/02/28 06:23:38 as 1.1.2.2: #i41696# correct file encoding to UTF-8 2005/02/10 07:51:00 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ebdfabe1af92205c3ecde21a4c6e2893dab34245]

        INTEGRATION: CWS fwkpostbeta1 (1.4.170); FILE MERGED 2005/02/10 08:25:46 as 1.4.170.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b12c4f99bf11b9fd3e45a90c3ca05a3ee464dea3]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:00 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [751368545ee8d6e258e0430c28eaa9a9f4c14f82]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:22 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [87c85737d36f56e363bd67b56c8dba250ddeee39]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:35 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bfdaebc4f6659930e4469d0b6ce123fa7b517fa4]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:59 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c3fc863b718901869f46b23b89ab5b37e9e51964]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:52 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4fc60ed96fa84bc3fa57ee894dfa47f22cbd7afa]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:26:01 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [50bc3a030e7de345b61a5d6efb4d9b7033624702]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:19 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2646b6a792b9592089c6eb9e7dc8a852b7bb8064]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:58 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5cf7f8fb679c6bc802e16fa3d75448a543ccc0af]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:27 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8473924ac60c3e54e160165290011946e4dc2cf1]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:24 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7f878a0525e3a0f71038a8eab8d039b95945ceca]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:33 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [13e781f2b0b07229d9d7ee95f4080625aa2051ed]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:53 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b4b7a7433776db291d5ae6b47348e2e40dddc729]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:57 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [963dd394b7516cabbdb6957fa33f7a96a42c2b6f]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:29 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7edb356967baa6667253fb4ee197177fa770baa6]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:40 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ba6c96c4df98d6ad721f7a799a64d686ed8eff51]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:45 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4d9ce1d25abfcfa8c400837bbbabe60ad12ba3b4]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:32 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [18da7825200bfcdb929f55b4925505bbf5993e48]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:34 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e88a308e0365858e17cd63400cb584ae5312418f]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:30 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [753ad68e9099ccb78a3304e087163efbdfaae8b7]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:56 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [02ef6034c28de53dec7743e5f8996135990a42c8]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:15 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b32c4c3dde92e97e7871b6a4ae950aedaced43b1]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:26:05 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d74e9771a62af4fe1d4c0863518a8c9ea88ca5be]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:55 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4537a71f69053c43fb5cb132d38dbdb13b472bef]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:49 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [83f5aa01a594e79fcac519d04171868fa0fa677c]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:25 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [fee813e409b6814486283364b53d1a77cacc2891]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:48 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0b94a48fe3aa1c559cdd8a76f214ab24e3ca8677]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:13 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [61abd6916c127001f2ac5c0a7d6d98af295ce362]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:26:08 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9115e8962ecc08548dd4d201ced2b8d8118e2e71]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:38 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0b480330522f2cd500d63beb93d40ce4f1779501]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:20 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [11e48e991764ed9e5734a6560853d6cb7462bec5]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:10 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a0fafb3c76014cd6b984ef51b5948aa9499573bb]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:53 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [49d5e07b03af5c841266a05a3a78f6a427b65ffc]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:00 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6ba76ca34a982553b82520ec8f1f05487b3334c7]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:31 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9461b7de5ee73d680bb1f19e47c242b5c08d3331]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:48 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6b9b918b6762982029cf30e1c791d59c1d4b072b]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:51 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9d32b3daab3081d4130e2e0346b88ef7405e7b95]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:01 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2da8efbb292435359dbd26255f26f22f3df12087]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:04 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [aceade995d0ee6b92d6661741f6893385e7d1351]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:03 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8ca5560e3cbff08f5f6828a83db8434f08e129b2]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:03 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [04e13cdd185d2bd23794cdb52204372df6a4ef0a]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:21 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c21c0c97fb97b7eb1d8046e49e4daa802580a39c]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:28 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b27c8cf3676b21996c3a4d11bf83b8bc286ceab5]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:45 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2fa4ee91103005b6a044113c3c7c57280fe4d7bc]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:13 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [559d6856f6676c57af0fb0637096bf06184d7922]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:50 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bed4d17095fe15748ea7c76cfcacdc0352fa9787]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:57 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2558c7e4c26d6ccedb97ae519509c434cacae720]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:24 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [901f736904537713225958f8184a4de5562f1fc7]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:37 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [784b6975d2dd6062f1c44eeb81494875b0f76016]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:06 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5494b571e6856bb94ac6af0246b3012a3dc287ec]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:54 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b3cb9e9007361b4688cb3a8160d7acce2a5b3c59]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:22 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d7b1e75afc305d78965635ef11a749f76fa4265d]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:08 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [04ff9722f489ed9ea20de64ffbfdcd3d5a15e9a0]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:01 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [dbe4a203ab11ec2f70995eed3c4fb7ae5d7d4e1c]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:18 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [57968e6fb99845a267cdde3fe905de0761fc56de]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:23 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0a79e681990cf693b36e508e81955d1c959dd098]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:55 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [195a20bef7f83dc0cf0e5a2cc4e43e63e6c9d94d]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:53 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a6f1c526f04a65714b7fdab7e56adf9e19b14ec5]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:28 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8ca33ac43dda054715df5b364b01649f29a52833]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:55 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8dcac98c007184740e399b9cdf3fe454dcf00d21]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:00 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5e9ac636cc3b3afd442f447bee2acc67717574f2]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:18 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [78794f80997119d646947627c77be7eb7b9d616c]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:02 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5c4f166ce768c364d662728d9e8e6c87c2148edd]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:50 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [88b4f42bea982a05a062660cafae8fa2fef92a48]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:58 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6e51f9a9e94cf121134404fb3b0592e97f35f7ca]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:22 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [14c1aaef7f4d9500d88321b9a2fd8c0c457ecadf]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:07 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3372f1fe9e4b10078d7cb4aa7ef684efa773a2f9]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:54 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d624aee2119b69f921a41713210b66cb976355f0]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:25:15 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [806ce1a060cb0f540cfae08571eb9343b5553b6b]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:23 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f584414a83d58aa6cced3b86f520aebdf6860288]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:53 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d32cc7ecdee065a3ae77dd18da02771192bc62df]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:24:18 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [cdb821ffbc25785d2af11c651027730c220871ef]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:45 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c1b0d9648c71ff43eeebe21877170696c111d353]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:39 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [94ad0c7b0193e8f0541fbff212235234db04bbbb]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:31 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8d8bb44cc16e6e009972bac3433f25deda73f3ae]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:19 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5f362f282e3d38e8ef7f8c7c7a0b18da98e41711]

        INTEGRATION: CWS fwkpostbeta1 (1.3.56); FILE MERGED 2005/02/10 08:25:17 as 1.3.56.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [48825b93dd1a5e683a20cf3a677f319047fca20d]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:09 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7fd7d58254edcb2aaed397a74974db630092cbc4]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:24 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d65c8d79f5dc37b7c3c79b867cd6443c26074927]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:27 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [12b9f0559173b5c09356094f9128f5ef783a82fb]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:40 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [800031ca9e0f6f96403b8458dfbf1ca6b48451a5]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:52 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [56a9204e7faa30bcbe7706d105dfcce7de8c5c48]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:24:44 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [328d07432f7f55acefd3f04445deb14cc0783eb9]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:47 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d3d4b7884cfb0791ae185590002d93cdbd11e921]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:00 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c89be53e77574b5d47644f250b0679c824111486]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:48 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [94f00cfcdadb801759b3b30905ef58b998dd29fb]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:51 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e6f78c6e45de1716f2ebb5be036e1571aa6ef890]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:24:45 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [be16464cd62e9666c7b92373045f40d8fc4a757b]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:52 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6a6f48d89775a18f8bb377c142619e99d28a76cb]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:24:43 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [cba21205e423d110733ecaa6c160433054f27130]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:20 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c5a63353216b863f153e34af764adb2072c7fe70]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:33 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f0ff2cbbe127832a69dc18b8e6835179765c9c1c]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:50 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ea414a7295daaf2cada26fb29e058b82deb4a247]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:25:59 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [03a470534e6606e9b5ec366d636e60ddbbeb3f77]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:18 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [81d32a3a98a114fcc2218211c87bfb76737e7213]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:25:02 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [622cff53d2ce44b01c305fc520cc757f251b1cb1]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:54 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0c95f9194fed851365297cbdb48f96a3baf87de5]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:49 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [155949ab5a5891fa10f67ba1abc3036174fcfe8c]

        INTEGRATION: CWS fwkpostbeta1 (1.3.58); FILE MERGED 2005/02/10 08:24:21 as 1.3.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4a7f488ed9e8f365d885b01e4a912319484201cb]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:43 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [31ac5a1897b9e16351355c40eaf502dd00616d10]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:01 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2057763dc5dfdb87bdcbe344d145b2eb9db89194]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:08 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d9e7b3243703a0f822d264956d534bcdd9cdf4be]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:54 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ce3aff2a001bfe3b77ea475b5cb45c8e8c7dc9c9]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:23 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f8d3234cb61caee5701b47cfebbe6e1d264981e4]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:08 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2782d4260e9ac15c5ef2ad3785819746cafbf52b]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:31 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b894a0e8337b1529e69f6454f4950cc6dfce7e56]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:02 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0282ec4ee51cce273462bff3a46c8747a5b162ba]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:28 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e9d90ef00324954e55c459710b525f9a4a13ef0d]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:46 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c1d87044d5f0e05d2e15007a10f1df5c3a590c07]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:09 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c1196dae11525b969ac9d85c323a11d023e92625]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:53 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0a1340b98401854d4302dc4f48798c0a78c17ee1]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:44 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ee4f1a80d9cf0dc5f7318dd6edff7d73518dfa4e]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:45 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c76a17e2ca29f7ddb7b0ca96a159f4042984e649]

        INTEGRATION: CWS fwkpostbeta1 (1.5.108); FILE MERGED 2005/02/10 08:24:54 as 1.5.108.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3ef1e91bfadaf5e3d226138ea11bd28bc4f8910a]

        INTEGRATION: CWS fwkpostbeta1 (1.5.108); FILE MERGED 2005/02/10 08:24:21 as 1.5.108.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9476599da6b3b4adbea7723ab291311aa3d6dd54]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/03/03 10:49:27 as 1.1.2.2: resolve merge conflicts 2005/02/10 08:15:09 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [1d255b8ad0119c44a422d07df6c839a8545a4440]

        INTEGRATION: CWS fwkpostbeta1 (1.5.72); FILE MERGED 2005/03/03 10:49:27 as 1.5.72.2: resolve merge conflicts 2005/02/10 08:26:09 as 1.5.72.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ce04599b185fb8e62a440cb34059e19350dfa01d]

        INTEGRATION: CWS fwkpostbeta1 (1.5.108); FILE MERGED 2005/02/10 08:24:55 as 1.5.108.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [73ef85ef2b28687b1b4ca0a2d1995539cb64d610]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:18 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ab01b30527ee37e6df1c0f5f8cbf2a4b5634ae9c]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:05 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [69e7e93f4434de62ce20e36f91b5a4f44ccfcd3c]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:38 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e1f2e7c7e1258dacddaca1cc9e47c75ebb36ea0f]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:59 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d5e6e54c79783bda8728b3ee10775dded0d93519]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:23 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [582d61172dae4c36532b10da3d53afa73eb3431a]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:04 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [165eb69a86a2508877dd9e1009d6a32e4a6bb9f6]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:06 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [72451f3776be8a6ca91dd168d560d55512094b9a]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:08 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [447e8b2f156514e06e44d5dffe563ca2556d6d49]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:36 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ad5c0ccc64436d9bbc2d566d7a48fc4c32786de4]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:06 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5d0187002fb0a9f25cca68e3f67e96a721397d2b]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:50 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b1ccb86d46edab51a80eb7497640661b0f0e6146]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:45 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [64dc029b9d36b499d1ab06e33c7fe13bad7eff07]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:38 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ae1b4d8be3440ae4ee72bc599c83a9ad4ed36c15]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:52 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [72e5899785d3d4647cd261f733abbddf87f2fa09]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:58 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ae2b2d28a057f7c148c805c7c286b5f2a980bbf8]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:56 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ad6f09ceb8b1783d3e4181ce25ca720391d43180]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:15 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [75a753a3b38b63840525ddf46d362694917faf59]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:35 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f55425982b1f55c5620dbd8ca5b8424a2fd834e9]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:46 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b1bf7a43c99168362ecc3be28490ad7407fcb993]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:00 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2ed3acfa18439e3e87ea72e4d2c4d8fb615a75cc]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:01 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [30368b8f4edc5b0e70916470503f2cb69920cc85]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:03 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6f59484268814b233508e697a8c4ff04052c6793]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:57 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f61196a295f240a949ec09b4c5586705aaa4682a]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:29 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [251f12682bbb029cecb7c5b13195af29d10915a7]

        INTEGRATION: CWS fwkpostbeta1 (1.6.56); FILE MERGED 2005/03/03 10:49:27 as 1.6.56.4: resolve merge conflicts 2005/02/28 13:31:43 as 1.6.56.3: #i41696# check utf-8 encoding for localized fragments 2005/02/14 13:05:16 as 1.6.56.2: #i41696# new build dirs for filter language packs 2005/02/10 08:41:33 as 1.6.56.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0cd830dbc650246c4ce66e034f5a35b178c563a3]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 08:39:46 as 1.1.2.1: #i41696# split complete languagepack into different language dependend config files

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5d24b2a4b2ef0da99b2cf080a7b379ab384d77c1]

        INTEGRATION: CWS fwkpostbeta1 (1.5.56); FILE MERGED 2005/03/03 10:49:27 as 1.5.56.2: resolve merge conflicts 2005/02/10 08:41:30 as 1.5.56.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8060e9aba37d6219198c3feac90a0c642f3540d8]

        INTEGRATION: CWS fwkpostbeta1 (1.4.84); FILE MERGED 2005/03/03 10:49:26 as 1.4.84.2: resolve merge conflicts 2005/02/10 08:41:33 as 1.4.84.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6f8b28a32f2d735e029ceb6a849d4931ef37b9f4]

        INTEGRATION: CWS fwkpostbeta1 (1.3.130); FILE MERGED 2005/03/03 10:49:26 as 1.3.130.2: resolve merge conflicts 2005/02/10 08:41:31 as 1.3.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [46411734420e8e013ce03cd5e3186606e4006037]

        INTEGRATION: CWS fwkpostbeta1 (1.2.210); FILE MERGED 2005/03/03 10:49:26 as 1.2.210.2: resolve merge conflicts 2005/02/10 08:41:30 as 1.2.210.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [308f125dacdef87ea352c3d4ab4bb3bacb16f56b]

        INTEGRATION: CWS fwkpostbeta1 (1.2.210); FILE MERGED 2005/03/03 10:49:26 as 1.2.210.2: resolve merge conflicts 2005/02/10 08:41:28 as 1.2.210.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0f020f3a2cb5616d8bd97cb37b436bf7955e2778]

        INTEGRATION: CWS fwkpostbeta1 (1.2.210); FILE MERGED 2005/03/03 10:49:25 as 1.2.210.2: resolve merge conflicts 2005/02/10 08:41:29 as 1.2.210.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [64183fe1b2a493ea56a9350bd653c3052b673464]

        INTEGRATION: CWS fwkpostbeta1 (1.2.210); FILE MERGED 2005/03/03 10:49:25 as 1.2.210.2: resolve merge conflicts 2005/02/10 08:41:31 as 1.2.210.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [03170ebcf57d58f4804a3c5106a92d0764821e9d]

        INTEGRATION: CWS fwkpostbeta1 (1.3.130); FILE MERGED 2005/03/03 10:49:25 as 1.3.130.2: resolve merge conflicts 2005/02/10 08:41:29 as 1.3.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3c7bb6510ac921106fac2a33e4d7c8b7c5862f01]

        INTEGRATION: CWS fwkpostbeta1 (1.2.210); FILE MERGED 2005/02/17 19:48:38 abi 1.2.210.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/10 08:41:28 as 1.2.210.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8c03775877cef715248692b1e466340db78aea77]

        INTEGRATION: CWS fwkpostbeta1 (1.2.210); FILE MERGED 2005/03/03 10:49:24 as 1.2.210.2: resolve merge conflicts 2005/02/10 08:41:29 as 1.2.210.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6172b33eba067278d08445c4ecd22bf15fd65b95]

        INTEGRATION: CWS fwkpostbeta1 (1.3.130); FILE MERGED 2005/03/03 10:49:24 as 1.3.130.2: resolve merge conflicts 2005/02/10 08:41:32 as 1.3.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ce036b6467ded3c2817a1a7c19669e0d3facb77e]

        INTEGRATION: CWS fwkpostbeta1 (1.4.56); FILE MERGED 2005/03/03 10:49:24 as 1.4.56.2: resolve merge conflicts 2005/02/10 08:41:32 as 1.4.56.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [03a8f53aa68b9b43127fc64b1d658f8df7c8335c]

        INTEGRATION: CWS fwkpostbeta1 (1.2.210); FILE MERGED 2005/03/03 10:49:23 as 1.2.210.2: resolve merge conflicts 2005/02/10 08:41:28 as 1.2.210.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2c275668377474af14de41f49090ce384a38bc1c]

        INTEGRATION: CWS fwkpostbeta1 (1.3.130); FILE MERGED 2005/03/03 10:49:23 as 1.3.130.2: resolve merge conflicts 2005/02/10 08:41:30 as 1.3.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e30911ed19c5775991ebbcb102e0de8bec4c650b]

        INTEGRATION: CWS fwkpostbeta1 (1.4.130); FILE MERGED 2005/03/03 10:49:23 as 1.4.130.2: resolve merge conflicts 2005/02/10 08:41:32 as 1.4.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [fc214767beccca8b321bff9830efa687f29b1acf]

        INTEGRATION: CWS fwkpostbeta1 (1.3.130); FILE MERGED 2005/03/03 10:49:23 as 1.3.130.2: resolve merge conflicts 2005/02/10 08:41:33 as 1.3.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7af44ae50e83872a9bbad786906d57bccbff7ba1]

        INTEGRATION: CWS fwkpostbeta1 (1.3.110); FILE MERGED 2005/03/03 10:49:23 as 1.3.110.2: resolve merge conflicts 2005/02/10 08:41:33 as 1.3.110.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4861eb16050b115dd7768e435c7018e9d2594a87]

        INTEGRATION: CWS fwkpostbeta1 (1.7.122); FILE MERGED 2005/02/28 13:25:24 as 1.7.122.2: #i43404# make sure to use IMPORT filters as preferred filters only 2005/02/10 07:43:16 as 1.7.122.1: #i41696# throw right exception for corrupted filter configuration

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a5436d359f87d43c31bbe634b4979c6f137728c7]

        INTEGRATION: CWS fwkpostbeta1 (1.21.30); FILE MERGED 2005/02/14 13:05:01 as 1.21.30.2: #i41696# new build dirs for filter language packs 2005/02/10 07:43:53 as 1.21.30.1: #i41696# deliver new filter languagepacks

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ff729d9f6e0582fc90fa67d99e572d0a14a1998d]

        INTEGRATION: CWS fwkpostbeta1 (1.4.28); FILE MERGED 2005/01/27 13:42:20 cd 1.4.28.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4a10c146446b55bbf269f2ba824328516fdaf036]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/01/27 13:42:20 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3a3ded49376d45e7e62c48a2fe02ebaf6fff57e6]

        INTEGRATION: CWS fwkpostbeta1 (1.4.8); FILE MERGED 2005/03/03 12:39:43 jl 1.4.8.2: RESYNC: (1.4-1.6); FILE MERGED 2005/01/27 13:42:20 cd 1.4.8.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b8f240751b4affde42884328f2b93e4a8958dc7c]

        INTEGRATION: CWS fwkpostbeta1 (1.2.96); FILE MERGED 2005/01/27 13:42:19 cd 1.2.96.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f4a68cb538719cfdd5f818e74398c0c3368206a0]

        INTEGRATION: CWS fwkpostbeta1 (1.14.70); FILE MERGED 2005/02/07 11:25:47 sb 1.14.70.2: #i41709# Converting (Any::operator >>= etc.) a null reference of an interface type to a null reference of another interface type always succeeds. 2005/01/31 12:40:46 dbo 1.14.70.1: #i41709# assign must not modify destination when querying for interface

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5acab5e951afdb48bcc1918b393916542732e688]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/04 10:38:54 sb 1.1.2.1: #i41709# Exhaustive testing of Any::operator >>=.

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d5ef9dcb37364c9f7ff222df76ee4a189d3da1f2]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/04 10:39:05 sb 1.1.2.1: #i41709# Exhaustive testing of Any::operator >>=.

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c83742c9a2ea5db6ac45f83cffc6efd950c93b97]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/07 11:25:47 sb 1.1.2.2: #i41709# Converting (Any::operator >>= etc.) a null reference of an interface type to a null reference of another interface type always succeeds. 2005/02/04 10:39:18 sb 1.1.2.1: #i41709# Exhaustive testing of Any::operator >>=.

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0c77e469fcbf0be1738223c2102e0870ef0ade59]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/04 10:38:41 sb 1.1.2.1: #i41709# Exhaustive testing of Any::operator >>=.

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4f3649dc3bccf5fcf2f371ca480acdabb04e998a]

        INTEGRATION: CWS fwkpostbeta1 (1.13.28); FILE MERGED 2005/03/03 12:24:51 jl 1.13.28.2: RESYNC: (1.13-1.14); FILE MERGED 2005/01/26 12:53:22 cd 1.13.28.1: #i41354# Use module manager to retrieve UI name for module

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3fc9df484c722ac350729e89930fe763183e7591]

        INTEGRATION: CWS fwkpostbeta1 (1.4.96); FILE MERGED 2005/03/10 14:21:22 jl 1.4.96.3: #i41066# workaround for security functions, such as SecurityManager.currentClassLoader. They use in their implementation features of the new security mechanism. 2005/02/04 10:26:14 jl 1.4.96.2: #41066# use thread local storage for flag that signals recursion 2005/02/02 09:59:49 jl 1.4.96.1: #41066# changes to SecurityManager to allow Java components full permissions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5a1bd676bde44006cc7a2f57c643900c15d34db3]

        INTEGRATION: CWS fwkpostbeta1 (1.2.270); FILE MERGED 2005/01/27 13:44:36 cd 1.2.270.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [354e73be3b8f05a0921c581882a348ff87fb0bc5]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/03/03 12:18:41 jl 1.3.118.2: RESYNC: (1.3-1.4); FILE MERGED 2005/01/27 13:44:36 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a47011a7286ef46ea469a00e515457dd1a60934c]

        INTEGRATION: CWS fwkpostbeta1 (1.3.252); FILE MERGED 2005/03/03 12:18:33 jl 1.3.252.2: RESYNC: (1.3-1.4); FILE MERGED 2005/01/27 13:44:36 cd 1.3.252.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6f06aa29a725a781fec9a0d49198563619e72103]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:18:22 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:35 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [034755ce847fd40d78c8261c8a3d75278217d0d8]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:16:34 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:35 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6ffeb20a4472503920282c72bf3a22a4e2e5ad0d]

        INTEGRATION: CWS fwkpostbeta1 (1.5.118); FILE MERGED 2005/01/27 13:44:35 cd 1.5.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f57e0c7cdcdfe314f7dc98d53c5af8a1fa753ef4]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:34 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8bfb361b61bc7a2e6351d8c79c2d13b9d503104c]

        INTEGRATION: CWS fwkpostbeta1 (1.2.252); FILE MERGED 2005/03/03 12:16:13 jl 1.2.252.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:34 cd 1.2.252.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [be07cfdb4abf75fe90c5e8a2fe696b056199c7d1]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/01/27 13:44:33 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [372db037f8a2bb31c4e7028f97878a67d8e3d80f]

        INTEGRATION: CWS fwkpostbeta1 (1.4.118); FILE MERGED 2005/01/27 13:44:33 cd 1.4.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [21c9b05deca833ef20dfcd9ceb37a324f8adca65]

        INTEGRATION: CWS fwkpostbeta1 (1.4.118); FILE MERGED 2005/01/27 13:44:32 cd 1.4.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6c89f55acbe03a03221c8ed3d53a5b3d25e10be0]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:32 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [267e39bda5c1be49b27c9dcd3f1f5d412601e419]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:31 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bbaded719d6ef9f2510a0833eb2e1e0c0892f6d2]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/01/27 13:44:30 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [96c0797c4db741da66b11255bfef79674e4a7bcc]

        INTEGRATION: CWS fwkpostbeta1 (1.2.252); FILE MERGED 2005/03/03 12:16:23 jl 1.2.252.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:30 cd 1.2.252.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5f4be6319b2ee0ce25f83007ea509301c18ea256]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:17:51 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:29 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f885c641266081e80ee48abd43e3d24892363eb4]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/03/03 12:17:41 jl 1.2.364.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:29 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d578609f1435229eae1c19a1a9db4f41e1d29ece]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/01/27 13:44:29 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [559e005583213902d8046586bfc6a17778a10731]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/01/27 13:44:28 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [460a910c58bdba0ff5a6b35d62a02007676c4d27]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/01/27 13:44:27 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3aaa64d41dd0b0c2429eadede86d75568061dc75]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:27 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3b185d932ff54a454727c5982f6c44f9b95d3739]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:17:15 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:26 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8aef9d102c64643cd439ddcea1e8a39ff4a62a51]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:17:06 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:26 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7200217c8641ffaf0c3098d4eafc1959c8290dd0]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/03/03 12:16:57 jl 1.2.364.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:25 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [70e2de8167aa0bf51ae25149da3095d1f12595fd]

        INTEGRATION: CWS fwkpostbeta1 (1.2.270); FILE MERGED 2005/01/27 13:44:25 cd 1.2.270.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [972e8054b0b33d08001a24f2a6b68a7f31b7a44d]

        INTEGRATION: CWS fwkpostbeta1 (1.6.118); FILE MERGED 2005/01/27 13:44:25 cd 1.6.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f187be54474dd1324637ca4638c91964d064c735]

        INTEGRATION: CWS fwkpostbeta1 (1.4.118); FILE MERGED 2005/02/17 19:30:13 abi 1.4.118.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/27 13:44:24 cd 1.4.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6e81bf1449be737ac0be784fd7ea1fdf85de9f8d]

        INTEGRATION: CWS fwkpostbeta1 (1.3.252); FILE MERGED 2005/03/03 12:15:29 jl 1.3.252.2: RESYNC: (1.3-1.4); FILE MERGED 2005/01/27 13:44:24 cd 1.3.252.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5ad0e8c9a7c01895e9bcd76bd3223d5258302e15]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:15:19 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:24 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ee447e6bd3bc6f23aae384fda5b78ccf17b82900]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:15:00 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:24 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4a516a7edc2d7f818fec338f077cf43f75fb3a97]

        INTEGRATION: CWS fwkpostbeta1 (1.6.106); FILE MERGED 2005/01/27 13:44:23 cd 1.6.106.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ca70ef2ad0699906f2bede0c413158cceb5ead6f]

        INTEGRATION: CWS fwkpostbeta1 (1.5.118); FILE MERGED 2005/01/27 13:44:23 cd 1.5.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [26d17bcda925adaf13c0bf14db25774a71b03d56]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:23 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6b8955a60278493467df8a26a63b6d5d0bef48fc]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/01/27 13:44:22 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [be651efa90404aec576f2f7e462948d05c5ebd28]

        INTEGRATION: CWS fwkpostbeta1 (1.4.118); FILE MERGED 2005/01/27 13:44:22 cd 1.4.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [307227f91911281326b58da690b00741d4530e95]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:22 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [1599e22bea67071ded0fe84fb38dde4727cc71d9]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/01/27 13:44:21 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [66af4be55b5c5580146221aba68a9bd293d9af8e]

        INTEGRATION: CWS fwkpostbeta1 (1.4.118); FILE MERGED 2005/01/27 13:44:21 cd 1.4.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [694c344b9a9921fa1b8bb0765c79a0fecc6e2008]

        INTEGRATION: CWS fwkpostbeta1 (1.4.118); FILE MERGED 2005/03/03 12:14:45 jl 1.4.118.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/27 13:44:20 cd 1.4.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [01ba6e71e26f780e84cb045f12665d404a6d6e4d]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:14:35 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:20 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b33e08eaeaca4209d7ffa0a3b2b8bb5468a1c7c1]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/03/03 12:14:24 jl 1.2.364.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:20 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6d48adf61705ab2034ebc0509429fafbdadc67ab]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/01/27 13:44:19 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [87407adde187c78d80d851689ea5700b96d5e39d]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:18 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [70116bf37592c182f99afa2fa058af249deaa460]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:14:11 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:18 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [95e238557cb04c7ee30990a9e864b7ec44bfe0cf]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:14:00 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:18 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [236d7758ccc97518fc63c352e761a3a77932d67e]

        INTEGRATION: CWS fwkpostbeta1 (1.2.270); FILE MERGED 2005/01/27 13:44:17 cd 1.2.270.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [984f703be701ac8217eef5e4ffe224014e239526]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/03/03 12:12:56 jl 1.3.118.2: RESYNC: (1.3-1.4); FILE MERGED 2005/01/27 13:44:17 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8b4ec530c882a50af63d9da92c2355581a378a23]

        INTEGRATION: CWS fwkpostbeta1 (1.3.252); FILE MERGED 2005/03/03 12:12:45 jl 1.3.252.2: RESYNC: (1.3-1.4); FILE MERGED 2005/01/27 13:44:16 cd 1.3.252.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [310382b0a865891082622935daf40c0af9eec60e]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:12:34 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:16 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [05143e9990dd86ac9dbd3934241b812a532f6ea0]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:12:24 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:16 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f928ce2c2281945e23bb6bc01feabd30036f253c]

        INTEGRATION: CWS fwkpostbeta1 (1.5.118); FILE MERGED 2005/01/27 13:44:16 cd 1.5.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c25784e192bd07f63c97891afd25bb57aeb00168]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:16 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [dca53bb4844f2de0f9541dd9cb46bcd6503892d4]

        INTEGRATION: CWS fwkpostbeta1 (1.2.252); FILE MERGED 2005/01/27 13:44:16 cd 1.2.252.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d6eabf08ea7ffb50de8f9994e0ec679bfb68e102]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/01/27 13:44:15 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [85a7b9cc059651b484a9b11e983e18d49bd963b6]

        INTEGRATION: CWS fwkpostbeta1 (1.4.118); FILE MERGED 2005/01/27 13:44:15 cd 1.4.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [eaa762a55fc64d89c0e450d623508f0e9fba306f]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:15 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4ba0ae32c206ad7a89632bcdbc20ca6e777bb8b9]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:14 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d2fe6f9526d0cbad024509a9ca60529331fabd68]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/01/27 13:44:14 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b04333412d6bfcaf2a97679446e1850149684e4a]

        INTEGRATION: CWS fwkpostbeta1 (1.2.252); FILE MERGED 2005/01/27 13:44:13 cd 1.2.252.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5cbf94889cf7f30d48bfbc2fc2c2ae30850018e6]

        INTEGRATION: CWS fwkpostbeta1 (1.3.126); FILE MERGED 2005/01/27 13:44:13 cd 1.3.126.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ce01b717edae2f7dd6cdd366157f7d4b63d521d4]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:12:13 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:12 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f7e38897b4ad0beb32dc79c808bff516c90e8ca1]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/03/03 12:12:02 jl 1.2.364.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:12 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [84a6078914c5bb738e26a41d7e23eca62f018ef9]

        INTEGRATION: CWS fwkpostbeta1 (1.3.118); FILE MERGED 2005/01/27 13:44:12 cd 1.3.118.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ffd54005ab3c22313fdb13a0a16c263638d32c19]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/01/27 13:44:11 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e954b17464c09e53e0899b7b419cea80188ddf72]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/01/27 13:44:11 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c37d8c3cda0cc2978e7d1542dd49a83ea0414f53]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:11:42 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:10 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3ae908bd74a189ed5a05996e5ce4867868478cbe]

        INTEGRATION: CWS fwkpostbeta1 (1.2.230); FILE MERGED 2005/03/03 12:11:23 jl 1.2.230.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:10 cd 1.2.230.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [876ca0510fec789e510d85a9ed0285c850153a5b]

        INTEGRATION: CWS fwkpostbeta1 (1.2.364); FILE MERGED 2005/03/03 12:11:12 jl 1.2.364.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:44:09 cd 1.2.364.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ada9b28d689bb1f3d621c787575b6e56544e394b]

        INTEGRATION: CWS fwkpostbeta1 (1.6.28); FILE MERGED 2005/01/27 13:16:46 as 1.6.28.1: #i21583# detection for writer/web module should use in list of web filters ... of course

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [458f568de8ba43e732f9760c892a842c684f673a]

        INTEGRATION: CWS fwkpostbeta1 (1.2.168); FILE MERGED 2005/01/27 13:43:50 cd 1.2.168.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [62a83920d12908cadd2175fe5c27c6fdb3e50b78]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:49 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6554f4151398f28a17debd2004c8a0b6b55d5b56]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/03/03 11:34:58 jl 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:49 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [132629453ee9fb1d8403f5948200283fa18418cd]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/03/03 11:34:48 jl 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:49 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4a6fde0a8213f2ed5b781920a3a279b0ba10759d]

        INTEGRATION: CWS fwkpostbeta1 (1.6.70); FILE MERGED 2005/01/27 13:43:49 cd 1.6.70.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e52c6c2c18cb0fc85ef4fa8d4ac939d4760c117a]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/01/27 13:43:48 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5c4a97e865c52cf04d8e70890db80edf6383918c]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/03/03 11:34:35 jl 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED 2005/01/27 13:43:47 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [76c1362de464a9706d53ddfe58b1e1fa9a98c075]

        INTEGRATION: CWS fwkpostbeta1 (1.2.156); FILE MERGED 2005/01/27 13:43:47 cd 1.2.156.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2b579695cfabb76c820506fbaab3d84bdb6f1bad]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/01/27 13:43:47 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2138581bc93b4bdd5cc40f130973b6f61a894106]

        INTEGRATION: CWS fwkpostbeta1 (1.2.116); FILE MERGED 2005/01/27 13:43:47 cd 1.2.116.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ca2901d7da63397e34946e0b78dc81a68787e6c9]

        INTEGRATION: CWS fwkpostbeta1 (1.4.76); FILE MERGED 2005/01/27 13:43:47 cd 1.4.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [575c2d60c35c7ddb734b68ea0e89dd7719836848]

        INTEGRATION: CWS fwkpostbeta1 (1.4.76); FILE MERGED 2005/01/27 13:43:46 cd 1.4.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ac6b3dd81ddbca258826b71051a8c98844d1b1a7]

        INTEGRATION: CWS fwkpostbeta1 (1.4.138); FILE MERGED 2005/03/03 11:34:26 jl 1.4.138.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/27 13:43:46 cd 1.4.138.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3161ec6c26dad6c5fff7b65b13671e07c9c298fd]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:46 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f52621072ed60cb9d734bd0b711a179a50b188cc]

        INTEGRATION: CWS fwkpostbeta1 (1.2.182); FILE MERGED 2005/01/27 13:43:46 cd 1.2.182.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [362a1befed05e8a72ff32af1988b2b2c3c723b1a]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/01/27 13:43:46 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [64caa9ebb7c7d0b41483c70edd0d773dc3eab36d]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/01/27 13:43:45 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [97e63093d71d4611ba1ac66ba75575192bee3359]

        INTEGRATION: CWS fwkpostbeta1 (1.4.76); FILE MERGED 2005/01/27 13:43:45 cd 1.4.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a013a2ec6ff8edbbd76a82cf06d83be01e202a6c]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/03/03 11:34:16 jl 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:45 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [713bbb08a0d0e0cb1e67c3a7a181f918e3616c04]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:45 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c850f99b847e8e815ba8a2e68983aa6890b03c2a]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/03/03 11:34:07 jl 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED 2005/01/27 13:43:45 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2ebac1ee21653577dcf1630fb53d3b2046af7c1b]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/01/27 13:43:44 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c359f6b6b07256df02f32dad1ab37ea741af0196]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:44 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [23df48e7fed51d97a5ea072cbe2eec7c11365a52]

        INTEGRATION: CWS fwkpostbeta1 (1.2.182); FILE MERGED 2005/01/27 13:43:44 cd 1.2.182.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f0df164fcbce073e20065238b83896c09f5c73c6]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/03/03 11:33:58 jl 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:43 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f07d7736980e5671b36816456015025a096e1360]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/03/03 11:33:49 jl 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:43 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d4bacc4326a53d2e723a5da94ca826a47126427a]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:43 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [91b58da659e6de732a9b86ed7eb4c6fa8d280974]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/03/03 11:33:36 jl 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED 2005/01/27 13:43:42 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9d6115945172e588968502c42485eddcaea79763]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:42 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [11fdcff01098c781c982b03f34f0cd4696941120]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/01/27 13:43:42 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [302ccaabd14a55c3abd82903339e17e039d6256a]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:41 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0dbf86d572810cf0b9b86f79d43a3048d75735ea]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/03/03 11:32:38 jl 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:41 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2bf484cdd2546cc225eb6b00e828f2dd4c46427e]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/03/03 11:32:29 jl 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:41 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a868773bc3d5171de7339c6b795d7ec213ebabe6]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/01/27 13:43:40 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6493ce516c48f10dd645b14b892214e96bb786dd]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/01/27 13:43:39 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4206ff562d7f371e572a5185f1107cb8a286bfb7]

        INTEGRATION: CWS fwkpostbeta1 (1.2.156); FILE MERGED 2005/01/27 13:43:39 cd 1.2.156.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [38d2a152cff5d4ae3a8b69bdc548540d73ec4a14]

        INTEGRATION: CWS fwkpostbeta1 (1.2.116); FILE MERGED 2005/01/27 13:43:39 cd 1.2.116.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [065ae7da83c7baaa2b69644e41c957843ae3a367]

        INTEGRATION: CWS fwkpostbeta1 (1.4.76); FILE MERGED 2005/01/27 13:43:38 cd 1.4.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [1fe7469d8d68760f6c58dfe55efec78775c9b599]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:38 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [16b81f1a4da90be1c1cf456cd94bf952aa8e2894]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/01/27 13:43:37 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [1ee89ecb0e212e02eaf0da19fc769055b09719a8]

        INTEGRATION: CWS fwkpostbeta1 (1.4.76); FILE MERGED 2005/01/27 13:43:37 cd 1.4.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b1920d858560c3bc02094bb2bd5c9e391d614a50]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/03/03 11:32:09 jl 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:36 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7f4355b9f7404098103c2cafe5c589ef05545640]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:36 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9dd2085f7ecd262bfc10e41bf96cdf6a032d4dd8]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/01/27 13:43:36 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a7d0a2e9f07c8e150aed1980c1b0c7f3f1ab9eb9]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/01/27 13:43:36 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c3f5f2669d8dd9a7f05a1e67741002b9e34d8b6d]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:35 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [55ee309623b7f48f49a34fcfa9e9601b7f52c341]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/01/27 13:43:35 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bf3c9adb0ab08984e68134d2b353e3fddbf0039e]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/03/03 11:31:59 jl 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:35 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [aa5c204064f8d0059985eed3e0df31ea66891e6e]

        INTEGRATION: CWS fwkpostbeta1 (1.2.140); FILE MERGED 2005/03/03 11:31:43 jl 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:35 cd 1.2.140.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ae4a879d8cce2d6b23dbc826ba59e3a2f08f23f2]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:34 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [14bea291a8aa4ca7beab4185c150fda03945d2a3]

        INTEGRATION: CWS fwkpostbeta1 (1.3.76); FILE MERGED 2005/03/03 11:31:34 jl 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED 2005/01/27 13:43:34 cd 1.3.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [77d6d9121b2bd2bc37ec0c1f66ca9b62a636e948]

        INTEGRATION: CWS fwkpostbeta1 (1.2.248); FILE MERGED 2005/01/27 13:43:33 cd 1.2.248.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7c06664ff6141320d9164775f9e8f4efe31a91ba]

        INTEGRATION: CWS fwkpostbeta1 (1.14.70); FILE MERGED 2005/03/03 11:07:35 jl 1.14.70.3: RESYNC: (1.15-1.16); FILE MERGED 2005/02/17 18:45:40 abi 1.14.70.2: RESYNC: (1.14-1.15); FILE MERGED 2005/01/26 12:54:08 cd 1.14.70.1: #41354# Added UI name property for database components

2005-03-21  Rüdiger Timm  <rt@openoffice.org>  [220b4a8f7f077f9d97b13d4f311a0253d04bc945]

        #i10000# Create directory before copying into it.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [2a92df1a3d69dd44af4320a1c8cee40b204b15e6]

        SRC680

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [87a7317417280926349f017e88dd56b48449d46a]

        INTEGRATION: CWS xmlperf02 (1.23.28); FILE MERGED 2005/02/23 13:56:55 oj 1.23.28.2: RESYNC: (1.23-1.24); FILE MERGED 2005/02/01 14:46:00 fs 1.23.28.1: #119224# create the forms collection on demand only

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [da57f4bc79acf415e9fb936e8178d4d1c7cc7b65]

        INTEGRATION: CWS xmlperf02 (1.51.14); FILE MERGED 2005/02/28 06:33:34 oj 1.51.14.1: symbol forgotten

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [354219f28ee6eb18c18f0572b12f226c1749bd16]

        INTEGRATION: CWS xmlperf02 (1.19.120); FILE MERGED 2005/02/16 11:37:24 mib 1.19.120.1: #119759#: Performance improvement for equalsAsciiL

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4eb65098e60be20530f1879c91745b7f706d8b35]

        INTEGRATION: CWS xmlperf02 (1.21.66); FILE MERGED 2005/02/16 11:36:11 mib 1.21.66.1: #119759#: Performance improvement for equalsAsciiL

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [2dfc1cbe742915099dbd8b9c735901606e5d9a1e]

        INTEGRATION: CWS xmlperf02 (1.14.10); FILE MERGED 2005/02/16 11:36:10 mib 1.14.10.1: #119759#: Performance improvement for equalsAsciiL

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f3051e2d47972aa0fb549acc977fcc8a17f1e037]

        INTEGRATION: CWS xmlperf02 (1.8.196); FILE MERGED 2005/02/01 14:47:14 fs 1.8.196.1: #119224# some slight changes regarding access control

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f88a58a0ad5f49bf6bf09c0585495ef7a1fe88d7]

        INTEGRATION: CWS xmlperf02 (1.9.234); FILE MERGED 2005/02/23 13:59:03 oj 1.9.234.2: RESYNC: (1.9-1.10); FILE MERGED 2005/02/01 14:45:47 fs 1.9.234.1: #119224# create the forms collection on demand only

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a27e1d4d6040426888d242b67e59efc44fb294ba]

        INTEGRATION: CWS xmlperf02 (1.27.196); FILE MERGED 2005/02/01 14:47:51 fs 1.27.196.1: #119224# obtain the forms of a page only when needed - for pure read access, don't create the forms container

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [749768748fc715a99185f0e580af9ea4bc61f1c2]

        INTEGRATION: CWS xmlperf02 (1.62.28); FILE MERGED 2005/02/23 13:57:13 oj 1.62.28.2: RESYNC: (1.62-1.63); FILE MERGED 2005/02/01 14:53:05 fs 1.62.28.1: #119224# obtain the forms of a page only when needed - for pure read access, don't create the forms container

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e5fa0f97187e712f79dfa00ab39d5036252dd110]

        INTEGRATION: CWS xmlperf02 (1.11.196); FILE MERGED 2005/02/01 14:55:20 fs 1.11.196.1: #119224# GetForms: allow for lazy creation of the forms container

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [82dec32adb5a5793a8a2ae9b571e050a09e48c8e]

        INTEGRATION: CWS xmlperf02 (1.11.234); FILE MERGED 2005/02/01 14:53:34 fs 1.11.234.1: #119224# obtain the forms of a page only when needed - for pure read access, don't create the forms container

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e97beb270fd1a5121cdb69ffafd12ea04100e290]

        INTEGRATION: CWS xmlperf02 (1.4.584); FILE MERGED 2005/03/17 12:03:15 fs 1.4.584.2: #119224# ::cppu::queryInterface does not care for interface inheritance 2005/02/01 14:45:03 fs 1.4.584.1: #119224# XFormsSupplier2: asking (cheaply) for hasForms, without actually obtaining the forms container

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [59196d273586406ca5114536fbb8417da14d47c2]

        INTEGRATION: CWS xmlperf02 (1.9.154); FILE MERGED 2005/02/01 14:41:33 fs 1.9.154.1: #119224# XFormsSuppllier2

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [d44c2aec7795dd147ca3b729652b31e3dc393f93]

        INTEGRATION: CWS xmlperf02 (1.1.2); FILE ADDED 2005/02/01 14:41:08 fs 1.1.2.1: #119224# convenience extension of XFormsSupplier

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [1cd9c677d5bc543ef138fdef2fa845b81689fc89]

        INTEGRATION: CWS xmlperf02 (1.74.158); FILE MERGED 2005/02/01 15:03:27 fs 1.74.158.1: #119224# XFormsSupplier extended by XFormsSupplier2, which allows for *cheaply* asking whether a draw page currently has forms

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [552aeff3f2179a99e6712dfa8c7cdfd40e1312f3]

        INTEGRATION: CWS xmlperf02 (1.62.86); FILE MERGED 2005/02/01 15:01:41 fs 1.62.86.1: #119224# XFormsSupplier2 for the draw page, superseding XFormsSupplier

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [bc0c210a9d55e94f0d5cf4d51c8888e1eadc0a11]

        INTEGRATION: CWS xmlperf02 (1.188.10); FILE MERGED 2005/02/01 15:36:58 fs 1.188.10.1: #119224# XFormsSupplier extended by XFormsSupplier2, which allows for *cheaply* asking whether a draw page currently has forms

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [dfa951bd610760ade9d1eb8231ec29abaefa2aa5]

        INTEGRATION: CWS xmlperf02 (1.15.66); FILE MERGED 2005/02/01 14:34:02 fs 1.15.66.1: #119224# cache the FormsSupplier of the current page, not the forms container - this allows on-demand-access to the expensive container

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8a612f60ebba32ad276eb04367e364ba04fe9837]

        INTEGRATION: CWS xmlperf02 (1.24.62); FILE MERGED 2005/02/01 14:34:03 fs 1.24.62.1: #119224# cache the FormsSupplier of the current page, not the forms container - this allows on-demand-access to the expensive container

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4762901091598e51d625913f44e14dda0e72ede9]

        INTEGRATION: CWS xmlperf02 (1.25.66); FILE MERGED 2005/02/01 14:34:55 fs 1.25.66.1: #119224# implCheckPage: if the page does not have forms (as indicated by XFormsSupplier2), then don't obtain the (expensive, but empty) forms container

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [54e231804467fa6e129c238642c4de4f95160e37]

        INTEGRATION: CWS xmlperf02 (1.93.24); FILE MERGED 2005/02/01 14:32:42 fs 1.93.24.1: #119224# XFormsSupplier allows for asking for existence of a draw page's forms in a cheaper way

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a50e5fcb1d075784c9bee2c2d47f7a5d5a7545b8]

        INTEGRATION: CWS quickstartermenu (1.29.38); FILE MERGED 2005/03/18 17:00:12 mba 1.29.38.1: #i30853#: reenable app shortcuts

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ef21c135dac5a46dc7490f236242ece435671bbb]

        INTEGRATION: CWS impress36 (1.7.108); FILE MERGED 2005/02/25 15:17:41 cl 1.7.108.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ab4d630ac7f841525bb18519acf9a678e3c42f03]

        INTEGRATION: CWS vcl36 (1.10.52); FILE MERGED 2005/02/15 09:44:56 pl 1.10.52.1: #i42796# fix a debug printf

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [0502fb0e36fcbe919daa6002656d4bdcccf07679]

        INTEGRATION: CWS vcl36 (1.187.2); FILE MERGED 2005/02/15 16:34:06 pl 1.187.2.2: #i42122# fix keyboard handling 2005/01/28 10:31:04 obr 1.187.2.1: #i41461# default icon for gtk plugin

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8f053aee19f14a4b30b1198180c8cc8407abe734]

        INTEGRATION: CWS vcl36 (1.13.2); FILE MERGED 2005/02/01 18:37:27 pl 1.13.2.1: #i41806# byy gtk plugin on KDE, we hardly new you

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [cc78c275084efd750f98a958cb47fe65f5166b56]

        INTEGRATION: CWS vcl36 (1.60.126); FILE MERGED 2005/02/15 16:34:05 pl 1.60.126.1: #i42122# fix keyboard handling

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8db292ce9d2d0988c378933050128f5f0cd667b6]

        INTEGRATION: CWS vcl36 (1.30.210); FILE MERGED 2005/03/08 17:43:45 pl 1.30.210.1: #i41330# set focus to context again after XmbResetIC

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [9ed093f18e037cade1ce1fa4e743b8d9482eff98]

        INTEGRATION: CWS vcl36 (1.11.2); FILE MERGED 2005/03/15 14:22:29 pl 1.11.2.3: #i44062# #i44068# more refinements for IM 2005/02/15 15:04:22 pl 1.11.2.2: #i42122# try default key mapping if app cannot handle key event 2005/01/28 16:22:24 pl 1.11.2.1: #i38671# fix some more IM issues

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [36fa02f4c582043a7f0e9139e4def01e1f615aa9]

        INTEGRATION: CWS vcl36 (1.43.2); FILE MERGED 2005/02/02 12:03:53 pl 1.43.2.1: #i41591# visibility issues for kde plugin

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e3aea6433dbbc1dd5c48dee26069a7193655fa47]

        INTEGRATION: CWS vcl36 (1.26.10); FILE MERGED 2005/02/02 12:03:52 pl 1.26.10.1: #i41591# visibility issues for kde plugin

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a3f99eb3f1bccadea372b5bc6927e7be2e914c29]

        INTEGRATION: CWS vcl36 (1.11.210); FILE MERGED 2005/02/02 12:03:52 pl 1.11.210.1: #i41591# visibility issues for kde plugin

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [9fd0b6b198d8cdf672eec74c3e3c4f4cdd9fbaac]

        INTEGRATION: CWS vcl36 (1.19.2); FILE MERGED 2005/03/15 17:46:13 pl 1.19.2.11: RESYNC: (1.20-1.21); FILE MERGED 2005/03/15 14:22:29 pl 1.19.2.10: #i44062# #i44068# more refinements for IM 2005/03/08 14:32:06 pl 1.19.2.9: #i42122# map all Ctrl/Alt combinations to group 0 to make shortcuts work reliably 2005/02/15 15:04:22 pl 1.19.2.8: #i42122# try default key mapping if app cannot handle key event 2005/02/08 09:53:14 pl 1.19.2.7: #i42077# add some keys, thanks to mmeeks 2005/02/02 16:55:18 pl 1.19.2.6: RESYNC: (1.19-1.20); FILE MERGED 2005/02/02 10:07:05 pl 1.19.2.5: #i37488# printer update on focus change as in generic plugin 2005/01/28 16:22:25 pl 1.19.2.4: #i38671# fix some more IM issues 2005/01/28 10:31:04 obr 1.19.2.3: #i41461# default icon for gtk plugin 2005/01/27 15:44:55 pl 1.19.2.2: #i38648# ask for next motion hint when actively setting the pointer position 2005/01/26 18:06:10 pl 1.19.2.1: #i41403# added missing conversion entry

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4e2c4f5d9ab189c1030b744e2b8fa569bfe00347]

        INTEGRATION: CWS vcl36 (1.10.2); FILE MERGED 2005/02/09 16:50:56 pl 1.10.2.4: #i41997# paint_flat_box seems to fare better with a GtkWindow (seen with OceanDream theme) 2005/02/08 09:37:19 pl 1.10.2.3: #i41955# avoid negative thumb sizes 2005/02/02 21:00:35 pl 1.10.2.2: #i41741# draw radiobuttons and checkboxes at correct position 2005/02/02 20:45:55 pl 1.10.2.1: #i41741# draw radiobuttons and checkboxes in correct size

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [74e02e5b8d22fe2c506f6ad880df48b8766f71b0]

        INTEGRATION: CWS vcl36 (1.207.2); FILE MERGED 2005/03/15 17:45:46 pl 1.207.2.7: RESYNC: (1.208-1.210); FILE MERGED 2005/02/14 14:45:54 dv 1.207.2.6: #i41731# Set bInvalidate to true, when CopyBits has nothing to do 2005/02/14 08:10:43 dv 1.207.2.5: #i42422# MoreButton now with symbols 2005/02/11 07:23:16 dv 1.207.2.4: #i42067# Support for looking for deleted windows in TaskPanelList 2005/02/07 15:28:48 ssa 1.207.2.3: #i42184# when updating window positions, maPos has to be checked for changes as well because for clientwindows this member is changed whenever the borderwindow moves, eg floating toolbars 2005/02/02 16:54:46 pl 1.207.2.2: RESYNC: (1.207-1.208); FILE MERGED 2005/01/28 15:37:39 ssa 1.207.2.1: #i36705# improve invalidate of transparent windows

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4c5b46d26fc0bc271c2c0f95ad49d63627396afa]

        INTEGRATION: CWS vcl36 (1.16.92); FILE MERGED 2005/02/11 07:23:15 dv 1.16.92.1: #i42067# Support for looking for deleted windows in TaskPanelList

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [28612476fada9a8313e72a88e28a18bf2bfebb74]

        INTEGRATION: CWS vcl36 (1.40.10); FILE MERGED 2005/02/11 07:23:15 dv 1.40.10.1: #i42067# Support for looking for deleted windows in TaskPanelList

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [34a79d0c65a13d8f2eee9f7ebb6d391900da2ad1]

        INTEGRATION: CWS vcl36 (1.120.2); FILE MERGED 2005/02/15 16:34:44 pl 1.120.2.1: #i42122# do not beep excessively

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [79f2888e9ffab8d3311767ef1332dc890ead5500]

        INTEGRATION: CWS vcl36 (1.189.8); FILE MERGED 2005/03/15 17:43:58 pl 1.189.8.6: RESYNC: (1.192-1.194); FILE MERGED 2005/02/14 16:49:58 hdu 1.189.8.5: #i42253# add support for japanese IPA fonts 2005/02/03 16:22:00 hdu 1.189.8.4: #i41672# no automatic digit substitution 2005/02/02 16:51:59 pl 1.189.8.3: RESYNC: (1.190-1.192); FILE MERGED 2005/01/25 16:00:10 pl 1.189.8.2: RESYNC: (1.189-1.190); FILE MERGED 2005/01/25 11:44:40 hdu 1.189.8.1: #i40502# take care of the font color duality in the metafile case

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4d533ba241d9263f1cf92d397528af07f80f2c8b]

        INTEGRATION: CWS vcl36 (1.33.2); FILE MERGED 2005/03/15 17:43:13 pl 1.33.2.2: RESYNC: (1.33-1.34); FILE MERGED 2005/02/15 11:42:17 hdu 1.33.2.1: #i42253# add support for japanese font vendors

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b1ef2ddd1e1fb23643b4280fcdd2364d83f13ca7]

        INTEGRATION: CWS vcl36 (1.35.2); FILE MERGED 2005/02/16 14:23:01 pl 1.35.2.4: #i41741# fix windows case 2005/02/15 07:23:31 dv 1.35.2.3: #i42422# Better alignment of MoreButton text 2005/02/14 08:10:41 dv 1.35.2.2: #i42422# MoreButton now with symbols 2005/02/02 20:45:54 pl 1.35.2.1: #i41741# draw radiobuttons and checkboxes in correct size

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8cd9dc98b53d550baa92340eb6494852b3486970]

        INTEGRATION: CWS vcl36 (1.36.10); FILE MERGED 2005/03/15 17:42:20 pl 1.36.10.2: RESYNC: (1.36-1.39); FILE MERGED 2005/02/15 10:33:39 obr 1.36.10.1: VCL is no longer used during installation

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b9c18fa9bf7fc97f875952be3535e6244ebfadfa]

        INTEGRATION: CWS vcl36 (1.55.10); FILE MERGED 2005/02/15 08:10:35 obr 1.55.10.1: do not store EnableATToolSupport setting on Unix

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [1fbf491f6a507f1e1fa510465d3ec7c419fa0dcf]

        INTEGRATION: CWS vcl36 (1.28.40); FILE MERGED 2005/02/09 16:19:06 pl 1.28.40.1: #i41583# set cups options on cupsPrintFile

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e5e29a7c17e4ba484f41a0fc2c53dc6e6dba6d68]

        INTEGRATION: CWS vcl36 (1.27.10); FILE MERGED 2005/02/09 16:19:06 pl 1.27.10.1: #i41583# set cups options on cupsPrintFile

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [239d220d4a4f7feb64a03f01d8a91f3e867e8371]

        INTEGRATION: CWS vcl36 (1.9.10); FILE MERGED 2005/02/09 16:19:06 pl 1.9.10.1: #i41583# set cups options on cupsPrintFile

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [474bf047bbfed97b331dc89780a257657f512c4a]

        INTEGRATION: CWS vcl36 (1.56.2); FILE MERGED 2005/02/11 11:07:18 pl 1.56.2.1: #i42507# corrected typo (patch from cmc)

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [d0b7a0812dd7c91d5fac38cbea79856b4b4dfac2]

        INTEGRATION: CWS vcl36 (1.9.10); FILE MERGED 2005/02/09 16:19:05 pl 1.9.10.1: #i41583# set cups options on cupsPrintFile

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e883d1a1ab1f4b8769367407d4b26693942ed1ca]

        INTEGRATION: CWS vcl36 (1.5.10); FILE MERGED 2005/02/09 16:19:05 pl 1.5.10.1: #i41583# set cups options on cupsPrintFile

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [966341d116a81d1a6190006df56a26981861ca0a]

        INTEGRATION: CWS vcl36 (1.36.2); FILE MERGED 2005/02/08 10:35:04 pl 1.36.2.2: #i40338# use 64bit safe types; patch by kendy 2005/01/27 18:34:52 pl 1.36.2.1: #i40916# always set correct current ResMgr when returning from fallback

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [9dc771c62e37aba963173b9dd021060c21b04326]

        INTEGRATION: CWS vcl36 (1.37.28); FILE MERGED 2005/02/14 17:02:12 hdu 1.37.28.1: #i42253# add support for japanese IPA fonts

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e9f64e15d3f05658a21f1d0c40596cd802997118]

        INTEGRATION: CWS vcl36 (1.12.20); FILE MERGED 2005/03/15 17:29:12 pl 1.12.20.2: RESYNC: (1.12-1.13); FILE MERGED 2005/02/09 17:51:48 pl 1.12.20.1: #i39175# use display background since toolbars tend to be transparent with NWF

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [3dbf88d370c6fb7e0f55cd54816b5b320444ad40]

        INTEGRATION: CWS vcl36 (1.4.12); FILE MERGED 2005/02/09 18:05:58 pl 1.4.12.1: #i39175# give base class a chance

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [0ad40a6e5a94bae77f510ba147b55f7535ce44f4]

        INTEGRATION: CWS impress36 (1.7.4); FILE MERGED 2005/03/15 14:53:57 cl 1.7.4.1: #i41201# deliver rational.hpp and operators.hpp

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [6268ca12b3cb85944c0795bb2403f479f4289f9e]

        INTEGRATION: CWS impress36 (1.2.18); FILE MERGED 2005/03/15 18:01:10 cl 1.2.18.3: RESYNC: (1.2-1.3); FILE MERGED 2005/03/04 16:06:48 thb 1.2.18.2: #i43997# Reworked notification handling: now, _all_ external events are handled through the EventQueue, i.e. every external notification call (mouse events, whatever) will enqueue zero-timeout events, thus invoking the actual functionality through XSlideShow::update(). Together with the requirement to only call XSlideShow::update() from the main thread, this should result in correct behaviour under nearly all multi-threading circumstances. 2005/03/04 14:08:52 cl 1.2.18.1: #i43679# added AnimationCommandNode for STOPAUDIO support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [fe9142c6cb6ed591f85b0a5717ea8324c7f9fdf5]

        INTEGRATION: CWS impress36 (1.2.10); FILE MERGED 2005/03/02 11:52:10 cl 1.2.10.1: #i43679# added AnimationCommandNode for STOPAUDIO support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [3a8cc1f672e4a08ce74b059d031f357fdf77e849]

        INTEGRATION: CWS impress36 (1.3.8); FILE MERGED 2005/03/02 11:52:10 cl 1.3.8.1: #i43679# added AnimationCommandNode for STOPAUDIO support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [25ae46e010559694fd9cf83f26ca96828209e56e]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/03/02 11:37:09 cl 1.1.2.1: #i43679# added AnimationCommandNode for STOPAUDIO support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [25dd7790859162253fb0feea93951377cced5029]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/03/08 12:44:18 cl 1.1.2.2: deactivate command node after activation 2005/03/02 11:35:21 cl 1.1.2.1: #i43679# added AnimationCommandNode for STOPAUDIO support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [188ed80c82796f0c3fc2745e9a3cd9bcbbf9f566]

        INTEGRATION: CWS impress36 (1.2.10); FILE MERGED 2005/03/15 18:00:07 cl 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/02 11:52:10 cl 1.2.10.1: #i43679# added AnimationCommandNode for STOPAUDIO support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a879401046971a8c9dbb6f8aca0cf957813e327e]

        INTEGRATION: CWS impress36 (1.2.18); FILE MERGED 2005/03/04 16:06:46 thb 1.2.18.1: #i43997# Reworked notification handling: now, _all_ external events are handled through the EventQueue, i.e. every external notification call (mouse events, whatever) will enqueue zero-timeout events, thus invoking the actual functionality through XSlideShow::update(). Together with the requirement to only call XSlideShow::update() from the main thread, this should result in correct behaviour under nearly all multi-threading circumstances.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [fb64bb3c9b5d2c083acbb44113bccbf6df18da72]

        INTEGRATION: CWS impress36 (1.2.18); FILE MERGED 2005/03/15 17:52:14 cl 1.2.18.5: RESYNC: (1.2-1.3); FILE MERGED 2005/03/08 11:13:49 cl 1.2.18.4: do not use references for mouse events 2005/03/04 16:06:45 thb 1.2.18.3: #i43997# Reworked notification handling: now, _all_ external events are handled through the EventQueue, i.e. every external notification call (mouse events, whatever) will enqueue zero-timeout events, thus invoking the actual functionality through XSlideShow::update(). Together with the requirement to only call XSlideShow::update() from the main thread, this should result in correct behaviour under nearly all multi-threading circumstances. 2005/03/02 11:52:08 cl 1.2.18.2: #i43679# added AnimationCommandNode for STOPAUDIO support 2005/02/28 15:09:55 cl 1.2.18.1: #i42524# foreward setShapeCursor to buffered slides

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [90b309306f9019e328a9c04671d409b3f060757c]

        INTEGRATION: CWS impress36 (1.4.248); FILE MERGED 2005/03/02 16:06:40 cl 1.4.248.1: #i39872# hide floating windows initially

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [40640216e0ea9d45a8235eb9d487bd91ebe1c42c]

        INTEGRATION: CWS impress36 (1.4.102); FILE MERGED 2005/03/02 16:06:40 cl 1.4.102.1: #i39872# hide floating windows initially

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [73054ba52bccd8d4c5cd60bfcf306b09fe637f24]

        INTEGRATION: CWS impress36 (1.52.6); FILE MERGED 2005/03/08 14:20:09 cl 1.52.6.2: RESYNC: (1.52-1.54); FILE MERGED 2005/03/02 13:00:58 cl 1.52.6.1: #i43653# fixed assignment operator

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [d1531aa111b6136caecd38cfca9539bbd34ab430]

        INTEGRATION: CWS impress36 (1.20.114); FILE MERGED 2005/02/24 10:13:35 bm 1.20.114.1: #i43322# invalidate the font list box for being repainted correctly when disabled

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b2dd960e52b71b811a07e8f035f32355e2b2de7b]

        INTEGRATION: CWS impress36 (1.3.108); FILE MERGED 2005/03/01 09:31:24 af 1.3.108.1: #i43770# Removed explicit specification of text for presentation entry.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [174bbee54828788eb562cb9b172200e509fdd08d]

        INTEGRATION: CWS impress36 (1.41.106); FILE MERGED 2005/02/25 15:22:26 cl 1.41.106.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4112203d473f2d94ab65ce7a61e962943d804d45]

        INTEGRATION: CWS impress36 (1.12.42); FILE MERGED 2005/03/02 12:45:12 af 1.12.42.1: #i42583# Corrected guard against invalid AutoLauyout ids.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [eb104525921fa0bff4f0f930e218dea22ab4e287]

        INTEGRATION: CWS impress36 (1.8.108); FILE MERGED 2005/02/25 15:25:55 cl 1.8.108.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [1d8d532b369330a3ee1e1fb65a16c34787b19667]

        INTEGRATION: CWS impress36 (1.45.2); FILE MERGED 2005/03/09 08:50:09 cl 1.45.2.3: fixed merge conflicts 2005/03/08 14:02:15 cl 1.45.2.2: RESYNC: (1.45-1.46); FILE MERGED 2005/02/25 15:25:55 cl 1.45.2.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [2f6c2058dd370b890b3184a3794edaef05add04f]

        INTEGRATION: CWS impress36 (1.11.26); FILE MERGED 2005/02/22 15:27:10 af 1.11.26.1: #i42403# Calling DisconnectAllClients() at ViewShellBase in dispose().

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8eec937f26f6db77956ad217cc59ebbdc5589127]

        INTEGRATION: CWS impress36 (1.5.2); FILE MERGED 2005/03/02 12:35:08 af 1.5.2.1: #i42583# Added SlotStateListener.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [35e6625fae67b27d0f1569f3e4c1f0d1e0b34a83]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/03/04 12:38:53 af 1.1.2.2: #i42583# Added missing throw declaration. 2005/03/02 12:34:41 af 1.1.2.1: #i42583# Initial revision.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [601f8e62ac26b933272d0eefed325e78c1e75491]

        INTEGRATION: CWS impress36 (1.2.108); FILE MERGED 2005/02/24 12:22:13 af 1.2.108.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a3bb982613c9313569efa985d1e82becdf10be59]

        INTEGRATION: CWS impress36 (1.2.108); FILE MERGED 2005/02/24 12:22:20 af 1.2.108.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [6795a1e1554ac8fefc3dee49cbf21cf06a1e3632]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/02/24 17:29:30 af 1.2.248.1: #i43335# Moved ILayoutableWindow.hxx to ../inc/taskpane.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [5e1d29f28933ce7cf08321b6bc771ab79d652f17]

        INTEGRATION: CWS impress36 (1.5.2); FILE MERGED 2005/02/24 12:22:03 af 1.5.2.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ababecbb2a722c6eb4501a24c4c7f03b1e6eef8e]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/03/08 14:01:43 cl 1.2.248.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/24 12:21:19 af 1.2.248.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [3e5b06ff388068bcd395e7bcc895709aa7555070]

        INTEGRATION: CWS impress36 (1.4.34); FILE MERGED 2005/03/08 14:01:34 cl 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/24 12:21:29 af 1.4.34.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [0a38222ca914d83b44053d6c886a1b0cd707701b]

        INTEGRATION: CWS impress36 (1.10.2); FILE MERGED 2005/02/25 12:08:27 af 1.10.2.1: #i43440# Default master page preview rendered with title,text layout.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [fbdb7a980b8d8cf0a038caab549962f71304a438]

        INTEGRATION: CWS impress36 (1.2.108); FILE MERGED 2005/02/24 12:20:43 af 1.2.108.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [d05f58a36a6532f44a44a6377e3b9d2a2e3a44d3]

        INTEGRATION: CWS impress36 (1.2.108); FILE MERGED 2005/02/24 12:20:52 af 1.2.108.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [056b6c8fe39a2f105d0b1c45c7ad6a86034dfd64]

        INTEGRATION: CWS impress36 (1.2.108); FILE MERGED 2005/02/24 12:18:55 af 1.2.108.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f401bc398ab3ce480563c1ad96f63efc8d054b30]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/03/08 10:20:27 af 1.2.248.2: #i43335# Added TaskPaneControlFactory. 2005/02/23 13:29:16 af 1.2.248.1: #i43231# Removed unused SlideSorterPanel.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [fafd1bc010390d1444933a1574fe2ba26672ec1b]

        INTEGRATION: CWS impress36 (1.5.106); FILE MERGED 2005/02/24 12:15:49 af 1.5.106.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f7dc7f3e961f4e3647517287da7594efd81bcd06]

        INTEGRATION: CWS impress36 (1.4.42); FILE MERGED 2005/02/24 12:15:28 af 1.4.42.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [767aef440ecd3ad5d1540715c1e88ec6d6cc4b02]

        INTEGRATION: CWS impress36 (1.3.214); FILE MERGED 2005/02/28 16:48:38 af 1.3.214.1: #i43439# Added DataChanged() method.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [32b44dae475f21c20a9c9f1fc7424e55fd614b38]

        INTEGRATION: CWS impress36 (1.3.108); FILE MERGED 2005/02/24 12:14:32 af 1.3.108.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [88f9921af5ffc594e4090df421624fd617df07b2]

        INTEGRATION: CWS impress36 (1.3.108); FILE MERGED 2005/03/08 10:19:53 af 1.3.108.2: #i43335# Moved the actual control creation to InternalCreateControl() method. 2005/02/24 12:14:24 af 1.3.108.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4c19a4f18e77fc9da21c1e8d794ea2a4017eab68]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/02/24 12:14:43 af 1.2.248.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e3f9090c9421a3f43749badce33943bc780b2c4c]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/03/08 10:19:46 af 1.2.248.2: #i43335# Moved the actual control creation to InternalCreateControl() method. 2005/02/24 12:14:50 af 1.2.248.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7ab0efdc45bef9471e9329bcf1b720c7ed513569]

        INTEGRATION: CWS impress36 (1.8.2); FILE MERGED 2005/02/24 12:14:03 af 1.8.2.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [901f0d18679943b680561ffc80e41588d79306c2]

        INTEGRATION: CWS impress36 (1.3.214); FILE MERGED 2005/02/24 12:13:50 af 1.3.214.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [1dfc47cd77912c050fb2864fefeee7e9d5d59b5e]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/03/08 10:22:20 af 1.1.2.2: #i43335# Removed OSL_TRACEs. 2005/03/08 10:12:32 af 1.1.2.1: #i43335# Initial revision.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b8e24288038e237dcd130d40b6363f0d4d63c231]

        INTEGRATION: CWS impress36 (1.3.108); FILE MERGED 2005/02/24 12:04:53 af 1.3.108.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [1bdcf9ba956b9883b4058f0972ce050bc467d334]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/02/24 17:28:22 af 1.2.248.1: #i43335# Moved ILayoutableWindow.hxx to ../inc/taskpane.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e0ecf8cc700050861c46aebd68bf5ecc846a3783]

        INTEGRATION: CWS impress36 (1.4.34); FILE MERGED 2005/02/24 12:04:43 af 1.4.34.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7f492eef83412f0ada0fff3c755204bde174cb98]

        INTEGRATION: CWS impress36 (1.4.42); FILE MERGED 2005/03/02 12:44:08 af 1.4.42.2: #i42583# Using SlotStateListener to react to turning on/off support for vertical writing. 2005/02/24 12:04:07 af 1.4.42.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [cd4395138354fc3bcd346b43dbedb5e258663016]

        INTEGRATION: CWS impress36 (1.9.34); FILE MERGED 2005/03/08 10:19:35 af 1.9.34.4: #i43335# Moved the actual control creation to InternalCreateControl() method. 2005/03/04 13:30:03 af 1.9.34.3: #i42583# Fixed use of temporary Link object when creating new SlotStateListener. 2005/03/02 12:40:23 af 1.9.34.2: #i42583# Using SlotStateListener to react to turning on/off support for vertical writing. 2005/02/24 12:03:56 af 1.9.34.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [bc7f01d8311f1c3da686c5c90f5db51b89dee864]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/02/24 17:27:57 af 1.2.248.1: #i43335# Moved ILayoutableWindow.hxx to ../inc/taskpane.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [951afd8728096ef986712e860df8df9733841da8]

        INTEGRATION: CWS impress36 (1.3.108); FILE MERGED 2005/02/24 12:02:35 af 1.3.108.1: #i43335# Made controls constructable on demand.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ae193b728ad64b0baea9bb882d5bd07530670983]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/02/28 16:46:56 af 1.2.248.1: #i43439# Added SlsFontProvider files.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [6582d9f65dd6c13a14a44a0df6d0bbd2916b48f8]

        INTEGRATION: CWS impress36 (1.6.106); FILE MERGED 2005/02/28 16:46:22 af 1.6.106.2: #i43439# Moved FontProvider code to SlsFontProvider files. 2005/02/24 17:26:18 af 1.6.106.1: #i43439# Using info font as returned by StyleSettings to display page name and number.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4280ee2bc659d4ed258b99aee54b8457227c13e6]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/02/28 16:37:33 af 1.1.2.1: #i43439# Initial revision.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [49f6267b2cfa3e2daac6a44f9717b6f00449e5e9]

        INTEGRATION: CWS impress36 (1.6.2); FILE MERGED 2005/02/23 13:27:34 af 1.6.2.1: #i43231# Removed unnecessary call to RequestRepaint() from PostModelChange().

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4b7750a2b1961562e8b64339db20d4b44ead251e]

        INTEGRATION: CWS impress36 (1.9.2); FILE MERGED 2005/03/08 14:01:23 cl 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2005/02/28 16:44:31 af 1.9.2.1: #i43439# Registering at application for notifications of DataChange events.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [68055fa59c6bc83d4a7d01a11977a56ad6012024]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/02/28 16:38:07 af 1.1.2.1: #i43439# Initial revision.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a0f934b2e67404f82895909892a3b5f133c0064d]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/02/23 13:21:15 af 1.2.248.1: #i43231# The vertical scroll is shown only when necessary.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8a88e3341b4d8f6b7f472403c33c8ce2594c66a8]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/02/25 15:41:35 af 1.2.248.1: #i43443# Factored out code from DoPaste() and DragFinished() into new methods SelectPages(),GetInsertionPosition(),PasteTransferable(), and SelectPageRange().

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [5fda0171c93ad38f5a065ca2cbf57d458aacad34]

        INTEGRATION: CWS impress36 (1.4.108); FILE MERGED 2005/03/08 14:01:13 cl 1.4.108.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/25 15:38:09 af 1.4.108.1: #i43231# Moved most code of Resize() to new Rearrange() method.  Added maTotalWindowArea member.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e463be935a62091a63efacd807687e34eb66fdb2]

        INTEGRATION: CWS impress36 (1.2.248); FILE MERGED 2005/02/23 13:12:47 af 1.2.248.1: #i43231# The vertical scroll is shown only when necessary.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [27bcb4b45be546c1776f332469dc8c848e4d2e7b]

        INTEGRATION: CWS impress36 (1.4.114); FILE MERGED 2005/03/08 14:00:53 cl 1.4.114.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/23 13:22:50 af 1.4.114.1: #i43231# Removed unnecessary call to SlideSorterController.MakeSelectionVisible().

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [cd7744ffbb41d351654f80cc2f1300e009b73d4d]

        INTEGRATION: CWS impress36 (1.9.34); FILE MERGED 2005/02/25 15:42:06 af 1.9.34.1: #i43443# Factored out code from DoPaste() and DragFinished() into new methods SelectPages(),GetInsertionPosition(),PasteTransferable(), and SelectPageRange().

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b753bab964df024c4374b65fae1c04eec0095a0a]

        INTEGRATION: CWS impress36 (1.9.42); FILE MERGED 2005/03/08 14:00:40 cl 1.9.42.4: RESYNC: (1.9-1.11); FILE MERGED 2005/02/28 16:43:19 af 1.9.42.3: #i43439# Reacting to DataChanged event. 2005/02/25 15:37:45 af 1.9.42.2: #i43231# Moved most code of Resize() to new Rearrange() method.  Added maTotalWindowArea member. 2005/02/23 13:10:34 af 1.9.42.1: #i43231# Modified scroll bar handling.  Returning early from some unnecessary HandleModelChange() and MakeSelectionVisible() calls.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4cd50b80bed3c69a5d392406a41703af6472431f]

        INTEGRATION: CWS impress36 (1.5.32); FILE MERGED 2005/03/15 17:37:15 cl 1.5.32.6: RESYNC: (1.5-1.6); FILE MERGED 2005/03/10 12:09:08 cl 1.5.32.5: #i43773# acquire slideshow after unlocking guard 2005/03/08 14:42:12 cl 1.5.32.4: fixed threading issue 2005/03/08 08:11:00 cl 1.5.32.3: fixed a deadlock 2005/03/02 16:11:58 cl 1.5.32.2: #i43773# fixed update loop and call update async from main thread always 2005/02/25 15:25:37 cl 1.5.32.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [960533e92ca5b9a2180fcbbd24a5cbccf4b2437f]

        INTEGRATION: CWS impress36 (1.6.32); FILE MERGED 2005/03/10 12:09:07 cl 1.6.32.2: #i43773# acquire slideshow after unlocking guard 2005/03/02 16:11:58 cl 1.6.32.1: #i43773# fixed update loop and call update async from main thread always

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [2db95b18718d039e633c73c84e58f68603321e65]

        INTEGRATION: CWS impress36 (1.10.2); FILE MERGED 2005/03/15 17:37:02 cl 1.10.2.4: RESYNC: (1.12-1.13); FILE MERGED 2005/03/10 12:09:06 cl 1.10.2.3: #i43773# acquire slideshow after unlocking guard 2005/03/08 14:00:30 cl 1.10.2.2: RESYNC: (1.10-1.12); FILE MERGED 2005/03/02 16:11:57 cl 1.10.2.1: #i43773# fixed update loop and call update async from main thread always

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7b2a8f10d20b0a14a677910be60d4654fe02e75e]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/03/04 12:38:28 af 1.1.2.2: #i42583# Added missing throw declaration. 2005/03/02 12:34:19 af 1.1.2.1: #i42583# Initial revision.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [69041f32ddc436e243ea5fb83a1d53127859d473]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/03/02 12:36:11 af 1.1.2.2: #i42583# Extended a method description. 2005/02/24 12:27:31 af 1.1.2.1: #i43335# Moved here from ../toolpanel.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [60fded3b0d64effbb2144ef3e9532e090da4225a]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/03/08 10:18:01 af 1.1.2.2: #i43335# Moved the actual control creation to InternalCreateControl() method. 2005/02/24 12:27:12 af 1.1.2.1: #i43335# Moved here from ../toolpanel.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [60d36fdb71850c20acc278f838d8c59a74abc5ec]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/02/24 12:26:52 af 1.1.2.1: #i43335# Moved here from ../toolpanel.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [0b7ebb6be3b06cd9e8d32eb26fc384740cc36ba5]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/02/24 12:26:35 af 1.1.2.1: #i43335# Moved here from ../toolpanel.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [05eff632a0cd94657da0e5c5508a9168242796f8]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/02/24 12:26:18 af 1.1.2.1: #i43335# Moved here from ../toolpanel.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [3ca8b6b48ca547999e4329cc5c20f851f38886fc]

        INTEGRATION: CWS impress36 (1.4.404); FILE MERGED 2005/02/25 15:24:50 cl 1.4.404.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [068a678312e5c1dd8d62cac2b6e89b02144696d9]

        INTEGRATION: CWS impress36 (1.8.42); FILE MERGED 2005/02/25 15:24:50 cl 1.8.42.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [01658e6ea1f9ddc413b2c64da2dd19fa7d377b7a]

        INTEGRATION: CWS impress36 (1.28.108); FILE MERGED 2005/02/24 12:17:34 bm 1.28.108.1: #i43273# when pressing ESC call ViewShellBase::StopPresentation to close the view frame in addition to stopping the slideshow

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f251750b6e8f6ba626c1322d0d135119cdfe459b]

        INTEGRATION: CWS impress36 (1.28.42); FILE MERGED 2005/02/25 15:21:27 cl 1.28.42.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [bb2ae7b71e62b09c100adc949667bcedc10a1291]

        INTEGRATION: CWS impress36 (1.7.34); FILE MERGED 2005/02/28 16:40:25 af 1.7.34.1: #i43439# Added DataChanged() method.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [df437e6677eb81e5adfa2a39e2a126c95cc231b1]

        INTEGRATION: CWS impress36 (1.6.2); FILE MERGED 2005/03/08 13:58:51 cl 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/24 17:44:43 af 1.6.2.1: #i43469# Corrected merge error.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [d1f2ee81a4330bc26a36bda91b944ba794eb9b92]

        INTEGRATION: CWS impress36 (1.4.44); FILE MERGED 2005/02/25 12:34:22 af 1.4.44.1: #i43441# Added the AutoHScroll keywod to the LB_SLIDE_TRANSITIONS list box.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [12d37e8d334405234df66289143a4bed60014f47]

        INTEGRATION: CWS impress36 (1.6.34); FILE MERGED 2005/02/25 15:24:34 cl 1.6.34.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [615878c0919eb084d1b55ab9fb8b70c4df70ca0a]

        INTEGRATION: CWS impress36 (1.7.34); FILE MERGED 2005/03/15 16:26:37 cl 1.7.34.7: #i41201# removed last fix 2005/03/15 14:52:50 cl 1.7.34.6: #i41201# use boost rational class for more acurate iterate interval conversion 2005/03/08 13:58:42 cl 1.7.34.5: RESYNC: (1.7-1.8); FILE MERGED 2005/03/02 12:28:41 cl 1.7.34.4: #i43679# fixed setting back to no sound from stop previous sound option 2005/03/01 09:13:51 af 1.7.34.3: #i43659# The width for the 'change order' label is now calculated depending on the actual text. 2005/02/28 17:08:16 af 1.7.34.2: #i43661# Fixed vertical offsets when breaking lines. 2005/02/25 15:24:34 cl 1.7.34.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4e4134696200e772119eb238d775ec30a1eea7f6]

        INTEGRATION: CWS impress36 (1.3.34); FILE MERGED 2005/03/15 16:28:19 cl 1.3.34.3: #i41201# removed last fix 2005/03/15 14:51:53 cl 1.3.34.2: #i41201# use boost rational class for more acurate iterate interval conversion 2005/02/28 13:59:20 cl 1.3.34.1: #i41201# convert iterate interval from absolute to percentage and back

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [19f83e4e72e16eb738ab90deb7bf4b7387bae36e]

        INTEGRATION: CWS impress36 (1.2.108); FILE MERGED 2005/03/15 16:28:19 cl 1.2.108.4: #i41201# removed last fix 2005/03/15 14:51:52 cl 1.2.108.3: #i41201# use boost rational class for more acurate iterate interval conversion 2005/03/08 13:57:24 cl 1.2.108.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/28 13:59:19 cl 1.2.108.1: #i41201# convert iterate interval from absolute to percentage and back

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b2bd3185feee8c746376429f8e74f35e1734f147]

        INTEGRATION: CWS impress36 (1.5.34); FILE MERGED 2005/02/25 15:17:42 cl 1.5.34.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [73338ec96af62342dd3e045f6ed5250d21541b96]

        INTEGRATION: CWS impress36 (1.23.62); FILE MERGED 2005/02/25 15:17:42 cl 1.23.62.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [54162c52d79cbed3518ffbda24ea67a0a892557e]

        INTEGRATION: CWS impress36 (1.8.62); FILE MERGED 2005/02/25 15:17:41 cl 1.8.62.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [06d4934f95feb6dd8b4eee19d08af0cbdf202ab8]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/02/25 15:17:40 cl 1.1.2.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [88f976bdd9a2924d98fce5d5fdc8874d801fbeb9]

        INTEGRATION: CWS impress36 (1.5.34); FILE MERGED 2005/03/15 16:28:28 cl 1.5.34.6: #i41201# removed last fix 2005/03/15 14:50:52 cl 1.5.34.5: #i41201# use boost rational class for more acurate iterate interval conversion 2005/03/08 13:56:34 cl 1.5.34.4: RESYNC: (1.5-1.7); FILE MERGED 2005/03/03 12:45:20 cl 1.5.34.3: fixed typo 2005/03/02 12:24:35 cl 1.5.34.2: #i43679# added getStopAudio() 2005/02/25 15:17:40 cl 1.5.34.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [42f53b083f4314b815aa55ed0a15bab64ad711df]

        INTEGRATION: CWS impress36 (1.3.736); FILE MERGED 2005/03/02 12:37:33 af 1.3.736.1: #i42583# Added two meta enum entries to AutoLayout for safer iteration.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8ec58f61b24ebb74c33fff26a1a3e227e456a81f]

        INTEGRATION: CWS impress36 (1.3.130); FILE MERGED 2005/02/25 15:16:49 cl 1.3.130.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [3570c76b197a71e169f7fdc554c1f06d7bf47110]

        INTEGRATION: CWS impress36 (1.1.2); FILE ADDED 2005/02/25 15:16:49 cl 1.1.2.1: #i42737# added MigrateEffect framework for petter effect import and removed unused code

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7162b7f323ff4846a5931b4b57eb5d39ccaadcac]

        INTEGRATION: CWS impress36 (1.4.42); FILE MERGED 2005/03/15 16:29:17 cl 1.4.42.4: #i41201# removed last fix 2005/03/15 14:50:37 cl 1.4.42.3: #i41201# use boost rational class for more acurate iterate interval conversion 2005/03/08 13:55:31 cl 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/02 12:24:22 cl 1.4.42.1: #i43679# added getStopAudio()

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [934fe4a877983f1da8bcb42fba060b86a2267be7]

        INTEGRATION: CWS ause024 (1.5.26); FILE MERGED 2005/03/16 14:43:51 hjs 1.5.26.1: #i43704# include languages present in WITH_LANG only

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a333d120e2d0f8a9df9a77ea3b6f27b31a8715d5]

        INTEGRATION: CWS ause024 (1.37.130); FILE MERGED 2005/03/16 14:24:14 hjs 1.37.130.1: #i45076# do not override PERL for UNX

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e83eee1232e5531c3513ea57f641bf950b7caf12]

        INTEGRATION: CWS ause024 (1.49.102); FILE MERGED 2005/03/16 16:19:16 hjs 1.49.102.1: #120341# add to reset block variables that are still missing and meanwhile obsolete

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4989d3acaf7089ad1b2ef78264e448155d1c5624]

        INTEGRATION: CWS dbwizard4 (1.17.50); FILE MERGED 2005/03/16 10:20:10 bc 1.17.50.1: #115053# resource file for images of wizards project added

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8d6aa255c4c199f37c70335d8ed424c8ab655fb1]

        INTEGRATION: CWS dbwizard4 (1.11.50); FILE MERGED 2005/03/17 16:37:23 bc 1.11.50.1: #44562#'fillReportData' modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [039c9bf9130f066acdd156a442204311b5778483]

        INTEGRATION: CWS dbwizard4 (1.20.4); FILE MERGED 2005/03/17 16:37:23 bc 1.20.4.1: #44562#'fillReportData' modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a146b3480840c194eadf8404580b6c0bfc3ffb7a]

        INTEGRATION: CWS dbwizard4 (1.1.2); FILE ADDED 2005/02/11 09:43:08 bc 1.1.2.4: ##makefile improved 2005/02/09 16:14:54 bc 1.1.2.3: ## 2005/02/09 16:11:22 bc 1.1.2.2: ##ReLi2Name entry added 2005/02/09 15:02:18 bc 1.1.2.1: ##new resource file for images added

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7e7c85345b01e709aa1ae06b872452c3088fbd43]

        INTEGRATION: CWS dbwizard4 (1.1.2); FILE ADDED 2005/02/14 07:58:25 bc 1.1.2.3: ##images for webwizard added 2005/02/11 09:43:08 bc 1.1.2.2: ##makefile improved 2005/02/09 15:02:46 bc 1.1.2.1: ##resourcefile for images added

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8e7a2eb91c7b15965c9c6c13cb9ce3e3ea2ece55]

        INTEGRATION: CWS dbwizard4 (1.64.8); FILE MERGED 2005/03/15 17:46:01 bc 1.64.8.2: #i44576#database connection now not disposed when RW finishes 2005/02/17 13:50:34 bc 1.64.8.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [23f014c9b342f3f4ccd4ea53489dccaaf3d618d3]

        INTEGRATION: CWS dbwizard4 (1.13.96); FILE MERGED 2005/03/15 16:14:50 bc 1.13.96.4: ## resource file of imagelist added 2005/03/12 20:13:32 bc 1.13.96.3: ##resource file for images added 2005/02/17 13:50:32 bc 1.13.96.2: ##ControlArrangement in FormWizard modified 2005/02/09 15:36:36 bc 1.13.96.1: ##imagelists added

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [04d0d1eb43e70d5c1bc9c3e39bf7515e49e1726f]

        INTEGRATION: CWS dbwizard4 (1.33.2); FILE MERGED 2005/03/14 11:12:05 bc 1.33.2.4: ## imagelist added 2005/03/12 20:13:31 bc 1.33.2.3: ##resource file for images added 2005/03/12 18:33:57 bc 1.33.2.2: RESYNC: (1.33-1.34); FILE MERGED 2005/02/09 15:36:36 bc 1.33.2.1: ##imagelists added

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [1ba71db3c6210fe657031e154d0a8f540f4d1a04]

        INTEGRATION: CWS dbwizard4 (1.3.46); FILE MERGED 2005/02/17 13:50:32 bc 1.3.46.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7f8dba2b8c6cb80d1d5b47968a227a10725f8041]

        INTEGRATION: CWS dbwizard4 (1.4.24); FILE MERGED 2005/03/08 14:08:30 bc 1.4.24.1: #i43785#Several changes in handling new tables

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a59f70bd46c68b150f20e7ff26a8bfbfcbf641d8]

        INTEGRATION: CWS dbwizard4 (1.3.46); FILE MERGED 2005/02/17 13:50:31 bc 1.3.46.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [3360d73af7bf83fc01218f4d40e3b177a0e09242]

        INTEGRATION: CWS dbwizard4 (1.3.46); FILE MERGED 2005/02/17 13:50:30 bc 1.3.46.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b602c650d2c4686dd83d99d89686e82a4f099ecd]

        INTEGRATION: CWS dbwizard4 (1.7.22); FILE MERGED 2005/03/12 18:32:07 bc 1.7.22.3: RESYNC: (1.7-1.10); FILE MERGED 2005/03/08 14:08:29 bc 1.7.22.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:28 bc 1.7.22.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [5c0abcf7f593138ac7d233b850edba87ed8e8727]

        INTEGRATION: CWS dbwizard4 (1.4.40); FILE MERGED 2005/03/12 18:32:00 bc 1.4.40.2: RESYNC: (1.4-1.6); FILE MERGED 2005/02/17 13:50:28 bc 1.4.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4c90258fa8d90140bdc2eadfe0852da2f872e93e]

        INTEGRATION: CWS dbwizard4 (1.5.22); FILE MERGED 2005/03/12 18:31:53 bc 1.5.22.2: RESYNC: (1.5-1.7); FILE MERGED 2005/02/17 13:50:28 bc 1.5.22.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [61b39ddb364ffbe932f640a97f1a35d3f2f9b4a6]

        INTEGRATION: CWS dbwizard4 (1.4.40); FILE MERGED 2005/03/12 18:31:45 bc 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/17 13:50:28 bc 1.4.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [c73c57d70d8b51f4b826576e70a79020fd96e0ff]

        INTEGRATION: CWS dbwizard4 (1.2.78); FILE MERGED 2005/03/14 15:12:44 bc 1.2.78.3: ## merge conflicts resolved 2005/03/12 18:31:38 bc 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/17 13:50:27 bc 1.2.78.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b3ee28ebe9303ce600762632b53cb01d27133baf]

        INTEGRATION: CWS dbwizard4 (1.2.78); FILE MERGED 2005/03/14 16:20:16 bc 1.2.78.2: ## merge conflict resolved Issue number: Submitted by: Reviewed by: 2005/02/17 13:50:27 bc 1.2.78.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4132ca4a71e9364602dc3770b3fd8bb6d38d36be]

        INTEGRATION: CWS dbwizard4 (1.3.40); FILE MERGED 2005/03/15 17:46:00 bc 1.3.40.3: #i44576#database connection now not disposed when RW finishes 2005/03/12 18:31:15 bc 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/17 13:50:27 bc 1.3.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [5e98899491a69cd8a8a3647f8820818b59d4ddcb]

        INTEGRATION: CWS dbwizard4 (1.3.40); FILE MERGED 2005/03/12 18:31:07 bc 1.3.40.2: RESYNC: (1.3-1.5); FILE MERGED 2005/02/17 13:50:26 bc 1.3.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ed748472808c2159cd2059a43607ce16ba57d0da]

        INTEGRATION: CWS dbwizard4 (1.4.22); FILE MERGED 2005/03/12 18:31:00 bc 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/17 13:50:26 bc 1.4.22.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f122797c7cf18c05d0386832a2be03c173864688]

        INTEGRATION: CWS dbwizard4 (1.3.44); FILE MERGED 2005/03/14 16:20:16 bc 1.3.44.4: ## merge conflict resolved Issue number: Submitted by: Reviewed by: 2005/03/14 15:12:44 bc 1.3.44.3: ## merge conflicts resolved 2005/03/12 18:30:46 bc 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/17 13:50:26 bc 1.3.44.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [40ef12387ed74f121dfa8b453f31c4ef946f88a6]

        INTEGRATION: CWS dbwizard4 (1.3.44); FILE MERGED 2005/03/12 18:30:15 bc 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/17 13:50:25 bc 1.3.44.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [923df1ec5bcdc81582ad1edd510e1a860e7bfaf8]

        INTEGRATION: CWS dbwizard4 (1.2.40); FILE MERGED 2005/03/12 21:44:14 bc 1.2.40.4: ## one line of merge conflict removed Issue number: Submitted by: Reviewed by: 2005/03/12 18:29:49 bc 1.2.40.3: RESYNC: (1.2-1.3); FILE MERGED 2005/03/08 14:08:27 bc 1.2.40.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:24 bc 1.2.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e39a87aaef620b2491a83125271f7ee4c33048a5]

        INTEGRATION: CWS dbwizard4 (1.2.40); FILE MERGED 2005/03/12 18:29:34 bc 1.2.40.3: RESYNC: (1.2-1.4); FILE MERGED 2005/03/08 14:08:27 bc 1.2.40.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:24 bc 1.2.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [9802f04ba93c53dc98985ec3125b2d127b3b4347]

        INTEGRATION: CWS dbwizard4 (1.2.40); FILE MERGED 2005/03/12 18:29:24 bc 1.2.40.3: RESYNC: (1.2-1.3); FILE MERGED 2005/03/08 14:08:26 bc 1.2.40.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:24 bc 1.2.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [157ce3da02fc18bdf28cc2cb5d35168b35e01659]

        INTEGRATION: CWS dbwizard4 (1.58.40); FILE MERGED 2005/03/15 17:45:59 bc 1.58.40.5: #i44576#database connection now not disposed when RW finishes 2005/03/14 15:12:43 bc 1.58.40.4: ## merge conflicts resolved 2005/03/14 11:09:54 bc 1.58.40.3: ## wrongly resolved merge conflicts corrected 2005/03/12 18:28:55 bc 1.58.40.2: RESYNC: (1.58-1.60); FILE MERGED 2005/02/17 13:50:23 bc 1.58.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [9976884e7f2974871b1cdb090c35b5ba53a1e094]

        INTEGRATION: CWS dbwizard4 (1.3.50); FILE MERGED 2005/03/15 17:45:59 bc 1.3.50.2: #i44576#database connection now not disposed when RW finishes 2005/02/17 13:50:23 bc 1.3.50.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a01cc73b2f8416b681ee2030357d85c4d82278e3]

        INTEGRATION: CWS dbwizard4 (1.3.40); FILE MERGED 2005/03/12 18:28:41 bc 1.3.40.4: RESYNC: (1.3-1.4); FILE MERGED 2005/03/09 16:49:24 bc 1.3.40.3: #i43798#Deletion of texttable columns now considered 2005/03/08 14:08:25 bc 1.3.40.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:22 bc 1.3.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [045ba117af8e8a6e8ed10dace638c6ca1f98ba43]

        INTEGRATION: CWS dbwizard4 (1.30.24); FILE MERGED 2005/03/17 16:54:58 bc 1.30.24.4: #i44562# Several changes 2005/03/15 17:45:58 bc 1.30.24.3: #i44576#database connection now not disposed when RW finishes 2005/03/09 16:49:24 bc 1.30.24.2: #i43798#Deletion of texttable columns now considered 2005/02/17 13:50:21 bc 1.30.24.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [d2b5ca5114ef36395768a77bad2d87853930c5c1]

        INTEGRATION: CWS dbwizard4 (1.2.76); FILE MERGED 2005/03/14 15:12:43 bc 1.2.76.7: ## merge conflicts resolved 2005/03/14 11:09:54 bc 1.2.76.6: ## wrongly resolved merge conflicts corrected 2005/03/12 21:31:19 bc 1.2.76.5: ##import statement removed 2005/03/12 18:28:16 bc 1.2.76.4: RESYNC: (1.2-1.5); FILE MERGED 2005/03/09 16:49:23 bc 1.2.76.3: #i43798#Deletion of texttable columns now considered 2005/03/08 14:08:23 bc 1.2.76.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:21 bc 1.2.76.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [fc2c5691565939cee1c66c2fc223075a87d07667]

        INTEGRATION: CWS dbwizard4 (1.17.50); FILE MERGED 2005/03/17 16:54:58 bc 1.17.50.1: #i44562# Several changes

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f82877942885d9e5f0ea9bb597bee6badeea08ba]

        INTEGRATION: CWS dbwizard4 (1.2.78); FILE MERGED 2005/03/12 18:27:51 bc 1.2.78.3: RESYNC: (1.2-1.3); FILE MERGED 2005/02/24 15:07:05 bc 1.2.78.2: #i43234# label made wider for german strings Issue number: Submitted by: Reviewed by: 2005/02/17 13:50:20 bc 1.2.78.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [46260e60ef8facbb80556c3db6d179a1ef5ef849]

        INTEGRATION: CWS dbwizard4 (1.4.24); FILE MERGED 2005/03/12 18:27:44 bc 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/08 14:08:22 bc 1.4.24.1: #i43785#Several changes in handling new tables

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [461942d72ccd6f0d250918823c799b22a24185ba]

        INTEGRATION: CWS dbwizard4 (1.3.46); FILE MERGED 2005/02/17 13:50:20 bc 1.3.46.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ef59236fa912e9d98dfe75c0bdd08dedde0e1f96]

        INTEGRATION: CWS dbwizard4 (1.3.22); FILE MERGED 2005/03/15 17:45:58 bc 1.3.22.3: #i44576#database connection now not disposed when RW finishes 2005/03/12 18:27:28 bc 1.3.22.2: RESYNC: (1.3-1.5); FILE MERGED 2005/02/17 13:50:19 bc 1.3.22.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [df50735b2b8862f605ae58973586a9c8cab3d564]

        INTEGRATION: CWS dbwizard4 (1.3.22); FILE MERGED 2005/03/16 12:26:53 bc 1.3.22.4: #i44783#'setFieldColumns' now with command as parameter 2005/03/15 17:45:58 bc 1.3.22.3: #i44576#database connection now not disposed when RW finishes 2005/02/21 15:22:39 bc 1.3.22.2: ##Formarrangement 'In Blocks' improved Issue number: Submitted by: Reviewed by: 2005/02/17 13:50:19 bc 1.3.22.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [45d19c2dd7040b6b7ee10021f4cef7fe35eefc6e]

        INTEGRATION: CWS dbwizard4 (1.3.24); FILE MERGED 2005/03/16 13:16:18 bc 1.3.24.5: #43785# removeShapestoNirwana 2005/03/15 17:45:58 bc 1.3.24.4: #i44576#database connection now not disposed when RW finishes 2005/03/08 14:08:22 bc 1.3.24.3: #i43785#Several changes in handling new tables 2005/02/21 15:22:39 bc 1.3.24.2: ##Formarrangement 'In Blocks' improved Issue number: Submitted by: Reviewed by: 2005/02/17 13:50:19 bc 1.3.24.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7403a2015be0589f8985ff1fecc76acb0549fa73]

        INTEGRATION: CWS dbwizard4 (1.2.40); FILE MERGED 2005/02/21 15:22:37 bc 1.2.40.2: ##Formarrangement 'In Blocks' improved Issue number: Submitted by: Reviewed by: 2005/02/17 13:50:19 bc 1.2.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7d80435abf39fe1309ced908c52797d1c3be4ba3]

        INTEGRATION: CWS dbwizard4 (1.2.46); FILE MERGED 2005/02/17 13:50:18 bc 1.2.46.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [d51e8edd27418b02f0959710f0de61c0901c87f0]

        INTEGRATION: CWS dbwizard4 (1.3.40); FILE MERGED 2005/03/16 13:16:18 bc 1.3.40.4: #43785# removeShapestoNirwana 2005/03/12 18:26:27 bc 1.3.40.3: RESYNC: (1.3-1.6); FILE MERGED 2005/03/08 14:08:20 bc 1.3.40.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:17 bc 1.3.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [cde8a84be1f398123f724ab9eb8e61596dd713e7]

        INTEGRATION: CWS dbwizard4 (1.2.40); FILE MERGED 2005/03/08 14:08:19 bc 1.2.40.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:16 bc 1.2.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [896f6d7531a5e711ff123e839b5cd3f7bb06e869]

        INTEGRATION: CWS dbwizard4 (1.3.14); FILE MERGED 2005/03/12 18:25:09 bc 1.3.14.2: RESYNC: (1.3-1.5); FILE MERGED 2005/02/17 13:50:16 bc 1.3.14.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [04619fe50c5837c0ebc867d1885a596c71c6a8cc]

        INTEGRATION: CWS dbwizard4 (1.3.40); FILE MERGED 2005/03/14 11:09:53 bc 1.3.40.3: ## wrongly resolved merge conflicts corrected 2005/03/12 18:25:02 bc 1.3.40.2: RESYNC: (1.3-1.6); FILE MERGED 2005/02/17 13:50:16 bc 1.3.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [aed303b102b8c71af31304b92bb9c599d2d34a09]

        INTEGRATION: CWS dbwizard4 (1.3.40); FILE MERGED 2005/03/12 18:24:54 bc 1.3.40.3: RESYNC: (1.3-1.4); FILE MERGED 2005/03/09 16:49:23 bc 1.3.40.2: #i43798#Deletion of texttable columns now considered 2005/02/17 13:50:15 bc 1.3.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [3f7be26f24394ecdf9e86e6012f6b6602cb24d45]

        INTEGRATION: CWS dbwizard4 (1.3.40); FILE MERGED 2005/03/16 12:26:52 bc 1.3.40.3: #i44783#'setFieldColumns' now with command as parameter 2005/03/12 18:24:47 bc 1.3.40.2: RESYNC: (1.3-1.6); FILE MERGED 2005/02/17 13:50:15 bc 1.3.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [93ccb35ea81af321e5bb4d38e0a64c39fd8b5e07]

        INTEGRATION: CWS dbwizard4 (1.5.22); FILE MERGED 2005/03/17 16:54:56 bc 1.5.22.5: #i44562# Several changes 2005/03/15 17:45:57 bc 1.5.22.4: #i44576#database connection now not disposed when RW finishes 2005/03/14 16:47:15 bc 1.5.22.3: ## merge conflict resolved Issue number: Submitted by: Reviewed by: 2005/03/12 18:24:38 bc 1.5.22.2: RESYNC: (1.5-1.8); FILE MERGED 2005/02/17 13:50:15 bc 1.5.22.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [99c75939042c6b8d5da2a926fe3c44056f8249af]

        INTEGRATION: CWS dbwizard4 (1.4.40); FILE MERGED 2005/03/16 12:26:52 bc 1.4.40.3: #i44783#'setFieldColumns' now with command as parameter 2005/03/12 18:24:31 bc 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/17 13:50:14 bc 1.4.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [2c738189310236f05fbbc4b0b20778b341487c56]

        INTEGRATION: CWS dbwizard4 (1.3.40); FILE MERGED 2005/03/12 18:25:50 bc 1.3.40.3: RESYNC: (1.3-1.4); FILE MERGED 2005/03/08 14:08:17 bc 1.3.40.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:13 bc 1.3.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [fe0d0611975959aea896d762b7ed6c4f6148f450]

        INTEGRATION: CWS dbwizard4 (1.3.44); FILE MERGED 2005/03/12 18:25:42 bc 1.3.44.3: RESYNC: (1.3-1.4); FILE MERGED 2005/03/08 14:08:17 bc 1.3.44.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:13 bc 1.3.44.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e308a745c3f14e86fbb2528c3d6ea4cda0a1aa47]

        INTEGRATION: CWS dbwizard4 (1.5.40); FILE MERGED 2005/03/12 18:25:35 bc 1.5.40.3: RESYNC: (1.5-1.6); FILE MERGED 2005/03/08 14:08:17 bc 1.5.40.2: #i43785#Several changes in handling new tables 2005/02/17 13:50:13 bc 1.5.40.1: ##ControlArrangement in FormWizard modified

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b78c1917fd0c520327a65e1d6081f2f3036741e1]

        INTEGRATION: CWS dbwizard4 (1.90.284); FILE MERGED 2005/03/15 17:43:06 bc 1.90.284.2: #i20070# setDataArray now always inserts voids 2005/02/23 09:18:20 bc 1.90.284.1: #i20067#setDataArray method modified to handle NullValues:w

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4b3dc0c28a9f29168bdb6408dce957b68e3be67d]

        INTEGRATION: CWS dbwizard4 (1.62.112); FILE MERGED 2005/03/12 18:03:10 bc 1.62.112.2: RESYNC: (1.62-1.63); FILE MERGED 2005/02/10 15:37:10 od 1.62.112.1: #i37877# <SwXShape::setPosition(..)> - no adjustment of position properties, 	 if position is also applied at the drawing object and a contact 	 is already registered at the drawing object.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [3d1b0e2ee440081a2431ffdb9d5b6c3e4f7029fb]

        INTEGRATION: CWS dbwizard4 (1.48.54); FILE MERGED 2005/03/12 17:59:52 bc 1.48.54.2: RESYNC: (1.48-1.49); FILE MERGED 2005/02/21 15:34:10 od 1.48.54.1: #i37877# method <lcl_FindFirstInvaFly(..)> doesn't consider drawing objects. 	 Thus, method renamed to <lcl_FindFirstInvaObj(..)> and let it 	 consider drawing objects.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f7247bf780e7fcb81492f2f8a503b106da6b5ddf]

        INTEGRATION: CWS dbwizard4 (1.6.218); FILE MERGED 2005/03/01 10:02:28 od 1.6.218.1: #i37877# class <SwAnchoredDrawObject> - new method <IsValidPos()>

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a7feb348e0e7330e19cbc07c4920da3f4ab8ca6a]

        INTEGRATION: CWS dbwizard4 (1.5.48); FILE MERGED 2005/02/04 15:27:57 bc 1.5.48.1: #i41874# now old filters are included

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [c0e151cd45663052e96ec928f0a481aecddb8e84]

        INTEGRATION: CWS dbwizard4 (1.3.6); FILE MERGED 2005/03/07 11:58:11 va 1.3.6.1: #i44099# Corrected some Tags.

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [33818fc0bfebd58a6ca27a1f8b5fb151beb299b7]

        INTEGRATION: CWS dbwizard4 (1.5.94); FILE MERGED 2005/03/17 10:15:55 bc 1.5.94.3: #i45214# bugfix i43378 merged 2005/03/10 17:35:23 bc 1.5.94.2: RESYNC: (1.5-1.6); FILE MERGED 2005/02/04 15:23:52 bc 1.5.94.1: #i39507#IDLabels no longer tabbed

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ab6f5548020fb167993d0577f50b88b9a2143ed3]

        INTEGRATION: CWS uicleanup (1.59.396); FILE MERGED 2005/02/22 09:19:01 dv 1.59.396.3: #116586# Changed ImageButton sizes for better themeing support 2005/02/21 07:02:37 dv 1.59.396.2: #116586# Resized everything due to new ImageButton sizes 2005/02/18 15:20:55 dv 1.59.396.1: #116586# Resized everything due to new ImageButton sizes

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [5453dfb41b842364b618c1bd8fd35a0c6fc8ad55]

        INTEGRATION: CWS uicleanup (1.9.1304); FILE MERGED 2005/02/17 13:33:05 dv 1.9.1304.1: #116586# Set default background for page control

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [88c9d3a5fbb58bbf79a42775827226703b752abd]

        INTEGRATION: CWS uicleanup (1.70.198); FILE MERGED 2005/02/17 08:14:03 dv 1.70.198.1: #116586# Enlarged ImageButtons

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [980f4f084b6d3fe680d0d74a5fd758767a0aa34e]

        INTEGRATION: CWS uicleanup (1.42.522); FILE MERGED 2005/02/22 09:18:22 dv 1.42.522.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a1f40c7a84b3a4c3a127aa7762893c6c1020d4ed]

        INTEGRATION: CWS uicleanup (1.39.416); FILE MERGED 2005/02/17 12:51:58 dv 1.39.416.1: #116586# Enlarged ImageButton

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [94fad5e9c1c59268a61542f6df6da197b43f2987]

        INTEGRATION: CWS uicleanup (1.51.54); FILE MERGED 2005/02/17 12:23:31 dv 1.51.54.1: #116586# Set default background for bitmap control

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [62de92844a3c06424cc289db749449fd6ce4473d]

        INTEGRATION: CWS uicleanup (1.24.54); FILE MERGED 2005/02/22 09:29:49 dv 1.24.54.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8da5378250b36c3df115f97811240f08929561e0]

        INTEGRATION: CWS uicleanup (1.25.306); FILE MERGED 2005/02/22 09:29:49 dv 1.25.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [c32f873c85c6e4fca6ee76be024aa8b76b3417ec]

        INTEGRATION: CWS uicleanup (1.18.306); FILE MERGED 2005/02/22 09:29:49 dv 1.18.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [09b892f5f919f3d4ffb857631acd94696569afa4]

        INTEGRATION: CWS uicleanup (1.31.306); FILE MERGED 2005/02/22 09:29:48 dv 1.31.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [9d7fa2a6b646e65117a5c8dfbaa844242fb377c1]

        INTEGRATION: CWS uicleanup (1.53.306); FILE MERGED 2005/02/22 09:29:48 dv 1.53.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e78a55e347c43e1c45d54b79a33fb1c715f6815e]

        INTEGRATION: CWS uicleanup (1.41.306); FILE MERGED 2005/02/22 09:29:48 dv 1.41.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [2c1452c7a5470b81253433e1644c31ee890de5ad]

        INTEGRATION: CWS uicleanup (1.40.306); FILE MERGED 2005/02/22 09:29:48 dv 1.40.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [39d1214c3edf67038997a7c66961f0719e7aa343]

        INTEGRATION: CWS uicleanup (1.27.306); FILE MERGED 2005/02/22 09:29:47 dv 1.27.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [1533c4ba51e3d12708b3b39851f5fcb0f8f3ee10]

        INTEGRATION: CWS uicleanup (1.49.306); FILE MERGED 2005/02/22 09:29:46 dv 1.49.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [df043eaa823296d04bae840fea8c23878dba7376]

        INTEGRATION: CWS uicleanup (1.28.306); FILE MERGED 2005/02/22 09:29:45 dv 1.28.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [72f7960d277dbfbd9c2c9bed6b14a3045ae3f8fd]

        INTEGRATION: CWS uicleanup (1.14.198); FILE MERGED 2005/02/22 09:29:45 dv 1.14.198.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f194b39c98fb9858ae8456ca9a1bd7b306e01d2c]

        INTEGRATION: CWS uicleanup (1.30.306); FILE MERGED 2005/02/22 09:29:45 dv 1.30.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4af41fa9038c93ebc09bde49f1c166fde2791785]

        INTEGRATION: CWS uicleanup (1.25.306); FILE MERGED 2005/02/22 09:29:44 dv 1.25.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4f4f9b76e3cf957eb3bee3482f373bdf82b89bc3]

        INTEGRATION: CWS uicleanup (1.44.306); FILE MERGED 2005/02/22 09:29:44 dv 1.44.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8659fc0ad571460104979b015e014e1783900b69]

        INTEGRATION: CWS uicleanup (1.30.306); FILE MERGED 2005/02/22 09:29:44 dv 1.30.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [aa16ab2317458302f5597a2e08c39a8870d11d30]

        INTEGRATION: CWS uicleanup (1.55.248); FILE MERGED 2005/02/22 09:29:43 dv 1.55.248.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [5ef7c80c333b01dc4ff2bf190944faea37eddc29]

        INTEGRATION: CWS uicleanup (1.34.306); FILE MERGED 2005/02/22 09:29:43 dv 1.34.306.1: #116586# Changed ImageButton sizes for better themeing support

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [2610dbf4fce68985630e5364761147208878aaea]

        INTEGRATION: CWS uicleanup (1.108.12); FILE MERGED 2005/02/21 10:41:29 dv 1.108.12.1: #116586# Moved FixedLine down a bit

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [6772f5e99ee39632d16696b39c21ba9f8e2f469c]

        #i10000# bootstrp.lib to btstrp.lib

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [a5ae4f4de5eeb33f7fd44f6e54f9e24e02b51283]

        INTEGRATION: CWS tbe21 (1.29.10); FILE MERGED 2005/02/25 13:24:05 tbe 1.29.10.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [4f89548042ddfa729844a9f0d114a5cb28eebb10]

        INTEGRATION: CWS tbe21 (1.32.10); FILE MERGED 2005/02/25 13:23:53 tbe 1.32.10.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [83701ced18e0271b71f7a49c6e67ff79168649dd]

        INTEGRATION: CWS tbe21 (1.32.4); FILE MERGED 2005/02/25 13:23:01 tbe 1.32.4.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b7099bdba693d0c1ace247b650057b0770d2503d]

        INTEGRATION: CWS tbe21 (1.24.6); FILE MERGED 2005/02/25 13:22:49 tbe 1.24.6.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7d21f06758e045af9b255685f19eea35a475d3a7]

        INTEGRATION: CWS tbe21 (1.23.10); FILE MERGED 2005/02/25 13:22:05 tbe 1.23.10.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [83e2939700bf2176ea1dff68587eac1de84ee1bc]

        INTEGRATION: CWS tbe21 (1.15.10); FILE MERGED 2005/02/25 13:21:52 tbe 1.15.10.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ad493249ca17c0d3ee1238ec311bf3ba6a2bb74f]

        INTEGRATION: CWS tbe21 (1.23.116); FILE MERGED 2005/02/25 13:20:37 tbe 1.23.116.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [5464f9ab2a6f6315e41126a1dea399bf40c08cbd]

        INTEGRATION: CWS tbe21 (1.9.122); FILE MERGED 2005/02/28 16:30:11 tbe 1.9.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ca0f703bd4578f9d6491dcf436ca5e6f55b6147f]

        INTEGRATION: CWS tbe21 (1.8.122); FILE MERGED 2005/02/28 16:29:55 tbe 1.8.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [8d3d4bc3d8946bece5a47099baff7802259bbca0]

        INTEGRATION: CWS tbe21 (1.9.132); FILE MERGED 2005/02/28 17:28:05 tbe 1.9.132.2: RESYNC: (1.9-1.10); FILE MERGED 2005/02/28 16:29:43 tbe 1.9.132.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f353637f6952e82f4ba52c270fcc20610d02d27e]

        INTEGRATION: CWS tbe21 (1.13.122); FILE MERGED 2005/02/28 16:29:32 tbe 1.13.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f533cc43d7340c47d8cb99839c0cae2b5fa29f50]

        INTEGRATION: CWS tbe21 (1.13.122); FILE MERGED 2005/02/28 16:29:22 tbe 1.13.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [474216d924da6f9dc3d336fcff9a662386577d21]

        INTEGRATION: CWS tbe21 (1.9.122); FILE MERGED 2005/02/28 16:29:11 tbe 1.9.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [ae3a997f3833f6ccea70ddd9cd831497ff58ffb3]

        INTEGRATION: CWS tbe21 (1.7.188); FILE MERGED 2005/02/28 16:29:02 tbe 1.7.188.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [1464dfbb67538b58a7653cf2350a657557ff4568]

        INTEGRATION: CWS tbe21 (1.11.122); FILE MERGED 2005/02/28 16:28:50 tbe 1.11.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [af5f5093c01a4a7c091925651d53c071a953a16c]

        INTEGRATION: CWS tbe21 (1.11.82); FILE MERGED 2005/02/28 17:27:57 tbe 1.11.82.2: RESYNC: (1.11-1.12); FILE MERGED 2005/02/28 16:28:34 tbe 1.11.82.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [444571bd3e227cc0685bab2242173af9918d6759]

        INTEGRATION: CWS tbe21 (1.5.188); FILE MERGED 2005/02/28 16:28:25 tbe 1.5.188.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [0b1b0ff331ba66d1ddc94847c9602585c6915803]

        INTEGRATION: CWS tbe21 (1.10.122); FILE MERGED 2005/02/28 16:28:15 tbe 1.10.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e93b82ea0768b90b4fe92424519b6b4004014621]

        INTEGRATION: CWS tbe21 (1.12.122); FILE MERGED 2005/02/28 16:28:05 tbe 1.12.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [75a421728d2968d442974bc97d9943fb613b6026]

        INTEGRATION: CWS tbe21 (1.8.188); FILE MERGED 2005/02/28 16:27:50 tbe 1.8.188.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [c927448d71595e54b810e202903e4569fd8c67cd]

        INTEGRATION: CWS tbe21 (1.9.122); FILE MERGED 2005/02/28 16:27:41 tbe 1.9.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [e5db01fce42ac305052dcd16398e27879f5eff89]

        INTEGRATION: CWS tbe21 (1.13.122); FILE MERGED 2005/02/28 16:27:32 tbe 1.13.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [5c2a63331e3648debbabced9565dc0f1eb400105]

        INTEGRATION: CWS tbe21 (1.9.122); FILE MERGED 2005/02/28 16:27:19 tbe 1.9.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [7840ce81f70f6a9ae77e479f1320e9d6a70e218c]

        INTEGRATION: CWS tbe21 (1.8.132); FILE MERGED 2005/02/28 17:27:39 tbe 1.8.132.2: RESYNC: (1.8-1.9); FILE MERGED 2005/02/28 16:27:08 tbe 1.8.132.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [f7bb8638a92949129c05fd135246a7f7753aabbc]

        INTEGRATION: CWS tbe21 (1.11.122); FILE MERGED 2005/02/28 16:24:55 tbe 1.11.122.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Kurt Zenker  <kz@openoffice.org>  [b3b4d7aaff50b839f156a736e5178632569d1635]

        INTEGRATION: CWS tbe21 (1.69.18); FILE MERGED 2005/02/25 13:25:29 tbe 1.69.18.1: #i42907# missing control properties in xml im-/export for dialogs

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [e16109b4786540196b801caa55dbb78c100ac527]

        INTEGRATION: CWS fwkpostbeta04 (1.12.30); FILE MERGED 2005/03/03 17:24:25 cd 1.12.30.2: RESYNC: (1.12-1.13); FILE MERGED 2005/03/02 16:26:34 cd 1.12.30.1: #i43731# Make status bar aware of embedded object situation

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [38d6bbdd550576102450f3c5191ab124657d554e]

        INTEGRATION: CWS fwkpostbeta04 (1.4.30); FILE MERGED 2005/02/28 10:26:42 jl 1.4.30.1: #i43560# added include <stdio.h>

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [48728b8fd13c13162192f5977f03509640390356]

        INTEGRATION: CWS fwkpostbeta04 (1.166.18); FILE MERGED 2005/03/03 18:03:25 cd 1.166.18.2: RESYNC: (1.166-1.168); FILE MERGED 2005/02/17 09:28:53 mba 1.166.18.1: #i42489#: make sure that config items are committed before config manager is disposed

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [95a80f985121de2215c053b989c8ae08ebf3f9cb]

        INTEGRATION: CWS fwkpostbeta04 (1.39.36); FILE MERGED 2005/03/04 16:12:24 cd 1.39.36.3: #i39155# Fixed assertion problem that broke due to incorrect merge 2005/03/03 18:01:58 cd 1.39.36.2: RESYNC: (1.39-1.40); FILE MERGED 2005/02/16 17:11:33 mba 1.39.36.1: #i39155#: pass status indicator when document is saved

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [274e64c3b7af0d5e99be40b7457f058495cd5e30]

        INTEGRATION: CWS fwkpostbeta04 (1.6.4); FILE MERGED 2005/02/17 11:35:04 jl 1.6.4.1: #i42962# #i42968# recognition of JREs on FreeBSD

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [7e2d3dee7b51311b801a9d0d801f565674127c2a]

        INTEGRATION: CWS fwkpostbeta04 (1.11.24); FILE MERGED 2005/02/16 16:10:34 jl 1.11.24.1: #i36823# custom action netframework will be removed. We use the MSI property MsiNetAssemblySupport

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [c8098db03f44fc5f0884f8c98a50cb298de1db7d]

        INTEGRATION: CWS fwkpostbeta04 (1.5.58); FILE MERGED 2005/03/03 17:55:19 cd 1.5.58.3: RESYNC: (1.5-1.7); FILE MERGED 2005/03/02 16:30:59 cd 1.5.58.2: #i43731# Fixed status bar for embedded object 2005/03/02 08:08:48 cd 1.5.58.1: #i43383# sfx2 layout manager must layout for inplace activation

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [cdb5d344ce7400151acb32583a6bb269e8af51d3]

        INTEGRATION: CWS fwkpostbeta04 (1.33.78); FILE MERGED 2005/02/24 09:20:11 cd 1.33.78.1: #i43309# Added help IDs for cut, copy and paste

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [395a2922174880fb7fe31fb557c3e95fe4f9782d]

        INTEGRATION: CWS fwkpostbeta04 (1.18.68); FILE MERGED 2005/03/03 17:54:02 cd 1.18.68.2: RESYNC: (1.18-1.19); FILE MERGED 2005/03/02 16:30:58 cd 1.18.68.1: #i43731# Fixed status bar for embedded object

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [4a0ea5fce2d6524be426246f056b1fcf3df768dd]

        INTEGRATION: CWS fwkpostbeta04 (1.41.54); FILE MERGED 2005/02/28 14:21:02 cd 1.41.54.1: #i43538# There can be SlotServer which don't have a shell on the stack. This is only valid for non-available slots

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [50cff412c7377eaa10075b3593cb8edf4ee91c7b]

        INTEGRATION: CWS fwkpostbeta04 (1.50.50); FILE MERGED 2005/03/03 17:46:29 cd 1.50.50.2: RESYNC: (1.50-1.53); FILE MERGED 2005/03/02 16:30:56 cd 1.50.50.1: #i43731# Fixed status bar for embedded object

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [b9e5d718422561a58a40ca017af9a2275a0fc441]

        INTEGRATION: CWS fwkpostbeta04 (1.65.150); FILE MERGED 2005/03/03 17:44:07 cd 1.65.150.2: RESYNC: (1.65-1.66); FILE MERGED 2005/03/02 16:30:55 cd 1.65.150.1: #i43731# Fixed status bar for embedded object

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [957a0d1c06c61940bb754f199c3374c8f128b386]

        INTEGRATION: CWS fwkpostbeta04 (1.2.4); FILE MERGED 2005/02/22 12:53:36 jl 1.2.4.1: #i43107# remove unused code

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f87c1e05b9eafa4c42a10ab365959fc66d85a7cf]

        INTEGRATION: CWS fwkpostbeta04 (1.4.130); FILE MERGED 2005/02/22 14:07:48 jl 1.4.130.2: #i43107# remove unused code 2005/02/22 12:53:36 jl 1.4.130.1: #i43107# remove unused code

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [7c8c2666f527415ffe6a8f9ca5800a117331fd17]

        INTEGRATION: CWS fwkpostbeta04 (1.7.28); FILE MERGED 2005/02/22 14:02:02 jl 1.7.28.1: #i43107# remove unused code

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f985a16e7061a1886a4ef4a3642b26eab29a5b3c]

        INTEGRATION: CWS fwkpostbeta04 (1.22.28); FILE MERGED 2005/03/03 17:33:24 cd 1.22.28.2: RESYNC: (1.22-1.23); FILE MERGED 2005/03/02 16:26:34 cd 1.22.28.1: #i43731# Make status bar aware of embedded object situation

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [7e28bfd5d33c49bc2e94b906cbcc6fe79a499006]

        INTEGRATION: CWS fwkpostbeta04 (1.8.32); FILE MERGED 2005/03/04 07:45:28 as 1.8.32.1: #i38554# ignore unexpected exceptions of deep detection services

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [84bdbf0d6705c3491fda531c85c3a32e96b6010d]

        INTEGRATION: CWS nsplugin6 (1.20.44); FILE MERGED 2005/03/14 04:32:25 jmeng 1.20.44.3: #i41820# 2005/03/02 01:35:38 jmeng 1.20.44.2: #i41820# 2005/03/02 01:28:20 jmeng 1.20.44.1: #i41820#

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [16a8b834f0db6495ddc84eb9ec3258cf3e236eb4]

        INTEGRATION: CWS cfgfix01 (1.3.120); FILE MERGED 2005/02/18 10:57:30 jb 1.3.120.1: #i41985# Don't create interaction handler unless needed - avoids loading uui dll unnecessarily

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [15f03e5a5481f6f4ece001fcd8f3e678e153a0fa]

        INTEGRATION: CWS cfgfix01 (1.9.78); FILE MERGED 2005/02/18 10:57:30 jb 1.9.78.1: #i41985# Don't create interaction handler unless needed - avoids loading uui dll unnecessarily

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [e4c71d7fb1c3ad04a5cdbd3bf00f21efe50ce7e1]

        INTEGRATION: CWS cfgfix01 (1.166.14); FILE MERGED 2005/03/11 12:25:19 jb 1.166.14.3: RESYNC: (1.166-1.168); FILE MERGED 2005/02/18 17:53:41 jb 1.166.14.2: #i43049# Cleanup CurrentContext handling in Desktop::Main(): DesktopContext and ConfigurationErrorHandler are set up only once; make control flow for bootstrap error check more readable to avoid scope problems 2005/02/18 10:54:05 jb 1.166.14.1: #i43049# Reenable ConfigurationErrorHandler during most of startup

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [be74ecb8e3027505ef78ce6588408adf693995ea]

        INTEGRATION: CWS cfgfix01 (1.1.2); FILE ADDED 2005/03/04 15:52:19 jb 1.1.2.2: #i42842# Add support for URL property to layer 2005/03/04 15:48:18 jb 1.1.2.1: #i42842# Add support for URL property to layer; also add missing license header

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [a76fba281a6f6f4df977651e8ee403596a777243]

        INTEGRATION: CWS cfgfix01 (1.1.2); FILE ADDED 2005/03/04 15:52:17 jb 1.1.2.1: #i42842# Add support for URL property to layer

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f55d18b85bb90f486e765718f3486725d90f02d3]

        INTEGRATION: CWS cfgfix01 (1.5.26); FILE MERGED 2005/03/04 15:52:13 jb 1.5.26.1: #i42842# Add support for URL property to layer

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [d8c95ac1acd177c553e2f2833e2d2e473ef5058c]

        INTEGRATION: CWS cfgfix01 (1.3.78); FILE MERGED 2005/03/08 15:28:06 jb 1.3.78.2: #i42842# Add component name to pseudo-URL 2005/03/04 15:48:35 jb 1.3.78.1: #i42842# Add support for URL property to layer; also add missing license header

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [b47664bccf578e5181ae56aea18b1cb9785d4fe5]

        INTEGRATION: CWS cfgfix01 (1.3.78); FILE MERGED 2005/03/11 16:58:24 jb 1.3.78.3: #i42842# Build problem on windows 2005/03/08 15:28:06 jb 1.3.78.2: #i42842# Add component name to pseudo-URL 2005/03/04 15:52:10 jb 1.3.78.1: #i42842# Add support for URL property to layer

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [84924806a3414e6725d43023c2fe04bc43cacecf]

        INTEGRATION: CWS cfgfix01 (1.5.8); FILE MERGED 2005/03/11 12:08:35 jb 1.5.8.2: #i31915# Recursive descent through hierarchy now handles sequences correctly 2005/03/10 13:42:44 jb 1.5.8.1: #i40684# Disable setUpdateExample as it does not work against the OOo 2 configuration schema.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [4b279eaa29e7afeebcb423615ab930731b55d007]

        INTEGRATION: CWS cfgfix01 (1.46.20); FILE MERGED 2005/03/10 12:32:16 jb 1.46.20.1: #i37322# Fix ReplaceSetProperties (sort of): When a simple value can't be removed from an extensible node, try setting it to VOID instead

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [834108efdd4cc36770695c17bc824b52d189ea81]

        INTEGRATION: CWS cfgfix01 (1.9.166); FILE MERGED 2005/03/10 16:08:26 jb 1.9.166.1: #i38262# ResetValue is a real change whenever the prior state is not default (even if the current value equals the default)

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [af144de7276370a028330a493e27d0cf74f66a8b]

        INTEGRATION: CWS cfgfix01 (1.16.64); FILE MERGED 2005/03/10 16:08:25 jb 1.16.64.1: #i38262# ResetValue is a real change whenever the prior state is not default (even if the current value equals the default)

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [320b1fc01387e1258ea715a5d2f7e0ed9548907b]

        INTEGRATION: CWS cfgfix01 (1.5.156); FILE MERGED 2005/03/10 09:26:12 jb 1.5.156.1: #i37322# Fix assertion when setting extended value to void

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [6c0e81c199e1a0fe17bc24a1c9d45ac35c3421c2]

        INTEGRATION: CWS cfgfix01 (1.6.156); FILE MERGED 2005/03/10 09:26:12 jb 1.6.156.1: #i37322# Fix assertion when setting extended value to void

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [4a173369da0a67d627e9d4265c56d41664a3e947]

        INTEGRATION: CWS cfgfix01 (1.7.156); FILE MERGED 2005/03/10 09:26:12 jb 1.7.156.1: #i37322# Fix assertion when setting extended value to void

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [5a0bb4ba6ff0e1c092afd00671cca34a91fbe10e]

        INTEGRATION: CWS cfgfix01 (1.20.14); FILE MERGED 2005/03/08 16:23:02 jb 1.20.14.1: #i42842# Improved URL replacement, if property not supported

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f5817fd20c87e09bf47a291013d46cf0f3957ca2]

        INTEGRATION: CWS cfgfix01 (1.3.170); FILE MERGED 2005/02/18 18:23:37 jb 1.3.170.1: #i42900# Enable forgotten XPropertyWithState implementation

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f500547d57fcbec837985638fcbf111fb0f99449]

        INTEGRATION: CWS cfgfix01 (1.17.166); FILE MERGED 2005/03/10 16:10:00 jb 1.17.166.1: #i38262# Fix spurious assertion when all requested changes are not real changes

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [2b37287f20569f2211137f54e34e646b913f00de]

        INTEGRATION: CWS systempasffix (1.25.18); FILE MERGED 2005/03/16 03:55:33 rene 1.25.18.1: #i45133# don't package the respective stuff with SYSTEM_SNDFILE and SYSTEM_PORTAUDIO

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [4cf7d96374ba43bf3f511b431df77bed55e46329]

        INTEGRATION: CWS systempasffix (1.89.2); FILE MERGED 2005/03/16 03:55:32 rene 1.89.2.1: #i45133# don't package the respective stuff with SYSTEM_SNDFILE and SYSTEM_PORTAUDIO

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [a3540dd12fa9c8d47379292153dfef170ee8c76c]

        INTEGRATION: CWS systempasffix (1.19.80); FILE MERGED 2005/03/16 03:08:25 rene 1.19.80.1: #i45133# set SYSTEM_SNDFILE and SYSTEM_PORTAUDIO

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [4261a77fb2d46cd5cce3cff615d889a5dedd2b98]

        INTEGRATION: CWS vq12 (1.86.102); FILE MERGED 2005/02/20 23:35:46 vq 1.86.102.1: #i29675# Unroll _tg_*.mk files.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f639826a1694082aceef86522b34e0b08df8ef13]

        INTEGRATION: CWS vq12 (1.45.252); FILE MERGED 2005/02/21 00:08:21 vq 1.45.252.2: #i34276#, #i29675# Unroll _tg_*.mk files. 2005/02/20 18:17:31 vq 1.45.252.1: #i29609# Unroll _tg_*.mk files.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [5a8af96ab5abd3bbb56f32b86289ed8c34179501]

        INTEGRATION: CWS vq12 (1.88.102); FILE MERGED 2005/02/20 23:32:03 vq 1.88.102.1: #i29675# Use $(EMQ) in a few places plus general small changes.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [0f808a371143854f28913575b8998120fad5695b]

        INTEGRATION: CWS vq12 (1.46.252); FILE MERGED 2005/02/21 00:06:03 vq 1.46.252.2: #i34276#, #i29675# Avoid ".IF "$(USE_SHELL)"!="4nt" ..." and use $(WRAPCMD). 2005/02/20 18:09:45 vq 1.46.252.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax for W32-4nt or W32-tcsh.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [88b19541be2a3139bde87eaaade7154f17aaf8a5]

        INTEGRATION: CWS vq12 (1.20.12); FILE MERGED 2005/03/11 16:09:37 vq 1.20.12.1: #i44720# Fix PYTHONPATH for W32-4nt.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [65450486716cd8d7add1f487342a359716369b7e]

        INTEGRATION: CWS vq12 (1.8.482); FILE MERGED 2005/03/09 19:15:58 vq 1.8.482.1: #i44636# Fix makefile syntax.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [acbc98b9be3eed62e8168f6915d8827be334ccb6]

        INTEGRATION: CWS vq12 (1.37.98); FILE MERGED 2005/03/11 14:00:35 vq 1.37.98.6: #i29675# Fix typo. 2005/02/27 02:12:53 vq 1.37.98.5: #i29675# Remove some $(USE_SHELL) checks using $(USQ) and $(EMQ). 2005/02/21 03:33:55 vq 1.37.98.4: #i29675# $(SOLARBINDIR) is defined later, don't use := assignment. 2005/02/21 02:12:40 vq 1.37.98.3: #i29675# Clean up unitools.mk 2005/02/20 23:32:03 vq 1.37.98.2: #i29675# Use $(EMQ) in a few places plus general small changes. 2005/02/20 18:09:45 vq 1.37.98.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax for W32-4nt or W32-tcsh.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [472e1ad029ba55d9b6a30b1e38c8eee6558230fe]

        INTEGRATION: CWS vq12 (1.22.100); FILE MERGED 2005/02/20 18:09:45 vq 1.22.100.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax for W32-4nt or W32-tcsh.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [9ac7be00e663913bee14ddac072c91ef00b11145]

        INTEGRATION: CWS vq12 (1.15.132); FILE MERGED 2005/02/20 18:09:45 vq 1.15.132.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax for W32-4nt or W32-tcsh.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [56f27a0c78d21493d0572bcc84b0168f65250941]

        INTEGRATION: CWS vq12 (1.15.14); FILE MERGED 2005/02/20 18:09:45 vq 1.15.14.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax for W32-4nt or W32-tcsh.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [572c3f1d296534862892c7995608899da89b88dc]

        INTEGRATION: CWS vq12 (1.13.146); FILE MERGED 2005/02/27 02:12:52 vq 1.13.146.1: #i29675# Remove some $(USE_SHELL) checks using $(USQ) and $(EMQ).

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [94f5157035d2e12501a1ec17220468f9b890701d]

        INTEGRATION: CWS vq12 (1.17.74); FILE MERGED 2005/02/27 02:12:52 vq 1.17.74.2: #i29675# Remove some $(USE_SHELL) checks using $(USQ) and $(EMQ). 2005/02/20 18:09:45 vq 1.17.74.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax for W32-4nt or W32-tcsh.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [dda87d62ddc50edab334ef488fad12c474489aea]

        INTEGRATION: CWS vq12 (1.149.100); FILE MERGED 2005/03/15 18:22:40 vq 1.149.100.5: #i29609# Windows == *.dll. 2005/03/11 19:48:39 vq 1.149.100.4: #i29675# $(RSCDIVISION) contains chars that have to be quoted. 2005/03/11 16:54:39 vq 1.149.100.3: #i29675# tcsh cannot use " in "-quoted strings. Not even when escaped with backslash. Don't use "bla \" blub". 2005/02/27 02:12:52 vq 1.149.100.2: #i29675# Remove some $(USE_SHELL) checks using $(USQ) and $(EMQ). 2005/02/20 18:09:44 vq 1.149.100.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax for W32-4nt or W32-tcsh.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [7dbe1d4d0cc284396ceb1a761ea7f00f78fdfc71]

        INTEGRATION: CWS vq12 (1.163.14); FILE MERGED 2005/03/09 19:30:58 vq 1.163.14.4: RESYNC: (1.164-1.166); FILE MERGED 2005/03/09 18:55:49 vq 1.163.14.3: #i34276# Typo, noone needs ".exe", not even windows. 2005/02/26 03:12:16 vq 1.163.14.2: RESYNC: (1.163-1.164); FILE MERGED 2005/02/21 00:06:03 vq 1.163.14.1: #i34276#, #i29675# Avoid ".IF "$(USE_SHELL)"!="4nt" ..." and use $(WRAPCMD).

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [421ad1fc5216bf23290786d79d938e02d8bce183]

        INTEGRATION: CWS vq12 (1.60.132); FILE MERGED 2005/02/20 18:09:44 vq 1.60.132.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax for W32-4nt or W32-tcsh.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [8f7b05a6b9631583c18b1caec13fdb7e1bad6bf7]

        INTEGRATION: CWS vq12 (1.34.74); FILE MERGED 2005/02/20 18:09:44 vq 1.34.74.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax for W32-4nt or W32-tcsh.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [8603136122ef30fd743a0e44e07f642546cc9d8c]

        INTEGRATION: CWS dba25 (1.58.2); FILE MERGED 2005/03/07 09:40:36 oj 1.58.2.1: #i41092# help id added for the database wizard dialog

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f7377658017c62cf06290c315c4ad6888fa61a00]

        INTEGRATION: CWS dba25 (1.13.102); FILE MERGED 2005/03/14 13:35:42 fs 1.13.102.2: RESYNC: (1.13-1.14); FILE MERGED 2005/03/04 07:19:46 oj 1.13.102.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [7f6039b81cc0052253a8051348bf66c785d412e3]

        INTEGRATION: CWS vq12 (1.21.100); FILE MERGED 2005/02/20 18:17:32 vq 1.21.100.1: #i29609# Unroll _tg_*.mk files.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f20aca78bb49e4cf88ada46e5d69edae4c4f2657]

        INTEGRATION: CWS dba25 (1.2.102); FILE MERGED 2005/03/04 07:19:46 oj 1.2.102.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [9d0f285058604f8ccae25efbc035f5449a2d6d8e]

        INTEGRATION: CWS vq12 (1.14.14); FILE MERGED 2005/02/20 18:17:32 vq 1.14.14.1: #i29609# Unroll _tg_*.mk files.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [13777c2022bfe4ac3c05a486f7f0581df54cdd16]

        INTEGRATION: CWS dba25 (1.2.102); FILE MERGED 2005/03/04 07:19:45 oj 1.2.102.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [7d7548a5ca37fc5b83792219a8e2426dfc2d024f]

        INTEGRATION: CWS dba25 (1.38.4); FILE MERGED 2005/03/14 13:34:50 fs 1.38.4.2: RESYNC: (1.38-1.39); FILE MERGED 2005/03/04 07:19:45 oj 1.38.4.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [03146a97c6a470dd4d91782fbcc27d0b952d535f]

        INTEGRATION: CWS dba25 (1.58.38); FILE MERGED 2005/03/04 07:18:23 oj 1.58.38.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [686339a97a23793ca064f077c15c232165bc52f5]

        INTEGRATION: CWS dba25 (1.8.102); FILE MERGED 2005/03/04 07:18:23 oj 1.8.102.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [4257d7893ecbd77914c97bfcc17542192a990ea7]

        INTEGRATION: CWS dba25 (1.3.38); FILE MERGED 2005/03/04 07:18:23 oj 1.3.38.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [835df6f10d0922488c84b443890a5e4b47a76126]

        INTEGRATION: CWS dba25 (1.33.44); FILE MERGED 2005/03/07 07:27:49 oj 1.33.44.1: remove member which hides base class member

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [865d6e332ba8ca265a5274792bead7bdc2d34929]

        INTEGRATION: CWS dba25 (1.4.2); FILE MERGED 2005/03/08 09:02:13 fs 1.4.2.3: RESYNC: (1.4-1.5); FILE MERGED 2005/03/07 14:09:13 oj 1.4.2.2: #i36087# some realignment 2005/03/07 09:40:56 oj 1.4.2.1: #i41092# help id added for the database wizard dialog

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [6e79acf0007f86a16345cee596b11b5ab109b426]

        INTEGRATION: CWS dba25 (1.38.2); FILE MERGED 2005/03/04 08:10:07 oj 1.38.2.2: #i43968# clear password if connection was not successful 2005/03/04 07:16:57 oj 1.38.2.1: #i43911# variable not initialized

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [54f4f131fad2e45ad35b350bd9315baa5167919f]

        INTEGRATION: CWS dba25 (1.3.38); FILE MERGED 2005/03/04 12:00:10 oj 1.3.38.2: #i43912# check if users are not null 2005/03/04 07:19:44 oj 1.3.38.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [b7bab28a4057832ff9f48511c9cb09a7606032ed]

        INTEGRATION: CWS dba25 (1.3.102); FILE MERGED 2005/03/04 07:19:44 oj 1.3.102.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [d110c624282a23a960fff20a4293e529a0fe3e69]

        INTEGRATION: CWS dba25 (1.13.38); FILE MERGED 2005/03/04 07:19:44 oj 1.13.38.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [b8e928c5d6bc9b94abfe5b2b8da0a37e73ed6c67]

        INTEGRATION: CWS dba25 (1.8.2); FILE MERGED 2005/03/14 13:31:30 fs 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/04 07:16:28 oj 1.8.2.1: #i43911# fix for oracle page

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [2cfbcd0b34fa3ae1c10338b0264d49f50d0aae3f]

        INTEGRATION: CWS dba25 (1.3.6); FILE MERGED 2005/03/14 13:31:15 fs 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/07 14:09:13 oj 1.3.6.1: #i36087# some realignment

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [bddfe1deec759868e4a2365b3f192329a1bd9bcb]

        INTEGRATION: CWS dba25 (1.166.4); FILE MERGED 2005/03/14 13:30:40 fs 1.166.4.4: RESYNC: (1.167-1.168); FILE MERGED 2005/03/08 09:01:51 fs 1.166.4.3: RESYNC: (1.166-1.167); FILE MERGED 2005/03/04 08:04:15 oj 1.166.4.2: #i43912# use set connection as activeconnection and add as listener 2005/03/04 07:19:43 oj 1.166.4.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [1f9172fee35760cbf1da4751ccb93bda3de016bb]

        INTEGRATION: CWS dba25 (1.70.102); FILE MERGED 2005/03/07 08:56:46 oj 1.70.102.1: #i44302# check if column pos is the handle column id

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [5faccc70ae8dad970cf97b29d5a6d4ef1500ff39]

        INTEGRATION: CWS dba25 (1.68.38); FILE MERGED 2005/03/04 07:19:42 oj 1.68.38.1: #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [8e46146d4a6a81a17f302341dd1b634d7906892d]

        INTEGRATION: CWS dba25 (1.5.38); FILE MERGED 2005/03/14 13:29:52 fs 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/04 08:04:54 oj 1.5.38.1: #i43915# only open a connection when preview is needed

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [c3ae31a18bdb672c1a2c14b01c4c48bba422bf36]

        INTEGRATION: CWS dba25 (1.9.38); FILE MERGED 2005/03/14 13:29:44 fs 1.9.38.3: RESYNC: (1.10-1.11); FILE MERGED 2005/03/08 09:00:57 fs 1.9.38.2: RESYNC: (1.9-1.10); FILE MERGED 2005/03/04 07:19:26 oj 1.9.38.1: #i43880# #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [0602153b79261626732d8bd6d3e407e2ce24087f]

        INTEGRATION: CWS dba25 (1.8.36); FILE MERGED 2005/03/14 13:29:36 fs 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/04 07:05:44 oj 1.8.36.1: #i43887# use / +1 as last character for compare

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [98a47f556aaf4e8ff06961b8f3167bf313203016]

        INTEGRATION: CWS dba25 (1.15.2); FILE MERGED 2005/03/14 13:29:14 fs 1.15.2.5: RESYNC: (1.16-1.17); FILE MERGED 2005/03/08 09:00:36 fs 1.15.2.4: RESYNC: (1.15-1.16); FILE MERGED 2005/03/07 06:40:22 oj 1.15.2.3: #i44066# checkif doc is readonly before asking to save changes 2005/03/04 08:04:52 oj 1.15.2.2: #i43915# only open a connection when preview is needed 2005/03/04 07:19:25 oj 1.15.2.1: #i43880# #i43912# use set connection as activeconnection

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [de92eb450dd89a67a8d308fc2977a11d51e267f5]

        INTEGRATION: CWS dba25 (1.7.50); FILE MERGED 2005/03/14 13:28:31 fs 1.7.50.3: RESYNC: (1.7-1.8); FILE MERGED 2005/03/09 08:25:28 oj 1.7.50.2: #i44064# save the type as well 2005/03/04 14:23:48 oj 1.7.50.1: #i44064# export control default

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [1cbdcc5e0798f606aab5699fa8b550711dfc9b34]

        INTEGRATION: CWS dba25 (1.4.44); FILE MERGED 2005/03/14 13:27:41 fs 1.4.44.3: RESYNC: (1.4-1.5); FILE MERGED 2005/03/09 08:25:28 oj 1.4.44.2: #i44064# save the type as well 2005/03/04 14:23:48 oj 1.4.44.1: #i44064# export control default

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [bb0d6467d12040a3010b8dd997ea5d6289d485ad]

        INTEGRATION: CWS dba25 (1.3.88); FILE MERGED 2005/03/09 08:25:28 oj 1.3.88.2: #i44064# save the type as well 2005/03/04 14:23:48 oj 1.3.88.1: #i44064# export control default

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f9628bd7a9edca42663a9622e189ed5f92d0fdb7]

        INTEGRATION: CWS dba25 (1.2.102); FILE MERGED 2005/03/04 14:23:47 oj 1.2.102.1: #i44064# export control default

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [ab72c1231d1b7a07ce77bcff78a81f5009097e81]

        INTEGRATION: CWS dba25 (1.2.102); FILE MERGED 2005/03/09 08:25:27 oj 1.2.102.2: #i44064# save the type as well 2005/03/04 14:23:47 oj 1.2.102.1: #i44064# export control default

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [e34526cdddd82e6b94b2c91b6db093daef438137]

        INTEGRATION: CWS dba25 (1.20.102); FILE MERGED 2005/03/04 07:25:33 oj 1.20.102.1: #i43912# connection now supports also XGroupsSupplier and XUsersSupplier if the master tables supports it

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [9186a19adc92e610415b72b498fd967de9b5e5fb]

        INTEGRATION: CWS dba25 (1.40.36); FILE MERGED 2005/03/14 13:23:28 fs 1.40.36.2: RESYNC: (1.40-1.41); FILE MERGED 2005/03/04 07:25:33 oj 1.40.36.1: #i43912# connection now supports also XGroupsSupplier and XUsersSupplier if the master tables supports it

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f97e4278fa7d3863166202d03d787c7f98eccc27]

        INTEGRATION: CWS dba25 (1.74.50); FILE MERGED 2005/03/07 08:00:16 oj 1.74.50.1: #i37076# set default value in insert row when the column is not modified

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [70f43f67975420ff8b333c8868d80635f7e9d3ed]

        INTEGRATION: CWS dba25 (1.73.50); FILE MERGED 2005/03/14 13:22:13 fs 1.73.50.2: RESYNC: (1.73-1.74); FILE MERGED 2005/03/02 09:45:33 oj 1.73.50.1: #i43849# fix events when moving

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [92280a6357cec68a2ef57d5a3e6e7de95ac605f4]

        INTEGRATION: CWS dba25 (1.20.50); FILE MERGED 2005/03/07 08:00:16 oj 1.20.50.1: #i37076# set default value in insert row when the column is not modified

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [1f955dec67f46016588aab7a98058c28a5ff0468]

        INTEGRATION: CWS dba25 (1.55.4); FILE MERGED 2005/03/07 08:00:15 oj 1.55.4.2: #i37076# set default value in insert row when the column is not modified 2005/03/02 09:45:33 oj 1.55.4.1: #i43849# fix events when moving

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f5d6020fcf5d0a64f1de4e4d30d7d97e80b591ef]

        INTEGRATION: CWS dba25 (1.26.102); FILE MERGED 2005/03/14 13:20:55 fs 1.26.102.2: RESYNC: (1.26-1.27); FILE MERGED 2005/03/02 09:45:33 oj 1.26.102.1: #i43849# fix events when moving

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [2fe6b715e77d8ff3694075c184df6de7f50e4843]

        INTEGRATION: CWS dba25 (1.3.106); FILE MERGED 2005/03/14 13:19:24 fs 1.3.106.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/02 10:14:37 oj 1.3.106.1: #i43849# rowset events

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [3baaaed8d9e692805868d817e1445cd22a258b14]

        INTEGRATION: CWS dba25 (1.1.2); FILE ADDED 2005/03/02 10:14:50 oj 1.1.2.1: #i43849# new test for the rowset

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [e55ee2af5bb819fb2e6a3ee1ad1c18c1d99540d3]

        INTEGRATION: CWS dba25 (1.1.2); FILE ADDED 2005/03/02 09:41:52 oj 1.1.2.1: #i43849# new test for the rowset

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [aeb0dcbb3dc80fecc301028fb0d6f90e45dea1bf]

        INTEGRATION: CWS dba25 (1.1.2); FILE ADDED 2005/03/02 10:14:36 oj 1.1.2.2: #i43849# rowset events 2005/03/02 09:41:40 oj 1.1.2.1: #i43849# new test for the rowset

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [af88297c6fc95775d4f7049cf208913b6d3b65c1]

        INTEGRATION: CWS dba25 (1.61.2); FILE MERGED 2005/03/07 09:40:17 oj 1.61.2.1: #i41092# help id added for the database wizard dialog

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [a17279a429014bb1a5c5370362ab3f612fcad0b9]

        INTEGRATION: CWS dba25 (1.13.36); FILE MERGED 2005/03/02 09:57:01 fs 1.13.36.1: #i40294# proper default for m_bFastPaint

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [ce8915d7fd58cee7fcc60a958579d3d983d29117]

        INTEGRATION: CWS dba25 (1.8.284); FILE MERGED 2005/03/09 15:39:20 fs 1.8.284.1: DLLPRIVATE

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [a55a68599af7dfd1d9d6c48b99e3b0fdb1f02b0e]

        INTEGRATION: CWS dba25 (1.10.34); FILE MERGED 2005/03/02 10:01:32 fs 1.10.34.1: #b6231549# two methods renamed for more clarity (hopefully)

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [71b60f07144205992023162dc7424640a3502302]

        INTEGRATION: CWS dba25 (1.19.142); FILE MERGED 2005/03/07 13:15:30 oj 1.19.142.1: i43590# set background empty and transparent

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [c9790ca80e31e817a4380eb8e80ef418c70d0328]

        INTEGRATION: CWS dba25 (1.42.36); FILE MERGED 2005/03/07 14:45:44 fs 1.42.36.2: #i44338# setController: obtain interaction handler from parent, not from the newly created object itself 2005/03/02 10:01:01 fs 1.42.36.1: #b6231549# two methods renamed for more clarity (hopefully)

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [2d3e75e38b3fbe652a84fcdf0d4057834cb11622]

        INTEGRATION: CWS dba25 (1.27.284); FILE MERGED 2005/03/14 13:43:08 fs 1.27.284.2: RESYNC: (1.27-1.28); FILE MERGED 2005/03/02 10:01:01 fs 1.27.284.1: #b6231549# two methods renamed for more clarity (hopefully)

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [234350f3495c3b3a495759a1cd121ef53ad4e914]

        INTEGRATION: CWS dba25 (1.24.34); FILE MERGED 2005/03/02 10:02:14 fs 1.24.34.1: #b6231549# FindForm (now named findFormForDataSource): also care for embedded forms

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [2045930f1d0a69127989e7375912066ed2af6d37]

        INTEGRATION: CWS dba25 (1.11.282); FILE MERGED 2005/03/02 10:01:01 fs 1.11.282.1: #b6231549# two methods renamed for more clarity (hopefully)

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [7b3da2ca3089903003e61547cd4220dd5c1d644e]

        INTEGRATION: CWS dba25 (1.70.202); FILE MERGED 2005/03/07 10:08:29 oj 1.70.202.1: #120093# add try catch around getBookmark call

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f3de0b1271f0d1248c651c3a6b7391abe5b7b606]

        INTEGRATION: CWS dba25 (1.46.36); FILE MERGED 2005/03/07 10:48:12 oj 1.46.36.1: #120093# check if the row is currently pending

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f1ec3bf06fbcc6d1e7cd02a5d40dbd59db689cf1]

        INTEGRATION: CWS dba25 (1.5.22); FILE MERGED 2005/03/07 13:15:26 oj 1.5.22.1: i43590# set background empty and transparent

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [5ff0c198db5f66531e4131c2260f31992aea0b56]

        INTEGRATION: CWS dba25 (1.4.90); FILE MERGED 2005/03/07 12:53:01 fs 1.4.90.1: #i43945# also copy the font

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [8f16fe4bd37a599a1abbb4c55f90bb1cd836204b]

        INTEGRATION: CWS dba25 (1.38.20); FILE MERGED 2005/03/14 13:38:36 fs 1.38.20.2: RESYNC: (1.38-1.39); FILE MERGED 2005/03/07 13:34:31 fs 1.38.20.1: #i44342# also clone the m_bNativeLook property

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [bb075c9e3f2f8e0e9ce073a3dad5201f4e5fcc91]

        INTEGRATION: CWS dba25 (1.27.204); FILE MERGED 2005/03/04 11:37:35 oj 1.27.204.2: simple correct for ownDeletesAreVisible 2005/03/04 10:12:19 oj 1.27.204.1: correct operator order

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [d3a6b7f2a2250592dcfc4beb03d810f8c9994ed9]

        INTEGRATION: CWS dba25 (1.35.32); FILE MERGED 2005/03/15 17:06:39 fs 1.35.32.2: #i45104# properly defer CREATE TABLE statements (in all cases), and again allow INSERT and SELECT statements 2005/03/02 12:48:15 oj 1.35.32.1: #i43858# check for create table

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [6bb1fec4b0bcc95c09257a94d6be66d83b8aaeeb]

        INTEGRATION: CWS dba25 (1.3.46); FILE MERGED 2005/03/14 13:10:52 fs 1.3.46.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/08 07:57:06 oj 1.3.46.1: #i44320# correct the get for unique

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [4b63899d1b0b753d62ba901321ec45f5ab70f9dc]

        INTEGRATION: CWS dba25 (1.26.6); FILE MERGED 2005/03/07 12:19:32 oj 1.26.6.2: #i44333# fix for sign unsigned values 2005/03/07 12:02:24 oj 1.26.6.1: #i44333# fix for sign unsigned values

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f3596fdc87874187e7a81644a8f749d5bfbd5970]

        INTEGRATION: CWS dba25 (1.4.6); FILE MERGED 2005/03/07 12:58:40 oj 1.4.6.1: isStreamElement now throws no exception anymore

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [c4c6987e6d7f5cc46779450f67a24f4af028b926]

        INTEGRATION: CWS fpicker3 (1.124.40); FILE MERGED 2005/02/25 11:34:07 cmc 1.124.40.1: #i42565# expose translations to other fpicker impls

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [d38303ef85f3df5d30d68b78500c0f91dbc3adb6]

        INTEGRATION: CWS fpicker3 (1.2.14); FILE MERGED 2005/02/25 11:35:48 cmc 1.2.14.1: #i42565# use exposed translations

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [b8d6a7fa43cb3dd393bbc97f75906f9f97e52717]

        INTEGRATION: CWS fpicker3 (1.2.14); FILE MERGED 2005/03/08 17:59:44 cmc 1.2.14.1: #i43004# run the GtkDialog from an idle handler to get it to run in the thread that gnome-vfs considers as the primary thread to workaround it's assert in older versions

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [03e361995e6137f5ddc976d30330e616584c580b]

        INTEGRATION: CWS fpicker3 (1.4.4); FILE MERGED 2005/03/08 17:59:44 cmc 1.4.4.1: #i43004# run the GtkDialog from an idle handler to get it to run in the thread that gnome-vfs considers as the primary thread to workaround it's assert in older versions

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [0afa954003abaf7f6e2d934553de3f599cbb6cfa]

        INTEGRATION: CWS fpicker3 (1.3.4); FILE MERGED 2005/03/08 17:59:44 cmc 1.3.4.2: #i43004# run the GtkDialog from an idle handler to get it to run in the thread that gnome-vfs considers as the primary thread to workaround it's assert in older versions 2005/02/25 11:35:47 cmc 1.3.4.1: #i42565# use exposed translations

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f2b1d950914ff3f63c5dff0584ae33b66bfc9603]

        INTEGRATION: CWS fpicker3 (1.4.4); FILE MERGED 2005/03/09 15:26:26 cmc 1.4.4.6: #i43004# Move some init stuff into ctor and set defaults in case init doesn't get called 2005/03/09 14:41:56 cmc 1.4.4.5: #i44526# Only call gtk_file_chooser_set_current_name when saving 2005/03/09 08:59:05 cmc 1.4.4.4: #i44526# make glob case insensitive for e.g. .JPG/.jpg 2005/03/08 17:59:44 cmc 1.4.4.3: #i43004# run the GtkDialog from an idle handler to get it to run in the thread that gnome-vfs considers as the primary thread to workaround it's assert in older versions 2005/02/25 11:35:46 cmc 1.4.4.2: #i42565# use exposed translations 2005/02/15 09:37:49 cmc 1.4.4.1: #i42565# incorrectly returning the modified not original filter name

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [607382952df295d3baf2b39b67e6127cb87c19bd]

        INTEGRATION: CWS fpicker3 (1.2.14); FILE MERGED 2005/02/15 09:52:56 cmc 1.2.14.1: #i42429# not going to work with AT enabled apparently

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [ca2288a247506d3eeb76cc2c73ba8dd23d298eff]

        INTEGRATION: CWS ab15scripting (1.7.2); FILE MERGED 2005/03/11 14:49:28 ab 1.7.2.1: #i44599# getAllBrowseNodes(): Exclude Hidden and Preview documents

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [27d3a983b06a30b2125f68d30847a185c95bc020]

        INTEGRATION: CWS ab15scripting (1.4.2); FILE MERGED 2005/03/11 14:46:35 ab 1.4.2.1: #i44599# getAllBrowseNodes(): Check if CurrentController exists

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [f3f91d21079318a8dc8f3e1c7aeb282312e42136]

        INTEGRATION: CWS rebase2 (1.1.2); FILE ADDED 2005/03/15 16:28:56 rt 1.1.2.4: #i36845# In case off errors exit, not only warn. 2005/03/15 16:08:00 rt 1.1.2.3: #i36845# Adding WRAPCMD, because rebase binary must not see cygwin style paths (thanks Volker) 2005/03/11 09:11:41 rt 1.1.2.2: #i36845# Beautifying (comments, usage message, ...) 2005/03/10 16:48:11 rt 1.1.2.1: #i36845# Perl wrapper around windows rebase binary. Initial revision.

2005-03-18  Oliver Bolte  <obo@openoffice.org>  [117ca788acc522a21908c8a26b39536221d307ce]

        INTEGRATION: CWS rebase2 (1.4.12); FILE MERGED 2005/03/10 16:31:21 rt 1.4.12.1: #i36845# Use perl wrapper instead of generic binary.

2005-03-17  Oliver Bolte  <obo@openoffice.org>  [f987807d5615c9dad9d2c5a0c13702a1b7b8a1d5]

        #i10000# use PKGFORMAT instead of RPM

2005-03-17  Oliver Bolte  <obo@openoffice.org>  [268055ada04b0cc00f73e95e6e880546fd7becde]

        #i10000# typo fixed

2005-03-17  Oliver Bolte  <obo@openoffice.org>  [5e55fed1a1dda9b36bb365e607c4729fd4b56211]

        #i10000# configure broken

2005-03-17  Rüdiger Timm  <rt@openoffice.org>  [94481aaf6b87988da0cd2c7ed0043baff86d49ea]

        #i10000# Includes corrected (we are in module sfx2, so do not use sfx2 include path!).

2005-03-16  Oliver Bolte  <obo@openoffice.org>  [9a9b090ea79a3c1ef7507b646e5de3581b42c475]

        #i10000# drafts obsolete

2005-03-16  Oliver Bolte  <obo@openoffice.org>  [063ad6a4b46a61f4a2f7f9bf88bb7d37f1b1ba5d]

        #i10000# preprocessor ifdef wrong

2005-03-16  Oliver Bolte  <obo@openoffice.org>  [bcef1f7b22b00e40cf906f59fa573db09241ff35]

        #i10000# namespace ::com::sun::star::awt removed

2005-03-16  Oliver Bolte  <obo@openoffice.org>  [d040ac8b0f91ddbc35465376b9484e8e03d5155a]

        #i10000# resolution for awt namespaces

2005-03-16  Vladimir Glazounov  <vg@openoffice.org>  [17aab1b759638c58f88e4a2ea44ca1aedc4b1a94]

        new version for SRC680

2005-03-16  Oliver Bolte  <obo@openoffice.org>  [4557afec442117168cf6488ce34af9e6854531da]

        #10000# drafts removed

2005-03-16  Oliver Bolte  <obo@openoffice.org>  [aec127ce14d88b20c12bc5cef280d93a7d446b32]

        #i10000# btstrp.lib

2005-03-16  Oliver Bolte  <obo@openoffice.org>  [4dcf865b3c37c8fc45b9a1799e517cb0a3823660]

        #i10000# bootstrp2 missing

2005-03-16  Oliver Bolte  <obo@openoffice.org>  [f9abc19b51115c572c46d55dfc8f424a62695284]

        #i10000# TARGET btstrp

2005-03-16  Oliver Bolte  <obo@openoffice.org>  [aeb133b534689f3f80c70bca9d08cc1152219ce2]

        #i10000# prj.hxx still needed

2005-03-15  Vladimir Glazounov  <vg@openoffice.org>  [0dc25780b819204a9f7c2f43d8a838e75118bae9]

        new version for SRC680

2005-03-15  Vladimir Glazounov  <vg@openoffice.org>  [d08ce9904a5897bd7a1a139e74d6ec31205083b9]

        new version for SRC680

2005-03-15  Vladimir Glazounov  <vg@openoffice.org>  [5d9770a10b46bdbe7f87f0f3ef5fa170b822c48a]

        new version for SRC680

2005-03-15  Vladimir Glazounov  <vg@openoffice.org>  [2270f337f964cb4800fac493eb016e1804003335]

        new version for SRC680

2005-03-15  Vladimir Glazounov  <vg@openoffice.org>  [fdfb610cc1c8eb1ef14c1f53e6e13707ffb68212]

        new version for SRC680

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [65903b67a55e9dfd93e040291b57e9ad3f504402]

        SRC680

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0ba5b36f3eb52063c86539607631db42c355e229]

        INTEGRATION: CWS localedata3 (1.12.24); FILE MERGED 2005/03/10 17:24:49 er 1.12.24.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1dabe463091de1120742bec5e9181970fbf74776]

        INTEGRATION: CWS localedata3 (1.8.36); FILE MERGED 2005/03/10 17:24:49 er 1.8.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b23de33005b91b4b27f8dc9b8c740e34341fd4b3]

        INTEGRATION: CWS localedata3 (1.8.36); FILE MERGED 2005/03/10 17:24:48 er 1.8.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [aeac03379f1020ff319f14c56323543b9e752c68]

        INTEGRATION: CWS localedata3 (1.11.36); FILE MERGED 2005/03/10 17:24:48 er 1.11.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b6da9c783e51598db15c50dfc7f85b50647457bd]

        INTEGRATION: CWS localedata3 (1.14.12); FILE MERGED 2005/03/10 17:24:48 er 1.14.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bdbe446f028a2c53b60bd80dc6bf4996b91eee25]

        INTEGRATION: CWS localedata3 (1.4.12); FILE MERGED 2005/03/10 17:24:47 er 1.4.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1035b5d5217e575cf7f0127524286eb128df0438]

        INTEGRATION: CWS localedata3 (1.9.12); FILE MERGED 2005/03/10 17:24:47 er 1.9.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [42b743fb2908086e595b43c667eb6900e8c1e948]

        INTEGRATION: CWS localedata3 (1.10.12); FILE MERGED 2005/03/10 17:24:47 er 1.10.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [dbbaf89d34d580cdc186bd58d9df7eca500c4741]

        INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:47 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [83feaf55cec7072a360e9935533258de2dc62368]

        INTEGRATION: CWS localedata3 (1.5.36); FILE MERGED 2005/03/10 17:24:46 er 1.5.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0d5079bdaec78f7b32e187b95dd12c7752cb2316]

        INTEGRATION: CWS localedata3 (1.2.12); FILE MERGED 2005/03/10 17:24:46 er 1.2.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [523a481e06674c3985979d2179b6e593b79eeb28]

        INTEGRATION: CWS localedata3 (1.9.12); FILE MERGED 2005/03/10 17:24:45 er 1.9.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d9bbd2f51e85b5410b8c33cdd92d36604ce02084]

        INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:45 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d86599c5d99f8b772299128fce7fa5720808b689]

        INTEGRATION: CWS localedata3 (1.5.6); FILE MERGED 2005/03/10 17:24:45 er 1.5.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [cea479bd1c2ab6efc730ee9832a5fc4aee27928a]

        INTEGRATION: CWS localedata3 (1.5.6); FILE MERGED 2005/03/10 17:24:44 er 1.5.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5fcfa8be1cee220fea0ba382c47cb66e883d7048]

        INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:44 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a8b2ccbbc9961de323eaa8c95352f7cd3374fd6f]

        INTEGRATION: CWS localedata3 (1.1.2); FILE ADDED 2005/03/10 17:24:44 er 1.1.2.2: #i44734# implement DTD version check and CLDR flag 2005/03/10 12:19:29 er 1.1.2.1: #i43151# add Kinyarwanda for Rwanda (rw_RW), contributed by Steven Michael Murphy <murf@ooo>, corrected

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4a3557c35b05198caf73d0e08ad694068b0af6c0]

        INTEGRATION: CWS localedata3 (1.12.6); FILE MERGED 2005/03/10 17:24:43 er 1.12.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1d802c86ea6d5d783a3a0e63d14cfd91e9494bd9]

        INTEGRATION: CWS localedata3 (1.4.26); FILE MERGED 2005/03/10 17:24:43 er 1.4.26.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [861f059f9111a486246aed86f34c43285e47feea]

        INTEGRATION: CWS localedata3 (1.7.36); FILE MERGED 2005/03/10 17:24:42 er 1.7.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6cfcbd8da54ff4fd76868df0e417b09c6389e506]

        INTEGRATION: CWS localedata3 (1.9.36); FILE MERGED 2005/03/10 17:24:42 er 1.9.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [10caf857177f8a770eda87098bb9c816c676dec6]

        INTEGRATION: CWS localedata3 (1.2.36); FILE MERGED 2005/03/10 17:24:42 er 1.2.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ff9a66a2a23267b27f72b77b25bb47ef721506ed]

        INTEGRATION: CWS localedata3 (1.9.6); FILE MERGED 2005/03/10 17:24:41 er 1.9.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a4c82b5875627bfde06820629ab65b771bacc096]

        INTEGRATION: CWS localedata3 (1.9.36); FILE MERGED 2005/03/10 17:24:41 er 1.9.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [14a19c5805f220a562682d37f3affb7fb1cd8ba1]

        INTEGRATION: CWS localedata3 (1.8.6); FILE MERGED 2005/03/10 17:24:41 er 1.8.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a2ccfe04c3472e85076bdfee784697e34cf22eea]

        INTEGRATION: CWS localedata3 (1.9.6); FILE MERGED 2005/03/10 17:24:40 er 1.9.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [93bde7d4dc2b7a7ddb3947d38499c515a3f7d74d]

        INTEGRATION: CWS localedata3 (1.7.36); FILE MERGED 2005/03/10 17:24:40 er 1.7.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b5ae9a729cb056b7ee545cf34ef4ccfc9dbd86b6]

        INTEGRATION: CWS localedata3 (1.2.30); FILE MERGED 2005/03/10 17:24:39 er 1.2.30.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ecda08e25b709866e3595f0e5c06275841dfd55b]

        INTEGRATION: CWS localedata3 (1.3.36); FILE MERGED 2005/03/10 17:24:39 er 1.3.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ad5f51a9abf483b2a9e920c040cbcbe52549e217]

        INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:38 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [da8700dea78d5e0a81621a54b1e85a4849361e19]

        INTEGRATION: CWS localedata3 (1.25.12); FILE MERGED 2005/03/10 12:19:29 er 1.25.12.3: #i43151# add Kinyarwanda for Rwanda (rw_RW), contributed by Steven Michael Murphy <murf@ooo>, corrected 2005/02/25 18:06:07 er 1.25.12.2: #i43122# add ga_IE (Irish Ireland), provided by Kevin Scannell <cpos@ooo> 2005/02/23 17:32:30 er 1.25.12.1: #i39417# add fo_FO Faroese locale data, provided by Soeren Thing Pedersen <thing@ooo>

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [635fac8b95eda38bc4cda4a4629aa884196bdf79]

        INTEGRATION: CWS localedata3 (1.4.12); FILE MERGED 2005/03/10 17:24:38 er 1.4.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e6dd6aec75422195c837082827266a1f08c445f6]

        INTEGRATION: CWS localedata3 (1.5.12); FILE MERGED 2005/03/10 12:19:28 er 1.5.12.1: #i43151# add Kinyarwanda for Rwanda (rw_RW), contributed by Steven Michael Murphy <murf@ooo>, corrected

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [61764eb19eadca0e22101d5942bcd049b38173e9]

        INTEGRATION: CWS localedata3 (1.9.12); FILE MERGED 2005/02/25 18:06:07 er 1.9.12.2: #i43122# add ga_IE (Irish Ireland), provided by Kevin Scannell <cpos@ooo> 2005/02/23 17:32:30 er 1.9.12.1: #i39417# add fo_FO Faroese locale data, provided by Soeren Thing Pedersen <thing@ooo>

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9e6ee27ffd88b2535b5f02b20a4054bb972f37d0]

        INTEGRATION: CWS localedata3 (1.13.6); FILE MERGED 2005/03/10 17:24:37 er 1.13.6.2: #i44734# implement DTD version check and CLDR flag 2005/02/25 16:37:20 er 1.13.6.1: new location of XMLValidator.java

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a17d33d6332e148cf3da69c4daac1d8996d049d6]

        INTEGRATION: CWS localedata3 (1.2.12); FILE MERGED 2005/03/10 17:24:37 er 1.2.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7ad7d56dcf47aa9db3d9fc56fe8d43ad50b41e19]

        INTEGRATION: CWS localedata3 (1.18.6); FILE MERGED 2005/03/10 17:24:37 er 1.18.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c182dc3241004363adb5ca2c1d2219b570274577]

        INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:36 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a187dfa0bb943f466f8e3fc3d0c66e10cab86dc6]

        INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:36 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d8e2f5496f6af25519afca011b9b0d70dda05665]

        INTEGRATION: CWS localedata3 (1.13.24); FILE MERGED 2005/03/10 17:24:35 er 1.13.24.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6a57ecef86f7c6e2183852da529bf21085e34518]

        INTEGRATION: CWS localedata3 (1.7.36); FILE MERGED 2005/03/10 17:24:35 er 1.7.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [72df9b3ee7e3becdd293034ba06b58a50c6d734a]

        INTEGRATION: CWS localedata3 (1.8.36); FILE MERGED 2005/03/10 17:24:35 er 1.8.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f7205728338f1dbf133b3eae85937646368f646e]

        INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:34 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9ef8a2b9201311b91994676ec79cfcfe4f8d967d]

        INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:34 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d2d4338aa2d9f62abaa261cfb5fa0f53777e4f92]

        INTEGRATION: CWS localedata3 (1.9.6); FILE MERGED 2005/03/10 17:24:34 er 1.9.6.2: #i44734# implement DTD version check and CLDR flag 2005/03/09 18:55:17 er 1.9.6.1: #i41488# month name abbreviations and date formats

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [41e24ec3c60c0af2da7c24498a7215fad4f433a6]

        INTEGRATION: CWS localedata3 (1.2.26); FILE MERGED 2005/03/10 17:24:33 er 1.2.26.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6ac9edfab751d96ef94004baa9599dfd56241a1f]

        INTEGRATION: CWS localedata3 (1.9.36); FILE MERGED 2005/03/10 17:24:33 er 1.9.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [cd3588386563e8f8b4343e91f7b9657f1f8991e9]

        INTEGRATION: CWS localedata3 (1.15.6); FILE MERGED 2005/03/10 17:24:33 er 1.15.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f47d7cffa20bfd42a6e451ee7f797e3025307674]

        INTEGRATION: CWS localedata3 (1.2.36); FILE MERGED 2005/03/10 17:24:32 er 1.2.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fb247ccf8ac1c508b0f345fe7f212f48faa09dcb]

        INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:32 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d727f8c82f8bdc6013fadb1d6bf8d5676d916374]

        INTEGRATION: CWS localedata3 (1.1.2); FILE ADDED 2005/03/10 17:24:32 er 1.1.2.2: #i44734# implement DTD version check and CLDR flag 2005/02/25 18:06:07 er 1.1.2.1: #i43122# add ga_IE (Irish Ireland), provided by Kevin Scannell <cpos@ooo>

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [3b8be93f7e1ff3b46ddb6f8a3158097cbb017304]

        INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:32 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [792897392e71c76e0bc781e6638f16679bc89f86]

        INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:31 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6303a9111a83918c748203a50d016cd5ec087b8c]

        INTEGRATION: CWS localedata3 (1.10.12); FILE MERGED 2005/03/10 17:24:31 er 1.10.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fe40fd4a42474d5b7e22c34b06e6b130a22521c3]

        INTEGRATION: CWS localedata3 (1.9.12); FILE MERGED 2005/03/10 17:24:31 er 1.9.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2cf3b9af49eba106cdf2f39e3530887238f4adc1]

        INTEGRATION: CWS localedata3 (1.9.12); FILE MERGED 2005/03/10 17:24:30 er 1.9.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f1dd41095e9fae793af8725dd27223382c7447f9]

        INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:30 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b69ade7fc53e5a5ae5400462f0714ea6588f830e]

        INTEGRATION: CWS localedata3 (1.1.2); FILE ADDED 2005/03/10 17:24:30 er 1.1.2.2: #i44734# implement DTD version check and CLDR flag 2005/02/23 17:32:30 er 1.1.2.1: #i39417# add fo_FO Faroese locale data, provided by Soeren Thing Pedersen <thing@ooo>

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [483d6ecb74857be30ba5f5d0d30c48526089d1d5]

        INTEGRATION: CWS localedata3 (1.10.26); FILE MERGED 2005/03/10 17:24:29 er 1.10.26.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [37abe16066091e65afe14cc8313a76662a0326ad]

        INTEGRATION: CWS localedata3 (1.2.12); FILE MERGED 2005/03/10 17:24:29 er 1.2.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [733fb0b8ba6d81854530ebd8f43dec8a5afd5a80]

        INTEGRATION: CWS localedata3 (1.4.6); FILE MERGED 2005/03/10 17:24:29 er 1.4.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [56ababfe4cc817c763054b818c29d5178b0376f3]

        INTEGRATION: CWS localedata3 (1.6.12); FILE MERGED 2005/03/10 17:24:28 er 1.6.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9afec2f7bad4db382d110368dadf3a3db4ecb11b]

        INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:28 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9896a15b2ce4297e092de4df3ffaff3b86539f9d]

        INTEGRATION: CWS localedata3 (1.6.12); FILE MERGED 2005/03/10 17:24:27 er 1.6.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2825abb9c72cbccd99252caa767889c3d36a3aae]

        INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:27 er 1.7.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [89b712478f6dab8bd1881bebb709ba7b730acd9f]

        INTEGRATION: CWS localedata3 (1.6.12); FILE MERGED 2005/03/10 17:24:26 er 1.6.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ab77636e63c42cf9aa4938d154c0fca0c5131dbd]

        INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:26 er 1.7.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bf52ca7fe356987d3d94b6708b8b467a91189d44]

        INTEGRATION: CWS localedata3 (1.6.12); FILE MERGED 2005/03/10 17:24:25 er 1.6.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e668488441f7dab120a3c50d4b28605f84b4d085]

        INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:24 er 1.7.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [8064fe9174a6e9b9525828d60c9eb303dba1220f]

        INTEGRATION: CWS localedata3 (1.11.36); FILE MERGED 2005/03/10 17:24:24 er 1.11.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d406b187f4da96761176f94841ab2a9baef6c53e]

        INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:24 er 1.7.12.2: #i44734# implement DTD version check and CLDR flag 2005/02/22 16:22:33 er 1.7.12.1: #i43271# currency is $/USD

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7cd9fae7b946107d4fbdeab24da09706b2bb04e8]

        INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:23 er 1.7.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b928211a37b20e4de744f07e5f227e876b22aa67]

        INTEGRATION: CWS localedata3 (1.7.36); FILE MERGED 2005/03/10 17:24:23 er 1.7.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [78c9ae82079ec28333d80cb246e686d181ca560b]

        INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:22 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1a5bb7bd78dcc52a4cf7e1fa513bf0186007df3a]

        INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 17:24:22 er 1.7.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0a7f09e9ddc7805f88b923b7e206e94fb11f4912]

        INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:21 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ebfaa4c76c11e52afc0362a531f53422f295de7b]

        INTEGRATION: CWS localedata3 (1.4.36); FILE MERGED 2005/03/10 17:24:21 er 1.4.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b2585fcf0d8ac98d7d309c04e4982747fd7dfb60]

        INTEGRATION: CWS localedata3 (1.6.12); FILE MERGED 2005/03/10 17:24:21 er 1.6.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [dfbc781c88ed236d8a457e5996437dd20d854551]

        INTEGRATION: CWS localedata3 (1.12.26); FILE MERGED 2005/03/10 17:24:21 er 1.12.26.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [94d70251d7c71d6b2f6bbe4f842548202a473874]

        INTEGRATION: CWS localedata3 (1.4.36); FILE MERGED 2005/03/10 17:24:20 er 1.4.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c3fdecf17c6927be32b94ec06ba49215186df7fd]

        INTEGRATION: CWS localedata3 (1.5.36); FILE MERGED 2005/03/10 17:24:19 er 1.5.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [3a86c58d83a56fb54b90b7aa093415c1f97314e6]

        INTEGRATION: CWS localedata3 (1.6.36); FILE MERGED 2005/03/10 17:24:19 er 1.6.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d85f149d275dfb3a6f4e66e0ee455d67abee0b62]

        INTEGRATION: CWS localedata3 (1.5.36); FILE MERGED 2005/03/10 17:24:18 er 1.5.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [51b69d16ef9d0f6279c9b4aadf9ebfdcc6e78075]

        INTEGRATION: CWS localedata3 (1.4.36); FILE MERGED 2005/03/10 17:24:18 er 1.4.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5a24592b452b2534443477c76e4e1800d0310cd6]

        INTEGRATION: CWS localedata3 (1.8.36); FILE MERGED 2005/03/10 17:24:17 er 1.8.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f58fdc3b9747728b750904e72e87bd9d9dba2d56]

        INTEGRATION: CWS localedata3 (1.7.36); FILE MERGED 2005/03/10 17:24:17 er 1.7.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [01b580871db531e5733111f8f3638c98f6931a98]

        INTEGRATION: CWS localedata3 (1.8.26); FILE MERGED 2005/03/10 17:24:17 er 1.8.26.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [df6ded3f246883da082f64e776f87aada4049937]

        INTEGRATION: CWS localedata3 (1.8.36); FILE MERGED 2005/03/10 17:24:16 er 1.8.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [50af29099a4332f0e45e61952ba0957dae368a83]

        INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:16 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [20e420e78906d2137a5854525248ba7dc8ca71cd]

        INTEGRATION: CWS localedata3 (1.8.6); FILE MERGED 2005/03/10 17:24:14 er 1.8.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1f4480fd585d0af89028e814b2a37feecd04c111]

        INTEGRATION: CWS localedata3 (1.3.36); FILE MERGED 2005/03/10 17:24:14 er 1.3.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [362035434c82fbb53c40235b80bb183f7202f0a1]

        INTEGRATION: CWS localedata3 (1.11.36); FILE MERGED 2005/03/10 17:24:14 er 1.11.36.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e20375efddb963bcf04c808e81e1e43b8dc4fc89]

        INTEGRATION: CWS localedata3 (1.12.36); FILE MERGED 2005/03/10 17:24:13 er 1.12.36.2: #i44734# implement DTD version check and CLDR flag 2005/03/09 12:10:53 er 1.12.36.1: #i43267# era abbreviations are aC/dC

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a83a444e530c4ce98aa64cb148773643fdbffec6]

        INTEGRATION: CWS localedata3 (1.3.12); FILE MERGED 2005/03/10 17:24:13 er 1.3.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [defbc6c4370f70da5c3f4ad02443585e8d114598]

        INTEGRATION: CWS localedata3 (1.3.6); FILE MERGED 2005/03/10 17:24:12 er 1.3.6.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [264f8360e430381eef92e5a04d8595f78b4792a6]

        INTEGRATION: CWS localedata3 (1.2.26); FILE MERGED 2005/03/10 17:24:12 er 1.2.26.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [04150482fa6b68a959c6b0f40832318f8f2f3eae]

        INTEGRATION: CWS localedata3 (1.11.24); FILE MERGED 2005/03/10 17:24:11 er 1.11.24.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d6b1cee6b51e769e556f5b74bf88687e2c5bde48]

        INTEGRATION: CWS localedata3 (1.10.24); FILE MERGED 2005/03/10 17:24:11 er 1.10.24.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [683747edfa66899ec7255cf5763333f1acff8a96]

        INTEGRATION: CWS localedata3 (1.14.24); FILE MERGED 2005/03/10 17:24:10 er 1.14.24.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6fb4a0d8e3e34252daab79b284881e160e698c32]

        INTEGRATION: CWS localedata3 (1.8.12); FILE MERGED 2005/03/10 17:24:10 er 1.8.12.1: #i44734# implement DTD version check and CLDR flag

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7517f5b12cff3340c277de1f53eda6b2a4133498]

        INTEGRATION: CWS localedata3 (1.29.12); FILE MERGED 2005/03/10 12:19:28 er 1.29.12.3: #i43151# add Kinyarwanda for Rwanda (rw_RW), contributed by Steven Michael Murphy <murf@ooo>, corrected 2005/02/25 18:06:06 er 1.29.12.2: #i43122# add ga_IE (Irish Ireland), provided by Kevin Scannell <cpos@ooo> 2005/02/23 17:32:29 er 1.29.12.1: #i39417# add fo_FO Faroese locale data, provided by Soeren Thing Pedersen <thing@ooo>

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [807425e026b221d77719696d118f768c08143887]

        INTEGRATION: CWS localedata3 (1.7.12); FILE MERGED 2005/03/10 22:28:41 er 1.7.12.2: #i44734# grmbl.. checked in wrong version.. this one actually generates the code.. 2005/03/10 17:22:11 er 1.7.12.1: #i44734# implement DTD version check

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a5a0501f0738a143d151a1ade66613517ec761bf]

        INTEGRATION: CWS localedata3 (1.12.12); FILE MERGED 2005/03/10 22:28:40 er 1.12.12.2: #i44734# grmbl.. checked in wrong version.. this one actually generates the code.. 2005/03/10 17:22:10 er 1.12.12.1: #i44734# implement DTD version check

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1751b2066c89427d3c50a4eed7b9a38f0557cb2f]

        INTEGRATION: CWS localedata3 (1.8.162); FILE MERGED 2005/02/25 13:50:30 er 1.8.162.1: #i41655# parseText: use correct OUString ctor

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [73073702b55880cbe035c97ba39699cb2d06af3e]

        INTEGRATION: CWS localedata3 (1.26.34); FILE MERGED 2005/02/09 19:53:26 er 1.26.34.1: #i39561# setValue: resubmit values a second time with proper DST value if in DST transit and DST results differ

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [dd746e4c518b30da1897fc3f7d80b16d47adf7d2]

        INTEGRATION: CWS localedata3 (1.8.34); FILE MERGED 2005/02/09 19:49:16 er 1.8.34.1: #i39561# add submitValues() method

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0a7e519d826fe354304784644ab693af7c354fd6]

        INTEGRATION: CWS localedata3 (1.53.314); FILE MERGED 2005/03/09 18:52:09 er 1.53.314.1: #i41488# ImpGetDefaultFormat: compare exact type

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [55961bfd58dd7639ac2e4a78f29d4fba2040c423]

        INTEGRATION: CWS localedata3 (1.21.6); FILE MERGED 2005/03/11 13:28:53 er 1.21.6.2: RESYNC: (1.21-1.22); FILE MERGED 2005/02/09 15:29:55 er 1.21.6.1: #i41140# add Khmer layout patch provided by Javier Sola and Jens Herden

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a2e0cdc4074b9916f37b0621f01e2424e1db5c82]

        INTEGRATION: CWS mav17 (1.51.56); FILE MERGED 2005/03/02 19:05:17 mav 1.51.56.2: RESYNC: (1.51-1.52); FILE MERGED 2005/03/02 14:21:57 mav 1.51.56.1: #i43800# the autoactivation is done in sfx2

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ca7f183274df58b97fa2bb488bda11640442e5be]

        INTEGRATION: CWS c01v005 (1.83.12); FILE MERGED 2005/03/05 01:19:45 hjs 1.83.12.2: RESYNC: (1.83-1.87); FILE MERGED 2005/03/02 13:53:29 as 1.83.12.1: #119880# add new framework lib for 3rd party components

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b133c2b50f31ab00b0f563e7b9034de910c5dfa0]

        INTEGRATION: CWS c01v005 (1.24.36); FILE MERGED 2005/03/03 11:22:16 os 1.24.36.1: #119883# added module directory org.openoffice.Inet

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7254b67343ddb814c815f2e219c1ea96d4f51b34]

        INTEGRATION: CWS c01v005 (1.26.70); FILE MERGED 2005/03/03 08:44:01 pb 1.26.70.1: fix: #120028# HID_HELP_ONSTARTUP_BOX added

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a99ebd41d09c9c2cafe5828af9039bb518018840]

        INTEGRATION: CWS c01v005 (1.58.18); FILE MERGED 2005/03/08 08:50:24 as 1.58.18.1: #119880# workaround for missing document events OnNew & OnLoad

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5ccbe3e2e07b600f732a3e58847e55ba2f6d4929]

        INTEGRATION: CWS c01v005 (1.60.122); FILE MERGED 2005/03/07 13:42:19 pb 1.60.122.3: fix: #120028# no 'drafts' any longer 2005/03/05 01:12:53 hjs 1.60.122.2: RESYNC: (1.60-1.61); FILE MERGED 2005/03/03 08:48:37 pb 1.60.122.1: fix: #120028# GetCurrentModuleIdentifier() added

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f899bae788d709130fe3fe7655236c6cfd3b02b3]

        INTEGRATION: CWS c01v005 (1.88.58); FILE MERGED 2005/03/05 01:13:38 hjs 1.88.58.2: RESYNC: (1.88-1.89); FILE MERGED 2005/03/03 08:48:53 pb 1.88.58.1: fix: #120028# RID_HELP_ONSTARTUP_BOX/TEXT added

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [8acd2b7c2d19eba91a29d39ee6174ff7abc9ddd8]

        INTEGRATION: CWS c01v005 (1.53.78); FILE MERGED 2005/03/03 09:09:07 pb 1.53.78.1: fix: #120028# 'Startup' controls added, xConfiguration added

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [3e8214fc2c0a74e57a6bde75380f6083bafd4b6e]

        INTEGRATION: CWS c01v005 (1.106.58); FILE MERGED 2005/03/05 01:13:28 hjs 1.106.58.2: RESYNC: (1.106-1.107); FILE MERGED 2005/03/03 09:09:07 pb 1.106.58.1: fix: #120028# 'Startup' controls added, xConfiguration added

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f8ed622663492d6910e55ac88024b06a0f5a6f35]

        INTEGRATION: CWS c01v005 (1.58.70); FILE MERGED 2005/03/08 08:50:23 as 1.58.70.1: #119880# workaround for missing document events OnNew & OnLoad

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [3767a0bc7a2a9db6109d9c0265ee0d9b0dcf1380]

        INTEGRATION: CWS c01v005 (1.32.244); FILE MERGED 2005/03/05 01:13:10 hjs 1.32.244.2: RESYNC: (1.32-1.33); FILE MERGED 2005/03/03 08:48:18 pb 1.32.244.1: fix: #120028# RID_HELP_ONSTARTUP_BOX/TEXT added

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7e08c77f88174459a028808b2107a833fe567c4f]

        INTEGRATION: CWS c01v005 (1.18.114); FILE MERGED 2005/03/03 08:43:22 pb 1.18.114.1: fix: #120028# GetCurrentModuleIdentifier() added

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [cac2eccb6b3894f4e75662682f6c427da99b0826]

        INTEGRATION: CWS c01v005 (1.1.2); FILE ADDED 2005/03/09 14:39:47 hjs 1.1.2.3: #119245# typo 2005/03/04 10:58:47 hjs 1.1.2.2: #119961# make inspection switchable 2005/03/02 12:11:48 cd 1.1.2.1: #119245# Configuration processing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [8bb1c56c85efbb8d5da7b288156e3bde803710f1]

        INTEGRATION: CWS c01v005 (1.149.102); FILE MERGED 2005/03/02 12:12:19 cd 1.149.102.1: #119245# Configuration processing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2076d5abb23af5fe2f0e45d8e996cccadc4d6b2c]

        INTEGRATION: CWS c01v005 (1.15.16); FILE MERGED 2005/03/07 13:33:11 is 1.15.16.1: #119884# aol without adabas

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c2c1727991db36fcdaf74309f05380fd276578c2]

        INTEGRATION: CWS c01v005 (1.19.16); FILE MERGED 2005/03/07 13:33:11 is 1.19.16.1: #119884# aol without adabas

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [3bf620080e8d031fee9dcba3d832af45fd30919f]

        INTEGRATION: CWS c01v005 (1.7.16); FILE MERGED 2005/03/10 13:59:35 is 1.7.16.1: #119245# no sun directory for c01

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [424013afb5dcf4ad982b1c10d87a58624eb664de]

        INTEGRATION: CWS c01v005 (1.13.16); FILE MERGED 2005/03/07 13:32:57 is 1.13.16.1: #119884# aol without adabas

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6253cee0632fe04497fffa6607be29b258b09f20]

        INTEGRATION: CWS c01v005 (1.21.14); FILE MERGED 2005/03/07 13:32:57 is 1.21.14.1: #119884# aol without adabas

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [8f9c3f6e5e06d467fd305db06ed996b4c33f4406]

        INTEGRATION: CWS c01v005 (1.8.16); FILE MERGED 2005/03/09 10:08:04 is 1.8.16.1: #119245# preparing c01 office

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fb2d21a98888d033afb9da048358e9eabf215571]

        INTEGRATION: CWS c01v005 (1.35.16); FILE MERGED 2005/03/07 13:32:39 is 1.35.16.1: #119884# aol without adabas

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bbe1650313432966da61e5f5045b20a16e51c83a]

        INTEGRATION: CWS c01v005 (1.90.26); FILE MERGED 2005/03/08 08:48:35 as 1.90.26.4: #119880# reactivate HelpOnStartup job; fix some configuration issues; create new framework lib fwm 2005/03/05 00:22:09 hjs 1.90.26.3: RESYNC: (1.90-1.92); FILE MERGED 2005/03/02 13:49:01 as 1.90.26.2: #119880# reactivate HelpOnStartup job 2005/02/22 17:01:47 cd 1.90.26.1: #119876# new statusbar logo controllers

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a05e273bc8f955751f48e24a4972416ab0a28ef4]

        INTEGRATION: CWS c01v005 (1.6.122); FILE MERGED 2005/03/05 00:29:02 hjs 1.6.122.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/22 17:01:19 cd 1.6.122.1: #119876# new statusbar logo controllers

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f7606771f8be3a4e987753ba85dcb78b22c3db70]

        INTEGRATION: CWS c01v005 (1.1.2); FILE ADDED 2005/02/22 17:00:01 cd 1.1.2.1: #119876# statusbar logo controller

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0aeae4fd801ac66300aae7c960a89c51bc420d0c]

        INTEGRATION: CWS c01v005 (1.1.2); FILE ADDED 2005/02/22 16:58:52 cd 1.1.2.1: #119876# statusbar logo controller

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [42f73ce7aee7fe28f932a30d3bd6d65535908250]

        INTEGRATION: CWS c01v005 (1.29.26); FILE MERGED 2005/03/05 00:31:27 hjs 1.29.26.2: RESYNC: (1.29-1.30); FILE MERGED 2005/02/22 17:01:19 cd 1.29.26.1: #119876# new statusbar logo controllers

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [12fe5beaa8805de09f24277dfb098c45339963a2]

        INTEGRATION: CWS c01v005 (1.1.2); FILE ADDED 2005/03/02 13:44:58 as 1.1.2.1: #119880# new lib for external components ...

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [34eadf41be6f0a5a92441765a7e86fc578d74cd9]

        INTEGRATION: CWS c01v005 (1.5.228); FILE MERGED 2005/03/08 08:48:35 as 1.5.228.1: #119880# reactivate HelpOnStartup job; fix some configuration issues; create new framework lib fwm

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ffe1e283ffae005f4db574c6192b766b8358f1c9]

        INTEGRATION: CWS c01v005 (1.3.346); FILE MERGED 2005/03/02 13:48:11 as 1.3.346.1: #119880# reactivate HelpOnStartup job

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [dcbdf7d5d2338700daa54dabdcb8fc9e440178d2]

        INTEGRATION: CWS c01v005 (1.5.172); FILE MERGED 2005/03/08 08:48:33 as 1.5.172.1: #119880# reactivate HelpOnStartup job; fix some configuration issues; create new framework lib fwm

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [8a673489c69cc65165b8af2061a05eba46cfc5e2]

        INTEGRATION: CWS c01v005 (1.1.6); FILE ADDED 2005/03/08 08:48:33 as 1.1.6.3: #119880# reactivate HelpOnStartup job; fix some configuration issues; create new framework lib fwm 2005/03/07 13:33:14 cd 1.1.6.2: #119880# Fixed merge problems 2005/03/02 13:44:28 as 1.1.6.1: #119880# reactivate job

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [17bb780a7c74fe22b675bf5e0ea051ed4959b390]

        INTEGRATION: CWS c01v005 (1.25.34); FILE MERGED 2005/03/03 12:54:38 cd 1.25.34.2: #119876# Changed logo text 2005/02/22 17:01:18 cd 1.25.34.1: #119876# new statusbar logo controllers

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [effac750197fbfab00333462bf75de72720afec2]

        INTEGRATION: CWS c01v005 (1.1.2); FILE ADDED 2005/02/22 17:00:21 cd 1.1.2.1: #119876# statusbar logo controller

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4d90d13666d199d9faad245f9e36f9ceb4cf18e4]

        INTEGRATION: CWS c01v005 (1.1.2); FILE ADDED 2005/02/22 16:58:21 cd 1.1.2.1: #119876# statusbar logo controller

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1655d0177f6178f7413b62a3f0639b4d7a874d14]

        INTEGRATION: CWS c01v005 (1.1.6); FILE ADDED 2005/03/07 13:32:59 cd 1.1.6.2: #119880# Fixed merge problems 2005/03/02 13:44:05 as 1.1.6.1: #119880# reactivate job

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [653cda41ff757fffd446b70103ffb12d4e34125b]

        INTEGRATION: CWS c01v005 (1.11.70); FILE MERGED 2005/02/22 17:01:07 cd 1.11.70.1: #119876# new statusbar logo controllers

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b8a1a4410b5509c5c0b09d50811282b1838d2e6e]

        INTEGRATION: CWS c01v005 (1.31.26); FILE MERGED 2005/03/05 00:15:54 hjs 1.31.26.3: RESYNC: (1.31-1.33); FILE MERGED 2005/03/02 13:47:56 as 1.31.26.2: #119880# reactivate HelpOnStartup job 2005/02/22 17:01:06 cd 1.31.26.1: #119876# new statusbar logo controllers

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0338927088757eee96bb85b92fc1befeffbe4f0c]

        INTEGRATION: CWS c01v005 (1.5.188); FILE MERGED 2005/03/03 11:25:59 os 1.5.188.1: #119883# default search engine selection added

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4878a326017fd705f482ce82e25e730413ed1f74]

        INTEGRATION: CWS c01v005 (1.1.32); FILE ADDED

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c3dd9eb6caf7ee45ed231fa7a01fdf6d18e78a86]

        INTEGRATION: CWS c01v005 (1.1.2); FILE ADDED 2005/02/22 16:54:11 cd 1.1.2.1: #119876# default statusbar logo

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [271e5bfb9ac39b88f6935138c85e8cbc3c70801b]

        INTEGRATION: CWS c01v005 (1.31.54); FILE MERGED 2005/03/02 12:09:41 hjs 1.31.54.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e4153657f3a1cd214ac8317c0c75b935362102a7]

        INTEGRATION: CWS c01v005 (1.2.318); FILE MERGED 2005/03/02 12:09:40 hjs 1.2.318.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2a5092fd3573dd6fd36f53a8926af7b0eb9d2051]

        INTEGRATION: CWS c01v005 (1.3.50); FILE MERGED 2005/03/02 12:09:40 hjs 1.3.50.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [653b59994ebe5970704421a3af4f360a72c41fa7]

        INTEGRATION: CWS c01v005 (1.7.128); FILE MERGED 2005/03/02 12:09:39 hjs 1.7.128.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [dcf51369a74f2596833c945d956e5c32a0f991ed]

        INTEGRATION: CWS c01v005 (1.7.124); FILE MERGED 2005/03/02 12:09:39 hjs 1.7.124.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6a783792acf35ef1291b7e89e88225023d7de557]

        INTEGRATION: CWS c01v005 (1.4.228); FILE MERGED 2005/03/02 12:09:38 hjs 1.4.228.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6e74c360841d93289934ed779878fed8db6f5e36]

        INTEGRATION: CWS c01v005 (1.41.94); FILE MERGED 2005/03/02 13:52:18 as 1.41.94.1: #119880# reactivate HelpOnStartup job

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [66fbeaab8469ba97b7f5b0bbfdc5b057c2b77d1e]

        INTEGRATION: CWS c01v005 (1.18.128); FILE MERGED 2005/03/03 11:27:34 os 1.18.128.1: #119883# default search engine selection added

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [080f82329c8cef289991784a9c866dc9d380655b]

        INTEGRATION: CWS c01v005 (1.2.318); FILE MERGED 2005/03/02 12:09:37 hjs 1.2.318.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6cf6339e9ecbcca803c9c9257c5da51832c346e8]

        INTEGRATION: CWS c01v005 (1.2.52); FILE MERGED 2005/03/02 12:09:37 hjs 1.2.52.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [47a8d2068bd25406cb1ce721a0b87867968d7229]

        INTEGRATION: CWS c01v005 (1.9.124); FILE MERGED 2005/03/02 12:09:37 hjs 1.9.124.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d188faa49780d6f77696ae2b6adc3e8aae291d8c]

        INTEGRATION: CWS c01v005 (1.15.2); FILE MERGED 2005/03/04 14:13:53 hjs 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2005/02/24 14:35:52 cd 1.15.2.1: #i119892# BorderDialog has now images

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [373fc2e28bf8ec3d1561c78afc55e6e13df00ccd]

        INTEGRATION: CWS c01v005 (1.8.88); FILE MERGED 2005/03/04 14:14:02 hjs 1.8.88.2: RESYNC: (1.8-1.10); FILE MERGED 2005/02/24 15:04:51 cd 1.8.88.1: #119876# New controllers for logo and text

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [16757bc253fa1cd1c4037968cea8bff98b60d515]

        INTEGRATION: CWS c01v005 (1.12.78); FILE MERGED 2005/02/28 09:56:49 cd 1.12.78.1: #119893# format decimal has now an image

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [eab568b1c980cfa738c154b1dbb62f1c5bfbb17a]

        INTEGRATION: CWS c01v005 (1.7.78); FILE MERGED 2005/03/03 11:26:40 os 1.7.78.2: #119889##119888#customized office: enable font arial 2005/03/02 12:09:36 hjs 1.7.78.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [691f04288120fd6a3c0d3d85a93d631178f6fb78]

        INTEGRATION: CWS c01v005 (1.19.128); FILE MERGED 2005/03/08 12:08:44 os 1.19.128.3: #119888# customized office: direct cursor defaults to 'paragraph margin' 2005/03/04 14:12:58 hjs 1.19.128.2: RESYNC: (1.19-1.20); FILE MERGED 2005/03/03 11:26:41 os 1.19.128.1: #119889##119888#customized office: enable font arial

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [966f27439b9839df3794eea0a56c0da520f7392b]

        INTEGRATION: CWS c01v005 (1.3.228); FILE MERGED 2005/03/03 11:26:57 os 1.3.228.2: #119883# default search engine selection added 2005/03/02 12:09:36 hjs 1.3.228.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [3ae7f96c52ac176dd4d242cf4ccb97ced6950cbb]

        INTEGRATION: CWS c01v005 (1.6.318); FILE MERGED 2005/03/03 11:26:57 os 1.6.318.1: #119883# default search engine selection added

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2c1fb64532131fc45955dc8f3a5f90909f3348f2]

        INTEGRATION: CWS c01v005 (1.41.50); FILE MERGED 2005/03/02 12:09:35 hjs 1.41.50.1: #119245# move processing to solenv

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [07394ef14037b61ac66a8a9e49f6c3c0c70f87e3]

        INTEGRATION: CWS c01v005 (1.13.50); FILE MERGED 2005/03/04 11:01:42 hjs 1.13.50.1: #119961# build dependency

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [52d91ce156edb1e9657b62837e9ca3894b37a359]

        INTEGRATION: CWS c01v005 (1.6.84); FILE MERGED 2005/03/09 12:20:30 os 1.6.84.1: #119889# if-part of default font assignment un-stripped

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9de2a5668e054db67937e72c853894721e47d474]

        #45070# moved 1st star wizard to spl

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4b27bc464e7c74703d76652e5b35e8d4b18bb4d9]

        INTEGRATION: CWS mav17 (1.11.54); FILE MERGED 2005/02/24 14:09:41 mav 1.11.54.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [67880a5585661452a2731b4c6ead9eca00cd71e4]

        INTEGRATION: CWS mav17 (1.41.84); FILE MERGED 2005/03/01 10:02:52 mav 1.41.84.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [662dae05f881403a8e1fc9ba89a8a544664c0fea]

        INTEGRATION: CWS mav17 (1.3.106); FILE MERGED 2005/03/01 10:02:51 mav 1.3.106.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [dc985be7b0714736a37a21c1ecbc592dc6c3d9f2]

        INTEGRATION: CWS mav17 (1.8.8); FILE MERGED 2005/03/01 10:02:51 mav 1.8.8.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [236003660b72e53de60891f3f20e4a74f26e8b51]

        INTEGRATION: CWS mav17 (1.19.106); FILE MERGED 2005/03/01 10:02:51 mav 1.19.106.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [cefd260a88175ab12abfba91cd96646e3a938d56]

        INTEGRATION: CWS mav17 (1.105.8); FILE MERGED 2005/03/04 10:21:45 mav 1.105.8.1: #i43774# macro security adjustments

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [509fd5b35a9dc73fb779089dd232071a6278360b]

        INTEGRATION: CWS mav17 (1.5.60); FILE MERGED 2005/03/02 19:04:39 mav 1.5.60.5: RESYNC: (1.5-1.6); FILE MERGED 2005/03/01 13:50:33 mav 1.5.60.4: #i43729# the client is required in case of object closing 2005/03/01 12:10:46 mav 1.5.60.3: #i43729# remove unnecessary assertion 2005/03/01 12:05:30 mav 1.5.60.2: #i43729# avoid crash on client destruction 2005/02/25 12:03:59 mav 1.5.60.1: #i43093# lock the solar mutex in listener

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [86ba117ebfb0995d06382788a5350ae3cf7d1665]

        INTEGRATION: CWS mav17 (1.82.36); FILE MERGED 2005/03/02 19:03:08 mav 1.82.36.2: RESYNC: (1.82-1.85); FILE MERGED 2005/03/01 09:06:46 mav 1.82.36.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [21ad4a8b1808608f5be0b0deea92b6ca73189f8e]

        INTEGRATION: CWS mav17 (1.153.44); FILE MERGED 2005/03/04 10:21:45 mav 1.153.44.4: #i43774# macro security adjustments 2005/03/03 14:30:04 mav 1.153.44.3: #i43774# 2005/03/02 19:02:51 mav 1.153.44.2: RESYNC: (1.153-1.155); FILE MERGED 2005/03/01 09:06:45 mav 1.153.44.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [92a60bc9150de21bd331fa8b0a6d1d74db3eefec]

        INTEGRATION: CWS mav17 (1.58.8); FILE MERGED 2005/03/04 10:21:44 mav 1.58.8.2: #i43774# macro security adjustments 2005/03/03 14:30:03 mav 1.58.8.1: #i43774#

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [01ee5668c86c6de1091985f7149f51360c0fb260]

        INTEGRATION: CWS mav17 (1.159.58); FILE MERGED 2005/03/02 19:01:29 mav 1.159.58.2: RESYNC: (1.159-1.161); FILE MERGED 2005/03/01 09:06:45 mav 1.159.58.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [54d62532ffa3bd24d47c51bb976b2fb6ffecfa54]

        INTEGRATION: CWS mav17 (1.2.382); FILE MERGED 2005/03/07 10:30:09 mav 1.2.382.1: #i32095# remove limit for maximal length of a password

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7cd0921d96ab74576bc088e25277330d1d2411c5]

        INTEGRATION: CWS mav17 (1.2.192); FILE MERGED 2005/02/17 16:28:40 mav 1.2.192.1: #i32095# remove limit for password a document can be stored with

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [45d118cd120f2548604bfcfadcbc85268f9ec205]

        INTEGRATION: CWS mav17 (1.20.42); FILE MERGED 2005/02/28 11:00:07 mav 1.20.42.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [608de4a4ce59583ab27c545ab2c0760019289d1e]

        INTEGRATION: CWS mav17 (1.33.66); FILE MERGED 2005/03/02 18:54:53 mav 1.33.66.2: RESYNC: (1.33-1.34); FILE MERGED 2005/02/24 15:44:13 mav 1.33.66.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f0cd2a2538ba31c9a7be1cdb67628cdaa2f337ed]

        INTEGRATION: CWS mav17 (1.23.42); FILE MERGED 2005/02/28 11:00:07 mav 1.23.42.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2117c73dcd2cfe73c55249b7df7e48b9cf3ec083]

        INTEGRATION: CWS mav17 (1.10.204); FILE MERGED 2005/03/02 18:53:16 mav 1.10.204.3: RESYNC: (1.10-1.11); FILE MERGED 2005/02/28 11:00:06 mav 1.10.204.2: #i42398# handle impossibility to get visual area 2005/02/24 15:44:13 mav 1.10.204.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5533101a6f221a7addb3481535e36e90c3a3c15a]

        INTEGRATION: CWS mav17 (1.19.42); FILE MERGED 2005/02/28 11:00:06 mav 1.19.42.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [024eea8adc4fb50c264d416e5b5aa175a8521917]

        INTEGRATION: CWS mav17 (1.18.42); FILE MERGED 2005/02/28 11:00:06 mav 1.18.42.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [58983021f15807f90473855949e33314a81d010a]

        INTEGRATION: CWS mav17 (1.13.202); FILE MERGED 2005/02/28 11:00:05 mav 1.13.202.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4a75505e724942b2bdee14ea166aa6d7098e3dac]

        INTEGRATION: CWS mav17 (1.13.42); FILE MERGED 2005/02/28 11:00:05 mav 1.13.42.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5ebc557ce7f118dccf754ff6daf4bd7960b783d4]

        INTEGRATION: CWS mav17 (1.54.64); FILE MERGED 2005/03/01 09:19:34 mav 1.54.64.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6237d0b02328a61871ded9ec0113d132a1792f24]

        INTEGRATION: CWS mav17 (1.32.40); FILE MERGED 2005/03/02 18:31:27 mav 1.32.40.2: RESYNC: (1.32-1.33); FILE MERGED 2005/02/28 11:00:04 mav 1.32.40.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b0a2114a102db14ec06cf5aa34be100abd869821]

        INTEGRATION: CWS mav17 (1.30.60); FILE MERGED 2005/03/02 18:28:31 mav 1.30.60.2: RESYNC: (1.30-1.31); FILE MERGED 2005/02/28 11:00:03 mav 1.30.60.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [07919f067c7114329fc4fa25ee55bd8afabf2982]

        INTEGRATION: CWS mav17 (1.38.42); FILE MERGED 2005/02/28 11:00:03 mav 1.38.42.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fc94030b342984e161bb57aa88c379b8743b119e]

        INTEGRATION: CWS mav17 (1.2.54); FILE MERGED 2005/02/24 14:09:42 mav 1.2.54.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [cba12481d1ecc33987a5f2b3ef33dac1f2be6dbd]

        INTEGRATION: CWS mav17 (1.4.12); FILE MERGED 2005/02/24 14:09:42 mav 1.4.12.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6fa7120969d60618b1fc151a8ee3944570ca2366]

        INTEGRATION: CWS mav17 (1.5.12); FILE MERGED 2005/02/28 10:57:31 mav 1.5.12.5: #i42398# new exception 2005/02/25 13:55:08 mav 1.5.12.4: #i43093# resize redesign 2005/02/25 13:25:37 mav 1.5.12.3: #i43093# resize redesign 2005/02/25 11:21:10 mav 1.5.12.2: #i43093# release the mutex before external calls 2005/02/23 10:45:57 mav 1.5.12.1: #i43093# fix setVisualAreaSize in loaded state

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ace8b488e8e5a2e2617275f4e5f9facaf184578a]

        INTEGRATION: CWS mav17 (1.17.12); FILE MERGED 2005/02/25 11:42:22 mav 1.17.12.3: #i43093# release the mutex before external calls 2005/02/25 11:21:09 mav 1.17.12.2: #i43093# release the mutex before external calls 2005/02/24 14:09:41 mav 1.17.12.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [03a579fb44b93b8489e48d19cbb62ecb6b4d8eb0]

        INTEGRATION: CWS mav17 (1.15.12); FILE MERGED 2005/03/07 13:13:05 mav 1.15.12.3: #i41699# set the member 2005/03/02 18:20:43 mav 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED 2005/02/24 14:09:41 mav 1.15.12.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [507e3ee1f3c3570bd92e79000f5bc523d36cc938]

        INTEGRATION: CWS mav17 (1.9.12); FILE MERGED 2005/03/07 13:33:47 mav 1.9.12.4: #i41699# resolve resync problem 2005/03/02 18:20:36 mav 1.9.12.3: RESYNC: (1.9-1.10); FILE MERGED 2005/02/25 11:21:09 mav 1.9.12.2: #i43093# release the mutex before external calls 2005/02/23 10:45:57 mav 1.9.12.1: #i43093# fix setVisualAreaSize in loaded state

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ef66cca89480d42e4b79615c495cb0ace8608b11]

        INTEGRATION: CWS mav17 (1.21.12); FILE MERGED 2005/02/25 14:08:47 mav 1.21.12.2: #i40668# use object directly if there is still no cache 2005/02/24 14:09:41 mav 1.21.12.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7d6f3474264fddf8c2da82df286c05b3cfb6150f]

        INTEGRATION: CWS mav17 (1.13.12); FILE MERGED 2005/03/02 18:20:11 mav 1.13.12.2: RESYNC: (1.13-1.14); FILE MERGED 2005/02/24 14:09:40 mav 1.13.12.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [415ebdd04b49f75a8d8d51e37c7c11a2af0f968b]

        INTEGRATION: CWS mav17 (1.13.10); FILE MERGED 2005/02/23 08:42:32 mav 1.13.10.1: #i35991# let the embedded document be opened outplace with the same size and in nonmodified state

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [933b37efeb1bdec26d8d71367bbfefe09fb102a4]

        INTEGRATION: CWS mav17 (1.4.46); FILE MERGED 2005/02/28 11:06:10 mav 1.4.46.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [78c701659567ae06c4694e3d5d06192c9facfcfb]

        INTEGRATION: CWS mav17 (1.6.46); FILE MERGED 2005/02/25 12:19:29 mav 1.6.46.1: #i43093# lock the solar mutex in listener

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [68f7d7a5830f695465f01612fd1d23bf349f336d]

        INTEGRATION: CWS mav17 (1.22.22); FILE MERGED 2005/02/23 08:46:47 mav 1.22.22.1: #i35991# fix from CD to let the layout on unlock be synchronous

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d9cdb667a552fa7afb8d246f0ed7b151e6fdfc8c]

        INTEGRATION: CWS mav17 (1.74.20); FILE MERGED 2005/03/01 10:00:20 mav 1.74.20.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [39c7baa682ad425145c2a5c2f4e0643ede8630a0]

        INTEGRATION: CWS mav17 (1.208.34); FILE MERGED 2005/03/02 18:08:12 mav 1.208.34.2: RESYNC: (1.208-1.209); FILE MERGED 2005/02/22 15:18:06 ssa 1.208.34.1: #i43257# trigger pending resize handler to assure correct window sizes

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [62b2369e19899e8da507e967df1e98e5920becdc]

        INTEGRATION: CWS mav17 (1.19.28); FILE MERGED 2005/03/02 17:53:21 mav 1.19.28.4: RESYNC: (1.19-1.20); FILE MERGED 2005/02/23 08:39:46 mav 1.19.28.3: #i35991# let the existing form be opened with the same size and in nonmodified state 2005/02/23 08:33:12 mav 1.19.28.2: #i35991# let the existing form be opened with the same size and in nonmodified state 2005/02/23 08:24:40 mav 1.19.28.1: #i35991# let the existing form be opened with the same size and in nonmodified state

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c476d135cf4f82cf39d3cd839070844d350a7434]

        INTEGRATION: CWS mav17 (1.130.78); FILE MERGED 2005/02/28 11:07:45 mav 1.130.78.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9514052177b901605af9ab1985c22c2cd9615efe]

        INTEGRATION: CWS mav17 (1.20.100); FILE MERGED 2005/03/02 17:49:48 mav 1.20.100.2: RESYNC: (1.20-1.21); FILE MERGED 2005/02/28 11:07:45 mav 1.20.100.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [22563f7c742333812344098feedb67cbb31cb997]

        INTEGRATION: CWS mav17 (1.50.14); FILE MERGED 2005/03/02 17:48:13 mav 1.50.14.2: RESYNC: (1.50-1.53); FILE MERGED 2005/02/28 11:07:44 mav 1.50.14.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e65ec09b561d127826d948de3c70d43bf1edec3e]

        INTEGRATION: CWS mav17 (1.12.136); FILE MERGED 2005/02/28 11:07:44 mav 1.12.136.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [85c0a90eebdeb2d5125211177053ee45839f22bc]

        INTEGRATION: CWS mav17 (1.5.100); FILE MERGED 2005/02/24 14:33:02 mav 1.5.100.1: #i41699# change of the service name

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5f3c54c106d2f8d9c23d14c3faae60b75d61f6c8]

        INTEGRATION: CWS mav17 (1.8.68); FILE MERGED 2005/03/02 17:22:39 mav 1.8.68.3: RESYNC: (1.8-1.9); FILE MERGED 2005/02/28 10:55:36 mav 1.8.68.2: #i42398# new exception 2005/02/24 14:07:12 mav 1.8.68.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5ad16254bbe2e0e1fd250e9f1e10ddf3b6c15768]

        INTEGRATION: CWS mav17 (1.2.118); FILE MERGED 2005/02/24 14:07:11 mav 1.2.118.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0aa58d0810c7f288748781b8f0e72b86509b7c90]

        INTEGRATION: CWS mav17 (1.1.2); FILE ADDED 2005/02/24 14:07:40 mav 1.1.2.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e5236a75a74278367681ee293b994c5d03b7129c]

        INTEGRATION: CWS mav17 (1.1.2); FILE ADDED 2005/02/28 10:55:54 mav 1.1.2.1: #i42398# new exception

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a1910d1f52d5d848303230ad5ecafaa36ccf532d]

        INTEGRATION: CWS mav17 (1.44.72); FILE MERGED 2005/03/02 17:15:23 mav 1.44.72.3: RESYNC: (1.44-1.46); FILE MERGED 2005/03/02 14:05:54 mav 1.44.72.2: #i43800# the autoactivation is done in sfx2 2005/02/28 11:09:36 mav 1.44.72.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [24da01c9c8e31bda8b1cff9750dd30b1c6f88e73]

        INTEGRATION: CWS mav17 (1.7.76); FILE MERGED 2005/02/28 11:09:36 mav 1.7.76.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6ed992ab07fe3c0934d9b6ec168237aa4ebf8c0f]

        INTEGRATION: CWS mav17 (1.5.316); FILE MERGED 2005/02/28 11:09:35 mav 1.5.316.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [864b5f7c3fcb60756b844b459fac698f6bd7a955]

        INTEGRATION: CWS mav17 (1.90.50); FILE MERGED 2005/02/28 11:09:35 mav 1.90.50.2: #i42398# handle impossibility to get visual area 2005/02/24 16:06:11 mav 1.90.50.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ab964194b19373126fe870ba63bc6f3d257f8ab3]

        INTEGRATION: CWS mav17 (1.36.76); FILE MERGED 2005/02/28 11:09:34 mav 1.36.76.2: #i42398# handle impossibility to get visual area 2005/02/18 16:56:25 mav 1.36.76.1: #i39893# relative URLs for embedded links

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2e3fe6a58e728bd2dd5e80dbac9391b88090be3d]

        INTEGRATION: CWS mav17 (1.60.114); FILE MERGED 2005/03/01 09:09:46 mav 1.60.114.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0da51a3bd41944a87594dd26e08549e8474146d3]

        INTEGRATION: CWS mav17 (1.96.72); FILE MERGED 2005/03/02 17:03:59 mav 1.96.72.2: RESYNC: (1.96-1.97); FILE MERGED 2005/02/28 11:09:34 mav 1.96.72.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [cc94fc302606ca062138c673d1c6aa782fa106fd]

        INTEGRATION: CWS mav17 (1.22.74); FILE MERGED 2005/02/28 11:09:33 mav 1.22.74.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a044c44ece2035c3c087012ae29e64a69ebc4ba7]

        INTEGRATION: CWS mav17 (1.36.6); FILE MERGED 2005/03/02 16:44:12 mav 1.36.6.2: RESYNC: (1.36-1.37); FILE MERGED 2005/02/28 11:01:49 mav 1.36.6.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [faa9345ac2de57e6127171c7d6c8a04a690586a0]

        INTEGRATION: CWS mav17 (1.21.40); FILE MERGED 2005/02/28 11:01:49 mav 1.21.40.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [000bde69a2df0cf41e9831f96402f6c070d19c3e]

        INTEGRATION: CWS mav17 (1.58.40); FILE MERGED 2005/02/28 11:01:48 mav 1.58.40.2: #i42398# handle impossibility to get visual area 2005/02/24 15:05:10 mav 1.58.40.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1c2cabb0940914a1d2d174bead98d0bf098ba8b3]

        INTEGRATION: CWS mav17 (1.37.6); FILE MERGED 2005/03/02 16:43:53 mav 1.37.6.2: RESYNC: (1.37-1.38); FILE MERGED 2005/02/28 11:01:48 mav 1.37.6.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c0499ac5a5d2f7a69f2bd7dcd5b2a7435db842bb]

        INTEGRATION: CWS mav17 (1.17.48); FILE MERGED 2005/02/28 11:01:48 mav 1.17.48.2: #i42398# handle impossibility to get visual area 2005/02/24 15:05:09 mav 1.17.48.1: #i41699# creation of an object from clipboard

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [98a10650be5da30235f4a386a5e1349c329dc71f]

        INTEGRATION: CWS mav17 (1.31.68); FILE MERGED 2005/02/28 11:01:47 mav 1.31.68.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [522700108f064bf778cf5480a73e8c4416c9bbea]

        INTEGRATION: CWS mav17 (1.52.68); FILE MERGED 2005/03/01 09:26:00 mav 1.52.68.1: #i23531# improve document repairing

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d5a1ecb24c3f24c0780821a96b48b5a47f522716]

        INTEGRATION: CWS mav17 (1.7.114); FILE MERGED 2005/02/28 11:01:46 mav 1.7.114.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [54946e4f7c5e9d7e23bf4d7b7ca13a40a3eb8317]

        INTEGRATION: CWS mav17 (1.29.40); FILE MERGED 2005/02/28 11:01:46 mav 1.29.40.1: #i42398# handle impossibility to get visual area

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5d912098afd6fa4e7aa35feabf454f0e5058de3b]

        INTEGRATION: CWS mav17 (1.64.36); FILE MERGED 2005/02/18 16:54:17 mav 1.64.36.1: #i39893# relative URLs for embedded links

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7db7e040d6cfbdc4ebc5f9828e53d614cb0077c3]

        INTEGRATION: CWS mav17 (1.100.20); FILE MERGED 2005/03/02 16:15:38 mav 1.100.20.2: RESYNC: (1.100-1.102); FILE MERGED 2005/02/18 16:54:17 mav 1.100.20.1: #i39893# relative URLs for embedded links

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [33a5fb5b24cdce5b4cd5bda4b4c53b5d12f922c0]

        INTEGRATION: CWS mav17 (1.43.32); FILE MERGED 2005/03/02 16:15:03 mav 1.43.32.2: RESYNC: (1.43-1.45); FILE MERGED 2005/02/18 16:54:17 mav 1.43.32.1: #i39893# relative URLs for embedded links

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b45e346337eed3af7dc43859232d1c08077adc17]

        INTEGRATION: CWS mav17 (1.83.34); FILE MERGED 2005/03/02 16:14:23 mav 1.83.34.2: RESYNC: (1.83-1.84); FILE MERGED 2005/02/18 16:54:15 mav 1.83.34.1: #i39893# relative URLs for embedded links

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d6319b82595f849b8c6cbb851b1cf4c8b95b1021]

        INTEGRATION: CWS mav17 (1.117.58); FILE MERGED 2005/02/18 16:54:15 mav 1.117.58.1: #i39893# relative URLs for embedded links

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [eeb6d8c8cbe3f5df653a5ce7001f201773163931]

        INTEGRATION: CWS configure7 (1.85.2); FILE MERGED 2005/03/14 09:21:41 rene 1.85.2.15: try to pack sysui rpm stuff only if we build rpm packages and only check for rpm there tooo. This makes the syui rpm stuff not be built if we don't build rpm packages 2005/03/13 09:55:33 rene 1.85.2.14: ##i44913# freebsd* 2005/03/11 18:49:33 rene 1.85.2.13: #i44837# _os=SunOS 2005/03/11 15:49:42 rene 1.85.2.12: enclose ASM_PATH AC_OUTPUT in an if... 2005/03/11 14:41:12 rene 1.85.2.11: regenerate configure 2005/03/11 01:06:39 rene 1.85.2.10: regenerate configure 2005/03/11 01:06:01 rene 1.85.2.9: minor beautifications 2005/03/10 23:43:01 rene 1.85.2.8: update error at solenv check 2005/03/10 20:11:43 rene 1.85.2.7: #i44542# implement --with-package-format 2005/03/10 19:51:36 rene 1.85.2.6: #i44742# unbreak darwin, * missing 2005/03/10 15:55:46 rene 1.85.2.5: also check for fontconfig/fontconfig.h 2005/03/09 11:17:25 rene 1.85.2.4: fix syntax error (and unnecessary message) caused by broken merge 2005/03/09 10:40:41 rene 1.85.2.3: RESYNC: (1.85-1.87); FILE MERGED 2005/03/08 22:58:36 rene 1.85.2.2: revert accidential commit 2005/03/08 16:31:41 rene 1.85.2.1: - sync OOo (configure) and OOo/SO (ssrc680.ini) buildoptions - add missing AC_MSG_CHECKING / _RESULT

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c25ed9549cc54fb8eabb6a02550acdc35d2c824f]

        INTEGRATION: CWS maybeb (1.143.32); FILE MERGED 2005/02/28 15:03:29 abi 1.143.32.6: RESYNC: (1.156-1.160); FILE MERGED 2005/01/27 12:36:38 abi 1.143.32.5: #i33293# GetBaseURI to GetName back again 2005/01/24 17:44:07 abi 1.143.32.4: new parameter 2005/01/20 22:00:38 abi 1.143.32.3: RESYNC: (1.143-1.156); FILE MERGED 2004/12/17 14:44:54 abi 1.143.32.2: #i33293# touching input stream 2004/12/17 14:01:56 abi 1.143.32.1: #i33293# input stream to old position

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f922890c40b56c5f1dca33e30051d0dcb132bee1]

        INTEGRATION: CWS maybeb (1.2.134); FILE MERGED 2005/01/27 12:36:37 abi 1.2.134.4: #i33293# GetBaseURI to GetName back again 2005/01/24 17:44:06 abi 1.2.134.3: new parameter 2005/01/20 21:51:27 abi 1.2.134.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/17 14:01:56 abi 1.2.134.1: #i33293# input stream to old position

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0540a120071550facf5f8222b80fcc6a95287240]

        INTEGRATION: CWS maybeb (1.2.134); FILE MERGED 2005/01/24 17:44:05 abi 1.2.134.3: new parameter 2005/01/20 21:51:20 abi 1.2.134.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/17 14:01:55 abi 1.2.134.1: #i33293# input stream to old position

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ea32a292ffdfcc3fd8ccc185e7d2c69ab2f42448]

        INTEGRATION: CWS maybeb (1.12.230); FILE MERGED 2005/02/28 13:39:16 abi 1.12.230.5: RESYNC: (1.13-1.14); FILE MERGED 2005/01/27 12:47:10 abi 1.12.230.4: #i33293# 2005/01/24 17:43:28 abi 1.12.230.3: new parameter 2005/01/20 20:31:51 abi 1.12.230.2: RESYNC: (1.12-1.13); FILE MERGED 2004/12/17 14:42:55 abi 1.12.230.1: #i33293#

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f05ba592314c078fa49b7c10555b8dc308ee8281]

        INTEGRATION: CWS maybeb (1.44.108); FILE MERGED 2005/02/28 11:41:52 abi 1.44.108.3: RESYNC: (1.46-1.47); FILE MERGED 2005/01/20 17:44:16 abi 1.44.108.2: RESYNC: (1.44-1.46); FILE MERGED 2004/12/16 09:33:37 abi 1.44.108.1: #i33293# using thread for reread

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [acc1ae6c7c7471e54c4c8829f327b0142f9ffc2f]

        INTEGRATION: CWS maybeb (1.24.112); FILE MERGED 2005/02/28 11:02:52 abi 1.24.112.5: RESYNC: (1.25-1.26); FILE MERGED 2005/01/20 16:12:05 abi 1.24.112.4: RESYNC: (1.24-1.25); FILE MERGED 2005/01/19 16:12:24 abi 1.24.112.3: #i9861# thread one level lower 2004/12/17 14:41:34 abi 1.24.112.2: #i33293# testing 2004/12/16 09:33:36 abi 1.24.112.1: #i33293# using thread for reread

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [78323d1952ab60826c73e7533c3fea06e5513700]

        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  Oliver Bolte  <obo@openoffice.org>  [f5d51c491553f7f7f052bf59d8b2eb1e3b81eb57]

        INTEGRATION: CWS maybeb (1.3.112); FILE MERGED 2005/01/19 16:12:22 abi 1.3.112.2: #i9861# thread one level lower 2004/12/16 09:33:35 abi 1.3.112.1: #i33293# using thread for reread

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [baff1c868a692fff3249a4b3137ff9b591720751]

        INTEGRATION: CWS maybeb (1.13.112); FILE MERGED 2005/01/19 16:12:22 abi 1.13.112.2: #i9861# thread one level lower 2004/12/16 09:33:35 abi 1.13.112.1: #i33293# using thread for reread

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b44e21524aa1d281886b2a8a82c36a3d68b3a007]

        INTEGRATION: CWS maybeb (1.12.18); FILE MERGED 2005/01/13 10:23:17 abi 1.12.18.1: #90644#

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [be8ae3ad9209f62a2c6515a3a7581c39e07d396a]

        INTEGRATION: CWS maybeb (1.44.18); FILE MERGED 2005/02/28 10:41:09 abi 1.44.18.2: RESYNC: (1.44-1.45); FILE MERGED 2005/01/13 10:23:16 abi 1.44.18.1: #90644#

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [86bcd89e6951f15ec48fbf5b3dbe3a79d624de49]

        INTEGRATION: CWS maybeb (1.14.34); FILE MERGED 2005/01/20 12:49:46 abi 1.14.34.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/16 09:14:35 kso 1.14.34.1: #i9861# - content mutex no longer locked while calling into neon.

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a1840e139bea0112836a7ec50d6f4632e46731f8]

        INTEGRATION: CWS maybeb (1.45.34); FILE MERGED 2005/01/20 12:49:38 abi 1.45.34.2: RESYNC: (1.45-1.46); FILE MERGED 2004/12/16 09:14:35 kso 1.45.34.1: #i9861# - content mutex no longer locked while calling into neon.

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ddd8e2fff6aa38ec2c0a8d7cc889dfee8b2e834e]

        INTEGRATION: CWS maybeb (1.11.212); FILE MERGED 2004/12/16 09:14:35 kso 1.11.212.1: #i9861# - content mutex no longer locked while calling into neon.

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [702b673aa43d33a92a71abc85b7468ee8acc1687]

        INTEGRATION: CWS maybeb (1.17.146); FILE MERGED 2004/12/16 09:14:34 kso 1.17.146.1: #i9861# - content mutex no longer locked while calling into neon.

2005-03-15  Oliver Specht  <os@openoffice.org>  [f97bccb54663361f7bd6ff1d916a661aa1cd31ed]

        #i45069# key input of AltGr fixed

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e5889ca563d7f38286fd6fd2d5b44be1aa39404a]

        INTEGRATION: CWS ause019 (1.17.146); FILE MERGED 2005/03/10 11:14:31 hjs 1.17.146.3: #i42716# rename LINKFLAGSC to LINKCFLAGS 2005/02/14 16:39:41 hjs 1.17.146.2: #42716# support two sets of LINKFLAGS for linking with CXX and CC 2005/02/14 11:22:43 hjs 1.17.146.1: #i42716# more flexible handling of linker and C++ runtime

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bb9d63026f0a04464eceeb4c438e4f20ffd431b4]

        INTEGRATION: CWS ause019 (1.9.146); FILE MERGED 2005/03/10 11:14:31 hjs 1.9.146.2: #i42716# rename LINKFLAGSC to LINKCFLAGS 2005/02/15 12:14:34 hjs 1.9.146.1: #42716# new linking for unxsoli4

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [118d7de48f0355f479e259dffc45ddda2a3b612f]

        INTEGRATION: CWS ause019 (1.9.10); FILE MERGED 2005/03/14 11:12:42 hjs 1.9.10.1: #i42716# solaris/gcc

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [2daf4afcf8b1f707b37efbd8b87dd4b7d4f7a648]

        INTEGRATION: CWS ause019 (1.4.10); FILE MERGED 2005/03/14 11:12:42 hjs 1.4.10.1: #i42716# solaris/gcc

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c8f1d001220cd0b6062b059367a71a44902f9c1f]

        INTEGRATION: CWS ause019 (1.50.54); FILE MERGED 2005/03/07 15:05:06 hjs 1.50.54.4: #i42716# applied patch from issue (23422) 2005/03/01 15:47:43 hjs 1.50.54.3: RESYNC: (1.50-1.52); FILE MERGED 2005/02/14 12:37:05 hjs 1.50.54.2: #42716# place C++ runtime placeholder in library list 2005/02/14 11:22:42 hjs 1.50.54.1: #i42716# more flexible handling of linker and C++ runtime

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [96b6b860827686c9cc317b7381eb34a1cd2301b9]

        INTEGRATION: CWS ause019 (1.14.4); FILE MERGED 2005/03/14 14:38:18 hjs 1.14.4.1: #i42716# linux ppc

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [24c1459a16912661c7dffcddda405eb09ddca60b]

        INTEGRATION: CWS ause019 (1.7.140); FILE MERGED 2005/03/01 15:48:24 hjs 1.7.140.2: RESYNC: (1.7-1.9); FILE MERGED 2005/02/14 11:22:42 hjs 1.7.140.1: #i42716# more flexible handling of linker and C++ runtime

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [beff9d03ec7d605065036ddc829935ace8eea284]

        INTEGRATION: CWS ause019 (1.88.80); FILE MERGED 2005/03/10 11:14:46 hjs 1.88.80.5: #i42716# rename LINKFLAGSC to LINKCFLAGS 2005/02/14 19:05:26 hjs 1.88.80.4: #42716# fix typo 2005/02/14 18:40:14 hjs 1.88.80.3: #42716# fix typo 2005/02/14 16:39:40 hjs 1.88.80.2: #42716# support two sets of LINKFLAGS for linking with CXX and CC 2005/02/14 11:22:42 hjs 1.88.80.1: #i42716# more flexible handling of linker and C++ runtime

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1822f5117f6fdfc74b4fb3b6f8c23b8430e5e7ac]

        INTEGRATION: CWS ause019 (1.46.230); FILE MERGED 2005/03/10 11:14:31 hjs 1.46.230.3: #i42716# rename LINKFLAGSC to LINKCFLAGS 2005/02/14 16:39:40 hjs 1.46.230.2: #42716# support two sets of LINKFLAGS for linking with CXX and CC 2005/02/14 11:22:41 hjs 1.46.230.1: #i42716# more flexible handling of linker and C++ runtime

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bd3eb0fa0b327d139e83cceab06af66f0cc6fa00]

        INTEGRATION: CWS ause019 (1.162.18); FILE MERGED 2005/03/10 11:31:11 hjs 1.162.18.5: RESYNC: (1.165-1.166); FILE MERGED 2005/03/10 11:15:10 hjs 1.162.18.4: #i42716# rename LINKFLAGSC to LINKCFLAGS 2005/03/01 15:51:46 hjs 1.162.18.3: RESYNC: (1.162-1.165); FILE MERGED 2005/02/14 16:39:40 hjs 1.162.18.2: #42716# support two sets of LINKFLAGS for linking with CXX and CC 2005/02/14 11:22:41 hjs 1.162.18.1: #i42716# more flexible handling of linker and C++ runtime

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6134c9f0e4cb25e0e89178a02c81143a312c6d7e]

        INTEGRATION: CWS ause019 (1.86.80); FILE MERGED 2005/03/10 11:14:45 hjs 1.86.80.5: #i42716# rename LINKFLAGSC to LINKCFLAGS 2005/02/14 19:05:27 hjs 1.86.80.4: #42716# fix typo 2005/02/14 18:39:49 hjs 1.86.80.3: #42716# fix typo 2005/02/14 16:39:39 hjs 1.86.80.2: #42716# support two sets of LINKFLAGS for linking with CXX and CC 2005/02/14 11:22:41 hjs 1.86.80.1: #i42716# more flexible handling of linker and C++ runtime

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4f754f30c7c570226c54be52076eeeb52fdbf3d1]

        INTEGRATION: CWS ause019 (1.45.230); FILE MERGED 2005/03/10 11:14:30 hjs 1.45.230.3: #i42716# rename LINKFLAGSC to LINKCFLAGS 2005/02/14 16:39:39 hjs 1.45.230.2: #42716# support two sets of LINKFLAGS for linking with CXX and CC 2005/02/14 11:22:40 hjs 1.45.230.1: #i42716# more flexible handling of linker and C++ runtime

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [94e77308b65778c024391c1385d89376a630b317]

        INTEGRATION: CWS configure7 (1.20.10); FILE MERGED 2005/03/14 13:59:46 hjs 1.20.10.3: #i44542# name change; no more fallbak 2005/03/11 16:05:58 rene 1.20.10.2: add forgotten -format 2005/03/10 20:13:22 rene 1.20.10.1: #i44542# implement --with-package-format

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b0dd8fcb119efc1eae566828811058bfabf4fcaa]

        INTEGRATION: CWS configure7 (1.52.2); FILE MERGED 2005/03/10 20:11:45 rene 1.52.2.2: #i44542# implement --with-package-format 2005/03/09 19:55:37 vq 1.52.2.1: #i44538# Fix PosixFormat() for paths that contain parenthesis.

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c910e1275d5ecdc4b58a5bd0c8a4014a154496fe]

        INTEGRATION: CWS configure7 (1.104.2); FILE MERGED 2005/03/14 09:21:44 rene 1.104.2.14: try to pack sysui rpm stuff only if we build rpm packages and only check for rpm there tooo. This makes the syui rpm stuff not be built if we don't build rpm packages 2005/03/13 09:55:35 rene 1.104.2.13: ##i44913# freebsd* 2005/03/11 18:49:35 rene 1.104.2.12: #i44837# _os=SunOS 2005/03/11 15:49:44 rene 1.104.2.11: enclose ASM_PATH AC_OUTPUT in an if... 2005/03/11 13:37:09 rene 1.104.2.10: #i41391# add confugire pieces missed in mh1981 for --with-build-version 2005/03/11 01:06:03 rene 1.104.2.9: minor beautifications 2005/03/10 23:43:03 rene 1.104.2.8: update error at solenv check 2005/03/10 20:11:45 rene 1.104.2.7: #i44542# implement --with-package-format 2005/03/10 19:51:38 rene 1.104.2.6: #i44742# unbreak darwin, * missing 2005/03/10 15:55:48 rene 1.104.2.5: also check for fontconfig/fontconfig.h 2005/03/09 11:17:27 rene 1.104.2.4: fix syntax error (and unnecessary message) caused by broken merge 2005/03/09 10:40:54 rene 1.104.2.3: RESYNC: (1.104-1.106); FILE MERGED 2005/03/08 22:58:38 rene 1.104.2.2: revert accidential commit 2005/03/08 16:31:43 rene 1.104.2.1: - sync OOo (configure) and OOo/SO (ssrc680.ini) buildoptions - add missing AC_MSG_CHECKING / _RESULT

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7867928ea9734a547436a47045b7963f665dcb1f]

        INTEGRATION: CWS configure7 (1.49.98); FILE MERGED 2005/03/14 14:01:09 hjs 1.49.98.1: #i44542# name change; PKGFORMAT now only taken from env

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [937eb65766826e060408931396a0f4eb5f3dd4e6]

        INTEGRATION: CWS configure7 (1.22.8); FILE MERGED 2005/03/14 09:21:45 rene 1.22.8.1: try to pack sysui rpm stuff only if we build rpm packages and only check for rpm there tooo. This makes the syui rpm stuff not be built if we don't build rpm packages

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [37cd5861b9fa15863228740cdcdfb26b7d25ff6c]

        INTEGRATION: CWS libpath (1.9.44); FILE MERGED 2005/03/04 06:29:56 sab 1.9.44.2: RESYNC: (1.9-1.11); FILE MERGED 2005/03/04 06:20:34 sab 1.9.44.1: #108873#; change filter path to module path

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [02c97d881396d6041912ac0810dfb28699555884]

        INTEGRATION: CWS libpath (1.9.200); FILE MERGED 2005/03/04 15:09:03 sab 1.9.200.1: #108873#; powerpoint export moved in program directory

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a10bf4cee698aeb52cb276eb781bb3cee26af2da]

        INTEGRATION: CWS libpath (1.54.2); FILE MERGED 2005/03/04 06:19:54 sab 1.54.2.1: #108873#; change filter path to module path

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bb3bfb7fc4f37a4f6fb7accfdb6411edb749a387]

        INTEGRATION: CWS toolbars4 (1.44.32); FILE MERGED 2005/03/06 09:44:42 cd 1.44.32.2: RESYNC: (1.44-1.47); FILE MERGED 2005/02/10 17:16:29 cd 1.44.32.1: #i39612# Changed toolbar button style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4abd988aca92baf56b100ecf584948726308e4b5]

        INTEGRATION: CWS toolbars4 (1.37.32); FILE MERGED 2005/03/06 09:43:14 cd 1.37.32.2: RESYNC: (1.37-1.39); FILE MERGED 2005/02/11 08:38:06 cd 1.37.32.1: #i32241# Safety: first remove entry and afterwards delete it

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [627052bc2e178747b754afa9e8a2f2767ff9f5f8]

        INTEGRATION: CWS toolbars4 (1.16.100); FILE MERGED 2005/02/16 14:41:38 cd 1.16.100.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6d685aa9c515965b10978676cef2acb5f58d9c66]

        INTEGRATION: CWS toolbars4 (1.4.56); FILE MERGED 2005/03/06 09:09:46 cd 1.4.56.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/10 17:13:56 cd 1.4.56.1: #i39612# Support new toolbar button style dropdown only

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e19246e44690b0e6596959de540dcde03a7f169a]

        INTEGRATION: CWS toolbars4 (1.6.8); FILE MERGED 2005/03/07 15:49:44 cd 1.6.8.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1f3bcf36ab141a2a2a458cdbf6120287c27d230a]

        INTEGRATION: CWS toolbars4 (1.8.8); FILE MERGED 2005/03/08 14:32:05 cd 1.8.8.1: #i44463# Context sensitive toolbars should only be closed temporary

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9bf7cc885a9b234b2c621d7f9a4c3b7bb87e00cc]

        INTEGRATION: CWS toolbars4 (1.12.18); FILE MERGED 2005/03/07 15:49:43 cd 1.12.18.4: #i44348# Set no close flag for important toolbars 2005/03/07 15:28:06 cd 1.12.18.3: #i39612# Fixed merge problems 2005/03/06 09:07:39 cd 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2005/02/10 17:13:55 cd 1.12.18.1: #i39612# Support new toolbar button style dropdown only

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ed131cecb0d870ff3b80008ab56b9ad8aec9dbaf]

        INTEGRATION: CWS toolbars4 (1.4.8); FILE MERGED 2005/03/07 15:49:42 cd 1.4.8.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b39c91e961fe24aaca4f460385db55c0e7f0c914]

        INTEGRATION: CWS toolbars4 (1.21.4); FILE MERGED 2005/03/08 14:32:01 cd 1.21.4.6: #i44463# Context sensitive toolbars should only be closed temporary 2005/03/07 15:49:41 cd 1.21.4.5: #i44348# Set no close flag for important toolbars 2005/03/07 15:28:05 cd 1.21.4.4: #i39612# Fixed merge problems 2005/03/06 09:03:36 cd 1.21.4.3: RESYNC: (1.22-1.23); FILE MERGED 2005/02/11 11:36:40 cd 1.21.4.2: RESYNC: (1.21-1.22); FILE MERGED 2005/02/10 17:11:28 cd 1.21.4.1: #i32241# Show non-context sensitive toolbars on startup when visible flag is true

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4017e0b6f52c608ad3cc85d4655dd751299694d7]

        INTEGRATION: CWS toolbars4 (1.4.8); FILE MERGED 2005/03/07 15:49:41 cd 1.4.8.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fb6dbea3808ca4bf480a877c70be568d93b843cb]

        INTEGRATION: CWS toolbars4 (1.5.56); FILE MERGED 2005/02/10 17:13:46 cd 1.5.56.1: #i39612# Support new toolbar button style dropdown only

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7f57f494a3b96e3b0b7411e413654982e3ed0516]

        INTEGRATION: CWS toolbars4 (1.3.154); FILE MERGED 2005/02/10 17:13:45 cd 1.3.154.1: #i39612# Support new toolbar button style dropdown only

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [80d09e2df067908862136991be0f19fe3e1ac035]

        INTEGRATION: CWS toolbars4 (1.4.8); FILE MERGED 2005/03/07 15:49:58 cd 1.4.8.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9f7b823c0f82b0727a89cb7f104735fba93b3fca]

        INTEGRATION: CWS toolbars4 (1.6.18); FILE MERGED 2005/03/07 15:28:29 cd 1.6.18.3: #i39612# Fixed merge problems 2005/03/06 08:59:14 cd 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/10 17:13:45 cd 1.6.18.1: #i39612# Support new toolbar button style dropdown only

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0017eeba71ca7f502b1c0aff924ed8a5774d0d8f]

        INTEGRATION: CWS toolbars4 (1.4.8); FILE MERGED 2005/03/07 15:49:57 cd 1.4.8.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [ad2f6f11c9528c37af5a5eddedfa3de858871ad7]

        INTEGRATION: CWS toolbars4 (1.12.4); FILE MERGED 2005/03/07 15:49:56 cd 1.12.4.3: #i44348# Set no close flag for important toolbars 2005/03/06 08:55:57 cd 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2005/02/10 17:11:11 cd 1.12.4.1: #i32241# Show non-context sensitive toolbars on startup when visible flag is true

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [064a8abc92952884a39b692beaec9dc5f17cb1fd]

        INTEGRATION: CWS toolbars4 (1.4.8); FILE MERGED 2005/03/07 15:49:56 cd 1.4.8.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [cd6db51c1fae4b4bfb645968c5b8751ea03276f2]

        INTEGRATION: CWS toolbars4 (1.85.10); FILE MERGED 2005/02/16 10:35:01 cd 1.85.10.2: #i39612# Fixed paint problem with disabled dropdownonly buttons 2005/02/09 18:08:20 ssa 1.85.10.1: #i39612# support new style TIB_DROPDOWNONLY which always triggers the dropdownhandler if the button is pressed, regardless of the mouseposition

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [532e06e32cf7463e138a63cc0df083a4067aa0d7]

        INTEGRATION: CWS toolbars4 (1.3.60); FILE MERGED 2005/03/06 08:41:49 cd 1.3.60.2: RESYNC: (1.3-1.5); FILE MERGED 2005/02/16 14:37:19 cd 1.3.60.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fd75daa5e80f9b2d59e5e64a95d4865b79255b81]

        INTEGRATION: CWS toolbars4 (1.60.44); FILE MERGED 2005/03/06 08:35:06 cd 1.60.44.3: RESYNC: (1.60-1.62); FILE MERGED 2005/02/16 14:45:50 cd 1.60.44.2: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY 2005/02/10 17:29:14 cd 1.60.44.1: #i39612# Changed toolbar button style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fbe628de61c13c89e50056ea3e5e7160545a52d2]

        INTEGRATION: CWS toolbars4 (1.7.362); FILE MERGED 2005/02/10 17:29:13 cd 1.7.362.1: #i39612# Changed toolbar button style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [28c7ea7ded00b5db2c31ded6442ab6f5723fd5db]

        INTEGRATION: CWS toolbars4 (1.27.46); FILE MERGED 2005/02/16 14:45:50 cd 1.27.46.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [12ce57026f98fad8a48528c97bce46e58835ce9f]

        INTEGRATION: CWS toolbars4 (1.4.208); FILE MERGED 2005/02/16 14:45:50 cd 1.4.208.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bff0260ad6720adaacc870c97dc8760607e8af37]

        INTEGRATION: CWS toolbars4 (1.5.46); FILE MERGED 2005/02/10 17:29:13 cd 1.5.46.1: #i39612# Changed toolbar button style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [1a12e3c734ec0af288971ba12e0620aa947bb3f4]

        INTEGRATION: CWS toolbars4 (1.9.362); FILE MERGED 2005/02/11 12:04:45 cd 1.9.362.1: #i39698# Don't remove dropdown button when controller is disabled

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [759ecedcf10088b6334dd32c732baa0b9eb60dc3]

        INTEGRATION: CWS toolbars4 (1.5.116); FILE MERGED 2005/02/15 17:46:08 cd 1.5.116.1: #i39612# Set dropdown only flag correctly

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a033e746cfea2d416e5acf7872a883859858d117]

        INTEGRATION: CWS toolbars4 (1.3.220); FILE MERGED 2005/02/15 17:46:08 cd 1.3.220.1: #i39612# Set dropdown only flag correctly

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9f747761daf7749c508e7a30fbc2b237cfcb8c84]

        INTEGRATION: CWS toolbars4 (1.4.66); FILE MERGED 2005/02/11 12:01:14 cd 1.4.66.1: #i39698# Don't remove dropdown button when controller is disabled

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0eed49ac215f0691a2b800fecf0dde3608348ef7]

        INTEGRATION: CWS toolbars4 (1.2.4); FILE MERGED 2005/03/07 15:27:00 cd 1.2.4.1: #i39612# Added new style for dropdown only button

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [6793d16d825e1dfaba4a6c3c404c9c2f567340ab]

        INTEGRATION: CWS gcj3 (1.25.8); FILE MERGED 2005/03/08 11:30:16 cmc 1.25.8.1: #i44359# accessibility bridge compiles with gcj now

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e5f42d80e4af0e5d8e295b0b6f99af628cdf82b5]

        INTEGRATION: CWS gcj3 (1.73.34); FILE MERGED 2005/03/09 12:40:07 cmc 1.73.34.3: #i44359# wizards now compile with gcj 2005/03/08 16:13:51 cmc 1.73.34.2: #i44359# more of scripting now compilable with gcj 2005/03/07 15:20:57 cmc 1.73.34.1: #i44359# hsqldb can be built with gcj now

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [0251a6119f00ced3dc4cbce74891ddeda6cdebba]

        INTEGRATION: CWS toolbars4 (1.35.78); FILE MERGED 2005/02/16 14:34:00 cd 1.35.78.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [556356510c016edc667af4c8a829ab25d8d07a07]

        INTEGRATION: CWS gcj3 (1.87.6); FILE MERGED 2005/03/08 15:28:20 cmc 1.87.6.2: #i44359# filter now compilable with gcj 2005/03/08 12:27:08 cmc 1.87.6.1: #i44359# bean now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7b7f93379f49b66c0eace0236eaea6744736b855]

        INTEGRATION: CWS toolbars4 (1.7.160); FILE MERGED 2005/02/16 14:33:59 cd 1.7.160.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [3b26a0d3f2d8a505977b4fe8251d4d69e6f7cbd9]

        INTEGRATION: CWS gcj3 (1.5.70); FILE MERGED 2005/03/08 15:28:19 cmc 1.5.70.1: #i44359# filter now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [639395072efd608156dad8ba5ae08a4ddcedaab8]

        INTEGRATION: CWS toolbars4 (1.5.64); FILE MERGED 2005/02/16 14:33:59 cd 1.5.64.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [131bef2dc58c5b698b7c27680347bac87cfca6af]

        INTEGRATION: CWS gcj3 (1.8.70); FILE MERGED 2005/03/08 15:28:19 cmc 1.8.70.1: #i44359# filter now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [21323ac5b858645562bdf5d83b124042a84767ee]

        INTEGRATION: CWS toolbars4 (1.11.160); FILE MERGED 2005/02/16 14:33:59 cd 1.11.160.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [fbcf9895da2ba26a63292f275f7fc6c024dff018]

        INTEGRATION: CWS toolbars4 (1.2.1140); FILE MERGED 2005/02/16 14:33:58 cd 1.2.1140.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [56cb158754a4dd490c6157678b81505c6585c666]

        INTEGRATION: CWS gcj3 (1.2.14); FILE MERGED 2005/03/08 19:18:40 cmc 1.2.14.1: #i44359# more of qadevOOo now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [41422ed30aed228f7fe81632950c5e3fd630921e]

        INTEGRATION: CWS gcj3 (1.7.20); FILE MERGED 2005/03/08 19:18:40 cmc 1.7.20.1: #i44359# more of qadevOOo now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e6ba6b72e93adcac28b93b3f894ae1274004f148]

        INTEGRATION: CWS gcj3 (1.3.10); FILE MERGED 2005/03/08 19:18:39 cmc 1.3.10.1: #i44359# more of qadevOOo now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d950326279010628fcb484ae6b0c34a1c3b95475]

        INTEGRATION: CWS gcj3 (1.4.10); FILE MERGED 2005/03/08 19:18:39 cmc 1.4.10.1: #i44359# more of qadevOOo now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5f9c5af18e6c0f158cd0c4155906ea5336e5d706]

        INTEGRATION: CWS gcj3 (1.8.10); FILE MERGED 2005/03/08 19:18:39 cmc 1.8.10.1: #i44359# more of qadevOOo now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [227085e694ddadf659c90a4ffa73e2f4642aa7d2]

        INTEGRATION: CWS toolbars4 (1.28.94); FILE MERGED 2005/02/16 14:42:47 cd 1.28.94.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [617277677d553ad086520c1919aacef1e1b8c659]

        INTEGRATION: CWS toolbars4 (1.7.12); FILE MERGED 2005/02/16 14:42:47 cd 1.7.12.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [4cd8cfd3739e3edb924c427d2e8fa31a41a515ee]

        INTEGRATION: CWS toolbars4 (1.6.102); FILE MERGED 2005/03/07 13:55:15 cd 1.6.102.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [06760110657873fb64daf3a6cd83d1294a6fbaf6]

        INTEGRATION: CWS toolbars4 (1.17.12); FILE MERGED 2005/03/07 13:55:12 cd 1.17.12.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [de6ea8a9d64f9cf8160a98b8a591e9e63d6c1bc0]

        INTEGRATION: CWS toolbars4 (1.17.14); FILE MERGED 2005/03/07 13:55:10 cd 1.17.14.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f5daf005a32e37ef59188e314d1372c54e00c0e4]

        INTEGRATION: CWS toolbars4 (1.18.12); FILE MERGED 2005/03/07 13:55:10 cd 1.18.12.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [5c6538ed150d471cec00891bf1ecad8044f1f0c4]

        INTEGRATION: CWS toolbars4 (1.3.102); FILE MERGED 2005/03/07 13:55:09 cd 1.3.102.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [8244ad65b5575a1b8a0ddac901808ba2ebb491d1]

        INTEGRATION: CWS toolbars4 (1.18.12); FILE MERGED 2005/03/07 13:55:09 cd 1.18.12.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [b1f03275487068ee98e03eb75e618259cf41432c]

        INTEGRATION: CWS toolbars4 (1.19.12); FILE MERGED 2005/03/07 13:55:08 cd 1.19.12.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c20dc3628576b85b4405aa31709f05bf140fa90e]

        INTEGRATION: CWS toolbars4 (1.5.22); FILE MERGED 2005/03/07 13:55:07 cd 1.5.22.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e71c7a5f57c713bfe316d259a11887216101ecd2]

        INTEGRATION: CWS gcj3 (1.16.4); FILE MERGED 2005/03/08 11:34:45 cmc 1.16.4.1: #i44359# accessibility now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [50be44c92ea331eac320c4931e32e461f0744998]

        INTEGRATION: CWS toolbars4 (1.16.12); FILE MERGED 2005/03/07 16:14:11 cd 1.16.12.2: #i44348# Set no close flag for important toolbars 2005/03/07 13:55:07 cd 1.16.12.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9e3163d0130eae43ca529d8d509b92f9dfa00e7c]

        INTEGRATION: CWS gcj3 (1.6.4); FILE MERGED 2005/03/08 11:34:44 cmc 1.6.4.1: #i44359# accessibility now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e62f7a2bc58dd5d5207c48e38315bfd55e97d828]

        INTEGRATION: CWS toolbars4 (1.4.102); FILE MERGED 2005/03/07 13:55:06 cd 1.4.102.1: #i44348# Set no close flag for important toolbars

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [d149d9cbb4d0fa6a7fcc132ca879132558f93113]

        INTEGRATION: CWS gcj3 (1.5.22); FILE MERGED 2005/03/08 18:26:56 cmc 1.5.22.1: #i44359# wizards now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [14f46be308815c4edc4c195a28c3231396d15fb2]

        INTEGRATION: CWS gcj3 (1.6.22); FILE MERGED 2005/03/08 18:26:55 cmc 1.6.22.1: #i44359# wizards now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [285ae2d3587f2c06faeea098710e6140675a3800]

        INTEGRATION: CWS gcj3 (1.5.22); FILE MERGED 2005/03/08 18:26:55 cmc 1.5.22.1: #i44359# wizards now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bf5249bace93702520e824c6692cc5f3d778b9da]

        INTEGRATION: CWS gcj3 (1.104.4); FILE MERGED 2005/03/10 12:48:08 cmc 1.104.4.2: #i44190# check for existance of jni.h during configure when using gcj to avoid dissapointment later 2005/03/09 14:49:38 cmc 1.104.4.1: #i44359# gcj updates

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [85e60ceab47d0c3891c6a3e46ede6e2a5bac5f42]

        INTEGRATION: CWS gcj3 (1.85.4); FILE MERGED 2005/03/10 12:48:05 cmc 1.85.4.2: #i44190# check for existance of jni.h during configure when using gcj to avoid dissapointment later 2005/03/09 14:49:36 cmc 1.85.4.1: #i44359# gcj updates

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [673306cb4952b0abc7622672e4530d8161bd3e97]

        INTEGRATION: CWS gcj3 (1.26.78); FILE MERGED 2005/03/08 20:22:29 cmc 1.26.78.1: #i44359# reorder -D in ant for gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [754fab0ae3c9a6a05f256c50cb1c19f6b4d786bf]

        INTEGRATION: CWS gcj3 (1.7.44); FILE MERGED 2005/03/08 14:43:08 cmc 1.7.44.1: #i44359# filter now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [05fcb1bad3b3f2dca88ce059df7ee82c9ad105cb]

        INTEGRATION: CWS gcj3 (1.8.44); FILE MERGED 2005/03/08 14:43:07 cmc 1.8.44.1: #i44359# filter now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [82a423595979385812c9e63ac2f00a828b9cd1c9]

        INTEGRATION: CWS gcj3 (1.4.4); FILE MERGED 2005/03/07 15:20:33 cmc 1.4.4.1: #i44359# hsqldb can be built with gcj now

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [42b34df38dfc4028006dd2d480a96982fbc5b7b7]

        INTEGRATION: CWS gcj3 (1.2.2); FILE MERGED 2005/03/08 10:36:29 cmc 1.2.2.2: #i44323# beanshell is now compilable with gcj 2005/03/08 10:35:23 cmc 1.2.2.1: #i44323# beanshell is not compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [a3e33c331d3fee5c30da971f51af1e7e54a5311f]

        INTEGRATION: CWS gcj3 (1.4.6); FILE MERGED 2005/03/10 10:57:16 cmc 1.4.6.2: #i44359# undo SHL1NOCHECK for gcj, confirmed with gcj guys that it's their bug 2005/03/08 12:13:16 cmc 1.4.6.1: #i44359# bean now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9d6df2c6415e797e5d842d3121393a8bcd33c6a1]

        INTEGRATION: CWS gcj3 (1.1.10); FILE MERGED 2005/03/08 12:13:16 cmc 1.1.10.1: #i44359# bean now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [f7c3b5a3eb593744868b35f75c4d492398bd36ef]

        INTEGRATION: CWS gcj3 (1.2.10); FILE MERGED 2005/03/08 12:13:15 cmc 1.2.10.1: #i44359# bean now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [cb538a5a28331b6e152b114500a2f57bab8c5d30]

        INTEGRATION: CWS gcj3 (1.3.6); FILE MERGED 2005/03/08 16:10:56 cmc 1.3.6.1: #i44359# more of scripting now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [78d2c572802264757a4f531d3ee35d4c6255dd03]

        INTEGRATION: CWS gcj3 (1.9.4); FILE MERGED 2005/03/08 16:10:55 cmc 1.9.4.1: #i44359# more of scripting now compilable with gcj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [7f80732075a46253f5ce9891f27cc89798b5b431]

        INTEGRATION: CWS gcj3 (1.5.12); FILE MERGED 2005/03/08 14:53:47 cmc 1.5.12.1: #i44359# JAVA -classpath -> JAVAI CPS

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [c8476e79499341e4788af7c3a43c1ffe263399dd]

        INTEGRATION: CWS gcj3 (1.3.30); FILE MERGED 2005/03/07 15:35:41 cmc 1.3.30.1: #i44359# hsqldb can be built with gcj now

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [e7ded5bf2cf2e379d01a3fc2460fd1d7c1972bd4]

        INTEGRATION: CWS bsport (1.3.416); FILE MERGED 2005/02/16 11:54:53 ka 1.3.416.1: removed bootstrp/sstring.hxx

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [128db715109a3dcf1b46a8d63add1c3bf28e2830]

        INTEGRATION: CWS bsport (1.34.12); FILE MERGED 2005/02/16 15:49:25 obo 1.34.12.1: #119707# prj.obj in bootstrp2 library

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [917c623c8d841da7eb176d6c267ba89b5c12595d]

        INTEGRATION: CWS bsport (1.11.142); FILE MERGED 2005/03/10 10:50:30 obo 1.11.142.1: #119707# port TLS617 to SRC680

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [775995175bbf98e116d1b01297040d605bc2d9b3]

        INTEGRATION: CWS bsport (1.6.282); FILE MERGED 2005/03/10 11:52:20 obo 1.6.282.1: #119707# build server port from TLS617 to SRC680

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [bb94ad92aefc4ded294d7efd65fd08514ec8113a]

        INTEGRATION: CWS bsport (1.4.282); FILE MERGED 2005/03/10 10:50:30 obo 1.4.282.1: #119707# port TLS617 to SRC680

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [9b0676f62529c262b82881fa2feb535ecead942a]

        INTEGRATION: CWS bsport (1.30.18); FILE MERGED 2005/03/10 14:51:58 obo 1.30.18.2: #119707# abthread.hxx added 2005/02/16 14:14:19 obo 1.30.18.1: #119707# seperate library for prj.obj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [eb77e4a8f97360c55bc259a21c99807f77695bea]

        INTEGRATION: CWS bsport (1.9.104); FILE MERGED 2005/03/10 16:40:18 obo 1.9.104.1: #119707 small fix for unix

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [75005250bf50a995776461d330ca7e1eaadc8704]

        INTEGRATION: CWS bsport (1.19.32); FILE MERGED 2005/03/10 16:36:30 obo 1.19.32.2: #119707 small fix for unix 2005/02/16 13:55:01 obo 1.19.32.1: #119707# seperate library for prj.obj

2005-03-15  Oliver Bolte  <obo@openoffice.org>  [126acce28dacff15a066378a76bf7aeb5461e313]

        INTEGRATION: CWS sysuirpmfix (1.2.4); FILE MERGED 2005/03/12 20:17:11 rene 1.2.4.1: #i44853# define _buildir

2005-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f6ecf033f02dc201489096d9405f6204932152b8]

        new version for SRC680

2005-03-14  René Engelhard  <rene@openoffice.org>  [7914ddfd416ad515809e6322fbe50933d4e7bde7]

        regenerate configure

2005-03-14  René Engelhard  <rene@openoffice.org>  [02a5ec00f162eba97fcb0136bcb152dedd505100]

        fix configure.in; add check for BUILD_VER_STRING

2005-03-14  Rüdiger Timm  <rt@openoffice.org>  [4eee5510159810fc0177b9278381bdb83e81f6a2]

        #i10000# Remove unnecessary 'mkdir' with wrong syntax.

2005-03-14  Vladimir Glazounov  <vg@openoffice.org>  [fd17843961a238e27c584de12035da0694938d53]

        new version for SRC680

2005-03-14  Rüdiger Timm  <rt@openoffice.org>  [429bce2549206614f4fa8322a37ed7601292a9b2]

        #i10000# COMPHELPER_DLLPUBLIC needed for class ScopeGuard (used by slideshow/source/engine/presentation.cxx).

2005-03-12  Behrend Cornelius  <bc@openoffice.org>  [2700285c13efca5aa3a69758eacabde47006c897]

        ##images for wizards added Issue number: Submitted by: Reviewed by:

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [294ec0f37400f6ab456a89f78aa11e21ff685992]

        new version for SRC680

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [3ae2ce080e20f080ee181aee2850e5e7355576c6]

        new version for SRC680

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [162699c50949d129b89e2638dec518ae85357118]

        new version for SRC680

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [2a671668df9280fbad9fc0a167ffece4ebc86dae]

        new version for SRC680

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [8329ba0a7303969c8ff59c309038bc884a416e37]

        new version for SRC680

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [e44fd450560d1ee5e21849b2abf9de90a258f93c]

        INTEGRATION: CWS mh1981 (1.31.62); FILE MERGED 2005/03/11 13:20:51 mh 1.31.62.1: #i41391, add build version

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [d9d6b2d95f98fc171abecd220d5678da34c21e6d]

        INTEGRATION: CWS mh1981 (1.22.116); FILE MERGED 2005/03/11 13:20:50 mh 1.22.116.1: #i41391, add build version

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [32ae587b643fdb58e1423291bf661c5e87d9f06e]

        INTEGRATION: CWS mh1981 (1.2.474); FILE MERGED 2005/03/11 13:20:49 mh 1.2.474.1: #i41391, add build version

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [75bc1a4909ed9825b238a8a922f7a1943ea0bd60]

        SRC680

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [ff15413ef25ee52d67188124c817e52f78e5d208]

        INTEGRATION: CWS mh1981 (1.46.4); FILE MERGED 2005/03/02 11:20:17 mh 1.46.4.1: add: BUILD_VER_STRING, #i41391#

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [27c51a7e8e2a8ce172b0dcddf8ec6bde6e1b69dd]

        INTEGRATION: CWS mh1981 (1.4.32); FILE MERGED 2005/03/02 10:08:16 mh 1.4.32.1: add: Kohei Yoshida to contributors list, #i36711#

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [9b0e3d1d77e2d32e38300944042a93555c020e3c]

        INTEGRATION: CWS os54 (1.29.64); FILE MERGED 2005/02/21 15:38:14 mba 1.29.64.1: #i42958#: '.' missing

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [63e5959a0bb48aa7e2407c757ebe723124c0ebd5]

        INTEGRATION: CWS os54 (1.108.62); FILE MERGED 2005/02/25 11:47:06 fme 1.108.62.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [dd61b2bf174ec98a6c0d7ba264e38ee0cf547128]

        INTEGRATION: CWS os54 (1.104.62); FILE MERGED 2005/02/25 11:43:02 fme 1.104.62.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [90662aade4b88122b3444217b2e0597d000d1f1f]

        INTEGRATION: CWS lobeta2 (1.159.4); FILE MERGED 2005/02/07 13:50:08 jl 1.159.4.6: solved merge conflict 2005/02/03 13:41:51 lo 1.159.4.5: just return, no terminate 2005/01/14 11:49:30 lo 1.159.4.4: #i39511# first start wizard corrections 2004/12/16 17:18:15 lo 1.159.4.3: RESYNC: (1.159-1.162); FILE MERGED 2004/12/16 16:35:17 lo 1.159.4.2: #112849# convert file urls to internal form on the command line 2004/12/13 12:37:52 lo 1.159.4.1: #i37031# start FirstStart wizard via service

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [92c1c9b6f2094fc1c12c9b60313276fbbe8c31cc]

        INTEGRATION: CWS lobeta2 (1.4.48); FILE MERGED 2005/02/24 21:17:09 mba 1.4.48.1: #i43232#: avoid exception on when inserting existing table

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [5d463bb04570340724fd48abb60dc7caae1f8edb]

        INTEGRATION: CWS os54 (1.51.52); FILE MERGED 2005/03/02 13:20:11 os 1.51.52.2: RESYNC: (1.51-1.52); FILE MERGED 2005/02/23 11:08:57 mba 1.51.52.1: #i30510#: wrong treatment of ActivateWhenVisible

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [ace831c0fa918d06861ac62839a47657a06aa3f5]

        INTEGRATION: CWS os54 (1.5.52); FILE MERGED 2005/03/02 13:19:18 os 1.5.52.3: RESYNC: (1.5-1.6); FILE MERGED 2005/03/02 10:42:58 mba 1.5.52.2: #i30510#: avoid reconnecting clients on closing 2005/02/23 11:08:23 mba 1.5.52.1: #i30510#: avoid reconnecting of OLE objects on closing

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [c4a39e93e340bef5d86c6002c9f17bdcb720dd13]

        INTEGRATION: CWS os54 (1.153.36); FILE MERGED 2005/03/04 08:07:34 os 1.153.36.3: #i42637# setting of update properties needs a try-catch block 2005/03/02 13:16:39 os 1.153.36.2: RESYNC: (1.153-1.155); FILE MERGED 2005/02/25 11:39:32 fme 1.153.36.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [092fba0816eb6715ac070f5c0de88b7c4ab1db2e]

        INTEGRATION: CWS os54 (1.53.76); FILE MERGED 2005/03/02 13:15:59 os 1.53.76.2: RESYNC: (1.53-1.54); FILE MERGED 2005/03/02 10:40:29 mba 1.53.76.1: #i43525#: don't use title from DocInfo

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [118b23bed928af0e3e8331ce6a9af84b8c38b902]

        INTEGRATION: CWS os54 (1.27.76); FILE MERGED 2005/02/21 11:01:05 os 1.27.76.1: #i39797# variable button width to support long labels- re-commit of patch

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [e092399a6a1e301e73827aa41ee3f1aeb9740026]

        INTEGRATION: CWS os54 (1.41.46); FILE MERGED 2005/03/07 10:58:05 mba 1.41.46.1: #i43434#: for compatibility reasons notify invisible slots as disabled

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [0b010f142ef73f3d349d24737bb09282bd30ac4e]

        INTEGRATION: CWS os54 (1.87.76); FILE MERGED 2005/03/02 13:10:09 os 1.87.76.2: RESYNC: (1.87-1.88); FILE MERGED 2005/02/23 11:07:37 mba 1.87.76.1: #i43307#: don't try to close desktop

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [b9cd11d5b93d50201ebb426624f3790de589b66a]

        INTEGRATION: CWS lobeta2 (1.50.4); FILE MERGED 2004/12/16 23:26:25 lo 1.50.4.2: RESYNC: (1.50-1.53); FILE MERGED 2004/12/13 12:37:54 lo 1.50.4.1: #i37031# start FirstStart wizard via service

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [0b56b5d263bb8d0ce609e8e57c027a1a13b58b41]

        INTEGRATION: CWS lobeta2 (1.2.374); FILE MERGED 2004/12/13 12:37:54 lo 1.2.374.1: #i37031# start FirstStart wizard via service

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [c765cc6619bfb767c3a4e7870a19b68543ee1552]

        INTEGRATION: CWS os54 (1.4.208); FILE MERGED 2005/02/18 09:51:28 os 1.4.208.1: #i13592# closing hard attributes now configurable

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [015ddfec3b232303742df810edc418b71f6aba6c]

        INTEGRATION: CWS lobeta2 (1.9.4); FILE MERGED 2005/02/07 14:38:34 jl 1.9.4.3: RESYNC: (1.10-1.11); FILE MERGED 2004/12/16 23:25:48 lo 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2004/12/13 12:37:53 lo 1.9.4.1: #i37031# start FirstStart wizard via service

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [588da4b9b7419fca0a36696085571ff3a8a77536]

        INTEGRATION: CWS os54 (1.4.208); FILE MERGED 2005/02/18 09:51:27 os 1.4.208.1: #i13592# closing hard attributes now configurable

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [214a05827642666e2ddffbcea1e0886c6e1f80a3]

        INTEGRATION: CWS os54 (1.96.168); FILE MERGED 2005/02/25 11:45:18 fme 1.96.168.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [900cc25d2cecf2a2fe7269aacd744969431aee5d]

        INTEGRATION: CWS lobeta2 (1.2.4); FILE MERGED 2005/02/07 14:37:10 jl 1.2.4.2: RESYNC: (1.2-1.4); FILE MERGED 2005/02/07 11:47:43 jl 1.2.4.1: #i34437#

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [b717d7f25ee0a2f32c43448c9c2e9fc7bb8a9b49]

        INTEGRATION: CWS os54 (1.14.64); FILE MERGED 2005/02/18 12:18:38 os 1.14.64.1: #i30510# mail merge events added

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [cd7536ab2349e56c7b86838535f31658e92ca995]

        INTEGRATION: CWS lobeta2 (1.2.4); FILE MERGED 2005/01/25 15:46:26 lo 1.2.4.6: #i39511# label-edit realtions 2005/01/25 14:03:32 lo 1.2.4.5: #i39511# ~jetzt -> ~trgistrieren 2005/01/14 11:49:32 lo 1.2.4.4: #i39511# first start wizard corrections 2004/12/02 13:53:18 lo 1.2.4.3: #i36954# fix short license, #i36992# duplicate shortcut 2004/12/02 11:56:38 lo 1.2.4.2: #i36992# fix: Scroll ~Down -> Scroll Do~wn 2004/12/02 11:33:37 lo 1.2.4.1: #i36967# fix: text box overlapping radiobutton

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [d10da3b583f27a1c22dce24eb854bdd3c5697ba8]

        INTEGRATION: CWS os54 (1.17.458); FILE MERGED 2005/02/18 09:50:20 os 1.17.458.1: #i13592# closing hard attributes now configurable

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [70ed51cc961de039e8431bbb982a927996ae012b]

        INTEGRATION: CWS lobeta2 (1.2.4); FILE MERGED 2005/01/14 11:49:32 lo 1.2.4.2: #i39511# first start wizard corrections 2004/12/13 09:30:47 lo 1.2.4.1: re-enable migration

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [94d0b39fd79f9c249d27bc341b67f1fdf4aa23b6]

        INTEGRATION: CWS os54 (1.64.94); FILE MERGED 2005/03/02 13:20:11 os 1.64.94.2: RESYNC: (1.64-1.66); FILE MERGED 2005/02/23 15:14:07 os 1.64.94.1: #i43008# output item sets cannot be accessed after the dialog has been deleted

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [fe2e03962ae842600f1e044dabde93522c8ced04]

        INTEGRATION: CWS lobeta2 (1.2.4); FILE MERGED 2005/01/14 11:49:31 lo 1.2.4.4: #i39511# first start wizard corrections 2004/12/13 09:30:46 lo 1.2.4.3: re-enable migration 2004/12/02 13:53:18 lo 1.2.4.2: #i36954# fix short license, #i36992# duplicate shortcut 2004/12/02 12:39:05 lo 1.2.4.1: #i36992# keyboard handling

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [d4ef4bc07cd3a02022d493a0a5c159ea83a321ab]

        INTEGRATION: CWS os54 (1.51.64); FILE MERGED 2005/02/23 11:03:44 os 1.51.64.1: #i43279# no special handling for hori orientation item in format dialog anymore

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [55777cb387af81a07210ac06563f650c894de3e2]

        INTEGRATION: CWS lobeta2 (1.2.4); FILE MERGED 2005/01/25 15:46:26 lo 1.2.4.3: #i39511# label-edit realtions 2004/12/09 13:32:38 lo 1.2.4.2: no focus on welcome page 2004/12/02 12:39:05 lo 1.2.4.1: #i36992# keyboard handling

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [67e8cf52788042ba5cefd35f7b410d34d901ad52]

        INTEGRATION: CWS os54 (1.107.74); FILE MERGED 2005/03/02 15:06:47 os 1.107.74.3: #i42932# don't accept characters with modifier for normal input 2005/03/02 13:18:01 os 1.107.74.2: RESYNC: (1.107-1.108); FILE MERGED 2005/02/18 09:50:19 os 1.107.74.1: #i13592# closing hard attributes now configurable

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [7c2bc80b0b1c90422fc0227f9fde9d8574fadab6]

        INTEGRATION: CWS lobeta2 (1.2.4); FILE MERGED 2005/01/14 11:49:31 lo 1.2.4.6: #i39511# first start wizard corrections 2004/12/13 09:30:46 lo 1.2.4.5: re-enable migration 2004/12/09 13:32:38 lo 1.2.4.4: no focus on welcome page 2004/12/02 16:23:22 lo 1.2.4.3: #i38287# scroll down button disabled when scrolled all the way 2004/12/02 13:53:17 lo 1.2.4.2: #i36954# fix short license, #i36992# duplicate shortcut 2004/12/02 12:39:05 lo 1.2.4.1: #i36992# keyboard handling

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [ae3d3a61d7a80defc260ee10bf18485af39f7676]

        INTEGRATION: CWS lobeta2 (1.2.4); FILE MERGED 2005/03/01 14:48:54 lo 1.2.4.2: #i30456# 2004/12/13 09:30:46 lo 1.2.4.1: re-enable migration

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [5ec213b7e0a30e58261d32e1a43f08a7622c1a3e]

        INTEGRATION: CWS os54 (1.3.168); FILE MERGED 2005/02/23 13:57:13 os 1.3.168.1: #i43381# typos fixed

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [8a7755a9c65ab0051b1569948c6c80013ca9075b]

        INTEGRATION: CWS lobeta2 (1.2.4); FILE MERGED 2004/12/13 09:30:46 lo 1.2.4.1: re-enable migration

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [48aeb7237d2615dc84133d476960fead64d08925]

        INTEGRATION: CWS os54 (1.5.108); FILE MERGED 2005/02/18 12:01:31 os 1.5.108.1: #i30510# mail merge events added

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [183bead08a6055fe7249dcb34c76de775aed82d6]

        INTEGRATION: CWS lobeta2 (1.2.4); FILE MERGED 2005/03/03 17:27:55 lo 1.2.4.2: #i38149# copyConfig fixes 2005/03/01 14:48:54 lo 1.2.4.1: #i30456#

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [8ea51e08f00d90e298b6d90fad4b90ede9f61c87]

        INTEGRATION: CWS os54 (1.2.312); FILE MERGED 2005/02/23 13:58:14 os 1.2.312.1: #i43381# typos fixed

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [86a0cbd5889c366e6dd4226f6299d7a61d4d180f]

        INTEGRATION: CWS lobeta2 (1.2.14); FILE MERGED 2005/03/02 12:56:18 dbo 1.2.14.2: #i34411# Issue number: Submitted by: Reviewed by: 2004/12/20 12:06:34 dbo 1.2.14.1: #i34411# OldUserDir => UserData Issue number: Submitted by: Reviewed by:

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [546bd9836eec232c024ca5f2efab4ac436a3a11a]

        INTEGRATION: CWS os54 (1.2.312); FILE MERGED 2005/02/23 13:57:13 os 1.2.312.1: #i43381# typos fixed

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [a877197ce9d241af5f683114cd2359bf2029f3de]

        INTEGRATION: CWS lobeta2 (1.14.4); FILE MERGED 2004/12/16 17:19:13 lo 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/16 16:35:20 lo 1.14.4.1: #112849# convert file urls to internal form on the command line

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [94030764d25b3e4f63ef885e966b8614ae77bac8]

        INTEGRATION: CWS os54 (1.26.92); FILE MERGED 2005/02/25 12:05:28 os 1.26.92.1: #i43367# missing space added

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [6cff61d5cb06cdd67bcce40b5ea8a271f4296c85]

        INTEGRATION: CWS lobeta2 (1.42.60); FILE MERGED 2005/02/07 14:33:06 jl 1.42.60.3: RESYNC: (1.42-1.43); FILE MERGED 2004/12/16 16:35:19 lo 1.42.60.2: #112849# convert file urls to internal form on the command line 2004/12/07 16:32:33 lo 1.42.60.1: #i18338# don't evaluate module parameter in running office when a file is specified

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [f633fae02caecc23eb745fab0b6ad5e079262aeb]

        INTEGRATION: CWS os54 (1.88.62); FILE MERGED 2005/03/02 13:15:19 os 1.88.62.3: RESYNC: (1.88-1.90); FILE MERGED 2005/02/23 11:09:51 mba 1.88.62.2: #i30510#: made code a little bit clearer 2005/02/22 12:09:14 os 1.88.62.1: #i30510# send events before and after merging data into fields

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [0f71aee3d958f785020adfb14275a8bb58632c37]

        INTEGRATION: CWS lobeta2 (1.7.14); FILE MERGED 2004/12/09 13:36:56 lo 1.7.14.1: #i32939# set CJK and CTL document locale according to user lang, if not yet set

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [5dc39ad657bb34303e0bf41e568d8b8a4f74e878]

        INTEGRATION: CWS os54 (1.49.180); FILE MERGED 2005/02/23 11:09:31 mba 1.49.180.1: #i30510#: register new events

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [860e79125970dd3870768f03ff6767e89d79afcb]

        INTEGRATION: CWS lobeta2 (1.12.14); FILE MERGED 2005/02/07 14:32:48 jl 1.12.14.3: RESYNC: (1.12-1.13); FILE MERGED 2004/12/16 16:35:18 lo 1.12.14.2: #112849# convert file urls to internal form on the command line 2004/12/09 13:36:55 lo 1.12.14.1: #i32939# set CJK and CTL document locale according to user lang, if not yet set

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [bc571debfc254496bcae0f0a1ecd2b99180f8a4f]

        INTEGRATION: CWS os54 (1.46.44); FILE MERGED 2005/03/02 13:14:23 os 1.46.44.2: RESYNC: (1.46-1.47); FILE MERGED 2005/02/25 11:45:34 fme 1.46.44.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [e2fc0776618475dd8b27b2111c7d2f537cfa2985]

        INTEGRATION: CWS lobeta2 (1.5.60); FILE MERGED 2004/12/06 15:07:38 lo 1.5.60.1: #i36018# quickstart only for win32

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [600c19beb6e2e594956d84855e35699c995fca8d]

        INTEGRATION: CWS lobeta2 (1.24.60); FILE MERGED 2004/12/16 16:35:18 lo 1.24.60.2: #112849# convert file urls to internal form on the command line 2004/12/06 15:11:40 lo 1.24.60.1: #i36018# quickstart only for win32

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [e3637b8a31e70ddcc9b3ee7bbd8f75be7da7af96]

        INTEGRATION: CWS os54 (1.36.42); FILE MERGED 2005/03/02 13:10:28 os 1.36.42.2: RESYNC: (1.36-1.37); FILE MERGED 2005/02/25 11:45:50 fme 1.36.42.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [e11d9fe3edb1afc93888db59c409007932dab123]

        INTEGRATION: CWS lobeta2 (1.23.4); FILE MERGED 2005/02/07 14:32:12 jl 1.23.4.3: RESYNC: (1.26-1.27); FILE MERGED 2004/12/16 17:16:33 lo 1.23.4.2: RESYNC: (1.23-1.26); FILE MERGED 2004/12/13 12:37:52 lo 1.23.4.1: #i37031# start FirstStart wizard via service

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [795106eea5e89f8bc89373fe5230be1e29d4acdc]

        INTEGRATION: CWS os54 (1.171.62); FILE MERGED 2005/02/25 11:47:05 fme 1.171.62.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [3d292b564a48499877cc0bbaf4484a3b20794745]

        INTEGRATION: CWS os54 (1.11.976); FILE MERGED 2005/02/22 12:10:47 os 1.11.976.1: #i30510# added events to be sent before and after merging data into fields

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [b745703b17053e1b17779a920eb702fb593c0151]

        INTEGRATION: CWS os54 (1.49.180); FILE MERGED 2005/02/25 11:46:43 fme 1.49.180.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [3cbcc13034d749e3d501b1af6226423d9de8f3eb]

        INTEGRATION: CWS os54 (1.58.130); FILE MERGED 2005/02/18 09:50:00 os 1.58.130.1: #i13592# closing hard attributes now configurable

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [9b0d538fe332a1ea332bf36e2cf975733b89b989]

        INTEGRATION: CWS os54 (1.30.328); FILE MERGED 2005/02/18 09:49:59 os 1.30.328.1: #i13592# closing hard attributes now configurable

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [8e3ae91c28765017bbde5ac453b40ed385b7dbd4]

        INTEGRATION: CWS os54 (1.48.62); FILE MERGED 2005/02/25 11:43:00 fme 1.48.62.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [a3f1b71d21fcd13e2f85406e80aefc533bf387dc]

        INTEGRATION: CWS os54 (1.2.900); FILE MERGED 2005/02/22 12:11:08 os 1.2.900.1: #i30510# added events to be sent before and after merging data into fields

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [22a52dd8b51556a58d5c36b94d67bfe501138f96]

        INTEGRATION: CWS lobeta2 (1.13.10); FILE MERGED 2005/03/01 14:46:17 lo 1.13.10.7: #i30456# 2005/02/07 13:30:21 jl 1.13.10.6: removing merge conflict 2005/02/07 12:23:28 jl 1.13.10.5: #i38202# Java migration shall migrate settings #enable Java# and #user classpath#. 2004/12/16 17:11:14 lo 1.13.10.4: RESYNC: (1.13-1.14); FILE MERGED 2004/12/14 09:56:48 dbo 1.13.10.3: #i34411# added deployment migration service 2004/12/01 10:19:43 jl 1.13.10.2: i38202# do not migrate org.openoffice.Office.Java node 2004/11/30 15:55:56 lo 1.13.10.1: #i38149# migration for application settings

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [c2eec1f33c483c05480e1d902d7b3253fd77a066]

        INTEGRATION: CWS os54 (1.29.108); FILE MERGED 2005/02/25 11:42:59 fme 1.29.108.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [f8044c9154237fc685620ed6052b8c781518f84e]

        INTEGRATION: CWS os54 (1.100.74); FILE MERGED 2005/03/02 13:00:20 os 1.100.74.2: RESYNC: (1.100-1.101); FILE MERGED 2005/02/25 11:42:57 fme 1.100.74.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [cb62b9b9a442d7879bd9ce89f922b85c98f71599]

        INTEGRATION: CWS lobeta2 (1.7.14); FILE MERGED 2004/12/15 10:57:29 lo 1.7.14.1: #i35182# fix out of memory error

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [296c5a2fe62f321c25542aa87b8e2e2c1ef816c9]

        INTEGRATION: CWS os54 (1.63.64); FILE MERGED 2005/02/18 09:49:47 os 1.63.64.1: #i13592# closing hard attributes now configurable

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [86999e00f4a43fbe14964f72db956137fcf00773]

        INTEGRATION: CWS lobeta2 (1.4.14); FILE MERGED 2005/02/07 14:25:10 jl 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/15 10:57:29 lo 1.4.14.1: #i35182# fix out of memory error

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [06f2018250eb5e128f3940dd172c5093d2321fd1]

        INTEGRATION: CWS lobeta2 (1.11.72); FILE MERGED 2004/12/15 13:27:52 lo 1.11.72.1: #118610# OASIS extensions

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [074790955acc3b5d43af1858ca959d29ce15cf10]

        INTEGRATION: CWS os54 (1.11.52); FILE MERGED 2005/02/23 11:06:22 mba 1.11.52.1: #i30510#: support access to COM pointer

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [7afe74c37ed737f9d7a7c9c77877a0bde6997771]

        INTEGRATION: CWS os54 (1.21.10); FILE MERGED 2005/03/02 10:12:22 mba 1.21.10.2: #i30510#: compatibility to old version 2005/02/23 11:06:21 mba 1.21.10.1: #i30510#: support access to COM pointer

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [24356e4d2265b057ca310b0c66babfaa884ae254]

        INTEGRATION: CWS os54 (1.15.44); FILE MERGED 2005/03/02 13:41:41 os 1.15.44.2: RESYNC: (1.15-1.16); FILE MERGED 2005/02/18 09:52:05 os 1.15.44.1: #i13592# closing hard attributes now configurable

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [d47f4554841bc4c728b8b8192481afd843f87224]

        INTEGRATION: CWS os54 (1.11.158); FILE MERGED 2005/02/23 10:07:55 os 1.11.158.1: #i43376#

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [f8282f5b17e38e280ed0deec663968596779f494]

        INTEGRATION: CWS os54 (1.6.38); FILE MERGED 2005/03/02 13:32:57 os 1.6.38.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/23 10:07:55 os 1.6.38.1: #i43376#

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [c925e4b350a24b8ea3e0842e120bc092f5ca806e]

        INTEGRATION: CWS os54 (1.5.38); FILE MERGED 2005/03/02 13:32:45 os 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED 2005/02/28 11:56:01 pl 1.5.38.1: #i43378# prevent access to deleted entries in GetFocus, fix an unused local variable

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [335fbe0ff0085cd77a597e6301511a836c5afb1c]

        INTEGRATION: CWS os54 (1.10.120); FILE MERGED 2005/02/25 14:56:08 os 1.10.120.1: #i43461# enable notification

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [9794cecdf3d4fbf82f918c0c02e2d7d695445dc5]

        INTEGRATION: CWS os54 (1.50.116); FILE MERGED 2005/02/25 14:57:46 os 1.50.116.1: #i43462# help options: notification enabled

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [f893b4b8ef9374c1e7b87d39f37da97ab826d0ea]

        INTEGRATION: CWS os54 (1.3.120); FILE MERGED 2005/02/25 14:57:46 os 1.3.120.1: #i43462# help options: notification enabled

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [865788f62d1d596f44ebcb66b0509ba27831a2c6]

        INTEGRATION: CWS os54 (1.13.120); FILE MERGED 2005/02/25 14:57:45 os 1.13.120.1: #i43462# help options: notification enabled

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [947bc21dda6923c99a9350332d1688bc8900b977]

        INTEGRATION: CWS os54 (1.2.350); FILE MERGED 2005/02/25 08:56:32 os 1.2.350.1: #i43463# enable notification of configuration changes

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [86b65f16fcb97ee31ab8c780fccec0966dca86d3]

        INTEGRATION: CWS os54 (1.5.22); FILE MERGED 2005/02/25 11:42:49 fme 1.5.22.1: #i42634# Update links after binfilter import

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [454f91669271ad79d5a35d9e954463758f822a7f]

        INTEGRATION: CWS hr12 (1.5.28); FILE MERGED 2005/02/11 17:57:08 hr 1.5.28.1: #120222#,#i44727#: replace strcpy() and strcat() with memcpy() and strncat(), fix double free(), expand tabs

2005-03-11  Vladimir Glazounov  <vg@openoffice.org>  [5067b902f05aa94205605469a82ad565c2c52194]

        INTEGRATION: CWS hr12 (1.6.76); FILE MERGED 2005/02/15 14:17:55 hr 1.6.76.1: #105901#: replace strcpy() and strcat() with strncpy() and strncat()

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [be7dcd51e102e89c3f00bf796a5919bcf623235c]

        INTEGRATION: CWS xmlsec08 (1.14.40); FILE MERGED 2005/03/03 13:22:46 mt 1.14.40.2: RESYNC: (1.14-1.15); FILE MERGED 2005/01/21 05:01:35 mmi 1.14.40.1: Issue number:  38417 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5ed84e06d41ad9c43b3716958a708b32c6023c13]

        INTEGRATION: CWS xmlsec08 (1.76.18); FILE MERGED 2005/03/03 13:21:33 mt 1.76.18.7: RESYNC: (1.83-1.86); FILE MERGED 2005/02/24 12:20:15 mt 1.76.18.6: libxmlsec changed to 1.2.6 2005/02/23 05:05:47 mt 1.76.18.5: RESYNC: (1.81-1.83); FILE MERGED 2005/02/02 13:48:36 mt 1.76.18.4: RESYNC: (1.77-1.81); FILE MERGED 2005/01/21 09:23:32 mt 1.76.18.3: RESYNC: (1.76-1.77); FILE MERGED 2005/01/21 05:01:33 mmi 1.76.18.2: Issue number:  38417 Submitted by: Reviewed by: 2005/01/20 07:05:38 mmi 1.76.18.1: libxmlsec: use configure Issue number:  38417 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5d3310df825a9f5ca52873db18bd12ec8a218d57]

        INTEGRATION: CWS xmlsec08 (1.7.12); FILE MERGED 2005/01/17 11:25:30 mav 1.7.12.1: #i40028# use uptodate properties

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [730bd03271d9b50159fd5bb27a7c1c8639d20b00]

        INTEGRATION: CWS xmlsec08 (1.8.12); FILE MERGED 2005/01/17 11:25:30 mav 1.8.12.1: #i40028# use uptodate properties

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [dea4f6a9e676379c305e0647f81412aba42327d6]

        INTEGRATION: CWS xmlsec08 (1.79.10); FILE MERGED 2005/03/03 13:15:51 mt 1.79.10.3: RESYNC: (1.79-1.80); FILE MERGED 2005/02/24 17:38:39 mt 1.79.10.2: #i40198# return value for SignContents_Impl 2005/02/18 15:28:11 mav 1.79.10.1: #i36682# use original stream for signing

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [589f4d6336d32e11affc55888cf68033359cad6e]

        INTEGRATION: CWS xmlsec08 (1.57.10); FILE MERGED 2005/03/03 13:15:42 mt 1.57.10.2: RESYNC: (1.57-1.58); FILE MERGED 2005/02/18 15:28:11 mav 1.57.10.1: #i36682# use original stream for signing

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [083d2f578d20a0c80cba38e725dfcf483c5177f5]

        INTEGRATION: CWS xmlsec08 (1.159.10); FILE MERGED 2005/03/03 13:14:33 mt 1.159.10.5: RESYNC: (1.159-1.161); FILE MERGED 2005/02/25 08:21:02 mt 1.159.10.4: #i36682# Store the storage... 2005/02/24 17:38:38 mt 1.159.10.3: #i40198# return value for SignContents_Impl 2005/02/22 12:55:20 mt 1.159.10.2: #i36682# Commit storage... 2005/02/18 15:28:10 mav 1.159.10.1: #i36682# use original stream for signing

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5acd07cb3f6b4f8e58b2bfc97f5c25d7f70e79a5]

        INTEGRATION: CWS xmlsec08 (1.27.46); FILE MERGED 2005/02/18 15:28:09 mav 1.27.46.1: #i36682# use original stream for signing

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [78d6457c9e42c84b8029f9f55512dac5b62892e4]

        INTEGRATION: CWS xmlsec08 (1.100.108); FILE MERGED 2005/02/17 10:49:06 pb 1.100.108.1: fix: #i42920# 'save before sign' text changed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1e8ddc384d91f8c512367aa5799456a0bce3c346]

        INTEGRATION: CWS xmlsec08 (1.4.10); FILE MERGED 2005/01/20 09:15:48 mmi 1.4.10.1: Issue number:  38417 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6ad82868121568c64ef46978192439eb64e83ea6]

        INTEGRATION: CWS xmlsec08 (1.15.24); FILE MERGED 2005/02/03 10:36:12 pb 1.15.24.1: fix: #i37609# component.srs added

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e70c9e4e86c229a7a71fc0570420422264df70fb]

        INTEGRATION: CWS xmlsec08 (1.1.1.1.24); FILE MERGED 2005/01/20 09:15:47 mmi 1.1.1.1.24.1: Issue number:  38417 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ac1633ed616ad5df0800bfba950a4c745037f200]

        INTEGRATION: CWS xmlsec08 (1.2.24); FILE MERGED 2005/01/20 09:15:46 mmi 1.2.24.1: Issue number:  38417 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ab6273679ebc0e46582625ad58fb669a63d57964]

        INTEGRATION: CWS xmlsec08 (1.1.1.1.24); FILE MERGED 2005/01/20 03:34:34 mmi 1.1.1.1.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1ec8643f779880989ea60d181ac9abf8f8f8ca9a]

        INTEGRATION: CWS xmlsec08 (1.2.24); FILE MERGED 2005/02/06 08:51:14 mmi 1.2.24.1: display chinese font in demo. Issue number:  41071 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fc765d5320da798d9811d080a0bb554cd4f36647]

        INTEGRATION: CWS xmlsec08 (1.3.24); FILE MERGED 2005/01/20 03:34:31 mmi 1.3.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fe2a8f350a4cbaf2ab6622f2690d3709520c1b4c]

        INTEGRATION: CWS xmlsec08 (1.7.10); FILE MERGED 2005/02/06 08:51:13 mmi 1.7.10.4: display chinese font in demo. Issue number:  41071 Submitted by: Reviewed by: 2005/02/02 04:09:07 mmi 1.7.10.3:  Chinese font displayed Issue number: 41071 Submitted by: Reviewed by: 2005/02/02 02:59:07 mmi 1.7.10.2: Chinese font displayed Issue number:  41071 Submitted by: Reviewed by: 2005/01/20 03:34:31 mmi 1.7.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d8f21520f74b0e4ec7bdf45352510fd6f0746161]

        INTEGRATION: CWS xmlsec08 (1.6.24); FILE MERGED 2005/02/06 08:51:13 mmi 1.6.24.2: display chinese font in demo. Issue number:  41071 Submitted by: Reviewed by: 2005/01/20 03:34:30 mmi 1.6.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fb150419f67d5d5708c51425847060f7ca2dd053]

        INTEGRATION: CWS xmlsec08 (1.5.10); FILE MERGED 2005/02/04 09:21:09 mmi 1.5.10.3: minor bug fix Issue number: Submitted by: Reviewed by: 2005/01/28 02:17:53 mmi 1.5.10.2: test Issue number: Submitted by: Reviewed by: 2005/01/20 09:15:45 mmi 1.5.10.1: Issue number:  38417 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c07cdb6f4cfc51879bd66d2cd39492a9a9341d0b]

        INTEGRATION: CWS xmlsec08 (1.2.10); FILE MERGED 2005/01/20 03:34:30 mmi 1.2.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4a4df3f950d7a72dc6b96aee4b90b6366371c8c1]

        INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED 2005/01/20 03:34:29 mmi 1.3.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [84db4cc72c7e674a848b061c0a7efa5c1c71eb00]

        INTEGRATION: CWS xmlsec08 (1.1.1.1.24); FILE MERGED 2005/01/20 03:34:29 mmi 1.1.1.1.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d3ff8f63fc3b547d0fc11417216c35c836cdb6d0]

        INTEGRATION: CWS xmlsec08 (1.2.10); FILE MERGED 2005/01/20 03:34:28 mmi 1.2.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [da7d7a2455eb9b762c6e78b325f4be2fa5231e29]

        INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED 2005/01/20 03:34:28 mmi 1.3.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [54564a8e3c7a4e1c298f61cee3b576ef72e01424]

        INTEGRATION: CWS xmlsec08 (1.5.2); FILE MERGED 2005/02/06 09:32:47 mmi 1.5.2.3: chinese font displayed. Issue number:  41071 Submitted by: Reviewed by: 2005/01/27 05:17:47 mmi 1.5.2.2: Issue number:  i41071 Submitted by: Reviewed by: 2005/01/27 04:46:30 mmi 1.5.2.1: chinese font displayed  as squares Issue number:  41071 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b05a3a4a59b59963af0984b7129a0fd60a5e15f7]

        INTEGRATION: CWS xmlsec08 (1.11.24); FILE MERGED 2005/03/03 10:27:46 mt 1.11.24.4: #i43491# Merged XMLSEC09 changes... 2005/02/01 11:15:14 mmi 1.11.24.3: Chinese font displayed. Issue number:  41071 Submitted by:  Chandler Peng Reviewed by: 2005/01/21 06:07:25 mmi 1.11.24.2: Issue number:  39448 Submitted by: Reviewed by: 2005/01/20 03:34:28 mmi 1.11.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2356f1a53069672329e761203198afd7bf89d620]

        INTEGRATION: CWS xmlsec08 (1.3.24); FILE MERGED 2005/01/20 03:34:27 mmi 1.3.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d2ca96bc9d8c0998ad7308e44eafe153fb1338e0]

        INTEGRATION: CWS xmlsec08 (1.9.24); FILE MERGED 2005/03/03 10:27:45 mt 1.9.24.8: #i43491# Merged XMLSEC09 changes... 2005/02/16 08:40:03 mmi 1.9.24.7: Issue number: 41270 Submitted by: Reviewed by: 2005/02/06 09:32:47 mmi 1.9.24.6: chinese font displayed. Issue number:  41071 Submitted by: Reviewed by: 2005/01/31 06:02:01 mmi 1.9.24.5: Issue number:  40394 Submitted by: Reviewed by: 2005/01/27 10:23:21 mmi 1.9.24.4: Chinese font displayed as squares in the certificate choose window Issue number:  41071 Submitted by: Reviewed by: 2005/01/27 07:07:01 mmi 1.9.24.3: Issue number:  40394 Submitted by: Reviewed by: 2005/01/27 04:46:29 mmi 1.9.24.2: chinese font displayed  as squares Issue number:  41071 Submitted by: Reviewed by: 2005/01/20 03:34:27 mmi 1.9.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [81db47be742de369e578a386b2618e572a0fba42]

        INTEGRATION: CWS xmlsec08 (1.2.10); FILE MERGED 2005/01/20 03:34:26 mmi 1.2.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9925976cc894b03b49912d4f8744f09d3b4e7c0f]

        INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED 2005/01/20 03:34:26 mmi 1.3.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b8c4e6736d7eb6b51caf465ec3a0050efd522ef4]

        INTEGRATION: CWS xmlsec08 (1.1.1.1.24); FILE MERGED 2005/01/20 03:34:25 mmi 1.1.1.1.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e5098040806b6f9b1264ac543340a476eb9a53a6]

        INTEGRATION: CWS xmlsec08 (1.2.10); FILE MERGED 2005/01/20 03:34:25 mmi 1.2.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c17092c6b2ce45bd699e064957e9f64785469c33]

        INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED 2005/01/20 03:34:25 mmi 1.3.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fff393cbe48470f6f69d12885ddd885bf442c809]

        INTEGRATION: CWS xmlsec08 (1.6.2); FILE MERGED 2005/02/06 09:32:46 mmi 1.6.2.4: chinese font displayed. Issue number:  41071 Submitted by: Reviewed by: 2005/01/31 06:02:00 mmi 1.6.2.3: Issue number:  40394 Submitted by: Reviewed by: 2005/01/27 09:13:28 mmi 1.6.2.2:  Chinese font displayed as squares in the certificate choose window Issue number:  41071 Submitted by: Reviewed by: 2005/01/27 04:46:25 mmi 1.6.2.1: chinese font displayed  as squares Issue number:  41071 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8e63c488d26944ad2c38609fc936e7f16996b979]

        INTEGRATION: CWS xmlsec08 (1.3.24); FILE MERGED 2005/01/20 03:34:24 mmi 1.3.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f91960771370b0e5e95b8a5556b451c0a002f102]

        INTEGRATION: CWS xmlsec08 (1.7.22); FILE MERGED 2005/02/06 09:32:46 mmi 1.7.22.5: chinese font displayed. Issue number:  41071 Submitted by: Reviewed by: 2005/02/02 10:24:37 mmi 1.7.22.4: Chinese font displayed Issue number: 41071 Submitted by: Reviewed by: 2005/02/01 11:15:14 mmi 1.7.22.3: Chinese font displayed. Issue number:  41071 Submitted by:  Chandler Peng Reviewed by: 2005/01/27 04:46:24 mmi 1.7.22.2: chinese font displayed  as squares Issue number:  41071 Submitted by: Reviewed by: 2005/01/20 03:34:24 mmi 1.7.22.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6c0919b10a2e2e2254409364b49ee871931a1b90]

        INTEGRATION: CWS xmlsec08 (1.1.1.1.24); FILE MERGED 2005/01/20 03:34:24 mmi 1.1.1.1.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fa37e21a84ee1438b1bb6a4f55b1486158f4a98e]

        INTEGRATION: CWS xmlsec08 (1.2.10); FILE MERGED 2005/01/27 04:46:19 mmi 1.2.10.1: chinese font displayed  as squares Issue number:  41071 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [bdce89bcfc07001cc2557ecc482d491e7bebc36c]

        INTEGRATION: CWS xmlsec08 (1.2.24); FILE MERGED 2005/02/22 07:44:42 mmi 1.2.24.2: can support negative serail number. Issue number: 43020 Submitted by: Reviewed by: 2005/01/27 04:46:17 mmi 1.2.24.1: chinese font displayed  as squares Issue number:  41071 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d6f136b662d9ea0413e68a7c8b3d382b94b83c48]

        INTEGRATION: CWS xmlsec08 (1.4.24); FILE MERGED 2005/01/20 03:34:23 mmi 1.4.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5b1ae7a07c87a23b45b9498933c8dd06952b59a9]

        INTEGRATION: CWS xmlsec08 (1.6.10); FILE MERGED 2005/01/20 03:34:23 mmi 1.6.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5bc49bbbb951ebdfa94e9669f92c40577525f015]

        INTEGRATION: CWS xmlsec08 (1.20.10); FILE MERGED 2005/02/02 13:04:22 mt 1.20.10.2: #i41276# Don't crash when security framework can't be initialized 2005/01/20 03:34:23 mmi 1.20.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [379fcb7b9f9b9bb930e4446412c1a63be14d2824]

        INTEGRATION: CWS xmlsec08 (1.4.10); FILE MERGED 2005/02/22 13:07:20 mt 1.4.10.1: #i36682# Accept separate Stream for signatures...

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [559cd2f4d075322a00356bf1e3bf95f4caf28220]

        INTEGRATION: CWS xmlsec08 (1.1.1.1.24); FILE MERGED 2005/01/20 03:34:22 mmi 1.1.1.1.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8c48d77dd03ea0f4299e0cdf3ad7742f6293eca3]

        INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED 2005/01/20 03:34:22 mmi 1.3.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ee89237eb9e116ea0f5774ffb40dbcf7b938320b]

        INTEGRATION: CWS xmlsec08 (1.2.10); FILE MERGED 2005/01/20 03:34:21 mmi 1.2.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [28df8577c37c44b97b4493e756fcabaa412d926c]

        INTEGRATION: CWS xmlsec08 (1.1.1.1.24); FILE MERGED 2005/01/20 03:34:21 mmi 1.1.1.1.24.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1de2f7976bd036210a488f180254612617e7a725]

        INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED 2005/01/20 03:34:21 mmi 1.3.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [bc3f53438a2c583aab430e5243d0f2479782d623]

        INTEGRATION: CWS xmlsec08 (1.3.24); FILE MERGED 2005/01/21 11:05:16 pb 1.3.24.1: fix: #i40374# use new GetContentPart()

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ec2c0988dc07a1fe99b39a603d640b0be7b81d97]

        INTEGRATION: CWS xmlsec08 (1.3.24); FILE MERGED 2005/01/21 10:58:41 pb 1.3.24.1: fix: #i40374# GetContentPart( const String& ) added

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7c0824907cd510e7db5a0bf5ee11256b3fcd7f71]

        INTEGRATION: CWS xmlsec08 (1.7.10); FILE MERGED 2005/01/27 04:46:14 mmi 1.7.10.2: chinese font displayed  as squares Issue number:  41071 Submitted by: Reviewed by: 2005/01/21 10:58:43 pb 1.7.10.1: fix: #i40374# GetContentPart( const String& ) added

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1fd2cb6bd55523908498cc3ef22b9bd9ee2045f0]

        INTEGRATION: CWS xmlsec08 (1.19.8); FILE MERGED 2005/02/17 17:55:31 mt 1.19.8.3: #i41270# Don't check for pric key in doc cert... 2005/02/02 15:09:11 mt 1.19.8.2: RESYNC: (1.19-1.20); FILE MERGED 2005/01/21 11:05:14 pb 1.19.8.1: fix: #i40374# use new GetContentPart()

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b81082274b61faa90abc942f44e9c522eda65455]

        INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED 2005/02/22 08:38:43 pb 1.3.10.1: fix: #i43298# high contrast support

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fe58cf04f66ee5de41e78bc45821a8493aab1b5b]

        INTEGRATION: CWS xmlsec08 (1.16.10); FILE MERGED 2005/02/22 13:07:19 mt 1.16.10.5: #i36682# Accept separate Stream for signatures... 2005/02/22 08:38:43 pb 1.16.10.4: fix: #i43298# high contrast support 2005/02/17 17:55:31 mt 1.16.10.3: #i41270# Don't check for pric key in doc cert... 2005/02/03 08:00:08 pb 1.16.10.2: fix: #i40109# safer code 2005/01/21 11:05:12 pb 1.16.10.1: fix: #i40374# use new GetContentPart()

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e0a73d7920f4ba9803b97811b1971e24135e518e]

        INTEGRATION: CWS xmlsec08 (1.12.2); FILE MERGED 2005/02/22 08:38:43 pb 1.12.2.3: fix: #i43298# high contrast support 2005/02/03 10:34:24 pb 1.12.2.2: fix: #i37609# move global ids -> global.hrc 2005/02/03 08:01:44 pb 1.12.2.1: fix: #i40109# betwen OK and Cancel less space

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4084bee05909f70f54af618a9fba17bdee39ad14]

        INTEGRATION: CWS xmlsec08 (1.16.2); FILE MERGED 2005/02/17 17:55:31 mt 1.16.2.3: #i41270# Don't check for pric key in doc cert... 2005/01/21 11:13:37 pb 1.16.2.2: fix: #i40374# use new GetContentPart() 2005/01/21 11:09:42 pb 1.16.2.1: fix: #i40374# use new GetContentPart()

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8438f7dcaf54a5c13a7714f0f1495a12584693f3]

        INTEGRATION: CWS xmlsec08 (1.4.24); FILE MERGED 2005/02/17 17:55:31 mt 1.4.24.3: #i41270# Don't check for pric key in doc cert... 2005/02/03 08:03:23 pb 1.4.24.2: fix: #i40109# enable OK button if a certificate is selected 2005/01/21 11:06:52 pb 1.4.24.1: fix: #i40374# use new GetContentPart()

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7c7d915c9781bc05957f0f75a9ab379d8e11dd3d]

        INTEGRATION: CWS xmlsec08 (1.1.2); FILE ADDED 2005/02/03 10:31:03 pb 1.1.2.1: fix: #i37609# warning: no mozilla profile

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [03bcae5a219a1f488d4bd78f0161b689a05df5e0]

        INTEGRATION: CWS xmlsec08 (1.1.1.1.24); FILE MERGED 2005/02/03 10:32:31 pb 1.1.1.1.24.1: fix: #i37609# warnbox.src added

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c9ed2f359a9e899c3046c8151c831e24250fddbb]

        INTEGRATION: CWS xmlsec08 (1.4.24); FILE MERGED 2005/02/22 13:07:19 mt 1.4.24.1: #i36682# Accept separate Stream for signatures...

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [327539c048c4687d1979cfbd27e7c906837cde5a]

        INTEGRATION: CWS xmlsec08 (1.17.2); FILE MERGED 2005/02/23 15:03:34 mt 1.17.2.5: #i40198# Only commit changes after OK 2005/02/22 13:07:18 mt 1.17.2.4: #i36682# Accept separate Stream for signatures... 2005/02/17 17:55:31 mt 1.17.2.3: #i41270# Don't check for pric key in doc cert... 2005/02/03 10:33:28 pb 1.17.2.2: fix: #i37609# show warning instead of digisig dialog if mozilla profile is not found 2005/02/02 13:04:21 mt 1.17.2.1: #i41276# Don't crash when security framework can't be initialized

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [01c19c347e32e0e792f89ba9107961a027549fcf]

        INTEGRATION: CWS xmlsec08 (1.7.10); FILE MERGED 2005/01/20 03:34:20 mmi 1.7.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [41414e0b6efba2119011526c57a52b8e1b582f2a]

        INTEGRATION: CWS xmlsec08 (1.4.10); FILE MERGED 2005/01/20 03:34:20 mmi 1.4.10.1: smartcard support Issue number:  38448 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [99ce5864fa01ec7711843a44c283caf064b4b5e2]

        INTEGRATION: CWS xmlsec08 (1.1.2); FILE ADDED 2005/02/03 10:29:15 pb 1.1.2.1: fix: #i37609# global resource ids

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6dbf36f0920ce7582361f65e1141a34b41025884]

        INTEGRATION: CWS xmlsec08 (1.2.24); FILE MERGED 2005/02/22 13:07:18 mt 1.2.24.1: #i36682# Accept separate Stream for signatures...

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a7a375355dbbdda4316ae7034b1a0fcd371f6fa1]

        INTEGRATION: CWS xmlsec08 (1.5.24); FILE MERGED 2005/02/22 13:07:18 mt 1.5.24.1: #i36682# Accept separate Stream for signatures...

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b1a7ab3f63dacb94f6b73db2532752e0bf6eb59f]

        INTEGRATION: CWS xmlsec08 (1.8.2); FILE MERGED 2005/02/17 17:55:30 mt 1.8.2.2: #i41270# Don't check for pric key in doc cert... 2005/01/21 10:57:34 pb 1.8.2.1: fix: #i40374# xmlsec07 update

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [48cf856fe80bf118a25b49cf73d54244d9c8f0b5]

        INTEGRATION: CWS xmlsec08 (1.81.64); FILE MERGED 2005/02/02 13:41:02 mt 1.81.64.3: RESYNC: (1.83-1.84); FILE MERGED 2005/01/21 08:57:19 mt 1.81.64.2: RESYNC: (1.81-1.83); FILE MERGED 2005/01/20 07:04:52 mmi 1.81.64.1: libxmlsec: use configure Issue number:  38417 Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [94a07d33373cfdad62e4f9f68b3cf2323fea7f10]

        INTEGRATION: CWS xmlsec08 (1.2.58); FILE MERGED 2005/01/21 05:41:11 pb 1.2.58.1: fix: #i40104# signature entry added

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c710e0da1a2f9d5534598d574c90b74049bf4fbd]

        INTEGRATION: CWS xmlsec08 (1.99.22); FILE MERGED 2005/01/21 10:46:56 mt 1.99.22.2: RESYNC: (1.99-1.100); FILE MERGED 2005/01/21 05:38:44 pb 1.99.22.1: fix: #i40104# RID_STR_SIGNED added

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [40b0c16b9ba5529d02d67cebff711f3fb69e5ac9]

        INTEGRATION: CWS xmlsec08 (1.11.24); FILE MERGED 2005/03/03 13:03:00 mt 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/21 05:40:22 pb 1.11.24.1: fix: #i40104# add 'Signed' hint on title

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [89c5006d5ece691da3ddc264dbdfe4d8e1f0b47b]

        INTEGRATION: CWS xmlsec08 (1.15.58); FILE MERGED 2005/01/21 10:45:34 mt 1.15.58.2: RESYNC: (1.15-1.16); FILE MERGED 2005/01/21 05:38:07 pb 1.15.58.1: fix: #i40104# RID_STR_SIGNED added

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0d913e1630351898ff1abed8c6634332d5a4edb5]

        INTEGRATION: CWS xmlsec08 (1.3.410); FILE MERGED 2005/02/22 09:43:24 pb 1.3.410.1: fix: #i43298# high contrast support

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [996e26addaf563e5f18f3762519254fa9e45931a]

        INTEGRATION: CWS xmlsec08 (1.25.416); FILE MERGED 2005/02/22 09:43:24 pb 1.25.416.1: fix: #i43298# high contrast support

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [195c66301ad8d2f6d845a5f5a2d373e74d5087e2]

        INTEGRATION: CWS xmlsec08 (1.3.36); FILE MERGED 2005/01/20 03:32:32 mmi 1.3.36.1: smartcard support
        
        Issue number:  39448
        Submitted by:
        Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [336b809e707cd3322d182fa80fbfc5836ccc514c]

        INTEGRATION: CWS xmlsec08 (1.2.98); FILE MERGED 2005/01/20 03:32:32 mmi 1.2.98.1: smartcard support
        
        Issue number:  39448
        Submitted by:
        Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c7dbeada617159ec583402cfced1043c3580df97]

        INTEGRATION: CWS xmlsec08 (1.2.98); FILE MERGED 2005/02/22 13:05:19 mt 1.2.98.2: #i36682# getXXXDefaultSTREAMName 2005/02/18 15:24:45 mav 1.2.98.1: #i36682# allow to place signature in standalone stream

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4b40f72508f05332ea8a0b770962494541aadb58]

        INTEGRATION: CWS xmlsec08 (1.1.1.1.14); FILE MERGED 2005/03/03 12:50:21 mt 1.1.1.1.14.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/01/18 05:49:29 mmi 1.1.1.1.14.1: Issue number: 38417 Submitted by: mmi Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ebd1b95bb5f9235d1dba1b840fd746c9b53320d2]

        INTEGRATION: CWS xmlsec08 (1.1.2); FILE ADDED 2005/02/23 03:14:22 mmi 1.1.2.6: Issue number: Submitted by: Reviewed by: 2005/02/23 03:00:02 mmi 1.1.2.5: Support negative or zero s/n Issue number:  43020 Submitted by: Reviewed by: 2005/02/04 08:24:30 mmi 1.1.2.4: xmlsec1-1.2.6 Issue number: Submitted by: Reviewed by: 2005/02/04 08:19:51 mmi 1.1.2.3: xmlsec1-1.2.6 Issue number: Submitted by: Reviewed by: 2005/02/04 07:45:03 mmi 1.1.2.2: xmlsec1-1.2.6 Issue number: Submitted by: Reviewed by: 2005/02/04 07:37:46 mmi 1.1.2.1: xmlsec1-1.2.6 Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3bda537671520f15486b3e84e242ff453a7bdd6d]

        INTEGRATION: CWS xmlsec08 (1.1.1.1.14); FILE MERGED 2005/02/23 03:00:01 mmi 1.1.1.1.14.9: Support negative or zero s/n Issue number:  43020 Submitted by: Reviewed by: 2005/01/25 06:23:16 mmi 1.1.1.1.14.8: remove debug option Issue number: Submitted by: Reviewed by: 2005/01/25 06:19:59 mmi 1.1.1.1.14.7: add debug option Issue number: Submitted by: Reviewed by: 2005/01/20 06:59:06 mmi 1.1.1.1.14.6: libxmlsec: use configure Issue number:  38417 Submitted by: Reviewed by: 2005/01/19 07:06:11 mmi 1.1.1.1.14.5: Issue number: 38417 Submitted by: Reviewed by: 2005/01/18 06:44:24 mmi 1.1.1.1.14.4: Issue number:  	38417 Submitted by: Reviewed by: 2005/01/18 06:19:01 mmi 1.1.1.1.14.3: Issue number:  38417 Submitted by: Reviewed by: 2005/01/18 05:55:44 mmi 1.1.1.1.14.2: Issue number: 38417 Submitted by: Reviewed by: 2005/01/18 05:49:24 mmi 1.1.1.1.14.1: Issue number: 38417 Submitted by: mmi Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [07401e81343b2ee474855b3c4b3e86ab9f9052fe]

        INTEGRATION: CWS xmlsec08 (1.82.58); FILE MERGED 2005/02/23 04:22:19 mt 1.82.58.2: RESYNC: (1.82-1.83); FILE MERGED 2005/02/11 14:38:03 od 1.82.58.1: #i38810# <SwView::SwView(..)> - no reset of modified flag, if document 	 is already modified.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d2918d87de4eaf4818f2d5eff3c13dca13c31bf1]

        INTEGRATION: CWS xmlsec08 (1.45.18); FILE MERGED 2005/02/23 04:17:47 mt 1.45.18.2: RESYNC: (1.45-1.47); FILE MERGED 2005/02/11 14:36:15 od 1.45.18.1: #i38810# <SwDocShell::StartLoadFinishedTimer()> - disable set modify, if 	 document has to be modified due to updated links.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [99a0a66164c8a33522587017529d1167a8b1a448]

        INTEGRATION: CWS xmlsec08 (1.35.22); FILE MERGED 2005/03/03 12:42:35 mt 1.35.22.3: RESYNC: (1.36-1.37); FILE MERGED 2005/02/23 04:16:54 mt 1.35.22.2: RESYNC: (1.35-1.36); FILE MERGED 2005/02/11 14:34:35 od 1.35.22.1: #i38810# - <SwReader::Read(..)> - set modified flag at document, if 	   links have been updated. 	 - SwWriter::Write(..)> - reset <LinksUpdated> flag at document.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [eebeded702d5c37c91b92be41937c8d5b7f1c5df]

        INTEGRATION: CWS xmlsec08 (1.19.166); FILE MERGED 2005/02/11 14:39:25 od 1.19.166.1: #i38810# <ViewShell::ViewShell(..)> - no reset of modified flag, if document 	 is already modified.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [109d2af346380ed593ccb1c7b4542d865b27de88]

        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  Vladimir Glazounov  <vg@openoffice.org>  [4ac88aca75d6f09bbe904b03c8ff1dc20a885314]

        INTEGRATION: CWS xmlsec08 (1.49.158); FILE MERGED 2005/02/11 14:30:06 od 1.49.158.1: #i38810# class <SwDoc> - new flag <mbLinksUpdated>

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8d89ccb40e5cae70f004424c9974fa7840feb90f]

        INTEGRATION: CWS xmlsec08 (1.100.52); FILE MERGED 2005/03/03 12:34:30 mt 1.100.52.2: RESYNC: (1.100-1.101); FILE MERGED 2005/02/11 14:29:13 od 1.100.52.1: #i38810# class <SwDoc> - new flag <mbLinksUpdated>

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [00f444fbc6abef31d3cb6cbf185f19aea8d7ebc0]

        INTEGRATION: CWS xmlsec08 (1.1.30); FILE MERGED 2005/02/22 08:29:58 pb 1.1.30.1: fix: #i43298# changed by Stella

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [68413545534504cfc5c0daa49ff01b38c35ffc35]

        INTEGRATION: CWS xmlsec08 (1.1.30); FILE MERGED 2005/02/22 08:29:14 pb 1.1.30.1: fix: #i43298# changed by Stella

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ba25327750dd69364dceee0333bff9eea154b735]

        INTEGRATION: CWS dba24 (1.6.4); FILE MERGED 2005/03/08 09:28:36 fs 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/22 08:19:02 oj 1.6.4.1: #i42461# change model data source concept

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c94ad0630f57ad4f922dc86d2263d3965f643e23]

        INTEGRATION: CWS dba24 (1.20.18); FILE MERGED 2005/03/08 10:55:13 oj 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2005/03/03 15:08:53 cd 1.20.18.1: #119494# Keep reference alive when calling GetDispatchWatcher

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [faf02a325a1fffd22b91d44e9eafd616a8c9c829]

        INTEGRATION: CWS dba24 (1.167.6); FILE MERGED 2005/03/08 10:54:37 oj 1.167.6.2: RESYNC: (1.167-1.168); FILE MERGED 2005/03/03 11:29:47 fs 1.167.6.1: #i43975# starting with an empty Base document now also uses GetFactoryEmptyDocumentURL of the ModuleOptions, instead of a hard-coded service name

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [00ea7b9f23f7026e0bd81743865463b52deb2bb7]

        INTEGRATION: CWS dba24 (1.49.18); FILE MERGED 2005/03/08 08:46:48 fs 1.49.18.4: RESYNC: (1.52-1.53); FILE MERGED 2005/02/21 13:59:33 oj 1.49.18.3: RESYNC: (1.49-1.52); FILE MERGED 2005/02/17 14:18:47 fs 1.49.18.2: #i37338# +formtextobjectbar 2005/02/09 17:08:06 fs 1.49.18.1: copying the fix for #i40565# from branch cws_src680_dba23, since they are a prerequisite for fixing other issues

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [116ebac83c533153a203097245047bef141561c4]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/21 15:46:59 fs 1.1.2.1: #i37338#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a000a61a9f7cb672cdaa68571b56d495214ef80d]

        INTEGRATION: CWS dba24 (1.15.50); FILE MERGED 2005/03/08 09:02:02 fs 1.15.50.2: RESYNC: (1.15-1.16); FILE MERGED 2005/02/23 12:35:23 oj 1.15.50.1: #118585# forget to commit files

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [bd15c375ac4179a0383498d6a764f4b968d285f0]

        INTEGRATION: CWS dba24 (1.38.188); FILE MERGED 2005/02/01 15:44:36 fs 1.38.188.1: #i41822# ExtendedWinBits

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cebfe73443649d3de2317f5bb910c46856afdfcf]

        INTEGRATION: CWS dba24 (1.43.84); FILE MERGED 2005/02/04 14:44:04 fs 1.43.84.2: #i41967# EntryCollapsed: don't Select a NULL-pCursor 2005/02/01 15:44:31 fs 1.43.84.1: #i41822# some more respect for the NO_SELECTION SelectionMode, and a (Extended)WinBit which controls whether Paint automatically declares a CurEntry

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3c601f2d55fed0e801e0fd9f5437494571e6c295]

        INTEGRATION: CWS dba24 (1.7.136); FILE MERGED 2005/02/01 15:45:49 fs 1.7.136.1: removed an obsolete directive, which caused some files to be built twice

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [db8bb71e10e3016b92d9874ba44ef41b83b590f5]

        INTEGRATION: CWS dba24 (1.2.136); FILE MERGED 2005/02/04 14:52:50 fs 1.2.136.1: #b5008519#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [afa58c968dbc02171166113c1dae6cba881befe1]

        INTEGRATION: CWS dba24 (1.23.4); FILE MERGED 2005/03/03 11:31:10 fs 1.23.4.1: #i43975# URL for an empty database document must include the Interactive flag

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [75d732b0ec3581f4c46442da086e9033f0241211]

        INTEGRATION: CWS dba24 (1.23.304); FILE MERGED 2005/02/15 08:32:48 oj 1.23.304.1: #i41757# fix for screen rubbish for hscroll

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [93ec5c4f8a8ad707bb9d9911cf42c7037153f340]

        INTEGRATION: CWS dba24 (1.29.2); FILE MERGED 2005/02/21 11:41:12 oj 1.29.2.2: #i41757# set horz to 0 if no controll aera 2005/02/15 08:32:48 oj 1.29.2.1: #i41757# fix for screen rubbish for hscroll

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9b2ce7438af83b2656a9b83523d89cd6dda51544]

        INTEGRATION: CWS dba24 (1.33.2); FILE MERGED 2005/02/15 08:32:47 oj 1.33.2.1: #i41757# fix for screen rubbish for hscroll

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b057b6757c3202f6d767e65786139144c7a0d958]

        INTEGRATION: CWS dba24 (1.16.84); FILE MERGED 2005/02/01 15:43:10 fs 1.16.84.1: #i41822# ExtendedWinBits

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a70a5c4549ec082866a2daa595eb7e4744eb2ba3]

        INTEGRATION: CWS dba24 (1.23.44); FILE MERGED 2005/02/21 13:32:10 oj 1.23.44.2: RESYNC: (1.23-1.24); FILE MERGED 2005/02/10 12:57:02 fs 1.23.44.1: #i42407# hasValidDataSourceSignature: care for forms embedded in DB documents

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [96feef6d37f2c2b526a87b193cf85eb4d2c2dac0]

        INTEGRATION: CWS dba24 (1.3.90); FILE MERGED 2005/02/10 12:54:59 fs 1.3.90.1: #i42407# care for forms embedded in DB documents

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e49522acc59cd7447f365f1f31a2839cc34930b0]

        INTEGRATION: CWS dba24 (1.82.8); FILE MERGED 2005/02/21 13:32:00 oj 1.82.8.3: RESYNC: (1.82-1.83); FILE MERGED 2005/02/10 12:57:27 fs 1.82.8.2: #i42407# hasValidDataSourceSignature: care for forms embedded in DB documents 2005/02/03 10:24:03 fs 1.82.8.1: #i40471# more readable database name in error message

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c77a236600b11eb89c3728dfbea9e1d41a6d7723]

        INTEGRATION: CWS dba24 (1.8.48); FILE MERGED 2005/02/03 10:20:28 fs 1.8.48.1: #i41889#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f9d318e65a54fefcff9eef88ec5d5b5634c6386c]

        INTEGRATION: CWS dba24 (1.14.48); FILE MERGED 2005/02/04 10:11:32 oj 1.14.48.1: #i41961# first use the embedded connection instead of trying to set a new one

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a31e464c684aeef772e8a9fcdd24a819cd0bd9d1]

        INTEGRATION: CWS dba24 (1.8.378); FILE MERGED 2005/02/04 10:11:32 oj 1.8.378.1: #i41961# first use the embedded connection instead of trying to set a new one

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b870b0e502e7a5f977fd260e3387d6239b4efb72]

        INTEGRATION: CWS dba24 (1.14.28); FILE MERGED 2005/02/21 13:31:22 oj 1.14.28.2: RESYNC: (1.14-1.15); FILE MERGED 2005/02/04 10:11:31 oj 1.14.28.1: #i41961# first use the embedded connection instead of trying to set a new one

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4f2d347f071b5788e161cde4c0ee02ba30d04836]

        INTEGRATION: CWS dba24 (1.10.28); FILE MERGED 2005/02/04 10:11:30 oj 1.10.28.1: #i41961# first use the embedded connection instead of trying to set a new one

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [630e87bfcf754563f74b4233985c9ec8a6fef9f6]

        INTEGRATION: CWS dba24 (1.13.80); FILE MERGED 2005/02/18 12:41:20 oj 1.13.80.1: #i43069# call base if prop unknown

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e40b6c2091693541e91f57d2a87579e545fc6cff]

        INTEGRATION: CWS dba24 (1.12.4); FILE MERGED 2005/01/27 07:16:58 oj 1.12.4.1: #i41271# check if ds name is empty

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [427334391f661ab49e7856b56a3120332bd1a82c]

        INTEGRATION: CWS dba24 (1.2.20); FILE MERGED 2005/02/10 12:54:34 fs 1.2.20.1: #i42407# care for forms embedded in DB documents

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c0cb9228b7f87e8ea2bf73a73cb4fd2968e67116]

        INTEGRATION: CWS dba24 (1.2.48); FILE MERGED 2005/03/08 10:22:15 oj 1.2.48.4: RESYNC: (1.4-1.6); FILE MERGED 2005/02/23 07:41:50 oj 1.2.48.3: #i42461# reinvent the opening of database documents 2005/02/21 13:14:17 oj 1.2.48.2: RESYNC: (1.2-1.4); FILE MERGED 2005/02/18 12:42:27 oj 1.2.48.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [930011bdce5f267ee20af1acddebfb37d15684be]

        INTEGRATION: CWS dba24 (1.88.70); FILE MERGED 2005/02/25 12:28:08 oj 1.88.70.1: #i43134# change Effected to Affected

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8b7c31acb0607c1f45156f3dd704548e6c228685]

        INTEGRATION: CWS dba24 (1.40.20); FILE MERGED 2005/02/22 06:35:04 oj 1.40.20.3: RESYNC: (1.40-1.41); FILE MERGED 2005/02/21 09:13:58 oj 1.40.20.2: #119863 # check if index is less than vector 2005/02/10 11:25:15 oj 1.40.20.1: #i37008# save the data before openiong the context menu

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [06f8a935135cf566ebde8ba5aead66e972868d32]

        INTEGRATION: CWS dba24 (1.37.28); FILE MERGED 2005/02/21 13:13:52 oj 1.37.28.2: RESYNC: (1.37-1.38); FILE MERGED 2005/02/03 13:52:14 oj 1.37.28.1: #i41913# release view if exception occured while loading

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b40a587844776e454975fcaad6a4a52336defbd3]

        INTEGRATION: CWS dba24 (1.97.28); FILE MERGED 2005/03/08 10:21:58 oj 1.97.28.2: RESYNC: (1.97-1.98); FILE MERGED 2005/02/03 13:52:59 oj 1.97.28.1: #i41913# define adjusted

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [67a13c40629747145478fd73f72b69d12f65950c]

        INTEGRATION: CWS dba24 (1.20.136); FILE MERGED 2005/02/21 08:28:20 oj 1.20.136.1: #i42522# check if entry must added when order crit behind current position

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [51349b64a095a7598a5523e329d7a75a13728b85]

        INTEGRATION: CWS dba24 (1.60.50); FILE MERGED 2005/02/21 08:28:20 oj 1.60.50.1: #i42522# check if entry must added when order crit behind current position

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7d06a25f83a4b0a8ea1eb7728989054307922bbb]

        INTEGRATION: CWS dba24 (1.70.50); FILE MERGED 2005/02/22 06:34:55 oj 1.70.50.3: RESYNC: (1.70-1.71); FILE MERGED 2005/02/21 08:28:19 oj 1.70.50.2: #i42522# check if entry must added when order crit behind current position 2005/02/10 10:38:51 oj 1.70.50.1: #i42067# remove table view from task list before destroying it

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9cdf99428ebfa8d8861ec94d0832a9c50dd81e1a]

        INTEGRATION: CWS dba24 (1.13.70); FILE MERGED 2005/02/18 12:42:27 oj 1.13.70.3: #i42460# changes for the separation of datasource and database document(model) 2005/02/03 13:52:14 oj 1.13.70.2: #i41913# release view if exception occured while loading 2005/02/03 08:10:54 fs 1.13.70.1: #i40468# invalidate supported features only

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ab0443e87be3e442d4261a89c1d30366d5d989ce]

        INTEGRATION: CWS dba24 (1.12.4); FILE MERGED 2005/02/07 13:05:56 oj 1.12.4.1: #i42200# some little changes how to start a wizard

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f5afff32ea0204c1609729bd1f76426451c493f1]

        INTEGRATION: CWS dba24 (1.54.4); FILE MERGED 2005/02/21 13:13:26 oj 1.54.4.3: RESYNC: (1.54-1.55); FILE MERGED 2005/02/18 12:42:26 oj 1.54.4.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/10 16:58:44 fs 1.54.4.1: ENABLETABLEALIAS was an unused duplicate

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [beb7f62e18ecfa3779168542cbd215a3fe9aad6c]

        INTEGRATION: CWS dba24 (1.8.4); FILE MERGED 2005/02/07 13:05:57 oj 1.8.4.1: #i42200# some little changes how to start a wizard

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a749ed92d3078e516aa5e317f51cb985c8a26a85]

        INTEGRATION: CWS dba24 (1.4.2); FILE MERGED 2005/02/23 07:41:49 oj 1.4.2.1: #i42461# reinvent the opening of database documents

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [92e2337faaabb29bf5945c4b7fdb001ed6b3db27]

        INTEGRATION: CWS dba24 (1.2.80); FILE MERGED 2005/02/21 08:27:09 oj 1.2.80.1: #i42994# clear preview if entry was deleted

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c5d24ba9d602af63225f72df96e57a09f8025455]

        INTEGRATION: CWS dba24 (1.26.4); FILE MERGED 2005/02/18 12:42:25 oj 1.26.4.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [748dfee30d6fc0dd655695a120c5f8ea8e6a1a29]

        INTEGRATION: CWS dba24 (1.21.34); FILE MERGED 2005/02/18 12:42:24 oj 1.21.34.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [15a7b983e80fcee0f48abc9805daad6384349db0]

        INTEGRATION: CWS dba24 (1.11.20); FILE MERGED 2005/03/08 10:20:27 oj 1.11.20.3: RESYNC: (1.11-1.12); FILE MERGED 2005/02/01 06:32:36 oj 1.11.20.2: #119241# use SelectEntryPos to select new inserted entry 2005/02/01 06:26:51 oj 1.11.20.1: #119241# use SelectEntryPos to select new inserted entry

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8b6733d7ce9cd0417589b6093253980595f5e169]

        INTEGRATION: CWS dba24 (1.34.4); FILE MERGED 2005/03/08 10:20:10 oj 1.34.4.2: RESYNC: (1.34-1.35); FILE MERGED 2005/02/28 07:36:56 oj 1.34.4.1: #i43622# correct suppress version column

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2b4ff5093a5848f22ed47c427947cd838e78d1d7]

        INTEGRATION: CWS dba24 (1.8.4); FILE MERGED 2005/03/08 10:20:03 oj 1.8.4.6: RESYNC: (1.9-1.10); FILE MERGED 2005/02/28 08:12:17 oj 1.8.4.5: #i43626# remove authentication page for calc 2005/02/23 07:41:49 oj 1.8.4.4: #i42461# reinvent the opening of database documents 2005/02/21 13:12:02 oj 1.8.4.3: RESYNC: (1.8-1.9); FILE MERGED 2005/02/18 12:42:24 oj 1.8.4.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/07 13:05:59 oj 1.8.4.1: #i42200# some little changes how to start a wizard

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8f1c2c375a323a6722296e77d35f07ab121d9ff9]

        INTEGRATION: CWS dba24 (1.4.4); FILE MERGED 2005/03/08 10:17:34 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/01 07:52:00 oj 1.4.4.1: #i41727# disable propeties for specific types

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [10c63733807095adfd1648f9b011cf74e9e5801f]

        INTEGRATION: CWS dba24 (1.2.48); FILE MERGED 2005/02/28 07:56:18 oj 1.2.48.2: #i43624# correct the header line in none wizard mode 2005/02/28 07:30:26 oj 1.2.48.1: #i43625# correct GetExtension()

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f93adc3bc9489ee1f27ba5d19d2b6e6e4db86330]

        INTEGRATION: CWS dba24 (1.4.4); FILE MERGED 2005/02/18 12:42:19 oj 1.4.4.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [21b4fce37f0637a2e1ca0f631b24ca51802c2494]

        INTEGRATION: CWS dba24 (1.7.4); FILE MERGED 2005/02/23 07:41:48 oj 1.7.4.4: #i42461# reinvent the opening of database documents 2005/02/18 12:42:18 oj 1.7.4.3: #i42460# changes for the separation of datasource and database document(model) 2005/02/09 10:08:00 oj 1.7.4.2: #i42289# check if host name was set, if not it could be a simple jdbc url which looks identical to oracle 2005/01/27 07:16:57 oj 1.7.4.1: #i41271# check if ds name is empty

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b39880dbcf22b2b10cb24155beac34f869f1533f]

        INTEGRATION: CWS dba24 (1.2.48); FILE MERGED 2005/03/08 10:18:33 oj 1.2.48.4: RESYNC: (1.2-1.3); FILE MERGED 2005/02/25 13:39:32 oj 1.2.48.3: #i42289 # state toggling corrected 2005/02/04 11:06:25 oj 1.2.48.2: #i41980# fix ldap url 2005/02/01 06:27:25 oj 1.2.48.1: #119240# set username if already set

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [18a7ca3dcab421cee82fdafa93330d2c0e6d0c0e]

        INTEGRATION: CWS dba24 (1.3.4); FILE MERGED 2005/03/07 13:59:37 oj 1.3.4.1: #i43911# fix for oracle jdbc tabpage

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [aa0442eb6575c721b0d2dae29d28dc0af1b57151]

        INTEGRATION: CWS dba24 (1.7.4); FILE MERGED 2005/03/08 10:18:17 oj 1.7.4.4: RESYNC: (1.7-1.8); FILE MERGED 2005/03/07 13:59:37 oj 1.7.4.3: #i43911# fix for oracle jdbc tabpage 2005/02/04 12:51:38 oj 1.7.4.2: #i42049# make JDBC prefix work again, new wizard removed it 2005/02/01 07:52:00 oj 1.7.4.1: #i41727# disable propeties for specific types

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [afa2ea68a2d0a6b0c42a33b7f16aa5eef4cbae95]

        INTEGRATION: CWS dba24 (1.4.4); FILE MERGED 2005/03/08 10:18:09 oj 1.4.4.5: RESYNC: (1.4-1.5); FILE MERGED 2005/03/07 13:59:36 oj 1.4.4.4: #i43911# fix for oracle jdbc tabpage 2005/02/25 13:39:32 oj 1.4.4.3: #i42289 # state toggling corrected 2005/02/04 13:11:29 oj 1.4.4.2: #i41996# allow to reject the creation of a new folder 2005/02/04 12:51:37 oj 1.4.4.1: #i42049# make JDBC prefix work again, new wizard removed it

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [adef3efc866c0cff5f0f4c70337c2e02054a414d]

        INTEGRATION: CWS dba24 (1.3.2); FILE MERGED 2005/02/28 08:12:56 oj 1.3.2.1: #i43623# correct string for text field sep

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d3168e9d291c4fdd7f98c3e0479e45db12b7e0e6]

        INTEGRATION: CWS dba24 (1.6.4); FILE MERGED 2005/02/07 11:24:02 oj 1.6.4.1: #i42189# diesable sub popups when it contains no sub entries

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a9d9b79f809e141320536421bf6f1b497d67660a]

        INTEGRATION: CWS dba24 (1.165.4); FILE MERGED 2005/03/08 10:17:16 oj 1.165.4.5: RESYNC: (1.166-1.167); FILE MERGED 2005/02/21 13:10:59 oj 1.165.4.4: RESYNC: (1.165-1.166); FILE MERGED 2005/02/18 12:35:38 oj 1.165.4.3: #i42460# changes for the separation of datasource and database document(model) 2005/02/10 11:32:25 oj 1.165.4.2: #i42316# set the model as args for loadComponentFromURL call 2005/02/04 08:47:32 oj 1.165.4.1: #i41967# remove SetCursor

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [961ea74994f1edff68623fb08680c6c996f448e0]

        INTEGRATION: CWS dba24 (1.59.4); FILE MERGED 2005/03/08 10:17:08 oj 1.59.4.5: RESYNC: (1.61-1.62); FILE MERGED 2005/02/21 13:10:49 oj 1.59.4.4: RESYNC: (1.59-1.61); FILE MERGED 2005/02/07 13:07:15 oj 1.59.4.3: clear SupportedFeatures before filling them 2005/02/03 13:52:12 oj 1.59.4.2: #i41913# release view if exception occured while loading 2005/02/03 08:10:29 fs 1.59.4.1: #i40468# +IsFeatureSupported

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e0764c6c596a7e81f49c88576d742ebb8d476d19]

        INTEGRATION: CWS dba24 (1.20.22); FILE MERGED 2005/02/18 12:35:38 oj 1.20.22.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/03 13:52:13 oj 1.20.22.1: #i41913# release view if exception occured while loading

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4db28c1803aae690e91a09d39e7df9ef1175f846]

        INTEGRATION: CWS dba24 (1.6.4); FILE MERGED 2005/02/11 12:32:21 oj 1.6.4.2: #i42473# clear description as ell when changing to another categorie 2005/02/01 15:48:52 fs 1.6.4.1: #i41822# some more appealing layout for the task pane

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [14c9d0729118f7128ba39724aaad44395ba02c30]

        INTEGRATION: CWS dba24 (1.6.4); FILE MERGED 2005/03/08 10:16:48 oj 1.6.4.5: RESYNC: (1.7-1.8); FILE MERGED 2005/02/22 06:34:47 oj 1.6.4.4: RESYNC: (1.6-1.7); FILE MERGED 2005/02/21 08:27:08 oj 1.6.4.3: #i42994# clear preview if entry was deleted 2005/02/11 12:32:21 oj 1.6.4.2: #i42473# clear description as ell when changing to another categorie 2005/02/01 15:48:51 fs 1.6.4.1: #i41822# some more appealing layout for the task pane

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [149e53c5406698538a7f439e5470341c47714f0c]

        INTEGRATION: CWS dba24 (1.5.4); FILE MERGED 2005/02/21 08:27:08 oj 1.5.4.1: #i42994# clear preview if entry was deleted

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1cae1ac6e12787636ad4d98a9c1a7e8b29af6cec]

        INTEGRATION: CWS dba24 (1.9.4); FILE MERGED 2005/03/08 10:16:41 oj 1.9.4.3: RESYNC: (1.9-1.10); FILE MERGED 2005/02/18 12:27:21 oj 1.9.4.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/03 13:53:47 oj 1.9.4.1: #i41913# set suspended back to before if failed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f1c092cba6520f2909f4350fecdeb42970b460ca]

        INTEGRATION: CWS dba24 (1.8.4); FILE MERGED 2005/02/18 12:27:21 oj 1.8.4.3: #i42460# changes for the separation of datasource and database document(model) 2005/02/07 13:06:00 oj 1.8.4.2: #i42200# some little changes how to start a wizard 2005/02/04 11:51:12 oj 1.8.4.1: #i41998# conver file url in system url

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [331e4da9480cae79d2b8ecc4f47c5417759f2dc6]

        INTEGRATION: CWS dba24 (1.8.4); FILE MERGED 2005/03/08 10:16:33 oj 1.8.4.3: RESYNC: (1.8-1.9); FILE MERGED 2005/02/18 12:27:20 oj 1.8.4.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/03 13:53:47 oj 1.8.4.1: #i41913# set suspended back to before if failed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [521c76310ae833fe15ac8c770cb2ac6345379c82]

        INTEGRATION: CWS dba24 (1.12.4); FILE MERGED 2005/03/08 10:16:24 oj 1.12.4.8: RESYNC: (1.14-1.16); FILE MERGED 2005/02/25 06:27:13 oj 1.12.4.7: #i42460# set model in disposing(...) null 2005/02/23 10:17:48 oj 1.12.4.6: #i42461# change model data source concept 2005/02/22 08:56:31 oj 1.12.4.5: #i43248# remove lock mutex in getModel 2005/02/21 13:10:38 oj 1.12.4.4: RESYNC: (1.12-1.14); FILE MERGED 2005/02/18 12:27:20 oj 1.12.4.3: #i42460# changes for the separation of datasource and database document(model) 2005/02/07 13:06:01 oj 1.12.4.2: #i42200# some little changes how to start a wizard 2005/02/01 07:52:21 oj 1.12.4.1: #i41727# disable propeties for specific types

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9cac4e50bcf51f5a56514bfd09b9598d18e858c7]

        INTEGRATION: CWS dba24 (1.33.26); FILE MERGED 2005/02/10 16:59:32 fs 1.33.26.1: ENABLETABLEALIAS was an unused duplicate

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [89b53f8c5f7928e3592f2d8f21d9d5d146a7c541]

        INTEGRATION: CWS dba24 (1.38.26); FILE MERGED 2005/02/10 16:58:56 fs 1.38.26.1: ENABLETABLEALIAS was an unused duplicate

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6cee2ef703c2a4b23cf879502d1696d34dd36fb6]

        INTEGRATION: CWS dba24 (1.9.80); FILE MERGED 2005/02/10 16:58:31 fs 1.9.80.1: ENABLETABLEALIAS was an unused duplicate

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6b4b64dc9949a1b9df430a54b139a1bdd2317c02]

        INTEGRATION: CWS dba24 (1.2.80); FILE MERGED 2005/02/18 12:44:42 oj 1.2.80.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c48b0437eb76873f05e568564d2f6d539621d78e]

        INTEGRATION: CWS dba24 (1.7.26); FILE MERGED 2005/02/18 12:44:42 oj 1.7.26.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [80a911343e80cc90b0fbded7a7eded2b9baffe12]

        INTEGRATION: CWS dba24 (1.2.80); FILE MERGED 2005/02/18 12:44:41 oj 1.2.80.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [983db5b4d2ada5c6a76239d97a45fa0281bbbe32]

        INTEGRATION: CWS dba24 (1.3.20); FILE MERGED 2005/02/18 12:44:41 oj 1.3.20.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c7039ed9f7f8835fc3b470c89a938377d2a7987a]

        INTEGRATION: CWS dba24 (1.4.20); FILE MERGED 2005/03/04 13:09:42 oj 1.4.20.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/18 12:44:40 oj 1.4.20.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [01fa2afc57c59af6e045904168ac5703a41c3956]

        INTEGRATION: CWS dba24 (1.2.80); FILE MERGED 2005/03/04 13:09:42 oj 1.2.80.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/18 12:44:40 oj 1.2.80.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [05056e9f60cbac39c1d0d8f1dea088ec7cd40cce]

        INTEGRATION: CWS dba24 (1.4.20); FILE MERGED 2005/02/10 16:58:01 fs 1.4.20.1: #i15113# read short values, since we're also writing them

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3ae003279aad0061be05fc47c8c35dd5c27803ea]

        INTEGRATION: CWS dba24 (1.2.80); FILE MERGED 2005/02/18 12:44:40 oj 1.2.80.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2a2dfb9d88cf1e284e997fde5c315af9ec1853f1]

        INTEGRATION: CWS dba24 (1.5.18); FILE MERGED 2005/03/09 09:26:58 fs 1.5.18.8: #i10000# don't insert document twice to the GlobalEventBroadcaster 2005/03/08 15:10:23 fs 1.5.18.7: #i10000# 2005/03/08 10:16:15 oj 1.5.18.6: RESYNC: (1.7-1.8); FILE MERGED 2005/03/03 11:30:21 fs 1.5.18.5: #i43975# properly determine the Interactive flag when creating a new database document 2005/02/23 07:41:48 oj 1.5.18.4: #i42461# reinvent the opening of database documents 2005/02/21 13:10:25 oj 1.5.18.3: RESYNC: (1.5-1.7); FILE MERGED 2005/02/18 12:44:39 oj 1.5.18.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/10 11:27:43 oj 1.5.18.1: #i42316# check if model is already set in the mediadescriptor

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d486c8b5bc7a8fbda6f6635e88c6adf51a3b360a]

        INTEGRATION: CWS dba24 (1.3.28); FILE MERGED 2005/02/18 13:11:50 oj 1.3.28.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0aaa219ebbb89f94a104cd0dea61bcf112a02afc]

        INTEGRATION: CWS dba24 (1.4.28); FILE MERGED 2005/02/21 13:10:12 oj 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/18 13:11:50 oj 1.4.28.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [bc82479f1e39df10435e9b2aed9cd6d78d17d13f]

        INTEGRATION: CWS dba24 (1.7.80); FILE MERGED 2005/02/28 08:48:10 oj 1.7.80.2: #i43628# #i43627# check impl and reinvent service datasource 2005/02/18 12:25:30 oj 1.7.80.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [92cda6b13324e98cd046667142f0f8f342e4e2b7]

        INTEGRATION: CWS dba24 (1.5.28); FILE MERGED 2005/02/21 13:09:53 oj 1.5.28.3: RESYNC: (1.5-1.6); FILE MERGED 2005/02/18 12:25:29 oj 1.5.28.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/10 16:56:39 fs 1.5.28.1: #i15113# +getDataSourceSetting

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [483c7c20dea23942570fdfc9f9b3536d20be20db]

        INTEGRATION: CWS dba24 (1.11.80); FILE MERGED 2005/02/09 08:13:00 oj 1.11.80.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [41457aab5d647ade6b2a839130863238c4a2b1fd]

        INTEGRATION: CWS dba24 (1.23.50); FILE MERGED 2005/02/10 16:57:14 fs 1.23.50.2: #i15113# introduce a data-source-setting which controls which TableTypeFilter to use to obtain *all* tables - IBM's Universe database doesn't like our default behaviour 2005/02/09 08:13:00 oj 1.23.50.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d5e2eecaa27aff1e0ae8941a1e3efa86ef6b3e47]

        INTEGRATION: CWS dba24 (1.3.80); FILE MERGED 2005/02/10 16:56:33 fs 1.3.80.1: #i15113# +getDataSourceSetting

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [60716186635c73ace6251143c0d3a5ceafcf3ca4]

        INTEGRATION: CWS dba24 (1.23.50); FILE MERGED 2005/02/09 08:12:59 oj 1.23.50.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ea6ff700a8f699a516f6c566f149d8480d065cb5]

        INTEGRATION: CWS dba24 (1.4.50); FILE MERGED 2005/02/09 08:12:59 oj 1.4.50.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [571b48c68c52af6cb2a23c9aca8b86643f46bfaf]

        INTEGRATION: CWS dba24 (1.3.50); FILE MERGED 2005/02/18 12:25:28 oj 1.3.50.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [67a15921b86811da8149ba4b448d4cf3db8db37d]

        INTEGRATION: CWS dba24 (1.5.80); FILE MERGED 2005/02/18 12:25:28 oj 1.5.80.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c1d6beb789c9619cb62d4a0f032077ab351dda19]

        INTEGRATION: CWS dba24 (1.19.2); FILE MERGED 2005/02/22 10:07:21 oj 1.19.2.5: build problems 2005/02/21 13:09:11 oj 1.19.2.4: RESYNC: (1.19-1.20); FILE MERGED 2005/02/18 12:25:27 oj 1.19.2.3: #i42460# changes for the separation of datasource and database document(model) 2005/02/04 14:16:16 oj 1.19.2.2: #i42056# remember password if said so 2005/01/31 08:53:08 oj 1.19.2.1: #i40866# impl delete

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0dcf44b0817e6c495d5f728a8596a5c880896cf2]

        INTEGRATION: CWS dba24 (1.6.80); FILE MERGED 2005/01/31 08:53:08 oj 1.6.80.1: #i40866# impl delete

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [069f13888c12103b35aea2eded680f6f65778bee]

        INTEGRATION: CWS dba24 (1.10.28); FILE MERGED 2005/02/22 10:07:21 oj 1.10.28.3: build problems 2005/02/18 12:25:27 oj 1.10.28.2: #i42460# changes for the separation of datasource and database document(model) 2005/01/31 08:53:08 oj 1.10.28.1: #i40866# impl delete

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2be4c1ac16fd94016b7773ff39ee5d709ca4b784]

        INTEGRATION: CWS dba24 (1.24.2); FILE MERGED 2005/03/08 10:16:07 oj 1.24.2.4: RESYNC: (1.26-1.28); FILE MERGED 2005/02/21 13:08:58 oj 1.24.2.3: RESYNC: (1.24-1.26); FILE MERGED 2005/02/18 12:25:27 oj 1.24.2.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/04 14:16:16 oj 1.24.2.1: #i42056# remember password if said so

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1d07592fe4ca0bf6dbd38380e25ef87c3fff3ae5]

        INTEGRATION: CWS dba24 (1.53.2); FILE MERGED 2005/03/08 15:07:05 fs 1.53.2.11: #i10000# 2005/03/08 10:15:59 oj 1.53.2.10: RESYNC: (1.56-1.57); FILE MERGED 2005/02/28 07:05:58 oj 1.53.2.9: #i43628# #i43627# check impl and reinvent service datasource 2005/02/25 10:29:46 oj 1.53.2.8: #i42460# check impl 2005/02/23 13:23:10 oj 1.53.2.7: #i42461# change model data source concept 2005/02/23 07:41:47 oj 1.53.2.6: #i42461# reinvent the opening of database documents 2005/02/22 10:07:20 oj 1.53.2.5: build problems 2005/02/21 13:08:47 oj 1.53.2.4: RESYNC: (1.53-1.56); FILE MERGED 2005/02/18 12:25:26 oj 1.53.2.3: #i42460# changes for the separation of datasource and database document(model) 2005/02/10 16:56:11 fs 1.53.2.2: #i15113# two more known data source settings: TableTypeFilterMode and RespectDriverResultSetType 2005/02/04 14:16:16 oj 1.53.2.1: #i42056# remember password if said so

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [17268488e735d3397f67dc6b987035b6742b140e]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/03/09 09:25:38 fs 1.1.2.7: #i10000# removed useless m_xServiceFactory, to not accidentally access it 2005/03/08 14:58:07 fs 1.1.2.6: #i10000# 2005/03/08 10:53:26 oj 1.1.2.5: merge conflict resolved 2005/02/23 13:23:10 oj 1.1.2.4: #i42461# change model data source concept 2005/02/22 10:07:20 oj 1.1.2.3: build problems 2005/02/21 11:03:50 oj 1.1.2.2: merge conflicts resolved 2005/02/18 12:26:55 oj 1.1.2.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [baf298b3bfe85396ed39fc38fe900507d035522c]

        INTEGRATION: CWS dba24 (1.8.2); FILE MERGED 2005/03/09 09:26:00 fs 1.8.2.15: #i10000# access proper service factory in GetUIConfigurationManager 2005/03/08 15:06:18 fs 1.8.2.14: #i10000# 2005/03/08 10:15:51 oj 1.8.2.13: RESYNC: (1.11-1.13); FILE MERGED 2005/02/25 11:42:20 oj 1.8.2.12: #i42056# merge problem 2005/02/25 10:29:05 oj 1.8.2.11: #i42460# use globalbroadcaster for the moment 2005/02/25 06:29:17 oj 1.8.2.10: #i42460# check impl is not null 2005/02/24 13:29:02 oj 1.8.2.9: #i40349# don't acces the impl structure in close anymore 2005/02/23 13:23:09 oj 1.8.2.8: #i42461# change model data source concept 2005/02/23 10:17:47 oj 1.8.2.7: #i42461# change model data source concept 2005/02/22 10:07:20 oj 1.8.2.6: build problems 2005/02/22 06:34:40 oj 1.8.2.5: RESYNC: (1.8-1.11); FILE MERGED 2005/02/21 11:03:50 oj 1.8.2.4: merge conflicts resolved 2005/02/18 12:25:26 oj 1.8.2.3: #i42460# changes for the separation of datasource and database document(model) 2005/02/10 11:28:32 oj 1.8.2.2: #i42316# remove the model form argument list 2005/02/04 14:16:15 oj 1.8.2.1: #i42056# remember password if said so

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a224bad443d16e329b9a2c1283424bf4df7d912d]

        INTEGRATION: CWS dba24 (1.11.2); FILE MERGED 2005/02/18 12:25:26 oj 1.11.2.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/04 14:16:15 oj 1.11.2.1: #i42056# remember password if said so

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [afaa6321756f2b0aa72a94af888e6bd611d0dbe6]

        INTEGRATION: CWS dba24 (1.26.2); FILE MERGED 2005/02/22 10:07:20 oj 1.26.2.5: build problems 2005/02/21 13:08:35 oj 1.26.2.4: RESYNC: (1.26-1.28); FILE MERGED 2005/02/18 12:25:26 oj 1.26.2.3: #i42460# changes for the separation of datasource and database document(model) 2005/02/04 14:16:14 oj 1.26.2.2: #i42056# remember password if said so 2005/02/02 12:52:52 oj 1.26.2.1: #i41887# throw NoSuchElementException

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f4d7f03760d0dfd1dc8b6ca5453767aaf196d114]

        INTEGRATION: CWS dba24 (1.40.2); FILE MERGED 2005/02/18 12:25:25 oj 1.40.2.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a35bcc8bfc25bf53fb182c367c5c2db2a2093d69]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/23 13:30:09 oj 1.1.2.5: compile error 2005/02/23 13:23:09 oj 1.1.2.4: #i42461# change model data source concept 2005/02/22 10:07:20 oj 1.1.2.3: build problems 2005/02/22 06:35:46 oj 1.1.2.2: merge conflicts resolved 2005/02/18 12:26:45 oj 1.1.2.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f1e7e15d1fd5af88640ae6286e598693c8639e17]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/23 13:23:09 oj 1.1.2.7: #i42461# change model data source concept 2005/02/23 10:18:41 oj 1.1.2.6: #i42461# change model data source concept 2005/02/22 10:07:19 oj 1.1.2.5: build problems 2005/02/22 09:01:15 oj 1.1.2.4: forget to include header 2005/02/22 06:35:46 oj 1.1.2.3: merge conflicts resolved 2005/02/21 11:03:49 oj 1.1.2.2: merge conflicts resolved 2005/02/18 12:26:36 oj 1.1.2.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [209aa6c4144be31d9a7864c27be40b25c7922166]

        INTEGRATION: CWS dba24 (1.19.50); FILE MERGED 2005/02/09 08:12:59 oj 1.19.50.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ecc8d4751129f02319d74bb79904965103990f21]

        INTEGRATION: CWS dba24 (1.58.50); FILE MERGED 2005/02/10 16:53:11 fs 1.58.50.2: #i15113# introduce a data-source-setting which controls which TableTypeFilter to use to obtain *all* tables - IBM's Universe database doesn't like our default behaviour 2005/02/09 08:12:58 oj 1.58.50.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7ab9e643324ab4a24e139e73cb7891d770a825f6]

        INTEGRATION: CWS dba24 (1.46.50); FILE MERGED 2005/02/21 13:08:13 oj 1.46.50.2: RESYNC: (1.46-1.47); FILE MERGED 2005/02/09 08:12:58 oj 1.46.50.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c9af2e73701ee289feba1cbfe87d22b8377f8553]

        INTEGRATION: CWS dba24 (1.7.20); FILE MERGED 2005/02/21 13:07:44 oj 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2005/02/11 08:59:50 oj 1.7.20.1: #i42459# check for single select corrected

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [051edcf217351bf8189f27dd58b3ca374e9bbbbf]

        INTEGRATION: CWS dba24 (1.73.26); FILE MERGED 2005/02/09 08:12:58 oj 1.73.26.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fb4ec87a0cd7f67d9e2ff505f0599d20750688dc]

        INTEGRATION: CWS dba24 (1.38.20); FILE MERGED 2005/02/10 17:31:33 fs 1.38.20.1: #i15113# when executing the row set, care for a data-source-setting which enables defensive usage of ResultSetType and ResultSetConcurrency - IBM's Universe database didn't like our previous aggressive behaviour

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [175a056c26d89e574ed64fb39a0ad6c4923c6017]

        INTEGRATION: CWS dba24 (1.131.4); FILE MERGED 2005/02/21 13:07:33 oj 1.131.4.4: RESYNC: (1.131-1.132); FILE MERGED 2005/02/11 11:15:23 fs 1.131.4.3: still #i15113#: setStatementResultSetType: use our own type/concurrency - no need to require more from the statement than what clients require from ourself 2005/02/10 17:31:32 fs 1.131.4.2: #i15113# when executing the row set, care for a data-source-setting which enables defensive usage of ResultSetType and ResultSetConcurrency - IBM's Universe database didn't like our previous aggressive behaviour 2005/02/10 16:55:20 fs 1.131.4.1: #i15113# - default m_nResultSetType to SCROLL_SENSITIVE - when executing, forward our ResultSetType/Concurrency to the statement

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d57ba767ff5883736242ed156cf3113ee34c7c85]

        INTEGRATION: CWS dba24 (1.54.20); FILE MERGED 2005/02/21 13:07:23 oj 1.54.20.2: RESYNC: (1.54-1.55); FILE MERGED 2005/02/10 09:25:14 oj 1.54.20.1: #i30004# fix for query to be set, the interface for XSingleSelectQueryComposer changed but the code here was not adjusted :-(

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9163773d305f4239b37fd4ded7a4632dfc7f99f6]

        INTEGRATION: CWS dba24 (1.2.162); FILE MERGED 2005/02/09 08:12:58 oj 1.2.162.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1f988bdf94f2144c58e4cbbfb2e522c6075bf7ac]

        INTEGRATION: CWS dba24 (1.4.80); FILE MERGED 2005/02/10 16:52:05 fs 1.4.80.2: grammar and debug diagnostics 2005/02/09 08:12:57 oj 1.4.80.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0daeecaec3f3c1908fe440138422b1d9f4aeadce]

        INTEGRATION: CWS dba24 (1.11.80); FILE MERGED 2005/02/09 08:12:57 oj 1.11.80.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [811830730fffb7114763e69a2dddc251469b642a]

        INTEGRATION: CWS dba24 (1.26.80); FILE MERGED 2005/02/09 08:12:57 oj 1.26.80.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f17f432b8c25e1dd7565964cb0d4459cb73db21c]

        INTEGRATION: CWS dba24 (1.6.346); FILE MERGED 2005/02/09 08:12:56 oj 1.6.346.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [53e63820019f667bbbd7c437886a535a1c35405c]

        INTEGRATION: CWS dba24 (1.12.80); FILE MERGED 2005/02/09 08:12:56 oj 1.12.80.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2cb92b71ac35900ff6b53d1e92463ec0dadfc21b]

        INTEGRATION: CWS dba24 (1.3.84); FILE MERGED 2005/02/22 11:41:54 oj 1.3.84.1: #i43296# remove find and append java names directly

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e16f6f9120d3ccb62e83e9c0f7aca6a6a7f9a6e0]

        INTEGRATION: CWS dba24 (1.4.28); FILE MERGED 2005/02/22 09:40:28 oj 1.4.28.2: newservice name 2005/02/18 12:24:54 oj 1.4.28.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e01d0634f8822a5ce253dd4c0e55fb1d605ce737]

        INTEGRATION: CWS dba24 (1.19.18); FILE MERGED 2005/02/14 10:15:56 fs 1.19.18.1: #i42573# some exception safety while painting

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6aaf59a6cc8a6e147aa159b772a9e9c046e61147]

        INTEGRATION: CWS dba24 (1.3.104); FILE MERGED 2005/03/08 09:13:14 fs 1.3.104.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/10 11:44:17 fs 1.3.104.1: #i41973# +showToolbox

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [54847cba2cce41e48b69a6f292a6bce1d8445d00]

        INTEGRATION: CWS dba24 (1.24.18); FILE MERGED 2005/03/09 11:42:19 fs 1.24.18.4: #i44574# +m_nActivationEvent 2005/02/21 12:42:10 oj 1.24.18.3: RESYNC: (1.24-1.25); FILE MERGED 2005/02/11 12:54:45 fs 1.24.18.2: #i41976# +OnFirstTimeActivation 2005/02/10 11:44:02 fs 1.24.18.1: #i41973# first-activation handling

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [88cb3a6d051efe578c87de5e75ab4479f2c296ee]

        INTEGRATION: CWS dba24 (1.27.186); FILE MERGED 2005/01/31 10:11:01 fs 1.27.186.1: #i41029#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3bba1d618cab2960efc88f2d3978de013cf04491]

        INTEGRATION: CWS dba24 (1.62.18); FILE MERGED 2005/03/09 11:42:39 fs 1.62.18.7: #i44574# cancel the activation event if we're destroyed in the meantime 2005/02/21 12:40:13 oj 1.62.18.6: RESYNC: (1.62-1.63); FILE MERGED 2005/02/11 12:55:39 fs 1.62.18.5: #i41976# when activating a new XML form document, show the data navigator 2005/02/10 11:53:51 fs 1.62.18.4: #i41973# default toolbox visibility also for database forms 2005/02/10 11:51:42 fs 1.62.18.3: #i41973# default toolbox visibility also for database forms 2005/02/10 11:45:13 fs 1.62.18.2: #i41973# when a view is activated the first time, display certain toolboxes in certain document types 2005/02/09 17:08:16 fs 1.62.18.1: copying the fix for #i40565# from branch cws_src680_dba23, since they are a prerequisite for fixing other issues

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6be9a7f501772ca705344eb3c7e46d742b2073bb]

        INTEGRATION: CWS dba24 (1.57.18); FILE MERGED 2005/03/08 09:12:52 fs 1.57.18.4: RESYNC: (1.59-1.60); FILE MERGED 2005/02/21 12:40:01 oj 1.57.18.3: RESYNC: (1.57-1.59); FILE MERGED 2005/02/10 11:45:42 fs 1.57.18.2: #i41973# 2005/02/09 17:07:42 fs 1.57.18.1: copying the fix for #i40565# from branch cws_src680_dba23, since they are a prerequisite for fixing other issues

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [02f3aa935e452fc833dbf077d308cda36fa1450d]

        INTEGRATION: CWS dba24 (1.49.18); FILE MERGED 2005/01/31 10:10:51 fs 1.49.18.1: #i41523#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d80bfeb2b29fde9d89c7103602168a62219a2f12]

        INTEGRATION: CWS dba24 (1.2.186); FILE MERGED 2005/02/11 12:56:11 fs 1.2.186.1: #i41976# data navigator docked at the right hand side by default

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c7e53719b3e9fbc183dffdc74244112a27bd08a7]

        INTEGRATION: CWS dba24 (1.45.186); FILE MERGED 2005/02/14 10:15:40 fs 1.45.186.1: #i42573# createPeer: throw an exception when there is no model anymore

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ffa85798fd51213b7dc796002f57eb08307c3000]

        INTEGRATION: CWS dba24 (1.7.1062); FILE MERGED 2005/02/02 12:21:32 oj 1.7.1062.1: #b6211265# fix for refcount problem with solaris

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [976b1a358b1e1fc3e71a11fb0f201b0cef785a9b]

        INTEGRATION: CWS dba24 (1.15.52); FILE MERGED 2005/02/21 12:19:25 oj 1.15.52.2: RESYNC: (1.15-1.16); FILE MERGED 2005/02/18 12:23:56 oj 1.15.52.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b30ff02493cc2de3f8f1066a8dc7e9f263695bcf]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/18 12:24:39 oj 1.1.2.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6f2548540beb7af1e30f32e76513c426a6d196ed]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/18 12:24:28 oj 1.1.2.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4c3c7ad77dc67ebf052680c9f2a7c2f17d73f8c5]

        INTEGRATION: CWS dba24 (1.2.298); FILE MERGED 2005/01/31 07:45:59 oj 1.2.298.1: #i41674# rename property

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [098f41a043717a001ed31de7eaa8431491e4e730]

        INTEGRATION: CWS dba24 (1.2.2); FILE MERGED 2005/02/23 08:26:12 oj 1.2.2.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c1d4fa677ee293532ff6466889cfdaecd0f8874a]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/18 12:24:50 oj 1.1.2.1: #i42460# changes for the separation of datasource and database document(model)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e04b3fb45040b2f9b5918c7a5b07f883b73845a2]

        INTEGRATION: CWS dba24 (1.9.166); FILE MERGED 2005/02/17 12:02:49 fs 1.9.166.1: #i42577# BorderColor added (implemented since some time ago, but never documented)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5704b205e27c32a1d8ddcc95863c56c341fa8323]

        INTEGRATION: CWS dba24 (1.6.12); FILE MERGED 2005/02/09 11:12:28 fs 1.6.12.1: #i42066# setControlValue not to be overloaded, use doSetControlValue instead

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7add719aaf54ae29a065975baff72a1eecfb2f09]

        INTEGRATION: CWS dba24 (1.10.94); FILE MERGED 2005/02/09 11:27:27 fs 1.10.94.1: #i42066# setControlValue not to be overloaded, use doSetControlValue instead

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0d0acccc9aee62127cc64f497b625c5ffff279fb]

        INTEGRATION: CWS dba24 (1.37.22); FILE MERGED 2005/02/09 11:27:27 fs 1.37.22.1: #i42066# setControlValue not to be overloaded, use doSetControlValue instead

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [73da4c5a24fb21baa91511c288ea77b18a29fcac]

        INTEGRATION: CWS dba24 (1.34.14); FILE MERGED 2005/02/09 17:46:39 fs 1.34.14.1: cloneColumns: should loop the columns of the original ...

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4e1eeaafaa18b1cfe211d7b5af8cb942cedc73b2]

        INTEGRATION: CWS dba24 (1.38.6); FILE MERGED 2005/02/09 11:22:54 fs 1.38.6.1: #i42066# setControlValue not to be overloaded, use doSetControlValue instead

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fa925164d480dc4dec6404ff82a279ad22f9704c]

        INTEGRATION: CWS dba24 (1.24.10); FILE MERGED 2005/02/10 17:29:02 fs 1.24.10.2: removed setResultSetType - decided to do this in the RowSet 2005/02/10 17:00:54 fs 1.24.10.1: #i15113# when executing the row set, care for a data-source-setting which enables defensive usage of ResultSetType and ResultSetConcurrency - IBM's Universe database didn't like our previous aggressive behaviour

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f77e2ccd84a683b16664fa583fe4858052f75a9b]

        INTEGRATION: CWS dba24 (1.66.10); FILE MERGED 2005/02/21 12:03:35 oj 1.66.10.4: RESYNC: (1.66-1.68); FILE MERGED 2005/02/10 17:28:55 fs 1.66.10.3: removed setResultSetType - decided to do this in the RowSet 2005/02/10 17:08:26 fs 1.66.10.2: corrected setResultSetType 2005/02/10 17:00:53 fs 1.66.10.1: #i15113# when executing the row set, care for a data-source-setting which enables defensive usage of ResultSetType and ResultSetConcurrency - IBM's Universe database didn't like our previous aggressive behaviour

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [90e93d8ce9dbae3fa93e79620ea5ca70a1da960f]

        INTEGRATION: CWS dba24 (1.3.22); FILE MERGED 2005/02/09 17:43:57 fs 1.3.22.1: #i42066#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cc98c1deecef055f80f72f052cb6da117afe5f37]

        INTEGRATION: CWS dba24 (1.2.22); FILE MERGED 2005/02/11 13:23:27 fs 1.2.22.1: #i42068#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [254c958ce347f2690a0be9c79405ba6f77623efb]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/17 14:45:23 fs 1.1.2.2: #i37338# 2005/02/17 14:19:58 fs 1.1.2.1: #i37338#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f5b0577087ef313f250016343f86d0ec5b44657c]

        INTEGRATION: CWS dba24 (1.3.154); FILE MERGED 2005/02/17 14:21:04 fs 1.3.154.1: #i41973#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4af5e66b462280ec79c950ee975433e7df1de0fc]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/17 14:45:23 fs 1.1.2.2: #i37338# 2005/02/17 14:20:09 fs 1.1.2.1: #i37338#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [205bafea49f3255e59775c07b5c1d68f163d2e7f]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/17 14:45:22 fs 1.1.2.2: #i37338# 2005/02/17 14:20:34 fs 1.1.2.1: #i37338#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7d78da01865499530395daaabf5a42f0d845319c]

        INTEGRATION: CWS dba24 (1.3.76); FILE MERGED 2005/03/08 09:27:12 fs 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/21 14:31:25 oj 1.3.76.1: #i40404# check if mail dispatcher is null

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0d9b4005e4901e324a9cbec487f78cd5051fadc9]

        INTEGRATION: CWS dba24 (1.4.226); FILE MERGED 2005/03/08 09:26:43 fs 1.4.226.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/21 14:27:28 oj 1.4.226.1: #i40404# don't show the biblio as data source

2005-03-10  Frank Schönheit  <fs@openoffice.org>  [8aed48412b876bb92ebd2bacd91ecedddae69d84]

        #i43632# renamed from 'How to write my own driver.txt'

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ce329d66d4f289645b8c251dd3306afacd21acea]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/21 15:52:22 fs 1.1.2.1: #i37338#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2e25995b0d7c7a6d71d0e231c26e80610d117a33]

        INTEGRATION: CWS dba24 (1.1.2); FILE ADDED 2005/02/21 15:52:04 fs 1.1.2.1: #i37338#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [997fe83728b315b9efcfe295fe8fcb5187938f17]

        INTEGRATION: CWS dba24 (1.26.36); FILE MERGED 2005/03/03 16:08:27 af 1.26.36.3: #i43235# Re-added the LockInput/UnlockInput brace.  Adding ReleaseMouse() as well makes the UI work. 2005/03/03 14:37:10 fs 1.26.36.2: reverted the fix for #i43235#, since it caused other trouble (the popup menu is not even working then) 2005/02/22 13:11:12 oj 1.26.36.1: #i43235# lock input before opening the popup

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8226d7807e6218037f9e36a779e108f996534e4a]

        INTEGRATION: CWS dba24 (1.19.74); FILE MERGED 2005/02/21 11:26:55 oj 1.19.74.2: RESYNC: (1.19-1.20); FILE MERGED 2005/02/16 07:59:14 fs 1.19.74.1: #i42747# value-range has also a linked-cell

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [af2e47ab3092dbbe04ea5b94da8ae50621b3b61f]

        INTEGRATION: CWS dba24 (1.32.10); FILE MERGED 2005/02/14 10:14:59 fs 1.32.10.1: #i42573# some thread and exception safety

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [928824204739b029b0e603c54a8fbe8abd72937a]

        INTEGRATION: CWS dba24 (1.35.32); FILE MERGED 2005/02/09 08:07:58 oj 1.35.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0b349f67d6ec57f64bb63c5f6c5acf0679642194]

        INTEGRATION: CWS dba24 (1.1.240); FILE MERGED 2005/02/09 08:07:58 oj 1.1.240.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e05b8f53c7991ee48b33a5bc207d4afd31ed0f00]

        INTEGRATION: CWS dba24 (1.1.240); FILE MERGED 2005/02/09 08:07:57 oj 1.1.240.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d27e273fd30ccf5e0fb2102145a59672c911158a]

        INTEGRATION: CWS dba24 (1.4.262); FILE MERGED 2005/02/09 08:07:57 oj 1.4.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1aae16bf5f5f1e55f65ff5781c02e14549e5f3ca]

        INTEGRATION: CWS dba24 (1.4.262); FILE MERGED 2005/02/09 08:07:56 oj 1.4.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5a73377513ba00705a1e46e589b05e62b5541b61]

        INTEGRATION: CWS dba24 (1.3.262); FILE MERGED 2005/02/09 08:07:56 oj 1.3.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c3e8fa12e96bbbd68b78c57f633c33f157908e5a]

        INTEGRATION: CWS dba24 (1.3.240); FILE MERGED 2005/02/10 13:37:16 fs 1.3.240.1: encountered during #i15113#: m_bFixedLength never used"

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [04ecb10cbf3e08bf20875c867bdf54c75dcb6c3f]

        INTEGRATION: CWS dba24 (1.3.262); FILE MERGED 2005/02/09 08:07:55 oj 1.3.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [89907ec58bd2f46db07cf1511000efe544664af2]

        INTEGRATION: CWS dba24 (1.6.246); FILE MERGED 2005/02/09 08:07:55 oj 1.6.246.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a4f7a4058765c64acfc0a348cfe7a33f1d69076f]

        INTEGRATION: CWS dba24 (1.8.246); FILE MERGED 2005/02/09 08:07:55 oj 1.8.246.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8b566579b04e093aab160e8b725f0b5f55e026a2]

        INTEGRATION: CWS dba24 (1.4.262); FILE MERGED 2005/02/09 08:07:54 oj 1.4.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e6ba150dc7a88a9b6afa97e5fb27dda87665255f]

        INTEGRATION: CWS dba24 (1.5.246); FILE MERGED 2005/02/09 08:07:54 oj 1.5.246.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3886a91b0e69cc1601af36caadd67b3eb4d53366]

        INTEGRATION: CWS dba24 (1.4.262); FILE MERGED 2005/02/09 08:07:53 oj 1.4.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f8d776ab2e9b29f15d69ec1de04fc7f46a0fb738]

        INTEGRATION: CWS dba24 (1.3.262); FILE MERGED 2005/02/09 08:07:53 oj 1.3.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [609c3e1293bfd74b30fa3c08649db4e4a4cf2489]

        INTEGRATION: CWS dba24 (1.5.260); FILE MERGED 2005/02/09 08:07:52 oj 1.5.260.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a47c1604b061057af8095ec7d2b925fad24bcc67]

        INTEGRATION: CWS dba24 (1.5.260); FILE MERGED 2005/02/09 08:07:51 oj 1.5.260.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cfb693f1694eb752c15682046139dd1789e49de7]

        INTEGRATION: CWS dba24 (1.7.260); FILE MERGED 2005/02/09 08:07:51 oj 1.7.260.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [059a7172ec2bae9ee1470d5a6f0fe10386d48d76]

        INTEGRATION: CWS dba24 (1.6.260); FILE MERGED 2005/02/09 08:07:51 oj 1.6.260.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7f3fa9a8c96232018759568f79861cc4e78db41b]

        INTEGRATION: CWS dba24 (1.5.260); FILE MERGED 2005/02/09 08:07:50 oj 1.5.260.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [03a0551bedf61c4d746c4c4df5b231815cd2933a]

        INTEGRATION: CWS dba24 (1.4.262); FILE MERGED 2005/02/09 08:07:50 oj 1.4.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [74101241eccfd5e3d98878689424b67a5b557ccc]

        INTEGRATION: CWS dba24 (1.7.262); FILE MERGED 2005/02/09 08:07:49 oj 1.7.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [bc03206fe86778d007264f30d0d177df77548925]

        INTEGRATION: CWS dba24 (1.5.246); FILE MERGED 2005/02/09 08:07:49 oj 1.5.246.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1e8a52195f66a76195af808cae31914450e3199c]

        INTEGRATION: CWS dba24 (1.4.262); FILE MERGED 2005/02/09 08:07:49 oj 1.4.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c86fe19877fe86b090d240a04d6a7cef57918746]

        INTEGRATION: CWS dba24 (1.4.262); FILE MERGED 2005/02/09 08:07:48 oj 1.4.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cbbd3009e6a1921e551d79fc78d278d348e73965]

        INTEGRATION: CWS dba24 (1.3.262); FILE MERGED 2005/02/09 08:07:48 oj 1.3.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [83b88e90e74aac02878ff339bd6ddf80a2eed7d1]

        INTEGRATION: CWS dba24 (1.6.240); FILE MERGED 2005/02/09 08:07:48 oj 1.6.240.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [96c5189f7664ace06d4d644aa685597776a30bfb]

        INTEGRATION: CWS dba24 (1.10.52); FILE MERGED 2005/03/08 07:54:14 fs 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2005/02/04 08:43:35 oj 1.10.52.1: STLPort fix from thb

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [df2fd5dc6e83ab9f9b259d545fa28e71d24a614b]

        INTEGRATION: CWS dba24 (1.4.32); FILE MERGED 2005/02/09 08:07:48 oj 1.4.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7773a427b4275cc57dd63755b4304b09f82f8f7f]

        INTEGRATION: CWS dba24 (1.3.240); FILE MERGED 2005/02/09 08:07:47 oj 1.3.240.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d4b5ee96c6842cccbfd504910f72543b1971fd49]

        INTEGRATION: CWS dba24 (1.5.32); FILE MERGED 2005/02/09 08:07:47 oj 1.5.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [df4a4353cf28f24d82528ee546ceff9131c7ee2d]

        INTEGRATION: CWS dba24 (1.10.44); FILE MERGED 2005/03/08 07:54:05 fs 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2005/02/04 08:43:35 oj 1.10.44.1: STLPort fix from thb

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7530468a316f93c6f20f0e73da5d19610000f630]

        INTEGRATION: CWS dba24 (1.2.262); FILE MERGED 2005/02/09 08:07:47 oj 1.2.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [bcc228ecadfe5b6ce3ddada7a29c96f2e5c87071]

        INTEGRATION: CWS dba24 (1.4.58); FILE MERGED 2005/02/09 08:07:47 oj 1.4.58.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0b0f6b9aaa6072675ac16d594058dd075f9c557a]

        INTEGRATION: CWS dba24 (1.10.52); FILE MERGED 2005/03/08 07:46:17 fs 1.10.52.2: RESYNC: (1.10-1.12); FILE MERGED 2005/02/04 08:43:36 oj 1.10.52.1: STLPort fix from thb

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [960b200097a21eb2d8504c40f51a6eeeba78f454]

        INTEGRATION: CWS dba24 (1.2.262); FILE MERGED 2005/02/09 08:07:46 oj 1.2.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [df4789c477430a5f8acc7467c5c827ebd1d76606]

        INTEGRATION: CWS dba24 (1.30.52); FILE MERGED 2005/03/08 07:45:45 fs 1.30.52.3: RESYNC: (1.31-1.32); FILE MERGED 2005/02/21 11:11:58 oj 1.30.52.2: RESYNC: (1.30-1.31); FILE MERGED 2005/02/04 08:43:36 oj 1.30.52.1: STLPort fix from thb

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [03ef02928762ff07ff2aa6ac754851a5763f0ae4]

        INTEGRATION: CWS dba24 (1.3.10); FILE MERGED 2005/03/08 07:45:37 fs 1.3.10.3: RESYNC: (1.5-1.6); FILE MERGED 2005/02/21 11:08:02 oj 1.3.10.2: RESYNC: (1.3-1.5); FILE MERGED 2005/02/04 08:43:37 oj 1.3.10.1: STLPort fix from thb

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2956c23f0d74d33343e30df64025cef597ab94b0]

        INTEGRATION: CWS dba24 (1.11.240); FILE MERGED 2005/02/09 08:07:46 oj 1.11.240.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7dda15993f2122f6e084d545b77dff491e02b631]

        INTEGRATION: CWS dba24 (1.5.52); FILE MERGED 2005/03/08 07:45:28 fs 1.5.52.3: RESYNC: (1.5-1.6); FILE MERGED 2005/02/10 13:38:05 fs 1.5.52.2: found during #i15113#: m_bFixedLength never used 2005/02/04 08:43:37 oj 1.5.52.1: STLPort fix from thb

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f5de885111c7d24ef649a2e0160581f47ce941a2]

        INTEGRATION: CWS dba24 (1.9.262); FILE MERGED 2005/02/10 13:38:04 fs 1.9.262.1: found during #i15113#: m_bFixedLength never used

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9c01ac50e44f3e268f0e2f7a15070f9756eae880]

        INTEGRATION: CWS dba24 (1.3.262); FILE MERGED 2005/02/09 08:07:45 oj 1.3.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c75b56576633335f5cef0f2c55bd9b6e21170ff5]

        INTEGRATION: CWS dba24 (1.2.262); FILE MERGED 2005/02/09 08:07:45 oj 1.2.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9e580c7e67ec149186c50ebfc47c794428b60a75]

        INTEGRATION: CWS dba24 (1.5.262); FILE MERGED 2005/02/09 08:07:45 oj 1.5.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5843f71425ee797462a3045e87dba84a24839254]

        INTEGRATION: CWS dba24 (1.2.172); FILE MERGED 2005/02/09 08:07:44 oj 1.2.172.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e5f59f76d7218a3f5ddb1c82de074ef0e18cd25a]

        INTEGRATION: CWS dba24 (1.2.172); FILE MERGED 2005/02/09 08:07:43 oj 1.2.172.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6078652b7b85681603f3d8ccfa1d46b7f1d6f71a]

        INTEGRATION: CWS dba24 (1.2.172); FILE MERGED 2005/02/10 13:38:09 fs 1.2.172.1: found during #i15113#: m_bFixedLength never used

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fb8d5b61de9bc8ded75b1dbf258a21802b759a85]

        INTEGRATION: CWS dba24 (1.4.44); FILE MERGED 2005/02/21 11:06:12 oj 1.4.44.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/10 13:38:08 fs 1.4.44.1: found during #i15113#: m_bFixedLength never used

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9d82473205ea50ff88308822b9462aa5be21a3b1]

        INTEGRATION: CWS dba24 (1.21.32); FILE MERGED 2005/02/09 08:07:42 oj 1.21.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [10daf6330ade8703bdda82d5a274d028edaef8c3]

        INTEGRATION: CWS dba24 (1.12.52); FILE MERGED 2005/02/09 08:07:42 oj 1.12.52.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [663e41a7d51a97d2f645f78a241c98f0f2bad76b]

        INTEGRATION: CWS dba24 (1.9.262); FILE MERGED 2005/02/09 08:07:42 oj 1.9.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6344d0e090ed256d43c6c8a32f66893f6a6cac13]

        INTEGRATION: CWS dba24 (1.10.260); FILE MERGED 2005/02/09 08:07:41 oj 1.10.260.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [27b7b8a71ee019ece02a81ef7a917ae909ce207a]

        INTEGRATION: CWS dba24 (1.7.262); FILE MERGED 2005/02/09 08:07:41 oj 1.7.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ea8caa220e948b0be8f011dab6a7975ff907ac23]

        INTEGRATION: CWS dba24 (1.2.262); FILE MERGED 2005/02/09 08:07:41 oj 1.2.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ce9c73bf6fb38509e57f03ccc5a0318b56dddbc5]

        INTEGRATION: CWS dba24 (1.11.32); FILE MERGED 2005/02/09 08:07:40 oj 1.11.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b1daea610f67814967b85b3f7e6326c3d2ae5b96]

        INTEGRATION: CWS dba24 (1.6.260); FILE MERGED 2005/02/09 08:07:40 oj 1.6.260.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [89486b29e2c2b1c23ec9971603d711f3f8a0e8c4]

        INTEGRATION: CWS dba24 (1.14.32); FILE MERGED 2005/02/09 08:07:40 oj 1.14.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2da1102567d1d9fb8d9f6ab605676684a4f6b0fa]

        INTEGRATION: CWS dba24 (1.13.32); FILE MERGED 2005/02/09 08:07:40 oj 1.13.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7e18e6ab90354d9760ff7566a9fdf431fafca3a6]

        INTEGRATION: CWS dba24 (1.3.262); FILE MERGED 2005/02/09 08:07:39 oj 1.3.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3ec0c1da41febebb10d5d0eef3f40e901ccd8094]

        INTEGRATION: CWS dba24 (1.11.32); FILE MERGED 2005/02/09 08:07:39 oj 1.11.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ebcbe32e3ac0fd96535eb450a4757cbaf8e64c55]

        INTEGRATION: CWS dba24 (1.6.260); FILE MERGED 2005/02/09 08:07:39 oj 1.6.260.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [927ff0296b17b58e32bdcf72216f082dda2a875f]

        INTEGRATION: CWS dba24 (1.15.188); FILE MERGED 2005/02/09 08:07:39 oj 1.15.188.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0510154c13465236c7335f10faef50f801b9ff7c]

        INTEGRATION: CWS dba24 (1.15.32); FILE MERGED 2005/02/09 08:07:38 oj 1.15.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6421c7585455d2f9be3001b4a48e39170ec9ddcd]

        INTEGRATION: CWS dba24 (1.14.32); FILE MERGED 2005/02/09 08:07:38 oj 1.14.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cb3eacdab65bf20d0f015f2067729f6e0c915ce7]

        INTEGRATION: CWS dba24 (1.13.32); FILE MERGED 2005/02/09 08:07:38 oj 1.13.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5cd310770b93d8c54cc4ce3d776fe346a3ac355b]

        INTEGRATION: CWS dba24 (1.29.32); FILE MERGED 2005/02/09 08:07:37 oj 1.29.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3a92a1a2e75a4f5c71308be2a4c2fca35f8d876f]

        INTEGRATION: CWS dba24 (1.18.52); FILE MERGED 2005/02/09 08:07:37 oj 1.18.52.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [92e98512bdcf7cf25eb688d2e6974934da7b4be2]

        INTEGRATION: CWS dba24 (1.18.32); FILE MERGED 2005/02/09 08:07:37 oj 1.18.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [691ec7ff682cf1c54ede3e7cc2ba81e2a0a162d9]

        INTEGRATION: CWS dba24 (1.7.262); FILE MERGED 2005/02/09 08:07:36 oj 1.7.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [024795344bca027ebaeae180d6f935a157761a8f]

        INTEGRATION: CWS dba24 (1.8.262); FILE MERGED 2005/02/09 08:07:36 oj 1.8.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9f1287effbaa84684bd3e7af9aa80369e5fb2ae0]

        INTEGRATION: CWS dba24 (1.17.52); FILE MERGED 2005/03/08 07:44:47 fs 1.17.52.3: RESYNC: (1.17-1.18); FILE MERGED 2005/02/09 08:07:36 oj 1.17.52.2: #i26950# remove the need for XNamed 2005/02/04 08:43:39 oj 1.17.52.1: STLPort fix from thb

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2bf146d5eee62780cbb3387169cc9c4bbc8b9991]

        INTEGRATION: CWS dba24 (1.15.262); FILE MERGED 2005/02/09 08:07:36 oj 1.15.262.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fb2cbe6e25883479de96e87b7a738e2a5fb77c64]

        INTEGRATION: CWS dba24 (1.11.240); FILE MERGED 2005/02/09 08:07:35 oj 1.11.240.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2661b3c755cc12c36df9e3c5a3984ba724886bc0]

        INTEGRATION: CWS dba24 (1.53.18); FILE MERGED 2005/02/21 11:04:43 oj 1.53.18.2: RESYNC: (1.53-1.54); FILE MERGED 2005/02/10 12:56:28 fs 1.53.18.1: #i42407# getComposedRowSetStatement: care for forms embedded in DB documents

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [27528a66c426dde59617e36ee7234929a3b84c48]

        INTEGRATION: CWS dba24 (1.5.52); FILE MERGED 2005/02/09 08:07:35 oj 1.5.52.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c1ac7297dbf793142026160bb27b093fa9d7d0ca]

        INTEGRATION: CWS dba24 (1.1.240); FILE MERGED 2005/02/09 08:07:35 oj 1.1.240.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1c0e4b21d7e353c8ea2e378105626f8c2caded6f]

        INTEGRATION: CWS dba24 (1.3.32); FILE MERGED 2005/02/09 08:07:34 oj 1.3.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [126b3f326654186ef6708f531912b7b9faca587c]

        INTEGRATION: CWS dba24 (1.1.240); FILE MERGED 2005/02/09 08:07:34 oj 1.1.240.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5db843ee0f10b3a7d82d2c39d33dc0b80b429697]

        INTEGRATION: CWS dba24 (1.3.52); FILE MERGED 2005/02/09 08:07:34 oj 1.3.52.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b466f9c3d1b915a89e93a9be23fe1b4744af3b22]

        INTEGRATION: CWS dba24 (1.3.54); FILE MERGED 2005/02/22 11:41:35 oj 1.3.54.1: #i43296# remove find and append java names directly

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5929527fee846979c18813c99da9b6dbb08d15d4]

        INTEGRATION: CWS dba24 (1.20.32); FILE MERGED 2005/02/09 08:07:33 oj 1.20.32.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6abead6cc2e7cfdd563e51ff96d9ca3fa43ddcab]

        INTEGRATION: CWS dba24 (1.1.240); FILE MERGED 2005/02/09 08:07:33 oj 1.1.240.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [989be7d855552f97992a57b4ce7b8543a8cc023e]

        INTEGRATION: CWS dba24 (1.1.240); FILE MERGED 2005/02/09 08:07:32 oj 1.1.240.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [db8a4aa77e3a1287bd8db194fe0f1f8a13007f4e]

        INTEGRATION: CWS dba24 (1.3.52); FILE MERGED 2005/02/09 08:07:32 oj 1.3.52.1: #i26950# remove the need for XNamed

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b35f0e00a3fc6680a5f81a223ac1e0be7a1fba62]

        INTEGRATION: CWS dba24 (1.3.20); FILE MERGED 2005/02/22 11:41:10 oj 1.3.20.1: #i43296# remove find and append java names directly

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e74c27b8afcd02329404fe5b32de0e3e218c2e9f]

        INTEGRATION: CWS macosx03 (1.86.8); FILE MERGED 2005/03/06 19:43:49 pjanik 1.86.8.1: #i43994#: libxml2 has different name on MacOS X.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7d1c1393eecf0cfcce06f35b0b18311f1e887aee]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/02 09:41:36 dbo 1.1.2.1: #i37777# new scopeguard

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [17656a371c0b410da352a54f2e4c4d6fe0138db8]

        INTEGRATION: CWS presfixes01 (1.28.34); FILE MERGED 2005/02/02 09:41:35 dbo 1.28.34.1: #i37777# new scopeguard

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [59d5e3eb71e637f2f9d4fd1286ecdf09d1449e60]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/02 09:40:38 dbo 1.1.2.1: #i37777# new scopeguard, boost::optional<> helpers

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3ccffeac0f27b307424fbb6ae1285406fb65cd78]

        INTEGRATION: CWS presfixes01 (1.2.118); FILE MERGED 2005/02/02 09:40:37 dbo 1.2.118.1: #i37777# new scopeguard, boost::optional<> helpers

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a2c7350a1e4c582489ca5c6d14821517de552f5e]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/01/27 15:58:19 dbo 1.2.6.1: #i39662# using shared timer for correct pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [14d868cc3370944d5d9522401846a1014b648c32]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/01/26 11:21:39 dbo 1.2.6.1: #i39787# minor changes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [66af8bc833cfccb7ea5531ff16a66bcfbd35b028]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/02 22:47:01 dbo 1.2.6.2: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/26 11:20:06 dbo 1.2.6.1: #i39787# more helpers Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3fc2b1a3d5cc4b0da097a6f1c79296c230d73f5f]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/02 22:47:01 dbo 1.2.6.2: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 15:49:48 dbo 1.2.6.1: #i39662# sound pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [629917ae5eac33494d369eeca467c22312a91bc2]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/16 11:17:50 fs 1.2.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cb33f2576db705e1914c1776f3f533d4885df6ef]

        INTEGRATION: CWS presfixes01 (1.4.2); FILE MERGED 2005/01/30 15:55:31 dbo 1.4.2.2: #i39787# Issue number: Submitted by: Reviewed by: 2005/01/26 11:21:39 dbo 1.4.2.1: #i39787# minor changes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ed824fdd0b1df3753b5474a67e0fdffa08e3e2b7]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/17 23:56:54 thb 1.2.6.4: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/02/02 22:47:01 dbo 1.2.6.3: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 16:01:00 dbo 1.2.6.2: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by: 2005/01/27 15:58:19 dbo 1.2.6.1: #i39662# using shared timer for correct pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b4433c8266b376210c24ae87a39ce264fe87fd00]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/03/03 14:17:29 thb 1.2.6.2: #i43927# Slightly changed the way updateScreen() is handled: since just lately, there were several places introduced which had to call View::updateScreen() manually (RehearsetimtinActivity, WaitSymbol, etc.). Together with the recent change regarding #i42499#, this resulted in the unfortunate situation that LayerManager::update() was not called before updateScreen(). Now, the view update is centrally handled by the EventMultiplexer (which also knows the LayerManager), I've therefore changed all direct calls to View::updateScreen() to EventMultiplexer::updateScreenContent() 2005/02/15 12:45:10 thb 1.2.6.1: #i42440# Moved sprite-growing code to slideshow, we already handle the case there for update areas of antialiased shapes; Improved/reformatted documentation; (Hopefully) fixed the problem that sometimes, the first effect preview did not work. The reason there was presumably the clearing of the EventQueue before every slide, and the fact that EventMultiplexer only generated new tick events when it thought ticking was switched off.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d71cd2b0359aa78e99c647913a415caa7f53e989]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/15 12:45:10 thb 1.2.6.1: #i42440# Moved sprite-growing code to slideshow, we already handle the case there for update areas of antialiased shapes; Improved/reformatted documentation; (Hopefully) fixed the problem that sometimes, the first effect preview did not work. The reason there was presumably the clearing of the EventQueue before every slide, and the fact that EventMultiplexer only generated new tick events when it thought ticking was switched off.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9b18d9fde6ba180a93397ca8bd6c85947c222e74]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/17 23:56:54 thb 1.2.6.2: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/01/30 16:01:00 dbo 1.2.6.1: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [354719ebbcc4c879d8e2d3bc3d2e2162fb5afac7]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/03/03 14:17:28 thb 1.2.6.3: #i43927# Slightly changed the way updateScreen() is handled: since just lately, there were several places introduced which had to call View::updateScreen() manually (RehearsetimtinActivity, WaitSymbol, etc.). Together with the recent change regarding #i42499#, this resulted in the unfortunate situation that LayerManager::update() was not called before updateScreen(). Now, the view update is centrally handled by the EventMultiplexer (which also knows the LayerManager), I've therefore changed all direct calls to View::updateScreen() to EventMultiplexer::updateScreenContent() 2005/02/02 22:47:01 dbo 1.2.6.2: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 16:00:59 dbo 1.2.6.1: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [305082c26c10d66d6c9386b9c57e8c26397808df]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/16 11:17:49 fs 1.2.6.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/01/26 11:17:20 dbo 1.2.6.1: #i40888##i40976# reverse for spiral, clock fixed random index Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f5bda03db118e1fad24e6c866e54608e5fff9d80]

        INTEGRATION: CWS presfixes01 (1.3.2); FILE MERGED 2005/02/15 23:51:01 thb 1.3.2.4: #i42440# Moved sprite-growing code to slideshow, some minor issues with size calculations for empty slides (when a 'leaving' slide is needed, but there's no previous one, an empty bitmap is generated) 2005/02/02 22:47:00 dbo 1.3.2.3: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 15:54:43 dbo 1.3.2.2: #i39787# correct bitmap dimensions Issue number: Submitted by: Reviewed by: 2005/01/26 11:18:33 dbo 1.3.2.1: #i39787# slide transition revision: recalc bitmaps/sprites in case of view changes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [249857ca1d23abf04ede55b4cb5528402f9ef1e0]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/15 23:51:01 thb 1.1.2.4: #i42440# Moved sprite-growing code to slideshow, some minor issues with size calculations for empty slides (when a 'leaving' slide is needed, but there's no previous one, an empty bitmap is generated) 2005/02/07 01:05:37 thb 1.1.2.3: #i38960# Slight adaptions for new timer handling: event and activities queue now share a timer, such that e.g. a hold on this timer affects the other queue, too; slight reworks to slidechangebase, now creating the slide bitmap(s) on start(), too. 2005/01/30 15:54:43 dbo 1.1.2.2: #i39787# correct bitmap dimensions Issue number: Submitted by: Reviewed by: 2005/01/26 11:18:33 dbo 1.1.2.1: #i39787# slide transition revision: recalc bitmaps/sprites in case of view changes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cd41ee96824d42759c9e5e671444d22656557140]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/15 23:51:00 thb 1.1.2.5: #i42440# Moved sprite-growing code to slideshow, some minor issues with size calculations for empty slides (when a 'leaving' slide is needed, but there's no previous one, an empty bitmap is generated) 2005/02/15 12:45:09 thb 1.1.2.4: #i42440# Moved sprite-growing code to slideshow, we already handle the case there for update areas of antialiased shapes; Improved/reformatted documentation; (Hopefully) fixed the problem that sometimes, the first effect preview did not work. The reason there was presumably the clearing of the EventQueue before every slide, and the fact that EventMultiplexer only generated new tick events when it thought ticking was switched off. 2005/02/07 01:05:37 thb 1.1.2.3: #i38960# Slight adaptions for new timer handling: event and activities queue now share a timer, such that e.g. a hold on this timer affects the other queue, too; slight reworks to slidechangebase, now creating the slide bitmap(s) on start(), too. 2005/01/30 15:54:43 dbo 1.1.2.2: #i39787# correct bitmap dimensions Issue number: Submitted by: Reviewed by: 2005/01/26 11:18:32 dbo 1.1.2.1: #i39787# slide transition revision: recalc bitmaps/sprites in case of view changes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fcb94d82cc536301ce7c50f87e23536241cd9ebf]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/01/26 11:18:32 dbo 1.2.6.1: #i39787# slide transition revision: recalc bitmaps/sprites in case of view changes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e447bc6d1c315d364811edad6897ccbd8a14a729]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/25 12:55:23 dbo 1.2.6.1: #i42443# increasing element resolution, workaround empty polypolygon clipping problem Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1eeb1763a2f940b7c06108a60b3cc60df4c3794d]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/01/30 15:54:42 dbo 1.2.6.2: #i39787# correct bitmap dimensions Issue number: Submitted by: Reviewed by: 2005/01/26 11:18:31 dbo 1.2.6.1: #i39787# slide transition revision: recalc bitmaps/sprites in case of view changes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [dc8d72b8ff49c2c7d4764e253efb2d5dcc098684]

        INTEGRATION: CWS presfixes01 (1.3.2); FILE MERGED 2005/02/15 23:51:00 thb 1.3.2.3: #i42440# Moved sprite-growing code to slideshow, some minor issues with size calculations for empty slides (when a 'leaving' slide is needed, but there's no previous one, an empty bitmap is generated) 2005/01/30 15:54:42 dbo 1.3.2.2: #i39787# correct bitmap dimensions Issue number: Submitted by: Reviewed by: 2005/01/26 11:18:31 dbo 1.3.2.1: #i39787# slide transition revision: recalc bitmaps/sprites in case of view changes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [bb31fd5873de3176c91bf0ca9b11f36f7d3b1935]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/25 12:55:23 dbo 1.2.6.2: #i42443# increasing element resolution, workaround empty polypolygon clipping problem Issue number: Submitted by: Reviewed by: 2005/02/15 12:45:09 thb 1.2.6.1: #i42440# Moved sprite-growing code to slideshow, we already handle the case there for update areas of antialiased shapes; Improved/reformatted documentation; (Hopefully) fixed the problem that sometimes, the first effect preview did not work. The reason there was presumably the clearing of the EventQueue before every slide, and the fact that EventMultiplexer only generated new tick events when it thought ticking was switched off.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [74bf50a3c3b0e477753790c193cc2851030b625b]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/17 23:56:53 thb 1.2.2.2: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/01/30 16:00:59 dbo 1.2.2.1: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4d795e6499e229c3ca88c2454be9a7cfae2405e2]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/17 23:56:53 thb 1.2.2.1: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [66c855f2673645f2c9b4bbe297ae27f1adc779ce]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/17 23:56:53 thb 1.2.2.2: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/01/30 15:58:02 dbo 1.2.2.1: #i41478# assertion Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2ce7fed4e80c478cd5348e8eac1b554fc41d270a]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/01/30 15:51:03 dbo 1.2.2.1: #i39662# sound pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [08dc57a3df5546e8bef7e8c291d93f8cd19f9795]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/17 23:56:53 thb 1.2.2.4: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/02/02 22:47:00 dbo 1.2.2.3: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 16:00:58 dbo 1.2.2.2: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by: 2005/01/27 15:58:18 dbo 1.2.2.1: #i39662# using shared timer for correct pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [29ec1df5639b86fadf3d1616a2a714d4f18723e2]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/17 23:56:52 thb 1.2.2.5: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/02/07 01:05:36 thb 1.2.2.4: #i38960# Slight adaptions for new timer handling: event and activities queue now share a timer, such that e.g. a hold on this timer affects the other queue, too; slight reworks to slidechangebase, now creating the slide bitmap(s) on start(), too. 2005/02/02 22:47:00 dbo 1.2.2.3: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 16:00:58 dbo 1.2.2.2: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by: 2005/01/27 15:58:18 dbo 1.2.2.1: #i39662# using shared timer for correct pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [aba84ba1437b26f9e5757207f50363f6fd0c7842]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/17 23:56:52 thb 1.2.2.1: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [377711a73be5ccacc90ace9400032cff13342749]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/02 22:47:00 dbo 1.2.2.1: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4b85b34a8b531364c74e183a7adfb85315751197]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/17 23:56:52 thb 1.2.2.3: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/02/02 22:46:59 dbo 1.2.2.2: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 16:00:58 dbo 1.2.2.1: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [865868281ff1d994db084b4efb8c3aa5e8fc0ea2]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/17 23:56:52 thb 1.2.2.3: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/02/02 22:46:59 dbo 1.2.2.2: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 16:00:57 dbo 1.2.2.1: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3cbce7b957a9bc234cbbb0de3596235b234b13c7]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/17 23:56:51 thb 1.2.2.4: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/02/16 11:17:48 fs 1.2.2.3: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/02 22:46:59 dbo 1.2.2.2: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/27 15:58:18 dbo 1.2.2.1: #i39662# using shared timer for correct pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cf0f2800f948e43b50734f1b6f6dea1dc1cc36d6]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/01/27 15:58:17 dbo 1.2.6.1: #i39662# using shared timer for correct pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c37ed4fe96961ab7d973b17962fcb73764b88ed6]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/03/09 12:19:09 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2005/03/03 14:17:28 thb 1.2.2.2: #i43927# Slightly changed the way updateScreen() is handled: since just lately, there were several places introduced which had to call View::updateScreen() manually (RehearsetimtinActivity, WaitSymbol, etc.). Together with the recent change regarding #i42499#, this resulted in the unfortunate situation that LayerManager::update() was not called before updateScreen(). Now, the view update is centrally handled by the EventMultiplexer (which also knows the LayerManager), I've therefore changed all direct calls to View::updateScreen() to EventMultiplexer::updateScreenContent() 2005/02/16 11:17:48 fs 1.2.2.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [01416cdd189f3cfe8d7c77c303dee88560099c2b]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/03/03 14:17:28 thb 1.2.2.3: #i43927# Slightly changed the way updateScreen() is handled: since just lately, there were several places introduced which had to call View::updateScreen() manually (RehearsetimtinActivity, WaitSymbol, etc.). Together with the recent change regarding #i42499#, this resulted in the unfortunate situation that LayerManager::update() was not called before updateScreen(). Now, the view update is centrally handled by the EventMultiplexer (which also knows the LayerManager), I've therefore changed all direct calls to View::updateScreen() to EventMultiplexer::updateScreenContent() 2005/02/16 11:17:47 fs 1.2.2.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/02 22:46:59 dbo 1.2.2.1: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [aaa0e47dc106303f8ba11941840f5a4f4c7907ad]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/16 11:17:46 fs 1.2.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8e37d855bc6d232b59c948855d346190141bf99a]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/02 22:46:58 dbo 1.2.6.2: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 15:50:04 dbo 1.2.6.1: #i39662# sound pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7338b4f2ab8f9eb8cb4cf9358ba9520e773ed3fe]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:17:45 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [25ee1340b0ee7bad284887303199ac64d2e7f66a]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/02/17 23:56:51 thb 1.2.2.3: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/01/30 16:00:57 dbo 1.2.2.2: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by: 2005/01/26 11:28:54 dbo 1.2.2.1: #i39787# cleanup, minor changes Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [80ee6f9bafba9a5067871fd03580e1a6cde4f9f6]

        INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED 2005/03/03 14:17:27 thb 1.2.2.6: #i43927# Slightly changed the way updateScreen() is handled: since just lately, there were several places introduced which had to call View::updateScreen() manually (RehearsetimtinActivity, WaitSymbol, etc.). Together with the recent change regarding #i42499#, this resulted in the unfortunate situation that LayerManager::update() was not called before updateScreen(). Now, the view update is centrally handled by the EventMultiplexer (which also knows the LayerManager), I've therefore changed all direct calls to View::updateScreen() to EventMultiplexer::updateScreenContent() 2005/02/17 23:56:51 thb 1.2.2.5: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/02/16 11:17:44 fs 1.2.2.4: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/02 22:46:58 dbo 1.2.2.3: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 16:00:56 dbo 1.2.2.2: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by: 2005/01/27 15:58:17 dbo 1.2.2.1: #i39662# using shared timer for correct pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a4e9678c79220484795b2d3d5747b47062df9f7d]

        INTEGRATION: CWS presfixes01 (1.6.2); FILE MERGED 2005/03/03 16:32:14 bm 1.6.2.1: #i43928# problem with boost weak pointer and optimization by Solaris compiler

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2e4edd93f6beb5729e5371336eeef84894ce99bd]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/17 23:56:50 thb 1.4.6.4: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/02/07 01:05:36 thb 1.4.6.3: #i38960# Slight adaptions for new timer handling: event and activities queue now share a timer, such that e.g. a hold on this timer affects the other queue, too; slight reworks to slidechangebase, now creating the slide bitmap(s) on start(), too. 2005/02/02 22:46:58 dbo 1.4.6.2: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/27 15:58:17 dbo 1.4.6.1: #i39662# using shared timer for correct pausing Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d542850b6cc5b783cd984c81ae4193723d835173]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/03/03 14:17:25 thb 1.2.6.3: #i43927# Slightly changed the way updateScreen() is handled: since just lately, there were several places introduced which had to call View::updateScreen() manually (RehearsetimtinActivity, WaitSymbol, etc.). Together with the recent change regarding #i42499#, this resulted in the unfortunate situation that LayerManager::update() was not called before updateScreen(). Now, the view update is centrally handled by the EventMultiplexer (which also knows the LayerManager), I've therefore changed all direct calls to View::updateScreen() to EventMultiplexer::updateScreenContent() 2005/02/16 11:17:42 fs 1.2.6.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/15 12:45:08 thb 1.2.6.1: #i42440# Moved sprite-growing code to slideshow, we already handle the case there for update areas of antialiased shapes; Improved/reformatted documentation; (Hopefully) fixed the problem that sometimes, the first effect preview did not work. The reason there was presumably the clearing of the EventQueue before every slide, and the fact that EventMultiplexer only generated new tick events when it thought ticking was switched off.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0e4aa9bc510d47272ed0eab8fdf5002fdb3a90b0]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/16 11:17:41 fs 1.2.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3fb4d8608c1df7ccc9aa5147327a56b38b69d1ad]

        INTEGRATION: CWS presfixes01 (1.3.2); FILE MERGED 2005/02/16 11:17:40 fs 1.3.2.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3261c747973a4e675fd6d19852efc92df7eb9547]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/03/03 14:17:25 thb 1.3.6.6: #i43927# Slightly changed the way updateScreen() is handled: since just lately, there were several places introduced which had to call View::updateScreen() manually (RehearsetimtinActivity, WaitSymbol, etc.). Together with the recent change regarding #i42499#, this resulted in the unfortunate situation that LayerManager::update() was not called before updateScreen(). Now, the view update is centrally handled by the EventMultiplexer (which also knows the LayerManager), I've therefore changed all direct calls to View::updateScreen() to EventMultiplexer::updateScreenContent() 2005/02/17 23:56:50 thb 1.3.6.5: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation 2005/02/16 11:17:40 fs 1.3.6.4: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/07 01:05:35 thb 1.3.6.3: #i38960# Slight adaptions for new timer handling: event and activities queue now share a timer, such that e.g. a hold on this timer affects the other queue, too; slight reworks to slidechangebase, now creating the slide bitmap(s) on start(), too. 2005/02/02 22:46:57 dbo 1.3.6.2: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/30 16:00:55 dbo 1.3.6.1: #i37777# - using single presentation time base - activities queue detects and sets timing lag (calcTimeLag()) Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b01086cf7a4c810d2ee89a75641c43f89a7d4f6c]

        INTEGRATION: CWS presfixes01 (1.2.38); FILE MERGED 2005/02/16 13:20:33 fs 1.2.38.1: #i10000#

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4dda69abbfef2ec2906b08df734acf02a50566cd]

        INTEGRATION: CWS presfixes01 (1.2.8); FILE MERGED 2005/02/16 11:05:13 fs 1.2.8.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4ee5a8dba06056ea99e79e279da991e94314a162]

        INTEGRATION: CWS presfixes01 (1.2.8); FILE MERGED 2005/02/07 15:47:42 mbu 1.2.8.4: . 2005/02/07 15:34:51 mbu 1.2.8.3: more sort optimizations 2005/02/04 16:48:33 mbu 1.2.8.2: fixed strided element access in radix sort 2005/02/04 11:00:41 mbu 1.2.8.1: #i38960 performing radix sort now

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d7a915a8d1e33b0a52134195ad1af24b444ffef5]

        INTEGRATION: CWS presfixes01 (1.17.4); FILE MERGED 2005/02/10 03:04:22 thb 1.17.4.1: #i38960# Added isRectangle() predicate for B2DPolygons

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cf6c96ac099076f6369e5b13ddccd9c3d4744cf3]

        INTEGRATION: CWS presfixes01 (1.22.4); FILE MERGED 2005/02/16 17:37:04 thb 1.22.4.1: #i10000# No forward declaration of enums possible, extracted vector enums to separate header

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e4b963e20e2a9823228f144cc9c5b231adc7b21d]

        INTEGRATION: CWS presfixes01 (1.3.44); FILE MERGED 2005/02/16 17:01:02 thb 1.3.44.2: #i10000# No forward declaration of enums possible, extracted vector enums to separate header 2005/02/15 23:52:19 thb 1.3.44.1: #i42440# Unified B2I->B2I conversion, by adding an appropriate copy constructor also to B2DVector

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3aba60e0f5e23d94c9bbf0d1f66dccfbaf3ea764]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 17:00:36 thb 1.1.2.1: #i10000# No forward declaration of enums possible, extracted vector enums to separate header

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e41e220ad343d419a796fa9c75884358f94430c4]

        INTEGRATION: CWS presfixes01 (1.12.12); FILE MERGED 2005/02/16 17:01:01 thb 1.12.12.2: #i10000# No forward declaration of enums possible, extracted vector enums to separate header 2005/02/15 23:52:18 thb 1.12.12.1: #i42440# Unified B2I->B2I conversion, by adding an appropriate copy constructor also to B2DVector

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5234974d84b0fc18d8c967ebe766ab78b705a429]

        INTEGRATION: CWS presfixes01 (1.15.4); FILE MERGED 2005/02/10 03:04:22 thb 1.15.4.1: #i38960# Added isRectangle() predicate for B2DPolygons

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fb32db5e782cbe0f3dd61ecfd2a5d73c7927f4ce]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:40 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [02a4f17f5bc001d94e742dd24727f0e7b1f5a4b8]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:40 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ffa5dbd2fdf622bb38de85c27d3133092d189783]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:39 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [46dc80b4111fdb8f39c151d9ce7ac7d9193dfee9]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:39 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b3b2e752d22f0c3821de4588ba6f34859b0b3ac0]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:38 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [16ff6cfce57576ea56953e0928b37c03101f9b68]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:38 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5ef07cbe4b8f9a0a5da73aa7900c596948cf7c04]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:38 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ef3a1443a6fb133b99fdb8ca94bc9918babacbef]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:37 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9a2dd2f88d3bc4d559851efb2af729a221d0854e]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:37 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [54e804342b6d37812678e7502e29220394ff0ff7]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:36 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [41b69914a22c0b2d06bab9a6508327cf4c3d25d6]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:36 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [bd8dc0a1a62809bd292f4cc13c2fd49469bace29]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:35 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [555ad7a35e4589ffc5624294f10821da1ca0f60e]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:35 fs 1.3.6.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/04 17:45:46 thb 1.3.6.1: #i38960# Only create BitmapCanvas for Bitmaps that actually _have_ one - the new, tunneled VCL bitmaps don't

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [013fc1b331fab3c888c787c08cda3b8a476ef787]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:34 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d613097268310a9a6f2e9456b742fbb5ca5a36ad]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:33 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8937ed54eb402a0a89f64c86c8673ec468d84796]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/16 11:14:32 fs 1.2.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [29c303171e1b1c04906bdb063397fcb311d9e84d]

        INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED 2005/02/16 11:14:31 fs 1.2.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4981731893c2ec17ec78bbe5510cb9cfb60ce459]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/20 00:38:32 thb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/16 11:14:30 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0a1aa30446d08a59f28aaeb09967783291455a60]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/20 00:38:25 thb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/16 11:14:30 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [893bfed878b5aa4221cbc93587d7ee4aaa4c0c18]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:30 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a084e4af73b73e0e39a27b1259c11eba45505c69]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:29 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [356cd299f02cb7c4ee3e629d120642599bf275e5]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/20 00:38:18 thb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/16 11:14:29 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1089c585a64fc3c103bfd2efd57c0e616fa7b1d0]

        INTEGRATION: CWS presfixes01 (1.2.22); FILE MERGED 2005/02/16 11:14:28 fs 1.2.22.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9072edfb767b96d0b3bacb3f83f92b265bb10c15]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:28 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [347c0d01ced74986a0bbf59f3c08fc4e6c1fd12f]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:27 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [256a120970db8e1880346be5bc5c4575004cefae]

        INTEGRATION: CWS presfixes01 (1.4.4); FILE MERGED 2005/02/24 20:29:02 thb 1.4.4.4: #i42812# Don't hold reference into vector when modifying it at the same time. 2005/02/20 22:42:26 thb 1.4.4.3: #i10000# Merge fault: re-introduced drafts API 2005/02/20 00:38:08 thb 1.4.4.2: RESYNC: (1.4-1.6); FILE MERGED 2005/02/16 11:14:27 fs 1.4.4.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [71b7e5bfb4d3fe67565081060e36d8f2c5fc0fac]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:26 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [79bd2ee16b3d0b63c63355e80768fb0eadc2d6ba]

        INTEGRATION: CWS presfixes01 (1.2.22); FILE MERGED 2005/02/16 11:14:26 fs 1.2.22.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [cbda12a7bb7d8023da214a9c954a32f2c06e197d]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/20 00:38:01 thb 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/16 11:14:26 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7988ae3686f8537efeba54f27a7a36045669b9df]

        INTEGRATION: CWS presfixes01 (1.2.22); FILE MERGED 2005/02/16 11:14:25 fs 1.2.22.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2c2198927e398e41f861a792595ec209cfe1514b]

        INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED 2005/02/16 11:14:25 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e84e9e2544250c8d47c85eda86002115b8e4d6a3]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:25 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d339905bd8cb70f963ce544bd9b382f8384c0351]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:24 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [941f2fc86f0c98ce97c67e7b9c39e42ee30ed509]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:24 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [27232933defc5c8c4f45fc7b4d8429ae3c2fabfb]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:24 fs 1.4.6.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/15 12:27:06 thb 1.4.6.1: #i42440# After moving sprite-growing functionality from canvas to slideshow, had to slightly adapt the extra size for DX canvas

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7a04e38323c89bf1a51558c37774e340490c8031]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/16 11:14:23 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [27d3494ec46466036f85f0952cc485af46385a59]

        INTEGRATION: CWS presfixes01 (1.64.4); FILE MERGED 2005/02/20 00:36:50 thb 1.64.4.2: RESYNC: (1.64-1.66); FILE MERGED 2005/02/16 14:12:33 ssa 1.64.4.1: #118590# select fonts into screen dc first to get antialiased fonts

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0cb7cb0b248756dac97dbe6557c2b40b6829431a]

        INTEGRATION: CWS presfixes01 (1.4.310); FILE MERGED 2005/01/26 16:44:56 pl 1.4.310.1: #i41363# get system bitmap representation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7243a0420262fc0210359a7791651fa30cbf51cd]

        INTEGRATION: CWS presfixes01 (1.2.326); FILE MERGED 2005/01/26 16:44:55 pl 1.2.326.1: #i41363# get system bitmap representation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c3607b3bcb4540a90dece1eb53d7945a959beb5c]

        INTEGRATION: CWS presfixes01 (1.14.190); FILE MERGED 2005/02/09 12:16:41 hdu 1.14.190.3: #i42314# allow non-RGB format for DIB 2005/01/28 12:27:25 hdu 1.14.190.2: #i41536# get rid of redundant zeroing of bitmap memory 2005/01/26 16:44:55 pl 1.14.190.1: #i41363# get system bitmap representation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [eebfe01db27733e923e7e30f701adb615bfe7e6a]

        INTEGRATION: CWS presfixes01 (1.5.4); FILE MERGED 2005/01/26 16:44:52 pl 1.5.4.1: #i41363# get system bitmap representation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9d9515649c7baa84fdf095e84fcf20b5ada03b15]

        INTEGRATION: CWS presfixes01 (1.207.4); FILE MERGED 2005/02/20 00:34:21 thb 1.207.4.2: RESYNC: (1.207-1.208); FILE MERGED 2005/02/16 11:24:17 fs 1.207.4.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ca8a82f1664695d7036565efbd81791150573547]

        INTEGRATION: CWS presfixes01 (1.2.132); FILE MERGED 2005/02/16 11:24:15 fs 1.2.132.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ede0fc7693d9840a49542975e22cef6399bc9ba4]

        INTEGRATION: CWS presfixes01 (1.15.14); FILE MERGED 2005/01/26 12:24:10 pl 1.15.14.1: #i41363# tunneling XBitmap implementation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c9f55d6f0bc78bae828165f58d66d9b452d4f98e]

        INTEGRATION: CWS presfixes01 (1.3.56); FILE MERGED 2005/02/16 11:24:15 fs 1.3.56.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/01/26 12:24:10 pl 1.3.56.1: #i41363# tunneling XBitmap implementation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7fd748c62e0adc3994bbbb2b95b35b6d40dbb767]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:24:15 fs 1.1.2.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/01/26 12:24:09 pl 1.1.2.1: #i41363# tunneling XBitmap implementation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ea2e320999fdf8d2029ca751bed0c922cb9dd5c2]

        INTEGRATION: CWS presfixes01 (1.5.162); FILE MERGED 2005/02/10 13:38:49 hdu 1.5.162.3: #i42314# prepare more general operations in case they become perf critical 2005/02/09 13:39:14 hdu 1.5.162.2: #i42314# short circuit the most dominant bitmap conversions 2005/01/28 12:27:24 hdu 1.5.162.1: #i41536# get rid of redundant zeroing of bitmap memory

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [08e7b8198ecfe9b61b19ea5896db92594741e08c]

        INTEGRATION: CWS presfixes01 (1.7.132); FILE MERGED 2005/02/10 16:39:04 pl 1.7.132.2: #i42218# fix rect test to achieve same results as ImplPolyPolyRegionToBandRegionFunc 2005/02/07 18:26:54 pl 1.7.132.1: #i42218# Region::GetRegionFromPolyPolygon as performance shortcut

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [771e55674967d3045cea54f89d1424b86ae5b1e5]

        INTEGRATION: CWS presfixes01 (1.3.132); FILE MERGED 2005/02/10 16:12:25 pl 1.3.132.2: #i42218# fix right border case 2005/02/07 16:06:18 pl 1.3.132.1: #i42218# make ImplRegionBand::XOr functional

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [66a3afb8fafc62412f170572ce83d64ae5d0390d]

        INTEGRATION: CWS presfixes01 (1.26.16); FILE MERGED 2005/02/20 00:31:52 thb 1.26.16.3: RESYNC: (1.26-1.27); FILE MERGED 2005/02/10 13:38:49 hdu 1.26.16.2: #i42314# prepare more general operations in case they become perf critical 2005/02/09 13:41:53 hdu 1.26.16.1: #i42314# short circuit the most costly blending operation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b92f9697bf42a2f4ac7e2433292ad56d05818cf3]

        INTEGRATION: CWS presfixes01 (1.20.10); FILE MERGED 2005/02/20 00:31:34 thb 1.20.10.2: RESYNC: (1.20-1.21); FILE MERGED 2005/02/09 13:07:39 hdu 1.20.10.1: #i42314# add bmpfast.cxx

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [10ea062daa6f7fe1c8811447bbd9e08d44519088]

        INTEGRATION: CWS presfixes01 (1.4.310); FILE MERGED 2005/02/16 11:24:14 fs 1.4.310.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2ae02344ad7c843a7612a928bf61e6b73b3905d0]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/18 12:55:23 thb 1.1.2.5: #i10000# Fixed typo in assertion comparison 2005/02/14 12:43:13 hdu 1.1.2.4: #i42314# reduce code size by not instantiating rarely used conversions 2005/02/10 13:38:48 hdu 1.1.2.3: #i42314# prepare more general operations in case they become perf critical 2005/02/10 08:15:13 hdu 1.1.2.2: #i42314# avoid unused palette comparison 2005/02/09 13:45:36 hdu 1.1.2.1: #i42314# optimized conversion and blending ops for builtin bitmaps

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b563d247736c52dce991e5cd22156447c5d84613]

        INTEGRATION: CWS presfixes01 (1.11.212); FILE MERGED 2005/01/26 16:44:52 pl 1.11.212.1: #i41363# get system bitmap representation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e23e85a1ff2dfcc2ca81effeee21cdcb39be1e36]

        INTEGRATION: CWS presfixes01 (1.44.16); FILE MERGED 2005/02/09 12:22:36 hdu 1.44.16.1: #i42314# do not deliver obsolete header

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e8e512fa076741490f68054bee029001ca8fe2ea]

        INTEGRATION: CWS presfixes01 (1.20.122); FILE MERGED 2005/02/01 19:04:30 thb 1.20.122.1: #i38960# Avoiding stream in/out of shape metafiles, now tunneling them via XGraphic through the API

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [41e104d471be4f40d2b166fc6c342c673c6aa5b7]

        INTEGRATION: CWS presfixes01 (1.13.22); FILE MERGED 2005/03/09 07:33:01 fs 1.13.22.3: RESYNC: (1.16-1.19); FILE MERGED 2005/02/20 00:23:36 thb 1.13.22.2: RESYNC: (1.13-1.16); FILE MERGED 2005/02/16 11:34:24 fs 1.13.22.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a0f03a669d77205df98641b64b3aaa2b71421932]

        INTEGRATION: CWS presfixes01 (1.3.412); FILE MERGED 2005/02/16 11:34:22 fs 1.3.412.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [654839f99e6fbce04d70d023f2449d016233b8d2]

        INTEGRATION: CWS presfixes01 (1.69.62); FILE MERGED 2005/01/26 10:39:27 thb 1.69.62.1: #116716# Reverted editeng verbose text generation to keep portions intact; clarified documentation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [12335e37bcea0d49acf945fcf2e68fa10514b042]

        INTEGRATION: CWS presfixes01 (1.3.478); FILE MERGED 2005/02/16 11:34:21 fs 1.3.478.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [91999fece341ac1f5bd45406a0471962189de537]

        INTEGRATION: CWS presfixes01 (1.4.172); FILE MERGED 2005/02/16 11:34:19 fs 1.4.172.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2c62700ce593761030211c76005a05e9bb160db3]

        INTEGRATION: CWS presfixes01 (1.3.124); FILE MERGED 2005/03/09 07:31:04 fs 1.3.124.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/16 11:34:19 fs 1.3.124.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d9754eeadc55bf88f5bfef4c0239bd101d1166d2]

        INTEGRATION: CWS presfixes01 (1.8.60); FILE MERGED 2005/03/09 07:30:52 fs 1.8.60.3: RESYNC: (1.9-1.11); FILE MERGED 2005/02/20 00:14:30 thb 1.8.60.2: RESYNC: (1.8-1.9); FILE MERGED 2005/02/16 11:34:18 fs 1.8.60.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a6cbbd9d9cb9aaa49e1677b2b9dadb6a8bff6d48]

        INTEGRATION: CWS presfixes01 (1.87.64); FILE MERGED 2005/03/09 07:26:41 fs 1.87.64.2: RESYNC: (1.87-1.88); FILE MERGED 2005/02/16 11:25:50 fs 1.87.64.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [49403b746b954e4a1943fd26440484bf1f8745ff]

        INTEGRATION: CWS presfixes01 (1.69.16); FILE MERGED 2005/03/09 07:22:08 fs 1.69.16.3: RESYNC: (1.70-1.72); FILE MERGED 2005/02/20 00:10:23 thb 1.69.16.2: RESYNC: (1.69-1.70); FILE MERGED 2005/02/16 11:25:49 fs 1.69.16.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5e481c6eebb094d4aac73154abf2123ccbf3cc34]

        INTEGRATION: CWS presfixes01 (1.72.36); FILE MERGED 2005/03/09 07:23:43 fs 1.72.36.2: RESYNC: (1.72-1.73); FILE MERGED 2005/02/16 11:25:49 fs 1.72.36.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0dc8e64ae6759c0cc0053a626e6bede2fcbdf412]

        INTEGRATION: CWS presfixes01 (1.2.254); FILE MERGED 2005/02/16 11:25:48 fs 1.2.254.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9f58b41274a2eeead2aad77c69ec98f476a24417]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:54 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f9767eb6554843f5033aaba237a0323dc998b22b]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:26 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ad692ec78370efb4302971ac1a37d654d21ee924]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:25 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6397559385c9bb155262859af35b084e7c565f37]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:24 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fe4a4a3da1e2927ee69aba44d0d6cdeeb478fed9]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:23 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6108f8c2b25e7bdf2ce7d2a6364e0b01c07f784e]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:22 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3edcaa361aba69a25942e17698fb0c1ac14513bb]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:21 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3ce17eba4eaab555a8ba464a4c39cd5bf4044363]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:20 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1b98b6a6c86581393d5933d5db2ccf8a8246dd29]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:19 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [91f426406cfd653a861aec96bcfb8707d82e8682]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:18 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [814a31f0d1fb6449ac42c030bf094e68078cf1d3]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:17 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ec9f9baeac14e44b7e07130b9adf12e576e2fd8c]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:16 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4b7c334a3c8898dd4c7eecf4f323191b207ea3aa]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:15 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e76d68fe1aac1345b53d1a687f7b86d2e43c1a15]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:14 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ae30c2632f6544d5e28225e1b28487517cdd60db]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:13 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b044271729bde09ff91191d2881ce61ef8e0169f]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:12 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8a29235c0ecf99f2dbf228cc5af408ec4d4c81e5]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:11 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c22a1c3990805cacb3d5789858965a6ffdccdf07]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:10 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c85a625f5920831663511c5c96a2d9b63b2f2535]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:09 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9d90ac52f39fb28771ff39d3a09f70b2009647bb]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:08 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8bf94cdbdd296cebd648c17e7dd26d5dfdafd23d]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:07 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6559152f1206f285d179554165bff847c4032b76]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:06 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [08321a52ba8fc630ce2347e65426fff3d8145875]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:05 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3964d08a4eadbc3606959a75bf347980ca2431c4]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:04 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9d08602fd82e4ac10a96e74a88da26425562c175]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:03 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [14cecd1798892f3af414202dfbf6bdc89723fec0]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:02 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [91b6706b221f0798606410abfff63beedcea8d6a]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:01 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [355d29a35ea9b5bdfcfb5de6b1ec877878e0e80d]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:00 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [423a1607822743ea265eb3dc9f9f4256e9e3aa02]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:26:59 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2829627b398b9d922f10c4e7ab4afaa3dc57660b]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:26:58 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d3aaefca52b6b00de983f6b7655ff382f975be0e]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:26:57 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d2879dd3f0d16e06d6307e1a749eab41d46868c0]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:26:56 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2614925667568d861aed855865cefe64070fd522]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:26:55 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [be1ac7c95f1789daaf529f4ec93296aba29e15c3]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:26:54 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [5aa097d5078978001545b96c5655ee5990abdf9a]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:26:53 fs 1.1.2.1: moved from drafts.css.rendering to css.rendering

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f043b55a111c3cf9cc2b14b86b5dba234dfd7e8f]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:37 fs 1.1.2.1: moved from drafts.css.geometry to css.geomery

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [996b62984d6ff148cb7ea1b9ae2f1335ea249931]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:11 fs 1.1.2.1: moved from drafts.css.geometry to css.geomery

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3cd4a317e7ec2d8d5310c4c176e2cd8ccad20a12]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:10 fs 1.1.2.1: moved from drafts.css.geometry to css.geomery

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [bd5873f9feea102268be0faa96ae5f274e0b83d6]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:09 fs 1.1.2.1: moved from drafts.css.geometry to css.geomery

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3423aa046cc4e54c7288821b0b62f25f4b9a59fd]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:08 fs 1.1.2.1: moved from drafts.css.geometry to css.geomery

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d50841d2247701e49533c65b56a829e98bbe9db0]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:07 fs 1.1.2.1: moved from drafts.css.geometry to css.geomery

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [494e3f34e99e7ba127e0236088810cbf7eebaa98]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:06 fs 1.1.2.1: moved from drafts.css.geometry to css.geomery

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1e7a92739c7d961e38a27ff51b5b3ed6cc8ba528]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/16 11:27:05 fs 1.1.2.1: moved from drafts.css.geometry to css.geomery

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d4ffcd9b2f30ebdddf21cecab88f5057a052df34]

        INTEGRATION: CWS presfixes01 (1.21.184); FILE MERGED 2005/02/16 11:25:48 fs 1.21.184.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3311db995f2dbff8d2e2593299d7cf7eed73dfc1]

        INTEGRATION: CWS presfixes01 (1.56.28); FILE MERGED 2005/03/09 07:28:34 fs 1.56.28.2: RESYNC: (1.56-1.57); FILE MERGED 2005/02/16 11:15:10 fs 1.56.28.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2343729491f06059bd12b4b40634830ebf57b67c]

        INTEGRATION: CWS presfixes01 (1.37.16); FILE MERGED 2005/02/09 21:26:14 thb 1.37.16.1: #i38960# Using PriorityBooster, to temporarily increase current thread's scheduling priority. This tends to prevent thread preemption during frame preparation (which otherwise will cause one or more frame misses, which in turn causes animation jitter)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [4704e8c3072c6666f587cf4845bc607e086e60b7]

        INTEGRATION: CWS presfixes01 (1.3.70); FILE MERGED 2005/02/16 11:16:18 fs 1.3.70.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7facc343a91450381563b2a48f869f050b20d06b]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/19 23:54:11 thb 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/16 11:16:17 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [fbf04c69b973b50b7f6363f5e24d7319cbfae14d]

        INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED 2005/02/19 23:54:04 thb 1.4.6.2: RESYNC: (1.4-1.6); FILE MERGED 2005/01/28 16:13:29 mbu 1.4.6.1: #i38960

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [309c5f45da9fe4972b105c7c27d2ee14ff109dcc]

        INTEGRATION: CWS presfixes01 (1.5.6); FILE MERGED 2005/03/09 08:40:11 fs 1.5.6.10: RESYNC: (1.9-1.12); FILE MERGED 2005/02/25 12:29:21 dbo 1.5.6.9: #i12423# don't modify thread prio, because this most often kills sound (at least on Windows) Issue number: Submitted by: Reviewed by: 2005/02/19 23:53:56 thb 1.5.6.8: RESYNC: (1.5-1.9); FILE MERGED 2005/02/16 11:16:17 fs 1.5.6.7: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/09 21:24:36 thb 1.5.6.6: #i38960# Using PriorityBooster, to temporarily increase current thread's scheduling priority. This tends to prevent thread preemption during frame preparation (which otherwise will cause one or more frame misses, which in turn causes animation jitter) 2005/02/09 12:20:39 mbu 1.5.6.5: busy loop avoided 2005/01/31 00:13:59 thb 1.5.6.4: #i10000# Added module prefix for elapsedtime.hxx header 2005/01/28 16:13:21 mbu 1.5.6.3: #i38960 2005/01/28 15:52:35 mbu 1.5.6.2: enhanced timer frequency in slideshow update handler 2005/01/27 15:39:23 dbo 1.5.6.1: #i39662# Issue number: Submitted by: Reviewed by:

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [16e1c884c98f40836742b8d3ece5a929ed09d63d]

        INTEGRATION: CWS presfixes01 (1.2.78); FILE MERGED 2005/02/16 11:16:16 fs 1.2.78.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9d92b8fa439192fc3cefcd084a966871e2e3b897]

        INTEGRATION: CWS presfixes01 (1.4.90); FILE MERGED 2005/02/16 14:35:19 fs 1.4.90.1: #i42558# moved UNO types from drafts.css.drawing to css.drawing

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b048a9fe09e9fcdbe59cd2026ac0435e06471b63]

        INTEGRATION: CWS presfixes01 (1.5.90); FILE MERGED 2005/03/09 07:18:36 fs 1.5.90.2: RESYNC: (1.5-1.7); FILE MERGED 2005/02/16 14:35:19 fs 1.5.90.1: #i42558# moved UNO types from drafts.css.drawing to css.drawing

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3ae859e80ec531613dcf254421adb1708027b451]

        INTEGRATION: CWS presfixes01 (1.4.90); FILE MERGED 2005/03/09 07:17:31 fs 1.4.90.2: RESYNC: (1.4-1.6); FILE MERGED 2005/02/16 14:35:18 fs 1.4.90.1: #i42558# moved UNO types from drafts.css.drawing to css.drawing

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [407b2dbaaa017360ae9b19e95e09deb28c6b9bee]

        INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:17 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [12f849f72665c81c68835b1cab93088bf8c4f22c]

        INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:16 fs 1.2.10.3: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/07 01:09:50 thb 1.2.10.2: #i38960# Added todo 2005/01/26 11:28:43 thb 1.2.10.1: #116716# Corrected text direction setup; text layout always outputs LTR

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c8fd0cf2ac581736f8029547ff2edcad515e0a62]

        INTEGRATION: CWS presfixes01 (1.4.10); FILE MERGED 2005/02/16 11:14:15 fs 1.4.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [caad307691b02f6d0ea4bc8a708056ba342ff002]

        INTEGRATION: CWS presfixes01 (1.5.10); FILE MERGED 2005/02/16 11:14:14 fs 1.5.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [8fea9622a40b712347a26752b88594c75c4b7f63]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:14 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [9fc658f046003d5ad2f5d3ddc9587055d464e85a]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:10 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [2351c0964c33edece0e92b3c4427df253f76432d]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:09 fs 1.3.10.3: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/11 12:44:48 thb 1.3.10.2: #i38960# Fixed transformBitmap(), which, when the matrix contains e.g. rotational components, completely messed up both output position and relative position within the generated bitmap; Fixed inefficiency in BitmapBackBuffer, where a default-constructed bitmap was copied into the VDev the first time getOutDev() was called 2005/01/26 12:25:39 pl 1.3.10.1: #i41363# tunneling XBitmap implementation

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6eed4823ae7f36a0f1894c2c36ea5cae67b7bcfb]

        INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:09 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [139422df22a413313143c3822f30ae9aafcc465e]

        INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:08 fs 1.2.10.5: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/15 12:24:18 thb 1.2.10.4: #i42440# Now filling polygons 'inclusive', i.e. with one additional pixel to the right and the bottom. Along the same lines, moved sprite-growing code to slideshow, we already handle the case there for update areas of antialiased shapes 2005/02/11 12:44:48 thb 1.2.10.3: #i38960# Fixed transformBitmap(), which, when the matrix contains e.g. rotational components, completely messed up both output position and relative position within the generated bitmap; Fixed inefficiency in BitmapBackBuffer, where a default-constructed bitmap was copied into the VDev the first time getOutDev() was called 2005/02/07 18:26:16 pl 1.2.10.2: #i42218# use Region::GetRegionFromPolyPolygon as performance shortcut 2005/01/26 11:28:43 thb 1.2.10.1: #116716# Corrected text direction setup; text layout always outputs LTR

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [292d5415694a0409621d90aab1c85bc687d4c67f]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:07 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [60ad5beaf0e1f78bb98b2819bf7d4c1172bed31d]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:06 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [94f76387bbd84c97aa30bdc1e8792390bbcac865]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:05 fs 1.3.10.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/10 04:24:00 thb 1.3.10.1: #i38960# Added opacity detection code, which, according to the drawBitmap() call, determines whether the sprite's content is fully opaque. In that case, we can use the _much_ faster OutputDevice::DrawBitmap() method, instead of the slow mask version

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [166d5cacdbc647b6668691188f684ddd4c81d842]

        INTEGRATION: CWS presfixes01 (1.4.2); FILE MERGED 2005/02/16 11:14:05 fs 1.4.2.4: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/15 12:24:18 thb 1.4.2.3: #i42440# Now filling polygons 'inclusive', i.e. with one additional pixel to the right and the bottom. Along the same lines, moved sprite-growing code to slideshow, we already handle the case there for update areas of antialiased shapes 2005/02/10 04:23:59 thb 1.4.2.2: #i38960# Added opacity detection code, which, according to the drawBitmap() call, determines whether the sprite's content is fully opaque. In that case, we can use the _much_ faster OutputDevice::DrawBitmap() method, instead of the slow mask version 2005/02/07 18:26:15 pl 1.4.2.1: #i42218# use Region::GetRegionFromPolyPolygon as performance shortcut

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [61b15c94b73e412b862e8b38642dd85c46694aff]

        INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:03 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [724e5e41d13e9e8ebe43a9d3e135a4a79da2ca89]

        INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:14:02 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a167a1dafd43f3021da5db901ceae06a7e9f0787]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:14:01 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3adcfc4d2b10c6d745614c36fc0f275389b72eba]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:59 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [02c0ceb951581f3107493b7fa862b3a23c831332]

        INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/11 12:44:47 thb 1.2.10.1: #i38960# Fixed transformBitmap(), which, when the matrix contains e.g. rotational components, completely messed up both output position and relative position within the generated bitmap; Fixed inefficiency in BitmapBackBuffer, where a default-constructed bitmap was copied into the VDev the first time getOutDev() was called

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ac00a3515cde77542a2595edabcbe56f709855ab]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/10 03:16:05 thb 1.1.2.2: #i38960# Better guard windows.h with windows-only... 2005/02/09 21:11:03 thb 1.1.2.1: #i38960# Newly added, for tampering with a thread's scheduling priority (gets temporarily raised when rendering an animation frame)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a312ecc5af32d577fa7a0b26a6264f481b057b4e]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/09 21:12:02 thb 1.3.10.1: #i38960# Newly added PriorityBooster, for tampering with a thread's scheduling priority (gets temporarily raised when rendering an animation frame)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [af434b27ebd5917f442188a9cc55f3d12aabe1c5]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/07 01:08:40 thb 1.3.10.5: #i38960# Kicked out lag-functionality, which is no longer used and obscured things a lot. Reverted magic values to explicit bools, fixed ugly sign bug in adjustTime() (resulting in obscene offsets generated). 2005/02/03 23:21:46 thb 1.3.10.4: #i37777# Added some comments 2005/02/02 22:41:36 dbo 1.3.10.3: #i37777# adjustTimer(), holdTimer(), releaseTimer() 2005/02/02 09:43:11 dbo 1.3.10.2: #i37777# minimize perf count value 2005/01/27 15:53:43 dbo 1.3.10.1: #i39662##i37777### added pause, lag functionality

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ca43babf1cd7c21c23f9c7ca751def2abf0a90e7]

        INTEGRATION: CWS presfixes01 (1.4.2); FILE MERGED 2005/02/17 23:58:04 thb 1.4.2.2: #i42499# Changed getTransformedRectBounds() according to comments from AW 2005/02/16 11:13:56 fs 1.4.2.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [e8ed89d9dd883d97e3d3c792a73365c4b0ecbfff]

        INTEGRATION: CWS pj22 (1.3.228); FILE MERGED 2005/03/04 21:16:51 pjanik 1.3.228.1: #i42437#: "OpenOffice" -> "%PRODUCTNAME %PRODUCTVERSION"

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [6dfc152891b60bdd2c971ad656479fa63716cd37]

        INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/02/16 11:13:55 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d08b281b23edf2be085fd473ebe06cb09fdfcbbc]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:55 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3daf3d98e35d89c9f474ca0b6fd0363bade038c3]

        INTEGRATION: CWS pj22 (1.45.112); FILE MERGED 2005/03/04 21:19:11 pjanik 1.45.112.1: #i38693#: Fix newline location.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [c13993ba7ce9f94284281a002ae0e6029c656935]

        INTEGRATION: CWS pj22 (1.79.36); FILE MERGED 2005/03/04 20:48:08 pjanik 1.79.36.1: #i42437#: "Documentversions" -> "Document versions"

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [7682ba9b71c18d65d04dc7ef598b04c78b5988c2]

        INTEGRATION: CWS presfixes01 (1.2.28); FILE MERGED 2005/02/16 11:13:55 fs 1.2.28.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [ec6bda73267a4edba3c5df40a7d86675ae4de1a1]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:54 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f270ff9bab45e4ff05bb55aa5862dc379ed2800b]

        INTEGRATION: CWS presfixes01 (1.2.28); FILE MERGED 2005/02/16 11:13:54 fs 1.2.28.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f73a565bff1559f210b9c60425237a23baaad6fd]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:53 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [26f7e53e03b7f6389ecf83ffae4cdbf79620c389]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:51 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [1ce65515f7a0d678b04cc0fa8165bb392d93dcf9]

        INTEGRATION: CWS pj22 (1.3.14); FILE MERGED 2005/03/04 20:19:53 pjanik 1.3.14.1: #i43831#: "Vervollständigen" -> "Vollständig" "Anpassen" -> "Angepasst"

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [f9dd4ca88d04d490bd7d686478a2f015b26d4108]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:50 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [589ee1c0a80f7424a9389b187ee9cf81b544cbcf]

        INTEGRATION: CWS pj22 (1.5.14); FILE MERGED 2005/03/07 19:26:16 pjanik 1.5.14.1: #i43864#: Use correct tense: "wurden installiert" -> "werden installiert", "wurden deinstalliert" -> "werden deinstalliert"

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [0081ff251152c733ea29c1388cb80928c425b294]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/16 11:13:49 fs 1.3.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [73a61b9cdc8493148283398b13c239be3067aeba]

        INTEGRATION: CWS pj22 (1.85.136); FILE MERGED 2005/03/04 21:12:45 pjanik 1.85.136.1: #i42437#: "Fit to size (all rows seperately)" -> "Fit to size (all rows separately)"

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [16999e3302ca197aff9a46c11357e599ee9086ce]

        INTEGRATION: CWS presfixes01 (1.2.28); FILE MERGED 2005/02/16 11:13:49 fs 1.2.28.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [3d24932e129fac6eed50872dda1b1f73d903ce77]

        INTEGRATION: CWS presfixes01 (1.2.28); FILE MERGED 2005/02/16 11:13:48 fs 1.2.28.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [68273b08bb9acdb04cdac4c676a266c19605bd08]

        INTEGRATION: CWS presfixes01 (1.2.10); FILE MERGED 2005/03/09 08:38:24 fs 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/16 11:13:45 fs 1.2.10.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b187f753870e9284a7e4e2212faba33dedff5689]

        INTEGRATION: CWS presfixes01 (1.5.10); FILE MERGED 2005/02/09 21:12:02 thb 1.5.10.1: #i38960# Newly added PriorityBooster, for tampering with a thread's scheduling priority (gets temporarily raised when rendering an animation frame)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [b6bdffb4be5eb0fb339afaf5ce8d728f9e171266]

        INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED 2005/02/09 21:10:36 thb 1.1.2.1: #i38960# Newly added, for tampering with a thread's scheduling priority (gets temporarily raised when rendering an animation frame)

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [dbb90384e6a36d3c73419c81f2002ce6018c8a50]

        INTEGRATION: CWS presfixes01 (1.3.10); FILE MERGED 2005/02/07 01:08:40 thb 1.3.10.3: #i38960# Kicked out lag-functionality, which is no longer used and obscured things a lot. Reverted magic values to explicit bools, fixed ugly sign bug in adjustTime() (resulting in obscene offsets generated). 2005/02/02 22:41:35 dbo 1.3.10.2: #i37777# adjustTimer(), holdTimer(), releaseTimer() 2005/01/27 15:53:16 dbo 1.3.10.1: #i39662##i37777### added pause, lag functionality

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [d90991494eeb724507fa6883ad1dbacc85537d32]

        INTEGRATION: CWS presfixes01 (1.5.2); FILE MERGED 2005/02/16 11:13:44 fs 1.5.2.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/10 03:17:55 thb 1.5.2.1: #i38960# Improved docs

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [af4a9dbb9e8f7d3978c8010b5e7f522c123409f2]

        INTEGRATION: CWS pj22 (1.2.8); FILE MERGED 2005/03/07 21:11:52 pjanik 1.2.8.1: #i34312#: Update cs extras (after marking them as binary in CVS).

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [a926c6b9943978af0630c2ab4f506a5c825feb11]

        INTEGRATION: CWS pj22 (1.8.10); FILE MERGED 2005/03/06 15:14:34 pjanik 1.8.10.1: #i43437#: Remove temporary file in all cases.

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [15a961617d8e85c8fbb704fd3dbdd64870371cd4]

        INTEGRATION: CWS pj22 (1.65.4); FILE MERGED 2005/03/04 20:29:52 pjanik 1.65.4.1: #i42437#: "Dir Sir or Madam," -> "Dear Sir or Madam,"

2005-03-10  Vladimir Glazounov  <vg@openoffice.org>  [038789fba07c4e817d58d40c962dccf5add4b77b]

        INTEGRATION: CWS pj22 (1.13.2); FILE MERGED 2005/03/04 20:10:40 pjanik 1.13.2.1: #i43139#: Use different IDs for paragraphs.

2005-03-09  Behrend Cornelius  <bc@openoffice.org>  [bae4d6f043373ab874da6b71f3484e20326cff16]

        #115053#png files for wizards project added Issue number: Submitted by: Reviewed by:

2005-03-09  Vladimir Glazounov  <vg@openoffice.org>  [2ec834073c47367d641ac4cf8b6b2e0ddee06642]

        new version for SRC680

2005-03-09  Vladimir Glazounov  <vg@openoffice.org>  [d942a41d8151d91d22ef0150d67d13f815f84544]

        #100000# resolve merge inconsistency

2005-03-09  Vladimir Glazounov  <vg@openoffice.org>  [1793e4f32b423674e91710cb38f9e115fef124b7]

        new version for SRC680

2005-03-09  Vladimir Glazounov  <vg@openoffice.org>  [637f386449594cb38e99a8d0847338db66682104]

        new version for SRC680

2005-03-09  Vladimir Glazounov  <vg@openoffice.org>  [0ec759a1fbbfe0cb8a60a7e1cecb1697a1694d4f]

        new version for SRC680

2005-03-09  Vladimir Glazounov  <vg@openoffice.org>  [8a43cf910b9727e99ef10e8727d4e760e11b389f]

        new version for SRC680

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [522fcdff049cddf847f10b5e4a6a42bfa5f68da3]

        new version for SRC680

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [8df9f227e9177dbcd906314dc810f12280a6b1b9]

        new version for SRC680

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [94b2e20c2406c3271d212c91cd5833f81e84ff28]

        new version for SRC680

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [31a19d740602f4c561a60a0ff352846c5885f730]

        new version for SRC680

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [6a7d7f50da8ae5bd3d0d110351678d3446d9da3c]

        new version for SRC680

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d1c89471bf930a9d7ae7b1138ea648c1d66f4ff1]

        INTEGRATION: CWS configure6 (1.78.2); FILE MERGED 2005/03/07 14:50:14 rene 1.78.2.15: fix conditional 2005/03/07 12:06:36 rene 1.78.2.14: add basic EPM PackageMaker check 2005/03/06 15:14:40 rene 1.78.2.13: add possibility to build epm internally.... 2005/03/04 11:32:54 rene 1.78.2.12: fix configure for new epm module... 2005/03/03 21:52:18 rene 1.78.2.11: #i44025# actutally set ENABLE_PASF 2005/03/03 13:58:40 rene 1.78.2.10: RESYNC: (1.79-1.85); FILE MERGED 2005/03/02 15:51:56 rene 1.78.2.9: add missing AC_MSG_CHECKING / _RESULTs 2005/02/28 15:13:34 vq 1.78.2.8: #i43643# Fix error when configure is called after the environment is already sourced and a fix small path growing problem. 2005/02/28 12:21:02 rene 1.78.2.7: #i42535# check for epm version 2005/02/25 01:09:52 rene 1.78.2.6: fix typo 2005/02/24 17:39:56 rene 1.78.2.5: RESYNC: (1.78-1.79); FILE MERGED 2005/02/23 11:32:09 rene 1.78.2.4: #i43377# fix --with-java explanation 2005/02/22 15:10:45 rene 1.78.2.3: #i43226# fix polcygon clipper check for --without-gpc 2005/02/22 14:19:10 rene 1.78.2.2: #i43325# minor cleanup 2005/02/22 13:51:11 rene 1.78.2.1: #i43272# fix epm download URL

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [efacf575389a7ff7d58667d0309dc054071991e8]

        INTEGRATION: CWS configure6 (1.46.2); FILE MERGED 2005/03/04 13:45:41 vq 1.46.2.6: #i44023# Fix typo. 2005/03/04 11:32:56 rene 1.46.2.5: fix configure for new epm module... 2005/03/03 22:33:19 rene 1.46.2.4: #i43578# remove duplicate ToFile(...)'s 2005/03/03 21:44:41 vq 1.46.2.3: #i44023# Remove interactive stuff from set_soenv.in. 2005/03/03 13:58:50 rene 1.46.2.2: RESYNC: (1.46-1.50); FILE MERGED 2005/02/28 15:13:38 vq 1.46.2.1: #i43643# Fix error when configure is called after the environment is already sourced and a fix small path growing problem.

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4345e66a6b25df5e101b44103918413b5833cd06]

        INTEGRATION: CWS configure6 (1.14.2); FILE MERGED 2005/03/04 11:32:57 rene 1.14.2.1: fix configure for new epm module...

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [8fa5bf8fc711694868635ca3e1d7a263f9759bdb]

        INTEGRATION: CWS configure6 (1.1.2); FILE MERGED 2005/03/04 11:32:57 rene 1.1.2.1: fix configure for new epm module...

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d361acf59876223c6ab4746f9c646b42617dba5f]

        INTEGRATION: CWS configure6 (1.97.2); FILE MERGED 2005/03/07 14:50:17 rene 1.97.2.15: fix conditional 2005/03/07 12:06:39 rene 1.97.2.14: add basic EPM PackageMaker check 2005/03/06 15:14:42 rene 1.97.2.13: add possibility to build epm internally.... 2005/03/04 11:32:56 rene 1.97.2.12: fix configure for new epm module... 2005/03/03 21:52:21 rene 1.97.2.11: #i44025# actutally set ENABLE_PASF 2005/03/03 13:58:18 rene 1.97.2.10: RESYNC: (1.98-1.104); FILE MERGED 2005/03/02 15:51:58 rene 1.97.2.9: add missing AC_MSG_CHECKING / _RESULTs 2005/02/28 15:13:37 vq 1.97.2.8: #i43643# Fix error when configure is called after the environment is already sourced and a fix small path growing problem. 2005/02/28 12:21:05 rene 1.97.2.7: #i42535# check for epm version 2005/02/25 01:09:53 rene 1.97.2.6: fix typo 2005/02/24 17:40:06 rene 1.97.2.5: RESYNC: (1.97-1.98); FILE MERGED 2005/02/23 11:32:11 rene 1.97.2.4: #i43377# fix --with-java explanation 2005/02/22 15:10:47 rene 1.97.2.3: #i43226# fix polcygon clipper check for --without-gpc 2005/02/22 14:19:12 rene 1.97.2.2: #i43325# minor cleanup 2005/02/22 13:51:13 rene 1.97.2.1: #i43272# fix epm download URL

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [8917e098cffbdf87f3600694b10eb51da9025b27]

        INTEGRATION: CWS ause023 (1.11.4); FILE MERGED 2005/03/01 18:05:22 hjs 1.11.4.2: #i43813# colect common parts in util 2005/02/28 15:20:05 hjs 1.11.4.1: #i43541# applied complete mp patch; output handling of th_gen_idx.pl

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [217cf48bd1157a38bb5d50695c220dccabe2e1b1]

        INTEGRATION: CWS ause023 (1.13.12); FILE MERGED 2005/03/01 15:34:51 hjs 1.13.12.1: #i43805# remove usage of pkgconfig

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [64d0945160967c9d93426524a6545fd3b248b8ee]

        INTEGRATION: CWS ause023 (1.2.6); FILE MERGED 2005/02/28 15:20:07 hjs 1.2.6.1: #i43541# applied complete mp patch; output handling of th_gen_idx.pl

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d9310d2cae1602d383a297546eaef1ecb3a6d041]

        INTEGRATION: CWS ause023 (1.1.2); FILE ADDED 2005/03/01 20:07:00 hjs 1.1.2.2: #i43813# no targets to add if DIC2BIN is empty 2005/03/01 18:05:50 hjs 1.1.2.1: #i43813# colect common parts in util

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [9c6a1c3d2d3a4b577346c6f85597e3650e00e7f3]

        INTEGRATION: CWS ause023 (1.3.36); FILE MERGED 2005/02/28 15:20:06 hjs 1.3.36.1: #i43541# applied complete mp patch; output handling of th_gen_idx.pl

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [56f53cde48f9a676389bdb2747a99589ceffb80f]

        INTEGRATION: CWS ause023 (1.3.4); FILE MERGED 2005/03/01 18:05:23 hjs 1.3.4.3: #i43813# colect common parts in util 2005/02/28 18:25:09 hjs 1.3.4.2: #i43541# use TOUCH variable 2005/02/28 15:20:06 hjs 1.3.4.1: #i43541# applied complete mp patch; output handling of th_gen_idx.pl

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f94fc926dbf3ab4c422627fdcf142196a4921f92]

        INTEGRATION: CWS ause023 (1.4.4); FILE MERGED 2005/03/01 18:05:23 hjs 1.4.4.3: #i43813# colect common parts in util 2005/02/28 18:25:08 hjs 1.4.4.2: #i43541# use TOUCH variable 2005/02/28 15:20:05 hjs 1.4.4.1: #i43541# applied complete mp patch; output handling of th_gen_idx.pl

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [27834d4b8f68e89783ece3a7915e539207fc89b5]

        INTEGRATION: CWS ause023 (1.3.4); FILE MERGED 2005/03/01 18:05:21 hjs 1.3.4.3: #i43813# colect common parts in util 2005/02/28 18:25:08 hjs 1.3.4.2: #i43541# use TOUCH variable 2005/02/28 15:20:04 hjs 1.3.4.1: #i43541# applied complete mp patch; output handling of th_gen_idx.pl

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [34a730a160e67ba71e72c2f7e9ecc076588dd02a]

        INTEGRATION: CWS ause023 (1.5.10); FILE MERGED 2005/03/01 18:05:21 hjs 1.5.10.3: #i43813# colect common parts in util 2005/02/28 18:25:07 hjs 1.5.10.2: #i43541# use TOUCH variable 2005/02/28 15:20:03 hjs 1.5.10.1: #i43541# applied complete mp patch; output handling of th_gen_idx.pl

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [7e984275df5b715bfa17c668f052ab8578be26ed]

        INTEGRATION: CWS ause023 (1.1.2); FILE ADDED 2005/02/28 15:20:03 hjs 1.1.2.1: #i43541# applied complete mp patch; output handling of th_gen_idx.pl

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4c5db6eac88bd0b45c2b7d14ec712ba40e4152eb]

        INTEGRATION: CWS ause023 (1.3.4); FILE MERGED 2005/03/01 18:05:20 hjs 1.3.4.3: #i43813# colect common parts in util 2005/02/28 18:25:07 hjs 1.3.4.2: #i43541# use TOUCH variable 2005/02/28 15:20:02 hjs 1.3.4.1: #i43541# applied complete mp patch; output handling of th_gen_idx.pl

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4aa45895c2b76361bb194183a0eab5c325c0654b]

        INTEGRATION: CWS ause023 (1.3.4); FILE MERGED 2005/03/01 18:05:19 hjs 1.3.4.3: #i43813# colect common parts in util 2005/02/28 18:25:06 hjs 1.3.4.2: #i43541# use TOUCH variable 2005/02/28 15:20:01 hjs 1.3.4.1: #i43541# applied complete mp patch; output handling of th_gen_idx.pl

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [131c77a8e2bca2dce242df233a9aa98aecb1396c]

        INTEGRATION: CWS ause023 (1.3.108); FILE MERGED 2005/03/01 15:18:08 hjs 1.3.108.1: #i43572# remove trailing backslash

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [28694b27d2d04e8a023dc8972d811f8ba3d6cafb]

        INTEGRATION: CWS toolkit01 (1.31.106); FILE MERGED 2005/02/16 13:51:51 mt 1.31.106.1: #i34390# XReschedule

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [aa0cc566e4e738d6e7498f1bd09ddecefaad6437]

        INTEGRATION: CWS toolkit01 (1.1.2); FILE ADDED 2005/02/16 13:55:00 mt 1.1.2.1: #i34390# XReschedule

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [99a689344ca5bc1a2711e26a7c88f447ec8de71c]

        INTEGRATION: CWS toolkit01 (1.15.50); FILE MERGED 2005/03/01 16:25:01 bc 1.15.50.2: #i43808# new hids assigned 2005/02/23 17:38:56 bc 1.15.50.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [affa4011bf177a32316659a9e7b311097317e86f]

        INTEGRATION: CWS toolkit01 (1.4.34); FILE MERGED 2005/02/28 12:28:43 bc 1.4.34.1: #i37478# repainting problems in Webwizard and ReportWizard addressed

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [632551354d3142fd292e2251390ca82b0b5f204d]

        INTEGRATION: CWS toolkit01 (1.4.34); FILE MERGED 2005/02/28 12:28:42 bc 1.4.34.1: #i37478# repainting problems in Webwizard and ReportWizard addressed

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [94ffd56730c63948f2bd1c7f878bf659fb7bcf17]

        INTEGRATION: CWS toolkit01 (1.4.34); FILE MERGED 2005/02/28 12:28:41 bc 1.4.34.2: #i37478# repainting problems in Webwizard and ReportWizard addressed 2005/02/23 17:38:49 bc 1.4.34.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [8a26a17a944b852333ec79c27cb77dfdff55855d]

        INTEGRATION: CWS toolkit01 (1.3.56); FILE MERGED 2005/02/28 12:28:40 bc 1.3.56.1: #i37478# repainting problems in Webwizard and ReportWizard addressed

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [722d66eda9200c6db2b12c7b8324811084540535]

        INTEGRATION: CWS toolkit01 (1.3.56); FILE MERGED 2005/03/01 16:27:05 bc 1.3.56.3: #43808#hids modified 2005/02/28 12:28:39 bc 1.3.56.2: #i37478# repainting problems in Webwizard and ReportWizard addressed 2005/02/23 17:38:49 bc 1.3.56.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [fbdc197bde0dd38ae00a84f20490dd3155db716a]

        INTEGRATION: CWS sysui05 (1.6.10); FILE MERGED 2005/03/01 13:03:49 obr 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/28 12:56:31 obr 1.6.10.1: #120027# don't use external packages in >>requires<<

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [43a59da8785a18314bfbb10c885d8d7fddab3a82]

        INTEGRATION: CWS toolkit01 (1.3.56); FILE MERGED 2005/02/28 12:28:38 bc 1.3.56.2: #i37478# repainting problems in Webwizard and ReportWizard addressed 2005/02/23 17:38:49 bc 1.3.56.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d5ff146430d8fe49f8515b8f2c2c593df46bcc3d]

        INTEGRATION: CWS toolkit01 (1.3.56); FILE MERGED 2005/02/28 12:28:36 bc 1.3.56.1: #i37478# repainting problems in Webwizard and ReportWizard addressed

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [2dc20679a3a69a8ee51d64573fae5b449eb3fa0b]

        INTEGRATION: CWS calc30 (1.48.308); FILE MERGED 2005/02/18 11:37:39 sab 1.48.308.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d3f55259f9b5e4888fd8c272426f72a6bc43f942]

        INTEGRATION: CWS toolkit01 (1.3.56); FILE MERGED 2005/02/25 12:09:28 bc 1.3.56.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/23 17:38:49 bc 1.3.56.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [6eafd7560719240819e5c5b5d9d5c60a7a2ae5d3]

        INTEGRATION: CWS calc30 (1.31.178); FILE MERGED 2005/02/18 11:37:38 sab 1.31.178.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [9ff7dc62c96ed2f6634cfe8c1af54e89c38af01a]

        INTEGRATION: CWS toolkit01 (1.2.88); FILE MERGED 2005/02/28 12:28:35 bc 1.2.88.1: #i37478# repainting problems in Webwizard and ReportWizard addressed

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [e2fdf3054f3286bc9114848512a796f06323d330]

        INTEGRATION: CWS toolkit01 (1.7.32); FILE MERGED 2005/02/28 13:05:38 bc 1.7.32.3: #i43668#incrementation of hid for help button removed Issue number: Submitted by: Reviewed by: 2005/02/25 12:08:52 bc 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2005/02/23 17:38:47 bc 1.7.32.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [5ae44f4ff03a18fdfdb25a6f7feae22e9091ea53]

        INTEGRATION: CWS toolkit01 (1.4.50); FILE MERGED 2005/02/25 12:08:36 bc 1.4.50.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/23 17:38:47 bc 1.4.50.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [cc4f739a628f7b3856d2bfb3a88aaa5f8529044f]

        INTEGRATION: CWS toolkit01 (1.5.32); FILE MERGED 2005/02/28 12:28:34 bc 1.5.32.3: #i37478# repainting problems in Webwizard and ReportWizard addressed 2005/02/25 12:08:26 bc 1.5.32.2: RESYNC: (1.5-1.6); FILE MERGED 2005/02/23 17:38:47 bc 1.5.32.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [9232dc68896d1f0f444f15db249c3fa68b2da58d]

        INTEGRATION: CWS toolkit01 (1.2.88); FILE MERGED 2005/02/25 12:07:33 bc 1.2.88.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/23 17:38:46 bc 1.2.88.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [ff19c9eb0ba413cb138f3aa05b4985fed1d8ea74]

        INTEGRATION: CWS calc30 (1.44.130); FILE MERGED 2005/02/18 16:06:49 nn 1.44.130.1: #i43091# rest of merged cell: get cell from document

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [05b6a8ddbdf1bbce3e30523130f4ac6fe20a8d77]

        INTEGRATION: CWS calc30 (1.67.92); FILE MERGED 2005/02/16 09:35:05 nn 1.67.92.1: #i41690# don't get confused by MouseButtonUp from Reschedule in MouseButtonDown

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [dc6d187b65128345ca75a1258e9c14b8a8077e95]

        INTEGRATION: CWS toolkit01 (1.3.50); FILE MERGED 2005/02/25 12:07:16 bc 1.3.50.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/23 17:38:46 bc 1.3.50.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f0427b1a373dd0cb68bb1a45c8d1526a9184b766]

        INTEGRATION: CWS calc30 (1.19.94); FILE MERGED 2005/02/16 09:34:41 nn 1.19.94.1: #i41690# don't get confused by MouseButtonUp from Reschedule in MouseButtonDown

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1fcbf27285d57f7fd5e816ac59a474b240d31cce]

        INTEGRATION: CWS calc30 (1.10.186); FILE MERGED 2005/02/14 16:40:27 nn 1.10.186.1: #i42764# ScEditAttrTester: compare items to cell attributes, not pool defaults

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [00c1f05903e0a410154012e1c45ee4eb7a457aeb]

        INTEGRATION: CWS calc30 (1.41.88); FILE MERGED 2005/02/10 14:01:44 nn 1.41.88.1: #105584# print empty page if necessary between copies

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [fdc9364a45c426ba73b5f4bcff9843b97a3269e5]

        INTEGRATION: CWS calc30 (1.52.186); FILE MERGED 2005/02/14 16:40:45 nn 1.52.186.1: #i42764# ScEditAttrTester: compare items to cell attributes, not pool defaults

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [7e840e898aabecb77a4b6b4b8dba3723f5b7172f]

        INTEGRATION: CWS calc30 (1.3.754); FILE MERGED 2005/02/18 15:40:54 nn 1.3.754.1: #i43092# test for empty size

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [7745b7b24d5b4568447336a8b19975a582185cf6]

        INTEGRATION: CWS calc30 (1.24.46); FILE MERGED 2005/02/21 18:39:22 sab 1.24.46.2: RESYNC: (1.24-1.25); FILE MERGED 2005/02/14 16:25:48 nn 1.24.46.1: #i42666# copy doc options to clipboard/OLE object

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [eb516d37cb2274500c7dca6fcfdc9cefa6cb5899]

        INTEGRATION: CWS calc30 (1.188.18); FILE MERGED 2005/02/18 11:34:31 sab 1.188.18.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1d3915e742e4eb97f0f09f414f2fa3d9c58ad1b3]

        INTEGRATION: CWS sysui05 (1.15.36); FILE MERGED 2005/02/28 12:54:38 obr 1.15.36.1: #120027# don't use external packages in >>requires<<

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f9930224fcb84146d27378cebcf63452034376f6]

        INTEGRATION: CWS toolkit01 (1.2.50); FILE MERGED 2005/03/01 16:27:05 bc 1.2.50.3: #43808#hids modified 2005/02/25 12:05:07 bc 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/23 17:38:43 bc 1.2.50.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [ee0e6c16bac6c07d06c4d1d78c98b75fe44e93cb]

        INTEGRATION: CWS calc30 (1.17.88); FILE MERGED 2005/02/18 11:34:31 sab 1.17.88.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [8fcb624914e1df147d256fef788c19d4cac02647]

        INTEGRATION: CWS toolkit01 (1.2.50); FILE MERGED 2005/02/25 12:04:57 bc 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/23 17:38:43 bc 1.2.50.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [52c2dc9e902314a8c81ba6ffe6620ce318921968]

        INTEGRATION: CWS calc30 (1.81.4); FILE MERGED 2005/02/18 11:34:30 sab 1.81.4.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1b00c7b00027a17c95ed44d2cdecd2c1f94362fa]

        INTEGRATION: CWS sysui05 (1.1.2); FILE ADDED 2005/02/28 12:54:37 obr 1.1.2.1: #120027# don't use external packages in >>requires<<

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f2bf2700588f0eac27ff9c9eb4ce84f7c2cf5f82]

        INTEGRATION: CWS calc30 (1.21.250); FILE MERGED 2005/02/18 11:34:30 sab 1.21.250.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [a03bccbc64ecff34f495d2a5f77b57f80e664f50]

        INTEGRATION: CWS calc30 (1.40.94); FILE MERGED 2005/02/18 11:34:30 sab 1.40.94.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [c9b5f790ea6722a66f07f4139898d058cf67a259]

        INTEGRATION: CWS calc30 (1.23.250); FILE MERGED 2005/02/18 11:34:29 sab 1.23.250.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [3ddb5f80ff726fdc9753c7ad2cd7b59a1baa6ee6]

        INTEGRATION: CWS toolkit01 (1.58.50); FILE MERGED 2005/03/01 16:34:01 bc 1.58.50.4: #43808# new hids for Sorting component added 2005/02/28 12:28:33 bc 1.58.50.3: #i37478# repainting problems in Webwizard and ReportWizard addressed 2005/02/25 12:03:51 bc 1.58.50.2: RESYNC: (1.58-1.59); FILE MERGED 2005/02/23 17:38:42 bc 1.58.50.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [a57744771e5ce1985267813014d763747e5742f1]

        INTEGRATION: CWS calc30 (1.25.186); FILE MERGED 2005/02/14 16:40:06 nn 1.25.186.1: #i42764# ScEditAttrTester: compare items to cell attributes, not pool defaults

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [7dcd3e488e2696850e446d3bd21069723aba606d]

        INTEGRATION: CWS calc30 (1.47.96); FILE MERGED 2005/02/21 18:36:01 sab 1.47.96.2: RESYNC: (1.47-1.48); FILE MERGED 2005/02/14 16:26:14 nn 1.47.96.1: #i42666# copy doc options to clipboard/OLE object

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [29a839cf125a97ade8763a4493b40f764a19fc14]

        INTEGRATION: CWS calc30 (1.8.186); FILE MERGED 2005/02/14 16:39:46 nn 1.8.186.1: #i42764# ScEditAttrTester: compare items to cell attributes, not pool defaults

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [45ecfe842dbde71e7e59f4c103ff1baced9cedae]

        INTEGRATION: CWS sysui05 (1.19.46); FILE MERGED 2005/03/03 08:17:04 obr 1.19.46.7: #i39756# resolved runtime warnings 2005/03/02 11:06:09 obr 1.19.46.6: #i39756# cleared conflict on merge artefacts 2005/03/02 10:58:08 obr 1.19.46.5: #i39756# applied patch for freedesktop.org package 2005/03/01 12:57:34 obr 1.19.46.4: RESYNC: (1.19-1.21); FILE MERGED 2005/02/28 12:55:50 obr 1.19.46.3: #120027# don't use external packages in >>requires<< 2005/02/25 07:18:54 obr 1.19.46.2: #i5704# copy mandrakelinux rpm 2005/02/22 07:14:42 obr 1.19.46.1: #i33761# merged cde package into desktop-integratn package

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [177f083f7e6d2d8e84a5b24cf9b4b94bad4e387f]

        INTEGRATION: CWS toolkit01 (1.30.34); FILE MERGED 2005/03/01 16:27:04 bc 1.30.34.4: #43808#hids modified 2005/02/28 12:28:32 bc 1.30.34.3: #i37478# repainting problems in Webwizard and ReportWizard addressed 2005/02/25 12:02:37 bc 1.30.34.2: RESYNC: (1.30-1.31); FILE MERGED 2005/02/23 17:38:40 bc 1.30.34.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [30961f5d5f4bfbeabf010b7884bf7bf861103d5e]

        INTEGRATION: CWS toolkit01 (1.2.72); FILE MERGED 2005/02/25 12:02:26 bc 1.2.72.2: RESYNC: (1.2-1.4); FILE MERGED 2005/02/23 17:38:40 bc 1.2.72.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [0356826238b2e9a75176a5c827dc35c0779a2c00]

        INTEGRATION: CWS sysui05 (1.29.12); FILE MERGED 2005/03/02 10:55:48 obr 1.29.12.3: #i39756# applied patch for freedesktop.org package 2005/02/25 07:22:30 obr 1.29.12.2: #i5704# menu integration for mandrakelinux 2005/02/21 14:55:46 obr 1.29.12.1: #i33761# CDE desktop integration no longer uses a binary for codeset conversions

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4cb3bf8c2a481e1855cf93a5863705836083a47b]

        INTEGRATION: CWS toolkit01 (1.3.50); FILE MERGED 2005/03/01 16:27:04 bc 1.3.50.3: #43808#hids modified 2005/02/25 12:02:12 bc 1.3.50.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/23 17:38:40 bc 1.3.50.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [a5d44411afad25520ec8672d39bef7f20c18ce45]

        INTEGRATION: CWS sysui05 (1.6.12); FILE MERGED 2005/02/21 14:55:46 obr 1.6.12.1: #i33761# CDE desktop integration no longer uses a binary for codeset conversions

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [3148e6d72a68cadab877ab874b4ffba9798803fb]

        INTEGRATION: CWS calc30 (1.10.80); FILE MERGED 2005/02/18 11:32:51 sab 1.10.80.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [b9335e650a1e93d61412fa41dd43dfa7d96baef1]

        INTEGRATION: CWS sysui05 (1.2.12); FILE MERGED 2005/02/21 14:55:46 obr 1.2.12.1: #i33761# CDE desktop integration no longer uses a binary for codeset conversions

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [56d532db11ffedd642a302d9446f0a104a389373]

        INTEGRATION: CWS toolkit01 (1.4.2); FILE MERGED 2005/03/01 16:27:04 bc 1.4.2.1: #43808#hids modified

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [6c3f2a853b414a2af9b4b00fbcb95751b89bc5bd]

        INTEGRATION: CWS calc30 (1.11.78); FILE MERGED 2005/02/18 16:24:02 sab 1.11.78.1: #i42743#; not neccessary to copy style:writing-mode into draw:writing-mode

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [47838389cb84e712646b35bcd730b171c946e7bb]

        INTEGRATION: CWS sysui05 (1.7.12); FILE MERGED 2005/02/21 14:55:45 obr 1.7.12.1: #i33761# CDE desktop integration no longer uses a binary for codeset conversions

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [12f3b7e19294898fa163216bc1b9e3ad44dd8aa2]

        INTEGRATION: CWS calc30 (1.21.144); FILE MERGED 2005/02/18 11:32:50 sab 1.21.144.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [81601c59cc51f33ec88494482d224c5c3d040b17]

        INTEGRATION: CWS sysui05 (1.2.72); FILE MERGED 2005/02/18 10:15:05 obr 1.2.72.1: #i42891# do not register 1.x for OpenDocument(s)

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [2615e559c46d70ba1142dfc509fd391882c218cb]

        INTEGRATION: CWS calc30 (1.55.98); FILE MERGED 2005/02/18 11:32:49 sab 1.55.98.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [474fac9ba60806133abe6682693640a9643f4624]

        INTEGRATION: CWS sysui05 (1.10.6); FILE MERGED 2005/03/01 12:56:18 obr 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2005/02/25 08:49:09 obr 1.10.6.1: #i5704# added >>requires: redhat-release<< (also provided by fedora core)

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [558b69e8bd598e7298a9cd7f68d9b8e3f80b6ff5]

        INTEGRATION: CWS calc30 (1.61.26); FILE MERGED 2005/02/18 11:32:37 sab 1.61.26.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f092de3b4c8d0cbce0ba870c6034cc4a0899392f]

        INTEGRATION: CWS sysui05 (1.2.26); FILE MERGED 2005/02/18 10:14:30 obr 1.2.26.1: #i42891# do not register 1.x for OpenDocument(s)

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [43e5b20376d31044c37b37145a7a9ea5f28c4b9a]

        INTEGRATION: CWS calc30 (1.20.178); FILE MERGED 2005/02/18 11:32:37 sab 1.20.178.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [52d6a6995cbcd49e0876248a9d40b815ea7b8b03]

        INTEGRATION: CWS sysui05 (1.3.26); FILE MERGED 2005/02/18 10:14:30 obr 1.3.26.1: #i42891# do not register 1.x for OpenDocument(s)

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [47169847c04bff5f74ac9128b9d5552e974640a9]

        INTEGRATION: CWS calc30 (1.37.142); FILE MERGED 2005/02/18 11:32:36 sab 1.37.142.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [9b1ba3ef7865af930d9375bce67d36a20f7dcf45]

        INTEGRATION: CWS calc30 (1.36.114); FILE MERGED 2005/02/15 12:35:40 sab 1.36.114.1: #i19763#; use special number formatter

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [9eb5c3322c774d77c8f696242e9c020c8b71d780]

        INTEGRATION: CWS toolkit01 (1.3.36); FILE MERGED 2005/02/25 12:00:16 bc 1.3.36.2: RESYNC: (1.3-1.5); FILE MERGED 2005/02/23 17:38:38 bc 1.3.36.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [3438a4d4feedca3a3901965910ff262fa7ef6d1d]

        INTEGRATION: CWS sysui05 (1.3.26); FILE MERGED 2005/02/18 10:14:29 obr 1.3.26.1: #i42891# do not register 1.x for OpenDocument(s)

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [a4754c06392d5e4854f0132e293dd64bca1397be]

        INTEGRATION: CWS calc30 (1.24.80); FILE MERGED 2005/02/15 12:27:27 sab 1.24.80.1: #i19763#; use special number formatter

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [9be860dc4929083e1525813ac0b889a5ee0077de]

        INTEGRATION: CWS calc30 (1.12.42); FILE MERGED 2005/02/18 11:32:36 sab 1.12.42.1: #119760#; don't cache all

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [7e47707173c1c9c7ffb096940f08f81dd95ca551]

        INTEGRATION: CWS toolkit01 (1.3.24); FILE MERGED 2005/02/25 11:58:03 bc 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/23 17:38:37 bc 1.3.24.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [04fbee62ec8bb91b34f851fbd384c26f6ee9d66d]

        INTEGRATION: CWS toolkit01 (1.3.36); FILE MERGED 2005/02/25 11:57:50 bc 1.3.36.2: RESYNC: (1.3-1.5); FILE MERGED 2005/02/23 17:38:36 bc 1.3.36.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [3e6a4d8133153c070bcea09ea0012543e0ea9f2e]

        INTEGRATION: CWS sysui05 (1.3.26); FILE MERGED 2005/02/18 10:14:28 obr 1.3.26.1: #i42891# do not register 1.x for OpenDocument(s)

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [72ca0998ef3457b4d1e2ea681a423f1f3678a8bb]

        INTEGRATION: CWS sysui05 (1.4.12); FILE MERGED 2005/02/18 10:14:28 obr 1.4.12.1: #i42891# do not register 1.x for OpenDocument(s)

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4a21c4d1c9bfbbf9661610083d65e35bce75ac4f]

        INTEGRATION: CWS calc30 (1.3.68); FILE MERGED 2005/02/10 09:52:34 nn 1.3.68.1: #i41083# no assertion if user defined attributes not available

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [fbea7a49b775cf3724ffbab463b454fe25ee9e71]

        INTEGRATION: CWS toolkit01 (1.3.36); FILE MERGED 2005/02/25 11:57:16 bc 1.3.36.2: RESYNC: (1.3-1.5); FILE MERGED 2005/02/23 17:38:36 bc 1.3.36.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [2d3ef8115e0a7e8426c2404b0dde95d40f6a75dd]

        INTEGRATION: CWS calc30 (1.6.26); FILE MERGED 2005/02/10 13:08:16 nn 1.6.26.2: #i41083# ImportingXML flag must be set from filter 2005/02/09 18:32:59 nn 1.6.26.1: #i41083# allow CURRENT in FillClass

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [18ce58e97bf701039d0e21e0777b7c4339182ad1]

        INTEGRATION: CWS toolkit01 (1.5.18); FILE MERGED 2005/02/25 11:57:06 bc 1.5.18.2: RESYNC: (1.5-1.7); FILE MERGED 2005/02/23 17:38:36 bc 1.5.18.1: ##several changes in Webwizard

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [b3287342944fca7d3b19a6ef1c5af6f95c8e0348]

        INTEGRATION: CWS calc30 (1.7.68); FILE MERGED 2005/02/10 13:08:38 nn 1.7.68.1: #i41083# ImportingXML flag must be set from filter

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [12e68c71cd85f6177187e4e352bea1efb25c2369]

        INTEGRATION: CWS sysui05 (1.1.2); FILE ADDED 2005/03/02 10:55:55 obr 1.1.2.1: #i39756# applied patch for freedesktop.org package

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d3a131b325735fa9589446282a70701ddc05ea3c]

        INTEGRATION: CWS sysui05 (1.1.2); FILE ADDED 2005/03/02 10:55:52 obr 1.1.2.1: #i39756# applied patch for freedesktop.org package

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [7d12bb505d432296f35ddd4ae90794cfe1211438]

        INTEGRATION: CWS toolkit01 (1.4.50); FILE MERGED 2005/02/28 12:28:32 bc 1.4.50.3: #i37478# repainting problems in Webwizard and ReportWizard addressed 2005/02/25 11:58:31 bc 1.4.50.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/23 14:27:34 bc 1.4.50.1: #i39887#TaskList removed by removing threads

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [efdcf00406d12282f26e17f6b0d499dab257a718]

        INTEGRATION: CWS toolkit01 (1.6.14); FILE MERGED 2005/02/25 11:56:32 bc 1.6.14.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/23 15:07:47 bc 1.6.14.1: #i39887# TaskList.java from makefile removed

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [7e8729e13ed5515b7acbd3c8b0f203dd715b4215]

        INTEGRATION: CWS toolkit01 (1.41.2); FILE MERGED 2005/02/16 16:19:57 mt 1.41.2.2: correct exception for reschedule() 2005/02/16 13:53:04 mt 1.41.2.1: #i34390# XReschedule

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [0b96c434ad3d793b842e936d4b2682084f056b22]

        INTEGRATION: CWS toolkit01 (1.14.72); FILE MERGED 2005/02/16 16:20:11 mt 1.14.72.2: correct exception for reschedule() 2005/02/16 13:53:50 mt 1.14.72.1: #i34390# XReschedule

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [769b2bc6e49f6c6405305cda7efbd4105d9f07ce]

        INTEGRATION: CWS sysui05 (1.5.12); FILE MERGED 2005/02/21 14:55:41 obr 1.5.12.1: #i33761# CDE desktop integration no longer uses a binary for codeset conversions

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f92229057078fee437c1ecae618f5df189187594]

        INTEGRATION: CWS iha07 (1.46.52); FILE MERGED 2005/02/18 14:25:57 iha 1.46.52.2: #i28667# use correct command if matching to similar one 2005/02/17 17:26:04 iha 1.46.52.1: #i28667# new button does not show impress

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f40551c814af36ff12c72c1904e6ebf2066b092c]

        INTEGRATION: CWS oasisbf5 (1.87.24); FILE MERGED 2005/02/18 11:29:29 mib 1.87.24.2: #i42834#: xforms:submission renamed to form:xforms-submission 2005/02/15 13:52:38 mib 1.87.24.1: #i42834#: new SVG, XSL_FO and SMIL namespaces

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1b32a157bb018d474397d37b92e7aafdfc26706d]

        INTEGRATION: CWS iha07 (1.24.444); FILE MERGED 2005/02/24 17:56:14 iha 1.24.444.1: #i40859# redesign for Portuguese (Brazil) text

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d240647f1519477204e1e71740c1eb2a5b35223d]

        INTEGRATION: CWS iha07 (1.2.276); FILE MERGED 2005/02/18 14:18:35 iha 1.2.276.1: #i41753# custom shapes toolboxes are not highlighted in action mode

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4cce2a2f08238e1e03055877aa89bc755ec06f59]

        INTEGRATION: CWS iha07 (1.64.72); FILE MERGED 2005/02/18 14:17:39 iha 1.64.72.2: #i41753# custom shapes toolboxes are not highlighted in action mode 2005/01/31 12:10:17 iha 1.64.72.1: #i41267# removed UI visibility for non working command 'FontworkCharacterSpacingDialog'

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [13db37c381318571c54f6e1fdb2d2b28cc76573a]

        INTEGRATION: CWS iha07 (1.3.30); FILE MERGED 2005/02/18 14:16:12 iha 1.3.30.1: #i41753# custom shapes toolboxes are not highlighted in action mode

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [104707ee908391d3dfe53364dcf31d6ab99ed1b8]

        INTEGRATION: CWS oasisbf5 (1.2.210); FILE MERGED 2005/02/18 11:41:52 mib 1.2.210.1: #i43065#: wrong values for fo:keep-with-next in tables

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [e6be33a303e3500367418bcdc43077bcc5c8af9a]

        INTEGRATION: CWS oasisbf5 (1.12.210); FILE MERGED 2005/02/18 11:41:51 mib 1.12.210.1: #i43065#: wrong values for fo:keep-with-next in tables

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4be66d14016709dc081a2ce58a009e5666dba08a]

        INTEGRATION: CWS oasisbf5 (1.12.208); FILE MERGED 2005/02/18 11:41:51 mib 1.12.208.1: #i43065#: wrong values for fo:keep-with-next in tables

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f3b799f0e06bf8bdf0dcf3aa541e179490ae3033]

        INTEGRATION: CWS oasisbf5 (1.6.210); FILE MERGED 2005/02/18 11:41:51 mib 1.6.210.1: #i43065#: wrong values for fo:keep-with-next in tables

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [3c39906ef5bbb03bd6b7ebcddd1913ac4631043d]

        INTEGRATION: CWS oasisbf5 (1.13.210); FILE MERGED 2005/02/18 11:41:51 mib 1.13.210.1: #i43065#: wrong values for fo:keep-with-next in tables

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [474ed58a6cae03024580f1bc5240fa4c6a83a5ce]

        INTEGRATION: CWS oasisbf5 (1.10.84); FILE MERGED 2005/02/15 13:53:45 mib 1.10.84.1: #i42834#: new SVG, XSL_FO and SMIL namespaces

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [7aaf84525e8bccef9871ef1a99b974785062cd67]

        INTEGRATION: CWS oasisbf5 (1.10.30); FILE MERGED 2005/02/15 14:13:40 mib 1.10.30.1: #i41811#: style:default-outline-style is no property

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [fe45cad83dfe0f2ad6f5468cd642bdf0472dd32f]

        INTEGRATION: CWS oasisbf5 (1.11.30); FILE MERGED 2005/02/18 11:36:44 mib 1.11.30.2: #i43065#: wrong values for fo:keep-with-next in tables 2005/02/15 14:13:40 mib 1.11.30.1: #i41811#: style:default-outline-style is no property

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [b41812dd908e95356386f58c53fa8c1e4bc658f1]

        INTEGRATION: CWS oasisbf5 (1.11.82); FILE MERGED 2005/02/18 11:36:44 mib 1.11.82.2: #i43065#: wrong values for fo:keep-with-next in tables 2005/02/15 15:57:22 mib 1.11.82.1: #i42374#: Validation error in OOo DTD

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [cf1a6990da2233acecf40bda68f30ddad1069ee5]

        INTEGRATION: CWS oasisbf5 (1.13.28); FILE MERGED 2005/02/15 13:53:45 mib 1.13.28.1: #i42834#: new SVG, XSL_FO and SMIL namespaces

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [c9a14bcd85161de725821a8104c7247d68f1c24a]

        INTEGRATION: CWS oasisbf5 (1.11.28); FILE MERGED 2005/02/15 13:53:44 mib 1.11.28.1: #i42834#: new SVG, XSL_FO and SMIL namespaces

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [852db6f4ee65c60c193aa5bd0db23fce88c7ab72]

        INTEGRATION: CWS oasisbf5 (1.93.30); FILE MERGED 2005/02/15 14:13:39 mib 1.93.30.1: #i41811#: style:default-outline-style is no property

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [0752733387c9858b36c043f4d213d5a0a7d99664]

        INTEGRATION: CWS oasisbf5 (1.27.60); FILE MERGED 2005/02/15 14:13:38 mib 1.27.60.1: #i41811#: style:default-outline-style is no property

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [a37fe4f737c63adb6c9baeb4da6a044a33089a98]

        INTEGRATION: CWS oasisbf5 (1.47.84); FILE MERGED 2005/02/18 11:31:03 mib 1.47.84.1: #i42834#: xforms:submission renamed to form:xforms-submission

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [38ff23742e767575d1312c0a1a26266b94603b0c]

        INTEGRATION: CWS oasisbf5 (1.37.82); FILE MERGED 2005/02/18 11:31:02 mib 1.37.82.1: #i42834#: xforms:submission renamed to form:xforms-submission

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [68c347413054df64e0700f3e92a46f0ddfb96790]

        INTEGRATION: CWS oasisbf5 (1.47.46); FILE MERGED 2005/02/15 13:53:03 mib 1.47.46.1: #i42834#: new SVG, XSL_FO and SMIL namespaces

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [2ce7f9e9bb68fc900b41aa4822d61cc4f5a57801]

        INTEGRATION: CWS oasisbf5 (1.93.46); FILE MERGED 2005/02/15 13:53:03 mib 1.93.46.1: #i42834#: new SVG, XSL_FO and SMIL namespaces

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [b5dbde52e0ca661eaa9692d1783a7e36377c6ef1]

        INTEGRATION: CWS oasisbf5 (1.83.30); FILE MERGED 2005/02/15 14:10:51 mib 1.83.30.1: #i42834#: new SVG, XSL_FO and SMIL namespaces

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [2eb46521a2598eaf7ae4056941b380fac6b01007]

        INTEGRATION: CWS oasisbf5 (1.117.48); FILE MERGED 2005/02/15 14:10:51 mib 1.117.48.1: #i42834#: new SVG, XSL_FO and SMIL namespaces

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [9bcef2d77534ed954befd44aa1a9c3b6d123d547]

        INTEGRATION: CWS oasisbf5 (1.12.46); FILE MERGED 2005/02/15 13:52:39 mib 1.12.46.1: #i42834#: new SVG, XSL_FO and SMIL namespaces

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [63ea4bf796f669719fe8f38571de6762a5205138]

        INTEGRATION: CWS oasisbf5 (1.88.30); FILE MERGED 2005/02/15 15:57:10 mib 1.88.30.1: #i42374#: Validation error in OOo DTD

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [aa005dbbe5c63865ed924723ae44a34a1dc181c1]

        INTEGRATION: CWS oasisbf5 (1.5.32); FILE MERGED 2005/02/24 12:26:15 sus 1.5.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [cecc629913a7f9657416bcc4793521ef2d1705f5]

        INTEGRATION: CWS oasisbf5 (1.5.32); FILE MERGED 2005/02/24 12:26:14 sus 1.5.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d38aedad3cbb5e5bc3fd66110c2ff31cd75fd5b9]

        INTEGRATION: CWS oasisbf5 (1.2.32); FILE MERGED 2005/02/24 12:26:14 sus 1.2.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [c4fffb82a3663509a84d8da7796a408e7f283e52]

        INTEGRATION: CWS oasisbf5 (1.5.32); FILE MERGED 2005/02/24 12:26:13 sus 1.5.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [990773d20d4d156ab0a950b6706942176e632061]

        INTEGRATION: CWS oasisbf5 (1.5.32); FILE MERGED 2005/02/24 12:26:12 sus 1.5.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [e246eef0cccb02705f59e1d47dd6df9985a5e259]

        INTEGRATION: CWS oasisbf5 (1.3.70); FILE MERGED 2005/02/24 12:26:12 sus 1.3.70.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [ee1f5e56427e9de1e40b3eefb66022996bc3ba7d]

        INTEGRATION: CWS oasisbf5 (1.6.32); FILE MERGED 2005/02/24 12:26:11 sus 1.6.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [37e25235ae6f00bed02a974fd1f595e441483d18]

        INTEGRATION: CWS oasisbf5 (1.5.32); FILE MERGED 2005/02/24 12:26:10 sus 1.5.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [aad37785c9850f5fa99741a2f3dfdc7e10e3505d]

        INTEGRATION: CWS oasisbf5 (1.5.32); FILE MERGED 2005/02/24 12:26:09 sus 1.5.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f94b25ec4bccaa0e0b733dd16ccbb2a94462e6a8]

        INTEGRATION: CWS oasisbf5 (1.5.32); FILE MERGED 2005/02/24 12:26:08 sus 1.5.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [5ef083720e94ae096dc18a22aa8a7a52b217b7c8]

        INTEGRATION: CWS iha07 (1.10.10); FILE MERGED 2005/02/14 09:59:58 iha 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2005/02/03 16:31:24 iha 1.10.10.1: #i41302# HelpIds for tabpages in custom-animation-dialog

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [67a3716f4142304b4338305b67cda8525ab6338a]

        INTEGRATION: CWS oasisbf5 (1.3.70); FILE MERGED 2005/02/24 12:26:08 sus 1.3.70.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [fb14ea098531f4f48327395d7d035cc4026f0873]

        INTEGRATION: CWS iha07 (1.5.66); FILE MERGED 2005/03/01 16:32:43 iha 1.5.66.2: RESYNC: (1.5-1.6); FILE MERGED 2005/02/17 09:59:31 iha 1.5.66.1: #i42430# added arrows toolbar hidden and arrow

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [a6512eab7369e7443c272c89f98233c0cfb9077a]

        INTEGRATION: CWS oasisbf5 (1.5.32); FILE MERGED 2005/02/24 12:26:07 sus 1.5.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d413a878737098b944a6b9928b6dbfad31ae17bc]

        INTEGRATION: CWS iha07 (1.5.4); FILE MERGED 2005/02/17 09:54:33 iha 1.5.4.1: #i42430# added arrows toolbar and arrow

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [3505f362231b5b77f1d2ea09ed02ac9efaa0417e]

        INTEGRATION: CWS oasisbf5 (1.6.32); FILE MERGED 2005/02/24 12:26:07 sus 1.6.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [bdff201a329b53c149dd04ff14734e9c05472f9c]

        INTEGRATION: CWS iha07 (1.6.66); FILE MERGED 2005/02/14 19:36:17 iha 1.6.66.1: #i42736# colorsettings toolbar instead of 6 single entries

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [aa3c5987c7ace395fd0e5484e6e30493d1f3ec2d]

        INTEGRATION: CWS iha07 (1.50.18); FILE MERGED 2005/03/01 16:29:50 iha 1.50.18.4: RESYNC: (1.51-1.52); FILE MERGED 2005/02/18 14:14:54 iha 1.50.18.3: #i41753# custom shapes toolboxes are not highlighted in action mode 2005/01/31 14:12:49 iha 1.50.18.2: RESYNC: (1.50-1.51); FILE MERGED 2005/01/21 22:23:55 iha 1.50.18.1: #i39638# don't hide 'Line and Filling' toolbar' while showing 'Edit Points' toolbar

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f69d754d13a967c673d5a2456242c6176b7ceffd]

        INTEGRATION: CWS iha07 (1.55.4); FILE MERGED 2005/03/01 16:29:41 iha 1.55.4.2: RESYNC: (1.55-1.57); FILE MERGED 2005/02/18 14:14:19 iha 1.55.4.1: #i41753# custom shapes toolboxes are not highlighted in action mode

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [e6453e197f153104364de4dac8c1338983518b08]

        INTEGRATION: CWS oasisbf5 (1.6.32); FILE MERGED 2005/02/24 12:26:05 sus 1.6.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d0273e9941b79a9a1bc7489c16d67fd86023fff4]

        INTEGRATION: CWS iha07 (1.84.64); FILE MERGED 2005/01/31 14:09:41 iha 1.84.64.2: RESYNC: (1.84-1.85); FILE MERGED 2005/01/21 13:38:24 iha 1.84.64.1: #i39229# PDF export in slide sorter writes empty page

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [a832dbaef2b3d3f221341a2fb8059898263802c2]

        INTEGRATION: CWS oasisbf5 (1.4.32); FILE MERGED 2005/02/24 12:26:04 sus 1.4.32.1: i43458 Adapting stylesheet to OASIS namespace changes

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [490ef45f59a36e188879e38f51ec8b29b9499624]

        INTEGRATION: CWS iha07 (1.12.66); FILE MERGED 2005/03/01 16:17:39 iha 1.12.66.2: RESYNC: (1.12-1.13); FILE MERGED 2005/02/18 14:13:21 iha 1.12.66.1: #i41753# custom shapes toolboxes are not highlighted in action mode

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [ba04497d69bac0a742c11339d04d67a40fabbadc]

        INTEGRATION: CWS iha07 (1.4.204); FILE MERGED 2005/01/21 22:25:19 iha 1.4.204.1: #i39638# don't hide 'Line and Filling' toolbar' while showing 'Gluepoints' toolbar

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [b4ad014e227d425313a83d5e3352e456a48f9187]

        INTEGRATION: CWS iha07 (1.9.64); FILE MERGED 2005/01/21 22:22:28 iha 1.9.64.1: #i39638# don't hide 'Line and Filling' toolbar' while showing 'Edit Points' toolbar

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [34ef6ca8dea91679962d62c375b113546c7b161c]

        INTEGRATION: CWS iha07 (1.35.236); FILE MERGED 2005/01/21 10:05:07 iha 1.35.236.1: #i40857# pt-BR text did not fit

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1392cccd6c922b2882b6d47c3bd9347146c05621]

        INTEGRATION: CWS iha07 (1.3.10); FILE MERGED 2005/03/07 18:36:13 iha 1.3.10.2: #i41302# set helpids at tabpages instead of tabcontrols 2005/02/03 16:32:15 iha 1.3.10.1: #i41302# HelpIds for tabpages in custom-animation-dialog

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [e85fdd28d52e090a402eaae1faad45bf12dc9e1b]

        INTEGRATION: CWS iha07 (1.21.66); FILE MERGED 2005/03/01 16:14:15 iha 1.21.66.3: RESYNC: (1.23-1.24); FILE MERGED 2005/01/31 13:54:58 iha 1.21.66.2: RESYNC: (1.21-1.23); FILE MERGED 2005/01/31 12:15:10 iha 1.21.66.1: #i41267# removed UI visibility for non working commands 'DrawFontwork','DrawFontworkVertical'&'LayerDialogChildWindow'

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [5cf58fd83659a73fb6749874e91bd5a5c7af50ef]

        INTEGRATION: CWS iha07 (1.7.66); FILE MERGED 2005/01/31 12:18:25 iha 1.7.66.1: #i41267# removed UI visibility for non working commands 'NotesChildWindow'&'TaskPaneShowPanel'

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [ce6e6ecfdee4efd3ad9a5cab243a92cc4d9ad94f]

        INTEGRATION: CWS iha07 (1.3.72); FILE MERGED 2005/01/31 12:25:14 iha 1.3.72.3: #i41267# removed UI visibility for superfluous commands 'TaskPaneApplyToAllSlides','TaskPaneApplyToAllSlides'&'TaskPaneShowSmallPreview' 2005/01/31 12:23:05 iha 1.3.72.2: #i41267# removed UI visibility for non working commands 'TaskPaneApplyToSelectedSlides' 2005/01/31 12:21:55 iha 1.3.72.1: #i41267# removed UI visibility for non working commands 'TaskPaneUseForNewPresentations'

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d534df839df561069ec13f8c83264459db4c6629]

        INTEGRATION: CWS iha07 (1.11.10); FILE MERGED 2005/02/14 09:44:15 iha 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2005/02/03 16:30:37 iha 1.11.10.1: #i41302# HelpIds for tabpages in custom-animation-dialog

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [cfd5ace0f4b5e6d5c7c6ca0386eddd257b66c3f1]

        INTEGRATION: CWS iha07 (1.13.12); FILE MERGED 2005/03/01 16:12:04 iha 1.13.12.3: RESYNC: (1.15-1.17); FILE MERGED 2005/02/14 09:43:08 iha 1.13.12.2: RESYNC: (1.13-1.15); FILE MERGED 2005/02/01 17:00:04 iha 1.13.12.1: #i41687# adding toolbars FontWork and 3D-Settings to menu again, because they could not be recalled after closing otherwise

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [aa56d1618db9f265cdc54c5b8fa7475ec490e2bd]

        INTEGRATION: CWS iha07 (1.14.12); FILE MERGED 2005/03/01 16:11:37 iha 1.14.12.3: RESYNC: (1.16-1.18); FILE MERGED 2005/02/14 09:42:51 iha 1.14.12.2: RESYNC: (1.14-1.16); FILE MERGED 2005/02/01 16:58:20 iha 1.14.12.1: #i41687# adding toolbars FontWork and 3D-Settings to menu again, because they could not be recalled after closing otherwise

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [5684807b8dd40062dedb7530f0261adcbbb48769]

        INTEGRATION: CWS iha07 (1.14.12); FILE MERGED 2005/03/01 16:11:05 iha 1.14.12.3: RESYNC: (1.16-1.18); FILE MERGED 2005/02/14 09:42:44 iha 1.14.12.2: RESYNC: (1.14-1.16); FILE MERGED 2005/02/01 16:48:39 iha 1.14.12.1: #i41687# adding 3D-Settings to menu again, because it could not be recalled after closing otherwise

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [2ae4a91c12e452c815d4c04b00539cc122b596ba]

        INTEGRATION: CWS iha07 (1.15.12); FILE MERGED 2005/03/01 16:10:45 iha 1.15.12.3: RESYNC: (1.17-1.19); FILE MERGED 2005/02/14 09:42:27 iha 1.15.12.2: RESYNC: (1.15-1.17); FILE MERGED 2005/02/01 16:44:50 iha 1.15.12.1: #i41687# adding 3D-Settings to menu again, because it could not be recalled after closing otherwise

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [35c91c9f2063a8beec7a71f29fe17cdc272c96d3]

        INTEGRATION: CWS iha07 (1.14.12); FILE MERGED 2005/03/01 16:09:51 iha 1.14.12.2: RESYNC: (1.14-1.16); FILE MERGED 2005/02/01 16:43:49 iha 1.14.12.1: #i41687# adding toolbars FontWork and 3D-Settings to menu again, because they could not be recalled after closing otherwise

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [c1d78d362e77d5dcb9e0df145813f04bc4f38e25]

        INTEGRATION: CWS swqbugfixes15 (1.88.12); FILE MERGED 2005/02/18 15:22:41 fme 1.88.12.1: #119756# New filter option - SkipEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [6358624c5e14d57e42ddd9967cdbd794ed26bea5]

        INTEGRATION: CWS swqbugfixes15 (1.128.64); FILE MERGED 2005/02/07 11:15:32 od 1.128.64.1: #i24255# - apply conversion of floating screen objects in R2L layout for 	   all objects. 	 - correction: position of floating screen objects is given in the 	   layout direction of its anchor.

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [917bffa5f1724acfa17c38990fcffc402cafaa67]

        INTEGRATION: CWS swqbugfixes15 (1.86.140); FILE MERGED 2005/02/08 06:50:26 fme 1.86.140.1: #i20848# Use GetSpecialExtra*Name routines for SetExpr-fields

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [ea4e342ab8e8ce28eb76c13dada18ea3d1db979c]

        INTEGRATION: CWS swqbugfixes15 (1.45.40); FILE MERGED 2005/02/14 09:56:32 fme 1.45.40.1: #i38971# First letter capitalization for l'installazione

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [03f8c64dc9ea3dc47ee3518d004c3e00aa35c383]

        INTEGRATION: CWS swqbugfixes15 (1.96.128); FILE MERGED 2005/02/18 15:22:44 fme 1.96.128.2: #119756# New filter option - SkipEmptyPages 2005/02/15 12:07:10 fme 1.96.128.1: #i42636# Enhanced pdf export for defined page ranges

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [6e69459ec26584160ab21a505861c178f176ead9]

        INTEGRATION: CWS swqbugfixes15 (1.14.12); FILE MERGED 2005/02/18 15:22:44 fme 1.14.12.1: #119756# New filter option - SkipEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4e0bf3a69eebc93960b3fbaee67692f995c449a4]

        INTEGRATION: CWS swqbugfixes15 (1.48.66); FILE MERGED 2005/02/10 10:04:28 od 1.48.66.1: #i42080# <SwDocShell::InitNew(..)> - reset modified state of document 	 after applying new default attributes.

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [e21512fd89539859a05e0c478dfb9bd522ba8afa]

        INTEGRATION: CWS swqbugfixes15 (1.31.12); FILE MERGED 2005/02/10 15:15:56 fme 1.31.12.1: #119474# Painting Writer OLE object should not trigger a complete formatting of the document, formatting the visible area should be sufficient

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1ea45de263a797b3731e7126c5a8d287e799a4a1]

        INTEGRATION: CWS swqbugfixes15 (1.58.34); FILE MERGED 2005/02/18 15:22:40 fme 1.58.34.2: #119756# New filter option - SkipEmptyPages 2005/02/07 11:17:35 fme 1.58.34.1: #i42187# Make code robust in GetPageBzmAndSetOffsetForPDF. There actually are situations that do not allow to find a valid page frame, e.g. with oversized, non-splittable tables

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4f07733319eac1eccc830ed997f426c0680e2341]

        INTEGRATION: CWS swqbugfixes15 (1.108.12); FILE MERGED 2005/02/18 15:22:39 fme 1.108.12.1: #119756# New filter option - SkipEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [b6f2120fc8bbfc9654e00a1345a47ca093bb56b0]

        INTEGRATION: CWS swqbugfixes15 (1.171.12); FILE MERGED 2005/02/18 15:22:38 fme 1.171.12.1: #119756# New filter option - SkipEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [735c2e954f0e0e11bba8493d4d4317962b6f02a1]

        INTEGRATION: CWS swqbugfixes15 (1.47.272); FILE MERGED 2005/02/14 13:41:31 fme 1.47.272.1: #i42734# Tab stop and script changes in input fields

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [e33caa53d4a88264222b6dd322f6fd9a3a5f67c0]

        INTEGRATION: CWS swqbugfixes15 (1.10.274); FILE MERGED 2005/02/07 16:05:49 fme 1.10.274.1: #i42217# Removed INCEXT line

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f088f42dadf7fafb68fa9abd91674d73242b7f0e]

        INTEGRATION: CWS swqbugfixes15 (1.90.88); FILE MERGED 2005/02/14 13:41:31 fme 1.90.88.1: #i42734# Tab stop and script changes in input fields

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [c534d665204776a194c5319a1111a3b999559501]

        INTEGRATION: CWS swqbugfixes15 (1.7.34); FILE MERGED 2005/02/18 15:22:36 fme 1.7.34.3: #119756# New filter option - SkipEmptyPages 2005/02/15 12:07:22 fme 1.7.34.2: #i42636# Enhanced pdf export for defined page ranges 2005/02/09 13:49:54 fme 1.7.34.1: #i41397# PDF export of hyperlinks set at graphics

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [3b3d7afddc605a43e794a389de2516559cd29539]

        INTEGRATION: CWS swqbugfixes15 (1.10.34); FILE MERGED 2005/02/07 13:30:35 od 1.10.34.1: #i42124# <SwToCntntAnchoredObjectPosition::CalcPosition()> 	 - correction: capture object inside vertical layout environment 		       for all positions.

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [0bbf92a48b6004901aee775cde60637a386a8d0c]

        INTEGRATION: CWS swqbugfixes15 (1.71.12); FILE MERGED 2005/02/10 10:27:32 fme 1.71.12.2: #119477# Make sure that after trying to split a table there are not 'empty' follow tables hanging around 2005/02/10 09:20:30 fme 1.71.12.1: #119477# Make sure that after trying to split a table there are not 'empty' follow tables hanging around

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [60e88e79bf4587efa1e133c69e0fb07d2c329ed0]

        INTEGRATION: CWS swqbugfixes15 (1.87.146); FILE MERGED 2005/02/15 08:43:13 od 1.87.146.1: #i42643# - apply optimization to method call <GraphicObject::DrawTiled(..)>

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [aa355eeec8c5526c68b17d15192aef94062607d7]

        INTEGRATION: CWS swqbugfixes15 (1.48.34); FILE MERGED 2005/02/15 15:21:46 od 1.48.34.1: #i42586# <SwLayAction::InternalAction(..)> - finish format of current 	 page on interrupt.

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [e5b0396572ed53fa068e7fae84e7addbcbdab612]

        INTEGRATION: CWS swqbugfixes15 (1.10.292); FILE MERGED 2005/02/11 10:16:08 fme 1.10.292.1: #i41974# Do not set Western language during autocompletion

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [39fd048ec0276165b4e335ca07a303c213437324]

        INTEGRATION: CWS swqbugfixes15 (1.31.26); FILE MERGED 2005/02/09 15:21:18 od 1.31.26.1: #i42319# <SwDoc::Insert(.., SdrObject&, ..)> - move object to visible 	 layer, if frames are created.

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [c367414575a4687056f1b1b4a2372fb79d01c49e]

        INTEGRATION: CWS swqbugfixes15 (1.35.88); FILE MERGED 2005/02/18 15:22:34 fme 1.35.88.1: #119756# New filter option - SkipEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [adc56b2172f741b5ebdd8878fdb3d24c7b58df17]

        INTEGRATION: CWS swqbugfixes15 (1.104.12); FILE MERGED 2005/02/18 15:20:58 fme 1.104.12.1: #119756# New filter option - SkipEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [3f202256818cce57e92c8355a5b1c58636be5603]

        INTEGRATION: CWS swqbugfixes15 (1.48.12); FILE MERGED 2005/02/18 15:20:58 fme 1.48.12.1: #119756# New filter option - SkipEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d2d3b7b6251da98ea28844b443be72269f066022]

        INTEGRATION: CWS swqbugfixes15 (1.4.12); FILE MERGED 2005/02/18 15:20:57 fme 1.4.12.1: #119756# New filter option - SkipEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [866976137470777fcd0c6bb25e8bcff1ff618d55]

        INTEGRATION: CWS swqbugfixes15 (1.100.26); FILE MERGED 2005/02/18 15:20:57 fme 1.100.26.1: #119756# New filter option - SkipEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [b6889cb1a354d6ca2dbea30c8336428f27814897]

        INTEGRATION: CWS swqbugfixes15 (1.27.12); FILE MERGED 2005/02/18 15:20:56 fme 1.27.12.1: #119756# New filter option - SkipEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [bb270f1b7bfb77d1979c8975ea90427ccbe01098]

        INTEGRATION: CWS swqbugfixes15 (1.3.202); FILE MERGED 2005/02/18 15:20:55 fme 1.3.202.2: #119756# New filter option - SkipEmptyPages 2005/02/15 12:02:24 fme 1.3.202.1: #i42636# Enhanced pdf export for defined page ranges

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [20b478ff18e095dd7f26459e63a758e4896cf45a]

        INTEGRATION: CWS swqbugfixes15 (1.17.52); FILE MERGED 2005/02/15 08:41:23 od 1.17.52.1: #i42643# <GraphicObject::ImplDrawTiled(..)> - avoid overflow

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [dc87ff3c1711afd050b9785c282a8984df4a64a5]

        INTEGRATION: CWS swqbugfixes15 (1.4.66); FILE MERGED 2005/02/08 06:49:25 fme 1.4.66.1: #i20848# Use GetSpecialExtra*Name routines for SetExpr-fields

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [b4eeca57561c5bc9fb59be4250f090b019b1af7b]

        INTEGRATION: CWS swqbugfixes15 (1.4.118); FILE MERGED 2005/02/18 15:18:58 fme 1.4.118.1: #119756# New filter option - SkiptEmptyPages

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [e9707ccbc751a54aa37932e88f1773074bc6292f]

        INTEGRATION: CWS swqbugfixes15 (1.34.58); FILE MERGED 2005/02/18 15:18:57 fme 1.34.58.2: #119756# New filter option - SkiptEmptyPages 2005/02/15 12:11:50 fme 1.34.58.1: #i42636# Enhanced pdf export for defined page ranges

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [57dd47674f8a7d06cd02d23a4753d43a272eb581]

        SRC680

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [5166b060876f15881fc4a7f8afb43cbfeae7daa6]

        INTEGRATION: CWS calcer (1.17.222); FILE MERGED 2004/12/29 14:01:22 er 1.17.222.1: #i39585# '0' is a digit ...

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [3e85af04239f571395aac4e3f7afc999b90b2f3f]

        INTEGRATION: CWS calcer (1.9.52); FILE MERGED 2004/11/23 20:18:20 er 1.9.52.2: #i36541# #i37631# generic GetString with EmptyPath and setting error at interpreter 2004/11/16 18:25:34 er 1.9.52.1: #i36541# generic ScMatrix::GetString() also for numerical values

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d241eaab25a7064c1460a061ed40e2d21de1aed0]

        INTEGRATION: CWS calcer (1.12.52); FILE MERGED 2005/02/21 17:40:01 er 1.12.52.2: RESYNC: (1.12-1.13); FILE MERGED 2004/11/16 18:34:18 er 1.12.52.1: #i36541# ScAmpersand, MatConcat: strings of numerical matrix values

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [531489e15756a14bccee3243026414b8634db502]

        INTEGRATION: CWS calcer (1.31.52); FILE MERGED 2005/02/21 17:39:32 er 1.31.52.3: RESYNC: (1.31-1.34); FILE MERGED 2005/02/18 18:52:25 er 1.31.52.2: #i20986# #i21124# #i4874# #i7309# new algorithm for recursions and iterations 2004/11/23 20:15:20 er 1.31.52.1: #i37631# GetString: from matrix also if number warnings cleanup

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [466fefb9cb46af493418cc2fc6535c146ec4bdb0]

        INTEGRATION: CWS calcer (1.2.290); FILE MERGED 2005/02/21 13:30:47 er 1.2.290.1: #i20986# #i21124# #i4874# #i7309# new algorithm for recursions and iterations; remove superfluous errInterpOverflow handling, Err527 is dead

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4baa8b3439649efdd94658294f3b2cc98371e1f8]

        INTEGRATION: CWS calcer (1.7.222); FILE MERGED 2005/02/21 13:30:46 er 1.7.222.1: #i20986# #i21124# #i4874# #i7309# new algorithm for recursions and iterations; remove superfluous errInterpOverflow handling, Err527 is dead

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [a85032a8f040032d26964d21c77d5b8516f06f99]

        INTEGRATION: CWS calcer (1.46.8); FILE MERGED 2005/02/21 17:31:38 er 1.46.8.2: RESYNC: (1.46-1.48); FILE MERGED 2005/02/18 18:52:25 er 1.46.8.1: #i20986# #i21124# #i4874# #i7309# new algorithm for recursions and iterations

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [765f6d9881947f0a9b4ce337d5c5f5026279ebe9]

        INTEGRATION: CWS calcer (1.25.28); FILE MERGED 2005/02/21 17:29:13 er 1.25.28.3: RESYNC: (1.25-1.27); FILE MERGED 2005/02/21 13:30:45 er 1.25.28.2: #i20986# #i21124# #i4874# #i7309# new algorithm for recursions and iterations; remove superfluous errInterpOverflow handling, Err527 is dead 2005/02/18 18:52:25 er 1.25.28.1: #i20986# #i21124# #i4874# #i7309# new algorithm for recursions and iterations

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [8bd8a60de9b649b5d4ad86b1982f9505d9a114d6]

        INTEGRATION: CWS dr36 (1.12.82); FILE MERGED 2005/03/03 13:19:33 dr 1.12.82.2: #i21397# images for .uno:StarChartDialog slot 2005/03/03 11:52:07 dr 1.12.82.1: #i40361# separate labels for 'Insert' menu

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [54291f9795aa90fe3796731f0d0d12888f3d961b]

        INTEGRATION: CWS calcer (1.7.222); FILE MERGED 2004/12/01 13:40:55 er 1.7.222.1: make dtors virtual

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [5d76b7c73fe1037cd8d4fe056ee29716c025ceb1]

        INTEGRATION: CWS calcer (1.8.290); FILE MERGED 2004/11/16 14:23:14 er 1.8.290.1: initialization order (gcc warning)

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d98411dfe6f957913d117ce5b2c66eddaa9595d0]

        INTEGRATION: CWS calcer (1.4.52); FILE MERGED 2004/11/16 18:24:38 er 1.4.52.1: #i36541# generic ScMatrix::GetString() also for numerical values

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [5924a5fbfe6c30af24ebfe813dd25aa944503458]

        INTEGRATION: CWS calcer (1.1.2); FILE ADDED 2005/02/18 18:52:24 er 1.1.2.1: #i20986# #i21124# #i4874# #i7309# new algorithm for recursions and iterations

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f23cb022512ab7d183c8c043427817f272480c36]

        INTEGRATION: CWS calcer (1.84.8); FILE MERGED 2005/02/21 15:18:28 er 1.84.8.2: RESYNC: (1.84-1.85); FILE MERGED 2005/02/18 18:52:24 er 1.84.8.1: #i20986# #i21124# #i4874# #i7309# new algorithm for recursions and iterations

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [8e65936623d98f78eed449b1328b79e6d66b26fd]

        INTEGRATION: CWS calcer (1.5.222); FILE MERGED 2005/02/21 15:18:01 er 1.5.222.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/01 13:40:55 er 1.5.222.1: make dtors virtual

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [bfe4d44c369852a61d4eeddf380cac6506e6f5a6]

        INTEGRATION: CWS calcer (1.23.138); FILE MERGED 2005/02/21 15:17:29 er 1.23.138.2: RESYNC: (1.23-1.24); FILE MERGED 2005/02/18 18:49:06 er 1.23.138.1: initialization order

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [8dc8021550d33bd28e8a9053fe22c8972ea699f9]

        INTEGRATION: CWS calcer (1.16.30); FILE MERGED 2005/02/21 15:17:20 er 1.16.30.3: RESYNC: (1.16-1.17); FILE MERGED 2005/02/18 18:52:23 er 1.16.30.2: #i20986# #i21124# #i4874# #i7309# new algorithm for recursions and iterations 2004/11/16 14:20:32 er 1.16.30.1: initialization order (gcc warning)

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [ef80f426c6346524b1c35bcb25c7b846aa80c007]

        INTEGRATION: CWS calcer (1.2.222); FILE MERGED 2005/02/18 18:48:39 er 1.2.222.1: initialization order

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [ab2ba47db94de80eaaabfbd47f123eb06e0a7628]

        INTEGRATION: CWS calcer (1.4.116); FILE MERGED 2005/02/10 19:02:40 er 1.4.116.2: #i39928# MACOSX Min/Max ambiguity 2004/12/07 10:55:06 er 1.4.116.1: oops, ouch, aua, weia ...

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [8c9e6d1a8f786bc351b887c58f3877b9ed8858d2]

        INTEGRATION: CWS swqcore07 (1.43.98); FILE MERGED 2005/02/21 13:01:12 od 1.43.98.1: #i42921# - do not set numbering rule as hard attribute at a text node.

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [6ad165f288f8414ac62f85e47cb91ab3232b7b59]

        INTEGRATION: CWS swqcore07 (1.11.300); FILE MERGED 2005/02/25 12:17:18 od 1.11.300.2: #i42921# - adapt method call <SwDoc::SetNumRule> to changed signature 2005/02/21 13:00:00 od 1.11.300.1: #i42921# correction of methods <SwEditShell::NumIndent(..)>

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1ef4661f712f407426e2f9f9f9e1cc0ab8753c56]

        INTEGRATION: CWS swqcore07 (1.44.2); FILE MERGED 2005/02/21 12:49:17 od 1.44.2.4: #i42921# <SwDoc::SetNumRule(..)> - re-use unused 3rd parameter. 	 It's name is now <bSetitem> and replaces local variable <bSetItem> 2005/02/17 10:49:16 dvo 1.44.2.3: #i42851# assert when calling MakeUniqueNumRule on wrong doc 2005/02/11 09:00:46 hbrinkm 1.44.2.2: #i42273# lcl_UpdateNumRuleRange: start at a node that may be numbered 2005/02/10 17:23:20 hbrinkm 1.44.2.1: #i42354# UpdateNumRuleOld: use SwNumRule.Get() to get numbering format

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [52f0615ba19853cbc3df53e583ee5b1a4db791b6]

        INTEGRATION: CWS swqcore07 (1.100.36); FILE MERGED 2005/02/21 12:48:03 od 1.100.36.1: #i42921# <SwDoc::SetNumRule(..)> - re-use unused 3rd parameter. 	 It's name is now <bSetitem> and replaces local variable <bSetItem>

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [cb688552b759ef537443835727377bed7e5f2262]

        INTEGRATION: CWS swqcore07 (1.27.398); FILE MERGED 2005/02/21 13:06:13 od 1.27.398.1: #i42921# - invalidate ruler after execute of changing numbering indent

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1b1aa39802f114e1b1ca89bec50cde83b1fdd714]

        INTEGRATION: CWS swqcore07 (1.18.98); FILE MERGED 2005/02/21 13:03:08 od 1.18.98.1: #i42921# <SwEditWin::RulerMarginDrag(..)> - consider vertical mode

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [7a41b9250ff1644d158a281a1b18ab78f2ac406b]

        INTEGRATION: CWS swqcore07 (1.8.302); FILE MERGED 2005/02/21 13:04:18 od 1.8.302.1: #i42921# <SwEditWin::RulerMarginDrag(..)> - consider vertical mode

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [992be99f5fd68af72e1dc03fa17ffa5947373ac8]

        INTEGRATION: CWS swqcore07 (1.107.34); FILE MERGED 2005/02/21 13:04:17 od 1.107.34.1: #i42921# <SwEditWin::RulerMarginDrag(..)> - consider vertical mode

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [17f49956cf48db084b529f5e27173661f5df45a9]

        INTEGRATION: CWS swqcore07 (1.16.98); FILE MERGED 2005/02/24 09:47:56 hbrinkm 1.16.98.2: RESYNC: (1.16-1.17); FILE MERGED 2005/02/11 15:30:22 hbrinkm 1.16.98.1: #i42512# SwStyleSheetIterator::Notify: pStyle can be 0x0

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [76af9cf8e8b08536517fd48d71069b0d8dc76251]

        INTEGRATION: CWS swqcore07 (1.27.150); FILE MERGED 2005/02/11 20:30:54 dvo 1.27.150.1: #i42406# continue proper default handling

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [a737b27261e001c16535c87ae8f5cbcd4110a9bd]

        INTEGRATION: CWS swqcore07 (1.64.150); FILE MERGED 2005/02/14 17:11:02 hbrinkm 1.64.150.1: #i35577# ReadLVL: do not take list tab (0xC615) into account if it is not between left indent and first line indent

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [51d2002acd2f172a09b0d4c5a367f01ffda294c9]

        INTEGRATION: CWS swqcore07 (1.171.22); FILE MERGED 2005/02/16 16:22:46 dvo 1.171.22.1: #i41204# load/save database name + URL made spec-conform

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [a18328352ad30fda614c85d7998333691e38cd46]

        INTEGRATION: CWS swqcore07 (1.86.150); FILE MERGED 2005/02/16 16:22:46 dvo 1.86.150.1: #i41204# load/save database name + URL made spec-conform

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [f9bd41bf270b1a94dfa062ef803a2fda886ade84]

        INTEGRATION: CWS swqcore07 (1.6.284); FILE MERGED 2005/02/25 12:16:06 od 1.6.284.1: #i42921# - adapt method call <SwDoc::SetNumRule> to changed signature

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [58f85c3503a404fae384b25f3947ca99bd77896b]

        INTEGRATION: CWS swqcore07 (1.17.36); FILE MERGED 2005/02/11 14:22:39 hbrinkm 1.17.36.1: #i42439# inserting a new paragraph is not typing

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [577ef1fbbd71a76a3d55a69e3bc2d0e89373c7df]

        INTEGRATION: CWS swqcore07 (1.34.48); FILE MERGED 2005/02/21 12:51:15 od 1.34.48.1: #i42921# new method <SwFEShell::IsVerticalModeAtNdAndPos(..)>

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1ff0413f8c99920cb1ae83d923f64bf8a2978446]

        INTEGRATION: CWS swqcore07 (1.8.36); FILE MERGED 2005/02/15 18:51:05 dvo 1.8.36.1: #i42851# call MakeUniqueNumRules on proper SwDoc

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [4f49c15d3987cac8ef30f32aeb7c0c2e92458804]

        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  Vladimir Glazounov  <vg@openoffice.org>  [6c002fcfcc979c40f283aef9544300a81d323c2f]

        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  Vladimir Glazounov  <vg@openoffice.org>  [8b2becbb991ad9ceb0f09c81ad765fb453bc9242]

        INTEGRATION: CWS swqcore07 (1.31.36); FILE MERGED 2005/02/21 12:58:27 od 1.31.36.1: #i42921# - use new method <SwCntntNode::GetTextDirection(..)>

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [6b18b5aa71964e8009be99345efbdbb043341a75]

        INTEGRATION: CWS swqcore07 (1.34.36); FILE MERGED 2005/02/21 12:56:41 od 1.34.36.1: #i42921# - do not set numbering rule as hard attribute at a text node.

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [2423966d82c9386887a7cb6b0e5f33d9c7599ddf]

        INTEGRATION: CWS swqcore07 (1.12.158); FILE MERGED 2005/02/22 16:35:39 dvo 1.12.158.1: #i40106# fix assertion

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [1c12784dd2431111c2785fede18f5bffc4326419]

        INTEGRATION: CWS swqcore07 (1.10.298); FILE MERGED 2005/02/21 12:53:11 od 1.10.298.1: #i42921# - new method <SwCntntNode::GetTextDirection(..)>

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [c9494c9533ec0101dc369f2af163aa1caf9db5ae]

        INTEGRATION: CWS swqcore07 (1.50.36); FILE MERGED 2005/02/21 12:50:23 od 1.50.36.1: #i42921# new method <SwFEShell::IsVerticalModeAtNdAndPos(..)>

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [d4bb14c68b3bc6c8b1c7a1c6180d7e473b320360]

        INTEGRATION: CWS swqcore07 (1.23.80); FILE MERGED 2005/02/11 20:30:24 dvo 1.23.80.1: #i42406# continue proper default handling

2005-03-08  Vladimir Glazounov  <vg@openoffice.org>  [da1bd180ddb83fceefda55b7e953a578340970a6]

        INTEGRATION: CWS swqcore07 (1.112.26); FILE MERGED 2005/02/11 20:30:24 dvo 1.112.26.1: #i42406# continue proper default handling

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [c21fdd20f8d6d9b3e7d59a9f01f5d2548ccece68]

        INTEGRATION: CWS os49 (1.50.54); FILE MERGED 2005/02/07 11:05:27 os 1.50.54.3: RESYNC: (1.52-1.53); FILE MERGED 2005/01/20 17:39:13 os 1.50.54.2: RESYNC: (1.50-1.52); FILE MERGED 2005/01/14 07:29:25 os 1.50.54.1: #i40628# check pMedium before access

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [ebf8169a09c179239135be7d8f90f8f929a0999f]

        INTEGRATION: CWS os49 (1.52.404); FILE MERGED 2005/01/18 08:36:36 os 1.52.404.1: #i40856# FixedText width increased

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [504736b1a044d3040fe33805b9c49e5287e4e107]

        INTEGRATION: CWS os49 (1.17.62); FILE MERGED 2005/01/17 12:31:37 os 1.17.62.1: #i39809# redesign of Area tab page

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [12954e3867db0892501e8ff3469acea185feb671]

        INTEGRATION: CWS os49 (1.59.236); FILE MERGED 2005/01/17 12:31:37 os 1.59.236.1: #i39809# redesign of Area tab page

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [531d3c1b37b06f9c33bf64118e7742e451497389]

        INTEGRATION: CWS os49 (1.7.1184); FILE MERGED 2005/01/17 12:31:36 os 1.7.1184.1: #i39809# redesign of Area tab page

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [36bc2bdebbb19070815b99ffa5bbf7c0a27d140e]

        INTEGRATION: CWS os49 (1.14.182); FILE MERGED 2005/02/17 07:33:23 os 1.14.182.2: #i39774# label renamed 2005/01/13 13:18:36 os 1.14.182.1: #i39774# control positions/sizes changed

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [1e81282f63fea5d408c435793f45e00381f96793]

        INTEGRATION: CWS os49 (1.12.160); FILE MERGED 2005/01/13 13:18:35 os 1.12.160.1: #i39774# control positions/sizes changed

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [9d8e315e424057221ea039186fe026b07f237b17]

        INTEGRATION: CWS os49 (1.2.614); FILE MERGED 2005/02/07 10:09:34 os 1.2.614.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/17 12:31:36 os 1.2.614.1: #i39809# redesign of Area tab page

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [62f273e6fb942befbc24a935acace3f053ddd1cf]

        INTEGRATION: CWS os49 (1.3.400); FILE MERGED 2005/01/10 14:53:08 os 1.3.400.1: #i39776# label width increased

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [02289797487e78e0a5a3b5c5f95690bc5207d282]

        INTEGRATION: CWS os49 (1.7.84); FILE MERGED 2005/01/12 14:32:34 os 1.7.84.1: #i39939# context menu entry of Format/Default formatting fixed

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [f51d680b26a45004943ce6db8d0f337d14fb97e3]

        INTEGRATION: CWS os49 (1.4.14); FILE MERGED 2005/02/28 14:32:09 os 1.4.14.1: #i43686# use ::rtl::OUStrings to transport long strings (message body)

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [133fc6594210d08a55ea657630bb00d39e13d613]

        INTEGRATION: CWS os49 (1.54.54); FILE MERGED 2005/01/14 14:59:08 os 1.54.54.2: #40673# CheckBox size fixed 2005/01/13 14:22:36 os 1.54.54.1: #i39801# redesign to fit for all languages

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [a0404a9de1a65e5fb59ddcbd3256ef5a0ccd65ff]

        INTEGRATION: CWS os49 (1.2.212); FILE MERGED 2005/02/04 15:01:25 os 1.2.212.2: #i40399# tab page size increased 2005/01/14 16:34:20 mbu 1.2.212.1: #i40399

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [3f9270c01e1bb56f2f1b2f9071f1fdeb2706f69e]

        INTEGRATION: CWS os49 (1.2.212); FILE MERGED 2005/02/04 15:01:24 os 1.2.212.2: #i40399# tab page size increased 2005/01/14 16:34:19 mbu 1.2.212.1: #i40399

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [c9cf86c4097d698a6f21706b62fa44149221e651]

        INTEGRATION: CWS os49 (1.3.54); FILE MERGED 2005/01/14 16:34:19 mbu 1.3.54.1: #i40399

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [25688817fdb05b63daf5d370c960a6b887f8e064]

        INTEGRATION: CWS os49 (1.5.14); FILE MERGED 2005/02/28 14:32:40 os 1.5.14.2: #i43686# use ::rtl::OUStrings to transport long strings (message body) 2005/02/28 12:17:42 os 1.5.14.1: #i43673# default extension of Writer document fixed

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [d130080771e368d77493d3116e49f7f9364e6c6a]

        INTEGRATION: CWS os49 (1.2.212); FILE MERGED 2005/02/04 15:01:24 os 1.2.212.2: #i40399# tab page size increased 2005/01/14 16:34:18 mbu 1.2.212.1: #i40399

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [34cd1d3a8309de45dfbc477e360fdc2de7f616d5]

        INTEGRATION: CWS os49 (1.2.212); FILE MERGED 2005/02/25 13:22:07 os 1.2.212.4: #i40408# element positioning fixed 2005/02/24 12:51:53 os 1.2.212.3: #i40339# some minor fixes 2005/02/04 15:01:24 os 1.2.212.2: #i40399# tab page size increased 2005/01/14 16:34:17 mbu 1.2.212.1: #i40399

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [8d8e39af4e294f9c0c517a6e56562b19c58b90e2]

        INTEGRATION: CWS os49 (1.2.212); FILE MERGED 2005/02/04 15:01:24 os 1.2.212.2: #i40399# tab page size increased 2005/01/14 16:34:16 mbu 1.2.212.1: #i40399

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [f76089b5ba8046139df1e90e7f199d3f745bb301]

        INTEGRATION: CWS os49 (1.4.212); FILE MERGED 2005/01/17 15:10:03 mbu 1.4.212.1: i40125

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [b08b899017800f0ef5b185fe29a62c9cfa26179c]

        INTEGRATION: CWS os49 (1.2.212); FILE MERGED 2005/02/28 11:21:53 os 1.2.212.6: #i40412# key travelling fixed in customize address block dialog 2005/02/25 12:31:03 os 1.2.212.5: #i40408# FixedLines now full width 2005/02/24 12:51:52 os 1.2.212.4: #i40339# some minor fixes 2005/02/04 15:01:24 os 1.2.212.3: #i40399# tab page size increased 2005/01/18 15:41:31 mbu 1.2.212.2: #i40818 2005/01/14 16:34:16 mbu 1.2.212.1: #i40399

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [6079132c37b006f6eb2663b938465f675bc18e51]

        INTEGRATION: CWS os49 (1.3.84); FILE MERGED 2005/02/28 11:21:53 os 1.3.84.3: #i40412# key travelling fixed in customize address block dialog 2005/02/28 08:06:51 os 1.3.84.2: #i40821# prevent insertion of '<>' into the greeting line 2005/01/18 15:41:30 mbu 1.3.84.1: #i40818

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [4abcac4e9b9c5eb8a9675a55d00237c60d7ff0a6]

        INTEGRATION: CWS os49 (1.2.212); FILE MERGED 2005/01/18 15:41:29 mbu 1.2.212.1: #i40818

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [c9596fa3c6e7137ad9c4f8cdaa69c625d37e7bc6]

        INTEGRATION: CWS os49 (1.4.84); FILE MERGED 2005/02/28 13:42:02 os 1.4.84.11: #i40413# re-apply changed address after drag&drop including selection 2005/02/28 11:21:52 os 1.4.84.10: #i40412# key travelling fixed in customize address block dialog 2005/02/28 08:06:50 os 1.4.84.9: #i40821# prevent insertion of '<>' into the greeting line 2005/01/20 16:25:00 os 1.4.84.8: RESYNC: (1.4-1.5); FILE MERGED 2005/01/20 12:44:48 mbu 1.4.84.7: #i40413 2005/01/19 16:49:12 mbu 1.4.84.6: #i40823 #i40821 #i40412 2005/01/18 16:21:52 mbu 1.4.84.5: #i40817 2005/01/18 16:02:25 mbu 1.4.84.4: #i40817 2005/01/18 15:41:28 mbu 1.4.84.3: #i40818 2005/01/18 15:09:39 mbu 1.4.84.2: #i40816 2005/01/17 14:08:31 mbu 1.4.84.1: #i40408

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [c332af5331a0beffb1668e61fb363929121bff09]

        INTEGRATION: CWS os49 (1.3.84); FILE MERGED 2005/02/28 14:32:40 os 1.3.84.4: #i43686# use ::rtl::OUStrings to transport long strings (message body) 2005/02/07 08:34:40 os 1.3.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/01/19 16:49:12 mbu 1.3.84.2: #i40823 #i40821 #i40412 2005/01/14 16:34:16 mbu 1.3.84.1: #i40399

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [564402a0d835709e3dbbff3fa935a1a333d2f9b2]

        INTEGRATION: CWS os49 (1.4.158); FILE MERGED 2005/01/20 14:30:56 mbu 1.4.158.2: #i40406 2005/01/17 16:29:26 mbu 1.4.158.1: #i40407

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [c5273bec834f6cf8628436aa6e71293fae28460e]

        INTEGRATION: CWS os49 (1.97.326); FILE MERGED 2005/01/18 07:47:54 os 1.97.326.1: i40851# table options page: label width increased

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [74c67657a3b8ebdf2b10c74f03e6075fbd5a0821]

        INTEGRATION: CWS os49 (1.2.212); FILE MERGED 2005/01/14 16:34:04 mbu 1.2.212.1: #i40399

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [a7a714381ba24e805adbc78db5b1a9bf4a168460]

        INTEGRATION: CWS os49 (1.38.84); FILE MERGED 2005/01/12 14:32:33 os 1.38.84.1: #i39939# context menu entry of Format/Default formatting fixed

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [6628ccc2b63938a337d1688db13286edeb69f8ef]

        INTEGRATION: CWS aw028 (1.43.260); FILE MERGED 2005/02/24 22:05:20 aw 1.43.260.1: #i43302#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [4adfc94ed0d1508ef3b4060c7df30d9b03f2cdf0]

        INTEGRATION: CWS os49 (1.48.210); FILE MERGED 2005/02/07 08:30:21 os 1.48.210.2: RESYNC: (1.48-1.49); FILE MERGED 2005/01/14 15:48:25 os 1.48.210.1: #i40687# content enumeration improved for table-in-table situations

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [3c121543aa9c5d039e23a02c299a11aad18df253]

        INTEGRATION: CWS aw028 (1.29.260); FILE MERGED 2005/02/25 20:37:27 aw 1.29.260.2: RESYNC: (1.29-1.30); FILE MERGED 2005/02/25 19:18:40 aw 1.29.260.1: #i43068#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [5f33a2f3dddb4d1fe9752aa816df8c8a13acb9f1]

        INTEGRATION: CWS os49 (1.13.72); FILE MERGED 2005/01/20 16:06:41 os 1.13.72.2: RESYNC: (1.13-1.14); FILE MERGED 2005/01/11 13:25:12 os 1.13.72.1: #i40135# copy style names in assignment operator, too

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [f312ce1eee04a82f4b6f08d7e05c6cbf98d9995f]

        INTEGRATION: CWS aw028 (1.44.120); FILE MERGED 2005/03/01 19:22:21 aw 1.44.120.1: #i43537#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [506a96320f65cb96ea763a2feb047c76a44f06bc]

        INTEGRATION: CWS os49 (1.12.84); FILE MERGED 2005/01/11 14:10:13 os 1.12.84.1: #i40351# lcl_FixPosition: check for wrong position only

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [7e0c74277fc6be79cc63d5629facd32e1a5741d3]

        INTEGRATION: CWS aw028 (1.3.334); FILE MERGED 2005/03/02 19:52:56 aw 1.3.334.1: #i42075#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [5883130b4519e49c87c22e94edb656eebe996f28]

        INTEGRATION: CWS aw028 (1.4.260); FILE MERGED 2005/03/01 20:26:10 aw 1.4.260.1: #i43821#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [a2200b4f708e20f73f7492bb440d1cd2a00129c6]

        INTEGRATION: CWS aw028 (1.7.178); FILE MERGED 2005/02/24 21:30:00 aw 1.7.178.1: #i42815#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [6eb1d135a6be0f1c98a1aaa39f240cee35dd6390]

        INTEGRATION: CWS aw028 (1.12.178); FILE MERGED 2005/02/17 21:30:44 aw 1.12.178.1: #i42714#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [fa75ba0d6c0e955969755dddda741b33e238e5a1]

        INTEGRATION: CWS aw028 (1.10.34); FILE MERGED 2005/02/14 21:15:44 aw 1.10.34.1: #i42323#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [497010983f53321bad98bb75dbcdee0c45bce35b]

        INTEGRATION: CWS os49 (1.35.50); FILE MERGED 2005/01/13 16:44:37 mbu 1.35.50.1: #i40401

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [14dab75d2d6ebf69e38b3781e5e5c6576e70a16a]

        INTEGRATION: CWS aw028 (1.5.178); FILE MERGED 2005/03/02 19:52:55 aw 1.5.178.1: #i42075#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [7ba255b3d9e1fa60329d548df6f3b1b8f7e7ae57]

        INTEGRATION: CWS aw028 (1.6.332); FILE MERGED 2005/02/24 21:30:00 aw 1.6.332.1: #i42815#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [bd2690e4044b38f62bc43bdda9bb4208b70297de]

        INTEGRATION: CWS os49 (1.46.58); FILE MERGED 2005/03/01 14:03:29 os 1.46.58.2: #i40413# don't remove selected element on ::drop() in mail merge 2005/01/20 11:08:05 mbu 1.46.58.1: #i40413

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [d605f39a6c8b783589cd2abc95443c9be981334c]

        INTEGRATION: CWS aw028 (1.8.178); FILE MERGED 2005/02/24 21:30:00 aw 1.8.178.2: #i42815# 2005/02/24 18:44:14 aw 1.8.178.1: #i42431#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [adffe02bb6c71b7f380a51d9b479e6ca3de257dd]

        INTEGRATION: CWS os49 (1.37.58); FILE MERGED 2005/02/07 08:11:05 os 1.37.58.2: RESYNC: (1.37-1.38); FILE MERGED 2005/01/19 20:12:35 os 1.37.58.1: #i40219# ::IsSimpleCharInput(): Neither Alt nor Ctrl are part of a simple input

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [2b68c6b30888df0975556b747015b2d8c8a14bc1]

        INTEGRATION: CWS aw028 (1.5.332); FILE MERGED 2005/02/24 21:30:00 aw 1.5.332.1: #i42815#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [3ab843698277758c94771d547630e1f1a794dc63]

        INTEGRATION: CWS accanonical (1.10.6); FILE MERGED 2005/02/07 21:30:56 rene 1.10.6.7: typo fix 2005/02/07 21:29:13 rene 1.10.6.6: uh, of source the copy command needs to be changed, too ;) 2005/02/07 17:59:39 rene 1.10.6.5: #i39684# move config.sub, config.guess to solenv/bin since we cannot rely on config_office. Don't touch install-sh anymore but create it (somehow the touch does not work anymore). 2005/02/01 18:07:15 rene 1.10.6.4: RESYNC: (1.11-1.12); FILE MERGED 2005/01/26 17:21:37 rene 1.10.6.3: RESYNC: (1.10-1.11); FILE MERGED 2005/01/25 22:12:12 rene 1.10.6.2: fix typos and cut'n paste error 2005/01/21 10:35:50 rene 1.10.6.1: #i39684# remove uname from odk

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [47937a460aa4f6fee13cde0734f1f1bedfd2a607]

        INTEGRATION: CWS aw028 (1.5.178); FILE MERGED 2005/03/02 19:52:39 aw 1.5.178.1: #i42075#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [907d72a7824c33d99192b7cca530fc19179652fe]

        INTEGRATION: CWS accanonical (1.12.6); FILE MERGED 2005/02/01 18:04:38 rene 1.12.6.3: RESYNC: (1.13-1.14); FILE MERGED 2005/01/26 17:21:26 rene 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2005/01/21 10:35:48 rene 1.12.6.1: #i39684# remove uname from odk

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [36962a2b66dbf50ba5475842f6a66e8087e12d55]

        INTEGRATION: CWS aw028 (1.7.178); FILE MERGED 2005/02/24 21:29:40 aw 1.7.178.1: #i42815#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [3ced0c4f888e5dda55b7b39967adf4dfc36486d6]

        INTEGRATION: CWS accanonical (1.10.6); FILE MERGED 2005/03/07 17:06:05 rene 1.10.6.10: RESYNC: (1.11-1.12); FILE MERGED 2005/02/11 04:21:44 vq 1.10.6.9: #i39684# One $(PRJ)/ was missing ... 2005/02/05 15:25:34 rene 1.10.6.8: use $(PRJ) instead of .. 2005/02/01 22:48:27 rene 1.10.6.7: commit 2005/02/01 18:35:59 rene 1.10.6.6: #i39684# remove uname from odk 2005/02/01 18:02:02 rene 1.10.6.5: RESYNC: (1.10-1.11); FILE MERGED 2005/01/28 05:31:51 vq 1.10.6.4: #i39684# Fix replacement of [SDKNAME] and clean-up settings.mk. 2005/01/24 16:44:50 rene 1.10.6.3: fix solaris ifneq 2005/01/21 11:44:44 rene 1.10.6.2: solaris has solarisx.y as platform, so use grep... 2005/01/21 10:35:45 rene 1.10.6.1: #i39684# remove uname from odk

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [f2b0b0288e83087a50aa02498e6acc4a209f782f]

        INTEGRATION: CWS aw028 (1.6.68); FILE MERGED 2005/02/24 21:29:40 aw 1.6.68.1: #i42815#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [4a276d7407e27958ca2e1152e4034865fce8e1dd]

        INTEGRATION: CWS accanonical (1.69.6); FILE MERGED 2005/02/11 00:37:45 vq 1.69.6.3: #i39684# Cosmetic fix. 2005/02/01 18:01:07 rene 1.69.6.2: RESYNC: (1.69-1.70); FILE MERGED 2005/01/21 10:35:40 rene 1.69.6.1: #i39684# remove uname from odk

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [760bdd27f59150177dd2ad8a039b8740724a144f]

        INTEGRATION: CWS accanonical (1.2.2); FILE MERGED 2005/03/07 17:04:50 rene 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/01 18:35:59 rene 1.2.2.1: #i39684# remove uname from odk

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [737e8f4c782bd2bdbb152955f28a87d1106ee5ee]

        INTEGRATION: CWS accanonical (1.2.2); FILE MERGED 2005/03/07 17:04:43 rene 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/01 18:35:58 rene 1.2.2.1: #i39684# remove uname from odk

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [b785f8c1448adccaee9c91eff1f4a9498b7d4132]

        INTEGRATION: CWS accanonical (1.8.36); FILE MERGED 2005/02/01 16:57:48 rene 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2005/01/21 10:35:33 rene 1.8.36.1: #i39684# remove uname from odk

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [750562b47054741cdd4516affe9741908ee45c11]

        INTEGRATION: CWS aw028 (1.29.294); FILE MERGED 2005/02/14 21:18:49 aw 1.29.294.1: #i42323#

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [5b67f99aef58539d0ea3cf1d4205d63ebfea7814]

        INTEGRATION: CWS accanonical (1.29.6); FILE MERGED 2005/03/07 17:04:36 rene 1.29.6.11: RESYNC: (1.48-1.50); FILE MERGED 2005/03/03 11:02:52 rene 1.29.6.10: RESYNC: (1.46-1.48); FILE MERGED 2005/02/25 00:42:37 rene 1.29.6.9: RESYNC: (1.43-1.46); FILE MERGED 2005/02/15 07:30:19 rene 1.29.6.8: RESYNC: (1.39-1.43); FILE MERGED 2005/02/07 17:59:38 rene 1.29.6.7: #i39684# move config.sub, config.guess to solenv/bin since we cannot rely on config_office. Don't touch install-sh anymore but create it (somehow the touch does not work anymore). 2005/01/27 23:05:17 rene 1.29.6.6: #i38439# MacOS X: get the version number using sw_vers
        
        Submitted by: Takashi Asari
        2005/01/26 17:21:01 rene 1.29.6.5: RESYNC: (1.37-1.39); FILE MERGED
        2005/01/19 20:07:52 rene 1.29.6.4: RESYNC: (1.32-1.37); FILE MERGED
        2005/01/17 16:01:12 rene 1.29.6.3: RESYNC: (1.31-1.32); FILE MERGED
        2005/01/09 21:38:45 rene 1.29.6.2: RESYNC: (1.29-1.31); FILE MERGED
        2005/01/03 12:34:10 rene 1.29.6.1: #i39793# change architecture detection from uname to AC_CANONICAL_*

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [26a2bec7a873a6b60cf12f1065535c99f51eb9db]

        INTEGRATION: CWS accanonical (1.80.6); FILE MERGED 2005/03/07 17:04:28 rene 1.80.6.17: RESYNC: (1.101-1.104); FILE MERGED 2005/03/03 11:02:43 rene 1.80.6.16: RESYNC: (1.98-1.101); FILE MERGED 2005/02/25 01:11:37 rene 1.80.6.15: #i39793# use  in the Xinerama check, too 2005/02/25 00:41:35 rene 1.80.6.14: RESYNC: (1.94-1.98); FILE MERGED 2005/02/15 07:30:07 rene 1.80.6.13: RESYNC: (1.89-1.94); FILE MERGED 2005/02/07 17:59:37 rene 1.80.6.12: #i39684# move config.sub, config.guess to solenv/bin since we cannot rely on config_office. Don't touch install-sh anymore but create it (somehow the touch does not work anymore). 2005/02/05 16:57:11 rene 1.80.6.11: missing )... 2005/02/05 16:36:38 rene 1.80.6.10: RESYNC: (1.88-1.89); FILE MERGED 2005/02/05 14:59:16 rene 1.80.6.9: typo fix 2005/02/05 14:56:20 rene 1.80.6.8: #i39793# change architecture detection from uname to AC_CANONICAL_*
        
        also detect solaris processor type and version using $build_*
        2005/02/01 16:47:51 rene 1.80.6.7: RESYNC: (1.87-1.88); FILE MERGED
        2005/01/26 23:39:16 vq 1.80.6.6: #i39793# Whitespace adjustments.
        2005/01/26 17:23:16 rene 1.80.6.5: fix typo
        2005/01/26 17:20:49 rene 1.80.6.4: RESYNC: (1.85-1.87); FILE MERGED
        2005/01/19 20:07:41 rene 1.80.6.3: RESYNC: (1.82-1.85); FILE MERGED
        2005/01/09 21:38:34 rene 1.80.6.2: RESYNC: (1.80-1.82); FILE MERGED
        2005/01/03 12:34:09 rene 1.80.6.1: #i39793# change architecture detection from uname to AC_CANONICAL_*

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [7e6b0d9526d7b01f6b22c9890e58024b9c478d15]

        INTEGRATION: CWS accanonical (1.63.6); FILE MERGED 2005/03/07 17:04:16 rene 1.63.6.16: RESYNC: (1.82-1.85); FILE MERGED 2005/03/03 11:02:32 rene 1.63.6.15: RESYNC: (1.79-1.82); FILE MERGED 2005/02/25 01:11:36 rene 1.63.6.14: #i39793# use  in the Xinerama check, too 2005/02/25 00:47:30 rene 1.63.6.13: RESYNC: (1.75-1.79); FILE MERGED 2005/02/15 07:29:50 rene 1.63.6.12: RESYNC: (1.71-1.75); FILE MERGED 2005/02/07 17:59:34 rene 1.63.6.11: #i39684# move config.sub, config.guess to solenv/bin since we cannot rely on config_office. Don't touch install-sh anymore but create it (somehow the touch does not work anymore). 2005/02/05 16:57:09 rene 1.63.6.10: missing )... 2005/02/05 16:36:26 rene 1.63.6.9: RESYNC: (1.70-1.71); FILE MERGED 2005/02/05 14:59:14 rene 1.63.6.8: typo fix 2005/02/05 14:56:19 rene 1.63.6.7: #i39793# change architecture detection from uname to AC_CANONICAL_*
        
        also detect solaris processor type and version using $build_*
        2005/02/01 16:50:36 rene 1.63.6.6: RESYNC: (1.69-1.70); FILE MERGED
        2005/01/26 17:23:14 rene 1.63.6.5: fix typo
        2005/01/26 17:20:27 rene 1.63.6.4: RESYNC: (1.67-1.69); FILE MERGED
        2005/01/19 20:08:21 rene 1.63.6.3: RESYNC: (1.65-1.67); FILE MERGED
        2005/01/09 21:38:17 rene 1.63.6.2: RESYNC: (1.63-1.65); FILE MERGED
        2005/01/03 12:34:08 rene 1.63.6.1: #i39793# change architecture detection from uname to AC_CANONICAL_*

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [39cbc2bde39ce63e951ac33d7a7915d33e9d484a]

        INTEGRATION: CWS accanonical (1.1.2); FILE ADDED 2005/02/07 17:59:41 rene 1.1.2.1: #i39684# move config.sub, config.guess to solenv/bin since we cannot rely on config_office. Don't touch install-sh anymore but create it (somehow the touch does not work anymore).

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [b98abb9a685324c6ab0178df52ee3808299fb7da]

        INTEGRATION: CWS accanonical (1.1.2); FILE ADDED 2005/02/07 17:59:40 rene 1.1.2.1: #i39684# move config.sub, config.guess to solenv/bin since we cannot rely on config_office. Don't touch install-sh anymore but create it (somehow the touch does not work anymore).

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [99287cebb776a4f760f7058dda509c80d4c93f9e]

        new version for SRC680

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [518c3790378f684510d1532c6ab161f6ac962470]

        new version for SRC680

2005-03-07  Vladimir Glazounov  <vg@openoffice.org>  [3bba26f3f52a018cd1587897dcdd0288abb0e36c]

        new version for SRC680

2005-03-04  Vladimir Glazounov  <vg@openoffice.org>  [7ea50c636edc271be28344f006ece2e75c080079]

        new version for SRC680

2005-03-04  Vladimir Glazounov  <vg@openoffice.org>  [b3adbceb5b7f4fb5467b6c305d195d22e60db7a7]

        new version for SRC680

2005-03-04  Vladimir Glazounov  <vg@openoffice.org>  [dc26070386992912fb92e1a693d4019cd2dd822f]

        new version for SRC680

2005-03-04  Vladimir Glazounov  <vg@openoffice.org>  [4aac6d669c855fbb7abe248f0a69e88059c9728a]

        new version for SRC680

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [4e61645e7a3b562c563d858ff0acf882ef1c8e34]

        #i10000# add missing .ENDIF

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [cc04cd346b1af51ea45df4c3bdbe0448cee92e65]

        #i10000# use css instead of dcss

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [42ba21bb933dd6bca632a546d1a83074c8929dc2]

        #i10000# clean up

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [4b1047ba0e300b407d70a579ff94393d3bd11b06]

        SRC680

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [cf7c0e703389a4ddb33c64dff243b153c945e064]

        INTEGRATION: CWS fwkpostbeta03 (1.9.12); FILE MERGED 2005/02/15 09:10:03 as 1.9.12.1: #i40349# add db models to global model collection; provide document events for all db models

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [6296008d5bd2be95494589efd026c36e50fd3228]

        INTEGRATION: CWS fwkpostbeta03 (1.54.12); FILE MERGED 2005/02/15 09:10:03 as 1.54.12.1: #i40349# add db models to global model collection; provide document events for all db models

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [852c8b968581534eea9159d1021287fe0d690cd0]

        INTEGRATION: CWS fwkpostbeta03 (1.25.14); FILE MERGED 2005/02/15 09:10:04 as 1.25.14.1: #i40349# add db models to global model collection; provide document events for all db models

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [dba085ec19ec5a757a0f693379020087596eac88]

        INTEGRATION: CWS fwkpostbeta03 (1.6.12); FILE MERGED 2005/02/15 09:10:04 as 1.6.12.1: #i40349# add db models to global model collection; provide document events for all db models

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [e407abe36bc13dc57571e3c878784f5685e4aeb8]

        INTEGRATION: CWS fwkpostbeta03 (1.5.4); FILE MERGED 2005/02/16 10:39:05 kso 1.5.4.1: #i42740# - Fixed crash in dtor of MasterScriptProviderFactory class.

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [5ff208415d36090f1db4e42926d0bf1044f0cc0f]

        INTEGRATION: CWS fwkpostbeta03 (1.79.50); FILE MERGED 2005/02/04 14:44:11 cd 1.79.50.2: RESYNC: (1.79-1.80); FILE MERGED 2005/02/02 16:26:03 cd 1.79.50.1: #i41894# Don't create status bar on demand - support progress bar with API

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [5586c50da904ad1ba9d5bf64da912d5d6d837ba1]

        INTEGRATION: CWS fwkpostbeta03 (1.12.50); FILE MERGED 2005/03/01 11:50:02 as 1.12.50.6: #i19976# call toFront() in case we show the frame first time only 2005/02/16 13:34:12 as 1.12.50.5: #i19976# handle setVisible()/toFront() more gracefully on load requests 2005/02/11 10:38:01 cd 1.12.50.4: #i42395# Use Application::AnyInput() to call reschedule in a loop to have an active application - no performance degration detectable 2005/02/10 10:46:09 cd 1.12.50.3: #i42135# Second start on progress bar must restart progress to set text 2005/02/04 14:43:04 cd 1.12.50.2: RESYNC: (1.12-1.13); FILE MERGED 2005/02/02 16:26:01 cd 1.12.50.1: #i41894# Don't create status bar on demand - support progress bar with API

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [a7dd12781ea2b32a95ebda4323250f3611c3b0d7]

        INTEGRATION: CWS fwkpostbeta03 (1.4.16); FILE MERGED 2005/02/16 10:39:05 kso 1.4.16.1: #i42740# - Fixed crash in dtor of MasterScriptProviderFactory class.

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [c5262d7840f6a8366e393f1f3491fbf19337be02]

        INTEGRATION: CWS fwkpostbeta03 (1.14.4); FILE MERGED 2005/02/16 10:40:04 kso 1.14.4.1: #i42740# - Adapted to changed signature of helper function.

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [9df5d3452e865420878ecf95f413ad3820759ace]

        INTEGRATION: CWS fwkpostbeta03 (1.6.4); FILE MERGED 2005/02/16 10:38:02 kso 1.6.4.1: #i42740# - Removed workaround for tdoc bug that has been fixed months ago.            Workaround leads to problems nowadays.

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [a97730317dc63fd4f595c9844099bdad0b6bfaa3]

        INTEGRATION: CWS fwkpostbeta03 (1.10.4); FILE MERGED 2005/02/16 10:35:42 kso 1.10.4.1: #i42740# - Adapted to changed signature of helper function.

2005-03-04  Kurt Zenker  <kz@openoffice.org>  [cad7db10da982d07343291b7e0def3c29e2b6aa9]

        INTEGRATION: CWS fwkpostbeta03 (1.3.4); FILE MERGED 2005/02/16 10:33:53 kso 1.3.4.1: #i42740# - Some optimizations. Issue number: Submitted by: Reviewed by:

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [a98938a17e08cc5d35795fc895bdf49d6bd36f8c]

        INTEGRATION: CWS fwkpostbeta03 (1.6.2); FILE MERGED 2005/02/16 11:17:47 jl 1.6.2.1: #i42476# java 1.3.1 could was not detected

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [236d68a55101a49729c942b84512f8a0ebcbf4dd]

        INTEGRATION: CWS fwkpostbeta03 (1.104.2); FILE MERGED 2005/02/16 13:46:56 as 1.104.2.1: #i19976# handle setVisible()/toFront() more gracefully on load requests

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [3ddbfc311cd4471a6733b2d9dee338d3a80416c7]

        INTEGRATION: CWS fwkpostbeta03 (1.27.2); FILE MERGED 2005/02/23 11:33:58 as 1.27.2.2: #i43308# sfx based code must bootstrap an sfx application too ... 2005/02/15 09:16:40 as 1.27.2.1: #i40349# new model collection

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [256e0472972f3603853b5f65589f00fa1ef06580]

        INTEGRATION: CWS fwkpostbeta03 (1.2.208); FILE MERGED 2005/02/15 10:19:35 as 1.2.208.1: correct wrong include-define

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [0b1f599a8193348db92d00cc50157556262f823d]

        INTEGRATION: CWS fwkpostbeta03 (1.10.2); FILE MERGED 2005/02/15 09:16:20 as 1.10.2.1: #i40349# new model collection

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [255ab35de1ef14b4688fe7c9b33c194ccb3bd471]

        INTEGRATION: CWS fwkpostbeta03 (1.153.12); FILE MERGED 2005/02/15 09:17:02 as 1.153.12.1: #i40349# new model collection

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [08549905e9fc7b50c13a08ec4f07feca95d1c374]

        INTEGRATION: CWS fwkpostbeta03 (1.29.14); FILE MERGED 2005/02/24 13:37:40 cd 1.29.14.3: #i42677# GetFilter4Extension must support '.<extension>' for all code paths 2005/02/14 13:55:54 cd 1.29.14.2: #i42677# Extension must have dot 2005/02/14 13:54:53 cd 1.29.14.1: #i42667# Extension must have dot

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [84f645fcdef0fbeb2bc7e588c9b4e6d2d548ebf5]

        INTEGRATION: CWS fwkpostbeta03 (1.49.2); FILE MERGED 2005/02/15 12:15:56 as 1.49.2.1: use correct count for string copy tp prevent assertion

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [de7a72c2ac5b6fcd152c551931417ba3b95461f8]

        INTEGRATION: CWS fwkpostbeta03 (1.64.36); FILE MERGED 2005/02/24 13:37:39 cd 1.64.36.1: #i42677# GetFilter4Extension must support '.<extension>' for all code paths

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [0343aee634cb2695e3fcdc54152d8394eb4d65c8]

        INTEGRATION: CWS fwkpostbeta03 (1.24.36); FILE MERGED 2005/02/21 17:02:31 cd 1.24.36.1: #i43268# Check count of init list before access

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [dd31e086b44eedc9ce5e02274434eea8e772c6cf]

        INTEGRATION: CWS fwkpostbeta03 (1.45.36); FILE MERGED 2005/02/17 14:44:34 ssa 1.45.36.1: #119508# return empty string if GetSpecialCharsForEdit was not found

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [000b29136f5cefeb0564c57eecce8fbae6406d51]

        INTEGRATION: CWS fwkpostbeta03 (1.11.2); FILE MERGED 2005/02/11 16:18:36 kso 1.11.2.1: #i40006# - Now configured not to use libidn.

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [3de2c8bf7f2f74b714d27bbcd2f1f1853ac2b0b0]

        INTEGRATION: CWS fwkpostbeta03 (1.34.18); FILE MERGED 2005/02/04 11:05:17 abi 1.34.18.1: #i41795# needing additional parameter in the url for that case

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [b73dca3f9220d9e9235940260df53b83eaa67310]

        INTEGRATION: CWS fwkpostbeta03 (1.2.104); FILE MERGED 2005/02/10 10:18:03 cd 1.2.104.2: #i42135# Second start on progress bar must restart progress to set text 2005/02/02 16:26:04 cd 1.2.104.1: #i41894# Don't create status bar on demand - support progress bar with API

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [2a9935341e4684546f72a82dfe0f753bd4af4b61]

        INTEGRATION: CWS fwkpostbeta03 (1.12.2); FILE MERGED 2005/03/01 13:57:14 as 1.12.2.2: #i19976# rollback changes ... bring window to front after loading! 2005/02/16 13:34:13 as 1.12.2.1: #i19976# handle setVisible()/toFront() more gracefully on load requests

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [724407674b1f42b10c902005f6b3ceedbbedb934]

        INTEGRATION: CWS fwkpostbeta03 (1.17.10); FILE MERGED 2005/02/14 07:42:54 cd 1.17.10.5: RESYNC: (1.21-1.22); FILE MERGED 2005/02/10 07:52:40 cd 1.17.10.4: #i41992# Removed obsolete and wrong code part 2005/02/07 08:31:05 cd 1.17.10.3: #i41992# Duplicate statusbar creation, due to dummy statusbar for progressbar 2005/02/04 14:43:40 cd 1.17.10.2: RESYNC: (1.17-1.21); FILE MERGED 2005/02/02 16:26:01 cd 1.17.10.1: #i41894# Don't create status bar on demand - support progress bar with API

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [46367084c0aa28ed2118b21fc111d706b3a401bc]

        INTEGRATION: CWS fwkpostbeta03 (1.5.2); FILE MERGED 2005/02/16 13:34:13 as 1.5.2.1: #i19976# handle setVisible()/toFront() more gracefully on load requests

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [4d36a11ff6167b1fa96b1c4b55b2e0279e1d5bdf]

        INTEGRATION: CWS fwkpostbeta03 (1.2.2); FILE MERGED 2005/02/11 10:38:02 cd 1.2.2.2: #i42395# Use Application::AnyInput() to call reschedule in a loop to have an active application - no performance degration detectable 2005/02/10 10:46:09 cd 1.2.2.1: #i42135# Second start on progress bar must restart progress to set text

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [1f10c5c18d36c6b3367ab62899260f7f33b35c62]

        INTEGRATION: CWS fwkpostbeta03 (1.11.10); FILE MERGED 2005/02/04 14:40:54 cd 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2005/02/02 16:26:00 cd 1.11.10.1: #i41894# Don't create status bar on demand - support progress bar with API

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [3d3ceeccbae61d8748d315bf2ed2f9d1a3fc101a]

        INTEGRATION: CWS fwkpostbeta03 (1.8.50); FILE MERGED 2005/02/16 13:33:58 as 1.8.50.3: #i19976# handle setVisible()/toFront() more gracefully on load requests 2005/02/04 14:40:23 cd 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2005/02/02 16:25:58 cd 1.8.50.1: #i41894# Don't create status bar on demand - support progress bar with API

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [19ffb94cf4b5dffaec217b5e96990779871f65e0]

        INTEGRATION: CWS fwkpostbeta03 (1.4.30); FILE MERGED 2005/02/16 10:32:31 kso 1.4.30.1: #i42740# - tdoc-ucp now uses new document enumeration api.

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [134480b48affc63ee9ca1945d7af3fd194ec82ec]

        INTEGRATION: CWS fwkpostbeta03 (1.6.22); FILE MERGED 2005/02/16 10:32:30 kso 1.6.22.1: #i42740# - tdoc-ucp now uses new document enumeration api.

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [e62cf88e87f78f660db022f83daf5ffe6bb39a73]

        INTEGRATION: CWS fwkpostbeta03 (1.36.54); FILE MERGED 2005/02/23 11:33:20 cd 1.36.54.1: #i43308# Set auto help ID flag to true

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [0e17f5cc7d6dc79bc3a893ba08a9f65e15cf5501]

        INTEGRATION: CWS fwkpostbeta03 (1.3.12); FILE MERGED 2005/02/15 09:10:04 as 1.3.12.1: #i40349# add db models to global model collection; provide document events for all db models

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [62f5d4f9c148785413a38114b7e47813dad28c83]

        INTEGRATION: CWS fwkpostbeta03 (1.3.136); FILE MERGED 2005/02/17 14:43:26 ssa 1.3.136.1: #119508# make GetSpecialCharsForEdit visible again

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [61b4b029542101ae5a7157248113bb80188d8f7e]

        INTEGRATION: CWS wmicons (1.53.76); FILE MERGED 2005/02/24 14:16:21 obr 1.53.76.1: #i37167# window manager icons now loaded from resource

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [7c9080235f528038ed11055e3f22a70eabbd6356]

        INTEGRATION: CWS wmicons (1.34.74); FILE MERGED 2005/02/24 14:16:02 obr 1.34.74.1: #i37167# window manager icons now loaded from resource

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [b2ea01eb4714313e937e9e6320d44be323e463ee]

        INTEGRATION: CWS wmicons (1.10.40); FILE MERGED 2005/02/24 14:14:47 obr 1.10.40.1: #i37167# window manager icons now loaded from resource

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [e87c8c3327be1bbffc8a07f12e394ab7515df2b2]

        INTEGRATION: CWS wmicons (1.14.16); FILE MERGED 2005/02/24 14:14:47 obr 1.14.16.1: #i37167# window manager icons now loaded from resource

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [c7f6ac63231c6eb281f1d5679c384c43954edddd]

        INTEGRATION: CWS wmicons (1.15.276); FILE MERGED 2005/02/24 14:14:01 obr 1.15.276.1: #i37167# window manager icons now loaded from resource

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [303c190b7ed51bb3a4fa7e5bee88ea990abfee26]

        INTEGRATION: CWS wmicons (1.2.772); FILE MERGED 2005/02/24 14:14:01 obr 1.2.772.1: #i37167# window manager icons now loaded from resource

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [68ed5c8ab6255731fbc26ffe049cb3386975dff9]

        INTEGRATION: CWS wmicons (1.20.40); FILE MERGED 2005/02/24 14:14:00 obr 1.20.40.1: #i37167# window manager icons now loaded from resource

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [1422a258d27da8fb6ef5f46c7424c2ad975cca1b]

        INTEGRATION: CWS wmicons (1.3.220); FILE MERGED 2005/02/24 14:13:59 obr 1.3.220.1: #i37167# window manager icons now loaded from resource

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [8d667d213ef7956be85abadd7c23ae587ef7a268]

        INTEGRATION: CWS wmicons (1.111.44); FILE MERGED 2005/02/24 14:10:04 obr 1.111.44.1: FT_Done_FreeType crashes on Solaris 10

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [52becc33a5409b2c79e79047936fbc4ace9f6446]

        INTEGRATION: CWS wmicons (1.36.56); FILE MERGED 2005/02/24 14:13:59 obr 1.36.56.1: #i37167# window manager icons now loaded from resource

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [79353cbecb9b2c378445677b72b351e6e908f51a]

        INTEGRATION: CWS wmicons (1.1.2); FILE ADDED 2005/02/24 14:22:35 obr 1.1.2.1: #i37167# added (mostly 256 color) window manager icons

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [da03b7b52933ca13fc1a6ea634ed813b1d50022d]

        INTEGRATION: CWS wmicons (1.1.2); FILE ADDED 2005/02/24 14:22:33 obr 1.1.2.1: #i37167# added (mostly 256 color) window manager icons

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [a9390ba45b4f935e1b3be78c2ce3d77ef8c5a796]

        INTEGRATION: CWS wmicons (1.1.2); FILE ADDED 2005/02/24 14:22:34 obr 1.1.2.1: #i37167# added (mostly 256 color) window manager icons

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [bbebcd02dc86a919342eec6bd7290f0520d99d2f]

        INTEGRATION: CWS wmicons (1.1.2); FILE ADDED 2005/02/24 14:22:30 obr 1.1.2.1: #i37167# added (mostly 256 color) window manager icons

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [060ab5382788e1a5dc54a4b4a3f37b92d5fbc2ea]

        INTEGRATION: CWS wmicons (1.1.2); FILE ADDED 2005/02/24 14:22:32 obr 1.1.2.1: #i37167# added (mostly 256 color) window manager icons

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [7ac92015e92261eeb9f6e2644cdbd246fd777f88]

        INTEGRATION: CWS wmicons (1.1.2); FILE ADDED 2005/02/24 14:22:41 obr 1.1.2.1: #i37167# added (mostly 256 color) window manager icons

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [b248be687ef7d2585b207bd1f41df04b48a4af9e]

        INTEGRATION: CWS wmicons (1.1.2); FILE ADDED 2005/02/24 14:22:37 obr 1.1.2.1: #i37167# added (mostly 256 color) window manager icons

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [2b874f59adb73ff4de90a328ef5ad093dcc2fee3]

        INTEGRATION: CWS wmicons (1.1.2); FILE ADDED 2005/02/24 14:22:40 obr 1.1.2.1: #i37167# added (mostly 256 color) window manager icons

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [b9d44047c4dacdc79ce9ce45d84ac5e8e850743a]

        INTEGRATION: CWS wmicons (1.1.2); FILE ADDED 2005/02/24 14:22:35 obr 1.1.2.1: #i37167# added (mostly 256 color) window manager icons

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [30ddbc0bcc0ff00badcc191a2121b4121a8ee54f]

        INTEGRATION: CWS solarisgcc02 (1.23.58); FILE MERGED 2005/02/12 14:19:22 pjanik 1.23.58.1: #i42548#: Do not use -instances=static for gcc on Solaris.
        
        Patch contributed by: Taniguchi Yasuaki (JCA).

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [512ff4344751296eb523da480b15b20e970b7cab]

        INTEGRATION: CWS solarisgcc02 (1.7.100); FILE MERGED 2005/02/15 20:29:43 pjanik 1.7.100.1: #i42569#: Declare variable altzone for gcc on Solaris.
        
        Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [a19413b9e6d30969a055bfa75d6c551461333706]

        INTEGRATION: CWS solarisgcc02 (1.22.6); FILE MERGED 2005/02/12 13:58:56 pjanik 1.22.6.1: #i42546#: Match all platforms (sogi,soli, ...) and not only two  letter platforms.
        
        Patch contributed by: Taniguchi Yasuaki (JCA)

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [96ee25542bd018edd6ae3e5d43799a0fd03a0a49]

        INTEGRATION: CWS solarisgcc02 (1.7.172); FILE MERGED 2005/02/28 21:00:27 pjanik 1.7.172.2: RESYNC: (1.7-1.8); FILE MERGED 2005/02/15 20:38:08 pjanik 1.7.172.1: #i42562#: Add visibility support, misc changes.
        
        Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [10df8774b653b326e88c78c177bafd5f556bdbd9]

        INTEGRATION: CWS solarisgcc02 (1.2.38); FILE MERGED 2005/02/28 21:05:06 pjanik 1.2.38.3: #i42562: Fix merge error. 2005/02/28 20:59:12 pjanik 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/15 20:37:51 pjanik 1.2.38.1: #i42562#: Add visibility support, misc changes.
        
        Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [1b4cd014f71dbf0160c9f8a7750063a588cb3c58]

        INTEGRATION: CWS solarisgcc02 (1.124.12); FILE MERGED 2005/02/12 14:08:23 pjanik 1.124.12.1: #i42546#: Match all platforms (sogi,soli, ...) and not only two letter platforms.
        
        Patch contributed by: Taniguchi Yasuaki (JCA), modified by me.

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [e0adfd46552cd1b3d36d5e370a4a58567d9c31cb]

        INTEGRATION: CWS solarisgcc02 (1.13.24); FILE MERGED 2005/02/15 20:46:46 pjanik 1.13.24.1: #i42549#: Use stdargs.h instead of varargs.h on Solaris with GCC.
        
        Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [0b52216842cde6bd49f798c5fe1822d3da4133a3]

        INTEGRATION: CWS solarisgcc02 (1.8.150); FILE MERGED 2005/02/15 20:49:04 pjanik 1.8.150.1: #i42549#: Use stdargs.h instead of varargs.h on Solaris with GCC.
        
        Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [cfd266dbb3fd046575d076e6d49f4f6c1916c1e7]

        INTEGRATION: CWS solarisgcc02 (1.3.22); FILE MERGED 2005/02/15 20:20:53 pjanik 1.3.22.1: #i42555#: Do not define -DKERNEL for gcc on Solaris/x86.
        
        Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [b9f97a25a975f1aa9061592f5e104ebe8de847c5]

        INTEGRATION: CWS sch07 (1.52.20); FILE MERGED 2005/02/25 12:59:08 bm 1.52.20.1: #i43086# call ImpSetVisAreaSize in SetModel. Some warnings removed

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [62578bf0676b312b3c9fe5937fb51ca58c607b38]

        INTEGRATION: CWS solarisgcc02 (1.3.12); FILE MERGED 2005/03/02 14:44:32 pjanik 1.3.12.3: RESYNC: (1.4-1.5); FILE MERGED 2005/02/28 21:23:10 pjanik 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/19 09:33:18 pjanik 1.3.12.1: #i42553#: Do not declare gethostname for gcc on Solaris.
        
        Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-03  Kurt Zenker  <kz@openoffice.org>  [d12254319d652b6928701f59784683607bc25291]

        INTEGRATION: CWS solarisgcc02 (1.12.42); FILE MERGED 2005/02/13 12:58:08 pjanik 1.12.42.1: #i42551#: Use GCC map file for Solaris with gcc.
        
        Patch contributed by Taniguchi Yasuaki (JCA).

2005-03-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6dd6aeef2390f830c291a23ec34c3226d3555095]

        #i10000# fix const/no const confusion

2005-03-02  Rüdiger Timm  <rt@openoffice.org>  [879a55747cd2f9caa866dbfad681afc9d5102545]

        #i10000# Do not unnecessarily create directory 'inc/scp' on solver.

2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [43414ee88fb8430ed6d4863dd61d88415ff4b660]

        new version for SRC680

2005-03-02  Rüdiger Timm  <rt@openoffice.org>  [c8a19799108f8f132692572be11c76aa68ddfda7]

        #i10000#,  #i42557# move UNOIDL types from drafts to com

2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [9ad25acfaf6ee3eaf777564140364ce655306b4c]

        new version for SRC680

2005-03-02  Rüdiger Timm  <rt@openoffice.org>  [1f962991005b454b015ef5457fc18b2eabe62c53]

        #i10000#, #i42563#: 'drafts' removed

2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [f12e878a86efcdd78b68d168db3b8521b096d44a]

        new version for SRC680

2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [d0e3515db46127a056c1df5d2d01bca8f22e3ce9]

        new version for SRC680

2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [eb350be7c39e1721f42c654531c2b7c65f6c0a04]

        new version for SRC680

2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [3d9325230a2f0b09def7725bc6ca7ad83fd40814]

        new version for SRC680

2005-03-02  Vladimir Glazounov  <vg@openoffice.org>  [0268d1b5647f6ec9033e9aeca72f9329031980f1]

        new version for SRC680

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1162a475f947c3f54528a1db64f28173fe52f7c7]

        SRC680

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5cfc5a7eacb0ca71a598adef1b14289b8e4ac1b8]

        INTEGRATION: CWS removedrafts (1.35.46); FILE MERGED 2005/02/17 14:02:12 cd 1.35.46.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [02cecca4a66f8eb165eb3aa822c3510ececbd9bb]

        INTEGRATION: CWS removedrafts (1.20.14); FILE MERGED 2005/02/17 12:47:49 cd 1.20.14.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [fc15d5f78890578a6ecdc7f596974935177d662c]

        INTEGRATION: CWS removedrafts (1.3.62); FILE MERGED 2005/02/17 12:40:52 cd 1.3.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [618cc0ec5c3956a7ea02d7545b79624f2bc64db5]

        INTEGRATION: CWS removedrafts (1.6.18); FILE MERGED 2005/02/17 12:40:50 cd 1.6.18.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [96806dff9eea8dbcd62c4f13fa9beb2485e8aa93]

        INTEGRATION: CWS removedrafts (1.6.34); FILE MERGED 2005/02/18 13:37:00 cd 1.6.34.2: #i42563# Remove drafts from UNOIDL types 2005/02/18 11:49:03 cd 1.6.34.1: #i42563# Remove drafts from UNOIDL types

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [276f0b2dab1a6f8b284404b210b2389fe090600e]

        INTEGRATION: CWS removedrafts (1.6.22); FILE MERGED 2005/02/18 12:51:10 sw 1.6.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [fedfee7ff62935348e780c013f7a5c23387c8f61]

        INTEGRATION: CWS removedrafts (1.12.22); FILE MERGED 2005/02/18 12:51:10 sw 1.12.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [cec6efd04c364273db0515c25aa01a9a9c0dcc6c]

        INTEGRATION: CWS removedrafts (1.9.22); FILE MERGED 2005/02/18 12:51:10 sw 1.9.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a9400e2d439d60f016fd71ee8835222e68d740a9]

        INTEGRATION: CWS removedrafts (1.6.30); FILE MERGED 2005/02/18 12:51:09 sw 1.6.30.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3b9fcf2eb560349b4e52c1a386bc31a90bf0eaa6]

        INTEGRATION: CWS removedrafts (1.5.92); FILE MERGED 2005/02/18 12:51:09 sw 1.5.92.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [bbd903327ac9032987d45f44e6a1974504ab276f]

        INTEGRATION: CWS removedrafts (1.10.22); FILE MERGED 2005/02/18 12:51:09 sw 1.10.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b350918e843cfea3d3f8f1225588d9a9f11e97cd]

        INTEGRATION: CWS removedrafts (1.6.22); FILE MERGED 2005/02/18 12:51:09 sw 1.6.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b8f4e01383c2c42de5cfa0ef326afb1b38f60d3f]

        INTEGRATION: CWS removedrafts (1.8.92); FILE MERGED 2005/02/18 12:51:09 sw 1.8.92.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [fc6abb8f9d38a922cadf508364669b792d2e3725]

        INTEGRATION: CWS removedrafts (1.10.92); FILE MERGED 2005/02/18 12:51:08 sw 1.10.92.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ecda91a51d6fda11097a2d531e427189c3f0e9d1]

        INTEGRATION: CWS removedrafts (1.6.22); FILE MERGED 2005/02/18 12:51:08 sw 1.6.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a8093401911f472f94bd9eb180025f8d200ea685]

        INTEGRATION: CWS removedrafts (1.12.22); FILE MERGED 2005/02/18 12:51:06 sw 1.12.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6a3634fd1ea610da2e675e79cfd92d0c191c46e1]

        INTEGRATION: CWS removedrafts (1.7.22); FILE MERGED 2005/02/18 12:51:06 sw 1.7.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [209c14fe5f2a4798e7c9ffd1bce747c74c45b5bd]

        INTEGRATION: CWS removedrafts (1.11.22); FILE MERGED 2005/02/18 12:51:06 sw 1.11.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9e9060b1e318cacf95a1200730630670c31a8d82]

        INTEGRATION: CWS removedrafts (1.8.22); FILE MERGED 2005/02/18 12:51:06 sw 1.8.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [21c257dc733a2e0acbddd946969c89216390f745]

        INTEGRATION: CWS removedrafts (1.8.22); FILE MERGED 2005/02/18 12:51:05 sw 1.8.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d18ccb35fa2beae284b49e646c6b030d6a03f2e7]

        INTEGRATION: CWS removedrafts (1.5.92); FILE MERGED 2005/02/18 12:51:05 sw 1.5.92.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [71c338f3f135eb58a08a4b2ce4f78ec534aad1fd]

        INTEGRATION: CWS removedrafts (1.6.30); FILE MERGED 2005/02/18 12:51:05 sw 1.6.30.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a319c3ae7acdefa3d63a5729455652d8fbd6223b]

        INTEGRATION: CWS removedrafts (1.8.16); FILE MERGED 2005/02/18 12:51:04 sw 1.8.16.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0546f45fb271719dd535a4c13bf7177a6e52b3a7]

        INTEGRATION: CWS removedrafts (1.10.16); FILE MERGED 2005/02/18 12:51:04 sw 1.10.16.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ed583678ccaa4e82ed6816e98d94e3be88fe7d50]

        INTEGRATION: CWS removedrafts (1.9.16); FILE MERGED 2005/02/18 12:51:04 sw 1.9.16.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [bb5157a579ce5293a6aa6a08cbfa4b783fc1cc99]

        INTEGRATION: CWS removedrafts (1.6.22); FILE MERGED 2005/02/18 12:51:03 sw 1.6.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1b19f77a496574d581d7dfca3e67644c633e2e6b]

        INTEGRATION: CWS removedrafts (1.6.22); FILE MERGED 2005/02/18 12:51:02 sw 1.6.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3f7fd1497ccd69ac2d55e8e305f8e49d2ea092f4]

        INTEGRATION: CWS removedrafts (1.5.92); FILE MERGED 2005/02/18 12:51:02 sw 1.5.92.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [391ca97dba5f80ac495c1a9eda44e812e80506ea]

        INTEGRATION: CWS removedrafts (1.7.22); FILE MERGED 2005/02/18 12:51:01 sw 1.7.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [eed99c446f2ae45016b04947d9736c0662e79793]

        INTEGRATION: CWS removedrafts (1.7.22); FILE MERGED 2005/02/18 12:51:00 sw 1.7.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f0ad0ad40527dbbc376c9d24e3ab200eb284d626]

        INTEGRATION: CWS removedrafts (1.6.22); FILE MERGED 2005/02/18 12:51:00 sw 1.6.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a2336d6162935b61a830021f36f870419a55e5f5]

        INTEGRATION: CWS removedrafts (1.7.22); FILE MERGED 2005/02/18 12:50:59 sw 1.7.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4d0b6627ff9cbb940bd9f8e1f09b4bad7cfc43c7]

        INTEGRATION: CWS removedrafts (1.4.108); FILE MERGED 2005/02/18 12:50:59 sw 1.4.108.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [dee7edbf5f99479966060b1fe86726fa103185c2]

        INTEGRATION: CWS removedrafts (1.6.22); FILE MERGED 2005/02/18 12:50:59 sw 1.6.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6d9375e8134438bffd6ec6bc9406842dedfefa3f]

        INTEGRATION: CWS removedrafts (1.4.108); FILE MERGED 2005/02/18 12:50:58 sw 1.4.108.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4532af8ff24a76be779753c5a865c1b1f1af0b97]

        INTEGRATION: CWS removedrafts (1.6.22); FILE MERGED 2005/02/18 12:50:58 sw 1.6.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [520558d7567837a6f304545b83094c9ed249530d]

        INTEGRATION: CWS removedrafts (1.5.22); FILE MERGED 2005/02/18 12:50:57 sw 1.5.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1729720bb2dac5416c80ca075c0fb1f9240aafe2]

        INTEGRATION: CWS removedrafts (1.8.22); FILE MERGED 2005/02/18 12:50:57 sw 1.8.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [93e406f3e1bd24e75eb1467d20922fa62b47cd1f]

        INTEGRATION: CWS removedrafts (1.6.92); FILE MERGED 2005/02/18 12:50:56 sw 1.6.92.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [bef25e5101ea1d9b779fcc7ddc21ecc57e122fd2]

        INTEGRATION: CWS removedrafts (1.9.16); FILE MERGED 2005/02/18 12:50:56 sw 1.9.16.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [563bc585dc38c20e927ef2991459173952cc5d17]

        INTEGRATION: CWS removedrafts (1.7.66); FILE MERGED 2005/02/18 12:50:55 sw 1.7.66.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c51bbadce1809163ba8e60d6fffc59df8edded82]

        INTEGRATION: CWS removedrafts (1.8.16); FILE MERGED 2005/02/18 12:50:54 sw 1.8.16.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2dc2d33a743a33123d4e9dfa41a7a80ae256d68f]

        INTEGRATION: CWS removedrafts (1.6.22); FILE MERGED 2005/02/18 12:50:54 sw 1.6.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0fa0298e303fbac9188401a14cbca344a4b0848a]

        INTEGRATION: CWS removedrafts (1.8.22); FILE MERGED 2005/02/18 12:50:53 sw 1.8.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1147ef3db3d2fcce0933ae1bc051cd0191a39969]

        INTEGRATION: CWS removedrafts (1.6.22); FILE MERGED 2005/02/18 12:50:53 sw 1.6.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [eedab8a2937e221400a8469464dcf3790df6c3f8]

        INTEGRATION: CWS removedrafts (1.7.92); FILE MERGED 2005/02/18 12:50:52 sw 1.7.92.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2a719c6243cd0431070f4d0260b6a1893651b13b]

        INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED 2005/02/18 13:35:53 sw 1.2.72.2: #i43060# 2005/02/18 12:50:51 sw 1.2.72.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8cdde2578b71f2657abbca53adcf887245d5dba5]

        INTEGRATION: CWS removedrafts (1.4.22); FILE MERGED 2005/02/23 10:31:04 sw 1.4.22.3: #i43060# 2005/02/18 13:35:53 sw 1.4.22.2: #i43060# 2005/02/18 12:50:51 sw 1.4.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ee50409ea7321acd176f345ab87c1b4ee7015a33]

        INTEGRATION: CWS removedrafts (1.2.28); FILE MERGED 2005/02/18 13:35:53 sw 1.2.28.2: #i43060# 2005/02/18 12:50:50 sw 1.2.28.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ebd355a66acd04fdaa6d5deb09fdab026a7b6c3f]

        INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED 2005/02/18 13:35:53 sw 1.2.72.2: #i43060# 2005/02/18 12:50:49 sw 1.2.72.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ebc80e2a46524fe76773e2ac6037ee605d40a77a]

        INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED 2005/02/18 13:35:52 sw 1.2.72.2: #i43060# 2005/02/18 12:50:49 sw 1.2.72.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [855667c9afbc9412fd9670cbdab5fd26a5626de5]

        INTEGRATION: CWS removedrafts (1.4.22); FILE MERGED 2005/02/23 10:16:31 sw 1.4.22.3: #i43060# 2005/02/18 13:35:52 sw 1.4.22.2: #i43060# 2005/02/18 12:50:49 sw 1.4.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8823712a2f3548a49d0e7c331dc95be479470f2f]

        INTEGRATION: CWS removedrafts (1.3.30); FILE MERGED 2005/02/23 13:41:27 sw 1.3.30.3: #i43385# 2005/02/18 13:35:52 sw 1.3.30.2: #i43060# 2005/02/18 12:50:48 sw 1.3.30.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1412f6c8250d544166a35633b8a29758b30e70b8]

        INTEGRATION: CWS removedrafts (1.6.30); FILE MERGED 2005/02/18 12:50:48 sw 1.6.30.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [01a258ed5cb28b0d187a4edaced5aa32fb160676]

        INTEGRATION: CWS removedrafts (1.6.30); FILE MERGED 2005/02/18 12:50:47 sw 1.6.30.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4e72a1b8efb22c9f53af9bc44b1425738cc90842]

        INTEGRATION: CWS removedrafts (1.6.30); FILE MERGED 2005/02/18 12:50:46 sw 1.6.30.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [35efefedf93f3d42fe2269ee99fa9a1af5351215]

        INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED 2005/02/18 13:35:52 sw 1.2.72.2: #i43060# 2005/02/18 12:50:46 sw 1.2.72.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d1fad2da9cee6dcb5da24bac1b0910d74f89de6e]

        INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED 2005/02/18 13:35:51 sw 1.2.72.2: #i43060# 2005/02/18 12:50:46 sw 1.2.72.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2ef353ead7c5b307fb06c860baa5a13e28a2a12a]

        INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED 2005/02/18 13:35:51 sw 1.2.72.2: #i43060# 2005/02/18 12:50:45 sw 1.2.72.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [fc5c4f0c7fd2354100208ca8fe1831393718e9df]

        INTEGRATION: CWS removedrafts (1.4.22); FILE MERGED 2005/02/18 13:35:51 sw 1.4.22.2: #i43060# 2005/02/18 12:50:45 sw 1.4.22.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c34edd3383e660be9a5a705f4a562c287a423b12]

        INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED 2005/02/18 13:35:50 sw 1.2.72.2: #i43060# 2005/02/18 12:50:45 sw 1.2.72.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [aaa7bf95f2031e4903b0f790e2a2a87632da68b2]

        INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED 2005/02/18 13:35:50 sw 1.2.72.2: #i43060# 2005/02/18 12:50:44 sw 1.2.72.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9a442f0552ebad6adfc636d4e80a8561efb0694d]

        INTEGRATION: CWS removedrafts (1.2.66); FILE MERGED 2005/02/18 13:35:50 sw 1.2.66.2: #i43060# 2005/02/18 12:50:44 sw 1.2.66.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6a2b171e0b5ad1b2ab022bc48cffe3200005483a]

        INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED 2005/02/18 13:35:49 sw 1.2.72.2: #i43060# 2005/02/18 12:50:41 sw 1.2.72.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [851c036bd332d266e69ec5ad74832a34aecad4d1]

        INTEGRATION: CWS removedrafts (1.2.66); FILE MERGED 2005/02/18 13:35:49 sw 1.2.66.2: #i43060# 2005/02/18 12:50:30 sw 1.2.66.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0e06fd3d7128e6a287be0a8430a3da2218b9c39c]

        INTEGRATION: CWS removedrafts (1.2.66); FILE MERGED 2005/02/18 13:35:49 sw 1.2.66.2: #i43060# 2005/02/18 12:50:29 sw 1.2.66.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [852b0bc41191a78016a80aceddb9ce6f79acfef2]

        INTEGRATION: CWS removedrafts (1.2.74); FILE MERGED 2005/02/18 13:35:48 sw 1.2.74.2: #i43060# 2005/02/18 12:50:28 sw 1.2.74.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [94dc49486b3917562ca03cc64adf6d0b0ee60b41]

        INTEGRATION: CWS removedrafts (1.2.74); FILE MERGED 2005/02/18 13:35:47 sw 1.2.74.2: #i43060# 2005/02/18 12:50:28 sw 1.2.74.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9f160b1937c0b8e2fd453cd39a9e903435441319]

        INTEGRATION: CWS removedrafts (1.2.74); FILE MERGED 2005/02/18 13:35:47 sw 1.2.74.2: #i43060# 2005/02/18 12:50:27 sw 1.2.74.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ba2115f7916db10bb433aff7354c5c512c022fe6]

        INTEGRATION: CWS removedrafts (1.2.74); FILE MERGED 2005/02/18 13:35:46 sw 1.2.74.2: #i43060# 2005/02/18 12:50:26 sw 1.2.74.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ee877b32f5eb7800e24c9ee0ed989d36c5f2bd76]

        INTEGRATION: CWS removedrafts (1.2.74); FILE MERGED 2005/02/18 13:35:46 sw 1.2.74.2: #i43060# 2005/02/18 12:50:23 sw 1.2.74.1: #i43060#

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [bd6edb1ddaad71cb22236b6e1472328f49e5739d]

        INTEGRATION: CWS removedrafts (1.51.32); FILE MERGED 2005/02/17 14:02:18 cd 1.51.32.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [7dc22ef8433b6e7e7b006ccc09986084ff6a0796]

        INTEGRATION: CWS removedrafts (1.104.26); FILE MERGED 2005/02/17 14:02:18 cd 1.104.26.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5699c43d58079e503bae720d050105377edc9400]

        INTEGRATION: CWS removedrafts (1.71.24); FILE MERGED 2005/02/17 14:02:18 cd 1.71.24.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [dcd844fd8131b9a9685818fb0d2f6c9e0eb1db13]

        INTEGRATION: CWS removedrafts (1.5.32); FILE MERGED 2005/02/17 14:02:17 cd 1.5.32.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c9b505f687cd3edabe27bffaf286fb7b5180d630]

        INTEGRATION: CWS removedrafts (1.46.38); FILE MERGED 2005/02/17 14:02:17 cd 1.46.38.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [219bc8014c9afcd23b003846f30efd85bda5d3a9]

        INTEGRATION: CWS removedrafts (1.18.46); FILE MERGED 2005/02/17 14:02:16 cd 1.18.46.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [42feb343ae6e64b3acbfbbe005bc445727dcc32a]

        INTEGRATION: CWS removedrafts (1.31.26); FILE MERGED 2005/02/17 14:02:16 cd 1.31.26.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [65e27d9f78e039c340204cfe3541a235cfe6a7b6]

        INTEGRATION: CWS removedrafts (1.82.10); FILE MERGED 2005/02/22 10:42:08 cd 1.82.10.2: #i42557# Remove drafts from UNOIDL types 2005/02/17 14:02:15 cd 1.82.10.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [737b830a32183600d7c3e78f6ed0e27b8072b8b7]

        INTEGRATION: CWS removedrafts (1.53.64); FILE MERGED 2005/02/17 14:02:15 cd 1.53.64.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [533fd578335b11307534c3925894281179e70a70]

        INTEGRATION: CWS removedrafts (1.12.26); FILE MERGED 2005/02/17 14:02:14 cd 1.12.26.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c696de7acbaafcfedad22617669a8866055724bf]

        INTEGRATION: CWS removedrafts (1.21.64); FILE MERGED 2005/02/17 14:02:14 cd 1.21.64.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [95c95df94e697dcfdc9fa5e5446a6ae8b316015c]

        INTEGRATION: CWS removedrafts (1.5.366); FILE MERGED 2005/02/17 14:02:13 cd 1.5.366.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [be07378d129b293cf722c6d25ffdc32b8687ef0b]

        INTEGRATION: CWS removedrafts (1.44.38); FILE MERGED 2005/02/17 14:02:13 cd 1.44.38.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [990f0bdae58acffe651d9ca385b9cb0167cf6da8]

        INTEGRATION: CWS removedrafts (1.7.236); FILE MERGED 2005/02/17 14:02:13 cd 1.7.236.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d20fd3f02b529e5e28752159edb469e3d1c895a2]

        INTEGRATION: CWS removedrafts (1.2.46); FILE MERGED 2005/02/17 14:02:13 cd 1.2.46.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [37c23600c2cc8720d912b601287a6436f31a5898]

        INTEGRATION: CWS removedrafts (1.49.26); FILE MERGED 2005/02/17 14:02:12 cd 1.49.26.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9c1da785c58c058509531314699964ee7ebebf77]

        INTEGRATION: CWS removedrafts (1.25.26); FILE MERGED 2005/02/17 14:02:12 cd 1.25.26.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ac6bc467651bfe2a4d989dc15d87b865d2b8c30c]

        INTEGRATION: CWS removedrafts (1.50.30); FILE MERGED 2005/02/17 14:02:11 cd 1.50.30.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2df8496c17d1420500dd36e1e87adfce64996453]

        INTEGRATION: CWS removedrafts (1.60.96); FILE MERGED 2005/02/17 14:02:11 cd 1.60.96.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b3a335e6e2bc201a90ed2fc67aabbcfd2e700c7d]

        INTEGRATION: CWS removedrafts (1.12.46); FILE MERGED 2005/02/17 14:02:11 cd 1.12.46.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2b18c4d2099912ebdd3bcb0d247a0c6f3931092f]

        INTEGRATION: CWS removedrafts (1.53.64); FILE MERGED 2005/02/17 14:02:10 cd 1.53.64.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [31642f15a7af7355d94943cce044fab7a2c7719e]

        INTEGRATION: CWS removedrafts (1.4.46); FILE MERGED 2005/02/17 14:01:56 cd 1.4.46.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [289cb1efed62825b6e1cb2b0d0572a34b9dabb0e]

        INTEGRATION: CWS removedrafts (1.14.8); FILE MERGED 2005/02/17 12:41:54 cd 1.14.8.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b81e1ced21f6438f493385747aaede5212f3720e]

        INTEGRATION: CWS removedrafts (1.16.8); FILE MERGED 2005/02/17 12:41:54 cd 1.16.8.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b9fb005a61014b20feebb540d9f8277b3316e0d4]

        INTEGRATION: CWS removedrafts (1.7.32); FILE MERGED 2005/02/17 12:41:18 cd 1.7.32.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d62322cde3a33fc42d2b69ae03681b5a613a7817]

        INTEGRATION: CWS removedrafts (1.13.6); FILE MERGED 2005/02/17 12:41:18 cd 1.13.6.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e76490b95b5b0877a2ab83611123ef558f3f94bf]

        INTEGRATION: CWS removedrafts (1.9.18); FILE MERGED 2005/02/17 12:41:17 cd 1.9.18.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c38701e9c55e1d3a27b73c0231e2d990d73e3190]

        INTEGRATION: CWS removedrafts (1.5.104); FILE MERGED 2005/02/17 14:05:38 cd 1.5.104.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6ab2aa16a2f490aa270ca7499b6b6a3b959fd907]

        INTEGRATION: CWS removedrafts (1.4.14); FILE MERGED 2005/02/17 14:05:37 cd 1.4.14.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b7ba66b1434b99a6f6276af0a2397efcab755540]

        INTEGRATION: CWS removedrafts (1.3.30); FILE MERGED 2005/02/17 14:05:37 cd 1.3.30.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [73baf0a8278f75242fdef8efce35e5e7f1df8a2e]

        INTEGRATION: CWS removedrafts (1.2.204); FILE MERGED 2005/02/17 14:05:29 cd 1.2.204.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b441553b12cbfa7fbd40ecf98e9bc30cc4b28bde]

        INTEGRATION: CWS removedrafts (1.5.30); FILE MERGED 2005/02/17 14:05:28 cd 1.5.30.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [14f6ca9c3551499bb6f71e4f740fa474675b5089]

        INTEGRATION: CWS removedrafts (1.4.62); FILE MERGED 2005/02/17 12:47:55 cd 1.4.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3e2f0544c27e6bc22f8993ff5bf0b6c76113bf56]

        INTEGRATION: CWS removedrafts (1.4.14); FILE MERGED 2005/02/17 12:47:55 cd 1.4.14.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [701080920619b1ceced6855bce3200bf1ee614a2]

        INTEGRATION: CWS removedrafts (1.3.158); FILE MERGED 2005/02/17 12:47:54 cd 1.3.158.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [93d654f22431330a75386a12fdfe8dd2b16a97ee]

        INTEGRATION: CWS removedrafts (1.2.160); FILE MERGED 2005/02/17 12:47:54 cd 1.2.160.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6001a40b0227001f5111adb5be26e4a052c3af80]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 12:47:53 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [585796cd94da70bce6a85ced1b3a4e5a01cb7164]

        INTEGRATION: CWS removedrafts (1.2.62); FILE MERGED 2005/02/17 12:47:53 cd 1.2.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b2e8e12df672faf8f55091ea92b595998c8a09d3]

        INTEGRATION: CWS removedrafts (1.2.206); FILE MERGED 2005/02/17 12:47:52 cd 1.2.206.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9ecaf5521598ed37f255510456bddf4fa439375c]

        INTEGRATION: CWS removedrafts (1.2.160); FILE MERGED 2005/02/17 12:47:51 cd 1.2.160.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [68d37f4be9989415af00b1168f1bfcea5d478717]

        INTEGRATION: CWS removedrafts (1.6.60); FILE MERGED 2005/02/17 12:47:51 cd 1.6.60.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4a441e287c6b8189e3bbecdbd740a7bd6f29c60f]

        INTEGRATION: CWS removedrafts (1.5.62); FILE MERGED 2005/02/17 12:47:51 cd 1.5.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9faeb7ded9333dd568f161fc72da86bbf480a125]

        INTEGRATION: CWS removedrafts (1.7.60); FILE MERGED 2005/02/17 12:47:50 cd 1.7.60.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [71797e268c6ccc87790341a4022d5cdbd6bff54d]

        INTEGRATION: CWS removedrafts (1.12.24); FILE MERGED 2005/02/17 12:47:50 cd 1.12.24.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5e3c167a5dc18e2b37afcdd8c8fbb185e5ca6920]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 12:47:50 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [162ed126cad9482695ac8be73b4deddae86e1b3c]

        INTEGRATION: CWS removedrafts (1.3.62); FILE MERGED 2005/02/17 12:47:50 cd 1.3.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5240836b0898991f984222876e3b63f0ebcf7350]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 12:47:49 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [39e28a292c89f0b15b9bc99d6074fc9b701f8abe]

        INTEGRATION: CWS removedrafts (1.5.22); FILE MERGED 2005/02/17 12:47:49 cd 1.5.22.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5f19e8013b0df858d5c43fe3b49f860a6ed7718a]

        INTEGRATION: CWS removedrafts (1.5.92); FILE MERGED 2005/02/17 12:47:48 cd 1.5.92.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [382a45e4902068bba2b371e76bd70bbccf51f521]

        INTEGRATION: CWS removedrafts (1.3.160); FILE MERGED 2005/02/17 12:47:48 cd 1.3.160.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a21161e3d0a95b82680e98e3f99d7e97ef3c9c9e]

        INTEGRATION: CWS removedrafts (1.3.62); FILE MERGED 2005/02/17 12:47:48 cd 1.3.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ace2b67baa3b2e45c7a1e66b44de72acb647c336]

        INTEGRATION: CWS removedrafts (1.3.60); FILE MERGED 2005/02/17 12:47:47 cd 1.3.60.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [cb0e7c50767f6f33ca4dc3a7039e97cb4075d7e9]

        INTEGRATION: CWS removedrafts (1.3.62); FILE MERGED 2005/02/17 12:47:47 cd 1.3.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ab4bb9e6f2f589c6c117890e924ea10c0602b140]

        INTEGRATION: CWS removedrafts (1.11.56); FILE MERGED 2005/02/17 12:47:46 cd 1.11.56.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [379ebdd3eedf5d9a26f75432d5c709dc5e76b359]

        INTEGRATION: CWS removedrafts (1.2.62); FILE MERGED 2005/02/17 12:47:46 cd 1.2.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4774cb4a105408d5d85f820cbd3d75cc88fbf95a]

        INTEGRATION: CWS removedrafts (1.12.58); FILE MERGED 2005/02/17 12:47:46 cd 1.12.58.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2787f712532e4b9be1e2aa7495888fdc6b7f4855]

        INTEGRATION: CWS removedrafts (1.6.112); FILE MERGED 2005/02/17 12:47:45 cd 1.6.112.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [85fbef43cf80366bd8d4dae60ed445c50e56a244]

        INTEGRATION: CWS removedrafts (1.7.52); FILE MERGED 2005/02/17 12:47:45 cd 1.7.52.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2abc24d9df97cfa9909bede1dfd3f87584a3d60b]

        INTEGRATION: CWS removedrafts (1.4.60); FILE MERGED 2005/02/17 12:47:44 cd 1.4.60.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [055477742bf4df813aa57ab03a8828d5b412623d]

        INTEGRATION: CWS removedrafts (1.3.30); FILE MERGED 2005/02/17 12:44:53 cd 1.3.30.1: #i42563# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3b769c49d320e31b9630f2ba986f7120f4869cc3]

        INTEGRATION: CWS removedrafts (1.80.12); FILE MERGED 2005/02/17 12:47:44 cd 1.80.12.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [19cf51986344bf9129abefcc35ff2128b7b4eb98]

        INTEGRATION: CWS removedrafts (1.17.30); FILE MERGED 2005/02/17 12:47:43 cd 1.17.30.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [52e85f764c656ded5a93958b29d978537bada299]

        INTEGRATION: CWS removedrafts (1.4.14); FILE MERGED 2005/02/17 12:47:43 cd 1.4.14.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [597d1572b66e2f760cb27fd8538f37718f5ff3be]

        INTEGRATION: CWS removedrafts (1.22.8); FILE MERGED 2005/02/23 13:59:11 cd 1.22.8.2: #i43385# Check parameters before usage 2005/02/17 12:47:42 cd 1.22.8.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [368ad4a7b20ad47da9f705c9c43d6fb94641422c]

        INTEGRATION: CWS removedrafts (1.4.58); FILE MERGED 2005/02/17 12:47:41 cd 1.4.58.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d2fd6f65e9412b6dd939d6efa72bfc952469e70e]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 12:47:41 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6863ceda910ae5bdfbd11f92bb020349b445d989]

        INTEGRATION: CWS removedrafts (1.3.158); FILE MERGED 2005/02/17 12:47:40 cd 1.3.158.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8ebabb15e1594c4380c616ea6f887fe05091fc28]

        INTEGRATION: CWS removedrafts (1.13.12); FILE MERGED 2005/02/17 12:47:40 cd 1.13.12.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [46c17a3b9d1614eda5daa338baebf0c68ed43da8]

        INTEGRATION: CWS removedrafts (1.2.204); FILE MERGED 2005/02/17 12:47:40 cd 1.2.204.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8e51671d446ecb0f1462bab230b79f03da0f84c3]

        INTEGRATION: CWS removedrafts (1.7.58); FILE MERGED 2005/02/17 12:47:39 cd 1.7.58.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f9d279501b08df9d1dbd5a8422b4754514ebe3af]

        INTEGRATION: CWS removedrafts (1.2.204); FILE MERGED 2005/02/17 12:47:39 cd 1.2.204.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [83758295b882cc2f1379bbdc2f424049f381a2ef]

        INTEGRATION: CWS removedrafts (1.13.204); FILE MERGED 2005/02/17 12:47:38 cd 1.13.204.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c86a7585a5f912f4c26a3eed966f72df98eff0eb]

        INTEGRATION: CWS removedrafts (1.4.204); FILE MERGED 2005/02/17 12:47:38 cd 1.4.204.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [bc98e50e116ea0f47f808a574cf3ef059c97fca9]

        INTEGRATION: CWS removedrafts (1.5.58); FILE MERGED 2005/02/17 12:47:37 cd 1.5.58.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [440e679b0a40718f5cbad5267c01b10b77216a45]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 12:47:37 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c1abc532999018d1dd6db7d5cd1e61467737255e]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 12:47:36 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ba8ebf6349e2923b3d4c406b1850879d42335f23]

        INTEGRATION: CWS removedrafts (1.3.114); FILE MERGED 2005/02/17 12:45:58 cd 1.3.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [65629a6924963c5b3ce42fd800b47dafe637e4ec]

        INTEGRATION: CWS removedrafts (1.2.160); FILE MERGED 2005/02/17 12:45:58 cd 1.2.160.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [97f861866126c10e94ce83bf3c7137a873b25c1c]

        INTEGRATION: CWS removedrafts (1.2.160); FILE MERGED 2005/02/17 12:45:57 cd 1.2.160.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5f973ad31c1cb61cc69f3625377eb1fd74369a88]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 12:45:57 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [51010b953171930a046879807952e5e97e2f3ec4]

        INTEGRATION: CWS removedrafts (1.2.62); FILE MERGED 2005/02/17 12:45:57 cd 1.2.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [01fcafeb591e4521a8cf3a996c9667a5b041b228]

        INTEGRATION: CWS removedrafts (1.3.114); FILE MERGED 2005/02/17 12:45:57 cd 1.3.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [958318e46d1fad00049b8b7965ba3f2bfd39a00b]

        INTEGRATION: CWS removedrafts (1.2.206); FILE MERGED 2005/02/17 12:45:56 cd 1.2.206.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [93eb69aa09f4177665182987b265adcfd5684996]

        INTEGRATION: CWS removedrafts (1.2.160); FILE MERGED 2005/02/17 12:45:56 cd 1.2.160.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [589dd7e85e5eac3a9e417ee61d90a2ec9b7538c5]

        INTEGRATION: CWS removedrafts (1.3.156); FILE MERGED 2005/02/17 12:45:56 cd 1.3.156.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5226e41724f546b96944731e24ce9f0c0aacfc98]

        INTEGRATION: CWS removedrafts (1.3.62); FILE MERGED 2005/02/17 12:45:55 cd 1.3.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [29741a7592ac8d04c779cd991f78607709117166]

        INTEGRATION: CWS removedrafts (1.5.62); FILE MERGED 2005/02/17 12:45:55 cd 1.5.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [470c1d12b9d1f6eaaf6aa53c423e45c54332e776]

        INTEGRATION: CWS removedrafts (1.6.24); FILE MERGED 2005/02/17 12:45:55 cd 1.6.24.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [71a071a9d4e5fe1f31ed0f4ac2fbc84cca3f05ec]

        INTEGRATION: CWS removedrafts (1.2.124); FILE MERGED 2005/02/17 12:45:55 cd 1.2.124.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e12f447d33e62fb16a0d4906981336d057c37800]

        INTEGRATION: CWS removedrafts (1.3.30); FILE MERGED 2005/02/17 12:45:55 cd 1.3.30.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [33a91906a1b338f688836b2e98b3b7ddd3a540f0]

        INTEGRATION: CWS removedrafts (1.6.62); FILE MERGED 2005/02/17 12:45:54 cd 1.6.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [647e8159636a816fa09d266643814bcec33f5069]

        INTEGRATION: CWS removedrafts (1.2.170); FILE MERGED 2005/02/17 12:45:54 cd 1.2.170.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8f0427fe107737ef4570f52e65d04dff78a26794]

        INTEGRATION: CWS removedrafts (1.3.62); FILE MERGED 2005/02/17 12:45:54 cd 1.3.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [bff055ebe079368981ae179b34f040b0f0ea2069]

        INTEGRATION: CWS removedrafts (1.2.206); FILE MERGED 2005/02/17 12:45:54 cd 1.2.206.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [10462e1042b67057a2f79db8901f07ebbe087b34]

        INTEGRATION: CWS removedrafts (1.2.206); FILE MERGED 2005/02/17 12:45:53 cd 1.2.206.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [45ea2961308b802e2f174c625f740af947abdad1]

        INTEGRATION: CWS removedrafts (1.3.60); FILE MERGED 2005/02/17 12:45:53 cd 1.3.60.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [53a2aab7d9dfc5977282058508c5dd6245d7dc7d]

        INTEGRATION: CWS removedrafts (1.3.62); FILE MERGED 2005/02/17 12:45:53 cd 1.3.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [38233a4612b8fb81cbeff0da709c378938386b0f]

        INTEGRATION: CWS removedrafts (1.5.58); FILE MERGED 2005/02/17 12:45:52 cd 1.5.58.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [201b04f14e6df1b332480926b8c5839a902829d6]

        INTEGRATION: CWS removedrafts (1.2.62); FILE MERGED 2005/02/17 12:45:52 cd 1.2.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ddcaaa45f725d96d6d1c3d963e6d40c59ea5717a]

        INTEGRATION: CWS removedrafts (1.6.62); FILE MERGED 2005/02/17 12:45:52 cd 1.6.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [44fcdb061ac8e45459c23c409f823c451f9e700d]

        INTEGRATION: CWS removedrafts (1.3.114); FILE MERGED 2005/02/17 12:45:52 cd 1.3.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [092f7a4a0d695ad893621ef958ccce1a5e828d23]

        INTEGRATION: CWS removedrafts (1.2.160); FILE MERGED 2005/02/17 12:45:52 cd 1.2.160.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f8356c9792042b658e561e7802b0c49d95882e8b]

        INTEGRATION: CWS removedrafts (1.2.160); FILE MERGED 2005/02/17 12:45:51 cd 1.2.160.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a90a04dc138cc7d60f128e2b25a534ff15d10af1]

        INTEGRATION: CWS removedrafts (1.2.204); FILE MERGED 2005/02/17 12:45:51 cd 1.2.204.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [46008e8b0046c6d962da7dab953c2c855d8464ef]

        INTEGRATION: CWS removedrafts (1.2.204); FILE MERGED 2005/02/17 12:44:42 cd 1.2.204.1: #i42563# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [51b7eda8f0057a77c300d3f6d832917a4c99266e]

        INTEGRATION: CWS removedrafts (1.12.12); FILE MERGED 2005/02/17 12:45:51 cd 1.12.12.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [02580885925b35b00def80af73d0940ef8f05f37]

        INTEGRATION: CWS removedrafts (1.31.60); FILE MERGED 2005/02/17 12:45:51 cd 1.31.60.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4734d2b8160257e105f892689512264bc9be604f]

        INTEGRATION: CWS removedrafts (1.3.158); FILE MERGED 2005/02/17 12:45:50 cd 1.3.158.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [03d0a3114e2f1ae8962d8b35b650d7c062a68862]

        INTEGRATION: CWS removedrafts (1.2.204); FILE MERGED 2005/02/17 12:45:50 cd 1.2.204.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f2691fa50f7deb3335e1db789bae634148daa0ce]

        INTEGRATION: CWS removedrafts (1.2.204); FILE MERGED 2005/02/17 12:45:49 cd 1.2.204.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [31b56db7b30e8c606d3eb1f8a9859a27a7081643]

        INTEGRATION: CWS removedrafts (1.31.14); FILE MERGED 2005/02/17 12:45:48 cd 1.31.14.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0d0800846dfbe6a40c2fa6b33e1d37b006c10ef4]

        INTEGRATION: CWS removedrafts (1.4.204); FILE MERGED 2005/02/17 12:45:48 cd 1.4.204.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1acf6e4de8dfd2f932f586f551e6e694c4e33e38]

        INTEGRATION: CWS removedrafts (1.3.66); FILE MERGED 2005/02/17 14:25:50 cd 1.3.66.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a4a61e10704786401b211db7c72ab045ff293f23]

        INTEGRATION: CWS removedrafts (1.6.24); FILE MERGED 2005/02/17 14:25:50 cd 1.6.24.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [886288a4da4edce6b225390afe53ddec5b3d5e4c]

        INTEGRATION: CWS removedrafts (1.19.138); FILE MERGED 2005/02/17 12:43:37 cd 1.19.138.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9d1e8e47a550a1d9ee401ff9d958e92a650e26b7]

        INTEGRATION: CWS removedrafts (1.5.14); FILE MERGED 2005/02/17 12:40:10 cd 1.5.14.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ded5b7b3d86297bc73e9e3322054a8a85745b16f]

        INTEGRATION: CWS removedrafts (1.10.14); FILE MERGED 2005/02/17 12:40:09 cd 1.10.14.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [cbfe0940c78ca0a076fddb0e0ae558f4ee172f8c]

        INTEGRATION: CWS removedrafts (1.15.16); FILE MERGED 2005/02/17 12:40:09 cd 1.15.16.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4a9509690706290387fd50b818d337112828e262]

        INTEGRATION: CWS removedrafts (1.6.6); FILE MERGED 2005/02/18 10:57:04 cd 1.6.6.1: #i42557# remove drafts module

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1e17284fabbf15430955f060f3099b111f56ec0b]

        INTEGRATION: CWS removedrafts (1.97.40); FILE MERGED 2005/02/17 12:40:54 cd 1.97.40.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b1aa762cca2d9f881231036cb168466272e0792d]

        INTEGRATION: CWS removedrafts (1.30.40); FILE MERGED 2005/02/17 12:40:53 cd 1.30.40.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f937f9ff1d6e7724eca58ee6bae90f82786d4568]

        INTEGRATION: CWS removedrafts (1.30.32); FILE MERGED 2005/02/17 12:40:53 cd 1.30.32.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [99ed89de55c7e513202a388c5bd931a53dbf6585]

        INTEGRATION: CWS removedrafts (1.165.18); FILE MERGED 2005/02/17 12:40:51 cd 1.165.18.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b287a5fd14bf5d702fcf675e64aa99a3f8820cdb]

        INTEGRATION: CWS removedrafts (1.60.4); FILE MERGED 2005/02/17 12:40:51 cd 1.60.4.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e92180bd99f7222be758f86c8dcdbdc491a08927]

        INTEGRATION: CWS removedrafts (1.85.32); FILE MERGED 2005/02/17 12:40:50 cd 1.85.32.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [eadb5afaecadaf585280e20d3df8f332662e6423]

        INTEGRATION: CWS removedrafts (1.9.20); FILE MERGED 2005/02/17 12:40:50 cd 1.9.20.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d8137c9741365137325b5ad6cc8cd1ca987a29c7]

        INTEGRATION: CWS removedrafts (1.8.20); FILE MERGED 2005/02/17 12:40:50 cd 1.8.20.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [280dd196fed0b9d6054b31f2c7b2368edcc89a7a]

        INTEGRATION: CWS removedrafts (1.12.16); FILE MERGED 2005/02/17 12:40:49 cd 1.12.16.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [572259d4a5c046fdc1d23d3c437a88d3a3b41dc2]

        INTEGRATION: CWS removedrafts (1.25.8); FILE MERGED 2005/02/17 12:40:49 cd 1.25.8.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0a2c3cf205745594c0a218768862639c7218dfe3]

        INTEGRATION: CWS removedrafts (1.9.6); FILE MERGED 2005/02/17 12:40:48 cd 1.9.6.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [faab0441b21be0243f84e915de83e31f24f314a9]

        INTEGRATION: CWS removedrafts (1.9.18); FILE MERGED 2005/02/14 16:56:13 sj 1.9.18.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [08ae2c85b8b961207623006f3fa52449871e64c0]

        INTEGRATION: CWS removedrafts (1.8.18); FILE MERGED 2005/02/14 16:56:13 sj 1.8.18.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a406c27d5c75cb75aca5dd6ffe97abd80c1c40a6]

        INTEGRATION: CWS removedrafts (1.10.46); FILE MERGED 2005/02/17 14:08:05 cd 1.10.46.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3752ca13dc97c4a49c9cceafe23315c05d322d20]

        INTEGRATION: CWS removedrafts (1.3.224); FILE MERGED 2005/02/17 14:08:05 cd 1.3.224.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [76202edd7ed092d9dbbb525594a0ed4039588ec1]

        INTEGRATION: CWS removedrafts (1.60.60); FILE MERGED 2005/02/17 14:08:05 cd 1.60.60.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [96ef7bb28b08db6f518e35cd6a68dee5ad2dd907]

        INTEGRATION: CWS removedrafts (1.16.42); FILE MERGED 2005/02/14 16:55:50 sj 1.16.42.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3bd16c4ba876009e0be4060f7f12129f406c1f96]

        INTEGRATION: CWS removedrafts (1.115.44); FILE MERGED 2005/02/14 16:55:18 sj 1.115.44.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b763a79258347ab2509658828a18759f522de518]

        INTEGRATION: CWS removedrafts (1.50.154); FILE MERGED 2005/02/14 16:55:19 sj 1.50.154.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [65fc2f5909603bf03314fe0c7718579c20c3c42c]

        INTEGRATION: CWS removedrafts (1.58.18); FILE MERGED 2005/02/17 14:08:04 cd 1.58.18.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6ad3c06c80b65fc3143cde32b33b04e4290fff5c]

        INTEGRATION: CWS removedrafts (1.36.130); FILE MERGED 2005/02/17 14:08:04 cd 1.36.130.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b8cb4f3f55b5fbc0d871020363c586f767704b2d]

        INTEGRATION: CWS removedrafts (1.2.672); FILE MERGED 2005/02/17 14:08:03 cd 1.2.672.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ccc6bb409ff8d1203cd1de88e6d63e40231be419]

        INTEGRATION: CWS removedrafts (1.3.154); FILE MERGED 2005/02/17 14:08:03 cd 1.3.154.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2fe1d668d47956a7ed620334c9517a68da7fdba0]

        INTEGRATION: CWS removedrafts (1.4.154); FILE MERGED 2005/02/17 14:08:03 cd 1.4.154.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [320dd729d1e236ac3337a897e30cd0cbfdf9d64f]

        INTEGRATION: CWS removedrafts (1.58.44); FILE MERGED 2005/02/17 14:08:02 cd 1.58.44.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3451f1b50d03d565fd1a3d567fbff2a2f1b12e11]

        INTEGRATION: CWS removedrafts (1.13.62); FILE MERGED 2005/02/24 10:12:59 cd 1.13.62.2: #119980# Remove drafts from UNOIDL types/service names 2005/02/17 14:08:02 cd 1.13.62.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [62aa7eab884bc332ebd4977145c2de015259c87d]

        INTEGRATION: CWS removedrafts (1.12.62); FILE MERGED 2005/02/24 10:12:59 cd 1.12.62.2: #119980# Remove drafts from UNOIDL types/service names 2005/02/17 14:08:02 cd 1.12.62.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9a7aba4ae257e34e54a63099c6b15e5e705a2de6]

        INTEGRATION: CWS removedrafts (1.6.672); FILE MERGED 2005/02/17 14:08:01 cd 1.6.672.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0f39a48f85476f9d21d8257486ee218bc64d15dd]

        INTEGRATION: CWS removedrafts (1.7.62); FILE MERGED 2005/02/24 10:12:58 cd 1.7.62.2: #119980# Remove drafts from UNOIDL types/service names 2005/02/17 14:08:01 cd 1.7.62.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0b76050a973ac32c007d54a7eaad148a7d03603d]

        INTEGRATION: CWS removedrafts (1.6.80); FILE MERGED 2005/02/17 14:08:01 cd 1.6.80.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4259a24c8c2bd7a96500d9832e542f54275e4d23]

        INTEGRATION: CWS removedrafts (1.13.98); FILE MERGED 2005/02/24 10:12:58 cd 1.13.98.2: #119980# Remove drafts from UNOIDL types/service names 2005/02/17 14:08:00 cd 1.13.98.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0a55008392bb884d42eabbc62408ed37c97e43c4]

        INTEGRATION: CWS removedrafts (1.8.80); FILE MERGED 2005/02/18 09:07:53 cd 1.8.80.1: #i42561# remove drafts UNOIDL types

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a222323855b2c339f54154ceb08a04ee7fb73b0c]

        INTEGRATION: CWS removedrafts (1.2.630); FILE MERGED 2005/02/14 16:58:07 sj 1.2.630.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6c5eff9ae87772e2c65c91963e71a9a4524686e5]

        INTEGRATION: CWS removedrafts (1.9.60); FILE MERGED 2005/02/14 16:54:19 sj 1.9.60.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9a20c40240346301ee792ecf6ce7f78f1d09b4c4]

        INTEGRATION: CWS removedrafts (1.3.154); FILE MERGED 2005/02/14 16:54:18 sj 1.3.154.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1084da7426522955068f5a55922e47e4054e6252]

        INTEGRATION: CWS removedrafts (1.2.630); FILE MERGED 2005/02/14 16:54:17 sj 1.2.630.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9e5f4b65c471a852df95307c20a7050973db1a9f]

        INTEGRATION: CWS removedrafts (1.4.272); FILE MERGED 2005/02/14 16:54:18 sj 1.4.272.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [01f7f01e3f03c80dc07c39a7a1672be68d6ae694]

        INTEGRATION: CWS removedrafts (1.5.272); FILE MERGED 2005/02/14 16:54:17 sj 1.5.272.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a93f7ba227e5fd5637dd215fb125d8c75cee725b]

        INTEGRATION: CWS removedrafts (1.3.224); FILE MERGED 2005/02/14 16:54:17 sj 1.3.224.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0b4866015cb6f7f8bd28abc82a23c5ec820f89db]

        INTEGRATION: CWS removedrafts (1.9.60); FILE MERGED 2005/02/14 16:54:16 sj 1.9.60.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [13573e052c548e51169acc14190c76c754cfb7df]

        INTEGRATION: CWS removedrafts (1.4.80); FILE MERGED 2005/02/17 14:07:44 cd 1.4.80.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [262ccac79f1ae91f260bdc9ccf252f236aa2e1c2]

        INTEGRATION: CWS removedrafts (1.87.62); FILE MERGED 2005/02/17 15:04:09 cd 1.87.62.3: #i42557# Remove UNOIDL types from drafts 2005/02/17 13:47:33 cd 1.87.62.2: #i42557# Remove obsolete UNOIDL types from draft 2005/02/17 13:31:15 cd 1.87.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [793fa428de26692f2d703501faffa82eb4c49616]

        INTEGRATION: CWS removedrafts (1.70.18); FILE MERGED 2005/02/17 13:47:32 cd 1.70.18.2: #i42557# Remove obsolete UNOIDL types from draft 2005/02/14 17:37:02 sj 1.70.18.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [11b436fe0eb067bc979977068ff74e5e89ee664b]

        INTEGRATION: CWS removedrafts (1.72.34); FILE MERGED 2005/02/17 15:04:09 cd 1.72.34.3: #i42557# Remove UNOIDL types from drafts 2005/02/17 13:46:54 cd 1.72.34.2: #i42557# Remove obsolete UNOIDL types from draft 2005/02/14 17:39:27 sj 1.72.34.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [73425b8d70723aea9440bd14efd15c14fd4a703c]

        INTEGRATION: CWS removedrafts (1.3.338); FILE MERGED 2005/02/17 13:45:55 cd 1.3.338.2: #i42557# Remove obsolete UNOIDL types from draft 2005/02/14 07:46:03 oj 1.3.338.1: #i42560# remove services, they are already moved to none draft

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b4226b732a0140c208c5a69935847b0da559df39]

        INTEGRATION: CWS removedrafts (1.10.34); FILE MERGED 2005/02/17 13:22:48 cd 1.10.34.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d3d61f4c4a6ee204972d253fca33b0a7c6c584cf]

        INTEGRATION: CWS removedrafts (1.2.64); FILE MERGED 2005/02/17 13:22:47 cd 1.2.64.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [fcb6be15e429991071a162522b6c2adc7919b5b6]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:15:54 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [77914d30bc1d0ff80c640d6d25f4a306e2a1a905]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:15:06 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [bef9fdc886a41b3cde35e0a9cbb7afc4b2153673]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:14:54 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [98c1ebc5bce08dd00c9914d89b48fd97747d7a0e]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:14:38 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ed223e6bad67acefdb3aeae489bcd70e4935acc5]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:14:24 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ba97886ecc8e4b944f26ab93ba1443aa1cb8c088]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:14:13 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [16fbfc4bfbff07cf830edf79ba1ce038a9cbba31]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:13:31 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ee88a7ad8e7c4970bc480fffe929a46bf3fc2512]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:13:20 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2798f5baafc199b66f565ae6eadfa7ac2614f425]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:13:08 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b8bc9f70c956ab072e77b0951101e718d9b73d16]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:12:57 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [684244de507f790b953095ecc76f6e1a4a344729]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:10:59 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3e0688265c01c3d1e75839421c772b9bfdeb0296]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:10:49 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3a8a3e8e9f7cd8d71e07ed94564c7f83b0153199]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:10:39 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9c3535657bdb429fa2a03e53b94e9a43b4dcf14d]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:10:30 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ae25b3c751de42628aa7736b349fb75fda7b9017]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 13:22:47 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [aa58739b3fe9a3a3933bb79906780c4e91516212]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:22:01 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b74d2674737a45b0b422494782ec0ba61949014d]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:21:50 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0259c54c58ab7cab450ccee72f1a40ecfb5891f0]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:21:39 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c89dae91e01bf7503a00eb32405c28380013bbb4]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:21:21 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [adf5fea24deb311965141eee3fdfd9464127094e]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:21:06 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [584d80cba732c2963075e1d9ea29560bd9cc5935]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:20:53 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5ef5cbf2f148f91085a45f97c94d867320c2dcb5]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:20:42 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [771980648a7cd3c7ef0586c03d8bf36c3b256745]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:20:31 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4aaf128c75dc6e2af309c0d56ec8219f6cb34e0a]

        INTEGRATION: CWS removedrafts (1.2.34); FILE MERGED 2005/02/17 13:22:47 cd 1.2.34.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [7800f534a1846dddd72a1fb07f991ff42c6c3528]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:19:16 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [102d378974c7c6b219276ae2e8f5264937e53660]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:19:03 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c3ea89b9a13b42bb7b36962e3da2ad0d6937570d]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:18:50 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9725d97b8985e8be8ad5b151d905aa2f02381958]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:18:30 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6c677dae8e66ea1cac59d6bd5dc93cb0421a3fe3]

        INTEGRATION: CWS removedrafts (1.2.34); FILE MERGED 2005/02/17 13:22:46 cd 1.2.34.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [99cb8205f75990acb3fd559053c3673a7e731177]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:18:18 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [84ee18542634c7f1bca750aaf119f394c96e44ab]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:18:06 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0f535df6bffcb6e68d983469b8604fbd18c42004]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:16:48 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1640b15853c48d80dfd1b696f1b69b3789fc14d5]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:16:38 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2ca061c90f3966d92b79bbf66fd85bf594de48b9]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 13:22:45 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [44dd6437f53589e229ca78a8a3b0573c853ca3b8]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:16:27 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5589cbb550328bafbc6b57f7b5e84f72372056a0]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:16:16 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [eecaf7a0d58ced9adc1c8e768fc147c65555c261]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:16:05 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3c634644d25355a45a6a9d470fc322f81fd20945]

        INTEGRATION: CWS removedrafts (1.3.64); FILE MERGED 2005/02/17 13:08:19 cd 1.3.64.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f8e18fadd1cbd9ed652ae87f7a7494e918e1c3a9]

        INTEGRATION: CWS removedrafts (1.2.64); FILE MERGED 2005/02/17 13:08:19 cd 1.2.64.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e930c86640740c9443397b83b8b0fd7d86aecef0]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:07:45 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [839ff2b02cf39ebc2cc646fa9c114691628975fa]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:07:35 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [35f0da8c2517594cda0ddaefd09885d35e89da91]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:07:26 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3ece5c7e0eb0b10c322bcd24776f2a03417809bd]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:07:16 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e2d4d70a6d44a1e8f8edc76411af77f5bafd952f]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:06:40 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [048acc9539936787caf479efdb9b5bc7e34f8128]

        INTEGRATION: CWS removedrafts (1.2.162); FILE MERGED 2005/02/17 13:06:30 cd 1.2.162.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2be814bdba7e351480d5a11f1e3b71f3229d4c4b]

        INTEGRATION: CWS removedrafts (1.2.162); FILE MERGED 2005/02/17 13:06:21 cd 1.2.162.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0601135bc42716351081db6a8c6165fde0a11be3]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:06:11 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8753184dae92dffefd9342d0c1082da9c60c524e]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:06:00 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ab7a868f0974ea0ad7045e210e4fb6e443d4ee57]

        INTEGRATION: CWS removedrafts (1.27.62); FILE MERGED 2005/02/17 13:09:30 cd 1.27.62.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f3cb8c725191de0dd7e41ebdedaef2f616dfbd64]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:05:24 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [593ac0d6d72b3581f5aca358577907cc618feb76]

        INTEGRATION: CWS removedrafts (1.2.64); FILE MERGED 2005/02/17 13:09:29 cd 1.2.64.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6be2a988b7b80c707cd0a33f62eec7759f117a4e]

        INTEGRATION: CWS removedrafts (1.2.162); FILE MERGED 2005/02/17 13:09:29 cd 1.2.162.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6e5a78fe8e23957f3a4b071ea72abcb020282981]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 13:09:29 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c3e7f807f3abcc8c5f9c552f9aa5e1434825331f]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:05:15 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c6c571a7c4f8a5f818fe291974dba537bfc4892f]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 13:04:35 cd 1.1.2.1: #i42563# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5588692c76f45c7bc9eeb2d8ca7f53a975ccaa97]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 12:58:39 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3a299e761b809fbdc80963eb14022d1fdd27d417]

        INTEGRATION: CWS removedrafts (1.2.258); FILE MERGED 2005/02/17 13:09:29 cd 1.2.258.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8ef9334c00bf8a2d54a9d73291547ba273daee1e]

        INTEGRATION: CWS removedrafts (1.2.64); FILE MERGED 2005/02/17 13:09:28 cd 1.2.64.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [33999b38be81d60c491d50618e6382253711400e]

        INTEGRATION: CWS removedrafts (1.2.258); FILE MERGED 2005/02/17 15:04:08 cd 1.2.258.2: #i42557# Remove UNOIDL types from drafts 2005/02/17 13:09:28 cd 1.2.258.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [cd1c6f511ac28edc3e4b038e1930d7998786c9ec]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 12:58:30 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c64a24355dc95e48bbc6d5c0397382087f4413a5]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 12:57:37 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [daf62725bd5df2ab6a339e2f8b27bbcd2eb30eb6]

        INTEGRATION: CWS removedrafts (1.4.64); FILE MERGED 2005/02/17 13:09:28 cd 1.4.64.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a23942ae04a07310b2f28ba8ba6349b6101b87d4]

        INTEGRATION: CWS removedrafts (1.2.114); FILE MERGED 2005/02/17 13:09:27 cd 1.2.114.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [786c639aca53c0091c3703490d05fefa23a480eb]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 12:57:20 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [03cea7ad7c9cab5017301c9deb0e4876a0111f13]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 12:57:06 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d95fc473ca0f1f89105d6297e4fb92661f0ea91a]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 12:56:34 cd 1.1.2.1: #i42563# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [02431287aa53a6edbaf7ae50e487d8b4cb19886e]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/17 12:56:03 cd 1.1.2.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [86aaf4575d5bc341e64055461452a304e46c7fac]

        INTEGRATION: CWS removedrafts (1.2.258); FILE MERGED 2005/02/17 13:09:27 cd 1.2.258.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [91ce530ad6a71a6ff8452711fa04233401827ace]

        INTEGRATION: CWS removedrafts (1.16.64); FILE MERGED 2005/02/17 15:04:08 cd 1.16.64.2: #i42557# Remove UNOIDL types from drafts 2005/02/17 13:09:27 cd 1.16.64.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8cdec38f2d0492714d9b11bf90c0e086b7328fc1]

        INTEGRATION: CWS removedrafts (1.4.112); FILE MERGED 2005/02/17 13:26:48 cd 1.4.112.1: #i42557# move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f9d78b261acf33e9643f8461bf7f224595142b35]

        INTEGRATION: CWS removedrafts (1.21.182); FILE MERGED 2005/02/14 17:21:48 sj 1.21.182.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f858ede5ad0a3289b08b925feadd2b008ddfc640]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:18:49 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e2c4ab8d45ca6dfe93e50cbdb88fa04ec6aa9104]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:18:30 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9cbd679a506363463296e709b327653834be3998]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:18:14 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [56940d1769035dfacad8a1ba7e8e5b1d31971e7e]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:17:57 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5e9b018a5d8fd70653f6d2aa8a36083c484b7383]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:17:43 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3bf3815fe6ff1b776925215454cc5b6d5332e10d]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:17:29 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [7615db264cc5eafdc36587994fe6c93d60747122]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:17:13 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e0a4d1497d733c4d50f6f6e60a0db0cf20b4a99a]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:16:53 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4cbf7c935dbc81d93960de232cecb651f5f0921d]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:16:27 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f469b563d4446ca016c2a3c54fea63cf21f21982]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:20:58 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [85003cc08bdc1c3e94d7282df86823b374e2efda]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:20:44 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e46b6f96f617b682e6e417ad6bf26ba60fed9818]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:20:30 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d4f8d9ed737abd574a3efa4fce2be29c2bc76c83]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:20:14 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [43a0e89cc118d3f5afa7366e9ccf50b4a1d4361e]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:19:59 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [363740280d0c312a5b25b3cfdb6f843700fd7e90]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:19:44 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3c86730bcfb1df3c49b86b2dddbdf4955e38bf69]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:19:31 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e5cfd7c7c58918a07e332b076f7b7d1672b6feef]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:19:18 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5352771cce8e913c19c521a965049f6bf3ae15b7]

        INTEGRATION: CWS removedrafts (1.1.2); FILE ADDED 2005/02/14 17:19:03 sj 1.1.2.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [7630be15ec6811ae7280ae703ea9d7377616d1de]

        INTEGRATION: CWS removedrafts (1.56.26); FILE MERGED 2005/02/17 13:55:22 cd 1.56.26.2: #i42557# Remove obsolete UNOIDL types from draft 2005/02/14 17:46:17 sj 1.56.26.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [859bebbd32affffc89b79e4fcd9f8b0b77d4417d]

        INTEGRATION: CWS removedrafts (1.25.192); FILE MERGED 2005/02/17 14:25:07 cd 1.25.192.1: #i42557# Move UNOIDL types from drafts to com

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [05e4f8b94cbbbcc588a094d21b98b1a681d7123a]

        INTEGRATION: CWS removedrafts (1.4.86); FILE MERGED 2005/02/14 17:12:59 sj 1.4.86.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b9a29ef4dc30af93a9aa602a1fb4992a018ddb14]

        INTEGRATION: CWS removedrafts (1.5.86); FILE MERGED 2005/02/14 17:12:59 sj 1.5.86.1: #i42561# remove UNOIDL types from drafts

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f2ff65b15e6a025c682d6475bc907d917d971a59]

        INTEGRATION: CWS qwizardsbf3 (1.7.18); FILE MERGED 2005/02/16 09:02:30 tv 1.7.18.1: #i42619# explicit execution of macros in templates created by letter wizard

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [eee9843cb4369ad5afb5b4b157eb2acde356ace2]

        INTEGRATION: CWS impress35 (1.9.14); FILE MERGED 2005/02/24 13:23:29 bm 1.9.14.5: #i36800# fix (hack) undone 2005/02/22 09:35:47 bm 1.9.14.4: #i36800# LINK must return a value 2005/02/21 18:01:50 bm 1.9.14.3: #i36800# show the navigator as late as possible after the slideshow has started 2005/02/21 14:17:45 bm 1.9.14.2: #i36800# call a Show() at the navigator window 2005/02/16 13:55:10 cl 1.9.14.1: #i41098# added missing break for sound click actions

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [28874bc9d446ab158680b248de7a9ac62efd7c17]

        INTEGRATION: CWS qwizardsbf3 (1.3.20); FILE MERGED 2005/02/14 14:29:10 ih 1.3.20.1: #i40044# user fields cleared Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4f5f8df0bd51b6ceadf929a5dbe671ccd9feb667]

        INTEGRATION: CWS qwizardsbf3 (1.4.20); FILE MERGED 2005/02/14 14:32:37 ih 1.4.20.1: #i40044# user fields cleared Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5fa9ad06d53b90eb928f9b5753fa00cd535f1d4d]

        INTEGRATION: CWS qwizardsbf3 (1.4.20); FILE MERGED 2005/02/14 14:32:36 ih 1.4.20.1: #i40044# user fields cleared Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3a9dc4691064df2f55dc0d8a097f344045d49f0b]

        INTEGRATION: CWS impress35 (1.20.210); FILE MERGED 2005/02/21 17:14:17 cl 1.20.210.1: #i42825# check layer visibility

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0d694dc0fc85410fd4916b0181a5a974b7971b58]

        INTEGRATION: CWS qwizardsbf3 (1.4.20); FILE MERGED 2005/02/14 14:31:55 ih 1.4.20.1: #i40044# user fields cleared Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2b852110789f328df349c590f131630c21420139]

        INTEGRATION: CWS qwizardsbf3 (1.4.20); FILE MERGED 2005/02/14 14:31:54 ih 1.4.20.1: #i40044# user fields cleared Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3329da684701dc687e9351332211d22f4ae1b1a4]

        INTEGRATION: CWS impress35 (1.2.2); FILE MERGED 2005/02/17 11:35:10 cl 1.2.2.1: #i42856# implemented XChangesNotifier

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a480d844d09f3a82598789dedde9b97af91933ac]

        INTEGRATION: CWS impress35 (1.3.24); FILE MERGED 2005/02/15 16:10:52 cl 1.3.24.1: #i42570# added some missing effects that match effects from last version

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1978c2d31ea37e637c834045bd5f66aaba3f04e3]

        INTEGRATION: CWS impress35 (1.37.14); FILE MERGED 2005/02/18 15:42:31 cl 1.37.14.1: #i42847# always reset the empty pres obj state when it is true but the shape has text

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9481870b4697db67b54fd94b064d04afb6dd8323]

        INTEGRATION: CWS impress35 (1.8.96); FILE MERGED 2005/02/15 16:19:13 cl 1.8.96.1: #i42570# fixed some import issues and re enabled old sound api

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5264972643ffcf2bbb371145d60ae4bacb7681d7]

        INTEGRATION: CWS impress35 (1.44.14); FILE MERGED 2005/02/24 15:09:55 cl 1.44.14.3: #i42570# for import of old text effects, take care that 0.1 duration is not used for generated text effects 2005/02/15 17:28:14 cl 1.44.14.2: #i42570# fixed iterate interval for laser effect import 2005/02/15 16:19:12 cl 1.44.14.1: #i42570# fixed some import issues and re enabled old sound api

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [78d406a250f8ddff9b40221c6ca598fd534491fc]

        INTEGRATION: CWS impress35 (1.23.24); FILE MERGED 2005/02/17 14:53:39 cl 1.23.24.1: #i42991# fixed XServiceInfo for draw

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d9d976fb570e0cb0263b6fdbdaa5c29aa05ce10e]

        INTEGRATION: CWS impress35 (1.6.14); FILE MERGED 2005/02/17 12:49:34 cl 1.6.14.1: #i42816# use correct reference page for new master page size

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4c86ab95730e52a2a49419caa8b50605e1ce4e78]

        INTEGRATION: CWS impress35 (1.47.178); FILE MERGED 2005/02/18 15:38:45 cl 1.47.178.1: #i42847# moved handling of empty pres obj state to sdview

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [539a6dfd0d13708491eac8a4c09717030a5ff768]

        INTEGRATION: CWS impress35 (1.7.14); FILE MERGED 2005/02/21 15:50:28 cl 1.7.14.2: #i42960# use MainSequenceRebuildGuard to batch rebuilds 2005/02/17 11:44:31 cl 1.7.14.1: #i42856# added async updates via vcl timers

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d72b15add2e52fa31010de484b7980a30e418b68]

        INTEGRATION: CWS impress35 (1.2.96); FILE MERGED 2005/02/17 11:44:31 cl 1.2.96.1: #i42856# added async updates via vcl timers

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b9e4834e3b960669cc2bb2c8283c850ce074d7f6]

        INTEGRATION: CWS impress35 (1.3.30); FILE MERGED 2005/02/24 15:39:51 cl 1.3.30.2: #i42960# even select effects that are not yet added due to async ui update 2005/02/17 11:44:31 cl 1.3.30.1: #i42856# added async updates via vcl timers

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [497a610d488a24fbfe240348bfcdba7528ce0720]

        INTEGRATION: CWS impress35 (1.4.14); FILE MERGED 2005/02/15 16:13:40 cl 1.4.14.1: #i42570# add unknown sounds to listbox

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4473b606873cce8f0648e296176591da6ec40574]

        INTEGRATION: CWS impress35 (1.52.50); FILE MERGED 2005/02/17 13:34:22 fs 1.52.50.1: #i40470# +StyleNames/StyleFamilies at the InfoSet

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [59718be054acabc2ba45c8476fe24703d5a80d14]

        INTEGRATION: CWS impress35 (1.3.30); FILE MERGED 2005/02/17 11:42:03 cl 1.3.30.1: #i42856# added async updates via vcl timers

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c1a1bc703a90b05cbbea84a2f5ba2ad7335751b1]

        INTEGRATION: CWS qwizardsbf3 (1.4.20); FILE MERGED 2005/02/16 09:02:30 tv 1.4.20.2: #i42619# explicit execution of macros in templates created by letter wizard 2005/02/07 13:21:43 tv 1.4.20.1: #i41471# added support for Office Linguistic

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [7c126a4418b033a4282676be411d89450fd1d6e5]

        INTEGRATION: CWS impress35 (1.5.14); FILE MERGED 2005/02/21 15:48:25 cl 1.5.14.3: #i42960# added MainSequenceRebuildGuard 2005/02/17 11:41:33 cl 1.5.14.2: #i42856# added async updates via vcl timers 2005/02/15 16:12:27 cl 1.5.14.1: #i42570# do not forget old target subitem when replacing node

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d15fdb92a6ac34faec6e151d507901c6cceb8a5d]

        INTEGRATION: CWS qwizardsbf3 (1.5.2); FILE MERGED 2005/02/24 15:49:23 tv 1.5.2.1: correct handling of reloaded document

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [92786200534efc0e2ab653c4de6db1f806eafe6d]

        INTEGRATION: CWS impress35 (1.4.24); FILE MERGED 2005/02/21 15:44:55 cl 1.4.24.2: #i42960# added MainSequenceRebuildGuard 2005/02/17 11:36:45 cl 1.4.24.1: #i42856# added async updates via vcl timers

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [56263cf2e407902e7a0c5886a3ceab309bb7871b]

        INTEGRATION: CWS qwizardsbf3 (1.3.20); FILE MERGED 2005/02/24 15:49:22 tv 1.3.20.2: correct handling of reloaded document 2005/02/23 12:30:22 tv 1.3.20.1: #i42619# calling of macros after loading of the template enabled Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e435103bea0bd395a96b16590ea1de307cb94101]

        INTEGRATION: CWS qwizardsbf3 (1.3.20); FILE MERGED 2005/02/24 15:49:22 tv 1.3.20.1: correct handling of reloaded document

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6f1e635f081be33897631f102e92ab931e091c9c]

        INTEGRATION: CWS qwizardsbf3 (1.3.36); FILE MERGED 2005/02/07 13:21:43 tv 1.3.36.1: #i41471# added support for Office Linguistic

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [72697be358381fe229fe5a18ee3a71b89e709c1c]

        INTEGRATION: CWS impress35 (1.13.20); FILE MERGED 2005/02/11 16:26:07 cl 1.13.20.1: #i42539# fixed entry for draw:page which was wrongly draw:master-page

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f2e6fdde356869087ce344c0a22d0edb03355559]

        INTEGRATION: CWS qwizardsbf3 (1.19.88); FILE MERGED 2005/02/07 16:32:38 tv 1.19.88.1: #i41471# correct defaults for letter wizard

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [83b3549a4b0a745cb6202975117db757bcd62bcf]

        INTEGRATION: CWS impress35 (1.43.18); FILE MERGED 2005/02/14 09:42:57 mib 1.43.18.1: #i42016#: save script events correctly

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8321aee5c0f6674c1762c0533afdc4a6d7987a0a]

        INTEGRATION: CWS impress35 (1.13.76); FILE MERGED 2005/02/22 15:17:32 cl 1.13.76.1: #i42570# do not set pres order, effects are sorted anyway

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1b8f42b94db97970d2f777b3edeec492256933a6]

        INTEGRATION: CWS mozooo (1.36.6.3.8); FILE MERGED 2005/02/11 13:42:07 vq 1.36.6.3.8.17: #i11424# Regenerate configure. 2005/02/11 13:34:07 vq 1.36.6.3.8.16: RESYNC: (1.69-1.71); FILE MERGED 2005/01/27 19:44:29 rene 1.36.6.3.8.15: RESYNC: (1.65-1.69); FILE MERGED 2005/01/14 04:13:53 vq 1.36.6.3.8.14: #i11424# Regenerate configure. 2005/01/11 20:00:18 rene 1.36.6.3.8.13: subsitute mozilla version also into error message since mozilla1.7.5 it's now source/ instead of src/ 2005/01/08 17:19:34 vq 1.36.6.3.8.12: RESYNC: (1.63-1.65); FILE MERGED 2005/01/08 12:55:08 rene 1.36.6.3.8.11: - add some more AC_MSG_CHECKINGs/_RESULTs to the mozilla checks - fix bash/test syntax errors 2005/01/06 21:10:51 vq 1.36.6.3.8.10: #i11424# regenerate configure 2004/12/31 18:09:24 vq 1.36.6.3.8.9: #i11424# Fix inconsistency between $ENABLE_BUILD_MOZAB and $BUILD_MOZAB and regenerate configure. 2004/12/30 23:25:13 vq 1.36.6.3.8.8: #i11424# Regenerate configure. 2004/11/30 17:23:14 vq 1.36.6.3.8.7: #i11424# Add more checks to configure. 2004/10/29 09:26:07 fs 1.36.6.3.8.6: RESYNC: (1.46-1.55); FILE MERGED 2004/07/07 10:14:03 fs 1.36.6.3.8.5: RESYNC: (1.44-1.46); FILE MERGED 2004/04/22 14:51:04 fs 1.36.6.3.8.4: RESYNC: (1.43-1.44); FILE MERGED 2004/03/15 14:53:08 fs 1.36.6.3.8.3: RESYNC: (1.36.6.4-1.43); FILE MERGED 2004/01/30 09:02:48 fs 1.36.6.3.8.2: RESYNC: (1.36.6.3-1.36.6.4); FILE MERGED 2004/01/07 09:02:43 fs 1.36.6.3.8.1: #i11424# allow for building Mozilla tarballs (needed for Mozilla Address Book integration) during an OOo build thanks to Wind Li (yl146652@openoffice.org)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9b37033ef4fea8f27d2a175ea2d5bcf09fd65500]

        INTEGRATION: CWS mozooo (1.55.6.4.8); FILE MERGED 2005/02/11 13:33:47 vq 1.55.6.4.8.21: RESYNC: (1.87-1.89); FILE MERGED 2005/01/27 19:44:47 rene 1.55.6.4.8.20: RESYNC: (1.82-1.87); FILE MERGED 2005/01/14 04:12:49 vq 1.55.6.4.8.19: #i11424# Change the version to be build by default to 1.7.5 and change the configure switch to enable the build to: --enable-build-mozilla 2005/01/11 20:00:21 rene 1.55.6.4.8.18: subsitute mozilla version also into error message since mozilla1.7.5 it's now source/ instead of src/ 2005/01/08 17:19:14 vq 1.55.6.4.8.17: RESYNC: (1.80-1.82); FILE MERGED 2005/01/08 12:55:11 rene 1.55.6.4.8.16: - add some more AC_MSG_CHECKINGs/_RESULTs to the mozilla checks - fix bash/test syntax errors 2005/01/06 21:05:05 vq 1.55.6.4.8.15: #i11424# Small cleanup. 2004/12/31 18:09:26 vq 1.55.6.4.8.14: #i11424# Fix inconsistency between $ENABLE_BUILD_MOZAB and $BUILD_MOZAB and regenerate configure. 2004/12/24 23:45:07 vq 1.55.6.4.8.13: RESYNC: (1.77-1.80); FILE MERGED 2004/12/02 02:27:12 windly 1.55.6.4.8.12: #i11424# fix name error for mozilla v1.7b source tarball 2004/11/30 17:23:16 vq 1.55.6.4.8.11: #i11424# Add more checks to configure. 2004/11/30 08:36:46 windly 1.55.6.4.8.10: #i11424# check libIDl 2004/11/30 07:50:40 windly 1.55.6.4.8.9: #i11424# choose mozilla version and default toolkit at configure time 2004/11/30 04:32:24 vq 1.55.6.4.8.8: RESYNC: (1.75-1.77); FILE MERGED 2004/11/27 00:22:28 vq 1.55.6.4.8.7: RESYNC: (1.72-1.75); FILE MERGED 2004/10/29 09:25:45 fs 1.55.6.4.8.6: RESYNC: (1.65-1.72); FILE MERGED 2004/07/07 10:13:53 fs 1.55.6.4.8.5: RESYNC: (1.63-1.65); FILE MERGED 2004/04/22 14:50:55 fs 1.55.6.4.8.4: RESYNC: (1.62-1.63); FILE MERGED 2004/03/15 14:52:40 fs 1.55.6.4.8.3: RESYNC: (1.55.6.5-1.62); FILE MERGED 2004/01/30 09:02:10 fs 1.55.6.4.8.2: RESYNC: (1.55.6.4-1.55.6.5); FILE MERGED 2004/01/07 09:02:45 fs 1.55.6.4.8.1: #i11424# allow for building Mozilla tarballs (needed for Mozilla Address Book integration) during an OOo build thanks to Wind Li (yl146652@openoffice.org)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1a495ae7f61a8f40d624101b6f28614f856bed5c]

        INTEGRATION: CWS mozooo (1.7.52); FILE MERGED 2004/10/29 08:49:14 fs 1.7.52.5: RESYNC: (1.9-1.10); FILE MERGED 2004/03/15 14:29:44 fs 1.7.52.4: RESYNC: (1.7.46.1-1.9); FILE MERGED 2004/01/30 08:56:43 fs 1.7.52.3: RESYNC: (1.7-1.7.46.1); FILE MERGED 2004/01/07 10:22:03 fs 1.7.52.2: #i11424# How could I forget this in the previous comment? Also thanks to Volker Quetschke (vq@openoffice.org) 2004/01/07 10:07:58 fs 1.7.52.1: #i11424# allow for building Mozilla tarballs (needed for Mozilla Address Book integration) during an OOo build thanks to Wind Li (yl146652@openoffice.org)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [409617eda349bcd59f85e8a6cca54bdf7386792a]

        INTEGRATION: CWS mozooo (1.2.48); FILE MERGED 2004/01/07 10:22:40 fs 1.2.48.1: #i11424# prepare for building Mozilla tarballs from Mozilla source

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4b8c82e05adcd6837319c12b499d9d314d510095]

        INTEGRATION: CWS mozooo (1.1.2); FILE ADDED 2005/01/14 04:12:50 vq 1.1.2.3: #i11424# Change the version to be build by default to 1.7.5 and change the configure switch to enable the build to: --enable-build-mozilla 2005/01/06 21:05:07 vq 1.1.2.2: #i11424# Small cleanup. 2004/11/28 15:52:03 vq 1.1.2.1: #i11424# Add download dir and a tad of documentation.

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e54d527609077c9d9671d6eeac716ae6227af52c]

        INTEGRATION: CWS mozooo (1.1.2); FILE ADDED 2005/01/09 06:29:09 vq 1.1.2.4: #i11424# Use "dmake patch" and "dmake create_patch" to create patches. Also try to fix mozilla-source-1.7.5.patch for W32 with only moderate success. 2004/07/14 04:22:36 windly 1.1.2.3: use glib2 and gtk2 when build mozilla 2004/05/17 09:49:34 windly 1.1.2.2: #i11424# fixed a bit error of path in mozilla-source-1.7b.patch 2004/05/17 07:18:28 windly 1.1.2.1: #i28398# update to mozilla v1.7b

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9361437a6b5f211e59a1fec6b86f5017b0dc35de]

        INTEGRATION: CWS mozooo (1.1.2); FILE ADDED 2005/01/31 08:23:04 windly 1.1.2.7: #i41640# mozooo MacOS X patch by pjanik 2005/01/20 14:09:33 windly 1.1.2.6: #i11424# fix a nss build bug in mozilla-1.7.5 patch while built on solaris sparc 2005/01/14 03:16:16 vq 1.1.2.5: #i11424# Fix rebuild problem for W32 and remove two hunks from mozilla-source-1.7.5.patch that were accidentally included. 2005/01/12 23:07:14 rene 1.1.2.4: readd accidentially deleted hunk while porting to 1.7.5 2005/01/10 05:15:08 vq 1.1.2.3: #i11424# Fix 1.7.5 patch for W32. 2005/01/09 06:29:09 vq 1.1.2.2: #i11424# Use "dmake patch" and "dmake create_patch" to create patches. Also try to fix mozilla-source-1.7.5.patch for W32 with only moderate success. 2005/01/08 13:24:36 rene 1.1.2.1: add patch for mozilla 1.7.5

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c8d866eb67e893c16a7304b9ea05f47eafd285a1]

        INTEGRATION: CWS mozooo (1.1.2); FILE ADDED 2004/02/10 10:44:34 yl146652 1.1.2.3: #i11424# Fixed and tested for both 4nt and tcsh, both vc6 and vc7, OS include windows,linux and solaris. 2004/01/27 02:53:14 vq 1.1.2.2: #11424 Fix typo in parameter for configure. 2004/01/07 10:39:24 fs 1.1.2.1: patches to Mozilla 1.0, to facilitate Mozilla's Address Book features in OpenOffice.org

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ebbf187f359ad07de68a9281c50eae21db2b4d94]

        INTEGRATION: CWS mozooo (1.1.2); FILE ADDED 2005/01/14 04:12:49 vq 1.1.2.18: #i11424# Change the version to be build by default to 1.7.5 and change the configure switch to enable the build to: --enable-build-mozilla 2005/01/14 03:16:15 vq 1.1.2.17: #i11424# Fix rebuild problem for W32 and remove two hunks from mozilla-source-1.7.5.patch that were accidentally included. 2005/01/10 09:34:06 windly 1.1.2.16: #i11424# add --disable-postscript and --disable-freetype2 to moz/makefile.mk 2005/01/09 06:29:08 vq 1.1.2.15: #i11424# Use "dmake patch" and "dmake create_patch" to create patches. Also try to fix mozilla-source-1.7.5.patch for W32 with only moderate success. 2005/01/08 19:28:55 vq 1.1.2.14: #i11424# Fix (potential) problem with CC/CXX containing DOS paths. 2005/01/06 21:05:06 vq 1.1.2.13: #i11424# Small cleanup. 2004/12/31 19:55:46 vq 1.1.2.12: #i11424# Patches to build with W32-4nt. 2004/12/24 23:18:11 vq 1.1.2.11: #i11424# Enable automatic installation/use of wintools for W32. 2004/11/30 10:56:26 windly 1.1.2.10: #i11424# 2004/11/30 06:23:51 windly 1.1.2.9: #i11424# add MOZILLA_VERSION and DEFAULT_MOZILLA_TOOLKIT options defaults are 1.7b and gtk2 2004/11/28 19:35:51 vq 1.1.2.8: #i11424# Don't ask. 2004/11/28 15:44:52 vq 1.1.2.7: #i11424# Clean-up for the windows part and also disabling the installer build because it is not needed. 2004/11/25 10:20:01 windly 1.1.2.6: #i11424# use xlib 2004/07/14 04:22:36 windly 1.1.2.5: use glib2 and gtk2 when build mozilla 2004/05/17 08:33:43 windly 1.1.2.4: #i11424# disable-activex .... 2004/05/17 07:18:28 windly 1.1.2.3: #i28398# update to mozilla v1.7b 2004/02/04 06:13:48 yl146652 1.1.2.2: #11424# Using a makefile: extractfiles.mk to copy files from mozilla build tree instead of using shell scripts named moz.$(OS).sh 2004/01/07 10:27:53 fs 1.1.2.1: #i11424# prepare building Mozilla tarballs from mozilla source, instead of checking them into CVS thanks to Wind Li (yl146652@openoffice.org) and Volker Quetschke (vq@openoffice.org)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d622a15fcaadcfdcf2ad0e52c43a551a633a8b82]

        INTEGRATION: CWS mozooo (1.1.2); FILE ADDED 2005/01/31 08:20:50 windly 1.1.2.15: #i41626# use DLLPOST and DLLPRE. Thanks goes to pjanik 2005/01/25 09:35:30 windly 1.1.2.14: #i11424# gnucp included in SO build env does not support -L option 2005/01/13 06:16:05 windly 1.1.2.13: #i40532# add libmsgbaseutil.so to moz lib lists. Thanks goes to sparcmoz@openoffice.org. 2005/01/13 05:13:58 windly 1.1.2.12: #i40532# copy all files included mozruntime.zip to (OUT)/lib while dmake zip 2005/01/12 03:39:18 windly 1.1.2.11: #10000# add plc4.lib and plds4.lib to lib lists 2005/01/12 03:20:54 windly 1.1.2.10: #10000# add libssl3.so/ssl3.lib to lib list 2005/01/11 20:13:36 rene 1.1.2.9: add three more libraries to LIBLIST
        
        Submitted by: pjanik@openoffice.org
        2004/11/08 11:42:10 windly 1.1.2.8: #i11424# strip *.so
        2004/10/25 02:16:45 windly 1.1.2.7: add strip to extractfile.mk
        2004/07/14 04:22:35 windly 1.1.2.6: use glib2 and gtk2 when build mozilla
        2004/05/18 02:56:53 windly 1.1.2.5: #i11424# fix a file name error
        2004/05/17 07:18:27 windly 1.1.2.4: #i28398# update to mozilla v1.7b
        2004/03/17 10:44:19 yl146652 1.1.2.3: #i11424# remove the dependence on cygpath for 4nt enviroment
        2004/02/10 10:44:34 yl146652 1.1.2.2: #i11424# Fixed and tested for both 4nt and tcsh, both vc6 and vc7, OS include windows,linux and solaris.
        2004/02/04 06:13:50 yl146652 1.1.2.1: #11424# Using a makefile: extractfiles.mk to copy files from mozilla build tree instead of using shell scripts named moz.$(OS).sh

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a4032a42f3289c7f66ce31cc042282d5a22d5c2c]

        INTEGRATION: CWS mozooo (1.10.6.2.10); FILE MERGED 2005/01/27 19:45:00 rene 1.10.6.2.10.14: RESYNC: (1.33-1.39); FILE MERGED 2005/01/20 06:47:35 windly 1.10.6.2.10.13: RESYNC: (1.31-1.33); FILE MERGED 2005/01/08 17:19:46 vq 1.10.6.2.10.12: RESYNC: (1.29-1.31); FILE MERGED 2004/12/31 18:09:26 vq 1.10.6.2.10.11: #i11424# Fix inconsistency between $ENABLE_BUILD_MOZAB and $BUILD_MOZAB and regenerate configure. 2004/12/24 23:45:32 vq 1.10.6.2.10.10: RESYNC: (1.26-1.29); FILE MERGED 2004/11/30 07:50:40 windly 1.10.6.2.10.9: #i11424# choose mozilla version and default toolkit at configure time 2004/11/30 04:34:20 vq 1.10.6.2.10.8: RESYNC: (1.25-1.26); FILE MERGED 2004/11/27 00:24:40 vq 1.10.6.2.10.7: RESYNC: (1.23-1.25); FILE MERGED 2004/10/29 09:26:18 fs 1.10.6.2.10.6: RESYNC: (1.18-1.23); FILE MERGED 2004/07/07 10:14:14 fs 1.10.6.2.10.5: RESYNC: (1.17-1.18); FILE MERGED 2004/03/29 07:46:24 fs 1.10.6.2.10.4: #100000# syntax 2004/03/15 14:53:24 fs 1.10.6.2.10.3: RESYNC: (1.10.6.4-1.17); FILE MERGED 2004/01/30 09:03:06 fs 1.10.6.2.10.2: RESYNC: (1.10.6.2-1.10.6.4); FILE MERGED 2004/01/07 09:02:47 fs 1.10.6.2.10.1: #i11424# allow for building Mozilla tarballs (needed for Mozilla Address Book integration) during an OOo build thanks to Wind Li (yl146652@openoffice.org)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [47c0363048a96cb47c16dad2b73ddf6d220670ce]

        INTEGRATION: CWS libwpdupgrade (1.70.8); FILE MERGED 2005/02/25 01:36:40 rene 1.70.8.5: RESYNC: (1.75-1.79); FILE MERGED 2005/02/18 14:23:30 rene 1.70.8.4: add LIBWPD build type 2005/02/16 08:27:10 rene 1.70.8.3: RESYNC: (1.70-1.75); FILE MERGED 2005/02/08 14:50:20 rene 1.70.8.2: actually add the AC_ARG_WITH 2005/02/02 20:57:11 rene 1.70.8.1: trick cvs to notice configure is changed; regenerate it

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1f42f42de395a06787803985d5bf77871fca8f74]

        INTEGRATION: CWS libwpdupgrade (1.11.36); FILE MERGED 2005/02/16 08:45:35 rene 1.11.36.1: move libwpft to -writer since it is a writerfilter...

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [7ae7e847916a71f2a62429bbb2541e7e80a77a8b]

        INTEGRATION: CWS libwpdupgrade (1.83.4); FILE MERGED 2005/02/25 03:58:32 rene 1.83.4.2: RESYNC: (1.83-1.84); FILE MERGED 2005/02/16 08:45:34 rene 1.83.4.1: move libwpft to -writer since it is a writerfilter...

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [fae4cfacf1148712a88407fdec4089c4a00ca41e]

        INTEGRATION: CWS libwpdupgrade (1.3.2); FILE MERGED 2005/02/02 20:44:47 rene 1.3.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a5099896df42833713c6164479bb08ef9427348f]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE MERGED 2005/02/02 20:44:46 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [09bb586315ca91436cbba4b90bca91afd99ad57c]

        INTEGRATION: CWS libwpdupgrade (1.2.2); FILE MERGED 2005/02/02 20:44:46 rene 1.2.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [aa1bb5818c69e39880c9dc30aaf4198ccb58719a]

        INTEGRATION: CWS libwpdupgrade (1.3.2); FILE MERGED 2005/02/08 15:27:59 rene 1.3.2.2: fix OLE docs (thanks mmeeks@) 2005/02/02 20:44:46 rene 1.3.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8c1c07163467af10265d51044ebbe9776e10e8a8]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE MERGED 2005/02/02 20:44:45 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [10188896c943a75a9ecd34f5558a8c6de4fba472]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE MERGED 2005/02/07 18:33:52 rene 1.1.2.2: adapt to newer libwpd CVS since before, nothing worked at all ;)
        
        Submitted By (like the last patches, forgot to mention it :/) : fridrich_strba@
        2005/02/02 20:44:45 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd.
        Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0d4dcb05b6d283ddddedb0d9eb714178fb2243cc]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE MERGED 2005/02/07 18:33:52 rene 1.1.2.2: adapt to newer libwpd CVS since before, nothing worked at all ;)
        
        Submitted By (like the last patches, forgot to mention it :/) : fridrich_strba@
        2005/02/02 20:44:44 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd.
        Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ebc0e10b84ae3d08e71e7ac187b0da0c404f0a1a]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE MERGED 2005/02/08 18:55:21 rene 1.1.2.3: fix namespace problems on Solaris/SPARC
        
        again from fridrich_strba@
        2005/02/07 18:33:52 rene 1.1.2.2: adapt to newer libwpd CVS since before, nothing worked at all ;)
        
        Submitted By (like the last patches, forgot to mention it :/) : fridrich_strba@
        2005/02/02 20:44:44 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd.
        Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [78e89884dda443f7d7576997c32715fd6eb46f4f]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE MERGED 2005/02/02 20:44:44 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [04cd27177e57734ca22ba7a468404195c8c8839a]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE MERGED 2005/02/08 18:55:21 rene 1.1.2.2: fix namespace problems on Solaris/SPARC
        
        again from fridrich_strba@
        2005/02/02 20:44:44 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd.
        Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b85cf77c3f04b0d102228c6c0e2bd9e8c35916fc]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE MERGED 2005/02/08 18:55:20 rene 1.1.2.2: fix namespace problems on Solaris/SPARC
        
        again from fridrich_strba@
        2005/02/02 20:44:43 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd.
        Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a4af4c9a4365ac2bdbe7d17e17d4515c2dee55b8]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE MERGED 2005/02/02 20:44:42 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b4702a713b4670e4621702917e1833ca2625f078]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE ADDED 2005/02/02 20:44:41 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [cfce57db512d448b6735662e9c8d82b013636a72]

        INTEGRATION: CWS libwpdupgrade (1.2.2); FILE MERGED 2005/02/08 18:55:20 rene 1.2.2.2: fix namespace problems on Solaris/SPARC
        
        again from fridrich_strba@
        2005/02/02 20:44:41 rene 1.2.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd.
        Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2396fd3f70b86f9874ffd483ccf80b9bbd588e43]

        INTEGRATION: CWS libwpdupgrade (1.1.2); FILE MERGED 2005/02/10 09:31:59 rene 1.1.2.2: fix some crashers contributed by wlach@ 2005/02/02 20:44:41 rene 1.1.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f265c4edba2d7a4beabb1d7680037658baf8418e]

        INTEGRATION: CWS libwpdupgrade (1.4.2); FILE MERGED 2005/02/18 14:23:33 rene 1.4.2.1: add LIBWPD build type

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [012c102a3d578a1fd0ad16644afd2622ae79061d]

        INTEGRATION: CWS libwpdupgrade (1.4.2); FILE MERGED 2005/02/07 18:33:51 rene 1.4.2.2: adapt to newer libwpd CVS since before, nothing worked at all ;)
        
        Submitted By (like the last patches, forgot to mention it :/) : fridrich_strba@
        2005/02/02 20:44:48 rene 1.4.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd.
        Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [2df69911cada15fbbcaa5612334764853b9d0c0b]

        INTEGRATION: CWS libwpdupgrade (1.4.2); FILE MERGED 2005/02/02 20:44:47 rene 1.4.2.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [cf421e4b1a41fc436b148ce547c9e11926aaf63d]

        INTEGRATION: CWS libwpdupgrade (1.39.18); FILE MERGED 2005/02/07 18:33:51 rene 1.39.18.2: adapt to newer libwpd CVS since before, nothing worked at all ;)
        
        Submitted By (like the last patches, forgot to mention it :/) : fridrich_strba@
        2005/02/02 20:44:40 rene 1.39.18.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd.
        Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f7d4e704fecee834fd8c29ac795e6330007ded40]

        INTEGRATION: CWS libwpdupgrade (1.18.48); FILE MERGED 2005/02/25 01:44:21 rene 1.18.48.3: RESYNC: (1.19-1.20); FILE MERGED 2005/02/02 21:21:46 rene 1.18.48.2: RESYNC: (1.18-1.19); FILE MERGED 2005/02/02 20:44:40 rene 1.18.48.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f5e054af82db09c94078c0b7a37ebd7077c71c36]

        INTEGRATION: CWS libwpdupgrade (1.39.10); FILE MERGED 2005/02/25 01:38:47 rene 1.39.10.3: RESYNC: (1.43-1.46); FILE MERGED 2005/02/16 08:27:40 rene 1.39.10.2: RESYNC: (1.39-1.43); FILE MERGED 2005/02/02 20:44:39 rene 1.39.10.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [eec9321f194ab80cb14aaf9782710a91b69c2ec2]

        INTEGRATION: CWS libwpdupgrade (1.88.6); FILE MERGED 2005/02/25 01:37:47 rene 1.88.6.6: RESYNC: (1.94-1.98); FILE MERGED 2005/02/18 14:23:32 rene 1.88.6.5: add LIBWPD build type 2005/02/16 08:27:29 rene 1.88.6.4: RESYNC: (1.88-1.94); FILE MERGED 2005/02/08 14:50:22 rene 1.88.6.3: actually add the AC_ARG_WITH 2005/02/02 20:57:13 rene 1.88.6.2: trick cvs to notice configure is changed; regenerate it 2005/02/02 20:44:39 rene 1.88.6.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [898a410360651a5a58bc51f1b5f33179f2a6300e]

        INTEGRATION: CWS libwpdupgrade (1.11.4); FILE MERGED 2005/02/16 10:18:40 rene 1.11.4.3: #i42848# err, let the others be in mailcap... 2005/02/16 10:15:29 rene 1.11.4.2: #i42848# only use application/vnd.wordperfect in dsktop files 2005/02/16 08:35:48 rene 1.11.4.1: #i42848# add wordperfect mime-types to .desktop files

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [7226ba623c162c596cfd5e4229432abcf1781678]

        INTEGRATION: CWS libwpdupgrade (1.2.10); FILE MERGED 2005/02/16 10:18:40 rene 1.2.10.3: #i42848# err, let the others be in mailcap... 2005/02/16 10:15:29 rene 1.2.10.2: #i42848# only use application/vnd.wordperfect in dsktop files 2005/02/16 08:35:48 rene 1.2.10.1: #i42848# add wordperfect mime-types to .desktop files

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4b5f55e810986a5469806d6c751c8fe02a6262f5]

        INTEGRATION: CWS libwpdupgrade (1.10.4); FILE MERGED 2005/02/16 10:18:39 rene 1.10.4.3: #i42848# err, let the others be in mailcap... 2005/02/16 10:15:28 rene 1.10.4.2: #i42848# only use application/vnd.wordperfect in dsktop files 2005/02/16 08:35:47 rene 1.10.4.1: #i42848# add wordperfect mime-types to .desktop files

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c2d2801938a60c59e1c379fe8bf0f6ea33793e00]

        INTEGRATION: CWS libwpdupgrade (1.5.10); FILE MERGED 2005/02/16 10:15:27 rene 1.5.10.2: #i42848# only use application/vnd.wordperfect in dsktop files 2005/02/16 08:35:47 rene 1.5.10.1: #i42848# add wordperfect mime-types to .desktop files

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [950f2290e719fb1d9dd55441c566c821311deb66]

        INTEGRATION: CWS libwpdupgrade (1.6.10); FILE MERGED 2005/02/16 10:15:27 rene 1.6.10.2: #i42848# only use application/vnd.wordperfect in dsktop files 2005/02/16 08:35:47 rene 1.6.10.1: #i42848# add wordperfect mime-types to .desktop files

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e8e7dd44817534e39c2edddeda9217ae6ab54784]

        INTEGRATION: CWS libwpdupgrade (1.2.80); FILE MERGED 2005/02/02 20:44:48 rene 1.2.80.1: upgrade writerperfect to new libwpd API and implement --with-system-libwpd. Remove old libwpd/ stuff, tarball will come when the actual release happened :-)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b25235be4c797b4845953238e7dde5d1facf3c1d]

        INTEGRATION: CWS gcj2 (1.70.6); FILE MERGED 2005/02/02 18:40:40 cmc 1.70.6.2: #i41879# missed JAVAC -> JAVACOMPILER conversion 2005/02/02 10:27:22 cmc 1.70.6.1: #i41879# allow gij/gcj with names like gij-4/gcj-4 or gij4/gcj4, e.g. Fedora and Debian

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [684536e5c6d1979961fd4e275fbbd0ba982c7fe1]

        INTEGRATION: CWS gcj2 (1.88.4); FILE MERGED 2005/02/02 18:40:42 cmc 1.88.4.2: #i41879# missed JAVAC -> JAVACOMPILER conversion 2005/02/02 10:27:37 cmc 1.88.4.1: #i41879# allow gij/gcj with names like gij-4/gcj-4 or gij4/gcj4, e.g. Fedora and Debian

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [864b1ae5c07ead0745db4a2add3ca93776859397]

        INTEGRATION: CWS gcj2 (1.20.8); FILE MERGED 2005/02/02 10:48:02 cmc 1.20.8.1: #i41879# gcj, despite its java version claim, cannot compile the accessibility stuff

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [48b433c12e9c48e07acbfc8d8ac7d03a96360a07]

        INTEGRATION: CWS gcj2 (1.15.4); FILE MERGED 2005/02/02 10:41:44 cmc 1.15.4.1: #i41879# gcj, despite its java version claim, cannot compile the accessibility stuff

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [47845374517ef07850103c4957c276ad43ea47c8]

        INTEGRATION: CWS gcj2 (1.5.10); FILE MERGED 2005/02/02 10:41:44 cmc 1.5.10.1: #i41879# gcj, despite its java version claim, cannot compile the accessibility stuff

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [79efea651ea189a4e2da1f8ea860624a952d0f0b]

        INTEGRATION: CWS gcj2 (1.161.2); FILE MERGED 2005/02/17 13:23:39 cmc 1.161.2.1: #i41879# bubble java interpreter down

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3b612a1fc564adfc2a6d1178a7491e12b4c3c626]

        INTEGRATION: CWS os52 (1.43.104); FILE MERGED 2005/02/17 17:24:07 os 1.43.104.2: RESYNC: (1.43-1.44); FILE MERGED 2005/02/01 11:49:52 os 1.43.104.1: #i41702# help ids fixed

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6364cd2c645c80f4728b0fdad4e01d864674d82f]

        INTEGRATION: CWS os52 (1.49.446); FILE MERGED 2005/02/17 17:04:08 os 1.49.446.2: RESYNC: (1.49-1.50); FILE MERGED 2005/02/01 09:02:27 os 1.49.446.1: #i40808# layout changed to support longer labels

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9064ccc369266bfcd40abaedf150954fb5cb06cc]

        INTEGRATION: CWS os52 (1.12.314); FILE MERGED 2005/01/28 14:30:14 os 1.12.314.1: #i41545# Tabellendokument ->  Calc

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [49a5365d1c044767feda7f917d3f4c6496cdf668]

        INTEGRATION: CWS os52 (1.3.314); FILE MERGED 2005/02/17 16:37:25 os 1.3.314.2: RESYNC: (1.3-1.6); FILE MERGED 2005/02/03 12:09:07 os 1.3.314.1: #i40137# support for deleted redlines added

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f5e74b0ef414255f61e603dab7076af27a3663c1]

        INTEGRATION: CWS os52 (1.2.656); FILE MERGED 2005/02/01 09:02:35 os 1.2.656.1: #i40808# layout changed to support longer labels

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [dfad9911a098af31a958bb3be0ced840ac41b1b7]

        INTEGRATION: CWS os52 (1.23.34); FILE MERGED 2005/02/17 15:13:48 os 1.23.34.2: RESYNC: (1.23-1.25); FILE MERGED 2005/02/02 07:46:15 os 1.23.34.1: #i41569# missing separator added

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1be7bcce2fda4c39c33e59f42eb4a7a00a6dfdf0]

        INTEGRATION: CWS os52 (1.25.258); FILE MERGED 2005/02/01 11:13:26 os 1.25.258.1: #i41387# outline dialog: store current numbering level at runtime

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c76698ef626fa18a0d3ad222af66819cfaefbc5f]

        INTEGRATION: CWS os52 (1.10.258); FILE MERGED 2005/02/01 11:13:27 os 1.10.258.1: #i41387# outline dialog: store current numbering level at runtime

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0b83e56613ca921a8f2d02b7da7176e6e7248356]

        INTEGRATION: CWS os52 (1.4.1068); FILE MERGED 2005/02/01 11:13:26 os 1.4.1068.1: #i41387# outline dialog: store current numbering level at runtime

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [97c6f05df44d23694aa9d42504fe93318cf5ac60]

        INTEGRATION: CWS os52 (1.3.242); FILE MERGED 2005/01/31 19:57:55 os 1.3.242.1: #i40869# send mail dialog appears earlier, now

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [aa44e475f8f951f5a068660da6817b396a8026ca]

        INTEGRATION: CWS os52 (1.2.242); FILE MERGED 2005/01/31 19:57:55 os 1.2.242.1: #i40869# send mail dialog appears earlier, now

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [bb7493ed9cfab98230522229fc414231feb79f05]

        INTEGRATION: CWS os52 (1.87.32); FILE MERGED 2005/02/17 15:08:45 os 1.87.32.2: RESYNC: (1.87-1.90); FILE MERGED 2005/02/17 10:38:58 os 1.87.32.1: #i42207# drag and drop of graphics and text files fixed

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [36a705851eed2435ea6d07cd9aef56c584b7c4a2]

        INTEGRATION: CWS os52 (1.3.242); FILE MERGED 2005/02/14 11:49:39 oj 1.3.242.1: #i42526# check for ranges in vector

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4223a083664335da8607adf25bcdb9c1fe53a3de]

        INTEGRATION: CWS os52 (1.3.190); FILE MERGED 2005/02/01 09:15:36 os 1.3.190.2: #i40869# don't dellete dialog before first document has been added 2005/01/31 19:57:54 os 1.3.190.1: #i40869# send mail dialog appears earlier, now

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f932bba10a6646b7e9f120bb7685845964d5f204]

        INTEGRATION: CWS os52 (1.5.34); FILE MERGED 2005/02/21 08:46:00 os 1.5.34.5: #i42528# use XStorable for saving single result file, too 2005/02/21 08:36:15 os 1.5.34.4: #i42528# use XStorable for saving result files, too 2005/02/16 14:48:24 os 1.5.34.3: #i42528# use ::storeToURL instead of SID_EXPORT to prevent UI actions (document properties dialog) 2005/02/01 09:15:35 os 1.5.34.2: #i40869# don't dellete dialog before first document has been added 2005/01/31 19:57:54 os 1.5.34.1: #i40869# send mail dialog appears earlier, now

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1594efa1000745537ece4d38a6b4292b1f4d4fff]

        INTEGRATION: CWS os52 (1.5.66); FILE MERGED 2005/02/21 07:28:39 os 1.5.66.2: #i42528# prevent document properties dialog on save 2005/02/21 07:21:06 os 1.5.66.1: #i42528# prevent document properties dialog on save

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d178d5e420ad79f920c7c1df4fd8ae027ad483d4]

        INTEGRATION: CWS os52 (1.2.242); FILE MERGED 2005/01/31 07:15:24 os 1.2.242.1: #118969# label type fixed

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6474e869cf4bd9c4766eae4aff99d76374793855]

        INTEGRATION: CWS os52 (1.2.242); FILE MERGED 2005/01/31 19:57:54 os 1.2.242.1: #i40869# send mail dialog appears earlier, now

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a9d020e3b6927a35f8f87c91896f57cd918796be]

        INTEGRATION: CWS os52 (1.2.242); FILE MERGED 2005/02/21 09:15:58 os 1.2.242.5: #i40869# call 'more' handler initially 2005/02/17 15:06:53 os 1.2.242.4: RESYNC: (1.2-1.3); FILE MERGED 2005/02/16 14:50:34 os 1.2.242.3: #i40869# endless loop on mail address error fixed 2005/02/01 09:15:05 os 1.2.242.2: #i40869# don't dellete dialog before first document has been added 2005/01/31 19:57:53 os 1.2.242.1: #i40869# send mail dialog appears earlier, now

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [81d11b7e1f90ead2511970b936b8faf9b49cd577]

        INTEGRATION: CWS os52 (1.2.242); FILE MERGED 2005/01/31 19:57:53 os 1.2.242.1: #i40869# send mail dialog appears earlier, now

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0b4bc807d8a1f930ac43d16938f1877376e911ff]

        INTEGRATION: CWS os52 (1.87.14); FILE MERGED 2005/02/17 15:06:33 os 1.87.14.3: RESYNC: (1.87-1.88); FILE MERGED 2005/02/16 14:48:24 os 1.87.14.2: #i42528# use ::storeToURL instead of SID_EXPORT to prevent UI actions (document properties dialog) 2005/02/01 14:58:26 os 1.87.14.1: #i36869# check cell value if it wasNull()

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [cabd2a9487f705ddecf4d61f7137e97f36f73bee]

        INTEGRATION: CWS os52 (1.4.190); FILE MERGED 2005/02/14 11:49:39 oj 1.4.190.1: #i42526# check for ranges in vector

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c6103378174800a65514874870d42ceb100704f1]

        INTEGRATION: CWS os52 (1.21.34); FILE MERGED 2005/02/01 09:46:44 os 1.21.34.1: #i41171# URL detection fixed

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [bdcdb2efd98a799bc45cb41ce21122666575debd]

        INTEGRATION: CWS os52 (1.61.108); FILE MERGED 2005/02/17 15:01:13 os 1.61.108.2: RESYNC: (1.61-1.62); FILE MERGED 2005/02/03 12:10:01 os 1.61.108.1: #i40137# support for deleted redlines added

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9e6fda259a498abd0c80fe2ad276e415360ea080]

        INTEGRATION: CWS os52 (1.29.144); FILE MERGED 2005/02/21 09:18:54 os 1.29.144.3: #i40869# merge error fixed (wrong Pop() removed) 2005/02/17 14:55:18 os 1.29.144.2: RESYNC: (1.29-1.30); FILE MERGED 2005/01/31 14:22:27 os 1.29.144.1: #i40869# push/pop cursor correctly in PastPages()

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [ebe780a1273d63a5d8c9c55e15fefa80e3c834e3]

        INTEGRATION: CWS os52 (1.14.110); FILE MERGED 2005/02/03 12:10:00 os 1.14.110.1: #i40137# support for deleted redlines added

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b84b5b2964d0d44a4d2e22660f186dadc5452a86]

        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  Kurt Zenker  <kz@openoffice.org>  [5f075b32ebaffe39d98ad40d7ad491b163c91ae5]

        INTEGRATION: CWS os52 (1.29.66); FILE MERGED 2005/02/17 14:53:52 os 1.29.66.2: RESYNC: (1.29-1.31); FILE MERGED 2005/02/07 08:12:28 os 1.29.66.1: #i41885# call SetModified() after SwDoc::InsertLabel()

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [47dabe91bfb39437f105000bd97c58b6290058f9]

        INTEGRATION: CWS os52 (1.42.244); FILE MERGED 2005/02/17 14:52:59 os 1.42.244.2: RESYNC: (1.42-1.43); FILE MERGED 2005/02/03 12:09:59 os 1.42.244.1: #i40137# support for deleted redlines added

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8ae988054a12b43250d030661a2fb6b297f8aee7]

        INTEGRATION: CWS os52 (1.22.228); FILE MERGED 2005/02/03 14:34:44 os 1.22.228.1: #i41635# remove focus rectangle after first selection

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [79c95b6660d151962d1e8d9b9b2df9a8c90b2107]

        INTEGRATION: CWS noprinter (1.25.482); FILE MERGED 2005/02/01 17:20:14 fme 1.25.482.2: RESYNC: (1.25-1.26); FILE MERGED 2005/02/01 13:55:17 fme 1.25.482.1: #i41075# Load printer on demand - Minimize printer construction

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f2202edb7f82e6aa6f44ae0f89f7d8e0c33e2126]

        INTEGRATION: CWS noprinter (1.19.114); FILE MERGED 2005/02/01 13:53:21 fme 1.19.114.1: #i41075# Load printer on demand

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [231f494533e9cbf864f157b3ff9ad337dfa29e24]

        INTEGRATION: CWS noprinter (1.35.48); FILE MERGED 2005/02/01 13:53:20 fme 1.35.48.1: #i41075# Load printer on demand

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5816a84b42e2f2a5474c62d3be7a2d77fa6b278d]

        INTEGRATION: CWS noprinter (1.49.106); FILE MERGED 2005/02/01 13:53:20 fme 1.49.106.1: #i41075# Load printer on demand

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [c8fa1c5ade77a968cb3d257afe23f59d4d9719ea]

        INTEGRATION: CWS noprinter (1.24.22); FILE MERGED 2005/02/01 13:53:19 fme 1.24.22.1: #i41075# Load printer on demand

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b18a495be57491ec06d78bb84bd5daf99953e8b4]

        INTEGRATION: CWS vq13 (1.4.6); FILE MERGED 2005/02/26 15:03:05 vq 1.4.6.1: #i43294# Fix W32-4nt build in scp2.

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [29d9e502e805e7cc360d87adc98a42e7876f3edc]

        INTEGRATION: CWS vq13 (1.3.6); FILE MERGED 2005/02/26 15:03:05 vq 1.3.6.1: #i43294# Fix W32-4nt build in scp2.

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [0a8476f609ac6d95efe69792c219cfdc8ad83dfd]

        INTEGRATION: CWS vq13 (1.18.2); FILE MERGED 2005/02/26 14:52:35 vq 1.18.2.1: #i43225# Fix W32-4nt python build.

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f2948a1a41993710992372bca5c11868edc64a42]

        INTEGRATION: CWS vq13 (1.11.2); FILE MERGED 2005/02/27 15:34:27 vq 1.11.2.1: #i43630# Fix the W32-4nt build.

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8b68f33e37c675974cf452c4571e87a8a07611fc]

        INTEGRATION: CWS scriptingf11 (1.2.24); FILE MERGED 2005/02/07 13:46:27 toconnor 1.2.24.1: #i24599# BeanShell should be built from source Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f8ff6dba268f27c02fc3c4f8366e8a593fa17c10]

        INTEGRATION: CWS scriptingf11 (1.1.24); FILE MERGED 2005/02/07 13:46:27 toconnor 1.1.24.1: #i24599# BeanShell should be built from source Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [30b1c41ac72939833342c6f231fb9afd580d9b1a]

        INTEGRATION: CWS scriptingf11 (1.1.2); FILE ADDED 2005/02/07 13:46:26 toconnor 1.1.2.1: #i24599# BeanShell should be built from source Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [00389669a99394a948c03f76d7c9be55a43e01f6]

        INTEGRATION: CWS scriptingf11 (1.1.2); FILE ADDED 2005/02/08 11:11:59 toconnor 1.1.2.2: #i24599# beanshell cannot be built with gcj due to Swing classes Issue number: Submitted by: Reviewed by: 2005/02/07 13:46:25 toconnor 1.1.2.1: #i24599# BeanShell should be built from source Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [82957cb900a5f29accb701b4c9e4f7f1be2e069a]

        INTEGRATION: CWS scriptingf11 (1.1.2); FILE ADDED 2005/02/07 13:46:25 toconnor 1.1.2.1: #i24599# BeanShell should be built from source Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [f415f3843a161f264f5e22d122c3a439d9f38630]

        INTEGRATION: CWS scriptingf11 (1.2.42); FILE MERGED 2005/02/07 13:53:28 toconnor 1.2.42.1: #i24599# Rhino jar file should be built from source Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [5be3cf384d27ce25a33151a77057c5c978093651]

        INTEGRATION: CWS scriptingf11 (1.3.2); FILE MERGED 2005/02/07 14:06:52 toconnor 1.3.2.2: #i24599# add patch again this time using cvs add -kb Issue number: Submitted by: Reviewed by: 2005/02/07 13:53:26 toconnor 1.3.2.1: #i24599# Rhino jar file should be built from source Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [04ec163a45fc940e4a3be80ad6d4c6f7469499f7]

        INTEGRATION: CWS scriptingf11 (1.2.8); FILE MERGED 2005/02/07 13:53:26 toconnor 1.2.8.1: #i24599# Rhino jar file should be built from source Issue number: Submitted by: Reviewed by:

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3d8390396fbd038beacda8571ec4167c775e9667]

        INTEGRATION: CWS scriptingf11 (1.5.2); FILE MERGED 2005/02/10 13:57:23 toconnor 1.5.2.1: #i41384# fix problem with object destruction that caused crash

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [e0c59e2068887f371e89dacc1d39032673d89c7e]

        INTEGRATION: CWS scriptingf11 (1.7.22); FILE MERGED 2005/02/18 17:13:53 toconnor 1.7.22.1: #i41597# return after invoking script using editor

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [8f4950bb806c9921ab3fe860dd7e78c56778cbc7]

        INTEGRATION: CWS scriptingf11 (1.11.2); FILE MERGED 2005/02/07 15:22:10 toconnor 1.11.2.1: #i41957# remove selector example as it is now part of the SDK

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [52133854e9f8a85b52400606ed326938d9d4760e]

        INTEGRATION: CWS pj21 (1.8.78); FILE MERGED 2005/02/24 22:27:22 pjanik 1.8.78.1: #i42673#: Do not add -ldl for NetBSD.

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4224558e0b4d09bc3813b06dd68fe22e4bceb1d5]

        INTEGRATION: CWS pj21 (1.1.184); FILE MERGED 2005/02/25 05:37:34 pjanik 1.1.184.1: #i43496#: Add missing dependency on xmloff.

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4509d10f7f39809abf0135b919f345f63fa4040f]

        INTEGRATION: CWS pj21 (1.31.2); FILE MERGED 2005/02/24 22:23:47 pjanik 1.31.2.1: #i43128#: Add missing dependency for FreeBSD specific target.
        
        Patch contributed by Maho Nakata (JCA).

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3d840f6f9559a6a90d8c22b72e99921506b8a39e]

        INTEGRATION: CWS sdkbugfix01 (1.11.4); FILE MERGED 2005/02/17 13:45:51 jsc 1.11.4.1: #i42926# quote paths which can contain spaces

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1f52a19150820f0435b44e4376c9769bd1c08a55]

        INTEGRATION: CWS sdkbugfix01 (1.5.6); FILE MERGED 2005/02/15 17:49:02 jsc 1.5.6.1: #i42061# wait for return (CarridgeReturn and LineFeed)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [594b5ff689c3222c1519eb3c6e500ca7f0c08579]

        INTEGRATION: CWS sdkbugfix01 (1.5.6); FILE MERGED 2005/02/15 17:24:14 jsc 1.5.6.1: #i42061# wait for return (CarridgeReturn and LineFeed)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6b847345520241c90d8c141a94bb803e547360ad]

        INTEGRATION: CWS sdkbugfix01 (1.4.6); FILE MERGED 2005/02/17 13:44:14 jsc 1.4.6.1: #i42926# remove non ascii character

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [385026e0acf2c467ff004f7110b8fe93ed820342]

        INTEGRATION: CWS sdkbugfix01 (1.5.6); FILE MERGED 2005/02/15 17:24:15 jsc 1.5.6.1: #i42061# wait for return (CarridgeReturn and LineFeed)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [6c2c8c67367a9aa8d3e465e509ae6f177b1df173]

        INTEGRATION: CWS sdkbugfix01 (1.6.6); FILE MERGED 2005/02/17 12:55:53 jsc 1.6.6.1: #i42941# correct typo

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [1e5cd4baaf876d4af74b0fa933db52129f960673]

        INTEGRATION: CWS sdkbugfix01 (1.2.6); FILE MERGED 2005/02/15 17:24:16 jsc 1.2.6.1: #i42061# wait for return (CarridgeReturn and LineFeed)

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [3d10f0ccb8772700fc00d20fa69fe1e4cf7b7714]

        INTEGRATION: CWS sdkbugfix01 (1.21.6); FILE MERGED 2005/02/17 15:40:07 jsc 1.21.6.1: #i42831# correct links

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [a57f89db319c1fb8882c80ccf438382dab77cf3a]

        INTEGRATION: CWS sdkbugfix01 (1.2.6); FILE MERGED 2005/02/17 13:46:52 jsc 1.2.6.1: #i42926# set GXX_INCLUDE_PATH for gcc, necessary for stl includes

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [58ec8d0157abb3082a71ce079dc5ca4471d34fe1]

        INTEGRATION: CWS sdkcodemaker (1.8.32); FILE MERGED 2005/02/09 09:55:25 jsc 1.8.32.1: #i32372# refactoring common used functions

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [546ca925e488d847017dec5667c9adb3bcf6b10a]

        INTEGRATION: CWS sdkcodemaker (1.26.2); FILE MERGED 2005/02/09 09:55:23 jsc 1.26.2.1: #i32372# refactoring common used functions

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [97abca4b5b5cf54e1f1915382509ac4bf535dfa0]

        INTEGRATION: CWS sdkcodemaker (1.1.2); FILE ADDED 2005/02/09 09:57:32 jsc 1.1.2.1: #i32372# new, refactoring common used functions

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [9c9c2271a40130e2f66faf3b93fc1d7f544198a1]

        INTEGRATION: CWS sdkcodemaker (1.1.2); FILE ADDED 2005/02/09 09:57:21 jsc 1.1.2.1: #i32372# new, refactoring common used functions

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [4dd0419c031c04709a6397f8d56c95d7a392f926]

        INTEGRATION: CWS sdkcodemaker (1.3.32); FILE MERGED 2005/02/09 09:50:31 jsc 1.3.32.1: #i32372# insert codemaker.cxx

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [384c10f61a838d49a6978aa3c6436cadca7e4a6c]

        INTEGRATION: CWS sdkcodemaker (1.1.2); FILE ADDED 2005/02/09 09:49:57 jsc 1.1.2.1: #32372# new, refactoring common used functions

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [50e104309dd15555e7bbde8ba4671da0ea55f707]

        INTEGRATION: CWS sdkcodemaker (1.8.2); FILE MERGED 2005/02/09 09:48:26 jsc 1.8.2.1: #i32372# add uno-skeletonmaker

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [d90531597e0a56e5efddf44bdb5b64683742798b]

        INTEGRATION: CWS sdkcodemaker (1.1.152); FILE MERGED 2005/02/09 09:48:26 jsc 1.1.152.1: #i32372# add uno-skeletonmaker

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b4233a7f0abfca32f3ee5c117e1e6a8c61555a7f]

        INTEGRATION: CWS epmopener (1.13.2); FILE MERGED 2005/02/23 16:16:52 is 1.13.2.1: #119961# epm for OOo

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [98c2773bf68daff01e4cb46b51eae5ce46e125eb]

        INTEGRATION: CWS sdkcodemaker (1.1.2); FILE ADDED 2005/02/09 09:46:08 jsc 1.1.2.1: #i32372# new

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [7401ea0813dd31e91b370d84340e0084fc10b89f]

        INTEGRATION: CWS sdkcodemaker (1.1.2); FILE ADDED 2005/02/09 09:46:33 jsc 1.1.2.1: #i32372# new

2005-03-01  Kurt Zenker  <kz@openoffice.org>  [b532e0ed1f53a6dec434c9f089e81abc0d83bdb9]

        INTEGRATION: CWS smoketest5 (1.12.2); FILE MERGED 2005/02/24 17:07:04 kz 1.12.2.1: #i36716# installation without admin permission on windows

2005-03-01  Vladimir Glazounov  <vg@openoffice.org>  [1240bf11dd244b737d0a5c28ae72bb2077c2cfeb]

        #100000# adding polish for MS native installer

2005-03-01  Rüdiger Timm  <rt@openoffice.org>  [f9edce266780577a69a1379f2a53bdb12ee30f49]

        #i41026# Set default value for GCCVER

2005-03-01  Rüdiger Timm  <rt@openoffice.org>  [9e31f3b9bc58af13e4c4f533d40ca1bff03d3a9a]

        #i10000# Avoid 'parse error' problem in older gcc versions.

2005-03-01  Rüdiger Timm  <rt@openoffice.org>  [d59b60f4fb12b40c2da27dc2cc495891a953f819]

        #i10000# Avoid endless loop

2005-02-28  Vladimir Glazounov  <vg@openoffice.org>  [33ea82c98c956f1dbf54270d371547ac2daed5bc]

        new version for SRC680

2005-02-28  Vladimir Glazounov  <vg@openoffice.org>  [83c6552ad8be46133075a3b8e3af1e724620cbd7]

        new version for SRC680

2005-02-28  Vladimir Glazounov  <vg@openoffice.org>  [d38bcdb4bb1cb674f63f410624352599afd1b5ec]

        new version for SRC680

2005-02-28  Vladimir Glazounov  <vg@openoffice.org>  [28951b3c829c48cea28a0498b2987a9be6604257]

        new version for SRC680

2005-02-28  Rüdiger Timm  <rt@openoffice.org>  [c998b195437508808410dab42a123d46c070d13b]

        #i10000# If USE_PACKAGER is set we surely want to pack (hack necessary because in HH environment EPM is not set).

2005-02-28  Rüdiger Timm  <rt@openoffice.org>  [a03225f0861a15fa278240106a85e1f53cdc6968]

        #i10000# pClonedMasterPage changed into pMasterPageInDocument

2005-02-28  Vladimir Glazounov  <vg@openoffice.org>  [4d5b3d26af5bc7f24c05e132424dddf16d8dd4c7]

        new version for SRC680

2005-02-26  Vladimir Glazounov  <vg@openoffice.org>  [3dc3403bb6a89308db36610716292f1df8a473bd]

        new version for SRC680

2005-02-26  Vladimir Glazounov  <vg@openoffice.org>  [db5e0509313009c267eca4b132101551b4e14586]

        new version for SRC680

2005-02-26  Vladimir Glazounov  <vg@openoffice.org>  [b13f49b3b3a36dd0de980683f2cf8ad45bd548b9]

        new version for SRC680

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [a65f1934980c5793f2778668e540cf572f20e50b]

        new version for SRC680

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [7e077712800c7cccd96bb16764991b4a0ab5025f]

        new version for SRC680

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [644649bf0847de262627dcbdb39905ed0125c51a]

        INTEGRATION: CWS pbfinal01 (1.208.14); FILE MERGED 2005/02/16 13:58:11 pb 1.208.14.1: fix: #i39798# MoreButton with image

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [9c23f24d5ee4d29f70a47ef9670670d6c40727e6]

        INTEGRATION: CWS pbfinal01 (1.35.204); FILE MERGED 2005/02/16 13:57:28 pb 1.35.204.1: fix: #i39798# MoreButton with image

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [bc19425c1371dd49953056fc59321272ef899617]

        INTEGRATION: CWS pbfinal01 (1.4.52); FILE MERGED 2005/02/16 13:57:48 pb 1.4.52.1: fix: #i39798# MoreButton with image

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [f4e2070c8fe3d76d870c3f46db7414d47ae1bc58]

        INTEGRATION: CWS pbfinal01 (1.35.18); FILE MERGED 2005/02/16 13:57:48 pb 1.35.18.1: fix: #i39798# MoreButton with image

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [8d42d54c11c9c18ff4a1b5609cb83a11f26d733d]

        INTEGRATION: CWS pbfinal01 (1.53.38); FILE MERGED 2005/02/07 10:40:05 pb 1.53.38.1: fix: #i26728# prevent index overflow

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [91a93b42b25e4f91be7539718df105cf8495f5d3]

        INTEGRATION: CWS pbfinal01 (1.38.38); FILE MERGED 2005/02/07 10:41:43 pb 1.38.38.1: fix: #i26728# prevent problems of asynchronous d&d

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [b2958eaa64c4f0e46c19eab546dfdc23888bef1d]

        INTEGRATION: CWS pbfinal01 (1.88.12); FILE MERGED 2005/02/07 11:02:28 pb 1.88.12.1: fix: #i41596# STR_HELP_MENU_TEXT_COPY added

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [3fe550a4c39a189fbce98b5acd573e6318170ea5]

        INTEGRATION: CWS pbfinal01 (1.106.12); FILE MERGED 2005/02/07 11:03:41 pb 1.106.12.1: fix: #i41596# menu item 'Copy' with own string resource

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [7668c882d3e28106f612d0b47978a3eece57d613]

        INTEGRATION: CWS pbfinal01 (1.53.38); FILE MERGED 2005/02/01 13:58:52 pb 1.53.38.1: fix: #118597# remove 'Beta Forum' hack

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [dc1fd541c59c00d66213b457d8c61cf1502ecdf2]

        INTEGRATION: CWS pbfinal01 (1.32.210); FILE MERGED 2005/02/07 11:02:04 pb 1.32.210.1: fix: #i41596# STR_HELP_MENU_TEXT_COPY added

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [dc1b81c40b21c48c93573c6c3ac33ac5b5190087]

        INTEGRATION: CWS pbfinal01 (1.8.820); FILE MERGED 2005/02/07 10:38:27 pb 1.8.820.1: fix: #i26728# DragFinished() added

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [9ec020fcb34299338602ed057fec92d55887afda]

        INTEGRATION: CWS pbfinal01 (1.67.472); FILE MERGED 2005/02/16 14:14:35 pb 1.67.472.2: fix: #i39798# the order of the controls changed 2005/02/11 09:45:40 pb 1.67.472.1: fix: #i39798# new dialog layout

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [cff445cfd1355abff944d70eb0f1fa1d151b0436]

        INTEGRATION: CWS pbfinal01 (1.5.1276); FILE MERGED 2005/02/16 14:14:33 pb 1.5.1276.2: fix: #i39798# the order of the controls changed 2005/02/11 09:45:38 pb 1.5.1276.1: fix: #i39798# new dialog layout

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [c7c85ab76a60be56ebc51657aa30fa84eb2ddf84]

        INTEGRATION: CWS pbfinal01 (1.30.26); FILE MERGED 2005/02/16 14:14:34 pb 1.30.26.2: fix: #i39798# the order of the controls changed 2005/02/11 09:45:39 pb 1.30.26.1: fix: #i39798# new dialog layout

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [3323c16243300f02b1cf292de31c979ceef428ee]

        INTEGRATION: CWS pbfinal01 (1.11.26); FILE MERGED 2005/02/16 14:10:25 pb 1.11.26.2: fix: #i39798# the order of the controls changed 2005/02/11 09:45:25 pb 1.11.26.1: fix: #i39798# new dialog layout

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [cc9378e75cfbc3720b686b2dea58ccaeac95a65f]

        INTEGRATION: CWS pbfinal01 (1.45.262); FILE MERGED 2005/02/16 06:25:23 pb 1.45.262.1: fix: #i42821# 'Grafik' -> 'Bild'

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [c7d777753c6418f5fab8913a599038df44ddd38f]

        INTEGRATION: CWS pbfinal01 (1.13.136); FILE MERGED 2005/02/16 06:35:59 pb 1.13.136.1: fix: #i42139# obsolete file type descriptions removed

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [51bfb654e6c23595d432045d6b930fe1d9553d1f]

        INTEGRATION: CWS pbfinal01 (1.61.26); FILE MERGED 2005/02/16 06:24:32 pb 1.61.26.1: fix: #i42821# 'Grafik' -> 'Bild'

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [ff76d2f208a25c42f51ff16ea3a1b0237636dfbd]

        INTEGRATION: CWS pbfinal01 (1.69.6); FILE MERGED 2005/02/07 11:42:42 pb 1.69.6.1: fix: #i41797# AutoCaption: OLE objects in uppercase

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [fda35e9be24d47321e9a9afbd5fab51a1a9f92e8]

        INTEGRATION: CWS pbfinal01 (1.38.136); FILE MERGED 2005/02/16 06:21:25 pb 1.38.136.1: fix: #i42196# 'Graphic' -> 'Picture'

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [5617bf6bcf969a7b9562dc9cfea6dbb3fa49960f]

        INTEGRATION: CWS pbfinal01 (1.111.96); FILE MERGED 2005/02/16 06:23:26 pb 1.111.96.1: fix: #i42139# obsolete file type descriptions removed

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [336937c5a5aacd35ce56d7b13dd73551eaba89bd]

        INTEGRATION: CWS pbfinal01 (1.3.8); FILE MERGED 2005/02/07 11:39:49 pb 1.3.8.1: fix: #i41797# 'chart' -> 'Chart'

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [46b0dfef0bab204b09a27ad0b0b70436907a4a6a]

        INTEGRATION: CWS pbfinal01 (1.60.106); FILE MERGED 2005/02/23 09:10:53 pb 1.60.106.1: fix: #i27264# don't use  for old (SO 5.2 and older) extensions

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [7e6c8f7e02c4e2800bce2e4a3834b4ad6244dc4c]

        INTEGRATION: CWS pbfinal01 (1.34.112); FILE MERGED 2005/02/23 09:10:53 pb 1.34.112.1: fix: #i27264# don't use  for old (SO 5.2 and older) extensions

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [a17342964cbcb41f49d04c44278db849ebdedcfc]

        INTEGRATION: CWS pbfinal01 (1.48.246); FILE MERGED 2005/02/23 08:38:20 pb 1.48.246.1: fix: #i43321# typo removed

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [a086ad052dd364fa6aba48dc70ecc32c4e214b77]

        INTEGRATION: CWS pbfinal01 (1.18.8); FILE MERGED 2005/02/10 12:19:51 pb 1.18.8.2: RESYNC: (1.18-1.20); FILE MERGED 2005/02/01 13:58:03 pb 1.18.8.1: fix: #118597# remove 'Beta Forum' hack

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [15054338be93c6f0184e57b16dacfd211be678bf]

        SRC680

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [280e5b57d118cdb0b34ac57e135a094e4066b5e5]

        INTEGRATION: CWS i18n16 (1.7.202); FILE MERGED 2005/02/04 19:26:08 khong 1.7.202.3: RESYNC: (1.8-1.9); FILE MERGED 2005/01/24 22:04:46 khong 1.7.202.2: RESYNC: (1.7-1.8); FILE MERGED 2004/12/16 17:17:20 khong 1.7.202.1: #i37106# move marcos for icu version definition from scp2 to icu project

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [44990d7ed5a5eb7b7bf0fb7a11079181eb1c1491]

        INTEGRATION: CWS i18n16 (1.13.32); FILE MERGED 2005/02/04 19:25:14 khong 1.13.32.3: #i37106# Merge with m77 2005/01/24 22:15:21 khong 1.13.32.2: RESYNC: (1.13-1.18); FILE MERGED 2004/12/16 17:17:40 khong 1.13.32.1: #i37106# move marcos for icu version definition from scp2 to icu project

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [f6d88aa61b2f0af5d4ab6d86ef6cd601bb0a9077]

        INTEGRATION: CWS i18n16 (1.6.4); FILE MERGED 2005/01/29 00:25:06 khong 1.6.4.1: #116080# Skip single character when doing word2word conversion

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [667e92a722e51c7b7fd1e52722aecc24efe85818]

        INTEGRATION: CWS i18n16 (1.6.22); FILE MERGED 2004/12/13 23:32:26 khong 1.6.22.1: #i37325# Correct Latin index  character for non-Latin locale and get default algorithm when the algorithm is not provided

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [8d8adfad9448dd22846257f8d839f8517febd283]

        INTEGRATION: CWS i18n16 (1.15.18); FILE MERGED 2004/12/13 23:32:25 khong 1.15.18.1: #i37325# Correct Latin index  character for non-Latin locale and get default algorithm when the algorithm is not provided

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [7c534b48afb38684679a54911e77cd877a4a61d9]

        INTEGRATION: CWS i18n16 (1.5.34); FILE MERGED 2005/01/12 01:12:40 khong 1.5.34.1: #i35285# remove uprv_malloc, use udata_open for loading icu rule breakiterator

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [9b870055ecd043d1d4fadeacd351f8739e1979a0]

        INTEGRATION: CWS i18n16 (1.16.22); FILE MERGED 2005/02/04 19:05:45 khong 1.16.22.3: #i41671# use ICU rules for Thai breakiterator 2005/01/24 21:56:34 khong 1.16.22.2: #i35285# merge cws i18n16 with top version 1.17 2005/01/12 01:12:41 khong 1.16.22.1: #i35285# remove uprv_malloc, use udata_open for loading icu rule breakiterator

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [29b9e86f5dac388d7aaced24d3826ac9331b03e3]

        INTEGRATION: CWS i18n16 (1.5.22); FILE MERGED 2005/02/04 19:05:45 khong 1.5.22.1: #i41671# use ICU rules for Thai breakiterator

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [dece920fd56db83898de852ee7bd1d8cf231a06d]

        INTEGRATION: CWS i18n16 (1.4.22); FILE MERGED 2005/02/04 19:06:06 khong 1.4.22.1: #i41671# use ICU rules for Thai breakiterator

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [26f31361112e5777974071b7c997965690c6d736]

        INTEGRATION: CWS i18n16 (1.4.18); FILE MERGED 2005/01/12 01:04:29 khong 1.4.18.2: #i35285# deliver gencnm to generate ICU data entries for breakiterator rules, and remove unneeded private header files 2004/12/14 19:57:01 khong 1.4.18.1: #i37106# move marcos for icu version definition from scp2 to icu project

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [baeae9dc79c63ac41c1634ae43844ad5c7caa743]

        INTEGRATION: CWS i18n16 (1.21.4); FILE MERGED 2005/01/25 18:27:19 khong 1.21.4.1: #i35285# deliver gencmn for generate breakiterator rule binary

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [7e489350c2ebb7ac4ac35eab39bcc83bb5349c6d]

        INTEGRATION: CWS i18n16 (1.1.2); FILE ADDED 2004/12/14 19:56:36 khong 1.1.2.1: #i37106# move marcos for icu version definition from scp2 to icu project

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [08d713e6a129de00bb5025572507a236d20fd31e]

        INTEGRATION: CWS kendy02 (1.17.4); FILE MERGED 2005/02/21 18:16:34 kendy 1.17.4.1: Issue number: #i42265# Do not try to use EPM when it is disabled.

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [3cde4fe2c22541906082dea956e9fa5a90a90e84]

        INTEGRATION: CWS kendy02 (1.3.80); FILE MERGED 2005/02/21 18:19:03 kendy 1.3.80.1: Issue number: #i43275# Deliver all images*.zip

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [0d396652443bd40d0e3450d11a223e59823abfeb]

        INTEGRATION: CWS kendy02 (1.89.10); FILE MERGED 2005/02/21 17:47:08 kendy 1.89.10.2: RESYNC: (1.89-1.94); FILE MERGED 2005/02/14 18:13:05 kendy 1.89.10.1: Issue number: #i42409# Submitted by: mmeeks Reviewed by:  kendy Fix the GPC warning.

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [4ba48e20eda4722b6583ac5ac813de8bcbecba68]

        INTEGRATION: CWS kendy02 (1.71.10); FILE MERGED 2005/02/21 17:46:50 kendy 1.71.10.2: RESYNC: (1.71-1.75); FILE MERGED 2005/02/14 18:13:03 kendy 1.71.10.1: Issue number: #i42409# Submitted by: mmeeks Reviewed by:  kendy Fix the GPC warning.

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [eca467eb4804423e0c8428cb5197d9a6224bf997]

        INTEGRATION: CWS kendy02 (1.10.30); FILE MERGED 2005/02/14 17:49:04 kendy 1.10.30.1: Issue number: #i42760# Submitted by: kendy Reviewed by: kendy Crystal iconset does not use Industrial as a fallback; fixed.

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [d5f456915115d43394b53f8821cf8a39e7f40f26]

        INTEGRATION: CWS mav16 (1.149.20); FILE MERGED 2005/02/16 10:28:16 mav 1.149.20.8: #i42266# after SaveCompleted the object should not be modified 2005/02/15 14:12:11 mav 1.149.20.7: RESYNC: (1.151-1.153); FILE MERGED 2005/02/14 14:04:08 mav 1.149.20.6: #i42266# do not set modified flag during SaveCompleted call 2005/02/11 11:04:11 mav 1.149.20.5: #i42428# compare URLs in more correct way 2005/02/10 14:09:56 mav 1.149.20.4: #i41809# treat documents without manifest.xml as broken documents 2005/02/09 08:57:22 mav 1.149.20.3: #i38631#,#i42209# macro execution mode related issues 2005/02/07 17:39:22 mav 1.149.20.2: RESYNC: (1.149-1.151); FILE MERGED 2005/01/26 12:23:33 mav 1.149.20.1: #i41291# store basic libraries for embedded objects as well

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [c175c2be4ee90e78cd746ac2bdc43a5fad76099c]

        INTEGRATION: CWS mav16 (1.158.20); FILE MERGED 2005/02/14 14:04:08 mav 1.158.20.5: #i42266# do not set modified flag during SaveCompleted call 2005/02/11 11:04:11 mav 1.158.20.4: #i42428# compare URLs in more correct way 2005/02/07 17:38:45 mav 1.158.20.3: RESYNC: (1.158-1.159); FILE MERGED 2005/02/04 11:46:54 mav 1.158.20.2: #i41802# handle the case of nonhierarchical protocol 2005/01/26 14:33:05 mav 1.158.20.1: #i41348# exception means no real error here

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [321d4b37344cee81e5b066187c4f9e3870bffdcd]

        INTEGRATION: CWS mav16 (1.9.6); FILE MERGED 2005/02/04 09:48:05 mav 1.9.6.2: #i40602# new oasis templates mediatypes 2005/01/25 14:57:52 mav 1.9.6.1: #i40602# register for templates

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [c66cb58b5dc2509098b70e816572298b1400ac7d]

        INTEGRATION: CWS mav16 (1.8.132); FILE MERGED 2005/01/25 14:58:18 mav 1.8.132.1: #i40602# handle templates correctly

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [241ee82b8fb38f180fe353eaabccd435a8d371fd]

        INTEGRATION: CWS mav16 (1.96.6); FILE MERGED 2005/02/10 14:11:05 mav 1.96.6.1: #i41809# fallback to detect mediatype of a package with no manifest.xml

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [a38dcc18fb766ff02a190c9c8f23b3ea93aac277]

        INTEGRATION: CWS mav16 (1.7.18); FILE MERGED 2005/02/10 14:11:05 mav 1.7.18.1: #i41809# fallback to detect mediatype of a package with no manifest.xml

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [9496b744b3cc6ba434614a334969d98380437032]

        INTEGRATION: CWS mav16 (1.16.18); FILE MERGED 2005/02/10 14:11:04 mav 1.16.18.1: #i41809# fallback to detect mediatype of a package with no manifest.xml

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [2b0c932db36f940ff937dbb097a9a84bf70a2b7f]

        INTEGRATION: CWS mav16 (1.36.34); FILE MERGED 2005/02/10 14:11:04 mav 1.36.34.1: #i41809# fallback to detect mediatype of a package with no manifest.xml

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [47339632bbca5b435492c37b565ab3e5856faa14]

        INTEGRATION: CWS mav16 (1.104.8); FILE MERGED 2005/02/09 08:57:23 mav 1.104.8.1: #i38631#,#i42209# macro execution mode related issues

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [33b705a9b88b2a88d5fa6463e0f9c30e42321e0e]

        INTEGRATION: CWS mav16 (1.5.16); FILE MERGED 2005/02/09 12:37:05 mav 1.5.16.1: #i41990# no possibility to activate object during activation

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [05be33c9b2e792cb267c463cdadec9ec95cc7518]

        INTEGRATION: CWS mav16 (1.81.16); FILE MERGED 2005/02/15 14:12:21 mav 1.81.16.2: RESYNC: (1.81-1.82); FILE MERGED 2005/02/10 14:09:57 mav 1.81.16.1: #i41809# treat documents without manifest.xml as broken documents

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [05e1b136a61addfdb6a9ab907f48d8a1608a2aad]

        INTEGRATION: CWS mav16 (1.77.20); FILE MERGED 2005/02/07 17:39:14 mav 1.77.20.2: RESYNC: (1.77-1.79); FILE MERGED 2005/01/25 15:31:38 mav 1.77.20.1: #i40158# SaveTo should be used for plugin mode

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [62bd7888e92eac5ae8ed9f838fb4f9cbfa1ce397]

        INTEGRATION: CWS mav16 (1.57.16); FILE MERGED 2005/02/09 08:57:21 mav 1.57.16.1: #i38631#,#i42209# macro execution mode related issues

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [737a8a08333a9163eb919f63cb693926649ed958]

        INTEGRATION: CWS mav16 (1.108.8); FILE MERGED 2005/02/09 08:57:20 mav 1.108.8.1: #i38631#,#i42209# macro execution mode related issues

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [35423e467ddfe9292047bf03ab9b739c1720efd8]

        INTEGRATION: CWS mav16 (1.56.174); FILE MERGED 2005/02/07 17:29:09 mav 1.56.174.2: RESYNC: (1.56-1.58); FILE MERGED 2005/02/03 12:59:27 mav 1.56.174.1: #119210# allow to provide the size for applets, plugins and floating frames

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [e320a4bd5ba5c3381b957e0bfecf6c9c2c24a600]

        INTEGRATION: CWS mav16 (1.8.56); FILE MERGED 2005/02/09 12:39:09 mav 1.8.56.1: #i41990# no possibility to activate object during activation

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [3a36f8b2cb1ceeccce05e70e947c31daaa413676]

        INTEGRATION: CWS mav16 (1.4.58); FILE MERGED 2005/02/09 12:47:01 mav 1.4.58.1: #i41809# allow fallback during mediatype detection

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [3f476a65e71cf3d3af38330627a3b66777cb1b4f]

        INTEGRATION: CWS mav16 (1.1.2); FILE ADDED 2005/02/09 12:39:26 mav 1.1.2.1: #i41990# no possibility to activate object during activation

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [3a198a87454ef3372979b91ee2fa19b9214faf39]

        INTEGRATION: CWS mav16 (1.37.44.2.2); FILE MERGED 2005/02/01 11:57:37 mav 1.37.44.2.2.1: #119208# set the size to applets, plugins and iframes on loading

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [0db099c08a84f62daf1baed49b6c4521116344ae]

        INTEGRATION: CWS mav16 (1.95.120); FILE MERGED 2005/02/07 15:12:33 mav 1.95.120.2: RESYNC: (1.95-1.96); FILE MERGED 2005/02/03 14:03:29 mav 1.95.120.1: #i41348# the container should not die to early

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [4e1fb4895192fc4458d089b288dab0a68447c387]

        INTEGRATION: CWS mav16 (1.7.92); FILE MERGED 2005/02/11 15:09:20 mav 1.7.92.1: #i42264# do not use dead configuration entry

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [af71dc69c36e0db907bf58e3c7ceca327e3c3341]

        INTEGRATION: CWS mav16 (1.95.34); FILE MERGED 2005/02/15 14:08:13 mav 1.95.34.3: RESYNC: (1.99-1.100); FILE MERGED 2005/02/07 14:54:49 mav 1.95.34.2: RESYNC: (1.95-1.99); FILE MERGED 2005/02/03 13:02:07 mav 1.95.34.1: #119210# allow to provide the size for applets, plugins and floating frames

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [6162de8b4a085a53091f58c4e305a75c93a1676a]

        INTEGRATION: CWS mav16 (1.15.2); FILE MERGED 2005/02/09 12:37:46 mav 1.15.2.1: #i41990# no possibility to activate object during activation

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [6b27a4f42896d0ca11468dc768756b6175f4381c]

        INTEGRATION: CWS mav16 (1.9.2); FILE MERGED 2005/02/09 12:37:45 mav 1.9.2.1: #i41990# no possibility to activate object during activation

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [331e522d9bcc84016f33cf85396183aa904c8e46]

        INTEGRATION: CWS mav16 (1.1.2); FILE ADDED 2005/02/09 12:38:18 mav 1.1.2.1: #i41990# no possibility to activate object during activation

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [c16df502950cdf068fc30222aee2e88846edce51]

        INTEGRATION: CWS mav16 (1.13.2); FILE MERGED 2005/02/09 12:37:45 mav 1.13.2.1: #i41990# no possibility to activate object during activation

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [4b27a4233bbc7bbbd365e67e3f86c956b809cae4]

        INTEGRATION: CWS mav16 (1.12.2); FILE MERGED 2005/02/09 12:37:45 mav 1.12.2.1: #i41990# no possibility to activate object during activation

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [0952063713e31e9be7ce3dadd871ae2a4fe7c98b]

        INTEGRATION: CWS mav16 (1.13.2); FILE MERGED 2005/02/09 12:37:44 mav 1.13.2.1: #i41990# no possibility to activate object during activation

2005-02-25  Vladimir Glazounov  <vg@openoffice.org>  [c46a382744a0e46ee449ef68944f1f73ca408612]

        INTEGRATION: CWS mav16 (1.9.14); FILE MERGED 2005/02/15 08:56:58 mav 1.9.14.2: #i41990# the last notification is done when the state is already changed 2005/02/09 12:37:44 mav 1.9.14.1: #i41990# no possibility to activate object during activation

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [9b10dcec03735cfa41daf364d0e642c6cf428afd]

        INTEGRATION: CWS qadev21 (1.4.106); FILE MERGED 2005/02/07 13:47:21 cn 1.4.106.1: #i31724# corretions in logging

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [3705014accbfd3f5d0ba9d17a2c4cc3c4dc41eb1]

        INTEGRATION: CWS qadev21 (1.6.14); FILE MERGED 2005/02/07 13:47:21 cn 1.6.14.1: #i31724# corretions in logging

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [e02e3233b2748fb283f70d152b3ac5baeec5d14d]

        INTEGRATION: CWS qadev21 (1.5.14); FILE MERGED 2005/02/07 13:47:21 cn 1.5.14.1: #i31724# corretions in logging

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [034aa39422ffab0629e2d6077822f624fbac5ad8]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/02/01 15:14:32 cn 1.3.106.1: #i41818# uses 'com.sun.star.comp.office.FrameLoader' as test object

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5af47ea0c6f6c13ff68dd8d9a8c82719eceadc4d]

        INTEGRATION: CWS qadev21 (1.9.14); FILE MERGED 2005/01/31 11:34:36 cn 1.9.14.1: #i38676# add object relation 'XCELLSERIES_FILLAUTO'

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [df9c4701399457f4202a9b6eafa4ab396ce6c5ad]

        INTEGRATION: CWS qadev21 (1.8.90); FILE MERGED 2005/02/07 14:00:44 cn 1.8.90.1: #i31724# corretions in logging

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [fdbacccf80aa18dcf7df31b4d22726e71795cf71]

        INTEGRATION: CWS qadev21 (1.7.14); FILE MERGED 2005/02/07 14:00:44 cn 1.7.14.1: #i31724# corretions in logging

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b9017bbc6d4d8588af7fd179d6709091dc2962e0]

        INTEGRATION: CWS qadev21 (1.7.64); FILE MERGED 2005/02/07 16:09:30 cn 1.7.64.1: #i31724# short wait added after dialog thread is started

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d00c556e7680a62a2b96ef9c2acd70c718a20362]

        INTEGRATION: CWS qadev21 (1.6.64); FILE MERGED 2005/02/07 16:09:29 cn 1.6.64.1: #i31724# short wait added after dialog thread is started

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [3bcaf6c0ebb4e34f9da94bffb477158edf8e7483]

        INTEGRATION: CWS qadev21 (1.7.14); FILE MERGED 2005/02/07 16:09:29 cn 1.7.14.1: #i31724# short wait added after dialog thread is started

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [6bfa1d92d61875cbbb5c2adfb54f34a2a0190a9e]

        INTEGRATION: CWS qadev21 (1.4.14); FILE MERGED 2005/02/07 15:31:11 cn 1.4.14.1: #i36467# logner time out while opening dialog

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [372c57c0ba1c2a6455bcfc5933834aa9e0ba331f]

        INTEGRATION: CWS qadev21 (1.4.14); FILE MERGED 2005/01/14 10:59:11 cn 1.4.14.1: #i40641# copy delete.cfg into local temp folder

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [76557665cc2c48dc82a2a7da0f90e3b82699da54]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:34:39 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8b339fae045b90a1853c866f945c1907b34dd77f]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:32:36 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [9142d482dae4ad69ea46897efc7cef96fc2a202c]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:35:31 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [75b22880db92d6050483c2627c15be160fe334b1]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:34:54 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b77e5e2c5be20a7d37c46b7f6906800fbebe3774]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:33:43 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5dfb4800c162f4ecaae62fdf0940eb391bfbd651]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:35:48 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [e6b03b87ddbc6636a660890540d35554c166180c]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:36:04 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c4ad7b4bf0e796097804f5b2c0ee9696d49f67e7]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:33:58 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [602d23d2958b5056ba592b3c362cdf29c788e725]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:34:23 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b56abcbf2451a320bc560c50f44f70bfd602f217]

        INTEGRATION: CWS qadev21 (1.5.96); FILE MERGED 2005/01/13 11:28:04 cn 1.5.96.1: #i40562# closing data source while cleanup() is called

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [953960082977d43de40a96db751e039532567bc2]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:35:08 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d8c2cb3e6d5ce19bf055916314f68582ac875b1d]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:33:20 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [aa4e004543842e69d2757fd2fa45a46864a51017]

        INTEGRATION: CWS qadev21 (1.3.106); FILE MERGED 2005/01/19 17:32:52 cn 1.3.106.1: #i40688# redesign of test: uses GenericModelTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [27e1a50c891b4cb215a300cdf1c37edf26afd985]

        INTEGRATION: CWS qadev21 (1.1.2); FILE ADDED 2005/02/07 15:23:29 cn 1.1.2.4: #i41039# fix some logging stuff 2005/01/28 11:31:03 cn 1.1.2.3: #i40688# bugfix while copying TestDB on Windows 2005/01/26 15:28:50 cn 1.1.2.2: #i40688# copying of testDB.dbf into Office temp dir 2005/01/19 17:25:29 cn 1.1.2.1: #i40688# initial version: generic model test

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [1f68497352d9e356e2db8f0185505f1898634608]

        INTEGRATION: CWS qadev21 (1.6.4); FILE MERGED 2005/02/08 08:02:52 cn 1.6.4.2: #i42069# enhance test with invalid object relations for XInitialization test 2005/02/04 15:35:59 cn 1.6.4.1: #i42069# fixed problem in getting correct frame

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [1863b04d30143fde38308eb94c981d1028bc26a7]

        INTEGRATION: CWS qadev21 (1.4.14); FILE MERGED 2005/02/02 14:43:04 cn 1.4.14.1: #i41906# replace System.out.Println with log.println

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [525562e4bb8b43fc7bad2247e4a79f6098412d8a]

        INTEGRATION: CWS qadev21 (1.2.106); FILE MERGED 2005/01/31 15:44:23 cn 1.2.106.1: #i38284# bugfix

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0cd26bae3d6bd26aa41c617895db6c06373d4869]

        INTEGRATION: CWS qadev21 (1.2.106); FILE MERGED 2005/01/31 11:36:02 cn 1.2.106.1: #i38676# add object relation 'XCELLSERIENS_FILLAUTO' and optional parameter 'force_fillatuo'

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [907e5d81d8b9ffab74e5b8a138d101e8d17013a4]

        INTEGRATION: CWS qadev21 (1.2.106); FILE MERGED 2005/02/08 08:03:33 cn 1.2.106.1: #i42069# enhance test with invalid object relations for XInitialization test

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [f186bbb74fa9ec91f36785e3e0db95f7b9a8b429]

        INTEGRATION: CWS qadev21 (1.3.12); FILE MERGED 2005/01/13 12:51:44 cn 1.3.12.1: #i40576# bugfix in quater handling: If it is the 1st quater the tests checks now for the 1st quater and not for the 4th

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [7000813fd2accf69f6198ff1ebf1683e1eccb8df]

        INTEGRATION: CWS qadev21 (1.2.8); FILE MERGED 2005/01/20 09:17:21 sw 1.2.8.1: #i38247#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8ee9f40348d380997e913d9f29710bce9164bd07]

        INTEGRATION: CWS qadev21 (1.2.14); FILE MERGED 2005/02/21 14:30:19 lla 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/06 09:20:20 lla 1.2.14.1: #i31243# debug output

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [11efe49f23298934437024ba56fb89c854486d5c]

        INTEGRATION: CWS qadev21 (1.8.4); FILE MERGED 2005/01/11 16:39:07 cn 1.8.4.1: bugfix in getFullURL()

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [dbd19fe5b28f7696035591d78f0d045be5181fe6]

        INTEGRATION: CWS qadev21 (1.4.4); FILE MERGED 2005/02/18 09:07:51 sw 1.4.4.1: #i43006#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d0fa165b3e77b8f573b3ad075e1e57e6413ce21a]

        INTEGRATION: CWS qadev21 (1.4.8); FILE MERGED 2005/01/20 15:35:32 cn 1.4.8.2: #i41039# dirToURL could not handle network path like \server\path 2005/01/11 11:21:09 lla 1.4.8.1: #i31243# enum doesn't work in java5

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [3b8d895ac1eecb07123941205611df89cfd946c6]

        INTEGRATION: CWS qadev21 (1.8.14); FILE MERGED 2005/02/15 10:45:24 cn 1.8.14.2: #i42822# debug version of printAccessibleTree continues only if debug=true 2005/02/15 10:44:50 cn 1.8.14.1: #i42822# debug version of printAccessibleTree continues only if debug=true

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d77a8e5c141f96110f70b3744c7db10f2a809c49]

        INTEGRATION: CWS qadev21 (1.2.14); FILE MERGED 2005/02/18 12:56:42 sw 1.2.14.1: i42888

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c823e4b0e3dc6bff56dcc8c46d43dedb606435d7]

        INTEGRATION: CWS qadev21 (1.6.4); FILE MERGED 2005/02/21 14:26:44 lla 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/01/11 13:07:44 lla 1.6.4.1: #i31243# fix a hungup

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [3fc694240481de17b30d3d2cedbcc0d8df76c9cd]

        INTEGRATION: CWS qadev21 (1.3.4); FILE MERGED 2005/01/06 09:16:05 lla 1.3.4.1: #i31243# handle help in IMPORT/EXPORT filter

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c763806004636b6fa19eb977918395946faad49e]

        INTEGRATION: CWS qadev21 (1.3.4); FILE MERGED 2005/01/06 09:19:47 lla 1.3.4.1: #i31243# add better debug output

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d0d6f5e1bff954580298dcc938956fa64a7ee44b]

        INTEGRATION: CWS qadev21 (1.2.14); FILE MERGED 2005/01/24 14:29:33 lla 1.2.14.1: #i31243#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [7041e139e69bca8444c468ba365025d199bb1b1f]

        INTEGRATION: CWS qadev21 (1.3.4); FILE MERGED 2005/01/06 09:18:53 lla 1.3.4.1: #i31243# handle empty parameters right, more debug output

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [4a6b74e8a27100b8fc970c91f0acd67480c05c77]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/15 15:13:18 tbe 1.1.2.2: #i37061# Localized shortcuts are broken 2005/02/10 16:12:56 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [1a72528dd9b97f3e6c4da20748b729afee10a613]

        INTEGRATION: CWS qadev21 (1.3.4); FILE MERGED 2005/01/24 14:28:29 lla 1.3.4.2: #i31243# handle x: and X: as windows path 2005/01/11 10:09:54 lla 1.3.4.1: #i31243# changes for windows to unix filenames

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [f1405eea866aed55dbea30cdf6cff6134cbca850]

        INTEGRATION: CWS tbe18 (1.108.34); FILE MERGED 2005/02/10 20:07:14 tbe 1.108.34.2: RESYNC: (1.108-1.109); FILE MERGED 2005/02/10 16:10:26 tbe 1.108.34.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [76888fab83ff1db66aa0b9e54c4e9abda62ed455]

        INTEGRATION: CWS qadev21 (1.3.4); FILE MERGED 2005/01/24 14:27:41 lla 1.3.4.2: #i31243# check conformance test for windows path 2005/01/06 09:18:08 lla 1.3.4.1: #i31243# handle help in IMPORT/EXPORT filter

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [e39376ef10de8d9989e6354aaf9e06fe0fc5dbb0]

        INTEGRATION: CWS qadev21 (1.3.4); FILE MERGED 2005/01/24 14:29:33 lla 1.3.4.3: #i31243# 2005/01/11 10:09:54 lla 1.3.4.2: #i31243# changes for windows to unix filenames 2005/01/06 09:17:33 lla 1.3.4.1: #i31243# more debug output

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [abd3af78788f748c34ab98eeb434343e43bde8af]

        INTEGRATION: CWS qadev21 (1.2.14); FILE MERGED 2005/01/06 09:16:56 lla 1.2.14.1: #i31243# add MessageBox and DebugTest

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0bfdf2cce23415e4aad782924dc0031d244ba672]

        INTEGRATION: CWS qadev21 (1.2.14); FILE MERGED 2005/01/06 09:16:05 lla 1.2.14.1: #i31243# handle help in IMPORT/EXPORT filter

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [9aa5c65f7354695e4f0014acff2f845a178a0d1b]

        INTEGRATION: CWS qadev21 (1.2.4); FILE MERGED 2005/01/06 09:16:05 lla 1.2.4.1: #i31243# handle help in IMPORT/EXPORT filter

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d26754ccb7d320ba798f413e5b99866d4ec19059]

        INTEGRATION: CWS qadev21 (1.2.14); FILE MERGED 2005/01/24 14:25:55 lla 1.2.14.1: #i31243# make ConvWatchCancelException public

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [3e43751905eec0c71392795d21ada5df5b72a303]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:22:37 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [96916de79439ab6a948c03bff8dd994d1de5e3ab]

        INTEGRATION: CWS qadev21 (1.3.4); FILE MERGED 2005/01/06 09:14:27 lla 1.3.4.1: #i31243# add better comments

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [fdb491d6471d6a4a64e6df24af3392c20d18ea90]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/15 15:15:28 tbe 1.1.2.2: #i37061# Localized shortcuts are broken 2005/02/10 16:22:20 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [64e9c05f4d86b54f80c36d3a1e0850715fa4d3d8]

        INTEGRATION: CWS qadev21 (1.15.8); FILE MERGED 2005/02/22 11:41:37 sg 1.15.8.1: ##i43312#CHG: adapted to ant build

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5026164168374c84cf4787c5e950fde669c54fb7]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:22:05 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [94898cec8675c880dd53ec37ec3738d04ea65562]

        INTEGRATION: CWS qadev21 (1.1.158); FILE MERGED 2005/01/31 08:56:37 cn 1.1.158.1: #i38768# com::sun::star::document::XExtendedFilterDetection removed

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [e866002cd8b207387c44b7c987edcf8523e40cbf]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:20:17 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0a17a287106d5c6caffb331afe935bc70c646b20]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/15 15:15:06 tbe 1.1.2.2: #i37061# Localized shortcuts are broken 2005/02/10 16:20:00 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [4f0fe0ccb111f8d01156f1aeb82366855243d8f2]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:19:45 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [274e5cf85268120526b771f00522586a0d4deaab]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:18:22 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c366d83764d827a79ab1c05b8c1f0817b51fcdbf]

        INTEGRATION: CWS qadev21 (1.3.8); FILE MERGED 2005/01/20 09:16:33 sw 1.3.8.1: #i38247#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [2b5b1baa431ce6163c70451ef7d39f751352bd60]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/15 15:14:46 tbe 1.1.2.2: #i37061# Localized shortcuts are broken 2005/02/10 16:17:57 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [33ab6e0b1162d194be48c3077956b1d3d7bf3862]

        INTEGRATION: CWS qadev21 (1.3.8); FILE MERGED 2005/01/20 09:15:27 sw 1.3.8.1: #i38247#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b77d084f23b12d962494b67720857baa5215a491]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:17:39 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [973efd3b047b376dbde29e2cac61b17dca99f6bc]

        INTEGRATION: CWS qadev21 (1.2.4); FILE MERGED 2005/01/26 13:18:54 cn 1.2.4.1: #i41366# adopt object descriptions from *Filter* to *Clause*

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [563802b9a5ec10f26489371b64553fd5b04c7c5f]

        INTEGRATION: CWS tbe18 (1.19.240); FILE MERGED 2005/02/10 16:15:34 tbe 1.19.240.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0a51d388d1f8e094c21ab39e87addb3a93ffc333]

        INTEGRATION: CWS qadev21 (1.1.2); FILE ADDED 2005/02/22 11:37:35 sg 1.1.2.1: ##i43312#NEW: initial version

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c8b64cf1ed96039141a06f041c737b696478c2e7]

        INTEGRATION: CWS qadev21 (1.1.2); FILE ADDED 2005/02/22 13:52:34 sg 1.1.2.2: #i43312#CHG: removed unnecessary mkdir 2005/02/22 11:38:12 sg 1.1.2.1: ##i43312#NEW: initial version

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [91951303882dd7035982ea6369452f1606c130e2]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:28:07 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [bf38100fcd89dc95ab4dcf89ad2b7c4152e5869d]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/15 15:28:00 tbe 1.1.2.2: #i37061# Localized shortcuts are broken 2005/02/10 16:27:52 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [deaf77f1de6756404c9aede907a35959145f8455]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:27:26 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5dc84e6a14beff52e6083f98b0c1e98817b8f2ac]

        INTEGRATION: CWS tbe18 (1.19.164); FILE MERGED 2005/02/10 16:25:55 tbe 1.19.164.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [eb2c8e0179654f8bffb74c0dee9274683df394f1]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:33:55 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8c2bf0f87a9dc6a86cf315de00aceec0b399d7b8]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/15 15:33:05 tbe 1.1.2.2: #i37061# Localized shortcuts are broken 2005/02/10 16:33:38 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [ab081b5f7f2004ce35957285db99607aaf48583a]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:32:51 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [2aabc19e9a329a710e5f252a7e65995f9f09e491]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:31:58 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [35dc629ea373fd8d4ecb168076dc981df4874d4a]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/15 15:32:46 tbe 1.1.2.2: #i37061# Localized shortcuts are broken 2005/02/10 16:31:43 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [2f5b798344913ac57bc0118fb0d97becd68e1b5e]

        INTEGRATION: CWS tbe18 (1.1.2); FILE ADDED 2005/02/10 16:31:17 tbe 1.1.2.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [78631611c2d32fec08e514624e286cce0383f2cb]

        INTEGRATION: CWS tbe18 (1.23.70); FILE MERGED 2005/02/10 16:29:43 tbe 1.23.70.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [af5d3afd30151582c7d6facef2117d13b446fe6e]

        INTEGRATION: CWS tbe18 (1.4.62); FILE MERGED 2005/02/16 14:32:04 tbe 1.4.62.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [fbe746920db0d91903ae167726f9baf7d468cf89]

        INTEGRATION: CWS tbe18 (1.8.20); FILE MERGED 2005/02/16 14:32:35 tbe 1.8.20.1: #i37061# Localized shortcuts are broken

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [996a6ba4a41ff7d8b17ba90b844f5c98cdb84ce2]

        INTEGRATION: CWS tbe19 (1.35.22); FILE MERGED 2005/02/17 15:40:52 tbe 1.35.22.1: #i43005# Dialog Editor: repaint problems when deleting control

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [36d50e527118faac1a8ca0ccc476379685dc59eb]

        INTEGRATION: CWS tbe19 (1.49.6); FILE MERGED 2005/02/04 17:35:40 tbe 1.49.6.2: RESYNC: (1.49-1.50); FILE MERGED 2005/01/25 16:08:16 tbe 1.49.6.1: #i40346#  embedded documents (forms/reports) appear without title in macro dialog

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [efe39f40ffb1b9a9f76237fa36c3f497e77ee9db]

        INTEGRATION: CWS tbe19 (1.24.74); FILE MERGED 2005/01/25 16:08:15 tbe 1.24.74.1: #i40346#  embedded documents (forms/reports) appear without title in macro dialog

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [69986ec9b179c629436eeff7af9c3c7ff5c6f523]

        INTEGRATION: CWS tbe19 (1.15.6); FILE MERGED 2005/01/25 16:08:15 tbe 1.15.6.1: #i40346#  embedded documents (forms/reports) appear without title in macro dialog

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [a3e295950f45f93083c53ca6f3fd138dabb67e57]

        INTEGRATION: CWS tbe19 (1.33.6); FILE MERGED 2005/01/27 17:11:48 tbe 1.33.6.1: #i40118# undo & restore in basic

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [ea9849882d5eac52694b6f1e10791667cb028ee1]

        INTEGRATION: CWS tbe19 (1.11.26); FILE MERGED 2005/01/25 16:07:51 tbe 1.11.26.1: #i40346#  embedded documents (forms/reports) appear without title in macro dialog

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [925ca30a376e46f71617920ad0b03ec49984d7ca]

        INTEGRATION: CWS tbe19 (1.39.22); FILE MERGED 2005/01/25 16:07:50 tbe 1.39.22.2: #i40346#  embedded documents (forms/reports) appear without title in macro dialog 2005/01/25 14:52:32 tbe 1.39.22.1: #i40347# saving macros in embedded documents (forms/reports) does the wrong thing

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5000fc4bd423f73b4c3e08dc9975785d1ba36028]

        INTEGRATION: CWS tbe19 (1.6.6); FILE MERGED 2005/01/25 16:07:30 tbe 1.6.6.1: #i40346#  embedded documents (forms/reports) appear without title in macro dialog

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [f8daa3c810619864a3f3a825d04d7ea092620e18]

        INTEGRATION: CWS tbe19 (1.2.4); FILE MERGED 2005/02/08 11:06:37 tbe 1.2.4.1: #i41730# Closing BasicMacro windows does not terminate Basic process

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [60e942899df1dd0c653d46513744268b46689491]

        INTEGRATION: CWS tbe19 (1.23.22); FILE MERGED 2005/02/04 17:28:14 tbe 1.23.22.2: RESYNC: (1.23-1.24); FILE MERGED 2005/01/25 14:50:37 tbe 1.23.22.1: #i40347# saving macros in embedded documents (forms/reports) does the wrong thing

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0cc1b5479481e802d1a00ce45e17e7e9f6b5a6a9]

        INTEGRATION: CWS tbe19 (1.58.6); FILE MERGED 2005/02/04 17:18:06 tbe 1.58.6.2: RESYNC: (1.58-1.60); FILE MERGED 2005/01/27 17:02:36 tbe 1.58.6.1: #i40118# undo & restore in basic

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8d413b99bc867c0e5f84c62403327ba4e92e5be5]

        INTEGRATION: CWS tbe19 (1.20.448); FILE MERGED 2005/01/27 17:01:49 tbe 1.20.448.1: #i40118# undo & restore in basic

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [2105d55b7c70cc670c9d7f6e366cea07d216717d]

        INTEGRATION: CWS tbe19 (1.7.344); FILE MERGED 2005/02/04 15:42:14 tbe 1.7.344.2: RESYNC: (1.7-1.8); FILE MERGED 2005/01/27 16:59:54 tbe 1.7.344.1: #i40118# undo & restore in basic

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8b1fc330bd01de725026a95a29a8b7d2cc33523f]

        INTEGRATION: CWS tbe19 (1.7.34); FILE MERGED 2005/01/27 17:08:26 tbe 1.7.34.1: #i40118# undo & restore in basic

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [044584df1cbaeb78bbad11194e66c792cd7c2e40]

        INTEGRATION: CWS nativefixer4 (1.81.12); FILE MERGED 2005/02/14 10:37:46 is 1.81.12.2: RESYNC: (1.81-1.82); FILE MERGED 2005/02/04 13:32:42 is 1.81.12.1: #i41883# libcurl with two links

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [adae0a93e81dd1370557b4d45298b95d6f345d21]

        INTEGRATION: CWS nativefixer4 (1.11.8); FILE MERGED 2005/02/16 16:20:24 is 1.11.8.1: #119274# removing perl warning in packing process

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [16a3288de5875d47ba76fba90edd64d9069766cd]

        INTEGRATION: CWS nativefixer4 (1.5.20); FILE MERGED 2005/02/15 08:57:11 dv 1.5.20.1: #119703# Added new option '-ignore_running'

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [ac481985a9115d14778a639422e12cd6461cfedf]

        INTEGRATION: CWS nativefixer4 (1.6.20); FILE MERGED 2005/02/15 08:57:11 dv 1.6.20.1: #119703# Added new option '-ignore_running'

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [4b9d0755c2c22d34a87e6d85d101b7667a23efaa]

        INTEGRATION: CWS nativefixer4 (1.18.10); FILE MERGED 2005/02/11 15:38:12 is 1.18.10.1: #i41333#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d82432ac0c82c5756279b63042aecec945758b24]

        INTEGRATION: CWS nativefixer4 (1.4.92); FILE MERGED 2005/02/10 11:39:57 is 1.4.92.1: #i40272# startmenu entry without productversion

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [ecfdf09c0d8c2310bff5b131dcb3b484a4c80258]

        INTEGRATION: CWS nativefixer4 (1.1.2); FILE ADDED 2005/02/11 15:38:50 is 1.1.2.1: #i41333#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [dd54f0ee6d813174995ef66b5ce1f79dfaa3583a]

        INTEGRATION: CWS nativefixer4 (1.3.88); FILE MERGED 2005/02/11 15:37:06 is 1.3.88.1: #i41333#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0c85293647331ea3dc9857e11303ae1710b26224]

        INTEGRATION: CWS nativefixer4 (1.5.88); FILE MERGED 2005/02/11 15:37:06 is 1.5.88.1: #i41333#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [563d337f8b5e95d3f287003d473535b1cbf14289]

        INTEGRATION: CWS nativefixer4 (1.14.68); FILE MERGED 2005/02/04 13:32:42 is 1.14.68.1: #i41883# libcurl with two links

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [a8dc4985d2c85976c5ee460073fb7ed89458ab8c]

        INTEGRATION: CWS nativefixer4 (1.7.80); FILE MERGED 2005/02/22 11:31:09 is 1.7.80.2: #i42174# no new and print for odb 2005/02/11 13:19:42 is 1.7.80.1: #i42174# default for odb is open

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [45de463f8258d9de7cdeb7a8b2e2a7f7d4277b39]

        INTEGRATION: CWS nativefixer4 (1.2.10); FILE MERGED 2005/02/11 13:33:46 is 1.2.10.3: #i42532# removing res stt from core08 2005/02/11 13:30:53 is 1.2.10.2: #i42531# removing lib swui from core05 2005/02/11 13:27:19 is 1.2.10.1: #i42525# removing gnomevfs from core02

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [f3e94c55219657a7ca60335af1179a1d080e0c49]

        INTEGRATION: CWS nativefixer4 (1.3.92); FILE MERGED 2005/02/10 11:40:11 is 1.3.92.1: #i40272# startmenu entry without productversion

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [37889cf434bd2ca474156512372547f57732ebe6]

        INTEGRATION: CWS nativefixer4 (1.4.92); FILE MERGED 2005/02/10 11:39:41 is 1.4.92.1: #i40272# startmenu entry without productversion

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [06cfa13e6541ec3fdeb7cb7e499d30d63f9f7de9]

        INTEGRATION: CWS nativefixer4 (1.4.92); FILE MERGED 2005/02/10 11:39:27 is 1.4.92.1: #i40272# startmenu entry without productversion

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c903ff25e8f8eaa49db4da77cd9cd8e97564e4ed]

        INTEGRATION: CWS nativefixer4 (1.4.92); FILE MERGED 2005/02/10 11:39:15 is 1.4.92.1: #i40272# startmenu entry without productversion

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [48ebca7ade4d6008890c27a03b89cd36723180b6]

        INTEGRATION: CWS nativefixer4 (1.4.92); FILE MERGED 2005/02/10 11:38:58 is 1.4.92.1: #i40272# startmenu entry without productversion

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [aed643115aa2eceb24831590a8ffcfb81eb7885e]

        INTEGRATION: CWS nativefixer4 (1.11.20); FILE MERGED 2005/02/11 15:37:40 is 1.11.20.1: #i41333#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d23b21c2813ad1dc951f65e6df45e184587d2cdb]

        INTEGRATION: CWS nativefixer4 (1.9.10); FILE MERGED 2005/02/14 12:59:57 is 1.9.10.2: #119215# solaris w4w filter are executables 2005/02/04 13:32:13 is 1.9.10.1: #i41883# libcurl with two links

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8780ca17037dac2b8198fe3d5192c4fee9e4cbf4]

        INTEGRATION: CWS nativefixer4 (1.28.124); FILE MERGED 2005/02/17 12:48:17 hro 1.28.124.2: #41333# Only activate QS and enable autostart if reg key was written 2005/02/17 12:37:29 hro 1.28.124.1: #41333# Only activate QS and enable autostart if reg key was written

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [12e8ecaa35e4d336a01b96d62a490591fc537406]

        INTEGRATION: CWS nativefixer4 (1.16.124); FILE MERGED 2005/02/17 12:37:29 hro 1.16.124.1: #41333# Only activate QS and enable autostart if reg key was written

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [998e8a76453ff2a5f15cda3e66046defc94ac307]

        INTEGRATION: CWS nativefixer4 (1.14.60); FILE MERGED 2005/02/11 16:03:55 is 1.14.60.2: #i39196# java and ada in maintenance mode 2005/02/04 10:43:37 is 1.14.60.1: #i39196# java and ada into database

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0f3d0f93bf880f189d53deb5932cfd2e8a23089f]

        INTEGRATION: CWS nativefixer4 (1.4.208); FILE MERGED 2005/02/04 10:43:37 is 1.4.208.1: #i39196# java and ada into database

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [f52e0be3bf05e3cc4867377c748c07e9fb460cda]

        INTEGRATION: CWS nativefixer4 (1.5.8); FILE MERGED 2005/02/15 13:22:04 is 1.5.8.1: #i39636# using utf8 for not defined languages

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [972571bdfa0778fcd072efed75ceb060b222f4f4]

        INTEGRATION: CWS nativefixer4 (1.18.8); FILE MERGED 2005/02/11 16:03:54 is 1.18.8.1: #i39196# java and ada in maintenance mode

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [dc00779389bceaa223d598fb2015467028f27f59]

        INTEGRATION: CWS nativefixer4 (1.3.228); FILE MERGED 2005/02/11 16:03:54 is 1.3.228.1: #i39196# java and ada in maintenance mode

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [7efc3a74b9e1f69473b10711ee4de68eaf3e5de4]

        INTEGRATION: CWS nativefixer4 (1.6.60); FILE MERGED 2005/02/04 11:40:54 is 1.6.60.3: RESYNC: (1.6-1.7); FILE MERGED 2005/02/04 10:43:36 is 1.6.60.2: #i39196# java and ada into database 2005/01/31 12:20:16 is 1.6.60.1: #i31582# windows module context menu

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8e804e235dadf75127cd106d8ddce79d83d6a553]

        INTEGRATION: CWS nativefixer4 (1.6.8); FILE MERGED 2005/02/11 16:03:54 is 1.6.8.1: #i39196# java and ada in maintenance mode

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [87b489201f316b3006f7f9066a8a917a3383dcbd]

        INTEGRATION: CWS nativefixer4 (1.5.160); FILE MERGED 2005/02/23 15:20:42 is 1.5.160.2: #i20372# preparing update 2005/02/04 10:43:36 is 1.5.160.1: #i39196# java and ada into database

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [692b32ba10e618bae28ce1d886458d082de796c9]

        INTEGRATION: CWS nativefixer4 (1.7.60); FILE MERGED 2005/02/11 16:02:54 is 1.7.60.3: #i39196# java and ada in maintenance mode 2005/02/04 11:40:30 is 1.7.60.2: RESYNC: (1.7-1.9); FILE MERGED 2005/02/04 10:42:34 is 1.7.60.1: #i39196# java and ada into database

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [44bc5f1c71832915866da4bd4c4cc76d70570613]

        INTEGRATION: CWS nativefixer4 (1.14.8); FILE MERGED 2005/02/11 16:02:54 is 1.14.8.1: #i39196# java and ada in maintenance mode

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8caa913b4643733265744123c02dbc9bc89f28bd]

        INTEGRATION: CWS nativefixer4 (1.16.8); FILE MERGED 2005/02/11 16:01:50 is 1.16.8.1: #i38098# 4nt and cygwin

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [21dce64bd962ba9705fc12c1d465ce94ee722279]

        INTEGRATION: CWS nativefixer4 (1.16.12); FILE MERGED 2005/02/15 10:49:09 is 1.16.12.2: #119703# quoting variable because of backslashes in names 2005/01/31 12:20:00 is 1.16.12.1: #i31582# windows module context menu

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d8b97c45bfd6b6b072c4c59c87138cdd9a35e78a]

        INTEGRATION: CWS nativefixer4 (1.7.8); FILE MERGED 2005/02/14 16:21:42 is 1.7.8.1: #i41085# all variables for scpzip_replace

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0c89cde6587fd8cced9a121624997a9549e9d99b]

        INTEGRATION: CWS nativefixer4 (1.15.8); FILE MERGED 2005/02/14 12:50:24 is 1.15.8.2: #i42556# solaris gcc port 2005/02/11 16:01:12 is 1.15.8.1: #i38098# 4nt and cygwin

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [185079f045061d1c1885bfa1c019214dc26fb3fb]

        INTEGRATION: CWS nativefixer4 (1.23.60); FILE MERGED 2005/02/11 15:57:17 is 1.23.60.3: #i38098# 4nt and cygwin 2005/02/04 11:38:36 is 1.23.60.2: RESYNC: (1.23-1.25); FILE MERGED 2005/02/04 10:41:28 is 1.23.60.1: #i38374# windows selectable languages

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [422eb4c3d24c7830b4a6d3879af040d5ee1c75f8]

        INTEGRATION: CWS nativefixer4 (1.19.8); FILE MERGED 2005/02/18 16:01:10 is 1.19.8.2: #i20372# setting MAXINST=1000 to prepare Solaris upgrade 2005/02/11 08:25:21 obr 1.19.8.1: #i42251# replace Copyright with License in epm output

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8c7a6ef7119bec56029e7a0407636d6590cfdfc0]

        INTEGRATION: CWS nativefixer4 (1.5.8); FILE MERGED 2005/02/17 12:21:54 is 1.5.8.3: #119274# setting unix rights for download sets 2005/02/15 15:18:20 is 1.5.8.2: #119274# root owner of unpacked files 2005/02/04 13:47:40 is 1.5.8.1: #119274# name of multi language unix download files

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [58a05ccb81260aa1606ca286ce228675b105fbbd]

        INTEGRATION: CWS nativefixer4 (1.15.8); FILE MERGED 2005/02/11 15:56:24 is 1.15.8.1: #i38098# 4nt and cygwin

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [bc1a8e6095ae8f97e07cd39c754802b732ff533a]

        INTEGRATION: CWS nativefixer4 (1.8.60); FILE MERGED 2005/02/11 15:55:31 is 1.8.60.1: #i38098# 4nt and cygwin

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [460dc14ee8178b3647b5b0090e96b6bed86cfddb]

        INTEGRATION: CWS nativefixer4 (1.29.10); FILE MERGED 2005/02/14 16:21:07 is 1.29.10.5: #i41085# all variables for scpzip_replace 2005/02/11 15:54:05 is 1.29.10.4: #i39196# java and ada in maintenance mode 2005/02/04 11:37:13 is 1.29.10.3: RESYNC: (1.29-1.31); FILE MERGED 2005/02/04 10:40:54 is 1.29.10.2: #i38374# windows selectable languages 2005/01/31 12:19:46 is 1.29.10.1: #i31582# windows module context menu

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [a182fd4c2f09427e889e56aa032d40643d5b5247]

        INTEGRATION: CWS nativefixer4 (1.3.20); FILE MERGED 2005/02/17 09:54:24 obr 1.3.20.2: changing owner/group for download files 2005/02/15 15:19:24 is 1.3.20.1: #119274# root owner of unpacked files

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [86617536e03e65030500ff81716fd6969bcfde64]

        INTEGRATION: CWS nativefixer4 (1.4.18); FILE MERGED 2005/02/17 09:54:23 obr 1.4.18.1: changing owner/group for download files

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [a0dda9611ccad901cfcdd0ab7968b055ad4afdbc]

        INTEGRATION: CWS nativefixer4 (1.5.4); FILE MERGED 2005/02/14 16:26:22 is 1.5.4.1: #i42530# new core dependencies

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5beb48e7427ec0a3a681fcff591060ab0cf1981f]

        INTEGRATION: CWS nativefixer4 (1.7.2); FILE MERGED 2005/02/14 16:26:22 is 1.7.2.1: #i42530# new core dependencies

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [50a89dacab88819ee9738fdd00d18f495f9214c3]

        INTEGRATION: CWS nativefixer4 (1.6.4); FILE MERGED 2005/02/14 16:26:22 is 1.6.4.1: #i42530# new core dependencies

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b88ba5c26ec6e63e69f29cec027515443f05b065]

        INTEGRATION: CWS nativefixer4 (1.3.4); FILE MERGED 2005/02/14 13:05:36 is 1.3.4.1: #119706# less output without verbose option

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8b0628bfbbfc44e91dc412cd6d6625a5650f00f9]

        INTEGRATION: CWS nativefixer4 (1.11.2); FILE MERGED 2005/02/11 08:42:28 obr 1.11.2.1: #i42251# new variable LICENSENAME

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [eb6cfa4ea1a0dc466b1cfe5ccdc9a5a45bb6d9be]

        INTEGRATION: CWS nativefixer4 (1.10.4); FILE MERGED 2005/02/14 10:30:20 is 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2005/02/10 14:55:12 obr 1.10.4.2: #i42251# changed Copyright to License tag and fixed enumeration style 2005/02/04 13:43:54 obr 1.10.4.1: #i41085# moved symbolic links to .desktop files to /usr/share/applications for SuSE systems

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [1e121ae661dad07fe28092aa6de3d1aaedc1b7de]

        INTEGRATION: CWS nativefixer4 (1.10.6); FILE MERGED 2005/02/04 13:43:54 obr 1.10.6.1: #i41085# moved symbolic links to .desktop files to /usr/share/applications for SuSE systems

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [763070b758a203e43423f063c8b0bb3f7234a4f4]

        INTEGRATION: CWS nativefixer4 (1.9.4); FILE MERGED 2005/02/14 10:30:01 is 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2005/02/10 14:55:11 obr 1.9.4.1: #i42251# changed Copyright to License tag and fixed enumeration style

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c64627d8398cf0371548b3c857d94dd45dce29dc]

        INTEGRATION: CWS nativefixer4 (1.6.6); FILE MERGED 2005/02/04 13:43:54 obr 1.6.6.1: #i41085# moved symbolic links to .desktop files to /usr/share/applications for SuSE systems

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [13c2c5955f73054ccbd2af23c34c217fc98d8afe]

        INTEGRATION: CWS nativefixer4 (1.4.6); FILE MERGED 2005/02/04 13:43:54 obr 1.4.6.1: #i41085# moved symbolic links to .desktop files to /usr/share/applications for SuSE systems

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0a5bcf4287e9dc652d810f21323c90755c1f6da2]

        INTEGRATION: CWS nativefixer4 (1.6.6); FILE MERGED 2005/02/04 13:43:53 obr 1.6.6.1: #i41085# moved symbolic links to .desktop files to /usr/share/applications for SuSE systems

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [bf441e42cd094900e0198044fd528b20874d532d]

        INTEGRATION: CWS nativefixer4 (1.4.6); FILE MERGED 2005/02/04 13:43:53 obr 1.4.6.1: #i41085# moved symbolic links to .desktop files to /usr/share/applications for SuSE systems

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b1a61cadbac815d1bee6a1c54d286ff823fb6167]

        INTEGRATION: CWS nodirectxui (1.33.30); FILE MERGED 2005/02/18 15:04:58 fs 1.33.30.1: #i43061# include configsettings.hxx (respective class moved therein from fontcfg.hxx)

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0b86e78637c0445980f12f6cceeeef81651a4fe4]

        INTEGRATION: CWS nodirectxui (1.52.44); FILE MERGED 2005/02/18 15:04:39 fs 1.52.44.1: #i43061# include configsettings.hxx (respective class moved therein from fontcfg.hxx)

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d9af6a11c207fb91ba805525bc484aa7bf318cac]

        INTEGRATION: CWS nodirectxui (1.36.46); FILE MERGED 2005/02/18 15:04:39 fs 1.36.46.1: #i43061# include configsettings.hxx (respective class moved therein from fontcfg.hxx)

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [455951781d7955bded91e9c440142e5920c3f629]

        INTEGRATION: CWS nodirectxui (1.52.30); FILE MERGED 2005/02/18 15:04:39 fs 1.52.30.1: #i43061# include configsettings.hxx (respective class moved therein from fontcfg.hxx)

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [e158d27f91f8a7abf24d7fa36cc635d773b6f1cc]

        INTEGRATION: CWS nodirectxui (1.44.46); FILE MERGED 2005/02/18 15:03:58 fs 1.44.46.1: #i43061# expose configsettings.hxx

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [82969957eea2ca48a15d9d54602ae6b75a4b322c]

        INTEGRATION: CWS nodirectxui (1.14.314); FILE MERGED 2005/02/21 13:16:23 fs 1.14.314.2: new strings for #i43061# 2005/02/18 15:08:42 fs 1.14.314.1: #i43061# option to enable or disable usage of DirectX (UI strings still preliminary)

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [f1dd4a90e9c7d13137c01ce740e0edd169b0dae4]

        INTEGRATION: CWS nodirectxui (1.12.426); FILE MERGED 2005/02/21 13:16:22 fs 1.12.426.2: new strings for #i43061# 2005/02/18 15:08:41 fs 1.12.426.1: #i43061# option to enable or disable usage of DirectX (UI strings still preliminary)

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c631ace34885ca0e6cee456e411c690605b4b252]

        INTEGRATION: CWS nodirectxui (1.12.294); FILE MERGED 2005/02/21 13:16:21 fs 1.12.294.2: new strings for #i43061# 2005/02/18 15:08:41 fs 1.12.294.1: #i43061# option to enable or disable usage of DirectX (UI strings still preliminary)

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [70067ac67e5092fc25e15c35f6cf8231845a63f1]

        INTEGRATION: CWS nodirectxui (1.19.110); FILE MERGED 2005/02/21 13:16:20 fs 1.19.110.2: new strings for #i43061# 2005/02/18 15:08:41 fs 1.19.110.1: #i43061# option to enable or disable usage of DirectX (UI strings still preliminary)

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [91479ba076b93b102978a71f77107dcc7d74b8b2]

        INTEGRATION: CWS nodirectxui (1.2.12); FILE MERGED 2005/02/18 15:07:24 fs 1.2.12.1: #i43061# configuration setting for preferred render services is no sequence< string >, but a string

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [28d1cf28667bc5cb141f4dea420c75eb4ade46b3]

        INTEGRATION: CWS impress34 (1.4.2); FILE MERGED 2005/02/11 12:22:02 af 1.4.2.1: #i42445# Fixed use of cast operator.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [e5979a0584bb5b83dfe26119dc97e35d65e99ad2]

        INTEGRATION: CWS impress34 (1.6.2); FILE MERGED 2005/02/09 17:48:34 cl 1.6.2.2: #i42042# create undo actions for new masterpages 2005/02/09 13:53:13 cl 1.6.2.1: #i42040# Add surrounding undo action for assigning master pages to more than one slide

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [899805c4006c2af48bd95e7ecfc3afecfacc54b5]

        INTEGRATION: CWS impress34 (1.50.6); FILE MERGED 2005/02/10 11:22:54 cl 1.50.6.1: #118965# catch and assert possible exceptions from storage operations

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [4e00b92007909ad1d4e3dd9831de36a504bad709]

        INTEGRATION: CWS impress34 (1.3.622); FILE MERGED 2005/02/17 13:46:52 sw 1.3.622.1: #i26264#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b4e57fe73d71d0b517c09868edd54c1edca72811]

        INTEGRATION: CWS impress34 (1.5.376); FILE MERGED 2005/02/17 13:46:36 sw 1.5.376.1: #i26264#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [de5d85d01225967b8b45c1b2afd3a7d30fc61e7b]

        INTEGRATION: CWS cmcfixes2 (1.71.12); FILE MERGED 2005/02/15 11:37:15 cmc 1.71.12.1: #i41026# use unxlngi6 like Hamburg if compiler >= 3.4.1

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b9fa5dbdc574cc3a3128d8047cf43d93d76658b0]

        INTEGRATION: CWS impress34 (1.22.18); FILE MERGED 2005/02/11 12:28:22 bm 1.22.18.2: #i41824# next try, now Linux works again ... 2005/02/11 11:18:20 bm 1.22.18.1: i41824# apply new slideshow to mpSlideShow before calling startShow, for resizes being properly forwarded

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [eaad95d9046cc4c3d6e5cc13409a0491a251ea56]

        INTEGRATION: CWS impress34 (1.51.16); FILE MERGED 2005/02/11 12:28:59 bm 1.51.16.3: #i41824# delete mpSlideShow before setting to 0 2005/02/11 11:18:19 bm 1.51.16.2: i41824# apply new slideshow to mpSlideShow before calling startShow, for resizes being properly forwarded 2005/02/07 18:05:33 af 1.51.16.1: #i42156# Not using the LayoutDialogChildWindow anymore.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [2fe198f41851ac5a3edf69ab7a863218aead6194]

        INTEGRATION: CWS impress34 (1.40.86); FILE MERGED 2005/02/11 11:14:22 bm 1.40.86.2: #i41824# removed some obsolete code 2005/02/07 18:05:11 af 1.40.86.1: #i42156# Not using the LayoutDialogChildWindow anymore.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c825dab72dd2a1c4297300fea5f125e539f2455b]

        INTEGRATION: CWS impress34 (1.51.2); FILE MERGED 2005/02/07 18:04:23 af 1.51.2.1: #i42156# Not using the LayoutDialogChildWindow anymore.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [290a13ce88844f331bb137bdcb4f7432e10d52ad]

        INTEGRATION: CWS impress34 (1.16.2); FILE MERGED 2005/02/10 13:29:19 af 1.16.2.2: #i26264# Transformed maPrintManager member into auto_ptr. 2005/02/07 18:03:22 af 1.16.2.1: #i42156# Changed the way of making right pane visible.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d2129afe825dc299187039f52dd4366d60c06407]

        INTEGRATION: CWS impress34 (1.6.228); FILE MERGED 2005/02/10 13:41:51 af 1.6.228.1: #i26264# Moved code for fitting page to printer to its own FitPageToPrinterWithDialog() method.  Moved invocation from Print() to DoPrint().  Not showing dialog when bSilent method argument is set.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [89248e3d02e148094ee5086899d7a71430b751f9]

        INTEGRATION: CWS impress34 (1.2.228); FILE MERGED 2005/02/10 09:48:38 af 1.2.228.1: #i42399# Replaced base class SubToolPanel by ScrollPanel.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b83905ff4a244fe23197ff7c690344c9f2cce294]

        INTEGRATION: CWS impress34 (1.4.2); FILE MERGED 2005/02/10 09:48:59 af 1.4.2.1: #i42399# Replaced base class SubToolPanel by ScrollPanel.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c6c4196cd75523dd13ef51fbc4b93e64ddbbdb60]

        INTEGRATION: CWS impress34 (1.8.2); FILE MERGED 2005/02/11 14:33:00 af 1.8.2.1: #i42445# Routing paint call over controller to view.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [7a2e82c61786cdb23a57d9093bc67bb0d078964b]

        INTEGRATION: CWS impress34 (1.4.88); FILE MERGED 2005/02/11 14:27:59 af 1.4.88.2: #i42145# Added Paint() method and mbIsMakeSelectionVisiblePending member.  Removed unnecessary virtual keywords. 2005/02/11 12:19:45 af 1.4.88.1: #i42445# Update of documentation.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [e219deda1f88eb31ad37a6d06662166ebe04cc8c]

        INTEGRATION: CWS impress34 (1.15.2); FILE MERGED 2005/02/11 15:01:30 af 1.15.2.2: #i42415# Fixed selection with selection frame. 2005/02/11 12:18:56 af 1.15.2.1: #i42445# Fixed implementation of GotoNextSlide().

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [2a5ae125763a2daa554614cef0245c1b9a370512]

        INTEGRATION: CWS impress34 (1.4.94); FILE MERGED 2005/02/11 14:29:14 af 1.4.94.1: #i42145# Update the page selection after view swtiches.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [24a57b9a1951e7050b4a495fc1d6112b9cbd4af3]

        INTEGRATION: CWS impress34 (1.9.12); FILE MERGED 2005/02/11 14:22:46 af 1.9.12.3: #i42145# Fixed making visible the selection after view switching. 2005/02/11 12:17:36 af 1.9.12.2: #i42445# Fixed implementation of GetActualPage() and MakeSelectionVisible(). 2005/02/08 11:00:41 af 1.9.12.1: #i41559# Exchanged order of adding undo actions in DeleteSelectedPages().

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [f8926799c3302f5a105bd7f85caf7d99067c9ccc]

        INTEGRATION: CWS impress34 (1.9.2); FILE MERGED 2005/02/11 09:30:12 cl 1.9.2.2: #i42423# use parent window size if available in startPreview 2005/02/10 15:44:53 bm 1.9.2.1: #i41824# do not call resize with a wrong default size in fullscreen presentation

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [874b6f7caf584207c020b71e4915f5859d586fb2]

        INTEGRATION: CWS impress34 (1.27.2); FILE MERGED 2005/02/10 15:35:50 cl 1.27.2.1: #i42139# removed old file format names

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0f6e5c51fbcf341b9c34007528551597eeee357b]

        INTEGRATION: CWS impress34 (1.10.2); FILE MERGED 2005/02/10 13:28:35 af 1.10.2.1: #i26264# Transformed maPrintManager member into auto_ptr.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [2ebbad9fb243a8272de6b8aefb6d73e1ff97e569]

        INTEGRATION: CWS impress34 (1.2.362); FILE MERGED 2005/02/10 13:40:43 af 1.2.362.1: #i26264# Moved code for fitting page to printer to its own FitPageToPrinterWithDialog() method.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [72e975f5788b31f6f9dc98190d53c08b635c9c61]

        INTEGRATION: CWS impress34 (1.108.2); FILE MERGED 2005/02/10 15:35:33 cl 1.108.2.1: #i42139# removed old file format names

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5877dedc10cb92974b3ef9cb2a888196047dbe45]

        INTEGRATION: CWS impress34 (1.5.2); FILE MERGED 2005/02/10 12:18:49 cl 1.5.2.1: #i42396# correctly transfer old sound when replacing node

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [a1fafbe1930a15e561db0441737d2d86f722853a]

        INTEGRATION: CWS impress34 (1.4.88); FILE MERGED 2005/02/17 12:58:46 sw 1.4.88.1: #i26264#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [624cdf167701696dd2d3c69bdd2f23ca0201ab02]

        INTEGRATION: CWS impress34 (1.5.88); FILE MERGED 2005/02/17 12:59:02 sw 1.5.88.1: #i26264#

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [1344d1b702aaf6fd3d50a92f720e20986a72156c]

        INTEGRATION: CWS cmcfixes2 (1.162.22); FILE MERGED 2005/02/15 11:20:21 cmc 1.162.22.1: #i42421# move system stl stuff

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5bd65fb1b0d7608e021e9b366bf1e46891a27e8d]

        INTEGRATION: CWS cmcfixes2 (1.2.44); FILE MERGED 2005/02/11 14:07:24 cmc 1.2.44.1: #i42421# iterators are not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [f92f800340a41db75e8cd2cca48fb82534f0f93b]

        INTEGRATION: CWS cmcfixes2 (1.1.2); FILE ADDED 2005/02/11 12:43:51 cmc 1.1.2.1: #i42421# enable extending testing for invalid stl

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b55dbabfb222a306cc024a9eed1ec5dd4b5100a0]

        INTEGRATION: CWS cmcfixes2 (1.1.2); FILE ADDED 2005/02/10 13:33:29 cmc 1.1.2.1: #i42421# enable extending testing for invalid stl

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [e86b66bd8d7260f52499c94e944d652ee84b76dd]

        INTEGRATION: CWS cmcfixes2 (1.2.12); FILE MERGED 2005/02/10 13:33:28 cmc 1.2.12.1: #i42421# enable extending testing for invalid stl

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5b7c39e84fd55a07cf32a8e1ac4c06f894fa857b]

        INTEGRATION: CWS cmcfixes2 (1.27.10); FILE MERGED 2005/02/11 12:43:51 cmc 1.27.10.2: #i42421# enable extending testing for invalid stl 2005/02/10 13:33:27 cmc 1.27.10.1: #i42421# enable extending testing for invalid stl

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0dc76070e33fdcff2be6fb3528dd0918943ab093]

        INTEGRATION: CWS cmcfixes2 (1.4.92); FILE MERGED 2005/02/14 09:35:59 cmc 1.4.92.1: #i42421# stl/map -> map

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [9fb2c166c38773d32dc056c02833972a8fd1c9f6]

        INTEGRATION: CWS cmcfixes2 (1.17.38); FILE MERGED 2005/02/10 10:43:45 cmc 1.17.38.1: #i42401# linux sparc NOOPTFILES changes

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [6f64b92b4fbf468ba6fbaaaf74d9cbcb357f901f]

        INTEGRATION: CWS cmcfixes2 (1.2.228); FILE MERGED 2005/02/14 09:35:36 cmc 1.2.228.1: #i42421# iterators != pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [f27ca79e148118225333bf473a5239627e1c621b]

        INTEGRATION: CWS cmcfixes2 (1.39.26); FILE MERGED 2005/02/15 11:37:17 cmc 1.39.26.1: #i41026# use unxlngi6 like Hamburg if compiler >= 3.4.1

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [9366acb4fe409720e98d3204378badad16d47a18]

        INTEGRATION: CWS cmcfixes2 (1.89.12); FILE MERGED 2005/02/15 11:37:17 cmc 1.89.12.1: #i41026# use unxlngi6 like Hamburg if compiler >= 3.4.1

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [a143acba9dc174af4fba230f53548ee979261afc]

        INTEGRATION: CWS cmcfixes2 (1.14.48); FILE MERGED 2005/02/10 16:01:51 cmc 1.14.48.1: #i42421# swap order of comparison

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [cbf3d9abcf37cc1dd92708b7ee50ea9232ec2b20]

        INTEGRATION: CWS cmcfixes2 (1.10.174); FILE MERGED 2005/02/10 19:49:35 cmc 1.10.174.1: #i42457# LINK= to LINK*= for unxlngppc4.mk

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [e254defcc0ffe5f6be2c5f08a7d9ee4c511d1604]

        INTEGRATION: CWS cmcfixes2 (1.31.144); FILE MERGED 2005/02/15 11:20:22 cmc 1.31.144.1: #i42421# move system stl stuff

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [079ef5ec23345d9f4bcc44163b7b748c7d4097ce]

        INTEGRATION: CWS cmcfixes2 (1.2.54); FILE MERGED 2005/02/14 18:01:39 cmc 1.2.54.1: #i42421# iter != pointer

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [3436139ea5546e3f6312ee5e0dfa549c6cf44a88]

        INTEGRATION: CWS cmcfixes2 (1.2.24); FILE MERGED 2005/02/14 08:46:56 cmc 1.2.24.1: #i42421# iterators != pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [37791812be42bed4f212947a0393596b9854f820]

        INTEGRATION: CWS cmcfixes2 (1.8.14); FILE MERGED 2005/02/11 14:36:38 cmc 1.8.14.1: #i42421# minor stl tweak

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [6b1fecf4489107f3376fc85f51e8217ee97d4158]

        INTEGRATION: CWS cmcfixes2 (1.4.28); FILE MERGED 2005/02/10 15:18:48 cmc 1.4.28.1: #i42421# stl iterators not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [bcb8ecf10f248baeb4ec3b8d542d73f440b5e9ee]

        INTEGRATION: CWS cmcfixes2 (1.10.56); FILE MERGED 2005/02/11 15:28:47 cmc 1.10.56.1: #i42421# iterators are not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [1650bd9119622ef94b164551d5bba13458e673a1]

        INTEGRATION: CWS cmcfixes2 (1.10.48); FILE MERGED 2005/02/11 15:28:46 cmc 1.10.48.1: #i42421# iterators are not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [7e9f7450ed208075fdcdf7f7941c62338373ad79]

        INTEGRATION: CWS cmcfixes2 (1.10.56); FILE MERGED 2005/02/11 15:28:46 cmc 1.10.56.1: #i42421# iterators are not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [0b2a988a959198f5d6a3710da9674a3b0ca01e64]

        INTEGRATION: CWS cmcfixes2 (1.30.56); FILE MERGED 2005/02/11 15:28:45 cmc 1.30.56.1: #i42421# iterators are not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [77c86e4a3aa28d008384a47f5869ee7844708355]

        INTEGRATION: CWS cmcfixes2 (1.3.14); FILE MERGED 2005/02/11 15:28:45 cmc 1.3.14.1: #i42421# iterators are not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [3f1cff22f88389f0b43362b5f25669b82a869301]

        INTEGRATION: CWS cmcfixes2 (1.5.56); FILE MERGED 2005/02/11 15:28:44 cmc 1.5.56.1: #i42421# iterators are not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [bfe6518da403164326581b21ec1ecc5dba7192a6]

        INTEGRATION: CWS cmcfixes2 (1.9.56); FILE MERGED 2005/02/11 15:28:43 cmc 1.9.56.1: #i42421# iterators are not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [bcb1778ed99e17994916e2fc4181e4970c48e834]

        INTEGRATION: CWS cmcfixes2 (1.6.56); FILE MERGED 2005/02/11 15:28:43 cmc 1.6.56.1: #i42421# iterators are not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [aae6e7f26271e4dda22dbd79b953a69b6f1fe69f]

        INTEGRATION: CWS cmcfixes2 (1.17.56); FILE MERGED 2005/02/11 15:28:42 cmc 1.17.56.1: #i42421# iterators are not pointers

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [615eb1f3d5647139f1f67e0fa6d0718518f52cf8]

        INTEGRATION: CWS systempython2 (1.4.10); FILE MERGED 2005/02/18 08:50:05 cmc 1.4.10.1: #i41994# systempython post pyunofixes1

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [ba678ac52d5162a56dc9d955dffb8697b7d249c5]

        INTEGRATION: CWS systempython2 (1.2.14); FILE MERGED 2005/02/21 09:35:47 cmc 1.2.14.2: #i41994# dec ref 2005/02/18 08:50:37 cmc 1.2.14.1: #i41994# systempython post pyunofixes1

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [cb9f2168ab78fe7786dabfdf5204c9dcf8a8bc84]

        INTEGRATION: CWS systempython2 (1.8.2); FILE MERGED 2005/02/18 08:50:37 cmc 1.8.2.1: #i41994# systempython post pyunofixes1

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [6f957eb2083a9b3af6ecaa92ea918f6289393ed4]

        INTEGRATION: CWS systempython2 (1.5.38); FILE MERGED 2005/02/18 08:50:36 cmc 1.5.38.1: #i41994# systempython post pyunofixes1

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [5edfb3a248401364563837fc3b2b6e1c68ebf6be]

        INTEGRATION: CWS macosx02 (1.32.18); FILE MERGED 2005/02/13 09:29:03 pjanik 1.32.18.1: #i42625#: Add transex3 module dependency.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8a4bdb07fc74ac810903568bbe1f5e08b7f255ca]

        INTEGRATION: CWS sch06 (1.24.46); FILE MERGED 2005/02/16 11:13:22 bm 1.24.46.1: #i42417# set pShell at the chart's group info after the sch dll is loaded

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [115ad9131fc6e6d183441066321ffef9be6753ed]

        INTEGRATION: CWS macosx02 (1.14.46); FILE MERGED 2005/02/11 17:09:33 pjanik 1.14.46.2: #i10000#: *.so is more than lib*.so. Delete lib*so. 2005/02/11 17:05:50 pjanik 1.14.46.1: #i42582#: deliver ldapbe2.uno.dylib on MacOS X

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [ead241ea338f312d9e2df3d94219d12340948cda]

        INTEGRATION: CWS macosx02 (1.81.22); FILE MERGED 2005/02/11 17:45:41 pjanik 1.81.22.1: #i39969#: .dylib vs .so issues on MacOS X.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [7e7684c2ef94c0a69be1a73cb13f35eca8127b86]

        INTEGRATION: CWS macosx02 (1.1.1.1.16); FILE MERGED 2005/01/30 13:56:59 pjanik 1.1.1.1.16.1: #i39913#: Deliver *.dylib (on MacOS X).
        
        Patch from Eric Bachard (JCA).

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [a4f11fc4ad4fbf847133039af09b87532e0f1b0c]

        INTEGRATION: CWS macosx02 (1.5.10); FILE MERGED 2005/02/11 17:25:42 pjanik 1.5.10.1: #i38130#: Deliver .dylib for MacOS X.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [dcccaff7b24b08e134010afaca5e5e12ef1d6f24]

        INTEGRATION: CWS macosx02 (1.2.10); FILE MERGED 2005/02/11 17:24:45 pjanik 1.2.10.1: #i38130#: Add .dylib for MacOS X.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [46faed9b0fee983bf10321badac95ecad1853c9c]

        INTEGRATION: CWS macosx02 (1.3.10); FILE MERGED 2005/02/22 18:40:48 pjanik 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/11 17:27:41 pjanik 1.3.10.1: #i38130#: Add support for .dylib building on MacOS X.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [b7559b06c4d97f8b9dc60dc8684d543fbc95a29a]

        INTEGRATION: CWS macosx02 (1.39.6); FILE MERGED 2005/02/11 19:01:30 pjanik 1.39.6.2: #i39952#: Add current directory to DYLD_LIBRARY_PATH for MacOS X. 2005/01/31 14:22:38 pjanik 1.39.6.1: #i41722#: Append old PATH to the PATH varible for the environment (Mac OS X/Darwin).

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [be85f796cac5edd1be22bd010f31973aeee795b1]

        INTEGRATION: CWS macosx02 (1.5.28); FILE MERGED 2005/02/11 18:28:09 pjanik 1.5.28.1: #i39957#: Deliver *.dylib files on MacOS X.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [a5ac785253b83388e6d450ac4b1bf7ea8cde6310]

        INTEGRATION: CWS macosx02 (1.50.38); FILE MERGED 2005/02/08 19:33:21 pjanik 1.50.38.1: #i39927#: Link also with salmain.o on MacOS X.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [4dea9e621c8b7185af733f0c3924bd0fa73ad778]

        INTEGRATION: CWS macosx02 (1.23.62); FILE MERGED 2005/02/11 17:54:17 pjanik 1.23.62.1: #i42587#: Dynamic libraries on MacOS X (Darwin).

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8964ce6c9f642e7965f1bdc1bb5539a93e5a0a06]

        INTEGRATION: CWS dbastr01 (1.3.30); FILE MERGED 2005/02/22 07:08:01 oj 1.3.30.1: #119927# #i42478# from dba24

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [ca34526d1d346d3063a10509d6c9292ff5fb6b03]

        INTEGRATION: CWS dbastr01 (1.16.4); FILE MERGED 2005/02/21 15:22:27 fs 1.16.4.1: #119927# some new string resources, normally from CWS dba24

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [484410c76ec8ad22e32b753372ead2a39ad23387]

        INTEGRATION: CWS dbastr01 (1.16.4); FILE MERGED 2005/02/21 15:22:26 fs 1.16.4.1: #119927# some new string resources, normally from CWS dba24

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [68aa6ac61f58512a33cee80594c22d893ef30532]

        INTEGRATION: CWS dbastr01 (1.17.4); FILE MERGED 2005/02/21 15:22:26 fs 1.17.4.1: #119927# some new string resources, normally from CWS dba24

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d36045dd4c713a45c0150dfd88f5c61d2a5d302f]

        INTEGRATION: CWS dbastr01 (1.17.4); FILE MERGED 2005/02/21 15:22:25 fs 1.17.4.1: #119927# some new string resources, normally from CWS dba24

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [8a7418f66cf22ca4b5aa6a4174fe9d023800a1b6]

        INTEGRATION: CWS dbastr01 (1.18.4); FILE MERGED 2005/02/21 15:22:23 fs 1.18.4.1: #119927# some new string resources, normally from CWS dba24

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [455f70431b3e4bdfe9e14173d889e7eef6d7072e]

        INTEGRATION: CWS dbastr01 (1.15.4); FILE MERGED 2005/02/21 15:22:23 fs 1.15.4.1: #119927# some new string resources, normally from CWS dba24

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [7e1106f456bee72373a9e5da7e2411eb7159ca15]

        INTEGRATION: CWS mmeeks05 (1.20.38); FILE MERGED 2005/02/22 11:43:21 mmeeks 1.20.38.1: #i43314# - fix conditional build dep.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [c91e9aba206822b5439a22312fb9b6e34a2af753]

        INTEGRATION: CWS kendy04 (1.3.70); FILE MERGED 2005/02/23 15:36:26 kendy 1.3.70.1: Issue number: #i43392# Submitted by: kendy Reviewed by:  pl Ask KDE NWF for sizes of CheckBox and RadioButton.

2005-02-24  Vladimir Glazounov  <vg@openoffice.org>  [d7245649e0a3944eace002da9209b8fd632faab1]

        INTEGRATION: CWS mmeeks05 (1.5.2); FILE MERGED 2005/02/22 11:41:07 mmeeks 1.5.2.1: #i43314# fix conditional dep.

2005-02-23  Kurt Zenker  <kz@openoffice.org>  [83d2b67ccf902e59b296255dac18157d902c2d7f]

        #i43393# fixed glyph fallback (hdu)

2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [61d5e33d3c89bb75c82b5a4cf4e8d004282e0afc]

        new version for SRC680

2005-02-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1c28a502d55dd782f50d23af5fc054b22f8f8398]

        #119961# create epm module in OOo cvs

2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [b406c93b923a8997812e3c2533b37901156dddeb]

        new version for SRC680

2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [d171ae4a9b617aa8634f016152b8c52e9d5f3cc5]

        new version for SRC680

2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [8472f490b9e6714cebd2b17fac061911b50aba24]

        #100000# resolved ambiguity

2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [204268bdcef4c021dd992efb0b7ad6b704c945bf]

        #100000# duplicated function body removed

2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [0eb1a992c62dd010e045151dd644c7ba6083159d]

        new version for SRC680

2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [e988a2b91c7c1ef8e03724aa2b217c44a59406bb]

        new version for SRC680

2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [bc79a96ef3c5f6b08bb41d2c7a553d07c8dac93a]

        new version for SRC680

2005-02-23  Vladimir Glazounov  <vg@openoffice.org>  [e41fe55dade0151b459d2902c4227aa640226fc0]

        new version for SRC680

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [2c2954845615d17dec2b821659db256c14688303]

        new version for SRC680

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [b20d08e0cb73928d98d0ca11bf442ea4db82f7d7]

        new version for SRC680

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [3be971cb74313a2b290c26988eca171f49e5e3bc]

        new version for SRC680

2005-02-22  Rüdiger Timm  <rt@openoffice.org>  [852874ce43bf884b3a9ac7ab22c87a328bf5db32]

        #i10000# Typo corrected.

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [eed847c97f0ff772463b8a0f78df029c547adbda]

        SRC680

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [ed5e1551ace813caa0edd2685b0d699da1560aaa]

        INTEGRATION: CWS swqcore06 (1.42.2); FILE MERGED 2005/02/10 13:26:09 hbrinkm 1.42.2.2: RESYNC: (1.42-1.44); FILE MERGED 2005/02/03 16:20:34 hbrinkm 1.42.2.1: #i32327# use GetBulletChar

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [96725e8ceb3b901577cb86cb218c60e14c27b6cc]

        INTEGRATION: CWS swqcore06 (1.6.26); FILE MERGED 2005/02/04 17:52:41 dvo 1.6.26.1: #i39255# fix byte order mark (BOM) recognition; add UTF-8 BOM

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [acdbff717d4a764c419e91e1d939e8998b1a12ea]

        INTEGRATION: CWS swqcore06 (1.65.124); FILE MERGED 2005/02/07 21:34:00 dvo 1.65.124.1: #i41266# don't configure NewXForms slot (for document loading only)

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [db2260e207e2d76f9e4be70f477f6ad7aa2aa3d0]

        INTEGRATION: CWS swqcore06 (1.64.22); FILE MERGED 2005/01/31 17:21:29 dvo 1.64.22.1: #i41698# don't use discarded view object

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [f01ecdd292b880be2ae5005739845b292f1784d2]

        INTEGRATION: CWS swqcore06 (1.150.2); FILE MERGED 2005/02/08 10:02:25 hbrinkm 1.150.2.1: #119282# PropagateOutlineRule only necessary for Word documents

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [e571290244061a4f4ed7579a6b086cc026b401e9]

        INTEGRATION: CWS swqcore06 (1.33.38); FILE MERGED 2005/02/10 13:16:35 hbrinkm 1.33.38.2: RESYNC: (1.33-1.36); FILE MERGED 2005/02/08 09:58:03 hbrinkm 1.33.38.1: #119282# PropagateOutlineRule only necessary for Word documents

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [bd8b53e120bc988fcf37c94e96af55e548e9951c]

        INTEGRATION: CWS swqcore06 (1.82.38); FILE MERGED 2005/02/10 13:15:17 hbrinkm 1.82.38.2: RESYNC: (1.82-1.83); FILE MERGED 2005/02/07 21:03:07 dvo 1.82.38.1: #i42220# fix NUMBERING_IS_NUMBER property

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [6d47d86734016e4282fe416fd0683e8f80b9abd7]

        INTEGRATION: CWS swqcore06 (1.14.60); FILE MERGED 2005/01/31 15:39:17 hbrinkm 1.14.60.1: #i41175# no special treatment for UNDO_END needed anymore

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [57cd28decb1697ec4469e30a8d73a2341cb47e83]

        INTEGRATION: CWS swqcore06 (1.26.102); FILE MERGED 2005/02/04 11:10:30 hbrinkm 1.26.102.2: #i32327# initialize bullets in numering rule constructor 2005/02/03 16:07:44 hbrinkm 1.26.102.1: #i32327# GetBulletChar

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [c1735067daf13aaabe1da21cca54c0bdbd2df424]

        INTEGRATION: CWS swqcore06 (1.42.102); FILE MERGED 2005/02/10 13:11:34 hbrinkm 1.42.102.2: RESYNC: (1.42-1.44); FILE MERGED 2005/02/07 21:02:14 dvo 1.42.102.1: #i42220# copy numbering type when changing list style

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [e8e142f9d10f48455a4176856f226bb596232bab]

        INTEGRATION: CWS swqcore06 (1.21.114); FILE MERGED 2005/02/03 15:22:24 hbrinkm 1.21.114.1: #i32327# GetBulletChar

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [f2b454948874866c1d2e4ff6138a6920307f01a0]

        INTEGRATION: CWS swqcore06 (1.9.60); FILE MERGED 2005/02/10 13:07:20 hbrinkm 1.9.60.2: RESYNC: (1.9-1.10); FILE MERGED 2005/02/10 11:58:01 hbrinkm 1.9.60.1: #1000000# resync

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [ee4818b10da3578b135f3d1c30c8da4243bf1aae]

        INTEGRATION: CWS swqcore06 (1.4.58); FILE MERGED 2005/02/07 21:05:48 dvo 1.4.58.1: #i42220# load/save text:is-list-header flag

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [46501a56cccc4800671d83c1cf36448d798ed516]

        INTEGRATION: CWS swqcore06 (1.46.56); FILE MERGED 2005/02/07 21:05:47 dvo 1.46.56.1: #i42220# load/save text:is-list-header flag

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [5baebc2595a4f3c4ec1b9560b63781ea1459e101]

        INTEGRATION: CWS swqcore06 (1.117.54); FILE MERGED 2005/02/10 13:03:49 hbrinkm 1.117.54.2: RESYNC: (1.117-1.119); FILE MERGED 2005/02/07 21:05:47 dvo 1.117.54.1: #i42220# load/save text:is-list-header flag

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [e06abd653169fac316a62768155a80f17da326d1]

        INTEGRATION: CWS swqcore06 (1.111.20); FILE MERGED 2005/02/10 13:03:40 hbrinkm 1.111.20.2: RESYNC: (1.111-1.112); FILE MERGED 2005/02/07 21:05:46 dvo 1.111.20.1: #i42220# load/save text:is-list-header flag

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [60f4216033793e6ba62c5a020027d4f1d57a7ba0]

        INTEGRATION: CWS swqcore06 (1.85.16); FILE MERGED 2005/02/10 13:01:08 hbrinkm 1.85.16.2: RESYNC: (1.85-1.87); FILE MERGED 2005/02/07 21:05:45 dvo 1.85.16.1: #i42220# load/save text:is-list-header flag

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [73e08528e50f3655d406b617e20b31498a7c61c9]

        #i43297#

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [e56d3131370fad06755747e4943fe95694efc85c]

        INTEGRATION: CWS swqbugfixes14 (1.10.196); FILE MERGED 2005/01/28 13:47:12 fme 1.10.196.1: #i41424# Right-Left combination does not always restore the cursor to its initial state due to numbering labels

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [ff08d44f277b07b184f03deadbf592bd1f0c5131]

        INTEGRATION: CWS swqbugfixes14 (1.106.64); FILE MERGED 2005/02/04 11:48:30 od 1.106.64.2: RESYNC: (1.106-1.107); FILE MERGED 2005/01/31 10:20:48 od 1.106.64.1: #i40845# <SwEditWin::ChangeDrawing(..)> - 	 introduce single undo action for this method.

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [5cbe915ec3bb2d4e2c9607551fcc94addd25f6ed]

        INTEGRATION: CWS swqbugfixes14 (1.73.38); FILE MERGED 2005/02/01 15:15:38 od 1.73.38.1: #i41679# follow-up of issue i38126 	 - also for instance of <SwDoc> it has to be assured, that it's 	   not modified.

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [352ac25f549684caac7c7506a2491abb051bb33c]

        INTEGRATION: CWS swqbugfixes14 (1.27.116); FILE MERGED 2005/02/01 07:45:00 od 1.27.116.1: #i40788# <SwXMLItemSetStyleContext_Impl::ConnectPageDesc()> 	 - first resolve page style name to its display name, then 	   map the display name to the corresponding user interface name.

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [e95ae485f923488a7827e42a18af6ab32eaa9ff7]

        INTEGRATION: CWS swqbugfixes14 (1.110.40); FILE MERGED 2005/02/04 15:59:43 od 1.110.40.4: #118958# <WW8TabDesc::MergeCells()> - further correct of merging table cells. 2005/02/04 11:04:01 od 1.110.40.3: #118544# - <WW8TabDesc::MergeCells()> - correct locking of previously 	   created merge groups. 	 - <WW8TabDesc::UpdateTableMergeGroup(..)> - correct condition 	   for putting a table cell into a merge group. 	 - <WW8TabDesc::FindMergeGroup(..)> - improvement: search through 	   the previuously created merge groups backwards. 2005/02/01 12:25:10 od 1.110.40.2: #i39468# <SwWW8ImplReader::TestApo(..)> - allow test for invalid table cells. 	 Otherwise, different floating tables following each other aren't 	 recognized. 2005/01/28 12:41:51 od 1.110.40.1: #i33818# <SwWW8ImplReader::StartTable(..)> - improve import of nested tables

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [da286ee48dd45a15f19879b834a85c2727e37bb5]

        INTEGRATION: CWS swqbugfixes14 (1.86.40); FILE MERGED 2005/02/04 16:01:25 od 1.86.40.1: #118958# <lcl_IsHyperlinked(..)> - check for empty form token pattern

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [ee3ddef67ef67e5fc5e1eebe523881fb6d9955f9]

        INTEGRATION: CWS swqbugfixes14 (1.82.4); FILE MERGED 2005/01/28 12:40:04 od 1.82.4.1: #i33818# - improve export of anchored object positions.

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [1ee901d4496b79d39fbffde8bce988a159dda74e]

        INTEGRATION: CWS swqbugfixes14 (1.32.40); FILE MERGED 2005/01/28 12:37:22 od 1.32.40.1: #i33818# - template style document for HTML documents: 	   search also for OpenDocument Writer/Web template file

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [ff3ced12f9fd7b81c66176c260b58e1452d7b26a]

        INTEGRATION: CWS swqbugfixes14 (1.62.72); FILE MERGED 2005/02/03 08:29:15 od 1.62.72.1: #119236# <SwXShape::dispose()> - no delete of frame format for drawing 	 objects, which are members of a group object.

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [7ba258d91893875c77f0ed0845f0da7a6126aaf7]

        INTEGRATION: CWS swqbugfixes14 (1.8.124); FILE MERGED 2005/01/31 10:17:26 od 1.8.124.1: #i40845# <SwUndoFlyBase::InsFly(..)> - follow-up of issue i35635 	 move drawing object to visible layer

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [db7580a88c7d11fd93b457832060eb8ac4b3a7e0]

        INTEGRATION: CWS swqbugfixes14 (1.43.64); FILE MERGED 2005/02/01 10:28:15 fme 1.43.64.1: #i41732# Only set bInFrontOfLabel if parargaph has be real and visual number/bullet/outline

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [1d8cab2433095b37952a24f7a547e7f9b2a27cba]

        INTEGRATION: CWS swqbugfixes14 (1.62.64); FILE MERGED 2005/01/31 12:54:48 od 1.62.64.1: #i41694# <SwLayoutFrm::ChgLowersProp(..)> - follow-up of issue #i10826#: 	 consider, that special case is also performed for section frames.

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [e0c5596ad5992fab5ec2af206230d0ec1fde0096]

        INTEGRATION: CWS swqbugfixes14 (1.38.4); FILE MERGED 2005/01/28 09:29:56 fme 1.38.4.1: #118572# #i33887# New: Looping Louie (Light) - Tries to solve a desperate situation before Looping Louie takes over

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [d819b7642392a00f68f488ee0ed526a256aa3837]

        INTEGRATION: CWS swqbugfixes14 (1.5.4); FILE MERGED 2005/01/28 09:29:55 fme 1.5.4.1: #118572# #i33887# New: Looping Louie (Light) - Tries to solve a desperate situation before Looping Louie takes over

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [d83c4e874376b537efdc8491990784a5a44f3e90]

        INTEGRATION: CWS swqbugfixes14 (1.8.4); FILE MERGED 2005/01/28 09:29:55 fme 1.8.4.1: #118572# #i33887# New: Looping Louie (Light) - Tries to solve a desperate situation before Looping Louie takes over

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [ba9cc7f4fef0ab586e041a603fa882d16f9b1a83]

        INTEGRATION: CWS swqbugfixes14 (1.32.64); FILE MERGED 2005/01/28 09:29:55 fme 1.32.64.1: #118572# #i33887# New: Looping Louie (Light) - Tries to solve a desperate situation before Looping Louie takes over

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [c531d7e253eab8a6cd5345378b97a46fe12dbae5]

        INTEGRATION: CWS swqbugfixes14 (1.53.4); FILE MERGED 2005/01/28 09:29:54 fme 1.53.4.1: #118572# #i33887# New: Looping Louie (Light) - Tries to solve a desperate situation before Looping Louie takes over

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [a6793aa76fb343bddf066dcd2c55c143fdccd1f4]

        INTEGRATION: CWS swqbugfixes14 (1.10.4); FILE MERGED 2005/01/28 12:35:43 od 1.10.4.1: #i33818# <SwAnchoredObject::GetRelPosToPageFrm(..)> - adjustment to 	 improvement WW8 export of anchored object positions.

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [1a2767e6b1daeea8b88f56677a0b75a58ae8c6ee]

        INTEGRATION: CWS swqbugfixes14 (1.7.268); FILE MERGED 2005/01/28 09:29:54 fme 1.7.268.1: #118572# #i33887# New: Looping Louie (Light) - Tries to solve a desperate situation before Looping Louie takes over

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [54bbb489553a9ef3518066f9bb73accdea1f2366]

        INTEGRATION: CWS swqbugfixes14 (1.4.4); FILE MERGED 2005/02/04 15:00:33 fme 1.4.4.2: #i33887# Correct definition of NodeMapEntry 2005/01/28 09:29:54 fme 1.4.4.1: #118572# #i33887# New: Looping Louie (Light) - Tries to solve a desperate situation before Looping Louie takes over

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [b4715acceda1fe2ba9c92722c2ecedee8b35bca5]

        INTEGRATION: CWS swqbugfixes14 (1.4.4); FILE MERGED 2005/01/28 09:29:54 fme 1.4.4.1: #118572# #i33887# New: Looping Louie (Light) - Tries to solve a desperate situation before Looping Louie takes over

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [ca36e412bd94a0867be043029f4f15489427395b]

        INTEGRATION: CWS swqbugfixes14 (1.42.124); FILE MERGED 2005/01/28 09:29:53 fme 1.42.124.1: #118572# #i33887# New: Looping Louie (Light) - Tries to solve a desperate situation before Looping Louie takes over

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [db7be93d226e9199374f56483b5388a62f82d9ac]

        INTEGRATION: CWS swqbugfixes14 (1.35.116); FILE MERGED 2005/01/31 13:04:29 fme 1.35.116.1: #i41424# Only trigger UpdateMarkedNumLevel if necessary

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [09e437d9f40f5c3cef7b7b391d76c970b3fc5c38]

        INTEGRATION: CWS swqbugfixes14 (1.40.4); FILE MERGED 2005/01/28 13:21:25 od 1.40.4.1: #i41324# <SwDrawContact::_Changed(..)> - correct notification of background 	 on object movement and resize.

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [ac372c706e8dc49e6844bb359a25d6f694d8fc6c]

        INTEGRATION: CWS swqbugfixes14 (1.43.4); FILE MERGED 2005/01/31 13:04:29 fme 1.43.4.4: #i41424# Only trigger UpdateMarkedNumLevel if necessary 2005/01/28 14:52:28 fme 1.43.4.3: #i41424# Argh! Second try! 2005/01/28 14:49:36 fme 1.43.4.2: #i41424# File has been checked in with wrong bug id 2005/01/28 14:46:26 fme 1.43.4.1: #i40018# #i40019# Cursor travelling in front of numbering label

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [306e994416561638c2bc8168de8f082fc6ba181e]

        INTEGRATION: CWS swqbugfixes14 (1.15.124); FILE MERGED 2005/01/31 13:04:28 fme 1.15.124.1: #i41424# Only trigger UpdateMarkedNumLevel if necessary

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [6f0ca1aacba02312be6040a74543ed3e647f752c]

        INTEGRATION: CWS swqbugfixes14 (1.52.4); FILE MERGED 2005/02/04 12:49:43 fme 1.52.4.3: #i41732# Syntax error 2005/02/01 10:28:14 fme 1.52.4.2: #i41732# Only set bInFrontOfLabel if parargaph has be real and visual number/bullet/outline 2005/01/31 13:04:28 fme 1.52.4.1: #i41424# Only trigger UpdateMarkedNumLevel if necessary

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [0c906750649a576fddd9898ebaa61ee037c47622]

        INTEGRATION: CWS swqbugfixes14 (1.11.124); FILE MERGED 2005/01/31 13:01:06 fme 1.11.124.1: #i41424# Only trigger UpdateMarkedNumLevel if necessary

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [e57e9843f58fb000f8e76317197f44aa71844cd8]

        INTEGRATION: CWS swqbugfixes14 (1.34.62); FILE MERGED 2005/02/02 08:12:19 fme 1.34.62.2: #i41732# Some more comments - Thank you, hbrinkm 2005/02/01 10:11:01 fme 1.34.62.1: #i41732# Only set bInFrontOfLabel if parargaph has be real and visual number/bullet/outline

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [a5bb145284dfdca528a78e4b69305b9a030eb139]

        INTEGRATION: CWS swqbugfixes14 (1.30.144); FILE MERGED 2005/01/31 13:01:05 fme 1.30.144.1: #i41424# Only trigger UpdateMarkedNumLevel if necessary

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [2150614051402407a7ae0b5db14dd3c84b1e5dbe]

        INTEGRATION: CWS swqbugfixes14 (1.10.4); FILE MERGED 2005/01/28 12:34:28 od 1.10.4.1: #i33818# <SwAnchoredObject::GetRelPosToPageFrm(..)> - adjustment to 	 improvement WW8 export of anchored object positions.

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [553e0c476f961256540b4796ba9d27ecbdf2a2ef]

        INTEGRATION: CWS swqbugfixes14 (1.13.158); FILE MERGED 2005/01/31 14:56:46 od 1.13.158.1: #i40579# class <XMLFootnoteConfigurationImportContext> 	 rename method <CreateAndInsertLate(..)> to <Finish(..)>

2005-02-22  Vladimir Glazounov  <vg@openoffice.org>  [2364e07edf97bafe4c6d32483376a2ef62f85bdd]

        INTEGRATION: CWS swqbugfixes14 (1.4.158); FILE MERGED 2005/01/31 14:55:05 od 1.4.158.1: #i40579# class <XMLFootnoteConfigurationImportContext> 	 rename method <CreateAndInsertLate(..)> to <Finish(..)>

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b11991547b5e3dceab154625eada9ceafc3a7907]

        INTEGRATION: CWS fwkpostbeta02 (1.166.12); FILE MERGED 2005/02/15 08:54:24 mba 1.166.12.1: #i42804#: allow module specifiers on cmdline for opening files

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [796094e47179a853dfc0511780a264d133896a8d]

        INTEGRATION: CWS fwkpostbeta02 (1.2.116); FILE MERGED 2005/02/15 09:19:13 mba 1.2.116.1: #i42804#: allow module specifiers on cmdline for opening files

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [788f3b1d3b1e975bb752a5e27db93e3fe48c9670]

        INTEGRATION: CWS fwkpostbeta02 (1.17.160); FILE MERGED 2005/02/15 08:54:25 mba 1.17.160.1: #i42804#: allow module specifiers on cmdline for opening files

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [8b03e52f227ac310ebb9430003beea50830a5111]

        INTEGRATION: CWS fwkpostbeta02 (1.43.30); FILE MERGED 2005/02/15 09:18:34 mba 1.43.30.2: #i42804#: allow module specifiers on cmdline for opening files 2005/02/15 08:54:25 mba 1.43.30.1: #i42804#: allow module specifiers on cmdline for opening files

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6b6a268d22f409f884a4f66ea8b3cc822d310751]

        INTEGRATION: CWS fwkpostbeta02 (1.6.450); FILE MERGED 2005/02/15 08:54:25 mba 1.6.450.1: #i42804#: allow module specifiers on cmdline for opening files

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [d8a61416489e49efd3db0b1171378f208670603a]

        INTEGRATION: CWS fwkpostbeta02 (1.20.34); FILE MERGED 2005/02/15 08:54:25 mba 1.20.34.1: #i42804#: allow module specifiers on cmdline for opening files

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a72c46b07717aea0e2b97ea200cde5ccfe43fab2]

        INTEGRATION: CWS fwkpostbeta02 (1.2.110); FILE MERGED 2005/02/14 16:45:10 sb 1.2.110.1: #i42746# Removed commented-out code that contained non-ASCII characters.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3b4afcbe9fdbc3a21277c336d81b125182fd4740]

        INTEGRATION: CWS fwkpostbeta02 (1.3.44); FILE MERGED 2005/02/14 16:45:10 sb 1.3.44.1: #i42746# Removed commented-out code that contained non-ASCII characters.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6619ab23ff70387f41099be5e3cd8ea2330c02da]

        INTEGRATION: CWS fwkpostbeta02 (1.4.112); FILE MERGED 2005/02/14 16:46:47 sb 1.4.112.1: #i42746# Merged in 1.4.108.2; removed commented-out code that contained non-ASCII characters.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [795b4f365fe0b04fbee69ba615562794257fce8d]

        INTEGRATION: CWS fwkpostbeta02 (1.6.154); FILE MERGED 2005/02/14 16:52:15 sb 1.6.154.1: #i42746# Removed commented-out code that contained non-ASCII characters.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [60f4432c56c80260ee2354b68ab614983e3bf172]

        INTEGRATION: CWS fwkpostbeta02 (1.12.68); FILE MERGED 2005/02/14 16:44:00 sb 1.12.68.1: #i42746# Cleaned up comments to contain only ASCII characters.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3a1d9ae1d914dbad59f8280243afce8f7bb45d62]

        INTEGRATION: CWS fwkpostbeta02 (1.37.30); FILE MERGED 2005/02/11 12:01:22 mba 1.37.30.1: #i42433#: version im/export moved to XMLOFF

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a2e40d85dd1130d32079490b70fecbc1b168c7d7]

        INTEGRATION: CWS fwkpostbeta02 (1.70.2); FILE MERGED 2005/02/15 20:05:02 mba 1.70.2.3: #i41710#: after resync problem changed: must be fixed elsewhere 2005/02/10 11:47:24 mba 1.70.2.2: RESYNC: (1.70-1.71); FILE MERGED 2005/02/03 12:16:55 mba 1.70.2.1: #i41710#: don't activate empty ViewFrame; #i40160#: events need to be postponed until activation

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [706d0eb8c4102d384ebd10f5ef848e2b7fe52c2d]

        INTEGRATION: CWS fwkpostbeta02 (1.4.824); FILE MERGED 2005/02/11 12:00:51 mba 1.4.824.1: #i42433#: handle document revision through a UNO API

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b12357a33a3d1dd5fb472ba41a64c14809ac7838]

        INTEGRATION: CWS fwkpostbeta02 (1.2.202); FILE MERGED 2005/02/11 12:00:41 mba 1.2.202.1: #i41452#: make sure that object is destroyed when window is going to be disposed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [d8b8e273d4ed32a6b2bf34719e2aa54f4cfa2ef2]

        INTEGRATION: CWS fwkpostbeta02 (1.2.202); FILE MERGED 2005/02/14 09:59:05 mba 1.2.202.2: #i41965#: wrong define for include 2005/02/11 12:00:40 mba 1.2.202.1: #i41452#: make sure that object is destroyed when window is going to be disposed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6c2a77aca063bb2d8e2eee324ced40dae39fbfe3]

        INTEGRATION: CWS fwkpostbeta02 (1.81.2); FILE MERGED 2005/02/15 21:34:15 mba 1.81.2.4: #i41710#: in caseof reloading empty ViewFrame is possible 2005/02/11 11:59:44 mba 1.81.2.3: #i41983#: preused filter name can't be set on export 2005/02/10 11:46:15 mba 1.81.2.2: RESYNC: (1.81-1.82); FILE MERGED 2005/02/03 16:41:38 mba 1.81.2.1: #i41854#: handle warnings while saving

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [282afda1df77474e984a0f12246145beaf6142d2]

        INTEGRATION: CWS fwkpostbeta02 (1.2.202); FILE MERGED 2005/02/11 11:48:31 mba 1.2.202.1: #i41452#: make sure that object is destroyed when window is going to be disposed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ac615727f88de8894d58f3a0c48163ed340d862e]

        INTEGRATION: CWS fwkpostbeta02 (1.150.2); FILE MERGED 2005/02/15 17:09:57 mba 1.150.2.6: #i41733#: don't set document to modified if export fails 2005/02/11 11:58:02 mba 1.150.2.5: #i42433#: handle document revision through a UNO API; #i41733#: no manipulations on persistence while or after export; #i38953#: make sure that object container is not created if not necessary 2005/02/10 11:46:04 mba 1.150.2.4: RESYNC: (1.151-1.153); FILE MERGED 2005/02/04 10:30:35 mba 1.150.2.3: #i27321#: set BaseURL for UNO based filters 2005/02/03 12:37:26 mba 1.150.2.2: #i38953#: make sure that the object container is not created while the document storage is switched 2005/02/03 12:15:25 mba 1.150.2.1: #i41733#: wrong error recovery after failed export; #i38953#: check for successful storage creation

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [50171446f62f659f6962da7ef5af9560c30e4f55]

        INTEGRATION: CWS fwkpostbeta02 (1.19.54); FILE MERGED 2005/02/11 11:51:36 mba 1.19.54.1: #i42433#: handle document revision through a UNO API

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ff62efdff1f0b7a32e8d8a4874cdf616b7e5c210]

        INTEGRATION: CWS fwkpostbeta02 (1.3.78); FILE MERGED 2005/02/11 11:48:31 mba 1.3.78.1: #i41452#: make sure that object is destroyed when window is going to be disposed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [07ab8a39c33f338555a90005ba7b189cf5da9693]

        INTEGRATION: CWS fwkpostbeta02 (1.12.14); FILE MERGED 2005/02/11 11:51:11 mba 1.12.14.1: #i42255#: use correct filter fallback; #i41983#: no alienwarning for exports

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b5181a5e191004e84cc1e797f133a5b8a5bdb116]

        INTEGRATION: CWS fwkpostbeta02 (1.159.2); FILE MERGED 2005/02/11 11:50:06 mba 1.159.2.1: #i42433#: handle document revision through a UNO API; #i41067#: take care for jumpmarks in URLs

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6cef139963faf3028a57534abe765d07c309e2e2]

        INTEGRATION: CWS fwkpostbeta02 (1.2.202); FILE MERGED 2005/02/14 09:58:49 mba 1.2.202.2: #i41965#: avoid doubled codebase parameter 2005/02/11 11:48:31 mba 1.2.202.1: #i41452#: make sure that object is destroyed when window is going to be disposed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0bf54c0e9585acf9eae3a4e42a2fde78fb43fc99]

        INTEGRATION: CWS fwkpostbeta02 (1.7.204); FILE MERGED 2005/02/11 10:55:59 mba 1.7.204.1: #i42433#: handle document revision through a UNO API

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ad4a03ff5e4a789ec5d5523fe8e399b7baec9e36]

        INTEGRATION: CWS fwkpostbeta02 (1.113.2); FILE MERGED 2005/02/11 10:56:33 mba 1.113.2.1: #i42433#: handle document revision through a UNO API

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f023a1b3e28d32d7360f9f8bb5db3434ebd40577]

        INTEGRATION: CWS fwkpostbeta02 (1.37.4); FILE MERGED 2005/02/11 10:55:40 mba 1.37.4.2: #i42402#: don't bind dispatches for slave slots 2005/02/03 12:13:43 mba 1.37.4.1: #i40913#: don't execute disabled slot via dispatch API

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [41764425255e518336c47ef5b470a1f21e3f5519]

        INTEGRATION: CWS fwkpostbeta02 (1.7.454); FILE MERGED 2005/02/11 12:01:39 mba 1.7.454.1: #i42433#: version im/export moved to XMLOFF

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2eaad12b07c10a4fd89ddbe8fa3ee05ae4c365c7]

        INTEGRATION: CWS fwkpostbeta02 (1.5.12); FILE MERGED 2005/02/11 13:21:26 oj 1.5.12.1: #i42487# catch NoSuchElementException

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [82ad834efbcabc0f9fbbac19984d08727c2f050d]

        INTEGRATION: CWS fwkpostbeta02 (1.6.128); FILE MERGED 2005/02/15 11:36:05 jl 1.6.128.1: #i41965# AppletExcecutionContext receives the 'document base' and not the document url

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b90486b688c52f750f653cf591dacee7face2e82]

        INTEGRATION: CWS fwkpostbeta02 (1.20.52); FILE MERGED 2005/02/16 10:04:44 mba 1.20.52.3: #i41965#: wichids for applet must be coherent 2005/02/15 16:14:08 mba 1.20.52.2: #i41965#: small correction 2005/02/14 16:46:31 mba 1.20.52.1: #i41965#: pass DocBase parameter

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [35aea4d22fc87a7e41278de75ae3c120636c5c72]

        INTEGRATION: CWS fwkpostbeta02 (1.58.82); FILE MERGED 2005/02/14 16:46:31 mba 1.58.82.1: #i41965#: pass DocBase parameter

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b71e44f300ad7d618ebfbed1ad07c416694dffed]

        INTEGRATION: CWS fwkpostbeta02 (1.23.60); FILE MERGED 2005/02/11 10:32:37 mba 1.23.60.1: #i42433#: handle document revision through a UNO API

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0a09fbc9885baad7f9be3f676b59831c70b225c8]

        INTEGRATION: CWS fwkpostbeta02 (1.1.2); FILE ADDED 2005/02/11 10:32:13 mba 1.1.2.1: #i42433#: handle document revision through a UNO API

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0e2872182a7565572995f96d1ca3ea160498a9e3]

        INTEGRATION: CWS fwkpostbeta02 (1.35.110); FILE MERGED 2005/02/11 10:54:22 mba 1.35.110.1: #i42433#: handle document revision through a UNO API

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [47ce5c01cbd3dde284ff95b1b8900ba2bd64bfc7]

        INTEGRATION: CWS fwkpostbeta02 (1.1.2); FILE ADDED 2005/02/11 10:54:21 mba 1.1.2.1: #i42433#: handle document revision through a UNO API

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [956f6b3cf218749cc2770983f3f43bf379870fbc]

        INTEGRATION: CWS fwkpostbeta02 (1.1.2); FILE ADDED 2005/02/11 10:54:19 mba 1.1.2.1: #i42433#: handle document revision through a UNO API

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f5197bc0fc8d976113de3a31cdc703d9d3db3fd3]

        INTEGRATION: CWS fwkpostbeta02 (1.38.40); FILE MERGED 2005/02/14 16:20:40 mba 1.38.40.1: #i41965#: pass DocBase parameter; correct absolute DocumentBase

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4cf78a35a39c97d83294157a8aeb0124aef113b6]

        INTEGRATION: CWS fwkpostbeta02 (1.20.88); FILE MERGED 2005/02/14 16:20:39 mba 1.20.88.1: #i41965#: pass DocBase parameter; correct absolute DocumentBase

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ca1a109434189929e5c9a7d48b7b80d72514d720]

        INTEGRATION: CWS fwkpostbeta02 (1.8.88); FILE MERGED 2005/02/14 16:20:38 mba 1.8.88.3: #i41965#: pass DocBase parameter; correct absolute DocumentBase 2005/02/14 14:57:04 jl 1.8.88.2: #41965# 2005/02/14 09:59:29 mba 1.8.88.1: #i41965#: pass DocBase parameter

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [221afd506d0fb084a2b5acb9af8158039d82c02c]

        INTEGRATION: CWS fwkpostbeta02 (1.19.40); FILE MERGED 2005/02/11 14:01:25 mba 1.19.40.1: #i42411#: couldn't open dot files

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [11d56650970ae3db2574cf67f23cd7004850ea0a]

        INTEGRATION: CWS fwkpostbeta02 (1.1.2); FILE ADDED 2005/02/11 12:26:39 mba 1.1.2.1: #i42433#: version im/export moved to XMLOFF

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c983c28f487f66a982e3d1bdecd494391a5504a5]

        INTEGRATION: CWS fwkpostbeta02 (1.8.38); FILE MERGED 2005/02/11 12:26:38 mba 1.8.38.1: #i42433#: version im/export moved to XMLOFF

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ad4dad7054bda66de1ac0d44eb0f4d3e8fbb45f4]

        INTEGRATION: CWS fwkpostbeta02 (1.100.4); FILE MERGED 2005/02/14 17:01:43 mba 1.100.4.2: #i41965#: pass DocBase parameter 2005/02/14 16:17:45 mba 1.100.4.1: #i41965#: pass DocBase parameter

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4337895b2f1b1275ae61a2f0db61e17fd0607f51]

        INTEGRATION: CWS fwkpostbeta02 (1.83.18); FILE MERGED 2005/02/14 16:16:29 mba 1.83.18.1: #i41965#: pass DocBase parameter

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3094701f3117da6124f282566c0b55d51882941f]

        INTEGRATION: CWS fwkpostbeta02 (1.20.38); FILE MERGED 2005/02/11 12:26:51 mba 1.20.38.1: #i42433#: version im/export moved to XMLOFF

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6da2e8fdc501fa78227b5e5b7363707e5587a639]

        INTEGRATION: CWS fwkpostbeta02 (1.1.2); FILE ADDED 2005/02/11 12:26:19 mba 1.1.2.1: #i42433#: version im/export moved to XMLOFF

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [30ec237b9e29b46c01aa203d74f4cdcd998eecca]

        INTEGRATION: CWS fwkpostbeta02 (1.4.86); FILE MERGED 2005/02/11 12:25:39 mba 1.4.86.1: #i42046#: make sure that only the binary filter part touches URLs

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [26bc05175ef5ff245799ca718a5e9ce59936f1af]

        INTEGRATION: CWS fwkpostbeta02 (1.5.8); FILE MERGED 2005/02/11 12:25:38 mba 1.5.8.1: #i42046#: make sure that only the binary filter part touches URLs

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a12bb59ef96809175a78c774bc0aa7f009778d2b]

        INTEGRATION: CWS fwkpostbeta02 (1.5.72); FILE MERGED 2005/02/11 12:24:04 mba 1.5.72.1: #119252#: superfluous code removed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2b76bb17d30e9a38dff676beffcfad60557084df]

        INTEGRATION: CWS fwkpostbeta02 (1.6.28); FILE MERGED 2005/02/11 12:23:55 mba 1.6.28.1: #119252#: superfluous code removed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f75a527bea3470493eb3569f595b8afdea982c1e]

        INTEGRATION: CWS sj15 (1.189.10); FILE MERGED 2005/02/04 20:15:36 sj 1.189.10.3: RESYNC: (1.189-1.192); FILE MERGED 2005/01/28 15:43:20 sj 1.189.10.2: #i23413# added method GetTextIsRTL to detect default text direction from string 2005/01/25 17:50:37 sj 1.189.10.1: #i23413# DrawPosition in GetTextOutlines corrupt because SalLayout has been released too early

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [95d89667d02e6a64feabd498c072b7c3d48dda04]

        INTEGRATION: CWS sj15 (1.13.44); FILE MERGED 2005/02/04 20:03:29 sj 1.13.44.2: RESYNC: (1.13-1.16); FILE MERGED 2005/01/20 18:00:50 sj 1.13.44.1: #39022# now using correct HitTest even if no line and fill style

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ccaa63d2a81e8faec7a153d005dfb783e01dc8f6]

        INTEGRATION: CWS sj15 (1.112.18); FILE MERGED 2005/02/10 13:06:25 sj 1.112.18.7: #i39240# transparency of bitmap missing 2005/02/10 11:49:25 sj 1.112.18.6: #i17319# cropping of linked graphics is now also working 2005/02/09 15:20:38 sj 1.112.18.5: #i23413# fixed gpf with fontwork starting with an empty paragraph 2005/02/04 20:00:25 sj 1.112.18.4: RESYNC: (1.112-1.115); FILE MERGED 2005/02/04 15:13:34 sj 1.112.18.3: #i40742# fixed scaling problem. 2005/02/03 14:29:26 sj 1.112.18.2: #109646# now using correct geometry for mso_sptarc (fixed a big snap rect problem) 2005/01/28 16:33:15 sj 1.112.18.1: #i23413# added rtl/ltr text direction for fontwork

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6e58ed2e1674a1e5c1d794f1068bf03da35cdbe1]

        INTEGRATION: CWS sj15 (1.8.552); FILE MERGED 2005/02/03 14:28:12 sj 1.8.552.1: #109646# refpoint property is no longer available

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [50850a9cd62128f3179cb97fa01127a180ff5f34]

        INTEGRATION: CWS sj15 (1.26.142); FILE MERGED 2005/02/03 14:27:48 sj 1.26.142.1: #109646# refpoint property is no longer available

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [af989f8897ba3a1d2e1639ae9bdaf2fbd60fed46]

        INTEGRATION: CWS sj15 (1.50.44); FILE MERGED 2005/01/19 14:24:15 sj 1.50.44.1: #i19455# moved ExAtom & ExContainer from sd to svx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7922c7ef53d6e2f0cafdcaffcbf81872afeb5b91]

        INTEGRATION: CWS sj15 (1.8.82); FILE MERGED 2005/02/04 19:35:17 sj 1.8.82.2: RESYNC: (1.8-1.9); FILE MERGED 2005/02/03 14:26:53 sj 1.8.82.1: #109646# added new geometry for mso_sptarc

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c051ab4e2f9b8edfa86e35df53fe8afc28646f3e]

        INTEGRATION: CWS sj15 (1.6.44); FILE MERGED 2005/01/28 15:46:53 sj 1.6.44.1: #i23413# added rtl/ltr text direction for fontwork

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a0741faf8bf9c03ab5d616ab30f8604e551a96e6]

        INTEGRATION: CWS sj15 (1.8.82); FILE MERGED 2005/02/04 19:35:08 sj 1.8.82.2: RESYNC: (1.8-1.9); FILE MERGED 2005/02/03 14:26:05 sj 1.8.82.1: #109646# textare of arc wrong if flipped

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [1e3902482108308c22f57197adc2d46bffed0d2c]

        INTEGRATION: CWS swqcore05 (1.42.68); FILE MERGED 2005/01/21 11:46:00 fme 1.42.68.3: #i38904# Correct default setting for new numbering/bullet adjustment 2005/01/17 11:26:04 hbrinkm 1.42.68.2: #i40048# MakeUniqueNumRules 2005/01/14 16:30:19 hbrinkm 1.42.68.1: #i39673# SetOutlineRule: use PropagateOutlineRule

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fbfdde6a3fe1ea98a7f4a0639bfb8e635605b8e1]

        INTEGRATION: CWS swqcore05 (1.11.14); FILE MERGED 2005/01/14 16:28:14 hbrinkm 1.11.14.1: #i39673# output for SwOutlineNodes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [d2e1cb55094c7a1f33fa9790bda4bde82bf5cbed]

        INTEGRATION: CWS sj15 (1.61.102); FILE MERGED 2005/02/17 12:07:15 sj 1.61.102.1: #i40742# fixed a scaling problem

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3234a9deaa8db760bbd7dbb6414aa3e8f9993c34]

        INTEGRATION: CWS swqcore05 (1.40.82); FILE MERGED 2005/01/28 12:33:57 hbrinkm 1.40.82.4: #1000000# resync 2005/01/26 15:59:52 hbrinkm 1.40.82.3: RESYNC: (1.40-1.42); FILE MERGED 2005/01/21 11:46:08 fme 1.40.82.2: #i38904# Correct default setting for new numbering/bullet adjustment 2005/01/13 16:18:10 hbrinkm 1.40.82.1: #i40041# activate outline numbering by numbering button in tool bar

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f3fa0cf1f97c3decdab675948ae67901386ba1c4]

        INTEGRATION: CWS swqcore05 (1.9.340); FILE MERGED 2005/01/21 11:46:06 fme 1.9.340.1: #i38904# Correct default setting for new numbering/bullet adjustment

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6783205ac8edc0a7c1e013065dac956f9c463d37]

        INTEGRATION: CWS swqcore05 (1.64.82); FILE MERGED 2005/01/20 16:20:56 hbrinkm 1.64.82.1: #i26324# numbers can be hidden by NO_NUMLEVEL

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [8c806b63461e2d7735f93d7f158864e47796ea2b]

        INTEGRATION: CWS swqcore05 (1.6.220); FILE MERGED 2005/01/14 08:55:38 hbrinkm 1.6.220.1: #i40034# invalidate numrule after turning numbering label on/off

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [641c4c46ab91662eb3699609124ae9feb7fda016]

        INTEGRATION: CWS sj15 (1.2.62); FILE MERGED 2005/01/19 14:25:42 sj 1.2.62.1: #i19455# now storing the correct standard style

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [8e58749d7d8271dfb05e0d3114de883adade4ebb]

        INTEGRATION: CWS swqcore05 (1.14.14); FILE MERGED 2005/01/28 17:03:00 hbrinkm 1.14.14.3: #i35776# remove debug code 2005/01/28 16:58:26 hbrinkm 1.14.14.2: #i35776# nSize already points to corresponding SwUndoStart 2005/01/17 14:25:16 hbrinkm 1.14.14.1: #i40039# if action to repeat is enclosed in UNDO_START/UNDO_END reuse the undo id from the undo start node

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f47b5eec09c3e02410102937cbefaaed2358402a]

        INTEGRATION: CWS swqcore05 (1.43.14); FILE MERGED 2005/01/13 16:16:26 hbrinkm 1.43.14.1: #i40041# SVX_NUM_NUMBER_NONE does not count as numbered

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [615ef4eda2dc024bd0b23b08239cf8ce30d8c616]

        INTEGRATION: CWS sj15 (1.80.62); FILE MERGED 2005/01/19 14:25:41 sj 1.80.62.1: #i19455# now storing the correct standard style

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [1f540109be73718c227282d87073fd445d289446]

        INTEGRATION: CWS swqcore05 (1.29.116); FILE MERGED 2005/02/14 14:14:23 hbrinkm 1.29.116.2: #i40048# SwFEShell::Copy: move index out of range of copy before MakeUniqueNumRules 2005/02/11 13:36:09 hbrinkm 1.29.116.1: #i40048# SwFEShell::Paste: use MakeUniqueNumrules

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [decb1a065d33f7e0a3faa5508807267d5f7680b1]

        INTEGRATION: CWS sj15 (1.47.24); FILE MERGED 2005/01/19 14:25:41 sj 1.47.24.1: #i19455# now storing the correct standard style

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c9f7374bda8877f78dd22ed7597c3c908a875f54]

        INTEGRATION: CWS swqcore05 (1.11.236); FILE MERGED 2005/01/21 11:46:03 fme 1.11.236.1: #i38904# Correct default setting for new numbering/bullet adjustment

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [30edf4defd4c029d10ee8ce72dd1f2b2a6f23107]

        INTEGRATION: CWS calc29 (1.7.168); FILE MERGED 2005/02/11 09:40:53 jmarmion 1.7.168.1: #i33764# - support resize and edit for new notes.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [19632f9ac23b36e82ee625b0849c8a2588b586d5]

        INTEGRATION: CWS calc29 (1.47.90); FILE MERGED 2005/02/11 11:11:07 nn 1.47.90.2: RESYNC: (1.47-1.48); FILE MERGED 2005/01/26 14:04:36 nn 1.47.90.1: #i41135# user data sequence instead of string for tab view settings in preview

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [79ca98bbae9b9de02aba4727151026f8acfb1e6f]

        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  Vladimir Glazounov  <vg@openoffice.org>  [0b32340fce0dbefef9314e76324da56560347efd]

        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  Vladimir Glazounov  <vg@openoffice.org>  [3ec5007ea0935b9194d7f548cac78fd5ef607d8a]

        INTEGRATION: CWS calc29 (1.23.166); FILE MERGED 2005/01/26 14:04:37 nn 1.23.166.1: #i41135# user data sequence instead of string for tab view settings in preview

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ebd49104a9585334f5988d77de7a603021589ec4]

        INTEGRATION: CWS swqcore05 (1.35.22); FILE MERGED 2005/01/25 10:25:24 hbrinkm 1.35.22.1: #i41253# GetPageDescFromPool: do not record creation of pagedesc for undo

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bd55574559585c83a1081ef138494f7f943a5e23]

        INTEGRATION: CWS sj15 (1.5.70); FILE MERGED 2005/02/03 18:54:33 sj 1.5.70.1: #i41918# changed property name text-path-scale-x to text-path-scale

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c42db456e62a9911871f06974a08c5287df6ccef]

        INTEGRATION: CWS calc29 (1.36.16); FILE MERGED 2005/02/01 19:44:24 nn 1.36.16.1: #i36896# overload DoConnect, call ConnectObject

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0b9bde900bf04d906581f9ee72b6bea19f1a1615]

        INTEGRATION: CWS swqcore05 (1.26.68); FILE MERGED 2005/02/09 17:27:44 dvo 1.26.68.2: #i26324# use nMySerial helpers for all non-product builds 2005/01/20 16:17:05 hbrinkm 1.26.68.1: #i26324# serial numbers for debug purposes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6d19bf11e729bbd72376dd43004592c4893711e7]

        INTEGRATION: CWS sj15 (1.4.70); FILE MERGED 2005/02/03 18:54:33 sj 1.4.70.1: #i41918# changed property name text-path-scale-x to text-path-scale

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [78f4f02c15d6cf0376186c06c5f2a751866d6680]

        INTEGRATION: CWS calc29 (1.7.168); FILE MERGED 2005/02/11 09:40:22 jmarmion 1.7.168.1: #i33764# - support resize and edit for new notes - limit repaint area.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2ec35f224d65767f14bc676cada3c973435fc62b]

        INTEGRATION: CWS sj15 (1.5.70); FILE MERGED 2005/02/03 18:54:32 sj 1.5.70.1: #i41918# changed property name text-path-scale-x to text-path-scale

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7fb830e94c1a8ef48e208f535690c0dd9635e1ee]

        INTEGRATION: CWS swqcore05 (1.23.80); FILE MERGED 2005/01/26 15:23:59 hbrinkm 1.23.80.2: RESYNC: (1.23-1.24); FILE MERGED 2005/01/17 16:27:48 hbrinkm 1.23.80.1: #i40217# do not broadcast for non-existent style sheets

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [72c10f219fa82446ff493c3c9fd6c345ef6635b7]

        INTEGRATION: CWS calc29 (1.15.168); FILE MERGED 2005/02/02 19:03:45 nn 1.15.168.1: #i41538# ScUndoPaste: call ExtendMerge

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b2fb833ca8e1b28c713851cdcc07a24000650292]

        INTEGRATION: CWS sj15 (1.85.22); FILE MERGED 2005/02/04 17:12:35 sj 1.85.22.2: RESYNC: (1.85-1.87); FILE MERGED 2005/02/03 18:54:03 sj 1.85.22.1: #i41918# changed property name text-path-scale-x to text-path-scale

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4f8d09c7c11e56924c4a37aaa7b82daf9cb6ff11]

        INTEGRATION: CWS calc29 (1.20.148); FILE MERGED 2005/01/26 14:03:59 nn 1.20.148.1: #i41135# user data sequence instead of string for tab view settings in preview

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a53b27522f7d34436535330449b6d7233dfc81ab]

        INTEGRATION: CWS calc29 (1.6.292); FILE MERGED 2005/01/26 14:04:00 nn 1.6.292.1: #i41135# user data sequence instead of string for tab view settings in preview

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [dbe957d88195b3dfa70e57f67d679c86b6b1e569]

        INTEGRATION: CWS swqcore05 (1.21.82); FILE MERGED 2005/02/09 17:27:43 dvo 1.21.82.2: #i26324# use nMySerial helpers for all non-product builds 2005/01/20 15:59:58 hbrinkm 1.21.82.1: #i26324# serial numbers for debug purposes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [23f63e051198aa2d9e33da9855670b994cf76ab9]

        INTEGRATION: CWS sj15 (1.4.70); FILE MERGED 2005/02/03 18:53:44 sj 1.4.70.1: #i41918# changed property name text-path-scale-x to text-path-scale

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a89d3f259fa188597419ca293c3b0fc51003bfba]

        INTEGRATION: CWS calc29 (1.1.1.1.774); FILE MERGED 2005/02/11 09:37:39 jmarmion 1.1.1.1.774.1: #i33764# - support resize and edit for new notes.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ca16b4350f68fd89337c91760ad3fd8e4b6310fe]

        INTEGRATION: CWS swqcore05 (1.10.234); FILE MERGED 2005/02/09 17:27:43 dvo 1.10.234.2: #i26324# use nMySerial helpers for all non-product builds 2005/01/20 15:59:57 hbrinkm 1.10.234.1: #i26324# serial numbers for debug purposes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2c264f50c6b7844804598b035a633a6e759071b1]

        INTEGRATION: CWS calc29 (1.2.738); FILE MERGED 2005/02/11 09:37:38 jmarmion 1.2.738.1: #i33764# - support resize and edit for new notes.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [61235cd418706ced280a5739fc7c15942fb7e6d8]

        INTEGRATION: CWS swqcore05 (1.8.214); FILE MERGED 2005/01/14 16:27:53 hbrinkm 1.8.214.1: #i39673# GetOutlineNds: update list on demand

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f5b937313c6e7702261adf594c0582f8724276f9]

        INTEGRATION: CWS calc29 (1.6.90); FILE MERGED 2005/02/01 19:43:58 nn 1.6.90.1: #i36896# overload DoConnect, call ConnectObject

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ea9ff5eac9547878e4ec219282ad2e974d6bfef2]

        INTEGRATION: CWS sj15 (1.21.262); FILE MERGED 2005/01/21 11:10:25 sj 1.21.262.2: #118798# linestyle has to be transparent for emr_bitblt 2005/01/19 15:20:26 sj 1.21.262.1: #i37894# size of bitmap actions can be negative

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [9fe16589a6c7ba6fa4c5da517d2d0cea5dac23ca]

        INTEGRATION: CWS swqcore05 (1.97.12); FILE MERGED 2005/01/26 15:21:01 hbrinkm 1.97.12.3: RESYNC: (1.97-1.98); FILE MERGED 2005/01/21 11:39:19 fme 1.97.12.2: #i38904# Correct default setting for new numbering/bullet adjustment 2005/01/17 11:25:32 hbrinkm 1.97.12.1: #i40048# MakeUniqueNumRules

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c84d69a3e9156d0438afe01c17bab0c016983179]

        INTEGRATION: CWS calc29 (1.7.22); FILE MERGED 2005/02/11 09:39:16 jmarmion 1.7.22.1: #i33764# - support resize and edit for new notes.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [979db5ec6692aacc2be5459a1c94f9d27724b31d]

        INTEGRATION: CWS swqcore05 (1.9.14); FILE MERGED 2005/01/14 16:26:05 hbrinkm 1.9.14.1: #i39673# output for SwOutlineNodes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b4826ebe918716e50b097935fbf5748e40ab15d0]

        INTEGRATION: CWS calc29 (1.19.46); FILE MERGED 2005/02/11 09:39:15 jmarmion 1.19.46.1: #i33764# - support resize and edit for new notes.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7e9a368ab00185bea96c2a1d7980df0df41076cb]

        INTEGRATION: CWS calc29 (1.6.168); FILE MERGED 2005/02/11 09:39:15 jmarmion 1.6.168.1: #i33764# - support resize and edit for new notes.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c7f145457fb9c330c6008cf696ad60a4cc354bad]

        INTEGRATION: CWS calc29 (1.13.78); FILE MERGED 2005/02/11 09:39:15 jmarmion 1.13.78.1: #i33764# - support resize and edit for new notes.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4b9c18fe4323f2b5d9207411c5d4683e79cb090f]

        INTEGRATION: CWS calc29 (1.8.402); FILE MERGED 2005/02/10 10:55:02 sab 1.8.402.1: #i40797#; make print ranges work

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4a91f1da0b10f3cea065fe1751fc852f917fd58f]

        INTEGRATION: CWS calc29 (1.32.90); FILE MERGED 2005/02/10 10:55:02 sab 1.32.90.1: #i40797#; make print ranges work

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [976c44c6180b3a180524158a3ad8ea43ace8569f]

        INTEGRATION: CWS calc29 (1.39.90); FILE MERGED 2005/02/04 16:11:32 sab 1.39.90.1: #i42039#; allow more characters in sheet names

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b8894fb0b4b75c72d14889a1dfecec8726370275]

        INTEGRATION: CWS calc29 (1.84.42); FILE MERGED 2005/02/10 10:55:02 sab 1.84.42.1: #i40797#; make print ranges work

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [472459d5165530116c399a3812fdd855ebb21058]

        INTEGRATION: CWS calc29 (1.111.42); FILE MERGED 2005/02/10 10:55:01 sab 1.111.42.1: #i40797#; make print ranges work

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [994a668a573f5daecb32879e692be8d9e03f8323]

        INTEGRATION: CWS calc29 (1.77.70); FILE MERGED 2005/02/04 11:15:21 sab 1.77.70.1: #119254#; solve repaint problems of hidden notes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ab6b60a74769d81182626dff8730fb73dcd17b91]

        INTEGRATION: CWS calc29 (1.187.14); FILE MERGED 2005/02/11 11:08:46 nn 1.187.14.2: RESYNC: (1.187-1.188); FILE MERGED 2005/02/04 11:15:20 sab 1.187.14.1: #119254#; solve repaint problems of hidden notes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ae5db2695f690618088b6e792ba7f04e799ccbb6]

        INTEGRATION: CWS calc29 (1.19.22); FILE MERGED 2005/02/11 09:41:21 jmarmion 1.19.22.1: #i33764# - support resize and edit for new notes.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [30ca105d6a022391d21f5b3ce33b4b7ceb1afb8f]

        INTEGRATION: CWS calc29 (1.10.184); FILE MERGED 2005/01/28 18:48:38 nn 1.10.184.1: #i30830# skip large formatted areas below data in GetPrintArea

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [8d0e7221797a3c8836c9fe58824c13552aac8e66]

        INTEGRATION: CWS calc29 (1.22.168); FILE MERGED 2005/01/28 18:48:37 nn 1.22.168.1: #i30830# skip large formatted areas below data in GetPrintArea

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [85eb29bcedc87556c4aab8adb9154abee5b71604]

        INTEGRATION: CWS calc29 (1.14.22); FILE MERGED 2005/02/04 15:57:39 nn 1.14.22.1: #i41847# TestInsertRow: cells can't be moved more than MAXROW rows

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ffca925057180c2d2e50e4e37aef7e50cb520cc0]

        INTEGRATION: CWS calc29 (1.18.168); FILE MERGED 2005/01/28 18:48:37 nn 1.18.168.1: #i30830# skip large formatted areas below data in GetPrintArea

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [92012371581a3265adf1597f3dba98d41175919a]

        INTEGRATION: CWS calc29 (1.13.168); FILE MERGED 2005/01/28 18:48:06 nn 1.13.168.1: #i30830# skip large formatted areas below data in GetPrintArea

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f21f3f8b33beedd164b05cb3c672d161e6fafa88]

        INTEGRATION: CWS calc29 (1.5.292); FILE MERGED 2005/01/28 18:48:06 nn 1.5.292.1: #i30830# skip large formatted areas below data in GetPrintArea

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [d8d374c039e7d349141befe3c9ef97f82f42bfa7]

        INTEGRATION: CWS calc29 (1.11.62); FILE MERGED 2005/02/11 11:03:48 nn 1.11.62.3: RESYNC: (1.11-1.13); FILE MERGED 2005/02/10 17:20:13 sab 1.11.62.2: #i41739#; ignore elements in text:p in office:annotation, but keep characters 2005/02/10 10:52:14 sab 1.11.62.1: #i42214#,#i40797#; remove new attributes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3c1c770dcda999fa9eaaaff938b427b16613b07f]

        INTEGRATION: CWS calc29 (1.10.62); FILE MERGED 2005/02/14 12:14:27 sab 1.10.62.3: #i40797#; solve merge conflict 2005/02/11 11:03:36 nn 1.10.62.2: RESYNC: (1.10-1.11); FILE MERGED 2005/02/10 10:53:21 sab 1.10.62.1: #i40797#,#i41077#; make printranges work

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2685b93a6a23867baa4df265bb0cc35abaf76c0e]

        INTEGRATION: CWS calc29 (1.3.68); FILE MERGED 2005/02/10 17:20:13 sab 1.3.68.1: #i41739#; ignore elements in text:p in office:annotation, but keep characters

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7d2405a54d13f68a35dfc5f619ad4bdb0b761856]

        INTEGRATION: CWS calc29 (1.2.168); FILE MERGED 2005/02/10 17:20:12 sab 1.2.168.1: #i41739#; ignore elements in text:p in office:annotation, but keep characters

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [dbed5db8f16fbbc7b66e7f238cb78627f72c2545]

        INTEGRATION: CWS calc29 (1.8.62); FILE MERGED 2005/02/11 11:02:49 nn 1.8.62.2: RESYNC: (1.8-1.9); FILE MERGED 2005/02/10 10:50:06 sab 1.8.62.1: #i42214#; add content_validation action

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [790e3d60f8eecd6873cf237b54a7ef4b7a8ef21a]

        INTEGRATION: CWS calc29 (1.42.62); FILE MERGED 2005/02/11 12:28:56 nn 1.42.62.3: #i41739# merge error 2005/02/11 11:00:20 nn 1.42.62.2: RESYNC: (1.42-1.43); FILE MERGED 2005/02/10 17:19:20 sab 1.42.62.1: #i41739#; change order of elements in annotation

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fc0b4e5b1322070c3a5ec0a818cee263be7be8cd]

        INTEGRATION: CWS moresystemstuff (1.75.2); FILE MERGED 2005/02/16 13:22:55 rene 1.75.2.1: #i42902# patch to conditionalize putting libstdc++/libgcc_s into the installset #i42911# patch to use system sane and system xrender headers

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7279d4ba3290cbff825637a0ce4ec247d4e7d8a0]

        INTEGRATION: CWS moresystemstuff (1.39.4); FILE MERGED 2005/02/16 13:23:02 rene 1.39.4.1: #i42902# patch to conditionalize putting libstdc++/libgcc_s into the installset #i42911# patch to use system sane and system xrender headers

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3ee2b8450f9b3ef4f64920b7f2e1ba10ff7cb545]

        INTEGRATION: CWS moresystemstuff (1.26.104); FILE MERGED 2005/02/16 13:22:59 rene 1.26.104.1: #i42902# patch to conditionalize putting libstdc++/libgcc_s into the installset #i42911# patch to use system sane and system xrender headers

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [29356495a62dacce2a0151b72ed6732781dffec6]

        INTEGRATION: CWS moresystemstuff (1.22.6); FILE MERGED 2005/02/16 13:23:00 rene 1.22.6.1: #i42902# patch to conditionalize putting libstdc++/libgcc_s into the installset #i42911# patch to use system sane and system xrender headers

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ccb0d91781f6ca325679114f1958dc38ba021f5d]

        INTEGRATION: CWS moresystemstuff (1.83.6); FILE MERGED 2005/02/16 13:23:00 rene 1.83.6.1: #i42902# patch to conditionalize putting libstdc++/libgcc_s into the installset #i42911# patch to use system sane and system xrender headers

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7927b3cb13a9b8d787de7f2b5601f260a105ea6f]

        INTEGRATION: CWS moresystemstuff (1.43.2); FILE MERGED 2005/02/16 13:22:58 rene 1.43.2.1: #i42902# patch to conditionalize putting libstdc++/libgcc_s into the installset #i42911# patch to use system sane and system xrender headers

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fc0d2467972413b01b44ee51504dcf0bff2abd5a]

        INTEGRATION: CWS moresystemstuff (1.94.2); FILE MERGED 2005/02/16 13:22:57 rene 1.94.2.1: #i42902# patch to conditionalize putting libstdc++/libgcc_s into the installset #i42911# patch to use system sane and system xrender headers

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [849b46fb63439c7b40d7a4ab8cd0317b3ab68130]

        INTEGRATION: CWS fwk1 (1.32.164); FILE MERGED 2005/02/16 14:05:20 cd 1.32.164.1: #i42571# Changed text according to EM

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4246348f82fa3eceaf716ec7ebb1a974d0353cf1]

        INTEGRATION: CWS fwk1 (1.5.54); FILE MERGED 2005/02/17 13:11:15 as 1.5.54.2: #i41091# correct 'Beenden' with 'Abbrechen' ... 2005/02/16 14:25:55 as 1.5.54.1: #i42729# rename OK to Save

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6129e0527f2a576317fa3b45b2240d1f39e8383a]

        INTEGRATION: CWS fwk1 (1.4.54); FILE MERGED 2005/02/17 08:08:44 as 1.4.54.1: #i41091# dont show cancel warning for error reporter any longer

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ecf12da56c565701a06363a2fe18d3a5d55139aa]

        INTEGRATION: CWS fwk1 (1.38.38); FILE MERGED 2005/02/16 14:06:53 cd 1.38.38.1: #i42571# Changed text according to EM

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a55ab3fd2cef100f46899a79fdb60c4c0efcf463]

        INTEGRATION: CWS dbwizard3 (1.2.58); FILE MERGED 2005/02/15 17:29:54 bc 1.2.58.4: ##Replacing of placeholders improved 2005/01/20 00:57:20 bc 1.2.58.3: #39669# Dataimport for Reports overworked 2005/01/07 15:17:03 bc 1.2.58.2: #i40082#new NumberFormatter class added 2004/12/18 21:54:59 bc 1.2.58.1: ##code for including schemas and catalogs in tablewizard added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f3435178a74e2f52028d90997698f54a1c65deae]

        INTEGRATION: CWS dbwizard3 (1.4.20); FILE MERGED 2005/01/20 00:57:18 bc 1.4.20.9: #39669# Dataimport for Reports overworked 2005/01/16 20:52:55 bc 1.4.20.8: #i40282#Thread handling in Webwizard removed 2005/01/11 21:38:48 bc 1.4.20.7: #i37839#new class ColumnPropertySet introduced 2005/01/08 12:40:29 bc 1.4.20.6: ##XCompletion Interface added 2005/01/07 15:17:01 bc 1.4.20.5: #i40082#new NumberFormatter class added 2004/12/18 21:54:56 bc 1.4.20.4: ##code for including schemas and catalogs in tablewizard added 2004/12/10 17:18:22 bc 1.4.20.3: #i37927#several changes added 2004/12/08 11:27:12 bc 1.4.20.2: #i38555# PrimaryKey page adapted to the task 2004/12/06 14:55:44 bc 1.4.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c1d6d4dc8abe603cdee7839f3f8a45b60b9fb5dd]

        INTEGRATION: CWS dbwizard3 (1.14.56); FILE MERGED 2004/12/08 14:41:10 bc 1.14.56.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/07 07:48:38 oj 1.14.56.1: #i38340# set type name when it is changed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [94bd24469298dfebb19797af84c9ee7d9b353f5c]

        INTEGRATION: CWS dbwizard3 (1.22.10); FILE MERGED 2005/02/17 17:51:51 bc 1.22.10.2: RESYNC: (1.22-1.23); FILE MERGED 2005/01/16 16:32:05 bc 1.22.10.1: #i40633# 'hasAuthentification' modified

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7b943587afa381e88e54b4a0166fe1dc6c76b835]

        INTEGRATION: CWS dbwizard3 (1.2.32); FILE MERGED 2005/02/18 11:22:53 bc 1.2.32.3: ## merge conflict resolved 2005/02/17 17:45:25 bc 1.2.32.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/07 16:49:15 bc 1.2.32.1: #i38555#several blanks removed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [e921a1069ae60b2e6c4c2c66fc554ef95bf13490]

        INTEGRATION: CWS dbwizard3 (1.142.16); FILE MERGED 2005/01/07 16:49:14 bc 1.142.16.1: #i38555#several blanks removed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [9dd342199e80cc6477f9a4b109589355ec3710bb]

        INTEGRATION: CWS dbwizard3 (1.2.32); FILE MERGED 2005/01/16 20:45:12 bc 1.2.32.1: #i40633#SpreadsheetConnectionClass modified

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [1ff07450db727cd49e0898e0e9eccdf9865ea0f4]

        INTEGRATION: CWS dbwizard3 (1.15.20); FILE MERGED 2005/01/04 11:13:17 bc 1.15.20.2: #i37762#helpids for fieldselection assigned 2004/12/17 11:07:18 bc 1.15.20.1: #i38832# helpindices for last page of tablewizard added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [213452327f94675091246896be4e12ced61d1fde]

        INTEGRATION: CWS dbwizard3 (1.40.176); FILE MERGED 2005/01/06 11:06:36 bc 1.40.176.1: #i40009# resource file for Overwrite all dialog changed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a95989c2569aededf769a36b2391b95ebeee47bf]

        INTEGRATION: CWS dbwizard3 (1.8.190); FILE MERGED 2004/12/09 15:19:26 bc 1.8.190.1: #i37927#handling of the filtercomponent improved

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [76afb50a098471c47d0197c5322cdf0a228ccd2f]

        INTEGRATION: CWS dbwizard3 (1.47.50); FILE MERGED 2005/01/03 10:04:53 bc 1.47.50.1: #i39500#All occurences of 'Autopilot' replaced

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [64bab2da83fcd2d1df6a7cae394de15c3f26b186]

        INTEGRATION: CWS dbwizard3 (1.32.62); FILE MERGED 2005/01/31 10:40:08 ih 1.32.62.2: #i39029# Help-ID deleted 2005/01/04 11:44:02 ih 1.32.62.1: #i39029# HelpID added for Help Button

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [77607bb27c2d7e087f1058ac59189fd4cdbf5271]

        INTEGRATION: CWS dbwizard3 (1.40.2); FILE MERGED 2005/02/17 17:35:27 bc 1.40.2.3: RESYNC: (1.40-1.41); FILE MERGED 2005/01/31 10:40:51 ih 1.40.2.2: odd -> odg 2005/01/06 11:08:43 bc 1.40.2.1: #i40009# logdocument now opened with "_blank" as target frame

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [61e67ccaa870e66bb4932886a70635b78727b773]

        INTEGRATION: CWS dbwizard3 (1.61.18); FILE MERGED 2005/01/24 16:17:49 bc 1.61.18.19: #i20198#Variable %NAME added 2005/01/21 09:05:59 bc 1.61.18.18: RESYNC: (1.63-1.64); FILE MERGED 2005/01/20 13:10:59 bc 1.61.18.17: #i20198#Error now handled when  columns cannot be retrieved 2005/01/14 17:02:35 bc 1.61.18.16: #i38823# Captital 'C' in 'Catalogs of database' inserted 2005/01/12 15:39:03 bc 1.61.18.15: #i40495#'Fertig stellen' modified 2005/01/10 14:48:44 bc 1.61.18.14: #i34266# 'Create Report' string modified 2005/01/07 16:30:29 bc 1.61.18.13: #i38823#labels for catalog and schema listboxes added 2005/01/07 16:05:51 bc 1.61.18.12: #i40070#dots at the end of the strings removed 2005/01/07 08:44:53 bc 1.61.18.11: #i49970# one string in report wizard removed 2005/01/04 14:28:58 bc 1.61.18.10: #i37113# double spaces removed 2005/01/03 13:54:15 bc 1.61.18.9: #i37847#some resources and Messageboxes modified 2005/01/03 11:26:28 bc 1.61.18.8: #i34266#Strings in final page modified 2005/01/03 10:19:48 bc 1.61.18.7: #i39450# 'Spreadsheet' replaced by 'spreadsheet' 2005/01/03 10:17:19 bc 1.61.18.6: #i39450# replaced all 'StarOffice' occurences with '%PRODUCTNAME' 2004/12/22 12:57:16 bc 1.61.18.5: #39314#Help entry modified 2004/12/20 15:59:13 bc 1.61.18.4: #i39314# foreign strings and unused strings removed 2004/12/09 15:19:23 bc 1.61.18.3: #i37927#handling of the filtercomponent improved 2004/12/08 14:36:03 bc 1.61.18.2: RESYNC: (1.61-1.63); FILE MERGED 2004/12/06 14:55:55 bc 1.61.18.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4e87d1c4c9e062fcd014a816f8c15329c4473d5f]

        INTEGRATION: CWS dbwizard3 (1.12.62); FILE MERGED 2005/01/04 11:42:29 ih 1.12.62.1: #i39029# HelpID added for Help Button

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [1112c42fa77cb0b92636f6f4369c6281a54820ae]

        INTEGRATION: CWS dbwizard3 (1.22.62); FILE MERGED 2005/01/31 10:42:26 ih 1.22.62.2: #i39029# Help-ID deleted 2005/01/04 11:42:29 ih 1.22.62.1: #i39029# HelpID added for Help Button

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [1369d28d331c760c2c40881921726c056f25d2b0]

        INTEGRATION: CWS dbwizard3 (1.3.28); FILE MERGED 2004/12/08 14:34:35 bc 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/06 14:55:53 bc 1.3.28.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [adab4e3f912dc2e50de09d967041f0f910c1dafb]

        INTEGRATION: CWS dbwizard3 (1.4.4); FILE MERGED 2005/01/16 20:52:58 bc 1.4.4.1: #i40282#Thread handling in Webwizard removed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [de9c7a01453e22304d76f5a2e4b5d7be9bb93c5f]

        INTEGRATION: CWS dbwizard3 (1.3.28); FILE MERGED 2005/01/16 20:52:58 bc 1.3.28.2: #i40282#Thread handling in Webwizard removed 2005/01/12 11:45:01 bc 1.3.28.1: #i39507# taborder in Webwizard modified Issue number: Submitted by: Reviewed by:

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [5360ea687a783cf74d0012ed49bc4942f81e276f]

        INTEGRATION: CWS dbwizard3 (1.4.4); FILE MERGED 2005/02/09 10:12:39 bc 1.4.4.1: ##several changes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c300d791e07ed4be606a34a71943852f3144941f]

        INTEGRATION: CWS dbwizard3 (1.3.28); FILE MERGED 2005/01/28 11:38:49 bc 1.3.28.1: #i39885# transformerfile in Process.java now closed after transformation

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [264d38b1568a1c5a29df456f6c7a4f758ac55c4a]

        INTEGRATION: CWS dr32 (1.19.156); FILE MERGED 2005/02/03 15:55:08 dr 1.19.156.2: #i40279# checkboxes/optionbuttons are centered vertically 2005/01/20 11:42:03 dr 1.19.156.1: #i39025# don't try to read fontdata for image controls

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [814f618c1f63a9989cea07ff7e17f8418e96f61a]

        INTEGRATION: CWS dbwizard3 (1.3.28); FILE MERGED 2005/01/28 11:38:48 bc 1.3.28.2: #i39885# transformerfile in Process.java now closed after transformation 2004/12/10 16:48:14 sb 1.3.28.1: #i38396# Fixed problem occuring when using Xalan-Java 2.6.0 and Java 1.5.0.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c64abe0fee48ed4568a8941a8d189fb860bf4375]

        INTEGRATION: CWS dbwizard3 (1.3.28); FILE MERGED 2005/01/16 20:52:58 bc 1.3.28.1: #i40282#Thread handling in Webwizard removed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [83771a34e0b938a3b59e3375a5dd14b12209f13f]

        INTEGRATION: CWS dbwizard3 (1.3.28); FILE MERGED 2005/01/28 11:38:48 bc 1.3.28.1: #i39885# transformerfile in Process.java now closed after transformation

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [127d37133fd9d3add17390d4c53a2d75aea1c060]

        INTEGRATION: CWS dbwizard3 (1.4.4); FILE MERGED 2005/01/26 21:25:26 bc 1.4.4.1: #i20198#copysections in dataimport added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [dc999562b01cb6599ebf2e227bdb7646cc2e169f]

        INTEGRATION: CWS dbwizard3 (1.1.2); FILE ADDED 2005/01/20 00:57:23 bc 1.1.2.2: #39669# Dataimport for Reports overworked 2005/01/06 11:23:03 bc 1.1.2.1: #i37837# Interface added Issue number: Submitted by: Reviewed by:

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a5a59bdb9b7329208367233ab1ab4d2735380f44]

        INTEGRATION: CWS dbwizard3 (1.3.18); FILE MERGED 2005/01/31 12:05:34 bc 1.3.18.7: #i39029# helpids of helpbuttons removed 2005/01/28 11:38:48 bc 1.3.18.6: #i39885# transformerfile in Process.java now closed after transformation 2005/01/20 00:57:22 bc 1.3.18.5: #39669# Dataimport for Reports overworked 2005/01/16 20:52:57 bc 1.3.18.4: #i40282#Thread handling in Webwizard removed 2004/12/10 17:18:27 bc 1.3.18.3: #i37927#several changes added 2004/12/08 14:32:06 bc 1.3.18.2: RESYNC: (1.3-1.7); FILE MERGED 2004/12/06 14:55:53 bc 1.3.18.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [8091f2582bf15f3913b7b8a48be81a5758ecdaa0]

        INTEGRATION: CWS dbwizard3 (1.4.20); FILE MERGED 2005/01/03 06:30:14 bc 1.4.20.1: #i37475# several changes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [81e9f7c08156247a78c1597319ab6fa969f20a20]

        INTEGRATION: CWS dbwizard3 (1.4.20); FILE MERGED 2005/01/16 20:52:57 bc 1.4.20.4: #i40282#Thread handling in Webwizard removed 2005/01/03 06:30:14 bc 1.4.20.3: #i37475# several changes 2004/12/09 15:19:23 bc 1.4.20.2: #i37927#handling of the filtercomponent improved 2004/12/06 14:55:52 bc 1.4.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [853efdfa59b4e667a636ecef9364620cd54786ed]

        INTEGRATION: CWS dbwizard3 (1.4.20); FILE MERGED 2005/01/03 06:30:13 bc 1.4.20.1: #i37475# several changes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4544d2293407e40de075fbaa8c452ca69e1b1316]

        INTEGRATION: CWS dbwizard3 (1.2.60); FILE MERGED 2004/12/10 17:18:27 bc 1.2.60.2: #i37927#several changes added 2004/12/06 14:55:52 bc 1.2.60.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6b9d63c611ddc3a3da2bdffc1e2578b6f08ba1fe]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/01/31 00:39:58 bc 1.3.20.1: #i22524#Prepending of Sorting criteria added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [61f4f33ff756f5a9bb561e28dc0e8bb490f5f25c]

        INTEGRATION: CWS dbwizard3 (1.2.60); FILE MERGED 2005/01/03 06:30:13 bc 1.2.60.1: #i37475# several changes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [cfc707859a809280e0a0840e73e5578a0227a02b]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/01/03 06:30:13 bc 1.3.20.1: #i37475# several changes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [03a4ec18165b73349213462618586d7de3abe003]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/01/10 20:34:22 bc 1.3.20.5: #i38555# Automatic Autovalue checkbox now also toggled 2005/01/07 15:17:09 bc 1.3.20.4: #i40082#new NumberFormatter class added 2004/12/10 17:18:27 bc 1.3.20.3: #i37927#several changes added 2004/12/09 15:19:22 bc 1.3.20.2: #i37927#handling of the filtercomponent improved 2004/12/06 14:55:51 bc 1.3.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [9fc06c89d6ca4ea6963a9eeffc348337089e929e]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/01/20 13:10:58 bc 1.3.20.3: #i20198#Error now handled when  columns cannot be retrieved 2005/01/03 06:30:13 bc 1.3.20.2: #i37475# several changes 2004/12/06 14:55:51 bc 1.3.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3b60d0dec81728f8166fdbbbf04939f94d821369]

        INTEGRATION: CWS dbwizard3 (1.3.28); FILE MERGED 2005/01/16 20:52:57 bc 1.3.28.1: #i40282#Thread handling in Webwizard removed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [341435e67ef268189c6af95abee7ee1a3732e5d9]

        INTEGRATION: CWS dbwizard3 (1.3.26); FILE MERGED 2005/01/12 11:03:56 bc 1.3.26.4: #37931#ImgControl now made unique Issue number: Submitted by: Reviewed by: 2005/01/03 06:30:13 bc 1.3.26.3: #i37475# several changes 2004/12/10 17:18:26 bc 1.3.26.2: #i37927#several changes added 2004/12/06 14:55:50 bc 1.3.26.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3a507cb1108af065fbb8bfc1dd10990e36a4c7e9]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/01/20 13:10:58 bc 1.3.20.3: #i20198#Error now handled when  columns cannot be retrieved 2005/01/20 00:57:22 bc 1.3.20.2: #39669# Dataimport for Reports overworked 2004/12/06 14:55:50 bc 1.3.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4dbcf80fe7b14b2c2120eef6cab319bd2e89ce67]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/02/01 10:59:33 bc 1.3.20.8: #i41433# RepaintDialogStep call added to initialize method 2005/01/31 00:39:58 bc 1.3.20.7: #i22524#Prepending of Sorting criteria added 2005/01/12 10:01:01 bc 1.3.20.6: #i37933#initialize of Aggregatecomponent.java modified 2005/01/11 23:04:16 bc 1.3.20.5: #i37933#'setControlVisible' modified 2005/01/10 20:34:22 bc 1.3.20.4: #i38555# Automatic Autovalue checkbox now also toggled 2004/12/10 17:18:26 bc 1.3.20.3: #i37927#several changes added 2004/12/09 15:19:22 bc 1.3.20.2: #i37927#handling of the filtercomponent improved 2004/12/06 14:55:50 bc 1.3.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6029ec5a67967472c4a3373e257cac8a9fd9a913]

        INTEGRATION: CWS dbwizard3 (1.2.60); FILE MERGED 2005/01/20 00:57:22 bc 1.2.60.2: #39669# Dataimport for Reports overworked 2005/01/07 15:17:08 bc 1.2.60.1: #i40082#new NumberFormatter class added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [80ba8e33159ac43bfb04c602c83641c996c96589]

        INTEGRATION: CWS dbwizard3 (1.3.26); FILE MERGED 2005/02/15 17:29:56 bc 1.3.26.4: ##Replacing of placeholders improved 2005/01/27 15:20:24 bc 1.3.26.3: #i37837# TypeInspector modified 2005/01/26 21:25:26 bc 1.3.26.2: #i20198#copysections in dataimport added 2005/01/20 00:57:22 bc 1.3.26.1: #39669# Dataimport for Reports overworked

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bbdae3a8247d5177bb996f9ad10fd402fcde4f67]

        INTEGRATION: CWS dbwizard3 (1.6.4); FILE MERGED 2005/01/20 13:10:57 bc 1.6.4.2: #i20198#Error now handled when  columns cannot be retrieved 2005/01/20 00:57:21 bc 1.6.4.1: #39669# Dataimport for Reports overworked

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fe9502821df494f276ccf4d71dd8ee09be9104d5]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/01/11 21:57:34 bc 1.2.20.2: ##ColumnPropertySet.java now in db package 2005/01/11 21:38:50 bc 1.2.20.1: #i37839#new class ColumnPropertySet introduced

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4e3f802ce2092d89e75a71649bc0408a695e368f]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/02/15 13:44:45 bc 1.2.20.15: #i42808# Fieldcontrolgroup in FieldFormatterpage now always visible Issue number: Submitted by: Reviewed by: 2005/01/27 15:20:24 bc 1.2.20.14: #i37837# TypeInspector modified 2005/01/25 21:57:39 bc 1.2.20.13: ## some slight modifications 2005/01/23 11:13:55 bc 1.2.20.12: ##Dataimport of queries now improved 2005/01/16 20:52:56 bc 1.2.20.11: #i40282#Thread handling in Webwizard removed 2005/01/14 11:47:53 bc 1.2.20.10: #i40501# FieldControl in TableWizard made higher Issue number: Submitted by: Reviewed by: 2005/01/12 10:01:01 bc 1.2.20.9: #i37933#initialize of Aggregatecomponent.java modified 2005/01/11 21:38:50 bc 1.2.20.8: #i37839#new class ColumnPropertySet introduced 2005/01/10 20:34:21 bc 1.2.20.7: #i38555# Automatic Autovalue checkbox now also toggled 2005/01/07 15:17:08 bc 1.2.20.6: #i40082#new NumberFormatter class added 2005/01/03 13:54:14 bc 1.2.20.5: #i37847#some resources and Messageboxes modified 2004/12/18 21:55:01 bc 1.2.20.4: ##code for including schemas and catalogs in tablewizard added 2004/12/13 16:00:45 bc 1.2.20.3: #i38823#new tablename is added to tablefilters 2004/12/08 11:27:15 bc 1.2.20.2: #i38555# PrimaryKey page adapted to the task 2004/12/06 14:55:49 bc 1.2.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [cd69d4c60421a9bc281916ab2e10c9509911136b]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/01/27 15:20:23 bc 1.2.20.4: #i37837# TypeInspector modified 2005/01/17 10:32:38 bc 1.2.20.3: ##import statements removed 2005/01/07 15:17:08 bc 1.2.20.2: #i40082#new NumberFormatter class added 2004/12/06 14:55:49 bc 1.2.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [07aa67a465a1693fde809e636d2574e2af6331e9]

        INTEGRATION: CWS dr32 (1.4.6); FILE MERGED 2005/02/03 11:53:17 dr 1.4.6.1: #118973# description for Calc add-ins

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fc59aba6385b8c59a3d23a16c429c272148838e2]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/01/27 15:20:23 bc 1.2.20.6: #i37837# TypeInspector modified 2005/01/11 21:38:49 bc 1.2.20.5: #i37839#new class ColumnPropertySet introduced 2005/01/10 20:34:21 bc 1.2.20.4: #i38555# Automatic Autovalue checkbox now also toggled 2005/01/07 15:17:07 bc 1.2.20.3: #i40082#new NumberFormatter class added 2004/12/08 11:27:15 bc 1.2.20.2: #i38555# PrimaryKey page adapted to the task 2004/12/06 14:55:48 bc 1.2.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ad0a0ab39f30b8320494e0e3dadcce34ffe40725]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/01/16 20:52:56 bc 1.2.20.7: #i40282#Thread handling in Webwizard removed 2005/01/12 10:01:00 bc 1.2.20.6: #i37933#initialize of Aggregatecomponent.java modified 2005/01/10 20:34:21 bc 1.2.20.5: #i38555# Automatic Autovalue checkbox now also toggled 2005/01/07 16:52:20 bc 1.2.20.4: ##lables for schema and catalog added Issue number: Submitted by: Reviewed by: 2005/01/07 15:17:07 bc 1.2.20.3: #i40082#new NumberFormatter class added 2004/12/18 21:55:01 bc 1.2.20.2: ##code for including schemas and catalogs in tablewizard added 2004/12/06 14:55:48 bc 1.2.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ab1954026b14914f7e144a4c87b3329871d3d89e]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/02/15 13:44:45 bc 1.2.20.9: #i42808# Fieldcontrolgroup in FieldFormatterpage now always visible Issue number: Submitted by: Reviewed by: 2005/01/16 20:52:56 bc 1.2.20.8: #i40282#Thread handling in Webwizard removed 2005/01/14 11:47:53 bc 1.2.20.7: #i40501# FieldControl in TableWizard made higher Issue number: Submitted by: Reviewed by: 2005/01/11 21:38:49 bc 1.2.20.6: #i37839#new class ColumnPropertySet introduced 2005/01/10 20:34:20 bc 1.2.20.5: #i38555# Automatic Autovalue checkbox now also toggled 2005/01/07 15:17:07 bc 1.2.20.4: #i40082#new NumberFormatter class added 2005/01/04 07:06:11 bc 1.2.20.3: ##reference to PeerConfigHelper removed Issue number: Submitted by: Reviewed by: 2004/12/18 21:55:01 bc 1.2.20.2: ##code for including schemas and catalogs in tablewizard added 2004/12/06 14:55:48 bc 1.2.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [617458be2c1c5bfb4aac48c6ed72c5f8d77a7830]

        INTEGRATION: CWS dr32 (1.23.334); FILE MERGED 2005/01/31 19:20:39 dr 1.23.334.2: RESYNC: (1.23-1.24); FILE MERGED 2005/01/13 12:08:22 dr 1.23.334.1: #i40405# set dist flag at SvxBoxInfoItem correctly

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a8a9629282f0fe4ac6c5d1f5f14b8a5621b90a40]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/01/07 15:17:06 bc 1.2.20.1: #i40082#new NumberFormatter class added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [8a4829b0b36cf30aab4d8d8b8a2aa20e17732fe2]

        INTEGRATION: CWS dr32 (1.9.4); FILE MERGED 2005/02/04 12:02:03 jmarmion 1.9.4.1: #119010# add mso_sptFlowChart/PredefinedProcess/InternalStorage as RECT GluePointType. Issue number: Submitted by: Reviewed by:

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3eff2510b415ca6d1d96bbc3c462d95f99883ea9]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2004/12/18 21:55:00 bc 1.2.20.1: ##code for including schemas and catalogs in tablewizard added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [489dc35d8e7e6e3e9425381547dc12dcdc0f2167]

        INTEGRATION: CWS dbwizard3 (1.58.20); FILE MERGED 2005/02/09 10:12:36 bc 1.58.20.17: ##several changes 2005/02/02 07:49:14 bc 1.58.20.16: ##initialization of Sorting Component modified 2005/01/31 12:05:33 bc 1.58.20.15: #i39029# helpids of helpbuttons removed 2005/01/31 00:39:57 bc 1.58.20.14: #i22524#Prepending of Sorting criteria added 2005/01/26 21:25:25 bc 1.58.20.13: #i20198#copysections in dataimport added 2005/01/25 21:57:38 bc 1.58.20.12: ## some slight modifications 2005/01/23 11:13:55 bc 1.58.20.11: ##Dataimport of queries now improved 2005/01/20 00:57:21 bc 1.58.20.10: #39669# Dataimport for Reports overworked 2005/01/17 10:32:36 bc 1.58.20.9: ##import statements removed 2005/01/16 20:52:55 bc 1.58.20.8: #i40282#Thread handling in Webwizard removed 2005/01/08 12:40:32 bc 1.58.20.7: ##XCompletion Interface added 2005/01/07 15:17:05 bc 1.58.20.6: #i40082#new NumberFormatter class added 2005/01/03 13:54:13 bc 1.58.20.5: #i37847#some resources and Messageboxes modified 2005/01/03 06:30:12 bc 1.58.20.4: #i37475# several changes 2004/12/18 21:55:00 bc 1.58.20.3: ##code for including schemas and catalogs in tablewizard added 2004/12/10 17:18:25 bc 1.58.20.2: #i37927#several changes added 2004/12/06 14:55:47 bc 1.58.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6229c808e1b0e53b7e99d9eca47f62eb03f21c1b]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/02/15 17:29:55 bc 1.3.20.4: ##Replacing of placeholders improved 2005/01/26 21:25:25 bc 1.3.20.3: #i20198#copysections in dataimport added 2005/01/25 21:57:38 bc 1.3.20.2: ## some slight modifications 2005/01/24 09:34:30 bc 1.3.20.1: ##collapsing of table temporarily removed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7d17bd5edd4fd4639064ad232ee3319309e21654]

        INTEGRATION: CWS dbwizard3 (1.2.58); FILE MERGED 2005/01/31 12:05:33 bc 1.2.58.1: #i39029# helpids of helpbuttons removed

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [54b3769272c50492ee30344767b6b7de6ecb1c72]

        INTEGRATION: CWS dbwizard3 (1.30.4); FILE MERGED 2005/02/15 17:29:55 bc 1.30.4.11: ##Replacing of placeholders improved 2005/01/31 00:39:57 bc 1.30.4.10: #i22524#Prepending of Sorting criteria added 2005/01/28 13:41:13 bc 1.30.4.9: #i20198#'renamelasttable' modified 2005/01/26 21:25:24 bc 1.30.4.8: #i20198#copysections in dataimport added 2005/01/25 21:57:38 bc 1.30.4.7: ## some slight modifications 2005/01/23 14:18:28 bc 1.30.4.6: #i22524#now querycommand is retrieved from query in dataimport 2005/01/23 11:13:54 bc 1.30.4.5: ##Dataimport of queries now improved 2005/01/20 00:57:20 bc 1.30.4.4: #39669# Dataimport for Reports overworked 2005/01/17 10:32:36 bc 1.30.4.3: ##import statements removed 2005/01/07 15:17:04 bc 1.30.4.2: #i40082#new NumberFormatter class added 2004/12/18 21:54:59 bc 1.30.4.1: ##code for including schemas and catalogs in tablewizard added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [84be91bb6b1815a06caeffe388fab2e432d767d3]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/01/31 00:39:57 bc 1.3.20.6: #i22524#Prepending of Sorting criteria added 2005/01/07 15:17:03 bc 1.3.20.5: #i40082#new NumberFormatter class added 2005/01/03 06:30:12 bc 1.3.20.4: #i37475# several changes 2004/12/10 17:18:24 bc 1.3.20.3: #i37927#several changes added 2004/12/09 15:19:22 bc 1.3.20.2: #i37927#handling of the filtercomponent improved 2004/12/06 14:55:46 bc 1.3.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [96807c0d31d107926f9742d4f3245040516f028a]

        INTEGRATION: CWS dbwizard3 (1.2.60); FILE MERGED 2004/12/09 15:19:21 bc 1.2.60.1: #i37927#handling of the filtercomponent improved

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [42ade420b5ae345e1cec7bf73517840c7a6d3a49]

        INTEGRATION: CWS dbwizard3 (1.2.60); FILE MERGED 2005/01/20 00:57:20 bc 1.2.60.3: #39669# Dataimport for Reports overworked 2004/12/10 17:18:23 bc 1.2.60.2: #i37927#several changes added 2004/12/06 14:55:46 bc 1.2.60.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [e0f1b17278b6b2a2da450ead9986f142e49f9136]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2004/12/06 14:55:45 bc 1.2.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [9a422d5122bf3cfb1c027faef902ae0ff512c524]

        INTEGRATION: CWS dr32 (1.1.8); FILE MERGED 2005/01/21 10:26:11 jmarmion 1.1.8.1: #i28561# xmerge changes for LaTex support. Issue number: Submitted by: Reviewed by:

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0193bcda00262cfa92eabba5a20d5245ca3783b3]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2004/12/18 21:54:59 bc 1.2.20.1: ##code for including schemas and catalogs in tablewizard added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [257330b9d6b098223f5b3add5e8acf7374ee846f]

        INTEGRATION: CWS dr32 (1.15.2); FILE MERGED 2005/01/28 15:04:14 jmarmion 1.15.2.2: #i41033# ensure "office:class" attribute set for new OASIS filter. Issue number: Submitted by: Reviewed by: 2005/01/21 10:25:17 jmarmion 1.15.2.1: #i28561# xmerge changes for LaTex support. Issue number: Submitted by: Reviewed by:

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0c36c7b93973ca0d55c3e8fa90ce378100cdc7bb]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/01/20 00:57:19 bc 1.2.20.5: #39669# Dataimport for Reports overworked 2005/01/03 06:30:11 bc 1.2.20.4: #i37475# several changes 2004/12/18 21:54:58 bc 1.2.20.3: ##code for including schemas and catalogs in tablewizard added 2004/12/10 17:18:23 bc 1.2.20.2: #i37927#several changes added 2004/12/06 14:55:45 bc 1.2.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [44dacd99f7717a7c43169fb2f00b0b3ec841cd3c]

        INTEGRATION: CWS dr32 (1.2.8); FILE MERGED 2005/01/21 10:23:26 jmarmion 1.2.8.1: #i28561# xmerge changes for LaTex support. Issue number: Submitted by: Reviewed by:

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b3538c3a9fa2e433ef404425f61ed55e5b74fe9d]

        INTEGRATION: CWS dbwizard3 (1.3.4); FILE MERGED 2005/01/20 00:57:19 bc 1.3.4.2: #39669# Dataimport for Reports overworked 2005/01/03 06:30:11 bc 1.3.4.1: #i37475# several changes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0c202dac44bf5222348cf3be101ba12beeb88906]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/01/21 10:20:08 jmarmion 1.1.2.1: #i28561# xmerge changes for LaTex support. Issue number: i28561 Submitted by:  jmarmion Reviewed by:   henrikjust

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3c5990980fa6556c68d46b3db82b00447a77e1f3]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/02/09 10:12:31 bc 1.2.20.3: ##several changes 2005/01/03 06:30:11 bc 1.2.20.2: #i37475# several changes 2004/12/18 21:54:58 bc 1.2.20.1: ##code for including schemas and catalogs in tablewizard added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7153bde8a26eb06fbe1ded254ead4f8f05bf6873]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/01/21 10:18:54 jmarmion 1.1.2.1: #i28561# xmerge changes for LaTex support. Issue number:i28561 Submitted by: jmarmion Reviewed by:   henrikjust

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [315b06f495194a8ace2b85bf54d22772c783ff0f]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2004/12/18 21:54:58 bc 1.2.20.1: ##code for including schemas and catalogs in tablewizard added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fa97d72ed5408d116d7c25a3e7516f4602a8c75e]

        INTEGRATION: CWS dr32 (1.2.8); FILE MERGED 2005/01/21 10:22:53 jmarmion 1.2.8.1: #i28561# xmerge changes for LaTex support. Issue number: i28561 Submitted by: Reviewed by:

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [03c38c132f934e81acf6e67431eb959f8a85bef9]

        INTEGRATION: CWS dr32 (1.33.8); FILE MERGED 2005/01/31 14:09:22 dr 1.33.8.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f41a511710e5ffc5311161464cb7f27b76ef8cdc]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/01/03 06:30:11 bc 1.2.20.1: #i37475# several changes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [5ce615d9aa3e6b7696f7ac681287710c16fe8021]

        INTEGRATION: CWS dr32 (1.29.146); FILE MERGED 2005/01/18 12:26:23 dr 1.29.146.2: RESYNC: (1.29-1.30); FILE MERGED 2005/01/12 10:46:25 dr 1.29.146.1: #i34769# conversion parameter handling; restore cursor after conversion

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [24d92a05385b4db1c4b48c7939eeea2ed3741d4c]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/01/03 06:30:11 bc 1.3.20.2: #i37475# several changes 2004/12/18 21:54:57 bc 1.3.20.1: ##code for including schemas and catalogs in tablewizard added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4060cfc8e1f7756816e36d836dbd39d0aac126d3]

        INTEGRATION: CWS dr32 (1.49.126); FILE MERGED 2005/02/02 14:13:13 dr 1.49.126.2: #b6219324# #i23079# #i27871# #i35812# #i37725# import/export of view settings 2005/01/31 14:09:22 dr 1.49.126.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [668f22a8c3325290af0cc0bd8e90a768c9445866]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/01/03 06:30:10 bc 1.2.20.2: #i37475# several changes 2004/12/18 21:54:57 bc 1.2.20.1: ##code for including schemas and catalogs in tablewizard added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3fd714660efbaa69da736cf612899b753d0f9c83]

        INTEGRATION: CWS dr32 (1.47.68); FILE MERGED 2005/01/31 18:07:12 dr 1.47.68.2: RESYNC: (1.47-1.48); FILE MERGED 2005/01/31 14:09:21 dr 1.47.68.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4f5fb6286f62e087d963f0b8639550c17f7d77cf]

        INTEGRATION: CWS dr32 (1.24.54); FILE MERGED 2005/01/31 14:09:20 dr 1.24.54.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [1439a6001b1809afd9fd68e38bae31eefe9e3860]

        INTEGRATION: CWS dbwizard3 (1.1.2); FILE ADDED 2005/01/27 15:20:23 bc 1.1.2.2: #i37837# TypeInspector modified 2005/01/11 16:10:12 bc 1.1.2.1: #i34889#TypeInspector class added Issue number: Submitted by: Reviewed by:

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [faceac045ad8421b483372eaf680f730b80be88c]

        INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2005/01/12 10:00:59 bc 1.2.20.9: #i37933#initialize of Aggregatecomponent.java modified 2005/01/11 21:57:33 bc 1.2.20.8: ##ColumnPropertySet.java now in db package 2005/01/11 21:38:48 bc 1.2.20.7: #i37839#new class ColumnPropertySet introduced 2005/01/10 20:34:20 bc 1.2.20.6: #i38555# Automatic Autovalue checkbox now also toggled 2004/12/18 21:54:57 bc 1.2.20.5: ##code for including schemas and catalogs in tablewizard added 2004/12/13 16:00:44 bc 1.2.20.4: #i38823#new tablename is added to tablefilters 2004/12/10 17:18:22 bc 1.2.20.3: #i37927#several changes added 2004/12/08 11:27:13 bc 1.2.20.2: #i38555# PrimaryKey page adapted to the task 2004/12/06 14:55:44 bc 1.2.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0e410a53c66251abff07a2e82b6b8fb1dae278b3]

        INTEGRATION: CWS dr32 (1.11.146); FILE MERGED 2005/01/12 10:46:25 dr 1.11.146.1: #i34769# conversion parameter handling; restore cursor after conversion

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [173eded51e7e1d7c723fe5263a2f3ec2684446d2]

        INTEGRATION: CWS dbwizard3 (1.2.60); FILE MERGED 2005/02/09 17:23:56 bc 1.2.60.9: ## Issue number: Submitted by: Reviewed by: 2005/01/31 00:39:56 bc 1.2.60.8: #i22524#Prepending of Sorting criteria added 2005/01/23 14:18:28 bc 1.2.60.7: #i22524#now querycommand is retrieved from query in dataimport 2005/01/23 11:13:54 bc 1.2.60.6: ##Dataimport of queries now improved 2005/01/21 13:05:06 bc 1.2.60.5: ##import statements corrected Issue number: Submitted by: Reviewed by: 2005/01/21 09:05:20 bc 1.2.60.4: RESYNC: (1.2-1.3); FILE MERGED 2005/01/20 00:57:18 bc 1.2.60.3: #39669# Dataimport for Reports overworked 2005/01/17 10:32:35 bc 1.2.60.2: ##import statements removed 2004/12/13 16:00:44 bc 1.2.60.1: #i38823#new tablename is added to tablefilters

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ace7b7b6d3e3ff183b56ae4fb1349ebd68413fda]

        INTEGRATION: CWS dr32 (1.2.148); FILE MERGED 2005/01/12 10:46:25 dr 1.2.148.1: #i34769# conversion parameter handling; restore cursor after conversion

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f611870f08846b9c6abb4eb05caa28d38f90e8dc]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/02/09 17:23:56 bc 1.3.20.6: ## Issue number: Submitted by: Reviewed by: 2005/02/09 10:12:26 bc 1.3.20.5: ##several changes 2005/01/26 21:25:24 bc 1.3.20.4: #i20198#copysections in dataimport added 2005/01/20 00:57:18 bc 1.3.20.3: #39669# Dataimport for Reports overworked 2005/01/08 12:40:30 bc 1.3.20.2: ##XCompletion Interface added 2005/01/07 15:17:02 bc 1.3.20.1: #i40082#new NumberFormatter class added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [d362c14c08acc6a7c71dbb535162c6c644d3ad90]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/01/31 14:09:20 dr 1.1.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b818baa0b84b4b9a5cf7ad8f6ad85276c13e7ff6]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/01/08 12:40:30 bc 1.3.20.1: ##XCompletion Interface added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3f3fb19e2f62c7e3f1a1b7776c8f073ffdc478e3]

        INTEGRATION: CWS dr32 (1.10.148); FILE MERGED 2005/01/31 14:09:18 dr 1.10.148.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f80efd63a740e8a87edaae745b22cf6a086f64db]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2005/01/20 00:57:18 bc 1.3.20.2: #39669# Dataimport for Reports overworked 2005/01/07 15:17:01 bc 1.3.20.1: #i40082#new NumberFormatter class added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [057fddd5383652fc22a45b8798d0feb47bd827f6]

        INTEGRATION: CWS dr32 (1.36.146); FILE MERGED 2005/01/12 10:46:24 dr 1.36.146.1: #i34769# conversion parameter handling; restore cursor after conversion

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6db882da1ba6f754c82151501a0da30b326aa952]

        INTEGRATION: CWS dr32 (1.13.146); FILE MERGED 2005/01/12 10:45:56 dr 1.13.146.1: #i34769# conversion parameter handling; restore cursor after conversion

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ccab065bcd6837a9b04a923558e674af1a036c11]

        INTEGRATION: CWS dbwizard3 (1.1.2); FILE ADDED 2005/01/23 11:13:54 bc 1.1.2.4: ##Dataimport of queries now improved 2005/01/03 06:30:10 bc 1.1.2.3: #i37475# several changes 2004/12/18 21:54:56 bc 1.1.2.2: ##code for including schemas and catalogs in tablewizard added 2004/12/13 16:01:47 bc 1.1.2.1: #i38823#new class added to inspect dbtablename Issue number: Submitted by: Reviewed by:

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c127d22fe7a6262efba4e8cf47490bc80fb4b956]

        INTEGRATION: CWS dr32 (1.60.112); FILE MERGED 2005/01/19 14:30:38 dr 1.60.112.1: #i40854# not enough space for pt-BR fixedtext

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [e607d1385e4c55dccb48f0d1b879e61c54b9b106]

        INTEGRATION: CWS dbwizard3 (1.4.20); FILE MERGED 2005/01/31 00:39:56 bc 1.4.20.7: #i22524#Prepending of Sorting criteria added 2005/01/24 16:19:07 bc 1.4.20.6: #i20198# variable %NAME added Issue number: Submitted by: Reviewed by: 2005/01/20 13:10:57 bc 1.4.20.5: #i20198#Error now handled when  columns cannot be retrieved 2005/01/20 00:57:18 bc 1.4.20.4: #39669# Dataimport for Reports overworked 2005/01/08 12:40:29 bc 1.4.20.3: ##XCompletion Interface added 2004/12/18 21:54:56 bc 1.4.20.2: ##code for including schemas and catalogs in tablewizard added 2004/12/13 16:00:43 bc 1.4.20.1: #i38823#new tablename is added to tablefilters

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bd457da632a5706122e6a1d798a54d9e87936305]

        INTEGRATION: CWS dr32 (1.8.148); FILE MERGED 2005/01/12 10:41:01 dr 1.8.148.1: #i34769# conversion parameter handling; restore cursor after conversion

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0677927a4cff4b1280b91c8d632164f77e9708d6]

        INTEGRATION: CWS dbwizard3 (1.1.2); FILE ADDED 2005/01/11 21:56:34 bc 1.1.2.1: ##ColumnPropertySet.java added Issue number: Submitted by: Reviewed by:

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2a130edba5beecfec5b6878b3f1d470793aa033f]

        INTEGRATION: CWS dr32 (1.24.56); FILE MERGED 2005/01/12 10:41:01 dr 1.24.56.1: #i34769# conversion parameter handling; restore cursor after conversion

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fea491a58f7cd4207227b47032bee2b77306b600]

        INTEGRATION: CWS dbwizard3 (1.2.58); FILE MERGED 2005/01/10 20:34:20 bc 1.2.58.1: #i38555# Automatic Autovalue checkbox now also toggled

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [17c28949ac916a9d1c2e46cfffe9c78ed683ed95]

        INTEGRATION: CWS dr32 (1.17.126); FILE MERGED 2005/01/31 14:09:03 dr 1.17.126.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [85009f25238c41af3526b2712f8e56a679b71f85]

        INTEGRATION: CWS dbwizard3 (1.2.58); FILE MERGED 2004/12/06 14:55:43 bc 1.2.58.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [79d453b5a326b26905cd2c3dedf319cdae50dea9]

        INTEGRATION: CWS dr32 (1.10.196); FILE MERGED 2005/01/12 10:41:00 dr 1.10.196.1: #i34769# conversion parameter handling; restore cursor after conversion

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [12f92def340ae54d5bf6fef969542730aacfb1d7]

        INTEGRATION: CWS dbwizard3 (1.1.2); FILE ADDED 2005/01/20 00:57:17 bc 1.1.2.3: #39669# Dataimport for Reports overworked 2005/01/10 20:34:19 bc 1.1.2.2: #i38555# Automatic Autovalue checkbox now also toggled 2005/01/07 15:18:38 bc 1.1.2.1: #i36087#class initialized

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [22885399d9f6fd000923b8df85cdc06f6479f32c]

        INTEGRATION: CWS dr32 (1.17.56); FILE MERGED 2005/01/31 14:09:03 dr 1.17.56.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [e56bbe1ea1ed5b91d6af2d3ec233f2eb2b739676]

        INTEGRATION: CWS dbwizard3 (1.3.20); FILE MERGED 2004/12/08 11:27:10 bc 1.3.20.2: #i38555# PrimaryKey page adapted to the task 2004/12/06 14:55:43 bc 1.3.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [929517bd1f052f963ab7caeafe2172e11ea5fd51]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/01/12 10:41:00 dr 1.1.2.1: #i34769# conversion parameter handling; restore cursor after conversion

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [767f6b1a8034d9fc4563fbec8a64fc75819e28e2]

        INTEGRATION: CWS dbwizard3 (1.3.26); FILE MERGED 2005/02/15 17:29:53 bc 1.3.26.3: ##Replacing of placeholders improved 2005/01/08 12:40:28 bc 1.3.26.2: ##XCompletion Interface added 2004/12/18 21:54:56 bc 1.3.26.1: ##code for including schemas and catalogs in tablewizard added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [5f9906ad8968c54eab8ebbe1f9047a3788147b87]

        INTEGRATION: CWS dr32 (1.7.148); FILE MERGED 2005/01/12 10:41:00 dr 1.7.148.1: #i34769# conversion parameter handling; restore cursor after conversion

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4a817e6f4cf9d1c1a9f682c9a6bd6a2d378fba15]

        INTEGRATION: CWS dbwizard3 (1.5.20); FILE MERGED 2005/01/28 11:38:47 bc 1.5.20.1: #i39885# transformerfile in Process.java now closed after transformation

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [33acbde38e3fb8672ac2051e82f6b06163e2033a]

        INTEGRATION: CWS dr32 (1.20.2); FILE MERGED 2005/01/31 14:08:50 dr 1.20.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [e46bce426fe9908e6a5be80b2f43804f77da8dfe]

        INTEGRATION: CWS dbwizard3 (1.4.20); FILE MERGED 2005/01/07 15:17:00 bc 1.4.20.3: #i40082#new NumberFormatter class added 2004/12/18 21:54:55 bc 1.4.20.2: ##code for including schemas and catalogs in tablewizard added 2004/12/06 14:55:42 bc 1.4.20.1: ##several bugfixes

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [9a7806c14613cc2065abb9e25c59bb36329982ba]

        INTEGRATION: CWS dr32 (1.77.8); FILE MERGED 2005/01/31 14:08:49 dr 1.77.8.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [646c70205a85ec84da02ef94e51951eb4706766b]

        INTEGRATION: CWS dbwizard3 (1.3.4); FILE MERGED 2005/01/07 15:16:59 bc 1.3.4.1: #i40082#new NumberFormatter class added

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [da1aa3db0f9a05bc609d8b254cc0cf8aaecd709a]

        INTEGRATION: CWS dr32 (1.75.2); FILE MERGED 2005/01/31 14:08:34 dr 1.75.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:03:42 dr 1.75.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ab29857e14241469dd5001752f70e78a922b332d]

        INTEGRATION: CWS dbwizard3 (1.5.2); FILE MERGED 2005/02/17 17:32:30 bc 1.5.2.8: RESYNC: (1.5-1.6); FILE MERGED 2005/02/15 17:29:52 bc 1.5.2.7: ##Replacing of placeholders improved 2005/01/11 21:57:33 bc 1.5.2.6: ##ColumnPropertySet.java now in db package 2005/01/11 21:38:47 bc 1.5.2.5: #i37839#new class ColumnPropertySet introduced 2005/01/08 12:40:28 bc 1.5.2.4: ##XCompletion Interface added 2005/01/07 15:16:58 bc 1.5.2.3: #i40082#new NumberFormatter class added 2005/01/04 06:38:12 bc 1.5.2.2: ##PeerConfigHelper.java removed 2004/12/13 16:00:42 bc 1.5.2.1: #i38823#new tablename is added to tablefilters

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [96b6d09a69efea538382474a10156ae468407069]

        INTEGRATION: CWS dr32 (1.18.126); FILE MERGED 2005/01/20 13:41:40 dr 1.18.126.1: #i40570# removed more RootData stuff

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [dcb92b5a7b0c75e06d1206dcecd36c9921761b68]

        INTEGRATION: CWS dr32 (1.13.148); FILE MERGED 2005/01/31 14:08:34 dr 1.13.148.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6b6181ebee8c7c5b7dd331d681b6c97c8ba37bcb]

        INTEGRATION: CWS dr32 (1.25.70); FILE MERGED 2005/01/20 13:41:40 dr 1.25.70.1: #i40570# removed more RootData stuff

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [eaa47e82216437c9a4f45132a12e910bd8426518]

        INTEGRATION: CWS dr32 (1.20.2); FILE MERGED 2005/01/31 14:08:33 dr 1.20.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 13:41:40 dr 1.20.2.1: #i40570# removed more RootData stuff

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [77f90c91328b8f1bc6cd77ee35596836e3634b5a]

        INTEGRATION: CWS dbwizard3 (1.51.18); FILE MERGED 2005/01/25 16:19:39 tl 1.51.18.1: #i41196# IsTextSelection has now an optional parameter to accept table cell selections

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [8911ca898db82d11beafa4071d488fd6f60148c8]

        INTEGRATION: CWS dr32 (1.3.272); FILE MERGED 2005/01/13 14:28:59 dr 1.3.272.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [18c7d27dbf0db2c79b1f89d0de027c3f77a31bf8]

        INTEGRATION: CWS dbwizard3 (1.9.120); FILE MERGED 2005/01/25 16:19:54 tl 1.9.120.1: #i41196# IsTextSelection has now an optional parameter to accept table cell selections

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [1084554ca13519f2b644e3622a90e7ca7358c5d5]

        INTEGRATION: CWS dr32 (1.5.50); FILE MERGED 2005/01/13 14:28:37 dr 1.5.50.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7d391ba9aabe4fb116ea4858fd0e6eb0a6855d3b]

        INTEGRATION: CWS dr32 (1.8.50); FILE MERGED 2005/01/31 14:08:23 dr 1.8.50.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/13 14:28:37 dr 1.8.50.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [1cf16bc78ecdf40dac129c8fdc6a950e40572d77]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/02/02 14:14:23 dr 1.1.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:07:42 dr 1.1.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [62498bf237b5fd3e6962d4588ccb5a05ab7f92eb]

        INTEGRATION: CWS dr32 (1.19.2); FILE MERGED 2005/02/02 14:14:23 dr 1.19.2.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:07:42 dr 1.19.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:03:07 dr 1.19.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [be80c70c96f90bfe48b66c7d057df77b29e84f6e]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/01/19 15:03:07 dr 1.1.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c6afad7e13cf99903f262657b343c9fe9729e470]

        INTEGRATION: CWS dr32 (1.19.2); FILE MERGED 2005/02/02 14:14:22 dr 1.19.2.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:07:42 dr 1.19.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 14:24:50 dr 1.19.2.1: #i40570# removed RootData::bWriteVBAStorage

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [8571e829f8406088498fabea40a70de3f2b9e468]

        INTEGRATION: CWS dr32 (1.6.148); FILE MERGED 2005/02/02 14:14:22 dr 1.6.148.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6f71b69a45cb6b08f8548b0aab1f1bc18553ab40]

        INTEGRATION: CWS dr32 (1.13.2); FILE MERGED 2005/01/20 11:42:40 dr 1.13.2.1: #i39025# add autoload property

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [616b08117704724aef4db5f6a646210fd7843944]

        INTEGRATION: CWS dr32 (1.21.120); FILE MERGED 2005/01/31 14:07:41 dr 1.21.120.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:03:06 dr 1.21.120.3: #i40570# removed/changed constants and enums 2005/01/18 12:15:41 dr 1.21.120.2: RESYNC: (1.21-1.22); FILE MERGED 2005/01/14 13:34:12 dr 1.21.120.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ceceb6eb178e317265fe091332a88c95a156176e]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/02/02 20:17:52 dr 1.1.2.3: #i10000# merge conflicts 2005/02/02 14:14:22 dr 1.1.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:07:41 dr 1.1.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [5248f4470b5765df6f1228548ef8a232e156a03f]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/01/31 14:07:41 dr 1.1.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f5c1681e8d87b539e55a17114cafa75202b3d1c7]

        INTEGRATION: CWS dr32 (1.15.2); FILE MERGED 2005/01/31 14:07:40 dr 1.15.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:03:06 dr 1.15.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a679c8b4aeaaf839a3f95a193016ddbb4a49279d]

        INTEGRATION: CWS dr32 (1.14.2); FILE MERGED 2005/02/02 14:14:22 dr 1.14.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:07:39 dr 1.14.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f5fc6b459b5a5858a60c52123fcbceb67e3c9b5f]

        INTEGRATION: CWS dr32 (1.3.148); FILE MERGED 2005/01/31 14:07:39 dr 1.3.148.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [d0de4bad9dd9ccc450f91d09287ebc27d978edaf]

        INTEGRATION: CWS dr32 (1.11.2); FILE MERGED 2005/02/04 14:03:08 dr 1.11.2.3: #i37725# add missing documentation 2005/02/02 14:14:21 dr 1.11.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/19 15:03:05 dr 1.11.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f0fa3636f4268f44c9e1dec9e253bfb58ad247a7]

        INTEGRATION: CWS dr32 (1.15.2); FILE MERGED 2005/02/04 11:55:46 jmarmion 1.15.2.1: #119010# allow imported connector areas to have a zero width or height.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [882b1518e355918a58fc2fc1102466399e98a5c1]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/02/02 14:14:21 dr 1.1.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:07:39 dr 1.1.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [d88f340993fac2103f6817354c693473cd24293f]

        INTEGRATION: CWS dr32 (1.5.2); FILE MERGED 2005/02/02 14:14:21 dr 1.5.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [69bb31e423a8faedcba6695bb25540ed0b1bd5b3]

        INTEGRATION: CWS dr32 (1.13.2); FILE MERGED 2005/01/19 15:03:05 dr 1.13.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4095b15878f40e6e02bb10a8f718f43d6fef2f5b]

        INTEGRATION: CWS dr32 (1.5.2); FILE MERGED 2005/01/19 15:03:04 dr 1.5.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [af183d4ef45803024ee0f68aff05b3241da9ca64]

        INTEGRATION: CWS dr32 (1.14.2); FILE MERGED 2005/02/02 14:14:21 dr 1.14.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:07:38 dr 1.14.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f72c14f7dbcc48dd64a09d3558cb5ba8b50c1ecc]

        INTEGRATION: CWS dr32 (1.7.2); FILE MERGED 2005/02/03 12:05:32 dr 1.7.2.1: #i40570# remove RootData::aStandard, changed ref handling

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7bc379ddcdb4e9de427ada5f4cb370be2fdfa20a]

        INTEGRATION: CWS dr32 (1.6.2); FILE MERGED 2005/02/02 14:14:21 dr 1.6.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [388e38b94ea3cbf4804bf651a364c1681928d1f0]

        INTEGRATION: CWS dr32 (1.2.2); FILE MERGED 2005/02/02 14:14:20 dr 1.2.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [408ac539a9f217a61568747e1f6d62daa9fa02ba]

        INTEGRATION: CWS dr32 (1.10.2); FILE MERGED 2005/01/31 14:07:37 dr 1.10.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:03:04 dr 1.10.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [082b1f7eaaa4129e071f0b56f74f4fdb8c2c0c47]

        INTEGRATION: CWS dr32 (1.14.2); FILE MERGED 2005/02/04 14:03:08 dr 1.14.2.2: #i37725# add missing documentation 2005/02/02 14:14:20 dr 1.14.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ef59b338ade6d27973442b51fff52ccea4a1ff21]

        INTEGRATION: CWS dr32 (1.3.2); FILE MERGED 2005/02/02 14:14:20 dr 1.3.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [30169be4815fe0234439fcd5cb9532a06bddcec3]

        INTEGRATION: CWS dr32 (1.9.2); FILE MERGED 2005/02/02 14:14:20 dr 1.9.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [35da0ed732900fa329da1474f6cd2a2b2afb56db]

        INTEGRATION: CWS dr32 (1.41.2); FILE MERGED 2005/01/31 14:07:37 dr 1.41.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f826d1ad31549c8b92a5a5d1b3a15b712532afe8]

        INTEGRATION: CWS dr32 (1.8.148); FILE MERGED 2005/01/20 13:41:17 dr 1.8.148.1: #i40570# removed more RootData stuff

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [62c218d7fdc655a6d8f69bed4043ae01d9b157a3]

        INTEGRATION: CWS dr32 (1.38.70); FILE MERGED 2005/02/03 12:05:32 dr 1.38.70.6: #i40570# remove RootData::aStandard, changed ref handling 2005/01/20 14:24:50 dr 1.38.70.5: #i40570# removed RootData::bWriteVBAStorage 2005/01/20 13:41:17 dr 1.38.70.4: #i40570# removed more RootData stuff 2005/01/18 12:10:34 dr 1.38.70.3: RESYNC: (1.38-1.39); FILE MERGED 2005/01/17 16:44:55 dr 1.38.70.2: #i40570# removed RootData::pCharset and RootData::bCellCut 2005/01/14 13:34:12 dr 1.38.70.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [50ffe6f78087882c5ad69793ba7f868580ae51b0]

        INTEGRATION: CWS dr32 (1.30.2); FILE MERGED 2005/01/31 14:07:37 dr 1.30.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ee9f159465a7db117aaa572e9a43fa3edd224d4a]

        INTEGRATION: CWS dr32 (1.15.120); FILE MERGED 2005/02/03 12:05:31 dr 1.15.120.1: #i40570# remove RootData::aStandard, changed ref handling

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6db69fa577d6a062ae7b63321a638d0e4e4bfa18]

        INTEGRATION: CWS dr32 (1.44.70); FILE MERGED 2005/01/31 14:07:37 dr 1.44.70.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/18 12:09:46 dr 1.44.70.2: RESYNC: (1.44-1.45); FILE MERGED 2005/01/13 14:27:19 dr 1.44.70.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b48e3c34b52f452034d494048f95ce5aaf805bfb]

        INTEGRATION: CWS dr32 (1.57.120); FILE MERGED 2005/01/18 12:09:20 dr 1.57.120.2: RESYNC: (1.57-1.58); FILE MERGED 2005/01/13 14:27:19 dr 1.57.120.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0085072c6e378a0f385753e5cd1af2da11caa61b]

        INTEGRATION: CWS dr32 (1.12.70); FILE MERGED 2005/01/20 13:41:17 dr 1.12.70.1: #i40570# removed more RootData stuff

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3dc5d5487388c0a9127e2c4f22e6bd52ce1170de]

        INTEGRATION: CWS dr32 (1.15.2); FILE MERGED 2005/01/31 14:07:36 dr 1.15.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [501daa3f5c3a3b1dfb199439eeebaf0a5423b9cc]

        INTEGRATION: CWS dr32 (1.45.148); FILE MERGED 2005/01/19 15:03:04 dr 1.45.148.2: #i40570# removed/changed constants and enums 2005/01/13 14:27:18 dr 1.45.148.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [09bb2950abfbc86ff32839ebac48d171fe5b9f23]

        INTEGRATION: CWS dr32 (1.17.272); FILE MERGED 2005/01/31 14:07:36 dr 1.17.272.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 13:41:17 dr 1.17.272.1: #i40570# removed more RootData stuff

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2dff27fe1c8edf64f5c85201174594c78e68ed53]

        INTEGRATION: CWS dr32 (1.17.70); FILE MERGED 2005/01/20 13:41:17 dr 1.17.70.2: #i40570# removed more RootData stuff 2005/01/13 14:27:18 dr 1.17.70.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [5b7bfff2abc8b9a7d26d8e719e5362ad08990405]

        INTEGRATION: CWS dr32 (1.15.2); FILE MERGED 2005/01/20 13:41:16 dr 1.15.2.1: #i40570# removed more RootData stuff

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4094d9598c7e3c01d2d328866b7342e466f60b57]

        INTEGRATION: CWS dr32 (1.22.68); FILE MERGED 2005/01/18 12:08:15 dr 1.22.68.2: RESYNC: (1.22-1.23); FILE MERGED 2005/01/13 14:28:17 dr 1.22.68.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bb90ae837b43732e055c5dbe4023faa217a1f9ad]

        INTEGRATION: CWS dr32 (1.9.144); FILE MERGED 2005/01/18 12:07:49 dr 1.9.144.2: RESYNC: (1.9-1.10); FILE MERGED 2005/01/13 14:28:17 dr 1.9.144.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b1b79184b1b748d817219125ff7eb5279f80d9a3]

        INTEGRATION: CWS dr32 (1.27.28); FILE MERGED 2005/01/18 12:07:38 dr 1.27.28.2: RESYNC: (1.27-1.28); FILE MERGED 2005/01/13 14:28:17 dr 1.27.28.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3fa807c875485c71a8f413c0fd3eeea5690d17e8]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/02/02 14:14:56 dr 1.1.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:54 dr 1.1.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ba60aa0da7362bc8769572e9fdf2a6c32bf63f85]

        INTEGRATION: CWS dr32 (1.19.2); FILE MERGED 2005/02/02 16:39:02 dr 1.19.2.3: #i37725# import of color: remove transparence 2005/02/02 14:14:55 dr 1.19.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:53 dr 1.19.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [78e620db74b9f5c3546f1eda23158f9160f8e559]

        INTEGRATION: CWS dr32 (1.14.20); FILE MERGED 2005/02/04 11:43:15 dr 1.14.20.4: #i36782# fix removed 2005/02/03 15:48:48 dr 1.14.20.3: #i36782# use 'pragma setlocale' to handle UTF-8 strings 2005/01/19 15:00:15 dr 1.14.20.2: #i40570# removed/changed constants and enums 2005/01/14 13:32:14 dr 1.14.20.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bad930235ae0b55676a95433c8913e2a37a60320]

        INTEGRATION: CWS dr32 (1.20.70); FILE MERGED 2005/02/02 14:14:55 dr 1.20.70.5: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:53 dr 1.20.70.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 14:24:27 dr 1.20.70.3: #i40570# removed RootData::bWriteVBAStorage 2005/01/19 15:00:14 dr 1.20.70.2: #i40570# removed/changed constants and enums 2005/01/14 13:32:13 dr 1.20.70.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [26547cbafe999853a7c68ae2af84ef045ea5f93a]

        INTEGRATION: CWS dr32 (1.5.148); FILE MERGED 2005/02/02 14:14:55 dr 1.5.148.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [50905534fe3fa201e52f1ee411044bdee356a2d1]

        INTEGRATION: CWS dr32 (1.7.2); FILE MERGED 2005/01/19 15:00:14 dr 1.7.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b171887e71c053ca76d9a2d8bbf5424ecbcc9e20]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/02/02 20:18:07 dr 1.1.2.3: #i10000# merge conflicts 2005/02/02 14:14:55 dr 1.1.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:52 dr 1.1.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2bd6ef29a919c186e3fca0db0b57b150e32c1eb6]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/02/02 14:14:55 dr 1.1.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:52 dr 1.1.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [8ca9e87a305b6ca4de4c35eec1266225146f08e3]

        INTEGRATION: CWS dr32 (1.20.20); FILE MERGED 2005/02/02 20:34:33 dr 1.20.20.4: #i10000# warning 2005/01/31 14:00:51 dr 1.20.20.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:13 dr 1.20.20.2: #i40570# removed/changed constants and enums 2005/01/14 13:32:13 dr 1.20.20.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bbf068df0a56a5dbae0c4bfd3fb9aca66fb6b39a]

        INTEGRATION: CWS dr32 (1.10.120); FILE MERGED 2005/01/19 15:00:12 dr 1.10.120.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [503eda99d2251eefeb52dd7a30ac69ef7b09d7f3]

        INTEGRATION: CWS dr32 (1.14.2); FILE MERGED 2005/02/02 14:14:54 dr 1.14.2.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:51 dr 1.14.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:12 dr 1.14.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c7eacfd4305037f20f6fed40398032e1b3220377]

        INTEGRATION: CWS dr32 (1.7.146); FILE MERGED 2005/02/02 14:14:54 dr 1.7.146.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:51 dr 1.7.146.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c1f5d5b411c8f9e4f42150534a0d66f7d71087d4]

        INTEGRATION: CWS dr32 (1.8.148); FILE MERGED 2005/01/31 14:00:50 dr 1.8.148.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:12 dr 1.8.148.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [71094858fd1403a1747f3ca36ce83a9146e17207]

        INTEGRATION: CWS dr32 (1.2.2); FILE MERGED 2005/01/31 14:00:50 dr 1.2.2.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:11 dr 1.2.2.2: #i40570# removed/changed constants and enums 2005/01/18 16:34:33 dr 1.2.2.1: #i10000# merge errors

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [776f2b3dd1db8f293de3a4151a8807c5ca912630]

        INTEGRATION: CWS dr32 (1.15.148); FILE MERGED 2005/02/02 14:14:54 dr 1.15.148.5: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:50 dr 1.15.148.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:11 dr 1.15.148.3: #i40570# removed/changed constants and enums 2005/01/18 12:05:58 dr 1.15.148.2: RESYNC: (1.15-1.16); FILE MERGED 2005/01/14 13:32:13 dr 1.15.148.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3353553fee44235db29705c33a04064809111b41]

        INTEGRATION: CWS dr32 (1.17.20); FILE MERGED 2005/02/02 14:14:54 dr 1.17.20.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/19 15:00:11 dr 1.17.20.2: #i40570# removed/changed constants and enums 2005/01/14 13:32:12 dr 1.17.20.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c27086e7d84217f915253b06b9af248eb4630475]

        INTEGRATION: CWS dr32 (1.28.16); FILE MERGED 2005/02/04 11:56:44 jmarmion 1.28.16.6: #119010# allow imported connector areas to have a zero width or height. 2005/02/03 15:54:45 dr 1.28.16.5: #i40279# checkboxes/optionbuttons are centered vertically 2005/02/02 19:01:42 dr 1.28.16.4: RESYNC: (1.31-1.32); FILE MERGED 2005/01/31 14:00:49 dr 1.28.16.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/18 12:05:46 dr 1.28.16.2: RESYNC: (1.28-1.31); FILE MERGED 2005/01/07 14:18:00 dr 1.28.16.1: #i40126# SetPersistName() for OLE objects not needed anymore

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [eeafa1030f6c7aa66a6c488f0d2b8223a1d0d5e7]

        INTEGRATION: CWS dr32 (1.14.18); FILE MERGED 2005/02/02 14:14:54 dr 1.14.18.5: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:48 dr 1.14.18.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:10 dr 1.14.18.3: #i40570# removed/changed constants and enums 2005/01/18 12:05:32 dr 1.14.18.2: RESYNC: (1.14-1.15); FILE MERGED 2005/01/14 13:32:12 dr 1.14.18.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2ccb5ecd6c972f23adbfec94fa372a5730f206d1]

        INTEGRATION: CWS dr32 (1.1.2); FILE ADDED 2005/02/02 14:14:53 dr 1.1.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:48 dr 1.1.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [496c7bba67eba0f2da3d5edc6b07f8a154a0ce0e]

        INTEGRATION: CWS dr32 (1.4.70); FILE MERGED 2005/02/03 12:05:57 dr 1.4.70.6: #i40570# remove RootData::aStandard, changed ref handling 2005/02/02 14:14:53 dr 1.4.70.5: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:46 dr 1.4.70.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:10 dr 1.4.70.3: #i40570# removed/changed constants and enums 2005/01/18 12:05:19 dr 1.4.70.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/14 13:32:12 dr 1.4.70.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7023db87a6d68f53d829fef35088fd0d7c1c731f]

        INTEGRATION: CWS dr32 (1.16.18); FILE MERGED 2005/02/03 12:05:56 dr 1.16.18.5: #i40570# remove RootData::aStandard, changed ref handling 2005/01/31 14:00:46 dr 1.16.18.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:09 dr 1.16.18.3: #i40570# removed/changed constants and enums 2005/01/18 12:05:06 dr 1.16.18.2: RESYNC: (1.16-1.17); FILE MERGED 2005/01/14 13:32:11 dr 1.16.18.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [cfc258938b1119aed1d0f156e0a81e24ce48e06b]

        INTEGRATION: CWS dr32 (1.6.2); FILE MERGED 2005/01/19 15:00:09 dr 1.6.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [13e99f9e63b73f4366ef509a36fe2d2eb0aef8f1]

        INTEGRATION: CWS dr32 (1.5.148); FILE MERGED 2005/01/19 15:00:08 dr 1.5.148.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c17cb2b442a1613f1f27f574f376261811ba9c40]

        INTEGRATION: CWS dr32 (1.15.2); FILE MERGED 2005/02/02 14:14:53 dr 1.15.2.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:45 dr 1.15.2.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:08 dr 1.15.2.2: #i40570# removed/changed constants and enums 2005/01/18 16:34:33 dr 1.15.2.1: #i10000# merge errors

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [e9dd20cff47cfc46a2776e6d63d7da99241de6dc]

        INTEGRATION: CWS dr32 (1.8.2); FILE MERGED 2005/02/03 12:05:56 dr 1.8.2.3: #i40570# remove RootData::aStandard, changed ref handling 2005/02/02 14:14:52 dr 1.8.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:45 dr 1.8.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [aba8313a98094edad6485246069571335bc07e3a]

        INTEGRATION: CWS dr32 (1.8.148); FILE MERGED 2005/01/19 15:00:08 dr 1.8.148.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [23c915556e72111bfe30138930bd41384c126846]

        INTEGRATION: CWS dr32 (1.2.2); FILE MERGED 2005/02/02 14:14:52 dr 1.2.2.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:44 dr 1.2.2.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:07 dr 1.2.2.2: #i40570# removed/changed constants and enums 2005/01/18 16:34:33 dr 1.2.2.1: #i10000# merge errors

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [decc41d5cb5b6f68a7c7786467585159162a051d]

        INTEGRATION: CWS dr32 (1.14.2); FILE MERGED 2005/02/03 12:05:55 dr 1.14.2.4: #i40570# remove RootData::aStandard, changed ref handling 2005/01/31 14:00:44 dr 1.14.2.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:07 dr 1.14.2.2: #i40570# removed/changed constants and enums 2005/01/18 16:34:32 dr 1.14.2.1: #i10000# merge errors

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [d833434bc913d15df3a338904216c25a908d7085]

        INTEGRATION: CWS dr32 (1.19.112); FILE MERGED 2005/02/02 14:14:52 dr 1.19.112.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/19 15:00:06 dr 1.19.112.3: #i40570# removed/changed constants and enums 2005/01/18 12:02:59 dr 1.19.112.2: RESYNC: (1.19-1.20); FILE MERGED 2005/01/14 13:32:11 dr 1.19.112.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [72302e4a2df414e7fe69ca72edf1cef8f7f511c7]

        INTEGRATION: CWS dr32 (1.3.18); FILE MERGED 2005/02/02 14:14:52 dr 1.3.18.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/19 15:00:05 dr 1.3.18.3: #i40570# removed/changed constants and enums 2005/01/18 12:02:45 dr 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/01/14 13:32:10 dr 1.3.18.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [446585e8a34c5fe49b98fc4f67cb94ec23ec719e]

        INTEGRATION: CWS dr32 (1.7.68); FILE MERGED 2005/01/31 14:00:44 dr 1.7.68.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:05 dr 1.7.68.3: #i40570# removed/changed constants and enums 2005/01/18 12:02:33 dr 1.7.68.2: RESYNC: (1.7-1.9); FILE MERGED 2005/01/14 13:32:10 dr 1.7.68.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ad89b90efbafd6c5cb6062a2537a0a17935b31f6]

        INTEGRATION: CWS dr32 (1.12.2); FILE MERGED 2005/02/02 19:01:30 dr 1.12.2.4: RESYNC: (1.12-1.13); FILE MERGED 2005/02/02 14:14:51 dr 1.12.2.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:43 dr 1.12.2.2: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:04 dr 1.12.2.1: #i40570# removed/changed constants and enums

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [759713be04ef87e56a10051ad1dc298334e9ca0c]

        INTEGRATION: CWS dr32 (1.49.120); FILE MERGED 2005/02/02 14:14:51 dr 1.49.120.6: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:43 dr 1.49.120.5: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 13:38:37 dr 1.49.120.4: #i40570# removed more RootData stuff 2005/01/19 15:00:03 dr 1.49.120.3: #i40570# removed/changed constants and enums 2005/01/18 11:59:53 dr 1.49.120.2: RESYNC: (1.49-1.50); FILE MERGED 2005/01/14 13:32:09 dr 1.49.120.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [36a68af5219245c586b0bf498657ea7412feb92b]

        INTEGRATION: CWS dr32 (1.19.70); FILE MERGED 2005/01/31 14:00:43 dr 1.19.70.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 13:38:36 dr 1.19.70.2: #i40570# removed more RootData stuff 2005/01/13 14:23:32 dr 1.19.70.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2679b2fd538e5e7f98954a8bb7cd9f24f999c674]

        INTEGRATION: CWS dr32 (1.30.2); FILE MERGED 2005/01/31 14:00:42 dr 1.30.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4bf6b009d032597acfae7b271bf654e21bfef8a1]

        INTEGRATION: CWS dr32 (1.70.18); FILE MERGED 2005/02/03 12:05:55 dr 1.70.18.9: #i40570# remove RootData::aStandard, changed ref handling 2005/02/02 14:14:51 dr 1.70.18.8: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:42 dr 1.70.18.7: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 13:38:36 dr 1.70.18.6: #i40570# removed more RootData stuff 2005/01/19 15:00:03 dr 1.70.18.5: #i40570# removed/changed constants and enums 2005/01/18 12:01:48 dr 1.70.18.4: RESYNC: (1.70-1.71); FILE MERGED 2005/01/17 16:44:37 dr 1.70.18.3: #i40570# removed RootData::pCharset and RootData::bCellCut 2005/01/14 13:32:09 dr 1.70.18.2: #i40570# remove RootData::eHauptDateiTyp, xlBiff7 2005/01/13 14:23:31 dr 1.70.18.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [932c69b529c55dd5db7128be8581391d7c122aab]

        INTEGRATION: CWS dr32 (1.11.372); FILE MERGED 2005/01/13 14:23:31 dr 1.11.372.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2a32ea10c95dd343438f31186cee2a7c6d25139d]

        INTEGRATION: CWS dr32 (1.22.70); FILE MERGED 2005/02/02 14:14:50 dr 1.22.70.8: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:42 dr 1.22.70.7: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 14:24:27 dr 1.22.70.6: #i40570# removed RootData::bWriteVBAStorage 2005/01/20 13:38:36 dr 1.22.70.5: #i40570# removed more RootData stuff 2005/01/19 15:00:02 dr 1.22.70.4: #i40570# removed/changed constants and enums 2005/01/18 12:01:36 dr 1.22.70.3: RESYNC: (1.22-1.23); FILE MERGED 2005/01/17 16:44:37 dr 1.22.70.2: #i40570# removed RootData::pCharset and RootData::bCellCut 2005/01/14 13:32:09 dr 1.22.70.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [65f8763cf31873d9267519a1db2e120d4b3ea514]

        INTEGRATION: CWS dr32 (1.51.70); FILE MERGED 2005/01/31 14:00:41 dr 1.51.70.6: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 14:24:27 dr 1.51.70.5: #i40570# removed RootData::bWriteVBAStorage 2005/01/20 13:38:35 dr 1.51.70.4: #i40570# removed more RootData stuff 2005/01/18 12:01:22 dr 1.51.70.3: RESYNC: (1.51-1.52); FILE MERGED 2005/01/17 16:44:36 dr 1.51.70.2: #i40570# removed RootData::pCharset and RootData::bCellCut 2005/01/14 13:32:08 dr 1.51.70.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ec0b94364d61b3f66ddef0e2e7f7590831e9aae2]

        INTEGRATION: CWS dr32 (1.76.70); FILE MERGED 2005/01/31 14:00:41 dr 1.76.70.5: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:01 dr 1.76.70.4: #i40570# removed/changed constants and enums 2005/01/18 12:01:11 dr 1.76.70.3: RESYNC: (1.76-1.77); FILE MERGED 2005/01/17 16:44:36 dr 1.76.70.2: #i40570# removed RootData::pCharset and RootData::bCellCut 2005/01/13 14:23:31 dr 1.76.70.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7e78ecc593fd87d805119e5ec39021ddd4ae2c8a]

        INTEGRATION: CWS dr32 (1.35.146); FILE MERGED 2005/01/19 15:00:01 dr 1.35.146.2: #i40570# removed/changed constants and enums 2005/01/14 13:32:08 dr 1.35.146.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bf982c623a8230ef7ab690a571861e749b794cf2]

        INTEGRATION: CWS dr32 (1.103.18); FILE MERGED 2005/02/02 14:14:50 dr 1.103.18.5: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:41 dr 1.103.18.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 13:38:35 dr 1.103.18.3: #i40570# removed more RootData stuff 2005/01/18 12:00:58 dr 1.103.18.2: RESYNC: (1.103-1.104); FILE MERGED 2005/01/13 14:23:30 dr 1.103.18.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [013319f673df36bf1ba7bd82a2ce0674a4c48366]

        INTEGRATION: CWS dr32 (1.32.70); FILE MERGED 2005/02/02 14:14:50 dr 1.32.70.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:41 dr 1.32.70.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/18 12:00:48 dr 1.32.70.2: RESYNC: (1.32-1.33); FILE MERGED 2005/01/13 14:23:30 dr 1.32.70.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7e99869e168010d7e8018407e332ab90e13ac09f]

        INTEGRATION: CWS dr32 (1.32.18); FILE MERGED 2005/01/31 14:00:40 dr 1.32.18.5: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/19 15:00:00 dr 1.32.18.4: #i40570# removed/changed constants and enums 2005/01/18 12:00:38 dr 1.32.18.3: RESYNC: (1.32-1.33); FILE MERGED 2005/01/14 13:32:08 dr 1.32.18.2: #i40570# remove RootData::eHauptDateiTyp, xlBiff7 2005/01/13 14:23:29 dr 1.32.18.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [85c18d4f975db356844a5cde73c2d2dd5ba65b0e]

        INTEGRATION: CWS dr32 (1.18.70); FILE MERGED 2005/01/19 15:00:00 dr 1.18.70.2: #i40570# removed/changed constants and enums 2005/01/14 13:32:08 dr 1.18.70.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7434867e86b7bd3fdd126100d9d01c482e9fc6d6]

        INTEGRATION: CWS dr32 (1.56.70); FILE MERGED 2005/01/31 14:00:40 dr 1.56.70.6: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 14:24:26 dr 1.56.70.5: #i40570# removed RootData::bWriteVBAStorage 2005/01/20 13:38:35 dr 1.56.70.4: #i40570# removed more RootData stuff 2005/01/19 14:59:59 dr 1.56.70.3: #i40570# removed/changed constants and enums 2005/01/18 12:00:27 dr 1.56.70.2: RESYNC: (1.56-1.57); FILE MERGED 2005/01/14 13:32:07 dr 1.56.70.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [067f76c74d06b5912742885fa09937c469ea1499]

        INTEGRATION: CWS dr32 (1.24.148); FILE MERGED 2005/01/31 14:00:40 dr 1.24.148.5: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 13:38:34 dr 1.24.148.4: #i40570# removed more RootData stuff 2005/01/19 14:59:59 dr 1.24.148.3: #i40570# removed/changed constants and enums 2005/01/18 12:00:16 dr 1.24.148.2: RESYNC: (1.24-1.25); FILE MERGED 2005/01/14 13:32:07 dr 1.24.148.1: #i40570# remove RootData::eHauptDateiTyp, xlBiff7

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bcb27bb0fa375dd981dddbe0fd4175fc46b91c56]

        INTEGRATION: CWS dr32 (1.75.20); FILE MERGED 2005/02/03 14:11:58 dr 1.75.20.5: #b6224294# ignore unknown series formats 2005/02/02 14:14:49 dr 1.75.20.4: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings 2005/01/31 14:00:39 dr 1.75.20.3: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings 2005/01/20 11:43:38 dr 1.75.20.2: #i39025# dump image controls 2005/01/13 14:23:28 dr 1.75.20.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f51449cced6bb7978f8ad6ced5340612eb8aa15e]

        INTEGRATION: CWS dr32 (1.7.272); FILE MERGED 2005/01/13 14:27:58 dr 1.7.272.1: #i40570# remove flttools.hxx

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ab17dd23ce266ddcb8cd035386fa6b6e6e51f28f]

        INTEGRATION: CWS dr32 (1.26.148); FILE MERGED 2005/01/31 14:00:13 dr 1.26.148.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [24537816fb76b336b12813b83a0db1341bf4cbc2]

        INTEGRATION: CWS dr32 (1.10.174); FILE MERGED 2005/01/31 13:59:58 dr 1.10.174.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new ScExtDocOptions, new Excel import/export of view settings

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b2758ce26eae55b0e1f378834d61e86d44ddacbe]

        INTEGRATION: CWS mozab05 (1.56.8); FILE MERGED 2005/01/31 08:30:21 windly 1.56.8.2: RESYNC: (1.56-1.57); FILE MERGED 2005/01/14 10:39:09 windly 1.56.8.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4cec674d2989129b744ce4ab726a4c4ea80aa126]

        INTEGRATION: CWS mozab05 (1.22.8); FILE MERGED 2005/01/31 08:28:17 windly 1.22.8.3: RESYNC: (1.22-1.23); FILE MERGED 2005/01/14 10:39:08 windly 1.22.8.2: #i20088# add browse support 2004/12/03 10:26:07 windly 1.22.8.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [74cae545b373f15e39192ce32c4b278c7d3ee9c9]

        INTEGRATION: CWS mozab05 (1.65.14); FILE MERGED 2005/01/31 08:27:55 windly 1.65.14.3: RESYNC: (1.65-1.66); FILE MERGED 2005/01/14 10:39:08 windly 1.65.14.2: #i20088# add browse support 2004/12/03 10:26:06 windly 1.65.14.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [86cdd0f02c4500dfc9c48f101cc3fb7028923d6a]

        INTEGRATION: CWS mozab05 (1.5.14); FILE MERGED 2004/12/03 10:26:06 windly 1.5.14.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [af864b070396e38bbf3621e355b7e516ece9fcaa]

        INTEGRATION: CWS mozab05 (1.89.28); FILE MERGED 2005/01/31 08:24:31 windly 1.89.28.2: RESYNC: (1.89-1.90); FILE MERGED 2005/01/14 10:39:07 windly 1.89.28.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bd0b305ba0dc01a0f836fdc856ceb5c382c87603]

        INTEGRATION: CWS mozab05 (1.5.8); FILE MERGED 2005/01/31 08:23:54 windly 1.5.8.3: RESYNC: (1.5-1.6); FILE MERGED 2005/01/14 10:39:07 windly 1.5.8.2: #i20088# add browse support 2004/12/03 10:26:05 windly 1.5.8.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [640f33721e1c879fcddccd6981e0d5f496628002]

        INTEGRATION: CWS mozab05 (1.11.10); FILE MERGED 2005/01/28 08:21:02 windly 1.11.10.1: #i41504# select the used obdc data source

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6bf9bffc117548ab2552c2039be5db9b9b6c3dc4]

        INTEGRATION: CWS mozab05 (1.21.28); FILE MERGED 2005/01/14 10:39:06 windly 1.21.28.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [cee7eb2d2611c046efe85209f1a8ca1c49eae5de]

        INTEGRATION: CWS mozab05 (1.33.28); FILE MERGED 2005/01/31 08:19:16 windly 1.33.28.2: RESYNC: (1.33-1.34); FILE MERGED 2005/01/14 10:39:06 windly 1.33.28.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f78e1923c047a79dc6ad718243236520ee6c888c]

        INTEGRATION: CWS mozab05 (1.3.6); FILE MERGED 2005/02/01 01:50:30 windly 1.3.6.5: #10000# fix a resync conflict 2005/01/31 08:19:02 windly 1.3.6.4: RESYNC: (1.7-1.8); FILE MERGED 2005/01/17 07:54:37 windly 1.3.6.3: RESYNC: (1.3-1.7); FILE MERGED 2005/01/14 10:39:06 windly 1.3.6.2: #i20088# add browse support 2004/12/03 10:26:01 windly 1.3.6.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b34163600dc49df422cef920d038ea96c1245741]

        INTEGRATION: CWS mozab05 (1.3.28); FILE MERGED 2005/01/31 08:18:48 windly 1.3.28.3: RESYNC: (1.3-1.4); FILE MERGED 2005/01/14 10:39:06 windly 1.3.28.2: #i20088# add browse support 2004/12/03 10:26:01 windly 1.3.28.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [64f36060013c8eeead55c102fc1f92211a2eb57e]

        INTEGRATION: CWS mozab05 (1.2.66); FILE MERGED 2005/01/31 08:18:14 windly 1.2.66.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/03 10:26:00 windly 1.2.66.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fdfad5f8d1fab5cb7297250c4d3e4e93ebd9dd6a]

        INTEGRATION: CWS mozab05 (1.142.14); FILE MERGED 2005/01/14 10:39:05 windly 1.142.14.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bd12fe3fd2ca1c5229f641b20494fc3aa72ada77]

        INTEGRATION: CWS mozab05 (1.90.28); FILE MERGED 2005/01/31 08:17:59 windly 1.90.28.2: RESYNC: (1.90-1.91); FILE MERGED 2005/01/14 10:39:04 windly 1.90.28.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fb6df1e8e6be706ef877ed96f469deabb9c4a588]

        INTEGRATION: CWS mozab05 (1.27.28); FILE MERGED 2005/01/14 10:39:04 windly 1.27.28.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7de6225077ac073069dc21e8d744a93172efb79c]

        INTEGRATION: CWS mozab05 (1.36.28); FILE MERGED 2005/01/31 08:17:46 windly 1.36.28.2: RESYNC: (1.36-1.37); FILE MERGED 2005/01/14 10:39:04 windly 1.36.28.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [1c4f77de36fc7e33ff2c6417fc6abc97f1bdaf71]

        INTEGRATION: CWS mozab05 (1.3.28); FILE MERGED 2005/01/14 10:39:04 windly 1.3.28.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4bb559483d1b29be9092fc3f39120b5c1ffd0665]

        INTEGRATION: CWS mozab05 (1.2.66); FILE MERGED 2004/12/03 10:26:00 windly 1.2.66.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c531888f8c16621e3ddbcf42b73e15a26f843589]

        INTEGRATION: CWS mozab05 (1.5.8); FILE MERGED 2005/01/31 08:15:18 windly 1.5.8.4: RESYNC: (1.6-1.7); FILE MERGED 2005/01/17 07:54:20 windly 1.5.8.3: RESYNC: (1.5-1.6); FILE MERGED 2005/01/14 10:39:03 windly 1.5.8.2: #i20088# add browse support 2004/12/03 10:26:00 windly 1.5.8.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [d0a6ddacf6120ff29554a719e706ee84ed15448e]

        INTEGRATION: CWS mozab05 (1.2.30); FILE MERGED 2005/01/31 08:14:46 windly 1.2.30.3: RESYNC: (1.3-1.4); FILE MERGED 2005/01/17 07:54:04 windly 1.2.30.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/14 10:39:03 windly 1.2.30.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7a2b3a5062e4dfd0cc2f88ed43359234607ebe1b]

        INTEGRATION: CWS mozab05 (1.2.30); FILE MERGED 2005/02/01 18:12:11 windly 1.2.30.2: #i20088# change strings suggest by string reviewer 2005/01/14 10:39:03 windly 1.2.30.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a57a09b2d3d566170a08e517209970d6e9f9ccfc]

        INTEGRATION: CWS mozab05 (1.2.66); FILE MERGED 2005/01/31 08:14:18 windly 1.2.66.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/03 10:26:00 windly 1.2.66.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7a418ed12ce588dd57b1d5aeaa5630ca03a15ffd]

        INTEGRATION: CWS mozab05 (1.10.6); FILE MERGED 2005/01/31 08:07:53 windly 1.10.6.3: RESYNC: (1.11-1.12); FILE MERGED 2005/01/17 07:48:24 windly 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/03 10:25:59 windly 1.10.6.1: #i20088# add ThunderBird address book type to database wizward

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6ff2bc943d08b6f8af670c4524ea5fd795c064ba]

        INTEGRATION: CWS mozab05 (1.59.8); FILE MERGED 2005/01/31 08:04:25 windly 1.59.8.2: RESYNC: (1.59-1.60); FILE MERGED 2005/01/14 10:39:02 windly 1.59.8.1: #i20088# add browse support

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2980a103442aada23a2a21d6bac55c68d99085a3]

        INTEGRATION: CWS mozab05 (1.5.552); FILE MERGED 2004/12/09 06:50:39 windly 1.5.552.1: #i20088# add api to support boot up multiple mozilla profile in one process to support Thunderbird ab and multiple Mozilla abs

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [42a81030e89818ba39df298ba83504b784d6848b]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2004/12/09 06:50:39 windly 1.1.2.1: #i20088# add api to support boot up multiple mozilla profile in one process to support Thunderbird ab and multiple Mozilla abs

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [93e31f12c215e79313062a05614ac8f41bf35c98]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/27 11:31:16 windly 1.1.2.2: #i20088# thunderbird support 2004/12/09 06:50:39 windly 1.1.2.1: #i20088# add api to support boot up multiple mozilla profile in one process to support Thunderbird ab and multiple Mozilla abs

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3909f0771ee7169f42b4da521ef4f1cb733c156a]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/27 11:31:16 windly 1.1.2.3: #i20088# thunderbird support 2005/01/14 10:33:02 windly 1.1.2.2: #i20088# modify mozilla bootstrap interface 2004/12/09 06:50:38 windly 1.1.2.1: #i20088# add api to support boot up multiple mozilla profile in one process to support Thunderbird ab and multiple Mozilla abs

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [d774aa9cfe14991b2cbb5cd1f6693dc5810e097f]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2004/12/09 06:50:38 windly 1.1.2.1: #i20088# add api to support boot up multiple mozilla profile in one process to support Thunderbird ab and multiple Mozilla abs

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2a8ed72d45386ccc52055631383c7fad66b8f11f]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/02/01 07:31:29 windly 1.1.2.2: #i20088# run should have a return value to give a chance to return some values 2004/12/09 06:50:38 windly 1.1.2.1: #i20088# add api to support boot up multiple mozilla profile in one process to support Thunderbird ab and multiple Mozilla abs

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a3f9b3dd38077a68eb1c2ce78e649379f29e9c87]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2004/12/09 06:50:37 windly 1.1.2.1: #i20088# add api to support boot up multiple mozilla profile in one process to support Thunderbird ab and multiple Mozilla abs

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bf396ecc17bc422ed88f0017ddcdf1cb816e1d34]

        INTEGRATION: CWS pj20 (1.5.22); FILE MERGED 2005/02/17 21:34:17 pjanik 1.5.22.1: #i34312#: Pack all templates from subdirectories, not only listed ones.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [024a216caec2561f7845a6efbf82cbdaa8101bfd]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2004/12/13 06:31:42 windly 1.1.2.1: #1000# an ini parser

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [45e290af03b23695d44a435f9ce43e6c0382395d]

        INTEGRATION: CWS mozab05 (1.13.46); FILE MERGED 2005/01/17 05:30:56 windly 1.13.46.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [93702120e30c1ea68f34294eba58a1940fc752cd]

        INTEGRATION: CWS mozab05 (1.10.46); FILE MERGED 2005/01/27 11:30:12 windly 1.10.46.1: #i41444# mozab crash on solaris sparc

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2c3dc531a70f1d44421a6f3f2e2584d0fdfbf6e4]

        INTEGRATION: CWS mozab05 (1.11.46); FILE MERGED 2005/01/27 11:30:12 windly 1.11.46.2: #i41444# mozab crash on solaris sparc 2005/01/17 05:30:55 windly 1.11.46.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [96a08393e85a330f6df954de6b2f58f39bff09ae]

        INTEGRATION: CWS mozab05 (1.13.46); FILE MERGED 2005/01/27 11:30:12 windly 1.13.46.3: #i41444# mozab crash on solaris sparc 2005/01/24 07:49:06 windly 1.13.46.2: #i20088# add thunderbird support 2005/01/17 05:30:55 windly 1.13.46.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [5219da526ff380efb64629231dd0cf8087840a3e]

        INTEGRATION: CWS mozab05 (1.2.46); FILE MERGED 2005/02/01 07:32:57 windly 1.2.46.4: #i20088# run should have a return value to give a chance to return some values 2005/01/28 07:21:44 windly 1.2.46.3: #i20088# thunderbird support 2005/01/24 08:04:59 windly 1.2.46.2: #i20088# fix build bugs on solaris sparc 2005/01/17 05:30:55 windly 1.2.46.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [72635d9c6c335c86e24592ca28e4fe09067cce62]

        INTEGRATION: CWS mozab05 (1.2.46); FILE MERGED 2005/01/27 11:30:11 windly 1.2.46.1: #i41444# mozab crash on solaris sparc

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [995f8ddbdcbc678dc895fd7eec3307c751c64ea3]

        INTEGRATION: CWS pj20 (1.1.2); FILE ADDED 2005/02/13 18:12:14 pjanik 1.1.2.2: #i34312#: Translate two forgotten strings. 2005/02/10 17:21:12 pjanik 1.1.2.1: #i34312#: Add Czech extras updated to 2.0.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [72b3f0597e2b146136cbfe373ae31557af47b8f5]

        INTEGRATION: CWS mozab05 (1.5.46); FILE MERGED 2005/01/27 11:30:11 windly 1.5.46.2: #i41444# mozab crash on solaris sparc 2005/01/17 05:30:54 windly 1.5.46.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0adf359c18e556af8a06abaf45a82cf7dc0cda9e]

        INTEGRATION: CWS mozab05 (1.9.46); FILE MERGED 2005/01/27 11:30:11 windly 1.9.46.5: #i41444# mozab crash on solaris sparc 2005/01/24 09:47:16 windly 1.9.46.4: #i20088# 2005/01/24 08:04:59 windly 1.9.46.3: #i20088# fix build bugs on solaris sparc 2005/01/24 07:49:06 windly 1.9.46.2: #i20088# add thunderbird support 2005/01/17 05:30:53 windly 1.9.46.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [783d734b6f5a93ad0dc6b917ca91995229b4072d]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/17 05:30:53 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [459c04cf6cd7acced1cf000dfcec6d40aff083fb]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/28 07:21:44 windly 1.1.2.2: #i20088# thunderbird support 2005/01/17 05:30:52 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b289f5eef1d5129aa0d5d9547d64c1cf8afabefc]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/02/01 07:32:43 windly 1.1.2.3: #i20088# run should have a return value to give a chance to return some values 2005/01/28 07:21:43 windly 1.1.2.2: #i20088# thunderbird support 2005/01/17 05:30:52 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [949809109e88209d90c5422cd29a9bae72acf61a]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/28 07:21:43 windly 1.1.2.2: #i20088# thunderbird support 2005/01/17 05:30:51 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4356a2489b0458914b6083f9bf7a714c278968eb]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/28 07:21:43 windly 1.1.2.7: #i20088# thunderbird support 2005/01/25 09:24:29 windly 1.1.2.6: #i20088# now work on linux/solaris too 2005/01/24 09:47:16 windly 1.1.2.5: #i20088# 2005/01/24 08:04:58 windly 1.1.2.4: #i20088# fix build bugs on solaris sparc 2005/01/24 07:49:04 windly 1.1.2.3: #i20088# add thunderbird support 2005/01/21 06:30:53 windly 1.1.2.2: #i20088# fix build errors 2005/01/17 05:30:51 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f34557b07a3ab44071e1530f317a876933291f21]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/28 07:21:43 windly 1.1.2.4: #i20088# thunderbird support 2005/01/27 11:30:10 windly 1.1.2.3: #i41444# mozab crash on solaris sparc 2005/01/24 08:04:58 windly 1.1.2.2: #i20088# fix build bugs on solaris sparc 2005/01/17 05:30:50 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [233a437d67b300f1852f1443964c31061f443d73]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/28 07:21:43 windly 1.1.2.5: #i20088# thunderbird support 2005/01/27 11:30:10 windly 1.1.2.4: #i41444# mozab crash on solaris sparc 2005/01/25 09:24:28 windly 1.1.2.3: #i20088# now work on linux/solaris too 2005/01/21 06:30:53 windly 1.1.2.2: #i20088# fix build errors 2005/01/17 05:30:50 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6692fc589c4a5644754b58d8a9e29ee4fe7a60d4]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/28 07:21:43 windly 1.1.2.2: #i20088# thunderbird support 2005/01/17 05:30:49 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fc8bb218456b233c09a38087abcb191797b89f98]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/28 07:21:42 windly 1.1.2.2: #i20088# thunderbird support 2005/01/17 05:30:49 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [435b4db7e08fdb720d4a3038d98fda4f1c930ffe]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/28 07:21:42 windly 1.1.2.3: #i20088# thunderbird support 2005/01/24 07:49:04 windly 1.1.2.2: #i20088# add thunderbird support 2005/01/17 05:30:48 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7dfc8f881e02cab44fa062385c1f34c8f0b52ce6]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/17 05:30:47 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [36af8356f8c8f1d3ed382ecba10f0435e5a5e6f8]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/27 11:30:10 windly 1.1.2.4: #i41444# mozab crash on solaris sparc 2005/01/25 09:24:27 windly 1.1.2.3: #i20088# now work on linux/solaris too 2005/01/24 07:49:04 windly 1.1.2.2: #i20088# add thunderbird support 2005/01/17 05:30:47 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [5e1c5ca90d39e6c4e38ac9161808e4bb0a90e308]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/27 11:30:10 windly 1.1.2.3: #i41444# mozab crash on solaris sparc 2005/01/24 08:04:57 windly 1.1.2.2: #i20088# fix build bugs on solaris sparc 2005/01/17 05:30:46 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [aaaa167fb1f695cb8ec12e5ca83af016945686bb]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/27 11:30:10 windly 1.1.2.4: #i41444# mozab crash on solaris sparc 2005/01/25 09:24:27 windly 1.1.2.3: #i20088# now work on linux/solaris too 2005/01/24 08:04:57 windly 1.1.2.2: #i20088# fix build bugs on solaris sparc 2005/01/17 05:30:46 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [9296f270bafc8cff3ae7a96553b63fe579750c28]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/28 07:21:42 windly 1.1.2.3: #i20088# thunderbird support 2005/01/24 08:04:57 windly 1.1.2.2: #i20088# fix build bugs on solaris sparc 2005/01/17 05:30:46 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0adf542ac59234ac645f9b2a1ed9afc34a9191a7]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/28 07:21:42 windly 1.1.2.4: #i20088# thunderbird support 2005/01/25 09:24:27 windly 1.1.2.3: #i20088# now work on linux/solaris too 2005/01/24 08:04:57 windly 1.1.2.2: #i20088# fix build bugs on solaris sparc 2005/01/17 05:30:45 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f7fad05ca3b3a6cb171969c0fd0f775ac4ba2c0d]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/01/27 11:30:09 windly 1.1.2.3: #i41444# mozab crash on solaris sparc 2005/01/24 07:49:04 windly 1.1.2.2: #i20088# add thunderbird support 2005/01/17 05:30:45 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f2b5f38f5f661d7fc17ce9746984b5a276d7f267]

        INTEGRATION: CWS mozab05 (1.1.2); FILE ADDED 2005/02/01 07:32:43 windly 1.1.2.6: #i20088# run should have a return value to give a chance to return some values 2005/01/28 07:21:41 windly 1.1.2.5: #i20088# thunderbird support 2005/01/27 11:30:09 windly 1.1.2.4: #i41444# mozab crash on solaris sparc 2005/01/24 09:47:16 windly 1.1.2.3: #i20088# 2005/01/24 07:49:03 windly 1.1.2.2: #i20088# add thunderbird support 2005/01/17 05:30:45 windly 1.1.2.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0b995efc99c58606bebe13d34ee450713a1c3a27]

        INTEGRATION: CWS mozab05 (1.3.248); FILE MERGED 2005/01/17 05:30:44 windly 1.3.248.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [81e388f3cacf71825053518076a107c6a5463545]

        INTEGRATION: CWS mozab05 (1.3.46); FILE MERGED 2005/01/17 05:30:44 windly 1.3.46.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3d0976ce53ac1ed7b4f7d96ae57d9ec4e7085920]

        INTEGRATION: CWS mozab05 (1.15.30); FILE MERGED 2005/01/27 11:30:09 windly 1.15.30.2: #i41444# mozab crash on solaris sparc 2005/01/17 05:30:44 windly 1.15.30.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b3e9356f07f7523a8162242bfa657336c21c9882]

        INTEGRATION: CWS mozab05 (1.8.46); FILE MERGED 2005/01/27 11:30:08 windly 1.8.46.1: #i41444# mozab crash on solaris sparc

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [04aaa8609f4635817a32563ba20ac2eadea8166d]

        INTEGRATION: CWS mozab05 (1.2.46); FILE MERGED 2005/01/24 08:04:56 windly 1.2.46.2: #i20088# fix build bugs on solaris sparc 2005/01/17 05:30:43 windly 1.2.46.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [5ecfb16632dc57895986532a2c77d69ac6ccc542]

        INTEGRATION: CWS mozab05 (1.7.40); FILE MERGED 2005/01/27 11:30:08 windly 1.7.40.1: #i41444# mozab crash on solaris sparc

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0ced0b68dd1f257b7a22f9d86f5bcc8892ef1fe7]

        INTEGRATION: CWS mozab05 (1.20.16); FILE MERGED 2005/01/27 11:30:08 windly 1.20.16.1: #i41444# mozab crash on solaris sparc

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [46f9d309449dfd6f87af4210fdd362e8f5f28522]

        INTEGRATION: CWS mozab05 (1.7.46); FILE MERGED 2005/01/27 11:30:08 windly 1.7.46.1: #i41444# mozab crash on solaris sparc

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c3cfcca24512be980b3d71cd70b949b9d87830e6]

        INTEGRATION: CWS mozab05 (1.5.40); FILE MERGED 2005/01/17 05:30:43 windly 1.5.40.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [78d93b05c918c783df2f74908b0e86587e46141b]

        INTEGRATION: CWS mozab05 (1.10.40); FILE MERGED 2005/01/24 07:49:03 windly 1.10.40.2: #i20088# add thunderbird support 2005/01/17 05:30:43 windly 1.10.40.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [cd97d624bfba9b4f69d1d2b162d8348f9ce1a5ff]

        INTEGRATION: CWS mozab05 (1.11.46); FILE MERGED 2005/01/28 07:21:41 windly 1.11.46.2: #i20088# thunderbird support 2005/01/17 05:30:43 windly 1.11.46.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [15638c40f389d5be21ae069af8fb46c450c1315d]

        INTEGRATION: CWS mozab05 (1.17.16); FILE MERGED 2005/01/28 07:21:41 windly 1.17.16.2: #i20088# thunderbird support 2005/01/17 05:30:42 windly 1.17.16.1: #i20088# Detect Mozilla Thunderbird Address Book: patchs for connectivity

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2ef7815974afdc9934fc7f572085822c3ed30225]

        INTEGRATION: CWS mozab05 (1.20.12); FILE MERGED 2005/01/21 06:29:03 windly 1.20.12.1: #i20088# add mozab/bootstrap to prj/build.lst

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [74adb4473d698d3d76cd8eb65233e3726be9ff1f]

        INTEGRATION: CWS luic (1.48.422); FILE MERGED 2005/02/16 16:20:11 dr 1.48.422.1: #i42854# strings according to spec

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [cb0c3d1b16f225b3017f09116bba2629aaffdaa8]

        INTEGRATION: CWS sb29 (1.26.4); FILE MERGED 2005/02/02 12:33:58 sb 1.26.4.1: #i41893# Fixed test to run on unxsoli4.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0f9447c9f252540b158f5049cf559d0cdd1b0d43]

        INTEGRATION: CWS sb29 (1.6.2); FILE MERGED 2005/02/07 15:25:25 sb 1.6.2.1: #i42146# Make sure source compiles on Java 1.3.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [29006cd8763f900311d43a1b949484cef1768c5a]

        INTEGRATION: CWS sb29 (1.2.68); FILE MERGED 2005/01/31 13:32:04 sb 1.2.68.1: #i41344# Adapted Solaris Intel cpp_uno bridge to multiple-inheritance UNO interface types.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2d56b65ed34f4f95d98c1fe062e17b9fdef944a7]

        INTEGRATION: CWS sb29 (1.1.2); FILE ADDED 2005/02/14 15:12:16 sb 1.1.2.1: #i42547# New Solaris SPARC GCC3 bridge, supplied by Taniguchi Yasuaki.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bc16e6bcf6f5dd2dbb1fb5575002cd15d48a5c18]

        INTEGRATION: CWS sb29 (1.1.2); FILE ADDED 2005/02/14 15:11:55 sb 1.1.2.1: #i42547# New Solaris SPARC GCC3 bridge, supplied by Taniguchi Yasuaki.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2cdf8f045a03cacaaeef28cee317a6c373cbf727]

        INTEGRATION: CWS sb29 (1.1.2); FILE ADDED 2005/02/14 15:11:36 sb 1.1.2.1: #i42547# New Solaris SPARC GCC3 bridge, supplied by Taniguchi Yasuaki.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [3bd1d080976f2eb3258539aa6b986bae70bee032]

        INTEGRATION: CWS sb29 (1.1.2); FILE ADDED 2005/02/14 15:11:15 sb 1.1.2.1: #i42547# New Solaris SPARC GCC3 bridge, supplied by Taniguchi Yasuaki.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f5ca798e8c6377bd3eb6198f34d80604472bff00]

        INTEGRATION: CWS luic (1.5.100); FILE MERGED 2005/02/16 16:22:57 dr 1.5.100.1: #i42854# strings according to spec

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [0706d5fcc86c9c64df39f85f902524fa246f03d9]

        INTEGRATION: CWS ause022 (1.3.48); FILE MERGED 2005/02/16 16:17:36 hjs 1.3.48.1: #i42566#, #i42554# fix rebuild problems

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [fe68e7798211a2e8fa5a915a604e9cdc31f51fa9]

        INTEGRATION: CWS sb29 (1.1.2); FILE ADDED 2005/02/14 15:11:00 sb 1.1.2.1: #i42547# New Solaris SPARC GCC3 bridge, supplied by Taniguchi Yasuaki.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [9fa47e42c37c992938129c3075eba7f54142e62e]

        INTEGRATION: CWS ause022 (1.2.54); FILE MERGED 2005/02/16 16:17:35 hjs 1.2.54.1: #i42566#, #i42554# fix rebuild problems

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f0986e18df08d4a030f14d795f67648d4046d7d8]

        INTEGRATION: CWS sb29 (1.3.68); FILE MERGED 2005/02/01 15:36:20 sb 1.3.68.1: #i41817# When calling from binary UNO to C++, correctly remove from the stack the pointer to a class object return value.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a23800e270e349adfc512a57b0acf0a4bb67ac09]

        INTEGRATION: CWS sb29 (1.6.46); FILE MERGED 2005/02/01 15:36:20 sb 1.6.46.1: #i41817# When calling from binary UNO to C++, correctly remove from the stack the pointer to a class object return value.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [4215fbaa2f8bb2fc9e864a1883c04182e3bf8f3d]

        INTEGRATION: CWS sb29 (1.1.2); FILE ADDED 2005/02/04 17:04:28 sb 1.1.2.2: #i41817# Added documentation of .eh_frame stuff. 2005/02/01 15:36:44 sb 1.1.2.1: #i41817# When calling from binary UNO to C++, correctly remove from the stack the pointer to a class object return value.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [cbaf654e0141231739053f500cb3fa7bc46f9b1e]

        INTEGRATION: CWS sb29 (1.10.46); FILE MERGED 2005/01/31 13:32:03 sb 1.10.46.1: #i41344# Adapted Solaris Intel cpp_uno bridge to multiple-inheritance UNO interface types.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a25f1e44dd402aab37e4e85a6c006268a80e5bdc]

        INTEGRATION: CWS ause022 (1.3.34); FILE MERGED 2005/02/16 16:18:31 hjs 1.3.34.1: #i42566#, #i42554# fix rebuild problems

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a2a3156cd79a15c8a0b77672ae6eb5f33dbaa80d]

        INTEGRATION: CWS sb29 (1.8.208); FILE MERGED 2005/01/31 13:32:03 sb 1.8.208.1: #i41344# Adapted Solaris Intel cpp_uno bridge to multiple-inheritance UNO interface types.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [25b19774570e9f7d20c03ab412bfc0051c0f3734]

        INTEGRATION: CWS luic (1.10.154); FILE MERGED 2005/02/16 15:59:31 er 1.10.154.1: #i40713# classify Tibetan (Bhutan) as CTL, Tibetan (PR China) was already present; also add Dzongkha to CTL (leftover of #i33917#)

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b3e01518bf28c44bc53e7c757b1906e94092445a]

        INTEGRATION: CWS sb29 (1.11.46); FILE MERGED 2005/01/31 13:32:02 sb 1.11.46.1: #i41344# Adapted Solaris Intel cpp_uno bridge to multiple-inheritance UNO interface types.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [822188410c3fde801a6b5a6bc5f790c0d2189e1a]

        INTEGRATION: CWS sb29 (1.8.28); FILE MERGED 2005/02/01 08:53:23 sb 1.8.28.3: #i41344# Improved naming. 2005/01/31 15:14:06 sb 1.8.28.2: #i41344# Simplified previous fix. 2005/01/31 13:32:02 sb 1.8.28.1: #i41344# Adapted Solaris Intel cpp_uno bridge to multiple-inheritance UNO interface types.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ac147874f3e52fc475816e9efee62e98122bb152]

        INTEGRATION: CWS sb29 (1.2.228); FILE MERGED 2005/02/01 08:53:23 sb 1.2.228.2: #i41344# Improved naming. 2005/01/31 13:32:01 sb 1.2.228.1: #i41344# Adapted Solaris Intel cpp_uno bridge to multiple-inheritance UNO interface types.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [2785cc1b99a9531132ac9c93600ca3dd72fca59f]

        INTEGRATION: CWS iha08 (1.4.24); FILE MERGED 2005/02/15 17:12:42 iha 1.4.24.1: #i40806# replace slide by page for Draw

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [e47607414305f2143be51a6d6720713a0126fce5]

        INTEGRATION: CWS iha08 (1.60.24); FILE MERGED 2005/02/15 17:21:50 iha 1.60.24.1: #i40806# add strings for page and slide name

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [c5975482ff65096c58e04277f9843e9c9ad5a492]

        INTEGRATION: CWS iha08 (1.16.102); FILE MERGED 2005/02/15 17:21:05 iha 1.16.102.1: #i40806# add strings for page and slide name

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a17882e745d5f369b86055d231043300b405e371]

        INTEGRATION: CWS sb29 (1.23.16); FILE MERGED 2005/02/03 13:00:29 sb 1.23.16.1: #i41968# bridges/source/c_uno is dead and not even built.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [eea601e3d0e46dfede7c66230d75d134f49aaf60]

        INTEGRATION: CWS iha08 (1.15.32); FILE MERGED 2005/02/15 19:23:49 iha 1.15.32.1: #i40806# removed wrong '...' from .uno:InsertPage

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [bf3882d22ba1f9faa00b075497f13e0bf3396a80]

        INTEGRATION: CWS pj19 (1.1.2); FILE ADDED 2005/02/10 14:15:50 pjanik 1.1.2.1: #i42219#: Move script for generating thesaurus to common directory.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [14937a30e8b31c35ed57708b4caeafc49fabf35c]

        INTEGRATION: CWS sb29 (1.30.4); FILE MERGED 2005/02/14 15:15:42 sb 1.30.4.2: #i42547# New Solaris SPARC GCC3 bridge, supplied by Taniguchi Yasuaki. 2005/01/31 13:32:01 sb 1.30.4.1: #i41344# Adapted Solaris Intel cpp_uno bridge to multiple-inheritance UNO interface types.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7d12176618e1554f87731243ea022e0bafb1ea6e]

        INTEGRATION: CWS pj19 (1.2.82); FILE MERGED 2005/02/10 14:31:49 pjanik 1.2.82.1: #i42427#: dictionary.lst entries for ru-RU.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [7616d2e7fd7f204fa01199c9d7ae225dfe5db1f9]

        INTEGRATION: CWS sb29 (1.2.68); FILE MERGED 2005/01/31 13:32:00 sb 1.2.68.1: #i41344# Adapted Solaris Intel cpp_uno bridge to multiple-inheritance UNO interface types.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [ef4a17d9746fc1ba498ac54f3bf3f2366b9606b2]

        INTEGRATION: CWS pj19 (1.1.2); FILE ADDED 2005/02/10 14:31:43 pjanik 1.1.2.1: #i42427#: dictionary.lst entries for ru-RU.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [269751c79c6a29110c23dd8fd85daa7a1cbf781f]

        INTEGRATION: CWS pj19 (1.3.42); FILE MERGED 2005/02/10 14:30:17 pjanik 1.3.42.1: #i42427#: dictionary.lst entries for it-IT.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [9ffe62e8b83fc71b06d9eb36816b137491c1a3de]

        INTEGRATION: CWS pj19 (1.1.2); FILE ADDED 2005/02/10 14:30:12 pjanik 1.1.2.1: #i42427#: dictionary.lst entries for it-IT.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [42de90a7c049fcbd0c9d5ea78cc735a10a70c893]

        INTEGRATION: CWS pj19 (1.9.12); FILE MERGED 2005/02/10 14:22:00 pjanik 1.9.12.1: #i42427#: dictionary.lst entries for en-US. #i42219#: Add new en-US thesarus.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [095ecf6c31e67045bcf82ffcbf624116a757cee0]

        INTEGRATION: CWS pj19 (1.1.2); FILE ADDED 2005/02/10 14:20:51 pjanik 1.1.2.1: #i42427#: dictionary.lst entries for en-US.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [b3cb358f1effb09a66930acda6e65f0811175284]

        INTEGRATION: CWS pj19 (1.2.82); FILE MERGED 2005/02/10 14:28:28 pjanik 1.2.82.1: #i42427#: dictionary.lst entries for en-GB.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [f5b62b51c249b2f9a3c448192bf3e3075451f848]

        INTEGRATION: CWS nsplugin5 (1.2.86); FILE MERGED 2005/01/31 02:34:25 jmeng 1.2.86.1: #i40379#

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [a2c0068bd2949231baf0aa12cf93b9702fff2d49]

        INTEGRATION: CWS pj19 (1.1.2); FILE ADDED 2005/02/10 14:28:23 pjanik 1.1.2.1: #i42427#: dictionary.lst entries for en-GB.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [dcb1b4695439aa0006d7ec33397c0f78f820c895]

        INTEGRATION: CWS pj19 (1.2.82); FILE MERGED 2005/02/10 14:26:30 pjanik 1.2.82.1: #i42427#: dictionary.lst entries for de-DE.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [263032d6744df83179149f59447814c223605b78]

        INTEGRATION: CWS pj19 (1.2.82); FILE MERGED 2005/02/10 14:24:41 pjanik 1.2.82.1: #i42427#: dictionary.lst entries for da-DK.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [70cc5176c3dd622e7de45f996a707c099ff1c345]

        INTEGRATION: CWS kendy03 (1.5.4); FILE MERGED 2005/02/16 10:59:17 kendy 1.5.4.1: Issue number: #i42841# Submitted by: kendy Reviewed by:  obr Take DESKTOP_LAUNCH into account in File->Send->Document as E-mail.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [eb6a06d323e5c96fd67d77e404798e524c39ae66]

        INTEGRATION: CWS pj19 (1.1.2); FILE ADDED 2005/02/10 14:23:48 pjanik 1.1.2.1: #i42427#: dictionary.lst entries for da-DK.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [190dd68932a8d2df7dce4be640f062c1a7756e4d]

        INTEGRATION: CWS kendy03 (1.10.4); FILE MERGED 2005/02/16 10:48:37 kendy 1.10.4.1: Issue number: #i42718# Submitted by: pmladek Fix the build with GNOME 2.9.91.

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [00f5e7bbcecda6748e2f9e35c1ea47f08c94b768]

        INTEGRATION: CWS msolesize1 (1.5.4); FILE MERGED 2005/02/10 08:48:55 mav 1.5.4.3: #i42331# fix msole size retrieving problem 2005/02/10 07:50:06 mav 1.5.4.2: #i42331# fix msole size retrieving problem 2005/02/10 07:35:18 mav 1.5.4.1: #i42331# fix msole size retrieving problem

2005-02-21  Vladimir Glazounov  <vg@openoffice.org>  [dcf81b41d2cf82e6166788275845b111f44f5677]

        #43245#

2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [9aac308503be3d8bb07d5296109dbbe897fc05ed]

        #100000# deleted supefluous header

2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [f5a03c4ecb25a20b04b65268b3b2a7fabe8cab05]

        #100000# removed dead code

2005-02-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5c6ff4372f1b19b04178ce6769c1e6f7672c8ddc]

        #i10000# syntax

2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [8b8f66b7461156c4239a4c369a8cbc8417a04546]

        #100000# overseen merge artifact

2005-02-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [00d74f65540fe0f0588484baeac622b00e4b1632]

        #i42947# make win/tcsh build find .py modules

2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [1993dd3c4128893aceb21f09eecfad74464e4560]

        #100000# removed trailing whitespaces

2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [def1dff981b20a4173e55f43d5e4590bb0c57f11]

        #100000# export symbols

2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [1873bcf421e4d8e116d7826eb7cd291e82c75465]

        new version for SRC680

2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [417d8ea6ca05f61f717b617981f24b3d84eb126d]

        new version for SRC680

2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [5f07e0459b1da173ad06e84429954bde1ff67e09]

        new version for SRC680

2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [483efcb4757d57246e2596e79e76cbe2bd2920e6]

        new version for SRC680

2005-02-18  Vladimir Glazounov  <vg@openoffice.org>  [c3e5a4d0e4ff8faaae799fc316792834017a25d6]

        new version for SRC680

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [67680ba23fb2be26c0ad7483b9ee5c9e6c7ac184]

        new version for SRC680

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [05ca589a5bbbdd657e9fd4b617b7f60237a937cb]

        new version for SRC680

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [8f575c91f63d90963fc05813a665c80eb0e36ac8]

        new version for SRC680

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [701e47455e15df747df742797f7ea2c719204ab2]

        new version for SRC680

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [0c299f54c8be0ca68a21c9894111ad2da4f109dd]

        new version for SRC680

2005-02-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fe5351eb9c1f085ce20598b005e56835ebfebc08]

        #i42947# make win/tcsh build find .py modules

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f0b9f82526c0599a443e6e6ff668c2196cb86556]

        #100000# new global dependency from sal

2005-02-17  Rüdiger Timm  <rt@openoffice.org>  [9f2a8bb5aa077944b9d9093ecc77abe30dc27624]

        Ivo belongs to RELEASE ENGINEERING, not (any more) DEVELOPMENT TOOLS.

2005-02-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3956d2e9a843879df48ecff8ff41a22ff5a1655]

        #i10000# syntax

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c94aeb8a3818d4e342010ff9ba395807ee1e36d7]

        SRC680

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [bdfa33008d303bf0bb36d48442b7b19c5af3ff8e]

        INTEGRATION: CWS dba23 (1.28.26); FILE MERGED 2005/01/13 14:51:58 fs 1.28.26.1: #i40583# +asyncnotification

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [b05b64ec47f684202876413ec08b267a66e245ee]

        INTEGRATION: CWS dba23 (1.1.2); FILE ADDED 2005/01/13 14:52:16 fs 1.1.2.2: proper ctor 2005/01/13 14:50:57 fs 1.1.2.1: #i40583# helper class for asynchronously notifying UNO events

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [e21bcaea2a29a877a57a85c6d532339809da8f2b]

        INTEGRATION: CWS dba23 (1.1.2); FILE ADDED 2005/01/13 14:46:27 fs 1.1.2.1: #i40583# helper class for asynchronously notifying UNO events

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [affb5870071a500ba2cf0466b4348f82efcb3392]

        INTEGRATION: CWS dba23 (1.47.78); FILE MERGED 2005/02/11 10:15:28 oj 1.47.78.5: RESYNC: (1.48-1.50); FILE MERGED 2005/01/21 16:54:37 fs 1.47.78.4: #i40565# unify form related toolbars - only 3 (instead of 9) form related toolbars, with selectively hiding (insetad of disabling) items 2005/01/21 13:45:12 oj 1.47.78.3: RESYNC: (1.47-1.48); FILE MERGED 2005/01/19 13:30:49 fs 1.47.78.2: #i40941# remove calc's formsobjectbar, too 2005/01/19 10:58:09 fs 1.47.78.1: #i40941# Writer's formsobjectbar is obsolete

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f3bf70b466bc66779b244a56fac6860fe5eb87ef]

        INTEGRATION: CWS dba23 (1.32.44); FILE MERGED 2005/01/21 06:59:37 oj 1.32.44.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c9920762b3726a1fd4a0412e8c81ffcbfb35c03a]

        INTEGRATION: CWS dba23 (1.26.44); FILE MERGED 2005/01/21 06:59:38 oj 1.26.44.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [dc81ffd55c7f70a16e67bad74fed7fae69b57415]

        INTEGRATION: CWS dba23 (1.2.70); FILE MERGED 2005/01/21 06:56:51 oj 1.2.70.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [a82b47dbf158c18d83fc7961089f8603830df42c]

        INTEGRATION: CWS dba23 (1.3.34); FILE MERGED 2005/01/21 06:56:50 oj 1.3.34.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [fbee62e96c4ea812b82564d013c5567df080291c]

        INTEGRATION: CWS dba23 (1.3.34); FILE MERGED 2005/01/21 06:56:49 oj 1.3.34.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [4b09bc8a9345b2ce63168089ccabc766ed4409f8]

        INTEGRATION: CWS dba23 (1.5.16); FILE MERGED 2005/01/21 06:56:49 oj 1.5.16.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [fa76d3f2bc88c8b4e37ce95a8431ea4aa44e0210]

        INTEGRATION: CWS dba23 (1.22.268); FILE MERGED 2005/01/19 15:31:39 fs 1.22.268.1: #i40941# -RID_OBJECTBAR_DRAWFORM

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [0015f1846bfa87cfd4bf6c7b679946a1fc5ade65]

        INTEGRATION: CWS dba23 (1.4.370); FILE MERGED 2005/01/19 15:31:39 fs 1.4.370.1: #i40941# -RID_OBJECTBAR_DRAWFORM

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f95eae1f3532d657412bd736717f73229c55c926]

        INTEGRATION: CWS dba23 (1.8.286); FILE MERGED 2005/01/21 06:24:51 oj 1.8.286.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c9b0ff48deb9d3f27c596f6338c8cd0d076c9993]

        INTEGRATION: CWS dba23 (1.4.286); FILE MERGED 2005/01/21 06:24:22 oj 1.4.286.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [b3b19e63ba1568cc41a774b0fa3fad34d5e1c321]

        INTEGRATION: CWS dba23 (1.47.166); FILE MERGED 2005/01/19 15:31:16 fs 1.47.166.1: #i40941# -RID_OBJECTBAR_DRAWFORM

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [981f083ea41f342f1d5c1ebba6d2ab404ce5f796]

        INTEGRATION: CWS dba23 (1.6.50); FILE MERGED 2005/01/10 11:42:43 oj 1.6.50.2: #i39192# tabstop corrected 2005/01/07 15:50:07 fs 1.6.50.1: #i38573# properly resize the vertical line right beside the roadmap control

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [e7eaf485489cceb76fa1eb1245b448fe200b3a22]

        INTEGRATION: CWS dba23 (1.5.50); FILE MERGED 2005/01/24 07:36:17 fs 1.5.50.2: #i10000# 2005/01/10 11:42:42 oj 1.5.50.1: #i39192# tabstop corrected

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [55bfa49bae132fe9c2108a1e9d8177a81d3c03e2]

        INTEGRATION: CWS dba23 (1.4.50); FILE MERGED 2005/02/11 13:05:39 oj 1.4.50.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/10 11:42:43 oj 1.4.50.1: #i39192# tabstop corrected

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [5d9b342bf616e1bd698543ed59312d42421bb025]

        INTEGRATION: CWS dba23 (1.22.54); FILE MERGED 2005/01/19 09:11:59 oj 1.22.54.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [1241ba9ff9009215c09269f10b4fc20a4e776c2a]

        INTEGRATION: CWS dba23 (1.6.238); FILE MERGED 2005/01/19 08:03:09 oj 1.6.238.1: #118850# check if impl structure is NULL

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [fa865e598f5d3b5523ffe9814330db5189f532be]

        INTEGRATION: CWS dba23 (1.4.50); FILE MERGED 2005/01/10 11:42:44 oj 1.4.50.1: #i39192# tabstop corrected

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [a8aa8eec59b9f32f1204c28263569e2b372b50e5]

        INTEGRATION: CWS dba23 (1.4.38); FILE MERGED 2005/01/19 09:53:02 oj 1.4.38.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [8a69b307477ffd7b27315cd451cafc64f7636f78]

        INTEGRATION: CWS dba23 (1.23.30); FILE MERGED 2005/01/17 15:11:59 fs 1.23.30.1: #i40463# improved error handling when connecting to a data source

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [98e3a65e8f37d03bc6d0973e6b56a17ee28200d1]

        INTEGRATION: CWS dba23 (1.81.10); FILE MERGED 2005/01/26 12:04:58 fs 1.81.10.5: #i10000# 2005/01/26 12:02:46 fs 1.81.10.4: RESYNC: (1.81-1.82); FILE MERGED 2005/01/26 11:57:08 fs 1.81.10.3: #i10000# manual pseudo-resync to m74 - to prevent conflicts upon integration 2005/01/26 08:38:46 fs 1.81.10.2: #i40463# properly care for WrappedTargetExceptions 2005/01/17 15:11:58 fs 1.81.10.1: #i40463# improved error handling when connecting to a data source

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f68a419d9f05ac796c948ed280f79271b191d12d]

        INTEGRATION: CWS dba23 (1.11.34); FILE MERGED 2005/01/21 06:30:31 oj 1.11.34.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [5135904edeb0eecb3bc7f7af67c895a76ed57cb3]

        INTEGRATION: CWS dba23 (1.14.14); FILE MERGED 2005/01/17 15:11:09 fs 1.14.14.1: #i40463# calcConnection superseded by connectRowset

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [d5ee6c9c36904176c9662c466cf5333e88ead940]

        INTEGRATION: CWS dba23 (1.36.14); FILE MERGED 2005/01/21 06:30:31 oj 1.36.14.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [e6b217cff87d872343ae6bdf38f4178e9d37563a]

        INTEGRATION: CWS dba23 (1.4.18); FILE MERGED 2005/01/13 10:14:55 oj 1.4.18.1: #i40503# remove NativeSql from toolbar

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [56ab2790ddae9b29aee26c4fed82ae1306283fee]

        INTEGRATION: CWS dba23 (1.2.42); FILE MERGED 2005/01/20 16:55:09 oj 1.2.42.1: #i41043# implement private:factory/sdatabase?Interactive

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [4e8c4d14a30af5c360cdb240811b38a711a59c4f]

        INTEGRATION: CWS dba23 (1.2.42); FILE MERGED 2005/02/03 13:06:45 oj 1.2.42.3: RESYNC: (1.2-1.3); FILE MERGED 2005/01/20 16:55:09 oj 1.2.42.2: #i41043# implement private:factory/sdatabase?Interactive 2005/01/19 09:01:14 oj 1.2.42.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f484a98f38c458c8c8efe665249d5b389f249085]

        INTEGRATION: CWS dba23 (1.40.8); FILE MERGED 2005/01/14 14:47:16 oj 1.40.8.1: #i40170# #i40171# change sal_uInt32 in ULONG

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [2fc68863999d11f45aa4e7c7fc841cc28b9b98c7]

        INTEGRATION: CWS dba23 (1.37.22); FILE MERGED 2005/01/20 16:28:45 oj 1.37.22.1: #i40965# fix for tables

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [5c7055cb3e7e1f66b0eb58e46fe3e43adffbb77e]

        INTEGRATION: CWS dba23 (1.5.76); FILE MERGED 2005/01/20 16:54:42 oj 1.5.76.1: #i40648# new datatype BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [ab452e00a18debabb5a136de57ebef94ad396d64]

        INTEGRATION: CWS dba23 (1.70.44); FILE MERGED 2005/01/20 16:54:41 oj 1.70.44.3: #i40648# new datatype BOOLEAN 2005/01/17 13:29:23 oj 1.70.44.2: #i40169# change ULONG in sal_uInt32 2005/01/14 14:47:47 oj 1.70.44.1: #i40169# change sal_uInt32 in ULONG

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f81eb72d2383fdc825cde595e79eed8542e507e0]

        INTEGRATION: CWS dba23 (1.53.22); FILE MERGED 2005/02/03 08:19:00 oj 1.53.22.2: RESYNC: (1.53-1.54); FILE MERGED 2005/01/20 16:53:46 oj 1.53.22.1: #i40648# new datatype BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [a5cc527b730d9d08d4feeaee039005d79854e57c]

        INTEGRATION: CWS dba23 (1.7.76); FILE MERGED 2005/01/20 16:53:46 oj 1.7.76.1: #i40648# new datatype BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [6ace8ec139f9c22c0b8c01cc3ee434f81c0455b8]

        INTEGRATION: CWS dba23 (1.2.42); FILE MERGED 2005/02/03 08:18:27 oj 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/20 16:52:34 oj 1.2.42.1: #i41043# implement private:factory/sdatabase?Interactive

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [1f9816c1337008aa882f37f4913d73471684acd5]

        INTEGRATION: CWS dba23 (1.16.22); FILE MERGED 2005/02/03 08:15:34 oj 1.16.22.2: RESYNC: (1.16-1.17); FILE MERGED 2005/01/19 09:08:23 oj 1.16.22.1: #i40293# cast to correct pointer

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [535627ef0eadb519a6af93811446db34a8cdcb47]

        INTEGRATION: CWS dba23 (1.7.6); FILE MERGED 2005/02/03 08:14:45 oj 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2005/01/20 16:52:06 oj 1.7.6.1: #i41043# implement private:factory/sdatabase?Interactive

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [78e43b0fda2339b1bd7339f03dde1b585bc5b559]

        INTEGRATION: CWS dba23 (1.2.8); FILE MERGED 2005/02/02 14:02:15 oj 1.2.8.1: #i40313# new file inserted

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [0d2f96878b5f024e1cce12188bc4b3b168ab1793]

        INTEGRATION: CWS dba23 (1.3.44); FILE MERGED 2005/01/19 09:09:07 oj 1.3.44.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [61302c9f82384576a054d7b076343cdfa4767c91]

        INTEGRATION: CWS dba23 (1.36.6); FILE MERGED 2005/02/03 08:10:59 oj 1.36.6.2: RESYNC: (1.36-1.37); FILE MERGED 2005/01/20 16:53:06 oj 1.36.6.1: #i40648# new datatype BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [fd3197cb79fe2fc576b5c457ba4db399db1c3d19]

        INTEGRATION: CWS dba23 (1.164.6); FILE MERGED 2005/02/03 08:10:49 oj 1.164.6.2: RESYNC: (1.164-1.165); FILE MERGED 2005/01/21 06:52:14 oj 1.164.6.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [eb26f0854388b17004a33a868300ab77fbc82c31]

        INTEGRATION: CWS dba23 (1.58.8); FILE MERGED 2005/02/11 10:10:40 oj 1.58.8.2: RESYNC: (1.59-1.60); FILE MERGED 2005/01/19 09:09:31 oj 1.58.8.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [98dcb3f0545529b6787e8c8a86bc356058c6ba12]

        INTEGRATION: CWS dba23 (1.5.6); FILE MERGED 2005/02/03 08:09:19 oj 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/01/19 09:00:09 oj 1.5.6.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [5add96a55e2185cdcdee6b1c561ec0a05a84de29]

        INTEGRATION: CWS dba23 (1.11.6); FILE MERGED 2005/02/03 08:08:06 oj 1.11.6.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/19 08:51:56 oj 1.11.6.1: #i40293# suspend can be called twice, so care for

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [997495bf0bdafc4f240712bae59c1b94924361e8]

        INTEGRATION: CWS dba23 (1.5.8); FILE MERGED 2005/02/03 13:09:39 oj 1.5.8.3: RESYNC: (1.5-1.6); FILE MERGED 2005/01/24 14:50:25 fs 1.5.8.2: #i10000# 2005/01/20 16:27:10 oj 1.5.8.1: #i41043# implement private:factory/sdatabase?Interactive

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [8dc53907b57d2401da3e5b57362c81bbebc0c990]

        INTEGRATION: CWS dba23 (1.4.22); FILE MERGED 2005/01/19 09:09:57 oj 1.4.22.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [92b2fecd5201817ab32af120477e20d4956f6f00]

        INTEGRATION: CWS dba23 (1.5.22); FILE MERGED 2005/01/19 08:45:52 fs 1.5.22.1: #i40358# +getDataSource

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [e49aa37592b196689ad5ab7af1e8bb972a13ed28]

        INTEGRATION: CWS dba23 (1.3.76); FILE MERGED 2005/01/19 08:45:48 fs 1.3.76.1: #i40358# +getDataSource

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [987cde69e6e3bb447fb83a393e60da9bf4a54bd6]

        INTEGRATION: CWS dba23 (1.18.6); FILE MERGED 2005/02/03 08:07:18 oj 1.18.6.2: RESYNC: (1.18-1.19); FILE MERGED 2005/01/19 08:48:50 fs 1.18.6.1: #i40358# when loading an embedded document, set the data source as parent

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [ca5917c9ea22771851cd82103df01c9775d85bf5]

        INTEGRATION: CWS dba23 (1.52.16); FILE MERGED 2005/02/11 10:10:18 oj 1.52.16.3: RESYNC: (1.53-1.54); FILE MERGED 2005/02/03 08:06:56 oj 1.52.16.2: RESYNC: (1.52-1.53); FILE MERGED 2005/01/19 09:10:25 oj 1.52.16.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [5d42bd850802d52b4b1214b9934fdd8d01667f7e]

        INTEGRATION: CWS dba23 (1.52.44); FILE MERGED 2005/01/19 08:45:18 oj 1.52.44.1: #i40293# cast to sal_int64

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [00f88494002978088f2270ff7c698e67b70d94b6]

        INTEGRATION: CWS dba23 (1.60.8); FILE MERGED 2005/01/19 08:45:18 oj 1.60.8.1: #i40293# cast to sal_int64

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [a9bf8adf297762fc154900c6295b96799ebe8e3c]

        INTEGRATION: CWS dba23 (1.46.44); FILE MERGED 2005/01/19 08:45:17 oj 1.46.44.1: #i40293# cast to sal_int64

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [925d49ee29336fc75a71f04c2ea275c54acc0657]

        INTEGRATION: CWS dba23 (1.23.44); FILE MERGED 2005/01/19 08:45:17 oj 1.23.44.1: #i40293# cast to sal_int64

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c65176ca9a9f789dccdb0ec12777813388fd4b9c]

        INTEGRATION: CWS dba23 (1.7.8); FILE MERGED 2005/01/20 16:47:45 oj 1.7.8.1: #i40648# new datatype BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [0e5bd1886a30050446b659bce8c367d0a3ec11ec]

        INTEGRATION: CWS dba23 (1.130.6); FILE MERGED 2005/02/03 08:06:12 oj 1.130.6.2: RESYNC: (1.130-1.131); FILE MERGED 2005/01/19 08:45:17 oj 1.130.6.1: #i40293# cast to sal_int64

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [3add6149467d817049034f46ea6fc88c61517638]

        INTEGRATION: CWS dba23 (1.37.76); FILE MERGED 2005/01/20 16:47:44 oj 1.37.76.1: #i40648# new datatype BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [9a1bc90b6dbdefcccb566e1aebd8971e20f62720]

        INTEGRATION: CWS dba23 (1.14.76); FILE MERGED 2005/01/20 16:47:44 oj 1.14.76.1: #i40648# new datatype BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [2be80541729d23b5d0e18b73c3cad4f58797675f]

        INTEGRATION: CWS dba23 (1.8.1040); FILE MERGED 2005/01/10 10:39:59 fs 1.8.1040.1: some SAL_DLLPRIVATE

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [b0aebd28927a050b4076dc57ddc506abf665f412]

        INTEGRATION: CWS dba23 (1.12.468); FILE MERGED

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [4c939f004d149c94fe804d90b65724dbd88f2843]

        INTEGRATION: CWS dba23 (1.23.4); FILE MERGED 2005/01/11 14:32:28 fs 1.23.4.2: copying the changes from CWS dba22 (branch: cws_src680_dba22) herein 2005/01/10 10:39:59 fs 1.23.4.1: some SAL_DLLPRIVATE

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [656cea4d459e4fbe288b259de213e50db212608d]

        INTEGRATION: CWS dba23 (1.18.122); FILE MERGED 2005/01/21 16:51:35 fs 1.18.122.1: #i40565# unify form related toolbars

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [2e8fa370a9d25daefd0a9f8c65bffc6ac1ef1718]

        INTEGRATION: CWS dba23 (1.9.162); FILE MERGED 2005/01/10 10:37:18 fs 1.9.162.1: #i40086# -getCurForm / +validateCurForm

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [2bfeb19f7209f1830d515f257d790aa373dbb7d3]

        INTEGRATION: CWS dba23 (1.8.208); FILE MERGED 2005/01/17 14:48:32 fs 1.8.208.1: #i40463# connectRowSet can now also throw a WrappedTargetException

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [4da6110240f68732e57df810adbf7937e7f7bd92]

        INTEGRATION: CWS dba23 (1.18.120); FILE MERGED 2005/01/17 14:49:06 fs 1.18.120.2: some exception safety during #i40463# 2005/01/10 10:41:29 fs 1.18.120.1: #i40086# retrieve current form from ShellImpl, instead of page impl (which doesn't expose it anymore)

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [a337d429bb43ca3fff60e030b40590e721a54283]

        INTEGRATION: CWS dba23 (1.4.4); FILE MERGED 2005/01/21 16:53:20 fs 1.4.4.1: #i40565# unify form related toolbars - only 3 (instead of 9) form related toolbars, with selectively hiding (insetad of disabling) items

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c04ec9336a98ebe34a84f48a3ca39ec43b3fbf19]

        INTEGRATION: CWS dba23 (1.40.4); FILE MERGED 2005/01/21 06:36:43 oj 1.40.4.2: #i40648# new DataType::BOOLEAN 2005/01/11 14:34:34 fs 1.40.4.1: copying the changes from CWS dba22 (branch: cws_src680_dba22) herein

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [7c5dce3c6b99d2c878984a5549bc0cbbf2f5602f]

        INTEGRATION: CWS dba23 (1.61.4); FILE MERGED 2005/01/14 16:28:30 fs 1.61.4.2: #i40693# invalidate some slots when m_xCurrentForm changed 2005/01/11 14:34:33 fs 1.61.4.1: copying the changes from CWS dba22 (branch: cws_src680_dba22) herein

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [8f638f5ef90b4de6e33efa54561941a6be628bfd]

        INTEGRATION: CWS dba23 (1.56.4); FILE MERGED 2005/02/11 12:13:12 oj 1.56.4.3: RESYNC: (1.57-1.58); FILE MERGED 2005/01/21 16:53:04 fs 1.56.4.2: #i40565# unify form related toolbars - only 3 (instead of 9) form related toolbars, with selectively hiding (insetad of disabling) items 2005/01/11 14:34:32 fs 1.56.4.1: copying the changes from CWS dba22 (branch: cws_src680_dba22) herein

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [252b69adee59e97d6ef6c8fb71af99a2b5454856]

        INTEGRATION: CWS dba23 (1.22.162); FILE MERGED 2005/01/11 14:34:32 fs 1.22.162.2: copying the changes from CWS dba22 (branch: cws_src680_dba22) herein 2005/01/10 10:41:43 fs 1.22.162.1: #i40086# +validateCurForm

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [4f9129d8321fe851ad6824e92829ed54b59b574f]

        INTEGRATION: CWS dba23 (1.7.6); FILE MERGED 2005/01/14 15:12:28 fs 1.7.6.1: #i40678# properly recognize master documents and presentations

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c7c58b3af14103dd719202a65172d0adb4b3a55c]

        INTEGRATION: CWS dba23 (1.13.208); FILE MERGED 2005/01/17 14:48:44 fs 1.13.208.1: #i40463# connectRowSet can now also throw a WrappedTargetException

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [3587fbe46a11ab85bbaf58cce1a47e37277921b7]

        INTEGRATION: CWS dba23 (1.40.122); FILE MERGED 2005/01/21 06:36:44 oj 1.40.122.2: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [1fedc6347e776bcf4ab6460ebf2307420d9e57be]

        INTEGRATION: CWS dba23 (1.45.122); FILE MERGED 2005/01/21 06:36:44 oj 1.45.122.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [347c091d5109d9ecf60b6c273f5644e2f193cf65]

        INTEGRATION: CWS dba23 (1.3.408); FILE MERGED 2005/01/18 11:57:29 oj 1.3.408.1: #i40850# new size for timeout for br-pt

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [9511fad10fdea28ff55debcb1c3dfcff45fc591a]

        INTEGRATION: CWS dba23 (1.12.36); FILE MERGED 2005/01/21 15:03:28 oj 1.12.36.2: RESYNC: (1.12-1.13); FILE MERGED 2005/01/19 09:34:43 oj 1.12.36.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [22e12aaf75ea92640befc77cf21010cc2779e488]

        INTEGRATION: CWS dba23 (1.1.2); FILE ADDED 2005/01/14 16:32:05 fs 1.1.2.1: read it

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [9698edf13413d59792dea97d3fb250059923e345]

        INTEGRATION: CWS dba23 (1.1.2); FILE ADDED 2005/01/14 16:31:50 fs 1.1.2.1: grid control implementation overview - started

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [373eaabf6bb4ea91d50f41c9481d7f021d397e09]

        INTEGRATION: CWS dba23 (1.69.34); FILE MERGED 2005/02/11 10:11:50 oj 1.69.34.3: RESYNC: (1.69-1.70); FILE MERGED 2005/01/19 09:32:32 fs 1.69.34.2: also deliver css.form.submission 2005/01/18 09:45:29 fs 1.69.34.1: also deliver form/binding and form/validation

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [5a889eae58078542c9a7c3f6151c4b8459be18e2]

        INTEGRATION: CWS dba23 (1.6.156); FILE MERGED 2005/01/20 16:46:00 oj 1.6.156.1: #i40648# new datatype BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [243de8473ca360e41927f617b3b55d9f84c634a9]

        INTEGRATION: CWS dba23 (1.15.40); FILE MERGED 2005/01/19 08:56:13 oj 1.15.40.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [a26fd99ae422a5f9eee8dc2a9a662ee44612c27a]

        INTEGRATION: CWS dba23 (1.7.156); FILE MERGED 2005/01/26 10:54:13 oj 1.7.156.1: #i40485# docu corrected

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f9f6f9c6abe579730aa084cf58a17c52def50498]

        INTEGRATION: CWS dba23 (1.2.40); FILE MERGED 2005/01/19 09:02:16 fs 1.2.40.1: not published, yet

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [1fd62cf1f1c46333aebbcda61fc118f5cb8aacb2]

        INTEGRATION: CWS dba23 (1.1.2); FILE ADDED 2005/01/19 08:56:29 oj 1.1.2.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [be72f03b2f6e8f1098f7304df421058b14c3d383]

        INTEGRATION: CWS dba23 (1.2.40); FILE MERGED 2005/01/19 09:02:15 fs 1.2.40.1: not published, yet

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [2a2e3cdb460c6e5dd251353d8773e902e9f8991c]

        INTEGRATION: CWS dba23 (1.9.40); FILE MERGED 2005/01/26 10:54:13 oj 1.9.40.1: #i40485# docu corrected

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [faeb4d3faf3efb12abd52d25e256b616344fde47]

        INTEGRATION: CWS dba23 (1.2.40); FILE MERGED 2005/01/26 10:54:13 oj 1.2.40.3: #i40485# docu corrected 2005/01/19 09:01:48 fs 1.2.40.2: proper link 2005/01/19 08:58:37 fs 1.2.40.1: #i40358# mention that the embedded documents have a getParent, to obtain the database document they belong to

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [aeb4ebce39e966efc2f8cb4376794b3c0c0ccbd9]

        INTEGRATION: CWS dba23 (1.8.156); FILE MERGED 2005/01/13 10:58:02 fs 1.8.156.1: deprecated

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c416eb53ec4697b57cf7c441ce545133c3181bc4]

        INTEGRATION: CWS dba23 (1.7.156); FILE MERGED 2005/01/13 10:58:02 fs 1.7.156.1: deprecated

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [bede0687bef68c8a2c29a312b08669862820a35a]

        INTEGRATION: CWS dba23 (1.7.156); FILE MERGED 2005/01/13 10:58:01 fs 1.7.156.1: deprecated

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [46e88df2e5f11a87579bbc0723fdb28e19ecb296]

        INTEGRATION: CWS dba23 (1.9.156); FILE MERGED 2005/01/13 10:58:01 fs 1.9.156.1: deprecated

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [4ff4a4a32651bee3520a2a1ecc002b2660fc5b29]

        INTEGRATION: CWS dba23 (1.13.92); FILE MERGED 2005/01/13 10:59:39 fs 1.13.92.1: #i40358# rephrasing for ApplyFormDesignMode

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [dde3bfa2bc61c7c1db71335c153cd133936ee93f]

        INTEGRATION: CWS dba23 (1.10.156); FILE MERGED 2005/01/13 10:55:13 fs 1.10.156.1: document that mouse events are also used for popup menu requests

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [55562b0f356355a244e75b8440d7d62ce9d320f2]

        INTEGRATION: CWS dba23 (1.2.140); FILE MERGED 2005/01/13 10:54:52 fs 1.2.140.1: stumbled upon two warnings about invalid type links

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f76ff4520da28ea61de0ed7208a08c9bad113f13]

        INTEGRATION: CWS dba23 (1.9.140); FILE MERGED 2005/01/11 09:05:30 fs 1.9.140.1: #i34551# optional vertical alignment

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [61188fc4ec81c833c3a2befa2633c6d2ca591e82]

        INTEGRATION: CWS dba23 (1.11.92); FILE MERGED 2005/01/11 09:05:29 fs 1.11.92.1: #i34551# optional vertical alignment

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [ff542984c169a34753f9cfba4d00d108a29d359f]

        INTEGRATION: CWS dba23 (1.8.140); FILE MERGED 2005/01/11 09:05:28 fs 1.8.140.1: #i34551# optional vertical alignment

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [71817c15a79fd6f74adc7c153d40f503f63b8b7d]

        INTEGRATION: CWS dba23 (1.9.158); FILE MERGED 2005/01/13 10:55:13 fs 1.9.158.1: document that mouse events are also used for popup menu requests

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [5e990b97435730a8cd51cebc2883f8d7e9216ae6]

        INTEGRATION: CWS dba23 (1.7.22); FILE MERGED 2005/01/13 16:00:24 fs 1.7.22.1: #i40583# asyncnotification moved to module comphelper

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [2510e7ae6a7a0aca1c0b7a553dd5406e21e30919]

        INTEGRATION: CWS dba23 (1.10.24); FILE MERGED 2005/01/13 16:00:52 fs 1.10.24.1: #i40583# asyncnotification moved to module comphelper

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [3815b8eabb2679dc3bb1edeea307bbd745089624]

        INTEGRATION: CWS dba23 (1.36.16); FILE MERGED 2005/01/13 16:00:51 fs 1.36.16.1: #i40583# asyncnotification moved to module comphelper

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [e2b0824acc0769cf507fbff2bc53b10dad65ea3c]

        INTEGRATION: CWS dba23 (1.34.16); FILE MERGED 2005/01/21 06:31:32 oj 1.34.16.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [a0d984133fb70ac257f31445ed9e65c89ba53e58]

        INTEGRATION: CWS dba23 (1.26.8); FILE MERGED 2005/01/21 06:32:02 oj 1.26.8.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [e674a2c1ea8970447da225cc26b2470a2345ddf4]

        INTEGRATION: CWS dba23 (1.66.4); FILE MERGED 2005/01/17 14:44:10 fs 1.66.4.1: #i40463# calcConnection superseded by connectRowset

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [cf51059a783d6013f901481de65fff09988392bf]

        INTEGRATION: CWS dba23 (1.2.234); FILE MERGED 2005/01/24 13:02:10 fs 1.2.234.2: #i40565# 2005/01/21 16:53:35 fs 1.2.234.1: #i40565# unify form related toolbars - only 3 (instead of 9) form related toolbars, with selectively hiding (insetad of disabling) items

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [6d74eb7aa2caf58f96e06a016fdcc215e7f2e505]

        INTEGRATION: CWS dba23 (1.2.234); FILE MERGED 2005/01/21 16:53:35 fs 1.2.234.1: #i40565# unify form related toolbars - only 3 (instead of 9) form related toolbars, with selectively hiding (insetad of disabling) items

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [de4065e42d4e29035e869e179fae9adb6989b91b]

        INTEGRATION: CWS dba23 (1.4.282); FILE MERGED 2005/01/19 10:47:52 fs 1.4.282.1: #i40941# SID_DRAWFORM_TOOLBOX replaced with SID_TEXT_TOOLBOX

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [d7b7de15aae6bdf9b7ca1f335309f0f4f802661c]

        INTEGRATION: CWS dba23 (1.45.234); FILE MERGED 2005/01/19 10:47:08 fs 1.45.234.1: #i40941# -SID_DRAWFORM_TOOLBOX

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [e3581e1fbaa7f9405dfa22fc1b9c65fb3af950a4]

        INTEGRATION: CWS dba23 (1.8.126); FILE MERGED 2005/01/21 08:59:50 oj 1.8.126.2: RESYNC: (1.8-1.9); FILE MERGED 2005/01/19 10:47:39 fs 1.8.126.1: #i40941# SID_DRAWFORM_TOOLBOX replaced with SID_TEXT_TOOLBOX

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [9d6d0e209541e244377ca304eb4f055aa239005f]

        INTEGRATION: CWS dba23 (1.64.2); FILE MERGED 2005/01/21 16:51:00 fs 1.64.2.1: #i40565# hide the XFormsDesignMode-item (instead of only disabling it) if not in XForms document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [6662eb9c6c9d0974c2d95872fd3a7856751c5577]

        INTEGRATION: CWS dba23 (1.7.252); FILE MERGED 2005/01/19 10:46:45 fs 1.7.252.1: #i40941# -SID_DRAWFORM_TOOLBOX

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [8cd19d760246ab5816184b8489a26657b5fe7724]

        INTEGRATION: CWS dba23 (1.5.894); FILE MERGED 2005/01/21 06:28:45 oj 1.5.894.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [8513cd9ab3142ef59be5b9cddcf2367abc4af471]

        INTEGRATION: CWS dba23 (1.84.52); FILE MERGED 2005/02/11 10:22:16 oj 1.84.52.3: RESYNC: (1.87-1.88); FILE MERGED 2005/01/21 08:50:26 oj 1.84.52.2: RESYNC: (1.84-1.87); FILE MERGED 2005/01/21 06:28:46 oj 1.84.52.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [cd390f6321cfed7052d2b769aa942fb0a5dcde73]

        INTEGRATION: CWS dba23 (1.49.232); FILE MERGED 2005/01/21 06:28:46 oj 1.49.232.1: #i40648# new DataType::BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [d4aa9e2dc40835c5c0d9239f1d701dffa8596c8d]

        INTEGRATION: CWS dba23 (1.15.78); FILE MERGED 2005/01/21 08:32:46 oj 1.15.78.2: RESYNC: (1.15-1.16); FILE MERGED 2005/01/13 14:54:54 fs 1.15.78.1: #i40583# link against VOS

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [44b0b7035b8a889bea7cc438cf3267bfe454244c]

        INTEGRATION: CWS dba23 (1.49.28); FILE MERGED 2005/02/11 12:41:04 oj 1.49.28.4: RESYNC: (1.50-1.51); FILE MERGED 2005/01/26 11:29:41 fs 1.49.28.3: RESYNC: (1.49-1.50); FILE MERGED 2005/01/18 15:44:43 fs 1.49.28.2: #i40647# +mnDrawingOntoParent: prevent recursive calls to certain branches of ::draw 2005/01/13 14:53:50 fs 1.49.28.1: #i40583# notify all events to XMouseListeners asynchronously

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [7a2c344ab9fd5a1700efd4877666106c81bc0070]

        INTEGRATION: CWS dba23 (1.21.38); FILE MERGED 2005/01/21 08:28:25 oj 1.21.38.3: RESYNC: (1.21-1.22); FILE MERGED 2005/01/18 15:44:20 fs 1.21.38.2: #i40647# +mnDrawingOntoParent 2005/01/13 14:53:06 fs 1.21.38.1: #i40583# +mpImpl

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [af95f941e601813b5df93a7ca82eb27501227e1a]

        INTEGRATION: CWS dba23 (1.25.108); FILE MERGED 2005/01/19 09:34:23 oj 1.25.108.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [0c6ba0fc4017407a7ff42c6295b1b87168c6fb0b]

        INTEGRATION: CWS dba23 (1.9.6); FILE MERGED 2005/02/11 10:19:04 oj 1.9.6.5: RESYNC: (1.11-1.15); FILE MERGED 2005/02/03 07:36:06 oj 1.9.6.4: RESYNC: (1.10-1.11); FILE MERGED 2005/01/21 16:47:13 fs 1.9.6.3: #i40565# unify the form related toolbars 2005/01/21 08:18:29 oj 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2005/01/19 10:38:51 fs 1.9.6.1: #i40941# formsobjectbar is obsolete

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [19d0a6c2328c544fd6710356a6b2daad893c9c03]

        INTEGRATION: CWS dba23 (1.9.6); FILE MERGED 2005/02/11 10:18:55 oj 1.9.6.4: RESYNC: (1.11-1.15); FILE MERGED 2005/01/21 16:46:28 fs 1.9.6.3: #i40565# Controls->Form Controls 2005/01/21 08:18:18 oj 1.9.6.2: RESYNC: (1.9-1.11); FILE MERGED 2005/01/19 10:38:51 fs 1.9.6.1: #i40941# formsobjectbar is obsolete

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c3515aa31f9705d8caf9c758aab380fd65b0cf25]

        INTEGRATION: CWS dba23 (1.10.6); FILE MERGED 2005/02/11 10:18:45 oj 1.10.6.5: RESYNC: (1.12-1.16); FILE MERGED 2005/02/03 07:35:57 oj 1.10.6.4: RESYNC: (1.11-1.12); FILE MERGED 2005/01/21 16:47:13 fs 1.10.6.3: #i40565# unify the form related toolbars 2005/01/21 08:18:06 oj 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2005/01/19 10:38:51 fs 1.10.6.1: #i40941# formsobjectbar is obsolete

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [293f54796df7b51a2c545af5fa53f68922df84bf]

        INTEGRATION: CWS dba23 (1.12.52); FILE MERGED 2005/02/11 10:18:15 oj 1.12.52.3: RESYNC: (1.13-1.16); FILE MERGED 2005/02/03 07:35:49 oj 1.12.52.2: RESYNC: (1.12-1.13); FILE MERGED 2005/01/21 16:46:28 fs 1.12.52.1: #i40565# Controls->Form Controls

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f2af118c7cecfdad3dd5775cc46b824a33772800]

        INTEGRATION: CWS dba23 (1.36.12); FILE MERGED 2005/02/11 10:18:04 oj 1.36.12.3: RESYNC: (1.37-1.38); FILE MERGED 2005/02/03 07:35:40 oj 1.36.12.2: RESYNC: (1.36-1.37); FILE MERGED 2005/01/24 15:56:43 fs 1.36.12.1: #i41212# AutoPilots->Wizards

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [a61cddd3346943e39cbb311e98d7a7c0ff2e615a]

        INTEGRATION: CWS dba23 (1.12.52); FILE MERGED 2005/02/11 10:17:43 oj 1.12.52.3: RESYNC: (1.13-1.17); FILE MERGED 2005/02/03 07:35:31 oj 1.12.52.2: RESYNC: (1.12-1.13); FILE MERGED 2005/01/21 16:45:16 fs 1.12.52.1: #i40565# Controls->Form Controls

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [488d7c2747071e06f1e2bf668516221a5424d5ba]

        INTEGRATION: CWS dba23 (1.2.56); FILE MERGED 2005/01/13 12:08:11 oj 1.2.56.1: #i40254# correct name

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [07ed2de98878443869c6c770414018be8ee7714e]

        INTEGRATION: CWS dba23 (1.8.56); FILE MERGED 2005/01/19 09:34:23 oj 1.8.56.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [be4f4d6244143791d405fbcfae24f67bd8d42a57]

        INTEGRATION: CWS dba23 (1.11.22); FILE MERGED 2005/02/11 10:17:11 oj 1.11.22.3: RESYNC: (1.12-1.14); FILE MERGED 2005/02/03 07:35:13 oj 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/21 16:45:16 fs 1.11.22.1: #i40565# Controls->Form Controls

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [17be5b9391607e64167b363800884c66f8e06b9a]

        INTEGRATION: CWS dba23 (1.30.56); FILE MERGED 2005/01/19 09:34:22 oj 1.30.56.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c4a3c2cf96c3b05eb4cd9dd4a36f304e493df802]

        INTEGRATION: CWS dba23 (1.28.8); FILE MERGED 2005/01/21 08:16:06 oj 1.28.8.2: RESYNC: (1.28-1.29); FILE MERGED 2005/01/20 16:26:20 oj 1.28.8.1: #i41043# implement private:factory/sdatabase?Interactive

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [89d901de6be706474e4f1781a8157b6a70a76cba]

        INTEGRATION: CWS dba23 (1.14.44); FILE MERGED 2005/02/11 10:16:24 oj 1.14.44.2: RESYNC: (1.14-1.15); FILE MERGED 2005/01/19 09:34:22 oj 1.14.44.1: #i40485# new service for the new database document

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [b69b0c35f69413484abbba0210db56533a0eb4f2]

        INTEGRATION: CWS dba23 (1.7.26); FILE MERGED 2005/01/17 14:58:05 fs 1.7.26.1: #i40463# calcConnection superseded by connectRowset, which now also throws a WrappedTargetException

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f34d7c1bd735497d5797951eab57659ac8b7d89e]

        INTEGRATION: CWS dba23 (1.49.42); FILE MERGED 2005/01/20 16:36:23 oj 1.49.42.1: #i40898# new function arguments

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [081faba5ed73f17ad8a916e6230743dc857fe51d]

        INTEGRATION: CWS dba23 (1.13.186); FILE MERGED 2005/01/20 16:31:43 oj 1.13.186.1: #i40970# check if java is enabled

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [91fb9632555dfffd8ba82b00117453bb4a641ec8]

        INTEGRATION: CWS dba23 (1.30.50); FILE MERGED 2005/01/20 16:31:43 oj 1.30.50.1: #i40970# check if java is enabled

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f1e8015e351f2aab52469dea3713b87e2817fe4b]

        INTEGRATION: CWS dba23 (1.2.22); FILE MERGED 2005/02/03 07:32:03 oj 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/20 16:33:59 oj 1.2.22.1: #i40970# check if java is enabled

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [abb8e88d467debf77ac66af6c23e8b195e093323]

        INTEGRATION: CWS dba23 (1.2.22); FILE MERGED 2005/02/03 07:31:13 oj 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/20 16:34:00 oj 1.2.22.1: #i40970# check if java is enabled

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f92c5dbf27ab4c3a765bd8776e646718249d14c3]

        INTEGRATION: CWS dba23 (1.53.12); FILE MERGED 2005/01/20 16:49:13 oj 1.53.12.2: #i40648# new datatype BOOLEAN 2005/01/17 14:57:54 fs 1.53.12.1: #i40463# calcConnection superseded by connectRowset, which now also throws a WrappedTargetException

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [4e3d34bb6d0efd07822f6616d31aaf688aeeccb6]

        INTEGRATION: CWS dba23 (1.24.62); FILE MERGED 2005/01/20 16:49:13 oj 1.24.62.1: #i40648# new datatype BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [d275dfddd9e7fdfc2692daa1bc41e5fc54819d25]

        INTEGRATION: CWS dba23 (1.11.78); FILE MERGED 2005/01/20 16:49:12 oj 1.11.78.1: #i40648# new datatype BOOLEAN

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [1db9c6ed3b946c5ece30e7510aae9f31fcb5e492]

        INTEGRATION: CWS dba23 (1.9.26); FILE MERGED 2005/01/17 14:57:39 fs 1.9.26.1: #i40463# calcConnection superseded by connectRowset, which now also throws a WrappedTargetException

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [4c00e2e6bd746d200df5cc97230785d8d141f06a]

        INTEGRATION: CWS dba23 (1.26.12); FILE MERGED 2005/01/17 14:57:39 fs 1.26.12.1: #i40463# calcConnection superseded by connectRowset, which now also throws a WrappedTargetException

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [e9be175beb91b073c4ac2bc4c258b12b4e637009]

        INTEGRATION: CWS impress31 (1.61.24); FILE MERGED 2005/01/28 09:14:44 cl 1.61.24.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [eb875a2596aa288702f38e3fd4ea497e52372fee]

        INTEGRATION: CWS impress31 (1.3.16); FILE MERGED 2005/01/28 09:17:16 cl 1.3.16.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [ce339b93c1485a6cdf7c42622b25778d3e75ff0d]

        INTEGRATION: CWS impress31 (1.19.146); FILE MERGED 2005/01/28 09:12:52 cl 1.19.146.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [60afa91d7e093b17eb0a11011444417cdc3ee7d2]

        INTEGRATION: CWS impress31 (1.3.94); FILE MERGED 2005/01/31 10:51:46 af 1.3.94.1: #i41510# Renamed 'Slide View' to 'Slide Sorter'.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c0fefdac1dc3c1f10751c5891757e120fd938d70]

        INTEGRATION: CWS impress31 (1.20.16); FILE MERGED 2005/01/28 09:06:08 cl 1.20.16.1: #i32920# added SdPage::getPresentationStyle()

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [3381ac6ee6f316666656c92bb24e80e9bb0e5c0b]

        INTEGRATION: CWS impress31 (1.49.42); FILE MERGED 2005/01/28 13:35:00 cl 1.49.42.1: #i41512# fixed ::SetModel to know about IsEmptyPresObj()

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [b701231c8195024bacb905aa90d054509d06a1d8]

        INTEGRATION: CWS impress31 (1.2.72); FILE MERGED 2005/01/28 14:17:53 cl 1.2.72.1: #i41527# support hsl colors

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [fc97e06daf3d27855220353fd6165a80f37ce7d2]

        INTEGRATION: CWS impress31 (1.5.72); FILE MERGED 2005/01/24 15:46:11 af 1.5.72.1: #i41099# Button for starting presentation starts not visible.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [6325109ee18d157bc67b6de08e53f79df2970370]

        INTEGRATION: CWS impress31 (1.3.72); FILE MERGED 2005/01/24 15:46:43 af 1.3.72.1: #i41099# Removed button for making custom animation panel visible.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [8a8f4fdd431d90da107e6d419ab9a91dc88438bc]

        INTEGRATION: CWS impress31 (1.54.70); FILE MERGED 2005/01/24 16:59:49 af 1.54.70.1: #i40356# Added code for correctly setting states of SID_BEZIER_EDIT and SID_GLUE_EDITMODE.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [f9c5fb4af79075a17c16ab53c00bd53580cc9d74]

        INTEGRATION: CWS impress31 (1.48.68); FILE MERGED 2005/01/28 09:14:43 cl 1.48.68.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c844e53bbed7335d0b7c31005c780dfcab897c2d]

        INTEGRATION: CWS impress31 (1.10.72); FILE MERGED 2005/01/25 12:46:46 cl 1.10.72.1: #i32477# fixed minor header import problem

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [de2409cfecad6d2991e43eea1f44ee2f3a6a9576]

        INTEGRATION: CWS impress31 (1.4.72); FILE MERGED 2005/01/25 10:45:05 af 1.4.72.1: #i40915# Added new file IdleDetection.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [62f4264a3d414b538ca012c81ca4a77e8b41faee]

        INTEGRATION: CWS impress31 (1.1.2); FILE ADDED 2005/01/25 10:35:31 af 1.1.2.1: #i40915# Initial revision.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [76643ae081b3cb6b66e23f0addc8e341afcf0149]

        INTEGRATION: CWS impress31 (1.7.112); FILE MERGED 2005/01/25 10:51:01 af 1.7.112.1: #i40915# Supressing preview creation during full screen show.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [d8cb1671c3c572feac2a3e9bee273d9df40b15ee]

        INTEGRATION: CWS impress31 (1.5.72); FILE MERGED 2005/01/28 09:21:22 cl 1.5.72.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [49f59ca65379d53e43d4958c7fec37ab45ab6805]

        INTEGRATION: CWS impress31 (1.4.70); FILE MERGED 2005/01/28 18:53:05 af 1.4.70.1: #i41525# Fixed repaint problems with XOR painted overlays.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [0260a76bd1551beda61e0c885fc22b0923457bce]

        INTEGRATION: CWS impress31 (1.5.62); FILE MERGED 2005/01/28 18:52:33 af 1.5.62.1: #i41525# Passing correct parameter to ViewOverlay::HideAndSave().

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [7b3bd574a7060a81509f6470a134ff58cfeca659]

        INTEGRATION: CWS impress31 (1.6.72); FILE MERGED 2005/01/28 09:17:54 cl 1.6.72.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [024ca32855fc8048c4e99307edc3547a979ee7da]

        INTEGRATION: CWS impress31 (1.4.72); FILE MERGED 2005/01/28 18:51:58 af 1.4.72.1: #i41525# Added OverlayBase::GetViewOverlay() method.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [140d855f9d5dcf7d9c8f9afe3c8f807acea3bd96]

        INTEGRATION: CWS impress31 (1.12.14); FILE MERGED 2005/01/27 17:05:34 af 1.12.14.1: #i41474# Setting mbPageHit correctly for mouse clicks.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [6546ff633c1cfc38538f3bf5e9a1689200bed049]

        INTEGRATION: CWS impress31 (1.5.112); FILE MERGED 2005/01/25 10:51:42 af 1.5.112.1: #i40915# Supressing preview creation during full screen show.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [6d7ee24000f650257f847ce44269322b74b51509]

        INTEGRATION: CWS impress31 (1.3.112); FILE MERGED 2005/01/25 10:51:34 af 1.3.112.1: #i40915# Supressing preview creation during full screen show.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [50cf561817ff8191a0beb49fab21e50d72a761f6]

        INTEGRATION: CWS impress31 (1.1.2); FILE ADDED 2005/01/25 10:36:14 af 1.1.2.1: #i40915# Initial revision.

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [10d93d66515ad20416c977a35ccc245fa372eb0c]

        INTEGRATION: CWS impress31 (1.2.346); FILE MERGED 2005/01/28 09:13:05 cl 1.2.346.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [5679764ecd4926365d4d260f2c2165a9edf835ca]

        INTEGRATION: CWS impress31 (1.11.70); FILE MERGED 2005/01/28 09:13:05 cl 1.11.70.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [1336ea4a69e1c7325709963520bea347cd4bdda6]

        INTEGRATION: CWS impress31 (1.3.72); FILE MERGED 2005/01/28 09:13:05 cl 1.3.72.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [1bd1ad4db82f2e08d613201af5b8607969983f07]

        INTEGRATION: CWS impress31 (1.5.210); FILE MERGED 2005/01/28 09:13:05 cl 1.5.210.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [27164e3e54df73e0039620e8b790d0b3708b44fc]

        INTEGRATION: CWS impress31 (1.3.72); FILE MERGED 2005/01/28 09:13:04 cl 1.3.72.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [1dd3301b883fc30fe8f04aec5da8f9c18338d63a]

        INTEGRATION: CWS impress31 (1.6.24); FILE MERGED 2005/01/28 09:13:04 cl 1.6.24.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [38e4d98d225f8403edfc1c39ef52f7e84985c92d]

        INTEGRATION: CWS impress31 (1.12.72); FILE MERGED 2005/01/28 09:13:03 cl 1.12.72.1: #i32920# reworked FuPage to work with master pages without a slide

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [143ae621a9340c56cd947100dde652e71da3d204]

        INTEGRATION: CWS impress31 (1.47.154); FILE MERGED 2005/01/28 10:24:00 cl 1.47.154.1: #i17323# do not create undo when deleting default click text

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [4dd857e859021af88a5aa5aa8e307e52cc845742]

        INTEGRATION: CWS impress31 (1.2.72); FILE MERGED 2005/01/25 10:30:11 bm 1.2.72.1: #i40350# do not override isA, because this method decides about the entry type, which also decides about the text color

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [1f66baf08902ff3235bc49d196c01a144f34cc04]

        INTEGRATION: CWS impress31 (1.9.212); FILE MERGED 2005/01/28 09:08:40 cl 1.9.212.1: removed SVX_LIGHT

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [ab222a2850d6ff45a4b2f1411a71935d8b36fdce]

        INTEGRATION: CWS impress31 (1.48.16); FILE MERGED 2005/01/28 09:06:56 cl 1.48.16.1: #i32920# added SdPage::getPresentationStyle()

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [5ffbd16c894b893fd546a20d700e33e9f160def8]

        INTEGRATION: CWS impress31 (1.16.54); FILE MERGED 2005/01/28 14:17:19 cl 1.16.54.1: #i41527# support hsl colors

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [91ccd896f7590a1d761f08172e440c2200f12d76]

        INTEGRATION: CWS impress31 (1.2.54); FILE MERGED 2005/01/28 14:10:15 cl 1.2.54.1: #i41527# support hsl colors

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [bff194a3137bb5c57d77903c19e12a7fb1320f3f]

        INTEGRATION: CWS aw026 (1.49.10); FILE MERGED 2005/01/27 17:55:34 aw 1.49.10.1: #i38892#

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [36f9d20ddff01a722aefc4900ded9db751a7dc77]

        INTEGRATION: CWS aw026 (1.11.710); FILE MERGED 2005/01/27 17:55:34 aw 1.11.710.1: #i38892#

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [7a2ecf8d057e175e540f1d7f6def8d04f1d388fe]

        INTEGRATION: CWS aw026 (1.22.68); FILE MERGED 2005/01/31 16:45:11 aw 1.22.68.2: #i39861# 2005/01/28 15:11:52 aw 1.22.68.1: #b4967543#

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [39371106d65c5b4a00813f3ed21f4917d7b9acd8]

        INTEGRATION: CWS aw026 (1.71.172); FILE MERGED 2005/02/03 20:24:07 aw 1.71.172.1: #i41936#

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [c6be8c13a66c6366e47f4e01d08e3cd702816c80]

        INTEGRATION: CWS aw026 (1.13.90); FILE MERGED 2005/02/02 16:14:37 aw 1.13.90.2: RESYNC: (1.13-1.16); FILE MERGED 2005/01/27 17:55:33 aw 1.13.90.1: #i38892#

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [a9e35be3a5344608373dd7d6285564519e4d00f3]

        INTEGRATION: CWS aw026 (1.4.406); FILE MERGED 2005/01/27 17:55:33 aw 1.4.406.1: #i38892#

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [49a5caab77a405777c9d6eb86c32acfaaf41c728]

        INTEGRATION: CWS aw026 (1.4.212); FILE MERGED 2005/01/27 17:55:32 aw 1.4.212.1: #i38892#

2005-02-17  Vladimir Glazounov  <vg@openoffice.org>  [452edc201b2c9f9ba6a15c8d13e44e18c04d1f57]

        INTEGRATION: CWS aw026 (1.42.54); FILE MERGED 2005/02/02 15:37:58 aw 1.42.54.2: RESYNC: (1.42-1.43); FILE MERGED 2005/01/28 19:09:16 aw 1.42.54.1: #i39320#

2005-02-17  Oliver Bolte  <obo@openoffice.org>  [de0de82c0d3ada66bc879d0c12db78be43be41c0]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:56:30 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-17  Oliver Bolte  <obo@openoffice.org>  [823e5db4685af51ebf8de58844df6b2a2b10ea32]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:56:29 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-17  Oliver Bolte  <obo@openoffice.org>  [79acf00b3b9c9360040c99ead72e4ede20ee26c4]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:56:27 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-17  Oliver Bolte  <obo@openoffice.org>  [24a3c318f500de7700205df0a85a9e6349111c7f]

        INTEGRATION: CWS icontool06 (1.2.12); FILE MERGED 2005/02/16 15:56:20 tv 1.2.12.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [9270d5372ada4ec6fc883c65d1b79c29de57cd93]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:55:20 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [e098bf9ed8a3db3576cce669d018eb3534380c90]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:53:02 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [d5a57fac978db7bb9ad5efbe253d9914235927a0]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:53:01 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [8de5b4fdceb1f8f2cf0ef40aa5ba2b0da4ab45a3]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:53:00 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [8991c7c3624c4f4b1283a4f12900b8be633285c9]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:52:59 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [80bbd04e02473eba6b8da1210a1d3742d47e661b]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:52:58 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [de8bf3b5b59fb3ddafba755b16c9f654470a56c4]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:52:57 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [c7785fe9dfc67c2c52a83da24c3a73fa929e91aa]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:52:56 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [79d54bd973ffbe6d020187e29f09c097df2e5b0c]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:52:55 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [6d8a108625365f3640fdef576ea6a12f32a0f868]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:52:54 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [24b94f296215c62667cc876947fa19f11d2dc291]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:52:53 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [5acecb613c7e0528e4e6da5dedd53deb54c33a3c]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:52:50 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [7d867d3a4b5f3a721f3eabf26d9caced8c6dbcdd]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:48 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [b7b4e25da4661cb52292eadefb6a3fc4e2a366d1]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:47 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [befdbcb48d9fb06100c008cc496028d12fc19ffe]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:46 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [d474b79be0ac225ccec881a5b8371f43cdea6cce]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:45 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [4eeb583fcf395e110623f4ca82ec26647ac75901]

        INTEGRATION: CWS icontool06 (1.2.2); FILE MERGED 2005/02/16 15:52:41 tv 1.2.2.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [ad1bb460796564380505910c4b1b329dcd72758f]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:33 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [b13053f5f126792886b9f73d8a5ad5b0c75d0aa9]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:32 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [a2723a3565d562814a6b852d5d01ec5f2af55dbe]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:31 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [c6aebc74ef555c8e0d0a9fcdc325b35a0384a110]

        INTEGRATION: CWS icontool06 (1.2.2); FILE MERGED 2005/02/16 15:52:29 tv 1.2.2.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [2effa2e475924351ae7403a65addcd92f9b776a4]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:21 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [33c8b7c26f9be43f2540d4bb174cd1db2b7946c8]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:20 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [ea4b0ed1088079ddae8bd31632cadca4ca70dd0f]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:19 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [d31c7e5235e3ce8e602f64d0732f61190688db23]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:18 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [6f68d5e3281f078cadb99599e308b60a1f2bf44c]

        INTEGRATION: CWS icontool06 (1.2.2); FILE MERGED 2005/02/16 15:52:14 tv 1.2.2.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [c6ef78dc5385ac2c3eb049c7c212978b04459da8]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:05 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [709549c87f8a061d7e8bff9e0a484b987bbe6076]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:52:02 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [7a785a367d5aafcb551b451b86b0b6911ea2bff2]

        INTEGRATION: CWS icontool06 (1.2.2); FILE MERGED 2005/02/16 15:51:57 tv 1.2.2.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [33382a6c9e568d353661b8cbe5776a298e49b25e]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:51:49 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [b896d51e0b3b9ffe9b1aee8dce82b10d410b46bb]

        INTEGRATION: CWS icontool06 (1.1.24); FILE MERGED 2005/02/16 15:51:47 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [cd1e25e1d5a65e7d7bd3b6c6affa594a5e13f9d3]

        INTEGRATION: CWS dr33 (1.51.20); FILE MERGED 2005/02/09 17:20:52 dr 1.51.20.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [16bcfc8b99c27f3831f0ac50682beaefb66bc89b]

        INTEGRATION: CWS dr33 (1.77.120); FILE MERGED 2005/02/09 17:20:51 dr 1.77.120.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b6662c85e20a60b71bf2d5078fc494da17574115]

        INTEGRATION: CWS dr33 (1.7.20); FILE MERGED 2005/02/09 17:20:50 dr 1.7.20.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [01bc92bb0ce412e7f2770193eed1011d70fe4e49]

        INTEGRATION: CWS dr33 (1.3.448); FILE MERGED 2005/02/09 17:20:50 dr 1.3.448.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [efbd81f610ed7e05ee88a2fb9385ddebc7c09f0e]

        INTEGRATION: CWS dr33 (1.44.28); FILE MERGED 2005/02/09 17:20:50 dr 1.44.28.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e967acc799b27e0fc6e276584621a74fb1e1902c]

        INTEGRATION: CWS dr33 (1.23.20); FILE MERGED 2005/02/09 17:20:49 dr 1.23.20.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e932e222c9a3144759b2fc1afaee3a62b644e050]

        INTEGRATION: CWS dr33 (1.112.20); FILE MERGED 2005/02/09 17:20:49 dr 1.112.20.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e74cae0e20839a9dc13c7e34d22125386c0759e7]

        INTEGRATION: CWS dr33 (1.19.58); FILE MERGED 2005/02/09 17:20:49 dr 1.19.58.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ef2cb86081474de4bd38f0ef090858209f8e35b2]

        INTEGRATION: CWS dr33 (1.4.402); FILE MERGED 2005/02/09 17:20:48 dr 1.4.402.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [bd65d83d0c952de382f90ca7226aca12ff013aa4]

        INTEGRATION: CWS dr33 (1.35.38); FILE MERGED 2005/02/09 17:20:48 dr 1.35.38.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d1ec1c54bc06fceecba0f892d8f4f973b7e35d27]

        INTEGRATION: CWS dr33 (1.37.28); FILE MERGED 2005/02/09 17:20:48 dr 1.37.28.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1b728f6529047ef78b71a5f1c2a0db91d43135af]

        INTEGRATION: CWS dr33 (1.50.20); FILE MERGED 2005/02/09 17:20:47 dr 1.50.20.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [197537b05163a40a6a8d8f7556e64dff34c397c5]

        INTEGRATION: CWS dr33 (1.21.132); FILE MERGED 2005/02/09 17:20:46 dr 1.21.132.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6c0cea792438d170cfc00e9835bd3956f34eab91]

        INTEGRATION: CWS dr33 (1.1.26); FILE MERGED 2005/02/14 13:31:38 dr 1.1.26.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [09792a729e8809ce680591e9426f1416a30bff42]

        INTEGRATION: CWS dr33 (1.4.6); FILE MERGED 2005/02/14 13:31:37 dr 1.4.6.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [37d04e4d750384bab1bd815606ecee8f140488c3]

        INTEGRATION: CWS dr33 (1.1.26); FILE MERGED 2005/02/14 13:31:37 dr 1.1.26.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0b7764580709e30a8ff533642541d3d00a537e79]

        INTEGRATION: CWS dr33 (1.1.26); FILE MERGED 2005/02/14 13:31:36 dr 1.1.26.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7f5d153d93bb5b1f61063811601bb09fbe5038f2]

        INTEGRATION: CWS dr33 (1.2.6); FILE MERGED 2005/02/14 13:31:36 dr 1.2.6.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f523a0c8229497de882038b97d27f89ea699965f]

        INTEGRATION: CWS dr33 (1.1.26); FILE MERGED 2005/02/14 13:31:35 dr 1.1.26.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e2ccb16e010e27b0a10e9ffcea91c528e847bead]

        INTEGRATION: CWS dr33 (1.2.8); FILE MERGED 2005/02/14 13:31:35 dr 1.2.8.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4f579a74ff7e42c306ce44811699dbff2654916c]

        INTEGRATION: CWS dr33 (1.1.26); FILE MERGED 2005/02/14 13:31:34 dr 1.1.26.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0634ac9f07b6b568057b63a2dce561738c492f57]

        INTEGRATION: CWS dr33 (1.1.26); FILE MERGED 2005/02/14 13:31:33 dr 1.1.26.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5b3cbe30cbfe6760fff4701c7fd62e5741514c4e]

        INTEGRATION: CWS dr33 (1.1.26); FILE MERGED 2005/02/10 15:46:11 dr 1.1.26.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [28471298cddb6e8c386910dcc939b3bebbbb6e1e]

        INTEGRATION: CWS dr33 (1.1.26); FILE MERGED 2005/02/14 13:31:32 dr 1.1.26.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e725ed2b1c0dac167f36f8cea010e3861cab665d]

        INTEGRATION: CWS dr33 (1.1.1.1.224); FILE MERGED 2005/02/09 12:01:21 dr 1.1.1.1.224.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [527611dac285fddddab4c417cceb12bd293a7710]

        INTEGRATION: CWS dr33 (1.9.16); FILE MERGED 2005/02/09 12:01:20 dr 1.9.16.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [aeefdf21e9df00b778eee5387bd165b0cb4717bc]

        INTEGRATION: CWS dr33 (1.5.8); FILE MERGED 2005/02/09 12:01:20 dr 1.5.8.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7411244d704d899eb8732da53deec703104656ad]

        INTEGRATION: CWS dr33 (1.33.18); FILE MERGED 2005/02/09 12:01:19 dr 1.33.18.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2b995c1bb642c9891a9c2224adab938b67ca8674]

        INTEGRATION: CWS dr33 (1.1.1.1.790); FILE MERGED 2005/02/04 15:52:41 dr 1.1.1.1.790.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [33c770058d86cd181bf9635345c42d60e2148d04]

        INTEGRATION: CWS dr33 (1.25.184); FILE MERGED 2005/02/04 15:52:40 dr 1.25.184.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9c740ad824fee6d933480640979a8956120ff09d]

        INTEGRATION: CWS dr33 (1.22.94); FILE MERGED 2005/02/04 15:52:40 dr 1.22.94.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [df4aecc2ed5746b68d285e5f15fccbfc86beae5f]

        INTEGRATION: CWS dr33 (1.15.184); FILE MERGED 2005/02/04 15:52:40 dr 1.15.184.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8d87b99a2c07d31fb3ddabf94689ffcbcdf18cb9]

        INTEGRATION: CWS dr33 (1.5.308); FILE MERGED 2005/02/04 15:52:39 dr 1.5.308.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [be3bda7ff03142bd823bd8af7a892370cbb757f4]

        INTEGRATION: CWS dr33 (1.8.752); FILE MERGED 2005/02/04 15:52:39 dr 1.8.752.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [60aea9208e34fc13543ae652c32cc66005cdc901]

        INTEGRATION: CWS dr33 (1.20.308); FILE MERGED 2005/02/04 15:52:39 dr 1.20.308.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ac4a93e92b2b4d60cc973b851ed70d215d426180]

        INTEGRATION: CWS dr33 (1.25.308); FILE MERGED 2005/02/04 15:52:38 dr 1.25.308.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b84d54f5358ed973e89a5bcb78eda2a9c2fbe264]

        INTEGRATION: CWS dr33 (1.11.408); FILE MERGED 2005/02/04 15:52:38 dr 1.11.408.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [769bb97625dabb2016f1c523f3058106b2f5f5f8]

        INTEGRATION: CWS dr33 (1.21.182); FILE MERGED 2005/02/04 15:52:38 dr 1.21.182.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4c87323cc6f7d3925930c6536f6ead4f46bfa555]

        INTEGRATION: CWS dr33 (1.58.164); FILE MERGED 2005/02/04 15:52:37 dr 1.58.164.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0cd9e4a81a5dad5338e661ea727dbac17318c078]

        INTEGRATION: CWS dr33 (1.13.184); FILE MERGED 2005/02/09 12:55:16 dr 1.13.184.1: #i42320# load/save 'use labels in formulas' option

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0994bf5017460230aaa1e98112d92f7add04877d]

        INTEGRATION: CWS dr33 (1.9.88); FILE MERGED 2005/02/04 15:52:37 dr 1.9.88.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6f47769f1a2627e227626ae4c0f8ed6a3b445c0c]

        INTEGRATION: CWS dr33 (1.22.36); FILE MERGED 2005/02/09 12:55:04 dr 1.22.36.1: #i42320# load/save 'use labels in formulas' option

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8e36645eef600b4c9bd2f01e59342a63ea95a738]

        INTEGRATION: CWS dr33 (1.11.38); FILE MERGED 2005/02/04 15:52:36 dr 1.11.38.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [87f1aa69ba5cb02289114415ff70014a1d1b54f8]

        INTEGRATION: CWS dr33 (1.6.622); FILE MERGED 2005/02/09 12:55:03 dr 1.6.622.1: #i42320# load/save 'use labels in formulas' option

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9b47223d03e03617a5aa87067559ddc5c041e131]

        INTEGRATION: CWS dr33 (1.4.308); FILE MERGED 2005/02/04 15:52:36 dr 1.4.308.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a6b418e3e6d3986ecbc65c03e0e26f9a3c152628]

        INTEGRATION: CWS dr33 (1.30.38); FILE MERGED 2005/02/09 12:55:03 dr 1.30.38.1: #i42320# load/save 'use labels in formulas' option

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c93de7d0f6d4f4cfa8eb91c76cddf50c64b38d29]

        INTEGRATION: CWS dr33 (1.50.36); FILE MERGED 2005/02/09 12:54:44 dr 1.50.36.1: #i42320# load/save 'use labels in formulas' option

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6314da90c181fe7680be97fe6dfe57a63e2ec012]

        INTEGRATION: CWS dr33 (1.71.36); FILE MERGED 2005/02/09 12:54:44 dr 1.71.36.1: #i42320# load/save 'use labels in formulas' option

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b3c002855b87c4340209a1db1a90397fe4741666]

        INTEGRATION: CWS dr33 (1.57.36); FILE MERGED 2005/02/09 12:54:43 dr 1.57.36.1: #i42320# load/save 'use labels in formulas' option

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [585398273c6edbf7dd07b931526bc41fea3a0943]

        INTEGRATION: CWS dr33 (1.75.64); FILE MERGED 2005/02/04 15:52:35 dr 1.75.64.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [342a88d477b5eff2ceb4cbc494d76f20d3d75dc0]

        INTEGRATION: CWS dr33 (1.12.150); FILE MERGED 2005/02/04 15:52:34 dr 1.12.150.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [06b6a0f597ec3f6a69a2080018a6c77f1beaffb1]

        INTEGRATION: CWS dr33 (1.32.94); FILE MERGED 2005/02/04 15:52:34 dr 1.32.94.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7c12eaccaa4232c7ac8eabb9b71fc75ac72613a6]

        INTEGRATION: CWS dr33 (1.18.150); FILE MERGED 2005/02/04 15:52:34 dr 1.18.150.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a91bc5a21c1de7ddfcf5553611a2d18ae4314551]

        INTEGRATION: CWS dr33 (1.41.202); FILE MERGED 2005/02/04 15:52:33 dr 1.41.202.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9152c51b18c139c0733b9caa0ecb00f57d0bd9ca]

        INTEGRATION: CWS dr33 (1.63.94); FILE MERGED 2005/02/04 15:52:32 dr 1.63.94.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a918d604f2f85cf876f1d910a7df9d7e3d690bbf]

        INTEGRATION: CWS dr33 (1.47.94); FILE MERGED 2005/02/04 15:52:32 dr 1.47.94.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fdd69e22290f8452b62ab14aabf77c4d7edecc08]

        INTEGRATION: CWS dr33 (1.8.308); FILE MERGED 2005/02/04 15:52:31 dr 1.8.308.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7784d17dd2dbbf4d77a5d4e6f7ad6a4bbe7a5208]

        INTEGRATION: CWS dr33 (1.10.290); FILE MERGED 2005/02/04 15:52:31 dr 1.10.290.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [019985ed38ee81ff2cb9162409e5b38832367851]

        INTEGRATION: CWS dr33 (1.8.290); FILE MERGED 2005/02/04 15:52:30 dr 1.8.290.1: #i36782# remove non-ASCII chars from source code

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [cb7f81360cf56d6e6b1c07ba6eb869c4d26ab648]

        INTEGRATION: CWS dr33 (1.3.296); FILE MERGED 2005/02/14 18:34:57 dr 1.3.296.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [147369de6fc660d22fa6cbb81fd88544782cf8b5]

        INTEGRATION: CWS dr33 (1.5.296); FILE MERGED 2005/02/14 18:34:57 dr 1.5.296.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6abb846c18063969114e361406613a5e6f59f148]

        INTEGRATION: CWS dr33 (1.7.296); FILE MERGED 2005/02/14 18:34:56 dr 1.7.296.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ba455e9cea11d35514325c0bb288754dc5f8a1bf]

        INTEGRATION: CWS dr33 (1.12.290); FILE MERGED 2005/02/14 18:34:56 dr 1.12.290.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [eaba9c3f5b86fd592c5d641eab2d9b53fb435800]

        INTEGRATION: CWS dr33 (1.6.290); FILE MERGED 2005/02/14 18:34:56 dr 1.6.290.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [06f47d4651be7990d1495eba15f3fb923348a19e]

        INTEGRATION: CWS dr33 (1.13.86); FILE MERGED 2005/02/14 18:34:55 dr 1.13.86.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [08e24e3a6908c4dd6f1969b1d780483555805671]

        INTEGRATION: CWS dr33 (1.53.24); FILE MERGED 2005/02/14 18:34:55 dr 1.53.24.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1bcf595a6ee811fcad8d724e8b631eb06c188444]

        INTEGRATION: CWS dr33 (1.2.740); FILE MERGED 2005/02/14 18:34:55 dr 1.2.740.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [aad1b65bd7dda1508315a5e607e4d77a6255fdc6]

        INTEGRATION: CWS dr33 (1.13.24); FILE MERGED 2005/02/14 16:56:33 dr 1.13.24.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8ab1ab3453dc6c635b2f4fa30d986d1429172f46]

        INTEGRATION: CWS dr33 (1.33.26); FILE MERGED 2005/02/14 16:56:33 dr 1.33.26.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3c3b9f8f775bd0157f8d70aa64554ef9e929c171]

        INTEGRATION: CWS dr33 (1.7.290); FILE MERGED 2005/02/14 16:56:33 dr 1.7.290.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2dd1876965ce79264b4e8ff0eb2de794f3594d5e]

        INTEGRATION: CWS dr33 (1.31.24); FILE MERGED 2005/02/14 16:56:33 dr 1.31.24.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [59c13b34d71def3eecb137c6f4d378c50e69cded]

        INTEGRATION: CWS dr33 (1.72.2); FILE MERGED 2005/02/14 16:56:32 dr 1.72.2.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fa8d5f67d76c9dbbf8042cc7ece485ab2746f601]

        INTEGRATION: CWS dr33 (1.28.26); FILE MERGED 2005/02/14 16:56:32 dr 1.28.26.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d0680f0af56eee5bd9795192696ec49628459a18]

        INTEGRATION: CWS dr33 (1.7.390); FILE MERGED 2005/02/14 16:56:31 dr 1.7.390.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9c65a8ca7bd6f4091bea380397e2d6029e5e78a8]

        INTEGRATION: CWS dr33 (1.23.16); FILE MERGED 2005/02/07 15:50:49 dr 1.23.16.1: #i36782# scape non-ASCII characters

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [76feb0aa6f6583220b63c7b381f90220cdefaaa6]

        INTEGRATION: CWS dr33 (1.29.252); FILE MERGED 2005/02/14 18:51:00 dr 1.29.252.2: #i42367# remove non-ASCII characters from C++ sources 2005/02/07 15:50:47 dr 1.29.252.1: #i36782# scape non-ASCII characters

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0d1f2582e1865f5ea1acf78aef78ab262b40a818]

        INTEGRATION: CWS dr33 (1.71.214); FILE MERGED 2005/02/14 18:51:00 dr 1.71.214.2: #i42367# remove non-ASCII characters from C++ sources 2005/02/07 15:50:47 dr 1.71.214.1: #i36782# scape non-ASCII characters

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d0d8e19cfeeebbb248e9c7e6b0e3667f476fb836]

        INTEGRATION: CWS dr33 (1.7.448); FILE MERGED 2005/02/07 15:50:46 dr 1.7.448.1: #i36782# scape non-ASCII characters

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2777134e38524f08cc67e08da26caf4275cb62de]

        INTEGRATION: CWS dr33 (1.3.138); FILE MERGED 2005/02/07 15:50:46 dr 1.3.138.1: #i36782# scape non-ASCII characters

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dd0542ea43befa699e0764bdb91fb393933a4b47]

        INTEGRATION: CWS dr33 (1.22.252); FILE MERGED 2005/02/14 18:50:59 dr 1.22.252.2: #i42367# remove non-ASCII characters from C++ sources 2005/02/07 15:50:45 dr 1.22.252.1: #i36782# scape non-ASCII characters

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f783f12a838152a9add9fc023d23e2046f576314]

        INTEGRATION: CWS dr33 (1.7.52); FILE MERGED 2005/02/07 15:50:44 dr 1.7.52.1: #i36782# scape non-ASCII characters

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [552d6905b4834255189439e080bdf3aba0142558]

        INTEGRATION: CWS dr33 (1.2.26); FILE MERGED 2005/02/14 16:44:02 dr 1.2.26.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [48445daf3237044108956c1ea316b407af72cff7]

        INTEGRATION: CWS dr33 (1.21.26); FILE MERGED 2005/02/14 16:44:01 dr 1.21.26.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c7922f99fce894ce42d80778064fcfdedeb95bfd]

        INTEGRATION: CWS dr33 (1.19.110); FILE MERGED 2005/02/14 16:44:00 dr 1.19.110.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [103b0232beef830a1014fa280f76c227c5d6f05b]

        INTEGRATION: CWS dr33 (1.36.26); FILE MERGED 2005/02/14 16:44:00 dr 1.36.26.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [cfb84d3f009b2e08e86b3ab66c9d2371155936c8]

        INTEGRATION: CWS dr33 (1.13.26); FILE MERGED 2005/02/14 16:43:59 dr 1.13.26.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dc75e9f7e7586b0f8d8a794b1832fbf3abf8db66]

        INTEGRATION: CWS dr33 (1.4.260); FILE MERGED 2005/02/14 16:43:59 dr 1.4.260.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b1a3a73fd3a1c5956b3f9b626598ac0e0d38e1d8]

        INTEGRATION: CWS dr33 (1.3.298); FILE MERGED 2005/02/14 16:43:58 dr 1.3.298.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [114a9a266144c7ebcbb5eedcf30328947f0bc6c4]

        INTEGRATION: CWS dr33 (1.66.14); FILE MERGED 2005/02/14 16:43:58 dr 1.66.14.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dcf1eb9701b46f0680ab3b04ef1a5c23ef3ae3f2]

        INTEGRATION: CWS dr33 (1.27.26); FILE MERGED 2005/02/14 16:43:57 dr 1.27.26.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [af6bd8d210c576a1e057db124d4294ed058a88e5]

        INTEGRATION: CWS dr33 (1.19.10); FILE MERGED 2005/02/14 16:43:57 dr 1.19.10.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [aa3d4bebcf7788264364309485fe39b513c8d14e]

        INTEGRATION: CWS dr33 (1.24.20); FILE MERGED 2005/02/09 18:24:43 dr 1.24.20.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4b9c86bf992345f41095d7eac1726762cbed84ab]

        INTEGRATION: CWS dr33 (1.16.420); FILE MERGED 2005/02/09 18:24:41 dr 1.16.420.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [27a80c7e7778ce19a7a7461569731a37260dd4a8]

        INTEGRATION: CWS dr33 (1.8.432); FILE MERGED 2005/02/14 19:35:41 dr 1.8.432.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c8ffb7896e1b7dcb409c384542d223708b06c5d1]

        INTEGRATION: CWS dr33 (1.43.184); FILE MERGED 2005/02/09 18:24:40 dr 1.43.184.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c39ba8d0166f7caf6f6e5b55374b64331208f3d5]

        INTEGRATION: CWS dr33 (1.45.74); FILE MERGED 2005/02/09 18:24:38 dr 1.45.74.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [be3bd924df870e0754e30b861b7a87d09165a3de]

        INTEGRATION: CWS dr33 (1.86.74); FILE MERGED 2005/02/09 18:24:37 dr 1.86.74.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3ac05b282fced54f18c23e35b9bdb59371c3c10c]

        INTEGRATION: CWS dr33 (1.11.272); FILE MERGED 2005/02/15 09:47:39 dr 1.11.272.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [02cb88a822ac7488d4de392a535a4eb511b55167]

        INTEGRATION: CWS dr33 (1.8.32); FILE MERGED 2005/02/15 09:47:38 dr 1.8.32.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9fdd437b8a7ac4869b8a4cd2b5c75538f440db31]

        INTEGRATION: CWS dr33 (1.5.70); FILE MERGED 2005/02/14 12:40:37 dr 1.5.70.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d935b2e3140430117ebff70c19791100abffb160]

        INTEGRATION: CWS dr33 (1.2.100); FILE MERGED 2005/02/14 12:40:34 dr 1.2.100.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6dcc5a135dae2ba8b24992a4e821ed8dc8ce9780]

        INTEGRATION: CWS dr33 (1.3.16); FILE MERGED 2005/02/10 15:45:34 dr 1.3.16.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [766467905f0519b650bb08856cb918d47cad5c49]

        INTEGRATION: CWS dr33 (1.2.100); FILE MERGED 2005/02/10 15:45:33 dr 1.2.100.1: #i36782# remove non-ASCII chars from sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3fda99df80d2852849348a90cb28b96b9a5bee88]

        INTEGRATION: CWS dr33 (1.4.70); FILE MERGED 2005/02/14 12:40:32 dr 1.4.70.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5d62cde879ad8380b766f055a02d6d33e194ba37]

        INTEGRATION: CWS dr33 (1.2.100); FILE MERGED 2005/02/14 14:31:39 dr 1.2.100.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f23cea5ac4bf932e19b529061192e0ad97f08d0d]

        INTEGRATION: CWS dr33 (1.5.52); FILE MERGED 2005/02/14 14:31:39 dr 1.5.52.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [84d97908791a960af4596cb5d0f9852c5f67a40a]

        INTEGRATION: CWS dr33 (1.6.52); FILE MERGED 2005/02/14 14:31:39 dr 1.6.52.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [00321935c481a660c4e47887d38b10cb59e2100a]

        INTEGRATION: CWS dr33 (1.3.52); FILE MERGED 2005/02/14 14:31:38 dr 1.3.52.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5de3ac1a86b5b686aba4bed89e20d8e9a0f905ca]

        INTEGRATION: CWS dr33 (1.6.52); FILE MERGED 2005/02/14 14:31:38 dr 1.6.52.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [631cde836482aa498fca4e47bb0380d2cf04f98c]

        INTEGRATION: CWS dr33 (1.3.70); FILE MERGED 2005/02/14 14:31:37 dr 1.3.70.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5624e7a57b372a92579d25fe694ef864b64d784c]

        INTEGRATION: CWS dr33 (1.4.70); FILE MERGED 2005/02/14 14:20:43 dr 1.4.70.2: #i42367# remove non-ASCII characters at end of line, even in comments 2005/02/14 12:40:30 dr 1.4.70.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b51992565eb5731b0d713e1e7c468cbcbb1bd9e3]

        INTEGRATION: CWS dr33 (1.3.70); FILE MERGED 2005/02/14 14:18:09 dr 1.3.70.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ab7736d764281b0819a91a7b6a8b7f37b474b8a2]

        INTEGRATION: CWS dr33 (1.5.62); FILE MERGED 2005/02/14 14:18:07 dr 1.5.62.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [cc41377e3221f5796fc92f09c2a3c546e985a45c]

        INTEGRATION: CWS dr33 (1.4.70); FILE MERGED 2005/02/14 14:18:07 dr 1.4.70.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9be03dfcf46467a3efee82040f5096f040d96287]

        INTEGRATION: CWS dr33 (1.4.70); FILE MERGED 2005/02/14 14:18:06 dr 1.4.70.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dcb0b68100d192d0bcaec4e95164cb9828a52bc2]

        INTEGRATION: CWS dr33 (1.7.16); FILE MERGED 2005/02/14 14:18:06 dr 1.7.16.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [75c2aa88366768d041fd39217e1009028e0bb112]

        INTEGRATION: CWS dr33 (1.3.70); FILE MERGED 2005/02/14 14:18:06 dr 1.3.70.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1bd4df1cc3bf4a0092e04c98e729b7538f395ee1]

        INTEGRATION: CWS dr33 (1.4.70); FILE MERGED 2005/02/14 14:18:05 dr 1.4.70.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a2670cd8e249783b6553f0c0bb01097ea74722aa]

        INTEGRATION: CWS dr33 (1.2.100); FILE MERGED 2005/02/14 14:18:05 dr 1.2.100.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1421ae3f57e664093ff0b07b9ca7c0d52da04674]

        INTEGRATION: CWS dr33 (1.3.70); FILE MERGED 2005/02/14 14:18:04 dr 1.3.70.1: #i42367# remove non-ASCII characters at end of line, even in comments

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b0789cf8c56275b99ac43b87b74e0fa4825fa699]

        INTEGRATION: CWS dr33 (1.2.280); FILE MERGED 2005/02/14 16:40:14 dr 1.2.280.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ec2ea4378bb0310c44252fb7fac709d07c2b6151]

        INTEGRATION: CWS dr33 (1.16.86); FILE MERGED 2005/02/14 16:40:13 dr 1.16.86.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6d0d79f13a1667cfd3c464fd9d4bd67df53daa0d]

        INTEGRATION: CWS dr33 (1.34.60); FILE MERGED 2005/02/14 16:40:13 dr 1.34.60.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fab027bc4c4c9be4b9fea44b9abd37abed7f9717]

        INTEGRATION: CWS dr33 (1.10.254); FILE MERGED 2005/02/14 16:40:13 dr 1.10.254.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [32d72d91d2abdb7003e72e6829b2cbf0085772f4]

        INTEGRATION: CWS dr33 (1.8.198); FILE MERGED 2005/02/14 16:40:12 dr 1.8.198.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d574d10472ba652f3357d2f6e3b85da1f58e4b59]

        INTEGRATION: CWS dr33 (1.38.60); FILE MERGED 2005/02/14 16:39:46 dr 1.38.60.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ad0cda0030891b37e01c21fa8ff7745a69ac27d9]

        INTEGRATION: CWS dr33 (1.4.66); FILE MERGED 2005/02/14 16:39:24 dr 1.4.66.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [bbc71baaf7d9425510f84b0f91a993d1cd6f9ab7]

        INTEGRATION: CWS dr33 (1.18.36); FILE MERGED 2005/02/14 16:38:59 dr 1.18.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Oliver Bolte  <obo@openoffice.org>  [924f74aa240f54dc96cd367b6a75b1e13828933c]

        INTEGRATION: CWS icontool06 (1.1.24); FILE REMOVED 2005/02/16 15:50:02 tv 1.1.24.1: #i37197# iconbugfixing and removal of unused files Issue number: Submitted by: Reviewed by:

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4194b6859c0cfb08088cf0ecec5f3d22f10b9cfe]

        INTEGRATION: CWS dr33 (1.10.36); FILE MERGED 2005/02/14 16:38:59 dr 1.10.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d3f3fce11d4c88ebde6ece56a63b341bf2a20692]

        INTEGRATION: CWS dr33 (1.7.36); FILE MERGED 2005/02/14 16:38:58 dr 1.7.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7d03c2eaa57b023d4d2153c20bc812e229532e13]

        INTEGRATION: CWS dr33 (1.6.36); FILE MERGED 2005/02/14 16:38:58 dr 1.6.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c47ca4b918a37d68f397130871874033a3cd2203]

        INTEGRATION: CWS dr33 (1.22.32); FILE MERGED 2005/02/14 16:38:58 dr 1.22.32.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [524a3056ca48c4a0ebd57b7ad1ec7b3731afba15]

        INTEGRATION: CWS dr33 (1.5.36); FILE MERGED 2005/02/14 16:38:58 dr 1.5.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [bc6edd6ba00b7a24137009c208c572544a4e6103]

        INTEGRATION: CWS dr33 (1.6.36); FILE MERGED 2005/02/14 16:38:57 dr 1.6.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b5787b963ba2e80f77b639c20a6bea9765b2b0ca]

        INTEGRATION: CWS dr33 (1.13.36); FILE MERGED 2005/02/14 16:38:57 dr 1.13.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [62d5ccedf39c0eb97aad449b93a10c5d8be63e49]

        INTEGRATION: CWS dr33 (1.7.36); FILE MERGED 2005/02/14 16:38:56 dr 1.7.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [77e8848a06d211a1abd4b977ab8833e19767f699]

        INTEGRATION: CWS dr33 (1.7.14); FILE MERGED 2005/02/14 16:38:56 dr 1.7.14.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [91c681124304e97768cb25e408fd6ab904a31313]

        INTEGRATION: CWS dr33 (1.7.18); FILE MERGED 2005/02/14 16:38:56 dr 1.7.18.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4486e66550c0bf8b9c70be024d6ae1d2820512e6]

        INTEGRATION: CWS dr33 (1.19.14); FILE MERGED 2005/02/14 16:38:55 dr 1.19.14.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [eacf85ba82282de9638ecf98973dc89567112ff7]

        INTEGRATION: CWS dr33 (1.5.36); FILE MERGED 2005/02/14 16:38:55 dr 1.5.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [09d3e31a00338b7a256638f4be4df922816d9ed3]

        INTEGRATION: CWS dr33 (1.13.18); FILE MERGED 2005/02/14 16:38:55 dr 1.13.18.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [50cce46cdf8e0a0eed64148c00d545c623efa070]

        INTEGRATION: CWS dr33 (1.6.36); FILE MERGED 2005/02/14 16:38:54 dr 1.6.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9c01888ad670bbdeb459a43314128f37f22e1e68]

        INTEGRATION: CWS dr33 (1.5.36); FILE MERGED 2005/02/14 16:38:54 dr 1.5.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b38b6c1d191c48b40908371e6d7e7edc8c7dad93]

        INTEGRATION: CWS dr33 (1.47.28); FILE MERGED 2005/02/14 16:38:30 dr 1.47.28.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d12f44823ad01af917a151d2fc950cd421d51f15]

        INTEGRATION: CWS dr33 (1.21.60); FILE MERGED 2005/02/14 16:38:05 dr 1.21.60.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fc95da419d5f1c819c3d06fe48f83e46bf9323a7]

        INTEGRATION: CWS dr33 (1.23.60); FILE MERGED 2005/02/14 16:38:05 dr 1.23.60.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [811a3a1b1834b3a682c778ad0d710ac701e7ee2d]

        INTEGRATION: CWS dr33 (1.20.126); FILE MERGED 2005/02/14 16:38:05 dr 1.20.126.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [47892df492308fcc0c4f67237bfde792e7083b24]

        INTEGRATION: CWS dr33 (1.91.40); FILE MERGED 2005/02/14 16:38:05 dr 1.91.40.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3895ab8449d892a313932288434b774f8f0ec84c]

        INTEGRATION: CWS dr33 (1.33.18); FILE MERGED 2005/02/14 16:38:04 dr 1.33.18.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b2af923fc1305bb80f83b6e4efb9eeb53afa4eb3]

        INTEGRATION: CWS dr33 (1.8.28); FILE MERGED 2005/02/14 16:37:28 dr 1.8.28.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f73c6b847dc5a29add1500eda2a20523878ad0a4]

        INTEGRATION: CWS dr33 (1.5.70); FILE MERGED 2005/02/14 16:37:28 dr 1.5.70.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6a5eab17268fbef08c64171cc78ecb9f5c571c9f]

        INTEGRATION: CWS dr33 (1.4.52); FILE MERGED 2005/02/14 16:37:27 dr 1.4.52.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9ad6ace9f10e2daf6777128ae839cc5dd1e6eb51]

        INTEGRATION: CWS dr33 (1.2.180); FILE MERGED 2005/02/14 16:37:27 dr 1.2.180.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d53a8964bb48273b101db4758f5ce739fc81c20c]

        INTEGRATION: CWS dr33 (1.3.180); FILE MERGED 2005/02/14 16:37:27 dr 1.3.180.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [846743aaf8263a42cf6f68dda819dae6a086a8bb]

        INTEGRATION: CWS dr33 (1.15.210); FILE MERGED 2005/02/14 16:34:52 dr 1.15.210.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5b7d4fe0d0cec6cbee5a8a6fb793018867d5b979]

        INTEGRATION: CWS dr33 (1.87.32); FILE MERGED 2005/02/14 16:34:51 dr 1.87.32.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3ac2efed52b6c52a922dac11f9eeb63287be2b17]

        INTEGRATION: CWS dr33 (1.36.60); FILE MERGED 2005/02/14 16:34:50 dr 1.36.60.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d401c2b8894f2eb7f3bdf0ef49cc7419e774482f]

        INTEGRATION: CWS dr33 (1.14.60); FILE MERGED 2005/02/14 16:34:16 dr 1.14.60.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5b4e9d9ea4e31268fff80ff7274afe48971cc6e0]

        INTEGRATION: CWS dr33 (1.5.90); FILE MERGED 2005/02/14 16:33:52 dr 1.5.90.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [498b396d574d033d5639acac5a17626577f726dd]

        INTEGRATION: CWS dr33 (1.24.72); FILE MERGED 2005/02/14 16:33:52 dr 1.24.72.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2a39fb22e32bb1df3dd72653895bdfe43418e3d9]

        INTEGRATION: CWS dr33 (1.17.36); FILE MERGED 2005/02/14 16:33:51 dr 1.17.36.1: #i42367# remove non-ASCII characters from C++ sources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dd95e0383864022e58eb71e1a849111043fb4568]

        INTEGRATION: CWS os51 (1.85.12); FILE MERGED 2005/01/25 07:33:54 os 1.85.12.2: RESYNC: (1.85-1.87); FILE MERGED 2005/01/20 14:43:27 os 1.85.12.1: #i39606# current Calc format added to ::LoadAndRegisterDataSource()

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3cc314f898b62d1fc5f9713703022224a963dcf7]

        INTEGRATION: CWS os51 (1.34.122); FILE MERGED 2005/01/26 11:09:26 os 1.34.122.2: #i39813# label width increased, again 2005/01/21 15:49:06 os 1.34.122.1: #i39813# controls area redesigned

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e0313fc8eb4fc9ed367ad364b52070f55562fc7d]

        INTEGRATION: CWS os51 (1.1.1.1.468); FILE MERGED 2005/01/21 15:49:06 os 1.1.1.1.468.1: #i39813# controls area redesigned

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6c434754a57c59b88cd4977f94b3b8649a9d15b2]

        INTEGRATION: CWS os51 (1.6.430); FILE MERGED 2005/01/21 15:49:06 os 1.6.430.1: #i39813# controls area redesigned

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f90e24c601d2f4a2ab19c43ff775c22e91eb78ec]

        INTEGRATION: CWS os51 (1.17.38); FILE MERGED 2005/01/21 15:49:06 os 1.17.38.1: #i39813# controls area redesigned

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c442f9a24723bc03a1cc8d81987b85c36156c863]

        INTEGRATION: CWS os51 (1.25.442); FILE MERGED 2005/01/21 11:20:57 os 1.25.442.1: #i40862# tab stop page redesigned

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [94db4f16baad4e3b0328526234992c75d3f4b3b5]

        INTEGRATION: CWS os51 (1.2.502); FILE MERGED 2005/01/21 11:20:55 os 1.2.502.1: #i40862# tab stop page redesigned

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [cd2fe2d8cdb5adc33475df44da1169d9857be02d]

        INTEGRATION: CWS impress33 (1.3.120); FILE MERGED 2005/02/03 14:13:10 af 1.3.120.2: #i41507# Moved MasterPageContainer specific code into new MasterPagesContainerSelector class. 2005/02/01 15:48:53 af 1.3.120.1: #i41507# Added mnDefaultClickAction member.  Avoiding unnecessary copies of master pages.  Code cleanup.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [85c82cfdf954acc46b2d7b2ac8fbc0d40e0ae4bb]

        INTEGRATION: CWS os51 (1.3.1230); FILE MERGED 2005/01/21 11:20:53 os 1.3.1230.1: #i40862# tab stop page redesigned

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e6aa6dc3955166f6192ffd109c61e74c3354a497]

        INTEGRATION: CWS os51 (1.16.494); FILE MERGED 2005/01/21 11:20:51 os 1.16.494.1: #i40862# tab stop page redesigned

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b7f22b1164e06cf34c4fd31c66c0e9cae420f55c]

        INTEGRATION: CWS os51 (1.6.110); FILE MERGED 2005/01/24 09:16:55 os 1.6.110.1: #i39777# adapt buttons in case of long labels (class path)

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [decb3abaae652f84cf04115c1b0b22158ecf90ed]

        INTEGRATION: CWS os51 (1.3.308); FILE MERGED 2005/01/20 08:52:18 os 1.3.308.1: #i40496# apply changes in call of Close

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f3dd510188a8bdb702338bcfb596c3670c8ce743]

        INTEGRATION: CWS impress33 (1.13.2); FILE MERGED 2005/02/03 16:25:16 af 1.13.2.1: #i41786# Using page anchor at PageSelector.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ba7dc6724e7d0d299de610a4a6d8e4370a7aa30b]

        INTEGRATION: CWS os51 (1.80.106); FILE MERGED 2005/01/25 07:35:17 os 1.80.106.2: RESYNC: (1.80-1.81); FILE MERGED 2005/01/24 09:00:50 os 1.80.106.1: #i40416# read and apply cursor position from user data after switch from PagePreview

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [db7cb2dc3ac21471a67f79b89d230a8c99d890d1]

        INTEGRATION: CWS os51 (1.33.282); FILE MERGED 2005/01/21 12:16:15 os 1.33.282.1: #i39811# outline numbering/position tab page redesigned

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [38dc5a809bd2517ca0f382f04a139a40705bb51d]

        INTEGRATION: CWS os51 (1.31.212); FILE MERGED 2005/01/24 08:59:51 os 1.31.212.1: #i40416# read and apply cursor position from user data after switch from PagePreview

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [28579269f3dea97b5b5182f95e0825c47451de83]

        INTEGRATION: CWS impress33 (1.49.46); FILE MERGED 2005/02/02 10:04:05 cl 1.49.46.1: #i41512# do not connect/disconnect for empty pres obj at all

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7dc6015eaea4ce5bf75d0c81acdc83beebe34cb3]

        INTEGRATION: CWS os51 (1.2.234); FILE MERGED 2005/01/21 10:57:07 mbu 1.2.234.1: #i40672

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fd31bb1eada843c2c9c0b7dbeecee1fe9a2f5b15]

        INTEGRATION: CWS os51 (1.23.348); FILE MERGED 2005/01/21 16:04:43 os 1.23.348.1: #i41100# labels resized

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ea0a01f4ad447c861ea079c2591e5ee15ef9394e]

        INTEGRATION: CWS os51 (1.2.234); FILE MERGED 2005/01/20 13:30:46 os 1.2.234.1: #40480# handling of selections improved

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [33ff7987114163579cc6716c74bd9c61f75d6461]

        INTEGRATION: CWS os51 (1.4.108); FILE MERGED 2005/01/20 16:26:43 mbu 1.4.108.1: #i40824

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [15cd618d313956faca28b1fe54f185e7a92664e6]

        INTEGRATION: CWS impress33 (1.42.2); FILE MERGED 2005/01/31 18:18:12 bm 1.42.2.1: #i41749# bIsPageBack and bIsPageObj were uninitialized.  Also removed some obsolete code.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [26d3bb373261ad6373b94b78210460501df38c87]

        INTEGRATION: CWS os51 (1.25.108); FILE MERGED 2005/01/25 07:34:03 os 1.25.108.2: RESYNC: (1.25-1.26); FILE MERGED 2005/01/20 14:43:28 os 1.25.108.1: #i39606# current Calc format added to ::LoadAndRegisterDataSource()

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f42831d36b8815043fd7a8b377104419425a7331]

        INTEGRATION: CWS impress33 (1.35.78); FILE MERGED 2005/02/02 10:08:45 cl 1.35.78.1: #i41512# call SetVerb on ViewShellBase

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b56fad54c5bed3678dbaeb3db0485b5d3a31f0ab]

        INTEGRATION: CWS impress33 (1.36.2); FILE MERGED 2005/02/02 10:27:24 fs 1.36.2.1: #i40128# BegTextEdit: +bGrabFocus

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [22df1dccb953ed2de88a7e2ff13ca9d13e217dfa]

        INTEGRATION: CWS os51 (1.68.234); FILE MERGED 2005/01/20 11:16:13 os 1.68.234.1: #i40852# dialog slightly redesigned

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9f0f98e05713fc2b916d83aaad516db6d73059d1]

        INTEGRATION: CWS impress33 (1.55.2); FILE MERGED 2005/02/04 15:54:12 af 1.55.2.1: #i41752# Added two slot ids SID_DISPLAY_MASTER_(BACKGROUND,OBJECTS).

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c5ac6091e5f7019d227f72a308152623326f57bc]

        INTEGRATION: CWS os51 (1.2.234); FILE MERGED 2005/01/26 10:52:11 os 1.2.234.2: #i40853# label width increased, again 2005/01/21 10:57:05 mbu 1.2.234.1: #i40672

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [95b057efa9dc8d10aac593176f3bfda5fcd5ff4f]

        INTEGRATION: CWS impress33 (1.17.2); FILE MERGED 2005/02/04 15:52:33 af 1.17.2.1: #i41752# Added two slot ids SID_DISPLAY_MASTER_(BACKGROUND,OBJECTS).

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f01132c7ac74b73971a8903014ef1cddc59d7e06]

        INTEGRATION: CWS os51 (1.2.234); FILE MERGED 2005/01/21 10:57:03 mbu 1.2.234.1: #i40672

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [479d01883b468fe6a38afb8a306ad81cf46b1341]

        INTEGRATION: CWS impress33 (1.16.2); FILE MERGED 2005/02/02 10:26:58 fs 1.16.2.1: #i40128# PrepareSpellCheck: don't grab the focus in EnterEditMode

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8e1e5a1b8652bbaff665db46e15db0953f4b31ad]

        INTEGRATION: CWS os51 (1.3.232); FILE MERGED 2005/01/21 10:57:02 mbu 1.3.232.1: #i40672

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3b889da03e105d1cf4315ea3198c42bddea9c91b]

        INTEGRATION: CWS os51 (1.16.38); FILE MERGED 2005/01/24 19:57:00 os 1.16.38.1: #i40803# create frame formats of frame styles have to be non-automatic

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e817225407ba12a83de195bb500ccce3e2c12429]

        INTEGRATION: CWS impress33 (1.68.8); FILE MERGED 2005/02/03 22:38:54 cl 1.68.8.1: #i39135# fixed interactions

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4372b0357cab4f0ed952f1132a508bb0cb87521a]

        INTEGRATION: CWS os51 (1.128.10); FILE MERGED 2005/01/20 15:13:28 od 1.128.10.1: #118546# <SwWW8ImplReader::ProcessEscherAlign(..)> - 	 conversion of horizontal position under certain condition

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e5f8fe6b82bc97a77174f134cc0af83d75347ddc]

        INTEGRATION: CWS impress33 (1.43.28); FILE MERGED 2005/02/03 22:38:09 cl 1.43.28.1: #i39135# fixed interactions

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a9aea43bb04435f6c2b522748b10d9070ba67305]

        INTEGRATION: CWS os51 (1.9.108); FILE MERGED 2005/01/20 15:19:09 od 1.9.108.1: #118546# - environment of anchored object, which doesn't follows the text 	   flow is always the page frame

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2d48ddaa65e5b4e781736bdb7d4101e599c80703]

        INTEGRATION: CWS impress33 (1.4.80); FILE MERGED 2005/02/03 14:08:16 af 1.4.80.1: #i41507# Added new file for MasterPagesContainerSelector.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [524592b5bb72d61248f8468de91a637f5070e669]

        INTEGRATION: CWS os51 (1.3.348); FILE MERGED 2005/01/20 15:17:48 od 1.3.348.1: #118546# - environment of anchored object, which doesn't follows the text 	   flow is always the page frame

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [64ed64288396a0cadd95fa55f989a28950f2574d]

        INTEGRATION: CWS impress33 (1.4.80); FILE MERGED 2005/02/03 14:17:48 af 1.4.80.1: #i41507# Using style name to identify pages.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e31b8ee390d2c3179325116fbd6751b645fe5b51]

        INTEGRATION: CWS os51 (1.9.108); FILE MERGED 2005/01/20 15:17:49 od 1.9.108.1: #118546# - environment of anchored object, which doesn't follows the text 	   flow is always the page frame

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ceb8857ade8752d1bb2722d4ad4687880f616cba]

        INTEGRATION: CWS impress33 (1.4.80); FILE MERGED 2005/02/03 14:17:41 af 1.4.80.1: #i41507# Using style name to identify pages.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1b6c84b2af26cf722d2176b30ea808e6af2a4d2f]

        INTEGRATION: CWS os51 (1.39.52); FILE MERGED 2005/01/20 15:20:00 od 1.39.52.1: #118546# - environment of anchored object, which doesn't follows the text 	   flow is always the page frame

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [05a3f439518834a879cb29b0c273b5704f5acd18]

        INTEGRATION: CWS impress33 (1.2.220); FILE MERGED 2005/02/03 14:16:56 af 1.2.220.1: #i41507# Replaced base class by MasterPagesContainerSelector.  Using style name to identify pages.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [63c9d0d487c6c90dd28247efdf27eded622f59f4]

        INTEGRATION: CWS os51 (1.2.464); FILE MERGED 2005/01/20 15:16:34 od 1.2.464.1: #118546# - environment of anchored object, which doesn't follows the text 	   flow is always the page frame

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [db4331496ea5741faf475500434c3bbed9c2fcf7]

        INTEGRATION: CWS impress33 (1.3.80); FILE MERGED 2005/02/03 14:17:03 af 1.3.80.1: #i41507# Replaced base class by MasterPagesContainerSelector.  Using style name to identify pages.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9a80850d621393fc2a646b1563aa7008307902cd]

        INTEGRATION: CWS os51 (1.30.104); FILE MERGED 2005/01/25 07:32:33 os 1.30.104.2: RESYNC: (1.30-1.31); FILE MERGED 2005/01/20 15:20:28 od 1.30.104.1: #118546# - environment of anchored object, which doesn't follows the text 	   flow is always the page frame

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c89a5c9504500e3022911e3890d491800bd9cf87]

        INTEGRATION: CWS impress33 (1.5.80); FILE MERGED 2005/02/03 14:13:18 af 1.5.80.2: #i41507# Moved MasterPageContainer specific code into new MasterPagesContainerSelector class. 2005/02/01 15:48:44 af 1.5.80.1: #i41507# Added mnDefaultClickAction member.  Avoiding unnecessary copies of master pages.  Code cleanup.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b5399ccc4f4e73dc1a36e2c8ff9f47bdba47974f]

        INTEGRATION: CWS impress33 (1.3.186); FILE MERGED 2005/02/03 14:14:40 af 1.3.186.2: #i41507# Container now stores style name along with the page name. 2005/02/01 15:45:55 af 1.3.186.1: #i41507# Added GetPreviewForPage() method.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a473120ff8cc4630ee39552354ce523ee02d17b0]

        INTEGRATION: CWS impress33 (1.8.8); FILE MERGED 2005/02/04 18:07:35 iha 1.8.8.3: #i40371# add a default master page template 2005/02/03 14:14:32 af 1.8.8.2: #i41507# Container now stores style name along with the page name. 2005/02/01 15:46:05 af 1.8.8.1: #i41507# Added GetPreviewForPage() method.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2e8ebbde273cfe8ff97e73a7e21545fec5bb1a8e]

        INTEGRATION: CWS impress33 (1.2.220); FILE MERGED 2005/02/03 14:11:55 af 1.2.220.2: #i41507# Adaption to modifications in base class MasterPagesSelector. 2005/02/01 15:40:23 af 1.2.220.1: #i41507# Replaced references of master pages in MasterPageContainer by pointers into application document.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9809f66c8a804da4b5535ec39bf1d6c075008830]

        INTEGRATION: CWS impress33 (1.3.220); FILE MERGED 2005/02/03 14:12:01 af 1.3.220.2: #i41507# Adaption to modifications in base class MasterPagesSelector. 2005/02/01 15:40:14 af 1.3.220.1: #i41507# Replaced references of master pages in MasterPageContainer by pointers into application document.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dd75ffbb73ecb5830b1e94b075302ad19cb32c96]

        INTEGRATION: CWS os51 (1.35.76); FILE MERGED 2005/01/24 20:14:13 os 1.35.76.1: #i41195# vertical ruler switched on by default

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b01863c9b63ab9e079bde16914851b4c0d8f94d8]

        INTEGRATION: CWS impress33 (1.2.220); FILE MERGED 2005/02/03 14:10:38 af 1.2.220.1: #i41507# Changed base class to MasterPagesContainerSelector.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4d4832a2a9b19152cf9b14c655dfb2cdc40b4915]

        INTEGRATION: CWS impress33 (1.2.220); FILE MERGED 2005/02/04 18:08:08 iha 1.2.220.2: #i40371# add a default master page template 2005/02/03 14:10:31 af 1.2.220.1: #i41507# Changed base class to MasterPagesContainerSelector.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4bac2ff85e27bf2c5536927d193ccd7a48fe1b10]

        INTEGRATION: CWS impress33 (1.3.120); FILE MERGED 2005/02/03 16:22:44 af 1.3.120.1: #i41786# Added mpSelectionAnchor member and GetSelectionAnchor() method.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e9c552e3ef6589c2231654767673c78965890cac]

        INTEGRATION: CWS impress33 (1.3.120); FILE MERGED 2005/02/03 16:22:32 af 1.3.120.1: #i41786# Added mpSelectionAnchor member and GetSelectionAnchor() method.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0f9c7a4e459ecb678c3fcd95b158ea1f2faefa70]

        INTEGRATION: CWS impress33 (1.8.2); FILE MERGED 2005/02/03 22:31:49 cl 1.8.2.1: #i39135# fixed interactions

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [915af4ce311b3b753a6a64475b886ecf69d46644]

        INTEGRATION: CWS impress33 (1.8.78); FILE MERGED 2005/02/02 10:25:46 fs 1.8.78.1: #i40128# BegTextEdit: +bGrabFocus

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e0f262b567947b490b1429c88e6fe2b7611d0390]

        INTEGRATION: CWS impress33 (1.33.80); FILE MERGED 2005/02/04 17:04:55 af 1.33.80.1: #i36258# Re-added the entry for the slide transition back into the context menu of the slide sorter.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fd7ae7091b2b5bb76ee4f53004b7784ecb21a79d]

        INTEGRATION: CWS impress33 (1.3.102); FILE MERGED 2005/02/04 15:50:35 af 1.3.102.1: #i41752# Added two entries to 'Slide' context sub-menu.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d5d1538455839b77e8c94a25c695e43948e6ee21]

        INTEGRATION: CWS impress33 (1.23.2); FILE MERGED 2005/02/04 15:49:14 af 1.23.2.1: #i41752# Added two slot ids SID_DISPLAY_MASTER_(BACKGROUND,OBJECTS).

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1be15790e569d16fa44dbeb4ea35735f91f0e8a8]

        INTEGRATION: CWS impress33 (1.31.2); FILE MERGED 2005/02/04 15:48:50 af 1.31.2.1: #i41752# Added two slot ids SID_DISPLAY_MASTER_(BACKGROUND,OBJECTS).

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6b7f2490aeca8ede17c16725f3b1e93d8ddc88c2]

        INTEGRATION: CWS impress33 (1.15.2); FILE MERGED 2005/02/04 15:48:15 af 1.15.2.1: #i41752# Added two slot ids SID_DISPLAY_MASTER_(BACKGROUND,OBJECTS).

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [170f480d2d515a762258240bb2408a2a5f28d6ec]

        INTEGRATION: CWS impress33 (1.8.160); FILE MERGED 2005/02/02 10:25:10 fs 1.8.160.1: #i40128# EnterEditMode: +bGrabFocus

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4442eb0c9ab0b8bb33d95e9a78e841de1cdab009]

        INTEGRATION: CWS tablestrings (1.36.508); FILE MERGED 2005/02/11 14:31:02 fme 1.36.508.1: #i37623# String correction - table boundaries

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [66830bdb91c9919aea2f1de64eb42f2805c95dd5]

        INTEGRATION: CWS installer05 (1.2.186); FILE MERGED 2005/02/03 09:14:55 dv 1.2.186.1: cleaned up resources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9e4601a0e375a76d4c08d47723c02fe007b46e06]

        INTEGRATION: CWS installer05 (1.5.4); FILE MERGED 2005/02/03 09:14:55 dv 1.5.4.1: cleaned up resources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [72e35d6d4ac8122e860a28b9e565a805df6d62d3]

        INTEGRATION: CWS installer05 (1.5.10); FILE MERGED 2005/02/03 09:14:54 dv 1.5.10.1: cleaned up resources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a758e1ea3397dae21bb84d30d424184d7ffabd67]

        INTEGRATION: CWS tablestrings (1.38.170); FILE MERGED 2005/02/11 14:32:53 fme 1.38.170.1: #i37623# String correction - table boundaries

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b8bb5fbe0d028b870a4fdd4d5cb6baba19363af0]

        INTEGRATION: CWS installer05 (1.6.10); FILE MERGED 2005/02/03 09:14:54 dv 1.6.10.1: cleaned up resources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [31bc8f84cbb2f596f372201dc7c89f488466748b]

        INTEGRATION: CWS tablestrings (1.49.76); FILE MERGED 2005/02/11 14:50:15 fme 1.49.76.1: #i37623# String correction - table boundaries

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9b6591fa21027ade735d87ac2c7f436e18e5f100]

        INTEGRATION: CWS installer05 (1.5.10); FILE MERGED 2005/02/03 09:14:53 dv 1.5.10.1: cleaned up resources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [950a2d10e629e07de1350ec67ce107d6c1c5e99b]

        INTEGRATION: CWS installer05 (1.3.154); FILE MERGED 2005/02/03 09:14:53 dv 1.3.154.1: cleaned up resources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7665787520ecf64a2dbf6816ffbf3a889fa11056]

        INTEGRATION: CWS installer05 (1.4.10); FILE MERGED 2005/02/03 09:14:51 dv 1.4.10.1: cleaned up resources

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c4552d7aeedb7f0adfd999f5891e527677be558e]

        INTEGRATION: CWS installer05 (1.11.10); FILE MERGED 2005/02/07 10:11:29 is 1.11.10.1: #119273# determine rpm file size in packing process

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c439ac54b5cf26a4761ccd61bcb66ac4cec09f96]

        INTEGRATION: CWS installer05 (1.25.8); FILE MERGED 2005/02/07 10:11:28 is 1.25.8.1: #119273# determine rpm file size in packing process

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [682cde500addacc8b30fcc38d769c1f343a18255]

        INTEGRATION: CWS installer05 (1.19.10); FILE MERGED 2005/02/07 10:11:28 is 1.19.10.1: #119273# determine rpm file size in packing process

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a10a1be802daec3f3d4c53a7fd1df8b099a9ec3f]

        INTEGRATION: CWS msformframeimp (1.8.24); FILE MERGED 2005/02/07 13:35:52 npower 1.8.24.4: #116179# propagate DocSh to OCX_Control base class 2005/02/03 09:27:26 npower 1.8.24.3: #116179# fixed missed conflic resulting from the merge 2005/02/01 15:30:21 npower 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED Resolve conflicts 2005/01/04 16:05:35 npower 1.8.24.1: #116179# Read or skip controls in MSForms that were causing problems. TabStrip and Multipage now skipped, aditionally Frames now read as are ImageControls.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fc2537b3dc96be456b27558b2ef0c942ea8c1fc5]

        INTEGRATION: CWS installer05 (1.31.8); FILE MERGED 2005/02/07 10:09:23 is 1.31.8.1: #119273# determine rpm file size in packing process

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b388c52de734ebb7ee761784131ae64ea8ff465e]

        INTEGRATION: CWS msformframeimp (1.19.24); FILE MERGED 2005/02/15 11:23:07 npower 1.19.24.9: #116179# tabstrip and spinbutton using wrong stream, last commit from me bye 2005/02/07 13:35:52 npower 1.19.24.8: #116179# propagate DocSh to OCX_Control base class 2005/02/04 17:47:04 npower 1.19.24.7: #116179# disabled import of ImageControl for Forms ( enabled for dialog aka UserForms ). Also improved error checking in RBGroupMangager::insertGroupsIntoControlList, now checks the iterator before use. 2005/02/04 14:23:23 npower 1.19.24.6: #116179# MS Compiler doesn't like class impls in anonymous namespace, move definitions of RBGroup etc. outside the namespace 2005/02/03 09:55:06 npower 1.19.24.5: #116179# removed comment out code 2005/02/03 09:29:23 npower 1.19.24.4: #116179# corrected grouping behavior of imported optionbuttons, improved errorhandling, minor modifications to filters for Frame and UserForm controls 2005/02/01 10:33:37 npower 1.19.24.3: #116179# Added UserFormLabel subcall ( Label controls in UserForms have a different default backcolor ) 2005/02/01 10:20:58 npower 1.19.24.2: #116179# Fix this issue by improving filter to enable import of Image, Frame, MultiPage and SpinButton, 2005/01/04 16:05:34 npower 1.19.24.1: #116179# Read or skip controls in MSForms that were causing problems. TabStrip and Multipage now skipped, aditionally Frames now read as are ImageControls.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [61a0528850e59f59863c60cbb73db3980acd299a]

        INTEGRATION: CWS tablestrings (1.15.30); FILE MERGED 2005/02/11 14:37:48 fme 1.15.30.1: #i37623# String correction - table boundaries

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dff826dacce70ba47149315a28019913ce5dc8e4]

        INTEGRATION: CWS pasf4ooo (1.38.42); FILE MERGED 2005/02/15 08:38:49 rene 1.38.42.2: RESYNC: (1.38-1.39); FILE MERGED 2005/02/08 14:42:03 rene 1.38.42.1: build sndfile/portaudio for OOo, too. Implement --enable-pasf and --with-system-{sndfile,portaudio}

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [62169b9c1ed051a22da99602021b8c777c7c4acf]

        INTEGRATION: CWS adabas13 (1.2.6); FILE MERGED 2005/01/28 07:22:35 oj 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/25 13:13:30 jb 1.2.6.1: #119211# Improve entity handling to support multi-stratum sublayers which have dots in their names

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0b749327303f1f4b3d015ca8e7acd9475622a8e9]

        INTEGRATION: CWS adabas13 (1.3.12); FILE MERGED 2005/01/25 13:13:30 jb 1.3.12.1: #119211# Improve entity handling to support multi-stratum sublayers which have dots in their names

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d1eee9704e1a2b6924043fe4d232314239a3d327]

        INTEGRATION: CWS adabas13 (1.2.58); FILE MERGED 2005/01/25 13:13:30 jb 1.2.58.1: #119211# Improve entity handling to support multi-stratum sublayers which have dots in their names

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c82a44c0e277533f5571f6e74afd231e2151f9b3]

        INTEGRATION: CWS pasf4ooo (1.39.18); FILE MERGED 2005/02/15 08:38:34 rene 1.39.18.2: RESYNC: (1.39-1.43); FILE MERGED 2005/02/08 14:42:05 rene 1.39.18.1: build sndfile/portaudio for OOo, too. Implement --enable-pasf and --with-system-{sndfile,portaudio}

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f27c1413e119134c14eb59b6b76f1e61c28e0263]

        INTEGRATION: CWS adabas13 (1.2.58); FILE MERGED 2005/01/25 13:13:29 jb 1.2.58.1: #119211# Improve entity handling to support multi-stratum sublayers which have dots in their names

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [239b7fd3195a759ae5deb82b6586aa47307e1323]

        INTEGRATION: CWS pasf4ooo (1.89.4); FILE MERGED 2005/02/15 08:38:18 rene 1.89.4.3: RESYNC: (1.89-1.94); FILE MERGED 2005/02/08 14:48:46 rene 1.89.4.2: actually add the AC_ARG_ENABLE / AC_ARG_WITHs 2005/02/08 14:42:04 rene 1.89.4.1: build sndfile/portaudio for OOo, too. Implement --enable-pasf and --with-system-{sndfile,portaudio}

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f74fcf029da85904674f9e8909a72e200922a9a0]

        INTEGRATION: CWS pasf4ooo (1.71.4); FILE MERGED 2005/02/15 08:37:55 rene 1.71.4.2: RESYNC: (1.71-1.75); FILE MERGED 2005/02/08 14:48:44 rene 1.71.4.1: actually add the AC_ARG_ENABLE / AC_ARG_WITHs

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [46f8c1907bb97d8dee8cd18645b43e2dfa487f8f]

        INTEGRATION: CWS rpath1 (1.8.10); FILE MERGED 2005/01/20 14:22:23 cmc 1.8.10.1: #i41018# use toplevel linker to propogate rpath

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [65e7c4f6c4423726ed4379fe2725b08d763cf4a8]

        INTEGRATION: CWS rpath1 (1.9.134); FILE MERGED 2005/01/20 14:23:59 cmc 1.9.134.1: #i41018# propogate rpath to other linux toolchains

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c45c7995513c5dc770214d1ee0744b145b978b51]

        INTEGRATION: CWS rpath1 (1.10.134); FILE MERGED 2005/01/20 14:23:59 cmc 1.10.134.1: #i41018# propogate rpath to other linux toolchains

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [62dd5f403d1e1f1ad93e50a383f7281a12d6f1a6]

        INTEGRATION: CWS rpath1 (1.14.134); FILE MERGED 2005/01/20 14:23:59 cmc 1.14.134.1: #i41018# propogate rpath to other linux toolchains

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [df44a305a2ef68fb83089f20f141cfbe4581598d]

        INTEGRATION: CWS perform01 (1.89.38); FILE MERGED 2005/01/26 10:11:10 cd 1.89.38.1: #i40989# Performance and usability improvements

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2b22e30dee0886598609e9cccf6728503a06fe28]

        INTEGRATION: CWS perform01 (1.28.38); FILE MERGED 2005/01/26 10:11:24 cd 1.28.38.1: #i40989# Performance and usability improvements

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [282ff99939fddbb82b6b1cbcd4295ad0eced5645]

        INTEGRATION: CWS perform01 (1.9.16); FILE MERGED 2005/02/07 14:59:21 cd 1.9.16.1: #i40901# Added some more log entries to detect hot spots

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [255493c61f8a7ccebd9e493dd218c5b8e928f397]

        INTEGRATION: CWS perform01 (1.19.98); FILE MERGED 2005/02/07 17:07:51 mt 1.19.98.1: #i42222# Don't start with empty writer if only -accept is used

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [562a3b115c9a83f299e2c38b25775efca6b680d6]

        INTEGRATION: CWS perform01 (1.24.98); FILE MERGED 2005/02/07 17:07:51 mt 1.24.98.1: #i42222# Don't start with empty writer if only -accept is used

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6f8a7fb20af312dbc661c40196a9df787de8a992]

        INTEGRATION: CWS perform01 (1.162.26); FILE MERGED 2005/02/07 17:07:50 mt 1.162.26.6: #i42222# Don't start with empty writer if only -accept is used 2005/02/07 15:56:24 mt 1.162.26.5: #i40901# More RTL_LOG 2005/02/07 14:58:29 cd 1.162.26.4: #i40901# Added some hot spot log entries 2005/02/03 13:20:07 mt 1.162.26.3: RESYNC: (1.164-1.165); FILE MERGED 2005/02/01 13:46:36 mt 1.162.26.2: RESYNC: (1.162-1.164); FILE MERGED 2005/01/18 14:55:09 mt 1.162.26.1: #i40901# defined some messuare points...

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a198aa60a9d346128043e3e65ae82bb8ff670272]

        INTEGRATION: CWS perform01 (1.4.58); FILE MERGED 2005/01/20 09:36:28 mt 1.4.58.1: #i40901# remoced some unnecessary but expensive code...

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [24b2d109542193bd5a579ab2df4aa043291aa57a]

        INTEGRATION: CWS perform01 (1.81.12); FILE MERGED 2005/02/07 16:29:05 mt 1.81.12.1: #i40901# More RTL_LOG

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [272977b8294a0d598a8e289ac2848c2038b416a1]

        INTEGRATION: CWS perform01 (1.87.48); FILE MERGED 2005/02/07 16:29:05 mt 1.87.48.1: #i40901# More RTL_LOG

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a06b517ca4bf4d6c69956149ffb344e57eb85a2c]

        INTEGRATION: CWS perform01 (1.3.266); FILE MERGED 2005/02/07 15:33:02 cd 1.3.266.1: #i42210# Startup performance optimizations for start module

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f7637e6420aa4788f123e3244e0b7a0787ee29c5]

        INTEGRATION: CWS perform01 (1.8.74); FILE MERGED 2005/01/26 10:12:51 cd 1.8.74.1: #i40989# Added popup-menu controller for File-New and File-Wizards popup menu

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [be444850501ce1a8d355c22be6b9f0d04e8ae266]

        INTEGRATION: CWS perform01 (1.6.38); FILE MERGED 2005/02/07 15:05:27 cd 1.6.38.1: #i42210# Startup performance optimizations for start module

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9e802448ec93b5d94818d4d9fb1772d618495a3b]

        INTEGRATION: CWS perform01 (1.1.2); FILE ADDED 2005/01/26 10:11:25 cd 1.1.2.1: #i40989# Performance and usability improvements

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9b2e118e17032bcd0d91828016a4395af962b60e]

        INTEGRATION: CWS perform01 (1.4.102); FILE MERGED 2005/02/03 15:14:30 mt 1.4.102.4: fixed wrong solved merge conflict 2005/02/02 15:22:25 mt 1.4.102.3: fixed compile error 2005/02/01 13:31:12 mt 1.4.102.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/26 10:11:25 cd 1.4.102.1: #i40989# Performance and usability improvements

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [315aa430e0b05ebe46610733796047c49e2a6bcf]

        INTEGRATION: CWS perform01 (1.17.16); FILE MERGED 2005/02/03 15:14:30 mt 1.17.16.4: fixed wrong solved merge conflict 2005/02/03 13:00:30 mt 1.17.16.3: RESYNC: (1.18-1.20); FILE MERGED 2005/02/01 13:31:02 mt 1.17.16.2: RESYNC: (1.17-1.18); FILE MERGED 2005/01/26 10:11:24 cd 1.17.16.1: #i40989# Performance and usability improvements

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f9456e9b818eeccb98cbade86b446c5143725358]

        INTEGRATION: CWS perform01 (1.6.92); FILE MERGED 2005/01/26 10:11:24 cd 1.6.92.1: #i40989# Performance and usability improvements

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2e953c8282750fba977c66621714df787bee540f]

        INTEGRATION: CWS perform01 (1.7.30); FILE MERGED 2005/02/07 15:05:25 cd 1.7.30.1: #i42210# Startup performance optimizations for start module

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [74d933eb890a1fe25b3bab99b7c51727bb1ca935]

        INTEGRATION: CWS perform01 (1.3.8); FILE MERGED 2005/02/07 16:16:27 cd 1.3.8.1: #i42210# Startup performance optimizations

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ddcf27b241c19181fed62b42ba355c773816e81c]

        INTEGRATION: CWS perform01 (1.79.38); FILE MERGED 2005/02/07 15:05:23 cd 1.79.38.1: #i42210# Startup performance optimizations for start module

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [bbf197715fc7aa93a421913ceee3364597de16cb]

        INTEGRATION: CWS perform01 (1.53.38); FILE MERGED 2005/02/07 15:57:33 mt 1.53.38.1: #i40901# More RTL_LOG

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [63f3fbbafc7b4780e3ba329dd0a80a6ce08571fe]

        INTEGRATION: CWS perform01 (1.1.2); FILE ADDED 2005/01/26 10:11:37 cd 1.1.2.1: #i40989# Performance and usability improvements

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1683199c423ffcd67a8f01719334a5a5ebe523c8]

        INTEGRATION: CWS perform01 (1.6.40); FILE MERGED 2005/01/26 10:11:37 cd 1.6.40.1: #i40989# Performance and usability improvements

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7b1b08ff7d1710f94e08030e9f3f9435397b8983]

        INTEGRATION: CWS perform01 (1.30.38); FILE MERGED 2005/01/26 10:11:36 cd 1.30.38.1: #i40989# Performance and usability improvements

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [10ca17e381d5237fd7378c570c0f3fc1a41142ab]

        INTEGRATION: CWS hr11 (1.7.130); FILE MERGED 2005/02/03 15:45:11 hr 1.7.130.1: #i41981#: enable -fvisibility-inlines-hidden switch

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ed1b43cf10415664c5a4b9d99eb0818b3cfcded0]

        INTEGRATION: CWS sdk14 (1.2.12); FILE MERGED 2005/01/27 16:02:43 mi 1.2.12.1: #i37638# storeToBuffer function worked only once if the document was not same length

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b62dcbec4d60d3b0d6d62309cb739cf57491bd39]

        INTEGRATION: CWS sdk14 (1.7.16); FILE MERGED 2005/02/02 15:46:29 mi 1.7.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f0e391369b438a8377e8b795b7942de398b8fec9]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:29 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7600edb0ac36246d6893b28d95c8cd13efda5488]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:28 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ab2e568e5a40d7358b0ab11ef4a44f5a2c85ff54]

        INTEGRATION: CWS sdk14 (1.8.16); FILE MERGED 2005/02/02 15:46:27 mi 1.8.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c8cb1bffffa177814241882622281311127f9c67]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:27 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [506bfd2f2a536a27dc85490664326c74c8efaae3]

        INTEGRATION: CWS sdk14 (1.4.16); FILE MERGED 2005/02/02 15:46:27 mi 1.4.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a1f20a7788dc1dbc0bf21b97badf5b7f5871b8ec]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:27 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b01a75c286e1646a0a00bd616e7401edcbfdcb95]

        INTEGRATION: CWS sdk14 (1.4.16); FILE MERGED 2005/02/02 15:46:26 mi 1.4.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4ad633c40e2c7cef39f35fb182bf80d0705683aa]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:26 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [020aae86c32d81e7f3d82f0f3bf932c523511e6f]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:26 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fd497b6d097dd767d19eec237916d5dd6f1ad1fe]

        INTEGRATION: CWS sdk14 (1.5.14); FILE MERGED 2005/02/02 15:46:25 mi 1.5.14.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3a9825c15d9a06a3da454d8eafc7b997f955d506]

        INTEGRATION: CWS sdk14 (1.4.16); FILE MERGED 2005/02/02 15:46:25 mi 1.4.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [78e977cc2c1d137b530fa6b8e715ac6fa2b502aa]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:25 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1bfbcc57442d3b9fce31c2a1e61f89c2dd95c812]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:24 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a63472c893114f7d58c05ca6fc2fa82c345f25f2]

        INTEGRATION: CWS sdk14 (1.8.16); FILE MERGED 2005/02/02 15:46:24 mi 1.8.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5fa4db183e2dabe0816c8e309898d2561e2f77fe]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:23 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [cd28998a7d93ff02345972b8ff29c1aa15137a91]

        INTEGRATION: CWS sdk14 (1.16.16); FILE MERGED 2005/02/02 15:46:23 mi 1.16.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [199616cb67a62dc5fa7aece3d7f90721b2c9a8cd]

        INTEGRATION: CWS sdk14 (1.13.16); FILE MERGED 2005/02/02 15:46:23 mi 1.13.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a3c9895443a21afe002f8c2d9994f75ce6392eaa]

        INTEGRATION: CWS sdk14 (1.7.16); FILE MERGED 2005/02/02 15:46:23 mi 1.7.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [bc58e675648e0e498c0bb8bb0ea37d744ad18ea2]

        INTEGRATION: CWS sdk14 (1.7.16); FILE MERGED 2005/02/02 15:46:22 mi 1.7.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [30ef218a06b913e9b679b5124c5d56c635810b55]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:22 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [809cc626d4224d5ec9a923713e900f7cd7d7319f]

        INTEGRATION: CWS sdk14 (1.11.16); FILE MERGED 2005/02/02 15:46:22 mi 1.11.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3b51f4602dbee58ec7ade79d895d15304602412f]

        INTEGRATION: CWS sdk14 (1.12.16); FILE MERGED 2005/02/02 15:46:22 mi 1.12.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3854300ccb1e4c310b44e04ba9c28a20bb8386aa]

        INTEGRATION: CWS sdk14 (1.11.16); FILE MERGED 2005/02/02 15:46:21 mi 1.11.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [16c164162cd432a84c0580770cf677685be09c9f]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:21 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [27e03ea35518e7d056bcb965a64e8f6e2bcd783a]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:21 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [35a2e48cfd76915a21bf46dda79c990ab3153cbf]

        INTEGRATION: CWS sdk14 (1.4.16); FILE MERGED 2005/02/02 15:46:20 mi 1.4.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [acb6034578ab0aa2572d872cc64249c33ea4fb43]

        INTEGRATION: CWS sdk14 (1.7.16); FILE MERGED 2005/02/02 15:46:20 mi 1.7.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [63497572e5474f3977af4ccab4e31fde95b9cfe2]

        INTEGRATION: CWS sdk14 (1.5.16); FILE MERGED 2005/02/02 15:46:20 mi 1.5.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6cc64ef009472e3848885c67d8ed58d2d3ea0551]

        INTEGRATION: CWS sdk14 (1.8.16); FILE MERGED 2005/02/02 15:46:20 mi 1.8.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [19379ad05e95c3c9adf277a23a741927d15f2384]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:19 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [58fd27c9984d887dc539407bbed13fc89e2b12c7]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:19 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8294618f3a3f579446668ff9ef4cce5555042ddb]

        INTEGRATION: CWS sdk14 (1.5.16); FILE MERGED 2005/02/02 15:46:19 mi 1.5.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6d600d902cb817d30fd2639de447c0f9fb6f0636]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:18 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ad85fb2211db4908dc5ae68dabc9759dd481eb04]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:18 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5683600fe47f2ed5e77e1c91e6d5cc52190c2ede]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:17 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4d01f45f8fe3f4467ec70d6a573a3fbf36f62865]

        INTEGRATION: CWS sdk14 (1.16.16); FILE MERGED 2005/02/02 15:46:17 mi 1.16.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [04ea2eae305392ea7cbfacfaab3c3fb0dc6573c9]

        INTEGRATION: CWS sdk14 (1.18.16); FILE MERGED 2005/02/02 15:46:17 mi 1.18.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6eedb52b3731a4d5b03ede086eaed2087304cc0c]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:16 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ac0a15fddf6f040aa59c5b847fa4e8dea04cca9f]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:16 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [601ab8cbbf94ffa987da42d8a3e96fb9bb5918f9]

        INTEGRATION: CWS hsqldb2 (1.7.20); FILE MERGED 2005/02/16 06:35:53 oj 1.7.20.4: resolve conflict 2005/01/28 12:19:39 oj 1.7.20.3: #i39922# fix for storeAsURL and merges from dba23 2005/01/26 06:53:02 oj 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2005/01/19 07:06:47 oj 1.7.20.1: #i39922# merge from dba22 and fixes in datasource for embedded storage

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7507d880f82bcbae6e41d9c13a8cf48d18005a9f]

        INTEGRATION: CWS sdk14 (1.7.16); FILE MERGED 2005/02/02 15:46:15 mi 1.7.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c5f720730eea50d18a87802f17a8df152341b456]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:15 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [622a1a9b64b4f42a803cb5305f429746de23748e]

        INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED 2005/02/02 15:46:15 mi 1.6.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [86aa8421a33e45a707d20da8ffe4e15ae9d676d1]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:14 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2574c29af6948724f782265d7a35a174ea71852a]

        INTEGRATION: CWS sdk14 (1.8.16); FILE MERGED 2005/02/02 15:46:14 mi 1.8.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c57f0ecd0766e87d54f730a77ae4db67c714abdd]

        INTEGRATION: CWS sdk14 (1.7.16); FILE MERGED 2005/02/02 15:46:13 mi 1.7.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6548e84c6fefb447ff2aa6a61f1e75ae08b9f198]

        INTEGRATION: CWS visibility02 (1.1.2); FILE ADDED 2005/01/26 13:56:33 mhu 1.1.2.2: #i38608# Enabled use of '-xldscope=hidden' for sunpro compiler. 2005/01/05 05:54:19 mnicel 1.1.2.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d77f16af40b04254b789f367a49d63e06425c0a0]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:13 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [72f26dadb8c5260d46d95a4913d8bfe0302398cb]

        INTEGRATION: CWS visibility02 (1.8.58); FILE MERGED 2005/01/27 11:27:07 mhu 1.8.58.1: #i38608# Added SHLxUSE_EXPORTS=ordinal, cleaned up.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [63d014b134dca56176f52ecba482c859a9b4dc11]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:12 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e53c2cd95701c9d9b330a0850364b4d380675f2a]

        INTEGRATION: CWS visibility02 (1.5.82); FILE MERGED 2005/01/05 05:54:18 mnicel 1.5.82.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3fb4218699e83d016cfa15bf06eee7605d421e99]

        INTEGRATION: CWS visibility02 (1.11.54); FILE MERGED 2005/01/05 05:54:17 mnicel 1.11.54.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2ebb19bf5e1f394f633bb2061db3309c4fabbcbf]

        INTEGRATION: CWS visibility02 (1.2.238); FILE MERGED 2005/01/05 05:54:16 mnicel 1.2.238.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [853c32bc90fb8ff8cf0b3ab634857596b3be9300]

        INTEGRATION: CWS visibility02 (1.2.84); FILE MERGED 2005/01/05 05:54:16 mnicel 1.2.84.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4b5c04bc2d1670a62bff53579a26d4912868340f]

        INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED 2005/02/02 15:46:11 mi 1.3.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fd5b239eb8e9fc2530bd29c682bc5ab0181e6f7f]

        INTEGRATION: CWS visibility02 (1.28.10); FILE MERGED 2005/01/05 05:54:15 mnicel 1.28.10.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [802ff539f102f8c3f07d735f46c72c2c9574b1b7]

        INTEGRATION: CWS visibility02 (1.5.82); FILE MERGED 2005/01/27 11:28:45 mhu 1.5.82.1: #i38608# Marked component_xxx() function as SAL_DLLPUBLIC_EXPORT.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [649b3fedda42ff7e7d43891b99608da8a32cc63e]

        INTEGRATION: CWS sdk14 (1.15.16); FILE MERGED 2005/02/02 15:46:11 mi 1.15.16.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fa2e85ee53a5242ca2a42b9cc581c87ffd44408a]

        INTEGRATION: CWS visibility02 (1.3.50); FILE MERGED 2005/01/27 17:58:27 mhu 1.3.50.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3be4457eacca82e7a88a5d150f7f6e91fe8c91b5]

        INTEGRATION: CWS visibility02 (1.5.238); FILE MERGED 2005/01/05 05:54:15 mnicel 1.5.238.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f678abc191f211fd8ee88099cc46109b3fc44d57]

        INTEGRATION: CWS sdk14 (1.10.50); FILE MERGED 2005/01/26 14:10:38 mi 1.10.50.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e9a584e0bbc2f6fa16ba28174886fc7fa59800ff]

        INTEGRATION: CWS visibility02 (1.7.48); FILE MERGED 2005/01/05 05:54:14 mnicel 1.7.48.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2c9f5594fb6bf371c734a6481460e4e4c2542539]

        INTEGRATION: CWS sdk14 (1.2.108); FILE MERGED 2005/01/26 14:10:37 mi 1.2.108.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d47c3c912dfbaa4fe509f899e96dfaf008e92b6c]

        INTEGRATION: CWS visibility02 (1.1.250); FILE MERGED 2005/01/05 05:54:13 mnicel 1.1.250.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [348f7b699197340f82bdfa08a24a34a4a6055888]

        INTEGRATION: CWS sdk14 (1.2.78); FILE MERGED 2005/01/26 14:10:37 mi 1.2.78.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [25b6a5a2c610e51c3e536e7cd12b2e54f72173b0]

        INTEGRATION: CWS visibility02 (1.2.210); FILE MERGED 2005/01/27 10:52:27 mhu 1.2.210.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [660bd2e145d6b3266f0d954d5665642639ae38ee]

        INTEGRATION: CWS sdk14 (1.2.78); FILE MERGED 2005/01/26 14:10:36 mi 1.2.78.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [75893a68eaa397b9c92470457a45f234cf655593]

        INTEGRATION: CWS visibility02 (1.6.54); FILE MERGED 2005/01/05 05:54:13 mnicel 1.6.54.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7db9b67e87053202935755571b763868aeba87a7]

        INTEGRATION: CWS sdk14 (1.2.100); FILE MERGED 2005/01/26 14:10:36 mi 1.2.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4c2ea8f5e90c40843845735f4f1fac4e6f5352d1]

        INTEGRATION: CWS visibility02 (1.2.258); FILE MERGED 2005/01/27 16:49:31 mhu 1.2.258.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [bb41a3ad0f125d10ae9bbd5be5a638ab5d456b5e]

        INTEGRATION: CWS hsqldb2 (1.1.6); FILE MERGED 2005/01/26 08:18:39 oj 1.1.6.1: new version of hsqldb

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [83f33353d1feb9487acb9dc04626e18a01bf6457]

        INTEGRATION: CWS sdk14 (1.2.100); FILE MERGED 2005/01/26 14:10:35 mi 1.2.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c4c49c7823e799d451ef454ce838a286cff4b16d]

        INTEGRATION: CWS visibility02 (1.3.10); FILE MERGED 2005/01/05 05:54:12 mnicel 1.3.10.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9d517ba0c40868450aa7c365430ab655cd74f950]

        INTEGRATION: CWS hsqldb2 (1.2.2); FILE MERGED 2005/01/27 08:22:39 oj 1.2.2.2: rc6 now contains the patch, so need for a patch file anymore 2005/01/26 08:36:12 oj 1.2.2.1: new version

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1c901fbc10ee3b5a29d213809c501c03363a189f]

        INTEGRATION: CWS visibility02 (1.3.50); FILE MERGED 2005/01/27 11:33:37 mhu 1.3.50.2: #i38608# Modified SequenceAsHashMapBase declaration to compile with msvc. 2005/01/05 05:54:12 mnicel 1.3.50.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f03e6d6d5605cea496302a75abe1dc8507df5d89]

        INTEGRATION: CWS sdk14 (1.2.100); FILE MERGED 2005/01/26 14:10:34 mi 1.2.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [531c783ddddbf3850cb8914264f92542776ddc68]

        INTEGRATION: CWS visibility02 (1.7.10); FILE MERGED 2005/01/27 11:31:35 mhu 1.7.10.2: #i38608# Removed COMPHELPER_DLLPUBLIC attribute from template functions (msvc complains). 2005/01/05 05:54:12 mnicel 1.7.10.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [171e920fae9bd8f91c14f15a19d5bf8ad07c3513]

        INTEGRATION: CWS hsqldb2 (1.17.46); FILE MERGED 2005/01/19 07:06:49 oj 1.17.46.1: #i39922# merge from dba22 and fixes in datasource for embedded storage

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7bdbba5cd3f721703538e0f207db93e939f02fa9]

        INTEGRATION: CWS visibility02 (1.3.48); FILE MERGED 2005/01/27 10:52:27 mhu 1.3.48.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fe729454e836683e04ce0813d84aec2c7efb8abc]

        INTEGRATION: CWS hsqldb2 (1.2.78); FILE MERGED 2005/01/19 07:06:48 oj 1.2.78.1: #i39922# merge from dba22 and fixes in datasource for embedded storage

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [85f65009d852db7f8390af436fe4fd54ce449b8d]

        INTEGRATION: CWS visibility02 (1.2.82); FILE MERGED 2005/01/26 18:49:56 mhu 1.2.82.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7f30a63fe83c8e64831ea3523b927da305c1cc99]

        INTEGRATION: CWS hsqldb2 (1.12.2); FILE MERGED 2005/01/28 12:19:41 oj 1.12.2.1: #i39922# fix for storeAsURL and merges from dba23

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7c4f45d2ddddd1e0088a77e706cd243c62ef9ba7]

        INTEGRATION: CWS visibility02 (1.3.100); FILE MERGED 2005/01/05 05:54:12 mnicel 1.3.100.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ac7c24a40d497223d17ccaa92fd246ff4b90f1ed]

        INTEGRATION: CWS sdk14 (1.2.100); FILE MERGED 2005/01/26 14:10:33 mi 1.2.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5e46bd10b6962f6a4fbf5cf02ca6b77f1c039217]

        INTEGRATION: CWS hsqldb2 (1.45.12); FILE MERGED 2005/01/28 12:19:41 oj 1.45.12.1: #i39922# fix for storeAsURL and merges from dba23

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5b7f352073824041777affa54c8e85735fe0afd0]

        INTEGRATION: CWS visibility02 (1.2.280); FILE MERGED 2005/01/05 05:54:11 mnicel 1.2.280.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [48612d37a63fa63287d5527aaf7d30b947112845]

        INTEGRATION: CWS hsqldb2 (1.9.78); FILE MERGED 2005/01/28 12:19:40 oj 1.9.78.1: #i39922# fix for storeAsURL and merges from dba23

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [32a3319a9f5b34f092593bcc0f8b6abe338b6ea3]

        INTEGRATION: CWS visibility02 (1.6.10); FILE MERGED 2005/01/05 05:54:11 mnicel 1.6.10.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c43b4c369aab17a36972803d5ef6fb55fd63ebee]

        INTEGRATION: CWS hsqldb2 (1.2.78); FILE MERGED 2005/01/28 12:19:40 oj 1.2.78.1: #i39922# fix for storeAsURL and merges from dba23

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [446a6045f23f19b5438f37d0e36f1322286b72e9]

        INTEGRATION: CWS visibility02 (1.2.54); FILE MERGED 2005/01/05 05:54:11 mnicel 1.2.54.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8b0b993867242a8fcf41ac4a7742ba34016514d1]

        INTEGRATION: CWS sdk14 (1.2.100); FILE MERGED 2005/01/26 14:10:32 mi 1.2.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0bb3faa8353ae067c16829b42a69b346aa635b2d]

        INTEGRATION: CWS visibility02 (1.2.270); FILE MERGED 2005/01/05 05:54:10 mnicel 1.2.270.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [89c884a1e68c8cbfc8bb0170bdf23297756852c1]

        INTEGRATION: CWS hsqldb2 (1.23.20); FILE MERGED 2005/01/28 12:19:40 oj 1.23.20.2: #i39922# fix for storeAsURL and merges from dba23 2005/01/19 07:06:48 oj 1.23.20.1: #i39922# merge from dba22 and fixes in datasource for embedded storage

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6f8796850f33eb395fc6ae9a9cba608d4c9fea94]

        INTEGRATION: CWS visibility02 (1.2.10); FILE MERGED 2005/01/05 05:54:10 mnicel 1.2.10.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f602c3948e6d652b6cea527f691f96ffb8b02711]

        INTEGRATION: CWS visibility02 (1.1.120); FILE MERGED 2005/01/05 05:54:10 mnicel 1.1.120.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [161dc1398bd7861d9c2dee3e5a5425fe40d0e973]

        INTEGRATION: CWS hsqldb2 (1.52.20); FILE MERGED 2005/01/28 12:19:39 oj 1.52.20.2: #i39922# fix for storeAsURL and merges from dba23 2005/01/19 07:06:48 oj 1.52.20.1: #i39922# merge from dba22 and fixes in datasource for embedded storage

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6eece34f938f66cb85fd77343d0cb8d7b5c5417d]

        INTEGRATION: CWS visibility02 (1.5.96); FILE MERGED 2005/01/05 05:54:10 mnicel 1.5.96.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c6231083512e42575a919cb5cfea25470fd15f87]

        INTEGRATION: CWS sdk14 (1.2.100); FILE MERGED 2005/01/26 14:10:31 mi 1.2.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5ea941bc9783fd1bbcd6b9f3be094d6cd9cbe00f]

        INTEGRATION: CWS visibility02 (1.5.54); FILE MERGED 2005/01/05 05:54:09 mnicel 1.5.54.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [48bf2d796bbd66d03ee1e8aadfba05f7218cf62e]

        INTEGRATION: CWS hsqldb2 (1.25.22); FILE MERGED 2005/01/28 12:19:38 oj 1.25.22.2: #i39922# fix for storeAsURL and merges from dba23 2005/01/19 07:06:47 oj 1.25.22.1: #i39922# merge from dba22 and fixes in datasource for embedded storage

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [35aaba876a0cb44bb9abfbb3c32a4666cd2a3c3d]

        INTEGRATION: CWS sdk14 (1.2.100); FILE MERGED 2005/01/26 14:10:30 mi 1.2.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [abb83405d0a04379ef063929679ee69d98b608df]

        INTEGRATION: CWS visibility02 (1.7.10); FILE MERGED 2005/01/05 05:54:09 mnicel 1.7.10.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1f2d1fff52652bbd74c6da1de661753a3e84eeed]

        INTEGRATION: CWS hsqldb2 (1.54.12); FILE MERGED 2005/01/28 12:19:38 oj 1.54.12.1: #i39922# fix for storeAsURL and merges from dba23

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [9b5aac7555dd7fb85ad27dae7faa9d23b851cd07]

        INTEGRATION: CWS visibility02 (1.2.246); FILE MERGED 2005/01/05 05:54:09 mnicel 1.2.246.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ac85da56b0e287dfd34909565adb805af326c3aa]

        INTEGRATION: CWS visibility02 (1.2.260); FILE MERGED 2005/01/28 10:59:44 mhu 1.2.260.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4a670ac979a7f345692035ebd8adb7d995898c03]

        INTEGRATION: CWS sdk14 (1.6.100); FILE MERGED 2005/01/26 14:10:30 mi 1.6.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a7bc16754f92036f62415e5ea0f06c9763fc7b52]

        INTEGRATION: CWS sdk14 (1.7.100); FILE MERGED 2005/01/26 14:10:30 mi 1.7.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [50ce21ca792d52bad7a7b134f1caf8b512578ffa]

        INTEGRATION: CWS hsqldb2 (1.49.40); FILE MERGED 2005/01/19 07:05:53 oj 1.49.40.1: #i39922# merge from dba22

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7eef92c45dd8a1c89bf69365986ea31cf4c6f4db]

        INTEGRATION: CWS visibility02 (1.2.272); FILE MERGED 2005/01/27 13:13:40 mhu 1.2.272.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ec85e9e25132b7ed885b965a68f7add9b71d091f]

        INTEGRATION: CWS sdk14 (1.6.100); FILE MERGED 2005/01/26 14:10:29 mi 1.6.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f5f44b4b79636fde3775ec97322b22e2db3ee6cb]

        INTEGRATION: CWS visibility02 (1.4.8); FILE MERGED 2005/01/26 13:35:40 mhu 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/05 05:54:08 mnicel 1.4.8.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e2b3ef2f2b66b69e4f5b300ea0ed49e7f5099f9f]

        INTEGRATION: CWS sdk14 (1.2.50); FILE MERGED 2005/02/02 15:47:59 mi 1.2.50.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c1734cf1e357fbba542b730802413c8e15859110]

        INTEGRATION: CWS visibility02 (1.4.2); FILE MERGED 2005/01/11 07:52:31 mnicel 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/05 05:54:08 mnicel 1.4.2.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4ff992036e9f47f5d6f195ff899eb25fdabf46ca]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/28 12:21:20 oj 1.2.20.3: #i39922# new interfaces in hsqldb 2005/01/25 08:44:09 oj 1.2.20.2: #i39922# correct stream handling 2005/01/19 07:03:57 oj 1.2.20.1: #i39922# remove db from stream name

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [644370cf5e5f6e08bc2388ed2a82beaa32266368]

        INTEGRATION: CWS sdk14 (1.16.50); FILE MERGED 2005/02/02 15:47:59 mi 1.16.50.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c7e8c3b41c2d91e66904581f023bd6626a0a85e6]

        INTEGRATION: CWS visibility02 (1.3.34); FILE MERGED 2005/01/27 13:13:38 mhu 1.3.34.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [300c7bff41b85e3ccd36934fb74cc981ed936104]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/25 08:44:08 oj 1.2.20.2: #i39922# correct stream handling 2005/01/19 07:03:57 oj 1.2.20.1: #i39922# remove db from stream name

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [121b8e268812803c3a95b3384ba6ab43e1bd44bf]

        INTEGRATION: CWS visibility02 (1.3.210); FILE MERGED 2005/01/05 05:54:08 mnicel 1.3.210.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fe4d26d9dbdf9caa4a37d13315ac6c04e9e3f154]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/28 12:21:19 oj 1.2.20.2: #i39922# new interfaces in hsqldb 2005/01/19 07:03:57 oj 1.2.20.1: #i39922# remove db from stream name

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a1a2ca7ab77301843b4382c25717250371b12dd2]

        INTEGRATION: CWS visibility02 (1.1.272); FILE MERGED 2005/01/05 05:54:08 mnicel 1.1.272.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8cd8f96df6d4d79fbb8cd149c8287b74231dc790]

        INTEGRATION: CWS sdk14 (1.7.164); FILE MERGED 2005/01/26 12:13:12 mi 1.7.164.1: #i32156# spelling mistake corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [527548c6199236a408839382809b863ad939a8f6]

        INTEGRATION: CWS visibility02 (1.2.244); FILE MERGED 2005/01/27 13:13:37 mhu 1.2.244.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1538b1483f5b8bc7f7c9af6f45f9260a3444ac80]

        INTEGRATION: CWS sdk14 (1.2.58); FILE MERGED 2005/01/26 14:10:28 mi 1.2.58.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fd6b21a8e6a1974de124337cc8b5a1fdb3b231fa]

        INTEGRATION: CWS visibility02 (1.1.1.1.282); FILE MERGED 2005/01/27 17:58:27 mhu 1.1.1.1.282.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [86aa37c115567d672ee5c84adc2058193fd6b126]

        INTEGRATION: CWS sdk14 (1.2.108); FILE MERGED 2005/01/26 14:10:28 mi 1.2.108.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [05036623f4bedcb6f63306834c39b7a1728756eb]

        INTEGRATION: CWS visibility02 (1.4.120); FILE MERGED 2005/01/27 13:13:36 mhu 1.4.120.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3f1b54933c420e1b3f0febd61e4adc80c0eb919a]

        INTEGRATION: CWS sdk14 (1.5.100); FILE MERGED 2005/01/26 14:10:27 mi 1.5.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d050051f6f5603324172de429d4fd3b0249c4527]

        INTEGRATION: CWS visibility02 (1.3.10); FILE MERGED 2005/01/05 05:54:07 mnicel 1.3.10.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7ac313f08ebc013fa54913075ed659a52d77b461]

        INTEGRATION: CWS sdk14 (1.2.108); FILE MERGED 2005/01/26 14:10:27 mi 1.2.108.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [689af59383e2cd5fe986754d05b07ed19611ee4c]

        INTEGRATION: CWS visibility02 (1.3.210); FILE MERGED 2005/01/05 05:54:07 mnicel 1.3.210.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0f20d6eb7f9de669ba42b1424655c0c134905cc3]

        INTEGRATION: CWS sdk14 (1.5.100); FILE MERGED 2005/01/26 14:10:26 mi 1.5.100.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [408d2823b282caeb742275416b0a8630c10eaae2]

        INTEGRATION: CWS visibility02 (1.2.10); FILE MERGED 2005/01/05 05:54:07 mnicel 1.2.10.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [572e0707c7ac905c918fd77125ebe0b409b6fc6b]

        INTEGRATION: CWS sdk14 (1.2.108); FILE MERGED 2005/01/26 14:10:26 mi 1.2.108.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dc9be0eaa85c7c7f7f8b32cfe392e92975ef507c]

        INTEGRATION: CWS visibility02 (1.2.210); FILE MERGED 2005/01/05 05:54:06 mnicel 1.2.210.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [057ad64dcbde89be535731f051e334e2d113bb92]

        INTEGRATION: CWS sdk14 (1.6.50); FILE MERGED 2005/02/02 15:47:58 mi 1.6.50.1: #i33588# since tags corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f463e18dd6201eb7ec2e6fce3dd221489ed2b4ec]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/19 07:03:30 oj 1.2.20.1: #i39922# remove db from stream name

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b04bc9510c75e66752df0d1839ed34577bef2518]

        INTEGRATION: CWS visibility02 (1.2.270); FILE MERGED 2005/01/05 05:54:06 mnicel 1.2.270.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a1696e3e47a3544ca63cd53b857dae736bb306bb]

        INTEGRATION: CWS sdk14 (1.6.164); FILE MERGED 2005/01/26 12:15:52 mi 1.6.164.1: #i40332 # typo corrected

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ee553f8f646db4fa4745c63b92cc995e0455062e]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/28 12:21:55 oj 1.2.20.1: #i39922# new interfaces in hsqldb and some debug info

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [debfcdde9b3d84ffc6aec50e895fa4f349b85684]

        INTEGRATION: CWS visibility02 (1.1.2); FILE ADDED 2005/01/05 05:54:06 mnicel 1.1.2.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6af949413214a5c87d75e041d5688758927ab915]

        INTEGRATION: CWS visibility02 (1.1.1.1.282); FILE MERGED 2005/01/27 16:49:31 mhu 1.1.1.1.282.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [397abc28321ed40c6c40ff40c5677ae22db2e168]

        INTEGRATION: CWS visibility02 (1.2.98); FILE MERGED 2005/01/27 16:41:36 mhu 1.2.98.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3c4a92210b5fbda6e9af44c499b56cf8cc481120]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/28 12:21:55 oj 1.2.20.2: #i39922# new interfaces in hsqldb and some debug info 2005/01/25 08:42:52 oj 1.2.20.1: #i39922# correct stream handling

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [719c131d88bd45a1106f6ecfedaf657fc41c60fe]

        INTEGRATION: CWS visibility02 (1.5.196); FILE MERGED 2005/01/05 05:54:06 mnicel 1.5.196.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d8985cd8e04cd0efa81ce04cb93ef0bdafa9a4af]

        INTEGRATION: CWS visibility02 (1.7.188); FILE MERGED 2005/01/27 18:33:58 mhu 1.7.188.2: #i38608# Modified to compile / link on windows. 2005/01/05 05:54:05 mnicel 1.7.188.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b26211997ca23d9881ad835e81f134c5552c974e]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/28 12:21:54 oj 1.2.20.2: #i39922# new interfaces in hsqldb and some debug info 2005/01/25 08:42:51 oj 1.2.20.1: #i39922# correct stream handling

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1979a44fd5395ad00b97de3a3ef3c9095706056a]

        INTEGRATION: CWS visibility02 (1.5.188); FILE MERGED 2005/01/05 05:54:05 mnicel 1.5.188.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fa4caa98fa873ca5cd33bedef1ebcc783456797a]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/19 07:03:29 oj 1.2.20.1: #i39922# remove db from stream name

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [43751a537802e290870857b1ebb20e8cf2db413a]

        INTEGRATION: CWS visibility02 (1.2.196); FILE MERGED 2005/01/26 18:49:56 mhu 1.2.196.1: #i38608# More classes / symbols need to be exported.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c854b9771734aeda0fb8c13e874d3e29c8240719]

        INTEGRATION: CWS visibility02 (1.5.64); FILE MERGED 2005/01/05 05:54:04 mnicel 1.5.64.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [450808811d87454dad0d46805f783760ab09c032]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/28 12:21:54 oj 1.2.20.3: #i39922# new interfaces in hsqldb and some debug info 2005/01/25 08:42:51 oj 1.2.20.2: #i39922# correct stream handling 2005/01/19 07:03:28 oj 1.2.20.1: #i39922# remove db from stream name

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1ccb904de422c60fe03109029c17d30c861d015d]

        INTEGRATION: CWS extras17 (1.5.520); FILE MERGED 2005/02/02 10:54:17 ih 1.5.520.3: Leitz added 2005/01/20 16:21:19 ih 1.5.520.2: #i38246# Header corrected 2005/01/20 16:17:30 ih 1.5.520.1: #i38246# HERMA labels updated

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b039606dc7da5e0802fbcaafbf504fb8a346aaed]

        INTEGRATION: CWS visibility02 (1.10.196); FILE MERGED 2005/01/05 05:54:04 mnicel 1.10.196.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8da39aebb66f06754b1c075e8b1704578937276d]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/28 12:21:54 oj 1.2.20.3: #i39922# new interfaces in hsqldb and some debug info 2005/01/25 08:42:51 oj 1.2.20.2: #i39922# correct stream handling 2005/01/19 07:03:27 oj 1.2.20.1: #i39922# remove db from stream name

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7101e38f97cc84a30d58322f14b5a448c9501709]

        INTEGRATION: CWS visibility02 (1.4.196); FILE MERGED 2005/01/27 18:33:57 mhu 1.4.196.2: #i38608# Modified to compile / link on windows. 2005/01/05 05:54:04 mnicel 1.4.196.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [71639bfd2f9daac357601f2d56ea6ed37204264b]

        INTEGRATION: CWS visibility02 (1.8.50); FILE MERGED 2005/01/05 05:54:03 mnicel 1.8.50.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [5fe341dac7988c705daee5b76230c03013cd6d60]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/28 12:21:54 oj 1.2.20.3: #i39922# new interfaces in hsqldb and some debug info 2005/01/26 06:54:07 oj 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/19 07:03:26 oj 1.2.20.1: #i39922# remove db from stream name

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [6f1eb3659a98ab0f69fc233f5f4921d3aa879742]

        INTEGRATION: CWS visibility02 (1.1.266); FILE MERGED 2005/01/05 05:54:03 mnicel 1.1.266.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [86b0e55aa4a7e60486950dc6d8e9afe8d3ae03c5]

        INTEGRATION: CWS visibility02 (1.1.266); FILE MERGED 2005/01/05 05:54:02 mnicel 1.1.266.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [839f68033086810aa9d057aa645b6c3bd85f77f6]

        INTEGRATION: CWS visibility02 (1.1.266); FILE MERGED 2005/01/05 05:54:01 mnicel 1.1.266.1: Issue number: 38608 Part of symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [541185c0119069aafccd05333bb1eef8004cc749]

        INTEGRATION: CWS visibility02 (1.1.2); FILE ADDED 2005/01/26 13:56:15 mhu 1.1.2.3: #i38608# Enabled use of '-xldscope=hidden' for sunpro compiler. 2004/12/24 04:46:01 mnicel 1.1.2.2: Updated file headers. 2004/12/22 04:02:29 mnicel 1.1.2.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b8e207235b00d39a844822299df4a11dfadce83f]

        INTEGRATION: CWS visibility02 (1.9.12); FILE MERGED 2005/01/27 11:36:45 mhu 1.9.12.1: #i38608# Added SHLxUSE_EXPORTS=ordinal, cleaned up.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [00289ccd349f57d5bebb3baaa8ceec7db4a12193]

        INTEGRATION: CWS hsqldb2 (1.3.2); FILE MERGED 2005/01/28 12:21:06 oj 1.3.2.2: #i39922# new interfaces in hsqldb 2005/01/26 09:05:07 oj 1.3.2.1: new version of hsqldb

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [a196e5d122d6b07f62456dbbdc1a622352949fd7]

        INTEGRATION: CWS visibility02 (1.15.62); FILE MERGED 2004/12/22 04:02:28 mnicel 1.15.62.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [fcd304b9f442b818f7a6c885d4767dc60a90c0d6]

        INTEGRATION: CWS hsqldb2 (1.3.2); FILE MERGED 2005/01/28 12:21:05 oj 1.3.2.2: #i39922# new interfaces in hsqldb 2005/01/26 09:05:07 oj 1.3.2.1: new version of hsqldb

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [93a37652f9c14803405844a42e9131e23758fbbd]

        INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/28 12:21:05 oj 1.2.20.2: #i39922# new interfaces in hsqldb 2005/01/26 09:05:06 oj 1.2.20.1: new version of hsqldb

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [3b705471a099d8841eed72b75b652929bbd87e81]

        INTEGRATION: CWS visibility02 (1.10.38); FILE MERGED 2004/12/22 04:02:27 mnicel 1.10.38.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [4cd2bd841a7d2affe54c72308df1f57fb32c774a]

        INTEGRATION: CWS hsqldb2 (1.3.2); FILE MERGED 2005/01/26 09:05:06 oj 1.3.2.1: new version of hsqldb

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [09bb1ee1c5b7f8f85cb08b7eb0ca6bbcf082f2e4]

        INTEGRATION: CWS visibility02 (1.21.38); FILE MERGED 2004/12/22 04:02:27 mnicel 1.21.38.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dbc5e7edee2accc66b50ddb2e02aeb2be132b67d]

        INTEGRATION: CWS visibility02 (1.1.2); FILE ADDED 2004/12/24 04:46:01 mnicel 1.1.2.2: Updated file headers. 2004/12/22 04:02:27 mnicel 1.1.2.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ab8f7ccd2fee2429e8aa13150569ebab01d56e43]

        INTEGRATION: CWS visibility02 (1.1.158); FILE MERGED 2004/12/22 04:02:26 mnicel 1.1.158.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [81e551babd9ba43a6153fefe0458b47fca20498a]

        INTEGRATION: CWS visibility02 (1.3.156); FILE MERGED 2004/12/22 04:02:26 mnicel 1.3.156.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b8a57dd12d074d45eb90a0606f86675f942e29d4]

        INTEGRATION: CWS visibility02 (1.3.166); FILE MERGED 2004/12/22 04:02:26 mnicel 1.3.166.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [c7ac07ea4d3a93da8fb882575d83987a1ba76806]

        INTEGRATION: CWS visibility02 (1.2.30); FILE MERGED 2004/12/22 04:02:26 mnicel 1.2.30.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [164a168a3ebca88bf7a81826a56de5abbf7e6a58]

        INTEGRATION: CWS visibility02 (1.3.170); FILE MERGED 2004/12/22 04:02:26 mnicel 1.3.170.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [b841bd996c8deb0d5d7e3b6b179ff692e8023059]

        INTEGRATION: CWS visibility02 (1.1.128); FILE MERGED 2004/12/22 04:02:25 mnicel 1.1.128.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [12a956cdaaa31c933aa5cdd9b914759984364e22]

        INTEGRATION: CWS visibility02 (1.3.164); FILE MERGED 2004/12/22 04:02:25 mnicel 1.3.164.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [523b771494328237a1dd51b07e853a6fddc6386e]

        INTEGRATION: CWS visibility02 (1.2.164); FILE MERGED 2004/12/22 04:02:25 mnicel 1.2.164.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [f41a2b7224702d8ba5bb0dea23532bf68bf91841]

        INTEGRATION: CWS visibility02 (1.2.38); FILE MERGED 2004/12/22 04:02:25 mnicel 1.2.38.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8e0be26337c9a27308648518abedceaf269b8c5d]

        INTEGRATION: CWS vq11 (1.71.8); FILE MERGED 2005/02/13 21:44:03 vq 1.71.8.1: #i42284# Change W32 shell default to tcsh.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [dbafd66d3d326c18b8e44a67c4d1e3b8bd54407f]

        INTEGRATION: CWS visibility02 (1.7.132); FILE MERGED 2004/12/22 04:02:24 mnicel 1.7.132.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [ac419af460783039789fe9e7d596ab4bb438a2dd]

        INTEGRATION: CWS visibility02 (1.4.158); FILE MERGED 2004/12/22 04:02:24 mnicel 1.4.158.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [d7b9e1d01a9acc1a14a085898e36384c2496719a]

        INTEGRATION: CWS visibility02 (1.2.150); FILE MERGED 2004/12/22 04:02:24 mnicel 1.2.150.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0410c006979209d80a4feae7baff58e894dc6842]

        INTEGRATION: CWS visibility02 (1.5.150); FILE MERGED 2004/12/22 04:02:24 mnicel 1.5.150.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [e3da449bea7f2a7c3798d1b58b39cf664cc2bd33]

        INTEGRATION: CWS visibility02 (1.4.130); FILE MERGED 2004/12/22 04:02:24 mnicel 1.4.130.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [1e7079c137f304492dff5b6f00014ad43c845ecc]

        INTEGRATION: CWS visibility02 (1.14.38); FILE MERGED 2004/12/22 04:02:24 mnicel 1.14.38.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [16670401405a1038dd11812aadeb94323d082186]

        INTEGRATION: CWS visibility02 (1.4.130); FILE MERGED 2004/12/22 04:02:23 mnicel 1.4.130.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [14c2cfe2feb5611250d11b8d3b17809a6782a172]

        INTEGRATION: CWS visibility02 (1.1.1.1.172); FILE MERGED 2004/12/22 04:02:23 mnicel 1.1.1.1.172.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [7250d7ac2003a760a3264803795c4db8ab91de42]

        INTEGRATION: CWS vq11 (1.39.22); FILE MERGED 2005/02/13 22:23:24 vq 1.39.22.1: #i29788# Remove last traces of unused $MAC_LIB.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [501e7159d9db224dc477d5a31cd9ae29d1bc9dbf]

        INTEGRATION: CWS visibility02 (1.6.150); FILE MERGED 2004/12/22 04:02:23 mnicel 1.6.150.1: Issue number:38608 Symbol visibility work.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0b369d5ff8855c0489ba0c008a777cc341b63b00]

        INTEGRATION: CWS vq11 (1.89.8); FILE MERGED 2005/02/13 21:44:05 vq 1.89.8.1: #i42284# Change W32 shell default to tcsh.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [cd167e89b4d9cd18eb1672c2d718b59d79b1982d]

        INTEGRATION: CWS vq11 (1.162.26); FILE MERGED 2005/02/13 22:03:40 vq 1.162.26.1: #i29788# Only MSC uses LIB env. variable.

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [501d6ead28e97594ae8fd1230c99e1ed0d74a36a]

        INTEGRATION: CWS dr35 (1.81.222); FILE MERGED 2005/02/15 10:27:08 dr 1.81.222.2: #i42698# german dialog title: Grafik einfuegen -> Bild einfuegen 2005/02/14 15:25:23 dr 1.81.222.1: #i42698# Insert Graphics -> Insert Picture

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [48504db6a31a7f12968f113ab3a7926af58db78c]

        INTEGRATION: CWS winfpickerfixes (1.5.84); FILE MERGED 2005/02/10 08:17:11 tra 1.5.84.1: #i42384#no umlauts in us ascii strings

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0107dbec5883ff483324f3284ec3ebc5517fbceb]

        INTEGRATION: CWS winfpickerfixes (1.7.8); FILE MERGED 2005/02/10 08:16:06 tra 1.7.8.1: #i41515#removed useless assertion

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8daed9286a85b9031a0f0dce836dd672119b2d4b]

        INTEGRATION: CWS slideshowgcc (1.2.4); FILE MERGED 2005/02/11 17:49:09 hjs 1.2.4.1: #i42579# workaround gcc bug

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [2bfed83e291474f901f8da5621cab556f42b842d]

        INTEGRATION: CWS winfpickerfixes (1.11.84); FILE MERGED 2005/02/11 12:15:39 tra 1.11.84.1: #i40865#enlargment of the standard control labels for space consuming languages

2005-02-16  Vladimir Glazounov  <vg@openoffice.org>  [544f514bbf3ee072459775db36f5d1313db66b4c]

        INTEGRATION: CWS winfpickerfixes (1.21.36); FILE MERGED 2005/02/11 12:15:39 tra 1.21.36.1: #i40865#enlargment of the standard control labels for space consuming languages

2005-02-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d571e83367296c7886d6f2f29572d4366936d64a]

        #i10000#: exeecute minimal python script after creating executables. Running the minimal script ensures that certain *.pyc files are generated which would otherwise be created on solver during registration in insetoo_native

2005-02-16  Rüdiger Timm  <rt@openoffice.org>  [0d9fedf9043f6fb2f9000a9049b1d2d863dc7c70]

        #i10000# Make last change work for unix, too: add SOLARLIBDIR to PYTHONPATH because pyuno.so is needed to register pythonscript.py

2005-02-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcd5196685781d24930cfc4f0af7e648688df953]

        #i10000#: copy *.py to (BIN); otherwise we'll end up with *.pyc files on solver during registering pyuno

2005-02-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [4965dfbd524bc551bc7184807d29880d2fac4d8b]

        #i10000#: deliver *.py to pyuno subdir of bin/lib; otherwise we'll end up with *.pyc files on solver during registering pyuno in instsetoo_native

2005-02-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f2378fffc29bc0ad6977764d26e74444f07783f]

        #i10000#: deliver *.py to pyuno subdir of bin/lib; otherwise we'll end up with *.pyc files on solver during registering pyuno in instsetoo_native

2005-02-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [397c24cdd44a3b2ab4f0d6da6cb3cddc1c03320d]

        #i10000# export PYTHONPATH to get loader registered on windows

2005-02-15  Vladimir Glazounov  <vg@openoffice.org>  [286f068ac71e3890f3b3fa0208382876ac6fc486]

        new version for SRC680

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e786ffa953b2d0e8d3a7b177516ed4779d6b414d]

        #i10000#: no return value from create_services_rdb

2005-02-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [273b88a0ca8cdfb14fd19c97d68b2b085ab48e96]

        #i10000# force expanding to get a valid export in tg_ext.mk

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [18a381444598619ca76dd47bb3663edda7f73480]

        INTEGRATION: CWS babelfish06 (1.3.14); FILE MERGED 2005/01/28 13:57:39 ihi 1.3.14.1: #i37036# German translations merged

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f58f62c63ff6fd33dea7fb2d8bc4fe338b697f3]

        INTEGRATION: CWS babelfish06 (1.77.214); FILE MERGED 2005/02/03 17:12:45 pjanik 1.77.214.1: #i41927#: Remove spaces before "..." in the menu item.

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8809902f7083dc81c86856408f4be24a02cc2024]

        INTEGRATION: CWS babelfish06 (1.7.14); FILE MERGED 2005/02/03 17:15:17 pjanik 1.7.14.1: #i41927#: Remove spaces before "..." in the menu item.

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d84071259387d84b425b23bbc96252460a66aee5]

        INTEGRATION: CWS babelfish06 (1.2.64); FILE MERGED 2005/01/28 13:57:43 ihi 1.2.64.1: #i37036# German translations merged

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [19d8e84b81142315da90d5c908853df88df0d480]

        INTEGRATION: CWS babelfish06 (1.2.64); FILE MERGED 2005/01/28 13:57:42 ihi 1.2.64.1: #i37036# German translations merged

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [482942176b6dbf838e161dbcdbdd8d7de22437f7]

        INTEGRATION: CWS babelfish06 (1.2.24); FILE MERGED 2005/01/28 13:57:41 ihi 1.2.24.1: #i37036# German translations merged

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb3ef900802795c465b52c538eaf6fa20bbb286e]

        INTEGRATION: CWS babelfish06 (1.2.64); FILE MERGED 2005/01/28 13:57:41 ihi 1.2.64.1: #i37036# German translations merged

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a225d2f666223bd06156bd2c9b3d646840de49f]

        INTEGRATION: CWS babelfish06 (1.2.64); FILE MERGED 2005/01/28 13:57:37 ihi 1.2.64.1: #i37036# German translations merged

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba7332474136a44580a33dda856f4aba5504ca5c]

        INTEGRATION: CWS babelfish06 (1.72.384); FILE MERGED 2005/02/03 17:14:09 pjanik 1.72.384.1: #i41927#: Remove spaces before "..." in the menu item.

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [53b13bafb5ccfde74769ca2d8a83e4e432306713]

        INTEGRATION: CWS babelfish06 (1.28.488); FILE MERGED 2005/02/03 17:17:43 pjanik 1.28.488.1: #i41927#: Remove spaces before "..." in the menu item.

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [097253aa55200d1c4aaf3123c2adccc6df631690]

        INTEGRATION: CWS babelfish06 (1.44.4); FILE MERGED 2005/01/28 17:27:14 ihi 1.44.4.1: #i41371# german list strings fix

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb72dec3f62533209ce9d095baf2dbd61c669571]

        INTEGRATION: CWS babelfish06 (1.11.14); FILE MERGED 2005/01/28 17:27:13 ihi 1.11.14.1: #i41371# german list strings fix

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6c2b9281e8d5b45208fb237243bcee1e4aecbd7]

        INTEGRATION: CWS babelfish06 (1.29.388); FILE MERGED 2005/02/07 11:04:56 pjanik 1.29.388.1: #i41926#: "outer" -> "Outer".

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [904300251470cd1da54946f74b471dc5fa33b669]

        INTEGRATION: CWS babelfish06 (1.1.1.1.24); FILE MERGED 2005/02/07 13:54:07 ihi 1.1.1.1.24.1: #i41611# en-us -> en-US joined from cws babelfish07

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f472333fbdd61c746ff2609e9f565cb4bc9219d7]

        INTEGRATION: CWS babelfish06 (1.1.1.1.24); FILE MERGED 2005/02/07 13:54:06 ihi 1.1.1.1.24.1: #i41611# en-us -> en-US joined from cws babelfish07

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d918e8c87c160ed1283deca60beb348cb963a20]

        INTEGRATION: CWS babelfish06 (1.2.18); FILE MERGED 2005/02/03 17:10:59 pjanik 1.2.18.1: #i41927#: Remove spaces before "..." in the menu item.

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a9b68b148b1e4c8ae9b7fc73ec245f7bb6e52cc]

        INTEGRATION: CWS babelfish06 (1.12.14); FILE MERGED 2005/02/13 21:30:38 ihi 1.12.14.5: #i38279# typo 2005/02/13 20:55:02 ihi 1.12.14.4: #i38279# Readme update 2005/02/09 17:08:29 ihi 1.12.14.3: #i38279# update 2005/01/31 16:54:47 ihi 1.12.14.2: #i38279# OOo 2.0 readme / remoce cs entry 2005/01/31 16:31:13 ihi 1.12.14.1: #i38279# OOo 2.0 readme

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f882d40dd93ddb09bf78d4c3512215e0c85cbb2c]

        INTEGRATION: CWS babelfish06 (1.22.44); FILE MERGED 2005/01/26 15:51:51 ihi 1.22.44.1: #i41329# PDF Options workarround

2005-02-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c0125d98fb8c45768818514166040e4b834ba74]

        SRC680

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c7961d89fd6b75285a5d3550fe8519dab02b725]

        INTEGRATION: CWS pj17 (1.12.20); FILE MERGED 2005/02/03 17:22:22 gh 1.12.20.2: RESYNC: (1.12-1.15); FILE MERGED 2005/01/22 18:05:30 pjanik 1.12.20.1: #i41132#: Add back the library tfu and resource files.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [153d7a1c04e0a04c0086b796031970a38df570f2]

        INTEGRATION: CWS pj17 (1.1.1.1.264); FILE MERGED 2005/02/07 13:32:28 gh 1.1.1.1.264.1: fixed encoding

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ce70c591d5c17f4f610c761dcd825dcea55b795]

        INTEGRATION: CWS pj17 (1.3.82); FILE MERGED 2005/01/22 18:08:10 pjanik 1.3.82.1: #i10000#, #i41132#: Fix syntax error/typo.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccc550d7f685a1c776888cf05012b868daa2bee8]

        INTEGRATION: CWS pj17 (1.1.1.1.264); FILE MERGED 2005/02/10 10:45:33 gh 1.1.1.1.264.3: more tuning to make it work nicely under windows too 2005/02/09 09:29:37 gh 1.1.1.1.264.2: finetuning 2005/02/07 17:05:49 gh 1.1.1.1.264.1: some fixes for 32 bit random numbers + enhanced invisible

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [365266ba9d864986ff3167a35884bb6d9e6f5b1c]

        INTEGRATION: CWS pj17 (1.5.98); FILE MERGED 2005/01/22 18:09:07 pjanik 1.5.98.1: #i10000#, #i41132#: Update to the current naming scheme.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc80b47398faf6cbe23e62f2c45d2f36f981dc90]

        INTEGRATION: CWS pj17 (1.2.82); FILE MERGED 2005/02/07 17:05:49 gh 1.2.82.1: some fixes for 32 bit random numbers + enhanced invisible

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d043e797c89375fac45db3e65b27dd4fc65c747b]

        INTEGRATION: CWS pj17 (1.4.82); FILE MERGED 2005/02/07 17:05:49 gh 1.4.82.1: some fixes for 32 bit random numbers + enhanced invisible

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e432661760a69048012ce36fdb8713fa3b46e392]

        INTEGRATION: CWS pj17 (1.12.42); FILE MERGED 2005/01/22 18:11:55 pjanik 1.12.42.1: #i41132#: Deliver also libtfu.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb744b246000206002cc14024eaf70c49c1c8353]

        INTEGRATION: CWS pj17 (1.7.14); FILE MERGED 2005/01/22 18:09:49 pjanik 1.7.14.1: #i41132#: Add missing dependency.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [76cb1517c2f6d95b5014dee14a006c34f8adb5a6]

        INTEGRATION: CWS pj17 (1.32.76); FILE MERGED 2005/02/09 16:28:34 gh 1.32.76.3: do not unload used module 2005/02/07 19:00:09 pjanik 1.32.76.2: #i41132#: Do not link with libtfu, load it dynamically when needed. 2005/01/22 18:07:28 pjanik 1.32.76.1: #i41132#: Bring the caller back, update to new resmgr code.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2f84c5ba9f3de61dd2685e080c5a1f07f977ec9]

        INTEGRATION: CWS pj17 (1.1.2); FILE ADDED 2005/01/22 19:08:45 pjanik 1.1.2.1: #i41132#: Copy images to the right place.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4624ff56dda99321f5c83ba8c01c4439a7ee26cd]

        INTEGRATION: CWS pj17 (1.1.2); FILE ADDED 2005/01/22 19:08:44 pjanik 1.1.2.1: #i41132#: Copy images to the right place.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4dc33b413f25706ce2c80bf5f4cf5301faab097]

        INTEGRATION: CWS pj17 (1.1.2); FILE ADDED 2005/01/22 19:08:43 pjanik 1.1.2.1: #i41132#: Copy images to the right place.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2a0f539bea5b341b186aaa93a07c402c1584172]

        INTEGRATION: CWS pj17 (1.1.2); FILE ADDED 2005/01/22 19:08:42 pjanik 1.1.2.1: #i41132#: Copy images to the right place.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [077eaa43c3f6008dd50dca9ab83d8ccd2c4322ba]

        INTEGRATION: CWS pj17 (1.1.2); FILE ADDED 2005/01/22 19:08:41 pjanik 1.1.2.1: #i41132#: Copy images to the right place.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [170c368c6e5f68d4b05162055ba8799da1cfa77c]

        INTEGRATION: CWS pj17 (1.1.2); FILE ADDED 2005/01/22 19:08:40 pjanik 1.1.2.1: #i41132#: Copy images to the right place.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [17487eecec780569d1150b829b329cd86b1e130c]

        INTEGRATION: CWS pj17 (1.1.2); FILE ADDED 2005/01/22 19:08:39 pjanik 1.1.2.1: #i41132#: Copy images to the right place.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e5d6d0fab465047daa171b526ce20f1774c00e2]

        INTEGRATION: CWS pj17 (1.1.2); FILE ADDED 2005/01/22 19:08:38 pjanik 1.1.2.1: #i41132#: Copy images to the right place.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f9f2e2be05cd6b2e688048d23216cbab821fc35]

        INTEGRATION: CWS pj17 (1.1.2); FILE ADDED 2005/01/22 19:08:37 pjanik 1.1.2.1: #i41132#: Copy images to the right place.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [56ea173c0f0d720d9637f0df379422ef7af4ccbd]

        INTEGRATION: CWS pj17 (1.1.2); FILE ADDED 2005/01/22 19:08:36 pjanik 1.1.2.1: #i41132#: Copy images to the right place.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec914be39ce1bc756230ef66678d3c2f33aa88ca]

        INTEGRATION: CWS vq09 (1.69.2); FILE MERGED 2005/02/03 20:28:24 vq 1.69.2.3: #i39743# Regenerate configure. 2005/01/28 20:55:24 vq 1.69.2.2: RESYNC: (1.69-1.70); FILE MERGED 2005/01/27 23:39:29 vq 1.69.2.1: #i39743# Detect library directory for newer directx sdk.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [90963f5ae4cc18a2b8282d4ad829dc11036a188b]

        INTEGRATION: CWS vq09 (1.39.2); FILE MERGED 2005/01/27 23:39:30 vq 1.39.2.1: #i39743# Detect library directory for newer directx sdk.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f045e899b3fea5cb27e450752c4144e97d51714b]

        INTEGRATION: CWS vq09 (1.87.2); FILE MERGED 2005/01/28 20:55:10 vq 1.87.2.2: RESYNC: (1.87-1.88); FILE MERGED 2005/01/27 23:39:30 vq 1.87.2.1: #i39743# Detect library directory for newer directx sdk.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b03a1f07ff98ae90d146958adba954393f702bc4]

        INTEGRATION: CWS vq09 (1.70.54); FILE MERGED 2005/01/31 15:31:34 vq 1.70.54.3: #i41571# Cosmetic changes. 2005/01/28 18:13:05 vq 1.70.54.2: #i41571# Quick clean-up for wnt.mk. 2005/01/28 16:59:59 cmc 1.70.54.1: #i41560# add JAVAI to cygwin

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b5de728dff99e01102c0a6ba5e22bcbd7215d1a]

        INTEGRATION: CWS vq09 (1.21.58); FILE MERGED 2005/01/29 05:37:50 vq 1.21.58.1: #i41571# The /COMMENT:.. switch needs to be preserved.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac430053189b340baed6cff461e14b414b982f49]

        INTEGRATION: CWS configure5 (1.71.2); FILE MERGED 2005/02/07 10:43:16 rene 1.71.2.4: #i42152#
        
        we need to check for gconf-2.0, too
        2005/02/05 20:43:16 rene 1.71.2.3: #i41589#
        
        honour QTDIR also for the lib...
        2005/02/05 13:04:14 rene 1.71.2.2: check for gnome-vfs-2.0 in configure
        2005/02/05 12:54:47 rene 1.71.2.1: #i42111# add FreeBSD to the Xinerama check
        #i42109# FreeBSD porting : cleanup configure

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [215d3691d41d767fcc95f14b53ef2fbec7604f60]

        INTEGRATION: CWS configure5 (1.39.14); FILE MERGED 2005/02/05 13:04:16 rene 1.39.14.1: check for gnome-vfs-2.0 in configure

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d25c710f15f9e38e40fb515adb2b740a7955f8e4]

        INTEGRATION: CWS configure5 (1.89.2); FILE MERGED 2005/02/07 10:43:20 rene 1.89.2.4: #i42152#
        
        we need to check for gconf-2.0, too
        2005/02/05 20:43:17 rene 1.89.2.3: #i41589#
        
        honour QTDIR also for the lib...
        2005/02/05 13:04:16 rene 1.89.2.2: check for gnome-vfs-2.0 in configure
        2005/02/05 12:54:26 rene 1.89.2.1: #i42111# add FreeBSD to the Xinerama check
        #i42109# FreeBSD porting : cleanup configure

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a33b2d3b9a88897960687605dd1dbee56fc03bba]

        INTEGRATION: CWS ause020 (1.10.172); FILE MERGED 2005/02/11 10:55:54 hjs 1.10.172.1: #i42269# support visibility feature

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffdf11e0e85be787b7fea524b4f96e08366177d2]

        INTEGRATION: CWS ause020 (1.14.172); FILE MERGED 2005/02/11 10:55:54 hjs 1.14.172.1: #i42269# support visibility feature

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f42f4fb0b459fdaf5a276750c4106ec97628239]

        INTEGRATION: CWS ause020 (1.14.54); FILE MERGED 2005/02/10 19:43:48 hjs 1.14.54.1: #i42456# fix numbering of image directories

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [77145b183f3e897c7d9d112422cc81cbde942908]

        INTEGRATION: CWS ause020 (1.13.54); FILE MERGED 2005/02/10 19:43:49 hjs 1.13.54.1: #i42456# fix numbering of image directories

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c57f7a81f6ea55f2973aa226a6f0c7562c4154f4]

        INTEGRATION: CWS dmakevercheck (1.71.6); FILE MERGED 2005/02/10 01:11:09 vq 1.71.6.3: #i38850# Cosmetic fix. 2005/02/09 15:01:46 vq 1.71.6.2: #i38850# The old dmake version identifies itself as 4.10 PL 0. Check added. 2005/02/09 11:15:46 rene 1.71.6.1: #i38850# check dmake version

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e35c914234e9215e0450eb2575c1e11d7e2d80bb]

        INTEGRATION: CWS dmakevercheck (1.89.6); FILE MERGED 2005/02/10 01:11:11 vq 1.89.6.3: #i38850# Cosmetic fix. 2005/02/09 15:01:48 vq 1.89.6.2: #i38850# The old dmake version identifies itself as 4.10 PL 0. Check added. 2005/02/09 11:15:51 rene 1.89.6.1: #i38850# check dmake version

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fe693274d29507e2bd2a9b1a3ee0350e416d00f]

        INTEGRATION: CWS pyunofixes1 (1.6.32); FILE MERGED 2005/01/05 15:15:46 toconnor 1.6.32.2: #i37468# fix logic error in previous change Issue number: Submitted by: Reviewed by: 2004/12/21 12:46:34 toconnor 1.6.32.1: #i37468# allow deployment of scripts without parcel-descriptor.xml files Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [766728fd4a22c2adfac7a1884c574fd05eda1505]

        INTEGRATION: CWS pyunofixes1 (1.3.14); FILE MERGED 2004/12/19 20:52:13 jbu 1.3.14.1: #i25309# removed pyiuno.ini, now bootstrapping via standard uno.ini

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [359f9b802e12fbfa04f468acff5c8e4447b64dd2]

        INTEGRATION: CWS pyunofixes1 (1.5.14); FILE MERGED 2005/01/16 21:26:11 jbu 1.5.14.2: RESYNC: (1.5-1.7); FILE MERGED 2004/12/12 19:26:38 jbu 1.5.14.1: #i25309# removed the obsolete native pythonscript component, added flag for uno-component for pythonscript.py file

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0f8216363056b97d280ddea84b7290901d6bebb]

        INTEGRATION: CWS pyunofixes1 (1.2.38); FILE MERGED 2004/11/24 17:04:41 toconnor 1.2.38.1: #i37415# add new ScriptURIHelper service to Scripting Framework Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a11ea1fc6e37b614939d0b5fde2729898b961066]

        INTEGRATION: CWS pyunofixes1 (1.1.2); FILE ADDED 2004/11/24 17:04:41 toconnor 1.1.2.1: #i37415# add new ScriptURIHelper service to Scripting Framework Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c82727cd496244702a4b4a91dfdf9adaac418557]

        INTEGRATION: CWS pyunofixes1 (1.1.2); FILE ADDED 2004/11/24 17:04:40 toconnor 1.1.2.1: #i37415# add new ScriptURIHelper service to Scripting Framework Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [678a4a2b49147b0fa17a93134cefbacec9ea5c15]

        INTEGRATION: CWS pyunofixes1 (1.7.10); FILE MERGED 2004/12/19 21:01:05 jbu 1.7.10.1: #i29685# numeric locale is now set to 'C' when entering python realms

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [21c30ab37fd6520d654f125316c74c840c30e0a3]

        INTEGRATION: CWS pyunofixes1 (1.7.2); FILE MERGED 2004/12/19 20:57:54 jbu 1.7.2.1: #i31159# struct any members can now be assigned with uno.Any

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [71ff0547fdea4dc7567f7826e68d1f691f11db81]

        INTEGRATION: CWS pyunofixes1 (1.2.24); FILE MERGED 2005/01/19 23:13:26 jbu 1.2.24.1: #i37468# reduced liklyhood of crashing after main with extra checks

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [207acbdb923bd09cf1f1d0552113dabb33fa33db]

        INTEGRATION: CWS pyunofixes1 (1.5.24); FILE MERGED 2004/12/05 14:44:25 jbu 1.5.24.1: #i25309# multiple outparameters per call were broken, fixed now

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b1e396d827b040908ef74fcd6044d1b84fd4844]

        INTEGRATION: CWS pyunofixes1 (1.5.24); FILE MERGED 2004/12/19 20:57:54 jbu 1.5.24.1: #i31159# struct any members can now be assigned with uno.Any

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e99363c1d5378bc450f860a879f2dcc0720443d5]

        INTEGRATION: CWS pyunofixes1 (1.5.2); FILE MERGED 2005/01/20 21:26:09 jbu 1.5.2.1: #i38026# file and symlink are now correctly delivered, caused problems on some linux systems

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1c6eb2e6dc8ed1f64d5c618332d8d64324abed9]

        INTEGRATION: CWS pyunofixes1 (1.3.2); FILE MERGED 2005/01/17 22:39:24 jbu 1.3.2.1: #i40181# python builds now on FreeBSD

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba1599a8546b7162a8cab415451b007f513b1fcf]

        INTEGRATION: CWS pyunofixes1 (1.4.48); FILE MERGED 2005/01/06 14:11:54 toconnor 1.4.48.1: #i25267# editor for python scripts Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5fd6044de759d4b4d1244cefb739af7a88b0900]

        INTEGRATION: CWS pyunofixes1 (1.1.2); FILE ADDED 2005/01/06 14:11:53 toconnor 1.1.2.1: #i25267# editor for python scripts Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ae2246676be75055368b73efd307fe82b6c67fd]

        INTEGRATION: CWS pyunofixes1 (1.3.8); FILE MERGED 2005/02/02 15:40:27 toconnor 1.3.8.6: #i25309# ensure that a valid value is return by ScriptContext.getDocument() Issue number: Submitted by: Reviewed by: 2005/01/19 23:11:07 jbu 1.3.8.5: #i37468# reworked logging, cleanup 2005/01/09 22:06:58 jbu 1.3.8.4: #i37468# XNameContainer in the PackageProvider is now implemented correctly, save and run buttons now do something sensible 2005/01/06 14:11:54 toconnor 1.3.8.3: #i25267# editor for python scripts Issue number: Submitted by: Reviewed by: 2005/01/02 20:47:13 jbu 1.3.8.2: #i37468# better uno-packages-support added 2004/12/12 19:39:35 jbu 1.3.8.1: #i25309# removed native part of python provider, python part has been reimplemented completely

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ca6336f1a7eb99c0c57ec18eb18d486844f163d]

        INTEGRATION: CWS pyunofixes1 (1.4.24); FILE MERGED 2004/12/12 19:39:35 jbu 1.4.24.1: #i25309# removed native part of python provider, python part has been reimplemented completely

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f47c0b12e1e1cb4caa6222e99896940350279d6e]

        INTEGRATION: CWS pyunofixes1 (1.7.32); FILE MERGED 2004/11/26 13:31:59 toconnor 1.7.32.1: #i37415# add helper for storage and script URIs Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [82dc9f79b51ee2330b06021d25b5dd4a5e6967b7]

        INTEGRATION: CWS pyunofixes1 (1.1.2); FILE ADDED 2004/11/26 13:31:58 toconnor 1.1.2.1: #i37415# add helper for storage and script URIs Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5fe7e285d5865c7ea674246db654bb278218c03]

        INTEGRATION: CWS pyunofixes1 (1.1.2); FILE ADDED 2005/01/05 15:58:35 toconnor 1.1.2.7: #i37468# ensure directory exists before getting contents Issue number: Submitted by: Reviewed by: 2004/12/22 11:48:45 toconnor 1.1.2.6: #i37468# use | as separator in language part of script URI Issue number: Submitted by: Reviewed by: 2004/12/21 13:07:06 toconnor 1.1.2.5: #i37468# add support for Python scripts in UNO packages Issue number: Submitted by: Reviewed by: 2004/12/19 20:50:31 jbu 1.1.2.4: #i25309# removed obsolete user suffix 2004/12/19 19:19:46 jbu 1.1.2.3: #i25309# inifilenaming now works also on windows 2004/12/05 08:57:49 jbu 1.1.2.2: #i25309# removed file existence check to e.g. allow to add function names to uris 2004/11/26 13:31:58 toconnor 1.1.2.1: #i37415# add helper for storage and script URIs Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [023363bbbdfad98f7c1c36be518b74320e2cd21f]

        INTEGRATION: CWS pyunofixes1 (1.13.8); FILE MERGED 2004/12/21 13:07:06 toconnor 1.13.8.2: #i37468# add support for Python scripts in UNO packages Issue number: Submitted by: Reviewed by: 2004/11/26 13:31:58 toconnor 1.13.8.1: #i37415# add helper for storage and script URIs Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [40aa72a440b90a5e41c2b6ecbb084f6ff89e3ae3]

        INTEGRATION: CWS pyunofixes1 (1.5.10); FILE MERGED 2005/01/05 15:57:44 toconnor 1.5.10.1: #i37468# fix errors related to uno package scripts Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [69208f908b3a09221ca3f14c8ae53397e2a94aad]

        INTEGRATION: CWS pyunofixes1 (1.5.8); FILE MERGED 2005/01/05 15:57:43 toconnor 1.5.8.1: #i37468# fix errors related to uno package scripts Issue number: Submitted by: Reviewed by:

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e997caf0e8e181063faa14cf5de0811ec6679bc4]

        INTEGRATION: CWS pyunofixes1 (1.1.2); FILE ADDED 2004/12/19 16:16:39 jbu 1.1.2.1: #i25309# added table sample

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e495fa89994808aa31c8a94d202643c9c2976ce6]

        INTEGRATION: CWS pyunofixes1 (1.1.2); FILE ADDED 2004/12/12 19:46:22 jbu 1.1.2.1: Ã#i25309# moved scripts one level higher, as files are now also container for scripts

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [422854eab62c3fbbe21b815e7d28e1611bc9251d]

        INTEGRATION: CWS pyunofixes1 (1.1.2); FILE ADDED 2005/02/01 15:04:20 toconnor 1.1.2.2: #i25309# fix typo in python example Issue number: Submitted by: Reviewed by: 2004/12/12 19:46:22 jbu 1.1.2.1: Ã#i25309# moved scripts one level higher, as files are now also container for scripts

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [81dc91212b0e160a3a094e387430b473e3634684]

        INTEGRATION: CWS pyunofixes1 (1.5.40); FILE MERGED 2005/01/16 15:56:02 jbu 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/12 19:46:01 jbu 1.5.40.1: Ã#i25309# moved scripts one level higher, as files are now also container for scripts

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c09e2ed9aa62d5c86dd12d22782143e1d4ce1bed]

        INTEGRATION: CWS pyunofixes1 (1.15.42); FILE MERGED 2005/01/19 23:09:28 jbu 1.15.42.2: #i38864# added workaround for cygwin to avoid warnings 2004/12/19 16:04:38 jbu 1.15.42.1: #i38864# enabling python components for the packaging process

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b25645f8bd88d7c719edfb89e3b5ba166838287c]

        INTEGRATION: CWS pyunofixes1 (1.2.8); FILE MERGED 2004/12/19 21:05:39 jbu 1.2.8.1: #i31159# checks now for assigning anys to structs members

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2747e52cb858470db8d91c619989ac3e0e719ddb]

        INTEGRATION: CWS buildcond02 (1.7.10); FILE MERGED 2004/12/09 14:35:27 mmeeks 1.7.10.1: Issue number: #i29937# #i36764# #i35742# Submitted by: mmeeks
        
        Allow binfilter to be disabled & not packaged
        Fix bugs with system python packaging
        Allow myspell dictionaries not to be packaged.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2ab167ef446a81155aa06c3478171e8490f8f60]

        INTEGRATION: CWS buildcond02 (1.13.10); FILE MERGED 2005/01/31 13:25:29 mmeeks 1.13.10.2: RESYNC: (1.13-1.20); FILE MERGED 2004/12/09 14:35:26 mmeeks 1.13.10.1: Issue number: #i29937# #i36764# #i35742# Submitted by: mmeeks
        
        Allow binfilter to be disabled & not packaged
        Fix bugs with system python packaging
        Allow myspell dictionaries not to be packaged.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcc1f5e605e103a7d2558511496404719b7ffc33]

        INTEGRATION: CWS buildcond02 (1.14.10); FILE MERGED 2005/01/06 17:20:07 mmeeks 1.14.10.2: RESYNC: (1.14-1.16); FILE MERGED 2004/12/09 14:35:25 mmeeks 1.14.10.1: Issue number: #i29937# #i36764# #i35742# Submitted by: mmeeks
        
        Allow binfilter to be disabled & not packaged
        Fix bugs with system python packaging
        Allow myspell dictionaries not to be packaged.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [59d38c4282f3e96cf0a8d76b50ace574bd7e5daa]

        INTEGRATION: CWS buildcond02 (1.71.10); FILE MERGED 2005/01/31 13:25:40 mmeeks 1.71.10.3: RESYNC: (1.75-1.81); FILE MERGED 2005/01/06 17:19:41 mmeeks 1.71.10.2: RESYNC: (1.71-1.75); FILE MERGED 2004/12/09 14:35:25 mmeeks 1.71.10.1: Issue number: #i29937# #i36764# #i35742# Submitted by: mmeeks
        
        Allow binfilter to be disabled & not packaged
        Fix bugs with system python packaging
        Allow myspell dictionaries not to be packaged.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1eb344c90e8e5d2bd9860c531af4f55ec21e2ad]

        INTEGRATION: CWS buildcond02 (1.6.24); FILE MERGED 2004/12/09 14:35:24 mmeeks 1.6.24.1: Issue number: #i29937# #i36764# #i35742# Submitted by: mmeeks
        
        Allow binfilter to be disabled & not packaged
        Fix bugs with system python packaging
        Allow myspell dictionaries not to be packaged.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c96f8f906b38fd774c6f381299af8ddddf8a367c]

        INTEGRATION: CWS buildcond02 (1.10.24); FILE MERGED 2005/01/31 13:28:25 mmeeks 1.10.24.2: RESYNC: (1.10-1.12); FILE MERGED 2004/12/09 14:35:24 mmeeks 1.10.24.1: Issue number: #i29937# #i36764# #i35742# Submitted by: mmeeks
        
        Allow binfilter to be disabled & not packaged
        Fix bugs with system python packaging
        Allow myspell dictionaries not to be packaged.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5725b5db7fde2b19ea3a1d1f984e58538f53d19a]

        INTEGRATION: CWS buildcond02 (1.4.192); FILE MERGED 2004/12/09 14:35:23 mmeeks 1.4.192.1: Issue number: #i29937# #i36764# #i35742# Submitted by: mmeeks
        
        Allow binfilter to be disabled & not packaged
        Fix bugs with system python packaging
        Allow myspell dictionaries not to be packaged.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c2605c40f59dfe075b9a2c6ae5a52d09cda627d]

        INTEGRATION: CWS buildcond02 (1.11.24); FILE MERGED 2005/01/31 13:27:10 mmeeks 1.11.24.2: RESYNC: (1.11-1.13); FILE MERGED 2004/12/09 14:35:22 mmeeks 1.11.24.1: Issue number: #i29937# #i36764# #i35742# Submitted by: mmeeks
        
        Allow binfilter to be disabled & not packaged
        Fix bugs with system python packaging
        Allow myspell dictionaries not to be packaged.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe896b79f679fae36e7ccf3659461db7ac20e8f1]

        INTEGRATION: CWS buildcond02 (1.8.22); FILE MERGED 2005/01/31 13:23:14 mmeeks 1.8.22.3: RESYNC: (1.9-1.11); FILE MERGED 2005/01/06 17:19:22 mmeeks 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/09 19:52:41 mmeeks 1.8.22.1: Issue number: #i35742# Submitted by: mmeeks Fix python conditional.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d248b57ef7e5babc885988442c81896d118721a2]

        INTEGRATION: CWS buildcond02 (1.5.68); FILE MERGED 2004/12/09 16:43:09 mmeeks 1.5.68.1: Issue number: #i35742# Submitted by: mmeeks Conditionalize zlib.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0cb82f03ec8d77466e94303d8f749518487164f]

        INTEGRATION: CWS buildcond02 (1.9.30); FILE MERGED 2004/12/09 16:19:08 mmeeks 1.9.30.1: Issue number: #i35742# Submitted by: mmeeks Conditionalise libxml2 dependency

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [65216996e5433837ccc7332e94ce9eb949d08617]

        INTEGRATION: CWS buildcond02 (1.8.2); FILE MERGED 2005/01/06 17:15:48 mmeeks 1.8.2.3: RESYNC: (1.10-1.11); FILE MERGED 2004/12/10 13:58:10 mmeeks 1.8.2.2: resync to m65. 2004/12/09 14:46:49 mmeeks 1.8.2.1: Issue number: #i35742# Submitted by: mmeeks
        
        Conditionalise misc. dependencies.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [15fceb86e70e7f064f965e2924cf1302f1cdd4e8]

        INTEGRATION: CWS buildcond02 (1.3.24); FILE MERGED 2004/12/09 16:43:34 mmeeks 1.3.24.1: Issue number: #i35742# Submitted by: mmeeks Conditionalize zlib.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab37190e30781009c60fc750463ae33e6e1e4f81]

        INTEGRATION: CWS buildcond02 (1.5.20); FILE MERGED 2004/12/09 16:33:43 mmeeks 1.5.20.1: #i35742# Conditionalize libxml* & moz dependencies.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae649b2d3917403db6fedd45b6272437a0f44d19]

        INTEGRATION: CWS buildcond02 (1.26.8); FILE MERGED 2005/01/31 13:20:39 mmeeks 1.26.8.5: RESYNC: (1.29-1.39); FILE MERGED 2005/01/06 17:15:00 mmeeks 1.26.8.4: RESYNC: (1.27-1.29); FILE MERGED 2004/12/10 14:03:26 mmeeks 1.26.8.3: RESYNC: (1.26-1.27); FILE MERGED 2004/12/09 14:44:29 mmeeks 1.26.8.2: Issue number: #i29937# Submitted by: mmeeks
        
        Add myspell dictionary packaging disablement.
        2004/12/09 14:32:25 mmeeks 1.26.8.1: Issue number: #i35742#
        Submitted by: mmeeks
        
        Add BUILD_TYPE conditionals & --with-binfilter conditional.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [978292a75e180be63c1b9829e181a11dece92b80]

        INTEGRATION: CWS buildcond02 (1.77.8); FILE MERGED 2005/01/31 13:20:09 mmeeks 1.77.8.6: RESYNC: (1.80-1.88); FILE MERGED 2005/01/06 17:14:35 mmeeks 1.77.8.5: RESYNC: (1.78-1.80); FILE MERGED 2004/12/10 14:03:05 mmeeks 1.77.8.4: RESYNC: (1.77-1.78); FILE MERGED 2004/12/09 16:47:27 mmeeks 1.77.8.3: Issue number: #i35742# Submitted by: mmeeks Conditionalize a scad of things with BUILD_TYPE 2004/12/09 14:44:28 mmeeks 1.77.8.2: Issue number: #i29937# Submitted by: mmeeks
        
        Add myspell dictionary packaging disablement.
        2004/12/09 14:32:24 mmeeks 1.77.8.1: Issue number: #i35742#
        Submitted by: mmeeks
        
        Add BUILD_TYPE conditionals & --with-binfilter conditional.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e6ffc3ca53e84a60dbe603832959f61e9f1ed0a]

        INTEGRATION: CWS buildcond02 (1.19.42); FILE MERGED 2005/01/31 13:18:31 mmeeks 1.19.42.2: RESYNC: (1.19-1.20); FILE MERGED 2004/12/09 16:41:54 mmeeks 1.19.42.1: Issue number: #i35742# Submitted by: mmeeks Conditionalize zlib dependency

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d811141e13582433106189cf360f1be652285b0c]

        INTEGRATION: CWS buildcond02 (1.3.18); FILE MERGED 2004/12/09 16:33:42 mmeeks 1.3.18.1: #i35742# Conditionalize libxml* & moz dependencies.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4436658716e68ed49be6654c4579857ebde1d8c0]

        INTEGRATION: CWS buildcond02 (1.24.12); FILE MERGED 2005/01/31 13:10:15 mmeeks 1.24.12.4: RESYNC: (1.26-1.29); FILE MERGED 2005/01/06 17:03:13 mmeeks 1.24.12.3: RESYNC: (1.25-1.26); FILE MERGED 2004/12/10 14:01:58 mmeeks 1.24.12.2: RESYNC: (1.24-1.25); FILE MERGED 2004/12/10 13:35:48 mmeeks 1.24.12.1: Issue number: #i35742# Submitted by: mmeeks Fix problems with disabling binfilter packaging

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [77813c377f47f017e0d04ff81c23306ddd12e794]

        INTEGRATION: CWS buildcond02 (1.28.10); FILE MERGED 2005/01/31 13:03:44 mmeeks 1.28.10.2: RESYNC: (1.28-1.29); FILE MERGED 2004/12/09 15:58:07 mmeeks 1.28.10.1: Issue number: #i35742# Submitted by: mmeeks conditionalise jpeg dep.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [da09357fa0b2da554938e36bb749f7b122b57a81]

        INTEGRATION: CWS buildcond02 (1.17.26); FILE MERGED 2005/01/06 16:57:03 mmeeks 1.17.26.2: RESYNC: (1.17-1.18); FILE MERGED 2004/12/09 14:50:54 mmeeks 1.17.26.1: Issue number: #i35742# Submitted by: mmeeks Conditionalize neon & curl deps.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [79af072da20f7460140f21606303d89712eb4302]

        INTEGRATION: CWS buildcond02 (1.35.34); FILE MERGED 2005/01/06 16:50:51 mmeeks 1.35.34.2: RESYNC: (1.35-1.38); FILE MERGED 2004/12/09 16:16:54 mmeeks 1.35.34.1: Issue number: #i35742# Submitted by: mmeeks conditionalize freetype & nas deps.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [48e11d224063a6f76de4ea60497742e744ee7a77]

        INTEGRATION: CWS buildcond02 (1.4.18); FILE MERGED 2004/12/09 16:36:55 mmeeks 1.4.18.1: Issue number: #i35742# Submitted by: mmeeks Conditionalize zlib dependency

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa7483f35bdab3295fa5b81db9a23a91c7457913]

        INTEGRATION: CWS buildcond02 (1.5.6); FILE MERGED 2004/12/09 16:34:34 mmeeks 1.5.6.1: Issue number: #i35742# Submitted by: mmeeks Conditionalize libxml & moz deps.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [069c32f95da19672676121ffd9509b1262408cbb]

        INTEGRATION: CWS buildcond02 (1.4.76); FILE MERGED 2004/12/09 14:52:16 mmeeks 1.4.76.1: Issue number: #i35742# Submitted by: mmeeks conditionalize python build dep.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3ae4544a3fd2417bcbb5cb07f270f8d72a1197d]

        INTEGRATION: CWS pj18 (1.68.6); FILE MERGED 2005/01/31 19:17:41 pjanik 1.68.6.1: #i40720#: Rename default color scheme from hardcoded "Default" to %PRODUCTNAME.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [016eec34d72826717623304be713cc26f96da88d]

        INTEGRATION: CWS pj18 (1.24.276); FILE MERGED 2005/01/29 11:33:15 pjanik 1.24.276.1: #i38692#: Remove space before question mark.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae83e4ce2f632cf4a1260a018b45a3053cb2e6d1]

        INTEGRATION: CWS fpic1 (1.27.8); FILE MERGED 2005/02/01 14:30:51 cmc 1.27.8.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [8534c0806a31343bc9fc1fdc89b1f45049e121e0]

        INTEGRATION: CWS pj18 (1.25.142); FILE MERGED 2005/01/31 19:18:36 pjanik 1.25.142.1: #i40720#: Rename default color scheme from hardcoded "Default" to %PRODUCTNAME.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [297a9c02c5885d5bbf689e0019089478fd23e48b]

        INTEGRATION: CWS pj18 (1.30.90); FILE MERGED 2005/01/31 19:19:44 pjanik 1.30.90.1: #i40720#: Rename default color scheme from hardcoded "Default" to %PRODUCTNAME.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dec63ddf3aab55ae7f4618f2e0f5ca807384c7f]

        INTEGRATION: CWS fpic1 (1.70.66); FILE MERGED 2005/02/01 14:40:59 cmc 1.70.66.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb6c256ba80e5a05986c52246d60fdbc8e7086da]

        INTEGRATION: CWS fpic1 (1.7.166); FILE MERGED 2005/02/01 14:40:58 cmc 1.7.166.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [abbca01bfc42a38308bdb35b4eeeff445ff33168]

        INTEGRATION: CWS fpic1 (1.2.32); FILE MERGED 2005/02/01 14:40:58 cmc 1.2.32.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1900de280ce189379af1c89e82f15d560d7d6ed]

        INTEGRATION: CWS fpic1 (1.5.158); FILE MERGED 2005/02/01 14:40:58 cmc 1.5.158.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2785c855e3eed6e71ef708a3b3c6cfc0c51d309]

        INTEGRATION: CWS fpic1 (1.50.42); FILE MERGED 2005/02/01 14:40:57 cmc 1.50.42.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [803bced5de8375907780549f9f4ac0127e3cd04c]

        INTEGRATION: CWS pj18 (1.24.60); FILE MERGED 2005/01/29 11:54:34 pjanik 1.24.60.1: #i41503#: Add Malay language (ms).

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa7ffbe59a0b89df93932c7e714be16c6d331f64]

        INTEGRATION: CWS fpic1 (1.6.158); FILE MERGED 2005/02/01 14:40:55 cmc 1.6.158.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3896e62ea560e1b3f2d607d409f1b089ab8b2a5]

        INTEGRATION: CWS fpic1 (1.8.158); FILE MERGED 2005/02/01 14:40:54 cmc 1.8.158.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f9fc389ce390c68798210b0e28b8e27206d1797]

        INTEGRATION: CWS fpic1 (1.9.158); FILE MERGED 2005/02/01 14:40:52 cmc 1.9.158.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb25f9c91924611c213039797bdc968917d94a06]

        INTEGRATION: CWS fpic1 (1.6.166); FILE MERGED 2005/02/01 14:40:51 cmc 1.6.166.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [9df618932e457539726d705dc030ab1c579ddd1b]

        INTEGRATION: CWS fpic1 (1.10.158); FILE MERGED 2005/02/01 14:40:50 cmc 1.10.158.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b081b65ec7a418b566a207bea0e50732b58ada69]

        INTEGRATION: CWS fpic1 (1.14.158); FILE MERGED 2005/02/01 14:40:49 cmc 1.14.158.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce682fea1c02843bf111202c663ee7bf67dd4052]

        INTEGRATION: CWS fpic1 (1.5.158); FILE MERGED 2005/02/01 14:40:48 cmc 1.5.158.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [926bc0f238916baf9dfbad974b4fa3d7652374e3]

        INTEGRATION: CWS fpic1 (1.7.128); FILE MERGED 2005/02/01 14:40:47 cmc 1.7.128.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [39dfad66a98819984e8a324bbfe91467b42230d9]

        INTEGRATION: CWS fpic1 (1.31.128); FILE MERGED 2005/02/01 14:40:44 cmc 1.31.128.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [454675b8f47cdd0e1d0ad9d82ab514d09adb7577]

        INTEGRATION: CWS pj18 (1.4.98); FILE MERGED 2005/01/29 20:32:45 pjanik 1.4.98.1: #i41613#: add missing dependency on libxml2.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5187b8512600a75a2d4d8babe7e85cab62ca833]

        INTEGRATION: CWS fpic1 (1.7.166); FILE MERGED 2005/02/01 14:40:43 cmc 1.7.166.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1236ae64e4ac71e687392a8caadde69488388d0]

        INTEGRATION: CWS fpic1 (1.4.436); FILE MERGED 2005/02/01 14:40:43 cmc 1.4.436.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [010523e2ceadbcfc9fa8b70f389ff39b12b956d5]

        INTEGRATION: CWS fpic1 (1.12.32); FILE MERGED 2005/02/01 14:40:41 cmc 1.12.32.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8613698b31159553e5108e352bfd207089737a9]

        INTEGRATION: CWS fpic1 (1.9.158); FILE MERGED 2005/02/01 14:40:41 cmc 1.9.158.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5625f3e1ea7b12ef04c2dd7e7ee90d548a24d38]

        INTEGRATION: CWS fpic1 (1.5.158); FILE MERGED 2005/02/01 14:40:40 cmc 1.5.158.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c69cd0062553d68ad07465e3ea360ad7dd4be914]

        INTEGRATION: CWS fpic1 (1.8.158); FILE MERGED 2005/02/01 14:40:40 cmc 1.8.158.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [06b0e8ff90cfa425dd6739241ad9c9342c3b9236]

        INTEGRATION: CWS fpic1 (1.2.450); FILE MERGED 2005/02/01 14:40:39 cmc 1.2.450.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbe51121c194425dad9650cb2b2f7c6815a85b36]

        INTEGRATION: CWS fpic1 (1.161.16); FILE MERGED 2005/02/01 14:40:38 cmc 1.161.16.1: #i41014# centralize -fpic/-fPIC into one variable

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [643d8a396c83b8f0ece8ce462b2c98e511b7ded2]

        INTEGRATION: CWS kendy01 (1.3.70); FILE MERGED 2005/02/09 15:13:10 kendy 1.3.70.2: #i41034# Set STAR_RESOURCEPATH in env. 2005/02/09 14:34:45 kendy 1.3.70.1: #i24253# Let recent-files work even after linkoo.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [39561e5dfceac7cae65c6a57e8eecb4629f8eb88]

        INTEGRATION: CWS vq10 (1.39.12); FILE MERGED 2005/02/08 00:45:11 vq 1.39.12.2: #i41780# Fix typo. 2005/02/03 22:31:59 vq 1.39.12.1: #i41780# Fix wrong path order problem. Regenerate configure.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9b3b9ef899d7fda28f764e1c36aecfc87c880ac]

        INTEGRATION: CWS vq10 (1.88.8); FILE MERGED 2005/02/08 00:33:57 vq 1.88.8.2: RESYNC: (1.88-1.89); FILE MERGED 2005/02/03 22:31:58 vq 1.88.8.1: #i41780# Fix wrong path order problem. Regenerate configure.

2005-02-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6234995a1631332a4e11ca75ad30660088ccef5]

        INTEGRATION: CWS vq10 (1.70.10); FILE MERGED 2005/02/08 00:58:55 vq 1.70.10.3: #i41780# Regenerate configure. 2005/02/08 00:34:08 vq 1.70.10.2: RESYNC: (1.70-1.71); FILE MERGED 2005/02/03 22:31:57 vq 1.70.10.1: #i41780# Fix wrong path order problem. Regenerate configure.

2005-02-10  Oliver Bolte  <obo@openoffice.org>  [4f6898fbbaea979a3a49d215953fafa380e1425b]

        #i10000# UPDMINOREXT added

2005-02-10  Rüdiger Timm  <rt@openoffice.org>  [bc502ff7023eadf82d932d3a8e4a99d67b09a6b6]

        #i42254# It is no error when creating a directory fails because some other process meanhwile did it (Fix: IS).

2005-02-10  Michael Meeks  <mmeeks@openoffice.org>  [b1543d9585765c08cf563166f46752126d62775d]

        Issue number: #i22148# Submitted by: mmeeks
        
        More missing database icons.

2005-02-10  Rüdiger Timm  <rt@openoffice.org>  [8ca5bd05298c526b668d929441b83afccd2dc945]

        #i10000# Reversed last change: should not have been commited to HEAD.

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [c2af43d0708d237044855e9a0e8cda37ca053d3f]

        #119274# Naming of multi language sets (IS).

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [0f6da137729524510a4fdfb569b7ef7fae8a8a81]

        SRC680

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [d16576ae98308401cbfad1f304ff6a6b3b12dfa2]

        #i42316# Read-Only fix (OJ)

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [551f8568eb3df5d4343d60a2a9a7ed0b1d92c6eb]

        INTEGRATION: CWS preselectionfix (1.112.18); FILE MERGED 2005/02/09 12:31:36 mba 1.112.18.1: #i42064#: don't use UI names for preselection

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [1e12b337aab1f6acbc08853cb0729a5464f0e011]

        INTEGRATION: CWS swqbeta002 (1.21.70); FILE MERGED 2005/02/09 12:04:26 od 1.21.70.1: #119353# - make call of <SwEditShell::GetGraphicObj()> robust

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [bd8e5d71a8f4dc593b4e8804428064f8b4127c09]

        INTEGRATION: CWS swqbeta002 (1.88.30); FILE MERGED 2005/02/09 12:05:48 od 1.88.30.1: #119353# - make call of <SwEditShell::GetGraphic()> robust

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [3728eb1e3b848cf8a08a3587b21b4f2dfa8521d5]

        INTEGRATION: CWS swqbeta002 (1.29.178); FILE MERGED 2005/02/09 12:06:37 od 1.29.178.1: #119353# - make call of <SwEditShell::GetGraphic()> robust

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [248cc35ad8b629f84787d56fda74e1532b0c9f84]

        INTEGRATION: CWS swqbeta002 (1.35.144); FILE MERGED 2005/02/09 12:02:45 od 1.35.144.1: #119353# class <SwEditShell> - methods <GetGraphic()> and <GetGraphicObj()> 	 return pointers due to make caller code robust. Remove corresponding 	 assertions.

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [65fc2f1d5ed67ebee87e76a39ee2b35a288c4417]

        INTEGRATION: CWS swqbeta002 (1.44.272); FILE MERGED 2005/02/09 12:00:03 od 1.44.272.1: #119353# class <SwEditShell> - methods <GetGraphic()> and <GetGraphicObj()> 	 return pointers due to make the caller code robust.

2005-02-09  Behrend Cornelius  <bc@openoffice.org>  [a0a352f1e0d8500f7ae701731b3bedb5ad6fb3e3]

        #115053# new images added Issue number: Submitted by: Reviewed by:

2005-02-09  Behrend Cornelius  <bc@openoffice.org>  [d0c702535e0b0a1ae9a873c5982e883f70d0c6cc]

        #115053#adding graphics for wizards module

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [960e268241498f07d0a52ac5cc0363ca95c11866]

        #i42302# (Fixed by SSA)

2005-02-09  Oliver Bolte  <obo@openoffice.org>  [7827a7db5be30b2563cdc02e2c72365bc9bad9b7]

        #i10000# changed SOLARVER to SOLARVERSION

2005-02-09  Rüdiger Timm  <rt@openoffice.org>  [9b2c602aceb05b3e1768222595372ab65fe57d31]

        Flag file. Touch to get ziptarget rebuilt instead of just updated.

2005-02-08  Michael Meeks  <mmeeks@openoffice.org>  [1d33063cfc50e1cc82d98bc900f8091fb81f91b3]

        Issue number: #i22148# Submitted by: mmeeks
        
        Add missing counterparts.

2005-02-08  Michael Meeks  <mmeeks@openoffice.org>  [68c6c38f7bf915346699a1499f221c337152be7b]

        Issue number: #i22148# Submitted by: mmeeks
        
        More bullet icons.

2005-02-08  Rüdiger Timm  <rt@openoffice.org>  [1bad76b135886714b22a2a3665d929530fa9c57e]

        SRC680

2005-02-08  Rüdiger Timm  <rt@openoffice.org>  [d21de3c2d333686752a65cc1a608a140cc797af0]

        INTEGRATION: CWS impressbeta5 (1.5.2); FILE MERGED 2005/02/07 18:40:27 thb 1.5.2.1: #i42225# Fixed state invariant bug: updateClipping() MUST maintain the invariant that never both clip and clipRect are nonempty. Should now be more appropriate...

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [c8e0e142abde2ae7cf50c862b51075c27dcd7a83]

        INTEGRATION: CWS impressbeta4 (1.22.26); FILE MERGED 2005/02/07 15:22:51 bm 1.22.26.1: #i42204# empty overload of Create[HV]Ruler to avoid display of rulers in fullscreen presi

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [d86adaeaf391582c8b93a8b8c2278283ec7aa560]

        INTEGRATION: CWS impressbeta4 (1.3.232); FILE MERGED 2005/02/07 15:22:50 bm 1.3.232.1: #i42204# empty overload of Create[HV]Ruler to avoid display of rulers in fullscreen presi

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [5a417ca819c05bb6a8078c81648bebccd63182ae]

        INTEGRATION: CWS sysui04 (1.13.2); FILE MERGED 2005/02/03 12:52:48 obr 1.13.2.2: SUBSTITUTE -> SCPZIP_REPLACE 2005/02/03 07:10:07 obr 1.13.2.1: Added substitute flags for .desktop files

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [14241d18093116d3cd9905476aa38979af7fc5ed]

        INTEGRATION: CWS sysui04 (1.71.2); FILE MERGED 2005/02/03 12:52:48 obr 1.71.2.2: SUBSTITUTE -> SCPZIP_REPLACE 2005/02/03 07:10:06 obr 1.71.2.1: Added substitute flags for .desktop files

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [5f4233264d3bdbba4468920820ea89eec0313559]

        INTEGRATION: CWS sysui04 (1.8.16); FILE MERGED 2005/02/04 07:57:42 obr 1.8.16.1: fixed typo in desktop gid

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [5edd9cba37d3f7ddef22207c9613492d8b4d5fd2]

        INTEGRATION: CWS sysui04 (1.14.2); FILE MERGED 2005/02/03 12:52:47 obr 1.14.2.2: SUBSTITUTE -> SCPZIP_REPLACE 2005/02/03 07:10:06 obr 1.14.2.1: Added substitute flags for .desktop files

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [726de9bebf94749740c669fe2eb5c7d6130e7371]

        INTEGRATION: CWS sysui04 (1.15.2); FILE MERGED 2005/02/03 12:52:45 obr 1.15.2.2: SUBSTITUTE -> SCPZIP_REPLACE 2005/02/03 07:10:05 obr 1.15.2.1: Added substitute flags for .desktop files

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [d0dc9c3d34455ffbbe160133e7acd59e60b0a4c6]

        INTEGRATION: CWS sysui04 (1.13.2); FILE MERGED 2005/02/03 12:52:44 obr 1.13.2.2: SUBSTITUTE -> SCPZIP_REPLACE 2005/02/03 07:10:05 obr 1.13.2.1: Added substitute flags for .desktop files

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [f5356db07029c5e7dad39a70aa8b4016ad1d8d7c]

        INTEGRATION: CWS sysui04 (1.15.2); FILE MERGED 2005/02/03 12:52:43 obr 1.15.2.2: SUBSTITUTE -> SCPZIP_REPLACE 2005/02/03 07:10:04 obr 1.15.2.1: Added substitute flags for .desktop files

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [4e56474520d44b7a7e5852616d890bf8d470266d]

        INTEGRATION: CWS sysui04 (1.10.2); FILE MERGED 2005/02/07 14:36:07 obr 1.10.2.1: some rpm versions do not wait for the shared lock

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [6ac198fee42461dd3c06a1ea890101e6b3c9f673]

        INTEGRATION: CWS sysui04 (1.3.40); FILE MERGED 2005/02/03 07:02:31 obr 1.3.40.1: replace not yet re-translated file format name

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [2e631716576d8a4055aa4ae4b15ea4cd575d4312]

        INTEGRATION: CWS sysui04 (1.9.2); FILE MERGED 2005/02/07 14:36:08 obr 1.9.2.1: some rpm versions do not wait for the shared lock

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [82c938f9fbdd12c1eda71e0d4852fdeb33304e48]

        INTEGRATION: CWS templatetype1 (1.149.32); FILE MERGED 2005/02/01 07:30:46 mav 1.149.32.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [8db3eea7ab47d5ae09f29c83698bbcff463eb91a]

        INTEGRATION: CWS templatetype1 (1.5.32); FILE MERGED 2005/02/01 15:09:07 mav 1.5.32.1: #i41172# standalone mediatypes for templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [1be02751266cce1a005dfd7807e8f64c1bb2fc2e]

        INTEGRATION: CWS templatetype1 (1.3.6); FILE MERGED 2005/01/31 16:02:30 mav 1.3.6.2: #i41172# mediatypes for oasis templates 2005/01/31 13:02:54 mav 1.3.6.1: #i41172# add oasis template-types

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [cf72603f894feef3acf73b0e734d7cfaee242aef]

        INTEGRATION: CWS templatetype1 (1.79.10); FILE MERGED 2005/02/01 07:30:47 mav 1.79.10.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [d8923d502c58b1dcb191ae4302dfa01407fa34aa]

        INTEGRATION: CWS templatetype1 (1.87.12); FILE MERGED 2005/02/01 07:31:48 mav 1.87.12.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [ec36b6b4e39938d3ac695cbbf81365de42f0f894]

        INTEGRATION: CWS templatetype1 (1.41.18); FILE MERGED 2005/02/01 07:31:48 mav 1.41.18.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [5dc337cd26ddc75c181d377071237c3c3292aaf1]

        INTEGRATION: CWS templatetype1 (1.35.12); FILE MERGED 2005/02/01 16:11:10 mav 1.35.12.2: #i41172# standalone mediatypes for templates 2005/02/01 07:31:47 mav 1.35.12.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [e87dbca34e7ae8ff1bb34cafab42a8e36eb7b2d7]

        INTEGRATION: CWS templatetype1 (1.88.2); FILE MERGED 2005/02/01 08:11:57 mav 1.88.2.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [754077bb54d238e46fa895f191cceed16824cc1f]

        INTEGRATION: CWS templatetype1 (1.45.50); FILE MERGED 2005/02/01 08:11:55 mav 1.45.50.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [87cd07c943be9105eb8894e8b4cf0f7aa965d429]

        INTEGRATION: CWS templatetype1 (1.24.34); FILE MERGED 2005/02/01 07:48:34 mav 1.24.34.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [4e3f416c41cae18fd9e3d36cfbd2d4dc8ade86f4]

        INTEGRATION: CWS templatetype1 (1.25.34); FILE MERGED 2005/02/01 07:48:33 mav 1.25.34.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [c847ab7080aab7e40c76f80c7d0eb5de6bf16741]

        INTEGRATION: CWS templatetype1 (1.39.36); FILE MERGED 2005/02/01 07:50:11 mav 1.39.36.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [bcc545103308b86630bbd29b62ac4c024cbf840a]

        INTEGRATION: CWS templatetype1 (1.2.120); FILE MERGED 2005/02/01 16:13:42 mav 1.2.120.2: #i41172# standalone mediatypes for templates 2005/02/01 07:23:35 mav 1.2.120.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [c87db9835250c36bcf9ff667b425335682fe7070]

        INTEGRATION: CWS templatetype1 (1.2.120); FILE MERGED 2005/02/01 16:13:41 mav 1.2.120.2: #i41172# standalone mediatypes for templates 2005/02/01 07:23:35 mav 1.2.120.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [efcb323e2cf6b9f0712f73ed446e7776fcb049b2]

        INTEGRATION: CWS templatetype1 (1.3.46); FILE MERGED 2005/02/01 16:13:41 mav 1.3.46.2: #i41172# standalone mediatypes for templates 2005/02/01 07:23:35 mav 1.3.46.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [07216474b908c5954be52700c6fed1081b13c7ab]

        INTEGRATION: CWS templatetype1 (1.2.120); FILE MERGED 2005/02/01 16:13:40 mav 1.2.120.2: #i41172# standalone mediatypes for templates 2005/02/01 07:23:34 mav 1.2.120.1: #i41172# mediatypes for oasis templates

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [eaaf7205918d1c8145d15e7b8d0bd2bb2828498e]

        INTEGRATION: CWS impressbeta3 (1.99.6); FILE MERGED 2005/02/04 13:12:32 cl 1.99.6.1: #i42043# removed fix from issue 32217

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [453cfac4942a58cdaf80c400cfa3fac5e3424633]

        INTEGRATION: CWS impressbeta3 (1.26.34); FILE MERGED 2005/02/04 11:40:04 cl 1.26.34.1: #i41916# added missing break

2005-02-07  Rüdiger Timm  <rt@openoffice.org>  [07ad5eb162a023212d08839a71ce73c4d4983ffd]

        INTEGRATION: CWS swqbeta001 (1.35.6); FILE MERGED 2005/02/03 19:29:35 dvo 1.35.6.1: #i41972# do not "adjust" outline levels          (should only be in RTF filter, not in SwReader)

2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [38c8111a3ccccdb92839db786b3460fab39f7e39]

        new version for SRC680

2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [93f8e3402dd986434d62f16bec9b6f28dbeb4081]

        new version for SRC680

2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [a557f77d5100781d0c9f376c45351007e1492540]

        new version for SRC680

2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [1ff56a9c9224009c4cab80cfb9ec698f7d43576b]

        new version for SRC680

2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [7b7d70e31dd2dc53492a068a4a30a0fc4e0b53d8]

        new version for SRC680

2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [11ea7e12c767426cae1699a9b8097881c4daa151]

        new version for SRC680

2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [6b04c33604dda8deba3d9edf8966712faff79bed]

        new version for SRC680

2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [be3cd1931ddf4da5e1097a57b0e2cfc0e7fee50e]

        new version for SRC680

2005-02-04  Mathias Bauer  <mba@openoffice.org>  [b9e6c6e0cf13959f7a4c3a6cf0d96a05ccddce12]

        #i41365#: check for empty storage reference

2005-02-04  Oliver Bolte  <obo@openoffice.org>  [c60bc2efe70c3d320016694aa2924405e3fc98a9]

        #i10000# exit 1 on error for dmake

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [a0b22b443b646631e6ee6c4ae20c3461b923555f]

        INTEGRATION: CWS impressbeta1 (1.8.38); FILE MERGED 2005/02/02 12:24:39 cl 1.8.38.1: #i41814# every toolbar needs a stack

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [b904ad6fea83fb3a0d904be219812dcf3fdac563]

        INTEGRATION: CWS impressbeta1 (1.7.38); FILE MERGED 2005/02/02 12:24:38 cl 1.7.38.1: #i41814# every toolbar needs a stack

2005-02-04  Oliver Bolte  <obo@openoffice.org>  [7636acce3fbd878d862044bf406cf8d84a2460b3]

        #i10000# check configuration files, initial revision

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [5e8a85267f01f83338f64b7f86d65394759c11e0]

        INTEGRATION: CWS impressbeta1 (1.22.16); FILE MERGED 2005/02/02 09:21:15 cl 1.22.16.1: #i41825# disable ruler for fullscreen presentations

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [6af0a178f15e23bfbe48cf2e0e912f91839f2f0c]

        INTEGRATION: CWS impressbeta1 (1.3.92); FILE MERGED 2005/02/02 13:42:21 af 1.3.92.1: #i41870# Guard Activate() against missing main ViewShell or FrameView.

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [987844eae238d60091c41d36ab73eb697cc3fc9f]

        INTEGRATION: CWS impressbeta1 (1.9.10); FILE MERGED 2005/02/02 13:41:03 af 1.9.10.1: #i41870# DeactivateViewShell() disconnects ViewShell from DocShell.

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [479af32c982164cdda2be86736d224930c8973c3]

        INTEGRATION: CWS impressbeta1 (1.10.78); FILE MERGED 2005/02/02 13:39:35 af 1.10.78.1: #i41870# dispose() takes view shells from shell stack.

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [22b7c8c7013cc9d726c3c96c27111d0b876752b1]

        SRC680

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [fb078c700317411b0b18abd06c6bf80805671668]

        INTEGRATION: CWS impressbeta2 (1.129.8); FILE MERGED 2005/02/03 14:08:32 cl 1.129.8.1: #i41966# removed changes from i36713

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [8d6ffb5a62849351cfe6064f9ee5a328e8e6e1bf]

        INTEGRATION: CWS os53 (1.23.60); FILE MERGED 2005/02/02 14:45:16 os 1.23.60.1: #i41569# missing  separator added

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [4887d28a212f959d6fbcb90fa0f769725b412a48]

        INTEGRATION: CWS cmcfixes1 (1.7.8); FILE MERGED 2005/01/28 09:07:03 cmc 1.7.8.1: #i41456# Parse problem

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [8334793c33256646987e654d1eb4d91f7be9181c]

        INTEGRATION: CWS cmcfixes1 (1.80.2); FILE MERGED 2005/01/28 08:22:56 cmc 1.80.2.1: #i41437# move to newer libxml2

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [c9467de5b54e46aa0f6ef8dcaa83c914ec15f59c]

        INTEGRATION: CWS cmcfixes1 (1.9.8); FILE MERGED 2005/02/02 12:50:39 hjs 1.9.8.4: #i41754# fix sax1 switch 2005/02/02 11:23:01 mt 1.9.8.3: #i41748# Fix for new libxml2 2005/01/31 11:45:23 hjs 1.9.8.2: #i41531# changed windows directory name 2005/01/28 08:32:11 cmc 1.9.8.1: #i41437# move to newer libxml2

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [69417f8b1c9e8785a030aeeade052e2f54a59c15]

        INTEGRATION: CWS cmcfixes1 (1.44.16); FILE MERGED 2005/01/28 09:21:36 cmc 1.44.16.1: #i41451# gcc parse error

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [6710ffcbb9a47f10ea14f6f10ca594382daa8e23]

        INTEGRATION: CWS cmcfixes1 (1.1.1.1.28); FILE MERGED 2005/02/02 14:58:55 mt 1.1.1.1.28.1: #i41748# SAX1 saxhelper.cxx

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [fc655258ab79f2e7b5efc6ed9db15b8b72724541]

        INTEGRATION: CWS cmcfixes1 (1.3.40); FILE MERGED 2005/01/28 08:46:54 cmc 1.3.40.1: #i40815# Parse problem

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [1ba0db2ec24be68b8aa598255e9eb5df84c95008]

        INTEGRATION: CWS swqbetterbeta (1.57.62); FILE MERGED 2005/02/01 23:58:24 dvo 1.57.62.1: #i41746# remove SFX_MAPUNIT_ABSOLUTE from SvxFontHeightItem          (removes fix for #i4279#)

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [84c2223af3735568e9d5d0c9a8d7d198993edc33]

        INTEGRATION: CWS swqbetterbeta (1.85.34); FILE MERGED 2005/02/01 23:58:24 dvo 1.85.34.1: #i41746# remove SFX_MAPUNIT_ABSOLUTE from SvxFontHeightItem          (removes fix for #i4279#)

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [1afc197d54820d1aa0b661638113785cdb6c561a]

        INTEGRATION: CWS swqbetterbeta (1.10.212); FILE MERGED 2005/02/02 09:59:34 hbrinkm 1.10.212.1: #i41794# use push/pop to restore cursor position in DelRight

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [6a0e2d30d5dcf3207a9fb0e6fc84ea1b021464e0]

        INTEGRATION: CWS swqbetterbeta (1.10.42); FILE MERGED 2005/02/02 00:01:06 dvo 1.10.42.1: #i41746# remove SFX_MAPUNIT_ABSOLUTE from SvxFontHeightItem          (removes fix for #i4279#)

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [4148d7fa38848c7e9eee14d1e8b6aefb29c5b193]

        INTEGRATION: CWS swqbetterbeta (1.43.12); FILE MERGED 2005/02/02 14:12:38 hbrinkm 1.43.12.2: #i39978# handle switched off numbering labels correctly in UpdateNumRuleOld 2005/02/02 09:31:16 hbrinkm 1.43.12.1: #i39978# handle switched off numbering labels correctly in UpdateNumRuleOld

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [6c267fca78708b245f896323bc12345b51333773]

        INTEGRATION: CWS tbe20 (1.5.4); FILE MERGED 2005/02/03 13:08:57 tbe 1.5.4.1: #i41958# Controls Toolbar in Dialog Editor is empty

2005-02-04  Rüdiger Timm  <rt@openoffice.org>  [6122bb21c6993372f7fb3b870964a76ea1b6d334]

        #i41978# Update jre version

2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [85f3efcf4e6bb60b3f87611b34de5549fad539bf]

        new version for SRC680

2005-02-04  Vladimir Glazounov  <vg@openoffice.org>  [a31173c822b1d6c05b022baf771296a3e7677aa9]

        new version for SRC680

2005-02-03  Rüdiger Timm  <rt@openoffice.org>  [f5009e98cb38f827aff52f97c337195fd802f444]

        #i41954# Get changes from CWS jdksample

2005-02-03  Rüdiger Timm  <rt@openoffice.org>  [25a8e87338d44f17a2c861903c7c162b4ce5e878]

        INTEGRATION: CWS configuretypofix (1.87.4); FILE MERGED 2005/01/28 19:16:52 rene 1.87.4.2: #i41516# s/specifiy/specify/ 2005/01/28 19:07:39 rene 1.87.4.1: #i41516# fix typo

2005-02-03  Rüdiger Timm  <rt@openoffice.org>  [c3c346324642d4924084c88403bb8d8a9b02ae54]

        INTEGRATION: CWS configuretypofix (1.69.4); FILE MERGED 2005/01/28 19:16:51 rene 1.69.4.2: #i41516# s/specifiy/specify/ 2005/01/28 19:07:37 rene 1.69.4.1: #i41516# fix typo

2005-02-03  Rüdiger Timm  <rt@openoffice.org>  [14533425d306088d04ae491a0302f870713bd5ff]

        INTEGRATION: CWS mmeeks04 (1.3.62); FILE MERGED 2005/01/31 16:42:05 mmeeks 1.3.62.1: Issue number: #i41286# #i41465# Submitted by: mmeeks Reviewed by:  mmeeks
        
        Trivial hacker tooling fixes.

2005-02-03  Vladimir Glazounov  <vg@openoffice.org>  [ce71e7d312c07ec47f8297195a6aa71bf0884f1d]

        new version for SRC680

2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [1cd364852b48338d15a00b2151743d6ff663527e]

        new version for SRC680

2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [9c8a98c699425d4ec5347e134b3d0d02b3e5a6c3]

        new version for SRC680

2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [ecaf5b2ca8a452cafd210874908224a2165436f3]

        new version for SRC680

2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [bbdaa5caa2ed1769e769b80bd801a4414578beb9]

        new version for SRC680

2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [30d7f062c461ad389af9a16351db66fcddebd429]

        new version for SRC680

2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [02756c189d55f542ce47afbfd789f85ae7f9a1bd]

        new version for SRC680

2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [1e6c3d383c7e6cfcd94db054aa16f4539b553141]

        new version for SRC680

2005-02-02  Vladimir Glazounov  <vg@openoffice.org>  [a9a0b6b336331797c9b5c83ae7b2cb131c0871dd]

        new version for SRC680

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [7e7868be18b2618164d97a0ae6c277b2a5d4924f]

        SRC680

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [1d4bceafaaf58ee48cecdb958b4e745c1197de8c]

        INTEGRATION: CWS alienwarning (1.10.4); FILE MERGED 2005/01/28 18:24:52 mba 1.10.4.2: #i41506#: improve treatment of alien warning 2005/01/28 09:29:30 mba 1.10.4.1: #i41506#: new option for alien warning

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [a80dc6f783543ccfa46f96bcf673f9e73e222a53]

        INTEGRATION: CWS alienwarning (1.25.102); FILE MERGED 2005/01/28 12:58:38 pb 1.25.102.1: fix: #i41506# HID_WARNING_ALIENFORMAT added

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [7a7037eb334a07c7b2a45879542ffcde1258e80c]

        INTEGRATION: CWS alienwarning (1.1.2); FILE ADDED 2005/01/28 16:19:42 pb 1.1.2.2: fix: #i41506# continued 2005/01/28 12:54:45 pb 1.1.2.1: fix: #i41506# new SfxAlienWarningDialog

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [857ce09acefa621b4e8a84cdd9485c01c6afc606]

        INTEGRATION: CWS alienwarning (1.77.198); FILE MERGED 2005/01/28 09:29:29 mba 1.77.198.1: #i41506#: new option for alien warning

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [5af060d207a09ef4b58ba1a180d49a4adcc438d9]

        INTEGRATION: CWS alienwarning (1.29.4); FILE MERGED 2005/01/28 12:59:38 pb 1.29.4.1: fix: #i41506# alienwarn.cxx/src added

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [3aa5dafd0e327a051e3222168310809a053bca49]

        INTEGRATION: CWS alienwarning (1.21.102); FILE MERGED 2005/01/28 12:59:17 pb 1.21.102.1: fix: #i41506# RID_DLG_ALIEN_WARNING added

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [4a02ac4a7c32a0f3f9483c1eff7e864da3edb2cb]

        INTEGRATION: CWS alienwarning (1.1.2); FILE ADDED 2005/01/28 16:19:33 pb 1.1.2.4: fix: #i41506# continued 2005/01/28 15:47:17 pb 1.1.2.3: fix: #i41506# 'No' button == default button 2005/01/28 14:54:09 pb 1.1.2.2: fix: #i41506# some string changes 2005/01/28 12:54:27 pb 1.1.2.1: fix: #i41506# new SfxAlienWarningDialog

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [c64685a6b90244f2dc5b1cad8aa18edbdd830f24]

        INTEGRATION: CWS alienwarning (1.1.2); FILE ADDED 2005/01/28 16:19:33 pb 1.1.2.2: fix: #i41506# continued 2005/01/28 12:54:28 pb 1.1.2.1: fix: #i41506# new SfxAlienWarningDialog

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [da618e40667667b257bcde8819a488fd9a5b23b3]

        INTEGRATION: CWS alienwarning (1.1.2); FILE ADDED 2005/01/28 16:19:33 pb 1.1.2.3: fix: #i41506# continued 2005/01/28 15:47:17 pb 1.1.2.2: fix: #i41506# 'No' button == default button 2005/01/28 12:54:28 pb 1.1.2.1: fix: #i41506# new SfxAlienWarningDialog

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [f248f1fb0ffa7b160c0249cec0fa50f8e79f1b05]

        INTEGRATION: CWS alienwarning (1.57.26); FILE MERGED 2005/01/28 09:29:16 mba 1.57.26.1: #i41506#: new option for alien warning

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [af44cc9be5b0325e54e9c9dabe81713efbb4b75e]

        INTEGRATION: CWS alienwarning (1.71.94); FILE MERGED 2005/01/31 12:32:59 mba 1.71.94.2: #i34118#: text size problems 2005/01/28 18:20:47 mba 1.71.94.1: #i41506#: improve treatment of alien warning

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [67de3f2f40d90bfe8e50d0fa755cdfcad5db8ab2]

        INTEGRATION: CWS alienwarning (1.22.12); FILE MERGED 2005/01/28 18:20:35 mba 1.22.12.1: #i41506#: improve treatment of alien warning

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [37f7cf47cea156f284701d70cd974a7415ceb03d]

        INTEGRATION: CWS alienwarning (1.5.168); FILE MERGED 2005/01/28 18:20:34 mba 1.5.168.1: #i41506#: improve treatment of alien warning

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [9cdf2c6a7c1a2dd20145049477cb9ad43208d70f]

        INTEGRATION: CWS alienwarning (1.8.12); FILE MERGED 2005/01/28 18:20:34 mba 1.8.12.1: #i41506#: improve treatment of alien warning

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [5965d5947f31489462fcbc36a1c6fdfc44c8cbaa]

        INTEGRATION: CWS alienwarning (1.4.322); FILE MERGED 2005/01/28 18:23:37 mba 1.4.322.1: #i41506#: improve treatment of alien warning

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [265a15449141340629c4f77777dd5aae876c282d]

        INTEGRATION: CWS fwkbetashowstop01 (1.7.4); FILE MERGED 2005/02/01 23:06:20 dbo 1.7.4.3: #i41693# Issue number: Submitted by: Reviewed by: 2005/02/01 18:29:35 dbo 1.7.4.2: #i41693# execute file/folder pickers in solar thread Issue number: Submitted by: Reviewed by: 2005/02/01 09:42:27 dbo 1.7.4.1: #i41693# release solar mutex before joining thread Issue number: Submitted by: Reviewed by:

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [a08b106becf6c2bd7616f36d5724b9aed7effedf]

        INTEGRATION: CWS fwkbetashowstop01 (1.6.4); FILE MERGED 2005/02/01 18:29:35 dbo 1.6.4.1: #i41693# execute file/folder pickers in solar thread Issue number: Submitted by: Reviewed by:

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [067c383d84d78ef0122bedea3702fe656923330c]

        INTEGRATION: CWS fwkbetashowstop01 (1.6.4); FILE MERGED 2005/02/01 17:35:44 dbo 1.6.4.1: #i41693# added Boost.Function

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [2da8c154db6035694da4c7257b13082da2720b96]

        INTEGRATION: CWS alienwarning (1.106.52); FILE MERGED 2005/01/28 09:26:31 mba 1.106.52.1: #i41506#: new option for alien warning

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [e6bf7f24506d7f4586601bc2bf7fb43110210e61]

        INTEGRATION: CWS fwkbetashowstop01 (1.14.10); FILE MERGED 2005/02/01 09:51:15 pl 1.14.10.1: #i41693# need a timeout on condition to avoid possible deadlocks

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [99c08a3150ac869b095e5f5e400decaebc4c61b1]

        INTEGRATION: CWS alienwarning (1.19.86); FILE MERGED 2005/01/28 09:27:12 mba 1.19.86.1: #i41506#: new option for alien warning

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [11d84f305fc036727458d8b076c112feb997a7f9]

        INTEGRATION: CWS fwkbetashowstop01 (1.3.166); FILE MERGED 2005/01/31 17:34:32 cd 1.3.166.1: #i39268# Format menu must be saved completely

2005-02-02  Mikhail Voitenko  <mav@openoffice.org>  [99abc4cabe501a4648fccc334974a5fdc2ae1e8c]

        #i41899# release the image replacements substorage

2005-02-02  Mikhail Voitenko  <mav@openoffice.org>  [cf45add7f3139d9cd7788fc34f86d5891d107ea8]

        #i41899# cache the image replacement storage and allow to release it

2005-02-02  Mikhail Voitenko  <mav@openoffice.org>  [fcc319c93124f2f0d599cac8dafb2bd62725a8b9]

        #i41899# allow to release a the image replacements substorage

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [3a514a25530b9f0b333f290eeefe2339d8a0a0e5]

        INTEGRATION: CWS imprec01 (1.29.36); FILE MERGED 2005/02/02 06:24:21 as 1.29.36.2: resolve conflicts after resync 2005/01/17 11:33:23 as 1.29.36.1: #i40649# map style URL's to it's UI Label if they came from the configuration too

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [0bfc2b9c1ee830421847a49c2fc1ac4b47008ba1]

        INTEGRATION: CWS imprec01 (1.99.6); FILE MERGED 2004/12/17 08:55:09 as 1.99.6.1: #i36770# show views created by the sfx without using framework mechanism

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [b92a5b3cdc4d07b2baca735b57a4148e97e992fb]

        INTEGRATION: CWS imprec01 (1.68.28); FILE MERGED 2005/01/19 12:52:33 as 1.68.28.2: RESYNC: (1.68-1.69); FILE MERGED 2004/12/17 08:55:08 as 1.68.28.1: #i36770# show views created by the sfx without using framework mechanism

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [29da655a59ea37c80bdd487ff19fadaf244048e4]

        INTEGRATION: CWS imprec01 (1.26.36); FILE MERGED 2005/01/10 09:05:19 as 1.26.36.2: #i39228# move GlobalEventBroadcaster from back to sfx and provide new mechanism to trigger events from outside the sfx 2005/01/10 07:40:29 as 1.26.36.1: #i39228# move GlobalEventBroadcaster from sfx to framework module

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [e73b72290c2bd97f502044b154d7d4debac9d926]

        INTEGRATION: CWS imprec01 (1.9.214); FILE MERGED 2005/01/10 09:05:18 as 1.9.214.1: #i39228# move GlobalEventBroadcaster from back to sfx and provide new mechanism to trigger events from outside the sfx

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [4d98b4df30d27ead6a55bc80f4872cb7f457da3b]

        INTEGRATION: CWS imprec01 (1.45.36); FILE MERGED 2005/01/19 12:45:09 as 1.45.36.2: RESYNC: (1.45-1.47); FILE MERGED resolve conflicts on merge 2005/01/17 11:33:22 as 1.45.36.1: #i40649# map style URL's to it's UI Label if they came from the configuration too

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [ca32238ccb3ac5d9a7ccee17af99c80582e7e572]

        INTEGRATION: CWS imprec01 (1.23.36); FILE MERGED 2005/01/19 14:16:57 as 1.23.36.4: #i40649# make retrieving of command labels more stable 2005/01/18 12:12:48 as 1.23.36.3: #i40795# dont enable childs on demand feature, if there exists no children at all 2005/01/18 10:22:43 as 1.23.36.2: #i40795# dont crash for selection of non real existing <dummy> items 2005/01/17 11:33:21 as 1.23.36.1: #i40649# map style URL's to it's UI Label if they came from the configuration too

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [984170dbd4703da4a14c766cb729ce22d3cef986]

        INTEGRATION: CWS imprec01 (1.37.36); FILE MERGED 2004/12/16 18:05:42 cd 1.37.36.1: #i38746# Remove property from argument sequence before TransformParameters is called

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [eefd8ed4d5708044dc93e4c23ec14b7a4b0e2fcf]

        INTEGRATION: CWS imprec01 (1.22.36); FILE MERGED 2004/12/14 07:32:10 as 1.22.36.1: #i38378# restore old modified state after flushing docinf

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [c3f975b5610496ab6b39dcf2b33140b842205224]

        INTEGRATION: CWS imprec01 (1.104.6); FILE MERGED 2005/01/19 12:41:00 as 1.104.6.4: RESYNC: (1.104-1.105); FILE MERGED 2005/01/10 09:05:17 as 1.104.6.3: #i39228# move GlobalEventBroadcaster from back to sfx and provide new mechanism to trigger events from outside the sfx 2005/01/10 07:40:28 as 1.104.6.2: #i39228# move GlobalEventBroadcaster from sfx to framework module 2005/01/05 13:48:22 as 1.104.6.1: #i38507# check for removed ThisComponent before using it

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [9855bdcae218ddd30c99de6abcf065d4235fdf3d]

        INTEGRATION: CWS imprec01 (1.123.64); FILE MERGED 2005/01/12 08:46:48 pb 1.123.64.1: fix: #i40267# export svmedit2.hxx

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [a7e4e8a00e328d0046d99db27c8f73dd10c385bd]

        INTEGRATION: CWS imprec01 (1.7.12); FILE MERGED 2005/02/02 06:20:54 as 1.7.12.4: resolve conflicts after resync 2005/01/12 12:56:23 oj 1.7.12.3: #i39228# send document events 2005/01/11 13:59:33 oj 1.7.12.2: #i39228# send document events 2005/01/11 08:58:23 oj 1.7.12.1: #i39228# send document events

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [8ba16630481bbf0bc48c53cbd6a1787bc8cb68bb]

        INTEGRATION: CWS imprec01 (1.91.24); FILE MERGED 2005/01/19 12:39:42 as 1.91.24.4: RESYNC: (1.91-1.93); FILE MERGED 2005/01/12 08:35:45 as 1.91.24.3: #i39434# trigger event OnStartApp manually from Desktop::Main() 2005/01/10 09:05:16 as 1.91.24.2: #i39228# move GlobalEventBroadcaster from back to sfx and provide new mechanism to trigger events from outside the sfx 2005/01/10 07:40:27 as 1.91.24.1: #i39228# move GlobalEventBroadcaster from sfx to framework module

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [af16792120261a1a36400436aa870ba447799133]

        INTEGRATION: CWS imprec01 (1.8.2); FILE MERGED 2005/01/10 12:58:52 cn 1.8.2.2: implement MacroExpnander 2004/12/20 11:35:51 cn 1.8.2.1: #i39323# method 'getOfficeUserPath(msf)' added

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [2d0c22e49d5daea184bae0fe4aca7d9678d67fe7]

        INTEGRATION: CWS imprec01 (1.2.40); FILE MERGED 2005/01/11 13:59:36 oj 1.2.40.1: #i39228# send document events

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [af0477e6aa0c35f3bb804c83e690af29cfd34621]

        INTEGRATION: CWS imprec01 (1.3.2); FILE MERGED 2005/01/10 12:59:29 cn 1.3.2.2: implement method 'getButton' 2004/12/20 10:57:50 cn 1.3.2.1: #i39323# documentaion enhancements

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [e25a38ef7d894d8943f501dcc2edc2a2de0bcc43]

        INTEGRATION: CWS imprec01 (1.4.6); FILE MERGED 2005/01/19 12:09:30 as 1.4.6.3: RESYNC: (1.4-1.5); FILE MERGED 2005/01/11 13:59:35 oj 1.4.6.2: #i39228# send document events 2005/01/11 08:58:24 oj 1.4.6.1: #i39228# send document events

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [72aef51d5fc14cb782869fe14400da98d7c8a491]

        INTEGRATION: CWS imprec01 (1.6.144); FILE MERGED 2004/12/20 10:44:59 cn 1.6.144.1: #i39323# function openDoc uses searchFlag=40 to open docs

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [4bd26c152728e8d90df687166fba5f8be5d62197]

        INTEGRATION: CWS imprec01 (1.23.12); FILE MERGED 2005/01/11 08:58:24 oj 1.23.12.1: #i39228# send document events

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [41c01c4215ba7653dff8a53675c825a1f6d913c7]

        INTEGRATION: CWS imprec01 (1.2.12); FILE MERGED 2004/12/20 11:28:59 cn 1.2.12.1: #i39323# property timeOut added

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [b278bada222b151bb8848e5e86b2cddfac48ffb0]

        INTEGRATION: CWS imprec01 (1.52.12); FILE MERGED 2005/01/11 13:59:34 oj 1.52.12.2: #i39228# send document events 2005/01/11 08:58:23 oj 1.52.12.1: #i39228# send document events

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [163e00d21af3dd256ba24facc24e810e526ee53f]

        INTEGRATION: CWS imprec01 (1.2.90); FILE MERGED 2004/12/20 11:38:21 cn 1.2.90.1: #i39323# enhaved with serveral methods

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [7005f0494f7ae4058d12fedddc810f1e6f1c1f86]

        INTEGRATION: CWS imprec01 (1.1.156); FILE MERGED 2005/01/10 13:00:47 cn 1.1.156.1: new method 'getWatcher' and 'setWatcher' implemented

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [de0cdcf5e85f81cd0cb9e205eb2129dc763bffc1]

        INTEGRATION: CWS imprec01 (1.25.18); FILE MERGED 2005/01/11 08:58:22 oj 1.25.18.1: #i39228# send document events

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [d2884c1fae1716414a4316b84fee01c04efdd07f]

        INTEGRATION: CWS imprec01 (1.3.10); FILE MERGED 2005/02/02 06:17:31 as 1.3.10.10: resolve conflicts after resync 2005/01/17 11:12:55 pb 1.3.10.9: fix: #i40268# BrokenDlg: more space for text 2005/01/17 09:03:50 as 1.3.10.8: #i36457# new dialog handling for CANCEL recovery 2005/01/12 13:36:07 as 1.3.10.7: #i36457# stop dialog before recovery; handle diferent dialog states better then before 2005/01/12 09:34:32 pb 1.3.10.6: fix: #i40267# more space for other languages, autoscroll for multilineedit,... 2005/01/11 13:59:57 pb 1.3.10.5: fix: #i40267# inactive boxes and progressbar beautified 2005/01/11 10:32:35 pb 1.3.10.4: fix: #i40267# Fixedline under title window 2005/01/11 08:37:09 pb 1.3.10.3: fix: #i40268# BrokenDlg: edit control added 2005/01/10 14:20:58 as 1.3.10.2: #i38457# stop recovery dialog on startup and wait for user decision 2004/12/18 09:57:08 as 1.3.10.1: #i38379# use new listener concept of recovery core; repair yellow icon

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [29d4edb7e23e3d610394463f9c037f886fa7cfa8]

        INTEGRATION: CWS imprec01 (1.2.102); FILE MERGED 2005/01/10 13:00:47 cn 1.2.102.1: new method 'getWatcher' and 'setWatcher' implemented

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [ffde29722ee757e9575e6c7998ff0bc76105fc52]

        INTEGRATION: CWS imprec01 (1.3.152); FILE MERGED 2005/01/10 13:00:46 cn 1.3.152.1: new method 'getWatcher' and 'setWatcher' implemented

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [898fc108681f39f5464a28b45d0aad234015668e]

        INTEGRATION: CWS imprec01 (1.2.46); FILE MERGED 2004/12/14 12:03:04 as 1.2.46.2: #i38378# implement FAILURE_CLEAN_UP 2004/12/14 07:31:04 as 1.2.46.1: #i38378# dont duplicate cache items on recovery

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [663e06544d31e064b06d74342865d0673644feed]

        INTEGRATION: CWS imprec01 (1.2.102); FILE MERGED 2005/01/10 13:00:46 cn 1.2.102.1: new method 'getWatcher' and 'setWatcher' implemented

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [684b777bc47baa4e9db8b9589ac6e559e59f3223]

        INTEGRATION: CWS imprec01 (1.4.10); FILE MERGED 2005/01/17 09:03:52 as 1.4.10.11: #i36457# new dialog handling for CANCEL recovery 2005/01/13 08:47:03 as 1.4.10.10: #i36457# use new operation PrepareEmergencySave; smale UI update fixes 2005/01/12 14:22:11 as 1.4.10.9: #i36457# show right icons in every circumstance .-) 2005/01/12 13:36:08 as 1.4.10.8: #i36457# stop dialog before recovery; handle diferent dialog states better then before 2005/01/12 09:34:46 pb 1.4.10.7: fix: #i40267# more space for other languages, autoscroll for multilineedit,... 2005/01/11 10:33:14 pb 1.4.10.6: fix: #i40267# Fixedline under title window 2005/01/11 08:37:20 pb 1.4.10.5: fix: #i40268# BrokenDlg: edit control added 2005/01/10 14:20:59 as 1.4.10.4: #i38457# stop recovery dialog on startup and wait for user decision 2004/12/18 09:57:08 as 1.4.10.3: #i38379# use new listener concept of recovery core; repair yellow icon 2004/12/14 12:03:03 as 1.4.10.2: #i38378# implement FAILURE_CLEAN_UP 2004/12/14 07:31:03 as 1.4.10.1: #i38378# dont duplicate cache items on recovery

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [b68608cd15c5cbd5f5e07a0069f15728c47bf888]

        INTEGRATION: CWS imprec01 (1.4.12); FILE MERGED 2005/01/10 13:00:46 cn 1.4.12.1: new method 'getWatcher' and 'setWatcher' implemented

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [0c8c990d4d152207bb6d9cb5e0090ba9a66c330c]

        INTEGRATION: CWS imprec01 (1.3.12); FILE MERGED 2005/01/10 13:00:46 cn 1.3.12.1: new method 'getWatcher' and 'setWatcher' implemented

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [7ce783bd75bdfe63c202af6356c90c1b9fbe7bbd]

        INTEGRATION: CWS imprec01 (1.3.10); FILE MERGED 2005/01/17 11:12:55 pb 1.3.10.8: fix: #i40268# BrokenDlg: more space for text 2005/01/17 09:03:49 as 1.3.10.7: #i36457# new dialog handling for CANCEL recovery 2005/01/12 13:36:06 as 1.3.10.6: #i36457# stop dialog before recovery; handle diferent dialog states better then before 2005/01/12 09:34:34 pb 1.3.10.5: fix: #i40267# more space for other languages, autoscroll for multilineedit,... 2005/01/11 13:59:56 pb 1.3.10.4: fix: #i40267# inactive boxes and progressbar beautified 2005/01/11 10:32:34 pb 1.3.10.3: fix: #i40267# Fixedline under title window 2005/01/11 08:37:10 pb 1.3.10.2: fix: #i40268# BrokenDlg: edit control added 2005/01/10 14:20:58 as 1.3.10.1: #i38457# stop recovery dialog on startup and wait for user decision

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [7b014a9717d02301546a4b5c51186dda7f721fb7]

        INTEGRATION: CWS imprec01 (1.1.156); FILE MERGED 2005/01/10 13:00:45 cn 1.1.156.1: new method 'getWatcher' and 'setWatcher' implemented

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [23363d9fd66245b5ee20688e3d809db570c4fc47]

        INTEGRATION: CWS imprec01 (1.3.10); FILE MERGED 2005/01/25 06:46:15 pb 1.3.10.16: fix: #i39974# more space for 'Show Report' button 2005/01/17 12:37:11 as 1.3.10.15: #i36457# handle CANCEL right 2005/01/17 09:03:48 as 1.3.10.14: #i36457# new dialog handling for CANCEL recovery 2005/01/13 08:47:02 as 1.3.10.13: #i36457# use new operation PrepareEmergencySave; smale UI update fixes 2005/01/12 14:22:09 as 1.3.10.12: #i36457# show right icons in every circumstance .-) 2005/01/12 13:36:05 as 1.3.10.11: #i36457# stop dialog before recovery; handle diferent dialog states better then before 2005/01/12 10:24:11 pb 1.3.10.10: fix: #i40267# continued... 2005/01/12 09:34:33 pb 1.3.10.9: fix: #i40267# more space for other languages, autoscroll for multilineedit,... 2005/01/11 13:59:58 pb 1.3.10.8: fix: #i40267# inactive boxes and progressbar beautified 2005/01/11 10:32:33 pb 1.3.10.7: fix: #i40267# Fixedline under title window 2005/01/11 08:37:09 pb 1.3.10.6: fix: #i40268# BrokenDlg: edit control added 2005/01/10 14:20:57 as 1.3.10.5: #i38457# stop recovery dialog on startup and wait for user decision 2004/12/18 09:57:07 as 1.3.10.4: #i38379# use new listener concept of recovery core; repair yellow icon 2004/12/16 07:33:34 as 1.3.10.3: #i38378# be threadsafe 2004/12/14 12:03:03 as 1.3.10.2: #i38378# implement FAILURE_CLEAN_UP 2004/12/14 07:31:02 as 1.3.10.1: #i38378# dont duplicate cache items on recovery

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [8d4f4a3c970ffb9290856960919e894f3a13010d]

        INTEGRATION: CWS imprec01 (1.14.14); FILE MERGED 2005/02/02 06:15:07 as 1.14.14.4: resolve conflicts after resync 2005/01/19 11:22:25 as 1.14.14.3: RESYNC: (1.15-1.16); FILE MERGED 2004/12/18 10:35:28 as 1.14.14.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/18 09:54:31 as 1.14.14.1: #i38502# repair and improve progress mode

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [93812b7f6e3127ec4b4125edb32ad99b71281c9b]

        INTEGRATION: CWS imprec01 (1.1.156); FILE MERGED 2005/01/10 13:03:11 cn 1.1.156.1: new methods 'getWatcher' and 'setWatcher' implemented

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [545e0d19a8fac076edf6b05d30f779ac6b21290d]

        INTEGRATION: CWS imprec01 (1.6.2); FILE MERGED 2004/12/20 11:30:02 cn 1.6.2.1: #i39323# parameter timeOut defaulted

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [35d5e5d6fef510c4c63a8202f4e9a0002736bff8]

        INTEGRATION: CWS imprec01 (1.6.2); FILE MERGED 2005/01/25 13:54:46 cn 1.6.2.1: #i39323# FileTools.java added

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [ccef4b95dfaff9163145361e109b24767b32c6a9]

        INTEGRATION: CWS imprec01 (1.2.102); FILE MERGED 2005/01/12 17:41:51 cn 1.2.102.2: #i39323# bugfix in getUnorcName 2005/01/06 09:45:21 cn 1.2.102.1: #i39323# add error message to getManager()

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [766d03bdfc1fc8928745f18a67c01cc2871725fb]

        INTEGRATION: CWS imprec01 (1.6.2); FILE MERGED 2004/12/20 11:27:21 cn 1.6.2.1: #i39323# method 'getExitCode' returns the exit code of the started process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [8c46addf3705dde2a380d2019f41b1e19383717f]

        INTEGRATION: CWS imprec01 (1.3.26); FILE MERGED 2005/01/10 12:57:18 cn 1.3.26.1: use int instead of String for ping

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [6545c21e5c91e2a347b04f4cf9519e4791db6d8f]

        INTEGRATION: CWS imprec01 (1.15.2); FILE MERGED 2005/01/25 13:10:53 cn 1.15.2.1: #i39323# move file handling in FileTools.java

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [f3485d0009f75dfe14645d415a3302fc1dbfb751]

        INTEGRATION: CWS imprec01 (1.89.10); FILE MERGED 2005/01/21 10:50:27 lo 1.89.10.4: #i34170# combine session management and autorecovery 2005/01/10 09:04:59 as 1.89.10.3: #i39228# move GlobalEventBroadcaster from back to sfx and provide new mechanism to trigger events from outside the sfx 2005/01/10 07:37:54 as 1.89.10.2: #i39228# move GlobalEventBroadcaster from sfx to framework module 2004/12/15 06:51:21 as 1.89.10.1: #i35842# implement intelligent reschedule

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [017181c90ceee8dd7eb74934f673d3fef3238ea6]

        INTEGRATION: CWS imprec01 (1.1.2); FILE ADDED 2005/01/25 13:10:03 cn 1.1.2.1: #i39323# helper class for file/folder copy/move/delete

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [a41b1bd5e24ebe5b2238241f2dec6c95d808796a]

        INTEGRATION: CWS imprec01 (1.1.6); FILE ADDED 2005/01/21 13:07:18 lo 1.1.6.1: #i34170# combine session management and autorecovery

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [7a0d011855683b7a5eacb96b132bb261ff7f22ca]

        INTEGRATION: CWS imprec01 (1.9.94); FILE MERGED 2005/01/10 12:56:36 cn 1.9.94.1: enable OfficeWatcher for retrigger of TimeOut while logging

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [d475d5b6ef5dbd89b1bb1cdd4d60156eb388f84a]

        INTEGRATION: CWS imprec01 (1.19.10); FILE MERGED 2005/01/21 10:50:25 lo 1.19.10.3: #i34170# combine session management and autorecovery 2005/01/10 09:04:58 as 1.19.10.2: #i39228# move GlobalEventBroadcaster from back to sfx and provide new mechanism to trigger events from outside the sfx 2005/01/10 07:37:54 as 1.19.10.1: #i39228# move GlobalEventBroadcaster from sfx to framework module

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [8f0e6abd15999aebb60aaa1527bbdddc9f78f01a]

        INTEGRATION: CWS imprec01 (1.8.2); FILE MERGED 2005/01/10 15:29:32 cn 1.8.2.2: log.initialize with loggingIsActive parameter 2004/12/20 10:48:01 cn 1.8.2.1: #i39323# the timeOut must be zero

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [e31dc6af9b49ca171783d2dd13afb7b188356b4c]

        INTEGRATION: CWS imprec01 (1.79.10); FILE MERGED 2004/12/18 09:54:32 as 1.79.10.1: #i38502# repair and improve progress mode

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [33cda76b98f23b8c0795d6ab157fc951aaa473c4]

        INTEGRATION: CWS imprec01 (1.3.4); FILE MERGED 2005/02/02 08:34:35 as 1.3.4.10: #i37402# be sure to start recovery in case emergency save was not called 2005/01/19 10:32:49 as 1.3.4.9: #i34170# support session save/restore too 2005/01/13 08:45:30 as 1.3.4.8: #i36457# support new operation PrepareEmergencySave 2005/01/12 14:23:41 as 1.3.4.7: #i36457# provide more informations for outside listener 2005/01/12 13:10:43 as 1.3.4.6: #i36457# new API functions to backup/cleanup one cache entry only 2005/01/11 08:42:38 oj 1.3.4.5: #i39228# check if XDocumentInfoSupplier is null, it is optional 2004/12/18 09:52:50 as 1.3.4.4: #i38379# recognize all incomplete files on failure save 2004/12/15 11:32:43 as 1.3.4.3: #i38378#, #i38379# solve some re-entrant problems 2004/12/14 11:46:20 as 1.3.4.2: #i38378# rollback using of second cache; match async events to right cache entries instead; support FAILURE_CLEAN_UP 2004/12/14 07:19:15 as 1.3.4.1: #i38378# dont duplicate cache items on recovery

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [3a4141e51d061119f00db9f9347c4a8761dd4dee]

        INTEGRATION: CWS imprec01 (1.28.10); FILE MERGED 2005/01/21 10:50:24 lo 1.28.10.3: #i34170# combine session management and autorecovery 2005/01/10 09:04:57 as 1.28.10.2: #i39228# move GlobalEventBroadcaster from back to sfx and provide new mechanism to trigger events from outside the sfx 2005/01/10 07:37:53 as 1.28.10.1: #i39228# move GlobalEventBroadcaster from sfx to framework module

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [ffa0c246dd9693e7cc047d821f3a2d03f51c2e00]

        INTEGRATION: CWS imprec01 (1.11.10); FILE MERGED 2005/01/13 10:33:22 as 1.11.10.3: #i27133# move FilterSelection interaction to TypeDetection service 2004/12/18 09:51:20 as 1.11.10.2: #i27133# show FilterSelection dialog if detection failed; #i36770# improve frame recycling 2004/12/17 07:34:19 as 1.11.10.1: #i36770# improve recycling of frames

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [bd0f8272a951f66d744d9ec528fa972964d21477]

        INTEGRATION: CWS imprec01 (1.4.148); FILE MERGED 2004/12/18 09:50:35 as 1.4.148.1: #i27133# show FilterSelection dialog if detection failed

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [d120002e5860450fde4a3e45b5f1232e81913585]

        INTEGRATION: CWS validationbeta (1.80.34); FILE MERGED 2005/02/01 12:00:37 sab 1.80.34.1: #i41737#; different length of XML_CONTENT_VALIDATION_NAME

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [13ce137f967738e1c1c5394c0fd2c75d10064bbf]

        INTEGRATION: CWS imprec01 (1.1.2); FILE ADDED 2005/01/12 13:09:12 as 1.1.2.3: #i35842# reschedule 40x/sec only 2005/01/06 07:06:58 as 1.1.2.2: #i35842# remove RTL_LOGFILE messages 2004/12/15 06:50:50 as 1.1.2.1: #i35842# use condition inside thread for intelligent sleep

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [8316c94c9a03c934fdf0214412a1eaeb57e41490]

        INTEGRATION: CWS imprec01 (1.12.10); FILE MERGED 2004/12/18 09:54:31 as 1.12.10.2: #i38502# repair and improve progress mode 2004/12/15 06:51:20 as 1.12.10.1: #i35842# implement intelligent reschedule

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [072e5121bfb2f366c3967dcfb46963a756bb800c]

        INTEGRATION: CWS imprec01 (1.1.408); FILE MERGED 2004/12/15 06:51:20 as 1.1.408.1: #i35842# implement intelligent reschedule

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [41576405c994b83f6cba32145f41a24e5b92967f]

        INTEGRATION: CWS imprec01 (1.25.10); FILE MERGED 2004/12/15 06:51:20 as 1.25.10.1: #i35842# implement intelligent reschedule

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [0bab3dd89195cd4025fbf3bc211254b7db4f87cb]

        INTEGRATION: CWS imprec01 (1.7.4); FILE MERGED 2004/12/15 06:24:46 as 1.7.4.1: #i38366# remove assertion for localization problem ... it occures to often and not realy specific

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [9f55cbb14f499ade49e5c085c04920e9c84e765a]

        INTEGRATION: CWS imprec01 (1.2.86); FILE MERGED 2004/12/20 13:26:24 cn 1.2.86.1: #i39323# remove connection string in 'run' command

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [48e84211b11477a805401bf8e269a983ed6ad6cc]

        INTEGRATION: CWS imprec01 (1.1.2); FILE ADDED 2005/01/25 13:50:31 cn 1.1.2.3: #i39323# KlickButtonThread.java added 2005/01/10 12:51:41 cn 1.1.2.2: CHG: fist stable version 2004/12/20 13:27:34 cn 1.1.2.1: Issue number: Submitted by: Reviewed by:

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [f8b878abfdb1eaed3ffaaaa14d6ca279067510e7]

        INTEGRATION: CWS imprec01 (1.2.122); FILE MERGED 2005/01/05 13:47:43 hjs 1.2.122.2: #i38806# dependency on localize.sdf 2005/01/05 12:30:37 hjs 1.2.122.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [e643e4d7d67fa3fcc87731bf8fc90098e415fad3]

        INTEGRATION: CWS imprec01 (1.1.2); FILE ADDED 2004/12/20 10:26:40 cn 1.1.2.1: Issue number: Submitted by: Reviewed by:

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [a33d7225195009e91849d46c1f433731f1dcc11a]

        INTEGRATION: CWS imprec01 (1.1.2); FILE ADDED 2005/01/05 12:30:36 hjs 1.1.2.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [0218a5834d6e0909ea7aca877a1785dc54201c84]

        INTEGRATION: CWS imprec01 (1.1.2); FILE ADDED 2005/01/25 18:29:48 cn 1.1.2.5: #i39323# implement 'Document save' dialog 2005/01/25 13:12:41 cn 1.1.2.4: #i39323# bugfixes and enhancements 2005/01/10 12:51:40 cn 1.1.2.3: CHG: fist stable version 2004/12/21 15:36:54 cn 1.1.2.2: #i39323# serveral changes 2004/12/20 10:25:41 cn 1.1.2.1: Issue number: Submitted by: Reviewed by:

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [48634b5df18c881f5cc3011485dffe1cd260b9b1]

        INTEGRATION: CWS imprec01 (1.6.16); FILE MERGED 2005/01/06 13:18:33 as 1.6.16.4: #i38806# improve dependcy handling for build -I 2005/01/06 06:48:30 as 1.6.16.3: #i38806# patch dependencies to support xcu target files instead of zip targets 2005/01/05 12:30:35 hjs 1.6.16.2: #i38806# introduce merge process 2004/12/20 12:56:06 hjs 1.6.16.1: #i10000# fix makefile syntax

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [2dd5f911ce7e87b153501098f82ac2e87f29284c]

        INTEGRATION: CWS imprec01 (1.2.10); FILE MERGED 2005/01/25 18:29:48 cn 1.2.10.5: #i39323# implement 'Document save' dialog 2005/01/25 13:12:41 cn 1.2.10.4: #i39323# bugfixes and enhancements 2005/01/10 12:51:40 cn 1.2.10.3: CHG: fist stable version 2004/12/21 15:36:54 cn 1.2.10.2: #i39323# serveral changes 2004/12/20 10:27:49 cn 1.2.10.1: i39323 serveral changes, no final version

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [26e232d593e04ceeca1296ada68b17424a9cb3b8]

        INTEGRATION: CWS imprec01 (1.5.16); FILE MERGED 2005/01/05 13:04:38 as 1.5.16.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:35 hjs 1.5.16.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [8289de7a9a0344d50ad2feb63485e7ce2bbe61ec]

        INTEGRATION: CWS imprec01 (1.1.2); FILE ADDED 2005/01/25 13:12:09 cn 1.1.2.1: #i39323# thread class to kilck buttons wich results in modal dialogs" Issue number: Submitted by: Reviewed by:

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [b1fc26992946e221aaf4043c6c00366fa3eb64f7]

        INTEGRATION: CWS imprec01 (1.1.2); FILE ADDED 2004/12/20 10:27:00 cn 1.1.2.1: Issue number: Submitted by: Reviewed by:

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [737e13243793f45bd93298f222df80312e683b46]

        INTEGRATION: CWS imprec01 (1.1.6); FILE ADDED 2005/01/21 13:07:12 lo 1.1.6.1: #i34170# combine session management and autorecovery

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [6025887fc181a06a7d924166ed1e4088912bb495]

        INTEGRATION: CWS imprec01 (1.4.50); FILE MERGED 2005/01/05 13:04:38 as 1.4.50.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:35 hjs 1.4.50.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [ccf60f24d0a4607c35afaccd352bc25789a2449f]

        INTEGRATION: CWS imprec01 (1.10.14); FILE MERGED 2004/12/18 09:54:31 as 1.10.14.1: #i38502# repair and improve progress mode

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [11e3722969cf54a6ae10e29252b9e79aad0c7d85]

        INTEGRATION: CWS imprec01 (1.3.98); FILE MERGED 2005/01/05 13:04:38 as 1.3.98.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:35 hjs 1.3.98.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [e49ebb667a223924d70163f99dcf36ed9a989caa]

        INTEGRATION: CWS imprec01 (1.2.10); FILE MERGED 2005/01/19 10:32:31 as 1.2.10.6: #i34170# support session save/restore too 2005/01/13 08:45:13 as 1.2.10.5: #i36457# support new operation PrepareEmergencySave 2005/01/12 13:10:15 as 1.2.10.4: #i36457# new API functions to backup/cleanup one cache entry only 2004/12/15 11:32:43 as 1.2.10.3: #i38378#, #i38379# solve some re-entrant problems 2004/12/14 11:46:19 as 1.2.10.2: #i38378# rollback using of second cache; match async events to right cache entries instead; support FAILURE_CLEAN_UP 2004/12/14 07:19:14 as 1.2.10.1: #i38378# dont duplicate cache items on recovery

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [de28e6d1707bd02041eaf49993c7d4597aef78a9]

        INTEGRATION: CWS imprec01 (1.2.178); FILE MERGED 2005/01/05 13:04:37 as 1.2.178.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:34 hjs 1.2.178.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [193a1d63ca993ba9a53f103c106c1c771cdb72c7]

        INTEGRATION: CWS imprec01 (1.1.2); FILE ADDED 2004/12/15 06:50:26 as 1.1.2.1: #i35842# use condition inside thread for intelligent sleep

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [8055de090fb3580589b30b12aa3433ae8dcb8267]

        INTEGRATION: CWS imprec01 (1.8.10); FILE MERGED 2004/12/18 09:54:30 as 1.8.10.2: #i38502# repair and improve progress mode 2004/12/15 06:51:19 as 1.8.10.1: #i35842# implement intelligent reschedule

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [4cbda3e053386002f521e1a3f7e45de9d6b6c61b]

        INTEGRATION: CWS imprec01 (1.1.408); FILE MERGED 2004/12/15 06:51:19 as 1.1.408.1: #i35842# implement intelligent reschedule

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [10ba99dec824afdf69ddcd5c898300d8de0bb761]

        INTEGRATION: CWS imprec01 (1.2.178); FILE MERGED 2005/01/05 13:04:37 as 1.2.178.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:33 hjs 1.2.178.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [36e389007ef51ac287db3514d6d46772518a4159]

        INTEGRATION: CWS imprec01 (1.30.10); FILE MERGED 2005/01/21 10:50:21 lo 1.30.10.3: #i34170# combine session management and autorecovery 2005/01/10 09:04:55 as 1.30.10.2: #i39228# move GlobalEventBroadcaster from back to sfx and provide new mechanism to trigger events from outside the sfx 2005/01/10 07:37:53 as 1.30.10.1: #i39228# move GlobalEventBroadcaster from sfx to framework module

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [0a44d3f85811136d7c98785269daafd164df77f4]

        INTEGRATION: CWS imprec01 (1.3.98); FILE MERGED 2005/01/05 13:04:36 as 1.3.98.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:33 hjs 1.3.98.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [b30c90c8ace49504ff7976c7cbb508b0dbf3c528]

        INTEGRATION: CWS imprec01 (1.5.10); FILE MERGED 2004/12/18 09:54:30 as 1.5.10.1: #i38502# repair and improve progress mode

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [e23ace5745fde60201ef248f7788bf773b18ae4a]

        INTEGRATION: CWS imprec01 (1.2.178); FILE MERGED 2005/01/05 12:30:33 hjs 1.2.178.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [79d4b6689ed8f03c0bf9b24b9db79c1b0ceb857b]

        INTEGRATION: CWS imprec01 (1.2.178); FILE MERGED 2005/01/05 13:04:36 as 1.2.178.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:33 hjs 1.2.178.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [4ef5756d53cc514f03045fd2491ba08bdef37a04]

        INTEGRATION: CWS imprec01 (1.3.98); FILE MERGED 2005/01/05 13:04:36 as 1.3.98.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:32 hjs 1.3.98.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [1254d12a825c4f724d32a8341be5f4e9bd3ddaba]

        INTEGRATION: CWS imprec01 (1.4.16); FILE MERGED 2005/01/05 13:04:36 as 1.4.16.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:32 hjs 1.4.16.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [eac3ab9e7b52ba25c6f28fd9e7176781e2302122]

        INTEGRATION: CWS imprec01 (1.2.178); FILE MERGED 2005/01/05 13:04:35 as 1.2.178.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:32 hjs 1.2.178.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [ffd125895071cf3f6391fe9f0d16a6a7f7db418d]

        INTEGRATION: CWS imprec01 (1.3.98); FILE MERGED 2005/01/05 13:04:35 as 1.3.98.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:32 hjs 1.3.98.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [7766dcb5f4b3ba799369d4cbbdcd2c3e6d233f7d]

        INTEGRATION: CWS imprec01 (1.4.98); FILE MERGED 2005/01/05 13:04:35 as 1.4.98.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:32 hjs 1.4.98.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [07fddec40fcc7033c7827140a3979901474845a5]

        INTEGRATION: CWS imprec01 (1.3.98); FILE MERGED 2005/01/05 13:04:35 as 1.3.98.2: #i38806# redirect dependencies for ALL_xxx target to MISC dir to use merged localzation sets instead of original files ... (for filters only) 2005/01/05 12:30:31 hjs 1.3.98.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [d03c23d8127b23baae99d13ce572f36ce7609981]

        INTEGRATION: CWS imprec01 (1.3.78); FILE MERGED 2005/01/05 12:30:31 hjs 1.3.78.1: #i38806# introduce merge process

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [b7ab2102eb2a5451f499e4678bdfd861e90ef489]

        INTEGRATION: CWS imprec01 (1.3.138); FILE MERGED 2005/01/13 10:34:25 as 1.3.138.1: #i27133# show interaction FilterSelection ... if format could not be detected ... but file should exist and if interaction is possible

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [5248605cf76a43121c0f02271f46148a002e6861]

        INTEGRATION: CWS imprec01 (1.6.16); FILE MERGED 2005/01/13 10:34:24 as 1.6.16.2: #i27133# show interaction FilterSelection ... if format could not be detected ... but file should exist and if interaction is possible 2005/01/05 08:25:11 as 1.6.16.1: #i39653# preferr types matching by extension/urlpattern for preselected factory

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [b839a71d0240f38bd2f8037dc718809362ec8956]

        INTEGRATION: CWS imprec01 (1.3.136); FILE MERGED 2005/01/13 10:34:24 as 1.3.136.1: #i27133# show interaction FilterSelection ... if format could not be detected ... but file should exist and if interaction is possible

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [89b1d661aa0e26953bd1069851fd6062fa8091c9]

        INTEGRATION: CWS imprec01 (1.2.178); FILE MERGED 2005/01/05 12:38:19 as 1.2.178.1: #i39653# make it possible to insert preferred types on the front of flat detection list

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [b992ccc66493cc6fbd20275389f49badb7d88aae]

        INTEGRATION: CWS imprec01 (1.21.8); FILE MERGED 2005/01/05 12:28:52 hjs 1.21.8.1: #i38806# dependency on merge directory

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [c6eb044c6d7fe1cb30a50c4d9810d4fb7f673f87]

        INTEGRATION: CWS imprec01 (1.162.12); FILE MERGED 2005/01/24 09:43:44 lo 1.162.12.3: disable session manager 2005/01/21 11:00:10 lo 1.162.12.2: #i34170# combine session management and autorecovery 2005/01/12 08:33:32 as 1.162.12.1: #i39434# trigger event OnStartApp manually from Desktop::Main()

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [0e946483c0e6d2d344dde8e3078b83c62ea376bd]

        INTEGRATION: CWS twobeta (1.50.30); FILE MERGED 2005/01/31 13:31:13 fs 1.50.30.1: #i41705# overload |draw| for dialogs: always do a simple Draw, to prevent the base class from calling PaintToDevice

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [d328f7bedf4742890f7c482a504429e9c573f43a]

        INTEGRATION: CWS twobeta (1.31.12); FILE MERGED 2005/01/31 13:30:30 fs 1.31.12.1: #i41705# overload |draw| for dialogs

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [b9c0b6e8d204fcb4bf71bde1f2ffbf74f19383da]

        SRC680

2005-02-02  Rüdiger Timm  <rt@openoffice.org>  [66d1c1297864b37520530255571de1a352d00264]

        #i41872# Merge during last integration introduced bug.

2005-02-01  Vladimir Glazounov  <vg@openoffice.org>  [f02c2418e133eec0e359cca7d851c5783ad0caca]

        new version for SRC680

2005-02-01  Vladimir Glazounov  <vg@openoffice.org>  [70c86abef7852df4d61daae491b9eba375b80baa]

        new version for SRC680

2005-02-01  Vladimir Glazounov  <vg@openoffice.org>  [ff178b8e4beea47eeb57a3502f17d9dcdc807250]

        new version for SRC680

2005-02-01  Vladimir Glazounov  <vg@openoffice.org>  [8814cc7262d0c5b0cbdb89832c365a7f94ce15da]

        #41796# allow nmake to be a part of path

2005-02-01  Vladimir Glazounov  <vg@openoffice.org>  [a1c73ff4fbe3d5ef6a23b56f7705a0cf2bd375cb]

        new version for SRC680

2005-02-01  Vladimir Glazounov  <vg@openoffice.org>  [8eb0ff4d873a932c8b6f2f8a6bcc5a1fc58dee33]

        new version for SRC680

2005-02-01  Rüdiger Timm  <rt@openoffice.org>  [8a9279b19ddb72f522395a6cf33b232253947cbb]

        #i10000# enable download sets for unix multilanguage sets.

2005-02-01  Ingo Schmidt  <is@openoffice.org>  [a87e3b5621e5d40684f341741b4676b69d90aec0]

        IS: Including nsis support for russian and dutch

2005-02-01  Ingo Schmidt  <is@openoffice.org>  [dafba4060b51855e3b1e8f93098788a976cca482]

        IS: No double packed in names of download sets on ship install

2005-02-01  Rüdiger Timm  <rt@openoffice.org>  [1ad516b0d1a3bc86560c03fd720ad8e13a97f57b]

        #i10000# typo (must be lastdir, not downloaddir)

2005-02-01  Rüdiger Timm  <rt@openoffice.org>  [b57655518ee2b6274aa1b7bb5d9022c6292edeee]

        #i10000# add VCL_DLLPUBLIC for class PrinterUpdate (needed by gtkframe.cxx for libvclplug_gtk*)

2005-02-01  Vladimir Glazounov  <vg@openoffice.org>  [4b59ec5ad03e0fde533102234c45ce436ed6b740]

        new version for SRC680

2005-02-01  Rüdiger Timm  <rt@openoffice.org>  [1270056a4b768209c4d2449b849f079b769764b2]

        #i10000# Include path corrected

2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [ef9a5b94762eebaff55cbca8a2b0603f447bbe63]

        new version for SRC680

2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [c437d0153e8c513dc201162ffd7058ab6cc377a0]

        new version for SRC680

2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [fb0515489fa4f92ec00d227d64f40e3aadd5f4d6]

        new version for SRC680

2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [816bb3b1cf6c211d4c6dabc85df80fb36c06e9aa]

        new version for SRC680

2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [7fe83eb6f964daf1a04a93c98efc5751ad4c64c1]

        new version for SRC680

2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [4f054a1321469b89dbdffb6265c62fb0c4261a98]

        new version for SRC680

2005-01-31  Vladimir Glazounov  <vg@openoffice.org>  [804d1d3a28c493e973a5858082642862711a7a53]

        new version for SRC680

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5f10bfe1d4daaf5ac79cf6af217fd60e34abdeec]

        INTEGRATION: CWS sdksample (1.7.14); FILE MERGED 2005/01/21 13:12:27 jsc 1.7.14.11: RESYNC: (1.10-1.11); FILE MERGED 2005/01/13 15:23:50 jsc 1.7.14.10: #i39890# change to new doc extensions 2004/12/09 15:44:41 jsc 1.7.14.9: #i38747# take care of compiler verison and adjust link option, solaris only 2004/10/27 09:14:09 jsc 1.7.14.8: #i36006# insert rule for regcomp script 2004/10/26 08:38:38 jsc 1.7.14.7: #i36006# copy cfgWin.js script 2004/10/25 12:58:56 jsc 1.7.14.6: #i29308# minimize exported symbols 2004/10/04 13:46:15 jsc 1.7.14.5: RESYNC: (1.8-1.9); FILE MERGED 2004/08/05 07:45:54 jsc 1.7.14.4: #i29308# adapt COMEX variable check 2004/07/21 12:46:17 jsc 1.7.14.3: i29308# set file attributes for new scripts 2004/06/24 11:45:55 jsc 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2004/06/03 11:57:48 jsc 1.7.14.1: #i26335# use new script templates

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [26f23ed3d1ef944c06fa87bf6b49ce8eb679c277]

        INTEGRATION: CWS sdksample (1.42.10); FILE MERGED 2005/01/27 08:22:42 jsc 1.42.10.1: #i29308# include registry header

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3181c8d239f198e407e319fba8b8796b767c8a4b]

        INTEGRATION: CWS sdksample (1.18.62); FILE MERGED 2004/08/05 07:45:53 jsc 1.18.62.1: #i29308# adapt COMEX variable check

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [983b63bb46b284f7a71b660467f1ea2bc6d05192]

        INTEGRATION: CWS sdksample (1.9.34); FILE MERGED 2005/01/21 14:44:38 jsc 1.9.34.12: #i39331# check for ScriptingFramework examples 2004/12/22 12:32:30 jsc 1.9.34.11: #i38748# rename graphic 2004/12/21 17:16:32 jsc 1.9.34.10: #i38748# pack new graphics 2004/11/19 14:29:44 jsc 1.9.34.9: #i29308# check CLI examples directories 2004/11/16 09:02:30 jsc 1.9.34.8: RESYNC: (1.10-1.12); FILE MERGED 2004/10/26 08:20:45 jsc 1.9.34.7: #i36006# remove uno exe after joining from jl13 2004/10/25 16:23:58 jsc 1.9.34.6: #i36006# joined from jl13 2004/08/11 15:11:08 tbe 1.9.34.5: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section 2004/06/25 15:49:22 jsc 1.9.34.4: #i29308# updated 2004/06/24 11:45:46 jsc 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/06/24 09:58:24 jsc 1.9.34.2: #i26337# new scripts 2004/06/03 11:57:47 jsc 1.9.34.1: #i26335# use new script templates

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [af9fa48aa94e77e5eeffda01da179c1ce22eb6f3]

        INTEGRATION: CWS sdksample (1.6.4); FILE MERGED 2004/10/22 13:08:26 jsc 1.6.4.5: #i35871# adapt macro 2004/10/08 13:59:45 jsc 1.6.4.4: #i29308# insert macro for package platform descr 2004/08/24 15:05:52 jsc 1.6.4.3: #i29308# insert UNO_PKG_EXT 2004/07/20 15:27:08 jsc 1.6.4.2: #i29308# use new unopkg 2004/06/02 13:02:09 jsc 1.6.4.1: #i26335# new macro for zip tool

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5b00093c1a67febaf6ab74098ca872dd753815e9]

        INTEGRATION: CWS sdksample (1.9.14); FILE MERGED 2005/01/20 10:25:18 jsc 1.9.14.18: #i24142# correct typo 2005/01/20 08:20:31 jsc 1.9.14.17: #i24142# integrate patch for FreeBSD 2004/12/09 15:44:41 jsc 1.9.14.16: #i38747# take care of compiler verison and adjust link option, solaris only 2004/11/19 14:35:27 jsc 1.9.14.15: #i29308# insert debug link option for windows 2004/11/16 09:02:55 jsc 1.9.14.14: RESYNC: (1.9-1.10); FILE MERGED 2004/11/11 10:31:51 jsc 1.9.14.13: #i29308# clean up compiler option 2004/10/28 10:07:36 jsc 1.9.14.12: #i29308# insert new linker option --allow_shlib_undefined for binaries 2004/10/25 12:58:55 jsc 1.9.14.11: #i29308# minimize exported symbols 2004/10/12 15:02:39 jsc 1.9.14.10: #i29308# insert macro P2BG for starting processes in the background 2004/10/08 13:59:45 jsc 1.9.14.9: #i29308# insert macro for package platform descr 2004/08/05 12:44:37 jsc 1.9.14.8: #i29308# remove DEBUG notmapped link option, not longer supported 2004/08/05 12:39:31 jsc 1.9.14.7: #i29308# remove DEBUG notmapped link option, not longer supported 2004/08/04 12:37:08 jsc 1.9.14.6: #i29308# ensure that correct stl import library is used, regression 2004/07/19 16:12:24 jsc 1.9.14.5: #i29308# insert newlione at the end 2004/06/30 09:09:04 jsc 1.9.14.4: #i29308# insert linker switch -Wl,-z,defs for Linux 2004/06/16 11:40:06 jsc 1.9.14.3: #i24142# integrate support for FreeBSD 2004/06/11 12:52:41 jsc 1.9.14.2: #26337# special work for gcc - GXX_INCLUDE_APTH 2004/06/03 11:57:47 jsc 1.9.14.1: #i26335# use new script templates

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fd91255229ed07126ee1f198285fa66ff595b1f4]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/25 12:57:43 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9385aade3fecbf94ba18320227d04d189b63f1ba]

        INTEGRATION: CWS sdksample (1.10.2); FILE MERGED 2004/12/21 17:17:47 jsc 1.10.2.1: #118686# deliver uno_loader_classes.zip

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0790e247abc65202c9dc0cfdf42ea63a49e9895c]

        INTEGRATION: CWS sdksample (1.27.2); FILE MERGED 2005/01/19 17:20:43 toconnor 1.27.2.2: #i39331# add Scripting Framework examples to SDK Issue number: Submitted by: Reviewed by: 2004/11/19 14:29:06 jsc 1.27.2.1: #i29308# pack CLI examples always

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [40460429c9ab6fb9f33ba30deb63b47f375c194e]

        INTEGRATION: CWS sdksample (1.9.6); FILE MERGED 2005/01/27 08:22:43 jsc 1.9.6.1: #i29308# include registry header

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [37cb219b17f370e42d6fc7b01fd6f423ec1efcdc]

        INTEGRATION: CWS sdksample (1.67.14); FILE MERGED 2004/12/22 12:32:29 jsc 1.67.14.7: #i38748# rename graphic 2004/12/21 17:16:32 jsc 1.67.14.6: #i38748# pack new graphics 2004/10/25 16:20:36 jsc 1.67.14.5: #i36006# joined from jl13 2004/10/25 12:58:55 jsc 1.67.14.4: #i29308# minimize exported symbols 2004/06/24 11:45:29 jsc 1.67.14.3: RESYNC: (1.67-1.68); FILE MERGED 2004/06/24 09:58:23 jsc 1.67.14.2: #i26337# new scripts 2004/06/03 11:57:45 jsc 1.67.14.1: #i26335# use new script templates

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [565bd4d3bbed4150af9c3605de7c19e418a22c8e]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/25 15:48:06 jsc 1.3.124.4: #i29308# use of new UNO features 2004/06/04 15:16:17 jsc 1.3.124.3: #i29308# prevent double includes 2004/06/04 14:36:00 jsc 1.3.124.2: #i29308# added again 2004/06/04 10:45:27 jsc 1.3.124.1: #i29308# removed

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0153640ce35003f4c9cc760cf30cd9118e80d730]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:26:59 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e4e136ce9b57ddcb76ff3bca393a47e1fc84203b]

        INTEGRATION: CWS sdksample (1.8.56); FILE MERGED 2004/08/05 15:28:42 jsc 1.8.56.3: #i29308# use System.err for error output 2004/06/25 15:48:05 jsc 1.8.56.2: #i29308# use of new UNO features 2004/06/04 10:46:12 jsc 1.8.56.1: #i29308# improved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8448e770f024e262d1f2581918a031f6f936dbdd]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/06/25 15:48:04 jsc 1.1.2.4: #i29308# use of new UNO features 2004/06/04 15:16:17 jsc 1.1.2.3: #i29308# prevent double includes 2004/06/04 14:39:57 jsc 1.1.2.2: #i29308# IDL tyeps in separate files 2004/06/04 11:14:08 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1abb13c8dc70a9aeceabcd4985d98d1dfc1a20f9]

        INTEGRATION: CWS sdksample (1.17.4); FILE MERGED 2005/01/28 17:19:13 jsc 1.17.4.12: #i29308# prepare path for del command (windows only) 2005/01/12 15:18:00 jsc 1.17.4.11: #i39890# change to new OpenDocument format 2004/11/11 10:33:57 jsc 1.17.4.10: #i29308# adapted 2004/10/29 07:33:56 jsc 1.17.4.9: #i29308# cleanup 2004/10/27 11:34:30 jsc 1.17.4.8: #i29308# change laoding of sample documents 2004/10/22 13:05:56 jsc 1.17.4.7: #i35871# adapt for Java 5.0 2004/10/22 11:57:53 jsc 1.17.4.6: #i35871# adapt for Java 5.0 2004/10/08 13:58:46 jsc 1.17.4.5: #i29308# insert package manifest 2004/08/24 15:04:27 jsc 1.17.4.4: #i29308# use of new UNO package extension 2004/06/25 15:48:04 jsc 1.17.4.3: #i29308# use of new UNO features 2004/06/04 14:39:56 jsc 1.17.4.2: #i29308# IDL tyeps in separate files 2004/06/04 10:46:11 jsc 1.17.4.1: #i29308# improved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3a40ed7eaf24cee1b1d55c9d82813bc22a162f30]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/05 15:15:50 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/07 15:54:58 jsc 1.4.40.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [da727414eb409ca15177e90343ca2a791cd28be7]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/05 15:15:49 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/07 15:54:58 jsc 1.4.40.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5787842ba4c54239e6f49690c073c383ce65e8b3]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/05 15:15:49 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/07 15:54:57 jsc 1.4.40.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f2ac5214cd9a41453edc39214eca89ee31a10179]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2004/08/05 15:15:49 jsc 1.5.4.5: #i29308# use System.err for error output 2004/07/30 14:30:10 jsc 1.5.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:32 jsc 1.5.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:53 jsc 1.5.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/07 15:54:57 jsc 1.5.4.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [835157f580105f68284824e613b3655b6d6ef05d]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/05 15:15:48 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/07 15:54:56 jsc 1.4.40.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c401fd232f26fd97b02e0d74ded66058f38e8bbd]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/05 15:15:48 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/07 15:54:55 jsc 1.4.40.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5fb8c7ed8a3669f9553a4e52add2301430fc0294]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/25 15:48:03 jsc 1.3.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6256e4960ba8cf46bb38419eb03a56fbb6766ede]

        INTEGRATION: CWS sdksample (1.6.4); FILE MERGED 2005/01/28 10:06:27 jsc 1.6.4.12: #i29308# prepare path for del command (windows only) 2005/01/12 15:17:59 jsc 1.6.4.11: #i39890# change to new OpenDocument format 2004/10/29 07:33:56 jsc 1.6.4.10: #i29308# cleanup 2004/10/27 11:34:29 jsc 1.6.4.9: #i29308# change laoding of sample documents 2004/10/22 13:12:36 jsc 1.6.4.8: #i35871# adapt for Java 5.0 2004/10/08 13:58:45 jsc 1.6.4.7: #i29308# insert package manifest 2004/08/24 15:04:27 jsc 1.6.4.6: #i29308# use of new UNO package extension 2004/07/30 14:30:10 jsc 1.6.4.5: #i29308# use quotes for unopath option 2004/07/30 08:36:31 jsc 1.6.4.4: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:53 jsc 1.6.4.3: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/25 15:48:03 jsc 1.6.4.2: #i29308# use of new UNO features 2004/06/07 15:54:55 jsc 1.6.4.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [14f4c4ae8a5ecbd6501a88c00f1024ae8addb80a]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/05 15:15:47 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/07 15:54:54 jsc 1.4.40.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [71d23b8d413cf7af9ed3ebeb482fc7b819864a5f]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/06/07 15:54:53 jsc 1.4.40.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [eff6333fec450cd383b9e214bfa37db42cf399af]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:26:44 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9556e3b254de55289e49072fece543d2e3d16d0d]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:26:25 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [cf332b0526275dd22f3cb4dc9cd37aabfbccb6b3]

        INTEGRATION: CWS sdksample (1.12.4); FILE MERGED 2005/01/28 10:06:26 jsc 1.12.4.10: #i29308# prepare path for del command (windows only) 2005/01/12 15:17:58 jsc 1.12.4.9: #i39890# change to new OpenDocument format 2004/11/11 10:33:56 jsc 1.12.4.8: #i29308# adapted 2004/10/29 07:33:56 jsc 1.12.4.7: #i29308# cleanup 2004/10/27 11:34:29 jsc 1.12.4.6: #i29308# change laoding of sample documents 2004/10/22 13:05:55 jsc 1.12.4.5: #i35871# adapt for Java 5.0 2004/10/22 11:57:52 jsc 1.12.4.4: #i35871# adapt for Java 5.0 2004/10/08 13:58:45 jsc 1.12.4.3: #i29308# insert package manifest 2004/08/24 15:04:27 jsc 1.12.4.2: #i29308# use of new UNO package extension 2004/06/24 09:38:17 jsc 1.12.4.1: #i26335# use zip

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e372be60cfcbe6bb8916e88545e0192cb0a2d186]

        INTEGRATION: CWS sdksample (1.4.124); FILE MERGED 2004/06/25 15:48:02 jsc 1.4.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0b6078694ef026d0168a92d2a1062981d5f477ed]

        INTEGRATION: CWS sdksample (1.5.124); FILE MERGED 2004/06/25 15:48:02 jsc 1.5.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [10452b04c3f5880eb20a8848f6930bb0d375166c]

        INTEGRATION: CWS sdksample (1.2.124); FILE MERGED 2004/06/25 15:48:01 jsc 1.2.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2fdc6de1fae711ad2929eb343f9dbf809d30ab20]

        INTEGRATION: CWS sdksample (1.13.4); FILE MERGED 2005/01/28 10:06:26 jsc 1.13.4.12: #i29308# prepare path for del command (windows only) 2004/11/11 10:33:56 jsc 1.13.4.11: #i29308# adapted 2004/10/29 07:33:55 jsc 1.13.4.10: #i29308# cleanup 2004/10/22 13:05:55 jsc 1.13.4.9: #i35871# adapt for Java 5.0 2004/10/08 13:58:44 jsc 1.13.4.8: #i29308# insert package manifest 2004/08/24 15:04:26 jsc 1.13.4.7: #i29308# use of new UNO package extension 2004/07/30 14:30:09 jsc 1.13.4.6: #i29308# use quotes for unopath option 2004/07/30 08:36:31 jsc 1.13.4.5: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:52 jsc 1.13.4.4: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/25 15:48:01 jsc 1.13.4.3: #i29308# use of new UNO features 2004/06/07 15:54:53 jsc 1.13.4.2: #i29308# use new bootstrap feature 2004/06/07 12:23:56 jsc 1.13.4.1: #i29308# modify dependcies

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [06a781c28adbe87dacdfca3bf53de23ac71ac33b]

        INTEGRATION: CWS sdksample (1.3.56); FILE MERGED 2004/06/25 15:48:00 jsc 1.3.56.3: #i29308# use of new UNO features 2004/06/04 15:15:46 jsc 1.3.56.2: #i29308# prevent double includes 2004/06/04 14:50:02 jsc 1.3.56.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1a7203a808e9522f14a234c84eda41703054bf83]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/06/04 14:48:59 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3591f746db91959e911668f03e43a3744190eef3]

        INTEGRATION: CWS sdksample (1.17.4); FILE MERGED 2005/01/28 10:06:25 jsc 1.17.4.16: #i29308# prepare path for del command (windows only) 2004/11/11 10:33:56 jsc 1.17.4.15: #i29308# adapted 2004/10/29 07:33:55 jsc 1.17.4.14: #i29308# cleanup 2004/10/27 11:34:28 jsc 1.17.4.13: #i29308# change laoding of sample documents 2004/10/22 13:05:54 jsc 1.17.4.12: #i35871# adapt for Java 5.0 2004/10/22 11:57:52 jsc 1.17.4.11: #i35871# adapt for Java 5.0 2004/10/22 09:40:48 jsc 1.17.4.10: #i35871# adapt for Java 5.0 2004/10/08 13:58:43 jsc 1.17.4.9: #i29308# insert package manifest 2004/08/24 15:04:26 jsc 1.17.4.8: #i29308# use of new UNO package extension 2004/07/30 14:30:09 jsc 1.17.4.7: #i29308# use quotes for unopath option 2004/07/30 08:36:31 jsc 1.17.4.6: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:52 jsc 1.17.4.5: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/25 15:47:59 jsc 1.17.4.4: #i29308# use of new UNO features 2004/06/07 15:54:52 jsc 1.17.4.3: #i29308# use new bootstrap feature 2004/06/07 12:23:55 jsc 1.17.4.2: #i29308# modify dependcies 2004/06/04 14:50:02 jsc 1.17.4.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [107a35b08ba243327a3f7368fd78b7762b8beb4f]

        INTEGRATION: CWS sdksample (1.2.56); FILE MERGED 2004/06/04 15:15:45 jsc 1.2.56.2: #i29308# prevent double includes 2004/06/04 14:50:02 jsc 1.2.56.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8b653260a25fd9a1372171f41329d5c037dc8cf4]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/06/04 14:49:12 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9b26895fa348243271ff19f487d4c9fea68e6e48]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/05 15:15:47 jsc 1.4.40.3: #i29308# use System.err for error output 2004/07/26 11:18:40 jsc 1.4.40.2: #i29308# change output 2004/06/04 14:52:35 jsc 1.4.40.1: #i29308# use of new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0f1e35dd3abadc5645073154fcdfcadc08ee3a22]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2004/11/11 10:33:55 jsc 1.5.4.5: #i29308# adapted 2004/07/30 14:30:08 jsc 1.5.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:30 jsc 1.5.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:52 jsc 1.5.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/04 14:52:34 jsc 1.5.4.1: #i29308# use of new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f87ffabdda3ffa54971b3e278d6036974ddc7aa5]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:26:07 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d6253c04d48f58d479fb531116af6eec6d448712]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/12 15:17:57 jsc 1.5.4.7: #i39890# change to new OpenDocument format 2004/11/11 10:33:55 jsc 1.5.4.6: #i29308# adapted 2004/07/30 14:30:08 jsc 1.5.4.5: #i29308# use quotes for unopath option 2004/07/30 08:36:30 jsc 1.5.4.4: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:51 jsc 1.5.4.3: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/07 12:23:54 jsc 1.5.4.2: #i29308# modify dependcies 2004/06/04 14:51:36 jsc 1.5.4.1: #i29308# use of new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [dfc154eeee30039f8f8fae2d86c158dff5526e43]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/12 15:17:57 jsc 1.4.40.4: #i39890# change to new OpenDocument format 2004/08/06 09:28:03 jsc 1.4.40.3: #i29308# use System.err for error output 2004/08/05 15:28:41 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/04 14:51:36 jsc 1.4.40.1: #i29308# use of new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6eca06d1d5ad85724d39384c88a8e42ee0d00e05]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/12 15:17:57 jsc 1.4.40.4: #i39890# change to new OpenDocument format 2004/08/06 09:28:03 jsc 1.4.40.3: #i29308# use System.err for error output 2004/08/05 15:28:41 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/04 14:51:35 jsc 1.4.40.1: #i29308# use of new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [21118f3ed915543a606dcb6e36d4176578163b32]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 09:28:03 jsc 1.4.40.3: #i29308# use System.err for error output 2004/08/05 15:28:41 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/04 14:51:34 jsc 1.4.40.1: #i29308# use of new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [31c3a803fa6c63c6228474cd198b08ff7a351f6c]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/11/11 10:33:55 jsc 1.4.40.4: #i29308# adapted 2004/08/06 09:28:03 jsc 1.4.40.3: #i29308# use System.err for error output 2004/08/05 15:28:41 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/04 14:51:34 jsc 1.4.40.1: #i29308# use of new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [89559e1726519e100a8aca453211f25152ce571d]

        INTEGRATION: CWS sdksample (1.5.16); FILE MERGED 2005/01/13 15:23:50 jsc 1.5.16.3: #i39890# change to new doc extensions 2004/08/11 15:09:51 tbe 1.5.16.2: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section 2004/06/23 12:58:37 jsc 1.5.16.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b744b1a9a56b16b151350a4e91cda8d3ac7c7705]

        INTEGRATION: CWS sdksample (1.8.4); FILE MERGED 2005/01/28 10:06:01 jsc 1.8.4.5: #i29308# prepare path for del command (windows only) 2004/11/11 10:33:54 jsc 1.8.4.4: #i29308# adapted 2004/10/25 12:58:54 jsc 1.8.4.3: #i29308# minimize exported symbols 2004/10/22 14:13:35 jsc 1.8.4.2: #i29308# insert --singleaccept 2004/07/21 12:45:39 jsc 1.8.4.1: i29308# wait for server on UNIX

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e8bbf3e380cc23353d19b6a7a00818cf06997049]

        #i10000# found this locally modified ...

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [67b84f9e2d05c9f200763267b17cdc6c2db33b60]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/08/05 12:36:43 jsc 1.3.124.1: #i29308# use static_casat to remove new warning fromMS .NET 2003 compiler

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f5599ef364dfa3bc5158be8a41b62010f558c782]

        INTEGRATION: CWS sdksample (1.7.4); FILE MERGED 2005/01/28 10:06:00 jsc 1.7.4.3: #i29308# prepare path for del command (windows only) 2004/10/25 12:58:53 jsc 1.7.4.2: #i29308# minimize exported symbols 2004/10/22 14:19:19 jsc 1.7.4.1: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0450cdfcf5bfec470c64259ca368dda172bb3ec2]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:25:49 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a381fcc1f36387740ea1dd0f02d9dff35caf3787]

        INTEGRATION: CWS sdksample (1.15.4); FILE MERGED 2005/01/28 10:06:00 jsc 1.15.4.7: #i29308# prepare path for del command (windows only) 2005/01/12 15:17:56 jsc 1.15.4.6: #i39890# change to new OpenDocument format 2004/11/02 17:08:24 jsc 1.15.4.5: #i29308# remove start office target 2004/11/02 14:41:06 jsc 1.15.4.4: #i29308# improved 2004/10/22 14:19:18 jsc 1.15.4.3: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY 2004/08/04 12:39:17 jsc 1.15.4.2: #i29308# improved 2004/07/21 14:28:53 jsc 1.15.4.1: #i29308# insert Note for for usage

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a2f0bda4940ffd0fc35ad7c19a20b09e8ce613a0]

        INTEGRATION: CWS sdksample (1.9.40); FILE MERGED 2005/01/12 15:17:56 jsc 1.9.40.3: #i39890# change to new OpenDocument format 2004/07/21 16:17:16 jsc 1.9.40.2: #i29308# take care of full qualified path 2004/07/21 14:28:17 jsc 1.9.40.1: #i29308# take care of full qualified path

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [57d6eab350cfe3a9c759efcb1a79eb2f7e8d0e02]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/13 15:23:49 jsc 1.4.4.3: #i39890# change to new doc extensions 2004/10/25 12:58:53 jsc 1.4.4.2: #i29308# minimize exported symbols 2004/08/11 15:09:16 tbe 1.4.4.1: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e634af4729336886b240ca6f9f50b5d8bcaacf04]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:25:08 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3d355bae2faf2716f23e0413238045bbab0afe5f]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:24:48 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [541f7266dadda321668259fdfd7b6cc0ef9135ab]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:25:27 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bcf2e19455bf60f3732b20eca58a6a4bc8c751a5]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:24:32 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2ed4e4c39b9606d7979ded578710d3abf84b17e4]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/28 16:16:36 jsc 1.1.2.2: #i29308# adapt formats 2005/01/12 15:24:18 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4c8231f34d92f8d56b4004e853d229624795d02f]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/14 13:41:49 jsc 1.1.2.1: #i40655# new, change to new default format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e4e313f598e76808212be0431b15ac5ac984567a]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:23:52 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [874e8389898ecbd74caae88b349bc63030bb6cb3]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:23:40 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4aa72b757099fd473cce40e7084b15c3214a4d34]

        INTEGRATION: CWS sdksample (1.2.190); FILE MERGED 2005/01/12 15:17:55 jsc 1.2.190.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [416bfc2490d18d704e63bdddf85af9b5362e8ef9]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2005/01/13 15:23:49 jsc 1.3.62.1: #i39890# change to new doc extensions

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0bb4466ac13348127c7ccd1b84df7d5a5f34e5b0]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/18 15:52:27 jsc 1.4.40.3: #i29308# generate output in the output directory 2004/06/16 09:43:25 jsc 1.4.40.2: #i29308# explicit imports 2004/06/14 08:33:43 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [271d42049c334be715c43fa61a1950081e2d3119]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/18 15:52:25 jsc 1.4.40.4: #i29308# generate output in the output directory 2005/01/17 14:29:53 jsc 1.4.40.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/16 09:43:25 jsc 1.4.40.2: #i29308# explicit imports 2004/06/14 08:33:42 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fc5a88101c6dc2c5399e7a72a550c49524126d1d]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/18 15:52:24 jsc 1.4.40.4: #i29308# generate output in the output directory 2005/01/17 14:30:28 jsc 1.4.40.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/16 09:43:24 jsc 1.4.40.2: #i29308# explicit imports 2004/06/14 08:33:42 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [dd486166a4e5b9feaee1b27e4cc3735ca52b4138]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/18 15:52:22 jsc 1.4.40.3: #i29308# generate output in the output directory 2004/06/16 09:43:24 jsc 1.4.40.2: #i29308# explicit imports 2004/06/14 08:33:42 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [371197ef67bd49c54cc2d97b61029c227f7b6d93]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/18 15:52:20 jsc 1.4.40.4: #i29308# generate output in the output directory 2005/01/17 14:30:47 jsc 1.4.40.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/16 09:43:24 jsc 1.4.40.2: #i29308# explicit imports 2004/06/14 08:33:41 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [82eb8dc1bf82ae78e4a136e58881c253723dd920]

        INTEGRATION: CWS sdksample (1.4.62); FILE MERGED 2004/06/16 09:43:23 jsc 1.4.62.1: #i29308# explicit imports

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2ab15918e30c2847a35f0793973b448258ccc37d]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/16 09:43:23 jsc 1.3.124.1: #i29308# explicit imports

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4b16ccaabe904dbbad6e2ff718cde24daa9d8150]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:36 jsc 1.4.4.8: #i29308# prepare path for del command (windows only) 2005/01/18 15:52:20 jsc 1.4.4.7: #i29308# generate output in the output directory 2005/01/17 14:30:38 jsc 1.4.4.6: RESYNC: (1.4-1.5); FILE MERGED 2004/10/29 07:33:54 jsc 1.4.4.5: #i29308# cleanup 2004/07/30 14:30:08 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:30 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:51 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/14 08:33:41 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [29c09ffb17ec115b3aa5d5a74f8adba982d6e3fb]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/18 15:52:18 jsc 1.4.40.5: #i29308# generate output in the output directory 2005/01/17 14:30:13 jsc 1.4.40.4: RESYNC: (1.4-1.5); FILE MERGED 2004/08/06 14:37:09 jsc 1.4.40.3: #i29308# use System.err for error output 2004/06/16 09:43:23 jsc 1.4.40.2: #i29308# explicit imports 2004/06/14 08:33:40 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [06417096fc0d601158a2b637dd196c192488aec6]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/18 15:52:18 jsc 1.4.40.3: #i29308# generate output in the output directory 2004/06/16 09:43:22 jsc 1.4.40.2: #i29308# explicit imports 2004/06/14 08:33:40 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [db715b23329145db9287439c1b7108815a74ec9d]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/18 15:52:17 jsc 1.4.40.3: #i29308# generate output in the output directory 2004/06/16 09:43:22 jsc 1.4.40.2: #i29308# explicit imports 2004/06/14 08:33:40 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ec9fcfe3e4c3cf5bb775b0c65111d9a8b1c7f426]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/18 15:52:16 jsc 1.4.40.3: #i29308# generate output in the output directory 2004/06/16 09:43:22 jsc 1.4.40.2: #i29308# explicit imports 2004/06/14 08:33:39 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c6b8ef355e2c5a7786673069221e92e7febb5fa2]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:23:13 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4668b30b421603081d73c78a79d92a66378fef62]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/12 15:17:53 jsc 1.4.40.6: #i39890# change to new OpenDocument format 2004/11/22 09:21:08 jsc 1.4.40.5: #i29308# save in output directory instead of local dir - shared usage of SDK 2004/08/06 14:37:08 jsc 1.4.40.4: #i29308# use System.err for error output 2004/06/16 11:41:41 jsc 1.4.40.3: #i29308# use of new UNO bootstrap feature 2004/06/14 10:25:23 jsc 1.4.40.2: #i29308# use of new UNO bootstrap feature 2004/06/14 09:45:30 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [03939197e12961f5ff8bc650d6b00d5e3009844c]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:23:28 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8ed6e5d88ec965a0fff6b136ab04723e62ef6c7b]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:36 jsc 1.4.4.9: #i29308# prepare path for del command (windows only) 2004/11/22 09:21:07 jsc 1.4.4.8: #i29308# save in output directory instead of local dir - shared usage of SDK 2004/10/29 07:33:54 jsc 1.4.4.7: #i29308# cleanup 2004/07/30 14:30:07 jsc 1.4.4.6: #i29308# use quotes for unopath option 2004/07/30 08:36:29 jsc 1.4.4.5: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:50 jsc 1.4.4.4: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/16 11:41:41 jsc 1.4.4.3: #i29308# use of new UNO bootstrap feature 2004/06/14 14:54:10 jsc 1.4.4.2: #i29308# use of new UNO bootstrap feature 2004/06/14 09:45:30 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f42de194ea05349ad39fac946dd54fa7e305344f]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2005/01/13 15:23:48 jsc 1.3.62.2: #i39890# change to new doc extensions 2004/06/14 14:59:23 jsc 1.3.62.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4e54bc778b08a92a7f544a7659f4d056893adb1f]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/30 09:10:29 jsc 1.3.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7a532c434a84c1ed39ce94bc2ac711414b61d1c1]

        INTEGRATION: CWS sdksample (1.4.116); FILE MERGED 2004/06/14 14:55:12 jsc 1.4.116.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c1d05b731629914fcc9d6713c7cd20a91456df64]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 14:37:07 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/14 14:55:12 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4bebce687ce8b5ed45318edd9e41f3abea8ec519]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:35 jsc 1.5.4.15: #i29308# prepare path for del command (windows only) 2005/01/12 15:17:51 jsc 1.5.4.14: #i39890# change to new OpenDocument format 2004/11/23 08:50:36 jsc 1.5.4.13: #i35871# adjust for JAva 1.5 2004/10/29 07:33:54 jsc 1.5.4.12: #i29308# cleanup 2004/10/27 11:34:28 jsc 1.5.4.11: #i29308# change laoding of sample documents 2004/10/22 13:12:36 jsc 1.5.4.10: #i35871# adapt for Java 5.0 2004/10/22 10:00:15 jsc 1.5.4.9: #i35871# adapt for Java 5.0 2004/10/08 13:58:43 jsc 1.5.4.8: #i29308# insert package manifest 2004/08/24 15:04:25 jsc 1.5.4.7: #i29308# use of new UNO package extension 2004/07/30 14:30:07 jsc 1.5.4.6: #i29308# use quotes for unopath option 2004/07/30 08:36:29 jsc 1.5.4.5: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:50 jsc 1.5.4.4: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/30 09:10:29 jsc 1.5.4.3: #i29308# use of new UNO features 2004/06/14 14:59:21 jsc 1.5.4.2: #i29308# use of new UNO bootstrap feature 2004/06/14 14:55:11 jsc 1.5.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [41199274a9cd112b827ad16e57b4bd94493e7fbb]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/14 14:55:12 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ab02c1bc9af6cb6bacf87e04123b8c1aa831c2a5]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:22:58 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2d99f193c7dd3a0484034ba16a64af7876b4837d]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/06/14 14:55:53 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5b9f240cd58f8a15e529f2a1fdde5512cc6ad611]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/21 13:24:59 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [43eb9fcfac6cfb5f4d2b6a4071b41871ff596950]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/21 13:24:55 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [642d172e56689299c5497346ca0d79923a651a33]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/21 13:24:50 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e7a881dfb3d1e7a336538d731c1b37c6084623fd]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/21 13:24:46 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1cece44e93931797f78019f584ceccd9f60c5c71]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/21 13:24:42 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b70ec2fcf74725fabea2231fae543d47befb4807]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/21 13:24:35 toconnor 1.1.2.2: #i39331# adding Scripting Framework examples to SDK 2005/01/19 17:22:14 toconnor 1.1.2.1: #i39331# add Scripting Framework examples to SDK Issue number: Submitted by: Reviewed by:

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [485f2442c201da7338781a66f8e6bdb9ed99ebef]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/21 13:24:34 toconnor 1.1.2.2: #i39331# adding Scripting Framework examples to SDK 2005/01/19 17:22:13 toconnor 1.1.2.1: #i39331# add Scripting Framework examples to SDK Issue number: Submitted by: Reviewed by:

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7cdafdecbe31573b03a0413849e60d1aab10ba2b]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/28 14:15:34 jsc 1.1.2.4: #i29308# prepare path for del command (windows only) 2005/01/27 17:01:52 jsc 1.1.2.3: #i39331# insert dk.mk to support different output dir 2005/01/21 14:35:51 jsc 1.1.2.2: #i39331# updated 2005/01/21 13:24:33 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3880ff0162890d989db3bb484dcfdc70d529bcde]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/19 17:22:13 toconnor 1.1.2.1: #i39331# add Scripting Framework examples to SDK Issue number: Submitted by: Reviewed by:

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [372eda3df2edbc54704120a1420b282a0f0e005a]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/21 13:24:31 toconnor 1.1.2.2: #i39331# adding Scripting Framework examples to SDK 2005/01/19 17:22:12 toconnor 1.1.2.1: #i39331# add Scripting Framework examples to SDK Issue number: Submitted by: Reviewed by:

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a35c7e1f5de175640ca0d89762952148dbd7dea9]

        SRC680

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9c5b8d40f1baa635ebc30aeed7281dbe1bcee48f]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/19 17:22:11 toconnor 1.1.2.1: #i39331# add Scripting Framework examples to SDK Issue number: Submitted by: Reviewed by:

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [65e3fac0eb46b8a260328cee5e91c454dd44582c]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/19 17:22:10 toconnor 1.1.2.1: #i39331# add Scripting Framework examples to SDK Issue number: Submitted by: Reviewed by:

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4ad35e875a20067a33ae61a1279e5f2b390ae380]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/28 14:15:34 jsc 1.1.2.4: #i29308# prepare path for del command (windows only) 2005/01/27 17:01:49 jsc 1.1.2.3: #i39331# insert dk.mk to support different output dir 2005/01/21 14:35:44 jsc 1.1.2.2: #i39331# updated 2005/01/21 13:24:30 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5dc43b1c318cb81b56c3a7f6750b5ab7a1051c30]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/21 13:24:25 toconnor 1.1.2.2: #i39331# adding Scripting Framework examples to SDK 2005/01/19 17:22:10 toconnor 1.1.2.1: #i39331# add Scripting Framework examples to SDK Issue number: Submitted by: Reviewed by:

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [889dffd62d9bbfbd43c87eebcdf52f8545132a5e]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/08/11 15:01:02 tbe 1.1.2.1: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [055bd233c7f4e56f17ef1fba39a40417da4ec1aa]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/08/11 15:00:22 tbe 1.1.2.1: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [94bc2dd04da1311628ed398512e419126cd242d9]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/08/11 15:01:23 tbe 1.1.2.1: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e19f1fd823ac932ddad4c33d23c67c69b93ebf8e]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/08/11 15:03:30 tbe 1.1.2.1: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [94703acf6421fede5c7d1f6c1c8385bcdbb040f2]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/28 14:15:33 jsc 1.1.2.3: #i29308# prepare path for del command (windows only) 2004/10/22 14:19:18 jsc 1.1.2.2: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY 2004/08/11 15:03:46 tbe 1.1.2.1: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c9677cb8dd0c2d04851562dbe39277f344f4371c]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2004/10/22 14:19:18 jsc 1.5.4.1: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [84ba7a254bb5951e9076e0ba3a8d234d4f568306]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2004/11/02 17:08:23 jsc 1.5.4.5: #i29308# remove start office target 2004/11/02 14:41:05 jsc 1.5.4.4: #i29308# improved 2004/10/15 11:04:11 jsc 1.5.4.3: #i29308# updated 2004/07/29 12:22:50 jsc 1.5.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/17 11:10:05 jsc 1.5.4.1: #i29308# improve docu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e583da82d310c656c38fbea31147d0f63cbaebff]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:33 jsc 1.5.4.8: #i29308# prepare path for del command (windows only) 2004/11/19 14:36:05 jsc 1.5.4.7: #i29308# cleanup debug files as well 2004/11/16 08:28:39 jsc 1.5.4.6: #i29308# cleanup 2004/11/02 17:08:22 jsc 1.5.4.5: #i29308# remove start office target 2004/11/02 14:41:04 jsc 1.5.4.4: #i29308# improved 2004/10/22 14:19:17 jsc 1.5.4.3: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY 2004/10/15 11:04:11 jsc 1.5.4.2: #i29308# updated 2004/07/29 12:22:49 jsc 1.5.4.1: #i29308# insert ECHOLINE macro to dump an empty line in manifest files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9b5f8a6a01a7c0e733a72cd1c52b5da4812b318e]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2004/08/11 15:06:00 tbe 1.3.62.1: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [54aecab8eb571d638ced56933146b7956679726d]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/06/17 11:02:32 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7933d7252a353aa123c94c9557866f2b8373d93d]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/17 11:02:32 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9bfd3d236999645d55e93db0be1628cc9e9b1630]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:32 jsc 1.4.4.6: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:53 jsc 1.4.4.5: #i29308# cleanup 2004/07/30 14:30:07 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:29 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:49 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/17 11:02:31 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0a39dd20e6f875af6d3dc7e3a2c9b13299d026af]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 14:37:07 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/17 11:02:31 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ac655ae314dde7e896ac15944fc71d9e8c7e77a6]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:31 jsc 1.4.4.7: #i29308# prepare path for del command (windows only) 2004/11/16 08:28:38 jsc 1.4.4.6: #i29308# cleanup 2004/10/29 07:33:53 jsc 1.4.4.5: #i29308# cleanup 2004/07/30 14:30:06 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:28 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:49 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/17 11:02:31 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [112fcfe7c52079a267e946cc894ff6e3b8d3a3f7]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 14:37:06 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/17 11:02:30 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b2a039ee17529fe44835f2475f8afe81d2a7cd56]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:30 jsc 1.4.4.7: #i29308# prepare path for del command (windows only) 2004/11/16 08:28:37 jsc 1.4.4.6: #i29308# cleanup 2004/10/29 07:33:52 jsc 1.4.4.5: #i29308# cleanup 2004/07/30 14:30:06 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:28 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:48 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/17 11:02:29 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a3a1033813b992256735c15c465bac5611838f99]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/10/20 13:42:03 jsc 1.3.124.1: #i35871# adapt for Java 5.0

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [46469ddcef7dede1916f8968e42481157f232923]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:30 jsc 1.5.4.9: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:52 jsc 1.5.4.8: #i29308# cleanup 2004/10/22 10:00:14 jsc 1.5.4.7: #i35871# adapt for Java 5.0 2004/10/08 13:58:42 jsc 1.5.4.6: #i29308# insert package manifest 2004/08/24 15:04:24 jsc 1.5.4.5: #i29308# use of new UNO package extension 2004/07/30 14:30:05 jsc 1.5.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:28 jsc 1.5.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:48 jsc 1.5.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/23 12:15:42 jsc 1.5.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1e8b5ef0d5d7ddfcb4e58baed7e2d2fc5ccf988a]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 14:37:05 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/23 12:15:42 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [459260c559dba9a16173f2f19dc93a46f6d62bd4]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:29 jsc 1.5.4.7: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:52 jsc 1.5.4.6: #i29308# cleanup 2004/10/22 10:00:14 jsc 1.5.4.5: #i35871# adapt for Java 5.0 2004/10/08 13:58:42 jsc 1.5.4.4: #i29308# insert package manifest 2004/08/24 15:04:24 jsc 1.5.4.3: #i29308# use of new UNO package extension 2004/07/07 10:05:33 jsc 1.5.4.2: #29308# correct spelling of xcu file 2004/06/24 09:43:31 jsc 1.5.4.1: #i29308# use new xcu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [863f79d4445fb1d95401441114593a6f30012b73]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/08/17 14:15:53 jsc 1.1.2.2: #i29308# adjust strings of the type detection 2004/06/24 09:43:20 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e1e9fc494f2991da49729da661d600b2917ca2c6]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:29 jsc 1.5.4.10: #i29308# prepare path for del command (windows only) 2004/11/11 10:33:54 jsc 1.5.4.9: #i29308# adapted 2004/10/29 07:33:51 jsc 1.5.4.8: #i29308# cleanup 2004/10/25 12:58:52 jsc 1.5.4.7: #i29308# minimize exported symbols 2004/10/22 14:19:16 jsc 1.5.4.6: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY 2004/10/22 10:00:13 jsc 1.5.4.5: #i35871# adapt for Java 5.0 2004/10/08 13:58:41 jsc 1.5.4.4: #i29308# insert package manifest 2004/08/24 15:04:24 jsc 1.5.4.3: #i29308# use of new UNO package extension 2004/07/07 10:05:32 jsc 1.5.4.2: #29308# correct spelling of xcu file 2004/06/24 09:42:53 jsc 1.5.4.1: #i29308# use new xcu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6618010a6f9b1897d622e3402d53209f1e78d8ce]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/27 15:00:25 lo 1.1.2.4: #i36819# fix service name 2005/01/25 12:42:38 lo 1.1.2.3: #i36819# fix flat filter and switch to oasis format 2004/08/17 14:15:53 jsc 1.1.2.2: #i29308# adjust strings of the type detection 2004/06/24 09:41:28 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3be5453d6338e23691046247e161e54a3ad8f10f]

        INTEGRATION: CWS sdksample (1.2.100); FILE MERGED 2005/01/25 12:42:37 lo 1.2.100.1: #i36819# fix flat filter and switch to oasis format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8e10d6bc2382ae733a38dbf89fdba7b7851d5bbb]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/25 12:42:37 lo 1.4.4.1: #i36819# fix flat filter and switch to oasis format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0b4ace39345e4321dac0f7925fd461edbe0497b4]

        INTEGRATION: CWS sdksample (1.4.30); FILE MERGED 2005/01/25 12:42:37 lo 1.4.30.2: #i36819# fix flat filter and switch to oasis format 2004/08/17 14:15:52 jsc 1.4.30.1: #i29308# adjust strings of the type detection

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [638df198e40b20915c217948c74c91dff713d6ae]

        INTEGRATION: CWS sdksample (1.7.4); FILE MERGED 2005/01/28 14:15:28 jsc 1.7.4.11: #i29308# prepare path for del command (windows only) 2004/11/11 10:33:53 jsc 1.7.4.10: #i29308# adapted 2004/10/29 07:33:51 jsc 1.7.4.9: #i29308# cleanup 2004/10/25 12:58:52 jsc 1.7.4.8: #i29308# minimize exported symbols 2004/10/22 14:19:16 jsc 1.7.4.7: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY 2004/10/22 10:00:13 jsc 1.7.4.6: #i35871# adapt for Java 5.0 2004/10/08 13:58:41 jsc 1.7.4.5: #i29308# insert package manifest 2004/08/24 15:04:23 jsc 1.7.4.4: #i29308# use of new UNO package extension 2004/08/04 12:39:16 jsc 1.7.4.3: #i29308# improved 2004/07/07 10:05:32 jsc 1.7.4.2: #29308# correct spelling of xcu file 2004/06/24 09:46:37 jsc 1.7.4.1: #i29308# use new xcu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9021e4629179a985bde0ca064b52c3d67535316f]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/27 13:31:15 jsc 1.1.2.4: #i36819# change fodw to fodt 2005/01/25 12:42:36 lo 1.1.2.3: #i36819# fix flat filter and switch to oasis format 2004/08/17 14:15:52 jsc 1.1.2.2: #i29308# adjust strings of the type detection 2004/06/24 09:45:26 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9ed47c553a8e20202497a25eda7307e6a8a7d4f2]

        INTEGRATION: CWS sdksample (1.2.130); FILE MERGED 2004/11/23 16:30:54 jsc 1.2.130.1: #i29308# adjust to use XComponentContext and component helper

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0abcfc0dd24f536ef5a7237084440c208115b3e0]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:28 jsc 1.4.4.7: #i29308# prepare path for del command (windows only) 2004/11/23 16:30:54 jsc 1.4.4.6: #i29308# adjust to use XComponentContext and component helper 2004/10/29 07:33:50 jsc 1.4.4.5: #i29308# cleanup 2004/10/22 10:00:13 jsc 1.4.4.4: #i35871# adapt for Java 5.0 2004/10/08 13:58:40 jsc 1.4.4.3: #i29308# insert package manifest 2004/08/24 15:04:23 jsc 1.4.4.2: #i29308# use of new UNO package extension 2004/06/24 09:51:44 jsc 1.4.4.1: #i26335# use zip for packaging

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [02a19830081e9c76b0b642aa0b2a638b8edcbf31]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/11/23 16:30:54 jsc 1.3.124.1: #i29308# adjust to use XComponentContext and component helper

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c64dafd9da871b7d3df53cd6500cb51bd8d9e227]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2005/01/11 10:36:30 jsc 1.3.124.2: #i40127# insert missing bracket 2004/11/23 16:30:54 jsc 1.3.124.1: #i29308# adjust to use XComponentContext and component helper

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8dd6ec61484d4c3fe06ccc3e2ac8b5f9f44ecf16]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:27 jsc 1.4.4.7: #i29308# prepare path for del command (windows only) 2004/11/11 10:33:52 jsc 1.4.4.6: #i29308# adapted 2004/10/29 07:33:50 jsc 1.4.4.5: #i29308# cleanup 2004/07/30 14:30:05 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:27 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:48 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/17 11:02:28 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [955671759ed533827baf839834f6bfcd11ece155]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/11/11 10:33:52 jsc 1.4.40.4: #i29308# adapted 2004/10/15 11:04:10 jsc 1.4.40.3: #i29308# updated 2004/08/06 14:37:04 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/17 11:02:28 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6ac5d6f0c0e275c274860285d165dc2231b964bf]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/23 12:15:41 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [81dd0ec2b7ad23add144221f5398b0a04b3c9fa2]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/23 12:15:40 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f702fd1ebf30d5450f7c84eeef3291b50f84af8c]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2004/10/29 07:33:49 jsc 1.4.4.2: #i29308# cleanup 2004/06/23 12:15:39 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6609a1c389fbeb6be26320ef6eec082bab5d734c]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/23 12:15:39 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [628c17df4a0f28266d38a396b6134b5622138c60]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/23 12:15:38 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [67166b93d3d50f390cde68b7935678f27d89587d]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/08/06 14:37:04 jsc 1.3.124.2: #i29308# use System.err for error output 2004/06/23 12:15:38 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c41c0d00fcbf093e2db9a34123c15ee67abb3515]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:25 jsc 1.4.4.6: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:48 jsc 1.4.4.5: #i29308# cleanup 2004/07/30 14:30:05 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:27 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:47 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/23 12:15:38 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a421143d935ce690b4e91515c56fd665d878ed24]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/23 12:15:37 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [094875b0f0121ef0ccf722020653286789975401]

        INTEGRATION: CWS sdksample (1.3.118); FILE MERGED 2004/06/23 12:15:36 jsc 1.3.118.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7d06b8c3f0c5f1872d29d203c8709ef601a30a8a]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/23 12:15:36 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d0a8c8f6e585ee6ae3183d4d7fd1593f25446618]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/06/23 12:15:36 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4cd0f6b16551f1a193bbb1f592b3172f71e7df17]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/23 12:15:35 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a2717a2b5ab5e11c556487d0c4403d86bdcdd18d]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/17 11:02:27 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ec50b320611e494cb02faf097d34a3bb605eeae2]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:25 jsc 1.4.4.6: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:48 jsc 1.4.4.5: #i29308# cleanup 2004/07/30 14:30:04 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:27 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:47 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/17 11:02:27 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [724b472e95e9372ad79605fe6ba9ea59e78ce99b]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/17 11:02:26 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [01f1d50c26f4b3f5fe092c53f00f37ed7eff18a1]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/17 11:02:25 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [da7f4870a93ebfaf75818672c59a6cfb511b6a3f]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/10/15 11:04:10 jsc 1.4.40.3: #i29308# updated 2004/08/06 14:37:03 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/17 11:02:25 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4b08f376164a335792ce29e3345d5d396eea3675]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2004/11/23 16:33:37 jsc 1.3.62.3: #i29308# remove unused files from AsciiReplace filter example 2004/10/25 12:58:51 jsc 1.3.62.2: #i29308# minimize exported symbols 2004/06/24 09:54:48 jsc 1.3.62.1: #i29308# new files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [38e3a21d98eefd664397838eeb8b1cc854f0b93b]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/08/06 14:37:03 jsc 1.3.124.2: #i29308# use System.err for error output 2004/06/17 11:02:24 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1b20ec83ac14662b8891d7955b5c8adc487c2afe]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 14:37:02 jsc 1.4.40.3: #i29308# use System.err for error output 2004/07/26 11:27:27 jsc 1.4.40.2: #i29308# improved 2004/06/17 11:02:23 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [852854b0ac277224996f5fdb58bf22b31f492a8e]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/17 11:02:23 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d452180753def212c6b7b2fb2182fa9c6fb4c015]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2004/07/30 14:30:04 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:26 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:47 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/17 11:02:23 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [17f6b9d338277f4bb8700c5a57b96f757f83560b]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/04 12:39:16 jsc 1.4.40.3: #i29308# improved 2004/07/26 11:27:26 jsc 1.4.40.2: #i29308# improved 2004/06/17 11:02:22 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b99ba6897d0dec87ac683bb247677e29715a0050]

        INTEGRATION: CWS sdksample (1.2.2); FILE MERGED 2004/11/24 07:56:53 jsc 1.2.2.1: #i29308# remove building of jar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [08b27c7aa895d9670b1723168ebb753b1faf3539]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2005/01/13 15:23:48 jsc 1.3.62.2: #i39890# change to new doc extensions 2004/10/07 09:20:58 jsc 1.3.62.1: #i29208# updated

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f57846980382ed301f959d355a01998fe9d3412f]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/11/11 10:33:51 jsc 1.1.2.2: #i29308# adapted 2004/10/07 08:52:49 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ac58e608ce9a31156a071e33a34318c80a515d39]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/28 15:32:00 jsc 1.1.2.2: #i29308# use new bootstrap mechanism 2004/10/07 08:52:51 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c72c065e36b7e206144d2c1e3cbbc4eb6de75434]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/07 08:52:53 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c40a35814a26ae8fce4c36e5c6e06a0faeedb7b1]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/07 08:52:50 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e789e5b364e2cf50069b47c509c0733b20cc239b]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/28 15:31:59 jsc 1.1.2.2: #i29308# use new bootstrap mechanism 2004/10/07 08:52:50 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9aa5eeffd2a1d7bab77212ccbfb921bb5d7c3011]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/07 08:52:49 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f7e3f25e05ad99de73f833d894e2d67a5308a4f9]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/28 15:31:59 jsc 1.1.2.2: #i29308# use new bootstrap mechanism 2004/10/07 08:52:53 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6d1aa87faab31fc6f8b1c41ee40b299c2adfaed0]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/28 15:31:59 jsc 1.1.2.2: #i29308# use new bootstrap mechanism 2004/10/07 08:52:54 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [cb755270707d395584150bbfa4196b77b429a536]

        INTEGRATION: CWS sdksample (1.3.118); FILE MERGED 2004/10/28 15:31:59 jsc 1.3.118.1: #i29308# use new bootstrap mechanism

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [70d1011fa3f9092ee2be1fd36f44d078d4a75f3f]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:22:42 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [377f835cd498d1a205ad0476adb50766b08f0851]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:24 jsc 1.4.4.10: #i29308# prepare path for del command (windows only) 2005/01/12 15:17:49 jsc 1.4.4.9: #i39890# change to new OpenDocument format 2004/11/11 10:33:51 jsc 1.4.4.8: #i29308# adapted 2004/11/02 14:41:03 jsc 1.4.4.7: #i29308# improved 2004/10/29 07:33:47 jsc 1.4.4.6: #i29308# cleanup 2004/10/28 15:31:59 jsc 1.4.4.5: #i29308# use new bootstrap mechanism 2004/10/15 11:04:09 jsc 1.4.4.4: #i29308# updated 2004/10/07 09:20:57 jsc 1.4.4.3: #i29208# updated 2004/07/29 12:22:46 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/10 13:24:46 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d4b6e0e54ae546775665c11981006a67d92723b9]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/07 08:52:52 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ea32261775ce7e547ef8a00a7adb22be51f3ee1e]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/10/28 15:31:58 jsc 1.3.124.2: #i29308# use new bootstrap mechanism 2004/10/07 09:20:57 jsc 1.3.124.1: #i29208# updated

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3821462f20f1cb007093245e60cbf3e522279f99]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/10/28 15:31:58 jsc 1.3.124.1: #i29308# use new bootstrap mechanism

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [20288b539c4f96881e73a365dd687a65bff42c59]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/10/07 09:20:57 jsc 1.4.40.3: #i29208# updated 2004/07/29 12:22:46 jsc 1.4.40.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/10 13:24:44 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [47126f75108c4f7a6e1a4f2a1c6a92d08c725dbf]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/10/07 09:20:57 jsc 1.3.124.1: #i29208# updated

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [de69259f60444a8aab16864e6431e5bf8d93a06e]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/10/28 15:31:58 jsc 1.3.124.2: #i29308# use new bootstrap mechanism 2004/10/07 09:20:56 jsc 1.3.124.1: #i29208# updated

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d8cb9eab668904f931e066d57e0e84524e486b21]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/28 15:31:57 jsc 1.1.2.2: #i29308# use new bootstrap mechanism 2004/10/07 08:52:53 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3657a106ebae326d98baae05d6420a39572e5cf1]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/07 08:52:54 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [21413e706717de859b8e2344831b53bea24abb2e]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/28 15:31:57 jsc 1.1.2.2: #i29308# use new bootstrap mechanism 2004/10/07 08:52:52 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [818edceccc73ead77f0a93b4642029aff78be72a]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/07 08:52:48 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [288a6a15a51fd721be7081f1306eae65bcbcb24f]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/10/07 09:20:56 jsc 1.3.124.1: #i29208# updated

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e44f7a3251cbd49d7352de6768d8f3ba274a26d9]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/10/28 15:31:56 jsc 1.3.124.1: #i29308# use new bootstrap mechanism

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2d5148b2b9ffb29cefbdb9e679d0a66a539805dd]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/10/28 15:31:56 jsc 1.1.2.2: #i29308# use new bootstrap mechanism 2004/10/07 08:52:51 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2e4697388e3b816f1d39c047745052547035cd41]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2004/08/17 14:18:27 jsc 1.3.62.1: #i29308# change FirstConnection to FirstUnoContact

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b45f0dd4f07bd6bdce7c41284da16ada2945b9dc]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/08/18 13:15:46 jsc 1.1.2.2: #i29308# improved 2004/08/17 14:17:39 jsc 1.1.2.1: #i29308# new example ant build script for FirstUnoContact

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [585efb04bd68915960669274333e22928b3e6ef8]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:24 jsc 1.4.4.7: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:47 jsc 1.4.4.6: #i29308# cleanup 2004/08/17 14:18:27 jsc 1.4.4.5: #i29308# change FirstConnection to FirstUnoContact 2004/07/30 14:30:04 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:26 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:46 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/10 13:24:42 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [dc1efa908f78a7c1e040c629d70e71784b138462]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/21 10:57:44 jsc 1.4.40.5: #i29308# remove unnecessary comment 2005/01/11 11:09:58 jsc 1.4.40.4: #i36756# enable all three demos 2004/11/26 15:07:01 jsc 1.4.40.3: #i36756# set properties of shape object to old defaults 2004/08/06 14:37:02 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/10 13:24:39 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bfaf08f389f5f2f9456b1d0fadd6174b44f020d2]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/08/18 13:15:45 jsc 1.1.2.2: #i29308# improved 2004/08/17 14:16:50 jsc 1.1.2.1: #i29308# new example for FirstSteps

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b9253239af4303763875c69b38474d858bfb9ccc]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/21 10:57:42 jsc 1.4.40.5: #i29308# remove unnecessary comment 2005/01/13 14:02:21 jsc 1.4.40.4: #i39890# change doc extensions 2004/08/20 11:19:54 jsc 1.4.40.3: #i29308# reorder imports 2004/08/06 14:37:01 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/10 13:24:37 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [20eaa883c06b3b00a3822f25c7d3c55ef51cf532]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 14:37:01 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/10 13:24:35 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d267e1c4a7f5910a70a1501ffe430d47c460a3ae]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2005/01/13 15:23:47 jsc 1.3.62.1: #i39890# change to new doc extensions

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2b474afb5d4928e97193fe673057fbd62b4624d7]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/06/16 08:49:17 jsc 1.4.40.2: #i29308# explicit imports 2004/06/10 10:05:55 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e863826c14fb2d459a8ea682a3e9176e8015501f]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:22:18 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [be40f8488f04995a89c9dd8efbc6ab8dc0d8e527]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/16 08:49:17 jsc 1.3.124.1: #i29308# explicit imports

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4d4e7e85d46985d698fcd2302090e6c992754d01]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/06/16 08:49:16 jsc 1.4.40.2: #i29308# explicit imports 2004/06/10 10:05:54 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3f6949f3f07a4e53d62c13c0dfec63b600a6ef22]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:23 jsc 1.4.4.9: #i29308# prepare path for del command (windows only) 2005/01/12 15:17:47 jsc 1.4.4.8: #i39890# change to new OpenDocument format 2004/11/22 09:44:13 jsc 1.4.4.7: #i29308# export graphic in output directory instead of local dir - shared usage of SDK 2004/10/29 07:33:47 jsc 1.4.4.6: #i29308# cleanup 2004/07/30 14:30:03 jsc 1.4.4.5: #i29308# use quotes for unopath option 2004/07/30 08:36:25 jsc 1.4.4.4: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:45 jsc 1.4.4.3: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/16 08:49:16 jsc 1.4.4.2: #i29308# explicit imports 2004/06/10 10:05:54 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ba360d4a67f5063d742c00f47bcd7622bb7c0669]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/16 08:49:16 jsc 1.3.124.2: #i29308# explicit imports 2004/06/10 10:05:53 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e29106b6cdd58d04eaf119a32e5d07936fda73a7]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/11/22 09:44:12 jsc 1.4.40.3: #i29308# export graphic in output directory instead of local dir - shared usage of SDK 2004/06/16 08:49:15 jsc 1.4.40.2: #i29308# explicit imports 2004/06/10 10:05:53 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [65ca34a5effb4e1252f2a11d6e9aaf2198cca8f8]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/06/16 08:49:15 jsc 1.4.40.2: #i29308# explicit imports 2004/06/10 10:05:53 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bf9488b586cd7e3331fed745e5c1aa0fe35d679e]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/06/16 08:49:15 jsc 1.4.40.2: #i29308# explicit imports 2004/06/10 10:05:52 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [02b002cf44b455cf06ea378b27622ff278e8b955]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2005/01/12 15:17:46 jsc 1.4.40.3: #i39890# change to new OpenDocument format 2004/06/16 08:49:15 jsc 1.4.40.2: #i29308# explicit imports 2004/06/10 10:05:52 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [145431f4a3dbd391919e04b013a946e3c99ae88e]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/06/16 08:49:14 jsc 1.4.40.2: #i29308# explicit imports 2004/06/10 10:05:52 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [aba8925175f3ebe86b6aa0e3fc2188125b582607]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/06/16 08:49:14 jsc 1.4.40.2: #i29308# explicit imports 2004/06/10 10:05:51 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f41c3694cf021173c87b917cb54795b4e28b424f]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:22 jsc 1.5.4.8: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:45 jsc 1.5.4.7: #i29308# cleanup 2004/10/25 12:58:50 jsc 1.5.4.6: #i29308# minimize exported symbols 2004/10/22 14:19:16 jsc 1.5.4.5: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY 2004/10/22 10:00:12 jsc 1.5.4.4: #i35871# adapt for Java 5.0 2004/10/08 13:58:40 jsc 1.5.4.3: #i29308# insert package manifest 2004/08/24 15:04:22 jsc 1.5.4.2: #i29308# use of new UNO package extension 2004/06/17 11:08:55 jsc 1.5.4.1: #i29308# clean library

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8fd9661f1461de5b72640770b9d3c059f3c53ebd]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2004/10/25 12:58:50 jsc 1.3.62.1: #i29308# minimize exported symbols

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [19c27dc621807fe9649d99a5cf251793fd29eb70]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 14:36:59 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/09 13:14:29 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a91c1051dc5fb9a52de378cfcf6d2bfdb8ded034]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:22 jsc 1.4.4.6: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:44 jsc 1.4.4.5: #i29308# cleanup 2004/07/30 14:30:03 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:25 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:45 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/09 13:14:28 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [06b7b70b8879fadc30500d5819e06a6d671ea818]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/10/04 13:48:13 jsc 1.4.40.3: RESYNC: (1.4-1.5); FILE MERGED 2004/08/06 14:36:58 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/09 13:14:28 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [58e8b7034484235bd9af31c726ee455688851603]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:21 jsc 1.4.4.7: #i29308# prepare path for del command (windows only) 2004/11/11 10:33:51 jsc 1.4.4.6: #i29308# adapted 2004/10/29 07:33:43 jsc 1.4.4.5: #i29308# cleanup 2004/07/30 14:30:02 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:25 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:45 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/08 08:24:35 jsc 1.4.4.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [125f9e9806dde56edbb8a8e1fbbd0b031a0b1a99]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 14:36:56 jsc 1.4.40.3: #i29308# use System.err for error output 2004/07/26 11:26:23 jsc 1.4.40.2: #i29308# insert temporary bugfix 2004/06/08 08:24:35 jsc 1.4.40.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d241b275c5a7d7099f38737c66cfb9553ec94946]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/07/30 07:56:07 jsc 1.1.2.1: #i29308# new interface

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [869703102bbc195bf26622ac2050036bcf798cc2]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/07/30 08:35:30 jsc 1.3.124.2: #i29308# integrate new multiple inheritance interface 2004/06/30 09:10:28 jsc 1.3.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1f234c14fa4842d6f82eaf62e32ddfa45c7a0c8e]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:20 jsc 1.4.4.5: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:42 jsc 1.4.4.4: #i29308# cleanup 2004/07/30 08:35:30 jsc 1.4.4.3: #i29308# integrate new multiple inheritance interface 2004/06/30 09:10:28 jsc 1.4.4.2: #i29308# use of new UNO features 2004/06/24 09:39:02 jsc 1.4.4.1: #i26335# use zip for packaging

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [db7820019023795a372cdd55d7854aa0953d922f]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/11/16 08:28:35 jsc 1.4.40.4: #i29308# cleanup 2004/08/06 14:36:54 jsc 1.4.40.3: #i29308# use System.err for error output 2004/07/30 08:35:29 jsc 1.4.40.2: #i29308# integrate new multiple inheritance interface 2004/06/30 09:10:28 jsc 1.4.40.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9ce96b7aef8ba76d92bbdc4d08e0dc30eee6264f]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:19 jsc 1.5.4.7: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:41 jsc 1.5.4.6: #i29308# cleanup 2004/10/08 13:58:39 jsc 1.5.4.5: #i29308# insert package manifest 2004/07/30 08:35:29 jsc 1.5.4.4: #i29308# integrate new multiple inheritance interface 2004/07/29 12:22:44 jsc 1.5.4.3: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/30 09:10:27 jsc 1.5.4.2: #i29308# use of new UNO features 2004/06/24 09:39:02 jsc 1.5.4.1: #i26335# use zip for packaging

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7302dd6827993b3e0f2cbfc4639a70cfdf0e294f]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/08/04 12:39:16 jsc 1.3.124.2: #i29308# improved 2004/07/30 08:35:29 jsc 1.3.124.1: #i29308# integrate new multiple inheritance interface

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [67c7f31d471d8ba328c7e02296f06be4063b54b7]

        INTEGRATION: CWS sdksample (1.2.124); FILE MERGED 2004/10/22 10:00:11 jsc 1.2.124.5: #i35871# adapt for Java 5.0 2004/10/08 13:58:39 jsc 1.2.124.4: #i29308# insert package manifest 2004/07/30 08:35:29 jsc 1.2.124.3: #i29308# integrate new multiple inheritance interface 2004/06/30 09:10:27 jsc 1.2.124.2: #i29308# use of new UNO features 2004/06/24 09:39:01 jsc 1.2.124.1: #i26335# use zip for packaging

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5946ccd38e5a85beda4e343f20f635796647afb0]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2004/07/30 08:35:29 jsc 1.4.4.3: #i29308# integrate new multiple inheritance interface 2004/06/30 09:10:27 jsc 1.4.4.2: #i29308# use of new UNO features 2004/06/24 09:39:01 jsc 1.4.4.1: #i26335# use zip for packaging

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ea4b5801d7d1f7d68176fce6bc35c7e1d0d1ad40]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/07 16:00:30 jsc 1.3.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [360f16b46b384618314de018ec85b4c8c76595dc]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/30 09:10:26 jsc 1.3.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fd489e99907aa065f58739c8e694e4672044af93]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/06/30 09:10:26 jsc 1.1.2.2: #i29308# use of new UNO features 2004/06/07 15:59:53 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [79598aa8fcab4bef1d76b2578b81c23b9f69f0c9]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/06/07 15:59:41 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6240e27f2c8d5341a2f2b7b5528faad5253a378e]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/06/07 15:59:25 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [218afb15354677c649e33b13fe703c1273601cca]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:18 jsc 1.5.4.13: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:41 jsc 1.5.4.12: #i29308# cleanup 2004/10/22 10:00:11 jsc 1.5.4.11: #i35871# adapt for Java 5.0 2004/10/15 11:04:09 jsc 1.5.4.10: #i29308# updated 2004/10/08 13:58:39 jsc 1.5.4.9: #i29308# insert package manifest 2004/08/24 15:04:22 jsc 1.5.4.8: #i29308# use of new UNO package extension 2004/08/06 14:36:53 jsc 1.5.4.7: #i29308# use System.err for error output 2004/07/30 14:30:02 jsc 1.5.4.6: #i29308# use quotes for unopath option 2004/07/30 08:36:24 jsc 1.5.4.5: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:44 jsc 1.5.4.4: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/30 09:10:25 jsc 1.5.4.3: #i29308# use of new UNO features 2004/06/24 09:39:00 jsc 1.5.4.2: #i26335# use zip for packaging 2004/06/07 16:00:29 jsc 1.5.4.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4a33ba2b755cc80ec85503f3d15405214b0a0c02]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/06/30 09:10:25 jsc 1.3.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7b7e9109be520c523c75f674a94067dc2756708f]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/08/03 15:33:01 dbo 1.3.124.2: revised sample code Issue number: Submitted by: Reviewed by: 2004/06/30 09:10:25 jsc 1.3.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [93fcb2c0014e135d4f094637e81754b2b34e041c]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/08/03 15:33:00 dbo 1.3.124.2: revised sample code Issue number: Submitted by: Reviewed by: 2004/06/30 09:10:25 jsc 1.3.124.1: #i29308# use of new UNO features

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f0f40d4b7013939c1449a9da7eb4f2a1d73c691c]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/11/19 14:27:19 jsc 1.1.2.3: #i29308# correct spelling 2004/08/04 12:39:15 jsc 1.1.2.2: #i29308# improved 2004/06/30 09:18:11 jsc 1.1.2.1: #i29308# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4d0a8e2887346aa49ac77be24fb987af0942d951]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:22:02 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fc0e512568e11d0656be90b840e797ef4b8b2f48]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:17 jsc 1.5.4.13: #i29308# prepare path for del command (windows only) 2005/01/12 15:17:45 jsc 1.5.4.12: #i39890# change to new OpenDocument format 2004/11/19 14:36:04 jsc 1.5.4.11: #i29308# cleanup debug files as well 2004/11/16 08:28:34 jsc 1.5.4.10: #i29308# cleanup 2004/10/29 07:33:41 jsc 1.5.4.9: #i29308# cleanup 2004/10/27 11:34:27 jsc 1.5.4.8: #i29308# change laoding of sample documents 2004/10/25 12:58:49 jsc 1.5.4.7: #i29308# minimize exported symbols 2004/10/22 14:19:15 jsc 1.5.4.6: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY 2004/10/22 10:00:11 jsc 1.5.4.5: #i35871# adapt for Java 5.0 2004/10/08 13:58:38 jsc 1.5.4.4: #i29308# insert package manifest 2004/08/24 15:04:21 jsc 1.5.4.3: #i29308# use of new UNO package extension 2004/06/30 09:10:24 jsc 1.5.4.2: #i29308# use of new UNO features 2004/06/24 09:39:00 jsc 1.5.4.1: #i26335# use zip for packaging

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [77a502e0463b7d14d598578ea3409424bbf9f4ad]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:16 jsc 1.5.4.6: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:40 jsc 1.5.4.5: #i29308# cleanup 2004/10/22 13:12:35 jsc 1.5.4.4: #i35871# adapt for Java 5.0 2004/10/08 13:58:38 jsc 1.5.4.3: #i29308# insert package manifest 2004/08/24 15:04:21 jsc 1.5.4.2: #i29308# use of new UNO package extension 2004/06/24 09:38:59 jsc 1.5.4.1: #i26335# use zip for packaging

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9af460651940de6eb8152dda43b7d5e5a792104c]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:15 jsc 1.5.4.9: #i29308# prepare path for del command (windows only) 2004/11/16 08:28:33 jsc 1.5.4.8: #i29308# cleanup 2004/10/29 07:33:40 jsc 1.5.4.7: #i29308# cleanup 2004/10/25 12:58:49 jsc 1.5.4.6: #i29308# minimize exported symbols 2004/10/22 14:19:15 jsc 1.5.4.5: #i29308# replace DKREGISTRYNAME with OFFICE_TYPE_LIBRARY 2004/10/22 13:12:35 jsc 1.5.4.4: #i35871# adapt for Java 5.0 2004/10/08 13:58:37 jsc 1.5.4.3: #i29308# insert package manifest 2004/08/24 15:04:21 jsc 1.5.4.2: #i29308# use of new UNO package extension 2004/06/24 09:38:57 jsc 1.5.4.1: #i26335# use zip for packaging

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8e466ca0385d308482112d3a04d094b02279703b]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:15 jsc 1.5.4.7: #i29308# prepare path for del command (windows only) 2004/11/16 08:28:33 jsc 1.5.4.6: #i29308# cleanup 2004/10/29 07:33:39 jsc 1.5.4.5: #i29308# cleanup 2004/10/22 13:12:35 jsc 1.5.4.4: #i35871# adapt for Java 5.0 2004/10/08 13:58:37 jsc 1.5.4.3: #i29308# insert package manifest 2004/08/24 15:04:20 jsc 1.5.4.2: #i29308# use of new UNO package extension 2004/06/24 09:38:57 jsc 1.5.4.1: #i26335# use zip for packaging

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e3a0acd449afe07661f538a92fbff8029c6fd900]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2005/01/13 15:23:47 jsc 1.3.62.7: #i39890# change to new doc extensions 2004/10/25 12:58:48 jsc 1.3.62.6: #i29308# minimize exported symbols 2004/08/06 14:36:53 jsc 1.3.62.5: #i29308# use System.err for error output 2004/07/30 08:36:24 jsc 1.3.62.4: #i29308# adjust ECHOLINE for windows 2004/06/30 09:19:24 jsc 1.3.62.3: #i29308# new TestCppComponent.cxx 2004/06/30 09:10:24 jsc 1.3.62.2: #i29308# use of new UNO features 2004/06/23 12:58:36 jsc 1.3.62.1: #i29308# use of new UNO bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [be656267d2260c08ad11b77625f7b85fb7ec89f8]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2005/01/13 15:23:47 jsc 1.3.62.1: #i39890# change to new doc extensions

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e272353004ac712ad407b748e4b42060a2886ae8]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:13 jsc 1.5.4.13: #i29308# prepare path for del command (windows only) 2005/01/12 15:17:44 jsc 1.5.4.12: #i39890# change to new OpenDocument format 2004/11/11 10:33:50 jsc 1.5.4.11: #i29308# adapted 2004/10/29 07:33:39 jsc 1.5.4.10: #i29308# cleanup 2004/10/27 11:34:27 jsc 1.5.4.9: #i29308# change laoding of sample documents 2004/10/22 10:00:10 jsc 1.5.4.8: #i35871# adapt for Java 5.0 2004/10/15 11:04:09 jsc 1.5.4.7: #i29308# updated 2004/10/08 13:58:36 jsc 1.5.4.6: #i29308# insert package manifest 2004/08/24 15:04:20 jsc 1.5.4.5: #i29308# use of new UNO package extension 2004/07/30 14:30:02 jsc 1.5.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:23 jsc 1.5.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:43 jsc 1.5.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/07 14:25:55 jsc 1.5.4.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [715fbb2717701c474415f98bbd8d7d1ac6449826]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2005/01/21 10:57:03 jsc 1.3.124.1: #i29308# use ...text.TextEmbeddingObject instead of ...drawing.OLE2Shape

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7cc3bd185b6dbcc6f5bb3c439b1425251c97908e]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 14:36:52 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/07 14:25:56 jsc 1.4.40.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [96e796f9bfa16e4e3636b4b40d2e0a25334a46cb]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2005/01/21 10:57:00 jsc 1.3.124.1: #i29308# use ...text.TextEmbeddingObject instead of ...drawing.OLE2Shape

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [97f5216cc75b559b8add039fa5f257cc15e546be]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2005/01/21 10:56:58 jsc 1.3.124.1: #i29308# use ...text.TextEmbeddingObject instead of ...drawing.OLE2Shape

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [307302dc37bfcf13ec7c3277936fb21058a66242]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2005/01/25 16:48:23 jsc 1.3.124.2: #i29308# adapt Any constructor to work with Java 1.4.x 2005/01/21 10:56:56 jsc 1.3.124.1: #i29308# use ...text.TextEmbeddingObject instead of ...drawing.OLE2Shape

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [35e2257506f060d15ca39f873727e64e6e32df37]

        INTEGRATION: CWS sdksample (1.3.124); FILE MERGED 2004/07/26 11:25:36 jsc 1.3.124.1: #i29308# improved, insert factor

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [db4301ab6feb9ed26d13ce19e3237bf251722308]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/25 16:50:47 jsc 1.1.2.2: #i29308# correct document to use new chart type 2005/01/12 15:21:48 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c9574df584143ffb120737ec8ed7d7576d89a38f]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/27 17:17:08 jsc 1.1.2.1: #i29308# moved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8f64c4fa79f7bbafa688b49ffd9d610ee87ecd1b]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/27 17:16:56 jsc 1.1.2.1: #i29308# moved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [050dffc897f80c90d9c8ade66784fd585ca684fe]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/27 17:16:43 jsc 1.1.2.1: #i29308# moved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f5e67dc4ecc980e0eb5ed52158cc141406999d80]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/28 13:53:44 jsc 1.1.2.2: #41458# move load library call and correct event binding 2005/01/27 17:16:21 jsc 1.1.2.1: #i29308# moved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [95b506e121c8aa5294dec2ad8be34d5e563e712a]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/27 17:16:08 jsc 1.1.2.1: #i29308# moved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7555454d0341f2a92708b34d00b0047eef777d51]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/28 13:53:44 jsc 1.1.2.2: #41458# move load library call and correct event binding 2005/01/27 17:15:53 jsc 1.1.2.1: #i29308# moved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d28d31068ca2bd1060363fba26db806c07e318e9]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/27 17:15:40 jsc 1.1.2.1: #i29308# moved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [be398b3cbb9cc8a244118e470041e22a7a6abc05]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/28 13:53:44 jsc 1.1.2.2: #41458# move load library call and correct event binding 2005/01/27 17:15:25 jsc 1.1.2.1: #i29308# moved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [16713a57af16d3c24cfea09f3293ff7878189e41]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/27 17:15:13 jsc 1.1.2.1: #i29308# moved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c68003e87de7642ff520483be2d8b6a9b7f5d52f]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/28 13:53:43 jsc 1.1.2.2: #41458# move load library call and correct event binding 2005/01/27 17:14:59 jsc 1.1.2.1: #i29308# moved

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [115ccd474a5f018463c6965c6b0b6d5770c54355]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/28 13:53:42 jsc 1.1.2.2: #41458# move load library call and correct event binding 2005/01/27 17:12:50 jsc 1.1.2.1: #i29308# new doc to run test macros

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7bcae2600abe38293933222deb801921c15e0ec3]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/28 13:53:41 jsc 1.1.2.3: #41458# move load library call and correct event binding 2005/01/27 17:20:02 jsc 1.1.2.2: #i29308# take care of moved files 2004/11/12 10:35:36 jsc 1.1.2.1: #i29308# new, create uno package for Basic library

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [85d3a0b2857abf539ded895f974273a3b0cc2d6c]

        INTEGRATION: CWS sdksample (1.5.4); FILE MERGED 2005/01/28 14:15:12 jsc 1.5.4.9: #i29308# prepare path for del command (windows only) 2005/01/12 15:17:43 jsc 1.5.4.8: #i39890# change to new OpenDocument format 2004/11/16 08:28:32 jsc 1.5.4.7: #i29308# cleanup 2004/10/29 07:33:39 jsc 1.5.4.6: #i29308# cleanup 2004/10/27 11:34:26 jsc 1.5.4.5: #i29308# change laoding of sample documents 2004/10/22 10:00:10 jsc 1.5.4.4: #i35871# adapt for Java 5.0 2004/10/08 13:58:36 jsc 1.5.4.3: #i29308# insert package manifest 2004/08/24 15:04:19 jsc 1.5.4.2: #i29308# use of new UNO package extension 2004/06/17 11:07:38 jsc 1.5.4.1: #i29308# use of zip instead of jar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d0581f50cf361aecddf7b8166924fd03ba546472]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:21:34 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [98e55ba554c9aee4e0a4bbe21d234c96311c04f3]

        INTEGRATION: CWS sdksample (1.3.62); FILE MERGED 2005/01/27 17:28:36 jsc 1.3.62.4: #i29308# insert missing line break 2005/01/27 17:20:59 jsc 1.3.62.3: #i29308# take care of moved ToolkitControls files 2005/01/13 15:23:46 jsc 1.3.62.2: #i39890# change to new doc extensions 2004/11/16 08:24:43 jsc 1.3.62.1: #i29308# add Makefile for ToolkitControls Basic library

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e22cca7c2b5003ca957365db8f1f3a9f0b066fc0]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/12 15:21:22 jsc 1.1.2.1: #i39890# change to new OpenDocument format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f8450a55ed30d0efe3a94093a9568caeef6e8250]

        INTEGRATION: CWS sdksample (1.4.4); FILE MERGED 2005/01/28 14:15:12 jsc 1.4.4.7: #i29308# prepare path for del command (windows only) 2004/10/29 07:33:38 jsc 1.4.4.6: #i29308# cleanup 2004/08/06 14:36:51 jsc 1.4.4.5: #i29308# use System.err for error output 2004/07/30 14:30:01 jsc 1.4.4.4: #i29308# use quotes for unopath option 2004/07/30 08:36:23 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows 2004/07/29 12:22:43 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files 2004/06/07 13:07:46 jsc 1.4.4.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4c3e5e96f3e4d2057a19203bbbb166eef2ce4507]

        INTEGRATION: CWS sdksample (1.4.40); FILE MERGED 2004/08/06 14:36:51 jsc 1.4.40.2: #i29308# use System.err for error output 2004/06/07 13:07:46 jsc 1.4.40.1: #i29308# use new bootstrap feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1e23001a7052aab36f6dbd1c7d05bb70c44a1e29]

        INTEGRATION: CWS sdksample (1.6.4); FILE MERGED 2005/01/27 17:07:20 jsc 1.6.4.14: #i38748# correct links 2005/01/27 08:12:39 jsc 1.6.4.13: #i40344# inset blue bullet for TestCppComponent 2005/01/20 09:16:02 jsc 1.6.4.12: #i38748# adapt style 2005/01/20 08:57:26 jsc 1.6.4.11: #i39331# insert Scripting Framework in content link table 2005/01/19 17:22:09 toconnor 1.6.4.10: #i39331# add Scripting Framework examples to SDK Issue number: Submitted by: Reviewed by: 2005/01/13 14:02:20 jsc 1.6.4.9: #i39890# change doc extensions 2005/01/11 11:11:41 jsc 1.6.4.8: #i40344# adapt docu 2004/12/21 17:15:44 jsc 1.6.4.7: #i38748# redesigned and updated 2004/11/26 17:18:59 jsc 1.6.4.6: #i37906# insert link to OASIS, update links to DevGuide 2004/10/28 15:36:06 jsc 1.6.4.5: #i29308# remove office start info for the forms examples 2004/10/18 12:21:38 jsc 1.6.4.4: #i35359# intergate descritpions for new forms source files 2004/10/15 11:04:08 jsc 1.6.4.3: #i29308# updated 2004/08/17 14:19:37 jsc 1.6.4.2: #i29308# change FirstConnnection to FirstUnoContact, insert xcu files for flat xml filter 2004/08/11 15:08:07 tbe 1.6.4.1: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [779b7adac33e7578e2637899e3b2afd1bbf3a50f]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:11:24 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [79e578658a5c1dd3581c98b677b5c53426b752c8]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:11:13 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [656d9e7a584e736c942a5d31091b75dc818429f2]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:10:39 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ec0e77d22a30c8cdf689236d0618290ad4fcb2c8]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:10:20 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [916c2a5bb95d67f22f7462bbdb2143dd9624ab26]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:12:24 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [18ddd4b11d40d919ea1333ff68f5e146d651292a]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:09:53 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a363b9531c11f23412671f979902afba49175f85]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:12:12 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7448e7e1a55588923ae8b33491d7ac7213718f6d]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:11:01 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [daf9e4755ebeeb072a00ad86250696393f328dc3]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:11:49 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e6f288ec5d0ee65269469b4a691c442c5712af9a]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:10:50 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [97fa0f35b6d1b3adba8f241e09cc987c8b2b6447]

        INTEGRATION: CWS sdksample (1.2.124); FILE MERGED 2004/12/21 17:14:28 jsc 1.2.124.1: #i38748# updated

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [07e330cdf11edcbae40a616c73f322ad0db36f7d]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:12:01 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [197769c994b6abf004ab3ae8416c49693341bf61]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:12:37 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [cba4c7877b470aa1187891bacd1c55b26f0b6a2b]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:13:12 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [33eb2c862d8d4c3f57fcb977e1182335572f4f8a]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2004/12/21 17:12:49 jsc 1.1.2.1: i38748# new

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [00bb4bff5cc42f702cb587b47bbdb92b226791ce]

        INTEGRATION: CWS sdksample (1.15.4); FILE MERGED 2004/12/21 17:15:16 jsc 1.15.4.3: #i38748# redesigned and updated 2004/11/26 17:18:58 jsc 1.15.4.2: #i37906# insert link to OASIS, update links to DevGuide 2004/10/22 09:40:47 jsc 1.15.4.1: #i35871# adapt for Java 5.0

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1171d8bf52fe95e69c184e2a063d9b476470123d]

        INTEGRATION: CWS sdksample (1.2.130); FILE MERGED 2005/01/20 08:57:27 jsc 1.2.130.2: #i39331# insert Scripting Framework in content link table 2004/12/21 17:15:16 jsc 1.2.130.1: #i38748# redesigned and updated

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c875ebcf746b1a2d44991e4a980baeb6e235ffe8]

        INTEGRATION: CWS sdksample (1.10.4); FILE MERGED 2004/12/21 17:15:16 jsc 1.10.4.1: #i38748# redesigned and updated

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4bc2150e689f2c20ffe772eec22dabcf564001b2]

        INTEGRATION: CWS sdksample (1.19.4); FILE MERGED 2005/01/27 17:06:49 jsc 1.19.4.10: #i38748# correct typo 2005/01/11 10:33:15 jsc 1.19.4.9: #i39817# change zip version 2004/12/21 17:15:15 jsc 1.19.4.8: #i38748# redesigned and updated 2004/11/26 17:18:58 jsc 1.19.4.7: #i37906# insert link to OASIS, update links to DevGuide 2004/10/22 09:40:47 jsc 1.19.4.6: #i35871# adapt for Java 5.0 2004/10/04 13:45:58 jsc 1.19.4.5: RESYNC: (1.19-1.20); FILE MERGED 2004/08/05 12:01:16 jsc 1.19.4.4: #i29308# modify C++ compiler version for Windows 2004/08/04 12:38:22 jsc 1.19.4.3: #i29308# insert docu for .NET framework 2004/07/21 12:45:04 jsc 1.19.4.2: i29308# inset UNO_PATH variable for new bootstrap mechanism 2004/06/21 07:48:56 jsc 1.19.4.1: #i26335# insert zip docu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8d5aa325fa39a123ef96b2ffe4c12ca496c5da81]

        INTEGRATION: CWS sdksample (1.13.4); FILE MERGED 2004/10/27 09:13:38 jsc 1.13.4.7: #i36006# insert bootstrap variables for Java framework 2004/10/08 14:01:18 jsc 1.13.4.6: #i29308# adapt CLI settings 2004/10/04 13:45:32 jsc 1.13.4.5: RESYNC: (1.13-1.14); FILE MERGED 2004/08/24 14:59:06 jsc 1.13.4.4: #i29308# improved 2004/08/04 12:35:55 jsc 1.13.4.3: #i29308# check UNO_PATH settings 2004/07/01 13:48:00 jsc 1.13.4.2: #i29308# set UNO_PATH 2004/06/02 12:50:08 jsc 1.13.4.1: #i26335# #i26337# prepare new scripts, configure zip tool

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [da9dd9cc2260ddf87eb527fc55aed73e7a481624]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/27 08:48:02 jsc 1.1.2.14: #i24142# integrate patch for FreeBSD 2005/01/20 08:20:31 jsc 1.1.2.13: #i24142# integrate patch for FreeBSD 2005/01/11 11:01:16 jsc 1.1.2.12: #i39626# move uname -p command into Solaris section 2004/12/09 15:44:40 jsc 1.1.2.11: #i38747# take care of compiler verison and adjust link option, solaris only 2004/11/25 09:50:47 jsc 1.1.2.10: #i29308# remove UNO Java framework variables (temporary) 2004/11/11 10:31:50 jsc 1.1.2.9: #i29308# clean up compiler option 2004/10/26 10:09:56 jsc 1.1.2.8: #i36006# insert bootstrap variables fro Java framework 2004/07/01 13:47:59 jsc 1.1.2.7: #i29308# set UNO_PATH 2004/07/01 13:40:16 jsc 1.1.2.6: #i29308# set UNO_PATH 2004/06/30 09:08:11 jsc 1.1.2.5: #i29308# remove sandbox 2004/06/17 11:06:19 jsc 1.1.2.4: #i24142# change classpath 2004/06/16 11:40:06 jsc 1.1.2.3: #i24142# integrate support for FreeBSD 2004/06/11 12:52:21 jsc 1.1.2.2: #26337# special work for gcc - GXX_INCLUDE_APTH 2004/06/02 12:51:29 jsc 1.1.2.1: #i26337# new sxcript templates

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8e16e4ca91cc564e5a5b04edb59173063b514ada]

        INTEGRATION: CWS sdksample (1.1.2); FILE ADDED 2005/01/20 08:20:31 jsc 1.1.2.11: #i24142# integrate patch for FreeBSD 2004/12/09 15:44:40 jsc 1.1.2.10: #i38747# take care of compiler verison and adjust link option, solaris only 2004/11/25 09:50:47 jsc 1.1.2.9: #i29308# remove UNO Java framework variables (temporary) 2004/11/11 10:31:50 jsc 1.1.2.8: #i29308# clean up compiler option 2004/10/26 10:09:56 jsc 1.1.2.7: #i36006# insert bootstrap variables fro Java framework 2004/07/01 13:47:59 jsc 1.1.2.6: #i29308# set UNO_PATH 2004/07/01 13:40:16 jsc 1.1.2.5: #i29308# set UNO_PATH 2004/06/30 09:08:12 jsc 1.1.2.4: #i29308# remove sandbox 2004/06/16 11:40:06 jsc 1.1.2.3: #i24142# integrate support for FreeBSD 2004/06/11 12:52:21 jsc 1.1.2.2: #26337# special work for gcc - GXX_INCLUDE_APTH 2004/06/02 12:51:43 jsc 1.1.2.1: #i26337# new sxcript templates

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [056f0f3cd365b62005098d23d4e40d44af81ffdb]

        INTEGRATION: CWS sdksample (1.6.2); FILE ADDED 2004/06/10 12:33:55 jsc 1.6.2.2: #26337# improved 2004/06/02 12:53:07 jsc 1.6.2.1: #i26337# use new script files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7c2e88198a32054cc9b4fc6704da2b5a48eae930]

        INTEGRATION: CWS sdksample (1.16.108); FILE MERGED 2005/01/24 14:56:40 jsc 1.16.108.5: #i38748# change name of OASIS commitee 2004/12/21 17:15:44 jsc 1.16.108.4: #i38748# redesigned and updated 2004/11/26 17:18:57 jsc 1.16.108.3: #i37906# insert link to OASIS, update links to DevGuide 2004/11/25 10:29:21 jsc 1.16.108.2: #i29308# insert Solaris x86 as supported platform 2004/11/19 14:28:23 jsc 1.16.108.1: #i29308# link to named objects directly (C++ reference)

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ff92e2431522fc69c64fefce4a3679bd999324fe]

        INTEGRATION: CWS sdksample (1.8.4); FILE MERGED 2005/01/11 11:00:15 jsc 1.8.4.10: #i28381# use head -n 1 2004/12/09 15:44:40 jsc 1.8.4.9: #i38747# take care of compiler verison and adjust link option, solaris only 2004/11/25 09:50:47 jsc 1.8.4.8: #i29308# remove UNO Java framework variables (temporary) 2004/11/11 10:31:50 jsc 1.8.4.7: #i29308# clean up compiler option 2004/10/22 09:40:47 jsc 1.8.4.6: #i35871# adapt for Java 5.0 2004/08/24 14:59:05 jsc 1.8.4.5: #i29308# improved 2004/06/25 15:49:21 jsc 1.8.4.4: #i29308# updated 2004/06/14 09:51:27 jsc 1.8.4.3: #26337# special work for gcc - GXX_INCLUDE_APTH 2004/06/11 12:52:21 jsc 1.8.4.2: #26337# special work for gcc - GXX_INCLUDE_APTH 2004/06/02 12:49:43 jsc 1.8.4.1: #i26335# #i26337# #i28381# prepare new scripts, configure zip tool

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d8f960012e7dd5dbab7ba7b61fd77699cfaabb6b]

        INTEGRATION: CWS sdksample (1.2.114); FILE MERGED 2004/08/02 13:24:37 sb 1.2.114.1: #i29308# Work around encoding inconsistencies between java.net.URL and java.net.URI.

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [53fbcab0ee9ac3f977b998fd6617a54235414aa3]

        INTEGRATION: CWS sdksample (1.5.114); FILE MERGED 2004/08/02 13:24:36 sb 1.5.114.1: #i29308# Work around encoding inconsistencies between java.net.URL and java.net.URI.

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c2e626aea3cd338a28a5ee66ab504206b6113a12]

        INTEGRATION: CWS sdksample (1.4.96); FILE MERGED 2005/01/20 11:06:22 jsc 1.4.96.1: #i40985# change const because of idlc bug

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [712215c5285245e6a1182a99d5862b87de55b4ef]

        INTEGRATION: CWS sdksample (1.2.94); FILE MERGED 2004/10/27 15:58:27 jsc 1.2.94.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ddecee5d97f4180b0d37827521fa593272ac13bc]

        INTEGRATION: CWS sdksample (1.18.18); FILE MERGED 2004/10/27 15:58:26 jsc 1.18.18.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e580620b4f07ee91b10e01db947c922bce9b47aa]

        INTEGRATION: CWS sdksample (1.13.14); FILE MERGED 2004/11/26 16:14:21 jsc 1.13.14.2: #i29966# remove to optimistic API change 2004/10/27 15:58:25 jsc 1.13.14.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2d07e07b2fa2feb8e1a346e7cd158f4efd8f06a7]

        INTEGRATION: CWS sdksample (1.3.18); FILE MERGED 2004/11/26 16:14:19 jsc 1.3.18.3: #i29966# remove to optimistic API change 2004/11/16 09:04:16 jsc 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/27 15:58:25 jsc 1.3.18.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e03e4c328957fc68485ee3189e7b940ffe33c1ec]

        INTEGRATION: CWS sdksample (1.3.18); FILE MERGED 2004/11/26 16:14:18 jsc 1.3.18.3: #i29966# remove to optimistic API change 2004/11/16 09:03:56 jsc 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/27 15:58:25 jsc 1.3.18.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [17922f40c2e6f2dd7ef5222e0a01e0ad5abc347c]

        INTEGRATION: CWS sdksample (1.3.18); FILE MERGED 2004/11/26 16:14:18 jsc 1.3.18.3: #i29966# remove to optimistic API change 2004/11/16 09:04:25 jsc 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/27 15:58:24 jsc 1.3.18.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [473d27ea1ce674a0ede77495a2441eae24501bcd]

        INTEGRATION: CWS sdksample (1.3.18); FILE MERGED 2004/11/26 16:14:18 jsc 1.3.18.3: #i29966# remove to optimistic API change 2004/11/16 09:04:35 jsc 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/27 15:58:24 jsc 1.3.18.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2757200302d89c1cd87fcafa511db8f2b3e0a2e3]

        INTEGRATION: CWS sdksample (1.15.14); FILE MERGED 2004/11/03 12:28:25 jsc 1.15.14.1: #i36556# integrate partly workaround for the described problem in the bug

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f58614d1098c9751d607a3239145d4809463fac8]

        INTEGRATION: CWS sdksample (1.5.18); FILE MERGED 2004/11/26 16:17:02 jsc 1.5.18.2: #i29966# remove to optimistic API change 2004/10/27 15:59:31 jsc 1.5.18.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4b56ec3055aadaef083703688ff9edd75d23830d]

        INTEGRATION: CWS sdksample (1.6.18); FILE MERGED 2004/11/26 16:17:02 jsc 1.6.18.2: #i29966# remove to optimistic API change 2004/10/27 15:59:31 jsc 1.6.18.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [845c217119e0baa0674ee724435a9167d92d99f3]

        INTEGRATION: CWS sdksample (1.6.18); FILE MERGED 2004/11/26 16:17:02 jsc 1.6.18.2: #i29966# remove to optimistic API change 2004/10/27 16:00:39 jsc 1.6.18.1: #i30346# replace static_cast -> integrated patch

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e6cc91defdcb7ee7952a9d0fbe5e5c346bc7fc28]

        INTEGRATION: CWS sdksample (1.6.14); FILE MERGED 2005/01/21 13:10:22 jsc 1.6.14.2: RESYNC: (1.6-1.7); FILE MERGED 2005/01/19 15:34:16 jsc 1.6.14.1: #i40985# integrate patch

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5eb5804b7bd5bec8969029b435e9a4f8bf39b792]

        INTEGRATION: CWS sdksample (1.5.18); FILE MERGED 2004/11/26 16:17:01 jsc 1.5.18.2: #i29966# remove to optimistic API change 2004/10/27 15:59:30 jsc 1.5.18.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [90d8cd688a04b921c52e0cefe353141795da33ed]

        INTEGRATION: CWS sdksample (1.10.12); FILE MERGED 2004/11/26 16:17:01 jsc 1.10.12.2: #i29966# remove to optimistic API change 2004/10/27 16:00:39 jsc 1.10.12.1: #i30346# replace static_cast -> integrated patch

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [70c1df40ca88036090c9bb488438ee2c2da9df0d]

        INTEGRATION: CWS sdksample (1.5.18); FILE MERGED 2005/01/21 13:10:04 jsc 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2004/11/26 16:17:01 jsc 1.5.18.2: #i29966# remove to optimistic API change 2004/10/27 15:59:30 jsc 1.5.18.1: #i29966# remove filename related APIs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a57db692218c45f0f767e969f2d0b92eb9163b4f]

        INTEGRATION: CWS sdksample (1.4.14); FILE MERGED 2004/07/05 11:02:56 jsc 1.4.14.1: #i30954# use registry keys directly instead of typenames

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4ecf87d5734570f95133cb6cd208daa1bc864f29]

        INTEGRATION: CWS sdksample (1.22.14); FILE MERGED 2005/01/11 15:05:41 jsc 1.22.14.6: #i39052# break directly when output file can't be created, e.g. wrong write permissions 2004/10/25 11:51:56 jsc 1.22.14.5: #i36082# initialize local variable 2004/10/04 13:42:59 jsc 1.22.14.4: RESYNC: (1.23-1.25); FILE MERGED 2004/08/12 07:20:27 jsc 1.22.14.3: RESYNC: (1.22-1.23); FILE MERGED 2004/07/07 09:52:51 jsc 1.22.14.2: #i30954# adjusted to genrate dependent types fro cppu 2004/07/05 11:02:57 jsc 1.22.14.1: #i30954# use registry keys directly instead of typenames

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4e2de6f4dc1a8e337a47ed583b318904b5aaea52]

        INTEGRATION: CWS sdksample (1.4.14); FILE MERGED 2004/11/02 17:14:39 jsc 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/05 11:03:47 jsc 1.4.14.1: #i30954# use registry keys directly instead of typenames, #116780# genrate full scope

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [00637b2e842a74332f4eff20afcfceb9e6a89196]

        INTEGRATION: CWS sdksample (1.5.14); FILE MERGED 2004/08/12 07:20:05 jsc 1.5.14.3: RESYNC: (1.5-1.6); FILE MERGED 2004/07/07 09:52:50 jsc 1.5.14.2: #i30954# adjusted to genrate dependent types fro cppu 2004/07/05 11:01:54 jsc 1.5.14.1: #i30954# use registry keys directly instead of typenames

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9dea1ae5771f53fb6abb7b5f20cab6e2d0bdeae4]

        INTEGRATION: CWS sdksample (1.28.12); FILE MERGED 2005/01/21 13:08:58 jsc 1.28.12.8: RESYNC: (1.32-1.33); FILE MERGED 2005/01/11 15:05:38 jsc 1.28.12.7: #i39052# break directly when output file can't be created, e.g. wrong write permissions 2004/12/16 15:03:42 jsc 1.28.12.6: RESYNC: (1.31-1.32); FILE MERGED 2004/10/28 14:51:27 jsc 1.28.12.5: RESYNC: (1.30-1.31); FILE MERGED 2004/10/26 12:00:15 jsc 1.28.12.4: RESYNC: (1.29-1.30); FILE MERGED 2004/08/12 07:19:48 jsc 1.28.12.3: RESYNC: (1.28-1.29); FILE MERGED 2004/07/07 09:52:50 jsc 1.28.12.2: #i30954# adjusted to genrate dependent types fro cppu 2004/07/05 11:01:54 jsc 1.28.12.1: #i30954# use registry keys directly instead of typenames

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [53caa6e87cf6d2af37047737d21b4f4f4a907f7d]

        INTEGRATION: CWS sdksample (1.4.14); FILE MERGED 2004/11/02 17:14:05 jsc 1.4.14.4: RESYNC: (1.5-1.6); FILE MERGED 2004/08/12 07:19:56 jsc 1.4.14.3: RESYNC: (1.4-1.5); FILE MERGED 2004/07/07 09:52:50 jsc 1.4.14.2: #i30954# adjusted to genrate dependent types fro cppu 2004/07/05 11:01:53 jsc 1.4.14.1: #i30954# use registry keys directly instead of typenames

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [42f95c453c86cc3776bb8d333ccd5e1a082065d7]

        INTEGRATION: CWS sdksample (1.7.14); FILE MERGED 2004/07/05 11:01:52 jsc 1.7.14.1: #i30954# use registry keys directly instead of typenames

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fe55a57a61635b5f0433b9844e44581e3582e4cc]

        INTEGRATION: CWS sdksample (1.22.14); FILE MERGED 2004/12/16 12:41:13 jsc 1.22.14.1: #i39052# back search path for temp dir

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e31127805a138f42cfbd2106bf4778643ce5d69b]

        INTEGRATION: CWS sdksample (1.3.14); FILE MERGED 2004/07/07 09:52:49 jsc 1.3.14.1: #i30954# adjusted to genrate dependent types fro cppu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f3a5ebb7858bf39f148121bb046d2c4c01448173]

        INTEGRATION: CWS sdksample (1.7.28); FILE MERGED 2004/07/19 14:34:07 jsc 1.7.28.1: #116780# remove bonobowrapper, is not built either way

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bf9ec91bc4737b89c45480d9ef2e09646e1c9c0c]

        INTEGRATION: CWS sdksample (1.6.14); FILE MERGED 2004/07/05 11:01:51 jsc 1.6.14.1: #i30954# use registry keys directly instead of typenames

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [537d8b2649a458ac29cfaced9109ede31096836a]

        INTEGRATION: CWS sdksample (1.3.102); FILE MERGED 2004/10/04 13:42:24 jsc 1.3.102.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/07 09:52:49 jsc 1.3.102.1: #i30954# adjusted to genrate dependent types fro cppu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9194857045ddb397dee8f9275ef29c4c6c154b26]

        INTEGRATION: CWS sdksample (1.8.14); FILE MERGED 2004/07/07 09:52:49 jsc 1.8.14.1: #i30954# adjusted to genrate dependent types fro cppu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [394c63b54a380386313147dfbe5d874d9e7ef37f]

        INTEGRATION: CWS sdksample (1.3.14); FILE MERGED 2004/07/07 09:52:48 jsc 1.3.14.1: #i30954# adjusted to genrate dependent types fro cppu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [afc76d0941d53033509342857a49a5caf43abdce]

        INTEGRATION: CWS sdksample (1.17.2); FILE MERGED 2005/01/26 17:30:49 cd 1.17.2.1: #i29308# Detect tools menu with .uno: command

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f8ae3b8fefbf28131f9bd86aeba51b9c36e1e94f]

        Clean exports before beta.

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [77e015716892099d69f64d5115d98e094bd4502e]

        Clean exports before beta.

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4afd403d097898a6bee7658d6705fbaf909a54f3]

        Clean exports before beta.

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [213894685db28ea8b6015af90add2fbe62eea2fc]

        INTEGRATION: CWS iha06 (1.9.40); FILE MERGED 2005/01/18 15:11:58 iha 1.9.40.1: #i40783# added missing helpids

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4f42317cc812ea095e38dadf35213ff8e85f229f]

        INTEGRATION: CWS iha06 (1.27.404); FILE MERGED 2005/01/18 19:22:25 iha 1.27.404.1: #i40861# broaden strings for portuguese

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [edd8066caff1e1a590d288eb9688b5777b475860]

        INTEGRATION: CWS iha06 (1.6.40); FILE MERGED 2005/01/11 15:04:54 iha 1.6.40.1: #i39635# provide access to undomanager

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [85801e6eeeb5d61001f4e2f0171fa18bee7eb5a2]

        INTEGRATION: CWS iha06 (1.10.38); FILE MERGED 2005/01/11 14:22:14 iha 1.10.38.1: #i39635# remove delete page warning

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [04a92062afbdf2cdb3a93eea27bab0e5494392e2]

        INTEGRATION: CWS iha06 (1.3.6); FILE MERGED 2005/01/19 17:02:11 iha 1.3.6.1: crash during delete slide in slide sorter

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6ebaafbf19c0049ca406dbbc5756001ea719744f]

        INTEGRATION: CWS iha06 (1.45.8); FILE MERGED 2005/01/11 15:03:34 iha 1.45.8.1: #i39635# provide access to undomanager

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fa2be0437442958af586105d5bc2c4d7e3596acc]

        INTEGRATION: CWS iha06 (1.30.44); FILE MERGED 2005/01/11 14:29:59 iha 1.30.44.1: #i39635# remove delete page warning

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [eca110b3de11354c092a0148621de547d6f07677]

        INTEGRATION: CWS iha06 (1.25.38); FILE MERGED 2005/01/11 14:27:11 iha 1.25.38.1: #i39635# remove delete page warning

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [90205dbae33b251b752d63aed77554f6283e8865]

        INTEGRATION: CWS iha06 (1.3.80); FILE MERGED 2005/01/18 15:17:26 iha 1.3.80.1: #i40783# added missing helpids

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3b7edd8defec58bda4dadf7abac89926cbc88e2f]

        INTEGRATION: CWS iha06 (1.5.40); FILE MERGED 2005/01/18 15:17:49 iha 1.5.40.1: #i40783# added missing helpids

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8f5faf79b836341c60ffd5aa346e6cfe3394782c]

        INTEGRATION: CWS iha06 (1.3.40); FILE MERGED 2005/01/18 15:17:04 iha 1.3.40.1: #i40783# added missing helpids

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f50b861ced4f04f52f5f3eeb401062b70b32e2a6]

        INTEGRATION: CWS iha06 (1.5.40); FILE MERGED 2005/01/18 15:15:58 iha 1.5.40.1: #i40783# added missing helpids

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [be7efaa1b5133077f75e5b02704d66d1acf38637]

        Clean exports before beta.

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ed4d8bc725902afebcf5a6978db5a38f66cb2b24]

        INTEGRATION: CWS iha06 (1.11.38); FILE MERGED 2005/01/18 18:11:29 iha 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/11 14:20:56 iha 1.11.38.1: #i39635# remove delete page warning

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [304785f06a4901a7dafc9f985efe66efeaa21567]

        INTEGRATION: CWS iha06 (1.6.40); FILE MERGED 2005/01/11 14:19:43 iha 1.6.40.1: #i39635# remove delete page warning

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [61fe87b0074f58cf1e194d42a6d5cee0ca994e1d]

        INTEGRATION: CWS iha06 (1.26.40); FILE MERGED 2005/01/11 13:43:28 iha 1.26.40.1: #i39635# remove wrong and superfluous messages

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d177b314f0e914cd9286199a9a38d5635d0e5142]

        INTEGRATION: CWS iha06 (1.5.46); FILE MERGED 2005/01/18 15:12:59 iha 1.5.46.1: #i40783# added missing helpids

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b66772f2b1a9058d7266d5d8c620f53617495c0c]

        INTEGRATION: CWS iha06 (1.42.212); FILE MERGED 2005/01/17 18:51:41 iha 1.42.212.1: #i21968# replace german 'Dia' with 'Folie'

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1eb68d21b0768cde1302adfcc57f2f595b6f0655]

        INTEGRATION: CWS iha06 (1.41.212); FILE MERGED 2005/01/17 19:38:26 iha 1.41.212.1: #i21968# replace german 'Dia' with 'Folie'

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e2f8e27119f38089cb2301579ec232df39e25085]

        INTEGRATION: CWS iha06 (1.29.40); FILE MERGED 2005/01/05 17:28:33 iha 1.29.40.1: #i24934# preselect standard template if set

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [57f27172730aeea77a81af75bb20cd947e81caa6]

        INTEGRATION: CWS iha06 (1.10.40); FILE MERGED 2005/01/18 15:06:26 iha 1.10.40.1: #i40783# added missing helpids

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [96c26f3824501df2a64ee8df1948453e9aef39a3]

        INTEGRATION: CWS iha06 (1.17.60); FILE MERGED 2005/01/14 18:39:49 iha 1.17.60.1: #i36295# stop button did not work

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a10c20e3eb2740cdafb6efdeb0b87ab795d07ff1]

        INTEGRATION: CWS iha06 (1.6.40); FILE MERGED 2005/01/18 15:14:59 iha 1.6.40.1: #i40783# added missing helpids

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b37d02c668012de379a4637baa039bf789c1605b]

        INTEGRATION: CWS iha06 (1.106.16); FILE MERGED 2005/01/18 18:07:32 iha 1.106.16.4: RESYNC: (1.106-1.107); FILE MERGED 2005/01/17 19:37:43 iha 1.106.16.3: #i21968# replace german 'Dia' with 'Folie' 2005/01/17 18:37:31 iha 1.106.16.2: #i21968# replace german 'Dia' with 'Folie' 2005/01/11 13:44:13 iha 1.106.16.1: #i39635# remove wrong and superfluous messages

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8d375e8ea14785adbe1d8c308444fdbe019d5f12]

        INTEGRATION: CWS iha06 (1.32.38); FILE MERGED 2005/01/18 18:07:11 iha 1.32.38.2: RESYNC: (1.32-1.33); FILE MERGED 2005/01/05 17:30:09 iha 1.32.38.1: #i24934# open with standard template if set

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d43d0172ea9d32cd70c1a30378f33404c865ff86]

        INTEGRATION: CWS iha06 (1.5.16); FILE MERGED 2005/01/14 11:32:23 iha 1.5.16.1: #i37874# wrong item 'slide layout' in draw contextmenu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4c324793ea53537b9ee96e6f62335a16e6396221]

        INTEGRATION: CWS iha06 (1.3.62); FILE MERGED 2005/01/17 19:36:46 iha 1.3.62.3: #i21968# replace german 'Dia' with 'Folie' 2005/01/14 11:31:24 iha 1.3.62.2: #i37874# wrong item 'slide layout' in draw contextmenu 2005/01/11 15:28:02 iha 1.3.62.1: #i39635# remove '...' from menuentry 'Delete Slide...'

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [168493e2547ccd5f9cb571bc2596e2ecdc6f4e8d]

        INTEGRATION: CWS iha06 (1.11.212); FILE MERGED 2005/01/17 19:35:11 iha 1.11.212.1: #i21968# replace german 'Dia' with 'Folie'

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e86e88f92313ab50cd9c670b1fa8be7574677cae]

        INTEGRATION: CWS iha06 (1.58.122); FILE MERGED 2005/01/18 18:03:46 iha 1.58.122.3: RESYNC: (1.58-1.59); FILE MERGED 2005/01/17 19:53:31 iha 1.58.122.2: #i21968# replace german string 'Seite' with 'Folie' 2005/01/17 19:33:02 iha 1.58.122.1: #i21968# replace german 'Dia' with 'Folie'

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [18816bc92c2be08abe621989f84a53315225f303]

        Clean exports before beta.

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [572229fdfe20a70eb05bf2356249d40542a3e37e]

        Clean exports before beta.

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [362d59b4fea12d800061b7eba114dc01ae537d0b]

        INTEGRATION: CWS iha06 (1.12.32); FILE MERGED 2005/01/13 18:06:36 iha 1.12.32.1: #i38794# correct language for toolbar 'Line and Filling'

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d4b037d00818f9730d4d65b60394c0763baf6469]

        INTEGRATION: CWS iha06 (1.12.32); FILE MERGED 2005/01/20 13:31:31 iha 1.12.32.1: #i38794# correct name for toolbar 'Line and Filling'

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e161637667fbdadf166024c1cc9c8b6799807046]

        INTEGRATION: CWS iha06 (1.14.32); FILE MERGED 2005/01/17 19:00:19 iha 1.14.32.2: #i21968# replace german 'Dia' with 'Folie' 2005/01/11 15:37:53 iha 1.14.32.1: #i39635# remove '...' from menuentry 'Delete Slide...'

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2087fc78b8717db071c03d5539cc38b52753504e]

        INTEGRATION: CWS frrtf01 (1.47.22); FILE MERGED 2005/01/27 09:47:02 flr 1.47.22.10: disbled fix for #117910# 2005/01/24 17:06:49 flr 1.47.22.9: #117891# disabled fix for 2005/01/18 15:23:44 flr 1.47.22.8: // #117910# simulate words behaviour of \keepn in table rows 2005/01/13 12:26:44 flr 1.47.22.7: #117882# start new table when section break is in table 2005/01/06 14:47:03 flr 1.47.22.6: #117411 2005/01/05 10:27:53 flr 1.47.22.5: #117410: A \page command within a table is ignored by Word 2004/12/23 15:35:45 flr 1.47.22.4: #117914# topics 1) and 2) 2004/12/22 13:19:21 flr 1.47.22.3: #117881# multiple table problems 2004/12/13 09:50:00 flr 1.47.22.2: #117891# added support for outline numbering in rtf import; this was a 'superbug' - so if you have any RTF problems try this fix ;-) 2004/12/07 13:55:36 flr 1.47.22.1: #117882# refactored garbage collection of unused SwPageDesc, thus pager header are now displayer properly

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a26aa3179f07d01e82efce96bff1bc63a07dc53e]

        INTEGRATION: CWS frrtf01 (1.22.402); FILE MERGED 2005/01/06 14:38:33 flr 1.22.402.1: #117411#

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2325c295a0d2506d73607f934522ca431478ec89]

        INTEGRATION: CWS frrtf01 (1.22.478); FILE MERGED 2004/12/22 13:24:00 flr 1.22.478.1: #117881# multiple table problems

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [aa6db3e344804c9ebaaadfeb37c9d1c5b9b72a50]

        INTEGRATION: CWS frrtf01 (1.15.404); FILE MERGED 2005/01/07 14:35:26 flr 1.15.404.1: #117411#

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [cc734b0062c13f3efd5e8e4c1d3a0a6a815951de]

        INTEGRATION: CWS frrtf01 (1.22.22); FILE MERGED 2005/01/27 09:47:02 flr 1.22.22.3: disbled fix for #117910# 2005/01/13 12:26:45 flr 1.22.22.2: #117882# start new table when section break is in table 2004/12/22 13:19:22 flr 1.22.22.1: #117881# multiple table problems

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ea6ef155f5f1f5996a6f05e50bb9756eea722631]

        INTEGRATION: CWS frrtf01 (1.25.22); FILE MERGED 2005/01/27 09:47:01 flr 1.25.22.4: disbled fix for #117910# 2005/01/13 12:26:44 flr 1.25.22.3: #117882# start new table when section break is in table 2004/12/22 13:19:21 flr 1.25.22.2: #117881# multiple table problems 2004/12/06 13:06:44 flr 1.25.22.1: #117887# negative values of \trgaph caused signed/unsigned problem; fixed it by not allowing negative values for \trgaph

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bf4879451fbfd0d7c58168da088892710c175a2d]

        INTEGRATION: CWS frrtf01 (1.10.308); FILE MERGED 2005/01/12 15:08:32 flr 1.10.308.2: #118989# empty listnames 2004/12/13 09:50:00 flr 1.10.308.1: #117891# added support for outline numbering in rtf import; this was a 'superbug' - so if you have any RTF problems try this fix ;-)

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [32c3181214777bcb71740e72e6183188b5c814fc]

        INTEGRATION: CWS frrtf01 (1.17.198); FILE MERGED 2005/01/20 16:59:49 flr 1.17.198.5: #i38227# drop cap import problem 2005/01/19 14:18:12 flr 1.17.198.4: #119180# fly-graphics in header are no displayed in background 2005/01/06 16:48:46 flr 1.17.198.3: RESYNC: (1.17-1.18); FILE MERGED 2005/01/04 12:49:32 flr 1.17.198.2: *** empty log message *** 2005/01/03 11:47:04 flr 1.17.198.1: #117879# when \picwgoal resp \pichgoal are present, then use them.

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [86c0d1ec746c9c6b530a9ab137424f5c91667b0a]

        INTEGRATION: CWS frrtf01 (1.30.22); FILE MERGED 2005/01/06 16:46:46 flr 1.30.22.2: RESYNC: (1.30-1.32); FILE MERGED 2004/12/13 09:50:56 flr 1.30.22.1: #117891# added support for outline numbering in rtf import; this was a 'superbug' - so if you have any RTF problems try this fix ;-)

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6dc7bc91286c2124661ad1dc13d948855ec23550]

        INTEGRATION: CWS frrtf01 (1.70.22); FILE MERGED 2005/01/17 14:06:16 fme 1.70.22.1: #118840# SwTabFrm::ShouldBwdMove should return true if nTmpHeight = nSpace

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1f5b162f7351496370b48d9d240d9bbbc1a23a20]

        INTEGRATION: CWS frrtf01 (1.10.264); FILE MERGED 2004/12/22 13:23:00 flr 1.10.264.1: #117881# multiple table problems

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d005b64f53f1eb33e21354bf3a9b360a171b32de]

        INTEGRATION: CWS frrtf01 (1.16.12); FILE MERGED 2004/12/22 13:22:59 flr 1.16.12.3: #117881# multiple table problems 2004/12/14 15:08:13 flr 1.16.12.2: #i29453# Made SkipGroup reentrant 2004/12/13 09:51:41 flr 1.16.12.1: #117891# added support for outline numbering in rtf import; this was a 'superbug' - so if you have any RTF problems try this fix ;-)

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [50531e992357f3c6a6113ef5a27a1100db1c7a77]

        INTEGRATION: CWS vcl35 (1.63.38); FILE MERGED 2005/01/19 11:31:13 hdu 1.63.38.3: #119014# fix for empty CMAPs 2005/01/19 10:50:59 hdu 1.63.38.2: #119014# unify CMAP coverage calculations 2005/01/18 15:48:21 hdu 1.63.38.1: #119014# fix CMAP segmented coverage subtable parsing

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [341328090d5e96cc771d93db98b7b37fcf516d33]

        INTEGRATION: CWS vcl35 (1.82.16); FILE MERGED 2005/01/21 10:50:55 pl 1.82.16.2: RESYNC: (1.82-1.83); FILE MERGED 2005/01/17 15:53:02 ssa 1.82.16.1: #i40630# add separator between menubar and toolbar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [23364a3e8e8dfb7dff8fea4c15b76fe68ccd943d]

        INTEGRATION: CWS vcl35 (1.34.26); FILE MERGED 2005/01/20 13:00:22 hdu 1.34.26.3: #116190# re-sort japanese default fonts for Calc 2005/01/20 12:50:44 hdu 1.34.26.2: #116190# change japanese default fonts for Calc 2005/01/20 12:36:33 hdu 1.34.26.1: #118643# change japanese default font for Writer

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d4c7097bec7d1d412bb5f8ccecf35834d1c3025b]

        INTEGRATION: CWS vcl35 (1.4.44); FILE MERGED 2005/01/19 18:35:50 ssa 1.4.44.2: #i41001# use the correct device context which is very important when the window was not created in the main thread 2005/01/17 15:53:03 ssa 1.4.44.1: #i40630# add separator between menubar and toolbar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [be974c310c2b8153af2b753c1d6d51bfbd10a292]

        INTEGRATION: CWS vcl35 (1.19.88); FILE MERGED 2005/01/20 18:50:27 ssa 1.19.88.1: do not crash

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0f2d70e33c7df900b6d91600a468c1e2d476d39d]

        INTEGRATION: CWS vcl35 (1.94.52); FILE MERGED 2005/01/21 10:51:49 pl 1.94.52.2: RESYNC: (1.94-1.95); FILE MERGED 2005/01/19 14:38:02 dv 1.94.52.1: #i40709# Don't set mbKeyboardHelp directly, ctor of HelpWindow should set this

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0b3144d930114ab4ded7c94c8a0d7317b18f1e59]

        INTEGRATION: CWS vcl35 (1.204.10); FILE MERGED 2005/01/24 09:44:42 ssa 1.204.10.3: #118908# throw runtime exception that can hopefully be caught to make plugin more stable 2005/01/21 10:51:06 pl 1.204.10.2: RESYNC: (1.204-1.205); FILE MERGED 2005/01/19 13:01:09 ssa 1.204.10.1: #118908# throw an exception when system child window could not be created - instead of aborting

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4a8f2ffc538014cf9907e43c131420f5b3dab75b]

        INTEGRATION: CWS vcl35 (1.9.116); FILE MERGED 2005/01/21 14:07:54 dv 1.9.116.2: #118980# Enhanced border for splitter 2005/01/17 15:29:42 dv 1.9.116.1: #i40472# The FadeOutButton allows splitting, too

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7e08ace48674855a084627b506f815a3b5d97844]

        INTEGRATION: CWS vcl35 (1.116.16); FILE MERGED 2005/01/21 10:47:55 pl 1.116.16.3: RESYNC: (1.116-1.117); FILE MERGED 2005/01/19 17:18:55 pl 1.116.16.2: #i40876# item ids in menu resource are longs since res32bit integration 2005/01/17 15:53:01 ssa 1.116.16.1: #i40630# add separator between menubar and toolbar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bf8fe5293ab8820fdc07fb87b33389dc1f535ff3]

        INTEGRATION: CWS vcl35 (1.7.36); FILE MERGED 2005/01/21 10:49:05 pl 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2005/01/17 15:53:01 ssa 1.7.36.1: #i40630# add separator between menubar and toolbar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9e085397dba4b76201f00e2b60551195fd996db7]

        INTEGRATION: CWS vcl35 (1.3.16); FILE MERGED 2005/01/19 15:55:01 ssa 1.3.16.2: #i40630# draw separator around docked toolboxes 2005/01/17 15:53:00 ssa 1.3.16.1: #i40630# add separator between menubar and toolbar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [94e4ef7b56d6ab6d7447ba817ab05e7b99952e79]

        INTEGRATION: CWS vcl35 (1.110.38); FILE MERGED 2005/01/19 11:06:21 hdu 1.110.38.1: #119014# use unified CMAP coverage calculations

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [60aa50ab4b1efd7242a0e6712fabce5b544c0390]

        INTEGRATION: CWS vcl35 (1.19.38); FILE MERGED 2005/01/24 09:44:42 ssa 1.19.38.1: #118908# throw runtime exception that can hopefully be caught to make plugin more stable

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5bc950fa39a2ac4935014cfc09bb76e5c8ee66b7]

        INTEGRATION: CWS vcl35 (1.75.38); FILE MERGED 2005/01/19 13:27:16 pl 1.75.38.2: #i40319# do not integer divide scale factors 2005/01/18 14:28:26 pl 1.75.38.1: #i40055# do not draw zero sized bitmaps

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3399c5cec96b31ff584ba33aa051d9ca97a82a6a]

        INTEGRATION: CWS vcl35 (1.188.34); FILE MERGED 2005/01/21 10:46:25 pl 1.188.34.2: RESYNC: (1.188-1.189); FILE MERGED 2005/01/20 10:09:09 hdu 1.188.34.1: #118667# no font searchname caching and artificial emboldening for hg* fonts

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a32fc8033efcd621ac70f44bc76284f5f9fe0656]

        INTEGRATION: CWS vcl35 (1.12.116); FILE MERGED 2005/01/19 10:50:58 hdu 1.12.116.1: #119014# unify CMAP coverage calculations

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [24a0367be2ddb2f7b927724cb1190baeba5ea243]

        INTEGRATION: CWS vcl35 (1.20.4); FILE MERGED 2005/01/24 09:44:41 ssa 1.20.4.1: #118908# throw runtime exception that can hopefully be caught to make plugin more stable

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4ec260f861d98f3164e225e7e4a87b6ab1d489e1]

        INTEGRATION: CWS vcl35 (1.24.16); FILE MERGED 2005/01/21 15:37:30 ssa 1.24.16.2: #i40494# improve tabctrl painting for impress, support optional item offset 2005/01/20 18:06:39 ssa 1.24.16.1: #i40494# improve tabctrl painting for impress, support optional item offset

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [12fbe63d354df7df8ff7a65adfcb8b159cc49d00]

        INTEGRATION: CWS vcl35 (1.69.74); FILE MERGED 2005/01/13 18:37:21 pl 1.69.74.1: #i39157# thanks to fs: copy assertions from clipboard window

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e087669e56f0683e5a374c5126208e2bd23525b0]

        INTEGRATION: CWS vcl35 (1.1.698); FILE MERGED 2005/01/13 18:37:21 pl 1.1.698.1: #i39157# thanks to fs: copy assertions from clipboard window

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [72a6854414965bb9f89603c3c1db4b120a62a9c7]

        INTEGRATION: CWS vcl35 (1.51.116); FILE MERGED 2005/01/21 08:33:24 obr 1.51.116.2: #i40639# moved the accessibility detected code into the gconf backend 2005/01/17 15:52:59 ssa 1.51.116.1: #i40630# add separator between menubar and toolbar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c6e3be29c28321e3b5f3600a026bfeb5c5fbadac]

        INTEGRATION: CWS vcl35 (1.27.166); FILE MERGED 2005/01/19 14:36:12 dv 1.27.166.1: #i40709# Set mbKeyboardHelp in ctor when mbSetKeyboardHelp is set

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [96340938eb5cfadc45c8c3ed6ec30fa83e8748b5]

        INTEGRATION: CWS vcl35 (1.17.112); FILE MERGED 2005/01/14 11:08:17 pl 1.17.112.4: #i39157# updated help text 2005/01/14 10:50:04 pl 1.17.112.3: #i39157# copy button should not close the message box 2005/01/14 10:14:56 pl 1.17.112.2: #i39157# add copy button to message box un non Windows platforms 2005/01/13 18:37:21 pl 1.17.112.1: #i39157# thanks to fs: copy assertions from clipboard window

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ec40dbaf4e1ae2e256095e53d6b7d360e5b63509]

        INTEGRATION: CWS vcl35 (1.3.24); FILE MERGED 2005/01/20 08:58:30 obr 1.3.24.1: #i40506# use any awk found in PATH (fix for debian) and join with vcl33

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [965abd675bd25b44d0c301a0b299994bab6377a6]

        INTEGRATION: CWS vcl35 (1.8.18); FILE MERGED 2005/01/21 08:32:18 obr 1.8.18.2: #i40639# moved the accessibility detected code into the gconf backend 2005/01/21 07:01:57 obr 1.8.18.1: #i40639# returning the value or some hash value to avoid regenerating the binary cache on each office launch

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f5fd0819fa289ddf568aa5fca3dd91515f5bf93b]

        INTEGRATION: CWS vcl35 (1.3.32); FILE REMOVED 2005/01/21 07:01:57 obr 1.3.32.1: #i40639# returning the value or some hash value to avoid regenerating the binary cache on each office launch

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5c1abc6efe5edc44eaba55de64db19b03e87566f]

        INTEGRATION: CWS vcl35 (1.4.28); FILE REMOVED 2005/01/21 07:01:57 obr 1.4.28.1: #i40639# returning the value or some hash value to avoid regenerating the binary cache on each office launch

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0d80d9fedb774f6ae292aa1c27bba1694095326b]

        INTEGRATION: CWS vcl35 (1.2.32); FILE MERGED 2005/01/20 11:09:57 obr 1.2.32.1: #i41020# check libORBit-2 version to avoid deadlocks during startup

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [08d90e118aa5d789e6b197ed38f90dade1517dc1]

        INTEGRATION: CWS vcl35 (1.2.18); FILE MERGED 2005/01/21 08:32:14 obr 1.2.18.1: #i40639# moved the accessibility detected code into the gconf backend

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0785b13d2f76f4be8f1ae183c6c39a36f12d5e04]

        INTEGRATION: CWS vcl35 (1.4.14); FILE MERGED 2005/01/21 08:32:12 obr 1.4.14.2: #i40639# moved the accessibility detected code into the gconf backend 2005/01/21 07:01:54 obr 1.4.14.1: #i40639# returning the value or some hash value to avoid regenerating the binary cache on each office launch

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [524d2d16873125eb52a212f7326936d849796add]

        INTEGRATION: CWS vcl35 (1.4.6); FILE MERGED 2005/01/19 10:24:33 pl 1.4.6.1: #i40937# patch from cmc to prevent double fclose

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [008f2e22ce4edf12f2dbccec2aa08714a47584e4]

        INTEGRATION: CWS vcl35 (1.6.6); FILE MERGED 2005/01/19 10:24:33 pl 1.6.6.1: #i40937# patch from cmc to prevent double fclose

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2f24c3b99a5be7cf8f3b8920d995e0519d6d7fbe]

        INTEGRATION: CWS vcl35 (1.3.74); FILE MERGED 2005/01/21 15:40:21 ssa 1.3.74.1: #i40494# improve tabctrl painting

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2b11b575e155c3ccc4d88d058c67d9e2869880f1]

        INTEGRATION: CWS vcl35 (1.39.18); FILE MERGED 2005/01/21 09:58:18 pl 1.39.18.2: RESYNC: (1.39-1.40); FILE MERGED 2005/01/19 13:02:58 ssa 1.39.18.1: #118908# check for runtime exception when creating system child window

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [871d81349fc5edcba5267e34e1c82c6798ecc329]

        INTEGRATION: CWS vcl35 (1.3.24); FILE MERGED 2005/01/17 16:12:15 ssa 1.3.24.1: #i40630# remove border from statusbar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fcfd01ecaab21653fb31c301f10d10dc97752748]

        INTEGRATION: CWS wordmlfilter01 (1.58.12); FILE MERGED 2005/01/24 03:32:08 gyang 1.58.12.2: RESYNC: (1.58-1.65); FILE MERGED 2004/12/17 08:23:37 gyang 1.58.12.1: wordmlfilter01

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6e7a69713a41c5a899963ae60c7e42d3dc133404]

        INTEGRATION: CWS wordmlfilter01 (1.21.242); FILE MERGED 2004/12/17 05:38:20 windly 1.21.242.1: #i29604# support import wmz format graphics from xml

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [895accbe9febbfd6a49858121cec0b19f6f200ba]

        INTEGRATION: CWS wordmlfilter01 (1.122.28); FILE MERGED 2005/01/24 07:02:19 gyang 1.122.28.2: RESYNC: (1.122-1.125); FILE MERGED 2004/12/17 07:24:55 windly 1.122.28.1: #i37213# aMatrix3D at unoshape.cxx:1669 should not be ignored

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [20e5fc591594225bc66e59ff03338466ed47769f]

        INTEGRATION: CWS wordmlfilter01 (1.95.22); FILE MERGED 2004/12/16 11:18:51 windly 1.95.22.2: #i36713# support custom  svg:viewBox coordinate system 2004/12/15 10:52:26 windly 1.95.22.1: #i36713# support  custem svg:viewBox

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5ad0da77f7a3ea915542e6f5e6e22bba2e92e112]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2005/01/10 09:06:00 gyang 1.2.40.8: fix 2004/12/20 11:18:35 windly 1.2.40.7: #i29589# add v:text-box support 2004/12/15 09:16:52 gyang 1.2.40.6: wordmlfilter01 2004/12/13 08:54:59 gyang 1.2.40.5: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 10:39:13 gyang 1.2.40.4: fix for i36102 2004/11/04 05:55:46 gyang 1.2.40.3: wordmlf filter migrates from OOo format to OASIS format 2004/11/03 09:00:54 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:05:37 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f26f6b153552b4fd5025e9d2f4a7295abb653b45]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2005/01/10 09:06:00 gyang 1.2.40.7: fix 2004/12/15 09:16:52 gyang 1.2.40.6: wordmlfilter01 2004/12/13 08:54:42 gyang 1.2.40.5: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 10:39:12 gyang 1.2.40.4: fix for i36102 2004/11/04 05:55:46 gyang 1.2.40.3: wordmlf filter migrates from OOo format to OASIS format 2004/11/03 09:00:54 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:05:36 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7835f1630bb09488d026a2b4b3d2078d08bc352a]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:52 gyang 1.2.40.4: wordmlfilter01 2004/12/13 08:54:25 gyang 1.2.40.3: RESYNC: (1.2-1.4); FILE MERGED 2004/11/03 09:00:53 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:05:36 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [dfac57f8aae01882957269939d2c532948ff6218]

        INTEGRATION: CWS wordmlfilter01 (1.1.2); FILE ADDED 2004/12/17 10:49:53 windly 1.1.2.1: #i29597# import vml:path from wordml

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e4d88325281abb98cbcd8cd678745b1163413f68]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/21 12:19:08 gyang 1.2.40.7: for oasis format 2004/12/15 09:16:52 gyang 1.2.40.6: wordmlfilter01 2004/12/13 08:54:11 gyang 1.2.40.5: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 10:39:11 gyang 1.2.40.4: fix for i36102 2004/11/04 05:55:46 gyang 1.2.40.3: wordmlf filter migrates from OOo format to OASIS format 2004/11/03 09:00:53 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:05:36 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e81a0aa9b2540b565eb2f9118ebd5ab85365671a]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:51 gyang 1.2.40.6: wordmlfilter01 2004/12/13 08:53:55 gyang 1.2.40.5: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 10:39:09 gyang 1.2.40.4: fix for i36102 2004/11/04 05:55:46 gyang 1.2.40.3: wordmlf filter migrates from OOo format to OASIS format 2004/11/03 09:00:53 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:05:36 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f6d367644b4dbf0f68142824a7777c4292f58840]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2005/01/10 09:05:59 gyang 1.2.40.9: fix 2004/12/21 11:50:56 gyang 1.2.40.8: for oasis format 2004/12/20 11:18:34 windly 1.2.40.7: #i29589# add v:text-box support 2004/12/17 08:38:34 windly 1.2.40.6: #i29597# polygon related support 2004/12/15 09:16:51 gyang 1.2.40.5: wordmlfilter01 2004/12/13 08:53:40 gyang 1.2.40.4: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 05:55:45 gyang 1.2.40.3: wordmlf filter migrates from OOo format to OASIS format 2004/11/03 09:00:52 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:05:35 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8ff36d05286317572435e5706d5e902d37ac464c]

        INTEGRATION: CWS wordmlfilter01 (1.3.40); FILE MERGED 2004/12/21 11:50:56 gyang 1.3.40.6: for oasis format 2004/12/15 09:16:50 gyang 1.3.40.5: wordmlfilter01 2004/12/13 08:53:24 gyang 1.3.40.4: RESYNC: (1.3-1.5); FILE MERGED 2004/11/04 05:55:45 gyang 1.3.40.3: wordmlf filter migrates from OOo format to OASIS format 2004/11/03 09:00:52 gyang 1.3.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:05:35 gyang 1.3.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a8063a00a588f5eeb437eea446472649f954c509]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/21 11:50:55 gyang 1.2.40.5: for oasis format 2004/12/15 09:16:50 gyang 1.2.40.4: wordmlfilter01 2004/12/13 08:52:20 gyang 1.2.40.3: RESYNC: (1.2-1.4); FILE MERGED 2004/11/03 09:00:51 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:05:08 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d1cd66e0416118759e9e33720e571e18307cbba7]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:49 gyang 1.2.40.6: wordmlfilter01 2004/12/13 08:59:34 gyang 1.2.40.5: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 10:39:07 gyang 1.2.40.4: fix for i36102 2004/11/04 05:55:44 gyang 1.2.40.3: wordmlf filter migrates from OOo format to OASIS format 2004/11/03 09:00:51 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:01:28 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9e185c012609dac6c0cc7e0f09d8666e1f16c217]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:49 gyang 1.2.40.5: wordmlfilter01 2004/12/13 08:59:19 gyang 1.2.40.4: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 10:39:06 gyang 1.2.40.3: fix for i36102 2004/11/03 09:00:51 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:01:28 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e02b04310914baa79327566ba3d31f2eeaff8225]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:49 gyang 1.2.40.5: wordmlfilter01 2004/12/13 08:58:02 gyang 1.2.40.4: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 10:39:04 gyang 1.2.40.3: fix for i36102 2004/11/03 09:00:51 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:01:28 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d579fea265a930dc89bb77811c7e981946eaf054]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:48 gyang 1.2.40.4: wordmlfilter01 2004/12/13 08:57:41 gyang 1.2.40.3: RESYNC: (1.2-1.4); FILE MERGED 2004/11/03 09:00:50 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:01:27 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c51bed93b928e8eaef21893cd93182ca6c4bf5d8]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/21 12:19:07 gyang 1.2.40.7: for oasis format 2004/12/15 09:16:48 gyang 1.2.40.6: wordmlfilter01 2004/12/13 08:59:04 gyang 1.2.40.5: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 10:39:03 gyang 1.2.40.4: fix for i36102 2004/11/04 05:55:44 gyang 1.2.40.3: wordmlf filter migrates from OOo format to OASIS format 2004/11/03 09:00:50 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:01:27 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [967df82ac9c884f96fdf5171c0901d07f9a865da]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:48 gyang 1.2.40.5: wordmlfilter01 2004/12/13 08:58:50 gyang 1.2.40.4: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 10:39:02 gyang 1.2.40.3: fix for i36102 2004/11/03 09:00:50 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:01:27 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7b6e0bb6d250133192a7ab8d45862fc088a1971a]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:48 gyang 1.2.40.4: wordmlfilter01 2004/12/13 08:57:26 gyang 1.2.40.3: RESYNC: (1.2-1.4); FILE MERGED 2004/11/03 09:00:50 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:01:27 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9b9e696a14fa661fa50c979b14e9150af5de7312]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2005/01/10 09:05:57 gyang 1.2.40.9: fix 2004/12/21 12:37:15 gyang 1.2.40.8: for oasis format 2004/12/21 11:55:25 gyang 1.2.40.7: for oasis format 2004/12/20 03:13:42 windly 1.2.40.6: #i32023# support export shadow of graphics 2004/12/15 09:16:47 gyang 1.2.40.5: wordmlfilter01 2004/12/13 08:58:20 gyang 1.2.40.4: RESYNC: (1.2-1.4); FILE MERGED 2004/11/04 10:39:01 gyang 1.2.40.3: fix for i36102 2004/11/03 09:00:49 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:01:26 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [942a8a48c84cbbd481387de9024ea339d6dff269]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:47 gyang 1.2.40.4: wordmlfilter01 2004/12/13 08:58:35 gyang 1.2.40.3: RESYNC: (1.2-1.4); FILE MERGED 2004/11/03 09:00:49 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:01:26 gyang 1.2.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ff5e28e7ae9ed6bf041aa8a81f2eeb86482e090b]

        INTEGRATION: CWS wordmlfilter01 (1.3.40); FILE MERGED 2004/12/15 09:16:47 gyang 1.3.40.4: wordmlfilter01 2004/12/13 08:57:12 gyang 1.3.40.3: RESYNC: (1.3-1.5); FILE MERGED 2004/11/03 09:00:49 gyang 1.3.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 09:01:24 gyang 1.3.40.1: fix for namesapce i35183, etc

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [47929c5221ad4c996ff0981ff382d9488824e731]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:46 gyang 1.2.40.4: wordmlfilter01 2004/12/13 08:55:13 gyang 1.2.40.3: RESYNC: (1.2-1.5); FILE MERGED 2004/11/03 09:00:48 gyang 1.2.40.2: wordmlf filter migrates from OOo format to OASIS format 2004/10/28 08:58:52 gyang 1.2.40.1: fix for namesapce i35183

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3abb65e1435dd413008d3426deecc06a9aaf11bd]

        INTEGRATION: CWS wordmlfilter01 (1.2.40); FILE MERGED 2004/12/15 09:16:45 gyang 1.2.40.2: wordmlfilter01 2004/11/03 09:00:48 gyang 1.2.40.1: wordmlf filter migrates from OOo format to OASIS format

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fdfa597fe4c085f20c292de86baefd6e44fa980c]

        INTEGRATION: CWS nativefixer3 (1.3.18); FILE MERGED 2005/01/24 10:09:32 is 1.3.18.2: #118620# new core packages 2005/01/21 15:26:22 is 1.3.18.1: join to sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [cf14e7a52f6c6a30b3a27474728dd75b241828d0]

        INTEGRATION: CWS hrobeta1 (1.8.64); FILE MERGED 2004/12/14 11:55:22 hro 1.8.64.1: #i34429# Output trace messages to debugger

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ab9b5d758aa44fb9c5bbf19a9ed495a691f67464]

        INTEGRATION: CWS hrobeta1 (1.2.36); FILE MERGED 2005/01/13 11:57:37 hro 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/16 17:41:17 hro 1.2.36.1: #i37410# Don't eat tabs in multilineedit

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f87a7d9c1507cc97163a982ab5e6d22414102dc4]

        INTEGRATION: CWS hrobeta1 (1.5.210); FILE MERGED 2004/12/16 12:23:04 hro 1.5.210.1: #118161# Fix potential buffer overruns

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c2e5de8f20d0e1705869c818d5db4cff5c37108e]

        INTEGRATION: CWS nativefixer3 (1.15.22); FILE MERGED 2005/01/26 10:26:00 is 1.15.22.3: RESYNC: (1.15-1.17); FILE MERGED 2005/01/21 15:35:26 is 1.15.22.2: join to cws sysui03 2005/01/20 13:37:05 is 1.15.22.1: #118620# smaller root package

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c636fe451053590a826ee9de07cce19b10a3034d]

        INTEGRATION: CWS nativefixer3 (1.10.4); FILE MERGED 2005/01/21 15:35:25 is 1.10.4.1: join to cws sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [65d678d4536c0050ce5f3afa263b7e54b706f844]

        INTEGRATION: CWS nativefixer3 (1.2.108); FILE MERGED 2005/01/24 14:27:39 is 1.2.108.1: #i39220# shorter module description

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c0c83025f88630b843d6331202116f9100381212]

        INTEGRATION: CWS nativefixer3 (1.16.4); FILE MERGED 2005/01/26 13:08:33 is 1.16.4.1: #i40375# productnames with white spaces

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [33a71f8d42f868cf0a03815ee46a6b01d69fad8b]

        INTEGRATION: CWS nativefixer3 (1.1.2); FILE ADDED 2005/01/21 15:34:36 is 1.1.2.2: #118620# splitting the root module 2005/01/20 13:39:14 is 1.1.2.1: #118620# smaller root package

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3e82bd2b3c227863d559ac82a8c71aaf0e0aae11]

        INTEGRATION: CWS nativefixer3 (1.14.2); FILE MERGED 2005/01/26 10:24:40 is 1.14.2.3: RESYNC: (1.14-1.19); FILE MERGED 2005/01/21 15:35:25 is 1.14.2.2: join to cws sysui03 2005/01/20 13:39:51 is 1.14.2.1: #118620# smaller root package

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f21cb2cb3311399f258215611ca7154e24d3a0b6]

        INTEGRATION: CWS nativefixer3 (1.64.2); FILE MERGED 2005/01/26 12:14:31 obr 1.64.2.4: #i35698# moved gnome-set-default-application into gnome module 2005/01/26 10:23:36 is 1.64.2.3: RESYNC: (1.64-1.66); FILE MERGED 2005/01/21 15:35:24 is 1.64.2.2: join to cws sysui03 2005/01/14 11:14:20 is 1.64.2.1: #i40375# no more delete_only files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ed9b839eda108f257935cc8cd1f4c30805c20bb6]

        INTEGRATION: CWS nativefixer3 (1.20.4); FILE MERGED 2005/01/26 10:23:49 is 1.20.4.2: RESYNC: (1.20-1.22); FILE MERGED 2005/01/21 15:35:24 is 1.20.4.1: join to cws sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f365af9e2e28b351a6e38f33fafe0ee642eca753]

        INTEGRATION: CWS nativefixer3 (1.11.4); FILE MERGED 2005/01/21 15:35:23 is 1.11.4.1: join to cws sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fb3d1577ca882357f6a82186d1dea41a25f7ccaa]

        INTEGRATION: CWS nativefixer3 (1.12.4); FILE MERGED 2005/01/21 15:35:20 is 1.12.4.1: join to cws sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ddd2c9c4fb3de949dad7ccb926b986188c05eda4]

        INTEGRATION: CWS nativefixer3 (1.1.310); FILE MERGED 2005/01/26 12:14:30 obr 1.1.310.2: #i35698# moved gnome-set-default-application into gnome module 2005/01/21 15:35:19 is 1.1.310.1: join to cws sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1f8f188d6fe51e090a1b4f90adf5041e83c4d88a]

        INTEGRATION: CWS nativefixer3 (1.1.310); FILE MERGED 2005/01/26 12:14:29 obr 1.1.310.2: #i35698# moved gnome-set-default-application into gnome module 2005/01/21 15:35:19 is 1.1.310.1: join to cws sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ca890affcad2587571f69194cb6561df0106970f]

        INTEGRATION: CWS nativefixer3 (1.10.4); FILE MERGED 2005/01/21 15:35:18 is 1.10.4.1: join to cws sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [94b5d47c54a8860102acdcec076b8a0e493db6fe]

        INTEGRATION: CWS nativefixer3 (1.3.152); FILE MERGED 2005/01/14 11:12:22 is 1.3.152.1: #i40640# broken umlauts, missing space

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1e60361660756dccf198518839589e9207de75ef]

        INTEGRATION: CWS nativefixer3 (1.12.4); FILE MERGED 2005/01/21 15:35:18 is 1.12.4.1: join to cws sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [480ebdb5048d8f2fa7cc4c6bb845c28365208a41]

        INTEGRATION: CWS nativefixer3 (1.7.200); FILE MERGED 2005/01/26 10:17:35 is 1.7.200.2: RESYNC: (1.7-1.8); FILE MERGED 2004/12/16 15:37:15 is 1.7.200.1: #i38597# removing superfluous macro

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [75323ed617ac9fc6bbfbbb34d4d033dbb06e20c1]

        INTEGRATION: CWS nativefixer3 (1.3.162); FILE MERGED 2004/12/16 15:26:58 is 1.3.162.1: #i39042# checking existence of ulf files and jlf/mlf files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bf5bc7b4f7e76fc5ef349b1977ab7b003d63aa90]

        INTEGRATION: CWS nativefixer3 (1.4.162); FILE MERGED 2004/12/16 15:26:58 is 1.4.162.1: #i39042# checking existence of ulf files and jlf/mlf files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6c79ebd7c4a233ac6293f5b41398c3090fea2d7d]

        INTEGRATION: CWS nativefixer3 (1.6.156); FILE MERGED 2004/12/16 15:26:57 is 1.6.156.1: #i39042# checking existence of ulf files and jlf/mlf files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f514e30db7b7ed4661ff55795bc72ef17de76d35]

        INTEGRATION: CWS nativefixer3 (1.2.244); FILE MERGED 2004/12/16 15:26:57 is 1.2.244.1: #i39042# checking existence of ulf files and jlf/mlf files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a84de3d360c79ed914d05c6b48fb8c13ade6ee9e]

        INTEGRATION: CWS nativefixer3 (1.2.244); FILE MERGED 2005/01/14 14:53:37 is 1.2.244.1: #118620# preparing submodules with many files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [830120a8ca47edaa4371824c7fcd1c290042008f]

        INTEGRATION: CWS nativefixer3 (1.2.244); FILE MERGED 2004/12/16 15:26:25 is 1.2.244.1: #i39042# checking existence of ulf files and jlf/mlf files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f7d0fcf09e61b6805f0e22fe7f11c8255b25101f]

        INTEGRATION: CWS nativefixer3 (1.4.38); FILE MERGED 2004/12/17 13:08:40 is 1.4.38.1: #39198# semicolon check

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1840c6aaf5714ca90e7557e668e538685dd1b13e]

        INTEGRATION: CWS nativefixer3 (1.6.38); FILE MERGED 2005/01/10 17:05:38 is 1.6.38.1: #i40272# subfolder in windows start menu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4c4861f45b93c2b79b483927ae910b16eb969056]

        INTEGRATION: CWS nativefixer3 (1.4.38); FILE MERGED 2005/01/20 13:24:43 is 1.4.38.1: #i40375# codepage 0 for english multilingual installation sets

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [857338a6273fce969e51bd3065bb40aad0f64216]

        INTEGRATION: CWS nativefixer3 (1.17.22); FILE MERGED 2005/01/26 13:07:43 is 1.17.22.1: #i40375# productnames with white spaces

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1ed6d245a0bb1ecfbf7dc5f75fe8945095c5d45f]

        INTEGRATION: CWS nativefixer3 (1.2.200); FILE MERGED 2005/01/19 13:56:20 is 1.2.200.1: #i38658# no more than 817 components at a feature

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c5a37a3a98ffea9a972fb44c73b91d8657d14a51]

        INTEGRATION: CWS nativefixer3 (1.6.22); FILE MERGED 2005/01/19 15:47:39 is 1.6.22.2: #i40375# fixing typo 2005/01/12 09:55:22 is 1.6.22.1: #i40375# interpretation of flag HIDDEN_ROOT

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5efeea502d72ada0389cf39c055f8a3a3e2790e5]

        INTEGRATION: CWS nativefixer3 (1.5.108); FILE MERGED 2005/01/14 14:46:11 is 1.5.108.2: #i40375# template folder name 2005/01/10 17:05:38 is 1.5.108.1: #i40272# subfolder in windows start menu

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [88a3201ca979ae0fa277fc92c0a84a0f655aee68]

        INTEGRATION: CWS nativefixer3 (1.6.140); FILE MERGED 2005/01/17 13:57:26 is 1.6.140.1: #119033# setting packager in spec file

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fe05ca13128a6fd86fdbbea63fbd008c30ba86d4]

        INTEGRATION: CWS nativefixer3 (1.7.22); FILE MERGED 2005/01/25 09:28:21 is 1.7.22.1: #i41207# simple installer and language packs

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [00b9a1a19caac9fd0899b304985bb3ef6d766392]

        INTEGRATION: CWS nativefixer3 (1.10.38); FILE MERGED 2005/01/11 13:02:08 is 1.10.38.3: #118688# creating download installation sets 2005/01/10 11:47:59 is 1.10.38.2: RESYNC: (1.10-1.13); FILE MERGED 2004/12/17 15:28:29 is 1.10.38.1: #i38913# unique directory name

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1d271774b44e1e691693eed2400990724c0fe4e2]

        INTEGRATION: CWS nativefixer3 (1.5.38); FILE MERGED 2005/01/26 13:07:43 is 1.5.38.1: #i40375# productnames with white spaces

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ed16e9eb7c1e7613eff7596f22063ef78a1e9d80]

        INTEGRATION: CWS nativefixer3 (1.15.38); FILE MERGED 2005/01/11 14:06:14 is 1.15.38.1: #i40375# no more addition of legacy_binfilters.rdb into file array

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [21026a4ba3bdf14dc108d6083d4270768300cc41]

        INTEGRATION: CWS nativefixer3 (1.6.156); FILE MERGED 2005/01/18 09:56:11 is 1.6.156.1: #118673# replacing variables in rtf files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d8c589e6ef035044e368938496e385af974e0598]

        INTEGRATION: CWS nativefixer3 (1.2.200); FILE MERGED 2005/01/28 11:01:39 is 1.2.200.4: #i41134# no \r\n for cygwin 2005/01/27 15:09:32 is 1.2.200.3: #i41134# windows line ends only for cygwin tcsh 2005/01/25 09:18:20 is 1.2.200.2: #i41134# windows line endings 2005/01/24 13:59:41 is 1.2.200.1: #i41134# dos line ends for ini files on Windows

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5e4a0d4633be495772323ceaf53376497fd1ddec]

        INTEGRATION: CWS nativefixer3 (1.12.38); FILE MERGED 2005/01/10 11:47:38 is 1.12.38.2: RESYNC: (1.12-1.13); FILE MERGED 2004/12/17 15:28:28 is 1.12.38.1: #i38913# unique directory name

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1c22988e1a14813ef954f9e5d5460f4c3975b006]

        INTEGRATION: CWS nativefixer3 (1.4.38); FILE MERGED 2005/01/26 13:07:42 is 1.4.38.1: #i40375# productnames with white spaces

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [56744b2bc1d0411378e06f7e30ae7d1534cc5def]

        INTEGRATION: CWS nativefixer3 (1.4.38); FILE MERGED 2005/01/19 15:47:14 is 1.4.38.2: #i40375# fixing typo 2005/01/18 15:42:01 is 1.4.38.1: #i36837# language packs without shell scripts using DONT_REMOVE_PACKAGE

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2273e62559a129a34f5df6da33eb6e871f85ac67]

        INTEGRATION: CWS nativefixer3 (1.10.4); FILE MERGED 2005/01/27 08:50:58 is 1.10.4.3: #118673# replacing variables in cnpsdk license file 2005/01/12 13:53:10 is 1.10.4.2: #i40375# removing empty packages 2005/01/12 09:53:45 is 1.10.4.1: #i40375# removing empty packages from build process

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [260dbc3b83ec43a105e69e0bda8116a92f07f834]

        INTEGRATION: CWS nativefixer3 (1.23.22); FILE MERGED 2005/01/17 13:57:25 is 1.23.22.5: #119033# setting packager in spec file 2005/01/17 12:33:03 is 1.23.22.4: #118688# creating one file installer 2005/01/14 14:45:39 is 1.23.22.3: #i40375# template folder name 2005/01/12 09:53:44 is 1.23.22.2: #i40375# removing empty packages from build process 2005/01/11 13:02:39 is 1.23.22.1: #118497# version numbering

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [af66a6c5bf9fdc1b8dcf47b8ad756d947fe68b13]

        INTEGRATION: CWS nativefixer3 (1.16.22); FILE MERGED 2005/01/26 13:07:42 is 1.16.22.8: #i40375# productnames with white spaces 2005/01/24 13:12:45 is 1.16.22.7: #118497# adding timestamp to package revision 2005/01/21 15:24:50 is 1.16.22.6: join to cws sysui03 2005/01/17 13:57:24 is 1.16.22.5: #119033# setting packager in spec file 2005/01/17 13:22:57 is 1.16.22.4: #119033# setting packager in RPM 2005/01/12 13:53:58 is 1.16.22.3: #i39462# epm environment variable 2005/01/11 15:26:36 is 1.16.22.2: #i39462# epm environment variable 2005/01/11 13:02:39 is 1.16.22.1: #118497# version numbering

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [35d675c53ef8af6775b38170905cdc79e84590f9]

        INTEGRATION: CWS nativefixer3 (1.2.22); FILE MERGED 2005/01/25 13:13:48 is 1.2.22.8: #118688# creating nsis installer 2005/01/24 14:50:25 is 1.2.22.7: #118688# new bitmap in nsis welcome screen 2005/01/19 10:22:42 is 1.2.22.6: #118688# creating download files 2005/01/17 14:54:15 is 1.2.22.5: #118688# ja instead of jp 2005/01/17 12:33:20 is 1.2.22.4: #118688# creating one file installer 2005/01/14 16:58:08 is 1.2.22.3: #118688# introducing nsis 2005/01/14 14:51:45 is 1.2.22.2: #118688# checksum and size into shell script 2005/01/11 13:01:47 is 1.2.22.1: #118688# creating download installation sets

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4bf9983892cd5cf63f36897d156ce46b99a20a63]

        INTEGRATION: CWS nativefixer3 (1.14.14); FILE MERGED 2005/01/14 14:50:23 is 1.14.14.1: #i40375# fixing string

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [543ea1578e1fcc3e6c6f9e9cb59db47f13e72f1b]

        INTEGRATION: CWS nativefixer3 (1.3.160); FILE MERGED 2004/12/16 15:25:54 is 1.3.160.1: #i39042# checking existence of ulf files and jlf/mlf files

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a4b2bd7096a82adfcd09013b857a28de3a81e65b]

        INTEGRATION: CWS nativefixer3 (1.4.38); FILE MERGED 2005/01/14 14:53:21 is 1.4.38.2: #118620# preparing submodules with many files 2004/12/17 13:08:19 is 1.4.38.1: #39198# semicolon check

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1a2c5ce760461121db9d91c8fb3e6400891accde]

        INTEGRATION: CWS nativefixer3 (1.27.4); FILE MERGED 2005/01/26 13:07:14 is 1.27.4.10: #i40375# productnames with white spaces 2005/01/26 10:05:13 is 1.27.4.9: RESYNC: (1.27-1.29); FILE MERGED 2005/01/25 09:28:00 is 1.27.4.8: #i41207# simple installer and language packs 2005/01/21 15:24:49 is 1.27.4.7: join to cws sysui03 2005/01/18 15:41:40 is 1.27.4.6: #i36837# language packs without shell scripts using DONT_REMOVE_PACKAGE 2005/01/18 09:55:49 is 1.27.4.5: #118673# replacing variables in rtf files 2005/01/14 14:48:49 is 1.27.4.4: #i40595# icon for start menu folder 2005/01/12 13:52:52 is 1.27.4.3: #i40375# removing empty packages 2005/01/12 09:51:12 is 1.27.4.2: #i40375# removing empty packages from build process 2005/01/11 13:01:32 is 1.27.4.1: #118688# creating download installation sets

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b64e1e83a22d5d986f7af15650c84da8cb43a630]

        INTEGRATION: CWS nativefixer3 (1.1.2); FILE ADDED 2005/01/21 15:26:26 is 1.1.2.2: join to sysui03 2005/01/14 14:19:10 hro 1.1.2.1: #i40595# New custom action to customize start menu folder icon

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [911abbf41c1fb09bb007aa07a8cb0aefc28f1a4a]

        INTEGRATION: CWS nativefixer3 (1.2.12); FILE MERGED 2005/01/14 14:26:12 hro 1.2.12.1: #i40595# New custom action to customize start menu folder icon

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c847430b218bdb50cd478b5837e8090fa58f8ce7]

        INTEGRATION: CWS nativefixer3 (1.3.12); FILE MERGED 2005/01/13 18:03:30 is 1.3.12.1: #i39194# correct tail syntax

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ce386c2e65444806bd1b2fa65b1886099b77670d]

        INTEGRATION: CWS nativefixer3 (1.4.12); FILE MERGED 2005/01/24 10:09:33 is 1.4.12.2: #118620# new core packages 2005/01/21 15:26:23 is 1.4.12.1: join to sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bbc1ef142bad13318e9e91b0ff1335d9c5baf136]

        INTEGRATION: CWS nativefixer3 (1.2.6); FILE MERGED 2005/01/26 14:10:21 is 1.2.6.3: #118688# strings for download 2005/01/25 13:16:08 is 1.2.6.2: #118688# creating nsis installer 2005/01/20 13:33:32 is 1.2.6.1: #118688# new tail

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [75719b5604a9ad03f7e24cdf4fac30bb9c1c8a67]

        INTEGRATION: CWS nativefixer3 (1.10.10); FILE MERGED 2005/01/11 13:05:18 is 1.10.10.1: #118497# version numbering

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9674da9a76cd28be08b30a970b235a1c92f6b9da]

        INTEGRATION: CWS nativefixer3 (1.13.2); FILE MERGED 2005/01/11 15:02:07 is 1.13.2.1: #i39950# support for mac osx

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6ca22a0019caf6ee1300ccf4db354553e97d0742]

        INTEGRATION: CWS nativefixer3 (1.1.62); FILE MERGED 2005/01/14 11:17:44 is 1.1.62.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0ef4aebfd7b74409c9d34ac61f3beaa3fa73c4b0]

        INTEGRATION: CWS nativefixer3 (1.1.62); FILE MERGED 2005/01/14 11:17:43 is 1.1.62.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9aa3632cb661dcdd3392c3c165d4b5554591b4d7]

        INTEGRATION: CWS nativefixer3 (1.1.62); FILE MERGED 2005/01/21 11:34:57 is 1.1.62.2: #i37373# using standard icons 2005/01/14 11:17:43 is 1.1.62.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1758dc008260babe10f96cc036559046f51403b8]

        INTEGRATION: CWS nativefixer3 (1.1.62); FILE MERGED 2005/01/14 11:17:42 is 1.1.62.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6e3f70ca030dde4e81829729a7b99e3488d57eeb]

        INTEGRATION: CWS nativefixer3 (1.1.62); FILE MERGED 2005/01/21 11:34:56 is 1.1.62.2: #i37373# using standard icons 2005/01/14 11:17:42 is 1.1.62.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4c344255a4c79f0d2328b088331772f586e98299]

        INTEGRATION: CWS nativefixer3 (1.1.62); FILE MERGED 2005/01/21 11:34:55 is 1.1.62.2: #i37373# using standard icons 2005/01/14 11:17:42 is 1.1.62.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a2f8cbd082fb00856cede874d1df29e6281c9b08]

        INTEGRATION: CWS nativefixer3 (1.4.30); FILE MERGED 2005/01/21 11:32:04 is 1.4.30.3: #i37373# using standard icons 2004/12/17 16:38:34 is 1.4.30.2: #i38842# adapting length of line for filetypedialog 2004/12/16 13:47:41 is 1.4.30.1: #115972# length of dialog line

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [484d70c93433dc755803faebcd0a66fb08a73e54]

        INTEGRATION: CWS nativefixer3 (1.2.52); FILE MERGED 2005/01/10 11:54:58 is 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/17 14:26:53 is 1.2.52.1: #i39068# removed comment (Hidden for now)

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4b354aa59f89656db67da9fd50b39114f3fe1329]

        INTEGRATION: CWS nativefixer3 (1.2.30); FILE MERGED 2005/01/14 11:18:19 is 1.2.30.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [978b4e8bb8558d262de2fb5949de387e6d091ee2]

        INTEGRATION: CWS nativefixer3 (1.2.30); FILE MERGED 2005/01/14 11:18:18 is 1.2.30.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3e9a4b2eaa60faf3c5555082054a3b1f3a76ca15]

        INTEGRATION: CWS nativefixer3 (1.2.30); FILE MERGED 2005/01/14 11:18:17 is 1.2.30.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7d0a55566a874a45800e7cc6fa956f25bd4ca0b8]

        INTEGRATION: CWS nativefixer3 (1.2.30); FILE MERGED 2005/01/21 11:36:45 is 1.2.30.2: #i37373# using standard icons 2005/01/14 11:18:17 is 1.2.30.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [cc3a592d1ff2ed3ee2e79e5e2c22cc7b5a2aee68]

        INTEGRATION: CWS nativefixer3 (1.2.30); FILE MERGED 2005/01/21 11:36:44 is 1.2.30.2: #i37373# using standard icons 2005/01/14 11:18:17 is 1.2.30.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [426ed2d9b494f2703723ca8f8b75c12e31254987]

        INTEGRATION: CWS nativefixer3 (1.2.30); FILE MERGED 2005/01/21 11:36:43 is 1.2.30.2: #i37373# using standard icons 2005/01/14 11:18:16 is 1.2.30.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [189d7876b9c41bc71346159f63a35f4fd2ae7c0c]

        INTEGRATION: CWS nativefixer3 (1.2.30); FILE MERGED 2005/01/14 11:18:16 is 1.2.30.1: #i34119# new transparency

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4b0f76f23830dafaeeee73e29de28223328bb097]

        INTEGRATION: CWS nativefixer3 (1.3.10); FILE MERGED 2005/01/21 11:36:04 is 1.3.10.3: #i37373# using standard icons 2004/12/17 16:38:58 is 1.3.10.2: #i38842# adapting length of line for filetypedialog 2004/12/16 13:48:02 is 1.3.10.1: #115972# length of dialog line

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [417102273f52f3fcb68e9ebb12f6c83455e1b4bc]

        INTEGRATION: CWS nativefixer3 (1.8.6); FILE MERGED 2005/01/27 12:18:30 obr 1.8.6.2: #118497# core -> core01 2005/01/21 10:24:46 obr 1.8.6.1: JOIN: CWS sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c304202e275cd8d283556e4ac9ef50b4e211f459]

        INTEGRATION: CWS nativefixer3 (1.7.6); FILE MERGED 2005/01/27 12:18:27 obr 1.7.6.2: #118497# core -> core01 2005/01/21 10:24:20 obr 1.7.6.1: JOIN: CWS sysui03

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b6c22c478a06341a2fe0c3fb21bb12552202258d]

        INTEGRATION: CWS jre5issues (1.3.20); FILE MERGED 2005/01/21 11:47:49 jl 1.3.20.1: #118598# j2re is now jre

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [962f0d024edaebab88a98fa87b85a454c0440665]

        INTEGRATION: CWS jre5issues (1.20.8); FILE MERGED 2005/01/14 10:10:31 jl 1.20.8.1: #i39912# fixes for MAC

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5fcdbca02e601d9d8e7ee131e2e385c37d91099a]

        INTEGRATION: CWS jre5issues (1.14.8); FILE MERGED 2005/01/18 12:48:50 jl 1.14.8.2: #i40879# in build environment the JRE is not tested for accessibility, because of potential X server problems 2005/01/14 10:10:00 jl 1.14.8.1: #i39912# fixes for MAC

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [877a402177d1a38009f3a2ccbd6b7504b69177bf]

        INTEGRATION: CWS jre5issues (1.4.6); FILE MERGED 2005/01/18 12:48:49 jl 1.4.6.1: #i40879# in build environment the JRE is not tested for accessibility, because of potential X server problems

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ecce78c409a7c23de7fb3dfe4f5b4e89e001cf2e]

        INTEGRATION: CWS jre5issues (1.5.6); FILE MERGED 2005/01/21 10:23:57 jl 1.5.6.4: #i40879# 2005/01/18 12:48:49 jl 1.5.6.3: #i40879# in build environment the JRE is not tested for accessibility, because of potential X server problems 2005/01/14 14:56:02 jl 1.5.6.2: #i40591# In directories such as /usr/java, /usr/jre all subdirectories are examined if they are Java installations 2005/01/14 10:11:43 jl 1.5.6.1: #i39912# #i40180# fixes for MAC, FREEBSD

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4a3c7f970b51350ae8cf88475e0abf2e98392b61]

        INTEGRATION: CWS jre5issues (1.5.6); FILE MERGED 2005/01/14 10:11:43 jl 1.5.6.1: #i39912# #i40180# fixes for MAC, FREEBSD

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ba6904f4845460d06a1871fcd41e6c58182e7512]

        INTEGRATION: CWS jre5issues (1.5.6); FILE MERGED 2005/01/14 10:11:42 jl 1.5.6.1: #i39912# #i40180# fixes for MAC, FREEBSD

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6a3808b81f85e4c0d03b78ea3caefe387df4c139]

        INTEGRATION: CWS jre5issues (1.1.2); FILE ADDED 2005/01/18 12:51:36 jl 1.1.2.1: #i40879#

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [eae9fc3fa1663e990d3ace1b76ff3676c937ab59]

        INTEGRATION: CWS jre5issues (1.2.26); FILE MERGED 2005/01/14 10:11:42 jl 1.2.26.1: #i39912# #i40180# fixes for MAC, FREEBSD

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [98d2873b694968e489e2cc2cbd7fe69ddfaba532]

        INTEGRATION: CWS jre5issues (1.5.8); FILE MERGED 2005/01/18 12:48:49 jl 1.5.8.2: #i40879# in build environment the JRE is not tested for accessibility, because of potential X server problems 2005/01/14 10:11:42 jl 1.5.8.1: #i39912# #i40180# fixes for MAC, FREEBSD

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [836395b89ddd50966eccf52614a70bbfe0abbedd]

        INTEGRATION: CWS jre5issues (1.2.6); FILE MERGED 2005/01/14 10:11:42 jl 1.2.6.1: #i39912# #i40180# fixes for MAC, FREEBSD

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6873b3be47d71f94c38262003101576081acd241]

        INTEGRATION: CWS jre5issues (1.3.18); FILE MERGED 2005/01/18 12:48:48 jl 1.3.18.1: #i40879# in build environment the JRE is not tested for accessibility, because of potential X server problems

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fea01dc44d7299c24f7d50e0c37a71d5cbd466f9]

        INTEGRATION: CWS jre5issues (1.2.26); FILE MERGED 2005/01/14 10:09:06 jl 1.2.26.1: #i39912# fixes for MAC

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [13a3948f40e8f3b5f4fb673e2c6e889e158be590]

        INTEGRATION: CWS jre5issues (1.7.8); FILE MERGED 2005/01/14 10:09:06 jl 1.7.8.1: #i39912# fixes for MAC

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5b6ac3ed5b16dfb434484036c2631833df7a7b58]

        INTEGRATION: CWS jre5issues (1.3.24); FILE MERGED 2004/11/29 13:36:20 ka 1.3.24.1: #i37962#: added support for Java 1.5

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e76e2f3e7ec4133b568a35af281728d1f77e1306]

        INTEGRATION: CWS jre5issues (1.1.1.1.14); FILE MERGED 2004/12/02 16:41:32 ka 1.1.1.1.14.3: cleanup 2004/12/02 13:21:20 ka 1.1.1.1.14.2: #i37962#: make Solaris work with JRE1.5 2004/11/29 13:34:39 ka 1.1.1.1.14.1: #i37962#: added support for Java 1.5

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b9f7c6c8ba7ac75466b801914d8872e28ae3cc6e]

        INTEGRATION: CWS jre5issues (1.13.26); FILE MERGED 2005/01/17 12:47:51 is 1.13.26.2: #118598# including man pages for Java 2005/01/13 12:39:35 is 1.13.26.1: #118598# new java 1.5.0

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1b5b8c2803c439ab802d762dbb4b73c4036e6a61]

        INTEGRATION: CWS jre5issues (1.23.28); FILE MERGED 2005/01/17 12:47:50 is 1.23.28.1: #118598# including man pages for Java

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ce7e7c7686ed42a5ff8bd2ebcc7e4f62b9940e00]

        INTEGRATION: CWS jre5issues (1.16.28); FILE MERGED 2005/01/17 12:47:50 is 1.16.28.1: #118598# including man pages for Java

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b52c4649a9b458b90c89e5082950df6cd4fdda6b]

        INTEGRATION: CWS vcl34 (1.3.14); FILE MERGED 2005/01/13 11:37:49 ssa 1.3.14.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [dfc2b2b0ed4e4a73fd9e8c1f793ef531550986a6]

        INTEGRATION: CWS mav15 (1.123.94); FILE MERGED 2005/01/21 13:22:15 mav 1.123.94.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3e6ea386cbf9a8da39a32910fd153974f0c9fa03]

        INTEGRATION: CWS vcl34 (1.161.12); FILE MERGED 2005/01/12 11:58:38 pl 1.161.12.2: RESYNC: (1.161-1.162); FILE MERGED 2004/12/28 13:41:23 ssa 1.161.12.1: #i39040# due to a side effect the appsettings were modified between GetSettings and SetSettings

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c962ffcf5ab5369074dc3c9010bd629af5fe1cf7]

        INTEGRATION: CWS vcl34 (1.9.30); FILE MERGED 2005/01/12 11:56:03 pl 1.9.30.2: RESYNC: (1.9-1.10); FILE MERGED 2004/12/16 09:05:22 pl 1.9.30.1: #i38367# do not install fonts.dir anymore

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [48771a02f46f698331569a0e79ea24d0b1b98fd5]

        INTEGRATION: CWS vcl34 (1.5.64); FILE MERGED 2004/12/15 17:21:03 pl 1.5.64.1: #i38660# mimic vcl SalFrame behaviour: check for printer updates on focus change

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3bf6f26a7734c60300b05eacc5a3a246d1c6216f]

        INTEGRATION: CWS vcl34 (1.13.4); FILE MERGED 2004/12/15 17:21:03 pl 1.13.4.1: #i38660# mimic vcl SalFrame behaviour: check for printer updates on focus change

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [51f3946e7484d6225cc37d7b14c8c5965fea4f4c]

        INTEGRATION: CWS vcl34 (1.2.128); FILE MERGED 2005/01/13 11:47:55 ssa 1.2.128.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [afc46f5c1ce12f368dfcaad59e768b620b72fea7]

        INTEGRATION: CWS vcl34 (1.2.128); FILE MERGED 2005/01/13 11:47:54 ssa 1.2.128.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [39c19c2280b29d13f422a2cd2b26372fbe7103c8]

        INTEGRATION: CWS vcl34 (1.2.128); FILE MERGED 2005/01/13 11:47:53 ssa 1.2.128.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2fd4720e499f0d3e6f5b66d988eda7d9e7ad75b3]

        INTEGRATION: CWS mav15 (1.13.38); FILE MERGED 2005/01/21 12:57:02 mav 1.13.38.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1fd88dfbafd03d346d86ce3bf3dd96a43bc4cfa2]

        INTEGRATION: CWS vcl34 (1.2.128); FILE MERGED 2005/01/13 11:47:52 ssa 1.2.128.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7a4586962df9ab2bc158b1bb6881969dadb6c770]

        INTEGRATION: CWS vcl34 (1.2.58); FILE MERGED 2005/01/13 11:47:51 ssa 1.2.58.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5f28dcc397d33cf3fec60764a256e7c757ade9f3]

        INTEGRATION: CWS vcl34 (1.37.52); FILE MERGED 2005/01/10 14:41:03 ssa 1.37.52.1: #i40221# adjust handling of font colors to changed defaults

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9580791a337e5b71e25a51ba94d8647734ff8a0b]

        INTEGRATION: CWS mav15 (1.3.78); FILE MERGED 2005/01/21 13:19:25 mav 1.3.78.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [86bfc2813491da512ff7674175ec2972dbccfee0]

        INTEGRATION: CWS vcl34 (1.4.48); FILE MERGED 2005/01/07 14:36:19 dv 1.4.48.1: #i38359# Use some extra space for proper painting of focus rect

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f7a50337ca6621b10524138d05bc352c688a644c]

        INTEGRATION: CWS vcl34 (1.14.2); FILE MERGED 2005/01/12 16:48:55 cd 1.14.2.6: #i39963# Use current pos instead of start pos to determine next cascaded pos 2005/01/12 10:31:31 pl 1.14.2.5: RESYNC: (1.14-1.16); FILE MERGED 2005/01/06 14:23:55 ssa 1.14.2.4: #i37461# always use outputsize for consistent toolbar sizes 2005/01/05 14:48:45 cd 1.14.2.3: #i38643# Set alignment of a toolbar in dockWindow method to always have correct alignment. 2005/01/05 13:29:40 cd 1.14.2.2: #i32189# Process VCLEVENT_TOOLBOX_FORMATCHANGED event to layout toolbars 2004/12/29 13:27:35 ssa 1.14.2.1: #i38261# if no floating size was stored let the toolbox compute an optimal size that takes line breaks into account

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e234523e1188a54013cd99c331840dbc2d670fa0]

        INTEGRATION: CWS vcl34 (1.111.26); FILE MERGED 2005/01/12 15:30:00 dv 1.111.26.2: #107733# Use osl_loadModule instead of LoadLibrary 2005/01/07 14:32:25 ssa 1.111.26.1: #i40008# keep ownerdraw windows on screen when positioned by API

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f91c2e52b9708d2006812102dd471bb4f81502d1]

        INTEGRATION: CWS vcl34 (1.88.16); FILE MERGED 2005/01/12 15:29:59 dv 1.88.16.1: #107733# Use osl_loadModule instead of LoadLibrary

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [235839f78fdf2c2c8f2a5f89faab8708337ddd89]

        INTEGRATION: CWS vcl34 (1.17.186); FILE MERGED 2004/12/23 07:53:54 dv 1.17.186.2: #110536# Added GetDuplexMode() 2004/12/23 07:02:24 dv 1.17.186.1: #110536# Added GetDuplexMode()

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [da07f1ee3d32944e6191b017aadcc075048efa1d]

        INTEGRATION: CWS vcl34 (1.4.284); FILE MERGED 2005/01/12 15:29:58 dv 1.4.284.1: #107733# Use osl_loadModule instead of LoadLibrary

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [57fb2666c1cc95531a11d8dd0907e1d90116f15d]

        INTEGRATION: CWS vcl34 (1.4.26); FILE MERGED 2005/01/12 15:29:58 dv 1.4.26.1: #107733# Use osl_loadModule instead of LoadLibrary

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d281568b957d7f4119ca273e11115470fa856aab]

        INTEGRATION: CWS vcl34 (1.63.16); FILE MERGED 2005/01/21 14:19:59 hdu 1.63.16.2: #118959# fix font coverage for fonts without CMAP 2005/01/04 14:39:48 hdu 1.63.16.1: #118959# fix font coverage for symbol fonts without CMAP

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [18fce4c8df100a2b57909122e638b36ebcd70572]

        INTEGRATION: CWS vcl34 (1.5.284); FILE MERGED 2005/01/12 11:53:00 pl 1.5.284.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/22 15:10:37 ssa 1.5.284.1: #i38887# check if reading from screen failed

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7a8334c91e21100f637ee875634ecd66a7203470]

        INTEGRATION: CWS vcl34 (1.21.186); FILE MERGED 2005/01/12 15:29:55 dv 1.21.186.1: #107733# Use osl_loadModule instead of LoadLibrary

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9f0661fe4f66c9cd025f197b92455cfbdead30e8]

        INTEGRATION: CWS vcl34 (1.2.298); FILE MERGED 2004/12/23 07:03:15 dv 1.2.298.1: #110536# Added GetDuplexMode()

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1c6c5ce9da9d8f3a49b15d1562231cc441d7736b]

        INTEGRATION: CWS vcl34 (1.16.142); FILE MERGED 2005/01/12 15:29:15 dv 1.16.142.1: #107733# Use osl_loadModule instead of LoadLibrary

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0444b991165a07d02b311978ba8b837a8ebe9627]

        INTEGRATION: CWS vcl34 (1.22.142); FILE MERGED 2005/01/07 15:11:10 hdu 1.22.142.1: #i40134# improve coverage heuristic for core X11 fonts

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2c5db00064373013e28da2699f380e864ec42fbd]

        INTEGRATION: CWS vcl34 (1.35.76); FILE MERGED 2005/01/13 17:00:08 pl 1.35.76.2: #110536# duplex recognition 2004/12/23 07:00:32 dv 1.35.76.1: #110536# Added GetDuplexMode()

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8cef590677e535f1218cc0aed00e3ddb485e57e3]

        INTEGRATION: CWS vcl34 (1.11.242); FILE MERGED 2004/12/23 07:51:49 dv 1.11.242.1: #110536# Added GetDuplexMode()

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [618af03c325def2e86277bd0aecc4fd6ff3dfbed]

        INTEGRATION: CWS vcl34 (1.17.26); FILE MERGED 2005/01/12 11:49:44 pl 1.17.26.4: RESYNC: (1.17-1.18); FILE MERGED 2005/01/11 12:21:03 pl 1.17.26.3: #i40080# do not destroy foreign X window 2004/12/16 10:58:53 pl 1.17.26.2: #i39038# add GDK_minus and GDK_plus 2004/12/15 17:06:20 pl 1.17.26.1: #i38660# check for printer updates (as X11DalFrame does)

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0ba7ad960af5f117b9cf62ed746878530fd87664]

        INTEGRATION: CWS vcl34 (1.8.6); FILE MERGED 2005/01/12 18:49:31 pl 1.8.6.3: #i40207# do not forget to reset clip region 2005/01/12 11:49:34 pl 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2005/01/11 16:05:05 pl 1.8.6.1: #i39400# get menubar color from menubar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c3b0830d866949e633de71729499c540fa100c94]

        INTEGRATION: CWS vcl34 (1.34.14); FILE MERGED 2005/01/12 11:48:22 pl 1.34.14.2: RESYNC: (1.34-1.36); FILE MERGED 2004/12/20 14:13:05 ssa 1.34.14.1: #i32189# provide event to request full layout

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [26c8091bf0bc8720cb0378144e70dfbb42ecc6cc]

        INTEGRATION: CWS vcl34 (1.81.16); FILE MERGED 2005/01/12 11:48:10 pl 1.81.16.3: RESYNC: (1.81-1.82); FILE MERGED 2004/12/29 16:01:05 ssa 1.81.16.2: #i35624# reduce separator size 2004/12/29 12:41:06 ssa 1.81.16.1: #i38261# added method to compute floating size according to number of line breaks

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ef04a7ec92a1de78514387e70f26f7a554a81988]

        INTEGRATION: CWS vcl34 (1.114.26); FILE MERGED 2005/01/12 11:47:59 pl 1.114.26.3: RESYNC: (1.114-1.116); FILE MERGED 2005/01/06 16:07:13 ssa 1.114.26.2: #i17937# add space between accelerator and submenu indicator 2004/12/29 15:35:03 ssa 1.114.26.1: #i17937# reduce amount of white space in menu entries by positioning the accelerator strings at variable x positions

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e9f431656eb8d67d9fffbe1a272f70025f002064]

        INTEGRATION: CWS vcl34 (1.7.16); FILE MERGED 2005/01/06 14:27:00 ssa 1.7.16.1: #i37461# notify listeners only after changing the floating mode

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [22f2a9b5688382dea5b3b6b1aacbc8056a14481e]

        INTEGRATION: CWS vcl34 (1.28.40); FILE MERGED 2005/01/13 12:14:16 hdu 1.28.40.2: #118530# avoid aggressive garbage collection 2005/01/05 15:56:36 hdu 1.28.40.1: #118530# hash_map iterators are pickier than map iterators

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [08eeb882090636850713c455993566ebed9bedfe]

        INTEGRATION: CWS vcl34 (1.33.26); FILE MERGED 2005/01/05 17:16:23 hdu 1.33.26.1: #i39982# improve cluster boundary detection (based on the Fedora Indic patch)

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c0e35a7304fb8ddc8fa9546c88c095428abe99fe]

        INTEGRATION: CWS vcl34 (1.45.284); FILE MERGED 2004/12/23 06:59:00 dv 1.45.284.1: #110536# Added GetDuplexMode()

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [05bba565a6d2a72e782c36d5ab5a3a7b0a04777f]

        INTEGRATION: CWS vcl34 (1.75.16); FILE MERGED 2005/01/11 13:29:13 pl 1.75.16.1: #i39583# use pseudo pixel size of reference device for drawPixel

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bbca6e30747ee532ba00fe323d63ecd037625a7d]

        INTEGRATION: CWS vcl34 (1.188.16); FILE MERGED 2004/12/16 16:48:29 pl 1.188.16.1: #117909# ensure minimum distance between double underlines

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c4fcc1c6db85a17204b57f22e8d3080e86c9b326]

        INTEGRATION: CWS vcl34 (1.25.16); FILE MERGED 2004/12/22 15:24:07 ssa 1.25.16.2: #i38887# check if reading from screen failed - now it even compiles 2004/12/22 15:10:37 ssa 1.25.16.1: #i38887# check if reading from screen failed

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [88e149c40df36a9b1f1f20783d80fdd6d54ba7ca]

        INTEGRATION: CWS vcl34 (1.32.78); FILE MERGED 2005/01/12 11:29:32 hdu 1.32.78.1: #i37911# ignore Culmus extension in font name

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fca80f1788d29e95a321f81fc569903ffe80c0ef]

        INTEGRATION: CWS vcl34 (1.23.104); FILE MERGED 2005/01/12 11:45:49 pl 1.23.104.2: RESYNC: (1.23-1.24); FILE MERGED 2004/12/22 11:38:14 ssa 1.23.104.1: #i38050# dont force transparency if a ControlBackground was set, this allows for NWF controls with colored backgrounds

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [849f502167b9da3c8cbd2deb2ecda6f42609240d]

        INTEGRATION: CWS vcl34 (1.14.104); FILE MERGED 2005/01/12 11:44:54 pl 1.14.104.2: RESYNC: (1.14-1.15); FILE MERGED 2005/01/07 14:34:47 dv 1.14.104.1: #i38359# Add some extra space before text when WB_EXTRAOFFSET is set

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [71d0903b089f4be316329ef84e6d9b3984d47333]

        INTEGRATION: CWS vcl34 (1.31.16); FILE MERGED 2005/01/12 11:44:17 pl 1.31.16.2: RESYNC: (1.31-1.32); FILE MERGED 2004/12/22 11:38:13 ssa 1.31.16.1: #i38050# dont force transparency if a ControlBackground was set, this allows for NWF controls with colored backgrounds

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2e3e9f343f7e99906952f918ef3adbbcba5ba6da]

        INTEGRATION: CWS mav15 (1.71.14); FILE MERGED 2005/01/19 12:48:06 mav 1.71.14.1: #i40527# preserv the original size of encrypted documents

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [49a7e482022ccadba8f2ee2085fadfe7ad7d92b3]

        INTEGRATION: CWS mav15 (1.7.80); FILE MERGED 2005/01/17 11:47:17 mav 1.7.80.1: #i40527# raw access to encrypted streams

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4475f40198c3461231323939bbd9219aee268d8b]

        INTEGRATION: CWS mav15 (1.5.22); FILE MERGED 2005/01/13 09:44:43 mav 1.5.22.1: #i40469# links can have no persistence entry in the storage

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8cfdbcac3eb1e11f8fe296b8f3d07e9dc13bc410]

        INTEGRATION: CWS mav15 (1.76.44); FILE MERGED 2005/01/21 15:11:04 mav 1.76.44.3: #119160# embedded document can have no own configuration 2005/01/17 14:52:41 mav 1.76.44.2: RESYNC: (1.76-1.77); FILE MERGED 2005/01/13 09:47:41 mav 1.76.44.1: #i40469# no need to change the creation mode

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [52eae3d31e698d449d315e4e32c66b8398617dac]

        INTEGRATION: CWS mav15 (1.19.138); FILE MERGED 2005/01/18 15:46:39 mav 1.19.138.1: #119038# possibility to link to an encrypted document

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b5718d60e19ed08a41182e1b1d8d0ee2e9bf2e95]

        INTEGRATION: CWS vcl34 (1.8.52); FILE MERGED 2005/01/05 15:47:20 cd 1.8.52.1: #i39972# Don't use dockWindow method but only createElement/showElement to use last user state for Drawing Toolbar

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7bb45619096f052a9f4f3df25f46bd043202c1bf]

        INTEGRATION: CWS mav15 (1.48.120); FILE MERGED 2005/01/21 13:22:14 mav 1.48.120.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [30d4f206fec133d02395713835365308ecca5c54]

        INTEGRATION: CWS vcl34 (1.3.238); FILE MERGED 2004/12/14 13:29:06 pl 1.3.238.1: #i38338# do not do stupid tricks with the focus notification

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d42e3bc6057cc7f5ff3f36493499e2e2b9af56e1]

        INTEGRATION: CWS mav15 (1.112.14); FILE MERGED 2005/01/21 13:22:12 mav 1.112.14.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [61fa247f12972c5f3b088011e98487ff79f1bc1a]

        INTEGRATION: CWS mav15 (1.3.16); FILE MERGED 2005/01/18 15:46:38 mav 1.3.16.1: #119038# possibility to link to an encrypted document

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c142369dd52342b07cbe50382e79927a63483324]

        INTEGRATION: CWS vcl34 (1.3.210); FILE MERGED 2005/01/13 11:20:28 ssa 1.3.210.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [aac02a7210daf45a83f1bc303056e027e903b917]

        INTEGRATION: CWS mav15 (1.40.92); FILE MERGED 2005/01/21 13:28:20 mav 1.40.92.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c1e1727115c50ede09a1b4d71bffd1237e2b8973]

        INTEGRATION: CWS vcl34 (1.2.186); FILE MERGED 2005/01/13 11:20:28 ssa 1.2.186.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0aee11d08e3f81aa96a9121edc1a9a06970a666f]

        INTEGRATION: CWS mav15 (1.6.92); FILE MERGED 2005/01/21 13:28:17 mav 1.6.92.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bbb3c14396421568361241c6d43feb0cde555cb8]

        INTEGRATION: CWS mav15 (1.37.6); FILE MERGED 2005/01/21 13:28:13 mav 1.37.6.2: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically 2005/01/18 15:47:32 mav 1.37.6.1: #119038# possibility to link to an encrypted document

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1acdfecc9d5550a58e9043cff3cc57f7a803b44c]

        INTEGRATION: CWS mav15 (1.35.6); FILE MERGED 2005/01/21 14:51:36 mav 1.35.6.2: #i39746# the exception is still useful for errorhandling and it causes no crash 2005/01/21 13:28:11 mav 1.35.6.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7437df2d4be10bac261b3e3cfac37b8a00a6a80d]

        INTEGRATION: CWS mav15 (1.95.92); FILE MERGED 2005/01/21 13:28:07 mav 1.95.92.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1c6a7dfd41f01b2e47f3d425ba8898388459c3d6]

        INTEGRATION: CWS vcl34 (1.2.186); FILE MERGED 2005/01/13 11:20:27 ssa 1.2.186.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ca5b47dba94b1ad4584041b1a82707053a368786]

        INTEGRATION: CWS mav15 (1.19.6); FILE MERGED 2005/01/21 13:28:03 mav 1.19.6.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8c9c1c9560a3613bc3aa5c72738ae7ceacb8a95b]

        INTEGRATION: CWS vcl34 (1.2.322); FILE MERGED 2005/01/13 11:20:27 ssa 1.2.322.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d609cedb881ab863dee1638f70191392fc29612d]

        INTEGRATION: CWS vcl34 (1.3.210); FILE MERGED 2005/01/13 11:20:27 ssa 1.3.210.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bf9888bbd92a46639705cb1e33f61565bdc6a7de]

        INTEGRATION: CWS vcl34 (1.4.68); FILE MERGED 2005/01/13 11:20:26 ssa 1.4.68.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [004c614c4c701ef638e9586d5bdf05d0db1b1fbe]

        INTEGRATION: CWS vcl34 (1.2.186); FILE MERGED 2005/01/13 11:20:26 ssa 1.2.186.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9d85b2b889218decd832ec37aa3b79352062c039]

        INTEGRATION: CWS mav15 (1.19.58); FILE MERGED 2005/01/21 12:59:04 mav 1.19.58.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [916ea4cd367873cde9cec3dc4bf9d75902cf20ff]

        INTEGRATION: CWS vcl34 (1.3.210); FILE MERGED 2005/01/13 11:20:25 ssa 1.3.210.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [25b645fbfcb7d96e7e9c6c3d6dac3252d5bd6c83]

        INTEGRATION: CWS mav15 (1.22.58); FILE MERGED 2005/01/21 12:59:01 mav 1.22.58.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [032ed7346ddb55104af4034ef2017652c903d185]

        INTEGRATION: CWS vcl34 (1.2.186); FILE MERGED 2005/01/13 11:20:25 ssa 1.2.186.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c48798568b464135cdc6ab702207128f07ced2a0]

        INTEGRATION: CWS mav15 (1.18.60); FILE MERGED 2005/01/21 12:59:00 mav 1.18.60.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bfce5d133a7363610ce8470ecad167afecca470d]

        INTEGRATION: CWS mav15 (1.6.136); FILE MERGED 2005/01/23 12:56:30 mav 1.6.136.1: 119038 allow exceptions

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9e9cb14812773585dbec6d3c13fce5bb828e5d14]

        INTEGRATION: CWS mav15 (1.17.4); FILE MERGED 2005/01/18 15:43:06 mav 1.17.4.1: #119038# possibility to link to an encrypted document

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [69f860d4e39c124b44753d724a1d6fc19a4ab982]

        INTEGRATION: CWS vcl34 (1.2.186); FILE MERGED 2005/01/13 11:20:24 ssa 1.2.186.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [13d84ab5a52b9146a2acd33bca282ccdbad1838c]

        INTEGRATION: CWS mav15 (1.12.58); FILE MERGED 2005/01/21 12:58:57 mav 1.12.58.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7c790d800c5da8ce8771ca24b4cf497edf0dea67]

        INTEGRATION: CWS mav15 (1.35.58); FILE MERGED 2005/01/21 12:58:55 mav 1.35.58.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9893cc05c146d64528643a0501871d33276c3d5a]

        INTEGRATION: CWS vcl34 (1.2.322); FILE MERGED 2005/01/13 11:20:24 ssa 1.2.322.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e982235e2e79be11777769320a73e0661534670f]

        INTEGRATION: CWS vcl34 (1.30.206); FILE MERGED 2005/01/05 15:17:39 fme 1.30.206.1: #110536# Print empty page in collation/duplex mode if last page is odd and there are still some more copies of the document to print.

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [2c0c5caa0c3c53807fafebb29920539913244c7a]

        INTEGRATION: CWS mav15 (1.35.62); FILE MERGED 2005/01/21 13:02:42 mav 1.35.62.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d739fcc98cf8c7dd989970bcafb238704eba377f]

        INTEGRATION: CWS mav15 (1.20.62); FILE MERGED 2005/01/21 13:02:41 mav 1.20.62.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5f1b4326ce338d35215fad79dd2b7c1ce4282f3a]

        INTEGRATION: CWS mav15 (1.35.62); FILE MERGED 2005/01/21 13:02:39 mav 1.35.62.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8a2c0d1dcd49210729276aa7a157f9ba7dc3133b]

        INTEGRATION: CWS mav15 (1.10.62); FILE MERGED 2005/01/21 13:02:36 mav 1.10.62.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [aabc4125a2bb9122aec74e35df6a1de18932db6e]

        INTEGRATION: CWS mav15 (1.27.38); FILE MERGED 2005/01/21 13:02:33 mav 1.27.38.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8ebfbdfb6ce67eccb569c83fb98dbe6ee46e6707]

        INTEGRATION: CWS vcl34 (1.2.114); FILE MERGED 2005/01/13 11:56:14 ssa 1.2.114.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8a0221dcc224f1cba0abb4ac1d2432802186f003]

        INTEGRATION: CWS vcl34 (1.3.50); FILE MERGED 2005/01/13 11:56:13 ssa 1.3.50.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3dae678e39a78b6df6bde77e481239dd6e2c7733]

        INTEGRATION: CWS mav15 (1.2.38); FILE MERGED 2005/01/18 16:10:45 mav 1.2.38.1: #i39491# do not show show as icon checkbox

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6969f0bdcaa83d1bd6be6aa2f80ce1e8c2e9dda6]

        INTEGRATION: CWS vcl34 (1.4.112); FILE MERGED 2005/01/13 11:56:13 ssa 1.4.112.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7bcbbe4e27942edde6086486f8e6119aecf5c78a]

        INTEGRATION: CWS mav15 (1.4.38); FILE MERGED 2005/01/24 11:48:12 mav 1.4.38.2: #i39646# fix typo 2005/01/21 12:57:03 mav 1.4.38.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [e70a96b543c1b4969a64a315589bb1d051462790]

        INTEGRATION: CWS vcl34 (1.2.114); FILE MERGED 2005/01/13 11:56:13 ssa 1.2.114.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [5bab71befb9ade234120e854fc729e8ba4e33f12]

        INTEGRATION: CWS mav15 (1.15.38); FILE MERGED 2005/01/13 11:48:34 mav 1.15.38.1: #i40445# allow to call saveCompleted(false) for nonstored objects

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b34b0d1369baef89c724b4df641f51b3f986cca0]

        INTEGRATION: CWS vcl34 (1.4.50); FILE MERGED 2005/01/13 11:56:13 ssa 1.4.50.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0bc728b4663431300e739b5688ad4c10aa700600]

        INTEGRATION: CWS mav15 (1.7.38); FILE MERGED 2005/01/21 12:57:00 mav 1.7.38.2: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically 2005/01/11 15:27:20 mav 1.7.38.1: #i39843# switch the object to loaded state correctly

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [84934f7fdba3b8b544c3494799823a5c3875de22]

        INTEGRATION: CWS vcl34 (1.2.114); FILE MERGED 2005/01/13 11:56:12 ssa 1.2.114.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7072bf96d6a67270954bdaa6b7d8fee01efa147e]

        INTEGRATION: CWS mav15 (1.19.38); FILE MERGED 2005/01/21 12:56:59 mav 1.19.38.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c81f2c917969ca6dfba65e6ece76e4e976d78624]

        INTEGRATION: CWS mav15 (1.11.38); FILE MERGED 2005/01/21 12:56:58 mav 1.11.38.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1b21a0f0afa4a353645396220968e398fb70498a]

        INTEGRATION: CWS vcl34 (1.3.50); FILE MERGED 2005/01/13 11:56:12 ssa 1.3.50.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0fe9f7f43e6d7817217b7e542440b823b582387d]

        INTEGRATION: CWS mav15 (1.11.38); FILE MERGED 2005/01/18 15:39:17 mav 1.11.38.1: #119038# possibility to link to an encrypted document

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [79af5db8964a61601f722ccbf3b7092456982b85]

        INTEGRATION: CWS vcl34 (1.2.114); FILE MERGED 2005/01/13 11:56:11 ssa 1.2.114.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0c045735457e52eaf215facfaf7040c2d0abaf65]

        INTEGRATION: CWS mav15 (1.3.38); FILE MERGED 2005/01/21 12:56:57 mav 1.3.38.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [f340e97b7e31672b1612136877e126cb3213867b]

        INTEGRATION: CWS mav15 (1.16.14); FILE MERGED 2005/01/18 15:39:16 mav 1.16.14.2: #119038# possibility to link to an encrypted document 2005/01/17 15:10:34 mav 1.16.14.1: #119038# transport provided mediadescriptor correctly

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a7a40bdeb716313bd45afce5e8d32efb3a0ab9bc]

        INTEGRATION: CWS vcl34 (1.4.50); FILE MERGED 2005/01/13 11:56:11 ssa 1.4.50.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c8a0116ed42635574db2fc86536318c4f312ba7a]

        INTEGRATION: CWS mav15 (1.12.4); FILE MERGED 2005/01/18 15:39:15 mav 1.12.4.1: #119038# possibility to link to an encrypted document

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a09239fe37755b81bc17b49729921845bd7cbd7c]

        INTEGRATION: CWS mav15 (1.3.80); FILE MERGED 2005/01/21 13:19:26 mav 1.3.80.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4db30b1cc3fb4a9e57f07c82fa167e2cfb7d8c89]

        INTEGRATION: CWS vcl34 (1.2.114); FILE MERGED 2005/01/13 11:56:10 ssa 1.2.114.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8de44b48d1d1b8c0aa31c57e546edee4021ccfe0]

        INTEGRATION: CWS vcl34 (1.3.50); FILE MERGED 2005/01/13 11:56:10 ssa 1.3.50.1: #i38261# breaks added

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7f7a0d53f4b7a06939505d241a9c355141a5c341]

        INTEGRATION: CWS vcl34 (1.8.24); FILE MERGED 2005/01/10 15:09:30 pl 1.8.24.1: #i27753# fix for FreeBSD

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [59951b4651b7800fce8b2e9c16215819318b2700]

        INTEGRATION: CWS vcl34 (1.53.2); FILE MERGED 2005/01/12 10:43:18 pl 1.53.2.3: RESYNC: (1.53-1.54); FILE MERGED 2004/12/15 16:26:12 pl 1.53.2.2: #i38367# move user overrides that were in fonts.dir to font cache 2004/12/14 17:54:41 pl 1.53.2.1: #i38367# no more fonts.dir in private font directories

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [152e3f5df8b2ad2ef6ec411db25e81b481469344]

        INTEGRATION: CWS vcl34 (1.11.26); FILE MERGED 2004/12/15 16:26:12 pl 1.11.26.1: #i38367# move user overrides that were in fonts.dir to font cache

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4d2743ffb2fd863de8e3ae41e216aefbe011f434]

        INTEGRATION: CWS vcl34 (1.21.10); FILE MERGED 2004/12/15 16:26:12 pl 1.21.10.1: #i38367# move user overrides that were in fonts.dir to font cache

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0c2035cdfbab6529ea4f7437477d388227c87c2d]

        INTEGRATION: CWS vcl34 (1.4.24); FILE MERGED 2004/12/15 16:26:11 pl 1.4.24.1: #i38367# move user overrides that were in fonts.dir to font cache

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [411f66186e22829334e6a80e610c3864a51e769d]

        INTEGRATION: CWS vcl34 (1.49.26); FILE MERGED 2005/01/06 14:13:03 ssa 1.49.26.1: #i37461# get/setOutputsize has to check for DockingWindow to call proper method

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [6d80ababe5a061090410b61d76aaaa3fee08ed9b]

        INTEGRATION: CWS vcl34 (1.10.10); FILE MERGED 2005/01/13 11:34:49 ssa 1.10.10.1: #i38261# remove fixed toolbar sizes

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [47ab2f47560296ed4fc5b14beee28897d8e184d4]

        INTEGRATION: CWS vcl34 (1.10.10); FILE MERGED 2005/01/13 11:34:48 ssa 1.10.10.1: #i38261# remove fixed toolbar sizes

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [089a520caa0582b823bda9ec5f980b187df59826]

        INTEGRATION: CWS vcl34 (1.11.10); FILE MERGED 2005/01/13 11:34:48 ssa 1.11.10.1: #i38261# remove fixed toolbar sizes

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [a9e51ae6e30b76b2aa23db8fc0aa165b11c5df48]

        INTEGRATION: CWS vcl34 (1.12.34); FILE MERGED 2005/01/13 11:34:47 ssa 1.12.34.1: #i38261# remove fixed toolbar sizes

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [fcc9febffea80fedaf3921496f4ef81b2c9e3bae]

        INTEGRATION: CWS vcl34 (1.32.22); FILE MERGED 2005/01/12 10:38:27 pl 1.32.22.2: RESYNC: (1.32-1.34); FILE MERGED 2005/01/06 10:46:50 hdu 1.32.22.1: #118643# japanese/czech fonts are not country specific

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [aa118179831490748080b1b1a8017df1e4de5f4e]

        INTEGRATION: CWS fwkbugfix05 (1.76.22); FILE MERGED 2005/01/25 12:24:38 mba 1.76.22.3: #i38912#: calling SetModified in dispose is dangerous and superfluous 2005/01/19 13:40:45 mba 1.76.22.2: RESYNC: (1.76-1.77); FILE MERGED 2005/01/06 15:25:58 mba 1.76.22.1: #i37381#: setting visarea through API at active objects must resize the window

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4e2453022f82074542811faf0cd051cf33151cf8]

        INTEGRATION: CWS fwkbugfix05 (1.145.34); FILE MERGED 2005/01/20 13:24:24 mba 1.145.34.4: #i40220#: don't try loading if medium has error 2005/01/19 13:40:27 mba 1.145.34.3: RESYNC: (1.145-1.146); FILE MERGED 2005/01/06 15:22:04 mba 1.145.34.2: #i39211#: close streams before saving objstor.cxx; #i37339#: BasicIDE doesn't have MediaType; #i39211#: saving docs in alien format has problems with OLE objects 2004/12/18 14:45:19 mba 1.145.34.1: #i37339#: Basic doesn't support ClipFormat

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [664ae67038d085d4f425809f0f1f3c46807a2471]

        INTEGRATION: CWS fwkbugfix05 (1.153.4); FILE MERGED 2005/01/24 11:07:38 mba 1.153.4.5: #i41184#: wrong itemtype 2005/01/20 13:22:52 mba 1.153.4.4: #i40220#: better error propagation in case of files that couldn't be opened for writing but should 2005/01/19 13:38:53 mba 1.153.4.3: RESYNC: (1.153-1.156); FILE MERGED 2005/01/18 12:13:15 mba 1.153.4.2: #i40220#: reopening of readonly medium failed 2005/01/06 15:15:14 mba 1.153.4.1: #i39211#: close streams before saving; #i37395#: opening of versions failed

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [21c66875252b5577b18d832e6417d4edbba0a5ae]

        INTEGRATION: CWS fwkbugfix05 (1.47.44); FILE MERGED 2005/01/06 15:13:40 mba 1.47.44.1: #i37381#: outplace editing failed due to unreliable resize handling

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d8100d2c7958a8013a094404d45e645da6022b61]

        INTEGRATION: CWS fwkbugfix05 (1.8.14); FILE MERGED 2005/01/20 12:50:52 mba 1.8.14.1: #i40128#: readonly property must be checked implicitly, otherwise it is overlooked too often; besides that it's correct and part of the design

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0d40b24e3daf53c6df810b6d364f452654a82516]

        INTEGRATION: CWS fwkbugfix05 (1.5.12); FILE MERGED 2005/01/14 12:40:42 mba 1.5.12.2: #i39211#: don't keep image storage open 2005/01/06 16:54:58 mba 1.5.12.1: #i39211#: don't keep image storage open

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8ec0222fad686d36e1d71bbf34ce5a39593755ff]

        INTEGRATION: CWS fwkbugfix05 (1.48.22); FILE MERGED 2005/01/19 13:44:27 mba 1.48.22.2: RESYNC: (1.48-1.49); FILE MERGED 2005/01/06 15:43:41 mba 1.48.22.1: #i37381#: no UseObjectSize anymore, Outplace Editing Size is controlled through setVisualAreaSize

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1e6802f4e34eea62e210cad2bd92e1f4a4aafee7]

        INTEGRATION: CWS fwkbugfix05 (1.99.22); FILE MERGED 2005/01/24 11:07:55 mba 1.99.22.3: #i41184#: smarter handling of readonly property 2005/01/20 13:25:46 mba 1.99.22.2: #i40220#: after failing to open in writing mode open doc as template in new window 2005/01/18 12:14:13 mba 1.99.22.1: #i40220#: failure of reload was not implemented correctly

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ef10122b062a13f04c2af61d4ada3e1fce4813cd]

        INTEGRATION: CWS fwkbugfix05 (1.68.40); FILE MERGED 2005/01/19 13:43:46 mba 1.68.40.2: RESYNC: (1.68-1.69); FILE MERGED 2005/01/06 15:26:47 mba 1.68.40.1: #i37381#: superfluous Resize removed

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bd0b2cc631ec6b8462487288fe38528e53cac7c1]

        INTEGRATION: CWS fwkbugfix05 (1.3.38); FILE MERGED 2004/12/18 15:03:07 mba 1.3.38.1: #i39159#: ThisComponent didn't work after OLE deactivation

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [4a4f2d0639fb4a0bca7508b85cd3ea0e55e5db62]

        INTEGRATION: CWS fwkbugfix05 (1.74.4); FILE MERGED 2005/01/19 13:40:18 mba 1.74.4.2: RESYNC: (1.74-1.75); FILE MERGED 2005/01/17 17:03:05 mba 1.74.4.1: #i40566#: SaveAs for password protected files should use passwords also

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [27db57efc51487b3976fbf73df1868b8fb78d201]

        INTEGRATION: CWS fwkbugfix05 (1.53.4); FILE MERGED 2005/01/20 13:23:36 mba 1.53.4.3: #i40220#: some assertions are not well justified and should be warnings only 2005/01/19 13:40:11 mba 1.53.4.2: RESYNC: (1.53-1.54); FILE MERGED 2005/01/06 15:19:13 mba 1.53.4.1: #i38200#: some documents are modified after loading; #i39869#: readonly docs should never become modified; #i37753#: completely suppress macro execution

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ac2ce1b9e6d6c3ec50eb164eb13de3c63bbbda24]

        INTEGRATION: CWS fwkbugfix05 (1.7.38); FILE MERGED 2005/01/19 13:39:30 mba 1.7.38.2: RESYNC: (1.7-1.9); FILE MERGED 2005/01/14 12:31:15 mba 1.7.38.1: #i40045#: no warning for saving with default filter

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [91ddfc74cec56a79bb70087362dfa408791984c4]

        INTEGRATION: CWS fwkbugfix05 (1.26.148); FILE MERGED 2005/01/19 13:38:14 mba 1.26.148.2: RESYNC: (1.26-1.27); FILE MERGED 2005/01/14 09:59:48 mba 1.26.148.1: #i37656#: remove superfluous code

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [3ce91c2c001d5d99170f892bc487f79579453071]

        INTEGRATION: CWS fwkbugfix05 (1.104.4); FILE MERGED 2005/01/21 11:08:02 mba 1.104.4.3: #i37753#: check DocumentUpdateMode before executing macro 2005/01/19 13:33:01 mba 1.104.4.2: RESYNC: (1.104-1.105); FILE MERGED 2004/12/18 15:58:57 mba 1.104.4.1: #i37038#: ItemCheck also needs to be fixed for SID_SAVEDOC

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [1da7d3a706d21405d26717d0c535c31d0efb2d03]

        INTEGRATION: CWS fwkbugfix05 (1.19.10); FILE MERGED 2005/01/20 13:43:36 mba 1.19.10.1: #i40220#: superfluous assertions found

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [80cd525cdf908c14241fd7f7fbec5817c4a4b85e]

        INTEGRATION: CWS fwkbugfix05 (1.8.12); FILE MERGED 2005/01/19 12:22:02 mba 1.8.12.2: RESYNC: (1.8-1.10); FILE MERGED 2004/12/18 22:34:38 mba 1.8.12.1: #i38912#: type detection crashed without preselection

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [9247688607a6be393d194e4faa798fbc01d72520]

        INTEGRATION: CWS fwkbugfix05 (1.15.4); FILE MERGED 2005/01/19 11:30:19 mba 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2005/01/06 16:09:48 mba 1.15.4.1: #i37381#: doLayout was called much too often

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [16e53767c26040db9a7680ab0f1956da2a12852c]

        INTEGRATION: CWS fwkbugfix05 (1.56.48); FILE MERGED 2005/01/19 11:50:54 mba 1.56.48.2: RESYNC: (1.56-1.57); FILE MERGED 2005/01/14 13:03:07 mba 1.56.48.1: #i39795#: object may not be created

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [0adba8a9bee7596f4f163f1b55dc8b02527191b8]

        INTEGRATION: CWS fwkbugfix05 (1.4.2); FILE MERGED 2004/12/18 22:57:30 mba 1.4.2.1: #i39265#: don't link detecion against bf_svx

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [82d33f388ce00d7bc65f178980ec04f506862d52]

        INTEGRATION: CWS fwkbugfix05 (1.11.10); FILE MERGED 2005/01/06 15:45:31 mba 1.11.10.1: #i37381#: Outplace Editing Size is controlled through setVisualAreaSize

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [bd7ab0cb49ac18d5836ca1cd2c1fb56fe3e9efa0]

        INTEGRATION: CWS fwkbugfix05 (1.3.50); FILE MERGED 2005/01/06 16:32:29 mba 1.3.50.1: #i37381#: found endless loop

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c604439236eacb38ca648ef707f4deb46b4c9aa6]

        INTEGRATION: CWS fwkbugfix05 (1.3.42); FILE MERGED 2005/01/20 16:56:43 mba 1.3.42.4: #i36732#: immediately register ModifyListener if object is already running 2005/01/14 10:34:56 mba 1.3.42.3: #i36732#: some adjustments for new listener 2005/01/14 10:13:57 mba 1.3.42.2: #i37642#: stream needs version number to write correct metafile 2005/01/06 16:32:03 mba 1.3.42.1: #i36732#: ModifyListener registered on non-active objects

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [ae8651d895a6b40204ca59b59e00e5a1888f2143]

        INTEGRATION: CWS fwkbugfix05 (1.70.14); FILE MERGED 2005/01/19 11:29:14 mba 1.70.14.2: RESYNC: (1.70-1.71); FILE MERGED 2004/12/18 16:01:42 mba 1.70.14.1: #i35497#: resize object in embedded mode

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [d6a20a462c67044a093783cc263de9b8871196c4]

        INTEGRATION: CWS fwkbugfix05 (1.10.30); FILE MERGED 2005/01/19 11:28:29 mba 1.10.30.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/18 22:55:55 mba 1.10.30.1: #i39265#: don't link detecion against bf_svx

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [8da005313ec0a83c5ff8a3b773f83abf7a087391]

        INTEGRATION: CWS fwkbugfix05 (1.4.50); FILE MERGED 2004/12/18 22:58:01 mba 1.4.50.1: #i39265#: don't link detecion against bf_svx

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [c0a7a6f26829e6b96c7a1a98bbc3e88acb5c3fb8]

        INTEGRATION: CWS fwkbugfix05 (1.3.80); FILE MERGED 2004/12/18 22:57:31 mba 1.3.80.1: #i39265#: don't link detecion against bf_svx

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [b220a97ebe834e1b343e94592a3cd428264b2e4e]

        INTEGRATION: CWS fwkbugfix05 (1.2.80); FILE MERGED 2004/12/18 22:57:31 mba 1.2.80.1: #i39265#: don't link detecion against bf_svx

2005-01-31  Rüdiger Timm  <rt@openoffice.org>  [7e8316ad7ce594cf9a7dbf87e488a300cd9c7e78]

        INTEGRATION: CWS fwkbugfix05 (1.6.32); FILE MERGED 2005/01/06 16:46:55 mba 1.6.32.1: #i38912#: type detecion for wrong extensions was broken

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [092ae3a00aa9dc9087f0bf2d365ebc4ce1c6a2ff]

        INTEGRATION: CWS calc28 (1.5.54); FILE MERGED 2005/01/24 16:30:47 nn 1.5.54.2: RESYNC: (1.5-1.6); FILE MERGED 2005/01/07 12:31:12 nn 1.5.54.1: #i34458# conversion from awt rectangle to tools rectangle

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [22d8700636cbd0efd934338377c4681438c39afa]

        INTEGRATION: CWS calc28 (1.23.478); FILE MERGED 2005/01/14 13:21:59 nn 1.23.478.1: #i35416# don't use invalid 0000-00-00 date for variable date field

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [218e31560d046fe85cca6bbe638e8b41d91c5328]

        INTEGRATION: CWS calc28 (1.7.272); FILE MERGED 2005/01/24 15:36:14 nn 1.7.272.2: RESYNC: (1.7-1.8); FILE MERGED 2005/01/06 17:42:37 nn 1.7.272.1: #i34458# #i39171# don't switch to empty display if only one item is unavailable

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [cb30e9b4b5c83dc9bbbfa0e8b161fbca8647b4e4]

        INTEGRATION: CWS fwkbeta03 (1.10.30); FILE MERGED 2005/01/26 08:01:09 as 1.10.30.2: #i22205# restore filters of global module 2005/01/26 06:19:32 as 1.10.30.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [b2c72f7cc1ec9ea0517a0bf382d838b00f3a3527]

        INTEGRATION: CWS fwkbeta03 (1.65.12); FILE MERGED 2005/01/26 07:06:56 as 1.65.12.2: #i22205# UISort.xcu must be copied to registry-data and not registry-schema 2005/01/26 06:19:31 as 1.65.12.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [a80c285acf21350c319b381cdd006628a59f13d2]

        INTEGRATION: CWS fwkbeta03 (1.21.14); FILE MERGED 2005/01/26 07:10:33 as 1.21.14.2: #i22205# UISort.xcu must be copied to registry-data and not registry-schema 2005/01/26 06:19:31 as 1.21.14.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [62b448d08d3b2ced4e4c00ecf79f6fa822982718]

        INTEGRATION: CWS fwkbeta03 (1.11.30); FILE MERGED 2005/01/26 06:19:31 as 1.11.30.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [dfcc00d0ea181f3f0b64d888692451949d8eb685]

        INTEGRATION: CWS fwkbeta03 (1.12.30); FILE MERGED 2005/01/26 06:19:30 as 1.12.30.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [5cdc341b387843b81843d71b0621c5be6bb1ab57]

        INTEGRATION: CWS calc28 (1.55.210); FILE MERGED 2005/01/24 15:00:46 nn 1.55.210.2: RESYNC: (1.55-1.56); FILE MERGED 2005/01/06 17:43:48 nn 1.55.210.1: #i39171# Don't put a SvxSizeItem into SID_TABLE_CELL

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c4e0b9e94dc30d4a162fe215b645f774aff9fabd]

        INTEGRATION: CWS fwkbeta03 (1.10.30); FILE MERGED 2005/01/26 06:19:30 as 1.10.30.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [cc5ce297f23ba45fd99619c023e135c26904b80c]

        INTEGRATION: CWS fwkbeta03 (1.12.30); FILE MERGED 2005/01/26 06:19:29 as 1.12.30.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [2af8363d3db27d5edb46ed4753be0c64020f6bdd]

        INTEGRATION: CWS fwkbeta03 (1.6.300); FILE MERGED 2005/01/25 12:32:01 as 1.6.300.2: #i22205# remove unused filter matcher 2005/01/25 12:21:44 as 1.6.300.1: #i22205# use new filter query to get sorted filter list

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [d24aaac83ac01d278bb12b13645ea584a37f9a1e]

        INTEGRATION: CWS fwkbeta03 (1.22.94); FILE MERGED 2005/01/25 12:30:58 as 1.22.94.2: #i22205# remove unused filter matcher 2005/01/25 12:21:43 as 1.22.94.1: #i22205# use new filter query to get sorted filter list

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [178fc348de1cc9e875c3cebd81ee76e99819bed8]

        INTEGRATION: CWS fwkbeta03 (1.110.80); FILE MERGED 2005/01/25 12:21:43 as 1.110.80.1: #i22205# use new filter query to get sorted filter list

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [d7dcc1a20503c78719d34e958d73aaef1e5e82e3]

        INTEGRATION: CWS calc28 (1.14.142); FILE MERGED 2005/01/07 16:06:54 nn 1.14.142.1: #i34458# don't put SfxStringItem into SID_ATTR_POSITION or SID_ATTR_SIZE

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c3ca2fa06f8951169fa0313b38dd2905cfce1cb0]

        INTEGRATION: CWS calc28 (1.33.48); FILE MERGED 2005/01/07 16:06:54 nn 1.33.48.1: #i34458# don't put SfxStringItem into SID_ATTR_POSITION or SID_ATTR_SIZE

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [7046460896b3135046c67ff26940294db978475c]

        INTEGRATION: CWS calc28 (1.15.118); FILE MERGED 2005/01/06 17:46:26 nn 1.15.118.1: #i34458# Don't put a SvxSizeItem into SID_TABLE_CELL

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9a2cbe1f921f36bdfb9312264fcb1625ddd53bf2]

        INTEGRATION: CWS calc28 (1.18.194); FILE MERGED 2005/01/21 10:05:31 dr 1.18.194.1: #i40054# performance in DP layout dialog

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [795f6eac2c8d7bd21230a36969580c45fb190dfc]

        INTEGRATION: CWS calc28 (1.7.164); FILE MERGED 2005/01/21 10:05:29 dr 1.7.164.1: #i40054# performance in DP layout dialog

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [ddd02bbe7c81c4531deb55455d7ccef221e7607a]

        INTEGRATION: CWS calc28 (1.19.210); FILE MERGED 2005/01/18 16:41:13 nn 1.19.210.1: #i40704# don't overwrite change action's cell pointer with formatted text

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [1c15603c9fc7c4ef88d0b1133f741b966307d3dd]

        INTEGRATION: CWS fwkbeta03 (1.2.258); FILE MERGED 2005/01/25 12:20:23 as 1.2.258.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c3f0383908cd18bdb15dca800326804de2ab6fbc]

        INTEGRATION: CWS calc28 (1.18.144); FILE MERGED 2005/01/24 13:56:31 nn 1.18.144.3: RESYNC: (1.18-1.19); FILE MERGED 2005/01/13 12:25:21 jmarmion 1.18.144.2: #i39589# place WriteRangeList() definition in the correct area. 2005/01/13 10:49:13 jmarmion 1.18.144.1: #i39589# use EXC_MERGEDCELLS_MAXCOUNT when exporting to xls.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [944cd147fdf85e554706afd455e73cfacbbc3bf1]

        INTEGRATION: CWS fwkbeta03 (1.1.2); FILE ADDED 2005/01/25 12:20:02 as 1.1.2.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [a180ae8c75dc2c85edb72390bc6d7e7015831459]

        INTEGRATION: CWS calc28 (1.6.144); FILE MERGED 2005/01/13 10:49:13 jmarmion 1.6.144.1: #i39589# use EXC_MERGEDCELLS_MAXCOUNT when exporting to xls.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [84f260176d8e658c84051828cfb93eedccdd0d9a]

        INTEGRATION: CWS fwkbeta03 (1.1.2); FILE ADDED 2005/01/25 12:19:13 as 1.1.2.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [80140df66685948fe4599ee95bfd054066ebc031]

        INTEGRATION: CWS fwkbeta03 (1.1.2); FILE ADDED 2005/01/25 12:19:26 as 1.1.2.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [a25774ce57ca4a2693c2f8d13b3c2d82759c0f51]

        INTEGRATION: CWS calc28 (1.8.62); FILE MERGED 2005/01/24 13:51:11 nn 1.8.62.2: RESYNC: (1.8-1.9); FILE MERGED 2005/01/13 10:49:14 jmarmion 1.8.62.1: #i39589# use EXC_MERGEDCELLS_MAXCOUNT when exporting to xls.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [d0e1c779073e237c057011fe508ed5b54ec20e5c]

        INTEGRATION: CWS fwkbeta03 (1.40.24); FILE MERGED 2005/01/25 12:20:23 as 1.40.24.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [e377e56a5ced00acf78e315d0a6c88910a739ffa]

        INTEGRATION: CWS calc28 (1.18.144); FILE MERGED 2005/01/24 13:47:46 nn 1.18.144.3: RESYNC: (1.18-1.19); FILE MERGED 2005/01/13 14:20:51 jmarmion 1.18.144.2: #i39589# place WriteRangeList() in the correct location. 2005/01/13 10:49:54 jmarmion 1.18.144.1: #i39589# use EXC_MERGEDCELLS_MAXCOUNT when exporting to xls.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [6b0c3ef99b23908cfe3057559fe74fa8c922398b]

        INTEGRATION: CWS fwkbeta03 (1.12.212); FILE MERGED 2005/01/25 12:20:22 as 1.12.212.1: #i22205# new configuration to support sorted filter lists

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c80aeae010325c8effefd71054742b991fca15e2]

        INTEGRATION: CWS calc28 (1.28.4); FILE MERGED 2005/01/24 13:46:23 nn 1.28.4.2: RESYNC: (1.28-1.31); FILE MERGED 2005/01/11 14:53:40 jmarmion 1.28.4.1: #i39167# - support "full width" for both text and textless objects

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [2754d07cad4aecf057440be0f136d8969c2cb922]

        INTEGRATION: CWS calc28 (1.11.62); FILE MERGED 2005/01/24 13:43:48 nn 1.11.62.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/13 10:49:55 jmarmion 1.11.62.1: #i39589# use EXC_MERGEDCELLS_MAXCOUNT when exporting to xls.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [5cea536741fe7c7868e6626a3a21f1cdc21cf0e9]

        INTEGRATION: CWS calc28 (1.32.48); FILE MERGED 2005/01/24 12:43:47 nn 1.32.48.1: #i40539# CompareFunc: check bEmpty before looking for error values

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [0f4a8becb467bd699ab2eb1f0532a6431a689579]

        INTEGRATION: CWS fwkbeta03 (1.17.8); FILE MERGED 2005/01/26 09:06:26 cd 1.17.8.1: #i41339# Retrieve menu images only on demand

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [f937e0cd6da6a900111c8b9a452e530398cc8bec]

        INTEGRATION: CWS calc28 (1.21.212); FILE MERGED 2005/01/18 16:40:37 nn 1.21.212.1: #i40704# don't overwrite change action's cell pointer with formatted text

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [befa62ab74b53fb729047406ccf480db5e0251f3]

        INTEGRATION: CWS calc28 (1.10.186); FILE MERGED 2005/01/20 11:08:49 nn 1.10.186.1: #i40054# faster name access to members

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [52529e1846cf31e396da6dcd3ac230d82ea823a4]

        INTEGRATION: CWS fwkbeta03 (1.3.154); FILE MERGED 2005/01/25 12:17:34 as 1.3.154.1: #i22205# provide new filter query to get sorted filter list

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [2ea95e7612e22a9028aeee23ad5e2af2dba9763e]

        INTEGRATION: CWS calc28 (1.14.186); FILE MERGED 2005/01/21 10:04:50 dr 1.14.186.1: #i40054# performance in DP layout dialog

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [3849733f580fcb443513eda5e452ea8e518ffe68]

        INTEGRATION: CWS fwkbeta03 (1.4.154); FILE MERGED 2005/01/25 12:17:34 as 1.4.154.1: #i22205# provide new filter query to get sorted filter list

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [d4cb8941792f6f13e134c818fc0b8d4e74a2bae5]

        INTEGRATION: CWS calc28 (1.13.142); FILE MERGED 2005/01/21 10:03:42 dr 1.13.142.1: #i10000# class/struct usage

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9b57b26e0a5ddf8baba03ed85c2e9d63ee8d55e2]

        INTEGRATION: CWS calc28 (1.5.270); FILE MERGED 2005/01/21 10:04:22 dr 1.5.270.1: #i40054# performance in DP layout dialog

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [1e34888d34f601524ac2d168354f00b60bafd04d]

        INTEGRATION: CWS calc28 (1.5.186); FILE MERGED 2005/01/20 11:08:11 nn 1.5.186.1: #i40054# faster name access to members

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [435c9ad8c15dc88db9bebff610cf9f11a1cc732f]

        INTEGRATION: CWS calc28 (1.8.164); FILE MERGED 2005/01/21 10:04:21 dr 1.8.164.1: #i40054# performance in DP layout dialog

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [75ea6746c64825654263c0b0de45a8112925988d]

        INTEGRATION: CWS calc28 (1.23.186); FILE MERGED 2005/01/18 16:40:14 nn 1.23.186.1: #i40704# don't overwrite change action's cell pointer with formatted text

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [5a9b1221eec45397b1fd7bf85f63983752ea2cb3]

        INTEGRATION: CWS aw025 (1.123.82); FILE MERGED 2005/01/25 20:19:49 aw 1.123.82.2: RESYNC: (1.123-1.126); FILE MERGED 2005/01/20 16:27:05 aw 1.123.82.1: #i40944

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [01ac21438a42479ca09ec1b1edf28902374c40e9]

        INTEGRATION: CWS aw025 (1.84.176); FILE MERGED 2005/01/24 16:22:17 aw 1.84.176.1: #i39676#

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [6a3fc5b40f9a1de4a1cf4864d07cf6277222a6bb]

        INTEGRATION: CWS aw025 (1.13.32); FILE MERGED 2005/01/20 16:26:43 aw 1.13.32.1: #i40944

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [0583c2ae16e450b34fc74eb6e7858174aaf82212]

        INTEGRATION: CWS aw025 (1.17.474); FILE MERGED 2005/01/24 14:09:48 aw 1.17.474.1: #i39632#

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [89e9fe02fa283a271bcc5ca68bb53aea9679d545]

        INTEGRATION: CWS aw025 (1.5.174); FILE MERGED 2005/01/18 19:22:09 aw 1.5.174.1: #117412#

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [ad7f33d7a36ee03cc5aee1a9856e7a70e53ab040]

        INTEGRATION: CWS aw025 (1.8.10); FILE MERGED 2005/01/21 18:59:55 aw 1.8.10.1: #i40589#

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [c56211375b944dd062e94d8928e59f398c2abccd]

        INTEGRATION: CWS impress20 (1.57.70); FILE MERGED 2004/12/07 17:31:30 af 1.57.70.3: RESYNC: (1.57-1.60); FILE MERGED 2004/11/26 09:14:39 af 1.57.70.2: #i33487# Update preview when the DELETE key is pressed. 2004/11/26 09:13:31 af 1.57.70.1: #i33487# Code cleanup.

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [07c49e9c4dbd21f29be8530127d85d4b61d3dbf9]

        INTEGRATION: CWS impress20 (1.4.28); FILE MERGED 2005/01/12 14:23:33 af 1.4.28.9: RESYNC: (1.7-1.8); FILE MERGED 2004/12/17 11:12:57 af 1.4.28.8: #118543# Added #ifdefs around OSL_TRACEs. 2004/12/16 17:26:22 af 1.4.28.7: #i37354# Reverted mbKeepMainViewShellOnTop to correct 'false' default value. 2004/12/16 17:04:49 af 1.4.28.6: #i33487# Corrected order of shells pushed on stack to remove merge problem. 2004/12/16 14:52:19 af 1.4.28.5: Resolved merge problem. 2004/12/10 15:35:06 af 1.4.28.4: RESYNC: (1.6-1.7); FILE MERGED 2004/12/10 15:16:43 af 1.4.28.3: Resolved merge problems. 2004/12/07 17:27:42 af 1.4.28.2: RESYNC: (1.4-1.6); FILE MERGED 2004/11/23 17:46:47 af 1.4.28.1: #118543# Introduction of inner Implementation class.  Major modification of how the internal and the SFX shell stacks are synchronized.

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [1ddc6d3af87d030be404f307096d76370e2f2c56]

        INTEGRATION: CWS impress20 (1.56.16); FILE MERGED 2005/01/14 10:05:31 af 1.56.16.1: #i39976# Guard access to page view in FmFormShell::GetState() against NULL pointer.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [91743a974be5f9f599d36e3c676f2f71473f8bdf]

        INTEGRATION: CWS aw023 (1.22.94); FILE MERGED 2004/12/21 16:09:19 aw 1.22.94.2: RESYNC: (1.22-1.23); FILE MERGED 2004/12/16 11:40:34 aw 1.22.94.1: #i38135#

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [f854a9ecdab935cf34c3fc35320bb85c218dc04f]

        INTEGRATION: CWS aw023 (1.18.224); FILE MERGED 2005/01/18 21:16:15 aw 1.18.224.2: #i38495# 2004/12/16 11:40:33 aw 1.18.224.1: #i38135#

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [edd8f0b8818b571f26cbd6fc74f68bc7fe69ec8c]

        INTEGRATION: CWS aw023 (1.9.36); FILE MERGED 2004/12/16 11:40:32 aw 1.9.36.2: #i38135# 2004/12/14 14:40:14 aw 1.9.36.1: #i38135#

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [731e8638d66190462ed61c8559b3cd8e7152cf93]

        INTEGRATION: CWS aw023 (1.3.412); FILE MERGED 2004/12/21 16:07:27 aw 1.3.412.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/16 11:40:31 aw 1.3.412.1: #i38135#

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [10e79415a033948f9f8d497c4adb98f2fe74c736]

        INTEGRATION: CWS aw023 (1.2.610); FILE MERGED 2004/12/16 11:40:31 aw 1.2.610.1: #i38135#

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [931b2734556b5d239e2d48d2a016ed0dfffe7d90]

        INTEGRATION: CWS aw023 (1.2.610); FILE MERGED 2004/12/21 16:00:00 aw 1.2.610.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/16 11:40:19 aw 1.2.610.1: #i38135#

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [6f3f44a132b773802c175fec00a656be66afeff9]

        INTEGRATION: CWS impress20 (1.38.28); FILE MERGED 2005/01/12 14:24:41 af 1.38.28.5: RESYNC: (1.44-1.45); FILE MERGED 2004/12/10 15:35:17 af 1.38.28.4: RESYNC: (1.42-1.44); FILE MERGED 2004/12/10 15:16:44 af 1.38.28.3: Resolved merge problems. 2004/12/07 17:33:31 af 1.38.28.2: RESYNC: (1.38-1.42); FILE MERGED 2004/12/01 12:57:14 bm 1.38.28.1: #i32645# handle scroll whell via hierarchical Notify calls instead of ChildWindowListeners

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [9c21fb08430e02520e380f2b4cc082496be18a54]

        INTEGRATION: CWS impress20 (1.29.74); FILE MERGED 2004/12/17 11:11:36 bm 1.29.74.3: #i32645# Notify: if scroll command was not executed forward events to base class (which calls parents) 2004/12/10 15:16:44 af 1.29.74.2: Resolved merge problems. 2004/12/01 12:57:13 bm 1.29.74.1: #i32645# handle scroll whell via hierarchical Notify calls instead of ChildWindowListeners

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [70111e3c1f5900ae7bf7eeda9335431d984cde08]

        INTEGRATION: CWS impress20 (1.28.66); FILE MERGED 2005/01/12 14:24:10 af 1.28.66.3: RESYNC: (1.32-1.33); FILE MERGED 2004/12/07 17:29:29 af 1.28.66.2: RESYNC: (1.28-1.32); FILE MERGED 2004/11/23 15:22:03 af 1.28.66.1: #118543# Removed inclusion of unused header files.

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [074a1bcbccb62f57ad8a975be9d64f47ccdba7c8]

        INTEGRATION: CWS impress20 (1.44.24); FILE MERGED 2004/12/07 17:28:00 af 1.44.24.2: RESYNC: (1.44-1.48); FILE MERGED 2004/11/23 15:23:00 af 1.44.24.1: #118543# class ViewShellManager::UpdateLocker renamed.

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [94b140132d5ac8a85e3ba5ad9fc6549f5c4aefd5]

        INTEGRATION: CWS impress20 (1.2.138); FILE MERGED 2004/12/16 14:51:39 af 1.2.138.3: Resolved merge problem. 2004/12/10 15:34:20 af 1.2.138.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/23 17:57:00 af 1.2.138.1: #118543# Adaption to renamed ViewShellManager::UpdateLocker().

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [5322e032bd78caf5ddef8dec5da3c13f5103b1ae]

        INTEGRATION: CWS extras16 (1.10.26); FILE MERGED 2005/01/10 11:35:47 tv 1.10.26.1: #i37438# user autotexts need to be installed language-independent

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [25dbb7ea6965976269542ab581bddea42a7e6b1a]

        INTEGRATION: CWS impress20 (1.2.138); FILE MERGED 2004/12/07 17:17:45 af 1.2.138.3: RESYNC: (1.2-1.3); FILE MERGED 2004/12/01 12:57:12 bm 1.2.138.2: #i32645# handle scroll whell via hierarchical Notify calls instead of ChildWindowListeners 2004/11/29 12:51:32 bm 1.2.138.1: #i32645# execute scrolling when child windows receive mouse scroll events

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [22d822e977ba685647db6e6d739fe55e1a7d9409]

        INTEGRATION: CWS extras16 (1.43.214); FILE MERGED 2005/01/14 16:42:45 tv 1.43.214.1: #i32386# changed to support iso locales in auto correction files

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [0ec658f91db4212924f3d3388bcd5d7a4ecd3bac]

        INTEGRATION: CWS impress20 (1.5.30); FILE MERGED 2004/11/24 10:27:13 af 1.5.30.1: #i37354# Fixed guard against missing view shell in InsertPageWithLayout().

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [41a1afb76dc2ace391a54884ee276494ace518d8]

        INTEGRATION: CWS impress20 (1.2.272); FILE MERGED 2004/11/26 09:20:18 af 1.2.272.1: #i33487# Added new UpdateForKeyPress() method.

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [fa199d5c8dedc09bf5baed2edb775a4b735a7152]

        INTEGRATION: CWS impress20 (1.3.138); FILE MERGED 2004/12/01 12:57:10 bm 1.3.138.1: #i32645# handle scroll whell via hierarchical Notify calls instead of ChildWindowListeners

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [a5697260f785a760bcb18fd7c53aeb51977d82c8]

        INTEGRATION: CWS impress20 (1.3.76); FILE MERGED 2004/12/07 17:09:17 af 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/23 17:52:52 af 1.3.76.1: #118543# Introduction of inner Implementation class.  Major modification of how the internal and the SFX shell stacks are synchronized.

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [13b7671bb5af5ec1d381b81d24cd09d697cbefa0]

        INTEGRATION: CWS impress20 (1.9.30); FILE MERGED 2004/12/07 17:08:40 af 1.9.30.2: RESYNC: (1.9-1.11); FILE MERGED 2004/12/01 12:57:09 bm 1.9.30.1: #i32645# handle scroll whell via hierarchical Notify calls instead of ChildWindowListeners

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [fa4d20af6b3a5811dcd07b73d4695036287a2867]

        INTEGRATION: CWS impress20 (1.6.74); FILE MERGED 2004/11/26 09:17:38 af 1.6.74.1: #i33487# Moved code for updating the preview into its own UpdateForKeyPress() method.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [a724f4bd9904b3dc48357374fd342e33aa5853cb]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/14 17:05:43 tv 1.1.2.1: #i32386# renamed to iso codes

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [db40078c3003e721966e077b6ba87d2780827345]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/14 17:05:42 tv 1.1.2.1: #i32386# renamed to iso codes

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [71717e455770964bcd0a8ef281cf295d71487c4a]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/18 15:24:37 tv 1.1.2.1: #i32386# use full iso code

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [abbf132711d8724b3ec2732e4d30ff97fc3da856]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/18 15:24:36 tv 1.1.2.1: #i32386# use full iso code

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [80f1960037aad0e7cc21a8e1e1471844429e6d1f]

        INTEGRATION: CWS extras16 (1.2.52); FILE REMOVED 2005/01/10 11:22:03 tv 1.2.52.1: #i37438# mytexts.bau needss to become language-independent

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [ce0dde326da985c2dd0889fbaddae7918e670385]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/18 15:24:34 tv 1.1.2.1: #i32386# use full iso code

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c90314148d19f7353b4a4a48f3e2ae4368b0be2d]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/14 17:05:36 tv 1.1.2.1: #i32386# renamed to iso codes

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [a4d40a2e49bd8a0d058fa017753086d277817eaf]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/18 15:24:32 tv 1.1.2.1: #i32386# use full iso code

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [dcef3e3abba09731ed84c415b717c43d95c9f25b]

        INTEGRATION: CWS ab13fixes (1.14.14); FILE MERGED 2005/01/20 16:50:34 ab 1.14.14.2: #111897# SbiRuntime::StepParam(): Adapted DefaultId handling to UserData usage for ParamArray 2005/01/17 16:59:13 ab 1.14.14.1: #118116# SbiRuntime::CheckArray() extended to collection objects

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [41d127861bc4b01ad4ab62f5c0c36a9ed3929d30]

        INTEGRATION: CWS ab13fixes (1.7.82); FILE MERGED 2005/01/20 16:47:11 ab 1.7.82.2: #118116# SbiRuntime::StepTestFor(): Fixed for each handling 2005/01/17 16:54:44 ab 1.7.82.1: #118116# SbiRuntime::StepTESTFOR() adapted to for each loops

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [b1e398f5215844576f91eec6b9ad9d14e660ad72]

        INTEGRATION: CWS ab13fixes (1.17.18); FILE MERGED 2005/01/17 16:48:36 ab 1.17.18.1: #118116# SbiRuntime::StepINITFOREACH()

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [e834133148db7a53e87d21377ac25ce4c829339d]

        INTEGRATION: CWS ab13fixes (1.14.12); FILE MERGED 2005/01/21 11:56:54 ab 1.14.12.2: RESYNC: (1.14-1.15); FILE MERGED 2005/01/10 15:21:15 ab 1.14.12.1: #118120# New RTL function FormatDateTime()

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [1c6a4b94e78d31c0efbf72067d6f4c973c2bd342]

        INTEGRATION: CWS ab13fixes (1.19.14); FILE MERGED 2005/01/20 17:02:10 ab 1.19.14.3: #111897# SbiRuntime::SetParameters(): Fixed bug 2005/01/20 16:43:22 ab 1.19.14.2: #111897# SbiRuntime::SetParameters() adapted to ParamArray 2005/01/17 16:43:08 ab 1.19.14.1: #118116# SbiRuntime::PushForEach()

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [b549f07945aef23dee554719a39dca362ed5bd35]

        INTEGRATION: CWS ab13fixes (1.11.12); FILE MERGED 2005/01/21 11:56:43 ab 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/10 15:21:15 ab 1.11.12.1: #118120# New RTL function FormatDateTime()

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [309916a12926d72e6d1e9c367ab078a014fb80c2]

        INTEGRATION: CWS ab13fixes (1.19.16); FILE MERGED 2005/01/21 11:56:26 ab 1.19.16.2: RESYNC: (1.19-1.20); FILE MERGED 2005/01/10 15:21:16 ab 1.19.16.1: #118120# New RTL function FormatDateTime()

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [611e3da67cf8bc6942a4260888fb16b21908502b]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/18 15:24:29 tv 1.1.2.1: #i32386# use full iso code

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [ba6f7c28f606c63079518eb1d92d9e9bcd6d45d3]

        INTEGRATION: CWS ab13fixes (1.5.14); FILE MERGED 2005/01/20 16:17:17 ab 1.5.14.1: #111897# PARAMARRAY token

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [fc41419b1e02f7ec868b0cac4271d94a9dac11bc]

        INTEGRATION: CWS ab13fixes (1.5.18); FILE MERGED 2005/01/20 16:16:56 ab 1.5.18.1: #111897# SbiSymDef::bParamArray flag

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9a5c1b3b94942d89c3707022ac93cbbcc2769e75]

        INTEGRATION: CWS ab13fixes (1.8.44); FILE MERGED 2005/01/17 14:41:35 ab 1.8.44.1: #118116# class BasicCollection

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [dc0893e2372563902ee5a71752061273c83e6c83]

        INTEGRATION: CWS ab13fixes (1.19.14); FILE MERGED 2005/01/17 14:07:45 ab 1.19.14.1: #118116# Extended SbiForStack for 'for each' command

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [ce300f0b9f3623801c043bf4204243faef118cab]

        INTEGRATION: CWS ause017 (1.9.6); FILE MERGED 2005/01/26 12:24:09 hjs 1.9.6.1: #i35875# multiprocessing support for external modules

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [bcd1814189b82981035f74a94a2cccc6be11aaed]

        INTEGRATION: CWS ab13fixes (1.5.18); FILE MERGED 2005/01/17 13:26:07 ab 1.5.18.1: #118116# New opcode _INITFOREACH

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [540aed117530b722d39ae5dfcfd564c8d1e2f4d7]

        INTEGRATION: CWS ab13fixes (1.1.1.1.306); FILE MERGED 2005/01/20 16:15:27 ab 1.1.1.1.306.1: #111897# PARAMARRAY flag

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [a8290cfbad53b9835a96b1ab163e7daac89a0093]

        INTEGRATION: CWS ab13fixes (1.8.10); FILE MERGED 2005/01/20 16:18:03 ab 1.8.10.1: #111897# PARAMARRAY token

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [3a1c73a1c894c8789de7f4d64f42a6bc14aad569]

        INTEGRATION: CWS extras16 (1.2.24); FILE MERGED 2005/01/11 14:24:18 tv 1.2.24.1: #i37284# initial revision

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [88405f0ae1913a87443c9a2494269ac4345b8ddd]

        INTEGRATION: CWS ab13fixes (1.9.18); FILE MERGED 2005/01/20 16:18:58 ab 1.9.18.1: #111897# Handle ParamArray like an optional parameter

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [fec885e5e39040863344a4c7667baca4f0049f66]

        INTEGRATION: CWS ause017 (1.14.8); FILE MERGED 2005/01/26 13:02:26 hjs 1.14.8.1: #i35875# multiprocessing support for external modules

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9193937ccf8181e9a8fcedc4ea25c5a86dc1f63b]

        INTEGRATION: CWS extras16 (1.2.24); FILE MERGED 2005/01/11 14:24:17 tv 1.2.24.1: #i37284# initial revision

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c115c0a79aa576e695801aa00527c22af172572a]

        INTEGRATION: CWS ab13fixes (1.2.264); FILE MERGED 2005/01/17 16:01:52 ab 1.2.264.1: #118116# Parse for each

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [375fe0fa9a2f158dff6a12c2b5eb77ea12b817f8]

        INTEGRATION: CWS ab13fixes (1.3.248); FILE MERGED 2005/01/21 11:55:11 ab 1.3.248.3: RESYNC: (1.3-1.4); FILE MERGED 2005/01/21 11:23:45 ab 1.3.248.2: #119187# Postfix and <as type> is only error if types conflict 2005/01/05 13:35:05 ab 1.3.248.1: #118410# Allow type syntax for members

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [458feba700082fbf83f4db9cad868882a9c1317e]

        INTEGRATION: CWS ause017 (1.10.6); FILE MERGED 2005/01/26 12:02:41 hjs 1.10.6.1: #i35875# multiprocessing support for external modules

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [f0e01ad835d0aa81fe56df0706806bd1c7a9dad1]

        INTEGRATION: CWS ab13fixes (1.16.14); FILE MERGED 2005/01/20 16:19:41 ab 1.16.14.1: #111897# Parse ParamArray

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [e44312bb64d68b14449293d9fe6fe1fdbfb4fe4f]

        INTEGRATION: CWS ause017 (1.160.14); FILE MERGED 2005/01/26 13:03:15 hjs 1.160.14.1: #i35875# multiprocessing support for external modules

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [7290efb4793973aff91514ea1bf5442346024786]

        INTEGRATION: CWS ab13fixes (1.5.14); FILE MERGED 2005/01/20 16:25:49 ab 1.5.14.1: #111897# Store ParamArray flag in UserData

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c953597e83ada7f8594f5830b58cd88ee460f09e]

        INTEGRATION: CWS ause017 (1.9.6); FILE MERGED 2005/01/21 16:52:43 hjs 1.9.6.1: #i33319# fixed globbing

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [38e1802cd62679f046be9e0da03aadc3cdd9fa40]

        INTEGRATION: CWS ab13fixes (1.19.14); FILE MERGED 2005/01/21 11:54:04 ab 1.19.14.3: RESYNC: (1.19-1.20); FILE MERGED Resolved conflict 2005/01/20 15:10:47 ab 1.19.14.2: #118116# Fixed problems with Collection Item method 2005/01/17 16:21:10 ab 1.19.14.1: #118116# Implementation class BasicCollection

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [5c32ec487d08cdcefafc50ceb661dbbdca532a7c]

        INTEGRATION: CWS ab13fixes (1.12.14); FILE MERGED 2005/01/17 16:06:19 ab 1.12.14.1: #118116# New opcode _INITFOREACH

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9ee4fa0f13cff82f09ad93cc992ec3a9605e6ee7]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/18 15:24:25 tv 1.1.2.1: #i32386# use full iso code

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [5da8fd386fbb91a6cd153236a423c1b550c961d5]

        INTEGRATION: CWS ause017 (1.3.10); FILE MERGED 2005/01/21 16:53:50 hjs 1.3.10.1: #i33319# fixed custom dir better

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [292fc12d34d411d7a9ceb72e0fa233cb109c4af0]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/18 15:24:24 tv 1.1.2.1: #i32386# use full iso code

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [5ab0e4251db259313c0f88d1bf8a9544c58ea438]

        INTEGRATION: CWS extras16 (1.3.50); FILE MERGED 2005/01/10 11:21:55 tv 1.3.50.1: #i37438# mytexts.bau needss to become language-independent

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [615f1bb06ff7e22ee162d287219e439d04104bc1]

        INTEGRATION: CWS extras16 (1.1.2); FILE ADDED 2005/01/10 11:21:54 tv 1.1.2.1: #i37438# mytexts.bau needss to become language-independent

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [831f2fdb7f4bb0bfc1ec6f8642a4ebf8b573ec7e]

        INTEGRATION: CWS extras16 (1.13.10); FILE MERGED 2005/01/10 11:25:56 tv 1.13.10.1: #i37438# added language-independent autotext directory

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [2f17f6166347ec717e0dae23ae8d39f341178f69]

        INTEGRATION: CWS extras16 (1.33.36); FILE MERGED 2005/01/10 11:27:14 ih 1.33.36.2: #i34961# corrected LineBreak 2005/01/10 10:57:46 ih 1.33.36.1: #i34961# added CalIsLeapYear

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [1d44016988dd18ffaefe4fb93daf58ac8a68edef]

        INTEGRATION: CWS extras16 (1.25.96); FILE MERGED 2005/01/10 10:59:50 ih 1.25.96.1: #i34961# corrected fonts

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [fc5fe4c1e7d2ad33ab2d9276e88525e32907c587]

        INTEGRATION: CWS extras16 (1.18.96); FILE MERGED 2005/01/10 10:59:25 ih 1.18.96.1: #i34961# corrected and moved CalIsLeapYear to Tools->Misc

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [b34d1af0a7d58509fb5b2dd9d18c19a5e4d7fc5d]

        INTEGRATION: CWS extras16 (1.30.74); FILE MERGED 2005/01/10 11:41:27 ih 1.30.74.1: #i40009# default document and dialog is closed before opening logfile

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [7dd65882f6b1a04b13b04724ec250cfa522f1e0d]

        INTEGRATION: CWS extras16 (1.40.6); FILE MERGED 2005/01/10 11:41:27 ih 1.40.6.1: #i40009# default document and dialog is closed before opening logfile

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [579c2b1cba0d6be2b63a1ffa7b59f7a4dbad83cf]

        INTEGRATION: CWS extras16 (1.32.12); FILE MERGED 2005/01/26 14:53:24 bc 1.32.12.2: #37179#tutorial creator removed 2005/01/25 16:21:04 bc 1.32.12.1: #i37179#makefiles and buildlist now include xalan dependency

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [6de8721be8397922687f40604d69e3a24af5b3db]

        INTEGRATION: CWS extras16 (1.3.46); FILE MERGED 2005/01/26 12:00:45 bc 1.3.46.1: #i37179#import of xalan.jar added

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [2df17b9628661d89afa78539dfcfc70364f25e9d]

        INTEGRATION: CWS extras16 (1.4.36); FILE MERGED 2005/01/26 12:00:45 bc 1.4.36.1: #i37179#import of xalan.jar added

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [fe8189d52970b9519f63cea2b1db594f990263e3]

        INTEGRATION: CWS extras16 (1.3.46); FILE MERGED 2005/01/25 16:21:03 bc 1.3.46.1: #i37179#makefiles and buildlist now include xalan dependency

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [0ec7ef4c90dc6a8ad47b2c038d17598fd8cc8371]

        INTEGRATION: CWS extras16 (1.2.68); FILE MERGED 2005/01/12 10:10:30 ih 1.2.68.1: #i37179# classpath for xalan and xerces added Issue number: Submitted by: Reviewed by:

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [abddc89e1a391098f103f41b316825cefc932e5a]

        INTEGRATION: CWS extras16 (1.1.240); FILE MERGED 2005/01/25 16:21:03 bc 1.1.240.1: #i37179#makefiles and buildlist now include xalan dependency

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [8e34005f691db986fd5c627449621af55c0c0e63]

        INTEGRATION: CWS extras16 (1.5.12); FILE MERGED 2005/01/25 16:21:02 bc 1.5.12.1: #i37179#makefiles and buildlist now include xalan dependency

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [dab95d181c12fbaff7fb63acdf2a6f829078f57c]

        INTEGRATION: CWS extras16 (1.2.88); FILE MERGED 2005/01/21 15:19:08 va 1.2.88.3: #i39054# Corrected Field Names. 2005/01/21 15:09:19 va 1.2.88.2: #i39054' Corrected field names. 2005/01/11 15:13:20 va 1.2.88.1: #i39054# Corrected Field Names.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [cd7080b59541da536515717afc81dcdfe9a78126]

        INTEGRATION: CWS impress30 (1.2.60); FILE MERGED 2005/01/20 18:14:54 cl 1.2.60.1: #i40390# fixed after effects

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [67aad3b7295d5d79430ccbe0d87984e70cdb58fd]

        INTEGRATION: CWS impress30 (1.4.8); FILE MERGED 2005/01/22 19:24:49 cl 1.4.8.3: #i36948# ignore input after slide transition for 20ms 2005/01/21 16:30:20 cl 1.4.8.2: #i38558# fixed effect order for old effects 2005/01/20 10:56:56 cl 1.4.8.1: #i38629# use correct client area for presentation in window

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [098bea1127192cb7c929bbea6ac65f1d4fbd2906]

        INTEGRATION: CWS impress30 (1.2.10); FILE MERGED 2005/01/21 14:18:49 dbo 1.2.10.1: #i38814# timeout in seconds instead of percentage Issue number: Submitted by: Reviewed by:

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [17a71113b1495b79c3af56bdec0017cb5a2abf13]

        INTEGRATION: CWS os47 (1.37.190); FILE MERGED 2005/01/03 14:17:11 os 1.37.190.1: #i39802# caption option: dialog width increased to support locale pt-BR

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [7f0080c1f7ef94962e551e0b467f7ea1c8eb79cb]

        INTEGRATION: CWS os47 (1.83.38); FILE MERGED 2005/01/25 09:47:36 os 1.83.38.6: #i30916# document counting corrected 2005/01/12 12:10:42 os 1.83.38.5: #i30916# syntax errors fixed 2005/01/03 10:21:59 os 1.83.38.4: #i39442# use decoded name to register database 2004/12/30 12:49:46 os 1.83.38.3: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties 2004/12/27 08:04:58 os 1.83.38.2: #i30916# merge to single file added 2004/12/23 12:22:48 os 1.83.38.1: #i30916# extended mail merge API - support of printer settings, file filters, e-Mail and more

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [ecb1e0ce7634bdc742bf22762c5073652468766f]

        INTEGRATION: CWS impress30 (1.8.192); FILE MERGED 2005/01/21 16:15:33 cl 1.8.192.1: #i41101# changed default fill color for shapes to blue 8

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [2c428ab867eca0d1076d25c037dccf4ee1a1a804]

        INTEGRATION: CWS impress30 (1.13.22); FILE MERGED 2005/01/22 20:33:13 cl 1.13.22.1: #b500633# added missig svg namespace

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [ff8a8650ec72060be680051401a40d2c8306a6ed]

        INTEGRATION: CWS impress30 (1.18.102); FILE MERGED 2005/01/22 20:32:33 cl 1.18.102.1: #b500633# check correctly if new arrow styles can be added

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [0fc51fa7f81f6fb44a691bc2c918ab8729a70ab0]

        INTEGRATION: CWS impress30 (1.2.60); FILE MERGED 2005/01/19 15:20:47 bm 1.2.60.2: #i40657# some spiralWipe effects corrected 2005/01/18 15:23:16 bm 1.2.60.1: #i40657# subtype swapped for snake-wipe-top-lef

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [007d85efec5c9f775905da558ebdb3e4fbfeb983]

        INTEGRATION: CWS os47 (1.40.232); FILE MERGED 2005/01/03 09:24:09 os 1.40.232.1: #39421# German entries need [ de ] - tag

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [a752367cb269deeb5406fac5061d78b165b15d8a]

        INTEGRATION: CWS impress30 (1.14.60); FILE MERGED 2005/01/20 10:56:39 cl 1.14.60.1: #i38629# use correct client area for presentation in window

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [abc68901d72da3c0c073f0b6416bab514e20b32d]

        INTEGRATION: CWS os47 (1.86.38); FILE MERGED 2004/12/17 13:04:49 os 1.86.38.1: #118519# readonly-support in tools/options/security

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [f052c37f2fb231fc2275b7e05aacb359d4063b61]

        INTEGRATION: CWS os47 (1.49.364); FILE MERGED 2004/12/30 07:10:25 os 1.49.364.1: #i37520# English translations added

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [7f2d7f5d6061f187d6b49909da85cd807d37a8e6]

        INTEGRATION: CWS impress30 (1.67.2); FILE MERGED 2005/01/22 17:58:51 cl 1.67.2.1: #i38558# fixed effect order for old effects

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [401275154906e31fcc5489340ae122e8d3c503c9]

        INTEGRATION: CWS os47 (1.4.442); FILE MERGED 2004/12/20 15:16:25 os 1.4.442.1: #i39085# apply changes of language/writing aids dialog inside of spell dialog

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [108450dc111b7d2b3355d1f3c59231d9e96e6484]

        INTEGRATION: CWS impress30 (1.43.2); FILE MERGED 2005/01/22 17:58:51 cl 1.43.2.3: #i38558# fixed effect order for old effects 2005/01/21 16:30:22 cl 1.43.2.2: #i38558# fixed effect order for old effects 2005/01/20 18:15:48 cl 1.43.2.1: #i40390# fixed after effects

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [36cb06533691ff6b06c39ad2f451142bd36acbd5]

        INTEGRATION: CWS os47 (1.21.62); FILE MERGED 2004/12/20 15:16:25 os 1.21.62.1: #i39085# apply changes of language/writing aids dialog inside of spell dialog

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [24b533890a5b6b3fa1dd35f84e9887e4eff30b87]

        INTEGRATION: CWS impress30 (1.2.60); FILE MERGED 2005/01/21 09:30:29 af 1.2.60.1: #118899# Ignoring PaneManager after it is destroyed.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [1accc3c8639ae167ff4381c3cdcb9d9f4ef4c1fb]

        INTEGRATION: CWS os47 (1.7.658); FILE MERGED 2004/12/13 08:27:39 os 1.7.658.1: #i38144# old spell dialog finally removed

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [698ce47a9323386a9410ba28cc976addc373c732]

        INTEGRATION: CWS impress30 (1.5.60); FILE MERGED 2005/01/19 10:51:52 af 1.5.60.1: #i40949# Added new member mbProcessingMouseButtonDown.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [f6e6904b5d07d917e44f17c74d3c9261d0677b4d]

        INTEGRATION: CWS impress30 (1.12.2); FILE MERGED 2005/01/19 10:51:24 af 1.12.2.1: #i40949# Added new member mbProcessingMouseButtonDown.

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [b7508c464cf60fc51ecd5e87547474d6e805f8b7]

        INTEGRATION: CWS impress30 (1.3.52); FILE MERGED 2005/01/22 19:24:50 cl 1.3.52.1: #i36948# ignore input after slide transition for 20ms

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [7675ef7b7d358d5f190d0b74db3e0dcef20d8e04]

        INTEGRATION: CWS impress30 (1.3.50); FILE MERGED 2005/01/22 19:24:50 cl 1.3.50.2: #i36948# ignore input after slide transition for 20ms 2005/01/21 16:30:21 cl 1.3.50.1: #i38558# fixed effect order for old effects

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [50640017a04602d95acb680680efef4ff3810b71]

        INTEGRATION: CWS os47 (1.8.38); FILE MERGED 2004/12/17 13:05:27 os 1.8.38.1: #118519# readonly-support in tools/options/security

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [887e33e332e66a1f668d58cbf11644fe7fa55f88]

        INTEGRATION: CWS impress30 (1.9.60); FILE MERGED 2005/01/20 10:55:32 cl 1.9.60.1: #i38629# use correct client area for presentation in window

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [534907b382c382ace6a56687859f741a5ac08e7a]

        INTEGRATION: CWS os47 (1.10.38); FILE MERGED 2004/12/17 13:04:48 os 1.10.38.1: #118519# readonly-support in tools/options/security

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [000b8170afe9a8f54dc3c5ecc4381dd06333e95d]

        INTEGRATION: CWS os47 (1.42.38); FILE MERGED 2004/12/13 08:27:39 os 1.42.38.1: #i38144# old spell dialog finally removed

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [6f1949f7fbc80a140034294e3a2cc6cf79933a2c]

        INTEGRATION: CWS impress30 (1.1.2); FILE ADDED 2005/01/20 10:41:30 bm 1.1.2.1: #i40785# put class in separate file to allow sharing between different panes

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [1b6e3cb84617bc249e1188ee91656d904619495b]

        INTEGRATION: CWS os47 (1.3.232); FILE MERGED 2004/12/20 15:16:08 os 1.3.232.1: #i39085# apply changes of language/writing aids dialog inside of spell dialog

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [34e01e738ead343e8ebdb666495cf93f5436557b]

        INTEGRATION: CWS impress30 (1.3.60); FILE MERGED 2005/01/20 10:42:21 bm 1.3.60.1: #i40785# put class DialogListBox in separate file to allow sharing between different panes

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [b873e7068af2dd0062c8c36c633b5a5f55b76bdc]

        INTEGRATION: CWS installer04 (1.3.94); FILE MERGED 2005/01/26 14:27:14 dv 1.3.94.1: #i35737# Corrected typo, removed lnglist.txt

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [a6faa02a265c9246b85d8ce5e5130c193871a92d]

        INTEGRATION: CWS impress30 (1.2.60); FILE MERGED 2005/01/20 10:48:01 bm 1.2.60.1: #i40785# put class DialogListBox in separate file to allow sharing between different panes

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c40d046a6d977e0ddee4f71a5a754ca106fd8d1e]

        INTEGRATION: CWS impress30 (1.2.60); FILE MERGED 2005/01/20 10:48:00 bm 1.2.60.1: #i40785# put class DialogListBox in separate file to allow sharing between different panes

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c3f086c7f7f48922bfcb600a4e74259f2d05b36a]

        INTEGRATION: CWS os47 (1.6.40); FILE MERGED 2004/12/17 13:04:48 os 1.6.40.1: #118519# readonly-support in tools/options/security

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [bbf2809df441aea215c1bfe3984e1a64b2ace701]

        INTEGRATION: CWS impress30 (1.1.2); FILE ADDED 2005/01/20 10:41:50 bm 1.1.2.1: #i40785# put class in separate file to allow sharing between different panes

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [6cbd1c5238f6c1b25fc65fcf000963acb8a36453]

        INTEGRATION: CWS impress30 (1.3.32); FILE MERGED 2005/01/20 10:48:00 bm 1.3.32.1: #i40785# put class DialogListBox in separate file to allow sharing between different panes

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [41362de19439880eb42b3aa56184ac35a2044c2f]

        INTEGRATION: CWS impress30 (1.2.60); FILE MERGED 2005/01/20 18:15:19 cl 1.2.60.1: #i40390# fixed after effects

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [8d874081d9387b59c3e16f2a682b3128733b1277]

        INTEGRATION: CWS impress30 (1.2.60); FILE MERGED 2005/01/20 18:15:07 cl 1.2.60.1: #i40390# fixed after effects

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9b53113f4bc69491fdf3f7dc5c4f3f12edebbbd4]

        INTEGRATION: CWS impress30 (1.7.146); FILE MERGED 2005/01/20 13:44:51 cl 1.7.146.1: #b4752338# give warning when overwriting files

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [660c23c4c1c624b9db626be8f01166a154021e0d]

        INTEGRATION: CWS impress30 (1.18.40); FILE MERGED 2005/01/20 13:44:50 cl 1.18.40.1: #b4752338# give warning when overwriting files

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [b346a38cdf714768dab5e33d8cd520ad20bdd977]

        INTEGRATION: CWS impress30 (1.71.2); FILE MERGED 2005/01/21 16:30:18 cl 1.71.2.1: #i38558# fixed effect order for old effects

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [736606eef297c9ad84f90ebc4d88b717d3f15666]

        INTEGRATION: CWS os47 (1.5.76); FILE MERGED 2004/12/22 13:38:36 os 1.5.76.1: #i30916# additonal output - e-Mail

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [b5e6c9d69bab6bd7f6e152ab344a87f85985bb73]

        INTEGRATION: CWS impress30 (1.2.60); FILE MERGED 2005/01/19 15:19:37 bm 1.2.60.1: #i40657# some effect mappings were incorrect

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [3bbcee04fb1cbd138d6fa0d5a6e502d6465cdcdb]

        INTEGRATION: CWS os47 (1.7.76); FILE MERGED 2005/01/18 09:36:04 os 1.7.76.3: #i30916# PrintSettings->PrintOptions 2005/01/03 12:43:38 os 1.7.76.2: #i30916# server password properties added 2004/12/22 13:37:57 os 1.7.76.1: #i30916# additional properties to print to file, send as e-Mail and others

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [2d8f4117781d3936de6c60e7fc3e90356719ac4b]

        INTEGRATION: CWS impress30 (1.38.124); FILE MERGED 2005/01/21 16:29:29 cl 1.38.124.1: #i41101# changed default fill color for shapes to blue 8

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [018d395f5fc59d59d990df31c5a009e4f10a42f4]

        INTEGRATION: CWS impress30 (1.31.2); FILE MERGED 2005/01/19 15:05:25 cl 1.31.2.1: #i40947# do not export presentation:transition-stlye

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [fe2d6d54af41449f739de2bf5e91e9508d167edd]

        INTEGRATION: CWS os47 (1.3.40); FILE MERGED 2005/01/03 11:49:00 os 1.3.40.1: #i39249# right-to-left/left-to-right not invisible anymore

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [fcb2dcfcebab58586fd7d558c2745fdb6958a143]

        INTEGRATION: CWS impress30 (1.80.2); FILE MERGED 2005/01/19 15:05:25 cl 1.80.2.1: #i40947# do not export presentation:transition-stlye

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [0dece66f2418e112d43b201a52c52be2f9dadbb3]

        INTEGRATION: CWS impress30 (1.3.2); FILE MERGED 2005/01/20 18:14:19 cl 1.3.2.2: #i40390# fixed after effects 2005/01/19 15:18:09 bm 1.3.2.1: #i40657# smil subtype topLeftVertical was missing, and rotateOut was duplicate

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [ac5cebe7a23dddaf5074df66ca7ca300b277e75b]

        INTEGRATION: CWS os47 (1.2.304); FILE MERGED 2005/01/03 11:49:00 os 1.2.304.1: #i39249# right-to-left/left-to-right not invisible anymore

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [4cd2d0688b3380819d2495e8762bd0d3b78ca21a]

        INTEGRATION: CWS impress30 (1.85.2); FILE MERGED 2005/01/19 15:15:50 bm 1.85.2.1: #i40657# token topLeftVertical (a smil subtype) was missing

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9389ef05cbc3ac598c7952dcc96a3eed4a235e38]

        INTEGRATION: CWS os47 (1.4.40); FILE MERGED 2005/01/03 11:48:59 os 1.4.40.1: #i39249# right-to-left/left-to-right not invisible anymore

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [52c54222ec9c8e748ce006a213d0b2a3dba385f5]

        INTEGRATION: CWS os47 (1.2.304); FILE MERGED 2005/01/03 11:48:59 os 1.2.304.1: #i39249# right-to-left/left-to-right not invisible anymore

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [ea48d2bacf9c8357698fe6f8410feb04f6657016]

        INTEGRATION: CWS os47 (1.3.40); FILE MERGED 2005/01/03 11:48:59 os 1.3.40.1: #i39249# right-to-left/left-to-right not invisible anymore

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9e450741515d4fb51436b291a9638f86e0681670]

        INTEGRATION: CWS impress30 (1.4.62); FILE MERGED 2005/01/20 23:10:25 cl 1.4.62.1: #i41044# removed unused strings

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [1987d6a6f565d77ac5c76686570e9f652657ffac]

        INTEGRATION: CWS impress30 (1.3.62); FILE MERGED 2005/01/20 23:10:24 cl 1.3.62.1: #i41044# removed unused strings

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [013b80c83de49e7b31d8bf1779f8eb190bb196fb]

        INTEGRATION: CWS os47 (1.2.304); FILE MERGED 2005/01/03 11:48:58 os 1.2.304.1: #i39249# right-to-left/left-to-right not invisible anymore

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [7ae76c2ab07d74c0a8e7accf362c9e4181c861cc]

        INTEGRATION: CWS os47 (1.4.848); FILE MERGED 2004/12/17 15:34:34 os 1.4.848.1: #i38177# _Fwd/BwdPara have to return the result of SwCrsrShell::MovePara()

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [26392d0d8d69e78ca9c462ff2f2e2a97c0b9a42b]

        INTEGRATION: CWS os47 (1.21.184); FILE MERGED 2005/01/03 14:00:53 os 1.21.184.2: RESYNC: (1.21-1.22); FILE MERGED 2004/12/27 07:51:50 os 1.21.184.1: #118841# insert multiple sections at once - assure valid insertion point

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [1cc217311e945868269ad7a193fa83b6b79fbc1e]

        INTEGRATION: CWS os47 (1.13.40); FILE MERGED 2005/01/18 11:44:44 os 1.13.40.4: #i30916# PrintSettings->PrintOptions 2004/12/30 12:50:01 os 1.13.40.3: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties 2004/12/27 08:05:15 os 1.13.40.2: #i30916# merge to single file added 2004/12/23 12:24:08 os 1.13.40.1: #i30916# extended mail merge API - support of printer settings, file filters, e-Mail and more

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9ad11e990f7779603fc171aa89e71d62f89e360f]

        INTEGRATION: CWS os47 (1.15.190); FILE MERGED 2004/12/23 12:23:51 os 1.15.190.1: #i30916# signature of SwNewDBMgr::MergeNew() changed

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [f40ec85a1cb31ee26f41f7ad829b20f9e8f0584d]

        INTEGRATION: CWS os47 (1.20.240); FILE MERGED 2004/12/23 12:23:37 os 1.20.240.1: #i30916# signature of SwNewDBMgr::MergeNew() changed

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [1bc51599809c80f156f174f5ff87bfefd9e9c5d8]

        INTEGRATION: CWS os47 (1.30.304); FILE MERGED 2005/01/03 15:19:19 os 1.30.304.1: #i39815# label width increased

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [e021f1440a93dadfb9ab2195372a57d0eced342f]

        INTEGRATION: CWS os47 (1.27.304); FILE MERGED 2005/01/20 10:12:50 os 1.27.304.3: #i39812#808ntrols resized, again 2005/01/18 14:15:42 os 1.27.304.2: #i39814# Fixed text label further increased 2005/01/03 15:32:02 os 1.27.304.1: #i39808# label width increased

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [4b7bf5b69ee9927d36c0e5ab4b1fb287e27763b4]

        INTEGRATION: CWS os47 (1.31.304); FILE MERGED 2005/01/20 10:22:21 os 1.31.304.4: #i39812# controls resized, again 2005/01/20 10:12:29 os 1.31.304.3: #i39812# controls resized, again 2005/01/18 14:12:06 os 1.31.304.2: #i39814# Fixed text label further increased 2005/01/03 15:09:41 os 1.31.304.1: #i39812# label width increased

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [2e65c3ad4098e905468744815e7b05310c124160]

        INTEGRATION: CWS os47 (1.3.190); FILE MERGED 2004/12/30 12:52:14 os 1.3.190.1: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [3e12a98ad16658d3a9c3986efab2251ec0671892]

        INTEGRATION: CWS os47 (1.60.240); FILE MERGED 2005/01/03 14:50:44 os 1.60.240.1: #i39807# label width increased

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [28492db6e796d28bc8619333d2b49256cc4e919f]

        INTEGRATION: CWS os47 (1.49.76); FILE MERGED 2004/12/30 14:01:28 os 1.49.76.1: #i39692# controls mustn't be moved more than once

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c51fc315cecfdbcc807f0c404b0c856898cf63fb]

        INTEGRATION: CWS presbeta01 (1.3.10); FILE MERGED 2005/01/22 00:51:02 thb 1.3.10.1: #i36950# Handling push/pop of OutDevState correctly; respect the fact that RenderState's clip is also subject to RenderState transform, thus, when translating an action, have to translate back clip before!

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [ccfc01d6ede9e4a9d3bb1b8cf18d927c3811b573]

        INTEGRATION: CWS presbeta01 (1.3.10); FILE MERGED 2005/01/25 23:22:42 thb 1.3.10.2: #i36950# More text output fixes: basegfx obviously does not prune exactly identical polygons into one, which might lead to errorneously empty clips. Fixed symptomatically by falling back to rect clipping for some common cases. Added handling of StretchText meta action 2005/01/22 00:51:02 thb 1.3.10.1: #i36950# Handling push/pop of OutDevState correctly; respect the fact that RenderState's clip is also subject to RenderState transform, thus, when translating an action, have to translate back clip before!

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [437fae8dd21b6bc836ee0b04b719b6310cd00bcc]

        INTEGRATION: CWS os47 (1.30.240); FILE MERGED 2005/01/03 14:32:23 os 1.30.240.1: #i39799# RadioButton width increased

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [83ab6d815efb36a47dff6e769c2567397ae696c5]

        INTEGRATION: CWS os47 (1.30.304); FILE MERGED 2005/01/20 10:13:17 os 1.30.304.2: #i39805#conntrols resized, again 2005/01/03 14:43:09 os 1.30.304.1: #i39805# label width increased

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [1bd16fcc545e80e7da786769d0d7b210962b7324]

        INTEGRATION: CWS presbeta01 (1.4.2); FILE MERGED 2005/01/25 23:22:41 thb 1.4.2.2: #i36950# More text output fixes: basegfx obviously does not prune exactly identical polygons into one, which might lead to errorneously empty clips. Fixed symptomatically by falling back to rect clipping for some common cases. Added handling of StretchText meta action 2005/01/22 00:51:01 thb 1.4.2.1: #i36950# Handling push/pop of OutDevState correctly; respect the fact that RenderState's clip is also subject to RenderState transform, thus, when translating an action, have to translate back clip before!

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [a6d4232f813e7890e379c65b8833331835d410a3]

        INTEGRATION: CWS os47 (1.3.190); FILE MERGED 2004/12/23 12:23:17 os 1.3.190.1: #i30916# signature of SwNewDBMgr::MergeNew() changed

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [78ecb6ae43faf1952c92dfaec71f0721b7187ba1]

        INTEGRATION: CWS presbeta01 (1.4.10); FILE MERGED 2005/01/25 23:22:41 thb 1.4.10.1: #i36950# More text output fixes: basegfx obviously does not prune exactly identical polygons into one, which might lead to errorneously empty clips. Fixed symptomatically by falling back to rect clipping for some common cases. Added handling of StretchText meta action

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [d29860441c5883bfd15bc6e9d27731ba046942e2]

        INTEGRATION: CWS os47 (1.4.56); FILE MERGED 2004/12/27 09:43:58 os 1.4.56.1: #i39571# temporary file name corrected

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [36df0b837b398f1011cb6f9fdf978a24125eee89]

        INTEGRATION: CWS os47 (1.3.190); FILE MERGED 2004/12/17 14:40:16 os 1.3.190.1: #i38175# realloc should create the _correct_ size before access ;-)

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9cca63786a3f1b30d47998579f084ef7056e7740]

        INTEGRATION: CWS os47 (1.8.190); FILE MERGED 2004/12/30 12:52:01 os 1.8.190.1: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [f87a40e704c63c6418db4b1e6d088e2c5b59f8b6]

        INTEGRATION: CWS os47 (1.3.56); FILE MERGED 2005/01/12 12:23:05 os 1.3.56.2: #i30916# syntax errors fixed 2004/12/30 12:52:01 os 1.3.56.1: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [4478f5b3e1db2e0543d4930914757a4da3a43115]

        INTEGRATION: CWS os47 (1.2.190); FILE MERGED 2004/12/30 12:52:01 os 1.2.190.1: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c2193f76c7d44ac8cde73472a54067446dab355f]

        INTEGRATION: CWS os47 (1.3.136); FILE MERGED 2005/01/18 14:04:09 os 1.3.136.2: #i39814# Fixed text label further increased 2005/01/03 15:23:43 os 1.3.136.1: #i39814# label width increased

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [a62813f45ff567b4260765c5da612740927e20da]

        INTEGRATION: CWS os47 (1.107.40); FILE MERGED 2005/01/18 11:44:42 os 1.107.40.3: #i30916# PrintSettings->PrintOptions 2004/12/30 12:51:16 os 1.107.40.2: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties 2004/12/23 12:22:21 os 1.107.40.1: #i30916# extended mail merge API - support of printer settings, file filters, e-Mail and more

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [865e920830ff351d3160a6c16c9d024df63a2eba]

        INTEGRATION: CWS os47 (1.170.40); FILE MERGED 2005/01/18 11:44:42 os 1.170.40.4: #i30916# PrintSettings->PrintOptions 2005/01/12 08:14:18 os 1.170.40.3: #i30916# syntax errors fixed 2004/12/30 12:51:15 os 1.170.40.2: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties 2004/12/23 12:22:21 os 1.170.40.1: #i30916# extended mail merge API - support of printer settings, file filters, e-Mail and more

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [272b5a35dded3522951d3f4d625db53a82aa57a6]

        INTEGRATION: CWS os47 (1.41.192); FILE MERGED 2004/12/27 10:10:27 os 1.41.192.1: #i39402# GetNext/PrevFrm: jump over dummy pages

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [dd6ce7cad3cf209fe993afb20077209010d8928d]

        INTEGRATION: CWS os47 (1.103.40); FILE MERGED 2005/01/18 11:44:41 os 1.103.40.3: #i30916# PrintSettings->PrintOptions 2004/12/30 12:50:24 os 1.103.40.2: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties 2004/12/23 12:22:06 os 1.103.40.1: #i30916# extended mail merge API - support of printer settings, file filters, e-Mail and more

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [be192a253a4e554d988fe5791e4d0813a8f0d075]

        INTEGRATION: CWS os47 (1.47.40); FILE MERGED 2005/01/18 11:44:41 os 1.47.40.3: #i30916# PrintSettings->PrintOptions 2004/12/30 12:50:23 os 1.47.40.2: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties 2004/12/23 12:22:06 os 1.47.40.1: #i30916# extended mail merge API - support of printer settings, file filters, e-Mail and more

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [0968e6a37b26015935805c86b3125c449edcfd2b]

        INTEGRATION: CWS os47 (1.3.882); FILE MERGED 2004/12/30 12:50:23 os 1.3.882.2: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties 2004/12/23 12:21:48 os 1.3.882.1: #i30916# extended mail merge API - support of printer settings, file filters, e-Mail and more

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [5834974a88bcf0ac0548a61bd835dd87dc134bbf]

        INTEGRATION: CWS os47 (1.16.2); FILE MERGED 2005/01/11 08:56:27 os 1.16.2.2: RESYNC: (1.16-1.17); FILE MERGED 2004/12/20 08:10:22 os 1.16.2.1: #i39236# pMedium should be checked before access!

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [93ca585eefe2dbff05e354395090ab20020cacbf]

        INTEGRATION: CWS os47 (1.1.1.1.1056); FILE MERGED 2004/12/27 07:51:22 os 1.1.1.1.1056.1: #118841# operators of SwGlblDocContent should be const

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [9346da15cb5d91bfa7340402d9d580aab22756ea]

        INTEGRATION: CWS os47 (1.26.42); FILE MERGED 2005/01/12 09:01:29 os 1.26.42.3: #i30916# additional include 2004/12/30 12:46:57 os 1.26.42.2: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties 2004/12/23 12:21:10 os 1.26.42.1: #i30916# extended mail merge API - support of printer settings, file filters, e-Mail and more

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [2005d6391b61f8f10c86ef2fce2392937c87bf51]

        INTEGRATION: CWS os47 (1.62.42); FILE MERGED 2004/12/23 12:20:14 os 1.62.42.1: #i30916# predefine from svxids.hrc commented out

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [12cc9e1d427b42220edc3e1b4abce2072108eff3]

        INTEGRATION: CWS os47 (1.3.6); FILE MERGED 2004/12/17 13:07:23 os 1.3.6.1: #118519# readonly-support in tools/options/security

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [58e7ab181880ad71fe2858957f3781c1891ac8f9]

        INTEGRATION: CWS os47 (1.18.6); FILE MERGED 2005/01/03 13:48:23 os 1.18.6.2: RESYNC: (1.18-1.19); FILE MERGED 2004/12/17 13:07:23 os 1.18.6.1: #118519# readonly-support in tools/options/security

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [947b829fc32b3c01b9bb51ed398e320ea7da8723]

        INTEGRATION: CWS os47 (1.10.6); FILE MERGED 2004/12/17 13:07:22 os 1.10.6.1: #118519# readonly-support in tools/options/security

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [e4093622f3b88b7c207f39b6dc9fb243ef97d2a1]

        INTEGRATION: CWS os47 (1.10.20); FILE MERGED 2004/12/17 13:07:22 os 1.10.20.1: #118519# readonly-support in tools/options/security

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [122eb97354b4526b9700e7d0d089aaa4afae2d2c]

        INTEGRATION: CWS os47 (1.9.26); FILE MERGED 2005/01/11 08:49:10 os 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2004/12/28 14:05:22 os 1.9.26.1: #i37724# formsobjectbar removed

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [76647b5e6a103eb0e2cc8151e1a50341241d2932]

        INTEGRATION: CWS os47 (1.9.26); FILE MERGED 2005/01/11 08:49:00 os 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2004/12/28 14:05:22 os 1.9.26.1: #i37724# formsobjectbar removed

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [6e04c342a2a91d83ebb53d565a6d9e4c92b2e9bf]

        INTEGRATION: CWS os47 (1.10.26); FILE MERGED 2005/01/11 08:48:50 os 1.10.26.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/28 14:05:23 os 1.10.26.1: #i37724# formsobjectbar removed

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [7734d1f2fc405e76ce593cab11d2ae4c35470635]

        INTEGRATION: CWS os47 (1.8.156); FILE MERGED 2004/12/30 14:37:35 os 1.8.156.1: #i35573# Commit() has to be called after automatically switching on bCTLFontEnabled

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [c459c19dc9b4e0b637a2b71e1353739362c5db5f]

        INTEGRATION: CWS os47 (1.12.220); FILE MERGED 2004/12/30 14:36:07 os 1.12.220.1: #i35573# Commit() has to be called in ::SetAll!

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [43b541024cf07567a4495ba65958ef56327c65f3]

        INTEGRATION: CWS os47 (1.5.82); FILE MERGED 2005/01/03 11:33:41 os 1.5.82.1: #i39643# replace Global Document with Master Document

2005-01-28  Oliver Bolte  <obo@openoffice.org>  [5865da855bbec9b3f9e94bac7e601820aeb7f77f]

        #i10000# PreviewWindow and PreviewChildWindow removed

2005-01-28  Rüdiger Timm  <rt@openoffice.org>  [472544438cbcff26fde669631a7caf946880f790]

        #i10000# Wrong include path

2005-01-28  Vladimir Glazounov  <vg@openoffice.org>  [9a1d0826372180631ec381e31abdf8a8dcd2bef6]

        new version for SRC680

2005-01-28  Vladimir Glazounov  <vg@openoffice.org>  [fea6eed512d7aadeb5c61f919e3e276009ca4efe]

        new version for SRC680

2005-01-27  Vladimir Glazounov  <vg@openoffice.org>  [89cf95b5863a8b1c86f8d94a2efe1da0a016283d]

        new version for SRC680

2005-01-27  Vladimir Glazounov  <vg@openoffice.org>  [3b768333b5c668e25f87855c711059bf993d075a]

        new version for SRC680

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [fcabae9f46b2bcd8b7a245e85970ba03555e9b17]

        INTEGRATION: CWS hc680postbeta (1.65.14); FILE MERGED 2005/01/26 09:34:14 fpe 1.65.14.1: sdatabase help module added

2005-01-27  Michael Meeks  <mmeeks@openoffice.org>  [d9a5dcc80457c25d8f1da97abacffe16360e9546]

        Issue number: #i22148# Submitted by: mmeeks Even more artwork fixage ...

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [e4cf1826dcf05b655dc69157ce7e254605501dfb]

        SRC680

2005-01-27  Michael Meeks  <mmeeks@openoffice.org>  [c5c6816861a79245f8e2809f556ea7007d0a8597]

        Issue number: #i22148# Submitted by: mmeeks Yet more icons.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0adb829c9176ea116dbb68d19161e9cbc07b0e30]

        INTEGRATION: CWS sj14 (1.3.410); FILE MERGED 2005/01/11 12:50:05 sj 1.3.410.1: #i40093# now displaying the correct unit if using metric mode

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [6dd3121aa7a41d9a1bfdcf277c7d1f091892ac2a]

        INTEGRATION: CWS sj14 (1.4.240); FILE MERGED 2005/01/11 12:50:05 sj 1.4.240.1: #i40093# now displaying the correct unit if using metric mode

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [71d2dccb4710dd068c3f0aa2d85d69d40e78a666]

        INTEGRATION: CWS sj14 (1.13.2); FILE MERGED 2005/01/10 16:10:00 sj 1.13.2.1: #40108# not crashing if shadow+vertical writing is used

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [e8283f828b5312a0d6d3956ca709236579a6f70a]

        INTEGRATION: CWS sj14 (1.8.40); FILE MERGED 2005/01/12 15:37:34 sj 1.8.40.1: #i38210# fixed connector problem, msoSptRoundRectangle is now from EnhancedCustomShapeGluePointType::Rect

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [186b5ed6d3a40ac108380b873a0e058f098e100d]

        INTEGRATION: CWS sj14 (1.8.40); FILE MERGED 2005/01/13 17:33:19 sj 1.8.40.1: #i40600# fixed, fontwork is now drawn if Linestyle is invisible

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [14d6807a820a4de5f67a41f21f002c55a1adae95]

        INTEGRATION: CWS sj14 (1.9.22); FILE MERGED 2005/01/13 14:59:44 sj 1.9.22.1: #i25876# fixed a mapping problem

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [3b7d4a219c8fd978a6d93db36646e40f5b50825c]

        INTEGRATION: CWS sj14 (1.5.22); FILE MERGED 2005/01/11 11:11:27 sj 1.5.22.1: #i40320# solved overrun when calculating max pixel size

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [6ba7357d5c2ae4fca77485d30ac68843f83f2cb0]

        INTEGRATION: CWS sj14 (1.84.40); FILE MERGED 2005/01/11 16:55:28 sj 1.84.40.1: #i39428# now exporting hyperlinks also for draw by avoiding exceptions

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0f2fde1a8a4ecbf1d989e1712fe84af73a58d8c9]

        INTEGRATION: CWS sj14 (1.35.38); FILE MERGED 2005/01/10 17:22:56 sj 1.35.38.1: #i39666# using correct quotation

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [ecaea00aae607b826b025784223ba4760b9fd068]

        INTEGRATION: CWS sj14 (1.10.162); FILE MERGED 2005/01/24 13:31:27 sj 1.10.162.1: #i40455# fixed INT32 definition for 64bit platforms

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [9fd182ad2457d630b0646fff7d13895ac259bfb3]

        INTEGRATION: CWS sj14 (1.52.36); FILE MERGED 2005/01/11 15:08:06 sj 1.52.36.1: #i40367# no assertion if testing for existing files

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [a145a306bea32234beac463d093cb27f7f5b8763]

        INTEGRATION: CWS babelfish05 (1.78.430); FILE MERGED 2005/01/17 14:47:59 ihi 1.78.430.1: #i30777# Enable -> Insert / Zulassen -> Einfügen

2005-01-27  Michael Meeks  <mmeeks@openoffice.org>  [4ed9e322bf06c5ca009e304b2cedbafb801fb8b7]

        Issue number: #i22148# Submitted by: mmeeks Yet more artwork.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [65aaccd41c47dc46ae1258f3ca85c281bc6a2036]

        INTEGRATION: CWS babelfish05 (1.5.6); FILE MERGED 2005/01/24 17:42:38 ihi 1.5.6.2: RESYNC: (1.5-1.7); FILE MERGED 2005/01/18 16:22:02 ihi 1.5.6.1: #i40909# Remove redudant xml-lang attributes from helpcontent2 strings

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [e6fd38ee478c0d87eae43e97b3c79b321eb842a6]

        INTEGRATION: CWS babelfish05 (1.6.6); FILE MERGED 2005/01/24 19:56:40 ihi 1.6.6.5: #i41232# Introduce '-x' switch to localize.pl to prevent sorted localize.sdf files 2005/01/24 17:40:33 ihi 1.6.6.4: RESYNC: (1.6-1.7); FILE MERGED 2005/01/19 17:27:30 ihi 1.6.6.3: #i40982# sym link fix 2005/01/11 14:11:01 ihi 1.6.6.2: #i38824# Replace sdf extract date with a dummy 2005/01/07 15:18:11 ihi 1.6.6.1: #i35469# Language fallback fixed

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [e8f42c4f8a74e03fe0873252d69a8daf15019b8a]

        INTEGRATION: CWS babelfish05 (1.14.28); FILE MERGED 2005/01/17 14:38:28 ihi 1.14.28.1: #i40454# en-US -> de typo

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [59364c6fd67686082cac0bb793f77e2fa3a71c0d]

        INTEGRATION: CWS impress32 (1.11.10); FILE MERGED 2005/01/25 16:52:00 iha 1.11.10.1: #i39967# some toolbars cannot be recalled after closing

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [643827c04fffbe806b140a8f185871b4a829a27b]

        INTEGRATION: CWS impress32 (1.12.74); FILE MERGED 2005/01/25 16:51:59 iha 1.12.74.1: #i39967# some toolbars cannot be recalled after closing

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [068682d54732d5d93bdf8d4e7f91a9ac13cbccc5]

        INTEGRATION: CWS scriptingf10 (1.10.14); FILE MERGED 2005/01/11 18:20:59 toconnor 1.10.14.2: #i40429# remove OSL_TRACE calls before beta 2005/01/11 16:56:39 toconnor 1.10.14.1: #i40363# handle exceptions thrown by XBrowseNode API

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [11295586adea1c64f5f91979469f39dc74762f46]

        INTEGRATION: CWS scriptingf10 (1.11.12); FILE MERGED 2005/01/11 18:20:59 toconnor 1.11.12.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [b9bd477450b273fe97664287bbc587b47d0db0b3]

        INTEGRATION: CWS scriptingf10 (1.6.194); FILE MERGED 2005/01/11 18:20:59 toconnor 1.6.194.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [4fc9e64e5e5692801e7988fb13f68406c5ca77f4]

        INTEGRATION: CWS scriptingf10 (1.5.14); FILE MERGED 2005/01/13 13:52:18 toconnor 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2005/01/11 18:20:59 toconnor 1.5.14.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [dd893a1559bd09ad810181430b75860b17c81e04]

        INTEGRATION: CWS scriptingf10 (1.5.14); FILE MERGED 2005/01/11 18:20:58 toconnor 1.5.14.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [456b5a3c0c29a48ef7c4fd879118699bc8f54320]

        INTEGRATION: CWS scriptingf10 (1.18.88); FILE MERGED 2005/01/11 18:20:58 toconnor 1.18.88.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0a17cf6890a5d2751a3d6a61efd68c33201ac927]

        INTEGRATION: CWS scriptingf10 (1.69.18); FILE MERGED 2005/01/04 13:37:48 toconnor 1.69.18.1: #i36681# deliver scripting framework idl files properly

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0ae9cb82732d48a0541eaf401dc0e04c5cbf9624]

        INTEGRATION: CWS scriptingf10 (1.7.16); FILE MERGED 2005/01/20 13:27:26 toconnor 1.7.16.2: #i40363# clean up global string usage 2005/01/12 14:03:59 toconnor 1.7.16.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [c35a30be1fb724a3c3de390f30cb354873c13cfc]

        INTEGRATION: CWS scriptingf10 (1.4.4); FILE MERGED 2005/01/12 14:03:59 toconnor 1.4.4.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [20ff3a26d7cbcd46f1d68ad705fd25751f4c2d8b]

        INTEGRATION: CWS scriptingf10 (1.10.16); FILE MERGED 2005/01/12 14:03:59 toconnor 1.10.16.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [76c9664d52770dabaeb145dc81da0a404f6dbd0b]

        INTEGRATION: CWS scriptingf10 (1.13.16); FILE MERGED 2005/01/20 13:27:25 toconnor 1.13.16.2: #i40363# clean up global string usage 2005/01/12 14:03:59 toconnor 1.13.16.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [2f29d707c7d9f862f5ed6c52c337364e2c354ab3]

        INTEGRATION: CWS scriptingf10 (1.5.16); FILE MERGED 2005/01/20 13:27:25 toconnor 1.5.16.3: #i40363# clean up global string usage 2005/01/12 14:03:58 toconnor 1.5.16.2: #i40429# remove OSL_TRACE calls before beta 2005/01/11 16:59:35 toconnor 1.5.16.1: #i40363# better handling of exceptions thrown by XBrowseNode API

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [4aea9b709aa33c9ac3b046f9c759c0dcd7f838d8]

        INTEGRATION: CWS scriptingf10 (1.9.4); FILE MERGED 2005/01/12 14:03:58 toconnor 1.9.4.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [3bbb985ba712ec11fc42a686fd294205e1ebcb8d]

        INTEGRATION: CWS scriptingf10 (1.21.4); FILE MERGED 2005/01/24 17:50:14 toconnor 1.21.4.3: #i40429# clean up debug and exception handling 2005/01/12 14:03:57 toconnor 1.21.4.2: #i40429# remove OSL_TRACE calls before beta 2005/01/07 19:18:48 toconnor 1.21.4.1: #i39386# cannot execute script assigned to toolbar item of backing window

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [dab274d63cd65ba165f857e9ee48ad2cfdc300b6]

        INTEGRATION: CWS impress32 (1.100.14); FILE MERGED 2005/01/25 12:43:19 bm 1.100.14.1: #i38908#, #i36800# fix by mba: show window of frame

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [fc6b7bff20ae596de7b636554378dc6eef08247d]

        INTEGRATION: CWS scriptingf10 (1.2.16); FILE MERGED 2005/01/12 14:03:56 toconnor 1.2.16.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [817d0cf43f6fcb6f5bc82b3fb5f20f7da3438bb6]

        INTEGRATION: CWS impress32 (1.38.14); FILE MERGED 2005/01/24 17:15:26 mba 1.38.14.1: #i41095#: make sure that dispatches for master command slots are never cached

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [b6c6a9d6821ffd9913126482f0e648784713cbb2]

        INTEGRATION: CWS scriptingf10 (1.2.16); FILE MERGED 2005/01/24 17:57:45 toconnor 1.2.16.2: #i40429# clean up of debug calls and exception handling 2005/01/12 14:03:56 toconnor 1.2.16.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [067f06aed2359c3886c2db073070522c239e6b40]

        INTEGRATION: CWS impress32 (1.35.14); FILE MERGED 2005/01/24 17:15:25 mba 1.35.14.1: #i41095#: make sure that dispatches for master command slots are never cached

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [e43f936b4eb828867760efaf6fc2663de77af357]

        INTEGRATION: CWS scriptingf10 (1.5.12); FILE MERGED 2005/01/12 14:03:55 toconnor 1.5.12.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [b01b798fae90a35f723af4b7f32ef11175e2b3c5]

        INTEGRATION: CWS scriptingf10 (1.13.16); FILE MERGED 2005/01/12 14:03:54 toconnor 1.13.16.1: #i40429# remove OSL_TRACE calls before beta

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [634cfea8ae9dde404d547ba28c055e72f935631b]

        INTEGRATION: CWS scriptingf10 (1.3.32); FILE MERGED 2005/01/10 14:10:04 toconnor 1.3.32.2: #i39330# BeanShell editor should prompt before closing 2005/01/06 10:56:36 toconnor 1.3.32.1: #i39330# beanshell editor should prompt to save before closing

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [c197b627978f1b311a5a2e3f1773d57fb32b72f1]

        INTEGRATION: CWS scriptingf10 (1.2.60); FILE MERGED 2005/01/10 14:10:02 toconnor 1.2.60.1: #i39330# BeanShell editor should prompt before closing

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [c02c18a5913094f0aa98790a1438cc5635097812]

        INTEGRATION: CWS scriptingf10 (1.6.12); FILE MERGED 2005/01/06 10:56:35 toconnor 1.6.12.1: #i39330# beanshell editor should prompt to save before closing

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [993194810e5e4a8c161ac1f55384293d3d77b3d9]

        INTEGRATION: CWS scriptingf10 (1.6.16); FILE MERGED 2005/01/20 10:37:44 toconnor 1.6.16.4: #i39330# do not close if there is an error writing file 2005/01/18 14:50:11 toconnor 1.6.16.3: #i39330# add prompt on close for window decoration close button also 2005/01/10 14:10:01 toconnor 1.6.16.2: #i39330# BeanShell editor should prompt before closing 2005/01/06 10:56:35 toconnor 1.6.16.1: #i39330# beanshell editor should prompt to save before closing

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [ff60a7b84b752def69726a937455968363a291a9]

        INTEGRATION: CWS scriptingf10 (1.2.60); FILE MERGED 2005/01/10 14:10:00 toconnor 1.2.60.2: #i39330# BeanShell editor should prompt before closing 2005/01/06 10:56:35 toconnor 1.2.60.1: #i39330# beanshell editor should prompt to save before closing

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [e90e74ae4f19f5c9809602d2431027a5bfdde246]

        INTEGRATION: CWS scriptingf10 (1.8.16); FILE MERGED 2005/01/18 14:50:48 toconnor 1.8.16.1: #i25269# url handling broken is some cases

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [48c918e8d50e755a8db5a777b14f49106937ac39]

        INTEGRATION: CWS scriptingf10 (1.3.32); FILE MERGED 2005/01/20 10:37:43 toconnor 1.3.32.1: #i39330# do not close if there is an error writing file

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [20a3ef622bf3275750607740744f12cf812f65dc]

        INTEGRATION: CWS scriptingf10 (1.5.12); FILE MERGED 2005/01/20 16:39:39 toconnor 1.5.12.3: #i25268# further url handling fix 2005/01/18 14:50:47 toconnor 1.5.12.2: #i25269# url handling broken is some cases 2005/01/10 12:03:46 toconnor 1.5.12.1: #i25269# add getChildContainerForUrl method for UNO package scripts

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [dae6a8ac74cd5bf30addbe8702104e6a1322fccd]

        INTEGRATION: CWS scriptingf10 (1.7.4); FILE MERGED 2005/01/10 12:03:46 toconnor 1.7.4.1: #i25269# add getChildContainerForUrl method for UNO package scripts

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [39103990aa1c7a28657dbdf49f8a12a7e398c202]

        INTEGRATION: CWS scriptingf10 (1.8.16); FILE MERGED 2005/01/13 15:58:35 toconnor 1.8.16.1: #i39386# ensure selector example can run for button press events

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [d090c0a66587e0110137ae59f2c65c8775f617f9]

        INTEGRATION: CWS impress32 (1.4.74); FILE MERGED 2005/01/25 12:53:15 iha 1.4.74.1: #i39971# aligned button positions for fontwork, insert grafic, gallery between impress and draw

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [7214c8bdfb34f3c63b76e304c7569f4df9e7abe2]

        INTEGRATION: CWS impress32 (1.6.68); FILE MERGED 2005/01/25 12:52:36 iha 1.6.68.1: #i39971# aligned button positions for fontwork, insert grafic, gallery between impress and draw

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [a12fa886594ef5b36b68bf088e54a5f3bf63ba28]

        INTEGRATION: CWS scriptingf10 (1.2.4); FILE MERGED 2005/01/07 19:09:17 toconnor 1.2.4.1: #i39386# ship MemoryUsage macro without document

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [53592987185b208d6bd5c4ccd056919a90c56bbe]

        INTEGRATION: CWS scriptingf10 (1.10.4); FILE MERGED 2005/01/07 19:09:16 toconnor 1.10.4.1: #i39386# ship MemoryUsage macro without document

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [d9a7682214ff8e64fc2fac3c55e83b2aad050069]

        INTEGRATION: CWS impress32 (1.37.72); FILE MERGED 2005/01/25 12:44:04 bm 1.37.72.1: #i36800# let navigator slots through in presentation mode

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [09533d7849c21b7b692ea430779cbc04172a9020]

        INTEGRATION: CWS scriptingf10 (1.5.16); FILE MERGED 2005/01/07 19:09:14 toconnor 1.5.16.1: #i39386# ship MemoryUsage macro without document

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [e732dc5d13b97945bacbd952143faf4f8d09e166]

        INTEGRATION: CWS impress32 (1.4.28); FILE MERGED 2005/01/25 15:01:10 cl 1.4.28.2: #i41213# to not go to preview slide when you are on the first one 2005/01/25 12:45:54 bm 1.4.28.1: #i38908# startShow: parent window is the same for full-screen presentation as for presentation in window

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [9bd049763b6b866bb5b8218d39bdb30459bca77a]

        INTEGRATION: CWS scriptingf10 (1.6.4); FILE MERGED 2005/01/12 16:19:01 toconnor 1.6.4.1: #i39386# don't ship InteractiveBeanShell script as we provide an editor

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [472633b49cc92caec2a09a6a1f4824227c2c83b7]

        INTEGRATION: CWS impress32 (1.3.74); FILE MERGED 2005/01/24 17:27:06 cl 1.3.74.1: #i41211# fixed typo Dimcolor -> Dim Color

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [12de58816bd96e8f453ad722680d7d5ee6f29770]

        INTEGRATION: CWS impress32 (1.10.40); FILE MERGED 2005/01/25 16:52:00 iha 1.10.40.1: #i39967# some toolbars cannot be recalled after closing

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [1325d1eeb304c6dd40a165d6cc711f70e504cc18]

        INTEGRATION: CWS impress32 (1.11.40); FILE MERGED 2005/01/25 16:51:59 iha 1.11.40.1: #i39967# some toolbars cannot be recalled after closing

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [c6e422bdcec00ee1fb41f442b4809939ac85b540]

        INTEGRATION: CWS impress32 (1.3.74); FILE MERGED 2005/01/25 16:51:59 iha 1.3.74.1: #i39967# some toolbars cannot be recalled after closing

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [4757793489502a023cc10688673db4a6e331938e]

        INTEGRATION: CWS impress32 (1.4.74); FILE MERGED 2005/01/25 16:51:59 iha 1.4.74.1: #i39967# some toolbars cannot be recalled after closing

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [f3f1492ac3687b44535e865798e08195b67df43d]

        INTEGRATION: CWS impress32 (1.11.32); FILE MERGED 2005/01/25 16:51:58 iha 1.11.32.1: #i39967# some toolbars cannot be recalled after closing

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [f9d59af26af6797133777461323f2825a950253c]

        INTEGRATION: CWS kso13 (1.63.10); FILE MERGED 2005/01/07 08:55:16 kso 1.63.10.2: RESYNC: (1.63-1.65); FILE MERGED 2005/01/06 15:47:18 kso 1.63.10.1: #i39928# - Changes related to updated neon (now we're using 0.24.x)

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [495a3276ecd1bc8cf8d40a64eb5fa9e48dd1cb4f]

        INTEGRATION: CWS impress27 (1.8.30); FILE MERGED 2004/12/14 15:54:05 af 1.8.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [949bde3696a1988ec8c2661ce8a4946970f980d8]

        INTEGRATION: CWS impress27 (1.48.26); FILE MERGED 2004/12/14 15:54:05 af 1.48.26.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [78fb11944e1d0176eb75c5a1a19b713fe24f6a89]

        INTEGRATION: CWS impress27 (1.37.28); FILE MERGED 2004/12/14 15:54:06 af 1.37.28.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [9d4c35dfd1339d2e579a612b5548797d6123e4c0]

        INTEGRATION: CWS tbe17 (1.2.38); FILE MERGED 2005/01/18 10:36:43 tbe 1.2.38.1: #118803# Implement SO7 -> 8 migration for Basic

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [9b8993f952dd79b00ac4daa61e074382072cbf2a]

        INTEGRATION: CWS tbe17 (1.2.38); FILE MERGED 2005/01/18 10:35:21 tbe 1.2.38.1: #118803# Implement SO7 -> 8 migration for Basic

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [02b6fd85220aa9af0b003fd70475d84c8f0ab694]

        INTEGRATION: CWS tbe17 (1.2.38); FILE MERGED 2005/01/17 13:53:56 jl 1.2.38.1: #i40685# service name changed

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [19436ee56bf5929224c6ebc7fc5ac377bf0e08c1]

        INTEGRATION: CWS tbe17 (1.2.38); FILE MERGED 2005/01/18 10:35:49 tbe 1.2.38.1: #118803# Implement SO7 -> 8 migration for Basic

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [4b98977777bbcdcc461a44e1667660b9e7775cd9]

        INTEGRATION: CWS tbe17 (1.1.2); FILE ADDED 2005/01/18 10:34:22 tbe 1.1.2.1: #118803# Implement SO7 -> 8 migration for Basic

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [15b6c3350ffd2c67394843bd92ab70d277b9c0b2]

        INTEGRATION: CWS tbe17 (1.1.2); FILE ADDED 2005/01/18 10:34:38 tbe 1.1.2.1: #118803# Implement SO7 -> 8 migration for Basic

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [a257f5388811b1754d69f0d822280fb763435ae3]

        INTEGRATION: CWS tbe17 (1.55.70); FILE MERGED 2005/01/20 11:40:48 tbe 1.55.70.1: #i40875# FixedText error: StarOffice - Basic

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [e446f479c94af1dc175e68ce563fa7ba3ea6d52d]

        INTEGRATION: CWS tbe17 (1.49.2); FILE MERGED 2005/01/20 17:01:43 tbe 1.49.2.3: #i41023# build break in basctl/source/basicide/moduldl2.cxx 2005/01/20 13:20:47 tbe 1.49.2.2: #i41023# build break in basctl/source/basicide/moduldl2.cxx 2005/01/19 16:40:14 tbe 1.49.2.1: #i40994# Append Libraries dialog doesn't display *.xlb files

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [423167f4d51b2750eb334cf593d8b21a9ae88a33]

        INTEGRATION: CWS impress27 (1.20.30); FILE MERGED 2004/12/14 15:54:10 af 1.20.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [f77ad7f15f53526714518bb3562ba7de4ba0d45e]

        INTEGRATION: CWS impress27 (1.44.10); FILE MERGED 2005/01/11 16:24:27 af 1.44.10.2: RESYNC: (1.44-1.45); FILE MERGED 2004/12/14 15:54:09 af 1.44.10.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [e9f1a5b56583c1e7cbfa3611126f03f2d80cc822]

        INTEGRATION: CWS tbe17 (1.7.2); FILE MERGED 2005/01/20 09:57:52 tbe 1.7.2.1: #i40880# document converter and euro converter don't work anymore

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [6bfee2cb6916162e2aae4412cef7208100483e0b]

        INTEGRATION: CWS impress27 (1.41.28); FILE MERGED 2004/12/14 15:54:09 af 1.41.28.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0485396d63bc70daaaf7f13e3f01c6432e2c0364]

        INTEGRATION: CWS tbe17 (1.14.46); FILE MERGED 2005/01/18 10:32:05 tbe 1.14.46.2: #118803# Implement SO7 -> 8 migration for Basic 2005/01/17 13:55:29 jl 1.14.46.1: #i40685# service name changed

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [2a6b1b3f1dc12c20832c1e0ee11a15f3c70ce832]

        INTEGRATION: CWS impress27 (1.60.24); FILE MERGED 2004/12/14 15:54:08 af 1.60.24.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [d87065d62f3f4d000756fffaec489c33fdfde857]

        INTEGRATION: CWS impress27 (1.18.30); FILE MERGED 2004/12/14 15:54:07 af 1.18.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [9a969852645b4d1306929e543e6c68acf8b79419]

        INTEGRATION: CWS impress27 (1.16.30); FILE MERGED 2004/12/14 15:54:07 af 1.16.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [f2eee0683e3f62f518d55b1d0614166c4e0a753d]

        INTEGRATION: CWS impress27 (1.24.28); FILE MERGED 2004/12/15 12:37:12 af 1.24.28.1: #i38391# Removed support for preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [1f9212226fc51243c68cf85368681dba391f05b0]

        INTEGRATION: CWS impress27 (1.14.30); FILE MERGED 2004/12/14 15:54:07 af 1.14.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [a49d5b3551351a2db3f42a94bfaf773a6782ce7c]

        INTEGRATION: CWS impress27 (1.15.30); FILE MERGED 2004/12/14 15:54:07 af 1.15.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0d868c71d660eca5ff16ab405977aef8dd0dff88]

        INTEGRATION: CWS impress27 (1.12.36); FILE MERGED 2004/12/14 15:54:07 af 1.12.36.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [fa6f4afdb10ffa75ecbbe9703aacd20893685a03]

        INTEGRATION: CWS impress27 (1.54.28); FILE MERGED 2004/12/14 15:54:06 af 1.54.28.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [34ec16c8d69d88da831c0c00f9aba4452acf5bb7]

        INTEGRATION: CWS impress27 (1.16.28); FILE MERGED 2004/12/14 15:54:06 af 1.16.28.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [f92c99d6b1f985d1757e5c7bd09628cee2e0aae0]

        INTEGRATION: CWS impress27 (1.30.28); FILE MERGED 2004/12/14 15:54:06 af 1.30.28.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [a628dc3d2870a3208ea6e015a3fb747486823615]

        INTEGRATION: CWS impress27 (1.34.28); FILE MERGED 2005/01/11 16:23:56 af 1.34.28.2: RESYNC: (1.34-1.35); FILE MERGED 2004/12/14 15:54:05 af 1.34.28.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [72331607d3b1eeeace226692ea23087c7a76246c]

        INTEGRATION: CWS impress27 (1.5.306); FILE MERGED 2004/12/14 15:54:05 af 1.5.306.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [14caa440a8e61dd437155a928ad410b57e8ac003]

        INTEGRATION: CWS impress27 (1.14.30); FILE MERGED 2004/12/14 15:54:04 af 1.14.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [4c3b6067a0412f16d31f17a01281bc3b210296e1]

        INTEGRATION: CWS impress27 (1.15.34); FILE MERGED 2004/12/14 15:54:04 af 1.15.34.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [15c3dc4cb4110f93bfa08d4137818f3ac63c6a85]

        INTEGRATION: CWS impress27 (1.10.12); FILE MERGED 2004/12/15 12:37:12 af 1.10.12.1: #i38391# Removed support for preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [73ea6dbbe433a14871639fee433b9c6f8a8ef4e8]

        INTEGRATION: CWS impress27 (1.22.12); FILE MERGED 2004/12/14 15:54:03 af 1.22.12.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [e3e9be874a8634fb63a355828a0b13c6d98ddf72]

        INTEGRATION: CWS impress27 (1.5.30); FILE MERGED 2004/12/14 15:54:02 af 1.5.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [2e9017d0d5ecf380764b2096d91141b814a16f36]

        INTEGRATION: CWS impress27 (1.10.28); FILE MERGED 2004/12/14 15:54:02 af 1.10.28.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [b6e5ccf266ef11af9827c58a3878bf0f67e5ddf5]

        INTEGRATION: CWS impress27 (1.7.28); FILE MERGED 2004/12/14 15:54:01 af 1.7.28.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [e4a34f7b3be6fa47637c6ff8f8f17920b97e1ef6]

        INTEGRATION: CWS impress27 (1.3.14); FILE MERGED 2004/12/14 15:54:01 af 1.3.14.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [cbf718196dee2befe57d270b51cd1cb5f58b52db]

        INTEGRATION: CWS impress27 (1.2.30); FILE MERGED 2004/12/14 15:54:01 af 1.2.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [dd61f2cd5a0ad4b9313a724c9309ce05e82c52ce]

        INTEGRATION: CWS impress27 (1.19.118); FILE MERGED 2004/12/15 12:37:11 af 1.19.118.1: #i38391# Removed support for preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [cdcf9ce153109bba5de38028ff3f0a58b844f0ce]

        INTEGRATION: CWS impress27 (1.4.118); FILE MERGED 2004/12/14 15:54:00 af 1.4.118.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0b48cdc179bf18c9e1c355768f0fc507ae7c4d1c]

        INTEGRATION: CWS impress27 (1.11.28); FILE MERGED 2004/12/14 15:54:00 af 1.11.28.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [d290ef827ffa9229a5a3c761aca37baa8c76c101]

        #i41453# gcc parser bug

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [7918d1aed3e3f0dc61a3517c334f628b21a2a478]

        INTEGRATION: CWS impress27 (1.2.306); FILE MERGED 2004/12/15 12:37:11 af 1.2.306.1: #i38391# Removed support for preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [14b80279e9941ee25b08f8db33a683cdffabd846]

        INTEGRATION: CWS impress27 (1.19.106); FILE MERGED 2004/12/14 15:53:59 af 1.19.106.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [1e081c6eb8721970af05200f3878ea461e736e4e]

        INTEGRATION: CWS impress27 (1.7.28); FILE MERGED 2004/12/14 15:53:59 af 1.7.28.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [18ed51daefca737b5d42b0922f8752d4fe9a9320]

        INTEGRATION: CWS impress27 (1.31.30); FILE MERGED 2004/12/14 15:53:58 af 1.31.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [13c1235892e9966c8e513aeda476571d79cdffe4]

        INTEGRATION: CWS impress27 (1.27.30); FILE MERGED 2004/12/14 15:53:58 af 1.27.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [a93625a47a4de2bcc7c0bb6c56d21295bb327362]

        INTEGRATION: CWS impress27 (1.21.30); FILE MERGED 2004/12/14 15:53:57 af 1.21.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [305dc45a797528afe18627bc3374dd4fedabb6fc]

        INTEGRATION: CWS impress27 (1.11.36); FILE MERGED 2004/12/14 15:53:57 af 1.11.36.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [5a797a89fa32ab7a5ae06b475bbbe64ac7cbff1e]

        INTEGRATION: CWS impress27 (1.29.92); FILE MERGED 2004/12/15 12:37:10 af 1.29.92.1: #i38391# Removed support for preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [a2aa14b5bb2f73f2e68e96144f94fc5a1db41868]

        INTEGRATION: CWS impress27 (1.21.30); FILE MERGED 2004/12/14 15:53:55 af 1.21.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [5a8edf8b5974aafab02fa71247d09b30ffb3f079]

        INTEGRATION: CWS impress27 (1.8.634); FILE MERGED 2004/12/14 15:53:55 af 1.8.634.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [4efdf164ef5b98d3b0f538a5f1a0c98106eefef9]

        INTEGRATION: CWS impress27 (1.11.112); FILE MERGED 2004/12/14 15:53:55 af 1.11.112.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [d5d697c5ecf7c778190a0d728ee34564471e34b5]

        INTEGRATION: CWS impress27 (1.30.30); FILE MERGED 2004/12/14 15:53:54 af 1.30.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [632e1718fbb3e54002cb73309ccab1cb40779172]

        INTEGRATION: CWS impress27 (1.5.30); FILE MERGED 2004/12/14 15:53:54 af 1.5.30.1: #i38391# Removed support for the preview window.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [fc8b13c495fa83cdc9f7148b892beb8c083d1ce6]

        INTEGRATION: CWS xmlperf01 (1.30.442); FILE MERGED 2005/01/19 12:31:12 mib 1.30.442.1: #i40964#: performance for load/save

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [34028e19610c149a4d28bd29119238f79cbac2c5]

        INTEGRATION: CWS xmlperf01 (1.48.228); FILE MERGED 2005/01/19 12:31:11 mib 1.48.228.1: #i40964#: performance for load/save

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [77bb29ace7e94d86217b35d248fe8c8a041ce325]

        INTEGRATION: CWS xmlperf01 (1.12.442); FILE MERGED 2005/01/19 12:31:30 mib 1.12.442.1: #i40964#: performance for load/save

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [127f46a2fd832e989b203b591fc5c08f88ac78e5]

        INTEGRATION: CWS xmlperf01 (1.9.32); FILE MERGED 2005/01/14 11:28:53 sb 1.9.32.1: #i40644# Improve performance.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [5c0e00c611ebebd8ca1bdda3ed48201a8fefcc54]

        INTEGRATION: CWS xmlperf01 (1.46.30); FILE MERGED 2005/01/19 12:32:13 mib 1.46.30.1: #i40964#: performance for load/save

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [ae5b1d8181089fcc9d9025301cd297f95fe380ae]

        INTEGRATION: CWS kso13 (1.12.34); FILE MERGED 2004/12/22 09:55:31 sb 1.12.34.1: #i8581# Do not assume that comphelper::getProcessServiceFactory succeeds.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [5c83ea17fd5268862101191464d05fe96d6e3a7e]

        INTEGRATION: CWS kso13 (1.162.4); FILE MERGED 2005/01/17 15:45:45 sb 1.162.4.1: #i8581# When displaying a bootstrap error message box can fail and crash the process, print the relevant message, in hard-coded english, on stderr first, to increase the chance that the user sees a useful message.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [e73939f7e496060f51362f847e807c6a973b58c4]

        INTEGRATION: CWS kso13 (1.95.4); FILE MERGED 2004/12/17 11:09:04 sb 1.95.4.1: #i38313# Replaced the i38298 XJob hack with the proper new XAsyncOutputMonitor.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [5bd25e1fa9c70907909ea437ad8effdfd0dc7830]

        INTEGRATION: CWS kso13 (1.5.266); FILE MERGED 2004/12/17 10:25:01 kso 1.5.266.1: #i39195# - OSL_TRACE only active if OSL_DEBUG_LEVEL>1

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [2a225b7376b726e1bcf32ad52bab27165bcb240f]

        INTEGRATION: CWS kso13 (1.11.12); FILE MERGED 2004/12/17 10:42:12 sb 1.11.12.1: #i38313# Added XAsyncOutputMonitor.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [611774c1007fcfbed7120b3789a0dd0bc3822ab3]

        INTEGRATION: CWS kso13 (1.11.32); FILE MERGED 2004/12/17 10:42:12 sb 1.11.32.1: #i38313# Added XAsyncOutputMonitor.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [80a6bbdd66c6b3389b318c7f7551744454def5e1]

        INTEGRATION: CWS kso13 (1.1.2); FILE ADDED 2004/12/17 10:44:32 sb 1.1.2.1: #i38313# Added XAsyncOutputMonitor.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [ce422a929dc0f924fb86c003dedb63d62b762f93]

        INTEGRATION: CWS kso13 (1.44.14); FILE MERGED 2004/12/16 16:30:24 kso 1.44.14.1: #i39147# - AuthenticationRequest: Only call setXXX methods if setting is            allowed (now we do a canSetXXX before).

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [bed09e32efe1abef61bfaf710ed0b895669ce057]

        INTEGRATION: CWS kso13 (1.80.10); FILE MERGED 2005/01/07 08:55:28 kso 1.80.10.2: RESYNC: (1.80-1.82); FILE MERGED 2005/01/06 15:47:20 kso 1.80.10.1: #i39928# - Changes related to updated neon (now we're using 0.24.x)

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [691671488c0a93fba73bdf3d7a4c58305ab73c95]

        INTEGRATION: CWS kso13 (1.22.36); FILE MERGED 2005/01/06 09:01:59 kso 1.22.36.1: #i39925# - Adapted to API changes in updated neon version.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [135183f3d20814626a86b00bcd8433831244b79e]

        INTEGRATION: CWS kso13 (1.3.216); FILE MERGED 2005/01/06 09:09:20 kso 1.3.216.2: #i39925# - Adapted to API changes in updated neon version. 2005/01/06 09:01:59 kso 1.3.216.1: #i39925# - Adapted to API changes in updated neon version.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [8ad7a8da2cf6b196ff1629ef902f050946bddce0]

        INTEGRATION: CWS kso13 (1.5.216); FILE MERGED 2005/01/06 09:09:19 kso 1.5.216.2: #i39925# - Adapted to API changes in updated neon version. 2005/01/06 09:01:59 kso 1.5.216.1: #i39925# - Adapted to API changes in updated neon version.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [8d14d0b6aba58a787a54342ab49b067ba2a8a6e8]

        INTEGRATION: CWS kso13 (1.8.96); FILE MERGED 2005/01/06 09:01:59 kso 1.8.96.1: #i39925# - Adapted to API changes in updated neon version.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [8afdbf8a2b142125f00039d66b4b6b9945806ace]

        INTEGRATION: CWS kso13 (1.33.4); FILE MERGED 2005/01/06 09:01:58 kso 1.33.4.1: #i39925# - Adapted to API changes in updated neon version.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [f64289593f033e479bc45a90365c0d84b4aeab16]

        INTEGRATION: CWS kso13 (1.3.216); FILE MERGED 2005/01/06 09:09:19 kso 1.3.216.2: #i39925# - Adapted to API changes in updated neon version. 2005/01/06 09:01:58 kso 1.3.216.1: #i39925# - Adapted to API changes in updated neon version.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [6290dfacf9509c71312f90ab584c90ea6e2963ac]

        INTEGRATION: CWS kso13 (1.5.216); FILE MERGED 2005/01/06 09:09:19 kso 1.5.216.2: #i39925# - Adapted to API changes in updated neon version. 2005/01/06 09:01:58 kso 1.5.216.1: #i39925# - Adapted to API changes in updated neon version.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [f2463a93b34136b5ed4700c751cf0d0b2f6d71ab]

        INTEGRATION: CWS kso13 (1.4.216); FILE MERGED 2005/01/06 09:09:19 kso 1.4.216.2: #i39925# - Adapted to API changes in updated neon version. 2005/01/06 09:01:57 kso 1.4.216.1: #i39925# - Adapted to API changes in updated neon version.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [5894e9e1c55078add24cd199b0efd22a805cfdb5]

        INTEGRATION: CWS kso13 (1.3.216); FILE MERGED 2005/01/06 09:09:19 kso 1.3.216.2: #i39925# - Adapted to API changes in updated neon version. 2005/01/06 09:01:57 kso 1.3.216.1: #i39925# - Adapted to API changes in updated neon version.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [2adaa4aa7e055799998ee4231373d2a6276d8f01]

        INTEGRATION: CWS kso13 (1.4.216); FILE MERGED 2005/01/06 09:09:18 kso 1.4.216.2: #i39925# - Adapted to API changes in updated neon version. 2005/01/06 09:01:57 kso 1.4.216.1: #i39925# - Adapted to API changes in updated neon version.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [1ba2bedb87beabfbd72b8b2ff58c6b4629847637]

        INTEGRATION: CWS kso13 (1.8.6); FILE MERGED 2004/12/17 11:08:43 sb 1.8.6.1: #i38313# Replaced the i38298 XJob hack with the proper new XAsyncOutputMonitor.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [d7b7e74eaedaa9eb10001356a62fd6d14fb2e413]

        INTEGRATION: CWS kso13 (1.18.6); FILE MERGED 2004/12/17 11:08:42 sb 1.18.6.1: #i38313# Replaced the i38298 XJob hack with the proper new XAsyncOutputMonitor.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [0feb6b90d0f0c3102462ce42cf6b3692ac45e040]

        INTEGRATION: CWS kso13 (1.4.20); FILE MERGED 2004/12/17 11:19:28 kso 1.4.20.1: #i38399# - unchecked reference access in XSLTFilter::importer()

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [d016bec89496124b84eb5736378863ce8825e57f]

        INTEGRATION: CWS kso13 (1.6.10); FILE MERGED 2005/01/06 09:00:00 kso 1.6.10.1: #i39925# - Updated to version 0.24.7

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [29894bf9b88fac282fc6dab8c9277863da9c408b]

        INTEGRATION: CWS adc10 (1.6.96); FILE MERGED 2005/01/25 15:48:34 np 1.6.96.1: workaround VC++ internal compiler error

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [65ce151d058c1c9b3d91950bab81e19eaaf656d3]

        INTEGRATION: CWS adc10 (1.1.1.1.132); FILE MERGED 2005/01/12 13:14:33 np 1.1.1.1.132.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [177726acf11f9ab30d1d2708eed7bb63482d5a0b]

        INTEGRATION: CWS adc10 (1.3.18); FILE MERGED 2005/01/12 13:14:33 np 1.3.18.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [1b733e8e73a9553f069b23717e9d696a45040034]

        INTEGRATION: CWS adc10 (1.6.2); FILE MERGED 2005/01/12 13:14:32 np 1.6.2.1: #i31025# Convenient error log file.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [f02f4697516c584295862ca9c011a1f0f1d0df54]

        INTEGRATION: CWS dvoqbfix (1.117.6); FILE MERGED 2004/12/13 11:10:16 dvo 1.117.6.1: #i38380# spec-conforming default handling

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [22a8493cd2d8032982376c40851f035543ee9dc7]

        INTEGRATION: CWS adc10 (1.3.8); FILE MERGED 2005/01/12 13:14:32 np 1.3.8.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [9fe70ff9bafa9195d40e7f734cbdb8d4dd7f4c38]

        INTEGRATION: CWS adc10 (1.4.2); FILE MERGED 2005/01/12 13:14:32 np 1.4.2.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [c968cbf7cb38a3565e3477ec6211b358f6e5694e]

        INTEGRATION: CWS adc10 (1.1.1.1.132); FILE MERGED 2005/01/12 13:14:32 np 1.1.1.1.132.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [130dd61832a4f1c6d3f3cfe85284b977cbed06d3]

        INTEGRATION: CWS adc10 (1.1.1.1.132); FILE MERGED 2005/01/12 13:14:31 np 1.1.1.1.132.1: #i31025# Convenient error log file.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [fad3af79281d2dbf7e755aec5c08bfd742074edb]

        INTEGRATION: CWS dvoqbfix (1.37.16); FILE MERGED 2004/12/07 16:11:37 dvo 1.37.16.1: #i38569# don't crash when importing into documents (e.g. clipboard paste)

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [922e1dea7760ab97064c1e57993280d7964cc972]

        INTEGRATION: CWS adc10 (1.3.8); FILE MERGED 2005/01/12 13:14:31 np 1.3.8.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [3127f28893be71dbe8685d6254322a5d888bc2c3]

        INTEGRATION: CWS adc10 (1.7.2); FILE MERGED 2005/01/12 13:14:30 np 1.7.2.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [3157b1e41a9640ab817f0caad932c95b55012cb0]

        INTEGRATION: CWS adc10 (1.4.2); FILE MERGED 2005/01/12 13:14:30 np 1.4.2.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [2f8caa17fd66ad0576dbc0cc231c866929739392]

        INTEGRATION: CWS adc10 (1.2.132); FILE MERGED 2005/01/12 13:14:30 np 1.2.132.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [6d8b2a6e87ce51d6b96d91c85db410a1cfa2eb39]

        INTEGRATION: CWS adc10 (1.3.116); FILE MERGED 2005/01/12 13:14:29 np 1.3.116.1: #i31025# Convenient error log file.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [32e5a8390cefedc383b908ba5f50ae8a43046a28]

        INTEGRATION: CWS dvoqbfix (1.11.6); FILE MERGED 2005/01/10 13:12:09 od 1.11.6.1: #i40011#,#i40015# - decode|encode style name for table, table row and 		    table column of import of and export to OpenOffice.org 		    file format.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [f5a27b1631c629efddb2e00096fc1e467f1dd9e1]

        INTEGRATION: CWS adc10 (1.3.2); FILE MERGED 2005/01/12 13:14:29 np 1.3.2.1: #i31025# Convenient error log file.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [afa96e0b39fc5b3d98a43deffd94cff7e3f28b33]

        INTEGRATION: CWS dvoqbfix (1.10.6); FILE MERGED 2005/01/10 13:12:09 od 1.10.6.1: #i40011#,#i40015# - decode|encode style name for table, table row and 		    table column of import of and export to OpenOffice.org 		    file format.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [016daaf11f4abbc4909e1c5163a7a4842280b4a8]

        INTEGRATION: CWS adc10 (1.4.10); FILE MERGED 2005/01/12 13:14:29 np 1.4.10.1: #i31025# Convenient error log file.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [ecb08ae91dfa7f69329c588cbc203196a41b1760]

        INTEGRATION: CWS dvoqbfix (1.8.6); FILE MERGED 2005/01/10 13:12:08 od 1.8.6.1: #i40011#,#i40015# - decode|encode style name for table, table row and 		    table column of import of and export to OpenOffice.org 		    file format.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [9d7dc652a2b60ad0100ec1aa99263668385bb7c4]

        INTEGRATION: CWS adc10 (1.7.2); FILE MERGED 2005/01/12 13:14:29 np 1.7.2.1: #i31025# Convenient error log file.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [f6b4b4bbdce5e2509a9b58a0933a32847bed57e8]

        INTEGRATION: CWS dvoqbfix (1.16.6); FILE MERGED 2004/12/13 11:10:17 dvo 1.16.6.1: #i38380# spec-conforming default handling

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [ec5c6c909e36f747efd3f35e6e564331d68f2032]

        INTEGRATION: CWS adc10 (1.3.8); FILE MERGED 2005/01/12 13:14:29 np 1.3.8.1: #i31025# Convenient error log file.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [a650b70d0fd6c811f3669e47e47884d20d4efdd0]

        INTEGRATION: CWS dvoqbfix (1.91.6); FILE MERGED 2004/12/13 11:10:16 dvo 1.91.6.1: #i38380# spec-conforming default handling

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [477f0c9f08965d73c6be9cd481fdedecaf243c6b]

        INTEGRATION: CWS adc10 (1.1.1.1.132); FILE MERGED 2005/01/12 13:14:28 np 1.1.1.1.132.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [ea846431f7204fbf88f285da79dc3d3ad5921add]

        INTEGRATION: CWS adc10 (1.5.2); FILE MERGED 2005/01/12 13:14:28 np 1.5.2.1: #i31025# Convenient error log file.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [9218506815ca40e97dd51a58352ca8445bf42119]

        INTEGRATION: CWS dvoqbfix (1.109.6); FILE MERGED 2005/01/11 16:19:07 dvo 1.109.6.2: RESYNC: (1.109-1.110); FILE MERGED 2004/12/13 11:10:16 dvo 1.109.6.1: #i38380# spec-conforming default handling

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [9ac82807d70f5fb48eb3bc31af1afafff006c658]

        INTEGRATION: CWS adc10 (1.1.1.1.132); FILE MERGED 2004/12/14 17:20:22 np 1.1.1.1.132.1: #i38230#

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [a92eec1dd02c574be109ae19f3cd1958c0f2e036]

        INTEGRATION: CWS dvoqbfix (1.95.6); FILE MERGED 2004/12/09 18:35:34 dvo 1.95.6.1: #i38559# don't abort loading if shapes cannot be created

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [4d90e99686d45944aa46dcfca532bcccaed0cd7c]

        INTEGRATION: CWS dvoqbfix (1.57.6); FILE MERGED 2004/12/13 11:10:15 dvo 1.57.6.1: #i38380# spec-conforming default handling

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0a4ff2c1e89ca023f51b5d6909bc159fd17cfe2f]

        INTEGRATION: CWS dvoqbfix (1.65.6); FILE MERGED 2004/12/13 11:10:15 dvo 1.65.6.1: #i38380# spec-conforming default handling

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [6e49aa0f64823064a9d040718008f0dc28e6430c]

        INTEGRATION: CWS dvoqbfix (1.7.6); FILE MERGED 2004/12/03 18:29:28 dvo 1.7.6.1: #i38381# use units on x/y positions of image map polygon elements

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [ad9ad408f79e9733c2bb31334e0d7f3763d086e4]

        INTEGRATION: CWS adc10 (1.4.2); FILE MERGED 2004/12/14 17:20:22 np 1.4.2.1: #i38230#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [894e071f6d8ed9443fec4960bff6d56dc5a06d2e]

        INTEGRATION: CWS adc10 (1.1.1.1.132); FILE MERGED 2004/12/14 17:20:21 np 1.1.1.1.132.1: #i38230#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [df731aa160bcfc2c169cb462c21054162e1953a1]

        INTEGRATION: CWS adc10 (1.3.132); FILE MERGED 2004/12/14 17:20:21 np 1.3.132.1: #i38230#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [f5cb9b576cd286d02ced91af2b5e1915e81aee9f]

        INTEGRATION: CWS adc10 (1.5.2); FILE MERGED 2004/12/14 17:20:20 np 1.5.2.1: #i38230#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [be25a28c220c3dc60f253fe1ee0e41d9297dfbf8]

        INTEGRATION: CWS adc10 (1.4.96); FILE MERGED 2004/12/14 17:20:20 np 1.4.96.1: #i38230#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [be7ca935a3c1de2a4c0d4e7a4d92f59020352989]

        INTEGRATION: CWS adc10 (1.1.1.1.132); FILE MERGED 2004/12/14 17:20:20 np 1.1.1.1.132.1: #i38230#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [6b19588080be852e2e6a3d4b28415dbdd47c54c7]

        INTEGRATION: CWS adc10 (1.1.1.1.132); FILE MERGED 2004/12/14 17:20:19 np 1.1.1.1.132.1: #i38230#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [634335d7e2712890df8446683071939b963c7148]

        INTEGRATION: CWS adc10 (1.2.96); FILE MERGED 2004/12/14 17:20:19 np 1.2.96.1: #i38230#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [25aed620d582ef0a92e0aa04bd811baea1496817]

        INTEGRATION: CWS adc10 (1.3.2); FILE MERGED 2004/12/14 17:20:19 np 1.3.2.1: #i38230#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [ec020530c7a7e81b0cabf87f5ef1120c6d78f1b8]

        INTEGRATION: CWS adc10 (1.2.132); FILE MERGED 2005/01/12 13:14:27 np 1.2.132.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [da37e0d0e426bc3ea95678c9598091659d903389]

        INTEGRATION: CWS adc10 (1.3.132); FILE MERGED 2004/12/14 17:20:18 np 1.3.132.1: #i38230#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [f41a5863165720fdccf679a41d77c2ca256694ac]

        INTEGRATION: CWS adc10 (1.1.2); FILE ADDED 2005/01/12 13:13:29 np 1.1.2.1: #i31025#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [4bf6f3b159bf5d4b99d2db62eb71f403e42790f6]

        INTEGRATION: CWS adc10 (1.4.2); FILE MERGED 2005/01/25 17:36:33 np 1.4.2.1: #i31025#. Put outputfiles into directory that is ok for build tools.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [8ab2e1e75a7d7f3e0386f0702b103f4c53caae51]

        INTEGRATION: CWS adc10 (1.10.10); FILE MERGED 2005/01/12 13:14:27 np 1.10.10.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [d7d47fc0a29da50f763c4f2557cbe7bba3a1a7b1]

        INTEGRATION: CWS adc10 (1.1.2); FILE ADDED 2005/01/12 13:13:18 np 1.1.2.1: #i31025#

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [547233fb834c8f74b3bcd86e39bc43ce863745f8]

        INTEGRATION: CWS adc10 (1.5.2); FILE MERGED 2005/01/25 17:36:33 np 1.5.2.2: #i31025#. Put outputfiles into directory that is ok for build tools. 2005/01/12 13:14:26 np 1.5.2.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [58f6be5c497e8c7654ae0ff9c5d409b2700e67ec]

        INTEGRATION: CWS adc10 (1.3.8); FILE MERGED 2005/01/12 13:14:26 np 1.3.8.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [9c540db85d96bd290fe8fb9b80cb96bd73742624]

        INTEGRATION: CWS adc10 (1.4.2); FILE MERGED 2005/01/12 13:14:25 np 1.4.2.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [844f13f41f35c25375d129a6353776b764a08c7a]

        INTEGRATION: CWS adc10 (1.5.2); FILE MERGED 2005/01/12 13:14:25 np 1.5.2.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [a5334f05eccbeb8e339393c166ebdd941769b262]

        INTEGRATION: CWS adc10 (1.3.116); FILE MERGED 2005/01/12 13:14:24 np 1.3.116.1: #i31025# Convenient error log file.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [269e0c0e296d00e92608b4997db26b9dfa7ae695]

        INTEGRATION: CWS adc10 (1.1.2); FILE ADDED 2005/01/12 13:13:04 np 1.1.2.1: #i31025#

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [8ff3e3969af45feafbd10c018b4e8750db918505]

        INTEGRATION: CWS oasisbf4 (1.2.184); FILE MERGED 2005/01/11 12:22:00 mav 1.2.184.1: #i38186# provide correct namespace information

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0f5284308d31d4c02cfb252e72f14f49543554df]

        INTEGRATION: CWS oasisbf4 (1.7.184); FILE MERGED 2005/01/11 12:22:00 mav 1.7.184.1: #i38186# provide correct namespace information

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [c9f9fa63869d135c73a2c4c7e0d653f490094883]

        INTEGRATION: CWS oasisbf4 (1.5.186); FILE MERGED 2005/01/11 12:22:00 mav 1.5.186.1: #i38186# provide correct namespace information

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [dc95e8e36b5cf2eda9882ad877e9439793339a65]

        INTEGRATION: CWS oasisbf4 (1.15.26); FILE MERGED 2005/01/11 13:44:08 mav 1.15.26.3: #i36885# OLE objects for flat xml filter 2004/12/23 07:28:34 mib 1.15.26.2: #i3885#: OLE objects in flat file format 2004/12/22 12:46:24 mib 1.15.26.1: #i36885#: OLE objects in flat format

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [3d0894f2de9ef7b566fd99e7d0eb004dc6537a75]

        INTEGRATION: CWS oasisbf4 (1.8.24); FILE MERGED 2005/01/03 16:46:39 mib 1.8.24.1: #i36885#: OLE objects in flat format

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [a64ef795e7e6284f2fcde3ddc52271631ec99541]

        INTEGRATION: CWS kso14 (1.3.84); FILE MERGED 2005/01/19 16:39:02 sb 1.3.84.1: #i40979# Get rid of GCC warnings: use of cast expression as lvalue is deprecated; patch supplied by cmc.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [52d81db0e71590dadc36a19f3a404fa20dfb535f]

        INTEGRATION: CWS kso14 (1.6.22); FILE MERGED 2005/01/19 16:39:01 sb 1.6.22.1: #i40979# Get rid of GCC warnings: use of cast expression as lvalue is deprecated; patch supplied by cmc.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [22c4c605ea8b00e3c3966fadcd3e596812d02f0c]

        INTEGRATION: CWS kso14 (1.3.84); FILE MERGED 2005/01/19 16:39:01 sb 1.3.84.1: #i40979# Get rid of GCC warnings: use of cast expression as lvalue is deprecated; patch supplied by cmc.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [eaf06715c46a90a32f30846623d13ee615dbcd58]

        INTEGRATION: CWS kso14 (1.5.84); FILE MERGED 2005/01/19 16:39:00 sb 1.5.84.1: #i40979# Get rid of GCC warnings: use of cast expression as lvalue is deprecated; patch supplied by cmc.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [2fc4683083f2ae2de01e3cac0d3518d0679ac01a]

        INTEGRATION: CWS swqbugfixes13 (1.34.66); FILE MERGED 2005/01/13 13:25:27 fme 1.34.66.1: #i40016# No early return from NextJob_Impl if timer has been passed - SfxBindings::Update() should be as syncronous as possible for SwEditWin::MouseButtonDown

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [5700a156e6cf52ddaac81b1392841f622f0eb0c2]

        INTEGRATION: CWS kso14 (1.4.84); FILE MERGED 2005/01/19 16:39:00 sb 1.4.84.1: #i40979# Get rid of GCC warnings: use of cast expression as lvalue is deprecated; patch supplied by cmc.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [82fd0efa2afbf70e3aa92c42cff7a8452056a849]

        INTEGRATION: CWS oasisbf4 (1.182.14); FILE MERGED 2005/01/21 14:20:32 mib 1.182.14.3: RESYNC: (1.184-1.187); FILE MERGED 2004/12/08 08:45:55 mib 1.182.14.2: RESYNC: (1.182-1.184); FILE MERGED 2004/11/23 13:04:26 mib 1.182.14.1: #i36961#: export 0am to <dc:date> in annotations

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [2d87b478f11e6c4c8af8cd21fa2ade0542dab331]

        INTEGRATION: CWS oasisbf4 (1.17.8); FILE MERGED 2004/12/14 15:45:07 sab 1.17.8.1: #i38570#; always write the data-field

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [210d96e3f279e49c9bd00a6c3fb113fec4178a39]

        INTEGRATION: CWS swqbugfixes13 (1.40.80); FILE MERGED 2005/01/12 14:14:50 fme 1.40.80.1: #i39855# Bullet/Numbering toolbar should not show if NumFmt is different from SVX_NUM_NUMBER_NONE

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [cfa900a3f8baa938d8537bcfb2eaf43213b15ea6]

        INTEGRATION: CWS swqbugfixes13 (1.106.8); FILE MERGED 2005/01/19 14:03:32 fme 1.106.8.2: #i40834# Do no try to remove indent if we have a selection 2005/01/13 12:38:29 fme 1.106.8.1: #i40348# Frame not moveable via keyboard if contents is protected

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [a61de21f8f35ec621b5ffa210fdecd7217f6976f]

        INTEGRATION: CWS swqbugfixes13 (1.160.26); FILE MERGED 2005/01/19 12:45:37 od 1.160.26.1: #119176# <WW8SwFlyPara::WW8SwFlyPara(..)> - no horizontal position 	 conversion for frame with automatic width.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [ca6e1bf70b2a4ed52136e8193e099055d929c3a8]

        INTEGRATION: CWS oasisbf4 (1.9.12); FILE MERGED 2004/12/23 07:27:08 mib 1.9.12.1: #i38574#: style:protect vs: draw:size-/move-protect

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [ed6b4fd3eb2bc63d7b8e990d8fdd9d468b3d5ed0]

        INTEGRATION: CWS swqbugfixes13 (1.20.26); FILE MERGED 2005/01/19 12:32:06 fme 1.20.26.1: #119175# Do not lower line rect in CalcFlyWidth for fixed line height

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [c41cb07632dadd671a4ec1ccd29ca25006598078]

        INTEGRATION: CWS oasisbf4 (1.8.12); FILE MERGED 2004/12/23 07:27:08 mib 1.8.12.1: #i38574#: style:protect vs: draw:size-/move-protect

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [4e52d572b6a5f1afb82400eab8ee3428a9b678e0]

        INTEGRATION: CWS oasisbf4 (1.6.12); FILE MERGED 2004/12/23 07:27:08 mib 1.6.12.1: #i38574#: style:protect vs: draw:size-/move-protect

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [c4aceabeb7e3a86160e0573055e75f4437e5d7fa]

        INTEGRATION: CWS swqbugfixes13 (1.30.236); FILE MERGED 2005/01/14 14:58:50 od 1.30.236.1: #i40333# <SwFlyCntPortion::SwFlyCntPortion(..)> - move object to visible 	 layer on connect to layout - follow-up of issue i35635

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [d0b1f3bd8be30112022eba1e09c213559a4ce64c]

        INTEGRATION: CWS oasisbf4 (1.10.12); FILE MERGED 2004/12/23 07:27:08 mib 1.10.12.1: #i38574#: style:protect vs: draw:size-/move-protect

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [fd7717b13d09ea8cc542ed78ab52f38d4e803a81]

        INTEGRATION: CWS swqbugfixes13 (1.72.26); FILE MERGED 2005/01/14 14:23:21 od 1.72.26.1: #i40606# <Notify_Background(..)> - use <SdrObject::GetLastBoundRect()> 	 instead of <SdrObject::GetCurrentBoundRect()>

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [8d49fa7f865e2e9512815c2bab96f7c99b6f6eb5]

        INTEGRATION: CWS kso14 (1.5.130); FILE MERGED 2005/01/19 13:05:35 kso 1.5.130.1: #i40398# - No longer uses global osl mutex.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [fd668f2c2817c1a671186ef1a261081d8f0b0533]

        INTEGRATION: CWS oasisbf4 (1.11.12); FILE MERGED 2004/12/23 07:27:07 mib 1.11.12.1: #i38574#: style:protect vs: draw:size-/move-protect

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [46297c0923c50a12510c7b15b725c8d2fd80f9c0]

        INTEGRATION: CWS swqbugfixes13 (1.45.26); FILE MERGED 2005/01/14 13:00:20 od 1.45.26.1: #i40444# <SwFlyAtCntFrm::MakeAll()> - extend condition to apply temporarly 	 the 'straightforward positioning process' to avoid layout loops

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [150408402cccbcd2fa5860d025283990281f2638]

        INTEGRATION: CWS oasisbf4 (1.3.18); FILE MERGED 2004/12/02 10:18:51 mib 1.3.18.1: #i37897#: export fotnote config as <footnote-configuration>

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [7f19ff61fd8a78b58c7556cd0f3af27809fb863f]

        INTEGRATION: CWS swqbugfixes13 (1.25.80); FILE MERGED 2005/01/19 15:49:29 od 1.25.80.1: #i40014# - no remove of the stream from the storage on destruction

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [3a30bb39cf54de42bae1895ad00922cd016ae35d]

        INTEGRATION: CWS oasisbf4 (1.4.12); FILE MERGED 2004/12/23 07:27:07 mib 1.4.12.1: #i38574#: style:protect vs: draw:size-/move-protect

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [f4e0ae21a41fefd8a7267ebfe9cd8eca4a9a21c9]

        INTEGRATION: CWS kso14 (1.61.34); FILE MERGED 2005/01/21 08:36:57 kso 1.61.34.2: RESYNC: (1.61-1.62); FILE MERGED 2005/01/19 13:10:09 hjs 1.61.34.1: #i40966# patch target must depend on lineend conversion

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [affdecc2df13192e823c178399e1a71ecc2e376a]

        INTEGRATION: CWS swqbugfixes13 (1.29.26); FILE MERGED 2005/01/14 12:56:20 od 1.29.26.1: #i40444# - <SwDoc::CopyLayoutFmt(..)> - do *not* set the layout direction

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [456f8cab04887453cfda67baa10e4647211dca7d]

        INTEGRATION: CWS oasisbf4 (1.2.110); FILE MERGED 2004/11/22 11:20:16 bm 1.2.110.1: #i36728# correctly export add-ins with ooo namespace

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [fcde88adeb5e38ef62995637c4e468d34b9be9a2]

        INTEGRATION: CWS swqbugfixes13 (1.32.8); FILE MERGED 2005/01/26 08:32:57 od 1.32.8.2: RESYNC: (1.32-1.33); FILE MERGED 2005/01/12 14:13:44 fme 1.32.8.1: #i39855# Bullet/Numbering toolbar should not show if NumFmt is different from SVX_NUM_NUMBER_NONE

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [dcc6691dd357e0150e8b2d2f328a539325e35346]

        INTEGRATION: CWS oasisbf4 (1.59.18); FILE MERGED 2005/01/21 13:39:20 mib 1.59.18.2: RESYNC: (1.59-1.60); FILE MERGED 2004/11/23 13:02:34 mib 1.59.18.1: #i36961#: export 0am to <dc:date> in annotations

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [8ee3afa090f083940cd6cdc3963a829c4bce9d3f]

        INTEGRATION: CWS oasisbf4 (1.62.12); FILE MERGED 2005/01/21 13:38:14 mib 1.62.12.2: RESYNC: (1.62-1.63); FILE MERGED 2004/12/22 13:03:33 mib 1.62.12.1: #i36885#: OLE objects in flat format

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [6cfae3fb9afc52811739ead7b8eb588341ea3f33]

        INTEGRATION: CWS oasisbf4 (1.95.12); FILE MERGED 2004/12/22 13:04:37 mib 1.95.12.1: #i36885#: OLE objects in flat format

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [10db5e83da2ad077e5ca4f3a1f32bc4e2bb735b4]

        INTEGRATION: CWS oasisbf4 (1.39.16); FILE MERGED 2004/12/08 07:27:49 mib 1.39.16.2: RESYNC: (1.39-1.42); FILE MERGED 2004/11/23 13:00:37 mib 1.39.16.1: #i36961#: change order of <office:annotation>'s children

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0e8306c371090c9475f6d9f403104e634a1a6888]

        INTEGRATION: CWS oasisbf4 (1.34.72); FILE MERGED 2004/12/08 07:25:16 mib 1.34.72.2: RESYNC: (1.34-1.37); FILE MERGED 2004/11/23 13:02:04 mib 1.34.72.1: #i36961#: export 0am to <dc:date> in annotations

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [4d7dcdd23e868d41c4a3e08efa64cec0160e6505]

        INTEGRATION: CWS oasisbf4 (1.84.12); FILE MERGED 2005/01/21 13:32:55 mib 1.84.12.3: RESYNC: (1.84-1.85); FILE MERGED 2004/12/14 16:27:56 sab 1.84.12.2: #i36650#; fix it again 2004/12/14 14:46:20 sab 1.84.12.1: #i36352#; fix it again

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [1a0447577828e4cd04690e9e30347677746654c1]

        INTEGRATION: CWS kso14 (1.11.178); FILE MERGED 2005/01/19 11:07:27 sb 1.11.178.1: #i39224# Made code consistent so that FTPURL::m_aPathSegmentVec always contains encoded path segments.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [d2265ac108bb14682514cfd63e889dd32a8e40ff]

        INTEGRATION: CWS swqbugfixes13 (1.6.20); FILE MERGED 2005/01/26 08:26:01 od 1.6.20.2: RESYNC: (1.6-1.7); FILE MERGED 2005/01/19 13:48:46 fme 1.6.20.1: 119174# Emulate 5.2 footer size bug

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [c92a6a11503c32114f491a018e731837fd3ead54]

        INTEGRATION: CWS oasisbf4 (1.81.12); FILE MERGED 2005/01/21 13:32:42 mib 1.81.12.2: RESYNC: (1.81-1.82); FILE MERGED 2004/12/22 13:01:43 mib 1.81.12.1: #i36885#: OLE objects in flat format

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [89381bf56f0060c386f392b6d7bca85326f039f1]

        INTEGRATION: CWS kso14 (1.18.16); FILE MERGED 2005/01/19 13:32:31 sb 1.18.16.3: #i40974# Properly encode generated URLs. 2005/01/19 11:57:47 sb 1.18.16.2: #i39224# Made the previous fix DRY. 2005/01/19 11:07:27 sb 1.18.16.1: #i39224# Made code consistent so that FTPURL::m_aPathSegmentVec always contains encoded path segments.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [51b2ebebb4e380e28c3068dffd50b5f814a4545c]

        INTEGRATION: CWS kso14 (1.5.16); FILE MERGED 2005/01/18 15:30:18 sb 1.5.16.1: #i40893# Make sure curl is not internally using environment variables like ftp_proxy.

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [daf79528adeebb0ae28f9589463ea138e2667882]

        INTEGRATION: CWS kso14 (1.22.62); FILE MERGED 2005/01/19 11:07:27 sb 1.22.62.1: #i39224# Made code consistent so that FTPURL::m_aPathSegmentVec always contains encoded path segments.

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [bd5b488d25930826d17d37c0f1d78c9faf940ea8]

        INTEGRATION: CWS oasisbf4 (1.61.114); FILE MERGED 2004/12/23 10:52:26 mib 1.61.114.2: #i38326#: Added fo:keep-together 2004/12/23 10:44:04 mib 1.61.114.1: #i39502#: errors reported by MSV

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [7d1a579c027a39b8f82cc88388538f6e72f181be]

        INTEGRATION: CWS oasisbf4 (1.1.2); FILE ADDED 2004/12/23 08:37:10 mib 1.1.2.2: #i36217: Suppress validation error for obsolete chart:table-number-list 2004/12/23 08:10:17 mib 1.1.2.1: #i35420: Suppress validation error for obsolete chart:table-number-list

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [0562f63ade4ba042403e1c6b968c1024268d9c6a]

        INTEGRATION: CWS oasisbf4 (1.48.18); FILE MERGED 2004/12/23 10:44:03 mib 1.48.18.1: #i39502#: errors reported by MSV

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [df40a5ccba730254a30d828932eb94781cea0e2a]

        INTEGRATION: CWS oasisbf4 (1.5.424); FILE MERGED 2004/12/23 10:44:03 mib 1.5.424.1: #i39502#: errors reported by MSV

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [3fa09c8e1ec9d2432d1de9e023aabce0edfbf7ae]

        INTEGRATION: CWS oasisbf4 (1.19.18); FILE MERGED 2004/12/23 10:44:03 mib 1.19.18.1: #i39502#: errors reported by MSV

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [8d90f43bbf3ed48fc07afc405cdd795ec29dd7db]

        INTEGRATION: CWS oasisbf4 (1.87.116); FILE MERGED 2004/12/23 10:44:02 mib 1.87.116.1: #i39502#: errors reported by MSV

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [fa4f58b56aa85ec0437e2258d4d668141a2e95ff]

        INTEGRATION: CWS oasisbf4 (1.8.40); FILE MERGED 2005/01/11 12:50:17 mav 1.8.40.1: #i36885# treat object with no mediatype as OLE object

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [bf35920564df142e2781b2836c8a0fb552f2e884]

        INTEGRATION: CWS qwizardsbf2 (1.3.16); FILE MERGED 2005/01/24 15:56:59 ih 1.3.16.1: #i36648#, #i40130#, #i40132# disable return adress, date -> frame, receiver frame -> anchor to entire page

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [55c595456eb9251ca317d29d7f78f954a3b74592]

        INTEGRATION: CWS qwizardsbf2 (1.3.16); FILE MERGED 2005/01/24 15:56:58 ih 1.3.16.1: #i36648#, #i40130#, #i40132# disable return adress, date -> frame, receiver frame -> anchor to entire page

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [700662464cd2a1e2fa5e9b045389933fee8dbcb3]

        INTEGRATION: CWS qwizardsbf2 (1.3.16); FILE MERGED 2005/01/24 15:56:56 ih 1.3.16.1: #i36648#, #i40130#, #i40132# disable return adress, date -> frame, receiver frame -> anchor to entire page

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [438464f1609e59c2900232c97dd1570be4a9b3b4]

        INTEGRATION: CWS qwizardsbf2 (1.3.16); FILE MERGED 2005/01/24 15:56:55 ih 1.3.16.1: #i36648#, #i40130#, #i40132# disable return adress, date -> frame, receiver frame -> anchor to entire page

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [181bed42a12f41dd8bc637529c7ac33aba0c261d]

        INTEGRATION: CWS qwizardsbf2 (1.3.16); FILE MERGED 2005/01/24 15:56:51 ih 1.3.16.1: #i36648#, #i40130#, #i40132# disable return adress, date -> frame, receiver frame -> anchor to entire page

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [59c8bb168f2eaf7de55ced71247313a92abb3fc1]

        INTEGRATION: CWS qwizardsbf2 (1.3.16); FILE MERGED 2005/01/24 15:56:50 ih 1.3.16.1: #i36648#, #i40130#, #i40132# disable return adress, date -> frame, receiver frame -> anchor to entire page

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [f1872fba63981401148189f1b605eefd6899d576]

        INTEGRATION: CWS qwizardsbf2 (1.3.16); FILE MERGED 2005/01/24 15:56:49 ih 1.3.16.1: #i36648#, #i40130#, #i40132# disable return adress, date -> frame, receiver frame -> anchor to entire page

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [bddb1c3cccad88b254d96a487d53b6c0b4520649]

        INTEGRATION: CWS pbbeta07 (1.8.36); FILE MERGED 2005/01/18 13:05:52 pb 1.8.36.1: Fix: #118967# break long names in two lines Fix: #119152# new order, move employees, rename a group

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [fbdc066356acc0c81916d3f61be2fdac03d555ba]

        INTEGRATION: CWS qwizardsbf2 (1.3.16); FILE MERGED 2005/01/24 15:56:44 ih 1.3.16.1: #i36648#, #i40130#, #i40132# disable return adress, date -> frame, receiver frame -> anchor to entire page

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [3104e1af0505120f50549759fc78cc803562fe9c]

        INTEGRATION: CWS qwizardsbf2 (1.3.16); FILE MERGED 2005/01/24 15:56:43 ih 1.3.16.1: #i36648#, #i40130#, #i40132# disable return adress, date -> frame, receiver frame -> anchor to entire page

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [487c3d07062f53f366d5121ae0103aa4cafb1db1]

        INTEGRATION: CWS pbbeta07 (1.11.204); FILE MERGED 2005/01/19 08:06:24 pb 1.11.204.1: fix: #i40002# SfxCommonTemplateDialog_Impl::SetAutomaticFilter()

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [47bda1e7961948057591d9e71d01f120f1686599]

        INTEGRATION: CWS pbbeta07 (1.43.74); FILE MERGED 2005/01/19 08:07:38 pb 1.43.74.1: fix: #i40002# methods to select paragraph family and automatic filter added

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [a28d93f8e744e0e0b57f72d81fc315a609f339f8]

        INTEGRATION: CWS pbbeta07 (1.87.250); FILE MERGED 2005/01/18 13:34:39 pb 1.87.250.1: fix: #i40864# more space for pt-BR

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [e1a790a9e81dbf0ca70c3b223ff8da6a34388a98]

        INTEGRATION: CWS pbbeta07 (1.104.38); FILE MERGED 2005/01/18 13:34:39 pb 1.104.38.1: fix: #i40864# more space for pt-BR

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [1f63f983bdbd143fb883c6184c6772bc855d7c58]

        INTEGRATION: CWS pbbeta07 (1.58.130); FILE MERGED 2005/01/19 12:32:37 pb 1.58.130.3: fix: #i39930# StyleBox: sort all entries but not 'Clear' (1st) and 'More...' (last) 2005/01/19 08:36:23 pb 1.58.130.2: fix: #i39934# set focus to stylist asynchronous 2005/01/19 08:12:24 pb 1.58.130.1: fix: #i40002# More... button opens the stylist with paragraph family and automatic filter

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [25b5653053f02132d0fd63ae5c0b010dda738cbe]

        INTEGRATION: CWS pbbeta07 (1.29.68); FILE MERGED 2005/01/18 13:22:53 pb 1.29.68.1: fix: #i39688# static link for open a file added

2005-01-27  Oliver Bolte  <obo@openoffice.org>  [048a5a94efd6dd68b9fdadc5bc725fb228739963]

        INTEGRATION: CWS pbbeta07 (1.63.24); FILE MERGED 2005/01/18 13:23:43 pb 1.63.24.1: fix: #i39688# open file without assertion and open database sucessfully

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [80ec3fe0a19102f460115ae409a7b9d72c67e17c]

        INTEGRATION: CWS qwizardsbf2 (1.4.14); FILE MERGED 2005/01/25 13:27:51 tv 1.4.14.1: #i36645# correct handling of pre-printed elements Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [7c3f6f98280e26766492ab79448410e755e22876]

        INTEGRATION: CWS qwizardsbf2 (1.2.38); FILE MERGED 2005/01/20 10:17:51 tv 1.2.38.1: #i35451# correct fax wizard HID offset Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [8565ff7089dbd1871fa5ab243b11ee1475b0f28e]

        INTEGRATION: CWS cd04 (1.8.22); FILE MERGED 2005/01/19 10:17:51 dbo 1.8.22.1: #i35195##i40553# - focus takeover - invalid bootstraprc crash - resmgr mutex cleanup Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [9841ef6e8754f7a05ee5576538baa7a5c3085b53]

        INTEGRATION: CWS cd04 (1.8.32); FILE MERGED 2005/01/19 10:17:50 dbo 1.8.32.1: #i35195##i40553# - focus takeover - invalid bootstraprc crash - resmgr mutex cleanup Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [965749b7a26e0f4ec1571d19e849b53d7a91fc5d]

        INTEGRATION: CWS cd04 (1.3.52); FILE MERGED 2005/01/19 10:17:50 dbo 1.3.52.1: #i35195##i40553# - focus takeover - invalid bootstraprc crash - resmgr mutex cleanup Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [c0a1572c5da4b7f735108a0858165c093d46568d]

        INTEGRATION: CWS cd04 (1.5.32); FILE MERGED 2005/01/19 10:17:50 dbo 1.5.32.1: #i35195##i40553# - focus takeover - invalid bootstraprc crash - resmgr mutex cleanup Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [782c688564582235a9c286aee63db91fa3cb4606]

        INTEGRATION: CWS cd04 (1.4.50); FILE MERGED 2005/01/21 10:37:21 dbo 1.4.50.3: #i40887# fixed selection: no use of GetCurEntry() anymore Issue number: Submitted by: Reviewed by: 2005/01/19 12:39:36 dbo 1.4.50.2: #i40887# selection, focus Issue number: Submitted by: Reviewed by: 2005/01/19 10:17:49 dbo 1.4.50.1: #i35195##i40553# - focus takeover - invalid bootstraprc crash - resmgr mutex cleanup Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [3fc717c72f0472fb67ba8193ae6215572d7de1f9]

        INTEGRATION: CWS cd04 (1.4.50); FILE MERGED 2005/01/19 10:17:49 dbo 1.4.50.1: #i35195##i40553# - focus takeover - invalid bootstraprc crash - resmgr mutex cleanup Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [5b0c752e1e8a0fd02bae6d794e8b0374d64472e4]

        INTEGRATION: CWS cd04 (1.5.30); FILE MERGED 2005/01/21 10:37:20 dbo 1.5.30.3: #i40887# fixed selection: no use of GetCurEntry() anymore Issue number: Submitted by: Reviewed by: 2005/01/19 12:39:35 dbo 1.5.30.2: #i40887# selection, focus Issue number: Submitted by: Reviewed by: 2005/01/19 10:17:49 dbo 1.5.30.1: #i35195##i40553# - focus takeover - invalid bootstraprc crash - resmgr mutex cleanup Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [381c14293d54e8e333f353209cb4d7acbf06645f]

        INTEGRATION: CWS cd04 (1.5.50); FILE MERGED 2005/01/21 10:37:18 dbo 1.5.50.3: #i40887# fixed selection: no use of GetCurEntry() anymore Issue number: Submitted by: Reviewed by: 2005/01/19 12:39:35 dbo 1.5.50.2: #i40887# selection, focus Issue number: Submitted by: Reviewed by: 2005/01/19 10:17:49 dbo 1.5.50.1: #i35195##i40553# - focus takeover - invalid bootstraprc crash - resmgr mutex cleanup Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [4bc1499797e96c2b36ff0adf70ac6d21ba79a0b3]

        INTEGRATION: CWS cd04 (1.5.52); FILE MERGED 2005/01/19 10:17:48 dbo 1.5.52.1: #i35195##i40553# - focus takeover - invalid bootstraprc crash - resmgr mutex cleanup Issue number: Submitted by: Reviewed by:

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [8a8b0da33244c6227e5678269c5a1d07576f9939]

        INTEGRATION: CWS cd04 (1.14.48); FILE MERGED 2005/01/17 15:05:03 cd 1.14.48.1: #i40435# Statusbar now also uses the command to find extended help

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [38fb8ca32864fcb06aba9a9cf42b0777ba965cd3]

        INTEGRATION: CWS cd04 (1.43.42); FILE MERGED 2005/01/17 16:07:53 cd 1.43.42.1: #i39871# Close popup mode window when the floating window is moved

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [9a7e3bb552d4c2078353e0e9496c0eaf27d21b82]

        INTEGRATION: CWS cd04 (1.27.174); FILE MERGED 2005/01/25 10:20:52 cd 1.27.174.1: #i40980# Use asynchronous dispatch to fix VCL reentrance problem

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [29793ad3fd8a3008fe4fbacbb4cd74335cf577d8]

        INTEGRATION: CWS cd04 (1.10.246); FILE MERGED 2005/01/25 10:20:35 cd 1.10.246.1: #i40980# Use asynchronous dispatch to fix VCL reentrance problem

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [c34692d7896725ea651f951acf790f39f17a9adf]

        INTEGRATION: CWS cd04 (1.25.52); FILE MERGED 2005/01/14 13:17:26 cd 1.25.52.1: #i39951# Fixed problem with test tool, compsite controls need smart help ID

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [f8c237bb01bd774f0a8851d4209e9182dfc07393]

        INTEGRATION: CWS cd04 (1.10.310); FILE MERGED 2005/01/14 13:17:25 cd 1.10.310.1: #i39951# Fixed problem with test tool, compsite controls need smart help ID

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [c27d9f3d0493ae0103d93e8d52f58834f97de9ad]

        INTEGRATION: CWS cd04 (1.5.62); FILE MERGED 2005/01/14 16:37:48 cd 1.5.62.1: #i37504# Fix wrong implementation of removeItem

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [e1d55e9a48556be7bb3fcc176280888ed45f7888]

        INTEGRATION: CWS cd04 (1.10.14); FILE MERGED 2005/01/14 09:09:52 cd 1.10.14.1: #i40299# Basic Shapes shouldn't be visible in View - Toolbars

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [1a0877cd9161352fa620d1f6139a0194683b3000]

        INTEGRATION: CWS cd04 (1.10.14); FILE MERGED 2005/01/14 09:09:51 cd 1.10.14.2: #i40299# Basic Shapes shouldn't be visible in View - Toolbars 2005/01/14 09:06:12 cd 1.10.14.1: #i40524# Remove HTML Source View toolbar for Writer/Web

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [43107e2fc54e969c6c599df1e424fb3841c29d70]

        INTEGRATION: CWS cd04 (1.11.14); FILE MERGED 2005/01/14 09:09:51 cd 1.11.14.1: #i40299# Basic Shapes shouldn't be visible in View - Toolbars

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [d525b70f4f899f57626aa9f32a3e574f501f7f20]

        INTEGRATION: CWS cd04 (1.12.56); FILE MERGED 2005/01/14 09:09:51 cd 1.12.56.1: #i40299# Basic Shapes shouldn't be visible in View - Toolbars

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [a378db642c0bf25df491dbcc12d0ed0204cd14c8]

        INTEGRATION: CWS cd04 (1.10.54); FILE MERGED 2005/01/14 09:09:51 cd 1.10.54.1: #i40299# Basic Shapes shouldn't be visible in View - Toolbars

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [e2b83783a941459e1b6c174a8a3edfad15821f8c]

        INTEGRATION: CWS helpcl (1.9.14); FILE MERGED 2005/01/25 17:38:31 abi 1.9.14.2: #i22548# testing service availability 2005/01/25 17:32:04 abi 1.9.14.1: #i22548# forgotten to use transliteration service

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [5a60f54a203d98eee17b24b97843d319a4e8a232]

        INTEGRATION: CWS helpcl (1.11.14); FILE MERGED 2005/01/07 17:19:42 abi 1.11.14.1: merge compiler and linker

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [138e4f4dbd974e8519614e23174d87c3f1a47780]

        INTEGRATION: CWS cd05 (1.38.4); FILE MERGED 2005/01/24 08:55:25 cd 1.38.4.2: #i40195# Real core metric must be available for internal controllers 2005/01/24 08:50:21 cd 1.38.4.1: #i40195# Real core metric must be available for internal controllers

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [b223b8a073879eb11a1814bd3a13dae804f7469e]

        INTEGRATION: CWS cd05 (1.23.4); FILE MERGED 2005/01/24 08:50:21 cd 1.23.4.2: #i40195# Real core metric must be available for internal controllers 2005/01/21 15:30:33 cd 1.23.4.1: #i41090# Fixed assertion - dirty flag wasn't reset when there is no slot found in GetSlotServer

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [1167b58e0c807b25a7ef98c9fde139061ce57044]

        INTEGRATION: CWS cd05 (1.24.38); FILE MERGED 2005/01/24 08:29:13 cd 1.24.38.1: #i41115# Fixed missing [de] entry for strings

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [9523e0ec8363e3ba7f6ba11755e8c7b897255d5c]

        INTEGRATION: CWS smoketest4 (1.11.2); FILE MERGED 2005/01/26 12:23:16 kz 1.11.2.1: #i37913# preserve lineends

2005-01-27  Rüdiger Timm  <rt@openoffice.org>  [954781b160b7e264f4c64aad2d1572d9284434f2]

        #i10000# mkdir bin\remote

2005-01-26  Rüdiger Timm  <rt@openoffice.org>  [fde482d52715bd02f1aff40a7a561bf04d48385d]

        #i41364# Removed inclusion of makefile.pmk

2005-01-26  Oliver Bolte  <obo@openoffice.org>  [39dde3a03f68b7215a5668a92451e0738610d501]

        new version for SRC680

2005-01-26  Rüdiger Timm  <rt@openoffice.org>  [291d2d7a6896056b183dc0653a1f61b379bbb65b]

        #i10000# Grrrr, it really needs sal. udkversion.mk delivered by sal is used to generate MANIFEST.MF

2005-01-26  Oliver Bolte  <obo@openoffice.org>  [5bb2af052ae341a248ccb652e646c1b2ea0039d9]

        #i10000# syntax (AF)

2005-01-26  Vladimir Glazounov  <vg@openoffice.org>  [db6dafa77a6c0696f5601350a61b37c1661c1cbe]

        new version for SRC680

2005-01-26  Rüdiger Timm  <rt@openoffice.org>  [0690f30b83ca1ff8498a4240bc0ec6b5225c7629]

        #i10000# Error output

2005-01-26  Oliver Bolte  <obo@openoffice.org>  [2a1a316a514a23d2116dba0e9b8294e3871f5aac]

        #i10000# parse problems .NET 2003

2005-01-26  Vladimir Glazounov  <vg@openoffice.org>  [741951a0f71f9e9c35778e90cee946ff0b996dce]

        new version for SRC680

2005-01-26  Vladimir Glazounov  <vg@openoffice.org>  [a2a694ffcfca0cce47e1a09ea79ff203076bd257]

        new version for SRC680

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [34f86852b1f04e3e35f6813d48a04de103376195]

        SRC680

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [776fad793a924589d57925e7f17be0131a1a2350]

        INTEGRATION: CWS gcj1 (1.4.174); FILE MERGED 2005/01/05 08:54:42 cmc 1.4.174.1: #i38188# small gcc parse help required

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [3f7a615f7a1dad995e47c0d4ed76f0e67fd9d066]

        INTEGRATION: CWS gcj1 (1.26.4); FILE MERGED 2005/01/07 08:57:22 cmc 1.26.4.5: RESYNC: (1.26-1.29); FILE MERGED 2005/01/06 14:10:12 cmc 1.26.4.4: #i38188# don't poke CLASSPATH with gcj and require javadoc 2004/12/10 09:22:33 cmc 1.26.4.3: #i38188# dont use disruptive sun java includes when using gcj 2004/12/03 08:47:24 cmc 1.26.4.2: #i38188# don't need xsltproc with gcj, search seperately for javadoc, and don't get too excited if it is missing 2004/12/01 08:24:14 cmc 1.26.4.1: #i38188# convert --enable-java/--disable-java into --with[out]java=foo where --without-java is like --disable-java, --with-java is like --enable-java, and --with-java=foo where foo is specified overrides the default java interpreter, e.g. --with-java=gij

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [5f2105e4714af2673a12839906ce59d6a35c232b]

        INTEGRATION: CWS gcj1 (1.77.4); FILE MERGED 2005/01/07 08:56:08 cmc 1.77.4.6: RESYNC: (1.77-1.80); FILE MERGED 2005/01/06 14:10:11 cmc 1.77.4.5: #i38188# don't poke CLASSPATH with gcj and require javadoc 2004/12/10 23:23:41 cmc 1.77.4.4: #i34439# backout AC_path_PROG idocy 2004/12/10 08:47:25 cmc 1.77.4.3: #i38188# little tweak 2004/12/03 08:47:23 cmc 1.77.4.2: #i38188# don't need xsltproc with gcj, search seperately for javadoc, and don't get too excited if it is missing 2004/12/01 08:24:13 cmc 1.77.4.1: #i38188# convert --enable-java/--disable-java into --with[out]java=foo where --without-java is like --disable-java, --with-java is like --enable-java, and --with-java=foo where foo is specified overrides the default java interpreter, e.g. --with-java=gij

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [e2ecbf12aefdb7fcea85a227eb57203387aa3e27]

        INTEGRATION: CWS gcj1 (1.60.4); FILE MERGED 2005/01/07 08:59:08 cmc 1.60.4.6: RESYNC: (1.60-1.63); FILE MERGED 2005/01/06 14:10:09 cmc 1.60.4.5: #i38188# don't poke CLASSPATH with gcj and require javadoc 2004/12/10 23:23:40 cmc 1.60.4.4: #i34439# backout AC_path_PROG idocy 2004/12/10 08:47:24 cmc 1.60.4.3: #i38188# little tweak 2004/12/03 08:47:20 cmc 1.60.4.2: #i38188# don't need xsltproc with gcj, search seperately for javadoc, and don't get too excited if it is missing 2004/12/01 08:24:12 cmc 1.60.4.1: #i38188# convert --enable-java/--disable-java into --with[out]java=foo where --without-java is like --disable-java, --with-java is like --enable-java, and --with-java=foo where foo is specified overrides the default java interpreter, e.g. --with-java=gij

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [ffb5da8ddbc5bc71f4dbcabe07c3aea08babc465]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:56:18 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [68fea7d64efc939c39850e0039a1b7fb418f14df]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:17 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [64d60d4a953e00469576dfcc2b36892a212f9af4]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:16 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [22a290f6524e4ff0ef6407be968207cd2152005b]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:15 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [f1edb5e0e16fd60160b5ce9d64db932b2d5e6fb1]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:14 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [871f9c234e62e1347691bd8f5cd6ba7bbedbf7f8]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:56:14 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [27fd6df6a28d40ffaf5167bc6b78cb1cbe3e2b8d]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:56:13 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [a531d7c5cc72935e8bbfc9a03a0b613ceab90567]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:13 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [0ed1004e4b70ffb98478e3702a9fe1334da5f90a]

        INTEGRATION: CWS gcj1 (1.6.86); FILE MERGED 2004/12/01 15:56:13 cmc 1.6.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [66dd5b2a775c8bc4651999c0eebe50c88e246110]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:12 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [beb5d63ceabd5e472fb67f9292f00d0131b9cf31]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:56:12 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b0958c541dbdc058f3667e0d8a5922ba1b14600e]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:11 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b44df45e9273f7edb4a9a5c9f331fc74903d5c34]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:56:10 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [41560d2b14c85e79edab91956518b3a5407b6362]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:10 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [3946a5b6e341f26d275a5438a9cfb8d12197623e]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:09 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [e60504e34629cbc0412bc86cccedc010e8e58566]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:56:09 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [965c34fbc788bcc9e4462ffa9304d5dece38b2fd]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:08 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [0af7272e78fa94c7e88efae757b82a6a72f24d89]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:56:08 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [3741450eb42860b69ccb1966a7fcf9c47e5d4899]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:07 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [bb63965c89add9d104c100585fae85060aa4c390]

        INTEGRATION: CWS gcj1 (1.4.102); FILE MERGED 2004/12/01 15:56:06 cmc 1.4.102.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [dcc8d89a132aec4d7ee0482cd68d470fa1af566a]

        INTEGRATION: CWS gcj1 (1.6.22); FILE MERGED 2004/12/01 15:56:06 cmc 1.6.22.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [defc65a37dc396fba5f04f6c342a34adfa8ee9e3]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:06 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b24de93eade7501c686f8ccfc0a0d96dea929f39]

        INTEGRATION: CWS gcj1 (1.8.20); FILE MERGED 2004/12/01 15:56:06 cmc 1.8.20.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [fc06e6a866ef1c2b9d8f19338201d6842564aad3]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:05 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [02a0d9781f3e165091bbdc83fc9917170209797f]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:04 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [549c752713d16daa6994b64cc88866d4d0dbf664]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:03 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [52271e09b690ffdfbbdf83c6ad95f9682a413a92]

        INTEGRATION: CWS gcj1 (1.5.22); FILE MERGED 2004/12/01 15:56:03 cmc 1.5.22.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [e15fc7482a3998049a61f5588810e777372ab60c]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:02 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [bb9227f034c64636889f77926f4b5219c7589b47]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:56:02 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [f98683c6f61949fe355dda68347a8fb1a7e3734d]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:56:01 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [6a82a2873fe5a58b455943e8538031115487b454]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:56:00 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [3916335cded880720829f4261cc53c08cd487db3]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:55:59 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [efd9ac1427b5382670a2fe5cc9c1e2a3ca6b3990]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:55:58 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [8aa6c30b7f21289314cd93497890bc861272bede]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:55:58 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [725d4a03c7c91210c54eafacad62c0f9f1d40539]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:55:57 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b70c1fec9ef429b10f76a73568c1aec9dd2c8e25]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:55:57 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b7ace2f51d2508275a90c483e3516c771e276f62]

        INTEGRATION: CWS gcj1 (1.6.86); FILE MERGED 2004/12/01 15:55:57 cmc 1.6.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [afb27338d5749ec09c13c0ce8b37247ca04d39cb]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:55:56 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [0829a89deb5f3b7da678aa16de4d090a71d00601]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:55:56 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [7eabd6a29685bec7c3c90da03a9eefba2d6bd2c9]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:55:55 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [a80201e9b59e269766c75e22541289c5090eefee]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:55:55 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [acf3c8782fb0e4eb627e9b69d10008c195ed8f9a]

        INTEGRATION: CWS gcj1 (1.6.86); FILE MERGED 2004/12/01 15:55:55 cmc 1.6.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [56555e2b18549abc4259da4be0f1998b2d61ec6d]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:55:54 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b6cc5043768756891193fda6db71cc6d6fddb6a6]

        INTEGRATION: CWS gcj1 (1.2.50); FILE MERGED 2004/12/01 15:55:54 cmc 1.2.50.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [a6c317188159db9ca9cec43dc7231736dc318fa0]

        INTEGRATION: CWS gcj1 (1.6.86); FILE MERGED 2004/12/01 15:55:54 cmc 1.6.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [0719d5f9aa1a8a5f36541e29f7f7cce3a5481db6]

        INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:55:53 cmc 1.4.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c5298b66fff2d67ea47e5a2e97cd40ba5a8edbe5]

        INTEGRATION: CWS gcj1 (1.3.86); FILE MERGED 2004/12/01 15:55:53 cmc 1.3.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [62d2533b7b913cc59c964f35ff98128b52272d82]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:55:53 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b6c271e0ddaf789b851b373a560d9516cad5d267]

        INTEGRATION: CWS gcj1 (1.6.60); FILE MERGED 2004/12/01 15:55:53 cmc 1.6.60.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [79b1e21ca46245ec03dffaeb2264e0def12b005b]

        INTEGRATION: CWS gcj1 (1.6.60); FILE MERGED 2004/12/01 15:55:52 cmc 1.6.60.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [a95ce671b499e07c546879310f91d9fdd0d95120]

        INTEGRATION: CWS gcj1 (1.2.50); FILE MERGED 2004/12/01 15:55:52 cmc 1.2.50.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [72c3333c8caebbe004e4feb497286a21fc6a4be6]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:55:52 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b46596cc702bde81607eece3227d66c955ab661c]

        INTEGRATION: CWS gcj1 (1.6.50); FILE MERGED 2004/12/01 15:55:52 cmc 1.6.50.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [362420e47486b29b1518aa63b82a0d25d97f8fdf]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:55:51 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [d2cfd03e95a136f4e814550ac36c7da94f56df0f]

        INTEGRATION: CWS gcj1 (1.7.86); FILE MERGED 2004/12/01 15:55:51 cmc 1.7.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b770c4c0ec62a27dfd5c92d680c1b31dddf582d0]

        INTEGRATION: CWS gcj1 (1.6.86); FILE MERGED 2004/12/01 15:55:51 cmc 1.6.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [1e0ca08c43e4e0d0287271956c7a13fa39db3f7b]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:55:50 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [a8e2737e69564bf103b14b849db892a298d5fabb]

        INTEGRATION: CWS gcj1 (1.7.86); FILE MERGED 2004/12/01 15:55:50 cmc 1.7.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [4a922c0776d5c2e311f3e311fafb1e2bd241f6c8]

        INTEGRATION: CWS gcj1 (1.6.86); FILE MERGED 2004/12/01 15:55:50 cmc 1.6.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [63d5865fbdf9212226faa99bde2b33b0717bb7f7]

        INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED 2004/12/01 15:55:49 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [cd025bd9fd8a6702bf951910b9fda1e8f63161e1]

        INTEGRATION: CWS gcj1 (1.3.86); FILE MERGED 2004/12/01 15:55:49 cmc 1.3.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [ec910ecc2b80e15877f89ca97828c13287c82156]

        INTEGRATION: CWS gcj1 (1.3.102); FILE MERGED 2004/12/01 15:55:48 cmc 1.3.102.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [e48d22617f2927b2841f4fec34657c6aa4e0c91a]

        INTEGRATION: CWS gcj1 (1.2.52); FILE MERGED 2004/12/01 15:55:48 cmc 1.2.52.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [5b55a4c25bf729856fa6c02f3b7a8fcdb6c7565d]

        INTEGRATION: CWS gcj1 (1.3.102); FILE MERGED 2004/12/01 15:55:47 cmc 1.3.102.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [913e80ad718b26cd90a61cfedda1a8604108c8fb]

        INTEGRATION: CWS gcj1 (1.2.52); FILE MERGED 2004/12/01 15:55:47 cmc 1.2.52.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [9bda8bc1082f8e621648c76656e827024c712a64]

        INTEGRATION: CWS gcj1 (1.2.10); FILE MERGED 2004/12/01 15:55:46 cmc 1.2.10.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [92737f53ac3e7d8220afd7e6f08277661503acc7]

        INTEGRATION: CWS gcj1 (1.2.10); FILE MERGED 2005/01/07 09:41:07 cmc 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/01 15:55:45 cmc 1.2.10.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [d9b4e7a5b9f262aab8d57f73e353a05d2aa34fd0]

        INTEGRATION: CWS gcj1 (1.7.10); FILE MERGED 2004/12/01 15:55:45 cmc 1.7.10.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [7a318767adc0cdd9ccc8b1dc87330db93c58684e]

        INTEGRATION: CWS impress29 (1.8.44); FILE MERGED 2005/01/14 16:36:32 af 1.8.44.2: #i40632# Added AssignLayout() method. 2005/01/12 15:52:30 af 1.8.44.1: #i40164# Fixed usage of page number of current page.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [431317bd1bf015cfc3051e3a3792b141ca08e4fe]

        INTEGRATION: CWS impress29 (1.5.84); FILE MERGED 2005/01/19 16:31:19 af 1.5.84.4: #i40281# Assignment to selected slides now takes into account the case where no slide sorter is visible. 2005/01/14 16:35:19 af 1.5.84.3: #i40632# AsssignLayoutToSelectedSlides() now really assigns layout to all selected slides. 2005/01/13 16:54:08 af 1.5.84.2: #i39639# Fixed comparison of view shell pointer with NULL in InsertPageWithLayout(). 2005/01/13 13:17:39 af 1.5.84.1: #i40281# Integrated IsMainViewInMasterPageMode() into AssignLayoutToSelectedSlides() and made handout view work.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [62434ce968af57490f04dcb9c820b68d10cd6aa1]

        INTEGRATION: CWS impress29 (1.2.186); FILE MERGED 2005/01/13 10:18:45 af 1.2.186.1: #i32465# Added new SetFocusedPage() method in two variants.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [4de4c1126b4596fc48fed5b0e9e722dbab865815]

        INTEGRATION: CWS impress29 (1.2.186); FILE MERGED 2005/01/13 16:50:19 af 1.2.186.2: #i39639# Guard code in HideFocusIndicator() against pDescriptor being NULL. 2005/01/13 10:16:28 af 1.2.186.1: #i32465# Added new SetFocusedPage() method in two variants.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [50621863e6035f7ae5bd3b5808207a76e08646e6]

        INTEGRATION: CWS impress29 (1.3.32); FILE MERGED 2005/01/17 18:34:00 cl 1.3.32.2: #i40819# added the keyboard slide traveling feature 2005/01/17 17:51:40 cl 1.3.32.1: #i38583# readded sound and ole interactions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [0fc01cdfd7081b2c568fd2a7a3cd243e7376f893]

        INTEGRATION: CWS impress29 (1.31.40); FILE MERGED 2005/01/17 16:49:28 cl 1.31.40.1: #i38583# readded sound and ole interactions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [533271249a91f050b1b81e79d26e72e8feebabc3]

        INTEGRATION: CWS gcj1 (1.3.52); FILE MERGED 2004/12/01 13:42:45 cmc 1.3.52.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize german umlautes

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [6839d7cc8735c4ee2b2c0dec4a14876f74cf93f5]

        INTEGRATION: CWS gcj1 (1.1.134); FILE MERGED 2004/12/01 13:42:45 cmc 1.1.134.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize german umlautes

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [2c6392eea1da89ba3a9ffaa5a37a4c8b1502fdf9]

        INTEGRATION: CWS impress29 (1.3.14); FILE MERGED 2005/01/17 15:17:12 cl 1.3.14.1: #i37784# changed to absolute intervals for iterate containers

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [f71321fb1b10fed18a15a5cfb99f0a872d33bbc4]

        INTEGRATION: CWS gcj1 (1.3.40); FILE MERGED 2004/12/01 16:31:12 cmc 1.3.40.1: #i38188# handle some uncompilable with gcj directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [299f6e708b0ae4d84fe66e2d1f6872ed9eaf0c74]

        INTEGRATION: CWS gcj1 (1.4.30); FILE MERGED 2004/12/01 16:31:11 cmc 1.4.30.1: #i38188# handle some uncompilable with gcj directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [28d5767f9b9ff4ee62d2bd3d937a18fdb129d08f]

        INTEGRATION: CWS impress29 (1.2.44); FILE MERGED 2005/01/17 15:13:57 cl 1.2.44.1: #i37784# changed to absolute intervals for iterate containers

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [da649cf5cd010839057eaa1af9ebe2ca1659ad1a]

        INTEGRATION: CWS gcj1 (1.3.40); FILE MERGED 2004/12/01 16:31:10 cmc 1.3.40.1: #i38188# handle some uncompilable with gcj directories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c7e5101fc5853783af7dcd7ad700a533ffbe609f]

        INTEGRATION: CWS gcj1 (1.18.12); FILE MERGED 2005/01/10 11:32:38 cmc 1.18.12.1: #i38188# need an alternative that keeps java and gcj happy

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [1007a6917edfcd6ed67692c5cc1bb86dfe8d168c]

        INTEGRATION: CWS gcj1 (1.17.18); FILE MERGED 2004/12/01 12:35:34 cmc 1.17.18.1: #i38188# gcj needs a little help to build this dir

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [fb91d0844fd233f512b1456909d6b445198383b2]

        INTEGRATION: CWS gcj1 (1.3.2); FILE MERGED 2004/12/01 16:48:59 cmc 1.3.2.1: #i38188# This dir cannot be build with gcj because of jawt.h

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [be1becdcc1a7f171f6e5a47a83b68deab8f0e701]

        INTEGRATION: CWS gcj1 (1.12.4); FILE MERGED 2005/01/10 13:22:59 cmc 1.12.4.4: #i38188# and proper check 2005/01/10 12:43:20 cmc 1.12.4.3: #i38188# rollback changes, not necessary 2004/12/03 09:43:59 cmc 1.12.4.2: #i38188# pick up on JAVADOC if necessary 2004/12/03 09:17:28 cmc 1.12.4.1: #i38188# pick up JAVADOC from settings.mk and if its not valid don't get too excited

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [ee21aeb44b85f8434734555c5748209a64cc1e8c]

        INTEGRATION: CWS gcj1 (1.5.120); FILE MERGED 2004/12/01 11:55:38 cmc 1.5.120.1: #i38188# This dir cannot be build with gcj because of sun.applet.AppletAudioClip

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [f3b5c7e0dc1da84d83965c093c5ff2df84726664]

        INTEGRATION: CWS gcj1 (1.12.10); FILE MERGED 2005/01/06 21:54:45 cmc 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED 2004/12/03 15:32:02 cmc 1.12.10.1: #i38188# ifdef out java things that don't build with gcj when using gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [98456fa1ee6378c078106daec1471430e7cef4be]

        INTEGRATION: CWS gcj1 (1.50.12); FILE MERGED 2005/01/10 14:12:14 cmc 1.50.12.5: #i38188# bad update 2005/01/07 10:32:00 cmc 1.50.12.4: #i38188# some bits not available with gcj 2005/01/06 21:56:07 cmc 1.50.12.3: RESYNC: (1.50-1.61); FILE MERGED 2004/12/09 10:27:09 cmc 1.50.12.2: #i38188# ScriptsJava.zip not available with gcj 2004/12/03 15:32:01 cmc 1.50.12.1: #i38188# ifdef out java things that don't build with gcj when using gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [a1cfec59d4ec1517083c9d43274bd38a1406ec43]

        INTEGRATION: CWS gcj1 (1.69.10); FILE MERGED 2005/01/06 21:55:05 cmc 1.69.10.2: RESYNC: (1.69-1.75); FILE MERGED 2004/12/03 15:32:01 cmc 1.69.10.1: #i38188# ifdef out java things that don't build with gcj when using gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [73a8fc18dd64c1a818445a5861c84f162f395fdb]

        INTEGRATION: CWS impress29 (1.2.44); FILE MERGED 2005/01/18 15:42:01 cl 1.2.44.1: #i37784# changed to absolute intervals for iterate containers

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [2cd377cc388e50f8810df89804c550a2674e2543]

        INTEGRATION: CWS gcj1 (1.4.52); FILE MERGED 2005/01/07 10:31:59 cmc 1.4.52.1: #i38188# some bits not available with gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [03b0ab01a52e5263a04ab5e01586428d0af89738]

        INTEGRATION: CWS impress29 (1.35.42); FILE MERGED 2005/01/17 15:23:22 cl 1.35.42.1: #i37784# changed to absolute intervals for iterate containers

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c4bda2160e4a1a50086245f36a6e6a402c2bef37]

        INTEGRATION: CWS gcj1 (1.6.22); FILE MERGED 2005/01/07 10:31:59 cmc 1.6.22.1: #i38188# some bits not available with gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [d759835efc7ef52fb221e055f062ac6c37191566]

        INTEGRATION: CWS impress29 (1.37.42); FILE MERGED 2005/01/19 16:32:21 af 1.37.42.2: #i40281# Use the current ePageKind for SID_ASSIGN_LAYOUT. 2005/01/14 16:37:27 af 1.37.42.1: #i40632# Added support for SID_ASSIGN_LAYOUT slot.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c8f956307dce2b28902456cd3b92ff9f054370c2]

        INTEGRATION: CWS impress29 (1.8.14); FILE MERGED 2005/01/13 17:03:07 af 1.8.14.1: #i39639# Switched default value of mbKeepMainViewShellOnTop back to false.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [0f053d772c60dfd6e89df9212aa0b67ac44b8ecf]

        INTEGRATION: CWS gcj1 (1.3.4); FILE MERGED 2005/01/09 18:34:59 cmc 1.3.4.1: #i38188# add gij as a java provider

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [95b5358e061429ee5e7a68a3690bdd5ef8fc002f]

        INTEGRATION: CWS gcj1 (1.5.6); FILE MERGED 2005/01/09 18:34:59 cmc 1.5.6.1: #i38188# add gij as a java provider

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [ef920d58c6a49852171d0f01dadfc384d8c75047]

        INTEGRATION: CWS impress29 (1.3.152); FILE MERGED 2005/01/13 13:49:33 af 1.3.152.1: #i39600# Removed GrabFocus() from TitledControl::WindowEventListener() for mouse button down events.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [8b3d9a43a18acdae468958af89a1e28a32e5c421]

        INTEGRATION: CWS gcj1 (1.1.2); FILE ADDED 2005/01/11 09:44:46 cmc 1.1.2.2: #i38188# runtime libgcj search tests 2005/01/09 18:39:00 cmc 1.1.2.1: #i38188# add gnujre

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [089c35afc50afc078f7e858bb1dba114ada8510e]

        INTEGRATION: CWS impress29 (1.3.84); FILE MERGED 2005/01/14 16:29:37 af 1.3.84.2: #i40632# Improved the documentation of CreateRequest() a little bit. 2005/01/13 17:00:47 af 1.3.84.1: #i40281# Integrated IsMainViewInMasterPageMode() into AssignLayoutToSelectedSlides().

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [effac2ff83bcdbcbd69ea18f98f4ae3bea00f3ae]

        INTEGRATION: CWS gcj1 (1.4.6); FILE MERGED 2005/01/09 18:34:59 cmc 1.4.6.1: #i38188# add gij as a java provider

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [6aa17221dc3c70e9aef0cd14ee31c5db63228f20]

        INTEGRATION: CWS impress29 (1.6.44); FILE MERGED 2005/01/19 16:29:29 af 1.6.44.2: #i40281# Fixed the GetSlideSorter() method. 2005/01/14 16:25:30 af 1.6.44.1: #i40632# Added static GetSlideSorter() method.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [3cfb15988fb826d3cd6d8a10500f808e72f678f0]

        INTEGRATION: CWS impress29 (1.10.42); FILE MERGED 2005/01/13 16:51:49 af 1.10.42.1: #i39639# Added support for SID_DELETE slot.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [a7ade5e385bcd0f5f6ad86e2b2bd7ed2a8fe55d1]

        INTEGRATION: CWS impress29 (1.11.42); FILE MERGED 2005/01/13 10:17:40 af 1.11.42.1: #i32465# PageUp/Down now sets the focused page along with the current page.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [abc6df73843e4cb31698e9e291cec7532863f5fb]

        INTEGRATION: CWS impress29 (1.6.44); FILE MERGED 2005/01/13 16:46:47 af 1.6.44.1: #i39639# Added support for SID_DELETE slot.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [dcdc0dd51a7086126ab2ad584396aa8cc8394f9a]

        INTEGRATION: CWS impress29 (1.7.42); FILE MERGED 2005/01/13 10:15:17 af 1.7.42.1: #i32465# Not showing the focus anymore when the window slidesorter gets the input focus.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [0810b09a57f521ff9cb810d3537089c78c3c36ab]

        INTEGRATION: CWS impress29 (1.3.34); FILE MERGED 2005/01/17 17:51:40 cl 1.3.34.1: #i38583# readded sound and ole interactions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [e8cbc2c3659a8370aa9764cc3ea3d791948b5538]

        INTEGRATION: CWS impress29 (1.7.44); FILE MERGED 2005/01/17 16:49:03 cl 1.7.44.1: #i38583# readded sound and ole interactions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [79c1c9e3ae04e0b3fc80a343ce7ae1d56d60ad6e]

        INTEGRATION: CWS gcj1 (1.2.2); FILE MERGED 2004/12/01 12:21:14 cmc 1.2.2.1: #i38188# This dir cannot be build with gcj because of javax.swing.JTextArea.replaceRange

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [7335fc0cf16d0805336c5fb4982c3259ea34efdf]

        INTEGRATION: CWS impress29 (1.5.50); FILE MERGED 2005/01/14 16:24:52 af 1.5.50.1: #i40632# Added AddedAssignLayout() method.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [1811331f9af52cf8b4a0162cd2bcadd30669660b]

        INTEGRATION: CWS impress29 (1.3.44); FILE MERGED 2005/01/14 16:24:15 af 1.3.44.1: #i40632# Added static GetSlideSorter() method.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [0b64553fc309d1c7a898836250fd3967754c59e3]

        INTEGRATION: CWS impress29 (1.38.42); FILE MERGED 2005/01/18 10:47:48 af 1.38.42.1: #i39832# PageUp/Down uses CONTROL to distinguish between switching pages or layers.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [2a0d7de4ea794e9055bae489046b8973fef606e3]

        INTEGRATION: CWS impress29 (1.16.44); FILE MERGED 2005/01/17 16:49:29 cl 1.16.44.1: #i38583# readded sound and ole interactions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [eb662fdcc8c9e94812122104656b9007e18a44c6]

        INTEGRATION: CWS gcj1 (1.156.8); FILE MERGED 2005/01/10 08:34:22 cmc 1.156.8.4: #i38188# missing quote 2005/01/06 21:07:57 cmc 1.156.8.3: RESYNC: (1.156-1.159); FILE MERGED 2004/12/03 08:49:42 cmc 1.156.8.2: #i38188# pick up JAVADOC from envirnment is configure sets it 2004/12/01 08:32:44 cmc 1.156.8.1: #i38188# add obscure command line arguments to get gcj/gij to play fair with the included premade jars

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [652abefff0254539752c4cd43c5aaba50892b7e6]

        INTEGRATION: CWS gcj1 (1.5.118); FILE MERGED 2004/12/03 14:30:32 cmc 1.5.118.1: #i38188# use JAVAI and JAVACPS from settings.mk in javaunittest.mk

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [dd6ccaf78a489690fd08db38cbc3c03445d688c1]

        INTEGRATION: CWS impress29 (1.2.44); FILE MERGED 2005/01/18 11:03:17 bm 1.2.44.1: #i40660# some transition presets are not shown in the UI, therefore remember a mapping of indexes

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [cb6dbf4d8ef4b98f9576722047ed3be06571dfa7]

        INTEGRATION: CWS gcj1 (1.25.84); FILE MERGED 2004/12/01 08:32:43 cmc 1.25.84.1: #i38188# add obscure command line arguments to get gcj/gij to play fair with the included premade jars

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [318b98160b639895a37fbff7b4d8cb43c6ac6648]

        INTEGRATION: CWS impress29 (1.2.44); FILE MERGED 2005/01/18 11:03:17 bm 1.2.44.4: #i40660# some transition presets are not shown in the UI, therefore remember a mapping of indexes 2005/01/17 15:17:12 cl 1.2.44.3: #i37784# changed to absolute intervals for iterate containers 2005/01/13 14:04:46 af 1.2.44.2: #i40384# In EventMultiplexerListener() the EID_MAIN_VIEW_ADDED code now determines the XDrawView correctly. 2005/01/12 14:45:10 cl 1.2.44.1: #i40343# removed unnec. assertion

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c76272957758700da697b0bf40dfcb58a88c1302]

        INTEGRATION: CWS impress29 (1.2.44); FILE MERGED 2005/01/17 15:17:10 cl 1.2.44.1: #i37784# changed to absolute intervals for iterate containers

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [a3819152bc04a1b442f21a07fad539d319aec215]

        INTEGRATION: CWS impress29 (1.3.44); FILE MERGED 2005/01/17 18:16:08 cl 1.3.44.1: #i40831# fixed dialog high to cover checkbox

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [1928386f3b3dccbe4bbe7286273f452a04cba11c]

        INTEGRATION: CWS impress29 (1.2.44); FILE MERGED 2005/01/17 15:15:22 cl 1.2.44.1: #i37784# changed to absolute intervals for iterate containers

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [7bdaaf390b1bfb337c9a237e26f629b1f5ccfdf5]

        INTEGRATION: CWS impress29 (1.2.44); FILE MERGED 2005/01/17 15:15:21 cl 1.2.44.1: #i37784# changed to absolute intervals for iterate containers

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [09b4f36669297c176d7f618315c4c4a7e8c8bcbe]

        INTEGRATION: CWS gcj1 (1.6.82); FILE MERGED 2004/12/02 16:59:11 cmc 1.6.82.1: #i38188# This dir cannot be build fully with gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c862cc1233c5b8772b1e63d167b97d293c0213d1]

        INTEGRATION: CWS impress29 (1.21.44); FILE MERGED 2005/01/14 16:23:09 af 1.21.44.1: #i40632# Added SID_ASSIGN_LAYOUT.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [93ed26ffa04e82d227d3ce6b36930244f67432a4]

        INTEGRATION: CWS gcj1 (1.7.82); FILE MERGED 2004/12/03 15:24:57 cmc 1.7.82.2: #i38188# build .cxx files in this dir even if gcj 2004/12/02 16:59:10 cmc 1.7.82.1: #i38188# This dir cannot be build fully with gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [60c8f83cb49905e6e63919bae7d22809c3489d47]

        INTEGRATION: CWS impress29 (1.12.44); FILE MERGED 2005/01/14 16:22:28 af 1.12.44.1: #i40632# Added SID_ASSIGN_LAYOUT.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [cbbb1b5594f523cbd2fe3af3ca7cad068b46090e]

        INTEGRATION: CWS gcj1 (1.4.134); FILE MERGED 2004/12/02 16:58:51 cmc 1.4.134.1: #i38188# gcj needs a little help to build this file

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [e1895d68f67e35758092a3db9b011336e52b9902]

        INTEGRATION: CWS impress29 (1.5.44); FILE MERGED 2005/01/13 16:44:09 af 1.5.44.1: #i39639# Added SID_DELETE slot.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [2957ae27d3b9fe291fc4c244db08fd2fdec76e24]

        INTEGRATION: CWS impress29 (1.19.44); FILE MERGED 2005/01/17 15:14:18 cl 1.19.44.1: #i37784# changed to absolute intervals for iterate containers

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b033d8e9182f293675cd67a16c903e58c5ccd5c9]

        INTEGRATION: CWS impress29 (1.14.44); FILE MERGED 2005/01/14 16:21:44 af 1.14.44.1: #i40632# Added SID_ASSIGN_LAYOUT.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [6d100d5ff853cc3fc1b35a8b8b879350542197dd]

        INTEGRATION: CWS gcj1 (1.1.4); FILE MERGED 2005/01/06 20:37:50 cmc 1.1.4.2: RESYNC: (1.1-1.2); FILE MERGED 2004/12/01 11:51:24 cmc 1.1.4.1: #i38188# This dir cannot be build with gcj because of sun.security.action.GetPropertyAction

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [bf90962ff3068ed7dac7e9bcdde189f587efb42f]

        INTEGRATION: CWS impress29 (1.2.44); FILE MERGED 2005/01/17 15:26:11 cl 1.2.44.1: #i37784# changed to absolute intervals for iterate containers

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [edc487eb9616ebdd69f87d72ccfb584189587a76]

        INTEGRATION: CWS gcj1 (1.1.1.1.150); FILE MERGED 2004/12/02 10:06:08 cmc 1.1.1.1.150.1: #i38188# This dir cannot be build fully with gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [708184d351c9fc312519502974a46eeaabb4291b]

        INTEGRATION: CWS gcj1 (1.1.1.1.150); FILE MERGED 2004/12/02 10:06:07 cmc 1.1.1.1.150.1: #i38188# This dir cannot be build fully with gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [263ad7ff0ea9490318c627e60fee2a0738f11b71]

        INTEGRATION: CWS gcj1 (1.3.46); FILE MERGED 2004/12/02 10:53:06 cmc 1.3.46.1: #i38188# This dir cannot be build fully with gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [92be23d5dd5963d21ea09b4b569194dc157d5480]

        INTEGRATION: CWS gcj1 (1.2.46); FILE MERGED 2004/12/02 10:53:05 cmc 1.2.46.1: #i38188# This dir cannot be build fully with gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [960cd8ac54cb2f8ea3c6e5c505eddb83a3f047a9]

        INTEGRATION: CWS gcj1 (1.5.42); FILE MERGED 2005/01/06 20:24:30 cmc 1.5.42.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/08 08:07:30 cmc 1.5.42.1: #i38188# minor tweak for gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [1494706310e70deb176ea1305227c3e1e519fb51]

        INTEGRATION: CWS gcj1 (1.29.26); FILE MERGED 2004/12/08 09:54:45 cmc 1.29.26.1: #i38188# tweak makefile to use configured JAVAI

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [829fa0501d6c524a68794a42b8976f3a6b7576dd]

        INTEGRATION: CWS gcj1 (1.3.10); FILE MERGED 2005/01/06 19:25:59 cmc 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/02 09:00:19 cmc 1.3.10.1: #i38188# This dir cannot be build with gcj because of sun.awt

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [377835ebd6220b7f9ea3f1993f9359bbf5d8595e]

        INTEGRATION: CWS gcj1 (1.18.10); FILE MERGED 2004/12/02 12:04:43 cmc 1.18.10.1: #i38188# gcj needs a little help t build this file

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [81dd32af291e790934ef603d950c5a4b3193e7c2]

        INTEGRATION: CWS gcj1 (1.2.10); FILE MERGED 2004/12/02 12:04:15 cmc 1.2.10.1: #i38188# This dir cannot be build fully with gcj

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [582c905476c57271f93826ddad145831f19e7ad9]

        INTEGRATION: CWS pbbeta06 (1.43.40); FILE MERGED 2005/01/14 09:00:57 pb 1.43.40.1: fix: #i40042# get image fron newmenu if necessary

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [de9896e502f881b65ae5338054cee7a86f2941a7]

        INTEGRATION: CWS pbbeta06 (1.52.34); FILE MERGED 2005/01/14 09:00:03 pb 1.52.34.1: fix: #i38481# IsValidFactory() added

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [7e11653b6a5e825d003828d96298e0368a98a168]

        INTEGRATION: CWS pbbeta06 (1.104.34); FILE MERGED 2005/01/14 09:00:31 pb 1.104.34.1: fix: #i38481# don't set invalid (shared,schart) factories

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [64a0d1f116f294f77a68d9910e3d08da1322da2c]

        INTEGRATION: CWS pbbeta06 (1.71.36); FILE MERGED 2005/01/17 09:54:11 pb 1.71.36.2: fix: #i40257# case sensitive fix 2005/01/14 08:59:21 pb 1.71.36.1: fix: #i40257# german umlauts fixed

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [7c198c13571238f69083d137d957cca0f5c647d1]

        INTEGRATION: CWS pbbeta06 (1.7.220); FILE MERGED 2005/01/14 08:57:09 pb 1.7.220.1: fix: #i39983# new parameter Separator for InsertLabel()

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [39b015d8c3e700913319f542904120b494711441]

        INTEGRATION: CWS pbbeta06 (1.6.222); FILE MERGED 2005/01/14 08:56:25 pb 1.6.222.1: fix: #i39983# CheckButtonWidth() added

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [082cbb14e1e5b96476bc4dfe4741c827d25d4867]

        INTEGRATION: CWS pbbeta06 (1.37.222); FILE MERGED 2005/01/14 08:55:19 pb 1.37.222.1: fix: #i39981# wrong strings replaced and dialog beautified

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [84a2efa6702f7fe0981e84839840e42ba13c0b97]

        INTEGRATION: CWS pbbeta06 (1.18.114); FILE MERGED 2005/01/14 08:56:01 pb 1.18.114.1: fix: #i39983# dynamic button width fix: #i39983# split separator from caption

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [9d106ee9b624bed6f8ffbce2eedf735ce3b0e271]

        INTEGRATION: CWS pbbeta06 (1.20.2); FILE MERGED 2005/01/14 08:53:39 pb 1.20.2.1: fix: #i39983# new parameter Separator for InsertLabel()

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [4e4f5d6fd17e110e8247a8f04155eca7ff866367]

        INTEGRATION: CWS pbbeta06 (1.42.336); FILE MERGED 2005/01/14 16:11:49 pb 1.42.336.2: fix: #i39983# german umlauts fix (2. Edition) 2005/01/14 08:54:08 pb 1.42.336.1: fix: #i39983# german umlauts fixed

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b0e1cc3377a3ac2c669905ae77add8fac9f7cf4a]

        INTEGRATION: CWS pbbeta06 (1.68.222); FILE MERGED 2005/01/20 08:32:01 pb 1.68.222.2: fix: #i39980# Writer graphics -> Writer picture 2005/01/14 08:53:08 pb 1.68.222.1: fix: #i39980# Writer objects in lower case

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [4b9ece6cfe18f2e4f8a31dba82cf15cc0ed21ca7]

        INTEGRATION: CWS pbbeta06 (1.20.220); FILE MERGED 2005/01/20 08:36:57 pb 1.20.220.2: fix: #i39980# show no version number on OLE objects 2005/01/14 08:52:36 pb 1.20.220.1: fix: #i39980# remove Writer object from OLE list

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [f80db6f8d99510bbeee4e44df743520c2394820f]

        INTEGRATION: CWS pbbeta06 (1.16.4); FILE MERGED 2005/01/19 10:28:16 os 1.16.4.1: #i40822# relative links shouldn't not be checked for existance

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [43fbebed3da528b8d8592d9ad718cd805a5f58cb]

        INTEGRATION: CWS pbbeta06 (1.16.86); FILE MERGED 2005/01/14 08:51:57 pb 1.16.86.1: fix: #i39983# add member and parameter String Separator

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [987192f109c3a1e0fca28b04461d84bb1301c00f]

        INTEGRATION: CWS pbbeta06 (1.30.90); FILE MERGED 2005/01/14 08:51:24 pb 1.30.90.1: fix: #i39983# add parameter String rSeparator to InsertLabel()

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [88bf11462a5eaa9997e4b5ba62035f5daa7bff8a]

        INTEGRATION: CWS pbbeta06 (1.29.36); FILE MERGED 2005/01/14 08:50:40 pb 1.29.36.1: fix: #i39983# create UndoInsertLabel with the characterstyle fix: #i39983# Insert[Draw]Label() improved

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [0fbe7e70bf211f611d7146f6f5afaffa66c2548a]

        INTEGRATION: CWS pbbeta06 (1.19.94); FILE MERGED 2005/01/14 08:49:28 pb 1.19.94.1: fix: #i39983# add member and parameter String Separator

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [3916cf6e0f331e792f299c2a679daf08b4e3779a]

        INTEGRATION: CWS pbbeta06 (1.48.22); FILE MERGED 2005/01/14 08:48:59 pb 1.48.22.1: fix: #i39983# add parameter String rSeparator to InsertLabel()

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [1f98e2fdd61e47fa701992c087cc95c180bd57e0]

        INTEGRATION: CWS pbbeta06 (1.97.18); FILE MERGED 2005/01/14 08:48:24 pb 1.97.18.1: fix: #i39983# add parameter String rSeparator to InsertLabel()               add Parameter String rSeparator and               rCharacterStyle to InsertDrawLabel()

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c2a22577d43e1abe5085dbf57b9a0418761aa473]

        INTEGRATION: CWS pbbeta06 (1.1.18); FILE MERGED 2005/01/14 07:52:08 pb 1.1.18.1: fix: #i36986# twopages instead of bookview

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [459804328e8d2c3b8c3c220903f58ec806ce58a4]

        INTEGRATION: CWS pbbeta06 (1.1.18); FILE MERGED 2005/01/14 07:51:57 pb 1.1.18.1: fix: #i36986# twopages instead of bookview

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c88923bdb6b394dc4b657e59cbd332c3e6b34c64]

        INTEGRATION: CWS pbbeta06 (1.1.18); FILE MERGED 2005/01/14 07:51:56 pb 1.1.18.1: fix: #i36986# twopages instead of bookview

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [9418f9b78e530cbfe55fcb2b985c4d232596655e]

        INTEGRATION: CWS pbbeta06 (1.2.28); FILE MERGED 2005/01/20 08:28:03 pb 1.2.28.1: fix: #i39980# chart is no module -> lower case

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b3aaa3081a1780237b76606f0659390b412a0a3a]

        INTEGRATION: CWS pbbeta06 (1.63.22); FILE MERGED 2005/01/14 08:58:33 pb 1.63.22.1: fix: #i39688# no preview of newdocs

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [d2906c39745d7a0f2031ee97c3c7063b77450380]

        INTEGRATION: CWS swqcore04 (1.86.60); FILE MERGED 2005/01/11 12:12:08 mbu 1.86.60.1: #i38704

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [df4884912e7a3bcb6ffb9e8e87e64cde652a5f96]

        INTEGRATION: CWS swqcore04 (1.32.12); FILE MERGED 2005/01/11 12:13:43 mbu 1.32.12.1: #i38704

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [2a930699598cccdd690ba09af5d090ebad7323ff]

        INTEGRATION: CWS swqcore04 (1.81.48); FILE MERGED 2004/12/20 14:59:34 hbrinkm 1.81.48.1: #i39221# switch of numbering even if selection has mark

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b547aa50cda3a8f4a6084779e39628100d49421f]

        INTEGRATION: CWS swqcore04 (1.3.194); FILE MERGED 2004/12/20 10:48:58 hbrinkm 1.3.194.1: #i35776# PASTE_CLIPBOARD and TYPING are repeatable

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [3c9d049fd54e367e2d9dbf35c92f368628e97634]

        INTEGRATION: CWS swqcore04 (1.13.136); FILE MERGED 2005/01/12 14:53:58 hbrinkm 1.13.136.2: RESYNC: (1.13-1.14); FILE MERGED 2004/12/20 10:48:27 hbrinkm 1.13.136.1: #i35776# no special treatment of UNDO_START and UNDO_END necessary anymore

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [4303e861b2a9cc6932a765aecaacf8f8c64f3716]

        INTEGRATION: CWS swqcore04 (1.7.84); FILE MERGED 2005/01/12 09:31:50 hbrinkm 1.7.84.1: #i40048# call MakeUniqueNumRules after Copy

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [5dea286d739c6ef5a4bda2abff97f8f0b3a718cd]

        INTEGRATION: CWS swqcore04 (1.42.24); FILE MERGED 2005/01/12 09:28:29 hbrinkm 1.42.24.1: #i40048# MakeUniqueNumRules

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c16c0f1a3b0b11b89f2177bbb035f2d2d398432a]

        INTEGRATION: CWS swqcore04 (1.10.46); FILE MERGED 2005/01/12 14:41:48 hbrinkm 1.10.46.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/20 10:40:53 hbrinkm 1.10.46.1: #i35776# dbg_out for SwUndo

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [d6ab7c23a82640711b75514b55a5a1714f22f327]

        INTEGRATION: CWS swqcore04 (1.7.194); FILE MERGED 2004/12/20 10:40:27 hbrinkm 1.7.194.1: #i35776# PASTE_CLIPBOARD and TYPING are repeatable

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [4fff526df247c03a84e20d2fe8aca2c38e3f247b]

        INTEGRATION: CWS swqcore04 (1.25.58); FILE MERGED 2005/01/12 14:39:12 hbrinkm 1.25.58.2: RESYNC: (1.25-1.26); FILE MERGED 2005/01/11 12:12:51 mbu 1.25.58.1: #i38704

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c3e2105f49cceeb6be4ccafa72dc92e1d0356aee]

        INTEGRATION: CWS swqcore04 (1.95.20); FILE MERGED 2005/01/12 14:31:23 hbrinkm 1.95.20.2: RESYNC: (1.95-1.97); FILE MERGED 2005/01/12 09:23:37 hbrinkm 1.95.20.1: #i40048# MakeUniqueNumRules

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [97ef260f83db8e9d5d9f3575b0533e2c49e59d8c]

        INTEGRATION: CWS swqcore04 (1.8.48); FILE MERGED 2005/01/12 14:32:02 hbrinkm 1.8.48.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/20 10:39:36 hbrinkm 1.8.48.1: #i35776# dbg_out for SwUndo

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [77c1a89ac628536438ca623a13ceae5707d6b4c2]

        INTEGRATION: CWS swqcore04 (1.117.24); FILE MERGED 2005/01/11 15:17:42 dvo 1.117.24.1: #i40110# don't call ContextFilter twice for text defaults

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [89ceda93216f1ef3ccf4493bd80da7238f65ffe1]

        INTEGRATION: CWS swqcore04 (1.79.24); FILE MERGED 2005/01/11 19:11:10 dvo 1.79.24.1: #i40214# style:mirror is used in both text and shape property maps

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [d244730957feddb1c7f731c23da81c6409f74e2e]

        INTEGRATION: CWS trabugfixingso8 (1.6.62); FILE MERGED 2005/01/20 12:39:17 tra 1.6.62.1: #i38628# removed fsync call in oslDoCopyFile evaluating return value of close instead

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [34e7c9f17cee89e470b5ebaf519c0199a1506358]

        INTEGRATION: CWS trabugfixingso8 (1.3.56); FILE MERGED 2005/01/20 10:11:22 tra 1.3.56.1: #112868# using url translator service to convert OOo Urls which are UTF8 encoded to external urls

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c263505c1a0c61ee17cb4db8bbb1a73b88fb7bbe]

        INTEGRATION: CWS trabugfixingso8 (1.5.30); FILE MERGED 2005/01/20 10:11:22 tra 1.5.30.1: #112868# using url translator service to convert OOo Urls which are UTF8 encoded to external urls

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [ccab41e7d8ce44527f56e8537de2396daa0468a8]

        INTEGRATION: CWS installer03 (1.3.62); FILE MERGED 2004/12/14 11:25:04 dv 1.3.62.1: #i38509# 'OK' and 'Cancel' have to be localized, too

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [d1026123b8f1810818fff63a32ddf34ec1fdcf1d]

        INTEGRATION: CWS installer03 (1.4.8); FILE MERGED 2005/01/13 10:13:31 dv 1.4.8.1: #i38509# No 'choose language' dialog

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [1d8132d59d3b57ecaa27b746e9dfc896aabbf96a]

        INTEGRATION: CWS installer03 (1.5.4); FILE MERGED 2005/01/13 10:13:30 dv 1.5.4.2: #i38509# No 'choose language' dialog 2004/12/14 11:27:01 dv 1.5.4.1: #i38509#, #i38818#: localized ok and cancel, use better font for CJK languages

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [04e8b10da76ce7ca7741a2c7e39acf75186d6b21]

        INTEGRATION: CWS installer03 (1.4.62); FILE MERGED 2004/12/14 11:23:55 dv 1.4.62.1: #i38509# 'OK' and 'Cancel' have to be localized, too

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [93dd678e87540beef391b6f16b6b0afd1ec61c97]

        INTEGRATION: CWS installer03 (1.4.62); FILE MERGED 2005/01/21 12:37:06 dv 1.4.62.1: removed lnglist.txt

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [545e781bc7e4b698bdca5184f5df2e81f01173ae]

        INTEGRATION: CWS installer03 (1.3.116); FILE MERGED 2004/12/14 11:22:26 dv 1.3.116.1: #i38509# 'OK' and 'Cancel' have to be localized, too

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [4ffcae60515fdbacdfde5a372ba1f2ee08bd6f35]

        INTEGRATION: CWS unxlngs01 (1.5.4); FILE MERGED 2004/11/25 20:37:22 sparcmoz 1.5.4.1: #36037#:linux sparc multi-inheritance cleanup diff against 645

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [a62f6bc8401b57a7a7a2713373776a1384196a39]

        INTEGRATION: CWS unxlngs01 (1.5.24); FILE MERGED 2004/11/25 20:35:42 sparcmoz 1.5.24.1: #36037#:fixup linux sparc multi-inheritance and cleanup diff against 645

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [803d18a5c9bf3ee25510d54dfdca344d2b75a65f]

        INTEGRATION: CWS setupcustomizer (1.6.60); FILE MERGED 2005/01/14 13:07:31 tra 1.6.60.1: added unicode wrapper for some shell helper functions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [6a9d288fe694bc889739e88ef9843faf84f02c53]

        INTEGRATION: CWS systempython (1.7.60); FILE MERGED 2005/01/18 19:23:21 cmc 1.7.60.1: #i40917# update system python

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [b07dc4604c4b66f07c1c2022817041ff4ff4b355]

        INTEGRATION: CWS setupcustomizer (1.9.60); FILE MERGED 2005/01/14 13:07:31 tra 1.9.60.1: added unicode wrapper for some shell helper functions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c8d4338c205d7461c1b04c93939709c34df573f8]

        INTEGRATION: CWS systempython (1.7.14); FILE MERGED 2005/01/18 19:23:21 cmc 1.7.14.1: #i40917# update system python

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [f66291bb6c5825d050ec96ea6e649efd618d9100]

        INTEGRATION: CWS setupcustomizer (1.1.2); FILE ADDED 2005/01/14 13:06:11 tra 1.1.2.1: added some unicode wrapper for some shell helper functions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [f599cd77fb11a19b3c748d5b673b12d66ef15e81]

        INTEGRATION: CWS setupcustomizer (1.1.2); FILE ADDED 2005/01/14 13:06:10 tra 1.1.2.1: added some unicode wrapper for some shell helper functions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [cc98e67c02aeb3c81652253a07626977468f9136]

        INTEGRATION: CWS systempython (1.8.6); FILE MERGED 2005/01/18 18:54:21 cmc 1.8.6.1: #i40917# update system python

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [4e983f66996d953e56535aa1256170d3e708ccff]

        INTEGRATION: CWS setupcustomizer (1.1.2); FILE ADDED 2005/01/14 13:06:09 tra 1.1.2.1: added some unicode wrapper for some shell helper functions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [d732c3f141b59c6ea645b7c33ba7ac10761f0ce8]

        INTEGRATION: CWS systempython (1.14.6); FILE MERGED 2005/01/18 19:21:05 cmc 1.14.6.1: #i40917# update system python

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [e43bb7f6010380421a0e1c0a39d609065b58fe94]

        INTEGRATION: CWS setupcustomizer (1.1.2); FILE ADDED 2005/01/14 13:06:08 tra 1.1.2.1: added some unicode wrapper for some shell helper functions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [320b771a7397fba8242d18fa478da655a583a01b]

        INTEGRATION: CWS setupcustomizer (1.1.2); FILE ADDED 2005/01/14 13:06:07 tra 1.1.2.1: added some unicode wrapper for some shell helper functions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [979f78decdfd58ca1f9220c64d25d47926200006]

        INTEGRATION: CWS setupcustomizer (1.1.2); FILE ADDED 2005/01/14 13:06:06 tra 1.1.2.1: added some unicode wrapper for some shell helper functions

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [8117aeda04cf010196196a0205494f14b3bb4563]

        INTEGRATION: CWS setupcustomizer (1.1.2); FILE ADDED 2005/01/14 13:06:05 tra 1.1.2.1: added some unicode wrapper for some shell helper functions

2005-01-25  Rüdiger Timm  <rt@openoffice.org>  [7527eff3b41853c344ca90915834bf8801b01514]

        #i10000# Add postprocess to obligatory_modules again (why at all was this removed?)

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [0da37bfa117e21bc76fb0f49056547b852556870]

        INTEGRATION: CWS configure4 (1.25.6); FILE MERGED 2005/01/24 00:53:49 vq 1.25.6.10: #i39460# Remove obsolete comment about interactively entered values. 2005/01/19 17:53:17 rene 1.25.6.9: RESYNC: (1.33-1.37); FILE MERGED 2005/01/18 15:38:35 rene 1.25.6.8: RESYNC: (1.32-1.33); FILE MERGED 2005/01/17 14:53:48 rene 1.25.6.7: RESYNC: (1.31-1.32); FILE MERGED 2005/01/14 01:49:58 rene 1.25.6.6: #i39160# s390 2005/01/13 23:14:05 rene 1.25.6.5: #i36052# configure needs to test for visibility 2005/01/12 13:49:24 rene 1.25.6.4: RESYNC: (1.25-1.31); FILE MERGED 2005/01/12 13:21:44 rene 1.25.6.3: - comment out system-dbd and system-icu, not working/incomplete - fix curl version check 2004/12/22 14:35:29 rene 1.25.6.2: #i38460# patch to beautify configure script and its output 2004/11/08 19:33:04 rodarvus 1.25.6.1: Issue number: i30357 - needs rpm to build sysui Submitted by: waratah Reviewed by: rodarvus

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [eedd1a98962b6dde7f029c714c402725c354bd3c]

        INTEGRATION: CWS configure4 (1.74.4); FILE MERGED 2005/01/24 00:43:02 vq 1.74.4.28: #i32066# Accept symlinks and real files. 2005/01/23 20:40:05 vq 1.74.4.27: #i10000# Fix comment. 2005/01/23 20:33:52 vq 1.74.4.26: #i39460# Fix typo and regenerate conofigure. 2005/01/19 18:04:24 rene 1.74.4.25: add AC_MSG_CHECKING/_RESULT to custom images check. move it up also 2005/01/19 17:52:53 rene 1.74.4.24: RESYNC: (1.82-1.85); FILE MERGED 2005/01/19 15:36:17 rene 1.74.4.23: move some checks up in configure, move the gcc home check to before where it is used and add AC_MSG_CHECKING/_RESULT for it; move AC_SUBST(WITH_MINGWIN) to where it is defined
        
        #i32066# Xinerama is linked even when dynamic is preferred
        fix tests (-L instead of -f and one missing -n) and set XINERAMA_LINK for Mac OS X
        2005/01/18 15:12:53 rene 1.74.4.22: honour --with-local-solenv for the is-solenv-existing? check
        beautify language build check to show en-US if WITH_LANG is empty
        2005/01/17 14:11:08 rene 1.74.4.21: #i38446# --enable-kde and WIDGETSET_KDE_CFLAGS vs KDE_CFLAGS, qt in configure
        
        add check for Qt library paths and add -L$qt_libdir and -lkdecore -lkdeui
        to KDE_LIBS
        2005/01/14 10:12:22 rene 1.74.4.20: #i30501# make configure script accept solaris 10 and just check for -lt 6
        2005/01/14 02:36:53 rene 1.74.4.19: more AC_MSG_{CHECKING,RESULT}s
        2005/01/14 02:09:44 rene 1.74.4.18: #i37343# disable epm check ...
        2005/01/14 02:02:26 rene 1.74.4.17: #i37244# check for existence of 'solenv/inc/minor.mk'
        2005/01/14 01:42:38 rene 1.74.4.16: fix typo
        2005/01/13 23:44:01 rene 1.74.4.15: traditional grep doesn't have -q, go for sure...
        2005/01/13 23:14:05 rene 1.74.4.14: #i36052# configure needs to test for visibility
        2005/01/13 22:32:26 rene 1.74.4.13: #i22159# Check for GNU versions of patch and cp in configure
        2005/01/12 13:56:18 rene 1.74.4.12: quote properly
        2005/01/12 13:48:49 rene 1.74.4.11: RESYNC: (1.75-1.82); FILE MERGED
        2005/01/12 13:21:43 rene 1.74.4.10: - comment out system-dbd and system-icu, not working/incomplete
        - fix curl version check
        2005/01/10 15:01:42 rene 1.74.4.9: #i40176# Correct PTHREAD_LIBS and PTHREAD_CFLAGS for FreeBSD
        
        Submitted by: maho@openoffice.org
        2005/01/10 14:56:15 rene 1.74.4.8: #i40226# FreeBSD porting : enable cups support
        2005/01/07 20:40:43 rene 1.74.4.7: fix typo
        2004/12/22 14:35:28 rene 1.74.4.6: #i38460# patch to beautify configure script and its output
        2004/11/17 10:32:51 rene 1.74.4.5: relax grep for dmake -V output to allow dmake 4.3, too
        2004/11/16 15:38:12 rene 1.74.4.4: - Gentoo has some other epm, check if the epm we found is the right epm and
          check the $with_epm variable to let the user specific the path to the right
          epm
        - do not warn about invalid JAVA_HOME on no-Java builds
        2004/11/15 11:43:29 rene 1.74.4.3: #i36561# configure needs to check for epm
        
        epm isn't needed on Windows
        2004/11/15 11:15:57 rene 1.74.4.2: RESYNC: (1.74-1.75); FILE MERGED
        2004/11/08 19:33:04 rodarvus 1.74.4.1: Issue number: i30357 - needs rpm to build sysui
        Submitted by: waratah
        Reviewed by: rodarvus

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [580ac70df54843621df7eaf7a217acbedd550068]

        INTEGRATION: CWS configure4 (1.58.2); FILE MERGED 2005/01/24 00:53:48 vq 1.58.2.24: #i39460# Remove obsolete comment about interactively entered values. 2005/01/24 00:43:00 vq 1.58.2.23: #i32066# Accept symlinks and real files. 2005/01/23 20:33:50 vq 1.58.2.22: #i39460# Fix typo and regenerate conofigure. 2005/01/19 18:04:22 rene 1.58.2.21: add AC_MSG_CHECKING/_RESULT to custom images check. move it up also 2005/01/19 17:53:06 rene 1.58.2.20: RESYNC: (1.65-1.67); FILE MERGED 2005/01/19 15:36:15 rene 1.58.2.19: move some checks up in configure, move the gcc home check to before where it is used and add AC_MSG_CHECKING/_RESULT for it; move AC_SUBST(WITH_MINGWIN) to where it is defined
        
        #i32066# Xinerama is linked even when dynamic is preferred
        fix tests (-L instead of -f and one missing -n) and set XINERAMA_LINK for Mac OS X
        2005/01/18 15:12:50 rene 1.58.2.18: honour --with-local-solenv for the is-solenv-existing? check
        beautify language build check to show en-US if WITH_LANG is empty
        2005/01/17 14:11:05 rene 1.58.2.17: #i38446# --enable-kde and WIDGETSET_KDE_CFLAGS vs KDE_CFLAGS, qt in configure
        
        add check for Qt library paths and add -L$qt_libdir and -lkdecore -lkdeui
        to KDE_LIBS
        2005/01/14 10:12:21 rene 1.58.2.16: #i30501# make configure script accept solaris 10 and just check for -lt 6
        2005/01/14 02:36:51 rene 1.58.2.15: more AC_MSG_{CHECKING,RESULT}s
        2005/01/14 02:09:43 rene 1.58.2.14: #i37343# disable epm check ...
        2005/01/14 02:02:24 rene 1.58.2.13: #i37244# check for existence of 'solenv/inc/minor.mk'
        2005/01/14 01:42:36 rene 1.58.2.12: fix typo
        2005/01/13 23:44:00 rene 1.58.2.11: traditional grep doesn't have -q, go for sure...
        2005/01/13 23:14:03 rene 1.58.2.10: #i36052# configure needs to test for visibility
        2005/01/13 22:32:25 rene 1.58.2.9: #i22159# Check for GNU versions of patch and cp in configure
        2005/01/12 13:56:16 rene 1.58.2.8: quote properly
        2005/01/12 13:49:09 rene 1.58.2.7: RESYNC: (1.58-1.65); FILE MERGED
        2005/01/12 13:21:40 rene 1.58.2.6: - comment out system-dbd and system-icu, not working/incomplete
        - fix curl version check
        2005/01/10 15:01:40 rene 1.58.2.5: #i40176# Correct PTHREAD_LIBS and PTHREAD_CFLAGS for FreeBSD
        
        Submitted by: maho@openoffice.org
        2005/01/10 14:56:10 rene 1.58.2.4: #i40226# FreeBSD porting : enable cups support
        2005/01/07 20:40:41 rene 1.58.2.3: fix typo
        2004/12/22 14:35:26 rene 1.58.2.2: #i38460# patch to beautify configure script and its output
        2004/11/17 10:32:49 rene 1.58.2.1: relax grep for dmake -V output to allow dmake 4.3, too

2005-01-25  Rüdiger Timm  <rt@openoffice.org>  [762ee1c183b2fb77e758d9c8e4d0233fa9cb0b49]

        #i10000# Unset LD_LIBRApl PATH right before the office is started, not before the installation.

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [8706d7e6d7ad00005da92167fd896761b63310b9]

        #i10000# libfps_gnome.so has to be registerd with lazyregcomp mechanism

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [98c5db5f8999ccff6d0f182acee51b6645bcc546]

        #i10000# deliver fps-gnome-ucd.txt

2005-01-25  Oliver Bolte  <obo@openoffice.org>  [c7b90b554607236070950cd8d3259ca74fba7307]

        #i10000# libfps_gnome.so have to be registered with Regmergefile process

2005-01-24  Rüdiger Timm  <rt@openoffice.org>  [5b6f1da88d39eae75bc66183bea9dd3bcfa383de]

        #100000# Timebomb changed to end of september (by order of AK).

2005-01-24  Oliver Bolte  <obo@openoffice.org>  [74cc493850ab7cf2c90c594eec4f1e981d2744aa]

        #i10000# moved ~SvxVector3DItem from e3ditem.hxx

2005-01-24  Vladimir Glazounov  <vg@openoffice.org>  [1afa3bffbe67e8fae414aa7d5a48b4de136d83cc]

        #100000# pass one more var in hash for copyprj

2005-01-24  Oliver Bolte  <obo@openoffice.org>  [ef9988db5209cba3d43055be903a1b512fcbbdfb]

        #i10000# dl680mi.dll removed (visibility01)

2005-01-24  Oliver Bolte  <obo@openoffice.org>  [cf7ef5c7940286d083f586a93858ebdbd544a684]

        new version for SRC680

2005-01-24  Oliver Bolte  <obo@openoffice.org>  [59bcebd35242cc5e6c21d6b20d9ae74f2cfd99ce]

        #i10000# SAL_DLLPRIVATE for ImplDraw method removed

2005-01-24  Vladimir Glazounov  <vg@openoffice.org>  [8e7b29d74750500bdf2c1865ee3ab00b1d8d4553]

        new version for SRC680

2005-01-24  Oliver Bolte  <obo@openoffice.org>  [f37186c7224b680995b19fe4d249d341ebc1f499]

        #i10000# css resolved as ::com::sun::star

2005-01-24  Oliver Bolte  <obo@openoffice.org>  [81ec9479e3e31471183f4c0dc0fba5fafdb007a4]

        new version for SRC680

2005-01-24  Oliver Bolte  <obo@openoffice.org>  [bde31f79ca98def7a9034d4b7bc43e8c28a41e30]

        new version for SRC680

2005-01-22  Vladimir Glazounov  <vg@openoffice.org>  [6ff5b40a4d2d63b35a88a631a0e068f648a2412d]

        new version for SRC680

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ba283338a56a246a9ac0d473e518ced2e84c7679]

        SRC680

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bc62dc67574d0413c26650fae5072e38994b685d]

        #i10000# empty file

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [64cfa1f72aa09198187ddb70884f82a40fb27a2d]

        INTEGRATION: CWS impress28 (1.5.14); FILE MERGED 2005/01/06 17:39:01 cl 1.5.14.1: #118965# catch an exception

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4844bdcc83ef9e670690105733ee0d7350882e7e]

        INTEGRATION: CWS impress28 (1.16.144); FILE MERGED 2005/01/17 13:33:13 cl 1.16.144.1: #i39941# added push_front

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c07bd8b493f7d8810bc35fe1099b8554c43919b5]

        INTEGRATION: CWS impress28 (1.10.38); FILE MERGED 2005/01/06 11:55:09 cl 1.10.38.1: #i30596# add animation node access to master pages

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f69e01373322290372d76ab5daa26dc8e3a43dfd]

        INTEGRATION: CWS impress28 (1.66.36); FILE MERGED 2005/01/06 11:55:08 cl 1.66.36.1: #i30596# add animation node access to master pages

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4b43e3e0ac60f2d45c968ce48aa8ee802e6d85e7]

        INTEGRATION: CWS impress28 (1.19.126); FILE MERGED 2005/01/11 11:05:28 cl 1.19.126.1: #i40029# remember auto preview states

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b67d1fe62c476c022f19c935c040215a2ce6fd9a]

        INTEGRATION: CWS impress28 (1.29.100); FILE MERGED 2005/01/11 11:04:47 cl 1.29.100.1: #i40029# remember auto preview states

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [019f0d45246773c328fd062ac17212c0a10f699e]

        INTEGRATION: CWS impress28 (1.2.38); FILE MERGED 2005/01/06 14:39:10 cl 1.2.38.1: #i40029# make preview checkboxes persistent

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [db90827d125a576378c8d6ee72f8ea1ec146d211]

        INTEGRATION: CWS impress28 (1.2.38); FILE MERGED 2005/01/06 14:39:09 cl 1.2.38.1: #i40029# make preview checkboxes persistent

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [468ea4e14daaa097081fe7d36b64dfd3c6e157ab]

        INTEGRATION: CWS impress28 (1.3.4); FILE MERGED 2005/01/06 14:39:09 cl 1.3.4.1: #i40029# make preview checkboxes persistent

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6626367f868a9e9a136bfd165cf2dfca2a0869b8]

        INTEGRATION: CWS impress28 (1.2.38); FILE MERGED 2005/01/04 12:15:36 cl 1.2.38.1: #i38950# fixed null pointer access in ::update()

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5f61b823cad22a1e18d8fa34ac9978f0aba0310c]

        INTEGRATION: CWS impress28 (1.2.38); FILE MERGED 2005/01/06 14:39:08 cl 1.2.38.1: #i40029# make preview checkboxes persistent

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2beb6fefc76f2fb9e6dd9c734ae9a92c856a6e60]

        INTEGRATION: CWS impress28 (1.2.38); FILE MERGED 2005/01/19 13:50:09 cl 1.2.38.2: #i39941# added undo for animation when shapes are deleted 2005/01/06 11:50:20 cl 1.2.38.1: #i39941# added undo for animation when shapes are deleted

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d145413db8b798f7c6b9b70e540ea91fb0be5800]

        INTEGRATION: CWS impress28 (1.2.38); FILE MERGED 2005/01/17 12:34:54 cl 1.2.38.2: #i39941# insert animation undo action before shape delete actions 2005/01/06 11:50:20 cl 1.2.38.1: #i39941# added undo for animation when shapes are deleted

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [399e6211ff89cc4db93d192f506e9580df5e0f2e]

        INTEGRATION: CWS impress28 (1.2.38); FILE MERGED 2005/01/06 11:50:20 cl 1.2.38.1: #i39941# added undo for animation when shapes are deleted

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [387f05ab67311e511cf3de09364da1ab743728b6]

        INTEGRATION: CWS impress28 (1.2.38); FILE MERGED 2005/01/06 11:47:24 cl 1.2.38.1: #i39941# added undo for animation when shapes are deleted

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3bcb1c7f75dadde0ba2b537de8da338b38001671]

        INTEGRATION: CWS impress28 (1.2.38); FILE MERGED 2005/01/06 11:47:23 cl 1.2.38.1: #i39941# added undo for animation when shapes are deleted

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c3c114f28c6e85c4dfe4f92cc013cf08b4bf571e]

        INTEGRATION: CWS impress28 (1.23.44); FILE MERGED 2005/01/12 10:31:15 cl 1.23.44.1: #i40029# new auto preview settings

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [64bcf8b497e561308d3543ccec5c3cf625ca49ba]

        INTEGRATION: CWS visibility01 (1.5.1040); FILE MERGED 2004/12/06 08:11:28 mnicel 1.5.1040.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6866df5a2b25a8f8cb8cc0209819dcbbe6ada972]

        INTEGRATION: CWS dba22 (1.42.62); FILE MERGED 2005/01/10 14:44:07 oj 1.42.62.1: #i38091# fix for service:

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ed0a7ec898d4ef849bb914905913f25797c27a84]

        INTEGRATION: CWS dba22 (1.19.6); FILE MERGED 2005/01/10 14:44:07 oj 1.19.6.1: #i38091# fix for service:

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [392563674a1b2a661b2e9bb0232d1603f087e42d]

        INTEGRATION: CWS dba22 (1.159.6); FILE MERGED 2005/01/10 14:44:06 oj 1.159.6.3: #i38091# fix for service: 2005/01/07 08:36:35 oj 1.159.6.2: RESYNC: (1.159-1.162); FILE MERGED 2004/12/01 08:49:45 oj 1.159.6.1: #i38091# use dispatch for databse url

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [769324efff9810c655000ffb01ae3a928df6b1f2]

        INTEGRATION: CWS dba22 (1.94.12); FILE MERGED 2005/01/07 08:35:53 oj 1.94.12.2: RESYNC: (1.94-1.99); FILE MERGED 2004/12/09 17:15:19 mav 1.94.12.1: #i30178# allow to get the new title

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f5bbdd6dd25fbca6b1e3d3214c32a2398edeef8b]

        INTEGRATION: CWS dba22 (1.73.12); FILE MERGED 2005/01/19 19:46:35 fs 1.73.12.4: RESYNC: (1.76-1.77); FILE MERGED 2005/01/07 08:31:28 oj 1.73.12.3: RESYNC: (1.73-1.76); FILE MERGED 2004/12/09 17:42:59 mav 1.73.12.2: #i33930# change the title in the frame if requested 2004/12/09 13:20:40 oj 1.73.12.1: fix for possible crash when getting a preview

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cbbf3a1f8b994b390e930242e0e5baca97b2a5b1]

        INTEGRATION: CWS dba22 (1.72.12); FILE MERGED 2005/01/19 19:46:07 fs 1.72.12.3: RESYNC: (1.74-1.75); FILE MERGED 2005/01/07 08:30:10 oj 1.72.12.2: RESYNC: (1.72-1.74); FILE MERGED 2004/12/10 14:34:45 oj 1.72.12.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [945c3b23324fcbd6b9dd7c1fe453eea354e6ef83]

        INTEGRATION: CWS dba22 (1.6.12); FILE MERGED 2005/01/19 19:45:17 fs 1.6.12.3: RESYNC: (1.7-1.9); FILE MERGED 2005/01/07 08:29:10 oj 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2004/12/10 14:34:47 oj 1.6.12.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [57389df624b53f7ffb6989430483dbe762cadc42]

        INTEGRATION: CWS dba22 (1.26.136); FILE MERGED 2005/01/19 19:44:19 fs 1.26.136.2: RESYNC: (1.26-1.27); FILE MERGED 2004/12/10 14:34:48 oj 1.26.136.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [28b266dda743106f45cd2390a14cd7cb5410e083]

        INTEGRATION: CWS dba22 (1.1.2); FILE ADDED 2005/01/21 08:08:20 fs 1.1.2.2: compiler complained about an uninitialized var 2004/12/10 14:35:50 oj 1.1.2.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6656a68b037515996481f824f4efbe5d7e2cfa7c]

        INTEGRATION: CWS dba22 (1.26.134); FILE MERGED 2005/01/07 08:27:37 oj 1.26.134.2: RESYNC: (1.26-1.28); FILE MERGED 2004/12/09 10:04:46 oj 1.26.134.1: #i38720# remove dot in pdf extension

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2bec3df28507c11dc11a2a3b42384c62b6c4f1d4]

        INTEGRATION: CWS dba22 (1.110.26); FILE MERGED 2004/12/29 11:40:27 fs 1.110.26.1: removed obsolete FS_PRIV_DEBUG usage

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a7f4b55816f1ab714aabde36246af8e6c2cc0b82]

        INTEGRATION: CWS dba22 (1.30.24); FILE MERGED 2005/01/19 19:38:48 fs 1.30.24.2: RESYNC: (1.30-1.31); FILE MERGED 2004/12/10 14:34:48 oj 1.30.24.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cbdd4fbdf70e0bdd9e7a995be0d66e8cca7aa654]

        INTEGRATION: CWS dba22 (1.1.2); FILE ADDED 2005/01/21 08:09:18 fs 1.1.2.2: #i10000# need to export the classes symbols 2004/12/10 14:35:36 oj 1.1.2.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [52136bbf69a4aeec18556e5494adc7ca2ce86767]

        INTEGRATION: CWS dba22 (1.2.136); FILE MERGED 2005/01/19 19:30:54 fs 1.2.136.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/10 14:34:49 oj 1.2.136.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9b3d6803f5055a364ed4bdc36246f5d89ab6dfec]

        INTEGRATION: CWS dba22 (1.8.46); FILE MERGED 2005/01/19 19:24:25 fs 1.8.46.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/16 13:31:28 dbo 1.8.46.1: #i39037#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c38aab3e60a3406a4c91dfd83c27f944421a76c8]

        INTEGRATION: CWS dba22 (1.8.32); FILE MERGED 2004/12/16 13:28:19 dbo 1.8.32.1: #i39037# oid corresponds to delegator

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c3ec48e63c4f86c9200f3f062c9b5c694d5c374f]

        INTEGRATION: CWS dba22 (1.10.10); FILE MERGED 2005/01/07 07:50:35 oj 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/09 17:19:20 mav 1.10.10.1: #i30178# use title from the media desctiptor

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [93ea30745a09d41dcb1e89b04601aab1e218926a]

        INTEGRATION: CWS dba22 (1.2.128); FILE MERGED 2004/12/16 10:10:04 oj 1.2.128.1: #i38906# fix execute, now first call queryDispatch and only return true if we got a dispath

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [14ce4977b8f73ae7913ea2659318b2b9c505005c]

        INTEGRATION: CWS dba22 (1.4.208); FILE MERGED 2004/12/08 14:43:47 fs 1.4.208.1: found during #i36359#: alignment of the calendar field not properly propagated to the sub edit

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1d800e1935da4acef87462da17404adaa1736063]

        INTEGRATION: CWS dba22 (1.28.74); FILE MERGED 2004/12/02 16:45:51 fs 1.28.74.1: #i38224# if there's no horizontal scrollbar, but a control area, make the corner window fill the space at the right hand side of the control area

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6cdc1cb16577fe572c3b555149d796b28dce887c]

        INTEGRATION: CWS dba22 (1.32.74); FILE MERGED 2005/01/05 15:04:57 fs 1.32.74.1: #i39929# don't invalidate too generously

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1496c7310707f9ca870820bb228fa14a5a97f57b]

        INTEGRATION: CWS dba22 (1.2.128); FILE MERGED 2004/12/16 10:10:05 oj 1.2.128.1: #i38906# fix execute, now first call queryDispatch and only return true if we got a dispath

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8041af7cbf59e9af1a378918612853af13fa1ef9]

        INTEGRATION: CWS dba22 (1.15.4); FILE MERGED 2004/12/16 15:29:55 fs 1.15.4.1: #i38906# proper GetSelection

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ec3152c3c1e99b4278522d19ce0d05098656c2a4]

        INTEGRATION: CWS dba22 (1.26.4); FILE MERGED 2004/12/29 11:15:17 fs 1.26.4.1: #i34551# vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4c965175706d0c4d5392bdb525963bbf6c00c656]

        INTEGRATION: CWS dba22 (1.27.4); FILE MERGED 2004/12/29 11:14:57 fs 1.27.4.1: #i34551# vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b03d7ef7b3b2f1b13d9ff2b135d9df17c756d7e2]

        INTEGRATION: CWS dba22 (1.68.4); FILE MERGED 2005/01/05 15:28:21 fs 1.68.4.3: #i39970# SUBMIT_TARGET enum values corrected 2004/12/29 11:14:47 fs 1.68.4.2: #i34551# vertical alignment (which currently is an experimental property, and thus not to be translated) 2004/12/03 13:17:37 fs 1.68.4.1: #i38228# re-introduce english version of the 'Content' property for forms

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [54fb64e0b801ba64daafdc04bb3ac6cdd31565c8]

        INTEGRATION: CWS dba22 (1.23.4); FILE MERGED 2004/12/29 11:14:13 fs 1.23.4.1: #i34551# vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e0351c0370b85e6a50a0fd55dbfacbc0850f26da]

        INTEGRATION: CWS dba22 (1.30.4); FILE MERGED 2004/12/29 11:14:13 fs 1.30.4.1: #i34551# vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [829f98ea3d8ac8fb5671fb667a43435ac262e04f]

        INTEGRATION: CWS dba22 (1.79.2); FILE MERGED 2005/01/07 08:25:32 oj 1.79.2.3: RESYNC: (1.79-1.81); FILE MERGED 2004/12/29 11:13:45 fs 1.79.2.2: #i34551# preliminary support for experimental properties 2004/12/16 10:26:07 fs 1.79.2.1: care for embedded forms in some more places

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [029b0d4649a7e1459ac0b8e7e6f1ae6270a2b911]

        INTEGRATION: CWS dba22 (1.2.4); FILE MERGED 2004/11/30 15:55:13 fs 1.2.4.1: #i38137# don't supersede the properties which we're handling ourself

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0c7b885d34be95da1c391560e8b1798e205f499c]

        INTEGRATION: CWS dba22 (1.2.4); FILE MERGED 2004/11/30 15:55:12 fs 1.2.4.1: #i38137# don't supersede the properties which we're handling ourself

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [538edda3a3dfe167ef3e084d64a50ac77a8e1423]

        INTEGRATION: CWS dba22 (1.9.4); FILE MERGED 2005/01/04 14:04:47 oj 1.9.4.1: #i39737# create datasource before return next state

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1f4040ce1c4ff62dc158e38b98014e6d873af2c8]

        INTEGRATION: CWS dba22 (1.25.4); FILE MERGED 2004/12/29 11:15:34 fs 1.25.4.1: #i34551# vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [66311764d2769918610f58a35c5e88280097d718]

        INTEGRATION: CWS dba22 (1.201.8); FILE MERGED 2005/01/20 13:59:33 fs 1.201.8.11: #i10000# post-resync 2005/01/19 15:37:06 fs 1.201.8.10: RESYNC: (1.204-1.205); FILE MERGED 2005/01/07 08:07:13 oj 1.201.8.9: RESYNC: (1.201-1.204); FILE MERGED 2004/12/09 16:08:39 pl 1.201.8.8: #i38376# honor parent as boundary 2004/12/09 15:38:31 pl 1.201.8.7: #i38376# dont accidentally invalidate parent window 2004/12/09 15:04:07 pl 1.201.8.6: #i38376# remove font setting on VDef since done in metafile 2004/12/09 14:50:09 pl 1.201.8.5: #i38376# combobox works 2004/12/09 14:11:12 pl 1.201.8.4: #i38376# more controls work 2004/12/08 14:21:03 pl 1.201.8.3: #i38376# set graphics state on metafile, set mbDevOutput 2004/12/08 12:07:52 pl 1.201.8.2: #i38376# paint border window 2004/12/06 10:17:33 fs 1.201.8.1: #i36007# #i37023# (approved by pl) PaintToDevice: proper font size

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [261ce415d9c2fb0844af63ec0e90732e68a1f86b]

        INTEGRATION: CWS dba22 (1.11.88); FILE MERGED 2005/01/07 08:02:53 oj 1.11.88.2: RESYNC: (1.11-1.12); FILE MERGED 2004/12/09 14:10:13 pl 1.11.88.1: #i38376# adjust ImplDrawColorWallpaper to use drawing methods like other ImplDrawXXXWallpaper

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6dae511ea17404a38ef84ab15ad58285a38e1554]

        INTEGRATION: CWS dba22 (1.56.4); FILE MERGED 2004/12/08 09:37:21 oj 1.56.4.1: #i33656# fix for userdefined drivers

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [966fa6b8a559a7c9919053c76f686bd0b4dfcb04]

        INTEGRATION: CWS dba22 (1.4.62); FILE MERGED 2005/01/11 15:12:59 fs 1.4.62.1: copying the changes from CWS eforms4 (branch: cws_src680_eforms4) herein

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a04584d8939834330aa87f5804d9d01e0b9260d8]

        INTEGRATION: CWS dba22 (1.11.4); FILE MERGED 2005/01/11 15:12:59 fs 1.11.4.1: copying the changes from CWS eforms4 (branch: cws_src680_eforms4) herein

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d5d0416d6b8888f9f41b3025302b86d2e21991ad]

        INTEGRATION: CWS dba22 (1.14.50); FILE MERGED 2005/01/07 07:58:59 oj 1.14.50.2: RESYNC: (1.14-1.15); FILE MERGED 2005/01/03 12:51:34 oj 1.14.50.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [378ebebc20756a0ebe2f146d29a62031f1ebbf07]

        INTEGRATION: CWS dba22 (1.21.62); FILE MERGED 2005/01/03 12:49:40 oj 1.21.62.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f6e5f10bea20e3ce382254d71cf07fbdc9705658]

        INTEGRATION: CWS dba22 (1.11.4); FILE MERGED 2005/01/04 11:48:43 oj 1.11.4.3: #i39671# remove some unused code for dbwiz 2004/12/10 14:37:18 oj 1.11.4.2: #i29294# new class for uno based models and SendMail 2004/12/03 11:15:25 oj 1.11.4.1: #i38358# insert wait object

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1ddc458153a6c9cdd02245a12e290e454bdb7f4d]

        INTEGRATION: CWS dba22 (1.22.4); FILE MERGED 2005/01/07 06:36:37 oj 1.22.4.2: #i39504# set _sDatabaseName correctly 2005/01/04 12:11:43 oj 1.22.4.1: #i39873# check if driver for embedded object can loaded

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [747f422fddc80f91860682e809d66125b7a04d24]

        INTEGRATION: CWS dba22 (1.65.8); FILE MERGED 2005/01/06 16:24:52 oj 1.65.8.2: #i40035# remove the shouting 2004/12/20 15:26:03 fs 1.65.8.1: #i39187# +STR_FILE_DOES_NOT_EXIST

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4633f72bdf4396a029e7e4868eba0379369bd515]

        INTEGRATION: CWS dba22 (1.5.62); FILE MERGED 2005/01/11 15:47:09 fs 1.5.62.3: #i39187# +getDataSourceByName_displayError 2004/12/20 15:26:57 fs 1.5.62.2: moved STR_FILE_DOES_NOT_EXIST from dbu_dlg to dbu_misc 2004/12/20 15:12:34 fs 1.5.62.1: i39187

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b6ee5ba0f78fb1c5a5867c1aa6d03b3d4454df15]

        INTEGRATION: CWS dba22 (1.38.28); FILE MERGED 2005/01/03 12:48:48 oj 1.38.28.1: #i39686# set catalog and schema when needed

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [59560e4c13de5787a586ea643f6e58371ecf4c14]

        INTEGRATION: CWS dba22 (1.53.4); FILE MERGED 2005/01/11 15:46:37 fs 1.53.4.2: #i39187# +getDataSourceByName_displayError 2005/01/03 12:49:39 oj 1.53.4.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4494db00d08efead68bfbd753270944329221925]

        INTEGRATION: CWS dba22 (1.1.2); FILE ADDED 2005/01/10 08:36:51 oj 1.1.2.2: compile error 2005/01/03 12:50:04 oj 1.1.2.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7f4eba1de77c3b2ae27538b2429364d31763f7a8]

        INTEGRATION: CWS dba22 (1.56.2); FILE MERGED 2005/01/07 07:57:51 oj 1.56.2.2: RESYNC: (1.56-1.57); FILE MERGED 2005/01/03 12:51:24 oj 1.56.2.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b3046588cb6e3971442bb1fd6e90be7073597e2f]

        INTEGRATION: CWS dba22 (1.12.8); FILE MERGED 2004/12/13 12:29:45 oj 1.12.8.1: #i38529# check if a table is in real a view

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5fb19a287d941251cfb6452a7a41ff1be21d5420]

        INTEGRATION: CWS dba22 (1.7.22); FILE MERGED 2005/01/04 11:48:43 oj 1.7.22.2: #i39671# remove some unused code for dbwiz 2004/12/10 14:37:17 oj 1.7.22.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b5946c63573cc83c898f06a49d8060d94a9beb3d]

        INTEGRATION: CWS dba22 (1.2.24); FILE MERGED 2005/01/06 12:43:58 oj 1.2.24.3: #i39321# extend createConnection to return a pair now 2005/01/04 11:48:43 oj 1.2.24.2: #i39671# remove some unused code for dbwiz 2004/12/07 13:46:21 oj 1.2.24.1: #i37012# remove unused code

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [70bc01c01070a4a8d6b2355b59c72cbed45a655d]

        INTEGRATION: CWS dba22 (1.2.62); FILE MERGED 2005/01/06 12:43:58 oj 1.2.62.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cb3f34cf59f7ae956458eaba85dd8bc8add064bf]

        INTEGRATION: CWS dba22 (1.89.22); FILE MERGED 2004/12/28 12:35:08 fs 1.89.22.2: #i39602# removed obsolete strings 2004/12/08 09:37:52 oj 1.89.22.1: #i33656# fix for userdefined drivers

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e3845fb0a7626edc108553b65160628f73475791]

        INTEGRATION: CWS dba22 (1.3.282); FILE MERGED 2004/12/20 15:24:49 fs 1.3.282.1: #i39187# +STR_FILE_DOES_NOT_EXIST

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f09f3ae8699d2bef1b27b6e01bd259cb4f0a4efa]

        INTEGRATION: CWS dba22 (1.5.4); FILE MERGED 2004/12/28 13:29:02 fs 1.5.4.3: #i39602# removed obsolete strings 2004/12/20 15:27:08 fs 1.5.4.2: #i39187# renamed and moved STR_CALCDOC_DOESNOTEXIST 2004/12/08 09:37:53 oj 1.5.4.1: #i33656# fix for userdefined drivers

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4e46476f20203de9922320f886233666bcaefc7e]

        INTEGRATION: CWS dba22 (1.31.22); FILE MERGED 2005/01/06 12:43:57 oj 1.31.22.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5c0e55dde3a0c64da6a56ee30e2f9ce8639b3b25]

        INTEGRATION: CWS dba22 (1.2.62); FILE MERGED 2005/01/06 12:43:57 oj 1.2.62.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c741e1ede79a559ee507cf914b86fc8a84ebd954]

        INTEGRATION: CWS dba22 (1.25.4); FILE MERGED 2005/01/11 15:46:27 fs 1.25.4.2: #i39187# +getDataSourceByName_displayError 2005/01/03 12:51:23 oj 1.25.4.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [757f204562e7c97fb1854ca488e81b7201d8dfa0]

        INTEGRATION: CWS dba22 (1.1.2); FILE ADDED 2005/01/19 06:32:39 oj 1.1.2.2: missing header file functional 2005/01/03 12:51:53 oj 1.1.2.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d3666b8a7cc0e6fcee37e52af2c611d282c4c5fc]

        INTEGRATION: CWS dba22 (1.8.90); FILE MERGED 2005/01/03 12:51:23 oj 1.8.90.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1ce9e70310133ee63f62935165bdd5f66c589bd7]

        INTEGRATION: CWS dba22 (1.1.2); FILE ADDED 2005/01/03 12:52:05 oj 1.1.2.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f1ffa0e7426028806da5d91831e90a13b0332719]

        INTEGRATION: CWS dba22 (1.2.62); FILE MERGED 2005/01/06 12:43:56 oj 1.2.62.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [98d5e9e266868a51b10c1e04b120acce6f0d01e1]

        INTEGRATION: CWS dba22 (1.16.4); FILE MERGED 2005/01/10 09:06:21 oj 1.16.4.3: compile error 2005/01/07 08:21:58 oj 1.16.4.2: #i40035# remove semi bold font 2004/12/30 14:19:09 fs 1.16.4.1: corrected OnExceptionSelected - details of SQLContexts were not shown anymore

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f531835c6a04e9fc9b6305049a3398c984dd1727]

        INTEGRATION: CWS dba22 (1.31.82); FILE MERGED 2005/01/05 14:26:50 fs 1.31.82.1: #i39874# Default Filter -> Standard Filter

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [198ce10501368dfd32188ef5e4e81a2df1d755cb]

        INTEGRATION: CWS dba22 (1.40.8); FILE MERGED 2005/01/07 08:48:14 oj 1.40.8.1: #i39233# disable ft behind listbox

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [86e6a568123bdbe66920041d6b51d5b131df9469]

        INTEGRATION: CWS dba22 (1.24.62); FILE MERGED 2005/01/07 06:54:35 oj 1.24.62.1: #i40035# change icon when element name is duplicate

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [60893d5c837efddb5dc883273e06a7b0b00b8c2b]

        INTEGRATION: CWS dba22 (1.33.22); FILE MERGED 2005/01/06 12:42:52 oj 1.33.22.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b5556aed4d839e1a09c8e0547cdeff7a8a9bb5fa]

        INTEGRATION: CWS dba22 (1.3.2); FILE MERGED 2005/01/10 08:51:33 oj 1.3.2.7: compile error 2005/01/07 07:55:40 oj 1.3.2.6: RESYNC: (1.3-1.7); FILE MERGED 2005/01/06 12:42:52 oj 1.3.2.5: #i39321# extend createConnection to return a pair now 2005/01/04 11:48:42 oj 1.3.2.4: #i39671# remove some unused code for dbwiz 2004/12/08 09:37:31 oj 1.3.2.3: #i33656# fix for userdefined drivers 2004/12/07 13:46:22 oj 1.3.2.2: #i37012# remove unused code 2004/12/07 13:31:23 oj 1.3.2.1: #i37012# do not start with a number when creating a unque name

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [783117721ae26abfcc3fca444fcdc6cca9a0db89]

        INTEGRATION: CWS dba22 (1.3.22); FILE MERGED 2005/01/06 12:42:51 oj 1.3.22.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ec1702db227a4ed0a63cc1a7e83e526b11245a2c]

        INTEGRATION: CWS dba22 (1.2.24); FILE MERGED 2005/01/06 10:45:48 oj 1.2.24.4: #i39504# space inserted after dot 2004/12/08 09:37:31 oj 1.2.24.3: #i33656# fix for userdefined drivers 2004/12/07 13:25:39 oj 1.2.24.2: #i37480# remove points at the end 2004/11/30 22:49:09 bc 1.2.24.1: #i38165# Substring '%PRODUCTNAME' now corrected

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [89f5b5d935093114c88da33b5a4c1cc13cfcbe73]

        INTEGRATION: CWS dba22 (1.2.62); FILE MERGED 2005/01/10 09:06:20 oj 1.2.62.4: compile error 2005/01/07 10:31:08 oj 1.2.62.3: merge conflict 2004/12/28 13:30:57 fs 1.2.62.2: #i39602# removed obsolete strings 2004/12/20 15:27:27 fs 1.2.62.1: #i39187# renamed and moved STR_CALCDOC_DOESNOTEXIST

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [50d5d4b8506f84df44141a648a3af68cb009188d]

        INTEGRATION: CWS impress23 (1.5.40); FILE MERGED 2004/12/30 09:31:33 dbo 1.5.40.2: #i38957# using Any templated ctor instead of makeAny(): testing compilers 2004/12/29 14:39:39 dbo 1.5.40.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ed90d47a2f994c7d9232da656587fd43a73e37f9]

        INTEGRATION: CWS dba22 (1.90.22); FILE MERGED 2005/01/06 12:42:50 oj 1.90.22.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a8af77485c476d71fe88ab450c773f179572dd32]

        INTEGRATION: CWS impress23 (1.6.40); FILE MERGED 2004/12/29 14:39:39 dbo 1.6.40.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f95bbd99dcc0fb17c59e21bdae30f6f271eb5e63]

        INTEGRATION: CWS dba22 (1.36.22); FILE MERGED 2005/01/06 12:42:50 oj 1.36.22.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c1e9e15feb8c8bc4bd9e22faec4c420303619458]

        INTEGRATION: CWS impress23 (1.5.40); FILE MERGED 2004/12/30 09:31:33 dbo 1.5.40.2: #i38957# using Any templated ctor instead of makeAny(): testing compilers 2004/12/29 14:39:38 dbo 1.5.40.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [62902dce077d858db537de30aaeccaf134227846]

        INTEGRATION: CWS dba22 (1.2.62); FILE MERGED 2005/01/06 12:42:50 oj 1.2.62.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [49f51a889cb18066148a962f3148c19b70dc346a]

        INTEGRATION: CWS impress23 (1.6.16); FILE MERGED 2004/12/30 09:31:32 dbo 1.6.16.2: #i38957# using Any templated ctor instead of makeAny(): testing compilers 2004/12/29 14:39:38 dbo 1.6.16.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [879291cb76ca09e715e710555737a519580fedb8]

        INTEGRATION: CWS dba22 (1.12.62); FILE MERGED 2005/01/06 12:42:49 oj 1.12.62.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [87ff2475ffd3914175d11538b780bd4f6b328cf0]

        INTEGRATION: CWS impress23 (1.6.40); FILE MERGED 2004/12/29 14:39:37 dbo 1.6.40.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [21fc4e6dee0d2d302a5df1326bbee78b32d27c4f]

        INTEGRATION: CWS dba22 (1.3.22); FILE MERGED 2005/01/06 12:42:49 oj 1.3.22.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4368d94470f71be663ba1fed12cc5b3a127bd4c6]

        INTEGRATION: CWS impress23 (1.5.40); FILE MERGED 2004/12/30 09:31:32 dbo 1.5.40.2: #i38957# using Any templated ctor instead of makeAny(): testing compilers 2004/12/29 14:39:37 dbo 1.5.40.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [97ff5f7008137a020c3fa95421280529a8c05e5b]

        INTEGRATION: CWS dba22 (1.6.4); FILE MERGED 2005/01/06 12:42:48 oj 1.6.4.2: #i39321# extend createConnection to return a pair now 2005/01/06 10:35:58 oj 1.6.4.1: #i39504# check database Item as well as url

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [417d88114aa788fd154705be8e998ac29482d3c4]

        INTEGRATION: CWS dba22 (1.2.24); FILE MERGED 2005/01/06 12:42:48 oj 1.2.24.2: #i39321# extend createConnection to return a pair now 2004/12/08 09:37:31 oj 1.2.24.1: #i33656# fix for userdefined drivers

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [06539a7d25b848229327a8265efe4ee479d54711]

        INTEGRATION: CWS impress23 (1.6.16); FILE MERGED 2004/12/30 09:31:31 dbo 1.6.16.1: #i38957# using Any templated ctor instead of makeAny(): testing compilers

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [27039fdd8989e0ecdcae6e5013a94190143286c8]

        INTEGRATION: CWS dba22 (1.2.24); FILE MERGED 2005/01/06 12:42:48 oj 1.2.24.3: #i39321# extend createConnection to return a pair now 2004/12/22 14:23:49 fs 1.2.24.2: #i10000# 2004/12/08 09:37:31 oj 1.2.24.1: #i33656# fix for userdefined drivers

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3f46cbcfaa607b1524959ea799da027a2aac08ab]

        INTEGRATION: CWS impress23 (1.7.16); FILE MERGED 2004/12/29 14:39:36 dbo 1.7.16.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [37e169c7c6a3cf8f927825327921a2341c8a2971]

        INTEGRATION: CWS dba22 (1.3.22); FILE MERGED 2005/01/06 12:42:48 oj 1.3.22.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ab30e10a5bd20e4f823124780dd75816e7c6d706]

        INTEGRATION: CWS impress23 (1.2.40); FILE MERGED 2004/12/29 14:39:36 dbo 1.2.40.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2fc0472f8dd93808c04131815bd079425a80266a]

        INTEGRATION: CWS dba22 (1.5.4); FILE MERGED 2005/01/07 07:55:32 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2005/01/06 12:42:47 oj 1.5.4.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [52c1f76a09f464fa0e483cd3d84bd64b8cbb5e13]

        INTEGRATION: CWS impress23 (1.6.16); FILE MERGED 2004/12/30 09:31:31 dbo 1.6.16.2: #i38957# using Any templated ctor instead of makeAny(): testing compilers 2004/12/29 14:39:36 dbo 1.6.16.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8383fddb703364f3302c4e84e5fb4377132b11d2]

        INTEGRATION: CWS dba22 (1.2.24); FILE MERGED 2005/01/06 15:57:39 oj 1.2.24.1: #i39326# use file open dialog for calc with installed filters

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9b830eaa4dfab940e2004156beb833740794b0cb]

        INTEGRATION: CWS impress23 (1.7.16); FILE MERGED 2004/12/29 14:39:35 dbo 1.7.16.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5de7e1b9c1b272ff21a6216568b6b7d42aed75c7]

        INTEGRATION: CWS dba22 (1.2.24); FILE MERGED 2005/01/13 09:44:00 oj 1.2.24.5: #i39326# now even template documents are shown 2005/01/07 07:55:24 oj 1.2.24.4: RESYNC: (1.2-1.3); FILE MERGED 2005/01/06 15:57:39 oj 1.2.24.3: #i39326# use file open dialog for calc with installed filters 2004/12/20 15:27:44 fs 1.2.24.2: #i39187# renamed and moved STR_CALCDOC_DOESNOTEXIST 2004/12/20 15:12:25 fs 1.2.24.1: #i39187# renamed a string resource for re-usage

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8d69933d2798f622aa7b2458e583dbbedce70140]

        INTEGRATION: CWS impress23 (1.4.40); FILE MERGED 2004/12/30 09:31:31 dbo 1.4.40.2: #i38957# using Any templated ctor instead of makeAny(): testing compilers 2004/12/29 14:39:35 dbo 1.4.40.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c56aba4b2ee82b75e4c27ef85b7ddadd7a983aff]

        INTEGRATION: CWS impress23 (1.4.40); FILE MERGED 2004/12/29 14:39:35 dbo 1.4.40.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [04cfc500b6ce7582c7708fecfb6aedcfb1e12ac8]

        INTEGRATION: CWS dba22 (1.2.62); FILE MERGED 2005/01/06 12:42:46 oj 1.2.62.1: #i39321# extend createConnection to return a pair now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [223ebed808d7baba7c1c02bb18605aafb196fa1b]

        INTEGRATION: CWS impress23 (1.5.16); FILE MERGED 2004/12/30 09:31:30 dbo 1.5.16.2: #i38957# using Any templated ctor instead of makeAny(): testing compilers 2004/12/29 14:39:34 dbo 1.5.16.1: #i38957# removed extract_throw<>(), using Any::get<>() now

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f1ffac30017d83d6a764517da4789dc410163e17]

        INTEGRATION: CWS dba22 (1.25.8); FILE MERGED 2004/12/13 12:29:46 oj 1.25.8.1: #i38529# check if a table is in real a view

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ed5d445699c9ee1d1339b20dba686025b6461ee5]

        INTEGRATION: CWS impress23 (1.3.40); FILE MERGED 2004/12/30 09:31:30 dbo 1.3.40.1: #i38957# using Any templated ctor instead of makeAny(): testing compilers

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [12e13123252979fbbad2a0247fc119dd09419cf4]

        INTEGRATION: CWS dba22 (1.4.28); FILE MERGED 2005/01/18 07:30:17 oj 1.4.28.3: #i38141# fix for dnd 2005/01/13 08:40:57 oj 1.4.28.2: #i38141# return DropAction directly 2004/12/03 11:10:39 oj 1.4.28.1: #i38141# fix d&d

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cb7dade663037000256356628b5406fd340c86cf]

        INTEGRATION: CWS dba22 (1.34.20); FILE MERGED 2005/01/07 07:54:46 oj 1.34.20.2: RESYNC: (1.34-1.36); FILE MERGED 2005/01/03 12:52:54 oj 1.34.20.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [870a48d0544a4ffd2b29695ec66fca62c1f48176]

        INTEGRATION: CWS dba22 (1.163.2); FILE MERGED 2005/01/11 15:47:04 fs 1.163.2.3: #i39187# +getDataSourceByName_displayError 2005/01/07 07:54:37 oj 1.163.2.2: RESYNC: (1.163-1.164); FILE MERGED 2005/01/03 12:50:49 oj 1.163.2.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9135842b2c010de023b346a18c691c54e62b0788]

        INTEGRATION: CWS dba22 (1.98.28); FILE MERGED 2005/01/05 07:51:53 oj 1.98.28.1: #i39222# change data base to database

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ad12cd68084b792ab76e32accb5cd910fa252a68]

        INTEGRATION: CWS impress23 (1.3.2); FILE MERGED 2004/12/08 13:43:40 thb 1.3.2.1: #i36214# Restructured animation and activities factory into several files, fixed some gcc wall complaints

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [731f44d8e2c7d585a22eefa2a8b2becfa2b77da2]

        INTEGRATION: CWS dba22 (1.58.2); FILE MERGED 2005/01/11 07:31:11 oj 1.58.2.1: #i39200# modified corrected

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [36d421d7d658fd4f1a8db9cf373a90d2cadab2f7]

        INTEGRATION: CWS impress23 (1.3.2); FILE MERGED 2005/01/03 18:15:31 dbo 1.3.2.2: #i34155# rehearse timings mode 2004/12/30 14:54:51 dbo 1.3.2.1: #i34155# rehearse timings #i39053# revised mouse cursor handling: moved slide mouse cursor changes to presentation #i39056# forwarding setUserPaintColor() to all buffered slides (presentation.cxx only) forwarding setImageAnimationsAllowed()to all buffered slides (presentation.cxx only)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5d5962a5b36572d99abccf82c6f9dfaf5d1e36eb]

        INTEGRATION: CWS dba22 (1.66.28); FILE MERGED 2005/01/07 07:54:04 oj 1.66.28.2: RESYNC: (1.66-1.67); FILE MERGED 2005/01/03 12:50:49 oj 1.66.28.1: #i39146# renable DnD in beamer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ff431df448c45c2525eee034f2deda453d202ef2]

        INTEGRATION: CWS impress23 (1.2.2); FILE MERGED 2005/01/12 15:20:20 dbo 1.2.2.1: #i34155# drawing fully enetered slide bitmap at end()

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [86cf6b8184b9f744206d9fb717142a07ae370e50]

        INTEGRATION: CWS dba22 (1.6.4); FILE MERGED 2004/12/08 14:59:46 oj 1.6.4.1: #i38165# missing space inserted

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [db9217f793a501de3e46661a63b44d82d15ea7b5]

        INTEGRATION: CWS impress23 (1.2.2); FILE MERGED 2004/12/08 13:43:40 thb 1.2.2.1: #i36214# Restructured animation and activities factory into several files, fixed some gcc wall complaints

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f6bb3b8d137ee657f8e6e8e9029dad634d236cbe]

        INTEGRATION: CWS dba22 (1.5.4); FILE MERGED 2004/12/13 14:26:28 oj 1.5.4.1: #i38891# add listeners and hold them

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [32eda5db934d46729e74bfef8fcb860c53018ee1]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:46:05 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6c06e7285ba9e641de5a3a022543075108acb12c]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:46:04 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0f5c571398ad5d4bf3054b8b164243e308329e23]

        INTEGRATION: CWS dba22 (1.7.4); FILE MERGED 2004/12/13 14:26:28 oj 1.7.4.1: #i38891# add listeners and hold them

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e7d8e54a7affb08d3d27eb19b3b422d010926550]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:39 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [396794333beec3132830a859af60d03d8cb02cd3]

        INTEGRATION: CWS dba22 (1.3.28); FILE MERGED 2005/01/13 08:40:56 oj 1.3.28.1: #i38141# return DropAction directly

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0b51d98744dea6446e17e35ac4d0dbce03f903fb]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:46:03 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d97652833c6605fb2c251f7a08f6fa68e8b62e27]

        INTEGRATION: CWS dba22 (1.4.28); FILE MERGED 2005/01/07 07:53:31 oj 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/13 14:26:27 oj 1.4.28.1: #i38891# add listeners and hold them

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d46ac79eb9ab7e3e8f6c525c31219acc2020129b]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:46:02 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [66eede9a177b05c02816a22021b654f3975a86cf]

        INTEGRATION: CWS dba22 (1.4.28); FILE MERGED 2005/01/07 07:53:22 oj 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/13 14:26:26 oj 1.4.28.1: #i38891# add listeners and hold them

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b1fa04384dd64d87eeb77d5c612c89aedc4a134c]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:38 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f70bdd0d4dc26b7a783a10f221d6dd7593b19b4c]

        INTEGRATION: CWS dba22 (1.4.28); FILE MERGED 2004/12/13 14:26:25 oj 1.4.28.1: #i38891# add listeners and hold them

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fb5845721367708c742cf3203ace0e4858fa918c]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:37 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1c1aa9ba433ef601a9d0abc22ada737e7d108926]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:46:20 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d2f1cc0b341847e67c5b5b4746efa609cc0994d2]

        INTEGRATION: CWS dba22 (1.8.4); FILE MERGED 2005/01/03 12:47:57 oj 1.8.4.3: #i39146# renable DnD in beamer 2004/12/13 14:26:25 oj 1.8.4.2: #i38891# add listeners and hold them 2004/12/10 14:37:16 oj 1.8.4.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c0c2708276eb6535d692ec1ec4f5c2a9fd1fdaef]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:46:01 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1dff46721594a7472e727a352e8a7c5adbf2e875]

        INTEGRATION: CWS dba22 (1.6.22); FILE MERGED 2005/01/07 07:53:12 oj 1.6.22.4: RESYNC: (1.6-1.7); FILE MERGED 2005/01/05 14:24:46 oj 1.6.22.3: #i39200# modifed state is now identical with the state of the datasource 2005/01/03 12:47:56 oj 1.6.22.2: #i39146# renable DnD in beamer 2004/12/21 10:38:55 fs 1.6.22.1: #i39203# ensureConnection returning a success flag for convenience

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3976cc801bccd4da1c4a417319745665961d380c]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/21 09:35:00 dbo 1.1.2.2: #i36214# calculating accel/decel incorp parent containers 2004/12/08 12:46:01 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a892607a943f3fee8aabf8f2e320a14a45fc2962]

        INTEGRATION: CWS dba22 (1.7.4); FILE MERGED 2005/01/03 12:47:56 oj 1.7.4.4: #i39146# renable DnD in beamer 2004/12/21 10:38:21 fs 1.7.4.3: #i39203# when starting a wizard, do this asynchronously 2004/12/13 14:26:24 oj 1.7.4.2: #i38891# add listeners and hold them 2004/12/10 14:37:15 oj 1.7.4.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9744c3eceb624145dfda07b09b25d5b8cfafb91c]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:46:00 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f33f3ef313c224c7e89098c3b8a83964c8ee3134]

        INTEGRATION: CWS dba22 (1.10.2); FILE MERGED 2005/01/18 07:30:16 oj 1.10.2.8: #i38141# fix for dnd 2005/01/07 07:53:04 oj 1.10.2.7: RESYNC: (1.10-1.11); FILE MERGED 2005/01/04 14:11:46 oj 1.10.2.6: #i39641# enable SQL everytime 2005/01/04 11:48:42 oj 1.10.2.5: #i39671# remove some unused code for dbwiz 2005/01/03 12:47:56 oj 1.10.2.4: #i39146# renable DnD in beamer 2004/12/21 10:38:20 fs 1.10.2.3: #i39203# when starting a wizard, do this asynchronously 2004/12/13 14:26:23 oj 1.10.2.2: #i38891# add listeners and hold them 2004/12/10 14:37:15 oj 1.10.2.1: #i29294# new class for uno based models and SendMail

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [be4bca540032a5eadede6aa4e2a13bb02a99e827]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:36 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9897a27f57adfbb5ed0d06a74c5cd1d341878f77]

        INTEGRATION: CWS dba22 (1.9.62); FILE MERGED 2005/01/11 07:26:32 oj 1.9.62.3: #i39123# commit embedded storage 2005/01/07 07:50:24 oj 1.9.62.2: RESYNC: (1.9-1.10); FILE MERGED 2004/12/10 08:54:52 oj 1.9.62.1: #i33930# #i30178# set document title

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5fdac2e28041f15dc0d5114217c2c89d43b7d486]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:59 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f54f3ee0693c42f46238db4fdb2c4997c1b58fe9]

        INTEGRATION: CWS dba22 (1.15.2); FILE MERGED 2005/01/11 07:26:32 oj 1.15.2.4: #i39123# commit embedded storage 2005/01/07 07:50:14 oj 1.15.2.3: RESYNC: (1.15-1.18); FILE MERGED 2004/12/13 12:52:34 oj 1.15.2.2: #i38903# show grid when in design mode 2004/12/10 08:54:51 oj 1.15.2.1: #i33930# #i30178# set document title

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [09219ca8fa58e50c051fa66edc7be445723d900e]

        INTEGRATION: CWS dba22 (1.23.8); FILE MERGED 2005/01/11 07:26:31 oj 1.23.8.1: #i39123# commit embedded storage

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b44ab35bbbec5957e33f2f73cb5bc1b451c7abe2]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:58 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c5d6670d00d36b86ef6c1eeed0677df144cfad4d]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:35 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [20d3648f6548156dafc8b54a93b3f60e2a202fd8]

        INTEGRATION: CWS dba22 (1.51.8); FILE MERGED 2005/01/11 07:26:31 oj 1.51.8.3: #i39123# commit embedded storage 2005/01/07 07:49:55 oj 1.51.8.2: RESYNC: (1.51-1.52); FILE MERGED 2004/12/30 14:25:19 fs 1.51.8.1: don't throw exceptions without message

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e07de12fa52458f4040ff4c3e042905f3fa2725e]

        INTEGRATION: CWS dba22 (1.7.8); FILE MERGED 2005/01/11 07:26:31 oj 1.7.8.1: #i39123# commit embedded storage

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f139a6e4cb23e0227abb9ea149415031faf5e09b]

        INTEGRATION: CWS visibility01 (1.1.1.1.1048); FILE MERGED 2004/12/08 19:45:00 mhu 1.1.1.1.1048.3: #i35758# Change default symbol scope to 'hidden' for sunpro 5.5 as well. 2004/12/06 08:11:29 mnicel 1.1.1.1.1048.2: Part of symbol visibility markup - #i35758# 2004/11/01 20:18:50 mhu 1.1.1.1.1048.1: #i35758# Define SVX_DLLIMPLEMENTATION, symbol visibility preparations.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3277ed46bc293181e37207a82ac2b2ec6896d0da]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:34 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e43180fe5cc10198a86bec973c01ae4019b7c70f]

        INTEGRATION: CWS dba22 (1.10.62); FILE MERGED 2004/12/20 15:11:19 fs 1.10.62.1: #i39187# better granularity of error handling - callers can now determine whether a registered object they're asking for points to a non-existent URL

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c0392d57cdb5262a982d183b91b16dddfde460e3]

        INTEGRATION: CWS visibility01 (1.38.70); FILE MERGED 2005/01/14 15:33:01 mhu 1.38.70.3: #35758# Cleanup merge conflicts after resync to m69. 2005/01/12 11:31:24 mnicel 1.38.70.2: RESYNC: (1.38-1.41); FILE MERGED There wasn't anything that was changed in workspace. So retained whatever is new 2004/11/01 20:20:09 mhu 1.38.70.1: #i35758# Cleaned up to build single 'svx' library on all platforms, symbol visibility preparations.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [42c50f9769013c6a26d6f9fb3dc5d0a76fb51fa9]

        INTEGRATION: CWS dba22 (1.25.2); FILE MERGED 2004/12/20 15:11:18 fs 1.25.2.1: #i39187# better granularity of error handling - callers can now determine whether a registered object they're asking for points to a non-existent URL

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fc81cf74525a27bfb598eff258c9c345262f10bb]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/21 09:34:59 dbo 1.1.2.2: #i36214# calculating accel/decel incorp parent containers 2004/12/08 12:45:34 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3df529e4ca30b3e1ecd3c800e909a88646ab3e23]

        INTEGRATION: CWS visibility01 (1.8.1024); FILE MERGED 2004/12/22 03:24:45 mnicel 1.8.1024.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [da9e54904c73886af6d69ee8cd2a7da4507a9ed2]

        INTEGRATION: CWS dba22 (1.38.28); FILE MERGED 2005/01/07 07:49:32 oj 1.38.28.2: RESYNC: (1.38-1.39); FILE MERGED 2005/01/03 12:42:26 oj 1.38.28.1: #i39686# replace tring::createFromAscii

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b3150fbd3035d6cc2075070872c65029b6ac416d]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:33 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [57ebf30cc0621108c4787c9ee07e1d24817fd858]

        INTEGRATION: CWS visibility01 (1.5.1040); FILE MERGED 2005/01/12 12:31:43 mnicel 1.5.1040.2: RESYNC: (1.5-1.6); FILE MERGED Resolved the line conflict because of the introduction of another header. 2004/12/06 08:11:29 mnicel 1.5.1040.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [efe4f35f31a40088eb02d462b28d4c760f344973]

        INTEGRATION: CWS dba22 (1.19.28); FILE MERGED 2005/01/03 12:41:47 oj 1.19.28.1: #i39686# correct property index

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [76fa896659f10fa360f0c0808e176d80c0fa66e6]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:57 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5c1f1a8e6fa2f4b92637a9b5fbd0183f2d197377]

        INTEGRATION: CWS visibility01 (1.56.74); FILE MERGED 2004/12/06 08:11:29 mnicel 1.56.74.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [78802428590c816f96a61661c44d5600e76240f1]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:32 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5f9877fc46181a05f97fcf988ced3a4fc5432830]

        INTEGRATION: CWS dba22 (1.128.2); FILE MERGED 2005/01/07 07:48:47 oj 1.128.2.2: RESYNC: (1.128-1.130); FILE MERGED 2004/12/20 15:09:52 fs 1.128.2.1: grammar

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [616393becab7c713ae89f050a23a076a62f2400f]

        INTEGRATION: CWS visibility01 (1.15.854); FILE MERGED 2004/12/06 08:11:28 mnicel 1.15.854.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7083f63bf3bc64af59f32f492aa43cd7fd1d1e8c]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:56 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [185f770771d9b8cc82eea0fa207e9a1c81abed20]

        INTEGRATION: CWS dba22 (1.59.4); FILE MERGED 2004/12/08 09:36:59 oj 1.59.4.1: #i33656# fix for userdefined drivers

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d840710a925d54b3ff54dc6e9b438ecf819c6322]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/20 15:27:32 dbo 1.1.2.2: #i36214# calculating accel/decel incorp containers 2004/12/08 12:45:32 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0a5b3354cdb03c4207a5b846718010becf7c63ec]

        INTEGRATION: CWS visibility01 (1.5.1040); FILE MERGED 2005/01/12 12:30:58 mnicel 1.5.1040.2: RESYNC: (1.5-1.6); FILE MERGED Resolved the line conflict becuase of the introduction of another header. 2004/12/06 08:11:28 mnicel 1.5.1040.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0f43a77c660693c3a87c9eb622d87716679bad9a]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:45:55 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [215970260dd117a9693b01867fb37dc031c5f172]

        INTEGRATION: CWS visibility01 (1.8.854); FILE MERGED 2005/01/12 12:29:23 mnicel 1.8.854.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/06 08:11:28 mnicel 1.8.854.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b6d695c00131492264eafe862fdeff1810a96c98]

        INTEGRATION: CWS visibility01 (1.11.116); FILE MERGED 2005/01/14 15:30:18 mhu 1.11.116.1: #35758# Additional changes for windows after resync to m69.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5d2449202fa7bbca8ad0e459d1e9e19c4303765c]

        INTEGRATION: CWS visibility01 (1.11.1036); FILE MERGED 2005/01/12 12:32:12 mnicel 1.11.1036.2: RESYNC: (1.11-1.13); FILE MERGED 2004/12/06 08:11:27 mnicel 1.11.1036.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8c8c93dc007d0d119b3b5ec66e8625307ce9accb]

        INTEGRATION: CWS visibility01 (1.2.1024); FILE MERGED 2004/12/06 08:11:27 mnicel 1.2.1024.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [74bdb9449341246784ebd325adef954d3f97eef4]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:38 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3df4ec39dc760f053ee2b75799aa326accd90d29]

        INTEGRATION: CWS dba22 (1.47.300); FILE MERGED 2005/01/11 14:58:36 fs 1.47.300.3: #i40377# properly extract FontSlant 2005/01/07 08:35:13 oj 1.47.300.2: RESYNC: (1.47-1.48); FILE MERGED 2004/12/29 11:20:38 fs 1.47.300.1: #i34551# vertical alignment for form controls

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [279a54b9f0422f14854b8a446806c7b8077932fb]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:19 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c2d455d824ea54c84cae557fb9588e5ceeefe873]

        INTEGRATION: CWS visibility01 (1.47.124); FILE MERGED 2005/01/14 15:30:18 mhu 1.47.124.1: #35758# Additional changes for windows after resync to m69.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2a559001a3f540f356f559a69ffadd1f7b21e09b]

        INTEGRATION: CWS dba22 (1.56.206); FILE MERGED 2004/12/29 11:20:01 fs 1.56.206.1: #i34551# vertical alignment for form controls

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ea2f95c6350968923220df199c29087595e3fca3]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:52 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3d7ea6c34e1b70ae4e14e472963f5d55373c2081]

        INTEGRATION: CWS dba22 (1.18.88); FILE MERGED 2004/12/03 12:42:03 fs 1.18.88.1: #i37023# #i36007# dedicated control for painting, if painting is not possible otherwise

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2a2074fe062455fbe8b9099bcb79dd960f1c8cf1]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:37 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6a5dae809fd84a890a1d9ab99db11e06f6190dd6]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:36 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [adc26c949d4aa7e506a93565e8010fa1065af64d]

        INTEGRATION: CWS visibility01 (1.14.26); FILE MERGED 2004/12/22 03:24:45 mnicel 1.14.26.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9dc2bc24ba835d5065dac311287ebe078e1351ce]

        INTEGRATION: CWS dba22 (1.22.22); FILE MERGED 2005/01/07 08:20:53 oj 1.22.22.2: RESYNC: (1.22-1.23); FILE MERGED 2004/12/20 12:11:00 fs 1.22.22.1: #i39235# +IsReadonlyDoc

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2b4cf10273284b4fd262bd58bebf2dfab3616ad7]

        INTEGRATION: CWS visibility01 (1.3.344); FILE MERGED 2004/12/22 03:24:45 mnicel 1.3.344.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [26d6a10eab1d41c51b692c771f1b346d1e1b170a]

        INTEGRATION: CWS dba22 (1.15.24); FILE MERGED 2004/12/01 16:35:39 fs 1.15.24.1: #i38235# +disposeAllFeaturesAndDispatchers

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0745d837d4890d837d11ae02de8fedff1c550636]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:35 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [964245c70ac628aeb395db0e0dd7ff4b08e9f1d1]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:18 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4e59489de3aba61cb55df0be017df9e0f9d5c8fa]

        INTEGRATION: CWS dba22 (1.17.22); FILE MERGED 2004/12/15 13:10:03 fs 1.17.22.1: copying some patches from the CWS-dba20 branch

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4a84d2500d61884453e616a1fc944a32902bdd86]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:34 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3b4f96fe5c30c92e0ab7f549f32eefba87faa7be]

        INTEGRATION: CWS visibility01 (1.2.486); FILE MERGED 2004/12/22 03:24:44 mnicel 1.2.486.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7aab3dd229f4a2369fbd74bd55a5a681c3d0cc62]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:17 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [85f46d8cd8c95176dfce9edf1ee61dbe5c51a908]

        INTEGRATION: CWS visibility01 (1.7.8); FILE MERGED 2005/01/12 11:41:55 mnicel 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2004/12/22 03:24:43 mnicel 1.7.8.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [389d7d8af645509c9a4bea58c2b0198b6a877721]

        INTEGRATION: CWS dba22 (1.39.22); FILE MERGED 2005/01/10 07:55:52 oj 1.39.22.4: compile error, xPSI was not replaced by _rxModel 2005/01/10 06:31:58 oj 1.39.22.3: compile error, xPSI was not replaced by _rxModel 2005/01/07 08:19:07 oj 1.39.22.2: RESYNC: (1.39-1.40); FILE MERGED 2004/12/29 12:01:31 fs 1.39.22.1: #i34551# center text vertically for radio buttons, check boxes, and fixed texts

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5775c277a125e6abfb0559f858d9115730a16104]

        INTEGRATION: CWS visibility01 (1.2.486); FILE MERGED 2004/12/22 03:24:43 mnicel 1.2.486.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c17884aae364f317c5d1a89f4749d74eca17ead1]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:33 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e8fee41209ecf68b50a877f660e9c3e6c582d083]

        INTEGRATION: CWS dba22 (1.35.24); FILE MERGED 2004/12/20 12:26:04 fs 1.35.24.1: #i39269# AddWin/RemoveWin: also let the impl know about the new/removed window, so it can create FormControllers, and the like

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3fa07c9cdfb70569029ecab4bb457157e49f379e]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:16 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e7f9607d7f984cb5f6f15218aa9d162bfc58e47d]

        INTEGRATION: CWS visibility01 (1.12.118); FILE MERGED 2005/01/12 12:45:00 mnicel 1.12.118.2: RESYNC: (1.12-1.13); FILE MERGED 2004/12/22 03:24:43 mnicel 1.12.118.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d401191849725b918c4dadb039c0f8f67ec662ea]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:15 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ff5b838c4980b1c4365567e551bc95d36872c556]

        INTEGRATION: CWS visibility01 (1.3.280); FILE MERGED 2005/01/12 12:00:33 mnicel 1.3.280.2: RESYNC: (1.3-1.5); FILE MERGED 2004/12/22 03:24:42 mnicel 1.3.280.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [aea8f13e6616991cc7fa3674e74486477a1722ab]

        INTEGRATION: CWS dba22 (1.60.22); FILE MERGED 2005/01/07 08:18:43 oj 1.60.22.3: RESYNC: (1.60-1.61); FILE MERGED 2004/12/20 12:11:18 fs 1.60.22.2: #i39235# +IsReadonlyDoc 2004/12/16 11:04:23 fs 1.60.22.1: #i39134# setCurrentSelection: propagate current form to page

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [125bd4279fc24430a6390680400b367b78bfc7a5]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2004/12/08 12:44:32 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b4a05341919533726cbd9f783f8e7b27556d79b4]

        INTEGRATION: CWS visibility01 (1.9.434); FILE MERGED 2004/12/06 08:11:27 mnicel 1.9.434.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b9743d2ecdc74b0575bd61d2ff964c8380c88413]

        INTEGRATION: CWS dba22 (1.55.22); FILE MERGED 2004/12/20 12:11:47 fs 1.55.22.2: #i39235# no SID_FM_DESIGN_MODE in a readonly doc 2004/12/15 13:10:03 fs 1.55.22.1: copying some patches from the CWS-dba20 branch

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [aadbcd0b82ab54c69411c115f065985bef4f4447]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2005/01/08 00:53:33 dbo 1.1.2.2: #i34155# 2005/01/07 15:56:37 dbo 1.1.2.1: #i39053# sand clock bitmap sprite instead of mouse cursor

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [eb012007e13a4ec6b69704a3970955ccd8b6f129]

        INTEGRATION: CWS visibility01 (1.4.1024); FILE MERGED 2004/11/19 12:54:58 mmeeks 1.4.1024.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f48d5f28b1b37690b69c955e6d809ab2c4bb4f12]

        INTEGRATION: CWS dba22 (1.52.344); FILE MERGED 2005/01/07 09:43:15 oj 1.52.344.1: #i39781# change size of checkboxes for pt_br

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3f928a6a3472342fc92953e1338be8a4962ba449]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2005/01/09 16:39:45 dbo 1.1.2.4: #i34155# mouse motion 2005/01/08 15:34:22 dbo 1.1.2.3: #i34155# y space 2005/01/08 00:53:32 dbo 1.1.2.2: #i34155# 2005/01/07 15:56:37 dbo 1.1.2.1: #i39053# sand clock bitmap sprite instead of mouse cursor

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7f7cbb66b492be8b3d127a3f3171e25b5dcda5d3]

        INTEGRATION: CWS visibility01 (1.2.218); FILE MERGED 2005/01/14 15:30:17 mhu 1.2.218.1: #35758# Additional changes for windows after resync to m69.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3251ec56da4947aefdc3a00fe1d736201dbac318]

        INTEGRATION: CWS dba22 (1.22.88); FILE MERGED 2004/12/16 11:04:37 fs 1.22.88.1: remove some obsolete (commented) pieces

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c5d6918237e32725adc42ffe978e8b828b4093fb]

        INTEGRATION: CWS visibility01 (1.5.278); FILE MERGED 2004/12/22 03:24:42 mnicel 1.5.278.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4fd42bd4fc64a11786194b27a2ca0f8b863e37e8]

        INTEGRATION: CWS dba22 (1.47.22); FILE MERGED 2005/01/07 08:17:54 oj 1.47.22.2: RESYNC: (1.47-1.48); FILE MERGED 2004/12/01 16:35:23 fs 1.47.22.1: #i38235# properly dispose status dispatchers when disposing the ControllerFeatures instance

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e48727c3622184b1b8c00bc360f35daf70b705ec]

        INTEGRATION: CWS visibility01 (1.7.484); FILE MERGED 2004/12/22 03:24:41 mnicel 1.7.484.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [858cbaabbab9f11470fd8206edb78fdb79215990]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2005/01/08 15:34:22 dbo 1.1.2.6: #i34155# y space 2005/01/08 00:53:32 dbo 1.1.2.5: #i34155# 2005/01/07 16:02:25 dbo 1.1.2.4: #i39053# revised cursor handling; using sand clock wait symbol on slide instead of mouse cursor #i34155# rehearse timings 2005/01/04 14:36:26 dbo 1.1.2.3: #i34155# compiling problems using boost::bind() 2005/01/03 18:15:29 dbo 1.1.2.2: #i34155# rehearse timings mode 2004/12/30 15:19:32 dbo 1.1.2.1: #i34155# implemented rehearse timings; first checkin, still problems

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [62e32e9dfcbb5eb1c9fd4a018ee7e35c6508abe0]

        INTEGRATION: CWS visibility01 (1.3.434); FILE MERGED 2004/11/01 20:17:35 mhu 1.3.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fc7fac78b169c31796b452d62564f9447d5b9417]

        INTEGRATION: CWS dba22 (1.29.264); FILE MERGED 2005/01/05 13:26:06 fs 1.29.264.1: #i39779# removed superfluous and error-prone ResId parameter from CreateSvxBorderBackgroundDlg

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c6db96b32737bc868c3fb925ca272ac52043cd36]

        INTEGRATION: CWS impress23 (1.1.2); FILE ADDED 2005/01/09 16:39:44 dbo 1.1.2.9: #i34155# mouse motion 2005/01/08 15:43:39 dbo 1.1.2.8: *** empty log message *** 2005/01/08 15:34:21 dbo 1.1.2.7: #i34155# y space 2005/01/08 00:53:32 dbo 1.1.2.6: #i34155# 2005/01/07 16:02:25 dbo 1.1.2.5: #i39053# revised cursor handling; using sand clock wait symbol on slide instead of mouse cursor #i34155# rehearse timings 2005/01/04 14:36:24 dbo 1.1.2.4: #i34155# compiling problems using boost::bind() 2005/01/03 18:15:29 dbo 1.1.2.3: #i34155# rehearse timings mode 2005/01/01 14:58:54 dbo 1.1.2.2: #i34155# 2004/12/30 15:19:32 dbo 1.1.2.1: #i34155# implemented rehearse timings; first checkin, still problems

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [08aff71ed6dc4cf013c7e12b00fbf18a2ce8acaf]

        INTEGRATION: CWS visibility01 (1.2.114); FILE MERGED 2004/11/01 20:17:34 mhu 1.2.114.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c4f9c34cb346f021792dc4828c1eb5ede1f7c305]

        INTEGRATION: CWS dba22 (1.13.24); FILE MERGED 2005/01/07 08:06:23 oj 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED 2005/01/05 13:26:06 fs 1.13.24.1: #i39779# removed superfluous and error-prone ResId parameter from CreateSvxBorderBackgroundDlg

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [50848cd8479a859193d6955339c7a41a320dd0a1]

        INTEGRATION: CWS dba22 (1.17.24); FILE MERGED 2005/01/07 08:06:14 oj 1.17.24.2: RESYNC: (1.17-1.18); FILE MERGED 2005/01/05 13:26:05 fs 1.17.24.1: #i39779# removed superfluous and error-prone ResId parameter from CreateSvxBorderBackgroundDlg

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f4df9417c46e4746e96ee1a761d50a5517090e9f]

        INTEGRATION: CWS impress23 (1.3.2); FILE MERGED 2005/01/17 15:52:59 dbo 1.3.2.6: #i36214# NOOPT for SunPRO CC Solaris SPARC only 2005/01/17 15:33:37 dbo 1.3.2.5: #i36214# no opt for sunpro CC in smilfunctionparser.cxx 2005/01/07 16:02:24 dbo 1.3.2.4: #i39053# revised cursor handling; using sand clock wait symbol on slide instead of mouse cursor #i34155# rehearse timings 2004/12/30 15:19:31 dbo 1.3.2.3: #i34155# implemented rehearse timings; first checkin, still problems 2004/12/22 13:57:48 dbo 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/08 13:43:39 thb 1.3.2.1: #i36214# Restructured animation and activities factory into several files, fixed some gcc wall complaints

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [19f163adfbb89afcc679877a842c8f3d24e33ec8]

        INTEGRATION: CWS dba22 (1.2.552); FILE MERGED 2005/01/11 10:02:57 oj 1.2.552.2: #i39781# change pos of fixed line 2005/01/05 13:25:32 fs 1.2.552.1: #i39779# removed superfluous and error-prone ResId parameter from CreateSvxBorderBackgroundDlg

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0612d4615b183916f5d74005e88aceaf9fc0a14f]

        INTEGRATION: CWS visibility01 (1.18.70); FILE MERGED 2005/01/12 12:23:41 mnicel 1.18.70.3: RESYNC: (1.19-1.21); FILE MERGED 2004/11/15 20:43:39 mhu 1.18.70.2: RESYNC: (1.18-1.19); FILE MERGED 2004/11/01 20:17:34 mhu 1.18.70.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7e5f7194b5e2e8230903ffa035505d6984d9bbd8]

        INTEGRATION: CWS impress23 (1.2.2); FILE MERGED 2005/01/09 12:17:58 thb 1.2.2.1: #i38811# Hiding old sprite, when resize creates a new (to prevent the old from being temporary visible, generating ghost images)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [66a57f157c25360a9dce6a66d66063a339f846a3]

        INTEGRATION: CWS visibility01 (1.17.178); FILE MERGED 2004/11/01 20:17:34 mhu 1.17.178.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4d9e107f017c12f513950e444352335ff5dd80c7]

        INTEGRATION: CWS impress23 (1.2.2); FILE MERGED 2004/12/08 13:43:38 thb 1.2.2.1: #i36214# Restructured animation and activities factory into several files, fixed some gcc wall complaints

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [aea6b1a6dd44af71dd980d92a1227c1f643a7592]

        INTEGRATION: CWS visibility01 (1.9.434); FILE MERGED 2004/11/01 20:17:33 mhu 1.9.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [626b23a2e42eab18423183bced7c2f71192ff52b]

        INTEGRATION: CWS impress23 (1.3.2); FILE MERGED 2004/12/08 13:43:37 thb 1.3.2.1: #i36214# Restructured animation and activities factory into several files, fixed some gcc wall complaints

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [57ae94766951637770e0901199b8b7c9e31fd1f0]

        INTEGRATION: CWS visibility01 (1.16.434); FILE MERGED 2005/01/12 12:23:25 mnicel 1.16.434.3: RESYNC: (1.17-1.18); FILE MERGED 2004/11/15 20:43:31 mhu 1.16.434.2: RESYNC: (1.16-1.17); FILE MERGED 2004/11/01 20:17:33 mhu 1.16.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [eb82a00b632b03bd258d9c18f85a2748d00a2c95]

        INTEGRATION: CWS visibility01 (1.19.434); FILE MERGED 2005/01/12 12:25:07 mnicel 1.19.434.3: RESYNC: (1.20-1.21); FILE MERGED 2004/11/15 20:43:23 mhu 1.19.434.2: RESYNC: (1.19-1.20); FILE MERGED 2004/11/01 20:17:33 mhu 1.19.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4f5045eaad85cc5d683233b66e1da11336cfd5a4]

        INTEGRATION: CWS visibility01 (1.26.72); FILE MERGED 2004/11/15 20:43:15 mhu 1.26.72.2: RESYNC: (1.26-1.27); FILE MERGED 2004/11/01 20:17:33 mhu 1.26.72.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d2fadf6395bf0bcdd88c866f4094776cb6d0cda5]

        INTEGRATION: CWS visibility01 (1.17.434); FILE MERGED 2005/01/12 12:15:05 mnicel 1.17.434.2: RESYNC: (1.17-1.18); FILE MERGED 2004/11/01 20:17:32 mhu 1.17.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [688cb08bc08651e3932da77492f416c3ba46ae06]

        INTEGRATION: CWS impress23 (1.47.46); FILE MERGED 2004/12/10 11:32:37 dbo 1.47.46.1: #i38346# 3d-settings only visible when extruded cusom shape, fontworkbar related to selected fontwork

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a654649119859e4015d16f246880c9179965cdae]

        INTEGRATION: CWS visibility01 (1.13.434); FILE MERGED 2005/01/12 12:15:39 mnicel 1.13.434.2: RESYNC: (1.13-1.14); FILE MERGED 2004/11/01 20:17:32 mhu 1.13.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b7da46c9872f92ee85ba6eae7cc6c4502fa17778]

        INTEGRATION: CWS visibility01 (1.20.434); FILE MERGED 2005/01/12 12:22:28 mnicel 1.20.434.2: RESYNC: (1.20-1.21); FILE MERGED 2004/11/01 20:17:32 mhu 1.20.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c37b8959cbd373c0e948238335fa2d46ec3c1485]

        INTEGRATION: CWS visibility01 (1.19.434); FILE MERGED 2005/01/12 12:18:33 mnicel 1.19.434.2: RESYNC: (1.19-1.20); FILE MERGED 2004/11/01 20:17:32 mhu 1.19.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6ad557cf6703acc5d99e8144d1ededff2fe58de7]

        INTEGRATION: CWS dba22 (1.4.8); FILE MERGED 2004/12/10 13:15:32 fs 1.4.8.1: #i38376# WB_3DLOOK for the ImplNavToolBar, this implicitily triggers inheritance of some visual styles

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [26f9fbefe86ac10a7a9e29c2821031792fd00918]

        INTEGRATION: CWS visibility01 (1.17.8); FILE MERGED 2005/01/12 12:25:23 mnicel 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2004/11/01 20:17:32 mhu 1.17.8.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c8360ed8ff5308f30403c4786da094b689b3fe65]

        INTEGRATION: CWS dba22 (1.4.18); FILE MERGED 2004/12/13 18:17:06 fs 1.4.18.1: #i38932# initialize m_nLineEndFormat

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c738f2753295486aa1c0499b6f775529a81ca6f0]

        INTEGRATION: CWS visibility01 (1.8.1026); FILE MERGED 2004/11/01 20:17:31 mhu 1.8.1026.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [31a3bfca67117e4fae33d319243fd75884b2dea3]

        INTEGRATION: CWS dba22 (1.13.8); FILE MERGED 2004/12/07 09:30:43 oj 1.13.8.1: #i38250# correct supported namespaces and set m_bSupportSecondRefValue to true for radio button

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3f5f3dd47aefebfa02ca4cd4a5f3ea7ab242e5fe]

        INTEGRATION: CWS visibility01 (1.16.278); FILE MERGED 2004/12/06 08:11:26 mnicel 1.16.278.2: Part of symbol visibility markup - #i35758# 2004/11/01 20:17:31 mhu 1.16.278.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cedeb9d76babd542824675d537ea87d96abd2ec0]

        INTEGRATION: CWS dba22 (1.9.6); FILE MERGED 2005/01/07 07:27:23 oj 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2004/12/29 12:10:10 fs 1.9.6.1: #i34551# vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [048ed13154445d32297aa32b6d42d0f71623e3ce]

        INTEGRATION: CWS visibility01 (1.3.434); FILE MERGED 2004/11/01 20:17:31 mhu 1.3.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6b1f1785c141b34cc57589171f78e985552fc6b9]

        INTEGRATION: CWS dba22 (1.14.8); FILE MERGED 2004/12/07 09:30:42 oj 1.14.8.1: #i38250# correct supported namespaces and set m_bSupportSecondRefValue to true for radio button

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0a2220900d09937ba5ad53e93bf32135021d2ff8]

        INTEGRATION: CWS dba22 (1.36.6); FILE MERGED 2005/01/07 07:26:10 oj 1.36.6.2: RESYNC: (1.36-1.37); FILE MERGED 2004/12/16 10:40:49 fs 1.36.6.1: #i30661# connectDatabaseColumn: resetNoBroadcast when the row set is empty

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f4e92fe42910f42cc05c971eb7ae877881aa1efd]

        INTEGRATION: CWS impress23 (1.2.8); FILE MERGED 2004/12/20 12:38:03 dbo 1.2.8.1: fixing sample code implementation name Issue number: Submitted by: Reviewed by:

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3e0c77b1a3ede26f769d901b473e0e80d0a3a8fc]

        INTEGRATION: CWS visibility01 (1.4.178); FILE MERGED 2005/01/12 12:08:52 mnicel 1.4.178.2: RESYNC: (1.4-1.5); FILE MERGED 2004/11/01 20:17:30 mhu 1.4.178.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [02050b0bbe45f802e6390c2ca30c68caf3c592e6]

        INTEGRATION: CWS visibility01 (1.8.1024); FILE MERGED 2004/11/01 20:17:30 mhu 1.8.1024.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6f531e8aed0f3315e85732da3a076625e66d2f08]

        INTEGRATION: CWS visibility01 (1.3.224); FILE MERGED 2004/11/01 20:17:30 mhu 1.3.224.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c22d09aa0cdc2775fbfd7ead950aae70bac8360c]

        INTEGRATION: CWS dba22 (1.18.68); FILE MERGED 2004/12/29 12:10:24 fs 1.18.68.1: #i34551# columns do not know a vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [40108a93585ee26167f671807ebe648c2abdee2a]

        INTEGRATION: CWS visibility01 (1.7.76); FILE MERGED 2005/01/12 12:19:56 mnicel 1.7.76.2: RESYNC: (1.7-1.9); FILE MERGED 2004/12/06 08:11:26 mnicel 1.7.76.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0b15173a6c3b3e2163d6d3daee3a57cce6c15294]

        INTEGRATION: CWS dba22 (1.26.120); FILE MERGED 2004/12/29 11:29:25 fs 1.26.120.1: #i34551# vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8c217763693b23d1a175a633f25fdeca0963e65a]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/11/01 20:17:30 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [58307b9539e5f81aa930c20c56e6908950e1e82b]

        INTEGRATION: CWS impress23 (1.11.26); FILE MERGED 2004/12/29 11:57:43 dbo 1.11.26.1: #i38957# added Any <<= bool, Any::get<>(), Any::has<>(), tests

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [41fa409e6ecface7b5a66d603817b3aeb2cf96d8]

        INTEGRATION: CWS dba22 (1.64.6); FILE MERGED 2005/01/07 07:34:24 oj 1.64.6.2: RESYNC: (1.64-1.65); FILE MERGED 2004/12/29 11:30:16 fs 1.64.6.1: #i34551#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [38bb16c00f73a0ce2d38a35778cbbde5a56c8a2f]

        INTEGRATION: CWS visibility01 (1.6.78); FILE MERGED 2004/12/06 08:11:26 mnicel 1.6.78.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [15ac86ba9cd98354c19c99c0451ae38ec0d05e15]

        INTEGRATION: CWS impress23 (1.28.14); FILE MERGED 2004/12/30 09:29:16 dbo 1.28.14.2: #i38957# forgot defines for non-exception aware code 2004/12/29 11:57:41 dbo 1.28.14.1: #i38957# added Any <<= bool, Any::get<>(), Any::has<>(), tests

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6388223b09d682c619e0a500e1264e574ef61d2f]

        INTEGRATION: CWS dba22 (1.77.6); FILE MERGED 2005/01/19 17:40:56 fs 1.77.6.3: RESYNC: (1.79-1.80); FILE MERGED 2005/01/07 07:33:27 oj 1.77.6.2: RESYNC: (1.77-1.79); FILE MERGED 2005/01/05 14:04:08 fs 1.77.6.1: #i39944# ControlForeground was renamed to ControlSymbolColor, which got lost during a resync - corrected this

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [dcd7d00c56923932a825ecf59224fc088807a093]

        INTEGRATION: CWS visibility01 (1.2.302); FILE MERGED 2004/11/01 20:17:29 mhu 1.2.302.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0892682dc1b1c20865050f7abba473329852558a]

        INTEGRATION: CWS impress23 (1.25.26); FILE MERGED 2005/01/08 15:29:42 dbo 1.25.26.1: #i38957# asserting sal_Bool / C++ bool

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bc00179e313a5873f6907052b816902886e5d7bb]

        INTEGRATION: CWS impress23 (1.3.68); FILE MERGED 2004/12/29 11:57:40 dbo 1.3.68.1: #i38957# added Any <<= bool, Any::get<>(), Any::has<>(), tests

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1d811ba00d46e830a9ced7a62c64e488ce2e0ab2]

        INTEGRATION: CWS visibility01 (1.5.1008); FILE MERGED 2004/11/01 20:17:29 mhu 1.5.1008.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f52245e91c25804ace33a7d83a8e5d7d7b833c5e]

        INTEGRATION: CWS impress23 (1.8.62); FILE MERGED 2005/01/08 15:29:41 dbo 1.8.62.1: #i38957# asserting sal_Bool / C++ bool

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [84287b1835db373d2488e4aed958f9fea54ff873]

        INTEGRATION: CWS visibility01 (1.2.74); FILE MERGED 2004/11/01 20:17:29 mhu 1.2.74.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f346448fed235032e98050897a0c768a63c22683]

        INTEGRATION: CWS impress23 (1.14.18); FILE MERGED 2005/01/03 11:19:00 dbo 1.14.18.2: #i38957# support for C++ bool 2004/12/29 11:57:39 dbo 1.14.18.1: #i38957# added Any <<= bool, Any::get<>(), Any::has<>(), tests

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d8ce273df55ac8e8e01137fbd292781f65b7de43]

        INTEGRATION: CWS dba22 (1.25.20); FILE MERGED 2004/12/29 11:13:19 fs 1.25.20.1: #i34551# vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1537dac94376abb152caf5c16d292f20dcf520e3]

        INTEGRATION: CWS dba22 (1.68.14); FILE MERGED 2004/12/29 11:11:51 fs 1.68.14.1: #i34551# vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b7db5731f53fc6c5be98d0198e8ef8f207cbddec]

        INTEGRATION: CWS impress23 (1.9.68); FILE MERGED 2005/01/03 11:18:59 dbo 1.9.68.3: #i38957# support for C++ bool 2004/12/30 09:29:16 dbo 1.9.68.2: #i38957# forgot defines for non-exception aware code 2004/12/29 11:57:38 dbo 1.9.68.1: #i38957# added Any <<= bool, Any::get<>(), Any::has<>(), tests

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a9329dd2f10d2960988c654d90c73530dc2b0bde]

        INTEGRATION: CWS visibility01 (1.41.286); FILE MERGED 2004/11/01 20:17:28 mhu 1.41.286.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9c2dec22625afee522b6b511404ce6c6de928d9c]

        INTEGRATION: CWS dba22 (1.36.54); FILE MERGED 2005/01/19 17:24:16 fs 1.36.54.2: RESYNC: (1.36-1.37); FILE MERGED 2004/12/29 11:12:26 fs 1.36.54.1: #i34551# convertFastPropertyValue: proper conversion of enum values

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [966b0464a6dcbca4d69d178c5892bf635021e3da]

        INTEGRATION: CWS visibility01 (1.25.286); FILE MERGED 2004/11/01 20:17:28 mhu 1.25.286.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [49227fce2f04ea045c5b37b9398fd4db54700688]

        INTEGRATION: CWS impress23 (1.121.12); FILE MERGED 2004/12/22 13:56:04 dbo 1.121.12.2: RESYNC: (1.121-1.123); FILE MERGED 2004/12/07 10:19:44 dbo 1.121.12.1: #i32217# defaults for graphic objects have changed

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8034ef19c08ffaac8091fe8a6b9abc80e934b9be]

        INTEGRATION: CWS dba22 (1.31.2); FILE MERGED 2004/12/09 13:46:24 pl 1.31.2.2: #i38376# enable child transparent mode on default window 2004/12/03 12:55:17 fs 1.31.2.1: #i37023# #i36007# ImplGetCompatiblePeer: forward the graphics to the newly created peer

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a9129c13c7faac48649b3c030e7e1938fb10197b]

        INTEGRATION: CWS visibility01 (1.5.74); FILE MERGED 2005/01/12 12:10:27 mnicel 1.5.74.2: RESYNC: (1.5-1.7); FILE MERGED 2004/11/01 20:17:28 mhu 1.5.74.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8777eee2b3f447c687c7eb8939406faf7b64e6c6]

        INTEGRATION: CWS impress23 (1.6.12); FILE MERGED 2004/12/07 15:10:35 dbo 1.6.12.1: #i38343# exporting checkForSelectedFontwork() Issue number: Submitted by: Reviewed by:

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [65d177a59711dae990ee1132f5a2dad6d7b02806]

        INTEGRATION: CWS dba22 (1.49.20); FILE MERGED 2004/12/29 11:10:57 fs 1.49.20.2: #i34551# vertical alignment 2004/12/03 12:55:39 fs 1.49.20.1: #i37023# #i36007# draw: Use Window::Draw when print/previewing, else PaintToDevice / draw: paint visible controls by updating them, if they should be painted onto their parent

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1cba9fde12afd540aa4809d8b5cb0c5448305d27]

        INTEGRATION: CWS visibility01 (1.5.142); FILE MERGED 2005/01/12 12:21:17 mnicel 1.5.142.2: RESYNC: (1.5-1.6); FILE MERGED 2004/11/01 20:17:27 mhu 1.5.142.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [db6100e2b15f7d7a08519f22edcda8a7be72445a]

        INTEGRATION: CWS impress23 (1.5.12); FILE MERGED 2004/12/09 17:44:01 dbo 1.5.12.1: #i38346# simulate a context change: force SelectionHasChanged() being called so that extrusion bar will be visible/hidden Issue number: Submitted by: Reviewed by:

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [31e7264ac796ec1e465eeb40b1e3eb0281105d28]

        INTEGRATION: CWS dba22 (1.20.20); FILE MERGED 2005/01/19 17:23:00 fs 1.20.20.2: RESYNC: (1.20-1.21); FILE MERGED 2004/12/29 11:10:43 fs 1.20.20.1: #i34551# vertical alignment

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cc70deba08f6230afe13623b860b0d73d16d41db]

        INTEGRATION: CWS visibility01 (1.5.114); FILE MERGED 2004/11/01 20:17:27 mhu 1.5.114.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [85890a33a858b0b4a05e71248855bc5129289918]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/11/01 20:17:27 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0f1917933965ace11135cb25c5a45a190335599d]

        INTEGRATION: CWS impress23 (1.5.24); FILE MERGED 2005/01/17 15:55:44 dbo 1.5.24.2: #i36214# NOOPT for SunPRO SPARC only Issue number: Submitted by: Reviewed by: 2005/01/17 15:36:34 dbo 1.5.24.1: #i36214# sunpro CC: no opt for spirit parser Issue number: Submitted by: Reviewed by:

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [59e91f2584cc739a1b25dd1f8036968eba4d5fea]

        INTEGRATION: CWS dba22 (1.31.2); FILE MERGED 2005/01/19 17:17:38 fs 1.31.2.3: RESYNC: (1.35-1.36); FILE MERGED 2005/01/07 07:19:09 oj 1.31.2.2: RESYNC: (1.31-1.35); FILE MERGED 2005/01/05 14:26:22 fs 1.31.2.1: #i39874# Default Filter -> Standard Filter

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0f117d53d9b75438bbdf2c2e70629a1d3557c225]

        INTEGRATION: CWS visibility01 (1.4.118); FILE MERGED 2005/01/12 12:20:27 mnicel 1.4.118.3: RESYNC: (1.5-1.6); FILE MERGED 2004/11/15 20:41:55 mhu 1.4.118.2: RESYNC: (1.4-1.5); FILE MERGED 2004/11/01 20:17:27 mhu 1.4.118.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ff6026b8ce3e672c2b2cf3292cff923ae8d01fa7]

        INTEGRATION: CWS visibility01 (1.9.76); FILE MERGED 2005/01/12 12:08:21 mnicel 1.9.76.2: RESYNC: (1.9-1.10); FILE MERGED 2004/11/01 20:17:26 mhu 1.9.76.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [968723a3e9a7bfc4b3937198721950cc362b5604]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/11/01 20:17:26 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c78f1cec75e65dea8d9f46e7c3233c7ed5bd794f]

        INTEGRATION: CWS visibility01 (1.4.302); FILE MERGED 2004/11/01 20:17:26 mhu 1.4.302.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fd6284caf8da0c03eb22dbd8fd1655f1eccb1fe8]

        INTEGRATION: CWS visibility01 (1.15.84); FILE MERGED 2005/01/12 12:21:52 mnicel 1.15.84.3: RESYNC: (1.16-1.17); FILE MERGED 2004/11/15 20:41:28 mhu 1.15.84.2: RESYNC: (1.15-1.16); FILE MERGED 2004/11/01 20:17:26 mhu 1.15.84.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3cb9662c6fb307ec3aade15cf7854456e36e133d]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/11/01 20:17:25 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [37b831661b8b3c4001da931009c6c0fd20ef1baf]

        INTEGRATION: CWS dba22 (1.8.16); FILE MERGED 2005/01/14 12:35:23 oj 1.8.16.2: #i39671# attachguard for every call 2005/01/04 11:46:24 oj 1.8.16.1: #i39671# erase guard when no longer needed

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [75fbf68c1d419222d4ad186061b9eace14053488]

        INTEGRATION: CWS visibility01 (1.3.286); FILE MERGED 2004/11/01 20:17:25 mhu 1.3.286.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [85d204d49101f9c0146871bdb01a1ccd837d80aa]

        INTEGRATION: CWS dba22 (1.5.232); FILE MERGED 2005/01/04 11:02:19 fs 1.5.232.1: #i39481# copyArrayAndDelete: change parameters to a) compile on gcc 3.something and b) not require instantiation of temporary, useless objects upon calling

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [86d9832e23e10cf865e752fd6314960e6a2c9693]

        INTEGRATION: CWS visibility01 (1.3.118); FILE MERGED 2004/11/01 20:17:25 mhu 1.3.118.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4bacd24a9f7ebbc706b09ff098849ce11d69818e]

        INTEGRATION: CWS dba22 (1.2.16); FILE MERGED 2004/12/16 09:03:16 oj 1.2.16.1: #i39123# new setDelegation method

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ce459e7d55681c8a76a507bd6a32825b9d4eba0b]

        INTEGRATION: CWS visibility01 (1.3.224); FILE MERGED 2004/11/01 20:17:25 mhu 1.3.224.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fd202b7f4c68c17b3a81e562070dce0be1c0a6ef]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/11/01 20:17:24 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [493f189204d65b83af744a0eff66d8489075e402]

        INTEGRATION: CWS dba22 (1.2.16); FILE MERGED 2005/01/04 12:14:22 oj 1.2.16.1: #i39671# new method for terminate listener

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ce8b86e86d7ba706b63036e8defb130386e237b3]

        INTEGRATION: CWS impress23 (1.40.38); FILE MERGED 2004/12/10 14:36:21 dbo 1.40.38.1: #i38346# show 3d-settings toolbar when extruded custom shape is selected, show fontworkbar when fontwork shape is selected

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4b3ec8698e240a25f538207882bfa30443dd82dd]

        INTEGRATION: CWS visibility01 (1.3.218); FILE MERGED 2004/11/01 20:17:24 mhu 1.3.218.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [795f9e1b0f63bd32b6f00fbc5cccf1f917ff1041]

        INTEGRATION: CWS dba22 (1.1.2); FILE ADDED 2004/12/16 08:30:04 oj 1.1.2.1: #i39123# XTransactedObject support

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [16ec8ef6ae9918ff70947e4191923f6ccdceacdd]

        INTEGRATION: CWS dba22 (1.24.44); FILE MERGED 2004/12/10 11:02:52 oj 1.24.44.1: #117841 # the size given to external components is now reduced by 1 to avoid that they corrupt our return address

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8e3b2a831f2a01ab7135117ca839a6d94e7e0506]

        INTEGRATION: CWS impress23 (1.27.38); FILE MERGED 2005/01/13 13:47:21 dbo 1.27.38.1: #i40526# don't call LeaveSelFrmMode() for all shells, because objects may still be selected

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [babc5b5d1d7bd3469d3f52da9c143ad01251b9ba]

        INTEGRATION: CWS visibility01 (1.2.142); FILE MERGED 2004/11/01 20:17:24 mhu 1.2.142.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [48d8d32321e70c59e6f5090c9e92cd63c667c012]

        INTEGRATION: CWS dba22 (1.15.74); FILE MERGED 2004/12/10 11:02:52 oj 1.15.74.1: #117841 # the size given to external components is now reduced by 1 to avoid that they corrupt our return address

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [75d6cc49200e597d20ad7a0710a3e5455ac3701a]

        INTEGRATION: CWS impress23 (1.80.54); FILE MERGED 2004/12/10 14:36:18 dbo 1.80.54.1: #i38346# show 3d-settings toolbar when extruded custom shape is selected, show fontworkbar when fontwork shape is selected

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1a47619b4552cefaa40ec631b679eb14e82469d3]

        INTEGRATION: CWS visibility01 (1.41.286); FILE MERGED 2004/11/01 20:17:23 mhu 1.41.286.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4667e3354e09e89930b1c69cf0b14491a64c1ffd]

        INTEGRATION: CWS dba22 (1.30.44); FILE MERGED 2004/12/10 11:02:52 oj 1.30.44.1: #117841 # the size given to external components is now reduced by 1 to avoid that they corrupt our return address

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [014b63359179c9ccd8d0e76ff0d146fd691ae396]

        INTEGRATION: CWS impress23 (1.28.186); FILE MERGED 2004/12/10 14:36:17 dbo 1.28.186.1: #i38346# show 3d-settings toolbar when extruded custom shape is selected, show fontworkbar when fontwork shape is selected

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5326911d1a83d5aec89b302537778c22c64cd528]

        INTEGRATION: CWS visibility01 (1.19.218); FILE MERGED 2004/11/01 20:17:23 mhu 1.19.218.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [869885a3c193ae72347cc1b4cc4b16e471dc9d1e]

        INTEGRATION: CWS impress23 (1.31.164); FILE MERGED 2004/12/10 14:36:15 dbo 1.31.164.1: #i38346# show 3d-settings toolbar when extruded custom shape is selected, show fontworkbar when fontwork shape is selected

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [439c7699f29728fd5face44e492ed06dfe703477]

        INTEGRATION: CWS dba22 (1.18.16); FILE MERGED 2005/01/14 12:35:22 oj 1.18.16.3: #i39671# attachguard for every call 2005/01/10 06:29:19 oj 1.18.16.2: compile error under linux 2005/01/04 11:45:21 oj 1.18.16.1: #i39671# erase guard when no longer needed

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a91020e17f9dbbcc1b5c4e7569b70e8478cebd2b]

        INTEGRATION: CWS dba22 (1.4.180); FILE MERGED 2005/01/04 11:02:50 fs 1.4.180.1: #i39481#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f919216db69464b8c28457c414dace8f7545e4ac]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/11/01 20:17:23 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4815d84bc7863ccc79049f16dc9c55b58ad7df93]

        INTEGRATION: CWS dba22 (1.6.16); FILE MERGED 2005/01/04 11:45:20 oj 1.6.16.1: #i39671# erase guard when no longer needed

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [dbd52865fc9a9a567a4875d517e81a5ce030aa0d]

        INTEGRATION: CWS dba22 (1.12.16); FILE MERGED 2005/01/04 11:45:19 oj 1.12.16.1: #i39671# erase guard when no longer needed

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [18ef886430b78f497ad1da13d3d1368bf663542f]

        INTEGRATION: CWS dba22 (1.2.16); FILE MERGED 2005/01/04 12:12:19 oj 1.2.16.2: #i39873# check if driver for embedded object can loaded 2004/12/16 08:23:23 oj 1.2.16.1: #i39123# XTransactedObject support

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [538292bdfc86053ca02134b892efb8068f67f413]

        INTEGRATION: CWS visibility01 (1.9.434); FILE MERGED 2004/11/01 20:17:22 mhu 1.9.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7ddeee2cebc57553e50ab4c8efa33f5d0120efa0]

        INTEGRATION: CWS dba22 (1.1.2); FILE ADDED 2005/01/04 12:12:53 oj 1.1.2.1: #i39671# add terminate listener

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8a30adaae0ab66a7d139787bbb3874ddb7de7fc0]

        INTEGRATION: CWS visibility01 (1.2.74); FILE MERGED 2005/01/12 12:08:35 mnicel 1.2.74.3: RESYNC: (1.3-1.5); FILE MERGED 2004/11/15 20:40:16 mhu 1.2.74.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/01 20:17:22 mhu 1.2.74.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [be84f337ce3973eb6bcf6a7acd19b4754d3fefb9]

        INTEGRATION: CWS dba22 (1.1.2); FILE ADDED 2005/01/04 12:13:03 oj 1.1.2.1: #i39671# add terminate listener

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [38e0818665eb1d7e8907a9205a902047dc4669bf]

        INTEGRATION: CWS dba22 (1.2.16); FILE MERGED 2005/01/04 12:12:19 oj 1.2.16.1: #i39873# check if driver for embedded object can loaded

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [efaa9fbc60382bf6172690cd24ccf8026a4edee0]

        INTEGRATION: CWS visibility01 (1.10.222); FILE MERGED 2004/11/01 20:17:22 mhu 1.10.222.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f4bacf12c58ed9330728dc460d4f151c928fc85d]

        INTEGRATION: CWS dba22 (1.2.16); FILE MERGED 2004/12/16 08:23:22 oj 1.2.16.1: #i39123# XTransactedObject support

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [48e57a6e8a675e805ec1dd2a70c7ae9823eb8994]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/11/01 20:17:22 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5bfbeb1856af0ef7492df712ca774e691de59736]

        INTEGRATION: CWS dba22 (1.2.16); FILE MERGED 2005/01/04 12:12:18 oj 1.2.16.2: #i39873# check if driver for embedded object can loaded 2004/12/16 08:23:22 oj 1.2.16.1: #i39123# XTransactedObject support

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8a4eb4dd18c849d95e36e0435158a2b200f9db7c]

        INTEGRATION: CWS visibility01 (1.2.74); FILE MERGED 2004/11/01 20:17:21 mhu 1.2.74.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [280075e755b6dbb0e69cd5aea73e5bdf348fd89c]

        INTEGRATION: CWS dba22 (1.1.2); FILE ADDED 2004/12/16 08:23:38 oj 1.1.2.1: #i39123# XTransactedObject support

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a0ea4cd7021ad8b392db1132d6cb10fb3eb85a65]

        INTEGRATION: CWS dba22 (1.32.110); FILE MERGED 2005/01/03 13:52:24 oj 1.32.110.1: #i39227# resize and assign new empty value

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [262a142c3adfb3a5e62a815c8e41688e773c4b4b]

        INTEGRATION: CWS dba22 (1.5.234); FILE MERGED 2004/12/16 09:03:38 oj 1.5.234.1: #i39123# some clean ups

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b2024391dd078c9517cc623898bab379298341c6]

        INTEGRATION: CWS visibility01 (1.14.286); FILE MERGED 2004/11/15 20:39:57 mhu 1.14.286.2: RESYNC: (1.14-1.15); FILE MERGED 2004/11/01 20:17:21 mhu 1.14.286.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bb7d7cbe3a85bdb60fc41c7c3719917099952cfb]

        INTEGRATION: CWS dba22 (1.6.44); FILE MERGED 2004/12/16 09:03:38 oj 1.6.44.1: #i39123# some clean ups

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [05509186f320bf6e05a2690dec7538f8bdfe9a68]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/12/06 08:11:26 mnicel 1.2.434.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c5cad4760e645010f3852cbba5e884f96b87ff18]

        INTEGRATION: CWS impress23 (1.9.8); FILE MERGED 2004/12/13 16:16:13 iha 1.9.8.1: #i38562# missisng helpids for pane controls

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0bfbaafafdfdb5a6318ca33d077515b52165d53d]

        INTEGRATION: CWS dba22 (1.11.194); FILE MERGED 2004/12/20 15:56:10 fs 1.11.194.1: convenience constructor taking a single string, for #i39187#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [929a66dc7692a45c6a08e6ee5594afd3f8e2269d]

        INTEGRATION: CWS visibility01 (1.23.318); FILE MERGED 2005/01/12 12:10:58 mnicel 1.23.318.2: RESYNC: (1.23-1.24); FILE MERGED 2004/11/01 20:17:21 mhu 1.23.318.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [29293ede587693954580a63e05cf8055e2d5c28c]

        INTEGRATION: CWS impress23 (1.21.8); FILE MERGED 2005/01/11 14:48:14 dbo 1.21.8.2: #i39098# making slideshow creation/startShow()/startPreview() more robust 2004/12/30 12:50:29 dbo 1.21.8.1: #i34155# mind rehearse timings slot

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [20b24029f52f923441c3f7e4f2c934299ab8f1d3]

        INTEGRATION: CWS dba22 (1.9.44); FILE MERGED 2004/12/16 08:24:10 oj 1.9.44.1: #i39123# new setDelegation method

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e547bd41535a9ed5cf3f8378c78be80d95314768]

        INTEGRATION: CWS visibility01 (1.10.1004); FILE MERGED 2004/11/01 20:17:21 mhu 1.10.1004.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8f22bf3e072a603854326aaa9f1d7e767f243cc7]

        INTEGRATION: CWS impress23 (1.49.8); FILE MERGED 2005/01/11 14:48:13 dbo 1.49.8.2: #i39098# making slideshow creation/startShow()/startPreview() more robust 2004/12/30 12:50:28 dbo 1.49.8.1: #i34155# mind rehearse timings slot

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [87e49d5ec5402f94ada827ee5b69b611d88873bb]

        INTEGRATION: CWS dba22 (1.10.104); FILE MERGED 2004/12/20 15:55:41 fs 1.10.104.1: convenience constructor taking a single string, for #i39187#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3e3458aae2e34b7fc593951d3ce1eb9393c109b4]

        INTEGRATION: CWS dba22 (1.3.44); FILE MERGED 2004/12/16 08:24:25 oj 1.3.44.1: #i39123# new setDelegation method

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [39467c57f2e0ed86a0cb93bfeb30dc55d6bd744b]

        INTEGRATION: CWS impress23 (1.32.8); FILE MERGED 2004/12/14 18:37:47 af 1.32.8.2: #i38989# Setting the initial visibility of the master view toolbar. 2004/12/14 16:08:40 iha 1.32.8.1: #i38515# impress: show LineAndFilling Toolbar as Default Toolbar - not Text Formatting

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3bf854657372c409461b5eb9036ddcbf6bf17b3c]

        INTEGRATION: CWS dba22 (1.2.16); FILE MERGED 2005/01/05 10:13:37 oj 1.2.16.1: #i39918# change msvcr70 to msvcr71

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e5a579354923e97d05ea29200b26ad7277eb3e5a]

        INTEGRATION: CWS visibility01 (1.16.820); FILE MERGED 2004/11/01 20:17:20 mhu 1.16.820.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e53749e7a6c9126c0a09d0d730d87d6c192adf77]

        INTEGRATION: CWS impress23 (1.48.8); FILE MERGED 2004/12/14 18:39:50 af 1.48.8.2: #i38989# Fixed setting the visibility of the master view toolbar. 2004/12/07 15:09:39 dbo 1.48.8.1: #i38343# activation of fontwork and extrusion toolbar is context-sensitive

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [735bdb109e5dba636b65aeba494f87006d8b1a49]

        INTEGRATION: CWS visibility01 (1.20.434); FILE MERGED 2005/01/12 12:14:12 mnicel 1.20.434.2: RESYNC: (1.20-1.23); FILE MERGED 2004/11/01 20:17:20 mhu 1.20.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f822711734d2363794df6044f6ef72313dca5e25]

        INTEGRATION: CWS dba22 (1.2.16); FILE MERGED 2005/01/05 10:13:38 oj 1.2.16.1: #i39918# change msvcr70 to msvcr71

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a912c37f0baef72b8f395b3b473e0ddbd99559c4]

        INTEGRATION: CWS impress23 (1.8.8); FILE MERGED 2004/12/07 17:38:09 af 1.8.8.1: #i33627# Expand the layout menu in the task pane instead of showing the layout dialog.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [849b08907b783579a5a5dd56857dabd7fc21fd2e]

        INTEGRATION: CWS visibility01 (1.20.434); FILE MERGED 2004/11/01 20:17:20 mhu 1.20.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f1c9e43d2c8cc5999b8d75d02c13cfea63436abc]

        INTEGRATION: CWS dba22 (1.2.16); FILE MERGED 2005/01/05 10:15:47 oj 1.2.16.1: #i39918# change msvcr70 to msvcr71

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c27c3d71832df31211af7e758b43d238764a4fa3]

        INTEGRATION: CWS visibility01 (1.28.86); FILE MERGED 2005/01/12 12:25:39 mnicel 1.28.86.2: RESYNC: (1.28-1.29); FILE MERGED 2004/11/01 20:17:19 mhu 1.28.86.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [10df03e76979b6f1be49f6a00fa42d6dd5eec53c]

        INTEGRATION: CWS impress23 (1.2.102); FILE MERGED 2004/12/09 10:45:14 af 1.2.102.1: #i37871# Fixed display of page background.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0fe5bf576d2bf5570e8d8201194682fbff0b3ce1]

        INTEGRATION: CWS visibility01 (1.5.216); FILE MERGED 2005/01/12 12:09:24 mnicel 1.5.216.2: RESYNC: (1.5-1.6); FILE MERGED 2004/11/01 20:17:19 mhu 1.5.216.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [04c70fe9fb1dbdf0d2ce96433d6c42d398e656e3]

        INTEGRATION: CWS impress23 (1.7.58); FILE MERGED 2004/12/09 10:36:53 af 1.7.58.1: #i37871# Store loaded previews in full resolution.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ba2ca82537e7faffffcc092d82109e00f7b394ee]

        INTEGRATION: CWS visibility01 (1.10.1008); FILE MERGED 2004/11/01 20:17:19 mhu 1.10.1008.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3e3636dc010e47d0046ec9a8bd3166a124595d48]

        INTEGRATION: CWS impress23 (1.5.58); FILE MERGED 2004/12/14 17:29:38 af 1.5.58.1: #i38956# Allowed assigning layouts to handout pages.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [35f1f99fcf54d6803ae36390d01e1283f9ee8a99]

        INTEGRATION: CWS impress23 (1.6.8); FILE MERGED 2004/12/13 16:49:40 af 1.6.8.1: #i38797# Fixed use of bMergeMasterPages flag.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [750b7c239d2bc8b3be0c733ecf3c6baeca119dba]

        INTEGRATION: CWS visibility01 (1.5.1010); FILE MERGED 2004/11/01 20:17:18 mhu 1.5.1010.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a75b6ef7f2a26d6881e68e25f6ce6c3231d9901f]

        INTEGRATION: CWS impress23 (1.3.22); FILE MERGED 2005/01/11 14:48:12 dbo 1.3.22.1: #i39098# making slideshow creation/startShow()/startPreview() more robust

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [30b041ac49e041287e8d427d690c91de9bef6f8a]

        INTEGRATION: CWS visibility01 (1.3.142); FILE MERGED 2004/11/01 20:17:18 mhu 1.3.142.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [32de5e480e4374e399e2d4e25afafdfd85754f33]

        INTEGRATION: CWS impress23 (1.2.8); FILE MERGED 2005/01/11 14:48:11 dbo 1.2.8.3: #i39098# making slideshow creation/startShow()/startPreview() more robust 2004/12/22 13:34:49 dbo 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/15 15:09:55 bm 1.2.8.1: #i36799# react on switching the pen on and off via the navigator

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ace6bacde964ae91a1427e16ec64f2facf481bdb]

        INTEGRATION: CWS visibility01 (1.4.434); FILE MERGED 2004/11/01 20:17:18 mhu 1.4.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e40dc5a06746b16ecb940e20acbce4b2b369aedd]

        INTEGRATION: CWS impress23 (1.2.8); FILE MERGED 2005/01/11 14:48:11 dbo 1.2.8.9: #i39098# making slideshow creation/startShow()/startPreview() more robust 2005/01/11 12:11:10 dbo 1.2.8.8: #i34155# Issue number: Submitted by: Reviewed by: 2005/01/11 11:04:09 dbo 1.2.8.7: #i34155# update() revision Issue number: Submitted by: Reviewed by: 2005/01/06 17:04:34 dbo 1.2.8.6: #i39053# canvas access more robust Issue number: Submitted by: Reviewed by: 2005/01/06 15:59:29 dbo 1.2.8.5: #i39053# providing WaitSymbolBitmap (sand clock icon) Issue number: Submitted by: Reviewed by: 2004/12/30 12:50:26 dbo 1.2.8.4: #i34155# mind rehearse timings slot 2004/12/22 13:34:40 dbo 1.2.8.3: RESYNC: (1.2-1.3); FILE MERGED 2004/12/17 10:42:43 dbo 1.2.8.2: #i39098# prevent starting slideshow for master page, better assertion output Issue number: Submitted by: Reviewed by: 2004/12/15 15:09:55 bm 1.2.8.1: #i36799# react on switching the pen on and off via the navigator

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4c8e74b9e5b6812359db2b4169935137d9ad1a09]

        INTEGRATION: CWS visibility01 (1.18.114); FILE MERGED 2005/01/14 15:30:17 mhu 1.18.114.1: #35758# Additional changes for windows after resync to m69.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [08880e0efe11113cca9c896734cf5d85c72a0c90]

        INTEGRATION: CWS impress23 (1.2.8); FILE MERGED 2005/01/11 14:48:11 dbo 1.2.8.3: #i39098# making slideshow creation/startShow()/startPreview() more robust 2005/01/03 11:58:43 dbo 1.2.8.2: #i34155# Issue number: Submitted by: Reviewed by: 2004/12/30 12:50:26 dbo 1.2.8.1: #i34155# mind rehearse timings slot

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8c787e07693e5e741497cff8b7e93b37bd2b984b]

        INTEGRATION: CWS visibility01 (1.3.224); FILE MERGED 2004/12/06 08:11:25 mnicel 1.3.224.2: Part of symbol visibility markup - #i35758# 2004/11/01 20:17:17 mhu 1.3.224.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [32bb82fefdbc026f174f9d5b4ed745df417e82f1]

        INTEGRATION: CWS impress23 (1.2.8); FILE MERGED 2005/01/07 16:01:06 dbo 1.2.8.1: #i39053# avoid that VCL paints any background Issue number: Submitted by: Reviewed by:

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b6c7ef68e9143a16b4c43620583d1c1f013499ad]

        INTEGRATION: CWS visibility01 (1.2.142); FILE MERGED 2004/11/01 20:17:17 mhu 1.2.142.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [172ccc2d9ca4cb9032e0656b0fac900e063b1bac]

        INTEGRATION: CWS impress23 (1.2.8); FILE MERGED 2005/01/11 14:48:10 dbo 1.2.8.2: #i39098# making slideshow creation/startShow()/startPreview() more robust 2004/12/30 12:50:25 dbo 1.2.8.1: #i34155# mind rehearse timings slot

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d6a7edd9841d018d3a192f4bb6ac1518fdd97d2b]

        INTEGRATION: CWS visibility01 (1.2.142); FILE MERGED 2004/11/15 20:39:17 mhu 1.2.142.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/01 20:17:17 mhu 1.2.142.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e31f77d4baa330bedcc8da875c82d2274c8377af]

        INTEGRATION: CWS impress23 (1.13.8); FILE MERGED 2005/01/11 14:48:09 dbo 1.13.8.1: #i39098# making slideshow creation/startShow()/startPreview() more robust

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [065e6deb228f5fc4118e194fff0f30cb8001de5c]

        INTEGRATION: CWS visibility01 (1.2.142); FILE MERGED 2005/01/12 12:13:36 mnicel 1.2.142.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/01 20:17:17 mhu 1.2.142.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [caf9f99cad9165fdb900eef58c6abb8d76bc2a97]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/11/01 20:17:16 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4da2265191b78170a6de9cfb25944693d386def0]

        INTEGRATION: CWS impress23 (1.3.8); FILE MERGED 2004/12/13 16:17:37 iha 1.3.8.1: #i38562# missisng helpids for pane controls

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9f84a127b4fea2465d6da349174015719d7a72bd]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/12/06 08:11:25 mnicel 1.2.434.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8545c580f89d8a4950d912437ef76dcad7cf2681]

        INTEGRATION: CWS impress23 (1.2.8); FILE MERGED 2005/01/11 14:48:08 dbo 1.2.8.2: #i39098# making slideshow creation/startShow()/startPreview() more robust 2004/12/10 12:24:19 dbo 1.2.8.1: #i36260# custom animation/slide transition pane: headings should be bold Issue number: Submitted by: Reviewed by:

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3f3aeaf0e540b7530c66de0d7f4215a05ca3b866]

        INTEGRATION: CWS visibility01 (1.3.286); FILE MERGED 2004/11/01 20:17:16 mhu 1.3.286.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [883a2a91c1f6c9a184f71c8c611dbaf681115c24]

        INTEGRATION: CWS impress23 (1.3.8); FILE MERGED 2004/12/13 16:17:17 iha 1.3.8.1: #i38562# missisng helpids for pane controls

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0fd3538fb0e3c743363408762887306af64d29bb]

        INTEGRATION: CWS impress23 (1.2.8); FILE MERGED 2005/01/11 14:48:08 dbo 1.2.8.2: #i39098# making slideshow creation/startShow()/startPreview() more robust 2004/12/10 12:24:18 dbo 1.2.8.1: #i36260# custom animation/slide transition pane: headings should be bold Issue number: Submitted by: Reviewed by:

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6a999d83edef4628813c631b15a9345832c3c225]

        INTEGRATION: CWS impress23 (1.2.8); FILE MERGED 2004/12/13 16:16:47 iha 1.2.8.1: #i38562# missisng helpids for pane controls

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5f62440b0dff668fb10b4787f363ac4816625943]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/11/01 20:17:15 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2e4ee15ef03abaf302f43e97dfa5cd903012e535]

        INTEGRATION: CWS impress23 (1.10.8); FILE MERGED 2004/12/13 16:15:31 iha 1.10.8.1: #i38562# missisng helpids for pane controls

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [21e26b37edd134aef026a023fc12ea0bc140a3f1]

        INTEGRATION: CWS visibility01 (1.3.118); FILE MERGED 2005/01/12 12:17:01 mnicel 1.3.118.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/01 20:17:15 mhu 1.3.118.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4ad908fd8c16414537d8b4aa64289bb35e7a6db0]

        INTEGRATION: CWS visibility01 (1.3.434); FILE MERGED 2005/01/14 15:30:17 mhu 1.3.434.1: #35758# Additional changes for windows after resync to m69.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [57ae96afeabe992f15cc68c9fe64b518726f92c5]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/11/01 20:17:14 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e5167d72241b6d57620e851876e0bf94455a3297]

        INTEGRATION: CWS visibility01 (1.3.86); FILE MERGED 2004/11/01 20:17:14 mhu 1.3.86.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6d833990a336983011553f7613971d062f0c8f5d]

        INTEGRATION: CWS impress23 (1.95.8); FILE MERGED 2004/12/07 10:24:52 dbo 1.95.8.1: #i32217# setting all properties to default after adding shape

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [916041fb97855e8120b0ed593f49672d237c92a2]

        INTEGRATION: CWS visibility01 (1.8.434); FILE MERGED 2004/11/01 20:17:13 mhu 1.8.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e44d77c56f91af15abb3b5e2282ce4768cf5b094]

        INTEGRATION: CWS visibility01 (1.3.310); FILE MERGED 2004/12/06 08:11:25 mnicel 1.3.310.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:57 mmeeks 1.3.310.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9b7449104358b8860a1c73cc4fda848eb29a6f0d]

        INTEGRATION: CWS visibility01 (1.82.286); FILE MERGED 2005/01/12 12:09:56 mnicel 1.82.286.2: RESYNC: (1.82-1.83); FILE MERGED 2004/11/01 20:17:13 mhu 1.82.286.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2a18dcac031a5f31c97d003c6997fd76ca022250]

        INTEGRATION: CWS impress23 (1.9.18); FILE MERGED 2005/01/11 14:14:23 dbo 1.9.18.1: #i38346# removing FontWork, 3D-Settings from View->Toolbars

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9b8452e60ee9b445ed6b696284cb58fb64e77443]

        INTEGRATION: CWS visibility01 (1.4.84); FILE MERGED 2005/01/12 12:24:32 mnicel 1.4.84.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/06 08:11:25 mnicel 1.4.84.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [063f87070c9e113c72c92064fa9e4a5073e95e42]

        INTEGRATION: CWS impress23 (1.10.18); FILE MERGED 2005/01/11 14:14:22 dbo 1.10.18.1: #i38346# removing FontWork, 3D-Settings from View->Toolbars

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0847fcd37f6e8af14ec055c1cc86fe342ccb54d1]

        INTEGRATION: CWS visibility01 (1.2.142); FILE MERGED 2004/11/19 12:54:56 mmeeks 1.2.142.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [df6233521aff674df493cf0136565adf70a1eb39]

        INTEGRATION: CWS impress23 (1.12.18); FILE MERGED 2005/01/11 14:14:22 dbo 1.12.18.2: #i38346# removing FontWork, 3D-Settings from View->Toolbars 2004/12/14 16:14:03 iha 1.12.18.1: #i38515# Text Formatting Toolbar should be docked initially

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [97db7504ab34e66f0eaaf78cfe3efeeee370e9a0]

        INTEGRATION: CWS visibility01 (1.23.140); FILE MERGED 2004/11/01 20:17:13 mhu 1.23.140.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fec8ad189f5f92fc9726821cf95772e7c283bad1]

        INTEGRATION: CWS impress23 (1.12.18); FILE MERGED 2005/01/11 14:14:22 dbo 1.12.18.2: #i38346# removing FontWork, 3D-Settings from View->Toolbars 2004/12/14 16:12:41 iha 1.12.18.1: #i38515# Text Formatting Toolbar should be docked initially

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8cf936389be00c2dcab789eb417ab1199b6cf108]

        INTEGRATION: CWS visibility01 (1.1.1.1.1050); FILE MERGED 2004/11/01 20:17:12 mhu 1.1.1.1.1050.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [543b2548a274898558ba24cc9fb823835be4cc5a]

        INTEGRATION: CWS impress23 (1.10.18); FILE MERGED 2005/01/11 14:14:21 dbo 1.10.18.1: #i38346# removing FontWork, 3D-Settings from View->Toolbars

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d63fe67b40550d58bdb19fd70e4b36bd57fb4f6c]

        INTEGRATION: CWS visibility01 (1.28.142); FILE MERGED 2004/11/01 20:17:12 mhu 1.28.142.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ac2d46003f779997b30120413add4bc10cec697e]

        INTEGRATION: CWS visibility01 (1.4.74); FILE MERGED 2004/11/01 20:17:12 mhu 1.4.74.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [dcf8e24ba601558aa6d7d397d2ddb088d4703512]

        INTEGRATION: CWS visibility01 (1.17.140); FILE MERGED 2004/11/01 20:17:11 mhu 1.17.140.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [22afd607d1cf6442e4d8d8c645b82f2b71b16a9c]

        INTEGRATION: CWS impress23 (1.3.4); FILE MERGED 2005/01/07 14:57:36 dbo 1.3.4.1: #i39053# don't redraw sprite if it is hidden

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e577b4ebbe3c97adb7532da306d412e5911acf16]

        INTEGRATION: CWS visibility01 (1.3.78); FILE MERGED 2004/11/01 20:17:11 mhu 1.3.78.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3a89c002984efb7ba6df0fbf4bb30841f02b60f3]

        INTEGRATION: CWS impress23 (1.3.4); FILE MERGED 2005/01/04 12:28:47 thb 1.3.4.1: #i39829# Corrected XGraphicDevice::getSize() behaviour, added createInfiniteSize2D() method to tools

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [38aec7c061030770f2fd48206cc6fafa9c28b28c]

        INTEGRATION: CWS visibility01 (1.2.78); FILE MERGED 2004/11/01 20:17:11 mhu 1.2.78.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4eaf4a548936e899805dbef7e7b5bf306d990f61]

        INTEGRATION: CWS impress23 (1.4.4); FILE MERGED 2005/01/04 12:28:47 thb 1.4.4.1: #i39829# Corrected XGraphicDevice::getSize() behaviour, added createInfiniteSize2D() method to tools

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f5851a0b72319016750a99e08d66217935d2f54b]

        INTEGRATION: CWS visibility01 (1.3.8); FILE MERGED 2005/01/12 12:06:29 mnicel 1.3.8.2: RESYNC: (1.3-1.5); FILE MERGED 2004/12/22 03:24:41 mnicel 1.3.8.1: Part of symbol visibility work - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e1a78c7d5947b7aa2f5c54834704f99ed5ae80a4]

        INTEGRATION: CWS visibility01 (1.104.8); FILE MERGED 2005/01/14 15:32:08 mhu 1.104.8.3: #35758# Deliver isvx.lib; partial cleanup. 2005/01/12 07:53:30 mnicel 1.104.8.2: RESYNC: (1.104-1.108); FILE MERGED 2004/12/06 08:11:24 mnicel 1.104.8.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f8f664eb70b2f02ffc8deb3cff9f6e4004b1e579]

        INTEGRATION: CWS visibility01 (1.3.26); FILE MERGED 2004/11/19 12:54:56 mmeeks 1.3.26.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [009cfc9e8267c1f31ec9251c63186133532e1bbe]

        INTEGRATION: CWS visibility01 (1.2.486); FILE MERGED 2004/11/19 12:54:56 mmeeks 1.2.486.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [41bffb2157953c2c5c03b560598a3b548c2c2abf]

        INTEGRATION: CWS visibility01 (1.3.26); FILE MERGED 2004/11/19 12:54:55 mmeeks 1.3.26.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6be41f86c5a18247647b2527ef6fcef02ff7bd9a]

        INTEGRATION: CWS visibility01 (1.2.486); FILE MERGED 2004/11/19 12:54:54 mmeeks 1.2.486.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [43bde1d3f03ceba1db24602b07b9ca5284bc0041]

        INTEGRATION: CWS visibility01 (1.2.486); FILE MERGED 2004/11/19 12:54:53 mmeeks 1.2.486.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [987c13819a444d83659993a2095d44265fdb1a1b]

        INTEGRATION: CWS visibility01 (1.3.26); FILE MERGED 2004/11/19 12:54:53 mmeeks 1.3.26.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4e5ce64a434b12a7ab9f1bedd8c2d21ac885f04d]

        INTEGRATION: CWS visibility01 (1.2.178); FILE MERGED 2004/11/19 12:54:52 mmeeks 1.2.178.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [293916d3b4f86a6b8184c06ee6af353d4667ec42]

        INTEGRATION: CWS visibility01 (1.3.178); FILE MERGED 2004/11/19 12:54:52 mmeeks 1.3.178.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9bb5b7883ab47db3ae0900cf588524a650e1ccbe]

        INTEGRATION: CWS visibility01 (1.6.8); FILE MERGED 2004/11/19 12:54:52 mmeeks 1.6.8.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [146dac96593ad85f5dc796f812f4ea284b1d7634]

        INTEGRATION: CWS visibility01 (1.3.8); FILE MERGED 2004/11/19 12:54:51 mmeeks 1.3.8.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [62f4caa5c33dc1dbd707a637b4056d598d75e0d3]

        INTEGRATION: CWS visibility01 (1.3.180); FILE MERGED 2005/01/12 07:51:48 mnicel 1.3.180.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/19 12:54:51 mmeeks 1.3.180.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bfed3c885f94cf0de45128dd040148271ac3b95c]

        INTEGRATION: CWS visibility01 (1.5.8); FILE MERGED 2004/11/19 12:54:50 mmeeks 1.5.8.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bef8eeda99d2dd33b1aaaa3f44705966a17b0c2b]

        INTEGRATION: CWS visibility01 (1.2.486); FILE MERGED 2004/11/19 12:54:50 mmeeks 1.2.486.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4262f899a8166ef5e8ee24a63e690064fbda4fd8]

        INTEGRATION: CWS visibility01 (1.7.26); FILE MERGED 2004/11/19 12:54:49 mmeeks 1.7.26.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [62ad145c36317a4debaf5bc260bd77b1abd34cb5]

        INTEGRATION: CWS visibility01 (1.1.2); FILE ADDED 2004/11/01 20:15:36 mhu 1.1.2.1: #i35758# Define SVX_DLLPUBLIC/PRIVATE depending on SVX_DLLIMPLEMENTATION.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0163eeae4de72b9c72bde568d8d2f11c64ca4f8e]

        INTEGRATION: CWS visibility01 (1.2.86); FILE MERGED 2004/12/06 08:11:06 mnicel 1.2.86.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [92ca5223e267e67936e9de9c80b4b9c6a2d546cc]

        INTEGRATION: CWS visibility01 (1.3.1010); FILE MERGED 2004/11/19 12:54:39 mmeeks 1.3.1010.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [390c2e1648048b364cfd29b553c6d6a3f2515361]

        INTEGRATION: CWS visibility01 (1.3.86); FILE MERGED 2004/12/06 08:11:05 mnicel 1.3.86.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bfc3371b877bd6371827b26c660b440ccfa6cfee]

        INTEGRATION: CWS visibility01 (1.12.74); FILE MERGED 2004/12/06 08:11:05 mnicel 1.12.74.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [948c69d26ef3800fcf90d80a1e4253f2e93197e0]

        INTEGRATION: CWS visibility01 (1.7.74); FILE MERGED 2005/01/12 07:43:40 mnicel 1.7.74.2: RESYNC: (1.7-1.8); FILE MERGED 2004/12/06 08:11:04 mnicel 1.7.74.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1d494c39ff122eb06b0000d2af92c6af3babc198]

        INTEGRATION: CWS visibility01 (1.1.1032); FILE MERGED 2004/12/06 08:11:04 mnicel 1.1.1032.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b3b8b80298bb9532c0e8c327be598c7c4df4a229]

        INTEGRATION: CWS visibility01 (1.2.1036); FILE MERGED 2004/12/06 08:11:02 mnicel 1.2.1036.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1989fa4b7dfccf84ccbdf8bd8beb78f0f089c203]

        INTEGRATION: CWS visibility01 (1.3.1032); FILE MERGED 2004/12/06 08:10:58 mnicel 1.3.1032.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2f38fc183be1009608b94e378d1b35896e80c230]

        INTEGRATION: CWS visibility01 (1.2.142); FILE MERGED 2004/11/19 12:54:37 mmeeks 1.2.142.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0e829d1d0996038f969e6aba12f7525f3fdf666a]

        INTEGRATION: CWS visibility01 (1.4.218); FILE MERGED 2004/12/06 08:10:56 mnicel 1.4.218.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b646063e94387d0b7659fc37c3fb25f46d0e7137]

        INTEGRATION: CWS visibility01 (1.3.518); FILE MERGED 2004/12/06 08:10:56 mnicel 1.3.518.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:35 mmeeks 1.3.518.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [163afcd7760df053cc5278be96458eb815ca1a50]

        INTEGRATION: CWS visibility01 (1.5.1002); FILE MERGED 2004/12/06 08:10:55 mnicel 1.5.1002.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [afeae48693c1947f69b72e90163010898a648242]

        INTEGRATION: CWS visibility01 (1.5.1010); FILE MERGED 2004/12/06 08:10:55 mnicel 1.5.1010.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1100d461bd4b3496a9cf804e3acc5dba98111542]

        INTEGRATION: CWS visibility01 (1.8.78); FILE MERGED 2004/12/06 08:10:54 mnicel 1.8.78.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:35 mmeeks 1.8.78.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [645972e8bb89960d1660f27eed4610b363669b5e]

        INTEGRATION: CWS visibility01 (1.2.510); FILE MERGED 2004/11/19 12:54:34 mmeeks 1.2.510.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b5f5402b98cdcac238d4421c8917cce9153bfc5d]

        INTEGRATION: CWS visibility01 (1.1.1.1.1048); FILE MERGED 2004/12/06 08:10:53 mnicel 1.1.1.1.1048.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9def33304ab329ccfaa2f4d208ce21c17996f877]

        INTEGRATION: CWS visibility01 (1.5.462); FILE MERGED 2004/12/06 08:10:53 mnicel 1.5.462.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fe9f0cd466afa4660bdc0d55817bf5844e548c12]

        INTEGRATION: CWS visibility01 (1.6.510); FILE MERGED 2004/12/06 08:10:53 mnicel 1.6.510.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:34 mmeeks 1.6.510.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f2b0b7540147b4cdb080e1e2c1c1a3e376a1bc77]

        INTEGRATION: CWS visibility01 (1.3.1044); FILE MERGED 2004/11/19 12:54:33 mmeeks 1.3.1044.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6f6584d097330345492fff18c4788d52b3f42e1e]

        INTEGRATION: CWS visibility01 (1.2.462); FILE MERGED 2004/12/06 08:10:52 mnicel 1.2.462.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [68ef25ddbca4d2484864e12fd4d91f563e366a61]

        INTEGRATION: CWS visibility01 (1.5.842); FILE MERGED 2004/12/06 08:10:52 mnicel 1.5.842.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [dcd675c6857c2d3c2d4219d5d93bc21446dc3ee9]

        INTEGRATION: CWS visibility01 (1.5.78); FILE MERGED 2005/01/14 15:29:47 mhu 1.5.78.1: #35758# Additional changes for windows after resync to m69.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f7bf5fcb070455bfb7d9223df170af5e86a50535]

        INTEGRATION: CWS visibility01 (1.2.8); FILE MERGED 2004/12/06 08:10:51 mnicel 1.2.8.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d1aebbfb9062c261b3147caae6bc9f44a9beb1d7]

        INTEGRATION: CWS visibility01 (1.2.218); FILE MERGED 2005/01/12 07:39:32 mnicel 1.2.218.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/06 08:10:51 mnicel 1.2.218.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [444fb572cfa2f949abc8a66a5f30be09deecaa58]

        INTEGRATION: CWS visibility01 (1.2.8); FILE MERGED 2005/01/12 07:40:11 mnicel 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED Marked up remaned ToolbocAccess 2004/11/19 12:54:33 mmeeks 1.2.8.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [614bb53e1b5ee15c9f5f8796567616f215c7bcdd]

        INTEGRATION: CWS visibility01 (1.2.218); FILE MERGED 2005/01/12 07:38:11 mnicel 1.2.218.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/06 08:10:51 mnicel 1.2.218.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6e81004c691c397f5291c4a19c23ba1b693ea7e3]

        INTEGRATION: CWS visibility01 (1.3.118); FILE MERGED 2004/12/06 08:10:49 mnicel 1.3.118.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d667557c75924b13864722f08ae65ece4269df87]

        INTEGRATION: CWS visibility01 (1.2.224); FILE MERGED 2004/12/06 08:10:49 mnicel 1.2.224.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c5a6c2293bf73716ded2392b2e5c72c373d73b2c]

        INTEGRATION: CWS visibility01 (1.15.310); FILE MERGED 2004/12/06 08:10:49 mnicel 1.15.310.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d98e77bad6258a100c216a731479fbf705feace2]

        INTEGRATION: CWS visibility01 (1.2.74); FILE MERGED 2005/01/12 07:44:56 mnicel 1.2.74.2: RESYNC: (1.2-1.3); FILE MERGED Marked up CopyStorage_Impl with SVX_DLLPRIVATE as it was conflicting because of the intro of ImportForms_Impl; marked up that as well. 2004/12/06 08:10:48 mnicel 1.2.74.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6a7eb85cce3c52100045467fb9bd67cf0124ad1f]

        INTEGRATION: CWS visibility01 (1.3.286); FILE MERGED 2004/12/06 08:10:48 mnicel 1.3.286.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2096469320aafc54d09b8a856f328d955c06c56a]

        INTEGRATION: CWS visibility01 (1.4.118); FILE MERGED 2004/12/06 08:10:48 mnicel 1.4.118.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4edb3d9973993bdc58a3ec98e8cde818c421b99d]

        INTEGRATION: CWS svg03 (1.3.158); FILE MERGED 2005/01/14 23:17:19 ka 1.3.158.3: RESYNC: (1.5-1.6); FILE MERGED 2004/12/10 16:32:37 ka 1.3.158.2: RESYNC: (1.3-1.5); FILE MERGED 2004/11/05 14:18:38 ka 1.3.158.1: #i14557#: using new svg filter

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [aa7ff12b4e5d02d2a565c56679656f4073857153]

        INTEGRATION: CWS visibility01 (1.1.1.1.1048); FILE MERGED 2004/11/19 12:54:32 mmeeks 1.1.1.1.1048.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bf0dc20842904c4136cd379f939a1c2901a6313b]

        INTEGRATION: CWS svg03 (1.55.58); FILE MERGED 2004/12/10 16:17:01 ka 1.55.58.2: RESYNC: (1.55-1.58); FILE MERGED 2004/11/16 15:57:20 ka 1.55.58.1: #i37242#: calculate with dynamic sizes of bitmaps

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d2295295aa37c37159a7ec3585904d36dd4f17f5]

        INTEGRATION: CWS svg03 (1.105.12); FILE MERGED 2005/01/14 23:09:11 ka 1.105.12.3: RESYNC: (1.108-1.112); FILE MERGED 2004/12/10 16:08:25 ka 1.105.12.2: RESYNC: (1.105-1.108); FILE MERGED 2004/11/04 17:12:05 ka 1.105.12.1: #i17319# use correct method to set graphic link

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1d0cf679765d1aa42aa83ded86976d3cf8ab87dd]

        INTEGRATION: CWS svg03 (1.42.138); FILE MERGED 2005/01/14 23:05:48 ka 1.42.138.2: RESYNC: (1.42-1.43); FILE MERGED 2004/11/04 18:57:32 ka 1.42.138.1: #109232#: support large icons in toolbar

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e946a44f93b397d214fdfe91e950b78b06fc5efd]

        INTEGRATION: CWS svg03 (1.2.474); FILE MERGED 2004/11/04 18:56:44 ka 1.2.474.1: #109232#: support large icons in toolbar

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8ad093b643e91d7075dc57bfd743d1c0e572fa11]

        INTEGRATION: CWS svg03 (1.35.54); FILE MERGED 2005/01/15 13:41:34 ka 1.35.54.1: #i38949#: use correct storage

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b2f993430aa06b68a7a844bd4ebc8187e6e3a1c2]

        INTEGRATION: CWS svg03 (1.32.4); FILE MERGED 2005/01/15 13:24:14 ka 1.32.4.1: #i38949#: use correct storage

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b31a44acabbd426cc078d198faad1b38872ac4f9]

        INTEGRATION: CWS svg03 (1.2.158); FILE MERGED 2004/11/08 10:24:25 ka 1.2.158.2: #i21581#: font cleanup 2004/11/05 14:37:26 ka 1.2.158.1: #i14557#: cleanup for new svg filter

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e2f246566ab4428e1f652ed1881101f7d8b8e489]

        INTEGRATION: CWS svg03 (1.3.156); FILE MERGED 2004/11/10 10:47:00 ka 1.3.156.1: #i21582# optimized text handling

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3631d1b73b53384a95a2475b420b21ab92344c7b]

        INTEGRATION: CWS svg03 (1.3.158); FILE MERGED 2004/11/08 10:24:25 ka 1.3.158.2: #i21581#: font cleanup 2004/11/05 14:37:26 ka 1.3.158.1: #i14557#: cleanup for new svg filter

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [53f99b2cff09c3ef0abf0f786a06da929c314eb3]

        INTEGRATION: CWS svg03 (1.8.106); FILE MERGED 2005/01/15 12:49:19 ka 1.8.106.4: syntax 2004/11/17 13:58:55 ka 1.8.106.3: #i21582#: fixed GPF with text fields 2004/11/15 15:21:29 ka 1.8.106.2: #i21582#: support for different fields 2004/11/10 14:35:05 ka 1.8.106.1: added field support

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6799345e348bdf360f081b68f98b7893ad0578fe]

        INTEGRATION: CWS svg03 (1.6.112); FILE MERGED 2004/11/15 15:21:29 ka 1.6.112.2: #i21582#: support for different fields 2004/11/05 14:37:26 ka 1.6.112.1: #i14557#: cleanup for new svg filter

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [496b7a6a08946e70987c6ceb682600a5212384e4]

        INTEGRATION: CWS svg03 (1.9.106); FILE MERGED 2004/11/17 13:58:55 ka 1.9.106.3: #i21582#: fixed GPF with text fields 2004/11/15 15:21:28 ka 1.9.106.2: #i21582#: support for different fields 2004/11/10 14:35:05 ka 1.9.106.1: added field support

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f6bce22608ddfa6cf2a03548d36fcb687baf854a]

        INTEGRATION: CWS svg03 (1.8.112); FILE MERGED 2004/11/05 14:37:25 ka 1.8.112.1: #i14557#: cleanup for new svg filter

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [78cc662993726e827f35e1684f2c2c6465546d9c]

        INTEGRATION: CWS svg03 (1.5.94); FILE MERGED 2004/11/05 16:08:30 ka 1.5.94.2: #i14557#: cleanup for new svg filter 2004/11/05 14:19:56 ka 1.5.94.1: #i14557#: using new svg filter

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fca4bef3722c3d304a8711bdca45adf114a18108]

        INTEGRATION: CWS visibility01 (1.5.342); FILE MERGED 2004/12/06 08:10:43 mnicel 1.5.342.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [24b991b66a35b94858cf711378c001278b7b0a0c]

        INTEGRATION: CWS visibility01 (1.10.142); FILE MERGED 2004/12/06 08:10:41 mnicel 1.10.142.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9c9a2bd198fd696e6926305517ad2ec1e6756aeb]

        INTEGRATION: CWS visibility01 (1.2.1036); FILE MERGED 2004/12/06 08:10:41 mnicel 1.2.1036.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e9be96980bdb39c180d9648b807b57b25f798454]

        INTEGRATION: CWS visibility01 (1.2.86); FILE MERGED 2004/12/06 08:10:39 mnicel 1.2.86.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bd183826bb2291a2ffcc64fd382d9861e4b92377]

        INTEGRATION: CWS visibility01 (1.6.386); FILE MERGED 2004/12/06 08:10:35 mnicel 1.6.386.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [40e085910b6db97fe44d9b4b2b51272c05e31550]

        INTEGRATION: CWS visibility01 (1.10.1008); FILE MERGED 2004/12/06 08:10:35 mnicel 1.10.1008.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5575865cf7a5d46d99b774fe61fda3b183f94e7d]

        INTEGRATION: CWS visibility01 (1.3.1010); FILE MERGED 2004/12/06 08:10:35 mnicel 1.3.1010.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3bc0b981a53c11f72a95553ff79cae1c03b6cef6]

        INTEGRATION: CWS visibility01 (1.3.1036); FILE MERGED 2004/12/06 08:10:35 mnicel 1.3.1036.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [86f09fae123e30f98f1351dcee3693c388684ec6]

        INTEGRATION: CWS visibility01 (1.2.86); FILE MERGED 2004/11/19 12:54:22 mmeeks 1.2.86.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [47fa7dca341928b15c720caaf816279e4293ea5a]

        INTEGRATION: CWS visibility01 (1.1.1.1.1048); FILE MERGED 2004/12/06 08:10:35 mnicel 1.1.1.1.1048.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b98115dca202c9a844ab24b7aa65e32827e4bd04]

        INTEGRATION: CWS visibility01 (1.4.1032); FILE MERGED 2004/12/06 08:10:34 mnicel 1.4.1032.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f98a54615f4df5fd729324eea43bf2b814db1228]

        INTEGRATION: CWS visibility01 (1.2.1036); FILE MERGED 2004/12/06 08:10:34 mnicel 1.2.1036.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ea37b87f9529eb003eb8680a9ef2aeaf1fe8edc4]

        INTEGRATION: CWS visibility01 (1.2.1016); FILE MERGED 2004/12/06 08:10:33 mnicel 1.2.1016.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [04add3a4dbf1332f2819f5c1735accb15258bf02]

        INTEGRATION: CWS visibility01 (1.3.1004); FILE MERGED 2004/12/06 08:10:33 mnicel 1.3.1004.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0fdbeea7b777480817cf8e73edbdad3e867c3c89]

        INTEGRATION: CWS visibility01 (1.3.1024); FILE MERGED 2004/12/06 08:10:32 mnicel 1.3.1024.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ff44c5fa5643a54602b6808fb2e3b072c11b987d]

        INTEGRATION: CWS visibility01 (1.2.142); FILE MERGED 2004/11/19 12:54:21 mmeeks 1.2.142.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c1576346d1264f52ce36c5595ba3c3d1a3dc96ad]

        INTEGRATION: CWS visibility01 (1.3.1036); FILE MERGED 2004/12/06 08:10:31 mnicel 1.3.1036.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0bc6278fd1954aae66f40867fd557e88a7d82a9e]

        INTEGRATION: CWS visibility01 (1.9.854); FILE MERGED 2004/12/06 08:10:31 mnicel 1.9.854.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:20 mmeeks 1.9.854.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7a29d6378c1e7abbf67bc52240afad0569a61de3]

        INTEGRATION: CWS visibility01 (1.6.854); FILE MERGED 2004/12/06 08:10:30 mnicel 1.6.854.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8e0383fec7d999a7c961c660e3ef3b9ab51deecf]

        INTEGRATION: CWS visibility01 (1.4.1032); FILE MERGED 2004/12/06 08:10:30 mnicel 1.4.1032.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9efa173128f459d99556651b0ae499b712ab7908]

        INTEGRATION: CWS visibility01 (1.3.218); FILE MERGED 2004/11/19 12:54:20 mmeeks 1.3.218.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [636edee60d41578fd64aefc6dfd1b5daeba9bdc1]

        INTEGRATION: CWS visibility01 (1.1.1.1.1048); FILE MERGED 2004/12/06 08:10:30 mnicel 1.1.1.1.1048.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2c5b3b9f71d2d7ca25506f0b0113dc7fdf782809]

        INTEGRATION: CWS visibility01 (1.4.1012); FILE MERGED 2004/12/06 08:10:30 mnicel 1.4.1012.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c9788384fe11fa9700fc7b88baaae56416cdd95b]

        INTEGRATION: CWS visibility01 (1.2.1036); FILE MERGED 2004/12/06 08:10:29 mnicel 1.2.1036.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c4644bfca88038ce6eba208a41145ea3d30118d6]

        INTEGRATION: CWS visibility01 (1.2.74); FILE MERGED 2004/12/06 08:10:28 mnicel 1.2.74.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cf1c2b8a86f918b2d6381d416034b54a844e5181]

        INTEGRATION: CWS visibility01 (1.2.118); FILE MERGED 2004/11/19 12:54:19 mmeeks 1.2.118.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2c850cbfc4d0ce9739e718da97e5a3d7ef966da7]

        INTEGRATION: CWS visibility01 (1.2.86); FILE MERGED 2004/12/06 08:10:27 mnicel 1.2.86.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d5da0767e5cdef4cac9a39f6e29defc40d01908b]

        INTEGRATION: CWS visibility01 (1.3.26); FILE MERGED 2004/12/06 08:10:27 mnicel 1.3.26.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [db24adf39711907d0b8f35c91338091f4ab24c69]

        INTEGRATION: CWS visibility01 (1.3.118); FILE MERGED 2004/12/06 08:10:27 mnicel 1.3.118.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a27d25941964f794c1e857e4351772be19f5390d]

        INTEGRATION: CWS visibility01 (1.4.74); FILE MERGED 2004/12/06 08:10:26 mnicel 1.4.74.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0d18437cd0c02ac8640c7ef143138002cb1ad75e]

        INTEGRATION: CWS visibility01 (1.4.218); FILE MERGED 2004/12/06 08:10:26 mnicel 1.4.218.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fb9d1da02e5ba104e4526684743bca82df4a49c4]

        INTEGRATION: CWS visibility01 (1.7.218); FILE MERGED 2004/12/06 08:10:26 mnicel 1.7.218.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d3aa51fd15cc07c47bc48f2b2710f16815ceef3d]

        INTEGRATION: CWS visibility01 (1.2.218); FILE MERGED 2004/12/06 08:10:26 mnicel 1.2.218.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [33530b051318e57442f571d1d6b81d3ac03ab680]

        INTEGRATION: CWS visibility01 (1.2.86); FILE MERGED 2004/12/06 08:10:24 mnicel 1.2.86.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ba0a0b37a027127cb746df5645ce8fc0faaf70ac]

        INTEGRATION: CWS visibility01 (1.3.434); FILE MERGED 2004/12/06 08:10:24 mnicel 1.3.434.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:18 mmeeks 1.3.434.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [34bd91e75ce7ff0d3b0b7b7d7bf1fc1de7146572]

        INTEGRATION: CWS visibility01 (1.6.1010); FILE MERGED 2004/12/06 08:10:24 mnicel 1.6.1010.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:18 mmeeks 1.6.1010.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [76e89879f7e8bde44fc8d802b06063e7a9c5c39b]

        INTEGRATION: CWS visibility01 (1.6.434); FILE MERGED 2004/12/06 08:10:24 mnicel 1.6.434.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3dac2b5d370e1a150f40a2f1d4cf86736fe2c1e4]

        INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED 2004/12/06 08:10:23 mnicel 1.2.434.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c4a672f058585aa852f4626a40b1546f322c6d91]

        INTEGRATION: CWS visibility01 (1.2.1012); FILE MERGED 2004/12/06 08:10:23 mnicel 1.2.1012.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [10b29b7b8b644e0902ff7f6f137da8fa594406ed]

        INTEGRATION: CWS visibility01 (1.6.218); FILE MERGED 2004/12/06 08:10:22 mnicel 1.6.218.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2b36e7d63ffb85ef491c1451e52845932159c28e]

        INTEGRATION: CWS visibility01 (1.4.74); FILE MERGED 2004/12/06 08:10:22 mnicel 1.4.74.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6685dab5c82b89a198c1c270b5134c86bf76bcbe]

        INTEGRATION: CWS visibility01 (1.5.26); FILE MERGED 2004/12/06 08:10:22 mnicel 1.5.26.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e172d87d6704d68f8cd4073b0d80ad38c5b5e888]

        INTEGRATION: CWS visibility01 (1.7.8); FILE MERGED 2004/12/06 08:10:22 mnicel 1.7.8.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [aad4f58bce3a7d6b865784bbab5556229d3dea99]

        INTEGRATION: CWS visibility01 (1.3.118); FILE MERGED 2004/12/06 08:10:22 mnicel 1.3.118.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0e9c9e83354bc5145f324b26d64621ae7fe92e85]

        INTEGRATION: CWS visibility01 (1.7.1008); FILE MERGED 2004/12/06 08:10:21 mnicel 1.7.1008.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1321afebc56eafdaa67197223629c5d486c5843a]

        INTEGRATION: CWS visibility01 (1.2.142); FILE MERGED 2004/12/06 08:10:21 mnicel 1.2.142.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c9287fb5686e12047a9326d19055dd8396f7f83a]

        INTEGRATION: CWS visibility01 (1.2.1040); FILE MERGED 2004/11/19 12:54:14 mmeeks 1.2.1040.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3433949863b0e051a9bb965bebf279780f6371e1]

        INTEGRATION: CWS visibility01 (1.4.8); FILE MERGED 2005/01/12 07:44:16 mnicel 1.4.8.3: RESYNC: (1.4-1.5); FILE MERGED 2004/12/06 08:10:20 mnicel 1.4.8.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:14 mmeeks 1.4.8.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5bf9a0a2f9c351dd020e1db80923d8ae8dbd5f64]

        INTEGRATION: CWS visibility01 (1.2.1010); FILE MERGED 2004/12/06 08:10:20 mnicel 1.2.1010.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2daafbd15fb1e462effa8e5e31ddfb44109b194d]

        INTEGRATION: CWS visibility01 (1.6.1002); FILE MERGED 2004/12/06 08:10:20 mnicel 1.6.1002.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:13 mmeeks 1.6.1002.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [852711b44d1562234475ecb83bc2bd531ebc7fc0]

        INTEGRATION: CWS visibility01 (1.1.1.1.1048); FILE MERGED 2004/12/06 08:10:19 mnicel 1.1.1.1.1048.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [723c6a48cb0ee5e818a3162250532b221101feb3]

        INTEGRATION: CWS visibility01 (1.8.794); FILE MERGED 2004/12/06 08:10:18 mnicel 1.8.794.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:12 mmeeks 1.8.794.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [da7bca52b2230a707a20f7f0e06a1286a0ae8407]

        INTEGRATION: CWS visibility01 (1.3.386); FILE MERGED 2004/12/06 08:10:18 mnicel 1.3.386.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [875645540cebd2192528203e453d7aee6bbfc1eb]

        INTEGRATION: CWS visibility01 (1.3.218); FILE MERGED 2004/12/06 08:10:17 mnicel 1.3.218.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [61ac209181f3b66c0106490eaeee982d94c7d94d]

        INTEGRATION: CWS visibility01 (1.4.78); FILE MERGED 2004/12/06 08:10:16 mnicel 1.4.78.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1fbd6d23788b4e7e8fb07b1155c7fb17b087c17e]

        INTEGRATION: CWS visibility01 (1.3.218); FILE MERGED 2004/12/06 08:10:15 mnicel 1.3.218.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bfb60377df0c4f2b32029dca26b63b1bd576b7bf]

        INTEGRATION: CWS visibility01 (1.7.1012); FILE MERGED 2004/12/06 08:10:14 mnicel 1.7.1012.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:10 mmeeks 1.7.1012.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3d4fd1633c28985053452a2d4622040a9e06a286]

        INTEGRATION: CWS visibility01 (1.2.142); FILE MERGED 2004/11/19 12:54:09 mmeeks 1.2.142.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4714646a9edc73f70d3dee444229165a0dd2e5c0]

        INTEGRATION: CWS visibility01 (1.3.784); FILE MERGED 2004/11/19 12:54:07 mmeeks 1.3.784.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ed2e26ec937ad7cee0d2bb784c8ca0e30f0dc3ff]

        INTEGRATION: CWS visibility01 (1.3.26); FILE MERGED 2004/12/06 08:10:13 mnicel 1.3.26.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f9b051524f43bebc4043048283209fd95fafdbc9]

        INTEGRATION: CWS visibility01 (1.2.386); FILE MERGED 2004/12/06 08:10:11 mnicel 1.2.386.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b33496fabb9da59e828d362fa2cf67b7fe0d4d7a]

        INTEGRATION: CWS visibility01 (1.3.218); FILE MERGED 2004/12/06 08:10:11 mnicel 1.3.218.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e9daef6631d4677cca6e4cc506409c30b872b197]

        INTEGRATION: CWS visibility01 (1.4.428); FILE MERGED 2004/12/06 08:10:11 mnicel 1.4.428.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d67fe0995cb847d78c02ae5a26d50774331e1fba]

        INTEGRATION: CWS visibility01 (1.2.386); FILE MERGED 2004/12/06 08:10:10 mnicel 1.2.386.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [759ac623ed766be9368b7771e36c95cbce230507]

        INTEGRATION: CWS visibility01 (1.3.1022); FILE MERGED 2004/12/06 08:10:10 mnicel 1.3.1022.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bb643ade24077727da0f9eb4db39aa4501daeefd]

        INTEGRATION: CWS visibility01 (1.3.1012); FILE MERGED 2004/11/19 12:54:06 mmeeks 1.3.1012.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cc8066ac7615b57710190f9afc1cad52b6aeded8]

        INTEGRATION: CWS visibility01 (1.1.1042); FILE MERGED 2004/12/06 08:10:09 mnicel 1.1.1042.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4562ed9458d7aeb2368f466829f88a38a005b531]

        INTEGRATION: CWS visibility01 (1.3.234); FILE MERGED 2004/12/06 08:10:08 mnicel 1.3.234.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1873483397208016d31e60310c7b6c3f3664f76f]

        INTEGRATION: CWS visibility01 (1.2.1026); FILE MERGED 2004/12/06 08:10:08 mnicel 1.2.1026.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:05 mmeeks 1.2.1026.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1303670fe5e8093fe0ab5383bf27089b6dc58155]

        INTEGRATION: CWS visibility01 (1.2.1038); FILE MERGED 2004/12/06 08:10:08 mnicel 1.2.1038.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7d9182d7d7a40b11cba61d8f0d4d293fa3a18dac]

        INTEGRATION: CWS visibility01 (1.1.1006); FILE MERGED 2004/11/19 12:54:05 mmeeks 1.1.1006.1: Issue number: #i35758# Submitted by: mnicel Reviewed by:  mmeeks
        
        	Add lots of visibility attributes to APIs.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e540feeef656e0f10b7d0c5e685400654864bc18]

        INTEGRATION: CWS visibility01 (1.3.1014); FILE MERGED 2004/12/06 08:10:07 mnicel 1.3.1014.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7da912c030581fcb85f0520f34b45e6cebccf766]

        INTEGRATION: CWS visibility01 (1.9.784); FILE MERGED 2004/12/06 08:10:07 mnicel 1.9.784.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f86890a208d6137d208ed835c7da41be477e1311]

        INTEGRATION: CWS visibility01 (1.3.784); FILE MERGED 2004/12/06 08:10:06 mnicel 1.3.784.1: Part of symbol visibility markup - #i35758#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ab4676d530eb13a94c609592945c4aa49e958e11]

        INTEGRATION: CWS visibility01 (1.81.62); FILE MERGED 2005/01/12 16:45:44 mhu 1.81.62.1: #i35758# Renamed SVXLIB import library into isvx.lib, removed dl.lib.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [10f4f244c7dbe3f2098e5bcc86e5b86ff52b0370]

        INTEGRATION: CWS vcl33 (1.7.100); FILE MERGED 2004/12/03 16:13:42 pl 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2004/12/03 11:00:30 pl 1.7.100.1: #i19646# set background pixmap on splash screen

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [457e59fbe5a6ff754bdcea72408225ccc577e307]

        INTEGRATION: CWS vcl33 (1.15.160); FILE MERGED 2004/12/10 16:12:02 pl 1.15.160.1: #i36600# do not pass a URL to NPP_StreamAsFile but a filename

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [518a71f3ae32c6bfd4d9a0a57daeee24bafd5294]

        INTEGRATION: CWS vcl33 (1.11.114); FILE MERGED 2004/12/07 10:15:55 pl 1.11.114.1: #i33212# removed useless assertion

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7f8257effc552d8fe082d12954d4b68690aa4466]

        INTEGRATION: CWS vcl33 (1.111.8); FILE MERGED 2004/12/06 09:22:42 pl 1.111.8.2: corrected typo: SalFrame -> WinSalFrame 2004/12/03 11:00:03 pl 1.111.8.1: #i19646# set background pixmap on splash screen

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c4858636d98759e6ce809d773a2468cc7e4d93a8]

        INTEGRATION: CWS vcl33 (1.88.4); FILE MERGED 2004/12/17 11:30:01 hdu 1.88.4.2: #i38370# better positioning for SimpleWinLayout glyph fallback 2004/12/10 11:33:28 hdu 1.88.4.1: #i38370# the width of dropped glyphs are ignored

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [210bdd4231ae4c9e91cb52f2fa71ba7b480e816d]

        INTEGRATION: CWS vcl33 (1.63.4); FILE MERGED 2004/12/17 11:30:58 hdu 1.63.4.1: #i38370# no boost for matching encoding when WinW API is available

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [29c94e1dd0ccd871343dafaccdde554dfccb6604]

        INTEGRATION: CWS vcl33 (1.11.88); FILE MERGED 2004/12/03 11:00:03 pl 1.11.88.1: #i19646# set background pixmap on splash screen

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [87b097e21ed22c69bc2c31f4c72c203a764367bc]

        INTEGRATION: CWS vcl33 (1.184.60); FILE MERGED 2005/01/10 14:44:02 pl 1.184.60.3: RESYNC: (1.185-1.186); FILE MERGED 2004/12/03 15:43:11 pl 1.184.60.2: RESYNC: (1.184-1.185); FILE MERGED 2004/12/03 11:00:01 pl 1.184.60.1: #i19646# set background pixmap on splash screen

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e0c644cdc84d36788202f00705a0f85c47d7245c]

        INTEGRATION: CWS vcl33 (1.10.86); FILE MERGED 2005/01/10 14:43:37 pl 1.10.86.3: RESYNC: (1.11-1.12); FILE MERGED 2004/12/03 15:43:19 pl 1.10.86.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/02 15:46:18 pl 1.10.86.1: #i38236# gtk plugin for KDE needs workarounds

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9a74998366715e776ab5a115f71f1a83e0b648a7]

        INTEGRATION: CWS vcl33 (1.30.148); FILE MERGED 2004/12/03 15:42:43 pl 1.30.148.2: RESYNC: (1.30-1.31); FILE MERGED 2004/12/01 14:47:47 pl 1.30.148.1: #i32772# do not try iiimf in Linux case until the remaining iiimf problems are solved

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5d0576d6581fc93fa261ebd0367d59518b849adf]

        INTEGRATION: CWS vcl33 (1.10.8); FILE MERGED 2004/12/03 10:59:59 pl 1.10.8.1: #i19646# set background pixmap on splash screen

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d0a1987b7dce2dffe659a2defec64bc39ff5b9e2]

        INTEGRATION: CWS vcl33 (1.42.62); FILE MERGED 2004/12/03 10:59:58 pl 1.42.62.1: #i19646# set background pixmap on splash screen

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6c606a6facf5678bef93d8ebcfc9ec6421c266cc]

        INTEGRATION: CWS vcl33 (1.17.8); FILE MERGED 2005/01/10 14:41:20 pl 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2004/12/03 10:59:57 pl 1.17.8.1: #i19646# set background pixmap on splash screen

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d3394ccafdc34db7580cad41f53a943112e456bd]

        INTEGRATION: CWS vcl33 (1.12.6); FILE MERGED 2005/01/10 14:40:31 pl 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2004/12/07 10:17:55 pl 1.12.6.1: #i33212# let only one thread at any time enter g_main_context_iteration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [91780ddb36818e9585ad3409e4cf10ede0590c1e]

        INTEGRATION: CWS vcl33 (1.203.4); FILE MERGED 2005/01/10 14:40:08 pl 1.203.4.2: RESYNC: (1.203-1.204); FILE MERGED 2004/12/08 15:04:18 ssa 1.203.4.1: #i38498# send datachanged when toggling NWF

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8f99462ed97602531c313349630ef0301e0439e2]

        INTEGRATION: CWS vcl33 (1.4.270); FILE MERGED 2004/12/03 10:59:57 pl 1.4.270.1: #i19646# set background pixmap on splash screen

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [542219eeb72ac13a9f2ad038a9ccce15041c419e]

        INTEGRATION: CWS vcl33 (1.30.142); FILE MERGED 2005/01/10 14:07:01 pl 1.30.142.1: #i39887# #i39885# protect against destruction in Dialog::Execute

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c3d7ca7b215b7cc152fd3d71e6d1a895aa506e09]

        INTEGRATION: CWS vcl33 (1.63.4); FILE MERGED 2004/12/17 11:56:31 hdu 1.63.4.1: #i38370# convert glyph fallback merging to run fallback merging in order to enable correct justification

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b0f51107711eefb9b47e26e6781e78ac2efc33ca]

        INTEGRATION: CWS vcl33 (1.75.4); FILE MERGED 2004/12/10 13:57:43 pl 1.75.4.1: #i36901# if all else fails fall back to symbol encoded; patch by cmc

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0b3c61110fdebe351a056d505483c4ddf05a26a7]

        INTEGRATION: CWS vcl33 (1.188.4); FILE MERGED 2004/12/09 16:38:32 hdu 1.188.4.1: #i38750# better glyph fallback candidates for CJK

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d3a7243d06d7a342e4c4646de08061053c3b1618]

        INTEGRATION: CWS vcl33 (1.31.4); FILE MERGED 2005/01/10 14:35:58 pl 1.31.4.2: RESYNC: (1.31-1.32); FILE MERGED 2004/12/08 15:03:37 ssa 1.31.4.1: #i38498# allow parent overwrite (clipmode) only for native pushbuttons

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8ad61b5bc5d5ac86053db23f9b96f7779a59651f]

        INTEGRATION: CWS vcl33 (1.3.12); FILE MERGED 2005/01/10 11:41:42 obr 1.3.12.3: #i40107# patch applied 2004/12/08 09:40:52 obr 1.3.12.2: #i38083# mailto uri must be encoded 2004/12/08 07:26:40 obr 1.3.12.1: #i16554# fix kmail code to work with filenames which include spaces

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [dfb5343e8afb00d0a9c50581152a9fe6527114fa]

        INTEGRATION: CWS vcl33 (1.10.48); FILE MERGED 2004/12/07 10:33:11 obr 1.10.48.1: #i37708# applied patch for DESKTOP_LAUNCH support

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [23ca887349f9c378fb38ac100a89009a63902fc6]

        INTEGRATION: CWS vcl33 (1.52.4); FILE MERGED 2004/12/17 12:03:06 pl 1.52.4.3: RESYNC: (1.53-1.54); FILE MERGED 2004/12/03 15:39:36 pl 1.52.4.2: RESYNC: (1.52-1.53); FILE MERGED 2004/12/01 16:45:45 pl 1.52.4.1: #i37317# do not always assume that FontSpecific type1 fonts are symbol fonts

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6a4a1fc2c1f8ea5d6c686bcf926b44b18da2111e]

        INTEGRATION: CWS extras15 (1.4.16); FILE MERGED 2004/12/29 14:46:16 tv 1.4.16.1: #i16268# correct field types and lengths

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e8daf0369e74ef01ebf6711fbaf55a5c42f0c741]

        INTEGRATION: CWS vcl33 (1.32.26); FILE MERGED 2005/01/10 14:30:58 pl 1.32.26.3: RESYNC: (1.33-1.34); FILE MERGED 2004/12/17 12:02:48 pl 1.32.26.2: RESYNC: (1.32-1.33); FILE MERGED 2004/12/09 10:38:10 hdu 1.32.26.1: #i38727# added font fallbacks Charter, BitstreamCharter and Georgia

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [31a14d2eeb15704acf93685275002e09a340194d]

        INTEGRATION: CWS extras15 (1.3.16); FILE MERGED 2004/12/14 16:49:00 tv 1.3.16.1: #i34784# correct encoding of dbase databank

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [76793e945f3da6ef631fbc677b28c628512693a7]

        INTEGRATION: CWS bm4 (1.3.50); FILE MERGED 2005/01/12 10:15:21 bm 1.3.50.1: #i40352# The xml file for the toolbar Standard is called standardbar

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7f358287bdc20b6ded0b225f20d8530ccf0a5f62]

        INTEGRATION: CWS bm4 (1.4.86); FILE MERGED 2005/01/13 13:56:04 bm 1.4.86.1: #i39672# let the conversion routines return a bool

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ab028bda966a92ec806177c8a8321e160e5daa33]

        INTEGRATION: CWS bm4 (1.6.56); FILE MERGED 2005/01/13 13:55:48 bm 1.6.56.2: #i39672# let the conversion routines return a bool 2005/01/12 18:05:43 bm 1.6.56.1: #ii39672# Load: convert old SomeData range information to new format that is written to XML format (Was formerly done in SaveAs, which is no longer possible)

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e573eb46bba09e9c726dc09d96fba434bb30adf8]

        INTEGRATION: CWS bm4 (1.5.56); FILE MERGED 2005/01/13 13:55:47 bm 1.5.56.3: #i39672# let the conversion routines return a bool 2005/01/13 13:11:14 bm 1.5.56.2: #i39672# wrong assignment of the row contains labels flag in ConvertChartRangeForCalc 2005/01/12 18:04:15 bm 1.5.56.1: #ii39672# range-conversion from old to new: if format does not fit, do nothing

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d7eef938da0ea87008cdfa0f93a2c9bba6140c5c]

        INTEGRATION: CWS extras15 (1.13.34); FILE MERGED 2004/12/28 16:48:39 tv 1.13.34.2: RESYNC: (1.13-1.15); FILE MERGED 2004/12/14 13:41:31 is 1.13.34.1: #118569# new flag NOT_IN_SUITE

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [aea55961649a04b01071df35e975b4401016983b]

        INTEGRATION: CWS extras15 (1.24.8); FILE MERGED 2005/01/11 09:59:28 is 1.24.8.3: #118569# not_in_suite files 2004/12/28 16:46:10 tv 1.24.8.2: RESYNC: (1.24-1.26); FILE MERGED 2004/12/14 13:41:18 is 1.24.8.1: #118569# new flag NOT_IN_SUITE

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0e3a821bd0d1bde97dd940e990c7ed2780b6b4e3]

        INTEGRATION: CWS sysui03 (1.8.34); FILE MERGED 2005/01/13 11:17:14 obr 1.8.34.4: #i39410# moved all UNO component linked against GNOME libraries into separate package 2005/01/13 08:15:06 obr 1.8.34.3: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages 2005/01/04 09:33:26 obr 1.8.34.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/14 10:10:34 obr 1.8.34.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [22407ad0900dbf4fed35135cc40a52509d23562c]

        INTEGRATION: CWS fwkperf01 (1.47.56); FILE MERGED 2005/01/12 15:20:56 cd 1.47.56.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [62d5f232ab26ed6f4724b8f8a13558484311edc2]

        INTEGRATION: CWS fwkperf01 (1.8.232); FILE MERGED 2005/01/12 15:20:56 cd 1.8.232.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [873101593d789e38e5a29a991ef78cc75c55165f]

        INTEGRATION: CWS fwkperf01 (1.8.232); FILE MERGED 2005/01/12 15:20:56 cd 1.8.232.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2287d3ac3755462d00684eff9cb4c2cfbc4da83f]

        INTEGRATION: CWS fwkperf01 (1.10.14); FILE MERGED 2005/01/18 14:48:28 mba 1.10.14.2: #i40867#: initial show of toolbars was not handled correctly 2005/01/12 15:09:14 cd 1.10.14.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2b79ad2dac22bf8dea31e029a8e70a05ca295f43]

        INTEGRATION: CWS sysui03 (1.13.28); FILE MERGED 2005/01/17 15:30:54 obr 1.13.28.5: #i39410# ENABLE_GNOMEVFS set on Windows 2005/01/13 11:07:37 obr 1.13.28.4: #i39410# moved all UNO component linked against GNOME libraries into separate package 2005/01/13 08:15:08 obr 1.13.28.3: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages 2005/01/04 09:36:22 obr 1.13.28.2: RESYNC: (1.13-1.15); FILE MERGED 2004/12/14 10:10:36 obr 1.13.28.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a479ebc73200f8d0248977e4bf67d4295bcd4e5e]

        INTEGRATION: CWS sysui03 (1.4.28); FILE MERGED 2005/01/06 14:16:45 obr 1.4.28.1: #i38193# fixed mime types for templates

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1e0f66d53d48b78d2a0fb5ea36c8024757a0b564]

        INTEGRATION: CWS sysui03 (1.10.12); FILE MERGED 2005/01/11 08:06:00 obr 1.10.12.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [25e33b55b807cbc49ec68ab8f423b4704a2720d6]

        INTEGRATION: CWS sysui03 (1.9.36); FILE MERGED 2005/01/11 08:31:28 obr 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2005/01/11 08:05:59 obr 1.9.36.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [db7662833e1c2349fdc77186e13eb2b94fcd02b9]

        INTEGRATION: CWS sysui03 (1.14.4); FILE MERGED 2005/01/13 11:21:21 obr 1.14.4.1: #i39410# moved all UNO component linked against GNOME libraries into separate package

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [87527fb20ab9e2eb981da73f8693f8d1e7eb6c7b]

        INTEGRATION: CWS sysui03 (1.58.14); FILE MERGED 2005/01/11 08:30:47 obr 1.58.14.5: RESYNC: (1.61-1.64); FILE MERGED 2005/01/11 08:05:58 obr 1.58.14.4: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation. 2005/01/04 09:35:24 obr 1.58.14.3: RESYNC: (1.58-1.61); FILE MERGED 2004/12/21 13:11:27 obr 1.58.14.2: #i35698# new helper tool gnome-set-default-application 2004/12/14 10:10:35 obr 1.58.14.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bf979caf578cc6c59fd1c5610698c7d713bb3a2e]

        INTEGRATION: CWS sysui03 (1.76.4); FILE MERGED 2005/01/13 11:21:22 obr 1.76.4.1: #i39410# moved all UNO component linked against GNOME libraries into separate package

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1fcaa2a8641f319524161ca11a56869c5c0e0ef2]

        INTEGRATION: CWS sysui03 (1.19.34); FILE MERGED 2005/01/11 08:30:29 obr 1.19.34.2: RESYNC: (1.19-1.20); FILE MERGED 2005/01/11 08:05:58 obr 1.19.34.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3df6857b0eef1041feef59048e6080b53122c33a]

        INTEGRATION: CWS sysui03 (1.4.28); FILE MERGED 2005/01/10 09:49:33 obr 1.4.28.1: fixed OASIS formula mime type

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [232e303de8f9bba0a923209a473fc202f169acad]

        INTEGRATION: CWS sysui03 (1.7.12); FILE MERGED 2005/01/11 08:05:57 obr 1.7.12.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d49642c558d9801a7570560a65bc438394266564]

        INTEGRATION: CWS sysui03 (1.10.36); FILE MERGED 2005/01/11 08:30:20 obr 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/01/11 08:05:57 obr 1.10.36.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c817ad1665859ea12b16108940b19a62146f5771]

        INTEGRATION: CWS sysui03 (1.3.148); FILE REMOVED 2004/12/14 10:10:35 obr 1.3.148.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [743c05af72654833424e83a7ea40a0e857418f80]

        INTEGRATION: CWS sysui03 (1.1.306); FILE REMOVED 2004/12/14 10:10:35 obr 1.1.306.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a66c5a4cfa97eb6df5f183efb7f2ac10bda97571]

        INTEGRATION: CWS sysui03 (1.2.204); FILE REMOVED 2004/12/14 10:10:35 obr 1.2.204.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6b4581d3445d7af5edd9a907e779e1dc67ecf61b]

        INTEGRATION: CWS sysui03 (1.4.28); FILE MERGED 2005/01/06 14:16:44 obr 1.4.28.1: #i38193# fixed mime types for templates

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [2865eb6c24004f0e6d0d443bd1281b0ba15acba8]

        INTEGRATION: CWS sysui03 (1.8.12); FILE MERGED 2005/01/11 08:05:57 obr 1.8.12.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d2c27a33fe66fe3f321aa6c4210cf64945b74483]

        INTEGRATION: CWS sysui03 (1.11.12); FILE MERGED 2005/01/11 08:30:01 obr 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/11 08:05:56 obr 1.11.12.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e079e43525232ac2167e8e1cee7cb8e70c437c45]

        INTEGRATION: CWS sysui03 (1.3.148); FILE REMOVED 2004/12/14 10:10:34 obr 1.3.148.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ab0c7b5d5788f42733367115bd07feb9c216e3e7]

        INTEGRATION: CWS sysui03 (1.1.306); FILE MERGED 2005/01/14 11:54:10 obr 1.1.306.3: #i39410# set module name and description 2005/01/13 11:04:49 obr 1.1.306.2: #i39410# moved all UNO component linked against GNOME libraries into separate package 2004/12/14 10:10:34 obr 1.1.306.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5ecfe39ef86118fd312e874c66a8091f5e010d64]

        INTEGRATION: CWS sysui03 (1.2.204); FILE MERGED 2005/01/13 11:04:48 obr 1.2.204.2: #i39410# moved all UNO component linked against GNOME libraries into separate package 2004/12/14 10:10:34 obr 1.2.204.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [48afcaafee249da820e3eca85aceff472089b668]

        INTEGRATION: CWS sysui03 (1.1.306); FILE MERGED 2005/01/13 11:04:48 obr 1.1.306.2: #i39410# moved all UNO component linked against GNOME libraries into separate package 2004/12/14 10:10:34 obr 1.1.306.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a57fa96cbd8b62fe9a90c994d44785e9b64bdf0f]

        INTEGRATION: CWS sysui03 (1.5.28); FILE MERGED 2005/01/06 14:11:29 obr 1.5.28.1: #i38193# mime type changes for drawings

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7e805f43b687fcd543d8589ef6b5506461498bc3]

        INTEGRATION: CWS sysui03 (1.7.12); FILE MERGED 2005/01/11 08:05:56 obr 1.7.12.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5c66a58e7e7021f9373d82d2770bc9fcc712173c]

        INTEGRATION: CWS sysui03 (1.9.36); FILE MERGED 2005/01/11 08:29:41 obr 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2005/01/11 08:05:56 obr 1.9.36.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [10cd13ab28843a54d97030f588f946d445d9e60a]

        INTEGRATION: CWS sysui03 (1.4.28); FILE MERGED 2005/01/06 14:16:43 obr 1.4.28.1: #i38193# fixed mime types for templates

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5929fbf97712148862cd9c644b0d3aafc175c36f]

        INTEGRATION: CWS sysui03 (1.9.10); FILE MERGED 2005/01/11 08:05:55 obr 1.9.10.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ddb2dcf5c89687c0a2dcca443f1028f39b63eb3e]

        INTEGRATION: CWS sysui03 (1.11.36); FILE MERGED 2005/01/11 08:29:33 obr 1.11.36.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/11 08:05:55 obr 1.11.36.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b6c3841ccbd0fa0847dedb05e5dd8ea9b4de3903]

        INTEGRATION: CWS sysui03 (1.2.14); FILE MERGED 2005/01/04 11:02:43 as 1.2.14.1: #i38193# change mime type for drawing formats

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bb932b7c348eb1fb2d9b70ce559955dc492bcbbd]

        INTEGRATION: CWS sysui03 (1.8.12); FILE MERGED 2005/01/13 10:58:21 obr 1.8.12.1: #i39410#, #i39921# moved all UNO component linked against GNOME libraries into separate package

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [98b080c45634918c53ff0a5b95e25eab6866dd37]

        INTEGRATION: CWS sysui03 (1.16.12); FILE MERGED 2005/01/14 10:54:58 obr 1.16.12.3: desktop integration packages are now compressed as well 2005/01/13 10:53:52 obr 1.16.12.2: #i39410#, #i39921# moved all UNO component linked against GNOME libraries into separate package 2005/01/11 08:07:04 obr 1.16.12.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [64c800371d66fdaedd21ac311a3231bd3eaf2b08]

        INTEGRATION: CWS sysui03 (1.27.6); FILE MERGED 2005/01/13 10:53:51 obr 1.27.6.1: #i39410#, #i39921# moved all UNO component linked against GNOME libraries into separate package

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [165721b06c185e73085093ae400c9abbd4226af5]

        INTEGRATION: CWS sysui03 (1.3.12); FILE MERGED 2005/01/13 11:01:09 obr 1.3.12.1: #i39410# moved all UNO component linked against GNOME libraries into separate package

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9f5fcdbc92db577dbb7e3079e7559b8d4edc9da0]

        INTEGRATION: CWS sysui03 (1.4.26); FILE MERGED 2005/01/04 11:02:05 as 1.4.26.1: #i38193# change mime type for drawing formats

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0a859708d473f63de26bfde9243b07f98f35b726]

        INTEGRATION: CWS sysui03 (1.9.2); FILE MERGED 2005/01/19 07:21:15 obr 1.9.2.3: #i38410# gconfbe1.uno.so still found in LD_LIBRARY_PATH, unset LD_LIBRARY_PATH 2005/01/18 11:12:36 obr 1.9.2.2: #i39410# gconfbe1.uno.so still found in LD_LIBRARY_PATH, disabling desktop integration 2005/01/14 09:48:58 obr 1.9.2.1: #i39410# don't install gnome dependant packages

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8aa7eddd317f6702651bc727d0c30eef72d8060a]

        INTEGRATION: CWS sysui03 (1.3.8); FILE MERGED 2005/01/10 11:50:10 obr 1.3.8.1: #i38980# don't create output file for non-existing input

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3bc3dad956f56f1ed3c9732faaeaeb770e474eeb]

        INTEGRATION: CWS sysui03 (1.4.2); FILE MERGED 2005/01/14 07:08:53 obr 1.4.2.1: #i39410# check for gnome packages and other enhancements

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c5c15eff945be4e9fc5dc3d9cc8c3d915813cf6a]

        INTEGRATION: CWS sysui03 (1.3.2); FILE MERGED 2005/01/18 12:56:30 obr 1.3.2.2: #i39410# switched back to rpm from environment due to problems on baseline machines 2005/01/14 07:08:53 obr 1.3.2.1: #i39410# check for gnome packages and other enhancements

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cdf447fcd58e8a22e8725c9c0f130f67e8b9675a]

        INTEGRATION: CWS sysui03 (1.4.8); FILE MERGED 2005/01/14 07:08:52 obr 1.4.8.2: #i39410# check for gnome packages and other enhancements 2005/01/11 08:04:35 obr 1.4.8.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [bc4fd4e83199fd074759c6cfd61c9916199aa7ee]

        INTEGRATION: CWS sysui03 (1.3.14); FILE MERGED 2005/01/18 12:56:30 obr 1.3.14.2: #i39410# switched back to rpm from environment due to problems on baseline machines 2005/01/14 07:08:52 obr 1.3.14.1: #i39410# check for gnome packages and other enhancements

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ccf0eb8dc835af503c3f20991ea5938700c253f6]

        INTEGRATION: CWS sysui03 (1.26.6); FILE MERGED 2005/01/13 08:12:20 obr 1.26.6.4: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages 2005/01/11 07:56:06 obr 1.26.6.3: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation. 2004/12/21 12:59:07 obr 1.26.6.2: #i35698# replaced obsolete gnomeint by gnome-set-default-application 2004/12/14 10:02:59 obr 1.26.6.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [801ea5dc1fe541567edde4e184e42a1901a9d71b]

        INTEGRATION: CWS sysui03 (1.28.2); FILE MERGED 2004/12/21 12:59:07 obr 1.28.2.2: #i35698# replaced obsolete gnomeint by gnome-set-default-application 2004/12/14 10:02:58 obr 1.28.2.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4b11c5ceb8a2fce6429a10892e272289e860fc56]

        INTEGRATION: CWS sysui03 (1.5.52); FILE MERGED 2005/01/13 08:12:19 obr 1.5.52.3: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages 2004/12/21 12:59:08 obr 1.5.52.2: #i35698# replaced obsolete gnomeint by gnome-set-default-application 2004/12/14 10:02:58 obr 1.5.52.1: removed obsolete 1.x desktop integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e96f8c5044ff284774c9e55801bac93e4509a1d7]

        INTEGRATION: CWS sysui03 (1.7.2); FILE MERGED 2005/01/18 14:06:44 obr 1.7.2.7: gnome-set-default-application: added missing appid 2005/01/17 13:55:11 obr 1.7.2.6: #i35698# patch script in /usr/bin to run gnome-set-default-application on first office start 2005/01/13 08:12:19 obr 1.7.2.5: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages 2005/01/11 08:24:35 obr 1.7.2.4: RESYNC: (1.7-1.8); FILE MERGED 2005/01/11 07:56:05 obr 1.7.2.3: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation. 2004/12/16 08:22:57 obr 1.7.2.2: Added missing icons to hicolor theme 2004/12/10 08:40:37 obr 1.7.2.1: #i35819# gnome files now moved to /opt/gnome

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b09f32dbdc97f2fdba810e1684deee2e9df479bc]

        INTEGRATION: CWS sysui03 (1.8.2); FILE MERGED 2005/01/11 07:56:05 obr 1.8.2.3: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation. 2004/12/13 09:05:28 obr 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/10 08:40:36 obr 1.8.2.1: #i35819# gnome files now moved to /opt/gnome

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ab5d0ac766e1df4ab3aaaddcd5ffbf8cdcf98162]

        INTEGRATION: CWS sysui03 (1.5.2); FILE MERGED 2005/01/18 13:35:47 obr 1.5.2.5: #i39755#,#i33855# don't use macros for links 2005/01/18 11:33:19 obr 1.5.2.4: #i39755#,#i33855# need to replace placeholders in launch scripts as well 2005/01/17 13:55:10 obr 1.5.2.3: #i35698# patch script in /usr/bin to run gnome-set-default-application on first office start 2005/01/13 08:12:18 obr 1.5.2.2: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages 2005/01/11 07:56:03 obr 1.5.2.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3a04d3142367ba0fe2ee612d55f490099d56127e]

        INTEGRATION: CWS sysui03 (1.1.2); FILE ADDED 2005/01/18 14:08:04 obr 1.1.2.4: gnome-set-default-application: added missing appid 2005/01/18 10:55:29 obr 1.1.2.3: #i39755#,#i33855# replace BASEDIR with OFFICE_PATH 2005/01/17 13:55:09 obr 1.1.2.2: #i35698# patch script in /usr/bin to run gnome-set-default-application on first office start 2005/01/11 07:56:03 obr 1.1.2.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8fe60895e300e5309e27009e0b9605f24cc1fee9]

        INTEGRATION: CWS sysui03 (1.4.4); FILE MERGED 2005/01/17 13:55:09 obr 1.4.4.2: #i35698# patch script in /usr/bin to run gnome-set-default-application on first office start 2005/01/11 07:56:03 obr 1.4.4.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [16379a6b35a3b573916870960fff5af26523d473]

        INTEGRATION: CWS sysui03 (1.1.2); FILE ADDED 2005/01/13 08:12:17 obr 1.1.2.1: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f990864c43b63caf3745a90ec83d055a1708f9f3]

        INTEGRATION: CWS sysui03 (1.6.2); FILE MERGED 2005/01/18 11:33:19 obr 1.6.2.3: #i39755#,#i33855# need to replace placeholders in launch scripts as well 2005/01/13 08:12:16 obr 1.6.2.2: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages 2005/01/11 07:56:02 obr 1.6.2.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c85a0a5580a6d312cee92d0c28f4aa7cae903aa9]

        INTEGRATION: CWS sysui03 (1.1.2); FILE ADDED 2005/01/17 13:55:08 obr 1.1.2.2: #i35698# patch script in /usr/bin to run gnome-set-default-application on first office start 2005/01/13 08:12:15 obr 1.1.2.1: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [86253956fd7fd7940ff214f787f0a928c9479d58]

        INTEGRATION: CWS sysui03 (1.1.2); FILE ADDED 2005/01/11 07:56:01 obr 1.1.2.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [117fc662ed8801933a953fd55db76694bbed310f]

        INTEGRATION: CWS sysui03 (1.1.2); FILE ADDED 2005/01/11 07:56:00 obr 1.1.2.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4143c5febf07c8264de30f3fe899fc849202bd48]

        INTEGRATION: CWS sysui03 (1.2.46); FILE MERGED 2005/01/11 07:56:00 obr 1.2.46.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5fe86ce98043439346fc5de2cf70888dc1ca70de]

        INTEGRATION: CWS sysui03 (1.6.2); FILE MERGED 2005/01/18 14:05:45 obr 1.6.2.6: gnome-set-default-application: added missing appid 2005/01/17 13:55:04 obr 1.6.2.5: #i35698# patch script in /usr/bin to run gnome-set-default-application on first office start 2005/01/13 08:12:14 obr 1.6.2.4: #i36339# modification of /etc/mailcap and /etc/mime.types now done in the desktop integration packages 2005/01/11 08:24:27 obr 1.6.2.3: RESYNC: (1.6-1.7); FILE MERGED 2005/01/11 07:55:59 obr 1.6.2.2: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation. 2004/12/16 07:25:33 obr 1.6.2.1: Added missing icons to hicolor theme

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1f1b6179e3a1613088e0d360aeaaad1b488bf7f4]

        INTEGRATION: CWS sysui03 (1.9.2); FILE MERGED 2005/01/11 07:55:59 obr 1.9.2.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [33ab7fd3aba615dae1e60022cc0eff1734c2aa36]

        INTEGRATION: CWS sysui03 (1.3.2); FILE MERGED 2005/01/06 14:00:27 obr 1.3.2.1: #i38193# mime type changes for drawings

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5140c386c78475820fca5063835f02419bb2ac00]

        INTEGRATION: CWS sysui03 (1.4.2); FILE MERGED 2005/01/06 14:00:26 obr 1.4.2.1: #i38193# mime type changes for drawings

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [48c4804aaa658f6e8ae4a91190362bb478cfb927]

        INTEGRATION: CWS sysui03 (1.3.2); FILE MERGED 2005/01/06 14:00:26 obr 1.3.2.1: #i38193# mime type changes for drawings

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7bd17c7f51217f19db1959ab7f5a5ce433b8869e]

        INTEGRATION: CWS sysui03 (1.3.2); FILE MERGED 2005/01/06 14:00:25 obr 1.3.2.1: #i38193# mime type changes for drawings

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [21b0df5a310c5e8af93887bd15a534120c35389f]

        INTEGRATION: CWS sysui03 (1.5.2); FILE MERGED 2005/01/10 08:12:22 obr 1.5.2.2: #i39755# replaced TryExec mechanism with symlinks into office installation 2004/12/21 09:04:11 obr 1.5.2.1: #i35698# added InitialPreference to override OOo 1.1 user space menu integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4b8dbaac325bae46ca9854ae006f4b24daf2a589]

        INTEGRATION: CWS sysui03 (1.3.28); FILE MERGED 2005/01/10 08:12:22 obr 1.3.28.1: #i39755# replaced TryExec mechanism with symlinks into office installation

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a5323a87624997547bb58a94250d3d1f3b4f3ec8]

        INTEGRATION: CWS sysui03 (1.5.2); FILE MERGED 2005/01/10 08:12:22 obr 1.5.2.2: #i39755# replaced TryExec mechanism with symlinks into office installation 2004/12/21 09:04:10 obr 1.5.2.1: #i35698# added InitialPreference to override OOo 1.1 user space menu integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [de7573896c36773d054fc5499e875758c426e882]

        INTEGRATION: CWS sysui03 (1.5.2); FILE MERGED 2005/01/10 08:12:21 obr 1.5.2.3: #i39755# replaced TryExec mechanism with symlinks into office installation 2005/01/06 13:59:23 obr 1.5.2.2: #i38193# mime type changes for drawings 2004/12/21 09:04:10 obr 1.5.2.1: #i35698# added InitialPreference to override OOo 1.1 user space menu integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cb350196bad149d837e420f47241fb83ccb83e6e]

        INTEGRATION: CWS sysui03 (1.5.2); FILE MERGED 2005/01/10 08:12:21 obr 1.5.2.2: #i39755# replaced TryExec mechanism with symlinks into office installation 2004/12/21 09:04:09 obr 1.5.2.1: #i35698# added InitialPreference to override OOo 1.1 user space menu integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [08aff7dec6a65daa3fc2bc64e28310c56b34323c]

        INTEGRATION: CWS sysui03 (1.3.2); FILE MERGED 2005/01/10 08:12:21 obr 1.3.2.2: #i39755# replaced TryExec mechanism with symlinks into office installation 2004/12/21 09:04:09 obr 1.3.2.1: #i35698# added InitialPreference to override OOo 1.1 user space menu integration

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c84f75834b94a98380494fc0855cd8cc0df235a1]

        INTEGRATION: CWS swqbugfixes12 (1.40.62); FILE MERGED 2005/01/07 14:14:15 fme 1.40.62.1: #i40017# Convert spaces and tabs into numbering indent

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e63f136299a18088ee75a9bec89235123af550cd]

        INTEGRATION: CWS swqbugfixes12 (1.7.252); FILE MERGED 2005/01/05 08:11:28 fme 1.7.252.1: #i35572# Move up/down with subpoints, up/down with subpoints for outline numbered paragraphs

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [fdb1a5539e58fc45f499e2f8c04802b3120879cd]

        INTEGRATION: CWS swqbugfixes12 (1.146.8); FILE MERGED 2005/01/10 09:18:52 od 1.146.8.3: RESYNC: (1.146-1.147); FILE MERGED 2005/01/07 11:48:52 od 1.146.8.2: #i39251# - undo previous change, because it's not the correct fix.          Instead, in method <SwWW8ImplReader::ReadText(..)> 	 insert paragraph on page break, if no one is inserted. 2005/01/04 10:33:07 od 1.146.8.1: #i39251# <SwWW8ImplReader::ReadChars(..)> - import empty paragraphs 	 containing page|section break.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [74fe1cc5a2aa539aa0cda3a051e1bf4ec020eeb8]

        INTEGRATION: CWS swqbugfixes12 (1.81.62); FILE MERGED 2005/01/07 15:42:53 od 1.81.62.1: #i30669# - methods <WinwordAnchoring::SetAnchoring(..)> and 	   <PlcDrawObj::WritePlc(..)> - convert Writer object positions, 	   if needed and possible.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [932812d75ebf8ce0499776e242c3eaaed05faf20]

        INTEGRATION: CWS swqbugfixes12 (1.10.364); FILE MERGED 2005/01/07 15:42:52 od 1.10.364.1: #i30669# - methods <WinwordAnchoring::SetAnchoring(..)> and 	   <PlcDrawObj::WritePlc(..)> - convert Writer object positions, 	   if needed and possible.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f43a629390be932b71995e662c87d1149dcc9b8d]

        INTEGRATION: CWS swqbugfixes12 (1.57.72); FILE MERGED 2005/01/07 11:17:00 fme 1.57.72.2: #i40059# Sorry, wrong bugid 2005/01/07 11:14:56 fme 1.57.72.1: #i40017# Handle out of bounds rectangles in GetPageNumAndSetOffsetForPDF

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d4db604d9275e522ec9536a206743409a69d566c]

        INTEGRATION: CWS swqbugfixes12 (1.10.94); FILE MERGED 2005/01/07 15:21:19 fme 1.10.94.1: #i38764# CanGrouping should return false if cDelChar is BREAKWORD *or* INWORD

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7855210db6fc00a6af5e4e0da384a6282da321b1]

        INTEGRATION: CWS swqbugfixes12 (1.61.62); FILE MERGED 2005/01/06 14:38:15 fme 1.61.62.1: #118968# Changed SwScanner::NextWord - Skip non-LetterNumeric characters before calling getWordBoundary

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [31bf0e3b19cc579aa018a8116ad4d630dea59891]

        INTEGRATION: CWS swqbugfixes12 (1.52.2); FILE MERGED 2005/01/12 13:00:30 od 1.52.2.1: #i40155# <SwTxtFly::InitFlyList()> - check, if frame is marked not to 	 wrap around objects.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [17ab5d87f1bd8aa190ccab9e16fd2834a3d3033a]

        INTEGRATION: CWS swqbugfixes12 (1.32.148); FILE MERGED 2005/01/07 14:06:29 fme 1.32.148.1: #i40017# Convert spaces and tabs into numbering indent

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1933a44bc13f7a49499bc1774ff2498f9e109802]

        INTEGRATION: CWS swqbugfixes12 (1.55.8); FILE MERGED 2005/01/12 09:32:25 od 1.55.8.2: #i40140# <SwTxtFrm::Format(..)> - locking of text frame in updating 	 anchor character for at-character anchored objects no longer 	 needed, because invalidation of at-character anchored objects 	 doesn't invalidate its anchor frame or clears the paragraph 	 portion information of its anchor frame. 2005/01/04 13:57:35 od 1.55.8.1: #118895# <SwTxtFrm::Format(..)> - no check of paragraph portion information 	 for empty paragraph for method call <SwAnchoredObject::CheckCharRectAndTopOfLine(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [6c515f9499127b2c10e8a212fc559c2a37d146de]

        INTEGRATION: CWS swqbugfixes12 (1.5.2); FILE MERGED 2005/01/10 15:49:48 fme 1.5.2.2: #i40292# Do not consider empty outlines during pdf outline export 2005/01/10 15:42:54 fme 1.5.2.1: #i40292# Do not consider empty outlines during pdf outline export

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ce01a5c003a59aa71db53e5ba461706fabb898b3]

        INTEGRATION: CWS swqbugfixes12 (1.9.74); FILE MERGED 2005/01/12 14:32:48 od 1.9.74.1: #i40155# <SwToCntntAnchoredObjectPosition::CalcPosition()> 	 - get default for <mpVertPosOrientFrm> on return without positioning. 	 - correct check on anchor character rectangle.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9833e1cc443a1132947040288217fbfcb323b482]

        INTEGRATION: CWS swqbugfixes12 (1.37.222); FILE MERGED 2005/01/12 14:40:08 od 1.37.222.2: #i40147# - correct syntax error. 2005/01/11 12:40:21 od 1.37.222.1: #i40147# <SwSectionFrm::Format(..)> - keep locked positions of objects, 	 if an extra format is performed to position these objects.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [777db499b60e40f121dde990d60d0a33dae006c7]

        INTEGRATION: CWS swqbugfixes12 (1.3.74); FILE MERGED 2005/01/11 12:36:30 od 1.3.74.1: #i40141# - new method <SwObjectFormatterTxtFrm::_FormatAnchorFrmForCheckMoveMwd()> #i40147# - introduce new parameter <_bCheckForMovedFwd> at method <DoFormatObj(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b283cefad94e7cb8b7471d842a84414ed7dac1e3]

        INTEGRATION: CWS swqbugfixes12 (1.7.8); FILE MERGED 2005/01/12 12:59:02 od 1.7.8.3: #i40155# - after the formatting of the anchor frame after the successful 	   object positioning mark an anchor frame, whose follow contains 	   all its text, not to wrap around objects. 2005/01/12 09:34:47 od 1.7.8.2: #i40140# <SwObjectFormatterTxtFrm::_FormatAnchorFrmForCheckMoveFwd()> 	 - extended by formatting content of previous columns. 2005/01/11 12:36:30 od 1.7.8.1: #i40141# - new method <SwObjectFormatterTxtFrm::_FormatAnchorFrmForCheckMoveMwd()> #i40147# - introduce new parameter <_bCheckForMovedFwd> at method <DoFormatObj(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [cb354c64f969cf93b87fdf10dadcc6fbeb357759]

        INTEGRATION: CWS swqbugfixes12 (1.2.252); FILE MERGED 2005/01/11 12:32:17 od 1.2.252.1: #i40147# - introduce new parameter <_bCheckForMovedFwd> at method <DoFormatObj(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [e5d88c393b18d5778d2986b0088d24fb2711177a]

        INTEGRATION: CWS swqbugfixes12 (1.4.74); FILE MERGED 2005/01/11 12:32:17 od 1.4.74.1: #i40147# - introduce new parameter <_bCheckForMovedFwd> at method <DoFormatObj(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a024797f33ad377aa94e0d0f09b0f784f8c0f16a]

        INTEGRATION: CWS swqbugfixes12 (1.5.8); FILE MERGED 2005/01/11 12:32:18 od 1.5.8.1: #i40147# - introduce new parameter <_bCheckForMovedFwd> at method <DoFormatObj(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9bcfc62f04f908b495022f0fd694840f7f0bd2e2]

        INTEGRATION: CWS swqbugfixes12 (1.4.8); FILE MERGED 2005/01/12 12:53:22 od 1.4.8.1: #i40155# new method <SwMovedFwdFrmsByObjPos::Remove(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [11f293b3c425a69c562f68e4b5e8a94abc4ac302]

        INTEGRATION: CWS swqbugfixes12 (1.7.74); FILE MERGED 2005/01/12 12:51:22 od 1.7.74.1: #i40155# class <SwLayouter> - new data structure to collect frames, which          are marked not to wrap around objects.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [270f99ce565d58280e7a397ade373507debc51ed]

        INTEGRATION: CWS swqbugfixes12 (1.47.2); FILE MERGED 2005/01/12 12:55:14 od 1.47.2.1: #i40155# <SwLayAction::InternalAction()> - clear data structure collecting 	 frames, which are marked not to wrap around objects.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8f3b0767b0abd878ae63579b1d75e215dd0e46a2]

        INTEGRATION: CWS swqbugfixes12 (1.72.8); FILE MERGED 2005/01/07 15:36:27 od 1.72.8.1: #i30669# - correct methods <SwDrawContact::GetAnchoredObj(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8461c418c0c8b6e37e021a0d691d8196f8767da2]

        INTEGRATION: CWS swqbugfixes12 (1.52.8); FILE MERGED 2005/01/10 17:51:45 od 1.52.8.1: #i40150# <SwCntntFrm::MakeAll()> - no check of frame height change after 	 format of printing area, if frame is undersized.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7aa0dc7096a1e4b99a0782e29d8091eb1062b14c]

        INTEGRATION: CWS swqbugfixes12 (1.52.204); FILE MERGED 2005/01/07 15:36:27 od 1.52.204.1: #i30669# - correct methods <SwDrawContact::GetAnchoredObj(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [15a72d55df834b21c5ab0b4bd0b7092dd157aa73]

        INTEGRATION: CWS swqbugfixes12 (1.9.8); FILE MERGED 2005/01/11 12:29:53 od 1.9.8.2: #i40147# class <SwAnchoredObject> - new member <mbKeepLockedPositionForSection> 2005/01/07 15:39:03 od 1.9.8.1: #i30669# - implementation of new methods, which provides needed layout 	   information for the WW8 filter.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [5e97beaf090f882a8ba5585cc3176ef4ab3135d4]

        INTEGRATION: CWS swqbugfixes12 (1.3.74); FILE MERGED 2005/01/11 12:28:37 od 1.3.74.1: #i40147# class <SwObjectFormatter::DoFormatObj(..)> 	 - new parameter <_bCheckForMovedFwd>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f5e0c1a9c809641d6af938f6f65efab128560111]

        INTEGRATION: CWS swqbugfixes12 (1.3.74); FILE MERGED 2005/01/12 12:50:16 od 1.3.74.1: #i40155# - new method <SwMovedFwdFrmsByObjPos::Remove(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d3d112402b3920d54b943c898fe5a83622888ee2]

        INTEGRATION: CWS swqbugfixes12 (1.3.74); FILE MERGED 2005/01/12 12:49:00 od 1.3.74.1: #i40155# class <SwLayouter> - new data structure to collect frames, which      	 are marked not to wrap around objects

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [dd5b0e63354dc51ff6771afcd284ec694cd0c3d9]

        INTEGRATION: CWS swqbugfixes12 (1.32.8); FILE MERGED 2005/01/10 09:07:19 od 1.32.8.2: RESYNC: (1.32-1.33); FILE MERGED 2005/01/07 09:06:19 fme 1.32.8.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  Kurt Zenker  <kz@openoffice.org>  [2e4fc5d948b58d0e2744996003d657058f50d4ea]

        INTEGRATION: CWS swqbugfixes12 (1.25.92); FILE MERGED 2005/01/07 15:05:13 od 1.25.92.1: #i40085# <SwFEShell::Insert( SdrObject& rDrawObj, ...) - 	 move object to visible layer 	 This is a follow-up of issue i35635

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c13e5ae0f78cdf68bde81f34a7ac2dc77efac913]

        INTEGRATION: CWS swqbugfixes12 (1.38.8); FILE MERGED 2005/01/10 09:06:53 od 1.38.8.2: RESYNC: (1.38-1.39); FILE MERGED 2005/01/07 15:36:25 od 1.38.8.1: #i30669# - correct methods <SwDrawContact::GetAnchoredObj(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [a2d1864f1cdbb2843803979b91c1edfc28871e13]

        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  Kurt Zenker  <kz@openoffice.org>  [5a8e39aecf8fa96189c75b34765d8b3c7f0b160f]

        INTEGRATION: CWS swqbugfixes12 (1.32.2); FILE MERGED 2005/01/13 12:34:26 od 1.32.2.2: #i40550# - adjust also methods <MakeCharFmt(..)> and <MakeTxtFmtColl(..)> 	   to match function pointer <FNCopyFmt> 2005/01/13 11:59:49 od 1.32.2.1: #i40550# - reflect correction of definition of <FNCopyFmt>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1a2224694b1b32c3f0d21d9566b61932cb5963bd]

        INTEGRATION: CWS swqbugfixes12 (1.24.148); FILE MERGED 2005/01/07 15:36:24 od 1.24.148.1: #i30669# - correct methods <SwDrawContact::GetAnchoredObj(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d2833865cf1cad8567be29b2d235cb3581cbcaee]

        INTEGRATION: CWS swqbugfixes12 (1.21.94); FILE MERGED 2005/01/07 14:07:55 fme 1.21.94.1: #i40017# Convert spaces and tabs into numbering indent

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [4b127a78b1108a12466f771b3061f64b96b2134e]

        INTEGRATION: CWS swqbugfixes12 (1.42.204); FILE MERGED 2005/01/10 15:10:22 fme 1.42.204.1: #i40018# #i40019# Cursor travelling in front of numbering label

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b1bc3e134f575e9d7d70df5ffcb99c222301e2b6]

        INTEGRATION: CWS swqbugfixes12 (1.51.2); FILE MERGED 2005/01/10 15:10:22 fme 1.51.2.1: #i40018# #i40019# Cursor travelling in front of numbering label

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [be888107c137c0c42a19a79498f5dcc1c71c46bd]

        INTEGRATION: CWS swqbugfixes12 (1.95.40); FILE MERGED 2005/01/13 12:33:50 od 1.95.40.4: #i40550# - adjust also methods <MakeCharFmt(..)> and <MakeTxtFmtColl(..)> 	   to match function pointer <FNCopyFmt> 2005/01/13 12:01:15 od 1.95.40.3: #i40550# - correct definition of function pointer <FNCopyFmt> 2005/01/10 08:56:01 od 1.95.40.2: RESYNC: (1.95-1.97); FILE MERGED 2005/01/07 14:08:22 fme 1.95.40.1: #i40017# Convert spaces and tabs into numbering indent

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8e293925cceccfa4fe1adff27cf6a03821f58cea]

        INTEGRATION: CWS swqbugfixes12 (1.14.100); FILE MERGED 2005/01/07 15:36:23 od 1.14.100.1: #i30669# - correct methods <SwDrawContact::GetAnchoredObj(..)>

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8b180340e773651c70b6a011c11b5f9e2d5eff89]

        INTEGRATION: CWS swqbugfixes12 (1.9.8); FILE MERGED 2005/01/11 12:26:20 od 1.9.8.2: #i40147# class <SwAnchoredObject> - new member <mbKeepPositionLockedForSection> 	 including accessor 2005/01/07 15:32:32 od 1.9.8.1: #i30669# - new methods <GetRelPosToAnchorFrm()>, <GetRelPosToPageFrm()>, 	   <GetRelPosToChar()> and <GetRelPosToLine()> to provide 	   needed layout information for WW8 filter.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [d65caa5488ac4653339a126b966f86df67b66173]

        INTEGRATION: CWS fwkperf01 (1.116.18); FILE MERGED 2005/01/12 15:35:03 cd 1.116.18.1: #i37617# Prevent strange effects when the closer is set on a menu bar

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [f484b0825212a5a1138c039a8868ef67ad2f1e72]

        INTEGRATION: CWS sysui03 (1.4.4); FILE MERGED 2005/01/11 07:55:56 obr 1.4.4.1: #i39755#,#i33855# Moved Solaris desktop integration into a single package. Moved the start scripts in /usr/bin into the desktop integration packages and made the module launchers symbolic links into the office installation.

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8dc205ba3d794512fbe90ffe3edced7aaf96e9fa]

        INTEGRATION: CWS fwkperf01 (1.16.158); FILE MERGED 2005/01/12 15:20:57 cd 1.16.158.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b83b050b2ef8352c0fc40a55dc4763bfcc74a5f8]

        INTEGRATION: CWS fwkperf01 (1.33.56); FILE MERGED 2005/01/12 15:20:57 cd 1.33.56.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0cedfe306e3ac105d89eb2195ef09b8d2183bd95]

        INTEGRATION: CWS ause016 (1.4.36); FILE MERGED 2005/01/18 10:51:59 hjs 1.4.36.1: #i35263# avoid language specific lines in d.lst

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [7312a151c8678ca2bb7bd56eb5bc81f43b210eb2]

        INTEGRATION: CWS fwkperf01 (1.4.88); FILE MERGED 2005/01/12 15:09:14 cd 1.4.88.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [8a4ae6fecec66cd6cd82fc50e4c2e321a71899e2]

        INTEGRATION: CWS ause016 (1.1.2); FILE ADDED 2005/01/17 14:06:26 mh 1.1.2.1: updated license text, #i38427#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [b7cd880bd2154ba02d5b1501a04f2447377a84eb]

        INTEGRATION: CWS fwkperf01 (1.16.14); FILE MERGED 2005/01/12 15:09:13 cd 1.16.14.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [dbaeb555f6e361fad69443e83833b5e40e696226]

        INTEGRATION: CWS fwkperf01 (1.16.4); FILE MERGED 2005/01/12 15:09:12 cd 1.16.4.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [0556c9ce86ef0aa3b2ae2e6274e4a3f244771c80]

        INTEGRATION: CWS ause016 (1.1.2); FILE ADDED 2005/01/17 14:06:25 mh 1.1.2.1: updated license text, #i38427#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ca83efe6d33a509fb475ee5b3e98acabb14a371a]

        INTEGRATION: CWS fwkperf01 (1.11.194); FILE MERGED 2005/01/12 15:09:11 cd 1.11.194.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1af37d5595ca8a6dc88db7e46c81715924ea277a]

        INTEGRATION: CWS fwkperf01 (1.4.20); FILE MERGED 2005/01/12 15:08:50 cd 1.4.20.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [9f24257555568d528176468c3a35c0c6516da0b5]

        INTEGRATION: CWS fwkperf01 (1.10.22); FILE MERGED 2005/01/12 15:08:49 cd 1.10.22.1: #i37617# Improve performance switching Impress Views

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [974edc4b73bb4ccc2c617626b09c14bf8ad23eb3]

        INTEGRATION: CWS ause016 (1.1.2); FILE ADDED 2005/01/17 14:07:42 mh 1.1.2.1: updated license text, #i38427#

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [ddfca622220ee1c551c764106a2c51353e077688]

        INTEGRATION: CWS ause016 (1.20.4); FILE MERGED 2005/01/18 10:51:58 hjs 1.20.4.1: #i35263# avoid language specific lines in d.lst

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [3e53401c3bae9959bc263295d1f51a4e3bf4f252]

        INTEGRATION: CWS ause016 (1.3.62); FILE MERGED 2005/01/18 10:51:58 hjs 1.3.62.1: #i35263# avoid language specific lines in d.lst

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [1df0b484cb9a23871bbbc0dc684b31253b736f19]

        INTEGRATION: CWS ause016 (1.3.124); FILE MERGED 2005/01/18 10:51:57 hjs 1.3.124.1: #i35263# avoid language specific lines in d.lst

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [89568760b1600eba33735c2069f795ad5251655b]

        INTEGRATION: CWS ause016 (1.3.70); FILE MERGED 2005/01/18 10:51:57 hjs 1.3.70.1: #i35263# avoid language specific lines in d.lst

2005-01-21  Kurt Zenker  <kz@openoffice.org>  [c8b8e2d8dba0a9870ab6f9c5141ffeb384f46f03]

        INTEGRATION: CWS ause016 (1.3.6); FILE MERGED 2005/01/17 15:59:53 hjs 1.3.6.1: #i40805# help find to return quick

2005-01-20  Vladimir Glazounov  <vg@openoffice.org>  [d2bc8b7ecc4d6aec7dd4e1a4e0e13257c2be32b5]

        new version for SRC680

2005-01-20  Oliver Bolte  <obo@openoffice.org>  [a7510a417d7240717cc9d3825309f8d977dafbd7]

        #i10000# max arguments from 10 to 20

2005-01-20  Vladimir Glazounov  <vg@openoffice.org>  [5f772d74d42147790fb8289ee7e36cf2219f32ba]

        new version for SRC680

2005-01-20  Kurt Zenker  <kz@openoffice.org>  [2382386b36445dea49e099159a642b0bcc2bb793]

        #i10000# chg. sqrtf to sqrt (mbu)

2005-01-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b51d485fe13c2bf318c9d5de42b8f102282d19b4]

        #i10000# no pkg-config for windows...

2005-01-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a6b569cc786a455a5337f7ee3731bf9ffb00071b]

        #i10000# fix missing target

2005-01-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [47a2599c0ae36579a3a33776c6e278f3d58ffe77]

        #i10000# fix pkgconfig call

2005-01-20  Rüdiger Timm  <rt@openoffice.org>  [cb3977659ae3556f4047b82d3a67cc8ca530b824]

        #i10000# Typo corrected.

2005-01-20  Mathias Bauer  <mba@openoffice.org>  [471f965bbc3ea5c679c99c347696837d03a549e1]

        #i40904#: make sure that GetOutputStorage also works if a TempFile was created already

2005-01-20  Mathias Bauer  <mba@openoffice.org>  [5df278aa36485eea39f0b17166adcaf09bec4e3c]

        #i40904#: CreateTempFileNoCopy not necessary

2005-01-19  Vladimir Glazounov  <vg@openoffice.org>  [36638903fafd69347cce2d6fd25cf2b52b351545]

        new version for SRC680

2005-01-19  Vladimir Glazounov  <vg@openoffice.org>  [bde1dafc4193705cb9fbc3348580d60e852c56c6]

        new version for SRC680

2005-01-19  Kurt Zenker  <kz@openoffice.org>  [cb29cc8b318d04eb332d90adfb66aeabf79da308]

        #i10000# chg. Len() to getLength() (mbu)

2005-01-19  Kurt Zenker  <kz@openoffice.org>  [5758278463140699232bb9920546d541ec5f9221]

        #i10000# remove external from include

2005-01-19  Rüdiger Timm  <rt@openoffice.org>  [09aaa5745dce56bdc87085514bc5b12d94b79286]

        #i10000#, i40623: Create directory before copying into it.

2005-01-19  Vladimir Glazounov  <vg@openoffice.org>  [b1b20f30d6482cfe311d355cf9dab7e91efffa82]

        new version for SRC680

2005-01-19  Kurt Zenker  <kz@openoffice.org>  [81e23652483e0c263a893b1b7ba0d63cfe27f2bf]

        #i10000# remove SetBaseURL (mba)

2005-01-19  Kurt Zenker  <kz@openoffice.org>  [da6eb2e74a5c0e91cfee794191978deddd41fe0d]

        #i10000# add dependency comphelper

2005-01-19  Kurt Zenker  <kz@openoffice.org>  [373e57677a280682a8747ad6a6f10533fb294a6a]

        INTEGRATION: CWS fwkbugfix04 (1.53.22); FILE MERGED 2005/01/14 12:50:41 mba 1.53.22.1: #i38655#: check for macros also after import of binary formats

2005-01-19  Vladimir Glazounov  <vg@openoffice.org>  [aad9da1a5650d0368aee35d35bb5b7cab1dc3db5]

        new version for SRC680

2005-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d6eaccc7abbac02144f0e748dc889ecb9352361a]

        new version for SRC680

2005-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e46b28ddcfe8422d9b746e7396f3c08a260c1e83]

        new version for SRC680

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [53d5d8871802e065ce3c4a682c104ac37cfafded]

        SRC680

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2d6993b80b9f90cfaa04f84e0d61db4591d4735e]

        INTEGRATION: CWS fwkbugfix04 (1.140.6); FILE MERGED 2005/01/14 12:50:42 mba 1.140.6.5: #i38655#: check for macros also after import of binary formats 2004/12/10 23:25:34 mba 1.140.6.4: #i38655#: check for macros after import 2004/12/08 15:14:07 mba 1.140.6.3: RESYNC: (1.140-1.145); FILE MERGED 2004/12/06 18:00:27 mba 1.140.6.2: #i38334#: get rid of all code based on SfxConfigManager 2004/11/30 16:28:15 abi 1.140.6.1: #i37356# output stream for save should not contain copy of original file

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8adda873fcbdcaeca284929bd51a2a4c1ebff954]

        INTEGRATION: CWS fwkbugfix04 (1.31.16); FILE MERGED 2004/12/08 10:58:52 mba 1.31.16.2: #i29606#: inserting of PowerPoint and binary files 2004/12/06 18:24:34 mba 1.31.16.1: #i29606#: inserting of files not in own format enabled

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [eb1e82128fe6286512da80539ba9b59be0ea7a8c]

        INTEGRATION: CWS systemboost (1.63.18); FILE MERGED 2005/01/14 03:13:25 rene 1.63.18.2: #i36983# optional build with system-boost
        
        check for boost/spirit/core.hpp, too
        2005/01/13 15:03:44 cmc 1.63.18.1: #i36983# optional build with system-boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b213b18e8bf186cb86a2a3e00d39f0537aa6ae60]

        INTEGRATION: CWS fwkbugfix04 (1.35.20); FILE MERGED 2004/12/06 18:04:56 mba 1.35.20.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [04bd6ed35dda802d5896467892334f1d565e3ace]

        INTEGRATION: CWS fwkbugfix04 (1.47.6); FILE MERGED 2005/01/06 17:45:04 mba 1.47.6.2: RESYNC: (1.47-1.48); FILE MERGED 2004/12/06 18:04:25 mba 1.47.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [3e57eec321fc217c81dcd48b8f25ca66d5be2fea]

        INTEGRATION: CWS systemboost (1.2.40); FILE MERGED 2005/01/14 09:15:31 cmc 1.2.40.1: #i36983# don't have external in include boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1e870a64d6e58028386e905a5b03d80307125404]

        INTEGRATION: CWS fwkbugfix04 (1.94.6); FILE MERGED 2005/01/14 12:50:55 mba 1.94.6.5: #i38655#: check for macros also after import of binary formats 2005/01/06 17:44:50 mba 1.94.6.4: RESYNC: (1.97-1.99); FILE MERGED 2004/12/08 15:16:57 mba 1.94.6.3: RESYNC: (1.94-1.97); FILE MERGED 2004/12/06 18:04:24 mba 1.94.6.2: #i38334#: get rid of all code based on SfxConfigManager 2004/12/02 16:44:34 mba 1.94.6.1: #i37963#: incorrect check for existence of macros

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [420bee89a32beee989c2f4c6aa3c14aec4b0496a]

        INTEGRATION: CWS systemboost (1.2.40); FILE MERGED 2005/01/14 09:15:30 cmc 1.2.40.1: #i36983# don't have external in include boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [5454b0024cc7df38221de185803b61b49da55278]

        INTEGRATION: CWS fwkbugfix04 (1.58.6); FILE MERGED 2004/12/08 15:16:37 mba 1.58.6.4: RESYNC: (1.58-1.59); FILE MERGED 2004/12/08 11:02:48 mba 1.58.6.3: #118655#: OfficeDispatches should work for slot and uno commands together 2004/12/06 18:04:24 mba 1.58.6.2: #i38334#: get rid of all code based on SfxConfigManager 2004/12/02 16:45:58 mba 1.58.6.1: #118655#: support for internal dispatching in StateCache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e1678ee7ed8fab3fe266fbe10e46b11fcabe469f]

        INTEGRATION: CWS fwkbugfix04 (1.34.118); FILE MERGED 2005/01/06 17:44:25 mba 1.34.118.3: RESYNC: (1.35-1.36); FILE MERGED 2004/12/08 15:16:12 mba 1.34.118.2: RESYNC: (1.34-1.35); FILE MERGED 2004/12/02 16:45:31 mba 1.34.118.1: #i31945#: UNO support for AnyItem

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [a195b057899bc7c8e3776c963507cbdd8a985b67]

        INTEGRATION: CWS systemboost (1.2.2); FILE MERGED 2005/01/13 16:12:06 cmc 1.2.2.1: #i36983# optional build with system-boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [0fd3ddda29565ce02661f24436e84d07d8ac0788]

        INTEGRATION: CWS systemboost (1.5.2); FILE MERGED 2005/01/17 14:52:12 cmc 1.5.2.2: unneccessary mkdir 2005/01/17 14:49:05 rene 1.5.2.1: don't deliver into external/boost, just to boost/

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1aff91ff2e0afad7b294c3d7201e36a01b3609be]

        INTEGRATION: CWS systemboost (1.6.2); FILE MERGED 2005/01/13 15:31:46 cmc 1.6.2.1: #i36983# optional build with system-boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [3777227ad9ef094a5d22f26d06ff569fcc13eee2]

        INTEGRATION: CWS fwkbugfix04 (1.42.6); FILE MERGED 2005/01/06 17:44:15 mba 1.42.6.2: RESYNC: (1.42-1.43); FILE MERGED 2004/12/06 18:03:38 mba 1.42.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [add3ad38030545a957919aa473365c0e0e4cbdc0]

        INTEGRATION: CWS systemboost (1.16.8); FILE MERGED 2005/01/13 16:10:25 cmc 1.16.8.1: #i36983# don't have external in include boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [7f33d1efb827645840f84a42f497fe63bd0b151e]

        INTEGRATION: CWS systemboost (1.18.124); FILE MERGED 2005/01/14 08:49:32 cmc 1.18.124.1: #i36983# optional build with system-boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1a485433df8c37a642defa97d3a583cd098e592a]

        INTEGRATION: CWS fwkbugfix04 (1.4.6); FILE MERGED 2004/12/06 18:03:38 mba 1.4.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [095718493e3b4bd3fff0aa205c5412a45745302b]

        INTEGRATION: CWS fwkbugfix04 (1.4.122); FILE MERGED 2004/12/08 15:15:50 mba 1.4.122.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/06 18:02:16 mba 1.4.122.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [307bd4b280251d87b2fc0db27e0b85a62a5580d2]

        INTEGRATION: CWS systemboost (1.66.8); FILE MERGED 2005/01/13 16:28:05 cmc 1.66.8.1: #i36983# don't have external in include boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [173ffbea6dc4c3ce2df529780d99a22c8b9da42b]

        INTEGRATION: CWS fwkbugfix04 (1.5.222); FILE MERGED 2004/12/06 18:02:16 mba 1.5.222.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [30dde490beba851f8f2d6a28657a91d74fd26e6d]

        INTEGRATION: CWS systemboost (1.16.150); FILE MERGED 2005/01/14 09:53:01 cmc 1.16.150.1: #i36983# optional build with system-boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [27c53b596fab57c0e5af15b84ff01b6bef593e80]

        INTEGRATION: CWS fwkbugfix04 (1.40.6); FILE MERGED 2004/12/10 08:27:02 mba 1.40.6.2: #i100000#: removed method found in assertion code 2004/12/06 18:01:30 mba 1.40.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [75aac77996ad2fb5095fbd9b567faece92b86fd1]

        INTEGRATION: CWS fwkbugfix04 (1.32.120); FILE MERGED 2004/12/06 18:01:30 mba 1.32.120.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e1d86e4e2a619f885d66ef8008be4f8370e4f3ee]

        INTEGRATION: CWS fwkbugfix04 (1.16.120); FILE MERGED 2004/12/06 18:01:21 mba 1.16.120.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [761fe9c49e7e96aa70ac65ec2816ab0b40c97798]

        INTEGRATION: CWS fwkbugfix04 (1.8.586); FILE MERGED 2004/12/06 18:01:21 mba 1.8.586.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [dea38c89e1c507cd0cd23d83e6d5dc8daf0f5dba]

        INTEGRATION: CWS fwkbugfix04 (1.6.6); FILE MERGED 2004/12/02 16:43:25 mba 1.6.6.1: #118655#: support for internal dispatching in StateCache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [7d73999a7bec4e618e3c7e26bb115c3097d61e45]

        INTEGRATION: CWS fwkbugfix04 (1.5.122); FILE MERGED 2004/12/06 18:01:20 mba 1.5.122.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [fbfacca07e6fbbd27d1b02fb576cf71c1b55b0aa]

        INTEGRATION: CWS systemboost (1.29.14); FILE MERGED 2005/01/13 15:03:49 cmc 1.29.14.1: #i36983# optional build with system-boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2d91382ba1031406eb434fff7e7a71652c1e43d5]

        INTEGRATION: CWS fwkbugfix04 (1.29.6); FILE MERGED 2004/12/06 18:01:20 mba 1.29.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [afbaa66db4cb282a5048dc24009597769d54489a]

        INTEGRATION: CWS systemboost (1.80.16); FILE MERGED 2005/01/14 03:13:27 rene 1.80.16.2: #i36983# optional build with system-boost
        
        check for boost/spirit/core.hpp, too
        2005/01/13 15:03:47 cmc 1.80.16.1: #i36983# optional build with system-boost

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [61205a190505304746d768af19e1d25c233b4335]

        INTEGRATION: CWS fwkbugfix04 (1.73.6); FILE MERGED 2005/01/06 17:43:32 mba 1.73.6.3: RESYNC: (1.74-1.76); FILE MERGED 2004/12/08 15:15:07 mba 1.73.6.2: RESYNC: (1.73-1.74); FILE MERGED 2004/12/02 16:43:04 mba 1.73.6.1: #i38241#: remove useless (and harmfull) code

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e3a7eddc315082714eda34bf845991932c36b75f]

        INTEGRATION: CWS fwkbugfix04 (1.49.6); FILE MERGED 2004/12/08 15:14:16 mba 1.49.6.4: RESYNC: (1.49-1.50); FILE MERGED 2004/12/06 18:00:28 mba 1.49.6.3: #i38334#: get rid of all code based on SfxConfigManager 2004/12/02 16:42:13 mba 1.49.6.2: #i38241#: don't create a TempStorage in dtor 2004/11/29 13:31:22 sb 1.49.6.1: #i33099# Copied over from CWS cd02.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [43186607aaba2e8d98625af22e12ae1d82fd4ab0]

        INTEGRATION: CWS fwkbugfix04 (1.50.6); FILE MERGED 2005/01/06 17:42:50 mba 1.50.6.2: RESYNC: (1.50-1.51); FILE MERGED 2004/12/06 18:00:26 mba 1.50.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [9d033ac69037aa8bab56acdfcb7891a4c52664ca]

        INTEGRATION: CWS fwkbugfix04 (1.15.6); FILE MERGED 2005/01/13 16:32:02 mba 1.15.6.2: #i33168#: wrong flag used 2005/01/09 12:52:01 mba 1.15.6.1: #i33168#: wrong flag used

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [d14b9ae5fbc012a4fe5f6e46b96543d3cdb29bf0]

        INTEGRATION: CWS fwkbugfix04 (1.20.120); FILE MERGED 2004/12/06 18:00:25 mba 1.20.120.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [89bddb6a557ed9711a78ce9a13958219dcd2b022]

        INTEGRATION: CWS fwkbugfix04 (1.26.120); FILE MERGED 2004/12/06 17:59:17 mba 1.26.120.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [d1de922463f7446a608318baaa9e0d2aa1cb6924]

        INTEGRATION: CWS fwkbugfix04 (1.32.80); FILE MERGED 2004/12/06 17:59:17 mba 1.32.80.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8b51f6ea0cbef75aea60e486d1b953e2f332e51a]

        INTEGRATION: CWS fwkbugfix04 (1.45.6); FILE MERGED 2005/01/06 17:40:10 mba 1.45.6.2: RESYNC: (1.45-1.46); FILE MERGED 2004/12/06 17:59:16 mba 1.45.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [5fd4e4c65d4be5de037c382bd5ef4ac4b88d1113]

        INTEGRATION: CWS fwkbugfix04 (1.18.80); FILE MERGED 2004/12/06 17:59:16 mba 1.18.80.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [36f3178f4fdf917a920a1a3be57cb92566416f05]

        INTEGRATION: CWS fwkbugfix04 (1.23.6); FILE MERGED 2004/12/20 13:37:59 as 1.23.6.2: #i39169# search suitable key in right list and be aware of no existing user entries 2004/12/06 17:59:16 mba 1.23.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [565d06afdc8d2cc7d776d88a8140c8c6fae63d0b]

        INTEGRATION: CWS fwkbugfix04 (1.37.6); FILE MERGED 2004/12/17 14:35:28 mba 1.37.6.4: #118655#: important comment added 2004/12/08 11:02:41 mba 1.37.6.3: #118655#: OfficeDispatches should work for slot and uno commands together 2004/12/06 17:57:34 mba 1.37.6.2: #118674#: default execution mode taken from slot 2004/12/02 16:39:42 mba 1.37.6.1: #118655#: support for internal dispatching in StateCache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [bd1aa2827858e053e40325f2ac52cb413aae623a]

        INTEGRATION: CWS fwkbugfix04 (1.22.6); FILE MERGED 2004/12/02 16:39:42 mba 1.22.6.1: #118655#: support for internal dispatching in StateCache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e74b6756f085ab43138cd42f81ea652ed8cf31bd]

        INTEGRATION: CWS fwkbugfix04 (1.11.120); FILE MERGED 2004/12/02 16:39:42 mba 1.11.120.1: #118655#: support for internal dispatching in StateCache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b38377752a4944a1b7cb08b1eb213c84c532177f]

        INTEGRATION: CWS fwkbugfix04 (1.9.118); FILE MERGED 2004/12/06 17:57:43 mba 1.9.118.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1680993ef3926bc6f6ef7ac2b1b8d56f3ab419f8]

        INTEGRATION: CWS fwkbugfix04 (1.33.6); FILE MERGED 2004/12/08 11:02:41 mba 1.33.6.2: #118655#: OfficeDispatches should work for slot and uno commands together 2004/12/06 17:57:42 mba 1.33.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [43e5c6ccf4eeaa21a74d4870c096fca3134b4a9d]

        INTEGRATION: CWS fwkbugfix04 (1.5.194); FILE MERGED 2004/12/02 16:39:42 mba 1.5.194.1: #118655#: support for internal dispatching in StateCache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [bd6e0fcf0262c2dbb224c92d34f35d0d5e52b788]

        INTEGRATION: CWS fwkbugfix04 (1.34.6); FILE MERGED 2004/12/08 11:02:40 mba 1.34.6.3: #118655#: OfficeDispatches should work for slot and uno commands together 2004/12/06 17:57:42 mba 1.34.6.2: #i38334#: get rid of all code based on SfxConfigManager 2004/12/02 16:39:41 mba 1.34.6.1: #118655#: support for internal dispatching in StateCache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [25164239d1ac8097dac33c568dedabf2c88cbd74]

        INTEGRATION: CWS fwkbugfix04 (1.5.316); FILE MERGED 2004/12/06 17:55:13 mba 1.5.316.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [861e9095d38305ec808ec9d83a0b813b7bff8887]

        INTEGRATION: CWS fwkbugfix04 (1.21.120); FILE MERGED 2004/12/06 17:55:12 mba 1.21.120.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [a95f7970854030fe6a4a56734ca0e230529caf92]

        INTEGRATION: CWS fwkbugfix04 (1.18.6); FILE MERGED 2004/12/06 18:06:15 mba 1.18.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [97f511c2490958be18d01e17d0f8a9059f04e5dc]

        INTEGRATION: CWS fwkbugfix04 (1.62.6); FILE MERGED 2004/12/06 17:54:04 mba 1.62.6.1: #i29606#: flags wheren't checked in GetFilterForProps

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [7fd6e564bb0fffe798c6a19fa384764816f278c5]

        INTEGRATION: CWS fwkbugfix04 (1.47.6); FILE MERGED 2004/12/06 17:53:03 mba 1.47.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [33ef011477280d7905ce4d20e5caca9bbbbadf77]

        INTEGRATION: CWS fwkbugfix04 (1.12.6); FILE MERGED 2004/12/06 17:53:03 mba 1.12.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [7f086b19c439689f5278ad560154087d818b83b3]

        INTEGRATION: CWS fwkbugfix04 (1.36.120); FILE MERGED 2004/12/06 17:53:02 mba 1.36.120.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [3b4fcc83eba6916429cc3655dd9c784552f0151b]

        INTEGRATION: CWS fwkbugfix04 (1.8.194); FILE MERGED 2004/12/17 14:32:39 mba 1.8.194.1: #118655#: don't call queryDispatch, it might create a new Controller

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [4665a7442784205481f265b13a7d247962fe3213]

        INTEGRATION: CWS fwkbugfix04 (1.102.6); FILE MERGED 2005/01/06 17:38:53 mba 1.102.6.3: RESYNC: (1.103-1.104); FILE MERGED 2004/12/08 15:11:22 mba 1.102.6.2: RESYNC: (1.102-1.103); FILE MERGED 2004/12/08 11:02:30 mba 1.102.6.1: #118655#: OfficeDispatches should work for slot and uno commands together

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [4aae2b7552d30798b4a53676825a56ccd60f4848]

        INTEGRATION: CWS fwkbugfix04 (1.50.6); FILE MERGED 2005/01/06 17:38:44 mba 1.50.6.2: RESYNC: (1.50-1.51); FILE MERGED 2004/12/06 17:53:02 mba 1.50.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [60bcbc8e7edc176295b07169d3941861219001f1]

        INTEGRATION: CWS fwkbugfix04 (1.16.6); FILE MERGED 2004/12/06 17:53:02 mba 1.16.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ad319ccdba9bccdeca464b5bb289cae827fe1eff]

        INTEGRATION: CWS fwkbugfix04 (1.29.6); FILE MERGED 2005/01/06 17:38:36 mba 1.29.6.3: RESYNC: (1.30-1.31); FILE MERGED 2004/12/08 15:11:14 mba 1.29.6.2: RESYNC: (1.29-1.30); FILE MERGED 2004/12/06 17:53:02 mba 1.29.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8164ec69e3240fbd376c8a9341438b3b131636fb]

        INTEGRATION: CWS fwkbugfix04 (1.83.6); FILE MERGED 2005/01/06 17:38:27 mba 1.83.6.4: RESYNC: (1.83-1.84); FILE MERGED 2004/12/08 11:03:31 mba 1.83.6.3: #118674#: always use loadComponentFromURL for synchronous case 2004/12/06 17:53:01 mba 1.83.6.2: #i38334#: get rid of all code based on SfxConfigManager 2004/12/02 16:37:48 mba 1.83.6.1: #i33210#: get InteractionHandler from Medium, not from its ItemSet

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ebd7fb4f7bb3b103b41f5433ebf8b6349143fae2]

        INTEGRATION: CWS fwkbugfix04 (1.49.122); FILE MERGED 2004/12/06 17:53:01 mba 1.49.122.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b043b498d769a8a0837e4a07fc11db9e141ecb4f]

        INTEGRATION: CWS fwkbugfix04 (1.23.120); FILE MERGED 2004/12/06 17:53:01 mba 1.23.120.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [d73e8cd86b039991c5f8abc884f41f2ba9360730]

        INTEGRATION: CWS fwkbugfix04 (1.41.6); FILE MERGED 2005/01/06 17:38:18 mba 1.41.6.3: RESYNC: (1.42-1.43); FILE MERGED 2004/12/08 15:11:06 mba 1.41.6.2: RESYNC: (1.41-1.42); FILE MERGED 2004/12/06 17:53:00 mba 1.41.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [db51b3c7d4d192802dec0113a132c56b531bd4c1]

        INTEGRATION: CWS fwkbugfix04 (1.55.6); FILE MERGED 2004/12/08 15:10:48 mba 1.55.6.2: RESYNC: (1.55-1.56); FILE MERGED 2004/12/06 17:53:00 mba 1.55.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [56f544394303e288591570b2637ccdf2439d48cb]

        INTEGRATION: CWS fwkbugfix04 (1.37.6); FILE MERGED 2004/12/06 17:53:00 mba 1.37.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [99cbcb80df5e2a7bbeaa7f73d0a826d87d8fb3ef]

        INTEGRATION: CWS fwkbugfix04 (1.90.6); FILE MERGED 2005/01/07 13:32:36 mba 1.90.6.4: Too much removed: SetName is still needed for successful macro execution 2005/01/06 17:37:56 mba 1.90.6.3: RESYNC: (1.91-1.92); FILE MERGED 2004/12/08 15:10:40 mba 1.90.6.2: RESYNC: (1.90-1.91); FILE MERGED 2004/12/06 17:53:00 mba 1.90.6.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [c3e89dce0145bdd45b13e5f895e5a83e3a0185ff]

        INTEGRATION: CWS fwkbugfix04 (1.3.384); FILE MERGED 2004/12/06 17:49:48 mba 1.3.384.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [cbf44abefb49b70f7217bcf60881e7cb7104e6f8]

        INTEGRATION: CWS fwkbugfix04 (1.30.8); FILE MERGED 2004/12/06 17:47:32 mba 1.30.8.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [7d9b5b3a6e360cce2e2af522df3c718fb30c364d]

        INTEGRATION: CWS fwkbugfix04 (1.28.108); FILE MERGED 2004/12/15 12:59:18 mba 1.28.108.1: #i33585#: remove obsolete resources

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b7d14d5c3f488fff063a23471357f5da44ac9b30]

        INTEGRATION: CWS fwkbugfix04 (1.8.32); FILE MERGED 2005/01/09 12:52:46 mba 1.8.32.1: #i33168#: wrong template flag used

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [94358b8596e5641264e4a8db9cefdfd733c37f4a]

        INTEGRATION: CWS mav14 (1.6.24); FILE MERGED 2004/11/25 17:18:50 mav 1.6.24.1: #i37640# MSOLE dialog must create ole object except the case of own format

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [9fd7ac3d0805274e18bada8ba8b1c7617a5b4a30]

        INTEGRATION: CWS fwkbugfix04 (1.8.110); FILE MERGED 2004/12/15 13:09:11 mba 1.8.110.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [58c654b4d7b4101cd48351259251e83a6a469de6]

        INTEGRATION: CWS fwkbugfix04 (1.2.214); FILE MERGED 2004/12/15 13:09:42 mba 1.2.214.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [3be1a58190d56e6300704e2ba53a3b773c7bec8b]

        INTEGRATION: CWS fwkbugfix04 (1.6.2); FILE MERGED 2004/12/16 11:36:46 mba 1.6.2.1: remove obsolete sfx headers

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [06157c068c028c1941632b80a1e0ba09a3120a6c]

        INTEGRATION: CWS fwkbugfix04 (1.10.338); FILE MERGED 2004/12/15 13:08:38 mba 1.10.338.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [cfb3d6badc2a3d7902df7f1339444f879f3b8f14]

        INTEGRATION: CWS fwkbugfix04 (1.6.140); FILE MERGED 2004/12/15 12:58:52 mba 1.6.140.1: #i33585#: remove obsolete resources

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [5d42bd18d739aca8fd56ecb06dbe696e5d01044a]

        INTEGRATION: CWS fwkbugfix04 (1.26.6); FILE MERGED 2005/01/06 17:28:49 mba 1.26.6.2: RESYNC: (1.26-1.27); FILE MERGED 2004/12/02 13:32:46 sb 1.26.6.1: #i28737# No longer support FSYS_MAC in FSYS_DETECT (a Unix filename a:b:c will no longer be confused for a hierarchical pathname).

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [60fd9bc3e4f2e8f024df467068a2aa891fe5e5ee]

        INTEGRATION: CWS fwkbugfix04 (1.2.142); FILE MERGED 2004/12/20 14:00:20 as 1.2.142.1: #i39336# remove namespace alias

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [acaa7a9b96b68dfe072fd824e81e85c62f169c89]

        INTEGRATION: CWS fwkbugfix04 (1.2.74); FILE MERGED 2004/12/06 17:40:50 mba 1.2.74.1: #i38088#: Controllers wasn't updated correctly

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [6c3833857fbf699dd39a49007d19c095a5397ea6]

        INTEGRATION: CWS fwkbugfix04 (1.3.116); FILE MERGED 2004/12/02 16:48:41 mba 1.3.116.1: #i31937#: use new API for Verbs

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b62b512a7dd95de537b10a48646e2db924fa7f0f]

        INTEGRATION: CWS fwkbugfix04 (1.2.154); FILE MERGED 2004/12/10 08:53:51 as 1.2.154.1: #i38756# help isn't a module in real, has no config => shouldnt be detected explicitly (btw: detection was wrong)

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [07aa9ea8e042fd29ed087e20eb31b9e8f2aff02b]

        INTEGRATION: CWS fwkbugfix04 (1.3.170); FILE MERGED 2004/12/08 10:57:44 mba 1.3.170.2: #118674#: don't block the thread; using of SynchronMode must be enough 2004/12/06 17:39:49 mba 1.3.170.1: #118674#: always use synchronous mode

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [a675b89acb398f6e0725cb7d61e9c8b67f16ea0f]

        INTEGRATION: CWS fwkbugfix04 (1.16.4); FILE MERGED 2004/12/20 13:47:12 as 1.16.4.1: #i39336# use svtools helper instead of sfx to handle shortcuts

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [54e45f56813de38fd35cc1374cb01420493b54d0]

        INTEGRATION: CWS fwkbugfix04 (1.2.156); FILE MERGED 2004/12/02 16:48:18 mba 1.2.156.1: #i31937#: use new API for Verbs

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [115f5ba5a1385a689f372e2823fff5e898470020]

        INTEGRATION: CWS fwkbugfix04 (1.5.4); FILE MERGED 2004/12/20 13:46:26 as 1.5.4.1: #i39336# use svtools helper instead of sfx to handle shortcuts

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [7cbcbba18a63060636fc423727247c11af6eb30a]

        INTEGRATION: CWS fwkbugfix04 (1.6.64); FILE MERGED 2004/12/20 13:45:29 as 1.6.64.1: #i39336# ignore KeyChar and KeyFunc for searching keys inside config

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [6d94408814a62b716048dfe5222393c2c54ccb59]

        INTEGRATION: CWS fwkbugfix04 (1.14.50); FILE MERGED 2004/12/15 12:55:21 mba 1.14.50.1: #i33585#: remove obsolete resources

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1270e18d665a63ca7202d5421c08799a50cd553d]

        INTEGRATION: CWS fwkbugfix04 (1.8.144); FILE MERGED 2004/12/15 12:24:06 mba 1.8.144.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [76f4a2678214761679c9efc4f41a0bc3b5c56532]

        INTEGRATION: CWS fwkbugfix04 (1.4.180); FILE MERGED 2004/12/15 12:54:11 mba 1.4.180.1: #i33585#: remove obsolete resources

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e83b349eca46bc1d150d3b0121a1341299680fa7]

        INTEGRATION: CWS fwkbugfix04 (1.2.380); FILE MERGED 2004/12/15 12:24:15 mba 1.2.380.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [67a73216c6474bd4f35ee2ab7db24e52a15f1f8f]

        INTEGRATION: CWS fwkbugfix04 (1.4.6); FILE MERGED 2004/12/16 08:43:03 mba 1.4.6.1: remove obsolete sfx headers

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b7f1b948a218667f0112cd289c6f728e36983297]

        INTEGRATION: CWS fwkbugfix04 (1.9.6); FILE MERGED 2004/12/16 08:51:44 mba 1.9.6.1: remove obsolete sfx headers

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [f286995c3844e296fc425068f4a5c5f6f7f8b961]

        INTEGRATION: CWS fwkbugfix04 (1.1.1.1.332); FILE MERGED 2004/12/16 08:40:03 mba 1.1.1.1.332.2: remove obsolete sfx headers 2004/12/15 12:15:40 mba 1.1.1.1.332.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [00b70ae77352cb82821250bb2596d236ece7242c]

        INTEGRATION: CWS fwkbugfix04 (1.19.58); FILE MERGED 2004/12/16 08:47:47 mba 1.19.58.1: remove obsolete sfx headers

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [45620a94315425bbb881e8b4a7673de1b096186d]

        INTEGRATION: CWS fwkbugfix04 (1.8.24); FILE MERGED 2004/12/15 06:00:10 mba 1.8.24.1: tbxmgr.hxx obsolete

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [02fa8bdf1e67be775d997c51d99e312c853f4ba5]

        INTEGRATION: CWS fwkbugfix04 (1.3.16); FILE MERGED 2004/12/15 06:00:09 mba 1.3.16.1: tbxmgr.hxx obsolete

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [5decf08c477fcc551a4e2f90c02d5f291fb73bcb]

        INTEGRATION: CWS fwkbugfix04 (1.24.24); FILE MERGED 2005/01/06 17:07:41 mba 1.24.24.2: RESYNC: (1.24-1.25); FILE MERGED 2004/12/15 05:51:03 mba 1.24.24.1: tbxmgr.hxx obsolete

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [c6422334ead94eeec4db779943674ccc039db99d]

        INTEGRATION: CWS fwkbugfix04 (1.5.340); FILE MERGED 2005/01/06 17:06:07 mba 1.5.340.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/15 12:56:32 mba 1.5.340.1: #i33585#: remove obsolete resources

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [864405aa55e25af8ff05d81cc85d9d745516a92c]

        INTEGRATION: CWS fwkbugfix04 (1.6.208); FILE MERGED 2004/12/14 22:31:34 mba 1.6.208.1: tbxmgr.hxx obsolete

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8d04d8a7c9cd951a31d3480742fb7bac33971017]

        INTEGRATION: CWS fwkbugfix04 (1.4.1140); FILE MERGED 2004/12/14 22:23:17 mba 1.4.1140.1: cfgitem.hxx obsolete

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8d13bf6c6f4250e52e7361322c28432165c4f81a]

        INTEGRATION: CWS fwkbugfix04 (1.10.16); FILE MERGED 2005/01/06 16:58:47 mba 1.10.16.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/10 09:17:28 as 1.10.16.1: #i38756# help isn't a module in real, cant be detected => catch the documented and thrown exception

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [412844a232c4a237abd7b256079bba0bd4ab6c88]

        INTEGRATION: CWS fwkbugfix04 (1.9.132); FILE MERGED 2005/01/06 16:58:36 mba 1.9.132.2: RESYNC: (1.9-1.10); FILE MERGED 2004/12/10 09:17:28 as 1.9.132.1: #i38756# help isn't a module in real, cant be detected => catch the documented and thrown exception

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [21f6453b0dd856bfcac65428eb3c371d32747871]

        INTEGRATION: CWS fwkbugfix04 (1.42.24); FILE MERGED 2005/01/07 22:35:25 mba 1.42.24.2: #100000#: wrong syntax for slofile caused problems building depfiles 2004/12/16 12:42:44 mba 1.42.24.1: #i38756#: catch exceptions

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8aa02b2e4f040029c634cc9c39e775ca080a8675]

        INTEGRATION: CWS fwkbugfix04 (1.4.16); FILE MERGED 2005/01/06 16:55:31 mba 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/10 09:17:28 as 1.4.16.1: #i38756# help isn't a module in real, cant be detected => catch the documented and thrown exception

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b3b27a79e5ba2dd72aeacfb34c0817d456ff5753]

        INTEGRATION: CWS fwkbugfix04 (1.3.398); FILE MERGED 2004/12/15 06:09:58 mba 1.3.398.1: removed obsolete headers

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [83cc2d9c92c611b2f241f35188d944d82aa1b335]

        INTEGRATION: CWS fwkbugfix04 (1.2.546); FILE MERGED 2004/12/15 06:09:58 mba 1.2.546.1: removed obsolete headers

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2fa2f1a5d6ea4a0a1cdf47f48b2e27343969df2f]

        INTEGRATION: CWS fwkbugfix04 (1.10.16); FILE MERGED 2005/01/06 16:53:55 mba 1.10.16.3: RESYNC: (1.10-1.12); FILE MERGED 2004/12/16 12:27:40 mba 1.10.16.2: remove obsolete sfx headers 2004/12/10 09:17:27 as 1.10.16.1: #i38756# help isn't a module in real, cant be detected => catch the documented and thrown exception

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [96c3cb4170533380250e752934652c69aebf66e7]

        INTEGRATION: CWS fwkbugfix04 (1.4.650); FILE MERGED 2004/12/15 12:53:17 mba 1.4.650.1: #i33585#: remove obsolete resources

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [01ffa39815016dc62374228012d52b7c974e62f8]

        INTEGRATION: CWS fwkbugfix04 (1.3.332); FILE MERGED 2004/12/14 22:41:29 mba 1.3.332.1: tbxmgr.hxx obsolete

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [3742f4e0431f9e507e4487d028086e66c9735789]

        INTEGRATION: CWS fwkbugfix04 (1.45.64); FILE MERGED 2004/12/15 13:00:54 mba 1.45.64.1: #i33585#: remove obsolete resources

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ca0305b2760bffd503bf93a43e129bd982188ec6]

        INTEGRATION: CWS fwkbugfix04 (1.8.156); FILE MERGED 2004/12/07 14:37:21 mba 1.8.156.1: #i38334#: get rid of all code using SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1471150bdba676d007a06f2ff6483656eb6dd2fd]

        INTEGRATION: CWS fwkbugfix04 (1.5.38); FILE MERGED 2005/01/09 12:53:00 mba 1.5.38.1: #i33168#: wrong template flag used

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [d028ff81e7fd9b47edf7d642094c669feee39465]

        INTEGRATION: CWS fwkbugfix04 (1.35.64); FILE MERGED 2004/12/15 13:12:18 mba 1.35.64.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [642995b901313de94f0c488526c1d4ef6e4eb465]

        INTEGRATION: CWS fwkbugfix04 (1.80.38); FILE MERGED 2004/12/07 14:37:12 mba 1.80.38.1: #i38334#: get rid of all code using SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [bb323066b4f113d4ed3ce9c2d287a337489a2e3d]

        INTEGRATION: CWS fwkbugfix04 (1.4.290); FILE MERGED 2004/12/16 20:19:37 mba 1.4.290.1: remove obsolete sfx headers

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [d51c4a8c587e884f99e0834f7b37f7b4a5d9ff0c]

        INTEGRATION: CWS fwkbugfix04 (1.47.38); FILE MERGED 2004/12/16 15:16:49 mba 1.47.38.2: remove obsolete sfx headers 2004/12/15 13:12:03 mba 1.47.38.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [31f0ac783be586acb3c97453fb99a62413e33945]

        INTEGRATION: CWS fwkbugfix04 (1.7.174); FILE MERGED 2004/12/07 14:38:01 mba 1.7.174.1: #i32543#: wrong openmode for stream

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [851a0de6a689b471d13852aa46fd4438ca18153c]

        INTEGRATION: CWS fwkbugfix04 (1.6.198); FILE MERGED 2004/12/15 13:00:18 mba 1.6.198.1: #i33585#: remove obsolete resources

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [533c28911480e8545a8d48d4897dcb30f593daf5]

        INTEGRATION: CWS mav14 (1.4.14); FILE MERGED 2004/12/10 16:35:29 mav 1.4.14.1: #i37646# support a standalone server for oasis format

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1630ad3db578f7df77e924d6e59d557021cfd900]

        INTEGRATION: CWS mav14 (1.4.14); FILE MERGED 2004/12/10 16:35:28 mav 1.4.14.1: #i37646# support a standalone server for oasis format

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [65f065de30db841da4256dec0acb86a50e3c6830]

        INTEGRATION: CWS mav14 (1.4.14); FILE MERGED 2004/12/10 16:35:27 mav 1.4.14.1: #i37646# support a standalone server for oasis format

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e268a2bcc0154b982fee0d5dbc8b80f1cb520596]

        INTEGRATION: CWS mav14 (1.5.14); FILE MERGED 2004/12/10 16:35:25 mav 1.5.14.1: #i37646# support a standalone server for oasis format

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2e9bf1776d5dc40dcb792ed4a0f6df7cedd26f1c]

        INTEGRATION: CWS mav14 (1.4.14); FILE MERGED 2004/12/10 16:35:25 mav 1.4.14.1: #i37646# support a standalone server for oasis format

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [480ca11c1ad3c3d330242b1c57b95bcf2ee26270]

        INTEGRATION: CWS mav14 (1.1.2); FILE ADDED 2004/11/23 12:11:22 mav 1.1.2.1: #i37646# allow to use oasis format with ole server

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [cf85a4371804709848e56b90e1fc16f56d17708b]

        INTEGRATION: CWS mav14 (1.2.110); FILE MERGED 2004/12/10 00:44:38 mav 1.2.110.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/09 13:20:36 mav 1.2.110.1: #i33996# workaround to view MSOLE objects for wich no server is available

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e821f6351f6b240f6fadf4242cd44e6a10c06675]

        INTEGRATION: CWS mav14 (1.137.14); FILE MERGED 2005/01/05 09:58:11 mav 1.137.14.4: #100000# resync problem 2004/12/10 00:39:01 mav 1.137.14.3: RESYNC: (1.137-1.145); FILE MERGED 2004/12/03 16:26:12 mav 1.137.14.2: #i37455# check whether the document is readonly 2004/11/25 12:58:50 mav 1.137.14.1: #i37831# update the graphical representation on saving if the object is active

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [82d43c2e0d8b9afa441452d4b527766aaafa06fe]

        INTEGRATION: CWS pj16 (1.8.10); FILE MERGED 2005/01/09 16:54:31 pjanik 1.8.10.1: #i40179#: FreeBSD also need to define NP_LINUX, doesn't have -ldl.
        
        From NAKATA Maho.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b6eae5ee175d7fd598977cb312bef202407ef851]

        INTEGRATION: CWS fwkbugfix04 (1.36.16); FILE MERGED 2004/12/15 12:58:12 mba 1.36.16.1: #i33585#: remove obsolete resources

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2c4fcd256c49c06f0f22c77a1cd21105f22f5f54]

        INTEGRATION: CWS mav14 (1.35.108); FILE MERGED 2005/01/03 15:00:10 mav 1.35.108.2: RESYNC: (1.35-1.37); FILE MERGED 2004/12/03 15:27:18 mav 1.35.108.1: #i33673# no need to open storage with write access

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [d3fb1cf5a3f392c4030b34fa2008a8bfcbdb153f]

        INTEGRATION: CWS fwkbugfix04 (1.30.16); FILE MERGED 2005/01/06 22:52:10 mba 1.30.16.1: obsolete sfx classes removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [a2e5fffb98a40d49e321ee0d307bbbe5e4ef9577]

        INTEGRATION: CWS pj16 (1.4.30); FILE MERGED 2005/01/09 16:51:58 pjanik 1.4.30.1: #i40179#: FreeBSD needs to link with -lcompat, because re_comp is defined in it.
        
        From NAKATA Maho.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [4f88aac0d8ed0cb3db5c881a23cd29294f16dac4]

        INTEGRATION: CWS mav14 (1.82.106); FILE MERGED 2005/01/03 14:57:26 mav 1.82.106.3: RESYNC: (1.83-1.84); FILE MERGED 2004/12/10 00:30:27 mav 1.82.106.2: RESYNC: (1.82-1.83); FILE MERGED 2004/11/29 16:11:43 mav 1.82.106.1: #i35475# embedded links should be in link dialog as well

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [536ecc180cd28c44108be83b95c8f188e1e95bb8]

        INTEGRATION: CWS fwkbugfix04 (1.6.18); FILE MERGED 2005/01/09 12:52:29 mba 1.6.18.1: #i33168#: wrong template flag used

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [cd68b491790e8df1d1e79916be9441e194f08c3c]

        INTEGRATION: CWS mav14 (1.2.330); FILE MERGED 2005/01/11 13:34:24 sw 1.2.330.1: #i36993#

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [efa77fb603d2c183fce2c432406635f9cbf108f3]

        INTEGRATION: CWS fwkbugfix04 (1.4.190); FILE MERGED 2004/12/15 12:06:59 mba 1.4.190.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [260ac412b6d68c5352e0c9b5d03206068ad87689]

        INTEGRATION: CWS fwkbugfix04 (1.10.106); FILE MERGED 2004/12/09 08:23:15 mba 1.10.106.1: #i29606#: inserting of files not in own format enabled

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [461e231b6925ac733d14a7d4c2b4e0151db98945]

        INTEGRATION: CWS pj16 (1.12.40); FILE MERGED 2005/01/09 17:03:17 pjanik 1.12.40.1: #i40229#: Use soname for dlopening libGL.
        
        From Rene Engelhard.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [c49cb8f86c327bc70eaea78392c63d0aabba98b8]

        INTEGRATION: CWS fwkbugfix04 (1.19.106); FILE MERGED 2004/12/15 12:06:10 mba 1.19.106.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [cae2d25010554d14f56a88ed27cf1b532320176d]

        INTEGRATION: CWS fwkbugfix04 (1.3.294); FILE MERGED 2004/12/09 08:22:02 mba 1.3.294.1: #i29606#: inserting of files not in own format enabled

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b48edbd5a1a85a43d7212279a53da350a55da0f5]

        INTEGRATION: CWS fwkbugfix04 (1.38.16); FILE MERGED 2004/12/15 12:10:16 mba 1.38.16.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [4450b4298090a2c77c3a1d11879ccdee58659683]

        INTEGRATION: CWS fwkbugfix04 (1.32.16); FILE MERGED 2004/12/15 12:10:16 mba 1.32.16.3: obsolete sfx headers removed 2004/12/08 11:00:06 mba 1.32.16.2: #i29606#: inserting of PowerPoint and binary files 2004/12/06 18:24:13 mba 1.32.16.1: #i29606#: inserting of files not in own format enabled

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [952ca4f48e39067c4a13613e86b5bc4bf6e9bdb4]

        INTEGRATION: CWS fwkbugfix04 (1.64.16); FILE MERGED 2004/12/15 13:05:09 mba 1.64.16.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b701b0ca975e3a029e5d93a3d52da8e95187baf7]

        INTEGRATION: CWS pj16 (1.71.32); FILE MERGED 2005/01/14 05:33:50 pjanik 1.71.32.2: #i40321#: Add another missing dependency. 2005/01/10 22:22:40 pjanik 1.71.32.1: #i40321#: Add missing dependency.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [6b9fcfe6a651c9116f8984e22844d80b6ac0746c]

        INTEGRATION: CWS mav14 (1.2.16); FILE MERGED 2004/12/09 13:23:04 mav 1.2.16.1: #i33996# allow to get ClassID from the storage

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [15d18c0fe820384435d842d4883bdd838f49f754]

        INTEGRATION: CWS fwkbugfix04 (1.19.88); FILE MERGED 2004/12/08 13:02:38 mba 1.19.88.3: RESYNC: (1.19-1.20); FILE MERGED 2004/12/08 10:59:06 mba 1.19.88.2: #i29606#: inserting of PowerPoint and binary files 2004/12/06 18:24:22 mba 1.19.88.1: #i29606#: inserting of files not in own format enabled

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [6b97020c4dc5dd7464620c862a48ace643e55a13]

        INTEGRATION: CWS fwkbugfix04 (1.6.106); FILE MERGED 2004/12/06 18:24:21 mba 1.6.106.1: #i29606#: inserting of files not in own format enabled

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [97bcfdf3b1d8c1bd3b76397a19c35b5e6825fc0b]

        INTEGRATION: CWS mav14 (1.10.24); FILE MERGED 2004/11/23 12:11:38 mav 1.10.24.1: #i37646# allow to use oasis format with ole server

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [21d31277470ec436a91d940f062f65433959ca06]

        INTEGRATION: CWS fwkbugfix04 (1.17.16); FILE MERGED 2004/12/15 13:02:50 mba 1.17.16.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [83ace15fb805a9c6beabb06e496ad87ee6ef5304]

        INTEGRATION: CWS fwkbugfix04 (1.40.46); FILE MERGED 2004/12/08 12:57:33 mba 1.40.46.2: RESYNC: (1.40-1.41); FILE MERGED 2004/12/06 18:21:48 mba 1.40.46.1: #i38334#: get rid of all code based on SfxConfigManager

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [f9c28c328426844b81262a6c8a9a98fd2300afb6]

        INTEGRATION: CWS fwkbugfix04 (1.17.16); FILE MERGED 2005/01/06 16:21:15 mba 1.17.16.2: RESYNC: (1.17-1.18); FILE MERGED 2004/12/15 13:13:13 mba 1.17.16.1: obsolete sfx headers removed

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [89f0171c36f876b27a5dfc7abf55298bdd2c3422]

        INTEGRATION: CWS fwkbugfix04 (1.68.14); FILE MERGED 2004/12/16 09:49:41 mba 1.68.14.1: remove obsolete sfx headers

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [59af21734d078322b00c95649d93a41692eaf634]

        INTEGRATION: CWS mav14 (1.2.88); FILE MERGED 2004/11/23 12:10:46 mav 1.2.88.1: #i37646# allow to use oasis format with ole server

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [5af82897cd9d072eb616596deaf6cde7f6b977d5]

        INTEGRATION: CWS mav14 (1.5.26); FILE MERGED 2004/11/23 12:10:46 mav 1.5.26.1: #i37646# allow to use oasis format with ole server

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b98336af9cc8a4b104e8b906b944ab06bb412865]

        INTEGRATION: CWS fwkbugfix04 (1.7.112); FILE MERGED 2004/12/15 12:57:56 mba 1.7.112.1: #i33585#: remove obsolete resources

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1c8a2bb54126f3a5c0e725a419252376bddf445b]

        INTEGRATION: CWS mav14 (1.4.88); FILE MERGED 2004/11/23 12:10:45 mav 1.4.88.1: #i37646# allow to use oasis format with ole server

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [bb32f684c7a3c2a8ce48a02511e47d2572fdf30a]

        INTEGRATION: CWS pj16 (1.5.8); FILE MERGED 2005/01/09 16:42:00 pjanik 1.5.8.1: #i40184#: FreeBSD doesn't have alloca.h.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [36501f12b2cae243faf13752aa7a00014745e709]

        INTEGRATION: CWS mav14 (1.6.24); FILE MERGED 2005/01/05 10:51:06 mav 1.6.24.3: #100000# resync problem 2004/11/26 10:35:10 mav 1.6.24.2: #i37640# remove unused file 2004/11/25 17:18:52 mav 1.6.24.1: #i37640# MSOLE dialog must create ole object except the case of own format

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2292b018d28df022857e6dba4f32dc25315954b0]

        INTEGRATION: CWS mav14 (1.2.24); FILE MERGED 2005/01/05 11:06:12 mav 1.2.24.3: #100000# resync problem 2004/11/25 17:18:51 mav 1.2.24.2: #i37640# MSOLE dialog must create ole object except the case of own format 2004/11/23 12:25:30 mav 1.2.24.1: #i37646# allow to use oasis format with ole server

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e56a59e59830550c9556bd53b8e89c350db1790f]

        INTEGRATION: CWS pj16 (1.25.92); FILE MERGED 2005/01/12 20:09:07 pjanik 1.25.92.1: #i22198#: fix typo

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [a3f15c29e313e7f1705709a60c1fb0d83f89021b]

        INTEGRATION: CWS mav14 (1.1.2); FILE ADDED 2004/12/09 13:22:20 mav 1.1.2.1: #i33996# workaround to view MSOLE objects for wich no server is available

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [9caa6344a055745893736d93a367770544817857]

        INTEGRATION: CWS mav14 (1.1.2); FILE ADDED 2004/12/09 13:22:08 mav 1.1.2.1: #i33996# workaround to view MSOLE objects for wich no server is available

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b894e5b1ccbebb4d5a7ee9b90255f68d161fe2ed]

        INTEGRATION: CWS fwkbugfix04 (1.9.12); FILE MERGED 2004/12/09 17:06:58 mba 1.9.12.1: #i37714#: missing insertbar

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2f9071ed793de8d3724b246e4169fd442aa73ca8]

        INTEGRATION: CWS mav14 (1.15.24); FILE MERGED 2005/01/05 11:06:12 mav 1.15.24.1: #100000# resync problem

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [0c8212a3304078451c741856af2668019fd306a8]

        INTEGRATION: CWS mav14 (1.13.24); FILE MERGED 2004/12/09 13:21:22 mav 1.13.24.1: #i33996# workaround to view MSOLE objects for wich no server is available

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [083a1ec72901afa51e63e001cc81709fa4388f89]

        INTEGRATION: CWS mav14 (1.7.24); FILE MERGED 2004/12/09 13:21:22 mav 1.7.24.1: #i33996# workaround to view MSOLE objects for wich no server is available

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [a321b1385bd3375407b3bd22b2d03e428f5da542]

        INTEGRATION: CWS mav14 (1.19.24); FILE MERGED 2005/01/05 11:06:12 mav 1.19.24.2: #100000# resync problem 2004/12/09 13:21:21 mav 1.19.24.1: #i33996# workaround to view MSOLE objects for wich no server is available

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [126e0b4dda48795dab27048094af42ef3bd02daa]

        INTEGRATION: CWS mav14 (1.7.24); FILE MERGED 2004/12/09 13:21:21 mav 1.7.24.2: #i33996# workaround to view MSOLE objects for wich no server is available 2004/11/25 17:18:51 mav 1.7.24.1: #i37640# MSOLE dialog must create ole object except the case of own format

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [82a263d374902a2b3fabaf28aab6b647c50ede0d]

        INTEGRATION: CWS fwkbugfix04 (1.3.48); FILE MERGED 2005/01/14 12:46:43 mba 1.3.48.4: #i35503#: detect templates only if asked for 2005/01/07 06:17:06 mba 1.3.48.3: syntax error after resync 2004/12/10 23:05:40 mba 1.3.48.2: #i35505#: detect templates only if asked for 2004/12/10 22:53:19 mba 1.3.48.1: #i35505#: detect templates only if asked for

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [dfc9807bad4aca149e14079baf6d82a6198544b3]

        INTEGRATION: CWS mav14 (1.11.24); FILE MERGED 2004/12/09 13:21:20 mav 1.11.24.1: #i33996# workaround to view MSOLE objects for wich no server is available

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2f09f3edb91562d389a61f9cf014ebfca4bb23af]

        INTEGRATION: CWS fwkbugfix04 (1.4.48); FILE MERGED 2005/01/07 08:34:20 mba 1.4.48.3: removed too much... 2005/01/06 17:45:47 mba 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/10 22:26:20 mba 1.4.48.1: #i38655#: no macroexecution while loading binary formats

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [18694810fdfd9a628dfb6bbafeaa28ffcea07156]

        INTEGRATION: CWS mav14 (1.13.12); FILE MERGED 2005/01/06 16:07:05 mav 1.13.12.4: #i35475# fix reload of the link 2004/12/09 18:49:45 mav 1.13.12.3: RESYNC: (1.13-1.16); FILE MERGED 2004/12/02 11:23:30 mav 1.13.12.2: #i37642# XEmbedPersist has to be supported by links for now although it makes no effect on the link 2004/11/29 16:03:27 mav 1.13.12.1: #i35475# allow to break links

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8ee59249dec66435b947fd8ae4f499b608481fb4]

        INTEGRATION: CWS mav14 (1.2.116); FILE MERGED 2005/01/04 16:57:16 mav 1.2.116.3: #100000# resync problems 2004/12/09 18:46:13 mav 1.2.116.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/25 13:01:29 mav 1.2.116.1: #i37831# some static helper methods

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ca0547fc3242d429f64909b5e8c26edcbb814250]

        INTEGRATION: CWS pj16 (1.31.4); FILE MERGED 2005/01/09 16:37:29 pjanik 1.31.4.1: #i37731#: Remove LINK variable from the environment. It should be set in the solenv/inc/unx*.mk file.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e344a1dfe11ff46736b08699115319fe5329ffea]

        INTEGRATION: CWS pj16 (1.5.12); FILE MERGED 2005/01/14 17:57:56 pjanik 1.5.12.1: #i40178#: FreeBSD porting: catch up recent version of bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
        
        From NAKATA Maho.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [659012e2d4dc9f475851bc3b868b33ea201b3ea8]

        INTEGRATION: CWS pj16 (1.2.168); FILE MERGED 2005/01/14 17:57:50 pjanik 1.2.168.1: #i40178#: FreeBSD porting: catch up recent version of bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
        
        From NAKATA Maho.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [a41fc473700f19d23db716c70530ec1c8dd081af]

        INTEGRATION: CWS pj16 (1.2.168); FILE MERGED 2005/01/14 17:57:45 pjanik 1.2.168.1: #i40178#: FreeBSD porting: catch up recent version of bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
        
        From NAKATA Maho.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [4f22470152367afc033ed2e620eb809455b46aa5]

        INTEGRATION: CWS pj16 (1.4.158); FILE MERGED 2005/01/14 17:57:41 pjanik 1.4.158.1: #i40178#: FreeBSD porting: catch up recent version of bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
        
        From NAKATA Maho.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [56c0add9db31bf4a3c8d4cf6f6fff0cb32f030cd]

        INTEGRATION: CWS pj16 (1.3.158); FILE MERGED 2005/01/14 17:57:36 pjanik 1.3.158.1: #i40178#: FreeBSD porting: catch up recent version of bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
        
        From NAKATA Maho.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [aae5d7cad1f37c8044344bada171d5a5094dea11]

        INTEGRATION: CWS pj16 (1.11.122); FILE MERGED 2005/01/14 17:56:35 pjanik 1.11.122.1: #i40182#: FreeBSD porting: catch up recent version of solenv/inc/unxfbsdi.mk (unxlngi6.mk).
        
        From NAKATA Maho.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [0f6147e49566de69c7be0fbfd006115e3c49a841]

        INTEGRATION: CWS mav14 (1.8.122); FILE MERGED 2005/01/07 11:47:12 mav 1.8.122.1: #i40022# register activex control for oasis documents

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [934c7fab2d82323f31dba7fc17eb6e097d8064a1]

        INTEGRATION: CWS mav14 (1.5.18); FILE MERGED 2005/01/07 12:22:29 mav 1.5.18.1: #i40022# register activex control for oasis documents

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [c562d1138a11595ab948b092522974d766b1db82]

        INTEGRATION: CWS mav14 (1.15.32); FILE MERGED 2005/01/05 17:16:27 mav 1.15.32.1: #i39895# ignore the class id provided in the object name

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [da0f24835c2aabfad27ac00c95f0a2665de8c6d1]

        INTEGRATION: CWS mav14 (1.123.32); FILE MERGED 2005/01/07 18:23:18 mav 1.123.32.1: #i39895# try to set the size always

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [fe71ccf1b865d47fce99d9517fbd605cfb8c4474]

        INTEGRATION: CWS mav14 (1.21.32); FILE MERGED 2005/01/06 13:00:54 mav 1.21.32.1: #i35475# support embedded links

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [43b4c2a400561a0788a97f39ebb52ce7e3a043f5]

        INTEGRATION: CWS mav14 (1.13.34); FILE MERGED 2005/01/06 13:00:54 mav 1.13.34.1: #i35475# support embedded links

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [17c0259cc9829d3a7e8e19fc8615694a42a88fda]

        INTEGRATION: CWS mav14 (1.48.58); FILE MERGED 2005/01/07 17:30:20 mav 1.48.58.4: #i39895# insert object to the new model 2005/01/07 16:41:48 mav 1.48.58.3: #i39895# insert object to the new model 2005/01/07 13:31:10 mav 1.48.58.2: #i39895# provide the new container after move 2005/01/06 12:59:45 mav 1.48.58.1: #i35475# support embedded links

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [dd4446d97082528209b23099e4ae9ba41aee315c]

        INTEGRATION: CWS mav14 (1.10.182); FILE MERGED 2004/12/09 23:19:55 mav 1.10.182.3: RESYNC: (1.10-1.11); FILE MERGED 2004/11/24 16:31:14 mav 1.10.182.2: #i37646# oasis types on export 2004/11/23 14:51:09 mav 1.10.182.1: #i37646# allow to use oasis format with ole server

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [5128955e511181547c4e28a03d413380c7bc792b]

        INTEGRATION: CWS mav14 (1.105.82); FILE MERGED 2004/12/09 23:19:46 mav 1.105.82.2: RESYNC: (1.105-1.108); FILE MERGED 2004/11/23 14:51:09 mav 1.105.82.1: #i37646# allow to use oasis format with ole server

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8fc645b0cb4aae120820cdf07e5780795ae86260]

        INTEGRATION: CWS mav14 (1.16.156); FILE MERGED 2005/01/06 14:09:32 mav 1.16.156.4: #i35475# support embedded links 2005/01/06 13:25:05 mav 1.16.156.3: #i35475# support embedded links 2004/12/09 20:55:17 mav 1.16.156.2: RESYNC: (1.16-1.17); FILE MERGED 2004/12/01 11:20:23 mav 1.16.156.1: #i35475# handle embedded links by link dialog

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2385d4cd9cca38e5b7fb10f56970733fe2af3c7b]

        INTEGRATION: CWS mav14 (1.8.158); FILE MERGED 2005/01/06 14:07:41 mav 1.8.158.4: #i35475# support embedded links 2005/01/06 13:19:37 mav 1.8.158.3: #i35475# support embedded links 2004/12/09 20:28:43 mav 1.8.158.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/01 11:20:22 mav 1.8.158.1: #i35475# handle embedded links by link dialog

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [562c922242baf4e5446eddcdf2f5f9e7956bb2ae]

        INTEGRATION: CWS solarisgcc01 (1.27.2); FILE MERGED 2004/12/11 13:21:11 pjanik 1.27.2.1: #i34342#: Add changes for Solaris gcc on x86.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1c0a692c8f5758bc247c911c685d4d64992cb6e1]

        INTEGRATION: CWS solarisgcc01 (1.78.2); FILE MERGED 2004/12/11 13:12:18 pjanik 1.78.2.1: #i34342#: Use GNU ld on Solaris/x86 with gcc.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [444160e77a95793e4b134c5331a1f37a2f1db1d1]

        INTEGRATION: CWS solarisgcc01 (1.61.4); FILE MERGED 2004/12/11 13:13:39 pjanik 1.61.4.1: #i34342#: Use GNU ld on Solaris/x86 with gcc.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [3e5a9c073df5ebb701f56c1995756b3890009369]

        INTEGRATION: CWS solarisgcc01 (1.1.2); FILE ADDED 2004/12/11 13:47:12 pjanik 1.1.2.1: #i35818#: Add cpp uno files for gcc on Solaris/x86.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ecb4ce445773821f81581ff478233b33133d1ec8]

        INTEGRATION: CWS solarisgcc01 (1.1.2); FILE ADDED 2004/12/11 13:47:06 pjanik 1.1.2.1: #i35818#: Add cpp uno files for gcc on Solaris/x86.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [66ca57c45f98237eb07a5ff53f9a767d46b4b0fe]

        INTEGRATION: CWS solarisgcc01 (1.1.2); FILE ADDED 2004/12/11 13:47:01 pjanik 1.1.2.1: #i35818#: Add cpp uno files for gcc on Solaris/x86.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b31cb4d921c66bab63f77f7b2d11bdb0ed047b4e]

        INTEGRATION: CWS solarisgcc01 (1.1.2); FILE ADDED 2004/12/11 13:46:56 pjanik 1.1.2.1: #i35818#: Add cpp uno files for gcc on Solaris/x86.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e17c48797e6b44bda00faa7611ada8d96ba43f53]

        INTEGRATION: CWS solarisgcc01 (1.1.2); FILE ADDED 2004/12/11 13:46:50 pjanik 1.1.2.1: #i35818#: Add cpp uno files for gcc on Solaris/x86.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ef954b554f362c4240fe582e87fc5e50917f732b]

        INTEGRATION: CWS solarisgcc01 (1.29.30); FILE MERGED 2004/12/11 13:46:43 pjanik 1.29.30.1: #i35818#: Add cpp uno files for gcc on Solaris/x86.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1ad348ea9c554a08cb516aba134cfcf7cd43bfff]

        INTEGRATION: CWS solarisgcc01 (1.1.2); FILE ADDED 2004/12/11 13:03:09 pjanik 1.1.2.1: #i34341#: Add environment file for Solaris gcc on x86.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [88b6a7aef0d537369c2094b8370e022ac061c3f0]

        INTEGRATION: CWS solarisgcc01 (1.26.52); FILE MERGED 2004/12/11 13:01:47 pjanik 1.26.52.1: #i34341#: Add environment file for Solaris gcc on x86.
        
        Submitted by: TANIGUCHI Yasuaki.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [435e480b28f87f52b3ffce693f5c0d264dfbf7f0]

        INTEGRATION: CWS xmlsec07 (1.52.6); FILE MERGED 2005/01/10 10:15:03 pb 1.52.6.3: fix: #i38642# storage for macrowarning set 2004/12/22 09:22:33 mt 1.52.6.2: RESYNC: (1.52-1.53); FILE MERGED 2004/12/09 13:46:27 mav 1.52.6.1: #i38474# if object has no storage and is not explicitly set to modified state it is not modified

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [3cb71cce0f544069a517140a21503b567162cca6]

        INTEGRATION: CWS xmlsec07 (1.24.6); FILE MERGED 2005/01/10 11:02:09 pb 1.24.6.3: fix: #i38744# more space for button text 2004/12/22 09:21:25 mt 1.24.6.2: RESYNC: (1.24-1.25); FILE MERGED 2004/12/14 11:38:31 pb 1.24.6.1: fix: #i38744# dynamic length of buttons

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [0ab43e7847a157ad44d504c18398c54fb6965711]

        INTEGRATION: CWS xmlsec07 (1.73.6); FILE MERGED 2004/12/22 09:22:41 mt 1.73.6.3: RESYNC: (1.73-1.74); FILE MERGED 2004/12/09 13:27:00 pb 1.73.6.2: fix: #i38384# mix of doc- and macro-signature resolved 2004/12/06 16:31:09 mt 1.73.6.1: #i37757# Removed an other MAV09 HACK

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [601dfd4f1d46f5ad02fedbffbb49d2ae726a7729]

        INTEGRATION: CWS mbu2 (1.83.24); FILE MERGED 2005/01/05 09:03:30 mbu 1.83.24.1: #i37165

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8bce1a6678fed134418c50491583adbc7094bf15]

        INTEGRATION: CWS xmlsec07 (1.150.6); FILE MERGED 2005/01/10 11:41:11 mt 1.150.6.4: RESYNC: (1.153-1.154); FILE MERGED 2005/01/04 09:46:24 mav 1.150.6.3: #i37769# new document can have no version 2004/12/22 09:21:43 mt 1.150.6.2: RESYNC: (1.150-1.153); FILE MERGED 2004/12/06 16:31:08 mt 1.150.6.1: #i37757# Removed an other MAV09 HACK

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b329fe69ab20da7ae5c748cdf3dcd214e92ccc63]

        INTEGRATION: CWS xmlsec07 (1.44.130); FILE MERGED 2004/12/14 11:35:23 pb 1.44.130.1: fix: #i38744# use svtools/controldims.hrc

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [f5c8ad364bbff8bcc32e0ba18bb4d4f887b4f6e2]

        INTEGRATION: CWS industrial01 (1.14.8); FILE MERGED 2005/01/05 14:35:20 mmeeks 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED 2005/01/05 14:00:37 mmeeks 1.14.8.1: Issue number: #i39341# Submitted by: mmeeks Reviewed by:  is
        
        Add macro-generated file_images_ooo for configurable icon build / packaging

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [4361fc861fd4ba763f11dab0140a82e8dec82da1]

        INTEGRATION: CWS industrial01 (1.13.36); FILE MERGED 2005/01/05 14:00:38 mmeeks 1.13.36.1: Issue number: #i39341# Submitted by: mmeeks Reviewed by:  is
        
        Add macro-generated file_images_ooo for configurable icon build / packaging

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [6eaf4b35bf231161cacb7e34b243fcc68b241d67]

        INTEGRATION: CWS industrial01 (1.29.2); FILE MERGED 2004/12/20 17:26:43 mmeeks 1.29.2.1: Issue number: #i39341# Submitted by: mmeeks
        
        Add --with-images= ... -> CUSTOM_IMAGE_SETS piece.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [6ab383f3db8f656e6d9eb58949ed9b92cceed859]

        INTEGRATION: CWS xmlsec07 (1.4.16); FILE MERGED 2004/12/24 00:42:09 mmi 1.4.16.1: Fix the time problem Issue number:  38640 Submitted by:  mmi Reviewed by:

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b84ede0ab8020e23eac1dbe2c05682f2d099895e]

        INTEGRATION: CWS industrial01 (1.80.2); FILE MERGED 2004/12/20 17:26:43 mmeeks 1.80.2.1: Issue number: #i39341# Submitted by: mmeeks
        
        Add --with-images= ... -> CUSTOM_IMAGE_SETS piece.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b147b7f47a6eb56508160c132eb82c7aadc06248]

        INTEGRATION: CWS xmlsec07 (1.5.2); FILE MERGED 2004/12/24 00:42:09 mmi 1.5.2.1: Fix the time problem Issue number:  38640 Submitted by:  mmi Reviewed by:

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1fcc6c2e2603171247d67ae3842c203022f7e8f0]

        INTEGRATION: CWS xmlsec07 (1.3.2); FILE MERGED 2004/12/10 10:58:18 pb 1.3.2.2: fix: #i38637# #i38641# zeigen -> anzeigen 2004/12/06 11:38:34 pb 1.3.2.1: fix: #i38043# #i38046# typo removed, consistent to spec

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [df2ccf106f8bacbfd53f7357f2483b41a6ad0a29]

        INTEGRATION: CWS industrial01 (1.8.46); FILE MERGED 2004/12/20 17:31:27 mmeeks 1.8.46.1: Issue number: #i39341# Submitted by: mmeeks Allow multiple custom icon paths.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [82bec358c91383e6f5020d87178712af18564d4b]

        INTEGRATION: CWS xmlsec07 (1.10.2); FILE MERGED 2004/12/10 10:59:31 pb 1.10.2.1: fix: #i38637# #i38641# length of buttons and fixedtext variable

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [eb2fb00acf922cc8f826fea70ca107138060abb6]

        INTEGRATION: CWS xmlsec07 (1.7.2); FILE MERGED 2004/12/10 10:59:31 pb 1.7.2.1: fix: #i38637# #i38641# length of buttons and fixedtext variable

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [061f252a44bbfb76ba0acadc1ef759e50138c223]

        INTEGRATION: CWS xmlsec07 (1.15.2); FILE MERGED 2004/12/17 15:12:05 pb 1.15.2.2: fix: #i38638# if CN part not exists then try OU, O and E 2004/12/10 10:59:31 pb 1.15.2.1: fix: #i38637# #i38641# length of buttons and fixedtext variable

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [98c9035c9419ff55005ecfcc1f5d098f22c7e5ec]

        INTEGRATION: CWS mbu2 (1.56.388); FILE MERGED 2005/01/05 08:52:23 mbu 1.56.388.1: #i4279

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [fc449ebd2836252d6f6daf73ab6fbf715adfc5b2]

        INTEGRATION: CWS mbu2 (1.83.124); FILE MERGED 2005/01/05 08:52:22 mbu 1.83.124.1: #i4279

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [81d15f8462dbac204da23e9115e11a8b0b961669]

        INTEGRATION: CWS xmlsec07 (1.3.2); FILE MERGED 2004/12/10 10:58:18 pb 1.3.2.1: fix: #i38637# #i38641# zeigen -> anzeigen

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [9ff6641a3a9b2e9ba3b90951537988fa13473855]

        INTEGRATION: CWS xmlsec07 (1.16.2); FILE MERGED 2004/12/14 11:42:34 pb 1.16.2.1: fix: #i38744# time support again

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [003b122819b708151c9078a96a85a56a4d84244c]

        INTEGRATION: CWS xmlsec07 (1.7.2); FILE MERGED 2004/12/10 10:56:38 pb 1.7.2.1: fix: #i38637# #i38641# certpath page: mpParent and mbFirstActiveDone added

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e29c83fbe1399a6a145947be7601b8389258c5c9]

        INTEGRATION: CWS mbu2 (1.50.72); FILE MERGED 2005/01/05 09:07:09 mbu 1.50.72.1: #i22746

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [93a972ee50109e9757f8af6478686eb9e1be5197]

        INTEGRATION: CWS mbu2 (1.26.202); FILE MERGED 2005/01/05 09:06:46 mbu 1.26.202.1: #i32157

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e97536b8091fc1fbdcd82d5342bfaf6f45d41123]

        INTEGRATION: CWS mbu2 (1.61.72); FILE MERGED 2005/01/05 09:06:07 mbu 1.61.72.1: #i30013

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ac5e43dc728c1c7db3549dadadf8c5929165fef4]

        INTEGRATION: CWS mbu2 (1.17.94); FILE MERGED 2005/01/05 09:05:29 mbu 1.17.94.1: #i37684

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [091e45744ca3c122dbbb64beaaed04ea2ad71477]

        INTEGRATION: CWS mbu2 (1.39.74); FILE MERGED 2005/01/05 09:04:47 mbu 1.39.74.1: fixed memory leak

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [37395273d98a7f3a2e0ea155ec24c912f0c858da]

        INTEGRATION: CWS mbu2 (1.20.200); FILE MERGED 2005/01/12 12:22:27 mbu 1.20.200.2: touching up #i29603 2005/01/05 09:04:03 mbu 1.20.200.1: #i29603

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [a740078e3f57a1995de6d4f98f8c3fbd62c282d8]

        INTEGRATION: CWS mbu2 (1.69.200); FILE MERGED 2005/01/06 14:51:01 mbu 1.69.200.3: calling CalcLayout() through FEShell instead of WrtShell 2005/01/06 13:44:52 mbu 1.69.200.2: wrtsh include modified 2005/01/05 09:02:32 mbu 1.69.200.1: #i34818

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [7eb45c99252004ac2e1ec747c131fbfd766fb7ad]

        INTEGRATION: CWS mbu2 (1.59.62); FILE MERGED 2005/01/05 09:01:41 mbu 1.59.62.1: #i36382

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [75d80a8e3e33c8039852912d202ca02e8cd159cc]

        INTEGRATION: CWS mbu2 (1.41.206); FILE MERGED 2005/01/05 09:00:52 mbu 1.41.206.1: #i29603

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [908d0a31194971fc4772c21dbe34d9fc51e746f2]

        INTEGRATION: CWS mbu2 (1.15.206); FILE MERGED 2005/01/05 09:00:01 mbu 1.15.206.1: #i29603

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [4375fab6f1973b9a4642253f949eb1f25cfeb617]

        INTEGRATION: CWS mbu2 (1.30.72); FILE MERGED 2005/01/05 08:59:13 mbu 1.30.72.1: #i29603

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [0664360167cf5715d51ff55bfe25254b0464a8bf]

        INTEGRATION: CWS mbu2 (1.9.62); FILE MERGED 2005/01/05 08:57:56 mbu 1.9.62.1: #i4279

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2034ae4f7561901994c1ffbfa66bfaa9cd337f6b]

        INTEGRATION: CWS mbu2 (1.10.864); FILE MERGED 2005/01/05 08:57:01 mbu 1.10.864.1: added GetDistance which calculates the true distance between point and rectangle

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [9d8f8c623485acb1e80d6c8bf43c4f106efbd1e7]

        INTEGRATION: CWS mbu2 (1.8.410); FILE MERGED 2005/01/05 08:56:16 mbu 1.8.410.1: added GetDistance which calculates the true distance between point and rectangle

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [653daba50a89045733027155072aa31fc245fabd]

        INTEGRATION: CWS mbu2 (1.47.92); FILE MERGED 2005/01/05 08:55:28 mbu 1.47.92.1: added GetContentFromPos

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [0acbc40aa39de93a8bf7afe78400baae42420aaa]

        INTEGRATION: CWS sb28 (1.13.50); FILE MERGED 2005/01/07 10:25:49 sb 1.13.50.2: #i32170# Imnproved documentation. 2005/01/05 14:09:13 sb 1.13.50.1: #i32170# Added documentation.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [3821bb967b9de624402631761ddd6150aabf5965]

        INTEGRATION: CWS sb28 (1.11.50); FILE MERGED 2005/01/07 10:25:48 sb 1.11.50.2: #i32170# Imnproved documentation. 2005/01/05 14:09:12 sb 1.11.50.1: #i32170# Added documentation.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [a0d7e784d8b0a4a442adb4e8dee3b941f415ca3c]

        INTEGRATION: CWS sb28 (1.12.18); FILE MERGED 2005/01/05 15:58:23 sb 1.12.18.1: #108675# Removed race between JavaThreadPoolFactory.add/removeJobQueue and JavaThreadPoolFactory.dispose; cleaned up JavaThreadPoolFactory class.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b3dee8e776dcd97fcfe45644c0b802fbfb1f47f2]

        INTEGRATION: CWS sb28 (1.4.18); FILE MERGED 2005/01/05 15:58:22 sb 1.4.18.1: #108675# Removed race between JavaThreadPoolFactory.add/removeJobQueue and JavaThreadPoolFactory.dispose; cleaned up JavaThreadPoolFactory class.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [874cb54b64f0471d5d94c4fd24b6dffd6345b64a]

        INTEGRATION: CWS sb28 (1.2.22); FILE MERGED 2005/01/03 16:38:01 sb 1.2.22.1: #i28722# Removed support for char and string constants.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [4b0bf7339b60f88a6dba4cf013ff7a8086a5cfcc]

        INTEGRATION: CWS sb28 (1.12.16); FILE MERGED 2005/01/03 16:38:00 sb 1.12.16.1: #i28722# Removed support for char and string constants.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [3107fd0b17cac2e8b8b1168c2ddce7a97fa62e84]

        INTEGRATION: CWS sb28 (1.10.8); FILE MERGED 2005/01/03 16:38:00 sb 1.10.8.1: #i28722# Removed support for char and string constants.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [217a4d47c2b9a84ecab1252391e69ad83c88ada6]

        INTEGRATION: CWS sb28 (1.11.4); FILE MERGED 2005/01/04 15:52:51 sb 1.11.4.1: #i28722# idlc -stdin did not work correctly.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [fd96c67a95cac9a115c19590ee2079ca8c2787eb]

        INTEGRATION: CWS sb28 (1.6.16); FILE MERGED 2005/01/03 16:38:00 sb 1.6.16.1: #i28722# Removed support for char and string constants.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [fa3a276d065ff08cd469fcce70b0497e4d12e7a7]

        INTEGRATION: CWS sb28 (1.5.20); FILE MERGED 2005/01/03 16:38:00 sb 1.5.20.1: #i28722# Removed support for char and string constants.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8e58425e98d670813aee783dcbf2b72687cb6c6f]

        INTEGRATION: CWS sb28 (1.2.16); FILE MERGED 2005/01/03 16:37:59 sb 1.2.16.1: #i28722# Removed support for char and string constants.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [f158b48e5d3baabdf42734a51f77d8be9c65405d]

        INTEGRATION: CWS sb28 (1.2.42); FILE MERGED 2005/01/07 14:28:37 sb 1.2.42.1: #i40084# Polymorphic struct types must not be instantiated over unsigned integer types.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [86ec0a6fa63e496764e4682b29dc32c827875be5]

        INTEGRATION: CWS sb28 (1.2.42); FILE MERGED 2005/01/07 14:28:36 sb 1.2.42.1: #i40084# Polymorphic struct types must not be instantiated over unsigned integer types.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b7c1a27addd0e6e26f90e753eec5672a4d1a3ac9]

        INTEGRATION: CWS cfgsmartcache (1.7.60); FILE MERGED 2005/01/12 15:32:41 jb 1.7.60.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [50a3047ffc9179e713cdb8e81b724e6691f0fe19]

        INTEGRATION: CWS res32bit2 (1.35.16); FILE MERGED 2005/01/17 16:38:23 pl 1.35.16.1: #i40403# make SetResMgr hack for ofa resource work again

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [bf3acfeaea39487afd145feacc4a4a85425c073b]

        INTEGRATION: CWS cfgsmartcache (1.6.60); FILE MERGED 2005/01/12 15:32:40 jb 1.6.60.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2b0d3e4702024ce2c6fd0626d68533964b38a4a3]

        INTEGRATION: CWS sb28 (1.4.8); FILE MERGED 2005/01/04 10:01:59 sb 1.4.8.1: #i38790# Suppress C++ compiler warnings about (un)signedness of -2^31 and -2^63 integer literals in generated .hdl files.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [8350cda11e8b57a3d462fa45dd2918ea55485aee]

        INTEGRATION: CWS cfgsmartcache (1.2.132); FILE MERGED 2005/01/12 15:32:40 jb 1.2.132.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [187f0f2da3c6d089b1bc2eef8e9ff12372842419]

        INTEGRATION: CWS sb28 (1.5.8); FILE MERGED 2005/01/04 10:01:59 sb 1.5.8.1: #i38790# Suppress C++ compiler warnings about (un)signedness of -2^31 and -2^63 integer literals in generated .hdl files.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [53e2903ce05ca5911b4a921a6a757ad6676a5416]

        INTEGRATION: CWS gtkfpicker2 (1.8.2); FILE MERGED 2004/12/20 13:22:08 cmc 1.8.2.3: RESYNC: (1.9-1.13); FILE MERGED 2004/10/27 19:53:04 cmc 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2004/09/16 11:48:08 cmc 1.8.2.1: #i34219# another cut at getting the gtk fpicker to not break the Hamburg build

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2d548bea50c2546d4ebeed5ba82702b079a74b77]

        INTEGRATION: CWS cfgsmartcache (1.4.34); FILE MERGED 2005/01/12 15:32:40 jb 1.4.34.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [d54db0a196908dbc1ee850e289d512967705e535]

        INTEGRATION: CWS sb28 (1.32.2); FILE MERGED 2005/01/04 16:35:51 sb 1.32.2.3: #i38790# Do not emit singed integer literals for unsigned integer types, to avoid C++ compiler warnings. 2005/01/04 10:20:43 sb 1.32.2.2: #i38790# Improved previous fix. 2005/01/04 10:01:58 sb 1.32.2.1: #i38790# Suppress C++ compiler warnings about (un)signedness of -2^31 and -2^63 integer literals in generated .hdl files.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [56a5ad52362ff9800c0c41373e4e6e77f212172c]

        INTEGRATION: CWS gtkfpicker2 (1.45.2); FILE MERGED 2004/12/20 13:20:50 cmc 1.45.2.4: RESYNC: (1.56-1.74); FILE MERGED 2004/10/27 19:52:42 cmc 1.45.2.3: RESYNC: (1.51-1.56); FILE MERGED 2004/10/06 17:31:22 cmc 1.45.2.2: RESYNC: (1.45-1.51); FILE MERGED 2004/09/16 11:48:08 cmc 1.45.2.1: #i34219# another cut at getting the gtk fpicker to not break the Hamburg build

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e5740b3d53d8d4aa1b4d49724fe9191b1cfa1e1a]

        INTEGRATION: CWS cfgsmartcache (1.3.70); FILE MERGED 2005/01/12 15:32:39 jb 1.3.70.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b234309c5515d8c444c6f6260832fa49cbad2be2]

        INTEGRATION: CWS sb28 (1.3.24); FILE MERGED 2005/01/06 09:12:20 sb 1.3.24.2: #i24735# Added documentation. 2005/01/04 14:13:55 sb 1.3.24.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [e0bc9804bb65e8fb9946474b02b670b3899e9e05]

        INTEGRATION: CWS cfgsmartcache (1.3.70); FILE MERGED 2005/01/13 20:37:17 jb 1.3.70.2: #i29264# Handle requests for no language (= default) correctly - i.e. require no locale 2005/01/12 15:32:39 jb 1.3.70.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [3158ae2dc0cdd0cc4a67c646398b20de74a4f0bd]

        INTEGRATION: CWS gtkfpicker2 (1.15.124); FILE MERGED 2004/12/20 12:14:17 cmc 1.15.124.2: RESYNC: (1.15-1.17); FILE MERGED 2004/11/02 11:42:58 cmc 1.15.124.1: #i34219# don't show enable system file dialog if not possible to launch system file dialog

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [973e448720bd356aeca911cf1622cd478fa3da6a]

        INTEGRATION: CWS sb28 (1.7.18); FILE MERGED 2005/01/06 09:13:58 sb 1.7.18.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2dabc2ffa5766cace132502d58ab2294d6c0d409]

        INTEGRATION: CWS cfgsmartcache (1.4.70); FILE MERGED 2005/01/12 15:32:39 jb 1.4.70.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [fff4c75eacef3089d4f9c0ee3378ca30e621df95]

        INTEGRATION: CWS sb28 (1.2.30); FILE MERGED 2005/01/06 09:13:58 sb 1.2.30.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [26ecb7afcde05b5a165f7269c1bd18b0b7ca02bf]

        INTEGRATION: CWS cfgsmartcache (1.4.22); FILE MERGED 2005/01/12 15:32:39 jb 1.4.22.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [363e999d36777c45bb429c37753e25b557861cb5]

        INTEGRATION: CWS sb28 (1.2.34); FILE MERGED 2005/01/04 14:13:54 sb 1.2.34.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [9a3511104c8ea169cd6824b7c9c8a20dd9916efc]

        INTEGRATION: CWS cfgsmartcache (1.2.132); FILE MERGED 2005/01/12 15:32:38 jb 1.2.132.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [523f5fe984ba7b125b8d1520684d4dfc0e723b4f]

        INTEGRATION: CWS sb28 (1.1.2); FILE ADDED 2005/01/04 14:14:34 sb 1.1.2.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [b568e05313768a9a831cae19ca4acb6e869d3c68]

        INTEGRATION: CWS cfgsmartcache (1.3.122); FILE MERGED 2005/01/12 15:32:38 jb 1.3.122.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [0addd015c3d3de69599883e97d8d424c2ef32ab5]

        INTEGRATION: CWS sb28 (1.19.10); FILE MERGED 2005/01/04 16:49:53 sb 1.19.10.2: #i24735# Fixed typos. 2005/01/04 14:13:54 sb 1.19.10.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [1b8836bd7bce5965513e95d821c8c84f427e0289]

        INTEGRATION: CWS os46 (1.25.324); FILE MERGED 2004/12/08 14:43:07 os 1.25.324.1: #i33296# detect Chinese simplified and Japanese numberings

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [2ce18f56f6db310f4f14bd5c72ee0290739f6dcf]

        INTEGRATION: CWS cfgsmartcache (1.10.22); FILE MERGED 2005/01/12 15:32:38 jb 1.10.22.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [445091f2006d7ff040960670bddcfb4866103514]

        INTEGRATION: CWS sb28 (1.6.24); FILE MERGED 2005/01/04 14:13:54 sb 1.6.24.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [f5f373c791b5a4b757421a0d940e4191ffe816e2]

        INTEGRATION: CWS cfgsmartcache (1.19.22); FILE MERGED 2005/01/13 20:38:54 jb 1.19.22.2: #i29264# Fix missing initialization 2005/01/12 15:32:38 jb 1.19.22.1: #i29624# Multilocale support for the binary cache

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [bb70bbda66077039f28479a040acb300f3e71ef3]

        INTEGRATION: CWS sb28 (1.1.100); FILE MERGED 2005/01/04 14:13:54 sb 1.1.100.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [32f8adc604d2a4fd7713c767dacb202cf1e0e7e2]

        INTEGRATION: CWS sb28 (1.13.24); FILE MERGED 2005/01/04 14:13:53 sb 1.13.24.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [cdedd53f4763520db5f7754ed98e17e037df31b4]

        INTEGRATION: CWS sb28 (1.6.24); FILE MERGED 2005/01/04 14:13:53 sb 1.6.24.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [106a6700d80de4714ec2dd1970891f6702be7f13]

        INTEGRATION: CWS gtkfpicker2 (1.5.2); FILE MERGED 2004/12/20 09:54:27 cmc 1.5.2.3: RESYNC: (1.5-1.9); FILE MERGED 2004/10/06 17:48:13 cmc 1.5.2.2: #i34219# update to using pkg_config.mk 2004/09/16 11:42:47 cmc 1.5.2.1: #i34219# another cut at getting the gtk fpicker to not break the Hamburg build

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ea03108b2c8c2c17da34f93345840b799c115822]

        INTEGRATION: CWS gtkfpicker2 (1.2.2); FILE MERGED 2004/12/20 09:53:56 cmc 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/16 11:42:46 cmc 1.2.2.1: #i34219# another cut at getting the gtk fpicker to not break the Hamburg build

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [c31355509388ae664e2e3548667de134cd5e06db]

        INTEGRATION: CWS gtkfpicker2 (1.2.2); FILE MERGED 2004/09/16 11:42:46 cmc 1.2.2.1: #i34219# another cut at getting the gtk fpicker to not break the Hamburg build

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [ccd902a05546db7c72364f90773bffe2e58895a6]

        INTEGRATION: CWS gtkfpicker2 (1.2.2); FILE MERGED 2004/09/16 11:42:45 cmc 1.2.2.1: #i34219# another cut at getting the gtk fpicker to not break the Hamburg build

2005-01-18  Kurt Zenker  <kz@openoffice.org>  [018922767a8f56de7856d7036349e54510503753]

        INTEGRATION: CWS gtkfpicker2 (1.2.2); FILE MERGED 2004/12/20 09:53:48 cmc 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2004/12/02 16:47:28 cmc 1.2.2.2: that's one hell of an odd way to want multiselect 2004/09/16 11:42:45 cmc 1.2.2.1: #i34219# another cut at getting the gtk fpicker to not break the Hamburg build

2005-01-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9b033183b06259048fbabeba184eab69a7db5b53]

        #i40303# remove obsolete STAR_REGISTRY; make sure it's rest

2005-01-17  Kurt Zenker  <kz@openoffice.org>  [d19c7bea2224619b6cc13a75b6fdb31cab730346]

        #i10000# chg. ? term to if statement

2005-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f851255aed812635cb849dcf5de8c7ed08c0d926]

        #100000# no --prepare for non-unixes, more clear warnings when checkout fails

2005-01-17  Kurt Zenker  <kz@openoffice.org>  [1995f1d2e832001dec341ccd2e62338849dbd54a]

        #i10000# back to r1.50 (dv)

2005-01-17  Niklas Nebel  <nn@openoffice.org>  [0453b133a8fe305e83ee90a77dc00f581e3e1b09]

        #i10000# InsertObject 4th parameter

2005-01-15  Vladimir Glazounov  <vg@openoffice.org>  [77dc02653f62853813a81889a21034ec3348ef2f]

        new version for SRC680

2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [5d469e810e9df54a1f273fca66efc2c3e02b7f15]

        new version for SRC680

2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [20a08e0e67244275122928be12ad3ea27fefba2d]

        new version for SRC680

2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [49687be851849ad6d5503679fbef5b1a64ab9023]

        new version for SRC680

2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [ab90916274fc56d80368a72e349b6b9749bfef4a]

        new version for SRC680

2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [b23d3742862fd212bf52e12c66b36023795d7916]

        new version for SRC680

2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [0171145a12e9effe8009df446e83c07acd236ed4]

        new version for SRC680

2005-01-14  Vladimir Glazounov  <vg@openoffice.org>  [fe44edd640abbaf3170b13b6fdbfbe08b20d06d9]

        new version for SRC680

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [d62745b2e306295fb0c59fc457d33e2f773cfd85]

        INTEGRATION: CWS dr31 (1.8.70); FILE MERGED 2004/12/08 13:04:32 dr 1.8.70.1: #i37965# add module type 'Document' for Excel sheet/workbook macros

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [34a4a75971253c408d7e7ebc753e7c9acd1e43af]

        INTEGRATION: CWS dr31 (1.9.70); FILE MERGED 2004/12/08 13:04:32 dr 1.9.70.1: #i37965# add module type 'Document' for Excel sheet/workbook macros

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [5c6355f2afa3e2665b42bbfc0c7a544df4c6dcb2]

        INTEGRATION: CWS dr31 (1.17.68); FILE MERGED 2004/12/08 13:04:31 dr 1.17.68.1: #i37965# add module type 'Document' for Excel sheet/workbook macros

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [97ac13589c5ecfba62dab84448484499542628ff]

        INTEGRATION: CWS dr31 (1.3.30); FILE MERGED 2005/01/06 11:07:28 dr 1.3.30.1: #i39249# do not hide ltr/rtl buttons

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [1f6a7ffe870d02140d5e92bd0e2a12604ff68319]

        INTEGRATION: CWS dr31 (1.4.30); FILE MERGED 2005/01/12 14:17:26 dr 1.4.30.2: #i39782# don't hide text direction icons 2005/01/06 11:07:27 dr 1.4.30.1: #i39249# do not hide ltr/rtl buttons

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [5e9d0dc09e170d141bbf77b5dfe53bdf52e57beb]

        INTEGRATION: CWS dr31 (1.18.92); FILE MERGED 2004/12/17 15:58:31 dr 1.18.92.2: RESYNC: (1.18-1.19); FILE MERGED 2004/12/03 12:04:16 dr 1.18.92.1: #i38052# missing separator in Format->PrintRanges

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [7f8a48b9be63670d63287c8eed1e292a2084e917]

        INTEGRATION: CWS dr31 (1.8.10); FILE MERGED 2004/12/21 15:25:26 dr 1.8.10.1: #i23425# detect BIFF5-8 in flat stream files

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [07633e8cfa1d26b4bbfe7a9690f8dc1c7d5247d9]

        INTEGRATION: CWS dr31 (1.23.226); FILE MERGED 2005/01/10 11:55:27 dr 1.23.226.2: #i39700# correction for fixed text width 2005/01/06 10:41:49 dr 1.23.226.1: #i39700# fixed texts too small for pt-BR

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [58436e4eed94f46f19b3c3aba1601aea1b6a9b77]

        INTEGRATION: CWS dr31 (1.60.118); FILE MERGED 2005/01/05 17:32:45 dr 1.60.118.1: #i39667# UTF8->MS1252

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [2349fb208d3d712505aa340e9f4887a5f601e03c]

        INTEGRATION: CWS dr31 (1.41.168); FILE MERGED 2005/01/06 10:32:15 dr 1.41.168.1: #i39699# fixed texts too small for pt-BR

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [623355bbd8a5d8f5fcec9105f995c253e1c4961a]

        INTEGRATION: CWS dr31 (1.31.226); FILE MERGED 2005/01/10 11:54:59 dr 1.31.226.2: #i39696# correction for fixed text width 2005/01/06 10:13:47 dr 1.31.226.1: #i39699# fixed texts too small for pt-BR

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [472756ff53c89e501548a2f383e4c9b463196c32]

        INTEGRATION: CWS dr31 (1.39.226); FILE MERGED 2004/12/21 16:39:31 dr 1.39.226.1: #i38688# 'Display borders in' -> 'Display borders'

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [1af9a2cf453400a6462c7edfbc11031cc42e57ff]

        INTEGRATION: CWS dr31 (1.73.32); FILE MERGED 2005/01/06 16:30:22 dr 1.73.32.3: #i39464# autofilter import/export 2004/12/20 17:42:41 dr 1.73.32.2: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:07:58 dr 1.73.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [c7eae9e133066268cb19f430013dc48ccc211cf8]

        INTEGRATION: CWS dr31 (1.19.32); FILE MERGED 2004/12/20 17:42:41 dr 1.19.32.2: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:07:58 dr 1.19.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [1daaad1e96322e107185c5eb201f47f754f9ce74]

        INTEGRATION: CWS dr31 (1.18.118); FILE MERGED 2004/12/20 17:41:44 dr 1.18.118.2: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:07:32 dr 1.18.118.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [41209ceb1227990165feab620a45c5c07aa52f3a]

        INTEGRATION: CWS dr31 (1.18.32); FILE MERGED 2004/12/17 15:07:31 dr 1.18.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [5809c18e36550fa4bb209dbb24582f15ff45bdbe]

        INTEGRATION: CWS dr31 (1.10.116); FILE MERGED 2004/12/09 09:04:41 dr 1.10.116.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [e74a8299cf9de0b6261c085bd0b53b27eb9fefcd]

        INTEGRATION: CWS dr31 (1.1.2); FILE ADDED 2004/12/17 15:07:26 dr 1.1.2.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [7eeae5b7c14191203aed8f7d8c8e1a3da838a782]

        INTEGRATION: CWS dr31 (1.5.118); FILE MERGED 2004/12/17 15:07:31 dr 1.5.118.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [269290fe8dfce3a074ab6bcd54aeb422cccfb547]

        INTEGRATION: CWS dr31 (1.12.88); FILE MERGED 2005/01/06 16:29:59 dr 1.12.88.2: #i39464# autofilter import/export 2004/12/09 09:04:41 dr 1.12.88.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [0d3d9970a4f200d10735d76019d46e2ed4ed0bb1]

        INTEGRATION: CWS dr31 (1.21.88); FILE MERGED 2005/01/06 16:29:58 dr 1.21.88.2: #i39464# autofilter import/export 2004/12/17 15:07:31 dr 1.21.88.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [53a7d5e0fa8c300858b5a7e558fc0d7f67ed5b46]

        INTEGRATION: CWS dr31 (1.13.88); FILE MERGED 2005/01/05 14:04:54 dr 1.13.88.2: RESYNC: (1.13-1.14); FILE MERGED 2004/12/17 15:07:31 dr 1.13.88.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [a4c259ef50067187846f7510b8dd231baf1203b2]

        INTEGRATION: CWS dr31 (1.13.88); FILE MERGED 2004/12/17 15:07:31 dr 1.13.88.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:40 dr 1.13.88.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [4dbd8e39d45bebc8d4ae2bb462485abbc30c57e2]

        INTEGRATION: CWS dr31 (1.1.2); FILE ADDED 2004/12/17 15:07:25 dr 1.1.2.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [f2bebd5b306e3b5bf5fc77a7cfd20ee1bdda0736]

        INTEGRATION: CWS dr31 (1.10.118); FILE MERGED 2004/12/17 15:07:30 dr 1.10.118.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:40 dr 1.10.118.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [8de0549999fd5903e62925141600cb90d04e51ed]

        INTEGRATION: CWS dr31 (1.9.118); FILE MERGED 2005/01/05 14:04:46 dr 1.9.118.2: RESYNC: (1.9-1.10); FILE MERGED 2004/12/17 15:07:30 dr 1.9.118.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [9467cb747b801371c573a8e2e2be410d7d680062]

        INTEGRATION: CWS dr31 (1.14.32); FILE MERGED 2004/12/17 15:07:30 dr 1.14.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:40 dr 1.14.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [72f7dda7833e0115502d762f1d369e91a233e414]

        INTEGRATION: CWS dr31 (1.8.118); FILE MERGED 2004/12/17 15:07:29 dr 1.8.118.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [694328107ed1172f187875179ad5ba2d51048821]

        INTEGRATION: CWS dr31 (1.4.32); FILE MERGED 2004/12/17 15:07:29 dr 1.4.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [f4c54d34f9c52b9159dcc64cbd241837361c2c79]

        INTEGRATION: CWS dr31 (1.11.88); FILE MERGED 2005/01/07 10:26:47 dr 1.11.88.4: #i10000# missing dtors 2005/01/05 14:04:37 dr 1.11.88.3: RESYNC: (1.11-1.12); FILE MERGED 2004/12/17 15:07:29 dr 1.11.88.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:39 dr 1.11.88.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [efa68fe8d344cfc028a5efa2d7bdcea13be7137b]

        INTEGRATION: CWS dr31 (1.13.32); FILE MERGED 2004/12/17 15:07:28 dr 1.13.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:39 dr 1.13.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [9b93006df95a0718dfea76115dad8167e6cdf311]

        INTEGRATION: CWS dr31 (1.6.118); FILE MERGED 2004/12/20 17:41:43 dr 1.6.118.3: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:07:28 dr 1.6.118.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:39 dr 1.6.118.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [584df737ee3942d6e0c52c281053146a0ea8b6fa]

        INTEGRATION: CWS dr31 (1.5.118); FILE MERGED 2004/12/20 17:41:43 dr 1.5.118.3: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:07:28 dr 1.5.118.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:39 dr 1.5.118.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [723dbbd4065760f136aad5d248856091b9c9599c]

        INTEGRATION: CWS dr31 (1.1.2); FILE ADDED 2004/12/20 17:41:43 dr 1.1.2.2: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:07:25 dr 1.1.2.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [8d431e11e7ded7925c7ce61194361e85b0cc958b]

        INTEGRATION: CWS dr31 (1.9.32); FILE MERGED 2004/12/20 17:41:43 dr 1.9.32.3: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:07:28 dr 1.9.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:38 dr 1.9.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [b7b27ec86b7bdf4fa5bd01b91595310729ff4e28]

        INTEGRATION: CWS dr31 (1.13.88); FILE MERGED 2004/12/17 15:07:27 dr 1.13.88.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [4f71e8589c66d39823531134db8a7c40e41cc62a]

        INTEGRATION: CWS dr31 (1.2.32); FILE MERGED 2005/01/07 10:26:47 dr 1.2.32.4: #i10000# missing dtors 2004/12/20 17:41:42 dr 1.2.32.3: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:07:27 dr 1.2.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:37 dr 1.2.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [6fcbd448fbd6da2321d4ba99b4bb68b4c65f71fe]

        INTEGRATION: CWS dr31 (1.4.32); FILE MERGED 2004/12/09 09:04:37 dr 1.4.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [63d9bad695dd63d9e799271ac62d13b643b82577]

        INTEGRATION: CWS dr31 (1.8.32); FILE MERGED 2004/12/17 15:07:27 dr 1.8.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:36 dr 1.8.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [3d36335efc0292de393c0690438dc2973e530092]

        INTEGRATION: CWS dr31 (1.40.116); FILE MERGED 2004/12/17 15:07:27 dr 1.40.116.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [31f3597c7f3c58ee80ca9738080d59c1f55ddc3a]

        INTEGRATION: CWS dr31 (1.38.32); FILE MERGED 2004/12/17 15:07:27 dr 1.38.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [3e1a930124600b0cd78545e48cd1d8c8fe67bed5]

        INTEGRATION: CWS dr31 (1.29.36); FILE MERGED 2004/12/09 09:04:36 dr 1.29.36.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [6ab315cb4abf57ee44125177fc21e5bf591ea087]

        INTEGRATION: CWS dr31 (1.44.32); FILE MERGED 2004/12/17 15:07:26 dr 1.44.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:04:35 dr 1.44.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [2dadbe7433f262c9037d6260cb1d6b869ef580d6]

        INTEGRATION: CWS dr31 (1.57.88); FILE MERGED 2005/01/06 16:29:57 dr 1.57.88.2: #i39464# autofilter import/export 2004/12/20 20:47:47 dr 1.57.88.1: #i38093# set CR_FILTERED at filtered hidden rows

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [d7c175e03ca0c23aa994c0db163d3b953a4c778c]

        INTEGRATION: CWS dr31 (1.14.118); FILE MERGED 2004/12/17 15:07:26 dr 1.14.118.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [885b918550b3ad2ad3d8c4c2a435b4774b8014cf]

        INTEGRATION: CWS dr31 (1.14.32); FILE MERGED 2004/12/17 15:07:26 dr 1.14.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [7f0928d79a244573ca6d55a1ad1fcfee28bb3f3c]

        INTEGRATION: CWS dr31 (1.18.118); FILE MERGED 2004/12/20 17:40:51 dr 1.18.118.2: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:05:53 dr 1.18.118.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [cea5bac640ec6424f3fe6b2d410aebabd9a3522c]

        INTEGRATION: CWS dr31 (1.12.88); FILE MERGED 2004/12/09 09:03:29 dr 1.12.88.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [140d60d465fec3c706f3f5762932bc9c65d1c22b]

        INTEGRATION: CWS dr31 (1.5.32); FILE MERGED 2005/01/05 14:04:08 dr 1.5.32.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/17 15:05:53 dr 1.5.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [96fc232943acafb70e89c555182e05980c8e3574]

        INTEGRATION: CWS dr31 (1.6.88); FILE MERGED 2004/12/09 10:16:03 dr 1.6.88.2: #i37965# import/export of control<->macro links, don't show warning for #i38718# 2004/12/09 09:03:29 dr 1.6.88.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [d68ef7d5ee1829da624f1cbb1b2af25da4b610fe]

        INTEGRATION: CWS dr31 (1.13.88); FILE MERGED 2004/12/17 15:05:53 dr 1.13.88.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:29 dr 1.13.88.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [ece9b9268d9ba7e04378540459fb5548b32589aa]

        INTEGRATION: CWS dr31 (1.1.2); FILE ADDED 2004/12/17 15:05:46 dr 1.1.2.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [2f851e8591f749ea7956bcab3dc7053fd84151f9]

        INTEGRATION: CWS dr31 (1.15.118); FILE MERGED 2004/12/17 15:05:52 dr 1.15.118.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:28 dr 1.15.118.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [6c9311a84d534c50c8807217a39bcf381a3e345c]

        INTEGRATION: CWS dr31 (1.26.30); FILE MERGED 2005/01/06 16:29:38 dr 1.26.30.4: #i39464# autofilter import/export 2005/01/05 14:03:34 dr 1.26.30.3: RESYNC: (1.27-1.28); FILE MERGED 2004/12/17 15:49:43 dr 1.26.30.2: RESYNC: (1.26-1.27); FILE MERGED 2004/12/09 09:03:28 dr 1.26.30.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [788198408c10d2cd664e8cf70649449674f17450]

        INTEGRATION: CWS dr31 (1.13.88); FILE MERGED 2005/01/05 14:03:25 dr 1.13.88.2: RESYNC: (1.13-1.14); FILE MERGED 2004/12/17 15:05:52 dr 1.13.88.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [5b56e0bce494c440bf5cbec756efaf81088d1fc9]

        INTEGRATION: CWS impress25 (1.10.54); FILE MERGED 2004/12/10 13:24:58 cl 1.10.54.1: removed not needed assertion

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [e44df8f4ad96255fd0ba5f362a736cb516186b24]

        INTEGRATION: CWS dr31 (1.4.32); FILE MERGED 2004/12/20 17:40:51 dr 1.4.32.2: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:05:52 dr 1.4.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [e13784fd05d58291378f03025db3b41b0b66fb91]

        INTEGRATION: CWS dr31 (1.15.88); FILE MERGED 2005/01/07 10:26:29 dr 1.15.88.3: #i10000# missing dtors 2005/01/05 14:03:17 dr 1.15.88.2: RESYNC: (1.15-1.16); FILE MERGED 2004/12/17 15:05:51 dr 1.15.88.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [dd9e13b3e02e114d405c44c9916d191a9b15878d]

        INTEGRATION: CWS dr31 (1.5.32); FILE MERGED 2004/12/17 15:05:51 dr 1.5.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [965ec7499e6a481c013e51c2cbc762f5ebaf3afa]

        INTEGRATION: CWS dr31 (1.14.32); FILE MERGED 2004/12/17 15:05:51 dr 1.14.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:28 dr 1.14.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [05cf7fb6074483c57805e926b0854532f4695bf1]

        INTEGRATION: CWS dr31 (1.3.118); FILE MERGED 2004/12/09 09:03:28 dr 1.3.118.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [12d6e19e19ef52112df5fb88348fff19c5979080]

        INTEGRATION: CWS dr31 (1.7.116); FILE MERGED 2004/12/17 15:05:51 dr 1.7.116.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:27 dr 1.7.116.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [93db1819da1143f2505b56db9650c58e89157159]

        INTEGRATION: CWS dr31 (1.1.2); FILE ADDED 2004/12/21 15:54:33 dr 1.1.2.3: #i37965# wrong NAME flags for macro calls 2004/12/20 17:40:50 dr 1.1.2.2: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:05:46 dr 1.1.2.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [20afd3fe3f4d09da243e371994f4c8216260b607]

        INTEGRATION: CWS dr31 (1.13.32); FILE MERGED 2004/12/20 17:40:50 dr 1.13.32.3: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:05:50 dr 1.13.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:27 dr 1.13.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [b65b29ed578dfa277eed5826c43238fe844d26ca]

        INTEGRATION: CWS dr31 (1.19.80); FILE MERGED 2004/12/17 15:05:50 dr 1.19.80.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [82014dcd575698bb3f4bfb465a6f0fc0ccb57ba2]

        INTEGRATION: CWS dr31 (1.2.32); FILE MERGED 2005/01/07 10:26:29 dr 1.2.32.5: #i10000# missing dtors 2005/01/05 14:03:07 dr 1.2.32.4: RESYNC: (1.2-1.3); FILE MERGED 2004/12/20 17:40:49 dr 1.2.32.3: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:05:49 dr 1.2.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:27 dr 1.2.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [3c4c73f6feef7e5405ac792bf636f4f7e99651a4]

        INTEGRATION: CWS dr31 (1.7.30); FILE MERGED 2005/01/06 16:29:37 dr 1.7.30.4: #i39464# autofilter import/export 2004/12/20 17:40:49 dr 1.7.30.3: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:05:49 dr 1.7.30.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:26 dr 1.7.30.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [7b2de3dd5f791f949508f9f04e9eb2bc46c3cc33]

        INTEGRATION: CWS dr31 (1.11.32); FILE MERGED 2004/12/20 17:40:48 dr 1.11.32.3: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:05:49 dr 1.11.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:26 dr 1.11.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [cc9bfd9282e34ed00841e0ed13536d49195d62d3]

        INTEGRATION: CWS dr31 (1.49.88); FILE MERGED 2005/01/06 16:29:37 dr 1.49.88.3: #i39464# autofilter import/export 2004/12/17 15:05:48 dr 1.49.88.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:25 dr 1.49.88.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [15c89fd6796196e3f54dbf04b6bd5cbf8e69ed34]

        INTEGRATION: CWS dr31 (1.29.32); FILE MERGED 2004/12/17 15:05:48 dr 1.29.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [c7da1e2720824f6f13cd9dc3830a7281bd7eae8d]

        INTEGRATION: CWS dr31 (1.69.30); FILE MERGED 2005/01/05 14:02:59 dr 1.69.30.2: RESYNC: (1.69-1.70); FILE MERGED 2004/12/09 09:03:25 dr 1.69.30.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [08477c9b4d402d149cf4023fd11ab5494fadb9a5]

        INTEGRATION: CWS dr31 (1.22.32); FILE MERGED 2004/12/17 15:05:48 dr 1.22.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [a466f70382766f85d84c8e16c8f17ea4ba023358]

        INTEGRATION: CWS dr31 (1.51.32); FILE MERGED 2004/12/17 15:05:48 dr 1.51.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [474fc7f8b50d78a67a2ee803c2e20ce09837cf13]

        INTEGRATION: CWS impress25 (1.25.16); FILE MERGED 2004/12/17 14:06:01 cl 1.25.16.2: #i38753# fixed header/footer-decl export position 2004/12/10 16:58:09 cl 1.25.16.1: #i38514# do not crash when no document was set

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [dd73c0d0eb05085598b652f58c5f36d29959ec07]

        INTEGRATION: CWS dr31 (1.76.32); FILE MERGED 2004/12/20 17:40:47 dr 1.76.32.3: #i38792# #i38821# formula handling changed, export of add-ins to BIFF5 2004/12/17 15:05:47 dr 1.76.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:24 dr 1.76.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [356f913bc45134dafac4ce12792dd4411b6a0f3d]

        INTEGRATION: CWS impress25 (1.25.16); FILE MERGED 2004/12/17 14:06:01 cl 1.25.16.1: #i38753# fixed header/footer-decl export position

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [937f14e854dc826ea72eb25648813a1f4db8aef7]

        INTEGRATION: CWS impress25 (1.46.16); FILE MERGED 2004/12/17 14:06:01 cl 1.46.16.1: #i38753# fixed header/footer-decl export position

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [58503096f20691d70b22aa3f31bf713741414ea5]

        INTEGRATION: CWS dr31 (1.102.30); FILE MERGED 2005/01/06 16:29:36 dr 1.102.30.4: #i39464# autofilter import/export 2005/01/05 14:02:50 dr 1.102.30.3: RESYNC: (1.102-1.103); FILE MERGED 2004/12/20 20:47:36 dr 1.102.30.2: #i38093# set CR_FILTERED at filtered hidden rows 2004/12/17 15:05:47 dr 1.102.30.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [b2985bfd82665da295ba483301cb4145fa27340a]

        INTEGRATION: CWS impress25 (1.92.16); FILE MERGED 2004/12/17 14:06:00 cl 1.92.16.2: #i38753# fixed header/footer-decl export position 2004/12/10 14:23:40 cl 1.92.16.1: #i38749# export empty notes page, they may contain page settings

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [1030095813d3f37cd9955fcbccc92eec6005e5d4]

        INTEGRATION: CWS dr31 (1.32.32); FILE MERGED 2004/12/17 15:05:47 dr 1.32.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:24 dr 1.32.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [d71d738dc8cffc144ff14c7c447da9f6bf6b4189]

        INTEGRATION: CWS impress25 (1.30.16); FILE MERGED 2004/12/10 13:43:48 cl 1.30.16.1: #i38753# fixed header-footer visibility type to boolean

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [2ddc51965e4dc06aa2bcb6d52f801056a039f9ff]

        INTEGRATION: CWS dr31 (1.31.32); FILE MERGED 2005/01/05 14:02:42 dr 1.31.32.3: RESYNC: (1.31-1.32); FILE MERGED 2004/12/17 15:05:47 dr 1.31.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:24 dr 1.31.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [fd9e99912fcb703520df781603b67f8d821c99fd]

        INTEGRATION: CWS impress25 (1.79.16); FILE MERGED 2004/12/10 13:43:47 cl 1.79.16.1: #i38753# fixed header-footer visibility type to boolean

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [180f967d596c5a10f37a63ab0c9135124083a46a]

        INTEGRATION: CWS dr31 (1.56.32); FILE MERGED 2004/12/17 15:05:46 dr 1.56.32.2: #i38792# #i38821# Excel export of defined names and database ranges reimplemented 2004/12/09 09:03:23 dr 1.56.32.1: #i37965# import/export of control<->macro links, code cleanup

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [6f64975fe72e6345aa6cc107ca36c7d0c2d0e8bf]

        INTEGRATION: CWS impress25 (1.2.16); FILE MERGED 2004/12/10 14:00:29 cl 1.2.16.1: #i38644# only export animations if they are not empty

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [b30fc4dfceb6e98667e3c3d17465c07ea04ecf45]

        INTEGRATION: CWS dr31 (1.24.118); FILE MERGED 2004/12/21 15:24:56 dr 1.24.118.2: #i23425# 2004/12/20 20:47:36 dr 1.24.118.1: #i38093# set CR_FILTERED at filtered hidden rows

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [280032ad8c21f780949a0a581431fcb998db771b]

        INTEGRATION: CWS impress25 (1.7.184); FILE MERGED 2004/12/17 14:06:00 cl 1.7.184.1: #i38753# fixed header/footer-decl export position

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [b196aa0e273a65404b32aca0e8fe626230db336f]

        INTEGRATION: CWS impress25 (1.84.16); FILE MERGED 2004/12/10 14:01:27 cl 1.84.16.1: #i38644# fixed namespace for smil

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [119d6748f03b54d54d0955fd3741e9e3b38cc756]

        INTEGRATION: CWS dr31 (1.15.226); FILE MERGED 2004/12/17 15:03:25 dr 1.15.226.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [77056086aa4881cb274714674fe156456bbc2ac0]

        INTEGRATION: CWS impress25 (1.2.16); FILE MERGED 2004/12/10 16:36:02 cl 1.2.16.1: #i38662# create id's with an 'id' prefix so they are valid rng ids

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [79530eb2dffe78be32b50054a21e14c6c87b9900]

        INTEGRATION: CWS dr31 (1.11.244); FILE MERGED 2004/12/17 15:03:25 dr 1.11.244.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [20f7165c82f1d3efb4cdc855e3f1e56e64aef55f]

        INTEGRATION: CWS impress25 (1.11.16); FILE MERGED 2004/12/10 14:01:27 cl 1.11.16.1: #i38644# fixed namespace for smil

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [ca6a798c969f43a07b791f015f1459247016f7d0]

        INTEGRATION: CWS dr31 (1.7.32); FILE MERGED 2004/12/17 15:03:09 dr 1.7.32.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [1b6f39e8c25ca01c579cb7bb52b1e9b6abe80662]

        INTEGRATION: CWS dr31 (1.7.138); FILE MERGED 2004/12/17 15:03:09 dr 1.7.138.1: #i38792# #i38821# Excel export of defined names and database ranges reimplemented

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [603d9e8cdfe4703992da09810fcceac207516c98]

        INTEGRATION: CWS dr31 (1.9.96); FILE MERGED 2005/01/05 14:01:05 dr 1.9.96.4: RESYNC: (1.10-1.11); FILE MERGED 2004/12/17 15:44:02 dr 1.9.96.3: RESYNC: (1.9-1.10); FILE MERGED 2004/12/03 12:06:56 dr 1.9.96.2: #i38052# missing ellipses 2004/12/03 12:04:49 dr 1.9.96.1: #i38052# wrong entries in Format->PrintRanges

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [7ee27d3bb5a3e76fd45c2683f6e9d76b2933825b]

        INTEGRATION: CWS ause015 (1.6.144); FILE MERGED 2005/01/14 10:32:44 hjs 1.6.144.1: #i40594# no slashes in compiler switches

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [b59d15c8e0a878dae7444c915f3d22ec7180055d]

        INTEGRATION: CWS ause015 (1.10.2); FILE MERGED 2005/01/14 10:32:44 hjs 1.10.2.1: #i40594# no slashes in compiler switches

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [9cc315ad119397a68000b5329759dcd5944307e1]

        INTEGRATION: CWS ause015 (1.2.2); FILE MERGED 2005/01/06 13:32:23 hjs 1.2.2.1: #i39942# link stlport to get stdc++

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [342d2886e7b65258c9da3a4236f993d5e670296c]

        INTEGRATION: CWS ause015 (1.4.2); FILE MERGED 2005/01/11 13:44:03 hjs 1.4.2.2: #i39915# filename does matter... 2005/01/11 13:43:04 hjs 1.4.2.1: #i39915# avoid compiler hangs

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [14f12fb0c3b5988eae44d334218e75a216b419e0]

        INTEGRATION: CWS ause015 (1.5.46); FILE MERGED 2005/01/06 11:48:37 hjs 1.5.46.1: #i39933# avoid endless compiler loop on MACOSX

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [5ec2660234136c1eaeef2ce98144f4f77f8573cb]

        INTEGRATION: CWS ause015 (1.7.10); FILE MERGED 2005/01/11 17:36:04 hjs 1.7.10.1: #i40370# tremendous spedup fix from cd

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [9444e58d3e22ee2a0383aebb08864ac86471c593]

        INTEGRATION: CWS ause015 (1.1.128); FILE MERGED 2005/01/11 17:36:04 hjs 1.1.128.1: #i40370# tremendous spedup fix from cd

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [a1fe817d06d19a484494019592456e227789db63]

        INTEGRATION: CWS ause015 (1.29.10); FILE MERGED 2005/01/11 14:05:04 hjs 1.29.10.1: #i39882# remove RSCRES from OOo environment

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [19d38273d9af7ad2359bf6688fc4c219801a56ed]

        INTEGRATION: CWS ause015 (1.13.54); FILE MERGED 2005/01/04 13:45:25 hjs 1.13.54.1: #i39882# remove RSCGLOINC and RSCLOCINC, last usage of RSCRES

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [09565ba7106bc2352254c465f6658b19005dc8be]

        INTEGRATION: CWS ause015 (1.61.6); FILE MERGED 2005/01/04 13:58:30 hjs 1.61.6.1: #i39588# fixed move command

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [158565c9b203704745ec78a8d088f5a1e5ed06a5]

        INTEGRATION: CWS ause015 (1.16.296); FILE MERGED 2005/01/04 15:35:16 hjs 1.16.296.1: #i38979# fix remove target

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [7b9dd39590575015a057f6064b1d75b7e9f8fc94]

        INTEGRATION: CWS ause015 (1.159.8); FILE MERGED 2005/01/04 13:45:25 hjs 1.159.8.1: #i39882# remove RSCGLOINC and RSCLOCINC, last usage of RSCRES

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [7fa57802a2bcfe0416e02184388c8c4007d62b0b]

        INTEGRATION: CWS ause015 (1.81.54); FILE MERGED 2005/01/04 14:58:29 hjs 1.81.54.1: #i39757# keep only the empty entry

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [32a7ce91bf5a67b0e55d4b86e4fa9d855cae32f0]

        INTEGRATION: CWS ause015 (1.12.54); FILE MERGED 2005/01/04 13:45:24 hjs 1.12.54.1: #i39882# remove RSCGLOINC and RSCLOCINC, last usage of RSCRES

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [f085b96878f3ca88fe10daa197ccaeb44fc6d19e]

        INTEGRATION: CWS ause015 (1.77.54); FILE MERGED 2005/01/11 10:24:50 rt 1.77.54.1: #i40302# If a destination is specified on command line set common_dest to that destination, too.

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [cb02e5545f9af872dd74cc46697d832808d91726]

        INTEGRATION: CWS ause015 (1.12.20); FILE MERGED 2005/01/06 14:26:01 hjs 1.12.20.1: #40027# add postprocess to get updated uiconfig.zip on build --all

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [bcdbb2db9a8535ccfd7c092eb12d5e0ca1bc144c]

        INTEGRATION: CWS ause015 (1.4.20); FILE MERGED 2005/01/12 11:40:07 hr 1.4.20.1: #i40376#: implement 'current' query, small cosmetic changes

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [716b353d0a6193a7b4b8c93f7e80c6f409c1cf99]

        INTEGRATION: CWS ause015 (1.13.20); FILE MERGED 2005/01/06 14:26:01 hjs 1.13.20.1: #40027# add postprocess to get updated uiconfig.zip on build --all

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [50680c8efb3310d8aa05bc1eb8e8f137f4013db8]

        INTEGRATION: CWS ause015 (1.20.6); FILE MERGED 2005/01/04 13:51:20 hjs 1.20.6.1: #i39137# fix windows versions; use COPY macro

2005-01-14  Kurt Zenker  <kz@openoffice.org>  [0cd25116be4774ff1baa0dc94b6eeacfb7e9e13f]

        SRC680

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [208b8b401ab440ff97e8926e52783c7ee70a37ae]

        INTEGRATION: CWS babelfish (1.44.226); FILE MERGED 2004/12/21 17:22:43 ihi 1.44.226.1: #i38693# Typo

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [dbc78dca0c22af246c9939b5a132ce778291e56d]

        INTEGRATION: CWS babelfish (1.63.4); FILE MERGED 2004/12/20 12:43:31 ihi 1.63.4.1: #i39313# String fix Gruppierungsbedingungen in en-US

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [9103919404d1d5c63ca1cd54fbe67f5f48bae7af]

        INTEGRATION: CWS babelfish (1.1.2); FILE ADDED 2004/12/22 14:50:14 ihi 1.1.2.1: #i39414# hrc file localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c061bb8143d93fdc2f38d95bb2b07faeb54ca19d]

        INTEGRATION: CWS babelfish (1.1.2); FILE ADDED 2004/12/22 14:50:13 ihi 1.1.2.1: #i39414# hrc file localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e28d14381f652826427f7af0898cba8c0821539d]

        INTEGRATION: CWS babelfish (1.6.50); FILE MERGED 2004/12/28 16:54:32 ihi 1.6.50.3: #i39414# fixed order 2004/12/27 13:14:51 ihi 1.6.50.2: #i39414# dependency added 2004/12/22 14:50:13 ihi 1.6.50.1: #i39414# hrc file localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [268845d1dbf5cc7ce3df5088af1ebe4fb92818a8]

        INTEGRATION: CWS babelfish (1.103.6); FILE MERGED 2004/12/11 00:35:43 ihi 1.103.6.2: RESYNC: (1.103-1.105); FILE MERGED 2004/12/02 21:50:01 pjanik 1.103.6.1: #i37926#: Typo: "Titel Area for AutoLayouts" -> "Title Area for AutoLayouts"

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c67fb1c62d8ce7df677f34a81b55b2cfac77f666]

        INTEGRATION: CWS babelfish (1.17.94); FILE MERGED 2004/12/01 18:23:39 ihi 1.17.94.2: RESYNC: (1.17-1.19); FILE MERGED 2004/11/18 19:56:38 ihi 1.17.94.1: #i35265# Remove REPLACEMENT_*, use ISO codes instead

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2c24efe018a6ababd5196adf5df926808ee13675]

        INTEGRATION: CWS babelfish (1.1.270); FILE MERGED 2004/12/15 16:12:41 pjanik 1.1.270.1: #i37105#: deliver generated langmacros.inc, remove useless delivery of MacOS X files.

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [52fac9dcd0841f84f89acab9aa2e877887671452]

        INTEGRATION: CWS babelfish (1.8.8); FILE MERGED 2004/12/15 16:14:06 pjanik 1.8.8.1: #i37105#: add dependencies on target generating langmacros.inc.

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d9924da46f3b5a9df14fa702814aebf297d4c44e]

        INTEGRATION: CWS babelfish (1.1.2); FILE ADDED 2004/12/17 17:05:27 hjs 1.1.2.2: #i37105# write new file only if information changes 2004/12/15 16:20:48 pjanik 1.1.2.1: #i37105#: generate langmacros.inc during the build

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fbea35e11ec990fb0bfb5056d26cee1329711368]

        INTEGRATION: CWS babelfish (1.1.2); FILE ADDED 2004/12/17 17:05:27 hjs 1.1.2.2: #i37105# write new file only if information changes 2004/12/15 16:22:58 pjanik 1.1.2.1: #i37105#: generate langmacros.inc during the build

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [7e5deae2e5064358041ec087159ea90119aa34fb]

        INTEGRATION: CWS babelfish (1.7.160); FILE MERGED 2004/12/15 16:15:41 pjanik 1.7.160.2: #i37105#: include langmacros.inc for all-lang macros. 2004/12/01 16:46:32 ihi 1.7.160.1: #i35265# Remove REPLACEMENT_*, use ISO codes instead

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2e17e0edca90381d14c1461d3258a3db538ad68a]

        INTEGRATION: CWS babelfish (1.3.4); FILE MERGED 2004/12/16 19:57:12 ihi 1.3.4.1: Usage message updated

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8fbae71fd6194a5a8bab7ef3e6fdb2fcefce13be]

        INTEGRATION: CWS babelfish (1.4.4); FILE MERGED 2004/12/21 14:21:55 ihi 1.4.4.6: Write plattform dependend line ends 2004/12/17 20:08:47 ihi 1.4.4.5: Remove destination file before move 2004/12/17 18:33:41 ihi 1.4.4.4: #i35278# Strip comments 2004/12/01 18:18:22 ihi 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2004/12/01 17:42:05 ihi 1.4.4.2: msg cosmetic 2004/11/19 20:16:47 ihi 1.4.4.1: #i36953# dmake helpex multiprocessing

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [70de584b266bceb604585fccea6a00365c92d991]

        INTEGRATION: CWS babelfish (1.9.4); FILE MERGED 2004/12/16 19:57:12 ihi 1.9.4.1: Usage message updated

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [4d35e7082bb943df66d259c34729e3d0062d856c]

        INTEGRATION: CWS babelfish (1.16.14); FILE MERGED 2004/12/11 01:19:55 ihi 1.16.14.3: RESYNC: (1.17-1.18); FILE MERGED 2004/12/01 18:18:44 ihi 1.16.14.2: RESYNC: (1.16-1.17); FILE MERGED 2004/12/01 17:41:32 ihi 1.16.14.1: Stop noisy output

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [cd1fcc31bb46a85e90a3f16a98430de190eb7a03]

        INTEGRATION: CWS babelfish (1.36.2); FILE MERGED 2004/12/22 16:24:17 ihi 1.36.2.3: #i39414# hrc file localized 2004/12/16 19:57:12 ihi 1.36.2.2: Usage message updated 2004/12/14 19:03:34 ihi 1.36.2.1: #i38843# About title is localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8b59199baac451c14ce9e4a7a43ca41ef84584eb]

        INTEGRATION: CWS babelfish (1.11.30); FILE MERGED 2004/12/16 19:57:12 ihi 1.11.30.1: Usage message updated

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d7bf5581322b5966961ad1cebc40737c583b8b75]

        INTEGRATION: CWS babelfish (1.3.4); FILE MERGED 2004/12/01 18:18:05 ihi 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/19 20:16:46 ihi 1.3.4.1: #i36953# dmake helpex multiprocessing

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [736a7b13eaac542e12416c4874190b1fbf12ad16]

        INTEGRATION: CWS babelfish (1.3.4); FILE MERGED 2004/12/16 19:57:11 ihi 1.3.4.1: Usage message updated

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [4b174422debbc7ad8b458ebab642b101c661dabf]

        INTEGRATION: CWS babelfish (1.28.2); FILE MERGED 2004/12/17 15:01:32 ihi 1.28.2.2: Decode temp file URL 2004/12/15 18:03:41 ihi 1.28.2.1: #i38258# Set unix temp file permission to 644 for l10n tooling

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [ba982daa2ec1a56de407bf0ee975424a27220b46]

        INTEGRATION: CWS babelfish (1.43.2); FILE MERGED 2004/12/08 18:24:30 ihi 1.43.2.1: #i38677# Don't merge untranslatable Text

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [7994b60ff3561722e009bce2b8469229eaddfd84]

        INTEGRATION: CWS babelfish (1.11.4); FILE MERGED 2004/12/16 19:57:11 ihi 1.11.4.1: Usage message updated

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3434192c5110d437c2d7826657a970c01c27b541]

        INTEGRATION: CWS babelfish (1.5.2); FILE MERGED 2004/12/23 17:57:40 ihi 1.5.2.9: #i39170# Missing quote 2004/12/21 15:31:36 ihi 1.5.2.8: Missing $ quote 2004/12/16 17:50:03 ihi 1.5.2.7: #i39170# Write legal header / ERROR -> WARNING / Remove 0 Byte gsicheck error files 2004/12/11 01:19:47 ihi 1.5.2.6: RESYNC: (1.5-1.6); FILE MERGED 2004/12/09 18:02:17 ihi 1.5.2.5: Typo 2004/12/09 17:55:37 ihi 1.5.2.4: Typo 2004/12/09 17:44:07 ihi 1.5.2.3: #i38684# 4nt / cygwin patch 2004/12/08 17:26:01 ihi 1.5.2.2: Usage cosmetic 2004/12/07 17:31:29 ihi 1.5.2.1: #i35470# Add gsicheck usage to prevent merging

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e09d86f1ed3072ddeb17e26e16e2555eb7ec9db6]

        INTEGRATION: CWS babelfish (1.3.8); FILE MERGED 2004/12/01 18:17:24 ihi 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/19 20:17:23 ihi 1.3.8.1: #i36953# dmake helpex multiprocessing

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3dd80819bb03eb58bce337ff4c58f1173d5a713d]

        INTEGRATION: CWS babelfish (1.33.48); FILE MERGED 2004/12/20 16:25:54 hjs 1.33.48.1: #i39276# find localizations for scp strings

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b42922afb5099e0ea58d50b1e21f8c9c7a04020b]

        INTEGRATION: CWS babelfish (1.8.104); FILE MERGED 2004/12/01 18:16:35 ihi 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/18 19:42:14 ihi 1.8.104.1: #i35265# Remove REPLACEMENT_*, use ISO codes instead

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c6e977dbf83bd5839ef40b5418e19c7b786c190f]

        INTEGRATION: CWS babelfish (1.5.160); FILE MERGED 2004/12/01 18:08:52 ihi 1.5.160.2: RESYNC: (1.5-1.6); FILE MERGED 2004/11/18 19:38:16 ihi 1.5.160.1: #i35265# Remove REPLACEMENT_*, use ISO codes instead

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [457eb93a16b89f60e250dd62b8569b4bb060d21a]

        INTEGRATION: CWS babelfish (1.107.20); FILE MERGED 2004/12/29 14:12:28 ihi 1.107.20.1: Encoding fix

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0f4e8151a3bc4fb3031a7ebe1f6eeb0408117a33]

        INTEGRATION: CWS cd02 (1.61.12); FILE MERGED 2005/01/07 07:40:27 cd 1.61.12.1: #i36746# Added Views.xcu

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [7751566959d1a630aebe29437286c3774b55d61c]

        INTEGRATION: CWS cd02 (1.50.4); FILE MERGED 2004/11/08 15:46:18 sb 1.50.4.1: #i36858# Added rtl_logfile_longTrace to improve performance (no unnecessary calls to osl_getGlobalTimer).

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fbaed5c37406b8ea2af985e6654bccdd29542716]

        INTEGRATION: CWS cd02 (1.7.52); FILE MERGED 2004/11/08 15:46:18 sb 1.7.52.1: #i36858# Added rtl_logfile_longTrace to improve performance (no unnecessary calls to osl_getGlobalTimer).

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [76d23a7738a9d7a66ffbd71ecac0f83bd038976f]

        INTEGRATION: CWS cd02 (1.5.350); FILE MERGED 2004/11/08 15:46:17 sb 1.5.350.1: #i36858# Added rtl_logfile_longTrace to improve performance (no unnecessary calls to osl_getGlobalTimer).

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [19f8ad8696cffc7809f9bb7dcc7940399a4ba723]

        INTEGRATION: CWS cd02 (1.3.350); FILE MERGED 2004/11/08 15:46:17 sb 1.3.350.1: #i36858# Added rtl_logfile_longTrace to improve performance (no unnecessary calls to osl_getGlobalTimer).

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [55778c0891514e274e39b9ea7070c4d9c7e8fe5d]

        INTEGRATION: CWS cd02 (1.45.28); FILE MERGED 2005/01/05 19:48:44 cd 1.45.28.2: RESYNC: (1.45-1.50); FILE MERGED 2004/11/19 14:12:04 sb 1.45.28.1: #i33099# Guard against destruction of SfxObjectShell in SfxObjectShell::Close (xCloseable->close()).

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f5932c53e1ada20b16f7bbed8ed330cc5b048b81]

        INTEGRATION: CWS cd02 (1.2.82); FILE MERGED 2005/01/05 19:47:18 cd 1.2.82.2: RESYNC: (1.2-1.7); FILE MERGED 2004/11/10 15:51:42 cd 1.2.82.1: #i35177# Added catch/throw to provide exception to the correct code

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [003a170a1312330ab052e30031d787761efdb109]

        INTEGRATION: CWS cd02 (1.143.24); FILE MERGED 2005/01/05 19:46:05 cd 1.143.24.2: RESYNC: (1.143-1.153); FILE MERGED 2004/11/22 11:37:09 as 1.143.24.1: #i26556# break filter detection if opening of stream failed

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [655910c8ada3390fbc13e12b8dd651269d5ef21a]

        INTEGRATION: CWS cd02 (1.61.82); FILE MERGED 2005/01/06 16:16:34 cd 1.61.82.3: #i26556# Fix wrong namespace 2005/01/05 19:40:21 cd 1.61.82.2: RESYNC: (1.61-1.62); FILE MERGED 2004/11/22 11:37:08 as 1.61.82.1: #i26556# break filter detection if opening of stream failed

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e8cca3ac0df2aa9b176077bad9b6bb6a03f9b79c]

        INTEGRATION: CWS cd02 (1.17.84); FILE MERGED 2004/11/10 14:29:34 cd 1.17.84.1: #i36746# Support hiding floating windows

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e3dfb398d701d76eab00d72643d38c10275e145e]

        INTEGRATION: CWS cd02 (1.43.10); FILE MERGED 2005/01/11 12:43:47 cd 1.43.10.1: #i33483# Lazy binding for GetSpecialCharsForEdit in svx

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [feb9abf51c704ccd31a0d604f3dfb6c31f37bc0e]

        INTEGRATION: CWS babelfish (1.28.36); FILE MERGED 2004/12/22 14:41:57 ihi 1.28.36.1: #i39414# hrc file localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [4cd0b9afa413a84673f460a20850aff4b25a13bb]

        INTEGRATION: CWS babelfish (1.1.2); FILE ADDED 2004/12/22 16:14:26 ihi 1.1.2.2: Mergebuild cleanup 2004/12/22 14:41:57 ihi 1.1.2.1: #i39414# hrc file localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [182fffe12725de715ce767837216345ac461def8]

        INTEGRATION: CWS cd02 (1.4.166); FILE MERGED 2004/11/15 17:29:05 dbo 1.4.166.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [081081199e1ebf6e0236c3aa26e5bd3ac495de90]

        INTEGRATION: CWS cd02 (1.1.164); FILE MERGED 2004/11/15 17:29:05 dbo 1.1.164.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1df4cfc0aae0b4434696bf6cbeb7c4d5e70621ae]

        INTEGRATION: CWS cd02 (1.3.120); FILE MERGED 2004/11/15 17:29:04 dbo 1.3.120.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d9bacd08c92ed1295c083be0788f943c42938bdb]

        INTEGRATION: CWS cd02 (1.5.120); FILE MERGED 2004/11/15 17:29:04 dbo 1.5.120.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [528bf2b5966d7ee1c076812603c7e042fc567d47]

        INTEGRATION: CWS cd02 (1.1.1.1.198); FILE MERGED 2004/11/15 17:29:04 dbo 1.1.1.1.198.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0aaddee1fcf940f8aab7a82e3f3f587f0ba96ee5]

        INTEGRATION: CWS cd02 (1.2.186); FILE MERGED 2004/11/15 17:29:03 dbo 1.2.186.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [98f73eeffb53e10a5239c143ab6d4109a7aefc84]

        INTEGRATION: CWS cd02 (1.4.120); FILE MERGED 2004/11/15 17:29:03 dbo 1.4.120.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fe6d0478420f00ab9b73f5e1667174c49a017cee]

        INTEGRATION: CWS cd02 (1.1.2); FILE ADDED 2004/11/15 17:29:03 dbo 1.1.2.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [554f813e24bc1a426ae81402fc0bbe069a4b9376]

        INTEGRATION: CWS babelfish (1.2.242); FILE MERGED 2004/12/28 17:03:22 ihi 1.2.242.2: #i39414# fixed order 2004/12/22 14:44:50 ihi 1.2.242.1: #i39414# hrc file localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b9df0d254fe5256b2e096d6701d4ebe302cbd2d7]

        INTEGRATION: CWS cd02 (1.1.2); FILE ADDED 2004/11/15 18:07:52 dbo 1.1.2.2: #i24030# 2004/11/15 17:29:02 dbo 1.1.2.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fc42b0c81e65691fe85ff5cb6b8f2b525d4fba77]

        INTEGRATION: CWS babelfish (1.1.2); FILE ADDED 2004/12/22 14:44:50 ihi 1.1.2.1: #i39414# hrc file localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [559a416b95471a85abced7b376d200ac9b7b7b13]

        INTEGRATION: CWS cd02 (1.3.156); FILE MERGED 2004/11/15 17:29:02 dbo 1.3.156.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5a3e94c603af14b9c93283548d294a020e6c6c2e]

        INTEGRATION: CWS cd02 (1.9.120); FILE MERGED 2004/11/15 17:29:02 dbo 1.9.120.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [bc87f5cdd3c80d4dc16093f287540874bd3bd9d8]

        INTEGRATION: CWS cd02 (1.14.50); FILE MERGED 2004/11/15 17:29:02 dbo 1.14.50.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fda6c557efe1f59f91e7b005b78b4e10cb5caef2]

        INTEGRATION: CWS cd02 (1.8.40); FILE MERGED 2004/11/15 17:29:01 dbo 1.8.40.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [19b7ad1c0d20f37ddb1a7065d054f3cae37eeb55]

        INTEGRATION: CWS cd02 (1.9.120); FILE MERGED 2004/11/15 17:29:01 dbo 1.9.120.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [496639a27b6e86b2ee68e7603bee5c7280cc7c3c]

        INTEGRATION: CWS cd02 (1.11.120); FILE MERGED 2004/11/15 17:29:01 dbo 1.11.120.2: #i24030# general cleanup to make buildable again 2004/11/15 16:10:16 dbo 1.11.120.1: #i33535# fixing for scope

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [cd032f351bd2f7d83659aac9004384e7b0b12025]

        INTEGRATION: CWS cd02 (1.9.120); FILE MERGED 2004/11/15 17:39:35 dbo 1.9.120.2: #i24030# 2004/11/15 17:29:01 dbo 1.9.120.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0c9dc9fbbfd69f4b7a77dc670c74520a14da19ed]

        INTEGRATION: CWS cd02 (1.14.40); FILE MERGED 2004/11/15 17:29:01 dbo 1.14.40.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [eea55dcf1ccf4f67b1fc04cf112ca2193fce6647]

        INTEGRATION: CWS cd02 (1.9.120); FILE MERGED 2004/11/15 18:00:18 dbo 1.9.120.2: #i24030# 2004/11/15 17:29:00 dbo 1.9.120.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [547ed24df457a4e1ff98221263fcb505fe4811ee]

        INTEGRATION: CWS cd02 (1.1.2); FILE ADDED 2004/11/15 17:29:00 dbo 1.1.2.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fcb342209e3bdad182fcb28aae1fe4e3805898dd]

        INTEGRATION: CWS babelfish (1.4.76); FILE MERGED 2004/12/14 19:02:04 ihi 1.4.76.1: #i38843# About title is localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [76d52b7463ad6b5aab90c54fb565dcb274f8693e]

        INTEGRATION: CWS cd02 (1.22.40); FILE MERGED 2004/11/15 17:29:00 dbo 1.22.40.1: #i24030# general cleanup to make buildable again

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [268c606ec70f1110a78c16420b31fba80a8aa81e]

        INTEGRATION: CWS cd02 (1.2.164); FILE MERGED 2004/11/15 16:17:36 dbo 1.2.164.1: #114661# making code more robust, source and destination reference

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c8537ee831946a55dd44ac23aac178a59c371676]

        INTEGRATION: CWS babelfish (1.1.2); FILE ADDED 2004/12/14 19:02:35 ihi 1.1.2.1: #i38843# About title is localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a55b008325a9247e728b61b6bc8b2c7182d36f1f]

        INTEGRATION: CWS cd02 (1.9.126); FILE MERGED 2004/11/22 11:41:28 as 1.9.126.1: #i26556# break filter detection if opening of stream failed

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d49af21478d7df30ab0132f245855e9eb3418671]

        INTEGRATION: CWS cd02 (1.19.104); FILE MERGED 2004/11/22 11:41:27 as 1.19.104.1: #i26556# break filter detection if opening of stream failed

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [14d384cc5820487e41cf58fa1c02e88730bb0838]

        INTEGRATION: CWS cd02 (1.12.104); FILE MERGED 2004/11/22 11:41:26 as 1.12.104.1: #i26556# break filter detection if opening of stream failed

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [11c5264e18d8eea14b9b71d93dbafead9d6e84bd]

        INTEGRATION: CWS babelfish (1.2.76); FILE MERGED 2004/12/29 14:25:11 ihi 1.2.76.1: Encoding fix

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [400a826e198632bf7018eb3f3982ba2eea66dc06]

        INTEGRATION: CWS babelfish (1.26.376); FILE MERGED 2004/12/29 14:23:34 ihi 1.26.376.1: Encoding fix

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [6229a5cdfd5eab12d9a1f24184257a8f6586ff42]

        INTEGRATION: CWS cd02 (1.5.44); FILE MERGED 2005/01/05 12:14:30 cd 1.5.44.2: RESYNC: (1.5-1.10); FILE MERGED 2004/11/08 17:41:01 cd 1.5.44.1: #i36816# Menubar popups and toolbars can now handle non-unqiue commands correctly

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [51517660b06636211bc1d4b82391361b801cb83c]

        INTEGRATION: CWS cd02 (1.12.54); FILE MERGED 2005/01/05 12:14:05 cd 1.12.54.2: RESYNC: (1.12-1.16); FILE MERGED 2004/11/08 17:41:00 cd 1.12.54.1: #i36816# Menubar popups and toolbars can now handle non-unqiue commands correctly

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [572ac3aa0d881a7d8e0a42b4c7a002c8237b2bf1]

        INTEGRATION: CWS cd02 (1.2.94); FILE MERGED 2005/01/05 12:03:24 cd 1.2.94.2: RESYNC: (1.2-1.4); FILE MERGED 2004/11/08 17:40:32 cd 1.2.94.1: #i36816# Menubar popups and toolbars can now handle non-unqiue commands correctly

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0c8317cdc4f1a8722f33119891482d2820405ced]

        INTEGRATION: CWS cd02 (1.80.20); FILE MERGED 2005/01/05 11:53:40 cd 1.80.20.2: RESYNC: (1.80-1.82); FILE MERGED 2004/11/18 14:13:03 sb 1.80.20.1: #i21034# Make shell::copy work when srcUnqPath denotes a symbolic link.

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2db015fc258c931f1541f46080efa28f23dc71d0]

        INTEGRATION: CWS cd02 (1.2.106); FILE MERGED 2005/01/11 12:44:42 cd 1.2.106.1: #i33483# Make svx based function extern 'C'

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [74e54681450b1fccec9202415dd5ff9ff99296de]

        INTEGRATION: CWS cd02 (1.28.178); FILE MERGED 2005/01/05 17:44:22 cd 1.28.178.2: RESYNC: (1.28-1.29); FILE MERGED 2004/11/19 13:25:44 sb 1.28.178.1: #i33099# In SvxHyperlinkNewDocTp::ImplGetURLObject, use INetURLObject instead of utl::LocalFileHleper to smartly convert rPath (either an absolute URL, or an absolute or relative filepath) into a (file) URL relative to rBase.

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a379ae4529cc545c6706b18071da80f27158dc19]

        INTEGRATION: CWS ab12fixes (1.41.32); FILE MERGED 2004/12/17 15:42:07 ab 1.41.32.2: RESYNC: (1.41-1.43); FILE MERGED 2004/11/26 16:02:11 ab 1.41.32.1: #i37227# Fixed watch window array handling

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [ba74180ce265c8c6efc11d460418835a5e309c39]

        INTEGRATION: CWS ab12fixes (1.8.172); FILE MERGED 2004/11/29 14:01:21 tbe 1.8.172.1: #118283# Add ErrorCode aware exception so it can be thrown in java and handled by basic

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [461f07e675959429b3a9f639c95d345d1847d64f]

        INTEGRATION: CWS cd02 (1.8.54); FILE MERGED 2005/01/05 14:46:21 cd 1.8.54.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/09 08:49:45 cd 1.8.54.1: #i36850# Added new service specifications for UICategoryDescription/ModuleUICategoryDescription

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [ae1b00d8f5dcea16e454022b407ace371f2e146b]

        INTEGRATION: CWS ab12fixes (1.1.2); FILE ADDED 2004/11/29 14:00:13 tbe 1.1.2.1: #118283# Add ErrorCode aware exception so it can be thrown in java and handled by basic

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [033910b8ad3a896a83e46d52adf42072d4a465de]

        INTEGRATION: CWS cd02 (1.1.2); FILE ADDED 2004/11/09 08:14:14 cd 1.1.2.1: #i36850# Added new service specifications for UICategoryDescription/ModuleUICategoryDescription

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [99ff502547fae6c2df6249303eea0fd96a27a6c5]

        INTEGRATION: CWS cd02 (1.1.2); FILE ADDED 2004/11/09 08:14:25 cd 1.1.2.1: #i36850# Added new service specifications for UICategoryDescription/ModuleUICategoryDescription

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b49439ec5a0829c80217ea6cb632d41ccaeb82a0]

        INTEGRATION: CWS babelfish (1.31.18); FILE MERGED 2004/12/11 00:16:31 ihi 1.31.18.2: RESYNC: (1.31-1.35); FILE MERGED 2004/12/02 16:55:12 ihi 1.31.18.1: #i38286# en-US/de mismatch for .uno:ExtrusionDepthDialog

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3b7019f48319a284271766cbd5a4938ff3562d5c]

        INTEGRATION: CWS ab12fixes (1.12.68); FILE MERGED 2004/12/17 15:40:03 ab 1.12.68.2: RESYNC: (1.12-1.14); FILE MERGED 2004/11/23 13:22:22 ab 1.12.68.1: #118234# New RTL function Input

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5dc8060f76d9e5772a9ea2e26b5befbde200dace]

        INTEGRATION: CWS ab12fixes (1.9.68); FILE MERGED 2004/12/17 15:39:47 ab 1.9.68.2: RESYNC: (1.9-1.11); FILE MERGED 2004/11/23 12:51:43 ab 1.9.68.1: #118234# New RTL function Input

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fd968ab9795a5af45838b1a8adbd3d075d0c13dd]

        INTEGRATION: CWS ab12fixes (1.18.22); FILE MERGED 2004/12/17 15:39:38 ab 1.18.22.2: RESYNC: (1.18-1.19); FILE MERGED Solved conflict 2004/11/23 13:53:32 ab 1.18.22.1: #118234# New RTL function Input

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8d4cacedd9dafc601cd5b522d651d98c6018f97a]

        INTEGRATION: CWS babelfish (1.3.116); FILE MERGED 2004/12/11 00:13:05 ihi 1.3.116.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/02 21:33:28 pjanik 1.3.116.1: #i37110#: Typo: "Original file formal" -> "Original file format"

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [34cdab050eb14db6f3361d75f489c7651cfca1c6]

        INTEGRATION: CWS ab12fixes (1.21.92); FILE MERGED 2004/12/17 15:39:11 ab 1.21.92.2: RESYNC: (1.21-1.22); FILE MERGED 2004/11/23 13:40:21 ab 1.21.92.1: #118234# Additional parameter for SbiStream::Read()

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [464f7d3d9dba9663900dabbca11dad476dedb738]

        INTEGRATION: CWS ab12fixes (1.1.1.1.292); FILE MERGED 2004/11/23 11:45:52 ab 1.1.1.1.292.1: #118234# Additional parameter for SbiStream::Read()

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [34083844dfef3faff3004c17b0248409c661300b]

        INTEGRATION: CWS ab12fixes (1.5.92); FILE MERGED 2004/12/17 15:37:09 ab 1.5.92.2: RESYNC: (1.5-1.6); FILE MERGED 2004/11/15 13:15:29 ab 1.5.92.1: #i31510# SbModule::Compile(): Clear only variables of own library if Basic is running

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5d98ed5c6a4afc0a7943318c510e56aef8c45193]

        INTEGRATION: CWS ab12fixes (1.3.234); FILE MERGED 2004/11/23 12:45:03 ab 1.3.234.1: #118234# SbiExpression::Term(): Allow Input as symbol for action option compatible

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8d52a387b3be24a9ccb8dc59f8cfc9336836fc78]

        INTEGRATION: CWS ab12fixes (1.6.220); FILE MERGED 2004/12/14 16:12:27 ab 1.6.220.1: #i38002# Fixed handling of IMP operator in constant expression evaluation

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d0ee89ceeb296ce7f2f9fa286d7326bd8db6fed4]

        INTEGRATION: CWS ab12fixes (1.29.22); FILE MERGED 2004/12/17 15:35:57 ab 1.29.22.2: RESYNC: (1.29-1.30); FILE MERGED 2004/11/29 14:04:36 tbe 1.29.22.1: #118283# Add ErrorCode aware exception so it can be thrown in java and handled by basic

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [ff86bf6923a36ac59d3a6cb14de6c1309b8f7a0b]

        INTEGRATION: CWS cd02 (1.5.38); FILE MERGED 2005/01/06 16:13:13 cd 1.5.38.1: #i36746# Added Views.xcu to makefile.mk

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [4b2ec9950e9cb7bb066b6edcf9970f75d9a521bc]

        INTEGRATION: CWS cd02 (1.1.8); FILE ADDED 2004/11/10 14:30:10 cd 1.1.8.1: #i36746# Stylist should be invisible by default

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [00f6c68c34e650436fe8d397aaaa5a99168b29ac]

        INTEGRATION: CWS vclcompact (1.53.80); FILE MERGED 2004/12/14 16:32:35 ssa 1.53.80.2: hide Window members (pImpl) 2004/12/03 10:22:52 dv 1.53.80.1: #i37763# Moved all ResMgr functions to tools

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1415181e4db3b219783a45f970bdde5179fab909]

        INTEGRATION: CWS vclcompact (1.11.32); FILE MERGED 2005/01/10 14:07:26 dv 1.11.32.1: #118977# Check event type first before using scrbar.isVisible()

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [013846650f02f3dc376666d3d81b74fcc817e6bd]

        INTEGRATION: CWS vclcompact (1.110.80); FILE MERGED 2004/12/16 15:08:37 ssa 1.110.80.2: RESYNC: (1.110-1.111); FILE MERGED 2004/12/14 16:32:43 ssa 1.110.80.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c83a7a1929d06ac30fcc76d4887ee13a050482c0]

        INTEGRATION: CWS vclcompact (1.7.168); FILE MERGED 2004/11/29 11:09:32 dv 1.7.168.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c07bc15ad340706217d1955f77f5185f312a38de]

        INTEGRATION: CWS vclcompact (1.6.82); FILE MERGED 2004/11/29 11:09:31 dv 1.6.82.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d2bdb3550a24119f7de105fd51067ad5a93889ba]

        INTEGRATION: CWS vclcompact (1.7.168); FILE MERGED 2004/11/29 10:07:57 dv 1.7.168.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [9c6ad1de6dc2122e2615b574ee348f2129c35699]

        INTEGRATION: CWS vclcompact (1.4.296); FILE MERGED 2004/11/29 11:09:31 dv 1.4.296.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5cc8234347f497209e6a7af4dc6b3dc2af998560]

        INTEGRATION: CWS vclcompact (1.1.2); FILE ADDED 2004/11/29 11:52:40 dv 1.1.2.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d2c9c4be3265eb3439311e333edfdfb9d844096c]

        INTEGRATION: CWS vclcompact (1.63.12); FILE MERGED 2004/12/17 15:00:13 dv 1.63.12.4: Don't use def files any longer (Windows) 2004/12/15 10:16:32 ssa 1.63.12.3: do not filter MenuFloatingWindow to be able to export IsMenuFloatingWindow method 2004/12/06 10:00:36 dv 1.63.12.2: #i37763# Cleaned up filterlist a little bit 2004/11/29 11:09:19 dv 1.63.12.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5b6bba44331530262bb9900a74d97ed608d36d70]

        INTEGRATION: CWS vclcompact (1.5.168); FILE MERGED 2004/11/29 10:07:41 dv 1.5.168.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [139bea3097d80fd910280801000367fa5744963b]

        INTEGRATION: CWS vclcompact (1.3.28); FILE MERGED 2004/11/29 10:07:40 dv 1.3.28.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0b349322003455412bf22bcbc6e563145aa7e8d1]

        INTEGRATION: CWS vclcompact (1.26.82); FILE MERGED 2004/12/16 15:05:56 ssa 1.26.82.2: RESYNC: (1.26-1.27); FILE MERGED 2004/12/16 13:38:41 pl 1.26.82.1: timeout in YieldGraphicsExpose for safety reasons

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b590f2910b818f8b27c2682420fb239fb54a57eb]

        INTEGRATION: CWS vclcompact (1.13.166); FILE MERGED 2004/11/29 10:07:40 dv 1.13.166.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1f40daa2b93840270d1827db5db6106ca8127534]

        INTEGRATION: CWS vclcompact (1.23.12); FILE MERGED 2004/12/16 15:05:36 ssa 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2004/12/03 10:25:09 dv 1.23.12.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [60021be6f5b7522351d5b030a0965044ce8a4f7d]

        INTEGRATION: CWS vclcompact (1.17.12); FILE MERGED 2004/11/29 10:07:39 dv 1.17.12.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [9d0c91c8ff2e2d0f2c705eb87a4c93918f328be6]

        INTEGRATION: CWS vclcompact (1.2.82); FILE MERGED 2004/11/29 10:07:39 dv 1.2.82.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [63bed50d467eadb91dd66f53dcccc271e16aee9a]

        INTEGRATION: CWS vclcompact (1.2.82); FILE MERGED 2004/12/03 10:25:09 dv 1.2.82.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3ac0ede40e111e58ba0bf5c1061e3abe01205cba]

        INTEGRATION: CWS vclcompact (1.3.222); FILE MERGED 2004/11/30 15:05:04 dv 1.3.222.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [506dd3e035c67bb8049871186e87c435ae037a5a]

        INTEGRATION: CWS vclcompact (1.8.162); FILE MERGED 2004/12/16 15:04:27 ssa 1.8.162.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/30 15:05:04 dv 1.8.162.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [6127bc8b70fe8c5f1603c278619d3ccbc003d920]

        INTEGRATION: CWS vclcompact (1.29.120); FILE MERGED 2004/12/16 15:04:14 ssa 1.29.120.2: RESYNC: (1.29-1.30); FILE MERGED 2004/11/30 15:05:04 dv 1.29.120.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [9748a314a619219e12c243caf5b8b68968cddfe2]

        INTEGRATION: CWS vclcompact (1.25.12); FILE MERGED 2004/11/30 15:05:04 dv 1.25.12.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [06af2edf7c2b984a4e7c80e9d67955173923c377]

        INTEGRATION: CWS vclcompact (1.10.80); FILE MERGED 2004/11/30 15:05:04 dv 1.10.80.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [15bbee94e4dfba20c2e8515277f0f7ac3493acc7]

        INTEGRATION: CWS vclcompact (1.3.140); FILE MERGED 2004/11/30 15:05:03 dv 1.3.140.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [79845c78144bce40e338e88238b2fb5c8c7df644]

        INTEGRATION: CWS vclcompact (1.6.56); FILE MERGED 2004/11/30 15:05:03 dv 1.6.56.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [941a1d220ac98eb60d42e2719e91c8bbf88ff7c8]

        INTEGRATION: CWS vclcompact (1.1.1.1.698); FILE MERGED 2004/11/30 15:05:03 dv 1.1.1.1.698.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [80c594c04d1b644216dda9ea90dd5a39a2f617dc]

        INTEGRATION: CWS vclcompact (1.5.80); FILE MERGED 2004/11/29 10:07:38 dv 1.5.80.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [aff14a94535775ee965cf255233e06a081fe8133]

        INTEGRATION: CWS vclcompact (1.3.80); FILE MERGED 2004/11/29 10:07:38 dv 1.3.80.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [36f4de0592b5f5a95b4f7a3a1cede947158b6d54]

        INTEGRATION: CWS vclcompact (1.5.80); FILE MERGED 2004/11/29 10:07:37 dv 1.5.80.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1b529e89cdc29674cef5fd7aff1816bd82a9962a]

        INTEGRATION: CWS vclcompact (1.5.158); FILE MERGED 2004/12/16 15:03:42 ssa 1.5.158.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/03 10:25:08 dv 1.5.158.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b6d02a99a8c49e66db4476d3c5ba7ad25473c4f5]

        INTEGRATION: CWS vclcompact (1.11.140); FILE MERGED 2004/12/14 16:32:43 ssa 1.11.140.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [ae4cbaaf16ec02b2e4d1d2941d4f2105a38920cf]

        INTEGRATION: CWS vclcompact (1.94.12); FILE MERGED 2004/12/14 16:32:43 ssa 1.94.12.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f777b3fe0c85ca9f25602674e6159ba230735c49]

        INTEGRATION: CWS vclcompact (1.2.168); FILE MERGED 2004/12/16 15:03:12 ssa 1.2.168.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/06 09:59:07 dv 1.2.168.1: #i37763# dtor of WaitObject not inline any longer

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [49eaaa3d7418b414da8305af8fbae40d8b29f608]

        INTEGRATION: CWS vclcompact (1.14.82); FILE MERGED 2004/12/15 10:07:59 ssa 1.14.82.4: correct typo 2004/12/15 08:55:10 ssa 1.14.82.3: hide Window members (pImpl) 2004/12/15 08:45:17 ssa 1.14.82.2: hide Window members (pImpl) 2004/12/14 16:32:42 ssa 1.14.82.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [109e90bd21d36780a3b16e3a6e18b2293659ce2c]

        INTEGRATION: CWS vclcompact (1.200.50); FILE MERGED 2004/12/16 18:18:38 ssa 1.200.50.3: pImpl changes 2004/12/16 15:03:02 ssa 1.200.50.2: RESYNC: (1.200-1.203); FILE MERGED 2004/12/14 16:32:42 ssa 1.200.50.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b1a136316cda95bff45ebcafa6d933ba69a59d36]

        INTEGRATION: CWS vclcompact (1.78.10); FILE MERGED 2004/12/16 15:02:29 ssa 1.78.10.2: RESYNC: (1.78-1.81); FILE MERGED 2004/12/14 16:32:41 ssa 1.78.10.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0e5b262d1a15adaf6d2f9f24fcb1e4d3604cf3b5]

        INTEGRATION: CWS vclcompact (1.38.28); FILE MERGED 2004/12/16 15:02:14 ssa 1.38.28.2: RESYNC: (1.38-1.39); FILE MERGED 2004/12/14 16:32:41 ssa 1.38.28.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3b2767851e541a038c45bd0cda659b401f86204e]

        INTEGRATION: CWS vclcompact (1.3.260); FILE MERGED 2004/12/14 16:32:41 ssa 1.3.260.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [ade1a914eae8873a3341de02cf6264ec5d977e2e]

        INTEGRATION: CWS vclcompact (1.13.28); FILE MERGED 2004/12/14 16:32:41 ssa 1.13.28.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [94319a4ed05f7229f819ab3ebf7616329408198b]

        INTEGRATION: CWS presperf01 (1.3.2); FILE MERGED 2005/01/07 18:29:32 thb 1.3.2.2: #i36093# Moving gradient to position of polygon, as texture space is only relative to shape coordinate system, not bounds 2004/12/17 22:41:22 thb 1.3.2.1: #i36093# Finished implementation of native gradients

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0b7612d6f9243c5881533b77026429cf0473a2a9]

        INTEGRATION: CWS vclcompact (1.14.20); FILE MERGED 2004/12/14 16:32:41 ssa 1.14.20.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f970f5c763f9cf1813e1b069bb319f98adee603e]

        INTEGRATION: CWS vclcompact (1.112.10); FILE MERGED 2004/12/16 18:18:33 ssa 1.112.10.3: pImpl changes 2004/12/16 15:00:21 ssa 1.112.10.2: RESYNC: (1.112-1.114); FILE MERGED 2004/12/14 16:32:40 ssa 1.112.10.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f92de6a3aae700c0d30b42b256a5678d4ade39ba]

        INTEGRATION: CWS vclcompact (1.15.88); FILE MERGED 2004/12/16 15:01:47 ssa 1.15.88.2: RESYNC: (1.15-1.17); FILE MERGED 2004/11/29 10:07:22 dv 1.15.88.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a3eec222c9ea473f5fdf008221d9e445f2e96d6d]

        INTEGRATION: CWS vclcompact (1.29.82); FILE MERGED 2004/12/14 16:32:40 ssa 1.29.82.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [6455770ae2fba4953dfcb79ffb391131a257fccd]

        INTEGRATION: CWS vclcompact (1.17.82); FILE MERGED 2004/12/16 15:01:37 ssa 1.17.82.2: RESYNC: (1.17-1.18); FILE MERGED 2004/12/14 16:32:40 ssa 1.17.82.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2549ad8b12237a8b997c7bceb9c289ce393e53cd]

        INTEGRATION: CWS vclcompact (1.4.82); FILE MERGED 2004/12/16 15:01:27 ssa 1.4.82.2: RESYNC: (1.4-1.7); FILE MERGED 2004/12/14 16:32:40 ssa 1.4.82.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a3385345937510eecde195e0587f56e7c39279d1]

        INTEGRATION: CWS vclcompact (1.16.82); FILE MERGED 2004/12/14 16:32:39 ssa 1.16.82.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [21622bc175e479c697887c2ffef74a0a90cef075]

        INTEGRATION: CWS vclcompact (1.30.134); FILE MERGED 2004/12/14 16:32:39 ssa 1.30.134.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [928d71e51c577f6bdc7f546f988a4e5cd5d13e60]

        INTEGRATION: CWS vclcompact (1.7.262); FILE MERGED 2004/12/14 16:32:39 ssa 1.7.262.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1db0e23c72035a02709339b4d6b4c5fcc7adf261]

        INTEGRATION: CWS vclcompact (1.16.54); FILE MERGED 2004/12/16 15:00:48 ssa 1.16.54.2: RESYNC: (1.16-1.19); FILE MERGED 2004/12/14 16:32:39 ssa 1.16.54.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [68ac9614694788f2ac8331fcfd8f454c4b87515e]

        INTEGRATION: CWS vclcompact (1.14.80); FILE MERGED 2004/11/29 10:07:22 dv 1.14.80.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [aac28ee4e6e1815dbd58a490fbd9374f3cb05265]

        INTEGRATION: CWS vclcompact (1.8.82); FILE MERGED 2004/11/29 10:07:22 dv 1.8.82.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [688e99f1c76932530569cc170f5119663ffeda95]

        INTEGRATION: CWS presperf01 (1.1.2); FILE ADDED 2004/12/17 22:35:32 thb 1.1.2.1: #i36093# Initial revision

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a2a1019cb8585a2b5dbadf82087867917e3deb3d]

        INTEGRATION: CWS vclcompact (1.13.262); FILE MERGED 2004/12/16 14:51:44 ssa 1.13.262.2: RESYNC: (1.13-1.14); FILE MERGED 2004/12/14 16:32:38 ssa 1.13.262.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a623f6a1c027aafa5ca565be95c2ba5c33914440]

        INTEGRATION: CWS presperf01 (1.1.40); FILE MERGED 2004/12/17 22:37:36 thb 1.1.40.1: #i36093# Added createPolygonFromEllipse(), mapped createPolygonFromCircle to that. Added some more files in source/tools

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a6475b460de25ca29c977eeb2125294b31a49ee1]

        INTEGRATION: CWS vclcompact (1.186.12); FILE MERGED 2004/12/16 14:51:14 ssa 1.186.12.2: RESYNC: (1.186-1.188); FILE MERGED 2004/12/14 16:32:38 ssa 1.186.12.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d58f8be98ecfccd6f27af1146ab1fe0c1bd9cb61]

        INTEGRATION: CWS presperf01 (1.1.2); FILE ADDED 2004/12/17 22:35:22 thb 1.1.2.1: #i36093# Initial revision

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [851f3e270ba408c864657f7de63177dd139f1a6b]

        INTEGRATION: CWS vclcompact (1.24.82); FILE MERGED 2004/12/16 14:51:02 ssa 1.24.82.2: RESYNC: (1.24-1.25); FILE MERGED 2004/12/14 16:32:37 ssa 1.24.82.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5f5a8de77e06443c59bcf50d15e47b5fe67615ea]

        INTEGRATION: CWS presperf01 (1.15.2); FILE MERGED 2004/12/17 22:37:35 thb 1.15.2.1: #i36093# Added createPolygonFromEllipse(), mapped createPolygonFromCircle to that. Added some more files in source/tools

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3575de67581725882a0ebd25daa3efec4c1a78de]

        INTEGRATION: CWS vclcompact (1.31.18); FILE MERGED 2004/12/14 16:32:37 ssa 1.31.18.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [68a6e5ddebe9dd9f0e2039577b13fb01919feef8]

        INTEGRATION: CWS presperf01 (1.21.2); FILE MERGED 2004/12/17 22:37:35 thb 1.21.2.1: #i36093# Added createPolygonFromEllipse(), mapped createPolygonFromCircle to that. Added some more files in source/tools

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5c814cf4ab0e71cd6943237ebf0be8e63231f68d]

        INTEGRATION: CWS vclcompact (1.8.262); FILE MERGED 2004/12/14 16:32:37 ssa 1.8.262.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f361cdfe864cfb17f521cb20deb7695f84d5e771]

        INTEGRATION: CWS presperf01 (1.1.2); FILE ADDED 2004/12/17 22:34:51 thb 1.1.2.1: #i36093# Initial revision

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8d5908f7e4f6bf3eda3a95a6b6b507f457d15ba7]

        INTEGRATION: CWS vclcompact (1.18.82); FILE MERGED 2004/11/29 10:07:21 dv 1.18.82.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [786d48727a8b5f32d3b60226e7b32d67dc09bfda]

        INTEGRATION: CWS presperf01 (1.13.2); FILE MERGED 2004/12/17 22:37:34 thb 1.13.2.1: #i36093# Added createPolygonFromEllipse(), mapped createPolygonFromCircle to that. Added some more files in source/tools

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [6f474e1a6031518d04cd9bb9de0d120684443cfa]

        INTEGRATION: CWS vclcompact (1.4.140); FILE MERGED 2004/11/29 10:07:21 dv 1.4.140.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [27f615fdc8d2e50e491b829f70bb08c3ba96b95b]

        INTEGRATION: CWS vclcompact (1.6.262); FILE MERGED 2004/11/29 10:07:20 dv 1.6.262.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [eb78b70b175a46ad33127054b3c87b55d8ff9661]

        INTEGRATION: CWS vclcompact (1.17.42); FILE MERGED 2004/12/14 16:32:36 ssa 1.17.42.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [df09afe8497d32ca9d59b424c1a04ffe7c25d9a1]

        INTEGRATION: CWS vclcompact (1.30.38); FILE MERGED 2004/12/16 14:49:34 ssa 1.30.38.2: RESYNC: (1.30-1.31); FILE MERGED 2004/12/14 16:32:36 ssa 1.30.38.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [cda9713b9ad0701b9d5188638803206a281380d0]

        INTEGRATION: CWS vclcompact (1.49.162); FILE MERGED 2004/12/03 10:22:52 dv 1.49.162.1: #i37763# Moved all ResMgr functions to tools

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e7de867029fdea2001e028486336c055ffa7d3e1]

        INTEGRATION: CWS presperf01 (1.2.2); FILE MERGED 2004/12/17 22:40:01 thb 1.2.2.1: #i36093# Finished implementation of native gradients

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3cb7be0a02a7c43cc6cde6b972cc82992ab188d0]

        INTEGRATION: CWS vclcompact (1.35.134); FILE MERGED 2004/12/14 16:32:36 ssa 1.35.134.1: hide Window members (pImpl)

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fc3146c70bb99d0f362f7a3b0f39f3f99f5db57d]

        INTEGRATION: CWS vclcompact (1.14.82); FILE MERGED 2004/11/29 10:07:20 dv 1.14.82.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [616c0cc9265a45c746c44794b6ac185370ef3b69]

        INTEGRATION: CWS vclcompact (1.42.80); FILE MERGED 2004/12/16 14:49:24 ssa 1.42.80.2: RESYNC: (1.42-1.43); FILE MERGED 2004/11/29 10:06:08 dv 1.42.80.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [205ad384218d3bf9c83b20e0abf1f819aafba4ca]

        INTEGRATION: CWS tbe15 (1.2.76); FILE MERGED 2004/12/03 13:14:27 tbe 1.2.76.1: #i38145# Optimize Layout of the Controls Toolbox in the Basic IDE Dialog Editor

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8afa8ff172f43a9230fd6b72a8b9e78a71c221ea]

        INTEGRATION: CWS tbe15 (1.48.2); FILE MERGED 2005/01/06 17:53:44 tbe 1.48.2.2: #i40031# Append Libraries dialog doesn't support OASIS file format 2005/01/05 13:55:14 tbe 1.48.2.1: #i38978# Macros: organize->libraries->edit does not open IDE

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [923504b77b571003f6f116a450006d3b93609e59]

        INTEGRATION: CWS tbe15 (1.16.56); FILE MERGED 2004/12/10 17:22:31 tbe 1.16.56.1: #i38314# Crash in Basic Macro dialog

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2159ba66bc4ff4f827b1d021e83cf85ae3bbe3b8]

        INTEGRATION: CWS tbe15 (1.8.56); FILE MERGED 2004/12/10 17:21:57 tbe 1.8.56.1: #i38314# Crash in Basic Macro dialog

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [743e9c61d79ec3da80c40c972865e971c448b849]

        INTEGRATION: CWS tbe15 (1.14.56); FILE MERGED 2004/12/10 17:21:32 tbe 1.14.56.1: #i38314# Crash in Basic Macro dialog

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3d4616342956643625e5f206af47210f46beae8a]

        INTEGRATION: CWS notesapi (1.179.14); FILE MERGED 2005/01/05 15:50:45 sab 1.179.14.5: RESYNC: (1.183-1.185); FILE MERGED 2004/12/01 18:57:06 sab 1.179.14.4: RESYNC: (1.180-1.183); FILE MERGED 2004/12/01 16:20:21 sab 1.179.14.3: #i37946#; collect automatic styles of notes correctly 2004/11/08 19:17:57 sab 1.179.14.2: RESYNC: (1.179-1.180); FILE MERGED 2004/11/08 17:58:51 sab 1.179.14.1: #118213#; use new hidden layer

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a6c74528ff0efaefa0c1dcda94146563b60e6982]

        INTEGRATION: CWS tbe15 (1.27.56); FILE MERGED 2004/12/10 17:20:59 tbe 1.27.56.1: #i38314# Crash in Basic Macro dialog

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1ef4b3e52c09c8dc0ea80501c16b4b4d096a4ed3]

        INTEGRATION: CWS tbe15 (1.32.2); FILE MERGED 2004/12/10 17:20:24 tbe 1.32.2.1: #i38314# Crash in Basic Macro dialog

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [7f932a52c548706ec69705ee98da611e4f7f8b32]

        INTEGRATION: CWS tbe15 (1.32.56); FILE MERGED 2004/12/13 16:51:34 tbe 1.32.56.1: #i38477# OfficeCrash when saving read only basic module

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f91d2db56d2ff0ebff076511713228259747a258]

        INTEGRATION: CWS tbe15 (1.5.56); FILE MERGED 2004/12/10 17:19:59 tbe 1.5.56.1: #i38314# Crash in Basic Macro dialog

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a23cc290589cc6b90ae38ea87e4630e52cb1b0d8]

        INTEGRATION: CWS notesapi (1.2.16); FILE MERGED 2004/12/01 18:46:24 sab 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/08 18:00:00 sab 1.2.16.1: #118213#, #i36871#; introduce new hidden layer

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [9b42de924d5f4b68a4755eb721a74de3b4eacc46]

        INTEGRATION: CWS tbe15 (1.51.36); FILE MERGED 2005/01/04 16:24:19 tbe 1.51.36.1: #i38978# Macros: organize->libraries->edit does not open IDE

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [bff4b36e7d6cd43245ef928c39de5ef1d08ec4e6]

        INTEGRATION: CWS tbe15 (1.8.40); FILE MERGED 2004/12/09 11:55:12 tbe 1.8.40.1: #i38390# OOo XML 1.0 DTD:  expected in script.mod

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2cff314aff915dd74d10d550494cc5c452248a05]

        INTEGRATION: CWS tbe15 (1.48.40); FILE MERGED 2004/12/09 11:54:59 tbe 1.48.40.1: #i38390# OOo XML 1.0 DTD:  expected in script.mod

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2efa12e4b42006ba68ad291447577f03f2b5fa0b]

        INTEGRATION: CWS impress26 (1.122.30); FILE MERGED 2004/12/16 14:06:56 cl 1.122.30.1: #i37644# fixed float transparency getpropertystate

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1a6108f040f9701dafae7745a6d44bdcc54311b0]

        INTEGRATION: CWS tbe15 (1.19.4); FILE MERGED 2004/12/03 16:19:32 tbe 1.19.4.1: #i38139# Tools/Macro/Run Macro freezes office when Basic macro is already running

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [7f8140869aa52936966bc7dfb6394d73339489c4]

        INTEGRATION: CWS tbe15 (1.15.54); FILE MERGED 2004/12/17 12:29:40 sb 1.15.54.2: #i25819# Minor optimization. 2004/12/16 15:40:22 sb 1.15.54.1: #i25819# Flush instruction cache.

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5670e058e9d1fc737ad36c40d8c8bad1102a7f6e]

        INTEGRATION: CWS tbe15 (1.4.62); FILE MERGED 2004/12/16 15:40:19 sb 1.4.62.1: #i25819# Flush instruction cache.

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8a1f4e955bb678f9ed02ed0e763213a579adbc6e]

        INTEGRATION: CWS tbe15 (1.1.62); FILE MERGED 2004/12/03 16:21:22 tbe 1.1.62.1: #i38139# Tools/Macro/Run Macro freezes office when Basic macro is already running

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c5d8102222a682ddefef1f6baa89da99f8171ee3]

        INTEGRATION: CWS tbe15 (1.4.28); FILE MERGED 2004/12/03 16:24:43 tbe 1.4.28.1: #i38139# Tools/Macro/Run Macro freezes office when Basic macro is already running

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [583ab109bb5ec5a1cfb157d12e02bbedafed022b]

        INTEGRATION: CWS tbe15 (1.6.12); FILE MERGED 2004/12/03 16:24:19 tbe 1.6.12.1: #i38139# Tools/Macro/Run Macro freezes office when Basic macro is already running

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [565aefdc1102d72099d1d1a237229e57b2b51440]

        INTEGRATION: CWS tbe15 (1.13.12); FILE MERGED 2004/12/03 16:23:56 tbe 1.13.12.1: #i38139# Tools/Macro/Run Macro freezes office when Basic macro is already running

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [65a5b54fc553a3516632780b3e703372c2903e93]

        INTEGRATION: CWS tbe15 (1.6.12); FILE MERGED 2004/12/03 16:23:27 tbe 1.6.12.1: #i38139# Tools/Macro/Run Macro freezes office when Basic macro is already running

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [55df9abe0c77802e6d0697565d34cf56a5ee1371]

        INTEGRATION: CWS tbe15 (1.6.12); FILE MERGED 2004/12/03 16:23:07 tbe 1.6.12.1: #i38139# Tools/Macro/Run Macro freezes office when Basic macro is already running

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [ee0382f60afdcf83a5601d7461cae765cfbe7fb0]

        INTEGRATION: CWS tbe15 (1.8.12); FILE MERGED 2004/12/03 16:22:46 tbe 1.8.12.1: #i38139# Tools/Macro/Run Macro freezes office when Basic macro is already running

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d84c68f93a27c863ccb95ed69b581fb1cbfc8326]

        INTEGRATION: CWS tbe15 (1.6.12); FILE MERGED 2004/12/03 16:22:18 tbe 1.6.12.1: #i38139# Tools/Macro/Run Macro freezes office when Basic macro is already running

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [dcde8904d61e0edcba5eff18207dccb9eaea92f7]

        INTEGRATION: CWS tbe15 (1.3.82); FILE MERGED 2004/12/20 16:26:33 tbe 1.3.82.1: #i38147# document event bindings from 5.2 documents are not imported

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [163b4d73aad24f8cef25c70f4376f3ba13c15a04]

        INTEGRATION: CWS tbe15 (1.6.52); FILE MERGED 2004/12/20 16:25:52 tbe 1.6.52.1: #i38147# document event bindings from 5.2 documents are not imported

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [75fd2ad80de9b502d0ab6da9c0c6e940990d7309]

        INTEGRATION: CWS notesapi (1.1.2); FILE ADDED 2005/01/07 14:50:49 sw 1.1.2.3: #i36871# 2005/01/04 16:28:21 sw 1.1.2.2: #i36871# 2004/12/17 14:54:50 sw 1.1.2.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [ede2b04089ae735991827348340f72d8c5908e87]

        INTEGRATION: CWS tbe15 (1.5.26); FILE MERGED 2004/12/21 10:51:38 tbe 1.5.26.1: #i38147# document event bindings from 5.2 documents are not imported

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [819bc351abd81c9204889b9119d416852694390d]

        INTEGRATION: CWS notesapi (1.2.100); FILE MERGED 2005/01/04 16:26:44 sw 1.2.100.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [467b0a53af82a3cb8a0ac1ad337b82dea83bee3c]

        INTEGRATION: CWS notesapi (1.1.2); FILE ADDED 2004/12/17 14:05:12 sw 1.1.2.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2fe27b4f6d74f60444b04a86a131716fe2202f44]

        INTEGRATION: CWS notesapi (1.2.58); FILE MERGED 2005/01/07 14:58:35 sw 1.2.58.2: #i36871# 2004/12/17 15:52:33 sw 1.2.58.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c726a8c34b09445cfbfb07948f1521c46509db47]

        INTEGRATION: CWS notesapi (1.1.150); FILE MERGED 2005/01/07 14:56:05 sw 1.1.150.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [20d77c981a28209eca7c254d20fcca3fa831189c]

        INTEGRATION: CWS notesapi (1.2.100); FILE MERGED 2005/01/04 16:27:37 sw 1.2.100.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0a0b9d64bf8f8cac9f69da8a2d569c0b555d59cb]

        INTEGRATION: CWS notesapi (1.3.58); FILE MERGED 2005/01/07 14:36:07 sw 1.3.58.2: #i36871# 2005/01/04 16:27:37 sw 1.3.58.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [2e953506a2068ec701b46f95756e3d04265ae747]

        INTEGRATION: CWS notesapi (1.1.2); FILE ADDED 2004/12/17 14:54:12 sw 1.1.2.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d55dcc15c393a145c012fcf7374ac2203a2fb760]

        INTEGRATION: CWS notesapi (1.5.60); FILE MERGED 2004/12/17 10:53:58 sw 1.5.60.1: i36871

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a153be531680f859ebd23a706b373a3fd94b5d0a]

        INTEGRATION: CWS notesapi (1.2.102); FILE MERGED 2004/12/17 10:53:57 sw 1.2.102.1: i36871

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a719031f672143e2753b877cc37891ec6abdef8c]

        INTEGRATION: CWS notesapi (1.5.60); FILE MERGED 2004/12/17 10:53:57 sw 1.5.60.1: i36871

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8849d2da2e14eaf186352c84cb67ce4bbd854847]

        INTEGRATION: CWS notesapi (1.2.48); FILE MERGED 2004/12/17 10:53:57 sw 1.2.48.1: i36871

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [0c64c6a0b9ee39d1ff7dc93ea7d6d9de6bde3cfc]

        INTEGRATION: CWS notesapi (1.2.48); FILE MERGED 2004/12/17 10:53:56 sw 1.2.48.1: i36871

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [57381bf129812b13efe52b273a52ec7df6b42644]

        INTEGRATION: CWS notesapi (1.5.60); FILE MERGED 2004/12/17 10:53:56 sw 1.5.60.1: i36871

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f4985b3b1c5cf2e95941e61e0ced9fb488d6881c]

        INTEGRATION: CWS notesapi (1.5.60); FILE MERGED 2004/12/17 10:53:55 sw 1.5.60.1: i36871

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [151f06618954ac160177cae9cdaddc639ce7e13b]

        INTEGRATION: CWS notesapi (1.5.60); FILE MERGED 2004/12/17 10:53:54 sw 1.5.60.1: i36871

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f9a76a11e80bf78d6f614471c73fc549bf021c27]

        INTEGRATION: CWS notesapi (1.1.2); FILE ADDED 2004/12/17 10:54:37 sw 1.1.2.1: i36871

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3ee40522c90f44ab64ca1c00cc08f62e7712ea7b]

        INTEGRATION: CWS notesapi (1.1.152); FILE MERGED 2004/12/17 10:53:53 sw 1.1.152.1: i36871

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b692359435482f54d7d01d8c053743dd1873d991]

        INTEGRATION: CWS impress26 (1.5.1198); FILE MERGED 2004/12/16 12:14:09 cl 1.5.1198.1: #i39032# use correct MID for hatches

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [76b5edef9efe869d69045b9321a74b4b0d1c1433]

        INTEGRATION: CWS impress26 (1.9.80); FILE MERGED 2004/12/16 12:14:09 cl 1.9.80.1: #i39032# use correct MID for hatches

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1a1d87e49606a11988110634f5939ae49208a2e2]

        INTEGRATION: CWS impress26 (1.7.250); FILE MERGED 2004/12/16 18:39:50 cl 1.7.250.1: #i39168# applied performance patch from mmeeks

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [a8aeb3830997b77bd3ad9546c67066a9fa86fbdd]

        INTEGRATION: CWS impress26 (1.66.26); FILE MERGED 2004/12/16 13:48:11 cl 1.66.26.1: #i38253# changed access methods for header footer settings to propagate changes

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [40487389fedb072e2c4231123f7739baef3ff3c2]

        INTEGRATION: CWS impress26 (1.42.26); FILE MERGED 2004/12/14 10:11:08 cl 1.42.26.1: #i38955# fixed crash while importing old effects

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [bb37a7198d27bc0d3ef11b70bd7adf895f3394db]

        INTEGRATION: CWS impress26 (1.2.170); FILE MERGED 2004/12/15 13:14:18 af 1.2.170.1: #i39026# Added FocusPage() method.

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [809378ef061647a414a764a5a0088bb523a544a9]

        INTEGRATION: CWS impress26 (1.11.26); FILE MERGED 2004/12/15 13:16:15 af 1.11.26.1: #i39026# For mouse clicks set the focus to the page that was clicked on.

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8667c79235f270b06090db197a0e6ba853c76a9e]

        INTEGRATION: CWS impress26 (1.2.170); FILE MERGED 2004/12/15 13:15:10 af 1.2.170.1: #i39026# Added FocusPage() method.

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3f42604c41d02e38d1ae8045c5b741011dae1360]

        INTEGRATION: CWS impress26 (1.2.304); FILE MERGED 2004/12/16 15:28:38 cl 1.2.304.1: #i38511# fixed dialog diet to call correct OutlineBulletDialog::GetOutputItemSet()

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [334f2204cac459750b20b5faf6b71d8a93854072]

        INTEGRATION: CWS notesapi (1.19.90); FILE MERGED 2004/11/08 18:11:13 sab 1.19.90.1: #i36871#; implement new notes API

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5789de0783540d2d039f9200079835ffcc8deaf5]

        INTEGRATION: CWS impress26 (1.2.260); FILE MERGED 2004/12/16 13:48:10 cl 1.2.260.1: #i38253# changed access methods for header footer settings to propagate changes

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [01647cc730e6c1fb970f227da5a2995a7769a708]

        INTEGRATION: CWS notesapi (1.1.2); FILE ADDED 2004/11/08 18:11:02 sab 1.1.2.1: #i36871#; implement new notes API

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3942b6094a80caf918e5315cc7608030f40b27bd]

        INTEGRATION: CWS impress26 (1.4.170); FILE MERGED 2004/12/16 15:28:31 cl 1.4.170.1: #i38511# fixed dialog diet to call correct OutlineBulletDialog::GetOutputItemSet()

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c5427211d400158a78f724e8077979973d72d9b8]

        INTEGRATION: CWS notesapi (1.1.2); FILE ADDED 2004/11/08 18:10:51 sab 1.1.2.1: #i36871#; implement new notes API

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fca98d5261fb1fafb9f18261c0768b7b32b38a5d]

        INTEGRATION: CWS notesapi (1.5.92); FILE MERGED 2004/11/08 18:11:13 sab 1.5.92.1: #i36871#; implement new notes API

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1e9fc6fdfb34ea7a8025d1d2eaee032ad250d35a]

        INTEGRATION: CWS impress26 (1.4.32); FILE MERGED 2004/12/16 15:26:55 cl 1.4.32.1: #i38511# fixed dialog diet to call correct OutlineBulletDialog::GetOutputItemSet()

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [606128e9f844626f5994d6f7723ac8a2353a09be]

        INTEGRATION: CWS impress26 (1.5.32); FILE MERGED 2004/12/17 11:21:35 cl 1.5.32.2: fixed solaris compiler problem 2004/12/16 15:26:54 cl 1.5.32.1: #i38511# fixed dialog diet to call correct OutlineBulletDialog::GetOutputItemSet()

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [00ce7aa3aece215bedc2f02f7622639568a3d26d]

        INTEGRATION: CWS impress26 (1.7.106); FILE MERGED 2004/12/16 13:48:09 cl 1.7.106.1: #i38253# changed access methods for header footer settings to propagate changes

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [93f22f52d27c0aace60f07dca8d7aa87013bb0b8]

        INTEGRATION: CWS impress26 (1.6.116); FILE MERGED 2004/12/16 15:26:53 cl 1.6.116.1: #i38511# fixed dialog diet to call correct OutlineBulletDialog::GetOutputItemSet()

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [5a6acfca5edc88a791ed3850b847e64d7d8aa40e]

        INTEGRATION: CWS impress26 (1.8.106); FILE MERGED 2004/12/16 13:41:43 cl 1.8.106.1: #i39045# #i21440# hide spell checker marks during graphic and html export

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [6f912ac3c46e85160eb5b7acfee8827db1f5a4b9]

        INTEGRATION: CWS impress26 (1.10.104); FILE MERGED 2004/12/16 13:41:31 cl 1.10.104.1: #i39045# #i21440# hide spell checker marks during graphic and html export

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [68330ac2a6507d8f50f5788c503ca0a1b091b31a]

        INTEGRATION: CWS impress26 (1.68.24); FILE MERGED 2004/12/16 13:44:13 cl 1.68.24.1: #i38253# changed access methods for header footer settings to propagate changes

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [3e1be4ff90231a4e9056d278344cc801f32e804b]

        INTEGRATION: CWS impress26 (1.47.28); FILE MERGED 2004/12/16 13:49:50 cl 1.47.28.1: #i38253# changed access methods for header footer settings to propagate changes

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c9cef658f74a2f1892c534782139d1a214fe398e]

        INTEGRATION: CWS impress26 (1.27.26); FILE MERGED 2004/12/16 13:49:50 cl 1.27.26.1: #i38253# changed access methods for header footer settings to propagate changes

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [8cbc4471539d9dc290b6fb541b7d03493dd029bf]

        INTEGRATION: CWS tbe16 (1.99.14); FILE MERGED 2005/01/10 16:55:56 tbe 1.99.14.1: #i40260# column headers in Basic IDE watch window not localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [db1153081a36d33c54c90efcb161399768e26da6]

        INTEGRATION: CWS impress26 (1.19.28); FILE MERGED 2004/12/16 13:50:01 cl 1.19.28.1: #i38253# changed access methods for header footer settings to propagate changes

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b8be852cc44b3e694bbe1ca39b9f02cd4aec0cc4]

        INTEGRATION: CWS tbe16 (1.43.12); FILE MERGED 2005/01/11 16:44:32 tbe 1.43.12.3: #i40167# 64bit: basctl/source/basicide/baside2b.cxx and SetTabs 2005/01/11 16:19:01 tbe 1.43.12.2: #i40393# header bar borders in Basic IDE watch window are not drawn 2005/01/10 16:56:30 tbe 1.43.12.1: #i40260# column headers in Basic IDE watch window not localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fc06564c447d10ca5bec917e71f79151c8c37682]

        INTEGRATION: CWS impress26 (1.2.304); FILE MERGED 2004/12/16 13:40:39 cl 1.2.304.1: #i39045# #i21440# hide spell checker marks during graphic and html export

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [d5b6897e2c5c4045c0ba7c53c0ef749de0829897]

        INTEGRATION: CWS tbe16 (1.15.52); FILE MERGED 2005/01/10 16:55:30 tbe 1.15.52.1: #i40260# column headers in Basic IDE watch window not localized

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [4d34431d4a601ece8131dc741db911fcf326355e]

        INTEGRATION: CWS impress26 (1.4.106); FILE MERGED 2004/12/16 13:40:39 cl 1.4.106.1: #i39045# #i21440# hide spell checker marks during graphic and html export

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [70b2b41e7e56ea83a02e96b108e37a7d1304c194]

        INTEGRATION: CWS vclcompact (1.7.262); FILE MERGED 2004/11/29 10:07:08 dv 1.7.262.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c263e1c629e08903dcb41eda7a277a06ff195411]

        INTEGRATION: CWS impress26 (1.3.106); FILE MERGED 2004/12/16 13:40:39 cl 1.3.106.1: #i39045# #i21440# hide spell checker marks during graphic and html export

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [61765c5ab2e87eabf45a68c6bfe691b05620d4ec]

        INTEGRATION: CWS vclcompact (1.8.262); FILE MERGED 2004/11/29 10:07:07 dv 1.8.262.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [cede330747c1e6c10a61bcab46c0bf382ed9b177]

        INTEGRATION: CWS notesapi (1.1.2); FILE ADDED 2004/11/08 18:03:11 sab 1.1.2.1: #i36871#; implement new notes API

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [1e188d63c169da4ecc4332af7349236b2dbbfe1b]

        INTEGRATION: CWS tbe16 (1.7.6); FILE MERGED 2005/01/11 16:16:39 tbe 1.7.6.1: #i40393# header bar borders in Basic IDE watch window are not drawn

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b6a3879caaf5abcf8df584613f508f8ceb5d58b9]

        INTEGRATION: CWS notesapi (1.15.72); FILE MERGED 2004/11/08 17:58:13 sab 1.15.72.1: #118213#, #i36871#; introduce new hidden layer

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [924e7fbed69ae4c1cf2f01fe7b76571436055229]

        INTEGRATION: CWS vclcompact (1.10.662); FILE MERGED 2004/11/29 10:07:07 dv 1.10.662.1: #i37763# Reduce vcl exports

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [89561acf67075e2e3b2554e0feae5eac6df5dc5f]

        INTEGRATION: CWS notesapi (1.31.14); FILE MERGED 2004/12/01 19:01:45 sab 1.31.14.3: RESYNC: (1.34-1.35); FILE MERGED 2004/11/08 19:31:25 sab 1.31.14.2: RESYNC: (1.31-1.34); FILE MERGED 2004/11/08 17:58:12 sab 1.31.14.1: #118213#, #i36871#; introduce new hidden layer

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c995eb4d8c11aa98b096c5a730a359e1b5557648]

        INTEGRATION: CWS notesapi (1.4.16); FILE MERGED 2005/01/06 19:14:38 sab 1.4.16.2: #i36871#; add XComponent 2004/11/08 18:00:46 sab 1.4.16.1: #i36871#; implement new notes API

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [6e3ac76b4351c7a150e2d9b084bc1098d210cc56]

        INTEGRATION: CWS notesapi (1.19.16); FILE MERGED 2004/12/01 16:22:43 sab 1.19.16.2: #i36871#; set document modified 2004/11/08 18:00:46 sab 1.19.16.1: #i36871#; implement new notes API

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [f9c0eda1fa25d7881126cb2afbceaf96cc6436cc]

        INTEGRATION: CWS notesapi (1.4.16); FILE MERGED 2004/12/01 18:50:37 sab 1.4.16.3: RESYNC: (1.5-1.7); FILE MERGED 2004/11/08 19:10:03 sab 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2004/11/08 17:59:15 sab 1.4.16.1: #118213#; use new hidden layer

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [fc2ee0a78a727f216a8f1215141d9dcec3048d96]

        INTEGRATION: CWS notesapi (1.30.14); FILE MERGED 2005/01/05 15:41:00 sab 1.30.14.5: RESYNC: (1.34-1.35); FILE MERGED 2004/12/01 18:46:09 sab 1.30.14.4: RESYNC: (1.33-1.34); FILE MERGED 2004/11/09 10:26:38 sab 1.30.14.3: RESYNC: (1.32-1.33); FILE MERGED 2004/11/08 19:05:12 sab 1.30.14.2: RESYNC: (1.30-1.32); FILE MERGED 2004/11/08 17:59:59 sab 1.30.14.1: #118213#, #i36871#; introduce new hidden layer

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [c4234c802ed5e7b4d7c04547051ff9d079d0e61c]

        INTEGRATION: CWS notesapi (1.1.2); FILE ADDED 2005/01/04 16:08:34 sw 1.1.2.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [88af227f5679d4894adf112baa03387b939cadab]

        INTEGRATION: CWS notesapi (1.1.2); FILE ADDED 2005/01/04 16:08:18 sw 1.1.2.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b269a27e9736e3191ca7c2a8c4d0604bcaea1d48]

        INTEGRATION: CWS notesapi (1.1.2); FILE ADDED 2005/01/04 16:07:56 sw 1.1.2.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e467a93f5d49156183076593f7e23a74f65af0e3]

        INTEGRATION: CWS vclcompact (1.19.2); FILE MERGED 2004/12/17 08:43:45 ssa 1.19.2.1: #i37763# avoid copy ctor

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [b144399be31c85a8ef4311ded7098bfc01410f80]

        INTEGRATION: CWS notesapi (1.3.218); FILE MERGED 2005/01/11 09:49:06 sw 1.3.218.4: #i36871# 2004/12/17 13:27:36 sw 1.3.218.3: #i36871# 2004/12/17 13:14:35 sw 1.3.218.2: #i36871# 2004/12/17 13:10:53 sw 1.3.218.1: #i36871#

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [06373eb560cf281fca0b57f96e00564c1b39daff]

        INTEGRATION: CWS notesapi (1.2.16); FILE MERGED 2004/12/01 17:37:32 sab 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/08 17:57:44 sab 1.2.16.1: #118213#, #i36871#; use new hidden layer

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [e0ab118e5619f03224751e2edc734ca633d42bc9]

        INTEGRATION: CWS notesapi (1.2.160); FILE MERGED 2005/01/06 19:15:37 sab 1.2.160.2: #i36871#; add XComponent 2004/11/08 18:00:33 sab 1.2.160.1: #i36871#; implement new notes API

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [da3ce413dacff0e6066c63e33dcac14f213362e5]

        INTEGRATION: CWS notesapi (1.40.16); FILE MERGED 2004/12/01 17:37:24 sab 1.40.16.2: RESYNC: (1.40-1.41); FILE MERGED 2004/11/08 17:57:28 sab 1.40.16.1: #118213#, #i36871#; introduce new hidden layer

2005-01-13  Kurt Zenker  <kz@openoffice.org>  [991b6cd2d2ae9fb1da6e1ae95ae84fbd0bc10848]

        INTEGRATION: CWS notesapi (1.14.160); FILE MERGED 2004/11/08 18:00:33 sab 1.14.160.1: #i36871#; implement new notes API

2005-01-13  Vladimir Glazounov  <vg@openoffice.org>  [6bd9ac03b58210e661611fc4c84a003bc5d6e1ad]

        #10000# let build last directories

2005-01-12  Vladimir Glazounov  <vg@openoffice.org>  [73ee6c1bd52ecc37576e4ae96425d5ffd3a3f095]

        new version for SRC680

2005-01-12  Oliver Bolte  <obo@openoffice.org>  [62b0bf8bdfcfe1fd36d74b9bef71d5aa4c1c1626]

        #i10000# refStg undeclared

2005-01-12  Oliver Bolte  <obo@openoffice.org>  [d38505d370302eaafc0a07015bbebdc7204a3d3a]

        #i10000# change INetURLObject::RelToAbs to so3::StaticBaseUrl::RelToAbs

2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [7404ed54b05e6513aabe163cf4cfa35c57af451e]

        new version for SRC680

2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [a407d31a4246d679410dc205d7063ea8b053aff6]

        new version for SRC680

2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [25db968f44db2c7dc19b807f9263e4a487cabee2]

        new version for SRC680

2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [ce42ed68868a0d208244ad9f7491cadc3dc033a5]

        new version for SRC680

2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [0070f02ce41cf57a6a7fc0236b903202ef6d6395]

        new version for SRC680

2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [18b75c9d00eb7f7f543aee8bf287892cd8946ddb]

        new version for SRC680

2005-01-11  Vladimir Glazounov  <vg@openoffice.org>  [9f5e1589aa9d58a3f241af291e24d84b37fb8e71]

        new version for SRC680

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2a0baa4701f7716e4fda0eba4b0333688f7daa49]

        #i10000# Empty export list.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [99f1e5db65d55fc8c20fabc28ec4d7adaec00d39]

        INTEGRATION: CWS sb25 (1.1.1.1.738); FILE MERGED 2004/11/12 17:04:21 sb 1.1.1.1.738.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e74dddc5cc5667b0136056e05465b3415af7ff3b]

        INTEGRATION: CWS sb25 (1.34.86); FILE MERGED 2004/12/17 13:44:35 sb 1.34.86.3: #i37077# Fixes for WNT. 2004/12/07 20:02:09 sb 1.34.86.2: RESYNC: (1.34-1.35); FILE MERGED 2004/11/12 17:04:21 sb 1.34.86.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [978047cac61565660496038e92c9bea981f1c5a6]

        INTEGRATION: CWS sb25 (1.7.88); FILE MERGED 2004/11/12 17:03:48 sb 1.7.88.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2504a8793fc251981f4097d7579966b8c0833cb6]

        INTEGRATION: CWS sb25 (1.3.120); FILE MERGED 2004/12/07 20:19:43 sb 1.3.120.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/12 17:03:47 sb 1.3.120.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [05de7a916ba7f93cc3330718a7e1fc930dfb1319]

        INTEGRATION: CWS sb25 (1.5.192); FILE MERGED 2004/11/12 17:03:47 sb 1.5.192.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4e6e9a9d72716a5fd90c9b6c18df106373dcd532]

        INTEGRATION: CWS sb25 (1.5.286); FILE MERGED 2004/11/12 17:03:46 sb 1.5.286.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [566533b25e84da84a86fc6ae4de45b7d96e694ac]

        INTEGRATION: CWS sb25 (1.4.192); FILE MERGED 2004/11/12 17:03:46 sb 1.4.192.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a11bca8419081f00574d65df85d9eaffc2129e96]

        INTEGRATION: CWS sb25 (1.3.356); FILE MERGED 2004/11/12 17:03:45 sb 1.3.356.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3faec1248cbc524f91107c0710dfbb02a644591a]

        INTEGRATION: CWS sb25 (1.9.356); FILE MERGED 2004/11/12 17:03:45 sb 1.9.356.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8761485f0fb39625bdee9be084884ec03db5c245]

        INTEGRATION: CWS sb25 (1.15.88); FILE MERGED 2004/12/07 20:04:32 sb 1.15.88.2: RESYNC: (1.15-1.18); FILE MERGED 2004/11/12 17:03:44 sb 1.15.88.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2416411cd38f991e314a0acc7fb5730e8db48d3a]

        INTEGRATION: CWS sb25 (1.26.88); FILE MERGED 2004/11/12 17:03:44 sb 1.26.88.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8b46b2071b3a555305bf4d702e04408cbd730871]

        INTEGRATION: CWS sb25 (1.3.120); FILE MERGED 2004/11/17 15:25:21 sb 1.3.120.1: #i37077# Removed unwanted implicitly declared copy ctors and assignment operators.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f7a168eacec981a84e2c4b72f93196d0a5ff42c6]

        INTEGRATION: CWS sb25 (1.5.164); FILE MERGED 2004/11/12 17:03:43 sb 1.5.164.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c13eff763cfa8d35b3ff179da4ce1dd405f4056f]

        INTEGRATION: CWS sb25 (1.15.92); FILE MERGED 2005/01/03 16:41:58 sb 1.15.92.2: RESYNC: (1.15-1.16); FILE MERGED 2004/11/12 17:02:01 sb 1.15.92.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [46cc83ffbcb3c80be5b6156bc61e3359f991332f]

        INTEGRATION: CWS sb25 (1.5.286); FILE MERGED 2004/11/12 17:03:43 sb 1.5.286.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a39d30696080331d845a17d7aec7aa61c741edb2]

        INTEGRATION: CWS sb25 (1.7.346); FILE MERGED 2004/11/12 17:03:42 sb 1.7.346.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [fcd3957eb73e8d9aa7a426a676ebf0224ddca5b5]

        INTEGRATION: CWS sb25 (1.36.88); FILE MERGED 2004/11/12 17:03:42 sb 1.36.88.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7a89a61ccaf74e3bccc3b883a29f4c3c17ee9d13]

        INTEGRATION: CWS sb25 (1.8.164); FILE MERGED 2004/11/12 17:03:42 sb 1.8.164.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [63977983bc2b12ed3b4d0b22e8c8f6ae64099820]

        INTEGRATION: CWS sb25 (1.98.68); FILE MERGED 2005/01/03 16:44:44 sb 1.98.68.3: RESYNC: (1.103-1.104); FILE MERGED 2004/12/07 20:11:58 sb 1.98.68.2: RESYNC: (1.98-1.103); FILE MERGED 2004/11/15 09:24:56 sb 1.98.68.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9779e0dbb482bfd99c71494d9541c3b9a605b10c]

        INTEGRATION: CWS sb25 (1.3.356); FILE MERGED 2004/11/12 17:03:15 sb 1.3.356.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8970d2aaac2ce4566db921a79ad731976b47679a]

        INTEGRATION: CWS sb25 (1.29.88); FILE MERGED 2004/12/07 19:04:32 sb 1.29.88.2: RESYNC: (1.29-1.30); FILE MERGED 2004/11/12 17:02:59 sb 1.29.88.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d724d229a300c64e68b819deb70b7ad345275410]

        INTEGRATION: CWS sb25 (1.1.2); FILE ADDED 2004/11/12 17:01:10 sb 1.1.2.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2e0abe761ebf023aeb50e0bb25a9d3a86209ec54]

        INTEGRATION: CWS sb25 (1.2.310); FILE MERGED 2004/11/12 17:02:04 sb 1.2.310.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8c0845e12b93e24552ae0e975a051b8dc3d09c62]

        INTEGRATION: CWS sb25 (1.2.264); FILE MERGED 2004/11/12 17:02:03 sb 1.2.264.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d386f155cc8374d1e52b764edbc4d29b12247264]

        INTEGRATION: CWS sb25 (1.2.90); FILE MERGED 2004/11/12 17:02:02 sb 1.2.90.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [18a590cf1569ad447ea4d47199b2ceb910e1c11f]

        INTEGRATION: CWS sb25 (1.1.1.1.738); FILE MERGED 2004/11/12 17:01:57 sb 1.1.1.1.738.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [232f56be7fe075ce2f00509d2b177dc265fa35a3]

        INTEGRATION: CWS sb25 (1.3.566); FILE MERGED 2004/11/12 17:01:56 sb 1.3.566.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [237e0c0624208a7e17138684091e1e39e40323a2]

        INTEGRATION: CWS sb25 (1.13.192); FILE MERGED 2004/12/07 19:01:45 sb 1.13.192.2: RESYNC: (1.13-1.14); FILE MERGED 2004/11/12 17:01:55 sb 1.13.192.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c07d9faefe1dd0cc8d69593c7025f9675ccc56aa]

        INTEGRATION: CWS sb25 (1.2.702); FILE MERGED 2004/11/12 17:01:55 sb 1.2.702.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a8c6f82d39fe97a076ff0217fd501aef84218047]

        #i10000#, #i37077#: Empty export list.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2628c339a5bfd1f45416a9dbf27fca226fe5b29d]

        INTEGRATION: CWS sb25 (1.2.88); FILE MERGED 2004/11/12 17:01:51 sb 1.2.88.1: #i37077# Reduce number of exported symbols of sfx dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a2ef8fa02d6fd01d1a6ca2de43774f262c15f592]

        INTEGRATION: CWS sb25 (1.2.22); FILE MERGED 2004/12/09 08:28:48 sb 1.2.22.1: #i37077# Newly added functionality lacked SFX2_DLLPUBLIC.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4457a0e02f068216ce665098eb23314c0774b0f2]

        INTEGRATION: CWS sb25 (1.8.150); FILE MERGED 2004/12/07 18:31:21 sb 1.8.150.2: RESYNC: (1.8-1.10); FILE MERGED 2004/11/15 16:42:20 sb 1.8.150.1: #i37077# Replaced use of deprecated xmloff/xmlkywd.hxx stuff with xmloff/xmltoken.hxx stuff.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ee48da6de71881f7b31710e1864ba81f09b92993]

        SRC680

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5461866247f6df73f2c05f4407423e5af57a78f0]

        INTEGRATION: CWS sb25 (1.11.150); FILE MERGED 2004/12/07 18:31:04 sb 1.11.150.2: RESYNC: (1.11-1.12); FILE MERGED 2004/11/15 16:42:20 sb 1.11.150.1: #i37077# Replaced use of deprecated xmloff/xmlkywd.hxx stuff with xmloff/xmltoken.hxx stuff.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f168e4ecfb7201c14b41815ac296f7259b33a002]

        INTEGRATION: CWS sb25 (1.1.2); FILE ADDED 2004/11/16 11:08:24 sb 1.1.2.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [809ca6cc168da6ae6a9dfa6402ffaca4a4d661f0]

        INTEGRATION: CWS sb25 (1.17.98); FILE MERGED 2004/12/17 14:02:37 sb 1.17.98.5: #i37077# Fixes for WNT. 2004/12/17 13:56:36 sb 1.17.98.4: #i37077# Fixes for WNT. 2004/12/08 14:16:42 sb 1.17.98.3: #i37077# Adapted minimization of exported symbols for xo to new dynamic library xof. 2004/12/07 16:05:19 sb 1.17.98.2: RESYNC: (1.17-1.19); FILE MERGED 2004/11/15 16:46:25 sb 1.17.98.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a24985b1bb28d68a96a856d231b25a22b36d39e1]

        INTEGRATION: CWS sb25 (1.2.16); FILE MERGED 2004/12/13 12:34:43 sb 1.2.16.1: #i37077# Added missing XMLOFF_DLLPUBLIC to new xforms stuff.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a036250fdf93c3325ea131bda2a39ee6f14ff09e]

        INTEGRATION: CWS sb25 (1.1.2); FILE ADDED 2004/12/08 14:18:27 sb 1.1.2.2: #i37077# Consistently use UDK_3_0_0 in version map files of UNO components. 2004/12/08 14:17:07 sb 1.1.2.1: #i37077# Adapted minimization of exported symbols for xo to new dynamic library xof.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c8f38e151c80eb0c89d9d99054b0830b5fd7954a]

        INTEGRATION: CWS sb25 (1.2.102); FILE MERGED 2004/12/08 14:16:41 sb 1.2.102.3: #i37077# Adapted minimization of exported symbols for xo to new dynamic library xof. 2004/12/07 16:20:59 sb 1.2.102.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/15 16:46:24 sb 1.2.102.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [01d871b297cb776336f81dbf43e080d9635a4075]

        INTEGRATION: CWS sb25 (1.32.336); FILE MERGED 2004/11/15 16:46:24 sb 1.32.336.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [30b657adca66435d11b0fcfcb154556dd862f9cc]

        INTEGRATION: CWS sb25 (1.2.438); FILE MERGED 2004/11/15 16:46:24 sb 1.2.438.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [755741b32a37aaa419b5e14b76a86a3c0c8d0a32]

        INTEGRATION: CWS sb25 (1.26.100); FILE MERGED 2004/12/07 16:32:34 sb 1.26.100.2: RESYNC: (1.26-1.28); FILE MERGED 2004/11/15 16:46:23 sb 1.26.100.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b96a5e191ba0033ba8b3a42c75df44859168b6ea]

        INTEGRATION: CWS sb25 (1.5.402); FILE MERGED 2004/12/07 16:33:43 sb 1.5.402.2: RESYNC: (1.5-1.8); FILE MERGED 2004/11/15 16:46:22 sb 1.5.402.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [03278f158b5e224eb91043af5668d8d0cc7f6ffc]

        INTEGRATION: CWS sb25 (1.7.424); FILE MERGED 2004/11/15 16:46:22 sb 1.7.424.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e9c1fd5863a1c107ba3da1a2f99ee0fb1151ff31]

        INTEGRATION: CWS sb25 (1.19.94); FILE MERGED 2004/12/07 16:29:42 sb 1.19.94.2: RESYNC: (1.19-1.20); FILE MERGED 2004/11/15 16:46:22 sb 1.19.94.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [79ce7477fa35164dc9751f1f23012ff1fe784578]

        INTEGRATION: CWS sb25 (1.16.154); FILE MERGED 2004/12/07 16:09:58 sb 1.16.154.2: RESYNC: (1.16-1.18); FILE MERGED 2004/11/15 16:46:21 sb 1.16.154.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a57ba337de23cd1da4bcbf8a6a561e6a561a7c4c]

        INTEGRATION: CWS sb25 (1.20.420); FILE MERGED 2004/12/07 16:07:27 sb 1.20.420.2: RESYNC: (1.20-1.23); FILE MERGED 2004/11/15 16:46:21 sb 1.20.420.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3dbf06bec3cbdeb05c1e9fa5cb8a6a474b4f835c]

        INTEGRATION: CWS sb25 (1.17.66); FILE MERGED 2004/12/07 16:07:48 sb 1.17.66.2: RESYNC: (1.17-1.19); FILE MERGED 2004/11/15 16:46:20 sb 1.17.66.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a214418685b67a2ea3fb822792257df9cc0373fe]

        INTEGRATION: CWS sb25 (1.8.72); FILE MERGED 2004/11/15 16:46:20 sb 1.8.72.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f8cf1f04054b8b5b6c99a0f77239485d8857f707]

        INTEGRATION: CWS sb25 (1.74.68); FILE MERGED 2004/12/07 16:27:01 sb 1.74.68.2: RESYNC: (1.74-1.76); FILE MERGED 2004/11/16 15:29:14 sb 1.74.68.1: #i37077# Removed unwanted implicitly declared copy ctors and assignment operators.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [76b6330153d79bc3bfef1bdb11421dfd1f19ef0a]

        INTEGRATION: CWS sb25 (1.45.76); FILE MERGED 2004/12/07 16:04:55 sb 1.45.76.2: RESYNC: (1.45-1.48); FILE MERGED 2004/11/15 16:46:19 sb 1.45.76.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [04c39a3ce359fe15ebea81312b01d05cf204520d]

        INTEGRATION: CWS sb25 (1.11.16); FILE MERGED 2004/12/08 14:16:41 sb 1.11.16.1: #i37077# Adapted minimization of exported symbols for xo to new dynamic library xof.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c51c7d0b4a54bf030e3af918aed302bdf348c802]

        INTEGRATION: CWS sb25 (1.1.2); FILE ADDED 2004/11/15 16:45:33 sb 1.1.2.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [400f1bffe9c616e70c8b4976f2d9efd027b5f5b0]

        INTEGRATION: CWS sb25 (1.2.16); FILE MERGED 2004/12/13 12:34:22 sb 1.2.16.1: #i37077# Added missing XMLOFF_DLLPUBLIC to new xforms stuff.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2fd3143ec79da9d2d7198e4eadff3ee2c84bcbdf]

        INTEGRATION: CWS sb25 (1.2.434); FILE MERGED 2004/11/15 16:44:49 sb 1.2.434.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7e4180ffb64e39a66e25d418dc0e4774637184d8]

        INTEGRATION: CWS sb25 (1.7.98); FILE MERGED 2004/11/15 16:44:47 sb 1.7.98.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f6a2fb2ace017f42f4337c0d7b25c8aa75344bc7]

        INTEGRATION: CWS sb25 (1.2.440); FILE MERGED 2004/11/15 16:44:47 sb 1.2.440.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9b53fb007ccd1e4cf207076cfb4bbc4ccb529abf]

        INTEGRATION: CWS sb25 (1.3.446); FILE MERGED 2004/11/16 09:37:35 sb 1.3.446.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [eeb2a4cdd9c7c92b3e73d072a6e0f1bf85da6d29]

        INTEGRATION: CWS sb25 (1.3.428); FILE MERGED 2004/11/15 16:44:42 sb 1.3.428.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2cd923c27f96eec640039bcacdb8cffc1a14da50]

        INTEGRATION: CWS sb25 (1.2.446); FILE MERGED 2004/11/15 16:44:42 sb 1.2.446.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [12aa9b276f8e02e78f5ac7052ae84b3529f1e917]

        INTEGRATION: CWS sb25 (1.3.428); FILE MERGED 2004/11/15 16:44:41 sb 1.3.428.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c30a1d2ecbae7ecb380e4c3f18df6be56cb6909f]

        INTEGRATION: CWS sb25 (1.1.2); FILE ADDED 2004/11/25 18:12:36 mt 1.1.2.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cda96f98b8d20c303c263d6256b52ed69a6fd800]

        INTEGRATION: CWS sb25 (1.15.68); FILE MERGED 2004/12/17 14:05:01 sb 1.15.68.3: #i37077# Fixes for WNT. 2004/12/10 11:03:02 sb 1.15.68.2: #i37760# Cleaned up. 2004/11/25 18:14:45 mt 1.15.68.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c82e99718e089e0b7da8ead0f8a3491425d3bdb4]

        INTEGRATION: CWS sb25 (1.22.66); FILE MERGED 2004/12/10 11:03:44 sb 1.22.66.1: #i37760# Missing TOOLKIT_DLLPUBLIC.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [77fc55b7825b057d94ee84810c0e167f8ad8c690]

        INTEGRATION: CWS sb25 (1.10.66); FILE MERGED 2004/12/09 14:16:57 sb 1.10.66.1: #i37760# Added missing TOOLKIT_DLLPUBLIC.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4adaceb70597ee6cf807dd97a8ac82d1b211a606]

        INTEGRATION: CWS sb25 (1.7.52); FILE MERGED 2004/11/25 18:14:45 mt 1.7.52.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b207d10b23538ac5bd150e1c31a008901345c317]

        INTEGRATION: CWS sb25 (1.10.66); FILE MERGED 2004/11/25 18:14:45 mt 1.10.66.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [67a466fc754f57004e5e2799198ee0432e7cdd5a]

        INTEGRATION: CWS sb25 (1.39.4); FILE MERGED 2004/12/10 11:04:50 sb 1.39.4.1: #i37760# Avoid potential premature destruction of pNewComp.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8c8705f5346cb0b88ebe10cb6cba15c284cd4896]

        INTEGRATION: CWS sb25 (1.26.114); FILE MERGED 2004/11/25 18:14:44 mt 1.26.114.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ce3e1aa38e69371f385f29312466111929bfe873]

        INTEGRATION: CWS sb25 (1.19.52); FILE MERGED 2004/11/25 18:14:44 mt 1.19.52.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [69af859223c7a03a27556f3ec41885719fbb9b76]

        INTEGRATION: CWS sb25 (1.4.26); FILE MERGED 2004/11/25 18:14:43 mt 1.4.26.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [374bd9de08999e901fc46a5de9c8546e04133e24]

        INTEGRATION: CWS sb25 (1.20.18); FILE MERGED 2004/11/25 18:14:43 mt 1.20.18.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2a035708caea12061622e4bf0a9de3c93e325f16]

        INTEGRATION: CWS sb25 (1.8.10); FILE MERGED 2004/11/25 18:14:43 mt 1.8.10.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6dcdb71b5fcd61da68349c01f44b65e2d3047249]

        INTEGRATION: CWS sb25 (1.2.332); FILE MERGED 2004/11/25 18:14:43 mt 1.2.332.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8e45b316940bff4023161ca5d3039aec35231572]

        INTEGRATION: CWS sb25 (1.1.320); FILE MERGED 2004/11/25 18:14:42 mt 1.1.320.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d0946de03fb3f0c21c39c5590c8ef5a17f000975]

        INTEGRATION: CWS sb25 (1.33.52); FILE MERGED 2004/11/25 18:14:42 mt 1.33.52.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1298c9abf4b82422d2c0c3082bb467f74f0d8b63]

        INTEGRATION: CWS sb25 (1.11.66); FILE MERGED 2004/12/07 15:55:23 sb 1.11.66.2: RESYNC: (1.11-1.12); FILE MERGED 2004/11/25 18:14:41 mt 1.11.66.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1c1a17226fbdf633d9b32d2f2f350b97d6aa94c6]

        INTEGRATION: CWS sb25 (1.30.52); FILE MERGED 2004/11/25 18:14:41 mt 1.30.52.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3cddae3362373748082720f4d5b2f1c3ab6a280f]

        INTEGRATION: CWS sb25 (1.21.28); FILE MERGED 2004/11/25 18:14:41 mt 1.21.28.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1478ddee64b9c33886a5e6baaa908454f4a17f5c]

        INTEGRATION: CWS sb25 (1.4.92); FILE MERGED 2004/11/25 18:14:40 mt 1.4.92.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4ec7c4697320b27a25cbd7f17d210ca506a33091]

        INTEGRATION: CWS sb25 (1.2.332); FILE MERGED 2004/11/25 18:14:40 mt 1.2.332.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3bc9ee0a9ddc44e8a4e841cb0d633addf52c09bb]

        INTEGRATION: CWS sb25 (1.4.332); FILE MERGED 2004/11/25 18:14:40 mt 1.4.332.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [12ba1ea2e670603a3f9d520953f23234da3c6ce8]

        INTEGRATION: CWS sb25 (1.22.234); FILE MERGED 2004/11/25 18:14:39 mt 1.22.234.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6dd15cc44e33e372f0d19795644d8819f7e1c8b6]

        INTEGRATION: CWS sb25 (1.1.2); FILE ADDED 2004/11/25 18:13:11 mt 1.1.2.1: #i37760# Less exports...

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [52203f3fbeab97670aeb13ce4708ad4823c1f4b3]

        INTEGRATION: CWS sb25 (1.70.30); FILE MERGED 2004/12/07 15:23:12 sb 1.70.30.2: RESYNC: (1.70-1.72); FILE MERGED 2004/11/15 16:43:24 sb 1.70.30.1: #i37077# Replaced use of deprecated xmloff/xmlkywd.hxx stuff with xmloff/xmltoken.hxx stuff.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cc26bb1edb9f7b173c8dbf8cb05d20d976eae8f2]

        INTEGRATION: CWS sb25 (1.3.32); FILE MERGED 2004/11/12 16:44:30 sb 1.3.32.1: #i37077# Added symbol visibility support to DECL_PTRHINT.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [0de720ac3526effebd4a2435b15878e787749429]

        INTEGRATION: CWS sb19 (1.45.42); FILE MERGED 2004/12/21 09:37:39 sb 1.45.42.5: RESYNC: (1.47-1.48); FILE MERGED 2004/12/09 06:02:30 sb 1.45.42.4: RESYNC: (1.45-1.47); FILE MERGED 2004/10/25 08:31:36 mba 1.45.42.3: #110407#: remove static base URL 2004/10/20 16:23:56 mba 1.45.42.2: #i27773#: obsolete class SfxFrameSetDescriptor removed 2004/10/20 15:38:43 mba 1.45.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [78320b9b69a08d8cfb7aea5863406319048cfe3e]

        INTEGRATION: CWS sb19 (1.9.44); FILE MERGED 2004/10/20 16:23:56 mba 1.9.44.1: #i27773#: obsolete class SfxFrameSetDescriptor removed

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ca3ab5d25f283ab1690df005c60fb1db644d5107]

        INTEGRATION: CWS sb19 (1.15.44); FILE MERGED 2004/10/26 15:46:55 mba 1.15.44.2: #110407#: remove static BaseURL 2004/10/20 15:38:43 mba 1.15.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3637329c60d62626b8aeb542fcbbc7df7f13c427]

        INTEGRATION: CWS sb19 (1.7.44); FILE MERGED 2004/10/20 15:38:43 mba 1.7.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5abb903f3e79913f4f9cf461d2c230d688d2801a]

        INTEGRATION: CWS sb19 (1.34.44); FILE MERGED 2004/12/21 09:37:21 sb 1.34.44.3: RESYNC: (1.35-1.36); FILE MERGED 2004/12/09 06:01:50 sb 1.34.44.2: RESYNC: (1.34-1.35); FILE MERGED 2004/10/20 16:23:55 mba 1.34.44.1: #i27773#: obsolete class SfxFrameSetDescriptor removed

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2091dc9689eea3b2399e6b7d2baa224eb9640fab]

        INTEGRATION: CWS sb19 (1.21.44); FILE MERGED 2004/12/09 05:54:52 sb 1.21.44.2: RESYNC: (1.21-1.22); FILE MERGED 2004/10/20 15:38:42 mba 1.21.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [874185506dd6cf1eb566b42ba9d245fb9c3ee15e]

        INTEGRATION: CWS sb19 (1.69.42); FILE MERGED 2005/01/03 11:05:46 mav 1.69.42.8: #100000# resync problem 2004/12/21 09:36:05 sb 1.69.42.7: RESYNC: (1.74-1.76); FILE MERGED 2004/12/09 05:53:48 sb 1.69.42.6: RESYNC: (1.70-1.74); FILE MERGED 2004/11/10 18:27:19 mba 1.69.42.5: #110407#: wrong dispose handling of storages 2004/10/28 15:39:54 sb 1.69.42.4: RESYNC: (1.69-1.70); FILE MERGED 2004/10/27 15:49:39 mba 1.69.42.3: #110407#: for safety reasons don't dispose storages ATM 2004/10/27 11:42:25 sb 1.69.42.2: #110407# Made code compile on unxlngi6. 2004/10/26 15:46:54 mba 1.69.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [dfc965247904b5f1f0ef95c4ffdaa2bbbe9fb645]

        INTEGRATION: CWS sb19 (1.44.44); FILE MERGED 2004/12/09 05:50:32 sb 1.44.44.3: RESYNC: (1.44-1.50); FILE MERGED 2004/11/10 18:27:19 mba 1.44.44.2: #110407#: wrong dispose handling of storages 2004/10/20 15:38:41 mba 1.44.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [33e6333124f5106bce07f150c1e1a3bed3b12072]

        INTEGRATION: CWS sb19 (1.134.36); FILE MERGED 2004/12/09 16:03:58 sb 1.134.36.9: #i10000# Merge errors. 2004/12/09 05:51:30 sb 1.134.36.8: RESYNC: (1.134-1.145); FILE MERGED 2004/11/10 18:27:18 mba 1.134.36.7: #110407#: wrong dispose handling of storages 2004/10/28 10:15:53 mba 1.134.36.6: #110407#: wrong treatment of initialisation 2004/10/28 07:37:18 mba 1.134.36.5: #110407#: forgot to assign Medium in DoInitNew 2004/10/26 15:46:53 mba 1.134.36.4: #110407#: remove static BaseURL 2004/10/25 08:31:35 mba 1.134.36.3: #110407#: remove static base URL 2004/10/21 15:07:46 mba 1.134.36.2: #110407#: remove static BaseURL 2004/10/20 15:38:41 mba 1.134.36.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [82c578a77bdec2373c6531ac81403d581652cd2a]

        INTEGRATION: CWS sb19 (1.71.44); FILE MERGED 2004/12/21 09:35:31 sb 1.71.44.5: RESYNC: (1.73-1.74); FILE MERGED 2004/12/09 05:52:19 sb 1.71.44.4: RESYNC: (1.71-1.73); FILE MERGED 2004/10/25 08:31:35 mba 1.71.44.3: #110407#: remove static base URL 2004/10/21 15:07:46 mba 1.71.44.2: #110407#: remove static BaseURL 2004/10/20 15:38:40 mba 1.71.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2d622e708287388fe46b7be9671e7450abf79371]

        INTEGRATION: CWS sb19 (1.45.38); FILE MERGED 2004/12/21 09:35:15 sb 1.45.38.6: RESYNC: (1.52-1.53); FILE MERGED 2004/12/09 05:51:38 sb 1.45.38.5: RESYNC: (1.46-1.52); FILE MERGED 2004/10/28 15:39:45 sb 1.45.38.4: RESYNC: (1.45-1.46); FILE MERGED 2004/10/25 08:31:34 mba 1.45.38.3: #110407#: remove static base URL 2004/10/21 15:07:46 mba 1.45.38.2: #110407#: remove static BaseURL 2004/10/20 15:38:40 mba 1.45.38.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [602ea311b53ec024e14d69a00ae477986f0ecffa]

        INTEGRATION: CWS sb19 (1.49.44); FILE MERGED 2004/12/21 09:35:23 sb 1.49.44.5: RESYNC: (1.50-1.51); FILE MERGED 2004/12/09 05:51:54 sb 1.49.44.4: RESYNC: (1.49-1.50); FILE MERGED 2004/10/26 15:46:53 mba 1.49.44.3: #110407#: remove static BaseURL 2004/10/25 08:31:34 mba 1.49.44.2: #110407#: remove static base URL 2004/10/20 15:38:39 mba 1.49.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f8ba95a4feacc97bb5831d44f9030358257764d2]

        INTEGRATION: CWS sb19 (1.2.44); FILE MERGED 2004/12/09 16:03:58 sb 1.2.44.3: #i10000# Merge errors. 2004/12/09 05:54:06 sb 1.2.44.2: RESYNC: (1.2-1.7); FILE MERGED 2004/10/20 15:38:39 mba 1.2.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c63c0afe49da58bbedae6822099ff2a5662e600c]

        INTEGRATION: CWS sb19 (1.7.184); FILE MERGED 2004/12/21 09:35:38 sb 1.7.184.3: RESYNC: (1.7-1.8); FILE MERGED 2004/10/20 16:23:55 mba 1.7.184.2: #i27773#: obsolete class SfxFrameSetDescriptor removed 2004/10/20 15:38:39 mba 1.7.184.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [08047ea3c7944db5b9326b79e88ead383fd12c49]

        INTEGRATION: CWS monaleenfilterteam30 (1.105.68); FILE MERGED 2004/12/21 02:02:19 mmaher 1.105.68.2: RESYNC: (1.105-1.108); FILE MERGED 2004/11/26 11:07:47 jmarmion 1.105.68.1: #114465# add additional Excel OLE classID

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [78876a6c0ccc308346a51b35dc3ed6ad7abdeec5]

        INTEGRATION: CWS sb19 (1.58.42); FILE MERGED 2004/12/09 05:54:14 sb 1.58.42.3: RESYNC: (1.59-1.61); FILE MERGED 2004/10/28 15:39:26 sb 1.58.42.2: RESYNC: (1.58-1.59); FILE MERGED 2004/10/26 15:46:52 mba 1.58.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [984b2bbb27c7692831c8f5dfc7000dd8c829ffe7]

        INTEGRATION: CWS sb19 (1.142.44); FILE MERGED 2004/12/21 09:35:06 sb 1.142.44.6: RESYNC: (1.150-1.153); FILE MERGED 2004/12/09 05:50:40 sb 1.142.44.5: RESYNC: (1.142-1.150); FILE MERGED 2004/11/10 18:27:18 mba 1.142.44.4: #110407#: wrong dispose handling of storages 2004/10/27 15:49:39 mba 1.142.44.3: #110407#: for safety reasons don't dispose storages ATM 2004/10/26 15:46:52 mba 1.142.44.2: #110407#: remove static BaseURL 2004/10/25 08:31:34 mba 1.142.44.1: #110407#: remove static base URL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [063738e314b07a5a141a74e0eeeb15ed380e9977]

        INTEGRATION: CWS sb19 (1.23.56); FILE MERGED 2004/12/21 13:57:19 sb 1.23.56.4: #i10000# Cleaned up merge conflict. 2004/12/21 09:38:20 sb 1.23.56.3: RESYNC: (1.24-1.25); FILE MERGED 2004/12/09 06:09:05 sb 1.23.56.2: RESYNC: (1.23-1.24); FILE MERGED 2004/10/20 15:38:38 mba 1.23.56.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b3add89af180446e29e83387ae006a4028ddd673]

        INTEGRATION: CWS sb19 (1.11.44); FILE MERGED 2004/10/20 15:38:37 mba 1.11.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [14b64b594cf3f09db29576caa30e9299ca73cb22]

        INTEGRATION: CWS monaleenfilterteam30 (1.1.2); FILE MERGED 2004/11/23 14:21:52 jmarmion 1.1.2.1: #i33702# - workaround fix for framework passing an empty stream on reload. Issue number:  i33702 Submitted by:  jmarmion Reviewed by:

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e7ffe100ce62d5460f60bd73c60fd2114335ac42]

        INTEGRATION: CWS sb19 (1.7.44); FILE MERGED 2004/11/03 15:19:41 sb 1.7.44.2: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/20 15:38:36 mba 1.7.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4555333e79faa7544135a5ea4b387f0ca5f30ea6]

        INTEGRATION: CWS sb19 (1.6.184); FILE MERGED 2004/12/21 09:37:52 sb 1.6.184.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/20 15:38:36 mba 1.6.184.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e5fb2b56b50441dc3240ef50289cd284cce868ba]

        INTEGRATION: CWS monaleenfilterteam30 (1.11.2); FILE MERGED 2004/11/23 14:20:52 jmarmion 1.11.2.1: #i33702# - workaround fix for framework passing an empty stream on reload. Issue number:i33702 Submitted by:jmarmion Reviewed by:

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [edfaf86a67fd3785766e924c79f360a7e6e52652]

        INTEGRATION: CWS monaleenfilterteam30 (1.14.2); FILE MERGED 2005/01/05 10:57:05 jmarmion 1.14.2.2: #i33702# - use lastIndexOf to get the real eof marker Issue number: Submitted by: Reviewed by: 2004/11/23 14:16:14 jmarmion 1.14.2.1: Issue number: Submitted by: Reviewed by:

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3ef72b30137f870fae53506ef3b34e1fb3953372]

        INTEGRATION: CWS sb19 (1.2.44); FILE MERGED 2004/10/26 15:46:51 mba 1.2.44.2: #110407#: remove static BaseURL 2004/10/21 15:07:46 mba 1.2.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [590f9741132796fcd466850a0d704daed9264cdb]

        INTEGRATION: CWS sb19 (1.2.44); FILE MERGED 2004/10/26 15:46:51 mba 1.2.44.2: #110407#: remove static BaseURL 2004/10/21 15:07:45 mba 1.2.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [28008897b8a4804a26e015c16078bc5e7ad8fe92]

        INTEGRATION: CWS monaleenfilterteam30 (1.82.128); FILE MERGED 2004/12/20 21:54:01 mmaher 1.82.128.2: RESYNC: (1.82-1.83); FILE MERGED 2004/11/23 15:30:46 mmaher 1.82.128.1: #i37432# Patch from cmc to fix cross referencing of footnotes (well actually to fix references that are made before the bookmark exists)

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cf8a95038eec9f4868bc4418b0c7ce207fd5ddf2]

        INTEGRATION: CWS sb19 (1.82.42); FILE MERGED 2004/12/21 09:36:56 sb 1.82.42.3: RESYNC: (1.83-1.84); FILE MERGED 2004/12/09 06:00:37 sb 1.82.42.2: RESYNC: (1.82-1.83); FILE MERGED 2004/10/26 15:46:51 mba 1.82.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a7f19deb5f708b4e56aa68a151f53803564a76c7]

        INTEGRATION: CWS monaleenfilterteam30 (1.108.52); FILE MERGED 2004/12/20 21:53:28 mmaher 1.108.52.2: RESYNC: (1.108-1.109); FILE MERGED 2004/11/23 15:30:46 mmaher 1.108.52.1: #i37432# Patch from cmc to fix cross referencing of footnotes (well actually to fix references that are made before the bookmark exists)

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [910947bd317b2fe8973395b2b6f1ca9648da1c89]

        INTEGRATION: CWS sb19 (1.13.44); FILE MERGED 2004/10/26 15:46:50 mba 1.13.44.3: #110407#: remove static BaseURL 2004/10/25 08:31:33 mba 1.13.44.2: #110407#: remove static base URL 2004/10/21 15:07:45 mba 1.13.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b3623ea1a0e63a4fb222d546682537e2875103d7]

        INTEGRATION: CWS monaleenfilterteam30 (1.132.126); FILE MERGED 2004/11/23 15:30:45 mmaher 1.132.126.1: #i37432# Patch from cmc to fix cross referencing of footnotes (well actually to fix references that are made before the bookmark exists)

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6801a61711ebaa71781ec733da25bfbb364cb4ad]

        INTEGRATION: CWS sb19 (1.34.44); FILE MERGED 2004/12/09 05:58:38 sb 1.34.44.2: RESYNC: (1.34-1.37); FILE MERGED 2004/10/21 15:07:45 mba 1.34.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [83abcf40dfebb257e947df5a7f9e30a1a2e92867]

        INTEGRATION: CWS sb19 (1.86.42); FILE MERGED 2004/12/09 05:56:47 sb 1.86.42.2: RESYNC: (1.86-1.91); FILE MERGED 2004/10/20 15:38:35 mba 1.86.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3b9e73b663bccad216aa9e3529700f03a7656e18]

        INTEGRATION: CWS monaleenfilterteam30 (1.143.52); FILE MERGED 2004/12/20 21:53:14 mmaher 1.143.52.2: RESYNC: (1.143-1.145); FILE MERGED 2004/11/23 15:30:45 mmaher 1.143.52.1: #i37432# Patch from cmc to fix cross referencing of footnotes (well actually to fix references that are made before the bookmark exists)

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2ad707b32e375c7c441bdfaa325e00387d44ae60]

        INTEGRATION: CWS monaleenfilterteam30 (1.123.52); FILE MERGED 2004/12/20 21:53:02 mmaher 1.123.52.2: RESYNC: (1.123-1.124); FILE MERGED 2004/11/18 17:24:04 mmaher 1.123.52.1: #i14045# Make objects anchored in headers or footers transparent

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6b0efa5982be6e9ef6a891d6507c3364c3f2b9a0]

        INTEGRATION: CWS monaleenfilterteam30 (1.82.182); FILE MERGED 2004/12/20 21:52:48 mmaher 1.82.182.4: RESYNC: (1.82-1.84); FILE MERGED 2004/11/29 13:11:51 mmaher 1.82.182.3: #118400# Backing out this fix from monaleenfilterteam30 so it can go in another workspace 2004/11/25 10:50:04 mmaher 1.82.182.2: #118400# Need to get the highest (numerical) outline level not the lowest 2004/11/22 16:31:05 jmarmion 1.82.182.1: #i28331# - check for SvxTwoLinesItem and SvxCharRotateItem values before export.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [54ab515d55785c8b78e88c0c19695535bdda9c74]

        INTEGRATION: CWS monaleenfilterteam30 (1.72.130); FILE MERGED 2004/11/26 10:06:22 mmaher 1.72.130.1: #i37571# Fix for manual aligned tables and width calculation

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [97afa9bad514d2eccc153a16d8c004db6645c557]

        INTEGRATION: CWS monaleenfilterteam30 (1.7.148); FILE MERGED 2004/11/23 14:39:06 jmarmion 1.7.148.1: #i30094# - add a minor sanity check to stop crash for very poor imported doc.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ea573e540c257a42b923d915a2a596eaa0ffd51d]

        INTEGRATION: CWS sb19 (1.2.44); FILE MERGED 2004/10/20 15:38:22 mba 1.2.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e652b610090acf80f1166a8110994a456d91bb0e]

        INTEGRATION: CWS sb19 (1.30.20); FILE MERGED 2004/12/09 04:21:39 sb 1.30.20.3: RESYNC: (1.31-1.32); FILE MERGED 2004/10/28 15:34:20 sb 1.30.20.2: RESYNC: (1.30-1.31); FILE MERGED 2004/10/27 07:31:56 mba 1.30.20.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e2de40c32637016435819532d9e05bf856cdc06f]

        INTEGRATION: CWS sb19 (1.29.22); FILE MERGED 2004/10/27 07:31:56 mba 1.29.22.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b440375c34e733902f816766711bcee612cbe30d]

        INTEGRATION: CWS sb19 (1.7.130); FILE MERGED 2004/10/27 07:31:56 mba 1.7.130.2: #110407#: remove static BaseURL 2004/09/01 18:13:53 er 1.7.130.1: #110405# replace static INetURLObject Rel/Abs calls

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7316b00db55601917fecaa883cb31b18236c4f2d]

        INTEGRATION: CWS sb19 (1.9.118); FILE MERGED 2004/10/27 07:31:55 mba 1.9.118.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [fb3e4d0628c969d4ccc2065ab5115747ff7c3997]

        INTEGRATION: CWS sb19 (1.32.22); FILE MERGED 2004/12/09 04:18:28 sb 1.32.22.2: RESYNC: (1.32-1.33); FILE MERGED 2004/10/27 07:31:55 mba 1.32.22.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a41c3667372f3964f1531d4e7dbafb23e2e9a777]

        INTEGRATION: CWS sb19 (1.14.8); FILE MERGED 2004/10/27 07:31:54 mba 1.14.8.3: #110407#: remove static BaseURL 2004/10/11 20:27:18 sb 1.14.8.2: RESYNC: (1.14-1.16); FILE MERGED 2004/09/01 18:13:52 er 1.14.8.1: #110405# replace static INetURLObject Rel/Abs calls

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e36df8f7dfbd8571eb4d9a36bc330f2357fd2ed4]

        INTEGRATION: CWS sb19 (1.18.34); FILE MERGED 2004/10/28 15:31:26 sb 1.18.34.4: RESYNC: (1.20-1.21); FILE MERGED 2004/10/27 07:31:54 mba 1.18.34.3: #110407#: remove static BaseURL 2004/10/11 20:27:58 sb 1.18.34.2: RESYNC: (1.18-1.20); FILE MERGED 2004/09/01 18:13:52 er 1.18.34.1: #110405# replace static INetURLObject Rel/Abs calls

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [25448b57f3e44cb344e34fc60c12d01e0daedf79]

        INTEGRATION: CWS sb19 (1.29.66); FILE MERGED 2004/10/28 15:31:00 sb 1.29.66.2: RESYNC: (1.29-1.30); FILE MERGED 2004/10/27 07:31:53 mba 1.29.66.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5874147ffc89c4cce9b39946e3ed2c822b4489fc]

        INTEGRATION: CWS sb19 (1.74.22); FILE MERGED 2004/12/09 04:27:57 sb 1.74.22.3: RESYNC: (1.75-1.76); FILE MERGED 2004/10/28 15:30:47 sb 1.74.22.2: RESYNC: (1.74-1.75); FILE MERGED 2004/10/27 07:31:53 mba 1.74.22.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [16e483392410c051f45cf8a383e1f5377856225e]

        INTEGRATION: CWS sb19 (1.23.22); FILE MERGED 2004/10/27 07:31:52 mba 1.23.22.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8d90e4ee6cf5902931d2cebea126d17c5291a749]

        INTEGRATION: CWS sb19 (1.23.22); FILE MERGED 2004/12/09 04:17:54 sb 1.23.22.2: RESYNC: (1.23-1.24); FILE MERGED 2004/10/27 07:31:52 mba 1.23.22.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [de5df239c6ec603a776cb4bb0517ad804f89ffd0]

        INTEGRATION: CWS sb19 (1.50.16); FILE MERGED 2004/12/09 04:40:07 sb 1.50.16.7: RESYNC: (1.52-1.53); FILE MERGED 2004/10/28 14:24:21 mba 1.50.16.6: #110407#: always get storage from medium 2004/10/27 07:31:51 mba 1.50.16.5: #110407#: remove static BaseURL 2004/10/13 10:09:38 sb 1.50.16.4: #110405# Fixed problems introduced after resyncing. 2004/10/11 21:13:11 sb 1.50.16.3: RESYNC: (1.50-1.52); FILE MERGED 2004/09/02 09:56:14 er 1.50.16.2: #110405# use SfxMedium::GetBaseURL() 2004/09/01 18:13:52 er 1.50.16.1: #110405# replace static INetURLObject Rel/Abs calls

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2fdb0df3e80bcb27dead0b7ade1eeea2a5b5063c]

        INTEGRATION: CWS sb19 (1.3.132); FILE MERGED 2004/10/27 07:31:51 mba 1.3.132.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [de7d757dbd12e8db80d52835f0d06d4563352f7c]

        INTEGRATION: CWS sb19 (1.1.1.1.604); FILE MERGED 2004/10/27 07:31:51 mba 1.1.1.1.604.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [19373bcf13a8213b0738538772832087c4ebfc3a]

        INTEGRATION: CWS sb19 (1.10.132); FILE MERGED 2004/12/09 04:38:15 sb 1.10.132.2: RESYNC: (1.10-1.11); FILE MERGED 2004/10/27 07:31:50 mba 1.10.132.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4cf0f8bee03a05017678ee9d29b8164147f574c3]

        INTEGRATION: CWS sb19 (1.2.132); FILE MERGED 2004/10/27 07:31:50 mba 1.2.132.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6d6fcfdfd9c74ce8f88b63bb0c905c444ae160d8]

        INTEGRATION: CWS sb19 (1.10.132); FILE MERGED 2004/10/27 07:31:49 mba 1.10.132.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2ce2a9d1743f68849085ac34a536fa841f823f4f]

        INTEGRATION: CWS sb19 (1.6.132); FILE MERGED 2004/10/27 07:31:49 mba 1.6.132.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5368b049a8a0dd9b0f9064c4b65fe552f84bb374]

        INTEGRATION: CWS sb19 (1.3.132); FILE MERGED 2004/10/27 07:31:49 mba 1.3.132.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [af48e1b18315e94f03b30a717672839b1fa0f6ec]

        INTEGRATION: CWS sb19 (1.20.130); FILE MERGED 2004/12/09 04:40:57 sb 1.20.130.4: RESYNC: (1.21-1.22); FILE MERGED 2004/10/27 07:31:49 mba 1.20.130.3: #110407#: remove static BaseURL 2004/10/11 21:14:50 sb 1.20.130.2: RESYNC: (1.20-1.21); FILE MERGED 2004/09/01 18:13:51 er 1.20.130.1: #110405# replace static INetURLObject Rel/Abs calls

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [67976aaa0f51758cc3e6751c468399e913ca202a]

        INTEGRATION: CWS sb19 (1.12.132); FILE MERGED 2004/10/27 07:31:48 mba 1.12.132.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [83c27516429e3ca19fc36f095dea8f1d28a42616]

        INTEGRATION: CWS sb19 (1.8.130); FILE MERGED 2004/12/22 08:59:28 sb 1.8.130.6: #i10000# Cleaned up merge conflict. 2004/11/03 15:15:46 sb 1.8.130.5: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/29 15:03:29 sb 1.8.130.4: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/27 07:31:48 mba 1.8.130.3: #110407#: remove static BaseURL 2004/10/11 21:15:16 sb 1.8.130.2: RESYNC: (1.8-1.9); FILE MERGED 2004/09/01 18:13:51 er 1.8.130.1: #110405# replace static INetURLObject Rel/Abs calls

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d8790e13820011806df3f09367050bcc57836a28]

        INTEGRATION: CWS sb19 (1.25.22); FILE MERGED 2004/12/22 08:59:28 sb 1.25.22.6: #i10000# Cleaned up merge conflict. 2004/12/21 09:34:22 sb 1.25.22.5: RESYNC: (1.26-1.27); FILE MERGED 2004/11/03 15:15:46 sb 1.25.22.4: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/27 07:31:48 mba 1.25.22.3: #110407#: remove static BaseURL 2004/10/11 21:14:41 sb 1.25.22.2: RESYNC: (1.25-1.26); FILE MERGED 2004/09/01 18:13:51 er 1.25.22.1: #110405# replace static INetURLObject Rel/Abs calls

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [44fba77c8d991637daf9a5cc1bacc55b595f5d57]

        INTEGRATION: CWS sb19 (1.23.20); FILE MERGED 2004/12/09 04:43:50 sb 1.23.20.3: RESYNC: (1.24-1.27); FILE MERGED 2004/10/28 15:24:37 sb 1.23.20.2: RESYNC: (1.23-1.24); FILE MERGED 2004/10/27 07:31:47 mba 1.23.20.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8fcc09ec68022b0d12350223d4338ee33b97982c]

        INTEGRATION: CWS sb19 (1.3.132); FILE MERGED 2004/12/09 04:29:09 sb 1.3.132.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/27 07:31:47 mba 1.3.132.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1c7191a5a91ff69905bde734a07eb3105dddb20c]

        INTEGRATION: CWS sb19 (1.2.132); FILE MERGED 2004/12/09 03:10:32 sb 1.2.132.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/27 07:31:02 mba 1.2.132.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [be2ae68608b02ea3a3a9345fcbccb9dc21d1d20a]

        INTEGRATION: CWS sb19 (1.1.1.1.604); FILE MERGED 2004/10/27 07:31:02 mba 1.1.1.1.604.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [df9fb4c5503a4742fac8b9cad8f0c8ca57a2a59d]

        INTEGRATION: CWS sb19 (1.3.592); FILE MERGED 2004/10/27 07:31:01 mba 1.3.592.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [39231e4907824750aab7c8378cb75627ee3820d4]

        INTEGRATION: CWS sb19 (1.4.74); FILE MERGED 2004/10/27 07:31:01 mba 1.4.74.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f3d8dae56dc3c4815785f9d758b9a65ce88b5c43]

        INTEGRATION: CWS sb19 (1.3.132); FILE MERGED 2004/10/27 07:31:01 mba 1.3.132.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [95a351c73ee074c68f9fbc4f586a6352a5d89a7c]

        INTEGRATION: CWS sb19 (1.12.548); FILE MERGED 2004/11/03 15:36:56 sb 1.12.548.2: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/20 15:11:46 mba 1.12.548.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b8a49efe9a00032963a1126d245ab3e572532856]

        INTEGRATION: CWS sb19 (1.23.10); FILE MERGED 2004/12/21 09:32:56 sb 1.23.10.3: RESYNC: (1.26-1.27); FILE MERGED 2004/12/09 03:08:44 sb 1.23.10.2: RESYNC: (1.23-1.26); FILE MERGED 2004/10/20 08:36:33 sb 1.23.10.1: #108948# Added INetURLObject::GetAbsURL as an easy replacement for INetURLObject::RelToAbs.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [15f19fa7aee24a541fb6cfaf5206f9ee1546633f]

        INTEGRATION: CWS sb19 (1.44.4); FILE MERGED 2004/12/21 12:34:12 sb 1.44.4.7: #i10000# Cleaned up merge conflict. 2004/12/21 09:31:53 sb 1.44.4.6: RESYNC: (1.49-1.51); FILE MERGED 2004/12/09 03:08:04 sb 1.44.4.5: RESYNC: (1.47-1.49); FILE MERGED 2004/10/25 09:16:16 sb 1.44.4.4: #108948# Added assertions to detect cases where a relative input could not be made absolute because the given base URL is broken (most probably because it is empty). 2004/10/20 08:36:21 sb 1.44.4.3: #108948# Added INetURLObject::GetAbsURL as an easy replacement for INetURLObject::RelToAbs. 2004/10/11 19:38:55 sb 1.44.4.2: RESYNC: (1.45-1.47); FILE MERGED 2004/05/26 11:43:56 sb 1.44.4.1: #108948# Removed obsolete functionality from INetURLObject that relied on a static base URL.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c86bac3ab604944f2781b7a57d5c32db5df55662]

        INTEGRATION: CWS sb19 (1.15.70); FILE MERGED 2004/10/11 19:38:00 sb 1.15.70.3: RESYNC: (1.18-1.19); FILE MERGED 2004/08/12 08:33:56 sb 1.15.70.2: RESYNC: (1.15-1.18); FILE MERGED 2004/05/26 11:43:56 sb 1.15.70.1: #108948# Removed obsolete functionality from INetURLObject that relied on a static base URL.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e012924ec3857509b1e60df47ee8edcaeb9f60b6]

        INTEGRATION: CWS sb19 (1.2.88); FILE MERGED 2004/10/20 15:11:47 mba 1.2.88.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c15e372bba9517045fecf676b718826bd80619f8]

        INTEGRATION: CWS sb19 (1.12.400); FILE MERGED 2004/12/21 09:28:57 sb 1.12.400.7: RESYNC: (1.13-1.14); FILE MERGED 2004/11/25 11:31:44 sb 1.12.400.6: #i36601# Improved performance of previous fix. 2004/11/24 08:24:13 sb 1.12.400.5: #i36601# Make normalize work for non-existing URLs (by normalizing a maximal prefix of a hierarchical URL). 2004/11/04 09:37:39 sb 1.12.400.4: #i108948# Improved previous fix by ignoring InteractiveIOExceptions with arbitrary IOErrorCodes. 2004/11/03 16:12:17 sb 1.12.400.3: #108948# Fixed wrong replacement for INetURLObject::AbsToRel; fixed problem with normalizedMakeRelative on non-existing file URLs. 2004/08/12 17:06:21 sb 1.12.400.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/26 10:59:37 sb 1.12.400.1: #108948# Added URIHelper::normalizedMakeRelative.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [768e3cd283eeb123e9502284384cc11add16da5b]

        INTEGRATION: CWS sb19 (1.14.548); FILE MERGED 2004/10/22 12:41:47 mba 1.14.548.2: #110407#: ImageMaps in clipboard shouldn't contain relative URLs 2004/10/20 15:11:33 mba 1.14.548.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ae6b894ab1ba9eb8737905e0d3861f8bf4b9da51]

        INTEGRATION: CWS sb19 (1.67.20); FILE MERGED 2004/10/22 12:41:47 mba 1.67.20.2: #110407#: ImageMaps in clipboard shouldn't contain relative URLs 2004/10/20 15:11:32 mba 1.67.20.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [fe6811b8ec89c4756124bb0a898286a11845347d]

        INTEGRATION: CWS sb19 (1.4.88); FILE MERGED 2004/11/03 15:36:55 sb 1.4.88.2: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/20 15:11:32 mba 1.4.88.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5a823333f1452ea28e354e35195a9dd562ad4b78]

        INTEGRATION: CWS sb19 (1.1.1.1.584); FILE MERGED 2004/12/21 13:19:42 sb 1.1.1.1.584.3: #i10000# Cleaned up merge conflict. 2004/11/03 15:36:55 sb 1.1.1.1.584.2: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/20 15:11:32 mba 1.1.1.1.584.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c14e1c31593d23dbd4f4d380655b01aad49a4d1f]

        INTEGRATION: CWS sb19 (1.5.26); FILE MERGED 2004/11/24 08:24:52 sb 1.5.26.1: #i36601# Cleaned up; make normalize work for non-existing URLs (by normalizing a maximal prefix of a hierarchical URL).

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e8c69c4f611ddc4f8ceb8fdb75c7b6545670c6a1]

        INTEGRATION: CWS sb19 (1.23.76); FILE MERGED 2004/12/09 02:39:44 sb 1.23.76.4: RESYNC: (1.26-1.28); FILE MERGED 2004/10/11 19:20:03 sb 1.23.76.3: RESYNC: (1.25-1.26); FILE MERGED 2004/08/12 16:28:01 sb 1.23.76.2: RESYNC: (1.23-1.25); FILE MERGED 2004/05/26 10:59:36 sb 1.23.76.1: #108948# Added URIHelper::normalizedMakeRelative.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4b44274f600d5e083bda2da8c378b232fcd6cb28]

        INTEGRATION: CWS sb19 (1.2.562); FILE MERGED 2004/11/03 16:11:24 sb 1.2.562.3: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/08/13 16:24:48 sb 1.2.562.2: #108948# Removed obsolete SmartRelToAbs (which used INetURLObject::GetBaseURL). 2004/05/26 10:59:36 sb 1.2.562.1: #108948# Added URIHelper::normalizedMakeRelative.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7ae1a84b8bbc754030ae5e094bd74b4b5c1ba00e]

        INTEGRATION: CWS sb19 (1.70.22); FILE MERGED 2004/12/09 02:34:35 sb 1.70.22.3: RESYNC: (1.70-1.72); FILE MERGED 2004/10/27 15:07:28 mba 1.70.22.2: #110407#: remove static BaseURL 2004/10/27 15:00:58 mba 1.70.22.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [867ea0b081af1cf9b0fc79b9ddadf77266c5e3ca]

        INTEGRATION: CWS sb19 (1.68.24); FILE MERGED 2004/12/09 02:35:56 sb 1.68.24.2: RESYNC: (1.68-1.70); FILE MERGED 2004/10/27 15:00:57 mba 1.68.24.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [0d7b90fb7e8ffdd5776eb76069f777e47db59578]

        INTEGRATION: CWS sb19 (1.19.24); FILE MERGED 2004/12/09 01:08:45 sb 1.19.24.2: RESYNC: (1.19-1.20); FILE MERGED 2004/10/27 15:07:36 mba 1.19.24.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [20acbcb735407f49280c0e7befe324a5474a4e0a]

        INTEGRATION: CWS sb19 (1.11.76); FILE MERGED 2004/08/16 10:17:44 sb 1.11.76.1: #108948# Removed use of URIHelper::SmartRelToAbs, which was unnecessary anyway, as the result of SvtPathOptions::GetUserConfigPath already is an absolute URL.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [dd6b9606da7e6eb03a5e3d0bb6800d3be62c5622]

        INTEGRATION: CWS sb19 (1.22.32); FILE MERGED 2004/11/04 15:45:26 os 1.22.32.6: #i36685# AutoCorrection using attributed text fixed 2004/11/02 14:30:29 mba 1.22.32.5: #110409#: remove static BaseURL 2004/10/29 07:39:55 mba 1.22.32.4: #110409#: remove static BaseURL 2004/10/27 07:36:33 mba 1.22.32.3: #110407#: remove static BaseURL 2004/10/11 15:36:05 sb 1.22.32.2: RESYNC: (1.22-1.25); FILE MERGED 2004/10/07 14:21:50 os 1.22.32.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [987cb26aa5608daa33b4f55a969db6bf887e064b]

        INTEGRATION: CWS sb19 (1.23.48); FILE MERGED 2004/10/27 16:28:29 sb 1.23.48.1: #110407# Adapted to changed APIs of lower modules.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [791349e60f68edd976e1f25d583c00fab055c4ec]

        INTEGRATION: CWS sb19 (1.6.1022); FILE MERGED 2004/10/27 07:30:46 mba 1.6.1022.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cffd047709080994c6d5d2ae0b2e6538114c47a6]

        INTEGRATION: CWS sb19 (1.5.1026); FILE MERGED 2004/10/27 07:30:45 mba 1.5.1026.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a3d41dfa4674b0ae236975b30a1b721faea9070b]

        INTEGRATION: CWS sb19 (1.12.854); FILE MERGED 2004/10/27 07:30:45 mba 1.12.854.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cdbf995d1c2cbd1f9c114d8ced5768829f706546]

        INTEGRATION: CWS sb19 (1.20.88); FILE MERGED 2004/12/22 07:54:15 sb 1.20.88.3: #i10000# Cleaned up merge conflict. 2004/11/23 08:36:38 mba 1.20.88.2: #i37428#: wrong usage of BaseURL 2004/10/27 07:30:45 mba 1.20.88.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5c7810fa899e58a23b044b2ad7dcc77cbc1a5d49]

        INTEGRATION: CWS sb19 (1.20.86); FILE MERGED 2004/12/08 23:12:12 sb 1.20.86.2: RESYNC: (1.20-1.21); FILE MERGED 2004/10/27 07:30:44 mba 1.20.86.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f142b9f9b397c78096a01c7963d66c7d8da129e5]

        INTEGRATION: CWS sb19 (1.7.86); FILE MERGED 2004/12/08 23:10:01 sb 1.7.86.3: RESYNC: (1.7-1.8); FILE MERGED 2004/10/27 07:30:44 mba 1.7.86.2: #110407#: remove static BaseURL 2004/10/20 16:35:27 mba 1.7.86.1: #110407#: remove static BaseURL by throwing out binary filter code

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [68902dbfb19f2c7969c5038692c925b714b1768a]

        INTEGRATION: CWS sb19 (1.66.112); FILE MERGED 2004/12/21 09:24:45 sb 1.66.112.4: RESYNC: (1.69-1.70); FILE MERGED 2004/12/08 23:10:58 sb 1.66.112.3: RESYNC: (1.67-1.69); FILE MERGED 2004/10/28 14:42:13 sb 1.66.112.2: RESYNC: (1.66-1.67); FILE MERGED 2004/10/27 07:30:43 mba 1.66.112.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [205eb0280a3b15da3ed721619631cac422717cf6]

        INTEGRATION: CWS sb19 (1.17.114); FILE MERGED 2004/12/08 23:04:40 sb 1.17.114.3: RESYNC: (1.18-1.19); FILE MERGED 2004/10/28 14:42:04 sb 1.17.114.2: RESYNC: (1.17-1.18); FILE MERGED 2004/10/27 07:30:43 mba 1.17.114.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1f43c5aec136296948cf0b645dd13db5350bcf25]

        INTEGRATION: CWS sb19 (1.6.2); FILE MERGED 2004/12/21 08:58:10 sb 1.6.2.4: RESYNC: (1.6-1.7); FILE MERGED 2004/10/27 14:54:09 sb 1.6.2.3: #110407# Adapted to changed APIs of lower modules (passing in the static base URL where necessary). 2004/10/26 09:17:06 sb 1.6.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:52 sb 1.6.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e26b2bd2e1ae874bf13e3d7625c058c2d24ec0a6]

        INTEGRATION: CWS sb19 (1.22.84); FILE MERGED 2004/12/08 23:08:59 sb 1.22.84.4: RESYNC: (1.23-1.25); FILE MERGED 2004/10/28 14:41:35 sb 1.22.84.3: RESYNC: (1.22-1.23); FILE MERGED 2004/10/27 07:30:43 mba 1.22.84.2: #110407#: remove static BaseURL 2004/10/20 16:35:27 mba 1.22.84.1: #110407#: remove static BaseURL by throwing out binary filter code

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5b17d05d33263a2a77500fff3586a377c9fe176f]

        INTEGRATION: CWS sb19 (1.63.86); FILE MERGED 2004/12/08 23:10:28 sb 1.63.86.3: RESYNC: (1.63-1.64); FILE MERGED 2004/10/27 07:30:42 mba 1.63.86.2: #110407#: remove static BaseURL 2004/10/20 16:35:26 mba 1.63.86.1: #110407#: remove static BaseURL by throwing out binary filter code

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4f1a36572bd48dd7a2622c2bd12e1e3c04750e05]

        INTEGRATION: CWS sb19 (1.123.8); FILE MERGED 2004/12/08 23:08:50 sb 1.123.8.3: RESYNC: (1.125-1.127); FILE MERGED 2004/10/28 14:40:08 sb 1.123.8.2: RESYNC: (1.123-1.125); FILE MERGED 2004/10/27 07:30:41 mba 1.123.8.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e9802d2d1511aa8facf90ffbcd2d4eeddafb79c7]

        INTEGRATION: CWS sb19 (1.40.18); FILE MERGED 2004/12/08 23:13:14 sb 1.40.18.3: RESYNC: (1.41-1.43); FILE MERGED 2004/10/28 14:39:48 sb 1.40.18.2: RESYNC: (1.40-1.41); FILE MERGED 2004/10/27 07:30:41 mba 1.40.18.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9daf08620bde890122538b1179209f678d05bb14]

        INTEGRATION: CWS sb19 (1.24.92); FILE MERGED 2004/10/27 07:30:40 mba 1.24.92.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d82241ef421a144a64ecf51fc9dc8a7b363ae1da]

        INTEGRATION: CWS sb19 (1.56.472); FILE MERGED 2004/12/08 22:59:34 sb 1.56.472.2: RESYNC: (1.56-1.57); FILE MERGED 2004/10/27 07:30:40 mba 1.56.472.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9aac19170f5ff2159e2094250b2ce3726299ac99]

        INTEGRATION: CWS sb19 (1.102.8); FILE MERGED 2004/12/21 15:28:28 sb 1.102.8.4: #i10000# Cleaned up merge conflict. 2004/12/08 23:17:05 sb 1.102.8.3: RESYNC: (1.104-1.108); FILE MERGED 2004/10/28 14:36:23 sb 1.102.8.2: RESYNC: (1.102-1.104); FILE MERGED 2004/10/27 07:30:38 mba 1.102.8.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b737d54dd5a074b71091cd68fc0013d338a0e4c8]

        INTEGRATION: CWS sb19 (1.35.154); FILE MERGED 2004/10/27 07:30:38 mba 1.35.154.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8271249c0700ea43b1cd165a8bc8c985271ce103]

        INTEGRATION: CWS sb19 (1.16.312); FILE MERGED 2004/10/27 07:30:37 mba 1.16.312.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [bd7ea3801e0c98d3174a79e5e71afa41dd32a949]

        INTEGRATION: CWS sb19 (1.3.1022); FILE MERGED 2004/10/27 07:30:37 mba 1.3.1022.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8239f7905dff55a8dd71320ecea16df9e4a4100b]

        INTEGRATION: CWS sb19 (1.31.86); FILE MERGED 2004/12/21 09:25:37 sb 1.31.86.3: RESYNC: (1.32-1.33); FILE MERGED 2004/12/08 23:16:43 sb 1.31.86.2: RESYNC: (1.31-1.32); FILE MERGED 2004/10/27 07:30:36 mba 1.31.86.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9af5b64b293ef27aeb31e7f4309deb1cf0c7e097]

        INTEGRATION: CWS sb19 (1.28.44); FILE MERGED 2004/12/21 09:25:21 sb 1.28.44.4: RESYNC: (1.30-1.31); FILE MERGED 2004/12/08 23:16:35 sb 1.28.44.3: RESYNC: (1.29-1.30); FILE MERGED 2004/10/28 14:35:07 sb 1.28.44.2: RESYNC: (1.28-1.29); FILE MERGED 2004/10/27 07:30:36 mba 1.28.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7b230552b87708609cdbe83a45d0187630ef2170]

        INTEGRATION: CWS sb19 (1.43.88); FILE MERGED 2004/11/04 15:49:52 os 1.43.88.1: #i36685# AutoCorrection using attributed text fixed

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d54320028e6eed105dfdc6dcfb99051bbf945ed1]

        INTEGRATION: CWS sb19 (1.13.320); FILE MERGED 2004/11/04 15:49:52 os 1.13.320.1: #i36685# AutoCorrection using attributed text fixed

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [adec8ff9d923f29e53ec54dbf224b6230a870aed]

        INTEGRATION: CWS sb19 (1.54.90); FILE MERGED 2004/10/27 07:30:35 mba 1.54.90.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [695fa2b020b958617e6a23c03b9ed32df3e2c9f4]

        INTEGRATION: CWS sb19 (1.96.88); FILE MERGED 2004/12/08 22:40:08 sb 1.96.88.2: RESYNC: (1.96-1.97); FILE MERGED 2004/10/27 07:30:35 mba 1.96.88.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c9fc0a2e7a395800fc71277adbca1de60792ca63]

        INTEGRATION: CWS sb19 (1.67.90); FILE MERGED 2004/12/08 22:39:50 sb 1.67.90.2: RESYNC: (1.67-1.68); FILE MERGED 2004/10/27 07:30:35 mba 1.67.90.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [36f18ea48c5f6b3ae0a709c98c3aa62ed2c5e4bd]

        INTEGRATION: CWS sb19 (1.52.296); FILE MERGED 2004/12/08 22:39:13 sb 1.52.296.2: RESYNC: (1.52-1.53); FILE MERGED 2004/10/27 07:30:34 mba 1.52.296.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [363b37fc485561214520bf9a9c4d8f79716cac3f]

        INTEGRATION: CWS sb19 (1.2.1022); FILE MERGED 2004/10/27 07:30:34 mba 1.2.1022.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d2acc1ddd274ab554d8e92f93eec4ba3183371ee]

        INTEGRATION: CWS sb19 (1.11.472); FILE MERGED 2004/10/27 07:30:34 mba 1.11.472.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3538e941ed32c0e06c92ff67d46dfb53271f5ed7]

        INTEGRATION: CWS sb19 (1.32.90); FILE MERGED 2004/12/08 22:39:33 sb 1.32.90.2: RESYNC: (1.32-1.34); FILE MERGED 2004/10/27 07:30:34 mba 1.32.90.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e1ae7df0ae442d56de8bd2baf5278ecd429d763f]

        INTEGRATION: CWS sb19 (1.91.88); FILE MERGED 2004/12/08 22:39:41 sb 1.91.88.2: RESYNC: (1.91-1.92); FILE MERGED 2004/10/27 07:30:33 mba 1.91.88.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ef3df5649a4259302066c76901ae6fe8c388e5f1]

        INTEGRATION: CWS sb19 (1.2.444); FILE MERGED 2004/10/27 07:30:33 mba 1.2.444.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2bb1490d52ae624bdf2b6bf86260a2f0a93ce3ee]

        INTEGRATION: CWS sb19 (1.7.88); FILE MERGED 2004/11/04 15:49:51 os 1.7.88.1: #i36685# AutoCorrection using attributed text fixed

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e57e6556891a31a50ea5d0005788a8a34a44488c]

        INTEGRATION: CWS sb19 (1.8.312); FILE MERGED 2004/11/04 15:49:51 os 1.8.312.1: #i36685# AutoCorrection using attributed text fixed

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4505d6d363cdf9f649fca120158ccd4d23331971]

        INTEGRATION: CWS sb19 (1.41.296); FILE MERGED 2004/10/27 07:30:32 mba 1.41.296.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f01c83551b8bc3a43b26f450681a21e7f2f8c587]

        INTEGRATION: CWS sb19 (1.2.88); FILE MERGED 2004/11/23 08:35:43 mba 1.2.88.2: #i37429#: URL was not retrieved from edit field 2004/10/27 07:30:32 mba 1.2.88.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [fd9d47636eb29f32f38cc1f7bc65082adcfc5cd4]

        INTEGRATION: CWS sb19 (1.13.190); FILE MERGED 2004/10/27 07:30:31 mba 1.13.190.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9869c0679082209efb5eba22b4f8dafd01c4d0b7]

        INTEGRATION: CWS sb19 (1.24.494); FILE MERGED 2004/12/21 15:52:29 sb 1.24.494.3: #i10000# Cleaned up merge conflict. 2004/12/21 09:23:33 sb 1.24.494.2: RESYNC: (1.24-1.25); FILE MERGED 2004/10/27 07:30:31 mba 1.24.494.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a42a27ec57294990766d7dcb9bae8c301740085e]

        INTEGRATION: CWS sb19 (1.3.290); FILE MERGED 2004/12/21 15:52:29 sb 1.3.290.3: #i10000# Cleaned up merge conflict. 2004/12/08 22:51:39 sb 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/27 07:30:31 mba 1.3.290.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3dc991dbdff53b2fb1ba7d2118d59d3f27a1daf2]

        INTEGRATION: CWS sb19 (1.28.154); FILE MERGED 2004/10/27 07:30:30 mba 1.28.154.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [492787bf7c489ed399df60fca37c9638d39928c7]

        INTEGRATION: CWS sb19 (1.4.104); FILE MERGED 2004/12/08 20:32:01 sb 1.4.104.2: RESYNC: (1.4-1.5); FILE MERGED 2004/10/26 16:01:59 mba 1.4.104.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c22fd4000941f5804d641c034333ef24e4e5c2e2]

        INTEGRATION: CWS sb19 (1.8.76); FILE MERGED 2004/10/13 14:57:52 ab 1.8.76.1: #i21763# Added documentation for setInteractionHandler()

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [31e693421aa08e771a29c7b0f92594be57f55079]

        INTEGRATION: CWS jb01 (1.2.2); FILE MERGED 2005/01/10 15:01:01 jb 1.2.2.1: #i40244# Correct timestamp check to always (rather than never) load layer files without timestamp support

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [fac833a7e3df91d26a2d1c3d878857c1d6441d33]

        INTEGRATION: CWS sb19 (1.44.22); FILE MERGED 2004/12/08 16:39:02 sb 1.44.22.2: RESYNC: (1.44-1.45); FILE MERGED 2004/11/04 15:56:06 mba 1.44.22.1: #i35986#: don'

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c464258b75ec4b83073dc13ae7b24d33bfff809f]

        INTEGRATION: CWS sb19 (1.19.146); FILE MERGED 2004/10/11 14:55:16 sb 1.19.146.2: RESYNC: (1.19-1.21); FILE MERGED 2004/10/07 14:22:19 os 1.19.146.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [385ad48a9c29cf8432a319e178dd9e7c71c7716c]

        INTEGRATION: CWS sb19 (1.13.2); FILE MERGED 2004/10/11 14:53:12 sb 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2004/10/07 14:22:18 os 1.13.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c468c2012bc77b34118b5794936af47891ee6c20]

        INTEGRATION: CWS sb19 (1.29.4); FILE MERGED 2004/12/21 09:11:29 sb 1.29.4.4: RESYNC: (1.33-1.34); FILE MERGED 2004/12/08 18:43:24 sb 1.29.4.3: RESYNC: (1.30-1.33); FILE MERGED 2004/10/11 14:51:21 sb 1.29.4.2: RESYNC: (1.29-1.30); FILE MERGED 2004/10/07 14:22:18 os 1.29.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cda01f8aaacaa9b7485e79c9188f8f4152c7cc93]

        INTEGRATION: CWS sb19 (1.20.176); FILE MERGED 2004/12/21 09:11:37 sb 1.20.176.3: RESYNC: (1.21-1.22); FILE MERGED 2004/10/11 14:53:01 sb 1.20.176.2: RESYNC: (1.20-1.21); FILE MERGED 2004/10/07 14:22:18 os 1.20.176.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9d7508eb1a004b8d7cfe0dc7dadb4c68e2f8b586]

        INTEGRATION: CWS sb19 (1.28.16); FILE MERGED 2004/10/11 14:17:56 sb 1.28.16.2: RESYNC: (1.28-1.30); FILE MERGED 2004/10/07 14:22:17 os 1.28.16.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [374edd0dd57068190ab8fc4fa5d84d4b06219f95]

        INTEGRATION: CWS sb19 (1.49.2); FILE MERGED 2004/10/29 07:41:46 mba 1.49.2.3: #110409#: remove static BaseURL 2004/10/11 15:20:33 sb 1.49.2.2: RESYNC: (1.49-1.55); FILE MERGED 2004/10/07 14:22:17 os 1.49.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6280f52cc9195d5d3f439dab0bdb127885b2a8a3]

        INTEGRATION: CWS sb19 (1.37.2); FILE MERGED 2004/12/21 09:11:55 sb 1.37.2.4: RESYNC: (1.40-1.41); FILE MERGED 2004/10/29 07:41:46 mba 1.37.2.3: #110409#: remove static BaseURL 2004/10/11 15:18:53 sb 1.37.2.2: RESYNC: (1.37-1.40); FILE MERGED 2004/10/07 14:22:16 os 1.37.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [19c95f1521ab82fe7aad03b1b3c76beb3e0eba03]

        INTEGRATION: CWS sb19 (1.36.4); FILE MERGED 2004/12/08 18:51:08 sb 1.36.4.4: RESYNC: (1.39-1.41); FILE MERGED 2004/10/29 15:04:02 sb 1.36.4.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 15:15:35 sb 1.36.4.2: RESYNC: (1.36-1.39); FILE MERGED 2004/10/07 14:22:16 os 1.36.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [071db9c5904be02b7e8175d94e56c6bc34b08e87]

        INTEGRATION: CWS dbgdump1 (1.20.72); FILE MERGED 2005/01/10 16:57:22 cmc 1.20.72.2: #i40089# Changes made for #i17295# not reflected into 2.0 series (alternative) 2005/01/07 09:55:30 cmc 1.20.72.1: #i40089# Changes made for #i17295# not reflected into 2.0 series

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4285947d79c7435559a0c5d9bcea8abb94ebc089]

        INTEGRATION: CWS sb19 (1.7.120); FILE MERGED 2004/10/07 14:22:15 os 1.7.120.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [da1d25db18eeeb25ad4c9117ab80b1e4c16735e5]

        INTEGRATION: CWS dbgdump1 (1.1.6); FILE ADDED 2005/01/07 09:55:30 cmc 1.1.6.1: #i40089# Changes made for #i17295# not reflected into 2.0 series

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [62bca2df52ee7c18651189932357ffa0a40958e9]

        INTEGRATION: CWS sb19 (1.17.80); FILE MERGED 2004/12/08 18:50:39 sb 1.17.80.5: RESYNC: (1.19-1.20); FILE MERGED 2004/10/29 15:04:02 sb 1.17.80.4: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/28 14:01:55 sb 1.17.80.3: RESYNC: (1.18-1.19); FILE MERGED 2004/10/11 15:14:25 sb 1.17.80.2: RESYNC: (1.17-1.18); FILE MERGED 2004/10/07 14:22:15 os 1.17.80.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1e0339f991d06de09dd31742d9da82ba91cdff78]

        INTEGRATION: CWS sb19 (1.8.82); FILE MERGED 2004/10/07 14:22:15 os 1.8.82.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ba15ae6538d06e997c009224cb8e48c3153aae26]

        INTEGRATION: CWS dbgdump1 (1.3.256); FILE MERGED 2005/01/10 17:03:32 cmc 1.3.256.2: #i40089# Changes made for #i17295# not reflected into 2.0 series (alternative) 2005/01/07 09:53:58 cmc 1.3.256.1: #i40089# Changes made for #i17295# not reflected into 2.0 series

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [0cf2117e4d30dd58c08099c605101d56487958a2]

        INTEGRATION: CWS sb19 (1.55.4); FILE MERGED 2004/12/22 10:43:46 sb 1.55.4.5: #i10000# Cleaned up merge conflict. 2004/12/08 18:50:31 sb 1.55.4.4: RESYNC: (1.59-1.61); FILE MERGED 2004/11/19 16:32:04 os 1.55.4.3: #i37431# graphic URL now correctly handled 2004/10/11 15:14:13 sb 1.55.4.2: RESYNC: (1.55-1.59); FILE MERGED 2004/10/07 14:22:14 os 1.55.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e884d8bb0f772f174e9f798c57dd122469570c99]

        INTEGRATION: CWS dbgdump1 (1.1.6); FILE ADDED 2005/01/07 09:53:57 cmc 1.1.6.1: #i40089# Changes made for #i17295# not reflected into 2.0 series

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [afd604078a6848f3171dc089670c1ab156934ea3]

        INTEGRATION: CWS sb19 (1.6.480); FILE MERGED 2004/10/29 15:04:01 sb 1.6.480.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 14:36:36 sb 1.6.480.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/07 14:22:14 os 1.6.480.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [40c1d37a44cfa5afad7eac98a8dcc1670ea20d1c]

        INTEGRATION: CWS sb19 (1.34.20); FILE MERGED 2004/10/29 15:04:01 sb 1.34.20.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 14:36:23 sb 1.34.20.2: RESYNC: (1.34-1.37); FILE MERGED 2004/10/07 14:22:14 os 1.34.20.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cafe18973aa001e1100f3589ca013553541c5fc5]

        INTEGRATION: CWS sb19 (1.17.362); FILE MERGED 2004/12/21 09:11:21 sb 1.17.362.3: RESYNC: (1.17-1.18); FILE MERGED 2004/10/29 15:04:01 sb 1.17.362.2: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/07 14:22:13 os 1.17.362.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e423b205f9e34eef2829f2907641c6c5412f0c0a]

        INTEGRATION: CWS sb19 (1.59.6); FILE MERGED 2004/10/11 14:45:29 sb 1.59.6.2: RESYNC: (1.59-1.61); FILE MERGED 2004/10/07 14:22:13 os 1.59.6.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4acde369212fa4154f295add690ad748a7247570]

        INTEGRATION: CWS sb19 (1.44.2); FILE MERGED 2004/12/08 18:47:41 sb 1.44.2.3: RESYNC: (1.48-1.49); FILE MERGED 2004/10/11 15:09:26 sb 1.44.2.2: RESYNC: (1.44-1.48); FILE MERGED 2004/10/07 14:22:12 os 1.44.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7a2b4d01e2741fe853b8c82306121c109e435ef0]

        INTEGRATION: CWS sb19 (1.7.480); FILE MERGED 2004/10/29 15:04:00 sb 1.7.480.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 14:40:31 sb 1.7.480.2: RESYNC: (1.7-1.9); FILE MERGED 2004/10/07 14:22:11 os 1.7.480.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9df033b3be2a1f0e6e87063866713727912d9469]

        INTEGRATION: CWS sb19 (1.29.134); FILE MERGED 2004/10/29 15:04:00 sb 1.29.134.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 15:07:17 sb 1.29.134.2: RESYNC: (1.29-1.30); FILE MERGED 2004/10/07 14:22:11 os 1.29.134.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [241d96b063ab077a80a5a15b284a5ad7a9f9ff34]

        INTEGRATION: CWS sb19 (1.80.76); FILE MERGED 2004/12/08 18:46:44 sb 1.80.76.5: RESYNC: (1.82-1.86); FILE MERGED 2004/10/29 07:41:45 mba 1.80.76.4: #110409#: remove static BaseURL 2004/10/27 07:36:39 mba 1.80.76.3: #110407#: remove static BaseURL 2004/10/11 15:06:21 sb 1.80.76.2: RESYNC: (1.80-1.82); FILE MERGED 2004/10/07 14:22:10 os 1.80.76.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [fb183ab489ec12073d77cfd60ed591d7f87d10f2]

        INTEGRATION: CWS calc27 (1.81.224); FILE MERGED 2004/12/10 15:24:46 nn 1.81.224.1: #i37854# typo

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [828911a62dc8d3a301ed9d5e808384ebfd1ca533]

        INTEGRATION: CWS sb19 (1.16.20); FILE MERGED 2004/10/11 15:05:32 sb 1.16.20.2: RESYNC: (1.16-1.19); FILE MERGED 2004/10/07 14:22:10 os 1.16.20.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f714159b068da303a1b513cc1f025eee55f5ac8d]

        INTEGRATION: CWS calc27 (1.6.28); FILE MERGED 2004/12/17 14:41:01 jmarmion 1.6.28.1: #i36667# - support the EditTextObject() paragraph alignment for Notes.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [28d401de2948237cb41659eb74fd045e78e18fdf]

        INTEGRATION: CWS sb19 (1.3.30); FILE MERGED 2004/12/08 18:45:30 sb 1.3.30.4: RESYNC: (1.8-1.10); FILE MERGED 2004/10/29 15:03:59 sb 1.3.30.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 15:01:59 sb 1.3.30.2: RESYNC: (1.3-1.8); FILE MERGED 2004/10/07 14:22:09 os 1.3.30.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [57fe551dee22731a9907aad54535dea9824ad4cd]

        INTEGRATION: CWS calc27 (1.55.10); FILE MERGED 2005/01/07 10:05:52 nn 1.55.10.2: #i39707# typo 2005/01/06 15:44:27 sab 1.55.10.1: #i39707#; use contextid for alignlast

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [888f549ecff75fc7d66daba1a15f5f56b9de9f4d]

        INTEGRATION: CWS sb19 (1.3.42); FILE MERGED 2004/12/08 18:39:42 sb 1.3.42.3: RESYNC: (1.3-1.4); FILE MERGED 2004/10/29 15:03:59 sb 1.3.42.2: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/13 08:32:53 sb 1.3.42.1: #110409# Fixed problems introduced after resyncing.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [95998da379f9ab175850cd8e5d143a1cf8419b81]

        INTEGRATION: CWS calc27 (1.183.8); FILE MERGED 2005/01/04 12:59:09 nn 1.183.8.2: RESYNC: (1.183-1.185); FILE MERGED 2004/12/17 14:40:36 jmarmion 1.183.8.1: #i36667# - support the EditTextObject() paragraph alignment for Notes.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6e709dbf484eeef66f044c69edb88dbdb476d36b]

        INTEGRATION: CWS sb19 (1.77.4); FILE MERGED 2004/12/21 09:11:14 sb 1.77.4.7: RESYNC: (1.83-1.84); FILE MERGED 2004/12/08 18:40:14 sb 1.77.4.6: RESYNC: (1.80-1.83); FILE MERGED 2004/10/29 15:03:58 sb 1.77.4.5: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/28 14:00:10 sb 1.77.4.4: RESYNC: (1.79-1.80); FILE MERGED 2004/10/13 08:32:52 sb 1.77.4.3: #110409# Fixed problems introduced after resyncing. 2004/10/11 14:34:00 sb 1.77.4.2: RESYNC: (1.77-1.79); FILE MERGED 2004/10/07 14:22:09 os 1.77.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e879f79993fbc8b3ee0191b61ff49699e59ba113]

        INTEGRATION: CWS calc27 (1.79.28); FILE MERGED 2005/01/06 13:29:12 jmarmion 1.79.28.3: #i36667# fix previous same issue check-in for calc 6.0/7.0 sxc format notes 2004/12/17 14:40:35 jmarmion 1.79.28.2: #i36667# - support the EditTextObject() paragraph alignment for Notes. 2004/12/07 10:14:16 jmarmion 1.79.28.1: #i38350# - mimic old note position of OOo1.x as note position was not stored.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b0be65793654406c37129dfef937f6a2d23c02ae]

        INTEGRATION: CWS sb19 (1.8.480); FILE MERGED 2004/10/11 15:01:04 sb 1.8.480.2: RESYNC: (1.8-1.9); FILE MERGED 2004/10/07 14:22:08 os 1.8.480.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a6b20da278c193d502f54ac0407a2e9d2350fe37]

        INTEGRATION: CWS calc27 (1.73.28); FILE MERGED 2004/12/17 14:39:57 jmarmion 1.73.28.1: #i36667# - support the EditTextObject() paragraph alignment for Notes.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9b85107ef9155a4011e85acf1c6d87535fc0e87e]

        INTEGRATION: CWS sb19 (1.18.20); FILE MERGED 2004/10/11 14:56:04 sb 1.18.20.2: RESYNC: (1.18-1.20); FILE MERGED 2004/10/07 14:22:08 os 1.18.20.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ef584d2327354c4cd3fc05e7f718a7cf027cc330]

        INTEGRATION: CWS calc27 (1.26.28); FILE MERGED 2005/01/04 12:54:37 nn 1.26.28.2: RESYNC: (1.26-1.28); FILE MERGED 2004/12/17 14:39:27 jmarmion 1.26.28.1: #i36667# - support the EditTextObject() paragraph alignment for Notes.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b61a5494dba75dab9c01535125da5ae49ee1d5bd]

        INTEGRATION: CWS sb19 (1.47.32); FILE MERGED 2004/10/27 07:36:38 mba 1.47.32.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [224f7dc7139dc6fa281ed667c4c252cb5e742abb]

        INTEGRATION: CWS sb19 (1.66.100); FILE MERGED 2004/12/21 09:10:36 sb 1.66.100.5: RESYNC: (1.69-1.70); FILE MERGED 2004/12/08 18:31:36 sb 1.66.100.4: RESYNC: (1.67-1.69); FILE MERGED 2004/10/29 07:41:44 mba 1.66.100.3: #110409#: remove static BaseURL 2004/10/11 13:56:17 sb 1.66.100.2: RESYNC: (1.66-1.67); FILE MERGED 2004/10/07 14:22:08 os 1.66.100.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [209ee0bc3732fcf1fde47034c6ba5f848279a19e]

        INTEGRATION: CWS calc27 (1.18.10); FILE MERGED 2004/12/17 14:38:51 jmarmion 1.18.10.1: #i36667# - support the EditTextObject() paragraph alignment for Notes.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5de3dfdbfe655acdf80f9362533fb5ae493b06dd]

        INTEGRATION: CWS sb19 (1.41.30); FILE MERGED 2004/12/08 18:31:55 sb 1.41.30.3: RESYNC: (1.41-1.44); FILE MERGED 2004/10/29 07:41:44 mba 1.41.30.2: #110409#: remove static BaseURL 2004/10/27 07:36:38 mba 1.41.30.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [756e9e795ad4b1a536a32e806a0642a35c16e932]

        INTEGRATION: CWS calc27 (1.3.26); FILE MERGED 2004/12/17 14:38:20 jmarmion 1.3.26.2: #i36667# - support the EditTextObject() paragraph alignment for Notes. 2004/12/07 10:13:46 jmarmion 1.3.26.1: #i38350# - mimic old note position of OOo1.x as note position was not stored.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [401cf87ef2173e4365bf4d5dc5441ed99de1cc45]

        INTEGRATION: CWS sb19 (1.34.118); FILE MERGED 2004/12/08 19:31:20 sb 1.34.118.4: RESYNC: (1.35-1.36); FILE MERGED 2004/10/13 07:44:56 sb 1.34.118.3: #110409# Fixed problems introduced after resyncing. 2004/10/11 16:32:42 sb 1.34.118.2: RESYNC: (1.34-1.35); FILE MERGED 2004/10/07 14:22:07 os 1.34.118.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d55cfd40d978c2c47c6ed08d7963d0cb64d0bf88]

        INTEGRATION: CWS calc27 (1.15.28); FILE MERGED 2005/01/04 11:51:04 jmarmion 1.15.28.1: #i36053# hide visible notes during sort/filter operations.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c567192754589075eb1744f2a80f1e412c5d393f]

        INTEGRATION: CWS sb19 (1.31.118); FILE MERGED 2004/12/08 19:29:43 sb 1.31.118.4: RESYNC: (1.32-1.34); FILE MERGED 2004/11/03 16:09:27 sb 1.31.118.3: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/11 16:31:26 sb 1.31.118.2: RESYNC: (1.31-1.32); FILE MERGED 2004/10/07 14:22:07 os 1.31.118.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e35abcb1bbc7f1cc85b8e628af4559ddeb1a65ae]

        INTEGRATION: CWS calc27 (1.13.28); FILE MERGED 2005/01/04 11:51:04 jmarmion 1.13.28.1: #i36053# hide visible notes during sort/filter operations.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [79d19f02a17ab0b9c6d24b60652628a6c8bbebc0]

        INTEGRATION: CWS sb19 (1.7.36); FILE MERGED 2004/10/29 07:40:50 mba 1.7.36.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [452f33951f2be7986d8aa587293148fdd0cc549d]

        INTEGRATION: CWS calc27 (1.3.28); FILE MERGED 2004/12/17 14:37:36 jmarmion 1.3.28.2: #i36667# - support the EditTextObject() paragraph alignment. 2004/12/07 10:13:15 jmarmion 1.3.28.1: #i38350# - mimic old note position of OOo1.x as note position was not stored.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ca9a318beb82b86a26cbbd78c5d4a03840ff0f76]

        INTEGRATION: CWS sb19 (1.43.40); FILE MERGED 2004/12/08 19:30:21 sb 1.43.40.5: RESYNC: (1.45-1.46); FILE MERGED 2004/11/01 09:28:42 mba 1.43.40.4: #110409#: use correct BaseURL 2004/10/29 07:40:49 mba 1.43.40.3: #110409#: remove static BaseURL 2004/10/11 16:32:10 sb 1.43.40.2: RESYNC: (1.43-1.45); FILE MERGED 2004/10/07 14:22:06 os 1.43.40.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [31d30cbc7bb2397abc9679499f3358972dd98192]

        INTEGRATION: CWS sb19 (1.55.40); FILE MERGED 2004/12/08 19:29:35 sb 1.55.40.5: RESYNC: (1.58-1.59); FILE MERGED 2004/10/29 07:40:49 mba 1.55.40.4: #110409#: remove static BaseURL 2004/10/13 07:44:56 sb 1.55.40.3: #110409# Fixed problems introduced after resyncing. 2004/10/11 16:31:16 sb 1.55.40.2: RESYNC: (1.55-1.58); FILE MERGED 2004/10/07 14:22:06 os 1.55.40.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [34c134a6ead909dab2156ff541afa6a39584d2d4]

        INTEGRATION: CWS sb19 (1.80.2); FILE MERGED 2004/12/22 10:39:27 sb 1.80.2.5: #i10000# Cleaned up merge conflict. 2004/12/08 19:27:07 sb 1.80.2.4: RESYNC: (1.82-1.83); FILE MERGED 2004/10/29 15:03:58 sb 1.80.2.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 16:26:30 sb 1.80.2.2: RESYNC: (1.80-1.82); FILE MERGED 2004/10/07 14:22:06 os 1.80.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [65118b9b462456d44e3f8747f2076774f71a6393]

        INTEGRATION: CWS sb19 (1.128.2); FILE MERGED 2004/10/27 07:36:37 mba 1.128.2.3: #110407#: remove static BaseURL 2004/10/11 16:29:40 sb 1.128.2.2: RESYNC: (1.128-1.132); FILE MERGED 2004/10/07 14:22:05 os 1.128.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [322a2a889dc245b38522c2cc8df21c63029394b3]

        INTEGRATION: CWS calc27 (1.91.38); FILE MERGED 2005/01/06 15:41:08 sab 1.91.38.1: #i39707#; add contextid for alignlast

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [0cebf8cd4c6c62f9e7681d1b681b223af0b4d1fc]

        INTEGRATION: CWS sb19 (1.137.4); FILE MERGED 2004/12/08 19:28:30 sb 1.137.4.5: RESYNC: (1.142-1.145); FILE MERGED 2004/10/29 07:40:48 mba 1.137.4.4: #110409#: remove static BaseURL 2004/10/27 07:36:37 mba 1.137.4.3: #110407#: remove static BaseURL 2004/10/11 16:28:02 sb 1.137.4.2: RESYNC: (1.137-1.142); FILE MERGED 2004/10/07 14:22:05 os 1.137.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [362cc15882499e83991a04caea1545dd40da9202]

        INTEGRATION: CWS sb19 (1.58.200); FILE MERGED 2004/12/22 10:39:27 sb 1.58.200.4: #i10000# Cleaned up merge conflict. 2004/10/29 15:03:57 sb 1.58.200.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 16:27:15 sb 1.58.200.2: RESYNC: (1.58-1.59); FILE MERGED 2004/10/07 14:22:05 os 1.58.200.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9ae23cb87d0faf03c71228c9aeb615715bb18e4f]

        INTEGRATION: CWS sb19 (1.121.4); FILE MERGED 2004/12/22 10:39:26 sb 1.121.4.5: #i10000# Cleaned up merge conflict. 2004/12/08 19:26:58 sb 1.121.4.4: RESYNC: (1.122-1.124); FILE MERGED 2004/10/29 15:03:57 sb 1.121.4.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 16:26:20 sb 1.121.4.2: RESYNC: (1.121-1.122); FILE MERGED 2004/10/07 14:22:04 os 1.121.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [196c40011dbff400d24cbbb68b17e369553cf402]

        INTEGRATION: CWS calc27 (1.10.28); FILE MERGED 2005/01/04 15:22:53 nn 1.10.28.1: #i38816# from CJ: graphicobjectbar is docked

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ac1e9e1ba0edc1b642e823c6d1c3aaf88b461bcf]

        INTEGRATION: CWS sb19 (1.18.338); FILE MERGED 2004/10/29 15:03:56 sb 1.18.338.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 16:28:49 sb 1.18.338.2: RESYNC: (1.18-1.19); FILE MERGED 2004/10/07 14:22:04 os 1.18.338.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1e460821e1a4960cda04b5378df14c09c3e0353a]

        INTEGRATION: CWS sb19 (1.36.152); FILE MERGED 2004/12/08 19:28:09 sb 1.36.152.4: RESYNC: (1.38-1.39); FILE MERGED 2004/11/03 16:09:27 sb 1.36.152.3: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/11 16:27:41 sb 1.36.152.2: RESYNC: (1.36-1.38); FILE MERGED 2004/10/07 14:22:04 os 1.36.152.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [09cca6ed3de72d703ed584adb5ed1fc55eef4d87]

        INTEGRATION: CWS sb19 (1.63.44); FILE MERGED 2004/10/29 07:40:47 mba 1.63.44.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [85863df6133559bd8f08e70763c221f5d9155cbe]

        INTEGRATION: CWS sb19 (1.69.36); FILE MERGED 2004/10/29 07:40:47 mba 1.69.36.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [bb90cbf05cee8d530fe077bfb4e54f29347a88a8]

        INTEGRATION: CWS sb19 (1.70.16); FILE MERGED 2004/11/03 16:09:26 sb 1.70.16.3: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/11 16:27:01 sb 1.70.16.2: RESYNC: (1.70-1.72); FILE MERGED 2004/10/07 14:22:03 os 1.70.16.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [99ce8457a2c0cca7d1010a6f8c6e007a18d8f7de]

        INTEGRATION: CWS sb19 (1.1.1.1.900); FILE MERGED 2004/10/07 14:22:03 os 1.1.1.1.900.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [e1ad31f372bbc55c72651a7a5b4210437b107183]

        INTEGRATION: CWS sb19 (1.4.338); FILE MERGED 2004/10/29 07:40:46 mba 1.4.338.2: #110409#: remove static BaseURL 2004/10/07 14:22:03 os 1.4.338.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [221c498d8e2dee52433ae7deac26818e4cb4d09b]

        INTEGRATION: CWS sb19 (1.6.160); FILE MERGED 2004/12/22 10:32:40 sb 1.6.160.3: #i10000# Cleaned up merge conflict. 2004/10/11 16:25:03 sb 1.6.160.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/07 14:22:02 os 1.6.160.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2e5021cd49616a07756eb9d9943d34b28e05f219]

        INTEGRATION: CWS sb19 (1.15.2); FILE MERGED 2004/12/22 10:32:39 sb 1.15.2.4: #i10000# Cleaned up merge conflict. 2004/10/29 15:03:56 sb 1.15.2.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 16:25:13 sb 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2004/10/07 14:22:02 os 1.15.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7c06daae0799c43f1de677fb39ea735072355e9b]

        INTEGRATION: CWS sb19 (1.9.44); FILE MERGED 2004/12/08 19:25:38 sb 1.9.44.2: RESYNC: (1.9-1.10); FILE MERGED 2004/10/29 07:40:44 mba 1.9.44.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [aaaa2479d82a3b2a8392242499e3a6daed13416f]

        INTEGRATION: CWS sb19 (1.27.44); FILE MERGED 2004/12/08 19:26:37 sb 1.27.44.2: RESYNC: (1.27-1.28); FILE MERGED 2004/10/29 07:40:43 mba 1.27.44.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8bfd9a05a6d9fe916cc351e1c2f111a96ee7b03f]

        INTEGRATION: CWS sb19 (1.17.14); FILE MERGED 2004/12/08 19:26:06 sb 1.17.14.3: RESYNC: (1.20-1.22); FILE MERGED 2004/10/11 16:24:30 sb 1.17.14.2: RESYNC: (1.17-1.20); FILE MERGED 2004/10/07 14:22:00 os 1.17.14.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [dea3bfd6d9b58000554cc11499d123dfb9c14092]

        INTEGRATION: CWS sb19 (1.42.4); FILE MERGED 2004/12/08 19:25:58 sb 1.42.4.4: RESYNC: (1.45-1.47); FILE MERGED 2004/10/29 07:40:43 mba 1.42.4.3: #110409#: remove static BaseURL 2004/10/11 16:24:20 sb 1.42.4.2: RESYNC: (1.42-1.45); FILE MERGED 2004/10/07 14:22:00 os 1.42.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [70f841de0d4ac0972267380c3aadff7326cd58ad]

        INTEGRATION: CWS sb19 (1.21.2); FILE MERGED 2004/12/22 09:53:25 sb 1.21.2.5: #i10000# Cleaned up merge conflict. 2004/12/08 19:25:30 sb 1.21.2.4: RESYNC: (1.22-1.24); FILE MERGED 2004/10/29 15:03:55 sb 1.21.2.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 16:23:22 sb 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2004/10/07 14:21:59 os 1.21.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a8a8d21da55993bdc7980ec8c87aa2673d41ab7b]

        INTEGRATION: CWS sb19 (1.50.4); FILE MERGED 2004/12/08 19:25:49 sb 1.50.4.4: RESYNC: (1.53-1.54); FILE MERGED 2004/11/03 16:09:26 sb 1.50.4.3: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/11 16:24:08 sb 1.50.4.2: RESYNC: (1.50-1.53); FILE MERGED 2004/10/07 14:21:59 os 1.50.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5246bdb249974bee42e09e3a7506ec0e7a58057f]

        INTEGRATION: CWS sb19 (1.10.2); FILE MERGED 2004/10/11 16:21:22 sb 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2004/10/07 14:21:58 os 1.10.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a020bf476bf543a2311e34c963cf23c9e6ed7bc9]

        INTEGRATION: CWS sb19 (1.8.316); FILE MERGED 2004/10/29 07:40:42 mba 1.8.316.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [fddfc655e2aee3760f608de19184747771610a94]

        INTEGRATION: CWS sb19 (1.10.78); FILE MERGED 2004/10/29 07:40:41 mba 1.10.78.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ae87272cc17f5e8e24990b58ff4f5ea5c436adfc]

        INTEGRATION: CWS sb19 (1.26.176); FILE MERGED 2004/11/03 16:09:25 sb 1.26.176.6: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/29 15:03:55 sb 1.26.176.5: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/29 07:40:41 mba 1.26.176.4: #110409#: remove static BaseURL 2004/10/27 07:36:36 mba 1.26.176.3: #110407#: remove static BaseURL 2004/10/11 16:35:49 sb 1.26.176.2: RESYNC: (1.26-1.27); FILE MERGED 2004/10/07 14:21:58 os 1.26.176.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8ea665567cdf3330c5a378aa3118277009f5e5ed]

        INTEGRATION: CWS sb19 (1.8.14); FILE MERGED 2004/10/11 16:35:21 sb 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2004/10/07 14:21:58 os 1.8.14.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6125e3dffd5cf400f63bd1b8dd708450393c5178]

        INTEGRATION: CWS sb19 (1.29.14); FILE MERGED 2004/10/29 07:40:41 mba 1.29.14.4: #110409#: remove static BaseURL 2004/10/27 07:36:35 mba 1.29.14.3: #110407#: remove static BaseURL 2004/10/11 16:34:41 sb 1.29.14.2: RESYNC: (1.29-1.31); FILE MERGED 2004/10/07 14:21:57 os 1.29.14.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [259f64ff28d115e0fbb98ce628ead2f2666d3724]

        INTEGRATION: CWS sb19 (1.2.878); FILE MERGED 2004/10/07 14:21:57 os 1.2.878.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1cc78e1939d45072e2c2c93ff90912488f7c559a]

        INTEGRATION: CWS sb19 (1.7.362); FILE MERGED 2004/10/07 14:21:57 os 1.7.362.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f389b242a2cc808193dbd7567660189b4e419e23]

        INTEGRATION: CWS sb19 (1.11.14); FILE MERGED 2004/10/11 16:35:31 sb 1.11.14.2: RESYNC: (1.11-1.12); FILE MERGED 2004/10/07 14:21:57 os 1.11.14.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [095045bfd45a9af5ba65bfed186d1cb84811f925]

        INTEGRATION: CWS sb19 (1.9.176); FILE MERGED 2004/10/11 16:34:31 sb 1.9.176.2: RESYNC: (1.9-1.10); FILE MERGED 2004/10/07 14:21:56 os 1.9.176.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d291619c086ee5d8de71612bbf77d88453269165]

        INTEGRATION: CWS sb19 (1.16.38); FILE MERGED 2004/12/08 19:33:35 sb 1.16.38.7: RESYNC: (1.18-1.19); FILE MERGED 2004/11/03 16:09:25 sb 1.16.38.6: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/29 15:03:54 sb 1.16.38.5: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/27 07:36:34 mba 1.16.38.4: #110407#: remove static BaseURL 2004/10/13 09:34:09 sb 1.16.38.3: #110409# Fixed problems introduced after resyncing. 2004/10/11 16:35:12 sb 1.16.38.2: RESYNC: (1.16-1.18); FILE MERGED 2004/10/07 14:21:56 os 1.16.38.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a15f7c7ceb134067d71b8dace9784fc02909f604]

        INTEGRATION: CWS sb19 (1.10.228); FILE MERGED 2004/12/08 19:33:44 sb 1.10.228.2: RESYNC: (1.10-1.11); FILE MERGED 2004/10/07 14:21:56 os 1.10.228.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4e905a96b56f717b07075d5a53b05f3731c3a53a]

        INTEGRATION: CWS sb19 (1.11.268); FILE MERGED 2004/12/08 19:33:27 sb 1.11.268.3: RESYNC: (1.11-1.12); FILE MERGED 2004/10/29 12:50:31 sb 1.11.268.2: #i110409# Fixed typos. 2004/10/07 14:21:56 os 1.11.268.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9b44bd031936ff09027d48df3459ebf042b51093]

        INTEGRATION: CWS sb19 (1.11.362); FILE MERGED 2004/11/03 16:09:25 sb 1.11.362.2: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/07 14:21:55 os 1.11.362.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3c0353275d20ccc9bb6b7dbdda91d7e9b4cea151]

        INTEGRATION: CWS sb19 (1.12.212); FILE MERGED 2004/10/07 14:21:55 os 1.12.212.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [be216c7288e443c109019bbac53538735f73483b]

        INTEGRATION: CWS sb19 (1.18.178); FILE MERGED 2004/12/22 10:25:54 sb 1.18.178.5: #i10000# Cleaned up merge conflict. 2004/11/03 16:09:25 sb 1.18.178.4: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/29 15:03:54 sb 1.18.178.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/27 07:36:34 mba 1.18.178.2: #110407#: remove static BaseURL 2004/10/07 14:21:54 os 1.18.178.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4fdccbcc1de38adc0047e2aef3b1de612565829a]

        INTEGRATION: CWS sb19 (1.8.612); FILE MERGED 2004/10/27 07:36:34 mba 1.8.612.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b16f83600cb8c15f433de407328513868013c784]

        INTEGRATION: CWS sb19 (1.13.2); FILE MERGED 2004/10/11 16:35:40 sb 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2004/10/07 14:21:54 os 1.13.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8aa9d6678f5c2f36d229d47e0355bd30c876df5c]

        INTEGRATION: CWS sb19 (1.9.36); FILE MERGED 2004/10/27 07:36:34 mba 1.9.36.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [9eb8d90e7a0d031f06fbce288d8643f7c6b7b64a]

        INTEGRATION: CWS sb19 (1.25.4); FILE MERGED 2004/12/22 10:25:54 sb 1.25.4.5: #i10000# Cleaned up merge conflict. 2004/11/03 16:09:24 sb 1.25.4.4: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/29 15:03:54 sb 1.25.4.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 16:35:03 sb 1.25.4.2: RESYNC: (1.25-1.26); FILE MERGED 2004/10/07 14:21:54 os 1.25.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a10045f987f63a1dd483f08bbe52c0154f5938d4]

        INTEGRATION: CWS sb19 (1.4.648); FILE MERGED 2004/12/08 19:33:19 sb 1.4.648.3: RESYNC: (1.6-1.7); FILE MERGED 2004/10/11 16:34:22 sb 1.4.648.2: RESYNC: (1.4-1.6); FILE MERGED 2004/10/07 14:21:53 os 1.4.648.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [63d60010e5cb1d95e0dda21dac474dd8120d3eb7]

        INTEGRATION: CWS sb19 (1.26.2); FILE MERGED 2004/12/21 09:14:39 sb 1.26.2.6: RESYNC: (1.30-1.31); FILE MERGED 2004/12/08 19:34:29 sb 1.26.2.5: RESYNC: (1.29-1.30); FILE MERGED 2004/10/29 07:40:39 mba 1.26.2.4: #110409#: remove static BaseURL 2004/10/28 13:59:13 sb 1.26.2.3: RESYNC: (1.28-1.29); FILE MERGED 2004/10/11 16:39:39 sb 1.26.2.2: RESYNC: (1.26-1.28); FILE MERGED 2004/10/07 14:21:53 os 1.26.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [21079fcd790534d1140e560159c413fcbbc0761b]

        INTEGRATION: CWS sb19 (1.34.12); FILE MERGED 2004/12/08 19:34:19 sb 1.34.12.2: RESYNC: (1.34-1.37); FILE MERGED 2004/10/29 07:40:39 mba 1.34.12.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [bff6a6cd7f503d392a208e1f65581abb9f44c3ac]

        INTEGRATION: CWS sb19 (1.7.154); FILE MERGED 2004/10/29 07:40:38 mba 1.7.154.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f7962f9737642600d077220b868fef216d1541df]

        INTEGRATION: CWS sb19 (1.19.338); FILE MERGED 2004/10/29 07:40:38 mba 1.19.338.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [99b256069c5cb6594383deff90f75026ca418e82]

        INTEGRATION: CWS macosx01 (1.49.44); FILE MERGED 2004/12/09 21:24:40 pjanik 1.49.44.1: #i38691#: Fix typo (missing l).

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d344cf6828b29eb86e0771dc3d31bd2e38a40b2b]

        INTEGRATION: CWS sb19 (1.45.6); FILE MERGED 2004/12/08 19:25:09 sb 1.45.6.4: RESYNC: (1.47-1.48); FILE MERGED 2004/10/29 15:03:53 sb 1.45.6.3: #i110409# Fixed wrong conversions from URIHelper::SmartRelToAbs to URIHelper::SmartRel2Abs. 2004/10/11 16:20:11 sb 1.45.6.2: RESYNC: (1.45-1.47); FILE MERGED 2004/10/07 14:21:52 os 1.45.6.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cefa07870dc6d8cb49e69936323b884e11a3457a]

        INTEGRATION: CWS sb19 (1.80.32); FILE MERGED 2004/12/08 19:24:18 sb 1.80.32.2: RESYNC: (1.80-1.81); FILE MERGED 2004/10/29 07:39:56 mba 1.80.32.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [48a1ea1a7de251dfdd2101caeb694d7c36b6aeb8]

        INTEGRATION: CWS sb19 (1.14.4); FILE MERGED 2004/12/21 09:14:02 sb 1.14.4.5: RESYNC: (1.17-1.18); FILE MERGED 2004/12/08 19:23:36 sb 1.14.4.4: RESYNC: (1.15-1.17); FILE MERGED 2004/10/29 07:39:56 mba 1.14.4.3: #110409#: remove static BaseURL 2004/10/11 16:17:17 sb 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2004/10/07 14:21:52 os 1.14.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8d069f92d4c51bac69385f0d88df257cb26077d1]

        INTEGRATION: CWS sb19 (1.3.32); FILE MERGED 2004/12/08 19:11:11 sb 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/02 14:23:43 mba 1.3.32.1: #100000#: no SO3, please!

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3d71306d7f2bcca5cb0d6d5c1f790d0bda4e7f69]

        INTEGRATION: CWS sb19 (1.16.480); FILE MERGED 2004/10/11 15:36:59 sb 1.16.480.2: RESYNC: (1.16-1.18); FILE MERGED 2004/10/07 14:21:51 os 1.16.480.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [689eea9b53c4c222702acf725afd25ec1cd63922]

        INTEGRATION: CWS sb19 (1.6.118); FILE MERGED 2004/11/04 15:45:26 os 1.6.118.4: #i36685# AutoCorrection using attributed text fixed 2004/10/29 07:39:55 mba 1.6.118.3: #110409#: remove static BaseURL 2004/10/11 15:35:41 sb 1.6.118.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/07 14:21:50 os 1.6.118.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7b3467e78eb217a1ac9870ee4e3165fb3b10f992]

        INTEGRATION: CWS sb19 (1.6.876); FILE MERGED 2004/11/04 15:45:26 os 1.6.876.1: #i36685# AutoCorrection using attributed text fixed

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7004b1d6783995d487fcbd658a62ea66fa7f58c9]

        INTEGRATION: CWS sb19 (1.6.692); FILE MERGED 2004/11/04 15:45:57 os 1.6.692.5: #i36685# AutoCorrection using attributed text fixed 2004/10/29 07:39:54 mba 1.6.692.4: #110409#: remove static BaseURL 2004/10/13 09:48:36 sb 1.6.692.3: #110409# Fixed problems introduced after resyncing. 2004/10/11 15:59:07 sb 1.6.692.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/07 14:21:49 os 1.6.692.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b1258a88bce07926595694ed87f7a9c7996ab378]

        INTEGRATION: CWS sb19 (1.13.56); FILE MERGED 2004/12/08 19:08:12 sb 1.13.56.4: RESYNC: (1.16-1.17); FILE MERGED 2004/10/13 08:42:29 sb 1.13.56.3: #110409# Fixed problems introduced after resyncing. 2004/10/11 15:35:31 sb 1.13.56.2: RESYNC: (1.13-1.16); FILE MERGED 2004/10/07 14:21:47 os 1.13.56.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ee86c51130334b7cbad81e6a72f970631a1f72e1]

        INTEGRATION: CWS sb19 (1.9.672); FILE MERGED 2004/10/11 15:31:54 sb 1.9.672.2: RESYNC: (1.9-1.11); FILE MERGED 2004/10/07 14:21:46 os 1.9.672.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [141587f81db7cb5ea47d8f635fba10d55526b045]

        INTEGRATION: CWS sb19 (1.10.34); FILE MERGED 2004/11/02 14:31:27 mba 1.10.34.2: #110409#: remove static BaseURL 2004/10/27 07:36:29 mba 1.10.34.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8e1bf2aad840487b96893a2a80e224b0254cb8f6]

        INTEGRATION: CWS sb19 (1.3.876); FILE MERGED 2004/11/04 15:46:43 os 1.3.876.1: #i36685# AutoCorrection using attributed text fixed

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [17fff2dff7ceea585dfc32c3bbfe53b65993555c]

        INTEGRATION: CWS sb19 (1.7.154); FILE MERGED 2004/10/29 07:39:53 mba 1.7.154.2: #110409#: remove static BaseURL 2004/10/07 14:21:46 os 1.7.154.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f2634505571917830ec3f5add9f7b7bede40d44e]

        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  Rüdiger Timm  <rt@openoffice.org>  [82fcab283235e25f086d6799ba3ac8a843bb4491]

        INTEGRATION: CWS sb19 (1.11.4); FILE MERGED 2004/10/11 15:24:17 sb 1.11.4.2: RESYNC: (1.11-1.13); FILE MERGED 2004/10/07 14:21:45 os 1.11.4.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [daf2c3b68ab368378b77b2fe095cc40a30141384]

        INTEGRATION: CWS sb19 (1.4.34); FILE MERGED 2004/10/29 07:39:52 mba 1.4.34.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2172e3558a294c0b1813009ed584b73cd6a21354]

        INTEGRATION: CWS sb19 (1.13.148); FILE MERGED 2004/10/07 14:21:44 os 1.13.148.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [589228fad92cb0d950859028f2cc461ae648ffbb]

        INTEGRATION: CWS sb19 (1.19.2); FILE MERGED 2004/12/08 19:02:54 sb 1.19.2.4: RESYNC: (1.22-1.23); FILE MERGED 2004/10/29 07:39:52 mba 1.19.2.3: #110409#: remove static BaseURL 2004/10/11 15:23:36 sb 1.19.2.2: RESYNC: (1.19-1.22); FILE MERGED 2004/10/07 14:21:44 os 1.19.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8dffaf1779e381a84ec8e3963ed5bb6c6ae9f367]

        INTEGRATION: CWS sb19 (1.35.78); FILE MERGED 2004/10/29 07:39:27 mba 1.35.78.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [faceb34ac3fd03053b27c8e73755a51092058e6d]

        INTEGRATION: CWS sb19 (1.4.32); FILE MERGED 2004/11/04 15:52:17 os 1.4.32.1: #i36685# AutoCorrection using attributed text fixed

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [35ebc98e7b196a7c55c354c978441b464da06c2a]

        INTEGRATION: CWS sb19 (1.19.38); FILE MERGED 2004/12/08 16:21:57 sb 1.19.38.4: RESYNC: (1.24-1.25); FILE MERGED 2004/10/29 07:39:27 mba 1.19.38.3: #110409#: remove static BaseURL 2004/10/11 13:34:05 sb 1.19.38.2: RESYNC: (1.19-1.24); FILE MERGED 2004/10/07 14:21:43 os 1.19.38.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8fcc76e83c2bfaeec5f56145ef7190e64ce95ca4]

        INTEGRATION: CWS sb19 (1.13.32); FILE MERGED 2004/12/21 09:09:07 sb 1.13.32.3: RESYNC: (1.15-1.16); FILE MERGED 2004/12/08 16:18:05 sb 1.13.32.2: RESYNC: (1.13-1.15); FILE MERGED 2004/10/29 07:39:25 mba 1.13.32.1: #110409#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [14a4b482c5f6fbc25e22cd4cc01fad41a60b5a14]

        INTEGRATION: CWS sb19 (1.28.32); FILE MERGED 2004/10/27 07:35:17 mba 1.28.32.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [04ac88e4d765da6e9cdfe968ee68713627972d1e]

        INTEGRATION: CWS sb19 (1.2.16); FILE MERGED 2004/10/11 13:16:31 sb 1.2.16.2: RESYNC: (1.2-1.4); FILE MERGED 2004/10/07 14:21:42 os 1.2.16.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ee7c0b44cf2b2604fd90ae95c2713cfb970ece3c]

        INTEGRATION: CWS sb19 (1.54.42); FILE MERGED 2004/12/08 14:54:10 sb 1.54.42.2: RESYNC: (1.54-1.56); FILE MERGED 2004/10/27 07:32:37 mba 1.54.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [77ff5f7a2849e531f05e6b2ecd37121e072a3412]

        INTEGRATION: CWS sb19 (1.57.42); FILE MERGED 2004/12/08 15:01:44 sb 1.57.42.2: RESYNC: (1.57-1.60); FILE MERGED 2004/10/27 07:32:37 mba 1.57.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [44838a2bb372a6a735c1fc094e5f97fa2669e593]

        INTEGRATION: CWS sb19 (1.43.4); FILE MERGED 2004/12/08 15:01:36 sb 1.43.4.3: RESYNC: (1.44-1.49); FILE MERGED 2004/10/28 13:48:40 sb 1.43.4.2: RESYNC: (1.43-1.44); FILE MERGED 2004/10/27 07:32:37 mba 1.43.4.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [2cd874cfb1389f042e78be73c9cd87eda6d8e9de]

        INTEGRATION: CWS sb19 (1.2.18); FILE MERGED 2004/12/21 09:07:28 sb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/10 08:37:01 sb 1.2.18.1: #110411# Adapted to removal of static base URL stuff.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [011e1dba7f565b6c8a125ee9f18b2b3291a46d75]

        INTEGRATION: CWS sb19 (1.5.114); FILE MERGED 2004/10/27 07:32:36 mba 1.5.114.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a2fd884d1eeb950e152fca851b0c1c81bb6e0727]

        INTEGRATION: CWS sb19 (1.6.42); FILE MERGED 2004/12/08 14:39:29 sb 1.6.42.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/27 07:32:36 mba 1.6.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [97139a3519cd649cd4775d189bdba9601c1c731b]

        INTEGRATION: CWS sb19 (1.28.40); FILE MERGED 2004/12/22 08:26:08 sb 1.28.40.3: #i10000# Cleaned up merge conflict. 2004/12/08 14:52:43 sb 1.28.40.2: RESYNC: (1.28-1.30); FILE MERGED 2004/10/27 07:32:35 mba 1.28.40.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cd0a78eb26234d17fe7948e9c05b12f01732cda0]

        INTEGRATION: CWS sb19 (1.30.44); FILE MERGED 2004/12/08 14:53:05 sb 1.30.44.2: RESYNC: (1.30-1.32); FILE MERGED 2004/10/27 07:32:35 mba 1.30.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [71134ffd775e20e0643dd416facb9450aa047c3d]

        INTEGRATION: CWS sb19 (1.30.44); FILE MERGED 2004/10/27 07:32:34 mba 1.30.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [10b7330169550962fcd8262ec9df7d1a6b484443]

        INTEGRATION: CWS sb19 (1.62.38); FILE MERGED 2004/12/08 15:22:27 sb 1.62.38.2: RESYNC: (1.62-1.64); FILE MERGED 2004/10/27 07:32:34 mba 1.62.38.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [54f0a5eacc855c0c32c87362080c43897c17c66b]

        INTEGRATION: CWS sb19 (1.30.42); FILE MERGED 2004/12/22 08:52:11 sb 1.30.42.3: #i10000# Cleaned up merge conflict. 2004/12/08 14:33:37 sb 1.30.42.2: RESYNC: (1.30-1.31); FILE MERGED 2004/10/27 07:32:33 mba 1.30.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [99d7a369b8e6bf2cf8294d4176b079969bb7434d]

        INTEGRATION: CWS sb19 (1.19.42); FILE MERGED 2004/12/08 14:36:34 sb 1.19.42.2: RESYNC: (1.19-1.20); FILE MERGED 2004/10/27 07:32:33 mba 1.19.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d62114c31711f4133df39a14f6dbfe4a5e396a82]

        INTEGRATION: CWS sb19 (1.36.42); FILE MERGED 2004/12/08 14:29:42 sb 1.36.42.2: RESYNC: (1.36-1.38); FILE MERGED 2004/10/27 07:32:33 mba 1.36.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [09667044c26399754bc0db3c1a857e6fe6f2303d]

        INTEGRATION: CWS sb19 (1.30.114); FILE MERGED 2004/12/08 14:28:14 sb 1.30.114.2: RESYNC: (1.30-1.32); FILE MERGED 2004/10/27 07:32:33 mba 1.30.114.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1f56aba5468974a6082ce1f8eb7eacdd249aa03d]

        INTEGRATION: CWS sb19 (1.51.44); FILE MERGED 2004/10/27 07:32:32 mba 1.51.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a88fcca744a5df497879d2c0380ac3d33b046078]

        INTEGRATION: CWS sb19 (1.65.4); FILE MERGED 2004/12/08 15:26:40 sb 1.65.4.3: RESYNC: (1.66-1.68); FILE MERGED 2004/10/28 13:45:31 sb 1.65.4.2: RESYNC: (1.65-1.66); FILE MERGED 2004/10/27 07:32:32 mba 1.65.4.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [df87588577f8fcf9d5c3fdd1f36371e23e8be705]

        INTEGRATION: CWS sb19 (1.20.54); FILE MERGED 2004/12/08 15:23:30 sb 1.20.54.2: RESYNC: (1.20-1.22); FILE MERGED 2004/10/27 07:32:31 mba 1.20.54.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [39b67a9450f6d0a6afbd1b4fa597927bf8106c7f]

        INTEGRATION: CWS sb19 (1.6.44); FILE MERGED 2004/10/27 07:32:31 mba 1.6.44.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7dbff85dc9227077d1ed4e7c17f23080e7ca27ba]

        INTEGRATION: CWS sb19 (1.29.42); FILE MERGED 2004/12/08 15:25:05 sb 1.29.42.2: RESYNC: (1.29-1.31); FILE MERGED 2004/10/27 07:32:31 mba 1.29.42.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ba725888f3468cd041d3894ccdc418e9b61a7c4a]

        INTEGRATION: CWS sb19 (1.6.480); FILE MERGED 2004/12/08 15:25:22 sb 1.6.480.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/27 07:32:30 mba 1.6.480.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7729f876c52509e45a0374fed1022839e904f101]

        INTEGRATION: CWS sb19 (1.1.1.1.612); FILE MERGED 2004/12/08 11:18:41 sb 1.1.1.1.612.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/10/27 07:32:09 mba 1.1.1.1.612.1: #110407#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b2af107466d743b8f171423b8cab98741ff08d36]

        INTEGRATION: CWS sb19 (1.105.54); FILE MERGED 2004/12/21 09:03:53 sb 1.105.54.4: RESYNC: (1.109-1.110); FILE MERGED 2004/12/08 10:57:31 sb 1.105.54.3: RESYNC: (1.106-1.109); FILE MERGED 2004/10/11 13:03:55 sb 1.105.54.2: RESYNC: (1.105-1.106); FILE MERGED 2004/10/07 14:23:21 os 1.105.54.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4b3df269f81184c4951457daa5181df2bcc5d259]

        INTEGRATION: CWS sb19 (1.57.38); FILE MERGED 2004/12/08 10:53:58 sb 1.57.38.2: RESYNC: (1.57-1.59); FILE MERGED 2004/10/21 12:14:56 fs 1.57.38.1: #i32429# ExplodeFieldMasterName should not try to copy non-existent string parts

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [71d589cb3594204243ec711fcd462c7ae0b73e6c]

        INTEGRATION: CWS sb19 (1.58.14); FILE MERGED 2004/12/08 10:53:49 sb 1.58.14.3: RESYNC: (1.61-1.62); FILE MERGED 2004/10/11 13:00:27 sb 1.58.14.2: RESYNC: (1.58-1.61); FILE MERGED 2004/10/07 14:23:21 os 1.58.14.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [1c90c2422037a95fa8939f8bb94c358bfd4e193a]

        INTEGRATION: CWS sb19 (1.75.2); FILE MERGED 2004/12/08 10:46:58 sb 1.75.2.4: RESYNC: (1.76-1.81); FILE MERGED 2004/11/23 08:16:20 mba 1.75.2.3: #110409#: wrong implementation of GetBaseURL 2004/10/11 12:55:47 sb 1.75.2.2: RESYNC: (1.75-1.76); FILE MERGED 2004/10/07 14:23:20 os 1.75.2.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [32fcf01177903e1a9797dd6da0709c6a8e79591f]

        INTEGRATION: CWS sb19 (1.106.10); FILE MERGED 2004/12/08 10:45:25 sb 1.106.10.4: RESYNC: (1.108-1.115); FILE MERGED 2004/11/03 15:09:17 sb 1.106.10.3: #108948# Fixed wrong replacement for INetURLObject::AbsToRel. 2004/10/11 12:55:13 sb 1.106.10.2: RESYNC: (1.106-1.108); FILE MERGED 2004/10/07 14:23:20 os 1.106.10.1: #110409# static base URL has gone

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3c6d58dc4997a3d9ed247a956f63263e496b7cf9]

        INTEGRATION: CWS sb19 (1.26.26); FILE MERGED 2004/12/08 10:34:26 sb 1.26.26.2: RESYNC: (1.26-1.27); FILE MERGED 2004/10/20 14:46:41 mba 1.26.26.1: #110413#: remove static BaseURL

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d2c2603985a2718a61c2628062963f4f4fbf68dc]

        INTEGRATION: CWS sb19 (1.36.46); FILE MERGED 2004/10/04 11:29:08 mt 1.36.46.1: #110410# Removed static INetURL stuff, not uses anymore except in binfilters

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [71cf4c93ed2a13712e25626ab9e1e39f096d5d65]

        INTEGRATION: CWS sb19 (1.2.40); FILE MERGED 2004/10/27 14:54:10 sb 1.2.40.1: #110407# Adapted to changed APIs of lower modules (passing in the static base URL where necessary).

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3f1c6a2a52aa80afa97aa727672d47ba122542ed]

        INTEGRATION: CWS sb19 (1.1.40); FILE MERGED 2004/10/26 09:17:27 sb 1.1.40.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:22 sb 1.1.40.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8a93cd9f04cab8f30a52ccf7d11c39640ef62d73]

        INTEGRATION: CWS sb19 (1.2.2); FILE MERGED 2004/10/21 12:14:32 fs 1.2.2.1: #i32429# ExplodeFieldMasterName should not try to copy non-existent string parts

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6072e0c73acbe5cc2c4a1b0ea9e5f0b7152bad6f]

        INTEGRATION: CWS sb19 (1.2.2); FILE MERGED 2004/10/26 09:17:26 sb 1.2.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:21 sb 1.2.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b14dce970e5fbf7e74a8028f8925cfdffb14b1cd]

        INTEGRATION: CWS sb19 (1.2.2); FILE MERGED 2004/10/26 09:17:26 sb 1.2.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:20 sb 1.2.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [3fed4d528b36e4a3db686d06b7cc2d96dc5beb8f]

        INTEGRATION: CWS sb19 (1.2.2); FILE MERGED 2004/12/08 10:17:49 sb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2004/10/26 09:17:25 sb 1.2.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:20 sb 1.2.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6e22dd8d36c535b4224c590f798b25865c99ed46]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/26 09:17:24 sb 1.4.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:18 sb 1.4.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4a6ad86184ec4a7a24a1163e949f1f54de758fd0]

        INTEGRATION: CWS sb19 (1.6.2); FILE MERGED 2004/10/26 09:17:19 sb 1.6.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:10 sb 1.6.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b8a64058a733658ade09cbb5cf7d7e5b18d06277]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/26 09:17:18 sb 1.4.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:08 sb 1.4.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5ab7d3fca20fa66fba6b7d725bb264ed3fbd6e50]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/10/26 09:17:17 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:06 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a74df55f952d522bbe04d1f31c56749354b6888e]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/26 09:17:16 sb 1.4.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:06 sb 1.4.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [de9eb951a20c2f3c89cf9483465d6156e2b85d12]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/10/26 09:17:16 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:05 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cf5426584943f927a42d73dc0fa70180cc7ed47c]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/26 09:17:16 sb 1.4.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:04 sb 1.4.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b3654e4c37a0dc125040e759e3280c6aff612300]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/21 12:14:22 fs 1.4.2.1: #i32429# when exporting a document which has been imported by the binary filter, it's valid to haev a MapUnit of 100th mm - the handling for this case was always correct, just the assertion was wrong

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c4574af5dcc303a67ae3248f5bfc6e71cac60b4c]

        INTEGRATION: CWS sb19 (1.2.40); FILE MERGED 2004/10/26 09:17:13 sb 1.2.40.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:02 sb 1.2.40.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a50eb2720ef532692af17711fd340d0dc0a895c8]

        INTEGRATION: CWS sb19 (1.2.40); FILE MERGED 2004/10/26 09:17:12 sb 1.2.40.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:48:01 sb 1.2.40.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [fe52cade6bec9d1c5c4992bab2a3c660d35354b5]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/26 09:17:08 sb 1.4.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:55 sb 1.4.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c71b7faa4ad862eb23e42d9ce1becdbab97421b3]

        INTEGRATION: CWS sb19 (1.3.2); FILE MERGED 2004/10/26 09:17:07 sb 1.3.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:54 sb 1.3.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [64a52e58c679e4b9e25ba8e21fda106d415b012c]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/26 09:17:07 sb 1.4.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:54 sb 1.4.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f36eba7b6d96e61c3c50dc026a2f370700645d98]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/10/26 09:17:06 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:53 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [81bf554f50129eb827e513fa748b08e33a7ac94e]

        INTEGRATION: CWS sb19 (1.6.2); FILE MERGED 2004/10/26 09:17:06 sb 1.6.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:52 sb 1.6.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [4c2bd7f27d5068fd91bf590ae2c1fc4787efe43f]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/10/26 09:17:06 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:52 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [250649757999384021bc128dca05f21572fcfe03]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/10/26 09:17:05 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:52 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [a52b399140bac6c5a0b80f2156c1fd0f70fbe485]

        INTEGRATION: CWS sb19 (1.3.2); FILE MERGED 2004/10/26 09:17:05 sb 1.3.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:51 sb 1.3.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [20b6fcf3a35e1eef24c793e57bed4c0e68b711f1]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/26 09:17:04 sb 1.4.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:49 sb 1.4.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [93ef9d52e34b88fa0c94d846c66ac0cc020ee6e4]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/26 09:17:03 sb 1.4.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:48 sb 1.4.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d63110e7d991f001cb8c93591603d99a765fe89c]

        INTEGRATION: CWS sb19 (1.6.2); FILE MERGED 2004/10/26 09:17:03 sb 1.6.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:47 sb 1.6.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [67adda0b89dab0e198a4d392aa8e9f1922e8bf9f]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/10/26 09:17:03 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:47 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ac824f4ea373d56df392994ce2bf1fafddf4753c]

        INTEGRATION: CWS sb19 (1.3.40); FILE MERGED 2004/10/26 09:17:01 sb 1.3.40.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:46 sb 1.3.40.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [0a1f5cb4ef5cb183212c5cd33aa07e11f6c88134]

        INTEGRATION: CWS sb19 (1.6.2); FILE MERGED 2004/10/26 09:17:01 sb 1.6.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:46 sb 1.6.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [f8896cbca58ecf10af779061699d88714aeb7d2d]

        INTEGRATION: CWS sb19 (1.6.2); FILE MERGED 2004/12/08 10:21:11 sb 1.6.2.4: RESYNC: (1.6-1.7); FILE MERGED 2004/10/27 14:54:09 sb 1.6.2.3: #110407# Adapted to changed APIs of lower modules (passing in the static base URL where necessary). 2004/10/26 09:16:58 sb 1.6.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:42 sb 1.6.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7444166dcebe4fc01aee421bce1dba479d8eb4fd]

        INTEGRATION: CWS sb19 (1.6.2); FILE MERGED 2004/10/27 14:54:08 sb 1.6.2.3: #110407# Adapted to changed APIs of lower modules (passing in the static base URL where necessary). 2004/10/26 09:16:58 sb 1.6.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:42 sb 1.6.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8603dbccef679a271dffef59e45cfb57491524ed]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/12/21 09:01:57 sb 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED 2004/10/26 09:16:57 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:42 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [d87e0a959e00cf9dfb4f687325fea0f7c02f96f3]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/10/27 14:54:08 sb 1.5.2.3: #110407# Adapted to changed APIs of lower modules (passing in the static base URL where necessary). 2004/10/26 09:16:57 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:42 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [0c7d38d19e58b5ad1ebc4783b1d5b9f5a245a7a0]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/12/21 09:01:49 sb 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED 2004/10/26 09:16:57 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:42 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6d3d95501abb2740b4c88d265878b5e8f041fa1a]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/26 09:16:57 sb 1.4.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:41 sb 1.4.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [fa09c680d12dd45a8d77f1ea578234d02fb55dbe]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/12/08 10:21:44 sb 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED 2004/10/26 09:16:55 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:40 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [b5a2c224e9e1f6c4790b0e0ca2e958f9e4590375]

        INTEGRATION: CWS sb19 (1.6.2); FILE MERGED 2004/12/08 10:21:35 sb 1.6.2.4: RESYNC: (1.7-1.8); FILE MERGED 2004/10/26 09:16:55 sb 1.6.2.3: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/10/11 12:47:43 sb 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2004/08/16 13:47:39 sb 1.6.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [79df63b4091f1778cd703bff1971bb8130759ab1]

        INTEGRATION: CWS sb19 (1.6.2); FILE MERGED 2004/10/26 09:16:52 sb 1.6.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:36 sb 1.6.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [c8ea8a3fde2db93fca23615f963b55fc830281a8]

        INTEGRATION: CWS sb19 (1.3.2); FILE MERGED 2004/10/26 09:16:52 sb 1.3.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:36 sb 1.3.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7b68c7054465be6fd0ea1f811bf33a19280512a8]

        INTEGRATION: CWS sb19 (1.3.2); FILE MERGED 2004/10/27 14:54:08 sb 1.3.2.1: #110407# Adapted to changed APIs of lower modules (passing in the static base URL where necessary).

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [7f9679fdf8d723d1a3854b10f390378396a6d501]

        INTEGRATION: CWS sb19 (1.5.2); FILE MERGED 2004/10/26 09:16:50 sb 1.5.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:32 sb 1.5.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [24e24842148dc60bc2d3785835f031ef859e559d]

        INTEGRATION: CWS sb19 (1.4.22); FILE MERGED 2004/10/26 09:16:49 sb 1.4.22.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:32 sb 1.4.22.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [cb673d1b92f6c0c7dc3be00d208531d120aa3e52]

        INTEGRATION: CWS sb19 (1.3.40); FILE MERGED 2004/10/26 09:16:48 sb 1.3.40.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:31 sb 1.3.40.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ac6129afa80c2f8dbe6f0e6bb8fc977a346b1949]

        INTEGRATION: CWS sb19 (1.3.2); FILE MERGED 2004/10/26 09:16:47 sb 1.3.2.2: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/08/16 13:47:30 sb 1.3.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [6ac5e411c86bc5e3daad13145f2dca19b466ae9e]

        INTEGRATION: CWS sb19 (1.4.2); FILE MERGED 2004/10/26 09:16:47 sb 1.4.2.3: #i32279# Moved StaticBaseUrl stuff from binfilter down to so3. 2004/10/11 12:44:40 sb 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/16 13:47:30 sb 1.4.2.1: #i32279# Preserved copies of removed functions from INetURLObject and URIHelper in bf_xmloff/staticbaseurl.hxx.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [8179374ce4956f931941d177cb80af10d7dd8a09]

        INTEGRATION: CWS pj15 (1.26.8); FILE MERGED 2005/01/04 18:20:39 pjanik 1.26.8.1: #i39182#: Add dependency on officeloader for Windows.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [46bfb481bc62d31307ac93cbc48968eb0ae0314c]

        INTEGRATION: CWS pj15 (1.33.22); FILE MERGED 2005/01/06 04:03:25 pjanik 1.33.22.2: #i38161#: static libraries should go at the end of the link command for MacOS X. 2005/01/03 15:05:44 pjanik 1.33.22.1: #i38161#: static libraries should go at the end of the link command for MacOS X.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ab87048958c80ae6d131ee498b7009643d2774e5]

        INTEGRATION: CWS pj15 (1.58.118); FILE MERGED 2005/01/01 18:55:13 pjanik 1.58.118.1: #i39644#: Fix typo: "Text body justfied" -> "Text body justified"

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [5de7d357c00b7ef8855e4a82b28e5a10ec3061bf]

        INTEGRATION: CWS pj15 (1.29.8); FILE MERGED 2005/01/03 15:30:26 pjanik 1.29.8.1: #i39818#: Remove now unused directory from PATH on MacOS X.

2005-01-11  Rüdiger Timm  <rt@openoffice.org>  [ce4acabd35bacbb68f4af936156c5a5cd81cfcc6]

        INTEGRATION: CWS pj15 (1.81.50); FILE MERGED 2005/01/03 16:10:24 pjanik 1.81.50.2: #i38159#: Remove unused variable "BSTRPLIB". 2005/01/01 18:35:23 pjanik 1.81.50.1: #i38937#: Remove unused GOODIESLLIB.

2005-01-11  Oliver Bolte  <obo@openoffice.org>  [0b376f69ec3b143c8e109b2f186cabb75e9b8d84]

        INTEGRATION: CWS i18n15 (1.12.140); FILE MERGED 2004/10/07 18:16:32 khong 1.12.140.1: #i34837# recycle Japanese kana characters as bullet/numbering system

2005-01-11  Oliver Bolte  <obo@openoffice.org>  [ea58ac9413690275a4a6bfd2683827e85da31f7e]

        INTEGRATION: CWS i18n15 (1.16.4); FILE MERGED 2004/12/10 18:50:23 khong 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2004/08/30 21:08:19 khong 1.16.4.1: #i33385# fixed follow page word issue for Korean

2005-01-11  Oliver Bolte  <obo@openoffice.org>  [0bf5567482e704b70af7f8fad85eab79ccbcf84f]

        INTEGRATION: CWS i18n15 (1.18.18); FILE MERGED 2004/10/07 18:15:58 khong 1.18.18.1: #i34837# recycle Japanese kana characters as bullet/numbering system

2005-01-11  Oliver Bolte  <obo@openoffice.org>  [746ea3d8c29b27b23af3433446f66db0ad3096d6]

        INTEGRATION: CWS i18n15 (1.2.20); FILE MERGED 2004/09/04 02:03:53 khong 1.2.20.1: #117685# make dictionary word contain only letter or only number, dot can be in middle or end of a word, but only one.

2005-01-11  Oliver Bolte  <obo@openoffice.org>  [a31a26ce1a9c7f63e354836fd9e1282b6a5063a1]

        INTEGRATION: CWS i18n15 (1.2.58); FILE MERGED 2004/09/04 02:03:53 khong 1.2.58.1: #117685# make dictionary word contain only letter or only number, dot can be in middle or end of a word, but only one.

2005-01-11  Oliver Bolte  <obo@openoffice.org>  [f7babbe5ffcae9d60ab5e547887a0ccc453c2bcb]

        INTEGRATION: CWS i18n15 (1.3.36); FILE MERGED 2004/09/04 02:03:53 khong 1.3.36.1: #117685# make dictionary word contain only letter or only number, dot can be in middle or end of a word, but only one.

2005-01-11  Oliver Bolte  <obo@openoffice.org>  [e5a62ce85bebcc9fb2bf0e5b9aced5fc7748055b]

        INTEGRATION: CWS i18n15 (1.16.4); FILE MERGED 2004/10/07 18:19:11 khong 1.16.4.1: #i33756# update Hangarian breakiterator

2005-01-11  Oliver Bolte  <obo@openoffice.org>  [d91a1f3f01a68b8009918ff2b053392c29d6a8ab]

        INTEGRATION: CWS i18n15 (1.2.80); FILE MERGED 2004/08/30 21:03:34 khong 1.2.80.1: #i33105# fixed a operator delete mismatch problem

2005-01-10  Rüdiger Timm  <rt@openoffice.org>  [78485242e4fbed90a0ee92517e54a9103ba4d121]

        #i10000# remove obsolete, non existent stuff.

2005-01-10  Rüdiger Timm  <rt@openoffice.org>  [31e937eb3c0ef5ee7e28ac39300c7a055283e75f]

        #i10000# Does not need module 'tools' any more (zipdep is a perlscript located in solenv/bin since ages ...).

2005-01-07  Vladimir Glazounov  <vg@openoffice.org>  [67ca45706733a7d014a29f161544880d03bc75cd]

        new version for SRC680

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [e39ecba9fa1d94495862c1660089dddeab7004d2]

        #i10000#, #118253# Add new LocalMultiStratum for modularized installation (from CWS cfgimpex).

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [a60628c01d44e90e84ec1112cd48dd88b44e66dc]

        #i10000# Master workspace builds are done flat, without UPDMINOREXT.

2005-01-07  Vladimir Glazounov  <vg@openoffice.org>  [26472804a81b4f2f856eb2f82cd07b080dc993f8]

        new version for SRC680

2005-01-07  Vladimir Glazounov  <vg@openoffice.org>  [a42a757c92df6ca0ef4d171d8fef511152a98110]

        new version for SRC680

2005-01-07  Vladimir Glazounov  <vg@openoffice.org>  [7855a1898a68928a4b476b54f9f6bc5e8c302fc5]

        new version for SRC680

2005-01-07  Oliver Bolte  <obo@openoffice.org>  [cd22218f6b1623cd6e2744fce2ea93e8ef44ceed]

        new version for SRC680

2005-01-07  Vladimir Glazounov  <vg@openoffice.org>  [05a319fd2adb6aea500b2685e141700a93c7c40a]

        new version for SRC680

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [15be16386cb26018cbcde61ddef83bf7920621a9]

        SRC680

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [bee23d1b514fb5a092cd7297977a0cd5291e1fc7]

        INTEGRATION: CWS cfgimpex (1.4.18); FILE MERGED 2004/12/10 16:54:24 jb 1.4.18.1: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files.

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [f34c31b5715d4331d0736d13c15097ad7ca94eed]

        INTEGRATION: CWS cfgimpex (1.8.18); FILE MERGED 2004/12/10 16:54:32 jb 1.8.18.1: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files.

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [df2a1861da838a60eb74b59b7f52d795c841965b]

        INTEGRATION: CWS cfgimpex (1.9.18); FILE MERGED 2004/12/10 16:54:31 jb 1.9.18.3: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files. 2004/12/10 15:07:05 mav 1.9.18.2: #i38800# moving the embedding configuration 2004/12/10 14:26:16 mav 1.9.18.1: #i38800# moving the embedding configuration

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [be4849f1987ff1e33710898d1dbfcad676ba3c52]

        INTEGRATION: CWS cfgimpex (1.5.18); FILE MERGED 2004/12/10 16:54:28 jb 1.5.18.1: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files.

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [cd2f62f6f482c14ad4f91a3b372661b58e0a67a0]

        INTEGRATION: CWS cfgimpex (1.14.4); FILE MERGED 2004/12/10 16:54:27 jb 1.14.4.1: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files.

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [7bba7d0cef937dd54126989276b0028bf14a5edf]

        INTEGRATION: CWS cfgimpex (1.57.4); FILE MERGED 2004/12/16 14:06:21 jb 1.57.4.5: #i38800# Add forgotten semicolon; Correct gid to conform to conventions 2004/12/10 16:54:26 jb 1.57.4.4: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files. 2004/12/10 15:08:45 mav 1.57.4.3: #i38800# moving the embedding configuration 2004/12/10 15:07:04 mav 1.57.4.2: #i38800# moving the embedding configuration 2004/12/10 14:26:14 mav 1.57.4.1: #i38800# moving the embedding configuration

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [1680d6485ee2e92baad7b8a229a5a74e2bf2f637]

        INTEGRATION: CWS cfgimpex (1.19.16); FILE MERGED 2004/12/13 08:52:53 jb 1.19.16.2: #118253# New spool module Embedding 2004/12/10 16:53:01 jb 1.19.16.1: #118253# Add directory structure for new module configuration handling.

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0d090eb287d31fb6b4eff6554b44a04fa5a15fae]

        INTEGRATION: CWS cfgimpex (1.10.18); FILE MERGED 2004/12/10 16:54:25 jb 1.10.18.3: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files. 2004/12/10 15:07:03 mav 1.10.18.2: #i38800# moving the embedding configuration 2004/12/10 14:26:14 mav 1.10.18.1: #i38800# moving the embedding configuration

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [d6d77ab9684ab5be955137ecaeb44c9f93f9586e]

        INTEGRATION: CWS cfgimpex (1.5.18); FILE MERGED 2004/12/10 16:54:25 jb 1.5.18.1: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files.

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [4e2aa20cbd9a3dcfcb36a00f6ecb23d207c8da17]

        INTEGRATION: CWS cfgimpex (1.10.4); FILE MERGED 2004/12/10 16:54:25 jb 1.10.4.3: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files. 2004/12/10 15:07:03 mav 1.10.4.2: #i38800# moving the embedding configuration 2004/12/10 14:26:13 mav 1.10.4.1: #i38800# moving the embedding configuration

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [1cf5bc4e1452d1cce61500843db39d476201357b]

        INTEGRATION: CWS cfgimpex (1.9.18); FILE MERGED 2004/12/10 16:54:24 jb 1.9.18.3: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files. 2004/12/10 15:07:02 mav 1.9.18.2: #i38800# moving the embedding configuration 2004/12/10 14:26:12 mav 1.9.18.1: #i38800# moving the embedding configuration

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [bd5b4d13e094eedf1ef5f36c429f1ec2bc582bef]

        INTEGRATION: CWS cfgimpex (1.11.18); FILE MERGED 2004/12/10 16:54:23 jb 1.11.18.3: #118253# Install spool files into new module configuration directory structure. Use package directory structure for spool files. 2004/12/10 15:07:02 mav 1.11.18.2: #i38800# moving the embedding configuration 2004/12/10 14:26:11 mav 1.11.18.1: #i38800# moving the embedding configuration

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [d4baf190daad218ad072aa9e125db326a6511550]

        INTEGRATION: CWS cfgimpex (1.27.30); FILE MERGED 2004/12/10 09:06:08 jb 1.27.30.1: #118253# Add new LocalMultiStratum for modularized installation

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [8378cb9244e9b74b2ace4bf78a90f2175d46c2b8]

        INTEGRATION: CWS cfgimpex (1.3.46); FILE MERGED 2004/12/10 09:06:07 jb 1.3.46.1: #118253# Add new LocalMultiStratum for modularized installation

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0b729831e6edc33fdc0370e73278273c0e0a7f1d]

        INTEGRATION: CWS cfgimpex (1.1.2); FILE ADDED 2004/12/10 09:04:37 jb 1.1.2.1: #118253# Refactor Stratum implementation to prepare for new MultiLayerStratum

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [4f6d93bb6a08ac6d5f7f1ab67bd9f0e432553419]

        INTEGRATION: CWS cfgimpex (1.1.2); FILE ADDED 2004/12/10 09:04:36 jb 1.1.2.1: #118253# Refactor Stratum implementation to prepare for new MultiLayerStratum

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [bc616b101218183629e0d458d5cd463483f8f659]

        INTEGRATION: CWS cfgimpex (1.4.2); FILE MERGED 2004/12/10 09:04:36 jb 1.4.2.1: #118253# Refactor Stratum implementation to prepare for new MultiLayerStratum

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [f365709520d8beb44bef94b08cd1867a579ff5f3]

        INTEGRATION: CWS cfgimpex (1.1.2); FILE ADDED 2004/12/10 09:06:07 jb 1.1.2.1: #118253# Add new LocalMultiStratum for modularized installation

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [f2bb5d12b04a30015e67bef19cccf0e56784b901]

        INTEGRATION: CWS cfgimpex (1.16.30); FILE MERGED 2004/12/10 09:06:06 jb 1.16.30.1: #118253# Add new LocalMultiStratum for modularized installation

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [3e12c0747651c780af4e06d9b42d598926349cb4]

        INTEGRATION: CWS cfgimpex (1.4.10); FILE MERGED 2004/12/10 14:14:38 mav 1.4.10.1: #i38800# moving the embedding configuration

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [ea948818d5fae55fc585cfcb738e56730a186624]

        INTEGRATION: CWS cfgimpex (1.6.32); FILE MERGED 2004/12/10 14:14:38 mav 1.6.32.1: #i38800# moving the embedding configuration

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [e611a1484b24cf8f4e98529f67b8baf599779649]

        INTEGRATION: CWS cfgimpex (1.7.28); FILE MERGED 2004/12/10 07:58:13 jb 1.7.28.1: #i36020# Change handling of module-dependent values - now the module attribute is directly on the value; Add check for duplicate node names.

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [ea3bbcde7756f5b96376e01a1b432678499b4984]

        INTEGRATION: CWS cfgimpex (1.24.6); FILE MERGED 2004/12/14 13:23:42 jb 1.24.6.1: #i38928# Remove configimport custom actions

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [970a2419fa5d731234a10b0093b3e54e5cfaf856]

        INTEGRATION: CWS cfgimpex (1.29.28); FILE MERGED 2004/12/10 16:43:19 jb 1.29.28.2: #118253# Use package directory structure for spool files 2004/12/08 15:31:23 jb 1.29.28.1: #i38668# Add dependencies on xsl,dtd and sed files for all generated or validated output

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [7b37bbf3a35f5b4b39333f9c8f7c9474efe0b27a]

        INTEGRATION: CWS cfgimpex (1.6.38); FILE MERGED 2004/12/10 07:58:01 jb 1.6.38.1: #i36020# Change handling of module-dependent values - now the module attribute is directly on the value; Add check for duplicate node names.

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [bbaf21981e798bf2b802336c2f1a69c1c1565d25]

        INTEGRATION: CWS cfgimpex (1.10.38); FILE MERGED 2004/12/09 16:56:28 jb 1.10.38.1: #i36020# Change handling of module-dependent values - now the module attribute is directly on the value

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [45ea38a33a69fae83a04d8a29df47622b2a47889]

        INTEGRATION: CWS cfgimpex (1.3.28); FILE MERGED 2004/12/09 16:51:09 jb 1.3.28.1: #i38724# Replace wrong sets (of xs:string) with extensible groups

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [956342e479bef8fc94176e7eddf68cdd6f3a1b66]

        INTEGRATION: CWS cfgimpex (1.15.224); FILE MERGED 2004/12/08 15:48:44 jb 1.15.224.1: #i37938# Replace DG as <author>

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [03ec52e261b3fb0d95bb2ed1f99fc2775a291c31]

        INTEGRATION: CWS cfgimpex (1.40.28); FILE MERGED 2004/12/08 15:48:19 jb 1.40.28.1: #i37937#,#i37938# Deprecate TransferUserSettingsOnce; Replace DG as <author>

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [c1013219262fdb230102b3cda5293f2087bf3caa]

        INTEGRATION: CWS cfgimpex (1.9.10); FILE MERGED 2004/12/09 16:57:50 jb 1.9.10.1: #i36020# Remove duplicate elements

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [42bacc5d2476fca2a886d4515950b096d0ab99ae]

        INTEGRATION: CWS cfgimpex (1.9.10); FILE MERGED 2004/12/09 16:57:49 jb 1.9.10.1: #i36020# Remove duplicate elements

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [ed0f3f1aed5986b76de2185b20a9bb0d9f61ad2e]

        INTEGRATION: CWS cfgimpex (1.10.10); FILE MERGED 2004/12/09 16:57:49 jb 1.10.10.1: #i36020# Remove duplicate elements

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [eb456a452cd7e6a22fe8483824f60571935d65b3]

        INTEGRATION: CWS cfgimpex (1.5.28); FILE MERGED 2004/12/10 14:13:38 mav 1.5.28.1: #i38800# moving the embedding configuration

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [6619f3a56c2b628e9334e7cf922f468a78d6418b]

        INTEGRATION: CWS cfgimpex (1.4.488); FILE MERGED 2004/12/09 16:57:49 jb 1.4.488.1: #i36020# Remove duplicate elements

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [4fc84ea605f1a8d3ea4ebd249a387ca049616177]

        INTEGRATION: CWS cfgimpex (1.1.2); FILE ADDED 2004/12/10 14:13:58 mav 1.1.2.1: #i38800# moving the embedding configuration

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [d49a30d0ce825abe3ee159eb71240dba9c822b27]

        INTEGRATION: CWS cfgimpex (1.26.26); FILE MERGED 2004/12/09 16:56:27 jb 1.26.26.1: #i36020# Change handling of module-dependent values - now the module attribute is directly on the value

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [a26b9f37349bad6e6854d25560a2b5877be41389]

        INTEGRATION: CWS cfgimpex (1.32.38); FILE MERGED 2004/12/09 16:57:48 jb 1.32.38.1: #i36020# Remove duplicate elements

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [a85eb8d9aff2d74ed89ac82351e9e8e2d5402882]

        INTEGRATION: CWS cfgimpex (1.5.224); FILE MERGED 2004/12/09 16:56:27 jb 1.5.224.1: #i36020# Change handling of module-dependent values - now the module attribute is directly on the value

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [b04d59e1a78a1ca79f349d5b253bafe05f1501d7]

        INTEGRATION: CWS cfgimpex (1.39.134); FILE MERGED 2004/12/10 16:43:18 jb 1.39.134.1: #118253# Use package directory structure for spool files

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [628465dfb8d0f80b4e9fec5d1caf2cd9f13d8b5d]

        INTEGRATION: CWS os45 (1.45.4); FILE MERGED 2004/12/01 08:35:55 pb 1.45.4.1: fix: #i37000# no own help text any longer

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [178128fc8e52b840d39e9c5f4d6d4dac598e7de4]

        INTEGRATION: CWS os45 (1.9.10); FILE MERGED 2004/12/01 10:33:12 os 1.9.10.1: #i38150# catch exception from XResultSetUpdate::update()

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [da1dd04858c2674d9685d75b09de4667f854ecb4]

        INTEGRATION: CWS os45 (1.8.4); FILE MERGED 2004/12/10 08:51:13 os 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/29 10:44:44 pb 1.8.4.1: fix: #i38020# no BUILD_SPECIAL -> no OOO_VENDOR set

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [f34dc7a244b49d735b3f36646d92e1795d84dfbb]

        INTEGRATION: CWS os45 (1.24.264); FILE MERGED 2004/12/02 13:36:38 os 1.24.264.1: #i38294#  headline repeat now uses the same control positioning as insert/table

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [02ec7b828a8026712c22a98c518840864e265fbd]

        INTEGRATION: CWS os45 (1.3.302); FILE MERGED 2004/12/02 13:36:38 os 1.3.302.1: #i38294#  headline repeat now uses the same control positioning as insert/table

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0ee3f1cefb337370e16f961e38e16b1e738dd809]

        INTEGRATION: CWS os45 (1.8.166); FILE MERGED 2004/12/02 13:36:38 os 1.8.166.1: #i38294#  headline repeat now uses the same control positioning as insert/table

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [dfdc15ff3348e39880d743ee7bc80cf142308129]

        INTEGRATION: CWS os45 (1.61.2); FILE MERGED 2004/12/06 14:36:36 os 1.61.2.2: #i38294# syntax error fixed 2004/12/02 16:29:12 os 1.61.2.1: #i38294# recording of convert text<->table impl.

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [21bee8641468a3f90f40e7753701e65d649b2478]

        INTEGRATION: CWS os45 (1.5.32); FILE MERGED 2004/12/02 13:37:33 os 1.5.32.1: #i38294#  include fixed

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [c8f358b2df1ca4836706f8649ee180d952a9d6de]

        INTEGRATION: CWS os45 (1.4.302); FILE MERGED 2004/12/02 13:36:13 os 1.4.302.1: #i38294#  headline repeat now uses the same control positioning as insert/table

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0a188658eb33c3a35c7d3f31ffc0a1a92a8b9f4f]

        INTEGRATION: CWS os45 (1.100.2); FILE MERGED 2004/12/10 08:22:16 os 1.100.2.2: RESYNC: (1.100-1.101); FILE MERGED 2004/12/01 12:08:48 os 1.100.2.1: #117840# Alt+Return: on start of paragraph insert paragraph before section/table if possible - otherwise insert unnumbered paragraph in lists

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0b81b3128abf6588a1346c5633cc314a7b930f04]

        INTEGRATION: CWS os45 (1.4.2); FILE MERGED 2004/12/02 08:39:56 os 1.4.2.1: #i34727# keep selection in MultiLineEdit of the 'edit address' dialog

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [1066e50d0b3b0394bab32eba91a1343e5d2ca71b]

        INTEGRATION: CWS os45 (1.7.146); FILE MERGED 2004/12/20 13:04:26 os 1.7.146.1: #i38197# check interface before access

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [2d6672c23dee6db98c850ac9d244f1e29c34df24]

        INTEGRATION: CWS os45 (1.25.146); FILE MERGED 2004/12/03 12:15:12 os 1.25.146.1: #i38197# error handling of readonly files re-added

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0ac41b30b77bb7642bc64acfdf2e40ab1060ea14]

        INTEGRATION: CWS os45 (1.57.2); FILE MERGED 2004/12/02 16:29:24 os 1.57.2.1: #i38294# recording of convert text<->table impl.

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0178c65a3403d02beb2a1b2994a8212b00f0a360]

        INTEGRATION: CWS os45 (1.6.44); FILE MERGED 2004/11/29 13:26:24 os 1.6.44.1: #i37971# relative graphic URLs should not be detected 'smart'

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [5a023904e6c33eb49f74fbacf1ed30af6802038f]

        INTEGRATION: CWS os45 (1.4.44); FILE MERGED 2004/11/30 11:20:15 os 1.4.44.1: #i31620# added SwNodes::operator[](int) - required for 64bit port

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [b98aecd7df5b7880c580f6511dc37d072263ddf8]

        INTEGRATION: CWS vcl32 (1.11.22); FILE MERGED 2004/12/10 17:00:39 pl 1.11.22.3: RESYNC: (1.12-1.13); FILE MERGED 2004/11/27 12:12:10 pl 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2004/11/27 09:56:02 pl 1.11.22.1: #i35433# kde plugin

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [b50ac048048ddce0cdb015cad812b1fbf56e42ad]

        INTEGRATION: CWS vcl32 (1.65.22); FILE MERGED 2004/12/10 17:01:09 pl 1.65.22.3: RESYNC: (1.69-1.71); FILE MERGED 2004/11/27 12:12:20 pl 1.65.22.2: RESYNC: (1.65-1.69); FILE MERGED 2004/11/27 09:56:02 pl 1.65.22.1: #i35433# kde plugin

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [b4899a4e104d6a3b5d37e5f5dd20cb611673351f]

        INTEGRATION: CWS vcl32 (1.5.254); FILE MERGED 2004/11/23 15:56:40 ssa 1.5.254.1: #i36344# exclude overlapped regions from scrolling to reduce flickering

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [7671a59ffceba624bbd64ad09acf782b651eb35d]

        INTEGRATION: CWS vcl32 (1.63.2); FILE MERGED 2004/11/26 12:55:13 pl 1.63.2.1: #i37637# fix by kendy

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [d92364f427b86f818a8786be4bf9ec69f5137ab4]

        INTEGRATION: CWS vcl32 (1.184.42); FILE MERGED 2004/12/10 16:52:41 pl 1.184.42.2: RESYNC: (1.184-1.185); FILE MERGED 2004/11/18 08:10:38 obr 1.184.42.1: #i36907# made index 0 the same as index 1

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0359fee818bf2f6fd79dc5a0f9dea78584f3e25d]

        INTEGRATION: CWS vcl32 (1.5.160); FILE MERGED 2004/11/26 12:53:15 pl 1.5.160.1: #i36763# cleanup by kendy

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [6f1e07e1b852757e0e5f008a808511cd2f2d7a07]

        INTEGRATION: CWS vcl32 (1.10.70); FILE MERGED 2004/12/10 16:52:51 pl 1.10.70.2: RESYNC: (1.10-1.11); FILE MERGED 2004/11/30 10:10:21 pl 1.10.70.1: #i37977# updated GNOME and KDE checks

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [35c5b73547080005eceb7d0d6506bcb864091ea3]

        INTEGRATION: CWS vcl32 (1.122.70); FILE MERGED 2004/11/30 10:18:12 pl 1.122.70.3: fixed compiler warnings (signed/unsigned) 2004/11/29 17:30:46 pl 1.122.70.2: #i35001# get correct coordinates 2004/11/29 17:03:23 pl 1.122.70.1: #i35001# make DraServerFontAAForcedString safer

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [6ce9a07bd0f7f80abda870b132a5980ecc65d27d]

        INTEGRATION: CWS vcl32 (1.13.158); FILE MERGED 2004/11/26 12:53:15 pl 1.13.158.1: #i36763# cleanup by kendy

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [25e4d1d805a4066f6837480dffad949783166c78]

        INTEGRATION: CWS vcl32 (1.23.2); FILE MERGED 2004/11/27 12:02:05 pl 1.23.2.2: RESYNC: (1.23-1.24); FILE MERGED 2004/11/19 14:01:29 pl 1.23.2.1: #i36226# timers need to run with lower priority than XEvents

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [efd8b4e4459f8998b611c674ab07dd3d32746874]

        INTEGRATION: CWS vcl32 (1.17.2); FILE MERGED 2004/11/26 12:53:15 pl 1.17.2.1: #i36763# cleanup by kendy

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [dd955e7cb79e3967d3298c3ec9da69298917c3e0]

        INTEGRATION: CWS vcl32 (1.2.74); FILE MERGED 2004/11/26 12:46:03 pl 1.2.74.1: #i36761# fixes by kendy

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [50241c97168a0e2b6f57ebf248ccb4d55692badb]

        INTEGRATION: CWS sj13 (1.4.134); FILE MERGED 2004/12/08 00:42:14 sj 1.4.134.3: RESYNC: (1.4-1.6); FILE MERGED 2004/11/29 10:18:41 sj 1.4.134.2: #i38048# added some more broadcasting on object changes 2004/11/25 14:52:35 sj 1.4.134.1: #i37876# added FontWork type state

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [db31e877a45916d3afb4bf020fd0f1ce1bfe5376]

        INTEGRATION: CWS sj13 (1.4.136); FILE MERGED 2004/12/08 00:42:07 sj 1.4.136.2: RESYNC: (1.4-1.5); FILE MERGED 2004/11/29 10:18:41 sj 1.4.136.1: #i38048# added some more broadcasting on object changes

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [5d0d73c03da91bfb63b27013686c896ed46fe9f8]

        INTEGRATION: CWS vcl32 (1.17.2); FILE MERGED 2004/11/30 15:29:46 pl 1.17.2.3: #i38114# patch from Raul Siddhartha, bring gtk mirroring case to same level of functionality as generic plugin 2004/11/30 13:48:30 pl 1.17.2.2: #i36699# fix focus <-> IM handling 2004/11/30 11:33:19 pl 1.17.2.1: #i37806# #i36701# patch by Dan Williams, ExtTextAttributes

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [9ed9e1c1ab94131411036f340e65efb0dfdd5b83]

        INTEGRATION: CWS sj13 (1.8.48); FILE MERGED 2004/12/08 00:39:34 sj 1.8.48.2: RESYNC: (1.8-1.11); FILE MERGED 2004/11/29 10:17:56 sj 1.8.48.1: #i38048# added some more broadcasting on object changes

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [20c74af29b980bc50d7807aba0ee6ad8d3cf87c5]

        INTEGRATION: CWS sj13 (1.125.132); FILE MERGED 2004/12/08 00:39:26 sj 1.125.132.2: RESYNC: (1.125-1.127); FILE MERGED 2004/12/02 12:39:32 sj 1.125.132.1: #i28062# not using presentation style for normal objects

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [f68f5affce8772e0c874567e589d96a871efb3c3]

        INTEGRATION: CWS vcl32 (1.11.2); FILE MERGED 2004/11/27 12:00:57 pl 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2004/11/19 14:01:28 pl 1.11.2.1: #i36226# timers need to run with lower priority than XEvents

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0c46bd604cba83ec852ed837015455fbe9bc9032]

        INTEGRATION: CWS sj13 (1.105.72); FILE MERGED 2004/12/08 00:34:51 sj 1.105.72.2: RESYNC: (1.105-1.108); FILE MERGED 2004/12/02 14:01:51 sj 1.105.72.1: #i38329# now using the correct stream if importing text from WordArts

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [aaabdd0f38616d2cd83d6b70df798ce825a1c663]

        INTEGRATION: CWS vcl32 (1.33.4); FILE MERGED 2004/12/10 16:58:26 pl 1.33.4.2: RESYNC: (1.33-1.34); FILE MERGED 2004/11/30 13:30:16 ssa 1.33.4.1: #i32189# force reformat when itembits change width of item

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [3574a7c26fb7b857a7b18d5b90447ceb80f05ea6]

        INTEGRATION: CWS sj13 (1.49.18); FILE MERGED 2004/12/16 13:37:29 sj 1.49.18.1: #i38882# fixed little bug in arc if aspect ratio is != 1

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [c0a2964782b6a29f4dcffaa0d92b628bfc934843]

        INTEGRATION: CWS sj13 (1.4.136); FILE MERGED 2004/12/14 12:50:00 sj 1.4.136.1: #i38882# fixed little problem with callouts

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [109c14cfe08ac90559cf98de6f1e0ec883fec52d]

        INTEGRATION: CWS sj13 (1.2.18); FILE MERGED 2004/12/16 13:33:20 sj 1.2.18.1: #i38882# fixed little bug in arc if aspect ratio is != 1

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [8c156ef422798f74d8162c3ebd84f57ca185f4ea]

        INTEGRATION: CWS vcl32 (1.34.332); FILE MERGED 2004/11/30 13:18:11 ssa 1.34.332.1: #116586# use control as border so it can be detected for flat look in VCL

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [ec286d5b7a3c709e6f99ae655f8f9c7d9edcd5a7]

        INTEGRATION: CWS sj13 (1.5.46); FILE MERGED 2004/12/08 14:25:13 sj 1.5.46.1: #i37895# also accepting 2d objects with shadow attribute

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [f8cb5d31b23ae7fed41046986fb706b8aa9fab0d]

        INTEGRATION: CWS vcl32 (1.2.392); FILE MERGED 2004/11/30 13:18:10 ssa 1.2.392.1: #116586# use control as border so it can be detected for flat look in VCL

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [c0a2f2702e85ff3b1839e22031348303d25325db]

        INTEGRATION: CWS vcl32 (1.6.212); FILE MERGED 2004/11/30 13:11:54 ssa 1.6.212.1: #i37702# use flat borders in row/column header

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [3841d2f7bb1586c82d2d9d757e0eec8cc14c0300]

        INTEGRATION: CWS vcl32 (1.16.6); FILE MERGED 2004/11/30 13:11:55 ssa 1.16.6.1: #i37702# use flat borders in row/column header

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [b5aa0cb39ed9b5a8600768668630d03b1fd940b3]

        INTEGRATION: CWS vcl32 (1.32.34); FILE MERGED 2004/11/27 10:59:57 pl 1.32.34.1: #i37205# correct property name for subject

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [392f3586becf4c3c0a810bbfa88a075cf25dc45e]

        INTEGRATION: CWS sj13 (1.6.32); FILE MERGED 2004/12/09 19:13:12 sj 1.6.32.1: #i38071# create default object

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [44a63cab84d0a2f6476350720c3d6d35ce6e0ee3]

        INTEGRATION: CWS sj13 (1.4.32); FILE MERGED 2004/12/09 19:12:52 sj 1.4.32.1: #i38071# create default object

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [026417fbb285bc6f1b84662af95ed7f6a9215a5d]

        INTEGRATION: CWS sj13 (1.5.16); FILE MERGED 2004/12/14 11:24:50 sj 1.5.16.1: #38071# fixed create default object for custom shapes

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0cf0adffad6629302393f84a0319fe1b949a642c]

        INTEGRATION: CWS installer01 (1.5.36); FILE MERGED 2004/12/20 15:11:47 dv 1.5.36.5: enable cleanup again 2004/12/20 13:38:44 dv 1.5.36.4: #118191# Add default language to optional language packs 2004/12/16 15:02:41 dv 1.5.36.3: RESYNC: (1.6-1.7); FILE MERGED 2004/11/29 12:49:52 dv 1.5.36.2: RESYNC: (1.5-1.6); FILE MERGED 2004/11/16 15:07:50 dv 1.5.36.1: adapted to new install SDK

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [518b6b237ed745206ffb9c1c3ab2df81452404d8]

        INTEGRATION: CWS sj13 (1.5.14); FILE MERGED 2004/12/14 11:27:21 sj 1.5.14.2: #38071# fixed create default object for custom shapes 2004/12/09 17:49:16 sj 1.5.14.1: #i38071# create default object

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [13cce137f0e73e0e3a1611ab3b1d9c0710c10d73]

        INTEGRATION: CWS sj13 (1.45.76); FILE MERGED 2004/12/07 19:07:22 sj 1.45.76.3: RESYNC: (1.45-1.46); FILE MERGED 2004/11/29 19:02:13 sj 1.45.76.2: #i37876# now the background is exported properly (i hope so) 2004/11/25 16:23:29 sj 1.45.76.1: #i37876# fixed export of solid background color of normal slide pages that do not follow their master page

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [a99ab902e4463312c316b22bbaa1dfc03d980088]

        INTEGRATION: CWS sj13 (1.66.60); FILE MERGED 2004/12/07 19:07:02 sj 1.66.60.3: RESYNC: (1.66-1.68); FILE MERGED 2004/12/02 12:40:20 sj 1.66.60.2: #i28062# not using presentation style for normal objects 2004/11/26 15:14:13 sj 1.66.60.1: #i33649# if no slidepage available we will try to take the title master as master

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [c343dfc9b9605781a9230548c89e5a264a307b50]

        INTEGRATION: CWS installer01 (1.6.2); FILE MERGED 2004/12/16 14:55:33 dv 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2004/12/08 11:27:07 obr 1.6.2.1: #117808# added Requires/Conflicts on suse-release

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [4f1ed5d28056c1872a3dc40438dc13c4ec51a652]

        INTEGRATION: CWS installer01 (1.5.2); FILE MERGED 2004/12/16 14:53:45 dv 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/08 11:27:08 obr 1.5.2.1: #117808# added Requires/Conflicts on suse-release

2005-01-07  Rüdiger Timm  <rt@openoffice.org>  [0e2f32958adb67cfa30e5bec44040351d34f7970]

        INTEGRATION: CWS pbbeta04 (1.21.38); FILE MERGED 2004/12/21 11:32:14 pb 1.21.38.2: fix: #118813# only one color for developer list 2004/12/17 09:21:22 pb 1.21.38.1: fix: #118813# initialize font color fix: #i39060# OOo has no french copyright text

2005-01-06  Vladimir Glazounov  <vg@openoffice.org>  [22fbe4ac243231ef9c84c96623fdabf50b85f125]

        new version for SRC680

2005-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f23fc84420eab60e4b0e0bb6033fbe9287e54739]

        new version for SRC680

2005-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c4bf5a39dd7964973c2f723bc76c4ed00342681f]

        new version for SRC680

2005-01-06  Oliver Bolte  <obo@openoffice.org>  [226c1de132e9e2c66208ea4ec97d836f9a54c679]

        #i10000# change name from *Filter to *Clause (FS)

2005-01-06  Oliver Bolte  <obo@openoffice.org>  [2be3d58a082ded298c2f620d7eed23aa208a0faa]

        #i10000# change name from *Filter to *Clause (FS)

2005-01-06  Oliver Bolte  <obo@openoffice.org>  [0514a6afe5e8f6e56d643e31cec8903b6c6598d1]

        #i10000# ODatabaseForm::createParameterInfo stuff removed (FS)

2005-01-06  Vladimir Glazounov  <vg@openoffice.org>  [233afa4d8ac0479f8e7050588db133c2e2ece7fc]

        new version for SRC680

2005-01-05  Vladimir Glazounov  <vg@openoffice.org>  [a0af81564cf409a2d795e6f59f960161eff62a8e]

        new version for SRC680

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [0099c0f3702211e5673cd4a06a77beae629267b6]

        INTEGRATION: CWS os44 (1.26.106); FILE MERGED 2004/11/25 12:13:30 os 1.26.106.1: #i30432# restore removed invisible content after send/mail

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [319b7fca1b54f12c59e60b9e820218b1ce945178]

        INTEGRATION: CWS os44 (1.45.110); FILE MERGED 2004/12/03 08:03:33 os 1.45.110.1: #i38305# broken German umlauts fixed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [0814422dfd78a9473383f4d73cedc0ae72f72fa5]

        INTEGRATION: CWS os44 (1.38.12); FILE MERGED 2004/12/06 10:37:20 os 1.38.12.1: #i38305# German umlauts fixed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [914d6ed8e97a67b27894dd8ef41f2498b6e49fe7]

        INTEGRATION: CWS os44 (1.68.186); FILE MERGED 2004/12/03 13:40:04 os 1.68.186.2: RESYNC: (1.68-1.70); FILE MERGED 2004/11/25 12:51:47 os 1.68.186.1: #93808# 'no pretty printing' removed from check box label

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [ce33c40fac7b30f54bb5f6b80f3fee0a78a4c83b]

        INTEGRATION: CWS os44 (1.60.38); FILE MERGED 2004/12/03 13:03:17 os 1.60.38.2: RESYNC: (1.60-1.63); FILE MERGED 2004/11/25 12:13:49 os 1.60.38.1: #i30432# restore removed invisible content after send/mail

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [085157ffd6319e5fe715a46787e92457c7f97aab]

        INTEGRATION: CWS os44 (1.22.148); FILE MERGED 2004/12/02 15:54:31 fme 1.22.148.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [965b214ed87e83bb33501b7397d631f90745150d]

        INTEGRATION: CWS os44 (1.28.144); FILE MERGED 2004/12/02 15:52:54 fme 1.28.144.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [de8ce3e937a060ccc9def81e206daa75b1cf957d]

        INTEGRATION: CWS os44 (1.17.260); FILE MERGED 2004/12/02 15:52:34 fme 1.17.260.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [582c0478ac2d634075133af0f783f32088b8e9a2]

        INTEGRATION: CWS os44 (1.98.26); FILE MERGED 2004/12/06 12:11:06 fme 1.98.26.3: #i35544# Enhanced table selection - Expand existing selection 2004/12/03 13:58:54 os 1.98.26.2: RESYNC: (1.98-1.101); FILE MERGED 2004/12/02 15:51:49 fme 1.98.26.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [4dad9068364560ee1bfa7432af98118ceb11e9f0]

        INTEGRATION: CWS os44 (1.67.138); FILE MERGED 2004/12/13 15:52:30 os 1.67.138.3: RESYNC: (1.69-1.70); FILE MERGED 2004/12/03 13:54:06 os 1.67.138.2: RESYNC: (1.67-1.69); FILE MERGED 2004/11/25 12:11:47 os 1.67.138.1: #i30432# restore removed invisible content

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [1ea26e12c7472cca3e32bf113918d9520ae6f452]

        INTEGRATION: CWS os44 (1.23.68); FILE MERGED 2004/12/03 13:48:35 os 1.23.68.2: RESYNC: (1.23-1.24); FILE MERGED 2004/11/24 13:58:47 os 1.23.68.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [44fbdee5c07685fc9447e412bda4a2ba1fc7a1dc]

        INTEGRATION: CWS os44 (1.13.88); FILE MERGED 2004/11/25 12:10:44 os 1.13.88.1: #i30432# restore removed invisible content

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [4c6e38d21ae2f5486594cf393cb15269a04abbc6]

        INTEGRATION: CWS os44 (1.1.2); FILE ADDED 2004/12/03 15:41:51 os 1.1.2.2: #i37761# additional include 2004/11/24 13:45:18 os 1.1.2.1: #i37761# conversion functions used from several filters

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [7ff93e244c16597b8c2d763ddbd77ca6483d65e8]

        INTEGRATION: CWS os44 (1.4.494); FILE MERGED 2004/11/24 13:44:26 os 1.4.494.1: #i37761# unused sw3 files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [9eaa5b7e1bc9bef1d88be7393df8dd7802cd0da6]

        INTEGRATION: CWS os44 (1.16.142); FILE MERGED 2004/12/03 13:41:03 os 1.16.142.2: RESYNC: (1.16-1.17); FILE MERGED 2004/11/24 13:58:24 os 1.16.142.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [6160127ba9b03b991736e0157c2d134795fa196f]

        INTEGRATION: CWS os44 (1.46.28); FILE MERGED 2004/12/06 12:23:03 os 1.46.28.1: #i38489# _FormatSpelling(): don't break on INPUT_TIMER

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [9a02c73cc12cefe5f06a206ff2dd61c01b77150f]

        INTEGRATION: CWS os44 (1.29.142); FILE MERGED 2004/12/02 15:46:23 fme 1.29.142.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [9835fec903985d3545793cf52e2bdfe19ce753ef]

        INTEGRATION: CWS os44 (1.29.26); FILE MERGED 2004/12/06 12:06:52 fme 1.29.26.3: #i35544# Enhanced table selection - Expand existing selection 2004/12/03 13:32:43 os 1.29.26.2: RESYNC: (1.29-1.31); FILE MERGED 2004/12/02 15:46:23 fme 1.29.26.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [b1070dab4c27149903375aae20be68bc64c19a7b]

        INTEGRATION: CWS os44 (1.5.298); FILE MERGED 2004/12/02 15:45:42 fme 1.5.298.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [31e595c0395f990e3d6a07ed1f4cc285b2973062]

        INTEGRATION: CWS os44 (1.33.144); FILE MERGED 2004/12/03 13:27:55 os 1.33.144.2: RESYNC: (1.33-1.34); FILE MERGED 2004/11/25 12:11:24 os 1.33.144.1: #i30432# RemoveInvisibleContent: don't remove sections that are already in the undo section

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [8c36fce5e73249f6d695229c6315dfa4041464c1]

        INTEGRATION: CWS os44 (1.10.148); FILE MERGED 2004/12/06 12:06:02 fme 1.10.148.2: #i35544# Enhanced table selection - Expand existing selection 2004/12/02 15:44:15 fme 1.10.148.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [6cda70d332a39e709f42ceb3e823281159464a16]

        INTEGRATION: CWS os44 (1.46.26); FILE MERGED 2004/12/13 15:50:30 os 1.46.26.3: RESYNC: (1.48-1.49); FILE MERGED 2004/12/03 13:27:47 os 1.46.26.2: RESYNC: (1.46-1.48); FILE MERGED 2004/12/02 15:44:15 fme 1.46.26.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [355f46bfdd7f9d1977e5069b31704880d0f62777]

        INTEGRATION: CWS os44 (1.6.196); FILE MERGED 2004/11/25 12:10:30 os 1.6.196.1: #i30432# restore removed invisible content

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [90b0b133c248192dc43ab5e75693525ed82837e6]

        INTEGRATION: CWS os44 (1.10.162); FILE MERGED 2004/12/03 13:08:51 os 1.10.162.2: RESYNC: (1.10-1.11); FILE MERGED 2004/11/24 13:57:11 os 1.10.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [d76bb3f8796469e8ed7bdaaf5e1d3611a46c7241]

        INTEGRATION: CWS os44 (1.4.162); FILE MERGED 2004/11/24 13:57:11 os 1.4.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [eda8a2351837412d589cbbce3f391de27bd62b0e]

        INTEGRATION: CWS os44 (1.6.162); FILE MERGED 2004/12/02 15:40:39 fme 1.6.162.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [d4a37cc1e8d053d5f5eea52f6e6390a0db27c12c]

        INTEGRATION: CWS os44 (1.10.162); FILE MERGED 2004/11/24 13:57:10 os 1.10.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [a78cb5e9d838cf5e18e9258b1b9cb7b77fe056ed]

        INTEGRATION: CWS os44 (1.1.976); FILE MERGED 2004/11/24 13:57:10 os 1.1.976.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [ec01c224f831cc78b5ed6c4bf1ef04ffe070bbfa]

        INTEGRATION: CWS os44 (1.7.162); FILE MERGED 2004/11/24 13:57:10 os 1.7.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [60b1792fa7986c769d07e9f7708b6c5374aff273]

        INTEGRATION: CWS os44 (1.6.162); FILE MERGED 2004/11/24 13:57:10 os 1.6.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [cbf5fc610a6cb742bcf463ae56468ccecdc54df6]

        INTEGRATION: CWS os44 (1.3.1000); FILE MERGED 2004/11/24 13:57:09 os 1.3.1000.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [6cd0f966f0116f7c804a8baa71c2c37a956a59ca]

        INTEGRATION: CWS os44 (1.3.162); FILE MERGED 2004/11/24 13:57:09 os 1.3.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [6c2da29da11c8b24ec07e20eeaa9685dfa1e1065]

        INTEGRATION: CWS os44 (1.1.1.1.1012); FILE MERGED 2004/11/24 13:57:09 os 1.1.1.1.1012.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [cdc3a285134775bf87ebccb6c22378242ee98ed2]

        INTEGRATION: CWS os44 (1.9.162); FILE MERGED 2004/11/24 13:57:09 os 1.9.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [6ff3fe860a62f7e9cd994608f0dabbc18cad3923]

        INTEGRATION: CWS os44 (1.8.162); FILE MERGED 2004/11/24 13:57:09 os 1.8.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [8b76388b4ffb62677723aec7511034c5b7044c22]

        INTEGRATION: CWS os44 (1.8.162); FILE MERGED 2004/11/24 13:57:08 os 1.8.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [ee5bb027492ce306b6561bd859d10e83aef376d7]

        INTEGRATION: CWS os44 (1.7.162); FILE MERGED 2004/11/24 13:57:08 os 1.7.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [e55fbd5672d176a553752741fcde177f2a6e6462]

        INTEGRATION: CWS os44 (1.4.162); FILE MERGED 2004/11/24 13:57:08 os 1.4.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [03a5223ff6b729ed5dcb195ec45668210fafb557]

        INTEGRATION: CWS os44 (1.5.422); FILE MERGED 2004/11/24 13:57:08 os 1.5.422.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [c23cbcd789757846733ea69101807125f0423845]

        INTEGRATION: CWS os44 (1.1.1.1.1012); FILE MERGED 2004/11/24 13:57:08 os 1.1.1.1.1012.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [3299e86d8822350d84de6f5c6e9b2f9369ab8d07]

        INTEGRATION: CWS os44 (1.8.162); FILE MERGED 2004/11/24 13:57:07 os 1.8.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [0a505872d71ca845fd202812a94cd4e73d3646d4]

        INTEGRATION: CWS os44 (1.2.162); FILE MERGED 2004/11/24 13:57:07 os 1.2.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [5fdf6a12a04326a2e11e492303cefff06aac4acf]

        INTEGRATION: CWS os44 (1.9.162); FILE MERGED 2004/11/24 13:57:07 os 1.9.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [dca475e83b523afa2e7b46663467932f911633a4]

        INTEGRATION: CWS os44 (1.4.422); FILE MERGED 2004/11/24 13:57:07 os 1.4.422.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [08cd8c804beba1a96b11516334232bfb285337e9]

        INTEGRATION: CWS os44 (1.3.162); FILE MERGED 2004/11/24 13:57:06 os 1.3.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [44fbc72308324d0be87c23be57ffb388c6456fdf]

        INTEGRATION: CWS os44 (1.2.720); FILE MERGED 2004/11/24 13:57:06 os 1.2.720.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [7a6125ba85ba4bf3df9f90179ee01e24af551cc3]

        INTEGRATION: CWS os44 (1.6.162); FILE MERGED 2004/11/24 13:57:06 os 1.6.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [438f361e1b0aa9ef1cbbdba57812bb3cdcaf75df]

        INTEGRATION: CWS os44 (1.4.422); FILE MERGED 2004/11/24 13:57:06 os 1.4.422.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [68063e2daf49367e80f864d12b26641106e3ac73]

        INTEGRATION: CWS os44 (1.5.422); FILE MERGED 2004/11/24 13:57:05 os 1.5.422.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [872c7a3457a75f0cce0108ce58eef18dc3cd96d5]

        INTEGRATION: CWS os44 (1.7.162); FILE MERGED 2004/11/24 13:57:05 os 1.7.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [56bdc27eaeb499c7e14b9bd0de48c7c6e4180c07]

        INTEGRATION: CWS os44 (1.6.162); FILE MERGED 2004/11/24 13:57:05 os 1.6.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [224772370a2fb4ed0f869c930fe37d90b0194ca2]

        INTEGRATION: CWS os44 (1.47.28); FILE MERGED 2004/12/02 15:40:38 fme 1.47.28.1: #i35544# Enhanced table selection - Expand existing selection

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [3234a585aa11c3b47f48a0d5c3528afb09ef452e]

        INTEGRATION: CWS os44 (1.5.162); FILE MERGED 2004/11/24 13:57:05 os 1.5.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [d3a4f574f246672894c905378e56170bfac43240]

        INTEGRATION: CWS os44 (1.91.88); FILE MERGED 2004/12/13 15:49:40 os 1.91.88.3: RESYNC: (1.94-1.95); FILE MERGED 2004/12/03 13:06:48 os 1.91.88.2: RESYNC: (1.91-1.94); FILE MERGED 2004/11/25 12:09:59 os 1.91.88.1: #i30432# restore removed invisible content

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [6fc74af07afa4792a0618bccb925a72308b8672f]

        INTEGRATION: CWS os44 (1.5.162); FILE MERGED 2004/11/24 13:57:04 os 1.5.162.1: #i37761# sw3io files removed

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [a595e8feb061ccf47d836c94c3a15a88b011c094]

        INTEGRATION: CWS smoketest3 (1.8.2); FILE MERGED 2005/01/04 17:36:19 kz 1.8.2.1: #i37913# installpathes for w32-tcsh corrected

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [673292a03a0c0d87cc29f3b7b3b779d021680e0b]

        SRC680

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [8dcd40b48398aee30cef56dc2144c58145e08cee]

        INTEGRATION: CWS swqbugfixes11 (1.127.50); FILE MERGED 2004/12/15 07:51:28 od 1.127.50.1: #i32596# - adjustments to avoid import of OLE objects inside group objects            in the Writer.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [ed2c008286610e013584faf14b731c86b5ffe93c]

        INTEGRATION: CWS swqbugfixes11 (1.108.46); FILE MERGED 2004/12/15 07:50:35 od 1.108.46.1: #i32596# - adjustments to avoid import of OLE objects inside group objects            in the Writer.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [12e44bbccb672caf511193414de6003b0b401087]

        INTEGRATION: CWS swqbugfixes11 (1.101.18); FILE MERGED 2004/12/16 13:37:31 fme 1.101.18.1: #i38136# Call of NumOrNoNum only for insertion of normal characters

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [01f62b229f0aa692d463a53728cd28c6ea03f01b]

        INTEGRATION: CWS swqbugfixes11 (1.83.40); FILE MERGED 2004/12/16 08:14:16 fme 1.83.40.3: #i19683# Added a space between numbering and entry token in tox pattern 2004/12/16 06:53:37 fme 1.83.40.2: #i19683# Added a space between numbering and entry token in tox pattern 2004/12/09 12:27:35 fme 1.83.40.1: #i38733# No TOKEN_END required anylonger, since we have a token iterator

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [31d387e229a56c6290e98024a7e49bb6206e420b]

        INTEGRATION: CWS swqbugfixes11 (1.37.418); FILE MERGED 2004/12/16 08:17:15 fme 1.37.418.1: #i19683# Added a space between numbering and entry token in tox pattern

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [81d840f6fb3f1a5b96a09781c552fca19dd227bc]

        INTEGRATION: CWS swqbugfixes11 (1.132.174); FILE MERGED 2004/12/15 07:40:29 od 1.132.174.1: #i32596# - no import of OLE object inside groups

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [81b6b3dcee7f62402dbbd28407cb3abb101525eb]

        INTEGRATION: CWS swqbugfixes11 (1.145.18); FILE MERGED 2004/12/15 07:40:28 od 1.145.18.2: #i32596# - no import of OLE object inside groups 2004/12/08 13:45:02 od 1.145.18.1: #i32596# <SwMSDffManager::GetOLEStorageName(..)> 	 - consider that method <rReader::GetTxbxTextSttEndCp(..) returns false

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [39803b2da050d9e1ed509ef97d52c5b9421c6107]

        INTEGRATION: CWS swqbugfixes11 (1.59.176); FILE MERGED 2004/12/14 07:04:06 od 1.59.176.1: #117915# class <wwZOrderer> - consider that objects in page header|footer 	 are always behind objects in page body.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [3fe06067cdea0b8ecaf5b0000d43008b27abac28]

        INTEGRATION: CWS swqbugfixes11 (1.14.496); FILE MERGED 2004/12/14 07:04:06 od 1.14.496.1: #117915# class <wwZOrderer> - consider that objects in page header|footer 	 are always behind objects in page body.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [13446fd5cd346923c3c3af80f0b1c85261ce9e62]

        INTEGRATION: CWS swqbugfixes11 (1.124.40); FILE MERGED 2004/12/14 07:04:05 od 1.124.40.1: #117915# class <wwZOrderer> - consider that objects in page header|footer 	 are always behind objects in page body.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [9681481c0769408c43092d7de3070b351bb210ba]

        INTEGRATION: CWS swqbugfixes11 (1.83.40); FILE MERGED 2004/12/13 10:54:55 fme 1.83.40.2: RESYNC: (1.83-1.84); FILE MERGED 2004/12/09 12:27:34 fme 1.83.40.1: #i38733# No TOKEN_END required anylonger, since we have a token iterator

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c465fbfabb29da6f145418a532016e8a00941206]

        INTEGRATION: CWS swqbugfixes11 (1.12.74); FILE MERGED 2004/12/13 09:30:44 od 1.12.74.1: #i38889# class <SetLayer> - by default put objects into the invisible layers

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [a6e413fbed7afc7d1af244bec117632b0bce14a1]

        INTEGRATION: CWS swqbugfixes11 (1.13.20); FILE MERGED 2004/12/16 08:31:57 fme 1.13.20.4: #i29178# Correct handling of tab stops in toc, which are imported from SwTxtFmtColl during ww8 import 2004/12/10 09:40:08 fme 1.13.20.3: #i36870# Right aligned tab stop for all types except from bibliography - tab stop value = 0 2004/12/10 09:05:01 fme 1.13.20.2: #i36870# Right aligned tab stop for all types except from bibliography 2004/12/09 12:26:41 fme 1.13.20.1: #i38733# No TOKEN_END required anylonger, since we have a token iterator

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [cf4837c3690af03c9f5a48c54c8fee5b8927013b]

        INTEGRATION: CWS swqbugfixes11 (1.81.40); FILE MERGED 2004/12/17 11:11:46 od 1.81.40.1: #118809# class <SwTxtFly>, method <SwTxtFrm::CalcBaseOfstForFly()> 	 - ignore objects in page header|footer for text frames not 	   in page header|footer for the calculation of the base offset 	   for objects.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [3aa787c49ee6d00b39db9059f0362c9175aa50f4]

        INTEGRATION: CWS swqbugfixes11 (1.9.40); FILE MERGED 2004/12/17 11:11:46 od 1.9.40.1: #118809# class <SwTxtFly>, method <SwTxtFrm::CalcBaseOfstForFly()> 	 - ignore objects in page header|footer for text frames not 	   in page header|footer for the calculation of the base offset 	   for objects.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [6c3c34fad2d6fa47799fc2091a801234a03c5408]

        INTEGRATION: CWS swqbugfixes11 (1.50.40); FILE MERGED 2004/12/17 11:11:45 od 1.50.40.2: #118809# class <SwTxtFly>, method <SwTxtFrm::CalcBaseOfstForFly()> 	 - ignore objects in page header|footer for text frames not 	   in page header|footer for the calculation of the base offset 	   for objects. 2004/12/14 11:37:11 od 1.50.40.1: #118796# - correction of methods <SwTxtFly::CalcRightMargin(..) and 	   <SwTxtFly::CalcLeftMargin(..)> for correct determination of 	   right|left of certain rectangles.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [bf6f12940a0900713e0bd8f8663673c88145b0ee]

        INTEGRATION: CWS swqbugfixes11 (1.88.18); FILE MERGED 2004/12/08 11:19:51 fme 1.88.18.1: #i38388# For Khmer we need to step back up to 8 characters to get a correct repaint

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [d9fa0e28326450748711a379f6a582c972b72568]

        INTEGRATION: CWS swqbugfixes11 (1.4.106); FILE MERGED 2004/12/17 08:08:02 fme 1.4.106.1: #i39163# Better delete the mark before callinc JumpToSwMark, otherwise the cursor may not be updated

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [d42567087a68fd02268179fb0da63a6beb18a865]

        INTEGRATION: CWS swqbugfixes11 (1.61.40); FILE MERGED 2004/12/20 13:46:27 od 1.61.40.1: #i36991# <SwFrm::ReinitializeFrmSizeAttrFlags()> - be save

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [960ef1a29fe441360f6b9536f4239656566f06cf]

        INTEGRATION: CWS swqbugfixes11 (1.43.40); FILE MERGED 2004/12/08 14:02:27 od 1.43.40.1: #i38232# <SwFlowFrm::MoveBwd(..)> - do not check for locked next frame, if 	 keep attribute is set, if next frame is a table frame.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [76ac6fb1c34a45645bfec001baf8f219031195a8]

        INTEGRATION: CWS swqbugfixes11 (1.30.182); FILE MERGED 2004/12/08 12:50:38 fme 1.30.182.1: #i36991# IsMoveable should consider content in nested cell frames inside a split table row

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e79e7567545a8368dcf6b99d71e37e53d22aa0bd]

        INTEGRATION: CWS swqbugfixes11 (1.36.104); FILE MERGED 2004/12/08 10:28:28 fme 1.36.104.1: #i38505# Ungroup not allowed for 3d objects

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [7403478af282226f4ecd7f58e68bff4df47ff6e3]

        INTEGRATION: CWS swqbugfixes11 (1.19.176); FILE MERGED 2004/12/07 15:28:07 od 1.19.176.1: #i38563# <SwDrawView::ObjOrderChanged(..)> - assure existence of an anchor 	 frame for the corresponding object.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c9fecdf0c31b68d6a5105b9340eb3f6cf76f47d2]

        INTEGRATION: CWS swqbugfixes11 (1.37.40); FILE MERGED 2004/12/13 09:32:47 od 1.37.40.1: #i38889# <SwFlyDrawContact::CreateNewRef(..)> - assure, that new 	 <SwVirtFlyDrawObj> instance is in a visible layer.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [5b2615a531ae52cbf7ed28f43f22c348685e5d5e]

        INTEGRATION: CWS swqbugfixes11 (1.38.20); FILE MERGED 2004/12/16 08:29:22 fme 1.38.20.1: #i29178# Correct handling of tab stops in toc, which are imported from SwTxtFmtColl during ww8 import

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [7590503f9071d11304a4515f8ea3699ab6d06518]

        INTEGRATION: CWS swqbugfixes11 (1.11.18); FILE MERGED 2004/12/16 08:27:41 fme 1.11.18.1: #i29178# Correct handling of tab stops in toc, which are imported from SwTxtFmtColl during ww8 import

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [bbfd495341466556fd9204ee5aed43697ecb0ddd]

        INTEGRATION: CWS html03 (1.5.50); FILE MERGED 2004/11/04 17:07:10 sb 1.5.50.1: #98452# When converting from Unicode to ISO-2022-JP, assume the initial state is ASCII and do not write any unnecessary <ESC> ( B sequences to initially switch to ASCII.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [6bafda2f34f8d56ffe80bcbf3ef7701909400a14]

        INTEGRATION: CWS html03 (1.4.2); FILE MERGED 2004/11/04 17:07:09 sb 1.4.2.1: #98452# When converting from Unicode to ISO-2022-JP, assume the initial state is ASCII and do not write any unnecessary <ESC> ( B sequences to initially switch to ASCII.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [ef48c6717c96c82a9c2a29915a10d33a3a0eab29]

        INTEGRATION: CWS html03 (1.10.124); FILE MERGED 2004/11/08 09:44:08 mib 1.10.124.1: #109706#: Enable paragraph background for Netscape HTML export option

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [6b6235dbb637db364642a36ea7a7a7a412f6bae7]

        INTEGRATION: CWS html03 (1.46.224); FILE MERGED 2004/11/08 10:31:29 mib 1.46.224.1: #110366#: Don't display warning for non convertible characters

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [066b0949579999061d81bd29b8153bdcfe658b15]

        INTEGRATION: CWS html03 (1.10.130); FILE MERGED 2004/11/05 11:46:54 mib 1.10.130.1: #98462#: Use text encoding context

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [bfebbd77a7128bf89b79f04abdd0a5565a37dee5]

        INTEGRATION: CWS html03 (1.27.106); FILE MERGED 2004/11/08 14:08:58 mib 1.27.106.3: i10873#: export anchors even if fly frames exist 2004/11/08 11:02:03 mib 1.27.106.2: #110574#: Save control size for Netscape 2004/11/08 10:20:39 mib 1.27.106.1: #110366#: Don't display warning for non convertible characters

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [3ba1f85d3c1661e782c814f742d14413378d2860]

        INTEGRATION: CWS html03 (1.18.250); FILE MERGED 2004/11/05 11:46:53 mib 1.18.250.1: #98462#: Use text encoding context

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [0ce9c77525c8926c37ad4f96ab1536ee0d8013c0]

        INTEGRATION: CWS html03 (1.24.160); FILE MERGED 2004/11/05 11:46:52 mib 1.24.160.1: #98462#: Use text encoding context

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [5d0cf433fda89707d70ed6f2c6d19ca438547e2d]

        INTEGRATION: CWS html03 (1.26.128); FILE MERGED 2004/11/08 09:44:26 mib 1.26.128.1: #109706#: Enable paragraph background for Netscape HTML export option

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [113cb977706c62852b032246ebc610d9e3077899]

        INTEGRATION: CWS html03 (1.3.960); FILE MERGED 2004/11/08 10:31:11 mib 1.3.960.1: #110366#: Don't display warning for non convertible characters

2005-01-05  Rüdiger Timm  <rt@openoffice.org>  [1984c00edb7f1cc348b383f9599eb717d9ff917f]

        #i10000# sal not needed here.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [1599899cf2b64c9e675e955dd0042da65e9c7161]

        INTEGRATION: CWS swqcore03 (1.101.40); FILE MERGED 2004/12/13 13:29:03 hbrinkm 1.101.40.1: #i38136# only turn of number when normal char is pressed infront of label

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [d356054f837765dce5ce0af5fef0cc35e4ffcbc1]

        INTEGRATION: CWS html03 (1.6.178); FILE MERGED 2004/11/08 11:59:06 mib 1.6.178.1: #b4822333#: Support <strike> within <pre>

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [7dedc460f0d72e2b10b1527eccb6f712d0db6cba]

        INTEGRATION: CWS html03 (1.12.768); FILE MERGED 2004/11/05 11:46:19 mib 1.12.768.1: #98462#: Use text encoding context

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [6b685d6eb2975a3b667b5284c10f605ab912e983]

        INTEGRATION: CWS dba20 (1.57.56); FILE MERGED 2004/11/30 15:35:11 oj 1.57.56.4: #i37389# compile error 2004/11/29 13:02:28 oj 1.57.56.3: RESYNC: (1.57-1.58); FILE MERGED 2004/11/23 11:28:33 pb 1.57.56.2: fix: #i37389# active task can be NULL 2004/11/22 14:04:50 pb 1.57.56.1: fix: #i37389# support for database application

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [9357cfed478480eb97f5655b9c2709294028fb95]

        INTEGRATION: CWS dba20 (1.15.108); FILE MERGED 2004/11/30 15:28:29 oj 1.15.108.1: #i37389#

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [38d90dcb49930739ff717ece7a938a23e8bd813a]

        INTEGRATION: CWS dba20 (1.3.10); FILE MERGED 2004/12/13 13:55:39 oj 1.3.10.3: RESYNC: (1.4-1.7); FILE MERGED 2004/11/29 12:23:48 oj 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/18 14:12:46 as 1.3.10.1: #i37379# set READONLY state explicitly

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [cbc363d9e8259930330ef9e13c0217fee9e9c950]

        INTEGRATION: CWS dba20 (1.2.86); FILE MERGED 2004/12/13 13:54:36 oj 1.2.86.3: RESYNC: (1.3-1.4); FILE MERGED 2004/11/29 12:22:54 oj 1.2.86.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/18 14:12:45 as 1.2.86.1: #i37379# set READONLY state explicitly

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [acbf683499d2d79c06201f14a7ce4617ca0d64ce]

        INTEGRATION: CWS dba20 (1.144.2); FILE MERGED 2004/12/13 13:48:41 oj 1.144.2.3: RESYNC: (1.146-1.152); FILE MERGED 2004/11/29 12:56:51 oj 1.144.2.2: RESYNC: (1.144-1.146); FILE MERGED 2004/11/18 14:09:52 as 1.144.2.1: #i37379# set READONLY state explicitly

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [24e65d8568309350852708db7f0f81846114ff0b]

        INTEGRATION: CWS dba20 (1.10.18); FILE MERGED 2004/12/13 13:38:11 oj 1.10.18.4: RESYNC: (1.10-1.11); FILE MERGED 2004/12/02 18:24:54 oj 1.10.18.3: #i38219# remove assertion in dtor 2004/12/02 16:53:41 mav 1.10.18.2: #i38219# the object can be disposed during the notification 2004/11/12 14:49:15 mav 1.10.18.1: #i37085# allow to get XStateChangeBroadcaster separatelly

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [67f2fbfbd118b01f0a5b7d577745ed1c2765c1ad]

        INTEGRATION: CWS dba20 (1.8.8); FILE MERGED 2004/12/02 16:59:33 mav 1.8.8.1: #i38219# the object can be disposed during the notification

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [cfe93752be115e25eb8f9a74d3f6574658003dc7]

        INTEGRATION: CWS dba20 (1.59.50); FILE MERGED 2004/12/07 10:35:33 pb 1.59.50.3: RESYNC: (1.60-1.61); FILE MERGED 2004/11/23 11:31:49 pb 1.59.50.2: fix: #i37021# fill document info of embedded objects (database form) with empty URL 2004/11/17 08:05:27 oj 1.59.50.1: #i37025# clear string if no preview available

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [cbaca7d3f8b98ee59b625e4fbffe42a0d7c00e29]

        INTEGRATION: CWS dba20 (1.60.50); FILE MERGED 2004/11/25 13:16:30 fs 1.60.50.1: #i36984# use proper version of GetFolderContent_Impl in ExecuteFilter

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b8a3d4fddd78b0c5d439d313ef2ef4901e424c09]

        INTEGRATION: CWS dba20 (1.77.14); FILE MERGED 2004/12/13 13:29:37 oj 1.77.14.3: RESYNC: (1.79-1.80); FILE MERGED 2004/11/29 09:05:03 oj 1.77.14.2: RESYNC: (1.77-1.79); FILE MERGED 2004/11/18 10:16:43 fs 1.77.14.1: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c14ecc2d41ece64c88ad7e59fc51b1136eea647e]

        INTEGRATION: CWS dba20 (1.3.334); FILE MERGED 2004/12/03 09:50:08 oj 1.3.334.1: #i37019# take care for embedded forms

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f189840529b3d73328d303e6ff15677444f52dc9]

        INTEGRATION: CWS dba20 (1.13.54); FILE MERGED 2004/12/03 09:50:08 oj 1.13.54.2: #i37019# take care for embedded forms 2004/11/15 07:31:46 oj 1.13.54.1: #i37019# DECODE the data source name WITH_CHARSET

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [3a5161c37b42e071a09e00b8742f3e6335711f65]

        INTEGRATION: CWS dba20 (1.9.20); FILE MERGED 2004/12/03 09:50:08 oj 1.9.20.2: #i37019# take care for embedded forms 2004/12/03 09:09:38 oj 1.9.20.1: #i37954# show UIName for filter

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [60fca5d89aa6e545b01185dc3a8fb375ee3efda0]

        INTEGRATION: CWS dba20 (1.16.106); FILE MERGED 2004/11/29 08:58:11 oj 1.16.106.2: RESYNC: (1.16-1.17); FILE MERGED 2004/11/18 10:44:54 fs 1.16.106.1: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [46b22775528c50594ce0c33d30602e20d9bb14c2]

        INTEGRATION: CWS dba20 (1.11.90); FILE MERGED 2004/11/18 10:44:54 fs 1.11.90.1: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e40067ce232aebd491f016fee0b8c1d1b061712c]

        INTEGRATION: CWS dba20 (1.33.52); FILE MERGED 2004/11/29 08:58:20 oj 1.33.52.3: RESYNC: (1.33-1.35); FILE MERGED 2004/11/19 11:31:43 fs 1.33.52.2: #i37342# enable native look 2004/11/18 10:44:53 fs 1.33.52.1: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [ad6f9d9bba8eb389571261a627ae7b379192c874]

        INTEGRATION: CWS dba20 (1.8.12); FILE MERGED 2004/11/18 10:16:18 fs 1.8.12.1: #i37070# unoorder/unofilter superseded by composerdialogs.cxx

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [27a1508bff8b17e00c2b3eae677d39734466dbff]

        INTEGRATION: CWS dba20 (1.1.2); FILE ADDED 2004/11/18 10:13:29 fs 1.1.2.1: consolidating unofilter.* and unoorder.*

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [19c68bc534647c08112ff4cee47cc599ba455eea]

        INTEGRATION: CWS dba20 (1.1.2); FILE ADDED 2004/11/18 10:13:28 fs 1.1.2.1: consolidating unofilter.* and unoorder.*

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [211d7b8359a8852209cd6b0ed88fa88500e4d53a]

        INTEGRATION: CWS dba20 (1.93.42); FILE MERGED 2004/12/13 13:25:35 oj 1.93.42.3: RESYNC: (1.94-1.95); FILE MERGED 2004/11/29 09:37:46 oj 1.93.42.2: RESYNC: (1.93-1.94); FILE MERGED 2004/11/23 10:25:37 oj 1.93.42.1: #i36207# only allow to append columns and not to insertthem between existing columns

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f5f069ecafc82df6ff63ae1a4e1e891355ba7d1a]

        INTEGRATION: CWS dba20 (1.39.86); FILE MERGED 2004/11/23 12:09:33 oj 1.39.86.2: #i36207# when table new is allow all 2004/11/23 10:25:37 oj 1.39.86.1: #i36207# only allow to append columns and not to insertthem between existing columns

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b4c4d6ee6e0b88b2a252bdb8ba3651d53d9fb8e4]

        INTEGRATION: CWS dba20 (1.16.10); FILE MERGED 2004/11/29 09:35:53 oj 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2004/11/18 10:14:03 fs 1.16.10.1: #i37070# some renamings

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [7cbff9e86db748334c1357daaef0b227aa85b2fb]

        INTEGRATION: CWS dba20 (1.55.16); FILE MERGED 2004/11/29 09:34:40 oj 1.55.16.3: RESYNC: (1.55-1.56); FILE MERGED 2004/11/22 14:39:18 oj 1.55.16.2: #i37467# embedded forms shows only current datasource in beamer 2004/11/19 13:44:29 oj 1.55.16.1: #i37379# use readonly property from media descriptor

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [316a388f1bf6adc1ea2038cd92bf6a27448b489f]

        INTEGRATION: CWS dba20 (1.6.18); FILE MERGED 2004/11/17 15:13:13 fs 1.6.18.1: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e853c3c350a02e05b1879ef307b4092bc379ed65]

        INTEGRATION: CWS dba20 (1.11.18); FILE MERGED 2004/11/17 15:13:14 fs 1.11.18.1: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [8829e75db640290be3b61294266ee0241aae8516]

        INTEGRATION: CWS dba20 (1.28.16); FILE MERGED 2004/11/29 09:34:30 oj 1.28.16.2: RESYNC: (1.28-1.29); FILE MERGED 2004/11/17 15:14:59 fs 1.28.16.1: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b12a32dabf4f58ab5e9e6c7f32d11cc014134133]

        INTEGRATION: CWS dba20 (1.31.44); FILE MERGED 2004/11/29 09:32:52 oj 1.31.44.2: RESYNC: (1.31-1.32); FILE MERGED 2004/11/23 10:25:36 oj 1.31.44.1: #i36207# only allow to append columns and not to insertthem between existing columns

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [2bce09996827b27fda1be70643d275f7b47f4b26]

        INTEGRATION: CWS dba20 (1.13.18); FILE MERGED 2004/11/17 15:13:34 fs 1.13.18.1: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [9fded3c8585a2bda65ac09001a6701b75b5db58e]

        INTEGRATION: CWS dba20 (1.26.18); FILE MERGED 2004/11/17 15:13:36 fs 1.26.18.1: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e3ed61ef457a5b42a230c0bc69075c6e245f77fc]

        INTEGRATION: CWS dba20 (1.8.56); FILE MERGED 2004/12/13 13:24:00 oj 1.8.56.3: RESYNC: (1.9-1.10); FILE MERGED 2004/11/29 09:30:54 oj 1.8.56.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/22 14:52:57 oj 1.8.56.1: #i36777# disable manage button under sol and linux

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [5029a6d7ad8896183cbb7e32df32311d114f70cb]

        INTEGRATION: CWS dba20 (1.2.14); FILE MERGED 2004/12/13 13:23:52 oj 1.2.14.3: RESYNC: (1.3-1.5); FILE MERGED 2004/11/29 09:31:05 oj 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/26 13:48:46 oj 1.2.14.1: #i37953# use UIName

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [4e1c8b9eab536f9bf333ec4349c67f7f192bf71e]

        INTEGRATION: CWS dba20 (1.2.56); FILE MERGED 2004/11/17 14:15:38 oj 1.2.56.1: #i37331# correct positions of buttons

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [43209063620795a7081981f2e8c8e4286a64d97f]

        INTEGRATION: CWS dba20 (1.4.18); FILE MERGED 2004/11/25 10:57:21 oj 1.4.18.1: ## check if dragged entry is NULL

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [fac74d508bc2268ae9a90e0276b48a7ccda053a4]

        INTEGRATION: CWS dba20 (1.34.12); FILE MERGED 2004/12/13 13:23:16 oj 1.34.12.3: RESYNC: (1.34-1.35); FILE MERGED 2004/11/25 10:55:48 oj 1.34.12.2: #i37835# just moving the text one pixel below 2004/11/22 14:39:16 oj 1.34.12.1: #i37467# embedded forms shows only current datasource in beamer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [2d69198c68b09987dd1be55aecda808da339604e]

        INTEGRATION: CWS dba20 (1.160.16); FILE MERGED 2004/11/29 09:39:05 oj 1.160.16.7: RESYNC: (1.160-1.163); FILE MERGED 2004/11/23 08:08:56 oj 1.160.16.6: #i37467# check controller 2004/11/22 14:39:15 oj 1.160.16.5: #i37467# embedded forms shows only current datasource in beamer 2004/11/19 13:46:37 oj 1.160.16.4: #i37379# use readonly property from media descriptor 2004/11/17 15:17:33 fs 1.160.16.3: assertion 2004/11/16 09:10:01 oj 1.160.16.2: #i37163# name corrected 2004/11/15 12:54:40 oj 1.160.16.1: #i37032# use correct name for text align

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [77e5612ca61d80759d61217a18fc8a1e5ba14fc6]

        INTEGRATION: CWS dba20 (1.55.14); FILE MERGED 2004/11/29 09:38:21 oj 1.55.14.2: RESYNC: (1.55-1.57); FILE MERGED 2004/11/19 13:46:08 oj 1.55.14.1: #i37379# use readonly property from media descriptor

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [4a798835b5674bd108a0c5b651f23779d0e902e8]

        INTEGRATION: CWS dba20 (1.66.18); FILE MERGED 2004/11/22 14:39:14 oj 1.66.18.1: #i37467# embedded forms shows only current datasource in beamer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [4aa2a7629ffbaadfc76f184ce4b36d87e36abcf5]

        INTEGRATION: CWS dba20 (1.83.16); FILE MERGED 2004/11/29 09:38:55 oj 1.83.16.2: RESYNC: (1.83-1.84); FILE MERGED 2004/11/17 15:15:43 fs 1.83.16.1: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [6c3ebab383139915de098a34cdd5538b6c494c90]

        INTEGRATION: CWS dba20 (1.4.18); FILE MERGED 2004/11/17 13:28:28 oj 1.4.18.1: #i37324# #i37320# do not select an entry and deactivate create view when not suppoerted

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [2eb22f316dc6c93d5f89195829cf34afd92d603c]

        INTEGRATION: CWS dba20 (1.4.18); FILE MERGED 2004/11/22 14:39:13 oj 1.4.18.2: #i37467# embedded forms shows only current datasource in beamer 2004/11/17 13:28:29 oj 1.4.18.1: #i37324# #i37320# do not select an entry and deactivate create view when not suppoerted

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [be4f93d6b69bf31ac36cefbedd7cd8d2974f25c3]

        INTEGRATION: CWS dba20 (1.6.12); FILE MERGED 2004/11/18 10:14:12 fs 1.6.12.1: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [8316bac6b71b3b929d0e3e7ba5888329ec414410]

        INTEGRATION: CWS dba20 (1.6.8); FILE MERGED 2004/11/29 09:28:18 oj 1.6.8.3: RESYNC: (1.6-1.10); FILE MERGED 2004/11/19 13:45:12 oj 1.6.8.2: #i37379# use readonly property from media descriptor 2004/11/17 13:31:14 oj 1.6.8.1: #i37320# getState for creating a view corrected

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [91e0a0cbdcae04e1fb8f7b86627caa7d5b509366]

        INTEGRATION: CWS dba20 (1.2.56); FILE MERGED 2004/11/15 12:53:08 oj 1.2.56.1: #i37032# handle styles

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e7e2b74fcc6fbe2c2c6ca3254bf884e7bd966ecc]

        INTEGRATION: CWS dba20 (1.2.56); FILE MERGED 2004/11/15 12:53:07 oj 1.2.56.1: #i37032# handle styles

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c1b52c76d38bd4c220a7f909f76551d598a731e2]

        INTEGRATION: CWS dba20 (1.2.56); FILE MERGED 2004/11/17 14:19:18 oj 1.2.56.2: merge from dba18 2004/11/15 12:53:07 oj 1.2.56.1: #i37032# handle styles

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [768694b7f55c71aaa2761729ef871b37bbe4570f]

        INTEGRATION: CWS dba20 (1.2.56); FILE MERGED 2004/11/24 08:35:16 oj 1.2.56.2: #i37032# import int as well 2004/11/17 14:19:17 oj 1.2.56.1: merge from dba18

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [55a23fdbf77a1e628b52de2bf41911c2bcbb9c69]

        INTEGRATION: CWS dba20 (1.2.56); FILE MERGED 2004/11/17 14:18:08 oj 1.2.56.1: #i37025# when preview cancel loading

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [25fa501775d77f6a402b5fe345ef47e43e86d9fe]

        INTEGRATION: CWS dba20 (1.44.56); FILE MERGED 2004/11/23 07:25:24 oj 1.44.56.1: #i37111# remove double spaces

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [09ff6cd7273237a80985b9bac5d4fd4e0096a7d2]

        INTEGRATION: CWS dba20 (1.19.56); FILE MERGED 2004/11/17 14:57:17 fs 1.19.56.1: #i37185# FilterCreator moved to composertools.hxx

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [a8e92cc1550c27cfb42db6d87c59bb15be3d5ad2]

        INTEGRATION: CWS dba20 (1.1.2); FILE ADDED 2004/11/17 14:58:36 fs 1.1.2.1: helper for composing parts of statements

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [408266dafdb1a76a13e0f145ebed905d8104ef48]

        INTEGRATION: CWS dba20 (1.3.110); FILE MERGED 2004/11/17 14:58:13 fs 1.3.110.1: #i37185# added an 'ElementaryQuery' attribute, which can contain filter/groupby/having/order clauses, which are ignored in any set/get* calls (except getQuery)

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [7934e05a7d9ba0a0b581a14852df6c52ff10bd45]

        INTEGRATION: CWS dba20 (1.9.56); FILE MERGED 2004/11/12 14:34:27 oj 1.9.56.1: #i37027# #i35940# reload when in loaded state

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f19bf222c80586ce094ea3183980cba2a6f4db5f]

        INTEGRATION: CWS dba20 (1.14.8); FILE MERGED 2004/12/13 13:22:15 oj 1.14.8.5: RESYNC: (1.15-1.17); FILE MERGED 2004/11/29 09:40:57 oj 1.14.8.4: RESYNC: (1.14-1.15); FILE MERGED 2004/11/19 13:55:34 oj 1.14.8.3: #i37381# open form the first time with default size 2004/11/17 13:43:44 oj 1.14.8.2: #i37327# some form design enhancements 2004/11/12 14:34:26 oj 1.14.8.1: #i37027# #i35940# reload when in loaded state

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [017cb00f924eabd85470e337db866fcfbb0d80bf]

        INTEGRATION: CWS dba20 (1.38.18); FILE MERGED 2004/11/17 14:59:39 fs 1.38.18.1: during #i37185#: createInstance: also recognize requests for an SingleSelectQueryAnalyzer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [00593ddddcbaa30eb7901dcab8b010f439602c4c]

        INTEGRATION: CWS dba20 (1.4.180); FILE MERGED 2004/12/06 09:41:42 oj 1.4.180.2: #i27759# fix for tabstop 2004/11/12 07:38:10 oj 1.4.180.1: #i27759# enable tabstop

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [7f7cbac3140d646d983929dc541da6ac6a66f122]

        INTEGRATION: CWS dba20 (1.59.56); FILE MERGED 2004/11/17 15:00:31 fs 1.59.56.1: #i37185# OrderCreator moved to composertools.hxx / XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [1cbb7f163b50d09a47231821ce9404ee822fd79d]

        INTEGRATION: CWS dba20 (1.6.18); FILE MERGED 2004/11/17 14:58:17 fs 1.6.18.1: #i37185# added an 'ElementaryQuery' attribute, which can contain filter/groupby/having/order clauses, which are ignored in any set/get* calls (except getQuery)

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b81da88197565a009c8c30592fa2bdfca0fbc049]

        INTEGRATION: CWS dba20 (1.36.16); FILE MERGED 2004/11/17 15:09:28 fs 1.36.16.2: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer 2004/11/17 14:20:01 oj 1.36.16.1: merge from dba18

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c755c9d0aaecd5d30e961e3ebe5c7511ac2dddb2]

        INTEGRATION: CWS dba20 (1.3.278); FILE MERGED 2004/12/06 09:41:41 oj 1.3.278.1: #i27759# fix for tabstop

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [7cecf23c602d9957d54772571ade6906e34f1108]

        INTEGRATION: CWS dba20 (1.127.16); FILE MERGED 2004/12/14 06:47:29 oj 1.127.16.6: merge problem 2004/12/07 07:59:40 oj 1.127.16.5: RESYNC: (1.128-1.129); FILE MERGED 2004/11/29 09:39:41 oj 1.127.16.4: RESYNC: (1.127-1.128); FILE MERGED 2004/11/18 10:15:28 fs 1.127.16.3: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer 2004/11/17 15:11:30 fs 1.127.16.2: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer / using the ElementaryQuery of a composer where necessary 2004/11/17 14:20:00 oj 1.127.16.1: merge from dba18

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [5c6e92f621606b995be2009ef991d8ad05f035cf]

        INTEGRATION: CWS dba20 (1.51.16); FILE MERGED 2004/11/29 09:40:09 oj 1.51.16.3: RESYNC: (1.51-1.53); FILE MERGED 2004/11/17 15:11:52 fs 1.51.16.2: #i37185# needing composertools.hxx now 2004/11/17 14:19:59 oj 1.51.16.1: merge from dba18

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [08b60712f7349f9f2c269d944e8a2b7831df388d]

        INTEGRATION: CWS dba20 (1.2.116); FILE MERGED 2004/11/17 14:56:11 fs 1.2.116.1: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [aa800b3a360f7b8c90ab99171380633d3b38fe67]

        INTEGRATION: CWS dba20 (1.2.152); FILE MERGED 2004/11/25 12:11:45 fs 1.2.152.1: #i37308# allow clients to pass the doctype, for performance reasons

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f063da7f8d130172daf4bf01e67dcf5ff4e438c0]

        INTEGRATION: CWS dba20 (1.2.394); FILE MERGED 2004/11/18 10:20:16 fs 1.2.394.1: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [2f34e30f7a3d4a5a6b9efa57345789c75150b586]

        INTEGRATION: CWS dba20 (1.21.66); FILE MERGED 2004/11/29 11:19:27 oj 1.21.66.2: RESYNC: (1.21-1.22); FILE MERGED 2004/11/25 15:24:48 fs 1.21.66.1: #i36219# +UpdateSlot / removed unnecessary parameter from InvalidateSlot

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [4345c715a17b57dcfad08a7e902f80cfb3e3c21c]

        INTEGRATION: CWS dba20 (1.1.2); FILE ADDED 2004/11/26 13:40:33 fs 1.1.2.1: helper class for control layouts

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [0636e34fcf7f68051fa89dd9ded80456030b3fea]

        INTEGRATION: CWS dba20 (1.2.278); FILE MERGED 2004/11/29 11:19:58 oj 1.2.278.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/19 15:11:52 fs 1.2.278.1: #i37434# canColorBorder: also take into account the type of the control

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [bf4812821bb7d02d1273b69ae12b1037afd81453]

        INTEGRATION: CWS dba20 (1.14.152); FILE MERGED 2004/11/29 11:28:12 oj 1.14.152.2: RESYNC: (1.14-1.17); FILE MERGED 2004/11/25 12:12:52 fs 1.14.152.1: i37308# CreateSubToolbox now relying on FormToolboxes

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b8772c5230b94d491a774808c7788a1d7428a08a]

        INTEGRATION: CWS dba20 (1.23.150); FILE MERGED 2004/11/29 11:25:35 oj 1.23.150.2: RESYNC: (1.23-1.24); FILE MERGED 2004/11/26 13:40:06 fs 1.23.150.1: #i37434# +fmcontrollayout

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f1de40194406601aed5e9492e5c06344b5a1e6f3]

        INTEGRATION: CWS dba20 (1.2.152); FILE MERGED 2004/12/01 07:21:49 oj 1.2.152.2: compile error 2004/11/25 12:11:57 fs 1.2.152.1: #i37308# allow clients to pass the doctype, for performance reasons

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [615aab03a07deb1e34f6209fb75b5342a910109f]

        INTEGRATION: CWS dba20 (1.2.394); FILE MERGED 2004/11/18 10:19:55 fs 1.2.394.1: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f7b870153089f5ac29f33312995a97cdccbe7118]

        INTEGRATION: CWS dba20 (1.38.142); FILE MERGED 2004/11/29 11:25:44 oj 1.38.142.3: RESYNC: (1.38-1.39); FILE MERGED 2004/11/26 13:39:43 fs 1.38.142.2: #i37434# let ControlLayouter decide about initial control layout (border/color, visual effect) 2004/11/18 12:03:33 fs 1.38.142.1: #i37017# no gray border color for grid controls - this looks ugly

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [bfcc6e1c09d9002004e8042ff468006eded82812]

        INTEGRATION: CWS dba20 (1.29.342); FILE MERGED 2004/11/19 13:29:56 fs 1.29.342.1: #i37433# isLoadable now also cares for embedded forms

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [27daff1213f404845388ddee48727dc06528619e]

        INTEGRATION: CWS dba20 (1.4.278); FILE MERGED 2004/12/01 07:21:49 oj 1.4.278.1: compile error

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f8ddfd7abf930e83a5ff7128a0c7414c8cbaf536]

        INTEGRATION: CWS dba20 (1.58.62); FILE MERGED 2004/12/01 07:21:48 oj 1.58.62.3: compile error 2004/11/29 11:27:54 oj 1.58.62.2: RESYNC: (1.58-1.60); FILE MERGED 2004/11/25 15:25:30 fs 1.58.62.1: #i36219# update SID_FM_PROPERTY_CONTROL synchronously, instead of invalidating it asynchronously / removed unnecessary parameter from InvalidateSlot

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c677f9012fb153d74799f665b5d27f9479a21d99]

        INTEGRATION: CWS dba20 (1.54.64); FILE MERGED 2004/11/29 11:27:30 oj 1.54.64.2: RESYNC: (1.54-1.55); FILE MERGED 2004/11/25 12:12:21 fs 1.54.64.1: #i37308# pass the doctype to FormToolboxes instances, to not determine it again and again

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [57e5dfa17b19433e0cc57dd8ecd2f29747501c57]

        INTEGRATION: CWS dba20 (1.4.66); FILE MERGED 2004/12/13 13:09:55 oj 1.4.66.3: RESYNC: (1.5-1.6); FILE MERGED 2004/11/29 11:25:06 oj 1.4.66.2: RESYNC: (1.4-1.5); FILE MERGED 2004/11/18 11:06:56 fs 1.4.66.1: some less assertions

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [cc5203e4c2a112f8d111cd997157398c3d0381a3]

        INTEGRATION: CWS dba20 (1.46.148); FILE MERGED 2004/11/29 11:26:52 oj 1.46.148.2: RESYNC: (1.46-1.47); FILE MERGED 2004/11/26 13:38:56 fs 1.46.148.1: #i37434# let ControlLayouter finally decide whether to use dynamic border colors

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [dcae03784b40acc1b9a99f52c8ccdc9b50b2bec6]

        INTEGRATION: CWS dba20 (1.1.2); FILE ADDED 2004/12/01 07:03:55 oj 1.1.2.2: compile error 2004/11/26 13:40:38 fs 1.1.2.1: helper class for control layouts

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f247a783ae9ff93165f89a5c44fb188dc0f4cc8d]

        INTEGRATION: CWS dba20 (1.2.278); FILE MERGED 2004/11/29 11:24:28 oj 1.2.278.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/19 15:12:04 fs 1.2.278.1: #i37434# canColorBorder: also take into account the type of the control

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [d96a4c60b4e1c33aad8089de733be4f7b829579e]

        INTEGRATION: CWS dba20 (1.68.66); FILE MERGED 2004/11/29 11:35:14 oj 1.68.66.2: RESYNC: (1.68-1.69); FILE MERGED 2004/11/18 08:45:14 oj 1.68.66.1: #i37337# remove call to ReserveControlCall

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [89cfa3efbf8a473d1fefd9c0f26ef4f97198d620]

        INTEGRATION: CWS dba20 (1.3.204); FILE MERGED 2004/11/12 07:38:11 oj 1.3.204.1: #i27759# enable tabstop

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [8a27e48fa711fe7d45670d3ed622b894b2432c2f]

        INTEGRATION: CWS dba20 (1.5.204); FILE MERGED 2004/11/12 07:38:11 oj 1.5.204.1: #i27759# enable tabstop

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f123f9e1f05120c50b3aa1c959da45f1a63ad80b]

        INTEGRATION: CWS dba20 (1.2.204); FILE MERGED 2004/12/06 09:41:42 oj 1.2.204.1: #i27759# fix for tabstop

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e12eb65c33b215ee7a059480acab349f6255bed9]

        INTEGRATION: CWS fooobuild (1.58.8); FILE MERGED 2004/12/21 21:57:07 vq 1.58.8.4: #i32814# Fix configure switch description and regenrate configure. 2004/12/21 00:43:34 vq 1.58.8.3: RESYNC: (1.58-1.63); FILE MERGED 2004/12/02 15:27:37 rene 1.58.8.2: regenerate configure 2004/11/26 13:10:05 rene 1.58.8.1: #i32814#
        
        fix incomplete conditional msfontextrat/FontOOo merge

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [98da2a0f9a3953ebe04dc1fa697ae9f1bd80df13]

        INTEGRATION: CWS dba20 (1.4.68); FILE MERGED 2004/12/22 11:35:48 fs 1.4.68.3: #i39437# move from OUString* to OUString in aUIStrings was incomplete in one place 2004/12/06 09:41:41 oj 1.4.68.2: #i27759# fix for tabstop 2004/11/12 07:38:10 oj 1.4.68.1: #i27759# enable tabstop

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [a7dbc42fbe847cf19056ae0afa4a70167b35e5ac]

        INTEGRATION: CWS dba20 (1.3.204); FILE MERGED 2004/11/26 13:38:00 oj 1.3.204.1: #i37954# use UIName for filter

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b7476c7ed361f1ec644519e9707c035d9670973f]

        INTEGRATION: CWS dba20 (1.2.204); FILE MERGED 2004/11/12 07:38:10 oj 1.2.204.1: #i27759# enable tabstop

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [fc79bc0c2b566925741e9b01b65928fe86dc6ab5]

        INTEGRATION: CWS dba20 (1.2.204); FILE MERGED 2004/11/26 13:37:59 oj 1.2.204.2: #i37954# use UIName for filter 2004/11/12 07:38:09 oj 1.2.204.1: #i27759# enable tabstop

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [91bb2f55c620567d6c21b166168f9998a5b0a276]

        INTEGRATION: CWS dba20 (1.1.2); FILE ADDED 2004/11/12 07:38:29 oj 1.1.2.1: #i27759# enable tabstop

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [cf64ae38ec954ac7b983d6cb454ee6a6ae7345e5]

        INTEGRATION: CWS dba20 (1.3.180); FILE MERGED 2004/12/06 10:07:09 oj 1.3.180.1: #i27759# fix for tabstop

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [5e576903195466fb8b6239eef9835ae04b10c78b]

        INTEGRATION: CWS dba20 (1.2.254); FILE MERGED 2004/11/17 14:36:43 fs 1.2.254.1: #i37185# derive from XSQLQueryAnalyzer, and introduce an attribute ElementaryQuery

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c94d6c1c75e9eb8b20127d4fe9a1b1e0147005f3]

        INTEGRATION: CWS dba20 (1.2.254); FILE MERGED 2004/11/17 14:37:22 fs 1.2.254.1: #i37185# HavingFilter -> HavingClause

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [cbf334530da7570429f6d1a0065ffb4fd3b17099]

        INTEGRATION: CWS fooobuild (1.45.20); FILE MERGED 2004/12/21 01:02:03 vq 1.45.20.2: RESYNC: (1.45-1.60); FILE MERGED 2004/11/26 13:09:52 rene 1.45.20.1: #i32814#
        
        fix incomplete conditional msfontextrat/FontOOo merge

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c0ab7172a2b1ade8a639b47b9a546ea41b7c30e3]

        INTEGRATION: CWS dba20 (1.2.254); FILE MERGED 2004/11/17 14:37:51 fs 1.2.254.1: document where an instance of this service can be obtained from

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e19c935c8ee90574241462730e0ecfa80e8fc5df]

        INTEGRATION: CWS fooobuild (1.2.76); FILE MERGED 2004/11/26 13:10:17 rene 1.2.76.1: #i32814#
        
        fix incomplete conditional msfontextrat/FontOOo merge

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c93b16a3d1070e30135b3ed24844934978b3c672]

        INTEGRATION: CWS fooobuild (1.25.14); FILE MERGED 2004/12/21 00:43:46 vq 1.25.14.2: RESYNC: (1.25-1.29); FILE MERGED 2004/11/26 13:10:09 rene 1.25.14.1: #i32814#
        
        fix incomplete conditional msfontextrat/FontOOo merge

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [3ef5cf07cc4a80be42b2fdea105db76bc0288d8f]

        INTEGRATION: CWS fooobuild (1.75.6); FILE MERGED 2004/12/21 21:57:09 vq 1.75.6.4: #i32814# Fix configure switch description and regenrate configure. 2004/12/21 00:43:16 vq 1.75.6.3: RESYNC: (1.75-1.80); FILE MERGED 2004/12/02 15:26:01 rene 1.75.6.2: enhance system mspack check test to work like the others already in 680 2004/11/26 13:10:07 rene 1.75.6.1: #i32814#
        
        fix incomplete conditional msfontextrat/FontOOo merge

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [734ef8eb4adf8b46b9c98289f8b81693d1f384db]

        INTEGRATION: CWS fooobuild (1.4.8); FILE MERGED 2004/11/26 13:10:23 rene 1.4.8.1: #i32814#
        
        fix incomplete conditional msfontextrat/FontOOo merge

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c48265de34e55a3f6379cf1fb8278068de7e48d0]

        INTEGRATION: CWS fooobuild (1.3.14); FILE MERGED 2004/11/26 13:11:21 rene 1.3.14.1: #i32814#
        
        fix incomplete conditional msfontextrat/FontOOo merge

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [4f4fb3f2edad34d54634d8298b40c86ce21844ca]

        INTEGRATION: CWS dba20 (1.15.6); FILE MERGED 2004/11/29 09:19:13 oj 1.15.6.2: RESYNC: (1.15-1.16); FILE MERGED 2004/11/19 11:31:04 fs 1.15.6.1: #i37342# +NativeWidgetLook

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [0fb8dda4166f65335c687f88114cf2c5d16d7945]

        INTEGRATION: CWS dba20 (1.8.6); FILE MERGED 2004/11/29 09:19:23 oj 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/19 11:31:03 fs 1.8.6.1: #i37342# +NativeWidgetLook

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [0037d5df6cd439bb43c7f42db31d508ed5bd3833]

        INTEGRATION: CWS dba20 (1.4.6); FILE MERGED 2004/11/29 09:19:56 oj 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2004/11/19 11:31:03 fs 1.4.6.1: #i37342# +NativeWidgetLook

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [4aaed48793d8fb8669bb8a3b07991c85a6202f00]

        INTEGRATION: CWS dba20 (1.16.66); FILE MERGED 2004/11/18 12:02:30 fs 1.16.66.1: #i37017# BorderColor added

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [33d0c349c531942fcde4337f4c0b58dddcdb4f49]

        INTEGRATION: CWS dba20 (1.33.18); FILE MERGED 2004/11/18 12:02:30 fs 1.33.18.1: #i37017# BorderColor added

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [ed2bb779dda96084b6c2768788dffe8ed8df6b66]

        INTEGRATION: CWS dba20 (1.35.6); FILE MERGED 2004/11/29 09:24:46 oj 1.35.6.3: RESYNC: (1.35-1.36); FILE MERGED 2004/11/19 11:31:12 fs 1.35.6.2: #i37342# +NativeWidgetLook 2004/11/17 16:36:49 fs 1.35.6.1: some more exception safety

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b0568f3282d5105b56005466b98ae7ab2e467bd7]

        INTEGRATION: CWS dba20 (1.24.16); FILE MERGED 2004/11/29 09:21:59 oj 1.24.16.2: RESYNC: (1.24-1.25); FILE MERGED 2004/11/19 11:31:12 fs 1.24.16.1: #i37342# +NativeWidgetLook

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [7d8ef534e9a39103e33a0d07d65900e639109305]

        INTEGRATION: CWS dba20 (1.21.20); FILE MERGED 2004/11/29 09:24:25 oj 1.21.20.2: RESYNC: (1.21-1.23); FILE MERGED 2004/11/19 13:27:01 fs 1.21.20.1: #i37433# no m_bInContext anymore - this is now dynamically determined on demand

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [4c92101af5a5b8ea14607dc13718ea1e932d6407]

        INTEGRATION: CWS dba20 (1.62.6); FILE MERGED 2004/12/13 12:22:24 oj 1.62.6.4: RESYNC: (1.64-1.65); FILE MERGED 2004/11/29 09:23:01 oj 1.62.6.3: RESYNC: (1.62-1.64); FILE MERGED 2004/11/19 13:27:00 fs 1.62.6.2: #i37433# no m_bInContext anymore - this is now dynamically determined on demand 2004/11/19 12:05:52 fs 1.62.6.1: #i37433# don't set the DataSourceName on the aggregate, if we're embedded in a database document - no real need for this, and just causing trouble

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c82714ccf5915c0a1be8bd525889ea4ad5b7902a]

        INTEGRATION: CWS dba20 (1.100.88); FILE MERGED 2004/12/14 12:01:17 fs 1.100.88.4: experimental form control properties 2004/12/13 12:21:08 oj 1.100.88.3: RESYNC: (1.102-1.105); FILE MERGED 2004/11/29 07:39:17 oj 1.100.88.2: RESYNC: (1.100-1.102); FILE MERGED 2004/11/26 13:42:17 fs 1.100.88.1: #i37434# ApplicationControlLayout

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [ae5fb91f3bbcf2542ea818b52db527b98e60d654]

        INTEGRATION: CWS dba20 (1.24.10); FILE MERGED 2004/12/13 12:16:26 oj 1.24.10.4: RESYNC: (1.26-1.27); FILE MERGED 2004/11/29 07:31:59 oj 1.24.10.3: RESYNC: (1.24-1.26); FILE MERGED 2004/11/26 13:43:14 fs 1.24.10.2: #i37434# ApplicationControlLayout 2004/11/17 14:33:37 oj 1.24.10.1: #i37298# remove ...

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [942375dad85f0e722938cc58b3e0045fe44cff1b]

        INTEGRATION: CWS dba20 (1.43.8); FILE MERGED 2004/11/17 14:54:01 fs 1.43.8.1: #i37185# removed the implementation of the the default constructor private - a default-constructed instance is not usable, but may even simply crash

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [8f07d111179a7774e6f524e1c674a5d23fab0956]

        INTEGRATION: CWS dba20 (1.34.8); FILE MERGED 2004/11/23 10:24:37 oj 1.34.8.1: #i36207# check type of statement

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [7e11a62a87a991d44117710894c4868aa5a04ad2]

        INTEGRATION: CWS dba20 (1.10.8); FILE MERGED 2004/11/29 07:40:32 oj 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2004/11/24 14:01:53 oj 1.10.8.1: replace ?: NULL with <Type>()

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [ba4fa3fe040531a5bb515ae1ca280ab07b6fee13]

        INTEGRATION: CWS dba20 (1.52.26); FILE MERGED 2004/11/18 10:11:51 fs 1.52.26.2: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer 2004/11/17 14:54:48 fs 1.52.26.1: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [16dbe16dd010f3b4792f499b86acc8b6c2995562]

        INTEGRATION: CWS dba20 (1.16.8); FILE MERGED 2004/11/17 14:53:03 fs 1.16.8.1: #i37185# make the default constructor private - a default-constructed instance is not usable, but may even simply crash

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [218e2589e68d5861e0ef4eaebdd50628cb42d22a]

        INTEGRATION: CWS dba20 (1.25.8); FILE MERGED 2004/11/18 10:11:46 fs 1.25.8.1: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [47f6e5beafc14450f5210e9c37497a0234354164]

        INTEGRATION: CWS swqcore02 (1.15.74); FILE MERGED 2004/11/18 20:23:17 dvo 1.15.74.1: #i31168# write Unicode chars >= U+10000

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [8e72db972378f70a9000d227201e334a6e0f4c31]

        INTEGRATION: CWS swqcore02 (1.12.132); FILE MERGED 2004/12/01 08:50:24 hbrinkm 1.12.132.1: #i37940# new SwFrmFmt must have parent to occur in stylist

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [065df8cdee0dfcfc4013b59ba4c5d5ae742650f8]

        INTEGRATION: CWS swqcore02 (1.98.12); FILE MERGED 2004/12/14 14:02:48 hbrinkm 1.98.12.3: RESYNC: (1.100-1.101); FILE MERGED 2004/12/01 15:38:26 hbrinkm 1.98.12.2: RESYNC: (1.98-1.100); FILE MERGED 2004/11/29 10:39:21 hbrinkm 1.98.12.1: #i37779# do not remove outline numbering by RETURN

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e6df7d971b8291b5ea0f5ff4c97442462d8c0938]

        INTEGRATION: CWS swqcore02 (1.8.128); FILE MERGED 2004/12/14 14:02:39 hbrinkm 1.8.128.3: RESYNC: (1.9-1.10); FILE MERGED 2004/12/01 15:38:02 hbrinkm 1.8.128.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/22 16:10:54 os 1.8.128.1: #ii37430# read sub-section list for the current format, too

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [926f008f185c7472aae74f93b5f30203517dfe59]

        INTEGRATION: CWS swqcore02 (1.14.132); FILE MERGED 2004/12/14 14:00:55 hbrinkm 1.14.132.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/01 08:48:57 hbrinkm 1.14.132.1: #i37940# MakeFrmFmt takes care about auto flag

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [c5f76c14fa6b2f2eda70adfbde373d2556efa446]

        INTEGRATION: CWS swqcore02 (1.46.14); FILE MERGED 2004/11/24 16:06:51 dvo 1.46.14.1: #i30054# enable transport of style names between components

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [568957c3f7c8377768cdb292beeae017ce04324c]

        INTEGRATION: CWS swqcore02 (1.5.14); FILE MERGED 2004/12/08 11:26:56 os 1.5.14.2: #i37135# German umlauts fixed 2004/11/23 09:37:30 os 1.5.14.1: #i37135# type fixed

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [6b44d9d93c8f1fb0b948cac60e426272d81cfc14]

        INTEGRATION: CWS swqcore02 (1.3.78); FILE MERGED 2004/12/01 08:45:08 hbrinkm 1.3.78.1: #i37940# ::SwUndoFmtCreate: handle NULL for _pDerivedFrom, SwUndoFrmFmtCreate: handle bAuto

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e2807b1c157db7ccf97f9e180c6f799a98e27293]

        INTEGRATION: CWS swqcore02 (1.36.152); FILE MERGED 2004/12/15 10:56:59 hbrinkm 1.36.152.4: #1000000# resync 2004/12/14 13:53:15 hbrinkm 1.36.152.3: RESYNC: (1.38-1.42); FILE MERGED 2004/12/01 15:27:24 hbrinkm 1.36.152.2: RESYNC: (1.36-1.38); FILE MERGED 2004/11/29 10:35:40 hbrinkm 1.36.152.1: #i38047# when setting a SwTxtFmtColl with outline level set outline numrule

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [1950b4c6a2d1b5935a614e6c7ba36368ec48d48d]

        INTEGRATION: CWS swqcore02 (1.4.286); FILE MERGED 2004/12/08 10:20:27 os 1.4.286.1: #i35687# added namespaces to import .sxw section list

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [355c99f635f6f23bb0fabbac707106dc022eb391]

        INTEGRATION: CWS swqcore02 (1.29.130); FILE MERGED 2004/12/14 13:49:50 hbrinkm 1.29.130.4: RESYNC: (1.29-1.31); FILE MERGED 2004/12/01 09:09:09 hbrinkm 1.29.130.3: #i38086# only create SwUndoFrmFmt when broadcasting 2004/12/01 09:06:30 hbrinkm 1.29.130.2: #i37940# auto flag handled by MakeFrmFmt 2004/11/29 10:36:32 hbrinkm 1.29.130.1: #i38047# when setting a SwTxtFmtColl with outline level set outline numrule

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [7e1915868dd71ef88a341c5b255376aad1e7da00]

        INTEGRATION: CWS swqcore02 (1.8.76); FILE MERGED 2004/12/14 13:49:30 hbrinkm 1.8.76.4: RESYNC: (1.9-1.10); FILE MERGED 2004/12/01 15:16:48 hbrinkm 1.8.76.3: RESYNC: (1.8-1.9); FILE MERGED 2004/12/01 08:40:40 hbrinkm 1.8.76.2: #i37940# output for SwFrmFmts 2004/11/29 10:29:57 hbrinkm 1.8.76.1: #i37779# output for SwNumRule, SwTxtFmtColl

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b610574cd35fad4b419ae866e349e029f24fcb31]

        INTEGRATION: CWS swqcore02 (1.24.130); FILE MERGED 2004/12/01 14:58:18 hbrinkm 1.24.130.2: RESYNC: (1.24-1.25); FILE MERGED 2004/11/23 16:11:11 os 1.24.130.1: #i117906# filter detection of W4W filters improved

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [63ddb3658b4aa19610d8b3d4f941e07414950c2b]

        INTEGRATION: CWS swqcore02 (1.30.78); FILE MERGED 2004/12/15 11:12:14 hbrinkm 1.30.78.4: #1000000# resync 2004/12/15 10:58:17 hbrinkm 1.30.78.3: #1000000# resync 2004/12/14 13:47:42 hbrinkm 1.30.78.2: RESYNC: (1.30-1.33); FILE MERGED 2004/11/29 10:29:16 hbrinkm 1.30.78.1: #i38047# GetNum/GetOutlineNum get parameter bUpdate to update the numrule

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [bcc6f0b357613cc4e8184ffde2a1f5fb739f1fac]

        INTEGRATION: CWS swqcore02 (1.14.54); FILE MERGED 2004/12/14 13:47:26 hbrinkm 1.14.54.3: RESYNC: (1.15-1.16); FILE MERGED 2004/12/01 14:57:47 hbrinkm 1.14.54.2: RESYNC: (1.14-1.15); FILE MERGED 2004/11/23 16:11:10 os 1.14.54.1: #i117906# filter detection of W4W filters improved

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [e12f48f60eede3e371c8c23c87cb0b6572c5dc3c]

        INTEGRATION: CWS swqcore02 (1.91.76); FILE MERGED 2004/12/14 13:46:41 hbrinkm 1.91.76.3: RESYNC: (1.92-1.95); FILE MERGED 2004/12/01 14:57:28 hbrinkm 1.91.76.2: RESYNC: (1.91-1.92); FILE MERGED 2004/12/01 08:39:21 hbrinkm 1.91.76.1: #i37940# bAuto in MakeFrmFmt

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [3107c1ea09c2e0bbc62236340e504c09b4bbfba0]

        INTEGRATION: CWS swqcore02 (1.6.132); FILE MERGED 2004/12/14 13:46:24 hbrinkm 1.6.132.4: RESYNC: (1.7-1.8); FILE MERGED 2004/12/01 14:57:09 hbrinkm 1.6.132.3: RESYNC: (1.6-1.7); FILE MERGED 2004/12/01 08:38:28 hbrinkm 1.6.132.2: #i37940# output for SwFrmFmts 2004/11/29 10:20:25 hbrinkm 1.6.132.1: #i37779# output for SwNumRule, SwTxtFmtColl

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [d9610259b3009aed024a869d57de7d6c2c805c66]

        INTEGRATION: CWS swqcore02 (1.2.136); FILE MERGED 2004/12/01 08:37:55 hbrinkm 1.2.136.1: #i37940# bAuto in SwUndoFmt

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [d6d8b250ef675d07e4cd755599eb590b91bed3d1]

        INTEGRATION: CWS swqcore02 (1.6.14); FILE MERGED 2004/12/14 13:42:30 hbrinkm 1.6.14.2: RESYNC: (1.6-1.8); FILE MERGED 2004/12/08 13:18:50 os 1.6.14.1: #117906# check availability of pPreselectedFilter

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [93d470b46a10ff3b7f10ec31d0a8865348003061]

        INTEGRATION: CWS swqcore02 (1.25.68); FILE MERGED 2004/12/14 13:28:23 hbrinkm 1.25.68.2: RESYNC: (1.25-1.26); FILE MERGED 2004/11/18 15:59:23 dvo 1.25.68.1: #i32592# save 'first paragraph' option when wrap through is used

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [d7d6fd23fdd9abe62db457d96ddd69ca2848e679]

        INTEGRATION: CWS swqcore02 (1.18.106); FILE MERGED 2004/11/24 16:00:29 dvo 1.18.106.1: #i30054# prevent name-collision of styles and automatic-styles in storage format

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [d36aada55718365619bbe9bd472b509d0239f4a1]

        INTEGRATION: CWS swqcore02 (1.8.244); FILE MERGED 2004/11/24 16:00:29 dvo 1.8.244.1: #i30054# prevent name-collision of styles and automatic-styles in storage format

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [12a5cda33bb63e44280bd8e5e8ccd9912177e89a]

        INTEGRATION: CWS swqcore02 (1.13.104); FILE MERGED 2004/11/24 16:00:29 dvo 1.13.104.1: #i30054# prevent name-collision of styles and automatic-styles in storage format

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [2a0e9b740532d6d805c4ae758285e30d51b44500]

        INTEGRATION: CWS swqcore02 (1.111.12); FILE MERGED 2004/12/14 13:19:32 hbrinkm 1.111.12.3: RESYNC: (1.113-1.115); FILE MERGED 2004/12/01 12:14:18 hbrinkm 1.111.12.2: RESYNC: (1.111-1.113); FILE MERGED 2004/11/24 16:00:28 dvo 1.111.12.1: #i30054# prevent name-collision of styles and automatic-styles in storage format

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [cc658a2d71c448cd37592af9abb995379544bfbc]

        INTEGRATION: CWS localedata2 (1.2.20); FILE MERGED 2004/11/17 12:18:55 er 1.2.20.1: #i37310# validate against locale.dtd, order of elements is significant

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b8404d30ca41a7525ec184ef381a6d5849fa6343]

        INTEGRATION: CWS localedata2 (1.4.30); FILE MERGED 2004/12/21 10:45:48 er 1.4.30.1: #i39371# locale data audit patch

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [6a594575e68c018f43008d7212f5b23141da8a61]

        INTEGRATION: CWS localedata2 (1.3.30); FILE MERGED 2004/11/16 19:42:36 er 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2004/11/11 18:59:26 er 1.3.30.1: #i36859# same quarter#Abbreviation entries as cs_CZ

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [fa28b242eab82259a2c99f841186f5b70fc758a3]

        INTEGRATION: CWS localedata2 (1.2.20); FILE MERGED 2004/11/17 12:18:54 er 1.2.20.1: #i37310# validate against locale.dtd, order of elements is significant

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [8183a055d195c8fcff2eb63bdd7e3a37b644b633]

        INTEGRATION: CWS localedata2 (1.11.2); FILE MERGED 2004/12/29 14:11:16 er 1.11.2.1: #i39408# corrected quotation marks; currency abbreviation is RUB now

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [170513f8a388833ce320aba29dfe0b9eaaaa4cbe]

        INTEGRATION: CWS localedata2 (1.8.30); FILE MERGED 2004/12/30 17:08:31 er 1.8.30.1: #i39697# align with CLDR according to locale data audit

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b870e464727ba7311b86c9c40f7320c9b00fb1ed]

        INTEGRATION: CWS localedata2 (1.7.30); FILE MERGED 2004/12/30 17:02:36 er 1.7.30.1: #i39694# align with CLDR according to locale data audit

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [ce21545ff0b8d394d54e15551e21431e1fc72f7c]

        INTEGRATION: CWS localedata2 (1.8.30); FILE MERGED 2004/12/30 17:02:36 er 1.8.30.1: #i39694# align with CLDR according to locale data audit

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [73f18f9499d48b8c4450da777432e46e2400cb66]

        INTEGRATION: CWS localedata2 (1.12.2); FILE MERGED 2004/11/19 13:37:42 er 1.12.2.1: #i37310# mention to validate contributions

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [9da6dbebc5dc60809e59ce353e050994e5dcea6f]

        INTEGRATION: CWS localedata2 (1.2.2); FILE MERGED 2004/12/17 10:56:37 er 1.2.2.1: #i39121# locale data audit patch

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [866acd7432f361d4def5516f7c97c62d35a8016e]

        INTEGRATION: CWS localedata2 (1.8.30); FILE MERGED 2004/12/30 14:05:19 er 1.8.30.1: correct CurrencyName

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [6fdf85bce541e8f04f02e8a494574d9ca75425ef]

        INTEGRATION: CWS localedata2 (1.14.2); FILE MERGED 2004/11/30 11:03:04 er 1.14.2.1: #i38016# add two long date formats of Jewish calendar

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [345669036cc193bd0c22f427442f598f3b755941]

        INTEGRATION: CWS localedata2 (1.2.2); FILE MERGED 2004/11/17 11:15:39 er 1.2.2.1: #i36860# recode latin1..utf-8

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [414e026e91ca715a0b697a7f5f39ddca3ad24942]

        INTEGRATION: CWS localedata2 (1.3.30); FILE MERGED 2004/12/30 20:23:39 er 1.3.30.2: #i39695# era full name 2004/12/30 16:51:19 er 1.3.30.1: #i39695# correct era abbreviations (but I wonder what about the full name?)

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [61c3bfeaceb14850cbe92eb5dbf00ba19e7e9081]

        INTEGRATION: CWS localedata2 (1.7.30); FILE MERGED 2004/12/29 14:18:03 er 1.7.30.1: #i39348# align with CLDR data

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [872e1d7c3cd0b52e5f2e70b00faa9260e5fbe78d]

        INTEGRATION: CWS localedata2 (1.2.24); FILE MERGED 2004/12/17 10:38:12 er 1.2.24.1: #i38813# locale data audit patch

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [a9c1c263b0463a5cd27310c15471970a8ff45806]

        INTEGRATION: CWS ssf01 (1.3.30); FILE MERGED 2004/12/15 12:31:33 pl 1.3.30.1: #118704# join from vcl33

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [b56003cf4de7a7799364b32ff329c1ae654cac24]

        INTEGRATION: CWS ssf01 (1.8.12); FILE MERGED 2004/12/15 12:42:00 pl 1.8.12.2: #118704# paint window background on menubar and menu widgets first since some themes paint the actual widget translucent 2004/12/15 12:31:34 pl 1.8.12.1: #118704# join from vcl33

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [f92899035169c29b942c48b93f18878ea3be892a]

        INTEGRATION: CWS vq08 (1.29.4); FILE MERGED 2004/12/22 04:47:16 vq 1.29.4.2: #i10000# $ENABLE_DEBUG is never defined, @ENABLE_DEBUG@ is. 2004/12/22 03:24:18 vq 1.29.4.1: #i39424# Remove non-.NET2003 stuff from config_office for W32.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [4096e89113f020d237c69784ecd6ae58d130dd1e]

        INTEGRATION: CWS vq08 (1.80.4); FILE MERGED 2004/12/22 03:24:18 vq 1.80.4.2: #i39424# Remove non-.NET2003 stuff from config_office for W32. 2004/12/22 01:38:25 vq 1.80.4.1: #i39423# Don't check epm for windows builds.

2005-01-05  Oliver Bolte  <obo@openoffice.org>  [6c268edb9274da937923142862e5a099baae04f9]

        INTEGRATION: CWS vq08 (1.63.4); FILE MERGED 2004/12/22 03:24:16 vq 1.63.4.2: #i39424# Remove non-.NET2003 stuff from config_office for W32. 2004/12/22 01:38:23 vq 1.63.4.1: #i39423# Don't check epm for windows builds.

2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [3ef663b2712b7d11cc810ea50abc0dcee96f5bfc]

        new version for SRC680

2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [ee8bd2456ee3b19a99bc5144fc3034a601fcf6f8]

        new version for SRC680

2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [9db74c4e899654cf4c3f60f86bb8e5142e7e28b9]

        new version for SRC680

2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [9c8feea9573907460974870eee4919e364b01bc7]

        new version for SRC680

2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [c13b16323b4edecafb2eb5a93395ad90b960a0ff]

        new version for SRC680

2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [35bba2828953333a82ab91bd5ef575790cb92582]

        new version for SRC680

2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [0f8987d94c214267e3ac3cf802ba461b0d56133d]

        new version for SRC680

2005-01-04  Oliver Bolte  <obo@openoffice.org>  [19590634f3f812757f3742429d0b301b79dcd41c]

        new version for SRC680

2005-01-04  Vladimir Glazounov  <vg@openoffice.org>  [5ca59f5efa58522ef92dd589cf21b1614895361c]

        new version for SRC680

2005-01-04  Oliver Bolte  <obo@openoffice.org>  [c40c7087ef32d94fafb109b1288dbc38d0d792c1]

        SRC680

2005-01-04  Oliver Bolte  <obo@openoffice.org>  [7b4506321d8af59e88993e83c170c1f7f52b275d]

        INTEGRATION: CWS res32bit (1.5.40); FILE MERGED 2004/11/16 10:19:26 pl 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2004/11/12 14:58:16 pl 1.5.40.1: #i34300# simplify ResMgr interface

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [cdae651d0d3fb35526b644b14ff5bbe084f7d1f1]

        INTEGRATION: CWS res32bit (1.11.114); FILE MERGED 2004/11/05 14:27:32 pl 1.11.114.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [4b79887a55b613a738cccbb33c3f5ded1ccb816c]

        INTEGRATION: CWS res32bit (1.200.18); FILE MERGED 2004/11/05 14:27:31 pl 1.200.18.2: #i34513# more adjustments for resource 32bit change 2004/10/26 17:24:41 pl 1.200.18.1: move access to private ResMgr members to ResMgr

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [fa3fb046f3506318afd58d5b74be1aaeb50de2a5]

        INTEGRATION: CWS res32bit (1.32.52); FILE MERGED 2004/11/08 16:12:19 pl 1.32.52.1: #i34513# changes for 32bit resources

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [f0575a3bbb3a951c8b3d598def4ba64399f519f3]

        INTEGRATION: CWS res32bit (1.77.52); FILE MERGED 2004/11/16 10:08:51 pl 1.77.52.3: RESYNC: (1.77-1.78); FILE MERGED 2004/11/08 16:12:19 pl 1.77.52.2: #i34513# changes for 32bit resources 2004/11/05 14:27:30 pl 1.77.52.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [bf194c2eeaf424085e9f31b6094b4f555aa6a2a0]

        INTEGRATION: CWS res32bit (1.111.16); FILE MERGED 2004/11/16 10:07:41 pl 1.111.16.3: RESYNC: (1.111-1.112); FILE MERGED 2004/11/08 16:12:18 pl 1.111.16.2: #i34513# changes for 32bit resources 2004/11/05 14:27:30 pl 1.111.16.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [4845c78c6953731ce10344edd2b87cc2a05b6ce8]

        INTEGRATION: CWS res32bit (1.4.236); FILE MERGED 2004/11/08 16:12:18 pl 1.4.236.1: #i34513# changes for 32bit resources

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [8638ed25ec2a88214b94d21371c8f983d281b756]

        INTEGRATION: CWS res32bit (1.29.54); FILE MERGED 2004/11/05 14:27:29 pl 1.29.54.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [96c32ba9cfba83887553a5698cc574e1d5a74b1a]

        INTEGRATION: CWS res32bit (1.17.54); FILE MERGED 2004/11/05 14:27:29 pl 1.17.54.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [8db94487689386679f1a3e7e9c513074379793b5]

        INTEGRATION: CWS res32bit (1.3.236); FILE MERGED 2004/11/08 16:12:18 pl 1.3.236.2: #i34513# changes for 32bit resources 2004/11/05 14:27:29 pl 1.3.236.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [bd60531054f7668f72309d5478b663171c4c6b6b]

        INTEGRATION: CWS res32bit (1.17.54); FILE MERGED 2004/11/17 18:21:01 pl 1.17.54.2: #i34300# implemented emergency case if no fallback can be found 2004/11/08 13:19:46 pl 1.17.54.1: #i34513# changes for 32bit resources

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3792a26b10d0680b0998794cc096db499a6624ae]

        INTEGRATION: CWS res32bit (1.12.54); FILE MERGED 2004/11/05 14:27:28 pl 1.12.54.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [d1230de0e8c1187846c56cff378ceebac24fa25d]

        INTEGRATION: CWS res32bit (1.23.54); FILE MERGED 2004/11/05 14:27:28 pl 1.23.54.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [436f0b5fd337e4d742c4197a4fb9b03991584ffc]

        INTEGRATION: CWS res32bit (1.3.236); FILE MERGED 2004/11/05 14:27:27 pl 1.3.236.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3b250facabf9a36f6258bf58e5d1801368fc45f7]

        INTEGRATION: CWS res32bit (1.30.50); FILE MERGED 2004/11/16 10:03:21 pl 1.30.50.2: RESYNC: (1.30-1.31); FILE MERGED 2004/11/05 14:27:27 pl 1.30.50.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [9d0f82e90e3fe44749770b88befe70ffd529f3db]

        INTEGRATION: CWS res32bit (1.7.236); FILE MERGED 2004/11/05 14:27:27 pl 1.7.236.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [86f083fd9c4ea21982240850086c5471ec2d57ea]

        INTEGRATION: CWS res32bit (1.14.54); FILE MERGED 2004/11/05 14:27:27 pl 1.14.54.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [731ed7ac5351b559be9edf30f63de87bee2ee816]

        INTEGRATION: CWS res32bit (1.16.162); FILE MERGED 2004/12/16 14:36:11 pl 1.16.162.2: #i39154# masks are longs now 2004/11/05 14:27:26 pl 1.16.162.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [c55cf9f3385f4fdd8614f9e2bde8b03d6538ed81]

        INTEGRATION: CWS res32bit (1.11.236); FILE MERGED 2004/11/05 14:27:26 pl 1.11.236.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [2fe2a1633ba8b33e415c391b45a37d4fe67e66b4]

        INTEGRATION: CWS res32bit (1.33.52); FILE MERGED 2004/11/16 10:02:43 pl 1.33.52.2: RESYNC: (1.33-1.34); FILE MERGED 2004/11/05 14:27:26 pl 1.33.52.1: #i34513# more adjustments for resource 32bit change

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3adb7e1626967c86618055ece56983979a90d6b8]

        INTEGRATION: CWS res32bit (1.29.52); FILE MERGED 2004/11/16 10:02:26 pl 1.29.52.2: RESYNC: (1.29-1.30); FILE MERGED 2004/11/08 13:19:44 pl 1.29.52.1: #i34513# changes for 32bit resources

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [b3013e19665a663e0bfb953c87d872da95f1c8e9]

        INTEGRATION: CWS res32bit (1.49.136); FILE MERGED 2004/11/11 18:04:25 pl 1.49.136.2: #i34300# resmgr now completelly in tools 2004/10/26 17:25:11 pl 1.49.136.1: do not delete vcl ResMgr too early

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [68ba092449c433cc34cd85d7685e3cdd515a9bdf]

        INTEGRATION: CWS res32bit (1.53.54); FILE MERGED 2004/11/11 18:04:25 pl 1.53.54.1: #i34300# resmgr now completelly in tools

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [e64f2aee7921b9841754849a4ae0ac7ee5a90f73]

        INTEGRATION: CWS res32bit (1.14.54); FILE MERGED 2004/11/11 18:04:24 pl 1.14.54.1: #i34300# resmgr now completelly in tools

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [d2837b918bb9ba4e405aa98624d2b2bd4417614f]

        INTEGRATION: CWS res32bit (1.3.214); FILE MERGED 2004/11/08 16:12:45 pl 1.3.214.1: #i34513# changes for 32bit resources

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [43d63fac1c573bd8496aa49ff6458f6c9ed1cb59]

        INTEGRATION: CWS res32bit (1.86.76); FILE MERGED 2004/11/16 09:53:01 pl 1.86.76.2: RESYNC: (1.86-1.87); FILE MERGED 2004/11/12 13:49:28 pl 1.86.76.1: #i34300# simplify ResMgr interface

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [5e222a7f7974c26e0d443e4629d448bd114c3fed]

        INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:41 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [13d6dd07aa13cd4a56bd795961c85b812f7d5c95]

        INTEGRATION: CWS res32bit (1.9.26); FILE MERGED 2004/10/22 15:10:01 pl 1.9.26.3: solved a merge conflict 2004/10/22 14:02:55 pl 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2004/10/22 13:54:41 pl 1.9.26.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [c2a7b3c9ad105f664c3d46eba5cec42572f23593]

        INTEGRATION: CWS res32bit (1.3.16); FILE MERGED 2004/10/26 09:53:47 pl 1.3.16.2: hash lowercase as before 2004/10/22 13:54:41 pl 1.3.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [5ad16c9d127e311709de7a18e198b25710104502]

        INTEGRATION: CWS res32bit (1.3.110); FILE MERGED 2004/10/22 13:54:40 pl 1.3.110.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [f2e000b3235564d3d036b1a36514ca78b9c0e20c]

        INTEGRATION: CWS res32bit (1.1.1.1.174); FILE MERGED 2004/10/22 13:54:40 pl 1.1.1.1.174.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [fbda527b81c00f772ba688ed507fcac2ff6562e7]

        INTEGRATION: CWS res32bit (1.21.10); FILE MERGED 2004/10/22 13:54:39 pl 1.21.10.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [8a30aec3bd6e42449ea7ba6c51d482e7d5495f0a]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/22 13:54:39 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [ffa511d43bc564f9f4f14b1341bd5ea1a58d513a]

        INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:38 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [cf46c5f91c890531bfe0d5c6bcb5e736a55217a3]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/11/04 14:22:17 pl 1.3.18.2: #i34513# some short ints must remain short ints 2004/10/22 13:54:38 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [8172aada9b84216a4890dec3d785925728481643]

        INTEGRATION: CWS res32bit (1.4.16); FILE MERGED 2004/10/22 13:54:38 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [5a3075a17f7ceb775197978645068f6992f9ad83]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/27 17:50:55 pl 1.3.18.2: minor updates 2004/10/22 13:54:37 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [710f7fc552adf2189f80110f898d16d55bcd26b3]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/27 17:50:33 pl 1.3.18.2: fix a vtable entry 2004/10/22 13:54:37 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [dcb9cc944bfd758ffe2cdb8b856994260b11287f]

        INTEGRATION: CWS res32bit (1.4.16); FILE MERGED 2004/10/22 13:54:36 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [7d32820c1363c3782fad9288d49871190c725c49]

        INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:36 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [c9cf59ecafa92e779191d84d83096a539db27fdd]

        INTEGRATION: CWS res32bit (1.4.4); FILE MERGED 2004/11/04 14:22:16 pl 1.4.4.3: #i34513# some short ints must remain short ints 2004/10/27 17:50:55 pl 1.4.4.2: minor updates 2004/10/22 13:54:36 pl 1.4.4.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [818383b47b81b715d6c54f42a56e1da86ac30d90]

        INTEGRATION: CWS res32bit (1.4.16); FILE MERGED 2004/10/27 17:50:55 pl 1.4.16.3: minor updates 2004/10/26 09:59:43 pl 1.4.16.2: reduce the noise 2004/10/22 13:54:36 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [374d83d38b63019b0423df52ef8fec0f1a0ec4a8]

        INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/27 17:50:55 pl 1.2.152.2: minor updates 2004/10/22 13:54:35 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [e5d901741ba5e62091b903295dd7188d2b4fc473]

        INTEGRATION: CWS res32bit (1.3.10); FILE MERGED 2004/10/27 17:50:54 pl 1.3.10.3: minor updates 2004/10/22 15:10:23 pl 1.3.10.2: removed a warning 2004/10/22 13:54:35 pl 1.3.10.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [640382c45540aa030914b9e52f5dcd3e70aa0ec2]

        INTEGRATION: CWS res32bit (1.4.16); FILE MERGED 2004/10/22 13:54:34 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [5535f171f82738f808c022b360bbf44624711f5c]

        INTEGRATION: CWS res32bit (1.4.18); FILE MERGED 2004/10/22 13:54:34 pl 1.4.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [1a56d37ac7c92b70681ba4fd0faca71034a1993d]

        INTEGRATION: CWS res32bit (1.3.150); FILE MERGED 2004/10/22 14:03:16 pl 1.3.150.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/22 13:54:33 pl 1.3.150.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [e8ec4fbce4cd940d003271589fa05feb695fa8e3]

        INTEGRATION: CWS res32bit (1.3.4); FILE MERGED 2004/10/22 13:54:33 pl 1.3.4.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [2c46d0e6521a0bc04a78cc38b43eadaba309894c]

        INTEGRATION: CWS res32bit (1.7.4); FILE MERGED 2004/10/22 13:54:33 pl 1.7.4.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [5910c9c6954131730de6df3e9ce4f5c44be38729]

        INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:33 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [6ac79ca954d1318dbf54216ae475b251132b6538]

        INTEGRATION: CWS res32bit (1.10.16); FILE MERGED 2004/10/26 09:56:46 pl 1.10.16.2: reduce the noise 2004/10/22 13:54:32 pl 1.10.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [27c005244c70e32fc98a239a6b9b2c80cf1a3b7f]

        INTEGRATION: CWS res32bit (1.9.16); FILE MERGED 2004/11/05 14:25:24 pl 1.9.16.2: #i34513# more adjustments for resource 32bit change 2004/10/22 13:54:32 pl 1.9.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [d424d0709af0cbb58951273312f56f28ca87872b]

        INTEGRATION: CWS res32bit (1.6.16); FILE MERGED 2004/10/26 09:56:37 pl 1.6.16.3: reduce the noise 2004/10/22 14:03:06 pl 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/22 13:54:32 pl 1.6.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [58f286248edcae9c655e63f46e3d6bd1da9513a4]

        INTEGRATION: CWS res32bit (1.9.16); FILE MERGED 2004/10/26 15:52:24 pl 1.9.16.4: fix RSC_VERSIONCONTROL resource 2004/10/22 15:16:16 pl 1.9.16.3: removed function that never was used 2004/10/22 14:03:27 pl 1.9.16.2: RESYNC: (1.9-1.10); FILE MERGED 2004/10/22 13:54:31 pl 1.9.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [a7edad378ea08675653987aab4bee242c2b4d269]

        INTEGRATION: CWS res32bit (1.9.10); FILE MERGED 2004/10/27 17:50:54 pl 1.9.10.2: minor updates 2004/10/22 13:54:31 pl 1.9.10.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [a82b7384259aacac2bb5df82b93a884d2b30a06e]

        INTEGRATION: CWS res32bit (1.1.1.1.174); FILE MERGED 2004/10/22 13:54:30 pl 1.1.1.1.174.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [358512aded96d7ae8e8dfda57ae88e814d4c71d7]

        INTEGRATION: CWS res32bit (1.2.46); FILE MERGED 2004/10/22 14:01:15 pl 1.2.46.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/22 13:54:29 pl 1.2.46.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [6bfcfba03758fa3f59f1856e56fc58e33b6129af]

        INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:29 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [1f4271df6501ad5a19aae651da29410b816a3073]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/27 17:50:54 pl 1.3.18.2: minor updates 2004/10/22 13:54:29 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [699ff1fe46824dd56dc52aed69a3b2c95882005b]

        INTEGRATION: CWS res32bit (1.2.146); FILE MERGED 2004/11/18 16:29:13 pl 1.2.146.4: #i34513# solved an access problem on non intel CPUs 2004/11/04 14:22:16 pl 1.2.146.3: #i34513# some short ints must remain short ints 2004/10/26 11:53:45 pl 1.2.146.2: fix an invalid write 2004/10/22 13:54:28 pl 1.2.146.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3e4118ea4cc15bc8bac513da1ded8de93ffd9a57]

        INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:28 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [45b797de4394dd001ad8b8cd3ef41360f6af01af]

        INTEGRATION: CWS res32bit (1.8.16); FILE MERGED 2004/10/22 13:54:28 pl 1.8.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [b655a1a41f7a375039830918643a79fe01450405]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/11/04 14:22:15 pl 1.3.18.2: #i34513# some short ints must remain short ints 2004/10/22 13:54:28 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [9c9ec837c8f1df9bcf2ac252b71a0e8b4a85a406]

        INTEGRATION: CWS res32bit (1.3.150); FILE MERGED 2004/10/22 13:54:27 pl 1.3.150.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [7cdc0209fa46b46e46a3c525f0af91e1c5b3d0e4]

        INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:27 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [84fb95845a6b98f1ec3151e71a37aae35da31cfa]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/22 13:54:26 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [be3999c3454aac029ddef8d75479e6d2c83327f4]

        INTEGRATION: CWS res32bit (1.3.16); FILE MERGED 2004/10/22 13:54:25 pl 1.3.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [d4adb05cc4876ee017ab05d43b010827ed0fb8b6]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/22 13:54:25 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [db0303f88e85f2e4afcbcb6020a4834ca2f397c0]

        INTEGRATION: CWS res32bit (1.5.26); FILE MERGED 2004/10/27 17:50:53 pl 1.5.26.2: minor updates 2004/10/22 13:54:24 pl 1.5.26.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [2d83432828f54f4ea6cdfc78454b145ef9d03983]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/22 13:54:23 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [dfb26bcf299eb7cca03564d594d59611f7f3b295]

        INTEGRATION: CWS res32bit (1.10.16); FILE MERGED 2004/10/26 15:52:24 pl 1.10.16.2: fix RSC_VERSIONCONTROL resource 2004/10/22 13:54:23 pl 1.10.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [38b88c0b1ccbd1650980f3d60a8cc1f7be86c442]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/27 17:50:32 pl 1.3.18.2: fix a vtable entry 2004/10/22 13:54:23 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [05e6b6812118f38bdb6f8e98cb3d8eca5cfaf716]

        INTEGRATION: CWS res32bit (1.4.16); FILE MERGED 2004/10/22 13:54:22 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [2f434dfae5765e2979e82e7eb026916526cd9cb4]

        INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:22 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [95ef9cb3aec2c17a5a6a406f8efc77511f02ae76]

        INTEGRATION: CWS res32bit (1.3.18); FILE MERGED 2004/10/22 13:54:22 pl 1.3.18.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [cf93f3443c21e6398b9c7496dce4f4a0fe5b94d8]

        INTEGRATION: CWS res32bit (1.2.152); FILE MERGED 2004/10/22 13:54:21 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [cee739380a02cfe30fff95c0a73acab971a01f14]

        INTEGRATION: CWS res32bit (1.33.138); FILE MERGED 2004/11/22 10:33:32 pl 1.33.138.1: #i34513# solve ambiguity

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [3f350cc383db4f28ac4d0fed0f7ae475725e7e6b]

        INTEGRATION: CWS res32bit (1.33.14); FILE MERGED 2004/11/22 16:00:14 pl 1.33.14.15: #i34513# solved an alignment problem 2004/11/18 14:12:02 pl 1.33.14.14: #i34146# make ResMgr independent of SolarMutex 2004/11/18 12:50:50 pl 1.33.14.13: #i34146# make ResMgr independent of SolarMutex 2004/11/18 10:24:22 pl 1.33.14.12: solved a Solaris compile problem 2004/11/17 18:19:39 pl 1.33.14.11: #i34300# implemented emergency case if no fallback can be found 2004/11/17 13:54:08 pl 1.33.14.10: #i34300# implemented resource wise fallback 2004/11/16 17:19:07 pl 1.33.14.9: #i34300# fallback implementation 2004/11/16 08:10:30 pl 1.33.14.8: #i34300# further praparations for resource wise fallback 2004/11/15 16:33:32 pl 1.33.14.7: #i34300# preparations for resourcewise fallback 2004/11/12 09:44:32 pl 1.33.14.6: #i34300# simplify ResMgr interface 2004/11/11 17:57:06 pl 1.33.14.5: #i34300# implement new resource file fallback mechanism 2004/11/04 14:38:45 pl 1.33.14.4: #i34513# more adjustments for resource 32bit change 2004/10/28 07:56:53 pl 1.33.14.3: backwards compatibility, solve ambiguities 2004/10/26 17:23:24 pl 1.33.14.2: contention issues 2004/10/22 16:53:00 pl 1.33.14.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [179356d58080da07c0154c35b341a3160824e80e]

        INTEGRATION: CWS res32bit (1.2.666); FILE MERGED 2004/10/28 13:56:40 pl 1.2.666.1: #i34513# remove unimplementable constructor

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [f259a9b542d01b96221c96c13742d364fd34c14b]

        INTEGRATION: CWS res32bit (1.4.644); FILE MERGED 2004/10/28 13:56:39 pl 1.4.644.1: #i34513# remove unimplementable constructor

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [326adb64dffcb500609bd0147c7c99965cc189bd]

        INTEGRATION: CWS res32bit (1.4.232); FILE MERGED 2004/11/17 18:19:40 pl 1.4.232.1: #i34300# implemented emergency case if no fallback can be found

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [b0b8659e11d83d9a6884995f6acc807286cff5b0]

        INTEGRATION: CWS res32bit (1.2.290); FILE MERGED 2004/11/05 14:24:33 pl 1.2.290.2: #i34513# more adjustments for resource 32bit change 2004/10/22 16:53:00 pl 1.2.290.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [ddcddd91b1730cf251ace1ce8534cc43163ac424]

        INTEGRATION: CWS res32bit (1.4.46); FILE MERGED 2004/11/17 18:19:39 pl 1.4.46.3: #i34300# implemented emergency case if no fallback can be found 2004/11/05 14:24:32 pl 1.4.46.2: #i34513# more adjustments for resource 32bit change 2004/10/22 16:53:00 pl 1.4.46.1: #i34513# free rsc of 32 bit constraints

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [2e952778d8480ee59ea64316e9c6dc515866fe49]

        INTEGRATION: CWS res32bit (1.2.186); FILE MERGED 2004/11/12 09:44:57 pl 1.2.186.1: #i34300# simplify ResMgr interface

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [99de205eec26db7a1232ce3ab8fae68326a6ad96]

        INTEGRATION: CWS res32bit (1.8.52); FILE MERGED 2004/11/16 09:07:22 pl 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/12 09:44:57 pl 1.8.52.1: #i34300# simplify ResMgr interface

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [50d7cae67f08e60ae636f3f9cb22a68262a15be3]

        INTEGRATION: CWS res32bit (1.16.118); FILE MERGED 2004/11/12 11:44:24 pl 1.16.118.1: #i34300# simplify ResMgr interface

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [955033240d67b2b57787bb2e7575a5b99af6e3ba]

        INTEGRATION: CWS res32bit (1.5.34); FILE MERGED 2004/11/19 08:59:43 pl 1.5.34.1: solved an ambiguity with new ResId

2005-01-03  Oliver Bolte  <obo@openoffice.org>  [6f48926898bc27b9304c7e135683a111391445fd]

        INTEGRATION: CWS res32bit (1.5.64); FILE MERGED 2004/11/12 13:51:02 pl 1.5.64.1: #i34300# simplify ResMgr interface

2005-01-03  Rüdiger Timm  <rt@openoffice.org>  [e484a7a0f72a7069875dc7bee57c6ba51c73ea7d]

        #i10000# Pull WNT case out of UNX condition.

2004-12-29  Oliver Bolte  <obo@openoffice.org>  [7deb05eb4fc68eafedeaaec00c9bd2f28484fd50]

        new version for SRC680

2004-12-28  Vladimir Glazounov  <vg@openoffice.org>  [4f1ce3fec0a5a1747986a97bdb1be0a72d55c55f]

        new version for SRC680

2004-12-28  Vladimir Glazounov  <vg@openoffice.org>  [a5dcd5bcf07298911198ca4358500f125e4f3b05]

        new version for SRC680

2004-12-28  Vladimir Glazounov  <vg@openoffice.org>  [48d8e5b14bbc7f2bc5d7bfcbaad9246fc3967aa8]

        new version for SRC680

2004-12-28  Vladimir Glazounov  <vg@openoffice.org>  [22b61725d475c0252605e40c6417ce1bf209dfe6]

        new version for SRC680

2004-12-28  Vladimir Glazounov  <vg@openoffice.org>  [d79434cf86a14dbda7d41b7cfcf9c0fecdf5a99c]

        new version for SRC680

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [cb651d7933ac97f5f2bbbce5676681005cee613c]

        SRC680

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [212d2388201092329e82fa236ab687b5faed630d]

        INTEGRATION: CWS scriptingf9 (1.12.10); FILE MERGED 2004/12/03 16:13:08 toconnor 1.12.10.1: #i38309# ensure that macro list is initialised

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [69858e075fd1c43873fa7a4448506d95922f0c26]

        INTEGRATION: CWS scriptingf9 (1.45.10); FILE MERGED 2004/12/03 16:13:07 toconnor 1.45.10.1: #i38309# ensure that macro list is initialised

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [4083cbe78a7e899fb0e6c610a91a7e25ce50803f]

        INTEGRATION: CWS scriptingf9 (1.35.142); FILE MERGED 2004/12/14 15:21:16 toconnor 1.35.142.2: RESYNC: (1.35-1.36); FILE MERGED 2004/12/01 15:43:24 toconnor 1.35.142.1: #i31395# fix numerous help id problems

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [56d7ac9ef0ebf81f4b0ff4775e7ac1a1ae274728]

        INTEGRATION: CWS scriptingf9 (1.8.2); FILE MERGED 2004/12/02 15:45:01 toconnor 1.8.2.2: #i36218# remove Basic specific code 2004/12/01 15:43:23 toconnor 1.8.2.1: #i31395# fix numerous help id problems

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [b1b1015e2d6331a7d541daa3738a8d332f5e69b0]

        INTEGRATION: CWS scriptingf9 (1.10.2); FILE MERGED 2004/12/02 15:45:01 toconnor 1.10.2.2: #i36218# remove Basic specific code 2004/12/01 15:43:23 toconnor 1.10.2.1: #i31395# fix numerous help id problems

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [15ecb4b987e91183f2e34b7ec27bf53b100dd7fd]

        INTEGRATION: CWS scriptingf9 (1.9.66); FILE MERGED 2004/11/11 11:54:06 toconnor 1.9.66.1: #i36703# getScript call needs to be in a try catch block

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [e0878e8dda4db41f0e519240a191d747aa19eab4]

        INTEGRATION: CWS scriptingf9 (1.4.178); FILE MERGED 2004/12/01 15:40:52 toconnor 1.4.178.1: #i32101# help id not assigned to correct listbox control

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [0a1e012452e49e237eb7c5dea7a35634d47cc6f6]

        INTEGRATION: CWS scriptingf9 (1.4.66); FILE MERGED 2004/12/01 15:40:54 toconnor 1.4.66.1: #i32101# help id not assigned to correct listbox control

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [bebb198c778a6ae1549fc005e3a3bbfbe2d923fd]

        INTEGRATION: CWS scriptingf9 (1.3.276); FILE MERGED 2004/12/01 15:40:55 toconnor 1.3.276.1: #i32101# help id not assigned to correct listbox control

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [63ed7165b6fbadcfaf9785714f618dff2089c292]

        INTEGRATION: CWS scriptingf9 (1.4.2); FILE MERGED 2004/12/01 15:40:56 toconnor 1.4.2.1: #i32101# help id not assigned to correct listbox control

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [ab6216a6ae2c0caade756ad5c4351759e88fa51e]

        INTEGRATION: CWS scriptingf9 (1.7.2); FILE MERGED 2004/12/01 15:43:23 toconnor 1.7.2.1: #i31395# fix numerous help id problems

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [5575760c1c09ba23aa5358570ee909998da35d03]

        INTEGRATION: CWS scriptingf9 (1.10.2); FILE MERGED 2004/12/14 15:05:12 toconnor 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/01 15:43:22 toconnor 1.10.2.1: #i31395# fix numerous help id problems

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [267bd9d3881258228fa57215f496a22450b77f1f]

        INTEGRATION: CWS scriptingf9 (1.57.100); FILE MERGED 2004/12/14 14:57:22 toconnor 1.57.100.2: RESYNC: (1.57-1.59); FILE MERGED 2004/12/01 15:43:21 toconnor 1.57.100.1: #i31395# fix numerous help id problems

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [9dc0a0c4289b7be205d3ae5b0079003cc70b82fa]

        INTEGRATION: CWS scriptingf9 (1.1.56); FILE MERGED 2004/11/24 16:42:37 toconnor 1.1.56.1: #i36849# only ship files that are needed for Highlight dialog

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [485405555d3978b125ba89a6d81659d1b3f6775a]

        INTEGRATION: CWS scriptingf9 (1.3.6); FILE MERGED 2004/11/12 11:37:25 toconnor 1.3.6.1: #i36913# make ActiveMSPList a member of fMasterScriptProviderFactory

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a80ee16c8c46f828d5cb348244f8c8f162194e98]

        INTEGRATION: CWS scriptingf9 (1.3.6); FILE MERGED 2004/11/12 11:37:24 toconnor 1.3.6.1: #i36913# make ActiveMSPList a member of fMasterScriptProviderFactory

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [1736a8dd35df881c68cafc00034cd66a1bb1c588]

        INTEGRATION: CWS scriptingf9 (1.6.6); FILE MERGED 2004/11/12 11:37:24 toconnor 1.6.6.1: #i36913# make ActiveMSPList a member of fMasterScriptProviderFactory

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [584091c98f52dbb3cb49ac60431fb8241a0e9b22]

        INTEGRATION: CWS scriptingf9 (1.7.6); FILE MERGED 2004/11/16 12:32:10 toconnor 1.7.6.2: #i36849# MasterScriptProviderFactory should handle empty Any 2004/11/12 11:37:24 toconnor 1.7.6.1: #i36913# make ActiveMSPList a member of fMasterScriptProviderFactory

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [bf10cd0f4d32c871a14bba075360e3d57fc35075]

        INTEGRATION: CWS scriptingf9 (1.19.6); FILE MERGED 2004/11/16 12:32:09 toconnor 1.19.6.1: #i36849# MasterScriptProviderFactory should handle empty Any

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [bbfef6db1fb005b31e06462f62b01e5811ba4604]

        INTEGRATION: CWS scriptingf9 (1.3.30); FILE MERGED 2004/12/02 10:24:32 toconnor 1.3.30.1: #i37976# need to load source before inserting when renaming script

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [5f4d17724f7323077191114486edff8cdce05b2f]

        INTEGRATION: CWS scriptingf9 (1.6.2); FILE MERGED 2004/12/02 10:24:32 toconnor 1.6.2.2: #i37976# need to load source before inserting when renaming script 2004/12/01 10:30:49 toconnor 1.6.2.1: #i37001# remove temporary workaround for tdoc problem

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [03c3c3d564e0162fc27cad6ded9c33bf3ef5e320]

        INTEGRATION: CWS scriptingf9 (1.4.22); FILE MERGED 2004/12/02 10:38:11 toconnor 1.4.22.2: #i37976# remove leftover debug statement 2004/12/02 10:24:32 toconnor 1.4.22.1: #i37976# need to load source before inserting when renaming script

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [ccc06c145e4a760b6958f11380d03f89d02a4ceb]

        INTEGRATION: CWS scriptingf9 (1.12.6); FILE MERGED 2004/12/02 10:24:31 toconnor 1.12.6.1: #i37976# need to load source before inserting when renaming script

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [fb1a9425e6de588be670ba662fcbfda321f85451]

        INTEGRATION: CWS scriptingf9 (1.1.2); FILE ADDED 2004/11/23 17:31:59 toconnor 1.1.2.1: #i36937# clean up structure of Java examples

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f4ebe93657a8a24001dcc104ac65aa8449328411]

        INTEGRATION: CWS scriptingf9 (1.1.2); FILE ADDED 2004/11/24 12:41:44 toconnor 1.1.2.2: #i36397# rename MemoryUsage document and use button instead of keybinding 2004/11/23 17:31:59 toconnor 1.1.2.1: #i36937# clean up structure of Java examples

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [41656a962bcdc8d58e072c5534ff8ff6207a9b3b]

        INTEGRATION: CWS scriptingf9 (1.1.2); FILE ADDED 2004/11/23 17:28:41 toconnor 1.1.2.1: #i36937# clean up structure of Java examples

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a63d7fc4d982ce7064e687f64adffba71c42612c]

        INTEGRATION: CWS scriptingf9 (1.1.2); FILE ADDED 2004/11/23 17:28:06 toconnor 1.1.2.1: #i36937# clean up structure of Java examples

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [c6fefe04901a83cc96d86f1d41e79843e96e002e]

        INTEGRATION: CWS scriptingf9 (1.9.22); FILE MERGED 2004/12/15 15:40:16 toconnor 1.9.22.3: #i36937# use new file extension for spreadsheet 2004/11/24 12:41:43 toconnor 1.9.22.2: #i36397# rename MemoryUsage document and use button instead of keybinding 2004/11/23 17:31:58 toconnor 1.9.22.1: #i36937# clean up structure of Java examples

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [efa22d7ba7c8631afad6acc6a7f4b001f2a9f322]

        INTEGRATION: CWS scriptingf9 (1.5.38); FILE MERGED 2004/11/24 16:42:36 toconnor 1.5.38.1: #i36849# only ship files that are needed for Highlight dialog

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a5c7c96f6929e08da2a3d259a2b5f3a3a6443914]

        INTEGRATION: CWS scriptingf9 (1.2.22); FILE MERGED 2004/11/24 15:00:49 toconnor 1.2.22.1: #i36937# remove out of date README and update toplevel README

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f56498300942650a8e2d7898cb4953ad49658b9e]

        INTEGRATION: CWS mhu05 (1.5.346); FILE MERGED 2004/12/06 08:49:49 kr 1.5.346.2: #i27888# fixed minor glitch: test reports fault despite there is none 2004/11/25 18:39:21 mhu 1.5.346.1: #i37371# Fixed unit test script mistakes.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [05943247a253dd6cc829d0b3b3f7ecdf3ebfc0b6]

        INTEGRATION: CWS mhu05 (1.31.42); FILE MERGED 2004/12/06 08:47:47 kr 1.31.42.2: #i27888# backed out search order changes - inheritance works again 2004/11/25 18:36:45 mhu 1.31.42.1: #i37371# Adapted to use internal function 'osl_bootstrap_getExecutableFile_Impl()' (restoring SYSBINDIR and Inheritance functionality), simplified usage of 'osl_readLine()', partial code cleanup.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [90923a2e01e52af9ccd5bdbc6c61449ea48ac99c]

        INTEGRATION: CWS mhu05 (1.29.12); FILE MERGED 2004/11/27 14:58:12 mhu 1.29.12.2: #i37371# Added documentation reference to issue. 2004/11/25 18:28:53 mhu 1.29.12.1: #i37371# Added function 'osl_bootstrap_getExecutableFile_Impl()' for internal use by rtl_bootstrap functions.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [5cfce128de5d020651e92264ffa91542a5d53c0c]

        INTEGRATION: CWS mhu05 (1.7.16); FILE MERGED 2004/11/27 14:58:11 mhu 1.7.16.3: #i37371# Added documentation reference to issue. 2004/11/25 18:28:31 mhu 1.7.16.2: #i37371# Added function 'osl_bootstrap_getExecutableFile_Impl()' for internal use by rtl_bootstrap functions. 2004/11/21 16:22:47 mhu 1.7.16.1: #i37260# Removed temp. 'CommandArgs not set' assertion.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [690264e239dc4c49ee781835b029f83e672b450e]

        INTEGRATION: CWS mhu05 (1.5.250); FILE MERGED 2004/12/01 19:29:08 mhu 1.5.250.2: #i37371# Fixed 'osl_readLine()' End-Of-File detection. 2004/11/25 18:30:13 mhu 1.5.250.1: #i37371# Fixed 'osl_readLine()' to correctly report End-Of-File condition.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [ae18678b4f531962950e799c4fc7d3f5320ba247]

        INTEGRATION: CWS mhu05 (1.5.330); FILE MERGED 2004/11/25 18:33:18 mhu 1.5.330.1: #i37371# Fixed 'strategy for retrieval of bootstrap values' documentation, clarifying the lookup order.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [c4b9b715991f60ff1c665434264844ecbaba31d1]

        INTEGRATION: CWS mhu05 (1.29.2); FILE MERGED 2004/11/27 18:44:40 mhu 1.29.2.1: #i26623# Removed obsolete calls to INetURLHistory::[SetLocation()|Delete()].

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [067a682b0766380c138dc3823f4f4f256eb39108]

        INTEGRATION: CWS mhu05 (1.41.2); FILE MERGED 2004/11/27 18:44:40 mhu 1.41.2.1: #i26623# Removed obsolete calls to INetURLHistory::[SetLocation()|Delete()].

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [61f9f45abdac792e2eeb85102dad1d7a34a54f2a]

        INTEGRATION: CWS mhu05 (1.3.8); FILE MERGED 2004/12/09 18:03:25 mhu 1.3.8.1: #i38646# Disabled internal commit (sync) to disk (STORE_FEATURE_COMMIT). Improved propagation of errors from fsync() and close() calls.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [2792cd9b705368b0b185c5837b27eddc804b11be]

        INTEGRATION: CWS mhu05 (1.6.4); FILE MERGED 2004/12/09 18:03:25 mhu 1.6.4.1: #i38646# Disabled internal commit (sync) to disk (STORE_FEATURE_COMMIT). Improved propagation of errors from fsync() and close() calls.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [c03c285854c7cf7917fd3250569663c0e0898153]

        INTEGRATION: CWS mhu05 (1.2.78); FILE MERGED 2004/12/09 18:03:25 mhu 1.2.78.1: #i38646# Disabled internal commit (sync) to disk (STORE_FEATURE_COMMIT). Improved propagation of errors from fsync() and close() calls.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [37330ce6bd216c1cedbf2dc99cd5359f53edd79b]

        INTEGRATION: CWS mhu05 (1.3.32); FILE MERGED 2004/12/09 18:03:24 mhu 1.3.32.1: #i38646# Disabled internal commit (sync) to disk (STORE_FEATURE_COMMIT). Improved propagation of errors from fsync() and close() calls.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f1e684a20272b159226e20e25fb0d6d0a7c77867]

        INTEGRATION: CWS mhu05 (1.2.78); FILE MERGED 2004/12/09 18:03:24 mhu 1.2.78.1: #i38646# Disabled internal commit (sync) to disk (STORE_FEATURE_COMMIT). Improved propagation of errors from fsync() and close() calls.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [18a6c0b56a003cd882e082f8d5f74ebf7a3e5608]

        INTEGRATION: CWS mhu05 (1.12.74); FILE MERGED 2004/12/09 18:03:24 mhu 1.12.74.1: #i38646# Disabled internal commit (sync) to disk (STORE_FEATURE_COMMIT). Improved propagation of errors from fsync() and close() calls.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [8d5bdf9b7be28be3e331b2fdce7f46e662c40b26]

        INTEGRATION: CWS mhu05 (1.5.8); FILE MERGED 2004/11/27 19:26:32 mhu 1.5.8.1: #i26623# Removed obsolete calls to INetURLHistory::[SetLocation()|Delete()].

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [c379abeaafb4e25f765a40397be6e50ae87415cf]

        INTEGRATION: CWS mhu05 (1.5.42); FILE MERGED 2004/11/27 19:26:32 mhu 1.5.42.1: #i26623# Removed obsolete calls to INetURLHistory::[SetLocation()|Delete()].

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [c1cf9df97ca7b7f3dcb3e426a58db1ce7173e453]

        INTEGRATION: CWS bm3 (1.68.20); FILE MERGED 2004/12/10 15:50:22 iha 1.68.20.1: #i26016# 'GotoBookmark' did not work because old view settings were restored afterwards

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [85bfdfddeab0252498d267581c6b7faa1f2c5825]

        INTEGRATION: CWS bm3 (1.11.1140); FILE MERGED 2004/12/13 08:21:55 bm 1.11.1140.2: #i38337# MID 0: return internal name in sequence instead of api-name 2004/12/10 14:47:34 bm 1.11.1140.1: #i38337# handle member-id 0 for bitmaps

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [2ef42a5e2b6a803e4e549ddd13a0cd85afcbd10e]

        INTEGRATION: CWS bm3 (1.24.8); FILE MERGED 2004/12/13 15:06:06 bm 1.24.8.1: #i38063# SDRATTR_GRAFCROP was not in itemset (regression from #i11190#)

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [0a26326273796a23f994f59ba7837e36543d10b0]

        INTEGRATION: CWS bm3 (1.7.8); FILE MERGED 2004/12/16 13:18:40 bm 1.7.8.2: #i32957# Formulas of circular arrow fixed according to shape in the gallery 2004/12/06 13:10:36 bm 1.7.8.1: #i38295# no filling for the two separate lines in the multidocument

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [101559f88022162ede229fe14366d394700816fe]

        INTEGRATION: CWS bm3 (1.7.8); FILE MERGED 2004/12/09 15:10:57 bm 1.7.8.2: arc functions: the vectors were not scaled correctly when having an ellipsis (fixed by sj) 2004/12/08 13:06:07 bm 1.7.8.1: allow coding of color-schemes into the type in the form col-xxxxxxxx, where xxxxxxxx is the hex-representation of the color string

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [d6a5ee4031189833ca9d9a92979cbd507665b633]

        INTEGRATION: CWS bm3 (1.7.4); FILE MERGED 2004/12/10 15:34:50 iha 1.7.4.1: #i26016# enable 'GotoBookmark' for already opened document

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [99332714154037b802acdb1c80259db066c5d6cf]

        INTEGRATION: CWS bm3 (1.34.4); FILE MERGED 2004/12/06 13:53:23 bm 1.34.4.1: #i32689# guides to front is default

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [698e1e1c82cfb31f74617029d4f45685af510376]

        INTEGRATION: CWS mmeeks03 (1.2.96); FILE MERGED 2004/12/20 13:04:33 mmeeks 1.2.96.1: Issue number: #i39335# Submitted by: mmeeks Trivial improvement to linkoo

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [47be31f831dbef0d758305f657a35a11d28c4467]

        INTEGRATION: CWS dr30 (1.143.32); FILE MERGED 2004/12/03 10:48:01 dr 1.143.32.3: RESYNC: (1.144-1.145); FILE MERGED 2004/12/02 17:29:42 dr 1.143.32.2: RESYNC: (1.143-1.144); FILE MERGED 2004/11/12 10:35:36 dr 1.143.32.1: #i31239# always disable form design mode

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [95086babc4562b48309c34d3347bb5f50c3cf2ee]

        INTEGRATION: CWS dr30 (1.14.56); FILE MERGED 2004/11/18 14:37:35 dr 1.14.56.1: #i36945# code changes

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [31598b06610c7c933acd93ef7ceaff0b7ca682ea]

        INTEGRATION: CWS dr30 (1.13.56); FILE MERGED 2004/11/11 15:07:13 dr 1.13.56.1: #i36997# skip Tahoma font in cell notes

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [3a5cbb4b8ff2860cdbe0af64d102a1de072e7121]

        INTEGRATION: CWS dr30 (1.9.90); FILE MERGED 2004/11/11 15:07:13 dr 1.9.90.1: #i36997# skip Tahoma font in cell notes

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f57b344b0d05a7245caac083709d091328251fb1]

        INTEGRATION: CWS dr30 (1.11.56); FILE MERGED 2004/11/10 14:32:34 dr 1.11.56.1: #i36945# speed up and improve palette reduction

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [9c57a8ab8a10941a9a0a2a6db38a6674ca3b0e33]

        INTEGRATION: CWS calc26 (1.87.82); FILE MERGED 2004/12/02 13:31:53 nn 1.87.82.2: RESYNC: (1.87-1.88); FILE MERGED 2004/11/17 16:28:00 nn 1.87.82.1: #117214# #i18202# collect formatted ranges for ScUniqueCellFormatsObj faster

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a7ceebdfc9fca88b723efd427b303b80143d159b]

        INTEGRATION: CWS dr30 (1.14.56); FILE MERGED 2004/11/18 15:25:21 dr 1.14.56.1: BIFF dumper: show defined names in formulas

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [18d9f6b15a12c35609b445b10c92016eff5bbedd]

        INTEGRATION: CWS dr30 (1.13.88); FILE MERGED 2004/11/18 14:37:34 dr 1.13.88.1: #i36945# code changes

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [e744d31cfe0da000423c47ad17050dd4f4c430a0]

        INTEGRATION: CWS calc26 (1.17.90); FILE MERGED 2004/12/02 13:27:18 nn 1.17.90.2: RESYNC: (1.17-1.18); FILE MERGED 2004/11/26 09:06:43 nn 1.17.90.1: #i37891# allow BegDragObj for moving several objects

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [dfe898cb338957da1e63dc6c622986938a9552e1]

        INTEGRATION: CWS dr30 (1.5.6); FILE MERGED 2004/11/26 10:40:56 dr 1.5.6.1: #i37355# IF function returns Ref

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [24d4d1632ddd37c13b536cf5859c291c33938300]

        INTEGRATION: CWS calc26 (1.9.86); FILE MERGED 2004/11/26 09:06:43 nn 1.9.86.1: #i37891# allow BegDragObj for moving several objects

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [961db51bba4688c1ca38f02cbd738d10ff7f9126]

        INTEGRATION: CWS dr30 (1.19.56); FILE MERGED 2004/11/11 15:06:17 dr 1.19.56.1: #i36997# skip Tahoma font in cell notes

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [b42a940e8f74892c2a70cde339126da1d637cebb]

        INTEGRATION: CWS calc26 (1.7.676); FILE MERGED 2004/11/08 17:36:29 nn 1.7.676.1: #b5071088# label ranges must be stored as strings until all sheets are loaded

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [34247b5cad8638441d26f818fa8ed308592edb99]

        INTEGRATION: CWS dr30 (1.16.56); FILE MERGED 2004/11/11 15:06:17 dr 1.16.56.1: #i36997# skip Tahoma font in cell notes

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [dbff6025ba0808dd248cebd29b760b0d9259fb51]

        INTEGRATION: CWS calc26 (1.77.88); FILE MERGED 2004/12/02 13:23:34 nn 1.77.88.2: RESYNC: (1.77-1.81); FILE MERGED 2004/11/08 17:36:28 nn 1.77.88.1: #b5071088# label ranges must be stored as strings until all sheets are loaded

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [763581c735f43782b806f288f51bc0c217d231a9]

        INTEGRATION: CWS dr30 (1.13.56); FILE MERGED 2004/11/11 15:06:16 dr 1.13.56.1: #i36997# skip Tahoma font in cell notes

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f8627030aac4c839fa1147ee2ebfb982b68e3881]

        INTEGRATION: CWS calc26 (1.103.82); FILE MERGED 2004/12/02 13:23:25 nn 1.103.82.2: RESYNC: (1.103-1.108); FILE MERGED 2004/11/08 17:36:28 nn 1.103.82.1: #b5071088# label ranges must be stored as strings until all sheets are loaded

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [4d9fcd673057963be9bcb5b5a61e06093e03c465]

        INTEGRATION: CWS dr30 (1.15.56); FILE MERGED 2004/11/10 14:32:24 dr 1.15.56.1: #i36945# speed up and improve palette reduction

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [686a521313b4254316daf8cdca16997b4e3fc06e]

        INTEGRATION: CWS calc26 (1.22.246); FILE MERGED 2004/11/29 17:38:39 nn 1.22.246.1: #i37959# handle document protection after the sheet settings

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [914c4f0f3fd0e6d4ecc31590c3190667c89f0f27]

        INTEGRATION: CWS dr30 (1.2.6); FILE MERGED 2004/11/26 14:29:35 dr 1.2.6.3: #i37945# exported chart causes Excel to crash 2004/11/24 17:07:20 dr 1.2.6.2: #i37355# tAttr handling completed 2004/11/17 17:09:44 dr 1.2.6.1: #i37355# regard missing function parameters entered in Calc

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [29d2f1ed02f653937457f524bb7212f3d79a6fe3]

        INTEGRATION: CWS calc26 (1.24.52); FILE MERGED 2004/12/16 11:32:33 nn 1.24.52.3: #i37794# Set full width on all imports regardless of alignment 2004/12/02 13:15:42 nn 1.24.52.2: RESYNC: (1.24-1.26); FILE MERGED 2004/11/26 11:16:55 jmarmion 1.24.52.1: #i37794# default to full width when importing centered text autoshapes from xls #i37900# remove connector fix for issue i12638 as it breaks this general case.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [fab89c59393b4eb5bf6744fb093e509eeca4026c]

        INTEGRATION: CWS dr30 (1.68.6); FILE MERGED 2004/11/16 11:30:29 dr 1.68.6.2: RESYNC: (1.68-1.69); FILE MERGED 2004/11/11 16:06:06 dr 1.68.6.1: #i37029# wrong assertion

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [7cd927c92e28dbace67436a3f9a51cbb7513a205]

        INTEGRATION: CWS calc26 (1.8.134); FILE MERGED 2004/11/25 11:12:26 nn 1.8.134.2: #b5017505# correct bug id 2004/11/25 11:07:39 nn 1.8.134.1: #b6174233# use number format exchange list also when copying styles

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a0ae3bcdafc980bd6e71f65e472e0569e517b86e]

        INTEGRATION: CWS dr30 (1.101.56); FILE MERGED 2004/11/16 11:29:44 dr 1.101.56.2: RESYNC: (1.101-1.102); FILE MERGED 2004/11/11 15:06:16 dr 1.101.56.1: #i36997# skip Tahoma font in cell notes

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [4d1618db1d1a6f856bbf34bb8169063e4e01130a]

        INTEGRATION: CWS calc26 (1.25.90); FILE MERGED 2004/11/25 11:12:26 nn 1.25.90.2: #b5017505# correct bug id 2004/11/25 11:07:38 nn 1.25.90.1: #b6174233# use number format exchange list also when copying styles

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [66eef74d1c2248b5232d291fb3fdb7545577f80d]

        INTEGRATION: CWS dr30 (1.31.6); FILE MERGED 2004/11/25 12:50:10 dr 1.31.6.1: #i37868# import of tRange operator in BIFF2

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f4b03a606f8698f3556f694105727031b9626620]

        INTEGRATION: CWS calc26 (1.26.86); FILE MERGED 2004/12/02 13:07:29 nn 1.26.86.2: RESYNC: (1.26-1.27); FILE MERGED 2004/12/01 19:28:46 nn 1.26.86.1: #i37941# TransferDrawPage: check IsValid before adjusting chart source data

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [e0e66ef4339e00853031347ce9f9e6ddb2af3aa1]

        INTEGRATION: CWS dr30 (1.73.54); FILE MERGED 2004/11/25 12:50:10 dr 1.73.54.5: #i37868# import of tRange operator in BIFF2 2004/11/24 17:07:20 dr 1.73.54.4: #i37355# tAttr handling completed 2004/11/18 15:25:20 dr 1.73.54.3: BIFF dumper: show defined names in formulas 2004/11/16 11:28:29 dr 1.73.54.2: RESYNC: (1.73-1.74); FILE MERGED 2004/11/15 13:15:52 dr 1.73.54.1: minor changes

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f8e9319e43075663b6e8c73a4f66f781b757acfa]

        INTEGRATION: CWS calc26 (1.36.88); FILE MERGED 2004/12/02 13:07:19 nn 1.36.88.3: RESYNC: (1.36-1.37); FILE MERGED 2004/11/25 11:12:26 nn 1.36.88.2: #b5017505# correct bug id 2004/11/25 11:07:38 nn 1.36.88.1: #b6174233# use number format exchange list also when copying styles

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [6a0d54dfe17598f2b3b9bccf74e32b390f088667]

        INTEGRATION: CWS calc26 (1.7.30); FILE MERGED 2004/11/10 18:17:28 nn 1.7.30.1: #116578# load and convert view state from sfx window data

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [e7c4c47feaf6b02b132c1f737eab5920a6da5e6d]

        INTEGRATION: CWS dr30 (1.9.80); FILE MERGED 2004/12/03 10:20:05 dr 1.9.80.2: RESYNC: (1.9-1.10); FILE MERGED 2004/11/25 12:20:24 dr 1.9.80.1: #i37860# uppercase menu entry

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [d22a1b7b55961c3b373a0202f3a214045a038d89]

        INTEGRATION: CWS calc26 (1.3.30); FILE MERGED 2004/11/10 18:17:12 nn 1.3.30.1: #116578# load and convert view state from sfx window data

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [300f9161caf278c81b64e05086f23880445fdb4a]

        INTEGRATION: CWS calc26 (1.3.60); FILE MERGED 2004/11/10 18:16:23 nn 1.3.60.1: #116578# load and convert view state from sfx window data

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [4f1ebfaa6b239b23b4bb76f895e2f775e8b8883b]

        INTEGRATION: CWS dr30 (1.27.12); FILE MERGED 2004/11/11 10:49:29 dr 1.27.12.1: #i36968# finally... correct symbol handling in complex values

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [80688f15ff5301863812c5dedd18e3c7b24307a5]

        INTEGRATION: CWS dr30 (1.44.8); FILE MERGED 2004/12/02 13:23:55 dr 1.44.8.2: RESYNC: (1.44-1.45); FILE MERGED 2004/11/11 10:49:28 dr 1.44.8.1: #i36968# finally... correct symbol handling in complex values

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [84891a0b489fd6a6f3a0e4a9113803779fe5056f]

        INTEGRATION: CWS calc26 (1.5.30); FILE MERGED 2004/11/10 18:16:53 nn 1.5.30.1: #116578# load and convert view state from sfx window data

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [8362d1ea7ff6c22af8737d086c8c365210afc710]

        INTEGRATION: CWS swqbugfixes10 (1.69.4); FILE MERGED 2004/12/13 07:55:49 od 1.69.4.2: RESYNC: (1.69-1.70); FILE MERGED 2004/11/30 09:23:24 od 1.69.4.1: #i38126# <SwDocShell::Notify(..)> - own action id for event LOADFINISHED 	 to avoid modified document due to this action.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [7793f0ef014c19d6d602e0d54811157d24b7ef55]

        INTEGRATION: CWS swqbugfixes10 (1.158.4); FILE MERGED 2004/12/07 09:29:10 od 1.158.4.2: RESYNC: (1.158-1.159); FILE MERGED 2004/12/06 13:36:17 od 1.158.4.1: #36649# - adjustments of horizontal positions left|right|inside|outside to 	  page|margin of frames and text boxes.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [dcd3e4cdd73b38113e16beea9c3d3b7ccf503846]

        INTEGRATION: CWS swqbugfixes10 (1.124.4); FILE MERGED 2004/12/06 13:36:17 od 1.124.4.1: #36649# - adjustments of horizontal positions left|right|inside|outside to 	  page|margin of frames and text boxes.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [c03feef8c15eb953cab1481da38723ac719a5b5a]

        INTEGRATION: CWS swqbugfixes10 (1.12.170); FILE MERGED 2004/11/29 12:55:44 od 1.12.170.1: #i35143# <HTMLTable::InsertCol(..)> - no columns, if rows already exist

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [8f0f4e82cb813387a204fc3ef6db86ab138138f1]

        INTEGRATION: CWS swqbugfixes10 (1.30.4); FILE MERGED 2004/12/13 07:55:30 od 1.30.4.2: RESYNC: (1.30-1.31); FILE MERGED 2004/11/29 16:26:51 od 1.30.4.1: #37248# <SwWriter::Write(..)> - only modifications at a new document

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [239be0a5770951d57754214d23f45a123112dd38]

        INTEGRATION: CWS swqbugfixes10 (1.60.4); FILE MERGED 2004/12/07 09:24:30 od 1.60.4.2: RESYNC: (1.60-1.61); FILE MERGED 2004/11/29 14:24:08 od 1.60.4.1: #i35007# - no adjustment of position attributes on set of transformation.          - correct handling of position of as-character anchored objects.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [cc592ebea31f2d24e9254fe843595e0529875302]

        INTEGRATION: CWS swqbugfixes10 (1.4.474); FILE MERGED 2004/11/29 10:32:53 fme 1.4.474.1: #i37739# Sorting of tables in frame without prev/next makes it necessary to use Node2Layout::RestoreUpperFrms instead of MakeFrms

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [e224fba02bebb5eecd0623114e3b04c89d211d16]

        INTEGRATION: CWS swqbugfixes10 (1.19.34); FILE MERGED 2004/11/29 09:52:42 fme 1.19.34.1: #i37686# Minimium tab width for centered tab stops

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [7035d361da4d1de17ba251648ff7fda24c6dd91f]

        INTEGRATION: CWS swqbugfixes10 (1.50.4); FILE MERGED 2004/12/03 15:52:14 od 1.50.4.1: #115759# - <SwTxtFly::GetTop(..)> - refine frame for context checking inside table

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [399efeb1420bacb1ea5f72b225f4c78ec891db29]

        INTEGRATION: CWS swqbugfixes10 (1.34.364); FILE MERGED 2004/11/30 11:31:23 od 1.34.364.1: #i35635# - adjustment to bring drawing objects into visible layer 	   as late as possible.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [cedd74f1a5f7fc99d1289ca4a7ed3c9f436cb2b0]

        INTEGRATION: CWS swqbugfixes10 (1.87.34); FILE MERGED 2004/12/07 09:22:47 od 1.87.34.2: RESYNC: (1.87-1.88); FILE MERGED 2004/11/29 11:52:30 fme 1.87.34.1: #i34348# Underflow with negative numbering indent values

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [2a2f9a30dc67bb64860333b83b0489bc610da48f]

        INTEGRATION: CWS swqbugfixes10 (1.44.154); FILE MERGED 2004/11/29 11:52:29 fme 1.44.154.1: #i34348# Underflow with negative numbering indent values

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [2fabb435742f912634738d59b6bf07f0e7d04aba]

        INTEGRATION: CWS swqbugfixes10 (1.54.4); FILE MERGED 2004/12/03 15:50:42 od 1.54.4.1: #115759# <SwTxtFrm::AdjustFrm(..)> - check for valid lower in table

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [2d9859297c3e11fd43d76f13951c800526f24fd1]

        INTEGRATION: CWS swqbugfixes10 (1.69.4); FILE MERGED 2004/12/03 15:48:57 od 1.69.4.2: #115759# - <lcl_InvalidateLowerObjs(..)> - refined invalidation of objects. 	 - <lcl_RecalcSplitLine(..)> - re-calc of last line to get correct height 	 - <lcl_CalcLowers(..)> - check, if format of content is possible. 	 - <lcl_InnerCalcLayout(..)> - always format table frames. 	 - <lcl_CalcLayout(..)> - additional for of content. 	 - <SwRowFrm::Format(..)> - correct border space calculation. 	 - <lcl_ArrangeLowers(..)> - refined invalidation of objects. 	 - <lcl_CalcHeightOfFirstContentLine(..)> - correct considerations 	   of spaces, especially for 'master' and 'follow' frame. 2004/11/29 11:05:09 fme 1.69.4.1: #118411# Do not call lcl_CalcHeightOfFirstCntntLine is row has not been formatted yet.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [277fe2a69f322ff6d6f53ec88d739d49a1c466e4]

        INTEGRATION: CWS swqbugfixes10 (1.5.4); FILE MERGED 2004/12/07 09:22:06 od 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/03 15:42:32 od 1.5.4.1: #115759# - avoid follow format, if it's not needed.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f9bed057e4ae2614f8139ff22d0b45c96221a093]

        INTEGRATION: CWS swqbugfixes10 (1.4.4); FILE MERGED 2004/11/29 16:09:30 od 1.4.4.1: #i34753# - no <MakeObjPos()> for at-page and at-fly anchored Writer fly 	   frame under certain conditions.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [13350354fa82cbbe6df2f3d7b472b48838925758]

        INTEGRATION: CWS swqbugfixes10 (1.3.4); FILE MERGED 2004/12/03 15:41:12 od 1.3.4.1: #115759# - refine condition in <SwMovedFwdFrmsByObjPos::DoesRowContainMovedFwdFrm(..)>

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a693d62a9ce7f7709de2110499c48a08bdaa7ace]

        INTEGRATION: CWS swqbugfixes10 (1.71.4); FILE MERGED 2004/12/08 10:58:50 od 1.71.4.3: #115759# - <SwFrmNotify::~SwFrmNotify()> - no invalidation of position 	   of as-character anchored object, because its position has to 	   be already calculated during the format of the anchor frame. 2004/12/03 15:40:02 od 1.71.4.2: #115759# - correct [de]registeration of objects during <Save|RestoreCntnt> 2004/11/30 11:27:52 od 1.71.4.1: #i35635# - adjustments to bring drawing objects into visible layer 	   as late as possible

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [d19fd7ce23a1f0c39ef798e874370e707717746a]

        INTEGRATION: CWS swqbugfixes10 (1.38.4); FILE MERGED 2004/11/29 16:09:31 od 1.38.4.2: #i34753# - no <MakeObjPos()> for at-page and at-fly anchored Writer fly 	   frame under certain conditions. 2004/11/29 15:36:45 od 1.38.4.1: #i37068# - handling of <mbNoMoveOnCheckClip>

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [14a2ca6256b94adc50d9c3c564ffeee439994857]

        INTEGRATION: CWS swqbugfixes10 (1.11.154); FILE MERGED 2004/12/03 15:38:25 od 1.11.154.1: #115759# new method <SwFlyInCntFrm::_ActionOnInvalidation(..)>

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [44633964cef2b47ab26cb913c6c4f442d3124d22]

        INTEGRATION: CWS swqbugfixes10 (1.44.4); FILE MERGED 2004/11/29 15:36:44 od 1.44.4.1: #i37068# - handling of <mbNoMoveOnCheckClip>

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f54fb121ab341648e812d9ce8aeb4b5386b46753]

        INTEGRATION: CWS swqbugfixes10 (1.65.4); FILE MERGED 2004/12/03 15:37:14 od 1.65.4.4: #115759# <SwFrm::InvalidateObjs(..)> - unlock its position, if anchored 	 object isn't registered at the page, where its anchor character 	 text frame is on, respectively if it has no anchor character text frame. 2004/11/30 11:27:51 od 1.65.4.3: #i35635# - adjustments to bring drawing objects into visible layer 	   as late as possible 2004/11/29 15:36:44 od 1.65.4.2: #i37068# - handling of <mbNoMoveOnCheckClip> 2004/11/29 14:44:44 od 1.65.4.1: #i34948# <SwFlyFrm::ChgRelPos(..)> - handle at-page and at-fly anchored 	 Writer fly frames.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [b49458f517bf0519c31cc133a27274785597f31b]

        INTEGRATION: CWS swqbugfixes10 (1.43.4); FILE MERGED 2004/12/03 15:35:30 od 1.43.4.2: #115759# - <SwFlowFrm::MoveSubTree(..)> - invalidate printing area of            previous frame, if it's in a table 	 - <SwFlowFrm::CalcLowerSpace(..)> - no additional lower space 	   as last in table cell, if text frame has a follow. 	 - <SwFlowFrm::MoveBwd(..)> - text frames, which are directly 	   inside tables aren't allowed to move backward. 2004/11/29 11:14:44 fme 1.43.4.1: #i37084# SwFlowFrm::MoveBwd for footnotes should not rely on the result of FindLastCntnt, it may return 0 with nested sections

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [43e84aea12a402358c967fef8cc757dc6d5e7515]

        INTEGRATION: CWS swqbugfixes10 (1.30.154); FILE MERGED 2004/11/30 15:38:39 fme 1.30.154.1: #118411# Do not call lcl_CalcHeightOfFirstCntntLine is row has not been formatted

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [c12642af03629a9685f1bbf10c2002baec09d382]

        INTEGRATION: CWS swqbugfixes10 (1.51.4); FILE MERGED 2004/12/03 15:29:15 od 1.51.4.2: #115759# <SwCntntFrm::MakeAll()> - refine condition for perform PREP_ADJUST_FRM          on changed frame height after formatting the printing area. 2004/11/29 12:57:22 od 1.51.4.1: #i35143# <SwPageFrm::MakeAll()> - assure correct page height in online view.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [79d9cea3f2a24c4351f463bd780b1c640f6bf827]

        INTEGRATION: CWS swqbugfixes10 (1.8.4); FILE MERGED 2004/12/03 15:26:59 od 1.8.4.1: #115759# <SwAnchoredObject::GetVertPosOrientFrm()> is inline now

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [40181c7afe8aeec56e348c8b7be314f91e776a53]

        INTEGRATION: CWS swqbugfixes10 (1.8.4); FILE MERGED 2004/11/30 11:47:03 od 1.8.4.3: #118547# <SwAnchoredObject::InvalidateObjPos()> - correct invalidation for 	 as-character anchored drawing objects. 2004/11/30 11:27:51 od 1.8.4.2: #i35635# - adjustments to bring drawing objects into visible layer 	   as late as possible 2004/11/29 14:22:29 od 1.8.4.1: #i35007# <SwAnchoredDrawObject::_InvalidatePage(..) 	 - correct invalidation for as-character anchored drawing objects

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [c346b038d12ecded7ad3c0b186d96111a421827d]

        INTEGRATION: CWS swqbugfixes10 (1.9.4); FILE MERGED 2004/12/03 15:53:37 od 1.9.4.3: #115759# new method <SwFlyInCntFrm::_ActionOnInvalidation(..)> 2004/11/29 16:07:40 od 1.9.4.2: #i34753# class <SwFlyFreeFrm> - new member <mbNoMakePos> 2004/11/29 15:34:49 od 1.9.4.1: #i37068# class <SwFlyFreeFrm> - member <mbNoMoveOnCheckClip> instead of   	 <mbNoCheckClip>

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [8b4e5929aeffabffc74cc9f11b70240f32b7782a]

        INTEGRATION: CWS swqbugfixes10 (1.29.148); FILE MERGED 2004/11/29 10:51:36 fme 1.29.148.1: #i37476# Insert table row before table that consists of only one row that is split over two pages

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [45fa15a7c8cf2ae9f8d4ba2f66b73ba55ed5c083]

        INTEGRATION: CWS swqbugfixes10 (1.31.4); FILE MERGED 2004/12/06 10:32:23 fme 1.31.4.2: #i36664# Revert changes. Fix will be moved to cws os44 2004/11/29 14:54:32 fme 1.31.4.1: #i36664# Enhanced table selection of rows with split cells

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f3720693efe8824b3a8df7445a0bbc7f4a4d697e]

        INTEGRATION: CWS swqbugfixes10 (1.36.74); FILE MERGED 2004/11/30 11:32:45 od 1.36.74.1: #i35635# - adjustments to bring drawing objects into visible layer 	   as late as possible.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f125d8cdffa7514a32f32cbc4411daaa93cb7fbd]

        INTEGRATION: CWS swqbugfixes10 (1.16.44); FILE MERGED 2004/11/30 12:06:26 od 1.16.44.1: #117958# - create default properties for the <SdrObject> instance for 	   Writer fly frame.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [18018186978398adb412207ee0e4aaa20a60a6f2]

        INTEGRATION: CWS swqbugfixes10 (1.37.4); FILE MERGED 2004/11/30 11:30:14 od 1.37.4.3: #i35635# - adjustments to bring drawing objects into visible layer  	   as late as possible. 2004/11/29 14:25:46 od 1.37.4.2: #i35007# <SwDrawContact::_Changed(..)> - notification, if drawing object 	 is in its positioning process or if it isn't attached to a frame. 2004/11/29 13:07:52 od 1.37.4.1: #i35748# <SwFlyDrawContact::_GetOrdNumForNewRef(..)>          - use method <GetOrdNumDirect()> in order to avoid re-calculation            of order numbers.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [8cc36746c91630be35ab7373c0bf2f052d2ebc5c]

        INTEGRATION: CWS swqbugfixes10 (1.11.274); FILE MERGED 2004/11/29 10:32:52 fme 1.11.274.1: #i37739# Sorting of tables in frame without prev/next makes it necessary to use Node2Layout::RestoreUpperFrms instead of MakeFrms

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a813c42a101419ec6cca3183e19d7f62496e5231]

        INTEGRATION: CWS swqbugfixes10 (1.27.76); FILE MERGED 2004/12/07 09:19:23 od 1.27.76.2: RESYNC: (1.27-1.28); FILE MERGED 2004/11/30 11:33:39 od 1.27.76.1: #i35635# - adjustments to bring drawing objects into visible layer 	   as late as possible.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [30681cad56584509fdcaae3d35a8efb80cd6cfeb]

        INTEGRATION: CWS swqbugfixes10 (1.29.44); FILE MERGED 2004/11/30 11:33:41 od 1.29.44.1: #i35635# - adjustments to bring drawing objects into visible layer 	   as late as possible.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [ac121966ea3dcfd69b2e878807189decdecf2c90]

        INTEGRATION: CWS swqbugfixes10 (1.10.154); FILE MERGED 2004/12/06 10:31:28 fme 1.10.154.2: #i36664# Revert changes. Fix will be moved to cws os44 2004/11/29 14:54:31 fme 1.10.154.1: #i36664# Enhanced table selection of rows with split cells

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [13d8a1d886fb9cde5abf50f3d4c1e4ccd13a3727]

        INTEGRATION: CWS swqbugfixes10 (1.48.4); FILE MERGED 2004/12/13 07:54:25 od 1.48.4.2: RESYNC: (1.48-1.49); FILE MERGED 2004/11/29 10:09:06 fme 1.48.4.1: #i37515# No bInFrontOfLabel during selection

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [51c3fe6bf3d3de8e8e1d9ea173e419c9e72584a3]

        INTEGRATION: CWS swqbugfixes10 (1.12.774); FILE MERGED 2004/11/29 15:40:52 od 1.12.774.1: #111714# <deselectAccessibleChild(..)> - handle index as global child index 	 <SwAccessibleTable::[de]selectAccessibleChild(..)> - no [de]select, 	 if child is already [de]selected.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a6ef649e5fd1fccd7d00ea9c960b707bdc286159]

        INTEGRATION: CWS swqbugfixes10 (1.22.274); FILE MERGED 2004/11/29 15:40:52 od 1.22.274.1: #111714# <deselectAccessibleChild(..)> - handle index as global child index 	 <SwAccessibleTable::[de]selectAccessibleChild(..)> - no [de]select, 	 if child is already [de]selected.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [8f79475fa999526cb9c5d3f5503a4957a7694ab8]

        INTEGRATION: CWS swqbugfixes10 (1.5.774); FILE MERGED 2004/11/29 15:40:51 od 1.5.774.1: #111714# <deselectAccessibleChild(..)> - handle index as global child index 	 <SwAccessibleTable::[de]selectAccessibleChild(..)> - no [de]select, 	 if child is already [de]selected.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [581fb08c558e6db7d6d5af5eb80cc5367018bb5d]

        INTEGRATION: CWS swqbugfixes10 (1.9.274); FILE MERGED 2004/11/29 15:40:51 od 1.9.274.1: #111714# <deselectAccessibleChild(..)> - handle index as global child index 	 <SwAccessibleTable::[de]selectAccessibleChild(..)> - no [de]select, 	 if child is already [de]selected.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [850cac0d97d252dcc595970240100440185819d6]

        INTEGRATION: CWS swqbugfixes10 (1.31.756); FILE MERGED 2004/11/29 15:40:51 od 1.31.756.1: #111714# <deselectAccessibleChild(..)> - handle index as global child index 	 <SwAccessibleTable::[de]selectAccessibleChild(..)> - no [de]select, 	 if child is already [de]selected.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [89aafb8d65fb0a6c4241c17b94604bbd98606e6a]

        INTEGRATION: CWS swqbugfixes10 (1.58.34); FILE MERGED 2004/12/03 15:21:52 od 1.58.34.1: #111714# <deselectAccessibleChild(..)> - handle index as global child index          <SwAccessibleTable::[de]selectAccessibleChild(..)> - no [de]select,          if child is already [de]selected.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [ec82400b2596e8895522c18e5e0a528a4081f453]

        INTEGRATION: CWS swqbugfixes10 (1.16.774); FILE MERGED 2004/11/29 15:40:50 od 1.16.774.1: #111714# <deselectAccessibleChild(..)> - handle index as global child index 	 <SwAccessibleTable::[de]selectAccessibleChild(..)> - no [de]select, 	 if child is already [de]selected.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [2d5c6cb8e5b9a02998c72774976038c7862a9027]

        INTEGRATION: CWS swqbugfixes10 (1.24.152); FILE MERGED 2004/11/29 15:40:50 od 1.24.152.1: #111714# <deselectAccessibleChild(..)> - handle index as global child index 	 <SwAccessibleTable::[de]selectAccessibleChild(..)> - no [de]select, 	 if child is already [de]selected.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [83791d780753d63584644789780cb7f039146669]

        INTEGRATION: CWS swqbugfixes10 (1.8.4); FILE MERGED 2004/12/03 15:22:44 od 1.8.4.1: #115759# class <SwAnchoredObject> - new method <ClearVertPosOrientFrm()>

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [18ef09bb239644b832831dd6851cd70713c815ba]

        INTEGRATION: CWS extrasbetafixes1 (1.3.4); FILE MERGED 2004/12/06 15:14:55 ih 1.3.4.1: #i38497# templates reconverted Issue number: Submitted by: Reviewed by:

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [968bf11e63485858f9d2191de0fcccf8fc6a45d9]

        INTEGRATION: CWS kso12 (1.71.16); FILE MERGED 2004/12/10 16:41:06 kso 1.71.16.1: #35323# - libcurl.so -> libcurl.so.3

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [622963d51216246330d1bfdc216a8d841cbb3833]

        INTEGRATION: CWS kso12 (1.4.64); FILE MERGED 2004/12/02 13:47:56 kso 1.4.64.1: #110502# - When using default parameters, all examples are now guaranteed            to work without throwing an exception, even if executed the            second, third, fourth, ... time.          - 'make clean' now removes files created by the examples.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a93900fa0eeaa15fcf5e51337fd808e4a4656655]

        INTEGRATION: CWS kso12 (1.4.64); FILE MERGED 2004/12/02 13:47:55 kso 1.4.64.1: #110502# - When using default parameters, all examples are now guaranteed            to work without throwing an exception, even if executed the            second, third, fourth, ... time.          - 'make clean' now removes files created by the examples.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [18859d9dfd17adb7768a01a46f1cd4d16c1c5970]

        INTEGRATION: CWS kso12 (1.4.64); FILE MERGED 2004/12/02 13:47:54 kso 1.4.64.1: #110502# - When using default parameters, all examples are now guaranteed            to work without throwing an exception, even if executed the            second, third, fourth, ... time.          - 'make clean' now removes files created by the examples.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [b05ce5125d839f91dfc01778ee7081d645aaef68]

        INTEGRATION: CWS kso12 (1.4.32); FILE MERGED 2004/12/02 13:47:54 kso 1.4.32.1: #110502# - When using default parameters, all examples are now guaranteed            to work without throwing an exception, even if executed the            second, third, fourth, ... time.          - 'make clean' now removes files created by the examples.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [4529179fc41120d4a19c1f694f54af7f1f9cefb0]

        INTEGRATION: CWS kso12 (1.4.64); FILE MERGED 2004/12/02 13:47:53 kso 1.4.64.1: #110502# - When using default parameters, all examples are now guaranteed            to work without throwing an exception, even if executed the            second, third, fourth, ... time.          - 'make clean' now removes files created by the examples.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [cfaed529ad9a2d61c748d29211966febc121ee41]

        INTEGRATION: CWS kso12 (1.4.64); FILE MERGED 2004/12/02 13:47:52 kso 1.4.64.1: #110502# - When using default parameters, all examples are now guaranteed            to work without throwing an exception, even if executed the            second, third, fourth, ... time.          - 'make clean' now removes files created by the examples.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [1de30ac54ba2416cb2678a126eedf1b351b5f661]

        INTEGRATION: CWS kso12 (1.1.86); FILE MERGED 2004/12/10 16:40:15 kso 1.1.86.2: #35323# - need to deliver libcurl.so.3 2004/12/07 14:45:09 kso 1.1.86.1: #i35323# - switched to curl 7.12.2 (because of important IPv6 fixes)          - enabled IPv6 now even on Windows          - some Windows build enhancements (debug support/smaller dll)

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [448f532e83e868f5530b93351256eb0d634e3b6c]

        INTEGRATION: CWS kso12 (1.1.2); FILE ADDED 2004/12/07 14:45:06 kso 1.1.2.1: #i35323# - switched to curl 7.12.2 (because of important IPv6 fixes)          - enabled IPv6 now even on Windows          - some Windows build enhancements (debug support/smaller dll)

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [037f7f180b3c287e48661d87f2daefb8dc842fcc]

        INTEGRATION: CWS kso12 (1.9.4); FILE MERGED 2004/12/14 11:09:51 kso 1.9.4.5: #i38726# - Added CONVERTFILES to handle files to patch that have CRLF line ends. 2004/12/10 16:40:13 kso 1.9.4.4: #35323# - need to deliver libcurl.so.3 2004/12/08 12:52:59 kso 1.9.4.3: #i35323# - need to deliver curlver.h 2004/12/07 15:17:25 kso 1.9.4.2: #i35323# - patch file must be checked in as binary!          - Windows: don't use winmm.dll anymore 2004/12/07 14:45:05 kso 1.9.4.1: #i35323# - switched to curl 7.12.2 (because of important IPv6 fixes)          - enabled IPv6 now even on Windows          - some Windows build enhancements (debug support/smaller dll)

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [44ff98d3565507aff2e1bc0bd47c3b8d643fbe5b]

        INTEGRATION: CWS kso12 (1.2.158); FILE MERGED 2004/12/02 08:47:30 kso 1.2.158.1: #i37781# - Fixed exception handling. No more 'unexpected' exceptions from            CommandProcessorInfo::getCommands() and            PropertySetInfo::getProperties().

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [55d6db12ff6d60a4f8f8bfcd169e4466917b19f6]

        INTEGRATION: CWS kso12 (1.8.18); FILE MERGED 2004/12/02 08:47:29 kso 1.8.18.1: #i37781# - Fixed exception handling. No more 'unexpected' exceptions from            CommandProcessorInfo::getCommands() and            PropertySetInfo::getProperties().

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [2230321044f9c0c25eaa3f0a3e63a202dd1bb943]

        INTEGRATION: CWS kso12 (1.36.26); FILE MERGED 2004/12/14 11:14:18 hjs 1.36.26.1: #i38726# handle dos lineend files for patching

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a77702719fc8e3fc59a61967b65288f8e49f16d6]

        INTEGRATION: CWS kso12 (1.60.14); FILE MERGED 2004/12/14 11:14:18 hjs 1.60.14.1: #i38726# handle dos lineend files for patching

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [b5726439c149edbd57f65e81ce6403ab783e8c61]

        INTEGRATION: CWS kso12 (1.1.2); FILE ADDED 2004/12/14 11:17:12 hjs 1.1.2.1: #i38726# handle dos lineend files for patching

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [07b784f25214bb1628a6c0587234eb1b68089f29]

        INTEGRATION: CWS kso12 (1.14.26); FILE MERGED 2004/12/02 08:43:39 kso 1.14.26.1: #i37781# - Improved commandinfo handling for non-existing resources

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [9fa8ea7db7ebb772893e7ef3e8776aa5c7a3c1ff]

        INTEGRATION: CWS kso12 (1.45.26); FILE MERGED 2004/12/02 08:43:39 kso 1.45.26.1: #i37781# - Improved commandinfo handling for non-existing resources

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [384c64629e63674cd937d753b8e232a7e39f5a17]

        INTEGRATION: CWS kso12 (1.32.26); FILE MERGED 2004/12/01 09:33:55 kso 1.32.26.1: #i37459# - Now supplying "Pragma: no-cache" header with every request in            order to ensure to work always with the most recent data            available on server.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [7a26caf28ca1d709ae44546a02dc94e0c522afa1]

        INTEGRATION: CWS kso12 (1.5.6); FILE MERGED 2004/12/08 09:46:32 kso 1.5.6.1: #118624# - OfficeDocumentsManager::isOfficeDocument() now returns false for            docs which do not implement css.document.XStorageBasedDocument. Issue number: Submitted by: Reviewed by:

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [389a9e013fb3819999a80587cce7728262364029]

        INTEGRATION: CWS kso12 (1.17.26); FILE MERGED 2004/12/07 15:33:27 kso 1.17.26.2: #i35323# - Adapted to curl 7.12.2 2004/12/06 11:11:47 kso 1.17.26.1: #i35323# - IPv6 support

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [f0c4269b48e99959b467b83c158737c9e43eea91]

        INTEGRATION: CWS kso12 (1.4.208); FILE MERGED 2004/12/07 15:33:27 kso 1.4.208.1: #i35323# - Adapted to curl 7.12.2

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [acc8d933362724484a2f05f7a78f9522f6906c76]

        INTEGRATION: CWS kso12 (1.2.138); FILE MERGED 2004/12/07 15:33:27 kso 1.2.138.1: #i35323# - Adapted to curl 7.12.2

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [a9dd67efeadce56dfa093cb2e6c446726d2c869a]

        INTEGRATION: CWS extrasbetafixes1 (1.12.240); FILE MERGED 2004/12/06 15:15:55 ih 1.12.240.1: #i38400# new file formats included

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [25d3e3ea50c8adc2f1d06f0116b9143e18ea373a]

        INTEGRATION: CWS extrasbetafixes1 (1.39.24); FILE MERGED 2004/12/06 15:15:55 ih 1.39.24.1: #i38400# new file formats included

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [4c718914d0ebecf382b201cd2ee6d7bd6be3fa3b]

        INTEGRATION: CWS extrasbetafixes1 (1.36.24); FILE MERGED 2004/12/06 15:15:55 ih 1.36.24.1: #i38400# new file formats included

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [139ef51ffc3160d94519c79f98154e12d30fc43b]

        INTEGRATION: CWS extrasbetafixes1 (1.24.24); FILE MERGED 2004/12/06 15:16:19 ih 1.24.24.1: #i38400# new file formats included

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [932fdb05ebde6ab7f9f29ba16790fc346a2b5008]

        INTEGRATION: CWS extrasbetafixes1 (1.3.2); FILE MERGED 2004/12/08 15:24:13 tv 1.3.2.1: #i38500# #i38510# Peer for Frames needs to be created from ContainerWindow
        
        Submitted by:
        Reviewed by:

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [d9726faa97f7dc882acbe1ccc78c869e5c609179]

        INTEGRATION: CWS icontool05 (1.9.66); FILE MERGED 2004/12/17 14:08:17 tv 1.9.66.1: #i39036# corrected/removed corrupt images Issue number: Submitted by: Reviewed by:

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [7ba72ce81f12766813ce93834e5b15d655ef0bf0]

        INTEGRATION: CWS icontool05 (1.1.12); FILE MERGED 2004/12/16 15:07:05 tv 1.1.12.1: #i39036# conversion and removal of some bitmaps Issue number: Submitted by: Reviewed by:

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [6500098cb08e97d0e03c76c15616cfedd790a261]

        INTEGRATION: CWS mmeeks02 (1.114.28); FILE MERGED 2004/12/14 14:19:08 mmeeks 1.114.28.1: Issue number: #i38504# Submitted by: waratah Reviewed by:  ssa Fix gcc-3.3 build.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [cef1807339fabf46e2b25e0272cca97d835f0bf9]

        INTEGRATION: CWS mmeeks02 (1.2.28); FILE MERGED 2004/12/14 14:21:03 mmeeks 1.2.28.2: Issue number: #i38504# Submitted by: mmeeks Remove erroneous (int) cast. 2004/12/14 14:19:08 mmeeks 1.2.28.1: Issue number: #i38504# Submitted by: waratah Reviewed by:  ssa Fix gcc-3.3 build.

2004-12-23  Vladimir Glazounov  <vg@openoffice.org>  [e23a250b9f20b54ef3c769e419383a4db6bc1995]

        INTEGRATION: CWS mmeeks02 (1.61.36); FILE MERGED 2004/12/14 14:12:11 mmeeks 1.61.36.1: Issue number: #i38506# Submitted by: kendy Reviewed by:  mmeeks Fix gcc-3.3.3 build.

2004-12-22  Vladimir Glazounov  <vg@openoffice.org>  [1f2f4015712090dccbef1e2c74146ccaf89a32f5]

        #100000#

2004-12-21  Michael Meeks  <mmeeks@openoffice.org>  [28e7dd14a864e04e6d208b4409271b7d3fd302b6]

        Issue number: #i22148# Submitted by: mmeeks Yet more artwork - mapped to the new locations.

2004-12-21  Michael Meeks  <mmeeks@openoffice.org>  [4432850cd6f687c8fd313167f9a4794f4b0302c7]

        Issue number: #i22148# Submitted by: mmeeks More artwork.

2004-12-21  Michael Meeks  <mmeeks@openoffice.org>  [c61b250bf810cd3b0100c6bb17927c4309fd424d]

        Issue number: #i22148# Submitted by: mmeeks More missing / re-mapped icons.

2004-12-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [8776ec34cde534ada4407aba732cf19c6782cdae]

        #i10000#: copy_one_file(): restrict chmod to certain cases

2004-12-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a30e6d6f526390a5108c76e030af6d90d23893d]

        #i10000#: chmod() may fail because of access rights

2004-12-20  Vladimir Glazounov  <vg@openoffice.org>  [33d50e4754d40c01fa285fb3b7aa6940eeb54eb2]

        new version for SRC680

2004-12-20  Michael Meeks  <mmeeks@openoffice.org>  [fc41566c0bc8e28d39a468c4b1c90235e5d5e0bb]

        Issue number: #22148# Submitted by: mmeeks
        
        Novell, Industrial artwork.

2004-12-20  Rüdiger Timm  <rt@openoffice.org>  [dd04af066dfd7abf0964b650d5631b103466bc92]

        SRC680

2004-12-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a108417851601e6a52e46e3f2423374804be16d]

        INTEGRATION: CWS hrogtkremove (1.11.34); FILE MERGED 2004/12/17 16:15:48 hro 1.11.34.1: #i36989# Remove GTK references along with dead code

2004-12-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [30b63e8cf14526b36d6048fdb92b1520a5b3c458]

        INTEGRATION: CWS hrogtkremove (1.14.4); FILE MERGED 2004/12/20 09:20:15 hro 1.14.4.1: #i36989# Removed gtk+ from crashreporter

2004-12-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbe914357b57c83f324cd69e46d66178d4fc6402]

        INTEGRATION: CWS hrogtkremove (1.2.298); FILE MERGED 2004/12/20 09:30:55 hro 1.2.298.1: #i36989# Removed gtk references from crashrep

2004-12-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e4656d0e5f91295ca4adcd87c880d9fdaadb270]

        INTEGRATION: CWS hrogtkremove (1.1.314); FILE MERGED 2004/12/20 09:30:54 hro 1.1.314.1: #i36989# Removed gtk references from crashrep

2004-12-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fdfe8da7d70a95517fce438dcc863d8300df330]

        INTEGRATION: CWS hrogtkremove (1.19.6); FILE MERGED 2004/12/17 16:15:47 hro 1.19.6.1: #i36989# Remove GTK references along with dead code

2004-12-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7f8a934531b66e420a1a926361b1708be3fa615]

        INTEGRATION: CWS hrogtkremove (1.2.132); FILE MERGED 2004/12/17 16:15:47 hro 1.2.132.1: #i36989# Remove GTK references along with dead code

2004-12-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb658c59681e18d12e90fa0f921a80e6d44a8cbe]

        INTEGRATION: CWS hrogtkremove (1.6.34); FILE MERGED 2004/12/17 16:15:47 hro 1.6.34.1: #i36989# Remove GTK references along with dead code

2004-12-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea5810c940224888e85668227acd21135b68db2e]

        INTEGRATION: CWS hrogtkremove (1.8.12); FILE MERGED 2004/12/17 16:15:47 hro 1.8.12.1: #i36989# Remove GTK references along with dead code

2004-12-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [037cf805908d03022c7999db272eefcf0e096bc2]

        #i10000#: no special characters in makefile,mk's, please

2004-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1fc7394d452c59c1f0c2ec806c4cd5703476a2e6]

        #i10000# disable unresolved external check for solaris - caused by baseline/gtk requirement conflict in SO env

2004-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [939b46db62d277372210928ae23170e910e138b9]

        #i10000# duplicate flags

2004-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [06993f516e9f2223d5c1631e1df89e09d4e96208]

        #i10000# fix link step

2004-12-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9da6f052fc3389f25937d7a0c33091f271fccc81]

        #i10000#: pkg-config for GTK only

2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [14fb16a998da210117dc54a0ccdf7b9b5a773ae0]

        new version for SRC680

2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [dfcfd8a64dc4be4f6fb9d96d366cd2ff8aa70026]

        new version for SRC680

2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [fb128da6a3e7f1c9e77b41ab040de86c9d9d9935]

        new version for SRC680

2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [dbfada9405997ce8c3fb60a338504c3b05ebeb99]

        new version for SRC680

2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [1d1d80b67163778556cced0574ce65accdd3e207]

        new version for SRC680

2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [649e1aa10a499ba9d3a400b3f3c6807e7e7ed7cb]

        new version for SRC680

2004-12-16  Vladimir Glazounov  <vg@openoffice.org>  [0b85e541dafffa99ec6c33533efd0a3d967a8d5a]

        new version for SRC680

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [1751976df7b82960af987af2bdbf9543cc049c4d]

        SRC680

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [42a5f0ea6fb6a79dae9e0158dc8b8f1b4119cac5]

        INTEGRATION: CWS helpaux (1.21.94); FILE MERGED 2004/12/06 13:53:15 hjs 1.21.94.1: #i36415# support for helpcontent2 auxiliary language problem

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [2f12a1100a9c6fcd73a7d80bb386273fb4056751]

        INTEGRATION: CWS helpaux (1.148.32); FILE MERGED 2004/12/06 13:53:14 hjs 1.148.32.1: #i36415# support for helpcontent2 auxiliary language problem

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [f175477bfe84158228ac213923f90ee1eb123e48]

        INTEGRATION: CWS helpaux (1.154.28); FILE MERGED 2004/12/07 17:25:15 fpe 1.154.28.2: RESYNC: (1.154-1.156); FILE MERGED 2004/12/06 13:53:14 hjs 1.154.28.1: #i36415# support for helpcontent2 auxiliary language problem

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [293a4dfdf65be02e5d3628f42b43c89226f7d25e]

        INTEGRATION: CWS helpaux (1.20.94); FILE MERGED 2004/12/06 13:53:14 hjs 1.20.94.1: #i36415# support for helpcontent2 auxiliary language problem

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [915611e6ef06e7993bfe4841e43ff572d2348b47]

        INTEGRATION: CWS jl15 (1.8.12); FILE MERGED 2004/12/01 12:54:57 jl 1.8.12.2: #i35985# 2004/11/30 15:45:08 jl 1.8.12.1: #i35985# using CSC and VBC macros

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [d155c22890867e7393ed8004ea2e4515d0ad071b]

        INTEGRATION: CWS pbbeta03 (1.58.52); FILE MERGED 2004/12/15 11:18:08 pb 1.58.52.1: fix: #i34986# GetDefaultHelpModule() added

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [0bc71c797b29d9d4d73c7dd10446e34570f12479]

        INTEGRATION: CWS pbbeta03 (1.51.154); FILE MERGED 2004/12/15 11:19:00 pb 1.51.154.1: fix: #i34986# IndexTabPage_Impl: String sSharedFactory added

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [22fe401ab78ecc3f57b6711579f8957bd119a7de]

        INTEGRATION: CWS pbbeta03 (1.102.18); FILE MERGED 2004/12/15 11:20:46 pb 1.102.18.2: fix: #i34986# replace module 'shared' with default module 2004/12/15 10:59:45 pb 1.102.18.1: fix: #i37528# title corrected

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [5acb803b4af1bd6e1144a7d3df7a40ad9efed847]

        INTEGRATION: CWS pbbeta03 (1.15.148); FILE MERGED 2004/12/15 11:17:58 pb 1.15.148.1: fix: #i34986# GetDefaultHelpModule() added

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [29bc713ede3dc083712ec497677a72eb93371b9a]

        INTEGRATION: CWS pbbeta03 (1.14.16); FILE MERGED 2004/12/15 11:43:57 pb 1.14.16.1: fix: #i38743# no menubar if frame isn't top

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [4e9886866209a8e58d3929a5d339e6033c886801]

        INTEGRATION: CWS jl15 (1.8.12); FILE MERGED 2004/12/01 12:54:57 jl 1.8.12.2: #i35985# 2004/11/30 15:45:08 jl 1.8.12.1: #i35985# using CSC and VBC macros

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [e7f7d511a3ad39faef431bdfc2a79fa090d0b5f7]

        INTEGRATION: CWS jl15 (1.2.2); FILE MERGED 2004/11/26 10:07:40 jl 1.2.2.1: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [39e505a152568d3522c7239d4ec4c9ecb481d1f0]

        INTEGRATION: CWS jl15 (1.3.2); FILE MERGED 2004/11/26 10:07:40 jl 1.3.2.2: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN 2004/11/24 12:46:18 jl 1.3.2.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [a6f9eb2cc50ad33ea49931636a82a66ef2d86836]

        INTEGRATION: CWS jl15 (1.5.2); FILE MERGED 2004/11/24 12:46:18 jl 1.5.2.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [8a01cf84c2e39b01e6a7e8263375b3b421390e06]

        INTEGRATION: CWS jl15 (1.22.2); FILE MERGED 2004/11/26 10:07:40 jl 1.22.2.2: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN 2004/11/24 12:46:18 jl 1.22.2.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [95738ed3f88b3def11f6b8464367ed37ad87dd82]

        INTEGRATION: CWS jl15 (1.7.2); FILE MERGED 2004/11/26 13:02:45 jl 1.7.2.1: #i36957# the directory for the user data is now created according to the bootstrap parameter UNO_JAVA_JFW_USER_DATA

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [7eac4143c258fdb7e90fb63dffc27742375fb0c2]

        INTEGRATION: CWS jl15 (1.13.2); FILE MERGED 2004/11/26 13:02:43 jl 1.13.2.1: #i36957# the directory for the user data is now created according to the bootstrap parameter UNO_JAVA_JFW_USER_DATA

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [3d4a251eec4313287e6e7120481754b52a53a9c6]

        INTEGRATION: CWS jl15 (1.3.12); FILE MERGED 2004/11/24 13:49:45 jl 1.3.12.2: #37225# 2004/11/24 12:43:33 jl 1.3.12.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [45cea9c2ecf256d7c93a5ad50d18c7b65866d619]

        INTEGRATION: CWS jl15 (1.2.20); FILE MERGED 2004/11/24 12:43:33 jl 1.2.20.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [9e200fb3175e83c9a8783c79218b514b3131d562]

        INTEGRATION: CWS jl15 (1.2.20); FILE MERGED 2004/11/24 12:42:37 jl 1.2.20.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [a756344a6c124645b91ad24c7febf6ec1a243aa4]

        INTEGRATION: CWS jl15 (1.2.20); FILE MERGED 2004/11/24 12:42:36 jl 1.2.20.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [a02270620253c4d25ce86e96f09a828a48538815]

        INTEGRATION: CWS jl15 (1.3.12); FILE MERGED 2004/11/24 12:41:04 jl 1.3.12.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [a4de06e48f50286d2ca3644dd438f9b0587f1c67]

        INTEGRATION: CWS jl15 (1.4.2); FILE MERGED 2004/11/30 13:49:32 jl 1.4.2.4: #i37827# a trace message contained the word error which made the build in instset_native stop 2004/11/29 16:03:21 jl 1.4.2.3: #i36958# typo in trace message 2004/11/26 11:17:20 jl 1.4.2.2: #i36958# executing java occurs without setting a security handle 2004/11/24 12:41:04 jl 1.4.2.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [64d391b55df0a3d3a176cbffad7aa4cbce772967]

        INTEGRATION: CWS jl15 (1.4.20); FILE MERGED 2004/11/26 17:29:15 jl 1.4.20.1: #i37956# versions like 1.5.0_01-ea (note the trailing -ea) are recognized

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [6dadf34098bb8750e7ff9463244af3ddc2da3315]

        INTEGRATION: CWS jl15 (1.4.20); FILE MERGED 2004/11/26 17:29:14 jl 1.4.20.1: #i37956# versions like 1.5.0_01-ea (note the trailing -ea) are recognized

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [7f57933b4dae8850a8b6d0208503918df898bbed]

        INTEGRATION: CWS jl15 (1.2.20); FILE MERGED 2004/11/24 12:39:42 jl 1.2.20.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [ad2916ee3210c42079906ecf0ccb3c8498b594ee]

        INTEGRATION: CWS jl15 (1.15.2); FILE MERGED 2004/11/26 10:07:40 jl 1.15.2.3: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN 2004/11/24 13:49:44 jl 1.15.2.2: #37225# 2004/11/24 12:35:08 jl 1.15.2.1: #i37225#

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [e3295beda14321c930d70eaea8838cd51b10f5f9]

        INTEGRATION: CWS jl15 (1.1.2); FILE ADDED 2004/11/26 17:29:14 jl 1.1.2.4: #i37956# versions like 1.5.0_01-ea (note the trailing -ea) are recognized 2004/11/25 10:29:07 jl 1.1.2.3: #i37225# 2004/11/24 13:49:44 jl 1.1.2.2: #37225# 2004/11/24 12:32:50 jl 1.1.2.1: #i37225# debug macros

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [93cf0af1e25c5d68c366adc1ae730a695ea130d7]

        INTEGRATION: CWS jl15 (1.12.2); FILE MERGED 2004/11/26 10:07:39 jl 1.12.2.3: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN 2004/11/25 10:29:06 jl 1.12.2.2: #i37225# 2004/11/24 12:21:49 jl 1.12.2.1: #i37225# jfw_plugin_getJavaInfoByPath has new parameter vendor

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [928fbfb6009a943a4cc0916a4a73a9c99a2f5eb0]

        INTEGRATION: CWS jl15 (1.11.2); FILE MERGED 2004/11/26 10:07:39 jl 1.11.2.1: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [6a597bf07166cf77fa86f0b0e86e807025e31efa]

        INTEGRATION: CWS jl15 (1.2.14); FILE MERGED 2004/11/30 16:13:34 jl 1.2.14.1: #i35985 use CSC macro in makefiles rather then csc

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [e057eadf627186a66f5d58e9be04387f4d38ebe9]

        INTEGRATION: CWS jl15 (1.10.12); FILE MERGED 2004/11/30 16:13:33 jl 1.10.12.1: #i35985 use CSC macro in makefiles rather then csc

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [a3a2008e7cd96f5ba645004665f63a7d856afba1]

        INTEGRATION: CWS jl15 (1.8.2); FILE MERGED 2004/11/30 16:13:33 jl 1.8.2.1: #i35985 use CSC macro in makefiles rather then csc

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [c0da57fbb6568803c0bb99b2654debaecc6a2654]

        INTEGRATION: CWS jl15 (1.2.6); FILE MERGED 2004/11/30 16:13:32 jl 1.2.6.1: #i35985 use CSC macro in makefiles rather then csc

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [fb2e4302de0ddc43c4cdc04264ef9096832abfe2]

        INTEGRATION: CWS jl15 (1.3.108); FILE MERGED 2004/11/30 16:57:33 jl 1.3.108.1: #i38153# remove unused imports of sun.* classes

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [677762cde3cd9a08a4bd6de4193420ea65869afc]

        INTEGRATION: CWS jl15 (1.1.1.1.132); FILE MERGED 2004/11/30 16:57:33 jl 1.1.1.1.132.1: #i38153# remove unused imports of sun.* classes

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [9e02713aed37043e44a790592c76895650a1f5c7]

        INTEGRATION: CWS jl15 (1.2.94); FILE MERGED 2004/11/30 16:57:33 jl 1.2.94.1: #i38153# remove unused imports of sun.* classes

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [774f84766d1029411b2b943599ffae41e6b5a5da]

        INTEGRATION: CWS jl15 (1.10.90); FILE MERGED 2004/11/30 16:57:33 jl 1.10.90.1: #i38153# remove unused imports of sun.* classes

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [20ada4e0a038cf019fbbe9a23e57ae0ed96ab713]

        INTEGRATION: CWS jl15 (1.65.2); FILE MERGED 2004/11/29 15:54:27 jl 1.65.2.1: #i37828# applet - netaccess settings did not match the values from officecfg/registry/schema/org/openoffice/Office/Java.xcs

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [0707f85f6047c89816ec1fddeb390bdcc4394776]

        INTEGRATION: CWS jl15 (1.69.24); FILE MERGED 2004/11/30 15:45:59 jl 1.69.24.1: #i35985# introducing CSC and VBC macros

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [7d8fc5560fca886d3ceb373ec443337ef5d1597b]

        INTEGRATION: CWS jl15 (1.154.26); FILE MERGED 2004/12/01 09:41:48 jl 1.154.26.2: RESYNC: (1.154-1.156); FILE MERGED 2004/11/30 15:45:59 jl 1.154.26.1: #i35985# introducing CSC and VBC macros

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [bcbaeec46c50230e65aedddae9716befb3de665b]

        INTEGRATION: CWS mmeeks01 (1.2.10); FILE MERGED 2004/12/14 13:20:53 mmeeks 1.2.10.1: Issue number: #i38958# Submitted by: mmeeks fix --system-libxml build issue.

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [e2fbfdba1090f3bd726a6b1f48c272031278a2dc]

        INTEGRATION: CWS mmeeks01 (1.2.10); FILE MERGED 2004/12/14 13:20:52 mmeeks 1.2.10.1: Issue number: #i38958# Submitted by: mmeeks fix --system-libxml build issue.

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [2414d15059ce5c5783ca2eef570424db3bd3d3fa]

        INTEGRATION: CWS mmeeks01 (1.3.6); FILE MERGED 2004/12/14 13:20:14 mmeeks 1.3.6.1: Issue number: #i38943# Submitted by: mmeeks Fix system-libxml build issue.

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [79e2576c6adfb3dad52b37b6b362984aae066188]

        INTEGRATION: CWS change2gtk24 (1.35.24); FILE MERGED 2004/12/03 09:36:22 obo 1.35.24.1: #i37457# gtk dependency removed

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [7ab3ddef6e5c32aad46b837cd7131dcaf298282e]

        INTEGRATION: CWS change2gtk24 (1.71.2); FILE MERGED 2004/12/10 10:18:46 obo 1.71.2.6: #i10000# typo 2004/12/10 09:27:18 obo 1.71.2.5: #i10000# disable libfps_gnome 2004/12/10 09:00:16 obo 1.71.2.4: #i10000# can't register component for SOLARIS 2004/12/09 16:58:36 obo 1.71.2.3: #i10000# typo 2004/12/09 16:08:26 obo 1.71.2.2: #i37457#,#i32555# enable libfps_gnome (CWS gtkfpicker1 2004/12/06 14:10:06 obr 1.71.2.1: #118668# ucpgvfs1.uno.so now register using regcomplazy

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [7d4fcfb1edfd7ee1c48a18dfc1771bc117236778]

        INTEGRATION: CWS change2gtk24 (1.24.6); FILE MERGED 2004/12/03 09:42:54 obo 1.24.6.1: #i37457# gnomelibs dependency removed

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [069d40967d44b529d7665e9832fe5056904b1e25]

        INTEGRATION: CWS change2gtk24 (1.11.30); FILE MERGED 2004/12/09 12:55:57 obo 1.11.30.2: #i10000# fixing link problem for SOLARIS 2004/12/03 16:27:27 obo 1.11.30.1: #i37457# change to gtk-2.4

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [8aa04e6b3e3d3d1a352edbcd0b9a832ae9abc943]

        INTEGRATION: CWS change2gtk24 (1.8.8); FILE MERGED 2004/12/03 09:52:15 obo 1.8.8.1: #i37457# gtk dependency removed

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [e83b944c81dca013946792ebd247180397b3a0c4]

        INTEGRATION: CWS change2gtk24 (1.1.2); FILE ADDED 2004/12/06 13:52:16 obr 1.1.2.1: #118668# disable lazy binding for ucpgvfs.uno.so

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [89e4908cb9d5ab17b13de7d60fa28909523aa08e]

        INTEGRATION: CWS change2gtk24 (1.2.26); FILE MERGED 2004/12/06 13:52:17 obr 1.2.26.1: #118668# disable lazy binding for ucpgvfs.uno.so

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [71d7e594d8a8b1b424444634d1b8f6383d7d10bf]

        INTEGRATION: CWS change2gtk24 (1.15.26); FILE MERGED 2004/12/06 13:52:16 obr 1.15.26.1: #118668# disable lazy binding for ucpgvfs.uno.so

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [6d9b931d95b06b0e3d7d0019e69d5428a706067a]

        INTEGRATION: CWS change2gtk24 (1.17.22); FILE MERGED 2004/12/03 09:38:50 obo 1.17.22.1: #i37457# gnomelibs dependency removed

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [ea74d1294dcecd4b4eb1b69adf728329a9ebddff]

        INTEGRATION: CWS change2gtk24 (1.6.2); FILE MERGED 2004/12/09 16:01:16 obo 1.6.2.1: #i37457#,#i32555# join changes from CWS gtkfpicker1

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [b755c2f5d2048ec0db7f4246a3fd834294f35df1]

        INTEGRATION: CWS change2gtk24 (1.2.10); FILE MERGED 2004/12/02 17:10:24 obo 1.2.10.1: #i37457# change to gtk-2.4

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [2812f19600bce16488fa8ab37b90238d581d6641]

        INTEGRATION: CWS change2gtk24 (1.2.10); FILE MERGED 2004/12/02 17:06:59 obo 1.2.10.1: #i10000# stdio header missing

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [94c90ec0815882861c30b4a085dce7682be1c323]

        INTEGRATION: CWS change2gtk24 (1.2.10); FILE MERGED 2004/12/09 10:04:02 obo 1.2.10.1: #i10000# return value required (SOLARIS)

2004-12-16  Kurt Zenker  <kz@openoffice.org>  [96edd3e5615a7cac07a2b7848d67adacdb2b1329]

        INTEGRATION: CWS change2gtk24 (1.8.10); FILE MERGED 2004/12/02 17:18:21 obo 1.8.10.1: #i37457# change to gtk-2.4

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [06ed61765e5809d8336e65a25ab65734419ab4a0]

        INTEGRATION: CWS nativefixer2 (1.14.16); FILE MERGED 2004/12/13 13:50:01 is 1.14.16.1: #118396# nore more setupzip flag

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [f596ccacbd122945db5126e5bdd4b7d73d373c47]

        INTEGRATION: CWS nativefixer2 (1.50.4); FILE MERGED 2004/12/13 13:50:01 is 1.50.4.4: #118396# nore more setupzip flag 2004/12/10 16:02:29 is 1.50.4.3: #i38394# patching name into soffice.bin 2004/12/10 13:55:07 is 1.50.4.2: RESYNC: (1.50-1.58); FILE MERGED 2004/12/01 14:22:01 is 1.50.4.1: #i37305# drawimpresscommands at root module

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [8bb4f7d169c5fdc1be908342d5bbbaeb57f7b7c2]

        INTEGRATION: CWS nativefixer2 (1.69.2); FILE MERGED 2004/12/10 16:29:09 is 1.69.2.3: #118708# simplify packing process 2004/12/10 13:54:57 is 1.69.2.2: RESYNC: (1.69-1.71); FILE MERGED 2004/11/29 16:01:24 is 1.69.2.1: #118396# new organization of libstdc++

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [1ab0beb3ad306ccc213e4d5681a2ffbcb5aee78a]

        INTEGRATION: CWS nativefixer2 (1.9.16); FILE MERGED 2004/12/10 16:27:36 is 1.9.16.1: #118708# simplify packing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [aea86cb1c11ea3c79428a74a085a091f0a853da1]

        INTEGRATION: CWS nativefixer2 (1.2.36); FILE MERGED 2004/12/10 16:28:38 is 1.2.36.1: #118708# simplify packing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [c4e43683d83d46ac9f8ab87515ba756da44ccc05]

        INTEGRATION: CWS nativefixer2 (1.5.4); FILE MERGED 2004/12/10 16:28:26 is 1.5.4.1: #118708# simplify packing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [ec93557753c013616b420a1042c80da9596e099a]

        INTEGRATION: CWS nativefixer2 (1.13.4); FILE MERGED 2004/11/29 16:01:24 is 1.13.4.1: #118396# new organization of libstdc++

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [d99bd8828c8f6ac52bc966ce49f6c8072501f8bd]

        INTEGRATION: CWS nativefixer2 (1.9.16); FILE MERGED 2004/12/13 13:50:00 is 1.9.16.1: #118396# nore more setupzip flag

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [1d4288c55d83d6ed03ec5b4d33c44a871716ffbf]

        INTEGRATION: CWS nativefixer2 (1.6.4); FILE MERGED 2004/12/10 16:27:22 is 1.6.4.1: #118708# simplify packing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [7b8dd613604c529f786d7bdd260e31b6f267caaf]

        INTEGRATION: CWS nativefixer2 (1.5.4); FILE MERGED 2004/12/10 16:27:52 is 1.5.4.1: #118708# simplify packing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [285af9a9020a48fe22be96066f6aafa948ffeb49]

        INTEGRATION: CWS nativefixer2 (1.5.4); FILE MERGED 2004/12/10 16:26:57 is 1.5.4.3: #118708# simplify packing process 2004/12/10 13:49:15 is 1.5.4.2: RESYNC: (1.5-1.7); FILE MERGED 2004/12/01 14:22:47 is 1.5.4.1: #i37305# drawimpresscommands at root module

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [8899e0b9fa091b70cf019039bcf0b9e90be16081]

        INTEGRATION: CWS nativefixer2 (1.9.4); FILE MERGED 2004/12/10 13:48:26 is 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2004/12/01 14:22:48 is 1.9.4.1: #i37305# drawimpresscommands at root module

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [785e9c4ba200fc9152c91007c261a047029490a4]

        INTEGRATION: CWS nativefixer2 (1.5.4); FILE MERGED 2004/12/10 16:26:40 is 1.5.4.3: #118708# simplify packing process 2004/12/10 13:46:07 is 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/01 14:22:29 is 1.5.4.1: #i37305# drawimpresscommands at root module

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [adc2be1c31cdcc8270dfe7c7333ba672aadfd149]

        INTEGRATION: CWS nativefixer2 (1.8.16); FILE MERGED 2004/12/10 16:26:03 is 1.8.16.1: #118708# simplify packing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [da9895cfbc7dc44f2de6a3938c1aff1019640ee0]

        INTEGRATION: CWS nativefixer2 (1.2.198); FILE MERGED 2004/12/10 16:25:46 is 1.2.198.1: #118708# simplify packing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [6cc0b8d757ff056eb64ad5d7f6a96c03f11a48da]

        INTEGRATION: CWS nativefixer2 (1.3.2); FILE MERGED 2004/12/02 13:58:46 is 1.3.2.1: #i34296# no more string StarOffice

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [bfade864fcfd6d9021d4fe5271c200037416828a]

        INTEGRATION: CWS nativefixer2 (1.2.10); FILE MERGED 2004/12/02 13:58:45 is 1.2.10.1: #i34296# no more string StarOffice

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [5596df91c273ab3951646e751fd1b796d6624f98]

        INTEGRATION: CWS nativefixer2 (1.4.2); FILE MERGED 2004/12/09 17:13:41 is 1.4.2.1: #118708# optimizing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [403ea33e34883fb2d18ee026aabd0eb8e74169bc]

        INTEGRATION: CWS nativefixer2 (1.1.2); FILE ADDED 2004/12/09 17:13:17 is 1.1.2.1: #118708# optimizing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [ca3cf45c3d0c00d8e232f61f0d604766df929930]

        INTEGRATION: CWS nativefixer2 (1.5.2); FILE MERGED 2004/12/09 17:14:03 is 1.5.2.1: #118708# optimizing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [27a75d503df227dd791db72fa866300ec05c4fcd]

        INTEGRATION: CWS nativefixer2 (1.2.46); FILE MERGED 2004/11/29 17:01:02 is 1.2.46.1: #i37022# changing OOo copyright text

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [17da393adb0cfd6312cff4d1acaac1df4504ddf4]

        INTEGRATION: CWS nativefixer2 (1.3.212); FILE MERGED 2004/11/29 16:12:55 is 1.3.212.1: #i36740# check for hyphens

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [9320c224011fd0a2ef2b4273bd98df933ead9af5]

        INTEGRATION: CWS nativefixer2 (1.2.148); FILE MERGED 2004/12/13 07:58:55 is 1.2.148.2: #118708# creating new flags in scp instead of global collectors 2004/12/10 16:24:54 is 1.2.148.1: #118708# simplify packing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [b2de9e3caf2bb0eea0d95724716afc0b5edb00b8]

        INTEGRATION: CWS nativefixer2 (1.6.6); FILE MERGED 2004/12/02 13:47:48 is 1.6.6.2: #i38328# language into comment field 2004/11/29 17:06:58 is 1.6.6.1: #118618# setting windows installer product version

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [7f6cd95dce6611f5aba59cc5af06a16f34ff6cae]

        INTEGRATION: CWS nativefixer2 (1.13.6); FILE MERGED 2004/12/13 08:16:50 is 1.13.6.5: #i37374# better error handling for makecab.exe 2004/12/01 13:09:29 is 1.13.6.4: #i37374# makecab output 2004/11/30 11:11:45 is 1.13.6.3: #i36193# no more solenv directory 2004/11/30 10:37:18 is 1.13.6.2: #i36193# no more solenv directory 2004/11/29 15:27:16 is 1.13.6.1: #i37374# using verbose mode for makecab.exe

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [fe6d0d2a5f32f66e8d7b5b82689849d154bdaf30]

        INTEGRATION: CWS nativefixer2 (1.16.6); FILE MERGED 2004/12/13 07:58:55 is 1.16.6.4: #118708# creating new flags in scp instead of global collectors 2004/12/10 16:24:54 is 1.16.6.3: #118708# simplify packing process 2004/11/30 11:11:45 is 1.16.6.2: #i36193# no more solenv directory 2004/11/30 10:37:18 is 1.16.6.1: #i36193# no more solenv directory

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [a9385a3e54688fa1131a0b795e65608f1063532a]

        INTEGRATION: CWS nativefixer2 (1.5.6); FILE MERGED 2004/12/02 13:47:47 is 1.5.6.1: #i38328# language into comment field

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [5b53d1386ad068b73ddb2424b5b68664d19aa196]

        INTEGRATION: CWS nativefixer2 (1.6.18); FILE MERGED 2004/12/10 16:24:53 is 1.6.18.1: #118708# simplify packing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [affbe089a3f5e793ab0f6f2691e4b3a8e52f9462]

        INTEGRATION: CWS nativefixer2 (1.6.6); FILE MERGED 2004/12/10 16:24:26 is 1.6.6.4: #118708# simplify packing process 2004/12/09 17:12:15 is 1.6.6.3: #118708# optimizing process 2004/12/06 14:20:39 is 1.6.6.2: #i37042# simple install mechanism 2004/11/30 10:37:03 is 1.6.6.1: #i36193# no more solenv directory

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [99dd69a2d2481a0334c0337e6f60cde2339d379a]

        INTEGRATION: CWS nativefixer2 (1.13.6); FILE MERGED 2004/12/13 09:40:25 is 1.13.6.5: #118708# better error handling for unknown languages 2004/12/13 08:04:32 is 1.13.6.4: #118708# supporting macros.inc (parents without all languages) 2004/12/10 16:24:26 is 1.13.6.3: #118708# simplify packing process 2004/12/06 14:39:01 is 1.13.6.2: #118670# removing unocomponent flag fake 2004/12/03 12:16:32 is 1.13.6.1: #i37378# renaming special files

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [9d3e096aa21537cbf4fe0cfa9f045da512e8c571]

        INTEGRATION: CWS nativefixer2 (1.12.6); FILE MERGED 2004/12/10 16:24:26 is 1.12.6.4: #118708# simplify packing process 2004/12/06 17:40:37 is 1.12.6.3: #118619# no more usage of find command 2004/12/06 14:20:38 is 1.12.6.2: #i37042# simple install mechanism 2004/11/30 10:37:02 is 1.12.6.1: #i36193# no more solenv directory

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [f4e797f10c5bcae5f304bce85a6b17aead8df851]

        INTEGRATION: CWS nativefixer2 (1.6.4); FILE MERGED 2004/12/13 10:18:30 is 1.6.4.5: #118545# german module names 2004/12/10 12:35:34 is 1.6.4.4: #118545# better names 2004/12/08 12:14:44 is 1.6.4.3: #118545# new name in listfile 2004/12/06 11:49:45 is 1.6.4.2: #i37981# removing utf8 encoding in license text 2004/12/02 09:40:59 is 1.6.4.1: #i38240# non english strings into java installer for multilingual installation sets

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [ae96d82c0bd84a04b660637b250b9b69d3545d2e]

        INTEGRATION: CWS nativefixer2 (1.21.6); FILE MERGED 2004/12/10 16:24:25 is 1.21.6.7: #118708# simplify packing process 2004/12/10 13:37:05 is 1.21.6.6: RESYNC: (1.21-1.22); FILE MERGED 2004/12/08 12:14:44 is 1.21.6.5: #118545# new name in listfile 2004/12/06 17:40:37 is 1.21.6.4: #118619# no more usage of find command 2004/12/06 14:39:01 is 1.21.6.3: #118670# removing unocomponent flag fake 2004/12/06 14:20:38 is 1.21.6.2: #i37042# simple install mechanism 2004/11/30 10:37:02 is 1.21.6.1: #i36193# no more solenv directory

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [43b04b5a2028d72c16baf38e0a268ce5fe1189b6]

        INTEGRATION: CWS nativefixer2 (1.13.6); FILE MERGED 2004/12/10 13:36:55 is 1.13.6.5: RESYNC: (1.13-1.15); FILE MERGED 2004/12/08 12:14:44 is 1.13.6.4: #118545# new name in listfile 2004/12/06 17:40:37 is 1.13.6.3: #118619# no more usage of find command 2004/12/02 15:47:15 is 1.13.6.2: #i37405# allowing more rpm versions 2004/11/30 10:37:02 is 1.13.6.1: #i36193# no more solenv directory

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [5a034932658550a84a962c3cc3cf6e1b3b8ddb08]

        INTEGRATION: CWS nativefixer2 (1.1.2); FILE ADDED 2004/12/09 17:11:25 is 1.1.2.1: #118708# optimizing process

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [a6d75ca7617a0f9a22dc9a8d03bcbab05091291d]

        INTEGRATION: CWS nativefixer2 (1.7.22); FILE MERGED 2004/12/03 12:16:32 is 1.7.22.1: #i37378# renaming special files

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [07467effbd0210631055721f28f38a6dfb887cd5]

        INTEGRATION: CWS nativefixer2 (1.23.6); FILE MERGED 2004/12/13 08:04:19 is 1.23.6.12: #118708# supporting macros.inc (parents without all languages) 2004/12/10 16:23:40 is 1.23.6.11: #118708# simplify packing process 2004/12/10 13:36:33 is 1.23.6.10: RESYNC: (1.23-1.25); FILE MERGED 2004/12/09 17:12:39 is 1.23.6.9: #118708# optimizing process 2004/12/06 14:40:34 is 1.23.6.8: #118670# removing unocomponent flag fake 2004/12/06 14:39:17 is 1.23.6.7: #118670# removing unocomponent flag fake 2004/12/06 14:18:44 is 1.23.6.6: #i37042# simple install mechanism 2004/12/03 12:14:21 is 1.23.6.5: #i37378# renaming special files 2004/12/02 13:47:14 is 1.23.6.4: #i38328# language into comment field 2004/12/02 09:40:44 is 1.23.6.3: #i38240# non english strings into java installer for multilingual installation sets 2004/11/30 10:36:38 is 1.23.6.2: #i36193# no more solenv directory 2004/11/30 08:36:57 is 1.23.6.1: #i36590# no more pkgchk during installation

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [473631ac00de01e276bb8115a072c54f7ece0015]

        INTEGRATION: CWS nativefixer2 (1.1.2); FILE ADDED 2004/12/13 13:54:29 aw 1.1.2.3: #i30331# 2004/12/09 11:49:50 aw 1.1.2.2: #i30331# 2004/12/08 17:50:44 aw 1.1.2.1: #i30331#

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [22e2c9b832673f295b6068128a47aedb8eb4a8ac]

        INTEGRATION: CWS nativefixer2 (1.1.1.1.76); FILE MERGED 2004/12/09 11:50:10 aw 1.1.1.1.76.2: #i30331# 2004/12/08 17:51:01 aw 1.1.1.1.76.1: #i30331#

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [38a22f59bb3a0c5699981f28bd896be78067f91e]

        INTEGRATION: CWS nativefixer2 (1.10.26); FILE MERGED 2004/12/08 17:51:01 aw 1.10.26.1: #i30331#

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [5574ed364acf651a69cbcf601c1d4501c149f739]

        INTEGRATION: CWS nativefixer2 (1.5.40); FILE MERGED 2004/12/08 14:06:13 aw 1.5.40.1: #i30331#

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [4f00a08e69207ab0995acfe0ae2ba5a06189d701]

        INTEGRATION: CWS nsplugin4 (1.2.4); FILE MERGED 2004/12/09 09:35:05 jmeng 1.2.4.1: change to support new file extensions

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [cbb2d4c99b38773d1d4610488f5162e978301045]

        INTEGRATION: CWS nsplugin4 (1.4.4); FILE MERGED 2004/12/09 09:35:05 jmeng 1.4.4.1: change to support new file extensions

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [0fe4247d070ff876f7f94fe489839e8a937d69db]

        INTEGRATION: CWS nsplugin4 (1.6.4); FILE MERGED 2004/12/09 09:35:04 jmeng 1.6.4.1: change to support new file extensions

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [ca1432c482ffc8cef3a1ad19fa1ce812d4354c95]

        INTEGRATION: CWS impress24 (1.42.10); FILE MERGED 2004/12/10 14:38:50 af 1.42.10.3: RESYNC: (1.42-1.44); FILE MERGED 2004/12/08 12:48:14 af 1.42.10.2: #i38630# Removed unsed lines from Init(). 2004/12/08 12:46:46 af 1.42.10.1: #i3860# Removed unnecessary call to UpdateController().

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [cfb91141692a1671a90fcf8ef789f9bcc266f2e5]

        INTEGRATION: CWS impress24 (1.32.10); FILE MERGED 2004/12/08 12:49:17 af 1.32.10.1: #i38630# Removed unnecessary call to UpdateController().

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [8f5bc3ec66ede7412ce89cbf2256410d3134d46e]

        INTEGRATION: CWS impress24 (1.6.10); FILE MERGED 2004/12/10 14:39:00 af 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2004/12/10 10:07:03 af 1.6.10.1: #i38760# Added mbShellStackIsUpToDate to guard PushShellsOnStack() against recusive calls.

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [743dc205d94df11f9a9751a110ab35e60f1f0981]

        INTEGRATION: CWS impress24 (1.4.20); FILE MERGED 2004/12/10 10:07:43 af 1.4.20.1: #i38760# Added mbShellStackIsUpToDate to guard PushShellsOnStack() against recusive calls.

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [ec58f5e318721a4f3c18b7efa9dc1242170116a9]

        INTEGRATION: CWS impress24 (1.2.10); FILE MERGED 2004/12/10 10:11:53 af 1.2.10.1: #i38630# Using the right controller after views have changed.

2004-12-16  Rüdiger Timm  <rt@openoffice.org>  [52a0c45a9504e74daa443103a93c8a7a4297594b]

        #i39093# Added dependency on modules accessibility, automation, dtrans, and unzip. Got lost with the removal of setup2.

2004-12-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [c33df337a176cfcbcbfba5fddff33731632010c0]

        #i10000#: restrict NOOPTFILES to SOLARISS, needs additional checks

2004-12-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [10f71aa6bc60ca7c1aef7d5293e0c0855930fe3e]

        #i10000#: take care of file permissions after system copy

2004-12-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [22b48192f00983175ad2c4ce8ad1c157721508d1]

        #i10000#: read_file: open file readonly

2004-12-15  Rüdiger Timm  <rt@openoffice.org>  [673ee47817c6b7f1e16608d34c97bd85f2284030]

        #i10000# reg4msdoc680mi.dll and its resource was needed for old setup, not necessary any more.

2004-12-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [803c4cd1eb64d8d01d76efeca37f5b10c7d5c632]

        #i10000#: restrict NOOPTFILES to SOLARISS, needs additional checks

2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [94e75b8cd42a4168a28aec28b49d873a2c7219ca]

        new version for SRC680

2004-12-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bf25d57c0269b47fd6fc34848386d128709df6a]

        #i10000#: Solaris x86 compiler ICE

2004-12-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [62be972ea6552e042e8883d91a55e98c3d978e1c]

        #i10000#: resolve ambiguity

2004-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9623c54a128d888d72e1f8baa7759e9f8cb062f8]

        #i37776# missed one file

2004-12-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [446f135c133c2140bc4e8b19802559d238c54734]

        #i10000#: .Len() -> getLength()

2004-12-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [22ad60e320e1e6fd33b4b49c0454b4b4759002dd]

        #i10000#: include standard module Carp

2004-12-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e53837790204db797323e504bad4ddac17acb36c]

        #i10000#: .Len() -> getLength()

2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [c3cb94fb74ac83363ff364829305f0d069d6bb83]

        new version for SRC680

2004-12-14  Rüdiger Timm  <rt@openoffice.org>  [e3a5bac26c255c0b5368c7aeaea4f50cf3e35554]

        INTEGRATION: CWS pj14 (1.35.32); FILE MERGED 2004/12/08 19:04:01 pjanik 1.35.32.1: #i35430#: add back lost dependency for KDE VCL plugin.

2004-12-14  Rüdiger Timm  <rt@openoffice.org>  [e2b4b8979147486a3a6080906e737aff1cee9db0]

        INTEGRATION: CWS pj14 (1.8.10); FILE MERGED 2004/12/11 13:51:30 pjanik 1.8.10.3: #i38416#: Better pow ambiguity fix. 2004/12/09 22:36:58 pjanik 1.8.10.2: #i38416#: better fix for pow ambiguity. 2004/12/08 11:53:41 pjanik 1.8.10.1: #i38416#: Fix pow ambiguity, simplify.

2004-12-14  Rüdiger Timm  <rt@openoffice.org>  [fac9317af01f1be5d657764b7d2e0afa61d3185d]

        INTEGRATION: CWS pj14 (1.20.44); FILE MERGED 2004/12/09 22:48:11 pjanik 1.20.44.1: #i38762#: Fix eating of double quotes in svx/source/intro/OpenOffice.org.src.

2004-12-14  Rüdiger Timm  <rt@openoffice.org>  [be29c65cec5c2a80b787b45c2e6cbfe13391536f]

        #i10000# Needs comphelper header

2004-12-14  Rüdiger Timm  <rt@openoffice.org>  [5c82daf463d063a1dbf9c4d371826761cff672e1]

        #i10000# Include path corrected (we are in module tools here, so do not include tools header with path)

2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [b53f6db9ddfccda1462aaf1b7b77e723da364b47]

        new version for SRC680

2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [87f583c202c67f96640200c651428ef332e79eb8]

        new version for SRC680

2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [382086049c1b0c088076f8f5c9828f49f110508f]

        new version for SRC680

2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [bc6febc3f701dfaa56b670f7ebe04454e45e378d]

        new version for SRC680

2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [23e72e84d1009027b150165f6818113e8016e5fc]

        new version for SRC680

2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [7875723b7e24243c194bbbd549f64b1cf0685ea2]

        new version for SRC680

2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [c00411292bd5f1e729c3dff025413cf31ea19919]

        new version for SRC680

2004-12-14  Vladimir Glazounov  <vg@openoffice.org>  [1d4067271f3420509538b1d8663b35901168db3a]

        new version for SRC680

2004-12-13  Kurt Zenker  <kz@openoffice.org>  [b75c13cd1b7da523433dd04e5b5aafd71595ab9e]

        SRC680

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7ca04924424d17a585068726addf407b53ca1f0]

        INTEGRATION: CWS hr10 (1.6.38); FILE MERGED 2004/11/15 16:08:43 hr 1.6.38.1: #i33894#: spelling fixes, thanks to pjanik and warath for finding them

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb23500d99f937dc9a705eeecf96589da5dc2ede]

        INTEGRATION: CWS hr10 (1.17.92); FILE MERGED 2004/11/16 17:11:54 hr 1.17.92.1: #i33894#: spelling fixes, thanks to pjanik and warath for finding them

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [819e2af5e01a83b184a2268f8ae9437670b51ce6]

        INTEGRATION: CWS hr10 (1.10.22); FILE MERGED 2004/11/16 17:07:44 hr 1.10.22.3: #i35771#: implement '-f' switch (cudos to mmeeks) 2004/11/15 17:31:17 hr 1.10.22.2: #i33072#: obsolete modules: print warning and continue 2004/11/15 16:17:25 hr 1.10.22.1: #i33894#: spelling fixes, thanks to pjanik and warath for finding them

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [441e43bf5abb1ca12e5e5ecab14288840e291517]

        INTEGRATION: CWS hr10 (1.3.72); FILE MERGED 2004/11/15 16:16:45 hr 1.3.72.1: #i33894#: spelling fixes, thanks to pjanik and warath for finding them

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b873b7a02630eaaf17c1b58bb79641e23db4937a]

        INTEGRATION: CWS hr10 (1.9.22); FILE MERGED 2004/11/16 17:10:42 hr 1.9.22.2: #i35771#: implement '-f' switch (cudos to mmeeks) 2004/11/15 16:16:23 hr 1.9.22.1: #i33894#: spelling fixes, thanks to pjanik and warath for finding them

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa9ce76e76d4e5a05ae7cc4a50b4afecd20076d0]

        INTEGRATION: CWS hr10 (1.2.58); FILE MERGED 2004/11/15 16:15:49 hr 1.2.58.1: #i33894#: spelling fixes, thanks to pjanik and warath for finding them

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b313e7094891815dfebefe3fdac7a43c14385a4c]

        INTEGRATION: CWS hr10 (1.5.38); FILE MERGED 2004/11/15 16:10:41 hr 1.5.38.1: #i33894#: spelling fixes, thanks to pjanik and warath for finding them

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [18a3a572847207097cf665ce5e7af37a0a3c8698]

        INTEGRATION: CWS hr10 (1.3.72); FILE MERGED 2004/11/15 16:09:50 hr 1.3.72.1: #i33894#: spelling fixes, thanks to pjanik and warath for finding them

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [44ceff7fd0af426aa277c9ce47aa7fd3bcc936fd]

        SRC680

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e066ad2057f1304089852305942ee6785518fe6]

        INTEGRATION: CWS ineturl1 (1.23.4); FILE MERGED 2004/12/01 18:01:23 cmc 1.23.4.2: RESYNC: (1.23-1.25); FILE MERGED 2004/10/05 10:16:17 cmc 1.23.4.1: #i34006# update urltest as well

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b64ad2a2c62adca14fd36f8ee8e9aedbe6d446f3]

        INTEGRATION: CWS ineturl1 (1.33.14); FILE MERGED 2004/10/27 14:49:52 cmc 1.33.14.2: RESYNC: (1.33-1.34); FILE MERGED 2004/09/30 14:22:21 cmc 1.33.14.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffd3ef2d966b85c45688bfe9c35112cfad16a027]

        INTEGRATION: CWS ineturl1 (1.38.14); FILE MERGED 2004/10/27 14:49:25 cmc 1.38.14.2: RESYNC: (1.38-1.39); FILE MERGED 2004/09/30 14:22:21 cmc 1.38.14.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cf942883c4506ddfc728fc20516320b8b1a153f]

        INTEGRATION: CWS ineturl1 (1.13.164); FILE MERGED 2004/09/30 14:22:20 cmc 1.13.164.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0b887f3000d87b3c0608f073ee879c979b10317]

        INTEGRATION: CWS ineturl1 (1.68.14); FILE MERGED 2004/10/27 14:45:17 cmc 1.68.14.3: RESYNC: (1.70-1.71); FILE MERGED 2004/10/02 12:47:54 cmc 1.68.14.2: RESYNC: (1.68-1.70); FILE MERGED 2004/09/30 14:22:20 cmc 1.68.14.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3a6c5fcf6ca4f67982e8c376a54144f5918d41b]

        INTEGRATION: CWS ineturl1 (1.43.14); FILE MERGED 2004/12/01 18:31:44 cmc 1.43.14.4: RESYNC: (1.45-1.47); FILE MERGED 2004/10/27 14:45:08 cmc 1.43.14.3: RESYNC: (1.44-1.45); FILE MERGED 2004/10/02 12:47:44 cmc 1.43.14.2: RESYNC: (1.43-1.44); FILE MERGED 2004/09/30 14:22:20 cmc 1.43.14.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f491a91481687d85fcc4a474ee4a35e72b5ddfe]

        INTEGRATION: CWS ineturl1 (1.48.14); FILE MERGED 2004/10/27 14:44:50 cmc 1.48.14.2: RESYNC: (1.48-1.49); FILE MERGED 2004/09/30 14:22:20 cmc 1.48.14.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [322750159d1462f183f122e0874d7aff606c1224]

        INTEGRATION: CWS ineturl1 (1.2.66); FILE MERGED 2004/10/28 15:17:57 cmc 1.2.66.1: #i34006# update to SRC680_m58

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6fe21b62bc6ae1e0c24a15873b58e5c99a07c5c]

        INTEGRATION: CWS ineturl1 (1.7.164); FILE MERGED 2004/09/30 14:22:19 cmc 1.7.164.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ee0c122983d8cd6f8aa901136e3f7e8bc825582]

        INTEGRATION: CWS ineturl1 (1.34.268); FILE MERGED 2004/10/27 14:43:29 cmc 1.34.268.2: RESYNC: (1.34-1.35); FILE MERGED 2004/09/30 14:22:19 cmc 1.34.268.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa5391efee7a115be1aca857a884058378dc4605]

        INTEGRATION: CWS ineturl1 (1.142.66); FILE MERGED 2004/12/01 18:31:01 cmc 1.142.66.2: RESYNC: (1.142-1.145); FILE MERGED 2004/10/28 15:17:56 cmc 1.142.66.1: #i34006# update to SRC680_m58

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6943b95d137ee06c71dfa2f36c84a4d196188b31]

        INTEGRATION: CWS ineturl1 (1.25.108); FILE MERGED 2004/10/27 14:41:13 cmc 1.25.108.2: RESYNC: (1.25-1.26); FILE MERGED 2004/09/30 14:22:18 cmc 1.25.108.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [023dba030b213f411e66562ef4b4e96f8f54321e]

        INTEGRATION: CWS ineturl1 (1.23.20); FILE MERGED 2004/09/30 14:22:18 cmc 1.23.20.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8fc8f2e7423da9f8b3b00b1c75244aecdf80b3a]

        INTEGRATION: CWS ineturl1 (1.6.14); FILE MERGED 2004/10/27 14:38:21 cmc 1.6.14.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/30 14:22:18 cmc 1.6.14.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea0b844da439802ecf1f85c78b5003543d04d4eb]

        INTEGRATION: CWS ineturl1 (1.6.164); FILE MERGED 2004/09/30 14:22:18 cmc 1.6.164.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6273577682880118cb08e2d4c8f3cfff73f66f63]

        INTEGRATION: CWS ineturl1 (1.97.16); FILE MERGED 2004/12/01 18:28:39 cmc 1.97.16.2: RESYNC: (1.97-1.98); FILE MERGED 2004/09/30 14:22:17 cmc 1.97.16.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe83e3bc1387c0b7812254b1e81912404361086]

        INTEGRATION: CWS ineturl1 (1.96.102); FILE MERGED 2004/10/27 14:35:45 cmc 1.96.102.2: RESYNC: (1.96-1.98); FILE MERGED 2004/09/30 14:22:16 cmc 1.96.102.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0566d6959ca4493fe1c26a1ea6b6daa16d3b9ad]

        INTEGRATION: CWS ineturl1 (1.81.14); FILE MERGED 2004/10/27 14:35:05 cmc 1.81.14.2: RESYNC: (1.81-1.82); FILE MERGED 2004/09/30 14:22:16 cmc 1.81.14.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e57389f9e6970867e1a1e4047dbf16d3390e375]

        INTEGRATION: CWS ineturl1 (1.85.12); FILE MERGED 2004/10/27 14:26:59 cmc 1.85.12.2: RESYNC: (1.85-1.86); FILE MERGED 2004/09/30 10:58:32 cmc 1.85.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7924382bc93d99aca54950a8a7ae31ae5f225060]

        INTEGRATION: CWS ineturl1 (1.17.144); FILE MERGED 2004/09/30 10:53:08 cmc 1.17.144.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0bcf48a91eed824a861c58bec7cf315e74d0d4e]

        INTEGRATION: CWS ineturl1 (1.26.56); FILE MERGED 2004/10/01 11:58:59 cmc 1.26.56.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee0a89cb74cf33e02c722f6d73dd6c4da4c50025]

        INTEGRATION: CWS ineturl1 (1.45.10); FILE MERGED 2004/12/01 18:00:41 cmc 1.45.10.4: RESYNC: (1.47-1.49); FILE MERGED 2004/10/02 13:23:06 cmc 1.45.10.3: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer 2004/10/02 12:38:13 cmc 1.45.10.2: RESYNC: (1.45-1.47); FILE MERGED 2004/09/30 10:52:13 cmc 1.45.10.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8db5e82073fe81ab75ec5bc22df31cc2bc1a0f88]

        INTEGRATION: CWS ineturl1 (1.18.38); FILE MERGED 2004/09/30 10:52:13 cmc 1.18.38.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f5ddbb5773c46cb51bef1da3763df9728d3009a]

        INTEGRATION: CWS ineturl1 (1.13.116); FILE MERGED 2004/09/30 13:10:09 cmc 1.13.116.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c856d11e095ebfd44e28b4b7709a3007cbde3ca1]

        INTEGRATION: CWS ineturl1 (1.7.160); FILE MERGED 2004/09/30 13:10:08 cmc 1.7.160.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [20979e48f3656ec413d85a43d2ccc1c6a33b8101]

        INTEGRATION: CWS ineturl1 (1.4.130); FILE MERGED 2004/09/30 13:10:08 cmc 1.4.130.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d85fa129893e4ee1bd7a114734e7f85b5abc4739]

        INTEGRATION: CWS ineturl1 (1.1.1.1.758); FILE MERGED 2004/09/30 13:10:08 cmc 1.1.1.1.758.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d601693ceba510f115a056ca0d9b51600baae16b]

        INTEGRATION: CWS ineturl1 (1.12.130); FILE MERGED 2004/09/30 13:10:08 cmc 1.12.130.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [551ed7ef6f38c7b71be62b19ac0ba85966f87d3f]

        INTEGRATION: CWS ineturl1 (1.51.118); FILE MERGED 2004/09/30 13:10:07 cmc 1.51.118.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d333915de057296ea0c652721e96dc12b4dbe9a]

        INTEGRATION: CWS ineturl1 (1.57.66); FILE MERGED 2004/12/01 17:53:10 cmc 1.57.66.3: RESYNC: (1.58-1.59); FILE MERGED 2004/10/27 13:51:42 cmc 1.57.66.2: RESYNC: (1.57-1.58); FILE MERGED 2004/09/30 13:10:06 cmc 1.57.66.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [19ebc215d19ed9c7c5c6fdabf2f4acd5af02cbc4]

        INTEGRATION: CWS ineturl1 (1.21.24); FILE MERGED 2004/09/30 13:10:06 cmc 1.21.24.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c72635492694fd62c8a0f2f63300e9fb7f1afba9]

        INTEGRATION: CWS ineturl1 (1.33.8); FILE MERGED 2004/12/01 17:45:35 cmc 1.33.8.3: RESYNC: (1.34-1.35); FILE MERGED 2004/10/02 12:32:47 cmc 1.33.8.2: RESYNC: (1.33-1.34); FILE MERGED 2004/09/30 16:05:37 cmc 1.33.8.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba35ff07bf4cd920ea28fc8451e96d364207cddc]

        INTEGRATION: CWS ineturl1 (1.16.132); FILE MERGED 2004/10/27 13:44:20 cmc 1.16.132.2: RESYNC: (1.16-1.17); FILE MERGED 2004/09/30 12:14:48 cmc 1.16.132.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [50332a45e85b06452bc1ace03b869c64b3c9fe57]

        INTEGRATION: CWS ineturl1 (1.10.212); FILE MERGED 2004/10/27 13:44:06 cmc 1.10.212.2: RESYNC: (1.10-1.11); FILE MERGED 2004/09/30 12:14:48 cmc 1.10.212.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c69313a3bad161c0e17df90d88a4db102067ce9]

        INTEGRATION: CWS ineturl1 (1.30.58); FILE MERGED 2004/12/01 17:25:28 cmc 1.30.58.2: RESYNC: (1.30-1.31); FILE MERGED 2004/10/01 12:27:36 cmc 1.30.58.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e35a00bad11f25b1cce960bf192719e31192e27b]

        INTEGRATION: CWS ineturl1 (1.20.190); FILE MERGED 2004/10/30 18:08:28 cmc 1.20.190.3: #i34006# update to SRC680_m58 2004/10/27 13:34:57 cmc 1.20.190.2: RESYNC: (1.20-1.21); FILE MERGED 2004/10/01 12:27:35 cmc 1.20.190.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1635327dd0d173e3890a49b92b8b7f02b746d888]

        INTEGRATION: CWS ineturl1 (1.39.52); FILE MERGED 2004/10/27 13:31:55 cmc 1.39.52.2: RESYNC: (1.39-1.40); FILE MERGED 2004/10/01 12:27:35 cmc 1.39.52.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [87b6edb755a068ed8d8371802857ff800ddf99bb]

        INTEGRATION: CWS ineturl1 (1.17.376); FILE MERGED 2004/10/01 12:27:34 cmc 1.17.376.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [708e0c1b9cbe018079483dbd9df8f1d234196681]

        INTEGRATION: CWS ineturl1 (1.78.54); FILE MERGED 2004/12/01 17:15:56 cmc 1.78.54.3: RESYNC: (1.79-1.81); FILE MERGED 2004/10/02 12:10:32 cmc 1.78.54.2: RESYNC: (1.78-1.79); FILE MERGED 2004/10/01 12:27:33 cmc 1.78.54.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb8f354cf1742198efacfea84ed1099ba78b9ef8]

        INTEGRATION: CWS ineturl1 (1.15.352); FILE MERGED 2004/10/27 13:20:13 cmc 1.15.352.2: RESYNC: (1.15-1.16); FILE MERGED 2004/10/01 12:27:32 cmc 1.15.352.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3a71cdc8572176dbda8c9b926b2441822f77203]

        INTEGRATION: CWS ineturl1 (1.26.58); FILE MERGED 2004/10/01 12:27:32 cmc 1.26.58.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [da788d5399add8c8d2b09e27d84f57a39bd94e8f]

        INTEGRATION: CWS ineturl1 (1.3.44); FILE MERGED 2004/10/02 12:06:07 cmc 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/01 12:27:31 cmc 1.3.44.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5117d40b0a22e0f64683c829a11cf27d8f4cea9]

        INTEGRATION: CWS ineturl1 (1.35.20); FILE MERGED 2004/10/02 12:04:02 cmc 1.35.20.2: RESYNC: (1.35-1.36); FILE MERGED 2004/10/01 12:27:30 cmc 1.35.20.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [21815d7129823c8efc299b640960807d31223dc7]

        INTEGRATION: CWS ineturl1 (1.3.220); FILE MERGED 2004/10/29 22:15:05 cmc 1.3.220.3: #i34006# update to SRC680_m58 2004/10/27 12:50:03 cmc 1.3.220.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/01 10:26:39 cmc 1.3.220.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [80caf3c3d39b9f6e6e3635c360f51cd995bb85a3]

        INTEGRATION: CWS ineturl1 (1.19.84); FILE MERGED 2004/10/27 12:43:59 cmc 1.19.84.2: RESYNC: (1.19-1.20); FILE MERGED 2004/10/01 10:26:39 cmc 1.19.84.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [29932a906cc9ce3ce9e158bfaa928bd06bf1da7b]

        INTEGRATION: CWS ineturl1 (1.7.220); FILE MERGED 2004/12/01 16:42:05 cmc 1.7.220.3: RESYNC: (1.8-1.9); FILE MERGED 2004/10/27 12:39:31 cmc 1.7.220.2: RESYNC: (1.7-1.8); FILE MERGED 2004/10/01 10:26:38 cmc 1.7.220.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [728252e6434a90eac9dd958eaf3857e04bfee4de]

        INTEGRATION: CWS ineturl1 (1.16.30); FILE MERGED 2004/10/01 10:26:37 cmc 1.16.30.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2890087aad733bb118268e156460c202f6d135f1]

        INTEGRATION: CWS ineturl1 (1.9.58); FILE MERGED 2004/09/30 13:46:26 cmc 1.9.58.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4cd3ef61c00cb5f3cfea3aed8db24e62df03859]

        INTEGRATION: CWS ineturl1 (1.9.80); FILE MERGED 2004/09/30 12:46:50 cmc 1.9.80.1: #i33774# add some trivial consts to rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1359381cdc7728014feb6bf046d0a9aec9d6aea]

        INTEGRATION: CWS ineturl1 (1.17.6); FILE MERGED 2004/10/01 14:47:38 cmc 1.17.6.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b029d44d79a21c4258198c6f2592ecc00b681f06]

        INTEGRATION: CWS ineturl1 (1.4.18); FILE MERGED 2004/10/28 12:55:11 cmc 1.4.18.1: #i34006# update to SRC680_m58

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbb455a88ad7d48ae18638969969d898f095c1f8]

        INTEGRATION: CWS ineturl1 (1.3.68); FILE MERGED 2004/09/30 13:48:09 cmc 1.3.68.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a135d917c89960673a139e1ad10e5fd6bb2d3a1]

        INTEGRATION: CWS ineturl1 (1.10.334); FILE MERGED 2004/09/30 13:48:08 cmc 1.10.334.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b62bca8bd6036a5934f1bc9030e26f05b0b9edd0]

        INTEGRATION: CWS ineturl1 (1.2.280); FILE MERGED 2004/10/01 10:02:23 cmc 1.2.280.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b5975cea4a21a1517192cd4a950c1ae1a571619]

        INTEGRATION: CWS ineturl1 (1.10.14); FILE MERGED 2004/12/01 16:03:36 cmc 1.10.14.2: RESYNC: (1.10-1.11); FILE MERGED 2004/10/01 10:02:23 cmc 1.10.14.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb37304d6e4d7c2a5652fc6ac188ef5c6e3a594e]

        INTEGRATION: CWS ineturl1 (1.30.8); FILE MERGED 2004/12/01 16:03:06 cmc 1.30.8.3: RESYNC: (1.31-1.32); FILE MERGED 2004/10/27 12:26:45 cmc 1.30.8.2: RESYNC: (1.30-1.31); FILE MERGED 2004/10/01 10:02:22 cmc 1.30.8.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe38d08401dddd213732e13425e6469ac35b1997]

        INTEGRATION: CWS ineturl1 (1.4.36); FILE MERGED 2004/10/01 09:40:36 cmc 1.4.36.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [93ac3d63c82d535eee4a2929a4d9f64b858b1230]

        INTEGRATION: CWS vq07 (1.26.6); FILE MERGED 2004/12/03 22:48:06 vq 1.26.6.1: #i38411# Remove check for wdevenv in configure.

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee96c5491daff7e2a7774a83fb232ecc36ab4a0a]

        INTEGRATION: CWS ineturl1 (1.2.24); FILE MERGED 2004/12/03 11:17:43 cmc 1.2.24.1: #i34006# merge error fix

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfc7c0c6b901f74d8676ee7928742ad37865545b]

        INTEGRATION: CWS ineturl1 (1.18.32); FILE MERGED 2004/12/01 15:33:56 cmc 1.18.32.2: RESYNC: (1.18-1.19); FILE MERGED 2004/09/30 16:34:18 cmc 1.18.32.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [61e920e59713eab8728bc591aa6572c3388cf3f9]

        INTEGRATION: CWS ineturl1 (1.2.32); FILE MERGED 2004/09/30 16:34:18 cmc 1.2.32.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [825156fb8f998c2fd77f6a438151ccf5f1bf7346]

        INTEGRATION: CWS ineturl1 (1.10.986); FILE MERGED 2004/12/01 15:22:59 cmc 1.10.986.2: RESYNC: (1.10-1.11); FILE MERGED 2004/09/30 16:04:20 cmc 1.10.986.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d67075a1d096c0607dc22b675fae78964b48b3b]

        INTEGRATION: CWS ineturl1 (1.12.986); FILE MERGED 2004/12/01 15:22:46 cmc 1.12.986.2: RESYNC: (1.12-1.13); FILE MERGED 2004/09/30 16:04:20 cmc 1.12.986.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [71faf50802ecb1c5e628c91e0615a7b76f4cd687]

        INTEGRATION: CWS ineturl1 (1.11.1000); FILE MERGED 2004/12/01 15:22:36 cmc 1.11.1000.2: RESYNC: (1.11-1.12); FILE MERGED 2004/09/30 16:04:19 cmc 1.11.1000.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6c10eb2c335d43229840f7c15374054cf256861]

        INTEGRATION: CWS ineturl1 (1.11.986); FILE MERGED 2004/12/01 15:22:26 cmc 1.11.986.2: RESYNC: (1.11-1.12); FILE MERGED 2004/09/30 16:04:19 cmc 1.11.986.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f7523a39158bb54f2ae1378b088088034161edd]

        INTEGRATION: CWS ineturl1 (1.11.408); FILE MERGED 2004/12/01 15:22:17 cmc 1.11.408.2: RESYNC: (1.11-1.12); FILE MERGED 2004/09/30 16:04:19 cmc 1.11.408.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fae9717e994a56b294c83e2c11c317d5f96b3cae]

        INTEGRATION: CWS ineturl1 (1.8.1006); FILE MERGED 2004/12/01 15:22:07 cmc 1.8.1006.2: RESYNC: (1.8-1.9); FILE MERGED 2004/09/30 16:04:18 cmc 1.8.1006.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ab96d59f13bbcc95cb882a0976c1b04ac0a58b]

        INTEGRATION: CWS ineturl1 (1.11.436); FILE MERGED 2004/09/30 16:04:18 cmc 1.11.436.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8efdeb2107d258ec4817b90d46a239fe6ed5988b]

        INTEGRATION: CWS ineturl1 (1.20.98); FILE MERGED 2004/10/29 13:13:02 cmc 1.20.98.1: #i34006# update to SRC680_m58

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d380ff7d2efecafb7d9cdeece066b899a4af492]

        INTEGRATION: CWS ineturl1 (1.11.290); FILE MERGED 2004/10/27 12:18:40 cmc 1.11.290.2: RESYNC: (1.11-1.12); FILE MERGED 2004/09/30 16:04:17 cmc 1.11.290.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3587d49cf24730034618b9fcec0c486b0e2dc3bd]

        INTEGRATION: CWS ineturl1 (1.5.316); FILE MERGED 2004/09/30 16:04:16 cmc 1.5.316.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1378e16cd8d2d0f305c6db6a894d9caffe5024ac]

        INTEGRATION: CWS ineturl1 (1.30.32); FILE MERGED 2004/12/01 14:57:55 cmc 1.30.32.3: RESYNC: (1.31-1.32); FILE MERGED 2004/10/27 12:09:20 cmc 1.30.32.2: RESYNC: (1.30-1.31); FILE MERGED 2004/09/30 16:04:15 cmc 1.30.32.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1ecc442e7434b99ebcc2ae2d01725509c37a1e4]

        INTEGRATION: CWS ineturl1 (1.17.76); FILE MERGED 2004/09/30 16:04:14 cmc 1.17.76.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f74fcf50ba325e9b84c5031380a91705cfe24e83]

        INTEGRATION: CWS ineturl1 (1.28.34); FILE MERGED 2004/12/01 14:57:45 cmc 1.28.34.3: RESYNC: (1.29-1.30); FILE MERGED 2004/10/27 12:09:10 cmc 1.28.34.2: RESYNC: (1.28-1.29); FILE MERGED 2004/09/30 16:04:14 cmc 1.28.34.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [91d7c046a9b3f006236e44c5db48a09434c697f2]

        INTEGRATION: CWS ineturl1 (1.16.34); FILE MERGED 2004/10/27 12:08:56 cmc 1.16.34.2: RESYNC: (1.16-1.17); FILE MERGED 2004/09/30 16:04:13 cmc 1.16.34.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [51f90c24f1569849151a3ccf7846c49f81ae1ebb]

        INTEGRATION: CWS ineturl1 (1.42.34); FILE MERGED 2004/09/30 16:04:13 cmc 1.42.34.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f712764c6dd78c0b5055ba11a103ada6ea2fded]

        INTEGRATION: CWS ineturl1 (1.16.408); FILE MERGED 2004/12/01 14:50:02 cmc 1.16.408.2: RESYNC: (1.16-1.17); FILE MERGED 2004/09/30 16:04:12 cmc 1.16.408.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae2f14b17333ed4ce4b548ef82d22287516caf0]

        INTEGRATION: CWS ineturl1 (1.19.408); FILE MERGED 2004/12/01 14:49:53 cmc 1.19.408.2: RESYNC: (1.19-1.20); FILE MERGED 2004/09/30 16:04:12 cmc 1.19.408.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7efab188d903749225cf79ceb77d3f4b6e285614]

        INTEGRATION: CWS ineturl1 (1.17.408); FILE MERGED 2004/09/30 16:04:12 cmc 1.17.408.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [348150faa6937a09fbd4d7227152a7bc9ee5024e]

        INTEGRATION: CWS ineturl1 (1.13.408); FILE MERGED 2004/09/30 16:04:11 cmc 1.13.408.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [daf24750351b126e2e3620c2e5bb6ab45d32e53c]

        INTEGRATION: CWS ineturl1 (1.20.408); FILE MERGED 2004/09/30 16:04:11 cmc 1.20.408.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [80b54fea48ee21fa3434d58ad2cb4c9c71e0028c]

        INTEGRATION: CWS ineturl1 (1.19.408); FILE MERGED 2004/09/30 16:04:11 cmc 1.19.408.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [996a27a91037c3276f5d4da8d30c416f5b5b5710]

        INTEGRATION: CWS vq07 (1.77.6); FILE MERGED 2004/12/03 22:48:06 vq 1.77.6.1: #i38411# Remove check for wdevenv in configure.

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [559fa4dc3e4229e759f1d0efd0255b21afb042fd]

        INTEGRATION: CWS ineturl1 (1.16.408); FILE MERGED 2004/09/30 16:04:10 cmc 1.16.408.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4203870297cd9317afb13f5b7b72c5d1661a56f]

        INTEGRATION: CWS vq07 (1.60.6); FILE MERGED 2004/12/03 22:48:04 vq 1.60.6.1: #i38411# Remove check for wdevenv in configure.

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [caee2fa2ae6a07696887348fc1d7d2363d9cf824]

        INTEGRATION: CWS ineturl1 (1.5.108); FILE MERGED 2004/09/30 16:04:10 cmc 1.5.108.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [85cb4365b959e1f11bbb3d565c493cce9cf95466]

        INTEGRATION: CWS ineturl1 (1.2.98); FILE MERGED 2004/12/01 14:45:46 cmc 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/29 14:02:23 cmc 1.2.98.1: #i34006# update to SRC680_m58

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [972025001ea94c87c4f40aa641fb10eca68b351a]

        INTEGRATION: CWS ineturl1 (1.24.458); FILE MERGED 2004/09/30 16:04:10 cmc 1.24.458.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7454e21d881830a7adaba4f4b2692e269a5c3169]

        INTEGRATION: CWS ineturl1 (1.23.292); FILE MERGED 2004/09/30 16:04:10 cmc 1.23.292.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [997ee2c94e172bfb7dc8cfd824e0e488e58d5787]

        INTEGRATION: CWS ineturl1 (1.20.408); FILE MERGED 2004/09/30 16:04:09 cmc 1.20.408.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4033584ee4068383eb0ccf583cffe01bb5394a28]

        INTEGRATION: CWS ineturl1 (1.28.26); FILE MERGED 2004/09/30 16:04:09 cmc 1.28.26.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3c0d5cd570b581e093ececf3feebefeb8f823df]

        INTEGRATION: CWS ineturl1 (1.2.108); FILE MERGED 2004/09/30 16:04:09 cmc 1.2.108.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [991cb1187888f316c8d7c255c54c8b2fe9cec000]

        INTEGRATION: CWS ineturl1 (1.3.76); FILE MERGED 2004/09/30 16:04:08 cmc 1.3.76.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7e63c3369d796401faea73b5a54de9694eb2ba0]

        INTEGRATION: CWS ineturl1 (1.51.14); FILE MERGED 2004/10/27 11:50:41 cmc 1.51.14.2: RESYNC: (1.51-1.52); FILE MERGED 2004/09/30 11:06:23 cmc 1.51.14.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [80a3939ff6fa3a6757488e112c86b211ffbab0a1]

        INTEGRATION: CWS ineturl1 (1.3.12); FILE MERGED 2004/10/01 09:24:51 cmc 1.3.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7497e911de6d40a8089f5fb7dbcc4da404cb090]

        INTEGRATION: CWS ineturl1 (1.2.12); FILE MERGED 2004/10/01 09:24:50 cmc 1.2.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [79df8fc737e1300b6f31dc9bccb9b1a695cb400b]

        INTEGRATION: CWS ineturl1 (1.2.44); FILE MERGED 2004/10/01 09:24:49 cmc 1.2.44.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c707f4ed65781912a89e72c523f795b55c7afe0]

        INTEGRATION: CWS ineturl1 (1.5.12); FILE MERGED 2004/10/01 09:24:49 cmc 1.5.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [40ce5ef7cd0cee37df28703987e4ae7f1b56235b]

        INTEGRATION: CWS ineturl1 (1.6.12); FILE MERGED 2004/10/01 09:24:48 cmc 1.6.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7efa62b530f0a35ef8a96d8d0378b1620293783a]

        INTEGRATION: CWS ineturl1 (1.5.12); FILE MERGED 2004/10/01 09:24:48 cmc 1.5.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e1557becb0bd6b39810a1b166d26d4ede9c1fce]

        INTEGRATION: CWS ineturl1 (1.6.12); FILE MERGED 2004/10/01 09:24:47 cmc 1.6.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2a66c3f87821b5a1ddadfbe7d70a876c95ab877]

        INTEGRATION: CWS ineturl1 (1.4.12); FILE MERGED 2004/10/01 09:24:47 cmc 1.4.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [592a10f03f50c18bf26b2a4e1d98438a0323d6c7]

        INTEGRATION: CWS ineturl1 (1.4.12); FILE MERGED 2004/10/01 09:24:42 cmc 1.4.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ba1d069b435bb2825be271c5b4595fdcadc1338]

        INTEGRATION: CWS ineturl1 (1.4.12); FILE MERGED 2004/10/01 09:24:41 cmc 1.4.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d52f607beb8efad8ef58e1cc733a5979153399ac]

        INTEGRATION: CWS ineturl1 (1.4.12); FILE MERGED 2004/10/01 09:24:40 cmc 1.4.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [64e4e95a41f432bf1f01b74baf5845d6b785c26d]

        INTEGRATION: CWS ineturl1 (1.3.12); FILE MERGED 2004/10/01 09:24:39 cmc 1.3.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [06c2e500c7ac478143e82fde7f66c25306fdf37d]

        INTEGRATION: CWS ineturl1 (1.5.12); FILE MERGED 2004/10/01 09:24:38 cmc 1.5.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea549b974ae9706125e437c6815d1d58a645ed43]

        INTEGRATION: CWS ineturl1 (1.4.12); FILE MERGED 2004/10/01 09:24:38 cmc 1.4.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [323f278473318ddec73b77cccf5ec291dcede2d8]

        INTEGRATION: CWS ineturl1 (1.5.12); FILE MERGED 2004/10/01 09:24:37 cmc 1.5.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a64caf1ca4e99e87a84e0cedc532d09b86bf0c90]

        INTEGRATION: CWS ineturl1 (1.6.12); FILE MERGED 2004/10/01 09:24:36 cmc 1.6.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8301b41cda0309691d8fd264a8e025892ef3e4fa]

        INTEGRATION: CWS ineturl1 (1.3.12); FILE MERGED 2004/10/01 09:24:35 cmc 1.3.12.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f052f9bee4870e1bdd03deeb36843156c0b62f2]

        INTEGRATION: CWS ineturl1 (1.46.4); FILE MERGED 2004/09/30 17:35:38 cmc 1.46.4.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [384aa7a1d5394d018780bcc8140f7e667e74d8ed]

        INTEGRATION: CWS ineturl1 (1.28.90); FILE MERGED 2004/09/30 17:35:38 cmc 1.28.90.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [06e16f25ae28053b4df5f3555fb98225eeb6cff8]

        INTEGRATION: CWS ineturl1 (1.7.4); FILE MERGED 2004/09/30 17:35:38 cmc 1.7.4.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer

2004-12-13  Hennes Rohling  <hro@openoffice.org>  [10b4d046f33962e0cdb2088ec9f5049036f14beb]

        #i38807# Use bootstrap configured user installation for crash data files

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [aba7c5e443f7137ff9cef75365d549014c34f8d9]

        Flag file. Touch it to get ZIPTARGET rebuild instead of just updated.

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [e99960d5a6a8d85fa7d47a4f6412df729356b106]

        INTEGRATION: CWS aw022 (1.2.180); FILE MERGED 2004/11/26 13:45:36 aw 1.2.180.1: #i37447#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [d797b0984f33263377f616458e81b14b537bbc5e]

        INTEGRATION: CWS aw022 (1.117.150); FILE MERGED 2004/11/29 19:15:30 aw 1.117.150.2: RESYNC: (1.117-1.118); FILE MERGED 2004/11/22 16:24:03 aw 1.117.150.1: #i36115#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [15884452e6c2ca11d3812242be8b63409bf76dfb]

        INTEGRATION: CWS aw022 (1.22.32); FILE MERGED 2004/11/29 12:34:33 aw 1.22.32.1: #i37695#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [8457214682b8eba06621f6aea6964f45ba56d619]

        INTEGRATION: CWS aw022 (1.10.18); FILE MERGED 2004/12/01 10:36:59 aw 1.10.18.1: #i37448#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [6ff13174e99c1bca1b7a1089d0badc50e6d7b486]

        INTEGRATION: CWS aw022 (1.15.32); FILE MERGED 2004/11/19 14:53:08 aw 1.15.32.1: #i37462#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [65495b96e1dc64de6584dc2900ca0d6043f71bb4]

        INTEGRATION: CWS aw022 (1.6.118); FILE MERGED 2004/11/19 11:43:50 aw 1.6.118.1: #i37934#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [768606f772b974e2237b17d45bf1bfdf5394f8c2]

        INTEGRATION: CWS aw022 (1.11.18); FILE MERGED 2004/12/01 17:21:53 aw 1.11.18.1: #i37869#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [ab4f1701694b4e2120c87e820472ef3fa5d2d747]

        INTEGRATION: CWS aw022 (1.4.18); FILE MERGED 2004/12/01 17:21:53 aw 1.4.18.1: #i37869#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [f5671209416e59bf7d0d56a5f77aa5fbae436b75]

        INTEGRATION: CWS aw022 (1.7.32); FILE MERGED 2004/11/19 11:43:49 aw 1.7.32.1: #i37934#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [8f65a83189bcb1bbb03910791225d5b23ac0b3f0]

        INTEGRATION: CWS aw022 (1.3.356); FILE MERGED 2004/11/29 12:34:31 aw 1.3.356.1: #i37695#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [04038c659d8e7dfd8300ad70d6320fbe666e1e9e]

        INTEGRATION: CWS aw022 (1.5.118); FILE MERGED 2004/12/01 17:21:34 aw 1.5.118.1: #i37869#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [1efb8f986c877989045c93d7da707f9cdb2841b2]

        INTEGRATION: CWS aw022 (1.4.18); FILE MERGED 2004/12/01 17:21:33 aw 1.4.18.1: #i37869#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [6089274fbbab9a734f12c2d9ee3ae02002344791]

        INTEGRATION: CWS aw022 (1.6.118); FILE MERGED 2004/11/19 11:32:07 aw 1.6.118.1: #i37934#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [c5b598255149e0718a01d62c86fb6dea820cdbcf]

        INTEGRATION: CWS aw022 (1.2.554); FILE MERGED 2004/11/29 12:34:18 aw 1.2.554.1: #i37695#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [0474b8a382ecc809738afb755612b3d0791f9571]

        INTEGRATION: CWS aw022 (1.3.22); FILE MERGED 2004/12/01 11:46:54 aw 1.3.22.3: #i37263# 2004/12/01 11:45:57 aw 1.3.22.2: #i37262# 2004/12/01 11:44:02 aw 1.3.22.1: #i37869#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [90aa00426329c1dd602dd7641873e2d8ddec73c1]

        INTEGRATION: CWS aw022 (1.8.8); FILE MERGED 2004/11/22 10:41:50 aw 1.8.8.1: #i37394#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [b9e5d813780e1a3ed2dafbf87c7ab3c7358b0b0d]

        INTEGRATION: CWS aw022 (1.9.4); FILE MERGED 2004/11/25 11:09:20 aw 1.9.4.1: #i37443#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [66ecdf3c952231c593f45342be114b8320550ecc]

        INTEGRATION: CWS aw022 (1.14.2); FILE MERGED 2004/11/25 11:09:19 aw 1.14.2.2: #i37443# 2004/11/18 11:47:38 aw 1.14.2.1: #i37380#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [11cb3daead3bf3a6c43522b05af4fcf57ff147ab]

        INTEGRATION: CWS aw022 (1.8.38); FILE MERGED 2004/11/25 11:09:19 aw 1.8.38.2: #i37443# 2004/11/18 11:47:37 aw 1.8.38.1: #i37380#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [56e9190d2c98dae0811af2be79775c10b2413078]

        INTEGRATION: CWS aw022 (1.10.2); FILE MERGED 2004/11/25 11:09:18 aw 1.10.2.1: #i37443#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [4f237e2bf4b04dbc9917049a01a71a68769cc246]

        INTEGRATION: CWS aw022 (1.12.2); FILE MERGED 2004/11/25 11:09:18 aw 1.12.2.1: #i37443#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [a22e4b8bd5eca2db7e7fbea27fca934110991ca9]

        INTEGRATION: CWS aw022 (1.7.38); FILE MERGED 2004/11/25 11:09:18 aw 1.7.38.2: #i37443# 2004/11/18 11:47:28 aw 1.7.38.1: #i37380#

2004-12-13  Rüdiger Timm  <rt@openoffice.org>  [6a6320eac44dd16610b8c824287c6c3d98b339a4]

        INTEGRATION: CWS aw022 (1.4.40); FILE MERGED 2004/11/23 13:01:40 aw 1.4.40.1: #i37639#

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9d9b5a3a1e67f526984df0fedbded0f952757f5]

        INTEGRATION: CWS ause012 (1.21.28); FILE MERGED 2004/12/02 11:03:07 hjs 1.21.28.2: RESYNC: (1.21-1.23); FILE MERGED 2004/11/24 17:56:56 hjs 1.21.28.1: #i37776# remove obsolete dependency

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9e73c94e2220737d7efc9a31f4fca823f9f5dc2]

        INTEGRATION: CWS ause012 (1.5.82); FILE MERGED 2004/11/16 14:29:49 hjs 1.5.82.1: #i37200# remove unused RSCUPDVER redefinition

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd8a5104b2743cbef30021e5c9c4620c9a786e3c]

        INTEGRATION: CWS ause012 (1.8.82); FILE MERGED 2004/12/02 11:15:00 hjs 1.8.82.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/16 14:29:49 hjs 1.8.82.1: #i37200# remove unused RSCUPDVER redefinition

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aa8c10b6a23d3ccfe3a477503c53b8a23772bde]

        INTEGRATION: CWS ause012 (1.33.22); FILE MERGED 2004/11/16 14:29:48 hjs 1.33.22.1: #i37200# remove unused RSCUPDVER redefinition

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8859805bb4f9e08da2eb9e846ed56ff2cad8d38c]

        INTEGRATION: CWS ause012 (1.20.38); FILE MERGED 2004/11/24 13:49:02 lo 1.20.38.1: #i37776 remove old setup2 dependency

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b02fb9490ce24288a5472916f52657143f9536d]

        INTEGRATION: CWS ause012 (1.155.10); FILE MERGED 2004/12/02 11:04:41 hjs 1.155.10.2: RESYNC: (1.155-1.159); FILE MERGED 2004/11/24 13:49:02 lo 1.155.10.1: #i37776 remove old setup2 dependency

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [17dba8f2fb9f83064b8b576492564a2e193604a5]

        INTEGRATION: CWS ause012 (1.11.10); FILE MERGED 2004/12/03 17:46:15 hjs 1.11.10.1: #i37776# cleanup

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [687288372e130e568704dcb4d57ef0e77f4db021]

        INTEGRATION: CWS ause012 (1.50.10); FILE MERGED 2004/12/02 18:58:08 hjs 1.50.10.1: #i37776# remove obsolete files orginating from setup2 module

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0cbcc98643167c2cf9b6a2ce4607af78d924a83]

        INTEGRATION: CWS ause012 (1.2.192); FILE MERGED 2004/12/07 17:43:38 hjs 1.2.192.1: #i37776# remove obsolete activex stuff

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc8d843393b3882601a279ea1290b68f9225c222]

        INTEGRATION: CWS ause012 (1.2.192); FILE MERGED 2004/12/07 17:43:36 hjs 1.2.192.1: #i37776# remove obsolete activex stuff

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [584a726cb2494f7ec297f43f04d3dc4710fe0c89]

        INTEGRATION: CWS ause012 (1.6.10); FILE MERGED 2004/12/02 10:51:46 hjs 1.6.10.2: RESYNC: (1.6-1.8); FILE MERGED 2004/11/24 15:12:20 hjs 1.6.10.1: #i37776# remove obsolete dependency

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [72d55c9fe19dccd965fb6e5c48c82435439b621c]

        INTEGRATION: CWS ause012 (1.22.206); FILE MERGED 2004/11/24 15:01:54 hjs 1.22.206.1: #i37200# removed custom RSCUPDVER as no longer in use

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2ad755e4784314ea5f256c84818b19710d34e93]

        INTEGRATION: CWS ause012 (1.4.228); FILE MERGED 2004/11/24 15:01:54 hjs 1.4.228.1: #i37200# removed custom RSCUPDVER as no longer in use

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe43bb5fec5ae64902dbbec44ce0902dbd60d8dc]

        INTEGRATION: CWS ause012 (1.2.370); FILE MERGED 2004/11/24 15:01:25 hjs 1.2.370.1: #i37200# removed custom RSCUPDVER as no longer in use

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f9d31998459072fdaf24ed7fbcd1a26782dea04]

        INTEGRATION: CWS ause012 (1.4.4); FILE MERGED 2004/11/15 11:05:01 hjs 1.4.4.1: #i37162# explicit include as netdb.h may miss it on some glibc versions

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [09199a7369087ca8c27744a509885d435895d107]

        INTEGRATION: CWS ause012 (1.2.4); FILE MERGED 2004/12/02 09:27:52 hjs 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/16 15:13:54 hjs 1.2.4.1: #i37200# remove unused RSCUPDVER redefinition

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [526616e37f72c30e3d141966f3d3caf757647832]

        INTEGRATION: CWS ause012 (1.4.6); FILE MERGED 2004/11/16 15:13:53 hjs 1.4.6.1: #i37200# remove unused RSCUPDVER redefinition

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e3976eab2f5365ce284013121c0a968dfabc214]

        INTEGRATION: CWS ause012 (1.3.6); FILE MERGED 2004/11/16 15:13:53 hjs 1.3.6.1: #i37200# remove unused RSCUPDVER redefinition

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fb8bcef5fd81c0115b1e134f3e685fa805e6f3e]

        INTEGRATION: CWS ause012 (1.2.4); FILE MERGED 2004/12/02 09:23:52 hjs 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/16 15:13:53 hjs 1.2.4.1: #i37200# remove unused RSCUPDVER redefinition

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0447678c215720ffefe6baef03c80c54c97e8f74]

        INTEGRATION: CWS ause012 (1.28.68); FILE MERGED 2004/12/02 14:22:49 hjs 1.28.68.1: #i37776# deliver so_checksun, moved here from scptools

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0e366b829ab30fc6c2f3e4b7b8a4f04c91f3b92]

        INTEGRATION: CWS ause012 (1.1.2); FILE ADDED 2004/11/25 18:30:57 hjs 1.1.2.1: #i37776# moved here from obsolete scptools

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f350a092b4086d0a3b1f151c72e7ac104855ce02]

        INTEGRATION: CWS ause012 (1.1.2); FILE ADDED 2004/11/25 18:30:58 hjs 1.1.2.1: #i37776# moved here from obsolete scptools

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e07dd3345b740d75fdf995ee5de68aba0956052f]

        INTEGRATION: CWS ause012 (1.18.74); FILE MERGED 2004/11/25 18:30:58 hjs 1.18.74.1: #i37776# moved here from obsolete scptools

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [63a1d727757d66319d3c2c6751b45ac4340a9c79]

        INTEGRATION: CWS ause012 (1.85.2); FILE MERGED 2004/12/02 09:18:31 hjs 1.85.2.3: RESYNC: (1.86-1.87); FILE MERGED 2004/11/11 10:11:28 hjs 1.85.2.2: RESYNC: (1.85-1.86); FILE MERGED 2004/11/05 17:32:12 hjs 1.85.2.1: #i34454# make .def files phony on demand

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d90a8858f7442274d3d2d401c991398dc10cd3f]

        INTEGRATION: CWS ause012 (1.11.112); FILE MERGED 2004/12/03 13:48:17 hjs 1.11.112.1: #i37776# call of checkscp obsolete

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [db9dcfb7ff100d3dcf9b0b301a2e42fe3bf48ecc]

        INTEGRATION: CWS ause012 (1.26.26); FILE MERGED 2004/11/05 17:32:13 hjs 1.26.26.1: #i34454# make .def files phony on demand

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [198d697e7d34165fdc0b6389030fd8515e8ed317]

        INTEGRATION: CWS ause012 (1.154.4); FILE MERGED 2004/12/02 09:19:06 hjs 1.154.4.2: RESYNC: (1.154-1.156); FILE MERGED 2004/11/25 18:35:52 hjs 1.154.4.1: #i37200# enhanced default of RSCUPDVER

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c128137b79be5a97d5d43c7d846fb2ee832685c1]

        INTEGRATION: CWS ause012 (1.1.1.1.406); FILE MERGED 2004/11/23 13:03:12 hjs 1.1.1.1.406.1: #i37699# return error if makefile not found

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [882455ed550ad2ff0b3e23be38f118c66060c101]

        INTEGRATION: CWS ause012 (1.83.2); FILE MERGED 2004/12/02 09:18:58 hjs 1.83.2.3: RESYNC: (1.84-1.85); FILE MERGED 2004/11/11 10:11:38 hjs 1.83.2.2: RESYNC: (1.83-1.84); FILE MERGED 2004/11/05 17:32:12 hjs 1.83.2.1: #i34454# make .def files phony on demand

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee72aa3679561b40107a8d8593227bb4f2ff2771]

        INTEGRATION: CWS ause012 (1.9.114); FILE MERGED 2004/12/03 13:48:16 hjs 1.9.114.1: #i37776# call of checkscp obsolete

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b110c1c8dcf9cbbf01d172149c046774feb119e2]

        INTEGRATION: CWS ause012 (1.25.26); FILE MERGED 2004/11/05 17:32:13 hjs 1.25.26.1: #i34454# make .def files phony on demand

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a695d66d6638abef4eaffcf74e364ff9ed219fd4]

        INTEGRATION: CWS ause012 (1.5.30); FILE MERGED 2004/12/03 17:52:59 hjs 1.5.30.4: #i10000# resync merge 2004/11/17 10:46:52 hjs 1.5.30.3: #115128# check return code before printing a warning 2004/11/11 18:20:01 hjs 1.5.30.2: #115128# use -k to keep existing output trees 2004/11/11 15:28:00 hjs 1.5.30.1: #115128# use -o to force creation of output trees in copy mode

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5339ca2667ccfe056533d7f8f853b50f54e66065]

        INTEGRATION: CWS ause012 (1.4.10); FILE MERGED 2004/11/23 13:00:06 hjs 1.4.10.1: #i37698# survive ENABLE_GTK=

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [65a8d24c19657554df790195d29978d2a89a943a]

        INTEGRATION: CWS ause012 (1.34.60); FILE MERGED 2004/12/01 17:59:50 hjs 1.34.60.2: RESYNC: (1.34-1.35); FILE MERGED 2004/11/10 11:10:07 hjs 1.34.60.1: #i10000# added transex3 - required for resource building

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3326fd2cf62ecd9be5463ed2b0abf9466952dbb]

        INTEGRATION: CWS ause012 (1.5.298); FILE MERGED 2004/12/02 14:16:36 hjs 1.5.298.1: #i37200# cleanup

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5edd4162155f0a49ced7037bb3b4d8d86296f5e]

        INTEGRATION: CWS ause012 (1.4.26); FILE MERGED 2004/12/02 17:28:55 hjs 1.4.26.1: #i37200# cleanup

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [61457d5d5b916758269f28c179363d8afd7670a2]

        INTEGRATION: CWS ause012 (1.3.144); FILE MERGED 2004/11/24 08:05:23 os 1.3.144.1: #i37200# RID_BUILDVERSION removed

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [14b354266769d1d1b7f472982648c6bd2bc67f51]

        INTEGRATION: CWS ause012 (1.12.4); FILE MERGED 2004/12/01 15:01:16 hjs 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2004/11/24 08:04:24 os 1.12.4.1: #i37200# RID_BUILDVERSION removed

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [33756bd27c5e1bd2587e933b262dd335c487d9eb]

        INTEGRATION: CWS ause012 (1.108.124); FILE MERGED 2004/12/01 15:01:00 hjs 1.108.124.2: RESYNC: (1.108-1.110); FILE MERGED 2004/11/24 08:04:24 os 1.108.124.1: #i37200# RID_BUILDVERSION removed

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [870890f1096699760ff7b7802146abd189286d0f]

        INTEGRATION: CWS ause012 (1.102.68); FILE MERGED 2004/12/01 11:04:14 hjs 1.102.68.2: RESYNC: (1.102-1.103); FILE MERGED 2004/11/24 17:26:35 hjs 1.102.68.1: #i37200# removed custom RSCUPDVER as no longer in use

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b592b9386f4830e032c85a32f991aad385ddcf2]

        INTEGRATION: CWS ause012 (1.12.6); FILE MERGED 2004/11/24 17:26:35 hjs 1.12.6.1: #i37200# removed custom RSCUPDVER as no longer in use

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e573d475160296367f12cbe20dae7306245ad228]

        INTEGRATION: CWS ause012 (1.7.48); FILE MERGED 2004/11/16 14:05:36 hjs 1.7.48.1: #i37200# remove unused RSCUPDVER redefinition

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fcc652375abd2d1939e8674e44e4a5651b7bccf]

        INTEGRATION: CWS ause012 (1.20.46); FILE MERGED 2004/11/17 15:00:46 hjs 1.20.46.1: #i37200# remove overwriting of resource string

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cf4c1fe938aeb0a0fcd5505d9eaf92b9765d164]

        INTEGRATION: CWS ant02 (1.58.4); FILE MERGED 2004/11/18 16:01:13 bei 1.58.4.1: #i27028# improve ant detection

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf24ea0686ab5fedd44264cd993fd9b61b0ff835]

        INTEGRATION: CWS ant02 (1.25.10); FILE MERGED 2004/11/18 16:01:14 bei 1.25.10.1: #i27028# improve ant detection

2004-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce9fead503cd5ada4a836744884cc6aa0a28cd7f]

        INTEGRATION: CWS ant02 (1.75.2); FILE MERGED 2004/11/18 16:01:12 bei 1.75.2.1: #i27028# improve ant detection

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [9a8d5b051c523f189b70d608a86e1dedc322ffbc]

        INTEGRATION: CWS sch05 (1.13.256); FILE MERGED 2004/11/16 16:14:36 iha 1.13.256.1: #i36001# prevent endless loop

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [2874dc02bf2b466fc4aa9c71f1f842656a078ef1]

        INTEGRATION: CWS sch05 (1.4.194); FILE MERGED 2004/11/17 17:17:31 iha 1.4.194.1: #i30689# set helpid to treelist

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [094a8deb8ee3422318b4493de46f6f9a0d3721ec]

        INTEGRATION: CWS sch05 (1.5.62); FILE MERGED 2004/11/17 17:16:41 iha 1.5.62.1: #i30689# set helpid to treelist

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [f5efeb59acf0cae5ba7b58f54e1107d88a1344f7]

        INTEGRATION: CWS sch05 (1.69.298); FILE MERGED 2004/11/25 11:21:28 iha 1.69.298.1: #i37611# cut images on buttons

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [e367070d970b880298c0f11dc0ec6560fc3bbcdb]

        INTEGRATION: CWS sch05 (1.20.506); FILE MERGED 2004/11/25 15:26:44 iha 1.20.506.1: #i32567# ftp urls without user did not work

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [51a6b3c7686dabe4098e560476bd8953f25a57bb]

        INTEGRATION: CWS sch05 (1.3.112); FILE MERGED 2004/11/25 14:18:11 iha 1.3.112.1: #i37758# formatpaintbrush didn't not work with custom shapes

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [732ff0fbd545a59119dcb3d5799892b100fa26c6]

        INTEGRATION: CWS gh9 (1.6.2); FILE MERGED 2004/11/18 12:09:33 ab 1.6.2.1: #i37363# GET only keyword if Option Compatible is set

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [ecd29fc7fccae377efe1676e4e74a0bd1c6b5dd2]

        INTEGRATION: CWS gh9 (1.8.14); FILE MERGED 2004/12/07 15:24:50 gh 1.8.14.3: compare tags to sourcelanguage only if sourcelanguage is given 2004/11/24 12:47:13 gh 1.8.14.2: generate error in case of single \< without \> 2004/11/23 12:02:29 gh 1.8.14.1: check for pairs of \" tags ignore \\ check for end of tag (not end of line) close error and ok files on exit

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [ac657198b780bbec00aa9d5b3d204851f493f2e3]

        INTEGRATION: CWS gh9 (1.11.14); FILE MERGED 2004/12/08 09:33:57 gh 1.11.14.4: improve handling of incorrect lines 2004/12/07 16:16:47 gh 1.11.14.3: new switch -wef and -wcf to pass own filename 2004/12/07 15:24:49 gh 1.11.14.2: compare tags to sourcelanguage only if sourcelanguage is given 2004/11/23 12:02:28 gh 1.11.14.1: check for pairs of \" tags ignore \\ check for end of tag (not end of line) close error and ok files on exit

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [f2795201de43e1751c6b927b1ab2da0ee88ab840]

        INTEGRATION: CWS gh9 (1.5.14); FILE MERGED 2004/12/07 15:24:49 gh 1.5.14.3: compare tags to sourcelanguage only if sourcelanguage is given 2004/11/25 14:42:21 gh 1.5.14.2: generate error in case of single \< without \> 2004/11/23 12:02:28 gh 1.5.14.1: check for pairs of \" tags ignore \\ check for end of tag (not end of line) close error and ok files on exit

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [e0ffb74d51a13e6b78bd151ca67eae6b853332a3]

        INTEGRATION: CWS gh9 (1.17.28); FILE MERGED 2004/11/24 10:15:12 gh 1.17.28.1: #i37484#set text colors explicitly to black where needed

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [f046560e9a533046edebe0b30bc79992dedab213]

        INTEGRATION: CWS gh9 (1.2.14); FILE MERGED 2004/11/19 13:29:41 gh 1.2.14.1: do not leave *.obj files in sourcetree

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [025f236afb0cd3cc37e29ff15da52890f1e69768]

        INTEGRATION: CWS gh9 (1.14.12); FILE MERGED 2004/11/17 09:43:33 gh 1.14.12.2: #i36848# fix highlighting od methods ID and Name 2004/11/16 16:59:32 gh 1.14.12.1: #i36848#fix passing of controls (objects) to subroutines

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [b07fa35acdcbee19be2006d5d5f3143a32859902]

        INTEGRATION: CWS gh9 (1.3.24); FILE MERGED 2004/11/22 13:16:46 gh 1.3.24.1: #i37486#fix transfering of objects as ULong OR String

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [bb3c3f9c3cf4f22c2a0cc3252efb6b9d3b094872]

        INTEGRATION: CWS gh9 (1.13.4); FILE MERGED 2004/11/25 14:39:28 gh 1.13.4.1: #i32292#continue searching for a window even though a toolbox itemwindow was found already

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [18fd4fef493ba46d53718306c79d136002938987]

        INTEGRATION: CWS vclbetabugs01 (1.14.10); FILE MERGED 2004/12/07 13:12:55 ssa 1.14.10.1: #i37884# query visibility state right after setting corresponding listener

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [a3dbb7c2665e91e66292080ce8c2dac1930988b0]

        INTEGRATION: CWS eforms3 (1.2.4); FILE MERGED 2004/11/29 16:34:26 dvo 1.2.4.1: #i34793# catch (and ignore) unkown exceptions

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [9d15ec70f4ab6105cb43d61d46c3c8bc9ffc4845]

        INTEGRATION: CWS qadev20 (1.3.82); FILE MERGED 2004/11/19 13:39:54 cn 1.3.82.1: #i37451# maximize ize of ocument window

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [2bafe53b64ba8b98f89d61c8bce24f2e4ecc45a3]

        INTEGRATION: CWS qadev20 (1.4.4); FILE MERGED 2004/11/19 14:15:26 cn 1.4.4.1: #i37458# the tests uses now utils.util.shortWait()

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [90896af4ccc7be9aca3eb8609092d44c03b738b7]

        INTEGRATION: CWS qadev20 (1.7.4); FILE MERGED 2004/11/17 17:17:11 cn 1.7.4.1: #i37352# add a wait statement after the dialog was opened

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [b5e415c47db27cbba28509d2b1930d86082dbf64]

        INTEGRATION: CWS qadev20 (1.9.4); FILE MERGED 2004/11/17 17:00:10 cn 1.9.4.1: #i37352# add a wait statement after the dialog was opened

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [53af0a94bb99a6889e4f3aa74f9f6cf0f61bb2c3]

        INTEGRATION: CWS qadev20 (1.8.4); FILE MERGED 2004/11/17 16:56:55 cn 1.8.4.2: #i37350# change shotWait() with util.utils.shortWait(Param.getInt(ShortWait)) 2004/11/17 16:39:54 cn 1.8.4.1: #i37350# remove the joining of dialog thread with test thread

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [bf412ecb474cb4a264680e71c08326f783d385c0]

        INTEGRATION: CWS qadev20 (1.4.82); FILE MERGED 2004/11/25 11:52:13 cn 1.4.82.1: #i36094# object relation xTextFrame added

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [f969a8d032452e31aa9e5d3bc55862fdcfc3e5cb]

        INTEGRATION: CWS qadev20 (1.7.4); FILE MERGED 2004/11/24 17:10:25 cn 1.7.4.1: #i37082# uniqueSuffix problem fixed

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [f40ba3f95e6c215a67f86e817a461376656fafcf]

        INTEGRATION: CWS qadev20 (1.8.20); FILE MERGED 2004/11/18 14:25:42 cn 1.8.20.1: #i37401 tests adpodted to new tool bars

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [69f9c434a01515635187c9ad23ef017801bdbddc]

        INTEGRATION: CWS qadev20 (1.7.4); FILE MERGED 2004/11/18 15:50:00 cn 1.7.4.1: #i37401 tests adpodted to new tool bars

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [cc48d288c4ad46dad0cb6e0e6d73099949a90f3f]

        INTEGRATION: CWS qadev20 (1.6.74); FILE MERGED 2004/11/24 20:11:59 cn 1.6.74.1: #i36520# adopt test to handle jump marks in URLs

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [92e581aeedfca9c5b9bfed519dd9e854e9edb7a6]

        INTEGRATION: CWS ause014 (1.12.4); FILE MERGED 2004/12/07 11:17:25 hjs 1.12.4.5: #i37968# simplify .INCLUDE 2004/12/06 17:28:34 hjs 1.12.4.4: #i37968# use CWS name hint - inserted empty line again 2004/12/06 17:26:56 hjs 1.12.4.3: #i37968# use CWS name hint - fix typo 2004/12/06 17:23:33 hjs 1.12.4.2: #i37968# use CWS name hint 2004/12/06 14:18:46 hjs 1.12.4.1: #i37968# use CWS name hint

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [eb4ad60217f036b5d3680c82572e4b2333877a3d]

        INTEGRATION: CWS qadev20 (1.5.20); FILE MERGED 2004/11/25 11:13:35 cn 1.5.20.1: #i36539# remove object relation for  XController

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [a6bc2a4a60f2cdeb714bc5c65aa18bff0b1ccb66]

        INTEGRATION: CWS tbe14 (1.18.2); FILE MERGED 2004/11/17 14:04:44 tbe 1.18.2.1: #i31563# scroll area too small

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [a74f417c76069b6e06f49e36f2f008f74df80098]

        INTEGRATION: CWS qadev20 (1.2.98); FILE MERGED 2004/11/17 16:08:04 cn 1.2.98.1: #i37345# add some debug output to the method getIndexCharacter()

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [e8a65c7c00e8a914aac89493227aef7a6f768ba1]

        INTEGRATION: CWS ause014 (1.13.14); FILE MERGED 2004/12/06 14:15:07 hjs 1.13.14.1: #i37968# use LAST_MINOR to get an idea of the used milestone

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [993abaf22eb7f1960881113aed0e4643dd71ec49]

        INTEGRATION: CWS tbe14 (1.3.300); FILE MERGED 2004/11/17 14:04:17 tbe 1.3.300.1: #i31563# scroll area too small

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [d96dad392a561ff23ed0766da02a95544ced2048]

        INTEGRATION: CWS qadev20 (1.2.98); FILE MERGED 2004/11/24 20:13:51 cn 1.2.98.1: #i36520# adopt test to handle jump marks in URLs

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [f69e27b1e4237e2676b17d17b96a0805cb8ea59a]

        INTEGRATION: CWS ause014 (1.11.14); FILE MERGED 2004/12/07 11:18:11 hjs 1.11.14.3: #i37968# simplify .INCLUDE 2004/12/06 18:28:50 hjs 1.11.14.2: #i37968# fix result evaluation of open 2004/12/06 14:09:32 hjs 1.11.14.1: #i37968# leave hint of CWS name

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [eb0fc030cb027426e0d329ed5da6a98df9bb9e9e]

        INTEGRATION: CWS tbe14 (1.13.134); FILE MERGED 2004/11/17 14:03:52 tbe 1.13.134.1: #i31563# scroll area too small

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [a92a085e142a8c9107d684df17b94dd741d6a876]

        INTEGRATION: CWS qadev20 (1.2.56); FILE MERGED 2004/11/22 12:33:24 sg 1.2.56.1: #i37187#CHG: replaced functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [4f621d3f7fb870e14bf30b242e5704d142140ff3]

        INTEGRATION: CWS tbe14 (1.36.2); FILE MERGED 2004/11/17 14:07:36 tbe 1.36.2.1: #i31563# scroll area too small

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [ed8cfedc1921c08ad1264151c8f37a47d59452c1]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/22 12:32:49 sg 1.2.4.1: #i37187#CHG: replaced functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [4db953e05419f4d6a0332f648de57b2157c63213]

        INTEGRATION: CWS tbe14 (1.16.282); FILE MERGED 2004/11/17 14:06:38 tbe 1.16.282.1: #i31563# scroll area too small

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [7e7bdfe8c7cec411a1232c278c335130131b2940]

        INTEGRATION: CWS qadev20 (1.7.4); FILE MERGED 2004/11/24 16:37:52 cn 1.7.4.2: #i37801# function getOfficeTemp() returns now the tem folder of office 2004/11/22 12:24:28 sg 1.7.4.1: #i37187#CHG: added function 'replaceAll13' for jdk131 compatibility

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [c574a9e4b8e3267bbf0dd8274b8ad378b3c85f96]

        INTEGRATION: CWS tbe14 (1.34.24); FILE MERGED 2004/11/17 14:06:18 tbe 1.34.24.1: #i31563# scroll area too small

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [d83ee7cfecee171e65cb40081f22e06a5ca01cf8]

        INTEGRATION: CWS qadev20 (1.3.90); FILE MERGED 2004/11/26 14:22:05 sg 1.3.90.1: #i37178#CHG: removed Java 1.3 incompatibilities

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [a9ca877eff45de675df371868d70d11b3c5d2486]

        INTEGRATION: CWS tbe14 (1.30.30); FILE MERGED 2004/11/17 14:08:26 tbe 1.30.30.1: #i31563# scroll area too small

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [d390d3e8b5191bdf87a2b3c041cbe30b3c2784f9]

        INTEGRATION: CWS qadev20 (1.2.96); FILE MERGED 2004/11/22 12:25:22 sg 1.2.96.1: #i37187#CHG: removed functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [472653c908e852ca96b68d8207070b7d25350220]

        INTEGRATION: CWS tbe14 (1.4.52); FILE MERGED 2004/11/17 14:09:38 tbe 1.4.52.1: #i31563# scroll area too small

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [92d78f2587104c9af36fc6bc6484d98bc5018c19]

        INTEGRATION: CWS qadev20 (1.3.90); FILE MERGED 2004/11/22 12:25:59 sg 1.3.90.1: #i37187#CHG: removed functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [b3de998745aa246f5bd23817dd1db673e9878c13]

        INTEGRATION: CWS qadev20 (1.5.4); FILE MERGED 2004/11/22 12:26:39 sg 1.5.4.1: #i37187#CHG: removed functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [efa558edd9e92e3e09f84868b9e71932cafd402e]

        INTEGRATION: CWS qadev20 (1.5.20); FILE MERGED 2004/11/17 17:06:15 sw 1.5.20.1: #i34887#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [d68900a9a601fd7f0cbc8f1e2c5506b64e764fee]

        INTEGRATION: CWS qadev20 (1.1.2); FILE ADDED 2004/11/17 17:05:48 sw 1.1.2.1: #i34887#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [dc7dfc02e928f942b51e89409ec4a7a818c6dba7]

        INTEGRATION: CWS qadev20 (1.5.58); FILE MERGED 2004/11/23 10:18:40 lla 1.5.58.1: #i37160# add exec for String array

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [5b671466a46bc20e6ef3263547c065702f2423b2]

        INTEGRATION: CWS qadev20 (1.14.4); FILE MERGED 2004/11/24 20:05:10 cn 1.14.4.2: #i37028# bugfix in debug output 2004/11/22 12:27:07 sg 1.14.4.1: #i37187#CHG: removed functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [61a7830dcd618febe6fddb49dbda68873267f3c2]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/17 08:04:47 lla 1.2.4.1: #i31243#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [7ad7a666532f92c878ff97b64b2036309d220879]

        INTEGRATION: CWS pj13 (1.11.4); FILE MERGED 2004/11/28 20:01:37 pjanik 1.11.4.1: #i37367#: Remove non-source languages from source. Translations were bad anyway.

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [de2ee1629e0fcd918b2308428866ecff220da054]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/23 10:17:19 lla 1.2.4.2: #i37160# 2004/11/22 14:32:33 lla 1.2.4.1: #i37160# handle spaces in names

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [b20d308f48d46e315241cfde21ca4312624682d1]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/17 08:04:46 lla 1.2.4.1: #i31243#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [51200873741e6c628e8f90581aface1125e6e1c2]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/23 10:16:49 lla 1.2.4.4: #i37160# handle spaces in files 2004/11/22 14:32:31 lla 1.2.4.3: #i37160# handle spaces in names 2004/11/22 12:28:52 sg 1.2.4.2: #i37187#CHG: replaced functions that were not jdk131 compatible 2004/11/17 08:04:46 lla 1.2.4.1: #i31243#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [b5b7ae595abcb921cc102c6c3fcfa33e599e6bf7]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/17 08:08:35 lla 1.2.4.2: #i37159# show import filter 2004/11/17 08:04:46 lla 1.2.4.1: #i31243#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [bb75749d11ae06fc7c6f388599df0b6afe54f601]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/23 10:48:04 lla 1.2.4.3: #i37160# 2004/11/23 10:17:19 lla 1.2.4.2: #i37160# 2004/11/17 08:04:46 lla 1.2.4.1: #i31243#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [3e4a7a38af9171217b374c0abc4e5ad54b0057b4]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/17 08:04:45 lla 1.2.4.1: #i31243#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [5eae02e26f7f80f4e53f15d7b21302cb639f9337]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/22 12:28:16 sg 1.2.4.1: #i37187#CHG: replaced functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [d586ec63f368ea13888f96aea3e3e5ee3867b59f]

        INTEGRATION: CWS qadev20 (1.1.2); FILE ADDED 2004/11/23 10:15:38 lla 1.1.2.2: #i37160# give a comment 2004/11/17 08:05:54 lla 1.1.2.1: #i31243# INI file outputter

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [04814e9d5cbf34a94cfa43ac7571e9c0154110ed]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/22 12:29:11 sg 1.2.4.2: #i37187#CHG: replaced functions that were not jdk131 compatible 2004/11/17 08:04:45 lla 1.2.4.1: #i31243#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [eefe90bda29a0d10e9bd5d4002a9e20cfc0ddc99]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/22 12:28:34 sg 1.2.4.1: #i37187#CHG: replaced functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [57db7a34649ef8a51e14a25190cfb82f21d00020]

        INTEGRATION: CWS qadev20 (1.1.2); FILE ADDED 2004/11/17 08:05:25 lla 1.1.2.1: #i31243# new document converter

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [6c12e732f34e1ee65d4e8342018cf9236f155ab2]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/17 08:04:44 lla 1.2.4.1: #i31243#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [84ac662fbeb35c79ae9cbacb612361f0a9e9df0a]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/23 10:15:18 lla 1.2.4.2: #i37160# 2004/11/17 08:04:44 lla 1.2.4.1: #i31243#

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [35a077a2d6acb94d01b3233661e9ae6a0942038a]

        INTEGRATION: CWS qadev20 (1.2.4); FILE MERGED 2004/11/22 12:29:30 sg 1.2.4.1: #i37187#CHG: replaced functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [01ce8594d1e7b7e0cf5de3ae4d21007223fd9542]

        INTEGRATION: CWS qadev20 (1.2.90); FILE MERGED 2004/11/22 12:30:48 sg 1.2.90.1: #i37187#CHG: replaced functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [2025184be2075571c559ab382d19003b96c7857a]

        INTEGRATION: CWS qadev20 (1.5.58); FILE MERGED 2004/11/22 12:30:05 sg 1.5.58.1: #i37187#CHG: removed functions that were not jdk131 compatible

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [0733f589032ee58cc7ab5a143fac4d89f48a6b1f]

        INTEGRATION: CWS pj13 (1.32.16); FILE MERGED 2004/11/28 19:42:57 pjanik 1.32.16.1: #i37144#: Use cs instead of cs-CZ ISO code for fonts.

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [5d434fd466c7b3472c140e7ae8481d7a82f4d618]

        INTEGRATION: CWS qadev20 (1.7.4); FILE MERGED 2004/11/25 11:56:41 cn 1.7.4.1: #37100# remove command which set the timeout to zero

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [73543a9d620b4da2b35584000e4d98fe6d25fb0b]

        INTEGRATION: CWS qadev20 (1.1.2); FILE ADDED 2004/11/24 19:32:03 cn 1.1.2.1: #i36908# initial version

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [444cbf11736e11dd633adbfd8892632a00466444]

        INTEGRATION: CWS pj13 (1.19.12); FILE MERGED 2004/11/28 19:50:55 pjanik 1.19.12.1: #i37097#: Remove old/outdated readme files.

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [71fc0e1eb7307feeac7c6be8e5d59d5e29025d26]

        INTEGRATION: CWS pj13 (1.23.2); FILE MERGED 2004/11/28 19:44:23 pjanik 1.23.2.1: #i34138#: Add Bulgarian language.

2004-12-10  Rüdiger Timm  <rt@openoffice.org>  [fb0ad87e6055e4a9c2913f331b26ad30a92bf187]

        INTEGRATION: CWS pj13 (1.14.2); FILE MERGED 2004/11/28 19:40:05 pjanik 1.14.2.1: #i37803#: add missing dependencies (javaunohelper and pyuno).

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [a737758122fadb323e714cbd2aa3855d541dc89e]

        SRC680

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [30767c06dfef05e2e83324b18670cd47bb8c3ec2]

        INTEGRATION: CWS pbbeta02 (1.35.130); FILE MERGED 2004/12/08 09:51:32 pb 1.35.130.1: fix: #i37985# new template file formats (ot?) added

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [199480de22fad4fad269a040880e439d05c7ec72]

        INTEGRATION: CWS pbbeta02 (1.101.24); FILE MERGED 2004/12/09 12:33:51 pb 1.101.24.1: fix: #i37235# fill application box only once and open their index correctly

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [b8931881c48245dfef28b6a368452fd1374bb78e]

        INTEGRATION: CWS pbbeta02 (1.99.24); FILE MERGED 2004/12/08 08:46:17 pb 1.99.24.1: fix: #i38457# 'Open Office' -> 'OpenDocument'

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [1cf33069e1930ae3ae180d520e742ffed935f829]

        INTEGRATION: CWS pbbeta02 (1.3.18); FILE MERGED 2004/12/08 19:43:27 pb 1.3.18.1: fix: #i38392# ErrorRepPreviewDialoG: Resize() overloaded

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [378d05a1334658338ef0ac2aa56316b675f80052]

        INTEGRATION: CWS pbbeta02 (1.2.20); FILE MERGED 2004/12/08 19:48:35 pb 1.2.20.1: fix: #i38392# ErrorRepPreviewDialog: sizeable

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [29d0258354bdca03f85265c376e98460800e3665]

        INTEGRATION: CWS pbbeta02 (1.2.20); FILE MERGED 2004/12/08 19:45:32 pb 1.2.20.1: fix: #i38392# ErrorRepPreviewDialog: initial bigger

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [444a31756e583cefe4987a6858ef6e04086e9d7b]

        INTEGRATION: CWS pbbeta02 (1.2.20); FILE MERGED 2004/12/08 19:51:39 pb 1.2.20.1: fix: #i38392# ErrorRepPreviewDialog: sizeable

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [10ac67029143bcaa38ed36640e7e900104f7f9e4]

        INTEGRATION: CWS pbbeta02 (1.95.42); FILE MERGED 2004/12/08 13:48:27 mbu 1.95.42.1: #i38289

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [73103c2bd2f1cfe68dc71a3e1737d4b04ca4a943]

        INTEGRATION: CWS pbbeta02 (1.2.182); FILE MERGED 2004/12/08 08:45:38 pb 1.2.182.1: fix: #i38457# 'Open Office' -> 'OpenDocument'

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [e0e1389b28abf81a38a5670831a2ef6b07b1a75f]

        INTEGRATION: CWS pbbeta02 (1.19.68); FILE MERGED 2004/12/08 13:47:55 mbu 1.19.68.1: #i38289

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [2f34b75e0c7886bf603a9e02608e6a4398abdb3d]

        INTEGRATION: CWS pbbeta02 (1.26.22); FILE MERGED 2004/12/08 07:24:40 pb 1.26.22.1: fix: #i34208# ImageIdentifer for database entry

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [b0711f41c3c7791937570727916e9d0dc5d4c736]

        INTEGRATION: CWS pbbeta02 (1.59.8); FILE MERGED 2004/12/08 11:11:40 pb 1.59.8.1: fix: #i38626# unicode damge removed

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [3cf11d659e300ff7f1e424a93f7463dde48fcc9e]

        INTEGRATION: CWS pbbeta02 (1.11.224); FILE MERGED 2004/12/08 07:26:47 pb 1.11.224.1: fix: #i34208# reset item for every load of a menuentry

2004-12-09  Rüdiger Timm  <rt@openoffice.org>  [ff8cf1b06caf68ae1b7f3c420aa9b56b0c375501]

        #i10000#  There is no inc\docrecovery.hxx (it's in source\inc but not needed outside svx)

2004-12-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eb039a04d43a09ba43fff334e44a429ed112280e]

        #i10000# fix check for local environment

2004-12-09  Rüdiger Timm  <rt@openoffice.org>  [1a7d060e95cadced48ea4391cf45af2926150485]

        #i10000# Dependency to sdk_oo not really needed here as that module just deliveres sdk zip files which dont get postprocessed in any way.

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [44a6695c4af7453e73d43cccd0e431604fcedbdc]

        INTEGRATION: CWS impress22 (1.57.8); FILE MERGED 2004/12/08 10:10:17 thb 1.57.8.2: #i38517# Moved graphic filter dlls back to OOo core (could theoretically keep _some_ of them in optional filters, but then, filter/source/config would have to be adapted, too, which I deem too risky now. Should somebody rework this: please be aware that e.g. PICT is a REQUIRED filter, as certain MSO documents contain them) 2004/12/07 14:22:46 thb 1.57.8.1: #i38517# Moved internal graphic filter from _optional_ graphic filter branch to _mandatory_ office root

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [2a1a629724fe613f56eb1c1af3c98567619b7418]

        INTEGRATION: CWS impress22 (1.2.22); FILE MERGED 2004/12/08 11:43:06 thb 1.2.22.1: #i38517# Also removed filter entries from graphic filter module

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [5dfcf0f0f63dd114e011ab04a67e3bd26c832a2c]

        INTEGRATION: CWS impress22 (1.4.22); FILE MERGED 2004/12/08 10:10:17 thb 1.4.22.2: #i38517# Moved graphic filter dlls back to OOo core (could theoretically keep _some_ of them in optional filters, but then, filter/source/config would have to be adapted, too, which I deem too risky now. Should somebody rework this: please be aware that e.g. PICT is a REQUIRED filter, as certain MSO documents contain them) 2004/12/07 14:22:45 thb 1.4.22.1: #i38517# Moved internal graphic filter from _optional_ graphic filter branch to _mandatory_ office root

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [dc49bab440c58b59f8186a0419784e0263509793]

        INTEGRATION: CWS impress22 (1.121.2); FILE MERGED 2004/12/06 15:38:40 cl 1.121.2.1: #i38492# check return value of tryrunningstate

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [700986f0466ab275aafa32460ec544fa9cda5d59]

        INTEGRATION: CWS impress22 (1.47.2); FILE MERGED 2004/12/06 16:42:11 af 1.47.2.2: #i38293# Guarded some of the code of operator= against empty xObjRef. 2004/12/03 14:55:24 af 1.47.2.1: #i38297# Guarding ImpSetVisAreaSize() against empty xObjRef.

2004-12-09  Rüdiger Timm  <rt@openoffice.org>  [bf19bbc321fb13e7193290381586455b0e7180d4]

        #i10000# Create language packs instead of full sets.

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [3c3bbdc14df612a3b6c8507dd37ce3ab98ecb6e7]

        INTEGRATION: CWS impress22 (1.42.2); FILE MERGED 2004/12/07 09:52:34 af 1.42.2.2: #i38307# Activated the object bar shell cache. 2004/12/06 10:50:06 af 1.42.2.1: #i38341# Replaced disposed() call at controller by DetachFromViewShell().

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [ddb5f77c24d775ade835e8882a2d7c54ddbba61f]

        INTEGRATION: CWS impress22 (1.6.2); FILE MERGED 2004/12/06 13:14:48 af 1.6.2.1: #i38327# Fixed merge problem.

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [8de3dcc827945aed6b7707f19d6ae4d4cff5764d]

        INTEGRATION: CWS impress22 (1.9.154); FILE MERGED 2004/12/06 10:49:10 af 1.9.154.1: #i38341# Converted references mrView(Shell) to pointers mpView(Shell).

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [21341e210943b0d987399106c394115ec5d423dc]

        INTEGRATION: CWS impress22 (1.21.2); FILE MERGED 2004/12/06 10:48:29 af 1.21.2.1: #i38341# Converted references mrView(Shell) to pointers mpView(Shell).

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [b6c3b5e0294f18120e2d42be69bcfa95c60d048b]

        INTEGRATION: CWS impress22 (1.9.2); FILE MERGED 2004/12/06 10:47:17 af 1.9.2.1: #i38341# Added DetachFromViewShell() method, meViewShellType member.  Converted references mrView(Shell) to pointers mpView(Shell).

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [156d52ff59029542bfc383bb71eee687483ce61e]

        INTEGRATION: CWS impress22 (1.2.154); FILE MERGED 2004/12/06 15:52:28 af 1.2.154.1: #i38310# MoveToTop() invalidates the shell stack when it moves a sub shell.

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [d3151f5ed1b41a720726a5aa156170d67a00e71e]

        INTEGRATION: CWS impress22 (1.4.48); FILE MERGED 2004/12/06 14:13:25 af 1.4.48.1: #i38357# PreModelChange() resets the slide under the mouse of the mouse-over-overlay.

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [0aac6722469745293e8003cabdf3b1b8a3e32237]

        INTEGRATION: CWS impress22 (1.2.2); FILE MERGED 2004/12/06 13:59:08 cl 1.2.2.1: #i37795# start slide show painting asynchron on first paint event

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [a7ffbd7173ea937b99622fba461240aefa0376ca]

        INTEGRATION: CWS impress22 (1.8.50); FILE MERGED 2004/12/06 10:46:38 af 1.8.50.1: #i38341# GetDrawViewShell() now returns a pointer.

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [3c442fcc60d5ced47e939dee11b765d82ab78703]

        INTEGRATION: CWS impress22 (1.11.2); FILE MERGED 2004/12/06 10:46:08 af 1.11.2.1: #i38341# GetDrawViewShell() now returns a pointer.

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [e4e334c7ae90f40ddeec5c3e8df933b1e1eb77fe]

        INTEGRATION: CWS impress22 (1.7.2); FILE MERGED 2004/12/06 10:44:59 af 1.7.2.1: #i38341# Added DetachFromViewShell() method, meViewShellType member.  Converted references mrView(Shell) to pointers mpView(Shell).

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [0d39af95320f739d6e5c1790786a707d827351e1]

        INTEGRATION: CWS impress22 (1.3.22); FILE MERGED 2004/12/03 13:33:08 cl 1.3.22.1: #i38290# added missing changes from cws presentationengine01

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [937529d7c67922215470676dbac0fa486ba54f67]

        INTEGRATION: CWS impress22 (1.2.154); FILE MERGED 2004/12/03 13:17:33 cl 1.2.154.1: #i38290# added missing changes from cws presentationengine01

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [e85b9e5a14b65e027f086d22688305b34a25eb6e]

        INTEGRATION: CWS fwkbeta02 (1.4.4); FILE MERGED 2004/12/07 14:09:35 mav 1.4.4.1: #i38377# fix the typo

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [c699e2a5afa29db744d8c2d972f2328c0805df21]

        INTEGRATION: CWS fwkbeta02 (1.74.8); FILE MERGED 2004/12/07 13:42:36 mav 1.74.8.1: #i38469# call saveCompleted

2004-12-09  Kurt Zenker  <kz@openoffice.org>  [699e0bdb63a1351c9f87149bb9e5737a237a84b2]

        INTEGRATION: CWS fwkbeta02 (1.10.28); FILE MERGED 2004/12/07 13:45:05 mav 1.10.28.1: #i38469# avoid unexpected exceptions

2004-12-09  Rüdiger Timm  <rt@openoffice.org>  [fb6983f9a34eebd40e4c9135eed19d4a04268653]

        INTEGRATION: CWS installer02 (1.4.4); FILE MERGED 2004/12/08 12:23:57 dv 1.4.4.1: #i38635# Quote path to transform

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [286a4509204d8313b9d919b34342566caa37dbd9]

        SRC680

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [2320fb3e97244c659727a1f2e26cf2e6e8dae48c]

        INTEGRATION: CWS hbbeta01 (1.30.26); FILE MERGED 2004/12/03 12:57:02 hbrinkm 1.30.26.1: #i38342# PropagateOutlineRule

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [93fb6f6ac0b4e3440f2b33bbcc94857fda654efc]

        INTEGRATION: CWS hbbeta01 (1.41.2); FILE MERGED 2004/12/07 10:55:52 hbrinkm 1.41.2.1: #i38342# {Get,Set}Level

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [6a636a6e5ed78671ba40a79f2ad64106a5027a79]

        INTEGRATION: CWS hbbeta01 (1.25.2); FILE MERGED 2004/12/07 10:55:24 hbrinkm 1.25.2.1: #i38342# SetLevel: IsNum needs parameter

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [4ee03c78d7c7a2de32b9f922633806d91660b4ba]

        INTEGRATION: CWS hbbeta01 (1.41.2); FILE MERGED 2004/12/07 10:53:48 hbrinkm 1.41.2.2: #i38342# propagate outline level, too 2004/12/03 12:54:10 hbrinkm 1.41.2.1: #i38342# PropagateOutlineRule

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [9b50f09f1cb37b806418729906b776e8e60b56e0]

        INTEGRATION: CWS hbbeta01 (1.30.2); FILE MERGED 2004/12/07 16:39:16 hbrinkm 1.30.2.1: #i34351# SetTxtFmtColl: apply numbering rule from style or outline rule resp.

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [87ebf62d0b6288cfbd0d6ff21538131cb0dd11e9]

        INTEGRATION: CWS hbbeta01 (1.32.2); FILE MERGED 2004/12/07 10:50:47 hbrinkm 1.32.2.1: #i38342# {Get,Set}Level

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [a5b2c669f3ff0732758ee0ad83be8523a9088cd1]

        INTEGRATION: CWS hbbeta01 (1.94.2); FILE MERGED 2004/12/03 12:39:32 hbrinkm 1.94.2.1: #i38342# PropagateOutlineRule

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [a6d136f14f2ae61c2492146b9334de543beb3a48]

        INTEGRATION: CWS hbbeta01 (1.109.4); FILE MERGED 2004/12/03 15:19:19 hbrinkm 1.109.4.1: #i38363# use the right style name

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [79b606762d4e0ed2d6a2f621f2fe05953a7a8969]

        INTEGRATION: CWS pbbeta01 (1.5.14); FILE MERGED 2004/12/06 16:53:11 pb 1.5.14.1: fix: #i38403# .uno:Spelling -> .uno:SpellDialog

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [eb7c04a3984c370a9707364b93176004dadcf532]

        INTEGRATION: CWS pbbeta01 (1.5.14); FILE MERGED 2004/12/06 16:53:56 pb 1.5.14.1: fix: #i38403# .uno:Spelling -> .uno:SpellDialog

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [e248cfb372e648a886dffb5ff6103846a9ebcd29]

        INTEGRATION: CWS pbbeta01 (1.5.14); FILE MERGED 2004/12/06 16:54:29 pb 1.5.14.1: fix: #i38403# .uno:Spelling -> .uno:SpellDialog

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [c5b0b8cc171cc39a28c6603f53e92699b991f791]

        INTEGRATION: CWS pbbeta01 (1.5.6); FILE MERGED 2004/12/06 16:56:30 pb 1.5.6.1: fix: #i38403# .uno:Spelling -> .uno:SpellDialog

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [89376bd062a40afe7450dd747ff48afce47487ef]

        INTEGRATION: CWS pbbeta01 (1.5.6); FILE MERGED 2004/12/06 16:55:53 pb 1.5.6.1: fix: #i38403# .uno:Spelling -> .uno:SpellDialog

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [86fd98b338e76afba528a8427b17bb103122017d]

        INTEGRATION: CWS pbbeta01 (1.5.6); FILE MERGED 2004/12/06 16:55:37 pb 1.5.6.1: fix: #i38403# .uno:Spelling -> .uno:SpellDialog

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [ff8b4c8f9a8b8cb8740d39fd2e3454244aba2191]

        INTEGRATION: CWS tl06 (1.76.20); FILE MERGED 2004/12/07 12:01:37 tl 1.76.20.1: #i38470# superfluous frame was created

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [4937677e7eacef58c59b25fda70f13e91b57b5a6]

        INTEGRATION: CWS tl06 (1.36.2); FILE MERGED 2004/12/07 12:03:08 tl 1.36.2.1: #i38470# added some comments

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [cb0e06f218ee87de884fc6635ac3011ce93f68e6]

        INTEGRATION: CWS tl06 (1.12.50); FILE MERGED 2004/12/06 13:30:39 tl 1.12.50.1: #i38470# workaround for bug 112783 implemented

2004-12-08  Kurt Zenker  <kz@openoffice.org>  [9b452d2ac62f58a49108f449a68f7869858d1f67]

        INTEGRATION: CWS tl06 (1.30.46); FILE MERGED 2004/12/07 12:03:07 tl 1.30.46.1: #i38470# added some comments

2004-12-08  Rüdiger Timm  <rt@openoffice.org>  [e2ea17870ff3666f9700d43c7d061284d73cf812]

        #i38471# XUIConfigurationStorage already in base class

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [9c9519575c0fdad0eb705130db25e09494793d75]

        #i10000# Serialize source/config/tools/merge, source/config/tools/split (not built currently?), source/xsltfilter, and source/xsltvalidate to avoid clashes in MANIFEST.MF files.

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [3f94eb8efbd71a16dc5df8a83acd865af4ea1551]

        #i10000# Hard dependency

2004-12-07  Vladimir Glazounov  <vg@openoffice.org>  [f92d3ef989bb6322411e2c2b26cce1dbcafd57a8]

        new version for SRC680

2004-12-07  Kurt Zenker  <kz@openoffice.org>  [0b43ddf26a48ca589d1a2656ca35c98e2c6907d6]

        #i38581# correct locale string

2004-12-07  Vladimir Glazounov  <vg@openoffice.org>  [b258f0ff6622394c37b17b4c31ca5d0a9fd2f2fe]

        new version for SRC680

2004-12-07  Andreas Schlüns  <as@openoffice.org>  [4481b350e491f41e830cf63133d83ce69e3da297]

        #i38386# create user folder on demand, if they does not exists

2004-12-07  Kurt Zenker  <kz@openoffice.org>  [1a3e31cc5bde80c40956cb945fea831930cc62a4]

        SRC680

2004-12-07  Andreas Schlüns  <as@openoffice.org>  [025b8ff8582fb1ea8647579949dfc5f9936ca72a]

        #i38373#, #i38471#, #i38386# forget document storages only ...

2004-12-07  Andreas Schlüns  <as@openoffice.org>  [afab325177493b4ebca3870c456fcdb1ff5eed6b]

        #i38373#, #i38471#, #i38386# forget storages on reload

2004-12-07  Andreas Schlüns  <as@openoffice.org>  [30c8084687510ac2d88b8ddc112d6bfd8286bf2b]

        #i38373#, #i38471#, #i38386# forget storages on reload

2004-12-07  Andreas Schlüns  <as@openoffice.org>  [f9d4f5925c693f2c3c50583572362da7051074de]

        #i38386#, #i38471# dont ignore NOCREATE flag

2004-12-07  Andreas Schlüns  <as@openoffice.org>  [dc074ff4407456d88bf5cd170741f4585e145a54]

        #i38386# implement more fallbacks

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [00f5a326a97520b37c47cb0b68da099ac38a5f59]

        INTEGRATION: CWS sysintbeta1 (1.6.6); FILE MERGED 2004/12/06 20:12:14 hro 1.6.6.1: #i37842# Set correct icon for database documents (.odb)

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [e7e278ae177df3c58c91c54b070a319b234202b3]

        INTEGRATION: CWS sb27 (1.94.22); FILE MERGED 2004/12/03 15:19:31 sb 1.94.22.1: #i38298# Use XJob.execute as a hack replacement for the expensive, recent implementation of fileaccess::XStream_impl::flush.

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [2b6044e20dbc2cb4d30d4e7aaede33e64e838fdf]

        INTEGRATION: CWS sb27 (1.6.2); FILE MERGED 2004/12/06 14:59:53 mav 1.6.2.1: #i38302# if the mode is requested explicitly it should be used

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [f1035312f80746fdf4a7a04039db73b27d1387c3]

        INTEGRATION: CWS sb27 (1.97.4); FILE MERGED 2004/12/03 15:15:22 mav 1.97.4.1: #i38302# handle the case when the document is based on file with readonly flag

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [97726fb1706c1721cea1549815099162f101ff30]

        INTEGRATION: CWS sb27 (1.150.4); FILE MERGED 2004/12/03 15:15:22 mav 1.150.4.1: #i38302# handle the case when the document is based on file with readonly flag

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [6517c8ea3437d03dc7aa9b8aac0fc487c691db7d]

        INTEGRATION: CWS sb27 (1.15.28); FILE MERGED 2004/12/06 17:04:39 mba 1.15.28.3: #i38067#: wrong TemplateFilterFlag used 2004/12/06 09:29:55 mba 1.15.28.2: #i38067#: wrong TemplateFilterFlag used 2004/12/03 15:56:34 mba 1.15.28.1: #i38067#: non-template filter wasn't detected without preselected name

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [86dd370e46e9ee8ac6134c1277f16d6f79e14fbd]

        INTEGRATION: CWS bettermaker (1.3.4); FILE MERGED 2004/12/03 14:36:44 obr 1.3.4.1: #i38179# changed group id from other to bin

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [269fd523d848c25339c8b47f9a86713911ac804e]

        INTEGRATION: CWS bettermaker (1.3.20); FILE MERGED 2004/12/06 09:18:18 obr 1.3.20.1: #i38385# initialize glib object registry

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [0583c6367ef64a0a48339774706f37a22fc02395]

        INTEGRATION: CWS bettermaker (1.6.14); FILE MERGED 2004/12/03 14:40:24 is 1.6.14.1: #i38240# non english locales supported

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [e156e1fbeee4da022e07365149b585e89a1fd1c1]

        INTEGRATION: CWS sb27 (1.7.4); FILE MERGED 2004/12/06 10:20:56 mba 1.7.4.2: #i38360#: type detection for stream formats was broken 2004/12/03 20:28:35 mba 1.7.4.1: #i38360#: type detection failed for all stream based formats

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [afbeaae57e1d752758cbc7de37cea00c042872a1]

        INTEGRATION: CWS bettermaker (1.14.2); FILE MERGED 2004/12/03 16:26:49 obr 1.14.2.2: #i38179# same change for links as well 2004/12/03 14:38:26 obr 1.14.2.1: #i38179# changed group id from other to root on linux and to bin elsewhere

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [c63456d12e71d18961ef5e0aa1d49c6b86a98f6f]

        INTEGRATION: CWS bettermaker (1.24.2); FILE MERGED 2004/12/03 14:40:06 is 1.24.2.1: #i38240# non english locales supported

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [053790db7332784444d8ae0b3f5dd1a2232237eb]

        INTEGRATION: CWS sb27 (1.7.14); FILE MERGED 2004/12/03 15:34:29 toconnor 1.7.14.1: #i38361# allow macro execution when no document is loaded Issue number: Submitted by: Reviewed by:

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [69b818ee52841b21ac688f55c2167df2643b9eda]

        INTEGRATION: CWS impress21beta (1.5.12); FILE MERGED 2004/11/29 18:10:41 dbo 1.5.12.1: #i38073# fixing persistent db map, rtl/instance.hxx template use

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [7b4d9bad08dbb8e8105a97de2e773f6b7d3862b6]

        INTEGRATION: CWS sb27 (1.19.14); FILE MERGED 2004/12/03 15:34:30 toconnor 1.19.14.1: #i38361# allow macro execution when no document is loaded Issue number: Submitted by: Reviewed by:

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [22a67cf019eae57a340f2057afcc4a244ed8c066]

        INTEGRATION: CWS impress21beta (1.6.10); FILE MERGED 2004/11/29 18:10:41 dbo 1.6.10.1: #i38073# fixing persistent db map, rtl/instance.hxx template use

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [b97baac1500791c02df18392a650f18ff0b608c2]

        INTEGRATION: CWS impress21beta (1.7.12); FILE MERGED 2004/11/29 18:10:40 dbo 1.7.12.1: #i38073# fixing persistent db map, rtl/instance.hxx template use

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [562208f3eff3f3fd8d05ec1578ab72263d958cbc]

        INTEGRATION: CWS sb27 (1.7.8); FILE MERGED 2004/12/03 15:17:24 sb 1.7.8.1: #i38298# Use XJob.execute as a hack replacement for the expensive, recent implementation of fileaccess::XStream_impl::flush.

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [12121333ccc0b9efe8e55c7a5028d1359e8625bd]

        INTEGRATION: CWS impress21beta (1.5.12); FILE MERGED 2004/11/29 18:10:40 dbo 1.5.12.1: #i38073# fixing persistent db map, rtl/instance.hxx template use

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [492993c6c1d9608261205eb2c80c7e1fda0cdb5b]

        INTEGRATION: CWS sb27 (1.17.4); FILE MERGED 2004/12/03 15:17:23 sb 1.17.4.1: #i38298# Use XJob.execute as a hack replacement for the expensive, recent implementation of fileaccess::XStream_impl::flush.

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [1296372c523e9b7a047ba86aec71aa93d93bf256]

        INTEGRATION: CWS impress21beta (1.4.12); FILE MERGED 2004/11/29 18:10:39 dbo 1.4.12.1: #i38073# fixing persistent db map, rtl/instance.hxx template use

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [7f26255eb0c5759f9f5b18e5847e324f7894f6c1]

        INTEGRATION: CWS sb27 (1.3.8); FILE MERGED 2004/12/03 15:33:06 lo 1.3.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [d7e20f98055984df019ce880d27e6cee44936171]

        INTEGRATION: CWS impress21beta (1.5.48); FILE MERGED 2004/11/29 18:10:39 dbo 1.5.48.1: #i38073# fixing persistent db map, rtl/instance.hxx template use

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [e8850162d915f3e1e286b8bd0cca786771ca8346]

        INTEGRATION: CWS impress21beta (1.6.12); FILE MERGED 2004/11/29 18:10:39 dbo 1.6.12.1: #i38073# fixing persistent db map, rtl/instance.hxx template use

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [ac2d3adbbff9718210be4a9f8968c0066f02e6ab]

        INTEGRATION: CWS impress21beta (1.4.12); FILE MERGED 2004/11/29 18:10:38 dbo 1.4.12.1: #i38073# fixing persistent db map, rtl/instance.hxx template use

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [45b0c0559bc47a291af7198d6a8af7d64f8a72e3]

        INTEGRATION: CWS sb27 (1.3.8); FILE MERGED 2004/12/03 15:33:05 lo 1.3.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [f7be0a184c05cd19338bcd4c5b642ee62350a417]

        INTEGRATION: CWS impress21beta (1.40.2); FILE MERGED 2004/11/30 16:12:44 af 1.40.2.1: #i32314# Removed duplicate call to ViewShellBase::UpdateController().  The one in PaneManager is sufficient.

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [8389f803762fadb09a107347f4bdf72f4b531d0d]

        INTEGRATION: CWS cwsfor118400 (1.83.8); FILE MERGED 2004/11/30 15:43:27 hbrinkm 1.83.8.2: #118400# 2004/11/29 14:08:55 hbrinkm 1.83.8.1: #118400# Need to get the highest (numerical) outline level not the lowest

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [3f3c679da2b2a695d4a062b7bf6a70984f7f07c8]

        INTEGRATION: CWS sb27 (1.2.8); FILE MERGED 2004/12/03 15:33:05 lo 1.2.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [b368d5e463e64e6ca2b1fab1d3fe0572326951bd]

        INTEGRATION: CWS sb27 (1.2.8); FILE MERGED 2004/12/03 15:33:04 lo 1.2.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [7755de5ccbb8aae0be51a91aa9f7cb144f3c5b6d]

        INTEGRATION: CWS sb27 (1.4.8); FILE MERGED 2004/12/03 15:33:04 lo 1.4.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [4a1235c8df6370c16486d92d1a784c40c527140f]

        INTEGRATION: CWS sb27 (1.3.8); FILE MERGED 2004/12/03 15:33:01 lo 1.3.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [592beb05d4cae03377841d5227223abd5953ef3a]

        INTEGRATION: CWS sb27 (1.3.8); FILE MERGED 2004/12/03 15:33:00 lo 1.3.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [1012a4d2cddee040af8ed7fcff0301c1d5d7b34d]

        INTEGRATION: CWS sb27 (1.3.8); FILE MERGED 2004/12/03 15:32:59 lo 1.3.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [9b91332fd6bf7fca78fd0b72c8161685745d87e3]

        INTEGRATION: CWS sb27 (1.3.8); FILE MERGED 2004/12/03 15:32:58 lo 1.3.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [3e9615a3e7759c62953f7a2d60abe4c8ce47eab6]

        INTEGRATION: CWS tl05 (1.68.62); FILE MERGED 2004/11/24 14:28:15 sj 1.68.62.1: #i37493# TakeContour: not taking drawoutliner if no model

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [af4f2e6121a93a971120193d9debf181ac7beb7f]

        INTEGRATION: CWS sb27 (1.2.8); FILE MERGED 2004/12/03 15:32:58 lo 1.2.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [58eb3f0a656e15d209bae8f7029c08b3063ce8a1]

        INTEGRATION: CWS sb27 (1.4.8); FILE MERGED 2004/12/03 15:32:57 lo 1.4.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [87b88e4ec564c6c912d8130c779944127e970b9e]

        INTEGRATION: CWS sb27 (1.4.8); FILE MERGED 2004/12/03 15:32:56 lo 1.4.8.1: #i38331# update namespace URNs and broken encodings UTF-8Y -> UTF-8 as per xml declaration

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [cbc30e4b457972b43a6bafbe3548393060382764]

        INTEGRATION: CWS tl05 (1.16.22); FILE MERGED 2004/11/23 11:32:20 tl 1.16.22.2: #i37613# inserted missing check for NULL pointer 2004/11/23 11:07:07 tl 1.16.22.1: #i37613# inserted missing check for NULL pointer

2004-12-07  Andreas Schlüns  <as@openoffice.org>  [27527fb16ec0f98f5a40e855ff61422784dd148c]

        #i38373# ignore wrong salvage item

2004-12-07  Andreas Schlüns  <as@openoffice.org>  [c132f4bb3e08477276cf4019b73956a57774e906]

        #i38373# use salvage item if neccessary only

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [5bec41a0b7b04794dcdb94c62a161fdda2885969]

        Flag file. Touch to completely rebuild ZIPTARGET

2004-12-07  Rüdiger Timm  <rt@openoffice.org>  [09504b48987954a2b89d56d8f1511e5354f5ef61]

        Flag file. Touch to completely rebuild ZIPTARGET

2004-12-06  Kurt Zenker  <kz@openoffice.org>  [59915f198909231a3d4cd04810736e5ff65c3921]

        #i10000# use buildid on master builds

2004-12-06  Vladimir Glazounov  <vg@openoffice.org>  [5047d46595bf67c8a5461c7580ce36f8b9015199]

        #100000# Do not brake the build for --from switch - just issue a warning

2004-12-06  Rüdiger Timm  <rt@openoffice.org>  [42e13345a0fad43f83dbcdde59402a7afc955746]

        #i10000# Make subdirectories of <platform>/misc/build/python-inst writeable for group.

2004-12-06  Rüdiger Timm  <rt@openoffice.org>  [5703da04d2851e0122757b83cf341592369fd20d]

        #i10000# Make subdir 'noarch' group writable.

2004-12-06  Kurt Zenker  <kz@openoffice.org>  [28c0cefdd026110660e66089ca788a7b6cd01278]

        #i10000# remove loader

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [1ea5ffe98c38a3cd2dd2a9bb2348b61615697dae]

        new version for SRC680

2004-12-03  Hennes Rohling  <hro@openoffice.org>  [d6fba02f9f19a9383af884e8dfd3aad86a3bcff6]

        #i38389# Added StarOffice icons so desktop module can be linked

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [3afeddefd212643aa8f31e45af569e6087274fa7]

        #i10000# Always regard dependencies

2004-12-03  Vladimir Glazounov  <vg@openoffice.org>  [35f4655db66113fa3260621e8ad81fd1aa779c82]

        #100000# wait for last child in multiprocessing build

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [0ba10531ea347ae262a7774c83a6e6814bae0003]

        SRC680

2004-12-03  Vladimir Glazounov  <vg@openoffice.org>  [f3e07a95d94569030fb8b4e0bfb323384a88302c]

        #100000# wait for last child in multiprocessing build

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [743a87d068e0c22cb5b13a2310097a2ba06a6b4c]

        New by TV Issue number: Submitted by: Reviewed by:

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [87ca3f962cafd288fb2931901f7e52672e88f84c]

        INTEGRATION: CWS dba21 (1.12.6); FILE MERGED 2004/11/30 12:25:43 oj 1.12.6.1: #i38078# missing entry for hsqldb jar files

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [e4ef6b1e2d03d45179c28bb9c1a218d246c4a848]

        INTEGRATION: CWS gtkmenucrash (1.7.4); FILE MERGED 2004/11/27 12:10:51 pl 1.7.4.1: #i37939# realize menuitem

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [467111f267473eeb4f1c1f09f90c64df38e38281]

        INTEGRATION: CWS dba21 (1.15.4); FILE MERGED 2004/11/30 11:52:53 oj 1.15.4.1: #i37878# release client helper

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [8cf8f7ddd8f2b5aed51e7661a13e25a4c341e57c]

        INTEGRATION: CWS dba21 (1.22.4); FILE MERGED 2004/11/30 09:41:57 fs 1.22.4.1: #i38080# +disposeStorages: prevent us from reacting on disposing(...) notifications when we ourself instigated the disposal

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [583ec0947203e17c79e350d1feb020cd96b7ee7d]

        INTEGRATION: CWS dba21 (1.51.10); FILE MERGED 2004/11/30 09:41:57 fs 1.51.10.1: #i38080# +disposeStorages: prevent us from reacting on disposing(...) notifications when we ourself instigated the disposal

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [a5c285b90fcddd9c5fbaeca18875374cacb5ea9c]

        INTEGRATION: CWS dba21 (1.6.4); FILE MERGED 2004/11/30 09:41:56 fs 1.6.4.1: #i38080# +disposeStorages: prevent us from reacting on disposing(...) notifications when we ourself instigated the disposal

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [4d14131dc2c7c31a3bfe90fe97992ed2b627ba66]

        INTEGRATION: CWS oasisbeta1 (1.51.20); FILE MERGED 2004/11/30 13:53:16 sab 1.51.20.1: #i37512#; use ParagraphMap

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [e5751076d3100caffeb5ecd60250b06e280ba7d6]

        INTEGRATION: CWS oasisbeta1 (1.183.4); FILE MERGED 2004/11/29 16:44:02 nn 1.183.4.1: #118599# don't construct an unnecessary OUString from itself

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [e9a70bae9b2caf4fa3bb6d38f1624dd84182803c]

        INTEGRATION: CWS miscbeta2 (1.28.220); FILE MERGED 2004/12/02 15:45:47 fs 1.28.220.1: #i38306# hold SvtSysLocale alive as long as we need references to its members

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [3ac1f36241838514a5f8567b98fbef2d916cc767]

        INTEGRATION: CWS vq06 (1.2.2); FILE MERGED 2004/12/03 01:39:46 vq 1.2.2.2: #i38176# Fix OOo - windows rebase problem. 2004/12/02 04:07:14 vq 1.2.2.1: #i38176# Fix W32-tcsh problem.

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [5a9c403c41e1a2cadad11dcf5bc936fc58393efb]

        INTEGRATION: CWS lastbeta01 (1.47.16); FILE MERGED 2004/11/25 19:50:44 pb 1.47.16.2: fix: #118595# hack for SO8 Beta: Beta Forum Support Page 2004/11/25 19:13:55 pb 1.47.16.1: fix: #i34968# new URL of Support Page (HelpApp)

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [e4387bc4b4604835764a421e5fa90bf5ab721a14]

        INTEGRATION: CWS vq06 (1.1.2); FILE MERGED 2004/12/03 01:39:46 vq 1.1.2.1: #i38176# Fix OOo - windows rebase problem.

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [b561402cdda2293dac6f2f1aafff1090fa2b1ae9]

        INTEGRATION: CWS lastbeta01 (1.28.18); FILE MERGED 2004/11/25 18:57:43 pb 1.28.18.1: fix: #i37862# 'New Document' back to 'New'

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [2268f9a7156c2f2fb5d4850c11dc6a34a8afc51f]

        INTEGRATION: CWS vq06 (1.26.2); FILE MERGED 2004/12/01 05:28:27 vq 1.26.2.2: #i38100# Fixed typo. 2004/12/01 05:13:41 vq 1.26.2.1: #i38100# Add PSDK/bin to the PATH. Some executables of the Windows Installer SDK are needed in instsetoo_native.

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [4d4ef04f5f8d4d90103e8ca0ee364aed0e384df5]

        INTEGRATION: CWS lastbeta01 (1.12.66); FILE MERGED 2004/11/25 19:39:07 pb 1.12.66.1: fix: #118595# hack for SO8 Beta: 'Support' -> 'Beta Support Forum...'

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [e35de684d050b28d4902f4878e9369b5e158dc76]

        INTEGRATION: CWS vq06 (1.77.2); FILE MERGED 2004/12/01 05:13:41 vq 1.77.2.1: #i38100# Add PSDK/bin to the PATH. Some executables of the Windows Installer SDK are needed in instsetoo_native.

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [f9aec12ce665842d1bae0377da10490a97ccc6d1]

        INTEGRATION: CWS vq06 (1.60.2); FILE MERGED 2004/12/01 05:13:39 vq 1.60.2.1: #i38100# Add PSDK/bin to the PATH. Some executables of the Windows Installer SDK are needed in instsetoo_native.

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [ad73671eb80d9b33f4b2858e6d64ba28f4a02093]

        INTEGRATION: CWS vq06 (1.8.14); FILE MERGED 2004/12/01 04:30:48 vq 1.8.14.1: #i38169# Fix W32-tcsh problems.

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [6a677f97100f478ac95a5fd993fa2a1733afaf83]

        INTEGRATION: CWS fwkbeta01 (1.38.34); FILE MERGED 2004/12/01 12:10:47 as 1.38.34.1: #i38089# no resize on maximize

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [23a576edfc273eeff859b490bb9a74d0177188cf]

        INTEGRATION: CWS fwkbeta01 (1.10.20); FILE MERGED 2004/12/01 12:06:05 as 1.10.20.1: #i36995# hide accel tab page inside StartModule environment

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [b3715dec77c4525bb032fef4a10adc9ccaac0d95]

        INTEGRATION: CWS fwkbeta01 (1.2.4); FILE MERGED 2004/12/01 10:27:44 pb 1.2.4.1: fix: #i38062# application icon instead of doc icon

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [1baf9dc0f853935897897e7e16bb2d5f120d2961]

        INTEGRATION: CWS odbeta01 (1.9.72); FILE MERGED 2004/11/29 11:27:04 od 1.9.72.1: #i37790# - create default accessible shape            for com::sun::star::drawing::customShape

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [7209a68305e5cdb075fcec333c63c3529471922f]

        INTEGRATION: CWS fwkbeta01 (1.2.4); FILE MERGED 2004/12/01 10:27:42 pb 1.2.4.1: fix: #i38062# application icon instead of doc icon

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [d10b9d6835249f95bc6afd2e6b6ede02cffce9bf]

        INTEGRATION: CWS fwkbeta01 (1.2.4); FILE MERGED 2004/12/01 10:27:43 pb 1.2.4.1: fix: #i38062# application icon instead of doc icon

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [7d84e62a82720c0fe89169db3818741bc685a175]

        INTEGRATION: CWS fwkbeta01 (1.2.4); FILE MERGED 2004/12/01 10:27:41 pb 1.2.4.1: fix: #i38062# application icon instead of doc icon

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [de09e5999efa9d8632b48f75c7186b16756046e8]

        INTEGRATION: CWS odbeta01 (1.52.6); FILE MERGED 2004/11/29 12:35:19 od 1.52.6.1: #i38033# - correct string define and remove comments.

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [1dd234ad1d10d0d5d4a4e844541c3816eb09a31c]

        INTEGRATION: CWS odbeta01 (1.48.172); FILE MERGED 2004/11/29 11:22:53 od 1.48.172.1: #i37790# <SwAccessibleContext::InvalidateChildPosOrSize(..)>          check, if accessible shape is valid, before calling <SrollInShape(..)>

2004-12-03  Oliver Düsterhoff  <od@openoffice.org>  [098b9ae2b8c7ee29da368d79b281bdbfca700c47]

        #38126# <SwDocShell::Notify(..)> - own action for event LOADFINISHED to         avoid a document, which is marked as modified.

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [8135d5478b0e6420cb796828a869325c45c96d10]

        INTEGRATION: CWS fwkbeta01 (1.13.12); FILE MERGED 2004/12/01 12:22:38 as 1.13.12.1: #i36995# set UIName for Bliography module

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [c02fe38517fc48090872d55409e7ba5615e5e56d]

        INTEGRATION: CWS fwkbeta01 (1.7.6); FILE MERGED 2004/12/01 12:56:24 as 1.7.6.1: #i37850# create controller dummies for non visible toolbar items to prevent getting of status updates, which are not usefully in such case

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [f88a34ac4e496905c83751e66801708ece19e8a5]

        INTEGRATION: CWS fwkbeta01 (1.5.6); FILE MERGED 2004/12/01 12:07:22 as 1.5.6.1: #i38089# restore view data one times only for the same frame

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [2bf42a464b7ce82a07fb0477f4ec20a9f78d8283]

        INTEGRATION: CWS fwkbeta01 (1.8.6); FILE MERGED 2004/12/01 12:07:21 as 1.8.6.1: #i38089# restore view data one times only for the same frame

2004-12-03  Kurt Zenker  <kz@openoffice.org>  [9f41caeb25bbdf563b5150521d44f159faa4d4c6]

        INTEGRATION: CWS fwkbeta01 (1.2.6); FILE MERGED 2004/12/01 12:07:21 as 1.2.6.1: #i38089# restore view data one times only for the same frame

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [34474a3f46095b3ff50b0b99906cc19524a125ed]

        INTEGRATION: CWS fmebeta01 (1.48.12); FILE MERGED 2004/12/01 10:32:56 fme 1.48.12.1: #i38187# Catch the 0 pointer

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [7a752a24287bed173e4a09cfa79ebfa18f42f571]

        INTEGRATION: CWS dbabeta1 (1.68.8); FILE MERGED 2004/12/01 15:08:13 fs 1.68.8.1: #i38228# re-introduce english version of the 'Content' property for forms

2004-12-03  Rüdiger Timm  <rt@openoffice.org>  [1758f0c2e090842e4fe158a983385964b88435a9]

        #i10000# Include path

2004-12-02  Kurt Zenker  <kz@openoffice.org>  [c11557eb9f14565d39ac70005399dd4e0d44731d]

        #i10000# double log names

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [06ea8e18cdb960f1e248fe35cea749a508739ac7]

        SRC680

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [e9251188d34ee1d30a485b8522707156c20bcc03]

        #i38301# .

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [04e43be11eb281ca151f0b82975971de7c9ebc1d]

        #i36225# deliver ooointro.bmp

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [e94968a4ba970d119cce270529170ae64aef3ec0]

        #i36225# gid_File_Bmp_Intro

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [a07d85a94775f5b66fd5c1f1577cd076187a6d1b]

        SRC680

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [85fa62f79055368eb33f584718a00fc64f72fb1d]

        #i38212# New files by TV

2004-12-02  Thorsten Behrens  <thb@openoffice.org>  [cd15fd0719e59fed6cca32e9b088b9f454ea6b45]

        #i38282# Checking buffered slide bitmaps for correct size, before returning them from getCurrentSlideBitmap(). Otherwise, view size changes will not be respected by prefetched, but not currently displayed bitmaps.

2004-12-02  Thorsten Behrens  <thb@openoffice.org>  [f49af824845dec3aa9d9c5f938811fc174cf3141]

        #i38282#, #i37796# Added XWindow interface to sprite canvas. Via this interface, the VCL window notifies dependent canvases about visibility/size changes, which makes the VCL canvas react properly on window resizes

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [a5fb23e1bd21601775c8641f9af6e88fe9151faa]

        #i38212# New files by TV

2004-12-02  Vladimir Glazounov  <vg@openoffice.org>  [4fa86754a2454d4d7c1ab5f07abbe5bc59eae4fd]

        #100000# merge error fix

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [582540af46eee751df878ba684a4b753392f8d57]

        #i38212# New files by TV

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [7643a49a365f5e60f1ad2d8aecda6f54377735bc]

        SRC680

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [645eee4377e0478d7240336f3fa6ac46f753d08a]

        #i38212# New files by TV

2004-12-02  Vladimir Glazounov  <vg@openoffice.org>  [42ec953d26cdfbc1a06de95339f67b8dcc7d760e]

        new version for SRC680

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [01c36073554bde10c14225263e53cb463016bd1a]

        #i38212# New files by TV

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [d91f3f31be76161e7f4cbbd08759c366129eaa00]

        #i38212# New files by TV

2004-12-02  Mikhail Voitenko  <mav@openoffice.org>  [818a6054d92c4f33177878f647f087207235971d]

        #i38245# allow to close storage in CloseInStream only in case the storage is based on the stream

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [95417a92e4abf75f422e157b5a27a8e8d9b66c45]

        #i10000# Include corrected

2004-12-02  Rüdiger Timm  <rt@openoffice.org>  [a9badc6d9fe307555df97825a33457b93558acc9]

        #i10000# duplicate resource/toolbar/arrowshapes

2004-12-02  Andreas Schlüns  <as@openoffice.org>  [3a6e161c41c76a91f9cf84c63f93a7bd19c8b35d]

        #i38233# disable AutoSave/EmergencySave/AutoRecovery if -norestore is specified

2004-12-02  Vladimir Glazounov  <vg@openoffice.org>  [f1d511e5922b37388eadc71555c85f7dbc597e5d]

        new version for SRC680

2004-12-01  Vladimir Glazounov  <vg@openoffice.org>  [58bb971ff1bdcaf365cce6a6646dbb4335a47c08]

        #100000# additional symbols to filter out

2004-12-01  Rüdiger Timm  <rt@openoffice.org>  [f884e54ed12abfdf285abbb69b34ee6f075de9c9]

        #i10000# .

2004-12-01  Mikhail Voitenko  <mav@openoffice.org>  [de510b9cad4be3642cbe52cbc19b4db008bbc993]

        #i38213# do not create readonly storage on nonexistent content

2004-11-30  Rüdiger Timm  <rt@openoffice.org>  [a0a00de662f55da95403d0da718afa1e1edc6d26]

        #i10000# Correct icon names.

2004-11-30  Oliver Bolte  <obo@openoffice.org>  [b400b172fa9575b415d2c47f64b014c31f13822a]

        #i10000# tplwizweb removed

2004-11-30  Oliver Bolte  <obo@openoffice.org>  [f001fb70b1fd17379d75796e6d1b2ec74a33969f]

        #i10000# wwz resource removed

2004-11-30  Oliver Bolte  <obo@openoffice.org>  [3885bbcf5b8c4048fb806ccecb1ced54010e7148]

        #i10000# basicsrvweb.zip removed

2004-11-30  Oliver Bolte  <obo@openoffice.org>  [b76c50ffb797e38639846a59016695f3d419c758]

        #i10000# tutorial.jar removed

2004-11-30  Rüdiger Timm  <rt@openoffice.org>  [4b488ba2f3c89bd7274ca2c33b4a1b3f49daba1f]

        #i10000# Hot fix

2004-11-30  Rüdiger Timm  <rt@openoffice.org>  [127ee948e1ae34d0284799bd5bff98c2cc239607]

        #i10000# Fixes (?) by AF and THB

2004-11-30  Rüdiger Timm  <rt@openoffice.org>  [edd802eac293e91f5ba05516cf0f833c8deafe9f]

        #i10000# do not include fader.hxx

2004-11-30  Rüdiger Timm  <rt@openoffice.org>  [da93addca9c6a0a502d669a57c76276c3aee48a0]

        #i10000# INTEGRATION: CWS presentationengine01 (automatic process corrupted by manual merging of two independent CWSs - new files must not be handled in more than one CWS!)

2004-11-30  Oliver Bolte  <obo@openoffice.org>  [487ca144bd66d187196fbca8fb1e33af3ba7de43]

        #i10000# missing cast (solaris)

2004-11-30  Oliver Bolte  <obo@openoffice.org>  [80c5dd637e502ad22a80facf47755975a02db42e]

        #i10000# missing cast (solaris)

2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [6ec4eef20b15dc99d8043bf3406138a4e6663970]

        new version for SRC680

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [9fdb24609d4c77ffbf36132bc5a89f4fab94dae0]

        #i10000# Include removed

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [ed5436557244b5b21d367927ce2b07a62c47b98a]

        #i10000# fuslshow.hxx removed

2004-11-29  Oliver Bolte  <obo@openoffice.org>  [9c173753c5088021e4d5c6d8248478a317443896]

        #i10000# arrayToSequence has changed

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [de2883928638d8f8b15c7b9813a274560a92e51a]

        #i10000# pChild

2004-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [37b373c045bcf27319487a03dd59e4260addfd7f]

        #i36807# manually merged from vq05

2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [2e053fd7136927a274b48ee3cd968fbdd0592e9d]

        new version for SRC680

2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [c92ea1ffbed6aba1972bb4f5b4505fe947bc50e5]

        new version for SRC680

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [84e1b1c3bfd767b9a0564243d2cab6e1a18ff621]

        #i10000# added newline at end of file.

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [d92053a783d3928d5bec46e7280126d9b71da297]

        #i10000# removed namespace ucb from XSimpleFileAccess

2004-11-29  Oliver Bolte  <obo@openoffice.org>  [4a7099984f2697a4c3d406618db1cfcdab67ce00]

        #i10000# include for virdev.hxx missing

2004-11-29  Kurt Zenker  <kz@openoffice.org>  [ffc1d0154d78377ee72b74fe4ff32331d5775077]

        #i10000# merge corrected next (tv)

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [39e5fd3a699b0b8d63f8185c3e2b97868e6dc09e]

        #i10000# Merge error: sysui\oounix\office\cde does not exist any more.

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [97596e0f092227ddff5a090d22c98b2f917df9f5]

        #i10000# Merge error: sysui\tools\lngconv does not exist any more.

2004-11-29  Kurt Zenker  <kz@openoffice.org>  [06bb71ac871b0ca2575a8b64917430be4aa8ac94]

        #i10000# merge corrected (tv)

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [59479af826b50980e6edbd4ced89942ec89a3070]

        #i10000# Needs svx (SVXLIB needed by util/makefile.mk).

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [b3bcc4c458206fca63198212ae60f560fab4093c]

        #i10000# Comma added.

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [905fc2ec8293372ae10cfaa0f0793fdd981b21e1]

        #i10000# order of template parameters for sequenceToX and XToSequence templates changed.

2004-11-29  Oliver Bolte  <obo@openoffice.org>  [9743c8a24d0666f2b4b2c9bb5337b6eba9633c2b]

        #i10000# rAttrValue to sAttrValue

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [e54484e975f1239e9b9fa7ef13b95d09df142230]

        #i10000# avoid empty declaration

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [92169fe101c4be8ab5bb5f7223bb27836bfa1c14]

        #i10000# Do not dy if 'chmod' fails.

2004-11-29  Oliver Bolte  <obo@openoffice.org>  [320e37b998deb1003f7ff0929e516695bcc7f58d]

        #i10000# splithdl.obj removed

2004-11-29  Oliver Bolte  <obo@openoffice.org>  [7d19365c4806f63065afaa300e54485cbe7b030e]

        #i10000# deliver drafts\com\sun\star\drawing\*.hpp + *.hdl again (THB)

2004-11-29  Oliver Bolte  <obo@openoffice.org>  [ba39158076e2174e08f36249154f036311045d4a]

        #i10000# merge problem solved

2004-11-29  Oliver Bolte  <obo@openoffice.org>  [78eff56e970d81bb1e1e8e1c861d1dfee408d3a5]

        #i10000# XML_BASE defined dublicate

2004-11-29  Mikhail Voitenko  <mav@openoffice.org>  [7df08726d9e32b623ca8cfb28dc030d5fe217894]

        #100000# resolve conflict on integration of cws storagechange01

2004-11-29  Mikhail Voitenko  <mav@openoffice.org>  [62ab642224cd245664fdd529fad56c456ea5742f]

        #100000# resolve conflict on integration of cws storagechange01

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [bc44ed23527a8e0108fe3b0c15bc1e30db221aa8]

        #i10000# adapt to recent change in comphelper/inc/comphelper/sequence.hxx

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [2f5aafffd58f22e3facf23735e83cba1811d1b51]

        INTEGRATION: CWS presentationengine01

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [b0f9bce1cd35e34f1274117c43564a48b4b90e2a]

        #i10000# No rebase necessary for non product builds.

2004-11-29  Rüdiger Timm  <rt@openoffice.org>  [27c32a40b4efd1d78de80d6c80208377247b009b]

        #i10000# Redo last change.

2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [4715ec0209de59515894919baf7dd78e8f94b0f5]

        new version for SRC680

2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [aadf96d1b8fdae3e32ca4d22a4e64ac91b5f3f12]

        new version for SRC680

2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [18d4be790369609f1ac3bce6f0322e5783800942]

        new version for SRC680

2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [14855936092d890435b65655b3bab855752fc8a2]

        new version for SRC680

2004-11-29  Vladimir Glazounov  <vg@openoffice.org>  [5bc8a0fa23c3e88b09224032129602532624365d]

        new version for SRC680

2004-11-28  Kurt Zenker  <kz@openoffice.org>  [5a53406a1a34c4886067435c864a1774197b0c44]

        #i10000# clear empty line

2004-11-28  Martin Hollmichel  <mh@openoffice.org>  [acf4b76a01592ab982cba75b26b455fd895210e3]

        missing comma, #i10000#

2004-11-28  Kurt Zenker  <kz@openoffice.org>  [bb2a676a3c7ffbf976c7cbc74a7560b46ccfb8e3]

        #i10000# tags changed

2004-11-28  Kurt Zenker  <kz@openoffice.org>  [c0c4206c95882ccc417651e9d1f556dac2cd8186]

        #i10000# adjust brackets

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [bfcca078e149321745d6816eb95ed06ce18649e9]

        SRC680

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b5194f5727956021880eb5acb7b558de224a532]

        INTEGRATION: CWS swqcore01 (1.36.122); FILE MERGED 2004/11/27 10:15:38 os 1.36.122.2: RESYNC: (1.36-1.38); FILE MERGED 2004/11/10 16:46:43 hbrinkm 1.36.122.1: #i36903# IsOutline, GetNumNoOutline

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [ec3f78d9e309e574e7ac6559a89e191a5dc3cea4]

        #i10000# add depend on dxcanvas (tbe)

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [88dfb90b9d7a237d8a067802a28308b3a9e3710e]

        INTEGRATION: CWS presentationengine01 (1.2.54); FILE MERGED 2004/11/17 19:45:23 thb 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/29 12:19:06 cl 1.2.54.1: fixed effect slot

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [e41d7148fbd8bfaea3025a0a8d93d8242325cff0]

        INTEGRATION: CWS presentationengine01 (1.54.10); FILE MERGED 2004/11/23 02:35:37 sj 1.54.10.18: #i37418# fixed import of old ppt effects 2004/11/18 18:46:21 sj 1.54.10.17: #i37418# added import of old ppt 97 effects via api 2004/11/17 19:24:41 thb 1.54.10.16: RESYNC: (1.65-1.66); FILE MERGED 2004/10/12 22:54:17 thb 1.54.10.15: RESYNC: (1.64-1.65); FILE MERGED 2004/09/22 11:39:37 sj 1.54.10.14: added import of media objects (sound 2004/09/08 11:57:09 cl 1.54.10.13: removed #ifdef DBG for new animation import 2004/09/06 19:26:16 thb 1.54.10.12: #i10000# Solaris compiler did not recognized us as a derived class, thus preventing access to protected member when casting to base. 2004/08/31 14:10:08 thb 1.54.10.11: #i33391#, #i33359# Merged from sj10 2004/08/28 22:38:02 cl 1.54.10.10: removed old presentation code 2004/08/25 16:36:44 cl 1.54.10.9: replaced old FuSlideShow with new SlideShow 2004/07/23 14:10:39 thb 1.54.10.8: RESYNC: (1.62-1.64); FILE MERGED 2004/07/07 01:00:13 thb 1.54.10.7: RESYNC: (1.58-1.62); FILE MERGED 2004/06/22 13:56:50 sj 1.54.10.6: added import of masterpage animation effects 2004/04/14 10:07:00 cl 1.54.10.5: new smile api 2004/04/05 13:41:30 thb 1.54.10.4: RESYNC: (1.55-1.58); FILE MERGED 2004/03/19 13:24:14 cl 1.54.10.3: initial import for smil 2004/02/27 12:22:43 cl 1.54.10.2: RESYNC: (1.54-1.55); FILE MERGED 2004/02/12 15:53:16 sj 1.54.10.1: starting to read the anim prog tag

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [ccf7745d8944b6f26a2ba4730c55965b6a99b03b]

        INTEGRATION: CWS presentationengine01 (1.36.12); FILE MERGED 2004/11/17 19:39:59 thb 1.36.12.4: RESYNC: (1.38-1.39); FILE MERGED 2004/10/12 23:29:05 thb 1.36.12.3: RESYNC: (1.36-1.38); FILE MERGED 2004/08/31 15:09:15 af 1.36.12.2: #i33627# Making the layout menu of the task pane visible instead of showing the layout dialog. 2004/08/28 22:57:00 cl 1.36.12.1: removed old presentation code

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [febef9d7aa03c21cab17059323e28c5228f3fff1]

        INTEGRATION: CWS presentationengine01 (1.15.10); FILE MERGED 2004/10/12 23:27:22 thb 1.15.10.10: RESYNC: (1.17-1.19); FILE MERGED 2004/09/12 18:22:22 cl 1.15.10.9: fixed ShowWindow 2004/08/28 22:56:59 cl 1.15.10.8: removed old presentation code 2004/08/26 14:55:08 cl 1.15.10.7: fixed presentation paint 2004/08/26 14:38:51 cl 1.15.10.6: reworked new Slideshow integration 2004/08/25 16:32:50 cl 1.15.10.5: replaced old FuSlideShow with new SlideShow 2004/08/23 12:37:44 thb 1.15.10.4: RESYNC: (1.16-1.17); FILE MERGED 2004/08/03 19:50:34 thb 1.15.10.3: #110496# Added preliminary XSlideShow integration 2004/07/23 15:11:56 thb 1.15.10.2: RESYNC: (1.15-1.16); FILE MERGED 2004/04/12 15:17:04 thb 1.15.10.1: #110496# Adaptions after canvas01 merge

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [e0ea0a29b5afec0e1c24c0208a831642d68b5204]

        INTEGRATION: CWS presentationengine01 (1.36.10); FILE MERGED 2004/11/17 19:38:54 thb 1.36.10.12: RESYNC: (1.43-1.45); FILE MERGED 2004/10/12 23:26:27 thb 1.36.10.11: RESYNC: (1.42-1.43); FILE MERGED 2004/09/12 18:21:51 cl 1.36.10.10: removed animation mode 2004/08/28 22:56:57 cl 1.36.10.9: removed old presentation code 2004/08/26 14:38:51 cl 1.36.10.8: reworked new Slideshow integration 2004/08/25 16:32:48 cl 1.36.10.7: replaced old FuSlideShow with new SlideShow 2004/08/23 12:37:13 thb 1.36.10.6: RESYNC: (1.41-1.42); FILE MERGED 2004/08/03 19:50:34 thb 1.36.10.5: #110496# Added preliminary XSlideShow integration 2004/07/26 20:18:24 thb 1.36.10.4: #i10000# Removed merge fault 2004/07/23 15:09:30 thb 1.36.10.3: RESYNC: (1.38-1.41); FILE MERGED 2004/07/07 01:37:40 thb 1.36.10.2: RESYNC: (1.36-1.38); FILE MERGED 2004/04/12 15:17:05 thb 1.36.10.1: #110496# Adaptions after canvas01 merge

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [bc885d3bde899557c1171557d7e5cb4d75a3f1b9]

        INTEGRATION: CWS presentationengine01 (1.27.4); FILE MERGED 2004/10/12 23:25:47 thb 1.27.4.3: RESYNC: (1.27-1.28); FILE MERGED 2004/08/28 22:56:57 cl 1.27.4.2: removed old presentation code 2004/08/25 16:32:47 cl 1.27.4.1: replaced old FuSlideShow with new SlideShow

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [f7eec5d5929d1eebf76573b5b5944defe9d00a42]

        INTEGRATION: CWS presentationengine01 (1.4.18); FILE MERGED 2004/11/17 19:38:06 thb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/25 16:32:45 cl 1.4.18.1: replaced old FuSlideShow with new SlideShow

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [ba7c78ddc249472282eed6da0e49fe293e275e79]

        INTEGRATION: CWS presentationengine01 (1.8.18); FILE MERGED 2004/11/17 19:37:50 thb 1.8.18.5: RESYNC: (1.11-1.12); FILE MERGED 2004/10/12 23:23:43 thb 1.8.18.4: RESYNC: (1.8-1.11); FILE MERGED 2004/09/29 16:41:57 af 1.8.18.3: #i34804# Added new mpEventMultiplexer member and access method. 2004/08/31 14:47:00 af 1.8.18.2: #i33627# Added slot for making the task pane visible. 2004/08/28 22:56:56 cl 1.8.18.1: removed old presentation code

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [520ceb8712c58229677a0b15c7e275a9830f04f1]

        INTEGRATION: CWS presentationengine01 (1.6.12); FILE MERGED 2004/09/22 13:04:56 cl 1.6.12.2: correctly call dispose on registered listeners 2004/09/12 18:28:14 cl 1.6.12.1: added text selection to controller API

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [e044793bb041e15fe4b38b6def4784911aa1bf0a]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/09/30 15:29:45 af 1.2.12.2: #i34242# Added support for help ids. 2004/08/31 15:04:56 af 1.2.12.1: #i33627# AddControl() returns the new ids returned by ControlContainer::AddControl().

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [13149c76d1a04a4960abe00b3856359c0ad28225]

        INTEGRATION: CWS presentationengine01 (1.4.18); FILE MERGED 2004/11/17 19:35:03 thb 1.4.18.4: RESYNC: (1.5-1.6); FILE MERGED 2004/10/12 23:17:50 thb 1.4.18.3: RESYNC: (1.4-1.5); FILE MERGED 2004/09/29 16:39:32 af 1.4.18.2: #i34804# Prepared the sending of events for changes of the current page. 2004/08/25 16:30:34 cl 1.4.18.1: replaced old FuSlideShow with new SlideShow

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [884c1f03866bbe3a1dbfb4d74f6a58afbc4b919a]

        INTEGRATION: CWS tl04 (1.21.118); FILE MERGED 2004/11/08 09:46:46 tl 1.21.118.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [2ee4ec858657df4ff389fdf0bfb3f3df45425838]

        INTEGRATION: CWS tl04 (1.33.94); FILE MERGED 2004/11/24 15:49:30 tl 1.33.94.1: #118281# number of suggestions to be returned supplied

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [4d10af3b07bef5e3edfa40d206fc9e4655378ef9]

        INTEGRATION: CWS tl04 (1.1.2); FILE ADDED 2004/11/08 10:00:30 tl 1.1.2.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [aea7ac8f2a78bb2d2e9b1a9eb4f6b10e546d7cb0]

        INTEGRATION: CWS tl04 (1.1.2); FILE ADDED 2004/11/08 10:01:34 tl 1.1.2.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [4c9ed88132bb472eb1b759c8e53874e79402c769]

        INTEGRATION: CWS tl04 (1.1.2); FILE ADDED 2004/11/11 13:27:18 tl 1.1.2.3: #118281# switch to Proximity linguistic 2004/11/11 10:42:55 tl 1.1.2.2: #118281# switch to Proximity linguistic 2004/11/08 10:01:59 tl 1.1.2.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [61fcf7896a8dda3a61f52d96daf915352557150f]

        INTEGRATION: CWS tl04 (1.13.28); FILE MERGED 2004/11/08 10:03:48 tl 1.13.28.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [749634cfb04c835544ea7a8a5650b79c881691e7]

        INTEGRATION: CWS tl04 (1.4.160); FILE MERGED 2004/11/11 10:42:54 tl 1.4.160.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [4570969119eb06aa228213732aac689f611d0cdb]

        INTEGRATION: CWS tl04 (1.12.42); FILE MERGED 2004/11/08 10:04:27 tl 1.12.42.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [5a70efd5cb98f29e18c2633d236a0946c2a4ac59]

        INTEGRATION: CWS tl04 (1.1.2); FILE ADDED 2004/11/08 09:58:34 tl 1.1.2.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [63762e597a028ab691a744100534f6639365c5b5]

        INTEGRATION: CWS tl04 (1.1.2); FILE ADDED 2004/11/08 11:37:19 tl 1.1.2.2: #118281# ; removed for Solaris compiler 2004/11/08 09:59:27 tl 1.1.2.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [f0b3c0aff1abe3b3e0f190f0bf1cd6cad81eb2f2]

        INTEGRATION: CWS tl04 (1.1.2); FILE ADDED 2004/11/11 10:41:08 tl 1.1.2.2: #118281# switch to Proximity linguistic 2004/11/08 09:58:57 tl 1.1.2.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [25dc1750bf9d2924fd8336ce36666aba93f461b6]

        INTEGRATION: CWS tl04 (1.7.16); FILE MERGED 2004/11/08 10:02:51 tl 1.7.16.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [6fcd1e41fdd86bbf558671620df93f48c1c47b00]

        INTEGRATION: CWS tl04 (1.4.172); FILE MERGED 2004/11/11 10:41:08 tl 1.4.172.1: #118281# switch to Proximity linguistic

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [e894109d42f2067072ea73b2b928b5d3538bb7df]

        INTEGRATION: CWS tl04 (1.13.120); FILE MERGED 2004/11/11 10:47:03 tl 1.13.120.1: #118281# switch to Proximity linguistic

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5075de25cdc87d4d72c613b2d80f8568b724762]

        INTEGRATION: CWS solsfix (1.6.2); FILE MERGED 2004/11/25 06:55:04 oj 1.6.2.1: #i37818# fix ?: operator

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5efbf572c121d1b98bfbb26b05810ca5248921a1]

        INTEGRATION: CWS solsfix (1.5.2); FILE MERGED 2004/11/25 07:17:27 oj 1.5.2.1: #i37818# fix ?: operator

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd960659f51cf7771fb222db9af51ef9a3f48405]

        INTEGRATION: CWS solsfix (1.62.10); FILE MERGED 2004/11/25 06:56:13 oj 1.62.10.1: #i37818# fix ?: operator

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [931fb3d0e9c80454b0bbf93d40a469534419d1e7]

        INTEGRATION: CWS solsfix (1.2.2); FILE MERGED 2004/11/25 07:41:22 oj 1.2.2.1: #i37818# fix ?: operator

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3d3e7f4228da1e58075a5a6bbc48a37f770ffe8]

        INTEGRATION: CWS solsfix (1.18.14); FILE MERGED 2004/11/25 07:18:51 oj 1.18.14.1: #i37818# fix ?: operator

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b5b9c99cd0210c07cb475e55f2aab025ba2a3aa]

        INTEGRATION: CWS solsfix (1.10.10); FILE MERGED 2004/11/25 06:44:31 oj 1.10.10.1: #i37818# fix ?: operator

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6034e8ca54ff2373c062523440979fb26828dc10]

        INTEGRATION: CWS os42 (1.20.14); FILE MERGED 2004/11/27 09:03:42 os 1.20.14.2: conflicts resolved 2004/11/11 14:01:28 os 1.20.14.1: #i17861# help id added to PDF filter options dialog

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [228c217492d7c476ea345cb9abd0accd05c56a44]

        INTEGRATION: CWS os42 (1.55.62); FILE MERGED 2004/11/10 08:53:19 os 1.55.62.1: #i36723# check for new entry has to be done before ReleaseFocus() is called

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa0540bb226d3e4c80108c142c3bf4fc3aaf1977]

        INTEGRATION: CWS os42 (1.12.104); FILE MERGED 2004/11/09 15:45:47 os 1.12.104.1: #i25686# print synchronously when using the mailmerge component

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [090a9690e04ecf694e45518192c0ec7a33c3af8e]

        INTEGRATION: CWS os42 (1.25.80); FILE MERGED 2004/11/11 12:34:42 iha 1.25.80.2: #i36242# custom shapes could not be selected if another was selected before 2004/11/10 16:34:07 os 1.25.80.1: #i35593# optimization

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f861da6dded936f08f1be66da502e173db8a9f2]

        INTEGRATION: CWS os42 (1.2.80); FILE MERGED 2004/11/12 10:36:58 os 1.2.80.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/11 12:36:47 iha 1.2.80.1: #i36242# custom shapes could not be selected if another was selected before

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8190d6f719cfb9ee140d56f7d9a61b93ed31c5b3]

        INTEGRATION: CWS os42 (1.4.930); FILE MERGED 2004/11/11 12:33:55 iha 1.4.930.1: #i36242# custom shapes could not be selected if another was selected before

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29e1b79a868e8b421f1ec077b829ec92b0b3c3f5]

        INTEGRATION: CWS os42 (1.2.80); FILE MERGED 2004/11/27 08:55:59 os 1.2.80.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/11 12:33:18 iha 1.2.80.1: #i36242# custom shapes could not be selected if another was selected before

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b659354a774b4876087e437123191bc0dd9eedb]

        INTEGRATION: CWS os42 (1.96.98); FILE MERGED 2004/11/18 12:28:55 os 1.96.98.3: #i35593# return after selecting an object immediately 2004/11/18 08:28:21 os 1.96.98.2: #i35593# draw mode has to be reset in case of context menu request, too 2004/11/10 16:33:30 os 1.96.98.1: #i35593# if a context menu is requested the insert_draw mode has to be closed

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bf221267a49d8f45d7d81547c0c7906d21e2f04]

        INTEGRATION: CWS os42 (1.8.100); FILE MERGED 2004/11/15 11:45:28 os 1.8.100.2: #i35687# FillItemSet(): endnote numbering 2004/11/10 10:55:32 os 1.8.100.1: #i35687# section footnotes and endnotes have to use the same numbering types ListBox content

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7b6a5159571891be6e5ba9f09a9ea5e08006081]

        INTEGRATION: CWS os42 (1.51.220); FILE MERGED 2004/11/10 10:55:32 os 1.51.220.1: #i35687# section footnotes and endnotes have to use the same numbering types ListBox content

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8f41485ef5a20cf6fa28f830a40af6ac472240f]

        INTEGRATION: CWS os42 (1.80.34); FILE MERGED 2004/11/09 15:45:35 os 1.80.34.1: #i25686# print synchronously when using the mailmerge component

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c75b56e916877e8f368f44bd5ac8e82e4a96fec8]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a1c07a1390c6f115c9a14705887282805fe01a0]

        INTEGRATION: CWS os42 (1.25.108); FILE MERGED 2004/11/09 15:45:28 os 1.25.108.1: #i25686# print synchronously when using the mailmerge component

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [99b2d7a7b19b85960c0dfa7755fcb247348da889]

        INTEGRATION: CWS os42 (1.100.78); FILE MERGED 2004/11/27 08:57:36 os 1.100.78.2: RESYNC: (1.100-1.102); FILE MERGED 2004/11/05 16:35:12 dr 1.100.78.1: #i36762# remove additional languages

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e433f526516ed362f312c18faf9c58c716c849e0]

        INTEGRATION: CWS os42 (1.9.80); FILE MERGED 2004/11/12 10:24:15 os 1.9.80.2: RESYNC: (1.9-1.10); FILE MERGED 2004/11/05 16:35:11 dr 1.9.80.1: #i36762# remove additional languages

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [62c6a979fa66ea640fbaaf485290b4bab220126a]

        INTEGRATION: CWS os42 (1.27.22); FILE MERGED 2004/11/27 08:56:42 os 1.27.22.3: RESYNC: (1.28-1.31); FILE MERGED 2004/11/12 10:24:06 os 1.27.22.2: RESYNC: (1.27-1.28); FILE MERGED 2004/11/05 16:35:10 dr 1.27.22.1: #i36762# remove additional languages

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [38062f7d5975b9c986c3e850d35591b84732bf50]

        INTEGRATION: CWS os42 (1.9.54); FILE MERGED 2004/11/05 16:35:09 dr 1.9.54.1: #i36762# remove additional languages

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1ef6966b7172053b18070bd928feb2201cc7fdb]

        INTEGRATION: CWS os42 (1.3.170); FILE MERGED 2004/11/11 14:01:28 os 1.3.170.1: #i17861# help id added to PDF filter options dialog

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9f0e6465047c14b27221254afda895d0860a7bc]

        INTEGRATION: CWS os42 (1.9.178); FILE MERGED 2004/11/11 14:01:28 os 1.9.178.1: #i17861# help id added to PDF filter options dialog

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [355117023602a5e26542f814e22182a989249f2b]

        INTEGRATION: CWS os42 (1.4.72); FILE MERGED 2004/11/11 14:01:28 os 1.4.72.1: #i17861# help id added to PDF filter options dialog

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [311f5740f6b53b88f5ce9c40fdc0af6d0d61e5d2]

        INTEGRATION: CWS swqcore01 (1.3.44); FILE MERGED 2004/11/27 10:13:43 os 1.3.44.3: RESYNC: (1.6-1.8); FILE MERGED 2004/11/17 14:45:05 hbrinkm 1.3.44.2: RESYNC: (1.3-1.6); FILE MERGED 2004/11/17 11:12:30 dvo 1.3.44.1: #i28755# handle text:main-etry (OOo) to text:main-entry (OASIS)

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbb448c20d7166caf6c97b49ad905b7228a8c234]

        INTEGRATION: CWS swqcore01 (1.3.42); FILE MERGED 2004/11/27 10:13:35 os 1.3.42.3: RESYNC: (1.6-1.8); FILE MERGED 2004/11/17 14:44:43 hbrinkm 1.3.42.2: RESYNC: (1.3-1.6); FILE MERGED 2004/11/17 11:12:29 dvo 1.3.42.1: #i28755# handle text:main-etry (OOo) to text:main-entry (OASIS)

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [3f184187c5df7032af38fbb103bbf96314a2a94a]

        INTEGRATION: CWS qwizardsbf1 (1.2.40); FILE MERGED 2004/11/02 14:41:07 tv 1.2.40.3: RESYNC: (1.2-1.3); FILE MERGED 2004/09/30 11:37:56 rpiterman 1.2.40.2: cancel is now called only once, and also when OOo is closing. 2004/09/24 14:07:02 tv 1.2.40.1: change in Frame handling: disconnect preview frame from desktop, implement own terminateListener, close preview via XCloseable

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bea519c1febe897221e8891c1b487d3b395f3818]

        INTEGRATION: CWS swqcore01 (1.2.72); FILE MERGED 2004/11/27 10:13:19 os 1.2.72.3: RESYNC: (1.3-1.4); FILE MERGED 2004/11/17 14:41:19 hbrinkm 1.2.72.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/17 11:12:29 dvo 1.2.72.1: #i28755# handle text:main-etry (OOo) to text:main-entry (OASIS)

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab7483c05e429300eb5bd479709f68af6ae363d9]

        INTEGRATION: CWS swqcore01 (1.2.74); FILE MERGED 2004/11/27 10:13:27 os 1.2.74.3: RESYNC: (1.4-1.5); FILE MERGED 2004/11/17 14:41:28 hbrinkm 1.2.74.2: RESYNC: (1.2-1.4); FILE MERGED 2004/11/17 11:12:28 dvo 1.2.74.1: #i28755# handle text:main-etry (OOo) to text:main-entry (OASIS)

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e6c986f8c7a473393365aae29483fe4d0d06b9d]

        INTEGRATION: CWS swqcore01 (1.3.120); FILE MERGED 2004/11/03 15:25:28 hbrinkm 1.3.120.1: #i30098# Apply: alter copy and pass it to UpdateFlds

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d10fb7653a3c27168eb78080fc76596d7387b14]

        INTEGRATION: CWS swqcore01 (1.10.296); FILE MERGED 2004/11/10 16:49:26 hbrinkm 1.10.296.1: #i36903# use GetNumNoOutline instead of GetNum

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed12ffcdb90a3fb3907304163bf785c4cd009c7f]

        INTEGRATION: CWS swqcore01 (1.11.336); FILE MERGED 2004/11/10 16:49:14 hbrinkm 1.11.336.1: #i36903# use GetNumNoOutline instead of GetNum

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5952d9f7da6bb4695eeb3f95096f564e1da5b9c7]

        INTEGRATION: CWS swqcore01 (1.6.336); FILE MERGED 2004/11/10 16:49:02 hbrinkm 1.6.336.1: #i36903# use GetNumNoOutline instead of GetNum

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [14515225f1e8aaa514a8a260ca56a072d7d4bb50]

        INTEGRATION: CWS swqcore01 (1.24.154); FILE MERGED 2004/11/10 16:48:37 hbrinkm 1.24.154.1: #i36903# use GetNumNoOutline instead of GetNum

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c136d27368bd044232ab4655fbc7861e2bb1e371]

        INTEGRATION: CWS swqcore01 (1.35.10); FILE MERGED 2004/11/17 14:59:50 hbrinkm 1.35.10.2: RESYNC: (1.35-1.36); FILE MERGED 2004/11/05 15:07:10 hbrinkm 1.35.10.1: #i36749# GetNumRuleTbl only returns const now

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [467883f49c10326dd69d4cd5728214eb89e197b8]

        INTEGRATION: CWS swqcore01 (1.36.102); FILE MERGED 2004/11/10 16:47:41 hbrinkm 1.36.102.1: #i36903# compiler changed

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [87ccfecbf92a97a37972df5f2cf3fa858c89b5da]

        INTEGRATION: CWS swqcore01 (1.11.104); FILE MERGED 2004/11/17 16:07:56 hbrinkm 1.11.104.1: #i13886# deinline some functions

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc6ac1f5e38eb9b21798b842aa5221b12f76d22f]

        INTEGRATION: CWS swqcore01 (1.23.34); FILE MERGED 2004/11/22 16:06:46 hbrinkm 1.23.34.2: #118528# SwNumrule copy constructor: do not copy pointer to name->pointer relation 2004/11/05 15:02:34 hbrinkm 1.23.34.1: #i36749# bookkeeping for name->numrule relation

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [017faedee62e890841ee771e56f0ef4f9b983593]

        INTEGRATION: CWS swqcore01 (1.7.122); FILE MERGED 2004/11/27 10:15:13 os 1.7.122.3: merge conflict resolved 2004/11/10 16:50:37 hbrinkm 1.7.122.2: #i36903# missing default branch in switch 2004/11/10 16:45:06 hbrinkm 1.7.122.1: #i36903# missing default branch in switch

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8622e021946069be61e0d73328cf56ed8786adc7]

        INTEGRATION: CWS swqcore01 (1.36.100); FILE MERGED 2004/11/17 16:06:48 hbrinkm 1.36.100.1: #i13886# txtnode in toc: regard first line indent

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce50eaadc1291b291452875d6c9cacf846a042e9]

        INTEGRATION: CWS swqcore01 (1.37.32); FILE MERGED 2004/11/27 10:14:35 os 1.37.32.4: RESYNC: (1.38-1.39); FILE MERGED 2004/11/22 16:05:09 hbrinkm 1.37.32.3: #118528# let numrule handle name->pointer relation, fallback in FindNumRulePtr 2004/11/17 14:52:56 hbrinkm 1.37.32.2: RESYNC: (1.37-1.38); FILE MERGED 2004/11/05 14:57:54 hbrinkm 1.37.32.1: #i36749# use AddNumRule to add numbering rules to document

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebf037b4aefb05f4a347fe911d5cbd38883fb34c]

        INTEGRATION: CWS swqcore01 (1.47.34); FILE MERGED 2004/11/05 14:54:32 hbrinkm 1.47.34.1: #i36749# use AddNumRule to add numbering rules to document

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [536b3c1d3df92db18cdacc1d7a5c74de47513bb9]

        INTEGRATION: CWS swqcore01 (1.29.100); FILE MERGED 2004/11/22 16:03:25 hbrinkm 1.29.100.3: #100000# resanc 2004/11/18 12:41:05 hbrinkm 1.29.100.2: #1000000# resync 2004/11/10 16:43:26 hbrinkm 1.29.100.1: #i36903# moved ChgFmt, RenameFmt from doc.cxx

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20af2d4c7bc58e398c4c36f12eb06bc4efaa94c6]

        INTEGRATION: CWS swqcore01 (1.33.102); FILE MERGED 2004/11/10 16:42:52 hbrinkm 1.33.102.2: #i36903# moved ChgFmt, RenameFmt to docfmt.cxx 2004/11/05 14:51:00 hbrinkm 1.33.102.1: #i36749# GetNumRuleTbl only returns const now

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [251f5f4bbc6a048fbd2f75faa6769962b47556b7]

        INTEGRATION: CWS swqcore01 (1.8.34); FILE MERGED 2004/11/27 10:14:27 os 1.8.34.3: RESYNC: (1.8-1.9); FILE MERGED 2004/11/10 16:41:05 hbrinkm 1.8.34.2: #i36903# output for SfxPoolItem 2004/11/05 14:47:50 hbrinkm 1.8.34.1: #i36749# output for hash_map of numrules

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c29a4703abcf370d16a380a630827efffbf628a]

        INTEGRATION: CWS swqcore01 (1.10.120); FILE MERGED 2004/11/17 16:04:42 hbrinkm 1.10.120.1: #i13886# deinline some functions

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4516f80c0097f3d1c7935fb8f46d90221d6319d2]

        INTEGRATION: CWS swqcore01 (1.19.34); FILE MERGED 2004/11/05 14:43:15 hbrinkm 1.19.34.1: #i36749# pointer to numrule map

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d23fbf8ddb9d3083424b8f42f00ab1c0aaaf3d7]

        INTEGRATION: CWS swqcore01 (1.30.34); FILE MERGED 2004/11/10 16:40:03 hbrinkm 1.30.34.1: #i36903# GetNumNoOutline, IsOutline

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0d01e03acbf96a4ba31cf89e7ed975ab18196ba]

        INTEGRATION: CWS swqcore01 (1.91.34); FILE MERGED 2004/11/10 16:35:00 hbrinkm 1.91.34.2: #i36903# SetNumRuleFromColl 2004/11/05 14:31:47 hbrinkm 1.91.34.1: #i36749# AddNumRule (ensure sync with map)

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dee19aec49f4f6160305e858db320c3503251fbd]

        INTEGRATION: CWS swqcore01 (1.6.102); FILE MERGED 2004/11/27 10:14:09 os 1.6.102.3: RESYNC: (1.6-1.7); FILE MERGED 2004/11/10 16:28:03 hbrinkm 1.6.102.2: #i36903# output for SfxPoolItem 2004/11/05 14:27:11 hbrinkm 1.6.102.1: #i36749# output for hash_map of numrules

2004-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f8bf40b33fc28826c65abfd1cb902db48a8ab97]

        INTEGRATION: CWS swqcore01 (1.70.30); FILE MERGED 2004/11/27 10:12:34 os 1.70.30.4: RESYNC: (1.73-1.78); FILE MERGED 2004/11/23 14:47:50 dvo 1.70.30.3: #i28755# main-entry (fix merge failure) 2004/11/17 14:34:23 hbrinkm 1.70.30.2: RESYNC: (1.70-1.73); FILE MERGED 2004/11/17 11:12:27 dvo 1.70.30.1: #i28755# handle text:main-etry (OOo) to text:main-entry (OASIS)

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [d178d6b28dcf6cebe35442082e8469667cb4faf6]

        INTEGRATION: CWS qwizardsbf1 (1.2.14); FILE MERGED 2004/10/27 10:23:13 ih 1.2.14.1: rebuild ott files in newer office Issue number: Submitted by: Reviewed by:

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [109955a1b1ad161015e103916104d033b66ca1b7]

        INTEGRATION: CWS qwizardsbf1 (1.2.14); FILE MERGED 2004/10/27 10:22:35 ih 1.2.14.1: rebuild ott files in newer office Issue number: Submitted by: Reviewed by:

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [ef895498c9b8b18d88939faffa7ac12b58d805cc]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:33 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [975586fc9dbb2d48b69ecc2ebb5b466fed2b0f4e]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:34 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [05a477f4cee15b475c5e61bec16d8a4a9c7da247]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:35 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [ba057104e2add3b0b1242c132d88c5ec602d8d50]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:36 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [f0a5bb7397951e4f910b68ac0890167f6e031e79]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:37 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [23defb74c6357a80aa965e2d13f25d1e60f7b7ee]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:38 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [509a18fd5f9facbddf894dc0974d53ba50dccf70]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:40 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [0deefa84e79ff4a2c0d018ca04510bb29fdc3faf]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:41 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [c535c0e374547ef9e52aff94deb088a4f25bcf2c]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:42 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [2c02335d656197e8cc886a2c3d926278c6650620]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:43 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [36ddff3ea9edbc04a9aec4d15f7ad01dccf7eda6]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:44 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [faaf446a24b954420571d051882bb9ab6129f084]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:45 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [363c88946a0fa93a84fc5d7ecc3327bd9fd49ea5]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:46 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [e4c5b330b4bb1ce12e6e058166c0a201de7a8d2b]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:47 ih 1.1.2.1: styles for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [d00e92766710a1b56c12725176603abefc162561]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:59:39 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [67cdcf6285f373ac290cd7496bb22d335677dce8]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:57:22 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [de208b0122a322e20c122e7a06b652becbfc9fd2]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:56:38 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [0632c29b76fc86163f8e8a45f34e82964a9244d8]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:55:34 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [3ea6e793a861422e508e220140060df6f1f483e1]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:53:56 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [96058ccf84104910f430bb3deaa30531af2cec6e]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:54:18 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [3d6393e1f1cb442a20d545a4053b2cfcd90dd598]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:53:57 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [067b98534734ea751390cdd8a65dae6752e4c492]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:52:49 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [89110b34f8b7f329d88ae19c53866af830a9c8e7]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:53:13 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [2c2b5625873756df1cbfd08e0eb18ad35bee8802]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:51:57 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [7a35bc3c781ea48b274a1cf1866455e97fd5e855]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:52:14 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [362d728081f413b2203ec57fdbe622d3b3c68b48]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:51:04 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [5d04b2c0c346d1974aeee62fc6c590d5abc2440b]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:51:21 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [c441d6167487df134232f235ab42e2e57a352a97]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:51:05 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [6027014ed3bd09cc4fa48ed42a9ae599ae22a7f1]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:50:01 ih 1.1.2.1: layout templates for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [a84ec44df7038e6c54902f5c321c52d884b526bc]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:20:20 ih 1.1.2.1: images for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [f74858b16608ebad005f423b483ad19d85344700]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:20:21 ih 1.1.2.1: images for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [ec1c2baa923d083f467a4d1d68288f48f9f5110f]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:20:22 ih 1.1.2.1: images for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [2bf5f2d055ccb83a11227987b574ef5f3e9bc442]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:20:23 ih 1.1.2.1: images for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [e86c2b2c9fcddf63286a6c0f0c2d74968c698b6b]

        INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:20:24 ih 1.1.2.1: images for web wizard

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [6e4846e6f9c97b3b64dcec6ddef06ef6c0a88966]

        INTEGRATION: CWS qwizardsbf1 (1.8.2); FILE MERGED 2004/11/17 10:03:02 ih 1.8.2.1: web wizard added

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [247243085c18fb704e08b906bc7cf892e5a3c246]

        INTEGRATION: CWS qwizardsbf1 (1.12.156); FILE MERGED 2004/11/17 10:24:52 ih 1.12.156.1: language dependend section of web wizard removed

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [bc114b8df48b6af877f4ff1122ed5adff4904d41]

        INTEGRATION: CWS qwizardsbf1 (1.60.2); FILE MERGED 2004/11/22 17:01:27 bc 1.60.2.7: ## string 152 for webwizard added 2004/11/19 10:47:25 bc 1.60.2.6: ##Some ResourceStrings with em modified 2004/11/18 13:09:38 bc 1.60.2.5: #i33212# Mediadescriptors for loading documents added 2004/11/16 09:28:29 tv 1.60.2.4: support all 11 sun languages 2004/11/02 14:55:00 tv 1.60.2.3: RESYNC: (1.60-1.61); FILE MERGED 2004/09/30 17:25:25 rpiterman 1.60.2.2: issue i30234: changed web wizard resource to "Web Assistent Einstellungen" 2004/09/17 15:48:02 rpiterman 1.60.2.1: issue i30229, fixed

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [39cb224b434f6c4c49b0de48b3edabfa35d7322a]

        INTEGRATION: CWS qwizardsbf1 (1.2.40); FILE MERGED 2004/09/17 16:31:43 rpiterman 1.2.40.1: docu and buetifying

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [09e5411b74a108243e47f00239efc8d95476e8dc]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/11/18 13:09:38 bc 1.3.2.2: #i33212# Mediadescriptors for loading documents added 2004/09/17 16:31:43 rpiterman 1.3.2.1: docu and buetifying

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [5e19dd06a2aba25292f10bed98e2161f087dd2fe]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/11/22 14:02:59 bc 1.3.2.1: #i30234# path to share/config referenced Issue number: Submitted by: Reviewed by:

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [7cf1c01b270a22c68ff9aedc714b85174b16ba48]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/11/18 13:09:37 bc 1.3.2.2: #i33212# Mediadescriptors for loading documents added 2004/09/17 15:49:24 rpiterman 1.3.2.1: changed a memeber name (sizeKB) Issue number: Submitted by: Reviewed by:

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [c7d3a8313c208c8e89e7419baf17af43811ff135]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/09/24 14:07:02 tv 1.3.2.1: change in Frame handling: disconnect preview frame from desktop, implement own terminateListener, close preview via XCloseable

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [0473d1c2d98a8440addfcb775031b4fd3d37d8e6]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/11/22 14:02:58 bc 1.3.2.3: #i30234# path to share/config referenced Issue number: Submitted by: Reviewed by: 2004/09/30 11:40:19 rpiterman 1.3.2.2: changes due to changes in OfficeDocument.createNewFrame method 2004/09/17 16:02:39 rpiterman 1.3.2.1: reinserted code for relocated missing documents Issue number: i33212 Submitted by: Reviewed by:

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [738e537ba1aef97660ce246143018a75bcfc9f9d]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/11/22 14:02:58 bc 1.3.2.3: #i30234# path to share/config referenced Issue number: Submitted by: Reviewed by: 2004/09/30 11:40:19 rpiterman 1.3.2.2: changes due to changes in OfficeDocument.createNewFrame method 2004/09/17 15:50:28 rpiterman 1.3.2.1: removed a console output Issue number: 33452

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [4a8bc6f0fc43e806a9253598c6c6c9df856dd031]

        INTEGRATION: CWS qwizardsbf1 (1.2.40); FILE MERGED 2004/09/30 11:38:21 rpiterman 1.2.40.1: documentation

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [1ac377780599b915ec75269163dab6b2375b1480]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/09/30 11:38:20 rpiterman 1.3.2.1: documentation

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [2fdf5f4df43c8a7c2a1635d9d017e7d11dbaef74]

        INTEGRATION: CWS qwizardsbf1 (1.2.40); FILE MERGED 2004/09/30 11:38:20 rpiterman 1.2.40.1: documentation

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [bdfcb0aabad934b235998f3a3935f697bc9d05a8]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/09/30 11:38:19 rpiterman 1.3.2.2: documentation 2004/09/22 14:29:49 tv 1.3.2.1: #i30337# load generated document with target '_default'.

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [c335d838d9b984427f44a645963d0a5b38cf714d]

        INTEGRATION: CWS qwizardsbf1 (1.2.40); FILE MERGED 2004/11/15 11:28:16 tv 1.2.40.3: #i35890# corrected month in updateDateFields() Issue number: Submitted by: Reviewed by: 2004/10/25 13:23:17 tv 1.2.40.2: #i35890# updated date in letter wizard and fax wizard preview 2004/10/13 12:06:02 tv 1.2.40.1: small bugfixes

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [a3cd93f10553f75a42fbfa08eed40babb7769367]

        INTEGRATION: CWS qwizardsbf1 (1.4.2); FILE MERGED 2004/11/02 14:46:15 tv 1.4.2.4: RESYNC: (1.4-1.5); FILE MERGED 2004/10/13 14:32:48 tv 1.4.2.3: #i35461# set preview document to not-modified before exchanging the content 2004/10/13 12:06:01 tv 1.4.2.2: small bugfixes 2004/09/24 14:07:01 tv 1.4.2.1: change in Frame handling: disconnect preview frame from desktop, implement own terminateListener, close preview via XCloseable

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [2a1a9adecea9ca3205de86a88f39d86394f5d1fb]

        INTEGRATION: CWS qwizardsbf1 (1.29.2); FILE MERGED 2004/11/02 17:31:15 tv 1.29.2.1: removed merge problems between dbwizard1 and qwizardsbf1

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [971bec2a4ecf5fd232c8a11b8edb4f9b0da6cd62]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/11/16 09:28:29 tv 1.3.2.1: support all 11 sun languages

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [4e1e8ebd0cefcf2bd0a4d5a75ea6260512715737]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/11/17 13:04:38 tv 1.3.2.13: correct filter name 2004/11/17 12:03:10 tv 1.3.2.12: correct filter name 2004/11/16 09:28:29 tv 1.3.2.11: support all 11 sun languages 2004/11/01 14:52:14 tv 1.3.2.10: #i36078# prevented flickering in footer 2004/10/26 14:58:10 tv 1.3.2.9: #i36072# removed empty frames in final document 2004/10/25 13:23:16 tv 1.3.2.8: #i35890# updated date in letter wizard and fax wizard preview 2004/10/25 10:42:43 tv 1.3.2.7: #i36074# correct update handling for sender address in envelope field Issue number: Submitted by: Reviewed by: 2004/10/13 12:06:00 tv 1.3.2.6: small bugfixes 2004/09/29 10:45:22 tv 1.3.2.5: changed page style name from 'default' to 'standard' (language independent) 2004/09/28 15:46:38 tv 1.3.2.4: #30695# printed elements preserve their status when being overridden by paper elements 2004/09/24 14:07:00 tv 1.3.2.3: change in Frame handling: disconnect preview frame from desktop, implement own terminateListener, close preview via XCloseable 2004/09/24 10:30:46 tv 1.3.2.2: #i33393# Default entries in all list/combo boxes 2004/09/22 14:29:49 tv 1.3.2.1: #i30337# load generated document with target '_default'.

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [06abc33b6e79433f2c944b4046c7753ce6646a74]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/11/01 14:52:14 tv 1.3.2.8: #i36078# prevented flickering in footer 2004/10/29 10:27:57 tv 1.3.2.7: removal of empty frames Issue number: Submitted by: Reviewed by: 2004/10/26 14:58:10 tv 1.3.2.6: #i36072# removed empty frames in final document 2004/10/25 13:23:16 tv 1.3.2.5: #i35890# updated date in letter wizard and fax wizard preview 2004/10/13 12:06:00 tv 1.3.2.4: small bugfixes 2004/09/30 11:53:27 tv 1.3.2.3: removed unnecessary import statements 2004/09/24 14:07:00 tv 1.3.2.2: change in Frame handling: disconnect preview frame from desktop, implement own terminateListener, close preview via XCloseable 2004/09/22 14:29:49 tv 1.3.2.1: #i30337# load generated document with target '_default'.

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [54c0f558b11b0fecf0b7ca95400a02f4ef40efcd]

        INTEGRATION: CWS qwizardsbf1 (1.2.2); FILE MERGED 2004/11/02 17:31:15 tv 1.2.2.1: removed merge problems between dbwizard1 and qwizardsbf1

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [1820f60e1149c53cd5b51dc82e8e913b19b33fcf]

        INTEGRATION: CWS qwizardsbf1 (1.2.2); FILE MERGED 2004/11/17 13:20:31 tv 1.2.2.7: correct Filtername 2004/10/26 14:58:10 tv 1.2.2.6: #i36072# removed empty frames in final document 2004/10/25 13:23:15 tv 1.2.2.5: #i35890# updated date in letter wizard and fax wizard preview 2004/10/13 12:06:00 tv 1.2.2.4: small bugfixes 2004/09/30 11:53:27 tv 1.2.2.3: removed unnecessary import statements 2004/09/24 14:07:00 tv 1.2.2.2: change in Frame handling: disconnect preview frame from desktop, implement own terminateListener, close preview via XCloseable 2004/09/24 10:30:45 tv 1.2.2.1: #i33393# Default entries in all list/combo boxes

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [f32b373549998f19d1ce735eab76299e3844e5f3]

        INTEGRATION: CWS qwizardsbf1 (1.2.2); FILE MERGED 2004/11/22 08:10:54 tv 1.2.2.7: controllers need to be unlocked again after locking Issue number: Submitted by: Reviewed by: 2004/11/01 14:52:13 tv 1.2.2.6: #i36078# prevented flickering in footer 2004/10/26 14:58:09 tv 1.2.2.5: #i36072# removed empty frames in final document 2004/10/25 13:23:15 tv 1.2.2.4: #i35890# updated date in letter wizard and fax wizard preview 2004/09/30 11:53:27 tv 1.2.2.3: removed unnecessary import statements 2004/09/24 14:07:00 tv 1.2.2.2: change in Frame handling: disconnect preview frame from desktop, implement own terminateListener, close preview via XCloseable 2004/09/22 14:29:48 tv 1.2.2.1: #i30337# load generated document with target '_default'.

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [2c54015705b8aa101f8e08f622faa2392529afcf]

        INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED 2004/11/02 17:31:14 tv 1.3.2.5: removed merge problems between dbwizard1 and qwizardsbf1 2004/11/02 14:52:08 tv 1.3.2.4: RESYNC: (1.3-1.4); FILE MERGED 2004/10/25 13:23:15 tv 1.3.2.3: #i35890# updated date in letter wizard and fax wizard preview 2004/10/13 12:05:59 tv 1.3.2.2: small bugfixes 2004/09/24 14:06:59 tv 1.3.2.1: change in Frame handling: disconnect preview frame from desktop, implement own terminateListener, close preview via XCloseable

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [ef8079b2d45311e6f45940f9c0c0543c842b6cd3]

        INTEGRATION: CWS qwizardsbf1 (1.4.2); FILE MERGED 2004/11/19 10:47:25 bc 1.4.2.1: ##Some ResourceStrings with em modified

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [1db1ffb1e3cb2f36c09495fd7390c455899ba368]

        INTEGRATION: CWS qwizardsbf1 (1.2.2); FILE MERGED 2004/09/30 10:51:30 rpiterman 1.2.2.1: documentation

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [8654e2768fcf1b78645f99abb1bf906eeee9a181]

        INTEGRATION: CWS qwizardsbf1 (1.2.2); FILE MERGED 2004/09/30 10:51:00 rpiterman 1.2.2.1: documentation

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [d656e0cc33c64ecb451804dfe0beca8d93cd2c6a]

        INTEGRATION: CWS qwizardsbf1 (1.2.2); FILE MERGED 2004/09/30 10:50:27 rpiterman 1.2.2.1: documentation

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [8d723ab1b02b8576f40cbe30b97a0f7c7190cf22]

        INTEGRATION: CWS qwizardsbf1 (1.2.2); FILE MERGED 2004/09/30 10:48:47 rpiterman 1.2.2.3: documentation 2004/09/24 14:06:58 tv 1.2.2.2: change in Frame handling: disconnect preview frame from desktop, implement own terminateListener, close preview via XCloseable 2004/09/22 14:29:48 tv 1.2.2.1: #i30337# load generated document with target '_default'.

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [64f8d191703873efb0785b3410a688d34e60f707]

        INTEGRATION: CWS qwizardsbf1 (1.2.2); FILE MERGED 2004/09/30 10:44:36 rpiterman 1.2.2.2: documentation 2004/09/24 14:06:58 tv 1.2.2.1: change in Frame handling: disconnect preview frame from desktop, implement own terminateListener, close preview via XCloseable

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [e23143edbe345930a01b5a233e4d0a8f82ae0627]

        INTEGRATION: CWS qwizardsbf1 (1.84.100); FILE MERGED 2004/10/11 11:55:18 tv 1.84.100.2: RESYNC: (1.84-1.85); FILE MERGED 2004/10/06 11:51:07 fme 1.84.100.1: #116480# Trigger text formatting after updating fields

2004-11-27  Kurt Zenker  <kz@openoffice.org>  [7f77622139e4b3b914cb930a5746d655a82ccd6f]

        INTEGRATION: CWS qwizardsbf1 (1.3.4); FILE MERGED 2004/09/22 14:25:30 tv 1.3.4.1: changed office document types from ox* to oo*

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8af981d5a68eb7adaa61c19a0d72cd4881e7c17]

        INTEGRATION: CWS os43 (1.13.60); FILE MERGED 2004/11/18 10:46:17 tl 1.13.60.1: #i33027# now setting DefaultLocale and DefaultLocale_CJK only if they are not already set

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef7e326c3e0b812b883b2d075e3a2c6271f182b1]

        INTEGRATION: CWS os43 (1.17.76); FILE MERGED 2004/11/18 13:01:02 hdu 1.17.76.2: #i37016# change reference resolution enumid for backward compatibility in future releases 2004/11/18 12:19:36 hdu 1.17.76.1: #i37016# change reference resolution to improve metric compatibility with legacy apps

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0c64ea3442014715fc61429e57e2ea500b4b376]

        INTEGRATION: CWS os43 (1.73.16); FILE MERGED 2004/11/18 13:01:02 hdu 1.73.16.2: #i37016# change reference resolution enumid for backward compatibility in future releases 2004/11/18 12:33:34 hdu 1.73.16.1: #i37016# change reference resolution to improve metric compatibility with legacy apps

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ca650e75c09b9c786708a75a33bdf5b840ba89f]

        INTEGRATION: CWS os43 (1.68.170); FILE MERGED 2004/11/19 11:08:30 os 1.68.170.1: #i37413# language: 'Standard' changed to 'Default'

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab57ba09cfd93d5808b8d2f45d35f3fb279d8b63]

        INTEGRATION: CWS os43 (1.6.126); FILE MERGED 2004/11/16 14:42:50 tl 1.6.126.1: #118398# service marked as deprecated since there was never an implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [16601009ee70f4622ac237821b39f07f7dabb559]

        INTEGRATION: CWS os43 (1.6.126); FILE MERGED 2004/11/19 13:31:56 tl 1.6.126.2: #i36687# some IDL doumentation fixed 2004/11/17 10:54:03 tl 1.6.126.1: #118397# added property RestartAtEachPage in documentation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb2b21e119cb345a53048afbd29d3d168c9e778f]

        INTEGRATION: CWS os43 (1.4.60); FILE MERGED 2004/11/19 13:31:55 tl 1.4.60.1: #i36687# some IDL doumentation fixed

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad29c1f241cbb9bb1b76a673ac18fd2a7aa07e71]

        INTEGRATION: CWS os43 (1.8.126); FILE MERGED 2004/11/19 13:31:55 tl 1.8.126.1: #i36687# some IDL doumentation fixed

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7912c2a9f1dfcbb4123305bbb5d2ef7d315a590]

        INTEGRATION: CWS os43 (1.6.126); FILE MERGED 2004/11/17 09:57:50 tl 1.6.126.1: #i35547# added a comment for grouping of objects in text documents

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [deac3f3951b2f68e660ef84b63bf5960e703a7c8]

        INTEGRATION: CWS os43 (1.47.68); FILE MERGED 2004/11/18 13:29:14 hdu 1.47.68.1: #i37016# change reference resolution to improve metric compatibility with legacy apps

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [26c4f5387dce094b11c664ad986d67f43ff342fa]

        INTEGRATION: CWS os43 (1.22.122); FILE MERGED 2004/11/18 13:29:13 hdu 1.22.122.1: #i37016# change reference resolution to improve metric compatibility with legacy apps

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [03a2c58bcea34fedf658550612b571df6815bcaa]

        INTEGRATION: CWS os43 (1.18.12); FILE MERGED 2004/11/18 10:40:29 tl 1.18.12.2: #i33027# removed en-US as DefaultLocale, since it is likely to be changed there should only be an entry in the Linguistic.xcs, and we like that one to be used! 2004/11/18 10:37:46 tl 1.18.12.1: #i33027# removed en-US as DefaultLocale, since it is likely to be changed there should only be an entry in the Linguistic.xcs, and we like that one to be used!

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ad51231fd99ed418a120c1bd6b827f7cfb83304]

        INTEGRATION: CWS os43 (1.10.10); FILE MERGED 2004/11/23 15:03:11 os 1.10.10.2: #i37403# German entries changed from de-DE to de 2004/11/19 10:06:07 os 1.10.10.1: #i37403# added German labels

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [283344a3619a4e20c4c76e2b1274ce31f81a78ad]

        INTEGRATION: CWS os43 (1.28.136); FILE MERGED 2004/11/15 14:08:35 pb 1.28.136.1: fix: #i37154# enable DirectoryUp of MyDocuments

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [64eb90e9c6760c95f880b23ecc4109f43b7ecfb3]

        INTEGRATION: CWS os43 (1.59.44); FILE MERGED 2004/11/22 13:16:05 pb 1.59.44.2: fix: #i37154# GetRootPos(): DBG_ERRORFILE -> DBG_WARNING 2004/11/15 14:08:36 pb 1.59.44.1: fix: #i37154# enable DirectoryUp of MyDocuments

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [df8f23eb6b00c8b3f9521d5d2015e4c91aa36cf9]

        INTEGRATION: CWS os43 (1.22.40); FILE MERGED 2004/11/16 12:59:48 tl 1.22.40.1: #i28493# previous special handling for symbol fonts removed now

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e9bcd5114e570171bd72c7ecd77cd210e1f5449]

        INTEGRATION: CWS os43 (1.4.38); FILE MERGED 2004/11/18 14:38:50 hdu 1.4.38.1: #i37016# change reference resolution to improve metric compatibility with legacy apps

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [52a5463989aa3e0ad54ee6b0e09962ca8b4cbb44]

        INTEGRATION: CWS sysint1 (1.4.2); FILE MERGED 2004/11/22 10:12:23 tra 1.4.2.2: #i36912# 2004/11/22 10:05:17 hro 1.4.2.1: #i36912# New document types registration

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc895ddfa1b35e404ed5575a3c4672082ba14c81]

        INTEGRATION: CWS sysint1 (1.3.14); FILE MERGED 2004/11/10 12:15:35 tra 1.3.14.1: #i34314#case insensitive comparison of package content names

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6244215df9b5159432d3ccec872ec1693b792b21]

        INTEGRATION: CWS sysint1 (1.1.30); FILE MERGED 2004/11/23 13:41:40 hro 1.1.30.1: #i36906# New document icons

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [12733547e2c32731633fddb8a9068f3d24ccb42e]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 14:59:54 va 1.1.2.2: #i33140# Corrected MIMETYPE. 2004/11/16 15:12:29 va 1.1.2.1: #i33140# Initial Revision.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca2b12acfd55afc1881facdfd0ee4fa584615d39]

        INTEGRATION: CWS sysint1 (1.3.42); FILE MERGED 2004/11/24 15:07:25 hro 1.3.42.2: #i36906# UseoOld icons for old document formats 2004/11/23 13:41:28 hro 1.3.42.1: #i36906# New document icons

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [07b96f163c9f7d47a416f92bffe363d4b526afd4]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 14:59:54 va 1.1.2.2: #i33140# Corrected MIMETYPE. 2004/11/16 15:11:38 va 1.1.2.1: #i33140# Initial Revision.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c37be5b34d8c62d9f72fd9eac323c922cacc0bba]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 14:59:53 va 1.1.2.2: #i33140# Corrected MIMETYPE. 2004/11/16 15:11:18 va 1.1.2.1: #i33140# Initial Revision.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c7fd5e7a868622773720ad64b6ed2a9424c8641]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 14:59:52 va 1.1.2.2: #i33140# Corrected MIMETYPE. 2004/11/16 15:10:55 va 1.1.2.1: #i33140# Initial Revision.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [56b8328c79624ebf4f62012a3fb7041b741abbf2]

        INTEGRATION: CWS sysint1 (1.4.30); FILE MERGED 2004/11/18 10:05:26 obr 1.4.30.1: removed all scripts containing slot id's

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d2f4cbfdf5f59679644327258c49f284999258f]

        INTEGRATION: CWS sysint1 (1.34.28); FILE MERGED 2004/11/18 10:05:41 obr 1.34.28.1: removed all scripts containing slot id's

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c11aca487982c71f55e600724c5ce0ea748c491]

        INTEGRATION: CWS sysint1 (1.4.20); FILE MERGED 2004/11/16 14:11:27 as 1.4.20.1: #118457# change mime types of top level formats

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7cfd3922052fbcad453eb5d4657a129bd86d986]

        INTEGRATION: CWS sysint1 (1.3.90); FILE MERGED 2004/11/16 16:12:56 is 1.3.90.3: #i36831# new file type names 2004/11/16 15:13:08 is 1.3.90.2: #i36831# introducing SXWFORMATVERSION 2004/11/16 14:54:36 is 1.3.90.1: #i36905# ampersand accelerator

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b9a362ffdbbe9ebfab83676a1deb6809b5cf95f]

        INTEGRATION: CWS sysint1 (1.2.118); FILE MERGED 2004/11/12 07:11:22 dv 1.2.118.1: #i36911# Force reboot after installing msi on Win98

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [db6b03972226955f71815de5f270cb01dce94beb]

        INTEGRATION: CWS sysint1 (1.3.86); FILE MERGED 2004/11/12 07:11:22 dv 1.3.86.1: #i36911# Force reboot after installing msi on Win98

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0abdf6df484da590d7fc6a4e8b0908adb5fb9a1]

        INTEGRATION: CWS sysint1 (1.3.86); FILE MERGED 2004/11/12 07:11:21 dv 1.3.86.1: #i36911# Force reboot after installing msi on Win98

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4263d6d739deea55a93c72e1835d3a8568bd2b3]

        INTEGRATION: CWS sysint1 (1.3.30); FILE MERGED 2004/11/23 13:41:40 hro 1.3.30.1: #i36906# New document icons

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7e4a6494d916a2cf262f0a9fc4e42a4db70cd06]

        INTEGRATION: CWS sysint1 (1.12.88); FILE MERGED 2004/11/24 15:07:25 hro 1.12.88.2: #i36906# UseoOld icons for old document formats 2004/11/23 13:41:28 hro 1.12.88.1: #i36906# New document icons

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [950958b30f9edf1ec7012d4be5d47c133521b95f]

        INTEGRATION: CWS sysint1 (1.5.154); FILE MERGED 2004/11/17 10:33:29 is 1.5.154.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [819ff9170c9efeed1af8bde59b567044cfb1611b]

        INTEGRATION: CWS sysint1 (1.49.10); FILE MERGED 2004/11/23 13:41:27 hro 1.49.10.1: #i36906# New document icons

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7a951289f73822fe4b5375bd829067e8c725dbe]

        INTEGRATION: CWS sysint1 (1.10.28); FILE MERGED 2004/11/17 11:46:45 is 1.10.28.2: #118340# cleanup scp 2004/11/17 10:31:50 is 1.10.28.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e65d4929e47cebfc1be50123c1a817d663751d4]

        INTEGRATION: CWS sysint1 (1.42.2); FILE MERGED 2004/11/17 16:14:36 is 1.42.2.2: #118340# cleanup scp 2004/11/16 14:12:46 is 1.42.2.1: #i36828# new shellnew files

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc03a9c7567692a9c466a9c9d9b601522bd2c8a8]

        INTEGRATION: CWS sysint1 (1.2.36); FILE MERGED 2004/11/16 14:10:30 as 1.2.36.1: #118457# change mime types of top level formats

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [01a8acbb58d4181fc57482ee4b475d4c246da8a8]

        INTEGRATION: CWS sysint1 (1.32.12); FILE MERGED 2004/11/16 13:43:28 as 1.32.12.1: #118457# change mime types of top level formats

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c671e78249fb26b83316dfc262cb5a579e13eb44]

        INTEGRATION: CWS sysint1 2004/11/16 13:41:14 as : #118457# change extensions of toplevel formats

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [53a4dc5fd55378f0a2f9e996a73cea813f2a8aa0]

        INTEGRATION: CWS sysint1 (1.29.118); FILE MERGED 2004/11/16 13:41:14 as 1.29.118.1: #118457# change extensions of toplevel formats

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [96b0a3f082402818a03dc0ee011d5656d96c76fe]

        INTEGRATION: CWS sysint1 (1.2.74); FILE MERGED 2004/11/16 07:09:54 as 1.2.74.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [111140ca1304a92add9a587e4fbfca4ad0e977b2]

        INTEGRATION: CWS sysint1 (1.71.4); FILE MERGED 2004/11/16 14:14:39 mib 1.71.4.1: #118415#: modified namespace URN

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff6fc8d3e4e6d8bd61d1f9ab0dd732b18fdd0b00]

        INTEGRATION: CWS sysint1 (1.8.2); FILE MERGED 2004/11/23 08:44:22 obr 1.8.2.4: fixed merge error 2004/11/18 10:15:34 obr 1.8.2.3: RESYNC: (1.8-1.9); FILE MERGED 2004/11/17 11:47:03 is 1.8.2.2: #118340# cleanup scp 2004/11/17 10:35:36 is 1.8.2.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [932709eca4773c530c8bada9762dbc1878a28296]

        INTEGRATION: CWS sysint1 (1.4.162); FILE MERGED 2004/11/17 10:34:50 is 1.4.162.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e0be83c5e5bdf2dd14609f66250b5b153588a5d]

        INTEGRATION: CWS sysint1 (1.3.2); FILE MERGED 2004/11/24 15:06:08 hro 1.3.2.6: #i36906# UseoOld icons for old document formats 2004/11/22 15:53:53 hro 1.3.2.5: #i37080# New document format mimetypes 2004/11/17 15:26:36 is 1.3.2.4: #i36831# clsid with oo1.1 or so7 2004/11/17 09:20:55 is 1.3.2.3: #i36831# new file extensions 2004/11/16 15:48:22 is 1.3.2.2: #i36831# introducing SXWFORMATVERSION 2004/11/16 14:14:11 is 1.3.2.1: #i36828# new shellnew files

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8f1461eb776fe92eee5697baf52393bea241884]

        INTEGRATION: CWS sysint1 (1.7.84); FILE MERGED 2004/11/18 11:40:42 is 1.7.84.1: #i37393# help only at one module

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c611c334382c6d082fcaf5b4b57a2bc8939e868]

        INTEGRATION: CWS sysint1 (1.2.174); FILE MERGED 2004/11/17 10:33:48 is 1.2.174.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b48675fb46d9c3c746eb142e7c8dfe7bbe1ac705]

        INTEGRATION: CWS sysint1 (1.4.162); FILE MERGED 2004/11/17 10:33:48 is 1.4.162.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4921eeccdd392c09d08f5ac6f5e473b09220f5c1]

        INTEGRATION: CWS sysint1 (1.5.154); FILE MERGED 2004/11/17 10:33:29 is 1.5.154.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [78b846d5e3e6aa4b9604964a638159ae36da9521]

        INTEGRATION: CWS sysint1 (1.3.90); FILE MERGED 2004/11/16 16:13:11 is 1.3.90.3: #i36831# new file type names 2004/11/16 15:13:24 is 1.3.90.2: #i36831# introducing SXWFORMATVERSION 2004/11/16 14:54:54 is 1.3.90.1: #i36905# ampersand accelerator

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc1567100c92c46e472b82100e1df8790acb4051]

        INTEGRATION: CWS sysint1 (1.5.2); FILE MERGED 2004/11/24 15:06:07 hro 1.5.2.2: #i36906# UseoOld icons for old document formats 2004/11/22 15:53:53 hro 1.5.2.1: #i37080# New document format mimetypes

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e69e8f476cedeb48bd0ac7df18a8320c50c3d6fe]

        INTEGRATION: CWS sysint1 (1.10.112); FILE MERGED 2004/11/17 17:01:21 is 1.10.112.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [089065cede04987706b6ee72ed4e7ca810b10376]

        INTEGRATION: CWS sysint1 (1.1.264); FILE MERGED 2004/11/17 17:01:21 is 1.1.264.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5829cc52c2b92b4f7c0388e7a64deb32e808cf63]

        INTEGRATION: CWS sysint1 (1.2.174); FILE MERGED 2004/11/16 15:13:25 is 1.2.174.1: #i36831# introducing SXWFORMATVERSION

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [72c6990747b26508b496810511130670c90943a0]

        INTEGRATION: CWS sysint1 (1.12.82); FILE MERGED 2004/11/17 16:14:36 is 1.12.82.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd58345d52bc594a9ebffb8a8c8915ae2a26d855]

        INTEGRATION: CWS sysint1 (1.61.2); FILE MERGED 2004/11/17 16:14:36 is 1.61.2.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [335668821218f69b945e57869cb6e4d55db5feee]

        INTEGRATION: CWS sysint1 (1.3.90); FILE MERGED 2004/11/16 16:12:36 is 1.3.90.3: #i36831# new file type names 2004/11/16 15:12:55 is 1.3.90.2: #i36831# introducing SXWFORMATVERSION 2004/11/16 14:54:16 is 1.3.90.1: #i36905# ampersand accelerator

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [952f806d1f52c52d74362ee4d3e863d95189e886]

        INTEGRATION: CWS sysint1 (1.3.2); FILE MERGED 2004/11/24 15:06:07 hro 1.3.2.5: #i36906# UseoOld icons for old document formats 2004/11/22 15:53:52 hro 1.3.2.4: #i37080# New document format mimetypes 2004/11/17 15:26:22 is 1.3.2.3: #i36831# clsid with oo1.1 or so7 2004/11/17 09:20:42 is 1.3.2.2: #i36831# new file extensions 2004/11/16 15:48:03 is 1.3.2.1: #i36831# introducing SXWFORMATVERSION

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [ed1e8b57637e67c463af89d287536f4eb89d50dd]

        INTEGRATION: CWS dbwizard2 (1.2.10); FILE MERGED 2004/11/16 08:07:33 bc 1.2.10.3: #i37013# Interaction handling for saving failure implemented 2004/11/11 16:46:44 bc 1.2.10.2: #i37013#Exception handling added when storing database 2004/11/09 15:18:39 bc 1.2.10.1: #i36564# Overwrite flag for dbwizsetup added

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c618ef30c138270a5ba72078e821d39a14f469b]

        INTEGRATION: CWS sysint1 (1.3.162); FILE MERGED 2004/11/17 10:31:33 is 1.3.162.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a5f8a3d7cb62e842095072428408e1ec0607dfb]

        INTEGRATION: CWS sysint1 (1.3.90); FILE MERGED 2004/11/16 16:12:18 is 1.3.90.3: #i36831# new file type names 2004/11/16 15:12:42 is 1.3.90.2: #i36831# introducing SXWFORMATVERSION 2004/11/16 14:53:55 is 1.3.90.1: #i36905# ampersand accelerator

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [22c94e18450339698686d041fd047d7254c8becd]

        INTEGRATION: CWS sysint1 (1.3.2); FILE MERGED 2004/11/24 15:06:06 hro 1.3.2.6: #i36906# UseoOld icons for old document formats 2004/11/22 15:53:51 hro 1.3.2.5: #i37080# New document format mimetypes 2004/11/17 15:26:09 is 1.3.2.4: #i36831# clsid with oo1.1 or so7 2004/11/17 09:20:28 is 1.3.2.3: #i36831# new file extensions 2004/11/16 15:47:35 is 1.3.2.2: #i36831# introducing SXWFORMATVERSION 2004/11/16 14:13:55 is 1.3.2.1: #i36828# new shellnew files

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a00ffcfdfbfd89c330d30758bcedc9179b1634e8]

        INTEGRATION: CWS sysint1 (1.4.152); FILE MERGED 2004/11/18 11:40:27 is 1.4.152.1: #i37393# help only at one module

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [cc37776ffcc548b8b65377e97f257158ea35f939]

        INTEGRATION: CWS dbwizard2 (1.28.8); FILE MERGED 2004/11/11 12:32:33 bc 1.28.8.1: ##duplicate labe for FormWizard removed

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9fcb0ee1dc065c1f106edfabf520c22970b02e8]

        INTEGRATION: CWS sysint1 (1.3.90); FILE MERGED 2004/11/16 16:12:01 is 1.3.90.3: #i36831# new file type names 2004/11/16 15:12:23 is 1.3.90.2: #i36831# introducing SXWFORMATVERSION 2004/11/16 14:53:38 is 1.3.90.1: #i36905# ampersand accelerator

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a28f35de5dda48528d4830a1cc22f67e9547e86]

        INTEGRATION: CWS sysint1 (1.4.2); FILE MERGED 2004/11/24 15:06:06 hro 1.4.2.6: #i36906# UseoOld icons for old document formats 2004/11/22 15:53:50 hro 1.4.2.5: #i37080# New document format mimetypes 2004/11/17 15:25:56 is 1.4.2.4: #i36831# clsid with oo1.1 or so7 2004/11/17 09:20:12 is 1.4.2.3: #i36831# new file extensions 2004/11/16 15:47:15 is 1.4.2.2: #i36831# introducing SXWFORMATVERSION 2004/11/16 14:13:35 is 1.4.2.1: #i36828# new shellnew files

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6cc2abbf7b5aca1e5795bf1f3b7bff5426b2bb3]

        INTEGRATION: CWS sysint1 (1.4.154); FILE MERGED 2004/11/18 11:40:13 is 1.4.154.1: #i37393# help only at one module

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [91895341f0dbd7695fdea8d6375e3bcbab0e5495]

        INTEGRATION: CWS sysint1 (1.3.90); FILE MERGED 2004/11/16 16:11:41 is 1.3.90.3: #i36831# new file type names 2004/11/16 15:12:01 is 1.3.90.2: #i36831# introducing SXWFORMATVERSION 2004/11/16 14:53:21 is 1.3.90.1: #i36905# ampersand accelerator

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3296a2f282d5812f17ffea3abb5631034bfb41e6]

        INTEGRATION: CWS sysint1 (1.3.2); FILE MERGED 2004/11/24 15:06:04 hro 1.3.2.7: #i36906# UseoOld icons for old document formats 2004/11/23 13:42:38 hro 1.3.2.6: #i36906# New document icons 2004/11/22 15:53:49 hro 1.3.2.5: #i37080# New document format mimetypes 2004/11/17 15:25:40 is 1.3.2.4: #i36831# clsid with oo1.1 or so7 2004/11/17 09:19:56 is 1.3.2.3: #i36831# new file extensions 2004/11/16 15:46:51 is 1.3.2.2: #i36831# introducing SXWFORMATVERSION 2004/11/16 14:13:21 is 1.3.2.1: #i36828# new shellnew files

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe2110b98a4e9928f81de9dbf782fa056d906b7f]

        INTEGRATION: CWS sysint1 (1.6.154); FILE MERGED 2004/11/18 11:40:00 is 1.6.154.1: #i37393# help only at one module

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fed84cc52e86047142250b38f7237d19973799c]

        INTEGRATION: CWS sysint1 (1.3.162); FILE MERGED 2004/11/17 10:28:58 is 1.3.162.1: #118340# cleanup scp

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d556b8cb8a5bfea9afd62dcadb8a308f941003f]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/16 14:09:14 as 1.1.2.1: #118457# define document mime types global

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [afa711cc2f0966a6b9739431b6340e3263d6ae9c]

        INTEGRATION: CWS sysint1 (1.5.12); FILE MERGED 2004/11/17 11:00:03 obr 1.5.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:40 obr 1.5.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ba1a62244d8d521a1495ff6b8e31281810a10cb]

        INTEGRATION: CWS sysint1 (1.6.12); FILE MERGED 2004/11/17 11:00:03 obr 1.6.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:40 obr 1.6.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce7caf68b0efdd8495940512b38e36eb9887b473]

        INTEGRATION: CWS sysint1 (1.4.12); FILE MERGED 2004/11/17 11:00:01 obr 1.4.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:39 obr 1.4.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6c65ed7bf12b6980197a4167c48b7f97d102a96]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:09:57 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [41891bbeae6c347e359a3bfec6e88d620deb68bb]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:09:56 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [82facaea7c7c5018737ccbd98aef3c5a5a0a4723]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:09:55 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5597022bf12eb4abdc2ceea4d285adda93af24ed]

        INTEGRATION: CWS sysint1 (1.2.74); FILE MERGED 2004/11/16 07:09:55 as 1.2.74.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [afbcc710b2efb171cf2cf10323b4be185b5799fb]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:09:54 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9f0767a08f209448d5800683fe0ad0819c30ab1]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:28:54 as 1.3.50.2: #118457# rename oasis filter 2004/11/16 07:09:53 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b6814146c9aa99e1da543665775f46bf2e83cf0]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:09:53 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [483fd15cd890caa8ea817da1c10cfb008a6c827c]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:09:52 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bda66d1ae1d4420bfeecf453873f61bde17eb8f2]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:09:51 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f79743fbc1f4bdc90db43c5256543705c455290]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:09:50 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [deb44c0fa9556d678f8d889429d1f5e784a8039d]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:09:49 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab6ea117761f1a9bdda97e22e6c932d27db38684]

        INTEGRATION: CWS sysint1 (1.6.12); FILE MERGED 2004/11/17 11:00:01 obr 1.6.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:38 obr 1.6.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef9ab71d4344334f03bda6967c7bb5c1adc36970]

        INTEGRATION: CWS sysint1 (1.4.46); FILE MERGED 2004/11/16 07:09:49 as 1.4.46.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [312527e96169c6861bd9e28eb326af46de4fe6fd]

        INTEGRATION: CWS sysint1 (1.3.50); FILE MERGED 2004/11/16 07:09:48 as 1.3.50.1: #118457# rename oasis filter

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa043fe1afdd74a0fd6bb8171181b3d37bc73e9f]

        INTEGRATION: CWS sysint1 (1.4.70); FILE MERGED 2004/11/16 14:14:41 mib 1.4.70.1: #118415#: modified namespace URN

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8836ed686b37a49fac661513279844ba2932d2eb]

        INTEGRATION: CWS sysint1 (1.77.4); FILE MERGED 2004/11/16 14:14:39 mib 1.77.4.1: #118415#: modified namespace URN

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c0bbff20c863297a0ac755557929803474c86cb]

        INTEGRATION: CWS sysint1 (1.9.294); FILE MERGED 2004/11/16 14:14:39 mib 1.9.294.1: #118415#: modified namespace URN

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [04ebe35d89dcfbf46e4aea6f995ebd6820751c6e]

        INTEGRATION: CWS sysint1 (1.2.152); FILE MERGED 2004/11/24 15:03:25 hro 1.2.152.3: #i36906# UseoOld icons for old document formats 2004/11/23 13:51:10 hro 1.2.152.2: #i36906# New document icons 2004/11/23 13:26:11 hro 1.2.152.1: #i36906# New document icons

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2dbc257181468d2d831cf3744d9176f1de6561c]

        INTEGRATION: CWS sysint1 (1.2.152); FILE MERGED 2004/11/23 13:26:11 hro 1.2.152.1: #i36906# New document icons

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [28a2120b60086528cf7de6c49c193e259295e694]

        INTEGRATION: CWS sysint1 (1.25.2); FILE MERGED 2004/11/23 13:24:10 hro 1.25.2.1: #i36906# New document icons

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [80833ed0307918e667e0a8a9343c2e2fa7bc9d74]

        INTEGRATION: CWS sysint1 (1.4.12); FILE MERGED 2004/11/17 09:18:52 obr 1.4.12.2: #i36832# added web template and fixed install warning 2004/11/15 12:54:39 obr 1.4.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d3c322ff6dc7374e46e9399b5e4ccc9cd8a7e26]

        INTEGRATION: CWS sysint1 (1.5.12); FILE MERGED 2004/11/17 09:18:52 obr 1.5.12.1: #i36832# added web template and fixed install warning

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0342969934456e764cc5f61c9c2e4e0e877d0ac9]

        INTEGRATION: CWS sysint1 (1.11.12); FILE MERGED 2004/11/17 11:00:02 obr 1.11.12.1: #i36832#,#i37080# new document names and extensions

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [924ca9945e5bb539ce680818081ae961a22e72c6]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:40 obr 1.2.12.3: #118457# now without x- 2004/11/22 08:54:36 obr 1.2.12.2: #118457# changed mimetypes for new documents 2004/11/17 11:00:01 obr 1.2.12.1: #i36832#,#i37080# new document names and extensions

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [97111e589220ea59d3ab19b04c7f1cdfbbd80177]

        INTEGRATION: CWS sysint1 (1.3.12); FILE MERGED 2004/11/22 09:48:40 obr 1.3.12.2: #118457# now without x- 2004/11/22 08:54:36 obr 1.3.12.1: #118457# changed mimetypes for new documents

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d8b9f43bc04899efa6f4401547b19bfa1d6df5e]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/22 09:48:40 obr 1.1.2.3: #118457# now without x- 2004/11/22 08:54:36 obr 1.1.2.2: #118457# changed mimetypes for new documents 2004/11/17 11:00:00 obr 1.1.2.1: #i36832#,#i37080# new document names and extensions

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [be34e221b732a411618f7290c58c6dedab948f02]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/22 09:48:39 obr 1.1.2.3: #118457# now without x- 2004/11/22 08:54:35 obr 1.1.2.2: #118457# changed mimetypes for new documents 2004/11/17 11:00:00 obr 1.1.2.1: #i36832#,#i37080# new document names and extensions

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e97ead22181597697d43e038fe09abdcb812ab2]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:39 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:35 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:59 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:38 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cae3835c6c0541a6330b1f237e14a9bbe3350ab0]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:38 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:34 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:59 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:38 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a0481bc37637f825872e822e0b29a529bee1f4b]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:38 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:34 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:58 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:37 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0047ff177d60165fbae9008bb37a189fdc92636]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:37 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:33 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:58 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:36 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d980dc2d33687c5e9ed5349840f68c61d83bac01]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:37 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:33 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:57 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:36 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [36a51fcfc40717fb766d798cf01f9c514e12a5e4]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:36 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:32 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:57 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:36 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [45b5cbff34a8c04d5f0b0266578e6b6e24147948]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:36 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:32 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:57 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:35 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [53d3ac4c25b714a2ba7ee77bc8b28723f7a79fd0]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:36 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:32 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:56 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:35 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [195878ca2f5e2e147dd7a9dc87020bac645df138]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:35 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:31 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:56 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:35 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cd44640f2ddaaea85d9ba1c7d71209fdac02792]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:35 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:31 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:56 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:34 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c974c05bacbfd561e8286027a156575cf58ce0c]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:35 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:30 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:55 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:34 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [749ed38dd50e361e27021e55038b6360cbce3c91]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:34 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:30 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:55 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:34 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c1b28a18cab582bb087718384999e4bb480aa69]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:33 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:30 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:54 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:33 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed5b2e123bce59998f720b2880244ead371d68a6]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/22 09:48:33 obr 1.2.12.4: #118457# now without x- 2004/11/22 08:54:29 obr 1.2.12.3: #118457# changed mimetypes for new documents 2004/11/17 10:59:54 obr 1.2.12.2: #i36832#,#i37080# new document names and extensions 2004/11/15 12:54:33 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3eb5865b16f15609672497624309c23ac17e07f]

        INTEGRATION: CWS sysint1 (1.4.12); FILE MERGED 2004/11/26 10:46:26 obr 1.4.12.1: #i32277# changed mimetype for new documents

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [873436db082adf329ee74754900cc9f078e85455]

        INTEGRATION: CWS sysint1 (1.4.12); FILE MERGED 2004/11/26 10:46:25 obr 1.4.12.1: #i32277# changed mimetype for new documents

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba4485bf81d2e35850295ac057963cff534b30d6]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/26 10:46:25 obr 1.2.12.1: #i32277# changed mimetype for new documents

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [515ab5f09bd68c74f2da1faff69b2b238e502d52]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/15 12:54:33 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bceeb64a274cea4edca23df6e2cb62e1331ff224]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/15 12:54:32 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ebe47dfb20a48c0a2a520afc80a283dd203d0fd]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/15 12:54:31 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [18701d9df2300daa9c88e6e5b94ddc5823601d1c]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/15 12:54:30 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dcbc4bcab07dc8e5235dbab6a8ed966cc3bedaa]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/15 12:54:29 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [228f43076b493abb2707576e86cfa10d563539cf]

        INTEGRATION: CWS sysint1 (1.2.48); FILE MERGED 2004/11/15 12:54:28 obr 1.2.48.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a24b53b8b31dae00a878e62fcfeddfc5e3c94856]

        INTEGRATION: CWS sysint1 (1.2.48); FILE MERGED 2004/11/17 09:20:41 obr 1.2.48.1: #i36832# impress and tiny formula icons fixed

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [165677f082c410b02a9d640cad40259f50ec342f]

        INTEGRATION: CWS sysint1 (1.2.48); FILE MERGED 2004/11/15 12:54:27 obr 1.2.48.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [74fcab1b421651865ad4ec3b25ba0f0a88afc596]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/15 12:54:27 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c5b07705dbf0ddd5feb040918d1b4b62564eb95]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/15 12:54:27 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f03301a11c1194c2c3eec6697bc2d5b678fd268]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/15 12:54:26 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6297c8de1cacc99b0a2dc3707755fb1865722188]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/15 12:54:25 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [61a81cff66df2deaf6dbba900fa413839d9d4419]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/15 12:54:24 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ffcd3a9913e953dd8b1aafdf962582eeaf3f6a9]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/17 09:20:40 obr 1.1.2.2: #i36832# impress and tiny formula icons fixed 2004/11/15 12:54:24 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [38ecb015830cc22818421227a7c578227fb7ff13]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/15 12:54:23 obr 1.1.2.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [54331136630ba100a11f52cdb458e49bf40e0703]

        INTEGRATION: CWS sysint1 (1.2.48); FILE MERGED 2004/11/15 12:54:22 obr 1.2.48.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e033110d1b0893ba8dc97acf47c3282fdc2cc98]

        INTEGRATION: CWS sysint1 (1.2.48); FILE MERGED 2004/11/15 12:54:21 obr 1.2.48.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [42f60275fa0fb07e21c4ce0f2f6d6ffd2287dc15]

        INTEGRATION: CWS sysint1 (1.2.48); FILE MERGED 2004/11/17 09:20:40 obr 1.2.48.1: #i36832# impress and tiny formula icons fixed

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [34cf3b0027d362dcf51f20fb81ee1c00b26ed3b3]

        INTEGRATION: CWS sysint1 (1.2.12); FILE MERGED 2004/11/15 12:54:21 obr 1.2.12.1: #i36832# new document/application icons for GNOME and KDE

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3073cf450ad36dc60c518d33184c73346618f913]

        INTEGRATION: CWS storagechange01 (1.69.8); FILE MERGED 2004/11/08 19:09:44 mav 1.69.8.1: #i35095# fix package and storage related problems

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [05558d91b573b2a66a88a151474e16fbae4e0269]

        INTEGRATION: CWS dbwizard2 (1.93.34); FILE MERGED 2004/11/10 14:58:13 mav 1.93.34.1: #i35940# edit button should be unavailable for embedded object

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ffeef185a02711e44520d033bfb43e2132d26b8e]

        INTEGRATION: CWS presentationengine01 (1.2.52); FILE MERGED 2004/11/19 23:56:02 thb 1.2.52.3: #110496# Removed isEmpty due to resync. FS obviously encountered the same shortcoming, but named it the STL way 2004/11/17 20:12:48 thb 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/06 13:23:00 thb 1.2.52.1: #110496# Added isEmpty query on the ListenerContainer

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [97891252459a538cc7de637cfb4dde419d9be035]

        INTEGRATION: CWS presentationengine01 (1.4.14); FILE MERGED 2004/08/23 14:17:08 thb 1.4.14.3: RESYNC: (1.4-1.6); FILE MERGED 2004/07/28 13:09:29 thb 1.4.14.2: #110496# Reversed template argument order to facilitate automatic type deduction 2004/04/05 16:38:55 thb 1.4.14.1: #110496# Tip from DBO: getConstArray can be much more performant

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6867a248a006a3c26fecd63e7b61baae67a76876]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/04/22 08:59:51 thb 1.1.2.3: #110496# export is a reserved word (which MSVC ignores. Sigh.) 2004/04/21 18:48:11 thb 1.1.2.2: #110496# Added docs and Any-converters 2004/04/16 11:17:50 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [32009f61c356461607f0728c51df6c813b41a8e4]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/08/25 18:20:36 thb 1.2.12.1: #110496# Added operator< for STL-algo convenience

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [453c6f7d66be3dd005053d28a5e9232164ceafb5]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/22 10:38:08 ka 1.2.2.1: added dispose call

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1fc3005814fbeaf7f23cfadb6aa2b3621adc5407]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/22 10:38:07 ka 1.2.2.1: added dispose call

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4a3e96ce06b7e858c2d1a9fe92cc5e7b2251b8bf]

        INTEGRATION: CWS presentationengine01 (1.1.1.1.12); FILE MERGED 2004/11/22 10:38:07 ka 1.1.1.1.12.1: added dispose call

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [99c23e0510bd898c81cdf9c88bc253ea7f3fb16a]

        INTEGRATION: CWS presentationengine01 (1.1.1.1.12); FILE MERGED 2004/11/23 15:37:48 ka 1.1.1.1.12.1: remove Linux only switch

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fa2a23a730587d161a15f04dd4b3d75df2c76538]

        INTEGRATION: CWS presentationengine01 (1.1.1.1.12); FILE MERGED 2004/11/22 10:38:06 ka 1.1.1.1.12.1: added dispose call

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cb6e9618b8f7998a944cf66d03514b7cd309dd04]

        INTEGRATION: CWS presentationengine01 (1.6.106); FILE MERGED 2004/08/29 18:06:55 cl 1.6.106.1: added support for non selectable entries

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f43acd6ffe8b64220aa1521dfaa00d78c07e49d6]

        INTEGRATION: CWS presentationengine01 (1.39.32); FILE MERGED 2004/10/13 00:09:04 thb 1.39.32.3: RESYNC: (1.39-1.41); FILE MERGED 2004/10/08 15:31:00 cl 1.39.32.2: SetCursor must set first selectable if the given entry is not selectable 2004/08/29 18:06:55 cl 1.39.32.1: added support for non selectable entries

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [a5d7f07b70fcd9c1abde97ddc501cc1f32cd3795]

        INTEGRATION: CWS dbwizard2 (1.32.8); FILE MERGED 2004/11/16 08:07:32 bc 1.32.8.1: #i37013# Interaction handling for saving failure implemented

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [3989a6b20f5ac40cb0e0fe9baba09da7583cac6d]

        INTEGRATION: CWS dbwizard2 (1.37.8); FILE MERGED 2004/11/16 08:07:31 bc 1.37.8.1: #i37013# Interaction handling for saving failure implemented

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [01f7fa85ebbc430fcd630662e55af71ef987873b]

        INTEGRATION: CWS presentationengine01 (1.13.94); FILE MERGED 2004/10/13 00:04:17 thb 1.13.94.2: RESYNC: (1.13-1.14); FILE MERGED 2004/08/29 18:06:21 cl 1.13.94.1: added support for non selectable entries

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [93de2b545b25e9df6f1b4bc226320844ee3ad3d0]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/26 23:39:13 thb 1.2.2.6: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods 2004/08/01 20:16:36 thb 1.2.2.5: #110496# Added new constructor, which takes a UNO canvas 2004/07/20 19:09:08 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:32 thb 1.2.2.3: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/21 18:49:39 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface 2004/04/05 15:58:55 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1578c349cf57ac59ee381638e34dad8bb4515f18]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:08 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:55 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f0721fbdfc3b2ca4a1c7c7705cef4321eab510b]

        INTEGRATION: CWS storagechange01 (1.13.10); FILE MERGED 2004/11/08 11:23:36 mav 1.13.10.4: #i35095# seek the result stream to beginning 2004/11/07 15:54:44 mav 1.13.10.3: #i35095# provide the new interface 2004/10/29 12:35:19 mav 1.13.10.2: #i35095# plain raw stream 2004/10/28 16:06:15 mav 1.13.10.1: #i35095# introduce XStorageRawAccess implementation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7a5bb68607b13b0dc07da6f353c1d9d56ff1bdb8]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:08 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:29 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/05/11 15:21:03 hdu 1.2.2.2: #116716# adjust to new BiDi options
        2004/04/05 15:58:55 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f5febc6565d48a8220bf43071c060c667782eabf]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:49:15 thb 1.2.2.4: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen) 2004/07/20 19:09:08 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:32 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dfa685e720a44346cbcd5676c8f326bc30299db2]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:49:14 thb 1.2.2.4: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen) 2004/07/20 19:09:07 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:32 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d372ef4e511d40239b1b2810acb7e3e2750389b3]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/22 15:23:46 thb 1.2.2.5: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug 2004/08/06 14:00:57 thb 1.2.2.4: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). 2004/07/20 19:09:07 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:31 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [669d444f4833fd78d66d2571b804c83d48eef7d7]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/23 23:20:13 thb 1.2.2.8: #110496# Regression: while avoiding ternary operators, due to a Solaris compiler bug, put part of the checked class initialization behind the checks. 2004/11/22 15:23:46 thb 1.2.2.7: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug 2004/08/06 14:00:56 thb 1.2.2.6: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). 2004/07/22 18:43:59 thb 1.2.2.5: #110496# Explicitely hide sprites on destruction. Otherwise, the canvas will display them forever 2004/07/20 19:09:07 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:31 thb 1.2.2.3: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/05/27 20:51:29 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7313aabf699079d92af82611ce9ee7c8f203f024]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:07 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c1b8bc38417d11809eb1edde8408c877913c0eec]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/09/06 13:31:24 thb 1.2.2.3: #110496# Added special case to stroke hair lines (by calling XCanvas::drawPolyPolygon()) 2004/07/20 19:09:07 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b25f5413004ee68382a8d2dda8bfcb6e194442ee]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:06 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/04/12 15:13:21 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:58:53 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b31dbee71f89bd63fe9b4a5d89f37ef960c4f630]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:06 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:31 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:53 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f2bd6f8e414e88b0c92455441b259f3940751b6a]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:06 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:30 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:53 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [06080bb49dbb71337867ced909c0b0d743cf0dee]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:05 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:29 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0cca9757defa42fa10f2b3b5613d40dcf4c4b507]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:05 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:30 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [92a8fe504d070ac358824edb20e3eba4ba6615da]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/22 15:23:46 thb 1.2.2.4: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug 2004/07/20 19:09:04 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:30 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d7e4f13d9154a2b747dd9101d4219ca2b752963c]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:04 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:29 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [57119d302df2ef91c97f675f3f799709805c6886]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/12 14:14:41 thb 1.2.2.3: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/07/20 19:09:04 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a869566a7a361ce0c6c8a3bb2bc2afb75811f566]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/13 12:14:04 thb 1.2.2.5: #i34997#: Fixed problem with transparency bitmap rendering 2004/10/12 14:14:41 thb 1.2.2.4: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/07/20 19:09:03 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:29 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7c80a3d5e25b75bdcb0e7a8f7191173c45deccb0]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/26 23:39:12 thb 1.2.2.3: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods 2004/07/20 19:09:03 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [69a7799f87f1b32d84e715bd7fc121874e32ab4d]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/13 20:35:49 thb 1.2.2.3: #110496# Improved color tooling 2004/07/20 19:09:02 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:50 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [83dafdac88131cd3247aee4d72a9ebf0a49dbf92]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/22 15:23:45 thb 1.2.2.3: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug 2004/07/20 19:09:02 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:50 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [570383c885cb6253d9821538c2efeb9c9f54e7ce]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/12 14:12:55 thb 1.1.2.1: #i34997# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [348c291eba26085dd157aba86ef1f0c4b983d228]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/01 22:21:49 thb 1.1.2.2: #110496# Performance optimizations: added profiling traces 2004/10/12 14:12:43 thb 1.1.2.1: #i34997# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c376ce8bac12ea28977b145d90cc3cc2b56e6e55]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/23 19:15:50 thb 1.2.2.5: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/20 19:09:01 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:28 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/12 15:13:21 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
        2004/04/05 15:58:50 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [abc3686091f09e61d582a2e34b976c3c1468907b]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/01 22:21:49 thb 1.2.2.7: #110496# Performance optimizations: added profiling traces 2004/08/23 19:15:49 thb 1.2.2.6: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/20 19:09:01 thb 1.2.2.5: #110496# Unified include statements; removed external prefix from boost includes 2004/06/03 14:18:46 thb 1.2.2.4: #110496# Fixed crash occuring when no font was set before text rendering 2004/05/11 15:20:28 hdu 1.2.2.3: #116716# adjust to new BiDi options 2004/04/12 15:13:20 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b58d00b2b267a636dbfa14e74a75849ab696abc4]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/08 05:56:08 thb 1.2.2.3: #i36093# Added native canvas gradients 2004/07/20 19:09:01 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [616200da0827927b7b7bc633103295398c266402]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/08 05:56:08 thb 1.2.2.5: #i36093# Added native canvas gradients 2004/11/01 22:21:49 thb 1.2.2.4: #110496# Performance optimizations: added profiling traces 2004/07/20 19:09:00 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:28 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3cc603d68c9ec88802a1b5fe4844f3f79e6bf2ab]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:00 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eea0674408a0da99a0d37b6699d4a0dad790a51a]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/01 22:21:49 thb 1.2.2.3: #110496# Performance optimizations: added profiling traces 2004/07/20 19:09:00 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2e733319349c2768b2468f4889aead49230b9b7c]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/09/30 21:45:41 thb 1.2.2.6: #110496# Now handling clip meta actions correctly (were mostly ignored before) 2004/09/30 15:11:38 thb 1.2.2.5: #110496# Removed gcc -Wall warnings 2004/08/31 14:14:11 hdu 1.2.2.4: #116716# add text outline effect 2004/06/03 14:18:46 thb 1.2.2.3: #110496# Fixed crash occuring when no font was set before text rendering 2004/05/11 15:19:30 hdu 1.2.2.2: #116716# add text effects and emphasis styles 2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b243139d593e2f7f4afccd8e81bdeac6cf769406]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:08:59 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [da016de9f295bdd369b011c65914bdb46224d9d6]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/12 14:14:40 thb 1.2.2.2: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [071a306e270a04202790250c16071b9f4b397e17]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/01 22:21:48 thb 1.2.2.3: #110496# Performance optimizations: added profiling traces 2004/07/20 19:08:58 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3ccf0dffc2c5dc668d47eb1e5e565a9e3f6db222]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/21 22:05:09 thb 1.2.2.23: #110496# After merge, correctOrientations now returns result, no longer modifies passed parameter 2004/11/19 23:57:04 thb 1.2.2.22: #110496# Adapted to AW clipper changes 2004/11/08 05:56:07 thb 1.2.2.21: #i36093# Added native canvas gradients 2004/11/01 22:21:48 thb 1.2.2.20: #110496# Performance optimizations: added profiling traces 2004/10/26 12:39:17 thb 1.2.2.19: #110496# Setup default text color (in contrast to the line/fill color, OutDev inits that to default black) 2004/10/12 14:14:40 thb 1.2.2.18: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/10/01 17:24:52 thb 1.2.2.17: #110496# Normalizing len attribute on text metaactions (might well be magic STRING_LEN, which is handled on VCL's OutputDevice, but not for our DX canvas, and means: simply take the length of the passed string argument) 2004/09/30 21:45:41 thb 1.2.2.16: #110496# Now handling clip meta actions correctly (were mostly ignored before) 2004/09/01 22:02:40 thb 1.2.2.15: #110496# Cosmetical changes, removed extraneous include; added two TODO comments 2004/08/31 15:06:53 hdu 1.2.2.14: #116716# enable text outline effect 2004/08/31 14:14:11 hdu 1.2.2.13: #116716# add text outline effect 2004/08/27 11:33:38 hdu 1.2.2.12: #116716# make gcc happy by replacing an unbalanced ternary expression 2004/08/23 19:15:49 thb 1.2.2.11: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/28 13:08:47 thb 1.2.2.10: #110496# Adapted to reversed template argument order in containerToSequence 2004/07/20 19:08:58 thb 1.2.2.9: #110496# Unified include statements; removed external prefix from boost includes 2004/07/09 09:50:51 hdu 1.2.2.8: #116716# more text effects and text lines 2004/06/03 14:18:46 thb 1.2.2.7: #110496# Fixed crash occuring when no font was set before text rendering 2004/05/27 20:51:28 thb 1.2.2.6: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/05/11 15:19:31 hdu 1.2.2.5: #116716# add text effects and emphasis styles
        2004/05/10 09:38:22 hdu 1.2.2.4: #116716# improve text handling
        2004/04/21 18:49:39 thb 1.2.2.3: #110496# Added shape-global change functionality to Renderer interface
        2004/04/12 15:13:20 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
        2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fe2666e381ae24bd533e77a8daa6c495f5764f74]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:08:58 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8db0c5f45331db47e313e023c43e55f9db3e0a30]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/01 22:21:48 thb 1.2.2.4: #110496# Performance optimizations: added profiling traces 2004/07/20 19:08:58 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:28 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fa8aae8283c39fe16be44bc93d60a4732d66285a]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/08 05:56:07 thb 1.2.2.7: #i36093# Added native canvas gradients 2004/09/30 21:45:41 thb 1.2.2.6: #110496# Now handling clip meta actions correctly (were mostly ignored before) 2004/08/23 19:15:49 thb 1.2.2.5: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/20 19:08:57 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/07/09 09:50:39 hdu 1.2.2.3: #116716# more text effects and text lines 2004/04/21 18:49:38 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface 2004/04/05 15:58:46 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8cccdb020295f512c1e94c42fc5e1c434577fb8b]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:08:57 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:45 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4dc92e82f7e8639c6ee814d5ce5e2fae93defdfe]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/23 18:20:31 thb 1.2.2.4: #i10000# Missing build dependency to canvas (need the tools from there) 2004/07/28 11:44:15 thb 1.2.2.3: #110496# Moved canvas API to offapi 2004/07/28 10:15:13 thb 1.2.2.2: #110496# Added canvas API back to offapi (was private API before). Thus, no need to generate private API here 2004/04/12 15:13:20 thb 1.2.2.1: #110496# Adaptions after canvas01 merge

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [25cca2646ca4ba8a2f3de116adc504e57dfea1ae]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/26 23:39:12 thb 1.2.2.5: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods 2004/08/01 20:16:35 thb 1.2.2.4: #110496# Added new constructor, which takes a UNO canvas 2004/06/25 10:30:18 thb 1.2.2.3: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/21 18:49:26 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface 2004/04/05 15:58:45 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2d21573e6c014b88484d8b7bac34955e2f804ec2]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:49:14 thb 1.2.2.6: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen) 2004/08/19 17:21:08 thb 1.2.2.5: #110496# Switched from deprecated to recommended shared_ptr dynamic cast method 2004/07/20 19:08:43 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 14:01:07 thb 1.2.2.3: #100000# Old boost does not have operator bool on shared_ptr 2004/06/25 10:30:18 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:44 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b672d1a6a24c27578e7f4d26db8e7ad87cfb070d]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/06 14:00:44 thb 1.2.2.3: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). 2004/07/20 19:08:43 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:44 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a666d26f71e90c6fbb9c9214b72e3e36a324737a]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/23 19:15:36 thb 1.2.2.5: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/20 19:08:43 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:18 thb 1.2.2.3: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/21 18:49:26 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface 2004/04/05 15:58:44 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [64cf5088175def826a0b6581e985679533c59c12]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/13 20:35:39 thb 1.2.2.3: #110496# Improved color tooling 2004/07/20 19:08:42 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:43 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8c24f67b4644099cb307094206405729b1b8c557]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/09/29 19:07:54 thb 1.2.2.4: #110496# Added magic constant for bounding box enlargement on anti-aliasing canvases 2004/07/20 19:08:42 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:18 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0dd32e65cc77ff5fd961947cde50136c0953337]

        INTEGRATION: CWS storagechange01 (1.4.128); FILE MERGED 2004/10/28 17:19:27 mav 1.4.128.1: #i35095# introduce XStorageRawAccess implementation and redesing storage related idl structure

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [24efe39f2bba7249f0383984edaea76b82f1f028]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/19 17:21:08 thb 1.2.2.5: #110496# Switched from deprecated to recommended shared_ptr dynamic cast method 2004/07/20 19:08:41 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 14:01:06 thb 1.2.2.3: #100000# Old boost does not have operator bool on shared_ptr 2004/06/25 10:30:17 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c9daf5f4344a70e2005712f082e778136bf9b1f]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:02:00 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9d01f89982cd5e14c72bf6abd664b5a1fbd112ef]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/12 14:14:21 thb 1.2.2.3: #i34997# Added support for FLOATTRANSPARENCY meta action 2004/07/20 19:08:41 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e0d60c4a81281196a11ef253d8690688d9586e8]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:01:44 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [38bef3f2a761c1ec0663b9858b890c0927639c40]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/26 23:39:12 thb 1.2.2.2: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods 2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [54c0d02a861a637af9eb94da5873393b73b8aecd]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:01:32 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ef196da6ba06ade4dfd51384dcfeaf967105cd5]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:01:19 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bf3c7c2d080055616c938960b62d9e50640f6b3e]

        INTEGRATION: CWS presentationengine01 (1.29.22); FILE MERGED 2004/10/08 19:45:00 thb 1.29.22.1: #i10000# Fixed windows build breakage (debug=t build only)

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6476b9b99e4d1845961af9aeac270d9c85ead23]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:01:08 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5058e273516e2955033c4397aef6675ef644caf5]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:00:55 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [442773f68278f8769612d21c8c0fec0a16b8cf39]

        INTEGRATION: CWS presentationengine01 (1.21.12); FILE MERGED 2004/10/13 00:00:46 thb 1.21.12.4: RESYNC: (1.25-1.27); FILE MERGED 2004/10/08 19:45:00 thb 1.21.12.3: #i10000# Fixed windows build breakage (debug=t build only) 2004/07/06 19:25:04 thb 1.21.12.2: RESYNC: (1.21-1.25); FILE MERGED 2004/03/02 16:47:13 sb 1.21.12.1: #i26044# Make sure interface type descriptions are as complete as necessary when used.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ff75716f58952a8d5e2b21ae27fa8d780a4830e]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:00:43 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7465f015ad3039b028e2ca669b60c77ade3df053]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:00:32 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3a6d482e20c10538537f031d82ec58d8817a3281]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/26 15:02:29 dbo 1.1.2.1: #110496# updated to boost-1.30.2, spirit-1.6.1

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc64809eee976a9244ccf561c9e4fd804f349e8b]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:00:19 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6cd7768a512aadbc3fc8ee8aaf08d472806b2472]

        INTEGRATION: CWS presentationengine01 (1.4.18); FILE MERGED 2004/08/26 15:02:28 dbo 1.4.18.1: #110496# updated to boost-1.30.2, spirit-1.6.1

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5da5227963de13b982fa6ef7be1dc0a9f203458]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:00:09 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a29abce1c871f73ccc5e639336bf04b7ee8e2adb]

        INTEGRATION: CWS presentationengine01 (1.2.78); FILE MERGED 2004/08/26 15:02:28 dbo 1.2.78.1: #110496# updated to boost-1.30.2, spirit-1.6.1

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [03961a560bed038bc06a230d950b5c2e35115729]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 14:59:52 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d508dc15c987a61d04349f7c3a0bfe1b208c5e13]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/26 15:02:27 dbo 1.1.2.1: #110496# updated to boost-1.30.2, spirit-1.6.1

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4f7c5948c56c5de985ba20f50b6e18fe1dc600a]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 14:58:59 hro 1.1.2.1: #i36906# UseoOld icons for old document formats

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b0ca021c53a1d93d97bd0048a5dc43f0c20e37a8]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/26 15:02:25 dbo 1.1.2.1: #110496# updated to boost-1.30.2, spirit-1.6.1

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d06e820080c6949205d5e779e6fa8cbebb2351dd]

        INTEGRATION: CWS storagechange01 (1.9.32); FILE MERGED 2004/11/06 17:35:57 mav 1.9.32.2: #i26882# use XTransactedObject only if it is supported 2004/11/01 11:49:35 mav 1.9.32.1: #i26882# use filesystem storage implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9bdedb57a05c9a7b3cf59e22a208842009f005b]

        INTEGRATION: CWS storagechange01 (1.39.16); FILE MERGED 2004/11/05 10:48:04 mav 1.39.16.1: #i26882# decompress the ui configuration

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcf072c1fb38b70b1bb810990a02f24d1fb01320]

        INTEGRATION: CWS storagechange01 (1.16.58); FILE MERGED 2004/11/07 16:52:12 mav 1.16.58.2: #i26882# plane stream is provided only for unencrypted streams 2004/10/28 16:06:16 mav 1.16.58.1: #i35095# introduce XStorageRawAccess implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [26c8e9c20d36ecfc216379f08876db74ea6cf277]

        INTEGRATION: CWS storagechange01 (1.39.12); FILE MERGED 2004/11/08 19:09:44 mav 1.39.12.4: #i35095# fix package and storage related problems 2004/11/07 16:52:12 mav 1.39.12.3: #i26882# plane stream is provided only for unencrypted streams 2004/11/07 16:45:23 mav 1.39.12.2: #i26882# plane stream is provided only for unencrypted streams 2004/10/28 16:06:16 mav 1.39.12.1: #i35095# introduce XStorageRawAccess implementation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ec799e97e392a6cc625bd49cf8248ed98c088824]

        INTEGRATION: CWS presentationengine01 (1.5.32); FILE MERGED 2004/08/26 15:02:24 dbo 1.5.32.1: #110496# updated to boost-1.30.2, spirit-1.6.1

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc19eb554045bb5b58be4d2f9ea524367296b52b]

        INTEGRATION: CWS storagechange01 (1.6.18); FILE MERGED 2004/10/29 12:35:20 mav 1.6.18.2: #i35095# plain raw stream 2004/10/28 16:06:15 mav 1.6.18.1: #i35095# introduce XStorageRawAccess implementation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a72ac9f536a60ae45acff6db34386785193a9795]

        INTEGRATION: CWS presentationengine01 (1.4.82); FILE MERGED 2004/08/16 18:25:40 aw 1.4.82.1: #110496#

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [37951840fc8174d1f3bbf60cc1d687671d1dd55a]

        INTEGRATION: CWS storagechange01 (1.6.34); FILE MERGED 2004/10/28 16:06:14 mav 1.6.34.1: #i35095# introduce XStorageRawAccess implementation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e0fc2ca59a1e4d645357135bde60bc45c7dd99f6]

        INTEGRATION: CWS presentationengine01 (1.2.98); FILE MERGED 2004/08/16 18:25:39 aw 1.2.98.1: #110496#

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [07d1f6b4bb1581e95cdcff747d47575599ff9898]

        INTEGRATION: CWS storagechange01 (1.7.18); FILE MERGED 2004/11/08 19:09:43 mav 1.7.18.2: #i35095# fix package and storage related problems 2004/10/28 16:06:14 mav 1.7.18.1: #i35095# introduce XStorageRawAccess implementation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7b0e669f14da67596ea15d0897c2c091468d3b90]

        INTEGRATION: CWS presentationengine01 (1.7.48); FILE MERGED 2004/08/16 18:25:39 aw 1.7.48.1: #110496#

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc3023542077bca891ca96cd66ce2181b2028a1e]

        INTEGRATION: CWS storagechange01 (1.4.34); FILE MERGED 2004/11/08 19:09:43 mav 1.4.34.1: #i35095# fix package and storage related problems

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3c0e4fcd4ad12d516f5ec74263e23b702d441fdd]

        INTEGRATION: CWS presentationengine01 (1.8.50); FILE MERGED 2004/08/17 12:08:19 aw 1.8.50.1: #110496# adaptions for CreateVirtualDevice for UNX

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [43706dd924ff22bd926b3026d8e6443afe952b52]

        INTEGRATION: CWS dbwizard2 (1.61.8); FILE MERGED 2004/11/09 15:23:20 bc 1.61.8.1: #i36844# helpids assignment modified

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [287d66a3a2d137c996764101d8aaf50229ec1fb0]

        INTEGRATION: CWS presentationengine01 (1.26.32); FILE MERGED 2004/11/15 17:42:51 thb 1.26.32.1: #i37103# The working depth for intermediate pixmaps is not necessarily the display depths: there can be one-bit VDev render targets, on which XCopyArea will fail if the depths don't match. Now handling that special case.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c024021ab2577cb39ff44b4e6b02a674a298e394]

        INTEGRATION: CWS storagechange01 (1.3.128); FILE MERGED 2004/10/28 17:19:28 mav 1.3.128.1: #i35095# introduce XStorageRawAccess implementation and redesing storage related idl structure

2004-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [72dcd2cb503c6f0d5d5794e07a298e8f72a866e8]

        INTEGRATION: CWS so8betal10n (1.16.24); FILE MERGED 2004/11/25 18:36:36 ihi 1.16.24.1: German merge fix

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [455aa70daa154b7673a61c1a2271d7b66753396a]

        INTEGRATION: CWS presentationengine01 (1.8.46); FILE MERGED 2004/08/17 12:08:18 aw 1.8.46.1: #110496# adaptions for CreateVirtualDevice for UNX

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd7addae828fe5c13a6da4410e7479f0b28591e3]

        INTEGRATION: CWS storagechange01 (1.6.36); FILE MERGED 2004/10/28 17:19:27 mav 1.6.36.1: #i35095# introduce XStorageRawAccess implementation and redesing storage related idl structure

2004-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [08eb5de3c7eea85f66be60973b103187e8da8f4d]

        INTEGRATION: CWS so8betal10n (1.4.14); FILE MERGED 2004/11/25 18:36:02 ihi 1.4.14.1: German merge fix

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [39bef2c4a8a64e92876d8392757b38587ff448a8]

        INTEGRATION: CWS dbwizard2 (1.3.8); FILE MERGED 2004/11/09 15:23:20 bc 1.3.8.1: #i36844# helpids assignment modified

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc3a4c89ce96006f32e30fe8f0ee8bb8502353e0]

        INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/10/29 11:00:34 mav 1.1.2.2: #i35095# XStorageRawAccess implementation 2004/10/28 17:21:07 mav 1.1.2.1: #i35095# introduce XStorageRawAccess

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [807c11075f63801f5b29a665c01b946bd7554785]

        INTEGRATION: CWS presentationengine01 (1.195.30); FILE MERGED 2004/11/17 19:52:23 thb 1.195.30.9: RESYNC: (1.199-1.200); FILE MERGED 2004/10/13 14:39:54 thb 1.195.30.8: #110496# Added bool guard to mxCanvasWindow existence test (checking a weak ref for validity is somewhat expensive, a price that _every_ Window would have to pay. And most of the Windows currently don't have a canvas). 2004/10/12 23:49:41 thb 1.195.30.7: RESYNC: (1.195-1.199); FILE MERGED 2004/09/26 18:54:47 thb 1.195.30.6: #110496# Corectly passing on window dimensions to canvas peer now 2004/09/23 19:42:25 thb 1.195.30.5: #110496# Provide canvas with initial window state, on construction 2004/09/22 10:20:38 thb 1.195.30.4: #110496# Changed hard reference to window canvas into weak reference. This alleviates the problem that, once created, a canvas hangs around forever 2004/09/22 10:13:35 thb 1.195.30.3: #110496# Changed hard reference to window canvas into weak reference. This alleviates the problem that, once created, a canvas hangs around forever 2004/09/10 10:36:07 thb 1.195.30.2: #110496# Handling SystemChildWindows now properly in the canvas factory (did not respect syschild's own sys window handle before) 2004/09/08 16:37:48 dbo 1.195.30.1: #110496# adopting to new CanvasFactory Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [42d49c24ca28395bdafb9b731fa1286353610a65]

        INTEGRATION: CWS dbwizard2 (1.4.10); FILE MERGED 2004/11/09 15:23:19 bc 1.4.10.1: #i36844# helpids assignment modified

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [1a4ee08a462ffbe9ebcd6252550cbf84f341a823]

        INTEGRATION: CWS dbwizard2 (1.3.10); FILE MERGED 2004/11/09 15:23:19 bc 1.3.10.1: #i36844# helpids assignment modified

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [19534ba1aa2f0f4ff3317e49ae887487900e3967]

        INTEGRATION: CWS presentationengine01 (1.15.6); FILE MERGED 2004/10/13 14:54:12 thb 1.15.6.2: #110496# Removed special slideshowwindow again, we'll use a different workaround for Java, and DirectX works with an internal change (we're limiting the output artificially to the faked Window area) 2004/09/12 21:09:08 cl 1.15.6.1: created special window for slideshow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3199743f9ab5d099ca32b6b1b9a3e8061a681d0f]

        INTEGRATION: CWS presentationengine01 (1.2.26); FILE MERGED 2004/11/08 06:06:46 thb 1.2.26.4: #110496# Improved bitmap performance, by employing specialized handling code for a few common bitmap formats 2004/11/01 22:23:37 thb 1.2.26.3: #110496# Performance optimizations: added profiling traces 2004/10/26 23:45:03 thb 1.2.26.2: #110496# Adapted to explicit alpha bitmap methods on XGraphicDevice 2004/07/28 18:36:13 thb 1.2.26.1: #i10000# API changes on setData

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [775687e6f803187a26a4e05e2dc7617c56d03af8]

        INTEGRATION: CWS dbwizard2 (1.2.10); FILE MERGED 2004/11/09 15:23:18 bc 1.2.10.1: #i36844# helpids assignment modified

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1d5543507003e08afb7c2076f316e5c1f7773fb9]

        INTEGRATION: CWS presentationengine01 (1.15.2); FILE MERGED 2004/10/12 23:46:23 thb 1.15.2.2: RESYNC: (1.15-1.17); FILE MERGED 2004/08/16 18:25:30 aw 1.15.2.1: #110496#

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ecd2b80a72c29274092a97835cd15a40b880c938]

        INTEGRATION: CWS presentationengine01 (1.9.48); FILE MERGED 2004/10/12 23:44:45 thb 1.9.48.2: RESYNC: (1.9-1.11); FILE MERGED 2004/10/11 17:41:29 thb 1.9.48.1: #i35331# Fixed map mode garbling for previous map mode == DEFAULT: then, EnableMapMode( TRUE ) enables a random, previously set non-default map mode

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [99e112c74f3421c227a0ce9b6a4e4532d5e12857]

        INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED 2004/11/24 15:02:37 hro 1.1.2.2: #i36906# UseoOld icons for old document formats 2004/11/23 13:21:44 hro 1.1.2.1: #i36906# New document icons

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [18fae121580efbe24845b780c0808625373d716e]

        INTEGRATION: CWS presentationengine01 (1.24.32); FILE MERGED 2004/10/20 18:22:50 thb 1.24.32.1: #110496# When painting alpha-channel BmpEx with DRAWMODE_BLACKBITMAP, the full bitmap area appeared black. Fixed by manually thresholding the alpha channel (root cause was that ImplDrawAlpha called plain DrawBitmap, which just rendered a black rect in said case)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a050e719445010ef9244ecd3806f0d18538dc566]

        INTEGRATION: CWS presentationengine01 (1.10.82); FILE MERGED 2004/10/12 23:42:44 thb 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/15 18:41:24 thb 1.10.82.1: #110496# Added RemoveAction to metafile

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [75ba329dd511512dcce133f403f162a038d57767]

        INTEGRATION: CWS storagechange01 (1.2.10); FILE MERGED 2004/10/29 12:33:56 mav 1.2.10.1: #i33237# sign the documents by using the raw format

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3b9a42db373e4a46fa6e7915d80049bc4f607a95]

        INTEGRATION: CWS presentationengine01 (1.29.22); FILE MERGED 2004/11/17 19:48:06 thb 1.29.22.3: RESYNC: (1.30-1.31); FILE MERGED 2004/10/12 23:40:36 thb 1.29.22.2: RESYNC: (1.29-1.30); FILE MERGED 2004/08/28 23:57:40 cl 1.29.22.1: added flags for entries

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7ab88ddf88c7b1d80adc497947bd520ca572ad2]

        INTEGRATION: CWS storagechange01 (1.3.10); FILE MERGED 2004/11/08 19:12:03 mav 1.3.10.2: #i35095# fix signing of encrypted entries 2004/10/29 12:33:56 mav 1.3.10.1: #i33237# sign the documents by using the raw format

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [79bd2b964fd22df12fa2c05e96dd9d2f9fcb7b8b]

        INTEGRATION: CWS presentationengine01 (1.48.22); FILE MERGED 2004/10/12 23:40:27 thb 1.48.22.2: RESYNC: (1.48-1.49); FILE MERGED 2004/08/28 23:57:41 cl 1.48.22.1: added flags for entries

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b225be670c110e9f95e4f01492b0118980c9ecb4]

        INTEGRATION: CWS storagechange01 (1.14.10); FILE MERGED 2004/11/08 19:12:03 mav 1.14.10.1: #i35095# fix signing of encrypted entries

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [deebe36224b25c5c031afbc1a205305358ef9a98]

        INTEGRATION: CWS dbwizard2 (1.5.18); FILE MERGED 2004/11/09 10:08:47 bc 1.5.18.1: #i34788#WinStyle overgiven to roadmap modified

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1e7d342bff9d58cc6aa1ab3878ef0d112cc26ed]

        INTEGRATION: CWS storagechange01 (1.100.76); FILE MERGED 2004/11/04 11:47:24 mav 1.100.76.1: #i35351# add the entries as depricated

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [d4fb81e13f7b0e224369ed69e65c3a5d0795f4c5]

        INTEGRATION: CWS dbwizard2 (1.4.20); FILE MERGED 2004/11/10 11:08:20 bc 1.4.20.2: #i34788# high contrast accessibility improved 2004/11/09 15:13:49 bc 1.4.20.1: #i34788# Roadmap made accessible

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [3faaa75ce9a040cfeb01534902954472866c46eb]

        INTEGRATION: CWS dbwizard2 (1.3.20); FILE MERGED 2004/11/10 11:08:19 bc 1.3.20.2: #i34788# high contrast accessibility improved 2004/11/09 15:13:49 bc 1.3.20.1: #i34788# Roadmap made accessible

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4435de0beb542541dcb8dfe607f953138bb7e317]

        INTEGRATION: CWS storagechange01 (1.50.64); FILE MERGED 2004/11/01 10:05:32 mav 1.50.64.1: #i26882# file system storages implementation

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [2d1e167759052900c7bc5be29f8a4ae60818083e]

        INTEGRATION: CWS dbwizard2 (1.3.20); FILE MERGED 2004/11/10 11:08:17 bc 1.3.20.2: #i34788# high contrast accessibility improved 2004/11/09 10:12:30 bc 1.3.20.1: #i34788# SetFixedLine method renamed to ResizeFixedLine()

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4b5f0bd01cb7adac6426f3e0ad832d6cf4b987d]

        INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:38:10 mav 1.1.2.1: #i26882# file system storages implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbcb50270c055908ce04de534acd451b5c5833aa]

        INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:37:22 mav 1.1.2.1: #i26882# file system storages implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [27fabc553547adf7a91f5946cda46d1edb174d43]

        INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:37:13 mav 1.1.2.1: #i26882# file system storages implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d76a09caab38a4a8c2e880ee6e30b9f6b56c8ce2]

        INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:37:04 mav 1.1.2.1: #i26882# file system storages implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [83ef686c94d261f1301777cb90927906395a8bb8]

        INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:36:55 mav 1.1.2.1: #i26882# file system storages implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2946f87d0b7b1305bef7125fd909b2a8880443b5]

        INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/15 14:20:13 mav 1.1.2.3: #i26882# throw only allowed exceptions 2004/11/07 14:54:54 mav 1.1.2.2: #i26882# use SimpleFileAccess 2004/11/01 09:36:46 mav 1.1.2.1: #i26882# file system storages implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d88e0aadec63ea80e0ed05a864cc1969a00a62a8]

        INTEGRATION: CWS storagechange01 (1.1.2); FILE ADDED 2004/11/01 09:36:37 mav 1.1.2.1: #i26882# file system storages implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7de12aef83e35dcaf991a8eb07d58a2178c383cf]

        INTEGRATION: CWS storagechange01 (1.26.62); FILE MERGED 2004/11/01 10:05:30 mav 1.26.62.1: #i26882# file system storages implementation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ad56ad2a638dedad35e9c5875b5f0e61fced25b5]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/03 15:40:44 cl 1.1.2.3: #i36249# ooo-entrance-wipe property fixed 2004/10/07 13:47:11 cl 1.1.2.2: fixed missing property from venetian blinds 2004/09/12 22:56:22 cl 1.1.2.1: xsl script to create effects.xml

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f3ee625fcda123a5b09018bb46f3965279df72df]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/21 23:47:08 thb 1.1.2.11: #i10000# Merge error, corrected presentation namespace 2004/11/07 01:42:03 thb 1.1.2.10: #i36228# Swapped uncover left-down and left-up (was wrong before) 2004/11/05 11:19:51 dbo 1.1.2.9: #i36255# fixing also slide transitions 2004/10/04 19:21:11 thb 1.1.2.8: #i34946# Added missing subtypes for slide transitions, corrected various transition mappings 2004/09/27 14:40:02 cl 1.1.2.7: we will do the zoom and rotate in later 2004/09/26 19:02:05 cl 1.1.2.6: changes to the new xml smil spec 2004/09/02 09:16:38 cl 1.1.2.5: updated presets 2004/08/31 18:57:09 cl 1.1.2.4: added missing transition types and subtypes 2004/08/26 14:35:47 cl 1.1.2.3: commented empty presets 2004/08/19 14:12:00 bm 1.1.2.2: preliminary version of transitions 2004/08/19 10:45:14 cl 1.1.2.1: new helper for transition presets

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2b33ce0318f53187c57fa88452e0a84a72d4c17f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/04 14:47:21 dbo 1.1.2.11: #i36255# fixing waterfallWipe 2004/11/03 15:41:06 cl 1.1.2.10: #i36249# ooo-entrance-wipe property fixed 2004/10/07 13:46:37 cl 1.1.2.9: fixed missing property from venetian blinds 2004/09/23 17:04:29 cl 1.1.2.8: final smil xml spec changes 2004/09/12 22:52:49 cl 1.1.2.7: added text only effects ui support 2004/09/09 18:53:11 cl 1.1.2.6: updated effects, now again with properties 2004/09/07 21:49:14 cl 1.1.2.5: fixed preset naming 2004/09/02 09:16:38 cl 1.1.2.4: updated presets 2004/08/29 23:00:27 cl 1.1.2.3: removed wrong group-id attributes 2004/07/28 11:17:41 cl 1.1.2.2: #i31376# added strings for translation 2004/05/04 14:37:53 cl 1.1.2.1: added initial smil ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3540c653730c3d05c8878f9d8a9f5f4d82bbe4c3]

        INTEGRATION: CWS storagechange01 (1.9.36); FILE MERGED 2004/11/01 11:49:35 mav 1.9.36.1: #i26882# use filesystem storage implementation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0f30f77853ea5447fb3330418a5e06bba51be866]

        INTEGRATION: CWS presentationengine01 (1.27.14); FILE MERGED 2004/10/12 23:32:45 thb 1.27.14.10: RESYNC: (1.33-1.35); FILE MERGED 2004/09/03 15:09:14 thb 1.27.14.9: #110496# Clearing the XSlideShowView is now performed here, need cppcanvas tools for that 2004/09/02 14:47:52 cl 1.27.14.8: moved new slideshow to own folder 2004/08/23 12:40:55 thb 1.27.14.7: RESYNC: (1.31-1.33); FILE MERGED 2004/07/23 15:23:35 thb 1.27.14.6: RESYNC: (1.30-1.31); FILE MERGED 2004/07/07 01:40:59 thb 1.27.14.5: RESYNC: (1.27-1.30); FILE MERGED 2004/06/14 11:36:07 cl 1.27.14.4: renamed animations to animui 2004/06/02 15:26:42 cl 1.27.14.3: clean up makefile 2004/05/04 14:48:43 cl 1.27.14.2: added initial smil ui 2004/04/14 10:15:59 cl 1.27.14.1: new smile api

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8fddfa2a14c54d017e163796b11eb36fdfd4614]

        INTEGRATION: CWS storagechange01 (1.3.84); FILE MERGED 2004/11/01 11:49:35 mav 1.3.84.1: #i26882# use filesystem storage implementation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5eeb68fe9b77c7963b0e2e0ab6b6fa78f3a6d459]

        INTEGRATION: CWS presentationengine01 (1.8.4); FILE MERGED 2004/09/30 15:31:09 af 1.8.4.2: #i34242# Added help ids for task pane. 2004/08/26 21:47:17 cl 1.8.4.1: removed live mode

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [500fe3352465398463480cc81f35ff4401ae351d]

        INTEGRATION: CWS storagechange01 (1.3.84); FILE MERGED 2004/11/01 11:49:34 mav 1.3.84.1: #i26882# use filesystem storage implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0370acb67cb48724b94fdd8c74a69f8bd7271e93]

        INTEGRATION: CWS storagechange01 (1.2.38); FILE MERGED 2004/11/01 11:49:34 mav 1.2.38.1: #i26882# use filesystem storage implementation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a889d5caffad6d79e7b5747ab971f12b6c6f65a6]

        INTEGRATION: CWS storagechange01 (1.25.34); FILE MERGED 2004/11/01 11:49:34 mav 1.25.34.1: #i26882# use filesystem storage implementation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [70123e78f7e7be4bb52f0dc0740b5bde0d146bf5]

        INTEGRATION: CWS presentationengine01 (1.8.12); FILE MERGED 2004/11/26 15:02:38 thb 1.8.12.7: RESYNC: (1.20-1.21); FILE MERGED 2004/11/17 19:43:03 thb 1.8.12.6: RESYNC: (1.19-1.20); FILE MERGED 2004/10/29 20:47:01 cl 1.8.12.5: #i36257# removed double line 2004/10/12 23:31:20 thb 1.8.12.4: RESYNC: (1.13-1.19); FILE MERGED 2004/09/12 18:14:00 cl 1.8.12.3: commented animation schemes out 2004/08/23 12:39:21 thb 1.8.12.2: RESYNC: (1.8-1.13); FILE MERGED 2004/07/28 11:17:16 cl 1.8.12.1: #i31376# added strings for translation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c9198412cc2c7baffb76a855917af90d896bf552]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/08 20:11:25 thb 1.1.2.5: #110496# Slightly changed slideshow API generation: we're now only generating the XSlideShow* header, taking the remainder from solver. This is due to a Solaris crash, caused by violation of the one-definition rule (getCppuType had two different inline definitions) 2004/08/03 19:50:34 thb 1.1.2.4: #110496# Added preliminary XSlideShow integration 2004/07/28 11:47:31 thb 1.1.2.3: #110496# Moved animations API to offapi 2004/04/14 09:51:15 cl 1.1.2.2: new smile api 2004/03/16 18:45:23 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b123b0db160b73f915c051389e0fd59902fbbc6f]

        INTEGRATION: CWS presentationengine01 (1.33.4); FILE MERGED 2004/11/17 19:40:13 thb 1.33.4.6: RESYNC: (1.36-1.38); FILE MERGED 2004/10/12 23:29:13 thb 1.33.4.5: RESYNC: (1.33-1.36); FILE MERGED 2004/09/06 14:08:30 af 1.33.4.4: Code cleanup that prevents the destructor from accessing data that is already destroyed. 2004/09/06 11:08:39 cl 1.33.4.3: added preview support 2004/08/28 22:57:00 cl 1.33.4.2: removed old presentation code 2004/08/25 16:32:52 cl 1.33.4.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e716abc20b3dc82147422927a28f48e1fec4c74]

        INTEGRATION: CWS storagechange01 (1.2.40); FILE MERGED 2004/11/01 17:51:46 mav 1.2.40.1: #i26882# no raw access by XStorage interface

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fea3e46129d49c263424bdc85707fd1661413457]

        INTEGRATION: CWS presentationengine01 (1.29.12); FILE MERGED 2004/11/17 19:39:51 thb 1.29.12.4: RESYNC: (1.31-1.32); FILE MERGED 2004/10/15 09:13:49 thb 1.29.12.3: #i10000# Merge prob: no more so3 fiddling allowed, removed macro definitions 2004/10/12 23:28:57 thb 1.29.12.2: RESYNC: (1.29-1.31); FILE MERGED 2004/08/25 16:32:52 cl 1.29.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bc6d6c154367071c7f187d001ca58a4a24ddba52]

        INTEGRATION: CWS presentationengine01 (1.39.12); FILE MERGED 2004/10/12 23:27:50 thb 1.39.12.2: RESYNC: (1.39-1.40); FILE MERGED 2004/09/26 18:58:23 cl 1.39.12.1: added animation undo

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e37896e6483bac0c5bb6d4fe3e41b9227d77dbb0]

        INTEGRATION: CWS presentationengine01 (1.31.12); FILE MERGED 2004/10/12 23:27:42 thb 1.31.12.5: RESYNC: (1.31-1.33); FILE MERGED 2004/10/08 12:55:04 cl 1.31.12.4: listen on text changes on objects with effects 2004/10/06 15:01:28 cl 1.31.12.3: added an event when text editing starts and ends 2004/09/30 20:53:01 cl 1.31.12.2: listen to paragraph changes for effects 2004/08/25 16:32:50 cl 1.31.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [37b57f0e05c8b1122d18fbcf435078bf4654da05]

        INTEGRATION: CWS presentationengine01 (1.55.12); FILE MERGED 2004/10/12 23:27:14 thb 1.55.12.2: RESYNC: (1.55-1.57); FILE MERGED 2004/08/25 16:32:49 cl 1.55.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b84b7f4e9cda4e4bae782767fa78c3a05e3e86d5]

        INTEGRATION: CWS presentationengine01 (1.16.12); FILE MERGED 2004/10/12 23:27:05 thb 1.16.12.2: RESYNC: (1.16-1.17); FILE MERGED 2004/08/25 16:32:49 cl 1.16.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cd7daee11de052d12517089743033b0a7f7a21da]

        INTEGRATION: CWS presentationengine01 (1.10.10); FILE MERGED 2004/11/22 23:14:48 thb 1.10.10.9: #i10000# Resolving merge problems: removed duplicate line 2004/11/17 19:39:26 thb 1.10.10.8: RESYNC: (1.14-1.15); FILE MERGED 2004/09/02 14:49:58 cl 1.10.10.7: moved new slideshow to own folder 2004/08/25 16:32:49 cl 1.10.10.6: replaced old FuSlideShow with new SlideShow 2004/08/23 12:37:36 thb 1.10.10.5: RESYNC: (1.13-1.14); FILE MERGED 2004/08/03 19:50:34 thb 1.10.10.4: #110496# Added preliminary XSlideShow integration 2004/07/23 15:11:14 thb 1.10.10.3: RESYNC: (1.12-1.13); FILE MERGED 2004/07/07 01:37:48 thb 1.10.10.2: RESYNC: (1.10-1.12); FILE MERGED 2004/04/12 15:17:05 thb 1.10.10.1: #110496# Adaptions after canvas01 merge

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b2ea69cead430ba22bd859053eaaed492722ee6c]

        INTEGRATION: CWS presentationengine01 (1.10.4); FILE MERGED 2004/11/17 19:39:10 thb 1.10.4.3: RESYNC: (1.12-1.13); FILE MERGED 2004/10/12 23:26:47 thb 1.10.4.2: RESYNC: (1.10-1.12); FILE MERGED 2004/08/28 22:56:58 cl 1.10.4.1: removed old presentation code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8f1c562b841b2d0f8febac147d19537f565c84a4]

        INTEGRATION: CWS presentationengine01 (1.11.10); FILE MERGED 2004/08/28 22:56:58 cl 1.11.10.3: removed old presentation code 2004/07/23 15:10:14 thb 1.11.10.2: RESYNC: (1.11-1.13); FILE MERGED 2004/05/04 14:47:35 cl 1.11.10.1: added initial smil ui

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ffc8682fdf3a330c520b6b9b684fa8c7ee10721e]

        INTEGRATION: CWS presentationengine01 (1.6.12); FILE MERGED 2004/08/25 16:32:49 cl 1.6.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3eb02eb906ee74c3dee483cfa442e58731cc1184]

        INTEGRATION: CWS presentationengine01 (1.7.12); FILE MERGED 2004/08/25 16:32:49 cl 1.7.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [719764a7f55e69b1098110ccd3fd2f624f461d4e]

        INTEGRATION: CWS presentationengine01 (1.4.10); FILE MERGED 2004/11/07 18:19:39 cl 1.4.10.3: #i36286# fixed navigator for new engine 2004/10/12 23:26:19 thb 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/25 16:32:48 cl 1.4.10.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dc6178b7de19592afa6a80abdc31a6374de0f63b]

        INTEGRATION: CWS presentationengine01 (1.10.4); FILE MERGED 2004/08/28 22:56:57 cl 1.10.4.1: removed old presentation code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3afdde4858cb8b902e12d189a9cc64943cb84b85]

        INTEGRATION: CWS presentationengine01 (1.47.4); FILE MERGED 2004/11/17 19:38:46 thb 1.47.4.5: RESYNC: (1.50-1.52); FILE MERGED 2004/10/14 22:08:45 thb 1.47.4.4: #i10000# Fixed two merge probs: DrawViewShell no longer contains pFuSlideShow member 2004/10/12 23:25:30 thb 1.47.4.3: RESYNC: (1.47-1.50); FILE MERGED 2004/09/12 18:21:11 cl 1.47.4.2: removed animation mode 2004/08/25 16:32:47 cl 1.47.4.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [87b1ecf1512847ca60144e98642b7503dd6e8e72]

        INTEGRATION: CWS presentationengine01 (1.10.12); FILE MERGED 2004/11/17 19:38:38 thb 1.10.12.6: RESYNC: (1.14-1.15); FILE MERGED 2004/10/12 23:25:22 thb 1.10.12.5: RESYNC: (1.13-1.14); FILE MERGED 2004/09/01 11:43:41 af 1.10.12.4: Added support for the (renamed) slots SID_CUSTOM_ANIMATION_PANEL and SID_SLIDE_TRANSITIONS_PANEL. 2004/08/28 22:56:57 cl 1.10.12.3: removed old presentation code 2004/08/23 12:36:20 thb 1.10.12.2: RESYNC: (1.10-1.13); FILE MERGED 2004/07/28 10:54:20 cl 1.10.12.1: #i31376# added strings for translation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [de06989ccbcfff3bbc1ef0c90920dabdb4a7fb59]

        INTEGRATION: CWS presentationengine01 (1.37.18); FILE MERGED 2004/11/17 19:38:31 thb 1.37.18.5: RESYNC: (1.38-1.39); FILE MERGED 2004/10/12 23:25:14 thb 1.37.18.4: RESYNC: (1.37-1.38); FILE MERGED 2004/09/02 09:14:41 cl 1.37.18.3: fixes on slideshow 2004/08/28 22:56:56 cl 1.37.18.2: removed old presentation code 2004/08/25 16:32:46 cl 1.37.18.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a08cfded599cd6703179662ecee38b8cceaa5176]

        INTEGRATION: CWS presentationengine01 (1.22.4); FILE MERGED 2004/10/12 23:25:05 thb 1.22.4.2: RESYNC: (1.22-1.23); FILE MERGED 2004/08/25 16:32:46 cl 1.22.4.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [057bc5dd0f4a971ae0d9a24caf549f13ecdbc12b]

        INTEGRATION: CWS presentationengine01 (1.27.12); FILE MERGED 2004/10/12 23:24:57 thb 1.27.12.3: RESYNC: (1.27-1.29); FILE MERGED 2004/09/02 09:14:40 cl 1.27.12.2: fixes on slideshow 2004/08/25 16:32:46 cl 1.27.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1185475200472589ce510c026629ebaf49d12059]

        INTEGRATION: CWS presentationengine01 (1.32.18); FILE MERGED 2004/11/17 19:38:23 thb 1.32.18.3: RESYNC: (1.33-1.35); FILE MERGED 2004/10/12 23:24:49 thb 1.32.18.2: RESYNC: (1.32-1.33); FILE MERGED 2004/08/25 16:32:46 cl 1.32.18.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a5a5e61fd9a32b3d881f42c39d789ed4bc5d4122]

        INTEGRATION: CWS presentationengine01 (1.42.4); FILE MERGED 2004/11/17 19:37:25 thb 1.42.4.5: RESYNC: (1.43-1.44); FILE MERGED 2004/10/12 23:24:41 thb 1.42.4.4: RESYNC: (1.42-1.43); FILE MERGED 2004/09/06 11:08:39 cl 1.42.4.3: added preview support 2004/08/28 22:56:56 cl 1.42.4.2: removed old presentation code 2004/08/25 16:32:45 cl 1.42.4.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4b94b2c9452075f00502aea7ef46fe871f7e0782]

        INTEGRATION: CWS presentationengine01 (1.31.12); FILE MERGED 2004/10/12 23:24:00 thb 1.31.12.6: RESYNC: (1.31-1.32); FILE MERGED 2004/09/12 18:20:42 cl 1.31.12.5: fixed ShowWindow 2004/09/09 14:26:08 cl 1.31.12.4: finished effect preview 2004/09/06 11:08:38 cl 1.31.12.3: added preview support 2004/08/26 14:38:51 cl 1.31.12.2: reworked new Slideshow integration 2004/08/25 16:32:45 cl 1.31.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e43948544c9758204b2df3e3729e8e35e7dba011]

        INTEGRATION: CWS presentationengine01 (1.3.12); FILE MERGED 2004/08/31 14:50:01 af 1.3.12.1: #i33627# Ignoring the SID_TASK_PANE slot.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [57f1b6c919609abf4e6cfff81926d1b1ec8c4da5]

        INTEGRATION: CWS presentationengine01 (1.4.10); FILE MERGED 2004/08/25 16:32:23 cl 1.4.10.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8c8cbe2e72a662520f738dbde3afb5982f493509]

        INTEGRATION: CWS presentationengine01 (1.8.344); FILE MERGED 2004/07/07 01:32:31 thb 1.8.344.2: RESYNC: (1.8-1.9); FILE MERGED 2004/04/14 10:09:09 cl 1.8.344.1: new smile api

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [253af5b68f3105b0a0997df566d3a3b20db3483b]

        INTEGRATION: CWS presentationengine01 (1.58.10); FILE MERGED 2004/11/17 19:37:08 thb 1.58.10.9: RESYNC: (1.64-1.65); FILE MERGED 2004/10/12 23:22:00 thb 1.58.10.8: RESYNC: (1.63-1.64); FILE MERGED 2004/08/28 22:56:03 cl 1.58.10.7: removed old presentation code 2004/08/19 11:17:05 cl 1.58.10.6: new transition api 2004/07/28 10:53:23 cl 1.58.10.5: #i31376# added strings for translation 2004/07/23 15:04:03 thb 1.58.10.4: RESYNC: (1.61-1.63); FILE MERGED 2004/07/07 01:32:22 thb 1.58.10.3: RESYNC: (1.58-1.61); FILE MERGED 2004/04/14 10:09:08 cl 1.58.10.2: new smile api 2004/03/19 13:26:31 cl 1.58.10.1: initial import for smil

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c0d8c6d9ffb0a3daf10f3f67ce505886fb3eb096]

        INTEGRATION: CWS presentationengine01 (1.7.344); FILE MERGED 2004/08/22 22:25:10 cl 1.7.344.1: first wrapper for old animation api

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [70c71ba7f9eb08018e27753f34bcbf5afde1abd1]

        INTEGRATION: CWS presentationengine01 (1.40.12); FILE MERGED 2004/11/15 11:43:19 thb 1.40.12.8: #102922# Setting a proper iterate interval for old laser effects 2004/10/12 23:21:51 thb 1.40.12.7: RESYNC: (1.40-1.41); FILE MERGED 2004/10/08 12:56:20 cl 1.40.12.6: fixed laser effect mapping for old api 2004/09/26 19:00:26 cl 1.40.12.5: some more work on the old pres api wrapper 2004/09/02 09:14:51 cl 1.40.12.4: moved effect and transition presets access to a singleton 2004/08/25 16:32:22 cl 1.40.12.3: replaced old FuSlideShow with new SlideShow 2004/08/24 10:57:15 thb 1.40.12.2: #i10000# Have to import Any and makeAny into namespace 2004/08/22 22:25:10 cl 1.40.12.1: first wrapper for old animation api

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7a4e3844c42a2efaed0aeeedf17af81b468eb8b3]

        INTEGRATION: CWS presentationengine01 (1.78.12); FILE MERGED 2004/11/17 19:36:59 thb 1.78.12.5: RESYNC: (1.80-1.82); FILE MERGED 2004/10/12 23:21:42 thb 1.78.12.4: RESYNC: (1.78-1.80); FILE MERGED 2004/09/09 14:24:33 cl 1.78.12.3: added random nodes support 2004/09/07 21:51:04 cl 1.78.12.2: added random animation node 2004/08/22 22:25:09 cl 1.78.12.1: first wrapper for old animation api

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d8c85c8d2f5aa2a9f15bfffb06c24f0fcb64d758]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 13:05:38 cl 1.1.2.3: fixed arguments for XInitialize 2004/09/09 14:24:32 cl 1.1.2.2: added random nodes support 2004/09/07 21:50:50 cl 1.1.2.1: added random animation node

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [caee41f19d35ec27d839f68ac72d2eeeadf0c3fe]

        INTEGRATION: CWS presentationengine01 (1.14.34); FILE MERGED 2004/09/07 21:51:03 cl 1.14.34.1: added random animation node

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b44d5e411be65b03a837851b1ca6594fc1741496]

        INTEGRATION: CWS presentationengine01 (1.6.78); FILE MERGED 2004/10/12 23:21:21 thb 1.6.78.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/09 14:24:32 cl 1.6.78.1: added random nodes support

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4372d3478d69e6eb3dcf511b84b096b627f2654a]

        INTEGRATION: CWS presentationengine01 (1.17.12); FILE MERGED 2004/10/12 23:20:51 thb 1.17.12.2: RESYNC: (1.17-1.19); FILE MERGED 2004/09/12 18:28:14 cl 1.17.12.1: added text selection to controller API

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bd9f946cde28b9e3c0bcaea3c8aa3046f72df0fe]

        INTEGRATION: CWS presentationengine01 (1.2.18); FILE MERGED 2004/10/12 23:20:31 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/29 16:41:10 af 1.2.18.1: #i34804# Added new class EventMultiplexer.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cdf56066cb38c6795516ea9a38a70dad297526e6]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/14 19:39:07 thb 1.1.2.4: #i10000# New gcc choked on redundant fully qualified class name in class definition. Reverted to unqualified name within correct namespace 2004/10/06 15:01:38 cl 1.1.2.3: added an event when text editing starts and ends 2004/09/30 12:57:32 af 1.1.2.2: #i34804# Fixed the comparison of Link objects. 2004/09/29 16:41:24 af 1.1.2.1: #i34804# Initial revision.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7881d003fb71919dd710cbe251e258f9757d9036]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/10/12 23:20:23 thb 1.2.12.4: RESYNC: (1.2-1.3); FILE MERGED 2004/08/30 15:17:28 bm 1.2.12.3: +animation schemes pane 2004/08/17 11:57:18 bm 1.2.12.2: +SlideTransitionPanel.obj 2004/08/12 17:06:57 cl 1.2.12.1: added custom animations toolpanel

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b831ff64dd2580a548d4e33912a28694e3486fde]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/17 11:51:59 bm 1.1.2.1: new pane for slide transitions

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [94453698bd57031a0566137b895230ef0df78128]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/18 10:34:18 bm 1.1.2.2: set a preferred size 2004/08/17 11:51:47 bm 1.1.2.1: new pane for slide transitions

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5203b03bb0db1e9c37502d68b13a7d80086cf785]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/09/30 15:40:22 af 1.2.12.1: #i34242# Added support for help ids.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1f3290c38e124bf53e10332da5d3b6f4251907ac]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/12 17:07:28 cl 1.1.2.1: added custom animations toolpanel

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [93412e70604114fb660f90b4ef1858490e7aa7ab]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/12 17:07:27 cl 1.1.2.1: added custom animations toolpanel

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e2018b95c3d485fcac54f57e486148dc312de126]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/30 15:23:51 bm 1.1.2.1: +pane for animation schemes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [743ba4b4f3f36b9933bee40c633c08e24df1d36c]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/08/12 17:06:57 cl 1.2.12.1: added custom animations toolpanel

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3ef243cf22f132232efe018fbdc635676f9b9507]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/09/30 15:37:26 af 1.2.12.1: #i34242# Adaption to recent change in ScollPanel that now supports help ids.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [92f3c441609db7a7973d70810ab2e665762539a3]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/09/30 15:39:46 af 1.2.12.7: #i34242# Added support for help ids. 2004/09/12 18:28:35 cl 1.2.12.6: removed animation schemes 2004/09/01 11:40:24 af 1.2.12.5: Corrected PanelId of slide transition panel. 2004/08/31 15:03:09 af 1.2.12.4: #i33627# Added inner Implementation class.  Added ShowPanel() method. 2004/08/30 15:16:52 bm 1.2.12.3: +animation schemes pane 2004/08/17 12:00:47 bm 1.2.12.2: including slide transition panel 2004/08/12 17:06:56 cl 1.2.12.1: added custom animations toolpanel

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3e8ea81e69919b681fa386b59d41e750f7157cf1]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/09/30 15:36:15 af 1.2.12.1: #i34242# Added support for help ids.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a19710747b4960f48d32bcded510c1049ca49809]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/09/30 15:34:48 af 1.2.12.1: #i34242# Added support for help ids.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [956febafc953ff0a92a0a50fa569081b23faf857]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/08/31 14:59:38 af 1.2.12.1: #i33627# AddControl() now returns an index.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6442079239cf412fef0c55df69cd16953be42907]

        INTEGRATION: CWS presentationengine01 (1.3.18); FILE MERGED 2004/11/17 19:35:54 thb 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2004/10/12 23:19:12 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/28 22:54:40 cl 1.3.18.1: removed old presentation code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [89bd3a97ba42107fe2999ee37abdb8e352dc3931]

        INTEGRATION: CWS presentationengine01 (1.3.12); FILE MERGED 2004/09/29 16:40:03 af 1.3.12.3: #i34804# Added support selection change listeners. 2004/09/06 14:16:40 af 1.3.12.2: Corrected the order in which model, view, and controller are destroyed. 2004/08/28 22:54:40 cl 1.3.12.1: removed old presentation code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6cab9be11a001ad627f69d6355fe0d74da7035ca]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/11/17 19:35:28 thb 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/29 16:44:15 af 1.2.12.1: #i34804# Added support for selection change listeners.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1c9a63c656b9e42fbdc5de948af0af5374105804]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/08/28 22:54:38 cl 1.2.12.1: removed old presentation code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3630cae7b828f39fe098a1541c72ed1be4fe2d52]

        INTEGRATION: CWS presentationengine01 (1.4.18); FILE MERGED 2004/11/22 23:14:29 thb 1.4.18.7: #i10000# Resolving merge problems: removed AF's bugfix here, method has been removed due to old slideshow retirement 2004/11/17 19:35:11 thb 1.4.18.6: RESYNC: (1.8-1.9); FILE MERGED 2004/10/12 23:17:58 thb 1.4.18.5: RESYNC: (1.4-1.8); FILE MERGED 2004/09/01 11:37:44 af 1.4.18.4: Added proper support for renamed slot SID_SLIDE_TRANSITIONS_PANEL. 2004/08/31 14:44:53 af 1.4.18.3: #i33419# Delegate SID_PRESENTATION to the view shell of the center pane. 2004/08/28 22:54:38 cl 1.4.18.2: removed old presentation code 2004/08/25 16:30:34 cl 1.4.18.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [46b44c39a5986ce6b27cb24fff132c5436ae4ffb]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/10/12 23:17:42 thb 1.2.12.2: RESYNC: (1.2-1.4); FILE MERGED 2004/08/28 22:54:37 cl 1.2.12.1: removed old presentation code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bb429c424eec3efc8cd2da60f7ac3d681f3c3d60]

        INTEGRATION: CWS presentationengine01 (1.3.18); FILE MERGED 2004/11/17 19:34:34 thb 1.3.18.4: RESYNC: (1.3-1.4); FILE MERGED 2004/09/29 16:38:35 af 1.3.18.3: #i34804# Added support selection change listeners. 2004/08/28 22:54:37 cl 1.3.18.2: removed old presentation code 2004/08/25 16:30:34 cl 1.3.18.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2bbfe32e892b6221887286f536930fb96c399960]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/12 18:22:49 cl 1.1.2.4: fixed ShowWindow 2004/09/07 09:24:49 thb 1.1.2.3: #i10000# Renamed all SlideView* classes SlideShowView*, which is on the one hand more appropriate with regard to the actual purpose, and furthermore fixes a linker name clash under Solaris (there _is_ already a class named SlideView in sd) 2004/09/03 15:08:05 thb 1.1.2.2: #110496# Changed view clear mechanics: now, the view is responsible for clearing their area 2004/09/02 14:45:27 cl 1.1.2.1: moved new slideshow to own folder

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2187b2249bfba201960cf8a1c016d473266fc21b]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/27 20:25:10 cl 1.1.2.6: fixed aspect ratio 2004/09/12 18:22:48 cl 1.1.2.5: fixed ShowWindow 2004/09/09 18:55:33 cl 1.1.2.4: fixed preview area 2004/09/07 09:24:49 thb 1.1.2.3: #i10000# Renamed all SlideView* classes SlideShowView*, which is on the one hand more appropriate with regard to the actual purpose, and furthermore fixes a linker name clash under Solaris (there _is_ already a class named SlideView in sd) 2004/09/03 15:08:05 thb 1.1.2.2: #110496# Changed view clear mechanics: now, the view is responsible for clearing their area 2004/09/02 14:45:38 cl 1.1.2.1: moved new slideshow to own folder

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7f987b7463cce84a0015dace04b4d7341b16ea9f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/07 18:23:37 cl 1.1.2.9: #i36286# fixed navigator for new engine 2004/10/07 12:39:28 cl 1.1.2.8: fixed right mouse button to go back one slide 2004/09/30 16:10:20 cl 1.1.2.7: added new preview for wizard 2004/09/12 18:22:48 cl 1.1.2.6: fixed ShowWindow 2004/09/07 09:24:49 thb 1.1.2.5: #i10000# Renamed all SlideView* classes SlideShowView*, which is on the one hand more appropriate with regard to the actual purpose, and furthermore fixes a linker name clash under Solaris (there _is_ already a class named SlideView in sd) 2004/09/06 16:33:07 thb 1.1.2.4: #i10000# Corrected include statement case, split ? operator into if-statement for gcc (which chokes on even slightly different types in the two branches) 2004/09/06 11:14:42 cl 1.1.2.3: added preview support 2004/09/03 23:35:50 cl 1.1.2.2: added pause and interactions 2004/09/02 14:45:16 cl 1.1.2.1: moved new slideshow to own folder

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0fefcd838052ae644fbe54f9e4ab059a50f95894]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/21 23:47:58 thb 1.1.2.26: #110496# Swapped cursor left/right semantics, to match intuition 2004/11/07 18:23:37 cl 1.1.2.25: #i36286# fixed navigator for new engine 2004/11/03 18:43:17 thb 1.1.2.24: #i36221# Changed interaction shape cursor to resemble the hyperlink cursor, instead of a reaching-out hand 2004/10/29 21:45:17 cl 1.1.2.23: #i36283# added ForceManualAdvance property 2004/10/29 21:37:26 cl 1.1.2.22: #i36284# added MouseVisible property 2004/10/22 12:34:19 cl 1.1.2.21: #107736# added AdvanceOnClick and ImageAnimationsAllowed properties 2004/10/19 12:10:51 cl 1.1.2.20: use correct fullscreen window as parent when fullscreen 2004/10/13 12:12:39 thb 1.1.2.19: #i35130#: Passing on the user paint option to the Slideshow, when MouseAsPen is requested 2004/10/07 12:39:27 cl 1.1.2.18: fixed right mouse button to go back one slide 2004/09/30 16:10:20 cl 1.1.2.17: added new preview for wizard 2004/09/30 11:55:09 cl 1.1.2.16: only loop for 500 miliseconds maximum 2004/09/29 17:02:08 cl 1.1.2.15: minor clean up 2004/09/26 19:01:25 cl 1.1.2.14: added animation undo 2004/09/23 16:59:57 cl 1.1.2.13: fixed key navigation on end screen 2004/09/23 15:52:32 cl 1.1.2.12: now the slideshow window is again a vcl window 2004/09/22 12:46:10 cl 1.1.2.11: correctly init mnLastPageNumber 2004/09/12 18:22:48 cl 1.1.2.10: fixed ShowWindow 2004/09/10 14:38:59 cl 1.1.2.9: fixed preview 2004/09/09 14:25:08 cl 1.1.2.8: finished effect preview 2004/09/07 09:24:48 thb 1.1.2.7: #i10000# Renamed all SlideView* classes SlideShowView*, which is on the one hand more appropriate with regard to the actual purpose, and furthermore fixes a linker name clash under Solaris (there _is_ already a class named SlideView in sd) 2004/09/06 16:33:07 thb 1.1.2.6: #i10000# Corrected include statement case, split ? operator into if-statement for gcc (which chokes on even slightly different types in the two branches) 2004/09/06 11:14:41 cl 1.1.2.5: added preview support 2004/09/03 23:35:50 cl 1.1.2.4: added pause and interactions 2004/09/03 16:59:10 cl 1.1.2.3: fixed registerShapeEvents 2004/09/03 15:06:41 cl 1.1.2.2: fixed an endless loop 2004/09/02 14:45:04 cl 1.1.2.1: moved new slideshow to own folder

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [34c185a269a907c8d5b870c30683f0390772d382]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/07 18:23:37 cl 1.1.2.8: #i36286# fixed navigator for new engine 2004/10/07 12:39:27 cl 1.1.2.7: fixed right mouse button to go back one slide 2004/09/30 16:10:20 cl 1.1.2.6: added new preview for wizard 2004/09/12 18:22:48 cl 1.1.2.5: fixed ShowWindow 2004/09/09 14:25:08 cl 1.1.2.4: finished effect preview 2004/09/06 11:14:41 cl 1.1.2.3: added preview support 2004/09/03 23:35:34 cl 1.1.2.2: added pause 2004/09/02 14:44:52 cl 1.1.2.1: moved new slideshow to own folder

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a78b421f260548db39f2d557540673ba795f82da]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/14 22:07:32 thb 1.1.2.11: #i10000# Removed include statement for deleted VCL slideshowwindow 2004/10/07 12:39:27 cl 1.1.2.10: fixed right mouse button to go back one slide 2004/09/23 16:59:56 cl 1.1.2.9: fixed key navigation on end screen 2004/09/23 15:52:32 cl 1.1.2.8: now the slideshow window is again a vcl window 2004/09/22 12:47:30 cl 1.1.2.7: fixed unix compiler error 2004/09/12 18:22:48 cl 1.1.2.6: fixed ShowWindow 2004/09/10 14:38:59 cl 1.1.2.5: fixed preview 2004/09/09 14:25:07 cl 1.1.2.4: finished effect preview 2004/09/06 11:14:41 cl 1.1.2.3: added preview support 2004/09/03 23:35:24 cl 1.1.2.2: added pause 2004/09/02 14:45:50 cl 1.1.2.1: moved new slideshow to own folder

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6cf85846fefb3baa7bd8fa13789f4230cc72d02a]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/02 14:46:12 cl 1.1.2.1: moved new slideshow to own folder

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a780db324894133c0aa4ac98c71bf160f8a363f0]

        INTEGRATION: CWS presentationengine01 (1.3.364); FILE MERGED 2004/08/25 16:42:59 cl 1.3.364.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [aedefe90eba317556ab485e38faf542753fd1970]

        INTEGRATION: CWS presentationengine01 (1.6.52); FILE MERGED 2004/09/12 20:36:57 cl 1.6.52.1: removed old interaction ui

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f42449bc229722e6a25fdb86d759a83a679d31d1]

        INTEGRATION: CWS presentationengine01 (1.22.4); FILE MERGED 2004/10/12 23:16:00 thb 1.22.4.2: RESYNC: (1.22-1.24); FILE MERGED 2004/09/26 18:41:37 cl 1.22.4.1: added animation undo

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [29ca373e49415d15293b6128acdfea13dc696eb3]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/07 18:22:51 cl 1.1.2.8: #i36286# fixed navigator for new engine 2004/09/30 16:09:53 cl 1.1.2.7: added new preview for wizard 2004/09/12 18:23:23 cl 1.1.2.6: fixed ShowWindow 2004/09/06 11:22:44 cl 1.1.2.5: added preview support 2004/09/03 23:34:48 cl 1.1.2.4: added pause 2004/09/02 14:50:16 cl 1.1.2.3: moved new slideshow to own folder 2004/09/02 09:14:32 cl 1.1.2.2: fixes on slideshow 2004/08/25 16:42:59 cl 1.1.2.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3e0d8f442a54d7efe9632be55d5231ed70f5e484]

        INTEGRATION: CWS presentationengine01 (1.9.18); FILE MERGED 2004/08/25 16:42:58 cl 1.9.18.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8c897d731c00b73173341f0ae557980d0ed0f61d]

        INTEGRATION: CWS presentationengine01 (1.3.52); FILE MERGED 2004/08/25 16:42:58 cl 1.3.52.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a103923cf88b0622d0c90cb08ca058a2633cc648]

        INTEGRATION: CWS toolbars3 (1.3.36); FILE MERGED 2004/10/12 10:28:36 cd 1.3.36.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9caec6698adabd8feadf6eb487d5192121d5dd2]

        INTEGRATION: CWS toolbars3 (1.2.56); FILE MERGED 2004/10/12 10:28:36 cd 1.2.56.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e79ad81e7e44a0417a69753c4b1fbe14f851d4bd]

        INTEGRATION: CWS toolbars3 (1.4.72); FILE MERGED 2004/11/12 15:02:18 cd 1.4.72.1: #i37059# Use float bits from docking window

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6fb7ff9d67f764ff30a92706fb8fa3120abbc74b]

        INTEGRATION: CWS presentationengine01 (1.5.12); FILE MERGED 2004/09/06 11:22:43 cl 1.5.12.2: added preview support 2004/08/25 16:42:58 cl 1.5.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [35c869e4d9ae17c143ef46dedac8c0e3c9d69d1d]

        INTEGRATION: CWS presentationengine01 (1.4.12); FILE MERGED 2004/10/12 23:14:05 thb 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/30 16:09:53 cl 1.4.12.1: added new preview for wizard

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [032edccd729349a9699c06f20a1721693835c8ee]

        INTEGRATION: CWS presentationengine01 (1.2.360); FILE MERGED 2004/10/12 23:13:57 thb 1.2.360.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/27 20:25:34 cl 1.2.360.1: added new slide transitions to wizard

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [49b7ecc9bbb5421473fd6886101ae5b801f30a97]

        INTEGRATION: CWS toolbars3 (1.2.12); FILE MERGED 2004/11/05 10:13:07 cd 1.2.12.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:26:36 cd 1.2.12.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8552dca2ae4b2cf338e32fe70d44e3f49f350ba6]

        INTEGRATION: CWS presentationengine01 (1.4.52); FILE MERGED 2004/08/28 22:53:17 cl 1.4.52.1: removed old presentation code

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1564961ad25fae317c138a8506e354dda3f12ff6]

        INTEGRATION: CWS toolbars3 (1.2.12); FILE MERGED 2004/11/05 10:13:07 cd 1.2.12.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:26:18 cd 1.2.12.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [53ac120cf1d79dd84ca3b479d231fbc86aa59ff3]

        INTEGRATION: CWS presentationengine01 (1.6.18); FILE MERGED 2004/10/12 23:13:02 thb 1.6.18.5: RESYNC: (1.6-1.7); FILE MERGED 2004/09/29 16:42:51 af 1.6.18.4: #i34804# Added new mpEventMultiplexer member and access method. 2004/08/31 14:57:18 af 1.6.18.3: #i33627# Make Execute() and GetState() virtual. 2004/08/28 22:53:16 cl 1.6.18.2: removed old presentation code 2004/08/25 16:42:58 cl 1.6.18.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0a41835643780da569a2ae6503cafbd1a073f97]

        INTEGRATION: CWS toolbars3 (1.2.12); FILE MERGED 2004/11/05 10:13:06 cd 1.2.12.3: #i35062# New toolbars from CJ according to spec 2004/10/28 07:41:30 pb 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:25:48 cd 1.2.12.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2b8b8d1596e08153d82bd458f2dd0251fc0877f2]

        INTEGRATION: CWS presentationengine01 (1.6.16); FILE MERGED 2004/11/17 19:32:19 thb 1.6.16.5: RESYNC: (1.8-1.9); FILE MERGED 2004/10/12 23:12:54 thb 1.6.16.4: RESYNC: (1.6-1.8); FILE MERGED 2004/09/06 11:22:43 cl 1.6.16.3: added preview support 2004/08/28 22:53:16 cl 1.6.16.2: removed old presentation code 2004/08/25 16:42:57 cl 1.6.16.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c27cb7fb9c3221bd55fb50e3e48b991150591c75]

        INTEGRATION: CWS toolbars3 (1.2.12); FILE MERGED 2004/11/26 19:35:23 hr 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:25:30 cd 1.2.12.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4e2962253870ea996705c99e503683fc7d7a21e1]

        INTEGRATION: CWS presentationengine01 (1.6.4); FILE MERGED 2004/10/12 23:11:15 thb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/30 20:52:42 cl 1.6.4.1: listen to paragraph changes for effects

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dea34026db5f677e2c9808d941e01b878b4b383]

        INTEGRATION: CWS toolbars3 (1.2.12); FILE MERGED 2004/10/12 10:24:52 cd 1.2.12.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6757d448a5d3b6db625f4b3afddf5411c0bb1246]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/08/31 15:03:43 af 1.2.12.2: #i33627# Added PID_ANIMATION_SCHEMES PanelId. 2004/08/31 14:56:11 af 1.2.12.1: #i33627# Added ShowPanel() method and list of available panels.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0af338d833f91c530d3bfe6439888b3ab8075273]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/09/29 16:37:52 af 1.2.12.1: #i34804# Added methods for adding and removing selection change listeners.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c553315ae443b0b8c32448ba68f144b62984b7c9]

        INTEGRATION: CWS toolbars3 (1.6.250); FILE MERGED 2004/11/12 11:39:59 pb 1.6.250.1: fix: #i37018# now the controller toggles the drawbar

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d08b67af60ee229fb117752f189357905f70de1]

        INTEGRATION: CWS toolbars3 (1.2.70); FILE MERGED 2004/11/01 12:22:24 pb 1.2.70.1: fix: #i36113# ColorToolboxAccess -> ToolboxAccess

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e262015abe44a38f32d8892e68cd31f02c0d678]

        INTEGRATION: CWS toolbars3 (1.20.64); FILE MERGED 2004/11/01 12:22:35 pb 1.20.64.1: fix: #i36113# ColorToolboxAccess -> ToolboxAccess

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7528e3867480a04257bf1644ff122b1376fd0b22]

        INTEGRATION: CWS presentationengine01 (1.9.12); FILE MERGED 2004/09/29 16:33:54 af 1.9.12.1: #i34804# Fixed property ids.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5414b22985419e3c358c54553a95c3d973dbdb69]

        INTEGRATION: CWS toolbars3 (1.58.68); FILE MERGED 2004/11/12 11:28:03 pb 1.58.68.2: fix: #i37018# SID_INSERT_DRAW: back to SvxDrawToolItem 2004/11/01 12:21:57 pb 1.58.68.1: fix: #i36113# SID_INSERT_DRAW: SvxDrawToolItem -> SfxBoolItem

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [10797a377410050caf486d8460783b69eb09d415]

        INTEGRATION: CWS toolbars3 (1.2.250); FILE MERGED 2004/11/12 11:20:33 pb 1.2.250.1: fix: #i37018# toggleToolbox() added

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e45f461f05445cf8799825e677ecc4ec304fdb0]

        INTEGRATION: CWS toolbars3 (1.2.70); FILE MERGED 2004/11/01 12:20:54 pb 1.2.70.1: fix: #i36113# ColorToolboxAccess -> ToolboxAccess

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a5f60daa07326deca5c0ac9fb8eeb3be677f1f33]

        INTEGRATION: CWS presentationengine01 (1.3.12); FILE MERGED 2004/08/31 14:52:43 af 1.3.12.1: #i33627# Added virtual Execute() method.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [030366e72db00dd8af94ac17c29ece3c075309e9]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/06 15:01:19 cl 1.1.2.2: added an event when text editing starts and ends 2004/09/29 16:40:57 af 1.1.2.1: #i34804# Initial revision.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dbff10c0b970e36930e0477e5543f72e91d20dc4]

        INTEGRATION: CWS presentationengine01 (1.7.18); FILE MERGED 2004/11/17 19:32:27 thb 1.7.18.4: RESYNC: (1.8-1.9); FILE MERGED 2004/10/12 23:11:42 thb 1.7.18.3: RESYNC: (1.7-1.8); FILE MERGED 2004/09/06 11:22:42 cl 1.7.18.2: added preview support 2004/08/28 22:53:14 cl 1.7.18.1: removed old presentation code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6af909fdc5099e63564f5857936e1b09d3161985]

        INTEGRATION: CWS presentationengine01 (1.4.16); FILE MERGED 2004/10/12 23:11:34 thb 1.4.16.2: RESYNC: (1.4-1.6); FILE MERGED 2004/09/03 23:34:26 cl 1.4.16.1: added openBookmark method

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [63ed47b17b169d79587fc283d1deeaadd24fb0ed]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/05 10:18:06 cd 1.2.176.3: #i35062# New toolbars from CJ according to spec 2004/10/20 17:06:06 cd 1.2.176.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:14:07 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6979833e49061c4bf21b9bb3abc1cb9076fd6edd]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/05/04 14:46:14 cl 1.1.2.1: added initial smil ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [70f5362f9c219a4b5afcc5733a984d49fa6160d2]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/10/12 10:14:07 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9a96ea51f3c57136212187f8275dc761b875783]

        INTEGRATION: CWS toolbars3 (1.4.24); FILE MERGED 2004/10/12 10:14:07 cd 1.4.24.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [195342d084d0325e34add3ed5a7ae38ed51df548]

        INTEGRATION: CWS toolbars3 (1.3.74); FILE MERGED 2004/11/26 19:12:03 hr 1.3.74.3: RESYNC: (1.3-1.4); FILE MERGED 2004/11/05 10:18:05 cd 1.3.74.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:14:06 cd 1.3.74.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [213f4d0bcc78ce06917420227cc2bb67740d982f]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/10/12 10:14:06 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [de79db8e1f792045fa6f66157a5c36130b283086]

        INTEGRATION: CWS toolbars3 (1.2.74); FILE MERGED 2004/11/05 10:18:05 cd 1.2.74.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c40b8885763b15dc307e75e963c747fee388ce1a]

        INTEGRATION: CWS presentationengine01 (1.13.16); FILE MERGED 2004/11/22 23:13:04 thb 1.13.16.6: #i10000# Resolving merge problems: removed duplicate line 2004/11/17 19:32:11 thb 1.13.16.5: RESYNC: (1.15-1.16); FILE MERGED 2004/10/14 20:57:11 thb 1.13.16.4: #110496# Removed old slideshow from SD 2004/10/12 23:11:07 thb 1.13.16.3: RESYNC: (1.13-1.15); FILE MERGED 2004/08/28 22:50:23 cl 1.13.16.2: removed old presentation code 2004/08/25 16:31:26 cl 1.13.16.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3afd05c2d6b22e36c8a02abe31f56429a7e2d94]

        INTEGRATION: CWS toolbars3 (1.3.74); FILE MERGED 2004/10/12 10:14:06 cd 1.3.74.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e841241256b82cd932814521f782efcb5c18c11]

        INTEGRATION: CWS toolbars3 (1.3.22); FILE MERGED 2004/11/05 10:18:05 cd 1.3.22.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d1d413495dedbf4072081bd5f6a76c48032e763]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/05 10:18:05 cd 1.2.176.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac5cb9e40eea0cf93be77240d2f9f74e2ca235a6]

        INTEGRATION: CWS toolbars3 (1.2.22); FILE MERGED 2004/11/05 10:18:04 cd 1.2.22.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe99ab591a86a91f1eb4f860c711155fcab05b77]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/10/12 10:14:05 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [91c16c26ff9746700a4f38dac3339e7fa66d4880]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/05 10:18:04 cd 1.2.176.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:14:05 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca0db42eed22174966b771ce2fd577c8659892ce]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/05 10:18:04 cd 1.2.176.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [014f7073769ad42c7187067ccacb83d5780478b3]

        INTEGRATION: CWS presentationengine01 (1.4.58); FILE MERGED 2004/11/07 18:32:22 cl 1.4.58.2: #i36286# fixed navigator for new engine 2004/08/25 16:31:26 cl 1.4.58.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1e32973fbd2cd04a62ada071882e24aec38f026]

        INTEGRATION: CWS toolbars3 (1.3.108); FILE MERGED 2004/11/26 19:09:20 hr 1.3.108.4: RESYNC: (1.4-1.5); FILE MERGED 2004/11/05 10:18:03 cd 1.3.108.3: #i35062# New toolbars from CJ according to spec 2004/10/20 17:05:21 cd 1.3.108.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/12 10:13:33 cd 1.3.108.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8039bb7b36d7447479ea5604d3890fa8f702f57d]

        INTEGRATION: CWS presentationengine01 (1.27.4); FILE MERGED 2004/10/12 23:08:11 thb 1.27.4.2: RESYNC: (1.27-1.28); FILE MERGED 2004/09/06 11:18:20 cl 1.27.4.1: added preview support

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bb027a92c6544cd39e15dff7334d92e94a870ba]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/26 19:06:15 hr 1.2.176.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:13:33 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [de1e8840a3f96f09223e27d4e993e8eca28a4af3]

        INTEGRATION: CWS presentationengine01 (1.34.12); FILE MERGED 2004/10/12 23:10:04 thb 1.34.12.2: RESYNC: (1.34-1.35); FILE MERGED 2004/08/25 16:31:26 cl 1.34.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [92d214912e9e9af50c0914ffffde2c48d63d283e]

        INTEGRATION: CWS toolbars3 (1.4.24); FILE MERGED 2004/11/05 10:18:02 cd 1.4.24.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:13:32 cd 1.4.24.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [84fd7afb14ee61d09ab2e5e51c8acd87fe7a528c]

        INTEGRATION: CWS presentationengine01 (1.6.12); FILE MERGED 2004/09/26 18:58:32 cl 1.6.12.2: added animation undo 2004/09/06 11:18:20 cl 1.6.12.1: added preview support

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [75a8a1c8651428af6aea36acfd885b222f08aa11]

        INTEGRATION: CWS toolbars3 (1.3.74); FILE MERGED 2004/11/26 19:01:13 hr 1.3.74.3: RESYNC: (1.3-1.4); FILE MERGED 2004/11/05 10:18:02 cd 1.3.74.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:13:32 cd 1.3.74.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [267339b45fcc7db50eca1320f025707f5e30ff81]

        INTEGRATION: CWS presentationengine01 (1.4.58); FILE MERGED 2004/08/25 16:31:26 cl 1.4.58.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ea4b075d3b8f75d5aad4e30db569b25c137bd40]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/10/12 10:13:32 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [16baa3e1e33df3620a3c58eb37848e07d04f4d8b]

        INTEGRATION: CWS toolbars3 (1.2.74); FILE MERGED 2004/11/05 10:18:02 cd 1.2.74.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a72d74f64adf82106404649b53f68d886673cdf5]

        INTEGRATION: CWS presentationengine01 (1.27.4); FILE MERGED 2004/10/12 23:07:42 thb 1.27.4.2: RESYNC: (1.27-1.29); FILE MERGED 2004/08/25 16:31:41 cl 1.27.4.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [513e3b3809acfc44df4dd5aa8ceff4e6270a6013]

        INTEGRATION: CWS toolbars3 (1.3.74); FILE MERGED 2004/10/12 10:13:32 cd 1.3.74.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8c97bd03a859717fb65884bb80ea88dfc95c6952]

        INTEGRATION: CWS presentationengine01 (1.61.12); FILE MERGED 2004/10/12 23:07:34 thb 1.61.12.2: RESYNC: (1.61-1.62); FILE MERGED 2004/09/03 23:33:54 cl 1.61.12.1: added openBookmark method

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1284a95c710343372753a15c7ce3eb5c08e57d0]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/05 10:18:01 cd 1.2.176.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:13:31 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [73249ed1af48d03de81491cefc41b0a6fc101093]

        INTEGRATION: CWS presentationengine01 (1.8.70); FILE MERGED 2004/10/12 23:07:26 thb 1.8.70.2: RESYNC: (1.8-1.10); FILE MERGED 2004/08/25 16:31:41 cl 1.8.70.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [06ff3ceb89507c71f20347db241b545e37f1dab5]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/10/12 10:13:31 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [83270f10cbd6f859f624d123227fca4f31a46922]

        INTEGRATION: CWS presentationengine01 (1.15.4); FILE MERGED 2004/09/12 20:36:28 cl 1.15.4.1: removed old interaction ui

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4c51e929b8fd66c8fcc79fe2eb732f463158c8fe]

        INTEGRATION: CWS presentationengine01 (1.28.12); FILE MERGED 2004/10/12 23:06:36 thb 1.28.12.2: RESYNC: (1.28-1.30); FILE MERGED 2004/09/12 20:36:28 cl 1.28.12.1: removed old interaction ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c161fd7b485d6c25a51e07f1bfd3d7bb1a022bef]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/05 10:18:01 cd 1.2.176.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [021d314e48476bd9b96b35a905a94ba627e47541]

        INTEGRATION: CWS toolbars3 (1.2.42); FILE MERGED 2004/10/12 10:13:31 cd 1.2.42.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d7c404d916cb7e54d04b41dc4d87d0f1b816864]

        INTEGRATION: CWS toolbars3 (1.2.42); FILE MERGED 2004/11/26 18:59:15 hr 1.2.42.3: RESYNC: (1.2-1.3); FILE MERGED 2004/11/05 10:18:00 cd 1.2.42.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:13:31 cd 1.2.42.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [df3f560bad9c92dc8601ca3b53533afe5ef1b5ae]

        INTEGRATION: CWS toolbars3 (1.3.22); FILE MERGED 2004/11/05 10:18:00 cd 1.3.22.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5449ce246205abf3fcafeb858d5d377edb60c892]

        INTEGRATION: CWS presentationengine01 (1.18.10); FILE MERGED 2004/10/12 23:05:57 thb 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED 2004/08/25 15:24:05 cl 1.18.10.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [13b7d5f714fe08c94bf0673a482ea58be82929a3]

        INTEGRATION: CWS toolbars3 (1.2.22); FILE MERGED 2004/11/05 10:18:00 cd 1.2.22.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [550a543d10344a47f94e65633bc5d70b311d20c8]

        INTEGRATION: CWS presentationengine01 (1.22.4); FILE MERGED 2004/08/27 13:26:05 thb 1.22.4.1: #106036# Changed en-US version of string, was: 'Posterize'

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [23584bb58d9d9189b056e3ae1e9a7bc79041a352]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/05 10:17:59 cd 1.2.176.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:13:31 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b4d843f2b57d9ba26ae4abd3902577cb6b4b12ee]

        INTEGRATION: CWS presentationengine01 (1.31.4); FILE MERGED 2004/08/25 15:24:05 cl 1.31.4.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b2e6b5447a2a047eca355f0d58c609e7647af0c]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/26 18:55:50 hr 1.2.176.4: RESYNC: (1.3-1.4); FILE MERGED 2004/11/05 10:17:59 cd 1.2.176.3: #i35062# New toolbars from CJ according to spec 2004/10/20 17:03:39 cd 1.2.176.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:10:08 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [aa1e97028e840bae3cefdefeefda484e12d3584b]

        INTEGRATION: CWS presentationengine01 (1.24.18); FILE MERGED 2004/10/12 23:04:25 thb 1.24.18.2: RESYNC: (1.24-1.25); FILE MERGED 2004/08/25 15:24:04 cl 1.24.18.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a49ce98f55c0bec29f156184fb2826319515aa6]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/10/12 10:10:08 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9352c1380b4b94a6cd0b83ead2a12a2e2d69f84a]

        INTEGRATION: CWS presentationengine01 (1.23.12); FILE MERGED 2004/10/14 22:06:41 thb 1.23.12.3: #i10000# Removed SlideChangeWindow, no longer used for new Impress 2004/10/12 23:03:45 thb 1.23.12.2: RESYNC: (1.23-1.26); FILE MERGED 2004/08/28 22:48:27 cl 1.23.12.1: removed old presentation code

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8eb41e9036a4cc0fe200b092d856ee0525fb9767]

        INTEGRATION: CWS toolbars3 (1.4.24); FILE MERGED 2004/10/12 10:10:08 cd 1.4.24.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [414fc0f28c2f8c2b28573585088eba81b5c1c764]

        INTEGRATION: CWS toolbars3 (1.3.74); FILE MERGED 2004/11/26 18:53:28 hr 1.3.74.3: RESYNC: (1.3-1.4); FILE MERGED 2004/11/05 10:17:58 cd 1.3.74.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:10:07 cd 1.3.74.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeb1be139e3501613c76f7b5ff188fd216d6124b]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/10/12 10:10:07 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [843bd7d46dfba76a8780478aae29b178f7ed9186]

        INTEGRATION: CWS toolbars3 (1.2.74); FILE MERGED 2004/11/05 10:17:58 cd 1.2.74.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3634e2df8fb46e50983989009e4c15c13ae52b10]

        INTEGRATION: CWS presentationengine01 (1.12.12); FILE MERGED 2004/09/30 16:09:40 cl 1.12.12.2: added new preview for wizard 2004/08/25 15:24:04 cl 1.12.12.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d8fc94a968fd219788a500347e5ebc3121de8e75]

        INTEGRATION: CWS presentationengine01 (1.4.354); FILE MERGED 2004/09/27 20:25:59 cl 1.4.354.1: added new slide transitions to wizard

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9b1b762b5a8fe57f468d2851912b09d22a34ba1]

        INTEGRATION: CWS toolbars3 (1.3.74); FILE MERGED 2004/10/12 10:10:06 cd 1.3.74.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [12a40104f3bdae341064a76c441ce1c29679ca17]

        INTEGRATION: CWS toolbars3 (1.3.22); FILE MERGED 2004/11/05 10:17:58 cd 1.3.22.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [428cae5486ef4b5cf7d51c229b4f011859337b20]

        INTEGRATION: CWS presentationengine01 (1.26.90); FILE MERGED 2004/10/12 23:01:32 thb 1.26.90.5: RESYNC: (1.26-1.28); FILE MERGED 2004/09/30 16:09:39 cl 1.26.90.4: added new preview for wizard 2004/09/27 20:25:58 cl 1.26.90.3: added new slide transitions to wizard 2004/08/28 22:48:26 cl 1.26.90.2: removed old presentation code 2004/08/25 15:24:04 cl 1.26.90.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8988bf8a342e1775e1d6e1b3a107df0615475d1d]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/10/12 10:10:06 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ec38c8bf25931fab089c41f3d7297dec3bb9ba8b]

        INTEGRATION: CWS presentationengine01 (1.7.52); FILE MERGED 2004/08/28 22:48:25 cl 1.7.52.1: removed old presentation code

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c6cae75ffaea29e7c216f0ffe916a855a24f532]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/05 10:17:57 cd 1.2.176.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [715d846bc71d06d815884401fc7f9f77dc729d29]

        INTEGRATION: CWS presentationengine01 (1.3.182); FILE MERGED 2004/10/12 23:01:23 thb 1.3.182.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/25 15:24:04 cl 1.3.182.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [84b9d6b47fb65cc7da036d2b4bae6267d0626edf]

        INTEGRATION: CWS toolbars3 (1.2.22); FILE MERGED 2004/11/05 10:17:57 cd 1.2.22.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [019dbc1bc10516e9d2fc735bbae14b59c7a9e5d6]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/05 10:17:56 cd 1.2.176.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:10:06 cd 1.2.176.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e888e99fcbf7a384c20b41430576b2ca4736831]

        INTEGRATION: CWS toolbars3 (1.2.176); FILE MERGED 2004/11/05 10:17:56 cd 1.2.176.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [336a6760474ba7bfedb90602c82a8c659cd669bc]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/11/22 23:12:23 thb 1.2.12.1: #i10000# Resolving merge problems: the old slideshow slots have been removed by CL, maybe this has to be mapped to one of the new ones

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd9998a90ecb509038a1e1affc30006583c36e81]

        INTEGRATION: CWS toolbars3 (1.30.22); FILE MERGED 2004/11/12 11:54:02 pb 1.30.22.2: fix: #i37018# SID_INSERT_DRAW: old behaviour 2004/11/01 12:17:40 pb 1.30.22.1: fix: #i36113# SID_INSERT_DRAW toogles the drawbar

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d4bccfd5f5aecba4f82c8278d33acf0c1a592790]

        INTEGRATION: CWS presentationengine01 (1.17.4); FILE MERGED 2004/08/28 22:40:44 cl 1.17.4.1: removed old presentation code

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [761aa2f26817bf3c27abf16664e82e18dd42c718]

        INTEGRATION: CWS toolbars3 (1.25.22); FILE MERGED 2004/11/12 11:54:02 pb 1.25.22.2: fix: #i37018# SID_INSERT_DRAW: old behaviour 2004/11/01 12:17:40 pb 1.25.22.1: fix: #i36113# SID_INSERT_DRAW toogles the drawbar

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7866a957bad0b2d0ce0e78699d33fa9c161b0edb]

        INTEGRATION: CWS presentationengine01 (1.99.18); FILE MERGED 2004/10/12 23:00:11 thb 1.99.18.2: RESYNC: (1.99-1.102); FILE MERGED 2004/09/26 18:58:44 cl 1.99.18.1: added animation undo

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [82980fc5c10162f94e863ffd9d82733fcc88a4aa]

        INTEGRATION: CWS toolbars3 (1.19.22); FILE MERGED 2004/11/01 12:18:26 pb 1.19.22.1: fix: #i36113# ColorToolboxAccess -> ToolboxAccess

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a1200a3d5b3070df0fbaf2f146d1a0acaa3e681]

        INTEGRATION: CWS toolbars3 (1.48.22); FILE MERGED 2004/11/12 11:53:19 pb 1.48.22.2: fix: #i37018# use ToolboxController for SID_INSERT_DRAW again 2004/11/01 12:17:08 pb 1.48.22.1: fix: #i36113# no toolboxcontroller for SID_INSERT_DRAW any longer

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d833621bbcb3a0bc45cdbf3e4f91a67656fa6b45]

        INTEGRATION: CWS presentationengine01 (1.39.12); FILE MERGED 2004/09/09 14:28:30 cl 1.39.12.2: #i32195# GetCurrentPage() is now called in CalcFieldValueHdl even when the view shell is not present. 2004/08/28 22:40:44 cl 1.39.12.1: removed old presentation code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [020db7cb2962051f86de7f8719cdcfcfac050a11]

        INTEGRATION: CWS presentationengine01 (1.30.12); FILE MERGED 2004/08/31 14:42:47 af 1.30.12.2: #i33627# Expand the layout menu in the task pane for new documents. 2004/08/28 22:40:44 cl 1.30.12.1: removed old presentation code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [230800e48694cac6f1d673303ce13700a5a312fe]

        INTEGRATION: CWS presentationengine01 (1.16.4); FILE MERGED 2004/11/22 23:12:23 thb 1.16.4.4: #i10000# Resolving merge problems: the old slideshow slots have been removed by CL, maybe this has to be mapped to one of the new ones 2004/11/17 19:29:33 thb 1.16.4.3: RESYNC: (1.18-1.20); FILE MERGED 2004/10/12 22:59:40 thb 1.16.4.2: RESYNC: (1.16-1.18); FILE MERGED 2004/08/28 22:40:43 cl 1.16.4.1: removed old presentation code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a775df7cbcd593db7fc9b448faff7ed27b965d36]

        INTEGRATION: CWS presentationengine01 (1.3.12); FILE MERGED 2004/11/22 23:12:22 thb 1.3.12.1: #i10000# Resolving merge problems: the old slideshow slots have been removed by CL, maybe this has to be mapped to one of the new ones

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [af4e551944e93f70b032f0caac5185fdca9c2efa]

        INTEGRATION: CWS presentationengine01 (1.32.32); FILE MERGED 2004/11/22 23:12:22 thb 1.32.32.1: #i10000# Resolving merge problems: the old slideshow slots have been removed by CL, maybe this has to be mapped to one of the new ones

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [89f0076a5c79232a6c79cf80e6aa4041d0ce5631]

        INTEGRATION: CWS toolbars3 (1.3.12); FILE MERGED 2004/11/05 10:14:40 cd 1.3.12.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:59:10 cd 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/12 10:17:37 cd 1.3.12.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0c3d4a31524e7f863ee52138e62573af5296294]

        INTEGRATION: CWS toolbars3 (1.2.148); FILE MERGED 2004/10/12 10:17:37 cd 1.2.148.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d1a5406e32466408b12765fb58b2c85a1f32672a]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/11/22 23:12:22 thb 1.2.12.1: #i10000# Resolving merge problems: the old slideshow slots have been removed by CL, maybe this has to be mapped to one of the new ones

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fc6f5d5d3f1c95cbbbf14972403963e8e8838c1]

        INTEGRATION: CWS toolbars3 (1.4.12); FILE MERGED 2004/10/12 10:17:37 cd 1.4.12.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1731e768fd992d3e26b6aa498b89985683d2f62a]

        INTEGRATION: CWS toolbars3 (1.2.148); FILE MERGED 2004/11/05 10:14:40 cd 1.2.148.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f40418a67f716456ebc90bfd714cb2edddd555b5]

        INTEGRATION: CWS toolbars3 (1.2.70); FILE MERGED 2004/11/05 10:14:40 cd 1.2.70.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2a8ce3cc6e1099bd56befe276502632990c87f17]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/29 16:29:36 af 1.1.2.10: #i34804# Using new EventMultiplexer class. 2004/09/26 19:01:43 cl 1.1.2.9: added animation undo 2004/08/28 22:41:26 cl 1.1.2.8: removed old presentation code 2004/08/25 14:55:32 bm 1.1.2.7: final implementation, except correct selection handling (base functionality missing 2004/08/24 12:38:28 bm 1.1.2.6: sound list 2004/08/20 15:17:53 bm 1.1.2.5: controls are set from selected pages, applying changes does not work yet 2004/08/19 16:49:13 bm 1.1.2.4: implementation 2004/08/19 10:01:44 cl 1.1.2.3: new helper for transition presets 2004/08/18 10:35:20 bm 1.1.2.2: first UI layout 2004/08/17 11:48:53 bm 1.1.2.1: new pane for slide transitions

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ce7723e7c57ac6dc603dd2ed5f6125807ea0774]

        INTEGRATION: CWS toolbars3 (1.2.14); FILE MERGED 2004/11/05 10:14:40 cd 1.2.14.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4ffccaddb21d26c901d065d1197bb7c9a2f5fc31]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/30 20:51:22 cl 1.1.2.20: fixed linux compile issue 2004/09/29 16:28:46 af 1.1.2.19: #i34804# Using new EventMultiplexer class. 2004/09/27 20:24:53 cl 1.1.2.18: added slide transition undo 2004/09/26 19:01:43 cl 1.1.2.17: added animation undo 2004/09/22 13:02:54 cl 1.1.2.16: added support for XCommand 2004/09/02 09:14:17 cl 1.1.2.15: moved effect and transition presets access to a singleton 2004/09/01 09:25:18 thb 1.1.2.14: #110496# Fixed order of calls (updateSoundList must happen before updateControls) 2004/08/28 22:41:26 cl 1.1.2.13: removed old presentation code 2004/08/26 09:37:59 bm 1.1.2.12: width of speed fixed-text was incorrect 2004/08/25 15:03:54 bm 1.1.2.11: auto play of current effect is not wanted on selection change 2004/08/25 14:55:31 bm 1.1.2.10: final implementation, except correct selection handling (base functionality missing 2004/08/24 12:51:13 bm 1.1.2.9: avoid temporary for controls in CTOR (illegal, because copy-CTOR of OutputDevice is private) 2004/08/24 12:39:08 bm 1.1.2.8: sound list 2004/08/20 15:17:52 bm 1.1.2.7: controls are set from selected pages, applying changes does not work yet 2004/08/19 16:58:30 bm 1.1.2.6: typo! 2004/08/19 16:49:13 bm 1.1.2.5: implementation 2004/08/19 10:01:44 cl 1.1.2.4: new helper for transition presets 2004/08/18 13:53:14 bm 1.1.2.3: layout improvements 2004/08/18 10:35:20 bm 1.1.2.2: first UI layout 2004/08/17 11:48:30 bm 1.1.2.1: new pane for slide transitions

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [48731ca54cc8a26ddf84ca619a147c305362dd90]

        INTEGRATION: CWS toolbars3 (1.2.32); FILE MERGED 2004/10/12 10:17:36 cd 1.2.32.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4e9149643b7c7b95992bba7cd17cce59904a0bae]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/19 09:26:59 cl 1.1.2.3: enhanced text group support 2004/06/14 11:39:48 cl 1.1.2.2: more ui improvements 2004/05/28 12:39:33 cl 1.1.2.1: new animatio ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeadfcfdf9dd3e59afca81a70c72ff8447014db1]

        INTEGRATION: CWS toolbars3 (1.2.32); FILE MERGED 2004/11/26 18:42:31 hr 1.2.32.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:17:35 cd 1.2.32.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2fef4826c71e1eddcef5b09b27a3f4528b798c18]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/19 09:26:59 cl 1.1.2.3: enhanced text group support 2004/06/14 11:39:48 cl 1.1.2.2: more ui improvements 2004/05/28 12:39:22 cl 1.1.2.1: new animatio ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e888fc2c184483c394dbd5ef9f40a79a98ef627b]

        INTEGRATION: CWS toolbars3 (1.3.86); FILE MERGED 2004/11/05 10:14:39 cd 1.3.86.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:17:35 cd 1.3.86.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [09f616092da6fd702fde3b0b4c57ae4c9ef1b276]

        INTEGRATION: CWS toolbars3 (1.2.14); FILE MERGED 2004/11/05 10:14:39 cd 1.2.14.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [abec10bd57561a7fe5c4bf5559821f1a8c1833be]

        INTEGRATION: CWS toolbars3 (1.2.148); FILE MERGED 2004/10/12 10:17:35 cd 1.2.148.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3bc9625a05e607f3f0075b3022ad992a54fca0c3]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/29 16:27:04 af 1.1.2.17: #i34804# Using new EventMultiplexer class. 2004/09/26 19:01:43 cl 1.1.2.16: added animation undo 2004/09/12 22:53:13 cl 1.1.2.15: added text only effects ui support 2004/09/12 18:24:15 cl 1.1.2.14: added keyboard and hc support 2004/09/09 14:24:14 cl 1.1.2.13: finished effect preview 2004/09/02 09:14:17 cl 1.1.2.12: moved effect and transition presets access to a singleton 2004/08/29 22:32:57 cl 1.1.2.11: added support for trigger effects 2004/08/28 22:41:26 cl 1.1.2.10: removed old presentation code 2004/08/22 22:24:47 cl 1.1.2.9: dependency clean up and more text group support 2004/08/19 09:26:59 cl 1.1.2.8: enhanced text group support 2004/08/12 17:07:52 cl 1.1.2.7: added custom animations toolpanel 2004/07/28 11:03:58 cl 1.1.2.6: #i31376# added strings for translation 2004/06/29 07:19:24 cl 1.1.2.5: added sound listbox 2004/06/14 11:39:46 cl 1.1.2.4: more ui improvements 2004/06/02 09:20:23 cl 1.1.2.3: new smile ui 2004/05/28 12:43:41 cl 1.1.2.2: new animations ui 2004/05/04 14:43:34 cl 1.1.2.1: added initial smil ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [025dba6aeb519cae9cece3d4a221b4fc8d0f9c8b]

        INTEGRATION: CWS toolbars3 (1.2.148); FILE MERGED 2004/11/05 10:14:39 cd 1.2.148.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:17:35 cd 1.2.148.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [26593843a815dab282f4ecdb853ed8b5410c5d8b]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/29 23:04:16 cl 1.1.2.36: lowerd minimum width for better appearance 2004/10/20 14:33:18 cl 1.1.2.35: call setModified when doc changes 2004/10/08 16:05:42 cl 1.1.2.34: dynamic button sizing 2004/10/08 12:54:39 cl 1.1.2.33: listen on text changes on objects with effects 2004/10/07 11:58:27 cl 1.1.2.32: fixed rebuild after options dialog 2004/10/06 15:01:58 cl 1.1.2.31: rebuild animation list after text edit ends 2004/09/30 20:51:22 cl 1.1.2.30: fixed linux compile issue 2004/09/30 11:54:45 cl 1.1.2.29: update ui controls after effect change 2004/09/29 17:01:55 cl 1.1.2.28: fixed move up&down 2004/09/29 16:26:35 af 1.1.2.27: #i34804# Using new EventMultiplexer class. 2004/09/26 19:01:43 cl 1.1.2.26: added animation undo 2004/09/22 13:02:54 cl 1.1.2.25: added support for XCommand 2004/09/15 12:36:50 cl 1.1.2.24: fixed task panel title 2004/09/12 22:53:13 cl 1.1.2.23: added text only effects ui support 2004/09/12 18:24:14 cl 1.1.2.22: added keyboard and hc support 2004/09/09 18:58:27 cl 1.1.2.21: some preview fixes 2004/09/09 14:24:14 cl 1.1.2.20: finished effect preview 2004/09/06 11:07:42 cl 1.1.2.19: added preview support 2004/09/03 15:06:11 cl 1.1.2.18: added sound UI 2004/09/02 09:14:17 cl 1.1.2.17: moved effect and transition presets access to a singleton 2004/08/29 22:32:56 cl 1.1.2.16: added support for trigger effects 2004/08/28 22:41:26 cl 1.1.2.15: removed old presentation code 2004/08/22 22:24:47 cl 1.1.2.14: dependency clean up and more text group support 2004/08/19 22:07:09 cl 1.1.2.13: added change support for text group properties 2004/08/19 09:26:58 cl 1.1.2.12: enhanced text group support 2004/08/12 17:47:50 cl 1.1.2.11: fixed pane ui 2004/08/12 17:07:52 cl 1.1.2.10: added custom animations toolpanel 2004/07/28 11:03:57 cl 1.1.2.9: #i31376# added strings for translation 2004/07/05 09:38:41 cl 1.1.2.8: smile 2004/06/29 07:19:23 cl 1.1.2.7: added sound listbox 2004/06/28 12:50:38 cl 1.1.2.6: added after effect ui and text iteration 2004/06/18 14:39:08 cl 1.1.2.5: some fixes and ui improvements 2004/06/14 11:39:45 cl 1.1.2.4: more ui improvements 2004/06/02 09:20:23 cl 1.1.2.3: new smile ui 2004/05/28 12:43:40 cl 1.1.2.2: new animations ui 2004/05/04 14:43:44 cl 1.1.2.1: added initial smil ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [03b098d0db531f7a2f73a47bf09ef10c811bd50a]

        INTEGRATION: CWS toolbars3 (1.2.148); FILE MERGED 2004/11/05 10:14:39 cd 1.2.148.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [901d43a2c7859cdc8b85e6016b2b4521789a38b1]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/29 21:02:28 cl 1.1.2.10: #i36243# added missing help text when list is empty 2004/09/29 17:01:55 cl 1.1.2.9: fixed move up&down 2004/09/12 18:24:14 cl 1.1.2.8: added keyboard and hc support 2004/09/09 14:24:14 cl 1.1.2.7: finished effect preview 2004/09/02 09:14:17 cl 1.1.2.6: moved effect and transition presets access to a singleton 2004/08/22 22:24:46 cl 1.1.2.5: dependency clean up and more text group support 2004/08/19 09:26:58 cl 1.1.2.4: enhanced text group support 2004/07/28 11:03:57 cl 1.1.2.3: #i31376# added strings for translation 2004/05/28 12:43:39 cl 1.1.2.2: new animations ui 2004/05/04 14:44:05 cl 1.1.2.1: added initial smil ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f786ec4c9acbdad634db9357a8cdc25c9d2b6cc]

        INTEGRATION: CWS toolbars3 (1.17.14); FILE MERGED 2004/11/26 18:41:05 hr 1.17.14.3: RESYNC: (1.17-1.18); FILE MERGED 2004/11/12 11:57:32 pb 1.17.14.2: fix: #i37018# SID_INSERT_DRAW: old behaviour 2004/11/01 12:15:04 pb 1.17.14.1: fix: #i36113# SID_INSERT_DRAW toogles the drawbar

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f6c9d829e152bb4cc3f30b3255639e2d6a6f9d6e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/29 21:02:28 cl 1.1.2.15: #i36243# added missing help text when list is empty 2004/09/29 17:01:54 cl 1.1.2.14: fixed move up&down 2004/09/26 19:01:43 cl 1.1.2.13: added animation undo 2004/09/22 13:02:54 cl 1.1.2.12: added support for XCommand 2004/09/12 18:24:14 cl 1.1.2.11: added keyboard and hc support 2004/09/09 14:24:13 cl 1.1.2.10: finished effect preview 2004/08/29 22:32:56 cl 1.1.2.9: added support for trigger effects 2004/08/22 22:24:46 cl 1.1.2.8: dependency clean up and more text group support 2004/08/19 09:26:58 cl 1.1.2.7: enhanced text group support 2004/08/12 17:07:51 cl 1.1.2.6: added custom animations toolpanel 2004/07/28 11:03:57 cl 1.1.2.5: #i31376# added strings for translation 2004/07/05 09:38:41 cl 1.1.2.4: smile 2004/06/29 07:19:23 cl 1.1.2.3: added sound listbox 2004/05/28 12:43:39 cl 1.1.2.2: new animations ui 2004/05/04 14:43:53 cl 1.1.2.1: added initial smil ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [806782e350a62973621badd8b8b1a8f86fde2a05]

        INTEGRATION: CWS toolbars3 (1.26.10); FILE MERGED 2004/11/12 11:57:06 pb 1.26.10.2: fix: #i37018# use ToolboxController for SID_INSERT_DRAW again 2004/11/01 12:14:30 pb 1.26.10.1: fix: #i36113# no toolboxcontroller for SID_INSERT_DRAW any longer

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d392c844d112c0703ad7083fcacd7b9efc383657]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 13:02:53 cl 1.1.2.13: added support for XCommand 2004/09/03 15:06:10 cl 1.1.2.12: added sound UI 2004/09/02 09:14:17 cl 1.1.2.11: moved effect and transition presets access to a singleton 2004/08/29 22:32:56 cl 1.1.2.10: added support for trigger effects 2004/08/19 09:26:58 cl 1.1.2.9: enhanced text group support 2004/08/17 08:22:57 bm 1.1.2.8: newline at end of file missing (gcc complains / warns) 2004/07/28 11:03:57 cl 1.1.2.7: #i31376# added strings for translation 2004/07/05 09:38:40 cl 1.1.2.6: smile 2004/06/29 07:19:21 cl 1.1.2.5: added sound listbox 2004/06/28 12:50:37 cl 1.1.2.4: added after effect ui and text iteration 2004/06/18 14:39:07 cl 1.1.2.3: some fixes and ui improvements 2004/06/14 11:39:45 cl 1.1.2.2: more ui improvements 2004/05/28 12:11:54 cl 1.1.2.1: new animation ui

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [df25fb2734c5aea6bb2f02bb6c57e9157f2f1d79]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/03 11:09:45 cl 1.1.2.22: #i36214# fixed acc/dec to use 0.5 as a maximum each 2004/10/30 00:46:51 cl 1.1.2.21: #i36214# fixed accelerate and decelerate ui 2004/10/29 22:37:41 cl 1.1.2.20: #i36244# added sound preview button 2004/10/29 21:12:09 cl 1.1.2.19: #i36300# added 'Other Sound' entry 2004/10/07 12:59:20 cl 1.1.2.18: fixed interval time enabling 2004/09/29 17:01:54 cl 1.1.2.17: fixed move up&down 2004/09/22 13:02:53 cl 1.1.2.16: added support for XCommand 2004/09/03 15:06:10 cl 1.1.2.15: added sound UI 2004/09/02 09:14:16 cl 1.1.2.14: moved effect and transition presets access to a singleton 2004/08/30 13:57:07 cl 1.1.2.13: added support for trigger effects 2004/08/29 22:45:05 cl 1.1.2.12: added support for trigger effects 2004/08/29 22:32:56 cl 1.1.2.11: added support for trigger effects 2004/08/22 22:24:46 cl 1.1.2.10: dependency clean up and more text group support 2004/08/19 22:07:09 cl 1.1.2.9: added change support for text group properties 2004/08/19 09:26:58 cl 1.1.2.8: enhanced text group support 2004/07/28 11:03:56 cl 1.1.2.7: #i31376# added strings for translation 2004/07/05 09:38:40 cl 1.1.2.6: smile 2004/06/29 07:19:21 cl 1.1.2.5: added sound listbox 2004/06/28 12:50:37 cl 1.1.2.4: added after effect ui and text iteration 2004/06/18 14:39:07 cl 1.1.2.3: some fixes and ui improvements 2004/06/14 11:39:44 cl 1.1.2.2: more ui improvements 2004/05/28 12:11:29 cl 1.1.2.1: new animation ui

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b7b16d37ac990758c86c971a5a01f0b7a6c15292]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/12 22:53:13 cl 1.1.2.9: added text only effects ui support 2004/09/12 18:24:14 cl 1.1.2.8: added keyboard and hc support 2004/09/10 14:39:14 cl 1.1.2.7: fixed duration settings 2004/09/09 14:24:13 cl 1.1.2.6: finished effect preview 2004/09/02 09:14:16 cl 1.1.2.5: moved effect and transition presets access to a singleton 2004/08/30 08:40:22 bm 1.1.2.4: semicolon after closing brace of namespace not allowed (Solaris) 2004/08/17 08:22:13 bm 1.1.2.3: newline at end of file missing (gcc complains / warns) 2004/07/28 11:03:56 cl 1.1.2.2: #i31376# added strings for translation 2004/05/28 12:12:40 cl 1.1.2.1: new animation ui

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [01e05af27db2ab5d990b30788f22399125752b16]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/29 23:03:21 cl 1.1.2.12: #i36358# sort effect names 2004/09/12 22:53:13 cl 1.1.2.11: added text only effects ui support 2004/09/12 18:24:14 cl 1.1.2.10: added keyboard and hc support 2004/09/10 14:39:13 cl 1.1.2.9: fixed duration settings 2004/09/09 18:58:27 cl 1.1.2.8: some preview fixes 2004/09/09 14:24:13 cl 1.1.2.7: finished effect preview 2004/09/02 09:14:16 cl 1.1.2.6: moved effect and transition presets access to a singleton 2004/08/28 22:41:25 cl 1.1.2.5: removed old presentation code 2004/08/17 21:30:51 cl 1.1.2.4: initial test of the CategoryListBox 2004/07/28 11:03:56 cl 1.1.2.3: #i31376# added strings for translation 2004/06/29 07:19:20 cl 1.1.2.2: added sound listbox 2004/05/28 12:12:15 cl 1.1.2.1: new animation ui

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [24e810472bb6d77a10da7e2af395be488643e907]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/07 11:10:19 cl 1.1.2.4: added new icons 2004/08/19 09:26:57 cl 1.1.2.3: enhanced text group support 2004/08/17 14:17:39 cl 1.1.2.2: new resources 2004/07/28 11:03:55 cl 1.1.2.1: #i31376# added strings for translation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f6605c1a4516908de894fcea164e5725833aa822]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/30 15:50:47 bm 1.1.2.2: dialog title en-US: plural 2004/08/30 15:18:11 bm 1.1.2.1: +pane for animation schemes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [52a4764f3c45bb50296fce6e6b21d296280e3a79]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/29 16:25:50 af 1.1.2.2: #i34804# Using new EventMultiplexer class. 2004/08/30 15:18:10 bm 1.1.2.1: +pane for animation schemes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a320f4a966b4202b1ec95ac5c9197983758e91e0]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/30 15:18:10 bm 1.1.2.1: +pane for animation schemes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b74914fbfce3f9724dbf063e7ab806d6c55e60d7]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/30 20:46:07 cl 1.1.2.5: fixed linux compile issue 2004/09/30 20:43:21 cl 1.1.2.4: fixed linux compile issue 2004/09/29 16:25:15 af 1.1.2.3: #i34804# Using new EventMultiplexer class. 2004/08/30 15:50:24 bm 1.1.2.2: some commented-out code removed 2004/08/30 15:18:09 bm 1.1.2.1: +pane for animation schemes

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [43e02566e26e271aca366423542823cd9c6dad35]

        INTEGRATION: CWS toolbars3 (1.3.48); FILE MERGED 2004/10/12 10:16:09 cd 1.3.48.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6b9777eef31ba5d90fffbf0609b81530d06bec1a]

        INTEGRATION: CWS presentationengine01 (1.8.92); FILE MERGED 2004/08/22 22:24:32 cl 1.8.92.1: fixed wrong index

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [afd0675fa3d955798fc5f9c2717f2e126d46345e]

        INTEGRATION: CWS toolbars3 (1.6.36); FILE MERGED 2004/11/26 18:04:24 hr 1.6.36.6: RESYNC: (1.8-1.10); FILE MERGED 2004/11/12 11:55:51 cd 1.6.36.5: #i37063# Fixed problem with 3D-Toolbar and Fontwork Toolbar 2004/11/05 15:05:07 cd 1.6.36.4: #i35062# Some wrong values for visibility fixed 2004/11/05 11:19:06 cd 1.6.36.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:43:38 cd 1.6.36.2: RESYNC: (1.6-1.8); FILE MERGED 2004/10/12 10:45:44 cd 1.6.36.1: #i35062# New toolbar window properties according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9196480742eff9b4335b01b5a5117ca492af7291]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/11/05 10:16:47 cd 1.2.130.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:50:37 cd 1.2.130.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:16:08 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e9288852d561249fa6f6f3c831f1bd327d5a9f92]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/10 17:20:15 cl 1.1.2.15: changed begin for click animations to click event 2004/09/26 18:39:12 cl 1.1.2.14: fixed when first effect is a non click effect 2004/09/22 12:42:04 cl 1.1.2.13: added support for XCommand 2004/09/06 16:40:30 thb 1.1.2.12: #i10000# Need forward declaration of ImplSdPPTImport here, dunno how that ever worked without it 2004/09/01 11:03:58 sj 1.1.2.11: ReadSound is now alsso accessible from PptAnimations 2004/08/19 22:06:24 cl 1.1.2.10: added support to target Subitems 2004/08/13 20:38:00 thb 1.1.2.9: #110496# Slightly adapted color import, to yield HSL as doubles 2004/07/28 11:15:40 cl 1.1.2.8: #i31376# added strings for translation 2004/06/25 15:35:57 sj 1.1.2.7: further work for the export of enhanced animations 2004/06/18 14:38:08 cl 1.1.2.6: some fixes and ui improvements 2004/06/01 10:41:18 thb 1.1.2.5: #i20477# Made code compile with logging off, too 2004/06/01 10:04:43 thb 1.1.2.4: #i20477# Made logging environment-driven, added keyvalues and times logging, changed range of scale coefficients 2004/05/04 14:39:26 cl 1.1.2.3: added initial smil ui 2004/04/16 09:50:23 cl 1.1.2.2: new smil api 2004/03/19 13:26:11 cl 1.1.2.1: initial import for smil from ppt

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [014e328680a9f59ccbda717cff2a08beddbf1658]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/10/12 10:16:08 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7f2573ed3aa1628c2d9c16376eec3aa835d0a267]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/11 12:55:47 thb 1.1.2.38: #i36221# Changed effect trigger type from 'click' to 'next', this better expresses the SMIL-provided behaviour semantics. Note that when an event source is given, we still use 'click' (also in accordance with SMIL) 2004/11/10 17:20:15 cl 1.1.2.37: changed begin for click animations to click event 2004/11/10 15:44:48 cl 1.1.2.36: set correct subtype for paragraph effects 2004/10/20 14:32:19 cl 1.1.2.35: fixed aftereffect 2004/10/08 20:14:42 thb 1.1.2.34: #i34997# Fixed some more transition mappings; fixed PPT inconsistency for animateScale effect (sole 'by' value has semantics not really SMIL-conforming) 2004/09/26 19:25:49 cl 1.1.2.33: reworked after effect 2004/09/26 18:39:12 cl 1.1.2.32: fixed when first effect is a non click effect 2004/09/23 09:19:22 cl 1.1.2.31: removed FORMULA 2004/09/22 12:42:03 cl 1.1.2.30: added support for XCommand 2004/09/09 14:23:33 cl 1.1.2.29: added calcmode and valuetype 2004/09/07 21:50:19 cl 1.1.2.28: fixed preset naming 2004/09/03 15:05:54 cl 1.1.2.27: added sound import 2004/09/01 11:03:57 sj 1.1.2.26: ReadSound is now alsso accessible from PptAnimations 2004/08/29 22:45:57 cl 1.1.2.25: safer event initialisation 2004/08/19 22:06:24 cl 1.1.2.24: added support to target Subitems 2004/08/16 14:46:36 cl 1.1.2.23: again fixed IterateInterval 2004/08/16 11:39:52 cl 1.1.2.22: fixed IterateInterval import 2004/08/13 20:38:00 thb 1.1.2.21: #110496# Slightly adapted color import, to yield HSL as doubles 2004/08/12 15:14:41 cl 1.1.2.20: fixed iteration container target 2004/08/12 12:07:47 cl 1.1.2.19: added iterate container support 2004/07/28 11:15:40 cl 1.1.2.18: #i31376# added strings for translation 2004/07/08 11:05:28 sj 1.1.2.17: subtype tranlation table moved 2004/07/05 16:06:27 sj 1.1.2.16: added export of presetsubtype 2004/07/05 09:37:20 cl 1.1.2.15: smile 2004/07/01 11:55:47 sj 1.1.2.14: moved some tables so that they are accessible also for the export 2004/06/29 07:21:54 cl 1.1.2.13: added reminder assertion 2004/06/29 07:09:06 cl 1.1.2.12: added group id support 2004/06/28 12:48:50 cl 1.1.2.11: added input of iterate container 2004/06/25 15:35:56 sj 1.1.2.10: further work for the export of enhanced animations 2004/06/18 14:38:07 cl 1.1.2.9: some fixes and ui improvements 2004/06/14 15:49:37 cl 1.1.2.8: fixed animateScale missing attribute name 2004/06/14 11:39:27 cl 1.1.2.7: added formula support 2004/06/01 10:41:17 thb 1.1.2.6: #i20477# Made code compile with logging off, too 2004/06/01 10:04:42 thb 1.1.2.5: #i20477# Made logging environment-driven, added keyvalues and times logging, changed range of scale coefficients 2004/05/28 13:05:12 cl 1.1.2.4: new animations ui 2004/05/04 14:39:26 cl 1.1.2.3: added initial smil ui 2004/04/16 09:50:23 cl 1.1.2.2: new smil api 2004/03/19 13:25:29 cl 1.1.2.1: initial import for smil from ppt

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4295f2a1b89c6e6880b7f6a7a6246fec2f2018e6]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/03/19 13:25:59 cl 1.1.2.1: initial import for smil from ppt

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2a96a8deae7d73a9d6f655c5f7b63b4d78f4006]

        INTEGRATION: CWS toolbars3 (1.4.12); FILE MERGED 2004/11/05 10:16:47 cd 1.4.12.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:16:08 cd 1.4.12.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [15e107af058b02b5ab3d69b787ac2b1d3e72406e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/03/19 13:25:49 cl 1.1.2.1: initial import for smil from ppt

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [72ad9ddd8cdb88a82e3607a1bf21a26501575e1f]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/11/05 10:16:46 cd 1.2.130.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [246e93b359a8d02178bb67a7ff46dbb4b0d9ded3]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/04 14:44:50 dbo 1.1.2.16: #i36255# fixing strips(waterfall) 2004/10/20 14:32:18 cl 1.1.2.15: fixed aftereffect 2004/10/08 20:14:42 thb 1.1.2.14: #i34997# Fixed some more transition mappings; fixed PPT inconsistency for animateScale effect (sole 'by' value has semantics not really SMIL-conforming) 2004/10/04 19:21:11 thb 1.1.2.13: #i34946# Added missing subtypes for slide transitions, corrected various transition mappings 2004/09/22 12:42:03 cl 1.1.2.12: added support for XCommand 2004/09/22 12:25:40 thb 1.1.2.11: #110496# Corrected some more transition mappings, should now be fairly correct 2004/09/09 18:53:58 cl 1.1.2.10: fixed rotation attribute 2004/09/07 21:50:19 cl 1.1.2.9: fixed preset naming 2004/09/03 15:05:54 cl 1.1.2.8: added sound import 2004/08/31 13:40:59 thb 1.1.2.7: #110496# Wrong subtype, corrected that 2004/08/31 13:31:55 thb 1.1.2.6: #110496# Changed various subtypes, to match SMIL's categorization 2004/07/08 11:05:47 sj 1.1.2.5: subtype tranlation table moved 2004/07/01 11:53:52 sj 1.1.2.4: moved some tables so that they are accessible also for the export 2004/06/29 07:09:05 cl 1.1.2.3: added group id support 2004/06/25 15:35:55 sj 1.1.2.2: further work for the export of enhanced animations 2004/06/18 14:38:28 cl 1.1.2.1: renamed animations.hxx

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [25fdd11b60be5d39f12679c5243454b8da716c25]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/06/01 10:04:41 thb 1.1.2.2: #i20477# Made logging environment-driven, added keyvalues and times logging, changed range of scale coefficients 2004/03/19 13:25:39 cl 1.1.2.1: initial import for smil from ppt

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [890f44d64fed4acc783cea67555ffd8c4359faec]

        INTEGRATION: CWS presentationengine01 (1.15.4); FILE MERGED 2004/10/12 22:56:32 thb 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2004/08/25 16:36:45 cl 1.15.4.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceb5af624c19ae395629c35b8083e1f9e5b59ad5]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/11/05 10:16:46 cd 1.2.130.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:16:08 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ebcb1de17a76456389bbb518ecacd82741b7f037]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/15 16:40:05 sj 1.1.2.16: #i37188# fixed some problems with defaultFill, valueType and indefinite duration 2004/11/12 18:04:54 sj 1.1.2.15: #i36221# fixmainsequencetiming & fixinteractivesequencetiming 2004/10/08 16:52:17 sj 1.1.2.14: #i110496# added some more name mapping/conversion and value type mapping/conversion .... 2004/10/08 16:26:35 sj 1.1.2.13: #i110496# added some more name mapping/conversion and value type mapping/conversion .... 2004/10/07 15:18:58 sj 1.1.2.12: #110496# fixed problems with AnimateRotate 2004/10/07 13:05:37 sj 1.1.2.11: #110496# fixed problems with AnimateScale 2004/10/06 15:32:27 sj 1.1.2.10: #110496# fixed some problems with export of emphasis effects 2004/09/01 17:26:04 sj 1.1.2.9: better export of some more colors effects and effects using a formula 2004/08/17 08:35:34 sj 1.1.2.8: added export of XColor 2004/08/16 17:47:28 sj 1.1.2.7: added export of IterateNode 2004/07/08 11:04:10 sj 1.1.2.6: added export of animate motion, animate scale and animate color 2004/07/02 09:37:45 sj 1.1.2.5: do not use the keyword export as method name (changed into doexport) 2004/07/01 11:51:26 sj 1.1.2.4: added some animation export improvements 2004/06/28 16:49:44 sj 1.1.2.3: initial version ... 2004/06/25 15:34:15 sj 1.1.2.2: further work for the export of enhanced animations 2004/06/24 18:19:53 sj 1.1.2.1: initial version

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [10ef12a467015c4ab7fe36e565025d9068ff108f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/16 17:47:42 sj 1.1.2.38: #i37188# fixed some problems with defaultFill, valueType and indefinite duration 2004/11/16 16:54:05 thb 1.1.2.37: #i37188# Final fix for endianness issue under Solaris 2004/11/16 16:25:17 sj 1.1.2.36: #i37188# fixed some problems with defaultFill, valueType and indefinite duration 2004/11/16 14:51:04 sj 1.1.2.35: #i37188# fixed some problems with defaultFill, valueType and indefinite duration 2004/11/15 16:40:04 sj 1.1.2.34: #i37188# fixed some problems with defaultFill, valueType and indefinite duration 2004/11/12 18:04:53 sj 1.1.2.33: #i36221# fixmainsequencetiming & fixinteractivesequencetiming 2004/10/08 16:52:18 sj 1.1.2.32: #i110496# added some more name mapping/conversion and value type mapping/conversion .... 2004/10/08 16:26:36 sj 1.1.2.31: #i110496# added some more name mapping/conversion and value type mapping/conversion .... 2004/10/07 17:45:53 sj 1.1.2.30: #110496# AnimateSet is now storing attributeValues properly 2004/10/07 17:18:06 sj 1.1.2.29: #110496# msofbtAnimate is now setting nBits properly if to from by is used 2004/10/07 15:18:58 sj 1.1.2.28: #110496# fixed problems with AnimateRotate 2004/10/07 13:05:37 sj 1.1.2.27: #110496# fixed problems with AnimateScale 2004/10/06 15:32:27 sj 1.1.2.26: #110496# fixed some problems with export of emphasis effects 2004/10/06 13:24:14 sj 1.1.2.25: #110496# fixed problem with export of swivel effect 2004/10/06 10:19:37 sj 1.1.2.24: fixed mapping of preset id 2004/10/05 18:20:29 sj 1.1.2.23: fixed animate transform 2004/09/26 19:25:10 cl 1.1.2.22: reworked after effect 2004/09/22 12:44:52 cl 1.1.2.21: removed non standard formula 2004/09/22 12:43:15 cl 1.1.2.20: changed XAnimateColor interface 2004/09/09 14:23:32 cl 1.1.2.19: added calcmode and valuetype 2004/09/07 21:50:18 cl 1.1.2.18: fixed preset naming 2004/09/03 15:05:43 cl 1.1.2.17: added runtime context 2004/09/03 09:43:43 sj 1.1.2.16: some changes, improving AnimColor export 2004/09/01 17:26:04 sj 1.1.2.15: better export of some more colors effects and effects using a formula 2004/09/01 13:00:14 sj 1.1.2.14: now using correct scaling 2004/08/17 09:16:22 sj 1.1.2.13: fixed exit effects 2004/08/17 08:48:54 sj 1.1.2.12: changed __BIGENDIAN into OSL_BIGENDIAN 2004/08/17 08:35:35 sj 1.1.2.11: added export of XColor 2004/08/16 17:47:49 sj 1.1.2.10: added export of IterateNode 2004/08/16 14:02:49 sj 1.1.2.9: added export of ParagraphTarget 2004/07/08 11:03:59 sj 1.1.2.8: added export of animate motion, animate scale and animate color 2004/07/05 16:03:39 sj 1.1.2.7: added export of presetsubtype 2004/07/02 16:56:04 sj 1.1.2.6: enhanced animations can now be properly exported 2004/07/02 09:37:45 sj 1.1.2.5: do not use the keyword export as method name (changed into doexport) 2004/07/01 11:51:26 sj 1.1.2.4: added some animation export improvements 2004/06/28 16:49:44 sj 1.1.2.3: initial version ... 2004/06/25 15:34:15 sj 1.1.2.2: further work for the export of enhanced animations 2004/06/24 18:20:12 sj 1.1.2.1: initial version

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cacc6db88d8295e226b85637e0ce71d2fc8a061]

        INTEGRATION: CWS toolbars3 (1.2.48); FILE MERGED 2004/11/05 10:16:46 cd 1.2.48.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [af663ed8adb221078e910a77cde2ca5540a44d2c]

        INTEGRATION: CWS presentationengine01 (1.5.226); FILE MERGED 2004/10/12 22:56:04 thb 1.5.226.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/24 18:20:46 sj 1.5.226.1: added pptexanimations

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [40b59dedacf04e0aef777e00e7d896e14adf18e1]

        INTEGRATION: CWS presentationengine01 (1.8.364); FILE MERGED 2004/07/08 11:03:18 sj 1.8.364.1: now returning shape id of group

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebd6ebdfb1269b1183d0b64e4fe652e4a81a47de]

        INTEGRATION: CWS toolbars3 (1.3.12); FILE MERGED 2004/11/05 10:16:45 cd 1.3.12.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7cc843f752cef3bca8b0e26976c4c99d0f4d9add]

        INTEGRATION: CWS presentationengine01 (1.9.88); FILE MERGED 2004/07/08 11:00:55 sj 1.9.88.1: now returning shape id of group

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2858f2bf3f593dc4189dd65f0b1c310396d596c]

        INTEGRATION: CWS toolbars3 (1.3.48); FILE MERGED 2004/10/12 10:16:07 cd 1.3.48.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e20aa7e25bf0c9f4ff337cbc4346aa17b06089d]

        INTEGRATION: CWS toolbars3 (1.6.36); FILE MERGED 2004/11/26 17:51:23 hr 1.6.36.6: RESYNC: (1.8-1.9); FILE MERGED 2004/11/12 11:55:52 cd 1.6.36.5: #i37063# Fixed problem with 3D-Toolbar and Fontwork Toolbar 2004/11/05 15:05:06 cd 1.6.36.4: #i35062# Some wrong values for visibility fixed 2004/11/05 11:19:05 cd 1.6.36.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:43:21 cd 1.6.36.2: RESYNC: (1.6-1.8); FILE MERGED 2004/10/12 10:45:44 cd 1.6.36.1: #i35062# New toolbar window properties according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2c59f0557a2ff1b283f0e20544fe1171b538fc4b]

        INTEGRATION: CWS presentationengine01 (1.73.30); FILE MERGED 2004/11/16 17:47:41 sj 1.73.30.9: #i37188# fixed some problems with defaultFill, valueType and indefinite duration 2004/11/16 16:54:04 thb 1.73.30.8: #i37188# Final fix for endianness issue under Solaris 2004/11/16 16:25:16 sj 1.73.30.7: #i37188# fixed some problems with defaultFill, valueType and indefinite duration 2004/11/16 14:51:03 sj 1.73.30.6: #i37188# fixed some problems with defaultFill, valueType and indefinite duration 2004/10/12 22:55:56 thb 1.73.30.5: RESYNC: (1.77-1.78); FILE MERGED 2004/08/31 14:10:09 thb 1.73.30.4: #i33391#, #i33359# Merged from sj10 2004/07/07 01:01:10 thb 1.73.30.3: RESYNC: (1.73-1.77); FILE MERGED 2004/07/02 16:56:03 sj 1.73.30.2: enhanced animations can now be properly exported 2004/07/01 11:50:52 sj 1.73.30.1: added some animation export improvements

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [38ce6df19352072764d7b99be56400a3e2142edc]

        INTEGRATION: CWS toolbars3 (1.2.28); FILE MERGED 2004/10/12 10:16:07 cd 1.2.28.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bac6c543833e517e02a6577c51fb1528469d0879]

        INTEGRATION: CWS presentationengine01 (1.36.84); FILE MERGED 2004/10/12 22:55:46 thb 1.36.84.5: RESYNC: (1.38-1.39); FILE MERGED 2004/08/31 14:10:09 thb 1.36.84.4: #i33391#, #i33359# Merged from sj10 2004/07/07 01:00:51 thb 1.36.84.3: RESYNC: (1.36-1.38); FILE MERGED 2004/07/02 16:56:03 sj 1.36.84.2: enhanced animations can now be properly exported 2004/07/01 11:48:53 sj 1.36.84.1: added some animation export improvements

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [13b038420e6c82fbbc7e6ee96e4a33308425fcf6]

        INTEGRATION: CWS toolbars3 (1.2.28); FILE MERGED 2004/11/05 10:16:45 cd 1.2.28.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [673b14464870f96ae8054fdd1c91744bfc869b14]

        INTEGRATION: CWS presentationengine01 (1.41.30); FILE MERGED 2004/10/12 22:55:17 thb 1.41.30.9: RESYNC: (1.44-1.45); FILE MERGED 2004/08/25 16:36:45 cl 1.41.30.8: replaced old FuSlideShow with new SlideShow 2004/07/08 11:02:49 sj 1.41.30.7: added export of 2eeb atom 2004/07/07 01:00:39 thb 1.41.30.6: RESYNC: (1.41-1.44); FILE MERGED 2004/07/02 16:56:03 sj 1.41.30.5: enhanced animations can now be properly exported 2004/07/02 09:37:45 sj 1.41.30.4: do not use the keyword export as method name (changed into doexport) 2004/07/01 11:48:27 sj 1.41.30.3: added some animation export improvements 2004/06/25 15:33:48 sj 1.41.30.2: further work for the export of enhanced animations 2004/06/24 18:21:17 sj 1.41.30.1: added export of enhanced animations

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a22a96b933b061b0cdba0068591f1bd263fd645e]

        INTEGRATION: CWS presentationengine01 (1.3.98); FILE MERGED 2004/11/18 18:46:21 sj 1.3.98.8: #i37418# added import of old ppt 97 effects via api 2004/09/01 11:03:17 sj 1.3.98.7: ReadSound is now alsso accessible from PptAnimations 2004/08/31 14:10:08 thb 1.3.98.6: #i33391#, #i33359# Merged from sj10 2004/07/07 01:00:21 thb 1.3.98.5: RESYNC: (1.3-1.4); FILE MERGED 2004/06/18 14:38:07 cl 1.3.98.4: some fixes and ui improvements 2004/04/14 10:07:01 cl 1.3.98.3: new smile api 2004/03/19 13:24:16 cl 1.3.98.2: initial import for smil 2004/02/12 15:53:16 sj 1.3.98.1: starting to read the anim prog tag

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffeeb28fa65a8b70e23d1f20fd9f33e43519e88c]

        INTEGRATION: CWS toolbars3 (1.2.28); FILE MERGED 2004/11/26 18:35:47 hr 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:16:07 cd 1.2.28.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f60531568d7568319b8214019ad904213c15b3f]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/11/05 10:16:45 cd 1.2.130.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:51:38 cd 1.2.130.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:16:07 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5ebaf1bac90eeae53f2c012af329496ac4eda1c6]

        INTEGRATION: CWS presentationengine01 (1.4.354); FILE MERGED 2004/06/18 14:38:06 cl 1.4.354.1: some fixes and ui improvements

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec51591dc4c15a6855870bc685c3cba7b61fd1b6]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/10/12 10:16:07 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3bfba2a31fc72be9a4f9e7cb431786a2989bbb1a]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/26 18:40:54 cl 1.1.2.1: added animation undo

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a273041270c24963e5171668899abd7eb3623d65]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/11/05 10:16:44 cd 1.2.130.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:16:06 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [35952d0da02502d9b04ebbc3bb314ff48063e4e5]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/30 20:44:47 cl 1.1.2.7: listen to paragraph changes for effects 2004/09/26 18:41:10 cl 1.1.2.6: added animation undo 2004/09/02 09:12:44 cl 1.1.2.5: moved effect and transition presets access to a singleton 2004/08/28 22:35:34 cl 1.1.2.4: removed old presentation code 2004/08/25 10:38:07 cl 1.1.2.3: do not create new MainSequence on demand in ::removeAnimations() 2004/08/22 22:23:22 cl 1.1.2.2: dependency clean up and more text group support 2004/07/28 11:12:13 cl 1.1.2.1: #i31376# added strings for translation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb9bdfd46f0d1c8d865dc9f2ed3aa97cf2ec6981]

        INTEGRATION: CWS toolbars3 (1.3.12); FILE MERGED 2004/11/05 10:16:44 cd 1.3.12.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e4739773b220d6c251240e3a658ee008d7b8faa3]

        INTEGRATION: CWS presentationengine01 (1.19.12); FILE MERGED 2004/11/17 19:24:21 thb 1.19.12.4: RESYNC: (1.20-1.21); FILE MERGED 2004/10/12 22:54:08 thb 1.19.12.3: RESYNC: (1.19-1.20); FILE MERGED 2004/08/28 22:35:34 cl 1.19.12.2: removed old presentation code 2004/07/28 11:12:12 cl 1.19.12.1: #i31376# added strings for translation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4d8244da84ee618b94843d970558f5a0e8fd2d6]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/10/12 10:16:06 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e2d5fd7552cb52104156a4cece6765d94198c1ca]

        INTEGRATION: CWS presentationengine01 (1.45.12); FILE MERGED 2004/09/06 11:04:42 cl 1.45.12.5: added preview support 2004/08/28 22:35:33 cl 1.45.12.4: removed old presentation code 2004/08/23 12:22:22 thb 1.45.12.3: RESYNC: (1.45-1.46); FILE MERGED 2004/07/29 10:42:23 thb 1.45.12.2: #i10000# gcc requires const & for temporaries 2004/07/28 11:12:12 cl 1.45.12.1: #i31376# added strings for translation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3f0f9f5d20c996834bca4463dcd0ad055b672efe]

        INTEGRATION: CWS presentationengine01 (1.5.10); FILE MERGED 2004/10/14 20:16:42 thb 1.5.10.6: #i10000# And again the merge wrecked havoc; this time, line continuation delimiters where missing mid-air in the SLOFILES list. 2004/10/12 22:53:51 thb 1.5.10.5: RESYNC: (1.5-1.6); FILE MERGED 2004/09/26 18:41:10 cl 1.5.10.4: added animation undo 2004/08/22 22:23:09 cl 1.5.10.3: preset access from document 2004/08/19 09:53:16 cl 1.5.10.2: new helper for transition presets 2004/07/28 11:12:12 cl 1.5.10.1: #i31376# added strings for translation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b531f5e6cc113f1df045b5d8cb832b28c989c697]

        INTEGRATION: CWS toolbars3 (1.3.48); FILE MERGED 2004/10/12 10:14:57 cd 1.3.48.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c96cb47ee58f2afa7c5d992c72bb77e718e0e703]

        INTEGRATION: CWS toolbars3 (1.2.48); FILE MERGED 2004/11/05 10:16:44 cd 1.2.48.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b4253d4e519f2c2926a025af4582b63a767dc9e5]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/02 09:12:43 cl 1.1.2.2: moved effect and transition presets access to a singleton 2004/08/22 22:22:54 cl 1.1.2.1: preset access from document

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b8e24b110bc73722aa95ab0409b2627b561bcdc]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/11/05 10:16:44 cd 1.2.130.3: #i35062# New toolbars from CJ according to spec 2004/10/20 18:20:43 cd 1.2.130.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:14:56 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0c23d3d6948f1c4f76daf7c7b4474b46e9dd0906]

        INTEGRATION: CWS presentationengine01 (1.70.12); FILE MERGED 2004/11/17 19:23:38 thb 1.70.12.7: RESYNC: (1.71-1.72); FILE MERGED 2004/11/07 18:17:59 cl 1.70.12.6: #i36286# fixed navigator for new engine 2004/10/12 22:53:03 thb 1.70.12.5: RESYNC: (1.70-1.71); FILE MERGED 2004/09/02 09:12:43 cl 1.70.12.4: moved effect and transition presets access to a singleton 2004/08/25 15:23:19 cl 1.70.12.3: replaced old FuSlideShow with new SlideShow 2004/08/22 22:23:22 cl 1.70.12.2: dependency clean up and more text group support 2004/08/19 09:53:16 cl 1.70.12.1: new helper for transition presets

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [03a72f31c8c7d464e7a7a7b020fa6a51bb87b9d1]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/27 20:24:42 cl 1.1.2.5: added slide transition undo 2004/09/26 18:41:10 cl 1.1.2.4: added animation undo 2004/09/02 09:12:43 cl 1.1.2.3: moved effect and transition presets access to a singleton 2004/08/19 10:45:47 cl 1.1.2.2: new helper for transition presets 2004/08/19 09:53:01 cl 1.1.2.1: new helper for transition presets

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [981ccac1319583d66cc7e8c2140dae350ab31dfd]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/10/12 10:14:56 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7d0724446c7b0c92485526849113b51233f77f9c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/12 22:53:01 cl 1.1.2.8: added text only effects ui support 2004/09/09 14:23:03 cl 1.1.2.7: added random nodes support 2004/09/07 21:53:15 cl 1.1.2.6: added random animation node 2004/09/02 09:12:43 cl 1.1.2.5: moved effect and transition presets access to a singleton 2004/08/29 22:54:27 cl 1.1.2.4: added support for trigger effects 2004/08/19 10:45:46 cl 1.1.2.3: new helper for transition presets 2004/08/19 09:53:16 cl 1.1.2.2: new helper for transition presets 2004/07/28 11:12:11 cl 1.1.2.1: #i31376# added strings for translation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1363ff3f53ddb8ebdde9f0669f5165dcc4af969]

        INTEGRATION: CWS toolbars3 (1.4.12); FILE MERGED 2004/11/05 10:16:43 cd 1.4.12.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:14:56 cd 1.4.12.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dd62713a3674030bbd486f9a2c36947492fcba79]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/16 18:52:01 thb 1.1.2.30: #i35043# Setting main sequence duration explicitely to 0.0: forgot one case, namely the initial state of the sequence root node. Furthermore, setting back the default was corrected to truly use the former default (which was an empty Any) 2004/11/15 11:40:49 thb 1.1.2.29: #i35043# Setting main sequence duration explicitely to 0.0 for empty main sequences (otherwise, main sequence would never end); Setting trigger ON_NEXT to start individual main sequence effects (the former ON_CLICK should only be used for e.g. shape targets) 2004/11/11 12:55:46 thb 1.1.2.28: #i36221# Changed effect trigger type from 'click' to 'next', this better expresses the SMIL-provided behaviour semantics. Note that when an event source is given, we still use 'click' (also in accordance with SMIL) 2004/11/11 11:47:29 cl 1.1.2.27: fixed creating of empty interactive sequence 2004/11/10 17:20:00 cl 1.1.2.26: changed begin for click animations to click event 2004/11/07 18:38:10 cl 1.1.2.25: #i36675# use custom speed on appending presets 2004/10/30 00:35:59 cl 1.1.2.24: #i36222# fixed a rebuild issue with interactive sequences 2004/10/20 14:32:07 cl 1.1.2.23: fixed aftereffect 2004/10/08 12:40:16 cl 1.1.2.22: listen on text changes on objects with effects 2004/10/07 11:57:36 cl 1.1.2.21: fixed iterate 2004/09/30 20:44:46 cl 1.1.2.20: listen to paragraph changes for effects 2004/09/28 15:51:33 cl 1.1.2.19: correctly set owner effectsequence 2004/09/27 20:24:42 cl 1.1.2.18: added slide transition undo 2004/09/26 18:41:09 cl 1.1.2.17: added animation undo 2004/09/22 12:38:46 cl 1.1.2.16: added support for XCommand 2004/09/12 22:53:01 cl 1.1.2.15: added text only effects ui support 2004/09/12 18:16:47 cl 1.1.2.14: correctly set SubItem when creating effect from preset 2004/09/10 11:17:23 cl 1.1.2.13: fixed effect sort for text groups 2004/09/09 18:53:28 cl 1.1.2.12: some preview fixes 2004/09/09 14:23:03 cl 1.1.2.11: added random nodes support 2004/09/06 11:04:41 cl 1.1.2.10: added preview support 2004/09/03 15:08:44 cl 1.1.2.9: added sound UI 2004/09/03 15:04:37 cl 1.1.2.8: added sound UI 2004/08/30 13:56:28 cl 1.1.2.7: added support for trigger effects 2004/08/29 22:54:26 cl 1.1.2.6: added support for trigger effects 2004/08/25 15:23:18 cl 1.1.2.5: replaced old FuSlideShow with new SlideShow 2004/08/22 22:23:21 cl 1.1.2.4: dependency clean up and more text group support 2004/08/19 22:05:56 cl 1.1.2.3: added creation support for text groups 2004/08/19 09:53:15 cl 1.1.2.2: new helper for transition presets 2004/07/28 11:12:11 cl 1.1.2.1: #i31376# added strings for translation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a0d1194869090a2a98557ed43ae0196767c9ed7]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/11/05 10:16:43 cd 1.2.130.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [46d533e340fdc26e8385e782e79d288942e66a70]

        INTEGRATION: CWS toolbars3 (1.2.48); FILE MERGED 2004/11/05 10:16:43 cd 1.2.48.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b94abbc8fd83e2ac5c7d95a8a4f03da6bc15facd]

        INTEGRATION: CWS presentationengine01 (1.18.12); FILE MERGED 2004/11/17 19:22:25 thb 1.18.12.7: RESYNC: (1.19-1.20); FILE MERGED 2004/10/12 22:51:28 thb 1.18.12.6: RESYNC: (1.18-1.19); FILE MERGED 2004/09/12 20:00:04 cl 1.18.12.5: removed animation mode 2004/09/01 11:29:34 af 1.18.12.4: Renamed slots SID_CUSTOMANIMATION, SID_CUSTOM_ANIMATION_PANEL, and SID_SLIDE_CHANGE_WIN. 2004/08/28 22:36:07 cl 1.18.12.3: removed old presentation code 2004/08/25 16:34:24 cl 1.18.12.2: replaced old FuSlideShow with new SlideShow 2004/07/28 11:11:40 cl 1.18.12.1: #i31376# added strings for translation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6bdeb8557e3ebec5e649e34780d3bf7da2c3d46]

        INTEGRATION: CWS toolbars3 (1.3.12); FILE MERGED 2004/11/05 10:16:43 cd 1.3.12.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ca943ae8d77e01a2454ac97be3694a7f8c2306f]

        INTEGRATION: CWS toolbars3 (1.3.48); FILE MERGED 2004/10/12 10:14:56 cd 1.3.48.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e2ed5c8ce37d60374f37fe21782d447a459a962]

        INTEGRATION: CWS toolbars3 (1.5.12); FILE MERGED 2004/11/05 10:16:42 cd 1.5.12.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1e20028f628dfcbd591027d26c36c807cb04ed87]

        INTEGRATION: CWS presentationengine01 (1.10.12); FILE MERGED 2004/11/17 19:22:56 thb 1.10.12.7: RESYNC: (1.10-1.11); FILE MERGED 2004/09/12 20:00:04 cl 1.10.12.6: removed animation mode 2004/09/02 09:15:21 cl 1.10.12.5: added animation schemes slot 2004/09/01 11:28:04 af 1.10.12.4: Renamed slots SID_CUSTOMANIMATION and SID_SLIDE_CHANGE_WIN. 2004/08/28 22:36:07 cl 1.10.12.3: removed old presentation code 2004/08/25 16:34:24 cl 1.10.12.2: replaced old FuSlideShow with new SlideShow 2004/07/28 11:11:39 cl 1.10.12.1: #i31376# added strings for translation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [25e36b9bc020feda81dbd191a65a84657dc64b55]

        INTEGRATION: CWS toolbars3 (1.2.28); FILE MERGED 2004/10/12 10:14:55 cd 1.2.28.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2249ca3c0bcde307cbb9b5222f231647be54f8d9]

        INTEGRATION: CWS presentationengine01 (1.25.4); FILE MERGED 2004/11/17 19:22:39 thb 1.25.4.3: RESYNC: (1.27-1.29); FILE MERGED 2004/10/12 22:52:05 thb 1.25.4.2: RESYNC: (1.25-1.27); FILE MERGED 2004/08/28 22:36:07 cl 1.25.4.1: removed old presentation code

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [18659165b124bf11aaf00cf31d8604b441cd702d]

        INTEGRATION: CWS toolbars3 (1.2.28); FILE MERGED 2004/11/05 10:16:42 cd 1.2.28.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ad32346d1061f129fea07711a6b4e7b937231099]

        INTEGRATION: CWS presentationengine01 (1.3.12); FILE MERGED 2004/11/26 14:44:41 thb 1.3.12.3: RESYNC: (1.4-1.5); FILE MERGED 2004/10/12 22:51:45 thb 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/31 13:17:58 af 1.3.12.1: #i33627# Added slot for making the task pane visible.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d3d0589405a28c1af40fd6bcc67be35aea5e29a1]

        INTEGRATION: CWS presentationengine01 (1.2.12); FILE MERGED 2004/11/17 19:22:32 thb 1.2.12.4: RESYNC: (1.3-1.4); FILE MERGED 2004/10/12 22:51:36 thb 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2004/09/01 11:26:29 af 1.2.12.2: Renamed slot SID_SLIDE_CHANGE_WIN. 2004/08/28 22:36:07 cl 1.2.12.1: removed old presentation code

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [94c58548de059d501baa425a9c93b6bbe09fda60]

        INTEGRATION: CWS toolbars3 (1.2.28); FILE MERGED 2004/11/26 18:34:14 hr 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:14:55 cd 1.2.28.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2125889893c3fb5b687f0c73a7cb0ccc64647f3]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/11/05 10:16:42 cd 1.2.130.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:49:34 cd 1.2.130.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:14:55 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d7ebe342a299ce27af48129d16175474d52c417]

        INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGED 2004/10/12 10:14:55 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1343d3cc84b3bf4a7d1c4a2a9893659f7e68e955]

        INTEGRATION: CWS toolbars3 (1.2.62); FILE MERGED 2004/11/05 10:16:41 cd 1.2.62.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:14:55 cd 1.2.62.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [19aa44d60790d40e50e70cb6b7ed2442c1820b5f]

        INTEGRATION: CWS toolbars3 (1.3.12); FILE MERGED 2004/11/05 10:16:41 cd 1.3.12.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [dba1cb859840a1578bed340efb45e8a9f6c57f83]

        INTEGRATION: CWS toolbars3 (1.2.152); FILE MERGED 2004/11/26 18:21:37 hr 1.2.152.2: RESYNC: (1.2-1.5); FILE MERGED 2004/10/31 11:01:37 cd 1.2.152.1: #i34938# Fixed is also needed on this CWS

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2dde8a3600c420c7ddcc3f2cf8ed202d54a94bd]

        INTEGRATION: CWS toolbars3 (1.6.34); FILE MERGED 2004/11/26 18:12:29 hr 1.6.34.7: RESYNC: (1.7-1.8); FILE MERGED 2004/11/12 11:56:45 cd 1.6.34.6: #i37064# Fixed problem with 3D-Toolbar and Fontwork Toolbar 2004/11/05 15:33:06 cd 1.6.34.5: #i35062# Fixed some typos 2004/11/05 15:05:07 cd 1.6.34.4: #i35062# Some wrong values for visibility fixed 2004/11/05 11:19:07 cd 1.6.34.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:44:01 cd 1.6.34.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/12 10:45:45 cd 1.6.34.1: #i35062# New toolbar window properties according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [83a922be233ada5a34e0fc4bed783200907e5241]

        INTEGRATION: CWS toolbars3 (1.6.36); FILE MERGED 2004/11/05 15:33:06 cd 1.6.36.5: #i35062# Fixed some typos 2004/11/05 15:05:07 cd 1.6.36.4: #i35062# Some wrong values for visibility fixed 2004/11/05 11:19:07 cd 1.6.36.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:43:53 cd 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/12 10:45:45 cd 1.6.36.1: #i35062# New toolbar window properties according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [aafcddd985ae095366ada39a920a68c2f4c6c4e0]

        INTEGRATION: CWS toolbars3 (1.6.36); FILE MERGED 2004/11/26 18:08:35 hr 1.6.36.7: RESYNC: (1.7-1.9); FILE MERGED 2004/11/12 11:56:44 cd 1.6.36.6: #i37064# Fixed problem with 3D-Toolbar and Fontwork Toolbar 2004/11/05 15:33:06 cd 1.6.36.5: #i35062# Fixed some typos 2004/11/05 15:05:07 cd 1.6.36.4: #i35062# Some wrong values for visibility fixed 2004/11/05 11:19:07 cd 1.6.36.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:43:45 cd 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/12 10:45:44 cd 1.6.36.1: #i35062# New toolbar window properties according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [485eb4920e25757039331f17ac7d767a1821175d]

        INTEGRATION: CWS toolbars3 (1.2.152); FILE MERGED 2004/11/05 11:19:07 cd 1.2.152.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9672793040cb406139efe4af5bf246328d7518b7]

        INTEGRATION: CWS toolbars3 (1.2.152); FILE MERGED 2004/11/05 11:19:06 cd 1.2.152.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a72598678e61cb03f1a9fdc47e6e1205dab3e673]

        INTEGRATION: CWS toolbars3 (1.2.36); FILE MERGED 2004/11/05 11:19:05 cd 1.2.36.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef2fb13ec6e31bf81b051e0760a5d436c47db339]

        INTEGRATION: CWS toolbars3 (1.2.36); FILE MERGED 2004/11/26 17:43:10 hr 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/05 11:19:05 cd 1.2.36.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6a92ed0248ab74f528b91cacb66aa3ef3da71e1]

        INTEGRATION: CWS toolbars3 (1.2.12); FILE MERGED 2004/11/05 11:19:05 cd 1.2.12.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8427c5339fa517a365dbb6c26d37365c96eeef2c]

        INTEGRATION: CWS toolbars3 (1.6.36); FILE MERGED 2004/11/26 17:36:55 hr 1.6.36.6: RESYNC: (1.7-1.9); FILE MERGED 2004/11/12 11:56:44 cd 1.6.36.5: #i37064# Fixed problem with 3D-Toolbar and Fontwork Toolbar 2004/11/05 15:05:06 cd 1.6.36.4: #i35062# Some wrong values for visibility fixed 2004/11/05 11:19:04 cd 1.6.36.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:43:04 cd 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/12 10:45:43 cd 1.6.36.1: #i35062# New toolbar window properties according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ca6d023ba5a74819222ea8b940d82fe915740905]

        INTEGRATION: CWS presentationengine01 (1.17.38); FILE MERGED 2004/10/12 22:35:43 thb 1.17.38.4: RESYNC: (1.20-1.22); FILE MERGED 2004/07/23 14:04:09 thb 1.17.38.3: RESYNC: (1.19-1.20); FILE MERGED 2004/07/06 19:30:45 thb 1.17.38.2: RESYNC: (1.17-1.19); FILE MERGED 2004/05/04 14:38:13 cl 1.17.38.1: added initial smil ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [361762c3c3c085a76c905c3297009a4e4a1c4a54]

        INTEGRATION: CWS toolbars3 (1.3.104); FILE MERGED 2004/11/05 11:19:04 cd 1.3.104.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bb6ed3860cf3f8c96f67070029d3ab695739ef0b]

        INTEGRATION: CWS presentationengine01 (1.8.40); FILE MERGED 2004/10/12 22:35:35 thb 1.8.40.10: RESYNC: (1.10-1.11); FILE MERGED 2004/09/02 14:49:20 cl 1.8.40.9: moved new slideshow to own folder 2004/08/23 08:37:36 cl 1.8.40.8: resolved merge conflicts 2004/08/17 09:56:19 bm 1.8.40.7: missing dependencies to sd_sdi from toolpanel and toolpanel/controls 2004/07/28 11:47:31 thb 1.8.40.6: #110496# Moved animations API to offapi 2004/07/27 15:16:50 thb 1.8.40.5: #i10000# Added dependency to animations API for export filter 2004/07/23 14:04:00 thb 1.8.40.4: RESYNC: (1.8-1.9); FILE MERGED 2004/06/02 07:52:07 cl 1.8.40.3: added unotypes dependency for animations 2004/05/04 14:38:13 cl 1.8.40.2: added initial smil ui 2004/03/16 18:44:37 thb 1.8.40.1: #110496# Added unotypes generation to build

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c5d1bf66b7885fad1e67347202e2c84c4236ccd]

        INTEGRATION: CWS toolbars3 (1.2.36); FILE MERGED 2004/11/05 11:19:04 cd 1.2.36.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4d8d74948dc78dea7421d07a66cf0964ec2868dc]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/26 18:38:18 cl 1.1.2.1: added animation undo

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [68348308edfc7a92960615c6b91acc2946841416]

        INTEGRATION: CWS presentationengine01 (1.13.338); FILE MERGED 2004/10/12 22:34:44 thb 1.13.338.12: RESYNC: (1.16-1.17); FILE MERGED 2004/09/30 20:44:27 cl 1.13.338.11: list to paragraph changes for effects 2004/09/26 18:33:25 cl 1.13.338.10: added animation undo 2004/08/28 22:35:04 cl 1.13.338.9: removed old presentation code 2004/08/22 22:20:46 cl 1.13.338.8: dependency clean up and more text group support 2004/08/19 11:16:33 cl 1.13.338.7: new transition api 2004/07/29 10:42:23 thb 1.13.338.6: #i10000# gcc requires const & for temporaries 2004/07/28 11:10:35 cl 1.13.338.5: #i31376# added strings for translation 2004/07/23 14:03:38 thb 1.13.338.4: RESYNC: (1.14-1.16); FILE MERGED 2004/07/06 19:30:36 thb 1.13.338.3: RESYNC: (1.13-1.14); FILE MERGED 2004/04/16 11:01:00 cl 1.13.338.2: fixed merge conflict 2004/04/14 09:48:20 cl 1.13.338.1: new smile api

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a5e3c298d586c551243d51d88af7e825467b8dc6]

        INTEGRATION: CWS presentationengine01 (1.9.4); FILE MERGED 2004/09/30 15:30:22 af 1.9.4.2: #i34242# Added help ids for task pane. 2004/08/25 16:42:25 cl 1.9.4.1: replaced old FuSlideShow with new SlideShow

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9948eaecccfabaa469ac9b6f17ea32d596bc7995]

        INTEGRATION: CWS toolbars3 (1.2.72); FILE MERGED 2004/11/05 10:13:25 cd 1.2.72.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:18:52 cd 1.2.72.1: #i35062# New toolbar structure according to toolbar spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7af6081e6cc9e7d1dc9dcca3df73798423635689]

        INTEGRATION: CWS presentationengine01 (1.11.10); FILE MERGED 2004/09/26 18:33:24 cl 1.11.10.7: added animation undo 2004/08/23 08:37:13 cl 1.11.10.6: resolved merge conflicts 2004/07/28 11:10:35 cl 1.11.10.5: #i31376# added strings for translation 2004/07/23 14:02:55 thb 1.11.10.4: RESYNC: (1.12-1.13); FILE MERGED 2004/07/06 19:29:09 thb 1.11.10.3: RESYNC: (1.11-1.12); FILE MERGED 2004/06/14 12:24:07 cl 1.11.10.2: more ui improvements 2004/05/28 13:04:55 cl 1.11.10.1: new animations ui

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [50cd67d43bdf4f286c2c75e93064321aa66b1e16]

        INTEGRATION: CWS toolbars3 (1.3.32); FILE MERGED 2004/11/26 17:16:39 hr 1.3.32.2: RESYNC: (1.3-1.6); FILE MERGED 2004/10/31 10:40:55 cd 1.3.32.1: #i35111# Need fix this CWS

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [27e7d4007d6b49b3233e852208ad56b8e5065d2b]

        INTEGRATION: CWS presentationengine01 (1.32.12); FILE MERGED 2004/11/17 19:21:46 thb 1.32.12.10: RESYNC: (1.34-1.35); FILE MERGED 2004/11/07 18:12:58 cl 1.32.12.9: #i36286# fixed navigator for new engine 2004/10/14 19:20:56 thb 1.32.12.8: #i10000# Faulty merge: put css namespaces into sd namespace for forward declarations 2004/10/12 22:32:53 thb 1.32.12.7: RESYNC: (1.32-1.34); FILE MERGED 2004/09/02 09:10:22 cl 1.32.12.6: moved effect and transition presets access to a singleton 2004/08/26 14:37:55 cl 1.32.12.5: fixed getPresentationSettings() 2004/08/25 16:42:25 cl 1.32.12.4: replaced old FuSlideShow with new SlideShow 2004/08/22 22:20:46 cl 1.32.12.3: dependency clean up and more text group support 2004/08/19 10:00:56 cl 1.32.12.2: new helper for transition presets 2004/08/19 09:51:13 cl 1.32.12.1: new helper for transition presets

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d2815e4ee0edda31b8bc9f01cd041148d27e734]

        INTEGRATION: CWS toolbars3 (1.5.12); FILE MERGED 2004/11/22 15:21:38 ssa 1.5.12.2: assume numerical helpid if helpid prefix is missing 2004/11/12 10:50:53 cd 1.5.12.1: #i37059# Set fullscreen bar to non-closeable

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [63ce4351a8c4ac56bf1f43fd17acfbc3e33d264a]

        INTEGRATION: CWS presentationengine01 (1.10.12); FILE MERGED 2004/11/17 19:21:17 thb 1.10.12.8: RESYNC: (1.11-1.12); FILE MERGED 2004/10/12 22:32:14 thb 1.10.12.7: RESYNC: (1.10-1.11); FILE MERGED 2004/09/12 18:15:10 cl 1.10.12.6: removed animation mode 2004/09/01 11:24:50 af 1.10.12.5: Renamed three slots. 2004/08/31 13:16:28 af 1.10.12.4: #i33627# Added slot and argument id for making the task pane visible. 2004/08/28 22:35:03 cl 1.10.12.3: removed old presentation code 2004/08/25 16:42:25 cl 1.10.12.2: replaced old FuSlideShow with new SlideShow 2004/07/28 11:10:35 cl 1.10.12.1: #i31376# added strings for translation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9413ca5e12e42192d0d590d15025dda001844918]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:10:35 cl 1.1.2.2: #i31376# added strings for translation 2004/06/18 14:37:44 cl 1.1.2.1: common helper for animations in sd

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8d36e2b9e598ca9764fad6bf3ffc8a48bece910b]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/27 20:23:51 cl 1.1.2.4: added slide transition undo 2004/09/26 18:33:24 cl 1.1.2.3: added animation undo 2004/09/02 09:10:22 cl 1.1.2.2: moved effect and transition presets access to a singleton 2004/08/19 09:50:53 cl 1.1.2.1: new helper for transition presets

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4954e95fab988a69a9b5dcf1345a322741d9cb8d]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/12 22:52:32 cl 1.1.2.6: added text only effects ui support 2004/09/09 14:22:30 cl 1.1.2.5: added random nodes support 2004/09/07 21:51:43 cl 1.1.2.4: added random animation node 2004/09/02 09:10:22 cl 1.1.2.3: moved effect and transition presets access to a singleton 2004/08/19 09:51:13 cl 1.1.2.2: new helper for transition presets 2004/07/28 11:10:34 cl 1.1.2.1: #i31376# added strings for translation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6cf9653c9ced31d14850a3f02a0146cc5203b0aa]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/11 11:46:52 cl 1.1.2.17: fixed creating of empty interactive sequence 2004/11/10 17:19:50 cl 1.1.2.16: changed begin for click animations to click event 2004/10/30 00:35:46 cl 1.1.2.15: #i36222# fixed a rebuild issue with interactive sequences 2004/10/08 12:38:52 cl 1.1.2.14: listen on text changes on objects with effects 2004/09/30 20:44:27 cl 1.1.2.13: list to paragraph changes for effects 2004/09/26 18:33:24 cl 1.1.2.12: added animation undo 2004/09/22 12:38:02 cl 1.1.2.11: added support for XCommand 2004/09/06 11:04:27 cl 1.1.2.10: added preview support 2004/09/03 15:04:27 cl 1.1.2.9: added sound UI 2004/08/30 13:56:11 cl 1.1.2.8: added support for trigger effects 2004/08/30 08:42:45 bm 1.1.2.7: semicolon after closing brace of namespace not allowed (Solaris) 2004/08/29 23:00:01 cl 1.1.2.6: added support for trigger effects 2004/08/29 22:54:53 cl 1.1.2.5: added support for trigger effects 2004/08/22 22:20:46 cl 1.1.2.4: dependency clean up and more text group support 2004/08/19 22:05:44 cl 1.1.2.3: added creation support for text groups 2004/08/19 09:51:12 cl 1.1.2.2: new helper for transition presets 2004/07/28 11:10:34 cl 1.1.2.1: #i31376# added strings for translation

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e9f543edce50a92bd7b2a45cedf93456edde2fa]

        INTEGRATION: CWS toolbars3 (1.2.56); FILE MERGED 2004/11/05 10:21:58 cd 1.2.56.1: #i35062# New toolbars from CJ according to spec

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3ebce69594f0d0c7971acf9bb334b9351d785a78]

        INTEGRATION: CWS presentationengine01 (1.3.262); FILE MERGED 2004/04/16 12:43:21 cl 1.3.262.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fde21a66579593ac8d3f7dc1b7f2ed45aadd23de]

        INTEGRATION: CWS presentationengine01 (1.38.116); FILE MERGED 2004/10/12 22:28:35 thb 1.38.116.4: RESYNC: (1.42-1.44); FILE MERGED 2004/07/23 12:47:56 thb 1.38.116.3: RESYNC: (1.40-1.42); FILE MERGED 2004/07/06 13:10:12 thb 1.38.116.2: RESYNC: (1.38-1.40); FILE MERGED 2004/04/16 12:43:21 cl 1.38.116.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1ae35247bc10a1a7909a0e3fbb4d8fcdc79e7bcd]

        INTEGRATION: CWS presentationengine01 (1.109.32); FILE MERGED 2004/10/12 22:28:27 thb 1.109.32.4: RESYNC: (1.114-1.115); FILE MERGED 2004/07/23 12:47:47 thb 1.109.32.3: RESYNC: (1.113-1.114); FILE MERGED 2004/07/06 13:10:01 thb 1.109.32.2: RESYNC: (1.109-1.113); FILE MERGED 2004/04/16 12:43:21 cl 1.109.32.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c650027a22863b288184507bb8289d0eda98d528]

        INTEGRATION: CWS presentationengine01 (1.101.118); FILE MERGED 2004/11/17 19:15:12 thb 1.101.118.5: RESYNC: (1.106-1.107); FILE MERGED 2004/10/12 22:28:08 thb 1.101.118.4: RESYNC: (1.105-1.106); FILE MERGED 2004/07/23 12:47:24 thb 1.101.118.3: RESYNC: (1.104-1.105); FILE MERGED 2004/07/06 13:09:25 thb 1.101.118.2: RESYNC: (1.101-1.104); FILE MERGED 2004/04/16 12:43:20 cl 1.101.118.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4a6534755b170cdf2d2b640586a6120e3c193c98]

        INTEGRATION: CWS presentationengine01 (1.34.164); FILE MERGED 2004/11/17 19:11:44 thb 1.34.164.5: RESYNC: (1.38-1.39); FILE MERGED 2004/08/23 11:58:32 thb 1.34.164.4: RESYNC: (1.37-1.38); FILE MERGED 2004/07/23 12:19:16 thb 1.34.164.3: RESYNC: (1.36-1.37); FILE MERGED 2004/07/06 12:59:32 thb 1.34.164.2: RESYNC: (1.34-1.36); FILE MERGED 2004/04/16 12:41:10 cl 1.34.164.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [99103e7e703791da6b64fdff95c8823d9ba901c0]

        INTEGRATION: CWS presentationengine01 (1.82.46); FILE MERGED 2004/11/17 19:11:35 thb 1.82.46.8: RESYNC: (1.90-1.91); FILE MERGED 2004/10/12 22:23:41 thb 1.82.46.7: RESYNC: (1.87-1.90); FILE MERGED 2004/08/23 11:58:24 thb 1.82.46.6: RESYNC: (1.86-1.87); FILE MERGED 2004/07/23 12:19:08 thb 1.82.46.5: RESYNC: (1.85-1.86); FILE MERGED 2004/07/06 12:58:49 thb 1.82.46.4: RESYNC: (1.82-1.85); FILE MERGED 2004/06/18 14:43:48 cl 1.82.46.3: initial after effect support 2004/06/01 12:50:20 thb 1.82.46.2: #i10000# Fixed some *nix compile breakages 2004/04/16 12:41:09 cl 1.82.46.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c6836ecd44a3f3c2b9a256f9bdb65576b575cf15]

        INTEGRATION: CWS presentationengine01 (1.18.252); FILE MERGED 2004/11/17 19:10:16 thb 1.18.252.5: RESYNC: (1.21-1.22); FILE MERGED 2004/10/12 22:23:32 thb 1.18.252.4: RESYNC: (1.20-1.21); FILE MERGED 2004/07/23 12:18:47 thb 1.18.252.3: RESYNC: (1.19-1.20); FILE MERGED 2004/07/06 12:56:11 thb 1.18.252.2: RESYNC: (1.18-1.19); FILE MERGED 2004/04/16 12:41:09 cl 1.18.252.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [543c2d44f303e4b0806150966383ff45fb162160]

        INTEGRATION: CWS presentationengine01 (1.47.236); FILE MERGED 2004/11/22 23:10:57 thb 1.47.236.8: #i10000# Resolving merge problems: temporarily removed shorter SdXMLCustomShapeContext, until further clarified by CL 2004/11/17 19:09:34 thb 1.47.236.7: RESYNC: (1.53-1.55); FILE MERGED 2004/11/09 11:54:48 ka 1.47.236.6: added  XML_TOKEN_MAP_END 2004/10/12 22:23:13 thb 1.47.236.5: RESYNC: (1.52-1.53); FILE MERGED 2004/09/03 15:15:01 thb 1.47.236.4: #110496# Fixes by SJ (seems that the merge went wrong here) 2004/07/23 12:18:26 thb 1.47.236.3: RESYNC: (1.50-1.52); FILE MERGED 2004/07/06 12:55:58 thb 1.47.236.2: RESYNC: (1.47-1.50); FILE MERGED 2004/04/16 12:41:09 cl 1.47.236.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9d835dc6f7296a29f7a4c9999542c2270bb95591]

        INTEGRATION: CWS presentationengine01 (1.30.240); FILE MERGED 2004/11/17 19:09:16 thb 1.30.240.6: RESYNC: (1.38-1.39); FILE MERGED 2004/10/12 22:22:54 thb 1.30.240.5: RESYNC: (1.34-1.38); FILE MERGED 2004/08/23 11:58:15 thb 1.30.240.4: RESYNC: (1.33-1.34); FILE MERGED 2004/07/23 12:18:19 thb 1.30.240.3: RESYNC: (1.32-1.33); FILE MERGED 2004/07/06 12:55:37 thb 1.30.240.2: RESYNC: (1.30-1.32); FILE MERGED 2004/04/16 12:41:08 cl 1.30.240.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [81f8e99776812c3da6ab920daeab25cc16094445]

        INTEGRATION: CWS presentationengine01 (1.57.84); FILE MERGED 2004/11/17 19:09:07 thb 1.57.84.5: RESYNC: (1.63-1.64); FILE MERGED 2004/08/23 11:58:07 thb 1.57.84.4: RESYNC: (1.62-1.63); FILE MERGED 2004/07/23 12:18:10 thb 1.57.84.3: RESYNC: (1.61-1.62); FILE MERGED 2004/07/06 12:55:25 thb 1.57.84.2: RESYNC: (1.57-1.61); FILE MERGED 2004/04/16 12:41:08 cl 1.57.84.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f6653b77d8bdcab5d685b8d0c4456ac62db8e2fb]

        INTEGRATION: CWS presentationengine01 (1.20.164); FILE MERGED 2004/11/17 19:09:00 thb 1.20.164.4: RESYNC: (1.22-1.23); FILE MERGED 2004/10/12 22:22:46 thb 1.20.164.3: RESYNC: (1.21-1.22); FILE MERGED 2004/07/06 12:55:14 thb 1.20.164.2: RESYNC: (1.20-1.21); FILE MERGED 2004/04/16 12:41:08 cl 1.20.164.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d27fe00d2950e6d12c167191dfc71e40100f6cc7]

        INTEGRATION: CWS presentationengine01 (1.37.164); FILE MERGED 2004/11/17 19:08:53 thb 1.37.164.7: RESYNC: (1.42-1.43); FILE MERGED 2004/10/12 22:22:38 thb 1.37.164.6: RESYNC: (1.39-1.42); FILE MERGED 2004/09/23 15:56:28 cl 1.37.164.5: final smil xml spec changes 2004/09/22 16:44:20 cl 1.37.164.4: smil spec update 2004/07/23 12:18:02 thb 1.37.164.3: RESYNC: (1.38-1.39); FILE MERGED 2004/07/06 12:55:02 thb 1.37.164.2: RESYNC: (1.37-1.38); FILE MERGED 2004/04/16 12:41:08 cl 1.37.164.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f65604326002c31a4340bb464244fbfbfb3742b6]

        INTEGRATION: CWS presentationengine01 (1.85.84); FILE MERGED 2004/11/26 14:37:01 thb 1.85.84.7: RESYNC: (1.90-1.91); FILE MERGED 2004/11/17 19:08:37 thb 1.85.84.6: RESYNC: (1.89-1.90); FILE MERGED 2004/10/12 22:22:31 thb 1.85.84.5: RESYNC: (1.88-1.89); FILE MERGED 2004/09/22 16:44:19 cl 1.85.84.4: smil spec update 2004/07/23 12:17:54 thb 1.85.84.3: RESYNC: (1.87-1.88); FILE MERGED 2004/07/06 12:54:37 thb 1.85.84.2: RESYNC: (1.85-1.87); FILE MERGED 2004/04/16 12:41:07 cl 1.85.84.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8a61f24b4b4bf5c504462fdb730e84ea9e174299]

        INTEGRATION: CWS presentationengine01 (1.28.22); FILE MERGED 2004/11/26 14:36:38 thb 1.28.22.2: RESYNC: (1.28-1.29); FILE MERGED 2004/08/19 12:14:32 cl 1.28.22.1: new smil slide transitions

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [aba7ac837eda80367cbbb6adaba55f273f09d8fa]

        INTEGRATION: CWS presentationengine01 (1.69.4); FILE MERGED 2004/11/26 14:36:49 thb 1.69.4.5: RESYNC: (1.74-1.77); FILE MERGED 2004/11/17 19:08:29 thb 1.69.4.4: RESYNC: (1.71-1.74); FILE MERGED 2004/10/12 22:22:22 thb 1.69.4.3: RESYNC: (1.70-1.71); FILE MERGED 2004/08/23 11:57:59 thb 1.69.4.2: RESYNC: (1.69-1.70); FILE MERGED 2004/08/19 12:14:32 cl 1.69.4.1: new smil slide transitions

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5fa2a18ebb308c8c585e8e40d93e6daf36cfce20]

        INTEGRATION: CWS presentationengine01 (1.15.262); FILE MERGED 2004/07/06 12:53:30 thb 1.15.262.3: RESYNC: (1.15-1.16); FILE MERGED 2004/06/01 12:50:20 thb 1.15.262.2: #i10000# Fixed some *nix compile breakages 2004/04/16 12:41:07 cl 1.15.262.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3bcafe65fe678657277273ad1f9dbd120e473741]

        INTEGRATION: CWS presentationengine01 (1.12.50); FILE MERGED 2004/08/22 22:34:11 cl 1.12.50.2: fixed old animation import 2004/04/16 12:41:07 cl 1.12.50.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d0bdf5926f6ba53d224cf3113d7ee2b9bc59012e]

        INTEGRATION: CWS presentationengine01 (1.13.234); FILE MERGED 2004/04/16 12:41:06 cl 1.13.234.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f6b6b95b42d9f69bae7b3610b3335a7dcf466320]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/20 14:31:12 cl 1.1.2.14: added dim attribute name 2004/09/29 18:00:14 cl 1.1.2.13: fixed Event.Source import 2004/09/23 15:56:27 cl 1.1.2.12: final smil xml spec changes 2004/09/22 16:44:19 cl 1.1.2.11: smil spec update 2004/09/09 12:37:27 cl 1.1.2.10: added random nodes support 2004/09/07 21:53:39 cl 1.1.2.9: added random animation node 2004/09/03 23:54:28 cl 1.1.2.8: added audio support 2004/07/28 10:40:04 cl 1.1.2.7: fixes 2004/07/27 20:26:20 cl 1.1.2.6: added group id and some fixes 2004/06/18 14:43:48 cl 1.1.2.5: initial after effect support 2004/06/14 11:49:25 cl 1.1.2.4: added formula support 2004/06/01 12:50:19 thb 1.1.2.3: #i10000# Fixed some *nix compile breakages 2004/05/04 14:36:57 cl 1.1.2.2: added component for smil animation import 2004/04/16 12:40:43 cl 1.1.2.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2597adca36cf350dab48fc30516811e1ed3e5ea8]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/20 14:31:12 cl 1.1.2.14: added dim attribute name 2004/10/04 19:13:47 thb 1.1.2.13: #i34946# Added missing subtypes for slide transitions 2004/09/23 15:56:27 cl 1.1.2.12: final smil xml spec changes 2004/09/22 16:44:19 cl 1.1.2.11: smil spec update 2004/09/07 21:53:39 cl 1.1.2.10: added random animation node 2004/09/03 23:54:27 cl 1.1.2.9: added audio support 2004/09/03 15:03:43 cl 1.1.2.8: added missing opacity attribute name 2004/09/02 14:43:30 cl 1.1.2.7: new transitions 2004/07/28 10:40:04 cl 1.1.2.6: fixes 2004/07/27 20:26:20 cl 1.1.2.5: added group id and some fixes 2004/06/18 14:43:47 cl 1.1.2.4: initial after effect support 2004/06/14 11:49:25 cl 1.1.2.3: added formula support 2004/05/04 14:36:56 cl 1.1.2.2: added component for smil animation import 2004/04/16 12:40:53 cl 1.1.2.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d862fcdcc4953b8317f14dc2a2a38326d5744937]

        INTEGRATION: CWS presentationengine01 (1.52.14); FILE MERGED 2004/11/22 23:09:10 thb 1.52.14.15: #i10000# Resolving merge problems: XMLImpressImport* no longer in the master version, removed 2004/11/17 19:08:04 thb 1.52.14.14: RESYNC: (1.69-1.73); FILE MERGED 2004/10/13 17:58:38 thb 1.52.14.13: #i10000# Removed merge artifact (introduced duplicate declaration of XML_DIAMOND token) 2004/10/12 22:21:41 thb 1.52.14.12: RESYNC: (1.68-1.69); FILE MERGED 2004/10/04 19:13:46 thb 1.52.14.11: #i34946# Added missing subtypes for slide transitions 2004/09/23 15:56:09 cl 1.52.14.10: final smil xml spec changes 2004/09/22 16:43:25 cl 1.52.14.9: smil spec update 2004/08/31 18:46:20 cl 1.52.14.8: added missing transition types and subtypes 2004/08/23 08:39:19 cl 1.52.14.7: resolved merge conflicts 2004/07/28 10:39:55 cl 1.52.14.6: fixes 2004/07/27 20:24:01 cl 1.52.14.5: fixes 2004/07/23 12:16:17 thb 1.52.14.4: RESYNC: (1.58-1.62); FILE MERGED 2004/07/06 12:52:19 thb 1.52.14.3: RESYNC: (1.52-1.58); FILE MERGED 2004/06/18 14:43:29 cl 1.52.14.2: initial after effect support 2004/04/16 12:43:42 cl 1.52.14.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bf220bc259312eaa89e04f89f32837de6db1ec74]

        INTEGRATION: CWS presentationengine01 (1.72.64); FILE MERGED 2004/11/17 19:07:55 thb 1.72.64.6: RESYNC: (1.76-1.77); FILE MERGED 2004/10/12 22:21:32 thb 1.72.64.5: RESYNC: (1.75-1.76); FILE MERGED 2004/08/23 11:57:36 thb 1.72.64.4: RESYNC: (1.74-1.75); FILE MERGED 2004/07/23 12:16:08 thb 1.72.64.3: RESYNC: (1.73-1.74); FILE MERGED 2004/07/06 12:52:09 thb 1.72.64.2: RESYNC: (1.72-1.73); FILE MERGED 2004/04/16 12:43:42 cl 1.72.64.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [24abb684c6f1056c276acbf0357d71f452ec0455]

        INTEGRATION: CWS presentationengine01 (1.101.160); FILE MERGED 2004/11/17 19:07:47 thb 1.101.160.6: RESYNC: (1.108-1.111); FILE MERGED 2004/10/12 22:21:24 thb 1.101.160.5: RESYNC: (1.106-1.108); FILE MERGED 2004/08/23 11:57:28 thb 1.101.160.4: RESYNC: (1.105-1.106); FILE MERGED 2004/07/23 12:15:59 thb 1.101.160.3: RESYNC: (1.104-1.105); FILE MERGED 2004/07/06 12:52:00 thb 1.101.160.2: RESYNC: (1.101-1.104); FILE MERGED 2004/04/16 12:43:41 cl 1.101.160.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7158c0bee4e50347c7ac676df213c4a19e0cb770]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/04/16 13:46:04 cl 1.1.2.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cdc7555d8346a0a983bd503ea3a4a64100b0f43e]

        INTEGRATION: CWS presentationengine01 (1.20.252); FILE MERGED 2004/11/17 19:07:40 thb 1.20.252.2: RESYNC: (1.20-1.21); FILE MERGED 2004/04/16 12:43:41 cl 1.20.252.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [387392ad4500f36e7c458b9dd009f598e35ba8d3]

        INTEGRATION: CWS presentationengine01 (1.15.240); FILE MERGED 2004/11/22 23:09:10 thb 1.15.240.6: #i10000# Resolving merge problems: XMLImpressImport* no longer in the master version, removed 2004/11/17 19:07:32 thb 1.15.240.5: RESYNC: (1.17-1.18); FILE MERGED 2004/10/12 22:21:15 thb 1.15.240.4: RESYNC: (1.16-1.17); FILE MERGED 2004/07/28 10:39:55 cl 1.15.240.3: fixes 2004/07/23 12:15:38 thb 1.15.240.2: RESYNC: (1.15-1.16); FILE MERGED 2004/05/04 14:36:45 cl 1.15.240.1: added component for smil animation import

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7e73484cc03407133fa6a6c7a838ab179a62f35b]

        INTEGRATION: CWS presentationengine01 (1.9.268); FILE MERGED 2004/11/26 13:02:18 thb 1.9.268.8: RESYNC: (1.13-1.14); FILE MERGED 2004/11/17 19:06:01 thb 1.9.268.7: RESYNC: (1.12-1.13); FILE MERGED 2004/09/22 16:44:29 cl 1.9.268.6: smil spec update 2004/08/23 11:56:31 thb 1.9.268.5: RESYNC: (1.11-1.12); FILE MERGED 2004/08/23 08:39:00 cl 1.9.268.4: resolved merge conflicts 2004/07/23 12:11:09 thb 1.9.268.3: RESYNC: (1.10-1.11); FILE MERGED 2004/07/06 12:49:24 thb 1.9.268.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/16 12:25:46 cl 1.9.268.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [69411300b1e3793da54a720810dfc77cc9b74350]

        INTEGRATION: CWS presentationengine01 (1.167.264); FILE MERGED 2004/11/17 19:05:53 thb 1.167.264.2: RESYNC: (1.167-1.168); FILE MERGED 2004/04/16 12:25:46 cl 1.167.264.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [112ae29a3d278810d906608e7e63735fc0392a3f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/04/16 12:24:52 cl 1.1.2.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eb157612803857d872d8dc1519baa6609a96d071]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 16:44:29 cl 1.1.2.2: smil spec update 2004/04/16 12:24:43 cl 1.1.2.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8c64c3ecdd84b332fb31a877b9bb9e7d86d28ed1]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/04/16 12:24:33 cl 1.1.2.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5cb3322955f5f556fda7bfb7f07aa13ea21edc71]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/04/16 12:24:24 cl 1.1.2.1: smil support for impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3533117f779bcdb8b443bbb1ebf5135881421509]

        INTEGRATION: CWS presentationengine01 (1.7.28); FILE MERGED 2004/11/18 12:31:23 thb 1.7.28.3: #118514# Canvas reorg 2004/11/17 19:03:50 thb 1.7.28.2: RESYNC: (1.7-1.9); FILE MERGED 2004/10/04 21:18:59 thb 1.7.28.1: #110496# Added vclcanvas unconditionally also for Windows, now that we have canvasfactory fallback behaviour implemented

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ab5a0125e860c3e2b417a0721c126a0e2f61818f]

        INTEGRATION: CWS presentationengine01 (1.2.62); FILE MERGED 2004/11/26 12:17:41 thb 1.2.62.4: RESYNC: (1.4-1.5); FILE MERGED 2004/08/19 11:00:19 cl 1.2.62.3: new transition presets 2004/07/23 13:56:15 thb 1.2.62.2: RESYNC: (1.2-1.4); FILE MERGED 2004/05/04 14:35:49 cl 1.2.62.1: added smil animations to impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9a86068b0e42a3b2cbe4a82ae94901e7845cd352]

        INTEGRATION: CWS presentationengine01 (1.2.62); FILE MERGED 2004/11/26 12:17:14 thb 1.2.62.7: RESYNC: (1.7-1.9); FILE MERGED 2004/11/17 18:58:20 thb 1.2.62.6: RESYNC: (1.6-1.7); FILE MERGED 2004/10/12 22:11:25 thb 1.2.62.5: RESYNC: (1.5-1.6); FILE MERGED 2004/08/19 11:00:18 cl 1.2.62.4: new transition presets 2004/07/23 13:55:55 thb 1.2.62.3: RESYNC: (1.3-1.5); FILE MERGED 2004/07/06 19:05:28 thb 1.2.62.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/04 14:35:49 cl 1.2.62.1: added smil animations to impress

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cb49cd62aadd6f3087aa12d4b14cf56d82ac678a]

        INTEGRATION: CWS presentationengine01 (1.1.38); FILE MERGED 2004/09/08 16:48:04 dbo 1.1.38.1: #110496# added canvas factory

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [737d4862a1568f619dfaa0c8bebef5f206c2c790]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/19 22:12:04 thb 1.2.2.4: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/08/05 20:01:51 thb 1.2.2.3: #110496# Added transitions subdir, therefore had to move headers out of source/engine into source/inc 2004/07/27 16:28:16 thb 1.2.2.2: #110496# Added generic export filter 2004/04/05 16:06:11 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b77630735fec5ab2f8e9879cae4fc7e1182b458b]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/27 16:28:05 thb 1.1.2.1: #110496# Added generic export filter

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bdc21aa1b87d402dc472287e45937fe5ac52e3a8]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/19 22:07:24 thb 1.1.2.1: #110496#, #i35043# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d5a7ed0bd517a81dcd669ead4443043da3dc5a96]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/05 20:00:01 thb 1.1.2.3: #110496# Moved from source/engine 2004/08/01 20:08:14 thb 1.1.2.2: #110496# Changed slideshow API to match the needs of sd more closely 2004/07/22 19:34:50 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [766a736e41517f975cc8999ce3fa1cdd11357ffe]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/03 15:06:27 thb 1.1.2.6: #110496# Changed view clear mechanics: now, the XSlideShowView is responsible for full view clears. Furthermore, implemented resizing during the running slideshow 2004/08/31 01:12:35 thb 1.1.2.5: #110496# Implemented shape broadcasting, added CurrentPage property when calling the UnoGraphicExporter for shape metafiles 2004/08/19 00:17:18 thb 1.1.2.4: #110496# Mostly fixes for correct text animation and iteration, plus a first working version of an optimized redraw 2004/08/05 20:00:01 thb 1.1.2.3: #110496# Moved from source/engine 2004/08/01 20:08:14 thb 1.1.2.2: #110496# Changed slideshow API to match the needs of sd more closely 2004/07/22 19:34:39 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f10e47be537119aef555ddec4971190341014559]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/03 18:41:29 thb 1.1.2.7: #i36221# Now honoring interactive sequences (apart from the main animation sequence), which enables trigger effects to work. Had to tweak quite some more, to get click handling, and mouse cursor changes to work with that (now, a registered shape click event at the UserEventQueue automatically sets the shape cursor to REFHAND, as long as events are pending for that shape) 2004/10/22 16:36:49 thb 1.1.2.6: #107736# Added AdvanceOnClick and ImageAnimationsAllowed properties 2004/10/21 23:24:39 thb 1.1.2.5: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/09/06 13:50:03 thb 1.1.2.4: #110496# Reworked event handling, we now have the EventMultiplexer, which is the only instance actually registering a listener at the view. Added user painting on the slideshow canvas 2004/08/31 17:05:23 thb 1.1.2.3: #110496# Added automatic slide transition support, added user interaction to activate slide transitions 2004/08/31 01:12:35 thb 1.1.2.2: #110496# Implemented shape broadcasting, added CurrentPage property when calling the UnoGraphicExporter for shape metafiles 2004/08/05 20:00:01 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7e3c5a2dfb99b563e0b1622e630c147ca29bad29]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/12 20:58:08 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7faea72ab422d7566a0c46240b591e72c0728a35]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/05 20:00:01 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [672bf7b73a46e9207f8952f63453c805cc67c550]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/04 14:48:03 dbo 1.1.2.3: #i36255# fixing docu Issue number: Submitted by: Reviewed by: 2004/08/19 00:15:55 thb 1.1.2.2: #110496# Corrected minor ClippingAnimation issues, added new REVERSEMETHOD_SUBTRACT_AND_INVERT enum value and implementation 2004/08/11 16:54:38 dbo 1.1.2.1: #110496# transition info Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [725468d2013100b2fce87e9bccf1478ca8474604]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/19 22:12:04 thb 1.1.2.8: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/09/12 21:03:40 thb 1.1.2.7: #110496# Now painting views black, intially. The slide now has an explicit shape, which, if necessary, paints the page background in white. Furthermore, slide transitions now handle the case correctly, when the leaving slide is invalid 2004/09/03 17:56:21 thb 1.1.2.6: #110496# Added support for TransitionType::RANDOM 2004/09/01 20:26:46 thb 1.1.2.5: #110496# Implemented fade, slide and push special transition effects (had to pass Slide ptrs to transitionfactory again) 2004/08/27 18:54:36 thb 1.1.2.4: #110496# Implemented slide transitions, fixed some minor sd integration probs (repaints, updateScreen 2004/08/19 17:31:25 thb 1.1.2.3: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/11 16:54:38 dbo 1.1.2.2: #110496# transition info Issue number: Submitted by: Reviewed by: 2004/08/05 20:00:02 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cc9ce99bf5d9ddd26435e180aef15640235ff910]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/31 01:12:35 thb 1.1.2.7: #110496# Implemented shape broadcasting, added CurrentPage property when calling the UnoGraphicExporter for shape metafiles 2004/08/27 18:54:36 thb 1.1.2.6: #110496# Implemented slide transitions, fixed some minor sd integration probs (repaints, updateScreen 2004/08/23 19:17:17 thb 1.1.2.5: #110496# Implemented remaining attribute animations, fixed some performance problems 2004/08/20 00:26:02 thb 1.1.2.4: #110496# Fixed faulty string map lookup (values not in the map where mapped to closest map entry) 2004/08/19 17:31:25 thb 1.1.2.3: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/13 20:33:38 thb 1.1.2.2: #110496# Implemented color animations 2004/08/05 20:00:01 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2ab0da9260d7f96d898a312e1fb94d17c7598a2d]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/25 15:56:30 thb 1.1.2.2: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec) 2004/08/05 20:00:00 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e16481d8ffdd7b63db26f091d727de2d8b0d95bd]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/05 20:00:00 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9a391d0aff219bdd975c6e91be611d4c247d333b]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/14 17:24:03 thb 1.1.2.1: #i35014# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7f0a1d416d81e95b5c08e045f8a4a642d0ffdaed]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/22 19:34:19 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [88dcec4cc5012387a897f9228440bdee23867565]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/21 23:24:39 thb 1.1.2.2: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/10/19 22:07:33 thb 1.1.2.1: #110496#, #i35043# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cb6cace1fa7a44d2c734897b9a4c7d91b89c8686]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/30 15:01:04 thb 1.1.2.2: #110496# Added another special transition effect (comb transition); sorted out various gcc -Wall warnings; improved docs 2004/08/05 19:59:59 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f1b3c09a8bc83c5924f78802033907c03e0057c0]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/15 11:47:37 thb 1.1.2.20: #i35043# Now handle the case of a missing main sequence (have to manually trigger slideAnimationEnd then) 2004/11/10 15:33:36 thb 1.1.2.19: #i36284# Fixed unholy interaction between wait cursor and hidden/pen cursor settings 2004/11/08 06:05:22 thb 1.1.2.18: #110496# Implemented slide pre-rendering, with bitmap buffering for various slide states at the Slide object; added dedicated backbuffer objects for background shape; corrected animation node restart behaviour; added wait cursor display 2004/11/03 18:41:28 thb 1.1.2.17: #i36221# Now honoring interactive sequences (apart from the main animation sequence), which enables trigger effects to work. Had to tweak quite some more, to get click handling, and mouse cursor changes to work with that (now, a registered shape click event at the UserEventQueue automatically sets the shape cursor to REFHAND, as long as events are pending for that shape) 2004/11/02 00:01:03 thb 1.1.2.16: #i36284#, #i36283#: Added MouseVisible attribute; fixed prob with UserPaintOverlay not being removed when the next slide became visible; Added ForceManualAdvance attribute 2004/10/22 16:36:49 thb 1.1.2.15: #107736# Added AdvanceOnClick and ImageAnimationsAllowed properties 2004/10/21 23:24:38 thb 1.1.2.14: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/10/19 22:12:03 thb 1.1.2.13: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/10/08 20:08:18 thb 1.1.2.12: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/09/12 21:03:40 thb 1.1.2.11: #110496# Now painting views black, intially. The slide now has an explicit shape, which, if necessary, paints the page background in white. Furthermore, slide transitions now handle the case correctly, when the leaving slide is invalid 2004/09/09 15:38:33 thb 1.1.2.10: #110496# Changed slideshow API to handle properties more flexible; added start slide index to show(); internally, wired user paint mode into slideshow 2004/09/09 14:36:54 cl 1.1.2.9: make use of the animation node sequence from show() 2004/09/06 13:50:02 thb 1.1.2.8: #110496# Reworked event handling, we now have the EventMultiplexer, which is the only instance actually registering a listener at the view. Added user painting on the slideshow canvas 2004/09/03 15:06:27 thb 1.1.2.7: #110496# Changed view clear mechanics: now, the XSlideShowView is responsible for full view clears. Furthermore, implemented resizing during the running slideshow 2004/09/03 11:00:25 thb 1.1.2.6: #110496# Slide event handling was completely broken, fixed that (the reason was that ultimately, the presentation did not call prefetchShow before asking isAnimated) 2004/09/01 20:26:46 thb 1.1.2.5: #110496# Implemented fade, slide and push special transition effects (had to pass Slide ptrs to transitionfactory again) 2004/08/31 17:05:23 thb 1.1.2.4: #110496# Added automatic slide transition support, added user interaction to activate slide transitions 2004/08/31 13:26:01 thb 1.1.2.3: #110496# Implemented shape broadcasting 2004/08/26 12:33:54 thb 1.1.2.2: #110496# Fixed the problem that a slide's LayerManager stayed registered at the ActivitiesQueue; work-arounded various basegfx clipper bugs; fixed the problem that the SlideChanger painted repeatedly into its sprites 2004/08/05 19:59:58 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [aa0a205e7c5adfef377a4fbd5fcd3e9ff659b6ce]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/15 11:58:38 thb 1.1.2.4: #102922# Fixed various text effect issues, all revolving around the fact that subsetting can be recursive - engine must be able to subset an already subsetted shape 2004/10/08 20:08:18 thb 1.1.2.3: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/08/19 17:31:25 thb 1.1.2.2: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/11 15:56:01 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fcbfce386dcda5b73ba4c1dfd696841241a5109a]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/06 13:50:02 thb 1.1.2.3: #110496# Reworked event handling, we now have the EventMultiplexer, which is the only instance actually registering a listener at the view. Added user painting on the slideshow canvas 2004/08/31 01:12:35 thb 1.1.2.2: #110496# Implemented shape broadcasting, added CurrentPage property when calling the UnoGraphicExporter for shape metafiles 2004/08/05 19:59:58 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8a17dbc4d6957617cd70e559002f90d1fc62208e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/08 20:05:40 thb 1.1.2.1: #i34997# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0334c00b65ebf7fef098352c5788af288ae961d2]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/08 20:08:18 thb 1.1.2.5: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/09/22 17:58:02 thb 1.1.2.4: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/08/23 19:17:17 thb 1.1.2.3: #110496# Implemented remaining attribute animations, fixed some performance problems 2004/08/13 20:33:38 thb 1.1.2.2: #110496# Implemented color animations 2004/08/05 19:59:58 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ac7e71c949ec0585d14b8c1d911396d4e41299ff]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/19 22:12:03 thb 1.1.2.5: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/09/22 17:58:01 thb 1.1.2.4: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/08/19 17:31:25 thb 1.1.2.3: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/13 20:33:37 thb 1.1.2.2: #110496# Implemented color animations 2004/08/05 19:59:58 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6f5f8ce62ce22ba0d15f4906410ccefea386a126]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/13 20:31:08 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c43f1a372c1d8cd613c5575c3599d4cfe0435e60]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/21 23:20:24 thb 1.1.2.1: #110496# Moved from files w/o event in the middle. Previous names were a bit ambiguous (e.g. for AnimationHandler)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eb622fc9fd49e97066274396e80316c8db5e074b]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/25 15:56:30 thb 1.1.2.2: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec) 2004/08/05 19:59:57 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [de61c47a07173773d326e02b7a56f76550d8d2fe]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/21 23:20:33 thb 1.1.2.1: #110496# Moved from files w/o event in the middle. Previous names were a bit ambiguous (e.g. for AnimationHandler)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3918b2e6462ede565a2d348ce8a554318ac3c196]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/01 22:24:39 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [51934eb3178189f44652e3992f50100c49d45f02]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/25 15:56:29 thb 1.1.2.2: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec) 2004/08/13 20:31:18 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0493634b3dc2c9ca323a869ac79d7ce59ce22b54]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/13 20:30:59 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ab89914d82992ed727a1819e039264c2ef8f9808]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 17:58:01 thb 1.1.2.2: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/08/05 19:59:56 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a2aacfc4d55b622633688f12f6cc7169a97151b8]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/05 19:59:55 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [08c7f809e4f3337f8369d53d1898fabe2fbba756]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/03 18:41:28 thb 1.1.2.5: #i36221# Now honoring interactive sequences (apart from the main animation sequence), which enables trigger effects to work. Had to tweak quite some more, to get click handling, and mouse cursor changes to work with that (now, a registered shape click event at the UserEventQueue automatically sets the shape cursor to REFHAND, as long as events are pending for that shape) 2004/10/21 23:24:38 thb 1.1.2.4: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/10/13 12:10:57 thb 1.1.2.3: #i34997#, #i35130#: Fixed transparency problem for static shapes, added mouse cursor setup when user paint mode is enabled 2004/09/06 16:07:33 thb 1.1.2.2: #i10000# Fixed various unixoid build breakages (missing types, gcc bind peculiarities, hdl instead of hpp etc. 2004/09/06 13:43:07 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b9768469ef397172a11f58431dabf509f72b6bc0]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/06 13:43:35 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b17c03d56b96a1cd9368fdd9589b8a901542e5fd]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/25 15:56:29 thb 1.1.2.2: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec) 2004/08/05 19:59:54 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f14bc5fb0c206dbfbe52e528a77f9d9e6e1608ea]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/15 11:58:37 thb 1.1.2.4: #102922# Fixed various text effect issues, all revolving around the fact that subsetting can be recursive - engine must be able to subset an already subsetted shape 2004/10/08 20:08:17 thb 1.1.2.3: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/08/11 15:54:45 thb 1.1.2.2: #110496# Implemented autoreverse support for Activities 2004/08/05 19:59:54 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7d32974be5f1b908c27a8508e46a9a33d2e8579a]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/05 19:59:54 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d180e9d19fb0e59846e77ab61de861e7d58dc0ca]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/31 17:04:36 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d1574ed217ee60415f092bf1c3f02a3c6b786d1e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/25 15:56:29 thb 1.1.2.3: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec) 2004/08/13 20:33:37 thb 1.1.2.2: #110496# Implemented color animations 2004/08/05 19:59:54 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7e608e73b01437f90d7588252e9f35f7d1ddc6ad]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/25 15:56:28 thb 1.1.2.2: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec) 2004/08/05 19:59:53 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bae39f1ffcb018b19b0706f0a88427704735d3b0]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/21 23:24:38 thb 1.1.2.2: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/08/05 19:59:53 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [83541c138d2ef82dd7b427c19a7474fc4c3c6682]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/08 20:08:17 thb 1.1.2.2: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/08/19 17:26:15 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [40a332af8d753740ebde9de1518e135aca0a296f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/19 22:12:02 thb 1.1.2.2: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/08/05 19:59:52 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bed2f12747af99d4d6e9be828e4c69c2a3fbb09f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/21 23:24:38 thb 1.1.2.4: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/10/08 20:08:17 thb 1.1.2.3: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/08/17 16:01:13 thb 1.1.2.2: #110496# Finished text iteration and text animation handling, fixed some state change problems in AnimationActivity and Animation implementations 2004/08/05 19:59:52 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ac4f2d0d3cf782af8c6384416257faebb6681fe0]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/05 19:59:52 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eeef5ef5557a5149c25f5339933fb21461a9b7d6]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/19 17:31:24 thb 1.1.2.2: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/05 19:59:52 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c08071ef39466c9a0b7719074b7d201d53165f0c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/21 23:20:14 thb 1.1.2.1: #110496# Moved from files w/o event in the middle. Previous names were a bit ambiguous (e.g. for AnimationHandler)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9bab05b69911e42f549b5a21b1bd090acab5840b]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/19 17:31:24 thb 1.1.2.3: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/17 16:01:13 thb 1.1.2.2: #110496# Finished text iteration and text animation handling, fixed some state change problems in AnimationActivity and Animation implementations 2004/08/05 19:59:51 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3574dfcc4e1ee282de47cd3a9c05ad8e7eccb529]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/19 17:31:23 thb 1.1.2.3: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/17 16:01:13 thb 1.1.2.2: #110496# Finished text iteration and text animation handling, fixed some state change problems in AnimationActivity and Animation implementations 2004/08/05 19:59:51 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [327bf802dda111e1dc42352ab1dd19684c2c632c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/06 14:02:05 thb 1.1.2.2: #110496# Adapted Sprite API to match reality (the way it was simply wasn't logical). Finished transition effect framework (not the bunch of transitions) 2004/08/05 19:59:51 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c2f791fba0ba6fbd817f711f0e1006b4ad1e0c97]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/19 17:26:06 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [477fd6b8c6c013a843844d837cc3329aa37c563d]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/05 19:59:50 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [431f47066059879be960ce63478249ceda16d888]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/12 21:03:40 thb 1.1.2.3: #110496# Now painting views black, intially. The slide now has an explicit shape, which, if necessary, paints the page background in white. Furthermore, slide transitions now handle the case correctly, when the leaving slide is invalid 2004/08/26 12:33:53 thb 1.1.2.2: #110496# Fixed the problem that a slide's LayerManager stayed registered at the ActivitiesQueue; work-arounded various basegfx clipper bugs; fixed the problem that the SlideChanger painted repeatedly into its sprites 2004/08/05 19:59:50 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b916df1598c3ebd81a73bc50337ce41c07caab0e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/13 20:33:37 thb 1.1.2.3: #110496# Implemented color animations 2004/08/11 15:54:45 thb 1.1.2.2: #110496# Implemented autoreverse support for Activities 2004/08/05 19:59:50 thb 1.1.2.1: #110496# Moved from source/engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [255f94706caa10a0ef7d001e059fc168a879aef1]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/17 11:26:30 dbo 1.1.2.1: #110496# added ZigZagWipe, BarnZigZagWipe Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d6dc922a5c74f91561f322f75e096c655ed71420]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/20 17:02:41 dbo 1.1.2.2: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/13 14:47:43 dbo 1.1.2.1: #110496# more wipes Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5a9ecb4631f1d8e138b5c7e11c5cc3bfa1a49835]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:02 thb 1.1.2.4: #110496# Moved pruneScaleValue to basegfx 2004/08/29 00:57:21 thb 1.1.2.3: #110496# Fixed minor issues for various transition effects 2004/08/20 17:02:40 dbo 1.1.2.2: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/13 14:47:42 dbo 1.1.2.1: #110496# more wipes Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [515c5021af7c02a4911f1a932055fb56ea51ed0c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/11 17:02:13 dbo 1.1.2.1: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c0e80a8492667dccdf7b4352ef51a9abab04b33e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:02 thb 1.1.2.3: #110496# Moved pruneScaleValue to basegfx 2004/08/20 17:02:40 dbo 1.1.2.2: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/11 17:02:12 dbo 1.1.2.1: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [95d5e9f09a382aad3febd692a89f4850c5402a82]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:02 thb 1.1.2.5: #110496# Moved pruneScaleValue to basegfx 2004/08/20 17:02:40 dbo 1.1.2.4: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/11 17:02:12 dbo 1.1.2.3: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:09 dbo 1.1.2.2: #110496# added transistions Issue number: Submitted by: Reviewed by: 2004/08/05 19:58:43 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [10cbfcfacc584fc734f48a98a38d77743d055f97]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/20 17:02:40 dbo 1.1.2.5: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/19 00:15:30 thb 1.1.2.4: #110496# Corrected minor ClippingAnimation issues, added new REVERSEMETHOD_SUBTRACT_AND_INVERT enum value and implementation 2004/08/11 17:02:12 dbo 1.1.2.3: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:09 dbo 1.1.2.2: #110496# added transistions Issue number: Submitted by: Reviewed by: 2004/08/05 19:58:44 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [17a94b93c44946703c688684b231a53c339ce4b2]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/04 14:49:16 dbo 1.1.2.18: #i36255# fixing tab: reverse mode Issue number: Submitted by: Reviewed by: 2004/10/04 22:12:04 thb 1.1.2.17: #i34946# Added missing subtypes for slide transitions, corrected transition mapping, implemented uncover effect by means of MovingSlideChange 2004/09/30 15:01:03 thb 1.1.2.16: #110496# Added another special transition effect (comb transition); sorted out various gcc -Wall warnings; improved docs 2004/09/22 17:58:00 thb 1.1.2.15: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/09/17 11:26:29 dbo 1.1.2.14: #110496# added ZigZagWipe, BarnZigZagWipe Issue number: Submitted by: Reviewed by: 2004/09/07 12:30:15 dbo 1.1.2.13: #110496# adding SpiralWipe, BoxSnakesWipe, misc Issue number: Submitted by: Reviewed by: 2004/09/03 17:56:21 thb 1.1.2.12: #110496# Added support for TransitionType::RANDOM 2004/09/03 16:36:22 thb 1.1.2.11: #110496# Changed assertion messages, slightly adapted transitionfactory error handling, changed dissolve to scale isotrophically 2004/09/03 09:09:23 dbo 1.1.2.10: #110496# fixes, tests Issue number: Submitted by: Reviewed by: 2004/09/02 17:07:19 dbo 1.1.2.9: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by: 2004/08/29 00:57:21 thb 1.1.2.8: #110496# Fixed minor issues for various transition effects 2004/08/20 17:02:40 dbo 1.1.2.7: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/19 00:15:30 thb 1.1.2.6: #110496# Corrected minor ClippingAnimation issues, added new REVERSEMETHOD_SUBTRACT_AND_INVERT enum value and implementation 2004/08/13 16:51:00 dbo 1.1.2.5: #110496# blinds transition Issue number: Submitted by: Reviewed by: 2004/08/13 16:18:22 dbo 1.1.2.4: #110496# Issue number: Submitted by: Reviewed by: 2004/08/13 15:25:58 dbo 1.1.2.3: #110496# pinwheelwipe Issue number: Submitted by: Reviewed by: 2004/08/13 14:47:42 dbo 1.1.2.2: #110496# more wipes Issue number: Submitted by: Reviewed by: 2004/08/11 17:02:12 dbo 1.1.2.1: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [852d8f70eba9f814189cdf6a9131bf1c4055afcd]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/30 15:01:03 thb 1.1.2.2: #110496# Added another special transition effect (comb transition); sorted out various gcc -Wall warnings; improved docs 2004/09/02 17:07:19 dbo 1.1.2.1: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [be4a165f97fd124e26bc6c57c8408c56b6850584]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/02 17:07:19 dbo 1.1.2.1: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e8a8e38bb2ae98b4c1ade4c138d81d324e679f32]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/07 12:30:15 dbo 1.1.2.1: #110496# adding SpiralWipe, BoxSnakesWipe, misc Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e74e52967aa597b4b1f529dc799cdaa3bcfe7971]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:02 thb 1.1.2.2: #110496# Moved pruneScaleValue to basegfx 2004/09/07 12:30:15 dbo 1.1.2.1: #110496# adding SpiralWipe, BoxSnakesWipe, misc Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [217933e7881bed7f3f973aa3184eac20980b5873]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/03 12:12:25 dbo 1.1.2.2: #110496# Issue number: Submitted by: Reviewed by: 2004/08/20 17:02:39 dbo 1.1.2.1: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6426d02b4b1a4fd36e91f9cfd5bf4157f7ae6e0f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:02 thb 1.1.2.2: #110496# Moved pruneScaleValue to basegfx 2004/08/20 17:02:39 dbo 1.1.2.1: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6f87e0f3318eaa73caf7ce4444b3855c84862a3e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/23 20:22:43 thb 1.1.2.15: #110496# Fixed ugly typo introduced during Solaris ternary operator fixing (did not return on else branch), renamed parameter to match semantics 2004/11/22 15:26:47 thb 1.1.2.14: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug 2004/11/21 22:08:45 thb 1.1.2.13: #110496# Adaptions to modified basegfx API after merge 2004/11/08 06:05:21 thb 1.1.2.12: #110496# Implemented slide pre-rendering, with bitmap buffering for various slide states at the Slide object; added dedicated backbuffer objects for background shape; corrected animation node restart behaviour; added wait cursor display 2004/11/07 01:45:49 thb 1.1.2.11: #i36228#, #110496# Corrected uncover slide wipe transition effect (did not correctly show entering slide, due to another bug in both canvas implementations: unchanged sprites are currently not painted. Work-around, which also speeds things up: initially render entering slide into background); corrected sharedptr debug setup; added dummy destructors (debug-only) for some high-volume classes (resource leak tracking) 2004/10/19 22:12:02 thb 1.1.2.10: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/10/04 22:32:11 thb 1.1.2.9: #i34946# Added missing subtypes for slide transitions, corrected transition mapping, implemented uncover effect by means of MovingSlideChange 2004/10/04 22:12:04 thb 1.1.2.8: #i34946# Added missing subtypes for slide transitions, corrected transition mapping, implemented uncover effect by means of MovingSlideChange 2004/09/30 15:01:02 thb 1.1.2.7: #110496# Added another special transition effect (comb transition); sorted out various gcc -Wall warnings; improved docs 2004/09/12 21:03:40 thb 1.1.2.6: #110496# Now painting views black, intially. The slide now has an explicit shape, which, if necessary, paints the page background in white. Furthermore, slide transitions now handle the case correctly, when the leaving slide is invalid 2004/09/03 17:56:21 thb 1.1.2.5: #110496# Added support for TransitionType::RANDOM 2004/09/03 16:36:22 thb 1.1.2.4: #110496# Changed assertion messages, slightly adapted transitionfactory error handling, changed dissolve to scale isotrophically 2004/09/01 21:37:05 thb 1.1.2.3: #110496# Implemented fade, slide and push special transition effects (had to pass Slide ptrs to transitionfactory again) 2004/09/01 20:26:46 thb 1.1.2.2: #110496# Implemented fade, slide and push special transition effects (had to pass Slide ptrs to transitionfactory again) 2004/08/31 14:48:36 thb 1.1.2.1: #110496# Broke up transitionfactory.cxx into two parts

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [775387fcfe8f9b06a634edfad050bfffa40deb34]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/23 20:21:41 thb 1.1.2.9: #110496# Now using the full shape area when blowing up the clip polygon (such that it also includes transformed and anti-aliased shapes 2004/10/08 20:08:16 thb 1.1.2.8: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/09/22 17:58:00 thb 1.1.2.7: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/09/03 17:56:20 thb 1.1.2.6: #110496# Added support for TransitionType::RANDOM 2004/09/03 16:36:22 thb 1.1.2.5: #110496# Changed assertion messages, slightly adapted transitionfactory error handling, changed dissolve to scale isotrophically 2004/09/03 11:00:25 thb 1.1.2.4: #110496# Slide event handling was completely broken, fixed that (the reason was that ultimately, the presentation did not call prefetchShow before asking isAnimated) 2004/09/02 17:07:18 dbo 1.1.2.3: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by: 2004/09/01 20:26:45 thb 1.1.2.2: #110496# Implemented fade, slide and push special transition effects (had to pass Slide ptrs to transitionfactory again) 2004/08/31 14:48:26 thb 1.1.2.1: #110496# Broke up transitionfactory.cxx into two parts

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [39c537f61a55f07cb2bf98c8a40230a9d3b1ec68]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/13 14:47:42 dbo 1.1.2.1: #110496# more wipes Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [52d2e037481dd5be00842e32c9d6354cfe564cd4]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:01 thb 1.1.2.3: #110496# Moved pruneScaleValue to basegfx 2004/09/30 15:01:02 thb 1.1.2.2: #110496# Added another special transition effect (comb transition); sorted out various gcc -Wall warnings; improved docs 2004/08/13 14:47:41 dbo 1.1.2.1: #110496# more wipes Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f0926e71825adc9550252f7bf941fbcb7ce26615]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/13 15:25:56 dbo 1.1.2.1: #110496# pinwheelwipe Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [641d33cce12f2927791fb1985c71385857702118]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/17 08:00:47 dbo 1.1.2.2: #110496# Issue number: Submitted by: Reviewed by: 2004/08/13 15:25:57 dbo 1.1.2.1: #110496# pinwheelwipe Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [bd8bd39ae164d050c9397ff1aa5f32d861bae881]

        INTEGRATION: CWS jl14 (1.18.26); FILE MERGED 2004/11/09 10:15:35 is 1.18.26.1: #i36821# shifting assembly settings into scp

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3118db45feba0ac681071d8553f8f606e3271756]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/05 19:58:43 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [34f05e6ccf0b8dec29eb0376999d08a599820a59]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/17 11:26:29 dbo 1.1.2.12: #110496# added ZigZagWipe, BarnZigZagWipe Issue number: Submitted by: Reviewed by: 2004/09/07 12:30:15 dbo 1.1.2.11: #110496# adding SpiralWipe, BoxSnakesWipe, misc Issue number: Submitted by: Reviewed by: 2004/09/03 09:09:23 dbo 1.1.2.10: #110496# fixes, tests Issue number: Submitted by: Reviewed by: 2004/09/02 17:07:18 dbo 1.1.2.9: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by: 2004/08/20 17:02:39 dbo 1.1.2.8: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/13 16:50:59 dbo 1.1.2.7: #110496# blinds transition Issue number: Submitted by: Reviewed by: 2004/08/13 16:18:22 dbo 1.1.2.6: #110496# Issue number: Submitted by: Reviewed by: 2004/08/13 15:25:58 dbo 1.1.2.5: #110496# pinwheelwipe Issue number: Submitted by: Reviewed by: 2004/08/13 14:47:41 dbo 1.1.2.4: #110496# more wipes Issue number: Submitted by: Reviewed by: 2004/08/11 17:02:11 dbo 1.1.2.3: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:09 dbo 1.1.2.2: #110496# added transistions Issue number: Submitted by: Reviewed by: 2004/08/05 19:58:43 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [166e23f9732e83d5fe45b21c16eb3f07a6cdc592]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/13 14:47:41 dbo 1.1.2.3: #110496# more wipes Issue number: Submitted by: Reviewed by: 2004/08/06 14:02:05 thb 1.1.2.2: #110496# Adapted Sprite API to match reality (the way it was simply wasn't logical). Finished transition effect framework (not the bunch of transitions) 2004/08/05 19:58:44 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1f6430f61a8aee303eb739d439e33ac96b68cec2]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/07 01:45:49 thb 1.1.2.13: #i36228#, #110496# Corrected uncover slide wipe transition effect (did not correctly show entering slide, due to another bug in both canvas implementations: unchanged sprites are currently not painted. Work-around, which also speeds things up: initially render entering slide into background); corrected sharedptr debug setup; added dummy destructors (debug-only) for some high-volume classes (resource leak tracking) 2004/09/30 15:01:01 thb 1.1.2.12: #110496# Added another special transition effect (comb transition); sorted out various gcc -Wall warnings; improved docs 2004/09/17 11:26:29 dbo 1.1.2.11: #110496# added ZigZagWipe, BarnZigZagWipe Issue number: Submitted by: Reviewed by: 2004/09/07 12:30:14 dbo 1.1.2.10: #110496# adding SpiralWipe, BoxSnakesWipe, misc Issue number: Submitted by: Reviewed by: 2004/09/02 17:07:18 dbo 1.1.2.9: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by: 2004/08/31 14:56:52 thb 1.1.2.8: #110496# Split up transitionfactory.cxx into two files 2004/08/27 18:54:34 thb 1.1.2.7: #110496# Implemented slide transitions, fixed some minor sd integration probs (repaints, updateScreen 2004/08/20 17:02:39 dbo 1.1.2.6: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/13 15:26:20 dbo 1.1.2.5: #110496# pinwheelwipe Issue number: Submitted by: Reviewed by: 2004/08/13 14:47:41 dbo 1.1.2.4: #110496# more wipes Issue number: Submitted by: Reviewed by: 2004/08/11 17:02:11 dbo 1.1.2.3: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:09 dbo 1.1.2.2: #110496# added transistions Issue number: Submitted by: Reviewed by: 2004/08/05 19:58:54 thb 1.1.2.1: Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [1c26728943d84423bec4ce9088685faf503ddef0]

        INTEGRATION: CWS jl14 (1.20.26); FILE MERGED 2004/11/09 10:14:29 is 1.20.26.1: #i36820# using existing condition instead of custom action

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5f2d98f4cf92dacc0ee33772777e23756d265c70]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/10 16:43:09 dbo 1.1.2.1: #110496# added transistions Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0df9a10d87145d9278eaacc0b925e771fa9a3552]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:01 thb 1.1.2.4: #110496# Moved pruneScaleValue to basegfx 2004/08/20 17:02:38 dbo 1.1.2.3: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/11 17:02:11 dbo 1.1.2.2: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:08 dbo 1.1.2.1: #110496# added transistions Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [53105e6712c4b6ad5ae3054f05cf62fc2bfbf52e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/13 14:47:41 dbo 1.1.2.3: #110496# more wipes Issue number: Submitted by: Reviewed by: 2004/08/11 17:02:11 dbo 1.1.2.2: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:08 dbo 1.1.2.1: #110496# added transistions Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a842eecca40e6b8d0f9436ac2dcecb0baeb75883]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:01 thb 1.1.2.3: #110496# Moved pruneScaleValue to basegfx 2004/08/13 14:47:40 dbo 1.1.2.2: #110496# more wipes Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:08 dbo 1.1.2.1: #110496# added transistions Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c265b3898bbef4e1aca1097dde099121228f532c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/02 17:07:18 dbo 1.1.2.1: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [47f43dbe3ee326bae7eccb6bf5527cc8d6517c51]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/03 09:09:23 dbo 1.1.2.2: #110496# fixes, tests Issue number: Submitted by: Reviewed by: 2004/09/02 17:07:18 dbo 1.1.2.1: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [862176b696d984ca6110b9517a929b340306487d]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/02 17:07:17 dbo 1.1.2.2: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by: 2004/08/13 14:47:40 dbo 1.1.2.1: #110496# more wipes Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8f1617bdfd1f0cafef19741981df3c37a8dc6ca1]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/11 17:02:11 dbo 1.1.2.1: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [008730463c7ded4a23db232613f0b85c6b68d548]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:01 thb 1.1.2.3: #110496# Moved pruneScaleValue to basegfx 2004/08/29 00:57:21 thb 1.1.2.2: #110496# Fixed minor issues for various transition effects 2004/08/11 17:02:10 dbo 1.1.2.1: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [050cf08f45143e85a8198316a9d14f00a8b86eb9]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/02 17:07:17 dbo 1.1.2.1: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d2295ca50a3ce46e46908c73bf54f96fce5ededf]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:01 thb 1.1.2.2: #110496# Moved pruneScaleValue to basegfx 2004/09/02 17:07:17 dbo 1.1.2.1: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eccbd256f4a8ebec6c498783b9dd148c835a288d]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/19 22:12:02 thb 1.1.2.2: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/09/30 14:59:19 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [996346c17bcfec0a84b6be23cd4a18ebb14674d8]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/21 22:08:45 thb 1.1.2.3: #110496# Adaptions to modified basegfx API after merge 2004/10/19 22:12:01 thb 1.1.2.2: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/09/30 14:59:08 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b81804162b5ee9d8c32abf168d3c7dd8458fc313]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/17 08:00:46 dbo 1.1.2.2: #110496# Issue number: Submitted by: Reviewed by: 2004/08/13 14:47:40 dbo 1.1.2.1: #110496# more wipes Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a7b2bc1d4ca10bb97960c1b7c5826abbfaf4c3f4]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/17 08:00:47 dbo 1.1.2.6: #110496# Issue number: Submitted by: Reviewed by: 2004/09/02 17:07:16 dbo 1.1.2.5: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by: 2004/08/20 17:02:38 dbo 1.1.2.4: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/13 16:18:22 dbo 1.1.2.3: #110496# Issue number: Submitted by: Reviewed by: 2004/08/13 15:25:57 dbo 1.1.2.2: #110496# pinwheelwipe Issue number: Submitted by: Reviewed by: 2004/08/13 14:47:39 dbo 1.1.2.1: #110496# more wipes Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a231920ff58d33c22a6f382ae7d7fb6a7042a970]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/27 18:51:55 thb 1.1.2.1: #110496# Implemented slide transitions

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2f89af708ed0159ef84eff4de966d41c297b7c38]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/21 22:08:06 thb 1.1.2.3: #110496# Adapted to clipper changes after merge 2004/08/29 00:57:21 thb 1.1.2.2: #110496# Fixed minor issues for various transition effects 2004/08/27 18:51:44 thb 1.1.2.1: #110496# Implemented slide transitions

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1113cb2791c6414fe104a4771a0959c8740e6900]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/11 17:02:10 dbo 1.1.2.1: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e212beedc8b28d72e81e68b9916fa49526101d4f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:01 thb 1.1.2.3: #110496# Moved pruneScaleValue to basegfx 2004/08/20 17:02:38 dbo 1.1.2.2: #110496# adopted polygon clipping order, added snake wipe, parallel snake wipe Issue number: Submitted by: Reviewed by: 2004/08/11 17:02:09 dbo 1.1.2.1: #110496# more transitions, modified file/class structure Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a968574c54233f2173b0c5694d4ae990f3bf6468]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/13 14:47:39 dbo 1.1.2.2: #110496# more wipes Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:07 dbo 1.1.2.1: #110496# added transistions Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0f38eb9888e695a033fd06ab4552dfc4e6b0861f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:00 thb 1.1.2.3: #110496# Moved pruneScaleValue to basegfx 2004/08/13 14:47:39 dbo 1.1.2.2: #110496# more wipes Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:07 dbo 1.1.2.1: #110496# added transistions Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a55e68baeec091ebda35b6cc74d887aa5428be0d]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/13 16:50:59 dbo 1.1.2.3: #110496# blinds transition Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:07 dbo 1.1.2.2: #110496# added transistions Issue number: Submitted by: Reviewed by: 2004/08/05 19:58:42 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [db9202cec68e16cf3e7f6714df10e49fb173bf11]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:00 thb 1.1.2.4: #110496# Moved pruneScaleValue to basegfx 2004/08/13 16:50:59 dbo 1.1.2.3: #110496# blinds transition Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:06 dbo 1.1.2.2: #110496# added transistions Issue number: Submitted by: Reviewed by: 2004/08/05 19:58:43 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2f53a653fa1e28e2ed38e9c4caca34ad93913ea5]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/02 17:07:16 dbo 1.1.2.2: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:06 dbo 1.1.2.1: #110496# added transistions Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e36c59999b1d34b8281dd1080c4effef7645ff72]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/06 19:58:00 thb 1.1.2.3: #110496# Moved pruneScaleValue to basegfx 2004/09/02 17:07:16 dbo 1.1.2.2: #110496# added doublediamondwipe, doublebarndoorwipe, figure wipes, sweepwipes, misc modifications Issue number: Submitted by: Reviewed by: 2004/08/10 16:43:06 dbo 1.1.2.1: #110496# added transistions Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c89de05157e343fe366a36aebf7c37541bac5539]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/19 22:07:59 thb 1.1.2.1: #110496#, #i35043# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [952908da0ffdf3b7948f3e5c2a8fb6357b0e4ca4]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/03 18:41:27 thb 1.1.2.11: #i36221# Now honoring interactive sequences (apart from the main animation sequence), which enables trigger effects to work. Had to tweak quite some more, to get click handling, and mouse cursor changes to work with that (now, a registered shape click event at the UserEventQueue automatically sets the shape cursor to REFHAND, as long as events are pending for that shape) 2004/10/22 16:36:49 thb 1.1.2.10: #107736# Added AdvanceOnClick and ImageAnimationsAllowed properties 2004/10/21 23:24:37 thb 1.1.2.9: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/09/06 16:07:33 thb 1.1.2.8: #i10000# Fixed various unixoid build breakages (missing types, gcc bind peculiarities, hdl instead of hpp etc. 2004/09/06 13:50:01 thb 1.1.2.7: #110496# Reworked event handling, we now have the EventMultiplexer, which is the only instance actually registering a listener at the view. Added user painting on the slideshow canvas 2004/08/31 17:05:23 thb 1.1.2.6: #110496# Added automatic slide transition support, added user interaction to activate slide transitions 2004/08/31 01:12:33 thb 1.1.2.5: #110496# Implemented shape broadcasting, added CurrentPage property when calling the UnoGraphicExporter for shape metafiles 2004/08/09 11:50:05 thb 1.1.2.4: #i10000# Fixed various const-incorrectnesses (made the stuff compile under Linux and Solaris) 2004/08/01 20:08:13 thb 1.1.2.3: #110496# Changed slideshow API to match the needs of sd more closely 2004/07/26 14:10:09 thb 1.1.2.2: #i10000# Madebind and mem_fn build under Solaris 2004/07/22 19:24:57 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f92f46203451250cc911742aa465df9c913dd7b6]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/21 23:24:37 thb 1.1.2.3: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/09/13 13:57:04 dbo 1.1.2.2: #110496# fixing boost::ref -> boost::cref Issue number: Submitted by: Reviewed by: 2004/09/12 20:57:59 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3dffea647135c7ad3f36b49026783729c75aab2c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 17:57:59 thb 1.1.2.10: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/09/09 15:38:32 thb 1.1.2.9: #110496# Changed slideshow API to handle properties more flexible; added start slide index to show(); internally, wired user paint mode into slideshow 2004/08/27 18:54:33 thb 1.1.2.8: #110496# Implemented slide transitions, fixed some minor sd integration probs (repaints, updateScreen 2004/08/25 15:56:27 thb 1.1.2.7: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec) 2004/08/23 19:17:16 thb 1.1.2.6: #110496# Implemented remaining attribute animations, fixed some performance problems 2004/08/19 17:31:22 thb 1.1.2.5: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/13 20:33:36 thb 1.1.2.4: #110496# Implemented color animations 2004/07/22 19:42:15 thb 1.1.2.3: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working 2004/05/27 15:04:55 thb 1.1.2.2: Initial revision 2004/05/23 08:22:38 thb 1.1.2.1: #110496# First working version with SMIL support (basic effects only

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [041be0cb0eb4e6c1eb153e259aa380664d7d0f9b]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/22 16:45:04 ka 1.1.2.4: use unambiguous URL to initialize player 2004/11/22 11:37:15 ka 1.1.2.3: correct handling of ::enter/leaveAnimationMode 2004/10/20 12:31:20 thb 1.1.2.2: #i35014# Backed out timeout hack, m56 seems to work properly now; removed now obsolete assertion 2004/10/14 17:23:39 thb 1.1.2.1: #i35014# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [527dc07f032047e90e55d7e9c15ce00c5ace644e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/30 16:26:17 thb 1.1.2.8: #110496# Added TODO documentation 2004/09/22 17:57:59 thb 1.1.2.7: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/08/04 11:59:48 thb 1.1.2.6: #110496# Adapted to ppt import case conventions 2004/07/26 20:40:56 thb 1.1.2.5: #i10000# MSVC requires explicit overload for plain function ptrs here 2004/07/26 18:04:03 thb 1.1.2.4: #i10000# Various adaptations to make this compile under SunWorkshop 5.5. Ultimately, had to drop unicode support from the parser, since sal_Unicode!=wchar_t, which is currently not handled properly by boost::spirit 2004/07/22 19:42:13 thb 1.1.2.3: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working 2004/05/27 20:51:33 thb 1.1.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/05/27 15:04:58 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e809ef99b5e7e4f51a2b4fcf6ed085e7930083ad]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/10 11:58:59 thb 1.2.2.7: #i1000# Solaris compiler glitch: ternary ? not handled correctly, re-phrased code 2004/09/30 15:01:00 thb 1.2.2.6: #110496# Added another special transition effect (comb transition); sorted out various gcc -Wall warnings; improved docs 2004/08/19 00:17:17 thb 1.2.2.5: #110496# Mostly fixes for correct text animation and iteration, plus a first working version of an optimized redraw 2004/08/03 19:46:36 thb 1.2.2.4: #110496# Properly clearing the views before the slideshow, setting a clipping the size of the slides 2004/07/22 19:42:12 thb 1.2.2.3: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working 2004/05/27 15:05:02 thb 1.2.2.2: Initial revision 2004/04/05 16:06:09 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ad9e51e47f98af340af1e48628d5a21f54b24b16]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/15 11:58:37 thb 1.1.2.3: #102922# Fixed various text effect issues, all revolving around the fact that subsetting can be recursive - engine must be able to subset an already subsetted shape 2004/08/19 17:31:22 thb 1.1.2.2: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/11 15:55:30 thb 1.1.2.1: Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [4dfd1ea6e8cab41395c6f82f2f3b2ba98fe25d11]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:52:04 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [dc19c399ec833a8000c5dda160adac319332e215]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:52:03 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [e4804bd8af08e49909db6f2135d90cc6302f03bb]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:52:02 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [4516b131ce4d839db2887717ee5a1ac46e1501af]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:52:01 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0542c76bc2b3fed00aa01e999c9e593b7e69335c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/26 23:43:42 thb 1.1.2.10: #110496# Fixed hefty bug for AA border generation (there's been cases where no viewshapes are left (subset shapes), and then the border rect stayed empty -> DBL_MAX/MIN went into B2DMultiRange calculation); Adapted to explicit alpha bitmap generation at the XGraphicDevice (slide bitmaps don't need alpha, they are opaque. Transparency emulation _does_ need alpha) 2004/10/13 17:56:53 thb 1.1.2.9: #i10000# Gcc doesn't seem to grok (*shared_ptr).*mpFunc any longer (parses it as a function pointer declaration?). Changed to alternative notation 2004/10/08 20:08:15 thb 1.1.2.8: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/08/25 15:56:27 thb 1.1.2.7: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec) 2004/08/23 19:17:16 thb 1.1.2.6: #110496# Implemented remaining attribute animations, fixed some performance problems 2004/08/13 20:33:36 thb 1.1.2.5: #110496# Implemented color animations 2004/08/04 17:21:06 thb 1.1.2.4: #110496# Added various boundary checks, corrected acceleration/deceleration algorithm for one boundary case 2004/07/26 20:40:28 thb 1.1.2.3: #i10000# MSVC really cannot default-initialize enums here 2004/07/26 14:10:09 thb 1.1.2.2: #i10000# Madebind and mem_fn build under Solaris 2004/07/22 19:24:01 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [2a6348f37fb98cf33c952e0f130aa01f4b9ae36a]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:52:00 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [6f7a40cc3179fd646ed20fd3b332f3c82cfaaaa3]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:51:59 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [afeca544287b221dd2f39f310a29e8e7ec8fcfc9]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:51:58 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1235e538f30474ba754bb0c9daacc8f828e8b39d]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/12 22:28:30 thb 1.2.2.17: #110496# Due to an optimizer bug, certain strings (like x+width/2) produce an infinite number of ExpressionNodes. Disabled optimization, therefore. 2004/11/08 06:05:19 thb 1.2.2.16: #110496# Implemented slide pre-rendering, with bitmap buffering for various slide states at the Slide object; added dedicated backbuffer objects for background shape; corrected animation node restart behaviour; added wait cursor display 2004/11/07 01:45:48 thb 1.2.2.15: #i36228#, #110496# Corrected uncover slide wipe transition effect (did not correctly show entering slide, due to another bug in both canvas implementations: unchanged sprites are currently not painted. Work-around, which also speeds things up: initially render entering slide into background); corrected sharedptr debug setup; added dummy destructors (debug-only) for some high-volume classes (resource leak tracking) 2004/10/19 22:11:59 thb 1.2.2.14: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/09/12 21:03:39 thb 1.2.2.13: #110496# Now painting views black, intially. The slide now has an explicit shape, which, if necessary, paints the page background in white. Furthermore, slide transitions now handle the case correctly, when the leaving slide is invalid 2004/09/06 13:50:00 thb 1.2.2.12: #110496# Reworked event handling, we now have the EventMultiplexer, which is the only instance actually registering a listener at the view. Added user painting on the slideshow canvas 2004/08/31 01:12:32 thb 1.2.2.11: #110496# Implemented shape broadcasting, added CurrentPage property when calling the UnoGraphicExporter for shape metafiles 2004/08/27 18:54:31 thb 1.2.2.10: #110496# Implemented slide transitions, fixed some minor sd integration probs (repaints, updateScreen 2004/08/27 15:34:39 ka 1.2.2.9: added mediashape.cxx, viewmediashape.cxx 2004/08/19 17:31:21 thb 1.2.2.8: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/13 20:33:35 thb 1.2.2.7: #110496# Implemented color animations 2004/08/11 16:08:37 thb 1.2.2.6: #110496# Implemented autoreverse support for Activities 2004/07/26 20:40:55 thb 1.2.2.5: #i10000# MSVC requires explicit overload for plain function ptrs here 2004/07/22 19:42:06 thb 1.2.2.4: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working 2004/05/27 15:06:45 thb 1.2.2.3: #110496# Next milestone: SMIL mapping basically working 2004/05/23 08:24:44 thb 1.2.2.2: #110496# First working version with SMIL support (basic effects only 2004/04/05 16:06:06 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [61fea0469c46064b051f36c5275f886b6ea9d5c9]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:50:25 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [a13c03523fbd522b7fe20a5d25fafabe47044e2b]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:50:24 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [b3a242056f77a51251f03e8ab4554151aafe3cb8]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:50:22 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [e89c14d2ce36fb69c4ff30e5f0fd9025d1e87ebe]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:50:21 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [be76a76b1dd838bb71842bf9d268777f733e039d]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 17:57:58 thb 1.1.2.2: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/07/22 19:42:04 thb 1.1.2.1: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [740e5d59c8505ea312745c46b771a4f75d7588cc]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:50:19 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [9c3108f365fa0804eb90886b6162a46834a01e73]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:50:18 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7b60b9c5f78de6f601ae48df7b55a25f55afec84]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/25 15:56:26 thb 1.2.2.7: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec) 2004/08/09 11:50:05 thb 1.2.2.6: #i10000# Fixed various const-incorrectnesses (made the stuff compile under Linux and Solaris) 2004/08/01 20:08:11 thb 1.2.2.5: #110496# Changed slideshow API to match the needs of sd more closely 2004/07/22 19:42:03 thb 1.2.2.4: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working 2004/06/01 14:20:46 thb 1.2.2.3: #i10000# Fixed some *nix compile breakages 2004/05/23 08:22:39 thb 1.2.2.2: #110496# First working version with SMIL support (basic effects only 2004/04/05 16:06:05 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [0d8eaf2a9535a214066c2bea0825a319c10e2572]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:50:16 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9bf342a9e6e2b58ae7dfef71ac7916f37752a716]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/03 18:41:26 thb 1.1.2.5: #i36221# Now honoring interactive sequences (apart from the main animation sequence), which enables trigger effects to work. Had to tweak quite some more, to get click handling, and mouse cursor changes to work with that (now, a registered shape click event at the UserEventQueue automatically sets the shape cursor to REFHAND, as long as events are pending for that shape) 2004/10/21 23:24:35 thb 1.1.2.4: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/10/13 12:10:55 thb 1.1.2.3: #i34997#, #i35130#: Fixed transparency problem for static shapes, added mouse cursor setup when user paint mode is enabled 2004/09/06 16:07:33 thb 1.1.2.2: #i10000# Fixed various unixoid build breakages (missing types, gcc bind peculiarities, hdl instead of hpp etc. 2004/09/06 13:42:48 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [def29342ebea1a9fbacd7908b23f26cac6cc741a]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:50:13 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [2db6c23f2daa58730be7976b1383a8f0060c63f5]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:50:10 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [4948f9ae5f87b116d82b2e72265e7997fbff79ff]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:48:54 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [ad983bbf9d90e9bc46ba9826fccf2c800d0a4928]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:48:53 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [f00f8c31780a103637f82aef2a1e11f7c5bb8bb7]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:48:51 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [46e342863a9317e4ab21a4c4efb3be8015e64581]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/13 20:31:39 thb 1.1.2.1: Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [2e0632075aa0f686e7c6a21ebe896d257080f8ef]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:47:30 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [6ab039fc84e2472e8db30d0422020e27e53c44ad]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:47:29 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3e49e5c6802ddd27a6b4081231468b5022a31da3]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/21 23:24:35 thb 1.1.2.2: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/07/22 19:35:26 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [6dd517df3a4e1cdf74fb4724d7ce944ebf520277]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:47:28 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [34a25ec70c7c307c7c19232df2a46a0cda58095e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 17:57:58 thb 1.1.2.2: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/07/22 19:25:08 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [f767d800a27e283774e8ef9d5e036899eb92c6cf]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:47:27 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [a4dd6c85a5b21cc48be52b518e5b779ad0410dd1]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:47:26 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5cec492a08c20a7670d86c35dbcd0b731dfe8d26]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/21 23:24:34 thb 1.1.2.12: #i35043# Added Event and EventTrigger functionality for after effect (but also for most of the other EventTrigger types); faked a DimColor implementation (currently based on fillcolor); refactored a little bit 2004/10/13 17:56:53 thb 1.1.2.11: #i10000# Gcc doesn't seem to grok (*shared_ptr).*mpFunc any longer (parses it as a function pointer declaration?). Changed to alternative notation 2004/09/22 17:57:57 thb 1.1.2.10: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/08/25 15:56:25 thb 1.1.2.9: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec) 2004/08/23 19:17:15 thb 1.1.2.8: #110496# Implemented remaining attribute animations, fixed some performance problems 2004/08/19 23:21:09 thb 1.1.2.7: #110496# Fixed repaint bug for exit effects (they painted visible just before end of slide) 2004/08/19 17:31:20 thb 1.1.2.6: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken 2004/08/19 00:17:16 thb 1.1.2.5: #110496# Mostly fixes for correct text animation and iteration, plus a first working version of an optimized redraw 2004/08/17 16:01:11 thb 1.1.2.4: #110496# Finished text iteration and text animation handling, fixed some state change problems in AnimationActivity and Animation implementations 2004/08/13 20:33:35 thb 1.1.2.3: #110496# Implemented color animations 2004/08/06 14:02:03 thb 1.1.2.2: #110496# Adapted Sprite API to match reality (the way it was simply wasn't logical). Finished transition effect framework (not the bunch of transitions) 2004/07/22 19:01:21 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [2c83bce4952dfbc63c36afa28cf6b49562a95a6d]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:47:25 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [90dc1f17ebaf1b951d1d4b96ff47f79f5f7189e3]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 17:57:56 thb 1.1.2.5: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places 2004/08/06 14:02:03 thb 1.1.2.4: #110496# Adapted Sprite API to match reality (the way it was simply wasn't logical). Finished transition effect framework (not the bunch of transitions) 2004/07/22 19:41:57 thb 1.1.2.3: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working 2004/05/27 20:51:30 thb 1.1.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/05/23 08:22:41 thb 1.1.2.1: #110496# First working version with SMIL support (basic effects only

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [c30c9cfbfc1a349277b7889f50d56e24fd44ee6e]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/10 09:23:19 ih 1.1.2.2: some minor corrections Issue number: Submitted by: Reviewed by: 2004/11/08 14:46:14 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [0ccdc1429b2a758a930bb6013bee0d2aecfacc7c]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/10 09:23:19 ih 1.1.2.2: some minor corrections Issue number: Submitted by: Reviewed by: 2004/11/08 14:46:13 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [61781e61b30c00e76bdd24ae0622a7dc99cc4ce9]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/10 09:23:18 ih 1.1.2.2: some minor corrections Issue number: Submitted by: Reviewed by: 2004/11/08 14:46:13 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [1953ef46c442ebb3f8377efc99731ae759057ea5]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/10 09:23:18 ih 1.1.2.2: some minor corrections Issue number: Submitted by: Reviewed by: 2004/11/08 14:46:12 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7ff4a6efd7e28831f0ee10e9fdee219e77d544f0]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/01 22:28:42 thb 1.2.2.14: #110496# Various fixes: Added true shape bound functionality (to limit e.g. sprite size to area actually painted into); Added explicit check in ActivitiesQueue, whether the LayerManager has any pending updates; Factored out a generic lerp from ActivitiesFactory; Improved docs; Performance optimizations: added profiling traces 2004/10/08 20:08:14 thb 1.2.2.13: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/09/12 21:03:38 thb 1.2.2.12: #110496# Now painting views black, intially. The slide now has an explicit shape, which, if necessary, paints the page background in white. Furthermore, slide transitions now handle the case correctly, when the leaving slide is invalid 2004/08/27 18:54:29 thb 1.2.2.11: #110496# Implemented slide transitions, fixed some minor sd integration probs (repaints, updateScreen 2004/08/26 12:33:52 thb 1.2.2.10: #110496# Fixed the problem that a slide's LayerManager stayed registered at the ActivitiesQueue; work-arounded various basegfx clipper bugs; fixed the problem that the SlideChanger painted repeatedly into its sprites 2004/08/19 00:17:16 thb 1.2.2.9: #110496# Mostly fixes for correct text animation and iteration, plus a first working version of an optimized redraw 2004/08/09 11:50:05 thb 1.2.2.8: #i10000# Fixed various const-incorrectnesses (made the stuff compile under Linux and Solaris) 2004/08/01 20:08:11 thb 1.2.2.7: #110496# Changed slideshow API to match the needs of sd more closely 2004/07/26 14:10:08 thb 1.2.2.6: #i10000# Madebind and mem_fn build under Solaris 2004/07/22 19:41:56 thb 1.2.2.5: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working 2004/05/27 20:51:30 thb 1.2.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/05/27 15:04:59 thb 1.2.2.3: Initial revision
        2004/05/23 08:22:35 thb 1.2.2.2: #110496# First working version with SMIL support (basic effects only
        2004/04/05 16:06:00 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5544eaf303c135192b6e535b47bd65fc76babbab]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/05/27 15:07:43 thb 1.1.2.2: #110496# Updated docs 2004/05/27 14:59:26 thb 1.1.2.1: Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [e006e8144454cb3e8b500140055a94fe207724c3]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:44:55 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [19d2d3672194fd64ecaaec446abde6e3bf3cfa4d]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/15 11:49:10 thb 1.1.2.2: #110496# Removed outdated script; Improved documentation 2004/11/01 22:24:30 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fa37438431d93e18d9a4d0798da0c37bd5fb41fd]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/15 11:49:10 thb 1.1.2.2: #110496# Removed outdated script; Improved documentation 2004/07/22 19:27:14 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6c0d1168132943423a89c4376465c7bcd76b6321]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/15 11:32:38 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [e4d672300411dc7d46bb519f9ef771c43adefb84]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:44:54 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [66650e7884b9beaecd20fb3a64643f811a75790f]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/23 15:23:59 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/05 16:05:58 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ad08a74354049f94dd2c24687263cecf04e6e191]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/19 22:11:58 thb 1.2.2.6: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/10/08 20:08:13 thb 1.2.2.5: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/08/05 20:01:44 thb 1.2.2.4: #110496# Added transitions subdir, therefore had to move headers out of source/engine into source/inc 2004/08/01 20:08:10 thb 1.2.2.3: #110496# Changed slideshow API to match the needs of sd more closely 2004/04/12 15:13:53 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 16:05:58 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [8e677829f797cd80050aa022dd72d1a65e762a1d]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:44:53 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b58faec518927b2e4e9f59b5ee0c3a2825608ba2]

        INTEGRATION: CWS presentationengine01 (1.2.4); FILE MERGED 2004/09/29 23:34:18 thb 1.2.4.1: #110496# Making the new modules Wall clean

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5761b7c34be1d06bf1746489fa83d2f5b3f26e2c]

        INTEGRATION: CWS presentationengine01 (1.8.2); FILE MERGED 2004/11/20 00:00:23 thb 1.8.2.2: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:10 thb 1.8.2.1: #110496# Unified integer constructors/fround converters

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b78efd6456a1eaa27318fbe15dd2a65fe3851e49]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE MERGED 2004/08/26 00:45:55 thb 1.1.2.2: #110496# Added awt geometry type conversions 2004/08/03 19:40:36 thb 1.1.2.1: #110496# Added some more canvas API helper

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [0f5f2eb8120c724a683a38a8e81fdfcbfeaa0ef5]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:43:42 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [319424221006abdf003d27cabbffb24628694776]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE MERGED 2004/08/19 00:10:02 thb 1.1.2.1: #110496# Added B2DMultiRange implementation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5340541d1ba93d519f13d1378cba9c4286697178]

        INTEGRATION: CWS presentationengine01 (1.4.2); FILE MERGED 2004/11/20 00:00:23 thb 1.4.2.2: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:09 thb 1.4.2.1: #110496# Unified integer constructors/fround converters

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [cf503270c6fb79b8ba6a76bb59272ce59781d5bf]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:43:41 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b48865cf30d85392bf88f88df70b914afab7b690]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/23 18:28:47 thb 1.1.2.6: #110496# Fixing merge fault: removing polygons _must_ use the OR version, otherwise, disjunct areas will vanish completely. That is, the two clipper operations must emulate the union operation 2004/11/20 00:00:23 thb 1.1.2.5: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/09/29 23:34:17 thb 1.1.2.4: #110496# Making the new modules Wall clean 2004/08/26 12:19:38 thb 1.1.2.3: #110496# Worked around some basegfx clipper bugs. Will prolly need a separate rect clipper sooner or later 2004/08/20 13:40:58 thb 1.1.2.2: #i10000# Expression did not compile under Linux/Solaris 2004/08/19 00:08:44 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fd63910413dc8522cc99526adb7f6bd526c54e92]

        INTEGRATION: CWS presentationengine01 (1.3.2); FILE MERGED 2004/11/20 00:00:23 thb 1.3.2.2: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:09 thb 1.3.2.1: #110496# Unified integer constructors/fround converters

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b4d32b790e634f594af193ee4f10dc3e0b7c33a5]

        INTEGRATION: CWS presentationengine01 (1.4.2); FILE MERGED 2004/11/17 18:55:41 thb 1.4.2.3: RESYNC: (1.4-1.5); FILE MERGED 2004/09/09 14:42:03 thb 1.4.2.2: #110496# Added polygon raster converter 2004/07/01 17:00:33 thb 1.4.2.1: #110496# Added SVG import to B2DPolygon

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [df5238dfc2ff8e759374cbbe8e74d547f49a67f8]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/01 17:00:01 thb 1.1.2.1: #110496# Added SVG import to B2DPolygon

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1b9ee6ae929fcb3f7063fdb2b67956b2c13f3890]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/25 19:07:02 thb 1.1.2.4: #110496# Added some comments 2004/10/01 18:11:45 thb 1.1.2.3: #110496# Now correctly sending 'off' spans for the area outside the actual polygon, but still inside the bound rect 2004/09/29 18:36:27 thb 1.1.2.2: #110496# Extended polygon raster converter with adaptable update area (needed that for DX clip emulation in alpha channel) 2004/09/09 14:33:41 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ba3d8ddffbf4770a09b19d78c09c3c68fdfe80c7]

        INTEGRATION: CWS presentationengine01 (1.6.12); FILE MERGED 2004/11/17 18:55:16 thb 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/04 13:57:31 thb 1.6.12.1: #110496# Removed unused variables (due to gcc -Wall notification)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [62db916f4478de7691876063b03b223b532cc6e3]

        INTEGRATION: CWS presentationengine01 (1.10.2); FILE MERGED 2004/08/10 09:08:29 thb 1.10.2.4: #110496# polygon copy constructor generated _two_ copies the polygon 2004/07/07 08:40:34 thb 1.10.2.3: RESYNC: (1.10-1.11); FILE MERGED 2004/05/05 11:46:01 thb 1.10.2.2: #110496# STL insert semantics imply that insertion happens _before_ the given iterator 2004/04/21 18:46:04 thb 1.10.2.1: #110496# Added B2DPolygon contructor to B2DPolyPolygon, added rect2poly convenience method to polygontools

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [776a6bf0916414713d73a0b6c365b0881834739a]

        INTEGRATION: CWS presentationengine01 (1.12.2); FILE MERGED 2004/11/21 22:03:48 thb 1.12.2.11: #110496# After merge, polygon clipper now uses correct orientation, reverted back to original version for rect and circle generation 2004/11/17 18:55:09 thb 1.12.2.10: RESYNC: (1.13-1.14); FILE MERGED 2004/08/29 00:55:53 thb 1.12.2.9: #110496# Fixed circle approximation (had wrong control vectors 2004/08/23 14:12:27 thb 1.12.2.8: RESYNC: (1.12-1.13); FILE MERGED 2004/08/19 00:10:02 thb 1.12.2.7: #110496# Added B2DMultiRange implementation 2004/08/11 13:23:17 thb 1.12.2.6: #110496# Now using M_SQRT2 instead of direct sqrt(2) calculations 2004/08/11 13:22:07 thb 1.12.2.5: #110496# Now using M_SQRT2 instead of direct sqrt(2) calculations 2004/08/11 13:06:20 thb 1.12.2.4: #110496# Added circle factory method for B2DPolygon 2004/07/14 10:39:01 thb 1.12.2.3: #110496# Correctly handling boundary cases in getPositionAbsolute() 2004/07/01 17:00:33 thb 1.12.2.2: #110496# Added SVG import to B2DPolygon 2004/04/21 18:46:03 thb 1.12.2.1: #110496# Added B2DPolygon contructor to B2DPolyPolygon, added rect2poly convenience method to polygontools

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [72f3dfe2bd78948b526c51bd5016d8f5dda9d5ab]

        INTEGRATION: CWS presentationengine01 (1.9.2); FILE MERGED 2004/07/07 08:40:27 thb 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/05 11:46:01 thb 1.9.2.1: #110496# STL insert semantics imply that insertion happens _before_ the given iterator

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ae96bc0fcc6e41eae5285ccfe9e988b4954165fc]

        INTEGRATION: CWS presentationengine01 (1.6.2); FILE MERGED 2004/11/12 22:20:11 thb 1.6.2.1: #102922# Fixed array new/delete mismatch

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [111feafc0dcbaac145b8893651dc9ee719d881b6]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:42:28 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [701a09493e10ec232074abe02007a747abb474bd]

        INTEGRATION: CWS presentationengine01 (1.7.2); FILE MERGED 2004/11/12 22:20:11 thb 1.7.2.1: #102922# Fixed array new/delete mismatch

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [9305ce76c6770bba670d0000d39cc141ef96831d]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:42:27 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [0ce57f262036f5adca04cb30ce172f91fa6d996e]

        INTEGRATION: CWS jl14 (1.59.16); FILE MERGED 2004/11/09 10:12:17 is 1.59.16.1: #i36821# assembly values into scp

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e1fca8ac0c9916f4150a37b70947b1e866544ead]

        INTEGRATION: CWS presentationengine01 (1.19.2); FILE MERGED 2004/11/17 18:54:45 thb 1.19.2.5: RESYNC: (1.19-1.20); FILE MERGED 2004/11/01 22:18:02 thb 1.19.2.4: #10496# Added rangeexpander.hxx 2004/09/09 14:42:02 thb 1.19.2.3: #110496# Added polygon raster converter 2004/08/19 00:09:44 thb 1.19.2.2: #110496# Added B2DMultiRange implementation 2004/07/22 19:44:15 thb 1.19.2.1: #110496# Added B2DConnectedRanges to d.lst

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [87fcbb2a9d2507ba5d09202db50e814aab5c4193]

        INTEGRATION: CWS presentationengine01 (1.9.4); FILE MERGED 2004/11/17 18:54:30 thb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2004/09/29 23:33:49 thb 1.9.4.1: #110496# Making the new modules Wall clean

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0846bad731ab58f839620b897b689cb287d3bd41]

        INTEGRATION: CWS presentationengine01 (1.9.4); FILE MERGED 2004/11/17 18:54:23 thb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2004/08/13 14:22:08 dbo 1.9.4.1: #110496# ensure _USE_MATH_DEFINES prior to including math.h Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bfc84667932a1e4cf7a45d6f93b21b706c20d594]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE MERGED 2004/08/26 00:45:43 thb 1.1.2.3: #110496# Added awt geometry type conversions 2004/08/04 11:14:57 thb 1.1.2.2: #i10000# Missing forward declaration 2004/08/03 19:40:26 thb 1.1.2.1: #110496# Added some more canvas API helper

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0f41daf4e2ce871c76c88903f4bd671f12958a56]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/01 22:17:38 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [927454d5ef1214321ae15e1992014d0317674186]

        INTEGRATION: CWS jl14 (1.5.54); FILE MERGED 2004/11/09 10:15:49 is 1.5.54.1: #i36821# shifting assembly settings into scp

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fe0e0b307f25a88ef9889bc936d49b6a07bd2031]

        INTEGRATION: CWS presentationengine01 (1.6.2); FILE MERGED 2004/11/17 18:54:10 thb 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/23 20:19:07 thb 1.6.2.1: #110496# Added intersect method to all range types

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fa693602868a0e405f1827f1fdb240c22b0fff7d]

        INTEGRATION: CWS presentationengine01 (1.5.12); FILE MERGED 2004/11/17 18:54:03 thb 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2004/09/23 20:19:06 thb 1.5.12.1: #110496# Added intersect method to all range types

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fcc6874a028ca5eccb2fd804651c6f9fa3d5eb43]

        INTEGRATION: CWS presentationengine01 (1.10.12); FILE MERGED 2004/11/17 18:53:56 thb 1.10.12.3: RESYNC: (1.10-1.11); FILE MERGED 2004/09/23 20:19:06 thb 1.10.12.2: #110496# Added intersect method to all range types 2004/09/22 16:58:37 thb 1.10.12.1: #110496# Added coordinate-wise center accessors

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d8c77b42c5526edff1a02b25de4441c780b9b95c]

        INTEGRATION: CWS presentationengine01 (1.5.12); FILE MERGED 2004/11/17 18:53:49 thb 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2004/09/23 20:19:06 thb 1.5.12.1: #110496# Added intersect method to all range types

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [cb784a75282fb492191da8a9a85f89133fadc4ff]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:41:03 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [81fffbb36274846bc5c42d77d39dca31c8499bb0]

        INTEGRATION: CWS presentationengine01 (1.10.12); FILE MERGED 2004/11/17 18:53:42 thb 1.10.12.3: RESYNC: (1.10-1.11); FILE MERGED 2004/09/23 20:19:06 thb 1.10.12.2: #110496# Added intersect method to all range types 2004/09/22 16:58:37 thb 1.10.12.1: #110496# Added coordinate-wise center accessors

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [14c8dd8dd3b62751d56667b246ec2b810dac5934]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:41:02 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [47e2b95750632d2b217b9b878684fb9251b5b31c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/19 00:08:34 thb 1.1.2.1: Initial revision

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [d1a234ed0c994cc85f4c956f673d957fd3aac09e]

        INTEGRATION: CWS qextras4 (1.1.2); FILE ADDED 2004/11/08 14:41:01 ih 1.1.2.1: new templates for letter wizard Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [704a64205cce704fa5950986f490952828529809]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/25 19:06:32 thb 1.1.2.3: #i20518# Added total bounds query 2004/10/13 15:12:38 thb 1.1.2.2: #i10000# gcc is getting increasingly picky with typename. Added said. 2004/07/22 19:44:56 thb 1.1.2.1: #110496# Added B2DConnectedRanges

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9ea8dae52dd4de2396cc742d2026cf8faa4bbc08]

        INTEGRATION: CWS presentationengine01 (1.3.2); FILE MERGED 2004/11/20 00:00:35 thb 1.3.2.3: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 18:53:35 thb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/09/23 20:19:06 thb 1.3.2.1: #110496# Added intersect method to all range types

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5ef9d5c2934a2cecc1ccc0f8ca1f37edf0a7a250]

        INTEGRATION: CWS presentationengine01 (1.9.2); FILE MERGED 2004/11/20 00:00:35 thb 1.9.2.3: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:08 thb 1.9.2.2: #110496# Unified integer constructors/fround converters 2004/09/23 20:19:05 thb 1.9.2.1: #110496# Added intersect method to all range types

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dc87f3ebeb2009c14b21906be458775582adb4d1]

        INTEGRATION: CWS presentationengine01 (1.8.2); FILE MERGED 2004/11/17 18:53:18 thb 1.8.2.3: RESYNC: (1.9-1.10); FILE MERGED 2004/08/23 14:12:02 thb 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/01 17:01:01 thb 1.8.2.1: #110496# Added SVG import to B2DPolygon

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1a3b0bfda58642cf4195fad02af46a8969ec3452]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/29 18:36:26 thb 1.1.2.2: #110496# Extended polygon raster converter with adaptable update area (needed that for DX clip emulation in alpha channel) 2004/09/09 14:33:31 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [263689c6ac57cb5b6e5dda38e352e90aa420a712]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/09 14:33:21 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8393955f88281b8ad319dc437a3c094af4a0ec08]

        INTEGRATION: CWS presentationengine01 (1.9.2); FILE MERGED 2004/04/21 18:45:54 thb 1.9.2.1: #110496# Added B2DPolygon contructor to B2DPolyPolygon, added rect2poly convenience method to polygontools

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [a34b97f850a76580a4a4a58aef7ca45bd7468a7c]

        INTEGRATION: CWS qextras4 (1.4.18); FILE MERGED 2004/11/15 14:49:00 ih 1.4.18.1: support for foreign languages added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d4034ca0e6e0acd28251de183bfd1dac8988c64d]

        INTEGRATION: CWS presentationengine01 (1.10.2); FILE MERGED 2004/11/17 18:53:01 thb 1.10.2.5: RESYNC: (1.11-1.12); FILE MERGED 2004/08/23 14:11:54 thb 1.10.2.4: RESYNC: (1.10-1.11); FILE MERGED 2004/08/11 13:22:07 thb 1.10.2.3: #110496# Now using M_SQRT2 instead of direct sqrt(2) calculations 2004/08/11 13:06:20 thb 1.10.2.2: #110496# Added circle factory method for B2DPolygon 2004/04/21 18:45:54 thb 1.10.2.1: #110496# Added B2DPolygon contructor to B2DPolyPolygon, added rect2poly convenience method to polygontools

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [b0378c1bfadcb592f3b5d3e5f38f0df9c1ce3799]

        INTEGRATION: CWS qextras4 (1.2.18); FILE MERGED 2004/11/08 14:40:06 ih 1.2.18.1: new templates for letter wizard

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [838aa2e1135cc6979913de2a7bfc0bf17c06c0ec]

        INTEGRATION: CWS presentationengine01 (1.7.2); FILE MERGED 2004/11/06 19:58:41 thb 1.7.2.2: #110496# Moved pruneScaleValue from slideshow to basegfx 2004/07/13 12:08:26 thb 1.7.2.1: #110496# Defining F_PI in terms of M_PI now

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [93967e333f4bfd4b9d767098938268f1adf948bf]

        INTEGRATION: CWS presentationengine01 (1.51.62); FILE MERGED 2004/11/17 18:50:20 thb 1.51.62.4: RESYNC: (1.56-1.59); FILE MERGED 2004/10/12 22:03:26 thb 1.51.62.3: RESYNC: (1.51-1.56); FILE MERGED 2004/08/25 13:15:33 dbo 1.51.62.2: #110496# multiple tar balls 2004/08/25 10:24:36 dbo 1.51.62.1: #110496# need to define custom PACKAGE_DIR, BACK_PATH

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ab4d30713e31b94fc1312d7a3704fd47610a67d4]

        INTEGRATION: CWS presentationengine01 (1.3.42); FILE MERGED 2004/08/23 14:11:13 thb 1.3.42.2: RESYNC: (1.3-1.5); FILE MERGED 2004/07/28 13:07:11 thb 1.3.42.1: #110496# Adapted to reversed template argument order in containerToSequence

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [54289e8ec0a154fe2c9c32239a5999fd29fdf481]

        INTEGRATION: CWS dbabetap2 (1.21.54); FILE MERGED 2004/11/12 16:38:27 fs 1.21.54.1: #i37089# in updateComplexPropertyDependencies, care whether a real property change instigated this

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [c3e9fc7b5f505fa415dfb88ea4b27a79859c2e35]

        INTEGRATION: CWS dbabetap2 (1.77.16); FILE MERGED 2004/11/12 16:38:27 fs 1.77.16.1: #i37089# in updateComplexPropertyDependencies, care whether a real property change instigated this

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [543da4fe139820416b67ef43a08c8d75befff1a9]

        INTEGRATION: CWS presentationengine01 (1.91.22); FILE MERGED 2004/10/12 18:22:42 thb 1.91.22.2: RESYNC: (1.91-1.93); FILE MERGED 2004/09/22 21:31:47 cl 1.91.22.1: fixed boost problem

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d880b7ab36cb2c43eafc034231256758a1e88bf5]

        INTEGRATION: CWS presentationengine01 (1.13.48); FILE MERGED 2004/09/22 21:31:46 cl 1.13.48.1: fixed boost problem

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [24786be086689d658e00f7d245d151efbab9dfa2]

        INTEGRATION: CWS presentationengine01 (1.22.22); FILE MERGED 2004/09/22 21:32:44 cl 1.22.22.1: fixed boost problem

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dbee98e436d35829c7eebedb0bbe69698a07533c]

        INTEGRATION: CWS presentationengine01 (1.8.28); FILE MERGED 2004/11/17 14:57:21 thb 1.8.28.2: RESYNC: (1.8-1.9); FILE MERGED 2004/09/22 21:30:03 cl 1.8.28.1: fixed header problem with vcl/sysdata.hxx

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [da9941bb22c9ee3add033896336f2cdbd1637200]

        INTEGRATION: CWS presentationengine01 (1.2.28); FILE MERGED 2004/11/17 14:52:49 thb 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/22 21:28:57 cl 1.2.28.1: fixed header problem with vcl/sysdata.hxx

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f1cd33f1cc3fb6a2cd78a6dbdd7eb9d65ca1e3f3]

        INTEGRATION: CWS presentationengine01 (1.2.20); FILE MERGED 2004/11/22 23:00:15 thb 1.2.20.1: #i10000# Fixing merge problems: sysdata.hxx no longer seems to define HDC, doing that explicitely (cannot do that in sysdata.hxx, some stuff in extensions fails to compile then)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4bfa017738eb50080d16ed9322d40a9f407e2fe6]

        INTEGRATION: CWS presentationengine01 (1.32.22); FILE MERGED 2004/11/17 14:50:25 thb 1.32.22.3: RESYNC: (1.33-1.34); FILE MERGED 2004/10/12 18:11:07 thb 1.32.22.2: RESYNC: (1.32-1.33); FILE MERGED 2004/09/22 21:27:52 cl 1.32.22.1: fixed boost problem

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [062b43f77b91330cb579b7c3bb3fb83ba2f9dbc3]

        INTEGRATION: CWS presentationengine01 (1.21.4); FILE MERGED 2004/09/22 19:52:17 cl 1.21.4.1: fixed header dependency

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [51e395b24e991809c976a0647c50cd8b0ad63e42]

        INTEGRATION: CWS presentationengine01 (1.16.160); FILE MERGED 2004/09/22 11:55:13 cl 1.16.160.2: added support for unique interfaces for paragraphs 2004/09/12 18:04:18 cl 1.16.160.1: added getTextSelection()

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3a6d7eab4c54da26c597be1504d4dd3d46db714b]

        INTEGRATION: CWS presentationengine01 (1.48.118); FILE MERGED 2004/09/22 11:55:13 cl 1.48.118.2: added support for unique interfaces for paragraphs 2004/09/12 18:04:06 cl 1.48.118.1: added XTextRangeCompare

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c7f6139ecf3d369a5848fc664f4510eb99fb3daa]

        INTEGRATION: CWS presentationengine01 (1.7.162); FILE MERGED 2004/09/22 11:55:13 cl 1.7.162.1: added support for unique interfaces for paragraphs

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [98953bfbf6cfc5e66435c33af82b0a673b81b75d]

        INTEGRATION: CWS presentationengine01 (1.47.124); FILE MERGED 2004/09/22 12:00:49 cl 1.47.124.1: added support for unique interfaces for paragraphs

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [367295100279f5fbbfded1f90a3b8247f0d8ea10]

        INTEGRATION: CWS presentationengine01 (1.115.8); FILE MERGED 2004/11/21 14:33:46 sj 1.115.8.6: fixed gpf when destructing text without model 2004/10/12 17:41:18 thb 1.115.8.5: RESYNC: (1.116-1.117); FILE MERGED 2004/09/22 12:00:49 cl 1.115.8.4: added support for unique interfaces for paragraphs 2004/08/23 13:54:14 thb 1.115.8.3: RESYNC: (1.115-1.116); FILE MERGED 2004/08/22 22:30:47 cl 1.115.8.2: added UIName properties 2004/07/26 15:48:16 cl 1.115.8.1: added virtuel get/setString

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c67144fc00d1cb240b7e806f7d906a55df3b1bb1]

        INTEGRATION: CWS presentationengine01 (1.21.124); FILE MERGED 2004/09/22 12:00:48 cl 1.21.124.1: added support for unique interfaces for paragraphs

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [966bbbed72489148b6446b4066882c9bf3da7c72]

        INTEGRATION: CWS presentationengine01 (1.47.8); FILE MERGED 2004/08/25 13:47:22 ka 1.47.8.1: #i30383#: added Graphic property for GraphicObjectShape

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [825b67076302e9b3109219ee26098746c9f38839]

        INTEGRATION: CWS presentationengine01 (1.14.70); FILE MERGED 2004/09/22 12:00:48 cl 1.14.70.1: added support for unique interfaces for paragraphs

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [de3b65b123b7743ce94b4592daf443c6999b14f7]

        INTEGRATION: CWS presentationengine01 (1.14.122); FILE MERGED 2004/11/17 14:30:52 thb 1.14.122.8: RESYNC: (1.18-1.19); FILE MERGED 2004/10/22 12:25:12 cl 1.14.122.7: #i17487# call setBackgroundColor() on outliner to make auto color work 2004/09/06 11:01:15 cl 1.14.122.6: correctly check visibility when exporting single shapes 2004/08/28 22:28:40 cl 1.14.122.5: added CurrentPage property 2004/07/25 17:44:47 thb 1.14.122.4: #i10000# Merge typo 2004/07/23 13:49:37 thb 1.14.122.3: RESYNC: (1.17-1.18); FILE MERGED 2004/07/06 17:43:43 thb 1.14.122.2: RESYNC: (1.14-1.17); FILE MERGED 2004/03/15 19:26:42 thb 1.14.122.1: #110496# Added export through XOutputStream, to avoid the temp file hassle

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [49bfa4fbe802be59085a2cd2939ab96465f80fce]

        INTEGRATION: CWS presentationengine01 (1.63.122); FILE MERGED 2004/11/17 14:24:52 thb 1.63.122.4: RESYNC: (1.66-1.68); FILE MERGED 2004/08/23 13:51:33 thb 1.63.122.3: RESYNC: (1.65-1.66); FILE MERGED 2004/07/06 17:37:15 thb 1.63.122.2: RESYNC: (1.63-1.65); FILE MERGED 2004/04/05 17:00:48 thb 1.63.122.1: #110496# Added verbose metafile comments for EditEngine. This is needed for preseng text effects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2e6475f401178df871713ba6aa95dfc3a1bb67ef]

        INTEGRATION: CWS presentationengine01 (1.116.108); FILE MERGED 2004/11/17 14:20:53 thb 1.116.108.5: RESYNC: (1.123-1.125); FILE MERGED 2004/10/12 17:32:33 thb 1.116.108.4: RESYNC: (1.122-1.123); FILE MERGED 2004/07/06 17:22:40 thb 1.116.108.3: RESYNC: (1.118-1.122); FILE MERGED 2004/04/05 13:35:30 thb 1.116.108.2: RESYNC: (1.116-1.118); FILE MERGED 2004/03/12 16:16:07 cl 1.116.108.1: #i20477# added support for retrieving created SdrObjects via shape ids

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dca689134d7184eeab54e757f38a12aa60ccc58d]

        INTEGRATION: CWS presentationengine01 (1.39.8); FILE MERGED 2004/11/17 14:20:24 thb 1.39.8.3: RESYNC: (1.40-1.42); FILE MERGED 2004/10/12 17:32:23 thb 1.39.8.2: RESYNC: (1.39-1.40); FILE MERGED 2004/09/12 18:04:42 cl 1.39.8.1: added getTextSelection()

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2df6677be5de03ff26e8156808edc26bf5c24e41]

        INTEGRATION: CWS presentationengine01 (1.2.6); FILE MERGED 2004/11/22 11:45:17 ka 1.2.6.3: correct handling of media repaint 2004/11/17 14:13:17 thb 1.2.6.2: RESYNC: (1.3-1.4); FILE MERGED 2004/09/22 18:37:52 thb 1.2.6.1: #i10000# File tried to include non-local header (from this module)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2515df007446731a7ffa395a09f83d5d879620cc]

        INTEGRATION: CWS presentationengine01 (1.56.84); FILE MERGED 2004/04/05 17:00:48 thb 1.56.84.1: #110496# Added verbose metafile comments for EditEngine. This is needed for preseng text effects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e8e470b39b9b59521971bdf8027ed3c606472307]

        INTEGRATION: CWS presentationengine01 (1.87.110); FILE MERGED 2004/11/17 14:08:25 thb 1.87.110.8: RESYNC: (1.102-1.105); FILE MERGED 2004/10/14 17:29:24 thb 1.87.110.7: #i10000# Merge problem (must not include so3 header anymore) 2004/10/12 17:26:12 thb 1.87.110.6: RESYNC: (1.101-1.102); FILE MERGED 2004/08/23 13:47:27 thb 1.87.110.5: RESYNC: (1.100-1.101); FILE MERGED 2004/07/23 13:37:44 thb 1.87.110.4: RESYNC: (1.99-1.100); FILE MERGED 2004/07/06 17:08:58 thb 1.87.110.3: RESYNC: (1.90-1.99); FILE MERGED 2004/04/05 13:30:52 thb 1.87.110.2: RESYNC: (1.87-1.90); FILE MERGED 2004/03/12 16:14:30 cl 1.87.110.1: #i20477# added support for retrieving created SdrObjects via shape ids

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [69009541ffc0f8499ef93c6cda577c78eb6c0a5d]

        INTEGRATION: CWS presentationengine01 (1.40.116); FILE MERGED 2004/11/17 14:08:03 thb 1.40.116.4: RESYNC: (1.44-1.46); FILE MERGED 2004/08/23 13:46:56 thb 1.40.116.3: RESYNC: (1.43-1.44); FILE MERGED 2004/07/06 17:07:45 thb 1.40.116.2: RESYNC: (1.40-1.43); FILE MERGED 2004/06/29 11:32:30 sj 1.40.116.1: GetShapeId is now public

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b88528343f7a1164635a6da4d1334b7680f0913b]

        INTEGRATION: CWS presentationengine01 (1.91.66); FILE MERGED 2004/11/17 13:54:26 thb 1.91.66.3: RESYNC: (1.92-1.93); FILE MERGED 2004/10/12 17:17:26 thb 1.91.66.2: RESYNC: (1.91-1.92); FILE MERGED 2004/04/05 17:00:46 thb 1.91.66.1: #110496# Added verbose metafile comments for EditEngine. This is needed for preseng text effects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6e916c0e715bd72f2e6db6b806a56aa0d354ecbe]

        INTEGRATION: CWS presentationengine01 (1.94.66); FILE MERGED 2004/10/12 17:17:17 thb 1.94.66.3: RESYNC: (1.95-1.96); FILE MERGED 2004/07/06 16:46:25 thb 1.94.66.2: RESYNC: (1.94-1.95); FILE MERGED 2004/05/10 14:50:28 thb 1.94.66.1: #110496# Initialize verbose text comment variable

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [248d56a7717036272c21208477080ce07bae1dac]

        INTEGRATION: CWS presentationengine01 (1.64.148); FILE MERGED 2004/10/12 17:17:08 thb 1.64.148.3: RESYNC: (1.65-1.67); FILE MERGED 2004/07/06 16:46:15 thb 1.64.148.2: RESYNC: (1.64-1.65); FILE MERGED 2004/04/05 17:00:46 thb 1.64.148.1: #110496# Added verbose metafile comments for EditEngine. This is needed for preseng text effects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a4c3d86bda3ce44534b99ad0048409cfe3adb486]

        INTEGRATION: CWS presentationengine01 (1.89.66); FILE MERGED 2004/10/12 17:16:37 thb 1.89.66.3: RESYNC: (1.90-1.91); FILE MERGED 2004/07/06 16:45:19 thb 1.89.66.2: RESYNC: (1.89-1.90); FILE MERGED 2004/04/05 17:00:45 thb 1.89.66.1: #110496# Added verbose metafile comments for EditEngine. This is needed for preseng text effects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0ce23526131ff4bafea336ea0cfe161a4ac1ed89]

        INTEGRATION: CWS presentationengine01 (1.12.432); FILE MERGED 2004/11/18 13:13:14 thb 1.12.432.2: #i10000# File merged, but not committed 2004/07/05 13:10:01 cl 1.12.432.1: smile

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [cd7f5d4cfe413bab3c6a8c2667f0c8f452ebe385]

        INTEGRATION: CWS qextras4 (1.2.18); FILE MERGED 2004/11/08 14:53:15 ih 1.2.18.1: new templates for fax wizard

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7da0d687a3aa382dc2732a747fd7d3193af18a01]

        INTEGRATION: CWS presentationengine01 (1.44.72); FILE MERGED 2004/11/17 13:44:27 thb 1.44.72.2: RESYNC: (1.44-1.45); FILE MERGED Merged changes of the implementation of CreateAccessibleBaseName() to its new place in ShapeTypeHandler. 2004/07/05 13:10:01 cl 1.44.72.1: smile

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3a453174daa53756350dcf571f729daeb0474355]

        INTEGRATION: CWS presentationengine01 (1.2.6); FILE MERGED 2004/11/22 11:45:50 ka 1.2.6.1: correct handling of media repaint

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d33ca16dd5b08be70777f5cf5c7420b7fe6492d2]

        INTEGRATION: CWS presentationengine01 (1.72.28); FILE MERGED 2004/11/17 13:14:22 thb 1.72.28.8: RESYNC: (1.84-1.85); FILE MERGED 2004/10/12 16:53:19 thb 1.72.28.7: RESYNC: (1.81-1.84); FILE MERGED 2004/08/23 12:51:36 thb 1.72.28.6: RESYNC: (1.79-1.81); FILE MERGED 2004/07/28 11:34:59 thb 1.72.28.5: #110496# Moved animations API to offapi 2004/07/28 09:58:31 thb 1.72.28.4: #110496# Added canvas API back to offapi (was private API before) 2004/07/23 15:33:12 thb 1.72.28.3: RESYNC: (1.78-1.79); FILE MERGED 2004/07/07 08:29:32 thb 1.72.28.2: RESYNC: (1.72-1.78); FILE MERGED 2004/04/06 16:10:05 thb 1.72.28.1: #110496# Removed canvas API again; this was decided to be kept private in the gsl/canvas module

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f2ae09bd98462894fc1b0d96582c7daf306a40fc]

        INTEGRATION: CWS presentationengine01 (1.59.28); FILE MERGED 2004/10/12 16:51:43 thb 1.59.28.7: RESYNC: (1.64-1.67); FILE MERGED 2004/08/23 12:50:28 thb 1.59.28.6: RESYNC: (1.63-1.64); FILE MERGED 2004/07/28 11:34:59 thb 1.59.28.5: #110496# Moved animations API to offapi 2004/07/28 09:58:31 thb 1.59.28.4: #110496# Added canvas API back to offapi (was private API before) 2004/07/23 15:33:05 thb 1.59.28.3: RESYNC: (1.62-1.63); FILE MERGED 2004/07/07 08:28:24 thb 1.59.28.2: RESYNC: (1.59-1.62); FILE MERGED 2004/04/06 16:10:58 thb 1.59.28.1: #110496# Removed canvas API again; this was decided to be kept private in the gsl/canvas module

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cb752b015fa311cd3806590929d3e410c11869a6]

        INTEGRATION: CWS presentationengine01 (1.55.28); FILE MERGED 2004/11/17 13:14:15 thb 1.55.28.8: RESYNC: (1.67-1.68); FILE MERGED 2004/10/12 16:51:34 thb 1.55.28.7: RESYNC: (1.64-1.67); FILE MERGED 2004/08/23 12:50:21 thb 1.55.28.6: RESYNC: (1.63-1.64); FILE MERGED 2004/07/28 11:34:58 thb 1.55.28.5: #110496# Moved animations API to offapi 2004/07/28 09:58:30 thb 1.55.28.4: #110496# Added canvas API back to offapi (was private API before) 2004/07/23 15:32:57 thb 1.55.28.3: RESYNC: (1.62-1.63); FILE MERGED 2004/07/07 08:28:16 thb 1.55.28.2: RESYNC: (1.55-1.62); FILE MERGED 2004/04/06 16:10:05 thb 1.55.28.1: #110496# Removed canvas API again; this was decided to be kept private in the gsl/canvas module

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [140b309a6f6b15b4acb911a9ead85a259dd1384f]

        INTEGRATION: CWS presentationengine01 (1.20.26); FILE MERGED 2004/07/07 08:07:24 thb 1.20.26.2: RESYNC: (1.20-1.22); FILE MERGED 2004/04/06 15:32:51 thb 1.20.26.1: #110496# Added new TriState enum

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3e21f0800318c70c2cdab6ed94431d864d9477b7]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/04/06 15:45:04 thb 1.1.2.2: #110496# TRUE and FALSE are reserved words, reverting to YES and NO 2004/04/06 15:32:28 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8f3e226015e06721fca55361d4789263db0cd161]

        INTEGRATION: CWS presentationengine01 (1.10.100); FILE MERGED 2004/09/22 11:25:41 cl 1.10.100.2: new interface for application commands 2004/07/28 11:26:32 thb 1.10.100.1: #110496# Moved animations API to offapi

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3b22bb22fae885808a3fcb89202f25e180a667c6]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:25:58 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fd521e8f74679427e264857385d676a035504e07]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:25:49 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [10cf455511293616795b1286c9bca7a23197eed7]

        INTEGRATION: CWS presentationengine01 (1.10.36); FILE MERGED 2004/11/10 20:07:05 thb 1.10.36.4: #i10000# Corrected errorneous commit, back to original version 2004/11/05 12:37:42 cl 1.10.36.3: #i34994# updated documentation for IsLivePresentation, made it optional 2004/11/05 12:37:33 cl 1.10.36.2: #i34994# updated documentation for IsLivePresentation, made it optional 2004/11/05 12:27:34 cl 1.10.36.1: #i34994# updated documentation for IsLivePresentation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ae335c38d794be534a33759dec86d3a3f91d55ce]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:25:40 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dace92a0fe10d1d031bcd5951b8f576ea09e6954]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:25:30 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6b7245b2765de4fce201c85afd02ccfd57ed72ee]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:25:21 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b6d091b418ae15150f6761ed98436edd6be3d938]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 11:25:28 cl 1.1.2.1: new interface for application commands

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [349811d3bf91c4e83905eb458c7ca44530e91fa7]

        INTEGRATION: CWS presentationengine01 (1.2.18); FILE MERGED 2004/08/25 13:20:30 ka 1.2.18.1: #i30383#: added Graphic property for GraphicObjectShape

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a5dff40ef0fc19215d1fa42cdc4e55e69318fb4d]

        INTEGRATION: CWS presentationengine01 (1.2.18); FILE MERGED 2004/08/25 13:20:29 ka 1.2.18.1: #i30383#: added Graphic property for GraphicObjectShape

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b7ad471c8f6e4c322d2d57377ac377984745dda3]

        INTEGRATION: CWS presentationengine01 (1.2.18); FILE MERGED 2004/08/25 13:20:28 ka 1.2.18.1: #i30383#: added Graphic property for GraphicObjectShape

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [533597ffbe04de1373f97bca529848cf57ac2f50]

        INTEGRATION: CWS presentationengine01 (1.9.36); FILE MERGED 2004/08/25 13:20:28 ka 1.9.36.1: #i30383#: added Graphic property for GraphicObjectShape

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [84930a80f9ec1fc46cf83356e1fa2a728872172e]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/06 13:19:51 thb 1.1.2.3: #i34997# Added XTargetPropertiesCreator and struct 2004/09/22 11:23:06 cl 1.1.2.2: new interface for application commands 2004/07/28 11:30:16 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f0f2c9c82b2a5d88696feffceda0acf90069bcc0]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:29:52 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [67139d313ac9df0078a822c85b7b27cebd3a504f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/06 13:16:42 thb 1.1.2.1: #i34997# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9d915eaad48d516256188812d605375f52aaa91c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 11:22:44 cl 1.1.2.1: new interface for application commands

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7c49c8f728e379b09f6c1b60e65896b64efe56a6]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 11:25:01 cl 1.1.2.2: smil conform changes 2004/07/28 11:29:52 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ec95fe0d0b88d32f24504532740d76a3f6ee5c7c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:29:51 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1dc6bc93d05590877b498c60545f1b4f85a8b387]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:29:50 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6ebb57287be48febd6e504f41f1ad3c0cd2b142f]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 11:25:01 cl 1.1.2.2: smil conform changes 2004/07/28 11:29:50 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [363351e067c6969359988aa0b24fbd59685324cd]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:29:49 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [59dea32990cf22d3727fb2bdf065db83db8e7f14]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/08/31 18:39:49 cl 1.1.2.3: added missing transition types and subtypes 2004/08/28 23:37:43 thb 1.1.2.2: #110496# Added blinds wipe effect 2004/07/28 11:29:49 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b03768bee4574b7d05b4dfd20d9bdc304008ca14]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/04 15:43:25 thb 1.1.2.4: #i34946# Added missing subtypes for slide transitions 2004/08/31 18:39:49 cl 1.1.2.3: added missing transition types and subtypes 2004/08/05 19:31:30 thb 1.1.2.2: #110496# Added missing subtype 2004/07/28 11:29:48 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bcdb769d116f2a12fbdc9fa0b40bdcb37f3c1a4a]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:29:48 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [563f050775839ee9269d0fd65dbb96bfd878d3c2]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/06 13:16:51 thb 1.1.2.1: #i34997# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [64fe94f8264bb690e41e8267e97acc35efa4057c]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/10/21 15:04:47 thb 1.1.2.2: #i10000# Unintended duplicate constant value 2004/07/28 11:29:47 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [59e52a82f8ccb8e3f3e4dd76153f2384344ca998]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:29:47 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b0e189e27e88ca7c5ece94938fe4517a7ce91e86]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:29:46 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e77e634e1bb0126808228f8c1ceca3d441da4fb8]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 11:24:49 cl 1.1.2.2: new interface for application commands 2004/07/28 11:29:46 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8163f4f653a9d0bc2ced2da0a8d055d88638b363]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:29:45 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4c649b980f6a772a12d7dbf8b0c010c7e3fbc5b1]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/22 11:24:26 cl 1.1.2.2: removed non standard formula 2004/07/28 11:29:44 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [812524bc2cebc5fd8e9a02ffbb08804520bec584]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 11:29:44 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [34c1062754163cefc3a7ab438709afb5db5a332e]

        INTEGRATION: CWS presentationengine01 (1.41.8); FILE MERGED 2004/11/17 13:00:57 thb 1.41.8.7: RESYNC: (1.52-1.53); FILE MERGED 2004/10/12 15:07:35 thb 1.41.8.6: RESYNC: (1.49-1.52); FILE MERGED 2004/08/23 12:41:16 thb 1.41.8.5: RESYNC: (1.47-1.49); FILE MERGED 2004/07/28 11:47:52 thb 1.41.8.4: #110496# Moved animations API to offapi 2004/07/23 15:54:19 thb 1.41.8.3: RESYNC: (1.46-1.47); FILE MERGED 2004/07/07 08:43:08 thb 1.41.8.2: RESYNC: (1.41-1.46); FILE MERGED 2004/04/06 16:13:34 thb 1.41.8.1: #110496# Removed canvas API again; this was decided to be kept private in the gsl/canvas module

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9219a68a575ea5cb8c3f4eddae2b410b02ad9188]

        INTEGRATION: CWS presentationengine01 (1.3.54); FILE MERGED 2004/11/17 12:56:06 thb 1.3.54.4: RESYNC: (1.5-1.6); FILE MERGED 2004/10/12 15:01:22 thb 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2004/08/23 08:36:33 cl 1.3.54.2: resolving merge conflicts 2004/07/27 14:58:39 thb 1.3.54.1: #i10000# Added Effects.xcu (was missing from instset)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [15bdac207302fb54155310b0cc7fdb7283e612ed]

        INTEGRATION: CWS presentationengine01 (1.6.4); FILE MERGED 2004/11/17 12:54:40 thb 1.6.4.8: RESYNC: (1.11-1.12); FILE MERGED 2004/10/13 12:08:41 thb 1.6.4.7: #i34997# Fix from CL 2004/10/12 14:59:48 thb 1.6.4.6: RESYNC: (1.10-1.11); FILE MERGED 2004/09/12 23:11:53 cl 1.6.4.5: removed animation mode 2004/09/07 21:42:46 cl 1.6.4.4: fixed preset naming 2004/08/23 11:50:40 thb 1.6.4.3: RESYNC: (1.6-1.10); FILE MERGED 2004/08/23 08:36:33 cl 1.6.4.2: resolving merge conflicts 2004/08/12 16:37:47 cl 1.6.4.1: ui changes for presentation engine

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [84525e3fa1b36ebeeac54a42540040b3a96d4e7f]

        INTEGRATION: CWS presentationengine01 (1.29.12); FILE MERGED 2004/11/17 12:49:43 thb 1.29.12.3: RESYNC: (1.30-1.31); FILE MERGED 2004/10/12 14:54:30 thb 1.29.12.2: RESYNC: (1.29-1.30); FILE MERGED 2004/10/06 16:49:33 dbo 1.29.12.1: #i35064# fixing static variable name, static_cast of typeclass

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [5284a77342bc5d21788fac1dc7e941d7d82b9b06]

        INTEGRATION: CWS qextras4 (1.1.1.1.148); FILE MERGED 2004/11/10 15:24:17 va 1.1.1.1.148.1: #118331# Dummy change.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [978a3a880adfa59cec99d20e3bd4d8db0f8ca762]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:35 thb 1.1.2.3: #118514# Canvas module reorg 2004/07/20 19:23:58 thb 1.1.2.2: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/12 15:11:38 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fd9996287cab27b7e505ec22e77f35dd64d4d353]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:34 thb 1.1.2.9: #118514# Canvas module reorg 2004/08/02 17:51:00 thb 1.1.2.8: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/20 19:23:57 thb 1.1.2.7: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/07/14 08:07:31 hdu 1.1.2.6: #116716# add all required includes 2004/07/12 11:46:02 hdu 1.1.2.5: #116716# fix BiDi text drawing 2004/05/27 20:51:25 thb 1.1.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/05/11 15:22:35 hdu 1.1.2.3: #116716# adjust to new BiDi options
        2004/05/10 09:36:02 hdu 1.1.2.2: #116716# improve text handling for VCL canvas
        2004/04/12 15:11:28 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a72a833dd810691c714081584381da80d8a1db79]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:33 thb 1.2.2.7: #118514# Canvas module reorg 2004/08/27 18:46:18 thb 1.2.2.6: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/02 17:51:00 thb 1.2.2.5: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/20 19:23:57 thb 1.2.2.4: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/05/27 20:51:25 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/12 15:12:26 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
        2004/04/05 15:58:01 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [92c9984f88d10284106f1f5152e43bb891ff094d]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:33 thb 1.2.2.13: #118514# Canvas module reorg 2004/09/29 23:36:05 thb 1.2.2.12: #110496# Making the new modules Wall clean 2004/09/29 08:31:23 thb 1.2.2.11: #110496# Removed extraneous trace outputs 2004/09/28 17:43:53 thb 1.2.2.10: #110496# Perform reinterpretative casting more carefully. The old version yielded wrong results for UltraSparc platform, possibly due to violated alignment requirements 2004/09/08 16:34:45 dbo 1.2.2.9: #110496# separate service names for all kinds of canvas implementations Issue number: Submitted by: Reviewed by: 2004/08/27 18:46:18 thb 1.2.2.8: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/02 17:51:00 thb 1.2.2.7: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/22 18:40:43 thb 1.2.2.6: #110496# Overhauled sprite redraw algo, to also respect overlapping sprites 2004/07/20 19:23:57 thb 1.2.2.5: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/05/27 20:51:25 thb 1.2.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/05/27 14:36:53 thb 1.2.2.3: #110496# verbose tracing is now guarded also with DBG_UTIL. Unified verbose trace output between directx and VCL canvas
        2004/04/12 15:12:25 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
        2004/04/05 15:58:00 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e12fa8a83a11a2293e5db1de1e93d64639135ead]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/23 20:57:15 thb 1.2.2.3: #110496# Made it build under Solaris 2004/07/22 18:40:43 thb 1.2.2.2: #110496# Overhauled sprite redraw algo, to also respect overlapping sprites 2004/04/05 15:58:00 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1bcf8df2f4b0ac6a226755bc1e2147a9275b482b]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:23:57 thb 1.2.2.2: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/05 15:58:00 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1e33047765ec73321321b65214b6517808da29b2]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/08 05:54:34 thb 1.2.2.6: #i36093#, #110496# Added native canvas gradients; improved bitmap performance by special-casing a few important formats; de-flickered full-content redraw, by performing that, too, in a bg VDev 2004/09/27 20:12:32 thb 1.2.2.5: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/07/27 16:27:21 thb 1.2.2.4: #110496# Added generic export filter 2004/07/20 19:23:56 thb 1.2.2.3: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/12 15:12:25 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:59 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a0888cbbaf73a13e2e2d41150f9806ec9e99996f]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:31 thb 1.2.2.7: #118514# Canvas module reorg 2004/11/08 05:54:34 thb 1.2.2.6: #i36093#, #110496# Added native canvas gradients; improved bitmap performance by special-casing a few important formats; de-flickered full-content redraw, by performing that, too, in a bg VDev 2004/10/11 00:00:06 thb 1.2.2.5: #i34997# Added new method XCanvas::drawBitmapModulated(), to facilitate global alpha channel changes when rendering bitmaps 2004/08/03 19:45:37 thb 1.2.2.4: #110496# Changed vcl canvas to use B2DPolygons, and transforming clip polys before setting them 2004/07/20 19:23:56 thb 1.2.2.3: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/06/17 10:33:27 thb 1.2.2.2: #110496# Handle huge shrinks correctly for font scaling; added some more debug code 2004/04/05 15:57:59 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [68530643d9d8d2a8805cf8692617a9fd712faaa2]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/22 15:19:14 thb 1.2.2.12: #110496# Ensuring similar types for ternary operator 2004/11/17 17:00:30 thb 1.2.2.11: #118514# Canvas module reorg 2004/11/01 22:19:09 thb 1.2.2.10: #10496# Performance optimizations: added profiling traces 2004/10/11 00:00:06 thb 1.2.2.9: #i34997# Added new method XCanvas::drawBitmapModulated(), to facilitate global alpha channel changes when rendering bitmaps 2004/09/27 20:12:31 thb 1.2.2.8: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/08/31 17:50:47 thb 1.2.2.7: #110496# Fixed typo in coordinate range check (compared twice with X) 2004/08/03 19:45:36 thb 1.2.2.6: #110496# Changed vcl canvas to use B2DPolygons, and transforming clip polys before setting them 2004/07/20 19:23:56 thb 1.2.2.5: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/07/01 16:56:47 thb 1.2.2.4: #110496# Switched to math.h for PI 2004/06/17 10:33:26 thb 1.2.2.3: #110496# Handle huge shrinks correctly for font scaling; added some more debug code 2004/05/27 20:51:24 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/05 15:57:58 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [67490613cad577ebc33df98cec33fd2cbd5491b8]

        INTEGRATION: CWS leanobjects (1.2.32); FILE MERGED 2004/11/23 13:54:56 mba 1.2.32.5: #i37278#: wrong return value 2004/11/22 09:19:40 mba 1.2.32.4: #i37278#: some problems with moving and copying objects 2004/11/19 14:57:27 mba 1.2.32.3: #i37278#: allow to load objects on demand 2004/11/18 16:48:10 mba 1.2.32.2: #i37278#: make objects loadable on demand 2004/11/18 10:58:40 mba 1.2.32.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3bd4732adc7b1935445b5a40fd3b3d9e8dfaf180]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/09 14:44:31 thb 1.1.2.2: #110496# Fixed minor map file issues; changed order of canvas instantiations in canvas factory; added sprite clipping to DirectX canvas 2004/07/27 16:22:41 thb 1.1.2.1: #110496# Added export filter for unix

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [63956613b3ff39c5756249299d43253f997fa6ab]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:30 thb 1.1.2.4: #118514# Canvas module reorg 2004/10/11 00:00:06 thb 1.1.2.3: #i34997# Added new method XCanvas::drawBitmapModulated(), to facilitate global alpha channel changes when rendering bitmaps 2004/09/27 20:12:31 thb 1.1.2.2: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/07/20 19:22:23 thb 1.1.2.1: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dd38cfc8c577cfc80b3059f174a158894f558d36]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/22 13:49:01 thb 1.1.2.11: #110496# Due to a Solaris compiler bug, avoiding ternary operator with temporaries and function calls 2004/11/17 17:00:29 thb 1.1.2.10: #118514# Canvas module reorg 2004/11/08 05:54:33 thb 1.1.2.9: #i36093#, #110496# Added native canvas gradients; improved bitmap performance by special-casing a few important formats; de-flickered full-content redraw, by performing that, too, in a bg VDev 2004/10/26 23:36:58 thb 1.1.2.8: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/10/11 00:00:05 thb 1.1.2.7: #i34997# Added new method XCanvas::drawBitmapModulated(), to facilitate global alpha channel changes when rendering bitmaps 2004/09/30 15:10:55 thb 1.1.2.6: #110496# Corrected clip setup for the case empty view clip, nonempty render state clip (was set to NULL clip before) 2004/09/27 20:12:31 thb 1.1.2.5: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/08/23 19:14:25 thb 1.1.2.4: #110496# Now properly setting up text color (also changing the font's color values 2004/08/19 00:12:28 thb 1.1.2.3: #110496# Changed clip setup to handle empty/NULL clips correctly 2004/08/03 19:45:36 thb 1.1.2.2: #110496# Changed vcl canvas to use B2DPolygons, and transforming clip polys before setting them 2004/07/20 19:22:33 thb 1.1.2.1: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b42c7e1823697d5d854a5d6bae4ce9139f7c70c9]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:29 thb 1.2.2.5: #118514# Canvas module reorg 2004/07/20 19:23:56 thb 1.2.2.4: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/05/10 09:36:02 hdu 1.2.2.3: #116716# improve text handling for VCL canvas 2004/04/12 15:12:25 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:58 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d71df5c1bdc478aec948995697ae5d98731731d1]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:29 thb 1.2.2.12: #118514# Canvas module reorg 2004/08/02 17:50:59 thb 1.2.2.11: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/20 19:23:55 thb 1.2.2.10: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/07/09 11:51:52 hdu 1.2.2.9: #116716# fix typo 2004/07/09 11:48:42 hdu 1.2.2.8: #116716# more text effects and text lines 2004/07/09 11:48:31 hdu 1.2.2.7: #116716# more text effects and text lines 2004/07/09 09:53:29 hdu 1.2.2.6: #116716# more text effects and text lines 2004/06/17 10:33:26 thb 1.2.2.5: #110496# Handle huge shrinks correctly for font scaling; added some more debug code 2004/05/27 20:51:24 thb 1.2.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/05/10 09:36:02 hdu 1.2.2.3: #116716# improve text handling for VCL canvas
        2004/04/12 15:12:25 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
        2004/04/05 15:57:58 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [277434aa158bef97ea63ff92dc73b770c418f292]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:28 thb 1.2.2.9: #118514# Canvas module reorg 2004/09/01 10:50:36 thb 1.2.2.8: #110496# Optimized sprite repaint (for static sprite content) 2004/08/06 14:00:09 thb 1.2.2.7: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). Implemented sprite clipping 2004/08/02 17:50:59 thb 1.2.2.6: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/22 20:38:28 thb 1.2.2.5: #110496# Adapted to setData/setPixel API change 2004/07/22 18:40:43 thb 1.2.2.4: #110496# Overhauled sprite redraw algo, to also respect overlapping sprites 2004/07/20 19:23:55 thb 1.2.2.3: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/12 15:12:25 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:57 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [670e1ada33daac71c0a81d1bf3b5d8f2ef17915c]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:28 thb 1.2.2.20: #118514# Canvas module reorg 2004/10/26 23:36:58 thb 1.2.2.19: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/10/25 19:07:44 thb 1.2.2.18: #i20518# Improved canvas performance for sprite rendering 2004/10/11 00:00:05 thb 1.2.2.17: #i34997# Added new method XCanvas::drawBitmapModulated(), to facilitate global alpha channel changes when rendering bitmaps 2004/09/09 14:44:31 thb 1.2.2.16: #110496# Fixed minor map file issues; changed order of canvas instantiations in canvas factory; added sprite clipping to DirectX canvas 2004/09/06 13:33:45 thb 1.2.2.15: #110496# Improved documentation 2004/09/01 10:50:36 thb 1.2.2.14: #110496# Optimized sprite repaint (for static sprite content) 2004/08/27 18:46:16 thb 1.2.2.13: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/26 12:23:40 thb 1.2.2.12: #110496# Fixed a nasty update bug (hidden sprites where not cleared, when not part of other update areas by chance) 2004/08/20 00:27:10 thb 1.2.2.11: #110496# Added TODO comment 2004/08/06 14:00:09 thb 1.2.2.10: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). Implemented sprite clipping 2004/08/02 17:50:59 thb 1.2.2.9: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/22 20:38:27 thb 1.2.2.8: #110496# Adapted to setData/setPixel API change 2004/07/22 18:40:42 thb 1.2.2.7: #110496# Overhauled sprite redraw algo, to also respect overlapping sprites 2004/07/20 19:23:55 thb 1.2.2.6: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/06/17 10:33:25 thb 1.2.2.5: #110496# Handle huge shrinks correctly for font scaling; added some more debug code 2004/05/27 20:51:24 thb 1.2.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/05/27 14:36:52 thb 1.2.2.3: #110496# verbose tracing is now guarded also with DBG_UTIL. Unified verbose trace output between directx and VCL canvas
        2004/04/12 15:12:24 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
        2004/04/05 15:57:57 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4a485f240ff180998aae5337a0e0f518c33c4301]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:28 thb 1.1.2.2: #118514# Canvas module reorg 2004/09/27 20:10:35 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8d76c6b9c584d49649ddf98e34cdc9d9f7c38a14]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:27 thb 1.1.2.5: #118514# Canvas module reorg 2004/11/08 05:54:33 thb 1.1.2.4: #i36093#, #110496# Added native canvas gradients; improved bitmap performance by special-casing a few important formats; de-flickered full-content redraw, by performing that, too, in a bg VDev 2004/11/01 22:19:08 thb 1.1.2.3: #10496# Performance optimizations: added profiling traces 2004/10/26 23:36:58 thb 1.1.2.2: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/09/27 20:10:47 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b3b29faabf04913dde4edb6108e387ea9f2b5f67]

        INTEGRATION: CWS leanobjects (1.135.30); FILE MERGED 2004/11/18 11:03:25 mba 1.135.30.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [57b63dda6385871e558f7b6572f0c70d616c2bc3]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:27 thb 1.2.2.7: #118514# Canvas module reorg 2004/10/26 23:36:58 thb 1.2.2.6: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/09/27 20:12:31 thb 1.2.2.5: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/08/02 17:50:58 thb 1.2.2.4: #110496# Adapted to recent XCanvas API changes, streamlined and factored out common code with directxcanvas 2004/07/20 19:23:55 thb 1.2.2.3: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/12 15:12:24 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:57 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0b62cff074fee6c5d5015fd80fc541a210af36af]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:27 thb 1.2.2.8: #118514# Canvas module reorg 2004/10/26 23:36:58 thb 1.2.2.7: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/09/30 15:10:03 thb 1.2.2.6: #110496# Temporarily removed creation of palette bitmaps for <=8 bit displays, VCL does not seem to handle 8bit+alpha correctly 2004/09/27 20:12:31 thb 1.2.2.5: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/07/20 19:23:54 thb 1.2.2.4: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/05/27 20:51:24 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/12 15:12:24 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
        2004/04/05 15:57:57 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [429e172953284e2bbcb8725dd0cd2682db6ddf97]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:27 thb 1.1.2.2: #118514# Canvas module reorg 2004/09/27 20:10:17 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fc2873a6b75e414e2e81fb2e875e913d5b319578]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:27 thb 1.1.2.2: #118514# Canvas module reorg 2004/09/27 20:10:26 thb 1.1.2.1: #110496# Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9c465c76490774f33f6687231f6fdefef8368a2b]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:26 thb 1.1.2.4: #118514# Canvas module reorg 2004/10/26 23:36:57 thb 1.1.2.3: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/09/27 20:12:30 thb 1.1.2.2: #110496# Fixed problem with CanvasBitmap instances with alpha channel (simply ignored that before) 2004/07/20 19:22:44 thb 1.1.2.1: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9dd0b9378210ec8b4e403601c0f72403df037ad5]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/11/17 17:00:26 thb 1.1.2.3: #118514# Canvas module reorg 2004/10/26 23:36:57 thb 1.1.2.2: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally 2004/07/20 19:22:55 thb 1.1.2.1: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [78d4c6dc9da78bec6cca50b3b794394d41a0e7bb]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:25 thb 1.2.2.5: #118514# Canvas module reorg 2004/09/02 13:38:25 ka 1.2.2.4: separation of DX- and VCLDeviceInfo access functions 2004/08/26 12:22:11 thb 1.2.2.3: #110496# Factored out LinePolyPolygonBase from canvastools.hxx/cxx 2004/08/17 16:04:55 aw 1.2.2.2: #110496# Added clipping for text on DX 2004/04/05 15:57:56 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [71244f7d82dd7b1926ac1940b0add5e3cb856cc5]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/16 17:44:24 thb 1.2.2.3: #110496# Made ElapsedTime const-correct 2004/05/27 20:51:23 thb 1.2.2.2: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/05 15:57:56 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [22d573fb62a0d5d8ccf6a0756cc9e76225333360]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:25 thb 1.2.2.8: #118514# Canvas module reorg 2004/09/02 13:38:24 ka 1.2.2.7: separation of DX- and VCLDeviceInfo access functions 2004/09/02 11:38:24 ka 1.2.2.6: added helper function to retrieve device (implementation) specific information 2004/08/26 12:22:11 thb 1.2.2.5: #110496# Factored out LinePolyPolygonBase from canvastools.hxx/cxx 2004/08/17 16:04:54 aw 1.2.2.4: #110496# Added clipping for text on DX 2004/05/27 20:51:23 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/04/12 15:12:22 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
        2004/04/05 15:57:56 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b63fd3e0438b9ecea1c0a4f31eed05dea8807987]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:24 thb 1.2.2.4: #118514# Canvas module reorg 2004/08/23 11:47:07 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2004/04/12 15:12:22 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:55 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5f622d2a85a24d07ebcd18cae4acf575835fc5e5]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/07/28 10:44:58 thb 1.1.2.2: #110496# Brought javacanvas to comply with recent API changes 2004/04/12 15:11:03 thb 1.1.2.1: Initial revision

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d60048164403ff20c96de5f16e472f981e1a501d]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:46:05 thb 1.2.2.1: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [36d476e627bfe783bbd7fff834337410b519a375]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/04/05 15:57:55 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8acc91b68e1666c17133d98606501b7a48e24a50]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/09/08 16:34:44 dbo 1.2.2.5: #110496# separate service names for all kinds of canvas implementations Issue number: Submitted by: Reviewed by: 2004/08/27 18:46:04 thb 1.2.2.4: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/07/28 10:44:58 thb 1.2.2.3: #110496# Brought javacanvas to comply with recent API changes 2004/04/12 15:12:22 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:55 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [01c8733855383c1c22b6e42e8761167e90e2820b]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:46:04 thb 1.2.2.3: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/23 18:29:01 thb 1.2.2.2: #i10000# Missing abstract method implementation (leftover from recent API change) 2004/07/28 10:44:58 thb 1.2.2.1: #110496# Brought javacanvas to comply with recent API changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e956927f9df419db0c0fe8586ff349a47521a383]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:24 thb 1.2.2.3: #118514# Canvas module reorg 2004/11/08 05:51:47 thb 1.2.2.2: #i36093# Added native gradients API 2004/10/26 23:36:57 thb 1.2.2.1: #110496# Added dedicated alpha bitmap support: factory methods at the XGraphicDevice, and optimized handling internally

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e7119701583fda213d9f2dc01a86ed49f783d35c]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/28 10:44:58 thb 1.2.2.2: #110496# Brought javacanvas to comply with recent API changes 2004/04/12 15:12:22 thb 1.2.2.1: #110496# Adaptions after canvas01 merge

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [61d6c0646bf3c4af806b472fcea8a28b763cc736]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:46:03 thb 1.2.2.3: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/23 18:29:01 thb 1.2.2.2: #i10000# Missing abstract method implementation (leftover from recent API change) 2004/07/28 10:44:57 thb 1.2.2.1: #110496# Brought javacanvas to comply with recent API changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [659bb6f01c7463e0df8af66bdc897fbb706260fd]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/27 18:46:03 thb 1.2.2.3: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen and sprite clip semantics 2004/08/23 18:29:00 thb 1.2.2.2: #i10000# Missing abstract method implementation (leftover from recent API change) 2004/07/28 10:44:57 thb 1.2.2.1: #110496# Brought javacanvas to comply with recent API changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a8079a802028902396b894e69ef1540727c4c8b5]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/28 10:44:57 thb 1.2.2.2: #110496# Brought javacanvas to comply with recent API changes 2004/04/05 15:57:55 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8f43ee5f222a2ee34201615ce7b14eb00d4e86fb]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/10/10 23:59:21 thb 1.2.2.2: #i34997# Adapted according to XCanvas::drawBitmapModulated() additional method 2004/04/12 15:12:21 thb 1.2.2.1: #110496# Adaptions after canvas01 merge

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [46aac2f01f9b12be5570e6a280274f858550edba]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/08 16:30:51 dbo 1.1.2.1: #110496# added canvas factory code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b85e557674eb624ef55a2dc14770510c10804a68]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/09 14:44:30 thb 1.1.2.2: #110496# Fixed minor map file issues; changed order of canvas instantiations in canvas factory; added sprite clipping to DirectX canvas 2004/09/08 16:30:51 dbo 1.1.2.1: #110496# added canvas factory code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2490c0f956528badfd17ec81d38c19868277e2af]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/09 06:51:04 dbo 1.1.2.2: #110496# changed symbol versioning 2004/09/08 16:30:50 dbo 1.1.2.1: #110496# added canvas factory code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [308b72e345913179064fb2ff4e1b8168dea50ea2]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:22 thb 1.2.2.7: #118514# Canvas module reorg 2004/09/08 16:31:58 dbo 1.2.2.6: #110496# adding canvas factory Issue number: Submitted by: Reviewed by: 2004/07/28 10:08:24 thb 1.2.2.5: #110496# Added canvas API back to offapi (was private API before). Thus, no need to generate private API here 2004/07/23 13:07:08 thb 1.2.2.4: RESYNC: (1.3-1.4); FILE MERGED 2004/07/20 19:31:38 thb 1.2.2.3: #110496# Moved debug.hxx from slideshow down to canvas. Comes in handy here, too 2004/07/06 13:16:56 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/12 15:12:21 thb 1.2.2.1: #110496# Adaptions after canvas01 merge

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [18c433f943c579a98988550dfc372f3da2efc151]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:21 thb 1.2.2.8: #118514# Canvas module reorg 2004/09/08 16:31:57 dbo 1.2.2.7: #110496# adding canvas factory Issue number: Submitted by: Reviewed by: 2004/07/28 10:08:24 thb 1.2.2.6: #110496# Added canvas API back to offapi (was private API before). Thus, no need to generate private API here 2004/07/16 16:27:35 thb 1.2.2.5: #i10000# Missing dependency for tools 2004/07/16 16:26:33 thb 1.2.2.4: #i10000# Missing dependency for Java 2004/07/06 13:16:45 thb 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2004/04/12 15:12:21 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:57:54 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [76c9e063b60b2085c014e9fe5dd54070cd26e285]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/05/27 14:36:52 thb 1.2.2.2: #110496# verbose tracing is now guarded also with DBG_UTIL. Unified verbose trace output between directx and VCL canvas 2004/04/05 15:57:53 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ba8f717fb88cb29ea1754e7bfe0642a8a8827445]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/09/27 20:11:38 thb 1.2.2.4: #110496# Removed unnecessary (and incomplete) code for operator== 2004/09/01 20:28:21 thb 1.2.2.3: #110496# Corrected operator== for VCLWrapper (errorneously assumed rhs to be VCLWrapper, too) 2004/07/20 19:28:45 thb 1.2.2.2: #110496# Removed self-references to various interface implementations, along the lines, factored out common base implementation for all c++ canvases 2004/04/05 15:57:53 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5ed7177efde2e305dad7af3ed175315708c71475]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/16 17:44:24 thb 1.2.2.2: #110496# Made ElapsedTime const-correct 2004/04/05 15:57:53 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [4e17414d5896aae642f2d3ad3dca88a9f358e108]

        INTEGRATION: CWS dbabetap2 (1.14.12); FILE MERGED 2004/11/18 07:27:00 oj 1.14.12.1: #i37027# modify datasource after storing myself

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5df1a4960653075fd98b49effdb4a863ff3ab32d]

        INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED 2004/09/29 23:36:04 thb 1.1.2.3: #110496# Making the new modules Wall clean 2004/07/27 09:23:29 thb 1.1.2.2: #i10000# Enabling shared_ptr debug now matches setup in makefiles 2004/07/20 19:18:40 thb 1.1.2.1: #110496# Moved slideshow debug down to canvas

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9cc996c056095d272c5dd41c038c3dc7efc1c673]

        INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/11/17 17:00:21 thb 1.2.2.11: #118514# Canvas module reorg 2004/11/08 05:50:53 thb 1.2.2.10: #110496# Corrected IDL header extension 2004/09/02 11:36:27 ka 1.2.2.9: added helper function to retrieve device (implementation) specific information 2004/08/26 12:22:10 thb 1.2.2.8: #110496# Factored out LinePolyPolygonBase from canvastools.hxx/cxx 2004/08/23 08:41:46 cl 1.2.2.7: resolved merge conflicts 2004/08/17 16:04:24 aw 1.2.2.6: #110496# Added clipping for text on DX 2004/06/25 10:32:05 thb 1.2.2.5: #110496# Made nice HAKMEM nextPow2 public 2004/05/27 20:51:22 thb 1.2.2.4: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories:  - code quality (C)  - performance (P)  - missing functionality (F)  - and missing/incomplete error handling (E)
        
        Furthermore, every category has a severity number between
        1 and 3 associated, where 1 is lowest and 3 highest
        severity
        2004/05/27 14:36:52 thb 1.2.2.3: #110496# verbose tracing is now guarded also with DBG_UTIL. Unified verbose trace output between directx and VCL canvas
        2004/04/12 15:12:20 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
        2004/04/05 15:57:53 thb 1.2.2.1: Resync with canvas01 changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bb7b96c485463db45397f1038d4a4f7221cca5aa]

        New from CWS presentationengine01 (so_res module)

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [fd91d2017f7e4e72add72db22e42a9c056182c72]

        INTEGRATION: CWS dbabetap2 (1.127.20); FILE MERGED 2004/11/18 07:29:42 oj 1.127.20.2: #i37067# change privileges when read_only 2004/11/16 09:18:51 oj 1.127.20.1: #i37067# set privileges corect when concurrency is read_only

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a88faf27a2d18cf5d8113054d6f478fdc9f5bed6]

        INTEGRATION: CWS leanobjects (1.2.32); FILE MERGED 2004/11/18 11:38:26 mav 1.2.32.1: #i37014# separate the case when document has unknown mediatype

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [79096773f6f284ee924d5967bf7aa874019c9538]

        INTEGRATION: CWS leanobjects (1.2.32); FILE MERGED 2004/11/19 14:57:05 mba 1.2.32.1: #i37278#: allow to load objects on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4f0c92474444d700a718504f809acd6698d5b78e]

        #i10000# Merge error (duplicate TypeDetection.xcs

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0b346159036180fc49cd5622f80a24f01130c9a7]

        INTEGRATION: CWS leanobjects (1.2.32); FILE MERGED 2004/11/22 09:19:31 mba 1.2.32.2: #i37278#: some problems with moving and copying objects 2004/11/19 14:57:05 mba 1.2.32.1: #i37278#: allow to load objects on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9914e97770c9b5ae15bd0804a2864d65294b7cc0]

        INTEGRATION: CWS leanobjects (1.2.92); FILE MERGED 2004/11/18 11:04:31 mba 1.2.92.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6eb3b8bd9765c77c404e49eb898a96cba9e3bb47]

        INTEGRATION: CWS leanobjects (1.34.90); FILE MERGED 2004/11/18 11:04:30 mba 1.34.90.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [59928cd8565bd722a6588abc26955d6f97a043cd]

        INTEGRATION: CWS leanobjects (1.45.40); FILE MERGED 2004/11/19 14:57:38 mba 1.45.40.2: #i37278#: allow to load objects on demand 2004/11/18 17:25:20 mba 1.45.40.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [091326aaf2b5cc702701b62207d8618e4c79df63]

        INTEGRATION: CWS leanobjects (1.46.44); FILE MERGED 2004/11/18 11:03:05 mba 1.46.44.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a6ad022f1d5c81a7c02d32aed336b11de0143674]

        #i10000# Merge error

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [68c53830903fa6a19f05ad00d7a22af3415248cf]

        INTEGRATION: CWS leanobjects (1.117.142); FILE MERGED 2004/11/18 11:07:42 mba 1.117.142.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [51694804ff81b1ba12f97463798bfa47917a740a]

        INTEGRATION: CWS leanobjects (1.18.148); FILE MERGED 2004/11/18 11:07:41 mba 1.18.148.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [18ae050c8ba957d4ad8d7e71c6378e30fe68101c]

        INTEGRATION: CWS leanobjects (1.46.16); FILE MERGED 2004/11/23 16:01:35 mba 1.46.16.5: #i37712#: bug in SetModel: didn't work for models without persist 2004/11/23 08:21:59 mba 1.46.16.4: #i37296#: add comment for clarification 2004/11/22 09:20:07 mba 1.46.16.3: #i37278#: some problems with moving and copying objects 2004/11/18 16:48:24 mba 1.46.16.2: #i37278#: make objects loadable on demand 2004/11/18 11:07:23 mba 1.46.16.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9bfb71d08616a8b8957dc6934ff1831504fe48a7]

        INTEGRATION: CWS leanobjects (1.22.16); FILE MERGED 2004/11/18 11:07:23 mba 1.22.16.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eac17ab07714b570d69a18503c953b34743d40a3]

        INTEGRATION: CWS leanobjects (1.10.150); FILE MERGED 2004/11/18 11:07:02 mba 1.10.150.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d6f3a13d428bbaca68e575e69a188e24e5021097]

        INTEGRATION: CWS leanobjects (1.105.48); FILE MERGED 2004/11/18 11:07:01 mba 1.105.48.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c40a840b29bf5480be2525c8ce5d128d0de133bc]

        INTEGRATION: CWS leanobjects (1.39.66); FILE MERGED 2004/11/18 11:08:43 mba 1.39.66.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [876375bce8ae3394424a0e276ad167d07a1aa298]

        INTEGRATION: CWS leanobjects (1.5.122); FILE MERGED 2004/11/18 11:08:42 mba 1.5.122.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [216c10f93bece692e92b81c4da08ba441cb67bb5]

        INTEGRATION: CWS leanobjects (1.42.44); FILE MERGED 2004/11/19 15:00:44 mba 1.42.44.1: #i37296#: wrong index

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [34982f9e3261c02586803f49e4cd5aeffa7e930a]

        INTEGRATION: CWS leanobjects (1.35.116); FILE MERGED 2004/11/18 11:08:41 mba 1.35.116.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [467680ca1e47ab61cf9bb3005ef0ac66e2a7e4d7]

        INTEGRATION: CWS leanobjects (1.32.118); FILE MERGED 2004/11/18 11:08:41 mba 1.32.118.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c4c33697d64a85e1c7aa4b5499fd11c6ef14354f]

        INTEGRATION: CWS leanobjects (1.38.120); FILE MERGED 2004/11/18 11:08:40 mba 1.38.120.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c62cfabdc915c4540723d616ba244471305afac5]

        INTEGRATION: CWS cd03 (1.137.4); FILE MERGED 2004/11/17 17:33:29 mav 1.137.4.2: #i37232# saving and loading of version info 2004/11/17 10:12:53 mav 1.137.4.1: #i37247# fix reloading, the document should disconnect from storage before medium closing

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e42aba6fecb62d2598133d01d190dd04963984f9]

        INTEGRATION: CWS leanobjects (1.80.120); FILE MERGED 2004/11/18 11:08:40 mba 1.80.120.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c25d1cec7d9ecbbf09101114ad025744bdd70f53]

        INTEGRATION: CWS leanobjects (1.18.120); FILE MERGED 2004/11/18 11:08:39 mba 1.18.120.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [35a43016c69e37a91186282f80042b4c09a60a65]

        INTEGRATION: CWS leanobjects (1.6.120); FILE MERGED 2004/11/18 11:08:39 mba 1.6.120.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [88a4fa94ab0e7be0b85546f2ee05ce0e0edaf243]

        INTEGRATION: CWS leanobjects (1.92.120); FILE MERGED 2004/11/18 11:08:38 mba 1.92.120.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9024383461eea2b13d526fd4504461662db3b71d]

        INTEGRATION: CWS leanobjects (1.14.120); FILE MERGED 2004/11/22 09:20:22 mba 1.14.120.1: #i37278#: some problems with moving and copying objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bc0156c9fa8f71f7d8f3fc3f84918d1ed53de722]

        INTEGRATION: CWS leanobjects (1.16.120); FILE MERGED 2004/11/23 08:20:05 mba 1.16.120.3: #i37296#: don't clear reference before removing object 2004/11/18 16:48:39 mba 1.16.120.2: #i37278#: make objects loadable on demand 2004/11/18 11:08:38 mba 1.16.120.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2c82b66cc6e20e166c3c16bacfbe56647aabe3cd]

        INTEGRATION: CWS leanobjects (1.7.122); FILE MERGED 2004/11/18 11:08:38 mba 1.7.122.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0248d7b81f81d2a6e0b49536dd39d0896d81298e]

        INTEGRATION: CWS leanobjects (1.34.120); FILE MERGED 2004/11/18 11:08:37 mba 1.34.120.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9ba03e62b6e242149140f04ae29ce4b9cbb0e691]

        INTEGRATION: CWS leanobjects (1.36.120); FILE MERGED 2004/11/18 11:08:37 mba 1.36.120.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [426983008bb7c1d4e13db22def420af7d68a846e]

        INTEGRATION: CWS leanobjects (1.27.44); FILE MERGED 2004/11/18 11:08:36 mba 1.27.44.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c0df2cc68d489155085bacaca31228f03a80e5fb]

        INTEGRATION: CWS leanobjects (1.8.122); FILE MERGED 2004/11/18 11:08:20 mba 1.8.122.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1bdbd22e75d5df2ee6ae5712ecef36aea49f9d0f]

        INTEGRATION: CWS leanobjects (1.17.98); FILE MERGED 2004/11/18 11:11:25 mba 1.17.98.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e812993267e57c4640cded03ca7a162bb695b4a3]

        INTEGRATION: CWS cd03 (1.24.58); FILE MERGED 2004/11/17 17:31:19 mav 1.24.58.1: #i37232# allow to provide some arguments on save operation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e923068f2569b511c72803c5099b4e36212e17e3]

        INTEGRATION: CWS leanobjects (1.20.98); FILE MERGED 2004/11/18 11:11:25 mba 1.20.98.1: #i37278#: make objects loadable on demand

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [15d272a8cc18729f31abc6a5060038e05b23d5e7]

        INTEGRATION: CWS vcl31 (1.85.34); FILE MERGED 2004/11/11 20:04:18 hdu 1.85.34.2: #110548# improved glyph fallback for SimpleWinLayout 2004/11/10 13:15:28 hdu 1.85.34.1: #110548# improved glyph fallback for SimpleWinLayout

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [013f8df6cf7c9affbc1fcf6bf636808ff69ce5b8]

        INTEGRATION: CWS leanobjects (1.17.100); FILE MERGED 2004/11/18 11:11:25 mba 1.17.100.1: #i37278#: make objects loadable on demand

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [788bbfb77d50fb5bf1ff47a48aebf0a8d9c906a3]

        INTEGRATION: CWS vcl31 (1.32.62); FILE MERGED 2004/11/11 11:02:50 ssa 1.32.62.1: #i36838# ask the toolbar for the next optimal size during resizing, this enables synchronous resizing without delay of floating toolbars, all heuristics to detect a primary direction while resizing has been removed

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2480e07364f5a2789e47a3de63c2a1afec107fc0]

        INTEGRATION: CWS leanobjects (1.5.168); FILE MERGED 2004/11/18 11:11:25 mba 1.5.168.1: #i37278#: make objects loadable on demand

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c848c48d1f374396e0ad09ada20319ac2a109f20]

        INTEGRATION: CWS vcl31 (1.77.62); FILE MERGED 2004/11/26 15:08:12 pl 1.77.62.2: RESYNC: (1.77-1.79); FILE MERGED 2004/11/11 11:02:50 ssa 1.77.62.1: #i36838# ask the toolbar for the next optimal size during resizing, this enables synchronous resizing without delay of floating toolbars, all heuristics to detect a primary direction while resizing has been removed

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6bbd35c45d6a8e75aaa3786bcad84406036e4d03]

        INTEGRATION: CWS leanobjects (1.13.98); FILE MERGED 2004/11/18 11:11:24 mba 1.13.98.1: #i37278#: make objects loadable on demand

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ab4d45e62d90ff94ea2c2bf9c8eb3f83459a7c7]

        INTEGRATION: CWS vcl31 (1.13.64); FILE MERGED 2004/11/12 09:56:28 ssa 1.13.64.1: #i36510# optional top border for StatusBar

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [10db776e031cede97c263caad2d2374f89e33982]

        INTEGRATION: CWS leanobjects (1.11.98); FILE MERGED 2004/11/18 11:11:23 mba 1.11.98.1: #i37278#: make objects loadable on demand

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [111302ca277c67414e9ff4dcc8b8f041e8dbc457]

        INTEGRATION: CWS vcl31 (1.4.64); FILE MERGED 2004/11/19 14:34:52 ssa 1.4.64.2: #i36838# call the listeners in togglefloatingmode before the toolbox which brings us i37461 back 2004/11/11 11:02:50 ssa 1.4.64.1: #i36838# ask the toolbar for the next optimal size during resizing, this enables synchronous resizing without delay of floating toolbars, all heuristics to detect a primary direction while resizing has been removed

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [898558092979fa5f0603168eba3c21b29d9965f0]

        INTEGRATION: CWS leanobjects (1.7.98); FILE MERGED 2004/11/18 11:11:23 mba 1.7.98.1: #i37278#: make objects loadable on demand

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f67dad8586c6c29b2d1750b4ead72c87224e865]

        INTEGRATION: CWS vcl31 (1.10.118); FILE MERGED 2004/11/11 10:47:27 ssa 1.10.118.1: #i34110# improve check for flat border

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2b299f092271de0415e29b478a4b0c3aa002ea19]

        INTEGRATION: CWS leanobjects (1.24.50); FILE MERGED 2004/11/18 11:11:22 mba 1.24.50.1: #i37278#: make objects loadable on demand

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5d7e0bd30c8408a25bab61743ded15c6aed90f5]

        INTEGRATION: CWS vcl31 (1.16.34); FILE MERGED 2004/11/11 11:02:49 ssa 1.16.34.1: #i36838# ask the toolbar for the next optimal size during resizing, this enables synchronous resizing without delay of floating toolbars, all heuristics to detect a primary direction while resizing has been removed

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3f987954e9d0235684055acacacec1a9e5be8b5]

        INTEGRATION: CWS vcl31 (1.185.2); FILE MERGED 2004/11/11 20:18:20 hdu 1.185.2.2: #i36975# fixed the importance weight of font size mismatching 2004/11/10 13:15:27 hdu 1.185.2.1: #110548# improved glyph fallback for SimpleWinLayout

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2521150984af05f6c6c8c3c9324592219f1e22a6]

        INTEGRATION: CWS leanobjects (1.33.4); FILE MERGED 2004/11/18 11:11:22 mba 1.33.4.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [603ca5fec30436f8ca78237262b3a2787766b6d4]

        INTEGRATION: CWS leanobjects (1.13.18); FILE MERGED 2004/11/18 11:11:35 mba 1.13.18.1: #i37278#: make objects loadable on demand

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [337def380c434414727ea5c8fedf530608cb02fd]

        INTEGRATION: CWS vcl31 (1.2.50); FILE MERGED 2004/11/12 09:57:14 ssa 1.2.50.1: #i36510# enable top border for StatusBar

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [167623470f4104665814942bde460027c9b0d79f]

        INTEGRATION: CWS leanobjects (1.32.30); FILE MERGED 2004/11/18 11:11:09 mba 1.32.30.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cdd6917fedd03559fc87d0cf7fadcea23e912576]

        INTEGRATION: CWS leanobjects (1.19.74); FILE MERGED 2004/11/18 11:11:09 mba 1.19.74.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8a33dbaf92c2b8b79d7216af488375331435598a]

        INTEGRATION: CWS cd03 (1.11.4); FILE MERGED 2004/11/16 16:49:30 jl 1.11.4.1: #37252# changed jvmfwkrc

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3e831c9b0645128823c05559299c104c39b442e5]

        INTEGRATION: CWS leanobjects (1.55.14); FILE MERGED 2004/11/18 11:11:08 mba 1.55.14.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ddcd83aa80a69ba1d49084f27087b731e0269374]

        INTEGRATION: CWS leanobjects (1.33.72); FILE MERGED 2004/11/18 11:11:08 mba 1.33.72.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [07f557e26f9f5734e106d319238c87b8fa65e83e]

        INTEGRATION: CWS leanobjects (1.9.74); FILE MERGED 2004/11/18 11:11:07 mba 1.9.74.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1ec1371c647cb2ef150379c838763ff8b95d6ce3]

        INTEGRATION: CWS cd03 (1.93.32); FILE MERGED 2004/11/17 12:26:27 mav 1.93.32.2: #i34434# on EditFile handling handle the case when only UI is readonly 2004/11/17 10:12:54 mav 1.93.32.1: #i37247# fix reloading, the document should disconnect from storage before medium closing

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f7dce0a880e4549f8c4e8c9ef8e5e14a94ad427d]

        INTEGRATION: CWS leanobjects (1.25.74); FILE MERGED 2004/11/18 11:11:06 mba 1.25.74.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b95732d3df1470a344d838c278fb20609c133352]

        INTEGRATION: CWS cd03 (1.4.86); FILE MERGED 2004/11/10 12:04:44 cd 1.4.86.1: #i35322# SvGlobalName has a new ctor, correct usage has therefor changed - fixed now

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8c8b345f7a29f9264a1acf974f0534e372a94fc3]

        INTEGRATION: CWS cd03 (1.72.4); FILE MERGED 2004/11/17 17:32:34 mav 1.72.4.1: #i37232# allow to provide some arguments on save operation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [670cb9bc0d55f479c301452815f54c997247be64]

        INTEGRATION: CWS cd03 (1.3.4); FILE MERGED 2004/11/17 17:32:34 mav 1.3.4.1: #i37232# allow to provide some arguments on save operation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f884201b5cdaa259e2ad55435ba36aade7a39183]

        INTEGRATION: CWS cd03 (1.145.4); FILE MERGED 2004/11/18 13:27:34 mav 1.145.4.4: #i37232# check whether the medium is based on storage is done in storage 2004/11/18 13:02:55 mav 1.145.4.3: #i37232# check whether the medium is based on storage 2004/11/18 12:47:17 mav 1.145.4.2: #i37232# check whether the medium is based on storage 2004/11/17 17:33:29 mav 1.145.4.1: #i37232# saving and loading of version info

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a312fdf1fc083c6c124f346f006763ef9fdd767a]

        INTEGRATION: CWS leanobjects (1.6.20); FILE MERGED 2004/11/23 08:25:08 mba 1.6.20.1: #i37278#: OLE objects in clipboard try to create a new desktop after it was already terminated

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ece9d37a7f87e9c2f70dc5795c1b0179bdea86e0]

        INTEGRATION: CWS vcl29 (1.84.32); FILE MERGED 2004/10/28 11:31:43 pl 1.84.32.2: RESYNC: (1.84-1.85); FILE MERGED 2004/10/22 13:34:26 hdu 1.84.32.1: #21466# force manual aliasing of symbol codes for symbol fonts on W98 platforms

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [61aabc3d46d850d6faa9f91ead10693cf3fcff9a]

        INTEGRATION: CWS leanobjects (1.9.20); FILE MERGED 2004/11/23 08:25:00 mba 1.9.20.1: #i37278#: OLE objects in clipboard try to create a new desktop after it was already terminated

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bead0b121ce576c7dd51345b77e803bb0e88e7b]

        INTEGRATION: CWS vcl29 (1.60.36); FILE MERGED 2004/11/26 14:58:07 pl 1.60.36.3: RESYNC: (1.60-1.62); FILE MERGED 2004/10/25 07:49:43 hdu 1.60.36.2: #21466# use pMetric->lfPitchAndFamily also on WNT 2004/10/22 13:34:25 hdu 1.60.36.1: #21466# force manual aliasing of symbol codes for symbol fonts on W98 platforms

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2095abc004ed550a61014c5fdb2a3614ab8ff355]

        INTEGRATION: CWS leanobjects (1.13.8); FILE MERGED 2004/11/18 11:35:06 mav 1.13.8.3: #i37014# avoid assertion in case document has unknown mediatype 2004/11/15 17:08:26 mav 1.13.8.2: #i30190# on saveTo/saveAs switch object to running state if the different format is used 2004/11/15 16:22:16 mav 1.13.8.1: #i30190# on saveTo/saveAs switch object to running state if the different format is used

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f42f332b3e5e9813bc141425720f3b5bd02bbcc]

        INTEGRATION: CWS vcl29 (1.13.76); FILE MERGED 2004/10/22 13:34:25 hdu 1.13.76.1: #21466# force manual aliasing of symbol codes for symbol fonts on W98 platforms

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b2cea0b094e356cf1645047e5232b8742754a5e]

        INTEGRATION: CWS vcl29 (1.183.34); FILE MERGED 2004/10/28 11:31:23 pl 1.183.34.4: RESYNC: (1.183-1.184); FILE MERGED 2004/10/21 14:32:18 pl 1.183.34.3: #i35390# hide intro window only if it is mapped 2004/10/21 10:43:05 cp 1.183.34.2: #8988# fill the buffer with an empty string in case of pure cursor traveling 2004/10/20 15:05:08 cp 1.183.34.1: #i8988 prefer keysym as the right character might not be in the current encoding

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c3d27fded5cc0d13aa38bd2a5bb67eaf5d528292]

        INTEGRATION: CWS leanobjects (1.2.94); FILE MERGED 2004/11/18 11:05:05 mba 1.2.94.1: #i37278#: make objects loadable on demand

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a056d316d0e778eaf89e966d394fbb90d0a4145d]

        INTEGRATION: CWS leanobjects (1.2.94); FILE MERGED 2004/11/18 16:47:54 mba 1.2.94.2: #i37278#: make objects loadable on demand 2004/11/18 11:05:04 mba 1.2.94.1: #i37278#: make objects loadable on demand

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c497c59a8d2f093b6d2bb696d573c2ecd90a94ea]

        INTEGRATION: CWS vcl29 (1.10.36); FILE MERGED 2004/10/19 10:29:28 obr 1.10.36.1: #i35334# (modified) patch applied

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e41742900380389e6b06b86b02c7ad55c1fae980]

        INTEGRATION: CWS vcl29 (1.30.98); FILE MERGED 2004/11/15 17:27:14 pl 1.30.98.3: #i37047# for Solaris 2004/11/12 16:01:56 cp 1.30.98.2: #i37047# change environment according to the changed locale 2004/10/20 13:18:16 cp 1.30.98.1: #i8988# #i9188# #i8930# #i16318# provide a fallback to en_US for unpleasant locales

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [de7ce8ea79b97116aae4721e99ebaf8d01471d80]

        INTEGRATION: CWS vcl29 (1.199.32); FILE MERGED 2004/10/28 11:34:31 pl 1.199.32.3: RESYNC: (1.199-1.200); FILE MERGED 2004/10/26 12:58:19 dv 1.199.32.2: #i28816# Added new flag to distinguish between application wide settings changed and local settings changed 2004/10/15 08:51:44 pl 1.199.32.1: #i35564# allow slightly larger menu fonts

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [44be6c3ae991f58510edc67dcfec140c55a9f3f1]

        INTEGRATION: CWS vcl29 (1.15.36); FILE MERGED 2004/10/28 11:34:39 pl 1.15.36.2: RESYNC: (1.15-1.16); FILE MERGED 2004/10/26 13:53:04 ssa 1.15.36.1: #i35746# use offset for titlebar

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc2ee7ff73afd70af0b69caf82c2f44b0899c749]

        INTEGRATION: CWS vcl29 (1.107.34); FILE MERGED 2004/10/28 11:34:08 pl 1.107.34.2: RESYNC: (1.107-1.108); FILE MERGED 2004/10/19 11:23:24 hdu 1.107.34.1: #i35714# prefer light hinting over default hinting

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [456ec91c39aa1565b83a8864f24b72ee19d8bcaa]

        INTEGRATION: CWS vcl29 (1.61.36); FILE MERGED 2004/10/15 15:53:45 hdu 1.61.36.1: #i32587# get rid of integer overflow when adjusting unitsperpixel

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [46deced00d3ea708e609856c369850f026d8d9e5]

        INTEGRATION: CWS vcl29 (1.183.34); FILE MERGED 2004/11/18 10:31:54 hdu 1.183.34.3: #27259# increase glyph fallback retries, add debug info 2004/10/28 11:32:18 pl 1.183.34.2: RESYNC: (1.183-1.184); FILE MERGED 2004/10/27 11:04:38 hdu 1.183.34.1: #i27259# try high quality fonts first for glyph fallback

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f5a3a22f484eab75926c3cf76046630f9d279fc]

        INTEGRATION: CWS vcl29 (1.29.34); FILE MERGED 2004/10/28 11:33:37 pl 1.29.34.2: RESYNC: (1.29-1.30); FILE MERGED 2004/10/26 12:59:27 dv 1.29.34.1: #i28816# radio buttons and check boxes should ignore some settings changed event

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b516b4bfc11c32606a5ec83679b80a9b22998250]

        INTEGRATION: CWS cd03 (1.3.110); FILE MERGED 2004/11/22 14:15:20 mav 1.3.110.2: #i36922# use PRODUCTVERSION variable 2004/11/22 13:15:30 mav 1.3.110.1: #i36922# use PRODUCTNAME variable

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [133625da06ef2ccf3c0fd80bc020171eb9e5701a]

        INTEGRATION: CWS vcl29 (1.2.10); FILE MERGED 2004/10/20 16:30:27 cp 1.2.10.1: #i35899# lgpl or sissl (c) for sgenprt and sgent42

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [17e94f2e660378bd2161aca5141245c3eb74fbdf]

        INTEGRATION: CWS vcl29 (1.9.70); FILE MERGED 2004/10/21 15:36:39 pl 1.9.70.1: #i35390# workaround for crazy wizard dialog

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [57d2b8dcceeb013be8abbe5358da2606e427b7ef]

        INTEGRATION: CWS cd03 (1.1.2); FILE ADDED 2004/11/17 17:30:47 mav 1.1.2.1: #i37232# allow to provide some arguments on save operation

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3498d999bfdd6f9745cd5cf9eeeb3eb7cbd53ba8]

        INTEGRATION: CWS cd03 (1.42.52); FILE MERGED 2004/11/19 17:08:13 mav 1.42.52.3: #118531# fix the crash 2004/11/19 15:14:23 mav 1.42.52.2: #i37296# fix the crash 2004/11/17 17:37:59 mav 1.42.52.1: #i37296# fix the crash

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d45cc1183cc5b7982ffb7da8075cbe3544a98be0]

        INTEGRATION: CWS vcl29 (1.51.18); FILE MERGED 2004/10/28 10:54:48 pl 1.51.18.2: RESYNC: (1.51-1.52); FILE MERGED 2004/10/15 08:56:57 pl 1.51.18.1: #i27368# add: he in Solaris font avoid code

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3888bcdc9d76674d13b4b6dc726c1cf760089eee]

        INTEGRATION: CWS vcl29 (1.14.140); FILE MERGED 2004/10/21 16:09:08 dv 1.14.140.1: #i35772# Adopted function implementation to prototype

2004-11-26  Vladimir Glazounov  <vg@openoffice.org>  [24384933f04f9c44c215a29884d834a614cb5c99]

        new version for SRC680

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [5f7d6db286d4d701f75a7b4adad2c6c2eb76c9f8]

        INTEGRATION: CWS nsplugin3 (1.2.32); FILE MERGED 2004/11/12 02:01:02 jmeng 1.2.32.1: change paramater of CreateProcess in Windows to pass correct __argv to SO

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [b0b29ae5f08c09264be7436ec248e503e27e5e87]

        INTEGRATION: CWS nsplugin3 (1.2.32); FILE MERGED 2004/10/12 03:10:22 jmeng 1.2.32.1: add dynamic OpenOffice.org / StarOffice support

2004-11-26  Vladimir Glazounov  <vg@openoffice.org>  [76c2dad4107c6100ef4eedd8971a703be683375b]

        new version for SRC680

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [d29e5c0afc7c5f0e0393ad737b1bfad1183ec21b]

        INTEGRATION: CWS nsplugin3 (1.2.32); FILE MERGED 2004/11/12 07:29:40 jmeng 1.2.32.5: change the display name from StarOffice to StarOffice/StarSuite 2004/11/12 03:22:45 jmeng 1.2.32.4: change Plugin to Plug-in 2004/11/12 02:05:36 jmeng 1.2.32.3: change product name from StarOffce to StarOffice/StarSuite 2004/10/12 03:40:58 rchen 1.2.32.2: for compile in windows 2004/10/12 03:10:22 jmeng 1.2.32.1: add dynamic OpenOffice.org / StarOffice support

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [485377ba0c7e13790a69821d5efb44747397c6ba]

        INTEGRATION: CWS nsplugin3 (1.1.2); FILE ADDED 2004/11/12 03:22:31 jmeng 1.1.2.3: change Plugin to Plug-in 2004/10/11 07:25:48 jmeng 1.1.2.2: add FileDescription 2004/10/11 06:41:49 jmeng 1.1.2.1: make 2 dll with diffrent version information for OO and SO

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [01b65b5636e31bbbb335e8c267290be29fb215ee]

        INTEGRATION: CWS nsplugin3 (1.3.24); FILE MERGED 2004/11/12 03:22:21 jmeng 1.3.24.4: change Plugin to Plug-in 2004/11/12 02:02:35 jmeng 1.3.24.3: change product name from StarOffce to StarOffice/StarSuite 2004/10/11 07:25:59 jmeng 1.3.24.2: add FileDescription 2004/10/11 06:41:03 jmeng 1.3.24.1: make 2 dll with diffrent version information for OO and SO

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [fcef4cdac59da15547dfb9d37b340a727cb46511]

        INTEGRATION: CWS nsplugin3 (1.3.24); FILE MERGED 2004/10/12 03:10:22 jmeng 1.3.24.1: add dynamic OpenOffice.org / StarOffice support

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [f2a4df6c44eef54a5692eca6391b23d90ec160ff]

        INTEGRATION: CWS nsplugin3 (1.5.24); FILE MERGED 2004/10/12 03:10:21 jmeng 1.5.24.1: add dynamic OpenOffice.org / StarOffice support

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [932fbf35c5adbdee6011359f6676bde1d1bf2af6]

        INTEGRATION: CWS nsplugin3 (1.3.24); FILE MERGED 2004/10/11 06:40:41 jmeng 1.3.24.1: make 2 dll with diffrent version information for OO and SO

2004-11-26  Kurt Zenker  <kz@openoffice.org>  [76c1d9b9c7bf1f0584ff481833c5bb63539e1f30]

        INTEGRATION: CWS nsplugin3 (1.13.12); FILE MERGED 2004/10/12 03:25:22 jmeng 1.13.12.1: make 2 dll with diffrent version information for OO and SO

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8181e29abd2239a995eb893c22f30731f2a7cb53]

        INTEGRATION: CWS xmlsec06 (1.27.24); FILE MERGED 2004/11/09 12:06:03 pb 1.27.24.1: fix: #i36223# new: .uno:MacroSignature

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c10e8631dc8cedf9ec3818734ef598b42121e7f1]

        INTEGRATION: CWS impress10 (1.27.24); FILE MERGED 2004/10/15 10:52:05 af 1.27.24.3: RESYNC: (1.27-1.28); FILE MERGED 2004/10/07 12:08:28 af 1.27.24.2: #i35109# Added support of default object bar. 2004/09/22 12:35:53 af 1.27.24.1: #i34247# Defer the setup of the object bars until in Init() we can create a controller (that in turn is now used by one of the object bars.)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ff3200205b17101ef8e1ccc5163789a0f89d244a]

        INTEGRATION: CWS impress10 (1.42.26); FILE MERGED 2004/11/08 13:12:30 af 1.42.26.3: RESYNC: (1.43-1.44); FILE MERGED 2004/10/15 10:50:37 af 1.42.26.2: RESYNC: (1.42-1.43); FILE MERGED 2004/10/07 12:09:12 af 1.42.26.1: #i35109# Moved selection of object bar depening on view context to ObjectBarManager.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [01be1f312a26a30c3322e092c612f41e48c21f85]

        INTEGRATION: CWS impress10 (1.2.78); FILE MERGED 2004/10/15 10:44:35 af 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/11 09:20:38 af 1.2.78.1: #i34491# Rewrite of mouse event processing to handle single-, multi-, and range selection properly.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d708ad915308ceecd8475cc0c3ee42ea522f2ee8]

        INTEGRATION: CWS impress10 (1.33.24); FILE MERGED 2004/11/19 16:55:33 af 1.33.24.6: #i34250# Fixed merge problem. 2004/11/08 13:16:06 af 1.33.24.5: RESYNC: (1.36-1.38); FILE MERGED 2004/10/20 16:47:06 af 1.33.24.4: #i34250# Re-applying fix after it was merged out. 2004/10/15 10:55:55 af 1.33.24.3: RESYNC: (1.33-1.36); FILE MERGED 2004/09/30 16:02:32 af 1.33.24.2: #i34250# Setting correct position and size for non center pane view shells. 2004/09/22 12:37:28 af 1.33.24.1: #i34247# Code cleanup to avoid valgrind warning.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a232c0720166c7e87a82d17229bee6eed57b7af]

        INTEGRATION: CWS impress19 (1.4.66); FILE MERGED 2004/11/09 14:40:58 af 1.4.66.1: #i32743# Docking window is registered at system window to be considered while keyboard focus traveling.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9bbb75a49cfed8647d17129399843a1e3d82bca5]

        INTEGRATION: CWS impress10 (1.79.2); FILE MERGED 2004/11/08 13:12:20 af 1.79.2.5: RESYNC: (1.80-1.82); FILE MERGED 2004/10/22 16:30:05 af 1.79.2.4: #i27847# Removed second SfxBaseModel::dispose() that was reinserted due to a merge error. 2004/10/15 10:47:40 af 1.79.2.3: RESYNC: (1.79-1.80); FILE MERGED 2004/09/24 09:39:40 af 1.79.2.2: #i26155# The new printer created by impl_SetPrinter() is now correctly set as current printer in setPrinter(). 2004/09/24 07:42:31 af 1.79.2.1: #i27847# dispose() calls SfxBaseModel::dispose() early so that second call is forwarded, too.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2e6797fab1fba2595dafc19249aa91a19dc5e235]

        INTEGRATION: CWS xmlsec06 (1.142.20); FILE MERGED 2004/11/05 09:26:22 mt 1.142.20.2: RESYNC: (1.142-1.143); FILE MERGED 2004/10/19 13:07:36 mt 1.142.20.1: #i35098# Removed pre-MAV09 hacks

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3ce655413164087d89f264a481b9ccf23da0c82d]

        INTEGRATION: CWS impress10 (1.2.78); FILE MERGED 2004/11/19 16:54:45 af 1.2.78.1: #i34250# Fixed placement of drop-down menu.  Adapted position of tool panel to changes in viewshel.cxx.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4cd50535aff4ce9ca4df8f7b32cc040b76795ec1]

        INTEGRATION: CWS impress10 (1.2.78); FILE MERGED 2004/10/15 10:45:46 af 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/11 09:23:29 af 1.2.78.1: #i34491# Fixed the rectangle selection overlay.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3cdaacdc667c056b5238b737c3556189414f168a]

        INTEGRATION: CWS impress10 (1.3.78); FILE MERGED 2004/09/22 12:29:54 af 1.3.78.1: #i34247# Code cleanup to avoid valgrind warning.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [60bdc175d54ea18c6c73698cb01bd98877ad9b5d]

        INTEGRATION: CWS impress10 (1.2.78); FILE MERGED 2004/10/15 10:45:17 af 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/11 09:22:55 af 1.2.78.1: #i34491# Fixed the rectangle selection overlay.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [208bb0752e9e2141bdb3b7a35ef43a5039d28f7e]

        INTEGRATION: CWS impress10 (1.4.42); FILE MERGED 2004/11/08 13:10:21 af 1.4.42.4: RESYNC: (1.5-1.6); FILE MERGED 2004/10/19 09:22:51 af 1.4.42.3: #i34881# Resync problem. 2004/10/15 10:44:17 af 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED 2004/10/11 09:11:58 af 1.4.42.1: #i34491# Rewrite of mouse event processing to handle single-, multi-, and range selection properly.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [47243081b20aaf1a59917fab0657936a7ffcbeae]

        INTEGRATION: CWS impress10 (1.3.42); FILE MERGED 2004/11/08 13:09:51 af 1.3.42.2: RESYNC: (1.3-1.4); FILE MERGED 2004/09/22 12:06:15 af 1.3.42.1: #i34485# DeleteSelectedPages() silently refuses to delete last slide in document.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [755619de2ae15acb919f219a5f25dce2fe2b1957]

        INTEGRATION: CWS impress10 (1.26.170); FILE MERGED 2004/09/24 07:46:56 af 1.26.170.1: #i27847# Added a comment about implicitly calling close() and being able to be called twice.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0671ae6709715b838d4af9359e145c22c1228886]

        INTEGRATION: CWS impress19 (1.39.14); FILE MERGED 2004/11/12 09:34:52 af 1.39.14.1: #i32947# Return pointer to new page created by CreateOrDuplicatePage().

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [848d8b6cbfdd54ba432ed58c4610cf7e9508ec88]

        INTEGRATION: CWS impress19 (1.21.40); FILE MERGED 2004/11/15 16:14:44 af 1.21.40.1: #i37024# The number of columns of the slide sorter is initialized with 0==automatic.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [084f026482ca8d07cd6054c7e761a6c5bf427471]

        INTEGRATION: CWS impress19 (1.35.14); FILE MERGED 2004/11/15 16:12:49 af 1.35.14.1: #i32974# CreateOrDuplicatePage() returns new page.  SID_INSERTPAGE switches to that new page.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7303e796add4e7f2d1439b1ea5f8b854ad007fe]

        INTEGRATION: CWS impress16 (1.27.228); FILE MERGED 2004/11/02 17:54:26 bm 1.27.228.1: #i33716# member-ids must not be defined as 0. 0 is reserved for the complete item

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [86a507150305f637cc9ee723bd2393eb3fa7613b]

        INTEGRATION: CWS impress10 (1.27.26); FILE MERGED 2004/10/15 10:36:54 af 1.27.26.2: RESYNC: (1.27-1.28); FILE MERGED 2004/10/07 12:07:47 af 1.27.26.1: #i35109# Moved selection of object bar depening on view context to ObjectBarManager.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [481e634438f58e1a5f3847468a98a68addb6ba8c]

        INTEGRATION: CWS impress19 (1.19.60); FILE MERGED 2004/11/12 10:58:28 af 1.19.60.1: #i36330# Added missing break.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [039f59dd589abb53a5b8372a8050ed2a5d8026fa]

        INTEGRATION: CWS impress16 (1.5.1052); FILE MERGED 2004/11/10 15:38:57 af 1.5.1052.1: #i33716# Overriding default parameter of SvxUnoNameItemTable.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [49fc129ac69797d8af695f880b0f55e71e646735]

        INTEGRATION: CWS impress10 (1.8.214); FILE MERGED 2004/10/07 12:06:35 af 1.8.214.1: #i35109# Added support of default object bar.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [323dd51e7c38a1faeaaca1fbbd6c21c2e28a5df5]

        INTEGRATION: CWS impress19 (1.6.128); FILE MERGED 2004/11/15 16:09:32 af 1.6.128.1: #i36322# Reorganization of the base classes.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6e9af21d87a365f3edd4ebcb15ae0daf051c50d]

        INTEGRATION: CWS impress16 (1.117.82); FILE MERGED 2004/10/22 10:09:48 dbo 1.117.82.1: #i32217# implementing beans::XMultiPropertyStates

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b7654e85ca516065e2e20c76b58ad4bb1f67d2db]

        INTEGRATION: CWS impress10 (1.61.74); FILE MERGED 2004/10/15 10:36:16 af 1.61.74.2: RESYNC: (1.61-1.62); FILE MERGED 2004/09/22 12:23:29 af 1.61.74.1: #i34247# Using PaneManager::RequestMainViewShellChange() to set the correct view for a bookmarked page.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2519e61be10c266cf05bb73b5fc2657c0e796f11]

        INTEGRATION: CWS impress19 (1.3.94); FILE MERGED 2004/11/16 10:29:36 af 1.3.94.1: #i37233# AddMasterPage() uses a token instead of a master page name.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff9e392ab22a3a07890db9397f4ecbdc79daff8a]

        INTEGRATION: CWS impress16 (1.5.1052); FILE MERGED 2004/11/10 15:37:19 af 1.5.1052.1: #i33716# Overriding default parameter of SvxUnoNameItemTable.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [06718c85383f07f6c1bc98bac7cff474dbb7521d]

        INTEGRATION: CWS impress10 (1.3.8); FILE MERGED 2004/09/22 12:28:45 af 1.3.8.1: #i34247# Code cleanup to avoid valgrind warning.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [85d09c81f1dd02fd202e42358d31349799fba3a1]

        INTEGRATION: CWS impress16 (1.4.22); FILE MERGED 2004/10/26 12:16:22 dbo 1.4.22.1: #116388# Issue number: Submitted by: Reviewed by:

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fbecdc03cf3d36d7bbb5a4e59395161a823f0dd]

        INTEGRATION: CWS impress19 (1.3.94); FILE MERGED 2004/11/16 10:26:02 af 1.3.94.1: #i37233# AddMasterPage() uses a token instead of a master page name.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6ef21f4fe09931f2991c038bf777708903ef1c77]

        INTEGRATION: CWS impress10 (1.3.180); FILE MERGED 2004/10/29 15:21:10 sw 1.3.180.1: #i26155#

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [771aee08d2a430443f6251ed8725eb1ad246642e]

        INTEGRATION: CWS impress16 (1.20.20); FILE MERGED 2004/11/02 13:34:14 af 1.20.20.2: RESYNC: (1.20-1.21); FILE MERGED 2004/10/22 09:42:03 dbo 1.20.20.1: #i31481# set transparent background for icon+control

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b76d495daaf57de52007b0a9b97a51a8fea6b8e9]

        INTEGRATION: CWS impress19 (1.2.128); FILE MERGED 2004/11/16 14:54:19 af 1.2.128.1: #i37233# RecentMasterPagesSelector::Fill() does not load the master page objects anymore just to retrieve their names.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c03c2049adfbf9a3496e1bb34a8ebd59efd345ef]

        INTEGRATION: CWS impress10 (1.4.152); FILE MERGED 2004/10/29 15:20:52 sw 1.4.152.1: #i26155#

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6cf2dfedc9b594f000d95f691edc5b3afd01dac]

        INTEGRATION: CWS impress19 (1.4.16); FILE MERGED 2004/11/17 15:10:19 af 1.4.16.2: #i37239# Changed the insertion position of cloned notes master page in AssignMasterPageToPageList(). 2004/11/16 14:32:33 af 1.4.16.1: #i34560# Before a cloned master page is inserted it is scaled to the current page size of the target document.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2e1f40322d89821bd8b5604f0ff8440d949aa97]

        INTEGRATION: CWS impress16 (1.3.22); FILE MERGED 2004/10/22 13:18:49 dbo 1.3.22.1: #i34711# added help button, adjusted button dimensions

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca92261ccdd75e01cd6b7f76372f1112ef2d9c26]

        INTEGRATION: CWS impress19 (1.2.128); FILE MERGED 2004/11/12 09:33:36 af 1.2.128.1: #i32743# Fixed focus travelling inside the ToolPanel.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [192adefe127f717c14e1eeb0b1874fa9bbecdacb]

        INTEGRATION: CWS impress19 (1.2.128); FILE MERGED 2004/11/12 09:31:22 af 1.2.128.1: #i37024# Added new IsColumnCountFixed() method.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [94944e4f58c7b03479ba86c6a898d223ef3d0834]

        INTEGRATION: CWS impress16 (1.2.494); FILE MERGED 2004/11/10 15:35:13 af 1.2.494.1: #i32217# Overloaded ClearObjectItem() to avoid assertion.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4b5bfb7d54413678d140d2c51e2c3ece44def337]

        INTEGRATION: CWS xmlsec06 (1.132.2); FILE MERGED 2004/11/09 07:48:16 pb 1.132.2.6: fix: #i35190# broken signature warning before macro dialog 2004/11/05 09:27:01 mt 1.132.2.5: RESYNC: (1.134-1.135); FILE MERGED 2004/10/19 13:07:38 mt 1.132.2.4: #i35098# Removed pre-MAV09 hacks 2004/10/13 14:32:27 mt 1.132.2.3: Solved merge conflicts... 2004/10/12 14:38:08 mt 1.132.2.2: RESYNC: (1.132-1.134); FILE MERGED 2004/10/07 09:45:40 pb 1.132.2.1: fix: #i33093# WarningBox if macros are disabled automatically

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [85881f6637360c4533334e3a6085d5de98a98ae9]

        INTEGRATION: CWS impress19 (1.3.128); FILE MERGED 2004/11/12 09:30:49 af 1.3.128.3: #i32742# Fixed Window->SetStyle() call. 2004/11/12 09:30:06 af 1.3.128.2: #i37024# Saving/restoring column count to/from FrameView. 2004/11/10 10:35:12 af 1.3.128.1: #i32742# Register controller at active window to listen for focus events.  Adapt window style so that it accepts the focus.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [38600126105bcf2f4811724d882f747006146392]

        INTEGRATION: CWS impress16 (1.58.20); FILE MERGED 2004/11/02 14:28:13 bm 1.58.20.1: #i33806# set correct slotids for parameters of slot SID_ATTR_LINEEND_STYLE

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dc36e7f584dcff52c9eae36ae4931341d52b7096]

        INTEGRATION: CWS xmlsec06 (1.71.20); FILE MERGED 2004/11/09 07:43:57 pb 1.71.20.2: fix: #i36223# SID_MACRO_SIGNATURE added 2004/10/19 13:07:37 mt 1.71.20.1: #i35098# Removed pre-MAV09 hacks

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cb6782afb8cf49b62349344f69065f280ea36ac]

        INTEGRATION: CWS impress19 (1.2.128); FILE MERGED 2004/11/12 09:28:24 af 1.2.128.1: #i37024# Added new IsColumnCountFixed().

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6154cda7c14a39e9c5920eb9c449222229aaaced]

        INTEGRATION: CWS impress16 (1.2.494); FILE MERGED 2004/11/10 15:34:00 af 1.2.494.1: #i32217# Overloading ClearObjectItem().

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [08825713aaa40a2ff0f5a3cccb3d4a33a57cb33a]

        INTEGRATION: CWS xmlsec06 (1.45.16); FILE MERGED 2004/11/09 07:39:41 pb 1.45.16.3: fix: #i36223# SID_MACRO_SIGNATURE added 2004/11/05 09:26:53 mt 1.45.16.2: RESYNC: (1.45-1.46); FILE MERGED 2004/10/19 13:07:37 mt 1.45.16.1: #i35098# Removed pre-MAV09 hacks

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb420397fd6cdbc1744127e38e962b65d92a8403]

        INTEGRATION: CWS impress19 (1.6.12); FILE MERGED 2004/11/10 10:31:32 af 1.6.12.1: #i32742# On ESC pass focus to docking window.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [52e90ba99bcf973368e3d9f3e052026d6faeaf18]

        INTEGRATION: CWS xmlsec06 (1.15.20); FILE MERGED 2004/10/19 13:07:36 mt 1.15.20.1: #i35098# Removed pre-MAV09 hacks

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9001169b49f0f10b316a2877a33efe9e4c3d64f]

        INTEGRATION: CWS impress19 (1.4.14); FILE MERGED 2004/11/10 10:29:01 af 1.4.14.1: #i32742# Controller registers at active window and listens for focus events.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dff910980ad40df62247ddfc05f49d34ee28bf6]

        INTEGRATION: CWS impress16 (1.3.44); FILE MERGED 2004/11/18 14:18:50 af 1.3.44.5: #i37330# Made MoveToTop() handle given NULL pointer correctly. 2004/11/18 09:20:45 af 1.3.44.4: #i37330# Improved the code that prevents unnecessary stack modifications in MoveToTop(). 2004/11/02 13:24:49 af 1.3.44.3: RESYNC: (1.3-1.4); FILE MERGED 2004/10/26 12:13:37 af 1.3.44.2: #i32921# Fixed the order in which the object bars are pushed on the shell stack. 2004/10/22 12:59:51 af 1.3.44.1: #i35119# Added missing PrepareStackModification() to MoveToTop().

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9d7749542f874b1158955b5a07328138382557b3]

        INTEGRATION: CWS xmlsec06 (1.13.2); FILE MERGED 2004/10/07 09:45:40 pb 1.13.2.1: fix: #i33093# WarningBox if macros are disabled automatically

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [001ac953df16eccbc716818417fea16fd904a29b]

        INTEGRATION: CWS impress19 (1.9.16); FILE MERGED 2004/11/12 09:27:23 af 1.9.16.1: #i32947# Return pointer to new page created by CreateOrDuplicatePage().

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e20a3f49c6c26336a770623913821b57e54a7d1b]

        INTEGRATION: CWS xmlsec06 (1.23.2); FILE MERGED 2004/11/09 13:10:06 mt 1.23.2.2: Removed mav19 hacks... 2004/10/19 13:51:21 mt 1.23.2.1: #i35098# Removed pre-MAV09 hacks

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d64713aadd8e937389dc4a0cd14c39bda622c519]

        INTEGRATION: CWS impress16 (1.4.22); FILE MERGED 2004/10/22 13:17:08 dbo 1.4.22.1: #i34711# added help button

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f6accc74615230348b0267f06981506e010a4aa]

        INTEGRATION: CWS impress19 (1.9.46); FILE MERGED 2004/11/12 09:26:50 af 1.9.46.1: #i32947# Return pointer to new page created by CreateOrDuplicatePage().

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d720ed16133e5af5b8f89bf407af416f63783815]

        INTEGRATION: CWS xmlsec06 (1.60.16); FILE MERGED 2004/11/09 07:35:05 pb 1.60.16.1: fix: #i36223# SID_MACRO_SIGNATURE added

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0858d5a5b7042657588b14c7ee37bf93118eb32b]

        INTEGRATION: CWS impress19 (1.5.128); FILE MERGED 2004/11/15 16:07:55 af 1.5.128.1: #i36322# Reorganization of the base classes.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d39f5f88cf24fb33b40d1b83b30168815827cfa3]

        INTEGRATION: CWS xmlsec06 (1.12.20); FILE MERGED 2004/11/09 07:35:05 pb 1.12.20.1: fix: #i36223# SID_MACRO_SIGNATURE added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [27eea31c128e1bff441aa82147963ef0b36e5eb8]

        INTEGRATION: CWS xmlsec06 (1.18.60); FILE MERGED 2004/11/09 07:30:43 pb 1.18.60.1: fix: #i36223# digital signature for macros

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6faee579a4cae437e537697b4c49259142507761]

        INTEGRATION: CWS impress16 (1.44.8); FILE MERGED 2004/11/02 13:25:18 af 1.44.8.2: RESYNC: (1.44-1.45); FILE MERGED 2004/10/21 13:48:53 bm 1.44.8.1: #i34116# SID_SIZE_OPTIMAL: member aMarkRect is used without update -> refresh before using

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c5add9106fdd96008ca93525a2a8837b859b7d43]

        INTEGRATION: CWS xmlsec06 (1.31.8); FILE MERGED 2004/10/12 11:12:54 mt 1.31.8.2: RESYNC: (1.31-1.32); FILE MERGED 2004/09/21 13:15:43 pb 1.31.8.1: fix: #i33451# ExecuteChangeProtectionDialog() now with Window*

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [06d6c1b5b8cd331a5789303a260bb0cbd66a9d90]

        INTEGRATION: CWS impress16 (1.51.8); FILE MERGED 2004/11/02 13:25:10 af 1.51.8.2: RESYNC: (1.51-1.52); FILE MERGED 2004/10/22 13:01:03 af 1.51.8.1: #i35119# When disabling SID_DELETE_PAGE take layer mode into account only for non-Draw document.s

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2a1846866c0cccd41f339a8169e487303506d267]

        INTEGRATION: CWS xmlsec06 (1.39.8); FILE MERGED 2004/10/12 11:09:25 mt 1.39.8.2: RESYNC: (1.39-1.40); FILE MERGED 2004/09/21 13:16:11 pb 1.39.8.1: fix: #i33451# FID_CHG_RECORD and SID_CHG_PROTECT should use the parent window from itemset

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb3e0817d82af536cb923598be0a30044f78235b]

        INTEGRATION: CWS impress16 (1.43.34); FILE MERGED 2004/11/02 13:23:42 af 1.43.34.2: RESYNC: (1.43-1.44); FILE MERGED 2004/10/26 12:22:13 dbo 1.43.34.1: #116388# automatic de/activation of extrusion bar depending on selection

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [df3362d2c29da51bea4253d039c06a1b0e6c85a6]

        INTEGRATION: CWS impress16 (1.4.110); FILE MERGED 2004/11/18 09:15:46 af 1.4.110.2: #i37330# Move the form shell tool bar to the correct stack position. 2004/10/26 12:14:26 af 1.4.110.1: #i32921# Fixed registration of listeners.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [12c51b1b5ccdf48dc62c90eec507111a1e5f68d4]

        INTEGRATION: CWS xmlsec06 (1.4.2); FILE MERGED 2004/10/19 13:32:11 mt 1.4.2.1: #i35098# Removed pre-MAV09 hacks

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a1372c40c16a5c9761e9135e6773d8fbce26438a]

        INTEGRATION: CWS xmlsec06 (1.3.2); FILE MERGED 2004/10/19 13:32:11 mt 1.3.2.1: #i35098# Removed pre-MAV09 hacks

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [90129e98fa95c23a91ba456ba54daecae4ae04f3]

        INTEGRATION: CWS impress16 (1.3.44); FILE MERGED 2004/10/25 11:36:15 af 1.3.44.1: #i32465# PageUp/Down goes to previous/next page.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e578dc0f206fade77aaad8b6a3b0e806ecf04eb0]

        INTEGRATION: CWS impress16 (1.5.40); FILE MERGED 2004/11/02 13:21:15 af 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2004/10/25 11:33:36 af 1.5.40.1: #i32465# PageUp/Down goes to previous/next page.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ca3d0e94a274baa18e12a2b593b8a39ed7df010]

        INTEGRATION: CWS impress16 (1.24.38); FILE MERGED 2004/10/20 15:19:00 dbo 1.24.38.1: #i32133# - added XPropertySet/property DisplayName for graphics style family, pseudo style family - added resource string for graphics style family

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f603607082d3f3f5663fb78ef377aeaf9cf376b9]

        INTEGRATION: CWS impress16 (1.4.110); FILE MERGED 2004/10/26 12:16:58 af 1.4.110.1: #i32921# Fixed registration of listeners.

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [77ab005ce70938d5541d5ffa7a937fb9e6beba1e]

        INTEGRATION: CWS impress16 (1.102.38); FILE MERGED 2004/10/20 15:18:58 dbo 1.102.38.1: #i32133# - added XPropertySet/property DisplayName for graphics style family, pseudo style family - added resource string for graphics style family

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [36aaab06b38837390a2556785681e2682dd805e7]

        INTEGRATION: CWS impress16 (1.25.40); FILE MERGED 2004/11/01 13:11:22 af 1.25.40.1: #i34292# Fixed handout page using landscape orientation.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [964daac4a6d0ee12ee079b8ac0897edd7eeefaee]

        INTEGRATION: CWS xmlsec06 (1.6.2); FILE MERGED 2004/10/12 08:30:55 mmi 1.6.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d11beca6e0da363adfd60ec75d1ea4e6393f5b78]

        INTEGRATION: CWS impress16 (1.4.46); FILE MERGED 2004/10/25 14:08:55 af 1.4.46.1: #i34291# Inverted ReadOnlyDoc for SID_LEFT_PANE_IMPRESS/DRAW.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d800c494c766886aec3324a47317c8118cc059b4]

        INTEGRATION: CWS xmlsec06 (1.4.2); FILE MERGED 2004/10/15 06:17:15 mmi 1.4.2.2: add error detail information Issue number: Submitted by: Reviewed by: 2004/10/12 08:30:55 mmi 1.4.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fcd613f13c15634c8082ebc1184f09bbc3becdbb]

        INTEGRATION: CWS xmlsec06 (1.1.1.1.2); FILE MERGED 2004/10/12 08:30:54 mmi 1.1.1.1.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7d9c877dc4c8f67007f18a34874c248fb392ddcf]

        INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED 2004/10/12 08:30:54 mmi 1.2.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3b5de73a70cc961e33ff6194f8d411d35e70a70]

        INTEGRATION: CWS impress16 (1.90.34); FILE MERGED 2004/11/10 15:15:22 af 1.90.34.3: #i32217# Removed part of the bug fix. 2004/11/02 13:14:33 af 1.90.34.2: RESYNC: (1.90-1.91); FILE MERGED 2004/10/22 09:09:22 dbo 1.90.34.1: #i32217# setting all shape properties to default

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fa3b41fa6cf2530dcb89f96ff471b070bed63c6a]

        INTEGRATION: CWS xmlsec06 (1.1.1.1.2); FILE MERGED 2004/10/12 08:30:53 mmi 1.1.1.1.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [089f1d5a5abd814fdedf48152d083898d18c7bbf]

        INTEGRATION: CWS impress16 (1.100.60); FILE MERGED 2004/10/26 13:38:24 dbo 1.100.60.1: #i29640#

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f25279c8cebd74c4d897fce0143ecb42f0bc60f9]

        INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED 2004/10/12 08:30:53 mmi 1.2.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0c716fecb0ca550aef705dada09d6e67bb7b7ca4]

        INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED 2004/10/12 08:30:52 mmi 1.2.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [614173ac46ab0e5a6687143685354cb5049cccb8]

        INTEGRATION: CWS xmlsec06 (1.4.2); FILE MERGED 2004/10/21 08:05:49 mmi 1.4.2.1: bug fix 35128
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1e35297494d5b7fa4b8d3effa6c971b41cc3d3c6]

        INTEGRATION: CWS xmlsec06 (1.4.2); FILE MERGED 2004/11/05 08:21:25 mt 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/10/12 08:30:52 mmi 1.4.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d41b1ee8161ff5ecb60945ed39deafb1e6d86158]

        INTEGRATION: CWS xmlsec06 (1.1.2); FILE ADDED 2004/10/12 08:31:58 mmi 1.1.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4c25d479b10946f09fbbbaa4cf7196649b2b8a83]

        INTEGRATION: CWS xmlsec06 (1.1.2); FILE ADDED 2004/10/15 06:17:15 mmi 1.1.2.2: add error detail information Issue number: Submitted by: Reviewed by: 2004/10/12 08:31:58 mmi 1.1.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [27fa2df7efe3558efbcb2aa1462234bef5778cb9]

        INTEGRATION: CWS xmlsec06 (1.5.2); FILE MERGED 2004/10/12 08:30:51 mmi 1.5.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [682797416c5bee8b838e4dbcbee9a9c6f214e4cb]

        INTEGRATION: CWS xmlsec06 (1.4.2); FILE MERGED 2004/10/12 08:30:51 mmi 1.4.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e879b397af39bbc533f9af9febe9b2f26be16fed]

        INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED 2004/10/12 08:30:51 mmi 1.2.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [72f5e1bba13cebf4ee3f689a2e5697147a2e1025]

        INTEGRATION: CWS xmlsec06 (1.3.2); FILE MERGED 2004/10/12 08:30:51 mmi 1.3.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f2f63c21a5bd2bd381a9f6093a33c8760faed0b6]

        INTEGRATION: CWS xmlsec06 (1.18.2); FILE MERGED 2004/10/12 08:30:50 mmi 1.18.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e3485ab66ed74cda0e6a16d4b59c7128ce715bbc]

        INTEGRATION: CWS xmlsec06 (1.3.2); FILE MERGED 2004/11/04 13:45:22 mt 1.3.2.1: #i35165# Sign Scripts and Object Storages...

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [db1c0ea64aa027a7bbe90feea53ee3ee59eb550f]

        INTEGRATION: CWS xmlsec06 (1.1.1.1.2); FILE MERGED 2004/10/12 08:30:50 mmi 1.1.1.1.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a1fb0e060c96b7a032672ebe7ab6d556274329f0]

        INTEGRATION: CWS xmlsec06 (1.1.1.1.2); FILE MERGED 2004/10/12 08:30:49 mmi 1.1.1.1.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2df9b7a319c2cd6fc48b41718377ce8d88cea2b]

        INTEGRATION: CWS textalign (1.5.16); FILE MERGED 2004/11/19 14:14:58 fs 1.5.16.1: #i37409#

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [57849918d5c7f877dcc3ee1f6cbd125f373b3dc7]

        INTEGRATION: CWS xmlsec06 (1.1.1.1.2); FILE MERGED 2004/10/12 08:30:48 mmi 1.1.1.1.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d268d72e805a119a8b698fafd4acab2694bf9fb9]

        INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED 2004/10/06 08:49:02 pb 1.2.2.1: fix: #i34816# helpids added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [94733d1228ee4c556629482a24eb63feb5a4eb4d]

        INTEGRATION: CWS xmlsec06 (1.6.2); FILE MERGED 2004/10/28 03:16:35 mmi 1.6.2.2: fix the HexString bug Issue number: Submitted by: Reviewed by: 2004/10/12 09:27:46 pb 1.6.2.1: fix: #i20172# show date and time information again

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f5aa15ee4fca7417d514ffc83300ab120e05fc86]

        INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED 2004/10/06 09:22:40 pb 1.2.2.2: fix: #i34777# correct FixedLine length 2004/10/06 08:54:52 pb 1.2.2.1: "Text[de]" instead of "Text"; typos removed; helpids added; beautified Issue number: i34729, i34731, i34816 Submitted by: pb@openoffice.org Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [99b06d3b609986d8ecb764eb02ce38b79f23a50a]

        INTEGRATION: CWS xmlsec06 (1.17.2); FILE MERGED 2004/09/21 09:26:40 pb 1.17.2.1: fix: #i33584# remove a TrustedPath from SecureOptions after removed from ListBox

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e3870bf73a7a6f0daeddb9853570492b5b871928]

        INTEGRATION: CWS xmlsec06 (1.1.2); FILE ADDED 2004/10/06 08:44:21 pb 1.1.2.1: fix: #i34816# helpids for this module

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1d922e54f502f482dd4a138877b1d5e630573bd8]

        INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED 2004/10/07 11:25:06 pb 1.2.2.2: fix: #i34729# german translation 2004/10/06 08:49:03 pb 1.2.2.1: fix: #i34816# helpids added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9f81338af32dec488204206610435fc3aaca163a]

        INTEGRATION: CWS xmlsec06 (1.14.2); FILE MERGED 2004/10/12 09:27:45 pb 1.14.2.2: fix: #i20172# show date and time information again 2004/10/12 08:30:47 mmi 1.14.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [401fa40a7484f017f39f8334d463477c92af14ff]

        INTEGRATION: CWS xmlsec06 (1.9.2); FILE MERGED 2004/10/07 11:25:29 pb 1.9.2.3: fix: #i34729# FromTo only one FixedText 2004/10/06 09:22:40 pb 1.9.2.2: fix: #i34777# correct FixedLine length 2004/10/06 08:56:27 pb 1.9.2.1: fix: #i34729# #i34731# rearrangements

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f2c11ad6749e85ebd2042e92354c3f143f3a04a7]

        INTEGRATION: CWS xmlsec06 (1.6.2); FILE MERGED 2004/10/07 11:25:06 pb 1.6.2.2: fix: #i34729# german translation 2004/10/06 08:49:02 pb 1.6.2.1: fix: #i34816# helpids added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b0797ab2801b362b1bf6b49c65291db7422e3723]

        INTEGRATION: CWS xmlsec06 (1.14.2); FILE MERGED 2004/10/11 09:44:22 pb 1.14.2.2: fix: #i35107# viewer should display the correct version (0=='V1',1=='V2',...) 2004/10/07 11:24:41 pb 1.14.2.1: fix: #i34729# FromTo only one FixedText

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [34931543ae4f4dbc922eb92447631246e51e64c0]

        INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED 2004/10/07 11:25:05 pb 1.2.2.2: fix: #i34729# german translation 2004/10/06 08:49:02 pb 1.2.2.1: fix: #i34816# helpids added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [34ec188636920b91fea5bfc07fb8b8e781f3d950]

        INTEGRATION: CWS xmlsec06 (1.15.2); FILE MERGED 2004/10/12 08:30:47 mmi 1.15.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [443b834190374efe51b845fd829c034536c5ef4b]

        INTEGRATION: CWS xmlsec06 (1.6.2); FILE MERGED 2004/10/12 08:30:46 mmi 1.6.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8ee28062db14b834ae7e31c7f096ee7cfacefd89]

        INTEGRATION: CWS xmlsec06 (1.3.2); FILE MERGED 2004/10/12 08:30:46 mmi 1.3.2.1: add error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [224acfb11c1c8bdf44c5654d189e62d3909fb44f]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/11/09 00:09:36 hro 1.1.2.2: #i33798# Office loader watch dog for automatic restart 2004/10/28 08:31:46 hro 1.1.2.1: #i33798# Office loader to restart soffice implemented

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6a18de365ff43419f6fbf8dfb8ec78f00b165077]

        INTEGRATION: CWS xmlsec06 (1.6.2); FILE MERGED 2004/10/07 11:24:25 pb 1.6.2.1: fix: #i34729# FromTo only one FixedText

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4e3a3e5a26016c7fdc03c756c928c98c33746e74]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/11/09 00:09:36 hro 1.1.2.2: #i33798# Office loader watch dog for automatic restart 2004/10/28 08:31:37 hro 1.1.2.1: #i33798# Office loader to restart soffice implemented

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ee349b1e30942fd84e743c5428e0557d5ca33292]

        INTEGRATION: CWS recovery04 (1.46.24); FILE MERGED 2004/11/11 20:43:29 hro 1.46.24.4: RESYNC: (1.48-1.49); FILE MERGED 2004/11/09 00:09:36 hro 1.46.24.3: #i33798# Office loader watch dog for automatic restart 2004/10/14 23:53:43 hro 1.46.24.2: RESYNC: (1.46-1.48); FILE MERGED 2004/07/23 12:58:19 hro 1.46.24.1: #i27780# Recovery UI Resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2719c67b2610ceb30495fe58015a5dde34c1ccd2]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/10/07 15:40:38 hro 1.1.2.2: #i33798# Shell script modified to check for office exit code 2004/09/27 11:31:19 as 1.1.2.1: #i27726# define exit codes for desktop module

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dbff7dc006daab745c8e1b786bfd9410e69e85dc]

        INTEGRATION: CWS recovery04 (1.144.18); FILE MERGED 2004/11/26 13:31:40 as 1.144.18.10: RESYNC: (1.155-1.159); FILE MERGED resolve merge conflicts 2004/11/11 20:41:45 hro 1.144.18.9: RESYNC: (1.153-1.155); FILE MERGED 2004/10/14 23:40:16 hro 1.144.18.8: RESYNC: (1.144-1.153); FILE MERGED 2004/10/01 11:25:34 as 1.144.18.7: #i33868# flush config provide instead of disposing it 2004/09/27 11:32:03 as 1.144.18.6: #i27726# use new defined exit codes for desktop module; dont show old GPF box 2004/08/23 13:47:41 mba 1.144.18.5: #i27726#: some minor bugfixes 2004/08/08 13:21:32 as 1.144.18.4: #i27726# new options to know if office crashed but may be without recovery data - because no document was open 2004/08/05 11:23:26 as 1.144.18.3: #27726# use new recovery ui service 2004/08/02 11:02:09 as 1.144.18.2: #27726# use uno services only to start emergency save & recovery 2004/07/23 12:58:18 hro 1.144.18.1: #i27780# Recovery UI Resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ea46fe64c6c0cf109772bda5c509f73a1524054b]

        INTEGRATION: CWS recovery04 (1.11.32); FILE MERGED 2004/10/07 15:40:06 hro 1.11.32.1: #i33798# Shell script modified to check for office exit code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c402562c21e7a8071cb03210b6a57175c009cd60]

        INTEGRATION: CWS recovery04 (1.34.10); FILE MERGED 2004/11/09 00:09:36 hro 1.34.10.1: #i33798# Office loader watch dog for automatic restart

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0f3941e1ec555bbb76c1d57173b09ecf1736413f]

        INTEGRATION: CWS xmlsec06 (1.84.20); FILE MERGED 2004/10/12 13:36:12 mt 1.84.20.3: RESYNC: (1.84-1.85); FILE MERGED 2004/10/06 10:56:53 pb 1.84.20.2: fix: #i34777# text and alignment changes 2004/09/22 06:13:07 pb 1.84.20.1: fix: #i34444# 'Recommend' from read-only checkbox removed

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [09b6f0271ddf13da12d4a64cb314e2ca22a003ee]

        INTEGRATION: CWS recovery04 (1.17.30); FILE MERGED 2004/10/14 23:39:11 hro 1.17.30.2: RESYNC: (1.17-1.21); FILE MERGED 2004/10/11 09:17:30 hro 1.17.30.1: #i33798# Added office loader for multiplexing exit code

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ad09101338b2a2602bd7ea5cd1682450083b3686]

        INTEGRATION: CWS xmlsec06 (1.6.20); FILE MERGED 2004/10/12 13:23:15 mt 1.6.20.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/06 10:57:23 pb 1.6.20.1: fix: #i34777# dynamic button size

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1baf15309973d85ae2a0781811be4e332cdcac2b]

        INTEGRATION: CWS xmlsec06 (1.7.20); FILE MERGED 2004/10/12 13:23:04 mt 1.7.20.3: RESYNC: (1.7-1.9); FILE MERGED 2004/10/06 10:57:24 pb 1.7.20.2: fix: #i34777# dynamic button size 2004/09/21 12:21:53 pb 1.7.20.1: fix: #i33451# don't send a item for FID_CHG_RECORD

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [561a68f965fcea93f4c399414e1650ee254edfa7]

        INTEGRATION: CWS xmlsec06 (1.5.20); FILE MERGED 2004/10/06 10:55:48 pb 1.5.20.1: fix: #i34777# correct values

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d117318ab25e2ec15c55f4aa6c56c96776b65560]

        INTEGRATION: CWS recovery04 (1.25.14); FILE MERGED 2004/11/11 20:38:18 hro 1.25.14.4: RESYNC: (1.37-1.42); FILE MERGED 2004/10/28 08:34:48 hro 1.25.14.3: #i33798# Office loader to restart soffice implemented 2004/10/15 03:16:56 hro 1.25.14.2: RESYNC: (1.25-1.37); FILE MERGED 2004/07/23 13:51:46 hro 1.25.14.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f35af72567cc0cda9db4df9aa4076f643bc4dece]

        INTEGRATION: CWS xmlsec06 (1.2.16); FILE MERGED 2004/10/12 08:27:10 mmi 1.2.16.1: adds error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d5246a65479abad07d226c306735a2aefd81fa2f]

        INTEGRATION: CWS xmlsec06 (1.2.16); FILE MERGED 2004/10/12 08:27:09 mmi 1.2.16.1: adds error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d067d99d48d2361377a3a367061408f81fd059d5]

        INTEGRATION: CWS xmlsec06 (1.1.2); FILE ADDED 2004/10/12 08:28:35 mmi 1.1.2.1: adds error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3b1fc8e32af840b5b945f95fedb779080b6fd4f5]

        INTEGRATION: CWS xmlsec06 (1.1.2); FILE ADDED 2004/10/12 08:28:34 mmi 1.1.2.1: adds error detail information Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [25d960389644b2c671c9165540aaa0c5e6882247]

        INTEGRATION: CWS xmlsec06 (1.4.96); FILE MERGED 2004/11/10 13:11:11 tra 1.4.96.1: #i36532#all interfaces and service descriptions concerning proxy settings have been marked as deprecated

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2baea7b7bffc94af00cc52c80764b2865e939ba0]

        INTEGRATION: CWS xmlsec06 (1.3.96); FILE MERGED 2004/11/10 13:11:11 tra 1.3.96.1: #i36532#all interfaces and service descriptions concerning proxy settings have been marked as deprecated

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [df391dc4ea4ac9b500c81c4a38e7096df2c702b3]

        INTEGRATION: CWS sb26 (1.80.22); FILE MERGED 2004/11/23 16:10:57 sb 1.80.22.1: #i37704# Get rid of unnecessary calls to osl_syncFile.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6c7b7f160050b6cbc205153149d2ec290f4020fe]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/11/12 12:12:51 hro 1.1.2.2: #i33798# Windows kill tool with static crt 2004/11/02 11:19:47 hro 1.1.2.1: #i36457# Kill command line tool for Windows crash report testing

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [abb342de2d3d12eb061147fa4d52300967114c81]

        INTEGRATION: CWS sb26 (1.15.22); FILE MERGED 2004/11/23 16:10:57 sb 1.15.22.1: #i37704# Get rid of unnecessary calls to osl_syncFile.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cdc478b7da1523ebe8af909868af3fa360a7ef82]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/11/02 11:18:51 hro 1.1.2.1: #i36457# Kill command line tool for Windows crash report testing

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [50f73297226cecb46dcefb68afbff8cbd01a7855]

        INTEGRATION: CWS recovery04 (1.19.16); FILE MERGED 2004/11/11 20:02:20 hro 1.19.16.2: RESYNC: (1.19-1.21); FILE MERGED 2004/11/02 11:39:15 hro 1.19.16.1: #i36457# Kill command line tool for Windows crash report testing

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c86e1b9a7513f81f2d1c1c2d5fbdb1ee28ef6e3b]

        INTEGRATION: CWS recovery04 (1.19.32); FILE MERGED 2004/11/02 11:39:15 hro 1.19.32.1: #i36457# Kill command line tool for Windows crash report testing

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2118a250efbf66d96d92dcf05583b2945997af72]

        INTEGRATION: CWS recovery04 (1.7.36); FILE MERGED 2004/09/03 04:50:18 hro 1.7.36.1: #i28480# Sending only mode for crash reporter

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bb6b42669253d0b1ad2d92a4c25fd929b82a6726]

        INTEGRATION: CWS recovery04 (1.22.24); FILE MERGED 2004/11/11 20:01:11 hro 1.22.24.2: RESYNC: (1.22-1.23); FILE MERGED 2004/09/03 04:50:04 hro 1.22.24.1: #i28480# Sending only mode for crash reporter

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [62b23841fba051d78e92da154306c727c02b346c]

        INTEGRATION: CWS recovery04 (1.2.52); FILE MERGED 2004/11/11 19:56:31 hro 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/23 13:10:45 hro 1.2.52.1: #i20882# Merging Recovery UI Resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0f60d01ae347a89be15186c0b12fce2d4455df67]

        INTEGRATION: CWS xmlsec06 (1.17.114); FILE MERGED 2004/11/09 12:04:34 pb 1.17.114.1: fix: #i36223# new menu entry: digital signature of macro

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6357a83c8030077fb93f3face6bc310c61ef563f]

        INTEGRATION: CWS xmlsec06 (1.16.114); FILE MERGED 2004/11/09 12:04:47 pb 1.16.114.1: fix: #i36223# new menu entry: digital signature of macro

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d5e904af5f08ddf3f27b88107bec823b79586fe0]

        INTEGRATION: CWS recovery04 (1.2.52); FILE MERGED 2004/07/23 13:10:44 hro 1.2.52.1: #i20882# Merging Recovery UI Resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0834676a55fddcd2770ac21da7787dcba7397fc9]

        INTEGRATION: CWS recovery04 (1.92.32); FILE MERGED 2004/11/11 19:55:45 hro 1.92.32.3: RESYNC: (1.92-1.93); FILE MERGED 2004/11/11 13:42:45 as 1.92.32.2: #i36936# clear the streams 2004/11/11 12:23:10 mav 1.92.32.1: #i36936# fix reloading of recovered documents

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7c8d01b8939f25e4939306952487e640848ad700]

        INTEGRATION: CWS recovery04 (1.59.34); FILE MERGED 2004/10/15 03:58:03 hro 1.59.34.2: RESYNC: (1.59-1.64); FILE MERGED 2004/08/06 10:33:28 as 1.59.34.1: #i27726# ContainerWindow->setVisible() is done by framework code!

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6e0155346d0e81e6d18e9d391b9b679d4856495d]

        INTEGRATION: CWS recovery04 (1.129.20); FILE MERGED 2004/11/11 19:53:52 hro 1.129.20.4: RESYNC: (1.134-1.135); FILE MERGED 2004/11/11 13:44:01 as 1.129.20.3: #i36936# set real URL 2004/10/15 03:48:08 hro 1.129.20.2: RESYNC: (1.129-1.134); FILE MERGED 2004/07/23 13:54:25 hro 1.129.20.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f0cf5d91abe503ba1beb7bb772edd8fa07bb9db9]

        INTEGRATION: CWS recovery04 (1.40.56); FILE MERGED 2004/11/11 19:53:44 hro 1.40.56.3: RESYNC: (1.45-1.46); FILE MERGED 2004/10/15 03:47:47 hro 1.40.56.2: RESYNC: (1.40-1.45); FILE MERGED 2004/07/23 13:54:24 hro 1.40.56.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f343dc804bb4b367faacba20abbbfc6a49c4ad42]

        INTEGRATION: CWS recovery04 (1.144.6); FILE MERGED 2004/11/12 15:13:01 mav 1.144.6.1: #i36939# if the intermediate file is used transfer it to original location on commit

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8c50b000918d52f019f75fbcdfca54a2bf7c763e]

        INTEGRATION: CWS recovery04 (1.25.102); FILE MERGED 2004/10/15 03:32:14 hro 1.25.102.2: RESYNC: (1.25-1.26); FILE MERGED 2004/07/23 13:54:24 hro 1.25.102.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fcb239b8608603e45d5c0032115b353a4ffffe68]

        INTEGRATION: CWS xmlsec06 (1.20.20); FILE MERGED 2004/11/09 12:05:04 pb 1.20.20.1: fix: #i36223# new menu entry: digital signature of macro

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7989e37db9e8e531e66c7158bdaca1515a5de9ad]

        INTEGRATION: CWS recovery04 (1.39.100); FILE MERGED 2004/10/15 03:31:41 hro 1.39.100.2: RESYNC: (1.39-1.40); FILE MERGED 2004/07/23 13:54:24 hro 1.39.100.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [231e6159a5cee689ab8ccd1dd55afaf8f1939bd6]

        INTEGRATION: CWS xmlsec06 (1.19.70); FILE MERGED 2004/11/09 12:05:15 pb 1.19.70.1: fix: #i36223# new menu entry: digital signature of macro

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [726e1353361a5c6d6098924c5c7059e0c742e516]

        INTEGRATION: CWS gt08hangulhanja (1.54.28); FILE MERGED 2004/10/26 20:47:13 iha 1.54.28.3: RESYNC: (1.56-1.57); FILE MERGED 2004/10/15 16:30:25 tl 1.54.28.2: RESYNC: (1.54-1.56); FILE MERGED 2004/10/11 14:48:12 iha 1.54.28.1: #116050# manual help ids for the special suggestion control

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1507e3b63b80b541a241d0ce1c977abb45cbeef8]

        INTEGRATION: CWS recovery04 (1.52.36); FILE MERGED 2004/11/26 13:42:55 as 1.52.36.3: RESYNC: (1.53-1.55); FILE MERGED resolve merge conflicts 2004/10/15 03:31:05 hro 1.52.36.2: RESYNC: (1.52-1.53); FILE MERGED 2004/07/23 13:54:23 hro 1.52.36.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9f0e9492d6780b8d4453c508dec566a6b4ed709a]

        INTEGRATION: CWS recovery04 (1.83.36); FILE MERGED 2004/10/15 03:30:29 hro 1.83.36.2: RESYNC: (1.83-1.86); FILE MERGED 2004/07/23 13:54:22 hro 1.83.36.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1c5b703795c95528aaa2d619aa692b5d06db0c7c]

        INTEGRATION: CWS gt08hangulhanja (1.2.8); FILE MERGED 2004/10/26 00:38:36 khong 1.2.8.3: #117803# make user dictionary in word searching  loop 2004/10/22 07:17:55 tl 1.2.8.2: #i33954# handling for NoSupportException improved 2004/10/20 15:39:53 tl 1.2.8.1: #i33954# catching exception from the user conversion dictionary list now

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b387d893f2c3e75b5649dbd72e10abae78b4663b]

        INTEGRATION: CWS gt08hangulhanja (1.4.36); FILE MERGED 2004/10/22 07:17:55 tl 1.4.36.2: #i33954# handling for NoSupportException improved 2004/10/20 15:39:52 tl 1.4.36.1: #i33954# catching exception from the user conversion dictionary list now

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d0f9685d2cfc3927add412b276c804dcc20cb6a5]

        INTEGRATION: CWS recovery04 (1.16.52); FILE MERGED 2004/11/26 13:27:16 as 1.16.52.4: RESYNC: (1.16-1.18); FILE MERGED resolve merge conflicts 2004/11/15 13:27:42 as 1.16.52.3: #i27726# catch unexpected exceptions! 2004/09/01 08:44:47 as 1.16.52.2: #i27726# forward AutoSave/AutoSaveTime to new config location 2004/07/23 13:06:28 hro 1.16.52.1: #i20882# Merging Recovery UI Resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4796b3be8f2a7980dc58c8a40ceec7202af2f695]

        INTEGRATION: CWS gt08hangulhanja (1.4.8); FILE MERGED 2004/10/26 09:30:40 tl 1.4.8.2: #117803# fixed namespace notation of OUString 2004/10/26 00:38:58 khong 1.4.8.1: #117803# make user dictionary in word searching  loop

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ecc851a07eac40ed20a27d738dca7d276fef614c]

        INTEGRATION: CWS recovery04 (1.48.30); FILE MERGED 2004/11/16 17:13:23 hro 1.48.30.1: #99999# saveopt.cxx uses exceptions

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [32e621bf515b980852b771d23c921d455af0408c]

        INTEGRATION: CWS recovery04 (1.12.52); FILE MERGED 2004/07/23 13:06:28 hro 1.12.52.1: #i20882# Merging Recovery UI Resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [72949c8d76c3c0c873f274f3b5e9fe7b62e17ec1]

        INTEGRATION: CWS gt08hangulhanja (1.77.46); FILE MERGED 2004/10/25 13:48:04 tl 1.77.46.1: #i35352# logfile macros added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [06eaec11ae07d41eae66f6a56b8f724269e060a9]

        INTEGRATION: CWS gt08hangulhanja (1.17.48); FILE MERGED 2004/10/25 13:53:20 tl 1.17.48.2: #i35352# logfile macros added 2004/10/25 12:11:25 tl 1.17.48.1: #i35352# logfile macros added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d03864ef96af43d1bab0b33ef90f55a68e8cd31d]

        INTEGRATION: CWS recovery04 (1.81.24); FILE MERGED 2004/11/26 13:24:41 as 1.81.24.4: RESYNC: (1.85-1.88); FILE MERGED resolve merge conflicts 2004/10/20 13:08:37 as 1.81.24.3: #i27726# redesign progress implementation after resync 2004/10/15 02:56:54 hro 1.81.24.2: RESYNC: (1.81-1.85); FILE MERGED 2004/07/23 13:46:28 hro 1.81.24.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e62a8bf23cea10013f8975a3c4c6befbc37458f3]

        INTEGRATION: CWS recovery04 (1.18.38); FILE MERGED 2004/10/19 06:24:20 hro 1.18.38.2: #i28480# Resolved merge conflicts 2004/07/23 13:46:26 hro 1.18.38.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ecae12c99ad26f14ea0e1effc4088c0b16a441fa]

        INTEGRATION: CWS gt08hangulhanja (1.34.30); FILE MERGED 2004/10/15 17:21:09 tl 1.34.30.2: RESYNC: (1.34-1.35); FILE MERGED 2004/10/11 15:06:12 iha 1.34.30.1: #116050# manual help ids for the special suggestion control

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [891c7f492abd527e5b4ff1a5d904cd118d324a12]

        INTEGRATION: CWS recovery04 (1.74.38); FILE MERGED 2004/10/20 13:08:36 as 1.74.38.4: #i27726# redesign progress implementation after resync 2004/10/19 06:24:19 hro 1.74.38.3: #i28480# Resolved merge conflicts 2004/10/15 02:51:56 hro 1.74.38.2: RESYNC: (1.74-1.77); FILE MERGED 2004/07/23 13:46:26 hro 1.74.38.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1d9213687e8666ef9edeb82e5ee7eec0e7a39517]

        INTEGRATION: CWS recovery04 (1.52.54); FILE MERGED 2004/07/23 13:46:25 hro 1.52.54.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a5fe1cef7cd23fea2f7b5ad6b08dc8a13ed0a734]

        INTEGRATION: CWS gt08hangulhanja (1.10.138); FILE MERGED 2004/10/28 17:24:54 iha 1.10.138.5: #i29884# correct german texts 2004/10/22 11:11:02 iha 1.10.138.4: #117507# remove AutoClose-checkbox from 'Hangul-Hanja Options' dialog 2004/10/22 10:33:49 iha 1.10.138.3: #117509# remove checkbox 'replace by character' from 'Edit Custom Dictionary' dialog 2004/10/12 14:15:58 iha 1.10.138.2: #i29884# string correction - recently used 2004/10/08 19:02:18 iha 1.10.138.1: #116050# grid for text sugggestions in case of character-by-character is on

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [496f2e858da796f88d74489af5836ee927bec653]

        INTEGRATION: CWS sj12 (1.87.8); FILE MERGED 2004/11/23 11:09:55 sj 1.87.8.3: #i35886# 2004/11/22 17:09:32 sj 1.87.8.2: #i35886# moved font-independent-line-spacing into paragraph attributes 2004/11/22 17:03:35 sj 1.87.8.1: #i35886# moved font-independent-line-spacing into paragraph attributes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5161b1f3b14040a9b44e11033cad3b5ad4c02fdd]

        INTEGRATION: CWS recovery04 (1.9.28); FILE MERGED 2004/11/26 13:24:16 as 1.9.28.4: RESYNC: (1.12-1.14); FILE MERGED resolve merge conflict 2004/10/20 13:08:36 as 1.9.28.3: #i27726# redesign progress implementation after resync 2004/10/15 02:51:38 hro 1.9.28.2: RESYNC: (1.9-1.12); FILE MERGED 2004/07/23 13:46:25 hro 1.9.28.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [30fa340f0af728c4138289b0b8399b0e3da1d4db]

        INTEGRATION: CWS gt08hangulhanja (1.3.10); FILE MERGED 2004/10/22 11:11:49 iha 1.3.10.10: #117507# remove AutoClose-checkbox from 'Hangul-Hanja Options' dialog 2004/10/22 10:34:31 iha 1.3.10.9: #117509# remove checkbox 'replace by character' from 'Edit Custom Dictionary' dialog 2004/10/18 11:06:14 tl 1.3.10.8: #117502# fixed errors 2004/10/11 18:04:20 iha 1.3.10.7: #116064# keep active state of all other dictionaries if a single dictionary gets removed or created 2004/10/11 14:49:22 iha 1.3.10.6: #116050# manual help ids for the special suggestion control 2004/10/08 19:01:22 iha 1.3.10.5: #116050# grid for text sugggestions in case of character-by-character is on 2004/10/08 12:47:27 iha 1.3.10.4: #117503# update suggestion list and button states correctly in 'Edit Custom Dictionary'-dialog 2004/10/07 15:22:10 iha 1.3.10.3: #116065# do not hold a local static list of dictionaries 2004/10/07 11:23:00 iha 1.3.10.2: #116074# update suggestion list in Hangul/Hanja conversion according to changed options and user dictionaries 2004/09/03 12:46:47 tl 1.3.10.1: #116320# new behaviour for 'Hangul only / Hanja only' checkboxes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8e6031e126782ced6d7527b19cf817395e9b63e4]

        INTEGRATION: CWS recovery04 (1.1.4); FILE ADDED 2004/11/11 13:45:45 as 1.1.4.11: #i36946# dont make it a comment only - remove it 2004/11/11 13:45:01 as 1.1.4.10: #i36946# dont recycle arguments of original model for saving temp. file 2004/09/27 11:34:10 as 1.1.4.9: #i27726# dont try to save non recoverable documents again 2004/09/02 06:46:32 as 1.1.4.8: #i27726# repair timer for AutoSave mode 2004/09/01 08:49:35 as 1.1.4.7: #i27726# use new configuration helper from comphelper; use some new states; new function to save failure files 2004/08/23 13:45:25 mba 1.1.4.6: #i27726#: some minor bugfixes 2004/08/08 13:21:14 as 1.1.4.5: #i27726# new options to know if office crashed but may be without recovery data - because no document was open 2004/08/06 10:31:36 as 1.1.4.4: #i27726# notify listener about start/stop of asynchronous operation 2004/08/05 11:24:50 as 1.1.4.3: #27726# make auto recovery aynchron 2004/08/03 07:33:38 as 1.1.4.2: #i27726# make auto recovery core asynchronous 2004/07/23 13:46:25 hro 1.1.4.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [97fc2f6d2fcfc8bb1d8adcbeb9bb1a22dc4de76a]

        INTEGRATION: CWS gt08hangulhanja (1.3.8); FILE MERGED 2004/10/22 11:11:25 iha 1.3.8.4: #117507# remove AutoClose-checkbox from 'Hangul-Hanja Options' dialog 2004/10/22 10:28:23 iha 1.3.8.3: #117509# remove checkbox 'replace by character' from 'Edit Custom Dictionary' dialog 2004/10/15 16:44:43 tl 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/08 19:01:56 iha 1.3.8.1: #116050# grid for text sugggestions in case of character-by-character is on

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4cfce5cbfae987e8f91c16d989f830fae1aa3278]

        INTEGRATION: CWS recovery04 (1.22.24); FILE MERGED 2004/10/15 02:51:31 hro 1.22.24.2: RESYNC: (1.22-1.25); FILE MERGED 2004/07/23 13:46:24 hro 1.22.24.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7e8cebbbf0aeb147960a3b8c6f27341610577fb9]

        INTEGRATION: CWS gt08hangulhanja (1.4.10); FILE MERGED 2004/11/23 15:27:53 iha 1.4.10.14: #i37676# list only korean dictionaries 2004/10/22 11:10:30 iha 1.4.10.13: #117507# remove AutoClose-checkbox from 'Hangul-Hanja Options' dialog 2004/10/22 10:32:23 iha 1.4.10.12: #117509# remove checkbox 'replace by character' from 'Edit Custom Dictionary' dialog 2004/10/18 11:06:13 tl 1.4.10.11: #117502# fixed errors 2004/10/11 18:04:19 iha 1.4.10.10: #116064# keep active state of all other dictionaries if a single dictionary gets removed or created 2004/10/11 15:53:17 iha 1.4.10.9: #116050# changed itemids because id 0 has special meaning and causes selection problems 2004/10/11 14:50:01 iha 1.4.10.8: #116050# manual help ids for the special suggestion control 2004/10/08 19:06:19 iha 1.4.10.7: #116050# grid for text sugggestions in case of character-by-character is on 2004/10/08 12:48:31 iha 1.4.10.6: #117503# update suggestion list and button states correctly in 'Edit Custom Dictionary'-dialog 2004/10/07 15:22:50 iha 1.4.10.5: #116065# do not hold a local static list of dictionaries 2004/10/07 11:23:25 iha 1.4.10.4: #116074# update suggestion list in Hangul/Hanja conversion according to changed options and user dictionaries 2004/09/03 12:46:47 tl 1.4.10.3: #116320# new behaviour for 'Hangul only / Hanja only' checkboxes 2004/08/13 20:39:58 pb 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2004/05/17 08:28:29 gt 1.4.10.1: #116430# HangulHanjaEditDictDialog::EditModify(): initialize suggestion list before using it

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4a138ff7232852959aa1da036fc249d8a4c5ea8d]

        INTEGRATION: CWS recovery04 (1.2.96); FILE MERGED 2004/07/23 13:46:23 hro 1.2.96.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a6b5b28d7891f1fe5cb4f057ab96fdf7cd358921]

        INTEGRATION: CWS gt08hangulhanja (1.5.10); FILE MERGED 2004/10/22 11:12:32 iha 1.5.10.13: #117507# remove AutoClose-checkbox from 'Hangul-Hanja Options' dialog 2004/10/20 15:26:17 tl 1.5.10.12: #i33954# merge conflicts fixed 2004/10/18 10:07:33 tl 1.5.10.11: #117502# fixed syntax errors 2004/10/15 16:44:35 tl 1.5.10.10: RESYNC: (1.5-1.6); FILE MERGED 2004/10/13 13:20:22 iha 1.5.10.9: #117508# automatic replacement of unique entries 2004/10/12 15:40:30 iha 1.5.10.8: #117505# connect 'ignore postpositional word'-checkbox to api 2004/10/12 15:16:55 iha 1.5.10.7: #117506# show recently used first 2004/10/11 12:20:56 iha 1.5.10.6: #117505#117506#117507#117508# make conversion options available 2004/10/07 11:28:40 iha 1.5.10.5: #116074# update suggestion list in Hangul/Hanja conversion according to changed options and user dictionaries 2004/10/06 13:26:31 tl 1.5.10.4: #117508# auto replace entries with unique suggestion 2004/09/03 12:46:47 tl 1.5.10.3: #116320# new behaviour for 'Hangul only / Hanja only' checkboxes 2004/09/02 10:03:20 tl 1.5.10.2: #117502# replace by charcter checkbox activation/deactivation behaviour fixed 2004/05/07 14:30:02 tl 1.5.10.1: #116069# static modifier removed from m_sIgnoreList

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7fcb7670eb8cbb90ac46ece661b70cc6e1d4bd6b]

        INTEGRATION: CWS usp4all (1.86.148); FILE MERGED 2004/10/29 13:40:39 fme 1.86.148.1: #i36332# Enlarge repaint area for western ligatures

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dee9ef70e5ba672a8f241e7bda23afa146971a51]

        INTEGRATION: CWS recovery04 (1.8.36); FILE MERGED 2004/10/15 02:51:24 hro 1.8.36.3: RESYNC: (1.8-1.10); FILE MERGED 2004/08/05 11:24:49 as 1.8.36.2: #27726# make auto recovery aynchron 2004/08/03 07:33:38 as 1.8.36.1: #i27726# make auto recovery core asynchronous

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [22a75a5b699299c217e360d37910ca6c8021e450]

        INTEGRATION: CWS gt08hangulhanja (1.10.56); FILE MERGED 2004/10/15 16:44:08 tl 1.10.56.3: RESYNC: (1.10-1.12); FILE MERGED 2004/10/07 11:21:00 iha 1.10.56.2: #116074# update suggestion list in Hangul/Hanja conversion according to changed options and user dictionaries 2004/09/03 12:46:46 tl 1.10.56.1: #116320# new behaviour for 'Hangul only / Hanja only' checkboxes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cf544293681449f204b7cea160ed4f6a6c079a17]

        INTEGRATION: CWS recovery04 (1.1.4); FILE ADDED 2004/07/23 13:46:23 hro 1.1.4.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [88896bcc9de89aef53f38376ef5f680242fc352b]

        INTEGRATION: CWS recovery04 (1.1.4); FILE ADDED 2004/07/23 13:46:22 hro 1.1.4.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a2f9e005f2e8bfa62b98eeb6fb0b58f3a8f3f98b]

        INTEGRATION: CWS gt08hangulhanja (1.12.30); FILE MERGED 2004/10/15 16:44:01 tl 1.12.30.3: RESYNC: (1.12-1.15); FILE MERGED 2004/10/07 11:21:26 iha 1.12.30.2: #116074# update suggestion list in Hangul/Hanja conversion according to changed options and user dictionaries 2004/09/03 12:46:46 tl 1.12.30.1: #116320# new behaviour for 'Hangul only / Hanja only' checkboxes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b2ab893370749b960683176c1e4c71dc2cd109f0]

        INTEGRATION: CWS recovery04 (1.2.40); FILE MERGED 2004/07/23 14:50:05 hro 1.2.40.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [85620298bfbb79e2871dbcd36cec2b1b08d72ce7]

        INTEGRATION: CWS gt08hangulhanja (1.10.72); FILE MERGED 2004/10/28 17:22:14 iha 1.10.72.1: #i29884# correct german texts

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0aae6c32d687184f1d084f2238dae849db317635]

        INTEGRATION: CWS recovery04 (1.1.4); FILE ADDED 2004/07/23 13:46:21 hro 1.1.4.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [eec914365b12840169743db1e50050e9030eaf1a]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/10/21 05:10:52 as 1.1.2.2: fix some compile errors 2004/10/20 13:07:57 as 1.1.2.1: #i27726# new progress helper (vcl based)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [75fc373634258b6ad6773189b36c6bda3a1a3bce]

        INTEGRATION: CWS recovery04 (1.10.242); FILE MERGED 2004/10/20 13:08:35 as 1.10.242.5: #i27726# redesign progress implementation after resync 2004/10/19 06:24:18 hro 1.10.242.4: #i28480# Resolved merge conflicts 2004/10/15 02:49:28 hro 1.10.242.3: RESYNC: (1.10-1.11); FILE MERGED 2004/08/05 11:24:48 as 1.10.242.2: #27726# make auto recovery aynchron 2004/07/23 13:46:21 hro 1.10.242.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [907f2e866a6619f0e656048245f4acd51cfb4ddd]

        INTEGRATION: CWS recovery04 (1.4.94); FILE MERGED 2004/11/26 13:23:44 as 1.4.94.2: RESYNC: (1.4-1.5); FILE MERGED resolve merge conflict 2004/07/23 13:46:20 hro 1.4.94.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7dcc33658a98e497d2edb5e18115ed9fd692618f]

        INTEGRATION: CWS recovery04 (1.24.78); FILE MERGED 2004/10/20 13:08:35 as 1.24.78.1: #i27726# redesign progress implementation after resync

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7c5389a185d26af995d2c52408ff2b83c319372c]

        INTEGRATION: CWS recovery04 (1.1.4); FILE ADDED 2004/09/28 15:55:36 cn 1.1.4.1: nitial version of complex test for recovery feature

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7eeee2c45a2c17a6f5553b269892ae375f8139d4]

        INTEGRATION: CWS sj12 (1.8.36); FILE MERGED 2004/11/23 16:00:12 sj 1.8.36.1: #i37709#

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5606137970711ebc1ec3b72d1fc1948106f68615]

        INTEGRATION: CWS recovery04 (1.2.324); FILE MERGED 2004/10/21 05:10:52 as 1.2.324.1: fix some compile errors

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1c8fe88ee176d82799b1e030b373e02bcc6abbe4]

        INTEGRATION: CWS sj12 (1.4.18); FILE MERGED 2004/10/22 13:40:51 sj 1.4.18.1: #i36002# PredefinedType -> Type

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8784f2a7938082dfa4efd15231a3b6b5f76f5ff4]

        INTEGRATION: CWS recovery04 (1.29.78); FILE MERGED 2004/11/26 13:23:23 as 1.29.78.3: RESYNC: (1.29-1.30); FILE MERGED resolve merge conflict 2004/10/20 13:08:35 as 1.29.78.2: #i27726# redesign progress implementation after resync 2004/07/23 13:46:20 hro 1.29.78.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4caad42a5a35e64030f810761bd7a25c185cf048]

        INTEGRATION: CWS gt08hangulhanja (1.1.138); FILE MERGED 2004/05/07 13:44:05 tl 1.1.138.1: #116386# new component descriptions added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [aca61f32c6ba7f0d1374131292257059e0d159d8]

        INTEGRATION: CWS sj12 (1.7.16); FILE MERGED 2004/11/16 20:33:27 sj 1.7.16.9: RESYNC: (1.7-1.8); FILE MERGED 2004/11/11 19:05:02 sj 1.7.16.8: #i36002# file format change for customshapes 2004/11/11 03:02:21 sj 1.7.16.7: #i36002# file format change, added better detection of default shape properties 2004/11/11 01:25:41 sj 1.7.16.6: #i36002# file format change 2004/11/01 17:25:23 sj 1.7.16.5: #i36003,i36002# file format changes 2004/10/25 15:46:07 sj 1.7.16.4: #i36003# not using predefined types any longer 2004/10/22 16:55:47 sj 1.7.16.3: #i36002# file format changes for custom shapes, modifiers needs to be direct values 2004/10/22 15:50:58 sj 1.7.16.2: #i36002# file format changes for custom shapes 2004/10/22 13:40:11 sj 1.7.16.1: #i36002# PredefinedType -> Type

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4b68e6bff27df4283f56fc732adc3571d9c1d867]

        INTEGRATION: CWS recovery04 (1.4.32); FILE MERGED 2004/10/20 13:08:34 as 1.4.32.2: #i27726# redesign progress implementation after resync 2004/10/19 06:24:00 hro 1.4.32.1: #i28480# Resolved merge conflicts

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f27cf37ddebc862d3480c34b8ff2e19437a4e41d]

        INTEGRATION: CWS gt08hangulhanja (1.13.4); FILE MERGED 2004/06/21 13:37:32 tl 1.13.4.1: #i28900# calling uscript_getScript now in checkScriptType

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c190550edb18770c81e9cba41ef0c6a1fb7bdf94]

        INTEGRATION: CWS sj12 (1.125.18); FILE MERGED 2004/11/18 15:46:37 sj 1.125.18.1: #i35972# now setting the correct page at the page object

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3254888186cfeda0bed2f37a661a0346b1c02057]

        INTEGRATION: CWS recovery04 (1.1.4); FILE ADDED 2004/09/01 08:48:31 as 1.1.4.4: #i27726# use new configuration helper from comphelper; use some new states; new function to save failure files 2004/08/06 10:31:36 as 1.1.4.3: #i27726# notify listener about start/stop of asynchronous operation 2004/08/03 07:33:37 as 1.1.4.2: #i27726# make auto recovery core asynchronous 2004/07/23 13:46:19 hro 1.1.4.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [73e9ac00e7a024acc6aed15888fb7e6cf281c5a6]

        INTEGRATION: CWS gt08hangulhanja (1.2.4); FILE MERGED 2004/10/15 16:27:03 tl 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/06/21 13:37:30 tl 1.2.4.2: #i28900# calling uscript_getScript now in checkScriptType 2004/05/07 12:41:52 tl 1.2.4.1: #116074# check if dictionary is active added; ScriptTypeList list updatet to latest version

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [17ae854c8fbb1d090a793483ec599414ad2b3f5d]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/10/21 05:10:51 as 1.1.2.2: fix some compile errors 2004/10/20 13:07:39 as 1.1.2.1: #i27726# new progress helper (vcl based)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [135f6f62fcb843a498e02b0f40d4d1bc88a73b6a]

        INTEGRATION: CWS sj12 (1.5.156); FILE MERGED 2004/11/18 15:45:46 sj 1.5.156.1: #i35972# preventing recursive call of objchange for sdrpageobj

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ce692a101a7389755afc5fa6c66291ef52114853]

        INTEGRATION: CWS gt08hangulhanja (1.2.4); FILE MERGED 2004/11/23 15:09:47 iha 1.2.4.4: #118541# create only single instance of ConversionDictionaryList (OneInstanceFactory is not sufficient if different service managers are used) 2004/10/15 16:26:48 tl 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/10/11 11:38:10 iha 1.2.4.2: #118078# single instance for ConversionDictionaryList 2004/05/07 12:41:52 tl 1.2.4.1: #116074# check if dictionary is active added; ScriptTypeList list updatet to latest version

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2671d9ee8b561bb67a2e51b71931df60ecaf3674]

        INTEGRATION: CWS recovery04 (1.6.242); FILE MERGED 2004/10/21 05:10:51 as 1.6.242.6: fix some compile errors 2004/10/20 13:08:34 as 1.6.242.5: #i27726# redesign progress implementation after resync 2004/10/19 06:24:00 hro 1.6.242.4: #i28480# Resolved merge conflicts 2004/10/15 02:39:48 hro 1.6.242.3: RESYNC: (1.6-1.7); FILE MERGED 2004/08/05 11:24:48 as 1.6.242.2: #27726# make auto recovery aynchron 2004/07/23 13:46:18 hro 1.6.242.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dc39e32ff267f4bd05ce9ad2784fceb4b92b537e]

        INTEGRATION: CWS sj12 (1.104.18); FILE MERGED 2004/11/16 20:24:10 sj 1.104.18.6: RESYNC: (1.104-1.105); FILE MERGED 2004/11/11 19:04:49 sj 1.104.18.5: #i36002# file format change for customshapes 2004/11/11 01:25:08 sj 1.104.18.4: #i36002# file format change 2004/11/03 13:11:02 sj 1.104.18.3: #i36003,i36002# file format changes for custom shapes 2004/11/01 17:24:47 sj 1.104.18.2: #i36003,i36002# file format changes 2004/10/22 13:39:45 sj 1.104.18.1: #i36002# PredefinedType -> Type

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b2966ece2167ed9b12afa6ab36628856e652f808]

        INTEGRATION: CWS gt08hangulhanja (1.3.4); FILE MERGED 2004/10/15 16:26:32 tl 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/10 10:39:20 tl 1.3.4.1: #116051# removed duplicate entries from the results of getConversionEntries

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9d3f6a36cdf9370450914a3315f64c625ed63299]

        INTEGRATION: CWS recovery04 (1.1.302); FILE MERGED 2004/11/26 13:22:12 as 1.1.302.2: RESYNC: (1.1-1.2); FILE MERGED resolve merge conflict - use top level version 2004/07/23 13:46:18 hro 1.1.302.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6cbaf8eb88736d0dcec97361e37e44513bd78d84]

        INTEGRATION: CWS sj12 (1.24.322); FILE MERGED 2004/10/13 15:45:32 sj 1.24.322.2: #i34951# do not use BitmapRepeat mode for GraphicObjects 2004/10/13 13:59:11 sj 1.24.322.1: #i30833# taking care of TextFrame, because only Text objects do support the AutoGrowWidth and AutoGrowHeight Property

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [82dbbd9b71f1932dce6b14e8494db8d4528692a9]

        INTEGRATION: CWS recovery04 (1.22.24); FILE MERGED 2004/10/15 02:39:06 hro 1.22.24.2: RESYNC: (1.22-1.25); FILE MERGED 2004/07/23 13:46:16 hro 1.22.24.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [61b00149924926352e57bb2be5adfc6b7538ad43]

        INTEGRATION: CWS gt08hangulhanja (1.20.62); FILE MERGED 2004/10/26 12:54:09 tl 1.20.62.2: #117787# cursor should be restored at starting position after conversion 2004/10/22 12:20:49 tl 1.20.62.1: #i33954# improve performance of text conversion

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [917eb19072e4d90a175df796add88b9c86ad8de8]

        INTEGRATION: CWS sj12 (1.44.110); FILE MERGED 2004/11/11 19:04:49 sj 1.44.110.11: #i36002# file format change for customshapes 2004/11/11 01:25:07 sj 1.44.110.10: #i36002# file format change 2004/11/05 16:36:23 sj 1.44.110.9: #i36003,i36002# file format changes for custom shapes 2004/11/04 20:24:28 sj 1.44.110.8: #i36003,i36002# file format changes for custom shapes 2004/11/03 13:11:03 sj 1.44.110.7: #i36003,i36002# file format changes for custom shapes 2004/11/01 17:24:47 sj 1.44.110.6: #i36003,i36002# file format changes 2004/10/25 15:46:43 sj 1.44.110.5: #i36003# not using predefined types any longer 2004/10/22 13:39:44 sj 1.44.110.4: #i36002# PredefinedType -> Type 2004/10/19 13:51:28 sj 1.44.110.3: RESYNC: (1.44-1.46); FILE MERGED 2004/10/13 15:45:32 sj 1.44.110.2: #i34951# do not use BitmapRepeat mode for GraphicObjects 2004/10/13 13:59:11 sj 1.44.110.1: #i30833# taking care of TextFrame, because only Text objects do support the AutoGrowWidth and AutoGrowHeight Property

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [47ee030df8b1b1d5955a0e135691e474a40cd88e]

        INTEGRATION: CWS recovery04 (1.4.26); FILE MERGED 2004/10/20 13:08:33 as 1.4.26.3: #i27726# redesign progress implementation after resync 2004/08/08 13:21:13 as 1.4.26.2: #i27726# new options to know if office crashed but may be without recovery data - because no document was open 2004/07/23 13:46:16 hro 1.4.26.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9b4c2235c5311c96573df65e1646e67439f38075]

        INTEGRATION: CWS gt08hangulhanja (1.9.56); FILE MERGED 2004/10/25 08:44:38 tl 1.9.56.1: #i33954# improve performance of text conversion

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cfad1377c6c0470c96a4efeb63bcdc765c57a7cd]

        INTEGRATION: CWS sj12 (1.17.18); FILE MERGED 2004/11/24 02:22:22 sj 1.17.18.1: #i36004# enabling customshape attr also for shapes without text

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1b47b41bac884cca7267db44a65d05f1ebcdb0a2]

        INTEGRATION: CWS gt08hangulhanja (1.27.62); FILE MERGED 2004/10/22 12:20:48 tl 1.27.62.1: #i33954# improve performance of text conversion

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ee75491a53cce0dffe72e8bdcfdcfd7ae378135f]

        INTEGRATION: CWS sj12 (1.3.18); FILE MERGED 2004/11/23 19:05:28 sj 1.3.18.2: #i36002# no optimize for CustomShapeParser under solaris 2004/11/01 17:23:04 sj 1.3.18.1: #i36003,i36002# file format changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [42be4a93f3ed48cce5eb3fac1de191b198d4e03d]

        INTEGRATION: CWS gt08hangulhanja (1.6.20); FILE MERGED 2004/10/18 12:05:17 tl 1.6.20.4: #117502# merge problems fixed 2004/10/15 15:58:52 tl 1.6.20.3: RESYNC: (1.6-1.7); FILE MERGED 2004/09/03 12:44:11 tl 1.6.20.2: #116320# new behaviour for 'Hangul only / Hanja only' checkboxes 2004/05/10 11:19:06 tl 1.6.20.1: #116346# extending of selection fixed

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e45475a487f7622b3fb08dee021333db27cd211c]

        INTEGRATION: CWS sj12 (1.4.114); FILE MERGED 2004/11/11 01:23:02 sj 1.4.114.1: #i36002# file format change

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [16e911ae0547bbc95d6299f233dd0813678ae980]

        INTEGRATION: CWS gt08hangulhanja (1.59.62); FILE MERGED 2004/11/24 16:59:47 iha 1.59.62.5: resolved merge conflict 2004/11/24 16:37:27 iha 1.59.62.4: RESYNC: (1.59-1.60); FILE MERGED 2004/10/26 14:28:50 tl 1.59.62.3: #i33954# clipping of found text to current selection added 2004/10/22 12:20:48 tl 1.59.62.2: #i33954# improve performance of text conversion 2004/10/20 15:23:58 tl 1.59.62.1: #i33954# merge conflicts from earlier versions fixed

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8e87ce630971393e8eaad530a46d7c5891a366dc]

        INTEGRATION: CWS sj12 (1.5.18); FILE MERGED 2004/11/24 01:50:45 sj 1.5.18.4: #i36004# 2004/11/11 01:23:03 sj 1.5.18.3: #i36002# file format change 2004/11/03 13:10:36 sj 1.5.18.2: #i36003,i36002# file format changes for custom shapes 2004/10/25 15:43:29 sj 1.5.18.1: #i36003# not using predefined types any longer

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [86dca75b6eda9c0147c0e3df6a1e78b3d01fcfa4]

        INTEGRATION: CWS gt08hangulhanja (1.8.62); FILE MERGED 2004/11/24 16:32:09 iha 1.8.62.2: RESYNC: (1.8-1.9); FILE MERGED 2004/10/20 15:23:58 tl 1.8.62.1: #i33954# merge conflicts from earlier versions fixed

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [861699fb8977371be8ae8bb5d41980844fb9d4c2]

        INTEGRATION: CWS sj12 (1.1.2); FILE ADDED 2004/11/17 11:11:40 sj 1.1.2.5: fixed some link problems 2004/11/11 01:23:02 sj 1.1.2.4: #i36002# file format change 2004/11/05 16:27:23 sj 1.1.2.3: #i36003,i36002# file format changes for custom shapes 2004/11/04 20:23:15 sj 1.1.2.2: initial version 2004/11/01 17:21:29 sj 1.1.2.1: #i36003# initial version

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8689e5533a7a0abb5f00df3b6c29869458631fe2]

        INTEGRATION: CWS sj12 (1.2.324); FILE MERGED 2004/11/17 11:11:40 sj 1.2.324.4: fixed some link problems 2004/11/11 01:23:02 sj 1.2.324.3: #i36002# file format change 2004/11/04 20:22:43 sj 1.2.324.2: #i36003,i36002# file format changes for custom shapes 2004/11/01 17:23:04 sj 1.2.324.1: #i36003,i36002# file format changes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ad9a618e94525c7e0e64e85bd7403f7211062660]

        INTEGRATION: CWS sj12 (1.4.18); FILE MERGED 2004/11/23 19:06:32 sj 1.4.18.9: #i36004# 2004/11/17 11:11:40 sj 1.4.18.8: fixed some link problems 2004/11/16 20:07:34 sj 1.4.18.7: RESYNC: (1.4-1.5); FILE MERGED 2004/11/11 01:23:02 sj 1.4.18.6: #i36002# file format change 2004/11/05 16:27:23 sj 1.4.18.5: #i36003,i36002# file format changes for custom shapes 2004/11/04 20:22:43 sj 1.4.18.4: #i36003,i36002# file format changes for custom shapes 2004/11/03 13:10:35 sj 1.4.18.3: #i36003,i36002# file format changes for custom shapes 2004/11/01 17:23:04 sj 1.4.18.2: #i36003,i36002# file format changes 2004/10/22 13:39:10 sj 1.4.18.1: #i36002# PredefinedType -> Type

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bd485932c20204bf5a5d7b5ac01a14e1a1bf122b]

        INTEGRATION: CWS recovery04 (1.2.90); FILE MERGED 2004/07/23 13:35:37 hro 1.2.90.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8d9aefca802b5fcfa826e6c8a28afcd6e6c58511]

        INTEGRATION: CWS sj12 (1.3.156); FILE MERGED 2004/11/18 15:45:31 sj 1.3.156.1: #i35972# preventing recursive call of objchange for sdrpageobj

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ef455f34db56ecd615484df1daff89a25c8ecbbe]

        INTEGRATION: CWS gt08hangulhanja (1.3.82); FILE MERGED 2004/10/25 12:11:46 tl 1.3.82.1: #i35352# logfile macros added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [68372659db359ca4bc782be00ee0711bd26bf594]

        INTEGRATION: CWS gt08hangulhanja (1.34.18); FILE MERGED 2004/10/25 10:14:57 tl 1.34.18.1: #i35352# logfile macros added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [38e390b074c46b2b42f3d6c4b4a666a6192cc8a0]

        INTEGRATION: CWS gt08hangulhanja (1.13.146); FILE MERGED 2004/10/25 13:50:01 tl 1.13.146.1: #i35352# logfile macros added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b266b68ec98e7ca72e1eec1b01825a5967de088f]

        INTEGRATION: CWS gt08hangulhanja (1.68.18); FILE MERGED 2004/11/24 16:19:41 iha 1.68.18.2: RESYNC: (1.68-1.69); FILE MERGED 2004/10/25 10:14:57 tl 1.68.18.1: #i35352# logfile macros added

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7c5a23bff4bb37e63c1d5ec6c4bc2c319129d8be]

        INTEGRATION: CWS usp4all (1.85.24); FILE MERGED 2004/11/15 10:19:47 hdu 1.85.24.3: #37093# fix text layout problem in Tools->Options->Languages 2004/11/04 14:36:26 hdu 1.85.24.2: #i27336# work around the automatic ligatures of xp_sp2 2004/10/29 10:36:08 hdu 1.85.24.1: #i27336# prefer CTL-processing also for non-CTL text

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d96f96b5dbe043183c60502324f3e47d9e35bc2f]

        INTEGRATION: CWS recovery04 (1.33.70); FILE MERGED 2004/10/15 01:43:59 hro 1.33.70.3: RESYNC: (1.33-1.38); FILE MERGED 2004/07/23 12:16:15 hro 1.33.70.2: #i27780# Recovery UI Resources 2004/07/23 11:07:13 hro 1.33.70.1: #i27780# New docrecovery resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ef73a673bd64b7e96bc8b4471c508d425a4542a6]

        INTEGRATION: CWS recovery04 (1.9.218); FILE MERGED 2004/10/15 01:40:17 hro 1.9.218.2: RESYNC: (1.9-1.10); FILE MERGED 2004/08/02 11:00:34 as 1.9.218.1: #27726# new recovery UI service

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [17e80835b75e2973ab15919d82437a9af4bd70dd]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/11/16 16:47:58 hro 1.1.2.14: #i37268# #i36960# Rework crash detection 2004/11/12 12:10:36 hro 1.1.2.13: #i36960# Test for windows dump file too 2004/11/08 23:52:13 hro 1.1.2.12: #i34683# Test of generated crash report files 2004/11/01 12:18:21 hro 1.1.2.11: #i34683# Commited missing changes 2004/10/01 06:59:23 as 1.1.2.10: #i33868# fix some crashes on finish dialogs 2004/09/29 10:06:49 as 1.1.2.9: #i33868# use tab dialog instead of different modal dialogs 2004/09/03 04:53:51 hro 1.1.2.8: #i28480# Sending only mode for crash reporter 2004/09/02 08:07:35 as 1.1.2.7: #i27726# dont set recovery dialog as top most one 2004/09/01 09:01:51 as 1.1.2.6: #i27726# show save dialog as sub-modal one 2004/08/23 13:47:00 mba 1.1.2.5: #i27726#: some minor bugfixes 2004/08/20 11:48:43 hro 1.1.2.4: #i27780# Added Crash Reporter dialogs 2004/08/08 13:22:11 as 1.1.2.3: #i27726# new options to know if office crashed but may be without recovery data - because no document was open 2004/08/05 11:26:29 as 1.1.2.2: #27726# make auto recovery aynchron; implement progress 2004/08/02 10:58:43 as 1.1.2.1: #27726# new recovery UI service

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d2c01de120cff71f50db30d694ced24c095e28d3]

        INTEGRATION: CWS recovery04 (1.12.414); FILE MERGED 2004/08/02 11:00:34 as 1.12.414.1: #27726# new recovery UI service

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a7b7e5a7de5f7ac18051c864300d5346f246d7ca]

        INTEGRATION: CWS recovery04 (1.67.80); FILE MERGED 2004/10/15 01:21:14 hro 1.67.80.2: RESYNC: (1.67-1.68); FILE MERGED 2004/09/01 09:05:43 as 1.67.80.1: #i27726# change ui for new autosave mechanism

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c046a03ddc321fe0667b49e3edaa0bb4f58e5c30]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/09/29 10:06:49 as 1.1.2.6: #i33868# use tab dialog instead of different modal dialogs 2004/09/01 14:11:27 hro 1.1.2.5: #i20882# impl_ShowRecoveredDocs missing 2004/08/23 13:46:34 mba 1.1.2.4: #i27726#: some minor bugfixes 2004/08/08 13:22:10 as 1.1.2.3: #i27726# new options to know if office crashed but may be without recovery data - because no document was open 2004/08/05 11:26:29 as 1.1.2.2: #27726# make auto recovery aynchron; implement progress 2004/08/02 10:57:30 as 1.1.2.1: #27726# new recovery UI service

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [80a9209bd23c85c73b99cc2b7a34fc9a549b48f5]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/11/05 14:26:07 as 1.1.2.18: #i35269# fix progress crash 2004/11/01 15:28:31 hro 1.1.2.17: #i36452# Tab page dialog needs extra cancel btn handler 2004/10/20 13:04:10 as 1.1.2.16: #i27726# use right property to initialize progress 2004/10/05 11:03:47 pb 1.1.2.15: fix: #i33865# gui beautified 2004/10/01 06:59:23 as 1.1.2.14: #i33868# fix some crashes on finish dialogs 2004/10/01 06:47:15 pb 1.1.2.13: fix: #i33865# no HelpButtons any longer 2004/09/30 12:14:17 as 1.1.2.12: #i33868# show save progress as child of save-crash dialog 2004/09/29 10:06:48 as 1.1.2.11: #i33868# use tab dialog instead of different modal dialogs 2004/09/03 04:53:50 hro 1.1.2.10: #i28480# Sending only mode for crash reporter 2004/09/02 07:37:27 as 1.1.2.9: #i27726# make update mode for UI better 2004/09/01 14:11:27 hro 1.1.2.8: #i20882# impl_ShowRecoveredDocs missing 2004/09/01 08:59:19 as 1.1.2.7: #i27726# show save dialog as sub-modal one 2004/08/23 13:46:10 mba 1.1.2.6: #i27726#: some minor bugfixes 2004/08/20 11:48:43 hro 1.1.2.5: #i27780# Added Crash Reporter dialogs 2004/08/08 13:22:10 as 1.1.2.4: #i27726# new options to know if office crashed but may be without recovery data - because no document was open 2004/08/06 10:32:20 as 1.1.2.3: #i27726# bind status events to UI 2004/08/05 11:26:28 as 1.1.2.2: #27726# make auto recovery aynchron; implement progress 2004/08/02 10:57:20 as 1.1.2.1: #27726# new recovery UI service

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ff97dccc8feb3fe3b1110a1bbc88c623ef70fc14]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/09/06 13:29:41 hro 1.1.2.2: #i28480# Keep parameters persistent 2004/09/03 04:54:27 hro 1.1.2.1: #i28480# Sending only mode for crash reporter

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1c7956ab9afc3f46ab528bc805fb1fe02391d923]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/11/01 12:18:20 hro 1.1.2.3: #i34683# Commited missing changes 2004/10/12 08:17:31 hro 1.1.2.2: #i33881# Send reports only after UI has completed 2004/09/03 04:54:27 hro 1.1.2.1: #i28480# Sending only mode for crash reporter

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ff2f1d1a40803a72e531688478700b4b57fa8384]

        INTEGRATION: CWS recovery04 (1.1.2); FILE ADDED 2004/09/03 04:54:28 hro 1.1.2.1: #i28480# Sending only mode for crash reporter

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6ce9340b6d55b3aa6310fde4d8c5da37ec16dc80]

        INTEGRATION: CWS recovery04 (1.3.176); FILE MERGED 2004/09/01 09:05:05 as 1.3.176.1: #i27726# change ui for new autosave mechanism

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0171f5b188384ffe4d6b6d5b1ce5f81bd99ec3ab]

        INTEGRATION: CWS recovery04 (1.4.176); FILE MERGED 2004/10/15 00:59:27 hro 1.4.176.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/01 09:03:06 as 1.4.176.1: #i27726# change ui for new autosave mechanism

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [22b782c1f70d2fc13566551e1f0e8a66b17bf65c]

        INTEGRATION: CWS recovery04 (1.32.50); FILE MERGED 2004/10/19 06:38:26 hro 1.32.50.4: #i28480# Resolved merge conflicts 2004/10/15 00:55:39 hro 1.32.50.3: RESYNC: (1.32-1.41); FILE MERGED 2004/09/03 04:53:49 hro 1.32.50.2: #i28480# Sending only mode for crash reporter 2004/07/23 11:06:07 hro 1.32.50.1: #i27780# New docrecovery resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9668ff043d603c044087e9a7e9fcc1b170cbcbab]

        INTEGRATION: CWS recovery04 (1.1.4); FILE ADDED 2004/10/11 07:26:58 pb 1.1.4.10: fix: #i33865# german translation added 2004/10/05 11:02:50 pb 1.1.4.9: fix: #i33865# gui beautified 2004/10/01 06:47:06 pb 1.1.4.8: fix: #i33865# no HelpButtons any longer 2004/09/29 10:06:48 as 1.1.4.7: #i33868# use tab dialog instead of different modal dialogs 2004/09/03 04:53:49 hro 1.1.4.6: #i28480# Sending only mode for crash reporter 2004/08/20 11:48:42 hro 1.1.4.5: #i27780# Added Crash Reporter dialogs 2004/08/06 10:32:20 as 1.1.4.4: #i27726# bind status events to UI 2004/08/05 11:26:28 as 1.1.4.3: #27726# make auto recovery aynchron; implement progress 2004/08/02 11:00:34 as 1.1.4.2: #27726# new recovery UI service 2004/07/23 11:05:18 hro 1.1.4.1: #i27780# New docrecovery resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [44daf0d0b8ee24326b077b6149ed0388483aad28]

        INTEGRATION: CWS recovery04 (1.1.4); FILE ADDED 2004/10/05 11:02:51 pb 1.1.4.8: fix: #i33865# gui beautified 2004/10/01 06:47:06 pb 1.1.4.7: fix: #i33865# no HelpButtons any longer 2004/09/29 10:06:48 as 1.1.4.6: #i33868# use tab dialog instead of different modal dialogs 2004/09/03 04:53:48 hro 1.1.4.5: #i28480# Sending only mode for crash reporter 2004/08/20 11:48:42 hro 1.1.4.4: #i27780# Added Crash Reporter dialogs 2004/08/05 11:26:28 as 1.1.4.3: #27726# make auto recovery aynchron; implement progress 2004/08/02 11:00:34 as 1.1.4.2: #27726# new recovery UI service 2004/07/23 11:05:28 hro 1.1.4.1: #i27780# New docrecovery resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0f0de857ae40f951ce331efb0abfc4ec3659ab65]

        INTEGRATION: CWS recovery04 (1.1.4); FILE ADDED 2004/11/18 15:09:57 hro 1.1.4.24: #i36938# Use crash reporter generated preview 2004/11/16 16:47:10 hro 1.1.4.23: #i36938# Use crash reporter generated preview 2004/11/10 09:38:39 hro 1.1.4.22: #i36455# Show Stack and Checksum in Show Report dialog 2004/11/05 14:26:19 as 1.1.4.21: #i35269# fix progress crash 2004/11/05 10:47:43 as 1.1.4.20: #i35269# handle recovery states right 2004/11/01 15:28:31 hro 1.1.4.19: #i36452# Tab page dialog needs extra cancel btn handler 2004/10/20 13:04:09 as 1.1.4.18: #i27726# use right property to initialize progress 2004/10/05 11:02:51 pb 1.1.4.17: fix: #i33865# gui beautified 2004/10/01 06:59:22 as 1.1.4.16: #i33868# fix some crashes on finish dialogs 2004/10/01 06:47:06 pb 1.1.4.15: fix: #i33865# no HelpButtons any longer 2004/09/30 12:14:16 as 1.1.4.14: #i33868# show save progress as child of save-crash dialog 2004/09/29 10:06:47 as 1.1.4.13: #i33868# use tab dialog instead of different modal dialogs 2004/09/06 13:29:41 hro 1.1.4.12: #i28480# Keep parameters persistent 2004/09/03 14:55:26 hro 1.1.4.11: #i28480# Sending only mode for crash reporter 2004/09/03 05:02:41 hro 1.1.4.10: #i28480# Sending only mode for crash reporter 2004/09/03 04:53:48 hro 1.1.4.9: #i28480# Sending only mode for crash reporter 2004/09/02 13:28:12 hro 1.1.4.8: #i20882# Typo fixed 2004/09/02 07:37:26 as 1.1.4.7: #i27726# make update mode for UI better 2004/09/01 09:00:59 as 1.1.4.6: #i27726# show save dialog as sub-modal one 2004/08/20 11:48:42 hro 1.1.4.5: #i27780# Added Crash Reporter dialogs 2004/08/06 10:32:19 as 1.1.4.4: #i27726# bind status events to UI 2004/08/05 11:26:27 as 1.1.4.3: #27726# make auto recovery aynchron; implement progress 2004/08/02 11:00:33 as 1.1.4.2: #27726# new recovery UI service 2004/07/23 11:06:07 hro 1.1.4.1: #i27780# New docrecovery resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [80c213f4ab98f9614dfe04a2173e96bc4919e52a]

        INTEGRATION: CWS recovery04 (1.89.60); FILE MERGED 2004/11/11 17:34:46 hro 1.89.60.3: RESYNC: (1.102-1.104); FILE MERGED 2004/10/15 00:29:44 hro 1.89.60.2: RESYNC: (1.89-1.102); FILE MERGED 2004/07/23 11:07:13 hro 1.89.60.1: #i27780# New docrecovery resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [aef3a63183500046fb14919452736da26aa9e81b]

        INTEGRATION: CWS recovery04 (1.49.58); FILE MERGED 2004/11/11 17:05:36 hro 1.49.58.4: RESYNC: (1.56-1.57); FILE MERGED 2004/10/15 00:17:03 hro 1.49.58.3: RESYNC: (1.49-1.56); FILE MERGED 2004/09/29 10:06:47 as 1.49.58.2: #i33868# use tab dialog instead of different modal dialogs 2004/07/23 11:07:12 hro 1.49.58.1: #i27780# New docrecovery resources

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e934ae1af75ddd944e8af8ab8db3b2562c1bcef9]

        INTEGRATION: CWS recovery04 (1.11.16); FILE MERGED 2004/11/16 17:06:54 hro 1.11.16.3: #i36938# Use crash reporter generated preview 2004/09/03 14:54:56 hro 1.11.16.2: #i28480# Sending only mode for crash reporter 2004/09/03 04:48:47 hro 1.11.16.1: #i28480# Sending only mode for crash reporter

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [abb4e3d145b349766afb3cd470a9e1b9d24ad89f]

        INTEGRATION: CWS recovery04 (1.6.10); FILE MERGED 2004/10/14 23:23:32 hro 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/03 14:54:55 hro 1.6.10.1: #i28480# Sending only mode for crash reporter

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cc713419dd805949dee36f5ea49911af11cb1437]

        INTEGRATION: CWS recovery04 (1.18.10); FILE MERGED 2004/11/18 15:10:26 hro 1.18.10.4: #i36938# Use crash reporter generated preview 2004/11/01 12:18:44 hro 1.18.10.3: #i34683# Commited missing changes 2004/09/03 04:48:46 hro 1.18.10.2: #i28480# Sending only mode for crash reporter 2004/09/03 02:49:17 hro 1.18.10.1: #116177# Don't include pstack output in crash report

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7c2e0751dfa4737204c98356fe80d812cd8f8f0e]

        INTEGRATION: CWS recovery04 (1.3.46); FILE MERGED 2004/11/11 17:19:02 hro 1.3.46.3: RESYNC: (1.4-1.5); FILE MERGED 2004/10/15 03:08:43 hro 1.3.46.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/02 11:23:10 as 1.3.46.1: #27726# new config for recovery and emergency save

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [82c7c7db3596f91db15e10618a7e1ccf97633ea3]

        INTEGRATION: CWS recovery04 (1.1.4); FILE ADDED 2004/08/08 13:20:27 as 1.1.4.3: #i27726# new options to know if office crashed but may be without recovery data - because no document was open 2004/08/02 11:23:10 as 1.1.4.2: #27726# new config for recovery and emergency save 2004/07/23 13:50:11 hro 1.1.4.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c7d2b1b8edcfc53cf8fca269ee261e05a5a830ed]

        INTEGRATION: CWS sj12 (1.2.20); FILE MERGED 2004/11/16 19:19:10 sj 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/22 13:43:22 sj 1.2.20.1: #i36002# PredefinedType -> Type

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [16a790a5bb78502ee89902181d022138c0c21133]

        INTEGRATION: CWS recovery04 (1.19.44); FILE MERGED 2004/07/23 13:50:09 hro 1.19.44.1: #i20882# Merging from recovery03

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a8c22cac070445834e2e947e1b3fa6b11e15ecf0]

        INTEGRATION: CWS sj12 (1.2.12); FILE MERGED 2004/11/16 18:43:45 sj 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/22 13:33:59 sj 1.2.12.1: #i36002# PredefinedType -> Type

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0a51d950e432d2f903cf922633fefa8f987303c8]

        INTEGRATION: CWS sj12 (1.2.6); FILE MERGED 2004/11/16 18:12:31 sj 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/22 13:34:56 sj 1.2.6.1: #i36002# PredefinedType -> Type

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a8af01fd8651ab029fa0fe04a59d45c7a0749306]

        INTEGRATION: CWS sj12 (1.36.36); FILE MERGED 2004/11/16 18:10:36 sj 1.36.36.2: RESYNC: (1.36-1.37); FILE MERGED 2004/11/08 17:40:14 sj 1.36.36.1: #i36868# added possibility to avoid calling of burninstylesheets via environment variable (AVOID_BURN_IN_FOR_GALLERY_THEME)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2c83e4389ffa311de118c4f85566eeb2eec5bb0b]

        INTEGRATION: CWS sj12 (1.77.124); FILE MERGED 2004/10/19 12:33:05 sj 1.77.124.3: RESYNC: (1.77-1.78); FILE MERGED 2004/10/13 15:43:47 sj 1.77.124.2: #i30833# taking care of TextFrame, because only Text objects do support the AutoGrowWidth and AutoGrowHeight Property 2004/10/13 14:47:34 sj 1.77.124.1: #i34951# do not use BitmapRepeat mode for GraphicObjects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0a6a27b9177761615632fe36942cd400c2224cd6]

        INTEGRATION: CWS sj12 (1.66.6); FILE MERGED 2004/11/18 15:40:42 sj 1.66.6.1: #i35972# now setting the correct pagejkind before inserting a page, so the pagelistwatcher is not getting out of sync

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c9271fe4ac3de3e04733e893f5110214496d112c]

        INTEGRATION: CWS sj12 (1.3.4); FILE MERGED 2004/11/02 17:43:35 sj 1.3.4.1: #i36003,i36002# file format changes for custom shapes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [67c96944075667ccad46a66f96b3d9cfb25ea7e3]

        INTEGRATION: CWS sj12 (1.3.4); FILE MERGED 2004/11/23 18:56:47 sj 1.3.4.6: #i36004# not using komma as separator for modifier values 2004/11/11 19:02:59 sj 1.3.4.5: #i36002# file format change for customshapes 2004/11/11 01:28:05 sj 1.3.4.4: #i36002# file format change, splittet StretchPoint into two single properties 2004/11/03 12:21:36 sj 1.3.4.3: #i36003,i36002# file format changes for custom shapes 2004/11/02 17:43:36 sj 1.3.4.2: #i36003,i36002# file format changes for custom shapes 2004/10/22 13:56:48 sj 1.3.4.1: #i36002# file format changes for custom shapes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cb3fca97948b01d88dc79b09defdddcf43a06d39]

        INTEGRATION: CWS sj12 (1.3.4); FILE MERGED 2004/11/23 18:56:47 sj 1.3.4.4: #i36004# not using komma as separator for modifier values 2004/11/11 01:28:05 sj 1.3.4.3: #i36002# file format change, splittet StretchPoint into two single properties 2004/11/02 17:43:34 sj 1.3.4.2: #i36003,i36002# file format changes for custom shapes 2004/10/22 13:56:48 sj 1.3.4.1: #i36002# file format changes for custom shapes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1575e3ec5aa370543faa23493a460f01d46484b0]

        INTEGRATION: CWS sj12 (1.72.4); FILE MERGED 2004/11/22 17:03:14 sj 1.72.4.3: #i35886# moved font-independent-line-spacing into paragraph attributes 2004/11/16 17:48:47 sj 1.72.4.2: RESYNC: (1.72-1.74); FILE MERGED 2004/11/02 17:43:34 sj 1.72.4.1: #i36003,i36002# file format changes for custom shapes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0eb65ac36675f357633221e87ac4a2ea01cd1dec]

        INTEGRATION: CWS sj12 (1.4.4); FILE MERGED 2004/11/11 01:28:04 sj 1.4.4.3: #i36002# file format change, splittet StretchPoint into two single properties 2004/11/02 17:43:36 sj 1.4.4.2: #i36003,i36002# file format changes for custom shapes 2004/10/22 13:56:47 sj 1.4.4.1: #i36002# file format changes for custom shapes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7e69244b6a1c7637a011f9351aea39a611f3db49]

        INTEGRATION: CWS sj12 (1.70.4); FILE MERGED 2004/11/16 17:48:28 sj 1.70.4.3: RESYNC: (1.70-1.73); FILE MERGED 2004/11/02 17:41:29 sj 1.70.4.2: #i36003,i36002# file format changes for custom shapes 2004/10/22 13:56:21 sj 1.70.4.1: #i36002# file format changes for custom shapes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7207a6adfbf245aab703f922b30e2db23f2a1e56]

        INTEGRATION: CWS sj12 (1.3.4); FILE MERGED 2004/11/11 01:27:26 sj 1.3.4.3: #i36002# file format change, splittet StretchPoint into two single properties 2004/11/02 17:40:57 sj 1.3.4.2: #i36003,i36002# file format changes for custom shapes 2004/10/22 13:46:06 sj 1.3.4.1: #i36002# file format changes for custom shapes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [37f44d8ebd77a31f378eefcc61307e92059a25f7]

        INTEGRATION: CWS sj12 (1.8.12); FILE MERGED 2004/11/16 17:39:21 sj 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/06 19:16:01 sj 1.8.12.1: #i36552# fixed typo

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0b38ff679cd2455453317d5b7e4cb566f58c604a]

        INTEGRATION: CWS sj12 (1.26.10); FILE MERGED 2004/11/16 17:39:11 sj 1.26.10.2: RESYNC: (1.26-1.28); FILE MERGED 2004/11/06 19:16:01 sj 1.26.10.1: #i36552# fixed typo

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a4f03be089a0d558d244fe0fb9f31ba7326b3891]

        INTEGRATION: CWS sj12 (1.8.12); FILE MERGED 2004/11/16 17:39:01 sj 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/06 19:16:00 sj 1.8.12.1: #i36552# fixed typo

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [af68b9d02324bedee24556dc6464fc9ab82ba1fe]

        INTEGRATION: CWS sj12 (1.19.24); FILE MERGED 2004/11/16 17:35:26 sj 1.19.24.3: RESYNC: (1.19-1.20); FILE MERGED 2004/10/20 09:01:01 sj 1.19.24.2: #i35618,i35620# fixed pdf dialog layout problems, string fixes 2004/10/13 10:52:14 sj 1.19.24.1: #i34951# not using separate text for checkboxes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7ee0b169c7d1f380abfd20f16090d8faaf57393c]

        INTEGRATION: CWS sj12 (1.8.24); FILE MERGED 2004/11/16 17:35:17 sj 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED 2004/10/13 10:52:14 sj 1.8.24.1: #i34951# not using separate text for checkboxes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bd0963080dc7bb232b0373e179f6e75b1ae8cebc]

        INTEGRATION: CWS sj12 (1.5.46); FILE MERGED 2004/10/13 10:52:13 sj 1.5.46.1: #i34951# not using separate text for checkboxes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [68e9f94b5affa83dfa8eca951d99070a7a1168a5]

        INTEGRATION: CWS sj12 (1.9.24); FILE MERGED 2004/11/16 17:35:09 sj 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2004/10/13 10:52:13 sj 1.9.24.1: #i34951# not using separate text for checkboxes

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a59a3d3184f1abb2947ddb8203cfe0bbaf817f91]

        INTEGRATION: CWS lotus123import01 (1.4.164); FILE MERGED 2004/11/15 11:16:19 mmeeks 1.4.164.4: Issue number: 36436 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Remove debug committed in error. Fix style importing for more recent Lotus 123's.
        2004/11/15 10:34:01 mmeeks 1.4.164.3: Issue number: 36436
        Submitted by: mmeeks
        Reviewed by:  mmeeks
        
        Fix .123 file version detection so the filter runs for recently exported files.
        2004/10/19 10:40:58 mmeeks 1.4.164.2: RESYNC: (1.4-1.5); FILE MERGED
        2004/09/30 11:16:03 mmeeks 1.4.164.1: Issue number: 34806
        Submitted by: ashwanth
        Reviewed by:  mmeeks
        
        prune stale / ugly / duplicate code from scdll.cxx
        clean up & add Lotus97 detection to scdetect.cxx

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [68d91af532ab5e93e2dad66ee50a68917005a0c9]

        INTEGRATION: CWS lotus123import01 (1.10.166); FILE MERGED 2004/09/30 11:33:00 mmeeks 1.10.166.1: Issue number: 34806 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Bin last Krufty SINIX conditional in sc/ for good measure.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f365fb41416d77f32a9a19439124058e79506216]

        INTEGRATION: CWS lotus123import01 (1.73.26); FILE MERGED 2004/10/19 10:43:03 mmeeks 1.73.26.2: RESYNC: (1.73-1.75); FILE MERGED 2004/10/18 17:06:21 mmeeks 1.73.26.1: Issue number: 34806 Submitted by: ashwanth Reviewed by:  mmeeks
        
        Set col/row heights post import

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2fcfebf3900ee4df2e2fe39e37d55ee87ab5d6cb]

        INTEGRATION: CWS lotus123import01 (1.22.20); FILE MERGED 2004/10/19 11:52:00 mmeeks 1.22.20.3: Issue number: #i34806# Submitted by: mmeeks Reviewed by:
        
        Manually re-sync to m57 after cwstools / manual cvs interaction screwed things up.
        2004/10/19 11:02:30 mmeeks 1.22.20.2: RESYNC: (1.22-1.26); FILE MERGED
        2004/09/30 11:16:03 mmeeks 1.22.20.1: Issue number: 34806
        Submitted by: ashwanth
        Reviewed by:  mmeeks
        
        prune stale / ugly / duplicate code from scdll.cxx
        clean up & add Lotus97 detection to scdetect.cxx

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1083bbfc174e28aac7db4ba1004573c740482803]

        INTEGRATION: CWS lotus123import01 (1.7.166); FILE MERGED 2004/09/29 16:43:43 mmeeks 1.7.166.1: Issue number: 34806 Submitted by: ashwanth Reviewed by:  mmeeks
        
        Initial chunk of Lotus 123 import filter.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f52ef48ef0429b658ce18b0a0d54955ca0a04998]

        INTEGRATION: CWS lotus123import01 (1.1.1.1.646); FILE MERGED 2004/10/01 16:38:06 mmeeks 1.1.1.1.646.2: Issue number: #i34806# Submitted by: ashwanth Reviewed by:  mmeeks
        
        Add the style attribute reading code: bold / italic / justification etc.
        2004/09/29 16:43:43 mmeeks 1.1.1.1.646.1: Issue number: 34806
        Submitted by: ashwanth
        Reviewed by:  mmeeks
        
        Initial chunk of Lotus 123 import filter.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [66f0a2e9d2a5940ceb8315ddba4f6b507411bfaf]

        INTEGRATION: CWS lotus123import01 (1.8.166); FILE MERGED 2004/11/15 11:16:18 mmeeks 1.8.166.4: Issue number: 36436 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Remove debug committed in error. Fix style importing for more recent Lotus 123's.
        2004/10/07 16:53:11 er 1.8.166.3: #i34806# clean up, unused variables, adapt indentation to sw=4 ts=4 and remove trailing blanks
        2004/10/01 16:38:05 mmeeks 1.8.166.2: Issue number: #i34806#
        Submitted by: ashwanth
        Reviewed by:  mmeeks
        
        Add the style attribute reading code: bold / italic / justification etc.
        2004/09/29 16:43:43 mmeeks 1.8.166.1: Issue number: 34806
        Submitted by: ashwanth
        Reviewed by:  mmeeks
        
        Initial chunk of Lotus 123 import filter.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e72d4d4e277bcb7983c500408aaf4e3f149f9a8d]

        INTEGRATION: CWS lotus123import01 (1.4.630); FILE MERGED 2004/10/01 16:38:05 mmeeks 1.4.630.1: Issue number: #i34806# Submitted by: ashwanth Reviewed by:  mmeeks
        
        Add the style attribute reading code: bold / italic / justification etc.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2565463a7b201abdcebe24aaffb4ad638897bae5]

        INTEGRATION: CWS lotus123import01 (1.8.166); FILE MERGED 2004/11/02 12:41:23 dr 1.8.166.2: #i36252# cell reference import, use correct casts to sc types 2004/09/29 16:43:42 mmeeks 1.8.166.1: Issue number: 34806 Submitted by: ashwanth Reviewed by:  mmeeks
        
        Initial chunk of Lotus 123 import filter.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dd3a235f57c012410fb39b54905c8855ed8b1a05]

        INTEGRATION: CWS lotus123import01 (1.3.486); FILE MERGED 2004/10/01 16:38:05 mmeeks 1.3.486.2: Issue number: #i34806# Submitted by: ashwanth Reviewed by:  mmeeks
        
        Add the style attribute reading code: bold / italic / justification etc.
        2004/09/29 16:43:42 mmeeks 1.3.486.1: Issue number: 34806
        Submitted by: ashwanth
        Reviewed by:  mmeeks
        
        Initial chunk of Lotus 123 import filter.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bf8ecd7988657a223a018e3b951ff27c3490318b]

        INTEGRATION: CWS lotus123import01 (1.2.166); FILE MERGED 2004/09/29 16:43:42 mmeeks 1.2.166.1: Issue number: 34806 Submitted by: ashwanth Reviewed by:  mmeeks
        
        Initial chunk of Lotus 123 import filter.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0e0764f9770a87b45da3e3cf87360fa6478a2194]

        INTEGRATION: CWS lotus123import01 (1.1.1.1.646); FILE MERGED 2004/10/01 16:38:04 mmeeks 1.1.1.1.646.2: Issue number: #i34806# Submitted by: ashwanth Reviewed by:  mmeeks
        
        Add the style attribute reading code: bold / italic / justification etc.
        2004/09/29 16:43:42 mmeeks 1.1.1.1.646.1: Issue number: 34806
        Submitted by: ashwanth
        Reviewed by:  mmeeks
        
        Initial chunk of Lotus 123 import filter.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3567b8b642e4c9390bcf6c66a344c57182235cf0]

        INTEGRATION: CWS lotus123import01 (1.2.638); FILE MERGED 2004/09/29 16:43:41 mmeeks 1.2.638.1: Issue number: 34806 Submitted by: ashwanth Reviewed by:  mmeeks
        
        Initial chunk of Lotus 123 import filter.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fe371db69b212620b491f048f2edba6feea93b75]

        INTEGRATION: CWS lotus123import01 (1.5.166); FILE MERGED 2004/09/29 16:43:41 mmeeks 1.5.166.1: Issue number: 34806 Submitted by: ashwanth Reviewed by:  mmeeks
        
        Initial chunk of Lotus 123 import filter.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f07f6b29c924581f616ec7e448dbae096ac7f147]

        INTEGRATION: CWS lotus123import01 (1.1.1.1.646); FILE MERGED 2004/09/29 16:43:41 mmeeks 1.1.1.1.646.1: Issue number: 34806 Submitted by: ashwanth Reviewed by:  mmeeks
        
        Initial chunk of Lotus 123 import filter.

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c66d60126bc3cd9a579be11ba9e93a94ab43e8a4]

        INTEGRATION: CWS lotus123import01 (1.4.64); FILE MERGED 2004/11/05 14:31:36 er 1.4.64.2: #i36730# Calc is the preferred application for Lotus files 2004/09/30 10:40:07 mmeeks 1.4.64.1: Issue number: 34806 Submitted by:  ashwanth Reviewed by:   mmeeks
        
        Add .123 as a supported Lotus file type

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [af82f039bc10ba5334de998b6dff045f0659c5d5]

        INTEGRATION: CWS oasisbf2 (1.134.50); FILE MERGED 2004/11/09 15:39:54 mav 1.134.50.4: #i35113# provide the temporary storage to the containers 2004/11/02 17:20:03 mib 1.134.50.3: #i35133#: replacement image for embedded objects 2004/11/02 13:24:26 mav 1.134.50.2: #i35113# copy replacement image of linked objects 2004/11/01 12:43:30 mav 1.134.50.1: #i35113# use Pictures folder for replacement

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8fc27ed9366d5be25eceda11afdf96d9bb89cfbe]

        INTEGRATION: CWS oasisbf2 (1.14.104); FILE MERGED 2004/11/02 17:19:16 mib 1.14.104.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c7f6f5679a22501aac54f7b6793898165ccc506d]

        INTEGRATION: CWS oasisbf2 (1.7.104); FILE MERGED 2004/11/02 17:19:03 mib 1.7.104.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ee2ac0b9c8ae72870da203d3209ccc55402c03e4]

        INTEGRATION: CWS oasisbf2 (1.2.60); FILE MERGED 2004/10/20 06:50:10 od 1.2.60.1: #i35017# - adjust constants names and add constant <ITERATIVE>

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4b33dbe74b0a2654badf002a29f0c37f83f882cd]

        INTEGRATION: CWS oasisbf2 (1.14.66); FILE MERGED 2004/11/04 15:30:32 dvo 1.14.66.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [14abd737ef41ff6b72acbfe27cd4c0d584501327]

        INTEGRATION: CWS oasisbf2 (1.14.768); FILE MERGED 2004/11/02 17:10:14 mib 1.14.768.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [119ad5026bdceaa5d8f5ca6e47aeda0e9bc59112]

        INTEGRATION: CWS oasisbf2 (1.32.58); FILE MERGED 2004/11/02 17:10:14 mib 1.32.58.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3a6b7230750efde6497aa696d9f4e5adc03d5243]

        INTEGRATION: CWS oasisbf2 (1.10.158); FILE MERGED 2004/10/26 15:02:47 mib 1.10.158.1: #i12228#: store default outline styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [436d630c2a598354af224e772aaa345a1a361e49]

        INTEGRATION: CWS oasisbf2 (1.30.62); FILE MERGED 2004/11/03 15:24:49 mib 1.30.62.1: #i36604#: style names have to be encoded

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1fd2a4ac50d980d3b6cc659cb7c7a1d09621375e]

        INTEGRATION: CWS oasisbf2 (1.83.58); FILE MERGED 2004/11/03 14:17:41 mib 1.83.58.1: #i36525#: display error message for root elements with unknown namespace

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [60487ec5190cb65b5cbc98a385933894a00e0c07]

        INTEGRATION: CWS oasisbf2 (1.26.158); FILE MERGED 2004/11/03 15:24:49 mib 1.26.158.2: #i36604#: style names have to be encoded 2004/10/26 15:02:47 mib 1.26.158.1: #i12228#: store default outline styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [85105c5e0f5e78e6b97513f779a4cd4c1345f66a]

        INTEGRATION: CWS oasisbf2 (1.156.90); FILE MERGED 2004/10/20 07:02:09 od 1.156.90.1: #i35017# - adjustments for changed com::sun::star::text::WrapInfluenceOnPosition

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1145d57c1e746eee5b84dbb3828e3db8d628a934]

        INTEGRATION: CWS oasisbf2 (1.63.76); FILE MERGED 2004/11/04 15:30:31 dvo 1.63.76.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f51329cc35ebb699a400e473f8d4bce6b36816f5]

        INTEGRATION: CWS oasisbf2 (1.142.56); FILE MERGED 2004/11/04 15:30:30 dvo 1.142.56.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ed286af719ad69a2f50120d6b89f1ef4bcd883b0]

        INTEGRATION: CWS oasisbf2 (1.29.238); FILE MERGED 2004/11/04 15:30:30 dvo 1.29.238.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f225a4e50637d228683ba126917d1100e5559e89]

        INTEGRATION: CWS oasisbf2 (1.17.122); FILE MERGED 2004/10/20 07:01:43 od 1.17.122.1: #i35017# - adjustments for changed com::sun::star::text::WrapInfluenceOnPosition

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [0a723758e4ab687270d47f35f0ad59ed396307b3]

        INTEGRATION: CWS oasisbf2 (1.58.60); FILE MERGED 2004/11/04 15:30:29 dvo 1.58.60.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [393f0a2a4e03162b4d009a11bc87bc82ebb85626]

        INTEGRATION: CWS oasisbf2 (1.39.90); FILE MERGED 2004/11/04 15:30:29 dvo 1.39.90.2: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal) 2004/11/02 17:15:04 mib 1.39.90.1: #i12228#: default outline numbering

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b7fe355c1a8eac5ce0dcd58424fb980a9846a8c8]

        INTEGRATION: CWS oasisbf2 (1.104.84); FILE MERGED 2004/11/26 11:53:09 mib 1.104.84.2: RESYNC: (1.104-1.105); FILE MERGED 2004/11/04 15:30:29 dvo 1.104.84.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [df90e7a6518a90d22ea038396c40f75aaac66748]

        INTEGRATION: CWS oasisbf2 (1.80.60); FILE MERGED 2004/11/04 15:30:28 dvo 1.80.60.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [baf630d7bd97d547387aa730f6713b7fad597c93]

        INTEGRATION: CWS oasisbf2 (1.166.82); FILE MERGED 2004/11/04 15:30:27 dvo 1.166.82.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5d2e09c048425842bd3d4823a7a63e39dbec856d]

        INTEGRATION: CWS oasisbf2 (1.58.86); FILE MERGED 2004/10/20 07:01:17 od 1.58.86.1: #i35017# - adjustments for changed com::sun::star::text::WrapInfluenceOnPosition

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [688f96aa061a93774bb4d870250f20e6507315b7]

        INTEGRATION: CWS oasisbf2 (1.15.88); FILE MERGED 2004/11/04 15:30:27 dvo 1.15.88.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [05c099abee44021a664060e882462ff5d96bd16a]

        INTEGRATION: CWS calcp2fix (1.17.100); FILE MERGED 2004/11/19 13:03:42 nn 1.17.100.1: #118522# call SetGraphicLink after inserting object

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [13af423896824edb6e25798d9aa296a0d156b9be]

        INTEGRATION: CWS oasisbf2 (1.36.90); FILE MERGED 2004/11/04 15:30:26 dvo 1.36.90.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a339da67ab50ce4fa696414378ad8d652cf2a367]

        INTEGRATION: CWS calcp2fix (1.5.130); FILE MERGED 2004/11/19 13:04:22 nn 1.5.130.1: #118522# call SetGraphicLink after inserting object

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [251ed5e1341403b234d65d846838299e55d5b0bb]

        INTEGRATION: CWS oasisbf2 (1.2.122); FILE MERGED 2004/10/20 06:59:35 od 1.2.122.1: #i35017# - adjustments for changed com::sun::star::text::WrapInfluenceOnPosition          - treatment of <ITERATIVE> as <ONCE_CONCURRENT>

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [23dd62dd3c5ce1fc8e7a4c44109041704e9b1462]

        INTEGRATION: CWS calcp2fix (1.10.230); FILE MERGED 2004/11/19 13:04:44 nn 1.10.230.1: #118522# call SetGraphicLink after inserting object

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e23e0be6830de3cc3ebf7a353af8cd253a74f8bc]

        INTEGRATION: CWS oasisbf2 (1.3.72); FILE MERGED 2004/10/20 06:59:35 od 1.3.72.1: #i35017# - adjustments for changed com::sun::star::text::WrapInfluenceOnPosition          - treatment of <ITERATIVE> as <ONCE_CONCURRENT>

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [14a38068a9c50d786fcf93005acbec433ce68c1b]

        INTEGRATION: CWS oasisbf2 (1.2.122); FILE MERGED 2004/10/20 06:58:35 od 1.2.122.1: #i35017# - adjustments for changed com::sun::star::text::WrapInfluenceOnPosition

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [710a553683cef16be38fa8ef35b1dc88fb607ba4]

        INTEGRATION: CWS oasisbf2 (1.24.62); FILE MERGED 2004/11/02 17:15:20 mib 1.24.62.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c02b9a6ef81460f4062ff6b17e5002eb23368d19]

        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  Rüdiger Timm  <rt@openoffice.org>  [e3eec690fb102494dd62674a75d43343adb8aef5]

        INTEGRATION: CWS oasisbf2 (1.22.74); FILE MERGED 2004/11/04 15:30:25 dvo 1.22.74.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cbcba8ed8657399930ca98bbbcb0818b0a77a9ea]

        INTEGRATION: CWS oasisbf2 (1.7.90); FILE MERGED 2004/11/04 15:30:25 dvo 1.7.90.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [563490c3c566466aeff2eccf48b0bead53a716a0]

        INTEGRATION: CWS oasisbf2 (1.36.62); FILE MERGED 2004/11/04 15:30:24 dvo 1.36.62.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4504c66dd88014cd753777c90807b47103d0e115]

        INTEGRATION: CWS oasisbf2 (1.51.88); FILE MERGED 2004/10/20 06:58:00 od 1.51.88.1: #i35017# - adjustments for changed com::sun::star::text::WrapInfluenceOnPosition

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d4fa17c69ed60181fbc234cfe8741dff335f7a52]

        INTEGRATION: CWS oasisbf2 (1.2.122); FILE MERGED 2004/10/20 06:57:04 od 1.2.122.1: #i35017# - adjustments for changed com::sun::star::text::WrapInfluenceOnPosition          - enable treatment of <ITERATIVE> as <ONCE_CONCURRENT>

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8c4a70a287b05c6b21222300860aec4636cc7142]

        INTEGRATION: CWS oasisbf2 (1.101.66); FILE MERGED 2004/11/26 11:49:33 mib 1.101.66.2: RESYNC: (1.101-1.102); FILE MERGED 2004/11/04 15:30:23 dvo 1.101.66.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3191019ee6e7059394d236c180855d7fd22c237c]

        INTEGRATION: CWS oasisbf2 (1.45.260); FILE MERGED 2004/11/04 15:30:23 dvo 1.45.260.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a328b30b3ecc6f92e6537b35c6df9898b8ff5c13]

        INTEGRATION: CWS oasisbf2 (1.18.86); FILE MERGED 2004/11/08 19:27:53 dvo 1.18.86.2: #i31024# fix symbol export 2004/11/04 15:30:23 dvo 1.18.86.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [87be3df3d4b2edcee3eef1f346dc69f1284cdf65]

        INTEGRATION: CWS oasisbf2 (1.29.68); FILE MERGED 2004/11/26 11:48:08 mib 1.29.68.2: RESYNC: (1.29-1.30); FILE MERGED 2004/11/04 15:30:22 dvo 1.29.68.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d2885a2efd2b10b7c813c284a0f8e018d378c2f3]

        INTEGRATION: CWS oasisbf2 (1.2.122); FILE MERGED 2004/10/20 06:56:30 od 1.2.122.1: #i35017# - adjustments for changed com::sun::star::text::WrapInfluenceOnPosition          - enable treatment of <ITERATIVE> as <ONCE_CONCURRENT>

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d1460294a378dbcc39f7c704a3202c4333d2dec3]

        INTEGRATION: CWS oasisbf2 (1.4.70); FILE MERGED 2004/11/08 13:08:14 dvo 1.4.70.2: #i31024# fix symbol export 2004/11/04 15:30:21 dvo 1.4.70.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e5244a866f266bed1e00823ec37521ac547a1e57]

        INTEGRATION: CWS oasisbf2 (1.90.56); FILE MERGED 2004/11/04 15:30:21 dvo 1.90.56.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3b9c9e5ba1881f920ac3316fac36b3e9af7e6494]

        INTEGRATION: CWS oasisbf2 (1.59.64); FILE MERGED 2004/11/26 11:46:40 mib 1.59.64.2: RESYNC: (1.59-1.61); FILE MERGED 2004/11/04 15:30:20 dvo 1.59.64.1: #i31024# prevent headings with outline num-rules from being written as lists          (plus dependent changes for NO_NUM removal)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a5be2448844f257912e68238c50acbcc2111f0ee]

        INTEGRATION: CWS oasisbf2 (1.50.70); FILE MERGED 2004/11/03 15:26:06 mib 1.50.70.1: #i36000#: style names

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c27286a85193698c2011c954402b99b43b4795b9]

        INTEGRATION: CWS oasisbf2 (1.77.68); FILE MERGED 2004/10/28 11:31:24 sab 1.77.68.1: #i35794#; change attribute names

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d0e394de886972b9b0f8da4462f1e091ccfea93a]

        INTEGRATION: CWS oasisbf2 (1.103.60); FILE MERGED 2004/10/28 11:31:24 sab 1.103.60.1: #i35794#; change attribute names

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8732d8b29105ac90a98e56c8861531e25d54c031]

        INTEGRATION: CWS oasisbf2 (1.76.70); FILE MERGED 2004/10/29 16:18:26 sab 1.76.70.1: #i36349#; always write value type

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [09ccd90b596578f895c82a535c4e50cc607fe095]

        INTEGRATION: CWS oasisbf2 (1.180.62); FILE MERGED 2004/10/29 16:18:26 sab 1.180.62.1: #i36349#; always write value type

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a7d9c7b79eae576e746f458e2d62186e97a989e3]

        INTEGRATION: CWS oasisbf2 (1.16.114); FILE MERGED 2004/10/28 11:31:23 sab 1.16.114.1: #i35794#; change attribute names

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e281f631d603aae98c076546a0d5e7d04f0b3ec6]

        INTEGRATION: CWS oasisbf2 (1.15.114); FILE MERGED 2004/10/28 11:31:23 sab 1.15.114.1: #i35794#; change attribute names

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [64b23856fe62c73a11d9eb1d0af72ea403e8ca94]

        INTEGRATION: CWS oasisbf2 (1.4.52); FILE MERGED 2004/11/02 17:32:18 mib 1.4.52.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4710867bb6cd03bad3b27dbb84af7184f24f0ed3]

        INTEGRATION: CWS oasisbf2 (1.4.50); FILE MERGED 2004/11/26 11:41:45 mib 1.4.50.2: RESYNC: (1.4-1.7); FILE MERGED 2004/10/28 20:10:29 dvo 1.4.50.1: #i35801# style:break-inside -> fo:keep-together

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [653a0d44087fe4804c789ce93e6428fc7f6df35b]

        INTEGRATION: CWS oasisbf2 (1.4.52); FILE MERGED 2004/11/26 11:41:37 mib 1.4.52.3: RESYNC: (1.4-1.6); FILE MERGED 2004/11/02 17:32:18 mib 1.4.52.2: #i35133#: replacement image for embedded objects 2004/10/28 20:10:29 dvo 1.4.52.1: #i35801# style:break-inside -> fo:keep-together

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ff0eacad637fa696ac1620cc4e239abd1377bf3b]

        INTEGRATION: CWS oasisbf2 (1.4.52); FILE MERGED 2004/11/26 11:41:06 mib 1.4.52.2: RESYNC: (1.4-1.5); FILE MERGED 2004/10/28 20:10:29 dvo 1.4.52.1: #i35801# style:break-inside -> fo:keep-together

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [cb85e8ad47e688a79cf4fd1b6d3fec4195b49c9e]

        INTEGRATION: CWS oasisbf2 (1.5.48); FILE MERGED 2004/11/26 11:41:14 mib 1.5.48.2: RESYNC: (1.5-1.9); FILE MERGED 2004/10/28 20:10:28 dvo 1.5.48.1: #i35801# style:break-inside -> fo:keep-together

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [262fa8f288558dcbe20842649fd000e9f7818002]

        INTEGRATION: CWS oasisbf2 (1.4.54); FILE MERGED 2004/11/26 11:41:22 mib 1.4.54.2: RESYNC: (1.4-1.6); FILE MERGED 2004/10/28 20:10:28 dvo 1.4.54.1: #i35801# style:break-inside -> fo:keep-together

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1920e68128792b695c1fe35eea2522c04a41aa80]

        INTEGRATION: CWS nojava2 (1.1.2); FILE MERGED 2004/11/16 15:31:41 haggai 1.1.2.1: #i37259# javaless build failure

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [68f21d19a3a649bd6a2f1d2fa175562c9910d368]

        INTEGRATION: CWS oasisbf2 (1.5.50); FILE MERGED 2004/11/26 11:41:30 mib 1.5.50.2: RESYNC: (1.5-1.9); FILE MERGED 2004/10/28 20:10:28 dvo 1.5.50.1: #i35801# style:break-inside -> fo:keep-together

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [261ef9764db810dc84a7ecfd779bd248753021d8]

        INTEGRATION: CWS oasisbf2 (1.3.52); FILE MERGED 2004/11/26 11:40:58 mib 1.3.52.5: RESYNC: (1.3-1.8); FILE MERGED 2004/11/10 13:23:36 toconnor 1.3.52.4: #i33971# merge changes from oasisbf1 so that fix can be verified 2004/11/02 17:32:17 mib 1.3.52.3: #i35133#: replacement image for embedded objects 2004/10/28 11:56:59 sab 1.3.52.2: #i35794#; change attribute names 2004/10/27 17:23:37 dvo 1.3.52.1: #i35802# image maps should use draw:points (instead of svg:points) on   <draw:area-polygon>   update filter + OASIS transformer

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3d9dff8f6c8c759d90f37c7cc8ece929f552caa4]

        INTEGRATION: CWS oasisbf2 (1.3.50); FILE MERGED 2004/11/26 11:40:50 mib 1.3.50.3: RESYNC: (1.3-1.8); FILE MERGED 2004/10/28 11:56:59 sab 1.3.50.2: #i35794#; change attribute names 2004/10/27 17:23:36 dvo 1.3.50.1: #i35802# image maps should use draw:points (instead of svg:points) on   <draw:area-polygon>   update filter + OASIS transformer

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d66a9c532ccbbc2ba7783384684f6eac149c8e36]

        INTEGRATION: CWS oasisbf2 (1.2.82); FILE MERGED 2004/10/22 13:52:48 dvo 1.2.82.1: #i35286# don't crash when using copy constructor on an empty reference Issue number: Submitted by: Reviewed by:

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [28a7b7b9ecfedda6fbf58d5623bf646ee734d10d]

        INTEGRATION: CWS oasisbf2 (1.2.82); FILE MERGED 2004/11/26 11:40:34 mib 1.2.82.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/02 17:32:17 mib 1.2.82.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [efd2d9c698985154730851444e2bd3ab1c6660a3]

        INTEGRATION: CWS oasisbf2 (1.2.82); FILE MERGED 2004/11/26 11:40:42 mib 1.2.82.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/02 17:32:16 mib 1.2.82.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8eec3a1189b1ae6de91e01c47e346b6e800ab7a9]

        INTEGRATION: CWS oasisbf2 (1.2.82); FILE MERGED 2004/11/10 13:23:36 toconnor 1.2.82.1: #i33971# merge changes from oasisbf1 so that fix can be verified

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8e9db2cda8bc9f0aa7bed085fab5330554de2a3e]

        INTEGRATION: CWS oasisbf2 (1.2.80); FILE MERGED 2004/11/26 11:40:26 mib 1.2.80.3: RESYNC: (1.2-1.4); FILE MERGED 2004/10/28 11:56:58 sab 1.2.80.2: #i35794#; change attribute names 2004/10/27 17:23:36 dvo 1.2.80.1: #i35802# image maps should use draw:points (instead of svg:points) on   <draw:area-polygon>   update filter + OASIS transformer

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8eafd3955d51670b68e53a4300c15507b0809b11]

        INTEGRATION: CWS oasisbf2 (1.2.82); FILE MERGED 2004/11/26 11:40:18 mib 1.2.82.3: RESYNC: (1.2-1.5); FILE MERGED 2004/10/28 11:56:58 sab 1.2.82.2: #i35794#; change attribute names 2004/10/27 17:23:36 dvo 1.2.82.1: #i35802# image maps should use draw:points (instead of svg:points) on   <draw:area-polygon>   update filter + OASIS transformer

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [07296a431af11d9c7919fda4dfa8ec4fc0013e15]

        INTEGRATION: CWS oasisbf2 (1.22.50); FILE MERGED 2004/10/26 15:00:56 mib 1.22.50.1: #i12228#: store default outline styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [898dd782590437aa145185f1ada3efcb460604c9]

        INTEGRATION: CWS oasisbf2 (1.15.78); FILE MERGED 2004/10/28 21:18:37 dvo 1.15.78.3: #i35851# don't write empty style:master-page-name attribute 2004/10/28 20:03:29 dvo 1.15.78.2: #i35854# proper default handling for non-text styles 2004/10/26 15:00:55 mib 1.15.78.1: #i12228#: store default outline styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b490a5d380d4f519cf040fb75fd6e29cf79d97fb]

        INTEGRATION: CWS oasisbf2 (1.86.46); FILE MERGED 2004/11/11 12:47:13 dvo 1.86.46.5: #i32559# save table:border-model default as table property 2004/11/04 19:16:51 dvo 1.86.46.4: #i35851# do not write style:page-number="0" text styles 2004/11/04 15:19:07 dvo 1.86.46.3: #i31024# prevent headings with outline num-rules from being written as lists 2004/10/28 20:10:27 dvo 1.86.46.2: #i35801# style:break-inside -> fo:keep-together 2004/10/28 20:03:28 dvo 1.86.46.1: #i35854# proper default handling for non-text styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [abec1e4d4282b4a2517cd5da206e12dfb88362c4]

        INTEGRATION: CWS oasisbf2 (1.29.50); FILE MERGED 2004/11/04 15:19:06 dvo 1.29.50.2: #i31024# prevent headings with outline num-rules from being written as lists 2004/10/20 06:54:09 od 1.29.50.1: #i35017# - adjust tokens for com::sun::star::text::WrapInfluenceOnPosition

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7c6e23e8e63d7f641d4fd8b6b99f05533fc469a8]

        INTEGRATION: CWS oasisbf2 (1.44.36); FILE MERGED 2004/11/04 15:19:06 dvo 1.44.36.1: #i31024# prevent headings with outline num-rules from being written as lists

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [bc5c03ed86f25f20fb4096a7c1d1cd90b6fae39d]

        INTEGRATION: CWS oasisbf2 (1.115.46); FILE MERGED 2004/11/04 15:19:05 dvo 1.115.46.3: #i31024# prevent headings with outline num-rules from being written as lists 2004/10/28 20:03:28 dvo 1.115.46.2: #i35854# proper default handling for non-text styles 2004/10/26 15:00:55 mib 1.115.46.1: #i12228#: store default outline styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c50911be2c0547e64909da571ba5d0c8f3aa077d]

        INTEGRATION: CWS oasisbf2 (1.106.26); FILE MERGED 2004/11/05 15:23:37 mib 1.106.26.4: syntax 2004/11/04 15:19:04 dvo 1.106.26.3: #i31024# prevent headings with outline num-rules from being written as lists 2004/10/29 12:32:53 fs 1.106.26.2: renamed SvXMLStyleContext::GetParent to GetParentName in the course of #i36117#, to clarify that it's not the DisplayName 2004/10/26 15:00:55 mib 1.106.26.1: #i12228#: store default outline styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f06fd6defdb896ffae95bdd29bb7f2908cf68ae6]

        INTEGRATION: CWS oasisbf2 (1.25.40); FILE MERGED 2004/11/04 15:19:04 dvo 1.25.40.1: #i31024# prevent headings with outline num-rules from being written as lists

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3de179fa963ab180856b16142c733430b2ba97c9]

        INTEGRATION: CWS oasisbf2 (1.3.432); FILE MERGED 2004/11/04 15:19:03 dvo 1.3.432.1: #i31024# prevent headings with outline num-rules from being written as lists

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ec5c1878f5480a2634de74dfe8b683176da02704]

        INTEGRATION: CWS oasisbf2 (1.6.78); FILE MERGED 2004/11/04 15:19:03 dvo 1.6.78.1: #i31024# prevent headings with outline num-rules from being written as lists

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c25d74623d9b455f2d38b8757d822d2a2aac88d0]

        INTEGRATION: CWS oasisbf2 (1.20.42); FILE MERGED 2004/11/02 17:26:02 mib 1.20.42.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [698f2cd86b9b8eee48b13f288460deb6c267cd8c]

        INTEGRATION: CWS oasisbf2 (1.61.32); FILE MERGED 2004/11/02 17:26:02 mib 1.61.32.2: #i35133#: replacement image for embedded objects 2004/10/29 12:33:17 fs 1.61.32.1: renamed SvXMLStyleContext::GetParent to GetParentName in the course of #i36117#, to clarify that it's not the DisplayName

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4f68ac3044f92ce8bfd58f2a4f77b3fd10e5ca6c]

        INTEGRATION: CWS oasisbf2 (1.34.62); FILE MERGED 2004/10/29 12:26:36 fs 1.34.62.1: renamed SvXMLStyleContext::aParent to aParentName in the course of #i36117#, to clarify that it's not the DisplayName

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [1615c2cab1e9589f04bc6f580487dddc3e3ed9e3]

        INTEGRATION: CWS oasisbf2 (1.21.78); FILE MERGED 2004/10/26 15:00:11 mib 1.21.78.1: #i12228#: store default outline styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d4d4fad65efd90faeb364e8099b98fe5a8583cf6]

        INTEGRATION: CWS oasisbf2 (1.10.80); FILE MERGED 2004/11/04 19:16:50 dvo 1.10.80.1: #i35851# do not write style:page-number="0" text styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [a644c98996178eaa2f72a99394f6e0329a39049f]

        INTEGRATION: CWS oasisbf2 (1.14.80); FILE MERGED 2004/11/04 19:16:50 dvo 1.14.80.1: #i35851# do not write style:page-number="0" text styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [47a192926beea31a749770ac20e5b9e837693842]

        INTEGRATION: CWS oasisbf2 (1.13.78); FILE MERGED 2004/11/17 18:49:42 dvo 1.13.78.2: #i31024# prevent headings with outline num-rules from being written as lists 2004/11/04 15:19:02 dvo 1.13.78.1: #i31024# prevent headings with outline num-rules from being written as lists

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4215d810cb87295f66ad25509f7e78f9b7e01d4c]

        INTEGRATION: CWS oasisbf2 (1.11.80); FILE MERGED 2004/10/29 12:27:09 fs 1.11.80.1: renamed SvXMLStyleContext::GetParent to GetParentName in the course of #i36117#, to clarify that it's not the DisplayName

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [ea5ec419162add5932e1ac3587539fdbe85ef913]

        INTEGRATION: CWS oasisbf2 (1.22.80); FILE MERGED 2004/11/04 19:16:50 dvo 1.22.80.2: #i35851# do not write style:page-number="0" text styles 2004/10/28 20:10:27 dvo 1.22.80.1: #i35801# style:break-inside -> fo:keep-together

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [685c10e267f4a8e0cb517e3a9233d389c95a730a]

        INTEGRATION: CWS oasisbf2 (1.26.80); FILE MERGED 2004/10/28 20:10:26 dvo 1.26.80.1: #i35801# style:break-inside -> fo:keep-together

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [00cfe8a28a31db011b4d7082e225693f68a667d5]

        INTEGRATION: CWS oasisbf2 (1.12.32); FILE MERGED 2004/11/26 11:13:52 mib 1.12.32.2: RESYNC: (1.12-1.13); FILE MERGED 2004/10/25 09:21:40 fs 1.12.32.1: #i36000# ParseISODurationString superseded by UnitConverter::convertTimeDuration

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9f339a855c0e80c7d35b7d1d99fc90faa7603784]

        INTEGRATION: CWS oasisbf2 (1.11.32); FILE MERGED 2004/10/25 09:20:22 fs 1.11.32.1: #i36000# GetISODurationString superseded by UnitConverter::convertTimeDuration

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [db700255d64485409088760df5c0e140945ef874]

        INTEGRATION: CWS oasisbf2 (1.22.78); FILE MERGED 2004/10/25 09:19:13 fs 1.22.78.1: #i36000# repeat delay now saved as ISO duration

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fbf2c3b207a58df3ac1fc61680c1d180b49542e5]

        INTEGRATION: CWS oasisbf2 (1.25.60); FILE MERGED 2004/11/03 13:40:09 fs 1.25.60.1: #i36584# OControlWrapperImport is dead code, which caused confusion only

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [d0f358eeb1059b9400712d8c934604c5ab8c6ff4]

        INTEGRATION: CWS oasisbf2 (1.44.40); FILE MERGED 2004/11/03 15:18:35 fs 1.44.40.3: #i36584# create proper context for importing check box controls 2004/11/03 13:40:36 fs 1.44.40.2: #i36584# create proper context for importing check box controls 2004/10/25 09:19:13 fs 1.44.40.1: #i36000# repeat delay now saved as ISO duration

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [f2550d4d80ebd9ba071ef009b969f900505c0962]

        INTEGRATION: CWS oasisbf2 (1.35.60); FILE MERGED 2004/11/03 16:03:08 fs 1.35.60.2: #i36612# always (not only for TEXT_AREAS) ensure that rich-text-related properties are not explicitly exported. For rich text control, they're exported elsewhere, for other text fields, they're unused, anyway 2004/10/25 09:19:13 fs 1.35.60.1: #i36000# repeat delay now saved as ISO duration

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [febf0e26047d20d294b238f808d11b483ed13fa0]

        INTEGRATION: CWS oasisbf2 (1.42.36); FILE MERGED 2004/10/29 12:30:56 fs 1.42.36.1: #i36117# when finally settings the parent style name, use the proper name

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3c88dc75de2b74eadd66f54d150f2a0cbfd22cfc]

        INTEGRATION: CWS oasisbf2 (1.38.52); FILE MERGED 2004/11/02 17:28:21 mib 1.38.52.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2a5ec750fe34344c0909b7e8a6b9d5f382041890]

        INTEGRATION: CWS oasisbf2 (1.90.30); FILE MERGED 2004/11/26 11:10:51 mib 1.90.30.3: RESYNC: (1.90-1.92); FILE MERGED 2004/11/02 17:28:19 mib 1.90.30.2: #i35133#: replacement image for embedded objects 2004/10/29 12:29:25 fs 1.90.30.1: renamed SvXMLStyleContext::GetParent to GetParentName in the course of #i36117#, to clarify that it's not the DisplayName

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [dc8d7d493cc0cabc0b46a842be1f178d16ec763a]

        INTEGRATION: CWS oasisbf2 (1.38.32); FILE MERGED 2004/11/02 17:28:17 mib 1.38.32.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [668361d75765f0e39528d9f2fd20eb18973bc954]

        INTEGRATION: CWS oasisbf2 (1.42.36); FILE MERGED 2004/11/03 14:17:09 mib 1.42.36.1: #i36525#: display error message for root elements with unknown namespace

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [3e61266ad7f0ead162f133b79954b7932c75fbda]

        INTEGRATION: CWS oasisbf2 (1.16.136); FILE MERGED 2004/11/02 17:28:17 mib 1.16.136.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [752372c87732b5f5a763de4aa3a3dcb3165d690e]

        INTEGRATION: CWS oasisbf2 (1.1.2); FILE ADDED 2004/11/02 17:27:31 mib 1.1.2.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5c2f48ad653ac5faa759e218a4d60cce20ccb123]

        INTEGRATION: CWS oasisbf2 (1.6.416); FILE MERGED 2004/10/27 17:23:36 dvo 1.6.416.1: #i35802# image maps should use draw:points (instead of svg:points) on   <draw:area-polygon>   update filter + OASIS transformer

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [10190edb4319b25cfe3936d864c87ff1b60831ff]

        INTEGRATION: CWS oasisbf2 (1.7.80); FILE MERGED 2004/10/27 17:23:35 dvo 1.7.80.1: #i35802# image maps should use draw:points (instead of svg:points) on   <draw:area-polygon>   update filter + OASIS transformer

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c3dc576d4b8e82de8aac8ee76b3abbc7d585b48d]

        INTEGRATION: CWS oasisbf2 (1.34.40); FILE MERGED 2004/11/26 11:04:35 mib 1.34.40.2: RESYNC: (1.34-1.36); FILE MERGED 2004/10/25 09:18:40 fs 1.34.40.1: #i36000# +convertTimeDuration (moved herein from meta data import/export, and extended to optionally cover fractions of seconds)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9b9a987eed1837c20cc0b2c37270ef0cdb1fcf0c]

        INTEGRATION: CWS oasisbf2 (1.70.2); FILE MERGED 2004/11/26 11:04:54 mib 1.70.2.6: RESYNC: (1.70-1.78); FILE MERGED 2004/11/03 14:15:53 mib 1.70.2.5: #i36525#: display error message for root elements with unknown namespace 2004/10/29 16:23:14 sab 1.70.2.4: #i36352#; correct spelling mistake 2004/10/28 11:56:44 sab 1.70.2.3: #i35794#; change attribute names 2004/10/26 14:59:49 mib 1.70.2.2: #i12228#: store default outline styles 2004/10/20 06:53:03 od 1.70.2.1: #i35017# - adjust tokens for com::sun::stat::text::WrapInfluenceOnPosition

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c2abcbb6b34ec566ecc4e3d5639a77fffb202d36]

        INTEGRATION: CWS oasisbf2 (1.76.44); FILE MERGED 2004/11/03 14:15:53 mib 1.76.44.2: #i36525#: display error message for root elements with unknown namespace 2004/11/02 17:21:48 mib 1.76.44.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [8f8bd1d209985d29cf4e60b1dec85f03b25ab9d3]

        INTEGRATION: CWS oasisbf2 (1.108.30); FILE MERGED 2004/11/02 17:21:47 mib 1.108.30.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [44e68770725cdea8c111f49aaa94b9e5e024b560]

        INTEGRATION: CWS oasisbf2 (1.8.32); FILE MERGED 2004/11/26 11:05:15 mib 1.8.32.2: RESYNC: (1.8-1.9); FILE MERGED 2004/11/03 14:15:52 mib 1.8.32.1: #i36525#: display error message for root elements with unknown namespace

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [91f58b78d2b86af432972e33d31a6541b75cd20c]

        INTEGRATION: CWS oasisbf2 (1.1.1.1.432); FILE MERGED 2004/11/03 14:17:08 mib 1.1.1.1.432.1: #i36525#: display error message for root elements with unknown namespace

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [53d328d15b8c2eb2de703e238e4104cef1cd57b4]

        INTEGRATION: CWS oasisbf2 (1.7.80); FILE MERGED 2004/11/03 14:17:07 mib 1.7.80.1: #i36525#: display error message for root elements with unknown namespace

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [e9ea820264812135693daae4b31787b8f047ebd7]

        INTEGRATION: CWS oasisbf2 (1.45.60); FILE MERGED 2004/10/26 15:02:09 mib 1.45.60.1: #i12228#: store default outline styles

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [76b9d4821a4224e15ff6e4564d4ffe7e5f9ce4a4]

        INTEGRATION: CWS oasisbf2 (1.9.388); FILE MERGED 2004/11/26 10:57:58 mib 1.9.388.2: RESYNC: (1.9-1.10); FILE MERGED 2004/11/03 14:15:18 mib 1.9.388.1: #i36525#: display error message for root elements with unknown namespace

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c76f80404e140aad0d832098865cafb85eac43cb]

        INTEGRATION: CWS oasisbf2 (1.1.2); FILE ADDED 2004/11/02 17:20:51 mib 1.1.2.1: #i35133#: replacement image for embedded objects

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [b0067d9b2fa9c81d09d8613b3969562373b7c0b9]

        INTEGRATION: CWS oasisrng01 (1.77.90); FILE MERGED 2004/11/15 10:40:43 bm 1.77.90.2: RESYNC: (1.77-1.79); FILE MERGED 2004/11/10 18:23:44 bm 1.77.90.1: #i36650# put event-listeners in error-macros one level up

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [c9dd1b61b7e1744991b4173136636d77a4ad8fb2]

        INTEGRATION: CWS oasisrng01 (1.103.86); FILE MERGED 2004/11/15 10:40:35 bm 1.103.86.2: RESYNC: (1.103-1.106); FILE MERGED 2004/11/10 18:23:43 bm 1.103.86.1: #i36650# put event-listeners in error-macros one level up

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [27030305a81a18c27c71ce556e72a5a2acb2763b]

        INTEGRATION: CWS oasisrng01 (1.15.160); FILE MERGED 2004/11/10 18:23:43 bm 1.15.160.1: #i36650# put event-listeners in error-macros one level up

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [becfcf7e38bef4027907bb71b22cf0e1904b86f8]

        INTEGRATION: CWS oasisrng01 (1.2.98); FILE MERGED 2004/11/15 10:26:16 bm 1.2.98.2: RESYNC: (1.2-1.4); FILE MERGED 2004/11/12 15:16:43 bm 1.2.98.1: #i36576# change in time format: parts of seconds are separated by . instead of ,

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [24169c40c60b1772299748c40ea5e50631698b74]

        INTEGRATION: CWS oasisrng01 (1.4.68); FILE MERGED 2004/11/26 10:30:41 bm 1.4.68.4: RESYNC: (1.6-1.7); FILE MERGED 2004/11/15 10:26:05 bm 1.4.68.3: RESYNC: (1.4-1.6); FILE MERGED 2004/11/12 16:45:30 bm 1.4.68.2: #i36576# assignment of changes string forgotten 2004/11/12 15:16:42 bm 1.4.68.1: #i36576# change in time format: parts of seconds are separated by . instead of ,

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [708b59f44468cc2d3e267ac55664c77a4236830a]

        INTEGRATION: CWS oasisrng01 (1.6.2); FILE MERGED 2004/11/26 10:30:32 bm 1.6.2.3: RESYNC: (1.7-1.9); FILE MERGED 2004/11/15 10:24:50 bm 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2004/11/12 15:16:42 bm 1.6.2.1: #i36576# change in time format: parts of seconds are separated by . instead of ,

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [5729fb6616bb0a8272eb83fc78a25141554ce778]

        INTEGRATION: CWS oasisrng01 (1.3.68); FILE MERGED 2004/11/26 10:30:50 bm 1.3.68.7: RESYNC: (1.6-1.8); FILE MERGED 2004/11/15 10:19:39 bm 1.3.68.6: RESYNC: (1.3-1.6); FILE MERGED 2004/11/12 18:00:47 bm 1.3.68.5: #i36576# convert time format in dc:date element 2004/11/12 15:37:39 bm 1.3.68.4: commented-out lines removed 2004/11/12 15:27:41 bm 1.3.68.3: -ContentValidationOASISTContext: not needed 2004/11/12 15:25:11 bm 1.3.68.2: -ContentValidationOASISTContext: not needed 2004/11/12 15:16:42 bm 1.3.68.1: #i36576# change in time format: parts of seconds are separated by . instead of ,

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9d1b1427e5189b10bfe302b67899353e1bdbe189]

        INTEGRATION: CWS oasisrng01 (1.2.98); FILE MERGED 2004/11/12 18:00:46 bm 1.2.98.1: #i36576# convert time format in dc:date element

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [6a1f37b411e41e61e17ac1414cc5ae9958650758]

        INTEGRATION: CWS oasisrng01 (1.3.2); FILE MERGED 2004/11/23 12:55:01 bm 1.3.2.1: #i37649# wrong fix for warning removal corrected (see rev. 1.2.78.1)

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [9dcb5e5bcbf5ecf22bb7906c5c047caeb0c7679a]

        INTEGRATION: CWS oasisrng01 (1.2.98); FILE MERGED 2004/11/26 10:30:58 bm 1.2.98.4: RESYNC: (1.4-1.6); FILE MERGED 2004/11/15 10:16:37 bm 1.2.98.3: RESYNC: (1.2-1.4); FILE MERGED 2004/11/12 18:00:46 bm 1.2.98.2: #i36576# convert time format in dc:date element 2004/11/12 15:16:42 bm 1.2.98.1: #i36576# change in time format: parts of seconds are separated by . instead of ,

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [2a33a82efa86b6b7ae2d0cb3f6b12232980ab53c]

        INTEGRATION: CWS oasisrng01 (1.2.98); FILE MERGED 2004/11/15 10:16:16 bm 1.2.98.3: RESYNC: (1.2-1.4); FILE MERGED 2004/11/15 09:33:46 bm 1.2.98.2: resolving conflict 2004/11/12 15:16:41 bm 1.2.98.1: #i36576# change in time format: parts of seconds are separated by . instead of ,

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [87b63a4bd43a2f925433b7d7d5c3b2e90bb61684]

        INTEGRATION: CWS newbrand (1.4.92); FILE MERGED 2004/11/23 17:08:31 lo 1.4.92.1: #118510# fix open office splash screen

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [88a9768a4496911eb62f62fda31f3459b2f7f8ab]

        INTEGRATION: CWS newbrand (1.7.84); FILE MERGED 2004/11/23 17:08:31 lo 1.7.84.2: #118510# fix open office splash screen 2004/11/18 06:16:26 pb 1.7.84.1: fix: #118510# new branding: intro bigger and green; progressbar with new position

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [4e1298312e13e2009927499ae21170a8c85ea117]

        INTEGRATION: CWS newbrand (1.20.104); FILE MERGED 2004/11/18 08:34:24 pb 1.20.104.2: fix: #118455# debug code removed 2004/11/18 06:09:25 pb 1.20.104.1: fix: #118455# onyl for french office show a french copyright

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [7ceb5d43b3990f7fba89666f530328b86750d153]

        INTEGRATION: CWS newbrand (1.7.220); FILE MERGED 2004/11/18 06:22:21 pb 1.7.220.1: fix: #118455# old stuff removed

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [fae9619833844cc8ffe9b599541902ca751e8330]

        INTEGRATION: CWS newbrand (1.8.14); FILE MERGED 2004/11/18 11:49:17 pb 1.8.14.3: fix: #118455# translation still needed because [de] and unicode 2004/11/18 08:53:39 pb 1.8.14.2: fix: #118455# no translation for copyright text needed any longer 2004/11/18 06:21:59 pb 1.8.14.1: fix: #118455# new: french copyright text

2004-11-26  Rüdiger Timm  <rt@openoffice.org>  [073d2ab45ecba33dde0df81445865768e16dd6b8]

        INTEGRATION: CWS betamaker (1.12.50); FILE MERGED 2004/11/25 17:04:53 is 1.12.50.1: #i37863# ea to beta

2004-11-26  Oliver Bolte  <obo@openoffice.org>  [bc5b500eaee18a5291760bd5786698f51eeb540d]

        #i10000# nFound undeclared

2004-11-26  Andreas Schlüns  <as@openoffice.org>  [421136ce4d5c93a312635f4f62dfc0cbc9708932]

        #i37887# use URL with main and query path ... but without fragments

2004-11-25  Vladimir Glazounov  <vg@openoffice.org>  [adba99852644142ee2c602fa70919030d92feb38]

        new version for SRC680

2004-11-25  Rüdiger Timm  <rt@openoffice.org>  [829d1f19a0b6c38fbf52fea3879d0bd21ceae7cd]

        #i10000# Merge error: XML_READONLY was duplicate in source/core/xmltoken.cxx

2004-11-25  Rüdiger Timm  <rt@openoffice.org>  [7c0676385f23eae42e27626178fe1ff5c9bfdd5c]

        SRC680

2004-11-25  Rüdiger Timm  <rt@openoffice.org>  [8d6d54bc755549d520d893818b68dc95a819c821]

        #i37819# Patch by oj to avoid crash when closing database.

2004-11-25  Rüdiger Timm  <rt@openoffice.org>  [2a7476c5c605fae650f4bcf0bfd270ff4acdf1f1]

        #i10000# Wrong include path corrected (Thanks Pavel for finding it.)

2004-11-25  Rüdiger Timm  <rt@openoffice.org>  [a66e881a15475e262a5bf86bde8b391930f52865]

        #i10000# Stamp_SetActivateEvent removed.

2004-11-25  Vladimir Glazounov  <vg@openoffice.org>  [15ac32e59cf235e6d58af07bd5b15b6e606effe5]

        new version for SRC680

2004-11-25  Vladimir Glazounov  <vg@openoffice.org>  [bd1456e7ea9f0f63989c1a5fc898493a2299e1ba]

        new version for SRC680

2004-11-25  Vladimir Glazounov  <vg@openoffice.org>  [69d5bbc0b469e0ca9d84aca8c1ffb176194f8abf]

        new version for SRC680

2004-11-24  Oliver Bolte  <obo@openoffice.org>  [f5a7729724fd5d4a1800d45940114c73fac03e34]

        #i10000# #include <svx/sdasitm.hxx> changed to #include <sdasitm.hxx>

2004-11-24  Oliver Bolte  <obo@openoffice.org>  [aeb18f0b1c39957bd40a9ee4574dfe6d6dd2aff6]

        #i10000# remove xml attributes for nonlocalizes desc

2004-11-24  Oliver Bolte  <obo@openoffice.org>  [74ea4f2be746ea8d192a95a83eb91e02ea39f90b]

        #i36807# Check/deliver instmsi[aw].exe for W32 build.

2004-11-24  Oliver Bolte  <obo@openoffice.org>  [713d963e5a75df8e7944915905d4b6d87d687e0d]

        #i10000# broken

2004-11-24  Oliver Bolte  <obo@openoffice.org>  [cd97252682a8be7eba7889e67af7cbc0d80dc297]

        #i10000# fix for 4NT shell

2004-11-24  Oliver Bolte  <obo@openoffice.org>  [b80e32c454ea23dbefe2808b675fed226dde9b82]

        #i10000# remove xml attributes for nonlocalizes desc

2004-11-24  Oliver Bolte  <obo@openoffice.org>  [06f67c7eb35b9312e11a821a1d02f7677fbe0e07]

        #i10000# remove xml attributes for nonlocalizes desc

2004-11-24  Oliver Bolte  <obo@openoffice.org>  [2c6b269629cdc3a0c5556ff1ad1eb875cc2705fb]

        #i10000# remove xml attributes for nonlocalizes desc

2004-11-24  Rüdiger Timm  <rt@openoffice.org>  [8d7f79bc8d60ad1421ca7e4a374fbd5629ea99cf]

        #i37759# Fix location of languagepacks in Hamburg RE master builds.

2004-11-24  Oliver Bolte  <obo@openoffice.org>  [c0effb98b4abf3c9b182357763cf189447c90772]

        new version for SRC680

2004-11-24  Oliver Bolte  <obo@openoffice.org>  [fb5fa6186fb322aafa183b7f90a3e19d45a57c8a]

        #i10000# SID_FORM_NEW_PILOT_PRE_SEL removed (OJ)

2004-11-23  Oliver Bolte  <obo@openoffice.org>  [3ba0a635bf42ba3274c11540aeec29cac454ef8a]

        #i10000# +cd instead of cd

2004-11-23  Rüdiger Timm  <rt@openoffice.org>  [1c8cccf579e5a0acbb6ba53960650b79f490222a]

        #i10000# nothing to buiuld.

2004-11-23  Rüdiger Timm  <rt@openoffice.org>  [c4748b76e1c16f6c5b48b795d2efdf60ae9fde1e]

        #i10000# xmerge not needed and not buildable yet.

2004-11-23  Rüdiger Timm  <rt@openoffice.org>  [5a7040767a2accd5077422b749e1a2eb6ef51cc3]

        #i10000# Fix checking for local environment: check whether SOL_TMP is set at all.

2004-11-23  Oliver Bolte  <obo@openoffice.org>  [7fd9010f6ae027803e88b913b52804ce9e1196dd]

        #i10000# ww8par2 added to exceptionsfile

2004-11-23  Oliver Bolte  <obo@openoffice.org>  [47db4e965e9fb9ab96a7e5daa21d02079fb52d89]

        #i10000# syntax

2004-11-23  Oliver Bolte  <obo@openoffice.org>  [f839c6cb5c2c108be273f61d551cd40fda9237a4]

        #i10000# disable ucpgvfs1.uno.so for SOLARIS because gpf on office startup

2004-11-23  Rüdiger Timm  <rt@openoffice.org>  [9cd34149be9a38e105351bad8372abb509540d8a]

        #i10000# Module xmerge added to dependency list.

2004-11-23  Oliver Bolte  <obo@openoffice.org>  [b6fa37af4921f80465ab402edb3a793da956ff4f]

        #i10000# solve wrong confict solving of merge problems, add change of CWS oasisbf3

2004-11-22  Oliver Bolte  <obo@openoffice.org>  [25e2e24e130f9b889b6d643e0be9a9bb319098be]

        #i10000# extractHostNamePort interface change

2004-11-22  Oliver Bolte  <obo@openoffice.org>  [2e62842f65957bd4b0cc97770a1eabee29858e14]

        #i10000# loadSubToolbar removed

2004-11-22  Vladimir Glazounov  <vg@openoffice.org>  [4c2fc26bc5fddfe50b5fad115de89bd159686173]

        #100000# build the workspace as long as possible when error occurred in order to let build with --from switch later

2004-11-22  Oliver Bolte  <obo@openoffice.org>  [a0a9836b2d1707ea3b4a25ab1158e0aedd3304df]

        #i10000# moved from so_res, CWS migration1, #i33255# regkey bitmap for fiststart wizard (LO)

2004-11-22  Oliver Bolte  <obo@openoffice.org>  [15ad3d65b8c3428ec406536cc0d61121c0e241f7]

        #i10000# define changed to __com_sun_star_sdb_DocumentDefinition2_idl__

2004-11-22  Oliver Bolte  <obo@openoffice.org>  [fb47b2e3e04e55559f35eaec0d28624ed2001753]

        INTEGRATION: CWS oooicons (1.11.8); FILE MERGED 2004/10/31 07:18:41 cd 1.11.8.3: #i10000# Fixed wrong include and macro definition 2004/10/29 21:07:53 cd 1.11.8.2: RESYNC: (1.11-1.12); FILE MERGED 2004/10/29 16:15:08 cd 1.11.8.1: #i35368# Removed obsolete images from image list

2004-11-22  Rüdiger Timm  <rt@openoffice.org>  [8850918d31aefa6ff3b0cc34f18d8be748b4e830]

        #i10000# sd::ViewShellBase::UpdateController needs an argument

2004-11-22  Oliver Bolte  <obo@openoffice.org>  [f49d9c4a51dfdcbde5c8656ec24061593534f695]

        #i10000# Desktop.idl missing

2004-11-22  Oliver Bolte  <obo@openoffice.org>  [8e15d6973730965181708af8018498a7c651b6be]

        #i10000# merge problem, missing members

2004-11-22  Rüdiger Timm  <rt@openoffice.org>  [6eb35405160926f728b3274bee356dce956c7ac6]

        #i10000# Extra semicolons removed.

2004-11-22  Oliver Bolte  <obo@openoffice.org>  [fe229647789bcd3cfe44f6610c650821c2268755]

        #i10000# IMPLEMENTATIONNAME_STATUSBARCONTROLLERFACTORY added

2004-11-22  Rüdiger Timm  <rt@openoffice.org>  [15ac0246a0a495b54f5331c2dffc8783e44e8c23]

        #i33348# table filter now use a connection from the data source (delayed integration of CWS hsqldb)

2004-11-22  Oliver Bolte  <obo@openoffice.org>  [0e4e0a16f098d0a3440eb9c4c7de7ff7a9284313]

        #i10000# From CWS dba18 new file by OJ

2004-11-22  Vladimir Glazounov  <vg@openoffice.org>  [78389a5e3f3331889f59c798140f86b388903de6]

        new version for SRC680

2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [bbfc8731c935f3bc0849f5fcd67871e910e37da7]

        new version for SRC680

2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [fffedf7742cef1f40172275b4906bfbd3ad9849d]

        new version for SRC680

2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [bed50921e21ddee1f121f594ce43e333906da13c]

        new version for SRC680

2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [bf13280c74e59a45e8f38a1a3707f6405c00f60f]

        new version for SRC680

2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3385598960f4227acea4461b590383c8e195795a]

        new version for SRC680

2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [6ecbaf7fc1af3322efbd765dc74de8666623c734]

        new version for SRC680

2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [82cb0e99ca463fd10408365285f5a60910b2cf93]

        new version for SRC680

2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [96c87c30f27dcf6c61c95e03082270809502a08e]

        new version for SRC680

2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [7a62e34dc0f5402ec77157527448e6de21e11c96]

        new version for SRC680

2004-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ea9b5235a8139514eb55632d8d5fea2837ffaa36]

        new version for SRC680

2004-11-21  Oliver Bolte  <obo@openoffice.org>  [01d82d9728a8194848f4660f6e153ae00f7f0486]

        #i10000# xModelToDocTitle changed to GetDocTitle

2004-11-21  Oliver Bolte  <obo@openoffice.org>  [444fec1e4dbc571575bbd7a111b9436d264c3213]

        #i10000# sAttrName,sAttrValue intead of rAttrName,rAttrValue

2004-11-21  Oliver Bolte  <obo@openoffice.org>  [14d322ab52c0933030cb7300f77c57013d9ce551]

        #i10000# syntax: comma missing

2004-11-21  Oliver Bolte  <obo@openoffice.org>  [d1d7ba086e3cc2d08e9fa4ab61321829aca090bd]

        #i10000# unxsols4 extra semicolon removed

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [88c6dd9cef69ad80604460d862bea8b5b15ce7e4]

        SRC680

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [a501b2266f575bdc8a2cc017d7927c8d3422782e]

        INTEGRATION: CWS oooicons (1.25.2); FILE MERGED 2004/10/29 15:54:04 cd 1.25.2.1: #i35368# Removed obsolete call to sfx2 image manager - no outstyle is supported due to native widgets

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [f13fa190279762e7a518f06fed4eec737be56e74]

        INTEGRATION: CWS oooicons (1.25.8); FILE MERGED 2004/10/29 15:51:41 cd 1.25.8.1: #i35368# Removed obsolete image list

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [8324f0cdb536533076a6cb5ef8543322f8c2d8cb]

        INTEGRATION: CWS oooicons (1.30.68); FILE MERGED 2004/10/29 16:22:15 cd 1.30.68.1: #i35368# Removed obsolete images from image list, fixed obsolete calls to the old sfx2 based image manager and adapt classes to use new static sfx2 based image manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [12ece5fe0c326efe12d32ed1c194829bc9eae500]

        INTEGRATION: CWS oooicons (1.10.720); FILE MERGED 2004/10/29 16:22:15 cd 1.10.720.1: #i35368# Removed obsolete images from image list, fixed obsolete calls to the old sfx2 based image manager and adapt classes to use new static sfx2 based image manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [4743450791a7facdccd2f24643e466109d7221df]

        INTEGRATION: CWS oooicons (1.108.8); FILE MERGED 2004/10/29 16:22:14 cd 1.108.8.1: #i35368# Removed obsolete images from image list, fixed obsolete calls to the old sfx2 based image manager and adapt classes to use new static sfx2 based image manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [be1794000b2764513a610d7462198fe10fcf2c79]

        INTEGRATION: CWS oooicons (1.56.76); FILE MERGED 2004/11/04 16:33:21 pb 1.56.76.1: fix: #i36418# new images for our new oasis formats

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [0435635f15460cb0c2846a62648315f0a2c90d9d]

        INTEGRATION: CWS oooicons (1.29.98); FILE MERGED 2004/11/04 16:33:46 pb 1.29.98.1: fix: #i36418# new images for our new oasis formats

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [c0245d068326d4f977b13c6ee26be83ad937afd7]

        INTEGRATION: CWS oooicons (1.9.118); FILE MERGED 2004/11/04 16:32:51 pb 1.9.118.1: fix: #i36418# new ids for our new oasis formats

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [8027a1bd7589093b3e01a52d8e74fcac535cba7c]

        INTEGRATION: CWS oooicons (1.105.8); FILE MERGED 2004/10/29 15:58:23 cd 1.105.8.1: #i35368# Removed obsolete call and image list

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [d851a373f409a0b2e2e3cd50d12be4f4a0e1d78f]

        INTEGRATION: CWS oooicons (1.14.60); FILE MERGED 2004/10/08 12:39:01 hjs 1.14.60.1: #i35193# changed image location; changed customizing

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [489fff74fd248b513480d6c03a605703c671f1c4]

        INTEGRATION: CWS oooicons (1.12.56); FILE MERGED 2004/10/08 12:39:00 hjs 1.12.56.1: #i35193# changed image location; changed customizing

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [01f1c00720bd0576f6d4e18db67a548103769986]

        INTEGRATION: CWS oooicons (1.152.18); FILE MERGED 2004/10/08 12:39:00 hjs 1.152.18.1: #i35193# changed image location; changed customizing

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [c4403f3294504cb76ed4a482136766bea51f1a0d]

        INTEGRATION: CWS oooicons (1.6.56); FILE MERGED 2004/10/08 12:39:00 hjs 1.6.56.1: #i35193# changed image location; changed customizing

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [5420e179b9e44a95d9fa7ce22e9242440b348090]

        INTEGRATION: CWS oooicons (1.11.56); FILE MERGED 2004/10/08 12:38:59 hjs 1.11.56.1: #i35193# changed image location; changed customizing

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [ca21247b91ee57207acc1733911b6b8eb4d91438]

        INTEGRATION: CWS oooicons (1.7.4); FILE MERGED 2004/11/09 16:50:12 hjs 1.7.4.4: fix handling of icons in custom path 2004/11/03 12:32:00 hjs 1.7.4.3: #i33610# support multiple *.ilst directories 2004/11/02 15:24:26 hjs 1.7.4.2: #i35193# fix some undefined vars 2004/10/08 12:39:23 hjs 1.7.4.1: #i35193# changed image location; changed customizing

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [a67b196c49b0d6b1fc3bc5eb4afa576a0c6c6ce5]

        INTEGRATION: CWS oooicons (1.1.2); FILE ADDED 2004/11/03 12:09:25 hjs 1.1.2.1: #i33610# move if files are different

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [5291fba538a7b8b78d8670946901de9a3b2412e4]

        INTEGRATION: CWS oooicons (1.10.8); FILE MERGED 2004/11/11 12:26:45 hjs 1.10.8.1: #i35193# replace previous image modules with current ones

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [dd8a5b27f2ce735646062ab7d6761ab48eb78986]

        INTEGRATION: CWS oooicons (1.9.8); FILE MERGED 2004/11/11 12:26:45 hjs 1.9.8.1: #i35193# replace previous image modules with current ones

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [72ad8703e2ae0e31f91b31d5d37ad4b73880f63e]

        INTEGRATION: CWS oooicons (1.92.2); FILE MERGED 2004/10/29 15:56:52 cd 1.92.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [a9c2f89a789c8891aa75dd027e3f7f23e3144d42]

        INTEGRATION: CWS oooicons (1.39.2); FILE MERGED 2004/10/29 15:56:51 cd 1.39.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [12ef372065bd77d34253f8caf52828caebd29fea]

        INTEGRATION: CWS oooicons (1.3.58); FILE MERGED 2004/10/29 15:56:50 cd 1.3.58.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [4ca2f0eeecea3ce687ff62c09d59f3b3059b9d8b]

        INTEGRATION: CWS oooicons (1.23.2); FILE MERGED 2004/10/29 15:56:50 cd 1.23.2.2: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager 2004/10/12 12:40:57 cd 1.23.2.1: #i35368# Prepare sfx2 for new image handling

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [ed73d146c2b7f60330db137198f067844e853b86]

        INTEGRATION: CWS oooicons (1.39.2); FILE MERGED 2004/10/29 15:56:49 cd 1.39.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [abb006369fae1742214458af5f9c177bd91f1f3e]

        INTEGRATION: CWS oooicons (1.21.2); FILE MERGED 2004/10/29 15:56:48 cd 1.21.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [8b428d2d65f6e33ebfb20c365048721431908e3a]

        INTEGRATION: CWS oooicons (1.44.2); FILE MERGED 2004/10/29 15:56:47 cd 1.44.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [25d1cc2d8734f0734d6361074c1638fa71e2ef40]

        INTEGRATION: CWS oooicons (1.49.2); FILE MERGED 2004/10/29 15:56:47 cd 1.49.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [2ed1b09794ada3004e40cd2d731d88dd5791c091]

        INTEGRATION: CWS oooicons (1.40.2); FILE MERGED 2004/10/29 15:56:47 cd 1.40.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [7686a526c0e693bbfb394dffed03a915b3cd41af]

        INTEGRATION: CWS oooicons (1.34.108); FILE MERGED 2004/10/12 12:40:54 cd 1.34.108.1: #i35368# Prepare sfx2 for new image handling

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [2aa57fa71a9e3fc14e952382d729211610da58f2]

        INTEGRATION: CWS oooicons (1.20.6); FILE MERGED 2004/10/12 12:40:52 cd 1.20.6.1: #i35368# Prepare sfx2 for new image handling

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [df8df48229e0ad42d057e8b12abe3913caaec5c9]

        INTEGRATION: CWS oooicons (1.42.2); FILE MERGED 2004/10/30 00:42:53 cd 1.42.2.2: RESYNC: (1.42-1.43); FILE MERGED 2004/10/29 15:56:46 cd 1.42.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [d47ede05cc2d07bdcf3a3b0e673334251fb90c12]

        INTEGRATION: CWS oooicons (1.31.2); FILE MERGED 2004/10/29 15:56:45 cd 1.31.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [d840f9f0791a9335bd42af9152c058eac322b056]

        INTEGRATION: CWS oooicons (1.97.18); FILE MERGED 2004/10/29 15:56:44 cd 1.97.18.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [fbbcda285587febec5faf5279a99a9b56f750d4c]

        INTEGRATION: CWS oooicons (1.11.120); FILE MERGED 2004/10/29 15:56:44 cd 1.11.120.2: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager 2004/10/12 12:40:50 cd 1.11.120.1: #i35368# Prepare sfx2 for new image handling

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [7a7ade7469d96032cd556f51469314f85b114044]

        INTEGRATION: CWS oooicons (1.15.2); FILE MERGED 2004/10/12 12:40:50 cd 1.15.2.1: #i35368# Prepare sfx2 for new image handling

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [fee9eee419596e1f056780ba7bb16b8afa8c521f]

        INTEGRATION: CWS oooicons (1.26.2); FILE MERGED 2004/10/29 15:56:44 cd 1.26.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [c7ccd4524c7b415c56222ce0a72a8f65f575f8f7]

        INTEGRATION: CWS oooicons (1.40.2); FILE MERGED 2004/10/29 15:56:44 cd 1.40.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [db8bf5ea63dba0428e2b823c8ee4131d63fb2279]

        INTEGRATION: CWS oooicons (1.53.18); FILE MERGED 2004/10/29 15:56:43 cd 1.53.18.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [c0136df473019b33b4adaa6ab3846a88ffa7327c]

        INTEGRATION: CWS oooicons (1.98.2); FILE MERGED 2004/10/12 12:40:48 cd 1.98.2.1: #i35368# Prepare sfx2 for new image handling

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [106e920d6dd98a7dd11c92902fcfaafa52e4ad23]

        INTEGRATION: CWS oooicons (1.86.2); FILE MERGED 2004/10/29 15:56:43 cd 1.86.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [3c82da7313827aed444435b5d6a583d72607d2f9]

        INTEGRATION: CWS oooicons (1.71.10); FILE MERGED 2004/11/07 08:16:06 cd 1.71.10.2: #i35368# Added missing OK and CANCEL images to image list 2004/10/29 15:45:22 cd 1.71.10.1: #i35368# Adapt code to use static sfx imagelist and removed obsolete images

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [785d47fb59c8f467b9e623f67663bd556e63f4af]

        INTEGRATION: CWS oooicons (1.14.84); FILE MERGED 2004/10/29 15:45:21 cd 1.14.84.1: #i35368# Adapt code to use static sfx imagelist and removed obsolete images

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [93009560c40fed9b2e90c4afe3e4ab2be550ed15]

        INTEGRATION: CWS oooicons (1.5.146); FILE MERGED 2004/10/29 15:45:21 cd 1.5.146.1: #i35368# Adapt code to use static sfx imagelist and removed obsolete images

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [657f38df116e01f3020e30bff94b49255dcd3671]

        INTEGRATION: CWS oooicons (1.41.4); FILE MERGED 2004/10/29 15:45:20 cd 1.41.4.1: #i35368# Adapt code to use static sfx imagelist and removed obsolete images

2004-11-19  Rüdiger Timm  <rt@openoffice.org>  [897b60a9cc016b970ac1971549151c9177485fb3]

        #i10000# source/general and source/commonembedding had the same target - changed this one into commonembed

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [b533ea33751c1ac0d12733c56af22d3d2dd12d1f]

        INTEGRATION: CWS oooicons (1.13.136); FILE MERGED 2004/10/29 15:56:27 cd 1.13.136.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [52b0f4a19100e6a762237a5fb05ec75e946ecb2d]

        INTEGRATION: CWS oooicons (1.85.6); FILE MERGED 2004/11/03 12:08:05 hjs 1.85.6.3: #i33610# removed commandimagelist.ilst generation here 2004/10/22 10:03:20 cd 1.85.6.2: #i35193# Fixed replacement 2004/10/08 12:37:41 hjs 1.85.6.1: #i35193# adapt to changed ilst

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [22de08e319ff2daac5ec11b5e8cf6c9d34a3021f]

        INTEGRATION: CWS oooicons (1.3.70); FILE MERGED 2004/10/29 15:32:49 cd 1.3.70.1: #i35368# Ask veriable before creating mutex

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [2076dfa71380fa1ac7e500497696c137ec62cb96]

        INTEGRATION: CWS oooicons (1.98.42); FILE MERGED 2004/10/29 15:25:10 cd 1.98.42.1: #i35368# Removed obsolete image list and toolbox resource

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [1f599f63bcf426d33154ca1040c74454657e1556]

        INTEGRATION: CWS oooicons (1.2.64); FILE MERGED 2004/10/29 15:30:45 cd 1.2.64.1: #i35368# Adapt code to use static sfx imagelist

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [ed0e2ea843c775412a4da41efd41143f580416bf]

        INTEGRATION: CWS oooicons (1.10.94); FILE MERGED 2004/11/09 18:41:42 hjs 1.10.94.1: #i35193# build resources for all platforms

2004-11-19  Oliver Bolte  <obo@openoffice.org>  [d5c9ce55b150a2ff0f035fa4e3c3a01fd26c6008]

        INTEGRATION: CWS oooicons (1.2.10); FILE MERGED 2004/11/05 09:57:10 cd 1.2.10.1: #i35193# Fixed standalone packimages problem

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [8b4693364958aca2c20c405a7692d65d2723659f]

        INTEGRATION: CWS dr29 (1.2.108); FILE MERGED 2004/11/02 10:49:09 dr 1.2.108.1: #i36493# button too small

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [30bef6c24474efac9bc0c08c9d7918bded14f20f]

        INTEGRATION: CWS dr29 (1.2.166); FILE MERGED 2004/11/01 18:57:25 dr 1.2.166.1: #i34549# transparent bg for dial control

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [79422ee8c274cadbdfbf03a10709b89609e01d82]

        INTEGRATION: CWS dr29 (1.57.164); FILE MERGED 2004/11/01 14:52:14 dr 1.57.164.1: #i35920# properties section needs space for 2 check boxes

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [c208447c72666b054e4bf9f41d9e4a7f2bdaf3e8]

        INTEGRATION: CWS dr29 (1.20.126); FILE MERGED 2004/11/01 15:23:13 dr 1.20.126.1: #i36334# help ID for page field in DP Layout dialog

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [dd99e7117dbe705be2301be9a8ff7b2e42e8f9d5]

        INTEGRATION: CWS dr29 (1.44.6); FILE MERGED 2004/11/01 15:15:33 dr 1.44.6.1: #110793# DURATION

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [f39038fa84f0e876fbd56a000faed2700465a94a]

        INTEGRATION: CWS rt04 (1.6.40); FILE MERGED 2004/11/18 11:48:28 rt 1.6.40.1: #i36824# Do not deliver .res files for now, otherwise also image lists get delivered.

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [b3930704b28d74eceaa8acebcafd741c1a58fad7]

        INTEGRATION: CWS rt04 (1.76.12); FILE MERGED 2004/11/18 09:40:09 rt 1.76.12.1: #i36824# New handling of image lists.

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [35b85b328b61052da02ab158274751cfc0e99810]

        INTEGRATION: CWS modifieddoc (1.21.6); FILE MERGED 2004/11/18 15:12:10 mba 1.21.6.1: #i37277#: documents where modified after creation

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [f2ee3030bed7d0d30b9954868f20ec851359ec12]

        INTEGRATION: CWS ivo06 (1.43.60); FILE MERGED 2004/11/11 19:48:19 ihi 1.43.60.1: #i18826# PairedList support

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [b2b11ceb2bce879b76df45bfeb7468a7f7a40ab0]

        INTEGRATION: CWS aw021 (1.8.2); FILE MERGED 2004/11/16 16:40:40 aw 1.8.2.4: #i37262# 2004/11/15 14:36:58 aw 1.8.2.3: #i37011# 2004/11/12 12:19:58 aw 1.8.2.2: #i37011# 2004/11/11 14:33:20 aw 1.8.2.1: #i37011#

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [6de8625911f36d520fa9725531ef5a0b6f5f95da]

        INTEGRATION: CWS aw021 (1.8.2); FILE MERGED 2004/11/11 14:33:20 aw 1.8.2.1: #i37011#

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [b83f034b579f062eae509cff4b1197192f8d1e46]

        INTEGRATION: CWS aw021 (1.16.2); FILE MERGED 2004/11/12 12:19:57 aw 1.16.2.4: #i37011# 2004/11/11 14:33:20 aw 1.16.2.3: #i37011# 2004/11/11 14:27:41 aw 1.16.2.2: #i37009# 2004/11/11 14:26:17 aw 1.16.2.1: #i37009#

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [7ecb4bc1656821ddcef0a6bf720b2da9a0d7c776]

        INTEGRATION: CWS aw021 (1.4.2); FILE MERGED 2004/11/12 12:19:57 aw 1.4.2.1: #i37011#

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [86b9c31b53f347f09520027e298b2b60e29f25b9]

        INTEGRATION: CWS aw021 (1.5.90); FILE MERGED 2004/11/11 14:33:29 aw 1.5.90.1: #i37011#

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [a3b4b62eeafd2bfef279409023f7ece999367955]

        INTEGRATION: CWS aw021 (1.4.2); FILE MERGED 2004/11/12 12:19:56 aw 1.4.2.1: #i37011#

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [0abc95d0165bd5000f47a8bd5a7afeaa8867a946]

        INTEGRATION: CWS aw021 (1.5.2); FILE MERGED 2004/11/12 12:19:56 aw 1.5.2.2: #i37011# 2004/11/11 14:33:29 aw 1.5.2.1: #i37011#

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [cd4912e9049bf7190352f2c6780a5111c86cf5cc]

        INTEGRATION: CWS aw021 (1.8.2); FILE MERGED 2004/11/11 14:27:14 aw 1.8.2.1: #i37009#

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [d80759791a16c464527d0b6570c719099829e29a]

        #i10000# Deliver into minor, not flat.

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [7cd3696d8abff02618e845cc8b4dce9910892d53]

        #i10000# Should at least depend on solenv.

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [4782163637d93c9a9e98439c1704aa0bf7db2288]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/03 08:54:08 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [d294283691762731c384c40dba027041674bc790]

        INTEGRATION: CWS xsltfilter04 (1.18.68); FILE MERGED 2004/11/02 16:23:18 sus 1.18.68.1: #i36335# Added dependency to the xalan module to the build.lst

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [11bca7f4c6953245f02449b811349982232eb8b6]

        INTEGRATION: CWS xsltfilter04 (1.5.50); FILE MERGED 2004/11/03 18:53:55 sus 1.5.50.1: #119251# moving wordml and spreadsheetml filter to default installation

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [9a42324156ae0e1da6c77e475cc0fabb8f1cdcee]

        INTEGRATION: CWS xsltfilter04 (1.6.50); FILE MERGED 2004/11/03 18:53:55 sus 1.6.50.1: #119251# moving wordml and spreadsheetml filter to default installation

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [6e702e2d292b26565ea680b1c61358a6d75120d0]

        INTEGRATION: CWS xsltfilter04 (1.39.8); FILE MERGED 2004/11/05 19:39:23 sus 1.39.8.4: #i33450# new import file 2004/11/04 19:12:43 sus 1.39.8.3: #i33450# renaming xml-apis.jar file from '-' to '_' 2004/11/03 21:09:28 sus 1.39.8.2: RESYNC: (1.39-1.41); FILE MERGED 2004/11/03 18:56:02 sus 1.39.8.1: #118251# moving wordml and spreadsheetml filter to the default installation

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [424835273f8cce8fd135c79d3ab3cdc973992c44]

        INTEGRATION: CWS xsltfilter04 (1.17.58); FILE MERGED 2004/11/03 18:56:02 sus 1.17.58.1: #118251# moving wordml and spreadsheetml filter to the default installation

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [b095e1f07af77eaf89b369822e18bf7de12f40fa]

        INTEGRATION: CWS xsltfilter04 (1.6.32); FILE MERGED 2004/11/02 16:20:11 sus 1.6.32.1: #i34703# XSLT Parameter will be checked of being null before provided to the processor, as null is not a valid Java Object, so the XSLT processor may stop with an exception (e.g. Java 5 included XSLTC)

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [9f30d57d053c4a4c345e06d8de504d02b7ec4d8a]

        INTEGRATION: CWS xsltfilter04 (1.4.116); FILE MERGED 2004/11/02 16:18:04 sus 1.4.116.1: #i36335# Added XALAN jars to the manifest classpath

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [22b38182854ece6d73c27686b70a213caa09e611]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/10 11:03:06 sus 1.2.34.8: #118261# removing updates without QA 2004/11/09 07:16:59 gyang 1.2.34.7: fix for Oasis format, now only one error remaining 2004/11/08 11:04:26 gyang 1.2.34.6: fix for Oasis format 2004/11/05 04:56:57 gyang 1.2.34.5: wordml fix for strict OASIS format 2004/11/04 10:24:56 gyang 1.2.34.4: fix for i36102 2004/11/04 05:26:34 gyang 1.2.34.3: fix for oot validate 2004/11/04 04:34:15 gyang 1.2.34.2: fix for oot validate 2004/11/03 08:55:57 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [55f23df48fac5a6a885126cb91eaacd4ecf66765]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/10 11:03:02 sus 1.2.34.7: #118261# removing updates without QA 2004/11/09 07:16:59 gyang 1.2.34.6: fix for Oasis format, now only one error remaining 2004/11/08 11:04:26 gyang 1.2.34.5: fix for Oasis format 2004/11/05 04:56:56 gyang 1.2.34.4: wordml fix for strict OASIS format 2004/11/04 10:24:56 gyang 1.2.34.3: fix for i36102 2004/11/04 04:34:15 gyang 1.2.34.2: fix for oot validate 2004/11/03 08:55:56 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [1e5cb83656c73a5f84fc4ab465fc1966636ba84f]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/03 08:55:56 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [4aab004811cf8d25ff057e120262e65d4ee8abe6]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/10 11:02:59 sus 1.2.34.7: #118261# removing updates without QA 2004/11/09 07:16:58 gyang 1.2.34.6: fix for Oasis format, now only one error remaining 2004/11/08 11:04:25 gyang 1.2.34.5: fix for Oasis format 2004/11/04 10:24:55 gyang 1.2.34.4: fix for i36102 2004/11/04 04:34:14 gyang 1.2.34.3: fix for oot validate 2004/11/03 11:24:59 gyang 1.2.34.2: wordmlf filter migrates from OOo format to OASIS format 2004/11/03 08:55:56 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [e1a5804187842395187b7f5dfe9a0f0607497c0d]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/10 11:03:04 sus 1.2.34.7: #118261# removing updates without QA 2004/11/09 07:16:58 gyang 1.2.34.6: fix for Oasis format, now only one error remaining 2004/11/08 11:04:25 gyang 1.2.34.5: fix for Oasis format 2004/11/05 04:56:56 gyang 1.2.34.4: wordml fix for strict OASIS format 2004/11/04 10:24:55 gyang 1.2.34.3: fix for i36102 2004/11/04 04:34:14 gyang 1.2.34.2: fix for oot validate 2004/11/03 08:55:56 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [0857f1136f45959f80a560a54725120b16ace7c9]

        INTEGRATION: CWS xsltfilter04 (1.1.4); FILE ADDED 2004/11/08 11:04:25 gyang 1.1.4.3: fix for Oasis format 2004/11/04 04:34:13 gyang 1.1.4.2: fix for oot validate 2004/11/03 08:55:55 gyang 1.1.4.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [86b62bd1dddc7647e6f35b677e0d708a14105b9e]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/10 11:03:05 sus 1.2.34.6: #118261# removing updates without QA 2004/11/09 07:16:58 gyang 1.2.34.5: fix for Oasis format, now only one error remaining 2004/11/08 11:04:24 gyang 1.2.34.4: fix for Oasis format 2004/11/05 04:56:55 gyang 1.2.34.3: wordml fix for strict OASIS format 2004/11/04 04:34:13 gyang 1.2.34.2: fix for oot validate 2004/11/03 08:55:55 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [eb59c63717510471dfc9ae297a559189eddae61d]

        INTEGRATION: CWS xsltfilter04 (1.1.2); FILE ADDED 2004/11/03 08:55:55 gyang 1.1.2.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [11b53d5dbfba916642d188bf3971d956dea06148]

        INTEGRATION: CWS xsltfilter04 (1.3.34); FILE MERGED 2004/11/10 11:03:01 sus 1.3.34.7: #118261# removing updates without QA 2004/11/09 07:16:58 gyang 1.3.34.6: fix for Oasis format, now only one error remaining 2004/11/08 11:04:24 gyang 1.3.34.5: fix for Oasis format 2004/11/05 04:56:54 gyang 1.3.34.4: wordml fix for strict OASIS format 2004/11/04 04:34:12 gyang 1.3.34.3: fix for oot validate 2004/11/03 11:24:58 gyang 1.3.34.2: wordmlf filter migrates from OOo format to OASIS format 2004/11/03 08:55:54 gyang 1.3.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [de28244f902041c31e02e739a8af41b12afb7f9b]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/09 07:16:57 gyang 1.2.34.3: fix for Oasis format, now only one error remaining 2004/11/05 04:56:53 gyang 1.2.34.2: wordml fix for strict OASIS format 2004/11/03 08:55:15 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [0cfe9bb613960d1744e67a6fcd63939baadc5639]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/08 11:04:24 gyang 1.2.34.4: fix for Oasis format 2004/11/04 10:24:54 gyang 1.2.34.3: fix for i36102 2004/11/04 04:34:12 gyang 1.2.34.2: fix for oot validate 2004/11/03 08:54:50 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [5f25d49daf1cd5347f658269279261ff09e06b87]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/08 11:04:23 gyang 1.2.34.3: fix for Oasis format 2004/11/04 10:24:54 gyang 1.2.34.2: fix for i36102 2004/11/03 08:54:50 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [0eaac9e35847d71b65dd3249544f7bbcf8deaf32]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/04 10:24:54 gyang 1.2.34.2: fix for i36102 2004/11/03 08:54:50 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [f61d1eb502720c849cbbae2a0877961087f28d24]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/03 08:54:50 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [c41d0511d1d23c397c9918e9cebd2775cd660eed]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/04 10:24:53 gyang 1.2.34.3: fix for i36102 2004/11/04 04:34:11 gyang 1.2.34.2: fix for oot validate 2004/11/03 08:54:50 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [73080d21154f8facffd1ed49079b25d5d39348ba]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/04 10:24:53 gyang 1.2.34.2: fix for i36102 2004/11/03 08:54:49 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [2807d45ccf80860a26a190595f78225e3be5f3ce]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/08 11:04:23 gyang 1.2.34.2: fix for Oasis format 2004/11/03 08:54:49 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [ff7edc24b9c096622a2b4a90f402a802ef04538b]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/10 11:02:30 sus 1.2.34.4: #118261# removing updates without QA 2004/11/09 07:16:57 gyang 1.2.34.3: fix for Oasis format, now only one error remaining 2004/11/04 10:24:53 gyang 1.2.34.2: fix for i36102 2004/11/03 08:54:49 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [deeb999aa0bd76ff187dde0dd13879a89f5e9d33]

        INTEGRATION: CWS xsltfilter04 (1.1.4); FILE ADDED 2004/11/03 08:54:49 gyang 1.1.4.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [7b6686d7f09dd25c6f207605d60087ac1a8a70fd]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/03 08:54:48 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [6510befacb5ec5eb12124cf3ded44e319246504e]

        INTEGRATION: CWS xsltfilter04 (1.3.34); FILE MERGED 2004/11/03 08:54:48 gyang 1.3.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [274fcf773325eb2f11d8f316873b92c1663bd79b]

        INTEGRATION: CWS xsltfilter04 (1.4.34); FILE MERGED 2004/11/09 07:16:56 gyang 1.4.34.3: fix for Oasis format, now only one error remaining 2004/11/08 11:04:23 gyang 1.4.34.2: fix for Oasis format 2004/11/04 10:24:52 gyang 1.4.34.1: fix for i36102

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [7f2b083b8834bd7cec253083b92df8a83489bb4c]

        INTEGRATION: CWS xsltfilter04 (1.2.34); FILE MERGED 2004/11/03 08:52:16 gyang 1.2.34.1: wordmlf filter migrates from OOo format to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [3126a1dba85ad1651b857527981cc487bae118a8]

        INTEGRATION: CWS xsltfilter04 (1.2.70); FILE MERGED 2004/11/04 04:52:57 gyang 1.2.70.1: fix for oot validate

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [004f23f409ac488d1d839aa849af00946281b276]

        INTEGRATION: CWS xsltfilter04 (1.2.70); FILE MERGED 2004/11/03 16:56:43 sus 1.2.70.1: #118251# Changing configuration to OASIS format

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [64226c773390568f3be3e4b4193147249933ff0d]

        INTEGRATION: CWS xsltfilter04 (1.4.70); FILE MERGED 2004/11/05 15:52:05 sus 1.4.70.1: #i33450# adding wordml and spreadsheetml filter to default

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [9e0413ecf8a0a997920f3124178f83cdcc373faf]

        INTEGRATION: CWS xsltfilter04 (1.3.58); FILE MERGED 2004/11/05 16:00:17 sus 1.3.58.2: #i33450# adding wordml and spreadsheetml filter to default 2004/11/05 15:52:06 sus 1.3.58.1: #i33450# adding wordml and spreadsheetml filter to default

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [ba20c67ad02570db911d86c12bcd7d5e53fd00ea]

        INTEGRATION: CWS xsltfilter04 (1.18.34); FILE MERGED 2004/11/03 16:53:04 sus 1.18.34.1: #i33450# renaming output directory of spreadsheetml stylesheets

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [596ff9c019897d646e422fb7343e30d192dbc2da]

        INTEGRATION: CWS impress18 (1.8.110); FILE MERGED 2004/11/03 16:32:30 cl 1.8.110.1: #i32542#: new table use ooo namespace, old ones are read properly

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [2a58261930ec191f9f76d60bac044815d91dee26]

        INTEGRATION: CWS impress18 (1.11.1068); FILE MERGED 2004/11/09 12:47:41 cl 1.11.1068.1: #i36727# filter empty bitmap items

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [04619a2f993b2fee62da549ad9753e104a4342ec]

        INTEGRATION: CWS impress18 (1.8.886); FILE MERGED 2004/11/09 12:47:40 cl 1.8.886.1: #i36727# filter empty bitmap items

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [25fdddc205f1cd37c1b5cc95f9081ab344cf9b34]

        INTEGRATION: CWS impress18 (1.9.1042); FILE MERGED 2004/11/09 12:47:40 cl 1.9.1042.1: #i36727# filter empty bitmap items

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [79f178b4022a731b326e1c8ed20f8d138c93571c]

        INTEGRATION: CWS nativefixer1 (1.56.4); FILE MERGED 2004/11/09 10:57:52 is 1.56.4.4: #i35930# introducing regcomplazy 2004/11/02 16:15:42 is 1.56.4.3: RESYNC: (1.56-1.59); FILE MERGED 2004/11/01 09:49:58 obr 1.56.4.2: #i35930# gconfbe1 now registered using regmerge - ucpgvfs doesn't seem to have this problem .. 2004/10/22 12:24:21 is 1.56.4.1: #i34501# language pack custom action

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [41d678d2e4ec0d3c3c29ad8670efd3a81bff3e32]

        INTEGRATION: CWS impress18 (1.1.1.1.622); FILE MERGED 2004/11/10 12:38:27 cl 1.1.1.1.622.1: #i34074# use GetOutputItemSet on the correct implementation

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [1832b347b5cdb65ba8331ec0bb59ec8c2ffcad43]

        INTEGRATION: CWS impress18 (1.3.182); FILE MERGED 2004/11/10 12:39:58 cl 1.3.182.1: #i34074# use GetOutputItemSet on the correct implementation

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [10b74f00d43e84503d250047acc60df91c5392f2]

        INTEGRATION: CWS impress18 (1.4.68); FILE MERGED 2004/11/10 12:40:33 cl 1.4.68.1: #i34074# use GetOutputItemSet on the correct implementation

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [8f0091ebf1d8c3eeafb0f19d731dc33f9e307dd4]

        INTEGRATION: CWS impress18 (1.12.68); FILE MERGED 2004/11/10 12:38:46 cl 1.12.68.1: #i34074# use GetOutputItemSet on the correct implementation

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [fdff6dc1eff4c9bc47d1709693b2390a9bdfd184]

        INTEGRATION: CWS impress18 (1.29.56); FILE MERGED 2004/11/03 14:02:37 cl 1.29.56.1: #117245# do not rename master pages in undo actions, does not make sense

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [43dbcae51b74b69f73d3e0cf237ff9bfa04ef41a]

        INTEGRATION: CWS nativefixer1 (1.13.18); FILE MERGED 2004/11/09 10:55:18 jsc 1.13.18.1: #i35930# insert new helper tool regcomplazy

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [51969756efe9dc80408a8ccb0f0f1cc0a10cddd1]

        INTEGRATION: CWS nativefixer1 (1.20.2); FILE MERGED 2004/11/11 15:16:58 is 1.20.2.12: #i34221# language pack strings 2004/11/05 14:27:01 is 1.20.2.11: #i34222# language pack at deinstallation 2004/11/04 15:41:13 is 1.20.2.10: #i33916# icon in arp for language packs 2004/11/03 10:44:40 is 1.20.2.9: #i36466# new launch condition 2004/11/01 12:40:14 is 1.20.2.8: #i35930# introducing regmerge 2004/10/29 13:24:57 is 1.20.2.7: #i35695# compress solaris packages 2004/10/29 09:48:29 is 1.20.2.6: #i34280# openoffice.org as destination directory 2004/10/28 12:59:56 is 1.20.2.5: #i34221# ignoring return value from custom actions 2004/10/27 09:00:39 is 1.20.2.4: #118007# lowercase productname 2004/10/26 10:48:08 is 1.20.2.3: #i26231# removing all files from configimport --cleanup 2004/10/25 11:05:31 is 1.20.2.2: #i34221# introducing format variable for epm 2004/10/22 12:51:38 is 1.20.2.1: #i34221# language packs

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [84d5dc5d8c3f8c82de8f29556155e3835f510120]

        INTEGRATION: CWS nativefixer1 (1.9.2); FILE MERGED 2004/10/25 08:03:10 tra 1.9.2.1: #i34222# #i34501# added custome action language packs

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [0fe82944a53f25d628663f03aa06045bb058ecc5]

        INTEGRATION: CWS impress18 (1.21.52); FILE MERGED 2004/11/03 14:09:16 cl 1.21.52.1: #i30027# set page style after setting masterpage

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [9c583ab633a96bd59701558cd439aac185b035e3]

        INTEGRATION: CWS nativefixer1 (1.1.20); FILE MERGED 2004/10/29 08:30:52 hro 1.1.20.2: #i30597# Added icon for base app (only 4bpp and 8bpp) 2004/10/28 15:18:06 hro 1.1.20.1: #i30597# Added scripts and loader to start base app

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [5c42e3726a7415989ba89a10c8be253a421d9572]

        INTEGRATION: CWS nativefixer1 (1.3.34); FILE MERGED 2004/10/29 08:30:51 hro 1.3.34.1: #i30597# Added icon for base app (only 4bpp and 8bpp)

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [fc5a77f10ccd532fddeecf5f1e916eec16c2dcfd]

        INTEGRATION: CWS nativefixer1 (1.11.76); FILE MERGED 2004/11/03 09:24:37 obr 1.11.76.1: #i36463# patch applied

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [498f5e1b1ddd3ed6369fc5b7d114fa69d54c2953]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/10/28 15:17:09 hro 1.1.2.1: #i30597# Added script to start base app

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [ee602817f2adee9699313e56b1c1841fedfa61c7]

        INTEGRATION: CWS nativefixer1 (1.4.20); FILE MERGED 2004/10/28 15:18:05 hro 1.4.20.1: #i30597# Added scripts and loader to start base app

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [d58f449848db1ff0833ab059bc2ada5612424416]

        INTEGRATION: CWS nativefixer1 (1.34.20); FILE MERGED 2004/10/28 15:18:04 hro 1.34.20.1: #i30597# Added scripts and loader to start base app

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [25dfec54c61fadae278b0d3758a56240af9e093b]

        INTEGRATION: CWS nativefixer1 (1.7.124); FILE MERGED 2004/11/01 12:38:26 is 1.7.124.2: #i35930# introducing regmerge 2004/10/28 14:57:11 is 1.7.124.1: #i30597# adding database menu item

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [b5680964aec1ce06846f063b8893a89cac4840c5]

        INTEGRATION: CWS nativefixer1 (1.3.54); FILE MERGED 2004/10/22 14:31:28 is 1.3.54.1: #i35979# removing double strings

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [9b5037c76f8af3e73cd03c0b3995f4634e43cf4f]

        INTEGRATION: CWS nativefixer1 (1.2.132); FILE MERGED 2004/10/29 13:27:38 is 1.2.132.2: #i29638# tooltips for startmenu 2004/10/28 16:15:51 is 1.2.132.1: #i29638# tool tips

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [f5106b9ccf26fc3bc3277208049bcdb104bd3359]

        INTEGRATION: CWS nativefixer1 (1.3.54); FILE MERGED 2004/11/04 09:45:28 is 1.3.54.3: #i29638# workdir for startmenu entries 2004/10/28 16:15:51 is 1.3.54.2: #i29638# tool tips 2004/10/28 15:15:55 is 1.3.54.1: #i30597# no more parameter required

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [d88140f596fa4cdbcd7b002b9efe13dd21ddbc75]

        INTEGRATION: CWS nativefixer1 (1.6.36); FILE MERGED 2004/10/25 13:30:19 is 1.6.36.1: #i34221# no replacement for executables except soffice.exe

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [62e3525c8336aed6447163875cf79fb900bdaee6]

        INTEGRATION: CWS nativefixer1 (1.10.82); FILE MERGED 2004/11/15 16:19:42 is 1.10.82.2: #118007# no lowercase for windows 2004/10/28 14:59:03 is 1.10.82.1: #118007# lowercase user menu

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [35176e65a7805833c739c3a9add51b7d9ffcf92b]

        INTEGRATION: CWS nativefixer1 (1.9.4); FILE MERGED 2004/11/02 16:15:51 is 1.9.4.4: RESYNC: (1.9-1.10); FILE MERGED 2004/11/01 12:38:42 is 1.9.4.3: #i35930# introducing regmerge 2004/10/28 16:16:30 is 1.9.4.2: #i29638# tool tips 2004/10/28 14:56:50 is 1.9.4.1: #i30597# adding database menu item

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [5d566ca22215e94e1d0127b1aefa7dd1989f3a64]

        INTEGRATION: CWS nativefixer1 (1.2.132); FILE MERGED 2004/10/29 13:27:54 is 1.2.132.2: #i29638# tooltips for startmenu 2004/10/28 16:16:30 is 1.2.132.1: #i29638# tool tips

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [3c801b3e9323635833ecb536d6f4b76766ba5947]

        INTEGRATION: CWS nativefixer1 (1.2.2); FILE ADDED 2004/11/04 09:45:43 is 1.2.2.4: #i29638# workdir for startmenu entries 2004/10/28 16:16:30 is 1.2.2.3: #i29638# tool tips 2004/10/28 15:17:44 is 1.2.2.2: #i30597# adding sbase.exe 2004/10/28 14:55:27 is 1.2.2.1: #i30597# adding database menu item

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [f87ddc98f36591b547b197039e948c81d4f5ed4a]

        INTEGRATION: CWS nativefixer1 (1.39.2); FILE MERGED 2004/11/04 16:22:27 is 1.39.2.4: #i33916# soffice.exe for language packs 2004/11/02 16:15:21 is 1.39.2.3: RESYNC: (1.39-1.41); FILE MERGED 2004/11/01 12:38:42 is 1.39.2.2: #i35930# introducing regmerge 2004/10/28 15:16:47 is 1.39.2.1: #i30597# adding sbase.exe

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [0fc29115967927425f9c7e676b8ffbf9f4524bbf]

        INTEGRATION: CWS nativefixer1 (1.5.124); FILE MERGED 2004/10/28 16:12:25 is 1.5.124.1: #i29638# tool tips

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [b939c882249550da6cdf05e088442cf98664617e]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/10/29 13:27:24 is 1.1.2.2: #i29638# tooltips for startmenu 2004/10/28 16:11:33 is 1.1.2.1: #i29638# tool tips

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [f60fb741d26f22a334588677954c45e4c3576d85]

        INTEGRATION: CWS nativefixer1 (1.3.54); FILE MERGED 2004/11/04 09:45:14 is 1.3.54.3: #i29638# workdir for startmenu entries 2004/10/28 16:11:51 is 1.3.54.2: #i29638# tool tips 2004/10/28 15:15:28 is 1.3.54.1: #i30597# no more parameter required

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [5c5884ce01d077ab7e53f3a4a6e399aad8301923]

        INTEGRATION: CWS nativefixer1 (1.7.36); FILE MERGED 2004/10/25 13:30:04 is 1.7.36.1: #i34221# no replacement for executables except soffice.exe

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [44c64073cfe9ca26565ee033375e1b4242631c69]

        INTEGRATION: CWS nativefixer1 (1.2.132); FILE MERGED 2004/10/22 14:31:08 is 1.2.132.1: #i35979# removing double strings

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [c3554f4c8263a78c5150e882f5de0e489fa900f4]

        INTEGRATION: CWS nativefixer1 (1.2.132); FILE MERGED 2004/10/29 13:27:11 is 1.2.132.2: #i29638# tooltips for startmenu 2004/10/28 16:15:26 is 1.2.132.1: #i29638# tool tips

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [a3b4ce97da5badca20dd5ea4d4cc0b45e7a4d3d6]

        INTEGRATION: CWS nativefixer1 (1.3.54); FILE MERGED 2004/11/04 09:44:57 is 1.3.54.3: #i29638# workdir for startmenu entries 2004/10/28 16:15:26 is 1.3.54.2: #i29638# tool tips 2004/10/28 15:15:00 is 1.3.54.1: #i30597# no more parameter required

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [3a72a5daf92c4700b671dbeada22bfdf562df9b5]

        INTEGRATION: CWS nativefixer1 (1.6.34); FILE MERGED 2004/10/25 13:29:50 is 1.6.34.1: #i34221# no replacement for executables except soffice.exe

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [69a8fa48cc5006f1dc3c42586a5bd1a59c3aa451]

        INTEGRATION: CWS nativefixer1 (1.2.132); FILE MERGED 2004/10/29 13:26:58 is 1.2.132.2: #i29638# tooltips for startmenu 2004/10/28 16:15:07 is 1.2.132.1: #i29638# tool tips

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [75dd97250a4ec70f95d4be8a84f39349e5efa62f]

        INTEGRATION: CWS nativefixer1 (1.3.54); FILE MERGED 2004/11/04 09:44:42 is 1.3.54.3: #i29638# workdir for startmenu entries 2004/10/28 16:15:07 is 1.3.54.2: #i29638# tool tips 2004/10/28 15:14:28 is 1.3.54.1: #i30597# no more parameter required

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [6dcc183ae580a7a16d105ffdf197f5b76b1fd1fb]

        INTEGRATION: CWS nativefixer1 (1.6.36); FILE MERGED 2004/10/25 13:29:33 is 1.6.36.1: #i34221# no replacement for executables except soffice.exe

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [bd5de6e41c9dc6ed8f26b676187b9c616cdce460]

        INTEGRATION: CWS nativefixer1 (1.2.132); FILE MERGED 2004/10/29 13:26:44 is 1.2.132.2: #i29638# tooltips for startmenu 2004/10/28 16:14:49 is 1.2.132.1: #i29638# tool tips

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [d139100495aafc22137ee5e0c9c853cbc3b9f1fb]

        INTEGRATION: CWS nativefixer1 (1.3.54); FILE MERGED 2004/11/04 09:44:26 is 1.3.54.3: #i29638# workdir for startmenu entries 2004/10/28 16:14:49 is 1.3.54.2: #i29638# tool tips 2004/10/28 15:13:58 is 1.3.54.1: #i30597# no more parameter required

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [da346bd672e9ed6cadf4b0f98dd4e6035cb75eb3]

        INTEGRATION: CWS nativefixer1 (1.8.36); FILE MERGED 2004/10/25 13:29:15 is 1.8.36.1: #i34221# no replacement for executables except soffice.exe

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [7edc63de737cd40f070b35ea70e8ef7229e241d3]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/11/09 12:02:11 obr 1.1.2.2: #i35939# do not convert second parameter to file url and return 0 on success 2004/11/09 10:50:25 jsc 1.1.2.1: #i35939# new helper tool for registering components

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [e587d1df087723aa4460c249afa7751202a0371c]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/11/09 10:50:36 jsc 1.1.2.1: #i35939# new helper tool for registering components

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [0104f9b39875cdd0f95cec033e94f31843e04aa5]

        INTEGRATION: CWS nativefixer1 (1.7.84); FILE MERGED 2004/11/09 10:55:18 jsc 1.7.84.1: #i35930# insert new helper tool regcomplazy

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [51c12d7622e7928a2187df1d1bb354a722ef18c7]

        INTEGRATION: CWS nativefixer1 (1.7.4); FILE MERGED 2004/11/09 10:42:43 obr 1.7.4.2: #i35930# now using new tool regcomplazy 2004/11/01 10:13:30 obr 1.7.4.1: #i35930# need to deliver rdb file to be able to register the service on systems without GNOME using regmerge

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [37051f3524419f0c95b9fe80d0ab0a3edc24cd34]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/11/09 10:42:43 obr 1.1.2.1: #i35930# now using new tool regcomplazy

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [37490d2f0129fb9447f3b3878dfbcecf9a88e186]

        INTEGRATION: CWS nativefixer1 (1.12.38); FILE MERGED 2004/11/09 10:43:59 obr 1.12.38.3: #i35930# now using new tool regcomplazy 2004/11/02 16:11:24 is 1.12.38.2: RESYNC: (1.12-1.13); FILE MERGED 2004/11/01 10:13:05 obr 1.12.38.1: #i35930# need to deliver rdb file to be able to register the service on systems without GNOME using regmerge

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [25502283090659a4308639912a1aa93114eb7632]

        INTEGRATION: CWS nativefixer1 (1.35.2); FILE MERGED 2004/10/22 12:48:10 is 1.35.2.1: #i34221# solving merge conflicts in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [a96282a413d3dde5624d91581719214179b6cfe0]

        INTEGRATION: CWS nativefixer1 (1.4.2); FILE MERGED 2004/10/22 12:48:09 is 1.4.2.1: #i34221# solving merge conflicts in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [82416479b8848d6f465d6ff8194a56dacae49ed1]

        INTEGRATION: CWS nativefixer1 (1.58.2); FILE MERGED 2004/10/22 12:48:09 is 1.58.2.1: #i34221# solving merge conflicts in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [b84ab8aafbde4500666f9b54558f6e64c9bc0610]

        INTEGRATION: CWS nativefixer1 (1.32.2); FILE MERGED 2004/10/22 12:48:09 is 1.32.2.1: #i34221# solving merge conflicts in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [a4889a78e179d13dc0d58cbfd61c3ed09d3786db]

        INTEGRATION: CWS nativefixer1 (1.3.166); FILE MERGED 2004/11/03 10:48:43 is 1.3.166.1: #i35930# using regmerge instead of regcomp

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [52a338ec7813ff27072ac32fe705631bf6e1577a]

        INTEGRATION: CWS nativefixer1 (1.2.102); FILE MERGED 2004/11/04 19:05:09 hjs 1.2.102.6: #118240# reset generated targets 2004/11/03 15:32:30 hjs 1.2.102.5: #118240# using commandfile feature + several small fixes 2004/11/02 12:37:32 hjs 1.2.102.4: #118240# introduce cleanup directory 2004/11/02 11:41:50 is 1.2.102.3: #118240# parameter -i to ignore errors 2004/10/27 08:58:02 is 1.2.102.2: #118240# four directories up to the root 2004/10/26 10:43:00 is 1.2.102.1: #118240# parallel packing process

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [d28972a69f27143175e25fdc40ebfabd56081a83]

        INTEGRATION: CWS nativefixer1 (1.2.102); FILE MERGED 2004/11/02 11:41:49 is 1.2.102.2: #118240# parameter -i to ignore errors 2004/10/26 10:42:59 is 1.2.102.1: #118240# parallel packing process

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [d8def3f27e66a803659944d500566f1bfb1996e4]

        INTEGRATION: CWS nativefixer1 (1.2.102); FILE MERGED 2004/10/26 10:42:59 is 1.2.102.1: #118240# parallel packing process

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [e4b33ef185d12660bb24b983cbfb6d398d5d4ae1]

        INTEGRATION: CWS nativefixer1 (1.5.2); FILE MERGED 2004/11/04 09:47:34 is 1.5.2.3: #i29638# workdir for startmenu entries 2004/10/29 09:49:39 is 1.5.2.2: #i29638# windows tooltips 2004/10/22 13:14:48 is 1.5.2.1: #i34221# resolve merge conflict in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [ec2b6bbe5cf775b4fbc4f9307278cae68ebba6c8]

        INTEGRATION: CWS nativefixer1 (1.5.2); FILE MERGED 2004/11/11 11:33:34 is 1.5.2.2: #i34221# language pack name with language 2004/10/22 13:12:44 is 1.5.2.1: #i34501# new variable REGKEYPRODPATH for language pack

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [2c8d05aed8ae9d211c691067146a91d75bf365be]

        INTEGRATION: CWS nativefixer1 (1.11.2); FILE MERGED 2004/10/22 13:14:15 is 1.11.2.1: #i35078# language typo

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [e6f6888c4ecbeecb4b57c7d9afa3a875c7ecee64]

        INTEGRATION: CWS nativefixer1 (1.3.2); FILE MERGED 2004/10/22 13:11:36 is 1.3.2.1: #i34221# resolve merge conflict in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [1bc2ebf45d7f619f78e5eaa0322ad5effb7dc311]

        INTEGRATION: CWS nativefixer1 (1.15.2); FILE MERGED 2004/11/15 14:27:15 is 1.15.2.2: #i34221# setting correct tabulator 2004/10/22 13:14:48 is 1.15.2.1: #i34221# resolve merge conflict in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [236ef778b34e9375d853987f943908310d737a71]

        INTEGRATION: CWS nativefixer1 (1.4.2); FILE MERGED 2004/11/11 15:17:32 is 1.4.2.3: #i34221# language pack strings 2004/11/11 11:33:34 is 1.4.2.2: #i34221# language pack name with language 2004/10/22 13:12:45 is 1.4.2.1: #i34501# new variable REGKEYPRODPATH for language pack

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [3d8ff629abe5b291d0f17481709547d4c20dff27]

        INTEGRATION: CWS nativefixer1 (1.5.2); FILE MERGED 2004/10/22 13:09:46 is 1.5.2.1: #i34221# resolve merge conflict in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [e51b9055fb695e0d1ba3fd92299472741136b481]

        INTEGRATION: CWS nativefixer1 (1.9.2); FILE MERGED 2004/10/22 15:33:10 is 1.9.2.2: #i34221# preparing parallel packing 2004/10/22 13:10:08 is 1.9.2.1: #i34221# resolve merge conflict in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [d75bf33fb3506cf616e14e93b4d89ce0ed2eb2ff]

        INTEGRATION: CWS nativefixer1 (1.4.80); FILE MERGED 2004/10/27 09:04:45 is 1.4.80.1: #118007# lowercase productname

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [9946d4f5d2e2eeb9a41eb26f926182db5345475b]

        INTEGRATION: CWS nativefixer1 (1.13.2); FILE MERGED 2004/11/01 12:40:48 is 1.13.2.2: #i35930# introducing regmerge 2004/10/22 13:10:35 is 1.13.2.1: #i34221# resolve merge conflict in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [57e876c3be551a73795f3fc8f5dd7a0b6ff111a3]

        INTEGRATION: CWS nativefixer1 (1.12.2); FILE MERGED 2004/11/03 10:47:08 is 1.12.2.4: #i35930# using regmerge instead of regcomp 2004/11/01 12:40:48 is 1.12.2.3: #i35930# introducing regmerge 2004/10/28 12:47:03 is 1.12.2.2: #i34221# better language matching 2004/10/22 13:09:12 is 1.12.2.1: #i34501# library for language pack

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [d6ed8c05f7a1422df88288e8a710f379c80769e2]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/11/09 13:21:43 is 1.1.2.3: #i35930# verbose output 2004/11/09 10:58:58 is 1.1.2.2: #i35930# introducing regcomplazy 2004/11/01 12:41:56 is 1.1.2.1: #i35930# introducing regmerge

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [a7cc038c8445ed5ccddbf59fbfadc0cbed5ea6c8]

        INTEGRATION: CWS nativefixer1 (1.10.2); FILE MERGED 2004/10/25 11:07:15 is 1.10.2.2: #i34221# introducing format variable for epm 2004/10/22 13:07:28 is 1.10.2.1: #i34501# library for language pack

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [df3ef613893c38f9b60f4aca837b615d7572cfd0]

        INTEGRATION: CWS nativefixer1 (1.3.34); FILE MERGED 2004/10/29 09:48:51 is 1.3.34.2: #i34280# openoffice.org as destination directory 2004/10/26 10:49:45 is 1.3.34.1: #i34280# openofficeorg instead of openoffice

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [4be1be49ae73558bba53d6e3cb1ba064ce2f7a20]

        INTEGRATION: CWS nativefixer1 (1.3.30); FILE MERGED 2004/10/29 13:25:19 is 1.3.30.1: #i35695# compress solaris packages

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [dcd093cdf02cb6b0fdb5872851b73c252d1180c4]

        INTEGRATION: CWS nativefixer1 (1.3.2); FILE MERGED 2004/10/22 13:08:08 is 1.3.2.1: #i34221# resolve merge conflict in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [c40a61d9dc27d235e35e4db28fc637f027d45e80]

        INTEGRATION: CWS nativefixer1 (1.3.2); FILE MERGED 2004/10/27 10:02:35 is 1.3.2.2: #i34221# searching for openofficeorg instead of openoffice.org 2004/10/22 13:06:42 is 1.3.2.1: #i34501# library for language pack

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [52d20eaae94e6f1f57bfff07e4475dd5a00c915c]

        INTEGRATION: CWS nativefixer1 (1.5.2); FILE MERGED 2004/10/28 14:19:40 is 1.5.2.4: #i36224# masquerading quotation marks 2004/10/25 11:07:15 is 1.5.2.3: #i34221# introducing format variable for epm 2004/10/22 16:17:46 is 1.5.2.2: #i34221# preparing parallel packing 2004/10/22 13:05:38 is 1.5.2.1: #117835# encoding for license files

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [ca769690e3b52cc87feb63a3429c781c539a0d8e]

        INTEGRATION: CWS nativefixer1 (1.18.2); FILE MERGED 2004/11/11 11:33:18 is 1.18.2.4: #i34221# language pack name with language 2004/11/03 11:25:04 is 1.18.2.3: #i36570# version for assemblies 2004/10/25 11:07:15 is 1.18.2.2: #i34221# introducing format variable for epm 2004/10/22 13:04:15 is 1.18.2.1: #i34221# resolve merge conflict in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [c8700f8fb87a62b5f91af03ef3721dd555b029a2]

        INTEGRATION: CWS nativefixer1 (1.2.126); FILE MERGED 2004/10/22 12:54:45 is 1.2.126.1: #i34221# improve warnings

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [38b999a19452f1b24b2d295763e44728f4459bcf]

        INTEGRATION: CWS nativefixer1 (1.12.2); FILE MERGED 2004/11/05 15:20:55 is 1.12.2.8: #i34280# openoffice -> openofficeorg 2004/11/04 15:42:23 is 1.12.2.7: #i34280# openoffice to openofficeorg 2004/10/29 13:25:19 is 1.12.2.6: #i35695# compress solaris packages 2004/10/29 09:48:51 is 1.12.2.5: #i34280# openoffice.org as destination directory 2004/10/28 13:12:38 obr 1.12.2.4: #i35695# changed default group from sys to other 2004/10/26 10:49:16 is 1.12.2.3: #i34280# openofficeorg instead of openoffice 2004/10/25 11:07:14 is 1.12.2.2: #i34221# introducing format variable for epm 2004/10/22 12:53:09 is 1.12.2.1: #i34221# solving merge conflict in header

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [9f9d38dee718f4e4007367ebd660bf1c8f412e60]

        INTEGRATION: CWS nativefixer1 (1.3.102); FILE MERGED 2004/10/22 15:33:10 is 1.3.102.1: #i34221# preparing parallel packing

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [84af33198b44b061b17e34b0b21d0e9548ae3646]

        INTEGRATION: CWS nativefixer1 (1.10.2); FILE MERGED 2004/10/22 12:52:28 is 1.10.2.1: #118027# checking for local environment

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [e42d2e6bfbaac131ecce1deab335ee6a159e7d42]

        INTEGRATION: CWS nativefixer1 (1.3.164); FILE MERGED 2004/11/01 12:39:46 is 1.3.164.1: #i35930# introducing regmerge

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [9c5dcbd8f3b081643e1b03b0c6ffa24c53e645d2]

        INTEGRATION: CWS nativefixer1 (1.2.100); FILE MERGED 2004/11/02 11:40:02 is 1.2.100.2: #118240# parameter -i to ignore errors 2004/10/26 10:41:28 is 1.2.100.1: #118240# parallel packing process

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [30f04f4c092b829e3668d3102c00a8b0452dcb8f]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/10/21 18:24:16 tra 1.1.2.1: #i34222# #i34501#

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [3fd92c8bdf7ad49232c8bcb6753d98640f898d17]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/10/22 11:49:33 tra 1.1.2.2: #i34222# #i34501# 2004/10/21 18:24:26 tra 1.1.2.1: #i34222# #i34501#

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [c3fe33cc9128402d224f548fe33e57a2a05c52fa]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/10/21 18:24:35 tra 1.1.2.1: #i34222# #i34501#

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [0b728c4537f68ceadfd0ded6f1c155dc834a55d4]

        INTEGRATION: CWS nativefixer1 (1.2.2); FILE MERGED 2004/10/22 14:39:31 is 1.2.2.1: #117835# increase buffer for ulf files

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [18843d436a6f70708f71a1fbc353a45e0cf05c80]

        INTEGRATION: CWS nativefixer1 (1.2.8); FILE MERGED 2004/10/28 11:47:35 obr 1.2.8.1: #i35695# renamed libgetuid.so to getuid.so

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [9df13b92cc0afc92eaeb60efa47689642a3097bf]

        INTEGRATION: CWS nativefixer1 (1.2.8); FILE MERGED 2004/10/28 11:46:51 obr 1.2.8.1: #i35695# patching gid of files as well

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [08a315be235e3bb8ad487aec661e49fd68617116]

        INTEGRATION: CWS nativefixer1 (1.3.2); FILE MERGED 2004/10/28 11:47:35 obr 1.3.2.1: #i35695# renamed libgetuid.so to getuid.so

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [84926d6438395b4e9c70569ff6e1ff3662035c79]

        INTEGRATION: CWS nativefixer1 (1.2.2); FILE MERGED 2004/11/11 17:21:08 is 1.2.2.2: #i34221# langpacks only as root 2004/10/22 12:18:52 is 1.2.2.1: #i34221# BASEDIR -> basedir

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [8ee05b737dafa3aab1a8cfca6cc7fee3c39cf1c5]

        INTEGRATION: CWS nativefixer1 (1.3.6); FILE MERGED 2004/10/28 11:47:35 obr 1.3.6.1: #i35695# renamed libgetuid.so to getuid.so

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [16e46dfdcf429f441eb777d2e1d8dfcc8ed63458]

        INTEGRATION: CWS nativefixer1 (1.4.2); FILE MERGED 2004/10/29 10:18:33 obr 1.4.2.2: #i35695# deliver getuid.so to bin 2004/10/28 11:49:46 obr 1.4.2.1: #i35695# deliver getuid.so

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [bd720ca7ca22aa60cbb6b5a4076dbc685679158f]

        INTEGRATION: CWS nativefixer1 (1.10.2); FILE MERGED 2004/10/26 10:43:36 is 1.10.2.5: #118240# parallel packing process 2004/10/25 11:07:52 is 1.10.2.4: #i34221# introducing format variable for epm 2004/10/22 16:01:04 is 1.10.2.3: #i34221# preparing parallel packging 2004/10/22 13:35:10 is 1.10.2.2: #34221# adaptions for parallel packaging 2004/10/22 12:45:44 is 1.10.2.1: #i34221# solving merge conflicts

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [47517b198747b38b23bb8a44eec3add3ff3f788a]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/11/02 15:31:53 is 1.1.2.1: #i36466# new launch condition

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [a4777cbb6b317ff5a46ba869ee17b06d39b2819d]

        INTEGRATION: CWS nativefixer1 (1.3.2); FILE MERGED 2004/11/02 15:30:15 is 1.3.2.2: #i36466# new launch condition 2004/10/22 12:46:31 is 1.3.2.1: #i34221# solving merge conflicts

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [10d3b3ca47b1a92d5a65282dc4047b2f81326d72]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/11/15 14:30:28 is 1.1.2.3: #i36466# dialog for missing user rights 2004/11/03 10:33:56 is 1.1.2.2: #i36466# windows user privileges 2004/11/02 15:30:39 is 1.1.2.1: #i36466# new launch condition

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [db6ae3a5160663bea36cdd70f2f1a916594ed050]

        INTEGRATION: CWS babelfish04 (1.4.12); FILE MERGED 2004/11/17 18:07:11 ihi 1.4.12.1: #i35471# #i36441# Sort order / speed fix

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [373b222d7495758882ecee34f716b6fb968923ff]

        INTEGRATION: CWS babelfish04 (1.16.22); FILE MERGED 2004/11/17 18:07:11 ihi 1.16.22.1: #i35471# #i36441# Sort order / speed fix

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [e7b929daa15c53cdc0ff69d597662604a8748e0b]

        INTEGRATION: CWS babelfish04 (1.35.22); FILE MERGED 2004/11/17 18:07:10 ihi 1.35.22.1: #i35471# #i36441# Sort order / speed fix

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [1285db88bb46137b14093f38c89e8f82e2428741]

        INTEGRATION: CWS nativefixer1 (1.1.2); FILE ADDED 2004/11/02 15:32:22 is 1.1.2.1: #i36466# new launch condition

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [6a01add4b98c79815e3493df40ce7b55fb2bd474]

        INTEGRATION: CWS nativefixer1 (1.2.2); FILE MERGED 2004/11/11 11:34:53 is 1.2.2.1: #i34221# disable next button

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [45ca22da3ba2af1ad65fe17e542e88ce54c015e7]

        INTEGRATION: CWS babelfish04 (1.3.12); FILE MERGED 2004/11/17 18:07:10 ihi 1.3.12.1: #i35471# #i36441# Sort order / speed fix

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [e48156a9d4efe24b264edf6e06ad89555c10469d]

        INTEGRATION: CWS babelfish04 (1.27.10); FILE MERGED 2004/11/17 18:07:09 ihi 1.27.10.1: #i35471# #i36441# Sort order / speed fix

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [3ed1a82ba5de5fa26a350e16f856a7b399bc7cba]

        INTEGRATION: CWS nativefixer1 (1.2.2); FILE MERGED 2004/10/26 10:45:05 is 1.2.2.1: #i34221# language pack

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [4b093c6b8421d0fc914e4ff26fedc718b0c70371]

        INTEGRATION: CWS babelfish04 (1.42.10); FILE MERGED 2004/11/17 18:07:08 ihi 1.42.10.1: #i35471# #i36441# Sort order / speed fix

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [a8cda25fb35a9e124bc81bb567976d3d1e306623]

        INTEGRATION: CWS babelfish04 (1.32.12); FILE MERGED 2004/11/17 18:07:08 ihi 1.32.12.1: #i35471# #i36441# Sort order / speed fix

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [64482a470f6071f22737c6d8e8dda03343df883e]

        INTEGRATION: CWS babelfish04 (1.4.12); FILE MERGED 2004/11/17 18:22:48 ihi 1.4.12.1: #i35471# #i36441# Sort order / speed fix

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [37281ca06442f797e550cd0502bff7b897db3728]

        INTEGRATION: CWS babelfish04 (1.3.16); FILE MERGED 2004/11/17 18:07:07 ihi 1.3.16.1: #i35471# #i36441# Sort order / speed fix

2004-11-18  Rüdiger Timm  <rt@openoffice.org>  [b3a2d0ad3ce4d33552176315f3edf8de9c3410e6]

        INTEGRATION: CWS babelfish04 (1.10.10); FILE MERGED 2004/11/17 18:07:07 ihi 1.10.10.1: #i35471# #i36441# Sort order / speed fix

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [eb8c7288aa97212cf1df6eebab6f9f4c1cf5c08c]

        INTEGRATION: CWS nativefixer1 (1.5.10); FILE MERGED 2004/11/05 11:46:41 obr 1.5.10.2: #i32283# new package naming convention 2004/11/05 09:49:36 obr 1.5.10.1: #i27158# new icons not in 22x22

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [b23155e69c17ed6c08f395bf342b13f133195445]

        INTEGRATION: CWS nativefixer1 (1.6.10); FILE MERGED 2004/11/05 09:49:35 obr 1.6.10.1: #i27158# new icons not in 22x22

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [b80311e9624529fc92a34786fd2ec0f24ae4b440]

        INTEGRATION: CWS nativefixer1 (1.3.22); FILE MERGED 2004/11/05 11:46:42 obr 1.3.22.1: #i32283# new package naming convention

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [53e1e4058361f63d29aff2043e3fbba7fc49adf6]

        INTEGRATION: CWS nativefixer1 (1.4.10); FILE MERGED 2004/11/05 11:46:42 obr 1.4.10.2: #i32283# new package naming convention 2004/11/05 09:52:02 obr 1.4.10.1: #i27158# new icons not in 22x22

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [d49836af325886865a46483c0a54799ecdeb83e1]

        INTEGRATION: CWS nativefixer1 (1.6.10); FILE MERGED 2004/11/05 09:52:01 obr 1.6.10.1: #i27158# new icons not in 22x22

2004-11-18  Oliver Bolte  <obo@openoffice.org>  [c9fd1e0e5804a457d653bc74b8b235eff77ac41c]

        INTEGRATION: CWS nativefixer1 (1.3.22); FILE MERGED 2004/11/04 13:41:54 obr 1.3.22.1: #i34280# OpenOffice -> OpenOffice.org

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3da8a70622daee61b1d1b7fbc0942c33d3925a61]

        INTEGRATION: CWS oooicons (1.6.200); FILE MERGED 2004/10/29 16:16:40 cd 1.6.200.1: #i35368# Removed obsolete images from image list

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7e6fefd5ea28ceb1d4a4adca9a69a1942b054870]

        INTEGRATION: CWS oooicons (1.7.120); FILE MERGED 2004/11/04 14:03:37 pb 1.7.120.1: fix: #i36657# ooo and so with the same imagelist names

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [99445cad80579f1632925f2fe1ba8a20e5f60be5]

        INTEGRATION: CWS oooicons (1.14.38); FILE MERGED 2004/10/29 16:14:32 cd 1.14.38.1: #i35368# Removed obsolete calls to sfx2 based image manager

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [500f53b798a10c6d23536d1962f53c50cee946c8]

        INTEGRATION: CWS oooicons (1.15.38); FILE MERGED 2004/10/29 16:12:57 cd 1.15.38.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [029639b38b0093032b5d12dcf433fd0bb9d91636]

        INTEGRATION: CWS oooicons (1.3.264); FILE MERGED 2004/10/29 16:12:56 cd 1.3.264.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [13992edb020a3f555203b44725c053478f765e57]

        INTEGRATION: CWS oooicons (1.2.418); FILE MERGED 2004/10/31 07:30:03 cd 1.2.418.2: #i10000# Removed obsolete include 2004/10/29 16:12:56 cd 1.2.418.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9635470d7aa43f894d20da06bd40692aeb32055a]

        INTEGRATION: CWS oooicons (1.7.34); FILE MERGED 2004/10/29 16:12:56 cd 1.7.34.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager

2004-11-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [09456976110ef36bb3a97b81ea2e37dcf479d117]

        #100000# fix environment check

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [36b14bec04522876b6bd1961546f150ef6081d53]

        INTEGRATION: CWS pj12 (1.34.34); FILE MERGED 2004/11/15 21:43:29 pjanik 1.34.34.1: #i37108#: remove old, obsolete directories based on phone numbers.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3886d61a6af15b114504f498333f92d876b28835]

        INTEGRATION: CWS pj12 (1.3.346); FILE MERGED 2004/11/16 05:26:07 pjanik 1.3.346.1: #i37199#: RSCUPDVERMAC is not used now, use RSCDEFS.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f71a192e30cf1c5b28c8669eb305bccd930d2ab4]

        INTEGRATION: CWS pj12 (1.154.8); FILE MERGED 2004/11/16 05:27:01 pjanik 1.154.8.1: #i37199#: Fix typo.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [68185f20fefde86752bb80b333c59bb4b19f62cc]

        INTEGRATION: CWS pj12 (1.18.2); FILE MERGED 2004/11/15 21:48:38 pjanik 1.18.2.1: #i37204#: allow compilation with older gcc like 3.3.1. Patch from Stephan Bergmann.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [714bdff5a136c3ff2f3f1b000a9ed3a31fd1187d]

        INTEGRATION: CWS oooicons (1.22.24); FILE MERGED 2004/11/08 12:03:41 pb 1.22.24.1: fix: #i36418# new image id for 'Label' and 'Business Card' entries

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e50944dfb8869ef8d471300c0acb8c16c8b76bd2]

        INTEGRATION: CWS fwkp2fix02 (1.82.92); FILE MERGED 2004/11/03 08:48:27 mba 1.82.92.1: #i26505#: remove LockDispatcher method

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3ceeccca32ac15753a934f9e6ae77f1b779470dd]

        INTEGRATION: CWS fwkp2fix02 (1.18.4); FILE MERGED 2004/10/29 11:38:37 kso 1.18.4.1: #i36327# - Regression in DispatchWatcher::executeDispatchRequests():            aDispatchRequest.aURL must always be converted to a URL.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [8c3861b1fcd961a09254b584b4e74e6a7c0b06a4]

        INTEGRATION: CWS fwkp2fix02 (1.2.34); FILE MERGED 2004/11/12 12:14:17 mba 1.2.34.1: #i36981#: math objects couldn't be loaded

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a92a63b5aab5032714dc892a8090d59231096ba7]

        INTEGRATION: CWS fwkp2fix02 (1.2.34); FILE MERGED 2004/11/12 12:29:58 mba 1.2.34.2: #i36981#: storage reference wasn't freed 2004/11/12 12:13:07 mba 1.2.34.1: #i36981#: storage reference wasn't freed

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f1248a91bcbde23a02e7b5f78953c113b0e268a4]

        INTEGRATION: CWS fwkp2fix02 (1.45.66); FILE MERGED 2004/11/03 08:43:25 mba 1.45.66.1: #i23411#: differentiate between CloseVeto for Frame and Model

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [94d61d37c32c456d9702549da5e71bac724d72ca]

        INTEGRATION: CWS fwkp2fix02 (1.64.66); FILE MERGED 2004/11/03 08:43:59 mba 1.64.66.1: #117393#: postpone OpenEvent until view becomes visible

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9a3a0aef9fe1cf879dd1f211d0680e4b925e0eac]

        INTEGRATION: CWS fwkp2fix02 (1.56.28); FILE MERGED 2004/11/03 08:43:07 mba 1.56.28.1: #i23411#: differentiate between CloseVeto for Frame and Model

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e3f7721992098d1bf406019ccd4eb539837ff6eb]

        INTEGRATION: CWS fwkp2fix02 (1.12.68); FILE MERGED 2004/11/09 13:54:23 mba 1.12.68.1: #23411#: view might be destroyed in EndPrintHandler

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1d7e74a17024639c2c26f8bcef533dfe7013d14f]

        INTEGRATION: CWS fwkp2fix02 (1.45.16); FILE MERGED 2004/11/06 14:46:47 mav 1.45.16.1: #i36591# document will always dispose own storage

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [cbbacd7033e238e1f54907c9b892ef144413eb93]

        INTEGRATION: CWS fwkp2fix02 (1.134.62); FILE MERGED 2004/11/06 14:50:19 mav 1.134.62.5: #i36591# document will always dispose own storage 2004/11/06 14:46:47 mav 1.134.62.4: #i36591# document will always dispose own storage 2004/11/05 09:43:36 mav 1.134.62.3: #i35435# allow SaveAs for readonly documents 2004/11/04 13:06:28 mba 1.134.62.2: RESYNC: (1.134-1.135); FILE MERGED 2004/11/03 16:57:51 mba 1.134.62.1: #i36459#: temporary storage was incomplete

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f1b6f1de2d7f1b2d3e992fb9ae34f4091b00c0b9]

        INTEGRATION: CWS fwkp2fix02 (1.46.8); FILE MERGED 2004/11/03 17:37:17 mba 1.46.8.2: #i36603#: show extension in Title 2004/11/02 16:17:32 mba 1.46.8.1: #117395#: postpone events until window is visible

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4843303072cf1ed0027f382b0951eae35fa70b7e]

        INTEGRATION: CWS fwkp2fix02 (1.2.68); FILE MERGED 2004/11/03 17:01:43 mav 1.2.68.1: #i35589# use the default printer if there is no

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [926a40741e847014fd6addc48311123c6a46fb0a]

        INTEGRATION: CWS fwkp2fix02 (1.28.66); FILE MERGED 2004/11/03 08:42:44 mba 1.28.66.1: #i36280#: check error of SummaryInfoStream

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [106f75cb7539de95a8b35d8448829c932b438d89]

        INTEGRATION: CWS fwkp2fix02 (1.14.68); FILE MERGED 2004/11/03 08:41:58 mba 1.14.68.1: #i33168#: type detection must consider template flag

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [96c218994f3c72df5eefc0283a61baae0b19e654]

        INTEGRATION: CWS fwkp2fix02 (1.142.68); FILE MERGED 2004/11/06 14:46:46 mav 1.142.68.4: #i36591# document will always dispose own storage 2004/11/05 11:39:12 mba 1.142.68.3: #i36649#: never dispose storages 2004/11/04 13:06:18 mba 1.142.68.2: RESYNC: (1.142-1.143); FILE MERGED 2004/11/03 08:41:43 mba 1.142.68.1: #i26505#: move SfxPoolCancelManager to local header

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e63594e1c7936dc08b04eb048d8d434b12c199dd]

        INTEGRATION: CWS fwkp2fix02 (1.30.66); FILE MERGED 2004/11/03 08:41:29 mba 1.30.66.1: #i26505#: remove LockDispatcher method

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0f94df46562c44605cdfd4809b4a0c1c09625c17]

        INTEGRATION: CWS fwkp2fix02 (1.17.68); FILE MERGED 2004/11/03 08:41:10 mba 1.17.68.1: #i26505#: remove LockDispatcher method

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [38990b642d130c85873bb10ad5270ce777749a93]

        INTEGRATION: CWS fwkp2fix02 (1.61.68); FILE MERGED 2004/11/04 12:04:29 mba 1.61.68.1: #i29059#: use DocumentService property to restrict type detection

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ff6cf1e331565cbc00cc9048905794b4352754f1]

        INTEGRATION: CWS fwkp2fix02 (1.98.44); FILE MERGED 2004/11/12 11:41:32 mba 1.98.44.1: #i37038#: statusindicator and interactionhandler also for SID_SAVEDOC

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [163f28bdec3788c76a52d00d07b0ee0a85d8ee83]

        INTEGRATION: CWS fwkp2fix02 (1.26.64); FILE MERGED 2004/11/02 15:20:41 mba 1.26.64.1: #i14968#: set pointer of deleted object to NULL

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [47b175fa0c3829a70d2697d7f35514e7526e56b2]

        INTEGRATION: CWS fwkp2fix02 (1.53.68); FILE MERGED 2004/11/03 08:39:22 mba 1.53.68.1: #i26505#: remove LockDispatcher method

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [11061a6ed80025e30e7c27e5922fcedfd0c19068]

        INTEGRATION: CWS fwkp2fix02 (1.34.64); FILE MERGED 2004/11/03 08:39:22 mba 1.34.64.1: #i26505#: remove LockDispatcher method

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9829c4be12c92f7e6f96b7b919dc1d684bbb4efb]

        INTEGRATION: CWS fwkp2fix02 (1.86.64); FILE MERGED 2004/11/03 08:39:21 mba 1.86.64.1: #i26505#: remove LockDispatcher method

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3b5fc6b5c440297829a655dfcae1d384f9424c61]

        INTEGRATION: CWS dba18 (1.9.84); FILE MERGED 2004/10/20 09:05:31 cd 1.9.84.1: #i35848# Added implementation for a status bar controller factory

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b27df151423df9c36221c7f6b672d59b586645ba]

        INTEGRATION: CWS fwkp2fix02 (1.5.72); FILE MERGED 2004/11/03 16:16:02 mba 1.5.72.2: #29059#: code for detection of text filter was broken 2004/11/03 08:45:29 mba 1.5.72.1: #i33168#: type detection must consider template flag

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [cf833f3f89b2dddb2ae319f6793343bbd4945e04]

        INTEGRATION: CWS dba18 (1.25.22); FILE MERGED 2004/10/22 09:35:36 oj 1.25.22.1: #i35848# statusbar help id added

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a71662e7801c43b3aa8cb1dde4ad7c1e3c449010]

        INTEGRATION: CWS dba18 (1.25.22); FILE MERGED 2004/10/20 08:32:28 cd 1.25.22.1: #i35848# Added implementation for a status bar controller factory

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2cba691f89f70580e150a9ebc5ef310ff4d97e93]

        INTEGRATION: CWS dba18 (1.18.38); FILE MERGED 2004/11/10 15:32:27 oj 1.18.38.3: #i33591# merge conflict 2004/11/10 14:46:52 oj 1.18.38.2: RESYNC: (1.18-1.19); FILE MERGED 2004/10/15 07:48:51 oj 1.18.38.1: #i33591# add Extension to the user defined driver

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [36fa16c4b0a6e39f8e8fdd65a19725a601a8dfe5]

        INTEGRATION: CWS fwkp2fix02 (1.4.174); FILE MERGED 2004/11/04 12:56:16 kso 1.4.174.1: #i36586# - Use own mutex instead of global OSL mutex.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c9653813a311a5df238e30d9cfacd2c53cceb03c]

        INTEGRATION: CWS fwkp2fix02 (1.16.174); FILE MERGED 2004/11/04 12:56:16 kso 1.16.174.1: #i36586# - Use own mutex instead of global OSL mutex.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b5fde707546d16570259beceb7e77fc2b375e703]

        INTEGRATION: CWS fwkp2fix02 (1.24.80); FILE MERGED 2004/11/04 12:56:15 kso 1.24.80.1: #i36586# - Use own mutex instead of global OSL mutex.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [cbcfb99598a848a0dd8bb7ea7609c3d73953375d]

        INTEGRATION: CWS fwkp2fix02 (1.3.174); FILE MERGED 2004/11/04 12:56:15 kso 1.3.174.1: #i36586# - Use own mutex instead of global OSL mutex.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [60d9c919c7b32f24b4485096720b758395606be2]

        INTEGRATION: CWS dba18 (1.2.38); FILE MERGED 2004/11/10 15:21:38 oj 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/15 07:48:53 oj 1.2.38.1: #i33591# add Extension to the user defined driver

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6dd6cfdbbf283e7293ea21e05d6a79483eab9cd8]

        INTEGRATION: CWS fwkp2fix02 (1.4.28); FILE MERGED 2004/11/03 08:45:40 mba 1.4.28.1: #i33168#: type detection must consider template flag

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [87dcf7f0ca9571731d5c3ad7837f049c2976768b]

        INTEGRATION: CWS dba18 (1.3.16); FILE MERGED 2004/11/10 15:05:05 oj 1.3.16.2: RESYNC: (1.3-1.5); FILE MERGED 2004/10/15 08:19:16 oj 1.3.16.1: #i30188# statusbar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [d12c3cf602990e56f9c7c8645e15616c9547fa78]

        INTEGRATION: CWS dba18 (1.3.16); FILE MERGED 2004/11/10 14:57:34 oj 1.3.16.5: RESYNC: (1.3-1.6); FILE MERGED 2004/10/25 07:25:36 oj 1.3.16.4: #i36008# new help ids for slots 2004/10/25 06:37:10 oj 1.3.16.3: #i36008# new help ids for slots 2004/10/18 13:51:47 oj 1.3.16.2: #i35704# attachREsource now calls the filter 2004/10/15 08:19:16 oj 1.3.16.1: #i30188# statusbar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [909359588e58cded3aa727d662df953d16139c4e]

        INTEGRATION: CWS fwkp2fix02 (1.5.44); FILE MERGED 2004/11/03 16:08:31 mba 1.5.44.1: #29059#: typedetection with preselection by factory was broken

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [76ac382c675f02856cd69a07bc6b39af32adee24]

        INTEGRATION: CWS fwkp2fix02 (1.30.24); FILE MERGED 2004/11/03 08:49:12 mba 1.30.24.1: #i26505#: remove LockDispatcher method

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [74c03e7e1c3d7d2ec2f6f7dfa0952e0d70f04887]

        INTEGRATION: CWS fwkp2fix02 (1.34.24); FILE MERGED 2004/11/03 08:49:12 mba 1.34.24.1: #i26505#: remove LockDispatcher method

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9759eea5644cc205e7ab7c3f14e01577e22673e4]

        INTEGRATION: CWS fwkp2fix02 (1.2.118); FILE MERGED 2004/11/03 08:45:03 mba 1.2.118.1: #i36138#: resource problem

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [88c3698f0c4c0d3af8d999de8e090168adf74018]

        INTEGRATION: CWS fwkp2fix02 (1.4.98); FILE MERGED 2004/11/04 11:43:35 mba 1.4.98.2: #i33168#: optimize type detection 2004/11/03 08:48:58 mba 1.4.98.1: #i33168#: type detection must consider template flag

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2319cf848cceb52d678f4b154c2dce3d075a8676]

        INTEGRATION: CWS fwkp2fix02 (1.7.98); FILE MERGED 2004/11/04 11:43:35 mba 1.7.98.2: #i33168#: optimize type detection 2004/11/03 16:09:05 mba 1.7.98.1: #29059#: don't guess filters, only verify given filter

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4d439439701b8911eaa081ff2aa01c31b505e1dd]

        INTEGRATION: CWS fwkp2fix02 (1.79.74); FILE MERGED 2004/11/03 08:48:44 mba 1.79.74.1: #i26505#: remove LockDispatcher method

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2b3bdc47a47a253d0bef91751150a4fb616efbd1]

        INTEGRATION: CWS fwkp2fix02 (1.9.96); FILE MERGED 2004/11/04 13:02:16 mba 1.9.96.2: RESYNC: (1.9-1.10); FILE MERGED 2004/11/03 08:48:36 mba 1.9.96.1: #i26505#: remove LockDispatcher method

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [908bb915fa93e96affa2395f74e8528a3777cc73]

        INTEGRATION: CWS fwkp2fix02 (1.96.92); FILE MERGED 2004/11/05 08:12:48 mba 1.96.92.1: #i26505#: no global DispatcherLocking

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [483b3f09134dacc054b88fcb8a46d32c8bde95c9]

        INTEGRATION: CWS fwkp2fix02 (1.29.22); FILE MERGED 2004/11/03 08:47:51 mba 1.29.22.1: #i36270#: storages must be refcounted

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [91fc78ba7f397eade0ecf712b1de292f07a2185d]

        INTEGRATION: CWS fwkp2fix02 (1.24.96); FILE MERGED 2004/11/03 08:47:34 mba 1.24.96.1: #i36270#: storages must be refcounted

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1c697607f0fa97c5a11431a3ef932c43cfe2321a]

        INTEGRATION: CWS fwkp2fix02 (1.13.96); FILE MERGED 2004/11/04 12:56:40 mba 1.13.96.2: RESYNC: (1.13-1.14); FILE MERGED 2004/11/03 08:46:51 mba 1.13.96.1: #i35508#: type detection must consider template flag

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [eaf4f2f2cbdad71580e13e5f8e7ca9c6cf1f76a1]

        INTEGRATION: CWS fwkp2fix02 (1.44.40); FILE MERGED 2004/11/04 12:52:22 mba 1.44.40.2: RESYNC: (1.44-1.45); FILE MERGED 2004/11/03 16:19:48 mba 1.44.40.1: #i36146#: fixed closing of presentation frame

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b4bce0503e3ed6bc514f6a46ea4dedfc4050ad24]

        INTEGRATION: CWS fwkp2fix02 (1.28.54); FILE MERGED 2004/11/03 16:19:48 mba 1.28.54.1: #i36146#: fixed closing of presentation frame

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [cacbbba77b4a7174d385dc466f4283bb2cab8820]

        INTEGRATION: CWS fwkp2fix02 (1.4.58); FILE MERGED 2004/11/03 08:44:14 mba 1.4.58.1: #i33168#: type detection must consider template flag

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4d007f35cee2ef824d08530d02a62b31dfb70d72]

        INTEGRATION: CWS fwkp2fix02 (1.9.42); FILE MERGED 2004/11/03 16:19:34 mba 1.9.42.1: #i36146#: fixed closing of presentation frame

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [87cd4cb891f8ee9c57bf100dd5097dd56542aa91]

        INTEGRATION: CWS fwkp2fix02 (1.30.60); FILE MERGED 2004/11/03 16:22:42 mba 1.30.60.1: #i36591#: inserting of text files was broken

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c6524d98da7a54a6adeaf6c58a310d7b925184d6]

        INTEGRATION: CWS dba18 (1.37.18); FILE MERGED 2004/11/01 14:24:15 oj 1.37.18.3: #i34478# add registry entires 2004/10/25 08:20:03 oj 1.37.18.2: RESYNC: (1.37-1.39); FILE MERGED 2004/10/15 09:15:19 oj 1.37.18.1: #i34478# include the BaseWindowState

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [652d47dac8a3312e96d4c26bb4fa45311e4d25bd]

        INTEGRATION: CWS dba18 (1.11.34); FILE MERGED 2004/10/18 14:20:59 fs 1.11.34.1: #i30258# support for forwarding properties (i.e., a property can be present at both the aggregate and the delegator, where most of the functionality is forwarded to the aggregate)

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a54c5af624d7b887a2c7a23992318f5bb9ed9c49]

        INTEGRATION: CWS dba18 (1.5.180); FILE MERGED 2004/10/18 14:20:39 fs 1.5.180.1: #i30258# support for forwarding properties (i.e., a property can be present at both the aggregate and the delegator, where most of the functionality is forwarded to the aggregate)

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5a5687bcfdf9307ef63d6860e6ecd19be5af182b]

        INTEGRATION: CWS dba18 (1.44.34); FILE MERGED 2004/10/15 07:58:04 oj 1.44.34.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [86cf773e9a74adf5e4ec020b8fc36160df265773]

        INTEGRATION: CWS dba18 (1.15.34); FILE MERGED 2004/10/15 07:58:04 oj 1.15.34.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e130b79b84f15df7413ed9e0ef32c24c9f8cfd57]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/10/15 07:57:52 oj 1.1.2.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [be23b81e001bc8a105621137f439147d63ee15b8]

        INTEGRATION: CWS dba18 (1.109.34); FILE MERGED 2004/10/15 08:00:10 oj 1.109.34.1: #i33621# correct default filter set

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [32fbb994231af78978d227f840ec8d42e71e0769]

        INTEGRATION: CWS dba18 (1.29.34); FILE MERGED 2004/10/15 07:57:31 oj 1.29.34.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1d5de74b92802d5e5613a8414bedb02ed60c44a5]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/10/15 07:57:16 oj 1.1.2.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c158c78f6b9c34dc99d92ef702b19cd345ae0862]

        INTEGRATION: CWS dba18 (1.2.48); FILE MERGED 2004/10/22 13:32:55 oj 1.2.48.1: #i35848# statusbar ids added

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0b45b92ea37c32e4eb509af59fb9cbe33a80b3a5]

        INTEGRATION: CWS dba18 (1.7.86); FILE MERGED 2004/10/22 06:50:13 oj 1.7.86.1: #i27071# delete static images when last ref is gone

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3223e84c4379def45cedcf554fc3aa389fc1491f]

        INTEGRATION: CWS dba18 (1.41.36); FILE MERGED 2004/10/22 06:50:12 oj 1.41.36.1: #i27071# delete static images when last ref is gone

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [bf87abca26376c0af81ee8eef4658996e1d71dd1]

        INTEGRATION: CWS dba18 (1.14.148); FILE MERGED 2004/10/13 12:59:31 oj 1.14.148.1: #i34532# handle in paint calls

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e31c755820318bc63dac6de7a0912e05a17163ff]

        INTEGRATION: CWS dba18 (1.14.36); FILE MERGED 2004/10/25 11:33:17 oj 1.14.36.1: #i27071# add new member

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5ea06224c0502406ccd746dad9510a711ee7ddeb]

        INTEGRATION: CWS dba18 (1.85.22); FILE MERGED 2004/10/22 09:33:51 oj 1.85.22.1: #i35848# statusbar help id added

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [35bd653314f6a5e8e53d304f6322dcbc2d874a7b]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/10/20 08:32:04 cd 1.1.2.1: #i35848# Added implementation for a status bar controller factory

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c03a3656c54d0ef48f3b7d92255c9dc025caa15a]

        INTEGRATION: CWS dba18 (1.4.26); FILE MERGED 2004/10/20 08:32:53 cd 1.4.26.1: #i35848# Added implementation for a status bar controller factory

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [127c7060f2ca15350bb3dd8db87dede69bee0ba4]

        INTEGRATION: CWS dba18 (1.2.26); FILE MERGED 2004/10/22 13:35:09 oj 1.2.26.2: #i35848# statusbar ids added 2004/10/20 08:33:06 cd 1.2.26.1: #i35848# Added implementation for a status bar controller factory

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [8a533dc533e527481532184d8b3defe4b290bb9c]

        INTEGRATION: CWS dba18 (1.2.24); FILE MERGED 2004/10/26 05:47:46 oj 1.2.24.4: merge conflict 2004/10/25 11:45:23 oj 1.2.24.3: merge conflict 2004/10/20 08:33:33 cd 1.2.24.2: #i35848# Updated accelerator implementation to solve crash 2004/10/13 13:03:28 oj 1.2.24.1: #i30188# catch exception for module and global config files misses

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b5cfacdfe97ea08d9aa65f43b66c29dd51ca7bfc]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/10/20 08:31:41 cd 1.1.2.1: #i35848# Added implementation for a status bar controller factory

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [71398ac2c788177f03cb6c4d4925bd33ea4fb8f7]

        INTEGRATION: CWS dba18 (1.2.26); FILE MERGED 2004/10/20 08:32:29 cd 1.2.26.1: #i35848# Added implementation for a status bar controller factory

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [24fd25dafd9905a5fe360ad93b98543eabcaee02]

        INTEGRATION: CWS dba18 (1.53.16); FILE MERGED 2004/11/10 14:42:21 oj 1.53.16.5: RESYNC: (1.53-1.54); FILE MERGED 2004/11/10 12:25:34 oj 1.53.16.4: #i36008# add some helpids 2004/10/25 06:34:54 oj 1.53.16.3: #i36008# new help ids for slots 2004/10/22 09:25:37 oj 1.53.16.2: #i35848# statusbar help id added 2004/10/15 08:26:29 oj 1.53.16.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [85b798049346517d26e008ed3fa404b80768554a]

        INTEGRATION: CWS dba18 (1.2.16); FILE MERGED 2004/11/05 10:03:37 oj 1.2.16.1: #34477# table data view and browser changes

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [983912cb1eee7717f105af5c038d12dfb03a12d6]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/10/25 06:35:44 oj 1.1.2.2: #i35848# align text left 2004/10/22 09:25:09 oj 1.1.2.1: #i35848# add statusbar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f6cbc8518af1b26f0494db89cdaf3fd96e829a96]

        INTEGRATION: CWS dba18 (1.4.16); FILE MERGED 2004/11/10 12:25:35 oj 1.4.16.1: #i36008# add some helpids

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7a2a38bf6e8a222cd70a3337639c6211c856ee10]

        INTEGRATION: CWS dba18 (1.26.38); FILE MERGED 2004/10/15 08:18:41 oj 1.26.38.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f9fee5680c3cba6737d64a21908182f25e6776aa]

        INTEGRATION: CWS dba18 (1.10.38); FILE MERGED 2004/10/15 08:18:41 oj 1.10.38.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c316aed9430b1a4cdff01073b8228dcfb634a8d7]

        INTEGRATION: CWS dba18 (1.15.16); FILE MERGED 2004/11/10 15:33:40 oj 1.15.16.2: RESYNC: (1.15-1.16); FILE MERGED 2004/10/15 08:18:22 oj 1.15.16.1: #i30188# statusbar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3bab93b505b789acf807ac33619a6350f08c4225]

        INTEGRATION: CWS dba18 (1.9.38); FILE MERGED 2004/11/10 15:33:49 oj 1.9.38.2: RESYNC: (1.9-1.10); FILE MERGED 2004/10/25 07:25:34 oj 1.9.38.1: #i36008# new help ids for slots

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [044d3212afe5fcf5a0048ce48d530d47006e4be8]

        INTEGRATION: CWS dba18 (1.49.38); FILE MERGED 2004/11/10 15:34:21 oj 1.49.38.2: RESYNC: (1.49-1.51); FILE MERGED 2004/10/15 07:48:52 oj 1.49.38.1: #i33591# add Extension to the user defined driver

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b9949ccd2a38f6eb3a155fdfc4e4c60763a86f9d]

        INTEGRATION: CWS dba18 (1.3.16); FILE MERGED 2004/10/25 07:25:35 oj 1.3.16.1: #i36008# new help ids for slots

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [cb5592d8ee98868a930ad3eec986bd1f0a5dc3aa]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/10/15 08:17:30 oj 1.1.2.1: #i30188# status bar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [29903c3342c89b372ad734bfd37ecf7b6a0024c1]

        INTEGRATION: CWS dba18 (1.2.268); FILE MERGED 2004/10/14 12:11:21 fs 1.2.268.1: #i24021# removed unused member

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [267118a4a785424e2c96b9ad028061ca3d8c367d]

        INTEGRATION: CWS dba18 (1.2.38); FILE MERGED 2004/10/15 08:16:45 oj 1.2.38.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [42ee0c4b56cb838fc0eccfa90746651739b36535]

        INTEGRATION: CWS dba18 (1.3.38); FILE MERGED 2004/11/10 14:48:07 oj 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/14 12:11:10 fs 1.3.38.1: #i24021# +STR_EXPLAIN_STRINGCONVERSION_ERROR

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5bd4da5649e859c91af1ff15ea34ffc414405db6]

        INTEGRATION: CWS dba18 (1.34.16); FILE MERGED 2004/10/25 07:25:35 oj 1.34.16.1: #i36008# new help ids for slots

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [88bbc2be74973deba9e549298d1b3efb0ca8d345]

        INTEGRATION: CWS dba18 (1.22.38); FILE MERGED 2004/11/10 15:27:54 oj 1.22.38.2: RESYNC: (1.22-1.24); FILE MERGED 2004/10/15 07:48:52 oj 1.22.38.1: #i33591# add Extension to the user defined driver

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e776a71fb2116abecc785148e26a768807c33a40]

        INTEGRATION: CWS dba18 (1.42.58); FILE MERGED 2004/10/15 07:07:09 fs 1.42.58.2: #i24021# finalized strings 2004/10/14 12:12:14 fs 1.42.58.1: #i24021# +STR_EXPLAIN_STRINGCONVERSION_ERROR (not yet finalized by linguistic review)

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2374449e120d52e30be856438aa3680b6eb4f654]

        INTEGRATION: CWS dba18 (1.15.268); FILE MERGED 2004/10/14 12:11:59 fs 1.15.268.1: #i24021# for error 22018, show an additional explanation

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [288430168281d180ad1b2f90f3895bdde7db6bb6]

        INTEGRATION: CWS dba18 (1.2.38); FILE MERGED 2004/11/10 15:21:48 oj 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/25 12:06:14 oj 1.2.38.1: #i36084# add the german word werden at the end of the sentence

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [bb90ffa7e775259707a3545c041e8a024f9133ae]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/10/15 08:17:42 oj 1.1.2.1: #i30188# status bar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [65d44fa1fa41e3e66f85fe62e747af6cb1aac51e]

        INTEGRATION: CWS dba18 (1.16.16); FILE MERGED 2004/10/15 08:18:08 oj 1.16.16.1: #i30188# statusbar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5ef002d68bb782c01219f6029ee54e61cd8762c9]

        INTEGRATION: CWS dba18 (1.158.16); FILE MERGED 2004/11/10 14:56:27 oj 1.158.16.2: RESYNC: (1.158-1.160); FILE MERGED 2004/11/05 10:05:24 oj 1.158.16.1: #34477# table data view and browser changes

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ada5fa7e88cc975355b9de8104d66dde6c19d0ab]

        INTEGRATION: CWS dba18 (1.53.16); FILE MERGED 2004/11/10 15:37:12 oj 1.53.16.2: RESYNC: (1.53-1.55); FILE MERGED 2004/10/15 08:15:19 oj 1.53.16.1: #i30188# short cuts

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [bb09e26a351563c3021b38d0e43243bac0c2622a]

        INTEGRATION: CWS dba18 (1.16.16); FILE MERGED 2004/10/15 08:15:04 oj 1.16.16.1: #i30188# short cuts

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [24ce741ce50a365403309389589cf5553549683a]

        INTEGRATION: CWS dba18 (1.3.16); FILE MERGED 2004/11/10 15:19:03 oj 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/25 07:25:35 oj 1.3.16.1: #i36008# new help ids for slots

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e1600d13ee9b76537da8fccf42d75053c501f208]

        INTEGRATION: CWS dba18 (1.3.16); FILE MERGED 2004/11/10 15:20:40 oj 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/15 08:19:17 oj 1.3.16.1: #i30188# statusbar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ad399f1adca62f8a646be53e7196b4b89157ab40]

        INTEGRATION: CWS dba18 (1.3.16); FILE MERGED 2004/11/10 14:59:08 oj 1.3.16.3: RESYNC: (1.3-1.5); FILE MERGED 2004/10/25 06:36:39 oj 1.3.16.2: #i35848# create status bar 2004/10/15 08:19:16 oj 1.3.16.1: #i30188# statusbar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2791f1ea5ad8e06f65e4dc2db95c0f0e9cb0028c]

        INTEGRATION: CWS dba18 (1.3.16); FILE MERGED 2004/11/10 15:19:38 oj 1.3.16.2: RESYNC: (1.3-1.5); FILE MERGED 2004/10/15 08:19:16 oj 1.3.16.1: #i30188# statusbar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b845d8771052491d23d21d29afa69c12052bdc9d]

        INTEGRATION: CWS dba18 (1.5.2); FILE MERGED 2004/11/10 15:45:14 oj 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED 2004/10/18 13:51:48 oj 1.5.2.2: #i35704# attachREsource now calls the filter 2004/10/15 12:40:45 oj 1.5.2.1: #i34776# import datasource settings corrected

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c7305e3cfde161835ed46dd854152d455fa91e1e]

        INTEGRATION: CWS dba18 (1.2.38); FILE MERGED 2004/10/18 13:51:48 oj 1.2.38.1: #i35704# attachREsource now calls the filter

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [97a843d9feceede7a46f4809769932bbffd0ef15]

        INTEGRATION: CWS dba18 (1.20.38); FILE MERGED 2004/11/10 15:45:06 oj 1.20.38.2: RESYNC: (1.20-1.21); FILE MERGED 2004/10/18 13:51:48 oj 1.20.38.1: #i35704# attachREsource now calls the filter

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5e86e5b57bdcebd762539e11274af3e24ee60f6f]

        INTEGRATION: CWS dba18 (1.2.38); FILE MERGED 2004/11/10 15:44:05 oj 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/18 13:51:49 oj 1.2.38.1: #i35704# attachREsource now calls the filter

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e137a94d2f939720378c32427537e2d280f43af4]

        INTEGRATION: CWS dba18 (1.24.38); FILE MERGED 2004/10/18 13:51:49 oj 1.24.38.1: #i35704# attachREsource now calls the filter

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [236cc014643cf07de989009bb01a9515fcd1f19f]

        INTEGRATION: CWS dba18 (1.22.98); FILE MERGED 2004/11/10 15:03:31 oj 1.22.98.2: RESYNC: (1.22-1.23); FILE MERGED 2004/11/09 14:29:15 oj 1.22.98.1: #i30004# use new singlequerycomposer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c76c70f474a424b7b4bda67eab482a864f91bd85]

        INTEGRATION: CWS dba18 (1.72.38); FILE MERGED 2004/11/10 15:03:02 oj 1.72.38.3: RESYNC: (1.72-1.73); FILE MERGED 2004/11/09 14:29:15 oj 1.72.38.2: #i30004# use new singlequerycomposer 2004/10/18 10:40:30 oj 1.72.38.1: #i30004# don't use params from the rowset any longer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [77431c4e9f2cbc6a94a458e4ffeeef8b87178ccc]

        INTEGRATION: CWS dba18 (1.72.38); FILE MERGED 2004/10/14 12:10:22 fs 1.72.38.1: #i24021# delegate XWarningsSupplier functionality to result set, if possible

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5ce64e07cce9223d7101927ab8058483f0656922]

        INTEGRATION: CWS dba18 (1.35.38); FILE MERGED 2004/11/10 15:02:12 oj 1.35.38.2: RESYNC: (1.35-1.36); FILE MERGED 2004/11/09 14:29:15 oj 1.35.38.1: #i30004# use new singlequerycomposer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [daa672bf23bbb025219ee8db480b3c5f30e9c900]

        INTEGRATION: CWS dba18 (1.126.38); FILE MERGED 2004/11/17 07:21:09 oj 1.126.38.3: emergency fix 2004/11/10 15:01:47 oj 1.126.38.2: RESYNC: (1.126-1.127); FILE MERGED 2004/11/09 14:29:15 oj 1.126.38.1: #i30004# use new singlequerycomposer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [01fd71d2a28217a51ed08187dd66b55ca7083f58]

        INTEGRATION: CWS dba18 (1.18.96); FILE MERGED 2004/11/09 14:29:15 oj 1.18.96.2: #i30004# use new singlequerycomposer 2004/10/18 10:40:30 oj 1.18.96.1: #i30004# don't use params from the rowset any longer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [584b8f0255486a8fd219a3957f648058a7deffe1]

        INTEGRATION: CWS dba18 (1.50.38); FILE MERGED 2004/11/10 15:00:26 oj 1.50.38.3: RESYNC: (1.50-1.51); FILE MERGED 2004/11/09 14:29:14 oj 1.50.38.2: #i30004# use new singlequerycomposer 2004/10/18 10:40:29 oj 1.50.38.1: #i30004# don't use params from the rowset any longer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f9d59f933c89b4e514eaf2f956ab05ad4507dbe0]

        INTEGRATION: CWS dba18 (1.3.122); FILE MERGED 2004/10/19 09:48:49 oj 1.3.122.1: #i35710# component description for Query

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [78924f3d493e48887e11498332e8a80c31da0d7a]

        INTEGRATION: CWS dba18 (1.17.10); FILE MERGED 2004/10/22 09:26:47 oj 1.17.10.1: #i35848# statusbar help id added

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f7348a1756a42e6cda817f683b469e60e7a5e8a3]

        INTEGRATION: CWS dba18 (1.4.16); FILE MERGED 2004/10/25 07:25:36 oj 1.4.16.3: #i36008# new help ids for slots 2004/10/25 06:34:55 oj 1.4.16.2: #i36008# new help ids for slots 2004/10/15 08:26:29 oj 1.4.16.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4f251835f9b00eee830ceb38fdea1d4bc83acce4]

        INTEGRATION: CWS dba18 (1.57.38); FILE MERGED 2004/11/10 14:20:20 oj 1.57.38.2: RESYNC: (1.57-1.58); FILE MERGED 2004/10/15 08:26:29 oj 1.57.38.1: #i33621# query save document dialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4d6e70c07171a7a5bf187523e76983b7850d32ab]

        INTEGRATION: CWS dba18 (1.14.168); FILE MERGED 2004/10/18 14:36:41 fs 1.14.168.1: #i30258# allow to retrieve an SdrUndoNewObj::GetComment statically, without actually creating an SdrUndoNewObj

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [10af065f671986eea781af65fdc98d4b3c939a88]

        INTEGRATION: CWS dba18 (1.7.278); FILE MERGED 2004/10/18 14:37:16 fs 1.7.278.1: #i30258# somewhat smarter multi-threading

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9612ab008d3a503e5e8934c112d8b07b2b6ee395]

        INTEGRATION: CWS dba18 (1.14.64); FILE MERGED 2004/10/21 08:22:32 oj 1.14.64.1: #i35514# set background to transparent

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9d81c00ebde4132ce05889fbc90ce921c7a7fba0]

        INTEGRATION: CWS dba18 (1.24.212); FILE MERGED 2004/10/18 14:37:33 fs 1.24.212.1: #i30258# somewhat smarter multi-threading

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [220d9a693bb2eae0c7763b1a68b0e5a39ca44f53]

        INTEGRATION: CWS dba18 (1.8.476); FILE MERGED 2004/10/28 08:02:01 oj 1.8.476.2: merge problem 2004/10/19 08:29:05 fs 1.8.476.1: #i35055# SetModel: also reset the parent of the forms container thanks to bibek@treesforlife.org for the patch

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [47f810f03af10d45b861cfa2901e2f67bb8d82de]

        INTEGRATION: CWS dba18 (1.61.10); FILE MERGED 2004/10/18 14:26:59 fs 1.61.10.1: #i30258# ActiveConnection is now a 'forwarded property', which, amongst others, ensures that notifications about its change are not done while our mutex is locked

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [bbe6e82fd7445d12732cffc519e40e89e97a19f9]

        INTEGRATION: CWS dba18 (1.5.160); FILE MERGED 2004/10/20 08:30:16 cd 1.5.160.1: #i35848# New set added for status bar controllers

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b594cd6ec193daa9bdd0f763bdcfec5f6ddf04a0]

        INTEGRATION: CWS dba18 (1.2.56); FILE MERGED 2004/11/01 14:27:01 oj 1.2.56.1: #i34478# add registry entires

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3d6af3a1639f418d8c800e6c896faadc14bbc2ef]

        INTEGRATION: CWS dba18 (1.13.64); FILE MERGED 2004/11/08 08:39:58 oj 1.13.64.1: #i36679# some docu and missing service descriptions

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6a5df36bb289a14017dd45a109a9625e0145beac]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/11/08 08:40:48 oj 1.1.2.1: #i36679# some docu and missing service descriptions

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6811a3ce7c0b52741d22a22cae3b03d76c09996e]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/11/08 08:40:32 oj 1.1.2.1: #i36679# some docu and missing service descriptions

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b4d2092e03d6fae10731b9f094156d9ce96ff51a]

        INTEGRATION: CWS dba18 (1.7.110); FILE MERGED 2004/11/08 08:39:59 oj 1.7.110.1: #i36679# some docu and missing service descriptions

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [04c3ea9017e82ef8c610cac65b5365cad07e06a5]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/11/08 08:40:59 oj 1.1.2.1: #i36679# some docu and missing service descriptions

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6620c6abc81493a0458a2ceb45cb96e9e7a51814]

        INTEGRATION: CWS dba18 (1.24.32); FILE MERGED 2004/10/20 08:29:23 cd 1.24.32.1: #i35848# Service specification added for a status bar controller factory

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [907ae4a7bfdc9afa6b02047d993a4a8b3b59af77]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/10/20 08:28:59 cd 1.1.2.1: #i35848# Service specification for a status bar controller factory

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [bc68359351ccad68b513f10a536fe9d6f572a865]

        INTEGRATION: CWS dba18 (1.2.62); FILE MERGED 2004/10/21 10:35:27 oj 1.2.62.1: #i35514# set background to transparent

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a8820b07eee84cf0cf9c90e8132b316a7cc19354]

        INTEGRATION: CWS dba18 (1.21.14); FILE MERGED 2004/10/18 14:26:59 fs 1.21.14.1: #i30258# ActiveConnection is now a 'forwarded property', which, amongst others, ensures that notifications about its change are not done while our mutex is locked

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [132da8627070f4ea062faf5ecfe2b71bcfe538bf]

        INTEGRATION: CWS dba18 (1.7.70); FILE MERGED 2004/10/18 14:53:53 fs 1.7.70.1: #i30258# removed pSdrObjLast / pSdrObjCopy / pSdrUndo. The SdrUndoNewObj now has a static method to retrieve the UNDO string for a given SdrObject, without the need to clone the SdrObject, or assign its ownership to the SdrUndoNewObj

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7cb648ab5b882edd99744ed626aa744db9e4cf1f]

        INTEGRATION: CWS dba18 (1.15.60); FILE MERGED 2004/10/18 14:53:24 fs 1.15.60.1: #i30258# removed pSdrObjLast / pSdrObjCopy / pSdrUndo. The SdrUndoNewObj now has a static method to retrieve the UNDO string for a given SdrObject, without the need to clone the SdrObject, or assign its ownership to the SdrUndoNewObj

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [fabd50debe27cc50f2096384cda2453bd888e1c8]

        INTEGRATION: CWS dba18 (1.5.54); FILE MERGED 2004/11/01 14:27:01 oj 1.5.54.1: #i34478# add registry entires

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f03e71c8b635156ee929efca59b60020faae0dcd]

        INTEGRATION: CWS dba18 (1.27.56); FILE MERGED 2004/10/15 11:04:35 oj 1.27.56.2: #i34787# disable the connection pooling for all drivers by default. 2004/10/15 07:44:51 oj 1.27.56.1: #i33591# add Extension to the user defined driver

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b735824cf02b63df513cf99140a05461c4c78b72]

        INTEGRATION: CWS dba18 (1.6.22); FILE MERGED 2004/11/01 14:27:00 oj 1.6.22.1: #i34478# add registry entires

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [67c3c9c6194d1cc83e54bdb2fdbfb42fd6add966]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/11/01 14:27:37 oj 1.1.2.1: #i34478# add registry entires

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [52ce50a5b26d7b59596d536ea5058d639de78aca]

        INTEGRATION: CWS dba18 (1.1.2); FILE ADDED 2004/11/01 14:27:26 oj 1.1.2.1: #i34478# add registry entires

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [583b502812e6ac3abfa1eccc2601722158b7cd69]

        INTEGRATION: CWS dba18 (1.2.56); FILE MERGED 2004/11/05 10:06:19 oj 1.2.56.1: #34477# table data view and browser changes

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7b3555f0706a0f75f7c9a155203128aa44dfaa10]

        INTEGRATION: CWS dba18 (1.7.56); FILE MERGED 2004/10/25 11:28:57 oj 1.7.56.2: #i35848# add statusbar 2004/10/20 08:30:16 cd 1.7.56.1: #i35848# New set added for status bar controllers

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [608259748a48e0de8d84680d3f5659f5d3e340cf]

        INTEGRATION: CWS dba18 (1.18.98); FILE MERGED 2004/10/15 10:45:11 oj 1.18.98.1: #i34787# disable the connection pooling for all drivers by default.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [12747a0104a1f9ac4a52f13cc9faa3dd7c081239]

        INTEGRATION: CWS dba18 (1.86.8); FILE MERGED 2004/10/14 08:53:13 fs 1.86.8.1: #i24021# when writing strings (in memo/text fields), throw an exception (via convertUnicodeString) if the target encoding is not suitable for the given string

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [258e9e477b0b1c64ee6fa3754ab689b9f4b50fe1]

        INTEGRATION: CWS dba18 (1.13.22); FILE MERGED 2004/10/14 08:53:42 fs 1.13.22.1: #i24021# moved WriteMemo to DTable.cxx - requires exception handling now

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [94a1cc404b95d5675dd994d434b15c72d56799ed]

        INTEGRATION: CWS dba18 (1.9.22); FILE MERGED 2004/11/10 14:17:55 oj 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2004/10/26 08:23:23 oj 1.9.22.1: linux compile error

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5bc575f6bb4108630f5b8a1ef3055ec1ea0ada42]

        INTEGRATION: CWS dba18 (1.21.140); FILE MERGED 2004/10/26 08:23:22 oj 1.21.140.2: linux compile error 2004/10/14 08:52:08 fs 1.21.140.1: #i24021# +convertUnicodeString

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [805582c1610a707065aaee10c4055d46176a595d]

        INTEGRATION: CWS dba18 (1.11.236); FILE MERGED 2004/10/14 08:51:36 fs 1.11.236.1: #i24021# +convertUnicodeString

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [055fd96201d69601497a322e184e3ff7634214b3]

        INTEGRATION: CWS fwkbugfix03 (1.39.14); FILE MERGED 2004/10/19 11:37:34 cd 1.39.14.1: #i30041# Added support to show/hide controllers

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [af09a66e06c688ba44d776641936f67192662c7c]

        INTEGRATION: CWS fwkbugfix03 (1.96.88); FILE MERGED 2004/10/26 05:58:25 as 1.96.88.4: RESYNC: (1.97-1.98); FILE MERGED 2004/10/14 05:55:35 as 1.96.88.3: resolve merge conflict 2004/10/11 17:10:14 as 1.96.88.2: RESYNC: (1.96-1.97); FILE MERGED resolve resync problems 2004/09/29 10:35:11 mba 1.96.88.1: #i32663#: parameter conversion fixed

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [959c5af635a1710799ff24eab364e48944450f4c]

        INTEGRATION: CWS fwkbugfix03 (1.3.30); FILE MERGED 2004/10/14 12:44:41 as 1.3.30.4: seek to 0 before you request first 4 bytes of the stream 2004/10/12 07:51:34 as 1.3.30.3: dont use in/out parameters if out params are enough 2004/10/11 17:42:41 as 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2004/09/09 08:08:03 mav 1.3.30.1: #i33968# check signature of a stream on opening

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [db5211d6a65a95fda42323d5499d233975e04c5d]

        INTEGRATION: CWS fwkbugfix03 (1.2.62); FILE MERGED 2004/09/10 10:07:22 as 1.2.62.1: #i34054# normalize URL before using

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [db64487bf5fa5d8895716c9cc3dea9a60b0b25c5]

        INTEGRATION: CWS fwkbugfix03 (1.26.34); FILE MERGED 2004/10/11 17:40:45 as 1.26.34.2: RESYNC: (1.26-1.27); FILE MERGED 2004/09/10 10:09:01 as 1.26.34.1: #i31449# new configuration API helper

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [615d01b824e82c34d405563fba1ef3ce9822b960]

        INTEGRATION: CWS fwkbugfix03 (1.1.4); FILE ADDED 2004/09/10 10:08:23 as 1.1.4.1: #i31449# new configuration API helper

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [d91e6e9c4ce055adc82d8c9ade5ba7f59b98f250]

        INTEGRATION: CWS fwkbugfix03 (1.2.62); FILE MERGED 2004/09/10 10:07:09 as 1.2.62.1: #i34054# normalize URL before using

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5052a3dc45c70b274601b8d7beb27fbb46f31ca8]

        INTEGRATION: CWS fwkbugfix03 (1.1.4); FILE ADDED 2004/09/10 10:08:40 as 1.1.4.1: #i31449# new configuration API helper

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5d80ca94db4cc719a4bde07db3abbca5609593dd]

        INTEGRATION: CWS fwkbugfix03 (1.3.618); FILE MERGED 2004/10/01 11:28:00 as 1.3.618.1: #i34834# comp.sfx.FrameLoader isnt a deep detection service any longer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [41f42b5d3cf92e72829756daa19f08900a1d2e04]

        INTEGRATION: CWS fwkbugfix03 (1.42.138); FILE MERGED 2004/10/11 17:37:48 as 1.42.138.2: RESYNC: (1.42-1.45); FILE MERGED 2004/09/29 10:39:04 mba 1.42.138.1: #i30176#: wrong extension check

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1b35361a33627d7e4850275e482cd0a40aef94c2]

        INTEGRATION: CWS fwkbugfix03 (1.5.478); FILE MERGED 2004/10/19 11:37:33 cd 1.5.478.1: #i30041# Added support to show/hide controllers

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [dcf096a9c6541534d96ab715637de5804d6d7a76]

        INTEGRATION: CWS fwkbugfix03 (1.1.2); FILE ADDED 2004/09/23 15:08:51 mav 1.1.2.1: #i33614# place the functionality in separated helper class

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [aaae373ca8042e059da2917f7e029ec2707aef17]

        INTEGRATION: CWS fwkbugfix03 (1.15.6); FILE MERGED 2004/11/10 06:29:58 as 1.15.6.5: #116963# set right property attributes after reading from file 2004/11/05 12:08:11 as 1.15.6.4: #116963# make it threadsafe 2004/10/11 17:26:52 as 1.15.6.3: RESYNC: (1.15-1.17); FILE MERGED 2004/09/20 08:19:58 as 1.15.6.2: #116963# handle StandaloneDocInf special (there is no objsh ...) 2004/09/20 07:48:41 as 1.15.6.1: #116963# support typesafe user props on document info

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5a8cb33661ff8960011b020141eba0acebe01d05]

        INTEGRATION: CWS fwkbugfix03 (1.131.44); FILE MERGED 2004/10/20 08:52:44 mav 1.131.44.3: #i32972# set status indicator for GUI scenario 2004/10/11 17:26:43 as 1.131.44.2: RESYNC: (1.131-1.134); FILE MERGED 2004/09/29 10:37:33 mba 1.131.44.1: #116581#: filter name missing

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2999713e15eed79e22c72c2fe453d4ed570f2c95]

        INTEGRATION: CWS fwkbugfix03 (1.71.16); FILE MERGED 2004/10/20 08:52:44 mav 1.71.16.1: #i32972# set status indicator for GUI scenario

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f3cc66053d225ce3377a03cbd664e36c869ed25f]

        INTEGRATION: CWS fwkbugfix03 (1.41.42); FILE MERGED 2004/10/11 17:26:22 as 1.41.42.2: RESYNC: (1.41-1.45); FILE MERGED 2004/09/09 13:05:56 as 1.41.42.1: #111734# remove special methods, which triggered document events hardly

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b8d2ee657f100f35fff23da479261e84ab1d328f]

        INTEGRATION: CWS fwkbugfix03 (1.2.16); FILE MERGED 2004/10/20 08:52:44 mav 1.2.16.1: #i32972# set status indicator for GUI scenario

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4033c1a6ecaaa06c4d4546740a0a4f6cc9979e5e]

        INTEGRATION: CWS fwkbugfix03 (1.27.90); FILE MERGED 2004/10/26 05:59:05 as 1.27.90.2: RESYNC: (1.27-1.28); FILE MERGED 2004/09/23 15:09:28 mav 1.27.90.1: #i33614# place the functionality in separated helper class

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1b9e52c9f3a936712070626da55c0491e2391b32]

        INTEGRATION: CWS fwkbugfix03 (1.56.86); FILE MERGED 2004/10/26 05:58:57 as 1.56.86.3: RESYNC: (1.58-1.59); FILE MERGED 2004/10/11 17:23:57 as 1.56.86.2: RESYNC: (1.56-1.58); FILE MERGED 2004/09/23 15:09:27 mav 1.56.86.1: #i33614# place the functionality in separated helper class

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [17c5360ec98e1092fbb236c1b09601602b0f693e]

        INTEGRATION: CWS fwkbugfix03 (1.32.88); FILE MERGED 2004/11/10 06:29:04 as 1.32.88.7: #i36900# send status updates realy ... 2004/11/09 12:09:22 as 1.32.88.6: #i32663# dont forget to set pLastState in case pState is not valid 2004/11/05 13:34:30 kso 1.32.88.5: #i36721# - SfxDispatchController_Impl::StateChanged must take care of            invalid items 2004/10/26 05:58:48 as 1.32.88.4: RESYNC: (1.33-1.34); FILE MERGED resolve merge conflicts 2004/10/19 11:37:33 cd 1.32.88.3: #i30041# Added support to show/hide controllers 2004/10/11 17:16:59 as 1.32.88.2: RESYNC: (1.32-1.33); FILE MERGED 2004/09/29 13:52:53 mba 1.32.88.1: #i33773#: get CoreMetric from Document always

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [04e6c77397b244fc305cd023d19566d32052d309]

        INTEGRATION: CWS fwkbugfix03 (1.20.90); FILE MERGED 2004/10/19 11:37:33 cd 1.20.90.1: #i30041# Added support to show/hide controllers

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [acd86be8a40e43cefc85a23cee1d3cea18c7a154]

        INTEGRATION: CWS fwkbugfix03 (1.2.90); FILE MERGED 2004/10/19 11:37:32 cd 1.2.90.1: #i30041# Added support to show/hide controllers

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5036dd889e43732e0b4887866da691d354f4bb63]

        INTEGRATION: CWS fwkbugfix03 (1.2.90); FILE MERGED 2004/10/19 11:37:32 cd 1.2.90.2: #i30041# Added support to show/hide controllers 2004/09/22 14:11:31 cd 1.2.90.1: #i34508# Use outer/inner class to solve ref-count problem

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [75e714328792138716dfd15170766e45f210a5d1]

        INTEGRATION: CWS fwkbugfix03 (1.29.44); FILE MERGED 2004/10/19 11:37:31 cd 1.29.44.3: #i30041# Added support to show/hide controllers 2004/10/11 17:16:08 as 1.29.44.2: RESYNC: (1.29-1.31); FILE MERGED 2004/09/29 10:36:03 mba 1.29.44.1: #i31848#: Referer not needed

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9d66f231929a3b6a819aae62280f8d0e33a2e43e]

        INTEGRATION: CWS fwkbugfix03 (1.97.28); FILE MERGED 2004/11/10 06:27:13 as 1.97.28.1: remove looping-loui if help locale is wrong

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ab271f6d7078097091f0c2c0852721e1d7050b1e]

        INTEGRATION: CWS fwkbugfix03 (1.80.102); FILE MERGED 2004/10/11 17:09:30 as 1.80.102.2: RESYNC: (1.80-1.82); FILE MERGED 2004/09/08 13:19:00 mba 1.80.102.1: #117141#: NULL ptr access if no TopWindow after TemplateDialog

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f1c58221eac5058b1d235c3a284251049a7f8f31]

        INTEGRATION: CWS fwkbugfix03 (1.1.2); FILE ADDED 2004/11/05 13:14:59 sw 1.1.2.1: #116963#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [d389c8d7aad875e3da431107fda539752b776d46]

        INTEGRATION: CWS fwkbugfix03 (1.1.2); FILE ADDED 2004/11/10 10:27:05 sw 1.1.2.3: #116963# added check for removing of read only properties 2004/11/09 09:37:45 sw 1.1.2.2: #116963' added removing of property after reload 2004/11/05 13:14:25 sw 1.1.2.1: #116963#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b81e362e3535060b9ab6cf0beefe7bed52d8583e]

        INTEGRATION: CWS fwkbugfix03 (1.3.48); FILE MERGED 2004/11/08 17:43:36 sw 1.3.48.1: #111734#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ca71a131f1ec8cfe7dae3d828723f294fcefcb5e]

        INTEGRATION: CWS fwkbugfix03 (1.2.188); FILE MERGED 2004/11/08 17:43:35 sw 1.2.188.1: #111734#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c14bd0de6babec765f2948ceb7f7c4795bce16b3]

        INTEGRATION: CWS fwkbugfix03 (1.2.188); FILE MERGED 2004/11/08 17:43:35 sw 1.2.188.2: #111734# 2004/11/04 17:41:44 sw 1.2.188.1: #111734#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [be2ac1efb0055903bbfddfa6332cb5fd999da69b]

        INTEGRATION: CWS fwkbugfix03 (1.21.40); FILE MERGED 2004/10/19 13:20:34 cd 1.21.40.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3526584620f716076a0467963d2398dfab8597ef]

        INTEGRATION: CWS fwkbugfix03 (1.31.40); FILE MERGED 2004/10/19 13:20:34 cd 1.31.40.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [cc28365c802cf3df7f25e27d523f240deaa96835]

        INTEGRATION: CWS fwkbugfix03 (1.21.54); FILE MERGED 2004/10/19 13:20:33 cd 1.21.54.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [bb72e5883d1a23b4eb99d4be5b9a3ec213ecab16]

        INTEGRATION: CWS fwkbugfix03 (1.11.4); FILE MERGED 2004/11/12 13:53:03 as 1.11.4.4: resolve merge conflicts 2004/10/26 05:42:57 as 1.11.4.3: RESYNC: (1.11-1.12); FILE MERGED 2004/10/20 08:31:25 mav 1.11.4.2: #i35289# remove the fix from this workspace 2004/10/15 15:32:57 mav 1.11.4.1: #i35289# activate direct using of a storage

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c710e6e93032df997536adb553587c075ebddb64]

        INTEGRATION: CWS fwkbugfix03 (1.3.4); FILE MERGED 2004/10/22 11:23:35 mav 1.3.4.3: #i35706# deliver to platform dependent tree 2004/10/22 08:28:40 mav 1.3.4.2: #i35706# create target folder 2004/10/21 12:31:04 mav 1.3.4.1: #i35706# deliver xcu files

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [749e47c4b0946cc3d2e096999b76f30410378771]

        INTEGRATION: CWS fwkbugfix03 (1.8.356); FILE MERGED 2004/10/19 13:33:21 cd 1.8.356.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5fc78c20f24ccb42af0cd0172a0e74a0e724b2fd]

        INTEGRATION: CWS fwkbugfix03 (1.120.12); FILE MERGED 2004/10/19 13:32:46 cd 1.120.12.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1f79caccc183ee5f5a9dbfcfdd3e8ebba5d94f30]

        INTEGRATION: CWS fwkbugfix03 (1.9.10); FILE MERGED 2004/10/12 08:37:11 as 1.9.10.5: does not compile after resync 2004/10/11 11:23:06 as 1.9.10.4: RESYNC: (1.9-1.11); FILE MERGED 2004/10/07 13:31:53 cd 1.9.10.3: #i35049# Support generic Add-On title for Add-on components 2004/09/14 09:46:35 cd 1.9.10.2: #i34251# Layout manager must consider container window visibility for floating toolbar visibility 2004/09/13 14:41:21 cd 1.9.10.1: #117627# Fix problem that any addon toolbar doesn't store its position/dimension

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7675b1d950b88f086ebf4d927a1647625fccbd41]

        INTEGRATION: CWS fwkbugfix03 (1.110.32); FILE MERGED 2004/10/26 05:39:17 as 1.110.32.3: RESYNC: (1.110-1.111); FILE MERGED 2004/10/19 14:31:11 cd 1.110.32.2: #i30041# Fix incorrect assertion 2004/10/13 09:56:37 ssa 1.110.32.1: #i30041# support Show/Hide of menu entries

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5fa475e6ee3e3ea25578ef0bfd0f094903206354]

        INTEGRATION: CWS fwkbugfix03 (1.29.28); FILE MERGED 2004/10/26 05:31:15 as 1.29.28.2: RESYNC: (1.29-1.30); FILE MERGED 2004/10/19 13:41:57 cd 1.29.28.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [fbc0c8025a2c538893742237d7513549748aaa19]

        INTEGRATION: CWS fwkbugfix03 (1.42.36); FILE MERGED 2004/10/19 13:41:55 cd 1.42.36.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [03af6761bea97b2dbfcbada37322979182a2d332]

        INTEGRATION: CWS fwkbugfix03 (1.29.28); FILE MERGED 2004/10/19 13:41:53 cd 1.29.28.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6b6289e053518d67618d07dee4849d430667c412]

        INTEGRATION: CWS fwkbugfix03 (1.66.90); FILE MERGED 2004/10/11 13:13:50 as 1.66.90.2: RESYNC: (1.66-1.67); FILE MERGED 2004/09/09 13:07:47 as 1.66.90.1: #111734# remove special methods, which triggered document events hardly

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f505d235022c730e6287c3fc7f2c78cb1b4dd75d]

        INTEGRATION: CWS fwkbugfix03 (1.22.28); FILE MERGED 2004/10/11 13:13:14 as 1.22.28.2: RESYNC: (1.22-1.23); FILE MERGED 2004/09/09 13:07:47 as 1.22.28.1: #111734# remove special methods, which triggered document events hardly

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c8669bcace1f2574d131eca321516b04ea2e01d5]

        INTEGRATION: CWS fwkbugfix03 (1.21.170); FILE MERGED 2004/09/09 13:07:47 as 1.21.170.1: #111734# remove special methods, which triggered document events hardly

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4572a88096f798c1e50accd5353b4e8d5d09a405]

        INTEGRATION: CWS fwkbugfix03 (1.6.30); FILE MERGED 2004/10/11 11:13:20 as 1.6.30.3: RESYNC: (1.6-1.8); FILE MERGED 2004/10/07 13:31:39 cd 1.6.30.2: #i35049# Support generic Add-On title for Add-on components 2004/09/14 09:46:23 cd 1.6.30.1: #i34251# Layout manager must consider container window visibility for floating toolbar visibility

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [892aa17871e43f1abd1caf4ef2e71047712c7277]

        INTEGRATION: CWS fwkbugfix03 (1.3.16); FILE MERGED 2004/10/07 13:31:53 cd 1.3.16.1: #i35049# Support generic Add-On title for Add-on components

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b88f23a281004f00380b6fd5ca145a0430b0a7ed]

        INTEGRATION: CWS fwkbugfix03 (1.3.6); FILE MERGED 2004/10/19 11:41:03 cd 1.3.6.3: #i30041# Added support to show/hide controllers with new status update 2004/10/11 11:26:19 as 1.3.6.2: RESYNC: (1.3-1.5); FILE MERGED 2004/09/13 14:42:26 cd 1.3.6.1: #117627# Fix problem that any addon toolbar doesn't store its position/dimension

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [384ea1d720779ae58e8a09bfe9c8865e847bce64]

        INTEGRATION: CWS fwkbugfix03 (1.57.32); FILE MERGED 2004/10/19 13:21:57 cd 1.57.32.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [189bd32ace37a4a3ca8f2c2984299f0658c1600f]

        INTEGRATION: CWS fwkbugfix03 (1.11.108); FILE MERGED 2004/10/19 13:21:55 cd 1.11.108.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [49022658ebe99892d6e4fcca9dbc04fd08b067ff]

        INTEGRATION: CWS fwkbugfix03 (1.29.32); FILE MERGED 2004/10/19 13:21:54 cd 1.29.32.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a0a8b8ee8f4ba747d931abf8a20eec95e8aeac33]

        INTEGRATION: CWS fwkbugfix03 (1.11.52); FILE MERGED 2004/10/11 11:55:10 as 1.11.52.2: RESYNC: (1.11-1.12); FILE MERGED 2004/09/20 07:50:54 as 1.11.52.1: #116963# support typesafe user props inside file format

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ba88b9c91451c3aa65937fb03af691dec93bde8e]

        INTEGRATION: CWS fwkbugfix03 (1.10.52); FILE MERGED 2004/10/11 11:55:00 as 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2004/09/20 07:50:54 as 1.10.52.1: #116963# support typesafe user props inside file format

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2aba6b324392a3a9a6aca73d0f9392a5d6d1745d]

        INTEGRATION: CWS fwkbugfix03 (1.33.32); FILE MERGED 2004/10/11 11:51:46 as 1.33.32.2: RESYNC: (1.33-1.34); FILE MERGED 2004/09/20 07:50:53 as 1.33.32.1: #116963# support typesafe user props inside file format

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [37f2be7a3e5b0d8125da886b5dcd9c26d6382571]

        INTEGRATION: CWS fwkbugfix03 (1.7.122); FILE MERGED 2004/10/28 09:08:59 mav 1.7.122.1: #i32557# do not install activex control in case of .Net toolkit environment

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [96dcec7abbd9e225a0fa12c95e6a5f2a76de79c7]

        INTEGRATION: CWS fwkbugfix03 (1.5.40); FILE MERGED 2004/10/19 05:48:58 as 1.5.40.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b0cc5ee632d8d61efb32cabb0272ffac66d48279]

        INTEGRATION: CWS fwkbugfix03 (1.6.40); FILE MERGED 2004/10/19 05:48:58 as 1.6.40.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2cb7b81a7a4f88d7c3f863b54178d3c7c5e57f1a]

        INTEGRATION: CWS fwkbugfix03 (1.7.40); FILE MERGED 2004/10/19 05:48:57 as 1.7.40.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3683cc82c5b9ab5bb42e8a88fe779482c53c2432]

        INTEGRATION: CWS fwkbugfix03 (1.6.32); FILE MERGED 2004/10/21 12:50:32 mav 1.6.32.2: #i35706# deliver xcu files 2004/10/19 05:48:57 as 1.6.32.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [dfaaee094fa363c03772da1b0a99b0b6e9d7701d]

        INTEGRATION: CWS fwkbugfix03 (1.9.50); FILE MERGED 2004/10/21 15:27:49 jb 1.9.50.1: #35587# New startup script for configimport

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b88a80c231e21b4190c7a65e0ec3dbdeb3b9b2d5]

        INTEGRATION: CWS fwkbugfix03 (1.37.24); FILE MERGED 2004/10/26 05:17:38 as 1.37.24.4: RESYNC: (1.37-1.39); FILE MERGED 2004/10/21 15:27:48 jb 1.37.24.3: #35587# New startup script for configimport 2004/10/21 12:50:31 mav 1.37.24.2: #i35706# deliver xcu files 2004/10/19 05:48:56 as 1.37.24.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [be46ae34f7d975a76014e90107ec12598158ab12]

        INTEGRATION: CWS fwkbugfix03 (1.5.122); FILE MERGED 2004/10/19 05:48:56 as 1.5.122.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [8999610e78b48780300b4b5dac0811af371b1688]

        INTEGRATION: CWS fwkbugfix03 (1.7.32); FILE MERGED 2004/10/21 12:50:31 mav 1.7.32.2: #i35706# deliver xcu files 2004/10/19 05:48:55 as 1.7.32.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f451f5c859eedc899fd44a0cd3b6aa2f818d23a3]

        INTEGRATION: CWS fwkbugfix03 (1.3.130); FILE MERGED 2004/10/19 05:48:55 as 1.3.130.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [934daa822d5e1c3ca7638c0fd9c7901063bb2808]

        INTEGRATION: CWS fwkbugfix03 (1.4.142); FILE MERGED 2004/10/19 05:48:55 as 1.4.142.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9e753608c5028ef24ffc3bee974b04fa2133ebfd]

        INTEGRATION: CWS fwkbugfix03 (1.4.120); FILE MERGED 2004/10/19 05:48:54 as 1.4.120.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e1deba073647ffe587f9b5a6447fc88710bb2e5f]

        INTEGRATION: CWS fwkbugfix03 (1.6.30); FILE MERGED 2004/10/21 12:50:31 mav 1.6.30.2: #i35706# deliver xcu files 2004/10/19 05:48:54 as 1.6.30.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ca277d699dfe7e4e7b436cf7f4339f9caeaa3965]

        INTEGRATION: CWS fwkbugfix03 (1.1.232); FILE MERGED 2004/10/19 05:48:53 as 1.1.232.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [afb91bc5ba08ad7e229f8e6f59b9c7a69bc8084b]

        INTEGRATION: CWS fwkbugfix03 (1.3.130); FILE MERGED 2004/10/19 05:48:53 as 1.3.130.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5b2eee5eac5cb6f36884d10cffe2fc956dcf4fc6]

        INTEGRATION: CWS fwkbugfix03 (1.4.122); FILE MERGED 2004/10/19 05:48:53 as 1.4.122.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [aa8abbaab646bba752bda5b1da14fbb46122efda]

        INTEGRATION: CWS fwkbugfix03 (1.6.32); FILE MERGED 2004/10/21 12:50:30 mav 1.6.32.2: #i35706# deliver xcu files 2004/10/19 05:48:52 as 1.6.32.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0cd19153f0d75efdb00c84aa0b0a113cb20d2b2d]

        INTEGRATION: CWS fwkbugfix03 (1.6.122); FILE MERGED 2004/10/19 05:48:52 as 1.6.122.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0cb3d252da3955dd7a89165216c452268d1d341e]

        INTEGRATION: CWS fwkbugfix03 (1.8.32); FILE MERGED 2004/10/21 12:50:30 mav 1.8.32.2: #i35706# deliver xcu files 2004/10/19 05:48:51 as 1.8.32.1: #i35537# register filter directly as xcu files instead of using pkgchk

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2fe8004ff51fe42042977ec1345526b4b31360aa]

        INTEGRATION: CWS fwkbugfix03 (1.6.10); FILE MERGED 2004/10/21 15:20:42 jb 1.6.10.1: #35587# New startup script for configimport on unx

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6baad0d1e136a70903ffab615fa30288bf0877f2]

        INTEGRATION: CWS fwkbugfix03 (1.11.42); FILE MERGED 2004/10/21 15:20:42 jb 1.11.42.1: #35587# New startup script for configimport on unx

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [68f08f698b61d2c3c2e654a82495ed7909ea2969]

        INTEGRATION: CWS fwkbugfix03 (1.12.12); FILE MERGED 2004/10/19 11:41:02 cd 1.12.12.1: #i30041# Added support to show/hide controllers with new status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7f6a63f8267784699aa26d8462827334f9970bad]

        INTEGRATION: CWS fwkbugfix03 (1.3.10); FILE MERGED 2004/10/26 05:16:48 as 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED resolve merge conflicts 2004/10/19 11:41:02 cd 1.3.10.1: #i30041# Added support to show/hide controllers with new status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [8d8e704731fbd7ae2307eeb988f2d82591e4fc0b]

        INTEGRATION: CWS fwkbugfix03 (1.2.58); FILE MERGED 2004/09/13 14:42:57 cd 1.2.58.1: #117627# Fix build warning

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [904e5820df1131991ea896123c119e10947355db]

        INTEGRATION: CWS fwkbugfix03 (1.2.58); FILE MERGED 2004/09/13 14:42:26 cd 1.2.58.2: #117627# Fix problem that any addon toolbar doesn't store its position/dimension 2004/09/13 11:42:49 cd 1.2.58.1: #117627# Fix crash on application exit

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [274043a2ecd4c9f40fae3b69b4d90e8597a1547d]

        INTEGRATION: CWS fwkbugfix03 (1.9.56); FILE MERGED 2004/10/11 11:23:46 as 1.9.56.2: RESYNC: (1.9-1.12); FILE MERGED 2004/09/24 09:20:03 as 1.9.56.1: #i34433# show component window of StartModule everytimes

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [15ccb9b218b2f3be3f6a812328e7d618959bd213]

        INTEGRATION: CWS fwkbugfix03 (1.4.120); FILE MERGED 2004/09/07 08:46:15 as 1.4.120.1: #i31449# & #i17226# dont use SvtModuleOptions any longer; do anything inside FrameActionEvent instead of CloseEvent

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1b4e30d7ecb31fa6a36ddbc69d20d6ba40e6088a]

        INTEGRATION: CWS fwkbugfix03 (1.23.16); FILE MERGED 2004/10/07 13:31:52 cd 1.23.16.1: #i35049# Support generic Add-On title for Add-on components

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [48d46069096b5e288866ac75dd5ede41a95d5496]

        INTEGRATION: CWS fwkbugfix03 (1.7.54); FILE MERGED 2004/09/24 13:45:37 cd 1.7.54.1: #i34600# Fix update problem with add-on configuration

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1b1144222772621762c1477a575b75ec95370ce0]

        INTEGRATION: CWS fwkbugfix03 (1.6.104); FILE MERGED 2004/09/24 13:45:08 cd 1.6.104.1: #i34600# Fix wrong position of add-on help menu items

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a963a58e82e99876c82b6e3f69435a94dec468e2]

        INTEGRATION: CWS fwkbugfix03 (1.3.16); FILE MERGED 2004/10/07 13:31:39 cd 1.3.16.1: #i35049# Support generic Add-On title for Add-on components

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1dd74b0f0c4b878fe3828e7904fd4f817d9577ff]

        INTEGRATION: CWS fwkbugfix03 (1.2.58); FILE MERGED 2004/09/13 14:40:38 cd 1.2.58.1: #117627# Fix problem with enabled menu entries for a non-configurable addon toolbar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c1e88c63253eb53e857d1b5d0a560f4863ee9eb3]

        INTEGRATION: CWS fwkbugfix03 (1.2.58); FILE MERGED 2004/09/13 11:42:26 cd 1.2.58.1: #117627# Fix crash on application exit

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [25540949e3a0a81c9d354dcdf7777dec3edbc8ff]

        INTEGRATION: CWS fwkbugfix03 (1.1.330); FILE MERGED 2004/09/07 08:46:14 as 1.1.330.1: #i31449# & #i17226# dont use SvtModuleOptions any longer; do anything inside FrameActionEvent instead of CloseEvent

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [96886847d3acdf4b47bf2819df4deff8d91e3725]

        INTEGRATION: CWS fwkbugfix03 (1.10.16); FILE MERGED 2004/10/07 13:31:38 cd 1.10.16.1: #i35049# Support generic Add-On title for Add-on components

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [144c445668504d46bc40f3dd2db4361f675b27b6]

        INTEGRATION: CWS fwkbugfix03 (1.4.56); FILE MERGED 2004/09/24 13:44:38 cd 1.4.56.1: #i34600# Fix update problem with add-on configuration

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4b179b3cad0562697f834b94a5cc6c16e3bba6c9]

        INTEGRATION: CWS fwkbugfix03 (1.5.78); FILE MERGED 2004/10/18 11:23:34 as 1.5.78.1: #i35537# deliver xcu files instead of zip packages

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [cb0c297adcf5e58646738b269d599bcdc142d835]

        INTEGRATION: CWS fwkbugfix03 (1.18.30); FILE MERGED 2004/10/18 11:23:33 as 1.18.30.1: #i35537# deliver xcu files instead of zip packages

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [cd2e49f1fae47737216f4255e6227d25b9097d37]

        INTEGRATION: CWS fwkbugfix03 (1.3.78); FILE MERGED 2004/09/23 15:48:30 mav 1.3.78.1: #i32557# the activex control can not be compiled by .NET 2003 Toolkit

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ba82291b86392744a175c3087374192ab152d64d]

        INTEGRATION: CWS fwkbugfix03 (1.7.172); FILE MERGED 2004/10/26 05:15:01 as 1.7.172.2: RESYNC: (1.7-1.8); FILE MERGED 2004/09/23 15:48:30 mav 1.7.172.1: #i32557# the activex control can not be compiled by .NET 2003 Toolkit

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9c42eddd4900f2a1142fed1a52cf882457639e25]

        INTEGRATION: CWS fwkbugfix03 (1.2.68); FILE MERGED 2004/10/19 12:50:28 cd 1.2.68.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [8a6c2deb97ca2cf5a0a1130be9bf8091a9c323b4]

        INTEGRATION: CWS fwkbugfix03 (1.1.2); FILE ADDED 2004/10/19 12:50:12 cd 1.1.2.1: #i30041# Added new state to support show/hide controllers with status update

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f856eefa77458bd71cb5f5af9492f87a9e16d310]

        INTEGRATION: CWS fwkbugfix03 (1.5.100); FILE MERGED 2004/10/11 10:45:29 as 1.5.100.2: resolve merge conflicts 2004/10/06 11:00:00 mav 1.5.100.1: #i26882# readjust storage related idl documentation

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5afd667df73071e26a9db42228bd41897cab6c4f]

        INTEGRATION: CWS fwkbugfix03 (1.4.102); FILE MERGED 2004/10/06 10:59:59 mav 1.4.102.1: #i26882# readjust storage related idl documentation

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f480c5372185dbe19853c9f6f94872a5fcd3fed7]

        INTEGRATION: CWS fwkbugfix03 (1.3.102); FILE MERGED 2004/10/06 10:59:59 mav 1.3.102.1: #i26882# readjust storage related idl documentation

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6412bfe8edd7d43b61a31d6862b544a98b3335be]

        INTEGRATION: CWS fwkbugfix03 (1.1.2); FILE ADDED 2004/10/06 10:57:28 mav 1.1.2.1: #i26882# FileSystemStorage service and BaseStorage service

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7d325650308525ae0fbb89adcc9c5fa3d1af287e]

        INTEGRATION: CWS fwkbugfix03 (1.1.2); FILE ADDED 2004/10/06 10:57:17 mav 1.1.2.1: #i26882# FileSystemStorage service and BaseStorage service

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9d13eda7d64bc21ad154efeeebdfea0b1bb939d9]

        INTEGRATION: CWS fwkbugfix03 (1.1.2); FILE ADDED 2004/10/06 10:57:06 mav 1.1.2.1: #i26882# FileSystemStorage service and BaseStorage service

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0e3d5129bc45c2a2b84932d0eed81e51308f6eb9]

        INTEGRATION: CWS fwkbugfix03 (1.9.86); FILE MERGED 2004/10/14 06:19:35 as 1.9.86.1: #116963# document the new interface XPropertyContainer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3ef22bed21460ff1c8f1153c1aca6d179a67610c]

        INTEGRATION: CWS impress17 (1.72.8); FILE MERGED 2004/10/29 14:52:01 cl 1.72.8.6: #i35857# converted gamma value from double to percentage 2004/10/29 13:22:45 cl 1.72.8.5: #i36065# renamed draw:mirror to style:mirror 2004/10/28 14:09:30 bm 1.72.8.4: #i35918# conversion of fill property names with spaces 2004/10/26 14:46:12 cl 1.72.8.3: #i35792# renamed draw:writing-mode to style:writing-mode 2004/10/21 15:47:04 cl 1.72.8.2: #i35789# merged draw:size-protect and draw:move-protect to style:protect 2004/10/21 14:38:43 cl 1.72.8.1: #i25178# fixed value for draw:caption-escape

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6e63a555c5e9d888bc937359bc0ff1c1fa9ef0a8]

        INTEGRATION: CWS impress17 (1.117.96); FILE MERGED 2004/10/29 11:35:15 cl 1.117.96.1: #i13778# convert twips to 100th mm for connector ends in writer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [01643d4afd6a13830a7b7185381e2824ea9eae82]

        INTEGRATION: CWS impress17 (1.4.60); FILE MERGED 2004/10/29 14:35:51 od 1.4.60.4: #i13778#,#i36248# - apply correct twip-to-1/100mm and 1/100mm-to-twip conversion 2004/10/29 13:25:01 cl 1.4.60.3: #i36065# renamed draw:mirror to style:mirror 2004/10/29 12:23:16 cl 1.4.60.2: #i27891# correct svg:width & svg:height border definition 2004/10/29 11:45:18 cl 1.4.60.1: #i13778# convert wrong twips measures for connectors in writer documents

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [311ffea2f18486b83414cc20d389e47067948c7e]

        INTEGRATION: CWS impress17 (1.46.46); FILE MERGED 2004/10/29 11:35:37 cl 1.46.46.1: #i13778# convert twips to 100th mm for connector ends in writer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [07d1d50701bd251b2ecede86b0d93fea7855a94b]

        INTEGRATION: CWS impress17 (1.4.60); FILE MERGED 2004/10/29 14:52:51 cl 1.4.60.5: #i35857# converted gamma value from double to percentage 2004/10/29 13:25:00 cl 1.4.60.4: #i36065# renamed draw:mirror to style:mirror 2004/10/26 14:50:38 cl 1.4.60.3: #i35792# renamed draw:writing-mode to style:writing-mode 2004/10/21 15:47:17 cl 1.4.60.2: #i35789# merged draw:size-protect and draw:move-protect to style:protect 2004/10/21 14:39:28 cl 1.4.60.1: #i25178# fixed value for draw:caption-escape

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [14bb74f569ae9510159043491e653efb3a8b6d6c]

        INTEGRATION: CWS impress17 (1.5.56); FILE MERGED 2004/11/02 09:29:46 cl 1.5.56.6: #i35857# converted gamma value from double to percentage 2004/10/29 14:52:51 cl 1.5.56.5: #i35857# converted gamma value from double to percentage 2004/10/29 13:24:59 cl 1.5.56.4: #i36065# renamed draw:mirror to style:mirror 2004/10/26 14:49:39 cl 1.5.56.3: #i35792# renamed draw:writing-mode to style:writing-mode 2004/10/21 15:47:16 cl 1.5.56.2: #i35789# merged draw:size-protect and draw:move-protect to style:protect 2004/10/21 14:39:27 cl 1.5.56.1: #i25178# fixed value for draw:caption-escape

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e943bcb4872cf75c60120d3deb92f11efc1bda38]

        INTEGRATION: CWS impress17 (1.4.62); FILE MERGED 2004/10/26 14:49:08 cl 1.4.62.3: #i35792# renamed draw:writing-mode to style:writing-mode 2004/10/21 15:47:16 cl 1.4.62.2: #i35789# merged draw:size-protect and draw:move-protect to style:protect 2004/10/21 14:39:27 cl 1.4.62.1: #i25178# fixed value for draw:caption-escape

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [305a1c80787589b662fd53a259b57ad7bbff2804]

        INTEGRATION: CWS impress17 (1.5.58); FILE MERGED 2004/10/29 14:52:50 cl 1.5.58.5: #i35857# converted gamma value from double to percentage 2004/10/29 13:24:59 cl 1.5.58.4: #i36065# renamed draw:mirror to style:mirror 2004/10/26 14:49:08 cl 1.5.58.3: #i35792# renamed draw:writing-mode to style:writing-mode 2004/10/21 15:47:16 cl 1.5.58.2: #i35789# merged draw:size-protect and draw:move-protect to style:protect 2004/10/21 14:39:27 cl 1.5.58.1: #i25178# fixed value for draw:caption-escape

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [67d847e677ab3164e4ed9ce9a369c5d9faaa24bd]

        INTEGRATION: CWS impress17 (1.3.60); FILE MERGED 2004/10/29 12:23:15 cl 1.3.60.2: #i27891# correct svg:width & svg:height border definition 2004/10/29 11:43:57 cl 1.3.60.1: #i13778# convert wrong twips measures for connectors in writer documents

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [23d69998aed636100afe6e15a21743f23e92e2de]

        INTEGRATION: CWS impress17 (1.3.58); FILE MERGED 2004/10/29 12:23:15 cl 1.3.58.2: #i27891# correct svg:width & svg:height border definition 2004/10/29 11:41:51 cl 1.3.58.1: #i13778# convert wrong twips measures for connectors in writer documents

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2fc5d5ec786122b81c3df5df8d31eb950c189929]

        INTEGRATION: CWS impress17 (1.2.90); FILE MERGED 2004/10/29 14:52:50 cl 1.2.90.3: #i35857# converted gamma value from double to percentage 2004/10/29 13:24:59 cl 1.2.90.2: #i36065# renamed draw:mirror to style:mirror 2004/10/29 11:40:00 cl 1.2.90.1: #i13778# convert wrong twips measures for connectors in writer documents

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [966236ca0edf36b41cfb05801d0e44293b8a0c6e]

        INTEGRATION: CWS impress17 (1.9.46); FILE MERGED 2004/10/28 11:48:17 od 1.9.46.1: #i36248# - add properties <StartPositionInHoriL2R> and <EndPositionInHoriL2R>            needed for the export from the OASIS Open Office file format            to the OpenOffice.org file format.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a9b4182fd9d107553df1b8aacc6feb7f7f843028]

        INTEGRATION: CWS impress17 (1.104.108); FILE MERGED 2004/10/28 12:11:38 od 1.104.108.1: #i36248# - adjustments to correct representation of connector shape position            in the OASIS Open Office file format and to export its position            correctly to the OpenOffice.org file format.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [652489081bbe06aa16ba659fe5bf1c20ea10d6b7]

        INTEGRATION: CWS impress17 (1.166.106); FILE MERGED 2004/10/28 12:11:38 od 1.166.106.1: #i36248# - adjustments to correct representation of connector shape position            in the OASIS Open Office file format and to export its position            correctly to the OpenOffice.org file format.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9de68dd285fc0bfdd313d5c05c36500cc28aef1a]

        INTEGRATION: CWS impress17 (1.58.110); FILE MERGED 2004/10/28 12:11:37 od 1.58.110.1: #i36248# - adjustments to correct representation of connector shape position            in the OASIS Open Office file format and to export its position            correctly to the OpenOffice.org file format.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5145398db35e238937722070f65fa22800843223]

        INTEGRATION: CWS impress17 (1.101.92); FILE MERGED 2004/10/28 12:08:52 od 1.101.92.1: #i36248# - adjustments to correct representation of connector shape position            in the OASIS Open Office file format and to export its position            correctly to the OpenOffice.org file format.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [eb4be45278b66acaadd6af1c8a4a9272989f743e]

        INTEGRATION: CWS impress17 (1.11.112); FILE MERGED 2004/10/28 12:08:52 od 1.11.112.1: #i36248# - adjustments to correct representation of connector shape position            in the OASIS Open Office file format and to export its position            correctly to the OpenOffice.org file format.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c56b7a8b8768513c61479b3f80892ca9163cede0]

        INTEGRATION: CWS impress17 (1.59.90); FILE MERGED 2004/10/28 12:08:52 od 1.59.90.1: #i36248# - adjustments to correct representation of connector shape position            in the OASIS Open Office file format and to export its position            correctly to the OpenOffice.org file format.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2b41219f9e96a7bb9f0293de77d3a4f6558063c5]

        INTEGRATION: CWS impress17 (1.2.90); FILE MERGED 2004/10/29 11:45:18 cl 1.2.90.1: #i13778# convert wrong twips measures for connectors in writer documents

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [95a79cf2f8f75fc994995cda96cfaeeac073eb88]

        INTEGRATION: CWS impress17 (1.4.58); FILE MERGED 2004/10/29 14:52:51 cl 1.4.58.4: #i35857# converted gamma value from double to percentage 2004/10/29 13:25:00 cl 1.4.58.3: #i36065# renamed draw:mirror to style:mirror 2004/10/21 15:47:17 cl 1.4.58.2: #i35789# merged draw:size-protect and draw:move-protect to style:protect 2004/10/21 14:39:28 cl 1.4.58.1: #i25178# fixed value for draw:caption-escape

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1c82194acc7dd7299699e92cde33705fe087c5f6]

        INTEGRATION: CWS impress17 (1.2.90); FILE MERGED 2004/10/26 14:50:38 cl 1.2.90.1: #i35792# renamed draw:writing-mode to style:writing-mode

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c848ded79895af5c0fd4a07aa45c8339e71bd711]

        INTEGRATION: CWS impress17 (1.4.60); FILE MERGED 2004/10/21 15:47:17 cl 1.4.60.2: #i35789# merged draw:size-protect and draw:move-protect to style:protect 2004/10/21 14:39:27 cl 1.4.60.1: #i25178# fixed value for draw:caption-escape

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2d6736e7b9884a8b42dbcd53332d1f11cd7f1c03]

        INTEGRATION: CWS impress17 (1.2.88); FILE MERGED 2004/10/29 11:43:07 cl 1.2.88.1: #i13778# convert wrong twips measures for connectors in writer documents

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [00289727d68ebd528c866b23d253e35705158b2f]

        INTEGRATION: CWS impress17 (1.2.88); FILE MERGED 2004/10/29 11:39:32 cl 1.2.88.1: #i13778# convert wrong twips measures for connectors in writer documents

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9059f88839cbf32a22095f6f13454c6fff334a87]

        INTEGRATION: CWS impress17 (1.2.90); FILE MERGED 2004/10/29 11:39:19 cl 1.2.90.1: #i13778# convert wrong twips measures for connectors in writer documents

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [d899e77376c67dd6b83d3fcd31496881bffa5530]

        INTEGRATION: CWS impress17 (1.86.54); FILE MERGED 2004/10/29 14:52:20 cl 1.86.54.1: #i35857# converted gamma value from double to percentage

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7f9869d8d5e3452507f584489368aac545b67b53]

        INTEGRATION: CWS impress17 (1.10.88); FILE MERGED 2004/11/02 09:23:55 cl 1.10.88.1: #i35857# converted gamma value from double to percentage

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [da078e7bad5044645a621503a271f10702d19395]

        INTEGRATION: CWS impress17 (1.14.88); FILE MERGED 2004/11/02 09:23:55 cl 1.14.88.1: #i35857# converted gamma value from double to percentage

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4bb31b7eaf7e960d06e4cb6eee3c0a7096932ed7]

        INTEGRATION: CWS impress17 (1.22.88); FILE MERGED 2004/11/02 09:23:55 cl 1.22.88.1: #i35857# converted gamma value from double to percentage

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [d65acf861223aa048048decfe802bc6bd589cdec]

        INTEGRATION: CWS impress17 (1.42.44); FILE MERGED 2004/10/28 14:09:30 bm 1.42.44.1: #i35918# conversion of fill property names with spaces

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0ab41375adcf8db9e750287b8bf36ab3926bd242]

        INTEGRATION: CWS impress17 (1.90.38); FILE MERGED 2004/10/29 20:22:11 cl 1.90.38.3: RESYNC: (1.90-1.91); FILE MERGED 2004/10/29 12:22:36 cl 1.90.38.2: #i27891# correct svg:width & svg:height border definition 2004/10/28 11:55:30 od 1.90.38.1: #i36248# - move code to set property <PositionLayoutDir> from method            <SdXMLShapeContext::SetTransformation()> to            method <XMLShapeImportHelper::finishShape(..)>.            This property is needed for the import of the OpenOffice.org            file format.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ebcd95569f14615e6f10ed8371c6456a6b56b233]

        INTEGRATION: CWS impress17 (1.21.44); FILE MERGED 2004/10/21 14:03:01 cl 1.21.44.1: #i35788# do not export page id since its not used currently

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [61474698a870e0fe40b4cbaa7a3e7162b4ed0858]

        INTEGRATION: CWS impress17 (1.54.8); FILE MERGED 2004/10/29 20:21:04 cl 1.54.8.2: RESYNC: (1.54-1.55); FILE MERGED 2004/10/28 11:55:30 od 1.54.8.1: #i36248# - move code to set property <PositionLayoutDir> from method            <SdXMLShapeContext::SetTransformation()> to            method <XMLShapeImportHelper::finishShape(..)>.            This property is needed for the import of the OpenOffice.org            file format.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a5182b769f65f74fbbc222ac05f89638367b7636]

        INTEGRATION: CWS impress17 (1.38.40); FILE MERGED 2004/10/29 12:22:35 cl 1.38.40.3: #i27891# correct svg:width & svg:height border definition 2004/10/28 11:58:31 od 1.38.40.2: #i36248# <XMLShapeExport::ImpExportConnectorShape(..)> and          <XMLShapeExport::ImpExportMeasureShape(..)> 	 - export <StartPosition> and <EndPosition> in horizontal 	   left-to-right layout for the export to the OpenOffice.org            file format. 2004/10/21 14:02:27 cl 1.38.40.1: #i35788# do not export zero page numbers

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2e75fb5e8f1462966a80b9c6e736df048075dc24]

        INTEGRATION: CWS impress17 (1.22.44); FILE MERGED 2004/10/21 14:01:27 cl 1.22.44.1: #i35788# do not export page id since its not used currently

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f33b6fd4ffc2300300b465d1c436abf2106274d5]

        INTEGRATION: CWS impress17 (1.42.44); FILE MERGED 2004/10/21 14:00:55 cl 1.42.44.1: #i35788# do not export page id since its not used currently

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4f1c95f32012aa214fcb7c21eee474913fe6e4b6]

        INTEGRATION: CWS impress17 (1.89.48); FILE MERGED 2004/10/21 14:00:17 cl 1.89.48.1: #i35788# do not export page id since its not used currently

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e608ee33322ff3f68912950f19eb7dc4c4093146]

        INTEGRATION: CWS impress17 (1.28.92); FILE MERGED 2004/10/29 13:22:46 cl 1.28.92.2: #i36065# renamed draw:mirror to style:mirror 2004/10/21 15:47:04 cl 1.28.92.1: #i35789# merged draw:size-protect and draw:move-protect to style:protect

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ec43e3cbbbc29a6b12aa8912fca77504c621bea3]

        INTEGRATION: CWS impress17 (1.108.38); FILE MERGED 2004/10/29 11:37:02 cl 1.108.38.1: #i13778# submit model to transformer

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4e96b724dc6aa779db09fd4859cfc6615b7cb101]

        INTEGRATION: CWS mav11 (1.153.14); FILE MERGED 2004/11/04 11:30:42 mav 1.153.14.2: RESYNC: (1.153-1.155); FILE MERGED 2004/10/29 10:45:38 lo 1.153.14.1: #i35117# disableed prefetching of configuration trees

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4d060e53b5c3351f4573b84822776fda623597b4]

        INTEGRATION: CWS mav11 (1.31.28); FILE MERGED 2004/11/02 17:38:31 tbe 1.31.28.1: #i36435# Caption of BASIC IDE does not comply to the spec

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [8a091d63e58bc24804447377555a728548bf6b6a]

        INTEGRATION: CWS mav11 (1.10.44); FILE MERGED 2004/11/02 17:37:30 tbe 1.10.44.1: #i36435# Caption of BASIC IDE does not comply to the spec

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [59341cf08551f6eb7862146c3c809017a8ae298a]

        INTEGRATION: CWS mav11 (1.34.22); FILE MERGED 2004/11/02 17:36:59 tbe 1.34.22.1: #i36435# Caption of BASIC IDE does not comply to the spec

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [33ed7ff48bdbca48f0dcf47989875ca072f5643c]

        INTEGRATION: CWS mav11 (1.13.22); FILE MERGED 2004/11/02 17:36:32 tbe 1.13.22.1: #i36435# Caption of BASIC IDE does not comply to the spec

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [225ee90b3eedfa85dad88aa2771e842590864483]

        INTEGRATION: CWS mav11 (1.64.48); FILE MERGED 2004/11/03 18:52:37 mav 1.64.48.2: #i27418# check for null pointer 2004/11/01 07:27:31 as 1.64.48.1: #i35708# show right title

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4eb158079d1a45633445cb5bf1d4ca46eaf3b722]

        INTEGRATION: CWS mav11 (1.74.132); FILE MERGED 2004/11/03 20:17:42 mav 1.74.132.1: #i31174# close the nonloaded document

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e5dc5ad24878bb50ee027f82eef8a79aa1530d08]

        INTEGRATION: CWS mav11 (1.134.42); FILE MERGED 2004/11/04 11:29:07 mav 1.134.42.2: RESYNC: (1.134-1.135); FILE MERGED 2004/11/03 20:35:56 mav 1.134.42.1: #i35931# do not set the document to unmodified state

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ab43fd4e8a51fed8fb7c7c5f26fb4e586dbc12e6]

        INTEGRATION: CWS mav11 (1.27.70); FILE MERGED 2004/11/02 15:08:16 lo 1.27.70.1: #i31892# clean up instance pointer when try icon is removed

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7bf0aec933fd9831ffcd60380291d11968184e6a]

        INTEGRATION: CWS mav11 (1.15.680); FILE MERGED 2004/11/02 15:08:16 lo 1.15.680.1: #i31892# clean up instance pointer when try icon is removed

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [81a7af0a8c74c148bf1f5e63df0bad0616456e35]

        INTEGRATION: CWS mav11 (1.39.60); FILE MERGED 2004/11/02 15:08:15 lo 1.39.60.1: #i31892# clean up instance pointer when try icon is removed

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7482f84150936b353515c16b07997c874825a393]

        INTEGRATION: CWS mav11 (1.38.104); FILE MERGED 2004/10/31 07:48:25 cd 1.38.104.1: #i33483# New static class to set global callback for VCL edit field

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [53a7aa6d35801dd8be47f2e5eaab0f0c5b8a48c2]

        INTEGRATION: CWS mav11 (1.1.2); FILE ADDED 2004/10/31 07:47:55 cd 1.1.2.1: #i33483# New static class to set global callback for VCL edit field

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [01cf25a4e6c7961b3e8d08070dc8e02b6cbd52f6]

        INTEGRATION: CWS mav11 (1.1.2); FILE ADDED 2004/11/04 15:45:50 mav 1.1.2.2: #i33483# this initialiyation fail in case the library is loaded from different from office process 2004/10/31 07:47:42 cd 1.1.2.1: #i33483# New static class to set global callback for VCL edit field

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b018c98b069db719a59e726af681bfadc0729cfa]

        INTEGRATION: CWS mav11 (1.18.56); FILE MERGED 2004/11/01 08:20:16 cd 1.18.56.1: #i33483# New sub-project for initialization

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [54c20b3c42d009f60db5ea910a7513e16cd67e58]

        INTEGRATION: CWS mav11 (1.12.36); FILE MERGED 2004/11/01 07:20:37 as 1.12.36.1: #i35708# show right title

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6354f30664c030dd7afb4a3e79102802b560e271]

        INTEGRATION: CWS mav11 (1.11.36); FILE MERGED 2004/11/01 08:31:48 cd 1.11.36.1: #116635# Check model for preview flag to enable creation of a menu bar

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0d601a23f15687dbb07256f0f43fbb9a3a96d108]

        INTEGRATION: CWS mav11 (1.3.100); FILE MERGED 2004/11/04 09:51:44 lo 1.3.100.1: #i34562# configure export/import components for relative urls

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a68e10a6ace8d5070c0fd6305e8665116a0f0d3f]

        INTEGRATION: CWS mav11 (1.10.38); FILE MERGED 2004/11/03 14:39:44 lo 1.10.38.1: #i34457# #i36104# don't register detection service, when no search string is available

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [543b1aa9f425ac4f206ebf3f685ad11f4c3ebeda]

        INTEGRATION: CWS mav11 (1.6.84); FILE MERGED 2004/11/04 09:51:43 lo 1.6.84.1: #i34562# configure export/import components for relative urls

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7a6bdcb2acbe37390ca3f6886e2fb60e0f6ee95a]

        INTEGRATION: CWS mav11 (1.14.38); FILE MERGED 2004/11/04 09:51:42 lo 1.14.38.1: #i34562# configure export/import components for relative urls

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [80aac684fcda7fcb31cf598373756b7f67ee527a]

        INTEGRATION: CWS abi08 (1.97.80); FILE MERGED 2004/11/05 12:49:58 abi 1.97.80.1: no shared index

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3378623794d6bd49a234a479a81fff274e44f597]

        INTEGRATION: CWS abi08 (1.49.16); FILE MERGED 2004/10/22 12:23:28 abi 1.49.16.1: #i30926# cutnpaste error'

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [48a5699de20bcc28e1e3323f1976ec37008436e3]

        INTEGRATION: CWS abi08 (1.39.2); FILE MERGED 2004/10/12 09:06:20 abi 1.39.2.1: #i34466# wrong check wether something has to be replaced

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [537254465f8e1b373bd781afc0df8ab7c093d58f]

        INTEGRATION: CWS abi08 (1.22.4); FILE MERGED 2004/11/04 14:08:13 abi 1.22.4.4: RESYNC: (1.22-1.23); FILE MERGED 2004/10/28 08:14:07 sb 1.22.4.3: #i35207# Fixed handling of <vnd.sun.star.help://swriter?foo> (with no path, but a query). 2004/10/27 12:43:44 sb 1.22.4.2: #i35207# Changed vnd.sun.star.help scheme once again to allow arbitrary (escaped) characters in path segments, not just alphanumeric ones. 2004/10/13 15:30:07 sb 1.22.4.1: #i35207# Modified vnd.sun.star.help scheme.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5b6aab5173207c1630db741201f5712b6222ab17]

        INTEGRATION: CWS abi08 (1.16.132); FILE MERGED 2004/10/08 14:40:47 kso 1.16.132.1: Correctd authors for UCB related items.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [12bc399352fa340c479d5d771a94344f13e94ca5]

        INTEGRATION: CWS abi08 (1.16.132); FILE MERGED 2004/10/08 14:40:46 kso 1.16.132.1: Correctd authors for UCB related items.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [3cf21a8bb947ffdffbdcec36880bc16ea39d1335]

        INTEGRATION: CWS abi08 (1.99.6); FILE MERGED 2004/11/04 14:03:52 abi 1.99.6.2: RESYNC: (1.99-1.100); FILE MERGED 2004/10/08 14:40:43 kso 1.99.6.1: Correctd authors for UCB related items.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a90c6261bd2bf5f9e0820e26d08d0e077ada5c20]

        INTEGRATION: CWS abi08 (1.17.132); FILE MERGED 2004/10/08 14:40:42 kso 1.17.132.1: Correctd authors for UCB related items.

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c9ec7a6bd18470a8f1d7af0f3551a67545ef6ac6]

        INTEGRATION: CWS abi08 (1.5.124); FILE MERGED 2004/10/22 14:03:58 abi 1.5.124.1: #i19940# silently

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c73461b18ecde8c81960ee728a4130aae18c087a]

        INTEGRATION: CWS abi08 (1.80.4); FILE MERGED 2004/10/22 14:34:07 abi 1.80.4.1: #i31221,95725# flush now syncs, headers included

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ee8adee0f126ee637b817acac9f881b2f601c1e9]

        INTEGRATION: CWS abi08 (1.6.190); FILE MERGED 2004/10/22 14:34:07 abi 1.6.190.1: #i31221,95725# flush now syncs, headers included

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ce71b7115975e8a3fe753a107bad40e7ccee5cbe]

        INTEGRATION: CWS abi08 (1.15.4); FILE MERGED 2004/10/22 14:34:07 abi 1.15.4.1: #i31221,95725# flush now syncs, headers included

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [8f527751c1296f45ddb5f50ada29a3990a2a80bd]

        INTEGRATION: CWS abi08 (1.2.146); FILE MERGED 2004/10/22 14:34:06 abi 1.2.146.1: #i31221,95725# flush now syncs, headers included

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5d7baadd8e61d70e33b03b44d5ecb5b379bd592a]

        INTEGRATION: CWS abi08 (1.3.188); FILE MERGED 2004/10/22 14:34:06 abi 1.3.188.1: #i31221,95725# flush now syncs, headers included

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6d345caf5eae6dd14944975c7b4c989ad90eb0b7]

        INTEGRATION: CWS abi08 (1.7.4); FILE MERGED 2004/10/22 14:34:06 abi 1.7.4.1: #i31221,95725# flush now syncs, headers included

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [09426868743ef0c0a5592b1e2d1f152a35089ca0]

        INTEGRATION: CWS abi08 (1.7.34); FILE MERGED 2004/10/22 14:34:06 abi 1.7.34.1: #i31221,95725# flush now syncs, headers included

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [593e070ec62ce5a9965f7de0b96cddf96e567489]

        INTEGRATION: CWS abi08 (1.2.206); FILE MERGED 2004/10/22 14:34:05 abi 1.2.206.1: #i31221,95725# flush now syncs, headers included

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a1e4f2e2e812201b23f123cf8b1f70427971686f]

        INTEGRATION: CWS aw020 (1.7.24); FILE MERGED 2004/10/26 13:13:39 aw 1.7.24.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [178f0566e6e60bd8f94f02d092cea3e721055276]

        INTEGRATION: CWS aw020 (1.23.38); FILE MERGED 2004/11/04 16:03:55 aw 1.23.38.1: #i36406#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4dc2a3a19e8bdcfdc8b6970d5b709fdb809b6963]

        INTEGRATION: CWS aw020 (1.17.24); FILE MERGED 2004/10/28 11:41:39 aw 1.17.24.1: #i35971#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4c46141517085497d10e4ecfa59c45de3d6ad02a]

        INTEGRATION: CWS aw020 (1.68.24); FILE MERGED 2004/10/25 16:29:46 aw 1.68.24.1: #i34008#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5118ef83a7ab90c83399c2f7e406bf805e13742f]

        INTEGRATION: CWS aw020 (1.10.26); FILE MERGED 2004/11/03 17:11:01 aw 1.10.26.1: #i34947#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0848b94e3eecd538bf5afc08bee751cd7acf2d02]

        INTEGRATION: CWS aw020 (1.8.26); FILE MERGED 2004/11/03 12:30:26 aw 1.8.26.1: #i36469#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [1619f61d49a5aa3d848cb75a156d01764f09e5a8]

        INTEGRATION: CWS aw020 (1.3.26); FILE MERGED 2004/11/03 12:30:26 aw 1.3.26.2: #i36469# 2004/10/26 13:17:00 aw 1.3.26.1: #i36136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [bbaa2d1908c965b8d2ffd070a3dddf43b5412b99]

        INTEGRATION: CWS aw020 (1.3.26); FILE MERGED 2004/11/04 17:01:21 aw 1.3.26.1: #i35614#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [6cfba3929d6837af2de76bc53aca16e39b68e572]

        INTEGRATION: CWS aw020 (1.7.26); FILE MERGED 2004/11/03 12:30:25 aw 1.7.26.1: #i36469#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4d9334f321470337dc93211499dd25a52bb4add4]

        INTEGRATION: CWS aw020 (1.3.26); FILE MERGED 2004/11/03 12:30:12 aw 1.3.26.1: #i36469#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [71e7f845686a5adaac962b00ba8ddbe745e738cf]

        INTEGRATION: CWS aw020 (1.12.90); FILE MERGED 2004/10/26 13:13:03 aw 1.12.90.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [b3e9fa2b8c0490c7f7c5516e5f5c190c0c842ddd]

        INTEGRATION: CWS aw020 (1.2.40); FILE MERGED 2004/10/26 13:13:03 aw 1.2.40.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0b420bc03ad15fa6294ea2489f24b2bfd6de30fe]

        INTEGRATION: CWS aw020 (1.4.914); FILE MERGED 2004/10/26 13:13:02 aw 1.4.914.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [fbef4132eee9110e494051334c08ea4fb0ad97b0]

        INTEGRATION: CWS aw020 (1.2.40); FILE MERGED 2004/10/26 13:13:02 aw 1.2.40.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [dc76a6613cf371f2265a442ad1ffe6b97c52d690]

        INTEGRATION: CWS aw020 (1.3.12); FILE MERGED 2004/10/29 11:19:51 aw 1.3.12.1: #i36281#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a15b6fad2937e8a26ce8c896435b15facfbcb9aa]

        INTEGRATION: CWS aw020 (1.3.638); FILE MERGED 2004/10/26 13:11:55 aw 1.3.638.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [161374ab3708202122a251b694796e7a540ea284]

        INTEGRATION: CWS aw020 (1.2.18); FILE MERGED 2004/10/26 13:11:54 aw 1.2.18.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [2fb2820564e9992d6a05784512282ab0946597da]

        INTEGRATION: CWS aw020 (1.7.194); FILE MERGED 2004/10/26 13:11:54 aw 1.7.194.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [feabf318d8d60ff1e043127a9555d648f12f8fea]

        INTEGRATION: CWS aw020 (1.12.56); FILE MERGED 2004/10/26 13:11:53 aw 1.12.56.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [16f7947bf75ee6f6ffa2961bc0cf9b2eb630fa58]

        INTEGRATION: CWS aw020 (1.2.18); FILE MERGED 2004/10/26 13:11:53 aw 1.2.18.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a1a1e6a007ce3286ff3c63509eaf3d0d1462da18]

        INTEGRATION: CWS aw020 (1.9.250); FILE MERGED 2004/10/26 13:12:34 aw 1.9.250.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [7c900866d10adec224cac73e846d8f8fa8bf5aff]

        INTEGRATION: CWS aw020 (1.2.18); FILE MERGED 2004/10/26 13:12:34 aw 1.2.18.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [e132de7d7d484624fe5ffce212399f2b9edb5c5a]

        INTEGRATION: CWS aw020 (1.35.44); FILE MERGED 2004/10/26 13:12:33 aw 1.35.44.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [20d8bea5aff8dc5f4b973c83d20eba1ba4e1e0d2]

        INTEGRATION: CWS aw020 (1.20.46); FILE MERGED 2004/10/26 13:12:32 aw 1.20.46.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [4b091780bfb5cecb836f2b2643a2a91a5d72e484]

        INTEGRATION: CWS aw020 (1.2.18); FILE MERGED 2004/10/26 13:12:32 aw 1.2.18.1: #i33136#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [91c91eb87447df8ff7f137abbaacd861da2f1417]

        INTEGRATION: CWS aw020 (1.3.26); FILE MERGED 2004/10/29 12:52:51 aw 1.3.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [067e0ebb91e11d7cc41d83cc2fd71ddd1d0cbfd9]

        INTEGRATION: CWS aw020 (1.4.26); FILE MERGED 2004/10/29 12:52:51 aw 1.4.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [c6c3a831338fa67533a0af0c50f8c38843051bd6]

        INTEGRATION: CWS aw020 (1.3.26); FILE MERGED 2004/10/29 12:52:50 aw 1.3.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [578c6b864f3d61e5a576a1053ac2759a2e7388a7]

        INTEGRATION: CWS aw020 (1.4.26); FILE MERGED 2004/10/29 12:52:50 aw 1.4.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0af474e410785722fac6917bcb91df97962a61a2]

        INTEGRATION: CWS aw020 (1.5.26); FILE MERGED 2004/10/29 12:52:50 aw 1.5.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [a9c00df57d82dee2c1199e05453c2f106f31dfce]

        INTEGRATION: CWS aw020 (1.5.24); FILE MERGED 2004/10/29 12:52:50 aw 1.5.24.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [ea28d16fac51ad51b944ea4d4f03815169c2e7f3]

        INTEGRATION: CWS aw020 (1.3.26); FILE MERGED 2004/10/29 12:52:49 aw 1.3.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [572260529ab09648fb05f1efa9cf1c67f30d6a53]

        INTEGRATION: CWS aw020 (1.4.26); FILE MERGED 2004/10/29 12:52:49 aw 1.4.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [5042e2bd3a186f7e84ddbd66fb91e7ca92657340]

        INTEGRATION: CWS aw020 (1.5.26); FILE MERGED 2004/10/29 12:52:48 aw 1.5.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0bd1ea3d3da1ef8f5bb92d695e5074b13633a027]

        INTEGRATION: CWS aw020 (1.4.26); FILE MERGED 2004/10/29 12:52:48 aw 1.4.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [edf4bd40da73ddb01c823514e3cace72ddb6d342]

        INTEGRATION: CWS aw020 (1.4.26); FILE MERGED 2004/10/29 12:52:47 aw 1.4.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [8d86f1f0c93ba03110dfa19757962ae5577677aa]

        INTEGRATION: CWS aw020 (1.3.26); FILE MERGED 2004/10/29 12:52:46 aw 1.3.26.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [f1226ae15c90230ef824b52660930e4ef4bcc754]

        INTEGRATION: CWS aw020 (1.3.56); FILE MERGED 2004/10/29 12:52:46 aw 1.3.56.1: #i31902#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [0389f1678afff6ff1393cf6594fb4302400a77f5]

        INTEGRATION: CWS aw020 (1.7.26); FILE MERGED 2004/11/05 09:59:14 aw 1.7.26.1: #i36618#

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9f8def85efdfb99b15b74b5d4142eb20ac65acc7]

        INTEGRATION: CWS iha04 (1.33.70); FILE MERGED 2004/11/03 08:05:06 os 1.33.70.1: #i35970# unused menu defines removed and swmn_tmpl.hrc simplified

2004-11-17  Oliver Bolte  <obo@openoffice.org>  [9b11ff1e4bc1d4ada1ccafa87b788ab589287664]

        INTEGRATION: CWS iha04 (1.5.28); FILE MERGED 2004/11/05 17:02:11 ihi 1.5.28.2: #i35970# Duplicated string removed 2004/11/03 08:05:06 os 1.5.28.1: #i35970# unused menu defines removed and swmn_tmpl.hrc simplified

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [9414edb11ebea12f928561d911e2c4d23cdad538]

        INTEGRATION: CWS os41 (1.2.64); FILE MERGED 2004/11/05 07:21:52 pb 1.2.64.1: fix: #i36524# aLastName must be an URL

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [55c6b542cdaa818698bfcb5f46a6b9edffed3766]

        INTEGRATION: CWS os41 (1.58.32); FILE MERGED 2004/11/03 15:27:52 os 1.58.32.2: RESYNC: (1.58-1.59); FILE MERGED 2004/10/27 10:21:51 pb 1.58.32.1: fix: #i32656# targetdirurl must be substituted

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [95eac2a7959364909527d9148115774223be2e8e]

        INTEGRATION: CWS os41 (1.38.78); FILE MERGED 2004/11/03 10:40:03 os 1.38.78.1: #i36559# update current field pointer after changes

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [4bfcbe0289598a2c7dc7c51635bf3a42f216ddd3]

        INTEGRATION: CWS os41 (1.3.108); FILE MERGED 2004/10/26 15:01:23 os 1.3.108.1: #i35864# Copy CTor must copy all members

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [01567c3a55d8bcea6be3799b0b1292121471c867]

        INTEGRATION: CWS os41 (1.67.72); FILE MERGED 2004/11/03 14:37:05 os 1.67.72.1: #i35836# update docinfo after loading

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [98eed88012b105e6617b4c29bb446a5db140dcd5]

        INTEGRATION: CWS os41 (1.28.88); FILE MERGED 2004/11/04 11:11:47 fme 1.28.88.1: #i36222# There is a bug in _SelTblRowOrCol which causes a crash if _SetTblRowOrCol is called with bRowSimple = true. I set bRowSimple to false until the bug has been fixed.

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [ff9a8cc9bc9fb2f5473877b49d47981d112cb1e5]

        INTEGRATION: CWS os41 (1.7.34); FILE MERGED 2004/10/27 09:51:02 os 1.7.34.1: #35990# optimize table bar is called 'Optimize' only

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [428fd6b52dd7fd9afa83d9c0b9fce1d7d4e8f687]

        INTEGRATION: CWS os41 (1.29.16); FILE MERGED 2004/11/05 07:19:30 pb 1.29.16.1: fix: #i35999# added oasis file formats aaded to their groups

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [308e1a7352d28cdef9e267915a75855c2c611eec]

        INTEGRATION: CWS os41 (1.8.90); FILE MERGED 2004/11/11 14:24:36 pb 1.8.90.2: fix: #i32656# new variable ($userdataurl) 2004/10/27 10:20:41 pb 1.8.90.1: fix: #i32656# new variable $(baseinsturl)

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [94f565c60152b1ab3b05b69c396c72ace76bdd20]

        INTEGRATION: CWS os41 (1.5.146); FILE MERGED 2004/11/11 14:25:17 pb 1.5.146.2: fix: #i32656# new variable ($userdataurl) 2004/10/27 10:20:26 pb 1.5.146.1: fix: #i32656# new variable $(baseinsturl)

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [cf715ed05affd998071f7ea7435d015466f13c2d]

        INTEGRATION: CWS os41 (1.2.244); FILE MERGED 2004/10/28 08:42:48 tl 1.2.244.1: #i35352# initial startup performance for image lists

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [24b0c04efa917776d02cb94792aeaedb3126655e]

        INTEGRATION: CWS os41 (1.13.148); FILE MERGED 2004/10/28 08:59:46 tl 1.13.148.2: #i35352# initial startup performance for image lists 2004/10/28 08:42:48 tl 1.13.148.1: #i35352# initial startup performance for image lists

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [811bc7b248636b5def579cd5fa10177ce620864d]

        INTEGRATION: CWS os41 (1.105.26); FILE MERGED 2004/10/28 08:42:47 tl 1.105.26.1: #i35352# initial startup performance for image lists

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [883fdc0e15f4d4b4e8c28bd102255edff8f73c4e]

        INTEGRATION: CWS os41 (1.7.240); FILE MERGED 2004/10/28 08:42:47 tl 1.7.240.1: #i35352# initial startup performance for image lists

2004-11-17  Rüdiger Timm  <rt@openoffice.org>  [464e46c3ff637dfeb9838f143a136a9fd8796465]

        INTEGRATION: CWS os41 (1.16.98); FILE MERGED 2004/10/28 08:42:46 tl 1.16.98.1: #i35352# initial startup performance for image lists

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9b6545793a74e0611141807c34e53a61272382b7]

        INTEGRATION: CWS iha04 (1.18.106); FILE MERGED 2004/10/29 13:03:43 os 1.18.106.1: #i34233# java mail not available in OOo

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cfa7b1957f146bf4dec7d83ddf86e7d165e4e0ea]

        INTEGRATION: CWS iha04 (1.3.70); FILE MERGED 2004/11/04 20:16:37 iha 1.3.70.1: #i36421# correct activation of step 5 - remind user settings

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [95c632905cd64c80b30fd00f41a52e70dfbf3777]

        INTEGRATION: CWS iha04 (1.2.70); FILE MERGED 2004/11/04 11:58:53 iha 1.2.70.1: #i36671# correct automatic positions for navigate buttons

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [50bd71bd9059ed51dafa6f93a0d00f7dbde77591]

        INTEGRATION: CWS iha04 (1.2.926); FILE MERGED 2004/10/27 18:34:21 iha 1.2.926.1: #i36130# CreateMonitor for mail merge

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f02142d65ac7eed4a253d3f7aff289dfe494b4c6]

        INTEGRATION: CWS iha04 (1.12.70); FILE MERGED 2004/11/03 08:05:05 os 1.12.70.1: #i35970# unused menu defines removed and swmn_tmpl.hrc simplified

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0c1eb7639c12f20f031663a4faa9f743dd9085d5]

        INTEGRATION: CWS iha04 (1.5.70); FILE MERGED 2004/10/29 16:46:26 iha 1.5.70.1: #i34305# make find feature more comfortable

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [99c70cea4e44639f4a1c234668d66e4b11ec0d25]

        INTEGRATION: CWS iha04 (1.22.28); FILE MERGED 2004/11/03 08:05:05 os 1.22.28.1: #i35970# unused menu defines removed and swmn_tmpl.hrc simplified

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0f1faf43231b6ee72a5f096c7fa0450eb80381c4]

        INTEGRATION: CWS iha04 (1.3.70); FILE MERGED 2004/11/02 18:55:50 iha 1.3.70.2: #i36536# crash after exchanging printer 2004/10/29 16:27:17 iha 1.3.70.1: #i34287# avoid options dialog if not default printer

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7a58226de852021dd8ca898be63dc23f7fc2c8d7]

        INTEGRATION: CWS iha04 (1.2.70); FILE MERGED 2004/10/29 11:40:36 iha 1.2.70.1: #i34305# make find feature more comfortable

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0f16b73a3664c7b9209f31c97237e13d8550c6cd]

        INTEGRATION: CWS iha04 (1.3.70); FILE MERGED 2004/10/29 11:40:57 iha 1.3.70.1: #i34305# make find feature more comfortable

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c9080eb7854c8e9e2d4faabf6fcfa65f822bf23c]

        INTEGRATION: CWS iha04 (1.3.70); FILE MERGED 2004/10/26 17:45:02 iha 1.3.70.1: #i34738# fix country settings

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5593e1fe9c96b3e452ba340011dba8007db8948f]

        INTEGRATION: CWS iha04 (1.2.70); FILE MERGED 2004/11/04 20:17:24 iha 1.2.70.2: #i36421# correct activation of step 5 - remind user settings 2004/10/29 13:05:37 os 1.2.70.1: #i34233# java mail not available in OOo

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ea0cbf39c21cadac5d278d46799de23c41db80cd]

        INTEGRATION: CWS iha04 (1.2.70); FILE MERGED 2004/10/25 11:36:02 iha 1.2.70.1: #34728# moving addressblock elements damages element identity

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d1b5fc443a47cf28b191958de9f50fb20e2a3e8b]

        INTEGRATION: CWS iha04 (1.3.70); FILE MERGED 2004/11/04 08:33:55 iha 1.3.70.4: reinsert adding of space at end of line again 2004/10/25 17:32:40 iha 1.3.70.3: #i34725# removing of elements not possible 2004/10/25 17:08:54 iha 1.3.70.2: #34728# moving addressblock elements damages element identity 2004/10/24 18:23:52 iha 1.3.70.1: #34728# moving addressblock elements damages element identity

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5087c00993e6c871719f0562a69a281d717131e0]

        INTEGRATION: CWS iha04 (1.4.28); FILE MERGED 2004/11/04 11:58:02 iha 1.4.28.1: #i36671# correct automatic positions for navigate buttons

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3ad39c91f2ceaf908e9402a8fdc672959add7cf5]

        INTEGRATION: CWS iha04 (1.2.70); FILE MERGED 2004/10/26 17:45:41 iha 1.2.70.1: #i34738# fix country settings

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [20c90020478c2c123ab96207a12eeeaa48515da5]

        INTEGRATION: CWS iha04 (1.24.70); FILE MERGED 2004/11/09 13:18:04 iha 1.24.70.2: #i36130# germa text not fully visible 2004/10/27 18:35:12 iha 1.24.70.1: #i36130# CreateMonitor for mail merge

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [92f1fa105cc95cde515c32a0bb03abdf61267e9b]

        INTEGRATION: CWS iha04 (1.3.736); FILE MERGED 2004/10/29 16:25:32 iha 1.3.736.2: #i36130# CreateMonitor for mail merge 2004/10/27 18:35:41 iha 1.3.736.1: #i36130# CreateMonitor for mail merge

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [672b16feb727e9a422b41c9dc3a5c1ac888089fe]

        INTEGRATION: CWS iha04 (1.79.64); FILE MERGED 2004/11/08 17:24:20 iha 1.79.64.7: #i36130# make CreateMonitor visible on linux 2004/11/04 20:56:04 iha 1.79.64.6: #i36130# make CreateMonitor visible 2004/11/02 19:05:54 iha 1.79.64.5: #i36130# make CreateMonitor visible 2004/11/02 14:43:04 iha 1.79.64.4: RESYNC: (1.79-1.80); FILE MERGED 2004/11/01 16:55:14 iha 1.79.64.3: #i34305# make find feature more comfortable 2004/10/29 13:27:06 iha 1.79.64.2: #i34305# make find feature more comfortable 2004/10/27 18:36:44 iha 1.79.64.1: #i36130# CreateMonitor for mail merge

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ea97d1326de6bcdc69ccfcb467d92381757855c9]

        INTEGRATION: CWS iha04 (1.37.28); FILE MERGED 2004/11/03 08:04:51 os 1.37.28.1: #i35970# unused menu defines removed and swmn_tmpl.hrc simplified

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [66193ca9d1e6cdf465b45c2c46cacd70cc365e0b]

        INTEGRATION: CWS iha04 (1.42.60); FILE MERGED 2004/11/04 20:18:29 iha 1.42.60.3: #i36421# correct activation of step 5 - remind user settings 2004/11/02 14:42:11 iha 1.42.60.2: RESYNC: (1.42-1.43); FILE MERGED 2004/11/02 12:47:18 iha 1.42.60.1: #i36508# prevent crash if non writer document is selected

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [216b10a89ac563a1730d451bf9886fdb14758d88]

        INTEGRATION: CWS iha04 (1.4.70); FILE MERGED 2004/10/27 18:33:37 iha 1.4.70.1: #i36130# CreateMonitor for mail merge

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [01360feb6f41fff5727dbb0be1abcce7346b7c43]

        INTEGRATION: CWS iha04 (1.3.70); FILE MERGED 2004/11/04 09:14:30 iha 1.3.70.3: corrected wrong merge 2004/11/02 14:27:05 iha 1.3.70.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/29 13:03:13 os 1.3.70.1: #i34233# java mail not available in OOo

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7f45c4fc7862934d0611b0fe37c3372b72a108eb]

        INTEGRATION: CWS iha04 (1.17.64); FILE MERGED 2004/10/29 13:03:12 os 1.17.64.1: #i34233# java mail not available in OOo

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5f85beafecb0c2974e5aca088470c6b6077a7741]

        INTEGRATION: CWS impress15 (1.4.66); FILE MERGED 2004/11/01 09:59:08 af 1.4.66.1: #i31283# Determine the view id by looking at the current view shell.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1de961d4c9f81ded754ad351d85dea8cf22bdbc3]

        INTEGRATION: CWS impress15 (1.3.66); FILE MERGED 2004/11/01 09:47:29 af 1.3.66.1: #i31283# Added new method GetViewId.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bafc76cabcdad30e5180474916dda895b95f4cc8]

        INTEGRATION: CWS impress15 (1.24.30); FILE MERGED 2004/10/29 16:22:10 af 1.24.30.2: RESYNC: (1.24-1.26); FILE MERGED 2004/10/15 09:45:06 bm 1.24.30.1: #115822# changed mnemonic position of From File, removed superfluous translations

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e8f275ca0e67673d2e770792d15eb3e625178fbd]

        INTEGRATION: CWS impress15 (1.33.6); FILE MERGED 2004/10/29 17:00:10 af 1.33.6.2: RESYNC: (1.33-1.34); FILE MERGED 2004/10/20 09:40:59 af 1.33.6.1: #i33773# Integrated changes from cws fwkbugfix03.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [03011c4517eaccd5c44f72796b47402191a73e88]

        INTEGRATION: CWS impress15 (1.20.124); FILE MERGED 2004/10/19 16:33:03 af 1.20.124.1: #i35805# Removed assertion that warns about missing controller from SetCachedState().

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [11ca14bcaa3bdcb7f5653b7ef0d958c29148dbb4]

        INTEGRATION: CWS impress15 (1.30.40); FILE MERGED 2004/11/01 15:48:53 dbo 1.30.40.1: #i34160# postponing posting of requests when dispatcher is locked [checked in for MBA]

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4c95af204f4df8787ef0a9b223948adc9debd841]

        INTEGRATION: CWS impress15 (1.44.56); FILE MERGED 2004/10/29 16:55:10 af 1.44.56.2: RESYNC: (1.44-1.45); FILE MERGED 2004/10/21 16:06:47 af 1.44.56.1: #i29592# Using a copy of maPageUsers for iterating of the list.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bc3d8430161bb1ef6031f8efcda0ea0ebfe57ce8]

        INTEGRATION: CWS impress15 (1.19.16); FILE MERGED 2004/10/15 14:16:55 bm 1.19.16.2: #i34661# Edit/Layer popup-menu removed 2004/10/15 09:32:56 bm 1.19.16.1: #i34500# move AnimationObjects menu item to Inser menu

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [181460790178ff12606123c821dfb23e1bdf24fe]

        INTEGRATION: CWS impress15 (1.36.8); FILE MERGED 2004/10/29 16:27:05 af 1.36.8.5: RESYNC: (1.36-1.37); FILE MERGED 2004/10/20 07:47:18 af 1.36.8.4: #i35557# Removed unused defines. 2004/10/18 12:03:21 af 1.36.8.3: #i32926# Do not show the scroll bars when in preview mode. 2004/10/15 13:08:03 af 1.36.8.2: #i35524# In Init the controller is no longer created. 2004/10/14 11:38:17 af 1.36.8.1: #i35524# Allow the synchronous creation of ViewShell and its controller.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [79dac4c5048223c48332d760a5bacd0524280eba]

        INTEGRATION: CWS impress15 (1.31.8); FILE MERGED 2004/11/01 09:57:41 af 1.31.8.1: #i31283# The exported view id is taken from the view shell in the center pane.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ca4876a3e57c0d111e5be4d0dbce1c15a409ad3c]

        INTEGRATION: CWS impress15 (1.19.8); FILE MERGED 2004/10/20 16:35:59 af 1.19.8.1: #i35524# Adapted the creation of a full screen presentation to synchronous creation of center view shell.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bbac11192b0f5667797799788bfde47044d85d78]

        INTEGRATION: CWS impress15 (1.29.100); FILE MERGED 2004/11/01 09:52:06 af 1.29.100.1: #i31283# Added ConnectToApplication()/DisconnectFromApplication() methods.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [64e7a184bb259820ebda30de4485f07e35747a59]

        INTEGRATION: CWS impress15 (1.57.8); FILE MERGED 2004/11/01 09:49:59 af 1.57.8.1: #i31283# Call ConnectToApplication()/DisconnectFromApplication() to tell view when it may safely connect to the application.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1790b2995bd1658865c43d10a855ae14ca3026b5]

        INTEGRATION: CWS impress15 (1.20.32); FILE MERGED 2004/10/29 16:26:58 af 1.20.32.2: RESYNC: (1.20-1.21); FILE MERGED 2004/10/14 14:49:20 cl 1.20.32.1: #i32214# ignore layer information on load in impress

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7fc41829db49f2ac7a5bb3363fccd351027a32cb]

        INTEGRATION: CWS impress15 (1.28.8); FILE MERGED 2004/10/28 11:53:54 af 1.28.8.4: #i31283# In Construct()the initial page kind is set at the frame view. 2004/10/20 07:46:57 af 1.28.8.3: #i35557# Removed unused defines. 2004/10/15 13:07:08 af 1.28.8.2: #i35524# Setting mpView to NULL after it has been deleted. 2004/10/14 11:28:31 af 1.28.8.1: #i35524# Support of default tool bar.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2a398fe2518a7e84d86c0d9e3d02bea3b8cac3e0]

        INTEGRATION: CWS impress15 (1.23.8); FILE MERGED 2004/10/20 12:06:18 bm 1.23.8.1: #i34536# switch on guides if dragging on ruler is done

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [520a1de2b50e4814c29af23a78a216010e034bb8]

        INTEGRATION: CWS impress15 (1.43.8); FILE MERGED 2004/10/20 16:33:37 af 1.43.8.1: #118081# The preview is turned on in Activate() only for Draw.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9cb92ad3d5ba8102b638e533687249409d01fea8]

        INTEGRATION: CWS impress15 (1.32.8); FILE MERGED 2004/10/15 16:01:06 bm 1.32.8.1: #i32689# default for guide lines to front is FALSE

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [636dd64874983eca4a92d880156e9d0110e82fa6]

        INTEGRATION: CWS impress15 (1.2.102); FILE MERGED 2004/10/20 16:31:59 af 1.2.102.1: #i35898# Using better default value to be returned by GetHeight() when tab bar is not yet visible.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4797b3512e4c47e84cd008e507e9533659c90210]

        INTEGRATION: CWS impress15 (1.3.16); FILE MERGED 2004/11/10 15:44:51 af 1.3.16.2: #i36947# In PrepareStackModification moved resetting of mbTakeShellFromStackPending flag to head of code block. 2004/10/14 11:35:29 af 1.3.16.1: #i35524# Changed default value of mkKeepMainViewShellOnTop to true but changed MoveToTop() to disobey that flag.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d664943f7ea0bc7b5aa69e6d31d638c790fcc743]

        INTEGRATION: CWS impress15 (1.11.8); FILE MERGED 2004/10/20 16:29:14 af 1.11.8.5: #i35898# Listening for the ViewTabBar becoming visible so that correct height can retrieved to update border. 2004/10/18 12:02:45 af 1.11.8.4: #i32926# Do not show the view tab bar when in preview mode. 2004/10/18 08:13:29 af 1.11.8.3: #i31283# Added GetInitialViewShellType() method. 2004/10/15 13:01:36 af 1.11.8.2: #i34102# Handling slot SID_WIN_FULLSCREEN by ignoring it. 2004/10/14 11:36:39 af 1.11.8.1: #i35524# Added argument to UpdateController().  View shells managed by PaneManager are created synchronous from LateInit() method.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [98723269e2e019702075326811f6545bec2acc72]

        INTEGRATION: CWS impress15 (1.2.148); FILE MERGED 2004/11/01 09:48:50 af 1.2.148.1: #i31283# Expanded the SFX_IMPL_VIEWFACTORY macro so that LateInit() is called properly.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [32ad83162d0dd418a611eaac8189959282dcda9d]

        INTEGRATION: CWS impress15 (1.14.8); FILE MERGED 2004/10/13 09:37:14 af 1.14.8.1: #i34941# Made EndSpelling() being callable multiple times by setting mpOutlineView to NULL after deleting it.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6f5feed3bc1b2f11a0a0c015076cc915a4c58dcf]

        INTEGRATION: CWS impress15 (1.2.102); FILE MERGED 2004/10/19 09:15:39 af 1.2.102.1: #i35732# Calling PaneDockingWindow::InitializeTitleToolBox() when creating new shell to avoid multiple menues.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ad3dffa2505e152e1e479de761a499513abb3cf3]

        INTEGRATION: CWS impress15 (1.2.102); FILE MERGED 2004/10/21 16:10:50 af 1.2.102.1: #i29592# Initializing the MapMode of the output device correctly.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9ccd51c22259308b8e4640942a8319a31448e50b]

        INTEGRATION: CWS impress15 (1.2.102); FILE MERGED 2004/10/19 14:39:45 af 1.2.102.1: #118081# We do not connect to the FrameView so we do not Disconnect() either.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7c862b02e48294bf2631e54cde33e93069ef58da]

        INTEGRATION: CWS impress15 (1.4.8); FILE MERGED 2004/10/18 13:10:07 af 1.4.8.1: #i33707# Prevented draging last slide from a document.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7a278602ebe40b78f7a441a43aa138c0fc768aed]

        INTEGRATION: CWS impress15 (1.2.102); FILE MERGED 2004/10/20 16:25:49 af 1.2.102.1: #i35898# Added comment for GetHeight().

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [60e6219c451114206e2782627bf145db6308367b]

        INTEGRATION: CWS impress15 (1.3.16); FILE MERGED 2004/10/14 11:34:07 af 1.3.16.1: #i35524# Update of documentation to reflect implementation changes.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [375aa1f7aae6f7a146d687f160ed022c62494d32]

        INTEGRATION: CWS impress15 (1.7.8); FILE MERGED 2004/10/20 16:25:08 af 1.7.8.3: #i35898# Added WindowEventHandler callback. 2004/10/18 08:14:35 af 1.7.8.2: #i31283# Added GetInitialViewShellType() method. 2004/10/14 11:33:06 af 1.7.8.1: #i35524# Added argument to UpdateController().

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [730f25263b6065fb310fd4375e9baee1ecd4f604]

        INTEGRATION: CWS impress15 (1.4.8); FILE MERGED 2004/10/19 09:14:50 af 1.4.8.1: #i35732# Added new InitializeTitleToolBox() method.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [41df487e49be3be813f264c70d2c72f6fc51a6df]

        INTEGRATION: CWS impress15 (1.3.100); FILE MERGED 2004/11/01 09:46:38 af 1.3.100.1: #i31283# Added methods for telling the view when it can connect to the application.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f73e1315e51d6f8cfe943a51fc09cad72a794176]

        INTEGRATION: CWS impress15 (1.35.8); FILE MERGED 2004/10/21 16:08:20 af 1.35.8.1: #i29592# Guarding access to LayerTabControl against missing control.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c5b75078dc153f0afbf8a6380f00c76f9c2a5162]

        INTEGRATION: CWS impress15 (1.4.16); FILE MERGED 2004/10/13 09:34:53 af 1.4.16.1: #i34941# Getting new view after conversion to call EndUndo() at.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [203d9d92222af2c1ad862f0110948fbae58a71e1]

        INTEGRATION: CWS impress15 (1.4.32); FILE MERGED 2004/10/19 09:13:05 af 1.4.32.3: #i35732# Moved initialization of title tool box to new InitializeTitleToolBox() method. 2004/10/15 13:09:30 af 1.4.32.2: #i35524# Guarded PaneDockingWindow against ViewShellBase not being available. 2004/10/14 11:15:45 af 1.4.32.1: #i35524# Clicking on the closer really closes the docking window and does not just toggle the visibility state.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [43d30222837405f7b105676a091ea021d3f067a0]

        INTEGRATION: CWS impress15 (1.102.8); FILE MERGED 2004/10/14 16:29:27 bm 1.102.8.1: #115307# unify slide layout strings

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d668ae91f6417dc1f8a1b168aa7ab3750e4b87d6]

        INTEGRATION: CWS impress15 (1.30.102); FILE MERGED 2004/10/21 16:00:28 af 1.30.102.1: #i29592# Resync the OutlineViewShell outliner with the document after a presentation has been created for the outline of a writer document.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a7a4aeb3adfb51f657fdd0b1a37f38ebf9f997c0]

        INTEGRATION: CWS impress15 (1.10.52); FILE MERGED 2004/11/01 09:26:08 af 1.10.52.1: #i31283# Removed some commented out code.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3b80a73fa6f4846a6d55cc26b323182d07222dc8]

        INTEGRATION: CWS impress15 (1.4.32); FILE MERGED 2004/10/15 13:00:29 af 1.4.32.1: #i34102# Added slot SID_WIN_FULLSCREEN.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e66aef8c9ea356a09fdb5a9c68779b1a1ff27a4b]

        INTEGRATION: CWS impress15 (1.2.102); FILE MERGED 2004/10/20 16:16:13 af 1.2.102.1: #i35524# Set the Container flag to FALSE of various slots that are used by panels in the task pane so that they are executed in in place mode, too.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0b304166baae9fbe684fc8c625f5694dc902b4e8]

        INTEGRATION: CWS impress15 (1.6.44); FILE MERGED 2004/10/29 16:22:19 af 1.6.44.2: RESYNC: (1.6-1.8); FILE MERGED 2004/10/12 15:34:17 bm 1.6.44.1: #i34256# correct umlauts for german translation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2a8f88311661c0d2d12ed5b6aacf6bb9ebc8a5da]

        INTEGRATION: CWS impress15 (1.11.42); FILE MERGED 2004/10/28 12:07:43 af 1.11.42.2: #i35996# Changed strings for InsertLayer. 2004/10/14 12:31:02 bm 1.11.42.1: #115307# Modify Layout -> Slide Layout, mnemonic for Slide Design changed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b8bea974061d0c1f1b01f82ea727d339ce08864b]

        INTEGRATION: CWS impress15 (1.20.96); FILE MERGED 2004/10/19 15:10:41 bm 1.20.96.1: #112378# start impress with slot 6686 instead of 10425, to only pop up the auto-pilot if configured

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c808e546c635f284118e9394016f1c48bfa913fe]

        INTEGRATION: CWS swqbugfixes09 (1.52.274); FILE MERGED 2004/10/18 11:17:23 fme 1.52.274.1: #i32593# Reset cursor orientation in non-vertical writing mode

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e39cb87c5fc41cea414f60bc4de6f7239d1c3dd8]

        INTEGRATION: CWS swqbugfixes09 (1.4.162); FILE MERGED 2004/10/21 10:02:43 od 1.4.162.1: #i34055# <SvxSwPosSizeTabPage::FillItemSet(..)> - convert vertical position          for as-character anchored objects.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9cf152b7d43851d7278524da45de054a8ae26f0a]

        INTEGRATION: CWS swqbugfixes09 (1.96.8); FILE MERGED 2004/11/15 14:18:59 od 1.96.8.2: RESYNC: (1.96-1.98); FILE MERGED 2004/10/20 07:03:01 fme 1.96.8.1: #i35543# Allow enhanced table selection in table mode

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ad6b64e3a1d347f53c898e741cea76cab66a1ae6]

        INTEGRATION: CWS swqbugfixes09 (1.82.10); FILE MERGED 2004/11/15 14:18:31 od 1.82.10.2: RESYNC: (1.82-1.83); FILE MERGED 2004/10/19 11:47:10 fme 1.82.10.1: #i34830# UNDO_PASTE_CLIPBOARD for paste special operation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c094133215edf18787bf5ece82615002a25bbc18]

        INTEGRATION: CWS swqbugfixes09 (1.108.18); FILE MERGED 2004/11/02 14:09:38 hbrinkm 1.108.18.1: #i31013#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c0183dd3c47b23c7e88ac403d21d61a506c84da0]

        INTEGRATION: CWS swqbugfixes09 (1.122.72); FILE MERGED 2004/11/03 14:40:00 od 1.122.72.2: RESYNC: (1.122-1.123); FILE MERGED 2004/10/15 11:47:23 od 1.122.72.1: #i33442# <SwWW8ImplReader::Read_GrafLayer(..)> - correct consideration of 	 flag <nLayoutInTableCell>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d7083b969e145b3e69f88f34c8ae6e292c616a28]

        INTEGRATION: CWS swqbugfixes09 (1.27.300); FILE MERGED 2004/10/19 18:31:15 dvo 1.27.300.1: #i33366# gracefully handle illegal bookmarks that extend beyond the end of the paragraph

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [34c23dad73eaee9f782c0bba048abcc108c24294]

        INTEGRATION: CWS swqbugfixes09 (1.92.10); FILE MERGED 2004/11/15 14:11:18 od 1.92.10.2: RESYNC: (1.92-1.93); FILE MERGED 2004/10/25 13:19:59 fme 1.92.10.1: #i35876# Throw IllegalArgumentException if AnchorFrame = null

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bdb0f5d4829041c029ffe3cb5b6a0a54f52d8515]

        INTEGRATION: CWS swqbugfixes09 (1.6.40); FILE MERGED 2004/10/27 06:44:46 od 1.6.40.1: #i35443# class <SwUndoFmtAttr>          - method <RestoreFlyAnchor(..)> - return boolean to indicate success          - method <Undo(..)> - consider, if anchor attribute is restored. 	 - method <Redo(..)> - simplification: call <Undo(..)>, nothing else

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [47fb12309fbccdd31918f10ed6ef71dab886b6be]

        INTEGRATION: CWS swqbugfixes09 (1.36.70); FILE MERGED 2004/11/11 17:18:19 hbrinkm 1.36.70.7: #i30310# remove from CWS 2004/11/11 13:42:24 hbrinkm 1.36.70.6: #i30310# undo last changes 2004/11/11 13:33:10 hbrinkm 1.36.70.5: #i30310# undo last changes 2004/11/10 15:28:32 hbrinkm 1.36.70.4: #118435# GetNumNoUpdate, update numrule in GetNum 2004/11/02 12:34:21 hbrinkm 1.36.70.3: #i30310# GetLevel, GetOutlineLevel 2004/11/02 12:04:24 fme 1.36.70.2: #114798# Force the deletion of the pList member of the numrule if text node is destroyed 2004/11/01 12:43:57 hbrinkm 1.36.70.1: #117884# no magic getting numbering level from paragraph style in GetNum()

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4f165b8f24ca58924bc2c0012a10250f20ef0446]

        INTEGRATION: CWS swqbugfixes09 (1.3.172); FILE MERGED 2004/11/09 13:12:19 od 1.3.172.1: #i26945# <SwTxtFlyCnt::_GetFlyFrm(..)> - use new object formatter.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bcdc5ba93d728933993032e45d4a8a45ecc78ae0]

        INTEGRATION: CWS swqbugfixes09 (1.11.38); FILE MERGED 2004/11/10 15:27:12 hbrinkm 1.11.38.1: #118435# TOKEN_END must be last entry in pattern

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c3d27323ce1cd05b73951f28bc6f7ca4706b166a]

        INTEGRATION: CWS swqbugfixes09 (1.40.72); FILE MERGED 2004/10/19 12:05:26 fme 1.40.72.1: #i29062# Removed the non-working, trouble causing code that adjusts the footnote numbering font and with the footnote anchor font

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f7f9de61ce4f10f219a2c2bb8e2a520bc30de059]

        INTEGRATION: CWS swqbugfixes09 (1.78.72); FILE MERGED 2004/11/15 14:09:31 od 1.78.72.3: RESYNC: (1.79-1.80); FILE MERGED 2004/11/03 14:37:21 od 1.78.72.2: RESYNC: (1.78-1.79); FILE MERGED 2004/10/29 11:17:19 fme 1.78.72.1: #i29062# Prefer FormatQuick over Format during painting

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1c2b07b5bc068acf99330e60d9ff2277486f3eff]

        INTEGRATION: CWS swqbugfixes09 (1.8.416); FILE MERGED 2004/10/18 07:16:02 od 1.8.416.1: #i26945# <SwTxtFly::GetTop(..)> - adjustments to allow breaking of table rows          containing floating screen objects.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [32ddc1134c31fe84b5778cabd962967ef2697097]

        INTEGRATION: CWS swqbugfixes09 (1.49.40); FILE MERGED 2004/10/21 06:54:48 od 1.49.40.2: #i34640# - no wrapping around negative positioned objects, if            compatibility option 'Consider wrapping style when positioning            objects' isn't set and compatibility option 'Use OOo 1.1 text 	   wrapping around objects' is set. 2004/10/18 07:16:02 od 1.49.40.1: #i26945# <SwTxtFly::GetTop(..)> - adjustments to allow breaking of table rows          containing floating screen objects.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [80f7e96ee7b62be21dc6b8fd784a8b1f2424cfab]

        INTEGRATION: CWS swqbugfixes09 (1.6.888); FILE MERGED 2004/10/19 12:05:26 fme 1.6.888.1: #i29062# Removed the non-working, trouble causing code that adjusts the footnote numbering font and with the footnote anchor font

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d67f198942bc0eec1a14bb904494ff310247fd69]

        INTEGRATION: CWS swqbugfixes09 (1.45.40); FILE MERGED 2004/10/29 11:17:18 fme 1.45.40.1: #i29062# Prefer FormatQuick over Format during painting

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6db9653096dbcaea15e1fa34b27e141584478d15]

        INTEGRATION: CWS swqbugfixes09 (1.53.72); FILE MERGED 2004/10/29 11:17:18 fme 1.53.72.2: #i29062# Prefer FormatQuick over Format during painting 2004/10/22 09:39:54 fme 1.53.72.1: #i29062# Manually resetting the bInvalidLayout flag results in footnote frames with invalid position

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [74632b2c955987f06c356fb100d185f6fc485d17]

        INTEGRATION: CWS swqbugfixes09 (1.5.68); FILE MERGED 2004/11/02 11:55:59 od 1.5.68.1: #i23129# - correct include

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [26c5f5514b8c34648259dc062d69073ba1c211a4]

        INTEGRATION: CWS swqbugfixes09 (1.8.40); FILE MERGED 2004/11/02 11:57:07 od 1.8.40.2: #i23129# - correct follow text flow inside columned sections. 2004/10/18 07:13:57 od 1.8.40.1: #i26945# - adjustments to allow breaking of table rows containing            floating screen objects

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5f2c4e19ededf807815593f5523d8c4e11eb27ef]

        INTEGRATION: CWS swqbugfixes09 (1.8.68); FILE MERGED 2004/10/18 07:12:26 od 1.8.68.1: #i26945# <SwAnchoredObjectPosition::_AdjustVertRelPos(..)          - add parameter <_bFollowTextFlow>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [da166d54367175ac64e1cd979c2d41f59a1f1c21]

        INTEGRATION: CWS swqbugfixes09 (1.59.40); FILE MERGED 2004/11/15 14:08:42 od 1.59.40.3: RESYNC: (1.59-1.60); FILE MERGED 2004/11/05 11:58:03 od 1.59.40.2: #23129# <SwLayoutFrm::FormatWidthCols(..)> - decrease optimization 2004/11/02 11:54:14 od 1.59.40.1: #i23129# <SwLayoutFrm::FormatWidthCols(..)> - correct enlargement of section

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f66ac0bacb9a57228dfd3b24b347b985376b63df]

        INTEGRATION: CWS swqbugfixes09 (1.67.38); FILE MERGED 2004/11/05 11:58:59 od 1.67.38.7: #i26945# - adjustments for negative positioned objects in tables 2004/11/02 11:53:06 od 1.67.38.6: #i23129#, #i36347# - pass correct page frame to the object formatter. 2004/10/29 13:45:42 fme 1.67.38.5: #i26945# Correction: GetFirstNonHeadlineRow does not necessarily have to exist 2004/10/27 12:53:51 fme 1.67.38.4: RESYNC: (1.67-1.68); FILE MERGED 2004/10/27 11:33:28 fme 1.67.38.3: #i35063# Missing invalidation if rowsplit attribute is changed 2004/10/26 10:22:19 fme 1.67.38.2: #118195# CheckInsertPage should not consider the page description of follow frames 2004/10/18 07:08:06 od 1.67.38.1: #i26945# - adjustments to allow breaking of table rows containing            floating screen objects.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0a253c3d8261ef36b8447bbd1fe66b396c8f0ab9]

        INTEGRATION: CWS swqbugfixes09 (1.1.2); FILE ADDED 2004/10/26 08:31:18 od 1.1.2.1: #i35911# class <SwObjsMarkedAsTmpConsiderWrapInfluence> - new collection          for anchored objects, whose wrapping style influence is temporarly applied

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e8a80be7e5b606257ead84d704f6f3d05b656cbb]

        INTEGRATION: CWS swqbugfixes09 (1.1.2); FILE ADDED 2004/10/26 08:31:32 od 1.1.2.1: #i35911# class <SwObjsMarkedAsTmpConsiderWrapInfluence> - new collection          for anchored objects, whose wrapping style influence is temporarly applied

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [37803b3e96adb7d7a3f267c41cba0d8e3462737a]

        INTEGRATION: CWS swqbugfixes09 (1.2.108); FILE MERGED 2004/10/18 07:02:07 od 1.2.108.1: #i26945# class <SwObjectFormatterTxtFrm> - new method <_CheckMovedFwdCondition(..)>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d48ff17b735881b07a11b133c220e8686bfaee4b]

        INTEGRATION: CWS swqbugfixes09 (1.3.40); FILE MERGED 2004/11/15 14:08:33 od 1.3.40.7: RESYNC: (1.3-1.4); FILE MERGED resolve merge conflicts. 2004/11/05 11:58:59 od 1.3.40.6: #i26945# - adjustments for negative positioned objects in tables 2004/11/03 12:24:25 od 1.3.40.5: #114798# <SwObjectFormatterTxtFrm::DoFormatObj(..)> - guard on restart          layout process. 2004/10/26 08:38:52 od 1.3.40.4: #i35911# - add handling for anchored objects, whose have cleared its            environment due to its wrapping style and size. 2004/10/20 06:29:04 od 1.3.40.3: #i35017# - undo changes - #i35017# will be fixed in cws oasisbf2 2004/10/18 12:34:22 od 1.3.40.2: #i35017# attribute 'WrapInfluenceOnPosition'          - renamed and new values 	 - treate value <ITERATIVE> as <ONCE_CONCURRENT> 2004/10/18 07:03:29 od 1.3.40.1: #i26945# class <SwObjectFormatterTxtFrm>          - implementation of new method <_CheckMovedFwdCondition(..)>          - correction due to object positioning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4bcb93b23e20180e275a26b3a66e3d084988322d]

        INTEGRATION: CWS swqbugfixes09 (1.2.108); FILE MERGED 2004/11/15 14:08:25 od 1.2.108.3: RESYNC: (1.2-1.3); FILE MERGED resolve merge conflict. 2004/10/26 08:41:36 od 1.2.108.2: #i35911# <SwObjectFormatterLayFrm::_AdditionalFormatObjsOnPage()>          - correction: format only objects, whose anchor frame is on a            previous page. 2004/10/18 07:00:47 od 1.2.108.1: #i26945# - correction due to object positioning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f97dc6fe744a3da41d4a776d5ebf0114c7789dcd]

        INTEGRATION: CWS swqbugfixes09 (1.2.108); FILE MERGED 2004/11/15 14:08:17 od 1.2.108.3: RESYNC: (1.2-1.3); FILE MERGED resolve merge conflict. 2004/11/02 11:53:05 od 1.2.108.2: #i23129#, #i36347# - pass correct page frame to the object formatter. 2004/10/18 06:59:49 od 1.2.108.1: #i26945# - extension of helper class <SwPageNumAndTypeOfAnchors>          - improvement and correction of <SwObjectFormatter::_FormatObjsAtFrm(..)>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2b9058b0a4082f245263694bc05ed0992f38a972]

        INTEGRATION: CWS swqbugfixes09 (1.2.108); FILE MERGED 2004/10/18 06:58:14 od 1.2.108.1: #i26945# class <SwMovedFwdFrmsByObjPos> - implementation of new method          <DoesRowContainMovedFwdFrm(..)>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a0ef6bca86165a6251118253ef73c9ecd062b1ce]

        INTEGRATION: CWS swqbugfixes09 (1.10.108); FILE MERGED 2004/10/26 08:33:15 od 1.10.108.1: #i35911# add compilation of <objstmpconsiderwrapinfl.cxx>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a85af1e7f42a2c4203cc3243f653e64ce50e215e]

        INTEGRATION: CWS swqbugfixes09 (1.6.72); FILE MERGED 2004/10/26 08:34:35 od 1.6.72.2: #i35911# class <SwLayouter> - add collection for anchored objects, whose          wrapping style influence is temporarly applied. 2004/10/18 06:53:53 od 1.6.72.1: #i26945# class <SwLayouter> - implementation of new methods          <DoesRowContainMovedFwdFrm(..)>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [05e5f299914c35a52fa606150bac10bb846d0d5b]

        INTEGRATION: CWS swqbugfixes09 (1.19.108); FILE MERGED 2004/11/15 14:08:00 od 1.19.108.2: RESYNC: (1.19-1.20); FILE MERGED 2004/10/26 10:22:19 fme 1.19.108.1: #118195# CheckInsertPage should not consider the page description of follow frames

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [eebe8b7a85b75cd7396d18c2e3f9712548ec652b]

        INTEGRATION: CWS swqbugfixes09 (1.45.40); FILE MERGED 2004/11/05 11:58:58 od 1.45.40.5: #i26945# - adjustments for negative positioned objects in tables 2004/11/03 12:19:38 od 1.45.40.4: #114798# <NotifyLayoutOfPageInProgress> - unlock position of anchored          objects at start and end of page frame layout process. 2004/11/02 11:53:03 od 1.45.40.3: #i23129#, #i36347# - pass correct page frame to the object formatter. 2004/10/26 08:37:03 od 1.45.40.2: #i35911# <SwLayAction::InternalAction()> - clear collection of anchored 	 objects, whose wrapping style influence is temporarly applied. 2004/10/18 06:52:58 od 1.45.40.1: #i26945# <SwLayAction::InternalAction()> and <lcl_ValidateLowerObjs(..)>          - correction due to object positioning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1999c69cbf0f7894d279aee33c0f3873304ad27d]

        INTEGRATION: CWS swqbugfixes09 (1.69.10); FILE MERGED 2004/11/05 11:58:58 od 1.69.10.5: #i26945# - adjustments for negative positioned objects in tables 2004/11/02 11:49:14 od 1.69.10.4: #i23129# <lcl_NotifyCntnt(..)> - invalidate, only if text frame printing          area overlaps with given rectangle. 2004/10/27 12:53:30 fme 1.69.10.3: RESYNC: (1.69-1.70); FILE MERGED 2004/10/21 07:42:59 fme 1.69.10.2: #i35879# valgrind - use of uninitialized variables 2004/10/21 07:01:17 od 1.69.10.1: #i34640# <SwFlyNotify::~SwFlyNotify> - on background notification additional             notify anchor frame, if fly frame has change the page frame          correction of background notification

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9832771cfe071908e020e24e1cf9bec87eacc1dd]

        INTEGRATION: CWS swqbugfixes09 (1.37.108); FILE MERGED 2004/11/03 12:22:53 od 1.37.108.3: #114798# <SwFlyFreeFrm::MakeAll> - guard on invalidate position, if          Writer fly frame is clipped. 2004/11/01 08:34:18 od 1.37.108.2: #i36347# class <SwFlyFreeFrm> - new member <mbNoCheckClip> and          its dependence on call of method <CheckClip(..)> 2004/10/18 06:51:07 od 1.37.108.1: #i26945# <CalcClipRect(..)> - correction due to object positioning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [30303b1791940162873330615592d6219b41d8aa]

        INTEGRATION: CWS swqbugfixes09 (1.43.40); FILE MERGED 2004/11/01 08:35:24 od 1.43.40.3: #i36347# - implementation of <SwFlyAtCntFrm::IsLowerInProgress()> 2004/10/26 08:38:51 od 1.43.40.2: #i35911# - add handling for anchored objects, whose have cleared its            environment due to its wrapping style and size. 2004/10/18 06:49:44 od 1.43.40.1: #i26945# <SwFlyAtCntFrm::MakeAll()> - correction due to object positioning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [256b670fe31fbe3e5ed1588274b0d27ed265613a]

        INTEGRATION: CWS swqbugfixes09 (1.64.40); FILE MERGED 2004/11/01 08:36:53 od 1.64.40.2: #i36347# <SwFlyFrm::_Grow(..)>/<SwFlyFrm::_Shrink(..)> -          prevent moving of Writer fly frame in its format 2004/10/18 06:48:01 od 1.64.40.1: #i26945# <SwFrm::InvalidateObjs(..)> and <SwLayoutFrm::NotifyLowerObjs()>          - correction due to object positioning.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8a9ded07bdadd75cd6c400876023dc29886508af]

        INTEGRATION: CWS swqbugfixes09 (1.42.108); FILE MERGED 2004/10/27 09:38:08 od 1.42.108.2: #i26945# <SwFlowFrm::IsPrevObjMove()> - correction of re-factoring 2004/10/18 06:42:06 od 1.42.108.1: #i26945# <SwFlowFrm::IsPrevObjMove()> - improvement and correction

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6be178a07b568b76a0fc966cbe34cbcfe7941d9a]

        INTEGRATION: CWS swqbugfixes09 (1.49.108); FILE MERGED 2004/11/09 13:10:14 od 1.49.108.3: #i26945# - merge fix of issue i34730 2004/11/02 11:46:56 od 1.49.108.2: #i23129#,#i36347# - no format of upper Writer fly frame 2004/11/01 08:39:06 od 1.49.108.1: #i36347# - no format of upper Writer fly frame, if its anchored 	   at-paragraph|at-character and one of its lowers is in its format

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [783db50edb003891386061bab1baebad05a38d18]

        INTEGRATION: CWS swqbugfixes09 (1.6.40); FILE MERGED 2004/11/15 14:07:50 od 1.6.40.4: RESYNC: (1.6-1.7); FILE MERGED resolve merge conflict. 2004/11/03 12:17:05 od 1.6.40.3: #114798# <SwAnchoredObject::InvalidationOfPosAllowed()          - no check, if page frame layout is in progress needed. 2004/10/26 08:26:44 od 1.6.40.2: #i35911# class <SwAnchoredObject> - new member <mbClearedEnvironment>          inclusive accessors, new method <HasClearedEnvironment()>, and          adjustment to method <SetTmpConsiderWrapInfluence(..)> to 	 collect anchored object in the <SwLayouter> instance, if its          wrapping style influence has been temporarly applied 2004/10/18 06:37:07 od 1.6.40.1: #i26945# class <SwAnchoredObject> - implementation and usage of new methods          <FindAnchorCharFrm()> and <GetAnchorFrmContainingAnchPos()>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9a1507e7e2dbe224a029e19a1722e538aeaf90ac]

        INTEGRATION: CWS swqbugfixes09 (1.5.40); FILE MERGED 2004/11/15 14:07:44 od 1.5.40.5: RESYNC: (1.6-1.7); FILE MERGED 2004/11/05 11:58:58 od 1.5.40.4: #i26945# - adjustments for negative positioned objects in tables 2004/11/03 14:36:47 od 1.5.40.3: RESYNC: (1.5-1.6); FILE MERGED 2004/10/21 07:05:05 od 1.5.40.2: #i34640# - on background notification additionally notify anchor frame,            if object has change its page frame 2004/10/18 14:31:31 od 1.5.40.1: #i34995# <SwAnchoredDrawObject::_MakeObjPosAnchoredAtLayout()>          - set anchor position of drawing object for the filters

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [103a0da5f42f57facf40e545c998eb7e6073ae9e]

        INTEGRATION: CWS swqbugfixes09 (1.43.72); FILE MERGED 2004/10/29 11:39:39 fme 1.43.72.1: #i29062# Prefer FormatQuick over Format during painting

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [325c5777b5cee5b34fb82003437b01afe7851c74]

        INTEGRATION: CWS swqbugfixes09 (1.12.144); FILE MERGED 2004/10/18 06:33:19 od 1.12.144.1: #i26945# class <SwTabFrm> - new members incl. accessors          <bConsiderObjsForMinCellHeight> and <bObjsDoesFit>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ef5a75f77da8d8e5b094983253b239aaa94bc972]

        INTEGRATION: CWS swqbugfixes09 (1.2.108); FILE MERGED 2004/10/18 06:31:00 od 1.2.108.1: #i26945# - extension of helper class <SwPageNumAndTypeOfAnchors>          - improvement of <SwObjectFormatter::_FormatObjsAtFrm(..)>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a4508d840826e4a7bccb408a4325ca8d556d2d28]

        INTEGRATION: CWS swqbugfixes09 (1.2.108); FILE MERGED 2004/10/18 06:28:42 od 1.2.108.1: #i26945# class <SwMovedFwdFrmsByObjPos> - new methods <DoesRowContainMovedFwdFrm(..)>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e2cfa3a51bf811e4abc00752338841676fa9e376]

        INTEGRATION: CWS swqbugfixes09 (1.2.108); FILE MERGED 2004/10/26 08:29:02 od 1.2.108.2: #i35911# class <SwLayouter> - add collection for anchored objects, whose          wrapping style influence is temporarly applied. 2004/10/18 06:25:38 od 1.2.108.1: #i26945# class <SwLayouter> - new methods <DoesRowContainMovedFwdFrm(..)>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9a44f5e053cc675eb5833b880fb56a9186ad86c9]

        INTEGRATION: CWS swqbugfixes09 (1.41.72); FILE MERGED 2004/10/18 06:23:53 od 1.41.72.1: #i26945# class <SwFrm> - improvement on invalidations

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bd60f84e26a6b9de5ae3e29ffb759686d579e6ce]

        INTEGRATION: CWS swqbugfixes09 (1.8.108); FILE MERGED 2004/11/01 08:31:24 od 1.8.108.1: #i36347# - class <SwFlyFreeFrm> - new member <mbNoCheckClip> incl. accessors          - class <SwFlyAtCntFrm> - new method <IsLowerInProgress>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bab609abbf662fc4aa0981316ac5eda4e54e384c]

        INTEGRATION: CWS swqbugfixes09 (1.7.108); FILE MERGED 2004/10/18 06:17:44 od 1.7.108.1: #i26945# <SwAnchoredObjectPosition::_AdjustVertRelPos(..)          - add parameter <_bFollowTextFlow>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [09aae332af43c305af26686181e31d0447a7773e]

        INTEGRATION: CWS swqbugfixes09 (1.28.10); FILE MERGED 2004/11/15 14:07:31 od 1.28.10.2: RESYNC: (1.28-1.29); FILE MERGED 2004/10/18 06:15:46 od 1.28.10.1: #i26945# <SwFEShell::CalcBoundRect(..)> - correction of bound rectangle          for at-character anchored objects.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [521e0cd161a33734c98f603c3cf40d22de0d9c0f]

        INTEGRATION: CWS swqbugfixes09 (1.28.40); FILE MERGED 2004/11/15 14:07:25 od 1.28.40.2: RESYNC: (1.28-1.29); FILE MERGED 2004/10/20 07:03:18 fme 1.28.40.1: #i35543# Allow enhanced table selection in table mode

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a87c72ece388b074bbb4ecec44ca0745bd9dc423]

        INTEGRATION: CWS swqbugfixes09 (1.20.22); FILE MERGED 2004/11/01 09:16:38 fme 1.20.22.1: #118273# Text node may not have a pNumRule

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fa594f013fe9429fd72a52e6e9c50c726931648c]

        INTEGRATION: CWS swqbugfixes09 (1.32.38); FILE MERGED 2004/11/15 14:07:04 od 1.32.38.8: RESYNC: (1.34-1.36); FILE MERGED 2004/11/04 06:56:20 od 1.32.38.7: #i36181# - correct syntax error 2004/11/03 14:36:26 od 1.32.38.6: RESYNC: (1.33-1.34); FILE MERGED 2004/10/29 08:17:42 od 1.32.38.5: #i36181# - notify background of drawing object in all cases, if it's removed. 2004/10/27 06:46:17 od 1.32.38.4: #i35443# <SwDrawContact::Modify(..)> - handle <RES_ATTRSET_CHG> 2004/10/22 10:13:02 fme 1.32.38.3: RESYNC: (1.32-1.33); FILE MERGED 2004/10/21 12:55:28 od 1.32.38.2: #i35912# <SwDrawContact::_Changed(..)> - no notification of background          for as-character anchored drawing objects.          Note: Broken by issue i26791 2004/10/21 06:56:36 od 1.32.38.1: #i34640# - correction of the background notification for drawing objects

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3a06df52559474225c87565e04a598858e1bc10c]

        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  Oliver Bolte  <obo@openoffice.org>  [3aaf6d0b077c0cd43e19bd343284775098090258]

        INTEGRATION: CWS swqbugfixes09 (1.37.2); FILE MERGED 2004/11/15 14:06:52 od 1.37.2.8: RESYNC: (1.37-1.38); FILE MERGED resolve merge conflict. 2004/11/11 17:17:59 hbrinkm 1.37.2.7: #i30310# remove from CWS 2004/11/11 13:31:35 hbrinkm 1.37.2.6: #30310# undo last changes, start updating numrule at previous node of numbering rule 2004/11/10 15:25:22 hbrinkm 1.37.2.5: #30310# use GetNumNoUpdate in UpdateNumrule 2004/11/03 12:05:55 fme 1.37.2.4: #i36571# SwNumRuleInfo and SwNumRule should have different instances of the SwTxtNodeTable 2004/11/02 12:03:21 fme 1.37.2.3: #i34097# DeleteAndDestroy deletes rName in DelNumRule is rName is directly taken from the numrule 2004/11/02 11:18:04 hbrinkm 1.37.2.2: #i36465# Validate numrule at end of UpdateNumRule 2004/11/02 11:11:26 hbrinkm 1.37.2.1: #i30310# if a text node has a numbering rule but no number assume it has one

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ef773cbaf17868c3d04bc582d2352010e757a6bb]

        INTEGRATION: CWS swqbugfixes09 (1.11.108); FILE MERGED 2004/11/03 13:30:39 dvo 1.11.108.1: #i33366# SwDoc::MakeBookmark: force to legal positions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a9fa16874916010b2f7833509f4678380e739411]

        INTEGRATION: CWS swqbugfixes09 (1.8.4); FILE MERGED 2004/11/10 15:18:25 hbrinkm 1.8.4.1: #i30310#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [787886f1944e0d037903073db541c8d0f8203f4b]

        INTEGRATION: CWS swqbugfixes09 (1.45.36); FILE MERGED 2004/11/15 14:06:40 od 1.45.36.2: RESYNC: (1.45-1.46); FILE MERGED 2004/10/21 07:41:32 fme 1.45.36.1: #i35879# valgrind - use of uninitialized variables

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2920b9b7be9f2ebb76048aa8b17fe6f1cbd3a27e]

        INTEGRATION: CWS swqbugfixes09 (1.8.4); FILE MERGED 2004/11/03 12:05:39 fme 1.8.4.1: #i36571# SwNumRuleInfo and SwNumRule should have different instances of the SwTxtNodeTable

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [feabbcea05c595cfe846af0deba3c4017626ce40]

        INTEGRATION: CWS swqbugfixes09 (1.15.22); FILE MERGED 2004/11/15 14:06:16 od 1.15.22.3: RESYNC: (1.16-1.17); FILE MERGED 2004/10/27 12:51:03 fme 1.15.22.2: RESYNC: (1.15-1.16); FILE MERGED 2004/10/27 06:41:28 od 1.15.22.1: #i35443# class <SwUndoFmtAttr>          - changes method <RestoreFlyAnchor(..)> and <Redo(..)>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c64f564d50f8432a87dd6272e748709281682982]

        INTEGRATION: CWS swqbugfixes09 (1.4.4); FILE MERGED 2004/11/03 12:05:24 fme 1.4.4.1: #i36571# SwNumRuleInfo and SwNumRule should have different instances of the SwTxtNodeTable

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [850523c374c92c2bf19a988f6036a8bb0c0d02f8]

        INTEGRATION: CWS swqbugfixes09 (1.6.36); FILE MERGED 2004/11/10 14:54:46 hbrinkm 1.6.36.2: #i30310#,#118435# output for SwFormToken(s), hash map for name->numrule relation 2004/11/10 14:46:55 hbrinkm 1.6.36.1: #i30310#,#118435# output for SwFormToken(s), hash map for name->numrule relation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f82bbf8936f0bf2c91c7a76ed3663922f8b865a7]

        INTEGRATION: CWS swqbugfixes09 (1.6.40); FILE MERGED 2004/11/15 14:05:51 od 1.6.40.3: RESYNC: (1.6-1.7); FILE MERGED 2004/10/26 08:22:15 od 1.6.40.2: #i35911# class <SwAnchoredObject> - new member <mbClearedEnvironment>          inclusive accessors 2004/10/18 06:13:24 od 1.6.40.1: #i26945# class <SwAnchoredObject> - new methods <FindAnchorCharFrm()>          and <GetAnchorFrmContainingAnchPos()>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8890bba540f6a07fef735a646805c0e943e4df3b]

        INTEGRATION: CWS docking4 (1.3.20); FILE MERGED 2004/10/27 12:54:47 as 1.3.20.1: #i35699# repair locale fallback mechanism

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ca02f3cff1602083eb8d86a5d545ad570f4ecff6]

        INTEGRATION: CWS docking4 (1.3.20); FILE MERGED 2004/10/27 12:54:46 as 1.3.20.1: #i35699# repair locale fallback mechanism

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fb4e21042a3630ac1130f232d13665a6b8a8c21f]

        INTEGRATION: CWS docking4 (1.15.86); FILE MERGED 2004/10/25 15:52:33 cd 1.15.86.2: #i34702# Remove old obsolete HID for status bar 2004/10/25 15:45:36 cd 1.15.86.1: #i34072# Remove old obsolete HID for status bar

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [07bf16aac961969f77f2fe7a1944c2a98683104d]

        INTEGRATION: CWS docking4 (1.64.10); FILE MERGED 2004/10/13 13:01:43 ssa 1.64.10.1: #i32193# use default background color

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8f68d01be7c311992283242956fbf2fd1588e516]

        INTEGRATION: CWS docking4 (1.53.4); FILE MERGED 2004/10/27 12:58:42 as 1.53.4.7: #i35699# dont use sfx based code inside config tab pages; pack XDispartchInformationProvider results 2004/10/22 20:46:44 cd 1.53.4.6: RESYNC: (1.54-1.56); FILE MERGED 2004/10/11 15:20:45 cd 1.53.4.5: RESYNC: (1.53-1.54); FILE MERGED 2004/10/05 10:59:06 as 1.53.4.4: #i33338# remove NoSuchElementException 2004/10/01 11:44:34 cd 1.53.4.3: #i33338# Fixed missing type 2004/10/01 11:25:56 cd 1.53.4.2: #i33338# For performance reasons separate groups and commands 2004/09/29 13:20:03 cd 1.53.4.1: #i33338# Added new interface XDispatchInformationProvider

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5b386d94b514d0642dc311a5cef4711dbb2559ef]

        INTEGRATION: CWS docking4 (1.38.4); FILE MERGED 2004/11/01 16:51:03 ssa 1.38.4.4: use stored size for floating toolbar when teared off 2004/10/25 15:27:02 cd 1.38.4.3: #i34076# Added sub-toolbar listener for toolbox controller 2004/10/11 15:17:49 cd 1.38.4.2: RESYNC: (1.38-1.39); FILE MERGED 2004/09/22 11:17:41 cd 1.38.4.1: #i34497# Use last floating toolbar size for sub-toolbar popup mode

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9fe4e2f32d1b4d89c9587a77763c6cc55a4bc71d]

        INTEGRATION: CWS docking4 (1.24.10); FILE MERGED 2004/10/25 15:45:53 cd 1.24.10.1: #i34072# Remove old obsolete HID for status bar

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f59b9a8a2b2f9f1d4f87198be1772ca2394f06dc]

        INTEGRATION: CWS docking4 (1.5.12); FILE MERGED 2004/10/28 16:04:46 ssa 1.5.12.3: ownerdraw decorated windows should not be resizable as this is handled by the corresponding borderwindow 2004/10/22 20:30:26 cd 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2004/10/15 12:04:32 pl 1.5.12.1: join from vcl27, vcl28

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [729c6c16762553a44f9362706c0c6e8c782cc21f]

        INTEGRATION: CWS docking4 (1.27.16); FILE MERGED 2004/11/02 16:45:08 ssa 1.27.16.3: RESYNC: (1.27-1.28); FILE MERGED 2004/10/28 06:52:42 as 1.27.16.2: #i34019# add horizontal scrollbar to key box control 2004/10/27 12:58:40 as 1.27.16.1: #i35699# dont use sfx based code inside config tab pages; pack XDispartchInformationProvider results

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [539767d1e3b4fe4506b4d2e3a0903c345b0055c4]

        INTEGRATION: CWS docking4 (1.37.6); FILE MERGED 2004/10/11 15:06:47 cd 1.37.6.3: RESYNC: (1.38-1.40); FILE MERGED 2004/09/20 15:49:03 cd 1.37.6.2: RESYNC: (1.37-1.38); FILE MERGED 2004/09/16 16:17:58 cd 1.37.6.1: #i32165# Made must change for stylist - SetDropdownClickHdl has to be used

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3d415f87b64e4f873a4a90527601526cf28b4dda]

        INTEGRATION: CWS docking4 (1.11.86); FILE MERGED 2004/10/27 12:58:39 as 1.11.86.1: #i35699# dont use sfx based code inside config tab pages; pack XDispartchInformationProvider results

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [13f7633e78e7d371311b34b33948a62ae1089234]

        INTEGRATION: CWS docking4 (1.37.4); FILE MERGED 2004/10/28 06:52:41 as 1.37.4.1: #i34019# add horizontal scrollbar to key box control

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [242260b7287d11b02312b95e8665cf3174dcb2a0]

        INTEGRATION: CWS docking4 (1.42.10); FILE MERGED 2004/11/02 16:43:29 ssa 1.42.10.3: RESYNC: (1.42-1.43); FILE MERGED 2004/10/28 06:52:41 as 1.42.10.2: #i34019# add horizontal scrollbar to key box control 2004/10/27 12:58:39 as 1.42.10.1: #i35699# dont use sfx based code inside config tab pages; pack XDispartchInformationProvider results

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cbcda694286b7f6b2fbab67930202f9a30958cbb]

        INTEGRATION: CWS docking4 (1.22.10); FILE MERGED 2004/11/11 16:39:29 cd 1.22.10.4: #i36994 Check return value of FirstSelected before use 2004/10/28 08:59:45 as 1.22.10.3: #i34019# release user data to free memory 2004/10/28 06:52:40 as 1.22.10.2: #i34019# add horizontal scrollbar to key box control 2004/10/27 12:58:38 as 1.22.10.1: #i35699# dont use sfx based code inside config tab pages; pack XDispartchInformationProvider results

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [24e5e697ec12605406ccd4a753a96b137d359ddd]

        INTEGRATION: CWS docking4 (1.32.66); FILE MERGED 2004/10/22 20:46:18 cd 1.32.66.3: RESYNC: (1.33-1.34); FILE MERGED 2004/09/20 15:46:09 cd 1.32.66.2: RESYNC: (1.32-1.33); FILE MERGED 2004/08/16 06:44:38 cd 1.32.66.1: #i32287# Added method and global dispatch argument to provide modifier to execute

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3619e765a5fb5e29ccfef98e97f721e824039f85]

        INTEGRATION: CWS docking4 (1.27.64); FILE MERGED 2004/10/11 15:03:07 cd 1.27.64.3: RESYNC: (1.29-1.30); FILE MERGED 2004/09/20 15:45:40 cd 1.27.64.2: RESYNC: (1.27-1.29); FILE MERGED 2004/08/16 06:44:37 cd 1.27.64.1: #i32287# Added method and global dispatch argument to provide modifier to execute

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d44892b9da3a8e09f9b1b77c68e343e90b50a410]

        INTEGRATION: CWS docking4 (1.29.12); FILE MERGED 2004/10/11 15:02:55 cd 1.29.12.3: RESYNC: (1.30-1.31); FILE MERGED 2004/09/20 15:45:32 cd 1.29.12.2: RESYNC: (1.29-1.30); FILE MERGED 2004/08/16 14:42:29 cd 1.29.12.1: #i32218# Ask for keyboard events before update is allowed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [27ea56adcaad0bfba66c116477999c8b1a09847b]

        INTEGRATION: CWS docking4 (1.43.2); FILE MERGED 2004/10/22 20:46:11 cd 1.43.2.3: RESYNC: (1.45-1.46); FILE MERGED 2004/10/11 15:00:18 cd 1.43.2.2: RESYNC: (1.43-1.45); FILE MERGED 2004/09/29 13:19:22 cd 1.43.2.1: #i33338# Prevent crash

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2e178992c1aa91dd0faa9d216d3980d3109b4a14]

        INTEGRATION: CWS docking4 (1.96.66); FILE MERGED 2004/11/09 13:59:11 ssa 1.96.66.7: #i36891# set item only if at least one item was found 2004/10/27 12:58:38 as 1.96.66.6: #i35699# dont use sfx based code inside config tab pages; pack XDispartchInformationProvider results 2004/10/22 20:46:03 cd 1.96.66.5: RESYNC: (1.97-1.98); FILE MERGED 2004/10/11 14:57:25 cd 1.96.66.4: RESYNC: (1.96-1.97); FILE MERGED 2004/10/05 10:59:06 as 1.96.66.3: #i33338# remove NoSuchElementException 2004/10/01 11:56:17 cd 1.96.66.2: #i33338# Fixed missing throw declaration 2004/10/01 11:25:55 cd 1.96.66.1: #i33338# For performance reasons separate groups and commands

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [01c01363e7bd3e3625a2b0d416b933a033eb3fcc]

        INTEGRATION: CWS docking4 (1.43.4); FILE MERGED 2004/11/08 16:07:02 cd 1.43.4.5: #i33132# Added missing createElement call so showElement has a valid element 2004/11/02 16:43:02 ssa 1.43.4.4: RESYNC: (1.44-1.45); FILE MERGED 2004/11/01 07:37:37 cd 1.43.4.3: #i33132# Base implementation for toggle toolbars - must be overwritten by other modules if they need a different behavior 2004/10/11 14:57:15 cd 1.43.4.2: RESYNC: (1.43-1.44); FILE MERGED 2004/10/01 13:29:09 toconnor 1.43.4.1: #i34745# changes are applied by the dialog code, so no need to call update

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7dd14bfd4cfbd56d9b1a052d7d58dcf0c4bbfacb]

        INTEGRATION: CWS docking4 (1.60.8); FILE MERGED 2004/11/01 07:36:46 cd 1.60.8.1: #i33132# Make virtual slot executable to support test tool

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [14bc95942f8d6ac77ab1c5b48a9e9bbc752c5cc0]

        INTEGRATION: CWS docking4 (1.17.8); FILE MERGED 2004/11/01 07:36:46 cd 1.17.8.1: #i33132# Make virtual slot executable to support test tool

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [db0323d2fc93c111300938d0ab8ec280ae9f4970]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/11/05 09:19:54 cd 1.1.2.1: #i34955# Added alignmentbar for calc

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b13603efefdc5c76ccdbdaf39e69e712a259364d]

        INTEGRATION: CWS docking4 (1.14.76); FILE MERGED 2004/10/29 16:11:33 ssa 1.14.76.1: #i32193# set listbox position dynamically as toolbox height is not fixed anymore

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4829da5f545b32009aa77faade8c33d31ee78818]

        INTEGRATION: CWS docking4 (1.1.1.1.6); FILE MERGED 2004/10/13 13:05:07 ssa 1.1.1.1.6.1: #i32193# correctly enable transparency

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [46e12dcb5482cd70eedb25e6b678bad8578f22cc]

        INTEGRATION: CWS docking4 (1.2.78); FILE MERGED 2004/10/22 15:26:44 cd 1.2.78.3: #i34077# Support for toolbar button/sub-toolbar behavior 2004/09/20 13:13:35 cd 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/16 06:30:46 cd 1.2.78.1: #i32287# Provide key modifier information to dispatch

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [22a50b62be6f813839bacdaad1658fc97da9047f]

        INTEGRATION: CWS docking4 (1.7.10); FILE MERGED 2004/10/07 15:29:33 toconnor 1.7.10.1: #i35128# change to new macro submenu layout

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [06fda387303570a3e712380dd3af3760aa690419]

        INTEGRATION: CWS docking4 (1.12.12); FILE MERGED 2004/11/04 18:27:11 pl 1.12.12.7: last necessary merge from vcl28 2004/11/02 17:53:46 pl 1.12.12.6: join from vcl28 2004/10/28 16:04:46 ssa 1.12.12.5: ownerdraw decorated windows should not be resizable as this is handled by the corresponding borderwindow 2004/10/25 09:01:33 pl 1.12.12.4: solved a merge problem 2004/10/22 20:30:07 cd 1.12.12.3: RESYNC: (1.12-1.13); FILE MERGED 2004/10/15 14:10:33 pl 1.12.12.2: global widget cleanup 2004/10/15 12:04:31 pl 1.12.12.1: join from vcl27, vcl28

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c8b8418fa06e45cf62730346379bf0dd1b3abce6]

        INTEGRATION: CWS docking4 (1.110.14); FILE MERGED 2004/10/13 12:54:14 ssa 1.110.14.1: #i32193# native widget rendering for toolbars

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d945c0fe01a7de33c3f52581db906abc8c171066]

        INTEGRATION: CWS docking4 (1.2.90); FILE MERGED 2004/10/27 15:35:03 ssa 1.2.90.8: hilight disabled toolbox buttons as well 2004/10/22 13:32:39 ssa 1.2.90.7: #i32193# use NWF options 2004/10/20 08:43:59 ssa 1.2.90.6: #i32193# support query for minimal toolbox button size 2004/10/19 09:45:10 ssa 1.2.90.5: #i32193# add border to native toolbar buttons 2004/10/15 16:58:17 ssa 1.2.90.4: #i32193# support for a single gradient covering menubar and top docking area 2004/10/15 12:04:37 pl 1.2.90.3: join from vcl27, vcl28 2004/10/15 10:50:11 ssa 1.2.90.2: #i32193# support for native toolbar buttons 2004/10/13 12:54:14 ssa 1.2.90.1: #i32193# native widget rendering for toolbars

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ea2418f1940e7c5ccbb62c40cb40ad0ba2d65189]

        INTEGRATION: CWS docking4 (1.33.62); FILE MERGED 2004/10/19 19:46:16 pl 1.33.62.1: #i28454# cleaned up LOTS ofpainting issues

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ac36ab61c44c077bdab783aeeb1fc5660f1c3e7f]

        INTEGRATION: CWS docking4 (1.2.92); FILE MERGED 2004/10/20 09:18:44 pl 1.2.92.6: #i28454# speedup paint fix 2004/10/19 19:46:16 pl 1.2.92.5: #i28454# cleaned up LOTS ofpainting issues 2004/10/17 15:12:24 pl 1.2.92.4: #i32193# menu background 2004/10/15 14:10:34 pl 1.2.92.3: global widget cleanup 2004/10/14 17:03:04 pl 1.2.92.2: #i32193# native menubar 2004/09/03 16:46:46 pl 1.2.92.1: #32193# nwf for toolbar background and grip

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a8375a7e6de9989c5ccefe99424932fc40210c45]

        INTEGRATION: CWS docking4 (1.29.38); FILE MERGED 2004/10/19 19:46:15 pl 1.29.38.1: #i28454# cleaned up LOTS ofpainting issues

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9e3473710f7c77c266e0e9e5552a2593454cc71f]

        INTEGRATION: CWS docking4 (1.2.92); FILE MERGED 2004/11/09 14:54:16 pl 1.2.92.26: #i28454# fixed some assertions that occured in OceanDream and Canyon theme 2004/10/25 12:47:11 pl 1.2.92.25: workaround some broken themes 2004/10/22 20:29:59 cd 1.2.92.24: RESYNC: (1.5-1.6); FILE MERGED 2004/10/21 18:28:42 pl 1.2.92.23: draw separate toolbar lines as per theme 2004/10/21 17:55:24 pl 1.2.92.22: improvement on NWF option propagation 2004/10/20 17:52:50 pl 1.2.92.21: #i28454# minimum space around radio/check buttons 2004/10/20 17:34:04 pl 1.2.92.20: #i28454# some menu issues 2004/10/20 16:15:02 pl 1.2.92.19: #i28454# improve toolbar buttons 2004/10/20 09:18:44 pl 1.2.92.18: #i28454# speedup paint fix 2004/10/19 19:46:15 pl 1.2.92.17: #i28454# cleaned up LOTS ofpainting issues 2004/10/17 16:25:10 pl 1.2.92.16: #i32193# NWF style options (tb dropdown separate, popup menu border 2004/10/17 16:04:36 pl 1.2.92.15: #i32193# menu/-bar items 2004/10/17 15:12:23 pl 1.2.92.14: #i32193# menu background 2004/10/17 13:59:10 pl 1.2.92.13: #i32193# get toolbar dropdowns and menu button right in more themes 2004/10/16 14:32:16 pl 1.2.92.12: #i32193# NWF toggle buttons for toolbars 2004/10/16 14:06:01 pl 1.2.92.11: #i32193# background for NWF toolbar buttons 2004/10/16 12:04:01 pl 1.2.92.10: #i32193# implement NWF toolbar buttons 2004/10/16 08:47:31 pl 1.2.92.9: #i32193# adjust menubar size 2004/10/15 15:46:21 pl 1.2.92.8: #i32193# native menubar height 2004/10/15 14:10:32 pl 1.2.92.7: global widget cleanup 2004/10/15 12:04:30 pl 1.2.92.6: join from vcl27, vcl28 2004/10/14 17:03:03 pl 1.2.92.5: #i32193# native menubar 2004/10/14 07:59:39 ssa 1.2.92.4: #i32193# NWF for toolbars 2004/10/13 12:54:13 ssa 1.2.92.3: #i32193# native widget rendering for toolbars 2004/09/20 16:19:58 cd 1.2.92.2: RESYNC: (1.2-1.5); FILE MERGED 2004/09/03 16:46:45 pl 1.2.92.1: #32193# nwf for toolbar background and grip

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [aef9e9023387dd4ce38553ecb9c321f4c5cb6d54]

        INTEGRATION: CWS docking4 (1.2.90); FILE MERGED 2004/10/13 12:54:13 ssa 1.2.90.1: #i32193# native widget rendering for toolbars

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c0f11f269aba3462570cdec55fde498e5e35c412]

        INTEGRATION: CWS docking4 (1.199.12); FILE MERGED 2004/11/05 15:47:25 pl 1.199.12.7: #i32196# keyboard handling of toolbar dock/undock 2004/11/05 15:32:53 pl 1.199.12.6: #i32196# keyboard handling of toolbar dock/undock 2004/10/25 16:09:17 ssa 1.199.12.5: #i32578# use Ctrl-DoubleClick to undock 2004/10/22 13:28:29 ssa 1.199.12.4: #i35625 change HC white detection 2004/10/15 12:04:29 pl 1.199.12.3: join from vcl27, vcl28 2004/10/15 10:50:10 ssa 1.199.12.2: #i32193# support for native toolbar buttons 2004/10/13 12:54:12 ssa 1.199.12.1: #i32193# native widget rendering for toolbars

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2ebf6f23ef96443b9d897253198c95858dd09fa8]

        INTEGRATION: CWS docking4 (1.30.6); FILE MERGED 2004/11/04 10:52:17 ssa 1.30.6.7: #i32193# improve transparency handling and repaint 2004/10/22 13:29:46 ssa 1.30.6.6: no menu button in popupmode 2004/10/19 09:45:09 ssa 1.30.6.5: #i32193# add border to native toolbar buttons 2004/10/17 13:59:09 pl 1.30.6.4: #i32193# get toolbar dropdowns and menu button right in more themes 2004/10/15 10:50:09 ssa 1.30.6.3: #i32193# support for native toolbar buttons 2004/09/20 16:18:39 cd 1.30.6.2: RESYNC: (1.30-1.32); FILE MERGED 2004/09/15 14:38:28 ssa 1.30.6.1: #i32196# make menubutton keyboard accessible

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a7d9e912a8502ea556a4b779df92068d83f0d6d5]

        INTEGRATION: CWS docking4 (1.74.6); FILE MERGED 2004/11/04 15:06:02 ssa 1.74.6.20: set minmax after every layout change in floating mode to improve configuration via custom menu 2004/11/04 10:52:16 ssa 1.74.6.19: #i32193# improve transparency handling and repaint 2004/11/01 08:20:13 ssa 1.74.6.18: #i35507#, #i34279# treat breaks as separators 2004/10/28 13:43:11 ssa 1.74.6.17: include children when incvalidating transparent background 2004/10/27 15:32:43 ssa 1.74.6.16: #i35507#, #i34279# treat breaks as separators, set minimal toolbox size, display menu button in empty toolbars 2004/10/22 13:29:44 ssa 1.74.6.15: no menu button in popupmode 2004/10/21 17:55:23 pl 1.74.6.14: improvement on NWF option propagation 2004/10/20 16:10:49 pl 1.74.6.13: #i35625# stricter recognition of high contrast white 2004/10/19 15:26:21 ssa 1.74.6.12: #i32193# correct background of NWF toolbar buttons 2004/10/19 09:45:08 ssa 1.74.6.11: #i32193# add border to native toolbar buttons 2004/10/17 16:25:10 pl 1.74.6.10: #i32193# NWF style options (tb dropdown separate, popup menu border 2004/10/17 13:59:09 pl 1.74.6.9: #i32193# get toolbar dropdowns and menu button right in more themes 2004/10/15 16:58:19 ssa 1.74.6.8: #i32193# support for a single gradient covering menubar and top docking area 2004/10/15 10:50:08 ssa 1.74.6.7: #i32193# support for native toolbar buttons 2004/10/14 15:45:09 pl 1.74.6.6: #i32193# use correct control state 2004/10/14 07:58:17 ssa 1.74.6.5: #i32193# NWF for toolbars 2004/10/13 12:54:12 ssa 1.74.6.4: #i32193# native widget rendering for toolbars 2004/09/20 16:18:21 cd 1.74.6.3: RESYNC: (1.74-1.77); FILE MERGED 2004/09/15 15:32:14 ssa 1.74.6.2: #i32192# improve separator look 2004/09/15 14:38:27 ssa 1.74.6.1: #i32196# make menubutton keyboard accessible

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ce60283b62bfc3ef43e1f87da6313ce4bd140d1f]

        INTEGRATION: CWS docking4 (1.110.12); FILE MERGED 2004/11/01 17:10:18 ssa 1.110.12.11: #i32193# toolbox for close button has variable height now 2004/10/21 17:55:23 pl 1.110.12.10: improvement on NWF option propagation 2004/10/17 16:25:09 pl 1.110.12.9: #i32193# NWF style options (tb dropdown separate, popup menu border 2004/10/17 16:04:36 pl 1.110.12.8: #i32193# menu/-bar items 2004/10/17 15:12:22 pl 1.110.12.7: #i32193# menu background 2004/10/15 16:58:18 ssa 1.110.12.6: #i32193# support for a single gradient covering menubar and top docking area 2004/10/15 15:46:20 pl 1.110.12.5: #i32193# native menubar height 2004/10/15 12:04:28 pl 1.110.12.4: join from vcl27, vcl28 2004/10/15 10:50:08 ssa 1.110.12.3: #i32193# support for native toolbar buttons 2004/10/14 17:02:08 pl 1.110.12.2: #i32193# control state for menubar 2004/10/13 12:54:11 ssa 1.110.12.1: #i32193# native widget rendering for toolbars

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [68994817a22ad1c1a9fdce29942a20ff57a6b3d6]

        INTEGRATION: CWS docking4 (1.15.8); FILE MERGED 2004/10/13 12:54:11 ssa 1.15.8.1: #i32193# native widget rendering for toolbars

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2fbc02528a3cbb58b0a93800ebc5f958e184231e]

        INTEGRATION: CWS docking4 (1.17.14); FILE MERGED 2004/10/25 16:09:17 ssa 1.17.14.1: #i32578# use Ctrl-DoubleClick to undock

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [38bd15e7d30be970d03b53a83e2ad301748d25ad]

        INTEGRATION: CWS docking4 (1.4.14); FILE MERGED 2004/10/13 12:54:11 ssa 1.4.14.1: #i32193# native widget rendering for toolbars

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bf7b97a30806f89e5dc895389b69abe0f815c2b1]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/22 13:31:03 ssa 1.1.2.7: #i32193# use NWF options 2004/10/21 18:28:41 pl 1.1.2.6: draw separate toolbar lines as per theme 2004/10/20 09:56:42 ssa 1.1.2.5: #i32193# improve common gradient handling between menubar and top dockingarea 2004/10/15 16:58:18 ssa 1.1.2.4: #i32193# support for a single gradient covering menubar and top docking area 2004/10/14 15:45:09 pl 1.1.2.3: #i32193# use correct control state 2004/10/14 07:58:17 ssa 1.1.2.2: #i32193# NWF for toolbars 2004/10/13 12:56:15 ssa 1.1.2.1: #i32193# native widget rendering for toolbars

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [494a0c701e7ee32085e4eb05337decfb6e77d69f]

        INTEGRATION: CWS docking4 (1.15.14); FILE MERGED 2004/10/22 13:30:23 ssa 1.15.14.2: show tooltip when title was truncated 2004/10/15 12:04:28 pl 1.15.14.1: join from vcl27, vcl28

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c8678aa363d0ca62169b8ca39a6a6867aea53e94]

        INTEGRATION: CWS docking4 (1.30.38); FILE MERGED 2004/10/15 12:04:27 pl 1.30.38.1: join from vcl27, vcl28

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f37b9508f6a3fd9a4911939911e582c060df3461]

        INTEGRATION: CWS docking4 (1.42.14); FILE MERGED 2004/10/13 12:54:11 ssa 1.42.14.1: #i32193# native widget rendering for toolbars

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c7a1f972ad2e622fc928253aaa410df2404b6008]

        INTEGRATION: CWS docking4 (1.3.30); FILE MERGED 2004/09/21 06:03:23 cd 1.3.30.1: #i32676# Added missing command to toolbar

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [17cf314088dfada8455a56a9e8702b7fdb409990]

        INTEGRATION: CWS docking4 (1.3.30); FILE MERGED 2004/09/21 06:03:50 cd 1.3.30.1: #i32676# Added missing command to toolbar

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [678905e0c20283f0eba3b6ba1a9a7d2eb89c55bd]

        INTEGRATION: CWS docking4 (1.3.30); FILE MERGED 2004/09/21 06:03:37 cd 1.3.30.1: #i32676# Added missing command to toolbar

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [50f1cab27c290ffc7585516a6326330fac194c1c]

        INTEGRATION: CWS docking4 (1.53.144); FILE MERGED 2004/10/29 16:12:01 ssa 1.53.144.1: #i32193# set listbox position dynamically as toolbox height is not fixed anymore

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fee0ef3ca44b92a6f2cd877bd2e02b87254ea3ab]

        INTEGRATION: CWS docking4 (1.30.30); FILE MERGED 2004/10/29 16:12:01 ssa 1.30.30.1: #i32193# set listbox position dynamically as toolbox height is not fixed anymore

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [41dcf1d10a9fe9732930e15ab0076132d4c601e0]

        INTEGRATION: CWS docking4 (1.6.140); FILE MERGED 2004/09/15 15:21:08 ssa 1.6.140.1: #i32188# pass item rect instead of point to keep popup menu open

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c40fd62d605fc96fc3baa88bef66f6a8a7af11b5]

        INTEGRATION: CWS docking4 (1.25.14); FILE MERGED 2004/10/29 17:48:46 ssa 1.25.14.1: #i32193# set listbox position dynamically as toolbox height is not fixed anymore

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cef73fb3f75d2076e83f6469d8c2cc41c0e2a566]

        INTEGRATION: CWS docking4 (1.16.14); FILE MERGED 2004/10/25 14:15:13 cd 1.16.14.1: #i34077# Fixed wrong icon problem with toolbar button/sub-toolbar function selected

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [dd226191a0160470d1aa9c9c84a674a29545febf]

        INTEGRATION: CWS docking4 (1.36.8); FILE MERGED 2004/11/02 15:50:23 ssa 1.36.8.7: RESYNC: (1.39-1.41); FILE MERGED 2004/10/22 20:12:04 cd 1.36.8.6: RESYNC: (1.37-1.39); FILE MERGED 2004/10/11 10:53:25 cd 1.36.8.5: RESYNC: (1.36-1.37); FILE MERGED 2004/09/28 07:07:38 cd 1.36.8.4: #i33338# Added needed schema file for generic command categories 2004/09/27 15:48:32 cd 1.36.8.3: #i33338# GenericCategories.xcu must be installed into data folder 2004/09/27 15:39:39 cd 1.36.8.2: #i33338# There is no Category.xcu file - removed entry 2004/09/27 15:07:40 cd 1.36.8.1: #i33338# Added new configuration files to make command categories available

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3622aabcdd137f8d4e6dca1da19652d5713b0afa]

        INTEGRATION: CWS docking4 (1.84.4); FILE MERGED 2004/10/11 10:51:52 cd 1.84.4.3: RESYNC: (1.84-1.85); FILE MERGED 2004/10/04 13:19:05 as 1.84.4.2: #i33338# new helper to merge dispatch informations 2004/09/27 16:30:20 cd 1.84.4.1: #i33338# Added new categories service

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d980abd69606c2308fffe9841984c2bcb75a05c1]

        INTEGRATION: CWS docking4 (1.8.4); FILE MERGED 2004/10/08 06:28:24 cd 1.8.4.2: #i35059# Tools - Customize added for StartModule 2004/10/07 16:00:26 cd 1.8.4.1: #i35058# View menu for StartModule

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d13bf857288f22306d766cd06c724d9debcc456a]

        INTEGRATION: CWS docking4 (1.3.54); FILE MERGED 2004/10/22 15:27:59 cd 1.3.54.1: #i34077# Support for toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9f630e67bdd965df8ba362b9774952e589a4a677]

        INTEGRATION: CWS docking4 (1.3.4); FILE MERGED 2004/10/01 13:38:04 cd 1.3.4.1: #i10000# Wrong index used

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [952ac45e875f8bae484968a8cae545044ad1c74e]

        INTEGRATION: CWS docking4 (1.9.64); FILE MERGED 2004/11/03 15:50:11 cd 1.9.64.3: #i31952# Added missing ToolBarsMenuController service implementation 2004/11/03 15:45:49 cd 1.9.64.2: #i31577# Added missing ToolBarsMenuController service implementation 2004/09/27 16:30:07 cd 1.9.64.1: #i33338# Added new categories service

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fbc402c46c1ebc2d98beda015551800528874796]

        INTEGRATION: CWS docking4 (1.4.6); FILE MERGED 2004/10/25 09:36:13 cd 1.4.6.2: #i10000# Build problems with gcc fixed 2004/10/22 15:27:58 cd 1.4.6.1: #i34077# Support for toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a1833cc1d2465bd3dfd21615c50b889264fabcc2]

        INTEGRATION: CWS docking4 (1.3.4); FILE MERGED 2004/11/01 07:40:00 cd 1.3.4.3: #i33132# Toolbar controller now uses complete command URLs to support test tool 2004/10/07 15:08:03 cd 1.3.4.2: #i35111# Toolbars must be sorted in popup menu 2004/10/04 11:12:58 cd 1.3.4.1: #i34938# Use wew properties to hide/show toolbars in view-toolbars menu

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2006fb1fb3694c1a8c44ef6575d043b8e6d99668]

        INTEGRATION: CWS docking4 (1.2.54); FILE MERGED 2004/10/22 15:27:58 cd 1.2.54.7: #i34077# Support for toolbar button/sub-toolbar behavior 2004/10/08 14:37:42 cd 1.2.54.6: #i35205# Use correct priority for images from document/module 2004/09/20 13:03:50 cd 1.2.54.5: RESYNC: (1.3-1.5); FILE MERGED 2004/09/16 09:29:11 ssa 1.2.54.4: #i32196# avoid duplicate menu entries 2004/09/16 09:18:07 cd 1.2.54.3: #i32213# Use frame directly to check for availability of .uno:ConfigureDialog 2004/08/23 13:23:54 cd 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/12 07:52:30 cd 1.2.54.1: #i32501# Check symbol size independently from hi/normal contrast

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b8abdeda60bb246397bf7c6e9bed0ace576579d5]

        INTEGRATION: CWS docking4 (1.12.4); FILE MERGED 2004/10/04 10:47:58 cd 1.12.4.1: #i31577# Fixed wrong update behavior of menu bar/popup menu controller

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8ccdaa43972ddd699d401f7493059aa584ab12a8]

        INTEGRATION: CWS docking4 (1.2.102); FILE MERGED 2004/10/04 10:47:42 cd 1.2.102.1: #i31577# Fixed wrong update behavior of menu bar/popup menu controller

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1654ee1edd745c467bc3723a622a6388d8288fb6]

        INTEGRATION: CWS docking4 (1.4.6); FILE MERGED 2004/11/04 11:54:28 cd 1.4.6.1: #i32287# Support key modifier with dispatch

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d8633042e08bd2a41f5ebe452d0c39097f07e57d]

        INTEGRATION: CWS docking4 (1.2.54); FILE MERGED 2004/10/04 11:12:16 cd 1.2.54.1: #i34938# New properties to hide/show toolbars in view-toolbars menu

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [868a3a7d338f9a4b1584d2c14fac6ab8d005d6b3]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/09/28 08:08:08 cd 1.1.2.2: #i33338# Numbers are now allowed as node name 2004/09/27 16:28:27 cd 1.1.2.1: #i33338# Added new categories service to support access from UNO

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7b7e8fa6a13e50938e6f7f94b2ef3e4828555c78]

        INTEGRATION: CWS docking4 (1.9.10); FILE MERGED 2004/11/04 15:26:04 cd 1.9.10.1: #i32100# Use preset handler to retrieve storages

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4b0fb8e99d59adfbb7c7129e9155d924665cc563]

        INTEGRATION: CWS docking4 (1.3.54); FILE MERGED 2004/09/27 16:29:10 cd 1.3.54.1: #i33338# Added new categories service to support access from UNO

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [559240ba75dafa341fc5d1cbd3b430269eaa3b7b]

        INTEGRATION: CWS docking4 (1.76.2); FILE MERGED 2004/10/11 10:49:42 cd 1.76.2.3: RESYNC: (1.76-1.77); FILE MERGED 2004/10/05 11:29:10 as 1.76.2.2: #i33338# remove NoSuchElementException 2004/10/04 13:20:31 as 1.76.2.1: #i33338# provide new dispatch information interface

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b46e222025dd0fd42a3417562a8407d521127955]

        INTEGRATION: CWS docking4 (1.23.4); FILE MERGED 2004/10/11 10:49:31 cd 1.23.4.4: RESYNC: (1.24-1.25); FILE MERGED 2004/09/27 16:29:53 cd 1.23.4.3: #i33338# Added new categories service 2004/09/20 13:01:28 cd 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2004/09/17 06:37:41 cd 1.23.4.1: #i33023# Removed format menu controller service from XML files - registerservices.cxx

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bda7c3ef99c5d4ace3842ef00a2fe91fc8dabbd7]

        INTEGRATION: CWS docking4 (1.9.2); FILE MERGED 2004/11/04 09:28:06 cd 1.9.2.8: #i32215# Fix problem with docking on bottom/right docking area 2004/10/22 15:27:57 cd 1.9.2.7: #i34077# Support for toolbar button/sub-toolbar behavior 2004/10/15 06:57:41 cd 1.9.2.6: #i32215# Support docking before/after a toolbar row/column 2004/10/13 15:14:23 ssa 1.9.2.5: #i32193# correct dynamic_cast syntax 2004/10/13 13:03:14 ssa 1.9.2.4: #i32193# use docking area window provided by VCL 2004/10/11 10:49:21 cd 1.9.2.3: RESYNC: (1.10-1.11); FILE MERGED 2004/09/20 13:01:17 cd 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2004/09/16 07:45:30 cd 1.9.2.1: #i32225# Support to move a docked toolbar freely - shouldn't respect itself for docking process

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9e79ba4701dfe637f57f1a44ac338cff01710783]

        INTEGRATION: CWS docking4 (1.2.14); FILE MERGED 2004/11/04 15:26:04 cd 1.2.14.2: #i32100# Use preset handler to retrieve storages 2004/10/27 12:56:24 as 1.2.14.1: #i35699# handle missing configurations more gracefully

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cafaab8edc3974cdc2584202923a9d9cc5248b3d]

        INTEGRATION: CWS docking4 (1.6.116); FILE MERGED 2004/10/04 13:18:42 as 1.6.116.1: #i33338# new helper to merge dispatch informations

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e770e5170ad389b44882ed97b9c419ecb3556d2e]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/05 10:56:57 as 1.1.2.2: #i33338# remove NoSuchElementException, remove duplicate items 2004/10/04 13:18:30 as 1.1.2.1: #i33338# new helper to merge dispatch informations

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [dbc61666b06c842d2373d289f94f939a368e3e07]

        INTEGRATION: CWS docking4 (1.7.60); FILE MERGED 2004/10/06 13:15:29 as 1.7.60.2: #i33338# remove CloseFrame from the interface XDispatchInformationProvider 2004/10/05 10:56:57 as 1.7.60.1: #i33338# remove NoSuchElementException, remove duplicate items

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e1c4ddd3f1a97a6de7a3c1e5b892ffddc3f2d878]

        INTEGRATION: CWS docking4 (1.2.14); FILE MERGED 2004/11/04 15:26:02 cd 1.2.14.2: #i32100# Use preset handler to retrieve storages 2004/10/27 12:56:24 as 1.2.14.1: #i35699# handle missing configurations more gracefully

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8aeb47e5640fd189487637c57a5e42816e9e22ce]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/06 12:07:04 as 1.1.2.1: #i33338# new complex test for XDispatchInformationProvider

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [80ec9071d74eb47feefb26d3e0709b33842d8b27]

        INTEGRATION: CWS docking4 (1.4.4); FILE MERGED 2004/10/22 15:27:43 cd 1.4.4.1: #i34077# Support for toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [de33f16fd1f7b1fccd65233d722ffd511915f72b]

        INTEGRATION: CWS docking4 (1.2.54); FILE MERGED 2004/10/25 09:35:15 cd 1.2.54.2: #i10000# Fixed build problems with gcc 2004/10/22 15:27:43 cd 1.2.54.1: #i34077# Support for toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7e6ccf33cf2b23a2b6e76c796a8bb51d4a8b8c74]

        INTEGRATION: CWS docking4 (1.3.4); FILE MERGED 2004/10/07 15:08:03 cd 1.3.4.1: #i35111# Toolbars must be sorted in popup menu

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [aa26a9b1bb2c63cdcbcb0b5c303364162451ddd5]

        INTEGRATION: CWS docking4 (1.2.102); FILE MERGED 2004/10/04 10:47:26 cd 1.2.102.1: #i31577# Fixed wrong update behavior of menu bar/popup menu controller

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f48da81475c64794c3a1e578fab41f64da3c8a16]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/09/27 16:28:47 cd 1.1.2.1: #i33338# Added new categories service to support access from UNO

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ce2ad81b6069701eccc3bd199e16ce62ae674b05]

        INTEGRATION: CWS docking4 (1.5.14); FILE MERGED 2004/11/04 15:25:49 cd 1.5.14.1: #i32100# Use preset handler to retrieve storages

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [757ed9a6f384f3d37d9bb2f4e115741e1e35ca7a]

        INTEGRATION: CWS docking4 (1.9.8); FILE MERGED 2004/11/02 15:16:24 ssa 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2004/09/30 11:06:14 fs 1.9.8.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d646637bdfddab972a30637f33ebe2e289476450]

        INTEGRATION: CWS docking4 (1.6.22); FILE MERGED 2004/10/22 15:27:42 cd 1.6.22.5: #i34077# Support for toolbar button/sub-toolbar behavior 2004/10/15 06:57:40 cd 1.6.22.4: #i32215# Support docking before/after a toolbar row/column 2004/10/11 10:42:30 cd 1.6.22.3: RESYNC: (1.7-1.8); FILE MERGED 2004/09/20 12:57:23 cd 1.6.22.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/16 07:45:10 cd 1.6.22.1: #i32225# Support to move a docked toolbar freely - shouldn't respect itself for docking process

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d828b003ae1aa8a0a0259ab9fd8aab64a578355d]

        INTEGRATION: CWS docking4 (1.29.100); FILE MERGED 2004/10/05 11:29:10 as 1.29.100.2: #i33338# remove NoSuchElementException 2004/10/04 13:20:20 as 1.29.100.1: #i33338# provide new dispatch information interface

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d15cdd2f6959ae75320f2dbd395db1a75baa9092]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/05 10:56:56 as 1.1.2.2: #i33338# remove NoSuchElementException, remove duplicate items 2004/10/04 13:18:14 as 1.1.2.1: #i33338# new helper to merge dispatch informations

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e29c541f66a8ac21c0b1a030dab4c1ea0782fadd]

        INTEGRATION: CWS docking4 (1.4.60); FILE MERGED 2004/10/05 10:56:56 as 1.4.60.1: #i33338# remove NoSuchElementException, remove duplicate items

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0a74201efd40090a8c9f3351121621f9a7eab47f]

        INTEGRATION: CWS docking4 (1.24.4); FILE MERGED 2004/10/11 10:41:20 cd 1.24.4.3: RESYNC: (1.24-1.25); FILE MERGED 2004/10/04 13:19:47 as 1.24.4.2: #i33338# use global app dispatch provider inside framework 2004/09/27 16:29:39 cd 1.24.4.1: #i33338# Added new categories service

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [739a7c566526b52c1eaf6a87597528d52f879303]

        INTEGRATION: CWS docking4 (1.3.8); FILE MERGED 2004/11/02 15:13:14 ssa 1.3.8.3: RESYNC: (1.3-1.6); FILE MERGED 2004/10/05 09:44:52 cd 1.3.8.2: #i33338# Adapt code to conform to new interface XDispatchInformationProvider 2004/09/30 11:07:30 fs 1.3.8.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8055cda972d5ef6ba36eb6bbca6509e6db59d26c]

        INTEGRATION: CWS docking4 (1.6.16); FILE MERGED 2004/10/08 09:37:34 cd 1.6.16.3: #i35060# Customize menu item for bibliography 2004/10/07 15:59:37 cd 1.6.16.2: #i35058# View menu for bibliography 2004/10/07 15:31:03 toconnor 1.6.16.1: #i35129# change to new macros submenu

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [eca473f430503016a129db07d9528ef556500e72]

        INTEGRATION: CWS docking4 (1.7.126); FILE MERGED 2004/10/05 11:16:48 cd 1.7.126.2: #i33338# Don't throw NoSuchElementException 2004/10/05 06:20:17 cd 1.7.126.1: #i33338# Support new DispatchInformationProvider interface

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5524ec3579d2c6421c30c30646ada4da280cd42b]

        INTEGRATION: CWS docking4 (1.22.72); FILE MERGED 2004/10/07 15:59:49 cd 1.22.72.3: #i35058# View menu for bibliography 2004/10/05 11:16:47 cd 1.22.72.2: #i33338# Don't throw NoSuchElementException 2004/10/05 06:20:18 cd 1.22.72.1: #i33338# Support new DispatchInformationProvider interface

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [048866055eb7c7f3de8338eac301b1614f59a515]

        INTEGRATION: CWS docking4 (1.57.10); FILE MERGED 2004/11/02 15:02:40 ssa 1.57.10.2: RESYNC: (1.57-1.58); FILE MERGED 2004/09/30 10:42:06 fs 1.57.10.1: removed unneeded parameter from CreateFmSearchDialog, which caused trouble during #i33338#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [dcfea2057c10ba9c0b97c8266267e5d09b9a145a]

        INTEGRATION: CWS docking4 (1.6.8); FILE MERGED 2004/11/03 10:22:51 ssa 1.6.8.9: correct merge conflicts 2004/11/02 15:00:08 ssa 1.6.8.8: RESYNC: (1.6-1.7); FILE MERGED 2004/10/06 14:18:41 toconnor 1.6.8.7: #i33338# don't display Basic and Database documents as they don't support document based configuration 2004/10/05 15:15:59 toconnor 1.6.8.6: #i33338# only get help text when need to display it 2004/10/05 11:16:38 toconnor 1.6.8.5: #i33338# exception handling 2004/10/04 18:04:32 toconnor 1.6.8.4: #i31103# use script url to determine whether ok button should be enabled 2004/10/04 14:17:30 toconnor 1.6.8.3: #i33338# more changes related to listing of builtin commands 2004/10/01 16:18:06 toconnor 1.6.8.2: #i33338# update to use latest changes to UNO configuration api 2004/09/30 11:13:54 toconnor 1.6.8.1: #i33338# use new UNO services for listing builtin commands instead of SfxSlotPool

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [08ad579e03892b8b2239d3e50c86efe8d64459b2]

        INTEGRATION: CWS docking4 (1.5.8); FILE MERGED 2004/10/07 15:30:08 toconnor 1.5.8.1: #i35129# change to new macro submenu layout

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f8382bc4beaedc5ba8862d9c992203d15aac2894]

        INTEGRATION: CWS docking4 (1.5.8); FILE MERGED 2004/10/07 15:30:07 toconnor 1.5.8.1: #i35129# change to new macro submenu layout

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7a4ace5a83cecc1e84a74962d3921636c7bd4257]

        INTEGRATION: CWS docking4 (1.4.8); FILE MERGED 2004/10/07 15:30:06 toconnor 1.4.8.1: #i35129# change to new macro submenu layout

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5751b4bec40109dc8fbb1790c8d7dec4b867067c]

        INTEGRATION: CWS docking4 (1.93.8); FILE MERGED 2004/09/30 11:07:14 fs 1.93.8.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [24125dfd09dc93c4466b5e4e012996cc2a4939be]

        INTEGRATION: CWS docking4 (1.35.8); FILE MERGED 2004/11/02 15:29:37 ssa 1.35.8.2: RESYNC: (1.35-1.36); FILE MERGED 2004/09/30 11:07:11 fs 1.35.8.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c9a6baa64ae9fbcf3b56f8f5f09a7d5a18045731]

        INTEGRATION: CWS docking4 (1.94.8); FILE MERGED 2004/11/02 15:29:26 ssa 1.94.8.2: RESYNC: (1.94-1.95); FILE MERGED 2004/09/30 11:07:06 fs 1.94.8.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [392d4d0805253ce7ccfd504ec37ca2bf80c87a52]

        INTEGRATION: CWS docking4 (1.31.8); FILE MERGED 2004/09/30 11:07:06 fs 1.31.8.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [16be8bb89d392163c4de945ed04c43eb2d519a23]

        INTEGRATION: CWS docking4 (1.54.8); FILE MERGED 2004/11/02 15:27:58 ssa 1.54.8.2: RESYNC: (1.54-1.55); FILE MERGED 2004/09/30 11:04:50 fs 1.54.8.1: #i33338# AddSupportedFeatures -> describeSupportedFeatures

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [95358c1fa3cbbd3c5dbb8c8fd940eba2703d2c89]

        INTEGRATION: CWS docking4 (1.28.8); FILE MERGED 2004/11/02 15:27:26 ssa 1.28.8.2: RESYNC: (1.28-1.29); FILE MERGED 2004/09/30 11:04:50 fs 1.28.8.1: #i33338# AddSupportedFeatures -> describeSupportedFeatures

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b9aae92fdea86c46c5f5169f59f9963f60e75707]

        INTEGRATION: CWS docking4 (1.26.8); FILE MERGED 2004/11/02 15:25:39 ssa 1.26.8.2: RESYNC: (1.26-1.28); FILE MERGED 2004/09/30 11:04:50 fs 1.26.8.1: #i33338# AddSupportedFeatures -> describeSupportedFeatures

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9fcada75e5337b4639f891630d48c7d5911ded78]

        INTEGRATION: CWS docking4 (1.31.8); FILE MERGED 2004/09/30 11:04:50 fs 1.31.8.1: #i33338# AddSupportedFeatures -> describeSupportedFeatures

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [af96ee56539a434baa32b48fe3514722e64e9b1f]

        INTEGRATION: CWS docking4 (1.13.8); FILE MERGED 2004/09/30 11:04:49 fs 1.13.8.1: #i33338# AddSupportedFeatures -> describeSupportedFeatures

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d706280346183b2a5f3d2a5776b878cf85d09ba9]

        INTEGRATION: CWS docking4 (1.17.8); FILE MERGED 2004/09/30 11:04:49 fs 1.17.8.1: #i33338# AddSupportedFeatures -> describeSupportedFeatures

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [50f37cbef07ba2ea7bb4efe68bbdbf2f347760f1]

        INTEGRATION: CWS docking4 (1.53.8); FILE MERGED 2004/11/02 15:16:44 ssa 1.53.8.4: RESYNC: (1.53-1.55); FILE MERGED 2004/10/05 11:17:48 cd 1.53.8.3: #i33338# Don't throw NoSuchElementException 2004/10/05 09:44:53 cd 1.53.8.2: #i33338# Adapt code to conform to new interface XDispatchInformationProvider 2004/09/30 11:06:14 fs 1.53.8.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bd7fae4bb79160cf62a047e371b2302c263dd353]

        INTEGRATION: CWS docking4 (1.19.30); FILE MERGED 2004/11/02 15:15:56 ssa 1.19.30.2: RESYNC: (1.19-1.20); FILE MERGED 2004/09/30 11:06:14 fs 1.19.30.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [19bdd985744612eb3567c82d53c6cb73f981ca72]

        INTEGRATION: CWS docking4 (1.81.8); FILE MERGED 2004/11/02 15:15:47 ssa 1.81.8.2: RESYNC: (1.81-1.83); FILE MERGED 2004/09/30 11:06:13 fs 1.81.8.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ab57d5d198a6b9098128f716ccf0eb0cdfaa77c9]

        INTEGRATION: CWS docking4 (1.3.8); FILE MERGED 2004/11/02 15:13:22 ssa 1.3.8.2: RESYNC: (1.3-1.5); FILE MERGED 2004/09/30 11:07:30 fs 1.3.8.1: #i33338# SupportedFeatures now also know which ::com::sun::star::frame::CommandGroup they belong to

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [05d2dba41c787b40475dbba06ec79264b82c120b]

        INTEGRATION: CWS docking4 (1.2.124); FILE MERGED 2004/10/25 08:29:41 cd 1.2.124.3: #i10000# Fixed build problem with gcc 2004/10/22 15:33:28 cd 1.2.124.2: #i34077# Use new interfaces to fix alignment image problem 2004/10/06 12:42:44 cd 1.2.124.1: #i32265# Style of toolbar button not correctly set by controller

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [98563ff808adbd6a8d899d2c9fd54f29264e8a94]

        INTEGRATION: CWS docking4 (1.54.22); FILE MERGED 2004/10/22 17:08:23 cd 1.54.22.2: RESYNC: (1.54-1.55); FILE MERGED 2004/10/22 09:10:20 ssa 1.54.22.1: #i32193# increase fontname box and fontsize box for better native widget support

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [55ff778a434d5883745c396d43a70796362426e8]

        INTEGRATION: CWS docking4 (1.18.20); FILE MERGED 2004/11/03 17:05:35 cd 1.18.20.5: #i34077# Item must use TYPEINIT1_AUTOFACTORY macro 2004/11/02 15:04:42 ssa 1.18.20.4: RESYNC: (1.20-1.21); FILE MERGED 2004/10/22 17:08:07 cd 1.18.20.3: RESYNC: (1.19-1.20); FILE MERGED 2004/10/11 10:09:12 cd 1.18.20.2: RESYNC: (1.18-1.19); FILE MERGED 2004/08/13 12:38:55 cd 1.18.20.1: #i32265# Added missing createAndPositionSubToolbar call

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [49ecab833d5954544aa9f1aa60e40ff73d415574]

        INTEGRATION: CWS docking4 (1.6.8); FILE MERGED 2004/11/02 15:00:26 ssa 1.6.8.4: RESYNC: (1.6-1.7); FILE MERGED 2004/10/05 15:15:59 toconnor 1.6.8.3: #i33338# only get help text when need to display it 2004/10/01 16:18:06 toconnor 1.6.8.2: #i33338# update to use latest changes to UNO configuration api 2004/09/30 11:13:53 toconnor 1.6.8.1: #i33338# use new UNO services for listing builtin commands instead of SfxSlotPool

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9869417638ee4a856a844812867fa01bd1452cf7]

        INTEGRATION: CWS docking4 (1.3.8); FILE MERGED 2004/10/07 11:20:36 toconnor 1.3.8.1: #i33338# remove SfxObjectShell dependency from Events tab

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0a17cb9a32d45d20d7fb20211e21287ace22bbb1]

        INTEGRATION: CWS docking4 (1.10.44); FILE MERGED 2004/10/11 09:49:34 cd 1.10.44.2: RESYNC: (1.10-1.12); FILE MERGED 2004/09/30 10:43:13 fs 1.10.44.1: removed unneeded parameter from CreateFmSearchDialog, which caused trouble during #i33338#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [44df516f95a6b445612101f7ece8c1a9be6926a7]

        INTEGRATION: CWS docking4 (1.13.8); FILE MERGED 2004/11/02 14:57:53 ssa 1.13.8.4: RESYNC: (1.15-1.16); FILE MERGED 2004/10/11 09:49:20 cd 1.13.8.3: RESYNC: (1.13-1.15); FILE MERGED 2004/09/30 10:43:13 fs 1.13.8.2: removed unneeded parameter from CreateFmSearchDialog, which caused trouble during #i33338# 2004/09/28 15:35:19 toconnor 1.13.8.1: #i33338# remove SvxViewFrame dependency which causes crash in db app

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7c4601da85b58b6e613b7a997fef9a76968f97bc]

        INTEGRATION: CWS docking4 (1.4.48); FILE MERGED 2004/11/12 12:21:37 cd 1.4.48.5: #i32226# Added a new string for the toolbar button popup menu 2004/11/03 16:34:40 cd 1.4.48.4: #i32226# Changed string according to new spec 2004/09/20 15:18:48 cd 1.4.48.3: RESYNC: (1.5-1.6); FILE MERGED 2004/08/23 13:43:04 cd 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/16 15:58:39 toconnor 1.4.48.1: #i32100# - reset button in toolbars tab should reset all toolbars #i32083# - placeholder string in messagebox not being replaced #i32937# - fix typo in resource file

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a94b7d73bbe0cadeb6793b726af8291c1a4cf0f3]

        INTEGRATION: CWS docking4 (1.2.124); FILE MERGED 2004/10/07 11:20:35 toconnor 1.2.124.6: #i33338# remove SfxObjectShell dependency from Events tab 2004/10/05 15:15:59 toconnor 1.2.124.5: #i33338# only get help text when need to display it 2004/09/28 15:35:19 toconnor 1.2.124.4: #i33338# remove SvxViewFrame dependency which causes crash in db app 2004/09/20 15:18:39 cd 1.2.124.3: RESYNC: (1.3-1.4); FILE MERGED 2004/08/23 13:42:56 cd 1.2.124.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/16 15:58:39 toconnor 1.2.124.1: #i32100# - reset button in toolbars tab should reset all toolbars #i32083# - placeholder string in messagebox not being replaced #i32937# - fix typo in resource file

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [aa60d088823219dbd7f5e521f32786a71633270a]

        INTEGRATION: CWS docking4 (1.2.124); FILE MERGED 2004/11/12 12:21:36 cd 1.2.124.3: #i32226# Added a new string for the toolbar button popup menu 2004/09/20 21:30:00 cd 1.2.124.2: #i10000# Merge completed 2004/08/16 15:58:39 toconnor 1.2.124.1: #i32100# - reset button in toolbars tab should reset all toolbars #i32083# - placeholder string in messagebox not being replaced #i32937# - fix typo in resource file

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [48da425eed2883f9ba0e1b329389ea71109dc91f]

        INTEGRATION: CWS docking4 (1.3.20); FILE MERGED 2004/11/12 12:21:36 cd 1.3.20.14: #i32226# Added a new string for the toolbar button popup menu 2004/10/07 11:20:35 toconnor 1.3.20.13: #i33338# remove SfxObjectShell dependency from Events tab 2004/10/06 15:31:11 toconnor 1.3.20.12: #i33338# add Bibliography to list of modules for which document configuration is not possible 2004/10/06 14:18:40 toconnor 1.3.20.11: #i33338# don't display Basic and Database documents as they don't support document based configuration 2004/10/06 12:01:28 toconnor 1.3.20.10: #i34783# use ConfigManager to get PRODUCTNAME instead of SfxApplication 2004/10/05 15:15:58 toconnor 1.3.20.9: #i33338# only get help text when need to display it 2004/10/05 11:16:37 toconnor 1.3.20.8: #i33338# exception handling 2004/10/04 18:04:32 toconnor 1.3.20.7: #i31103# use script url to determine whether ok button should be enabled 2004/10/04 15:28:33 toconnor 1.3.20.6: #i34216# ensure icons are reset when resetting toolbars and their entries 2004/10/01 16:18:05 toconnor 1.3.20.5: #i33338# update to use latest changes to UNO configuration api 2004/09/30 11:13:54 toconnor 1.3.20.4: #i33338# use new UNO services for listing builtin commands instead of SfxSlotPool 2004/09/28 15:35:18 toconnor 1.3.20.3: #i33338# remove SvxViewFrame dependency which causes crash in db app 2004/09/20 15:18:31 cd 1.3.20.2: RESYNC: (1.6-1.7); FILE MERGED 2004/08/16 15:58:40 toconnor 1.3.20.1: #i32100# - reset button in toolbars tab should reset all toolbars #i32083# - placeholder string in messagebox not being replaced #i32937# - fix typo in resource file

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f867599dbd8b9f2494952936a28bbb9f59c7ab88]

        INTEGRATION: CWS docking4 (1.2.124); FILE MERGED 2004/10/22 15:33:13 cd 1.2.124.1: #i34077# Use new interfaces to fix alignment image problem

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f4061612970871a15d6677e790f5db4bc2bd19ae]

        INTEGRATION: CWS docking4 (1.8.8); FILE MERGED 2004/10/22 15:16:01 cd 1.8.8.1: #i34077# Added new interfaces to support toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0ab32c29460ca8c29fdc12400719c54f90d559a2]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/22 15:12:14 cd 1.1.2.1: #i34077# Added new interfaces to support toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [21721ee066e71c5014acc466248f6119fd8f85fa]

        INTEGRATION: CWS docking4 (1.23.2); FILE MERGED 2004/10/22 15:16:00 cd 1.23.2.3: #i34077# Added new interfaces to support toolbar button/sub-toolbar behavior 2004/10/11 09:14:29 cd 1.23.2.2: RESYNC: (1.23-1.24); FILE MERGED 2004/09/29 13:23:58 cd 1.23.2.1: #i33338# Added new interface to support retrieving info about supported commands

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [669dd3f530c18bcbf3a4e301928c57ba50e59e77]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/22 15:09:07 cd 1.1.2.1: #i34077# Added new interfaces to support toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b29e54cd2e97e2719793f8509c04479a37db9565]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/22 15:09:17 cd 1.1.2.1: #i34077# Added new interfaces to support toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f9b50092dcaedb9651cc036ff8477f1d326e9142]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/22 15:09:27 cd 1.1.2.1: #i34077# Added new interfaces to support toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [78de7659b37281725dd7e88694cc9afb2b946ee6]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/22 15:09:37 cd 1.1.2.1: #i34077# Added new interfaces to support toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e9d7c3cae62e4b55a522b38d73c5c92b87f00dc7]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/10/06 11:22:35 as 1.1.2.4: #i33338# XDispatchInformationProvider is provided by the Frame service ... not the Controller 2004/10/05 11:07:31 cd 1.1.2.3: #i33338# Updated interface - getConfigurableDispatchInformation returns always a sequence (empty/non-empty) 2004/10/01 11:24:52 cd 1.1.2.2: #i33338# For performance reasons separate groups and commands 2004/09/29 13:23:42 cd 1.1.2.1: #i33338# Added new interface to support retrieving info about supported commands

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c14fc7a4314f2d9eaaff556d9eaad04f38e878f9]

        INTEGRATION: CWS docking4 (1.3.46); FILE MERGED 2004/10/22 15:16:00 cd 1.3.46.1: #i34077# Added new interfaces to support toolbar button/sub-toolbar behavior

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cb421264911b03cb1cb7c6df9e00762a6baf10da]

        INTEGRATION: CWS docking4 (1.15.4); FILE MERGED 2004/10/06 11:22:34 as 1.15.4.1: #i33338# XDispatchInformationProvider is provided by the Frame service ... not the Controller

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [49484d2a4807e9c99b373e7968272430d5315777]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/09/29 13:23:12 cd 1.1.2.1: #i33338# Added new interface to support retrieving info about supported commands

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [67b2d2427d28720215f1f1a6ae74f969407570a4]

        INTEGRATION: CWS docking4 (1.10.90); FILE MERGED 2004/10/06 11:22:34 as 1.10.90.2: #i33338# XDispatchInformationProvider is provided by the Frame service ... not the Controller 2004/09/29 13:23:58 cd 1.10.90.1: #i33338# Added new interface to support retrieving info about supported commands

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e723c56d4f385db12f7aeb1d6c564969c7d387a0]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/09/29 13:23:23 cd 1.1.2.1: #i33338# Added new interface to support retrieving info about supported commands

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b3ac7d264f3e6117bc046ac2b1625410d3d36186]

        INTEGRATION: CWS docking4 (1.2.128); FILE MERGED 2004/10/20 14:35:31 cd 1.2.128.1: #i34938# Added new properties to remove toolbars from View-Toolbars

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [11442353f7a761c329718f64cb777ebcf2fa2a5b]

        INTEGRATION: CWS docking4 (1.37.42); FILE MERGED 2004/10/22 16:44:56 cd 1.37.42.2: RESYNC: (1.37-1.38); FILE MERGED 2004/10/13 12:58:39 ssa 1.37.42.1: #i32193# add new window type: docking area

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1918bd58ddb6026770c5c865bb371edf00bac5c4]

        INTEGRATION: CWS docking4 (1.5.10); FILE MERGED 2004/09/27 14:53:35 cd 1.5.10.1: #i33338# Added new configuration files to make command categories available

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8ab4da2e19f4ea1c1251ec27ec4ddda82461ec48]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/09/27 14:50:48 cd 1.1.2.1: #i33338# Added new configuration data to make command categories available

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [80e7f83cefe25e4385bac4f82a6654453af01b3a]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/09/27 14:50:28 cd 1.1.2.1: #i33338# Added new configuration data to make command categories available

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7b494336e218c4ce6bd9aee5a2cad7c6cc2036a3]

        INTEGRATION: CWS docking4 (1.35.128); FILE MERGED 2004/10/11 09:07:44 cd 1.35.128.2: RESYNC: (1.35-1.36); FILE MERGED 2004/09/27 14:51:50 cd 1.35.128.1: #i33338# Added new property to make command categories available

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0d07a426ee14c9c026cbaaa77d5961e45fccec47]

        INTEGRATION: CWS docking4 (1.5.10); FILE MERGED 2004/10/22 16:42:51 cd 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2004/09/27 14:49:25 cd 1.5.10.1: #i33338# Added new configuration data to make command categories available

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5dc98bf38f7a3b924c3e2fce6fc633091bf349f3]

        INTEGRATION: CWS docking4 (1.7.54); FILE MERGED 2004/10/11 09:07:34 cd 1.7.54.3: RESYNC: (1.8-1.9); FILE MERGED 2004/09/20 13:17:58 cd 1.7.54.2: RESYNC: (1.7-1.8); FILE MERGED 2004/09/20 08:46:29 cd 1.7.54.1: #i32676# Added missing command .uno:ShowBookview

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [86f311efcbe8023d74e1f05a5ca43702efb19191]

        INTEGRATION: CWS docking4 (1.26.18); FILE MERGED 2004/11/03 18:02:05 cd 1.26.18.4: #i35447# Removed duplicate entry of NewPresentation 2004/11/03 07:43:00 cd 1.26.18.3: #i35447# Added missing strings for available commands - strings provided by EM 2004/11/02 14:42:22 ssa 1.26.18.2: RESYNC: (1.26-1.27); FILE MERGED 2004/10/31 07:26:07 cd 1.26.18.1: #i35447# Added missing entry for command .uno:ConvertToNavgiationBar - strings provided by EM

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e2616bb8908bf50a88a5bddeea93a0c75cbbf73c]

        INTEGRATION: CWS docking4 (1.1.2); FILE ADDED 2004/09/28 07:54:28 cd 1.1.2.2: #i33338# Numbers are now allowed as node name 2004/09/27 14:48:56 cd 1.1.2.1: #i33338# Added new configuration data to make command categories available

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ed7e13a61d33b119808b83f7d98ba0bb656cd8a4]

        INTEGRATION: CWS docking4 (1.7.20); FILE MERGED 2004/11/05 09:23:43 cd 1.7.20.1: #i34955# Added alignmentbar for calc

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b72a08df6e08319ae50a7947755caf7d1b82fab0]

        INTEGRATION: CWS docking4 (1.10.60); FILE MERGED 2004/10/11 09:06:49 cd 1.10.60.2: RESYNC: (1.10-1.11); FILE MERGED 2004/09/27 14:52:09 cd 1.10.60.1: #i33338# Added new property to make command categories available

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2d8e9c5f9fc1134ed04ef542811326f968450948]

        INTEGRATION: CWS eforms2 (1.48.22); FILE MERGED 2004/11/07 02:01:06 dvo 1.48.22.11: RESYNC: (1.69-1.70); FILE MERGED 2004/10/08 12:20:57 dvo 1.48.22.10: RESYNC: (1.68-1.69); FILE MERGED 2004/08/17 15:03:57 dvo 1.48.22.9: #i31958# no double entries in enum 2004/08/16 19:56:12 dvo 1.48.22.8: RESYNC: (1.62-1.68); FILE MERGED 2004/07/27 12:06:33 fs 1.48.22.7: RESYNC: (1.58-1.62); FILE MERGED 2004/07/13 15:13:53 dvo 1.48.22.6: #114856# load data types from Schema fragements 2004/06/25 09:53:57 dvo 1.48.22.5: RESYNC: (1.54-1.58); FILE MERGED 2004/04/08 10:24:09 dvo 1.48.22.4: RESYNC: (1.51-1.54); FILE MERGED 2004/04/07 13:24:48 dvo 1.48.22.3: #114856# load/save <xforms:submission> 2004/03/16 19:05:49 dvo 1.48.22.2: RESYNC: (1.48-1.51); FILE MERGED 2004/01/28 14:47:15 dvo 1.48.22.1: #114856# add XForms token

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2bf140489811180fbaa364e3c6f0d84777e21853]

        INTEGRATION: CWS eforms2 (1.5.50); FILE MERGED 2004/08/16 16:02:01 sw 1.5.50.1: #32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [aef2b8d5b169b1f5d9e2103d6014cb2283517c13]

        INTEGRATION: CWS eforms2 (1.3.88); FILE MERGED 2004/08/16 15:58:55 sw 1.3.88.1: #32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f6c16377454bf3ca924eb0c258c5d1c73f2647d0]

        INTEGRATION: CWS eforms2 (1.46.2); FILE MERGED 2004/10/11 16:15:29 dvo 1.46.2.6: RESYNC: (1.59-1.60); FILE MERGED 2004/10/08 21:48:36 dvo 1.46.2.5: RESYNC: (1.52-1.59); FILE MERGED 2004/08/16 18:57:26 dvo 1.46.2.4: RESYNC: (1.48-1.52); FILE MERGED 2004/07/27 14:53:54 fs 1.46.2.3: RESYNC: (1.46-1.48); FILE MERGED 2004/07/26 18:44:15 dvo 1.46.2.2: #i31958# continue FN_XFORMS_INIT 2004/07/26 16:06:21 dvo 1.46.2.1: #31958# implement File->New->XForms Document

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [086ab18937a8e8fbc8cdedc61748b37e17f9e4f5]

        INTEGRATION: CWS eforms2 (1.13.80); FILE MERGED 2004/10/11 16:15:40 dvo 1.13.80.4: RESYNC: (1.16-1.17); FILE MERGED 2004/10/08 21:48:44 dvo 1.13.80.3: RESYNC: (1.15-1.16); FILE MERGED 2004/08/16 18:57:35 dvo 1.13.80.2: RESYNC: (1.13-1.15); FILE MERGED 2004/07/26 16:06:21 dvo 1.13.80.1: #31958# implement File->New->XForms Document

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [87471494e5555693d203e4011a24891054be6e8e]

        INTEGRATION: CWS eforms2 (1.58.2); FILE MERGED 2004/11/09 08:31:40 fs 1.58.2.27: #i10000# 2004/11/07 06:10:06 dvo 1.58.2.26: RESYNC: (1.76-1.77); FILE MERGED 2004/11/01 14:36:09 fs 1.58.2.25: #i36443# properly translate 'Multiline' into 'Word break' property 2004/10/14 15:54:09 dvo 1.58.2.24: fix merge problem 2004/10/08 21:14:07 dvo 1.58.2.23: RESYNC: (1.74-1.76); FILE MERGED 2004/08/24 13:27:35 fs 1.58.2.22: #i10000# post-resync merge 2004/08/24 12:56:33 fs 1.58.2.21: #i10000# 2004/08/24 12:10:25 fs 1.58.2.20: #i10000# 2004/08/16 17:04:51 dvo 1.58.2.19: RESYNC: (1.70-1.74); FILE MERGED 2004/08/04 12:59:44 fs 1.58.2.18: prevented a compiler warning 2004/07/28 14:37:58 fs 1.58.2.17: #i10000# manual post-resync changes 2004/07/27 14:04:32 fs 1.58.2.16: RESYNC: (1.66-1.70); FILE MERGED 2004/07/23 13:05:08 fs 1.58.2.15: #i31958# don't attempt to translate the ControlLabel property into a string 2004/07/22 10:37:29 fs 1.58.2.14: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:45 fs 1.58.2.13: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:15 fs 1.58.2.12: #i31762# support for inspecting multiple objects 2004/07/21 07:54:59 fs 1.58.2.11: some consolidation in preparation of #i31762# 2004/07/20 12:11:37 fs 1.58.2.10: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/15 07:43:18 fs 1.58.2.9: #114856# 2004/07/12 14:32:51 fs 1.58.2.8: #114856# 2004/07/08 12:32:56 fs 1.58.2.7: #i10000# 2004/06/29 14:22:37 dvo 1.58.2.6: RESYNC: (1.60-1.66); FILE MERGED 2004/06/09 09:47:02 dvo 1.58.2.5: #114856# compile on Solaris 2004/04/27 14:15:47 fs 1.58.2.4: property handlers can now express interest in actuating properties other than their own 2004/04/26 11:42:39 fs 1.58.2.3: conceptual change: no 'virtual' properties anymore, but instead dedicated 'handlers' for properties, which care for all the set/getPropertyValue, building the UI, etc. 2004/04/08 11:30:38 dvo 1.58.2.2: RESYNC: (1.58-1.60); FILE MERGED 2004/01/14 15:30:57 dvo 1.58.2.1: #114856# add XForms properties to PropertyBrowser          (preliminary; #ifdef DVO_XFORMS)

2004-11-16  Rüdiger Timm  <rt@openoffice.org>  [ec716b8d610b6a5e9b5d4d8a8374380a76cbc544]

        INTEGRATION: CWS rebase (1.8.74); FILE MERGED 2004/11/05 15:56:40 rt 1.8.74.1: 118215# Set time bomb to 2005-07-31.

2004-11-16  Rüdiger Timm  <rt@openoffice.org>  [074efd7846294743095b454631da6aee9f40a79f]

        INTEGRATION: CWS rebase (1.10.12); FILE MERGED 2004/11/09 08:54:16 hjs 1.10.12.1: #i36805# packager for SO inhouse only

2004-11-16  Rüdiger Timm  <rt@openoffice.org>  [5fa8142ae19a2ecf74de17ad0ca6c4a49a08f0fe]

        INTEGRATION: CWS rebase (1.11.2); FILE MERGED 2004/11/08 10:35:34 rt 1.11.2.3: #i30601# Module dependencies now moved into new module postprocess 2004/11/05 10:17:05 rt 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2004/10/29 10:36:50 hjs 1.11.2.1: #i34126# change packing of uiconfig.zip

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e380c9782e238a14547c695d348fe91ba9937167]

        INTEGRATION: CWS eforms2 (1.4.2); FILE MERGED;2004/10/08 17:52:33 dvo 1.4.2.2: RESYNC: (1.4-1.7); FILE MERGED;2004/08/26 11:27:21 lo 1.4.2.1: #i32398# fix rebuild problem, removing 'additional files' (AGAIN!)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b1201cfda455e79cef4a8dabb6f94f8b7a029c35]

        INTEGRATION: CWS eforms2 (1.16.222); FILE MERGED 2004/07/27 12:53:22 fs 1.16.222.3: RESYNC: (1.16-1.17); FILE MERGED 2004/03/18 17:49:46 dvo 1.16.222.2: #114856# remove DVO_XFORMS 2004/01/28 15:38:10 dvo 1.16.222.1: #114856# build xforms (if DVO_XFORMS is set)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7bddbd3d33b63631d81948f5aaea5bf492a1ef71]

        INTEGRATION: CWS eforms2 (1.9.252); FILE MERGED 2004/08/16 19:54:48 dvo 1.9.252.5: RESYNC: (1.11-1.12); FILE MERGED 2004/07/27 11:59:40 fs 1.9.252.4: RESYNC: (1.10-1.11); FILE MERGED 2004/07/13 15:15:03 dvo 1.9.252.3: #114856# load data types from Schema fragements 2004/06/25 09:52:09 dvo 1.9.252.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/28 15:24:04 dvo 1.9.252.1: #114856# add XForms 1.0 namespace

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0cbdcaf3b308277f9240b77c95db11c4f8c1f8b7]

        INTEGRATION: CWS borderingfilterteam28 (1.24.390); FILE MERGED 2004/11/08 12:24:55 jmarmion 1.24.390.1: #i27942# stop the creation of corrupt Word files with text attached to lines/poly/bezier autoshapes.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a8867d0d74b8579edc7f762d2680636ab4426732]

        INTEGRATION: CWS borderingfilterteam28 (1.157.28); FILE MERGED 2004/11/15 13:12:54 mmaher 1.157.28.2: #115098# (Re)fixed 115098 sothat grid is only turned off for paragraphs in tables 2004/11/08 12:23:16 jmarmion 1.157.28.1: #i30088,i31806# page frame issue and left/right margins swapped.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b08c52d6e8ceea9b5c04af459ca397020823a4fe]

        INTEGRATION: CWS borderingfilterteam28 (1.82.48); FILE MERGED 2004/10/26 15:02:10 mmaher 1.82.48.1: #117892# Put the word date and time field number formatter in a common area

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4a9b4568692205ca955da428b277e1a34915bf22]

        INTEGRATION: CWS borderingfilterteam28 (1.96.16); FILE MERGED 2004/11/15 13:12:53 mmaher 1.96.16.5: #115098# (Re)fixed 115098 sothat grid is only turned off for paragraphs in tables 2004/11/05 16:31:58 mmaher 1.96.16.4: RESYNC: (1.107-1.108); FILE MERGED 2004/10/29 09:40:08 mmaher 1.96.16.3: #115098# In order to make CJK documents "prettier" better to disable snap to grid for all paragraphs in tables 2004/10/13 22:29:51 mmaher 1.96.16.2: RESYNC: (1.96-1.107); FILE MERGED 2004/02/20 14:45:13 mmaher 1.96.16.1: #i18128# Word has only one vertical line between cells we have to mimick this

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [61f5ce257d402c35e8c909e141c780ba40407a21]

        INTEGRATION: CWS borderingfilterteam28 (1.142.44); FILE MERGED 2004/11/05 16:31:41 mmaher 1.142.44.2: RESYNC: (1.142-1.143); FILE MERGED 2004/11/04 13:43:32 mmaher 1.142.44.1: #i26736# Tab problem (patch courtesy of cmc)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [72766d1b226b95e2e1239e27603713b71865516d]

        INTEGRATION: CWS borderingfilterteam28 (1.82.116); FILE MERGED 2004/11/11 10:19:32 mmaher 1.82.116.4: #i36867# Stops vertical text in a table corrupting the table on export 2004/11/04 13:43:33 mmaher 1.82.116.3: #i26736# Tab problem (patch courtesy of cmc) 2004/11/02 17:53:41 mmaher 1.82.116.2: #i36447# Date time field missing format string, german mapping table changed to English and date/time import not skipping quoted text properly. 2004/10/26 15:02:09 mmaher 1.82.116.1: #117892# Put the word date and time field number formatter in a common area

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0150775fed3d2c1e1010bf76a390400f29af0ff6]

        INTEGRATION: CWS borderingfilterteam28 (1.11.54); FILE MERGED 2004/11/05 16:31:29 mmaher 1.11.54.3: RESYNC: (1.11-1.12); FILE MERGED 2004/11/02 17:53:40 mmaher 1.11.54.2: #i36447# Date time field missing format string, german mapping table changed to English and date/time import not skipping quoted text properly. 2004/10/26 15:02:09 mmaher 1.11.54.1: #117892# Put the word date and time field number formatter in a common area

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f693a25173ae0b895e138d387274b5a323a7ed97]

        INTEGRATION: CWS borderingfilterteam28 (1.20.52); FILE MERGED 2004/11/05 16:30:30 mmaher 1.20.52.3: RESYNC: (1.20-1.21); FILE MERGED 2004/10/27 17:08:49 mmaher 1.20.52.2: #i30222# The more "exotic" borders were causing the table parser problems. Still don't support them but at least it doesn't cause crashes 2004/10/26 17:28:58 mmaher 1.20.52.1: #i35967# Work around for SkipGroup inadequacies

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c8da5f01a2d18a15948a30329f8dd1b692157540]

        INTEGRATION: CWS borderingfilterteam28 (1.45.52); FILE MERGED 2004/11/08 14:12:11 mmaher 1.45.52.4: #i30222# SNAFU in resyncing to m60 2004/11/05 16:30:18 mmaher 1.45.52.3: RESYNC: (1.45-1.46); FILE MERGED 2004/10/26 17:28:57 mmaher 1.45.52.2: #i35967# Work around for SkipGroup inadequacies 2004/10/22 10:15:14 mmaher 1.45.52.1: #117907# If right and left page styles are selected then the aLeft and aMaster should be the same

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7c5b8115a62e8f34faf6508438379209ec4973ea]

        INTEGRATION: CWS borderingfilterteam28 (1.23.222); FILE MERGED 2004/11/05 16:30:05 mmaher 1.23.222.2: RESYNC: (1.23-1.24); FILE MERGED 2004/10/27 17:08:48 mmaher 1.23.222.1: #i30222# The more "exotic" borders were causing the table parser problems. Still don't support them but at least it doesn't cause crashes

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7c3f9225a2cad7623e03a4a805fbc27ef7b2e3b0]

        INTEGRATION: CWS borderingfilterteam28 (1.22.76); FILE MERGED 2004/11/05 16:29:52 mmaher 1.22.76.2: RESYNC: (1.22-1.23); FILE MERGED 2004/10/26 14:53:05 mmaher 1.22.76.1: #117892# Use the word date and time field number formatter

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [040b6dfbaf90aff47d3c9a4dc70829633cf7f8a3]

        INTEGRATION: CWS eforms2 (1.25.16); FILE MERGED 2004/11/07 06:25:33 dvo 1.25.16.6: RESYNC: (1.53-1.59); FILE MERGED 2004/10/12 14:00:43 dvo 1.25.16.5: fix merge conflict 2004/10/11 16:45:37 dvo 1.25.16.4: RESYNC: (1.51-1.53); FILE MERGED 2004/10/08 22:23:38 dvo 1.25.16.3: RESYNC: (1.32-1.51); FILE MERGED 2004/08/16 17:11:13 dvo 1.25.16.2: RESYNC: (1.25-1.32); FILE MERGED 2004/08/04 15:46:08 lo 1.25.16.1: #i26721# install unoxml library

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8849457f28a4bd459acced7ab72d788c8356b7a8]

        INTEGRATION: CWS borderingfilterteam28 (1.9.56); FILE MERGED 2004/10/26 14:56:16 mmaher 1.9.56.1: #117892# Put the word date and time field number formatter in a common area

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [687651ac0e2da6a2dffcd773e5381b842eaaa794]

        INTEGRATION: CWS eforms2 (1.2.38); FILE MERGED 2004/08/12 11:22:55 sw 1.2.38.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [553cc242bea1c9254a753776ac7d8819f6acba45]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/08 11:18:40 fs 1.1.2.2: #i36765# some changes to the submission interfaces 2004/08/12 14:39:55 sw 1.1.2.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [245e6d689e89c1a81769e93e9fd00a1a63d65df6]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/08 11:18:40 fs 1.1.2.2: #i36765# some changes to the submission interfaces 2004/08/12 14:40:16 sw 1.1.2.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [aa98b09a1a0a4c40ee3b10ec78036eea76c1ffe6]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/12 11:22:25 sw 1.1.2.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d00d3aadda79f0c133bb9a92e68de240c9563865]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/12 11:22:01 sw 1.1.2.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a8b129d07ef5272eb9ae9c3d0f698ea0ade9fe5b]

        INTEGRATION: CWS eforms2 (1.2.88); FILE MERGED 2004/08/12 11:21:22 sw 1.2.88.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3e2b06da903386ca00bc14c86fc06997b416bc1b]

        INTEGRATION: CWS eforms2 (1.2.76); FILE MERGED 2004/08/12 11:21:22 sw 1.2.76.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a011d71b2c295fe6ab47a7a4df1712ba88d8e9c5]

        INTEGRATION: CWS eforms2 (1.3.76); FILE MERGED 2004/08/12 11:21:21 sw 1.3.76.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [614863da8334337ad53ab4ac5a70e6719f20283d]

        INTEGRATION: CWS eforms2 (1.2.88); FILE MERGED 2004/08/13 08:27:19 sw 1.2.88.2: #i32680# 2004/08/12 11:21:21 sw 1.2.88.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e46cb74e0bb99c31b4cd005b69960e8968b4fb9b]

        INTEGRATION: CWS eforms2 (1.2.88); FILE MERGED 2004/08/12 11:21:21 sw 1.2.88.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b5e3b498c62f7ebc4811aa16bc274a4588b68c13]

        INTEGRATION: CWS eforms2 (1.3.88); FILE MERGED 2004/08/12 11:21:20 sw 1.3.88.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [134707dad0b361c7a60b3a6603f0a311caf1793a]

        INTEGRATION: CWS eforms2 (1.2.88); FILE MERGED 2004/08/12 11:21:20 sw 1.2.88.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f75e1fe395ab796a225a1174cbf79b1cfa27020b]

        INTEGRATION: CWS eforms2 (1.2.88); FILE MERGED 2004/08/12 11:21:19 sw 1.2.88.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5d02024020af991676b9e063c2113a842e14cb92]

        INTEGRATION: CWS eforms2 (1.3.2); FILE MERGED 2004/08/19 12:31:02 sw 1.3.2.1: #i32962#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [00fd1ad4e93ae3a941e9aa1467d5887c846ad9c0]

        INTEGRATION: CWS eforms2 (1.12.18); FILE MERGED 2004/08/12 14:42:53 sw 1.12.18.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [67bb0c6e4aa5029b6631af620aec742118a0cb42]

        INTEGRATION: CWS eforms2 (1.2.38); FILE MERGED 2004/08/11 14:29:35 sw 1.2.38.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [865b1ed5c3345ae7e83831e9dd1e2cf1bff2d227]

        INTEGRATION: CWS borderingfilterteam28 (1.15.232); FILE MERGED 2004/11/08 14:48:41 mmaher 1.15.232.1: #i35653# Patch courtesy of cmc on unicode character handling (Zcaron)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [01b553780ed5c106b8e9e6a6eb42f5dc7b1f1156]

        INTEGRATION: CWS eforms2 (1.2.78); FILE MERGED 2004/08/11 14:29:35 sw 1.2.78.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [691c3b7f1d8bfd224aa29a6fe46b4a9e9ac2a5c7]

        INTEGRATION: CWS eforms2 (1.2.90); FILE MERGED 2004/08/11 14:29:34 sw 1.2.90.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1cef97a79efbfb53f1f35e2e868dadb3a43d13ac]

        INTEGRATION: CWS eforms2 (1.3.38); FILE MERGED 2004/08/11 14:29:34 sw 1.3.38.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8989a44d37a0efe3b3dde1e83b7d732eca55af73]

        INTEGRATION: CWS eforms2 (1.2.38); FILE MERGED 2004/08/11 14:29:34 sw 1.2.38.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0336c1556c30abc80521ded8e145e973b3ba1d22]

        INTEGRATION: CWS eforms2 (1.2.90); FILE MERGED 2004/08/11 14:29:33 sw 1.2.90.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [24e3d0a52726d973c6db5f9b8aa463780a9d6bc1]

        INTEGRATION: CWS eforms2 (1.2.90); FILE MERGED 2004/08/13 11:15:22 sw 1.2.90.3: #i32680# 2004/08/12 12:50:47 sw 1.2.90.2: #i32680# 2004/08/11 14:29:33 sw 1.2.90.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c05e4352d08c8b048a2cab07ddc4db3721a1dd6a]

        INTEGRATION: CWS eforms2 (1.2.90); FILE MERGED 2004/11/03 17:07:57 sw 1.2.90.3: #i32925# 2004/08/13 11:15:22 sw 1.2.90.2: #i32680# 2004/08/11 14:29:33 sw 1.2.90.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1f6000c7b8547668f7d0b9dd9b7c5dd6388ce536]

        INTEGRATION: CWS eforms2 (1.3.38); FILE MERGED 2004/08/11 14:29:33 sw 1.3.38.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [73c1e7774613919a5e24425c266815a5e00a5d40]

        INTEGRATION: CWS eforms2 (1.1.140); FILE MERGED 2004/08/11 14:29:32 sw 1.1.140.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a488e166806570064551a4c8e548d6f509d1bda2]

        INTEGRATION: CWS eforms2 (1.2.90); FILE MERGED 2004/08/11 14:29:32 sw 1.2.90.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [89b6dafcfa4beb119ff890d998e45ac21bfc7f96]

        INTEGRATION: CWS eforms2 (1.3.26); FILE MERGED 2004/08/11 14:29:32 sw 1.3.26.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [216d0366e8d3920c03ca6831736ba6c7b1bdfbe5]

        INTEGRATION: CWS eforms2 (1.2.38); FILE MERGED 2004/08/11 14:29:32 sw 1.2.38.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a4b726382e9dc00a7cefb66b84936354eb0631c8]

        INTEGRATION: CWS eforms2 (1.3.38); FILE MERGED 2004/08/11 14:29:32 sw 1.3.38.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3bbda53a19ff91d2ddfe1b91c07495612ef90c70]

        INTEGRATION: CWS eforms2 (1.2.38); FILE MERGED 2004/08/11 14:29:31 sw 1.2.38.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c21ffcfa2597d8998fb291c13b057e5d69d4f3fa]

        INTEGRATION: CWS eforms2 (1.1.140); FILE MERGED 2004/08/12 12:51:04 sw 1.1.140.2: #i32680# 2004/08/11 14:29:31 sw 1.1.140.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [52e38214078e9581836cf69f5240576e6d6d0823]

        INTEGRATION: CWS eforms2 (1.2.90); FILE MERGED 2004/11/03 17:04:21 sw 1.2.90.2: #i32925# 2004/08/11 14:29:31 sw 1.2.90.1: #i32680#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0aa28d2a8abff9a61d8c15cbe5efb49c2ad4078c]

        INTEGRATION: CWS eforms2 (1.6.146); FILE MERGED 2004/07/12 13:45:32 fs 1.6.146.1: #114856# +disposeAdapter

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6eff64acab4c3fda53ac47bf7e768dc8716b8026]

        INTEGRATION: CWS eforms2 (1.5.122); FILE MERGED 2004/01/14 14:47:33 dvo 1.5.122.1: #114856# implement PropertySetHelper default constructor          PropertySetHelper::setInfo allows to set property info after construction

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [98bcd89e281724b3975832d4cdc996dc0597d07c]

        INTEGRATION: CWS eforms2 (1.5.44); FILE MERGED 2004/07/02 13:02:37 fs 1.5.44.1: +disposeAdapter

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [00ca3bcfc31aef4b5638c1bda113489840701b22]

        INTEGRATION: CWS eforms2 (1.1.152); FILE MERGED 2004/01/14 14:47:31 dvo 1.1.152.1: #114856# implement PropertySetHelper default constructor          PropertySetHelper::setInfo allows to set property info after construction

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1f7fae8b95dc9ba9aad78df4a53befec93bf0556]

        INTEGRATION: CWS eforms2 (1.38.2); FILE MERGED 2004/11/07 06:21:21 dvo 1.38.2.6: RESYNC: (1.44-1.45); FILE MERGED 2004/10/11 16:19:04 dvo 1.38.2.5: RESYNC: (1.43-1.44); FILE MERGED 2004/10/08 21:51:34 dvo 1.38.2.4: RESYNC: (1.41-1.43); FILE MERGED 2004/08/16 18:58:23 dvo 1.38.2.3: RESYNC: (1.39-1.41); FILE MERGED 2004/07/27 14:56:04 fs 1.38.2.2: RESYNC: (1.38-1.39); FILE MERGED 2004/07/26 16:06:22 dvo 1.38.2.1: #31958# implement File->New->XForms Document

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a85208255e413604d1b506dde631f2af1863fae0]

        INTEGRATION: CWS eforms2 (1.17.56); FILE MERGED 2004/07/27 14:10:40 fs 1.17.56.2: RESYNC: (1.17-1.18); FILE MERGED 2004/07/13 08:37:17 pb 1.17.56.1: fix: #i29824# SOT_FORMATSTR_ID_XFORMS added

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [10ff12a84ea7df516b9cfbb1b0e2cae602340785]

        INTEGRATION: CWS eforms2 (1.28.44); FILE MERGED 2004/10/11 16:07:01 dvo 1.28.44.4: RESYNC: (1.31-1.32); FILE MERGED 2004/10/08 21:44:41 dvo 1.28.44.3: RESYNC: (1.30-1.31); FILE MERGED 2004/07/27 14:10:24 fs 1.28.44.2: RESYNC: (1.28-1.30); FILE MERGED 2004/07/13 08:37:18 pb 1.28.44.1: fix: #i29824# SOT_FORMATSTR_ID_XFORMS added

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [40baacbd424edfc46a2056f1bafaf86009be8b89]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/03/18 14:25:16 lo 1.1.2.1: set conext node

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5bdb1bba6f39de026c5252efde6a3720c1f03175]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/05/26 14:34:49 lo 1.1.2.1: #i28981# xpath extension

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [96ff4301788765dab1ea6aeeca0f24fade394ed4]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/09/13 17:30:25 dvo 1.1.2.2: #i33862# keep XXPathExtension objects instead of extension handles, so          that data held by extension objects is still alive when being          accessed 2004/05/26 14:34:48 lo 1.1.2.1: #i28981# xpath extension

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bf75d402e3885634cdf571adc90950f91b5430d8]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/09/13 17:30:24 dvo 1.1.2.3: #i33862# keep XXPathExtension objects instead of extension handles, so          that data held by extension objects is still alive when being          accessed 2004/05/26 14:34:48 lo 1.1.2.2: #i28981# xpath extension 2004/03/18 14:25:16 lo 1.1.2.1: set conext node

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [028ed824414f614b59095e024be932f59ce937eb]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/03/18 14:25:15 lo 1.1.2.1: set conext node

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6ac790ff618a7f087b9ad949231d4e05bc5323c6]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/05/26 14:34:48 lo 1.1.2.1: #i28981# xpath extension

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e6f0ca6de9a06f867e07185cdbf466a1a7bc4282]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/10/08 21:44:33 dvo 1.1.2.2: RESYNC: (1.1-1.2); FILE MERGED 2004/05/26 14:34:48 lo 1.1.2.1: #i28981# xpath extension

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2b822bd10815e695388ff4fe611a833de0ed8278]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/04/21 10:46:48 lo 1.2.2.1: fix in listener removal

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [570c70ed3c582959fdff185de4e021e622f0ce56]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/04/21 10:46:47 lo 1.2.2.1: fix in listener removal

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [034404497499c07755f827acc2aa811c7497ccb0]

        INTEGRATION: CWS eforms2 (1.3.2); FILE MERGED 2004/04/21 10:46:47 lo 1.3.2.1: fix in listener removal

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [818cf048f26a0484bef45549135ac03289e487cf]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/04/21 10:46:47 lo 1.1.2.1: fix in listener removal

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b5759a05235b090326603cb7dfd42bbbf3aec40b]

        INTEGRATION: CWS eforms2 (1.5.2); FILE MERGED 2004/05/27 16:01:39 dvo 1.5.2.2: #114856# iterate from pMap->lower_bound to pMap->upper_bound          (pMap->find is not guaranteed to find lowest item) 2004/04/21 10:46:46 lo 1.5.2.1: fix in listener removal

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d5c9feb62e9b440844b862f6566ee401648fb93c]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/04/23 11:35:00 lo 1.2.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a4410226313ce0743bcbd48083790bed667eed7a]

        INTEGRATION: CWS eforms2 (1.3.2); FILE MERGED 2004/04/23 11:35:00 lo 1.3.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0a079410e2e36aec5234328b99bc599467946fe5]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/04/23 11:34:59 lo 1.2.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9ed0e759d43679c3b94f2b03007134ec71f4b5ed]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/04/23 11:34:59 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [23708b06bc8f81bf07ff7437734ebc41a0a7823f]

        INTEGRATION: CWS eforms2 (1.3.2); FILE MERGED 2004/04/23 11:34:59 lo 1.3.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [799ad96d1842b7d4489e6f71b473866e1d001895]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/04/23 11:34:58 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f7900f8ada626cd6b021f840180d1f8cd2c0f9d7]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/04/23 11:34:58 lo 1.2.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8062768f171335efce3393a9758d2448cdd8e1b0]

        INTEGRATION: CWS eforms2 (1.4.2); FILE MERGED 2004/04/23 11:34:58 lo 1.4.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0138df993474f74544f10d030ec6c961242abab7]

        INTEGRATION: CWS eforms2 (1.4.2); FILE MERGED 2004/11/03 14:59:46 dvo 1.4.2.11: #i36545# don't crash when adding an attribute with a name that is already taken 2004/10/29 20:17:36 dvo 1.4.2.10: #i36274# enable getParent, removeChild, replaceChild for attribute nodes 2004/08/12 08:45:09 dvo 1.4.2.9: #i31958# fix appendChild 2004/08/10 11:29:12 lo 1.4.2.8: attribute appending 2004/08/10 11:25:21 lo 1.4.2.7: attribute appending 2004/08/09 15:04:36 lo 1.4.2.6: fix attribute appending 2004/08/09 14:21:55 lo 1.4.2.5: fix bug in node removal 2004/08/09 14:16:57 lo 1.4.2.4: fix bug in node removal 2004/08/09 14:10:16 lo 1.4.2.3: fix bug in node removal 2004/05/11 08:54:01 lo 1.4.2.2: getNamespaceURI and getPrefix only for elements and attributes 2004/04/23 11:34:58 lo 1.4.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [edb12ce4cdcf7a5838d7bc60d032e447eb137295]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/10/08 21:44:09 dvo 1.1.2.2: RESYNC: (1.1-1.2); FILE MERGED 2004/04/23 11:34:57 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [346c04150543d0dd927f7ce16b52d389f706aa90]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/04/23 11:34:57 lo 1.2.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5a2cf5be34df6c66c8ddcd8ea5854fc62ca86447]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/04/23 11:34:57 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3d72ae81272dc99a6f078fda0ca3203cdbc6259f]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/04/23 11:34:56 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d5d8dfd3463e34f8e986432cacc790ee5af438c0]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/08/12 08:38:46 lo 1.2.2.2: fix Element::removeAttributeNode() 2004/04/23 11:34:56 lo 1.2.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1c423a5d9da2dc4654eeb6369f601ceabd1bba94]

        INTEGRATION: CWS eforms2 (1.4.2); FILE MERGED 2004/08/12 08:38:46 lo 1.4.2.2: fix Element::removeAttributeNode() 2004/04/23 11:34:56 lo 1.4.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [698e76c38df80959aab5e69140e51c1e33977c7a]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/04/23 11:34:55 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ab3407d511a0e90d8370c97d6d2b3030278d90b5]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/04/23 11:34:55 lo 1.2.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e73562d0a935ade925bcc59d3cbf4ceb619f5b76]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/04/23 11:34:54 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ddd67b8383cebb085c62a2cfb2a0d4822541d7b7]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/08/09 13:27:45 dvo 1.1.2.2: #i31958# don't mix new[] and rtl_*Memory(..) 2004/04/23 11:34:54 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [72400dc6d6776140c9d9d747a995c9d522f64244]

        INTEGRATION: CWS eforms2 (1.4.2); FILE MERGED 2004/08/09 15:04:36 lo 1.4.2.2: fix attribute appending 2004/04/23 11:34:54 lo 1.4.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [56111581abe44e90bbd6cb4607203e4b39dba854]

        INTEGRATION: CWS eforms2 (1.7.2); FILE MERGED 2004/08/02 14:00:09 dvo 1.7.2.2: #i31958# prevent calling appendNode twice in importNode(..) 2004/04/23 11:34:54 lo 1.7.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [75e9897c34ab21ec645c08dd04af2687ffc85b46]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/04/23 11:34:53 lo 1.2.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5964f7a16fb34350e3b6152dee062d21832dd0ea]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/04/23 11:34:53 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c7081f86be8404442422b341f131add8a0f4f65b]

        INTEGRATION: CWS eforms2 (1.4.2); FILE MERGED 2004/04/23 11:34:53 lo 1.4.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5ce776f9caaf7fa21e24b58fc991551fdb2a11e5]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/04/23 11:34:52 lo 1.2.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [aff0f6f1c731e4024a0d27bc5578e4a199cdc5ad]

        INTEGRATION: CWS eforms2 (1.1.2); FILE MERGED 2004/04/23 11:34:52 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4aa2854623251c8bdc1188293ef031d75569722b]

        INTEGRATION: CWS eforms2 (1.3.2); FILE MERGED 2004/04/23 11:34:52 lo 1.3.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7011b85f784c54ea7f8fcac835ee56e3da94a7e0]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/04/23 11:34:51 lo 1.2.2.1: #i26721# put/get/post support for submission node cloning

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b0245a2fbd9d4f1d270d4dd1872aff46ebd94bc7]

        INTEGRATION: CWS eforms2 (1.11.18); FILE MERGED 2004/08/04 11:51:18 fs 1.11.18.7: #i31958# +HID_PROP_LIST_BINDING 2004/07/27 14:07:20 fs 1.11.18.6: RESYNC: (1.14-1.15); FILE MERGED 2004/07/23 08:36:37 fs 1.11.18.5: forgot an id 2004/07/12 14:23:17 fs 1.11.18.4: #114856# 2004/06/29 14:27:51 dvo 1.11.18.3: RESYNC: (1.11-1.14); FILE MERGED 2004/06/24 09:59:40 fs 1.11.18.2: #i30674# +*UNCHECKED_REFVALUE 2004/04/26 11:23:03 fs 1.11.18.1: help ids for XSD validation UI

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [92e7f0dbc70d474324fa90e72baf9f03d5e4773f]

        INTEGRATION: CWS eforms2 (1.3.144); FILE MERGED 2004/10/11 16:04:22 dvo 1.3.144.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/14 07:07:24 fs 1.3.144.1: #i10000# generate UNO headers into a dedicated (TARGET dependent) folder, to not conflict with other TARGETs in this module

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f5a910af2bf92616e579d1154f75861529b3734b]

        INTEGRATION: CWS eforms2 (1.3.144); FILE MERGED 2004/07/14 07:06:13 fs 1.3.144.1: #i10000# generate UNO headers into a dedicated (TARGET dependent) folder, to not conflict with other TARGETs in this module

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7fb065a84d5ac9bc090d4da32d59d0e7084cf292]

        INTEGRATION: CWS eforms2 (1.10.30); FILE MERGED 2004/07/14 07:05:40 fs 1.10.30.1: #i10000# generate UNO headers into a dedicated (TARGET dependent) folder, to not conflict with other TARGETs in this module

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ed229e11bc3e2cc96ab74c6bcceecca4e881c28f]

        INTEGRATION: CWS eforms2 (1.6.144); FILE MERGED 2004/07/14 07:05:13 fs 1.6.144.1: #i10000# generate UNO headers into a dedicated (TARGET dependent) folder, to not conflict with other TARGETs in this module

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [aa33cf2f575293ebe304b49652d9345ad3c6e79a]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/26 10:24:03 fs 1.1.2.9: #i31958# bind controls only to certain supported XSD data types 2004/07/22 10:37:31 fs 1.1.2.8: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:47 fs 1.1.2.7: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:19 fs 1.1.2.6: #i31762# support for inspecting multiple objects 2004/07/20 12:11:38 fs 1.1.2.5: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/15 07:45:13 fs 1.1.2.4: #114856# some more types 2004/07/12 14:31:33 fs 1.1.2.3: #114856# 2004/04/27 14:16:23 fs 1.1.2.2: smarter behavior when switching models 2004/04/26 11:45:43 fs 1.1.2.1: handler for properties related to XSD validation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c79f7c19094089c798bf95ce27535e7f17598589]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/26 10:24:03 fs 1.1.2.16: #i31958# bind controls only to certain supported XSD data types 2004/07/23 13:27:01 fs 1.1.2.15: #i31958# 2004/07/22 10:55:09 fs 1.1.2.14: #i31762# implPrepareRemoveCurrentDataType: properly return 'true' when needed .... 2004/07/22 10:47:38 fs 1.1.2.13: no XFORMS_FAKE anymore - use an env variable for this 2004/07/22 10:37:30 fs 1.1.2.12: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:47 fs 1.1.2.11: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:19 fs 1.1.2.10: #i31762# support for inspecting multiple objects 2004/07/20 12:11:38 fs 1.1.2.9: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/19 14:02:01 fs 1.1.2.8: #114856# some more types: Year, Month, Day 2004/07/16 15:41:45 fs 1.1.2.7: #114856# +DateTime type, and some cleanup at the IBrowserControl 2004/07/15 10:33:18 fs 1.1.2.6: #114856# new Time type 2004/07/15 09:54:23 fs 1.1.2.5: #114856# added built-in clasification of the UNO data types 2004/07/15 07:44:13 fs 1.1.2.4: #114856# some more types 2004/07/12 14:30:58 fs 1.1.2.3: #114856# 2004/04/27 14:16:24 fs 1.1.2.2: smarter behavior when switching models 2004/04/26 11:45:44 fs 1.1.2.1: handler for properties related to XSD validation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cbd4791e28bcb325fa2bb2782a794cf4a852d34b]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/26 10:24:02 fs 1.1.2.5: #i31958# bind controls only to certain supported XSD data types 2004/07/22 10:37:30 fs 1.1.2.4: #i31762# pass the context document of the introspectee to some handlers 2004/07/15 09:53:40 fs 1.1.2.3: #114856# added built-in clasification of the UNO data types 2004/04/27 14:16:24 fs 1.1.2.2: smarter behavior when switching models 2004/04/26 11:50:02 fs 1.1.2.1: helper for dealing with properties related to validating against an XSD data type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8e16893e91811031c7bd26f0371ad9bfbeaf0966]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/26 10:24:02 fs 1.1.2.5: #i31958# bind controls only to certain supported XSD data types 2004/07/22 10:37:30 fs 1.1.2.4: #i31762# pass the context document of the introspectee to some handlers 2004/07/15 09:53:39 fs 1.1.2.3: #114856# added built-in clasification of the UNO data types 2004/04/27 14:16:25 fs 1.1.2.2: smarter behavior when switching models 2004/04/26 11:50:02 fs 1.1.2.1: helper for dealing with properties related to validating against an XSD data type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [42471a32549e3f234ac571b49d904954095ae1a6]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/15 09:52:50 fs 1.1.2.5: #114856# added built-in clasification of the UNO data types 2004/07/15 07:44:12 fs 1.1.2.4: #114856# some more types 2004/07/12 14:30:29 fs 1.1.2.3: #114856# 2004/04/27 14:16:24 fs 1.1.2.2: smarter behavior when switching models 2004/04/26 11:48:24 fs 1.1.2.1: helper for wrapping XSD data type components

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [28315c27303cab83c9a6bbc59ba871ae60b74f08]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/02 14:49:05 fs 1.1.2.7: #i35400# pattern is now properly supported in the core, and thus available in the UI 2004/11/01 16:51:19 fs 1.1.2.6: #i35400# hide the pattern (for regexp matching) from the UI for the moment 2004/07/15 09:52:49 fs 1.1.2.5: #114856# added built-in clasification of the UNO data types 2004/07/15 07:44:13 fs 1.1.2.4: #114856# some more types 2004/07/12 14:30:29 fs 1.1.2.3: #114856# 2004/04/27 14:16:25 fs 1.1.2.2: smarter behavior when switching models 2004/04/26 11:48:24 fs 1.1.2.1: helper for wrapping XSD data type components

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [80eb2d8258b77033fa3c8879cc2aa7bee323ce03]

        INTEGRATION: CWS eforms2 (1.2.24); FILE MERGED 2004/07/27 14:06:38 fs 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/26 11:37:15 fs 1.2.24.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [194663c0d7f421e52abae712fbe2bf23a7e430f9]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/04 11:55:31 fs 1.1.2.7: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/07/22 10:37:30 fs 1.1.2.6: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:47 fs 1.1.2.5: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:19 fs 1.1.2.4: #i31762# support for inspecting multiple objects 2004/07/20 12:11:38 fs 1.1.2.3: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/15 07:41:59 fs 1.1.2.2: #114856# cache supported properties 2004/07/12 14:25:00 fs 1.1.2.1: #114856# property handler for submission

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [77308a1a9ca552d292f198a0a428430ad24dfe10]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/04 13:45:58 fs 1.1.2.8: new logical name for a newly created binding / also allow de-selecting a binding-list-source 2004/08/04 13:00:11 fs 1.1.2.7: #i31958# use the XFormsUIHelper1 when generating UI names for submissions and bindings 2004/08/04 11:55:31 fs 1.1.2.6: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/07/22 10:37:30 fs 1.1.2.5: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:46 fs 1.1.2.4: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/20 12:11:37 fs 1.1.2.3: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/15 07:41:59 fs 1.1.2.2: #114856# cache supported properties 2004/07/12 14:25:14 fs 1.1.2.1: #114856# property handler for submission

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b774e76353cc275c5e48d155ee199300fd3b18f9]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/05 15:08:49 fs 1.1.2.6: properly translate boolean values to strings 2004/07/22 08:45:56 fs 1.1.2.5: convertSimpleToString: don't attempt to convert voids (only throws an exception, so why bother? 2004/07/16 15:41:44 fs 1.1.2.4: #114856# +DateTime type, and some cleanup at the IBrowserControl 2004/07/15 10:33:04 fs 1.1.2.3: #114856# also support css.util.Time 2004/07/15 07:43:41 fs 1.1.2.2: #114856# also support css.util.Date 2004/04/26 11:49:48 fs 1.1.2.1: helper for converting between property values and their string representations

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [222a3b538225cd1dfa864e804da5982f019e70b0]

        INTEGRATION: CWS eforms2 (1.3.24); FILE MERGED 2004/07/27 14:06:30 fs 1.3.24.3: RESYNC: (1.3-1.4); FILE MERGED 2004/07/16 15:41:44 fs 1.3.24.2: #114856# +DateTime type, and some cleanup at the IBrowserControl 2004/04/26 11:30:56 fs 1.3.24.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4e5ecf7b8fcc69fbb54de10383c7bc61b3f6910b]

        INTEGRATION: CWS eforms2 (1.12.22); FILE MERGED 2004/07/27 14:06:22 fs 1.12.22.4: RESYNC: (1.13-1.14); FILE MERGED 2004/07/16 15:41:44 fs 1.12.22.3: #114856# +DateTime type, and some cleanup at the IBrowserControl 2004/06/29 14:25:14 dvo 1.12.22.2: RESYNC: (1.12-1.13); FILE MERGED 2004/04/26 11:30:56 fs 1.12.22.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f092deac585a81e33556aaec62823fbfebf4e131]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/27 14:15:32 fs 1.1.2.2: #i10000# manual resync (merged the changes which happened on another file on the master) 2004/04/26 11:48:36 fs 1.1.2.1: outsourced this

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5fb84914bd575f8b566788843b413794a71babb1]

        INTEGRATION: CWS eforms2 (1.25.40); FILE MERGED 2004/08/05 15:06:27 fs 1.25.40.1: removed CVS history

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2f361970db2bc4b6f6429195dee918e429c706c5]

        INTEGRATION: CWS eforms2 (1.2.156); FILE MERGED 2004/04/26 11:37:10 fs 1.2.156.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6dd235a64d7f669790be7ab3b2d706b82bcec066]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/22 10:37:29 fs 1.1.2.7: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:46 fs 1.1.2.6: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:19 fs 1.1.2.5: #i31762# support for inspecting multiple objects 2004/07/15 07:42:00 fs 1.1.2.4: #114856# cache supported properties 2004/07/12 14:29:22 fs 1.1.2.3: #114856# parts (interface for access to the UI of the property browser) outsourced to propbrowserui.hxx 2004/04/27 14:15:46 fs 1.1.2.2: property handlers can now express interest in actuating properties other than their own 2004/04/26 11:44:28 fs 1.1.2.1: interface/base class for abstract property handlers, which are responsible for the complete handling for one or more properties

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cc54735c8836ce15889e1b13324a70d4f7e3f291]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/02 13:41:23 dvo 1.1.2.9: #i31958# fix pointer problem 2004/07/22 09:04:46 fs 1.1.2.8: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:19 fs 1.1.2.7: #i31762# support for inspecting multiple objects 2004/07/15 13:51:37 fs 1.1.2.6: #114856# translate empty strings to VOID, if possible 2004/07/15 07:41:59 fs 1.1.2.5: #114856# cache supported properties 2004/07/12 14:29:22 fs 1.1.2.4: #114856# parts (interface for access to the UI of the property browser) outsourced to propbrowserui.hxx 2004/06/09 09:47:03 dvo 1.1.2.3: #114856# compile on Solaris 2004/04/27 14:15:46 fs 1.1.2.2: property handlers can now express interest in actuating properties other than their own 2004/04/26 11:44:28 fs 1.1.2.1: interface/base class for abstract property handlers, which are responsible for the complete handling for one or more properties

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b3c226ad31ff8d96643bc1858c15508c28fa02a9]

        INTEGRATION: CWS eforms2 (1.7.24); FILE MERGED 2004/07/27 14:06:01 fs 1.7.24.5: RESYNC: (1.8-1.9); FILE MERGED 2004/07/15 07:42:43 fs 1.7.24.4: #114856# removed unused parameter from GetPropertyPos 2004/07/12 14:31:55 fs 1.7.24.3: #114856# 2004/06/29 14:24:24 dvo 1.7.24.2: RESYNC: (1.7-1.8); FILE MERGED 2004/04/26 11:41:08 fs 1.7.24.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [484486a3476b3eb663238874f382f7dd69ea4308]

        INTEGRATION: CWS eforms2 (1.9.24); FILE MERGED 2004/11/07 06:10:21 dvo 1.9.24.7: RESYNC: (1.12-1.13); FILE MERGED 2004/10/08 21:14:45 dvo 1.9.24.6: RESYNC: (1.11-1.12); FILE MERGED 2004/07/27 14:05:53 fs 1.9.24.5: RESYNC: (1.10-1.11); FILE MERGED 2004/07/15 07:42:43 fs 1.9.24.4: #114856# removed unused parameter from GetPropertyPos 2004/07/12 14:31:54 fs 1.9.24.3: #114856# 2004/06/29 14:24:15 dvo 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/26 11:41:08 fs 1.9.24.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [da76de0f904256c16263843df41ebaa7067be661]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/22 09:04:46 fs 1.1.2.3: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:18 fs 1.1.2.2: #i31762# support for inspecting multiple objects 2004/07/21 07:52:43 fs 1.1.2.1: an IPropertyHandler which composes it's information from various slave handlers - preparation of #i31762#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d1e627d128a883d5e1143b30e7b6fef60d1ea92a]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/28 06:13:12 fs 1.1.2.5: #i10000# 2004/07/23 08:26:26 fs 1.1.2.4: correct composition of supportedProperties 2004/07/22 08:48:22 fs 1.1.2.3: #i31762# allow composition of 'UI updates' 2004/07/21 11:24:18 fs 1.1.2.2: #i31762# support for inspecting multiple objects 2004/07/21 07:52:44 fs 1.1.2.1: an IPropertyHandler which composes it's information from various slave handlers - preparation of #i31762#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [07a0e7633acd0318730712dffd10799fa5af985f]

        INTEGRATION: CWS eforms2 (1.19.22); FILE MERGED 2004/11/03 12:03:17 fs 1.19.22.8: #i10000# make compile on unxsols4 2004/08/16 17:05:38 dvo 1.19.22.7: RESYNC: (1.20-1.21); FILE MERGED 2004/07/21 11:24:18 fs 1.19.22.6: #i31762# support for inspecting multiple objects 2004/07/21 07:54:33 fs 1.19.22.5: some consolidation in preparation of #i31762# 2004/07/12 14:32:21 fs 1.19.22.4: #114856# 2004/06/29 14:24:06 dvo 1.19.22.3: RESYNC: (1.19-1.20); FILE MERGED 2004/04/27 14:15:48 fs 1.19.22.2: property handlers can now express interest in actuating properties other than their own 2004/04/26 11:42:39 fs 1.19.22.1: conceptual change: no 'virtual' properties anymore, but instead dedicated 'handlers' for properties, which care for all the set/getPropertyValue, building the UI, etc.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0b12de48329491ebe288057815dac8c0bc80d577]

        INTEGRATION: CWS eforms2 (1.22.20); FILE MERGED 2004/10/08 21:14:38 dvo 1.22.20.11: RESYNC: (1.24-1.25); FILE MERGED 2004/09/10 08:07:58 fs 1.22.20.10: !.empty instead of .size 2004/07/21 15:13:17 fs 1.22.20.9: #i31762# support for inspecting multiple objects 2004/07/21 11:24:17 fs 1.22.20.8: #i31762# support for inspecting multiple objects 2004/07/21 07:54:34 fs 1.22.20.7: some consolidation in preparation of #i31762# 2004/07/13 14:03:06 fs 1.22.20.6: #i10000# 2004/07/12 14:32:20 fs 1.22.20.5: #114856# 2004/06/29 14:23:56 dvo 1.22.20.4: RESYNC: (1.22-1.24); FILE MERGED 2004/06/09 09:47:02 dvo 1.22.20.3: #114856# compile on Solaris 2004/04/27 14:15:47 fs 1.22.20.2: property handlers can now express interest in actuating properties other than their own 2004/04/26 11:42:38 fs 1.22.20.1: conceptual change: no 'virtual' properties anymore, but instead dedicated 'handlers' for properties, which care for all the set/getPropertyValue, building the UI, etc.

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d4c1ab59f14c3688a3b96d51b9fb70071637f107]

        INTEGRATION: CWS eforms2 (1.2.24); FILE MERGED 2004/04/26 11:34:30 fs 1.2.24.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [64ca57bd5bc621b5079340c671c07e8b0a97d48c]

        INTEGRATION: CWS eforms2 (1.4.22); FILE MERGED 2004/07/21 11:24:17 fs 1.4.22.2: #i31762# support for inspecting multiple objects 2004/07/21 07:51:58 fs 1.4.22.1: in preparation of #i31762# the document we live in is determined by a property (to be set externally) now, not with guessing and going up the child hierarchy

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [827d6e0cbc10a9a8c001591994f7a53c0b749d3c]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/24 12:04:58 fs 1.1.2.5: string review 2004/07/27 14:15:32 fs 1.1.2.4: #i10000# manual resync (merged the changes which happened on another file on the master) 2004/07/08 12:29:29 fs 1.1.2.3: #i10000# png (instead of bmp) after the resync 2004/06/29 15:05:06 fs 1.1.2.2: #i10000# manual resync - merged in the changes which, on the master, happened in a different file/class 2004/04/26 11:50:29 fs 1.1.2.1: outsourced this - miscellaneous resources

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8223c340d255ae3b437fb3154d5634687fe5be5c]

        INTEGRATION: CWS eforms2 (1.2.156); FILE MERGED 2004/07/21 11:24:17 fs 1.2.156.3: #i31762# support for inspecting multiple objects 2004/07/21 07:51:58 fs 1.2.156.2: in preparation of #i31762# the document we live in is determined by a property (to be set externally) now, not with guessing and going up the child hierarchy 2004/04/26 11:34:57 fs 1.2.156.1: some shared defines

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d46539e36540d628b56275e1d8c1af3e76f42ac0]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/24 12:04:59 fs 1.1.2.3: string review 2004/07/27 14:16:00 fs 1.1.2.2: #i10000# manual resync (merged the changes which happened on another file on the master) 2004/04/26 11:45:55 fs 1.1.2.1: dialog for creating a new XSD data type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5a77bb67f2f487087f45f69f0cf2a4d97e0695ed]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/26 11:45:56 fs 1.1.2.1: dialog for creating a new XSD data type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c56364a804ec83224692874cd507e6226f1d4fa2]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/26 11:45:55 fs 1.1.2.1: dialog for creating a new XSD data type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [470588a99cd16c1961a85b1476822f58a833c00a]

        INTEGRATION: CWS eforms2 (1.8.38); FILE MERGED 2004/07/22 10:37:29 fs 1.8.38.10: #i31762# pass the context document of the introspectee to some handlers 2004/07/21 07:53:50 fs 1.8.38.9: #i31762# +propertycomposer.cxx 2004/07/13 14:02:46 fs 1.8.38.8: #i10000# 2004/07/12 14:34:24 fs 1.8.38.7: #114856# +submissionhandler 2004/07/08 12:28:53 fs 1.8.38.6: #i10000# 2004/06/29 14:23:47 dvo 1.8.38.5: RESYNC: (1.11-1.13); FILE MERGED 2004/04/26 11:43:18 fs 1.8.38.4: new files 2004/04/08 11:33:59 dvo 1.8.38.3: RESYNC: (1.9-1.11); FILE MERGED 2004/03/16 19:12:42 dvo 1.8.38.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/14 15:31:01 dvo 1.8.38.1: #114856# add XForms properties to PropertyBrowser          (preliminary; #ifdef DVO_XFORMS)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8e899bde0b4b48a52a557e761e0543425dd1863d]

        INTEGRATION: CWS eforms2 (1.2.24); FILE MERGED 2004/04/26 11:33:09 fs 1.2.24.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [053a480cbccaf4f44837d6493dc43b6ecb99aa31]

        INTEGRATION: CWS eforms2 (1.4.22); FILE MERGED 2004/06/29 14:23:40 dvo 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2004/04/26 11:33:47 fs 1.4.22.1: some cleanup/consolidation: now separate classes for property UI descriptor and line descriptor (which is a UI descriptor plus values)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [34c197da3fcca2d1abd2399037f752edfac1e466]

        INTEGRATION: CWS eforms2 (1.21.4); FILE MERGED 2004/08/09 15:17:05 fs 1.21.4.9: #i31958# UncheckedRefValue -> SecondaryRefValue 2004/08/04 11:55:31 fs 1.21.4.8: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/07/21 09:40:27 fs 1.21.4.7: RESYNC: (1.24-1.25); FILE MERGED 2004/07/21 09:39:46 fs 1.21.4.6: merge in the changes from HEAD, in preparation of #i31762# 2004/07/12 14:25:34 fs 1.21.4.5: #114856# 2004/06/29 14:23:31 dvo 1.21.4.4: RESYNC: (1.21-1.24); FILE MERGED 2004/06/24 09:58:12 fs 1.21.4.3: #i30674# allow second reference value for check boxes 2004/06/04 13:59:56 dvo 1.21.4.2: #114856# adapt propertycontroller to new API 2004/04/26 11:34:09 fs 1.21.4.1: some more strings for XSD validation UI

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [acba0d3ffae1627f73c2f8c3e49a8cc4767058f8]

        INTEGRATION: CWS eforms2 (1.19.18); FILE MERGED 2004/08/16 17:05:26 dvo 1.19.18.9: RESYNC: (1.24-1.26); FILE MERGED 2004/08/04 13:45:58 fs 1.19.18.8: new logical name for a newly created binding / also allow de-selecting a binding-list-source 2004/08/04 11:55:31 fs 1.19.18.7: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/07/27 14:05:31 fs 1.19.18.6: RESYNC: (1.22-1.24); FILE MERGED 2004/07/21 11:24:17 fs 1.19.18.5: #i31762# support for inspecting multiple objects 2004/07/12 14:25:34 fs 1.19.18.4: #114856# 2004/06/29 14:23:23 dvo 1.19.18.3: RESYNC: (1.19-1.22); FILE MERGED 2004/06/24 09:58:12 fs 1.19.18.2: #i30674# allow second reference value for check boxes 2004/04/26 11:35:12 fs 1.19.18.1: some more strings for XSD validation UI

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ada40926b674834393e4a3ac3a48d482dbbaabbe]

        INTEGRATION: CWS eforms2 (1.57.18); FILE MERGED 2004/09/24 12:43:40 fs 1.57.18.12: #i34461# 2004/08/24 12:04:58 fs 1.57.18.11: string review 2004/08/16 17:05:16 dvo 1.57.18.10: RESYNC: (1.66-1.67); FILE MERGED 2004/08/04 13:45:57 fs 1.57.18.9: new logical name for a newly created binding / also allow de-selecting a binding-list-source 2004/08/04 11:55:30 fs 1.57.18.8: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/07/28 15:04:36 fs 1.57.18.7: #i10000# manual post-resync changes 2004/07/27 14:05:21 fs 1.57.18.6: RESYNC: (1.63-1.66); FILE MERGED 2004/07/21 11:24:16 fs 1.57.18.5: #i31762# support for inspecting multiple objects 2004/07/12 14:29:55 fs 1.57.18.4: #114856# 2004/06/29 14:23:13 dvo 1.57.18.3: RESYNC: (1.57-1.63); FILE MERGED 2004/06/24 09:58:11 fs 1.57.18.2: #i30674# allow second reference value for check boxes 2004/04/26 11:38:06 fs 1.57.18.1: separated resources in different files

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d5b1e9afbf7841ba6d96d0e7cb0a1ac38cc8e10a]

        INTEGRATION: CWS eforms2 (1.17.18); FILE MERGED 2004/08/04 11:55:30 fs 1.17.18.7: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/07/27 14:05:11 fs 1.17.18.6: RESYNC: (1.20-1.22); FILE MERGED 2004/07/21 11:24:16 fs 1.17.18.5: #i31762# support for inspecting multiple objects 2004/07/12 14:27:58 fs 1.17.18.4: #114856# 2004/06/29 14:23:04 dvo 1.17.18.3: RESYNC: (1.17-1.20); FILE MERGED 2004/06/24 09:58:10 fs 1.17.18.2: #i30674# allow second reference value for check boxes 2004/04/26 11:39:15 fs 1.17.18.1: some more ids for XSD validation UI

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0aaf3fb6af9dfa91b2597894930fdc8b23041308]

        INTEGRATION: CWS eforms2 (1.21.12); FILE MERGED 2004/11/09 08:33:33 fs 1.21.12.15: #i10000# 2004/11/07 06:10:14 dvo 1.21.12.14: RESYNC: (1.28-1.29); FILE MERGED 2004/08/16 17:05:08 dvo 1.21.12.13: RESYNC: (1.27-1.28); FILE MERGED 2004/08/04 13:45:57 fs 1.21.12.12: new logical name for a newly created binding / also allow de-selecting a binding-list-source 2004/08/04 11:55:29 fs 1.21.12.11: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/07/27 14:05:02 fs 1.21.12.10: RESYNC: (1.26-1.27); FILE MERGED 2004/07/21 11:24:15 fs 1.21.12.9: #i31762# support for inspecting multiple objects 2004/07/12 14:27:58 fs 1.21.12.8: #114856# 2004/06/29 14:22:56 dvo 1.21.12.7: RESYNC: (1.22-1.26); FILE MERGED 2004/06/24 09:58:10 fs 1.21.12.6: #i30674# allow second reference value for check boxes 2004/05/12 08:23:51 fs 1.21.12.5: #116712# move RefValue to data page 2004/04/27 14:17:23 fs 1.21.12.4: BindingExpression not actuating anymore (not needed) 2004/04/26 11:40:36 fs 1.21.12.3: some more property meta data for XSD validation UI 2004/04/08 11:32:02 dvo 1.21.12.2: RESYNC: (1.21-1.22); FILE MERGED 2004/01/14 15:30:59 dvo 1.21.12.1: #114856# add XForms properties to PropertyBrowser          (preliminary; #ifdef DVO_XFORMS)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9201bc5cdecd6f6f5e0b3deffb8f91d2c6221363]

        INTEGRATION: CWS eforms2 (1.1.246); FILE MERGED 2004/04/26 11:32:47 fs 1.1.246.1: new ids

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e9085bbd79ffb125ea731f5d524ce617167a243f]

        INTEGRATION: CWS eforms2 (1.2.24); FILE MERGED 2004/07/27 14:04:53 fs 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/26 11:38:13 fs 1.2.24.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0db3e11c7cdb4524031b46468ecafb47887cd20c]

        INTEGRATION: CWS eforms2 (1.2.156); FILE MERGED 2004/07/21 07:50:18 fs 1.2.156.2: #i31762# +LessPropertyByHandle 2004/04/26 11:43:39 fs 1.2.156.1: +FindPropertyByHandle

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [531f08b7d1fddf1658f43173f260a7c809b0ac19]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/27 14:15:31 fs 1.1.2.2: #i10000# manual resync (merged the changes which happened on another file on the master) 2004/04/26 11:48:46 fs 1.1.2.1: outsourced this

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6e93388297ad6c21a635615ebd835bb54d6dc2b5]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/04 11:55:29 fs 1.1.2.10: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/07/23 13:04:05 fs 1.1.2.9: #i31958# bind the browse button 2004/07/22 10:37:28 fs 1.1.2.8: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:45 fs 1.1.2.7: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:15 fs 1.1.2.6: #i31762# support for inspecting multiple objects 2004/07/20 12:11:37 fs 1.1.2.5: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/15 07:41:04 fs 1.1.2.4: #114856# cache supported properties 2004/07/12 14:27:12 fs 1.1.2.3: #114856# 2004/04/27 14:15:45 fs 1.1.2.2: property handlers can now express interest in actuating properties other than their own 2004/04/26 11:45:31 fs 1.1.2.1: handler for properties related to controls living in eForms

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f123eddd6140a8c3c59607e758964513f9d33d44]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/01 10:47:00 fs 1.1.2.16: #i34792# ConditionDialog does not automatically set the condition value at the binding, anymore 2004/08/04 13:45:57 fs 1.1.2.15: new logical name for a newly created binding / also allow de-selecting a binding-list-source 2004/08/04 13:00:11 fs 1.1.2.14: #i31958# use the XFormsUIHelper1 when generating UI names for submissions and bindings 2004/08/04 11:55:29 fs 1.1.2.13: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/08/04 08:28:12 fs 1.1.2.12: dialog for entering a binding expression changed in its API 2004/07/26 10:24:01 fs 1.1.2.11: #i31958# bind controls only to certain supported XSD data types 2004/07/23 13:27:01 fs 1.1.2.10: #i31958# 2004/07/23 13:04:01 fs 1.1.2.9: #i31958# bind the browse button 2004/07/22 10:37:28 fs 1.1.2.8: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:45 fs 1.1.2.7: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/20 12:11:36 fs 1.1.2.6: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/15 07:41:04 fs 1.1.2.5: #114856# cache supported properties 2004/07/12 14:27:11 fs 1.1.2.4: #114856# 2004/06/04 13:59:56 dvo 1.1.2.3: #114856# adapt propertycontroller to new API 2004/04/27 14:15:46 fs 1.1.2.2: property handlers can now express interest in actuating properties other than their own 2004/04/26 11:45:31 fs 1.1.2.1: handler for properties related to controls living in eForms

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e3cfb97544e06c835c1626ce47bead086ae99cb8]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/04 13:45:56 fs 1.1.2.6: new logical name for a newly created binding / also allow de-selecting a binding-list-source 2004/08/04 13:00:11 fs 1.1.2.5: #i31958# use the XFormsUIHelper1 when generating UI names for submissions and bindings 2004/08/04 11:55:29 fs 1.1.2.4: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/07/26 10:24:01 fs 1.1.2.3: #i31958# bind controls only to certain supported XSD data types 2004/07/22 10:37:28 fs 1.1.2.2: #i31762# pass the context document of the introspectee to some handlers 2004/04/26 11:49:09 fs 1.1.2.1: helper for working with controls living in eForms

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d67b733a879edfa43151ae19ed5b45427446737c]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/26 15:43:43 fs 1.1.2.12: spin buttons can also be bound to numeric fields 2004/08/04 13:45:56 fs 1.1.2.11: new logical name for a newly created binding / also allow de-selecting a binding-list-source 2004/08/04 13:00:11 fs 1.1.2.10: #i31958# use the XFormsUIHelper1 when generating UI names for submissions and bindings 2004/08/04 11:55:29 fs 1.1.2.9: #i31958# preliminary support for filling list and combo boxes from XML bindings 2004/08/04 08:27:03 fs 1.1.2.8: no faking of XForms documents anymore 2004/08/02 08:19:26 fs 1.1.2.7: service name of the XForms model changed 2004/07/26 10:24:00 fs 1.1.2.6: #i31958# bind controls only to certain supported XSD data types 2004/07/22 10:47:38 fs 1.1.2.5: no XFORMS_FAKE anymore - use an env variable for this 2004/07/22 10:37:28 fs 1.1.2.4: #i31762# pass the context document of the introspectee to some handlers 2004/06/04 14:18:40 dvo 1.1.2.3: #114856# compiler under gcc 2004/06/04 13:59:55 dvo 1.1.2.2: #114856# adapt propertycontroller to new API 2004/04/26 11:49:10 fs 1.1.2.1: helper for working with controls living in eForms

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0fd9d48075157d6aa0a69802d1f3d530a9bc9fba]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/22 10:37:28 fs 1.1.2.7: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:45 fs 1.1.2.6: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:14 fs 1.1.2.5: #i31762# support for inspecting multiple objects 2004/07/15 07:41:04 fs 1.1.2.4: #114856# cache supported properties 2004/07/12 14:27:48 fs 1.1.2.3: also be responsible for the MultiLine property 2004/06/29 15:04:31 fs 1.1.2.2: #i10000# manual resync - merged in the changes which, on the master, happened in a different file/class 2004/04/26 11:45:15 fs 1.1.2.1: handler for virtual properties of edit fields

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5c3477955cde9d57227b040b6b57f277e30ef28e]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/27 14:15:31 fs 1.1.2.6: #i10000# manual resync (merged the changes which happened on another file on the master) 2004/07/22 09:04:44 fs 1.1.2.5: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/15 07:41:04 fs 1.1.2.4: #114856# cache supported properties 2004/07/12 14:26:43 fs 1.1.2.3: also be responsible for the MultiLine property 2004/06/29 15:04:30 fs 1.1.2.2: #i10000# manual resync - merged in the changes which, on the master, happened in a different file/class 2004/04/26 11:45:15 fs 1.1.2.1: handler for virtual properties of edit fields

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4651ac08cdbbc473ca6b145665460c33c5b1ed8b]

        INTEGRATION: CWS eforms2 (1.2.156); FILE MERGED 2004/04/26 11:31:29 fs 1.2.156.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f041e9644929908185dc7f4f66f427fe8012752b]

        INTEGRATION: CWS eforms2 (1.3.38); FILE MERGED 2004/07/16 15:41:43 fs 1.3.38.2: #114856# +DateTime type, and some cleanup at the IBrowserControl 2004/04/26 11:30:29 fs 1.3.38.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [faefa5fd4a274b206ebb4954479d61736fa38d7e]

        INTEGRATION: CWS eforms2 (1.2.154); FILE MERGED 2004/07/16 15:41:43 fs 1.2.154.2: #114856# +DateTime type, and some cleanup at the IBrowserControl 2004/04/26 11:30:29 fs 1.2.154.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2d392996e3952b999d92e0b0045325adb985ff46]

        INTEGRATION: CWS eforms2 (1.4.56); FILE MERGED 2004/07/22 10:37:27 fs 1.4.56.2: #i31762# pass the context document of the introspectee to some handlers 2004/07/13 14:02:44 fs 1.4.56.1: #i10000#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c51e4f0432d6291cd8e73f88ac4a8424d6030901]

        INTEGRATION: CWS eforms2 (1.4.4); FILE MERGED 2004/09/10 08:07:21 fs 1.4.4.6: oops. Allow cell binding, again 2004/07/26 10:24:00 fs 1.4.4.5: #i31958# bind controls only to certain supported XSD data types 2004/07/22 10:37:27 fs 1.4.4.4: #i31762# pass the context document of the introspectee to some handlers 2004/07/21 07:50:53 fs 1.4.4.3: #i31762# some more safety against the introspectee not being a child 2004/06/29 14:22:04 dvo 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2004/04/26 11:32:33 fs 1.4.4.1: outsourced some code

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [acf9d6ffa8020db591516724fd87c5b9b4e2a3b5]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/22 10:37:27 fs 1.1.2.6: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:44 fs 1.1.2.5: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:13 fs 1.1.2.4: #i31762# support for inspecting multiple objects 2004/07/20 12:11:36 fs 1.1.2.3: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/15 07:41:03 fs 1.1.2.2: #114856# cache supported properties 2004/04/26 11:44:56 fs 1.1.2.1: handler for cell binding related properties

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [eb75a21e43f2662a655805ddbcd1bc78584ce611]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/22 10:37:27 fs 1.1.2.7: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:44 fs 1.1.2.6: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/20 12:11:36 fs 1.1.2.5: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/15 07:41:03 fs 1.1.2.4: #114856# cache supported properties 2004/06/29 15:03:55 fs 1.1.2.3: #i10000# manual resync - merged in the changes which, on the master, happened in a different file/class 2004/04/27 14:15:46 fs 1.1.2.2: property handlers can now express interest in actuating properties other than their own 2004/04/26 11:44:56 fs 1.1.2.1: handler for cell binding related properties

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [37cea31029c8aadb01a0f0ccaea2ae1cd36ecebe]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/22 10:37:26 fs 1.1.2.5: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:44 fs 1.1.2.4: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:13 fs 1.1.2.3: #i31762# support for inspecting multiple objects 2004/07/15 07:41:03 fs 1.1.2.2: #114856# cache supported properties 2004/06/29 15:06:03 fs 1.1.2.1: initial checkin - manual resync of CWS eforms2, the code herein was originally introduced on the master

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4196256ff011f628fc394d265a45826c99bb822c]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/22 09:04:43 fs 1.1.2.5: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/20 12:11:35 fs 1.1.2.4: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/15 07:41:02 fs 1.1.2.3: #114856# cache supported properties 2004/07/12 14:26:19 fs 1.1.2.2: #114856# 2004/06/29 15:06:03 fs 1.1.2.1: initial checkin - manual resync of CWS eforms2, the code herein was originally introduced on the master

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [82e36ca74a360f87436229ebe529ac2a75e92114]

        INTEGRATION: CWS eforms2 (1.6.24); FILE MERGED 2004/04/26 11:29:40 fs 1.6.24.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e00b02d1d7348ac6a33cf602575bebbce3faf588]

        INTEGRATION: CWS eforms2 (1.8.156); FILE MERGED 2004/04/26 11:29:39 fs 1.8.156.1: some cleanup/consolidation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b822ebb0444764eeffb5ce88affd0407a8e1e3fd]

        INTEGRATION: CWS eforms2 (1.3.156); FILE MERGED 2004/04/26 11:26:19 fs 1.3.156.1: some cleanup/consolidation / (optionally) allow for a second button per line

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2a9c427578caa397d4bd0807fd4256f5a6ed3471]

        INTEGRATION: CWS eforms2 (1.3.156); FILE MERGED 2004/11/07 06:09:58 dvo 1.3.156.4: RESYNC: (1.5-1.6); FILE MERGED 2004/10/08 21:13:59 dvo 1.3.156.3: RESYNC: (1.4-1.5); FILE MERGED 2004/07/27 14:04:21 fs 1.3.156.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/26 11:26:19 fs 1.3.156.1: some cleanup/consolidation / (optionally) allow for a second button per line

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5e7ef54aafe9155b0b97287e9fa38d6c3fb15a1a]

        INTEGRATION: CWS eforms2 (1.5.24); FILE MERGED 2004/04/26 11:24:31 fs 1.5.24.1: some cleanup/consolidation / (optionally) allow for a second button per line

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a2bd89c9821baf045659b1218f4b7622cd3f524a]

        INTEGRATION: CWS eforms2 (1.7.24); FILE MERGED 2004/11/07 06:09:51 dvo 1.7.24.7: RESYNC: (1.9-1.10); FILE MERGED 2004/10/08 21:13:50 dvo 1.7.24.6: RESYNC: (1.8-1.9); FILE MERGED 2004/07/27 14:04:12 fs 1.7.24.5: RESYNC: (1.7-1.8); FILE MERGED 2004/07/19 14:00:16 fs 1.7.24.4: #114856# ChangeEntry: also initialize numeric fields if they're not newly created 2004/07/16 15:41:43 fs 1.7.24.3: #114856# +DateTime type, and some cleanup at the IBrowserControl 2004/07/15 07:39:41 fs 1.7.24.2: #114856# 2004/04/26 11:24:31 fs 1.7.24.1: some cleanup/consolidation / (optionally) allow for a second button per line

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a0e634e43fac3862a9362d8a81de78d26f1cb41e]

        INTEGRATION: CWS eforms2 (1.5.24); FILE MERGED 2004/07/16 15:41:43 fs 1.5.24.2: #114856# +DateTime type, and some cleanup at the IBrowserControl 2004/04/26 11:23:59 fs 1.5.24.1: some cleanup/consolidation / (optionally) allow for a second button per line

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8d48a8f88ed69c0fdf73c3b72fc30a923f81c546]

        INTEGRATION: CWS eforms2 (1.6.24); FILE MERGED 2004/10/08 21:13:43 dvo 1.6.24.4: RESYNC: (1.6-1.7); FILE MERGED 2004/07/28 14:57:12 fs 1.6.24.3: #i10000# manual post-resync changes 2004/07/16 15:41:42 fs 1.6.24.2: #114856# +DateTime type, and some cleanup at the IBrowserControl 2004/04/26 11:24:00 fs 1.6.24.1: some cleanup/consolidation / (optionally) allow for a second button per line

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b043af80407f9cc43554e08ebb6037fbff902f78]

        INTEGRATION: CWS eforms2 (1.12.24); FILE MERGED 2004/11/07 06:09:17 dvo 1.12.24.4: RESYNC: (1.14-1.15); FILE MERGED 2004/10/08 21:13:02 dvo 1.12.24.3: RESYNC: (1.13-1.14); FILE MERGED 2004/08/16 17:03:17 dvo 1.12.24.2: RESYNC: (1.12-1.13); FILE MERGED 2004/07/14 07:04:53 fs 1.12.24.1: #i10000# generate UNO headers into a dedicated (TARGET dependent) folder, to not conflict with other TARGETs in this module

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d4d57f7f8c3cd1f5d1e27615146524936be72494]

        INTEGRATION: CWS eforms2 (1.11.156); FILE MERGED 2004/08/16 17:02:49 dvo 1.11.156.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/29 14:20:41 dvo 1.11.156.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/26 11:53:49 fs 1.11.156.1: include protection renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7f0e60841500ecac5f0db5828ff64ed3b57c95fd]

        INTEGRATION: CWS eforms2 (1.11.156); FILE MERGED 2004/08/16 17:02:41 dvo 1.11.156.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/29 14:20:16 dvo 1.11.156.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/26 11:53:49 fs 1.11.156.1: include protection renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [81362b3f1b240853b715d2f0d5223e75a428f0c8]

        INTEGRATION: CWS eforms2 (1.8.156); FILE MERGED 2004/08/16 17:02:33 dvo 1.8.156.3: RESYNC: (1.9-1.10); FILE MERGED 2004/06/29 14:19:58 dvo 1.8.156.2: RESYNC: (1.8-1.9); FILE MERGED 2004/04/26 11:53:49 fs 1.8.156.1: include protection renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [720a0c4fd986dddd3d0de8e509caa3a04845fc97]

        INTEGRATION: CWS eforms2 (1.7.242); FILE MERGED 2004/08/16 17:02:26 dvo 1.7.242.3: RESYNC: (1.8-1.9); FILE MERGED 2004/07/27 14:02:07 fs 1.7.242.2: RESYNC: (1.7-1.8); FILE MERGED 2004/04/26 11:53:48 fs 1.7.242.1: include protection renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e65787132702ebb99f807229872565cfdc8de973]

        INTEGRATION: CWS eforms2 (1.16.30); FILE MERGED 2004/07/14 07:01:22 fs 1.16.30.1: #i10000# generate UNO headers into a dedicated (TARGET dependent) folder, to not conflict with other TARGETs in this module

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [07b776cefeab86ae9c22ffc9dec8581fd36a65e6]

        INTEGRATION: CWS eforms2 (1.16.2); FILE MERGED 2004/04/26 11:52:50 fs 1.16.2.1: include protection renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3b3485321f9c59af1ae1f3a50230c46aad7566df]

        INTEGRATION: CWS eforms2 (1.20.22); FILE MERGED 2004/07/27 14:00:06 fs 1.20.22.3: RESYNC: (1.21-1.22); FILE MERGED 2004/06/29 14:16:14 dvo 1.20.22.2: RESYNC: (1.20-1.21); FILE MERGED 2004/04/26 11:52:49 fs 1.20.22.1: include protection renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [73ced99382b1a002eb28fb0b4f5622cfb5d62e4b]

        INTEGRATION: CWS eforms2 (1.31.22); FILE MERGED 2004/08/16 17:01:21 dvo 1.31.22.3: RESYNC: (1.32-1.33); FILE MERGED 2004/07/27 13:59:31 fs 1.31.22.2: RESYNC: (1.31-1.32); FILE MERGED 2004/04/26 11:52:48 fs 1.31.22.1: include protection renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fee04f3e91ecc91a7a3b5ac469ce08618727f2f9]

        INTEGRATION: CWS eforms2 (1.12.144); FILE MERGED 2004/04/26 11:52:47 fs 1.12.144.1: include protection renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d65bd991f6b7742af85653d31699000bb6cc8097]

        INTEGRATION: CWS eforms2 (1.6.122); FILE MERGED 2004/08/16 16:57:13 dvo 1.6.122.3: RESYNC: (1.7-1.8); FILE MERGED 2004/06/29 14:13:09 dvo 1.6.122.2: RESYNC: (1.6-1.7); FILE MERGED 2004/04/26 11:52:08 fs 1.6.122.1: include protection renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [96d0cdb775bfb19e1d6537db39fa02ddc739e627]

        INTEGRATION: CWS eforms2 (1.4.122); FILE MERGED 2004/08/16 16:57:05 dvo 1.4.122.3: RESYNC: (1.5-1.6); FILE MERGED 2004/06/29 14:12:59 dvo 1.4.122.2: RESYNC: (1.4-1.5); FILE MERGED 2004/04/26 11:52:07 fs 1.4.122.1: include protection renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ce8ce829e6720e04e338fad006c1bc8d4ed1ca50]

        INTEGRATION: CWS eforms2 (1.18.18); FILE MERGED 2004/08/04 11:51:09 fs 1.18.18.8: #i31958# +HID_PROP_LIST_BINDING 2004/07/28 14:37:31 fs 1.18.18.7: #i10000# manual post-resync changes 2004/07/27 13:57:56 fs 1.18.18.6: RESYNC: (1.21-1.23); FILE MERGED 2004/07/21 11:24:30 fs 1.18.18.5: #i31762# support for inspecting multiple objects 2004/07/12 14:22:17 fs 1.18.18.4: #114856# 2004/06/29 14:09:43 dvo 1.18.18.3: RESYNC: (1.18-1.21); FILE MERGED 2004/06/24 09:59:37 fs 1.18.18.2: #i30674# +*UNCHECKED_REFVALUE 2004/04/26 11:22:46 fs 1.18.18.1: help ids for XSD validation UI

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [746bbe3535e454a603461df56495367cbb0f0fa6]

        INTEGRATION: CWS eforms2 (1.3.6); FILE MERGED 2004/11/07 02:54:52 dvo 1.3.6.5: RESYNC: (1.11-1.12); FILE MERGED 2004/10/08 17:40:28 dvo 1.3.6.4: RESYNC: (1.7-1.11); FILE MERGED 2004/07/27 13:55:06 fs 1.3.6.3: RESYNC: (1.6-1.7); FILE MERGED 2004/06/25 14:43:19 dvo 1.3.6.2: RESYNC: (1.3-1.6); FILE MERGED 2004/06/09 13:37:37 pb 1.3.6.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [04eef0b1172e4e5e38557fab6e34709802397ebf]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/01 10:47:27 fs 1.1.2.5: #i34792# +m_sConditionValue: AddConditionDialog does not automatically set the condition value at the binding, anymore 2004/10/01 10:01:21 fs 1.1.2.4: #i34792# +executedDialog 2004/08/03 14:07:14 fs 1.1.2.3: AddConditionDialog: new required objects to operate on 2004/07/23 13:29:35 fs 1.1.2.2: #i31958# 2004/07/23 13:00:44 fs 1.1.2.1: #i31958#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [29fc6492670045a1d4c7e153a1f7e8568f0fb91b]

        INTEGRATION: CWS eforms2 (1.21.102); FILE MERGED 2004/07/13 08:05:48 pb 1.21.102.1: fix: #i29824# implCreateXFormsControl() added

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c91482131fd6658d4c662014374a36ae875c7028]

        INTEGRATION: CWS eforms2 (1.22.104); FILE MERGED 2004/07/21 15:14:10 fs 1.22.104.1: #i31762# +InterfaceBag

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bd73794c2e50a65d872f9b0157b2f5ff3334bfdd]

        INTEGRATION: CWS eforms2 (1.19.106); FILE MERGED 2004/11/07 13:12:38 dvo 1.19.106.6: RESYNC: (1.20-1.21); FILE MERGED 2004/10/26 15:41:08 fs 1.19.106.5: #i33866# m_bXFormsMode superseded by m_eDocumentType (which is available now that we resynced) 2004/10/08 17:35:11 dvo 1.19.106.4: RESYNC: (1.19-1.20); FILE MERGED 2004/08/05 09:51:25 dvo 1.19.106.3: #i31958# enable/disable certain form slots in XForms mode 2004/07/22 09:57:47 fs 1.19.106.2: #i31762# #i11287# refined the selection handling 2004/07/21 15:17:50 fs 1.19.106.1: #i31762# no current object/control/form anymore, but a current selection

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7eeb8b2b37abb74b62c0e346e6a15cd00a55667e]

        INTEGRATION: CWS eforms2 (1.12.34); FILE MERGED 2004/10/08 17:35:03 dvo 1.12.34.9: RESYNC: (1.15-1.16); FILE MERGED 2004/08/12 14:02:11 pb 1.12.34.8: fix: #i32482# new ids 2004/08/08 11:37:33 pb 1.12.34.7: fix: #32842# new QueryBoxes 2004/08/06 09:16:38 pb 1.12.34.6: fix: #32842# continue DataNavigator 2004/08/05 12:20:41 pb 1.12.34.5: fix: #i32842# more features 2004/07/27 13:44:41 fs 1.12.34.4: RESYNC: (1.14-1.15); FILE MERGED 2004/07/13 08:02:50 pb 1.12.34.3: fix: #i29824# string ids for submission properties 2004/06/25 14:31:50 dvo 1.12.34.2: RESYNC: (1.12-1.14); FILE MERGED 2004/06/09 13:45:22 pb 1.12.34.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [72b56c8476ed32205e9a69ab912dd128e59926cf]

        INTEGRATION: CWS eforms2 (1.7.102); FILE MERGED 2004/08/05 10:25:59 fs 1.7.102.3: #i31958# +FM_PROP_CONTROL_BORDER_COLOR_INVALID 2004/07/21 08:54:08 fs 1.7.102.2: RESYNC: (1.7-1.9); FILE MERGED 2004/07/21 08:48:51 fs 1.7.102.1: merge in the changes from HEAD, in preparation of #i31762#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4d7bf0b57348b370437c567a469e7f6ca8371cb0]

        INTEGRATION: CWS eforms2 (1.2.86); FILE MERGED 2004/08/03 14:00:51 fs 1.2.86.1: XForms now named EnhancedForms

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [84ade888943af8cf289531d91c3cb8fcf3d0e357]

        INTEGRATION: CWS eforms2 (1.14.86); FILE MERGED 2004/11/05 17:52:51 fs 1.14.86.2: #i36765# provide an InteractionHandler, so controls can use it via the XDispatchInterception mechanism 2004/08/05 10:26:46 fs 1.14.86.1: #i31958# indicate the validity of a control/model's value with a red border

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4b13bfd7982ae90ee57014c3859a3d41d6dcd3f1]

        INTEGRATION: CWS eforms2 (1.2.86); FILE MERGED 2004/11/03 08:00:19 fs 1.2.86.6: #i10000# made ControlData public to compile in unxsols4 2004/08/07 14:13:12 dvo 1.2.86.5: #i31958# fix unxlngi5.pro build 2004/08/06 11:09:40 fs 1.2.86.4: #i31958# controls whose colors cannot be colored indicate their invalidity with a red text underline now 2004/08/06 10:28:31 fs 1.2.86.3: preparations for dynamic border colors also for 3D borders 2004/08/06 08:27:52 fs 1.2.86.2: #i31958# now also caring for the HelpText of invalid controls 2004/08/05 10:26:46 fs 1.2.86.1: #i31958# indicate the validity of a control/model's value with a red border

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2b038d37b0f28d0405f79eaff4603387aba65fa5]

        INTEGRATION: CWS eforms2 (1.6.90); FILE MERGED 2004/11/07 02:51:50 dvo 1.6.90.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/21 15:13:56 fs 1.6.90.1: #i31762# implSetNewObject -> implSetNewSelection

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9e0d374477031f4d66cc901b2fcbd0ca16e03c0f]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/04 10:04:56 pb 1.1.2.22: fix: #i36184# new member and methods for listening 2004/11/03 09:01:02 fs 1.1.2.21: FillInfo not necessary 2004/11/02 12:09:37 pb 1.1.2.20: fix: #i36499# changes of add/edit binding dialog 2004/11/02 09:59:26 pb 1.1.2.19: Fix: #i36266# new: SetDocModified(); chg: RemoveEntry() returns bool now 2004/11/02 08:50:13 pb 1.1.2.18: Fix: #i36439# new: HasFirstInstancePage(), GetNewPageId() 2004/09/17 05:27:10 pb 1.1.2.17: fix: #i33902# 2. parameter for AddModel/InstanceDialog (bool _bEdit) 	      to change the dialog title (true -> 'Add'; false -> 'Rename') 2004/08/23 16:46:59 pb 1.1.2.16: fix: #i32842# continue DataNavigator 2004/08/12 14:01:15 pb 1.1.2.15: fix: #i32482# continue DataNavigator 2004/08/09 13:18:17 pb 1.1.2.14: fix: #i32482# continue DataNavigator 2004/08/08 15:51:25 pb 1.1.2.13: fix: #32842# continue DataNavigator 2004/08/08 11:49:36 pb 1.1.2.12: fix: #32842# continue DataNavigator 2004/08/06 14:04:37 pb 1.1.2.11: fix: #32842# continue DataNavigator 2004/08/06 09:16:38 pb 1.1.2.10: fix: #32842# continue DataNavigator 2004/08/05 14:53:55 pb 1.1.2.9: fix: #i32842# more features 2004/08/05 10:47:06 pb 1.1.2.8: fix: #i32842# more features 2004/08/04 08:42:21 pb 1.1.2.7: fix: #i32482# AddConditionDialog::Ctor() without UIHelper 2004/08/03 09:49:49 pb 1.1.2.6: fix: #i32482# adjusted to m48 2004/08/03 05:20:45 pb 1.1.2.5: fix: #i32482# more subdialogs 2004/07/26 10:44:21 pb 1.1.2.4: fix: #114856# UIHelper added 2004/07/23 13:03:50 fs 1.1.2.3: #i31958# 2004/07/13 08:00:39 pb 1.1.2.2: fix: #i29824# support for D&D 2004/06/09 13:30:34 pb 1.1.2.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [78850c42624aa16a8f2418daf1ece149c54ea792]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/02 12:09:37 pb 1.1.2.10: fix: #i36499# changes of add/edit binding dialog 2004/08/23 16:46:58 pb 1.1.2.9: fix: #i32842# continue DataNavigator 2004/08/12 14:01:15 pb 1.1.2.8: fix: #i32482# continue DataNavigator 2004/08/06 09:16:37 pb 1.1.2.7: fix: #32842# continue DataNavigator 2004/08/05 14:53:55 pb 1.1.2.6: fix: #i32842# more features 2004/08/05 10:47:06 pb 1.1.2.5: fix: #i32842# more features 2004/08/03 05:20:45 pb 1.1.2.4: fix: #i32482# more subdialogs 2004/07/26 10:43:48 pb 1.1.2.3: fix: #114856# imagelist needed different ids 2004/07/13 07:59:57 pb 1.1.2.2: fix: #i29824# rename some ids of xforms windows 2004/06/09 13:30:45 pb 1.1.2.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2f5953687e748973fb286f1c8ba9202857565514]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/04 09:56:28 pb 1.1.2.1: fix: #i36184# new: class DataListener

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7126e6cdebbfdd1d9f71c553ce054882fbaac126]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/01 10:47:46 fs 1.1.2.8: #i34792# +ConditionValue: AddConditionDialog does not automatically set the condition value at the binding, anymore 2004/10/01 10:01:33 fs 1.1.2.7: #i34792# +executedDialog 2004/08/04 08:42:35 pb 1.1.2.6: fix: #i32482# AddConditionDialog::Ctor() without UIHelper 2004/08/04 08:27:31 fs 1.1.2.5: don't accept creating a dialog with insufficient settings 2004/08/03 14:07:12 fs 1.1.2.4: AddConditionDialog: new required objects to operate on 2004/08/03 09:50:00 pb 1.1.2.3: fix: #i32482# adjusted to m48 2004/07/23 13:29:39 fs 1.1.2.2: #i31958# 2004/07/23 13:01:00 fs 1.1.2.1: #i31958#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a245aa0351e192ef47476a8de0f40cca62988fce]

        INTEGRATION: CWS eforms2 (1.14.44); FILE MERGED 2004/10/14 10:32:18 dvo 1.14.44.1: resolve merge conflicts

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [055608a892dae9a300515238f4a3449e8147c233]

        INTEGRATION: CWS eforms2 (1.16.586); FILE MERGED 2004/08/16 18:09:14 dvo 1.16.586.2: RESYNC: (1.16-1.17); FILE MERGED 2004/07/21 15:26:49 fs 1.16.586.1: #i31762# fmprop.hxx obsolete

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [01317c6293e95c6136b4f2e17b5eaaf220df0817]

        INTEGRATION: CWS eforms2 (1.5.732); FILE MERGED 2004/07/27 13:42:33 fs 1.5.732.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/21 15:20:48 fs 1.5.732.1: #i31762# no current object/control/form anymore, but a current selection

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [62fab7ae821941fdc8fbfbf3728465d072ee65bc]

        INTEGRATION: CWS eforms2 (1.15.88); FILE MERGED 2004/11/05 16:28:26 fs 1.15.88.3: #i36484# no form properties in XML form documents 2004/07/27 13:42:25 fs 1.15.88.2: RESYNC: (1.15-1.17); FILE MERGED 2004/07/21 15:20:48 fs 1.15.88.1: #i31762# no current object/control/form anymore, but a current selection

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f896686fad2f057fcc2076ab09dbe5079b720a46]

        INTEGRATION: CWS eforms2 (1.17.6); FILE MERGED 2004/11/04 10:28:00 pb 1.17.6.7: fix: #i36184# datalistener.cxx added 2004/10/08 17:32:50 dvo 1.17.6.6: RESYNC: (1.21-1.23); FILE MERGED 2004/07/27 13:42:15 fs 1.17.6.5: RESYNC: (1.20-1.21); FILE MERGED 2004/07/23 13:02:55 fs 1.17.6.4: #i31958# +xfm_addcondition.cxx 2004/07/21 15:19:55 fs 1.17.6.3: #i31762# multipro.* obsolete 2004/06/25 14:29:21 dvo 1.17.6.2: RESYNC: (1.17-1.20); FILE MERGED 2004/06/09 13:32:14 pb 1.17.6.1: fix: #114856# add datanavi files

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0aaa88ac38ba5e2d3b455fbb6bb5f6854f488d0c]

        INTEGRATION: CWS eforms2 (1.2.44); FILE MERGED 2004/10/14 10:32:18 dvo 1.2.44.1: resolve merge conflicts

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cbb1f949e1cd7c156d7285c424e1406c834b88d3]

        INTEGRATION: CWS eforms2 (1.33.100); FILE MERGED 2004/11/05 17:53:37 fs 1.33.100.9: #i36765# propagate InteractionHandlers when creating new FormController instances 2004/10/08 17:31:55 dvo 1.33.100.8: RESYNC: (1.37-1.38); FILE MERGED 2004/08/16 18:09:05 dvo 1.33.100.7: RESYNC: (1.36-1.37); FILE MERGED 2004/08/06 10:29:14 fs 1.33.100.6: #i31958# also initialize the VisualEffect in eForms 2004/08/03 14:06:14 fs 1.33.100.5: XForms now named EnhancedForms 2004/07/27 13:41:44 fs 1.33.100.4: RESYNC: (1.33-1.36); FILE MERGED 2004/07/21 15:21:05 fs 1.33.100.3: #i31762# removed some commented code 2004/07/16 11:53:00 fs 1.33.100.2: #i10000# 2004/07/13 08:12:44 pb 1.33.100.1: fix: #i29824# implCreateXFormsControl() added

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fd9cedafbcee5bc04353a56292e0a0a679a4401b]

        INTEGRATION: CWS eforms2 (1.30.100); FILE MERGED 2004/10/26 15:42:04 fs 1.30.100.6: #i33866# m_bXFormsMode superseded by m_eDocumentType (which is available now that we resynced) 2004/10/08 17:31:47 dvo 1.30.100.5: RESYNC: (1.32-1.33); FILE MERGED 2004/08/16 18:08:57 dvo 1.30.100.4: RESYNC: (1.31-1.32); FILE MERGED 2004/08/11 18:03:45 dvo 1.30.100.3: #i31958# don't call database wizards in XForms mode 2004/07/27 13:41:36 fs 1.30.100.2: RESYNC: (1.30-1.31); FILE MERGED 2004/07/13 08:15:10 pb 1.30.100.1: fix: #i29824# CreateXFormsControl() added

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [96fcf6ade5e25e5be5d58e3042be0f4801933555]

        INTEGRATION: CWS eforms2 (1.23.104); FILE MERGED 2004/11/08 16:22:54 fs 1.23.104.5: #i10000# removed obsolete include after resync 2004/11/07 02:50:54 dvo 1.23.104.4: RESYNC: (1.24-1.25); FILE MERGED 2004/07/21 15:26:48 fs 1.23.104.3: #i31762# fmprop.hxx obsolete 2004/07/21 08:55:27 fs 1.23.104.2: RESYNC: (1.23-1.24); FILE MERGED 2004/07/21 08:52:41 fs 1.23.104.1: merge in the changes from HEAD, in preparation of #i31762#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8e751c71f5d9b338cb95082810fc523310fe1c29]

        INTEGRATION: CWS eforms2 (1.58.46); FILE MERGED 2004/07/28 12:56:27 fs 1.58.46.4: #i10000# manual post-resync changes 2004/07/27 13:41:16 fs 1.58.46.3: RESYNC: (1.60-1.62); FILE MERGED 2004/06/25 14:27:16 dvo 1.58.46.2: RESYNC: (1.58-1.60); FILE MERGED 2004/06/09 13:37:01 pb 1.58.46.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4a6b971aae07ac903214d94dfdee364e0c1ebdd4]

        INTEGRATION: CWS eforms2 (1.26.180); FILE MERGED 2004/07/21 15:20:34 fs 1.26.180.1: #i31762# multipro.* obsolete

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [adfad6d6742a8491aa82358cfe0fc7adcd4dae74]

        INTEGRATION: CWS eforms2 (1.51.12); FILE MERGED 2004/11/07 02:50:46 dvo 1.51.12.13: RESYNC: (1.57-1.58); FILE MERGED 2004/10/26 15:41:26 fs 1.51.12.12: #i33866# m_bXFormsMode superseded by m_eDocumentType (which is available now that we resynced) 2004/10/14 10:32:17 dvo 1.51.12.11: resolve merge conflicts 2004/10/08 17:31:38 dvo 1.51.12.10: RESYNC: (1.55-1.57); FILE MERGED 2004/08/05 09:51:24 dvo 1.51.12.9: #i31958# enable/disable certain form slots in XForms mode 2004/07/27 13:41:08 fs 1.51.12.8: RESYNC: (1.53-1.55); FILE MERGED 2004/07/22 14:31:38 fs 1.51.12.7: re-enable control conversion ... oops 2004/07/22 09:58:01 fs 1.51.12.6: #i31762# #i11287# refined the selection handling 2004/07/21 15:31:16 fs 1.51.12.5: #i10000 2004/07/21 15:19:54 fs 1.51.12.4: #i31762# multipro.* obsolete 2004/07/21 15:17:54 fs 1.51.12.3: #i31762# no current object/control/form anymore, but a current selection 2004/06/25 14:27:04 dvo 1.51.12.2: RESYNC: (1.51-1.53); FILE MERGED 2004/06/09 13:34:33 pb 1.51.12.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a0c7b2bc4511da87c776b92aaa77ba7680542fa1]

        INTEGRATION: CWS eforms2 (1.48.52); FILE MERGED 2004/11/08 15:18:30 fs 1.48.52.16: #i10000# post-resync 2004/11/07 02:50:38 dvo 1.48.52.15: RESYNC: (1.53-1.54); FILE MERGED 2004/11/05 16:28:27 fs 1.48.52.14: #i36484# no form properties in XML form documents 2004/11/03 13:28:15 fs 1.48.52.13: DataNavigator only for eForms 2004/10/26 15:41:51 fs 1.48.52.12: #i33866# m_bXFormsMode superseded by m_eDocumentType (which is available now that we resynced) / don't allow conversion into unavailable controls in XForms mode 2004/10/14 10:32:17 dvo 1.48.52.11: resolve merge conflicts 2004/10/08 17:31:30 dvo 1.48.52.10: RESYNC: (1.52-1.53); FILE MERGED 2004/09/20 11:32:42 dvo 1.48.52.9: #i33874# disable non-XForms design-mode-switch in XForms mode          (will become irrelevant when new form toolbar is in) 2004/08/11 18:04:46 dvo 1.48.52.8: #i31958# enable (old) design mode switch, because it is used by the XForms design mode switch 2004/08/05 09:51:24 dvo 1.48.52.7: #i31958# enable/disable certain form slots in XForms mode 2004/07/27 13:40:58 fs 1.48.52.6: RESYNC: (1.51-1.52); FILE MERGED 2004/07/22 09:58:02 fs 1.48.52.5: #i31762# #i11287# refined the selection handling 2004/07/21 15:20:15 fs 1.48.52.4: #i31762# no current object/control/form anymore, but a current selection 2004/07/08 10:03:00 fs 1.48.52.3: #i10000# corrected wrong post-resync conflict resolving 2004/06/25 14:26:55 dvo 1.48.52.2: RESYNC: (1.48-1.51); FILE MERGED 2004/06/09 13:34:33 pb 1.48.52.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8c5454931da3a24f2125a0ea25bb5372a49d98be]

        INTEGRATION: CWS eforms2 (1.12.164); FILE MERGED 2004/11/03 08:18:45 fs 1.12.164.2: #i10000# make it compile in unxsols4 2004/07/23 13:01:58 fs 1.12.164.1: #i31958# register UNO wrapper for AddConditionDialog

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [86f504d0363ec7f16adc2783ca2727597e0ad39a]

        INTEGRATION: CWS eforms2 (1.12.102); FILE MERGED 2004/08/05 10:26:12 fs 1.12.102.4: #i31958# +FM_PROP_CONTROL_BORDER_COLOR_INVALID 2004/07/21 15:26:48 fs 1.12.102.3: #i31762# fmprop.hxx obsolete 2004/07/21 08:55:44 fs 1.12.102.2: RESYNC: (1.12-1.14); FILE MERGED 2004/07/21 08:49:31 fs 1.12.102.1: merge in the changes from HEAD, in preparation of #i31762#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0b8880d08fbc84a3d35e0ea85aaa2e81bad68025]

        INTEGRATION: CWS eforms2 (1.8.230); FILE MERGED 2004/07/22 07:56:11 fs 1.8.230.1: #i31762# fmprop.hxx is obsolete

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9d1032b6759c4f0315bb9a305ea85bda63bbc7b4]

        INTEGRATION: CWS eforms2 (1.11.16); FILE MERGED 2004/06/25 14:26:12 dvo 1.11.16.2: RESYNC: (1.11-1.12); FILE MERGED 2004/06/09 13:34:32 pb 1.11.16.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ddd3a3816c807c9f4d490a33245f384f883f99ef]

        INTEGRATION: CWS eforms2 (1.9.106); FILE MERGED 2004/07/21 15:26:48 fs 1.9.106.1: #i31762# fmprop.hxx obsolete

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3e7532c3681ce8a2d69dcfd53488d4eccec247d3]

        INTEGRATION: CWS eforms2 (1.30.164); FILE MERGED 2004/07/21 15:26:48 fs 1.30.164.1: #i31762# fmprop.hxx obsolete

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3cf0a9269e068fd9775a09e274f168a510190940]

        INTEGRATION: CWS eforms2 (1.2.86); FILE MERGED 2004/11/08 15:11:30 fs 1.2.86.4: #i10000# post-resync changes 2004/10/08 17:31:22 dvo 1.2.86.3: RESYNC: (1.2-1.3); FILE MERGED 2004/09/20 12:37:52 fs 1.2.86.2: survive unsuccessful test for XForms 2004/08/03 14:05:00 fs 1.2.86.1: XForms now named EnhancedForms

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [15143e71f93db92471b4f14bd53e31fa828913c3]

        INTEGRATION: CWS eforms2 (1.43.100); FILE MERGED 2004/11/05 17:52:57 fs 1.43.100.7: #i36765# provide an InteractionHandler, so controls can use it via the XDispatchInterception mechanism 2004/10/08 17:31:13 dvo 1.43.100.6: RESYNC: (1.45-1.46); FILE MERGED 2004/08/06 08:28:33 fs 1.43.100.5: #i31958# care for invalidity also upon initial insertion of a control 2004/08/05 10:26:56 fs 1.43.100.4: #i31958# indicate the validity of a control/model's value with a red border 2004/08/03 14:05:44 fs 1.43.100.3: XForms now named EnhancedForms 2004/07/27 13:40:18 fs 1.43.100.2: RESYNC: (1.43-1.45); FILE MERGED 2004/07/21 15:26:47 fs 1.43.100.1: #i31762# fmprop.hxx obsolete

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0fe3058fb0edbff125e9cdafa4bf2a1494bb5658]

        INTEGRATION: CWS eforms2 (1.2.86); FILE MERGED 2004/08/06 11:10:13 fs 1.2.86.5: #i31958# controls whose colors cannot be colored indicate their invalidity with a red text underline now 2004/08/06 10:28:37 fs 1.2.86.4: preparations for dynamic border colors also for 3D borders 2004/08/06 08:28:00 fs 1.2.86.3: #i31958# now also caring for the HelpText of invalid controls 2004/08/05 12:33:37 fs 1.2.86.2: #i31958# restoreAll: also restore control borders of invalid controls 2004/08/05 10:26:57 fs 1.2.86.1: #i31958# indicate the validity of a control/model's value with a red border

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [df99d926c86e831464926c79d22705628e9f5c2d]

        INTEGRATION: CWS eforms2 (1.15.162); FILE MERGED 2004/11/07 02:50:26 dvo 1.15.162.6: RESYNC: (1.17-1.18); FILE MERGED 2004/10/08 17:31:04 dvo 1.15.162.5: RESYNC: (1.16-1.17); FILE MERGED 2004/07/27 13:39:59 fs 1.15.162.4: RESYNC: (1.15-1.16); FILE MERGED 2004/07/22 10:53:18 fs 1.15.162.3: #i31762# properly determine the document context 2004/07/21 15:19:39 fs 1.15.162.2: #i31762# implSetNewObject -> implSetNewSelection 2004/07/21 07:55:27 fs 1.15.162.1: #i31762# set the ContextDocument at the PropertyBrowserController

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1aa96c0412337e8f73b4385094885f32c028382c]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/12 08:52:15 fs 1.1.2.17: #i34461# Kalkulieren -> Berechnung 2004/11/02 12:09:27 pb 1.1.2.16: fix: #i36499# changes of add/edit binding dialog 2004/09/17 05:29:39 pb 1.1.2.15: fix: #i33902# 'Rename ...' for AddModel/InstanceDialog added fix: #i33904# HelpId for TabControl added 2004/08/23 16:46:36 pb 1.1.2.14: fix: #i32842# continue DataNavigator 2004/08/12 14:01:06 pb 1.1.2.13: fix: #i32482# continue DataNavigator 2004/08/09 13:18:09 pb 1.1.2.12: fix: #i32482# continue DataNavigator 2004/08/08 11:49:46 pb 1.1.2.11: fix: #32842# continue DataNavigator 2004/08/06 09:17:10 pb 1.1.2.10: fix: #32842# continue DataNavigator 2004/08/05 14:54:06 pb 1.1.2.9: fix: #i32842# more features 2004/08/05 10:47:18 pb 1.1.2.8: fix: #i32842# more features 2004/08/03 09:50:00 pb 1.1.2.7: fix: #i32482# adjusted to m48 2004/08/03 05:33:43 pb 1.1.2.6: fix: #i32482# additional implementations 2004/07/28 12:58:06 fs 1.1.2.5: #i10000# manual post-resync changes 2004/07/26 10:48:37 pb 1.1.2.4: fix: #114856# helpids added 2004/07/13 08:14:25 pb 1.1.2.3: fix: #i29824# some changes 2004/07/08 11:08:02 fs 1.1.2.2: #i10000# new syntax for image lists (post-resync) 2004/06/09 13:31:16 pb 1.1.2.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c6744abcbae55e2008b0c795997e2090ada57e37]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 16:31:17 fs 1.1.2.42: #i35395# when an empty condition is entered, empty the preview, too 2004/11/05 15:01:35 dvo 1.1.2.41: #i36717# update reference when inserting attributes 2004/11/04 12:19:02 pb 1.1.2.40: fix: #i36610# edit text with a cut-down AddDataItemDialog 2004/11/04 10:42:56 pb 1.1.2.39: fix: #i36184# new member and methods for listening 2004/11/03 09:11:42 fs 1.1.2.38: initialize bIsDocModified in MenuSelectHdl 2004/11/03 08:57:28 fs 1.1.2.37: FillInfo not necessary 2004/11/02 12:09:27 pb 1.1.2.36: fix: #i36499# changes of add/edit binding dialog 2004/11/02 10:00:36 pb 1.1.2.35: Fix: #i36266# set current document to modified if necessary 2004/11/02 08:52:34 pb 1.1.2.34: Fix: #i36439# consider if the first instance page is removed 2004/10/29 20:01:07 dvo 1.1.2.33: #i36274# enable removing of bindings, submissions 2004/10/29 15:15:57 dvo 1.1.2.32: #i36208# fix renaming of namespace prefixes 2004/10/29 14:29:46 dvo 1.1.2.31: #i36262# 2004/10/27 11:38:54 dvo 1.1.2.30: #i36192# don't crash when trying to delete instance root node 2004/10/22 10:24:12 dvo 1.1.2.29: disable menu items when new model is set on page 2004/10/21 15:12:44 dvo 1.1.2.28: #i34791# XForms: set node value according to XForms simple-content rules          (also remove two assertions) 2004/10/12 10:08:23 pb 1.1.2.27: fix: #i35171# AddSubmissionDialog: no bindings -> RefBtn disabled 2004/09/29 13:50:17 dvo 1.1.2.26: #i34793# set proper binding name on submission object 2004/09/17 05:30:51 pb 1.1.2.25: fix: #i33902# 2. parameter for AddModel/InstanceDialog::Ctor(): bool _bEdit 2004/09/16 11:25:38 pb 1.1.2.24: fix: #32482# new model without the instpages of an other model 2004/09/16 07:15:37 pb 1.1.2.23: fix: #i33872# support for rename node fix: #i33877# set data type of node 2004/08/23 16:46:36 pb 1.1.2.22: fix: #i32842# continue DataNavigator 2004/08/12 14:01:06 pb 1.1.2.21: fix: #i32482# continue DataNavigator 2004/08/11 18:05:27 dvo 1.1.2.20: #i31958# adopt to updated XFormsUIHelper1 API 2004/08/10 13:16:17 pb 1.1.2.19: fix: #i32482# continue DataNavigator 2004/08/10 08:17:31 pb 1.1.2.18: fix: #i32482# continue DataNavigator 2004/08/09 13:18:10 pb 1.1.2.17: fix: #i32482# continue DataNavigator 2004/08/08 15:51:15 pb 1.1.2.16: fix: #32842# continue DataNavigator 2004/08/08 11:49:45 pb 1.1.2.15: fix: #32842# continue DataNavigator 2004/08/06 14:04:54 pb 1.1.2.14: fix: #32842# continue DataNavigator 2004/08/06 09:17:10 pb 1.1.2.13: fix: #32842# continue DataNavigator 2004/08/05 16:21:33 dvo 1.1.2.12: #i31958# continue DataNavigator 2004/08/05 14:54:06 pb 1.1.2.11: fix: #i32842# more features 2004/08/05 10:47:19 pb 1.1.2.10: fix: #i32842# more features 2004/08/04 08:42:35 pb 1.1.2.9: fix: #i32482# AddConditionDialog::Ctor() without UIHelper 2004/08/04 08:25:07 fs 1.1.2.8: on OK, propagate the condition to the binding 2004/08/03 14:52:29 fs 1.1.2.7: #i10000# 2004/08/03 09:50:00 pb 1.1.2.6: fix: #i32482# adjusted to m48 2004/08/03 05:33:43 pb 1.1.2.5: fix: #i32482# additional implementations 2004/07/26 10:49:07 pb 1.1.2.4: fix: #114856# more functionality added 2004/07/21 08:57:22 fs 1.1.2.3: #i10000# 2004/07/13 08:09:05 pb 1.1.2.2: fix: #i29824# support for D&D 2004/06/09 13:31:06 pb 1.1.2.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a13b0e9ae7b9886cdf918e29ae34fe674de8aa9b]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/04 10:27:33 pb 1.1.2.1: fix: #i36184# new: class DataListener

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [83954814efe76cf4486b5b85598fad0fc8e92e69]

        INTEGRATION: CWS eforms2 (1.11.32); FILE MERGED 2004/08/23 16:46:35 pb 1.11.32.1: fix: #i32842# continue DataNavigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3882e0c0d37aff79e497e41c960e19b777a01d02]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/13 08:06:45 pb 1.1.2.1: fix: #i29824# class OXFormsTransferable

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4a2250019065388d37e5a916c384d2e29dce913c]

        INTEGRATION: CWS eforms2 (1.6.178); FILE MERGED 2004/08/16 18:08:05 dvo 1.6.178.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/13 08:07:12 pb 1.6.178.1: fix: #i29824# xmlexchg.cxx added

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b027d8136184090a6bc31d2c2002a15be65bff61]

        INTEGRATION: CWS eforms2 (1.65.88); FILE MERGED 2004/11/07 02:50:11 dvo 1.65.88.4: RESYNC: (1.67-1.68); FILE MERGED 2004/08/16 18:07:57 dvo 1.65.88.3: RESYNC: (1.66-1.67); FILE MERGED 2004/07/27 13:38:59 fs 1.65.88.2: RESYNC: (1.65-1.66); FILE MERGED 2004/07/21 15:27:39 fs 1.65.88.1: #i31762# fmprop.hxx obsolete

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f4351bb88d5c32aa5f7597f1dfd58dc44e0e6b1e]

        INTEGRATION: CWS eforms2 (1.36.88); FILE MERGED 2004/08/16 18:07:48 dvo 1.36.88.3: RESYNC: (1.38-1.39); FILE MERGED 2004/07/27 13:38:51 fs 1.36.88.2: RESYNC: (1.36-1.38); FILE MERGED 2004/07/21 15:27:38 fs 1.36.88.1: #i31762# fmprop.hxx obsolete

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [17d9d05b2a2da8c7fabae6f9c3dafe71df5f0038]

        INTEGRATION: CWS eforms2 (1.44.92); FILE MERGED 2004/07/21 15:27:38 fs 1.44.92.1: #i31762# fmprop.hxx obsolete

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e02a6a845f5b759bb783db8ac8ff38fa52a5f6e9]

        INTEGRATION: CWS eforms2 (1.43.104); FILE MERGED 2004/08/16 18:07:39 dvo 1.43.104.2: RESYNC: (1.43-1.44); FILE MERGED 2004/07/21 15:27:37 fs 1.43.104.1: #i31762# fmprop.hxx obsolete

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2f17748892480397488333685c4ad446d39bb773]

        INTEGRATION: CWS eforms2 (1.2.86); FILE MERGED 2004/10/08 17:16:28 dvo 1.2.86.3: RESYNC: (1.3-1.7); FILE MERGED 2004/08/16 17:56:08 dvo 1.2.86.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/03 14:09:38 fs 1.2.86.1: GetModuleName: return something if the module id is unknown

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [916a3cb54b74b86bf7d2be298edb5d9bb4cef4d8]

        INTEGRATION: CWS eforms2 (1.46.12); FILE MERGED 2004/11/07 02:44:54 dvo 1.46.12.6: RESYNC: (1.56-1.58); FILE MERGED 2004/10/08 17:13:45 dvo 1.46.12.5: RESYNC: (1.52-1.56); FILE MERGED 2004/08/16 17:52:22 dvo 1.46.12.4: RESYNC: (1.50-1.52); FILE MERGED 2004/07/27 13:07:42 fs 1.46.12.3: RESYNC: (1.49-1.50); FILE MERGED 2004/06/25 13:58:12 dvo 1.46.12.2: RESYNC: (1.46-1.49); FILE MERGED 2004/06/09 13:44:25 pb 1.46.12.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2224d79cde453da949336a95d4ce635eab1460eb]

        INTEGRATION: CWS eforms2 (1.7.52); FILE MERGED 2004/10/08 17:13:55 dvo 1.7.52.3: RESYNC: (1.9-1.11); FILE MERGED 2004/06/25 13:58:02 dvo 1.7.52.2: RESYNC: (1.7-1.9); FILE MERGED 2004/06/09 13:44:24 pb 1.7.52.1: fix: #114856# the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [df36061d0da9d6021f9704bc80c0397255c915db]

        INTEGRATION: CWS eforms2 (1.87.90); FILE MERGED 2004/11/07 02:41:48 dvo 1.87.90.5: RESYNC: (1.102-1.104); FILE MERGED 2004/10/08 17:12:15 dvo 1.87.90.4: RESYNC: (1.96-1.102); FILE MERGED 2004/08/16 17:44:21 dvo 1.87.90.3: RESYNC: (1.93-1.96); FILE MERGED 2004/07/27 13:07:33 fs 1.87.90.2: RESYNC: (1.87-1.93); FILE MERGED 2004/07/13 07:55:50 pb 1.87.90.1: fix: #i29824# xmlexchg.hxx exported

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e37b22a55998b560e964778c2b47396da596c2f5]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/13 07:57:41 pb 1.1.2.1: fix: #i29824# class OXFormsTransferable

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [560f12b3fa33e21af2d94746a0c3ad61b80f63cf]

        INTEGRATION: CWS eforms2 (1.11.88); FILE MERGED 2004/09/17 05:28:01 pb 1.11.88.8: fix: #i33904# HID_XFORMS_TAB_CONTROL added 2004/08/12 13:59:30 pb 1.11.88.7: fix: #i32482# new ids 2004/08/05 10:45:19 pb 1.11.88.6: fix: #i32842# new helpids for toolbox of xforms datanavigator 2004/08/03 05:19:11 pb 1.11.88.5: fix: #i32482# new ids for subdialogs of the xforms datanavigator 2004/07/26 10:42:18 pb 1.11.88.4: fix: #114856# some helpids for datanavigator added 2004/07/13 07:54:15 pb 1.11.88.3: fix: #i29824# rename some helpids of xforms windows 2004/06/25 12:10:23 dvo 1.11.88.2: RESYNC: (1.11-1.12); FILE MERGED 2004/06/09 13:27:59 pb 1.11.88.1: fix: #114856# id for the new xforms data navigator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b7acb909ed5dfb20fd5440128b3d3a9be662cd8e]

        INTEGRATION: CWS eforms2 (1.71.20); FILE MERGED 2004/11/08 09:04:01 fs 1.71.20.10: #i10000# merge conflicts wrongly resolved? 2004/11/07 02:35:20 dvo 1.71.20.9: RESYNC: (1.84-1.85); FILE MERGED 2004/10/08 17:00:50 dvo 1.71.20.8: RESYNC: (1.80-1.84); FILE MERGED 2004/08/16 19:53:09 dvo 1.71.20.7: RESYNC: (1.79-1.80); FILE MERGED 2004/07/27 14:59:34 fs 1.71.20.6: RESYNC: (1.78-1.79); FILE MERGED 2004/07/12 14:19:30 fs 1.71.20.5: #114856# +css.form.submission 2004/06/28 17:53:11 dvo 1.71.20.4: RESYNC: (1.74-1.78); FILE MERGED 2004/04/26 12:29:38 fs 1.71.20.3: new module: css.xsd 2004/04/08 11:21:21 dvo 1.71.20.2: RESYNC: (1.71-1.74); FILE MERGED 2004/03/23 13:21:58 dvo 1.71.20.1: #114856# add (preliminary) XForms API definitions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8472108c7545fded2ee69e04c68f68d02bec44a5]

        INTEGRATION: CWS eforms2 (1.58.22); FILE MERGED 2004/10/08 16:59:19 dvo 1.58.22.6: RESYNC: (1.63-1.67); FILE MERGED 2004/07/27 14:58:31 fs 1.58.22.5: RESYNC: (1.62-1.63); FILE MERGED 2004/06/28 17:51:42 dvo 1.58.22.4: RESYNC: (1.59-1.62); FILE MERGED 2004/04/26 12:28:25 fs 1.58.22.3: new module: css.xsd 2004/04/08 11:21:14 dvo 1.58.22.2: RESYNC: (1.58-1.59); FILE MERGED 2004/03/23 13:21:57 dvo 1.58.22.1: #114856# add (preliminary) XForms API definitions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ae7da5f0ab4e4b8c496a0ed365aaf72abaed5729]

        INTEGRATION: CWS eforms2 (1.54.18); FILE MERGED 2004/11/07 02:35:12 dvo 1.54.18.8: RESYNC: (1.67-1.68); FILE MERGED 2004/10/08 16:59:09 dvo 1.54.18.7: RESYNC: (1.63-1.67); FILE MERGED 2004/07/27 14:58:19 fs 1.54.18.6: RESYNC: (1.62-1.63); FILE MERGED 2004/07/12 14:17:52 fs 1.54.18.5: #114856# +css.form.submission 2004/06/28 17:51:34 dvo 1.54.18.4: RESYNC: (1.58-1.62); FILE MERGED 2004/04/26 12:26:42 fs 1.54.18.3: new module: css.xsd 2004/04/08 11:21:07 dvo 1.54.18.2: RESYNC: (1.54-1.58); FILE MERGED 2004/03/23 13:21:57 dvo 1.54.18.1: #114856# add (preliminary) XForms API definitions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9356037c8de39981b79815cfca9013e070725d67]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/19 14:00:28 fs 1.1.2.7: #114856# some more types 2004/07/16 15:31:54 fs 1.1.2.6: #114856# +DateTime 2004/07/15 10:28:26 fs 1.1.2.5: #114856# +Time.idl 2004/07/15 09:51:09 fs 1.1.2.4: #114856# +DataTypeClass 2004/07/15 07:49:13 fs 1.1.2.3: #114856# +Date.idl 2004/07/12 14:14:41 fs 1.1.2.2: #114856# no more dedicated interfaces for specialized data types, but old-style services 2004/04/26 12:19:08 fs 1.1.2.1: makefile

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fb2fd26418a35060e841f97e0867bb4084b6500f]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/19 13:59:21 fs 1.1.2.1: XSD compliant types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9eb3ce4741997c1bf530d5af2f5b8b635366f0dc]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/15 09:51:00 fs 1.1.2.5: #114856# -DerivedFrom / +TypeClass 2004/07/13 16:37:40 dvo 1.1.2.4: #114856# add DerivedFrom property Issue number: Submitted by: Reviewed by: 2004/07/12 14:14:05 fs 1.1.2.3: #114856# also derive from XPropertySet for more convinient access 2004/06/23 12:42:20 dvo 1.1.2.2: #114856# update validation methods for XDataTypes Issue number: Submitted by: Reviewed by: 2004/04/26 12:19:25 fs 1.1.2.1: some XSD compatible data types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f3dd768fde1ff921d6bef2dcc156cf6c387e51e2]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/26 12:19:30 fs 1.1.2.1: how to handle whitespaces?

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b14792cb8fbeb2c259398b33be9380c0a0aa8d59]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/15 10:28:45 fs 1.1.2.1: XSD Time type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fffedd3e505cb01ff304553ea5cf4e7cd2af440d]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/12 13:40:28 fs 1.1.2.1: a string data type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c880cd20eab776c7d98958f4fb6317058e6e4948]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/19 13:59:33 fs 1.1.2.1: XSD compliant types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ae68385f2cd0b700a9e1b82c238e7463aab0b0e3]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/15 07:48:56 fs 1.1.2.2: #114856# 2004/07/12 13:54:39 fs 1.1.2.1: a decimal data type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f7dfba4b0a51f59e1b26a1e1662de30af8fbf401]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/19 13:59:45 fs 1.1.2.1: XSD compliant types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [80fc5909442283771350f0b57c6e7ec2b711ba1a]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/16 15:32:11 fs 1.1.2.1: dateTime type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f76563a11d8299313e9fcaa723f6d6e00dc2f6eb]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/15 07:47:13 fs 1.1.2.1: XSD Date type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f0b8c23401133b7173bf9927a529b9eb775ed450]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/15 09:50:44 fs 1.1.2.1: classification of data types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [63dcf528d886d34170e28558260c0375e07ad9dd]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/12 13:40:39 fs 1.1.2.1: a boolean data type

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [240a414fd857147054fa574d5fb0d6a513487d1a]

        INTEGRATION: CWS eforms2 (1.2.22); FILE MERGED 2004/05/25 15:36:14 lo 1.2.22.1: #i28981# xpath extension

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2458dbba9790d0aa0e8f3002daea28ccbe46970a]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/05/25 15:36:14 lo 1.1.2.1: #i28981# xpath extension

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2a988785a2bc2e42fce0c09494be9cdb4713f82c]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/05/25 15:36:13 lo 1.1.2.1: #i28981# xpath extension

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [89da951ab4eb2b913a9eff6a0304d0d2e299d2c5]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/24 13:40:57 fs 1.1.2.5: #i28195# +Binding 2004/07/12 14:13:53 fs 1.1.2.4: #114856# +XSubmission 2004/07/02 12:01:01 dvo 1.1.2.3: #114856# add XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/04/26 12:22:42 fs 1.1.2.2: +XDataTypeRepository 2004/03/23 14:20:11 dvo 1.1.2.1: #114856# add XForms API

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d2b994f99796a475d84a4638782bb1ecceb7e8a7]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/12 13:51:34 fs 1.1.2.1: #114856# an XForm submission

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ffc75bff803165fb76288f42c736fe4aa8f5a195]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:48:00 fs 1.1.2.11: #i36765# allow submission with InteractionHandler 2004/11/04 12:04:21 fs 1.1.2.10: documentation 2004/08/24 13:39:52 fs 1.1.2.9: remove redundant include 2004/07/12 13:52:54 fs 1.1.2.8: #114856# introduced and used XSubmission 2004/05/26 15:07:44 dvo 1.1.2.7: #114856# xforms::XModel: bindings + submissions as container::XSet Issue number: Submitted by: Reviewed by: 2004/05/13 10:37:51 lo 1.1.2.6: #i28981# get instance by id for xforms xpath function library 2004/04/27 14:06:29 fs 1.1.2.5: comment corrected 2004/04/26 12:22:12 fs 1.1.2.4: +getDataTypeRepository 2004/04/07 13:31:01 dvo 1.1.2.3: #114856# access submission/binding 2004/04/01 11:02:50 dvo 1.1.2.2: #114856# add submission handling to xforms::XModel 2004/03/23 14:20:38 dvo 1.1.2.1: #114856# add XForms API

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e0da0ce062581d09f3bb29de523d118c2e2a6f12]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/21 15:11:42 dvo 1.1.2.10: #i34791# XForms: set node value according to XForms simple-content rules Issue number: Submitted by: Reviewed by: 2004/08/24 13:38:33 fs 1.1.2.9: don't scream :) 2004/08/11 18:06:09 dvo 1.1.2.8: #i31958# continue XFOrmsUIHelper1 2004/08/05 16:52:24 dvo 1.1.2.7: #i31958# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/08/05 12:06:15 dvo 1.1.2.6: #i31958# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/08/02 13:53:06 dvo 1.1.2.5: #i31958# continue XFOrmsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/21 17:43:58 dvo 1.1.2.4: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/20 15:51:30 dvo 1.1.2.3: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/16 16:57:34 dvo 1.1.2.2: #114856# new methods for UI helper Issue number: Submitted by: Reviewed by: 2004/07/02 11:57:24 dvo 1.1.2.1: #114856# helper API for XForms UI Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f1840d9a09f2dfad881d8288dfbeaedfeb36f54b]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/03/23 14:20:38 dvo 1.1.2.1: #114856# add XForms API

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [783a3385c8dd02d72eee250394bed12418bf0d63]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/15 09:51:36 fs 1.1.2.2: #114856# +getBasicDataType 2004/04/26 12:22:27 fs 1.1.2.1: repository of XSD data types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [45d7c66b50b9b44960ec4a0ffb035bb9b6a53a25]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/24 13:40:21 fs 1.1.2.1: #i28195# service for a binding

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [73e9acb571e70e53ae537ebd44c05c6fb37b6b6a]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:47:27 fs 1.1.2.2: #i36765# XVetoableSubmission.idl merged into XSubmission 2004/07/12 13:38:48 fs 1.1.2.1: submission related interfaces

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4a4c6db9c5bb4820107d04299e33ff342c71a0a0]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:46:52 fs 1.1.2.2: #i36765# type 2004/07/12 13:39:37 fs 1.1.2.1: submission related interfaces

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [483d52f3b7204a1c9ddc18b2a83300719e06d9e2]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/12 13:39:13 fs 1.1.2.1: submission related interfaces

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [650895f4e1484337febdbfda42ee7381dadf68b1]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:46:12 fs 1.1.2.2: #i36765# moved functionality of XVetoableSubmission herein / allow submission with InteractionHandler 2004/07/12 13:39:00 fs 1.1.2.1: submission related interfaces

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [623cdda517032d6e460eecd2e9a11a9b5a07fd93]

        INTEGRATION: CWS eforms2 (1.5.92); FILE MERGED 2004/07/12 13:49:07 fs 1.5.92.1: #114856# +SubmitButton

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8293db13ff75d9c45c328d4b9f6ba832df77af91]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:45:41 fs 1.1.2.3: #i36765# XSubmission -> XVetoableSubmission 2004/08/13 09:39:19 fs 1.1.2.2: #i32923# removed the UnoControlButton - it was too ambitious, and not needed 2004/07/12 13:48:27 fs 1.1.2.1: #114856# a button which supports triggering external submissions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2e88517b6f625fee613d8b303c731feefc0731c0]

        INTEGRATION: CWS eforms2 (1.8.54); FILE MERGED 2004/07/12 13:48:54 fs 1.8.54.1: #114856# +SubmitButton

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c6ed7d42866896a7e87089469a45c724ae6f2956]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/13 09:37:44 fs 1.1.2.2: #i32925# removed the UnoControlButtonModel - it was too ambitious, and not needed 2004/07/12 13:47:52 fs 1.1.2.1: #114856# control model for a button which supports triggering external submissions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cf0783df8f7d6d184824035056454584116ab544]

        INTEGRATION: CWS eforms2 (1.8.26); FILE MERGED 2004/08/06 13:59:47 fs 1.8.26.1: #i31958# +UncheckedRefValue

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [46ba4d8a1190c01cded8961c5899fe7b47abf054]

        INTEGRATION: CWS eforms2 (1.8.26); FILE MERGED 2004/07/12 13:49:51 fs 1.8.26.1: small docu error

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2278bc98d2067a330676d538e351144c636d19ed]

        INTEGRATION: CWS eforms2 (1.9.26); FILE MERGED 2004/08/09 15:12:12 fs 1.9.26.2: #i31958# -UncheckedRefValue - moved to ../binding/BindableDatabaseCheckBox, where it fits better 2004/08/06 13:59:46 fs 1.9.26.1: #i31958# +UncheckedRefValue

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d15f3a1926e6093050b6aa02f07e6272540cf72b]

        INTEGRATION: CWS eforms2 (1.2.8); FILE MERGED 2004/07/26 12:30:14 fs 1.2.8.2: #i31958# 2004/07/12 13:46:49 fs 1.2.8.1: #114856# +BindableIntegerValueRange.idl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [02938589158dfb7bc0051e59f1b0b90f403a3165]

        INTEGRATION: CWS eforms2 (1.2.8); FILE MERGED 2004/08/24 13:30:48 fs 1.2.8.1: #i28195# updated documentation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2c243134516371c2530b414bdaa75489a4b73e3e]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/12 13:46:10 fs 1.1.2.1: value range control which can be bound to external value suppliers

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7f9ae1968879a012feba3e8b10a18ffbd6734608]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/26 12:29:56 fs 1.1.2.1: bindable database time field

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [85e0726223125aecbe25dbb065923094582277ba]

        INTEGRATION: CWS eforms2 (1.2.8); FILE MERGED 2004/08/09 15:12:36 fs 1.2.8.2: #i31958# +SecondaryRefValue 2004/05/12 08:41:27 fs 1.2.8.1: #116712# allow to exchange string data with the external binding (using the RefValue)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [dc3ab3035e1942f0271db0848bf0342c7cba447d]

        INTEGRATION: CWS eforms2 (1.2.8); FILE MERGED 2004/07/12 13:45:17 fs 1.2.8.1: small documentation improvement

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [643b2f897b92817534708332719883cc6609fd52]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/26 12:29:38 fs 1.1.2.1: bindable database date field

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7ffb721e2da2cd8c10740d8c42568f984d43a671]

        INTEGRATION: CWS eforms2 (1.2.8); FILE MERGED 2004/08/24 13:30:48 fs 1.2.8.2: #i28195# updated documentation 2004/07/12 13:44:57 fs 1.2.8.1: small documentation improvement

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ff9a12375d654feeb79d1b067bc82425a60b766a]

        INTEGRATION: CWS eforms2 (1.2.8); FILE MERGED 2004/08/24 13:30:48 fs 1.2.8.2: #i28195# updated documentation 2004/07/12 13:43:30 fs 1.2.8.1: also be a FormControlModel

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [96dc33b819d38c10a3fca2aa8f85ce7aa14297a1]

        INTEGRATION: CWS eforms2 (1.7.26); FILE MERGED 2004/07/12 13:42:25 fs 1.7.26.1: deprecate the interface in favor of css.form.submission.XSubmissionVetoListener

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [06ce1402f4d5df33b1d228d6e3df7e4c9d970a48]

        INTEGRATION: CWS eforms2 (1.2.48); FILE MERGED 2004/08/24 13:28:58 fs 1.2.48.1: corrected documentation reference

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ac1960fc14a32babdde5d27725f8551da398186c]

        INTEGRATION: CWS eforms2 (1.7.26); FILE MERGED 2004/08/18 09:22:08 fs 1.7.26.1: #i29260#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b019259f620f13025027b296961927724aad298e]

        INTEGRATION: CWS eforms2 (1.10.80); FILE MERGED 2004/10/08 15:21:22 dvo 1.10.80.3: RESYNC: (1.11-1.12); FILE MERGED 2004/06/28 09:59:34 dvo 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/23 13:21:56 dvo 1.10.80.1: #114856# add (preliminary) XForms API definitions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e02104b2aff07909e8fcac09dbb3a1b833ee7a1c]

        INTEGRATION: CWS eforms2 (1.7.94); FILE MERGED 2004/11/02 14:48:21 fs 1.7.94.8: #i35400# link against ICU lib - needed for RegexMatcher 2004/06/25 10:30:35 dvo 1.7.94.7: RESYNC: (1.7-1.9); FILE MERGED 2004/05/10 09:57:53 lo 1.7.94.6: #i28981# xpath extensions 2004/04/07 10:33:28 lo 1.7.94.5: #114856# use ucb for submission 2004/04/06 11:18:41 lo 1.7.94.4: #114856# link libxml 2004/03/25 16:07:27 lo 1.7.94.3: i26721 submission code 2004/03/18 17:09:45 dvo 1.7.94.2: #114856# continue XForms implementation 2004/01/14 17:28:29 dvo 1.7.94.1: #114856# start XForms implementation; #ifdef DVO_XFORMS for incomplete parts

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [eeca04efd8c4aaeec91d5e5810d4f76993edefb3]

        INTEGRATION: CWS eforms2 (1.13.34); FILE MERGED 2004/07/26 10:22:12 fs 1.13.34.2: #i31958# bindable date & time fields 2004/07/12 14:22:56 fs 1.13.34.1: SubmitButton support

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [dc74abb23a6f3556263fabf46458261579f66554]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/23 09:26:45 dvo 1.1.2.2: implement current() XPath extensions function (from XForms 1.1 spec) Issue number: Submitted by: Reviewed by: 2004/05/10 09:35:20 lo 1.1.2.1: #i28981# xpath extensions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a1dd552fdd85ecfa9c38ad212233d12d639a77a9]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/23 09:26:45 dvo 1.1.2.3: implement current() XPath extensions function (from XForms 1.1 spec) Issue number: Submitted by: Reviewed by: 2004/05/13 11:59:14 lo 1.1.2.2: #i28981# xforms xpath functions 2004/05/10 09:35:20 lo 1.1.2.1: #i28981# xpath extensions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5c79eadd140401a52411cb7af5057d0fe21f53f7]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/08 10:59:50 fs 1.1.2.3: #i10000# post-resync problems 2004/05/13 11:59:14 lo 1.1.2.2: #i28981# xforms xpath functions 2004/05/10 09:35:19 lo 1.1.2.1: #i28981# xpath extensions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0c00c1079a6be75099494e24b1dee1a54adfb299]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/23 09:26:45 dvo 1.1.2.2: implement current() XPath extensions function (from XForms 1.1 spec) Issue number: Submitted by: Reviewed by: 2004/05/10 09:35:19 lo 1.1.2.1: #i28981# xpath extensions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6722ef297996d8761baefb59327ecb17eba6e7c1]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/27 09:52:32 dvo 1.1.2.5: do not use printf debugging in production code Issue number: Submitted by: Reviewed by: 2004/09/23 09:26:45 dvo 1.1.2.4: implement current() XPath extensions function (from XForms 1.1 spec) Issue number: Submitted by: Reviewed by: 2004/07/08 10:59:49 fs 1.1.2.3: #i10000# post-resync problems 2004/05/13 11:59:13 lo 1.1.2.2: #i28981# xforms xpath functions 2004/05/10 09:35:19 lo 1.1.2.1: #i28981# xpath extensions

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7c8cf3139a7d3ae7c3e9a84f9f46380e2b7bb658]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/07 10:33:28 lo 1.1.2.6: #114856# use ucb for submission 2004/04/06 11:18:17 lo 1.1.2.5: #114856# submission cont. 2004/04/01 14:16:28 dvo 1.1.2.4: #114856# fix serialization problem in CSubmission_Put Issue number: Submitted by: Reviewed by: 2004/03/19 09:45:01 lo 1.1.2.3: #i26721# basic submission code 2004/03/19 09:34:02 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:29 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cea0ec45fba03cf6696e99878a4b3905c43d6762]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/23 09:46:17 lo 1.1.2.7: #i26721# put/get/post support for submission 2004/04/07 10:33:27 lo 1.1.2.6: #114856# use ucb for submission 2004/04/06 11:18:17 lo 1.1.2.5: #114856# submission cont. 2004/04/01 14:16:28 dvo 1.1.2.4: #114856# fix serialization problem in CSubmission_Put Issue number: Submitted by: Reviewed by: 2004/03/19 09:45:01 lo 1.1.2.3: #i26721# basic submission code 2004/03/19 09:29:48 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:28 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5ec6bd626714d94502031af61ef94a2082afeafb]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/23 09:46:17 lo 1.1.2.3: #i26721# put/get/post support for submission 2004/03/19 09:29:47 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:28 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [33a2caded62f0a58cebb1b2a7dc4dd40fdc36887]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/23 09:47:46 lo 1.1.2.1: #i26721# put/get/post support for submission

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6cab3b490ae75bc19be0857c0099262dd8871734]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/23 09:46:17 lo 1.1.2.3: #i26721# put/get/post support for submission 2004/03/19 09:29:47 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:27 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a923ec39f3110a81c23dea37f2709e61a5cea5d2]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/23 09:47:45 lo 1.1.2.1: #i26721# put/get/post support for submission

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ae2cbe2f925f7b6252773695d275e76f7c2f8278]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/23 09:46:17 lo 1.1.2.7: #i26721# put/get/post support for submission 2004/04/07 10:33:27 lo 1.1.2.6: #114856# use ucb for submission 2004/04/06 11:18:17 lo 1.1.2.5: #114856# submission cont. 2004/04/01 14:16:28 dvo 1.1.2.4: #114856# fix serialization problem in CSubmission_Put Issue number: Submitted by: Reviewed by: 2004/03/19 09:45:01 lo 1.1.2.3: #i26721# basic submission code 2004/03/19 09:29:47 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:27 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [de165cead3db2a2a51bd95d2137bbfd1cc177e68]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/03/25 16:07:26 lo 1.1.2.3: i26721 submission code 2004/03/19 09:29:47 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:27 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6f601347afec8042773c8c31361fc44e12db52e0]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/06/04 10:50:43 dvo 1.1.2.4: #114856# include<stdio.h> for snprintf Issue number: Submitted by: Reviewed by: 2004/04/23 09:46:17 lo 1.1.2.3: #i26721# put/get/post support for submission 2004/04/06 11:18:17 lo 1.1.2.2: #114856# submission cont. 2004/03/25 16:08:14 lo 1.1.2.1: i26721 submission code

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [262d3bcc89a4da1c1fc3f22f6c75b4a302954e71]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/03/19 09:29:47 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:26 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [06b81f04cc1282ae6a5f1b435339586dd6c52ca9]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/01 14:16:27 dvo 1.1.2.5: #114856# fix serialization problem in CSubmission_Put Issue number: Submitted by: Reviewed by: 2004/03/25 16:07:26 lo 1.1.2.4: i26721 submission code 2004/03/19 09:45:00 lo 1.1.2.3: #i26721# basic submission code 2004/03/19 09:29:47 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:25 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4b2984e92b47e0e7bf0d92bb9fe90c5dcf378081]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/06 11:18:16 lo 1.1.2.4: #114856# submission cont. 2004/04/01 14:16:27 dvo 1.1.2.3: #114856# fix serialization problem in CSubmission_Put Issue number: Submitted by: Reviewed by: 2004/03/19 09:29:46 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:25 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [67aa09de70b37cf6a0ab2ef0d9936646a7eef0e8]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/06 11:18:16 lo 1.1.2.5: #114856# submission cont. 2004/03/25 16:07:26 lo 1.1.2.4: i26721 submission code 2004/03/19 09:45:00 lo 1.1.2.3: #i26721# basic submission code 2004/03/19 09:29:46 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:24 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [48e5212fb79ea1d2bb0a2b83c43d75681b29bfd9]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/23 09:46:16 lo 1.1.2.4: #i26721# put/get/post support for submission 2004/03/25 16:07:25 lo 1.1.2.3: i26721 submission code 2004/03/19 09:29:46 lo 1.1.2.2: #i26721# basic submission code 2004/03/18 17:05:24 lo 1.1.2.1: prelimenary submission impl

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2daf2c2fefa419344ce2a356adcc3a64640b9753]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/02 17:49:52 dvo 1.1.2.1: #i31958# continue XForms implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [da1e0e24497f179e47913d9a1ee7c9739391fb5d]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/02 17:49:51 dvo 1.1.2.1: #i31958# continue XForms implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7d12600cca630b0a7254ed4446ceed7441077ecc]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/03/18 17:09:43 dvo 1.1.2.2: #114856# continue XForms implementation 2004/01/14 13:00:33 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b088fee454518e1e88af792c3fa1b0abf048fcad]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/26 16:45:18 dvo 1.1.2.4: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/04/22 12:14:14 dvo 1.1.2.3: #114856# adopt new form::binding namespace Issue number: Submitted by: Reviewed by: 2004/03/18 17:09:42 dvo 1.1.2.2: #114856# continue XForms implementation 2004/01/14 13:00:46 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a82299b49f86b83ae234367e5b96777f9a396e45]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/06/09 08:24:46 dvo 1.1.2.3: #114856# Solaris compiler problems (typedef names in throw clauses; include-before-forward-declaration) Issue number: Submitted by: Reviewed by: 2004/03/18 17:09:41 dvo 1.1.2.2: #114856# continue XForms implementation 2004/01/14 13:00:18 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [305d3a8b187e0c19c2f384199e03c3a438e983ef]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/05 07:16:50 fs 1.1.2.3: don't attempt to write read-only props 2004/03/18 17:09:40 dvo 1.1.2.2: #114856# continue XForms implementation 2004/01/14 13:00:05 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b3c3b3874f2bc601cb81f2740a5234e34d9da837]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:50:11 fs 1.1.2.8: #i36765# allow submission with InteractionHandler 2004/07/12 14:11:55 fs 1.1.2.7: #114856# introduced and used XSubmission 2004/06/09 08:24:46 dvo 1.1.2.6: #114856# Solaris compiler problems (typedef names in throw clauses; include-before-forward-declaration) Issue number: Submitted by: Reviewed by: 2004/06/04 13:37:16 dvo 1.1.2.5: #114856# solve compilation problems uncovered with gcc Issue number: Submitted by: Reviewed by: 2004/04/23 14:04:47 lo 1.1.2.4: #i26721# put/get/post support 2004/04/23 09:46:16 lo 1.1.2.3: #i26721# put/get/post support for submission 2004/04/06 11:18:16 lo 1.1.2.2: #114856# submission cont. 2004/04/01 11:24:37 dvo 1.1.2.1: #114856# add submission Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fa0019d277eab5377f885e2529e6e6d62c4ca0b3]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:50:11 fs 1.1.2.15: #i36765# allow submission with InteractionHandler 2004/10/01 19:01:24 dvo 1.1.2.14: #i34793# throw WrappedTargetException/RuntimeException for submission errors Issue number: Submitted by: Reviewed by: 2004/09/14 09:53:18 dvo 1.1.2.13: #i33880# ensure that submission always knows its model Issue number: Submitted by: Reviewed by: 2004/08/11 18:07:00 dvo 1.1.2.12: #i31958# default "none" for replace Issue number: Submitted by: Reviewed by: 2004/08/06 14:00:50 fs 1.1.2.11: #i31958# keep our PropertySetInfo alive 2004/07/12 14:11:55 fs 1.1.2.10: #114856# introduced and used XSubmission 2004/06/04 13:37:15 dvo 1.1.2.9: #114856# solve compilation problems uncovered with gcc Issue number: Submitted by: Reviewed by: 2004/04/26 11:42:27 dvo 1.1.2.8: #114856# observe bidn and ref attributes on submission Issue number: Submitted by: Reviewed by: 2004/04/23 14:04:47 lo 1.1.2.7: #i26721# put/get/post support 2004/04/23 11:30:09 lo 1.1.2.6: #i26721# put/get/post support for submission 2004/04/23 09:46:16 lo 1.1.2.5: #i26721# put/get/post support for submission 2004/04/22 09:13:36 dvo 1.1.2.4: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/04/07 13:29:50 dvo 1.1.2.3: #114856# continue implementation Issue number: Submitted by: Reviewed by: 2004/04/06 11:18:15 lo 1.1.2.2: #114856# submission cont. 2004/04/01 11:25:06 dvo 1.1.2.1: #114856# add submission Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [68b6c90647f0c5432b98d7af0dbe37e8c4cc6b5b]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/06/23 11:48:55 dvo 1.1.2.1: #114856# resources for xforms error messages Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [42ea6f2a53f32475449da5c6854daaaf1e7c55e2]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/13 12:36:42 fs 1.1.2.2: #i10000# compile on unxlngi5 2004/06/23 11:48:55 dvo 1.1.2.1: #114856# resources for xforms error messages Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2bac7ba4198e89546eaf4e5f74452e8bbdafc638]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/13 12:41:06 fs 1.1.2.7: #i10000# compile on unxlngi5 2004/06/09 08:24:46 dvo 1.1.2.6: #114856# Solaris compiler problems (typedef names in throw clauses; include-before-forward-declaration) Issue number: Submitted by: Reviewed by: 2004/06/04 13:37:15 dvo 1.1.2.5: #114856# solve compilation problems uncovered with gcc Issue number: Submitted by: Reviewed by: 2004/06/04 11:49:16 dvo 1.1.2.4: #114856# template overrides for SAL_CALL calling conventions only for MSVC Issue number: Submitted by: Reviewed by: 2004/04/01 11:27:30 dvo 1.1.2.3: #114856# add submission Issue number: Submitted by: Reviewed by: 2004/03/18 17:09:39 dvo 1.1.2.2: #114856# continue XForms implementation 2004/01/14 12:59:41 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8adbefd56a26ba8eaa5a089b317b09cdada841c9]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/06/04 13:37:15 dvo 1.1.2.2: #114856# solve compilation problems uncovered with gcc Issue number: Submitted by: Reviewed by: 2004/01/14 12:59:52 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7c653f8e4b5bfa4d9b68be72541a9e04d6ea2132]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/06 16:18:15 dvo 1.1.2.8: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/08/02 13:49:44 dvo 1.1.2.7: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/06/09 08:24:46 dvo 1.1.2.6: #114856# Solaris compiler problems (typedef names in throw clauses; include-before-forward-declaration) Issue number: Submitted by: Reviewed by: 2004/06/01 09:41:30 dvo 1.1.2.5: #114856# support controls with datatype 'double', lazy authoring, error message for invalid binding expressions Issue number: Submitted by: Reviewed by: 2004/04/22 09:20:38 dvo 1.1.2.4: #114856# remove listener handling from PathExpression Issue number: Submitted by: Reviewed by: 2004/04/22 09:13:36 dvo 1.1.2.3: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/04/07 13:29:49 dvo 1.1.2.2: #114856# continue implementation Issue number: Submitted by: Reviewed by: 2004/03/18 17:08:37 dvo 1.1.2.1: #114856# continue XForms implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [514417ed2ffa41b5e34a87945d141523d0fccbe5]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/06 16:18:15 dvo 1.1.2.10: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/08/05 09:24:16 dvo 1.1.2.9: #i31958# continue XForms implementation 2004/08/02 13:49:44 dvo 1.1.2.8: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/07/26 16:45:18 dvo 1.1.2.7: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/06/01 09:41:29 dvo 1.1.2.6: #114856# support controls with datatype 'double', lazy authoring, error message for invalid binding expressions Issue number: Submitted by: Reviewed by: 2004/05/26 15:18:27 dvo 1.1.2.5: #114856# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/04/22 09:20:38 dvo 1.1.2.4: #114856# remove listener handling from PathExpression Issue number: Submitted by: Reviewed by: 2004/04/22 09:13:36 dvo 1.1.2.3: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/04/07 13:29:49 dvo 1.1.2.2: #114856# continue implementation Issue number: Submitted by: Reviewed by: 2004/03/18 17:08:36 dvo 1.1.2.1: #114856# continue XForms implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a40bfd2fb475b0409443c8c13ab1dd45c0b38ad6]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/14 17:45:25 dvo 1.1.2.5: fix typename/template weirdnesses with unxlngi6 compiler Issue number: Submitted by: Reviewed by: 2004/07/30 08:36:57 fs 1.1.2.4: #i10000# 2004/07/20 15:54:22 dvo 1.1.2.3: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/06/04 13:37:13 dvo 1.1.2.2: #114856# solve compilation problems uncovered with gcc Issue number: Submitted by: Reviewed by: 2004/01/14 12:59:29 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ed8c4fd992a4e2e43e65d05e6f06336bfe2fdba2]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 16:35:54 fs 1.1.2.24: #i35395# also serializeForDisplay attribute nodes 2004/11/03 20:07:39 dvo 1.1.2.23: don't allow multiple attributes with the same name Issue number: Submitted by: Reviewed by: 2004/11/03 19:21:20 dvo 1.1.2.22: #i36196# fix renameNode for attribute nodes Issue number: Submitted by: Reviewed by: 2004/10/29 15:59:19 dvo 1.1.2.21: #i36195# fix XFormsUIHelper1::renameInstance Issue number: Submitted by: Reviewed by: 2004/10/29 15:22:57 fs 1.1.2.20: #i35400# moved the whitespace conversion methods to the Convert class 2004/10/21 15:15:14 dvo 1.1.2.19: #i34791# XForms: set node value according to XForms simple-content rules Issue number: Submitted by: Reviewed by: 2004/09/22 16:00:07 dvo 1.1.2.18: fix: recognize tab as whitespace character Issue number: Submitted by: Reviewed by: 2004/08/12 18:01:56 dvo 1.1.2.17: #i31958# fix Linux build Issue number: Submitted by: Reviewed by: 2004/08/12 16:21:20 dvo 1.1.2.16: #i31958# adjust bindings when renaming nodes Issue number: Submitted by: Reviewed by: 2004/08/12 13:58:34 dvo 1.1.2.15: #i31958# fix :getBindingForNode Issue number: Submitted by: Reviewed by: 2004/08/11 18:07:26 dvo 1.1.2.14: #i31958# implement XFormsUIHelper1::renameNode() 2004/08/11 12:36:32 dvo 1.1.2.13: #i31958# fix XModelUIHelper1:::getResultForExpression("/",...) Issue number: Submitted by: Reviewed by: 2004/08/09 14:06:28 dvo 1.1.2.12: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/08/06 16:18:15 dvo 1.1.2.11: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/08/05 16:53:02 dvo 1.1.2.10: #i31958# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/08/05 12:07:05 dvo 1.1.2.9: #i31958# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/08/05 09:24:16 dvo 1.1.2.8: #i31958# continue XForms implementation 2004/08/02 13:49:44 dvo 1.1.2.7: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/07/26 17:04:14 dvo 1.1.2.6: #i31958# prevent empty 'name' for instance root node Issue number: Submitted by: Reviewed by: 2004/07/21 17:45:11 dvo 1.1.2.5: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/20 16:26:13 dvo 1.1.2.4: #114856# implement XFormsUIHelper1::newInstance Issue number: Submitted by: Reviewed by: 2004/07/20 15:54:22 dvo 1.1.2.3: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/20 15:33:10 dvo 1.1.2.2: #114856# fix Linux build Issue number: Submitted by: Reviewed by: 2004/07/16 17:02:20 dvo 1.1.2.1: #114856# move XFormsUIHelper1 implementation to new file Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [784ab960f3806301c357a3c739647f9bc2d8b217]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/14 17:45:25 dvo 1.1.2.5: fix typename/template weirdnesses with unxlngi6 compiler Issue number: Submitted by: Reviewed by: 2004/09/14 09:53:18 dvo 1.1.2.4: #i33880# ensure that submission always knows its model Issue number: Submitted by: Reviewed by: 2004/08/02 13:49:44 dvo 1.1.2.3: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/07/21 17:45:11 dvo 1.1.2.2: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/20 15:54:00 dvo 1.1.2.1: #114856# common header for model.cxx and model_ui.cxx Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c33caa9e6657928961f238bc2f564c58d220749e]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:50:11 fs 1.1.2.30: #i36765# allow submission with InteractionHandler 2004/10/21 15:15:14 dvo 1.1.2.29: #i34791# XForms: set node value according to XForms simple-content rules Issue number: Submitted by: Reviewed by: 2004/08/12 18:01:55 dvo 1.1.2.28: #i31958# fix Linux build Issue number: Submitted by: Reviewed by: 2004/08/11 18:07:25 dvo 1.1.2.27: #i31958# implement XFormsUIHelper1::renameNode() 2004/08/09 14:06:28 dvo 1.1.2.26: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/08/05 16:53:02 dvo 1.1.2.25: #i31958# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/08/05 12:07:05 dvo 1.1.2.24: #i31958# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/08/02 13:49:43 dvo 1.1.2.23: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/07/21 17:45:10 dvo 1.1.2.22: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/20 16:26:13 dvo 1.1.2.21: #114856# implement XFormsUIHelper1::newInstance Issue number: Submitted by: Reviewed by: 2004/07/20 15:54:22 dvo 1.1.2.20: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/20 15:33:10 dvo 1.1.2.19: #114856# fix Linux build Issue number: Submitted by: Reviewed by: 2004/07/16 17:01:47 dvo 1.1.2.18: #114856# continue XFormsUIHelper1 interface Issue number: Submitted by: Reviewed by: 2004/07/13 12:19:49 fs 1.1.2.17: #i10000# proper throw specification 2004/07/12 14:11:14 fs 1.1.2.16: #114856# introduced and used XSubmission 2004/07/02 12:04:42 dvo 1.1.2.15: #114856# support XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/06/23 12:41:17 dvo 1.1.2.14: #114856# start implementing UI helper methods Issue number: Submitted by: Reviewed by: 2004/06/09 08:24:45 dvo 1.1.2.13: #114856# Solaris compiler problems (typedef names in throw clauses; include-before-forward-declaration) Issue number: Submitted by: Reviewed by: 2004/06/04 13:37:12 dvo 1.1.2.12: #114856# solve compilation problems uncovered with gcc Issue number: Submitted by: Reviewed by: 2004/05/26 15:18:27 dvo 1.1.2.11: #114856# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/05/13 11:59:13 lo 1.1.2.10: #i28981# xforms xpath functions 2004/04/27 15:21:45 dvo 1.1.2.9: #114856# include methods for XForms-specific XPath expressions Issue number: Submitted by: Reviewed by: 2004/04/26 12:24:58 fs 1.1.2.8: have a repository of XSD compatible data types 2004/04/23 10:07:24 dvo 1.1.2.7: #114856# implement XValidator; also defer control updates when setting data on the instance Issue number: Submitted by: Reviewed by: 2004/04/22 09:13:36 dvo 1.1.2.6: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/04/07 13:29:49 dvo 1.1.2.5: #114856# continue implementation Issue number: Submitted by: Reviewed by: 2004/04/01 11:26:54 dvo 1.1.2.4: #114856# add submission Issue number: Submitted by: Reviewed by: 2004/03/18 17:09:38 dvo 1.1.2.3: #114856# continue XForms implementation 2004/01/28 13:39:28 dvo 1.1.2.2: #114856# improve xforms support 2004/01/14 12:58:56 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [daf3c506d09a963b753e3b3a081ca1a0656bfef0]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:50:10 fs 1.1.2.34: #i36765# allow submission with InteractionHandler 2004/11/01 15:54:05 dvo 1.1.2.33: #i36454# gracefully handle non-existing instances Issue number: Submitted by: Reviewed by: 2004/10/29 15:23:55 fs 1.1.2.32: DataTypeRepository moved to namespace xforms (from frm) in the course of #i35400# 2004/10/21 15:15:13 dvo 1.1.2.31: #i34791# XForms: set node value according to XForms simple-content rules Issue number: Submitted by: Reviewed by: 2004/10/14 17:45:25 dvo 1.1.2.30: fix typename/template weirdnesses with unxlngi6 compiler Issue number: Submitted by: Reviewed by: 2004/10/01 19:01:23 dvo 1.1.2.29: #i34793# throw WrappedTargetException/RuntimeException for submission errors Issue number: Submitted by: Reviewed by: 2004/09/22 18:42:34 dvo 1.1.2.28: set Model in evaluation context Issue number: Submitted by: Reviewed by: 2004/09/14 09:53:17 dvo 1.1.2.27: #i33880# ensure that submission always knows its model Issue number: Submitted by: Reviewed by: 2004/08/09 14:06:28 dvo 1.1.2.26: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/08/02 13:49:43 dvo 1.1.2.25: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/07/21 17:45:10 dvo 1.1.2.24: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/20 16:26:12 dvo 1.1.2.23: #114856# implement XFormsUIHelper1::newInstance Issue number: Submitted by: Reviewed by: 2004/07/20 15:54:21 dvo 1.1.2.22: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/16 17:01:47 dvo 1.1.2.21: #114856# continue XFormsUIHelper1 interface Issue number: Submitted by: Reviewed by: 2004/07/13 12:36:24 fs 1.1.2.20: #i10000# compile on unxlngi5 2004/07/13 12:19:47 fs 1.1.2.19: #i10000# proper throw specification 2004/07/12 14:11:14 fs 1.1.2.18: #114856# introduced and used XSubmission 2004/07/02 12:04:42 dvo 1.1.2.17: #114856# support XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/06/23 12:41:17 dvo 1.1.2.16: #114856# start implementing UI helper methods Issue number: Submitted by: Reviewed by: 2004/06/09 08:24:45 dvo 1.1.2.15: #114856# Solaris compiler problems (typedef names in throw clauses; include-before-forward-declaration) Issue number: Submitted by: Reviewed by: 2004/06/04 13:37:11 dvo 1.1.2.14: #114856# solve compilation problems uncovered with gcc Issue number: Submitted by: Reviewed by: 2004/06/01 09:41:28 dvo 1.1.2.13: #114856# support controls with datatype 'double', lazy authoring, error message for invalid binding expressions Issue number: Submitted by: Reviewed by: 2004/05/26 15:18:27 dvo 1.1.2.12: #114856# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/05/13 11:59:13 lo 1.1.2.11: #i28981# xforms xpath functions 2004/04/27 15:21:45 dvo 1.1.2.10: #114856# include methods for XForms-specific XPath expressions Issue number: Submitted by: Reviewed by: 2004/04/26 12:24:58 fs 1.1.2.9: have a repository of XSD compatible data types 2004/04/23 10:07:24 dvo 1.1.2.8: #114856# implement XValidator; also defer control updates when setting data on the instance Issue number: Submitted by: Reviewed by: 2004/04/22 09:13:36 dvo 1.1.2.7: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/04/14 12:26:43 dvo 1.1.2.6: #114856# fix build without DEBUG=t Issue number: Submitted by: Reviewed by: 2004/04/07 13:29:49 dvo 1.1.2.5: #114856# continue implementation Issue number: Submitted by: Reviewed by: 2004/04/01 11:26:54 dvo 1.1.2.4: #114856# add submission Issue number: Submitted by: Reviewed by: 2004/03/18 17:09:38 dvo 1.1.2.3: #114856# continue XForms implementation 2004/01/28 13:39:27 dvo 1.1.2.2: #114856# improve xforms support 2004/01/14 12:59:12 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5f7126c73e991bbb6b345f37c25dbd9ec45f3354]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/05/26 15:18:27 dvo 1.1.2.4: #114856# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/04/23 10:07:23 dvo 1.1.2.3: #114856# implement XValidator; also defer control updates when setting data on the instance Issue number: Submitted by: Reviewed by: 2004/04/22 09:13:36 dvo 1.1.2.2: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/03/18 17:07:44 dvo 1.1.2.1: #114856# continue XForms implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [80127dbe95ae7671bf65239115cc2cede648f60b]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/05/26 15:18:26 dvo 1.1.2.4: #114856# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/04/23 10:07:23 dvo 1.1.2.3: #114856# implement XValidator; also defer control updates when setting data on the instance Issue number: Submitted by: Reviewed by: 2004/04/22 09:13:36 dvo 1.1.2.2: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/03/18 17:07:43 dvo 1.1.2.1: #114856# continue XForms implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [193a9e195feaa000484f8c7f51792e2fdf0aef3f]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/02 13:49:43 dvo 1.1.2.10: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/07/16 17:01:47 dvo 1.1.2.9: #114856# continue XFormsUIHelper1 interface Issue number: Submitted by: Reviewed by: 2004/06/23 12:31:14 dvo 1.1.2.8: #114856# data type validation + resources for error messages Issue number: Submitted by: Reviewed by: 2004/06/08 09:43:25 dvo 1.1.2.7: #114856# enumeration.?xx Issue number: Submitted by: Reviewed by: 2004/05/26 15:18:26 dvo 1.1.2.6: #114856# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/04/26 12:25:13 fs 1.1.2.5: new files (data types) 2004/04/01 11:26:55 dvo 1.1.2.4: #114856# add submission Issue number: Submitted by: Reviewed by: 2004/03/18 17:09:37 dvo 1.1.2.3: #114856# continue XForms implementation 2004/01/28 13:39:26 dvo 1.1.2.2: #114856# improve xforms support 2004/01/14 12:58:42 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1cbb83d1447a6cf925e200adddaf240e9355b092]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/22 18:42:35 dvo 1.1.2.4: set Model in evaluation context Issue number: Submitted by: Reviewed by: 2004/05/13 11:59:13 lo 1.1.2.3: #i28981# xforms xpath functions 2004/04/26 11:42:27 dvo 1.1.2.2: #114856# observe bidn and ref attributes on submission Issue number: Submitted by: Reviewed by: 2004/04/22 10:54:17 dvo 1.1.2.1: #114856# evaluation context Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b1439a441a416a736259d60fc8541cd7ae9e441e]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/06/08 09:25:34 dvo 1.1.2.1: #114856# support Bindings/Submissions createEnumeration Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7e4b231a59f0e6f0de15da5e4f31a927c43cbd00]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/06/08 09:25:35 dvo 1.1.2.1: #114856# support Bindings/Submissions createEnumeration Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [14395a1c2673551a0af7f40480953a03a1c553e0]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/01 16:50:21 fs 1.1.2.5: m_sName now private, with protected accessor method 2004/10/14 17:45:24 dvo 1.1.2.4: fix typename/template weirdnesses with unxlngi6 compiler Issue number: Submitted by: Reviewed by: 2004/07/15 12:14:31 dvo 1.1.2.3: fix validation issues Issue number: Submitted by: Reviewed by: 2004/07/15 09:53:06 fs 1.1.2.2: #114856# -DerivedFrom / +TypeClass 2004/07/15 07:30:06 fs 1.1.2.1: template implementations from datatypes.hxx

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [705b10397a0b407ae0fd64b7ad3c99394a7bed36]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/03 09:48:58 fs 1.1.2.14: #i10000# make compile on unxsols4 2004/11/02 14:47:50 fs 1.1.2.13: #i35400# pattern matching now done with ICU RegexMatcher 2004/11/01 16:49:51 fs 1.1.2.12: #i35400# cache a TextSearch object, recreate only if pattern changed 2004/10/29 15:22:53 fs 1.1.2.11: #i35400# regexp matching in the validation methods 2004/07/19 14:03:44 fs 1.1.2.10: #114856# some more types: Year, Month, Day 2004/07/16 15:40:37 fs 1.1.2.9: #114856# +DateTime 2004/07/15 10:31:24 fs 1.1.2.8: #114856# new Time type 2004/07/15 09:53:06 fs 1.1.2.7: #114856# -DerivedFrom / +TypeClass 2004/07/15 07:34:50 fs 1.1.2.6: #114856# some more types 2004/07/13 12:21:02 fs 1.1.2.5: #i10000# proper throw specification 2004/07/12 14:10:15 fs 1.1.2.4: #114856# specialized data types are no dedicated interfaces anymore, but services 2004/06/23 12:31:13 dvo 1.1.2.3: #114856# data type validation + resources for error messages Issue number: Submitted by: Reviewed by: 2004/06/04 13:37:11 dvo 1.1.2.2: #114856# solve compilation problems uncovered with gcc Issue number: Submitted by: Reviewed by: 2004/04/26 12:23:03 fs 1.1.2.1: XSD compatible data types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9414bb506705e099aa013c2925891048bf13af70]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/02 14:47:50 fs 1.1.2.13: #i35400# pattern matching now done with ICU RegexMatcher 2004/11/01 16:49:50 fs 1.1.2.12: #i35400# cache a TextSearch object, recreate only if pattern changed 2004/10/29 15:22:53 fs 1.1.2.11: #i35400# regexp matching in the validation methods 2004/07/20 15:33:10 dvo 1.1.2.10: #114856# fix Linux build Issue number: Submitted by: Reviewed by: 2004/07/19 14:03:45 fs 1.1.2.9: #114856# some more types: Year, Month, Day 2004/07/16 15:40:37 fs 1.1.2.8: #114856# +DateTime 2004/07/15 10:31:24 fs 1.1.2.7: #114856# new Time type 2004/07/15 09:53:06 fs 1.1.2.6: #114856# -DerivedFrom / +TypeClass 2004/07/15 07:35:08 fs 1.1.2.5: #114856# some more types 2004/07/13 12:21:01 fs 1.1.2.4: #i10000# proper throw specification 2004/07/12 14:10:13 fs 1.1.2.3: #114856# specialized data types are no dedicated interfaces anymore, but services 2004/06/23 12:31:13 dvo 1.1.2.2: #114856# data type validation + resources for error messages Issue number: Submitted by: Reviewed by: 2004/04/26 12:23:04 fs 1.1.2.1: XSD compatible data types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4231ba8cdfa33b32eeb0f30e944a6f23337d7c09]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/29 15:23:19 fs 1.1.2.6: #i35400# moved to namespace xforms 2004/07/26 07:50:36 fs 1.1.2.5: #i10000# proper exception specification 2004/07/26 07:47:47 fs 1.1.2.4: #i10000# proper exception specification 2004/07/15 09:53:05 fs 1.1.2.3: #114856# -DerivedFrom / +TypeClass 2004/07/15 07:37:30 fs 1.1.2.2: #114856# 2004/04/26 12:23:24 fs 1.1.2.1: a repository of XSD compatible data types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f401ea179b361b72f406f55e9946be573df8dfcc]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/29 15:23:19 fs 1.1.2.10: #i35400# moved to namespace xforms 2004/07/26 07:50:35 fs 1.1.2.9: #i10000# proper exception specification 2004/07/26 07:47:47 fs 1.1.2.8: #i10000# proper exception specification 2004/07/19 14:04:48 fs 1.1.2.7: #114856# localized names for the built-in types 2004/07/16 17:00:08 dvo 1.1.2.6: #114856# fix getBasicDataType() method Issue number: Submitted by: Reviewed by: 2004/07/16 15:40:37 fs 1.1.2.5: #114856# +DateTime 2004/07/15 10:31:23 fs 1.1.2.4: #114856# new Time type 2004/07/15 09:53:05 fs 1.1.2.3: #114856# -DerivedFrom / +TypeClass 2004/07/15 07:37:38 fs 1.1.2.2: #114856# some more types 2004/04/26 12:23:24 fs 1.1.2.1: a repository of XSD compatible data types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a67cbfa7a0b8427739b363844093ee1a68ae2112]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/29 15:21:40 fs 1.1.2.3: #i35400# helper methods for whitespace conversion 2004/06/09 08:24:45 dvo 1.1.2.2: #114856# Solaris compiler problems (typedef names in throw clauses; include-before-forward-declaration) Issue number: Submitted by: Reviewed by: 2004/05/26 15:19:19 dvo 1.1.2.1: #114856# continue XForms implementation Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9429e0f4c835339c4eef5a195b62c111efd98a44]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/29 15:21:40 fs 1.1.2.3: #i35400# helper methods for whitespace conversion 2004/06/01 09:41:28 dvo 1.1.2.2: #114856# support controls with datatype 'double', lazy authoring, error message for invalid binding expressions Issue number: Submitted by: Reviewed by: 2004/05/26 15:19:19 dvo 1.1.2.1: #114856# continue XForms implementation Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e2dd280fa5c401e5e1eb33f16c95c618b9c4419b]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/09 17:33:48 dvo 1.1.2.8: #i31958# stop listening when mdoel is reset 2004/08/06 16:18:14 dvo 1.1.2.7: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/06/09 08:24:45 dvo 1.1.2.6: #114856# Solaris compiler problems (typedef names in throw clauses; include-before-forward-declaration) Issue number: Submitted by: Reviewed by: 2004/05/13 11:59:12 lo 1.1.2.5: #i28981# xforms xpath functions 2004/04/22 09:13:35 dvo 1.1.2.4: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/04/07 13:29:48 dvo 1.1.2.3: #114856# continue implementation Issue number: Submitted by: Reviewed by: 2004/04/01 11:26:54 dvo 1.1.2.2: #114856# add submission Issue number: Submitted by: Reviewed by: 2004/03/18 17:08:35 dvo 1.1.2.1: #114856# continue XForms implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fae6a3358815df070a1d082d0bf81ce7ff4acc49]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/23 09:26:44 dvo 1.1.2.9: implement current() XPath extensions function (from XForms 1.1 spec) Issue number: Submitted by: Reviewed by: 2004/08/09 17:33:48 dvo 1.1.2.8: #i31958# stop listening when mdoel is reset 2004/08/06 16:18:14 dvo 1.1.2.7: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/08/05 09:24:15 dvo 1.1.2.6: #i31958# continue XForms implementation 2004/07/16 17:01:09 dvo 1.1.2.5: #114856# fix handling of empty expressions (for mbIsEmpty) Issue number: Submitted by: Reviewed by: 2004/05/13 11:59:12 lo 1.1.2.4: #i28981# xforms xpath functions 2004/04/22 09:13:35 dvo 1.1.2.3: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/04/01 11:27:30 dvo 1.1.2.2: #114856# add submission Issue number: Submitted by: Reviewed by: 2004/03/18 17:08:34 dvo 1.1.2.1: #114856# continue XForms implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c509a51814e70a14443ccd5796f822a0cecb3f78]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/31 18:03:05 dvo 1.1.2.7: #i36184# add XCOntainer (event listeners) to XForms collections Issue number: Submitted by: Reviewed by: 2004/08/09 14:06:28 dvo 1.1.2.6: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/07/20 15:54:21 dvo 1.1.2.5: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/06/08 09:26:02 dvo 1.1.2.4: #114856# support createEnumeration() Issue number: Submitted by: Reviewed by: 2004/04/07 13:29:48 dvo 1.1.2.3: #114856# continue implementation Issue number: Submitted by: Reviewed by: 2004/03/18 17:09:36 dvo 1.1.2.2: #114856# continue XForms implementation 2004/01/14 12:58:30 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7b910e6ea555debae3edecbec60177d1f55ee68c]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/03/18 17:08:33 dvo 1.1.2.1: #114856# continue XForms implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3fe4e24b55f007be4284578ae6b88df47ab61c1a]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/03/18 17:08:32 dvo 1.1.2.1: #114856# continue XForms implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d7b54421e63f89a3699282e57babb068caaecdcb]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/12 13:58:34 dvo 1.1.2.19: #i31958# fix :getBindingForNode Issue number: Submitted by: Reviewed by: 2004/08/09 17:33:48 dvo 1.1.2.18: #i31958# stop listening when mdoel is reset 2004/08/06 16:18:14 dvo 1.1.2.17: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/08/03 15:41:47 fs 1.1.2.16: #i10000# 2004/08/02 13:49:43 dvo 1.1.2.15: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/07/20 15:54:21 dvo 1.1.2.14: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/06/23 12:31:13 dvo 1.1.2.13: #114856# data type validation + resources for error messages Issue number: Submitted by: Reviewed by: 2004/06/09 08:24:45 dvo 1.1.2.12: #114856# Solaris compiler problems (typedef names in throw clauses; include-before-forward-declaration) Issue number: Submitted by: Reviewed by: 2004/06/04 13:37:10 dvo 1.1.2.11: #114856# solve compilation problems uncovered with gcc Issue number: Submitted by: Reviewed by: 2004/06/04 11:58:38 dvo 1.1.2.10: #114856# fix GCC compilation problems Issue number: Submitted by: Reviewed by: 2004/04/27 15:42:19 dvo 1.1.2.9: #114856# improve implementation Issue number: Submitted by: Reviewed by: 2004/04/23 10:07:23 dvo 1.1.2.8: #114856# implement XValidator; also defer control updates when setting data on the instance Issue number: Submitted by: Reviewed by: 2004/04/22 12:14:13 dvo 1.1.2.7: #114856# adopt new form::binding namespace Issue number: Submitted by: Reviewed by: 2004/04/22 09:13:35 dvo 1.1.2.6: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/04/07 13:29:48 dvo 1.1.2.5: #114856# continue implementation Issue number: Submitted by: Reviewed by: 2004/03/18 17:09:35 dvo 1.1.2.4: #114856# continue XForms implementation 2004/02/25 17:57:12 dvo 1.1.2.3: #114856# enable dynamic bindings 2004/01/28 13:39:24 dvo 1.1.2.2: #114856# improve xforms support 2004/01/14 12:58:15 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [81e0e296eae522cfb1ed6aab3451202ec17ea3e0]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/03 15:13:19 dvo 1.1.2.28: #i36577# always throw binding exception when no model is present Issue number: Submitted by: Reviewed by: 2004/09/22 18:42:34 dvo 1.1.2.27: set Model in evaluation context Issue number: Submitted by: Reviewed by: 2004/08/12 13:58:33 dvo 1.1.2.26: #i31958# fix :getBindingForNode Issue number: Submitted by: Reviewed by: 2004/08/09 17:56:58 dvo 1.1.2.25: #i31958# continue binding Issue number: Submitted by: Reviewed by: 2004/08/09 17:33:48 dvo 1.1.2.24: #i31958# stop listening when mdoel is reset 2004/08/06 16:18:14 dvo 1.1.2.23: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/08/06 14:00:49 fs 1.1.2.22: #i31958# keep our PropertySetInfo alive 2004/08/03 15:41:47 fs 1.1.2.21: #i10000# 2004/08/02 13:49:43 dvo 1.1.2.20: #i31958# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/07/28 06:21:45 fs 1.1.2.19: #i10000# 2004/07/20 15:54:21 dvo 1.1.2.18: #114856# continue XFormsUIHelper1 Issue number: Submitted by: Reviewed by: 2004/07/13 12:35:54 fs 1.1.2.17: #i10000# correct visibility of aIter 2004/06/23 12:31:12 dvo 1.1.2.16: #114856# data type validation + resources for error messages Issue number: Submitted by: Reviewed by: 2004/06/09 08:24:45 dvo 1.1.2.15: #114856# Solaris compiler problems (typedef names in throw clauses; include-before-forward-declaration) Issue number: Submitted by: Reviewed by: 2004/06/04 13:37:09 dvo 1.1.2.14: #114856# solve compilation problems uncovered with gcc Issue number: Submitted by: Reviewed by: 2004/06/04 11:56:20 dvo 1.1.2.13: #114856# fix GCC compilations problems Issue number: Submitted by: Reviewed by: 2004/06/01 09:41:28 dvo 1.1.2.12: #114856# support controls with datatype 'double', lazy authoring, error message for invalid binding expressions Issue number: Submitted by: Reviewed by: 2004/05/26 15:18:26 dvo 1.1.2.11: #114856# continue XForms implementation Issue number: Submitted by: Reviewed by: 2004/04/28 11:24:20 dvo 1.1.2.10: #114856# fix explainInvalid() Issue number: Submitted by: Reviewed by: 2004/04/27 15:42:19 dvo 1.1.2.9: #114856# improve implementation Issue number: Submitted by: Reviewed by: 2004/04/23 10:07:23 dvo 1.1.2.8: #114856# implement XValidator; also defer control updates when setting data on the instance Issue number: Submitted by: Reviewed by: 2004/04/22 12:14:13 dvo 1.1.2.7: #114856# adopt new form::binding namespace Issue number: Submitted by: Reviewed by: 2004/04/22 09:13:34 dvo 1.1.2.6: #114856# improve dynamic binding capability Issue number: Submitted by: Reviewed by: 2004/04/07 13:29:47 dvo 1.1.2.5: #114856# continue implementation Issue number: Submitted by: Reviewed by: 2004/03/18 17:09:34 dvo 1.1.2.4: #114856# continue XForms implementation 2004/02/25 17:57:12 dvo 1.1.2.3: #114856# enable dynamic bindings 2004/01/28 13:39:22 dvo 1.1.2.2: #114856# improve xforms support 2004/01/14 12:58:03 dvo 1.1.2.1: #114856# start XForms core implementation

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [37c93625a5aa8d006947a3d04de8eaea1634cab4]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/14 17:45:24 dvo 1.1.2.3: fix typename/template weirdnesses with unxlngi6 compiler Issue number: Submitted by: Reviewed by: 2004/07/30 08:16:13 fs 1.1.2.2: #i10000# 2004/01/28 13:37:36 dvo 1.1.2.1: #114856# implement generic XNameContainer

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e059ed5d4315c689d12364e06cb6e7e95bc415f5]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/29 15:21:10 fs 1.1.2.10: #i35400# +RID_STR_XFORMS_PATTERN_DOESNT_MATCH 2004/08/23 10:12:00 dvo 1.1.2.9: #i31958# fix syntax error 2004/08/23 10:08:20 dvo 1.1.2.8: #i31958# incorporate result of string review 2004/08/09 10:18:32 fs 1.1.2.7: new data type strings according to spec part 1 2004/08/02 15:40:17 dvo 1.1.2.6: #i31958# adopt new resource syntax 2004/08/02 13:45:08 dvo 1.1.2.5: #i31958# add error message ..._CANT_EVALUATE 2004/07/28 14:03:59 fs 1.1.2.4: #i10000# manual post-resync changes 2004/07/26 16:38:59 dvo 1.1.2.3: #i31958# fix error message 2004/07/19 14:03:10 fs 1.1.2.2: #114856# localized names for the built-in types 2004/06/23 11:47:17 dvo 1.1.2.1: #114856# Resources for XForms error messages

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7386b99c12cd65bbaa9bb849e8bd136a34d0061e]

        INTEGRATION: CWS eforms2 (1.1.1.1.180); FILE MERGED 2004/06/23 11:47:44 dvo 1.1.1.1.180.1: #114856# resources for XForms error messages

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2de127e392a6d6444f0f9b220d39e271f3b979ec]

        INTEGRATION: CWS eforms2 (1.16.14); FILE MERGED 2004/07/26 16:37:44 dvo 1.16.14.7: #i31958# proper service names for XForms components 2004/06/25 10:24:38 dvo 1.16.14.6: RESYNC: (1.17-1.20); FILE MERGED 2004/05/13 11:59:11 lo 1.16.14.5: #i28981# xforms xpath functions 2004/04/08 10:44:13 dvo 1.16.14.4: RESYNC: (1.16-1.17); FILE MERGED 2004/03/18 17:09:33 dvo 1.16.14.3: #114856# continue XForms implementation 2004/01/14 17:28:27 dvo 1.16.14.2: #114856# start XForms implementation; #ifdef DVO_XFORMS for incomplete parts 2004/01/14 13:07:14 dvo 1.16.14.1: #114856# add XForms services (#ifdef DVO_XFORMS)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6e6313ff4bfc50d1adc2d1742ea86a09b769ec29]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:51:05 fs 1.1.2.1: helper class encapsulating an URL transformer service

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8646c2704b70c8e043e4cef29a55dba6763346f9]

        INTEGRATION: CWS eforms2 (1.12.26); FILE MERGED 2004/07/26 10:21:36 fs 1.12.26.2: #i31958# bindable date & time fields 2004/07/12 13:55:20 fs 1.12.26.1: #114856# some submission related services

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d0a57e4c29d4e6310d73aed28b0f9a4ce08a2b06]

        INTEGRATION: CWS eforms2 (1.10.4); FILE MERGED 2004/11/07 02:24:29 dvo 1.10.4.9: RESYNC: (1.14-1.15); FILE MERGED 2004/08/05 10:37:53 fs 1.10.4.8: #i31958# +ControlBorderColorOnInvalid 2004/07/27 14:14:40 fs 1.10.4.7: RESYNC: (1.12-1.14); FILE MERGED 2004/07/15 09:52:23 fs 1.10.4.6: #114856# -DerivedFrom / +TypeClass 2004/07/15 07:31:00 fs 1.10.4.5: #114856# corrected some ids 2004/07/14 15:12:44 dvo 1.10.4.4: property IDs 2004/06/25 10:23:22 dvo 1.10.4.3: RESYNC: (1.10-1.12); FILE MERGED 2004/06/24 09:55:37 fs 1.10.4.2: #i30674# +*UNCHECKED_REFVALUE 2004/04/26 12:24:07 fs 1.10.4.1: some more properties

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a0e6e01039635b39d161d8813c27252feefbe762]

        INTEGRATION: CWS eforms2 (1.6.26); FILE MERGED 2004/11/07 02:25:00 dvo 1.6.26.7: RESYNC: (1.7-1.8); FILE MERGED 2004/08/09 15:17:45 fs 1.6.26.6: #i31958# UncheckedRefValue -> SecondaryRefValue 2004/08/05 10:37:33 fs 1.6.26.5: #i31958# +ControlBorderColorOnInvalid 2004/07/27 14:14:33 fs 1.6.26.4: RESYNC: (1.6-1.7); FILE MERGED 2004/07/15 09:52:23 fs 1.6.26.3: #114856# -DerivedFrom / +TypeClass 2004/07/14 15:12:44 dvo 1.6.26.2: property IDs 2004/06/25 10:40:54 dvo 1.6.26.1: complete resync

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [162960fb546620011b7c6d7bd207c991f7992fbd]

        INTEGRATION: CWS eforms2 (1.6.4); FILE MERGED 2004/10/29 15:18:01 fs 1.6.4.6: #i35400# +RID_STR_XFORMS_PATTERN_DOESNT_MATCH 2004/08/02 13:45:07 dvo 1.6.4.5: #i31958# add error message ..._CANT_EVALUATE 2004/07/19 14:02:53 fs 1.6.4.4: #114856# localized names for the built-in types 2004/07/06 08:44:21 fs 1.6.4.3: #i10000# no duplicate ids 2004/06/25 10:23:07 dvo 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/23 11:45:54 dvo 1.6.4.1: #114856# Resources for XForms error messages

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [af43bdf14003250905dc4ab5f046476c5ecea922]

        INTEGRATION: CWS eforms2 (1.2.34); FILE MERGED 2004/11/05 17:51:39 fs 1.2.34.1: #i36765# moved part of the functionality to a base class

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2d0b3ba505906d6655e10143301e25b5d2c30b3e]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:50:45 fs 1.1.2.1: initial checkin - helper for controls which can delegate part of their functionality to external dispatchers

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [caa658e751c097ba81ccc34dc8ed439db6c4270d]

        INTEGRATION: CWS eforms2 (1.2.26); FILE MERGED 2004/11/07 02:24:36 dvo 1.2.26.5: RESYNC: (1.3-1.4); FILE MERGED 2004/08/05 10:36:50 fs 1.2.26.4: #i31958# OBoundControl: don't care for the 'red-border-on-invalidity' anymore - this is now task of the FormController 2004/07/27 14:14:25 fs 1.2.26.3: RESYNC: (1.2-1.3); FILE MERGED 2004/07/19 15:18:50 fs 1.2.26.2: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ... 2004/06/25 10:42:13 dvo 1.2.26.1: resync completed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e76d118e98db51b1805abf038f8b01c430c8dfef]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:51:08 fs 1.1.2.1: helper class encapsulating an URL transformer service

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [19686312b7c889e8be42ef12309615e8e13e7832]

        INTEGRATION: CWS eforms2 (1.2.34); FILE MERGED 2004/11/05 17:51:51 fs 1.2.34.1: #36765#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [50ad0cc925780d623a4769c54775b5efe4925d57]

        INTEGRATION: CWS eforms2 (1.2.34); FILE MERGED 2004/11/05 17:51:35 fs 1.2.34.1: #i36765# moved part of the functionality to a base class

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b58073f31ef67664804015e2d94bd1e039e99a5e]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:50:48 fs 1.1.2.1: initial checkin - helper for controls which can delegate part of their functionality to external dispatchers

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1764d44b2f2cc9c6a3f03bc6359f86e1d50ec681]

        INTEGRATION: CWS eforms2 (1.3.4); FILE MERGED 2004/11/05 17:52:24 fs 1.3.4.3: #i36765# XVetoableSubmission merged into XSubmission 2004/07/12 13:56:02 fs 1.3.4.2: #114856# 2004/04/26 12:23:58 fs 1.3.4.1: some more types

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d627bd17ab3b9bff3ccccb22f0db84271163ff39]

        INTEGRATION: CWS eforms2 (1.3.4); FILE MERGED 2004/07/19 15:18:43 fs 1.3.4.2: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ... 2004/07/12 13:57:03 fs 1.3.4.1: formal support of the BindableIntegerValueRange service

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8f09c47e5c38788bfde35ec110f13afd80bfe961]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/09 15:17:45 fs 1.1.2.3: #i31958# UncheckedRefValue -> SecondaryRefValue 2004/06/24 09:55:13 fs 1.1.2.2: #i30674# allow second reference value for check boxes 2004/05/12 08:14:27 fs 1.1.2.1: #116712# base class for comonents supporting a reference value

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [cc337e016edda9636f8f2068f8bf23dd74d6289d]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/19 15:18:43 fs 1.1.2.3: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ... 2004/06/24 09:55:13 fs 1.1.2.2: #i30674# allow second reference value for check boxes 2004/05/12 08:14:38 fs 1.1.2.1: #116712# base class for comonents supporting a reference value

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [95e3ab6508c459b3f9b451133e6ba55655327b24]

        INTEGRATION: CWS eforms2 (1.7.10); FILE MERGED 2004/07/12 14:17:11 fs 1.7.10.3: #114856# Image.* superseded by clickableimage.* 2004/06/25 10:20:48 dvo 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/12 08:15:34 fs 1.7.10.1: #116712# +refvaluecomponent

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f6dad6c856047acc7867ec1bf341e2bbb855f88b]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:49:05 fs 1.1.2.2: #i36765# allow external instances to provide an InteractionHandler (via DispatchProviderInterception), which is used upon submission via UI 2004/07/12 14:16:22 fs 1.1.2.1: base class for controls which are clickable, and contain an image (formerly known as OImage* in Image.*)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bda3471dda7437c8550a1a6efcbe5953ec59c45d]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/11/05 17:49:05 fs 1.1.2.3: #i36765# allow external instances to provide an InteractionHandler (via DispatchProviderInterception), which is used upon submission via UI 2004/10/29 15:17:06 fs 1.1.2.2: using MouseEvent 2004/07/12 14:16:09 fs 1.1.2.1: base class for controls which are clickable, and contain an image (formerly known as OImage* in Image.*)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [73115dcdc23265aca8ae5876324d1315da2db3c3]

        INTEGRATION: CWS eforms2 (1.8.4); FILE MERGED 2004/07/26 10:21:17 fs 1.8.4.1: #i31958# be bindable

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [12fd63ff0881436902e60cc627c8706997dc8fc8]

        INTEGRATION: CWS eforms2 (1.15.26); FILE MERGED 2004/08/12 11:59:01 fs 1.15.26.2: #i32888# 2004/07/26 10:21:17 fs 1.15.26.1: #i31958# be bindable

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [eddc01cb4cba35aa56af5f0652630fa41dba588f]

        INTEGRATION: CWS eforms2 (1.7.4); FILE MERGED 2004/05/13 10:48:14 fs 1.7.4.2: translateExternalValueToControlValue: radio buttons do not support the DONTKNOW state 2004/05/12 08:15:07 fs 1.7.4.1: #116712# outsourced common refvalue-associated behavior to a base class

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [678e908b19211ebfd5a69ecab935ce18d68dd489]

        INTEGRATION: CWS eforms2 (1.12.4); FILE MERGED 2004/07/19 15:18:42 fs 1.12.4.4: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ... 2004/06/25 10:20:01 dvo 1.12.4.3: RESYNC: (1.12-1.13); FILE MERGED 2004/05/13 10:48:14 fs 1.12.4.2: translateExternalValueToControlValue: radio buttons do not support the DONTKNOW state 2004/05/12 08:15:07 fs 1.12.4.1: #116712# outsourced common refvalue-associated behavior to a base class

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b6d77ede7eca565c1fe9870b44e1267537807083]

        INTEGRATION: CWS eforms2 (1.11.26); FILE MERGED 2004/07/19 15:18:42 fs 1.11.26.1: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ...

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c27da234a159c1c1579ee7cca83b02f6af799c03]

        INTEGRATION: CWS eforms2 (1.31.24); FILE MERGED 2004/11/07 02:24:12 dvo 1.31.24.6: RESYNC: (1.34-1.35); FILE MERGED 2004/10/08 15:20:41 dvo 1.31.24.5: RESYNC: (1.33-1.34); FILE MERGED 2004/08/16 17:09:21 dvo 1.31.24.4: RESYNC: (1.32-1.33); FILE MERGED 2004/07/27 14:13:50 fs 1.31.24.3: RESYNC: (1.31-1.32); FILE MERGED 2004/07/19 15:18:42 fs 1.31.24.2: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ... 2004/07/12 13:57:33 fs 1.31.24.1: #114856#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1e8efdcec6dce067c60c78a23b3334012b7d0f7d]

        INTEGRATION: CWS eforms2 (1.34.26); FILE MERGED 2004/10/08 15:20:28 dvo 1.34.26.3: RESYNC: (1.35-1.36); FILE MERGED 2004/08/16 17:09:13 dvo 1.34.26.2: RESYNC: (1.34-1.35); FILE MERGED 2004/07/19 15:18:41 fs 1.34.26.1: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ...

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c6ae8f2932cf4fb5f223d03844997be1a9a972b7]

        INTEGRATION: CWS eforms2 (1.5.136); FILE MERGED 2004/07/12 14:13:33 fs 1.5.136.1: #114856# renamed base class / support for external submissions triggered by the control

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [75acb4510133455801c54d8a25c339210e4983d7]

        INTEGRATION: CWS eforms2 (1.10.26); FILE MERGED 2004/10/08 15:20:20 dvo 1.10.26.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/12 14:13:33 fs 1.10.26.1: #114856# renamed base class / support for external submissions triggered by the control

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ba1a1529b3de11d2c446d50b6cfa6d58e044efa1]

        INTEGRATION: CWS eforms2 (1.12.14); FILE MERGED 2004/08/19 10:59:23 fs 1.12.14.1: removed some obsolete stuff during #i28195#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9e2eb9787fa801da287c64dfa02750b8109872f7]

        INTEGRATION: CWS eforms2 (1.31.26); FILE MERGED 2004/10/08 15:20:02 dvo 1.31.26.3: RESYNC: (1.32-1.33); FILE MERGED 2004/07/27 14:13:32 fs 1.31.26.2: RESYNC: (1.31-1.32); FILE MERGED 2004/07/19 15:18:41 fs 1.31.26.1: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ...

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3140f6807466fb2e12f15017e88d3dfcec1d1ac4]

        INTEGRATION: CWS eforms2 (1.28.4); FILE MERGED 2004/11/07 02:24:04 dvo 1.28.4.9: RESYNC: (1.33-1.35); FILE MERGED 2004/08/06 11:51:23 fs 1.28.4.8: removed obsolste include 2004/08/05 10:36:57 fs 1.28.4.7: #i31958# OBoundControl: don't care for the 'red-border-on-invalidity' anymore - this is now task of the FormController 2004/07/27 14:13:24 fs 1.28.4.6: RESYNC: (1.31-1.33); FILE MERGED 2004/07/19 15:18:41 fs 1.28.4.5: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ... 2004/07/15 12:13:26 dvo 1.28.4.4: setting current validator does not except anymore 2004/07/12 13:57:58 fs 1.28.4.3: #114856# corrections to the validator/binding relationship 2004/06/25 10:18:01 dvo 1.28.4.2: RESYNC: (1.28-1.31); FILE MERGED 2004/05/13 15:11:42 fs 1.28.4.1: #116712# prevent some recursion when setting external values

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5fd5100c2120466aaa671adf94a07fabfc0365bb]

        INTEGRATION: CWS eforms2 (1.10.4); FILE MERGED 2004/07/19 15:18:41 fs 1.10.4.1: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ...

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9dedfd795c881abc07d0a9111883c91ed782c89f]

        INTEGRATION: CWS eforms2 (1.21.24); FILE MERGED 2004/10/08 15:19:36 dvo 1.21.24.4: RESYNC: (1.23-1.24); FILE MERGED 2004/07/27 14:12:47 fs 1.21.24.3: RESYNC: (1.21-1.23); FILE MERGED 2004/07/19 15:18:40 fs 1.21.24.2: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ... 2004/07/15 12:13:55 dvo 1.21.24.1: (re-)enable validation on text field

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [aa3b99dcd8ec21b7c061d72bd3c0ba2e987ab45e]

        INTEGRATION: CWS eforms2 (1.14.24); FILE MERGED 2004/07/27 14:12:14 fs 1.14.24.2: RESYNC: (1.14-1.15); FILE MERGED 2004/07/26 10:21:16 fs 1.14.24.1: #i31958# be bindable

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fb1f22478738c7ef18200f39950b00d88d7d02a0]

        INTEGRATION: CWS eforms2 (1.20.22); FILE MERGED 2004/08/19 11:01:15 fs 1.20.22.3: #i28195# safe notification of the reset listeners 2004/08/16 17:08:44 dvo 1.20.22.2: RESYNC: (1.20-1.21); FILE MERGED 2004/08/05 10:37:44 fs 1.20.22.1: #i31958# +ControlBorderColorOnInvalid

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b648c54fda25fa5406a04f36f6c55c888d8c8f34]

        INTEGRATION: CWS eforms2 (1.58.22); FILE MERGED 2004/11/09 08:08:23 fs 1.58.22.6: #i10000# post-resync 2004/11/07 02:23:47 dvo 1.58.22.5: RESYNC: (1.61-1.62); FILE MERGED 2004/10/08 15:19:53 dvo 1.58.22.4: RESYNC: (1.59-1.61); FILE MERGED 2004/08/19 11:01:15 fs 1.58.22.3: #i28195# safe notification of the reset listeners 2004/08/16 17:08:36 dvo 1.58.22.2: RESYNC: (1.58-1.59); FILE MERGED 2004/08/05 10:37:44 fs 1.58.22.1: #i31958# +ControlBorderColorOnInvalid

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a4afe58f4a6769738ef7f1a6cf522cba534e3a60]

        INTEGRATION: CWS eforms2 (1.24.24); FILE MERGED 2004/08/16 17:08:27 dvo 1.24.24.3: RESYNC: (1.25-1.26); FILE MERGED 2004/07/27 14:12:22 fs 1.24.24.2: RESYNC: (1.24-1.25); FILE MERGED 2004/07/19 15:18:40 fs 1.24.24.1: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ...

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [35748901e6d63e4906fa7d8874f13a4ddcc418dd]

        INTEGRATION: CWS eforms2 (1.7.4); FILE MERGED 2004/05/12 08:15:06 fs 1.7.4.1: #116712# outsourced common refvalue-associated behavior to a base class

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e1941ee289c897dae0eb3b8c660e70351e8d419b]

        INTEGRATION: CWS eforms2 (1.11.4); FILE MERGED 2004/07/19 15:18:40 fs 1.11.4.4: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ... 2004/06/25 10:15:54 dvo 1.11.4.3: RESYNC: (1.11-1.12); FILE MERGED 2004/06/24 09:55:06 fs 1.11.4.2: #i30674# allow second reference value for check boxes 2004/05/12 08:15:07 fs 1.11.4.1: #116712# outsourced common refvalue-associated behavior to a base class

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b3cea357d93bdb8b1ed81418e59e8e4e483a892e]

        INTEGRATION: CWS eforms2 (1.6.34); FILE MERGED 2004/11/05 17:49:32 fs 1.6.34.2: #i36765# disambiguate XDispatchProviderInterception 2004/07/12 14:13:31 fs 1.6.34.1: #114856# renamed base class / support for external submissions triggered by the control

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [767eca750ec72b3e3e325bfd4eb1c744453850de]

        INTEGRATION: CWS eforms2 (1.14.26); FILE MERGED 2004/11/05 17:49:32 fs 1.14.26.3: #i36765# disambiguate XDispatchProviderInterception 2004/10/08 15:19:44 dvo 1.14.26.2: RESYNC: (1.14-1.16); FILE MERGED 2004/07/12 14:13:31 fs 1.14.26.1: #114856# renamed base class / support for external submissions triggered by the control

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [96c9c6944ce41430b7e8b568a25c5364c08e9bbc]

        INTEGRATION: CWS eforms2 (1.2.2); FILE MERGED 2004/11/03 17:37:13 sw 1.2.2.2: #i32925# 2004/08/13 14:40:46 sw 1.2.2.1: #i32860#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [778ce7e82e3b468954455ca70938c203371d6a97]

        INTEGRATION: CWS eforms2 (1.3.4); FILE MERGED 2004/11/03 17:36:57 sw 1.3.4.2: #i32925# 2004/08/13 14:40:46 sw 1.3.4.1: #i32860#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3f8eafba7dd5334f25beea86455dbce094998876]

        INTEGRATION: CWS eforms2 (1.3.34); FILE MERGED 2004/11/03 17:36:41 sw 1.3.34.2: #i32925# 2004/08/13 14:40:46 sw 1.3.34.1: #i32860#

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2e6649c4c3f442a08ed2bd677ab1a90becee9ace]

        INTEGRATION: CWS eforms2 (1.2.26); FILE MERGED 2004/09/08 13:27:34 fs 1.2.26.1: slight renaming

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [dc9aa58d4a342438b4b72b06b1b7950839b8045e]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/08 13:28:58 fs 1.1.2.3: slight changes 2004/08/24 13:45:38 fs 1.1.2.2: minor changes 2004/08/19 11:06:28 fs 1.1.2.1: moved herein from ../

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b0cc74cffca1396b3ab3f88bbf4ea3e3603226b6]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/19 11:06:51 fs 1.1.2.1: moved herein from ../

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3d032ecbd5ab1b815396aedffb6fec9537f46469]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/09 12:18:10 fs 1.1.2.2: +closeDocumentByUI 2004/09/08 13:26:47 fs 1.1.2.1: the base for form integration tests

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [baa8840ea2cfe8680a6277e2f56836d67177734e]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/02 09:05:29 fs 1.1.2.3: proper package 2004/08/24 13:44:08 fs 1.1.2.2: minor changes 2004/08/19 11:06:39 fs 1.1.2.1: moved herein from ../

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f8148a931821b58cafb7b5ec0d923fe4de40b5de]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/08 13:29:20 fs 1.1.2.3: slight changes 2004/08/24 13:42:04 fs 1.1.2.2: some more comfort 2004/05/13 10:44:49 fs 1.1.2.1: wrapper for a spreadsheet document (yet to evolve)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0cb8c9cda870ba27073785abf2ef83719993000f]

        INTEGRATION: CWS eforms2 (1.2.26); FILE MERGED 2004/09/08 13:28:59 fs 1.2.26.2: slight changes 2004/05/13 10:46:28 fs 1.2.26.1: dedicated SpreadsheetDocument class

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d5a60b37f3a488c140fd00340380f3d9d95af3ae]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/09 12:17:24 fs 1.1.2.2: additional parameters 2004/09/08 13:27:11 fs 1.1.2.1: properties for the list selection test

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d5c1551f6df54d78f9f35e3632faf09b4be28cc9]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/09 12:17:45 fs 1.1.2.3: parametrization 2004/09/08 14:56:26 fs 1.1.2.2: more test rounds 2004/09/08 13:26:33 fs 1.1.2.1: a test for macros bound to list boxes

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [21c30929c404a27447de43fd0a7e844a6fd39482]

        INTEGRATION: CWS eforms2 (1.2.26); FILE MERGED 2004/09/08 13:28:13 fs 1.2.26.2: slight changes 2004/05/13 10:46:04 fs 1.2.26.1: +getRadioModelByTag

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fc6437e051c029320b07dff608ba79991b31e07d]

        INTEGRATION: CWS eforms2 (1.2.26); FILE MERGED 2004/09/08 13:27:29 fs 1.2.26.2: slight renaming 2004/05/13 10:45:44 fs 1.2.26.1: method renamed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7684e8215fb23f2a857e5e1525cb1a7f4ec2b042]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/09/08 13:26:58 fs 1.1.2.1: wrapper for easier handling of form components

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7da80b79dc8f265bee91a1a4083cb4abb162259e]

        INTEGRATION: CWS eforms2 (1.2.26); FILE MERGED 2004/09/09 12:17:03 fs 1.2.26.3: +disptach 2004/09/08 13:28:30 fs 1.2.26.2: slight changes 2004/08/24 13:40:37 fs 1.2.26.1: spelling

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ade7524b3f4721c2a1edc1075dbbd69702c93288]

        INTEGRATION: CWS eforms2 (1.2.26); FILE MERGED 2004/09/08 13:28:31 fs 1.2.26.3: slight changes 2004/08/24 13:39:31 fs 1.2.26.2: better support for different document types 2004/05/13 10:45:17 fs 1.2.26.1: dedicated SpreadsheetDocument class

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [658cb3a05e50f81b145c24c199a3c6df514ec5c0]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/05/13 15:09:47 fs 1.1.2.2: also test check box bindings 2004/05/13 10:44:23 fs 1.1.2.1: initial integration tests for form control cell binding

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e096e0ed76fa35a28d14084851d6820e25c3ff33]

        INTEGRATION: CWS eforms2 (1.2.26); FILE MERGED 2004/06/25 10:15:13 dvo 1.2.26.4: RESYNC: (1.2-1.4); FILE MERGED 2004/05/10 09:57:42 lo 1.2.26.3: #i28981# xpath extensions 2004/03/25 16:07:25 lo 1.2.26.2: i26721 submission code 2004/01/14 17:28:24 dvo 1.2.26.1: #114856# start XForms implementation; #ifdef DVO_XFORMS for incomplete parts

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [23f219974d716f46d3b109965199754c332bf04f]

        INTEGRATION: CWS eforms2 (1.37.14); FILE MERGED 2004/11/07 02:23:18 dvo 1.37.14.9: RESYNC: (1.52-1.53); FILE MERGED 2004/10/08 15:19:21 dvo 1.37.14.8: RESYNC: (1.48-1.52); FILE MERGED 2004/08/16 17:33:04 dvo 1.37.14.7: RESYNC: (1.47-1.48); FILE MERGED 2004/07/27 14:32:53 fs 1.37.14.6: RESYNC: (1.46-1.47); FILE MERGED 2004/07/12 13:44:13 fs 1.37.14.5: #114856# d.lst 2004/06/29 15:09:23 dvo 1.37.14.4: RESYNC: (1.43-1.46); FILE MERGED 2004/04/27 13:18:24 fs 1.37.14.3: new module css.xsd 2004/04/08 12:10:38 dvo 1.37.14.2: RESYNC: (1.37-1.43); FILE MERGED 2004/03/23 13:27:12 dvo 1.37.14.1: #114856# deliver xforms API

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6d5bd918363554c8ded52c593b5c697bf1fa518d]

        INTEGRATION: CWS eforms2 (1.86.48); FILE MERGED 2004/11/07 02:16:53 dvo 1.86.48.7: RESYNC: (1.92-1.93); FILE MERGED 2004/10/11 15:24:38 dvo 1.86.48.6: RESYNC: (1.91-1.92); FILE MERGED 2004/10/08 15:05:49 dvo 1.86.48.5: RESYNC: (1.90-1.91); FILE MERGED 2004/07/27 17:13:57 fs 1.86.48.4: RESYNC: (1.89-1.90); FILE MERGED 2004/07/26 16:27:10 dvo 1.86.48.3: #i31958# implement SwXTextDocument::getXForms() 2004/06/25 18:02:06 dvo 1.86.48.2: RESYNC: (1.86-1.89); FILE MERGED 2004/03/24 18:40:03 dvo 1.86.48.1: #114856# support xforms::XFormsSupplier interface at document

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4bb17a120d594059fbe32034baf7eea5cb266834]

        INTEGRATION: CWS eforms2 (1.15.134); FILE MERGED 2004/10/08 15:04:57 dvo 1.15.134.2: RESYNC: (1.15-1.16); FILE MERGED 2004/03/24 18:40:03 dvo 1.15.134.1: #114856# support xforms::XFormsSupplier interface at document

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8559ed61798e85fdf6c685db5f86b6b6e6f9de02]

        INTEGRATION: CWS eforms2 (1.30.96); FILE MERGED 2004/10/08 15:04:39 dvo 1.30.96.8: RESYNC: (1.38-1.39); FILE MERGED 2004/08/16 16:44:16 dvo 1.30.96.7: RESYNC: (1.36-1.38); FILE MERGED 2004/07/27 17:13:30 fs 1.30.96.6: RESYNC: (1.35-1.36); FILE MERGED 2004/06/25 18:01:49 dvo 1.30.96.5: RESYNC: (1.34-1.35); FILE MERGED 2004/04/08 12:06:04 dvo 1.30.96.4: RESYNC: (1.32-1.34); FILE MERGED 2004/03/24 18:38:58 dvo 1.30.96.3: #114856# remove hack for XForms-support in document settings 2004/03/16 17:52:41 dvo 1.30.96.2: RESYNC: (1.30-1.32); FILE MERGED 2004/01/14 17:04:04 dvo 1.30.96.1: #114856# store XForms model in document settings          (this hack is to be removed in the final version; #ifdef DVO_XFORMS)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [17029d88ecf3579413bd39e8e3b84d0a035a542a]

        INTEGRATION: CWS eforms2 (1.52.52); FILE MERGED 2004/10/11 15:17:44 dvo 1.52.52.7: RESYNC: (1.58-1.59); FILE MERGED 2004/10/08 14:56:35 dvo 1.52.52.6: RESYNC: (1.55-1.58); FILE MERGED 2004/09/20 11:31:28 dvo 1.52.52.5: #i33874# disable non-XForms design-mode-switch in XForms mode          (will become irrelevant when new form toolbar is in) 2004/08/16 16:40:15 dvo 1.52.52.4: RESYNC: (1.54-1.55); FILE MERGED 2004/08/05 09:53:58 dvo 1.52.52.3: #i31958# correctly enable/disable XForms slots 2004/07/27 17:07:44 fs 1.52.52.2: RESYNC: (1.52-1.54); FILE MERGED 2004/07/26 16:21:46 dvo 1.52.52.1: #i31958# implement FN_XFORMS_DESIGN_MODE slot

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [01fe063cc2020989da2cbdd4d93df7d50e85a178]

        INTEGRATION: CWS eforms2 (1.10.296); FILE MERGED 2004/06/23 13:21:42 fme 1.10.296.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e4e775cbd03354064022d0aa03ccd009ffb8a3a4]

        INTEGRATION: CWS eforms2 (1.77.52); FILE MERGED 2004/10/11 15:14:37 dvo 1.77.52.5: RESYNC: (1.81-1.82); FILE MERGED 2004/10/08 14:23:13 dvo 1.77.52.4: RESYNC: (1.80-1.81); FILE MERGED 2004/08/16 16:35:27 dvo 1.77.52.3: RESYNC: (1.79-1.80); FILE MERGED 2004/07/27 16:49:21 fs 1.77.52.2: RESYNC: (1.77-1.79); FILE MERGED 2004/07/13 08:18:38 pb 1.77.52.1: fix: #i29824# support for D&D of XForms

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [21d630203cbf355924e3c485cfd21a41a088c16d]

        INTEGRATION: CWS eforms2 (1.2.78); FILE MERGED 2004/10/11 15:14:00 dvo 1.2.78.4: RESYNC: (1.6-1.8); FILE MERGED 2004/10/08 14:22:19 dvo 1.2.78.3: RESYNC: (1.3-1.6); FILE MERGED 2004/07/27 16:48:34 fs 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/26 16:30:22 dvo 1.2.78.1: #i31958# sections: editable in read-only (FME)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bc99bc6a93effc85c18bbb0bacb7ba0aa5ef1c0c]

        INTEGRATION: CWS eforms2 (1.48.40); FILE MERGED 2004/07/28 15:57:24 dvo 1.48.40.4: #i31958# fix language in resource 2004/07/27 16:48:26 fs 1.48.40.3: RESYNC: (1.50-1.51); FILE MERGED 2004/06/25 17:33:44 dvo 1.48.40.2: RESYNC: (1.48-1.50); FILE MERGED 2004/06/23 13:21:41 fme 1.48.40.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [69da5b6ea0f91af1e0923e999f569d8a5ac65e2b]

        INTEGRATION: CWS eforms2 (1.5.296); FILE MERGED 2004/06/23 13:21:41 fme 1.5.296.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [594851249e4f4e3ccdc2d880ffd170d57c31e0e5]

        INTEGRATION: CWS eforms2 (1.30.116); FILE MERGED 2004/10/11 15:13:49 dvo 1.30.116.3: RESYNC: (1.31-1.32); FILE MERGED 2004/06/25 17:33:34 dvo 1.30.116.2: RESYNC: (1.30-1.31); FILE MERGED 2004/06/23 13:21:40 fme 1.30.116.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a461f7032e1a0f5b97464c227e392a88b7e4676f]

        INTEGRATION: CWS eforms2 (1.21.104); FILE MERGED 2004/10/08 14:19:23 dvo 1.21.104.3: RESYNC: (1.21-1.22); FILE MERGED 2004/07/26 16:26:00 dvo 1.21.104.2: #i31958# continue forms mode view option 2004/07/23 13:30:11 fme 1.21.104.1: #114856# FormView view option

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [38fcf6de09d84823e12982a0c2a874edaa8797ba]

        INTEGRATION: CWS eforms2 (1.38.78); FILE MERGED 2004/11/07 02:13:12 dvo 1.38.78.6: RESYNC: (1.42-1.43); FILE MERGED 2004/10/11 15:11:52 dvo 1.38.78.5: RESYNC: (1.41-1.42); FILE MERGED 2004/10/08 13:58:21 dvo 1.38.78.4: RESYNC: (1.39-1.41); FILE MERGED 2004/08/16 16:33:39 dvo 1.38.78.3: RESYNC: (1.38-1.39); FILE MERGED 2004/08/02 14:42:53 dvo 1.38.78.2: #i31958# create new XForms document 2004/07/26 16:19:25 dvo 1.38.78.1: #31958# implement FN_XFORMS_INIT slot

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [184a509479e8b1ef7d6952961c62a308a458b2b2]

        INTEGRATION: CWS eforms2 (1.27.24); FILE MERGED 2004/10/11 15:10:18 dvo 1.27.24.2: RESYNC: (1.27-1.28); FILE MERGED 2004/08/02 15:36:01 dvo 1.27.24.1: #i31958# initialize XForms

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a36fafbfce1d6c523f2195ed95532ad36ad95e6e]

        INTEGRATION: CWS eforms2 (1.71.116); FILE MERGED 2004/10/11 15:10:05 dvo 1.71.116.10: RESYNC: (1.82-1.83); FILE MERGED 2004/10/08 13:57:59 dvo 1.71.116.9: RESYNC: (1.81-1.82); FILE MERGED 2004/08/16 16:33:23 dvo 1.71.116.8: RESYNC: (1.80-1.81); FILE MERGED 2004/08/02 15:36:01 dvo 1.71.116.7: #i31958# initialize XForms 2004/07/27 16:42:01 fs 1.71.116.6: RESYNC: (1.79-1.80); FILE MERGED 2004/06/25 17:24:43 dvo 1.71.116.5: RESYNC: (1.77-1.79); FILE MERGED 2004/04/19 14:58:18 dvo 1.71.116.4: #114856# remove DVO_XFORMS define 2004/04/08 12:00:38 dvo 1.71.116.3: RESYNC: (1.74-1.77); FILE MERGED 2004/03/16 18:10:35 dvo 1.71.116.2: RESYNC: (1.71-1.74); FILE MERGED 2004/01/14 16:53:11 dvo 1.71.116.1: #114856# load XForms model

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7c4a0f8e89290d7118123bee760311475e33961d]

        INTEGRATION: CWS eforms2 (1.17.74); FILE MERGED 2004/10/08 13:43:33 dvo 1.17.74.2: RESYNC: (1.17-1.18); FILE MERGED 2004/08/02 15:38:24 dvo 1.17.74.1: #i31958# initialize XForms view

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [585a04f434b8409267a288264996cf0fdab74932]

        INTEGRATION: CWS eforms2 (1.51.68); FILE MERGED 2004/10/11 15:01:49 dvo 1.51.68.4: RESYNC: (1.55-1.56); FILE MERGED 2004/10/08 13:44:16 dvo 1.51.68.3: RESYNC: (1.52-1.55); FILE MERGED 2004/08/16 16:31:18 dvo 1.51.68.2: RESYNC: (1.51-1.52); FILE MERGED 2004/07/23 13:30:10 fme 1.51.68.1: #114856# FormView view option

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c45d24d85b2833148fc615baa562018aa7267562]

        INTEGRATION: CWS eforms2 (1.45.98); FILE MERGED 2004/10/11 15:01:08 dvo 1.45.98.3: RESYNC: (1.46-1.47); FILE MERGED 2004/10/08 13:42:21 dvo 1.45.98.2: RESYNC: (1.45-1.46); FILE MERGED 2004/06/23 13:21:39 fme 1.45.98.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [41b633e91b1a2fceb03528932ee800a7c5548093]

        INTEGRATION: CWS eforms2 (1.157.46); FILE MERGED 2004/10/08 13:41:24 dvo 1.157.46.5: RESYNC: (1.165-1.166); FILE MERGED 2004/08/16 16:30:46 dvo 1.157.46.4: RESYNC: (1.163-1.165); FILE MERGED 2004/07/27 16:36:43 fs 1.157.46.3: RESYNC: (1.161-1.163); FILE MERGED 2004/06/25 17:12:33 dvo 1.157.46.2: RESYNC: (1.157-1.161); FILE MERGED 2004/06/23 13:21:38 fme 1.157.46.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5df6f3a47d1feb643b7cf5dd6dcf4599dd75bcf0]

        INTEGRATION: CWS eforms2 (1.81.74); FILE MERGED 2004/10/08 13:25:10 dvo 1.81.74.4: RESYNC: (1.85-1.86); FILE MERGED 2004/08/16 16:26:34 dvo 1.81.74.3: RESYNC: (1.83-1.85); FILE MERGED 2004/07/27 16:31:19 fs 1.81.74.2: RESYNC: (1.81-1.83); FILE MERGED 2004/07/23 13:30:09 fme 1.81.74.1: #114856# FormView view option

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [eb3c0ff77e519aab45ad8ea2f525876bf721bc9f]

        INTEGRATION: CWS eforms2 (1.2.362); FILE MERGED 2004/10/08 13:14:28 dvo 1.2.362.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/23 13:30:08 fme 1.2.362.1: #114856# FormView view option

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [40c1499f75b124490572d8021d0e4b7e2d4ca503]

        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  Oliver Bolte  <obo@openoffice.org>  [49f039f45a7d533bf051366a0d085e9b040463a1]

        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  Oliver Bolte  <obo@openoffice.org>  [9623322f38604f47f0155f8ca1c395c8480b05c6]

        INTEGRATION: CWS eforms2 (1.9.8); FILE MERGED 2004/10/11 14:48:22 dvo 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2004/07/26 16:23:17 dvo 1.9.8.1: #i31958# add xforms methods

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8263b71850624a3649c744def2ac373e3f105175]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/09 11:35:05 dvo 1.1.2.4: #i31958# create initial instance (with root node) 2004/08/02 14:33:42 dvo 1.1.2.3: #i31958# default model creation in initXForms(..) 2004/07/26 18:48:16 dvo 1.1.2.2: #i31958# continue XForms impl 2004/07/26 16:22:51 dvo 1.1.2.1: #i31958# implement SwDoc methods for XForms mode

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b91e6d67b64aa084b594a09390c29ca6231572e5]

        INTEGRATION: CWS eforms2 (1.13.12); FILE MERGED 2004/10/08 13:05:14 dvo 1.13.12.2: RESYNC: (1.13-1.14); FILE MERGED 2004/07/23 13:30:06 fme 1.13.12.1: #114856# FormView view option

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [2da1151825b68a6ad86bf8e81ad7af60ed783b0d]

        INTEGRATION: CWS eforms2 (1.31.46); FILE MERGED 2004/10/08 13:05:22 dvo 1.31.46.5: RESYNC: (1.43-1.45); FILE MERGED 2004/07/27 16:21:27 fs 1.31.46.4: RESYNC: (1.39-1.43); FILE MERGED 2004/07/23 13:30:06 fme 1.31.46.3: #114856# FormView view option 2004/06/25 16:46:14 dvo 1.31.46.2: RESYNC: (1.31-1.39); FILE MERGED 2004/06/23 13:21:37 fme 1.31.46.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [36bcab512f04327fdb153ff2d1ace697f9ce7e8a]

        INTEGRATION: CWS eforms2 (1.10.78); FILE MERGED 2004/10/08 13:02:17 dvo 1.10.78.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/26 16:15:51 dvo 1.10.78.1: #i31958# add FN_XFORMS_DESIGN_MODE and FN_XFORMS_INIT slots

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [db4a4fc22347936ac8e1c2a46819e2d22cd750f1]

        INTEGRATION: CWS eforms2 (1.116.84); FILE MERGED 2004/10/08 13:02:07 dvo 1.116.84.5: RESYNC: (1.118-1.121); FILE MERGED 2004/08/16 16:14:27 dvo 1.116.84.4: RESYNC: (1.117-1.118); FILE MERGED 2004/07/28 17:13:04 dvo 1.116.84.3: #i31958# adopt resource languages 2004/07/27 16:20:46 fs 1.116.84.2: RESYNC: (1.116-1.117); FILE MERGED 2004/07/26 16:15:49 dvo 1.116.84.1: #i31958# add FN_XFORMS_DESIGN_MODE and FN_XFORMS_INIT slots

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [857fd4917625e2102427c9f619c2524b7d81b0fe]

        INTEGRATION: CWS eforms2 (1.50.84); FILE MERGED 2004/10/08 13:01:46 dvo 1.50.84.4: RESYNC: (1.52-1.56); FILE MERGED 2004/08/16 16:14:18 dvo 1.50.84.3: RESYNC: (1.51-1.52); FILE MERGED 2004/07/27 16:20:38 fs 1.50.84.2: RESYNC: (1.50-1.51); FILE MERGED 2004/07/26 16:15:49 dvo 1.50.84.1: #i31958# add FN_XFORMS_DESIGN_MODE and FN_XFORMS_INIT slots

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [140cf5fbfe77d746296f83d0f63ee9a038271977]

        INTEGRATION: CWS eforms2 (1.11.326); FILE MERGED 2004/08/16 16:13:16 dvo 1.11.326.2: RESYNC: (1.11-1.12); FILE MERGED 2004/07/26 16:15:49 dvo 1.11.326.1: #i31958# add FN_XFORMS_DESIGN_MODE and FN_XFORMS_INIT slots

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4735049eefe2ebdf323bd560e14fd512b6385d38]

        INTEGRATION: CWS eforms2 (1.19.104); FILE MERGED 2004/10/08 12:58:24 dvo 1.19.104.2: RESYNC: (1.19-1.21); FILE MERGED 2004/07/23 13:29:50 fme 1.19.104.1: #114856# FormView view option

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [bb1a5ff23c91b41be82ebadb157540e5fed43ef2]

        INTEGRATION: CWS eforms2 (1.14.116); FILE MERGED 2004/10/08 12:58:02 dvo 1.14.116.2: RESYNC: (1.14-1.15); FILE MERGED 2004/03/24 18:40:02 dvo 1.14.116.1: #114856# support xforms::XFormsSupplier interface at document

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7e0166a671e519c4bc5b4e5c88b8e3bd09d69217]

        INTEGRATION: CWS eforms2 (1.44.282); FILE MERGED 2004/06/25 16:40:13 dvo 1.44.282.2: RESYNC: (1.44-1.45); FILE MERGED 2004/06/23 13:12:02 fme 1.44.282.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e0d5c37d767870256e9fd8baff815f3d2186b64c]

        INTEGRATION: CWS eforms2 (1.5.526); FILE MERGED 2004/10/11 14:42:14 dvo 1.5.526.3: RESYNC: (1.6-1.7); FILE MERGED 2004/10/08 12:51:05 dvo 1.5.526.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/23 13:12:02 fme 1.5.526.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b0756a8c97a68bbcc5200492310810b7b0a16bfc]

        INTEGRATION: CWS eforms2 (1.9.58); FILE MERGED 2004/10/08 12:49:50 dvo 1.9.58.2: RESYNC: (1.9-1.10); FILE MERGED 2004/07/23 13:29:49 fme 1.9.58.1: #114856# FormView view option

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5488057bcff840113be023670f1727f24254a6a6]

        INTEGRATION: CWS eforms2 (1.75.16); FILE MERGED 2004/11/07 02:04:03 dvo 1.75.16.7: RESYNC: (1.90-1.91); FILE MERGED 2004/10/11 14:38:45 dvo 1.75.16.6: RESYNC: (1.89-1.90); FILE MERGED 2004/10/08 12:37:22 dvo 1.75.16.5: RESYNC: (1.78-1.89); FILE MERGED 2004/08/16 16:10:29 dvo 1.75.16.4: RESYNC: (1.77-1.78); FILE MERGED 2004/08/02 14:28:43 dvo 1.75.16.3: #i31958# add bDefaultModel parameter to SwDoc::initXForms(..) 2004/07/27 16:16:38 fs 1.75.16.2: RESYNC: (1.75-1.77); FILE MERGED 2004/07/26 16:22:13 dvo 1.75.16.1: #i31958# add methods for XForms mode

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0f0c6a2910de15122463cbf6dcf43972d667d5d9]

        INTEGRATION: CWS eforms2 (1.49.48); FILE MERGED 2004/10/08 12:35:17 dvo 1.49.48.5: RESYNC: (1.53-1.59); FILE MERGED 2004/08/16 16:09:07 dvo 1.49.48.4: RESYNC: (1.52-1.53); FILE MERGED 2004/07/26 16:34:55 dvo 1.49.48.3: #i31958# implement FN_XFORMS_DESIGN_MODE slot 2004/06/25 16:32:39 dvo 1.49.48.2: RESYNC: (1.49-1.52); FILE MERGED 2004/06/23 13:12:01 fme 1.49.48.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3b4a96ec9ee14274de34a2c9c018dad4f1653122]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/01 18:04:47 dvo 1.1.2.5: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:15 dvo 1.1.2.4: #i31958# load/save xforms:submission attribute on buttons 2004/05/26 15:14:08 dvo 1.1.2.3: #114856# adopt to new XModel API; also put XForms attributes into correct (none) namespace Issue number: Submitted by: Reviewed by: 2004/04/22 12:14:52 dvo 1.1.2.2: #114856# adtop new forms::binding namespace Issue number: Submitted by: Reviewed by: 2004/01/28 14:53:48 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [770c5b5dfe6c7a418e39ef71197b1d3e8d4b8334]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/01 18:04:47 dvo 1.1.2.19: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:15 dvo 1.1.2.18: #i31958# load/save xforms:submission attribute on buttons 2004/08/06 17:02:06 dvo 1.1.2.17: #i31958# move <xforms:model> into <office:forms> 2004/08/06 14:46:21 dvo 1.1.2.16: #i31958# use "ID" property for instance IDs Issue number: Submitted by: Reviewed by: 2004/08/02 14:07:46 dvo 1.1.2.15: #i31958# continue XForms load/save Issue number: Submitted by: Reviewed by: 2004/07/28 06:20:33 fs 1.1.2.14: #i10000# 2004/07/16 14:20:39 dvo 1.1.2.13: #114856# use DataTypeClass for load/save of data types Issue number: Submitted by: Reviewed by: 2004/07/13 15:17:55 dvo 1.1.2.12: #114856# load data types from Schema fragements Issue number: Submitted by: Reviewed by: 2004/07/13 06:59:23 fs 1.1.2.11: #i10000# 2004/07/12 13:53:25 fs 1.1.2.10: #i10000 2004/05/26 15:14:08 dvo 1.1.2.9: #114856# adopt to new XModel API; also put XForms attributes into correct (none) namespace Issue number: Submitted by: Reviewed by: 2004/04/22 12:14:52 dvo 1.1.2.8: #114856# adtop new forms::binding namespace Issue number: Submitted by: Reviewed by: 2004/04/22 09:14:35 dvo 1.1.2.7: #114856# import using new *Expression properties; also update the created bindings Issue number: Submitted by: Reviewed by: 2004/04/07 13:25:47 dvo 1.1.2.6: #114856# @xforms:model -> @xforms:id Issue number: Submitted by: Reviewed by: 2004/04/01 11:05:29 dvo 1.1.2.5: #114856# add <xforms:submission> handling Issue number: Submitted by: Reviewed by: 2004/03/18 17:38:20 dvo 1.1.2.4: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/02/25 18:01:56 dvo 1.1.2.3: #114856# only export XForms element if we have a model Issue number: Submitted by: Reviewed by: 2004/01/29 11:02:22 dvo 1.1.2.2: #114856# save xforms:bind attribute on controls 2004/01/28 14:54:45 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [db8a72a6c9c93f8cc2c3f6fdc662b5941840978d]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/25 17:48:15 dvo 1.1.2.3: #i31958# load/save xforms:submission attribute on buttons 2004/07/16 14:20:38 dvo 1.1.2.2: #114856# use DataTypeClass for load/save of data types Issue number: Submitted by: Reviewed by: 2004/01/28 14:54:55 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [707125d660d7afaab750a23001c2ea94452079c0]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/25 17:48:14 dvo 1.1.2.6: #i31958# load/save xforms:submission attribute on buttons 2004/08/03 11:29:42 dvo 1.1.2.5: #i31859# use proper service names Issue number: Submitted by: Reviewed by: 2004/07/16 14:20:38 dvo 1.1.2.4: #114856# use DataTypeClass for load/save of data types Issue number: Submitted by: Reviewed by: 2004/05/26 15:14:07 dvo 1.1.2.3: #114856# adopt to new XModel API; also put XForms attributes into correct (none) namespace Issue number: Submitted by: Reviewed by: 2004/03/18 17:38:20 dvo 1.1.2.2: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/01/28 14:55:03 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9522d61f5376a34d1d3e4448223a5d52b3859664]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/13 15:17:54 dvo 1.1.2.4: #114856# load data types from Schema fragements Issue number: Submitted by: Reviewed by: 2004/04/01 11:05:29 dvo 1.1.2.3: #114856# add <xforms:submission> handling Issue number: Submitted by: Reviewed by: 2004/03/18 17:38:20 dvo 1.1.2.2: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/01/28 15:09:52 dvo 1.1.2.1: #114856# build xforms directory

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [de024e172161fe521faa0bae29ad79311edbdc22]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/04/01 11:06:15 dvo 1.1.2.1: #114856# add <xforms:submission> handling Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5ae523abc27182bb6950e90fce1de8d540fe240c]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/12 13:52:28 fs 1.1.2.3: #114856# introduced and used XSubmission 2004/05/26 15:14:07 dvo 1.1.2.2: #114856# adopt to new XModel API; also put XForms attributes into correct (none) namespace Issue number: Submitted by: Reviewed by: 2004/04/01 11:06:16 dvo 1.1.2.1: #114856# add <xforms:submission> handling Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [836ab927ed6b54221802ba6a2628de2c6c1f85d8]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/16 14:20:38 dvo 1.1.2.2: #114856# use DataTypeClass for load/save of data types Issue number: Submitted by: Reviewed by: 2004/01/28 14:54:39 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f40a861517fbbae8a6bef3de2bb64df661074929]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/01/28 14:54:32 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ea14ed61b1dc0a98495563454b300825be369244]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/02 14:07:45 dvo 1.1.2.6: #i31958# continue XForms load/save Issue number: Submitted by: Reviewed by: 2004/07/13 15:17:52 dvo 1.1.2.5: #114856# load data types from Schema fragements Issue number: Submitted by: Reviewed by: 2004/05/26 15:14:07 dvo 1.1.2.4: #114856# adopt to new XModel API; also put XForms attributes into correct (none) namespace Issue number: Submitted by: Reviewed by: 2004/04/22 09:14:35 dvo 1.1.2.3: #114856# import using new *Expression properties; also update the created bindings Issue number: Submitted by: Reviewed by: 2004/04/01 11:05:29 dvo 1.1.2.2: #114856# add <xforms:submission> handling Issue number: Submitted by: Reviewed by: 2004/01/28 14:53:55 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d9b70f05e19f12f9a04264fa8b5df6130b87bd6e]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/05/26 15:14:07 dvo 1.1.2.2: #114856# adopt to new XModel API; also put XForms attributes into correct (none) namespace Issue number: Submitted by: Reviewed by: 2004/01/28 14:54:04 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [08df29f6f1317b27c39bf9b95d915f42a12f9a45]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/08/06 14:46:20 dvo 1.1.2.3: #i31958# use "ID" property for instance IDs Issue number: Submitted by: Reviewed by: 2004/05/26 15:14:06 dvo 1.1.2.2: #114856# adopt to new XModel API; also put XForms attributes into correct (none) namespace Issue number: Submitted by: Reviewed by: 2004/01/28 14:53:52 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [6eb87527b7c45d3a8db348c2928a3f9b483c4547]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/16 14:20:38 dvo 1.1.2.3: #114856# use DataTypeClass for load/save of data types Issue number: Submitted by: Reviewed by: 2004/02/25 18:00:09 dvo 1.1.2.2: #114856# set namespaces for binding expressions before setting the binding expression itself Issue number: Submitted by: Reviewed by: 2004/01/28 14:54:26 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e49abc3a4c87029360c99f5b439112c28057669c]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/28 06:20:33 fs 1.1.2.8: #i10000# 2004/07/16 14:20:37 dvo 1.1.2.7: #114856# use DataTypeClass for load/save of data types Issue number: Submitted by: Reviewed by: 2004/05/26 15:14:05 dvo 1.1.2.6: #114856# adopt to new XModel API; also put XForms attributes into correct (none) namespace Issue number: Submitted by: Reviewed by: 2004/04/22 09:14:35 dvo 1.1.2.5: #114856# import using new *Expression properties; also update the created bindings Issue number: Submitted by: Reviewed by: 2004/04/01 11:05:29 dvo 1.1.2.4: #114856# add <xforms:submission> handling Issue number: Submitted by: Reviewed by: 2004/03/18 17:38:19 dvo 1.1.2.3: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/02/25 18:00:09 dvo 1.1.2.2: #114856# set namespaces for binding expressions before setting the binding expression itself Issue number: Submitted by: Reviewed by: 2004/01/28 14:55:11 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8e7616555dc3162e36eeda1dd92553f7de0a036a]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/01/28 14:54:12 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a5e48aae67a131ee1ceebc2437e6ddec9cfc78c8]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/06/03 17:50:57 dvo 1.1.2.2: #114856# const-correct TokenContext Issue number: Submitted by: Reviewed by: 2004/01/28 14:54:19 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [154700e477e25eae681f35bcc2c2ed68266e2527]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/13 15:11:36 dvo 1.1.2.1: #114856# load data types from Schema fragements Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c78214268f6a8fe827d9d9e56ba2b9dca58463fb]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/13 15:11:37 dvo 1.1.2.1: #114856# load data types from Schema fragements Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9b280c88dfb67a339d08f282ef455023dac49895]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/16 14:20:37 dvo 1.1.2.2: #114856# use DataTypeClass for load/save of data types Issue number: Submitted by: Reviewed by: 2004/07/13 15:12:22 dvo 1.1.2.1: #114856# load data types from Schema fragements Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [74121a84fd3819b7c083885832ec3527b22df0bd]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/16 14:20:37 dvo 1.1.2.2: #114856# use DataTypeClass for load/save of data types Issue number: Submitted by: Reviewed by: 2004/07/13 15:12:26 dvo 1.1.2.1: #114856# load data types from Schema fragements Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e4ffebc091ffcf477ab1b70fea6663aadefb551e]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/13 15:11:56 dvo 1.1.2.1: #114856# load data types from Schema fragements Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d4de991ffdce8132671716f475e9e4b4821c35aa]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/13 15:11:57 dvo 1.1.2.1: #114856# load data types from Schema fragements Issue number: Submitted by: Reviewed by:

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [343144a6a5c0a565ac481f2419940f4716c3040e]

        INTEGRATION: CWS eforms2 (1.75.30); FILE MERGED 2004/10/08 12:28:19 dvo 1.75.30.6: RESYNC: (1.84-1.86); FILE MERGED 2004/08/16 19:59:59 dvo 1.75.30.5: RESYNC: (1.81-1.84); FILE MERGED 2004/07/28 09:33:02 fs 1.75.30.4: #i10000# post-resync changes 2004/07/27 12:37:14 fs 1.75.30.3: RESYNC: (1.77-1.81); FILE MERGED 2004/06/25 10:00:21 dvo 1.75.30.2: RESYNC: (1.75-1.77); FILE MERGED 2004/06/23 13:11:37 fme 1.75.30.1: #114856# Enhanced forms - Editable sections in read-only documents

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [9d35502f643effa4d5fc9c405333a313e4a87408]

        INTEGRATION: CWS eforms2 (1.18.20); FILE MERGED 2004/08/06 11:35:30 fs 1.18.20.4: refined an assertion 2004/07/27 12:14:08 fs 1.18.20.3: RESYNC: (1.19-1.20); FILE MERGED 2004/06/25 09:56:31 dvo 1.18.20.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/28 14:50:25 dvo 1.18.20.1: #114856# explicitly down-cast integers to eliminate compiler warnings

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f86cd121d2f374f7ab790c7402864bad19a27b06]

        INTEGRATION: CWS eforms2 (1.12.28); FILE MERGED 2004/10/01 18:04:47 dvo 1.12.28.6: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:14 dvo 1.12.28.5: #i31958# load/save xforms:submission attribute on buttons 2004/08/16 19:57:55 dvo 1.12.28.4: RESYNC: (1.13-1.14); FILE MERGED 2004/07/27 12:13:21 fs 1.12.28.3: RESYNC: (1.12-1.13); FILE MERGED 2004/03/18 17:38:18 dvo 1.12.28.2: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/01/28 14:51:40 dvo 1.12.28.1: #114856# load xforms:bind attribute for form controls          (use DVO_XFORMS define)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [274b00a79dcbce5eaf7ca7f15bc9793184b483da]

        INTEGRATION: CWS eforms2 (1.19.20); FILE MERGED 2004/10/01 18:04:46 dvo 1.19.20.8: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:14 dvo 1.19.20.7: #i31958# load/save xforms:submission attribute on buttons 2004/08/06 17:05:41 dvo 1.19.20.6: #i31958# fix typo 2004/08/06 17:02:05 dvo 1.19.20.5: #i31958# move <xforms:model> into <office:forms> 2004/07/27 12:13:10 fs 1.19.20.4: RESYNC: (1.20-1.22); FILE MERGED 2004/06/25 09:56:22 dvo 1.19.20.3: RESYNC: (1.19-1.20); FILE MERGED 2004/03/18 17:38:17 dvo 1.19.20.2: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/01/28 14:51:38 dvo 1.19.20.1: #114856# load xforms:bind attribute for form controls          (use DVO_XFORMS define)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [3c4175b0e4952bc78efcd0d91b800ddb144c066e]

        INTEGRATION: CWS eforms2 (1.24.18); FILE MERGED 2004/08/06 17:02:05 dvo 1.24.18.1: #i31958# move <xforms:model> into <office:forms>

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [994ebed96a7230b0dd6f8b6e915192163e9c5f10]

        INTEGRATION: CWS eforms2 (1.9.20); FILE MERGED 2004/10/01 18:04:46 dvo 1.9.20.6: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:14 dvo 1.9.20.5: #i31958# load/save xforms:submission attribute on buttons 2004/08/16 19:57:47 dvo 1.9.20.4: RESYNC: (1.10-1.11); FILE MERGED 2004/07/27 12:11:50 fs 1.9.20.3: RESYNC: (1.9-1.10); FILE MERGED 2004/03/18 17:38:17 dvo 1.9.20.2: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/01/29 11:02:27 dvo 1.9.20.1: #114856# save xforms:bind attribute on controls

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [89950846b1c21aff95310122e5bb3d9408e46dc1]

        INTEGRATION: CWS eforms2 (1.21.20); FILE MERGED 2004/10/01 18:04:46 dvo 1.21.20.7: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:13 dvo 1.21.20.6: #i31958# load/save xforms:submission attribute on buttons 2004/08/16 19:57:18 dvo 1.21.20.5: RESYNC: (1.24-1.25); FILE MERGED 2004/07/27 12:11:26 fs 1.21.20.4: RESYNC: (1.22-1.24); FILE MERGED 2004/06/25 09:56:04 dvo 1.21.20.3: RESYNC: (1.21-1.22); FILE MERGED 2004/03/18 17:38:16 dvo 1.21.20.2: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/01/28 14:51:35 dvo 1.21.20.1: #114856# load xforms:bind attribute for form controls          (use DVO_XFORMS define)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [c831dd489840596abe613aae06b626e28cb37ade]

        INTEGRATION: CWS eforms2 (1.37.20); FILE MERGED 2004/10/08 12:24:18 dvo 1.37.20.9: RESYNC: (1.43-1.44); FILE MERGED 2004/10/01 18:04:46 dvo 1.37.20.8: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:13 dvo 1.37.20.7: #i31958# load/save xforms:submission attribute on buttons 2004/08/18 09:44:03 dvo 1.37.20.6: #i31958# fix syntax error 2004/08/16 19:57:09 dvo 1.37.20.5: RESYNC: (1.42-1.43); FILE MERGED 2004/07/27 12:11:16 fs 1.37.20.4: RESYNC: (1.38-1.42); FILE MERGED 2004/06/25 09:55:56 dvo 1.37.20.3: RESYNC: (1.37-1.38); FILE MERGED 2004/03/18 17:38:16 dvo 1.37.20.2: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/01/28 14:51:31 dvo 1.37.20.1: #114856# load xforms:bind attribute for form controls          (use DVO_XFORMS define)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [629b54006e18f0194b0b44e6025efc3facabb23f]

        INTEGRATION: CWS eforms2 (1.9.28); FILE MERGED 2004/10/01 18:04:45 dvo 1.9.28.6: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:13 dvo 1.9.28.5: #i31958# load/save xforms:submission attribute on buttons 2004/08/16 19:57:01 dvo 1.9.28.4: RESYNC: (1.11-1.12); FILE MERGED 2004/07/27 12:11:06 fs 1.9.28.3: RESYNC: (1.9-1.11); FILE MERGED 2004/03/18 17:38:15 dvo 1.9.28.2: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/01/29 11:02:25 dvo 1.9.28.1: #114856# save xforms:bind attribute on controls

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [de4f2cb2aaf342f2e921b2c1904f5c94da77bedd]

        INTEGRATION: CWS eforms2 (1.27.20); FILE MERGED 2004/10/01 18:04:45 dvo 1.27.20.8: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:13 dvo 1.27.20.7: #i31958# load/save xforms:submission attribute on buttons 2004/08/16 19:56:42 dvo 1.27.20.6: RESYNC: (1.34-1.35); FILE MERGED 2004/07/27 12:10:57 fs 1.27.20.5: RESYNC: (1.31-1.34); FILE MERGED 2004/06/25 09:55:48 dvo 1.27.20.4: RESYNC: (1.28-1.31); FILE MERGED 2004/04/08 10:29:01 dvo 1.27.20.3: RESYNC: (1.27-1.28); FILE MERGED 2004/03/18 17:38:15 dvo 1.27.20.2: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/01/29 11:02:24 dvo 1.27.20.1: #114856# save xforms:bind attribute on controls

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d91a44a5de9ecda0c430488936ca5343c2cfc4fe]

        INTEGRATION: CWS eforms2 (1.11.28); FILE MERGED 2004/10/01 18:04:45 dvo 1.11.28.4: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:12 dvo 1.11.28.3: #i31958# load/save xforms:submission attribute on buttons 2004/03/18 17:38:14 dvo 1.11.28.2: #114856# continue XForms implementation          (also remove define DVO_XFORMS) 2004/01/28 14:51:27 dvo 1.11.28.1: #114856# load xforms:bind attribute for form controls          (use DVO_XFORMS define)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [524424ddf263632008d770d9da74b7ce8cb70a18]

        INTEGRATION: CWS eforms2 (1.2.248); FILE MERGED 2004/01/28 14:46:26 dvo 1.2.248.1: #114856# use const parameter in constructor

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fa17ba894fe18afc0ef5c1aa338a7f6d48fb01ca]

        INTEGRATION: CWS eforms2 (1.72.48); FILE MERGED 2004/10/08 12:20:47 dvo 1.72.48.7: RESYNC: (1.75-1.76); FILE MERGED 2004/08/16 19:56:03 dvo 1.72.48.6: RESYNC: (1.74-1.75); FILE MERGED 2004/08/02 14:05:22 dvo 1.72.48.5: #i31958# add hook for XForms initialization 2004/07/27 12:06:22 fs 1.72.48.4: RESYNC: (1.73-1.74); FILE MERGED 2004/07/13 15:13:52 dvo 1.72.48.3: #114856# load data types from Schema fragements 2004/06/25 09:53:48 dvo 1.72.48.2: RESYNC: (1.72-1.73); FILE MERGED 2004/01/28 14:45:31 dvo 1.72.48.1: #114856# add XForms namespace;          more convenient SetError overloads

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1d8475ae8e2944f372466c9ec1622fe5b04c07a5]

        INTEGRATION: CWS eforms2 (1.101.148); FILE MERGED 2004/10/08 12:20:37 dvo 1.101.148.8: RESYNC: (1.106-1.108); FILE MERGED 2004/08/16 19:55:55 dvo 1.101.148.7: RESYNC: (1.105-1.106); FILE MERGED 2004/08/06 17:02:04 dvo 1.101.148.6: #i31958# move <xforms:model> into <office:forms> 2004/07/27 12:06:12 fs 1.101.148.5: RESYNC: (1.104-1.105); FILE MERGED 2004/07/13 15:13:50 dvo 1.101.148.4: #114856# load data types from Schema fragements 2004/06/25 09:53:40 dvo 1.101.148.3: RESYNC: (1.101-1.104); FILE MERGED 2004/02/25 18:28:34 dvo 1.101.148.2: #114856# export <xforms:model> before <office:body> 2004/01/28 15:24:46 dvo 1.101.148.1: #114856# add XForms namespace

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d2750d907d7feaa140d693faa007a67ff07f9b00]

        INTEGRATION: CWS eforms2 (1.9.108); FILE MERGED 2004/01/28 14:49:20 dvo 1.9.108.2: #114856# add operator=          (this is an empty commit; the previous check-in message was incorrect) 2004/01/28 14:44:18 dvo 1.9.108.1: #114856# SvXMLNamespaceMap: use 'const' for constructor argument

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b0c80fd5e10b50e57282341b5e1958837a58d80d]

        INTEGRATION: CWS eforms2 (1.20.236); FILE MERGED 2004/01/28 15:27:01 dvo 1.20.236.1: #114856# add DomBuilderContext, DomExport

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8f288c548f4282d04b16dbf0d53b67a9af638cb6]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/07/13 15:13:49 dvo 1.1.2.7: #114856# load data types from Schema fragements 2004/06/03 17:36:48 dvo 1.1.2.6: #114856# const-correct DomExport 2004/06/03 17:30:18 dvo 1.1.2.5: #114856# even more const-correct DomExport 2004/06/03 17:25:30 dvo 1.1.2.4: #114856# more const-correct dom export 2004/06/03 17:22:35 dvo 1.1.2.3: #114856# const-correct DomVisitor 2004/03/18 17:50:41 dvo 1.1.2.2: #114856# continue XForms impl 2004/01/28 14:41:54 dvo 1.1.2.1: #114856# load/save DOM tree

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [fd3e20ca47fe1a3001d4fa0191884f28cc955148]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/06/03 17:17:01 dvo 1.1.2.3: #114856# fix compilation problem uncovered by GCC 2004/03/18 17:50:41 dvo 1.1.2.2: #114856# continue XForms impl 2004/01/28 14:41:46 dvo 1.1.2.1: #114856# load/save DOM tree

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4f10906f8a626da10414b3db08ee3b7941d62916]

        INTEGRATION: CWS eforms2 (1.42.110); FILE MERGED 2004/08/16 19:55:24 dvo 1.42.110.4: RESYNC: (1.44-1.45); FILE MERGED 2004/06/25 09:52:44 dvo 1.42.110.3: RESYNC: (1.43-1.44); FILE MERGED 2004/03/16 19:05:58 dvo 1.42.110.2: RESYNC: (1.42-1.43); FILE MERGED 2004/01/28 15:28:38 dvo 1.42.110.1: #114856# deliver xforms import/export headers          (and remove text field headers, while we're at it)

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [dfa607bb039da06569efb56743b4d9975dd4aaea]

        INTEGRATION: CWS eforms2 (1.7.148); FILE MERGED 2004/08/16 19:55:16 dvo 1.7.148.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/27 12:01:36 fs 1.7.148.2: RESYNC: (1.7-1.9); FILE MERGED 2004/01/28 15:29:09 dvo 1.7.148.1: #114856# build xforms directory

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a8c24ed5a7f2d9d979a989c7e27d7c5604819c1e]

        INTEGRATION: CWS eforms2 (1.9.218); FILE MERGED 2004/01/28 14:43:14 dvo 1.9.218.1: #114856# add XForms error codes

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [ba8119be203b25310ce041bdf18c7221f3ac1e32]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/01 18:04:45 dvo 1.1.2.4: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:12 dvo 1.1.2.3: #i31958# load/save xforms:submission attribute on buttons 2004/06/08 16:31:07 dvo 1.1.2.2: #114856# fix for Solaris-Compiler 2004/01/28 14:40:18 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5f7f3508781397fdc5249145d8385b5c87f61a51]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/10/01 18:04:44 dvo 1.1.2.5: #i34802# load/save binding fir lists as form:xforms-list-source 2004/08/25 17:48:12 dvo 1.1.2.4: #i31958# load/save xforms:submission attribute on buttons 2004/08/06 17:02:04 dvo 1.1.2.3: #i31958# move <xforms:model> into <office:forms> 2004/01/29 11:02:17 dvo 1.1.2.2: #114856# save xforms:bind attribute on controls 2004/01/28 14:40:44 dvo 1.1.2.1: #114856# begin XForms import/export

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [11fc1f761a25a9adf2fcdf0d94dcfebcb30e5367]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/06/08 15:18:43 dvo 1.1.2.3: #114856# fix for Solaris compiler 2004/06/03 17:30:15 dvo 1.1.2.2: #114856# even more const-correct DomExport 2004/01/28 14:38:46 dvo 1.1.2.1: #114856# load/save DOM trees

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7d1a9b1b0ccff92bb4a473fa31b550a97ad2628d]

        INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED 2004/01/28 14:38:45 dvo 1.1.2.1: #114856# load/save DOM trees

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [7a75a911dba940284f036fd51fa8a561f608b54f]

        INTEGRATION: CWS eforms2 (1.3.162); FILE MERGED 2004/06/30 15:17:24 dvo 1.3.162.3: RESYNC: (1.3-1.4); FILE MERGED 2004/06/22 14:58:40 dvo 1.3.162.2: implSetPropertyValue: properly reset msPropertyCurrentlyUpdating 2004/03/25 17:36:58 dvo 1.3.162.1: #114856# allow changes of control properties while control is focussed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4d2758b588459bbf68615f8266d7f3b52cbafb19]

        INTEGRATION: CWS eforms2 (1.26.108); FILE MERGED 2004/11/07 01:59:38 dvo 1.26.108.4: RESYNC: (1.29-1.30); FILE MERGED 2004/06/30 15:13:51 dvo 1.26.108.3: RESYNC: (1.27-1.29); FILE MERGED 2004/04/08 12:11:21 dvo 1.26.108.2: RESYNC: (1.26-1.27); FILE MERGED 2004/03/25 17:36:58 dvo 1.26.108.1: #114856# allow changes of control properties while control is focussed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [1b588a12e982a78f4806b2bb7ca6811fa5e23784]

        INTEGRATION: CWS eforms2 (1.5.46); FILE MERGED 2004/10/08 12:15:35 dvo 1.5.46.3: RESYNC: (1.6-1.7); FILE MERGED 2004/06/30 14:57:43 dvo 1.5.46.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/25 17:36:58 dvo 1.5.46.1: #114856# allow changes of control properties while control is focussed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [a063b0a9c13a78c8e53e70de81b71fe0e1f455cb]

        INTEGRATION: CWS eforms2 (1.9.148); FILE MERGED 2004/07/12 13:48:13 fs 1.9.148.3: #i10000# removed post-resync relicts 2004/06/30 11:07:14 dvo 1.9.148.2: RESYNC: (1.9-1.11); FILE MERGED 2004/03/25 17:36:57 dvo 1.9.148.1: #114856# allow changes of control properties while control is focussed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [308702c95a1774fb58a6204f8828370c4631cf87]

        INTEGRATION: CWS eforms2 (1.2.162); FILE MERGED 2004/06/03 15:30:01 dvo 1.2.162.2: ImplModelPropertiesChanged now throws RuntimeException 2004/03/25 17:36:57 dvo 1.2.162.1: #114856# allow changes of control properties while control is focussed

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [d65831eb6fa3e24601a4d5cedd43efb9f98c8ba9]

        INTEGRATION: CWS eforms2 (1.9.62); FILE MERGED 2004/11/07 01:57:05 dvo 1.9.62.5: RESYNC: (1.24-1.27); FILE MERGED 2004/10/08 12:05:12 dvo 1.9.62.4: RESYNC: (1.13-1.24); FILE MERGED 2004/08/16 17:15:56 dvo 1.9.62.3: RESYNC: (1.9-1.13); FILE MERGED 2004/08/09 14:04:06 dvo 1.9.62.2: #i31859# add XForms design mode switch Issue number: Submitted by: Reviewed by: 2004/08/05 05:53:48 pb 1.9.62.1: fix: #i32482# ShowDataNavigator added

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f703ba8d3685a3998f4d4ec5f73759c43de5698e]

        INTEGRATION: CWS eforms2 (1.17.72); FILE MERGED 2004/11/07 01:55:32 dvo 1.17.72.6: RESYNC: (1.22-1.23); FILE MERGED 2004/10/11 14:33:56 dvo 1.17.72.5: RESYNC: (1.21-1.22); FILE MERGED 2004/10/08 12:02:30 dvo 1.17.72.4: RESYNC: (1.19-1.21); FILE MERGED 2004/08/24 14:36:59 dvo 1.17.72.3: #i31958# no duplicate identifiers for XForms mode 2004/08/16 17:12:59 dvo 1.17.72.2: RESYNC: (1.17-1.19); FILE MERGED 2004/08/02 16:27:12 dvo 1.17.72.1: #i31958# implement 'New->XML Form Document'

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e9d1389605a119cc2802e6b64ecb3038fe2e8222]

        INTEGRATION: CWS dba19 (1.76.20); FILE MERGED 2004/11/04 10:48:44 oj 1.76.20.2: RESYNC: (1.76-1.77); FILE MERGED 2004/11/02 11:05:08 oj 1.76.20.1: #i36142# insert WAS_ENCODED for file url

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [e0ee07b3f1fc71f9f5e5c755a6519a9c029808ba]

        INTEGRATION: CWS dba19 (1.3.80); FILE MERGED 2004/11/08 07:06:50 oj 1.3.80.1: #i36686# fix solaris temp var bug for ref counts

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f27cd47eee008c56733d861dab7ed6a758652d85]

        INTEGRATION: CWS dba19 (1.94.12); FILE MERGED 2004/11/09 08:09:54 oj 1.94.12.3: #i36540# add forma letter again to supported features 2004/11/04 10:27:46 oj 1.94.12.2: RESYNC: (1.94-1.95); FILE MERGED 2004/11/04 08:43:47 oj 1.94.12.1: #i36537# return type instead of NULL for ?: operator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [73877da12ca50bebd95e03c50eb271439b29fc9f]

        INTEGRATION: CWS dba19 (1.2.30); FILE MERGED 2004/11/04 10:11:49 oj 1.2.30.2: RESYNC: (1.2-1.3); FILE MERGED 2004/11/04 08:43:46 oj 1.2.30.1: #i36537# return type instead of NULL for ?: operator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [902854c3eb4728fd6e17dcfe502c88903913c1e1]

        INTEGRATION: CWS dba19 (1.160.10); FILE MERGED 2004/11/09 08:09:23 oj 1.160.10.1: #i36540# add forma letter again to supported features

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [f9a58b9f5bcfde67645cd829a28c53984d19c13c]

        INTEGRATION: CWS dba19 (1.10.8); FILE MERGED 2004/11/09 08:09:14 oj 1.10.8.1: #i36540# add forma letter again to supported features

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [b7987087a6d3c778dc666457987083fbb5220339]

        INTEGRATION: CWS dba19 (1.2.50); FILE MERGED 2004/11/04 08:43:45 oj 1.2.50.1: #i36537# return type instead of NULL for ?: operator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [61b5d712e4e174b3daf6a71f9192a3a728d92db5]

        INTEGRATION: CWS dba19 (1.2.50); FILE MERGED 2004/11/04 08:43:44 oj 1.2.50.1: #i36537# return type instead of NULL for ?: operator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [4040c43a32557941be8c549d991f7512ebb8c329]

        INTEGRATION: CWS dba19 (1.3.30); FILE MERGED 2004/11/04 08:43:43 oj 1.3.30.1: #i36537# return type instead of NULL for ?: operator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [05fa2e8dbade408ca09d18c7d47cd87716592dc9]

        INTEGRATION: CWS dba19 (1.12.2); FILE MERGED 2004/11/04 10:37:43 oj 1.12.2.2: RESYNC: (1.12-1.14); FILE MERGED 2004/11/04 08:43:43 oj 1.12.2.1: #i36537# return type instead of NULL for ?: operator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [583a68abad339461218dae7c5b1fce75818113c0]

        INTEGRATION: CWS dba19 (1.9.50); FILE MERGED 2004/11/04 08:43:42 oj 1.9.50.1: #i36537# return type instead of NULL for ?: operator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [214b960adf6ceaf9fc8f723a80f07bc718377745]

        INTEGRATION: CWS dba19 (1.3.10); FILE MERGED 2004/11/11 14:24:15 oj 1.3.10.1: #i36537# catch exception and throw IOException instead

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [72970a5b1eeb0c6791987b9e1c19d5698d5e4dac]

        INTEGRATION: CWS dba19 (1.2.50); FILE MERGED 2004/11/04 08:43:42 oj 1.2.50.1: #i36537# return type instead of NULL for ?: operator

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [0ec721aef8cb5a6734769dae2b216f5d58e6016b]

        INTEGRATION: CWS dba19 (1.2.98); FILE MERGED 2004/10/28 11:25:14 oj 1.2.98.1: ##i36128# correct help id

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [720892d17a78decc711d4f1373e9cbfedd8fc886]

        INTEGRATION: CWS dba19 (1.2.98); FILE MERGED 2004/10/28 11:25:13 oj 1.2.98.1: ##i36128# correct help id

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [5e335365f06426c4e717de3188bb2894de5b6dab]

        INTEGRATION: CWS dba19 (1.2.76); FILE MERGED 2004/10/28 11:25:35 oj 1.2.76.1: #i36128# correct help id

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [8a77bde175cf5bf2bc475b85ba28b1fb979f23f1]

        INTEGRATION: CWS dba19 (1.20.32); FILE MERGED 2004/11/04 08:22:55 oj 1.20.32.1: #i36537# check if stmt is NULL

2004-11-16  Oliver Bolte  <obo@openoffice.org>  [59c8c6c71fa035fa9dc7d32d7d93a52a30c966c7]

        INTEGRATION: CWS dba19 (1.2.60); FILE MERGED 2004/10/28 11:25:45 oj 1.2.60.1: #i36128# correct help id

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d4a516b4185412117a32ad87b9e0713dfc8257bd]

        INTEGRATION: CWS cd01 (1.25.148); FILE MERGED 2004/11/07 19:14:25 cd 1.25.148.2: #i29811# Call setModified on docshell - IsLoading() must be checked as replaceByName can be called during load process! 2004/11/07 12:18:36 cd 1.25.148.1: #i29811# Call setModified on docshell

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [be4652f585759b7f4af40380f731efc64cad08a3]

        INTEGRATION: CWS cd01 (1.86.68); FILE MERGED 2004/11/02 13:21:11 as 1.86.68.1: #i35118# config items hold itself alive after first creation

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [70d8d8a12838630d827dd97c01c026d75c316595]

        INTEGRATION: CWS cd01 (1.11.1086); FILE MERGED 2004/11/07 17:43:55 mav 1.11.1086.2: #i35419# no sence to execute the code if the URL is empty 2004/11/07 17:43:13 mav 1.11.1086.1: #i35419# no sence to execute the code if the URL is empty

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [5eeea76f55389f2e8b4bb0846d490119c3d7e217]

        INTEGRATION: CWS cd01 (1.13.2); FILE MERGED 2004/11/07 18:25:35 mav 1.13.2.1: #i35325# allow to export documents with embedded objects

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1bc2a276bf59f9cbee9a6ae009e9686b98597156]

        INTEGRATION: CWS cd01 (1.16.162); FILE MERGED 2004/11/02 13:19:22 as 1.16.162.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [be547411219360050b0b4aab75278733026ce2bc]

        INTEGRATION: CWS cd01 (1.4.172); FILE MERGED 2004/11/02 13:19:22 as 1.4.172.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [23f755eb475abb16d732b656c9f6db111d60c859]

        INTEGRATION: CWS cd01 (1.12.162); FILE MERGED 2004/11/02 13:19:22 as 1.12.162.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [912708e7632f2b771da335a7cc3e0f0191d5f0a1]

        INTEGRATION: CWS cd01 (1.9.172); FILE MERGED 2004/11/02 13:19:21 as 1.9.172.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [978d6ad074d5775509574d8d152503947cc04029]

        INTEGRATION: CWS cd01 (1.21.86); FILE MERGED 2004/11/02 13:19:21 as 1.21.86.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [34473310e7d742a2c5a176491c1e06ce581b1a18]

        INTEGRATION: CWS cd01 (1.16.172); FILE MERGED 2004/11/02 13:19:21 as 1.16.172.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a67b5355012435e2dcd540302aac6e40b85d415d]

        INTEGRATION: CWS cd01 (1.20.114); FILE MERGED 2004/11/02 13:19:20 as 1.20.114.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c72036879468f53176f4fe91f656f51530390a17]

        INTEGRATION: CWS cd01 (1.9.172); FILE MERGED 2004/11/02 13:19:20 as 1.9.172.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [354028639a061d5b6ee664e60056bffc36da4934]

        INTEGRATION: CWS cd01 (1.7.172); FILE MERGED 2004/11/02 13:19:20 as 1.7.172.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [67f3c8fc5dcd32eb5223b4d7c3515ee9520d203b]

        INTEGRATION: CWS cd01 (1.48.156); FILE MERGED 2004/11/02 13:19:20 as 1.48.156.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [467e03fa41edd12ba21345a21b67b139593b22c7]

        INTEGRATION: CWS cd01 (1.5.172); FILE MERGED 2004/11/02 13:19:19 as 1.5.172.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [5a95d70297e1ccb0b474913b9b58310ece82a14a]

        INTEGRATION: CWS cd01 (1.1.2); FILE ADDED 2004/11/02 13:19:50 as 1.1.2.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [22e9164adf66e936fb0b30d4d2657281a865fd64]

        INTEGRATION: CWS cd01 (1.1.2); FILE ADDED 2004/11/02 13:19:51 as 1.1.2.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b30d58a6fd505884cb365163ced407e1bb302956]

        INTEGRATION: CWS cd01 (1.1.2); FILE ADDED 2004/11/02 13:19:52 as 1.1.2.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c5891b0ff879e660d533cca17cfd3ef63f83a24f]

        INTEGRATION: CWS cd01 (1.12.172); FILE MERGED 2004/11/02 13:19:19 as 1.12.172.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e9c043293c9cd79a899e935e2c59fa91050bf1a0]

        INTEGRATION: CWS cd01 (1.24.76); FILE MERGED 2004/11/02 13:19:19 as 1.24.76.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ab1a2c325f88a9359d9a3ed2a302cf88d19971e7]

        INTEGRATION: CWS cd01 (1.14.228); FILE MERGED 2004/11/02 13:19:19 as 1.14.228.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [61bf8b6c01c3bb40388fbbc972bb880cf891e525]

        INTEGRATION: CWS cd01 (1.12.708); FILE MERGED 2004/11/02 13:19:18 as 1.12.708.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4e844aa340631e0824730e98a4d99dd18f72e692]

        INTEGRATION: CWS cd01 (1.3.172); FILE MERGED 2004/11/02 13:19:18 as 1.3.172.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [dd2e68feea0ff6e7b07a4983bf9ab80137a6e416]

        INTEGRATION: CWS cd01 (1.2.214); FILE MERGED 2004/11/02 13:19:17 as 1.2.214.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [96aca5a3106392b81969da4da90273dd83fcfc9b]

        INTEGRATION: CWS cd01 (1.2.172); FILE MERGED 2004/11/02 13:19:17 as 1.2.172.1: #i35118# hold some config items alive till config dies

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d71b854d18eb1cdb5d152c2bff68f47d46821650]

        INTEGRATION: CWS cd01 (1.12.50); FILE MERGED 2004/11/02 11:50:44 cd 1.12.50.1: #i35611# Use new configuration API to retrieve accelerator keys

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [fac5138936da2bf6cdfb8332dbf9eda7dfda8aac]

        INTEGRATION: CWS cd01 (1.4.366); FILE MERGED 2004/11/04 08:51:19 as 1.4.366.1: #i13377# catch runtime errors of external components, which are not realy under control of the office

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [971d88dee1e4a2dd5e737bde7ece4161d03c580c]

        INTEGRATION: CWS cd01 (1.5.90); FILE MERGED 2004/11/02 11:47:54 cd 1.5.90.1: #i35611# Use new configuration API to retrieve accelerator keys

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7c9218405a6e51f8af2cf322cc1329af286e1f72]

        INTEGRATION: CWS tl03 (1.3.64); FILE MERGED 2004/09/20 13:03:20 tl 1.3.64.1: #i33346# mutex handling now exception safe

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [f69920c6d7e99951c7a79fa2c760e0a9f88ffc68]

        INTEGRATION: CWS tl03 (1.2.64); FILE MERGED 2004/09/20 13:03:20 tl 1.2.64.1: #i33346# mutex handling now exception safe

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [edcfaf2de3c3ab1840e96ca144a97972b53e377f]

        INTEGRATION: CWS tl03 (1.10.94); FILE MERGED 2004/09/29 11:22:54 tl 1.10.94.2: #116860# insertString decription updated 2004/09/29 10:59:28 tl 1.10.94.1: #116860# insertString decription fixed

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e67f2faaf01f6554aff3552e36795ff3db5ad413]

        INTEGRATION: CWS tl03 (1.48.40); FILE MERGED 2004/10/12 12:56:46 tl 1.48.40.2: RESYNC: (1.48-1.49); FILE MERGED 2004/10/07 09:53:49 tl 1.48.40.1: #i22746# checking for text selection when using SwXTextViewCursor

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [597508545af76cf18e8388451c2aa5b8b0bfb5be]

        INTEGRATION: CWS tl03 (1.90.84); FILE MERGED 2004/11/05 10:21:38 tl 1.90.84.3: RESYNC: (1.92-1.93); FILE MERGED 2004/10/12 12:56:35 tl 1.90.84.2: RESYNC: (1.90-1.92); FILE MERGED 2004/09/27 11:31:11 tl 1.90.84.1: #i33294# refuse creation of OLE2 shape objects in document factory

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3734abc3d8c7f320f9034e892d5e98621717e5bb]

        INTEGRATION: CWS tl03 (1.39.6); FILE MERGED 2004/09/20 13:00:58 tl 1.39.6.1: #i33346# checking for read-only flag now

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7d474be6aaab5ed9aeb8c0ee1b81f7b2a58f921a]

        INTEGRATION: CWS tl03 (1.7.664); FILE MERGED 2004/10/12 12:44:07 tl 1.7.664.2: RESYNC: (1.7-1.8); FILE MERGED 2004/10/07 09:48:35 tl 1.7.664.1: #i22746# checking for text selection when using SwXTextViewCursor

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [094debc9a0320af0d2afc38d2bf4608f378cca0a]

        INTEGRATION: CWS tl03 (1.26.38); FILE MERGED 2004/09/29 10:46:22 tl 1.26.38.1: #116860# insertString fixed ranges from bookmarks

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [591b9afbfa84163eaa2e8e80d4a532c0b68a7bbf]

        INTEGRATION: CWS tl03 (1.69.2); FILE MERGED 2004/10/12 11:10:35 tl 1.69.2.4: RESYNC: (1.69-1.70); FILE MERGED 2004/10/01 11:22:37 tl 1.69.2.3: #i28631# use status indicator provided by SfxMedium only 2004/09/24 12:28:16 tl 1.69.2.2: #i32844# RuntimUID no longer part of configuration settings 2004/09/24 11:26:20 tl 1.69.2.1: #i32296# loading of text font attributes in XML import fixed

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [cdd5a8968a39b00aa4dc9f3980fa7850ee3cc451]

        INTEGRATION: CWS tl03 (1.166.30); FILE MERGED 2004/09/27 09:24:23 tl 1.166.30.1: #i33475# added missing CharFontNameAsian to document properties

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [71f13a801608538f56a0cb2bce07a03faa5856f6]

        INTEGRATION: CWS tl03 (1.36.38); FILE MERGED 2004/10/04 13:03:33 tl 1.36.38.1: #i29942# SwTxtNode::Update for bookmarks fixed. Bookmarks no longer grow on either side.

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3aef4df3fc938eb66730986792ba05cfa72f9dd4]

        INTEGRATION: CWS tl03 (1.33.70); FILE MERGED 2004/10/12 11:12:18 tl 1.33.70.2: RESYNC: (1.33-1.34); FILE MERGED 2004/09/24 11:26:21 tl 1.33.70.1: #i32296# loading of text font attributes in XML import fixed

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [673f0a0b13ce850a9d2ffbf8e7826af0631f0b0c]

        INTEGRATION: CWS tl03 (1.8.94); FILE MERGED 2004/11/05 10:03:02 tl 1.8.94.3: RESYNC: (1.9-1.10); FILE MERGED 2004/10/12 11:12:08 tl 1.8.94.2: RESYNC: (1.8-1.9); FILE MERGED 2004/09/24 11:26:21 tl 1.8.94.1: #i32296# loading of text font attributes in XML import fixed

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6eacca31e828189f02b3073b4ffb0e5ea539270e]

        INTEGRATION: CWS tl03 (1.29.2); FILE MERGED 2004/09/24 11:26:21 tl 1.29.2.1: #i32296# loading of text font attributes in XML import fixed

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [290a56568ea065e29e36c8f05cd283034758443c]

        INTEGRATION: CWS calc25 (1.70.12); FILE MERGED 2004/11/04 17:36:02 nn 1.70.12.2: RESYNC: (1.70-1.71); FILE MERGED 2004/11/03 14:48:49 nn 1.70.12.1: #i30711# load: don't throw an exception if the ErrorCode is a warning

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b473fb92ce712114f3abfb21d5fe89b049992da4]

        INTEGRATION: CWS tl03 (1.32.4); FILE MERGED 2004/09/24 11:26:20 tl 1.32.4.1: #i32296# loading of text font attributes in XML import fixed

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [ad52262f6a42811bc603383b39aed4658e0c8946]

        INTEGRATION: CWS texteng03 (1.3.58); FILE MERGED 2004/10/29 13:11:20 ab 1.3.58.1: #111742# Enum support

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b2699e15b20c20a4d13d1a65bcc116457b44beb7]

        INTEGRATION: CWS calc25 (1.16.74); FILE MERGED 2004/11/02 12:17:15 jmarmion 1.16.74.1: #i36502# remove the AdjustTextFrameWidthAndHeight() and use the existing TextRect.

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [212149343c6128d4b516df33fd92b7973bc4962d]

        INTEGRATION: CWS tl03 (1.67.10); FILE MERGED 2004/10/15 07:30:33 tl 1.67.10.3: #i28635# fixed missed merge problems 2004/10/12 11:10:25 tl 1.67.10.2: RESYNC: (1.67-1.68); FILE MERGED 2004/09/24 11:26:19 tl 1.67.10.1: #i32296# loading of text font attributes in XML import fixed

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7b4de16572405edb838b7e4c446f0ab09c408219]

        INTEGRATION: CWS tl03 (1.27.94); FILE MERGED 2004/09/24 11:26:19 tl 1.27.94.1: #i32296# loading of text font attributes in XML import fixed

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [51f5bd983cb7e0e7c42cb9ff3afaee6e59b67f61]

        INTEGRATION: CWS texteng03 (1.5.58); FILE MERGED 2004/10/29 14:16:58 ab 1.5.58.1: #111742# Enum support

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6aa85439b158013ba050199fd93c2d0a68c7c538]

        INTEGRATION: CWS tl03 (1.18.124); FILE MERGED 2004/10/12 11:09:50 tl 1.18.124.2: RESYNC: (1.18-1.19); FILE MERGED 2004/09/24 11:25:41 tl 1.18.124.1: #i32296# loading of text font attributes in XML import fixed

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [bd11fd1d24ea26a3e3ea0abdd277a982212de3fc]

        INTEGRATION: CWS texteng03 (1.14.10); FILE MERGED 2004/10/29 15:00:43 ab 1.14.10.1: #111742# Enum support

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [f3bef18a6d2fb621f829740a5be0df5c3c3427d1]

        INTEGRATION: CWS tl03 (1.5.66); FILE MERGED 2004/10/01 10:45:52 tl 1.5.66.1: #i28631# removed export flag from not existing export filters

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [dd4386bc5a7f8557fe90fe35ed36d4d7e8cb767f]

        INTEGRATION: CWS tl03 (1.4.80); FILE MERGED 2004/10/01 10:45:52 tl 1.4.80.1: #i28631# removed export flag from not existing export filters

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3ff4564f5b4671ebda35c005902714cda9c814e1]

        INTEGRATION: CWS calc25 (1.20.68); FILE MERGED 2004/10/28 16:05:41 nn 1.20.68.1: #i33370# handle SID_FONTWORK_GALLERY_FLOATER in ExecDrawIns, don't modify DrawFuncPtr

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ad0bf9747adfb87be1ba7b4d6a55be5d76724e11]

        INTEGRATION: CWS calc25 (1.17.32); FILE MERGED 2004/10/28 16:05:41 nn 1.17.32.1: #i33370# handle SID_FONTWORK_GALLERY_FLOATER in ExecDrawIns, don't modify DrawFuncPtr

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7ce475ee5ba78153a5a4f683544772ceb15e2485]

        INTEGRATION: CWS calc25 (1.22.66); FILE MERGED 2004/11/04 16:44:25 nn 1.22.66.1: #i36598# include page field selection in SID_DATA_SELECT

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3c7388b1893e3533206094431d2f23bde6ee3751]

        INTEGRATION: CWS calc25 (1.7.204); FILE MERGED 2004/11/04 16:44:24 nn 1.7.204.1: #i36598# include page field selection in SID_DATA_SELECT

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d152ef7b81860d537afd21b8b76cb802534ad706]

        INTEGRATION: CWS calc25 (1.66.66); FILE MERGED 2004/10/29 13:22:26 nn 1.66.66.1: #i36120# MouseButtonDown: AutoFilter/Scenarios/DataPilot buttons only with left mouse button

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [7568ef62917299b0b24c211180a26f67c88a9eb0]

        INTEGRATION: CWS texteng03 (1.39.28); FILE MERGED 2004/10/07 09:23:12 mt 1.39.28.1: #116174# More places must check for bDoSyntaxHighlight

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [14bad64e1fc34e578b91e09a41156fb7f065e71b]

        INTEGRATION: CWS calc25 (1.31.68); FILE MERGED 2004/11/04 16:44:26 nn 1.31.68.1: #i36598# include page field selection in SID_DATA_SELECT

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b5c62f7d7563bb5fd3507595b1db35faf9beb42d]

        INTEGRATION: CWS calc25 (1.23.68); FILE MERGED 2004/11/01 16:57:10 nn 1.23.68.1: #i36378# removed TABLEID_DOC define again

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [f2e3ee87ae7c5e8afd912c6377733391b3ea7802]

        INTEGRATION: CWS texteng03 (1.12.10); FILE MERGED 2004/11/04 11:11:18 ab 1.12.10.1: #118235# Consider Gosub in For Level handling

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [2ba64cda55bb9afccc9e35c33f42d989786ec74d]

        INTEGRATION: CWS calc25 (1.16.68); FILE MERGED 2004/11/04 16:43:36 nn 1.16.68.1: #i36598# include page field selection in SID_DATA_SELECT

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [9110185d80316f428c8578f93ff2ce8aad27a68a]

        INTEGRATION: CWS texteng03 (1.12.58); FILE MERGED 2004/11/05 07:26:30 ab 1.12.58.4: #118121# RTL function InStrRev 2004/11/04 15:17:48 ab 1.12.58.3: #117765# RTL function to access RTL library explicitely 2004/10/22 07:15:57 ab 1.12.58.2: #118117# Added AscW and ChrW 2004/10/12 14:10:24 ab 1.12.58.1: #i17884# Fixed handling of parameters/return values > 0x7fff in Asc, InStr, Left

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b509ac21a08deee1298c7b23b3db7fd33a919505]

        INTEGRATION: CWS calc25 (1.18.72); FILE MERGED 2004/11/04 16:43:36 nn 1.18.72.1: #i36598# include page field selection in SID_DATA_SELECT

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [6da4d12ee857bdeeac218f8ea735bfb9d664d4ea]

        INTEGRATION: CWS texteng03 (1.16.10); FILE MERGED 2004/11/04 10:52:55 ab 1.16.10.1: #118235# Maintain For Level in runtime and Gosub Stack

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [04cd2b03cb499914996ff50dc59cc31c3aa9b4b2]

        INTEGRATION: CWS calc25 (1.52.64); FILE MERGED 2004/11/03 14:54:52 nn 1.52.64.1: #i31130# store xml overflow flag in document instead of ScXMLImport

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [ce9999c97399df2ff04ef36d78f33440871c54c3]

        INTEGRATION: CWS texteng03 (1.9.58); FILE MERGED 2004/11/05 07:26:30 ab 1.9.58.2: #118121# RTL function InStrRev 2004/11/04 15:17:47 ab 1.9.58.1: #117765# RTL function to access RTL library explicitely

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [432009782d82d90cd00c1af6734a841bdd04c0de]

        INTEGRATION: CWS calc25 (1.77.70); FILE MERGED 2004/11/03 14:54:51 nn 1.77.70.1: #i31130# store xml overflow flag in document instead of ScXMLImport

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [b683223ff3908c5abe3ac680a881ace719229a6d]

        INTEGRATION: CWS texteng03 (1.55.18); FILE MERGED 2004/11/05 07:26:29 ab 1.55.18.5: #118121# RTL function InStrRev 2004/11/04 15:17:46 ab 1.55.18.4: #117765# RTL function to access RTL library explicitely 2004/11/04 11:47:38 ab 1.55.18.3: #i17884# Fixed Right/Left error handling 2004/10/29 13:34:51 ab 1.55.18.2: #111742# Disassembly functionality for debugging improved 2004/10/12 14:10:24 ab 1.55.18.1: #i17884# Fixed handling of parameters/return values > 0x7fff in Asc, InStr, Left

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [13861a42a3e5c05283fe301424df5f34b230d094]

        INTEGRATION: CWS calc25 (1.103.62); FILE MERGED 2004/11/03 14:54:51 nn 1.103.62.1: #i31130# store xml overflow flag in document instead of ScXMLImport

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [23b49669ab70cac72d5f6d955e7d2af617e6934e]

        INTEGRATION: CWS texteng03 (1.21.82); FILE MERGED 2004/10/13 08:26:00 ab 1.21.82.1: #i18638# Don't delete file when opening for writing in binary mode

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [cabe5f63be24bff65f564a1e767331767012e222]

        INTEGRATION: CWS calc25 (1.13.116); FILE MERGED 2004/11/02 16:33:35 nn 1.13.116.1: #b5079741# use Time::GetSystemTicks instead of own GetSysTicks

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [3112f10e502ef4f97d6af4e2ea87a6a5b097b3aa]

        INTEGRATION: CWS texteng03 (1.5.10); FILE MERGED 2004/10/21 09:38:07 ab 1.5.10.1: #118206# SetCompatible(bool) method

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c13cc1e58d946605cddbbe65b8d483933e647d81]

        INTEGRATION: CWS calc25 (1.31.2); FILE MERGED 2004/11/02 16:38:52 er 1.31.2.1: #i36516# GetString: convert double to string also if from matrix

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [59f669f634684463f015839d6f3a7fa26b5d02f1]

        INTEGRATION: CWS texteng03 (1.17.58); FILE MERGED 2004/11/04 10:48:30 ab 1.17.58.1: #118235# Moved struct SbiGosubStack here and included For Level there

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [9356caad231a1504710189edc0cda333a1725786]

        INTEGRATION: CWS texteng03 (1.2.58); FILE MERGED 2004/10/29 13:13:38 ab 1.2.58.1: #111742# Enum support

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7c6067953b0571186a55c541d82de9539999af21]

        INTEGRATION: CWS calc25 (1.11.204); FILE MERGED 2004/11/04 14:53:41 nn 1.11.204.1: #i22811# better precision for skew/kurt (patch from mukund)

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [a2a7e0fa5992c66cc0ce7a0cf388501df3571848]

        INTEGRATION: CWS texteng03 (1.3.194); FILE MERGED 2004/10/29 13:02:53 ab 1.3.194.1: #111742# Enum support

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [170524bf80e78fda8cb53ac0e2d34f47004e807c]

        INTEGRATION: CWS calc25 (1.21.68); FILE MERGED 2004/11/04 14:16:09 er 1.21.68.1: #i28955# goal seek ScBackSolver: break out of discrete functions' steadiness; provided by Kohei Yoshida <kohei@ooo>

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e128f3f55e89e91d5e392b4de11d0255a9a426c5]

        INTEGRATION: CWS calc25 (1.31.2); FILE MERGED 2004/11/04 14:53:19 nn 1.31.2.2: #i22811# better precision for var/varp/stdev/stdevp/devsq (patch from mukund) 2004/11/01 17:09:40 er 1.31.2.1: #i36381# numbers are treated as being less than strings only for the [HV]?LOOKUP and MATCH functions

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [4379f536d993f3138cdc83dd587fffd8302a098a]

        INTEGRATION: CWS texteng03 (1.5.82); FILE MERGED 2004/10/29 14:10:03 ab 1.5.82.1: #111742# Disassembly functionality for debugging improved

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [bc7adab77dfc9eb1fa25361544ab23a9f8648517]

        INTEGRATION: CWS texteng03 (1.6.58); FILE MERGED 2004/10/29 14:17:29 ab 1.6.58.1: #111742# Enum support

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e75a071fcbfdbf64548b326906c9132e6e48a289]

        INTEGRATION: CWS calc25 (1.19.2); FILE MERGED 2004/11/01 17:09:39 er 1.19.2.1: #i36381# numbers are treated as being less than strings only for the [HV]?LOOKUP and MATCH functions

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [77b60f1563a82963de12629b954038fad246ea9a]

        INTEGRATION: CWS calc25 (1.17.74); FILE MERGED 2004/11/01 17:09:39 er 1.17.74.1: #i36381# numbers are treated as being less than strings only for the [HV]?LOOKUP and MATCH functions

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [356c3300afb8198bc3be2a1d92db9ce7a43e3f05]

        INTEGRATION: CWS texteng03 (1.3.58); FILE MERGED 2004/10/29 15:01:17 ab 1.3.58.1: #111742# Enum support

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [aa33164819cfebbe6de2ed7f37878cebaf3d7b74]

        INTEGRATION: CWS calc25 (1.62.74); FILE MERGED 2004/11/09 15:44:54 er 1.62.74.1: #i36299# UpdateReference: don't duplicate start/end listeners action during cut&paste / drag&drop

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [770b39af1a750f5f7e132c99890658946953f18c]

        INTEGRATION: CWS texteng03 (1.17.40); FILE MERGED 2004/11/04 10:20:47 ab 1.17.40.5: #108518# Fixed uninitialised variable 2004/11/02 11:35:15 ab 1.17.40.4: #108518# Syntax highlighter now directly works on Unicode characters 2004/11/01 15:33:11 ab 1.17.40.3: #116174# Removed StarScript related code that caused performance problems 2004/10/29 13:26:13 ab 1.17.40.2: #111742# Enum support 2004/10/21 09:43:28 ab 1.17.40.1: #118206# Check option compatible also in SetSource32() preparsing

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [81425f27d703266a426bee2c1d00a6dca89cae61]

        INTEGRATION: CWS calc25 (1.36.68); FILE MERGED 2004/11/02 16:33:50 nn 1.36.68.1: #b5079741# use Time::GetSystemTicks instead of own GetSysTicks

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [8589c5e1586e7460f8c8f0268c92c2d6f36df125]

        INTEGRATION: CWS texteng03 (1.10.90); FILE MERGED 2004/10/29 13:22:17 ab 1.10.90.1: #111742# Enum support

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0fba2ff42a573b72d790f0937bbffc3306084180]

        INTEGRATION: CWS calc25 (1.45.74); FILE MERGED 2004/11/03 14:54:14 nn 1.45.74.1: #i31130# store xml overflow flag in document instead of ScXMLImport

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [74a7b8a568fbe53c16ee9826006004b3d189e34f]

        INTEGRATION: CWS texteng03 (1.10.56); FILE MERGED 2004/10/29 13:17:47 ab 1.10.56.1: #111742# Enum support

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e27d28e906d9b6b58ffc0a613e0b475d7d83bf74]

        INTEGRATION: CWS calc25 (1.11.74); FILE MERGED 2004/11/02 15:37:47 er 1.11.74.1: #i36514# BinarySearch: don't access memory beyond array bounds

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4672060ae7e1be22aae9950ebb5700aef0381799]

        INTEGRATION: CWS calc25 (1.21.78); FILE MERGED 2004/11/09 15:44:53 er 1.21.78.3: #i36299# UpdateReference: don't duplicate start/end listeners action during cut&paste / drag&drop 2004/11/05 11:27:29 er 1.21.78.2: #i18937# UpdateReference: a shared formula is not a named formula that needs it's relative references wrapped, even if it is stored as such 2004/11/02 14:40:16 er 1.21.78.1: #i36299# UpdateReference: don't duplicate start/end listeners action during cut&paste / drag&drop

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8e2ab27107fb5f48b00f9d1c54ba41091a53b13c]

        INTEGRATION: CWS calc25 (1.24.2); FILE MERGED 2004/11/04 17:33:58 nn 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2004/11/02 15:09:01 er 1.24.2.1: #i36515# Interpret: let the interpreter release an unused matrix by refcount

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b5208d5a961bd18dda75f51b4ecf7e2a883a020e]

        INTEGRATION: CWS calc25 (1.16.32); FILE MERGED 2004/10/28 16:05:19 nn 1.16.32.1: #i33370# handle SID_FONTWORK_GALLERY_FLOATER in ExecDrawIns, don't modify DrawFuncPtr

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [786b591f4200c660ae5ef6c09afc421eee6c9421]

        INTEGRATION: CWS texteng03 (1.44.126); FILE MERGED 2004/11/05 09:31:38 ab 1.44.126.3: #i30810# Fixed incorrect merge changes 2004/11/05 08:23:33 ab 1.44.126.2: RESYNC: (1.44-1.45); FILE MERGED Resolved merge conflict 2004/10/06 11:53:35 mt 1.44.126.1: #i30810# Call HINT_MODIFIED after Paste()

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [4a2b2d29b5bb4db076b4281f5c5e7b627f572d06]

        INTEGRATION: CWS texteng03 (1.36.86); FILE MERGED 2004/11/08 15:19:24 mt 1.36.86.1: #i30810# MaxTextWidth...

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ee73378d75a9e348c1ee9fd73bc91fff9f355533]

        INTEGRATION: CWS calc25 (1.40.74); FILE MERGED 2004/11/01 17:09:38 er 1.40.74.1: #i36381# numbers are treated as being less than strings only for the [HV]?LOOKUP and MATCH functions

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [bc152d7b475be443bd3a11d6c123b9f26b194fe4]

        INTEGRATION: CWS calc25 (1.83.74); FILE MERGED 2004/11/03 14:53:50 nn 1.83.74.1: #i31130# store xml overflow flag in document instead of ScXMLImport

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [bc509445bd43eb91ea2aa81c21585def82434144]

        INTEGRATION: CWS migration1 (1.150.8); FILE MERGED 2004/11/03 19:34:42 lo 1.150.8.2: RESYNC: (1.150-1.155); FILE MERGED 2004/08/30 12:54:01 lo 1.150.8.1: #i33255# first start wizard

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [b1754881068e0ce72e3f811d04f24189117412d4]

        INTEGRATION: CWS scriptingf8 (1.7.34); FILE MERGED 2004/11/03 17:32:38 toconnor 1.7.34.1: #i36126# current document sometimes not display in Macro Selector

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [9f0e5a64a85dc6f3324632d6502e1fc77fcb01bb]

        INTEGRATION: CWS scriptingf8 (1.5.2); FILE MERGED 2004/11/10 17:54:11 toconnor 1.5.2.1: #i36553# cannot execute beanshell script from editor

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [28f5635f4bfb6a59c217e04dc6cf7934098f0a72]

        INTEGRATION: CWS scriptingf8 (1.2.36); FILE MERGED 2004/11/03 17:28:47 toconnor 1.2.36.1: #i35947# cannot create a script using J2SE 5.0

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [2a8aecae64eb4521381c733f697ec097dc255e25]

        INTEGRATION: CWS scriptingf8 (1.3.2); FILE MERGED 2004/11/04 16:40:14 toconnor 1.3.2.1: #i36553# cannot execute macro deployed in UNO package

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [0ae0a37856cdb89a902cef3b118939aaf2c8e7f2]

        INTEGRATION: CWS scriptingf8 (1.5.20); FILE MERGED 2004/11/04 16:40:14 toconnor 1.5.20.1: #i36553# cannot execute macro deployed in UNO package

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [0c4c6206dedbe746531af917f5c2d07313a4d860]

        INTEGRATION: CWS scriptingf8 (1.5.2); FILE MERGED 2004/11/04 16:40:13 toconnor 1.5.2.1: #i36553# cannot execute macro deployed in UNO package

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [43c37b3357c5e883e75fa68f8f45154abb1e8545]

        INTEGRATION: CWS migration1 (1.47.8); FILE MERGED 2004/11/03 19:41:40 lo 1.47.8.3: RESYNC: (1.47-1.49); FILE MERGED 2004/10/25 09:22:08 lo 1.47.8.2: #i33255 migration and first start wizard implementation 2004/08/30 14:12:08 lo 1.47.8.1: #i33255# first start wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [32b999424eb833b1142e819edc88e0c024ee9680]

        INTEGRATION: CWS migration1 (1.3.4); FILE MERGED 2004/11/09 15:34:02 lo 1.3.4.1: #i33255# hid ids for wizard buttons

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [56c63e4b3f5baacbbc7a5e6dc35ba830ff06a9fe]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/11/01 14:56:04 jl 1.1.2.2: #i34437# migration service for Java 2004/10/27 15:03:31 jl 1.1.2.1: #i34437# migration services

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b434e50ea9f4c60d6e7bdd83eaf3c89663a62809]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/27 15:02:57 jl 1.1.2.1: #i34437# migration services

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [bf88585e495ae2873eceb8b278c557e833b62a68]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/11/01 14:56:04 jl 1.1.2.2: #i34437# migration service for Java 2004/10/27 15:03:19 jl 1.1.2.1: #i34437# migration services

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ecc4524dc9de81c8f19818e73f2dfe887bdc999b]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/27 15:02:25 jl 1.1.2.1: #i34437# migration services

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0ac9b54688f1ffa386abfcae031e0b8ce02f7417]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/11/01 14:56:03 jl 1.1.2.2: #i34437# migration service for Java 2004/10/27 15:02:13 jl 1.1.2.1: #i34437# migration services

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [64e487c957880250ce66c5d5cbf60bb5d9003d2f]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/27 15:03:08 jl 1.1.2.1: #i34437# migration services

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [30a2837e9159151a9d72a910efc3a46350330bcc]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/27 15:02:02 jl 1.1.2.1: #i34437# migration services

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [2b7d7d331c05802079f4df6a7d74d0fc9dcf32ae]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/11/09 16:30:57 lo 1.1.2.10: #i33255# changes according to spec, hid ids for wizard buttons 2004/11/09 16:18:34 lo 1.1.2.9: #i33255# changes according to spec, hid ids for wizard buttons 2004/11/09 15:34:38 lo 1.1.2.8: #i33255# changes according to spec, hid ids for wizard buttons 2004/11/08 14:28:34 lo 1.1.2.7: #i33255# typo 2004/11/05 15:08:08 lo 1.1.2.6: #i33255# fixed lines 2004/10/25 09:22:08 lo 1.1.2.5: #i33255 migration and first start wizard implementation 2004/08/31 16:51:04 lo 1.1.2.4: #i33255# first start wizard 2004/08/31 14:00:30 lo 1.1.2.3: #i33255# first start wizard 2004/08/27 16:29:31 lo 1.1.2.2: #i33255# bold headers 2004/08/27 14:38:28 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [22deca23c4f1a966b498a74276a769fb480c196b]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/25 09:22:08 lo 1.1.2.3: #i33255 migration and first start wizard implementation 2004/08/27 16:29:31 lo 1.1.2.2: #i33255# bold headers 2004/08/27 14:38:24 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1aee43ce4ece1bba9a7db38f6145a23b1acb7dda]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/11/05 15:08:07 lo 1.1.2.6: #i33255# fixed lines 2004/10/25 09:22:08 lo 1.1.2.5: #i33255 migration and first start wizard implementation 2004/08/31 16:51:04 lo 1.1.2.4: #i33255# first start wizard 2004/08/31 14:00:30 lo 1.1.2.3: #i33255# first start wizard 2004/08/27 16:29:31 lo 1.1.2.2: #i33255# bold headers 2004/08/27 14:38:23 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [22fa7949051b3040e7615974933f133aea79975c]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/11/09 15:34:38 lo 1.1.2.7: #i33255# changes according to spec, hid ids for wizard buttons 2004/11/05 15:08:06 lo 1.1.2.6: #i33255# fixed lines 2004/11/04 17:08:53 lo 1.1.2.5: #i33255# call base class' enterState 2004/10/25 10:00:22 lo 1.1.2.4: #i33255 migration and first start wizard implementation 2004/10/25 09:22:07 lo 1.1.2.3: #i33255 migration and first start wizard implementation 2004/08/27 16:29:31 lo 1.1.2.2: #i33255# bold headers 2004/08/27 14:38:22 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [bb999af177ebf1ea90246649b8a62bed3d94cbc1]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/25 09:22:07 lo 1.1.2.3: #i33255 migration and first start wizard implementation 2004/08/27 16:29:30 lo 1.1.2.2: #i33255# bold headers 2004/08/27 14:38:21 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [670bee2a3e3474b333b7354a325ea4d47e15e9fa]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/25 09:22:07 lo 1.1.2.4: #i33255 migration and first start wizard implementation 2004/08/31 16:51:04 lo 1.1.2.3: #i33255# first start wizard 2004/08/27 16:29:30 lo 1.1.2.2: #i33255# bold headers 2004/08/27 14:38:21 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [25461569f405e802632b9664ced738c62207a4b7]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/11/10 11:08:58 lo 1.1.2.7: #i33255# disable migration for PRODUCT builds, refresh config after migration 2004/10/27 14:46:53 lo 1.1.2.6: #i33255# better version string handling 2004/10/25 09:22:07 lo 1.1.2.5: #i33255 migration and first start wizard implementation 2004/08/31 16:51:03 lo 1.1.2.4: #i33255# first start wizard 2004/08/31 14:00:29 lo 1.1.2.3: #i33255# first start wizard 2004/08/27 16:29:30 lo 1.1.2.2: #i33255# bold headers 2004/08/27 14:38:20 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [89892315e658219273081fbf7dcc3d484d0b1654]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/08/27 14:38:19 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [92e761269dee7be18c55e926fc8241005a589d47]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/25 09:22:07 lo 1.1.2.4: #i33255 migration and first start wizard implementation 2004/08/31 16:51:03 lo 1.1.2.3: #i33255# first start wizard 2004/08/27 16:29:30 lo 1.1.2.2: #i33255# bold headers 2004/08/27 16:05:16 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [27aa57c9824f03c4771dbc503529f48fa0d11713]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/08/27 14:38:18 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [dce7490af5c96544e8e8504483d372cd9c729645]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/11/10 11:08:57 lo 1.1.2.13: #i33255# disable migration for PRODUCT builds, refresh config after migration 2004/10/29 13:38:14 lo 1.1.2.12: #i30456# trim version string 2004/10/29 09:41:21 lo 1.1.2.11: #i30456# path bug 2004/10/29 08:27:34 lo 1.1.2.10: #i30456# path bug 2004/10/27 14:46:52 lo 1.1.2.9: #i33255# better version string handling 2004/10/27 08:20:32 lo 1.1.2.8: #i33255# better way to find version file 2004/10/25 13:34:25 lo 1.1.2.7: #i33255 migration and first start wizard implementation 2004/10/25 10:32:36 lo 1.1.2.6: #i33255 migration and first start wizard implementation 2004/10/25 09:22:06 lo 1.1.2.5: #i33255 migration and first start wizard implementation 2004/08/31 17:11:01 lo 1.1.2.4: #i33255# first start wizard 2004/08/31 16:51:03 lo 1.1.2.3: #i33255# first start wizard 2004/08/27 16:29:29 lo 1.1.2.2: #i33255# bold headers 2004/08/27 14:38:18 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [422484622bb54b74d88f03d3f5971810820efe44]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/25 09:22:06 lo 1.1.2.2: #i33255 migration and first start wizard implementation 2004/08/27 14:38:17 lo 1.1.2.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3f0b8096db7a12af07a3c97f0e9d1a9ca5db1554]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/25 09:22:55 lo 1.1.2.1: #i33255 migration and first start wizard implementation

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a4654b0be9f75aa62a2467fc38cc3b8f0b711f8e]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/11/01 16:57:17 lo 1.1.2.4: #i30456# filter fix 2004/11/01 14:21:14 lo 1.1.2.3: #i30456# filter fix 2004/11/01 12:33:23 lo 1.1.2.2: #i30456# filter fix 2004/10/25 09:22:54 lo 1.1.2.1: #i33255 migration and first start wizard implementation

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d86c8f73bf9bfdbfdb64d9eaee0e99617e45d1b2]

        INTEGRATION: CWS migration1 (1.3.4); FILE MERGED 2004/11/09 15:34:37 lo 1.3.4.3: #i33255# changes according to spec, hid ids for wizard buttons 2004/10/25 09:22:06 lo 1.3.4.2: #i33255 migration and first start wizard implementation 2004/08/31 14:00:29 lo 1.3.4.1: #i33255# first start wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [721c3e65de6e0361d5f11af677cf8daeb46f5e7b]

        INTEGRATION: CWS migration1 (1.8.20); FILE MERGED 2004/08/31 14:00:29 lo 1.8.20.1: #i33255# first start wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d64cf1af9ad9f2ea14b97e0ecf4cc84a61c52cef]

        INTEGRATION: CWS migration1 (1.13.20); FILE MERGED 2004/10/27 14:51:18 lo 1.13.20.2: #116053# change /user -> /presets 2004/08/30 12:54:02 lo 1.13.20.1: #i33255# first start wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [40d84e9139986de2f138c674812fd9c973e6cd6d]

        INTEGRATION: CWS migration1 (1.15.58); FILE MERGED 2004/08/31 16:51:02 lo 1.15.58.2: #i33255# first start wizard 2004/08/30 12:54:02 lo 1.15.58.1: #i33255# first start wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [cd20e93c63e52acafa24d5418191a1be9b869434]

        INTEGRATION: CWS migration1 (1.32.18); FILE MERGED 2004/11/03 19:34:03 lo 1.32.18.2: RESYNC: (1.32-1.34); FILE MERGED 2004/11/01 14:56:03 jl 1.32.18.1: #i34437# migration service for Java

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ba6d8b9226ff01143ebbe70938e91a67f78837f1]

        INTEGRATION: CWS migration1 (1.18.18); FILE MERGED 2004/11/04 12:09:47 lo 1.18.18.4: #i33255# dependeny for migration 2004/11/03 19:33:54 lo 1.18.18.3: RESYNC: (1.18-1.21); FILE MERGED 2004/11/01 14:56:03 jl 1.18.18.2: #i34437# migration service for Java 2004/08/27 16:16:22 lo 1.18.18.1: #i33255# first-start/migration wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a98530db0a1676f6ffbb1e81a29c4a5c1c1660ed]

        INTEGRATION: CWS migration1 (1.35.2); FILE MERGED 2004/11/03 16:13:34 lo 1.35.2.3: RESYNC: (1.35-1.59); FILE MERGED 2004/11/01 14:45:57 jl 1.35.2.2: #i34437# added service migrationoo2.uno.dll 2004/10/27 11:47:57 oj 1.35.2.1: #i25419# new lib for migartion

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6d71349e617b43e8f463311067e3986267392ff0]

        INTEGRATION: CWS migration1 (1.14.6); FILE MERGED 2004/11/03 16:13:16 lo 1.14.6.2: RESYNC: (1.14-1.17); FILE MERGED 2004/10/18 13:27:08 is 1.14.6.1: #116053# changing user->presets

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b36f0d5f0fd0ec31583b6ab9462e0202ade8b209]

        INTEGRATION: CWS migration1 (1.18.22); FILE MERGED 2004/10/22 14:30:14 lo 1.18.22.1: #i33255 add .xcu extension when opening components

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [21047dd79724878b1a76029db0436dc2a1f8066b]

        INTEGRATION: CWS migration1 (1.5.130); FILE MERGED 2004/10/18 12:31:24 jb 1.5.130.1: #i35701# Add LayerFilter support to DataImporter

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [bedd5dbf6e6b5794f9b4aec238efb4039fff1950]

        INTEGRATION: CWS migration1 (1.1.6); FILE MERGED 2004/11/06 22:39:24 lo 1.1.6.1: disable first start wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6f67b6818b65e7ced49d3922e4c1ee9b01fb1912]

        INTEGRATION: CWS migration1 (1.5.6); FILE MERGED 2004/11/08 15:13:27 lo 1.5.6.1: #116053# $base/user -> $base/presets

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [dec4d6bc361b33e8c938599052a82774702b6b69]

        INTEGRATION: CWS oasisbf3 (1.53.84); FILE MERGED 2004/11/05 20:09:25 sab 1.53.84.1: #i36731#,#i36752#,#i36644#; some OASIS changes

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a28900abb13269d7474906981efba4694557537e]

        INTEGRATION: CWS oasisbf3 (1.2.96); FILE MERGED 2004/11/05 21:06:39 sab 1.2.96.1: #i36563#; some OASIS changes

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [56227c6c9720ba9145f83e693cb332b3ed43899e]

        INTEGRATION: CWS oasisbf3 (1.70.28); FILE MERGED 2004/11/05 22:32:42 sab 1.70.28.2: #i36735#; some OASIS changes 2004/11/05 21:01:53 sab 1.70.28.1: #i36731#,#i36650#,#i36754# some OASIS changes

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0f3593c96b43dd76d686c775dcbf53c3429809d0]

        INTEGRATION: CWS openldap (1.55.8); FILE MERGED 2004/10/29 11:02:06 rene 1.55.8.1: #i36326# patch to be able to use OpenLDAP LDAP SDK instead of mozilla one

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a1cc6ddd66ad795665d2a7bd5578ae7b2c29b3a7]

        INTEGRATION: CWS migration1 (1.7.6); FILE MERGED 2004/11/08 09:47:07 lo 1.7.6.2: configure is not only unix 2004/11/08 09:05:31 lo 1.7.6.1: why are those additional files creeping back in here?

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1fe50d7afc496bf1bc5061bc68d2b0b5ac319d18]

        INTEGRATION: CWS migration1 (1.2.42); FILE MERGED 2004/10/27 09:20:40 oj 1.2.42.2: #i25419# change to new format 2004/10/19 11:45:38 oj 1.2.42.1: #i25417# impl XJob

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [2e64c85768ab3b26bdcb2607fde177cd84cbde3d]

        INTEGRATION: CWS migration1 (1.3.42); FILE MERGED 2004/10/27 11:45:49 oj 1.3.42.3: #i25419# change to new format 2004/10/27 09:20:40 oj 1.3.42.2: #i25419# change to new format 2004/10/19 11:45:37 oj 1.3.42.1: #i25417# impl XJob

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0287020bb97ca5216df4359fcf40894f29b6a6fc]

        INTEGRATION: CWS migration1 (1.3.6); FILE MERGED 2004/11/03 10:44:29 lo 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/18 16:20:20 jb 1.3.6.1: #35701# Add new service LayerFilter

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [836c9a09badddf9244c680b36610d4f0e07fe06c]

        INTEGRATION: CWS migration1 (1.1.2); FILE ADDED 2004/10/18 16:19:38 jb 1.1.2.1: #35701# Add new service LayerFilter

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [93595572fee2ee420a8e18f61f14d65cd85d21f2]

        INTEGRATION: CWS migration1 (1.3.22); FILE MERGED 2004/11/03 10:36:36 lo 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/18 16:18:46 jb 1.3.22.1: #i35701# Add new parameter LayerFilter for transforming layer data on import

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [5353b6afa29d7153d21b0b377e702e6ffc451be3]

        INTEGRATION: CWS oasisbf3 (1.77.84); FILE MERGED 2004/11/05 20:07:09 sab 1.77.84.1: #i36754# fix some OASIS stuff

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [cb0b55008d45e4e178db0a75a86f57fc76183a4e]

        INTEGRATION: CWS oasisbf3 (1.103.78); FILE MERGED 2004/11/05 20:07:08 sab 1.103.78.1: #i36754# fix some OASIS stuff

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7ec1d3709c08b1bbd7cd906a997f60fd37dd6030]

        INTEGRATION: CWS oasisbf3 (1.180.80); FILE MERGED 2004/11/04 17:34:29 sab 1.180.80.1: #i36639#; comment out the old style to write the date and author of annotation

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [239b4c595b17e6552b7f515bea75fccd166fecbd]

        INTEGRATION: CWS oasisbf3 (1.16.128); FILE MERGED 2004/11/05 22:31:42 sab 1.16.128.1: #i36735#; some OASIS changes

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [14057ff5bea2819673487af5ce786cb78ee50eb0]

        INTEGRATION: CWS oasisbf3 (1.15.154); FILE MERGED 2004/11/05 20:06:38 sab 1.15.154.1: #i36754# fix some OASIS stuff

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1b78e6e0e69b972c2ae97ad2a4b6c7fad20925ba]

        INTEGRATION: CWS oasisbf3 (1.39.154); FILE MERGED 2004/11/05 20:01:32 sab 1.39.154.1: #i36754#,#i36650# fix some OASIS stuff

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [9de748ac2f8191f014a0cbffd5df9c52865078c3]

        INTEGRATION: CWS oasisbf3 (1.15.128); FILE MERGED 2004/11/05 22:31:42 sab 1.15.128.1: #i36735#; some OASIS changes

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1ffbd6e13a7df40598f5882b55b71045eb025e1b]

        INTEGRATION: CWS oasisbf3 (1.50.40); FILE MERGED 2004/11/08 12:29:03 er 1.50.40.1: #i36802# NextSymbol: prevent buffer overflow for ill identifiers

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d8155fb911c85cfef2ed6f886797d2700f867e14]

        INTEGRATION: CWS migration1 (1.16.118); FILE MERGED 2004/10/29 10:55:51 jl 1.16.118.1: #i34436# deprecated entries

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [57125307c6ba0de343653d559f189b65254b3813]

        INTEGRATION: CWS migration1 (1.35.118); FILE MERGED 2004/11/03 09:53:07 lo 1.35.118.4: RESYNC: (1.35-1.36); FILE MERGED 2004/10/29 16:27:12 lo 1.35.118.3: #i33255# supported versions 2004/10/25 09:06:35 lo 1.35.118.2: #i33255 Migration Schema 2004/10/21 12:39:41 lo 1.35.118.1: #i33255# migration schema

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [36932f84c0a51e5df6683ad146ad59e20a152606]

        INTEGRATION: CWS migration1 (1.6.378); FILE MERGED 2004/08/31 13:45:30 lo 1.6.378.1: #i33255# first start wizard

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [35a8aa032706a2eba1ba56b34306ab834356a131]

        INTEGRATION: CWS migration1 (1.10.42); FILE MERGED 2004/11/10 12:00:06 jl 1.10.42.9: #i34437# removed migration of applet settings 2004/11/03 09:47:36 lo 1.10.42.8: RESYNC: (1.10-1.11); FILE MERGED 2004/11/01 14:42:12 jl 1.10.42.7: #i34437# added migration for Java settings 2004/10/28 09:54:30 lo 1.10.42.6: #i30456# migrate userprofile 2004/10/28 09:52:44 lo 1.10.42.5: #i33255# supported versions 2004/10/27 15:51:11 lo 1.10.42.4: #i33255# UCB and VCL configuration 2004/10/27 11:22:21 oj 1.10.42.3: #i25419# add migration service for data source 2004/10/27 09:22:17 oj 1.10.42.2: #i25419# add migration service for data source 2004/10/19 11:48:04 oj 1.10.42.1: #i25417# first version of the migration type

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [2aa12025285949b661fa731b573544fd0457b268]

        INTEGRATION: CWS oasisbf3 (1.5.62); FILE MERGED 2004/11/05 21:09:12 sab 1.5.62.1: #i36731#; some OASIS changes

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [f14ae80ef5dd498149d298a087eeb1046ee840a7]

        INTEGRATION: CWS oasisbf3 (1.5.64); FILE MERGED 2004/11/05 21:09:12 sab 1.5.64.1: #i36731#; some OASIS changes

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e8a1e77c1c8f669379e1824d0a0165de1320aead]

        INTEGRATION: CWS oasisbf3 (1.3.66); FILE MERGED 2004/11/05 21:08:08 sab 1.3.66.1: #i36650#; some OASIS changes

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7be042860d1882e1ccccc67a855937f9395e1669]

        INTEGRATION: CWS oasisbf3 (1.3.64); FILE MERGED 2004/11/05 21:07:49 sab 1.3.64.1: #i36650#; some OASIS changes

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3801807de28cf5dd5c22148a86c52bfcf0bed2ec]

        INTEGRATION: CWS oasisbf3 (1.26.94); FILE MERGED 2004/11/05 21:05:32 sab 1.26.94.1: #i36722#; scale-to is percentage

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [2a68d70abda6c739841c13eb4bbd07845696c01a]

        INTEGRATION: CWS oasisbf3 (1.72.32); FILE MERGED 2004/11/04 14:35:46 cl 1.72.32.1: #i36565# filter default frame margins on export

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [27fb7530fb9558ec7934b7e7f9ca518e5c5db034]

        INTEGRATION: CWS oasisbf3 (1.34.56); FILE MERGED 2004/11/05 21:02:49 sab 1.34.56.1: #i36563#; some OASIS changes

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [5f2978017c0239b4884c2c6314c2ef1a71e25b90]

        INTEGRATION: CWS iha05 (1.49.6); FILE MERGED 2004/11/09 18:57:25 iha 1.49.6.1: #i36898# autospellcheck happens to be inactive forever

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4014d40c96b9d70796a154f0ac48cf5b685cf187]

        INTEGRATION: CWS iha05 (1.33.120); FILE MERGED 2004/11/09 19:12:14 iha 1.33.120.1: #i34939# parent style for 'table-content' is now 'standard' instead of 'text'

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a377e44615b507c29bf95eb1656e6dc765fbda0b]

        INTEGRATION: CWS openldap (1.3.4); FILE MERGED 2004/10/29 11:02:04 rene 1.3.4.1: #i36326# patch to be able to use OpenLDAP LDAP SDK instead of mozilla one

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [74a661a2afef9434b02a3d9451c9e5d055450220]

        INTEGRATION: CWS openldap (1.4.4); FILE MERGED 2004/10/29 11:02:03 rene 1.4.4.1: #i36326# patch to be able to use OpenLDAP LDAP SDK instead of mozilla one

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a44788644808fae856666ecd9c6f156442af530f]

        INTEGRATION: CWS openldap (1.23.6); FILE MERGED 2004/10/29 11:02:06 rene 1.23.6.1: #i36326# patch to be able to use OpenLDAP LDAP SDK instead of mozilla one

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [234093348c05e0333511e4103417b0368d765a78]

        INTEGRATION: CWS openldap (1.72.6); FILE MERGED 2004/10/29 11:02:05 rene 1.72.6.1: #i36326# patch to be able to use OpenLDAP LDAP SDK instead of mozilla one

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [cbedb125829b2780fe023865502f26a8427509fb]

        INTEGRATION: CWS openldap (1.78.46); FILE MERGED 2004/10/29 11:02:02 rene 1.78.46.1: #i36326# patch to be able to use OpenLDAP LDAP SDK instead of mozilla one

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [bb7fe2f7ba346fd22824bcbf5a1e7a2da2b1f6b6]

        INTEGRATION: CWS pbfixes01 (1.38.26); FILE MERGED 2004/11/06 16:31:14 pb 1.38.26.1: fix: #i36670# 'Kennwort festlegen' -> 'Kennwort eingeben'

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c1a4ff22d0a54b349b79f9a233b27ecb734aa40a]

        INTEGRATION: CWS pbfixes01 (1.29.102); FILE MERGED 2004/11/08 07:48:52 pb 1.29.102.2: fix: #i35120# RTL_LOGFILE_CONTEXT_AUTHOR added 2004/11/06 17:14:21 pb 1.29.102.1: fix: #i35120# use static map to detect extension for factory

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d0379980cc083d752965d35875163763524bab80]

        INTEGRATION: CWS pbfixes01 (1.59.28); FILE MERGED 2004/11/06 16:24:45 pb 1.59.28.1: fix: #i34544# show docinfo again

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8981d5fc3a994ff9b97d576e45da388f20c974ba]

        INTEGRATION: CWS cfglooseends (1.61.66); FILE MERGED 2004/11/02 14:53:46 jb 1.61.66.1: #116822# Cleanup configuration error messages and handling

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [2cd9c8a740c83351fcc66736e1a8ba5ebc13efed]

        INTEGRATION: CWS cfglooseends (1.15.74); FILE MERGED 2004/11/02 14:53:46 jb 1.15.74.1: #116822# Cleanup configuration error messages and handling

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1110a55c63d08d3c17e5798174c06c8303789de2]

        INTEGRATION: CWS cfglooseends (1.8.22); FILE MERGED 2004/11/02 14:53:46 jb 1.8.22.1: #116822# Cleanup configuration error messages and handling

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a989b316dfaf39609b5a0122bd039b8bf9dba197]

        INTEGRATION: CWS cfglooseends (1.5.52); FILE MERGED 2004/11/05 16:03:12 jb 1.5.52.1: #i31085# Correct spelling of property

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ea1fd030441269c6c72b27c682a856f269ee571e]

        INTEGRATION: CWS adc9 (1.9.8); FILE MERGED 2004/11/10 15:01:16 np 1.9.8.2: #i31023# 2004/11/09 16:38:51 np 1.9.8.1: #i34735# While fixing that, an error in streaming numbers with class csv::StreamStr had to be fixed.

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ceb7fe0f99d6c102b1ed6dffdc602cbc17790463]

        INTEGRATION: CWS adc9 (1.2.10); FILE MERGED 2004/11/10 15:01:16 np 1.2.10.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [62f7e370f82b14661b92c813a957fab391d14ce7]

        INTEGRATION: CWS adc9 (1.3.98); FILE MERGED 2004/11/09 17:39:27 np 1.3.98.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [34a18549be56975d7ce53093ff784c8039d3e45a]

        INTEGRATION: CWS adc9 (1.1.1.1.130); FILE MERGED 2004/11/09 17:31:07 np 1.1.1.1.130.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [54f86384d3fef904fca1f473c468aa86b8d8204a]

        INTEGRATION: CWS adc9 (1.2.120); FILE MERGED 2004/11/09 17:31:07 np 1.2.120.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [9331c5709dbbb9593c619376041a0f563c4abd87]

        INTEGRATION: CWS adc9 (1.2.114); FILE MERGED 2004/11/09 17:31:07 np 1.2.114.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8fe6038ac3fa6a11852538bce0463dff3b10c186]

        INTEGRATION: CWS pj11 (1.13.2); FILE MERGED 2004/11/09 07:44:09 pjanik 1.13.2.1: #i36769#: add missing dependency on ifc_view.

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [98d128b94d7c4a66700a0fd1d95e054d5d1d38ee]

        INTEGRATION: CWS adc9 (1.3.28); FILE MERGED 2004/11/09 17:31:07 np 1.3.28.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [75e1b9b0329607f9ccd4486f0d31d98f0ac1bc7c]

        INTEGRATION: CWS adc9 (1.2.114); FILE MERGED 2004/11/09 17:31:06 np 1.2.114.1: #i33253#

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [ed84d72ae49afbf0c90248e047cffa4af5850e3a]

        INTEGRATION: CWS ause013 (1.30.2); FILE MERGED 2004/11/15 13:18:20 hjs 1.30.2.1: #i37074# avoid clashes in jar file creation

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b772a89b26320d85829dc433c0a8c3f7874860b6]

        INTEGRATION: CWS adc9 (1.5.6); FILE MERGED 2004/11/09 17:31:06 np 1.5.6.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c5526e421df228b6a0392523f3da7c2d530b8f27]

        INTEGRATION: CWS adc9 (1.3.114); FILE MERGED 2004/11/09 17:39:28 np 1.3.114.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b885d5283ef678b7b757347e808e541df16011b4]

        INTEGRATION: CWS adc9 (1.6.4); FILE MERGED 2004/11/09 17:18:21 np 1.6.4.1: #i34735#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ad9ee3fc674760b8f4f5bf5c62bf17aa546fdfd1]

        INTEGRATION: CWS adc9 (1.3.4); FILE MERGED 2004/11/09 17:31:06 np 1.3.4.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [288826fcb07e809848922086eb175c4e767d3d38]

        INTEGRATION: CWS adc9 (1.2.120); FILE MERGED 2004/11/09 17:29:36 np 1.2.120.1: #i33253#

2004-11-15  Rüdiger Timm  <rt@openoffice.org>  [eff423f584b958897e6ec2b5e68751fa26ce2342]

        INTEGRATION: CWS ause013 (1.4.2); FILE MERGED 2004/11/15 13:18:15 hjs 1.4.2.1: #i37074# avoid clashes in jar file creation

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7d96771fc76f9f8e8d43c83ed5ff266f21eb1232]

        INTEGRATION: CWS adc9 (1.3.6); FILE MERGED 2004/11/09 17:29:36 np 1.3.6.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [595175094e5d8abcdd9eecea5699968e2975e8c7]

        INTEGRATION: CWS adc9 (1.3.98); FILE MERGED 2004/11/09 17:38:15 np 1.3.98.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [fd6ddf8bb5ff7ac4d9a990a3a777bde4b20b1f91]

        INTEGRATION: CWS adc9 (1.2.114); FILE MERGED 2004/11/09 17:29:36 np 1.2.114.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [aee68d6d86ce232f07041e20eb108ff092011ef5]

        INTEGRATION: CWS adc9 (1.2.6); FILE MERGED 2004/11/09 17:38:15 np 1.2.6.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0d521d0e8de06d42fbefd624bde22352985c5673]

        INTEGRATION: CWS adc9 (1.4.6); FILE MERGED 2004/11/09 17:38:14 np 1.4.6.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [64052727eed38974f46cab37fad7a42abce1b793]

        INTEGRATION: CWS tbe13 (1.16.14); FILE MERGED 2004/11/03 17:05:28 tbe 1.16.14.1: #i36073# Insert Controls Toolbar disappears if Properties Window has been opened

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [dbaebf4a025fdf4fa92fd45f71ebdc0e1b24f749]

        INTEGRATION: CWS adc9 (1.5.6); FILE MERGED 2004/11/09 17:38:14 np 1.5.6.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3fb2302d99936270cd2dec4384b751bd9788e7a6]

        INTEGRATION: CWS tbe13 (1.3.52); FILE MERGED 2004/11/03 17:03:34 tbe 1.3.52.1: #i36073# Insert Controls Toolbar disappears if Properties Window has been opened

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [07dc4be4ef8abf4d070bf22082855e61963a7ed5]

        INTEGRATION: CWS adc9 (1.3.6); FILE MERGED 2004/11/09 17:38:14 np 1.3.6.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4a0e677df755793c95eed76aedbcc492b8e9c76e]

        INTEGRATION: CWS tbe13 (1.8.52); FILE MERGED 2004/11/03 17:04:20 tbe 1.8.52.1: #i36073# Insert Controls Toolbar disappears if Properties Window has been opened

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [eae0dda32494b2219575bf9824ada87c18822a76]

        INTEGRATION: CWS tbe13 (1.46.30); FILE MERGED 2004/10/26 09:05:04 tbe 1.46.30.2: RESYNC: (1.46-1.47); FILE MERGED 2004/10/08 11:22:40 ab 1.46.30.1: #i24094# Check library password before renaming

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [18fc2b8c69e45a6258e58ee4da8a885edda9ba2f]

        INTEGRATION: CWS adc9 (1.6.6); FILE MERGED 2004/11/09 17:29:35 np 1.6.6.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [09117562546d935ebe4e287217cbc9bdcdc8bc57]

        INTEGRATION: CWS tbe13 (1.20.70); FILE MERGED 2004/11/05 11:55:43 tbe 1.20.70.1: #i36073# Insert Controls Toolbar disappears if Properties Window has been opened

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [5b973e60523d1520ba0c6b5be8e60e465d00da93]

        INTEGRATION: CWS adc9 (1.4.6); FILE MERGED 2004/11/09 17:29:35 np 1.4.6.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [63ab0e7150231aa1901c9389d6de15247e92718b]

        INTEGRATION: CWS tbe13 (1.16.16); FILE MERGED 2004/10/27 11:20:01 tbe 1.16.16.1: #i35192# Menu missing in Basic IDE

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1c0fb6cf4cd77a43eb1e457dc2fe83833fead5aa]

        INTEGRATION: CWS adc9 (1.2.94); FILE MERGED 2004/11/09 17:39:25 np 1.2.94.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ce9d41435372f0d31f50750a6bc4c90156b125fa]

        INTEGRATION: CWS adc9 (1.1.1.1.130); FILE MERGED 2004/11/09 17:39:25 np 1.1.1.1.130.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [98dc2d97b03dfd3a1cf67382700a88866d6c6025]

        INTEGRATION: CWS tbe13 (1.34.18); FILE MERGED 2004/10/27 11:18:55 tbe 1.34.18.1: #i35192# Menu missing in Basic IDE

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [2175bce066cd7b2cba76f22a06893622dd99278e]

        INTEGRATION: CWS adc9 (1.3.130); FILE MERGED 2004/11/09 17:39:24 np 1.3.130.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [f8fcdf2e5d8893fafbcab422c9dd3d72ea3091bb]

        INTEGRATION: CWS tbe13 (1.39.26); FILE MERGED 2004/10/07 10:29:21 ab 1.39.26.1: #i33955# Call setBasicWatchMode() in WatchTreeListBox::UpdateWatches()

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a42d5a0cfacbb95634d798643e0db9f40bc5f81f]

        INTEGRATION: CWS adc9 (1.4.130); FILE MERGED 2004/11/09 17:39:23 np 1.4.130.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a98fe0a57d16dbf288066fa4a34961e2d5460845]

        INTEGRATION: CWS adc9 (1.2.130); FILE MERGED 2004/11/09 17:39:23 np 1.2.130.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [861e17150d1d519b3cd21e63bc0150096a9bb2ab]

        INTEGRATION: CWS adc9 (1.2.130); FILE MERGED 2004/11/09 17:38:18 np 1.2.130.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [93a84d43bcec10da63371135156fe926bbe32ec0]

        INTEGRATION: CWS cfglooseends (1.3.12); FILE MERGED 2004/11/05 10:25:10 jb 1.3.12.1: #115489# Raise an exception when encountering an invalid value type

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7c98e54ff37d349d275f8fd9d59faeb078496cfe]

        INTEGRATION: CWS adc9 (1.3.36); FILE MERGED 2004/11/09 17:38:18 np 1.3.36.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [35aa0031278b6d482d83cc06a9c33809d77e5df1]

        INTEGRATION: CWS cfglooseends (1.9.12); FILE MERGED 2004/11/05 10:25:10 jb 1.9.12.1: #115489# Raise an exception when encountering an invalid value type

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8a67eff26a6490003d89972bd9688d2252b8834c]

        INTEGRATION: CWS tbe13 (1.2.24); FILE MERGED 2004/09/23 14:25:58 tbe 1.2.24.1: #i34010# Loader.java does not compile with jdk1.5

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b9d50a0b30adce22eaac8274246894f8921d779a]

        INTEGRATION: CWS adc9 (1.3.6); FILE MERGED 2004/11/09 17:38:17 np 1.3.6.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c2a092d28080859c625ca8f500c7a1903d6d1ace]

        INTEGRATION: CWS cfglooseends (1.6.12); FILE MERGED 2004/11/05 10:25:10 jb 1.6.12.1: #115489# Raise an exception when encountering an invalid value type

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c5c1bfb3ba391706c83b9ba4f6b0505e529b94a0]

        INTEGRATION: CWS adc9 (1.6.28); FILE MERGED 2004/11/09 17:38:16 np 1.6.28.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [7e18a665b6e02f9715417c7231ccfa7317d1838a]

        INTEGRATION: CWS cfglooseends (1.6.12); FILE MERGED 2004/11/05 10:25:09 jb 1.6.12.1: #115489# Raise an exception when encountering an invalid value type

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [60100a8f03de546adb39978c39133919c6c2e6d0]

        INTEGRATION: CWS adc9 (1.1.1.1.130); FILE MERGED 2004/11/09 17:38:16 np 1.1.1.1.130.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d1d10372b2afa5d620e8af69e10285d38fb29413]

        INTEGRATION: CWS cfglooseends (1.7.30); FILE MERGED 2004/11/08 10:44:30 jb 1.7.30.1: #i36826#,#i31085# Prevent potential crash in flush and refreshAll; correct enableAsync semantics (honor diable in options)

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0e248dc2a17369cd65e0e2d981432a458720c89d]

        INTEGRATION: CWS adc9 (1.3.6); FILE MERGED 2004/11/09 17:16:53 np 1.3.6.1: #i34735#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [55a2b026b09ae803de89915b84126f9a79e54ef7]

        INTEGRATION: CWS cfglooseends (1.8.30); FILE MERGED 2004/11/08 10:46:13 jb 1.8.30.1: #i36826# Correct various brokenness in flushAll and refreshAll

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8eb5c7e643e3e85a8d28e324da1da2aea71d93f1]

        INTEGRATION: CWS adc9 (1.2.6); FILE MERGED 2004/11/09 17:15:58 np 1.2.6.1: #i34735#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8b2edcd619a5d0620d7d8f4b9c812a00b7495a1a]

        INTEGRATION: CWS cfglooseends (1.13.30); FILE MERGED 2004/11/08 10:46:12 jb 1.13.30.1: #i36826# Correct various brokenness in flushAll and refreshAll

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [fe48fcaa0625c87e17b18c2d22e1e29e240dc3e8]

        INTEGRATION: CWS tbe13 (1.33.12); FILE MERGED 2004/10/26 08:42:46 tbe 1.33.12.2: RESYNC: (1.33-1.34); FILE MERGED 2004/09/27 10:17:59 tbe 1.33.12.1: #i33994# Unhandled container::ElementExistException when using Tools->Organize Dialogs->New Dialog.

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [394456025fa9fc2516946a9ff8328a880451c296]

        INTEGRATION: CWS cfglooseends (1.2.150); FILE MERGED 2004/11/02 16:57:22 jb 1.2.150.1: #109882# Use own servicemanager (-wrapper) for bootstrap context

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [bfa7c57ec48790d8878c9e3d20d6abb71316021c]

        INTEGRATION: CWS cfglooseends (1.3.28); FILE MERGED 2004/11/04 10:24:06 jb 1.3.28.1: #i32495# Make resource backend use a different base-url (so a different entity)

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [18d69ff6de6e3316f0b52c9ebb8a1381e01d7ab9]

        INTEGRATION: CWS adc9 (1.4.6); FILE MERGED 2004/11/09 17:15:57 np 1.4.6.1: #i34735#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1bc8cd679c94773a4d6c25c94a8367a931fea08d]

        INTEGRATION: CWS cfglooseends (1.3.30); FILE MERGED 2004/11/08 10:49:41 jb 1.3.30.1: #i36826# Correct various brokenness in flushAll and refreshAll

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ec58b6ae0aecd9ca6d55909a5c5719f9ccb82867]

        INTEGRATION: CWS adc9 (1.1.116); FILE MERGED 2004/11/09 17:39:30 np 1.1.116.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6d3b1fce8f9c76fd07b94103eaa586be180d1207]

        INTEGRATION: CWS cfglooseends (1.3.30); FILE MERGED 2004/11/02 16:57:22 jb 1.3.30.1: #109882# Use own servicemanager (-wrapper) for bootstrap context

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [95e2e8d24b4d3cd0c28a09e87de6974ce4620f35]

        INTEGRATION: CWS adc9 (1.2.82); FILE MERGED 2004/11/09 17:20:02 np 1.2.82.1: #112290#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [2ff4dcfc429cea193641f5d80c2431bbadc7bb0d]

        INTEGRATION: CWS cfglooseends (1.2.180); FILE MERGED 2004/11/08 10:49:40 jb 1.2.180.1: #i36826# Correct various brokenness in flushAll and refreshAll

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1c0ea5dd34df88cdd1941578add8391642daf35f]

        INTEGRATION: CWS cfglooseends (1.5.14); FILE MERGED 2004/11/08 10:51:57 jb 1.5.14.1: #i32495# Correct return expressions

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ee2f94b14f2c77180ead0e42756e87f5016e988d]

        INTEGRATION: CWS adc9 (1.1.116); FILE MERGED 2004/11/09 17:20:01 np 1.1.116.1: #112290#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ad14026ff7cda028efcdede52b7b291b34234f90]

        INTEGRATION: CWS cfglooseends (1.15.30); FILE MERGED 2004/11/08 10:49:14 jb 1.15.30.1: #i31085# Correct handling of enableAsync property

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [32d37627d878683cefe40e50f7cadd4b767cb8b9]

        INTEGRATION: CWS adc9 (1.2.6); FILE MERGED 2004/11/09 17:39:29 np 1.2.6.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [435badabfe9e2db1c6a974038280b8df8531d7af]

        INTEGRATION: CWS cfglooseends (1.60.30); FILE MERGED 2004/11/08 10:49:14 jb 1.60.30.1: #i31085# Correct handling of enableAsync property

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ebbae93ef7abb15bd68f135a187144d270d6c007]

        INTEGRATION: CWS tbe13 (1.44.56); FILE MERGED 2004/11/05 09:42:08 tbe 1.44.56.2: RESYNC: (1.44-1.45); FILE MERGED 2004/10/28 13:49:42 tbe 1.44.56.1: #i35097# Macro: Crash when editing last module

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ced3e5f3967439d10b6f304736c63c677d9f2546]

        INTEGRATION: CWS adc9 (1.3.86); FILE MERGED 2004/11/09 17:29:35 np 1.3.86.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [71dcd4a38c771fbca3b24c36a899086fbc2ca9c3]

        INTEGRATION: CWS cfglooseends (1.6.30); FILE MERGED 2004/11/08 10:41:11 jb 1.6.30.1: #i36826# Provide easy access to broadcast-helper

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a711d5a4841dfbbb832fbe4b94c5bff5c3274fc4]

        INTEGRATION: CWS cfglooseends (1.5.30); FILE MERGED 2004/11/08 10:49:13 jb 1.5.30.1: #i31085# Correct handling of enableAsync property

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [103938302e8d0c17b330e1019802e108f8c83172]

        INTEGRATION: CWS tbe13 (1.44.48); FILE MERGED 2004/11/05 09:40:42 tbe 1.44.48.2: RESYNC: (1.44-1.45); FILE MERGED 2004/10/28 13:48:53 tbe 1.44.48.1: #i35097# Macro: Crash when editing last module

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ee15fde7ed8af55c6004bc5859463b12ae91ea6e]

        INTEGRATION: CWS adc9 (1.4.6); FILE MERGED 2004/11/09 17:33:15 np 1.4.6.1: #i34735#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8f61c1abf6cd55dc003d07db85a835c51c5459e8]

        INTEGRATION: CWS cfglooseends (1.27.30); FILE MERGED 2004/11/09 13:35:56 jb 1.27.30.2: #i36826# Could not register flush listeners 2004/11/08 10:48:31 jb 1.27.30.1: #i36826#,#i31085# Corrected handling of anableAsync property; fix listener handling in flush and refresh

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3b50d3bb35091a4ec89957a4fbdc3a40037c3e84]

        INTEGRATION: CWS adc9 (1.1.116); FILE MERGED 2004/11/09 17:29:35 np 1.1.116.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ace4256cf8204077c4e5bc9239da7a3cecfaf74b]

        INTEGRATION: CWS adc9 (1.3.6); FILE MERGED 2004/11/09 17:29:34 np 1.3.6.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [342625952c477f7313e3c85152744596b23e31ce]

        INTEGRATION: CWS adc9 (1.1.116); FILE MERGED 2004/11/09 17:39:29 np 1.1.116.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [87808010978ecc5beb243ef22c9e7a4249d5e273]

        INTEGRATION: CWS adc9 (1.2.6); FILE MERGED 2004/11/09 17:20:00 np 1.2.6.1: #112290#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c26a668476a8e6079763cec63360413054624231]

        INTEGRATION: CWS adc9 (1.3.6); FILE MERGED 2004/11/09 17:20:00 np 1.3.6.1: #112290#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ed4a962f9272636968ae2d5f78f2d7a579e323eb]

        INTEGRATION: CWS adc9 (1.3.6); FILE MERGED 2004/11/09 17:39:29 np 1.3.6.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e33906efd9fd3bf584c36613a2d2c53a15a14b3e]

        INTEGRATION: CWS adc9 (1.1.1.1.130); FILE MERGED 2004/11/09 17:33:14 np 1.1.1.1.130.1: #i34735#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e89c30cdf276a48831d5a8ae67c5d0fe1d91a4bd]

        INTEGRATION: CWS cfglooseends (1.6.174); FILE MERGED 2004/11/02 16:03:34 jb 1.6.174.1: #i18588# Throw an error on undesired xml:lang tags - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [5a6560675f85bd02f27926a43fb0e258efabdbe1]

        INTEGRATION: CWS adc9 (1.3.80); FILE MERGED 2004/11/09 17:33:14 np 1.3.80.1: #i34735#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0077d5dda4c82f6b5cab427cad49e34a127d6aa9]

        INTEGRATION: CWS cfglooseends (1.27.126); FILE MERGED 2004/11/03 15:32:58 jb 1.27.126.1: #i33167# Put sed pattern containing exclamation mark into separate file

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1ae55f33cb429010c5e1460e6365c074ebc39b43]

        INTEGRATION: CWS adc9 (1.3.6); FILE MERGED 2004/11/10 17:50:40 np 1.3.6.2: #i34735# 2004/11/09 17:33:14 np 1.3.6.1: #i34735#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [5a07191f709e715e12c323699dceddc0f776be47]

        INTEGRATION: CWS cfglooseends (1.1.2); FILE ADDED 2004/11/04 12:18:37 jb 1.1.2.2: #i33167# Remove extra spaces between addresses, which not every sed version accepts 2004/11/03 15:32:32 jb 1.1.2.1: #i33167# Put sed pattern containing exclamation mark into separate file

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [75964ad366d9543ace9f32ee922ab7beb9a90ef7]

        INTEGRATION: CWS adc9 (1.4.4); FILE MERGED 2004/11/09 17:39:31 np 1.4.4.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d45c8d189d2fe0d6a4f80506da63d3d73c3d8f6b]

        INTEGRATION: CWS cfglooseends (1.2.174); FILE MERGED 2004/11/02 16:02:39 jb 1.2.174.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0b8ce90359b88f9743158a32e465f408d3d9c321]

        INTEGRATION: CWS adc9 (1.3.80); FILE MERGED 2004/11/09 17:39:31 np 1.3.80.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0c34b3e432bb22a54869d3e5589dfadbc2fb7df9]

        INTEGRATION: CWS adc9 (1.2.6); FILE MERGED 2004/11/10 17:50:40 np 1.2.6.2: #i34735# 2004/11/10 17:23:47 np 1.2.6.1: #i34735#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6577c7e882a9e642e9de02171f49d5c02ad4f62c]

        INTEGRATION: CWS cfglooseends (1.2.174); FILE MERGED 2004/11/02 16:02:38 jb 1.2.174.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [f302cef7e5f00a184d27c41e7e6e0f3547850c93]

        INTEGRATION: CWS adc9 (1.3.6); FILE MERGED 2004/11/09 17:27:49 np 1.3.6.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b531f2d192935b6fb22188f72dcf85ffc633c710]

        INTEGRATION: CWS adc9 (1.1.116); FILE MERGED 2004/11/09 17:27:49 np 1.1.116.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4c2ea8d39dcd52f56422300cb8208bb8df8695e5]

        INTEGRATION: CWS adc9 (1.1.2); FILE ADDED 2004/11/09 17:12:46 np 1.1.2.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6b1d55b2fb20a9c37c2265e3eeca8adc90868c70]

        INTEGRATION: CWS cfglooseends (1.2.174); FILE MERGED 2004/11/02 16:02:37 jb 1.2.174.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [9d5683362acf526cdd76182ac5d022b48372818e]

        INTEGRATION: CWS adc9 (1.1.2); FILE ADDED 2004/11/09 17:12:21 np 1.1.2.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [32ec76b0efee0bcfbd6dc5c637bb870a28921839]

        INTEGRATION: CWS tbe13 (1.2.26); FILE MERGED 2004/10/27 12:56:16 tbe 1.2.26.2: #i34749# missing since tags in Java/C++ bootstrap documentation 2004/09/28 16:14:15 tbe 1.2.26.1: #i34749# missing since tags in Java/C++ bootstrap documentation

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c6cbd770eeb81c72f989245f6500dfc4c3307b17]

        INTEGRATION: CWS cfglooseends (1.2.110); FILE MERGED 2004/11/02 16:02:37 jb 1.2.110.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [475c1ddad309df075a85bcc639e906c5ff7621c8]

        INTEGRATION: CWS tbe13 (1.9.4); FILE MERGED 2004/10/27 12:55:53 tbe 1.9.4.3: #i34749# missing since tags in Java/C++ bootstrap documentation 2004/09/28 16:13:50 tbe 1.9.4.2: #i34749# missing since tags in Java/C++ bootstrap documentation 2004/09/23 14:28:15 tbe 1.9.4.1: #i34010# Bootstrap.java does not compile with jdk1.5

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8eca20701cd4b7e5c85c94bd1c0871622f610f64]

        INTEGRATION: CWS cfglooseends (1.5.172); FILE MERGED 2004/11/02 16:02:37 jb 1.5.172.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [41cf56c6b3e0e9299bc690f23089b688f19d5219]

        INTEGRATION: CWS adc9 (1.1.116); FILE MERGED 2004/11/09 17:27:48 np 1.1.116.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e22aa7059d515e23273d8ee15544890c92d8a355]

        INTEGRATION: CWS tbe13 (1.8.28); FILE MERGED 2004/10/27 12:57:13 tbe 1.8.28.2: #i34749# missing since tags in Java/C++ bootstrap documentation 2004/09/28 16:15:32 tbe 1.8.28.1: #i34749# missing since tags in Java/C++ bootstrap documentation

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [29ad2c983bf10facd0854538cbfcb919606197dd]

        INTEGRATION: CWS cfglooseends (1.2.174); FILE MERGED 2004/11/02 16:02:36 jb 1.2.174.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3940348684cf81a29adf88d670ce91162140af8e]

        INTEGRATION: CWS tbe13 (1.16.6); FILE MERGED 2004/10/07 10:40:44 ab 1.16.6.1: #i33955# Implementation setBasicWatchMode(), use WatchMode to suppress errors

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [9f055278a1fbace8179b57f50c70ee9fdd43891b]

        INTEGRATION: CWS cfglooseends (1.2.72); FILE MERGED 2004/11/02 16:02:35 jb 1.2.72.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4111d3e36aaa54f55c8c8728f7136aab10c5179c]

        INTEGRATION: CWS tbe13 (1.17.36); FILE MERGED 2004/11/04 11:20:41 ab 1.17.36.1: #i30690# Protect call to Basic IDE Error handling and resource access with SolarMutex

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3aa74221538afcc5f22f5df879787432c3f1f87b]

        INTEGRATION: CWS cfglooseends (1.5.174); FILE MERGED 2004/11/02 16:02:35 jb 1.5.174.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d32c5f1d6fae9ab2f31f1ad7962500e1f7353019]

        INTEGRATION: CWS tbe13 (1.17.6); FILE MERGED 2004/11/04 11:20:41 ab 1.17.6.1: #i30690# Protect call to Basic IDE Error handling and resource access with SolarMutex

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e8ad5648d3106f2c42bf3ea76434bb164e42aecd]

        INTEGRATION: CWS cfglooseends (1.6.112); FILE MERGED 2004/11/02 16:02:35 jb 1.6.112.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [daf6b232462fb8bc0ca6de394502d8bd47f19d99]

        INTEGRATION: CWS adc9 (1.2.116); FILE MERGED 2004/11/09 17:27:47 np 1.2.116.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [38c34ed6c670251a1319b82d75e807fa288fcdeb]

        INTEGRATION: CWS tbe13 (1.18.86); FILE MERGED 2004/11/08 11:48:15 tbe 1.18.86.4: #i30434# Euro Converter is unusable 2004/11/05 11:14:13 tbe 1.18.86.3: #i30434# Euro Converter is unusable 2004/11/05 09:40:07 tbe 1.18.86.2: RESYNC: (1.18-1.19); FILE MERGED 2004/09/28 14:59:13 tbe 1.18.86.1: #i30434# Euro Converter is unusable

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [29d269c2b9d38cdbbc58b6b1809f0c8468d05577]

        INTEGRATION: CWS cfglooseends (1.3.40); FILE MERGED 2004/11/02 16:02:35 jb 1.3.40.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6abdd0c6a22f060992035f0e38b35e966b96a8b1]

        INTEGRATION: CWS adc9 (1.2.98); FILE MERGED 2004/11/09 17:39:27 np 1.2.98.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [094e92f89dd260c604d079b7f083e1f150f51b0c]

        INTEGRATION: CWS cfglooseends (1.2.174); FILE MERGED 2004/11/02 16:02:34 jb 1.2.174.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d73e34a53b96829a4cb17e0935497c034492aab0]

        INTEGRATION: CWS adc9 (1.1.116); FILE MERGED 2004/11/09 17:39:26 np 1.1.116.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [41062efabf05668b8e91913d970c6ddc837aa67f]

        INTEGRATION: CWS adc9 (1.1.1.1.130); FILE MERGED 2004/11/09 17:38:12 np 1.1.1.1.130.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1f77be6a71bbcfb4da7f2ebcc1a6a757e96dc1a3]

        INTEGRATION: CWS tbe13 (1.3.32); FILE MERGED 2004/09/28 15:01:18 tbe 1.3.32.1: #i30434# Euro Converter is unusable

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c772acad59b8f7d7f36ced64dbf8f625324a3115]

        INTEGRATION: CWS cfglooseends (1.2.72); FILE MERGED 2004/11/02 16:02:34 jb 1.2.72.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [afd94b551f1b28673d422c1b41c7e45073478a5d]

        INTEGRATION: CWS tbe13 (1.2.40); FILE MERGED 2004/09/28 15:01:18 tbe 1.2.40.1: #i30434# Euro Converter is unusable

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [fcb071be38c7d83444cc5a61b06ef56685b773f2]

        INTEGRATION: CWS cfglooseends (1.33.66); FILE MERGED 2004/11/02 16:02:30 jb 1.33.66.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [83a412ef5fa604e2a9b2ad422dbf3a4f21e278fe]

        INTEGRATION: CWS adc9 (1.2.6); FILE MERGED 2004/11/09 17:36:23 np 1.2.6.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [92211b92cdd8475da3856873d04592619f5d320a]

        INTEGRATION: CWS tbe13 (1.3.32); FILE MERGED 2004/11/08 11:49:08 tbe 1.3.32.3: #i30434# Euro Converter is unusable 2004/11/05 09:34:33 tbe 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED 2004/09/28 15:01:05 tbe 1.3.32.1: #i30434# Euro Converter is unusable

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d988a26b9a43811fe1e28f76a3d207f4047feebf]

        INTEGRATION: CWS adc9 (1.2.6); FILE MERGED 2004/11/09 17:26:20 np 1.2.6.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b52a338a48b0a9f4b0ffb8a6e84400f19806f0f3]

        INTEGRATION: CWS cfglooseends (1.4.72); FILE MERGED 2004/11/02 16:02:30 jb 1.4.72.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8602cd75295f7930172b229091b19e12d424dbcd]

        INTEGRATION: CWS adc9 (1.3.6); FILE MERGED 2004/11/09 17:26:19 np 1.3.6.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [da0e1518e4fcd359d8a41fc5647f7f69039a0d73]

        INTEGRATION: CWS cfglooseends (1.6.174); FILE MERGED 2004/11/02 16:02:30 jb 1.6.174.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c06948504a669de65d874d92a4a58a6d5c81d037]

        INTEGRATION: CWS adc9 (1.2.6); FILE MERGED 2004/11/09 17:26:19 np 1.2.6.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [14b5fd47e6ea30efc361674ad2cc83002a535293]

        INTEGRATION: CWS cfglooseends (1.22.74); FILE MERGED 2004/11/02 16:02:29 jb 1.22.74.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a08d4c5d7875779ce963474315b6c317468829cd]

        INTEGRATION: CWS adc9 (1.1.116); FILE MERGED 2004/11/09 17:26:19 np 1.1.116.1: #i33253#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [28f7e243ba03966149264080b74c7373c0a778c0]

        INTEGRATION: CWS cfglooseends (1.2.174); FILE MERGED 2004/11/02 16:02:29 jb 1.2.174.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [33a7f8b885f0206fa8185cc11a867829d7e6b6f6]

        INTEGRATION: CWS cfglooseends (1.2.64); FILE MERGED 2004/11/02 16:02:29 jb 1.2.64.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [fd0058a3945f945149ab086acce2d52753e980a8]

        INTEGRATION: CWS cfglooseends (1.27.72); FILE MERGED 2004/11/02 16:02:28 jb 1.27.72.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [368cf5f659f86cb11ec219713d161647b456b5bb]

        INTEGRATION: CWS adc9 (1.1.116); FILE MERGED 2004/11/09 17:40:10 np 1.1.116.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e916416296a5cf8cb8b16382eb5b0f411f92d230]

        INTEGRATION: CWS cfglooseends (1.9.112); FILE MERGED 2004/11/02 16:02:28 jb 1.9.112.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3359199bac7b72a6bec49ac6b937ba1d95f16c05]

        INTEGRATION: CWS cfglooseends (1.100.66); FILE MERGED 2004/11/02 16:02:25 jb 1.100.66.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8205019264e444945745cf96a3ba551405b6d9f7]

        INTEGRATION: CWS pj11 (1.9.16); FILE MERGED 2004/11/11 14:20:32 pjanik 1.9.16.1: #i36448#: Change registration URL.

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a7cf0461ece22a6727250df755debd7419a94198]

        INTEGRATION: CWS cfglooseends (1.36.66); FILE MERGED 2004/11/02 16:02:25 jb 1.36.66.1: #i18588# Removed undesired xml:lang tags from schema files - informational items are currently not localized

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4ac37be2a38e6a33d92c82e065c3047482dd1036]

        INTEGRATION: CWS adc9 (1.1.1.1.130); FILE MERGED 2004/11/09 17:40:09 np 1.1.1.1.130.1: #i31023#

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [a4a32c4b23721764699499992273c121af7a8cc7]

        INTEGRATION: CWS cfglooseends (1.3.80); FILE MERGED 2004/11/02 14:58:28 jb 1.3.80.1: i36458# Add myself as owner instead of Sarah (who left)

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [075303fbc74cc1743c7b2d26fd8edd1a1af49d2a]

        INTEGRATION: CWS pj11 (1.22.14); FILE MERGED 2004/11/09 07:50:10 pjanik 1.22.14.1: #i36775#: bring back languages from 1.1.4 to 2.0 code base #i34912#: add Esperanto

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [fbdd18e2dc848588d7dff487ed2277aa5ee61eb9]

        INTEGRATION: CWS cfglooseends (1.4.558); FILE MERGED 2004/11/04 12:09:34 jb 1.4.558.1: #i36641# Don't remove whitespace in contents; added some debugging helpers (inactive)

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c0c9f676cbae82e0faa55d0c9fab4bb331d9684f]

        INTEGRATION: CWS pythonupgrade (1.2.192); FILE MERGED 2004/09/30 21:10:58 jbu 1.2.192.1: #i32901# replaced version 2.2.2 with the defines from pyversion.mk, so that further python upgrades should be less difficult

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e7447a56b35b06f5824928a64ba51192ede9900b]

        INTEGRATION: CWS pythonupgrade (1.5.96); FILE MERGED 2004/09/30 21:10:58 jbu 1.5.96.1: #i32901# replaced version 2.2.2 with the defines from pyversion.mk, so that further python upgrades should be less difficult

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [98967e98c5bdc45cfb9a68df28bed806eea1f53d]

        INTEGRATION: CWS pythonupgrade (1.4.96); FILE MERGED 2004/09/30 21:10:57 jbu 1.4.96.1: #i32901# replaced version 2.2.2 with the defines from pyversion.mk, so that further python upgrades should be less difficult

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4e03b886823eb38c1377d545754ed1c2d7fa0635]

        INTEGRATION: CWS pythonupgrade (1.5.26); FILE MERGED 2004/11/07 17:08:33 jbu 1.5.26.1: #i32901# python version is now taken from pyversion.mk, so this dependency is now needed (prior, python version was hardcoded in the scp files

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d55443bd1df2d697c28715fa986e6ffba9768643]

        INTEGRATION: CWS pythonupgrade (1.3.72); FILE MERGED 2004/09/30 20:47:00 jbu 1.3.72.1: #i32901# upgrade to python 2.3.4, PYTHONLIB is now defined in pyversion.mk, special direct linking should not be needed anymore

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [53515dc5f71207443fb9d2444a437e479b9fa453]

        INTEGRATION: CWS pythonupgrade (1.6.28); FILE MERGED 2004/09/30 20:47:01 jbu 1.6.28.1: #i32901# upgrade to python 2.3.4, PYTHONLIB is now defined in pyversion.mk, special direct linking should not be needed anymore

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4fef65f7a1e04505f5def176a0af4f67f14dbe5c]

        INTEGRATION: CWS pythonupgrade (1.6.18); FILE MERGED 2004/10/18 17:12:12 jbu 1.6.18.3: #i32901# temporary workaround for #i35064# 2004/10/07 20:11:13 jbu 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/30 20:47:00 jbu 1.6.18.1: #i32901# upgrade to python 2.3.4, PYTHONLIB is now defined in pyversion.mk, special direct linking should not be needed anymore

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [f70dcee2e72438150945cee395c7d49b87db5994]

        INTEGRATION: CWS pythonupgrade (1.6.18); FILE MERGED 2004/10/07 20:11:03 jbu 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/30 20:43:39 jbu 1.6.18.1: #i32901# upgrade to python 2.3.4, PYTHONLIB is now defined in pyversion.mk

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0241453c13f986d3a447c6b33b398e9da024b9ed]

        INTEGRATION: CWS pythonupgrade (1.4.34); FILE MERGED 2004/09/30 20:51:47 jbu 1.4.34.1: #i32901# now deliver python-core independent of python version

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [fa94bcf4b7a5cf75383c73db6440af495b5aac9d]

        INTEGRATION: CWS pythonupgrade (1.3.38); FILE MERGED 2004/09/30 20:33:21 jbu 1.3.38.1: #i32901#+#i31866# upgrade to version 2.3.4, new build env on windows using nmake instead of msdev

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [850f26468ef4f954c6bbb914b5fe725055b18f5e]

        INTEGRATION: CWS pythonupgrade (1.1.78); FILE MERGED 2004/09/30 20:33:17 jbu 1.1.78.1: #i32901#+#i31866# upgrade to version 2.3.4, new build env on windows using nmake instead of msdev

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [bbdb3007c758f18683189546a20335bdddd55801]

        INTEGRATION: CWS pythonupgrade (1.1.78); FILE MERGED 2004/10/31 10:48:50 pjanik 1.1.78.2: Fix DOS line endings. 2004/09/30 20:33:17 jbu 1.1.78.1: #i32901#+#i31866# upgrade to version 2.3.4, new build env on windows using nmake instead of msdev

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6d0f016749d7ab90fd7bd7cf97de55c1189db564]

        INTEGRATION: CWS pythonupgrade (1.11.22); FILE MERGED 2004/11/07 14:57:16 jbu 1.11.22.4: #i31866# removed _ssl from the project list, python tarball already comes with a makefile for ssl, no need to patch it 2004/10/18 17:13:19 jbu 1.11.22.3: #i32901# use plain nmake 2004/10/07 20:10:41 jbu 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED added the configure patch for solaris intel 2004/09/30 20:33:16 jbu 1.11.22.1: #i32901#+#i31866# upgrade to version 2.3.4, new build env on windows using nmake instead of msdev

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [f11b1156821b6f7398c74d492bd929faf83684fd]

        INTEGRATION: CWS pythonupgrade (1.1.2); FILE ADDED 2004/11/07 14:59:40 jbu 1.1.2.2: #i32901# added -KPIC flag for sun's cc compiler, changed -soname linker flag to more portable -h (necessary e.g. for solaris linker) 2004/09/30 20:33:16 jbu 1.1.2.1: #i32901#+#i31866# upgrade to version 2.3.4, new build env on windows using nmake instead of msdev

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8a63dbf8431c26c8923018e2d4c150178c459c74]

        INTEGRATION: CWS pythonupgrade (1.1.2); FILE ADDED 2004/09/30 21:01:17 jbu 1.1.2.1: #i32901# moved tests from pyuno/tests to this location

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [cd287d183ea3611b8361ec12e32b15239ed94a15]

        INTEGRATION: CWS pythonupgrade (1.1.2); FILE ADDED 2004/09/30 21:01:18 jbu 1.1.2.1: #i32901# moved tests from pyuno/tests to this location

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [c3a816f158acb96ef70b564aa3b954c3afed5ad5]

        INTEGRATION: CWS pythonupgrade (1.1.2); FILE ADDED 2004/09/30 21:01:16 jbu 1.1.2.1: #i32901# moved tests from pyuno/tests to this location

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [3648f6de9950fc627332f1629fb6db562a33b487]

        INTEGRATION: CWS pythonupgrade (1.16.8); FILE MERGED 2004/10/07 20:08:07 jbu 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED 2004/09/30 20:57:44 jbu 1.16.8.1: #i32901# don't use absolute path for the native components (this now works also on win32+tcsh)

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [be42418b8407726be53778c5f3fbba7281d43b18]

        INTEGRATION: CWS pythonupgrade (1.2.28); FILE MERGED 2004/09/30 21:05:46 jbu 1.2.28.1: #i32901# emptied d.lst, as these components can't eitherway be used outside of this module, as the type do not get exported

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e46ffd8bd5e1cf61ad8212dd16032d823d99a200]

        INTEGRATION: CWS pythonupgrade (1.11.10); FILE MERGED 2004/10/07 20:07:57 jbu 1.11.10.2: RESYNC: (1.11-1.13); FILE MERGED 2004/09/30 21:04:44 jbu 1.11.10.1: #i32901# added source/bridgetest/pyuno directory

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4982a0ad8f6bc7a648a5f277c7604ef1c2533154]

        INTEGRATION: CWS schoasis02 (1.2.92); FILE MERGED 2004/11/04 17:19:29 bm 1.2.92.1: #i36581# axis: class->dimension

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [bc6d06921930fa7f70574f7e56006a6cd5a31db0]

        INTEGRATION: CWS schoasis02 (1.70.26); FILE MERGED 2004/11/03 17:08:31 bm 1.70.26.1: #i36581# chart axis class -> dimension

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6b0a917dc000ccdc347eb8253dfff6d6c35babf5]

        INTEGRATION: CWS vq05 (1.57.6); FILE MERGED 2004/11/10 17:05:50 vq 1.57.6.2: #i36807# Fix cut-n-paste error. 2004/11/09 17:58:56 vq 1.57.6.1: #i36807# Check/deliver instmsi[aw].exe for W32 build.

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [5f8a5a22722d3edccf856e41ac1b5d67ce28bc95]

        INTEGRATION: CWS schoasis02 (1.2.94); FILE MERGED 2004/11/04 17:19:04 bm 1.2.94.1: GetIndexByName corrected

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [ac7cb7fb71d5591c42d23d13eba879aac1a8896e]

        INTEGRATION: CWS schoasis02 (1.2.92); FILE MERGED 2004/11/04 17:19:30 bm 1.2.92.1: #i36581# axis: class->dimension

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [28699247a4eefe9cd1f71255fccbf0c2b6a62ed0]

        INTEGRATION: CWS schoasis02 (1.2.94); FILE MERGED 2004/11/05 13:23:38 bm 1.2.94.2: #i36581# rename axis class -> dimension 2004/11/04 17:19:29 bm 1.2.94.1: #i36581# axis: class->dimension

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [1e60091c13d93c15b2047189942d89354b9956b3]

        INTEGRATION: CWS schoasis02 (1.3.32); FILE MERGED 2004/11/09 12:54:55 bm 1.3.32.1: end of aXML_GluePointEnumMap (XML_TOKEN_INVALID) was missing

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [cf1050b9ab26f8d2235f367dfcf4dc576944d196]

        INTEGRATION: CWS schoasis02 (1.72.30); FILE MERGED 2004/11/05 15:03:02 bm 1.72.30.1: #i36581# empty marker-end/start allowed, other empty fill properties also not allowed in auto-styles

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [751d702acbefe4fa0c415963f121fc3fdd2e80c1]

        INTEGRATION: CWS schoasis02 (1.3.432); FILE MERGED 2004/11/03 17:12:23 bm 1.3.432.1: #i36581# chart axis class -> dimension

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [6115e0e09cf4633f4aadce5d7cd12f005d2ebbbc]

        INTEGRATION: CWS schoasis02 (1.31.62); FILE MERGED 2004/11/03 17:12:22 bm 1.31.62.1: #i36581# chart axis class -> dimension

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [b7645c98b590a590f9eea4a0cabe4d25f1172969]

        INTEGRATION: CWS schoasis02 (1.29.92); FILE MERGED 2004/11/03 17:12:22 bm 1.29.92.1: #i36581# chart axis class -> dimension

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [8e5651cdcce1768a99f5d659d566d016fa45e260]

        INTEGRATION: CWS schoasis02 (1.74.64); FILE MERGED 2004/11/03 17:12:22 bm 1.74.64.1: #i36581# chart axis class -> dimension

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0be72c99ad72c32d73a45d2102c500cec62cf674]

        INTEGRATION: CWS schoasis02 (1.21.92); FILE MERGED 2004/11/03 17:09:31 bm 1.21.92.1: #i36581# chart axis class -> dimension

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [94b3853fa877ee4dcf156414ac70678c5ffa4f66]

        INTEGRATION: CWS vq05 (1.74.6); FILE MERGED 2004/11/10 17:05:51 vq 1.74.6.2: #i36807# Fix cut-n-paste error. 2004/11/09 17:58:58 vq 1.74.6.1: #i36807# Check/deliver instmsi[aw].exe for W32 build.

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [930e4c2dc6f367f3e5039e0e010c64999a00dcaf]

        INTEGRATION: CWS vcl30 (1.13.32); FILE MERGED 2004/11/03 17:57:22 pl 1.13.32.1: #i36582# make bean work again

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [d95909cc404d93e13d1f683732a1ff2b9f41301f]

        INTEGRATION: CWS vcl30 (1.6.32); FILE MERGED 2004/11/03 17:57:22 pl 1.6.32.1: #i36582# make bean work again

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [38d8545ee8a1175d12e85feb5515b7c86d7a9c75]

        INTEGRATION: CWS vcl30 (1.22.146); FILE MERGED 2004/11/02 13:23:10 pl 1.22.146.1: #i35773# do not unload GL lib before XCloseDisplay

2004-11-15  Vladimir Glazounov  <vg@openoffice.org>  [3dcaf28b39a5a3a7c4a7267298a86e8f9075a4c9]

        #117792# multiprocessing support for windows

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [88fd16c788cc31f7ba0efe8685c65fb821adeffb]

        INTEGRATION: CWS vcl30 (1.11.146); FILE MERGED 2004/11/09 17:28:06 pl 1.11.146.3: #i36899# Motif needed if JVM and GL want to coexist 2004/11/08 18:19:03 pl 1.11.146.2: #i36866# fix an obscure OpenGL <-> JVM interaction on Solaris 2004/11/02 13:23:10 pl 1.11.146.1: #i35773# do not unload GL lib before XCloseDisplay

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [0423285702c7eebe5ffe36971c9306a25a328ad7]

        INTEGRATION: CWS vcl30 (1.3.150); FILE MERGED 2004/11/03 17:57:22 pl 1.3.150.1: #i36582# make bean work again

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [4d73912c9a1e255bf66be1d9ddd6be335f8948ba]

        INTEGRATION: CWS vcl30 (1.2.256); FILE MERGED 2004/11/02 13:23:09 pl 1.2.256.1: #i35773# do not unload GL lib before XCloseDisplay

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [2791ec83bd9a72c38aa66eb299535c6c3bd2d3de]

        INTEGRATION: CWS vcl30 (1.5.138); FILE MERGED 2004/11/03 17:57:21 pl 1.5.138.1: #i36582# make bean work again

2004-11-15  Oliver Bolte  <obo@openoffice.org>  [e42a985febccd4128c6be39c583c71ff7f437465]

        INTEGRATION: CWS vcl30 (1.10.60); FILE MERGED 2004/11/03 17:57:21 pl 1.10.60.1: #i36582# make bean work again

2004-11-12  Rüdiger Timm  <rt@openoffice.org>  [5e01537d938c5406f03a0faf202ed61330f124bc]

        #i30601#

2004-11-12  Rüdiger Timm  <rt@openoffice.org>  [f40d4e39907f17306a58123c4f27bd6f4081b092]

        #i10000# make it compile with old gcc

2004-11-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1042279b68e157bf7716b29a5788cb068d907360]

        #i10000#: check environment variable for definedness

2004-11-12  Vladimir Glazounov  <vg@openoffice.org>  [f51aa2649e098c402cb8444d379b28c79b2e5085]

        new version for SRC680

2004-11-12  Vladimir Glazounov  <vg@openoffice.org>  [435022c9c1da049a541e34001128f4eb45a00433]

        new version for SRC680

2004-11-11  Vladimir Glazounov  <vg@openoffice.org>  [3575b7f1fdecaa5f3e05585c9ffddf0ae5eb643a]

        new version for SRC680

2004-11-11  Vladimir Glazounov  <vg@openoffice.org>  [8c6e92a4ae77731ab8167eec426cb424e1ae55f3]

        new version for SRC680

2004-11-11  Vladimir Glazounov  <vg@openoffice.org>  [831324ce4600ad9708fb17262df0508f43ee6d0b]

        new version for SRC680

2004-11-11  Vladimir Glazounov  <vg@openoffice.org>  [120a2e070cc0e191c8bdce8d66ee77d3becef1b4]

        new version for SRC680

2004-11-11  Vladimir Glazounov  <vg@openoffice.org>  [47952d25bf1e5e8d29731db951f48f549e68dc0e]

        new version for SRC680

2004-11-11  Rüdiger Timm  <rt@openoffice.org>  [21f4a427f0ca04a37fddb7e4eb082feb045c7e0a]

        Resync to m62: new module 'bean'.

2004-11-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [000ab202e47edf3f415c8af2efb7267ea0178793]

        #i10000#: remove obsolete file xmlscripte.cxx from makefile.mk

2004-11-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [19c4bb0f3477a698b9d67dae8d5ec53841f390fd]

        #i10000#: solved merge problem

2004-11-10  Vladimir Glazounov  <vg@openoffice.org>  [0306748ffe70e1275f7eb74366f6f54c915d2793]

        new version for SRC680

2004-11-10  Vladimir Glazounov  <vg@openoffice.org>  [59b0c06852d9d66eb6a2aa8977dbb1f545a8bc07]

        new version for SRC680

2004-11-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [92690a1bb98cee2efc9d65858104e91cfb89e33f]

        #i10000#: no longer link against libsal

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [e4fd5cfc441361f128f698fcbf46f191f62acb8a]

        #i10000# added ENABLE_PASF as required by CWS vcl28

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [88b371b672d0a36e9169cadd4a4552f7caf41fce]

        #i10000# There is no module ridl.

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [07086a01a86a925a56d9732a2dff8e666a9461be]

        INTEGRATION: CWS localedatafixes (1.13.16); FILE MERGED 2004/10/27 16:23:09 er 1.13.16.1: #i31931# interoperablity: MMM uses same month names as MMMM, including the appended character for 'month'

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [8c355b31c12346081decb1a36a5a15386517a289]

        INTEGRATION: CWS localedatafixes (1.3.28); FILE MERGED 2004/11/04 11:53:24 er 1.3.28.2: #i36338# oops, accidentally checked in a saxparser test 2004/10/29 13:22:30 er 1.3.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [b4724f6c944fa1887f23cfb44b3711a6a2582715]

        INTEGRATION: CWS localedatafixes (1.8.28); FILE MERGED 2004/10/28 17:07:04 er 1.8.28.1: #i35434# add New Turkish Lira and default it

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [d68fdbba77f585890a8a5bd6f6acf5aaf0a91628]

        INTEGRATION: CWS localedatafixes (1.9.28); FILE MERGED 2004/10/29 13:22:30 er 1.9.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [fa1775dcea7481a8b4c43a487316294e567223c3]

        INTEGRATION: CWS localedatafixes (1.1.2); FILE ADDED 2004/10/28 15:33:17 er 1.1.2.1: #i34386# add sw_TZ Swahili Tanzania locale data, provided by Alberto Escudero-Pascual <it46@ooo>

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [2bde31b786bcad8b18c10ee74f88f879c3638681]

        INTEGRATION: CWS localedatafixes (1.8.18); FILE MERGED 2004/10/27 17:16:28 er 1.8.18.2: #i34395# TimeSeparator is ':' instead of '.' 2004/10/27 17:04:30 er 1.8.18.1: #i34399# space between day name and 'den', remove '.' from 'D.'

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [08d524597005f671cc82f4935c40d8e1b90176b1]

        INTEGRATION: CWS localedatafixes (1.8.18); FILE MERGED 2004/10/27 17:04:30 er 1.8.18.1: #i34399# space between day name and 'den', remove '.' from 'D.'

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [584d9237fac0a63641e50d9c4896a26d1299d2af]

        INTEGRATION: CWS localedatafixes (1.3.28); FILE MERGED 2004/10/29 13:22:30 er 1.3.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [1597532a7af3ae7baee1228aba6eaccb05b7f4ae]

        INTEGRATION: CWS localedatafixes (1.10.28); FILE MERGED 2004/10/27 15:26:28 er 1.10.28.1: #i29345# StartDayOfWeek is Monday

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [c0f86b7500db8507a0e77c1eb1c8da013f3cc6a6]

        INTEGRATION: CWS localedatafixes (1.24.18); FILE MERGED 2004/10/29 16:15:25 er 1.24.18.5: #i34226# add lo_LA Lao locale data, provided Anousak Souphavank <xangdao@ooo> 2004/10/28 16:36:09 er 1.24.18.4: #i31975# add km_KH Khmer Cambodia locale data, provided by Javier Sola <javiersola@ooo> 2004/10/28 15:33:16 er 1.24.18.3: #i34386# add sw_TZ Swahili Tanzania locale data, provided by Alberto Escudero-Pascual <it46@ooo> 2004/10/27 18:57:38 er 1.24.18.2: #i32644# add gl_ES Galician locale data, provided by Jorge Rivas <jorgeriv@ooo> 2004/10/27 15:17:24 er 1.24.18.1: #i32647# add eu Basque locale data, provided by Inaki Larranaga Murgoitio <dooteo@ooo>

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [935723e3d6897847b0999a4d555cf893a673a478]

        INTEGRATION: CWS localedatafixes (1.3.28); FILE MERGED 2004/10/29 13:22:29 er 1.3.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [f25e26ac67d5d42a33618dee9f12647a0299f8ec]

        INTEGRATION: CWS localedatafixes (1.4.18); FILE MERGED 2004/10/29 16:15:25 er 1.4.18.3: #i34226# add lo_LA Lao locale data, provided Anousak Souphavank <xangdao@ooo> 2004/10/28 16:36:09 er 1.4.18.2: #i31975# add km_KH Khmer Cambodia locale data, provided by Javier Sola <javiersola@ooo> 2004/10/28 15:33:16 er 1.4.18.1: #i34386# add sw_TZ Swahili Tanzania locale data, provided by Alberto Escudero-Pascual <it46@ooo>

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [21a1037b5c7bc1a70147e14af62fd5f93b7790fc]

        INTEGRATION: CWS localedatafixes (1.8.18); FILE MERGED 2004/10/27 18:57:38 er 1.8.18.2: #i32644# add gl_ES Galician locale data, provided by Jorge Rivas <jorgeriv@ooo> 2004/10/27 15:17:24 er 1.8.18.1: #i32647# add eu Basque locale data, provided by Inaki Larranaga Murgoitio <dooteo@ooo>

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [9dfa334ed17d95c21b40951c64f00bfd11cf0895]

        INTEGRATION: CWS localedatafixes (1.11.28); FILE MERGED 2004/11/03 17:48:49 er 1.11.28.2: #i36338# NumberingLevel copy&paste error 2004/10/29 13:20:28 er 1.11.28.1: #i36338# add missing attributes; rename Varient to Variant

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [dc827250210ee03ae2f33eb0f9f7b3556de414f7]

        INTEGRATION: CWS localedatafixes (1.1.2); FILE ADDED 2004/11/04 11:51:33 er 1.1.2.2: #i36338# rename Varient to Variant (respectively remove it when empty) 2004/10/29 16:15:25 er 1.1.2.1: #i34226# add lo_LA Lao locale data, provided Anousak Souphavank <xangdao@ooo>

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [a08372b72d05d1f4157ad716bf24280d36ede454]

        INTEGRATION: CWS localedatafixes (1.16.16); FILE MERGED 2004/10/27 16:04:48 er 1.16.16.1: #i31924# English month names in Gregorian calendar

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [ae328b31530c43a617a0c4f7061b6ba9989dede9]

        INTEGRATION: CWS localedatafixes (1.1.2); FILE ADDED 2004/10/29 10:29:52 er 1.1.2.2: #i31975# some date formats corrections received from Javier 2004/10/28 16:36:09 er 1.1.2.1: #i31975# add km_KH Khmer Cambodia locale data, provided by Javier Sola <javiersola@ooo>

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [4ea4de422ce9cae52d78faec8840c6869ab58ad2]

        INTEGRATION: CWS localedatafixes (1.13.10); FILE MERGED 2004/10/27 15:56:00 er 1.13.10.1: #i31920# Time100SecSeparator is '.' point

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [80ea6e25b265a78ac88459fb0b0bf87229349548]

        INTEGRATION: CWS localedatafixes (1.1.8); FILE ADDED 2004/11/02 17:24:36 er 1.1.8.3: #i32644# LC_INDEX refers es_ES 2004/11/02 17:18:52 er 1.1.8.2: #i32644# missed LC_INDEX section 2004/10/27 18:57:38 er 1.1.8.1: #i32644# add gl_ES Galician locale data, provided by Jorge Rivas <jorgeriv@ooo>

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [ec55019f531cf7d74342fd6e799b4984e47cd573]

        INTEGRATION: CWS localedatafixes (1.9.18); FILE MERGED 2004/10/27 17:45:22 er 1.9.18.2: #i30844# in short month names trailing dot for months that are really abbreviated 2004/10/27 17:32:56 er 1.9.18.1: #i30845# change 'MMM.' to 'MMM'

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [509382afd5fca080d5fb5ff7857edbec3c443110]

        INTEGRATION: CWS localedatafixes (1.8.28); FILE MERGED 2004/10/29 13:22:29 er 1.8.28.2: #i36338# rename Varient to Variant respectively delete empty variant elements 2004/10/27 17:32:56 er 1.8.28.1: #i30845# change 'MMM.' to 'MMM'

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [fe377471872c371855039e52922e946b45430046]

        INTEGRATION: CWS localedatafixes (1.7.28); FILE MERGED 2004/10/29 13:22:28 er 1.7.28.2: #i36338# rename Varient to Variant respectively delete empty variant elements 2004/10/27 17:32:56 er 1.7.28.1: #i30845# change 'MMM.' to 'MMM'

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [aa3759d7210b76cf3526110e68853b337e18cb7b]

        INTEGRATION: CWS localedatafixes (1.1.6); FILE ADDED 2004/10/27 15:17:23 er 1.1.6.1: #i32647# add eu Basque locale data, provided by Inaki Larranaga Murgoitio <dooteo@ooo>

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [2451618c25fa1b137f789b8453af5869aa256103]

        INTEGRATION: CWS localedatafixes (1.5.28); FILE MERGED 2004/10/29 13:22:28 er 1.5.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [3750ebb1a189c5674d869b8554e498805e064a5a]

        INTEGRATION: CWS localedatafixes (1.7.28); FILE MERGED 2004/10/29 13:22:28 er 1.7.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [ff7cf50ed237c9710f403cb91285745c7eacee23]

        INTEGRATION: CWS localedatafixes (1.5.28); FILE MERGED 2004/10/29 13:22:27 er 1.5.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [39a1d91e048060c2d9dfae5cea198602e309951a]

        INTEGRATION: CWS localedatafixes (1.5.28); FILE MERGED 2004/10/29 13:22:26 er 1.5.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [547ad4f0d7a77ebde6c5f4bc4fd20abc6f00dcf1]

        INTEGRATION: CWS localedatafixes (1.6.28); FILE MERGED 2004/10/29 13:22:26 er 1.6.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [d41a0e116ce1519304d6da6ed20b70390cd1f982]

        INTEGRATION: CWS localedatafixes (1.6.28); FILE MERGED 2004/10/29 13:22:25 er 1.6.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [bc63078b8dd4b896c6eac5f317a9b7fb0912fc1c]

        INTEGRATION: CWS localedatafixes (1.5.28); FILE MERGED 2004/10/29 13:22:25 er 1.5.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [e18c45798b41952e097fb3c48ace861e7e2e22ab]

        INTEGRATION: CWS localedatafixes (1.6.28); FILE MERGED 2004/10/29 13:22:24 er 1.6.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [edd41a880a297828573e1b615f318687fffb1809]

        INTEGRATION: CWS localedatafixes (1.7.28); FILE MERGED 2004/10/29 13:22:24 er 1.7.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [f297e36f36bb402f0725bef65a863a4a6da8bc04]

        INTEGRATION: CWS localedatafixes (1.6.28); FILE MERGED 2004/10/29 13:22:23 er 1.6.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [e8eb6d59dbfd99a236b3b6cd9ade0ca33de18e39]

        INTEGRATION: CWS localedatafixes (1.7.28); FILE MERGED 2004/10/29 13:22:23 er 1.7.28.1: #i36338# rename Varient to Variant respectively delete empty variant elements

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [c80ae0d2674c7adcafc2aba68029f99911e74936]

        INTEGRATION: CWS localedatafixes (1.5.18); FILE MERGED 2004/10/27 15:46:51 er 1.5.18.1: #i30568# decimal separator is '.' point, group separator is ',' comma

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [b51db3b95a063ac5dc13f2bca5af6dccc739fb2a]

        INTEGRATION: CWS localedatafixes (1.2.18); FILE MERGED 2004/10/27 18:34:52 er 1.2.18.1: #i32248# update provided by Vedran Ljubovic <vljubovic@ooo>; needed correction for some duplicated formatindex= problems

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [314f0a73fbc86a27781ceff9cfb5ec34e778070f]

        INTEGRATION: CWS localedatafixes (1.7.18); FILE MERGED 2004/10/27 15:46:51 er 1.7.18.1: #i30568# decimal separator is '.' point, group separator is ',' comma

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [38f40e9508cce21dbc3f5badee514a7975ff9c4b]

        INTEGRATION: CWS localedatafixes (1.8.52); FILE MERGED 2004/11/02 16:03:25 er 1.8.52.3: RESYNC: (1.8-1.9); FILE MERGED 2004/10/29 14:41:18 er 1.8.52.2: #i36338# constness; type correctness; provisions for error handling 2004/10/29 13:18:15 er 1.8.52.1: #i36338# rename Varient to Variant; and some cleanup

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [bea5a4db568c71b78942bb337357cbcb2334c5db]

        INTEGRATION: CWS localedatafixes (1.28.16); FILE MERGED 2004/10/29 16:15:25 er 1.28.16.5: #i34226# add lo_LA Lao locale data, provided Anousak Souphavank <xangdao@ooo> 2004/10/28 16:36:08 er 1.28.16.4: #i31975# add km_KH Khmer Cambodia locale data, provided by Javier Sola <javiersola@ooo> 2004/10/28 15:33:15 er 1.28.16.3: #i34386# add sw_TZ Swahili Tanzania locale data, provided by Alberto Escudero-Pascual <it46@ooo> 2004/10/27 18:57:37 er 1.28.16.2: #i32644# add gl_ES Galician locale data, provided by Jorge Rivas <jorgeriv@ooo> 2004/10/27 15:17:22 er 1.28.16.1: #i32647# add eu Basque locale data, provided by Inaki Larranaga Murgoitio <dooteo@ooo>

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [46f05721ea1d20400c06398914ecab5edb5b8217]

        INTEGRATION: CWS localedatafixes (1.6.28); FILE MERGED 2004/10/29 14:41:18 er 1.6.28.2: #i36338# constness; type correctness; provisions for error handling 2004/10/29 13:18:15 er 1.6.28.1: #i36338# rename Varient to Variant; and some cleanup

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [d880c41a1336abe5d9861aa606a1849d74d509b2]

        INTEGRATION: CWS localedatafixes (1.11.16); FILE MERGED 2004/10/29 14:41:18 er 1.11.16.2: #i36338# constness; type correctness; provisions for error handling 2004/10/29 13:18:15 er 1.11.16.1: #i36338# rename Varient to Variant; and some cleanup

2004-11-10  Rüdiger Timm  <rt@openoffice.org>  [efa89f2585ddb3202ede20aec00c0eda19edd2ac]

        SRC680

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [06324f863ce203aa3c54cc8826ccdba22ab49951]

        INTEGRATION: CWS sysui02 (1.3.138); FILE MERGED 2004/10/14 07:01:36 obr 1.3.138.1: removed ooo installer cde integration module

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0360dbe2c75b78895e3428504e0c6b597bf935e0]

        INTEGRATION: CWS configure3 (1.55.6); FILE MERGED 2004/11/03 12:03:18 rene 1.55.6.7: minor typo 2004/11/03 11:41:19 rene 1.55.6.6: #i36561# configure needs to check for epm 2004/11/02 13:19:30 rene 1.55.6.5: #o23779# Patch to use system libs (berkeleydb, curl, freetype, nas, myspell. altlinuxhyph, neon, sane.h, (x)render(proto).h, unixodbc headers, mspack)
        
        oops actually add the AC_ARG_WITH for system-libs...
        2004/11/02 13:14:53 rene 1.55.6.4: #o23779# Patch to use system libs (berkeleydb, curl, freetype, nas, myspell. altlinuxhyph, neon, sane.h, (x)render(proto).h, unixodbc headers, mspack)
        
        implement a --with-system-libs enabling all other --with-system-* (except mozilla, python and the header ones) and enable ovveriding specific ones with --wiothout-system-* then
        2004/11/01 11:04:41 rene 1.55.6.3: #i29991# soltools fails with header/type errors (680)
        
        try to recover and detect a right JAVA_HOME when JAVA_HOME=/usr and we discover
        the alternatives system as used in Debian and newer SuSEs
        2004/11/01 11:00:54 rene 1.55.6.2: RESYNC: (1.55-1.56); FILE MERGED
        2004/10/28 13:04:49 rene 1.55.6.1: #i23779# Patch to use system libs (berkeleydb, curl, freetype, nas, myspell. altlinuxhyph, neon, sane.h, (x)render(proto).h, unixodbc headers, mspack)
        
        add library checks for expat and jpeg

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [95fad7b06bdaee96b3168f0ac64932a1f5747866]

        INTEGRATION: CWS sysui02 (1.7.116); FILE MERGED 2004/10/14 07:01:38 obr 1.7.116.1: removed ooo installer cde integration module

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [758e6a15b3dc81ddbeb4f25879b442bcb9e85c2c]

        INTEGRATION: CWS configure3 (1.72.4); FILE MERGED 2004/11/03 12:03:19 rene 1.72.4.7: minor typo 2004/11/03 11:41:21 rene 1.72.4.6: #i36561# configure needs to check for epm 2004/11/02 13:19:31 rene 1.72.4.5: #o23779# Patch to use system libs (berkeleydb, curl, freetype, nas, myspell. altlinuxhyph, neon, sane.h, (x)render(proto).h, unixodbc headers, mspack)
        
        oops actually add the AC_ARG_WITH for system-libs...
        2004/11/02 13:14:55 rene 1.72.4.4: #o23779# Patch to use system libs (berkeleydb, curl, freetype, nas, myspell. altlinuxhyph, neon, sane.h, (x)render(proto).h, unixodbc headers, mspack)
        
        implement a --with-system-libs enabling all other --with-system-* (except mozilla, python and the header ones) and enable ovveriding specific ones with --wiothout-system-* then
        2004/11/01 11:04:42 rene 1.72.4.3: #i29991# soltools fails with header/type errors (680)
        
        try to recover and detect a right JAVA_HOME when JAVA_HOME=/usr and we discover
        the alternatives system as used in Debian and newer SuSEs
        2004/11/01 11:01:07 rene 1.72.4.2: RESYNC: (1.72-1.74); FILE MERGED
        2004/10/28 13:04:51 rene 1.72.4.1: #i23779# Patch to use system libs (berkeleydb, curl, freetype, nas, myspell. altlinuxhyph, neon, sane.h, (x)render(proto).h, unixodbc headers, mspack)
        
        add library checks for expat and jpeg

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb7f766cf6bba10b3df6aebb9634f322478d4b1a]

        INTEGRATION: CWS vq04 (1.68.16); FILE MERGED 2004/10/29 01:49:17 vq 1.68.16.1: #i35982# Make testtools buildable with W32-tcsh.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f54cec0a65f44e6a38544fe5fa69b6fcf140e5dd]

        INTEGRATION: CWS vq04 (1.147.32); FILE MERGED 2004/10/29 01:37:03 vq 1.147.32.2: #i35982# Tidy up the patch. 2004/10/25 02:23:00 vq 1.147.32.1: #i36028# Fix hardcoded path seperator.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5600ebf6b7f6957b193c1ea91a70078744ce98e1]

        INTEGRATION: CWS vq04 (1.11.10); FILE MERGED 2004/11/05 03:15:20 vq 1.11.10.1: #i36413# Fix instsetoo_native problems with W32-tcsh.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [69e9eb38740143d4409861be7f11a66b4cf526a2]

        INTEGRATION: CWS vq04 (1.13.8); FILE MERGED 2004/11/05 03:15:19 vq 1.13.8.1: #i36413# Fix instsetoo_native problems with W32-tcsh.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2f0c848b5e98533218fb0f40ff14956bbadc10b]

        INTEGRATION: CWS vq04 (1.2.134); FILE MERGED 2004/11/05 03:15:19 vq 1.2.134.1: #i36413# Fix instsetoo_native problems with W32-tcsh.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8c44e41682b4c8bfaa2eb963b9828361307787e]

        INTEGRATION: CWS vq04 (1.10.10); FILE MERGED 2004/11/05 03:15:19 vq 1.10.10.1: #i36413# Fix instsetoo_native problems with W32-tcsh.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e1c05f8499588c346da26a072b0fc934b860974]

        INTEGRATION: CWS vq04 (1.18.8); FILE MERGED 2004/11/05 03:15:19 vq 1.18.8.1: #i36413# Fix instsetoo_native problems with W32-tcsh.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee90ba930f1d4379bf04487286a5ec45f853c752]

        INTEGRATION: CWS vq04 (1.3.110); FILE MERGED 2004/11/05 03:15:19 vq 1.3.110.1: #i36413# Fix instsetoo_native problems with W32-tcsh.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4950cdeabc258e619477dccbc942db09fc9cea94]

        INTEGRATION: CWS vq04 (1.6.88); FILE MERGED 2004/11/05 03:15:18 vq 1.6.88.1: #i36413# Fix instsetoo_native problems with W32-tcsh.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [daa6c5abd8136bd97d1aee1d0c6159a02b9c8525]

        INTEGRATION: CWS vq04 (1.20.8); FILE MERGED 2004/11/05 03:15:18 vq 1.20.8.1: #i36413# Fix instsetoo_native problems with W32-tcsh.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8457be283f895b9a8c6b7599bb016bf6f45a6544]

        INTEGRATION: CWS vq04 (1.19.32); FILE MERGED 2004/11/05 03:15:18 vq 1.19.32.3: #i36413# Fix instsetoo_native problems with W32-tcsh. 2004/10/29 01:49:17 vq 1.19.32.2: #i35982# Make testtools buildable with W32-tcsh. 2004/10/25 02:16:11 vq 1.19.32.1: #i35984# Adapt guw.pl to -foo:<somepath> switches and do some clean-up. Now only valid paths/filenames get the / translated to \.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [daf77741cd1c027a5af0aa707716b3db0ef2be12]

        INTEGRATION: CWS schoasis01 (1.2.78); FILE MERGED 2004/10/14 15:35:25 bm 1.2.78.1: #i35421# rename attribute values in chart legend

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3798db5870dd4a3be183075dc7f130466d217cef]

        INTEGRATION: CWS schoasis01 (1.4.48); FILE MERGED 2004/10/14 15:35:24 bm 1.4.48.1: #i35421# rename attribute values in chart legend

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa8d2649e29d9ff5660c578cb73b1a891aa3065c]

        INTEGRATION: CWS schoasis01 (1.3.48); FILE MERGED 2004/10/14 15:35:24 bm 1.3.48.1: #i35421# rename attribute values in chart legend

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ca1e818ae1c3349ab50216210516985ea41a49a]

        INTEGRATION: CWS schoasis01 (1.3.46); FILE MERGED 2004/10/14 15:35:24 bm 1.3.46.1: #i35421# rename attribute values in chart legend

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ada98869cc112c4778df7485138dba72e4d83138]

        INTEGRATION: CWS schoasis01 (1.2.76); FILE MERGED 2004/10/14 15:33:01 bm 1.2.76.1: warning removed

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3576ed8e07a5414129c34cffb906e429d68a1f1f]

        INTEGRATION: CWS schoasis01 (1.2.78); FILE MERGED 2004/10/14 15:10:08 bm 1.2.78.1: warning removed

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdb8e3c4a0a7dad20724e961266898894716fd93]

        INTEGRATION: CWS schoasis01 (1.2.78); FILE MERGED 2004/10/14 15:35:23 bm 1.2.78.1: #i35421# rename attribute values in chart legend

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [df1495cba1b4d1a78eb3234d1d09e58a09db43a3]

        INTEGRATION: CWS schoasis01 (1.74.48); FILE MERGED 2004/10/14 15:35:23 bm 1.74.48.1: #i35421# rename attribute values in chart legend

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f3317a270fe92c1b08fff8a9c61fc16f656dabf]

        INTEGRATION: CWS schoasis01 (1.29.76); FILE MERGED 2004/10/14 15:35:23 bm 1.29.76.1: #i35421# rename attribute values in chart legend

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [832dd8ba35c457bcc6d57d66c15ccd6822ff90aa]

        INTEGRATION: CWS sysui02 (1.1.202); FILE MERGED 2004/10/22 12:34:06 tra 1.1.202.1: #i33832#filepicker and folderpicker will be build in the module fpicker now

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [582cfce8b86e6f94c1447719253943c3fe8aa9c2]

        INTEGRATION: CWS schoasis01 (1.2.56); FILE MERGED 2004/10/18 16:05:24 bm 1.2.56.1: #i34741# extension oxc -> ooc

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0cee84f9448d292919bc5b0f27e5ff4a44c48b9]

        INTEGRATION: CWS calc24 (1.37.178); FILE MERGED 2004/10/19 14:34:01 sab 1.37.178.1: #i26955#; set Matrix after all things on the cell are set

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [63dd3f1aa707fe118c6e349109c9fc3d7fba5aa7]

        INTEGRATION: CWS sysui02 (1.25.32); FILE MERGED 2004/10/14 07:26:34 obr 1.25.32.1: removed old style cde integration

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c1fbda3c9c92ed6b38de3c37ba01b1888fbab89]

        INTEGRATION: CWS sysui02 (1.24.16); FILE MERGED 2004/10/14 07:26:34 obr 1.24.16.1: removed old style cde integration

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c316611e76bec870bcf15468e63aeb3ab6167a8c]

        INTEGRATION: CWS calc24 (1.3.22); FILE MERGED 2004/10/14 11:31:14 nn 1.3.22.1: #i33205# RID_SVXSTR_TRASNGR0_DEF, RID_SVXSTR_DASH11_DEF are needed

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c97508885c75ed3f77f3f61aa11d703f9fc1482d]

        INTEGRATION: CWS calc24 (1.3.22); FILE MERGED 2004/10/14 11:32:38 nn 1.3.22.1: #i33205# RID_SVXSTR_TRASNGR0_DEF, RID_SVXSTR_DASH11_DEF are needed

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [90c4df0f5bc4e1d397b0ae6962c048dadb220c27]

        INTEGRATION: CWS calc24 (1.43.20); FILE MERGED 2004/10/27 14:16:11 nn 1.43.20.2: RESYNC: (1.43-1.46); FILE MERGED 2004/10/13 14:14:10 nn 1.43.20.1: #116278# moved ReadExtOptions from Construct to Activate

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7865a47569f8c7caef9abebb5498c8c9c93e4ed9]

        INTEGRATION: CWS calc24 (1.32.24); FILE MERGED 2004/10/27 14:15:22 nn 1.32.24.2: RESYNC: (1.32-1.34); FILE MERGED 2004/10/13 17:08:25 jmarmion 1.32.24.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4890d639169745f7e5f761513fce5a9ad4cff714]

        INTEGRATION: CWS calc24 (1.9.178); FILE MERGED 2004/10/22 14:14:28 nn 1.9.178.1: #b4974740# parse base-cell-address of conditional formats after all sheets are loaded

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e61b2c509a86b92b802685c28891b915aa6a9c95]

        INTEGRATION: CWS calc24 (1.47.24); FILE MERGED 2004/10/18 09:19:23 nn 1.47.24.1: #i34159# ScModelObj::Notify: always call SfxBaseModel::Notify

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [615e0a5aef7ba5f5a863cc97609717f3994a13ae]

        INTEGRATION: CWS calc24 (1.4.42); FILE MERGED 2004/10/13 16:55:46 jmarmion 1.4.42.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [398f1ce7cfa02612c10074a4d75b7abb918a2a7d]

        INTEGRATION: CWS calc24 (1.5.42); FILE MERGED 2004/10/13 16:55:46 jmarmion 1.5.42.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0ab96269b5124bb0697a972b31cc582a029787c]

        INTEGRATION: CWS calc24 (1.5.42); FILE MERGED 2004/10/13 17:07:55 jmarmion 1.5.42.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a8487216d92230546d575549c96424fa55d04a0]

        INTEGRATION: CWS calc24 (1.17.42); FILE MERGED 2004/10/13 17:07:55 jmarmion 1.17.42.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e7c6517dfc640e2c53faef6a8ee081842d0941a]

        INTEGRATION: CWS calc24 (1.21.42); FILE MERGED 2004/10/13 17:07:55 jmarmion 1.21.42.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [25a29ad79575a5b53e03659ab2ab224ba5748715]

        INTEGRATION: CWS calc24 (1.25.178); FILE MERGED 2004/10/19 14:34:02 sab 1.25.178.1: #i26955#; set Matrix after all things on the cell are set

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [222c7995132191a12ec36c3ce49d362e016f4e0c]

        INTEGRATION: CWS calc24 (1.50.42); FILE MERGED 2004/10/22 15:32:52 nn 1.50.42.2: #b4974740# parse base-cell-address of conditional formats after all sheets are loaded 2004/10/19 10:42:11 sab 1.50.42.1: #i27594#; don't insert AllBorderWidth

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a647714a66c29b32246d27cfc5301b810cf29cf]

        INTEGRATION: CWS calc24 (1.77.42); FILE MERGED 2004/10/22 15:32:52 nn 1.77.42.1: #b4974740# parse base-cell-address of conditional formats after all sheets are loaded

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [001f1d56f213f94594a637538347b4edcc4f0fa1]

        INTEGRATION: CWS calc24 (1.103.26); FILE MERGED 2004/10/22 15:32:52 nn 1.103.26.1: #b4974740# parse base-cell-address of conditional formats after all sheets are loaded

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [385b783ec165a198599fd56f6b8f4a8adfaeae3b]

        INTEGRATION: CWS calc24 (1.180.26); FILE MERGED 2004/10/13 17:07:02 jmarmion 1.180.26.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2abc605418ab67c304ff2031fa833c3647f8b943]

        INTEGRATION: CWS calc24 (1.78.42); FILE MERGED 2004/10/22 15:32:51 nn 1.78.42.3: #b4974740# parse base-cell-address of conditional formats after all sheets are loaded 2004/10/19 14:34:01 sab 1.78.42.2: #i26955#; set Matrix after all things on the cell are set 2004/10/13 17:07:02 jmarmion 1.78.42.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e8fa20864f2b05124ca8b23af0b42ab170435b6]

        INTEGRATION: CWS calc24 (1.72.26); FILE MERGED 2004/10/13 17:05:24 jmarmion 1.72.26.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d655e2624db8ef9b0b902b2ccdca23aa9c8f50b0]

        INTEGRATION: CWS calc24 (1.11.42); FILE MERGED 2004/10/27 14:10:01 nn 1.11.42.2: RESYNC: (1.11-1.12); FILE MERGED 2004/10/13 16:56:21 jmarmion 1.11.42.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [626dccb5a0081b581089fffbf27abd86e243769a]

        INTEGRATION: CWS calc24 (1.23.24); FILE MERGED 2004/10/27 14:06:50 nn 1.23.24.2: RESYNC: (1.23-1.24); FILE MERGED 2004/10/13 17:04:47 jmarmion 1.23.24.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [89d69f240e133661958d7535bd5f098cd837e148]

        INTEGRATION: CWS calc24 (1.4.42); FILE MERGED 2004/10/27 14:05:40 nn 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED 2004/10/13 17:04:47 jmarmion 1.4.42.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [29e8741fd99e5738b8e246a1b895af75c33f96f6]

        INTEGRATION: CWS calc24 (1.21.26); FILE MERGED 2004/10/13 17:04:08 jmarmion 1.21.26.1: #i26611# - suppport copy/paste of notes to diffrent destination document.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [925e7253481f41b6bc9f151a1e54e3a016048aa5]

        INTEGRATION: CWS calc24 (1.16.42); FILE MERGED 2004/10/27 12:52:37 jmarmion 1.16.42.2: #118213# no need to modify the top of the visible note now that we support repositioning. 2004/10/13 17:03:11 jmarmion 1.16.42.1: #i33636# - suppport vertical writing for Notes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [35f476dbe287360636a8dec343c42d0dab90f279]

        INTEGRATION: CWS calc24 (1.10.178); FILE MERGED 2004/10/13 17:02:22 jmarmion 1.10.178.1: #i26611# - suppport copy/paste of cell notes for all cell types.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea17cb687962b012c991cab0e9203b60e520f7c7]

        INTEGRATION: CWS calc24 (1.2.42); FILE MERGED 2004/10/13 17:01:15 jmarmion 1.2.42.1: #i26611# support copy/paste of cell notes to a different destination document.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2e5766ce706a71a1e5149d37b1ef7e942c058dc]

        INTEGRATION: CWS calc24 (1.31.24); FILE MERGED 2004/10/27 14:02:24 nn 1.31.24.2: RESYNC: (1.31-1.32); FILE MERGED 2004/10/13 16:59:35 jmarmion 1.31.24.1: #i32669# - support RTL for Notes if Note is currently getting inserted.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf1813d5eef43e0f92037938bb84b96cabbaf7e8]

        INTEGRATION: CWS calc24 (1.14.42); FILE MERGED 2004/10/27 14:02:16 nn 1.14.42.2: RESYNC: (1.14-1.15); FILE MERGED 2004/10/22 13:51:57 nn 1.14.42.1: #b4974740# parse base-cell-address of conditional formats after all sheets are loaded

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [36c11534232bf84eac29adcab11708c5e25b4dde]

        INTEGRATION: CWS calc24 (1.14.42); FILE MERGED 2004/10/13 16:58:02 jmarmion 1.14.42.1: #i26611# support copy/paste of cell notes for all cell types.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cf449942a5eb676cf308646d4c8bb5f80279c8f]

        INTEGRATION: CWS calc24 (1.21.48); FILE MERGED 2004/10/13 16:58:02 jmarmion 1.21.48.1: #i26611# support copy/paste of cell notes for all cell types.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a92c043a35eeb9077ae3b71a3e860d1216d0c27b]

        INTEGRATION: CWS calc24 (1.23.42); FILE MERGED 2004/10/27 14:01:59 nn 1.23.42.2: RESYNC: (1.23-1.24); FILE MERGED 2004/10/13 16:58:01 jmarmion 1.23.42.1: #i26611# support copy/paste of cell notes for all cell types.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [df7166e916a38c94c572729bf308ab853fd10f96]

        INTEGRATION: CWS calc24 (1.66.48); FILE MERGED 2004/10/22 13:51:34 nn 1.66.48.1: #b4974740# parse base-cell-address of conditional formats after all sheets are loaded

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2b2da0da7b523175bee1aa1805ccd566f6c44af]

        INTEGRATION: CWS calc24 (1.2.42); FILE MERGED 2004/10/13 16:53:53 jmarmion 1.2.42.1: #26611# - suppport copy/paste of Notes for all cell types

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bd2ad583bfc52a6c038381abc017d4e4b4d32f7]

        INTEGRATION: CWS calc24 (1.5.178); FILE MERGED 2004/10/22 13:51:33 nn 1.5.178.1: #b4974740# parse base-cell-address of conditional formats after all sheets are loaded

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [60d0040866cc6f05a552eda4e6bc120f1e4e6086]

        INTEGRATION: CWS calc24 (1.15.42); FILE MERGED 2004/10/13 16:53:26 jmarmion 1.15.42.1: #26611# - suppport copy/paste of Notes for all cell types

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaee557b03859894f4f331f4b24d1e05003ad150]

        INTEGRATION: CWS vcl28 (1.5.14); FILE MERGED 2004/10/07 10:18:34 pl 1.5.14.4: #i35073# better key release swallow mechanism 2004/10/01 14:48:30 pl 1.5.14.3: #i34880# IM patch 2004/09/30 14:14:46 pl 1.5.14.2: #i34504# don't set max size hint and fullscreen hint at the same time 2004/09/30 11:07:59 pl 1.5.14.1: join from vcl27

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dee3cb2bffc45c85df89ee33b28725aa2bc39a6]

        INTEGRATION: CWS vcl28 (1.12.14); FILE MERGED 2004/11/04 17:49:58 pl 1.12.14.9: #i34880# removed patch due to preedit buffer problems 2004/11/01 17:37:17 pl 1.12.14.8: #i35073# do not end text input on key release, filter only keypress events to fix a preedit buffer problem 2004/10/12 15:55:37 pl 1.12.14.7: #i35333# more reliable colors for menus 2004/10/07 10:18:33 pl 1.12.14.6: #i35073# better key release swallow mechanism 2004/10/04 12:59:27 pl 1.12.14.5: #i30029# add: workspace color 2004/10/01 14:48:31 pl 1.12.14.4: #i34880# IM patch 2004/09/30 14:14:46 pl 1.12.14.3: #i34504# don't set max size hint and fullscreen hint at the same time 2004/09/30 12:15:28 pl 1.12.14.2: #i34828# additional deletion protection 2004/09/30 11:07:58 pl 1.12.14.1: join from vcl27

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [f08d3da69299189275977a113b9be0ad61fc55df]

        INTEGRATION: CWS mh1960 (1.3.4); FILE MERGED 2004/11/04 14:34:21 mh 1.3.4.1: add: unxlngi4 for OOo be setup, #i33422#

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [6ed07df8e2610427554d5e5270a445c04b174748]

        INTEGRATION: CWS mh1960 (1.2.66); FILE MERGED 2004/11/05 14:00:18 mh 1.2.66.1: reenable FontOOo and DictOOo Wizards, #i31977#

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [d642877aa55a86c03abfa4a227b5bced9578711a]

        INTEGRATION: CWS mh1960 (1.5.10); FILE MERGED 2004/11/05 14:00:18 mh 1.5.10.1: reenable FontOOo and DictOOo Wizards, #i31977#

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [c1e9fbfee40bb222ad0dab9ae905f4bd87b36e8c]

        INTEGRATION: CWS mh1960 (1.5.10); FILE MERGED 2004/11/05 14:00:17 mh 1.5.10.1: reenable FontOOo and DictOOo Wizards, #i31977#

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [0d1de2f9e8cd65d0d62300f59f198fc5da961370]

        INTEGRATION: CWS mh1960 (1.3.12); FILE MERGED 2004/11/04 11:20:43 mh 1.3.12.1: use system msfontextract, #i28691#

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [68ebdedcb5f3310f05a0a00bab2534f76305d602]

        INTEGRATION: CWS mh1960 (1.2.58); FILE MERGED 2004/11/05 18:25:47 mh 1.2.58.1: add new 3rd party licenses, #i36767#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b13e3380320c20d144bbda56a0ae423d51326e83]

        INTEGRATION: CWS gh8 (1.5.24); FILE MERGED 2004/10/20 15:32:11 gh 1.5.24.1: #110681#remove unnecessary dependencies

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2536d953d74b5203af555dd72aab84b9f11875b6]

        INTEGRATION: CWS gh8 (1.39.208); FILE MERGED 2004/10/12 12:57:31 gh 1.39.208.1: #i34630#testtool: add en-US and de languages to the src files and merge in old translations from src642

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [daa86d3b073115bdaf7b5c47a5abe52e3070bf63]

        INTEGRATION: CWS gh8 (1.21.208); FILE MERGED 2004/10/12 12:57:30 gh 1.21.208.1: #i34630#testtool: add en-US and de languages to the src files and merge in old translations from src642

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [df1e0f72a9fa1ef0af503da96b3f694f059c0816]

        INTEGRATION: CWS gh8 (1.67.2); FILE MERGED 2004/10/12 12:57:28 gh 1.67.2.1: #i34630#testtool: add en-US and de languages to the src files and merge in old translations from src642

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6246fe2c96c840b048d9f8d2ea660514ab39764a]

        INTEGRATION: CWS gh8 (1.21.208); FILE MERGED 2004/10/12 12:57:28 gh 1.21.208.1: #i34630#testtool: add en-US and de languages to the src files and merge in old translations from src642

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6ad52f8fdf7036932e34bb62b4bf276304b8222]

        INTEGRATION: CWS gh8 (1.56.12); FILE MERGED 2004/10/12 14:27:51 gh 1.56.12.2: small regression in filefilters in open dialog 2004/10/12 12:57:27 gh 1.56.12.1: #i34630#testtool: add en-US and de languages to the src files and merge in old translations from src642

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [87781ca903abfcae273546f0117229a01d17b3ee]

        INTEGRATION: CWS gh8 (1.2.48); FILE MERGED 2004/10/15 11:31:05 gh 1.2.48.1: #i32313# check for commadlineswitch -enableautomation before loading sts library

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7239dd904545d55ff6c3a9551fd89200cc7cea9]

        INTEGRATION: CWS gh8 (1.30.572); FILE MERGED 2004/10/12 12:53:11 gh 1.30.572.1: #i34630#testtool: add en-US and de languages to the src files and merge in old translations from src642

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1982bae843e22cbd5c07ad5b247d6e9a1a275b59]

        INTEGRATION: CWS gh8 (1.119.4); FILE MERGED 2004/10/14 13:09:54 gh 1.119.4.1: remove deprecated svtools.hid

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b29e18138111e4b8754d3e9f3f34248fd518172c]

        INTEGRATION: CWS gh8 (1.9.6); FILE MERGED 2004/10/18 14:25:34 gh 1.9.6.2: #117519#destroy windows on exit 2004/10/15 11:23:00 gh 1.9.6.1: #i35365#return found itemwindow on toolbox immediately

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3633a5258bf7fbe45a20d3d8aea3a5270938b737]

        INTEGRATION: CWS gh8 (1.16.2); FILE MERGED 2004/10/19 15:15:40 gh 1.16.2.5: RESYNC: (1.16-1.17); FILE MERGED 2004/10/19 13:32:48 gh 1.16.2.4: #109805#Get empty String in empty collumns of treelistboxes 2004/10/18 14:25:34 gh 1.16.2.3: #117519#destroy windows on exit 2004/10/11 12:53:10 gh 1.16.2.2: #108796#ignore Helptext windows on resetapplication 2004/10/07 15:53:20 gh 1.16.2.1: #i34933#,#i34764# fiddeling around with recovering toolboxes again

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc000e2309df7e02389bf215ecd7a0d1900a99a8]

        INTEGRATION: CWS gh8 (1.12.2); FILE MERGED 2004/10/18 14:25:34 gh 1.12.2.3: #117519#destroy windows on exit 2004/10/15 11:23:00 gh 1.12.2.2: #i35365#return found itemwindow on toolbox immediately 2004/10/12 06:54:22 gh 1.12.2.1: #i35096#do not check for AutoHideButton anymore for fadein and fadeout

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d828f31b81cdc1bb4853723bfdddc11bbbc8cbf]

        INTEGRATION: CWS gh8 (1.8.6); FILE MERGED 2004/10/18 14:25:33 gh 1.8.6.1: #117519#destroy windows on exit

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d1b12ce5a411b1a8119d9ce74a645aa21c209df]

        INTEGRATION: CWS gh8 (1.2.34); FILE MERGED 2004/10/14 13:55:07 gh 1.2.34.1: DIFF_MS was implemented wrong

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f995389eb20d328443e214bd80264e537f080c6f]

        INTEGRATION: CWS vcl28 (1.8.22); FILE MERGED 2004/10/13 10:41:48 pl 1.8.22.1: #i35057# use ENABLE_PASF

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [22f674437fe5ac6f7b368e5db3f903238650d827]

        INTEGRATION: CWS vcl28 (1.45.14); FILE MERGED 2004/10/13 10:41:48 pl 1.45.14.3: #i35057# use ENABLE_PASF 2004/10/11 09:10:13 pl 1.45.14.2: RESYNC: (1.45-1.53); FILE MERGED 2004/10/06 16:13:06 pl 1.45.14.1: #i35057# add: sndfile, portaudio

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3150805b9c3553a1b2637d140ebf8caa7490df1a]

        INTEGRATION: CWS gh8 (1.18.70); FILE MERGED 2004/10/20 15:33:28 gh 1.18.70.1: #110681#remove util directory which was used for hid.lst generation

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [958350c8207800b3128af8d2e8067b39c329bf42]

        INTEGRATION: CWS vcl28 (1.6.22); FILE MERGED 2004/10/07 17:09:28 pl 1.6.22.1: #i34064# language independent psprint.conf

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1857da8fc83165b385c4e2d0fc2577cc416cb0e1]

        INTEGRATION: CWS vcl28 (1.12.30); FILE MERGED 2004/10/07 16:32:03 pl 1.12.30.1: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f5334e21de037e4c4cfb85d775f7e0a70049611]

        INTEGRATION: CWS vcl28 (1.15.4); FILE MERGED 2004/10/07 16:32:03 pl 1.15.4.1: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c4881433044f0e20dcb32e4cb20919d7a21dc0c]

        INTEGRATION: CWS vcl28 (1.61.16); FILE MERGED 2004/10/13 10:33:33 pl 1.61.16.5: #i35057# use ENABLE_PASF 2004/10/13 09:47:18 pl 1.61.16.4: #i35430# add kde plugin 2004/10/11 09:09:11 pl 1.61.16.3: RESYNC: (1.61-1.62); FILE MERGED 2004/10/06 16:01:51 pl 1.61.16.2: #i35057# add: sndfile, portaudio 2004/09/22 08:38:16 pl 1.61.16.1: #i34161# removed -lXt since it breaks running java in process

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [19effb6668248e2797d657787c5192b84439ea4f]

        INTEGRATION: CWS vcl28 (1.8.112); FILE MERGED 2004/10/07 12:03:13 pl 1.8.112.1: #i34578# AnyInput did not report timer events in gtk plugin

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [44506d8c2a1ee9b9104ea0ee469f97a4362435e0]

        INTEGRATION: CWS vcl28 (1.22.110); FILE MERGED 2004/10/06 16:01:50 pl 1.22.110.1: #i35057# add: sndfile, portaudio

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad1ccd71c01c37e5d8b6af87a6c71af5156d2c98]

        INTEGRATION: CWS vcl28 (1.38.16); FILE MERGED 2004/10/07 12:03:12 pl 1.38.16.1: #i34578# AnyInput did not report timer events in gtk plugin

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c169fb0f492caf88167fcb42688c8c3647c4546]

        INTEGRATION: CWS vcl28 (1.15.14); FILE MERGED 2004/10/13 10:21:53 pl 1.15.14.3: #i35057# use ENABLE_PASF 2004/10/11 09:09:01 pl 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2004/10/06 16:01:49 pl 1.15.14.1: #i35057# add: sndfile, portaudio

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [64287f9f07a7289d00b113e5991ebcd4f7569f52]

        INTEGRATION: CWS vcl28 (1.24.84); FILE MERGED 2004/10/07 12:03:11 pl 1.24.84.1: #i34578# AnyInput did not report timer events in gtk plugin

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e49fba6e5c6989146903ff76a52c0e6e211d75b]

        INTEGRATION: CWS vcl28 (1.3.114); FILE MERGED 2004/11/02 16:31:16 pl 1.3.114.2: #i32682# avoid an assertion 2004/09/30 11:07:58 pl 1.3.114.1: join from vcl27

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f39f058338ec9c231dfa2ac06d15e6c5389c933f]

        INTEGRATION: CWS vcl28 (1.10.16); FILE MERGED 2004/10/07 12:03:10 pl 1.10.16.1: #i34578# AnyInput did not report timer events in gtk plugin

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [296c3b1d3d3caad35416d199377100e849babaa9]

        INTEGRATION: CWS os38 (1.13.144); FILE MERGED 2004/09/27 08:50:41 os 1.13.144.1: #i34274# fixed texts in toolbox have to be transparent

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f724b866ea8626d52e652ad3cf6766a1a37b2b5e]

        INTEGRATION: CWS vcl28 (1.92.16); FILE MERGED 2004/09/30 18:32:08 pl 1.92.16.1: #i34277# delay context menu command in case of popup menu already executing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c13d38e05d9e4e44e0fec3ddd2319f7c1b05020]

        INTEGRATION: CWS os38 (1.33.22); FILE MERGED 2004/09/21 13:34:48 os 1.33.22.1: #i34336# prevent crash in column arrangement dialog when database connection is missing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [28d83b222df9ad2a9149125b2d3334903f75d230]

        INTEGRATION: CWS os38 (1.8.64); FILE MERGED 2004/09/29 09:48:03 os 1.8.64.1: #i33073# warning about column assignment 'really' switched off

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9930076c3e3372e12ba460e00470336f024ccf1b]

        INTEGRATION: CWS os38 (1.36.100); FILE MERGED 2004/09/29 08:02:12 os 1.36.100.1: #i28962# ListBox width increased

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7f864152b543ec362d98c77625b731ac50afb53]

        INTEGRATION: CWS os38 (1.21.8); FILE MERGED 2004/11/01 10:37:40 pb 1.21.8.3: fix: #i32434# show only one extension of the defaultfilter 2004/09/21 07:43:09 pb 1.21.8.2: fix: #i32434# the wrong issue number was used 2004/09/21 07:35:19 pb 1.21.8.1: fix: #i22302# only one extension for save

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0003170f5991f52041f6dfe99720ba320f7992b]

        INTEGRATION: CWS os38 (1.20.112); FILE MERGED 2004/09/29 14:49:14 os 1.20.112.1: #114567# changes of the SfxDocumentInfo should be notified immediately

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [00d7cb9f974975440fb0bf2367f0f1fa1de31cbf]

        INTEGRATION: CWS os38 (1.43.6); FILE MERGED 2004/10/08 14:41:45 os 1.43.6.2: RESYNC: (1.43-1.44); FILE MERGED 2004/09/21 10:22:22 os 1.43.6.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f961992707abae3d6b140515779b9689ddbbf16]

        INTEGRATION: CWS vcl28 (1.32.106); FILE MERGED 2004/10/13 10:21:52 pl 1.32.106.4: #i35057# use ENABLE_PASF 2004/10/13 09:46:03 pl 1.32.106.3: #i35430# add kde dir 2004/10/11 09:08:20 pl 1.32.106.2: RESYNC: (1.32-1.34); FILE MERGED 2004/10/06 16:01:48 pl 1.32.106.1: #i35057# add: sndfile, portaudio

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d1970329028856468b145a016871950387db5e4]

        INTEGRATION: CWS os38 (1.57.6); FILE MERGED 2004/10/08 14:38:11 os 1.57.6.2: RESYNC: (1.57-1.60); FILE MERGED 2004/09/21 10:22:20 os 1.57.6.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c08139a5da5a67f956a4bd0355299c37b9e83358]

        INTEGRATION: CWS os38 (1.16.24); FILE MERGED 2004/10/08 14:38:21 os 1.16.24.2: RESYNC: (1.16-1.17); FILE MERGED 2004/09/21 10:22:20 os 1.16.24.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7da23ad07da0ad648e91609c5c6c1f2358bd8e7d]

        INTEGRATION: CWS vcl28 (1.9.44); FILE MERGED 2004/09/27 14:07:22 pl 1.9.44.1: #i34684# make selection timeout configurable

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [346074ec5407101723a3c77a0586abe3de924efc]

        INTEGRATION: CWS vcl28 (1.1.4); FILE ADDED 2004/09/27 14:07:22 pl 1.1.4.1: #i34684# make selection timeout configurable

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef779fbeaeda9aeb2d9572ecb8066d9e714d6da2]

        INTEGRATION: CWS vcl28 (1.29.2); FILE MERGED 2004/09/27 14:07:22 pl 1.29.2.1: #i34684# make selection timeout configurable

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [41cd572f1c25ebb70f9929fbfc15e50b14710562]

        INTEGRATION: CWS os38 (1.52.84); FILE MERGED 2004/10/08 14:24:42 os 1.52.84.2: RESYNC: (1.52-1.54); FILE MERGED 2004/09/22 11:43:42 os 1.52.84.1: #i28977# #i32007# use additional status slot to switch the border controller modes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [473c8bab633c2b12bcb4fb520333b2a3a74520f6]

        INTEGRATION: CWS vcl28 (1.71.2); FILE MERGED 2004/09/27 14:07:21 pl 1.71.2.1: #i34684# make selection timeout configurable

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0798c42c6cd6a4b63c554c8f781fdfc7c28fed10]

        INTEGRATION: CWS os38 (1.17.4); FILE MERGED 2004/10/08 14:14:50 os 1.17.4.2: RESYNC: (1.17-1.18); FILE MERGED 2004/09/22 12:41:15 os 1.17.4.1: #i29255# order of options dialog groups according to spec

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d590cd8c5c827e352a5baedf41c587bb9263adc]

        INTEGRATION: CWS vcl28 (1.19.18); FILE MERGED 2004/10/17 13:53:25 pl 1.19.18.1: #i34684# add unotools as dependency

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3403ac107180f92da36399f90934c76f69093075]

        INTEGRATION: CWS os38 (1.3.254); FILE MERGED 2004/09/27 11:48:27 os 1.3.254.1: #i341189 alien filter warning re-introduced

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aac5b1e59de407b05d2f3549db92b7c2452d19b]

        INTEGRATION: CWS os38 (1.4.254); FILE MERGED 2004/10/08 14:12:41 os 1.4.254.3: RESYNC: (1.4-1.5); FILE MERGED 2004/10/04 11:26:25 os 1.4.254.2: syntax fixed (<:) 2004/09/27 11:48:29 os 1.4.254.1: #i341189 alien filter warning re-introduced

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fd1a22cf55198f7d97654786b85b59728d46f43]

        INTEGRATION: CWS vcl28 (1.3.72); FILE MERGED 2004/10/07 12:53:28 pl 1.3.72.1: #i34064# laguage independent psprint.conf

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ad005b329fd515525697076089743b7dbc14d6b]

        INTEGRATION: CWS os38 (1.54.6); FILE MERGED 2004/10/19 11:39:21 tl 1.54.6.3: RESYNC: (1.56-1.58); FILE MERGED 2004/10/08 14:07:20 os 1.54.6.2: RESYNC: (1.54-1.56); FILE MERGED 2004/09/22 11:43:41 os 1.54.6.1: #i28977# #i32007# use additional status slot to switch the border controller modes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e17470504dbe1435840438c09e20846610dace85]

        INTEGRATION: CWS vcl28 (1.3.86); FILE MERGED 2004/10/07 12:53:28 pl 1.3.86.1: #i34064# laguage independent psprint.conf

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b4e596b3a1c4856d2fb258a2ddae56117fbe568]

        INTEGRATION: CWS vcl28 (1.1.86); FILE MERGED 2004/10/07 12:53:28 pl 1.1.86.1: #i34064# laguage independent psprint.conf

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [00bf4952538fcfb960526ace8729fe22a143c987]

        INTEGRATION: CWS vcl28 (1.26.4); FILE MERGED 2004/10/07 16:31:26 pl 1.26.4.2: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered 2004/10/07 14:16:28 pl 1.26.4.1: #i34064# get default paper format from process locale, resp. LC_PAPER

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [90c0ed7d0209e400f88e333e501e11504791bd2c]

        INTEGRATION: CWS vcl28 (1.7.4); FILE MERGED 2004/10/07 16:31:26 pl 1.7.4.3: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered 2004/10/07 15:17:26 pl 1.7.4.2: #i34799# solved a concurrency problem 2004/09/29 16:05:34 pl 1.7.4.1: #i34803# catch broken PPD files

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3231271be40907d8ba27dab4aefbed239d5c342b]

        INTEGRATION: CWS os38 (1.40.6); FILE MERGED 2004/10/08 14:00:03 os 1.40.6.2: RESYNC: (1.40-1.44); FILE MERGED 2004/09/21 10:23:05 os 1.40.6.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [de282378f9cbd25372c84d82d8db6653804bd181]

        INTEGRATION: CWS os38 (1.10.48); FILE MERGED 2004/10/08 13:59:54 os 1.10.48.2: RESYNC: (1.10-1.11); FILE MERGED 2004/09/27 08:21:59 os 1.10.48.1: #i34489# HelpIds added to navigation toolbox

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [089a74950671c2a6fbf5699b72c3718c121c5ff3]

        INTEGRATION: CWS vcl28 (1.8.4); FILE MERGED 2004/10/07 16:31:25 pl 1.8.4.2: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered 2004/10/07 14:16:27 pl 1.8.4.1: #i34064# get default paper format from process locale, resp. LC_PAPER

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0f1b1749569b9860891d070292196c0ff266181]

        INTEGRATION: CWS os38 (1.2.14); FILE MERGED 2004/10/29 09:10:03 os 1.2.14.1: #i26485# additional key code to move paragraphs Ctrl+CursorUp/Down

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [895ed27b84c2282b0fcfdf27e8a2b253b3b8c16f]

        INTEGRATION: CWS os38 (1.2.156); FILE MERGED 2004/09/29 15:00:43 os 1.2.156.1: #90378# para justified added to web text toolbox

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [862e6fe34b307267a73dc1572bc6ffe1e934f8ef]

        INTEGRATION: CWS vcl28 (1.28.24); FILE MERGED 2004/09/27 14:02:17 pl 1.28.24.1: #i34684# make selection timeout configurable

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [68fdd14b3bafd17c3351134a519261700aa2b46a]

        INTEGRATION: CWS os38 (1.2.14); FILE MERGED 2004/10/29 09:10:02 os 1.2.14.1: #i26485# additional key code to move paragraphs Ctrl+CursorUp/Down

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [08df70d75a6d549203ff3399f111f278ff16b2df]

        INTEGRATION: CWS vcl28 (1.4.4); FILE MERGED 2004/10/07 16:31:25 pl 1.4.4.1: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1abb367363e7216e2e668ee77985d78102f8d513]

        INTEGRATION: CWS fontlists04 (1.183.6); FILE MERGED 2004/10/29 13:56:31 hdu 1.183.6.6: #i33265# improved on CWS vcl29 glyph fallback enhancements 2004/10/29 11:07:47 hdu 1.183.6.5: #i33265# update to CWS vcl29 glyph fallback enhancements 2004/10/22 11:20:11 hdu 1.183.6.4: #i27231# glyph fallback to original font if dev specific substitution may have been involved 2004/10/13 10:41:34 hdu 1.183.6.3: #i27231# try original font first when device specific substitution may have been involved 2004/10/13 08:50:21 hdu 1.183.6.2: #31838# the Glyphcache should not cache anything obout fonts it cannot handle 2004/10/06 16:37:19 hdu 1.183.6.1: #i27231# improved glyph fallback and some font name fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1eb4dce7029448e0fd20b4c3041353adf75a6db]

        INTEGRATION: CWS fontlists04 (1.60.8); FILE MERGED 2004/10/05 08:37:47 hdu 1.60.8.2: #i30824# fix single byte case in MCBS conversion 2004/10/04 14:21:00 hdu 1.60.8.1: #i30824# support some non-unicode fonts

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [520009f2a55ab0b827d2d4ed48e475ade486e930]

        INTEGRATION: CWS fontlists04 (1.27.56); FILE MERGED 2004/10/13 08:50:22 hdu 1.27.56.1: #31838# the Glyphcache should not cache anything obout fonts it cannot handle

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9760f03c888845250d4156c9d4f185057b2a088a]

        INTEGRATION: CWS fontlists04 (1.61.8); FILE MERGED 2004/09/24 10:24:48 hdu 1.61.8.1: #i34586# use logical instead of physical glyph widths to calculate justification adjustments

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [882d9e3392c1cd2cd28130c5471e5712ca2b4317]

        INTEGRATION: CWS fontlists04 (1.72.8); FILE MERGED 2004/11/02 08:56:28 hdu 1.72.8.2: #i33265# also mirror chars for latin in RTL text 2004/09/29 11:45:44 hdu 1.72.8.1: #i33265# in an RTL also mirror characters when layouting text for for the PDF builtin fonts

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [76c918e47760122452e311edb83e91870e0dd45a]

        INTEGRATION: CWS os38 (1.33.14); FILE MERGED 2004/10/28 10:19:36 os 1.33.14.1: #i26485# accelerator config now XML based

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [40f3f3c92bcb88299e352d337de60974b7c8d071]

        INTEGRATION: CWS os38 (1.33.152); FILE MERGED 2004/10/08 13:54:15 os 1.33.152.2: RESYNC: (1.33-1.34); FILE MERGED 2004/10/04 09:19:26 os 1.33.152.1: #i32913# the horizontal ScrollBar may be visible in browse view, too

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [19e263b7503f721c9b96f6d46c3b07532e99f646]

        INTEGRATION: CWS os38 (1.38.6); FILE MERGED 2004/10/08 13:49:59 os 1.38.6.2: RESYNC: (1.38-1.39); FILE MERGED 2004/09/27 07:23:01 os 1.38.6.1: #i34343# stop AutoComplete suggestion before a Math object is inserted

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3063e20b6427a05faa7da3d880551b09dbe4484]

        INTEGRATION: CWS os38 (1.10.88); FILE MERGED 2004/09/20 16:11:44 os 1.10.88.1: #117886 #i34337# catch exception of the frame provider

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf8c02c3473b3966759ce788910ffbdd3d3f91fc]

        INTEGRATION: CWS os38 (1.32.44); FILE MERGED 2004/09/22 11:43:13 os 1.32.44.1: #i28977# #i32007# use additional status slot to switch the border controller modes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [669570e85bb8750bb87c3c76cb49073be2f0f866]

        INTEGRATION: CWS os38 (1.15.50); FILE MERGED 2004/09/22 11:43:13 os 1.15.50.1: #i28977# #i32007# use additional status slot to switch the border controller modes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dbbf211d02b2e65f8373524107786dd992c0248]

        INTEGRATION: CWS os38 (1.58.6); FILE MERGED 2004/10/08 13:48:11 os 1.58.6.2: RESYNC: (1.58-1.59); FILE MERGED 2004/09/22 11:43:13 os 1.58.6.1: #i28977# #i32007# use additional status slot to switch the border controller modes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [390633b53684fc83f675c91abe21018170192c77]

        INTEGRATION: CWS os38 (1.23.48); FILE MERGED 2004/10/08 12:40:03 os 1.23.48.2: RESYNC: (1.23-1.24); FILE MERGED 2004/09/27 08:21:58 os 1.23.48.1: #i34489# HelpIds added to navigation toolbox

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c526ad22520b9a68b7dc90f4bb860361e5f00b1]

        INTEGRATION: CWS os38 (1.24.50); FILE MERGED 2004/09/27 08:21:59 os 1.24.50.2: #i34489# HelpIds added to navigation toolbox 2004/09/22 13:41:06 os 1.24.50.1: #i33701# parameters added to field insert calls

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7482b8f89311c2e8da1766c80fb95088dded0656]

        INTEGRATION: CWS os38 (1.10.190); FILE MERGED 2004/10/04 09:22:44 os 1.10.190.1: #i34932# hdftctrl.* has to be removed

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [328f98873a6c196095de44f0546e4ce99a54c4b3]

        INTEGRATION: CWS os38 (1.2.156); FILE MERGED 2004/10/28 10:17:05 os 1.2.156.1: #i26485# accelerator config now XML based

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [22f3fc5edf0d31c6cdabc1109913e4dfdb878426]

        INTEGRATION: CWS os38 (1.4.196); FILE MERGED 2004/09/29 08:40:13 os 1.4.196.1: #i31914# FixedText has to be declared before the Edit

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5949dfc25ece65f1236c50f6abc93a6d0a2f7b0]

        INTEGRATION: CWS os38 (1.15.44); FILE MERGED 2004/10/08 13:37:04 os 1.15.44.2: RESYNC: (1.15-1.16); FILE MERGED 2004/09/20 16:11:44 os 1.15.44.1: #117886 #i34337# catch exception of the frame provider

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb45149e5f7266de9f76a15d3f66784c40752581]

        INTEGRATION: CWS os38 (1.95.6); FILE MERGED 2004/10/08 13:35:40 os 1.95.6.3: RESYNC: (1.95-1.96); FILE MERGED 2004/09/28 08:52:25 os 1.95.6.2: #117959# SelectMenuPosition(): already selected objects need no action 2004/09/20 16:11:11 os 1.95.6.1: #117886 #i34337# context menu: don't select inside of a selected object

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [37b57e8458e4b49060147f7b8ecd6e90ee20fa37]

        INTEGRATION: CWS os38 (1.11.6); FILE MERGED 2004/10/28 10:18:44 os 1.11.6.1: #i26485# accelerator config now XML based

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5e9a1f1b1b44a428c79961abe9fc66c1f09ed64]

        INTEGRATION: CWS os38 (1.40.12); FILE MERGED 2004/10/08 13:15:25 os 1.40.12.3: RESYNC: (1.40-1.42); FILE MERGED 2004/10/01 14:14:24 os 1.40.12.2: #117665# check update mode at the model's medium before initiating UI actions on creation of documents 2004/09/21 10:23:05 os 1.40.12.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [867ff18335451ab78fa1d0f72476713138ff7edd]

        INTEGRATION: CWS os38 (1.5.190); FILE MERGED 2004/09/21 10:23:04 os 1.5.190.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5405293939bd2cc0d5668c72bf6d9344ff13349]

        INTEGRATION: CWS os38 (1.23.86); FILE MERGED 2004/10/08 12:54:14 os 1.23.86.2: RESYNC: (1.23-1.24); FILE MERGED 2004/09/21 10:23:03 os 1.23.86.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d1b92fa86ee99c12fbd8e88a97b4567f59f45c2]

        INTEGRATION: CWS os38 (1.10.194); FILE MERGED 2004/10/11 08:28:03 os 1.10.194.3: #i33959# old wizards remove, again - merge error 2004/10/08 12:47:11 os 1.10.194.2: RESYNC: (1.10-1.11); FILE MERGED 2004/09/21 10:23:02 os 1.10.194.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f7c0212c1b54e235f1a66d62ef06fe19dcad9ce]

        INTEGRATION: CWS os38 (1.12.86); FILE MERGED 2004/09/22 11:43:12 os 1.12.86.1: #i28977# #i32007# use additional status slot to switch the border controller modes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d03752ff46072f26d19bee0bbf3fe757face10c]

        INTEGRATION: CWS os38 (1.13.156); FILE MERGED 2004/09/21 10:23:01 os 1.13.156.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f9f321a79506f689aa135ab0be2ea6c4da38434]

        INTEGRATION: CWS os38 (1.23.42); FILE MERGED 2004/10/08 12:44:07 os 1.23.42.2: RESYNC: (1.23-1.24); FILE MERGED 2004/09/21 10:23:01 os 1.23.42.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2ede95b788ec686f3ad4164545127bdb0ec825b]

        INTEGRATION: CWS os38 (1.7.182); FILE MERGED 2004/10/08 12:42:22 os 1.7.182.2: RESYNC: (1.7-1.8); FILE MERGED 2004/09/21 10:23:00 os 1.7.182.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [46aa6840cd0d1fb99673dac4e4ee9577a0fbca00]

        INTEGRATION: CWS os38 (1.42.6); FILE MERGED 2004/10/08 12:39:33 os 1.42.6.2: RESYNC: (1.42-1.46); FILE MERGED 2004/09/21 10:23:00 os 1.42.6.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab57c5bf40fc2b84ba3d0fd37c6e71907f8b8619]

        INTEGRATION: CWS os38 (1.31.14); FILE MERGED 2004/10/08 12:34:17 os 1.31.14.2: RESYNC: (1.31-1.33); FILE MERGED 2004/09/21 10:14:18 os 1.31.14.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [feb85e7733587ca22154c33c232f9e49aeb47523]

        INTEGRATION: CWS os38 (1.15.14); FILE MERGED 2004/10/08 12:32:54 os 1.15.14.2: RESYNC: (1.15-1.17); FILE MERGED 2004/09/21 10:14:18 os 1.15.14.1: #i33959# remove old Writer wizards

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aae12836e311fc43b487a0f57bf2f5eb0a50ffa]

        INTEGRATION: CWS jl13 (1.19.8); FILE MERGED 2004/10/21 13:17:35 jl 1.19.8.7: RESYNC: (1.19-1.20); FILE MERGED 2004/10/08 17:31:03 jl 1.19.8.6: #29930# 2004/10/05 15:22:11 jl 1.19.8.5: #i29390# 2004/10/01 09:19:12 jl 1.19.8.4: #i29390# 2004/09/30 14:39:32 jl 1.19.8.3: #i29390# 2004/09/30 08:16:01 jl 1.19.8.2: #i29390# 2004/09/29 13:43:50 jl 1.19.8.1: #i29390# using framework in other applications

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [05e53df2941f765fb521731b62a06fc0faaae655]

        INTEGRATION: CWS jl13 (1.12.10); FILE MERGED 2004/10/25 10:37:39 jl 1.12.10.4: #29390# 2004/10/20 14:28:27 jl 1.12.10.3: #i29390# 2004/10/08 17:31:02 jl 1.12.10.2: #29930# 2004/10/08 11:13:00 jl 1.12.10.1: #i29390#

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [e8f824259972f180792137efd5b393ab391d965a]

        INTEGRATION: CWS tdoc3 (1.13.12); FILE MERGED 2004/11/03 13:08:30 kso 1.13.12.4: i36554# - parent storage must be set to modified on commit of child. 2004/11/03 12:27:16 mav 1.13.12.3: #i36554# the storage is modified only after the new child is commited 2004/11/01 16:58:25 kso 1.13.12.2: #i36025# - removeElement, renamElement, moveElementTo must set internal            state to 'modified' on success. 2004/11/01 10:35:09 mav 1.13.12.1: #i36346# transfer the mediatype for empty storages

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [0dc5fd2ba8edebcb2183378a5c4edd9f7a3cf8ef]

        INTEGRATION: CWS tdoc3 (1.74.144); FILE MERGED 2004/11/03 15:38:18 kso 1.74.144.1: #i36606# - Fix by MBA: Sending DOCCLOSE event now works as expected.

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [1d3ac9903535ae0029832514cc7e00a70ea900c5]

        INTEGRATION: CWS tdoc3 (1.70.10); FILE MERGED 2004/11/03 16:12:25 kso 1.70.10.7: RESYNC: (1.70-1.71); FILE MERGED 2004/11/03 12:39:57 mav 1.70.10.6: #i36554# listen for the storage only after the new document is completely created 2004/11/03 11:25:41 mav 1.70.10.5: #i36554# listen for the storage only after the new document is completely created 2004/11/03 10:13:57 mav 1.70.10.4: #i36554# the events should not be sent multiple times 2004/11/03 09:28:05 mav 1.70.10.3: #i36428# let new documents listen as well 2004/11/02 19:24:20 mav 1.70.10.2: #i36428# fix notification 2004/11/02 15:59:55 mav 1.70.10.1: #i36428# let the model be modified if it's storage is modified

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [2031eb1891c6d50453daf71309f3c0aa5e863e82]

        INTEGRATION: CWS tdoc3 (1.134.64); FILE MERGED 2004/11/03 16:12:03 kso 1.134.64.9: RESYNC: (1.134-1.135); FILE MERGED 2004/11/03 14:42:30 mav 1.134.64.8: #i36261# catch an exception 2004/11/03 12:39:56 mav 1.134.64.7: #i36554# listen for the storage only after the new document is completely created 2004/11/03 11:25:40 mav 1.134.64.6: #i36554# listen for the storage only after the new document is completely created 2004/11/03 10:13:56 mav 1.134.64.5: #i36554# the events should not be sent multiple times 2004/11/03 09:40:13 mav 1.134.64.4: #i36428# send the correct notification 2004/11/03 09:28:05 mav 1.134.64.3: #i36428# let new documents listen as well 2004/11/02 19:24:19 mav 1.134.64.2: #i36428# fix notification 2004/11/02 15:59:55 mav 1.134.64.1: #i36428# let the model be modified if it's storage is modified

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [362e0ff2e0ebf4fc0fd2cce1689dccf7cf66b357]

        INTEGRATION: CWS tdoc3 (1.15.70); FILE MERGED 2004/11/02 15:59:55 mav 1.15.70.1: #i36428# let the model be modified if it's storage is modified

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [a1c508d0b624b0c9769c2cd40b006f2cbaf1bfcb]

        INTEGRATION: CWS tdoc3 (1.142.70); FILE MERGED 2004/11/03 16:11:54 kso 1.142.70.3: RESYNC: (1.142-1.143); FILE MERGED 2004/11/02 19:24:19 mav 1.142.70.2: #i36428# fix notification 2004/11/01 14:25:39 kso 1.142.70.1: #i36025# - Saving to non-file URLs works again.

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [6eb3f5ead0977ccaf6fa99bec166c7d12d4d7c10]

        INTEGRATION: CWS tdoc3 (1.2.246); FILE MERGED 2004/11/02 15:59:54 mav 1.2.246.1: #i36428# let the model be modified if it's storage is modified

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [78f8860f3552080ebb9bc24c5e5b914bd267ce97]

        INTEGRATION: CWS tdoc3 (1.5.18); FILE MERGED 2004/11/03 09:43:45 sb 1.5.18.1: #i36551# notifyAccepting must no rely on being called asynchronously (which it is no longer since URP uses ForceSynchronous=1 by default).

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [85c806f9d60015aadf4556496f1bc18dbb229f15]

        INTEGRATION: CWS tdoc3 (1.3.38); FILE MERGED 2004/11/02 13:56:10 kso 1.3.38.1: #i36025# - Adapted to final Storage API. Issue number: Submitted by: Reviewed by:

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [075e52c69d18bdca566032f21f662e9d14c7bd44]

        INTEGRATION: CWS tdoc3 (1.2.38); FILE MERGED 2004/11/02 13:56:09 kso 1.2.38.1: #i36025# - Adapted to final Storage API. Issue number: Submitted by: Reviewed by:

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [a4526c44605635b3cef9e4163a15e99bf7397dff]

        INTEGRATION: CWS tdoc3 (1.2.38); FILE MERGED 2004/11/02 13:56:08 kso 1.2.38.1: #i36025# - Adapted to final Storage API. Issue number: Submitted by: Reviewed by:

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [0c8dd7d51a7489969ec94b5ac861c727a21d0302]

        INTEGRATION: CWS tdoc3 (1.5.36); FILE MERGED 2004/11/03 15:46:53 kso 1.5.36.1: #i36025# - Removed workaround for access to special stream 'Configurations2'. Issue number: Submitted by: Reviewed by:

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [85ae633b43d6d2784f67891aa8ec6fa5d5284576]

        INTEGRATION: CWS tdoc3 (1.4.36); FILE MERGED 2004/11/02 13:56:08 kso 1.4.36.1: #i36025# - Adapted to final Storage API. Issue number: Submitted by: Reviewed by:

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [e27a46c7cc071c5a94f5da0d7ccee4c40b37587c]

        INTEGRATION: CWS tdoc3 (1.2.52); FILE MERGED 2004/11/03 15:48:29 kso 1.2.52.1: #i36025# - streams cannot longer be created as children of document root            storage (but folders can). Document would throw those away            on saving. Issue number: Submitted by: Reviewed by:

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [490369e61ab020950b824855ba03bbd0cec7d551]

        INTEGRATION: CWS tdoc3 (1.6.24); FILE MERGED 2004/11/03 15:48:28 kso 1.6.24.1: #i36025# - streams cannot longer be created as children of document root            storage (but folders can). Document would throw those away            on saving. Issue number: Submitted by: Reviewed by:

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [0d6b24a721f05fedef9cd32b596a0fec71a5089f]

        INTEGRATION: CWS tdoc3 (1.7.24); FILE MERGED 2004/11/03 15:48:28 kso 1.7.24.2: #i36025# - streams cannot longer be created as children of document root            storage (but folders can). Document would throw those away            on saving. Issue number: Submitted by: Reviewed by: 2004/11/02 13:56:07 kso 1.7.24.1: #i36025# - Adapted to final Storage API. Issue number: Submitted by: Reviewed by:

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [bc371774223d589086d5a6b2c8a3b5b24b8bca4b]

        INTEGRATION: CWS tdoc3 (1.3.38); FILE MERGED 2004/11/02 13:56:06 kso 1.3.38.1: #i36025# - Adapted to final Storage API. Issue number: Submitted by: Reviewed by:

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [4bc7d324df2cb4880bfe5124aebdae200c4ddab9]

        INTEGRATION: CWS tdoc3 (1.4.90); FILE MERGED 2004/11/03 13:34:11 mav 1.4.90.1: #i35448# use different user data for this filter

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [f9c9d0366e78075edc108f1db764804f873ccac7]

        INTEGRATION: CWS fwkpp2fix01 (1.6.20); FILE MERGED 2004/10/27 15:49:21 kso 1.6.20.1: #i34453# - No more crash during startup in case language cannot be determined.

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [b5b8acbe471f82a66c188bdd9054852168a0884d]

        INTEGRATION: CWS fwkpp2fix01 (1.11.20); FILE MERGED 2004/10/27 15:49:21 kso 1.11.20.1: #i34453# - No more crash during startup in case language cannot be determined.

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [918d747e1be6c9ba4d426d1a29ee8b82fbdf64b7]

        INTEGRATION: CWS fwkpp2fix01 (1.153.10); FILE MERGED 2004/10/27 15:49:21 kso 1.153.10.1: #i34453# - No more crash during startup in case language cannot be determined.

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [a5db4ad9d9b8a4e89831afb8ec4337c2512a115a]

        INTEGRATION: CWS fwkpp2fix01 (1.25.64); FILE MERGED 2004/10/27 15:49:20 kso 1.25.64.1: #i34453# - No more crash during startup in case language cannot be determined.

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [20838a94f2d53ad6a448c97f4e7438b96d2258b8]

        INTEGRATION: CWS fwkpp2fix01 (1.77.48); FILE MERGED 2004/10/27 05:29:34 cd 1.77.48.1: #i36114# Fixed context help in toolboxes doesn't work

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [26f6d5c5096a1f56f16fbe42b4307e7914ab4836]

        INTEGRATION: CWS fwkpp2fix01 (1.111.12); FILE MERGED 2004/10/27 05:22:20 cd 1.111.12.1: #i36114# Fixed context help in menus doesn't work

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [00fdf87052fc511422fe97742f50ff38a182e95a]

        INTEGRATION: CWS fwkpp2fix01 (1.134.38); FILE MERGED 2004/10/26 09:25:08 mav 1.134.38.2: #i35211# allow to saveAs readonly documents 2004/10/22 14:50:14 mav 1.134.38.1: #i35211# close the stream when the loading is done

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [eb25f5c110d54ef9a1045434a4acd4e74fac886f]

        INTEGRATION: CWS fwkpp2fix01 (1.45.40); FILE MERGED 2004/10/22 14:50:13 mav 1.45.40.1: #i35211# close the stream when the loading is done

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [a135300862a5a1a4a707f30b6d6b9e4453c04a12]

        INTEGRATION: CWS fwkpp2fix01 (1.2.46); FILE MERGED 2004/10/22 11:39:39 mav 1.2.46.1: #i35887# set the filter options correctly

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [59bc6224f4661edc6cdf0fd9621f032244d85dcf]

        INTEGRATION: CWS fwkpp2fix01 (1.56.58); FILE MERGED 2004/10/27 10:50:43 cd 1.56.58.2: #o36114# Use correct module string variable 2004/10/26 11:17:03 cd 1.56.58.1: #i36114# Help::Start must be called with command URL instead of HelpID

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [ccc4036b3df5de9c449090554287ae61e2eaba83]

        INTEGRATION: CWS fwkpp2fix01 (1.97.56); FILE MERGED 2004/10/28 08:27:15 cd 1.97.56.1: #i36114# Listbox must be filled on OpenHelpURL

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [339c62044e5895feb575f9d28d584d2e5e818611]

        INTEGRATION: CWS fwkpp2fix01 (1.5.30); FILE MERGED 2004/10/27 06:00:33 oj 1.5.30.1: #i36066# correct view table command

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [081626ecd443c5407e0e1d725d1fa2bb994f8602]

        INTEGRATION: CWS fwkpp2fix01 (1.47.18); FILE MERGED 2004/10/28 08:28:10 cd 1.47.18.2: #i36114# help URL scheme adapted 2004/10/27 15:01:36 mav 1.47.18.1: #i36114# introduce the fix from SB

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [39a3b48068b157cee7a76dbb9aa091cdc4dce0fb]

        INTEGRATION: CWS fwkpp2fix01 (1.9.8); FILE MERGED 2004/10/26 12:34:53 kso 1.9.8.1: #i35900# - DocumentHolder::[Show|Hide]UI now sets/resets active frame at            parent frame.

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [fc46ace12031f320ee4d2d8a53b66f0153580e6b]

        INTEGRATION: CWS fwkpp2fix01 (1.7.8); FILE MERGED 2004/10/25 08:13:28 mav 1.7.8.1: #i35927# fix the locking handling

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [379bc27717046510399bd9cd4ed33cd4fb011fec]

        INTEGRATION: CWS fwkpp2fix01 (1.7.24); FILE MERGED 2004/10/25 08:53:43 cd 1.7.24.1: #i36021# Fixed duplicate entries

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [408e1cc7a6d8858f3d9582771621edb7c8c7e432]

        INTEGRATION: CWS fwkpp2fix01 (1.7.24); FILE MERGED 2004/10/25 08:53:42 cd 1.7.24.1: #i36021# Fixed duplicate entries

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [ec66e40fc7efbdbd72d6be7006de044a1b41f3b5]

        INTEGRATION: CWS fwkpp2fix01 (1.6.64); FILE MERGED 2004/10/25 08:54:34 oj 1.6.64.2: #i36066# remove double entry 2004/10/25 08:44:32 oj 1.6.64.1: #i36066# rename command

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [f517b2abb608c5679dd63ae6215149cffff5a47c]

        INTEGRATION: CWS dr27 (1.24.44); FILE MERGED 2004/10/28 12:07:06 dr 1.24.44.1: #110618# #i3724# #i25653# new formula export, step 16: import filter uses new function info provider

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [72a7b01780dcc57d70d7429c2091f4e0bf94cf87]

        INTEGRATION: CWS fwkpp2fix01 (1.3.74); FILE MERGED 2004/10/28 09:35:27 mav 1.3.74.1: #i36143# fix for endless loop from CD

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [a0d8050c988c1c1629264dea62b0d87ac739900c]

        INTEGRATION: CWS dr27 (1.17.16); FILE MERGED 2004/10/19 09:14:49 dr 1.17.16.3: RESYNC: (1.17-1.18); FILE MERGED 2004/10/05 11:43:01 dr 1.17.16.2: #110618# #i3724# #i25653# new formula export, step 2: basic functionality: const operands, unary/binary operators, parentheses 2004/10/01 11:09:34 dr 1.17.16.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [bde580cfe177111a1694ac9e35cd85eb217a200e]

        INTEGRATION: CWS dr27 (1.2.18); FILE MERGED 2004/10/14 10:13:52 dr 1.2.18.1: #110618# #i3724# #i25653# new formula export, step 8: volatile functions, spaces, optimized SUM

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [2ba61011fc65ece7553ea536ae3b419d795d416c]

        INTEGRATION: CWS dr27 (1.15.16); FILE MERGED 2004/10/21 14:34:15 dr 1.15.16.4: RESYNC: (1.16-1.17); FILE MERGED 2004/10/19 09:14:27 dr 1.15.16.3: RESYNC: (1.15-1.16); FILE MERGED 2004/10/07 17:26:32 dr 1.15.16.2: #110618# #i3724# #i25653# new formula export, step 6: rudimentary function support, DDE links 2004/10/06 17:57:25 dr 1.15.16.1: #110618# #i3724# #i25653# new formula export, step 5: defined names, db ranges

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [e130ba3aac6dd81ee650fb5aa52a7aaa16f8c35c]

        INTEGRATION: CWS dr27 (1.3.18); FILE MERGED 2004/10/28 17:26:38 dr 1.3.18.13: #i3724# new formula export, bug hunting 5: 2d refs in names, token class of 1st parameter of OR/AND operator 2004/10/27 13:05:23 dr 1.3.18.12: #110618# #i3724# #i25653# #b4963900# new formula export, step 15: skip parameters simplified, remove unused files 2004/10/21 13:52:23 dr 1.3.18.11: #110618# #i3724# #i25653# new formula export, step 13: more token class handling, reference subexpression tokens for tList, tIsect, tRange tokens 2004/10/18 19:33:20 dr 1.3.18.10: #110618# #i3724# #i25653# new formula export, step 12: volatile defined names, basic token class handling 2004/10/15 14:18:03 dr 1.3.18.9: #110618# #i3724# #i25653# new formula export, step 11: special jump tokens together with space tokens 2004/10/14 12:56:18 dr 1.3.18.8: #110618# #i3724# #i25653# new formula export, step 9: special jump tokens for IF function parameters 2004/10/14 10:13:52 dr 1.3.18.7: #110618# #i3724# #i25653# new formula export, step 8: volatile functions, spaces, optimized SUM 2004/10/12 15:49:29 dr 1.3.18.6: #110618# #i3724# #i25653# new formula export, step 7: unary/ref operator precedence, builtin function list, list validation 2004/10/07 17:26:32 dr 1.3.18.5: #110618# #i3724# #i25653# new formula export, step 6: rudimentary function support, DDE links 2004/10/06 16:17:33 dr 1.3.18.4: #110618# #i3724# #i25653# new formula export, step 4: remove last usage of old code, range list support, natural language refs 2004/10/05 17:33:48 dr 1.3.18.3: #110618# #i3724# #i25653# new formula export, step 3: cell and range references 2004/10/05 11:42:21 dr 1.3.18.2: #110618# #i3724# #i25653# new formula export, step 2: basic functionality: const operands, unary/binary operators, parentheses 2004/10/01 11:08:24 dr 1.3.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [2e93c61449d4c3ad56ad6e0a741495d26f87bf5c]

        INTEGRATION: CWS fwkpp2fix01 (1.19.6); FILE MERGED 2004/10/26 11:08:55 vg 1.19.6.1: #i35258# run convert.sh in shell

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [e7db74611c7e9ac0ffda869126698b3488a86886]

        INTEGRATION: CWS dr27 (1.2.18); FILE MERGED 2004/10/21 14:33:13 dr 1.2.18.4: RESYNC: (1.2-1.3); FILE MERGED 2004/10/14 10:13:52 dr 1.2.18.3: #110618# #i3724# #i25653# new formula export, step 8: volatile functions, spaces, optimized SUM 2004/10/05 11:42:21 dr 1.2.18.2: #110618# #i3724# #i25653# new formula export, step 2: basic functionality: const operands, unary/binary operators, parentheses 2004/10/01 11:08:23 dr 1.2.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [71453acff6adf4f21e13f7e599710797ecf225ea]

        INTEGRATION: CWS dr27 (1.3.18); FILE MERGED 2004/10/05 11:42:20 dr 1.3.18.1: #110618# #i3724# #i25653# new formula export, step 2: basic functionality: const operands, unary/binary operators, parentheses

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [cbe08486667ad39b104b17c50e5bb9515d14facf]

        INTEGRATION: CWS dr27 (1.11.18); FILE MERGED 2004/11/04 15:38:23 dr 1.11.18.3: #110618# #i3724# #i25653# new formula export, step 20: unsupported functions 2004/10/21 14:32:55 dr 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2004/10/01 11:08:23 dr 1.11.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [b8202fb55580f8ea2ed6f406fa56bca937112d87]

        INTEGRATION: CWS dr27 (1.8.18); FILE MERGED 2004/10/05 17:33:47 dr 1.8.18.1: #110618# #i3724# #i25653# new formula export, step 3: cell and range references

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [4fa8fc2c6caaf86d53d565219add92ebdaed6193]

        INTEGRATION: CWS dr27 (1.1.2); FILE ADDED 2004/11/03 20:29:51 dr 1.1.2.7: #110618# #i3724# #i25653# new formula export, step 19: range lists with forced 3D refs; entire row/column refs for all BIFF versions (i.e. 2:2, B:B) 2004/11/03 17:31:33 dr 1.1.2.6: #110618# #i3724# #i25653# new formula export, step 18: token class handling in names, restrict list validation to 2D refs 2004/10/14 10:13:52 dr 1.1.2.5: #110618# #i3724# #i25653# new formula export, step 8: volatile functions, spaces, optimized SUM 2004/10/12 15:49:29 dr 1.1.2.4: #110618# #i3724# #i25653# new formula export, step 7: unary/ref operator precedence, builtin function list, list validation 2004/10/06 16:17:33 dr 1.1.2.3: #110618# #i3724# #i25653# new formula export, step 4: remove last usage of old code, range list support, natural language refs 2004/10/05 11:42:20 dr 1.1.2.2: #110618# #i3724# #i25653# new formula export, step 2: basic functionality: const operands, unary/binary operators, parentheses 2004/10/01 11:09:01 dr 1.1.2.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [177999231b41a608338520589d14b7f850605fbe]

        INTEGRATION: CWS dr27 (1.2.18); FILE MERGED 2004/10/21 14:32:38 dr 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/01 11:08:23 dr 1.2.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [37c9445765bd3b88907c119943758a5f23f8747f]

        INTEGRATION: CWS dr27 (1.7.18); FILE MERGED 2004/10/01 11:08:23 dr 1.7.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [1f0187ffb36a8fbd241545f7816f595d99406a2a]

        INTEGRATION: CWS dr27 (1.36.16); FILE MERGED 2004/10/19 09:13:50 dr 1.36.16.2: RESYNC: (1.36-1.37); FILE MERGED 2004/10/01 11:08:23 dr 1.36.16.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [ed80ffb7d0bb842c0a4026e7a8432241f435196c]

        INTEGRATION: CWS dr27 (1.8.276); FILE MERGED 2004/10/01 11:08:23 dr 1.8.276.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [29492cc340a7b66bbcd028188d992ce8ad532ceb]

        INTEGRATION: CWS dr27 (1.43.18); FILE MERGED 2004/10/18 19:33:19 dr 1.43.18.2: #110618# #i3724# #i25653# new formula export, step 12: volatile defined names, basic token class handling 2004/10/01 11:08:22 dr 1.43.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [2562372ae720933b99949992592e77f9d250f9b7]

        INTEGRATION: CWS dr27 (1.11.162); FILE MERGED 2004/10/28 12:06:55 dr 1.11.162.1: #110618# #i3724# #i25653# new formula export, step 16: import filter uses new function info provider

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [70520a3b94c66b01e9c052962ad549241589e748]

        INTEGRATION: CWS dr27 (1.16.44); FILE MERGED 2004/10/28 12:06:54 dr 1.16.44.1: #110618# #i3724# #i25653# new formula export, step 16: import filter uses new function info provider

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [f8a7e684237ba0f5c96edd4e0fedd00ec28c9c14]

        INTEGRATION: CWS dr27 (1.13.18); FILE MERGED 2004/10/01 11:08:22 dr 1.13.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [34b279aa06eac89719c6445b4b550857e9712d79]

        INTEGRATION: CWS dr27 (1.15.16); FILE MERGED 2004/10/21 14:31:36 dr 1.15.16.3: RESYNC: (1.18-1.19); FILE MERGED 2004/10/19 09:12:17 dr 1.15.16.2: RESYNC: (1.15-1.18); FILE MERGED 2004/10/06 17:57:13 dr 1.15.16.1: #110618# #i3724# #i25653# new formula export, step 5: defined names, db ranges

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [1f1523985d716da1e641d40015475b520320d7b6]

        INTEGRATION: CWS dr27 (1.3.18); FILE MERGED 2004/11/02 19:31:54 dr 1.3.18.11: #110618# #i3724# #i25653# new formula export, step 17: token class handling 2004/10/28 17:26:27 dr 1.3.18.10: #i3724# new formula export, bug hunting 5: 2d refs in names, token class of 1st parameter of OR/AND operator 2004/10/28 12:06:32 dr 1.3.18.9: #110618# #i3724# #i25653# new formula export, step 16: import filter uses new function info provider 2004/10/28 10:28:34 dr 1.3.18.8: #i3724# new formula export, bug hunting 3: parameter count in different BIFF versions 2004/10/21 14:31:20 dr 1.3.18.7: RESYNC: (1.3-1.4); FILE MERGED 2004/10/18 19:32:20 dr 1.3.18.6: #110618# #i3724# #i25653# new formula export, step 12: volatile defined names, basic token class handling 2004/10/14 12:55:24 dr 1.3.18.5: #110618# #i3724# #i25653# new formula export, step 9: special jump tokens for IF function parameters 2004/10/14 10:13:23 dr 1.3.18.4: #110618# #i3724# #i25653# new formula export, step 8: volatile functions, spaces, optimized SUM 2004/10/12 15:47:39 dr 1.3.18.3: #110618# #i3724# #i25653# new formula export, step 7: unary/ref operator precedence, builtin function list, list validation 2004/10/07 17:26:15 dr 1.3.18.2: #110618# #i3724# #i25653# new formula export, step 6: rudimentary function support, DDE links 2004/10/05 11:40:17 dr 1.3.18.1: #110618# #i3724# #i25653# new formula export, step 2: basic functionality: const operands, unary/binary operators, parentheses

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [800285d2d7ccb943d17871e0ca3c80b1bb74556c]

        INTEGRATION: CWS dr27 (1.2.18); FILE MERGED 2004/10/21 14:30:00 dr 1.2.18.5: RESYNC: (1.2-1.3); FILE MERGED 2004/10/14 10:13:23 dr 1.2.18.4: #110618# #i3724# #i25653# new formula export, step 8: volatile functions, spaces, optimized SUM 2004/10/12 15:47:38 dr 1.2.18.3: #110618# #i3724# #i25653# new formula export, step 7: unary/ref operator precedence, builtin function list, list validation 2004/10/05 11:40:17 dr 1.2.18.2: #110618# #i3724# #i25653# new formula export, step 2: basic functionality: const operands, unary/binary operators, parentheses 2004/10/01 11:07:27 dr 1.2.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [907e434f7eeb3d930ca0c78869936820e11620c5]

        INTEGRATION: CWS dr27 (1.4.18); FILE MERGED 2004/10/05 11:40:17 dr 1.4.18.1: #110618# #i3724# #i25653# new formula export, step 2: basic functionality: const operands, unary/binary operators, parentheses

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [8d99e28beb780bc01d1a799990542d676fa26df9]

        INTEGRATION: CWS dr27 (1.12.18); FILE MERGED 2004/11/04 15:38:07 dr 1.12.18.3: #110618# #i3724# #i25653# new formula export, step 20: unsupported functions 2004/10/21 14:29:41 dr 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2004/10/01 11:07:27 dr 1.12.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [d0a6fb1779c1b9ae32f6be89fa67f502732e98b1]

        INTEGRATION: CWS dr27 (1.11.18); FILE MERGED 2004/10/05 17:33:27 dr 1.11.18.1: #110618# #i3724# #i25653# new formula export, step 3: cell and range references

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [b063c33f0905554dd6b0479ee13ee1fc40c37434]

        INTEGRATION: CWS dr27 (1.1.2); FILE ADDED 2004/11/04 15:38:07 dr 1.1.2.24: #110618# #i3724# #i25653# new formula export, step 20: unsupported functions 2004/11/03 20:29:36 dr 1.1.2.23: #110618# #i3724# #i25653# new formula export, step 19: range lists with forced 3D refs; entire row/column refs for all BIFF versions (i.e. 2:2, B:B) 2004/11/03 17:31:15 dr 1.1.2.22: #110618# #i3724# #i25653# new formula export, step 18: token class handling in names, restrict list validation to 2D refs 2004/11/02 19:31:53 dr 1.1.2.21: #110618# #i3724# #i25653# new formula export, step 17: token class handling 2004/10/28 18:39:40 dr 1.1.2.20: #i3724# new formula export, bug hunting 6: names 3D reference handling 2004/10/28 17:26:27 dr 1.1.2.19: #i3724# new formula export, bug hunting 5: 2d refs in names, token class of 1st parameter of OR/AND operator 2004/10/28 14:10:43 dr 1.1.2.18: #i3724# new formula export, bug hunting 4: restore col/row del flag in name refs 2004/10/27 13:04:18 dr 1.1.2.17: #110618# #i3724# #i25653# #b4963900# new formula export, step 15: skip parameters simplified, remove unused files 2004/10/26 14:43:25 dr 1.1.2.16: #i3724# new formula export, bug hunting 2: addin functions 2004/10/22 11:11:24 dr 1.1.2.15: #i3724# new formula export, bug hunting 1: MulDivTerm used wrong expected token class for 2nd operand 2004/10/22 09:34:13 dr 1.1.2.14: #110618# #i3724# #i25653# #b4963900# new formula export, step 14: support esteregg operators AND, OR, NEG (converted to AND(), OR(), unary minus) 2004/10/21 13:52:11 dr 1.1.2.13: #110618# #i3724# #i25653# new formula export, step 13: more token class handling, reference subexpression tokens for tList, tIsect, tRange tokens 2004/10/18 19:32:19 dr 1.1.2.12: #110618# #i3724# #i25653# new formula export, step 12: volatile defined names, basic token class handling 2004/10/15 14:17:45 dr 1.1.2.11: #110618# #i3724# #i25653# new formula export, step 11: special jump tokens together with space tokens 2004/10/15 10:18:36 dr 1.1.2.10: #110618# #i3724# #i25653# new formula export, step 10: special jump tokens for CHOOSE function parameters 2004/10/14 12:55:24 dr 1.1.2.9: #110618# #i3724# #i25653# new formula export, step 9: special jump tokens for IF function parameters 2004/10/14 10:13:23 dr 1.1.2.8: #110618# #i3724# #i25653# new formula export, step 8: volatile functions, spaces, optimized SUM 2004/10/12 15:47:38 dr 1.1.2.7: #110618# #i3724# #i25653# new formula export, step 7: unary/ref operator precedence, builtin function list, list validation 2004/10/07 17:26:15 dr 1.1.2.6: #110618# #i3724# #i25653# new formula export, step 6: rudimentary function support, DDE links 2004/10/06 17:57:13 dr 1.1.2.5: #110618# #i3724# #i25653# new formula export, step 5: defined names, db ranges 2004/10/06 16:17:14 dr 1.1.2.4: #110618# #i3724# #i25653# new formula export, step 4: remove last usage of old code, range list support, natural language refs 2004/10/05 17:33:27 dr 1.1.2.3: #110618# #i3724# #i25653# new formula export, step 3: cell and range references 2004/10/05 11:40:17 dr 1.1.2.2: #110618# #i3724# #i25653# new formula export, step 2: basic functionality: const operands, unary/binary operators, parentheses 2004/10/01 11:09:16 dr 1.1.2.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [4b7eba3f4bb7f1b703cc42b31e3092c956a49b61]

        INTEGRATION: CWS dr27 (1.4.18); FILE MERGED 2004/11/03 20:29:36 dr 1.4.18.3: #110618# #i3724# #i25653# new formula export, step 19: range lists with forced 3D refs; entire row/column refs for all BIFF versions (i.e. 2:2, B:B) 2004/10/21 14:29:20 dr 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2004/10/01 11:07:27 dr 1.4.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [421e1978c02015dc2748c7a655d6908ce5806857]

        INTEGRATION: CWS dr27 (1.10.18); FILE MERGED 2004/11/03 17:31:15 dr 1.10.18.3: #110618# #i3724# #i25653# new formula export, step 18: token class handling in names, restrict list validation to 2D refs 2004/10/12 15:47:38 dr 1.10.18.2: #110618# #i3724# #i25653# new formula export, step 7: unary/ref operator precedence, builtin function list, list validation 2004/10/01 11:07:27 dr 1.10.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [85871d5555a13c13aff0b8f48172df94229358a8]

        INTEGRATION: CWS dr27 (1.18.162); FILE MERGED 2004/10/01 11:07:27 dr 1.18.162.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [f6b00a9718df36488b35bacf194d7ebf83afa2b3]

        INTEGRATION: CWS dr27 (1.28.18); FILE MERGED 2004/10/14 10:13:22 dr 1.28.18.2: #110618# #i3724# #i25653# new formula export, step 8: volatile functions, spaces, optimized SUM 2004/10/01 11:07:27 dr 1.28.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [893617cf323376ef704071a1005a5877911e77ee]

        INTEGRATION: CWS dr27 (1.65.16); FILE MERGED 2004/10/28 12:06:32 dr 1.65.16.4: #110618# #i3724# #i25653# new formula export, step 16: import filter uses new function info provider 2004/10/21 14:29:13 dr 1.65.16.3: RESYNC: (1.66-1.67); FILE MERGED 2004/10/19 09:11:20 dr 1.65.16.2: RESYNC: (1.65-1.66); FILE MERGED 2004/10/01 11:07:26 dr 1.65.16.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [e5693edd4fc0a3b21688cda00e0c350580435d89]

        INTEGRATION: CWS dr27 (1.20.18); FILE MERGED 2004/10/21 14:29:05 dr 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2004/10/01 11:07:26 dr 1.20.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [ed8b1bb9fd456557a4744d338a7e9fc3499313de]

        INTEGRATION: CWS dr27 (1.50.18); FILE MERGED 2004/10/01 11:07:26 dr 1.50.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [d4b084de3e8fd91814fc294365c3959936da8c59]

        INTEGRATION: CWS dr27 (1.75.18); FILE MERGED 2004/11/04 15:38:06 dr 1.75.18.3: #110618# #i3724# #i25653# new formula export, step 20: unsupported functions 2004/11/03 20:29:36 dr 1.75.18.2: #110618# #i3724# #i25653# new formula export, step 19: range lists with forced 3D refs; entire row/column refs for all BIFF versions (i.e. 2:2, B:B) 2004/10/01 11:07:26 dr 1.75.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [9f937968b246888498a1b7391078e7a727aa42a6]

        INTEGRATION: CWS dr27 (1.101.2); FILE MERGED 2004/10/28 12:06:32 dr 1.101.2.1: #110618# #i3724# #i25653# new formula export, step 16: import filter uses new function info provider

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [425ed6dda8c011c5b1a0db287ece00fcfc4aec5a]

        INTEGRATION: CWS dr27 (1.30.58); FILE MERGED 2004/10/28 12:06:31 dr 1.30.58.6: #110618# #i3724# #i25653# new formula export, step 16: import filter uses new function info provider 2004/10/20 16:41:13 dr 1.30.58.5: #110618# do not skip reference subexpressions 2004/10/19 09:11:00 dr 1.30.58.4: RESYNC: (1.30-1.31); FILE MERGED 2004/10/12 15:11:13 dr 1.30.58.3: #110618# really push the ocRange op 2004/10/06 16:14:09 dr 1.30.58.2: #110618# fix broken import of NLRs 2004/10/05 10:34:43 dr 1.30.58.1: #i110618# do not skip unary plus operators

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [ad34fc01f8213a9cbc668b0011bd30577d8fe02a]

        INTEGRATION: CWS dr27 (1.30.18); FILE MERGED 2004/10/28 12:06:31 dr 1.30.18.4: #110618# #i3724# #i25653# new formula export, step 16: import filter uses new function info provider 2004/10/20 16:41:13 dr 1.30.18.3: #110618# do not skip reference subexpressions 2004/10/11 12:59:52 dr 1.30.18.2: #110618# map undocumented USDOLLAR function to DOLLAR/DM function 2004/10/05 10:34:43 dr 1.30.18.1: #i110618# do not skip unary plus operators

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [9f28b7594989d4508222ccc6239f3573a0e34651]

        INTEGRATION: CWS dr27 (1.15.56); FILE MERGED 2004/10/21 14:28:48 dr 1.15.56.3: RESYNC: (1.16-1.17); FILE MERGED 2004/10/19 09:10:52 dr 1.15.56.2: RESYNC: (1.15-1.16); FILE MERGED 2004/10/14 10:13:22 dr 1.15.56.1: #110618# #i3724# #i25653# new formula export, step 8: volatile functions, spaces, optimized SUM

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [3109d7f639a653350fa812257a323c7e2bc4dca1]

        INTEGRATION: CWS dr27 (1.54.16); FILE MERGED 2004/10/19 09:10:44 dr 1.54.16.2: RESYNC: (1.54-1.55); FILE MERGED 2004/10/01 11:07:25 dr 1.54.16.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [89dfe01c24a1ffb10dba1d07af13124fa1b931b9]

        INTEGRATION: CWS dr27 (1.69.14); FILE MERGED 2004/11/05 13:20:37 dr 1.69.14.7: better dump of rel refs 2004/10/21 14:28:33 dr 1.69.14.6: RESYNC: (1.72-1.73); FILE MERGED 2004/10/21 13:50:17 dr 1.69.14.5: #110618# do not treat tMemArea as operator 2004/10/19 09:10:25 dr 1.69.14.4: RESYNC: (1.69-1.72); FILE MERGED 2004/10/15 10:18:35 dr 1.69.14.3: #110618# #i3724# #i25653# new formula export, step 10: special jump tokens for CHOOSE function parameters 2004/10/14 10:13:22 dr 1.69.14.2: #110618# #i3724# #i25653# new formula export, step 8: volatile functions, spaces, optimized SUM 2004/10/12 15:11:55 dr 1.69.14.1: #110618# formula improvements in dumper

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [22509e3adac3f46d56798f94d2b186e289d5950c]

        INTEGRATION: CWS dr27 (1.1.642); FILE MERGED 2004/10/01 11:10:22 dr 1.1.642.1: #110618# #i3724# #i25653# remove filter option 'break shared formulas'

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [17938a84aaf784cf40cecf870f5fdc4555e1ad70]

        INTEGRATION: CWS dr27 (1.50.6); FILE MERGED 2004/11/04 15:36:45 dr 1.50.6.1: #110618# #i3724# #i25653# new formula export, step 20: unsupported functions

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [17f267d34439e6b18254af4ef760d38552f30610]

        INTEGRATION: CWS dr27 (1.6.162); FILE MERGED 2004/10/06 17:56:27 dr 1.6.162.1: #110618# #i3724# #i25653# const correctness

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [0a8b64e409e6d29333353657540bc680124be348]

        INTEGRATION: CWS dr27 (1.1.642); FILE MERGED 2004/10/01 11:10:11 dr 1.1.642.1: #110618# #i3724# #i25653# remove filter option 'break shared formulas'

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [bc6c7fe2d5e3a93cd9e075d1fdfd8824dc9bb503]

        INTEGRATION: CWS dr27 (1.22.6); FILE MERGED 2004/11/04 15:36:33 dr 1.22.6.1: #110618# #i3724# #i25653# new formula export, step 20: unsupported functions

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ef69e2039921c99c62085996a800dcc2ab9a4c9]

        INTEGRATION: CWS jl13 (1.3.12); FILE MERGED 2004/11/02 15:34:59 dbo 1.3.12.6: #i36265# 2004/10/21 13:27:09 jl 1.3.12.5: RESYNC: (1.3-1.4); FILE MERGED 2004/09/30 16:54:00 dbo 1.3.12.4: #i34555# correct double checked locking, misc cleanup 2004/09/29 16:56:58 dbo 1.3.12.3: #i34555##i34149# changes for CC 2004/09/29 16:16:31 dbo 1.3.12.2: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/14 15:31:48 dbo 1.3.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4468674b8a5ee72634d1d3855048c1687301a668]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/10/15 12:49:00 dbo 1.4.12.5: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/09/30 16:54:00 dbo 1.4.12.4: #i34555# correct double checked locking, misc cleanup 2004/09/29 16:56:58 dbo 1.4.12.3: #i34555##i34149# changes for CC 2004/09/29 16:16:30 dbo 1.4.12.2: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/14 15:31:47 dbo 1.4.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c30fecb18cffcd58dd7ff69d4fe01a63f11aed7]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/10/15 12:49:00 dbo 1.4.12.1: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by:

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [208f073318c74ecff58aa8fd1266cf2851d70a2f]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/10/21 13:26:44 jl 1.4.12.3: RESYNC: (1.4-1.5); FILE MERGED 2004/10/15 12:49:00 dbo 1.4.12.2: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/09/30 16:53:59 dbo 1.4.12.1: #i34555# correct double checked locking, misc cleanup

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0621f49fe41bafe03a93397db54d9e427fb14e3e]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/10/15 14:21:14 dbo 1.4.12.10: #118183# Issue number: Submitted by: Reviewed by: 2004/10/15 12:48:59 dbo 1.4.12.9: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/10/09 00:12:52 dbo 1.4.12.8: #i35194# handling invalid manifest entries, resource mgr shutdown crash Issue number: Submitted by: Reviewed by: 2004/09/30 18:40:04 dbo 1.4.12.7: #i34555# fixes Issue number: Submitted by: Reviewed by: 2004/09/30 16:53:58 dbo 1.4.12.6: #i34555# correct double checked locking, misc cleanup 2004/09/29 16:56:57 dbo 1.4.12.5: #i34555##i34149# changes for CC 2004/09/29 16:16:30 dbo 1.4.12.4: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/23 16:40:17 dbo 1.4.12.3: #i34409# + misc fixes 2004/09/15 08:25:55 dbo 1.4.12.2: #i34149# adding trailing slash for directories 2004/09/14 15:31:47 dbo 1.4.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [da27032b17e5c3e894084c8ab0481d412ba4727d]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/09/30 16:53:58 dbo 1.1.2.1: #i34555# correct double checked locking, misc cleanup

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeef55f5b891e5be833f678cf89c2d4faed66cd9]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/10/21 13:26:29 jl 1.4.12.4: RESYNC: (1.4-1.5); FILE MERGED 2004/09/30 16:53:57 dbo 1.4.12.3: #i34555# correct double checked locking, misc cleanup 2004/09/29 16:16:29 dbo 1.4.12.2: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/23 16:40:16 dbo 1.4.12.1: #i34409# + misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ee1fa83e6d6bbf340a16fc863dc50686236b349]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/10/15 12:48:59 dbo 1.4.12.6: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/09/30 16:53:57 dbo 1.4.12.5: #i34555# correct double checked locking, misc cleanup 2004/09/29 16:56:57 dbo 1.4.12.4: #i34555##i34149# changes for CC 2004/09/29 16:16:29 dbo 1.4.12.3: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/23 16:40:15 dbo 1.4.12.2: #i34409# + misc fixes 2004/09/14 15:31:46 dbo 1.4.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [65d35dbbdb15f6dd04d5f8a9c90e27955cb57fa4]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/10/15 12:48:59 dbo 1.4.12.5: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/09/30 16:53:56 dbo 1.4.12.4: #i34555# correct double checked locking, misc cleanup 2004/09/29 16:56:56 dbo 1.4.12.3: #i34555##i34149# changes for CC 2004/09/29 16:16:28 dbo 1.4.12.2: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/14 15:31:46 dbo 1.4.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [82e4722452caefe6e187f0fbff28f027dac2976f]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/10/21 13:25:36 jl 1.4.12.5: RESYNC: (1.4-1.5); FILE MERGED 2004/10/15 12:48:58 dbo 1.4.12.4: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/09/30 16:53:55 dbo 1.4.12.3: #i34555# correct double checked locking, misc cleanup 2004/09/29 16:16:28 dbo 1.4.12.2: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/14 15:31:45 dbo 1.4.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [92392dbf028f273871f1f1565119b1e7b52c9b41]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/09/30 16:53:55 dbo 1.4.12.4: #i34555# correct double checked locking, misc cleanup 2004/09/29 16:16:27 dbo 1.4.12.3: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/23 16:40:15 dbo 1.4.12.2: #i34409# + misc fixes 2004/09/14 15:31:45 dbo 1.4.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [274f74edb04deb049994f0a33c0f52a13cfc3ec6]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/10/15 12:48:58 dbo 1.4.12.3: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/09/30 16:53:54 dbo 1.4.12.2: #i34555# correct double checked locking, misc cleanup 2004/09/14 15:31:44 dbo 1.4.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b28e4426bb669c2a1a9a0d73ee4353dc376ef54a]

        INTEGRATION: CWS jl13 (1.5.12); FILE MERGED 2004/11/02 15:34:58 dbo 1.5.12.7: #i36265# 2004/10/28 13:33:16 dbo 1.5.12.6: #i36265# 2004/10/28 13:28:30 dbo 1.5.12.5: #i36265# resource manager madness Issue number: Submitted by: Reviewed by: 2004/10/09 00:22:40 dbo 1.5.12.4: #i35194# 2004/10/09 00:12:52 dbo 1.5.12.3: #i35194# handling invalid manifest entries, resource mgr shutdown crash Issue number: Submitted by: Reviewed by: 2004/10/01 10:23:02 dbo 1.5.12.2: #i34555# added All Files to file picker list, misc cleanup 2004/09/14 15:31:44 dbo 1.5.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a843137866db6619025afb3940dcd97b4ea04a5]

        INTEGRATION: CWS jl13 (1.6.12); FILE MERGED 2004/10/15 12:48:57 dbo 1.6.12.3: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/09/30 16:53:54 dbo 1.6.12.2: #i34555# correct double checked locking, misc cleanup 2004/09/14 15:31:43 dbo 1.6.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a284ea45f2a597b3f372ec5357496b83baab899]

        INTEGRATION: CWS jl13 (1.3.12); FILE MERGED 2004/09/30 16:53:54 dbo 1.3.12.2: #i34555# correct double checked locking, misc cleanup 2004/09/23 16:40:14 dbo 1.3.12.1: #i34409# + misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a5a07a69717f101ed25e8cb5baf306e06e569d3]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/04 12:55:49 dbo 1.1.2.1: #i34411# migration service for OOo 1.* pkgchk packages to OOo 2.0

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e28210d87de3016b823657902d16ade0fcd680c6]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/05 10:27:10 dbo 1.1.2.2: #i34411# exclude stampIt 2004/10/04 12:55:49 dbo 1.1.2.1: #i34411# migration service for OOo 1.* pkgchk packages to OOo 2.0

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ce57fc7f8558103b66b734a402de9c417916be0]

        INTEGRATION: CWS jl13 (1.2.12); FILE MERGED 2004/10/28 13:28:30 dbo 1.2.12.3: #i36265# resource manager madness Issue number: Submitted by: Reviewed by: 2004/10/09 00:12:51 dbo 1.2.12.2: #i35194# handling invalid manifest entries, resource mgr shutdown crash Issue number: Submitted by: Reviewed by: 2004/09/14 15:31:43 dbo 1.2.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [93dc02d0a6cd036487d59c00fc601940c7354f87]

        INTEGRATION: CWS jl13 (1.2.12); FILE MERGED 2004/09/29 16:16:27 dbo 1.2.12.1: #i34555##i34409# GUI filter list, legacy bundles error warnings

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [49ea5752328441645bc25cbd65370f24a0f9ab88]

        INTEGRATION: CWS jl13 (1.4.12); FILE MERGED 2004/10/15 12:48:56 dbo 1.4.12.6: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/10/09 00:12:51 dbo 1.4.12.5: #i35194# handling invalid manifest entries, resource mgr shutdown crash Issue number: Submitted by: Reviewed by: 2004/09/30 16:53:53 dbo 1.4.12.4: #i34555# correct double checked locking, misc cleanup 2004/09/29 16:16:27 dbo 1.4.12.3: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/23 16:40:14 dbo 1.4.12.2: #i34409# + misc fixes 2004/09/14 15:31:43 dbo 1.4.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff24f6c2597718d889b45a4a0e60e5b4f8acfc12]

        INTEGRATION: CWS jl13 (1.3.66); FILE MERGED 2004/09/30 16:53:52 dbo 1.3.66.1: #i34555# correct double checked locking, misc cleanup

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9f665dc4e5e0799fae8fa70232270cec442d6ec]

        INTEGRATION: CWS jl13 (1.3.66); FILE MERGED 2004/10/15 12:48:56 dbo 1.3.66.2: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/09/30 16:53:52 dbo 1.3.66.1: #i34555# correct double checked locking, misc cleanup

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [01492187a71a053c00b4fb7ec9420f8d6fec4504]

        INTEGRATION: CWS jl13 (1.3.12); FILE MERGED 2004/10/28 13:28:30 dbo 1.3.12.5: #i36265# resource manager madness Issue number: Submitted by: Reviewed by: 2004/10/09 00:22:40 dbo 1.3.12.4: #i35194# 2004/10/09 00:12:51 dbo 1.3.12.3: #i35194# handling invalid manifest entries, resource mgr shutdown crash Issue number: Submitted by: Reviewed by: 2004/09/30 16:53:52 dbo 1.3.12.2: #i34555# correct double checked locking, misc cleanup 2004/09/14 15:31:42 dbo 1.3.12.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a972a68369b7d86abafac5d97e49a8570c0ae43]

        INTEGRATION: CWS jl13 (1.5.6); FILE MERGED 2004/10/15 12:48:56 dbo 1.5.6.4: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/10/01 10:23:01 dbo 1.5.6.3: #i34555# added All Files to file picker list, misc cleanup 2004/09/30 16:53:52 dbo 1.5.6.2: #i34555# correct double checked locking, misc cleanup 2004/09/14 15:31:42 dbo 1.5.6.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6651adbbb21b86c87c282cb77757b0beb05a189]

        INTEGRATION: CWS jl13 (1.3.12); FILE MERGED 2004/09/30 16:53:51 dbo 1.3.12.2: #i34555# correct double checked locking, misc cleanup 2004/09/23 16:40:13 dbo 1.3.12.1: #i34409# + misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2f5528ff448fda8785d63906c2e2fad4022e100]

        INTEGRATION: CWS jl13 (1.3.10); FILE MERGED 2004/10/09 00:12:50 dbo 1.3.10.6: #i35194# handling invalid manifest entries, resource mgr shutdown crash Issue number: Submitted by: Reviewed by: 2004/10/01 10:23:01 dbo 1.3.10.5: #i34555# added All Files to file picker list, misc cleanup 2004/09/29 16:16:26 dbo 1.3.10.4: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/23 16:40:13 dbo 1.3.10.3: #i34409# + misc fixes 2004/09/15 13:54:34 dbo 1.3.10.2: adding WaitObject when requesting child nodes Issue number: Submitted by: Reviewed by: 2004/09/14 15:31:41 dbo 1.3.10.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc6edf74d231558a34f1404c69004e82b4a9d604]

        INTEGRATION: CWS jl13 (1.3.10); FILE MERGED 2004/10/01 10:23:01 dbo 1.3.10.3: #i34555# added All Files to file picker list, misc cleanup 2004/09/30 18:40:03 dbo 1.3.10.2: #i34555# fixes Issue number: Submitted by: Reviewed by: 2004/09/15 15:07:39 dbo 1.3.10.1: disable help button when running standalone gui Issue number: Submitted by: Reviewed by:

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c1a0604eefe9800a9062547da8cd47be723ed7d]

        INTEGRATION: CWS jl13 (1.3.10); FILE MERGED 2004/11/02 15:34:57 dbo 1.3.10.12: #i36265# 2004/10/28 13:33:16 dbo 1.3.10.11: #i36265# 2004/10/28 13:28:29 dbo 1.3.10.10: #i36265# resource manager madness Issue number: Submitted by: Reviewed by: 2004/10/15 12:48:55 dbo 1.3.10.9: #i35536##i34555##i34149# - rc files without vnd.sun.star.expand urls - export file picker filter - reinstall cleans xlc files - minor improvements Issue number: Submitted by: Reviewed by: 2004/10/09 00:22:39 dbo 1.3.10.8: #i35194# 2004/10/09 00:12:50 dbo 1.3.10.7: #i35194# handling invalid manifest entries, resource mgr shutdown crash Issue number: Submitted by: Reviewed by: 2004/10/01 10:23:00 dbo 1.3.10.6: #i34555# added All Files to file picker list, misc cleanup 2004/09/30 18:40:03 dbo 1.3.10.5: #i34555# fixes Issue number: Submitted by: Reviewed by: 2004/09/29 16:16:26 dbo 1.3.10.4: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/23 16:40:13 dbo 1.3.10.3: #i34409# + misc fixes 2004/09/15 15:07:38 dbo 1.3.10.2: disable help button when running standalone gui Issue number: Submitted by: Reviewed by: 2004/09/14 15:31:41 dbo 1.3.10.1: #i34149##i33982# modified makeURL(), misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c783017008db1ec5a0fef6e04ccd6c530f3cac83]

        INTEGRATION: CWS jl13 (1.2.66); FILE MERGED 2004/10/01 10:23:00 dbo 1.2.66.3: #i34555# added All Files to file picker list, misc cleanup 2004/09/29 16:16:26 dbo 1.2.66.2: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/23 16:40:13 dbo 1.2.66.1: #i34409# + misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [03f40af7a5ea589b1a6323982acb496dec457ac5]

        INTEGRATION: CWS jl13 (1.4.10); FILE MERGED 2004/10/09 00:12:50 dbo 1.4.10.3: #i35194# handling invalid manifest entries, resource mgr shutdown crash Issue number: Submitted by: Reviewed by: 2004/09/29 16:16:25 dbo 1.4.10.2: #i34555##i34409# GUI filter list, legacy bundles error warnings 2004/09/23 16:40:12 dbo 1.4.10.1: #i34409# + misc fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c98a4b8f9b033663420b3f63f06e2a8ab308a30]

        INTEGRATION: CWS jl13 (1.4.26); FILE MERGED 2004/10/04 12:58:26 dbo 1.4.26.1: #i34411# migration service Issue number: Submitted by: Reviewed by:

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc813a05e0ec9ddde040c8757a1780230bedbd53]

        INTEGRATION: CWS jl13 (1.152.4); FILE MERGED 2004/10/21 13:24:31 jl 1.152.4.2: RESYNC: (1.152-1.153); FILE MERGED 2004/09/14 15:33:55 jl 1.152.4.1: #i32934# java interaction handler was not properly set

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [003c344fc01200682ae057ae93338678f1c84055]

        INTEGRATION: CWS jl13 (1.18.24); FILE MERGED 2004/10/21 13:23:45 jl 1.18.24.2: RESYNC: (1.18-1.21); FILE MERGED 2004/10/04 12:56:10 dbo 1.18.24.1: #i34411#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [827654f7a7879ba7a902061d35655d923068d16f]

        INTEGRATION: CWS jl13 (1.10.90); FILE MERGED 2004/10/27 09:32:28 jl 1.10.90.3: #i29390# added jar files for jvmfwk3.ini 2004/10/27 09:03:57 jl 1.10.90.2: #i29390# added jar files for jvmfwk3.ini 2004/10/21 08:44:48 jl 1.10.90.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f6eb742c38e071b048714da4da7dc42a72a0f74]

        INTEGRATION: CWS jl13 (1.1.242); FILE MERGED 2004/10/21 08:44:47 jl 1.1.242.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d32fe505ca6462736f7942be5a1a045ef97fa02]

        INTEGRATION: CWS jl13 (1.31.10); FILE MERGED 2004/10/22 10:11:27 jl 1.31.10.3: RESYNC: (1.38-1.39); FILE MERGED 2004/10/21 13:21:16 jl 1.31.10.2: RESYNC: (1.31-1.38); FILE MERGED 2004/10/21 08:44:47 jl 1.31.10.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [392efa85ef207fc9264576738232688179f6f30b]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/25 10:37:40 jl 1.1.2.3: #29390# 2004/10/08 17:31:04 jl 1.1.2.2: #29930# 2004/10/08 11:14:08 jl 1.1.2.1: #i23390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc77eee55508a00cfeeb4c25cd07b8d2bc596b51]

        INTEGRATION: CWS jl13 (1.6.22); FILE MERGED 2004/10/21 13:17:51 jl 1.6.22.4: RESYNC: (1.6-1.7); FILE MERGED 2004/10/08 17:31:04 jl 1.6.22.3: #29930# 2004/10/08 11:13:00 jl 1.6.22.2: #i29390# 2004/09/29 13:43:51 jl 1.6.22.1: #i29390# using framework in other applications

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4c2c64623efdec9dfe6902199305358fe3079f4]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/20 13:30:39 jl 1.1.2.3: #i29390# 2004/10/08 17:31:04 jl 1.1.2.2: #29930# 2004/10/08 11:13:51 jl 1.1.2.1: #i23390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [163c205be85b92a08955f94ef0465ec230409740]

        INTEGRATION: CWS jl13 (1.3.22); FILE MERGED 2004/10/20 14:22:15 jl 1.3.22.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a11075a90f9a101a7ec1f6171fba9275baa8db5f]

        INTEGRATION: CWS jl13 (1.9.10); FILE MERGED 2004/10/20 13:30:39 jl 1.9.10.3: #i29390# 2004/10/08 17:31:04 jl 1.9.10.2: #29930# 2004/09/29 13:43:50 jl 1.9.10.1: #i29390# using framework in other applications

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [871dd7fd2804c5ebd44701395d63bfae3808647b]

        INTEGRATION: CWS jl13 (1.18.8); FILE MERGED 2004/10/26 12:54:03 jl 1.18.8.9: #i29390# 2004/10/25 10:37:40 jl 1.18.8.8: #29390# 2004/10/21 13:17:43 jl 1.18.8.7: RESYNC: (1.18-1.19); FILE MERGED 2004/10/20 13:30:38 jl 1.18.8.6: #i29390# 2004/10/08 17:31:03 jl 1.18.8.5: #29930# 2004/10/05 11:53:18 jl 1.18.8.4: #i29390# better diagnostic 2004/09/30 08:16:01 jl 1.18.8.3: #i29390# 2004/09/29 13:41:34 jl 1.18.8.2: #i29390# 2004/09/10 13:25:23 jl 1.18.8.1: #i33040# encoding of vendor data was buggy when asien glyphs were used (> 128)

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [abce18d65e6da621fb40e2d99376a497a7ccc61d]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/20 15:50:24 jl 1.1.2.7: #29390# 2004/10/20 14:22:15 jl 1.1.2.6: #i29390# 2004/10/20 13:30:38 jl 1.1.2.5: #i29390# 2004/10/08 17:31:03 jl 1.1.2.4: #29930# 2004/10/05 15:22:11 jl 1.1.2.3: #i29390# 2004/10/05 10:45:37 jl 1.1.2.2: #i29390# 2004/09/29 13:41:25 jl 1.1.2.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e463c4217e0f1ea663f798dd8866d084eca71b85]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/26 12:54:03 jl 1.1.2.14: #i29390# 2004/10/25 10:37:40 jl 1.1.2.13: #29390# 2004/10/21 08:42:26 jl 1.1.2.12: #i29390# 2004/10/20 14:22:15 jl 1.1.2.11: #i29390# 2004/10/20 13:30:38 jl 1.1.2.10: #i29390# 2004/10/08 17:31:03 jl 1.1.2.9: #29930# 2004/10/05 15:22:11 jl 1.1.2.8: #i29390# 2004/10/05 11:53:18 jl 1.1.2.7: #i29390# better diagnostic 2004/10/05 10:45:37 jl 1.1.2.6: #i29390# 2004/10/01 10:57:58 jl 1.1.2.5: #29390# 2004/10/01 09:16:44 jl 1.1.2.4: #i29390# 2004/09/30 14:39:32 jl 1.1.2.3: #i29390# 2004/09/30 08:16:01 jl 1.1.2.2: #i29390# 2004/09/29 13:42:37 jl 1.1.2.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [99219449bdddbc5198f4ea66f6489065bbcd16b9]

        INTEGRATION: CWS jl13 (1.4.10); FILE MERGED 2004/09/29 13:43:50 jl 1.4.10.1: #i29390# using framework in other applications

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7e7d46ce9aeba3c3e7af761b3833fc02dd1b258]

        INTEGRATION: CWS jl13 (1.6.10); FILE MERGED 2004/10/20 14:22:15 jl 1.6.10.2: #i29390# 2004/09/29 13:43:50 jl 1.6.10.1: #i29390# using framework in other applications

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4fd631aabdab3433d173f583ee433d3d259ad80]

        INTEGRATION: CWS jl13 (1.12.22); FILE MERGED 2004/10/20 14:22:15 jl 1.12.22.6: #i29390# 2004/10/20 13:30:38 jl 1.12.22.5: #i29390# 2004/10/08 17:31:02 jl 1.12.22.4: #29930# 2004/09/30 15:08:56 jl 1.12.22.3: #i29390# 2004/09/30 08:16:00 jl 1.12.22.2: #i29390# 2004/09/29 13:43:49 jl 1.12.22.1: #i29390# using framework in other applications

2004-11-09  Ocke Janssen  <oj@openoffice.org>  [0e99359c489f16a9f14dca570ab2b011dd09be5e]

        moved from external/util

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d83153bda8ae4c4434a52d1d45218b394c5ee88]

        INTEGRATION: CWS jl13 (1.3.2); FILE MERGED 2004/11/04 15:51:32 jl 1.3.2.4: #i36674# 2004/10/26 12:54:02 jl 1.3.2.3: #i29390# 2004/09/20 10:08:52 jl 1.3.2.2: #i34388# an JRE whith an unknown version, such as 1.4.2_06-ea, caused that no JREs were displayed in the options dialog 2004/09/17 06:53:46 jl 1.3.2.1: #32973# win registry is now accessed using Unicode API

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bcb4eb48b1a9bcdb144cf3d7b27625fc5ceb19b]

        INTEGRATION: CWS jl13 (1.14.10); FILE MERGED 2004/09/30 08:34:38 jl 1.14.10.2: #i29390# 2004/09/20 10:08:52 jl 1.14.10.1: #i34388# an JRE whith an unknown version, such as 1.4.2_06-ea, caused that no JREs were displayed in the options dialog

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4b656e9f8e29b9c27a1f081f300a7e6e47421e9]

        INTEGRATION: CWS jl13 (1.4.10); FILE MERGED 2004/11/04 15:51:31 jl 1.4.10.1: #i36674#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5775129a3c18294737edc4fba30b9409ef4dc6d6]

        INTEGRATION: CWS jl13 (1.5.10); FILE MERGED 2004/09/30 14:39:31 jl 1.5.10.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b871fa1069019f708293334436b0176bf8110e9e]

        INTEGRATION: CWS jl13 (1.10.10); FILE MERGED 2004/09/29 14:10:46 jl 1.10.10.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [769e2b0a22eb0282a2487f0477b34cfa421d0c0f]

        INTEGRATION: CWS jl13 (1.9.22); FILE MERGED 2004/10/21 08:42:23 jl 1.9.22.11: #i29390# 2004/10/20 14:23:40 jl 1.9.22.10: #i29390# 2004/10/20 13:30:37 jl 1.9.22.9: #i29390# 2004/10/08 17:31:01 jl 1.9.22.8: #29930# 2004/10/05 15:22:10 jl 1.9.22.7: #i29390# 2004/10/04 07:50:48 jl 1.9.22.6: #i29390# 2004/10/01 12:59:22 jl 1.9.22.5: #i29390# 2004/10/01 10:57:58 jl 1.9.22.4: #29390# 2004/10/01 09:16:43 jl 1.9.22.3: #i29390# 2004/09/30 14:39:31 jl 1.9.22.2: #i29390# 2004/09/29 14:10:46 jl 1.9.22.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3780a04ddbb1dd805e037f97fd8cc9c34ffa075]

        INTEGRATION: CWS jl13 (1.4.2); FILE MERGED 2004/10/20 13:30:36 jl 1.4.2.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7313a8b7aec1be01792c7eb04b2d21bc6b079b23]

        INTEGRATION: CWS jl13 (1.2.22); FILE MERGED 2004/10/20 13:30:36 jl 1.2.22.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9672c12749beab69c4dbf7a4fcb4495213e2ffda]

        INTEGRATION: CWS jl13 (1.3.2); FILE MERGED 2004/10/20 13:30:35 jl 1.3.2.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ded791be0e05c523bdc4729061b4ad26af09762]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/05 07:55:55 jl 1.1.2.1: #i29390# A tool neede for SDK when setting up the configuration files

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2e14da763d6f3ff5b8962f9d52be41f3e768fa6]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/05 07:56:13 jl 1.1.2.1: #i29390# A tool neede for SDK when setting up the configuration files

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f67d980408c42a84a40fb880b7f424deac514782]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/15 15:38:06 jl 1.1.2.2: #i29390# 2004/10/05 07:56:04 jl 1.1.2.1: #i29390# A tool neede for SDK when setting up the configuration files

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2961848e005a4ea9103137f1de1e7def4a1ca65e]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/26 12:56:26 jl 1.1.2.3: #i29390# 2004/09/30 14:56:25 jl 1.1.2.2: #i29390# 2004/09/30 14:37:48 jl 1.1.2.1: #i29390# adapt regcomp to new Java framework

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [69830ed58fa3f274cfb82ec6d5e5f97f132fdec9]

        INTEGRATION: CWS jl13 (1.10.18); FILE MERGED 2004/10/06 11:18:53 jl 1.10.18.5: #29390# 2004/10/06 11:12:45 jl 1.10.18.4: #i29390# 2004/10/06 11:09:57 jl 1.10.18.3: #i29390# 2004/10/05 08:22:07 jl 1.10.18.2: #i29390# 2004/09/30 14:38:07 jl 1.10.18.1: #i29390# adapt regcomp to new Java framework

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [06a2d16117729ad44c5a17a3074d7f04bece718e]

        INTEGRATION: CWS jl13 (1.13.12); FILE MERGED 2004/10/15 15:41:08 jl 1.13.12.3: #i29390# 2004/10/05 07:58:52 jl 1.13.12.2: #i29390# A tool for use in sdk to convert system paths to file URLs, which can be used as bootstrap parameter 2004/09/30 14:38:51 jl 1.13.12.1: #i29390# adapt regcomp to new Java framework

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab52baff12e754799f77a789b522b72993ea7331]

        INTEGRATION: CWS jl13 (1.7.78); FILE MERGED 2004/10/05 08:11:30 jl 1.7.78.1: #i29390# A tool for use in sdk to convert system paths to file URLs, which can be used as bootstrap parameter

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a574fcef0dfc7c09b292f5c2b066bd637dfd9ec]

        INTEGRATION: CWS jl13 (1.1.164); FILE MERGED 2004/10/11 14:33:51 jl 1.1.164.2: #i29390# 2004/10/11 14:31:47 jl 1.1.164.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [10bf10c937b93d49e01d1c8cfcda818763e81f7a]

        INTEGRATION: CWS jl13 (1.2.164); FILE MERGED 2004/10/11 14:33:50 jl 1.2.164.2: #i29390# 2004/10/11 14:31:46 jl 1.2.164.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4373980603650765fc51a546995c4b17de0fe982]

        INTEGRATION: CWS jl13 (1.9.24); FILE MERGED 2004/09/30 15:34:59 jl 1.9.24.1: #i29390# some cleanup

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [abba18ccb4ba1ef9b3a27267cfe61deb37338f82]

        INTEGRATION: CWS jl13 (1.14.24); FILE MERGED 2004/09/30 15:34:59 jl 1.14.24.1: #i29390# some cleanup

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [824996f4eeaa756528cd617ec60daabd0c045b94]

        INTEGRATION: CWS jl13 (1.64.24); FILE MERGED 2004/09/30 15:34:58 jl 1.64.24.1: #i29390# some cleanup

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [595dfc4f75b988b33d66d2e0053cff97e5f7af98]

        INTEGRATION: CWS jl13 (1.29.22); FILE MERGED 2004/09/15 07:11:14 dbo 1.29.22.1: #i33982# updating URL after insertion

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [526054e6ec98e85e7173d951551203a7dffaf8cf]

        INTEGRATION: CWS swqbugfixes08 (1.38.2); FILE MERGED 2004/10/11 10:35:52 fme 1.38.2.2: RESYNC: (1.38-1.39); FILE MERGED 2004/09/22 10:20:59 hbrinkm 1.38.2.1: #i34464# creation of rewriter in wrong place replaced

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8ff54188d7a8f56c8352de65118e193ffca5328]

        INTEGRATION: CWS swqbugfixes08 (1.95.2); FILE MERGED 2004/10/11 10:23:53 fme 1.95.2.3: RESYNC: (1.95-1.96); FILE MERGED 2004/09/21 09:26:33 hbrinkm 1.95.2.2: #i30316# if in front of label any input removes label 2004/09/20 16:10:29 hbrinkm 1.95.2.1: #i30316# if in front of label KEY_DELETE removes label

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb4eece6b0e14a44156cbbb47f9770308886caeb]

        INTEGRATION: CWS swqbugfixes08 (1.22.152); FILE MERGED 2004/09/29 07:57:19 od 1.22.152.2: #117970# - delete strings STR_ACCESS_PARAGRAPH_DESC and STR_ACCESS_HEADING_DESC 2004/09/27 14:58:23 od 1.22.152.1: #117970# - remove STR_ACCESS_PARAGRAPH_NAME and STR_ACCESS_HEADING_NAME

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5f3ae84a703e2ac9e3f0ee474f549501175eb81]

        INTEGRATION: CWS swqbugfixes08 (1.15.46); FILE MERGED 2004/10/07 09:55:37 dvo 1.15.46.1: #i30838# return default values for properties

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [96409f355d531c990306e8eafd8c5b9fd93f6823]

        INTEGRATION: CWS swqbugfixes08 (1.8.4); FILE MERGED 2004/10/06 14:22:19 hbrinkm 1.8.4.1: #i33498# insert quotes for rewriter of rename of bookmark

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdec00652af713acdcd790851f9f79885acc95ee]

        INTEGRATION: CWS jl13 (1.12.2); FILE MERGED 2004/10/21 13:02:17 jl 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2004/09/14 13:00:06 dbo 1.12.2.1: #i34149# fixing title property being decoded

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c342f27e03fac0a7df8d90855f9d86583f7c0f0]

        INTEGRATION: CWS swqbugfixes08 (1.12.4); FILE MERGED 2004/11/02 08:29:03 hbrinkm 1.12.4.2: #i36465# Moved IsDelBox from SwUndoTblNdsChg to SwUndo 2004/10/07 12:00:33 hbrinkm 1.12.4.1: #i32948# distinguish columns and rows when creating undo for canges in table structure

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [34347fbf0e9e0a1c7f876b398b0946b93a904352]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:28:37 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a64adab97d5ab022138229b9c3798e7bb7e8924]

        INTEGRATION: CWS swqbugfixes08 (1.12.2); FILE MERGED 2004/10/11 09:44:35 fme 1.12.2.2: RESYNC: (1.12-1.14); FILE MERGED 2004/10/06 12:55:33 hbrinkm 1.12.2.1: #i33488# Shorten strings

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [aec7a1e9c45d7da2a8dbbf8c8dab00655f85f2d7]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:28:26 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ade13f834de738372cd91d80bac9e0b2bd80671]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:28:15 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ba1a3944d7409bc991d7bb5b22c9722e11110f1]

        INTEGRATION: CWS swqbugfixes08 (1.13.4); FILE MERGED 2004/11/02 08:29:30 hbrinkm 1.13.4.4: #i36465# Moved IsDelBox from SwUndoTblNdsChg to SwUndo 2004/10/27 12:23:29 fme 1.13.4.3: RESYNC: (1.13-1.14); FILE MERGED 2004/10/04 08:29:43 hbrinkm 1.13.4.2: #i30452# too many !s 2004/09/22 12:37:42 dvo 1.13.4.1: #i34486# properly delete graphics inside table

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e801ea736b8bb6ee04b95c75e43852d96f35bb23]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:28:03 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d42479dc1ca82d657bba5e30e87db9dc265e7db5]

        INTEGRATION: CWS swqbugfixes08 (1.4.4); FILE MERGED 2004/10/06 14:41:08 hbrinkm 1.4.4.3: #i33497# correct english text for STR_TABLE_NAME 2004/10/06 14:23:14 hbrinkm 1.4.4.2: #i33498# correct english text for STR_BOOKMARK_RENAME 2004/10/06 12:56:27 hbrinkm 1.4.4.1: #i33491# new string STR_PARAGRAPH_UNDO

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [11ec766a6f7d9b93d316054f00d6bae7c18001ba]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:27:52 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b84bdb9a0cd14cb2bf1b288b196455dd8a4bae7f]

        INTEGRATION: CWS swqbugfixes08 (1.9.4); FILE MERGED 2004/10/13 14:57:03 dvo 1.9.4.2: #i21010# add undo special case for deleting across adjacent sections 2004/10/06 13:00:42 hbrinkm 1.9.4.1: #i33491# SwUndoDelete::GetRewriter: distinguish paragraph from field

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d994cb15a3fb4f7296c05391103b491901336ba]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:27:41 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [78f4ceec3260dffc524ceb295858370f0ba05e20]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:27:29 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f47d064800b76cadb47e4e09273c37738e6a25db]

        INTEGRATION: CWS swqbugfixes08 (1.18.232); FILE MERGED 2004/09/21 14:05:39 fme 1.18.232.1: #117919# Code did not set minimum tab to 1 but to 2

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c9b68eacfe2c782d34397c936af945d3e297252]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:27:19 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [64b508436e4b5a00c0462d49cebfad04e1dcf5d4]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:27:08 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ea7aa96fa1e3ba0dc5cedff5955cabf524461e7]

        INTEGRATION: CWS swqbugfixes08 (1.78.46); FILE MERGED 2004/10/04 12:39:42 fme 1.78.46.1: #i33305# Use test formatting flags in CalcFitToContent

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1aaca7c0ca67153aee17f25540159e1e5a8cd33b]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:26:57 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c0e2c70e7656f5ee6ce2e43497d0f935565d2bb]

        INTEGRATION: CWS swqbugfixes08 (1.86.82); FILE MERGED 2004/09/27 11:06:03 fme 1.86.82.2: #i28795# Khmer needs a even larger repaint area in CalcOptRepaint() 2004/09/24 13:18:42 fme 1.86.82.1: #i28795# Khmer needs a larger repaint area in CalcOptRepaint()

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [594d98353c1f29f278db6b93b0a259671f81c246]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:26:42 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba623f7d103af05ad542300efcecdca5517aa133]

        INTEGRATION: CWS swqbugfixes08 (1.59.4); FILE MERGED 2004/09/27 13:32:13 od 1.59.4.2: #114344# <SwFrm::Remove()> - inform accessibility API (dispose table, the          frame is in), before the frame is 'removed from the layout' and          only for cell frames and row frames. 2004/09/23 09:23:58 od 1.59.4.1: #i33751# method <SwPageFrm& SwAnchoredObject::GetPageFrmOfAnchor()> is replaced          by method <SwPageFrm* SwAnchoredObject::FindPageFrmOfAnchor()>

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd6bec8ce86547b54b04dd4970ed704190b24fc4]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:24:22 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e78f922d4a6d708aec9315045caf22134d2683a9]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:30:54 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [17fccbb367683e3016c63722592f4ba992351055]

        INTEGRATION: CWS swqbugfixes08 (1.3.4); FILE MERGED 2004/09/24 07:15:35 od 1.3.4.2: #i34569# <SwObjectFormatterTxtFrm::DoFormatObjs()> - perform no action,          if due to the object positioning an anchor frame is moved forward          and the anchor frame has had no previous frame. 2004/09/23 09:23:58 od 1.3.4.1: #i33751# method <SwPageFrm& SwAnchoredObject::GetPageFrmOfAnchor()> is replaced          by method <SwPageFrm* SwAnchoredObject::FindPageFrmOfAnchor()>

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [09af14bcc4a6d68f8183ffa5e91284819b4ba8fc]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:23:56 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [796961f8e4671d7c0ade2b3f5195e83d8ceefe8d]

        INTEGRATION: CWS swqbugfixes08 (1.2.84); FILE MERGED 2004/09/23 09:23:57 od 1.2.84.1: #i33751# method <SwPageFrm& SwAnchoredObject::GetPageFrmOfAnchor()> is replaced          by method <SwPageFrm* SwAnchoredObject::FindPageFrmOfAnchor()>

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [35720bdb0483f9887da642af19e931473cb9939d]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:24:07 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b32757e5d579ace14fc176047e14af627fc2e9d]

        INTEGRATION: CWS swqbugfixes08 (1.2.84); FILE MERGED 2004/09/23 09:23:58 od 1.2.84.1: #i33751# method <SwPageFrm& SwAnchoredObject::GetPageFrmOfAnchor()> is replaced          by method <SwPageFrm* SwAnchoredObject::FindPageFrmOfAnchor()>

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7ae0941207b0c8d27c80162127b25d90788a112]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/21 09:23:45 sg 1.1.2.1: #116217#NEW: initial version

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f1a5fd1b4653d6b9bb32d40fb3b138d7742ece]

        INTEGRATION: CWS swqbugfixes08 (1.19.84); FILE MERGED 2004/09/23 08:05:33 od 1.19.84.1: #i33629#, #i29955# <SwLayHelper::CheckInsert(..)> - on split of tables                    register objects at the splitted table parts.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [373da3a93fafee3665e201ba02b901c076206d62]

        INTEGRATION: CWS swqbugfixes08 (1.49.84); FILE MERGED 2004/09/29 09:18:08 od 1.49.84.1: #i34730# <SwCntntFrm::MakeAll()> - force a format, if due to a 'MakePrtArea'          the frame height changes.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7faf193c401cc8a9749d896b7e14bd62faefbfeb]

        INTEGRATION: CWS jl13 (1.9.8); FILE MERGED 2004/10/26 13:00:04 jl 1.9.8.3: #i29390# 2004/10/19 13:42:07 jl 1.9.8.2: #29390# 2004/10/19 08:28:20 jl 1.9.8.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a9d1f99855683e51b7c1fdd62317385da19626a]

        INTEGRATION: CWS swqbugfixes08 (1.6.4); FILE MERGED 2004/09/23 14:28:35 od 1.6.4.2: #i34520# <SwAnchoredObject::ConsiderObjWrapInfluenceOnObjPos()> -          no check on the anchored objects layer, because text also          wraps around anchored object, which are in the layer Hell 2004/09/23 09:23:57 od 1.6.4.1: #i33751# method <SwPageFrm& SwAnchoredObject::GetPageFrmOfAnchor()> is replaced          by method <SwPageFrm* SwAnchoredObject::FindPageFrmOfAnchor()>

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fe1d632031dfd4c6c4e1488ffeea14140a92004]

        INTEGRATION: CWS jl13 (1.10.22); FILE MERGED 2004/10/19 13:42:07 jl 1.10.22.2: #29390# 2004/10/19 08:28:15 jl 1.10.22.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cacd9bebc608f61b3673c8e65f7d6b54b070705]

        INTEGRATION: CWS swqbugfixes08 (1.5.4); FILE MERGED 2004/09/29 11:02:25 od 1.5.4.2: #117975# <SwAnchoredDrawObject::MakeObjPos()> - perform conversion of          positioning attributes only for 'master' drawing objects. 2004/09/23 09:23:57 od 1.5.4.1: #i33751# method <SwPageFrm& SwAnchoredObject::GetPageFrmOfAnchor()> is replaced          by method <SwPageFrm* SwAnchoredObject::FindPageFrmOfAnchor()>

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [eba412bce9a23402d963dbe16a59bb75ad581a99]

        INTEGRATION: CWS jl13 (1.68.22); FILE MERGED 2004/10/19 13:42:04 jl 1.68.22.2: #29390# 2004/10/19 08:29:23 jl 1.68.22.1: #i29390#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [31e5e04137a1b2c6759a5ac33dad7c075b18f9e3]

        INTEGRATION: CWS swqbugfixes08 (1.18.4); FILE MERGED 2004/10/06 07:40:07 fme 1.18.4.1: #i33330# Massive abuse of the keep attribute inside a section results in the activation of the StackHack in CalcCntnt, therefore invalid content frames will remain invalid -> loop in CalcCntnt

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [31a3540f402ae03095d8999f5eb3800cdccb1181]

        INTEGRATION: CWS swqbugfixes08 (1.25.44); FILE MERGED 2004/10/11 09:35:15 fme 1.25.44.2: RESYNC: (1.25-1.28); FILE MERGED 2004/09/24 11:04:34 od 1.25.44.1: #i32951# <SwFEShell::GetGraphicDefaultSize()> - if printing area size of          anchor frame is (0,0), take the printing area of its upper.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cdb39466a6079641de464d3f6d9dd1727a83f76]

        INTEGRATION: CWS swqbugfixes08 (1.28.4); FILE MERGED 2004/10/05 10:58:59 fme 1.28.4.2: #i34288# Consider empty cell frames during WhichMouseTabCols 2004/09/20 10:10:10 fme 1.28.4.1: #i34288# lcl_FindFrm should return a cell frame

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa461c7d81b4cee8f0b450a2c5eeb8e24cc4f85a]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/10/20 12:38:53 jl 1.1.2.3: #29390# 2004/10/19 13:55:43 jl 1.1.2.2: #29390# 2004/10/19 08:25:18 jl 1.1.2.1: #29390# new configuration script using windows scripting host

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [211d5885a0e386f5384824f3b721edc11283461e]

        INTEGRATION: CWS swqbugfixes08 (1.6.46); FILE MERGED 2004/10/06 12:52:18 hbrinkm 1.6.46.1: #i33488# UNDO_END for StartUndo replaced

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d66c755fdbabd82cb7304ec009c46302075b33c]

        INTEGRATION: CWS swqbugfixes08 (1.22.2); FILE MERGED 2004/10/11 09:31:47 fme 1.22.2.3: RESYNC: (1.22-1.23); FILE MERGED 2004/10/08 15:04:03 fme 1.22.2.2: #i33394# Pass id to StartUndo() 2004/09/28 14:40:11 fme 1.22.2.1: #i34471# Delete table cursor in TextToTable because it may be called from SwUndoTblToTxt::Repeat()

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e797b3f384ee20550ed4166a249416b4cab4cced]

        INTEGRATION: CWS swqbugfixes08 (1.13.180); FILE MERGED 2004/11/02 08:28:08 hbrinkm 1.13.180.2: #i36465# new undo ids -> use IsDelBox 2004/10/07 12:03:48 hbrinkm 1.13.180.1: #i32948# distinguish columns and rows when creating undo for canges in table structure

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [20eb79906f8ee4b63d6fb79ce9ceedd01c104329]

        INTEGRATION: CWS jl13 (1.4.24); FILE MERGED 2004/09/29 13:47:23 dbo 1.4.24.1: #i34555# shifting media-type etc. to new XPackageTypeInfo Issue number: Submitted by: Reviewed by:

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b6919746e26630f8aaac8a03857868a53c6356c]

        INTEGRATION: CWS swqbugfixes08 (1.35.2); FILE MERGED 2004/10/27 12:20:51 fme 1.35.2.4: RESYNC: (1.36-1.37); FILE MERGED 2004/10/11 09:29:10 fme 1.35.2.3: RESYNC: (1.35-1.36); FILE MERGED 2004/10/07 17:22:43 dvo 1.35.2.2: #i33455# fix numbering of different document sections 2004/10/05 12:15:47 dvo 1.35.2.1: #i33455# determine numbering per document section          (text body, each textframe, etc.)

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6524b52464c6482bca69171ca429eedcc727f78f]

        INTEGRATION: CWS jl13 (1.1.2); FILE ADDED 2004/09/29 13:47:23 dbo 1.1.2.1: #i34555# shifting media-type etc. to new XPackageTypeInfo Issue number: Submitted by: Reviewed by:

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a67c6d1c2a1e009db72ea0bcb1c182ad2376678d]

        INTEGRATION: CWS swqbugfixes08 (1.17.200); FILE MERGED 2004/10/27 12:20:19 fme 1.17.200.4: RESYNC: (1.19-1.20); FILE MERGED 2004/10/11 09:28:10 fme 1.17.200.3: RESYNC: (1.17-1.19); FILE MERGED 2004/10/06 07:31:55 fme 1.17.200.2: #117913# Consider in DelFlyInRange that DelLayoutFmt can also trigger the deletion of objects 2004/10/05 13:23:00 dvo 1.17.200.1: #i31730# fix SwDoc::Delete; do not attempt to use absolute indices across          changes to the nodes array

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9609c4f04e7d1a1a2cf10721a0a376a0f79b80e]

        INTEGRATION: CWS jl13 (1.3.78); FILE MERGED 2004/10/21 11:53:04 jl 1.3.78.2: RESYNC: (1.3-1.4); FILE MERGED 2004/09/29 13:47:22 dbo 1.3.78.1: #i34555# shifting media-type etc. to new XPackageTypeInfo Issue number: Submitted by: Reviewed by:

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [584bd482804bf9dfb049909f0ae193db3a4c0589]

        INTEGRATION: CWS swqbugfixes08 (1.45.4); FILE MERGED 2004/09/20 16:08:43 hbrinkm 1.45.4.1: #i30316# IsInFrontOfLabel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [37b6bc40486a943c602955f8625fa967f2294f27]

        INTEGRATION: CWS jl13 (1.4.20); FILE MERGED 2004/10/21 11:52:47 jl 1.4.20.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/29 13:47:22 dbo 1.4.20.1: #i34555# shifting media-type etc. to new XPackageTypeInfo Issue number: Submitted by: Reviewed by:

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f70324bf6e546dc722d518bc09c8cfe98ed8cff6]

        INTEGRATION: CWS swqbugfixes08 (1.57.406); FILE MERGED 2004/09/29 07:56:06 od 1.57.406.2: #117970# <SwAccessibleParagraph::GetDescription()> - provide empty          description of paragraphs. 2004/09/27 15:00:02 od 1.57.406.1: #117970# <SwAccessibleParagraph::SwAccessibleParagraph()>          - set an empty accessible name for paragraphs

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c32976e4577a29d7dab41b6c0198459c0671934e]

        INTEGRATION: CWS jl13 (1.4.20); FILE MERGED 2004/10/21 11:52:39 jl 1.4.20.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/29 13:47:22 dbo 1.4.20.1: #i34555# shifting media-type etc. to new XPackageTypeInfo Issue number: Submitted by: Reviewed by:

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8158efe73c671b34305d6c6262e2adb6f358e9da]

        INTEGRATION: CWS swqbugfixes08 (1.13.4); FILE MERGED 2004/11/02 08:24:37 hbrinkm 1.13.4.5: #i36465# Moved IsDelBox from SwUndoTblNdsChg to SwUndo 2004/10/27 12:18:55 fme 1.13.4.4: RESYNC: (1.15-1.16); FILE MERGED 2004/10/13 14:57:03 dvo 1.13.4.3: #i21010# add undo special case for deleting across adjacent sections 2004/10/11 09:24:22 fme 1.13.4.2: RESYNC: (1.13-1.15); FILE MERGED 2004/10/07 12:02:59 hbrinkm 1.13.4.1: #i32948# IsDelBox

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcb093f7d52e5133e2524af474886a543ea00a2f]

        INTEGRATION: CWS swqbugfixes08 (1.27.4); FILE MERGED 2004/10/11 09:17:18 fme 1.27.4.2: RESYNC: (1.27-1.29); FILE MERGED 2004/09/20 16:08:11 hbrinkm 1.27.4.1: #i30316# IsInFrontOfLabel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e094f1445fb2333b79db2fa9011b81e286788843]

        INTEGRATION: CWS swqbugfixes08 (1.5.4); FILE MERGED 2004/10/06 12:48:33 hbrinkm 1.5.4.1: #i33491# new string STR_PARAGRAPH_UNDO

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5e0bbd35dedeaed0123f22ad2afc57c6e99dfef]

        INTEGRATION: CWS swqbugfixes08 (1.6.4); FILE MERGED 2004/09/23 09:20:46 od 1.6.4.1: #i33751# class <SwAnchoredObject>          - replace method <SwPageFrm& GetPageFrmOfAnchor()> by method            <SwPageFrm* FindPageFrmOfAnchor()>

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8664b7702a2cf4ecdb875ea6a8e376789e8e5620]

        INTEGRATION: CWS swqbugfixes08 (1.6.868); FILE MERGED 2004/09/29 07:58:18 od 1.6.868.2: #117970# - remove STR_ACCESS_PARAGRAPH_DESC and STR_ACCESS_HEADING_DESC 2004/09/27 14:56:39 od 1.6.868.1: #117970# - remove STR_ACCESS_PARAGRAPH_NAME and STR_ACCESS_HEADING_NAME

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [409ce216182f28af1c0efdd1396009e3abebc401]

        INTEGRATION: CWS jl13 (1.20.2); FILE MERGED 2004/10/15 12:38:16 dbo 1.20.2.1: #i35536#

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b70d6cfee035a5ec0cdc3f53a0dc029e7869a242]

        INTEGRATION: CWS jl13 (1.2.158); FILE MERGED 2004/09/20 15:23:59 dbo 1.2.158.1: #i32854# correct union initializer

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c30c3c7713fb90446ea7a86209e05fac8b59c42]

        INTEGRATION: CWS jl13 (1.3.158); FILE MERGED 2004/09/20 15:23:59 dbo 1.3.158.1: #i32854# correct union initializer

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cea19c4752b1ba20585f5eb15905f5309d8af6fd]

        INTEGRATION: CWS jl13 (1.12.4); FILE MERGED 2004/09/20 15:23:59 dbo 1.12.4.1: #i32854# correct union initializer

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [47972346a1445ce10fc0765f647efe6cdc204087]

        INTEGRATION: CWS jl13 (1.12.4); FILE MERGED 2004/09/20 15:23:58 dbo 1.12.4.1: #i32854# correct union initializer

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b32cd2553a3b1bb57183256d5c3e1987aa534fde]

        INTEGRATION: CWS jl13 (1.12.4); FILE MERGED 2004/09/20 15:23:57 dbo 1.12.4.1: #i32854# correct union initializer

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [15005ce83405a2a189ada48813d801eacb586d1e]

        INTEGRATION: CWS jl13 (1.2.18); FILE MERGED 2004/11/02 12:19:20 dbo 1.2.18.1: debug: adopting to IDL change

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6935caf1c281b6f03a9f4bccd8c5489b7202d05]

        INTEGRATION: CWS xmlbasic (1.8.42); FILE MERGED 2004/10/21 12:18:43 tbe 1.8.42.3: #i22747# XML filter adaptors and macros 2004/10/01 10:23:48 tbe 1.8.42.2: #i22747# XML filter adaptors and macros 2004/09/30 10:37:48 tbe 1.8.42.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a5728a05638ef02c616bd79cd461c5dc47752dd]

        INTEGRATION: CWS xmlbasic (1.5.348); FILE MERGED 2004/09/30 10:37:06 tbe 1.5.348.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [98c7f4b71b81bdf2201e4d94dec70f8ccc1c439d]

        INTEGRATION: CWS xmlbasic (1.68.12); FILE MERGED 2004/10/26 15:51:30 tbe 1.68.12.5: RESYNC: (1.69-1.70); FILE MERGED 2004/10/22 12:25:00 tbe 1.68.12.4: #i22747# XML filter adaptors and macros 2004/10/21 12:16:35 tbe 1.68.12.3: #i22747# XML filter adaptors and macros 2004/09/30 13:16:08 tbe 1.68.12.2: RESYNC: (1.68-1.69); FILE MERGED 2004/09/30 10:36:14 tbe 1.68.12.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6590ea07a914a71366709376a137f57caf742de3]

        INTEGRATION: CWS xmlbasic (1.106.12); FILE MERGED 2004/10/21 12:15:59 tbe 1.106.12.3: #i22747# XML filter adaptors and macros 2004/09/30 13:15:52 tbe 1.106.12.2: RESYNC: (1.106-1.108); FILE MERGED 2004/09/30 10:35:45 tbe 1.106.12.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fda26ff93602213cfdeb142036a7464403da7ac]

        INTEGRATION: CWS os37 (1.6.68); FILE MERGED 2004/10/08 14:38:21 os 1.6.68.3: RESYNC: (1.6-1.7); FILE MERGED 2004/09/20 11:48:44 pb 1.6.68.2: fix: #i31457# #i33697# german text not UTF-8 2004/09/20 09:36:30 pb 1.6.68.1: fix: #i31457# #i33697# special characters in UTF-8

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [37a75169da2967f64028f0a1ffca9ab2a7205b91]

        INTEGRATION: CWS os37 (1.82.226); FILE MERGED 2004/09/07 12:00:43 os 1.82.226.1: #117819# use a copy of the FontList

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9813dfab9a1be5ba92c750633f0ae76186d4c15]

        INTEGRATION: CWS os37 (1.16.164); FILE MERGED 2004/09/07 13:29:08 os 1.16.164.1: #117707# dialog members have to use local ResId instead of SW_RES - crashes if resource has been opened in different library

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b0060464cdf12aac467486de76f4110ec2080d4]

        INTEGRATION: CWS os37 (1.10.60); FILE MERGED 2004/09/07 14:09:27 os 1.10.60.1: #i33932# catch exception on file picker

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [278277d066950b2fef6458ac8fe3dcbd500de239]

        INTEGRATION: CWS os37 (1.46.16); FILE MERGED 2004/10/08 13:37:06 os 1.46.16.2: RESYNC: (1.46-1.48); FILE MERGED 2004/09/07 14:09:27 os 1.46.16.1: #i33932# catch exception on file picker

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cbac76b0f5c0e939368b3186b5e930e37a24634]

        INTEGRATION: CWS os37 (1.29.16); FILE MERGED 2004/09/08 10:07:17 os 1.29.16.1: #i29978# don't call SwNewDBMgr::GetTableNames with invalid data source name

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c591d8a0b91d90004448bf56add7546c09193822]

        INTEGRATION: CWS os37 (1.78.20); FILE MERGED 2004/10/08 13:17:55 os 1.78.20.2: RESYNC: (1.78-1.79); FILE MERGED 2004/09/08 10:06:25 os 1.78.20.1: #i29978# GetColumnsSupplier(): create a RowSet

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bc96ecf4c832fe96c4f7e36470e5dcec3f907e0]

        INTEGRATION: CWS os37 (1.10.302); FILE MERGED 2004/09/09 09:22:21 os 1.10.302.1: #i25174# replace words calls SwDoc::Replace() instead of DeleteSel() and Inserrt() to keep character attributes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [465e139bbe73aaaa591187516dd78f96486b0543]

        INTEGRATION: CWS os37 (1.55.48); FILE MERGED 2004/10/08 12:17:08 os 1.55.48.2: RESYNC: (1.55-1.56); FILE MERGED 2004/09/20 10:08:09 pb 1.55.48.1: fix: #i34260# add Strings for the new OASIS formats

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [67ff32646373aa3f691d5b07486caf2954f6a069]

        INTEGRATION: CWS os37 (1.29.14); FILE MERGED 2004/09/20 10:08:27 pb 1.29.14.1: fix: #i34260# add entries for the new OASIS formats

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e7ce4460a3e31af7370c525b1abcd51fcf8b88b]

        INTEGRATION: CWS os37 (1.9.282); FILE MERGED 2004/09/07 11:59:36 os 1.9.282.1: #117819# Clone() added to FontList to be able to use a copy of the FontList in the character dialog

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce6c8d08abdd22fe3d7908512808597e2b0015a7]

        INTEGRATION: CWS os37 (1.9.48); FILE MERGED 2004/09/20 10:07:14 pb 1.9.48.1: fix: #i34260# add defines for the new OASIS formats

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3b097c7addbf634629b7bc8dd7ca74d34d967c0]

        INTEGRATION: CWS os37 (1.3.730); FILE MERGED 2004/09/07 11:59:21 os 1.3.730.1: #117819# Clone() added to FontList to be able to use a copy of the FontList in the character dialog

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1706f15ca740ba6a4e7a00c1b9282c7afb974a4c]

        INTEGRATION: CWS os37 (1.10.2); FILE MERGED 2004/10/05 10:56:07 os 1.10.2.2: #i115816# finalized properties of filter and type need to be added, not overwritten 2004/09/09 12:31:32 os 1.10.2.1: #115816# read additional 'Finalized' property

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [26155fe2198fc64f0946d7306855e40c2c9c70fc]

        INTEGRATION: CWS oasisbf1 (1.36.10); FILE MERGED 2004/10/15 11:36:13 mib 1.36.10.2: RESYNC: (1.36-1.53); FILE MERGED 2004/09/15 15:47:38 fs 1.36.10.1: #117861# new lib for XML filters

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [95a296c85d72bda02df93cecf60cb9542cf32fe8]

        INTEGRATION: CWS oasisbf1 (1.7.110); FILE MERGED 2004/11/04 12:54:43 cl 1.7.110.3: #i32542# ask for storage before getting it 2004/10/15 11:32:16 mib 1.7.110.2: RESYNC: (1.7-1.8); FILE MERGED 2004/09/07 14:17:35 mib 1.7.110.1: #i32542#: new table use ooo namespace, old ones are read properly

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [72716dd7a3fb27b140b1a7292c9c45b6ae89126a]

        INTEGRATION: CWS hsqldb (1.29.22); FILE MERGED 2004/10/25 09:49:34 oj 1.29.22.2: RESYNC: (1.29-1.38); FILE MERGED 2004/09/23 13:28:50 oj 1.29.22.1: #i33348# register new libs for hsqldb

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [26c79b8f89caf83981d29ff7a25539d595baaf2e]

        INTEGRATION: CWS oasisbf1 (1.10.110); FILE MERGED 2004/10/15 11:32:09 mib 1.10.110.2: RESYNC: (1.10-1.11); FILE MERGED 2004/09/07 14:17:35 mib 1.10.110.1: #i32542#: new table use ooo namespace, old ones are read properly

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7a981c617f3e08cc1971a5902c3d6daa27f81d1]

        INTEGRATION: CWS xmlbasic (1.25.166); FILE MERGED 2004/10/26 16:53:02 tbe 1.25.166.2: RESYNC: (1.25-1.26); FILE MERGED 2004/10/21 10:29:23 tbe 1.25.166.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb339de2c7fdfb4ced37cf15937e09e3f23006e0]

        INTEGRATION: CWS hsqldb (1.32.6); FILE MERGED 2004/10/25 09:48:53 oj 1.32.6.2: RESYNC: (1.32-1.53); FILE MERGED 2004/09/23 13:28:50 oj 1.32.6.1: #i33348# register new libs for hsqldb

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [67c497587b415c170872e0cfe65a340cdfeef614]

        INTEGRATION: CWS oasisbf1 (1.8.786); FILE MERGED 2004/10/13 16:12:50 cl 1.8.786.1: #i33142# use correct member id

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3c79fa839d5da3b9e93fa3198fc5201c2f8b5e6]

        INTEGRATION: CWS xmlbasic (1.33.18); FILE MERGED 2004/10/26 16:51:59 tbe 1.33.18.2: RESYNC: (1.33-1.34); FILE MERGED 2004/10/21 10:28:13 tbe 1.33.18.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0a75415aa091e4677c2e362f34fcce83e81e5f5]

        INTEGRATION: CWS xmlbasic (1.85.18); FILE MERGED 2004/10/26 16:51:08 tbe 1.85.18.2: RESYNC: (1.85-1.86); FILE MERGED 2004/10/21 10:27:24 tbe 1.85.18.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8867c9b5e0eedeb7827747d9b081aead7a55c10e]

        INTEGRATION: CWS xmlbasic (1.7.46); FILE MERGED 2004/09/30 11:03:45 tbe 1.7.46.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fee97bbe5c9b25b26968e263cbf0e53cf79b567f]

        INTEGRATION: CWS oasisbf1 (1.3.638); FILE MERGED 2004/08/18 15:32:50 mib 1.3.638.1: #i32616#: document events were not saved

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a68938bc908c8f852912f3310d2f4bec779a3cea]

        INTEGRATION: CWS hsqldb (1.18.18); FILE MERGED 2004/11/09 09:58:28 oj 1.18.18.5: RESYNC: (1.18-1.19); FILE MERGED 2004/11/08 13:11:35 oj 1.18.18.4: #i33348# table filter now use a connection from the data source 2004/10/29 10:06:45 oj 1.18.18.3: #i33348# merge dbwizard1 and hsqldb settings 2004/09/23 13:28:09 oj 1.18.18.2: #i33348# access uiname for embedded database 2004/09/10 12:53:41 oj 1.18.18.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f4c2db7d28525d91cf2867a77815e58b39abb0e]

        INTEGRATION: CWS xmlbasic (1.7.28); FILE MERGED 2004/09/30 13:27:12 tbe 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2004/09/30 11:02:47 tbe 1.7.28.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8b3ba3bacfdd9c167eb4a7a4885f0f52642e051]

        INTEGRATION: CWS oasisbf1 (1.1.830); FILE MERGED 2004/08/19 10:53:15 mib 1.1.830.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8285699597d84275ba6521b76e5b336311ee0347]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/21 10:35:41 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/09/30 10:54:09 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c0522f825a30e8d551173c77e391a2f11e22dac]

        INTEGRATION: CWS hsqldb (1.63.18); FILE MERGED 2004/10/25 09:37:38 oj 1.63.18.2: RESYNC: (1.63-1.64); FILE MERGED 2004/09/10 12:53:40 oj 1.63.18.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6542fc3b575700de2d4092c3796db18e354a7c6d]

        INTEGRATION: CWS oasisbf1 (1.12.56); FILE MERGED 2004/08/19 10:53:14 mib 1.12.56.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3273de997916357d605ef5c4fccd132962dffe8]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/22 12:20:22 tbe 1.1.2.3: #i22747# XML filter adaptors and macros 2004/10/21 10:36:47 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/09/30 10:54:30 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bf14781e4c24121f831ebc7b85efd262cc76ca6]

        INTEGRATION: CWS hsqldb (1.4.18); FILE MERGED 2004/09/10 12:53:40 oj 1.4.18.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4dd7e56a552c1f2b19f41c858321a40e5c5380f]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/21 10:34:14 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/09/30 10:53:32 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a5a44e048ea2d9ad64d82e3cc163fbdfe8b9051]

        INTEGRATION: CWS oasisbf1 (1.6.142); FILE MERGED 2004/08/19 10:53:14 mib 1.6.142.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c11ee5bae4a74cf5f1a0bed95b5285a232f5f86]

        INTEGRATION: CWS hsqldb (1.49.18); FILE MERGED 2004/11/09 09:58:18 oj 1.49.18.2: RESYNC: (1.49-1.51); FILE MERGED 2004/10/29 10:06:44 oj 1.49.18.1: #i33348# merge dbwizard1 and hsqldb settings

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [98bed1347c37d8abe240c5466a68fc4f86b3f740]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/22 12:19:55 tbe 1.1.2.3: #i22747# XML filter adaptors and macros 2004/10/21 10:34:54 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/09/30 10:53:45 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebe07db8c18e94df5589fc798903400fbd5e17e4]

        INTEGRATION: CWS oasisbf1 (1.11.142); FILE MERGED 2004/08/19 10:53:14 mib 1.11.142.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [340134123066aa0894180bea6327adffca5e3e27]

        INTEGRATION: CWS hsqldb (1.11.18); FILE MERGED 2004/11/08 13:11:35 oj 1.11.18.1: #i33348# table filter now use a connection from the data source

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c756f8ecc89dc66a89ae38935f14753d992ced87]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/09/30 10:54:55 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1eba5b8c6641d9a99cd9069d880bd2447fbd9970]

        INTEGRATION: CWS oasisbf1 (1.1.830); FILE MERGED 2004/08/19 10:53:14 mib 1.1.830.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [95dd3fc0dccbc973c5085bbc670e3e0bb75a31c7]

        INTEGRATION: CWS xmlbasic (1.31.6); FILE MERGED 2004/09/30 11:01:58 tbe 1.31.6.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [73ca15a52fc01e89c35577bd412c3e3b5d53548f]

        INTEGRATION: CWS xmlbasic (1.6.24); FILE MERGED 2004/09/30 13:26:55 tbe 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/30 11:00:51 tbe 1.6.24.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ad53428cc02229e140ec4ee20b749800cd28544]

        INTEGRATION: CWS oasisbf1 (1.3.822); FILE MERGED 2004/08/19 10:53:13 mib 1.3.822.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8db8c7835dea1625cee4b025335f03d1190f797]

        INTEGRATION: CWS xmlbasic (1.2.128); FILE MERGED 2004/09/30 10:59:57 tbe 1.2.128.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [079fe62c270508732ffbf8ae434f96b6115b3226]

        INTEGRATION: CWS oasisbf1 (1.11.56); FILE MERGED 2004/08/19 10:53:13 mib 1.11.56.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebe245379110f0a9a92516ddc397efc6d75767ab]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/21 10:32:39 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/09/30 10:56:47 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0859d89b4d1cbc0477afaf607e3c06f67c10a6ae]

        INTEGRATION: CWS oasisbf1 (1.27.54); FILE MERGED 2004/10/15 10:02:42 mib 1.27.54.2: RESYNC: (1.27-1.28); FILE MERGED 2004/08/19 10:53:13 mib 1.27.54.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [92557f141dbc7fb935b0238f498070c562ee38d2]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/09/30 10:57:15 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae7bf1b2e4008ad6f68f20fd90af6e453b583245]

        INTEGRATION: CWS oasisbf1 (1.81.4); FILE MERGED 2004/10/15 10:02:35 mib 1.81.4.2: RESYNC: (1.81-1.83); FILE MERGED 2004/08/19 10:53:12 mib 1.81.4.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4c993bffaf4a45133b30be58e83a072fc78ffe3]

        INTEGRATION: CWS xmlbasic (1.7.46); FILE MERGED 2004/09/30 11:04:30 tbe 1.7.46.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [32171521e23453dba193acba7cff455e436e3bac]

        INTEGRATION: CWS hsqldb (1.20.32); FILE MERGED 2004/11/09 10:29:25 oj 1.20.32.2: linux compile error 2004/11/08 13:11:34 oj 1.20.32.1: #i33348# table filter now use a connection from the data source

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7453b99234aac227a61560afe46b20c6203c9445]

        INTEGRATION: CWS oasisbf1 (1.4.54); FILE MERGED 2004/09/02 09:27:36 mib 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/19 10:53:12 mib 1.4.54.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [061300e4d038350b89e2eac12e241577d1b0f93b]

        INTEGRATION: CWS xmlbasic (1.2.46); FILE MERGED 2004/10/21 10:31:30 tbe 1.2.46.2: #i22747# XML filter adaptors and macros 2004/09/30 10:59:02 tbe 1.2.46.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc04098008329f7db389e6a5c61c6e039c9c2e60]

        INTEGRATION: CWS oasisbf1 (1.10.54); FILE MERGED 2004/10/15 10:02:11 mib 1.10.54.3: RESYNC: (1.11-1.12); FILE MERGED 2004/09/02 09:27:28 mib 1.10.54.2: RESYNC: (1.10-1.11); FILE MERGED 2004/08/19 10:53:12 mib 1.10.54.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a79fc5374d53c758edba4d123e65c212b4e57048]

        INTEGRATION: CWS xmlbasic (1.8.128); FILE MERGED 2004/09/30 10:58:28 tbe 1.8.128.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [94efbf570b4884f7587c149a444aed9db3247c47]

        INTEGRATION: CWS oasisbf1 (1.28.142); FILE MERGED 2004/08/19 10:53:12 mib 1.28.142.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9870a70d27c75263f67a138bcb124945120773d]

        INTEGRATION: CWS hsqldb (1.38.18); FILE MERGED 2004/11/09 09:57:51 oj 1.38.18.3: RESYNC: (1.38-1.39); FILE MERGED 2004/11/02 11:38:30 oj 1.38.18.2: linux compile error 2004/10/29 10:06:07 oj 1.38.18.1: #i33348# merge dbwizard1 and hsqldb settings

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [76bac70db32997d6075201e6cb8cdca0a128f12f]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/26 14:02:22 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/10/25 13:29:11 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b0bdd7f3d581d3b252f6571d705b2fc330dbe25]

        INTEGRATION: CWS oasisbf1 (1.72.54); FILE MERGED 2004/10/15 10:02:04 mib 1.72.54.2: RESYNC: (1.72-1.73); FILE MERGED 2004/08/19 10:53:11 mib 1.72.54.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [35baf24471bf6c26d69277d5bd16161b416bfbad]

        INTEGRATION: CWS hsqldb (1.8.18); FILE MERGED 2004/11/08 10:21:22 oj 1.8.18.1: #i33348# correct slot ids and unneeded call

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bb96775564806990930cbefb8ca87724dfe5a75]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/26 14:02:14 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/10/25 13:28:50 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b62206e4e4e6019170c499889990e26fe50850f]

        INTEGRATION: CWS oasisbf1 (1.8.638); FILE MERGED 2004/10/14 09:23:14 mib 1.8.638.1: #i27320#: BASE64 encoded background images were not loaded

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [05de5b1863bfa3593c3ece29c4592bc7ba2106e8]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/26 14:02:01 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/10/25 13:28:22 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [374a96cd54525d3e3099a7d19291df855638eee6]

        INTEGRATION: CWS oasisbf1 (1.43.54); FILE MERGED 2004/10/15 10:01:46 mib 1.43.54.3: RESYNC: (1.44-1.45); FILE MERGED 2004/09/02 09:27:18 mib 1.43.54.2: RESYNC: (1.43-1.44); FILE MERGED 2004/08/19 10:53:11 mib 1.43.54.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [86542865cffbc4932071c295e80191c3172ed9dc]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/26 14:01:48 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/10/25 13:28:06 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [429a4a39e470752c883ba874f6d990a7334323ca]

        INTEGRATION: CWS oasisbf1 (1.55.54); FILE MERGED 2004/10/20 05:38:14 mib 1.55.54.4: merge conflicts 2004/10/15 10:01:39 mib 1.55.54.3: RESYNC: (1.57-1.58); FILE MERGED 2004/09/02 09:27:10 mib 1.55.54.2: RESYNC: (1.55-1.57); FILE MERGED 2004/08/19 10:53:10 mib 1.55.54.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb54f4ddd7878cf0473c759512f185543d37b3e7]

        INTEGRATION: CWS oasisbf1 (1.89.4); FILE MERGED 2004/10/15 09:52:25 mib 1.89.4.3: RESYNC: (1.91-1.92); FILE MERGED 2004/09/02 09:13:56 mib 1.89.4.2: RESYNC: (1.89-1.91); FILE MERGED 2004/08/13 07:55:32 od 1.89.4.1: #i25798#,#i31771# - on setting property style or anchortype do not adjust anchor, if document is in reading mode.

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d483d1ace508f5d68938fb8e9c446b4c34915eef]

        INTEGRATION: CWS hsqldb (1.138.18); FILE MERGED 2004/11/09 09:57:41 oj 1.138.18.2: RESYNC: (1.138-1.141); FILE MERGED 2004/10/29 10:06:03 oj 1.138.18.1: #i33348# merge dbwizard1 and hsqldb settings

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0189cc342a349ca573ca505907b2e2c0914daed]

        INTEGRATION: CWS oasisbf1 (1.31.142); FILE MERGED 2004/10/14 11:23:37 sab 1.31.142.1: #i35375#, use table:print instead of table:automatic-print-ranges

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2208ef71e0a0d466dcbd091526a94e8cf46e001c]

        INTEGRATION: CWS oasisbf1 (1.52.22); FILE MERGED 2004/11/02 16:01:03 sab 1.52.22.6: #i36487#; no duplicate fo:border 2004/10/19 11:20:26 sab 1.52.22.5: #i33804#; WritingMode is no longer needed, because it is in the paragraph map 2004/10/18 17:57:52 sab 1.52.22.4: #i33804#; catch ParaAdjust property of the paragraph map 2004/10/15 08:49:59 mib 1.52.22.3: RESYNC: (1.52-1.53); FILE MERGED 2004/10/13 13:50:39 sab 1.52.22.2: #i35380#; attribute is a boolean attribute 2004/09/11 16:45:51 sab 1.52.22.1: #i33804#; some properties are text or paragraph properties

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [208b7fc0ada88159623114b20249f2d1265dce17]

        INTEGRATION: CWS oasisbf1 (1.76.46); FILE MERGED 2004/10/15 08:49:51 mib 1.76.46.2: RESYNC: (1.76-1.77); FILE MERGED 2004/10/14 11:23:37 sab 1.76.46.1: #i35375#, use table:print instead of table:automatic-print-ranges

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [dceb9ce17b1eb7f03b4223a3c41082fc645c8037]

        INTEGRATION: CWS xmlbasic (1.102.2); FILE MERGED 2004/10/26 16:09:30 tbe 1.102.2.2: RESYNC: (1.102-1.103); FILE MERGED 2004/10/22 14:30:08 tbe 1.102.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ffe558a6b7fe9c4fe3c2eddcac5430a12f04347]

        INTEGRATION: CWS hsqldb (1.2.18); FILE MERGED 2004/10/29 10:05:59 oj 1.2.18.2: #i33348# merge dbwizard1 and hsqldb settings 2004/10/01 10:05:22 oj 1.2.18.1: #i33348# new parameter for extractHostNamePort

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [39dbd4d35eb0ba9c1f3d5752b86698d7012d371c]

        INTEGRATION: CWS oasisbf1 (1.101.20); FILE MERGED 2004/10/15 08:49:44 mib 1.101.20.2: RESYNC: (1.101-1.103); FILE MERGED 2004/10/14 11:23:37 sab 1.101.20.1: #i35375#, use table:print instead of table:automatic-print-ranges

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b48cbc1fef64ab9b27a0bc37fd7cec90e323903f]

        INTEGRATION: CWS oasisbf1 (1.178.76); FILE MERGED 2004/10/18 17:56:53 sab 1.178.76.4: #i35417#; put additional attributes into shape export 2004/10/15 08:49:26 mib 1.178.76.3: RESYNC: (1.178-1.180); FILE MERGED 2004/10/14 11:23:36 sab 1.178.76.2: #i35375#, use table:print instead of table:automatic-print-ranges 2004/10/14 09:52:10 sab 1.178.76.1: #i35377#; use paragraph property map instead of character property map

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [06e4609ede79ebb3d20857c8ab97c69a411adcea]

        INTEGRATION: CWS xmlbasic (1.3.24); FILE MERGED 2004/10/22 12:26:15 tbe 1.3.24.2: #i22747# XML filter adaptors and macros 2004/10/21 12:23:26 tbe 1.3.24.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [55ad9898c21299854cc8c004cd420fef00a11648]

        INTEGRATION: CWS xmlbasic (1.3.22); FILE MERGED 2004/10/22 12:25:46 tbe 1.3.22.2: #i22747# XML filter adaptors and macros 2004/10/21 12:23:12 tbe 1.3.22.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [07365d4c36c6fb0de9a35593cfee6b25117f3bca]

        INTEGRATION: CWS xmlbasic (1.2.42); FILE MERGED 2004/10/21 12:21:15 tbe 1.2.42.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a9b29ecba65ded9855884e5efba199631672be1]

        INTEGRATION: CWS xmlbasic (1.2.42); FILE MERGED 2004/10/21 12:20:55 tbe 1.2.42.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3af0ee04d1c784e039387ea93e1554098eb72f32]

        INTEGRATION: CWS hsqldb (1.24.18); FILE MERGED 2004/11/08 13:11:33 oj 1.24.18.1: #i33348# table filter now use a connection from the data source

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ca0630627e973f6cc307c41fa6a3fd64d551a88]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/21 12:17:47 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/09/30 10:28:59 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bbbeff9de8c775ccdf3bd46aa75209b19d504d9]

        INTEGRATION: CWS oasisbf1 (1.17.36); FILE MERGED 2004/09/16 10:39:48 fs 1.17.36.2: #i10000# 2004/09/15 15:45:38 fs 1.17.36.1: #117861# building a separate library exporting UNO services only

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9db04c108402a816743b63afe10c6bc8ec4bdd42]

        INTEGRATION: CWS hsqldb (1.3.32); FILE MERGED 2004/11/08 10:20:47 oj 1.3.32.1: #i33348# correct slot ids and unneeded call

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [462e0eba62df2dc78db4916fc3869207295dbfac]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/21 12:18:06 tbe 1.1.2.2: #i22747# XML filter adaptors and macros 2004/09/30 10:29:30 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ea931d18ca4bc90c2059d47b8c0b92182f270f3]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/09/15 15:45:33 fs 1.2.38.2: #117861# building a separate library exporting UNO services only 2004/09/14 17:07:35 toconnor 1.2.38.1: #i33735# export of bindings to Scripting Framework macros and dlg:border attributes from Oasis to OOo

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f96dc7bf55dbfec074e6df6f9039c8da4cf851]

        INTEGRATION: CWS hsqldb (1.2.18); FILE MERGED 2004/11/08 13:11:32 oj 1.2.18.3: #i33348# table filter now use a connection from the data source 2004/10/25 09:30:03 oj 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/01 09:59:43 oj 1.2.18.1: #i33348# new parameter for extractHostNamePort

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4747411b335f84aee832da4a64fd7a31690aef6f]

        INTEGRATION: CWS oasisbf1 (1.1.4); FILE ADDED 2004/09/16 10:39:21 fs 1.1.4.2: #i10000# 2004/09/15 15:48:05 fs 1.1.4.1: building a separate library exporting UNO services only

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [646a73a50fccbf8f595fa1edce68e93d5776838e]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/08/18 12:53:15 mib 1.2.38.1: #i32840#: some form events had different names

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b4bbe92b80181ec72e6f79484262ff763fb4db2]

        INTEGRATION: CWS xmlbasic (1.20.366); FILE MERGED 2004/09/30 10:34:57 tbe 1.20.366.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7dde7acc3cb30c0459efaf3bd2df0265fd7581b]

        INTEGRATION: CWS hsqldb (1.2.18); FILE MERGED 2004/11/09 09:45:58 oj 1.2.18.6: RESYNC: (1.3-1.6); FILE MERGED 2004/11/08 13:11:32 oj 1.2.18.5: #i33348# table filter now use a connection from the data source 2004/11/08 10:20:47 oj 1.2.18.4: #i33348# correct slot ids and unneeded call 2004/10/29 10:04:09 oj 1.2.18.3: #i33348# merge dbwizard1 2004/10/25 09:28:53 oj 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/01 10:02:32 oj 1.2.18.1: #i33348# state of SID_DB_APP_DSCONNECTION_TYPE adjusted

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [550c40f1b26a931ec1ac1a2e635e4042ce19f5ba]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/09/30 10:28:01 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4694127fb9493c5eea804ed56180b06f5496790c]

        INTEGRATION: CWS hsqldb (1.3.26); FILE MERGED 2004/10/29 10:08:23 oj 1.3.26.1: #i33348# merge dbwizard1 and hsqldb settings

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ecddc034318daeda31103495562c6a246430747]

        INTEGRATION: CWS oasisbf1 (1.3.36); FILE MERGED 2004/09/02 08:23:15 mib 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/18 12:53:15 mib 1.3.36.1: #i32840#: some form events had different names

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [90e7712f80552cb0809784da3a39f7e9b0c365f5]

        INTEGRATION: CWS xmlbasic (1.167.378); FILE MERGED 2004/10/22 12:22:52 tbe 1.167.378.3: #i22747# XML filter adaptors and macros 2004/10/21 12:13:39 tbe 1.167.378.2: #i22747# XML filter adaptors and macros 2004/09/30 10:32:42 tbe 1.167.378.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d5b3097d1b0df120cf9d8c1e3d0af2be971027a]

        INTEGRATION: CWS oasisbf1 (1.1.4); FILE ADDED 2004/09/15 15:46:53 fs 1.1.4.1: moved herein from ../../inc

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f778745db8227193dc97bd560dae320d28f340]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/09/30 10:26:49 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8348cd073833f2474433767fe504853ec18a25cb]

        INTEGRATION: CWS hsqldb (1.49.18); FILE MERGED 2004/09/10 12:53:24 oj 1.49.18.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c85ed011367007971c197839852a1b49adefa16]

        INTEGRATION: CWS oasisbf1 (1.3.2); FILE MERGED 2004/10/18 13:35:01 fs 1.3.2.4: during #i30706#: don't assign the return value of getValue/NameByIndex to a const& - this has the potential to crash 2004/09/02 08:23:05 mib 1.3.2.3: RESYNC: (1.3-1.4); FILE MERGED 2004/08/16 14:59:45 mib 1.3.2.2: #i32790#: text-line-through: X 2004/08/12 14:08:52 mib 1.3.2.1: #i32780#: footnote configuration within sections

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ed07843d6b99f091a03d8d3438e59c811f7e3e5]

        INTEGRATION: CWS xmlbasic (1.7.374); FILE MERGED 2004/10/22 12:22:25 tbe 1.7.374.3: #i22747# XML filter adaptors and macros 2004/10/21 12:12:28 tbe 1.7.374.2: #i22747# XML filter adaptors and macros 2004/09/30 10:31:49 tbe 1.7.374.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [abcbc8442caaeef77fbefe61803254579c442e07]

        INTEGRATION: CWS hsqldb (1.2.18); FILE MERGED 2004/09/10 12:53:24 oj 1.2.18.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3aef7f78f8738b852ea425240663dddd26dd11f]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/10/18 13:35:32 fs 1.2.38.1: #i30706# +m_bControlStyle

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6375a8a17042e1437a88e8d2055fe981facd1e22]

        INTEGRATION: CWS xmlbasic (1.47.262); FILE MERGED 2004/10/21 12:11:51 tbe 1.47.262.2: #i22747# XML filter adaptors and macros 2004/09/30 10:31:00 tbe 1.47.262.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5981cf55df1398a0a08b59cb972b8b9ca3a4c704]

        INTEGRATION: CWS oasisbf1 (1.3.2); FILE MERGED 2004/11/02 15:55:37 sab 1.3.2.4: #i36485#; remove repeat-content attribute 2004/10/18 13:36:26 fs 1.3.2.3: #i30706# m_bControlStyle: control's text alignment must be translated (this hits grid control columns only) 2004/09/02 08:22:58 mib 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/16 14:59:45 mib 1.3.2.1: #i32790#: text-line-through: X

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b6271734481c4cfb66ecbf973b20f3300622957]

        INTEGRATION: CWS oasisbf1 (1.4.2); FILE MERGED 2004/11/08 17:41:55 mib 1.4.2.9: RESYNC: (1.5-1.6); FILE MERGED 2004/10/18 13:37:09 fs 1.4.2.8: #i30706# control's text alignment must be translated 2004/10/14 12:21:29 cl 1.4.2.7: #i34452# #i34449# added missing d3d and draw:mirror attributes 2004/09/11 16:44:52 sab 1.4.2.6: #i33804#; duplicate text_align property 2004/09/10 09:38:35 mib 1.4.2.5: #i32793#: hatch-name 2004/09/02 08:22:38 mib 1.4.2.4: RESYNC: (1.4-1.5); FILE MERGED 2004/08/18 14:17:37 mib 1.4.2.3: i32904#: hidden text 2004/08/18 08:27:12 mib 1.4.2.2: #i32796#: font art properties were missing 2004/08/12 13:57:08 mib 1.4.2.1: #i32795#: text:ansimation-steps was missing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7222e00e088f1021d7389965ed92c457bd29c5f]

        INTEGRATION: CWS xmlbasic (1.5.60); FILE MERGED 2004/10/21 10:25:18 tbe 1.5.60.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e244722fc8077d0c92b1c8fd0df29f8c1d1159c7]

        INTEGRATION: CWS oasisbf1 (1.4.10); FILE MERGED 2004/10/18 13:37:26 fs 1.4.10.1: #i30706# +XML_OPTACTION_CONTROL_TEXT_ALIGN

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d85da053d483b67b0c2453676321ae4561fbd142]

        INTEGRATION: CWS xmlbasic (1.5.60); FILE MERGED 2004/10/21 10:24:39 tbe 1.5.60.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e7c283f080231f05f0f0355a3b5aeba98d456de]

        INTEGRATION: CWS oasisbf1 (1.4.2); FILE MERGED 2004/11/08 17:42:11 mib 1.4.2.6: RESYNC: (1.5-1.6); FILE MERGED 2004/11/02 15:55:36 sab 1.4.2.5: #i36485#; remove repeat-content attribute 2004/10/18 13:37:35 fs 1.4.2.4: #i30706# +XML_OPTACTION_CONTROL_TEXT_ALIGN 2004/09/10 09:38:35 mib 1.4.2.3: #i32793#: hatch-name 2004/09/02 08:22:21 mib 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/18 08:27:12 mib 1.4.2.1: #i32796#: font art properties were missing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3b56aee3ce2b484fb0305288b824e40508817bf]

        INTEGRATION: CWS xmlbasic (1.26.20); FILE MERGED 2004/10/21 10:23:49 tbe 1.26.20.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c70af9ca741da61b9736a38b846e79fb4d246e49]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/08/12 14:08:52 mib 1.2.38.1: #i32780#: footnote configuration within sections

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e9377dc2259aa79c9f0783be8d365b8027bc717]

        INTEGRATION: CWS hsqldb (1.50.18); FILE MERGED 2004/10/29 10:07:24 oj 1.50.18.1: #i33348# merge dbwizard1 and hsqldb settings

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [57093798d12fcb608a5c1a8a080a813920c33f45]

        INTEGRATION: CWS hsqldb (1.4.32); FILE MERGED 2004/11/08 10:20:48 oj 1.4.32.1: #i33348# correct slot ids and unneeded call

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [258e794d454bd6493fd7c4030c024915b52eb039]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/08/18 12:53:14 mib 1.2.38.1: #i32840#: some form events had different names

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3566e6f0be972541eb47b5046c2da7013748c005]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/10/14 15:14:36 sab 1.2.38.6: #i35431#; transform maximum cursor position 2004/09/30 07:36:05 mib 1.2.38.5: #i32836#: foot end endote references 2004/09/14 17:07:35 toconnor 1.2.38.4: #i33735# export of bindings to Scripting Framework macros and dlg:border attributes from Oasis to OOo 2004/09/02 08:22:06 mib 1.2.38.3: RESYNC: (1.2-1.3); FILE MERGED 2004/08/18 12:53:14 mib 1.2.38.2: #i32840#: some form events had different names 2004/08/12 14:08:51 mib 1.2.38.1: #i32780#: footnote configuration within sections

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [af3b6615d2fed569df58755af5d772fa131e58c2]

        INTEGRATION: CWS xmlbasic (1.2.46); FILE MERGED 2004/10/21 12:44:00 tbe 1.2.46.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [216f974048746b916e1d8f23a57ae8b5393c21b3]

        INTEGRATION: CWS xmlbasic (1.2.46); FILE MERGED 2004/10/21 12:43:41 tbe 1.2.46.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae3ed1dfdffda88f27bd57d33beee724bfaea961]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/09/30 07:36:04 mib 1.2.38.5: #i32836#: foot end endote references 2004/09/02 08:21:59 mib 1.2.38.4: RESYNC: (1.2-1.3); FILE MERGED 2004/08/18 12:53:14 mib 1.2.38.3: #i32840#: some form events had different names 2004/08/16 14:59:44 mib 1.2.38.2: #i32790#: text-line-through: X 2004/08/16 11:56:54 mib 1.2.38.1: #i32677#: keep document class

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a630e98688ce56ed1d97ec4e7e227a20550aced1]

        INTEGRATION: CWS xmlbasic (1.2.46); FILE MERGED 2004/10/21 12:43:15 tbe 1.2.46.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [71beb7f23cbab18de43b8efba6579f3b55bcfac4]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/09/30 07:36:04 mib 1.2.38.2: #i32836#: foot end endote references 2004/08/12 14:08:51 mib 1.2.38.1: #i32780#: footnote configuration within sections

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e22bc71318b563a516f6211efb720a597d8ade47]

        INTEGRATION: CWS xmlbasic (1.3.44); FILE MERGED 2004/10/21 12:42:53 tbe 1.3.44.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [71049ed3f3b5e61df98acb6c08745bd28b4e01f2]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/09/30 07:36:04 mib 1.2.38.3: #i32836#: foot end endote references 2004/09/03 13:32:49 mib 1.2.38.2: #i32780#: syntax 2004/08/12 14:08:51 mib 1.2.38.1: #i32780#: footnote configuration within sections

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [82ae97dd5d620691ad3f7677677f103ea10b8fcf]

        INTEGRATION: CWS xmlbasic (1.3.14); FILE MERGED 2004/10/21 12:42:32 tbe 1.3.14.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [98acd377879cbbf7337e7cb7d25419e9bd8f1091]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/08/18 12:53:13 mib 1.2.38.1: #i32840#: some form events had different names

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [18b3fe7b858d6473fb82faae24f1105aff7e4b6d]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/21 12:28:23 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bd5c8d4fb06528fd48bf1e6e03e0d6b0bb1a08d]

        INTEGRATION: CWS xmlbasic (1.2.14); FILE MERGED 2004/10/21 12:48:38 tbe 1.2.14.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a53f319fc3223392a1758f3610995ec264b2b323]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/21 12:37:57 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a18d144f768bf6007af9c5b7a107352c6ba153bb]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/09/16 10:35:54 toconnor 1.2.38.3: #i33735# - add conditional compilation of UNO URL parsing code 2004/09/14 17:07:35 toconnor 1.2.38.2: #i33735# export of bindings to Scripting Framework macros and dlg:border attributes from Oasis to OOo 2004/08/18 12:53:13 mib 1.2.38.1: #i32840#: some form events had different names

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [20b3be99c0d8b034424e8b9b90ae01d8f9291770]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/21 12:31:47 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9edd2a2175937660991c74db83663d8026628f8]

        INTEGRATION: CWS xmlbasic (1.1.46); FILE MERGED 2004/10/21 12:47:46 tbe 1.1.46.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [558f031186d4968873b3a8643c26f2a8198cb75d]

        INTEGRATION: CWS xmlbasic (1.1.46); FILE MERGED 2004/10/21 12:46:59 tbe 1.1.46.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe69cae18a40e863653facc975669319ea712d7f]

        INTEGRATION: CWS oasisbf1 (1.1.2); FILE ADDED 2004/09/14 17:07:34 toconnor 1.1.2.1: #i33735# export of bindings to Scripting Framework macros and dlg:border attributes from Oasis to OOo

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [51c12582e1954f157cc3385a32d457d38836b658]

        INTEGRATION: CWS xmlbasic (1.2.14); FILE MERGED 2004/10/21 12:46:32 tbe 1.2.14.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c2ceeb8932dace90168dc06fba00994648967b9]

        INTEGRATION: CWS xmlbasic (1.2.14); FILE MERGED 2004/10/21 12:45:59 tbe 1.2.14.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [da0ab9458e3a59be5c6ccd28c1755c77ceb2484d]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/09/14 17:07:34 toconnor 1.2.38.1: #i33735# export of bindings to Scripting Framework macros and dlg:border attributes from Oasis to OOo

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dd3a77fefc04d9c57758e21dc6d159286d2f74e]

        INTEGRATION: CWS xmlbasic (1.1.2); FILE ADDED 2004/10/21 12:30:12 tbe 1.1.2.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee11cb6373f6bbb28b1cdf57daa73465d030fda5]

        INTEGRATION: CWS hsqldb (1.26.24); FILE MERGED 2004/10/29 10:09:03 oj 1.26.24.3: #i33348# embedded database settings 2004/10/25 09:06:11 oj 1.26.24.2: RESYNC: (1.26-1.27); FILE MERGED 2004/10/25 08:11:23 oj 1.26.24.1: #i20313# merge files from newdbwiz

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5700b2a85ab291b8589ececbc4f2b5d12bf20da]

        INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED 2004/09/14 17:07:33 toconnor 1.2.38.1: #i33735# export of bindings to Scripting Framework macros and dlg:border attributes from Oasis to OOo

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d410901d8a93ad1039d958cff3f693d5608b2d4]

        INTEGRATION: CWS xmlbasic (1.2.28); FILE MERGED 2004/10/21 12:45:14 tbe 1.2.28.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [60c5f0af740265ab81b620208205fe9e74be452f]

        INTEGRATION: CWS hsqldb (1.18.26); FILE MERGED 2004/10/29 10:09:02 oj 1.18.26.2: #i33348# embedded database settings 2004/10/25 08:11:22 oj 1.18.26.1: #i20313# merge files from newdbwiz

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [81036b97ca1e3e99db8e8126c252a9f82965544a]

        INTEGRATION: CWS oasisbf1 (1.84.2); FILE MERGED 2004/09/02 08:21:37 mib 1.84.2.2: RESYNC: (1.84-1.86); FILE MERGED 2004/08/12 14:09:05 mib 1.84.2.1: #i32780#: footnote configuration within sections

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [43f6d4bc9f7464b9ea1eacb152425aaa34eff230]

        INTEGRATION: CWS xmlbasic (1.6.14); FILE MERGED 2004/10/21 12:54:19 tbe 1.6.14.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0445b35cae38a5bfb5dee26d9ce6ce2d6995818b]

        INTEGRATION: CWS oasisbf1 (1.54.10); FILE MERGED 2004/09/30 07:35:49 mib 1.54.10.1: #i32836#: foot end endote references

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4be0d316f5b4b39a22afe57d45244d8bab740e3e]

        INTEGRATION: CWS xmlbasic (1.4.14); FILE MERGED 2004/10/22 12:31:16 tbe 1.4.14.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [982a5d97a205d009465e69aa1aef9ffa731cc0d4]

        INTEGRATION: CWS xmlbasic (1.4.14); FILE MERGED 2004/10/22 12:30:17 tbe 1.4.14.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [71c6f1ab887ad0de80acbd50e6431cbebf0f988b]

        INTEGRATION: CWS oasisbf1 (1.57.10); FILE MERGED 2004/09/30 07:35:49 mib 1.57.10.1: #i32836#: foot end endote references

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e9a0aa2f6d0e9ae86d1692daf66d54f148547c3]

        INTEGRATION: CWS xmlbasic (1.4.14); FILE MERGED 2004/10/21 12:53:04 tbe 1.4.14.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [60099cc6df6db32260ef5646a57eb9f07aa135e6]

        INTEGRATION: CWS oasisbf1 (1.9.38); FILE MERGED 2004/08/12 14:09:05 mib 1.9.38.1: #i32780#: footnote configuration within sections

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c98b737a29263caf0537615f802856f59f1a8e3f]

        INTEGRATION: CWS xmlbasic (1.5.14); FILE MERGED 2004/10/21 12:52:35 tbe 1.5.14.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd5fa094e774edb5736298c5f18ca7938aa30331]

        INTEGRATION: CWS oasisbf1 (1.2.376); FILE MERGED 2004/08/12 14:09:05 mib 1.2.376.1: #i32780#: footnote configuration within sections

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cacf707b9ebaea21032579e397f48052b2344735]

        INTEGRATION: CWS xmlbasic (1.7.6); FILE MERGED 2004/10/21 12:51:37 tbe 1.7.6.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaf9d5175bdb8dad804bd0aea0c4ebf419a9a7b8]

        INTEGRATION: CWS hsqldb (1.1.1.1.244); FILE MERGED 2004/09/22 11:31:28 oj 1.1.1.1.244.1: #i33348# performance fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0696dd59d68a5cba55a1ba74a43e9db8dff9069]

        INTEGRATION: CWS oasisbf1 (1.4.372); FILE MERGED 2004/08/12 14:09:05 mib 1.4.372.1: #i32780#: footnote configuration within sections

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [baacb8fb2ee6ab7e0f73204dc47164821213e1db]

        INTEGRATION: CWS hsqldb (1.6.6); FILE MERGED 2004/09/22 11:31:27 oj 1.6.6.1: #i33348# performance fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [60b37363368901e24a39c1002dd318e912a8b343]

        INTEGRATION: CWS xmlbasic (1.2.46); FILE MERGED 2004/10/21 12:51:12 tbe 1.2.46.1: #i22747# XML filter adaptors and macros

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1930c467d77cac431e92668a56cb0f4f1430a73a]

        INTEGRATION: CWS oasisbf1 (1.6.372); FILE MERGED 2004/08/12 14:09:04 mib 1.6.372.1: #i32780#: footnote configuration within sections

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f3113dda7c9762f5b9840e14c4303c0b63e66fd]

        INTEGRATION: CWS hsqldb (1.1.1.1.244); FILE MERGED 2004/09/22 11:31:27 oj 1.1.1.1.244.1: #i33348# performance fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1029ee8abcdb8e2f75953a98c7125c67a32ee65c]

        INTEGRATION: CWS oasisbf1 (1.8.38); FILE MERGED 2004/08/18 15:33:51 mib 1.8.38.1: #i32616#: document events were not saved

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e677d4a9d9c9cd170e50e6bfce280d95abb0fb49]

        INTEGRATION: CWS hsqldb (1.6.148); FILE MERGED 2004/09/22 11:31:27 oj 1.6.148.1: #i33348# performance fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [157284dfed561c997bfd32a4a3bb6d3b74af4979]

        INTEGRATION: CWS oasisbf1 (1.5.344); FILE MERGED 2004/08/18 15:33:51 mib 1.5.344.1: #i32616#: document events were not saved

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cdf05548406c29fa72020dc55690b990382fa75]

        INTEGRATION: CWS hsqldb (1.5.148); FILE MERGED 2004/09/22 11:31:27 oj 1.5.148.1: #i33348# performance fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [196be41cbfa2d3d1fdeace9db2553fe5064cdcbc]

        INTEGRATION: CWS oasisbf1 (1.19.36); FILE MERGED 2004/10/15 13:57:36 fs 1.19.36.1: #i30706# +gridcolumnproptranslator

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5303bb00d0ef24f4d25ba847796f8911d4950a0]

        INTEGRATION: CWS oasisbf1 (1.1.2); FILE ADDED 2004/10/15 13:55:59 fs 1.1.2.1: translation of grid properties upon import

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b0de80dc02d943ec477040b0f3f665ab92384b6]

        INTEGRATION: CWS oasisbf1 (1.1.2); FILE ADDED 2004/10/15 13:56:09 fs 1.1.2.1: translation of grid properties upon import

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [746ca558973e5ca7bcf2d45940253b9f4acd7f31]

        INTEGRATION: CWS hsqldb (1.7.6); FILE MERGED 2004/09/22 11:31:26 oj 1.7.6.1: #i33348# performance fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8f06ca5cf374814ee23399effe12fa8ef1dfebc]

        INTEGRATION: CWS oasisbf1 (1.5.2); FILE MERGED 2004/10/15 13:54:39 fs 1.5.2.1: #i30706# removed obsolete parameter from OColumnWrapper

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [879d3e4d4d6158757243c60ae7c3168782036dd1]

        INTEGRATION: CWS hsqldb (1.1.1.1.244); FILE MERGED 2004/09/22 11:31:26 oj 1.1.1.1.244.1: #i33348# performance fixes

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8d0043643d504679538f8fcb33cc83f5c4e5e30]

        INTEGRATION: CWS oasisbf1 (1.25.2); FILE MERGED 2004/10/15 13:55:01 fs 1.25.2.1: #i30706# removed obsolete parameter from OColumnWrapper

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ca37cb5c3b4e5c795b47f6f656bae05322eba21]

        INTEGRATION: CWS oasisbf1 (1.44.36); FILE MERGED 2004/10/15 13:56:37 fs 1.44.36.1: #i30706# when reading grid columns, we need to translate a ParaAdjust property to Align

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [34e7b02063088011187cdd2244b6f5a1bfdee262]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/22 11:22:53 oj 1.1.2.1: #i33348# use given file url

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef1a7d71639cc684cb7ca066e414b8b862a824aa]

        INTEGRATION: CWS oasisbf1 (1.20.38); FILE MERGED 2004/10/15 13:57:23 fs 1.20.38.1: #i30706# text-align is in namespace fo, not style

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [85cf96c31a71098606ab320ff811e50d1b6f70d2]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/11/03 12:57:46 oj 1.1.2.2: #i33348# parameter corrected 2004/09/22 11:22:43 oj 1.1.2.1: #i33348# use given file url

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [163d73be67a4002aeef7614dcea3946a98e6c905]

        INTEGRATION: CWS oasisbf1 (1.38.28); FILE MERGED 2004/10/18 18:01:21 sab 1.38.28.1: #i35417#; put additional attributes into shape export

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [581729f8068996dfaec52e934e62f65d55716b1f]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/22 11:22:33 oj 1.1.2.1: #i33348# use given file url

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [acfcd7481037c1a82cec3c8fc7f5af311d26d555]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/22 11:22:23 oj 1.1.2.1: #i33348# use given file url

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2d3b57fde75e1e7396cd9ba74eaa442a8c5e5e3]

        INTEGRATION: CWS oasisbf1 (1.63.12); FILE MERGED 2004/10/18 18:01:21 sab 1.63.12.1: #i35417#; put additional attributes into shape export

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [21f5633e75e947b18136f0fd6a0b0f8e3d50e7fc]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/22 11:21:57 oj 1.1.2.1: #i33348# use given file url

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c6a9ef557b517ee3a687a3b651efc8e639a7ab8]

        INTEGRATION: CWS oasisbf1 (1.70.2); FILE MERGED 2004/10/15 08:13:42 mib 1.70.2.2: RESYNC: (1.70-1.71); FILE MERGED 2004/08/18 09:02:54 mib 1.70.2.1: #i32835#: text-blinking is a text property

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [48f5444abd57f8ecab1e03b037523ec70164636d]

        INTEGRATION: CWS hsqldb (1.17.6); FILE MERGED 2004/09/10 12:45:04 oj 1.17.6.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e731349bdd40f6f53d33cf833489e108e6c6918d]

        INTEGRATION: CWS oasisbf1 (1.10.38); FILE MERGED 2004/10/15 08:13:34 mib 1.10.38.2: RESYNC: (1.10-1.11); FILE MERGED 2004/10/13 15:23:35 mib 1.10.38.1: #i32542#: ctach exception while setting special style

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3d13a601dfba7e342c116cfdb6d6db522c7ca69]

        INTEGRATION: CWS hsqldb (1.9.148); FILE MERGED 2004/09/10 12:45:04 oj 1.9.148.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8562ef431b603885f8fa9744d6ef55802d64244]

        INTEGRATION: CWS oasisbf1 (1.68.2); FILE MERGED 2004/11/08 17:26:23 mib 1.68.2.6: RESYNC: (1.69-1.71); FILE MERGED 2004/09/16 07:02:08 fs 1.68.2.5: #117861# corrected some token ids 2004/09/15 15:44:56 fs 1.68.2.4: #117861# synchronization with the cws_oasispp1-code: dignostics for wrong token table 2004/09/14 17:07:33 toconnor 1.68.2.3: #i33735# export of bindings to Scripting Framework macros and dlg:border attributes from Oasis to OOo 2004/09/02 08:19:03 mib 1.68.2.2: RESYNC: (1.68-1.69); FILE MERGED 2004/08/16 14:59:44 mib 1.68.2.1: #i32790#: text-line-through: X

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [78201d40fe204f22c74aee8a1a9d44fa84b80018]

        INTEGRATION: CWS hsqldb (1.5.148); FILE MERGED 2004/09/10 12:45:04 oj 1.5.148.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9ac4a10d096c93b6cfd967b702f126eb9c828bf]

        INTEGRATION: CWS oasisbf1 (1.106.2); FILE MERGED 2004/10/15 08:13:01 mib 1.106.2.3: RESYNC: (1.107-1.108); FILE MERGED 2004/09/02 08:18:40 mib 1.106.2.2: RESYNC: (1.106-1.107); FILE MERGED 2004/08/18 15:33:50 mib 1.106.2.1: #i32616#: document events were not saved

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a41410f18d27f294312c0096c058fcb0cc9d5f2]

        INTEGRATION: CWS hsqldb (1.4.148); FILE MERGED 2004/09/10 12:45:04 oj 1.4.148.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2153780307c92a0db86de1965f5740bb0868b442]

        INTEGRATION: CWS oasisbf1 (1.17.10); FILE MERGED 2004/09/15 15:44:25 fs 1.17.10.1: #117861# moved some filters to separate library

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eaa606eddf9ec2a5df0433807c14bee02adaad1]

        INTEGRATION: CWS hr9 (1.28.4); FILE MERGED 2004/11/04 18:09:13 hjs 1.28.4.1: #i31658# fix jar creation

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [36518d700f9215bd7f2453a4e346115cf1011f52]

        INTEGRATION: CWS hsqldb (1.6.6); FILE MERGED 2004/09/10 12:45:04 oj 1.6.6.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4db51daf0b6dd5623cfee344a1b4332a20e80561]

        INTEGRATION: CWS oasisbf1 (1.7.38); FILE MERGED 2004/10/15 08:12:53 mib 1.7.38.2: RESYNC: (1.7-1.8); FILE MERGED 2004/10/07 15:54:59 mib 1.7.38.1: #i34042#: copy namespace declarations to embedded object root elements

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0584e38ca4071ebcbdcf325c7af67d3585d6094c]

        INTEGRATION: CWS hsqldb (1.5.148); FILE MERGED 2004/09/10 12:45:03 oj 1.5.148.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0e2c42171b8001fc27bd73bd8060f1caecbd446]

        INTEGRATION: CWS oasisbf1 (1.1.386); FILE MERGED 2004/10/14 10:09:13 mib 1.1.386.1: 'i31063#: unitialized variable in getProperties

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [334a5002e401c3e584ccf5105d86b98799de214d]

        INTEGRATION: CWS hsqldb (1.20.6); FILE MERGED 2004/11/05 06:59:32 oj 1.20.6.2: #i36537# merge from dba19 2004/09/10 12:45:03 oj 1.20.6.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [65ea9cdd3f5a3236e7626af7d71f41ea75ecf334]

        INTEGRATION: CWS oasisbf1 (1.45.2); FILE MERGED 2004/08/18 15:33:50 mib 1.45.2.1: #i32616#: document events were not saved

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc97d1420bfb15f5daa1a8a34b4d182c137312d5]

        INTEGRATION: CWS hsqldb (1.4.148); FILE MERGED 2004/09/10 12:45:03 oj 1.4.148.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [33f006ad34a5f9dec14c35469fa6717c121f2617]

        INTEGRATION: CWS hsqldb (1.5.66); FILE MERGED 2004/09/10 12:45:03 oj 1.5.66.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b397285bd5ae8deef4c86f5575f274a692ce3f4]

        INTEGRATION: CWS hsqldb (1.12.148); FILE MERGED 2004/09/10 12:45:03 oj 1.12.148.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [965af5dff76e1b9e09e7571548cebff2b3cd5991]

        INTEGRATION: CWS hr9 (1.3.4); FILE MERGED 2004/11/04 15:10:28 hjs 1.3.4.1: #i10000# fix java dependencies; avoid rebuilds

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9da88a25d79b0818d33a5cc2cac7ca1b333545b]

        INTEGRATION: CWS hsqldb (1.17.6); FILE MERGED 2004/09/10 12:45:02 oj 1.17.6.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b9d6ae83f45e862767406134bfb93184672d54e]

        INTEGRATION: CWS oasisbf1 (1.12.2); FILE MERGED 2004/09/14 17:07:32 toconnor 1.12.2.1: #i33735# export of bindings to Scripting Framework macros and dlg:border attributes from Oasis to OOo

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4b8ef607d2d8d874e37d78bca8fc356b119137c]

        INTEGRATION: CWS hsqldb (1.6.66); FILE MERGED 2004/09/10 12:45:02 oj 1.6.66.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [abc677d05d12a0a17963d858877aa5b30eb48f6f]

        INTEGRATION: CWS oasisbf1 (1.27.2); FILE MERGED 2004/09/30 07:35:27 mib 1.27.2.1: #i32836#: foot end endote references

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [be78c455b8aa29a728bb36079c562fd2d42f3437]

        INTEGRATION: CWS hsqldb (1.5.148); FILE MERGED 2004/09/10 12:45:02 oj 1.5.148.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1799b85e271d67cb1914105b84cd833cd2b864b6]

        INTEGRATION: CWS oasisbf1 (1.1.376); FILE MERGED 2004/08/16 11:57:27 mib 1.1.376.1: #i32677#: OASIS services

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [06a7f7fb6ffe9e87932448fe414be7da0b5cb37e]

        INTEGRATION: CWS hr9 (1.12.22); FILE MERGED 2004/11/04 16:02:54 hjs 1.12.22.1: #i31658# ignore errorcod 12 (nothing to do) on jar packing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d374786b2da85a42ba8bcedf086db80dc0dd5532]

        INTEGRATION: CWS oasisbf1 (1.56.2); FILE MERGED 2004/11/02 08:42:46 oj 1.56.2.1: #i36481# remove changes from new format, the files should be untouched, as mib said

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [af684296498d08a00a4b28920b7f47f9349b2896]

        INTEGRATION: CWS hsqldb (1.4.148); FILE MERGED 2004/09/10 12:45:01 oj 1.4.148.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [870a139559d91dc7e3d8bd7f05b8d47f3623fdfb]

        INTEGRATION: CWS oasisbf1 (1.18.2); FILE MERGED 2004/11/02 08:42:47 oj 1.18.2.1: #i36481# remove changes from new format, the files should be untouched, as mib said

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b47e2afcdcee1fb2e8f0da4bed2ed3062176eb63]

        INTEGRATION: CWS hsqldb (1.9.82); FILE MERGED 2004/09/10 12:45:01 oj 1.9.82.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [38a7d8047540b2a167cc477d69bf5f4686e5640c]

        INTEGRATION: CWS hsqldb (1.11.148); FILE MERGED 2004/09/10 12:45:01 oj 1.11.148.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [39c4a5a64431eb343d019c40f77cc2a4facdc92d]

        INTEGRATION: CWS oasisbf1 (1.11.350); FILE MERGED 2004/08/13 10:47:27 mib 1.11.350.1: #i32922#: style:family is not required but obsololete. Changed to #IMPLIED

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a56738b7a8327efa4951edba188fdcfbd44917f]

        INTEGRATION: CWS hsqldb (1.5.66); FILE MERGED 2004/09/10 12:45:01 oj 1.5.66.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [88d39db7858a454629c6e35f775c763f71139c0e]

        INTEGRATION: CWS hsqldb (1.4.148); FILE MERGED 2004/09/10 12:45:00 oj 1.4.148.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d30297030e5e214a53419f2b0c5f66ad6ebaf072]

        INTEGRATION: CWS oasisbf1 (1.69.6); FILE MERGED 2004/10/15 08:08:41 mib 1.69.6.2: RESYNC: (1.69-1.70); FILE MERGED 2004/10/05 09:09:35 tl 1.69.6.1: #i32844# new property RuntimeUID no longer part of configuration settings

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4f88f3152a5d9a47c1626e1beda8f5ba065e54f]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:48:51 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9242d63951f8b32badd4b9a4d61af0bc322a41c]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:48:42 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [97fd739d74ef78186bae519e08680a1537e2c778]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/11/03 09:50:14 oj 1.1.2.2: new def for map file 2004/09/10 12:49:09 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9132b846d50bca38fad1f07b8ade9e5a2759e839]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/11/03 12:58:53 oj 1.1.2.2: #i33348# parameter corrected 2004/09/10 12:49:00 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9a4a36c92ecc2747e2c944bcf40ba62c0c3a4f6]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:49:28 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f8cd4a8c922fc39aaadb93cecd890fc4a13636f]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/11/03 09:52:59 oj 1.1.2.2: linux compile error 2004/09/10 12:49:19 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [72f71ba0993a10ccd5b71e252f24dc30469bf0d3]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/11/03 12:58:52 oj 1.1.2.2: #i33348# parameter corrected 2004/09/10 12:48:33 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffe864253b50ba936c4a3968d8ab439de59028f1]

        INTEGRATION: CWS nojava1 (1.7.66); FILE MERGED 2004/11/02 22:34:33 haggai 1.7.66.3: RESYNC: (1.9-1.10); FILE MERGED 2004/09/24 14:43:57 haggai 1.7.66.2: RESYNC: (1.7-1.9); FILE MERGED 2004/08/16 15:33:59 cmc 1.7.66.1: #i33045# update scp2 to include jvmaccess and jvmfwk even without java, but drop xslt jars

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [af47e62f75c265f3153d1872c9a8ee645e1bd012]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/22 11:21:02 oj 1.1.2.2: #i33348# use given file url 2004/09/10 12:48:24 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0be3a388a0cb29f313b28420877ef6de405fc18]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:47:46 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6efcccb477e1afb15729b6c7665b7f77e7afb0b6]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/11/04 15:20:55 oj 1.1.2.3: #i33348# convert url in system path 2004/09/22 11:21:02 oj 1.1.2.2: #i33348# use given file url 2004/09/10 12:48:14 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [95f7ecb75612a3f1eaf5dac5fec83a7bcaba0812]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:48:04 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f93afcdca0c103641df626911d0ae12c31ec268]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:47:55 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [36257442ee697c9ee47b964984b3298993e1da6d]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/11/04 15:20:55 oj 1.1.2.5: #i33348# convert url in system path 2004/10/29 10:02:02 oj 1.1.2.4: #i33348# add properties to driver 2004/10/28 08:25:41 oj 1.1.2.3: #i33348# add special parameters to connect 2004/09/22 11:21:01 oj 1.1.2.2: #i33348# use given file url 2004/09/10 12:49:38 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed5339671800f23e1d0965c887441cbd070914cf]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/10/29 10:03:17 oj 1.1.2.2: #i33348# test cases 2004/08/25 08:04:00 oj 1.1.2.1: #i33348# new driver for hsqldb

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [350c50b57c53650dfb409afc82384c410a9b0df4]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/10/29 10:03:16 oj 1.1.2.2: #i33348# test cases 2004/08/25 08:04:10 oj 1.1.2.1: #i33348# new driver for hsqldb

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [941bb05a749850ae7d65d57d0c8ad23e5d5d99ea]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/08/25 08:04:20 oj 1.1.2.1: #i33348# new driver for hsqldb

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f34b9644ea8142da822820cfc9cfa817c7689e31]

        INTEGRATION: CWS hsqldb (1.20.24); FILE MERGED 2004/10/01 10:12:07 oj 1.20.24.1: #i33348# deliver jar file

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fccb0f9a5c2ddf9ce8d0efe32188098f5813a47]

        INTEGRATION: CWS hsqldb (1.18.132); FILE MERGED 2004/11/01 09:51:57 oj 1.18.132.1: #i33348# embedded database settings

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fc920fd8fc4899f1aae69a98b6f158c59bf6e29]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/10/01 10:08:53 oj 1.1.2.4: #i33348# enable jar compress 2004/09/10 12:50:10 oj 1.1.2.3: #i33348# code optimizing 2004/08/27 11:32:16 oj 1.1.2.2: #i33348# ongoing work 2004/08/25 07:42:27 oj 1.1.2.1: #i33348# new driver for hsqldb

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3927d6599a25dfcaf5edc954003638a729b513d3]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:50:09 oj 1.1.2.2: #i33348# code optimizing 2004/09/06 13:34:48 oj 1.1.2.1: #i33348# stream performance

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb4ab2491e6c2222ad0b00d5379c5ca0f351383a]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:50:34 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddaaa4753e280f74222273ccb64388fa776a269e]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/11/03 13:13:51 oj 1.1.2.4: #i33348# windows special 2004/11/03 13:05:57 oj 1.1.2.3: #i33348# correct load libs 2004/09/10 12:50:09 oj 1.1.2.2: #i33348# code optimizing 2004/09/06 13:34:28 oj 1.1.2.1: #i33348# stream performance

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c98a9a50cb4096e15b2f8c184570d912d480de0c]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:50:09 oj 1.1.2.5: #i33348# code optimizing 2004/09/06 13:39:17 oj 1.1.2.4: #i33348# stream performance 2004/09/06 13:33:54 oj 1.1.2.3: #i33348# stream performance 2004/08/27 11:32:16 oj 1.1.2.2: #i33348# ongoing work 2004/08/25 07:42:47 oj 1.1.2.1: #i33348# new driver for hsqldb

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6664108c65e41e2551474c8950d5fb4cfb745cea]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/11/03 13:13:51 oj 1.1.2.3: #i33348# windows special 2004/11/03 13:05:56 oj 1.1.2.2: #i33348# correct load libs 2004/09/10 12:50:51 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf342541d8b28e64f0a4b1a00c7599d8d506f8ea]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:50:09 oj 1.1.2.2: #i33348# code optimizing 2004/09/06 13:34:59 oj 1.1.2.1: #i33348# stream performance

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe18d9779505bf79f1c4f2cd18631618e49a5611]

        INTEGRATION: CWS hsqldb (1.1.2); FILE ADDED 2004/09/10 12:50:42 oj 1.1.2.1: #i33348# code optimizing

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fabad3bb2f0dcc21f22e32081699045d77c9623]

        INTEGRATION: CWS hsqldb (1.9.132); FILE MERGED 2004/09/22 11:30:55 oj 1.9.132.1: #i33348# new defines for hsqldb

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [23fee249246e9016ffd8cc3f90b8448afc07f0f6]

        INTEGRATION: CWS nojava1 (1.5.66); FILE MERGED 2004/10/19 14:42:31 haggai 1.5.66.2: RESYNC: (1.5-1.6); FILE MERGED 2004/10/15 19:44:06 haggai 1.5.66.1: #i35639# helpcontent2 needs Java - do not include files when building without Java

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c85d818a4c11e32b17539605ef15d63600a5a49f]

        INTEGRATION: CWS nojava1 (1.25.4); FILE MERGED 2004/11/02 22:34:04 haggai 1.25.4.6: RESYNC: (1.38-1.41); FILE MERGED 2004/10/21 11:30:29 cmc 1.25.4.5: RESYNC: (1.37-1.38); FILE MERGED 2004/10/19 14:42:12 haggai 1.25.4.4: RESYNC: (1.36-1.37); FILE MERGED 2004/10/15 19:44:05 haggai 1.25.4.3: #i35639# helpcontent2 needs Java - do not include files when building without Java 2004/09/24 14:42:59 haggai 1.25.4.2: RESYNC: (1.25-1.36); FILE MERGED 2004/08/16 15:33:58 cmc 1.25.4.1: #i33045# update scp2 to include jvmaccess and jvmfwk even without java, but drop xslt jars

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a824acbaa0b890d7f9dc69b01656cd74dee1e5da]

        INTEGRATION: CWS nojava1 (1.25.22); FILE MERGED 2004/11/02 22:33:56 haggai 1.25.22.4: RESYNC: (1.53-1.59); FILE MERGED 2004/10/19 14:42:02 haggai 1.25.22.3: RESYNC: (1.45-1.53); FILE MERGED 2004/09/24 14:42:52 haggai 1.25.22.2: RESYNC: (1.25-1.45); FILE MERGED 2004/08/16 15:33:58 cmc 1.25.22.1: #i33045# update scp2 to include jvmaccess and jvmfwk even without java, but drop xslt jars

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [397875556b5d7a622b4c5714fcb120e72530e0e3]

        INTEGRATION: CWS nojava1 (1.6.66); FILE MERGED 2004/10/19 14:41:50 haggai 1.6.66.2: RESYNC: (1.6-1.7); FILE MERGED 2004/10/15 19:44:05 haggai 1.6.66.1: #i35639# helpcontent2 needs Java - do not include files when building without Java

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad7d63b5d338a322cd7bbe14a562d68e17ece2c2]

        INTEGRATION: CWS nojava1 (1.5.64); FILE MERGED 2004/10/19 14:41:38 haggai 1.5.64.2: RESYNC: (1.5-1.6); FILE MERGED 2004/10/15 19:44:05 haggai 1.5.64.1: #i35639# helpcontent2 needs Java - do not include files when building without Java

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [94e8b81105e1f2a3459d6d19a20eaa12f6f7afa7]

        INTEGRATION: CWS nojava1 (1.5.66); FILE MERGED 2004/10/19 14:41:25 haggai 1.5.66.2: RESYNC: (1.5-1.6); FILE MERGED 2004/10/15 19:44:04 haggai 1.5.66.1: #i35639# helpcontent2 needs Java - do not include files when building without Java

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4ee36880cc3e0fd36f70e17825fa172367fd107]

        INTEGRATION: CWS nojava1 (1.7.66); FILE MERGED 2004/10/19 14:41:16 haggai 1.7.66.2: RESYNC: (1.7-1.8); FILE MERGED 2004/10/15 19:44:04 haggai 1.7.66.1: #i35639# helpcontent2 needs Java - do not include files when building without Java

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d5eed35e96d5345827af0bc66db3f125198316a]

        INTEGRATION: CWS nojava1 (1.18.16); FILE MERGED 2004/09/24 14:24:49 haggai 1.18.16.3: RESYNC: (1.18-1.20); FILE MERGED 2004/08/16 15:22:51 cmc 1.18.16.2: #i33045# use normal -DSOLAR_JAVA 2004/08/16 14:13:55 cmc 1.18.16.1: #i33045# build jvmfwk even without java, just default to failure on javarelated stuff

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [57e221376551a3004ebc896ddb123776b01a9f76]

        INTEGRATION: CWS nojava1 (1.9.8); FILE MERGED 2004/09/24 14:21:57 haggai 1.9.8.3: RESYNC: (1.9-1.10); FILE MERGED 2004/08/16 15:22:50 cmc 1.9.8.2: #i33045# use normal -DSOLAR_JAVA 2004/08/16 14:13:54 cmc 1.9.8.1: #i33045# build jvmfwk even without java, just default to failure on javarelated stuff

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [04334c5639369fb2567eb7f19ad29e7b2ce7ecc9]

        INTEGRATION: CWS nojava1 (1.9.20); FILE MERGED 2004/08/16 15:22:50 cmc 1.9.20.2: #i33045# use normal -DSOLAR_JAVA 2004/08/16 14:13:54 cmc 1.9.20.1: #i33045# build jvmfwk even without java, just default to failure on javarelated stuff

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd4df272b74d572891b477e2164444c17a4cf697]

        INTEGRATION: CWS nojava1 (1.33.82); FILE MERGED 2004/10/19 14:40:45 haggai 1.33.82.2: RESYNC: (1.33-1.34); FILE MERGED 2004/08/16 13:44:49 cmc 1.33.82.1: #i33045# libsj2 is always needed, even without java

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c55b3e4c7ed6a340405e6639a07e6484e065cbc]

        INTEGRATION: CWS nojava1 (1.1.38); FILE MERGED 2004/08/16 13:36:23 cmc 1.1.38.1: #i33045# rhino needs ant, and ant needs java

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [84a306efa7ba4a99f034331e188b60c93cefa32a]

        INTEGRATION: CWS nojava1 (1.4.36); FILE MERGED 2004/09/24 14:35:35 haggai 1.4.36.3: RESYNC: (1.4-1.5); FILE MERGED 2004/08/16 15:20:49 cmc 1.4.36.2: #i33045# use normal -DSOLAR_JAVA 2004/08/16 14:21:42 cmc 1.4.36.1: #i33045# build jvmaccess even without java, just default to failure on javarelated stuff

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0251d5366e9249a70818dd608836ff5fd59ac884]

        INTEGRATION: CWS nojava1 (1.3.42); FILE MERGED 2004/08/16 15:20:48 cmc 1.3.42.2: #i33045# use normal -DSOLAR_JAVA 2004/08/16 14:21:41 cmc 1.3.42.1: #i33045# build jvmaccess even without java, just default to failure on javarelated stuff

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ff64a323668c10071c28b6a9c81987ceab1ada2]

        INTEGRATION: CWS nojava1 (1.5.28); FILE MERGED 2004/09/24 14:34:58 haggai 1.5.28.3: RESYNC: (1.5-1.6); FILE MERGED 2004/08/16 15:20:48 cmc 1.5.28.2: #i33045# use normal -DSOLAR_JAVA 2004/08/16 14:21:41 cmc 1.5.28.1: #i33045# build jvmaccess even without java, just default to failure on javarelated stuff

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3bad513d7a35f4a7c4e79601c844fe8bb7d540a]

        INTEGRATION: CWS nojava1 (1.3.26); FILE MERGED 2004/08/16 15:20:47 cmc 1.3.26.2: #i33045# use normal -DSOLAR_JAVA 2004/08/16 14:21:40 cmc 1.3.26.1: #i33045# build jvmaccess even without java, just default to failure on javarelated stuff

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [112e775a844ea029bf193b1e02a68d6bf24997d9]

        INTEGRATION: CWS nojava1 (1.26.58); FILE MERGED 2004/09/24 14:33:55 haggai 1.26.58.4: RESYNC: (1.26-1.27); FILE MERGED 2004/08/23 11:42:14 jb 1.26.58.3: #i33238# Stop generating numerous locally patched copies of XSLs for no-Java processing. Instead the XSLs themselves have been fixed to be more portable.
        
        Contributor: Josh Triplett <jtriplett@openoffice.org>
        2004/08/23 11:28:29 jb 1.26.58.2: #i32143# Back out the temporary disabling of validation
        
        Contributor: Josh Triplett <jtriplett@openoffice.org>
        2004/08/13 08:42:51 haggai 1.26.58.1: #i32143# validation problem wth xsltproc - workaround until Josh can fix it

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c98568abba18be2ddd24da8d7bf906168b58dc6]

        INTEGRATION: CWS nojava1 (1.5.58); FILE MERGED 2004/08/23 11:46:09 jb 1.5.58.2: #i33238# Use xs:functionAvailable to check availability of used extension function (currently only with XT/Java). If makeAbs is unavailable, simply use the relative path. This works at least for xsltproc. Also some small corrections to fix violations of the XSLT DTD.
        
        Contributor: Josh Triplett <jtriplett@openoffice.org>
        2004/08/23 11:32:39 jb 1.5.58.1: #i32143# Correct whitespace handling in composeFileURL, which was broken for xsltproc.
        
        Contributor: Josh Triplett <jtriplett@openoffice.org>

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5fa82ff5d0c1abbe009c007757cf63147098c78]

        INTEGRATION: CWS nojava1 (1.9.58); FILE MERGED 2004/08/23 11:46:09 jb 1.9.58.2: #i33238# Use xs:functionAvailable to check availability of used extension function (currently only with XT/Java). If makeAbs is unavailable, simply use the relative path. This works at least for xsltproc. Also some small corrections to fix violations of the XSLT DTD.
        
        Contributor: Josh Triplett <jtriplett@openoffice.org>
        2004/08/23 11:32:39 jb 1.9.58.1: #i32143# Correct whitespace handling in composeFileURL, which was broken for xsltproc.
        
        Contributor: Josh Triplett <jtriplett@openoffice.org>

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [33f45dc8f257337fddc2625154ded4b88a0ed15f]

        INTEGRATION: CWS nojava1 (1.16.30); FILE MERGED 2004/11/03 11:36:30 haggai 1.16.30.1: #i36566# Build breaks when building without Java

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeb05af5a164b4255758409e67a7e7d34d842a23]

        INTEGRATION: CWS numforensis (1.38.66); FILE MERGED 2004/10/11 12:59:23 er 1.38.66.1: #i24504# handle new token symbols that changed type from string as string again

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [036222df54ee39ad74594970fad093099a5a1f48]

        INTEGRATION: CWS numforensis (1.60.22); FILE MERGED 2004/10/26 10:43:56 er 1.60.22.3: oops 2004/10/25 13:18:44 er 1.60.22.2: #i28820# ImpGetDateTimeOutput: correct date/time if time part was rounded 2004/10/11 12:55:04 er 1.60.22.1: #i24504# more separators as symbol types to distinguish from strings and handle escaped/unescaped export/import

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2e94d6b06ab0d0c9079a0aec3e77fbac3b8a2d0]

        INTEGRATION: CWS beansplit (1.10.12); FILE MERGED 2004/10/14 10:41:27 mi 1.10.12.1: bean moved to bean project

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2427abc32f459132f6a3e0ee257fc74d84aef2d]

        INTEGRATION: CWS beansplit (1.9.8); FILE MERGED 2004/10/12 15:18:05 mi 1.9.8.1: bean project added

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [33a1752d9238e15c28c992a5c136c9560d272ba0]

        INTEGRATION: CWS beansplit (1.9.42); FILE MERGED 2004/10/14 10:41:27 mi 1.9.42.1: bean moved to bean project

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e674fd3b3a30c12fca1b3b0d18644db0cb105abc]

        INTEGRATION: CWS beansplit (1.26.4); FILE MERGED 2004/10/14 10:41:26 mi 1.26.4.1: bean moved to bean project

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [90c7396bcd274e428771dad849474850a07fe450]

        INTEGRATION: CWS beansplit (1.3.64); FILE MERGED 2004/10/01 12:26:37 mi 1.3.64.1: Controls resorted

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b8a9345e55f537e6d14a0fffd83365952e20cd1]

        INTEGRATION: CWS beansplit (1.1.2); FILE ADDED 2004/11/08 09:23:59 mi 1.1.2.5: openDocument removed, not needed anymore 2004/11/02 16:45:26 mi 1.1.2.4: exceptions cleaned up 2004/10/19 13:26:26 mi 1.1.2.3: example cleaned up, test code removed 2004/10/14 10:41:26 mi 1.1.2.2: bean moved to bean project 2004/10/01 12:29:32 mi 1.1.2.1: example adapted to OOoBean

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [88d1729627ce87c8d87e7a2591bead65be22cb6b]

        INTEGRATION: CWS beansplit (1.1.2); FILE ADDED 2004/10/01 12:30:52 mi 1.1.2.1: example adapted to OOoBean

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7cc872284ad625c40d39f6c05a611917e9bf78f]

        INTEGRATION: CWS beansplit (1.7.8); FILE MERGED 2004/09/23 14:28:59 mi 1.7.8.1: ByteArray...Adapter moved from bean

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2786cd78293d62fba0f53d8ad8cc717af91db428]

        INTEGRATION: CWS beansplit (1.3.8); FILE MERGED 2004/09/23 11:34:59 mi 1.3.8.1: ByteArray adapters moved from bean project

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b36b02ba44edd407c45c38d73c6b3dba26535773]

        INTEGRATION: CWS beansplit (1.1.2); FILE ADDED 2004/09/23 14:55:57 mi 1.1.2.2: ByteArray...Adapter moved from bean 2004/09/23 11:35:46 mi 1.1.2.1: ByteArray adapters moved from bean project

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8de7458afe47a9402cb7ecefb8e0d45fa782da4e]

        INTEGRATION: CWS beansplit (1.2.20); FILE MERGED 2004/10/19 10:52:07 mi 1.2.20.1: Null-Pointer Access and wrong EOF return value

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7f2d41faf99e3cfb3714d7aa4315fbcf2a18e14]

        INTEGRATION: CWS beansplit (1.1.2); FILE ADDED 2004/11/02 16:02:17 mi 1.1.2.3: raedBytes did not move stream pointer 2004/09/23 14:55:57 mi 1.1.2.2: ByteArray...Adapter moved from bean 2004/09/23 11:35:33 mi 1.1.2.1: ByteArray adapters moved from bean project

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f3306de7774810334850627e3be2346489252dc]

        INTEGRATION: CWS beansplit (1.4.34); FILE MERGED 2004/11/02 15:44:40 mi 1.4.34.2: loads msvcr71 too 2004/10/19 10:52:57 mi 1.4.34.1: catch exception on loading shared lib multiple times

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bb669765b962b76f0e43c7108acef588824063f]

        INTEGRATION: CWS numforensis (1.17.124); FILE MERGED 2004/10/11 12:55:05 er 1.17.124.1: #i24504# more separators as symbol types to distinguish from strings and handle escaped/unescaped export/import

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad89fa762e038e8b8c9fea1bcb8c6ec17d6ba221]

        INTEGRATION: CWS numforensis (1.36.124); FILE MERGED 2004/10/11 12:55:05 er 1.36.124.2: #i24504# more separators as symbol types to distinguish from strings and handle escaped/unescaped export/import 2004/10/06 15:20:30 er 1.36.124.1: #i20650# FinalScan: use original keyword for comparison in case of conversion mode

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [abff964151980ae2f44b16ff3a1882f02babca4a]

        INTEGRATION: CWS numforensis (1.34.22); FILE MERGED 2004/10/25 12:28:39 er 1.34.22.3: #i27696# GetDateRef: in YMD input with month abbreviated the year is the first number, not the third 2004/10/25 10:04:31 er 1.34.22.2: #i5328# recognize basic ISO 8601 date and date/time input 2004/10/11 15:28:32 er 1.34.22.1: #i25994# for incomplete dates, always assume first day of month if not specified

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdc9edb754595c5f00f995334e76b72e9133f129]

        INTEGRATION: CWS numforensis (1.118.20); FILE MERGED 2004/10/25 13:40:57 er 1.118.20.2: RESYNC: (1.118-1.120); FILE MERGED 2004/10/11 12:57:08 er 1.118.20.1: #i24504# deliver nfsymbol.hxx

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [70e9f33aa0766f08225c16e2afb23e0fdbe485fa]

        INTEGRATION: CWS numforensis (1.9.724); FILE MERGED 2004/10/25 10:04:31 er 1.9.724.1: #i5328# recognize basic ISO 8601 date and date/time input

2004-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d45bc863392cfc0467dcd6aad07a5ede6095a5f]

        INTEGRATION: CWS numforensis (1.1.2); FILE ADDED 2004/10/11 12:47:36 er 1.1.2.1: #i24504# publish number formatter's symbol types

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [308d3fc2119ece51227b929b757f87369c87eec2]

        INTEGRATION: CWS scp2fix (1.21.56); FILE MERGED 2004/10/28 12:53:58 er 1.21.56.1: #i36017# SetWidths: don't crash on rotten table layout

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [02f05976ec5860849f4a302bce9d5228e47a94e0]

        INTEGRATION: CWS scp2fix (1.12.68); FILE MERGED 2004/10/27 12:24:50 er 1.12.68.1: #i36049# MoveTo: handle ilisteners inserted in the very column we're moving from, which shifts and fragments ranges

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [f547cd671abba78f096c3b8e45dbc85069e71ae6]

        INTEGRATION: CWS ctrlsfiltfwd (1.38.32); FILE MERGED 2004/10/29 15:10:28 npower 1.38.32.2: #118177# forward port of SO7 issue issue 110008 import of VBAForms "warts and al l". 2004/10/20 16:07:57 npower 1.38.32.1: #118177# forward port of SO7 issue issue 110008 import of VBAForms "warts and all".

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [f784ac11f9e163e97fa38aaef7c7dd1c825b2779]

        INTEGRATION: CWS ctrlsfiltfwd (1.7.34); FILE MERGED 2004/10/20 16:07:56 npower 1.7.34.2: #118177# forward port of SO7 issue issue 110008 import of VBAForms "warts and all". 2004/10/13 10:47:21 npower 1.7.34.1: #118132# forward port of cloned so7 bug 117718

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [bf5bc3bf14e6ae1946ab37115354215c956d412b]

        INTEGRATION: CWS ctrlsfiltfwd (1.8.34); FILE MERGED 2004/10/13 10:47:21 npower 1.8.34.1: #118132# forward port of cloned so7 bug 117718

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [8360eeb8efb2915df495b37a7e026e16aea42c27]

        INTEGRATION: CWS ctrlsfiltfwd (1.16.34); FILE MERGED 2004/10/13 10:47:21 npower 1.16.34.1: #118132# forward port of cloned so7 bug 117718

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [a07bcff9c837cb7d2bcbeb2ac9c6a03ee322b001]

        INTEGRATION: CWS ctrlsfiltfwd (1.17.32); FILE MERGED 2004/11/01 17:46:39 npower 1.17.32.6: #118131# If dialog form control use Text instead of DefaultText 2004/11/01 15:42:21 npower 1.17.32.5: #118177# add paranoia code to cease processing of any controls after an unknown or unsupported control is encountered when reading user form. Reason: Attempting to skip these controls dosn't work as expected ( probably only caused by image and/or Frame ) but safer at the moment to cease after any unknown or unsupported control is read. 2004/10/29 15:12:28 npower 1.17.32.4: #118177# 2004/10/29 13:45:08 npower 1.17.32.3: RESYNC: (1.17-1.18); FILE MERGED Resolve conflics m56->m59 2004/10/20 16:07:56 npower 1.17.32.2: #118177# forward port of SO7 issue issue 110008 import of VBAForms "warts and all". 2004/10/13 10:45:56 npower 1.17.32.1: #118131# forward port of cloned so7 bug 117832

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [a73e310cdb95fa0f0c6c24a3f09dcbcaffe15ed9]

        INTEGRATION: CWS ctrlsfiltfwd (1.12.100); FILE MERGED 2004/10/20 16:07:56 npower 1.12.100.1: #118177# forward port of SO7 issue issue 110008 import of VBAForms "warts and all".

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [8c6d610cfa9ae690f913b3b11d7af52a34857544]

        INTEGRATION: CWS ctrlsfiltfwd (1.2.34); FILE MERGED 2004/10/20 16:07:56 npower 1.2.34.1: #118177# forward port of SO7 issue issue 110008 import of VBAForms "warts and all".

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [075e2e4bf497268700b7c03cc0322687c5304b54]

        INTEGRATION: CWS ctrlsfiltfwd (1.11.36); FILE MERGED 2004/10/29 13:14:48 npower 1.11.36.2: RESYNC: (1.11-1.12); FILE MERGED 2004/10/13 10:51:17 npower 1.11.36.1: #118153# forward port of so7 cloned bug  118053

2004-11-09  Rüdiger Timm  <rt@openoffice.org>  [866f54db8cc9c7936145c81d6751ddbc094bc76c]

        INTEGRATION: CWS ctrlsfiltfwd (1.23.16); FILE MERGED 2004/10/29 13:11:08 npower 1.23.16.2: RESYNC: (1.23-1.24); FILE MERGED 2004/10/13 10:51:18 npower 1.23.16.1: #118153# forward port of so7 cloned bug  118053

2004-11-08  Tom Verbeek  <tv@openoffice.org>  [a2c03b9b76bc35c6f9a27fab4813c9ba7ef6a18f]

        #i35193# Bugfix regarding the branding

2004-11-08  Rüdiger Timm  <rt@openoffice.org>  [16ab794d6a27be347b4a99743ef35ec7183b98d4]

        #i30601# Module postprocess depends on every other module delivering something to solver.

2004-11-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ce6b7674c6d9390a981756b511a4ea44ad4800d0]

        #i34902# stop windows build if linking failed

2004-11-08  Rüdiger Timm  <rt@openoffice.org>  [b8cf3dafd8b91590fe4ab8b57e03b979f7c26cf7]

        i30601# Generate logfile into output tree.

2004-11-08  Rüdiger Timm  <rt@openoffice.org>  [d873110b256f84a0721e2fb97f34e22cc9a53a5a]

        #i27627# Teach configure to detect and copy the needed msvc?7?.dll.

2004-11-05  Vladimir Glazounov  <vg@openoffice.org>  [f40de398f385aed9813bf01e6a840a9834e454ec]

        new version for SRC680

2004-11-05  Kurt Zenker  <kz@openoffice.org>  [05be2132323e84dab53596c1c44fc40501403836]

        #i36729# Fix gcc parser problem

2004-11-05  Rüdiger Timm  <rt@openoffice.org>  [a600479cbedad0ba47ebbafe7aeb6ea08dfe25cb]

        #i36707# adjustvisibility: bootstraping in HIDcompiler (thanks to pjanik for the patch)

2004-11-05  Rüdiger Timm  <rt@openoffice.org>  [9cb13b12917c9d87111146d2d888c089f4b456c9]

        #100000# If common_build is set all idl files get delivered to common output tree.

2004-11-05  Rüdiger Timm  <rt@openoffice.org>  [73387e31abd33a03a6b2ca57e6bb18da5ce9426d]

        #i34126# source dir corrected ('common' is taken automatically by deliver.pl if existent)

2004-11-05  Kurt Zenker  <kz@openoffice.org>  [bae5f3eb9c6e27f4d7c5d35e1cdaf51958a3a2e7]

        #i36729# Fix gcc parser problem (JB)

2004-11-05  Vladimir Glazounov  <vg@openoffice.org>  [86c2877b4aac05da1af52ee9a63ce9f70923f04b]

        new version for SRC680

2004-11-05  Vladimir Glazounov  <vg@openoffice.org>  [2ebc4dc9ad9dc529cba6097f96498cc0333323b4]

        new version for SRC680

2004-11-05  Vladimir Glazounov  <vg@openoffice.org>  [8a19abb7e9ae8455e70ffefa52ca44918f393b88]

        new version for SRC680

2004-11-04  Vladimir Glazounov  <vg@openoffice.org>  [2babddcd046bf8c06d517f3dbdf6b9c2175ba64e]

        new version for SRC680

2004-11-04  Tom Verbeek  <tv@openoffice.org>  [ccf64c26bc40b9fd3bc6c7f03980d8a5d630fa0b]

        #i35193# moved from so_res

2004-11-04  Vladimir Glazounov  <vg@openoffice.org>  [10c4ffeb4a4d9afa5756945fb82a160ec03e2242]

        new version for SRC680

2004-11-04  Vladimir Glazounov  <vg@openoffice.org>  [de509cfd117041e22b8eaf4ffb708f9f8d546c41]

        #100000# checkout the module if build is started in linked module

2004-11-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0aad02772f75dbbc45a3a5c5210874360c90b75c]

        #i10000# diff SRC680 m58 m60 added from non tmpl

2004-11-04  Kurt Zenker  <kz@openoffice.org>  [8ccc07e82c0ade9b59526921b10c7f003b7089f9]

        #i10000# syntax fixed

2004-11-04  Vladimir Glazounov  <vg@openoffice.org>  [97325bb8129add7051fa42f358c58ddce7f81b2e]

        new version for SRC680

2004-11-04  Vladimir Glazounov  <vg@openoffice.org>  [1436b472919e7516c7d457e4388c0d47e92e7c69]

        new version for SRC680

2004-11-04  Vladimir Glazounov  <vg@openoffice.org>  [141f610885d6420ce9046047e0435b6a850fb6bc]

        new version for SRC680

2004-11-04  Tom Verbeek  <tv@openoffice.org>  [8b58d2021a171a70fa2e7834bc9846b549338eb2]

        #i36657# old ooo icons

2004-11-04  Stephan Bergmann  <sb@openoffice.org>  [96c2f58263da5cac37978eb9ef572e35e370a13d]

        #i20747# Corrupted library name on WNT.

2004-11-04  Stephan Bergmann  <sb@openoffice.org>  [7d8434412d3ebf1c57305ed1bd7fb596c27a2694]

        #i20747# Merged in 1.35.22.4.

2004-11-04  Rüdiger Timm  <rt@openoffice.org>  [13d54e18c97db3b079ddd2dcc358f599d234b6c7]

        #i10000# Do not link against UWINAPILIB here.

2004-11-04  Rüdiger Timm  <rt@openoffice.org>  [04b4819af465fea64939d7383a931169692b59df]

        #i10000# so_adjvis is unix-only.

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [4211dfd26963018b28b2b9f401ee5e98f61e8c33]

        INTEGRATION: CWS impress14 (1.18.54); FILE MERGED 2004/10/14 13:45:54 cl 1.18.54.1: #i34996# fixed material favorites

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [9a7184786b1542f45d5de8dea64713ca32580fd6]

        INTEGRATION: CWS impress14 (1.2.14); FILE MERGED 2004/10/15 08:31:50 nn 1.2.14.1: #i35437# merge error in resync: english strings are needed

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [4e6ff1d158f5d691e8ddc0e3400319ef0e71bbaa]

        INTEGRATION: CWS impress14 (1.30.6); FILE MERGED 2004/10/13 08:07:20 cl 1.30.6.1: #i35290# accept all filters with PresentationDocument and DrawingDocument

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [04c1e4126b3a99d6fc7a9e4f585ed98e8e8b94b1]

        INTEGRATION: CWS impress14 (1.11.42); FILE MERGED 2004/10/19 15:23:15 nn 1.11.42.1: #116030# don't call GetRefreshedSet to get a pool in PageCreated

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [f6690386e1433a518ee875d448b3d0dc2572f652]

        INTEGRATION: CWS impress14 (1.5.32); FILE MERGED 2004/10/13 15:39:16 cl 1.5.32.1: #i25173# swap auto-grow-width and auto-grow-hight

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [dc7530223b77bdf9cf3df62fa096db165ed5d33b]

        INTEGRATION: CWS impress14 (1.5.34); FILE MERGED 2004/10/13 15:39:16 cl 1.5.34.1: #i25173# swap auto-grow-width and auto-grow-hight

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [e63dd5efe9187213259efd92827bfe319f4b458e]

        INTEGRATION: CWS impress14 (1.2.70); FILE MERGED 2004/10/13 15:19:54 cl 1.2.70.1: #i26608# filter header&footer shapes

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [9776d25b11c4d758cf22f4d0624b98f2c5c0a3a5]

        INTEGRATION: CWS impress14 (1.106.6); FILE MERGED 2004/10/19 14:44:24 cl 1.106.6.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [bd97124aeff4507d5df65f972c3e91497b0a4a2f]

        INTEGRATION: CWS impress14 (1.57.36); FILE MERGED 2004/10/19 14:44:23 cl 1.57.36.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [47c97e45c67e6b954a1721b22ead3aeddf554be3]

        INTEGRATION: CWS impress14 (1.9.16); FILE MERGED 2004/10/19 14:38:54 cl 1.9.16.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [68e912bae2568e9186f69db45d8b2bbc82c0c781]

        INTEGRATION: CWS impress14 (1.42.16); FILE MERGED 2004/10/19 14:38:53 cl 1.42.16.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [74d0d55d870bf72709e8a59192bba464c92cc434]

        INTEGRATION: CWS impress14 (1.5.130); FILE MERGED 2004/10/19 14:38:53 cl 1.5.130.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [82c0964608e03f999dd26a069a1ac3fecd2d770a]

        INTEGRATION: CWS impress14 (1.12.130); FILE MERGED 2004/10/19 14:38:52 cl 1.12.130.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [713d7951ec5e98e0b1b1b36bcb3b71631d1b6fd1]

        INTEGRATION: CWS impress14 (1.7.130); FILE MERGED 2004/10/19 14:38:52 cl 1.7.130.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [2ea09ae5131e93ed7d96f01087f68722c1cd969a]

        INTEGRATION: CWS impress14 (1.21.16); FILE MERGED 2004/10/19 14:38:51 cl 1.21.16.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [4b6c9b8d3dcb78186394d6a5aceeffeec1b19af6]

        INTEGRATION: CWS impress14 (1.22.16); FILE MERGED 2004/10/19 14:38:51 cl 1.22.16.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [146f73bcfa48ddddd18a1eb449aaa5ddd43d2dd2]

        INTEGRATION: CWS impress14 (1.42.16); FILE MERGED 2004/10/19 14:38:50 cl 1.42.16.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [35b873750a7740221453dd687b1d16fa126276c7]

        INTEGRATION: CWS impress14 (1.24.106); FILE MERGED 2004/10/19 14:38:50 cl 1.24.106.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [74b8d46dfb07204cbcd344d15933044ed2bfb9d3]

        INTEGRATION: CWS impress14 (1.89.20); FILE MERGED 2004/10/19 14:38:48 cl 1.89.20.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [a4d180ad8e5a8913ffd1c25acfb224309faa8c85]

        INTEGRATION: CWS impress14 (1.71.20); FILE MERGED 2004/10/23 00:35:19 cl 1.71.20.3: RESYNC: (1.71-1.72); FILE MERGED 2004/10/19 14:38:47 cl 1.71.20.2: #i35425# adapt impress header&footer to latest oasis spec 2004/10/13 15:40:16 cl 1.71.20.1: #i25173# swap auto-grow-width and auto-grow-hight

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [8f13a35d54e2ec952bf9c02d08739307bfed985f]

        INTEGRATION: CWS impress14 (1.69.24); FILE MERGED 2004/10/23 00:35:02 cl 1.69.24.2: RESYNC: (1.69-1.70); FILE MERGED 2004/10/19 14:38:29 cl 1.69.24.1: #i35425# adapt impress header&footer to latest oasis spec

2004-11-03  Kurt Zenker  <kz@openoffice.org>  [d1a4d812028c8388b75ecc284f21430d21d50930]

        #i10000# add. dependency on adjustvisibility

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [cb5bb23534c9e5546cd6fcc8c36942cd4d3c3385]

        INTEGRATION: CWS jmf3 (1.12.210); FILE MERGED 2004/10/29 11:45:26 ka 1.12.210.2: RESYNC: (1.12-1.13); FILE MERGED 2004/10/20 10:43:51 ka 1.12.210.1: #i35560#: use mask color only in case of non-transparent bitmaps

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [b6ca3de21549980c28277f833e4393885c41b274]

        INTEGRATION: CWS jmf3 (1.2.34); FILE MERGED 2004/11/03 10:11:47 ka 1.2.34.1: #i36550#: watch if Java is enabled or not

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [024d8075bacc4e81ab5e3818b19e6f2524fc4972]

        INTEGRATION: CWS jmf3 (1.4.210); FILE MERGED 2004/10/08 14:01:04 ka 1.4.210.1: check for valid bitmap in ::ImplSetBitmap

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [8c599b37627245b5aaf8f43a190ce4e7b1c69c46]

        INTEGRATION: CWS jmf3 (1.3.68); FILE MERGED 2004/10/04 10:33:12 ka 1.3.68.1: watch for correct cast

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [e1231629616a6e9f6aebcb752ee142c6c739e0c5]

        INTEGRATION: CWS jmf3 (1.23.406); FILE MERGED 2004/09/30 11:35:06 ka 1.23.406.1: #i34109#: remove border flag for New Theme button

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [614b4166be1bd711751b1b3143aeaa774f51ad02]

        INTEGRATION: CWS jmf3 (1.10.456); FILE MERGED 2004/10/15 12:46:08 ka 1.10.456.1: set change flag after modification

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [a88e9dc6a26c5f452e9d8653454654880bb83822]

        INTEGRATION: CWS jmf3 (1.58.58); FILE MERGED 2004/11/02 09:48:11 ka 1.58.58.1: removed config flags for SID_AVMEDIA_TOOLBOX

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [ee7fda4fbbfb0e08736b4606f2b2ef1ef708f55c]

        INTEGRATION: CWS jmf3 (1.2.22); FILE MERGED 2004/10/12 22:49:33 ka 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/01 14:40:52 ka 1.2.22.1: #i34426#: fixed deletion of media objects (fix provided by OD)

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [92dbe4e996c10637e429970209e89302a02583e5]

        INTEGRATION: CWS jmf3 (1.32.20); FILE MERGED 2004/10/29 11:00:33 ka 1.32.20.2: RESYNC: (1.32-1.33); FILE MERGED 2004/10/01 14:46:38 ka 1.32.20.1: #

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [29eac050cf864f42e4dfc53ff9410467ae01b48c]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/12 23:58:20 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [9801a4c88f9798cd69049f160628c5ac28ee523b]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/12 23:58:08 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [20250e7ab2ba2a10ba05e92301b349f9bc812f4a]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/12 23:57:55 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [9745adb873b66ae7b2bf4263a06850cf53d7712f]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/12 23:57:41 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [4fc174975ae15d793022463669a7574cb5e595dd]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/12 23:57:26 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [b66e51dbd1988b165191d823c04b8e29019e1270]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/12 23:57:13 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [177cc25dd8e643ed1313477e566c3d9f9d8830f6]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/12 23:57:00 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [107618d2423c8debfdb422cb6d21134d90d07b68]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/12 23:56:46 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [b6473ace446495b55def1d2b26a568e5f8e94b87]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/12 23:56:32 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [59dc2739650f66cd17c76f8da5a66bdf2fbd30c5]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/12 23:56:18 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [54e6479b19917a2feaf14e4c133490a0933af4c9]

        INTEGRATION: CWS jmf3 (1.1.1.1.2); FILE MERGED 2004/10/01 12:43:26 ka 1.1.1.1.2.1: #i33252#: update frame after repositoning

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [1a16e157857c5511c0485a52f82a825df5aef155]

        INTEGRATION: CWS jmf3 (1.1.1.1.2); FILE MERGED 2004/10/26 09:53:37 ka 1.1.1.1.2.1: use unambiguous URL for media player initialization

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [0c9879c1692199cd341deaa01038b74d921bdb72]

        INTEGRATION: CWS jmf3 (1.1.1.1.2); FILE MERGED 2004/11/03 10:19:53 ka 1.1.1.1.2.2: #i36550#: watch if Java is enabled or not 2004/10/04 10:53:17 ka 1.1.1.1.2.1: #i34778#: added help ids for mediaplayer

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [bb34f83d79118a22f5a08c976712db99a5266f8f]

        INTEGRATION: CWS jmf3 (1.1.1.1.2); FILE MERGED 2004/10/01 12:50:55 ka 1.1.1.1.2.1: removed debug output

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [79ddda58eb6a1402adca3635f09575f0c8306cfb]

        INTEGRATION: CWS jmf3 (1.2.2); FILE ADDED 2004/10/01 14:03:07 ka 1.2.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [af171eea6271e37ea0828853671082eeb3bbe7da]

        INTEGRATION: CWS jmf3 (1.1.1.1.2); FILE MERGED 2004/10/01 12:49:32 ka 1.1.1.1.2.1: optimized state handling

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [a68ef58852479a865fdd771a435285f5984e98bb]

        INTEGRATION: CWS jmf3 (1.1.1.1.2); FILE MERGED 2004/10/04 10:30:25 ka 1.1.1.1.2.1: #i34778#: added help ids for mediaplayer

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [26dc1757eed28ad6fbe2e5c756838c79c689ffe7]

        INTEGRATION: CWS jmf3 (1.1.1.1.2); FILE MERGED 2004/10/04 10:48:31 ka 1.1.1.1.2.3: syntax 2004/10/04 10:30:25 ka 1.1.1.1.2.2: #i34778#: added help ids for mediaplayer 2004/10/01 12:49:32 ka 1.1.1.1.2.1: optimized state handling

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [c0dafd388758e7006ca81b901e1481b47b83ea15]

        INTEGRATION: CWS jmf3 (1.1.1.1.2); FILE MERGED 2004/10/13 00:00:37 ka 1.1.1.1.2.1: added xine dir

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [3df2251498a9994c7e9e9174ed375be663c062c0]

        INTEGRATION: CWS jmf3 (1.1.2); FILE ADDED 2004/10/04 10:58:07 ka 1.1.2.1: initial revision

2004-11-03  Rüdiger Timm  <rt@openoffice.org>  [c86e07859edee1b80ac498aed123afb08efb195c]

        INTEGRATION: CWS iculecrash (1.31.16); FILE MERGED 2004/10/26 10:15:58 hdu 1.31.16.1: #i33003# ignore glyphs deleted or marked by icule

2004-11-03  Matthias Huetsch  <mhu@openoffice.org>  [bf34a95451648c85559abfe17d4dcf55763ae9a9]

        #i36556# Fixed osl_setCommandArgs() to ensure absolute path for argv[0]; see @ osl_getExecutableFile().

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [53cf395e0986c0c2cbe2b7659fa8f8ecbfbb6736]

        SRC680

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e9e8f7fb21f4d01bc1380cba50d062b9c9e9dae0]

        INTEGRATION: CWS hr8 (1.2.12); FILE MERGED 2004/11/02 19:10:20 ihi 1.2.12.2: Display error message when file creation failed and exit -1 2004/11/02 19:06:08 ihi 1.2.12.1: Display error message when file creation failed

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a5d82539f02d3d32eb110b0e5a0e7918ead09208]

        INTEGRATION: CWS pj10 (1.5.16); FILE MERGED 2004/11/03 09:02:07 pjanik 1.5.16.1: #i36548#: Add cp_canvas missing dependency.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f8f0b48d12cb2fadc17fac8467d2d70e3fd1e733]

        INTEGRATION: CWS pj10 (1.28.2); FILE MERGED 2004/11/03 08:59:09 pjanik 1.28.2.1: #i36549#: Fix duplicate target name wz_formwiz.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e69177e5e64042d8f5e2e4e241a23785e431f93c]

        INTEGRATION: CWS aw019 (1.18.18); FILE MERGED 2004/10/06 16:22:46 aw 1.18.18.2: #i34831# 2004/09/30 13:11:35 aw 1.18.18.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4ca310a077c085b1eac74bc8c1e29a6ebda8084a]

        INTEGRATION: CWS aw019 (1.17.116); FILE MERGED 2004/09/30 12:45:53 aw 1.17.116.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a87a558b45d1eb610a6dee004615c947c378ddfd]

        INTEGRATION: CWS aw019 (1.35.66); FILE MERGED 2004/09/30 12:45:52 aw 1.35.66.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [804f0628ca659cf30694585de5a0be0339ab3c1a]

        INTEGRATION: CWS aw019 (1.60.44); FILE MERGED 2004/10/21 16:00:33 aw 1.60.44.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [dcbf01a0178a2f4545fb40f634746d88ee33505f]

        INTEGRATION: CWS aw019 (1.108.6); FILE MERGED 2004/10/21 16:00:12 aw 1.108.6.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c030cbc23d8100e2ad26e8920c0948481e59269f]

        INTEGRATION: CWS aw019 (1.10.974); FILE MERGED 2004/09/28 15:53:32 aw 1.10.974.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [fa3d50df6580ae460f84873299bd9779f26a7478]

        INTEGRATION: CWS aw019 (1.12.974); FILE MERGED 2004/09/28 15:53:32 aw 1.12.974.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8f59783a75f61f0cd45a859707011e3f40bd9e2e]

        INTEGRATION: CWS aw019 (1.11.988); FILE MERGED 2004/09/28 15:53:32 aw 1.11.988.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [58ce7faad0e980f66b1a5eeed0bd2e4c679c5693]

        INTEGRATION: CWS aw019 (1.11.974); FILE MERGED 2004/09/28 15:53:31 aw 1.11.974.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [834d9e59ab098b9390fc6c960fb25bf52a54d194]

        INTEGRATION: CWS sal08 (1.6.80); FILE MERGED 2004/10/26 06:52:01 tra 1.6.80.1: #i26224#fix broken paths returned by the MS FileOpen dialog when typing something like d:test.oot in the file name edit field for instance

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [81d57c82bc567e7a8a7cf366fe1143d152224e76]

        INTEGRATION: CWS aw019 (1.11.398); FILE MERGED 2004/09/28 15:53:31 aw 1.11.398.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c82a8dfb4e0998592d70e4c0422bfef560e50c5c]

        INTEGRATION: CWS aw019 (1.8.994); FILE MERGED 2004/09/28 15:53:31 aw 1.8.994.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e7cdd32f9934b5821acc9cacd85c11bb16f62281]

        INTEGRATION: CWS aw019 (1.7.306); FILE MERGED 2004/10/05 13:15:34 aw 1.7.306.2: #i11190# 2004/09/28 15:53:30 aw 1.7.306.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [000045e75b05f1e914811c306a06885260718886]

        INTEGRATION: CWS aw019 (1.27.180); FILE MERGED 2004/09/28 15:53:29 aw 1.27.180.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [92b2f0fc0e8cd97bc31df09a981c4911cfafa55e]

        INTEGRATION: CWS aw019 (1.7.194); FILE MERGED 2004/10/21 15:53:32 aw 1.7.194.2: #i34831# 2004/09/28 15:53:29 aw 1.7.194.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [fcdf39fa3a4560de0017e7daf00f69f90588358f]

        INTEGRATION: CWS aw019 (1.11.396); FILE MERGED 2004/09/28 15:53:29 aw 1.11.396.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2cb164a741dc6b4805947c280dd31eb92f523798]

        INTEGRATION: CWS aw019 (1.18.818); FILE MERGED 2004/10/05 13:15:33 aw 1.18.818.2: #i11190# 2004/09/28 15:53:28 aw 1.18.818.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [fc4a67f675f1f84a81f41832d003bb929dbde61b]

        INTEGRATION: CWS aw019 (1.18.136); FILE MERGED 2004/10/06 16:18:24 aw 1.18.136.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d7c538596b147fd664b232eea0b684af7d8eca4c]

        INTEGRATION: CWS aw019 (1.19.136); FILE MERGED 2004/10/18 19:46:36 aw 1.19.136.2: RESYNC: (1.19-1.20); FILE MERGED 2004/10/06 16:18:24 aw 1.19.136.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ad7190765d8e5cf874d064043fb64862b61f052d]

        INTEGRATION: CWS aw019 (1.11.64); FILE MERGED 2004/10/18 19:46:29 aw 1.11.64.3: RESYNC: (1.11-1.13); FILE MERGED 2004/10/06 16:18:23 aw 1.11.64.2: #i34831# 2004/09/28 15:53:28 aw 1.11.64.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [493855a92f443535abca8fed0f04ac7c4668a85d]

        INTEGRATION: CWS aw019 (1.14.140); FILE MERGED 2004/09/28 15:53:27 aw 1.14.140.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ab882d5c72ac2ece2940e1c8ab5c80f76c6c92ca]

        INTEGRATION: CWS aw019 (1.3.426); FILE MERGED 2004/10/06 16:18:23 aw 1.3.426.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [93dc7be37fd3689b4158cf636f7440966d9f5313]

        INTEGRATION: CWS aw019 (1.17.448); FILE MERGED 2004/10/21 15:53:32 aw 1.17.448.4: #i34831# 2004/10/18 19:46:21 aw 1.17.448.3: RESYNC: (1.17-1.18); FILE MERGED 2004/10/06 16:18:23 aw 1.17.448.2: #i34831# 2004/09/28 15:53:27 aw 1.17.448.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [6bb813dae40539500175cf193508a692d89778d1]

        INTEGRATION: CWS aw019 (1.2.426); FILE MERGED 2004/10/21 15:53:31 aw 1.2.426.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a4e3897f9cc2f331680a9d5665826b9522cdbdaa]

        INTEGRATION: CWS aw019 (1.83.16); FILE MERGED 2004/09/28 15:53:24 aw 1.83.16.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [fda503d23b08af286f61bd6623743d195ddd67b8]

        INTEGRATION: CWS aw019 (1.6.448); FILE MERGED 2004/10/06 16:18:22 aw 1.6.448.2: #i34831# 2004/09/28 15:53:24 aw 1.6.448.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2619d10d819c1d1be2958a64f19ad8caf2953570]

        INTEGRATION: CWS aw019 (1.3.138); FILE MERGED 2004/10/06 16:18:22 aw 1.3.138.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [298ae43d3a5768a38abb558e75bcecc8bd96c591]

        INTEGRATION: CWS aw019 (1.20.138); FILE MERGED 2004/10/21 15:53:31 aw 1.20.138.4: #i34831# 2004/10/18 19:46:14 aw 1.20.138.3: RESYNC: (1.20-1.21); FILE MERGED 2004/10/06 16:18:22 aw 1.20.138.2: #i34831# 2004/09/28 15:53:24 aw 1.20.138.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [029b6ed384e03af3caaf4edb4a2eaf03bbd825ee]

        INTEGRATION: CWS aw019 (1.41.138); FILE MERGED 2004/10/21 15:53:31 aw 1.41.138.4: #i34831# 2004/10/18 19:46:07 aw 1.41.138.3: RESYNC: (1.41-1.42); FILE MERGED 2004/10/06 16:18:22 aw 1.41.138.2: #i34831# 2004/09/28 15:53:24 aw 1.41.138.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [66dc6760949bc534f1f8a1c766129971b700d7a5]

        INTEGRATION: CWS aw019 (1.43.136); FILE MERGED 2004/10/18 19:45:59 aw 1.43.136.2: RESYNC: (1.43-1.45); FILE MERGED 2004/09/28 15:53:23 aw 1.43.136.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e4e34561fad83b6ad63ae8587e5f0ff49a43947b]

        INTEGRATION: CWS aw019 (1.11.184); FILE MERGED 2004/10/06 16:18:21 aw 1.11.184.2: #i34831# 2004/09/28 15:53:23 aw 1.11.184.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [718fe6ac81d3308fa6e01ec1988b679bb586e2f0]

        INTEGRATION: CWS aw019 (1.16.16); FILE MERGED 2004/10/06 16:18:21 aw 1.16.16.2: #i34831# 2004/09/28 15:53:23 aw 1.16.16.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [9798dcc2d07441dcdbe88282f6303ebb5cbbf00d]

        INTEGRATION: CWS aw019 (1.7.250); FILE MERGED 2004/10/21 15:53:31 aw 1.7.250.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [30583f7d78468638c96f713e829b0fc9d9f0cb50]

        INTEGRATION: CWS aw019 (1.6.994); FILE MERGED 2004/10/18 19:45:52 aw 1.6.994.2: RESYNC: (1.6-1.7); FILE MERGED 2004/09/28 15:53:22 aw 1.6.994.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f3cefcfd0df43a0a8745b8045c1c2c70507ef929]

        INTEGRATION: CWS aw019 (1.13.306); FILE MERGED 2004/09/28 15:53:22 aw 1.13.306.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [3f0b1f0f5b85b8fa26e12e080ebc19e2f66c67f0]

        INTEGRATION: CWS aw019 (1.66.96); FILE MERGED 2004/10/18 19:45:45 aw 1.66.96.3: RESYNC: (1.66-1.67); FILE MERGED 2004/10/06 16:18:21 aw 1.66.96.2: #i34831# 2004/09/28 15:53:22 aw 1.66.96.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4eb765c8ebe7b63a292f6034d1a839d5d7267ec9]

        INTEGRATION: CWS aw019 (1.17.98); FILE MERGED 2004/10/21 15:53:30 aw 1.17.98.4: #i34831# 2004/10/18 19:45:37 aw 1.17.98.3: RESYNC: (1.17-1.18); FILE MERGED 2004/10/06 16:18:21 aw 1.17.98.2: #i34831# 2004/09/28 15:53:22 aw 1.17.98.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [057ebcd1f2ffc7d4013a9556a6146ef100af21bf]

        INTEGRATION: CWS aw019 (1.25.208); FILE MERGED 2004/10/21 15:53:30 aw 1.25.208.5: #i34831# 2004/10/18 19:45:30 aw 1.25.208.4: RESYNC: (1.25-1.26); FILE MERGED 2004/10/18 15:18:06 aw 1.25.208.3: #i34831# 2004/10/06 16:18:20 aw 1.25.208.2: #i34831# 2004/09/28 15:53:21 aw 1.25.208.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1ec0d96ebe55c368c67386430ea8eea63711ba45]

        INTEGRATION: CWS aw019 (1.16.140); FILE MERGED 2004/09/28 15:53:21 aw 1.16.140.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [cdf0dd36d659cf21d1573748aa6ff2e151dc6fb4]

        INTEGRATION: CWS aw019 (1.44.248); FILE MERGED 2004/10/21 15:53:30 aw 1.44.248.4: #i34831# 2004/10/18 19:45:22 aw 1.44.248.3: RESYNC: (1.44-1.45); FILE MERGED 2004/10/06 16:18:20 aw 1.44.248.2: #i34831# 2004/09/28 15:53:21 aw 1.44.248.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4922aa0cfa350581816783b03f0d958d45371fdc]

        INTEGRATION: CWS aw019 (1.2.66); FILE MERGED 2004/10/06 16:18:20 aw 1.2.66.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [80cf528b01e49afbcfd41a2df13654181bb06ab3]

        INTEGRATION: CWS aw019 (1.20.98); FILE MERGED 2004/10/21 15:53:30 aw 1.20.98.6: #i34831# 2004/10/18 19:45:13 aw 1.20.98.5: RESYNC: (1.20-1.21); FILE MERGED 2004/10/18 10:41:57 aw 1.20.98.4: #i34831# 2004/10/13 08:47:01 aw 1.20.98.3: #i34831# 2004/10/06 16:18:20 aw 1.20.98.2: #i34831# 2004/09/28 15:53:20 aw 1.20.98.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b2eb5110a3c22f3214b6110382ec4fcec28c3265]

        INTEGRATION: CWS aw019 (1.1.4); FILE ADDED 2004/10/18 10:41:57 aw 1.1.4.6: #i34831# 2004/10/14 12:29:52 aw 1.1.4.5: #i34831# 2004/10/13 14:04:49 aw 1.1.4.4: #i34831# 2004/10/13 08:47:01 aw 1.1.4.3: #i34831# 2004/10/07 13:37:19 aw 1.1.4.2: #i34831# 2004/10/06 16:20:32 aw 1.1.4.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4ba0041b512546e9654474496c85d071c2299f58]

        INTEGRATION: CWS aw019 (1.21.426); FILE MERGED 2004/10/28 14:21:52 aw 1.21.426.4: #i11190# 2004/10/28 12:01:52 aw 1.21.426.3: RESYNC: (1.22-1.23); FILE MERGED 2004/10/18 19:45:05 aw 1.21.426.2: RESYNC: (1.21-1.22); FILE MERGED 2004/09/28 15:53:20 aw 1.21.426.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8aafe65e99e14dc095d5c713dc01f640bb14a397]

        INTEGRATION: CWS aw019 (1.62.96); FILE MERGED 2004/10/21 15:53:29 aw 1.62.96.4: #i34831# 2004/10/18 19:44:58 aw 1.62.96.3: RESYNC: (1.62-1.63); FILE MERGED 2004/10/06 16:18:19 aw 1.62.96.2: #i34831# 2004/09/28 15:53:20 aw 1.62.96.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5073716d85a7e602074a95cba3bbd661c7f90d29]

        INTEGRATION: CWS aw019 (1.27.348); FILE MERGED 2004/10/21 15:53:29 aw 1.27.348.5: #i34831# 2004/10/18 19:44:51 aw 1.27.348.4: RESYNC: (1.27-1.28); FILE MERGED 2004/10/18 15:18:05 aw 1.27.348.3: #i34831# 2004/10/06 16:18:19 aw 1.27.348.2: #i34831# 2004/09/28 15:53:19 aw 1.27.348.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [215d3d0db61bb9b1b98838e312b30f73e0aca639]

        INTEGRATION: CWS aw019 (1.21.448); FILE MERGED 2004/10/21 15:53:29 aw 1.21.448.5: #i34831# 2004/10/18 19:44:43 aw 1.21.448.4: RESYNC: (1.21-1.22); FILE MERGED 2004/10/18 15:18:05 aw 1.21.448.3: #i34831# 2004/10/06 16:18:19 aw 1.21.448.2: #i34831# 2004/09/28 15:53:19 aw 1.21.448.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d7a8c24bb6a8575b212905670652d7ccfb83b5b9]

        INTEGRATION: CWS aw019 (1.16.16); FILE MERGED 2004/10/21 15:53:29 aw 1.16.16.4: #i34831# 2004/10/18 19:44:36 aw 1.16.16.3: RESYNC: (1.16-1.17); FILE MERGED 2004/10/06 16:18:18 aw 1.16.16.2: #i34831# 2004/09/28 15:53:19 aw 1.16.16.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [6eb83faf60c26f5d3bc03fe445e6538c7ba9b41c]

        INTEGRATION: CWS aw019 (1.67.66); FILE MERGED 2004/10/21 15:53:28 aw 1.67.66.8: #i34831# 2004/10/18 19:44:29 aw 1.67.66.7: RESYNC: (1.67-1.68); FILE MERGED 2004/10/18 15:18:04 aw 1.67.66.6: #i34831# 2004/10/18 10:41:56 aw 1.67.66.5: #i34831# 2004/10/13 08:47:00 aw 1.67.66.4: #i34831# 2004/10/06 16:18:18 aw 1.67.66.3: #i34831# 2004/10/05 13:15:32 aw 1.67.66.2: #i11190# 2004/09/28 15:53:18 aw 1.67.66.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [bbcb49e596103f4cc892f9aafcca7a84abbd568d]

        INTEGRATION: CWS aw019 (1.40.98); FILE MERGED 2004/10/21 15:53:28 aw 1.40.98.2: #i34831# 2004/09/28 15:53:18 aw 1.40.98.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [343ace0e088ab77b30fc8cf48a6d30918553513c]

        INTEGRATION: CWS aw019 (1.4.134); FILE MERGED 2004/10/21 15:53:28 aw 1.4.134.4: #i34831# 2004/10/18 19:44:21 aw 1.4.134.3: RESYNC: (1.4-1.7); FILE MERGED 2004/10/06 16:18:18 aw 1.4.134.2: #i34831# 2004/09/28 15:53:18 aw 1.4.134.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [393fb9c2377d7bc317faca7fdb936476ec6972ef]

        INTEGRATION: CWS aw019 (1.21.138); FILE MERGED 2004/10/18 19:44:12 aw 1.21.138.3: RESYNC: (1.21-1.22); FILE MERGED 2004/10/06 16:18:18 aw 1.21.138.2: #i34831# 2004/09/28 15:53:17 aw 1.21.138.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e38aa657983a3c2dd033c88541ce8dd9e0c61356]

        INTEGRATION: CWS aw019 (1.58.22); FILE MERGED 2004/10/21 15:53:27 aw 1.58.22.5: #i34831# 2004/10/18 19:44:05 aw 1.58.22.4: RESYNC: (1.58-1.59); FILE MERGED 2004/10/05 13:15:32 aw 1.58.22.3: #i11190# 2004/09/30 13:14:30 aw 1.58.22.2: #i11190# 2004/09/28 15:53:17 aw 1.58.22.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d46dabd5ca4ff43224cc660e359c7976cb8f23ff]

        INTEGRATION: CWS aw019 (1.7.448); FILE MERGED 2004/09/28 15:53:16 aw 1.7.448.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [47d8ea91c2d50a8adaed2f483155cae1ab8f5530]

        INTEGRATION: CWS aw019 (1.7.250); FILE MERGED 2004/09/28 15:53:16 aw 1.7.250.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2e1fa3503e67125877ec1d4bb585c3efab6f53ae]

        INTEGRATION: CWS aw019 (1.2.448); FILE MERGED 2004/10/18 19:43:55 aw 1.2.448.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/28 15:53:15 aw 1.2.448.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [788f5e34d2dc5ea505883222d65327146d9d2c57]

        INTEGRATION: CWS aw019 (1.3.138); FILE MERGED 2004/10/06 16:18:17 aw 1.3.138.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8165736f22df94eadac4cb8fd9def576e4548fd5]

        INTEGRATION: CWS aw019 (1.10.448); FILE MERGED 2004/09/28 15:53:15 aw 1.10.448.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [7b3b0c127e3b1700b483cb4faec9e9fe001f6923]

        INTEGRATION: CWS aw019 (1.20.184); FILE MERGED 2004/10/18 19:43:36 aw 1.20.184.2: RESYNC: (1.20-1.21); FILE MERGED 2004/10/05 13:15:32 aw 1.20.184.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c8d836f3f69782bb8e6750780107a528212d54c2]

        INTEGRATION: CWS aw019 (1.39.134); FILE MERGED 2004/10/18 19:43:29 aw 1.39.134.2: RESYNC: (1.39-1.41); FILE MERGED 2004/10/06 16:18:17 aw 1.39.134.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d5dbd070115109c57d67a0e3fb43f4daee6f9129]

        INTEGRATION: CWS aw019 (1.14.14); FILE MERGED 2004/10/18 19:43:19 aw 1.14.14.3: RESYNC: (1.14-1.15); FILE MERGED 2004/10/18 10:41:56 aw 1.14.14.2: #i34831# 2004/10/07 13:37:19 aw 1.14.14.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f4cd5407fd11a641af3173bb6e9e90dbf296b0d6]

        INTEGRATION: CWS aw019 (1.11.136); FILE MERGED 2004/10/18 19:43:12 aw 1.11.136.2: RESYNC: (1.11-1.12); FILE MERGED 2004/10/06 16:18:17 aw 1.11.136.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [9b9631d3cd455b0b3511d7cdb08c351f8294d1fc]

        INTEGRATION: CWS aw019 (1.6.138); FILE MERGED 2004/10/21 15:53:27 aw 1.6.138.3: #i34831# 2004/10/06 16:18:16 aw 1.6.138.2: #i34831# 2004/09/28 15:53:15 aw 1.6.138.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ad473b6381795afdfd923a8d1db9dcf218954d87]

        INTEGRATION: CWS aw019 (1.6.138); FILE MERGED 2004/10/21 15:53:27 aw 1.6.138.2: #i34831# 2004/10/06 16:18:16 aw 1.6.138.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5c6754cd321a79597c11e32244d418f5a7b3a6e1]

        INTEGRATION: CWS aw019 (1.2.304); FILE MERGED 2004/10/06 16:18:16 aw 1.2.304.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [37e8d7db92a63da32319adc7e2ce275ab2c78d6a]

        INTEGRATION: CWS aw019 (1.14.138); FILE MERGED 2004/10/06 16:18:16 aw 1.14.138.2: #i34831# 2004/09/28 15:53:14 aw 1.14.138.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c92e5acd768d6b38fddaec36f4bb0a8309bceb50]

        INTEGRATION: CWS aw019 (1.22.210); FILE MERGED 2004/10/05 13:15:31 aw 1.22.210.2: #i11190# 2004/09/28 15:53:14 aw 1.22.210.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [69ab935cb4eaf428d31419147418070c0c4f749a]

        INTEGRATION: CWS aw019 (1.12.62); FILE MERGED 2004/10/18 19:42:06 aw 1.12.62.2: RESYNC: (1.12-1.13); FILE MERGED 2004/10/06 16:18:16 aw 1.12.62.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [9a9804cc28ce0a2ee49a9f68db144210a8b241a7]

        INTEGRATION: CWS aw019 (1.3.448); FILE MERGED 2004/10/21 15:53:27 aw 1.3.448.2: #i34831# 2004/10/06 16:18:15 aw 1.3.448.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c786315bd4976a73c4fe115ec940a7753d4890d8]

        INTEGRATION: CWS aw019 (1.4.98); FILE MERGED 2004/09/28 15:53:13 aw 1.4.98.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5f160c95ff3f38e3c063a3a373b9544594e09db3]

        INTEGRATION: CWS aw019 (1.2.450); FILE MERGED 2004/09/28 15:53:13 aw 1.2.450.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5587ec27bf8b2e974d82671310fafa62da5e3277]

        INTEGRATION: CWS aw019 (1.3.430); FILE MERGED 2004/09/28 15:53:13 aw 1.3.430.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [40948e2d61a17920713a8fc1fa5741a83331864e]

        INTEGRATION: CWS aw019 (1.3.430); FILE MERGED 2004/09/28 15:53:12 aw 1.3.430.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [924ab64c7f67195f1d8bc2ad06dac4a77a29fc32]

        INTEGRATION: CWS aw019 (1.5.98); FILE MERGED 2004/09/28 15:53:12 aw 1.5.98.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [6fe4eb66aa555532bd5860da9e222c829f78c1fe]

        INTEGRATION: CWS aw019 (1.3.350); FILE MERGED 2004/09/28 15:53:12 aw 1.3.350.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e7b831fde3388ef0c9012d6645cd46180d4738c6]

        INTEGRATION: CWS aw019 (1.2.450); FILE MERGED 2004/09/28 15:53:12 aw 1.2.450.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [325a8b4aa4fdee797365028c0ad5c1948f4bc9e3]

        INTEGRATION: CWS aw019 (1.3.428); FILE MERGED 2004/10/06 16:18:15 aw 1.3.428.2: #i34831# 2004/09/28 15:53:12 aw 1.3.428.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [0c911989b7568a06254d807dea36de7425237d5f]

        INTEGRATION: CWS aw019 (1.2.450); FILE MERGED 2004/09/28 15:53:11 aw 1.2.450.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ab77d7b93d8d780c1c4631bb6d655c38df1f6a67]

        INTEGRATION: CWS aw019 (1.4.212); FILE MERGED 2004/09/28 15:53:11 aw 1.4.212.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [403f37f48da83c3ea3b9eb35f11bd081a1cc712f]

        INTEGRATION: CWS aw019 (1.2.450); FILE MERGED 2004/09/28 15:53:10 aw 1.2.450.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [02b807015b9d293b711b52172f7d1a10f7663cde]

        INTEGRATION: CWS aw019 (1.2.308); FILE MERGED 2004/10/18 19:41:36 aw 1.2.308.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/28 15:53:10 aw 1.2.308.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [865bd9ae594d0c2620a2cf232a13a1beb57c1d09]

        INTEGRATION: CWS aw019 (1.3.430); FILE MERGED 2004/09/28 15:53:10 aw 1.3.430.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1d1b2ef00fbf5338930991238f15e2801da84f94]

        INTEGRATION: CWS aw019 (1.4.252); FILE MERGED 2004/09/28 15:53:09 aw 1.4.252.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [086770a14d34fdc894431a6df982e3d7defef1bf]

        INTEGRATION: CWS aw019 (1.5.138); FILE MERGED 2004/10/18 19:40:18 aw 1.5.138.2: RESYNC: (1.5-1.6); FILE MERGED 2004/10/06 16:18:14 aw 1.5.138.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f4e102df60d92a548da860bf148b15d50a3be357]

        INTEGRATION: CWS aw019 (1.5.308); FILE MERGED 2004/10/18 19:39:41 aw 1.5.308.2: RESYNC: (1.5-1.6); FILE MERGED 2004/10/06 16:18:14 aw 1.5.308.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [682914bf23e271e6ecac71c64e27f0582bc82d0d]

        INTEGRATION: CWS aw019 (1.6.98); FILE MERGED 2004/10/14 12:29:52 aw 1.6.98.5: #i34831# 2004/10/13 14:04:49 aw 1.6.98.4: #i34831# 2004/10/13 08:47:00 aw 1.6.98.3: #i34831# 2004/10/07 13:37:19 aw 1.6.98.2: #i34831# 2004/10/06 16:18:14 aw 1.6.98.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [743c1544ee821cf69458238c3081163455741552]

        INTEGRATION: CWS aw019 (1.8.300); FILE MERGED 2004/09/28 15:53:08 aw 1.8.300.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [51481da789d6ded4f3750b8d7657d08628f35430]

        INTEGRATION: CWS aw019 (1.4.250); FILE MERGED 2004/09/28 15:53:08 aw 1.4.250.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [dfef87994e6b5d069565c433959c92e295b73a69]

        INTEGRATION: CWS aw019 (1.30.22); FILE MERGED 2004/10/18 19:36:28 aw 1.30.22.3: RESYNC: (1.30-1.31); FILE MERGED 2004/09/30 13:14:29 aw 1.30.22.2: #i11190# 2004/09/28 15:53:07 aw 1.30.22.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e15b03c0c3b4882bdf2b9a94056c3832e2b2983f]

        INTEGRATION: CWS aw019 (1.28.24); FILE MERGED 2004/10/18 19:36:21 aw 1.28.24.2: RESYNC: (1.28-1.29); FILE MERGED 2004/09/30 13:14:29 aw 1.28.24.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4732e18725fd373051ad5f27faa707038cc72f8f]

        INTEGRATION: CWS aw019 (1.33.16); FILE MERGED 2004/10/06 16:18:13 aw 1.33.16.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [0fdf09b95559f5496fd64febb8c9f82bc62ce6ba]

        INTEGRATION: CWS aw019 (1.21.300); FILE MERGED 2004/09/28 15:53:07 aw 1.21.300.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1804b82c13a47c5ded6f9ca7092df876f8edc717]

        INTEGRATION: CWS aw019 (1.8.448); FILE MERGED 2004/09/28 15:53:06 aw 1.8.448.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4723f9a352d67b5bd0614cd8973a387a53900f07]

        INTEGRATION: CWS aw019 (1.9.250); FILE MERGED 2004/09/28 15:53:06 aw 1.9.250.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [15726df0e52aec6aff544b00e32b461c5e24f364]

        INTEGRATION: CWS aw019 (1.9.298); FILE MERGED 2004/10/18 19:35:45 aw 1.9.298.2: RESYNC: (1.9-1.10); FILE MERGED 2004/09/28 15:53:05 aw 1.9.298.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [42c15468c45ab46db37796837a843f67cf2ffcd8]

        INTEGRATION: CWS aw019 (1.2.994); FILE MERGED 2004/09/28 15:53:05 aw 1.2.994.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [0542aed93bd7baa3e1ab87ce6c555ab5aea628ae]

        INTEGRATION: CWS aw019 (1.18.138); FILE MERGED 2004/10/06 16:18:13 aw 1.18.138.2: #i34831# 2004/09/28 15:53:05 aw 1.18.138.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [82f66d3c615647cbb60482114eeb8ad2a989820d]

        INTEGRATION: CWS aw019 (1.11.448); FILE MERGED 2004/10/06 16:18:12 aw 1.11.448.2: #i34831# 2004/09/28 15:53:04 aw 1.11.448.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5db4e2e6f5b67dbe217440c355830138bf748e3e]

        INTEGRATION: CWS aw019 (1.21.250); FILE MERGED 2004/09/28 15:53:04 aw 1.21.250.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f632182833b86189d5a6b8cbad8093b2ec603ddd]

        INTEGRATION: CWS aw019 (1.7.448); FILE MERGED 2004/10/06 16:18:12 aw 1.7.448.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [3e757398ae520dfa59072137209eb72c8f6bffc9]

        INTEGRATION: CWS aw019 (1.8.988); FILE MERGED 2004/10/06 16:18:12 aw 1.8.988.2: #i34831# 2004/09/28 15:53:03 aw 1.8.988.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b769e14fc34f7f560379aa9f72e936c37f05e26e]

        INTEGRATION: CWS aw019 (1.2.398); FILE MERGED 2004/09/28 15:53:02 aw 1.2.398.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [de2e82e142f06933fad8d3e900731c6d12a16d74]

        INTEGRATION: CWS aw019 (1.33.208); FILE MERGED 2004/10/18 19:35:27 aw 1.33.208.4: RESYNC: (1.33-1.34); FILE MERGED 2004/10/07 10:08:39 aw 1.33.208.3: #i34831# 2004/10/06 16:18:11 aw 1.33.208.2: #i34831# 2004/09/28 15:53:02 aw 1.33.208.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e3c8c249927d17f3cd4c4acac1f1982833facaa6]

        INTEGRATION: CWS aw019 (1.17.208); FILE MERGED 2004/10/06 16:18:11 aw 1.17.208.2: #i34831# 2004/09/28 15:53:01 aw 1.17.208.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4687749a2a503f8c35a532cb60c6f134011f336b]

        INTEGRATION: CWS aw019 (1.15.208); FILE MERGED 2004/10/06 16:18:11 aw 1.15.208.2: #i34831# 2004/09/28 15:53:01 aw 1.15.208.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d1aa608c3350dc45cf82b4e005e38e300f802968]

        INTEGRATION: CWS aw019 (1.3.138); FILE MERGED 2004/10/06 16:18:11 aw 1.3.138.2: #i34831# 2004/09/28 15:53:00 aw 1.3.138.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [6ecf0c5cde2f6911835a456801b2e95685515138]

        INTEGRATION: CWS aw019 (1.9.972); FILE MERGED 2004/10/06 16:18:11 aw 1.9.972.2: #i34831# 2004/09/28 15:53:00 aw 1.9.972.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [01a313ae3c6648bc1a598ab9a816ef03c74818d3]

        INTEGRATION: CWS aw019 (1.2.994); FILE MERGED 2004/09/28 15:52:59 aw 1.2.994.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [10201d853a7dbdad32fd3cf3d9dd225d7f36d41d]

        INTEGRATION: CWS aw019 (1.6.426); FILE MERGED 2004/10/21 15:53:26 aw 1.6.426.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1a7f19b61e5b1c9e6cd7da95911cd8ce8e271626]

        INTEGRATION: CWS aw019 (1.17.14); FILE MERGED 2004/10/18 19:33:34 aw 1.17.14.2: RESYNC: (1.17-1.18); FILE MERGED 2004/09/28 15:52:59 aw 1.17.14.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [3d9866addde99982dbba0b64c473702ffe54dadd]

        INTEGRATION: CWS aw019 (1.16.398); FILE MERGED 2004/10/05 15:44:21 aw 1.16.398.1: #i34740#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f4a61de90b0dabd292f7aaf899008ba8b5397da1]

        INTEGRATION: CWS aw019 (1.19.398); FILE MERGED 2004/10/05 15:44:20 aw 1.19.398.1: #i34740#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [dcc74fdc0237c7d6381ec129e60bc1a063f40f92]

        INTEGRATION: CWS aw019 (1.4.448); FILE MERGED 2004/10/18 19:30:32 aw 1.4.448.2: RESYNC: (1.4-1.5); FILE MERGED 2004/10/06 16:18:10 aw 1.4.448.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [282fa3d999d9fba603c55eecc3822803eeb700b5]

        INTEGRATION: CWS aw019 (1.20.72); FILE MERGED 2004/10/21 15:53:25 aw 1.20.72.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e77a8246b2478fe5da351e85a3d1e677e1f7105f]

        INTEGRATION: CWS aw019 (1.23.98); FILE MERGED 2004/10/06 16:18:10 aw 1.23.98.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f3e0ae7bc01393e355f8df82cf1002475238b2af]

        INTEGRATION: CWS aw019 (1.4.138); FILE MERGED 2004/10/21 15:53:25 aw 1.4.138.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [57e657ce3f5f484b20953e48280ae7c8bdf76d04]

        INTEGRATION: CWS aw019 (1.5.138); FILE MERGED 2004/10/06 16:18:10 aw 1.5.138.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [15f83209e760f2a625cc1007b4783c4b381af4c4]

        INTEGRATION: CWS aw019 (1.3.6); FILE MERGED 2004/10/21 15:53:25 aw 1.3.6.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [3f029c946b809612e11ae5039c77a116cb2e1fb5]

        INTEGRATION: CWS aw019 (1.4.6); FILE MERGED 2004/10/21 15:53:24 aw 1.4.6.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [163cbe8120b2ecfeeb35ff2f7b40a1dc33a96e94]

        INTEGRATION: CWS aw019 (1.8.978); FILE MERGED 2004/09/28 15:52:58 aw 1.8.978.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [22b4ecce9136e3dad385cbf0bfff557c42e88495]

        INTEGRATION: CWS aw019 (1.44.350); FILE MERGED 2004/09/28 15:52:58 aw 1.44.350.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [34f989dbc858cc653055b155ecc570650fee93fb]

        INTEGRATION: CWS aw019 (1.2.450); FILE MERGED 2004/09/28 15:52:26 aw 1.2.450.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2219be6fce26b7c7f7b7256831f9623b4ee7d25a]

        INTEGRATION: CWS aw019 (1.2.450); FILE MERGED 2004/09/28 15:52:25 aw 1.2.450.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f812321decdd71dd0ae4509082a1994e5df8fc5e]

        INTEGRATION: CWS aw019 (1.2.450); FILE MERGED 2004/09/28 15:52:24 aw 1.2.450.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [eb5797c1a8d39212fe6368719e1ad4b7bb5e252e]

        INTEGRATION: CWS aw019 (1.2.450); FILE MERGED 2004/09/28 15:52:23 aw 1.2.450.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [42c3ab5416952ad33d192eb2dd4b9c8b2840e05b]

        INTEGRATION: CWS aw019 (1.5.138); FILE MERGED 2004/10/18 19:19:45 aw 1.5.138.2: RESYNC: (1.5-1.6); FILE MERGED 2004/10/06 16:17:52 aw 1.5.138.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [32f2b9ba3784c2ee6344884f3ac47475a183d8ac]

        INTEGRATION: CWS aw019 (1.1.1.1.1012); FILE MERGED 2004/10/21 15:53:09 aw 1.1.1.1.1012.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e21f6afe2382a5a46ede8f880d1af10afdaff541]

        INTEGRATION: CWS aw019 (1.12.66); FILE MERGED 2004/10/05 13:14:51 aw 1.12.66.2: #i11190# 2004/09/28 15:52:18 aw 1.12.66.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [0903f5c51c8d318bfe3335c8cc2020e29ae4c7b1]

        INTEGRATION: CWS aw019 (1.2.138); FILE MERGED 2004/10/06 16:17:50 aw 1.2.138.2: #i34831# 2004/09/28 15:52:17 aw 1.2.138.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e39838888092a062f68a5777598952640609e3cf]

        INTEGRATION: CWS aw019 (1.1.1.1.1012); FILE MERGED 2004/10/06 16:17:49 aw 1.1.1.1.1012.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1c02dead5061a28c03f91b023bb09069cc24b77c]

        INTEGRATION: CWS aw019 (1.2.426); FILE MERGED 2004/10/05 13:14:51 aw 1.2.426.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d804f7a8f4ebdf468a188fed1a75294825852a3b]

        INTEGRATION: CWS aw019 (1.2.976); FILE MERGED 2004/10/06 16:17:39 aw 1.2.976.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [011e4ed6280c2db6e078916f084ade123fe1a517]

        INTEGRATION: CWS aw019 (1.1.1.1.1012); FILE MERGED 2004/09/28 15:52:03 aw 1.1.1.1.1012.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c7a46e2bc9ad2b9e13bad72ee7e18169cd2f7130]

        INTEGRATION: CWS aw019 (1.4.24); FILE MERGED 2004/09/28 15:52:02 aw 1.4.24.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [31a4caa41651e82026f9f9a7315bcb3ed63f248b]

        INTEGRATION: CWS aw019 (1.1.1.1.1012); FILE MERGED 2004/10/06 16:17:37 aw 1.1.1.1.1012.2: #i34831# 2004/09/28 15:52:01 aw 1.1.1.1.1012.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [fbfc8a9bce32f05cfd9803f3d4c2965d23d16c6a]

        INTEGRATION: CWS aw019 (1.2.976); FILE MERGED 2004/10/06 16:17:37 aw 1.2.976.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e049f6699b170d41e9fc5fdfe724d44fbff136d1]

        INTEGRATION: CWS aw019 (1.2.8); FILE MERGED 2004/10/21 15:54:59 aw 1.2.8.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5a8667acaf63851b9e31375d96241c020f6b4c38]

        INTEGRATION: CWS aw019 (1.81.16); FILE MERGED 2004/10/18 18:46:32 aw 1.81.16.2: RESYNC: (1.81-1.82); FILE MERGED 2004/09/30 13:15:06 aw 1.81.16.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4bc8f3bc6347cd8a6a072b727ab2e40a1fb5060e]

        INTEGRATION: CWS aw019 (1.12.328); FILE MERGED 2004/10/18 18:31:36 aw 1.12.328.2: RESYNC: (1.12-1.13); FILE MERGED 2004/09/30 12:35:01 aw 1.12.328.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e6fbcdcc40bad49126f251dccbc66cc6312c4e73]

        INTEGRATION: CWS aw019 (1.9.210); FILE MERGED 2004/10/18 18:24:10 aw 1.9.210.2: RESYNC: (1.9-1.11); FILE MERGED 2004/10/18 12:52:45 aw 1.9.210.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b4227ae784eb26a5f068269af645bed6484a5858]

        INTEGRATION: CWS aw019 (1.28.18); FILE MERGED 2004/10/06 16:26:46 aw 1.28.18.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a271c61ee1196bf991cfa5a84d19a10154b5342e]

        INTEGRATION: CWS aw019 (1.5.18); FILE MERGED 2004/10/06 16:26:46 aw 1.5.18.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [86aa5b52ae196c37ec71aa662f36fa35ab340f3e]

        INTEGRATION: CWS aw019 (1.25.52); FILE MERGED 2004/10/28 11:43:42 aw 1.25.52.3: RESYNC: (1.27-1.28); FILE MERGED 2004/10/18 18:11:28 aw 1.25.52.2: RESYNC: (1.25-1.27); FILE MERGED 2004/09/30 13:15:06 aw 1.25.52.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [03fa7a50840adf834e2117ffe004dfee29d1d5fa]

        INTEGRATION: CWS aw019 (1.15.130); FILE MERGED 2004/10/06 16:26:45 aw 1.15.130.2: #i34831# 2004/09/30 12:34:59 aw 1.15.130.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5048b2b2b4ab25792f2f6b57b2ba7d1911ad6916]

        INTEGRATION: CWS aw019 (1.32.18); FILE MERGED 2004/10/18 18:09:44 aw 1.32.18.2: RESYNC: (1.32-1.33); FILE MERGED 2004/10/06 16:26:45 aw 1.32.18.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [550b3e0c1ef68407facd06a4075b9cdfd0a02b89]

        INTEGRATION: CWS aw019 (1.26.132); FILE MERGED 2004/10/18 18:06:44 aw 1.26.132.2: RESYNC: (1.26-1.27); FILE MERGED 2004/09/30 12:34:59 aw 1.26.132.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [dd9d7e02fc166633d7d92ba45f05b5a96f4241eb]

        INTEGRATION: CWS aw019 (1.13.18); FILE MERGED 2004/10/06 16:26:45 aw 1.13.18.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [176336de6dc3f0d43f74fd8d436b5eb6411b331b]

        INTEGRATION: CWS sb22 (1.6.18); FILE MERGED 2004/10/22 07:43:25 sb 1.6.18.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [50f766652d5677ff38d17680d9dc30ef591c23d7]

        INTEGRATION: CWS aw019 (1.29.8); FILE MERGED 2004/10/28 11:40:17 aw 1.29.8.3: RESYNC: (1.30-1.31); FILE MERGED 2004/10/18 17:54:07 aw 1.29.8.2: RESYNC: (1.29-1.30); FILE MERGED 2004/09/30 13:12:13 aw 1.29.8.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e5280be2e6bcdaee7198f5727386286baec63041]

        INTEGRATION: CWS aw019 (1.21.42); FILE MERGED 2004/10/18 17:51:33 aw 1.21.42.3: RESYNC: (1.21-1.22); FILE MERGED 2004/10/06 16:23:42 aw 1.21.42.2: #i34831# 2004/09/30 10:16:58 aw 1.21.42.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5257597f17f6d5ea54e29d7e9645835640987759]

        INTEGRATION: CWS aw019 (1.15.44); FILE MERGED 2004/10/06 16:23:42 aw 1.15.44.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e19236a87c006326779a1d0256601a1d5d38953e]

        INTEGRATION: CWS aw019 (1.6.156); FILE MERGED 2004/10/06 16:23:41 aw 1.6.156.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [cf2ad7852ed4e8aedcaeb044023f8f573c96fe63]

        INTEGRATION: CWS aw019 (1.3.272); FILE MERGED 2004/10/18 17:48:58 aw 1.3.272.3: RESYNC: (1.3-1.4); FILE MERGED 2004/10/06 16:23:41 aw 1.3.272.2: #i34831# 2004/09/30 10:16:58 aw 1.3.272.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c67b676f6e744d9d84d175114ed9c43048210ddc]

        INTEGRATION: CWS aw019 (1.2.4); FILE MERGED 2004/10/21 15:48:45 aw 1.2.4.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [0a50781e3bc10a106b99fd718de2c315fbb7ffab]

        INTEGRATION: CWS aw019 (1.22.8); FILE MERGED 2004/10/18 17:37:54 aw 1.22.8.2: RESYNC: (1.22-1.26); FILE MERGED 2004/09/30 10:16:57 aw 1.22.8.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [6421985f409e925ea36ba487efaf55c270a9cbbb]

        INTEGRATION: CWS aw019 (1.22.66); FILE MERGED 2004/10/18 17:38:12 aw 1.22.66.2: RESYNC: (1.22-1.23); FILE MERGED 2004/09/30 13:12:13 aw 1.22.66.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [02d12ee9d9f4e2d19f67a3a37d775727cccc259e]

        INTEGRATION: CWS aw019 (1.3.156); FILE MERGED 2004/09/30 10:16:57 aw 1.3.156.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d3bd486ca63480ce3289040bfe75f4224f66d34b]

        INTEGRATION: CWS aw019 (1.30.8); FILE MERGED 2004/10/18 17:30:43 aw 1.30.8.2: RESYNC: (1.30-1.32); FILE MERGED 2004/09/30 10:16:56 aw 1.30.8.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [515944a93de6d89e405841031d54e0b9a93a89ed]

        INTEGRATION: CWS aw019 (1.25.8); FILE MERGED 2004/10/18 17:30:27 aw 1.25.8.2: RESYNC: (1.25-1.26); FILE MERGED 2004/09/30 10:16:56 aw 1.25.8.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b260dce7fb0fd82dee790569b29d13bf490fc16e]

        INTEGRATION: CWS sb22 (1.9.54); FILE MERGED 2004/10/22 07:42:29 sb 1.9.54.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a577d6b99a0f315682ce1bf6d8dc49e59b941f48]

        INTEGRATION: CWS aw019 (1.45.10); FILE MERGED 2004/09/30 10:16:56 aw 1.45.10.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [23457dd21406b4057b0f38e380ca0cded3fb8240]

        INTEGRATION: CWS sb22 (1.53.30); FILE MERGED 2004/10/22 07:42:29 sb 1.53.30.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4bcfb19dc03968c6845883668d99df393dbdcba3]

        INTEGRATION: CWS aw019 (1.2.156); FILE MERGED 2004/09/30 10:16:55 aw 1.2.156.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5b6f8b018847749d5e9b3cc7f73f86ea4ce87bfb]

        INTEGRATION: CWS aw019 (1.11.154); FILE MERGED 2004/10/18 17:28:29 aw 1.11.154.2: RESYNC: (1.11-1.12); FILE MERGED 2004/09/30 10:16:55 aw 1.11.154.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b670633f940815646ba24da9b12657748ba1e088]

        INTEGRATION: CWS aw019 (1.83.10); FILE MERGED 2004/09/30 10:16:54 aw 1.83.10.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e68c7ff3515532cba37588755f1719918d0a549a]

        INTEGRATION: CWS sb22 (1.17.110); FILE MERGED 2004/10/22 07:29:19 sb 1.17.110.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4f6c644f408b5db0fb4e75d2a980fe2faed9d00c]

        INTEGRATION: CWS sb22 (1.3.16); FILE MERGED 2004/10/14 10:55:27 sb 1.3.16.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 13:53:48 sb 1.3.16.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ca60497922e7bf7fd6491459b74e16a71ef7674c]

        INTEGRATION: CWS sb22 (1.3.16); FILE MERGED 2004/10/14 10:55:26 sb 1.3.16.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 13:53:48 sb 1.3.16.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [7230e33467ea737aea417427ec031c0683f3df9d]

        INTEGRATION: CWS sb22 (1.3.16); FILE MERGED 2004/10/14 10:55:26 sb 1.3.16.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 13:53:47 sb 1.3.16.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1dfd984b50caec6d4da0a36991c8506765645217]

        INTEGRATION: CWS sb22 (1.34.22); FILE MERGED 2004/10/22 07:31:07 sb 1.34.22.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [58550a94d6e46d1830e58ea3e65fe4a1f388cfe8]

        INTEGRATION: CWS sb22 (1.19.32); FILE MERGED 2004/10/22 07:31:07 sb 1.19.32.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [7954069118dca6329cbfed95c55660d5af448217]

        INTEGRATION: CWS sb22 (1.8.32); FILE MERGED 2004/10/14 10:56:42 sb 1.8.32.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 13:18:46 sb 1.8.32.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b979d6297190b34458429a9374806e39e7bc50a2]

        INTEGRATION: CWS sb22 (1.5.22); FILE MERGED 2004/09/20 12:05:31 sb 1.5.22.1: #109743# Cleaned up.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [974f3ed83bc147c0bf1325c439d2bbd39a80a1d4]

        INTEGRATION: CWS sb22 (1.3.22); FILE MERGED 2004/09/20 12:05:32 sb 1.3.22.1: #109743# Cleaned up.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d1bdbfa91a77c96af1326067990e8d5cd731d227]

        INTEGRATION: CWS sb22 (1.19.22); FILE MERGED 2004/10/22 07:32:02 sb 1.19.22.3: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries. 2004/10/18 10:31:51 sb 1.19.22.2: RESYNC: (1.19-1.20); FILE MERGED 2004/09/20 12:06:06 sb 1.19.22.1: #109743# Removed obsolete version map files.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [63f00b04ca53606d27164ec004024b3d46080a78]

        INTEGRATION: CWS sb22 (1.2.22); FILE MERGED 2004/08/20 14:35:28 sb 1.2.22.1: #109743# Improved API; disabled copy construction.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4b860e1fbbe7acd81ca72c4c5a5988c6832bdd9f]

        INTEGRATION: CWS sb22 (1.1.2); FILE ADDED 2004/09/20 12:07:08 sb 1.1.2.1: #109743# Make tests run on all platforms.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c62a55b37f5d8918aa25e2f6876a016b0da13ebc]

        INTEGRATION: CWS sb22 (1.1.2); FILE ADDED 2004/08/20 14:37:58 sb 1.1.2.1: #109743# Test that the API exports the necessary symbols.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [3c436e26526d1625428086a5eb029488d54ceaa7]

        INTEGRATION: CWS sb22 (1.1.2); FILE ADDED 2004/09/20 12:06:52 sb 1.1.2.2: #109743# Make tests run on all platforms. 2004/08/20 14:37:47 sb 1.1.2.1: #109743# Test that the API exports the necessary symbols.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [94adccc44fa0fbea713d9f87b2a0d9a9cfcf34f1]

        INTEGRATION: CWS sb22 (1.7.22); FILE MERGED 2004/10/22 07:32:01 sb 1.7.22.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2a200bf3a3597b320c0ddc85d4d5bd406d26d29a]

        INTEGRATION: CWS sb22 (1.2.22); FILE MERGED 2004/09/20 12:03:28 sb 1.2.22.2: #109743# Fixed signatures of undefined assignment operators for abstract classes. 2004/08/20 10:40:56 sb 1.2.22.1: #109743# Improved API; disabled copy construction.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8a33ebf9a589d21540120de82c8ff5dee2008889]

        INTEGRATION: CWS sb22 (1.12.16); FILE MERGED 2004/10/22 07:33:28 sb 1.12.16.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e9f16ec9b73fb32ad860119492cd9f0fee95e86d]

        INTEGRATION: CWS sb22 (1.4.96); FILE MERGED 2004/10/14 10:54:27 sb 1.4.96.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:45:29 sb 1.4.96.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [7793cc6b5f94ee86d7e62a3d76a5033f870ce2d1]

        INTEGRATION: CWS sb22 (1.8.8); FILE MERGED 2004/10/18 10:31:43 sb 1.8.8.3: RESYNC: (1.8-1.9); FILE MERGED 2004/10/14 10:54:27 sb 1.8.8.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:45:28 sb 1.8.8.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [27112333457f953b7d6408bc6a2799316eadd492]

        INTEGRATION: CWS sb22 (1.3.168); FILE MERGED 2004/10/14 10:54:48 sb 1.3.168.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:45:10 sb 1.3.168.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e41b9918a3b2898d65177ec66b54c0c861f38e36]

        INTEGRATION: CWS sb22 (1.2.170); FILE MERGED 2004/10/14 10:54:48 sb 1.2.170.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:45:10 sb 1.2.170.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8301dabe36aec4649b0512a20da5e074fde8810e]

        INTEGRATION: CWS sb22 (1.2.170); FILE MERGED 2004/10/14 10:54:48 sb 1.2.170.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:45:09 sb 1.2.170.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5f673628332049527582a2c5ebdb16b391e96ca6]

        INTEGRATION: CWS sb22 (1.13.22); FILE MERGED 2004/09/27 11:25:31 sb 1.13.22.1: #i34239# Fixed mistake that prevented sequence<boolean> optimization from happening.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [096ffce72f7d85d9779dd2c64ded1fa6b22ca005]

        INTEGRATION: CWS sb22 (1.2.48); FILE MERGED 2004/09/27 14:29:35 sb 1.2.48.1: #i34673# Fixed problem with more aggresive inlining of GCC 3.4.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [38fdd79f131d91af49192e5f2b48277d1a76b36f]

        INTEGRATION: CWS sb22 (1.4.36); FILE MERGED 2004/09/27 14:29:35 sb 1.4.36.1: #i34673# Fixed problem with more aggresive inlining of GCC 3.4.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [299c741dda86f1515d12d65a7b74ccd976462656]

        INTEGRATION: CWS sb22 (1.4.138); FILE MERGED 2004/09/27 14:29:34 sb 1.4.138.1: #i34673# Fixed problem with more aggresive inlining of GCC 3.4.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [facb22674a9f59d042bd1585056133c566628b30]

        INTEGRATION: CWS sb22 (1.22.26); FILE MERGED 2004/10/22 07:30:01 sb 1.22.26.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [999a61e8309d63aa5c82c07522ad743d354b8ac2]

        INTEGRATION: CWS sb22 (1.10.92); FILE MERGED 2004/10/22 07:32:22 sb 1.10.92.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [641a704381557148da94a584cecec1de7c1f3f7f]

        INTEGRATION: CWS sb22 (1.23.26); FILE MERGED 2004/10/28 12:30:03 sb 1.23.26.1: #i35020# Fixed regression introduced by fix for i34835.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ea57fd2a536535f9bd2202f22e4e122765a2fb0b]

        INTEGRATION: CWS aw019 (1.53.12); FILE MERGED 2004/10/18 17:16:15 aw 1.53.12.3: RESYNC: (1.53-1.54); FILE MERGED 2004/09/30 13:13:36 aw 1.53.12.2: #i11190# 2004/09/29 14:30:18 aw 1.53.12.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [53c1e7db9f4010d7ee29274a514d3caf7356f16b]

        INTEGRATION: CWS sb22 (1.48.18); FILE MERGED 2004/10/22 07:35:42 sb 1.48.18.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4eb519912aecd3573956778e8dc4547813f4f22c]

        INTEGRATION: CWS aw019 (1.20.10); FILE MERGED 2004/10/18 17:15:13 aw 1.20.10.2: RESYNC: (1.20-1.21); FILE MERGED 2004/09/29 14:30:18 aw 1.20.10.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c560132b57fbdd807f9d923eaa7edb939826af40]

        INTEGRATION: CWS sb22 (1.25.32); FILE MERGED 2004/10/22 07:35:42 sb 1.25.32.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [fb7efa89ab15bd922967e8622e57d414f1bf7c2e]

        INTEGRATION: CWS sb22 (1.85.18); FILE MERGED 2004/10/22 07:35:42 sb 1.85.18.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8edcb39bf9685e5086c022e37d40e39b8fea3a86]

        INTEGRATION: CWS aw019 (1.11.240); FILE MERGED 2004/09/29 14:30:17 aw 1.11.240.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [cbbd38951aa7e620f75a248ac293fd24eadbfe38]

        INTEGRATION: CWS aw019 (1.64.14); FILE MERGED 2004/09/29 14:30:17 aw 1.64.14.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [29621b5f49376f766f5df747b02280bc4e1c08ee]

        INTEGRATION: CWS sb22 (1.152.30); FILE MERGED 2004/10/22 07:35:42 sb 1.152.30.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [dbe62bb990fb34660c937ea05e84b17fe5398686]

        INTEGRATION: CWS aw019 (1.3.40); FILE MERGED 2004/10/18 17:08:34 aw 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/06 16:25:26 aw 1.3.40.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [731d0ecbe6b00feb08d25f74f1937a7a579d9206]

        INTEGRATION: CWS sb22 (1.75.10); FILE MERGED 2004/10/22 07:35:41 sb 1.75.10.3: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries. 2004/10/18 10:22:53 sb 1.75.10.2: RESYNC: (1.75-1.78); FILE MERGED 2004/10/15 09:02:29 sb 1.75.10.1: Removed unused SALTLS/ZIPLIB.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [37586ff97dd23640d46dca89f7d6b11487483b47]

        INTEGRATION: CWS sb22 (1.83.18); FILE MERGED 2004/10/22 07:35:41 sb 1.83.18.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4e58ec7432f85bf0e9fb9bc6d8ac1020e7902865]

        INTEGRATION: CWS sb22 (1.73.18); FILE MERGED 2004/10/22 07:35:41 sb 1.73.18.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [3a0430903725be3cd145d14facd2d8dcfd68973d]

        INTEGRATION: CWS aw019 (1.8.80); FILE MERGED 2004/09/29 14:30:16 aw 1.8.80.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [710716f1014a77a1d5f47dbab21727560f16dc93]

        INTEGRATION: CWS aw019 (1.2.4); FILE MERGED 2004/10/21 15:51:14 aw 1.2.4.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [46671b5740f63cd116dd5c7123886b8d885220ef]

        INTEGRATION: CWS aw019 (1.12.218); FILE MERGED 2004/10/21 15:51:13 aw 1.12.218.2: #i34831# 2004/09/29 14:30:16 aw 1.12.218.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [68f5b0afe38411447f659e84199723afb28ab1cc]

        INTEGRATION: CWS aw019 (1.3.448); FILE MERGED 2004/09/29 14:30:15 aw 1.3.448.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [0e18bda6b2aa4afadaf46fdf906617cafc747ad2]

        INTEGRATION: CWS aw019 (1.8.24); FILE MERGED 2004/09/29 14:30:15 aw 1.8.24.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d0da6f39f4ba555094b6473f62f40da3a20460cc]

        INTEGRATION: CWS aw019 (1.16.80); FILE MERGED 2004/10/06 16:25:24 aw 1.16.80.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [17600ed2bc6cf807d0f6a2f4054be2591811b3c5]

        INTEGRATION: CWS aw019 (1.35.22); FILE MERGED 2004/10/18 16:56:23 aw 1.35.22.3: RESYNC: (1.35-1.36); FILE MERGED 2004/09/30 13:13:35 aw 1.35.22.2: #i11190# 2004/09/29 14:30:15 aw 1.35.22.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [81c771137414e7f108d6667972c550b3412e6333]

        INTEGRATION: CWS aw019 (1.7.214); FILE MERGED 2004/10/18 16:55:57 aw 1.7.214.2: RESYNC: (1.7-1.8); FILE MERGED 2004/09/29 14:30:14 aw 1.7.214.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [74ea5ce88e1c75695966065a31bbd7d0805d461d]

        INTEGRATION: CWS aw019 (1.27.228); FILE MERGED 2004/09/29 14:30:14 aw 1.27.228.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [661e73eb14feb13722623c2732cee5d9695777d4]

        INTEGRATION: CWS sb22 (1.2.22); FILE MERGED 2004/10/14 10:56:21 sb 1.2.22.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:50 sb 1.2.22.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a4c4cc3452b847945d16d2172884ae7a5411dabb]

        INTEGRATION: CWS aw019 (1.20.14); FILE MERGED 2004/09/29 14:30:13 aw 1.20.14.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [0cd474b60068b9c19bda00c6c5b1ca1d71269d59]

        INTEGRATION: CWS sb22 (1.2.132); FILE MERGED 2004/10/14 10:56:21 sb 1.2.132.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:50 sb 1.2.132.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [69a1000c89e184197d813212b21b77b1cabf30a5]

        INTEGRATION: CWS aw019 (1.1.1.1.580); FILE MERGED 2004/10/21 15:51:13 aw 1.1.1.1.580.2: #i34831# 2004/09/29 14:30:13 aw 1.1.1.1.580.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [839de1536161bf08c62efca31d27b3a94ae1caaf]

        INTEGRATION: CWS sb22 (1.15.14); FILE MERGED 2004/10/14 10:56:21 sb 1.15.14.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:50 sb 1.15.14.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [080d4efd59a4ae50a30121452c97db647bc7ef04]

        INTEGRATION: CWS aw019 (1.28.78); FILE MERGED 2004/10/18 16:52:10 aw 1.28.78.2: RESYNC: (1.28-1.29); FILE MERGED 2004/09/29 14:30:13 aw 1.28.78.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [55863476b2fa19f2d7f2ee05916fafb5831c9af6]

        INTEGRATION: CWS sb22 (1.3.14); FILE MERGED 2004/10/14 10:56:20 sb 1.3.14.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:50 sb 1.3.14.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [cb3ad344acd780a9a42793c56e3dfe006a2b9166]

        INTEGRATION: CWS aw019 (1.70.80); FILE MERGED 2004/10/18 16:51:52 aw 1.70.80.2: RESYNC: (1.70-1.71); FILE MERGED 2004/09/29 14:30:12 aw 1.70.80.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a4d7cfbe823b61fbe5fe1a22db952c06e89d9b5e]

        INTEGRATION: CWS sb22 (1.2.22); FILE MERGED 2004/10/14 10:56:20 sb 1.2.22.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:50 sb 1.2.22.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d3842819178afb67e3d7f134b79a55676679d30c]

        INTEGRATION: CWS aw019 (1.4.564); FILE MERGED 2004/09/29 14:30:12 aw 1.4.564.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c7f7621d2c0287f2d910844ca906332c9f3127ec]

        INTEGRATION: CWS aw019 (1.6.448); FILE MERGED 2004/09/29 14:30:12 aw 1.6.448.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ad14e692ab02e07678806b762cf85a6da20a7b1b]

        INTEGRATION: CWS sb22 (1.4.14); FILE MERGED 2004/10/14 10:56:20 sb 1.4.14.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:49 sb 1.4.14.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [fba3ab2c1e22f5c5ef73fe260cb963c71783d5e2]

        INTEGRATION: CWS aw019 (1.17.24); FILE MERGED 2004/09/29 14:30:12 aw 1.17.24.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2a9619ef8b58fca4fe3a5809aa0a89006eacf763]

        INTEGRATION: CWS sb22 (1.2.22); FILE MERGED 2004/10/14 10:56:19 sb 1.2.22.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:49 sb 1.2.22.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c34c5fc5afd8408cb71644bc3c0796e3ae72d95b]

        INTEGRATION: CWS aw019 (1.2.24); FILE MERGED 2004/10/21 15:51:04 aw 1.2.24.3: #i34831# 2004/09/30 13:13:26 aw 1.2.24.2: #i11190# 2004/09/29 14:30:11 aw 1.2.24.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ef09fe5f8155840d8c7a09ec3c77192a128b56a0]

        INTEGRATION: CWS sb22 (1.3.14); FILE MERGED 2004/10/14 10:56:19 sb 1.3.14.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:49 sb 1.3.14.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [bd6e3fc1eeddcc9cbbf7899c9f80af51b06a0f9f]

        INTEGRATION: CWS aw019 (1.1.1.1.580); FILE MERGED 2004/09/29 14:30:11 aw 1.1.1.1.580.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4fa55f680ffca2094f5c474626c52a9769ecfa1c]

        INTEGRATION: CWS aw019 (1.33.22); FILE MERGED 2004/10/18 16:34:52 aw 1.33.22.2: RESYNC: (1.33-1.34); FILE MERGED 2004/09/29 14:30:11 aw 1.33.22.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b52e3d1a4c4fd1800b4495c5abf313d4dbe8f912]

        INTEGRATION: CWS sb22 (1.2.132); FILE MERGED 2004/10/14 10:56:19 sb 1.2.132.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:49 sb 1.2.132.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d75e97bf1810a0d72b5e3484805486d825f4c16c]

        INTEGRATION: CWS aw019 (1.3.24); FILE MERGED 2004/09/29 14:30:10 aw 1.3.24.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [78a2a48612f2c47fd9691f6cc5964211179ff032]

        INTEGRATION: CWS sb22 (1.6.14); FILE MERGED 2004/10/14 10:56:18 sb 1.6.14.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:48 sb 1.6.14.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [7f50e2d46aed500f057028b2d387d0dd517bcc77]

        INTEGRATION: CWS aw019 (1.2.228); FILE MERGED 2004/09/29 14:30:10 aw 1.2.228.1: #i11190#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [dcc4f101f45b8325aeab49463769fc2b3b38b15e]

        INTEGRATION: CWS sb22 (1.5.136); FILE MERGED 2004/10/22 07:27:45 sb 1.5.136.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f992bc710de846cf21d853c8616cbcf34cdb1022]

        INTEGRATION: CWS sb22 (1.14.42); FILE MERGED 2004/10/22 07:27:45 sb 1.14.42.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ee4a657e5b8286897f7e497605c492c0314b7f2f]

        INTEGRATION: CWS sb22 (1.17.4); FILE MERGED 2004/10/18 10:37:38 sb 1.17.4.3: RESYNC: (1.17-1.18); FILE MERGED 2004/10/14 10:53:57 sb 1.17.4.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 13:53:22 sb 1.17.4.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a2a785ef24d7ad7a8d9a6dabc518128eacb72117]

        INTEGRATION: CWS sb22 (1.11.10); FILE MERGED 2004/10/14 10:53:57 sb 1.11.10.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 13:53:22 sb 1.11.10.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [10cf3717f2a50b9884651b4e514b410873819ff0]

        INTEGRATION: CWS sb22 (1.9.36); FILE MERGED 2004/10/22 07:41:20 sb 1.9.36.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [6ac7476c756de767e669a0dad09f51873b88b917]

        INTEGRATION: CWS sb22 (1.13.24); FILE MERGED 2004/09/20 13:47:35 sb 1.13.24.1: #109743# Cleaned up.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [85e9b60c64378de363166d416b1f3b845363fb80]

        INTEGRATION: CWS sb22 (1.35.22); FILE MERGED 2004/10/22 07:28:49 sb 1.35.22.3: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries. 2004/10/18 10:28:39 sb 1.35.22.2: RESYNC: (1.35-1.37); FILE MERGED 2004/09/20 13:47:16 sb 1.35.22.1: #109743# Removed obsolete version map files.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2ef4ac7855d3fd0ac8fa8db99f3873f46da7bffb]

        INTEGRATION: CWS aw019 (1.7.60); FILE MERGED 2004/10/20 17:00:14 aw 1.7.60.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e0ba08c56563bf33b4a62e81d0dbbc4ad051e7d2]

        INTEGRATION: CWS sb22 (1.12.24); FILE MERGED 2004/09/20 13:47:34 sb 1.12.24.1: #109743# Cleaned up.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [6ccfedf58f463ebfa833a0840f7bd77a8e7e6338]

        INTEGRATION: CWS sb22 (1.17.22); FILE MERGED 2004/10/22 07:28:49 sb 1.17.22.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [09552aea9ec01ad27d243f39181f840553efa3ad]

        INTEGRATION: CWS sb22 (1.13.146); FILE MERGED 2004/09/28 13:54:08 sb 1.13.146.1: #i33217# Fixed @since tags.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4c8a701c17f9a7731682bebcb823e8ecf952d3ab]

        INTEGRATION: CWS aw019 (1.4.36); FILE MERGED 2004/10/06 11:14:39 aw 1.4.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d68c0234034df265d71b07a774658541593a571b]

        INTEGRATION: CWS aw019 (1.10.36); FILE MERGED 2004/10/13 14:00:47 aw 1.10.36.2: #i34831# 2004/10/13 08:30:49 aw 1.10.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4e31e94fa3d8be603269fe661b05f3cb8449309a]

        INTEGRATION: CWS sb22 (1.5.6); FILE MERGED 2004/09/20 13:48:10 sb 1.5.6.1: #109743# Cleaned up.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [29ee57b7da00ce1844141a7ed246a314c99061d4]

        INTEGRATION: CWS aw019 (1.5.14); FILE MERGED 2004/10/06 11:14:29 aw 1.5.14.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [9c2b97831206a2a57fea0a7ebcb4487e557dc933]

        INTEGRATION: CWS sb22 (1.4.6); FILE MERGED 2004/10/22 07:32:54 sb 1.4.6.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8b1dd821cd4c478e90bf595f63d9704cf748a1f9]

        INTEGRATION: CWS aw019 (1.7.14); FILE MERGED 2004/10/06 11:14:28 aw 1.7.14.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b0b2538c6a337df36624c74c71931decfb1d3d41]

        INTEGRATION: CWS aw019 (1.3.36); FILE MERGED 2004/10/06 11:14:28 aw 1.3.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8a40c6617921d354c6f458f4e72fdfeb8ed25b92]

        INTEGRATION: CWS aw019 (1.4.36); FILE MERGED 2004/10/13 08:30:47 aw 1.4.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [affeb06b7b479a805651e06442afe821f1af8379]

        INTEGRATION: CWS aw019 (1.4.8); FILE MERGED 2004/10/13 08:30:45 aw 1.4.8.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8e4d6d49c8879f7a4384c6d0b0b2cd0f621ea0a5]

        INTEGRATION: CWS aw019 (1.8.8); FILE MERGED 2004/10/18 10:39:56 aw 1.8.8.3: #i34831# 2004/10/13 14:00:47 aw 1.8.8.2: #i34831# 2004/10/13 08:30:43 aw 1.8.8.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [fd8fe422bb414f61aba1cfc6afe62221299cc725]

        INTEGRATION: CWS aw019 (1.6.22); FILE MERGED 2004/10/19 08:55:28 aw 1.6.22.2: #i34831# 2004/10/18 10:39:56 aw 1.6.22.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [8f5dc2ea9912c83240871d8b69f0614dac1594e8]

        INTEGRATION: CWS aw019 (1.13.6); FILE MERGED 2004/10/18 10:39:56 aw 1.13.6.4: #i34831# 2004/10/13 14:00:47 aw 1.13.6.3: #i34831# 2004/10/13 08:30:42 aw 1.13.6.2: #i34831# 2004/10/06 11:14:27 aw 1.13.6.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [25f5ffb3ab1102eabe0e2a6397a3927a3e844174]

        INTEGRATION: CWS aw019 (1.1.2); FILE ADDED 2004/10/14 12:28:18 aw 1.1.2.2: #i34831# 2004/10/13 14:01:17 aw 1.1.2.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [58b002db3346dcb37e5b9f9ee18ad3e4fd1c341c]

        INTEGRATION: CWS aw019 (1.7.26); FILE MERGED 2004/10/06 11:14:27 aw 1.7.26.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [866d3eec153051ba3ab9eeafff38d84a9ac66319]

        INTEGRATION: CWS aw019 (1.19.36); FILE MERGED 2004/10/13 08:31:03 aw 1.19.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b38fd8e421a1f331f8be5ae917654c8a7ca10fad]

        INTEGRATION: CWS aw019 (1.11.36); FILE MERGED 2004/10/13 08:30:24 aw 1.11.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [3d33b6213585161aa8ac475e872416195e48ece1]

        INTEGRATION: CWS aw019 (1.9.14); FILE MERGED 2004/10/06 11:14:09 aw 1.9.14.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2463a7a6371261d410f5383e42555147df23ff5b]

        INTEGRATION: CWS aw019 (1.9.14); FILE MERGED 2004/10/06 11:14:08 aw 1.9.14.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1f8de65901e99c76f68a0421c417cd446678067e]

        INTEGRATION: CWS aw019 (1.6.36); FILE MERGED 2004/10/06 11:14:08 aw 1.6.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ede6680848ea63f15780ffaedd7a5cfa9e702f77]

        INTEGRATION: CWS aw019 (1.5.20); FILE MERGED 2004/10/06 11:14:08 aw 1.5.20.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [b53ade4fe5fd31c416e983eff93a16dcc8ed73e2]

        INTEGRATION: CWS aw019 (1.10.20); FILE MERGED 2004/10/06 11:14:08 aw 1.10.20.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1d9fcdeb269a6e4ed1b25e6967ff98c9043316e6]

        INTEGRATION: CWS aw019 (1.5.20); FILE MERGED 2004/10/06 11:14:07 aw 1.5.20.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [9e6350569bc57418de9be3161bf4a2831fd5413c]

        INTEGRATION: CWS aw019 (1.10.20); FILE MERGED 2004/10/06 11:14:07 aw 1.10.20.1: #i34831#

2004-11-03  Tom Verbeek  <tv@openoffice.org>  [239dbe95ad57e6c2e250a1ca59d57534a18f6344]

        #i35193# initial revision

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e2a0a89c67ad1e97847ccc1dadb8dc329f7f9f6a]

        INTEGRATION: CWS aw019 (1.3.36); FILE MERGED 2004/10/06 11:14:07 aw 1.3.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [80b711d3fd57ca59787f7a7bafe95b22ce1eebd5]

        INTEGRATION: CWS aw019 (1.4.8); FILE MERGED 2004/10/13 08:30:20 aw 1.4.8.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a1f943fc5578479f3083ff5ea545365e19c0b804]

        INTEGRATION: CWS aw019 (1.9.6); FILE MERGED 2004/10/18 10:39:48 aw 1.9.6.2: #i34831# 2004/10/13 08:30:18 aw 1.9.6.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [08925bf05958a24ab2ebd84ec6ca19ba08e2be93]

        INTEGRATION: CWS aw019 (1.5.36); FILE MERGED 2004/10/18 10:39:47 aw 1.5.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [62f76923b14cd34421d63c943c5f0c97b1440598]

        INTEGRATION: CWS aw019 (1.11.6); FILE MERGED 2004/10/18 10:39:47 aw 1.11.6.2: #i34831# 2004/10/13 08:30:15 aw 1.11.6.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d29b1913845c98012d6ee5ce19a09b430f3d8997]

        INTEGRATION: CWS aw019 (1.1.2); FILE ADDED 2004/10/14 12:28:09 aw 1.1.2.2: #i34831# 2004/10/13 14:01:41 aw 1.1.2.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [3057e47e9d37cef335fbee1e183f49ef57eba4c2]

        INTEGRATION: CWS aw019 (1.8.36); FILE MERGED 2004/10/06 11:14:07 aw 1.8.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f0e9a1408944b057b774d6b00535dbeea94b2efd]

        INTEGRATION: CWS aw019 (1.6.36); FILE MERGED 2004/10/06 11:14:06 aw 1.6.36.1: #i34831#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [2dcc0c969168e218d321610d3860e1a5f718b204]

        INTEGRATION: CWS dr28 (1.184.4); FILE MERGED 2004/10/20 08:14:57 ssa 1.184.4.1: #i35764# make font color handling consistent, font default color is transparent now to force using the output device color, outdev color defaults to black

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [7c29f7db2e00afde2053a9bcde0c541ea0bd573e]

        INTEGRATION: CWS dr28 (1.30.38); FILE MERGED 2004/10/20 08:14:57 ssa 1.30.38.1: #i35764# make font color handling consistent, font default color is transparent now to force using the output device color, outdev color defaults to black

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [6e2560d0b3835bb6cf9b7170ee6bbd7e9c4eb014]

        INTEGRATION: CWS dr28 (1.8.78); FILE MERGED 2004/10/20 08:14:57 ssa 1.8.78.1: #i35764# make font color handling consistent, font default color is transparent now to force using the output device color, outdev color defaults to black

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4cb936139927eb216c4bf64ee15e4f392e39f087]

        INTEGRATION: CWS dr28 (1.44.30); FILE MERGED 2004/10/20 10:33:06 dr 1.44.30.1: #i35426# redefine warnings

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e096938863884c239a9b531fde5e9f2313278d8f]

        INTEGRATION: CWS dr28 (1.60.34); FILE MERGED 2004/10/20 10:32:25 dr 1.60.34.1: #i35426# redefine warnings

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [220d393816e84e920f6f98c3a3cbfa9dd5f3e855]

        INTEGRATION: CWS dr28 (1.17.34); FILE MERGED 2004/10/20 10:32:25 dr 1.17.34.1: #i35426# redefine warnings

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [16d5601414a81a81f8c2cb87158c1c0b7335ef56]

        INTEGRATION: CWS dr28 (1.16.88); FILE MERGED 2004/10/20 10:34:30 dr 1.16.88.1: #i35426# redefine warnings

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [05b395b32ab6071b08356dea19a31e7bd97fbbc7]

        INTEGRATION: CWS dr28 (1.11.118); FILE MERGED 2004/10/20 10:34:05 dr 1.11.118.1: #i35426# redefine warnings

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [746bf725153bf779e05e050bc90f774a786057a6]

        INTEGRATION: CWS ipv6ooo2 (1.2.70); FILE MERGED 2004/10/27 15:51:53 mav 1.2.70.1: #i35448# switch to readonly mode only for file ucp and contents that request to do so

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [7b88567c0773518890efdcfe7ccd5fd81a1545a6]

        INTEGRATION: CWS ipv6ooo2 (1.142.60); FILE MERGED 2004/10/27 15:52:42 mav 1.142.60.1: #i35448# it is possible to load document for editing from input stream

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1deffc19b203a0e818e013039b17671fee6fc520]

        INTEGRATION: CWS desktintgr03 (1.7.92); FILE MERGED 2004/10/18 14:01:21 tra 1.7.92.1: #i34765#added par files for windows explorer extension module

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c035938cfd998ff37657a0898f2e41a0f41e23d8]

        INTEGRATION: CWS desktintgr03 (1.2.10); FILE MERGED 2004/09/23 13:26:02 tra 1.2.10.2: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo 2004/09/23 12:36:23 tra 1.2.10.1: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e550f5d22493674a09e44a3f28951ebc6119e220]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/18 13:56:24 tra 1.1.2.1: #i34765#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [cdc4615e5c7c95257636c00cd4ce3e70e80eebe6]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/18 13:56:12 tra 1.1.2.1: #i34765#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f6637707adb8c80970df3567aa24c6035ffed628]

        INTEGRATION: CWS desktintgr03 (1.2.2); FILE MERGED 2004/10/18 13:57:53 tra 1.2.2.1: #i34765#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [547aa22ccb67035435769810debcb0ccebc4a316]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/18 13:56:01 tra 1.1.2.1: #i34765#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e1e0dbb9de675bad9196a3d939ce09732b94baba]

        INTEGRATION: CWS desktintgr03 (1.4.10); FILE MERGED 2004/10/21 13:58:27 tra 1.4.10.11: #i34294#register ooofiltproxy.dll instead of ooofilt.dll 2004/10/18 14:00:33 tra 1.4.10.10: #i34765#moved registry items for windows explorer extensions to winexplorerext tree registryitem_winexplorerext.scp 2004/10/15 11:31:08 tra 1.4.10.9: #i34294#the path to the ooofilt.dll must not be quoted 2004/10/14 08:16:20 tra 1.4.10.8: #i34294#changed ThreadingModel of ooofilt.dll from 'Both' to 'Apartment' 2004/09/27 18:53:36 tra 1.4.10.7: #i34294#corrected syntax error in indexing filter registration entries no '-' signs in registry item identifiers arrg 2004/09/27 10:58:41 tra 1.4.10.6: #i34294#corrected syntax error in indexing filter registration entries 2004/09/27 08:12:10 tra 1.4.10.5: #i34294#corrected indexing filter registration 2004/09/24 06:50:22 tra 1.4.10.4: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo 2004/09/24 04:58:40 tra 1.4.10.3: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo 2004/09/23 13:26:02 tra 1.4.10.2: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo 2004/09/23 12:36:06 tra 1.4.10.1: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [de8cc73f11a681b5b3087ceb20fbe8340f58cf11]

        INTEGRATION: CWS desktintgr03 (1.53.22); FILE MERGED 2004/10/22 13:47:28 tra 1.53.22.4: RESYNC: (1.53-1.56); FILE MERGED 2004/10/22 10:48:48 tra 1.53.22.3: #i34294#added instooofiltmsi 2004/10/21 13:57:36 tra 1.53.22.2: #i34294#added ooofiltproxy.dll 2004/10/18 13:59:21 tra 1.53.22.1: #i34765#moved shlxthdl.dll to winexplorerext tree

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d2daf9877016db42bd484c353447e4e9e5627151]

        INTEGRATION: CWS desktintgr03 (1.2.10); FILE MERGED 2004/09/23 13:26:01 tra 1.2.10.2: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo 2004/09/23 12:35:36 tra 1.2.10.1: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [03425481ad2b801cb31e92d1a8e051fbdbeefa34]

        INTEGRATION: CWS desktintgr03 (1.2.10); FILE MERGED 2004/09/23 13:26:01 tra 1.2.10.2: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo 2004/09/23 12:35:17 tra 1.2.10.1: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [00c0517bb1ceb90e36f7d9eab500a427bee208ab]

        INTEGRATION: CWS desktintgr03 (1.3.10); FILE MERGED 2004/09/23 13:26:01 tra 1.3.10.2: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo 2004/09/23 12:34:58 tra 1.3.10.1: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [dc0f81cab896d6e9b05772ad8180a9401c57688c]

        INTEGRATION: CWS desktintgr03 (1.2.10); FILE MERGED 2004/09/23 13:26:00 tra 1.2.10.3: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo 2004/09/23 12:34:37 tra 1.2.10.2: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo 2004/09/23 12:12:42 tra 1.2.10.1: #i34329# #i34294# added registry items for windows shell extensions infotips, column handler, propertysheets and MS indexing server filter for OOo

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [48a9e66a0a85e1a13c37c4f08da9b22559ad5c15]

        INTEGRATION: CWS dr28 (1.4.74); FILE MERGED 2004/10/21 08:38:57 dr 1.4.74.1: #i35426# remove unused SIDs

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [1aca2ab11c3bda8b11bd19165135ed2cb1608f18]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/14 11:05:18 tra 1.1.2.1: #i34765#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c5918900dbdff6e5417c6631145d86021e443ebb]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/14 11:05:06 tra 1.1.2.1: #i34765#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [29a7fd524cffb2185b0e37ff6ea78a03209f44d3]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/14 11:04:55 tra 1.1.2.1: #i34765#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [28edcc739fd04ee562d2177da83aadf52fbfafad]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/22 13:10:28 tra 1.1.2.2: #i34294#out commented debug message box 2004/10/22 10:47:29 tra 1.1.2.1: #i34294#we need a custom action to restart the indexing service after at the end of the installation

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [408fcd10cd60de00f5182cb2e2bf7eb01da2a169]

        INTEGRATION: CWS ipv6ooo2 (1.8.26); FILE MERGED 2004/10/11 15:46:14 kso 1.8.26.1: #i33615# - IPv6 support.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [3c072a751bef6432cd3b4c65d5bb4fe00b3251a1]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/22 10:47:19 tra 1.1.2.1: #i34294#we need a custom action to restart the indexing service after at the end of the installation

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [e5a69b854d8b5f7060a0af8f2e3a38c6ccd3f00c]

        INTEGRATION: CWS ipv6ooo2 (1.3.90); FILE MERGED 2004/10/13 07:45:52 kso 1.3.90.2: #i33615# - Never call freeaddrinfo with a null pointer. 2004/10/11 15:45:07 kso 1.3.90.1: #i33615# - IPv6 support.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [6cccb6a26144cc213894401b4661f1498665e4cb]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/22 10:47:09 tra 1.1.2.1: #i34294#we need a custom action to restart the indexing service after at the end of the installation

2004-11-03  Tom Verbeek  <tv@openoffice.org>  [12e77c74b3f956cb557913ecf8199712a9277c85]

        #i35193# initial revision

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [5425b51a9807b5e22dc50f3cc9dda93c424b011d]

        INTEGRATION: CWS desktintgr03 (1.8.6); FILE MERGED 2004/10/22 13:51:14 tra 1.8.6.3: RESYNC: (1.8-1.9); FILE MERGED 2004/10/22 10:55:26 tra 1.8.6.2: #i34294#added indexingfilter 2004/10/14 11:07:08 tra 1.8.6.1: #i34765#added shellextensions

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [43c5c4945ace3252361bd5e096ecbd8115f38c66]

        INTEGRATION: CWS ipv6ooo2 (1.23.6); FILE MERGED 2004/10/11 15:45:50 sb 1.23.6.1: #i35288# Copied IPv6-related fixes from CWS ipv6pp4; made INetURLObject::scanIPv6reference private.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c860545390371678694dda464cff6baee6fff8d2]

        INTEGRATION: CWS ipv6ooo2 (1.47.2); FILE MERGED 2004/10/11 15:45:48 sb 1.47.2.1: #i35288# Copied IPv6-related fixes from CWS ipv6pp4; made INetURLObject::scanIPv6reference private.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [bb25e85916f185f25f06ce74fa67ec64c32a671b]

        INTEGRATION: CWS desktintgr03 (1.3.2); FILE MERGED 2004/09/24 05:22:19 deuce 1.3.2.1: Issue number: i33473 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com}

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [3fe07281453c356f619e122b5c2a18cc37c94692]

        INTEGRATION: CWS desktintgr03 (1.2.2); FILE MERGED 2004/10/05 06:51:10 tra 1.2.2.4: #i34982#the path of the file must be copied to pszPathBuffer in GetLocation otherwise the thumbnail viewer doesn't work correctly on Windows 2000 2004/09/28 09:57:30 tra 1.2.2.3: #i34314#on Windows 9x shift the sign for signed documents a little bit to the left 2004/09/24 10:44:24 tra 1.2.2.2: #i34314#increased offset of thumbnails from 2 to 3 pixels for Windows ME 2004/09/22 13:36:02 tra 1.2.2.1: #i34329#support for signed documents

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [95e5f08afdbf48854a1a3cd6b8ef870044b904c0]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/09/22 13:31:09 tra 1.1.2.1: #i34329#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [910c2019c890b9de7ae9044df5142f42e595feda]

        INTEGRATION: CWS desktintgr03 (1.2.52); FILE MERGED 2004/09/22 13:35:31 tra 1.2.52.1: #i34329#add signet.png as RCDATA to the resource file

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [13f333f5656998c9799c3d506f0976df640dc2d0]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/21 13:52:32 tra 1.1.2.1: #i34294# we need to install a proxy library in order to prevent failures to load the filter library

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [f647e5822885e863680e26a9e6a8cfa679eda5ab]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/21 13:52:21 tra 1.1.2.1: #i34294# we need to install a proxy library in order to prevent failures to load the filter library

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a8a5dd30b363c2ec2980408a04238a55d567c9ed]

        INTEGRATION: CWS desktintgr03 (1.1.2); FILE ADDED 2004/10/21 13:52:42 tra 1.1.2.1: #i34294# we need to install a proxy library in order to prevent failures to load the filter library

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ce59f8851472776f2ea364f7597ac887e77081c5]

        INTEGRATION: CWS desktintgr03 (1.2.2); FILE MERGED 2004/10/21 13:54:53 tra 1.2.2.1: #i34294#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [faa3983e163d29336d4305e5629ed29ec1295283]

        INTEGRATION: CWS desktintgr03 (1.2.2); FILE MERGED 2004/10/21 13:54:52 tra 1.2.2.1: #i34294#

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [d73824bcc476b6be390a2e6406304b9c9cd7d503]

        INTEGRATION: CWS desktintgr03 (1.3.2); FILE MERGED 2004/10/09 09:32:58 deuce 1.3.2.1: Issue number:  i35223 Submitted by:  Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:   Tino Rachui {Tino.Rachui@Sun.com}

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [c564b7aba0e8bb40c380516e1a678b807b06d4d0]

        INTEGRATION: CWS desktintgr03 (1.4.2); FILE MERGED 2004/09/22 13:34:38 tra 1.4.2.1: #i34329#added dllmain in order to save the module handle for further use

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [a489b2766678708b2544486644f7faed91900079]

        INTEGRATION: CWS ipv6ooo2 (1.12.192); FILE MERGED 2004/10/11 15:43:13 kso 1.12.192.1: #i33615# - IPv6 support.

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [4f48252b21dde806954446aa17b79fea53d99feb]

        INTEGRATION: CWS desktintgr03 (1.9.2); FILE MERGED 2004/10/04 09:06:31 tra 1.9.2.2: fix comiler waring 2004/09/22 13:29:53 tra 1.9.2.1: #i34329#removed debug only assertion

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [aa1316deb2d18271fb5270824e83143c1497a158]

        INTEGRATION: CWS desktintgr03 (1.22.6); FILE MERGED 2004/10/21 14:24:24 tra 1.22.6.2: #i34294# 2004/10/21 13:56:02 tra 1.22.6.1: #i34294#added ooofiltproxy directory

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [ea95da2ba55d9f13cad2acaaad6f1dc8bf4f3263]

        INTEGRATION: CWS desktintgr03 (1.2.2); FILE MERGED 2004/10/05 06:49:48 tra 1.2.2.2: #i34982#save the unicode variant of the file name provided in the Load method 2004/09/22 13:33:40 tra 1.2.2.1: #i34329#added member signet_

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [6a57445dc44300d9cc8fba83f20b67908c6fa95a]

        INTEGRATION: CWS desktintgr03 (1.2.50); FILE MERGED 2004/09/22 13:32:39 tra 1.2.50.1: #i34329#added id for signet.png

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [35782b2099d720010d56b63dbbc95c01210ec149]

        INTEGRATION: CWS desktintgr03 (1.2.50); FILE MERGED 2004/09/24 05:22:18 deuce 1.2.50.1: Issue number: i33473 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com}

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [93b87eac67f8505a18afaa13138471e21cdeee4f]

        INTEGRATION: CWS desktintgr03 (1.14.10); FILE MERGED 2004/10/22 13:40:01 tra 1.14.10.5: RESYNC: (1.17-1.18); FILE MERGED 2004/10/22 10:44:48 tra 1.14.10.4: #i34294# added instooofiltmsi 2004/10/18 14:06:41 tra 1.14.10.3: #i34765#added winexplorerext module 2004/10/16 08:18:12 tra 1.14.10.2: RESYNC: (1.14-1.17); FILE MERGED 2004/09/23 12:10:29 tra 1.14.10.1: #i34329# #i34294#removed shlxthdl.dll and ooofilt.dll from selfreg table

2004-11-03  Pascal Junck  <pjunck@openoffice.org>  [26c758dfd7105173667618db417ee5f04da7652f]

        INTEGRATION: CWS desktintgr03 (1.19.16); FILE MERGED 2004/10/22 13:39:29 tra 1.19.16.3: RESYNC: (1.19-1.20); FILE MERGED 2004/10/22 10:51:21 tra 1.19.16.2: #i34294#added custom action for restarting the indexing service 2004/10/18 14:06:06 tra 1.19.16.1: #i34765#added winexplorerext module

2004-11-02  Matthias Huetsch  <mhu@openoffice.org>  [3fb394710b31cc450b4f1087ad6a96c4b8d26e86]

        #i36497# Fixed osl_setCommandArgs() to ensure a full path for argv[0]; see @ osl_getExecutableFile().

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7aa89885f5e838f59d191b7376d4af9de47baf82]

        INTEGRATION: CWS ivo05 (1.138.26); FILE MERGED 2004/10/08 15:51:33 ihi 1.138.26.1: L10N fix AUTO_BOOLEANCOMPARISON unmergeable

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0ef54923a041da27b11b1b210251854b1674d1b1]

        INTEGRATION: CWS ivo05 (1.9.2); FILE MERGED 2004/10/04 11:21:29 gh 1.9.2.1: build and deliver HID-Compiler

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9529e9a1de34fd562782b209b5ce821c342ad9f0]

        INTEGRATION: CWS ivo05 (1.10.2); FILE MERGED 2004/10/04 11:21:29 gh 1.10.2.1: build and deliver HID-Compiler

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [03949e0b492dafb6a348d77c48c11fee74e952f4]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/10/04 11:20:59 gh 1.1.2.2: minimize linked libraries 2004/10/04 10:37:07 gh 1.1.2.1: platform independent help-ID compiler

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [cec6fd2b6c5b7c09bce106a14dadcdc4afa0c9f0]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/10/06 12:57:59 gh 1.1.2.3: larger tokenbuffer 2004/10/05 09:48:02 gh 1.1.2.2: changed bufferhandling for includes ; removed unused stuff 2004/10/04 10:36:57 gh 1.1.2.1: platform independent help-ID compiler

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [ebb242d101372b62241a45325c792654bac769bc]

        INTEGRATION: CWS vq03

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a7f46e91ef3861ec298eaf065ec8ece7c49710ac]

        INTEGRATION: CWS ivo05 (1.10.8); FILE MERGED 2004/09/22 13:25:33 ihi 1.10.8.2: #i34128# Strip UTF8 Byte Order Marker / Cleanup 2004/09/17 14:53:42 ihi 1.10.8.1: #i34128# Strip UTF8 Byte Order Marker / Repeated language initialisation fixed

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [db768476b739f225a99593212f3cd510954fb504]

        INTEGRATION: CWS ivo05 (1.2.18); FILE MERGED 2004/09/17 14:53:00 ihi 1.2.18.1: #i34128# Strip UTF8 Byte Order Marker

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [86b45a76a772c26c086a556ae18336b6ab093fe8]

        INTEGRATION: CWS ivo05 (1.2.2); FILE MERGED 2004/09/22 13:24:52 ihi 1.2.2.1: Cleanup

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1efe0fe068d73d2a885dcc32a3889029fb291746]

        INTEGRATION: CWS ivo05 (1.8.18); FILE MERGED 2004/09/23 15:14:02 ihi 1.8.18.1: #i31314# Debian / Flex error {0,1} -> ?

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [d6fa26ac1594c24104502789e06f7cf37b081ba2]

        INTEGRATION: CWS ivo05 (1.18.6); FILE MERGED 2004/09/17 14:54:22 ihi 1.18.6.1: #i34128# Strip UTF8 Byte Order Marker / Repeated language initialisation fixed

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0b197e42c0ee6645966d9b306b1b86d568b5ebc6]

        INTEGRATION: CWS ivo05 (1.2.2); FILE MERGED 2004/09/22 13:23:48 ihi 1.2.2.2: #i34128# Strip UTF8 Byte Order Marker 2004/09/17 16:18:58 ihi 1.2.2.1: Quiet switch -QQ added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0a1227e71e31437aaa78eeff8ae086da4ba71ba6]

        INTEGRATION: CWS ivo05 (1.2.2); FILE MERGED 2004/09/17 16:18:58 ihi 1.2.2.1: Quiet switch -QQ added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [4c44f70f636b3b9dc7beb07aef73dd1c881e2fb0]

        INTEGRATION: CWS ivo05 (1.25.16); FILE MERGED 2004/09/22 17:21:53 ihi 1.25.16.3: Cleanup 2004/09/17 15:06:38 ihi 1.25.16.2: RESYNC: (1.25-1.26); FILE MERGED 2004/09/17 14:52:22 ihi 1.25.16.1: #i34128# Strip UTF8 Byte Order Marker / Repeated language initialisation fixed

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c25ed27fae7fc817661272a1cb5709bf64cd5a2b]

        INTEGRATION: CWS ivo05 (1.40.6); FILE MERGED 2004/09/17 15:06:30 ihi 1.40.6.2: RESYNC: (1.40-1.41); FILE MERGED 2004/09/17 14:49:32 ihi 1.40.6.1: #i34128# Strip UTF8 Byte Order Marker

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [04e19d8999bc8bcc69f95ce318fc35d85ad0a59c]

        INTEGRATION: CWS ivo05 (1.31.8); FILE MERGED 2004/09/22 13:23:14 ihi 1.31.8.1: #i34128# Strip UTF8 Byte Order Marker

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [6c625fb80966f6bb1583e703a5fc3c1ffd43a868]

        INTEGRATION: CWS ivo05 (1.10.18); FILE MERGED 2004/09/22 13:22:36 ihi 1.10.18.1: #i34128# Strip UTF8 Byte Order Marker

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7bc98ff5c08b6cfe64528d79f83b3aab5e6ec77f]

        INTEGRATION: CWS ivo05 (1.3.2); FILE MERGED 2004/10/28 19:23:39 ihi 1.3.2.11: cleanup 2004/10/28 19:17:34 ihi 1.3.2.10: extract fix 2004/10/28 18:59:27 ihi 1.3.2.9: merge fix 2004/10/21 14:03:41 ihi 1.3.2.8: #i33515# removal of obsolete strings fixed 2004/10/19 12:16:16 ihi 1.3.2.7: #i33515# removal of obsolete strings fixed 2004/10/13 16:40:01 ihi 1.3.2.6: #i32513# localize -m speed up fix added 2004/09/30 16:44:56 ihi 1.3.2.5: #i33515# OOo environment usuage fix / removal of obsolete strings by -l all 2004/09/28 16:38:34 ihi 1.3.2.4: #i32513# Removes obsolete strings that don't have a source string anymore from extract 2004/09/22 16:39:54 ihi 1.3.2.3: #i33515# OOo environment conform use lib 2004/09/22 16:23:54 ihi 1.3.2.2: #i32513# write sorted localize.sdf to prevent cvs conflict nightmare 2004/09/17 18:08:46 ihi 1.3.2.1: #i32513# en-US entries in output file are the first entry per GID / LID

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0e1a4cd701cf54aedc6d62aa5032b6e9b514bd97]

        INTEGRATION: CWS ivo05 (1.2.2); FILE MERGED 2004/10/14 15:37:56 ihi 1.2.2.1: Cleanup

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [e34fd741d4bcf37f2366fa248fd9342b1049b0cd]

        INTEGRATION: CWS ivo05 (1.8.22); FILE MERGED 2004/09/17 15:05:03 ihi 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2004/09/17 14:47:15 ihi 1.8.22.1: #i34128# Strip UTF8 Byte Order Marker

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [934cbab2d2d7d9452fb0d9fa78b49508a1646f83]

        INTEGRATION: CWS ivo05 (1.57.6); FILE MERGED 2004/10/25 19:27:21 ihi 1.57.6.2: RESYNC: (1.57-1.58); FILE MERGED 2004/10/06 12:59:18 gh 1.57.6.1: change building of *.hid to perl

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [11e641e9837551637e78d6bce542bf46575723a7]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/10/06 13:33:02 gh 1.1.2.2: now even NO_HID_FILES works 2004/10/06 13:06:36 gh 1.1.2.1: change building of *.hid to perl

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [26815c13f5a2863f794eb36e9b1b53957a72a06d]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/09/21 14:29:06 ihi 1.1.2.1: #i34404# included src files are now merged

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7bdec5ebea956342916b1311ccaa9192d91eece8]

        INTEGRATION: CWS ivo05 (1.21.58); FILE MERGED 2004/09/21 14:28:47 ihi 1.21.58.1: #i34404# included src files are now merged

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b9b5e008896795ddd81ed0d1ddee56bddd2e9832]

        INTEGRATION: CWS hroqfix01 (1.3.36); FILE MERGED 2004/10/25 10:45:39 obr 1.3.36.2: #i33509# don't build plugin if ENABLE_GTK not set 2004/10/15 02:43:05 hro 1.3.36.1: #i33509# Fixed build error on UNIX platforms

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [16df2cfa6ef4f40e4b9f67c2056dce0f3aae4f26]

        INTEGRATION: CWS hroqfix01 (1.37.26); FILE MERGED 2004/10/28 12:59:04 hro 1.37.26.1: #i33509# Don't pack nsplugin if no gtk+ is availiable

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [cdefdd3d3c20b0d67b00c0107e53aaf618110bfe]

        INTEGRATION: CWS hroqfix01 (1.3.84); FILE MERGED 2004/11/01 10:43:32 lla 1.3.84.1: #114494# add a test

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9a396774a0cc0bb93b416146dcbb223114678043]

        INTEGRATION: CWS hroqfix01 (1.9.78); FILE MERGED 2004/10/15 02:35:19 hro 1.9.78.1: #i29338# Fixed potential buffer overflow

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b428112863cabe2260eecf25564496ee6aab297f]

        INTEGRATION: CWS hroqfix01 (1.23.142); FILE MERGED 2004/10/15 02:28:47 hro 1.23.142.1: #114494# Increase buffer size for gethostbyname

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7b0dda2b79d1c5c1ca9e716eacc4ba17e544b7a9]

        INTEGRATION: CWS hroqfix01 (1.26.36); FILE MERGED 2004/10/15 02:21:31 hro 1.26.36.1: #i28379# Fixed build dependency issue

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [923b6df32bf74e4c73971c731104e3af160dbc39]

        INTEGRATION: CWS sab012 (1.62.28); FILE MERGED 2004/10/12 20:24:18 sab 1.62.28.4: RESYNC: (1.66-1.69); FILE MERGED 2004/06/08 09:42:18 sab 1.62.28.3: RESYNC: (1.64-1.66); FILE MERGED 2004/02/18 11:19:18 sab 1.62.28.2: RESYNC: (1.62-1.64); FILE MERGED 2004/02/18 10:34:30 mav 1.62.28.1: #114338# solve conflict

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [7d0f28d420aea18a396028f2a855339284bc7741]

        INTEGRATION: CWS sab012 (1.79.40); FILE MERGED 2004/10/12 19:57:01 sab 1.79.40.4: RESYNC: (1.83-1.87); FILE MERGED 2004/06/08 13:23:02 sab 1.79.40.3: RESYNC: (1.80-1.83); FILE MERGED 2004/02/18 11:33:05 sab 1.79.40.2: RESYNC: (1.79-1.80); FILE MERGED 2004/02/03 11:54:36 sab 1.79.40.1: #i22076#; merge sab009 into sab012

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [b2d3664338d3c9fc9e12bd1d82b8af5354006d0f]

        INTEGRATION: CWS sab012 (1.14.180); FILE MERGED 2004/10/26 16:27:26 sab 1.14.180.1: #i29750#; broadcast before removing

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [144e13a383182c63f8eed84c2c2b119fc881090e]

        INTEGRATION: CWS sab012 (1.7.214); FILE MERGED 2004/06/08 12:56:03 sab 1.7.214.2: RESYNC: (1.7-1.8); FILE MERGED 2004/02/03 11:53:14 sab 1.7.214.1: #112884#; merge sab009 into sab012

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [fb81018f9d9c19058cbb86aeed100aa5d6656969]

        INTEGRATION: CWS sab012 (1.35.48); FILE MERGED 2004/10/12 18:59:51 sab 1.35.48.3: RESYNC: (1.36-1.37); FILE MERGED 2004/02/18 11:54:02 sab 1.35.48.2: RESYNC: (1.35-1.36); FILE MERGED 2004/02/03 11:48:20 sab 1.35.48.1: #i21716#; merge sab009 into sab012

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [4b98e80440cb1692f77c7bb7153f96ecd85d61f9]

        INTEGRATION: CWS sab012 (1.7.346); FILE MERGED 2004/10/12 18:57:55 sab 1.7.346.2: RESYNC: (1.7-1.8); FILE MERGED 2004/02/03 11:46:13 sab 1.7.346.1: #i19079#; merge sab009 into sab012

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [ac45dac5df2faeac19c09830d70e925791c3e1f6]

        INTEGRATION: CWS sab012 (1.20.238); FILE MERGED 2004/10/12 18:57:47 sab 1.20.238.3: RESYNC: (1.21-1.23); FILE MERGED 2004/06/08 12:54:16 sab 1.20.238.2: RESYNC: (1.20-1.21); FILE MERGED 2004/02/03 11:46:15 sab 1.20.238.1: #i19079#; merge sab009 into sab012

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [7ef22170e11fc03b0caac6947d5d9cfa126a563e]

        INTEGRATION: CWS sab012 (1.8.364); FILE MERGED 2004/10/12 18:53:22 sab 1.8.364.3: RESYNC: (1.9-1.11); FILE MERGED 2004/06/08 12:52:48 sab 1.8.364.2: RESYNC: (1.8-1.9); FILE MERGED 2004/02/02 17:01:32 sab 1.8.364.1: #i24109#; merging from SRX645 to SRC680

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [f97d31c584ae9eec86d098ac67f759a663ec545e]

        INTEGRATION: CWS sab012 (1.24.74); FILE MERGED 2004/10/12 18:39:38 sab 1.24.74.2: RESYNC: (1.24-1.27); FILE MERGED 2004/02/03 11:44:05 sab 1.24.74.1: #114151#; merge from sab009 into sab012

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [98e229824a0234023baa888ddf971d50de782309]

        INTEGRATION: CWS sab012 (1.58.42); FILE MERGED 2004/10/12 18:27:44 sab 1.58.42.4: RESYNC: (1.60-1.66); FILE MERGED 2004/06/08 12:41:07 sab 1.58.42.3: RESYNC: (1.59-1.60); FILE MERGED 2004/02/18 11:57:10 sab 1.58.42.2: RESYNC: (1.58-1.59); FILE MERGED 2004/02/03 11:39:12 sab 1.58.42.1: #114151#; merge from sab009 into sab012

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [d09f81270b0133cb00d5668dfcf4561f67031329]

        INTEGRATION: CWS sab012 (1.5.250); FILE MERGED 2004/02/03 10:01:45 sab 1.5.250.1: #114446#; merge from sab009 into sab012

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [ab0327419e51ea8435c2461b317237870eacde0b]

        INTEGRATION: CWS sab012 (1.72.56); FILE MERGED 2004/10/12 16:50:36 sab 1.72.56.3: RESYNC: (1.73-1.76); FILE MERGED 2004/06/08 09:18:56 sab 1.72.56.2: RESYNC: (1.72-1.73); FILE MERGED 2004/02/04 13:51:18 sab 1.72.56.1: #111632#; use a uno::Reference of XEventListener instead of a pointer

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [2c551898b9c2163f1bb77f43c6561499da68e4e5]

        INTEGRATION: CWS sab012 (1.101.152); FILE MERGED 2004/10/12 16:50:27 sab 1.101.152.3: RESYNC: (1.104-1.108); FILE MERGED 2004/06/08 09:18:45 sab 1.101.152.2: RESYNC: (1.101-1.104); FILE MERGED 2004/02/04 13:51:19 sab 1.101.152.1: #111632#; use a uno::Reference of XEventListener instead of a pointer

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [4b1ce6656ac753ede0aa80b94b172a1327a88ab9]

        INTEGRATION: CWS accessbugs01 (1.1.4); FILE ADDED 2004/09/09 12:51:18 obr 1.1.4.1: #i25466# added hypertext logging and fixed event logging output

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [e04043e407e6a5cf60795c93d3e30f4d25e09e55]

        INTEGRATION: CWS accessbugs01 (1.3.72); FILE MERGED 2004/09/09 12:51:50 obr 1.3.72.1: #i25466# added hypertext logging and fixed event logging output

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [2ef6b92f4a10539a9239be1f21f9474368a5f6e7]

        INTEGRATION: CWS accessbugs01 (1.14.6); FILE MERGED 2004/09/10 10:19:35 obr 1.14.6.2: #i34056# Reworked AccessibleState mapping 2004/09/09 12:51:17 obr 1.14.6.1: #i25466# added hypertext logging and fixed event logging output

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [9d5bf1d0d8939c3f9a5732dd525c74b42e63d285]

        INTEGRATION: CWS accessbugs01 (1.6.64); FILE MERGED 2004/09/10 10:19:35 obr 1.6.64.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [13f62704e8bbff226f0678707287ec7d04ce054c]

        INTEGRATION: CWS accessbugs01 (1.4.76); FILE MERGED 2004/09/10 10:19:35 obr 1.4.76.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [adc5883fd472009785c89c97c9a18debb6aacd80]

        INTEGRATION: CWS accessbugs01 (1.5.76); FILE MERGED 2004/09/10 10:19:34 obr 1.5.76.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [4e50e0b9e1141595f3645fb3e06a4eeebc9c5828]

        INTEGRATION: CWS accessbugs01 (1.6.64); FILE MERGED 2004/09/10 10:19:34 obr 1.6.64.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [19a5e62638221ca4bed60cea4755a7ac598d8584]

        INTEGRATION: CWS accessbugs01 (1.4.76); FILE MERGED 2004/09/10 10:19:34 obr 1.4.76.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [3cd215cb9323e239745929aa08a74e693e2f2ec4]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/10/26 16:24:01 ihi 1.1.2.2: #i34404# Joined from SRC680 m58 2004/09/21 14:23:42 ihi 1.1.2.1: #i34404# included src files are now merged

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [d034e8cb11b800d177c2f2db4063dbc55732183f]

        INTEGRATION: CWS accessbugs01 (1.4.76); FILE MERGED 2004/09/10 10:19:33 obr 1.4.76.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [bea3f0a2846838b77b05be5728d00f2b00b1bece]

        INTEGRATION: CWS accessbugs01 (1.5.76); FILE MERGED 2004/09/10 10:19:33 obr 1.5.76.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [86541413797747c65d585775f454f02139ef4956]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/10/26 16:16:07 ihi 1.1.2.2: #i34404# Joined from SRC680 m58 2004/09/21 14:23:41 ihi 1.1.2.1: #i34404# included src files are now merged

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c9dd2f4deca21d80054c3126a3fd191da650e6c2]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/09/21 14:23:41 ihi 1.1.2.1: #i34404# included src files are now merged

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [ea41f81951013f79152a2fa44f84a696bf9d7518]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/10/26 16:26:05 ihi 1.1.2.2: #i34404# Joined from SRC680 m58 2004/09/21 14:23:40 ihi 1.1.2.1: #i34404# included src files are now merged

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [23bee84fedbd373b5f721f6b3183d18f58da67c1]

        INTEGRATION: CWS accessbugs01 (1.7.26); FILE MERGED 2004/09/10 10:19:32 obr 1.7.26.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [d81a4a0b725d6b213e61f14f7d709d4c42cbb2f9]

        INTEGRATION: CWS accessbugs01 (1.9.26); FILE MERGED 2004/09/10 10:19:32 obr 1.9.26.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [12c3b8c2c382a9cdb51a5df8b58f5de5a52d27b1]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/09/21 14:23:40 ihi 1.1.2.1: #i34404# included src files are now merged

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [13baeb00faed25a6634aab1f5589a9e6c57f10f2]

        INTEGRATION: CWS accessbugs01 (1.5.76); FILE MERGED 2004/09/10 10:19:32 obr 1.5.76.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [b2c08b6c0fc3b89ad88181f4dd10bea45d38b062]

        INTEGRATION: CWS accessbugs01 (1.11.76); FILE MERGED 2004/09/10 09:49:40 obr 1.11.76.3: #i33129# catching InvalidArgumentExceptions from BreakIterator 2004/09/09 13:00:18 obr 1.11.76.2: #i33997# get[At|Before|Behind]Index now use Java break iterators 2004/09/09 12:51:17 obr 1.11.76.1: #i25466# added hypertext logging and fixed event logging output

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [5ffaebeeb0b7902b9270517185c10ad962a27921]

        INTEGRATION: CWS accessbugs01 (1.1.4); FILE ADDED 2004/09/10 10:19:31 obr 1.1.4.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f6577901fb987d963db7df892652d1ac5c1653c4]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/09/21 14:23:39 ihi 1.1.2.1: #i34404# included src files are now merged

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [19411095f4d15c6cad7b58bd16f7ee3c05f74d4f]

        INTEGRATION: CWS accessbugs01 (1.18.76); FILE MERGED 2004/09/10 10:19:31 obr 1.18.76.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [a3c2fc8943be1a19d226544cfdd8efbc3f9622ab]

        INTEGRATION: CWS accessbugs01 (1.2.76); FILE MERGED 2004/09/09 12:51:17 obr 1.2.76.1: #i25466# added hypertext logging and fixed event logging output

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [be887a00f79b2cfff49f43279df4479f1c18ae74]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/10/26 16:08:26 ihi 1.1.2.2: Joined from menuids2.src SRC680 m58 2004/09/21 14:23:39 ihi 1.1.2.1: #i34404# included src files are now merged

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [eb5d106e2d57e453d0915634c068bfb278fbb4b7]

        INTEGRATION: CWS accessbugs01 (1.2.76); FILE MERGED 2004/09/10 10:19:31 obr 1.2.76.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [864450cda5c3c16b0619032b19357cb96979d1ad]

        INTEGRATION: CWS accessbugs01 (1.6.72); FILE MERGED 2004/09/10 10:19:31 obr 1.6.72.1: #i34056# Reworked AccessibleState mapping

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [2f8380797cafed4cf16d9d477c210075ba1e6990]

        INTEGRATION: CWS accessbugs01 (1.3.30); FILE MERGED 2004/10/20 07:04:23 obr 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/14 11:24:56 obr 1.3.30.1: #i27368# code changes for hebrew

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [89da857b94fd5616565527f567b98fbd32517708]

        INTEGRATION: CWS ivo05 (1.11.136); FILE MERGED 2004/09/21 14:23:38 ihi 1.11.136.1: #i34404# included src files are now merged

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [297c62257590b565f475459c761f9f81e78ffbad]

        INTEGRATION: CWS accessbugs01 (1.8.120); FILE MERGED 2004/10/14 11:24:56 obr 1.8.120.1: #i27368# code changes for hebrew

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [81f5ee2fc3c43a4e92ddb58cdb7f9587774b1cd7]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/09/21 14:23:35 ihi 1.1.2.1: #i34404# included src files are now merged

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [dfd340c69badd24444184e8538a6a22252b1ce4a]

        INTEGRATION: CWS ivo05 (1.1.2); FILE ADDED 2004/09/21 14:23:34 ihi 1.1.2.1: #i34404# included src files are now merged

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a16563a47045f08a288b4b78c9b199f9794e8890]

        INTEGRATION: CWS ivo05 (1.11.20); FILE MERGED 2004/10/28 14:54:48 ihi 1.11.20.2: #i35977# solved duplicated id 2004/10/26 13:40:31 ihi 1.11.20.1: #i35977# solved duplicated id

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [ccad9d57ae0ca934f25a3d9501f573e1f90c9988]

        INTEGRATION: CWS ivo05 (1.6.100); FILE MERGED 2004/10/22 17:39:28 ihi 1.6.100.2: #i35457# Language dependend data added 2004/10/21 14:21:25 ihi 1.6.100.1: #i35457# Exclude HelpAgentStarterList from l10n process

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [508c43319cbc1d7cdbe7755f28d66420772567d1]

        INTEGRATION: CWS ivo05 (1.21.26); FILE MERGED 2004/10/25 15:17:49 ihi 1.21.26.3: RESYNC: (1.21-1.22); FILE MERGED 2004/10/22 17:39:27 ihi 1.21.26.2: #i35457# Language dependend data added 2004/10/21 14:20:53 ihi 1.21.26.1: #i35457# Exclude AutoMnemonic , DialogScale from l10n process

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [05b49ecf49ef65e9280227b9ec29866fbd933db8]

        INTEGRATION: CWS iha03 (1.31.34); FILE MERGED 2004/10/15 13:30:30 iha 1.31.34.1: #i35458# fix title for stylist - no longer content sensitiv

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [2deda59356ab63a17431380c2f5078f9968c8312]

        INTEGRATION: CWS iha03 (1.40.28); FILE MERGED 2004/10/15 13:30:07 iha 1.40.28.1: #i35458# fix title for stylist - no longer content sensitiv

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c9c2a34dc719f1fd44bf46ae639ef164719994e8]

        INTEGRATION: CWS iha03 (1.1.80); FILE MERGED 2004/10/19 10:07:17 bm 1.1.80.1: #i35615# remove Ctrl-Shift-J from global accelerator list

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [ddb6946a1e613873113645b8bc9ccee336e0a1af]

        INTEGRATION: CWS iha03 (1.42.226); FILE MERGED 2004/10/19 16:28:57 iha 1.42.226.1: #i35721# changed name and default of auto spelling option

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1fe9938df4755f73f0bf9ef14d5db5643cbd1665]

        INTEGRATION: CWS iha03 (1.48.434); FILE MERGED 2004/10/19 16:30:01 iha 1.48.434.1: #i35721# changed position of auto spelling option

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [99ac902c7b1e6054120cb75709da8e619ea28539]

        INTEGRATION: CWS iha03 (1.2.54); FILE MERGED 2004/10/18 16:36:41 bm 1.2.54.2: #i35615# Ctrl-Shift-J for FullScreen is no longer global accelerator 2004/10/13 17:14:22 iha 1.2.54.1: #i35000# no spellchecker with F7

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1387d47d163699985766787aaec93a07acee8825]

        INTEGRATION: CWS iha03 (1.3.112); FILE MERGED 2004/10/18 13:50:08 iha 1.3.112.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/14 13:01:49 iha 1.3.112.1: #i35532 correct spellcheck command

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [479a17f2a78acce6602db68bb37a74c1ce281f01]

        INTEGRATION: CWS iha03 (1.2.54); FILE MERGED 2004/10/18 16:36:40 bm 1.2.54.2: #i35615# Ctrl-Shift-J for FullScreen is no longer global accelerator 2004/10/13 17:13:42 iha 1.2.54.1: #i35000# no spellchecker with F7

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f3c2c605efd3ce61f1c90cc451118949f9af7eba]

        INTEGRATION: CWS iha03 (1.2.180); FILE MERGED 2004/10/18 13:48:11 iha 1.2.180.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/14 13:01:26 iha 1.2.180.1: #i35532 correct spellcheck command

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b7f4f3165cff6a2b4b4c6aaaa30fac03934eed59]

        INTEGRATION: CWS iha03 (1.2.54); FILE MERGED 2004/10/18 16:36:40 bm 1.2.54.2: #i35615# Ctrl-Shift-J for FullScreen is no longer global accelerator 2004/10/13 17:13:06 iha 1.2.54.1: #i35000# no spellchecker with F7

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [35cdf6b6e7e38aaada878c6cb44c08e4db0d21de]

        INTEGRATION: CWS iha03 (1.42.78); FILE MERGED 2004/10/18 15:39:07 iha 1.42.78.1: #i27795# ruler units are overwritten by measurement unit

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b1dfc014726bbffaff33569a5eb25bc00bbeba80]

        INTEGRATION: CWS iha03 (1.21.180); FILE MERGED 2004/10/13 17:46:12 iha 1.21.180.1: #i35311# not enough space for italian string

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7d402c00ddd3ed3edb0fff92d3a950f3cc4790c4]

        INTEGRATION: CWS iha03 (1.28.82); FILE MERGED 2004/10/18 17:02:33 iha 1.28.82.1: #i35729# Ruler units for HTML Document sometimes swap

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [891f1e701d1f1ffbd6b41f61c8e051b633c7fadc]

        INTEGRATION: CWS iha03 (1.33.48); FILE MERGED 2004/10/18 18:05:30 iha 1.33.48.1: #i35257# added Esperanto to LanguageNameMap

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [cb63a0ac2d049312f1611e5efde10430a9a9e203]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:10:00 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b428e99e2260c864c571a1c4139df84e0794f805]

        INTEGRATION: CWS qadev19 (1.11.2); FILE MERGED 2004/10/21 12:10:11 cn 1.11.2.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [3d109de556f9de5c30a450efce01f864b486d89e]

        INTEGRATION: CWS qadev19 (1.8.70); FILE MERGED 2004/10/21 12:09:27 cn 1.8.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [ef07979a7b8ac6fa9be63b9beea11c8f84f89a23]

        INTEGRATION: CWS qadev19 (1.9.70); FILE MERGED 2004/10/21 12:08:50 cn 1.9.70.2: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added 2004/09/27 13:42:01 cn 1.9.70.1: #i34677# use at.getCurrentContainerWindow() instead of at.getCurrentWindow()

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9ad3e6ec25e3d1596375d83bf767665c836a3da4]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/09/27 13:42:01 cn 1.5.70.1: #i34677# use at.getCurrentContainerWindow() instead of at.getCurrentWindow()

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [6b586e10bc3babef2e90ed294d9217d23f85aa07]

        INTEGRATION: CWS qadev19 (1.3.70); FILE MERGED 2004/10/21 12:09:01 cn 1.3.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [daef01f988028f0b4d5ca1a02e2eb8f689da5052]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:09:12 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [243368bc4149d9edecd6f104dac12ded060a3442]

        INTEGRATION: CWS qadev19 (1.11.70); FILE MERGED 2004/10/21 12:10:06 cn 1.11.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [8507421a75cdd83f793d269b02d9afbda1e02d99]

        INTEGRATION: CWS qadev19 (1.6.70); FILE MERGED 2004/10/21 12:09:44 cn 1.6.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [bf6a1dacba03a5dcba1efe9666598dcd8f38b59b]

        INTEGRATION: CWS qadev19 (1.10.70); FILE MERGED 2004/10/21 12:09:49 cn 1.10.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [01ede038c21e7d237e1700952356a39f0c412080]

        INTEGRATION: CWS qadev19 (1.7.62); FILE MERGED 2004/10/21 12:09:33 cn 1.7.62.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0c01b40634ac9d477808b213092f0483e2c42048]

        INTEGRATION: CWS qadev19 (1.7.70); FILE MERGED 2004/10/21 12:09:22 cn 1.7.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f875dc56c3414551567a5088d9f0034eec46963d]

        INTEGRATION: CWS iha03 (1.2.40); FILE MERGED 2004/10/18 16:36:18 bm 1.2.40.2: #i35615# Ctrl-Shift-J for FullScreen is no longer global accelerator 2004/10/14 11:07:58 iha 1.2.40.1: #i35000# no spellchecker with F7

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [bda8d06d06bb41cb5df6f4418fef70a8c297c473]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:09:06 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [2f8cc5117fb27a417ebc9590e187a075e7ab540d]

        INTEGRATION: CWS qadev19 (1.7.70); FILE MERGED 2004/10/21 12:08:56 cn 1.7.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1ba4fad9451c15e1a1b26c62f32d7010ee72603b]

        INTEGRATION: CWS qadev19 (1.6.70); FILE MERGED 2004/10/21 12:09:17 cn 1.6.70.3: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added 2004/08/04 17:57:57 cn 1.6.70.2: #i31911# util.utils.sortWait() implementet 2004/08/02 09:28:31 cn 1.6.70.1: #i31911# longer sleep time while opening the dialog

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [3ff1c01ddccc3a90bb607848133f97ce768ca687]

        INTEGRATION: CWS qadev19 (1.8.70); FILE MERGED 2004/10/21 12:09:38 cn 1.8.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0efeaf21345ec24dfb0e97cebe2c00b0715b015d]

        INTEGRATION: CWS qadev19 (1.7.70); FILE MERGED 2004/10/21 12:09:55 cn 1.7.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0e86dcd63d1fa8ca91fdcb43a42f2297e3c984b9]

        INTEGRATION: CWS qadev19 (1.4.70); FILE MERGED 2004/09/17 12:04:53 sg 1.4.70.1: #i23086#CHG: added new object relations for interface tests

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [d7fc01137e31d817178c2470413487c258057b13]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/09/17 12:04:53 sg 1.4.86.1: #i23086#CHG: added new object relations for interface tests

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [d7680146d4c8db50350a3c055d115ed166650cf0]

        INTEGRATION: CWS qadev19 (1.6.2); FILE MERGED 2004/10/29 14:24:16 cn 1.6.2.1: #i36354# adapt to storing of databases

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1b8d84b5036d822f8a13085401d47b3e026a8202]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:06:10 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [de3ce409e4340f5e601d7679d53077732d073fe8]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:06:42 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [8047c6467b6ab4bdfbbcf4f328cf5dd12ebebbc3]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:05:48 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [e3b3895ade939ab1c8ba147037f962df69b0edca]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:06:15 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [6863704c224415bd25debc5767ab58be84b5c449]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:06:20 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [3e31294d6b992dadce383348df288b206790ec21]

        INTEGRATION: CWS qadev19 (1.6.44); FILE MERGED 2004/10/21 12:05:59 cn 1.6.44.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [cb9fa0c8e936af8389c74ae53fe4712761601a02]

        INTEGRATION: CWS qadev19 (1.6.70); FILE MERGED 2004/10/21 12:06:31 cn 1.6.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [557906897ee7fda5c85c3d5ff2805cf6f078b588]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:06:37 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [92cc74fb706e15545a887f47be6d06d4914fc9b9]

        INTEGRATION: CWS qadev19 (1.6.70); FILE MERGED 2004/10/21 12:06:26 cn 1.6.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [2b3c12f22826b81dd209214c8ee4288d87ec753c]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:05:53 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [fb8d31395f14e8450a8655594ced5df4ce79c0b9]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:06:04 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [19b4b97e3c6807f326c5e20c2476d5090bc8e45a]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/08/18 19:59:51 cn 1.5.70.1: #i30877# EventProducer modified

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1d511340b14d517731c4dd5f0c9699f6b2000214]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:07:38 cn 1.5.70.2: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added 2004/09/27 14:14:47 cn 1.5.70.1: #i32445# added shortWait(9 after dispatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [553e525c1a28376550b0e49a243770adf72dbcf9]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:07:59 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [98a19efdb3cdfdad8dfb45642fb9b19093835850]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:08:05 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a5d99efa4d38682c3e9e203d6c777e5954f9502f]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:07:43 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7d77f074ad920781f29dec3a618294bc34f26e1d]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:07:54 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f09550c3267a68034668a41ec9b36d6ae283f483]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:07:32 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c90b9bca7ff2f2514cf3d868cb0408f4fb4ff6f2]

        INTEGRATION: CWS qadev19 (1.3.70); FILE MERGED 2004/10/21 12:07:49 cn 1.3.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b978f7f8646b20c84b3d275125a9d208615d6851]

        INTEGRATION: CWS qadev19 (1.6.70); FILE MERGED 2004/10/21 12:08:13 cn 1.6.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [8bf84c37a75db8ecbd8e5bdcfb7d418b383ec26d]

        INTEGRATION: CWS qadev19 (1.6.74); FILE MERGED 2004/10/21 12:08:24 cn 1.6.74.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [ec189354ac5662c2a4205c851a67b03b5317d4b4]

        INTEGRATION: CWS qadev19 (1.5.62); FILE MERGED 2004/10/21 12:08:40 cn 1.5.62.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [ec7cf0dc63a8fc88d6219be236a58998dbe4ec28]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/10/21 12:08:30 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [e1c531a924262df8737041b6b0a3f5c3181318d2]

        INTEGRATION: CWS qadev19 (1.5.62); FILE MERGED 2004/10/21 12:08:35 cn 1.5.62.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5c2e1f6780191a484d7fbb18279299f3922e5626]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/10/21 12:08:46 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a59d93df4e8a02e77f0dd6be62ed80c2da6b2e8a]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/10/21 12:08:18 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f36670d2f51e469023d64ac1e3f774ce2880872d]

        INTEGRATION: CWS qadev19 (1.7.86); FILE MERGED 2004/08/18 19:54:47 cn 1.7.86.1: #i31180 EventProdicer modified

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9e33cb1a6e38e1963333a1155db93b6f956fdaac]

        INTEGRATION: CWS qadev19 (1.7.86); FILE MERGED 2004/10/21 12:05:43 cn 1.7.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [59eae5a6c5dbcb41ff20167dbef32d07b265404f]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/12 13:20:25 sg 1.5.70.2: #i22893#CHG: fixed bug 2004/08/27 15:36:28 sg 1.5.70.1: #i22893#CHG: added new object relation for XPrintJobBroadcaster test

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [fac70c6cd94b09e25609bf70582fa1993f4d5e52]

        INTEGRATION: CWS qadev19 (1.4.70); FILE MERGED 2004/09/29 14:37:45 sg 1.4.70.1: #i32942#CHG: fixed bug

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [531b3777f9b1111ee0beb3cb53d601cc17bad1ca]

        INTEGRATION: CWS qadev19 (1.6.70); FILE MERGED 2004/10/21 12:05:37 cn 1.6.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0907a432bed472b9882d6fa2a125940108e87bf7]

        INTEGRATION: CWS qadev19 (1.6.70); FILE MERGED 2004/10/21 12:05:32 cn 1.6.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [02d222b76a33d3a9592983828a705f2e27b395bb]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/10/21 12:06:52 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [d516c03ffbf9a45ffb59f3f5a94ef66ff400181e]

        INTEGRATION: CWS iha03 (1.2.34); FILE MERGED 2004/10/14 11:06:42 iha 1.2.34.1: #i35000# no spellchecker with F7

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [bac2ee1ecfb2e28b6f421a186b918f1865dca173]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/10/21 12:07:21 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9fb56ad1b2d4e9f47eb4bc84a977abd9046ec76f]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/10/21 12:06:58 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [649609b456311207ca506ba141337c18a8077ca4]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/10/21 12:07:27 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [61e83eea9a8468b468adc17a798da92ff2955c3d]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/10/21 12:07:11 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [426ecbd4f6bbd81de85f8909ba6c647cfe756138]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/10/21 12:07:03 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [35ce399c825a719858abeca91388c875e22a80fa]

        INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED 2004/10/21 12:07:16 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [e35abe2394d247af99c4aefef58ed244aebb89e0]

        INTEGRATION: CWS qadev19 (1.8.2); FILE MERGED 2004/10/01 15:14:42 sg 1.8.2.2: #i23086#CHG: fixed bug in test 2004/09/17 12:21:04 sg 1.8.2.1: #23086#CHG: added new object relations

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [2e55390de3f6678d6956f958e1e78ffb157f8a1b]

        INTEGRATION: CWS qadev19 (1.6.70); FILE MERGED 2004/09/30 11:34:59 sg 1.6.70.1: #i22973#CHG: added object relations for new interface tests

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [273035ce18a3d091fbb3c282382ea04c267e4ead]

        INTEGRATION: CWS qadev19 (1.6.2); FILE MERGED 2004/10/21 12:04:57 cn 1.6.2.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5b29d5e809eace50e58d3c166df20f112227edf0]

        INTEGRATION: CWS qadev19 (1.5.86); FILE MERGED 2004/10/21 12:05:19 cn 1.5.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [be49eb8f933d2e59d28e02da29081247789d703f]

        INTEGRATION: CWS qadev19 (1.7.2); FILE MERGED 2004/10/21 12:05:08 cn 1.7.2.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b470cac26c11f4dfb3d06242681fcbe19d1a142c]

        INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED 2004/10/21 12:05:13 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [dc760774c513093000b638a1e835eccf43bf2a4b]

        INTEGRATION: CWS qadev19 (1.6.44); FILE MERGED 2004/10/21 12:05:26 cn 1.6.44.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9605709b842c19c0796c2738329012b0090f849c]

        INTEGRATION: CWS qadev19 (1.3.70); FILE MERGED 2004/10/21 12:05:02 cn 1.3.70.3: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added 2004/08/04 14:01:26 cn 1.3.70.2: #i32445# util.utils.shartWait() implemented 2004/08/02 09:23:29 cn 1.3.70.1: #i31940# modified to test XAccessibleEventBroadcaster successfully

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [769f108b48b899588f602f929f9bbb1831af4269]

        INTEGRATION: CWS qadev19 (1.3.24); FILE MERGED 2004/10/21 12:06:47 cn 1.3.24.2: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added 2004/10/06 13:14:10 sg 1.3.24.1: #i34867#CHG: adapted to new implementation of ShortCutManager

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [48407311845a8ff9a8dfe305a267b90c299d82f3]

        INTEGRATION: CWS qadev19 (1.3.24); FILE MERGED 2004/10/06 13:14:10 sg 1.3.24.1: #i34867#CHG: adapted to new implementation of ShortCutManager

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5d48cba9d28f7f9e8cb7d22483f9030efb3fea9c]

        INTEGRATION: CWS qadev19 (1.5.48); FILE MERGED 2004/09/29 14:33:32 sg 1.5.48.1: #i32942#CHG: fixed bug

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [4c5169d924da8dfed6739d9d8d2c774c28d0b24b]

        INTEGRATION: CWS ab11clonepp4 (1.33.6); FILE MERGED 2004/10/19 09:51:17 ab 1.33.6.2: RESYNC: (1.33-1.34); FILE MERGED 2004/10/15 08:55:09 ab 1.33.6.1: #118083# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a5e386788b20fed063148ca620ca14c4dbdc5480]

        INTEGRATION: CWS qadev19 (1.3.86); FILE MERGED 2004/09/29 14:36:56 sg 1.3.86.1: #i32942#CHG: fixed bug

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7ef0ab03f67ac3661d812731870a2641c953a88a]

        INTEGRATION: CWS qadev19 (1.3.86); FILE MERGED 2004/08/18 19:48:50 cn 1.3.86.1: #i31186# new object relation ERR_XWindow

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [3b484625dc01065220d887b916dc11d0c4a5b93c]

        INTEGRATION: CWS qadev19 (1.3.74); FILE MERGED 2004/08/18 20:02:48 cn 1.3.74.1: #i30825# aother element was used

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [6f0af25941a8d734ed771e465069598050bab432]

        INTEGRATION: CWS qadev19 (1.3.74); FILE MERGED 2004/09/17 12:03:42 sg 1.3.74.1: 29816#CHG: fixed bug for object creation

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [59670a611d1b7f74e62814fce97d1d6d29869d96]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/30 12:14:32 sg 1.1.2.2: #i22973#NEW: initial version 2004/08/27 15:37:22 sg 1.1.2.1: #i22893#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9e7a97714bb1ef2314bbe1bb66cc5590dec8e104]

        INTEGRATION: CWS ab11clonepp4 (1.12.16); FILE MERGED 2004/10/15 08:39:10 ab 1.12.16.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [420ea14b5de99410295916ca4c10422588ae2a7d]

        INTEGRATION: CWS qadev19 (1.3.82); FILE MERGED 2004/10/04 11:56:11 cn 1.3.82.1: #i34873# for parseSmart() some invalid prefix added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [2f9300782d68527f576acc83d90405bec6ddd1cd]

        INTEGRATION: CWS ab11clonepp4 (1.16.62); FILE MERGED 2004/10/15 08:39:10 ab 1.16.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [01cfa2581147d5b5e7f91451a6f80080f428ea45]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/30 12:16:13 sg 1.1.2.1: #i22973#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c642b0f68b2fcb8c1a7fd9944d3febfb0c4f218c]

        INTEGRATION: CWS ab11clonepp4 (1.12.62); FILE MERGED 2004/10/18 14:39:21 ab 1.12.62.2: #118089# #118092# #118095# #118085# #118088# #118090# #118093# #118094# #118091# PP4 migration tasks -> SO 8 2004/10/15 08:39:10 ab 1.12.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [d736e40508ba2bb742ddb8ab0e93c880bd02c7b4]

        INTEGRATION: CWS qadev19 (1.3.2); FILE MERGED 2004/10/06 13:15:00 sg 1.3.2.1: #i34867#CHG: adapted to new implementation of ShortCutManager

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7798a83e95e2dfbdbb4a8d44a836cdc4b9439a5b]

        INTEGRATION: CWS ab11clonepp4 (1.16.16); FILE MERGED 2004/10/15 08:39:10 ab 1.16.16.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7598af54651c571c3b2a97c513eff3f6627b4a94]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/17 12:18:34 sg 1.1.2.1: #i23086#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [3faf242faf81098de273ed044be8dc4e68269e10]

        INTEGRATION: CWS ab11clonepp4 (1.9.62); FILE MERGED 2004/10/18 14:39:14 ab 1.9.62.2: #118092# #118095# #118093# #118094# PP4 migration tasks -> SO 8 2004/10/15 08:39:10 ab 1.9.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a90c8702c30e7b63c20f44ac0dc246c04e5816fa]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/17 12:20:09 sg 1.1.2.1: #i23086#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [3aa55b592d25bf8b0bc0323dfbd5c905fd2f0e91]

        INTEGRATION: CWS ab11clonepp4 (1.18.16); FILE MERGED 2004/10/18 14:39:08 ab 1.18.16.2: #118089# #118092# #118095# #118097# #118088# #118090# #118093# #118094# PP4 migration tasks -> SO 8 2004/10/15 08:39:09 ab 1.18.16.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c7950eeaa90edefc6d17bb4e860741741ad16ff6]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/17 12:19:46 sg 1.1.2.1: #i23086#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [600a21838dcff002198aaf59cc4575c11a546862]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/17 12:19:57 sg 1.1.2.1: #i23086#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [cb52ceae9eeeeac3b13a97b73746570315f1aa66]

        INTEGRATION: CWS ab11clonepp4 (1.55.16); FILE MERGED 2004/10/19 14:08:56 ab 1.55.16.2: #118087# Support WB_ABORT_RETRY_IGNORE in MsgBox 2004/10/18 14:39:00 ab 1.55.16.1: #118089# #118085# #118088# #118090# #118096# #118091# PP4 migration tasks -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0416c9b42741f4c83c3992f572a20b7cc31badbe]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/30 13:56:49 sg 1.1.2.1: #22973#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [70f9e3848d216db925ac2e10024c4c5034092fe0]

        INTEGRATION: CWS ab11clonepp4 (1.3.62); FILE MERGED 2004/10/15 08:39:09 ab 1.3.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [81f61484794513a8d4328853be673bf9ee9e84fa]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/17 12:19:36 sg 1.1.2.1: #i23086#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [d66af44ec660200fdc01991648dce18dfb7ae915]

        INTEGRATION: CWS ab11clonepp4 (1.4.62); FILE MERGED 2004/10/15 08:39:09 ab 1.4.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c0f3ad5164ae53dc4791701666d2e8a7c7e9e158]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/30 12:06:17 sg 1.1.2.1: #i22973#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5b0363bb64625b8d528977f858609807dcfc9489]

        INTEGRATION: CWS ab11clonepp4 (1.5.62); FILE MERGED 2004/10/15 08:39:08 ab 1.5.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5ad5a1770ab1e2e3d1f385ef733abb4825b48562]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/30 12:06:07 sg 1.1.2.1: #i22973#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [aa08249b304c731cf4a4c879cdb066efa17acfc4]

        INTEGRATION: CWS ab11clonepp4 (1.17.62); FILE MERGED 2004/10/15 08:39:08 ab 1.17.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [8b8639394b7552cc336983eafdc90448bb800f0f]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/30 12:05:46 sg 1.1.2.1: #i22973#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [6bfec0a2f0866c1deb28cecd76245aaa4acafd2e]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/30 12:05:56 sg 1.1.2.1: #i22973#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a4d06f5e1876379e33e41dc508b9158edcf46a6c]

        INTEGRATION: CWS ab11clonepp4 (1.2.62); FILE MERGED 2004/10/15 08:39:08 ab 1.2.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [faec313c53d1651e18839434a517d9d59eedde27]

        INTEGRATION: CWS qadev19 (1.2.86); FILE MERGED 2004/08/18 19:51:23 cn 1.2.86.1: #i31186# special property test for ParentWindow()

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0eab3670f2be4600505a5b0c9f447e5f447dd324]

        INTEGRATION: CWS ab11clonepp4 (1.4.214); FILE MERGED 2004/10/15 08:39:07 ab 1.4.214.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [09eca61ef7bc14b00abfd3238c03444e1fc8c26e]

        INTEGRATION: CWS qadev19 (1.2.2); FILE MERGED 2004/10/21 13:53:18 cn 1.2.2.1: #i35946# use US-Loacale to get system date

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [04331f7da03e8564a90e2ac450571dbc215fea1d]

        INTEGRATION: CWS ab11clonepp4 (1.3.198); FILE MERGED 2004/10/15 08:39:07 ab 1.3.198.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b4f0bb0a35eff464a3fb5dfb031967927164f88d]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/17 12:14:28 sg 1.1.2.1: #i23086#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [4536605c636f40113c6a3e985d5e78ef6eaf2b8d]

        INTEGRATION: CWS ab11clonepp4 (1.5.62); FILE MERGED 2004/10/18 12:18:11 ab 1.5.62.2: #118084# Make PROPERTY token only visible under compatible option 2004/10/15 08:39:06 ab 1.5.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [cd84b01b814f8762bad0c402874cbb4c626958e4]

        INTEGRATION: CWS qadev19 (1.2.86); FILE MERGED 2004/08/23 17:01:18 sg 1.2.86.1: #i23462#CHG: fixed class cast exception in property ImageMap

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [607d874caf6cf828a0ac5a01932b24c715c98ca6]

        INTEGRATION: CWS ab11clonepp4 (1.8.16); FILE MERGED 2004/10/15 08:39:06 ab 1.8.16.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5270b5e4a5aa55983d5f4b2bda1f4781ece2ed25]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/08/27 15:38:27 sg 1.1.2.1: #i22893#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [2b06ed037dc077ead3bec979c206634bd42f1dbe]

        INTEGRATION: CWS ab11clonepp4 (1.6.62); FILE MERGED 2004/10/15 08:39:06 ab 1.6.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [14717e49de0774a18f244162dfea600999fdf52b]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/08/27 15:38:11 sg 1.1.2.1: #i22893#NEW: initial version

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a1c7fa018b839cdf4acc6436d298d26834e3b9a3]

        INTEGRATION: CWS qadev19 (1.3.36); FILE MERGED 2004/08/03 06:54:21 cn 1.3.36.1: #i32484# corrections in output

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [39b706792418e0ff563f7c4963ef763ad78edf18]

        INTEGRATION: CWS ab11clonepp4 (1.7.62); FILE MERGED 2004/10/15 08:39:06 ab 1.7.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [76947f6bfbb5dc1437b4a50e6952b9307af76b40]

        INTEGRATION: CWS qadev19 (1.3.74); FILE MERGED 2004/10/12 13:30:45 cn 1.3.74.1: #i32445# some logging information encahced

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5a41cd6026cf33fc952875de85b575086f92c2ea]

        INTEGRATION: CWS ab11clonepp4 (1.14.16); FILE MERGED 2004/10/15 08:39:05 ab 1.14.16.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c9cb9ed63891fda4a4c736c13d7faaef85e725fa]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/14 11:48:40 lla 1.1.2.1: #31243# new API

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [148f5d63af8cb58f1840fdd459cc00761b45add2]

        INTEGRATION: CWS ab11clonepp4 (1.3.62); FILE MERGED 2004/10/15 08:39:05 ab 1.3.62.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7c6e6d721e369a6d8d3a2b6f678487e0166caea2]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/26 05:49:44 lla 1.1.2.2: #i36097# future Interface remarked 2004/10/14 11:48:30 lla 1.1.2.1: #31243# new API

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [66aff4ba824ee4487b924dc1a2eeadc223b9a983]

        INTEGRATION: CWS iha03 (1.17.40); FILE MERGED 2004/10/19 16:31:46 iha 1.17.40.1: #i35721# changed default of auto spelling option

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c4d3d6271d4ca0fc92cb101a7ae28365a868799f]

        INTEGRATION: CWS ab11clonepp4 (1.3.214); FILE MERGED 2004/10/18 14:38:53 ab 1.3.214.1: #118086# PP4 migration tasks -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f3307107f1b6f1aaa31cf5a4e98db3ba2fbd4de9]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/14 11:48:20 lla 1.1.2.1: #31243# new API

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c4b070f023622b29ad5b64810b5446e142ffee08]

        INTEGRATION: CWS ab11clonepp4 (1.17.44); FILE MERGED 2004/10/15 08:39:04 ab 1.17.44.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5b0ce2a114e17faa2dee9a563d9a8034c645b83f]

        INTEGRATION: CWS iha03 (1.9.38); FILE MERGED 2004/10/14 11:49:08 iha 1.9.38.2: #i35000# remove old command '.uno:Spelling' 2004/10/13 16:58:08 iha 1.9.38.1: #i35016# added missing '...' to 'Co~lumns' and '~Sections'

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f7c009303d990ee5c3588154ef0b1acde8877eb9]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/14 11:48:10 lla 1.1.2.1: #31243# new API

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1532364aa5da1743e548f10c2be387788b2e3bc7]

        INTEGRATION: CWS ab11clonepp4 (1.29.16); FILE MERGED 2004/10/18 14:38:47 ab 1.29.16.2: #i35127# PP4 migration tasks -> SO 8 2004/10/15 08:39:03 ab 1.29.16.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [34249576976ebc7bff95966e82da11255c7201b4]

        INTEGRATION: CWS iha03 (1.24.34); FILE MERGED 2004/10/18 13:26:06 iha 1.24.34.3: RESYNC: (1.24-1.26); FILE MERGED 2004/10/14 11:48:24 iha 1.24.34.2: #i35000# remove old command '.uno:Spelling' 2004/10/13 16:56:51 iha 1.24.34.1: #i35016# added missing '...' to 'As~ian phonetic guide'

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [abca4ad4a29de1327992c78344248f13695256ba]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/14 11:48:00 lla 1.1.2.1: #31243# new API

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [4b06ddbbfb4b60c045b3f7446a70bb13235d23cd]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/14 11:47:48 lla 1.1.2.1: #31243# new API

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [91e1a637745c7292ae55a9552541921d9d9afc65]

        INTEGRATION: CWS ab11clonepp4 (1.17.16); FILE MERGED 2004/10/15 08:39:03 ab 1.17.16.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [53b39c83b7ab4fc98d49f1dca7a96df0814f25d7]

        INTEGRATION: CWS qadev19 (1.6.2); FILE MERGED 2004/10/01 15:23:55 sg 1.6.2.8: #i32878#CHG: fixed bug 2004/09/17 12:00:58 sg 1.6.2.7: #i32878#CHG: fixed bug 2004/09/02 15:20:47 sg 1.6.2.6: #i32878#CHG: fixed bug 2004/09/02 14:56:25 sg 1.6.2.5: #i32878#CHG: fixed bug 2004/09/01 16:05:56 sg 1.6.2.4: #i32878#CHG: fixed bug concerning Windows platform 2004/08/27 15:23:26 sg 1.6.2.3: #i32878#CHG: enhanced error messages 2004/08/04 14:03:20 cn 1.6.2.2: #i32445# add Java-Doc in function shortWait () 2004/08/04 13:59:28 cn 1.6.2.1: Java-Doc added shortWait ( )

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [4a04e1dfaa2b2f27d51db83b92d8b399faf437d4]

        INTEGRATION: CWS ab11clonepp4 (1.10.60); FILE MERGED 2004/10/15 08:39:03 ab 1.10.60.1: #118083# #118084# Class support PP4 -> SO 8

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [eb67a4fd13c0d6db03fc53dfdb00d20fbb52b858]

        INTEGRATION: CWS qadev19 (1.6.2); FILE MERGED 2004/09/17 12:23:44 sg 1.6.2.1: #i32878#CHG: added new file PropertyValue

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [4640202813364ac8532346ee3ac72d7da34267f2]

        INTEGRATION: CWS iha03 (1.2.32); FILE MERGED 2004/10/18 16:37:01 bm 1.2.32.1: #i35615# Ctrl-Shift-J for FullScreen is no longer global accelerator

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [117b3777a6b08690b0d23382ef08a0f5a3c222a4]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/17 12:01:29 sg 1.1.2.1: #i32878#NEW: initial vesion

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [aa9e1e77d5b5d3f3f8154ef30078c1f35127154d]

        INTEGRATION: CWS qadev19 (1.7.2); FILE MERGED 2004/10/22 09:14:17 cn 1.7.2.1: #35923# debugIsActive handling for printAccessibleTree() implemented

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0de51b307765fe8fdd2601740bf752608a0d63fa]

        INTEGRATION: CWS qadev19 (1.3.78); FILE MERGED 2004/10/12 09:46:45 sg 1.3.78.1: #i34422#CHG: fixed bug

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [09f80ffd235e8fec9ab7a3b74dbd0f30c7a69583]

        INTEGRATION: CWS qadev19 (1.2.84); FILE MERGED 2004/09/29 10:42:59 sg 1.2.84.1: #i22830#CHG: added functionality to execute single functions of a Complex test

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1ec8484567230bc0abcf56d77923e9a33ff3ccc4]

        INTEGRATION: CWS qadev19 (1.5.28); FILE MERGED 2004/08/27 15:32:02 sg 1.5.28.1: #i32942#CHG: initialize 'OperatingSystem' variable.

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [6ea1945242e111ee76cbf108d3dcbbb56a713091]

        INTEGRATION: CWS qadev19 (1.5.28); FILE MERGED 2004/10/21 07:51:45 sg 1.5.28.1: #i34422#CHG: updated

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1314b88c159184a6194cde1e2c1c038b6e8c392c]

        INTEGRATION: CWS iha03 (1.2.18); FILE MERGED 2004/10/18 16:33:28 bm 1.2.18.1: #i35615# Ctrl-Shift-J for FullScreen is no longer global accelerator

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [2089212ade7233813945a3cd2201f92c783034a6]

        INTEGRATION: CWS qadev19 (1.1.138); FILE MERGED 2004/09/17 12:00:28 sg 1.1.138.1: #i32878#CHG: fixed bugs

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [ac09efa49359207dbd046f68d611a62203db4664]

        INTEGRATION: CWS qadev19 (1.4.78); FILE MERGED 2004/09/17 12:00:28 sg 1.4.78.2: #i32878#CHG: fixed bugs 2004/08/27 15:17:07 sg 1.4.78.1: #i32942#CHG: initialize 'OperatingSystem' variable.

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [09b68162d4c0b9d2f638a4e542188a77c48a1a75]

        INTEGRATION: CWS qadev19 (1.2.138); FILE MERGED 2004/09/17 12:00:28 sg 1.2.138.1: #i32878#CHG: fixed bugs

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [8e4972aea9411b716637bfbb73d7a0a691866262]

        INTEGRATION: CWS qadev19 (1.2.78); FILE MERGED 2004/09/17 12:00:27 sg 1.2.78.1: #i32878#CHG: fixed bugs

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [91f04c09ab2898fb8fa8c049b6749aa6afc43874]

        INTEGRATION: CWS qadev19 (1.1.138); FILE MERGED 2004/10/21 09:08:47 cn 1.1.138.2: #i35916# loging for required method changed 2004/09/17 12:00:28 sg 1.1.138.1: #i32878#CHG: fixed bugs

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [de03f42a1a3cd4707f75a4d6be9305d3d101b72f]

        INTEGRATION: CWS qadev19 (1.2.78); FILE MERGED 2004/09/17 12:00:28 sg 1.2.78.1: #i32878#CHG: fixed bugs

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [1f83e724291bc6dc951f19b49ac5c54d6fdb1f1e]

        INTEGRATION: CWS qadev19 (1.13.2); FILE MERGED 2004/10/26 13:38:08 sg 1.13.2.5: #i34422#CHG: fixed problem 2004/10/12 15:01:30 cn 1.13.2.4: #i32445# debug output enhanced 2004/09/03 09:18:11 sg 1.13.2.3: #i32878#CHG: added output when copying 2004/09/01 16:06:22 sg 1.13.2.2: #i32878#CHG: fixed bug concerning Windows platform 2004/08/27 15:22:56 sg 1.13.2.1: #i32878#CHG: enhanced error messages

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [391d8afc55294a845e03aace803331c78f90a284]

        INTEGRATION: CWS qadev19 (1.4.28); FILE MERGED 2004/09/28 18:48:10 sg 1.4.28.3: #i22830#CHG: added functionality to execute single functions of a Complex test 2004/09/27 08:22:51 sg 1.4.28.2: #i32878#CHG: fixed bug 2004/08/27 15:23:55 sg 1.4.28.1: #i32878#CHG: enhanced error messages

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9e12d378168c3b990dc8b79f77e6eac6a3f72189]

        INTEGRATION: CWS qadev19 (1.8.28); FILE MERGED 2004/10/21 12:36:36 cn 1.8.28.2: #i35923# commandline for DebugIsActive (-deubg) added (bugfix) 2004/10/21 12:22:02 cn 1.8.28.1: #i35923# commandline for DebugIsActive (-deubg) added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [53601522fe4259e873c8ffc8595661c93b50796d]

        INTEGRATION: CWS qadev19 (1.3.122); FILE MERGED 2004/08/27 15:25:19 sg 1.3.122.2: #i32942#CHG: initialize 'OperatingSystem' variable. 2004/08/10 09:46:46 lla 1.3.122.1: #i31243# add OperatingSystem to ini file handling

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f96cb68ce6dd2cd48056751264f26fdf69b76d34]

        INTEGRATION: CWS qadev19 (1.8.28); FILE MERGED 2004/09/30 12:55:06 sg 1.8.28.2: #i32878#CHG: fixed minor bug in output 2004/08/27 15:24:24 sg 1.8.28.1: #i32878#CHG: enhanced error messages

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b2ab57fe82c19660d3428afbd84b9848f825c7e8]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:37 lla 1.1.2.7: #i31243# cleanups 2004/09/27 11:23:21 lla 1.1.2.6: #i31243# changes for HTML outputter 2004/09/22 08:28:12 lla 1.1.2.5: #i31243# cleanups 2004/09/14 05:49:41 lla 1.1.2.4: #i31243# PropertyName 2004/09/03 13:33:02 lla 1.1.2.3: #i31243# cleanups 2004/08/13 10:10:38 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/10 09:41:44 lla 1.1.2.1: #i31243# java convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5df75086aa01f7b7922028491d65c7cef76202fa]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:37 lla 1.1.2.4: #i31243# cleanups 2004/08/13 14:31:40 lla 1.1.2.3: #i31243# changes 2004/08/13 10:10:38 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/13 10:04:48 lla 1.1.2.1: new convwatch files

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [ea9e00f03cc31b046586a5d75f8c5507651cf542]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:37 lla 1.1.2.5: #i31243# cleanups 2004/09/27 11:23:21 lla 1.1.2.4: #i31243# changes for HTML outputter 2004/09/22 08:28:12 lla 1.1.2.3: #i31243# cleanups 2004/08/13 10:10:37 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/10 09:42:05 lla 1.1.2.1: #i31243# java convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9b228db8b51f3e9171fc0dec48d6ca2ef1380786]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:37 lla 1.1.2.7: #i31243# cleanups 2004/09/14 05:48:15 lla 1.1.2.6: #i31243# use PropertyName 2004/09/07 12:34:11 lla 1.1.2.5: #i31243# cleanup, use own public API 2004/09/03 13:33:01 lla 1.1.2.4: #i31243# cleanups 2004/08/13 14:31:40 lla 1.1.2.3: #i31243# changes 2004/08/13 10:10:37 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/13 10:04:37 lla 1.1.2.1: new convwatch files

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c895ad7233bb8d8927caef6a0f41f0ebd7c8cefa]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:37 lla 1.1.2.3: #i31243# cleanups 2004/09/22 08:28:12 lla 1.1.2.2: #i31243# cleanups 2004/09/14 05:45:55 lla 1.1.2.1: #i31243# PropertyNames instead of 'stringname'

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f6c80af18cbb32e88a7c24471c33a48ecce113c0]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:36 lla 1.1.2.4: #i31243# cleanups 2004/09/22 08:27:46 lla 1.1.2.3: #i31243# cleanups 2004/08/13 10:10:37 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/10 09:41:55 lla 1.1.2.1: #i31243# java convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5ba35f2faa16d1ac2fd9fa437432c021c1454dd3]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/14 10:52:20 lla 1.1.2.8: #i31243# update createJPEGFromPostscript returns a list 2004/10/08 08:10:36 lla 1.1.2.7: #i31243# cleanups 2004/09/27 11:23:20 lla 1.1.2.6: #i31243# changes for HTML outputter 2004/09/22 08:25:49 lla 1.1.2.5: #i31243# BorderRemover integrated 2004/09/07 08:24:46 lla 1.1.2.4: #i31243# gswin32c must no longer rename. 2004/09/03 13:32:24 lla 1.1.2.3: #i31243# remove OSHelper 2004/08/13 10:10:37 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/10 09:41:11 lla 1.1.2.1: #i31243# java convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [8af03076e416874e2deab735c44dd70f319f292c]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:36 lla 1.1.2.8: #i31243# cleanups 2004/09/22 08:25:09 lla 1.1.2.7: #i31243# cleanup for max page prints 2004/09/14 05:52:44 lla 1.1.2.6: #i31243# don't print, if MultiServiceFactory not given 2004/09/06 10:45:50 lla 1.1.2.5: #i31243# cleanup output 2004/09/03 13:33:01 lla 1.1.2.4: #i31243# cleanups 2004/08/13 14:31:39 lla 1.1.2.3: #i31243# changes 2004/08/13 10:10:37 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/10 09:41:00 lla 1.1.2.1: #i31243# java convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [94aecf892d9cdec7791b0cff9c07f95daa400b4c]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/08/13 10:10:36 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/13 10:03:42 lla 1.1.2.1: new convwatch files

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [16438f9a2e278946fcc1601580d67380b07a49dd]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/27 11:20:54 lla 1.1.2.1: #31243#

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9810aedec9274f693b0c4ec95a791decc30f9f86]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:36 lla 1.1.2.5: #i31243# cleanups 2004/09/03 13:33:01 lla 1.1.2.4: #i31243# cleanups 2004/08/13 14:31:39 lla 1.1.2.3: #i31243# changes 2004/08/13 10:10:36 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/13 10:04:14 lla 1.1.2.1: new convwatch files

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a451e7abd2f14fc8cf8b6a7771ed676362b17655]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/07 06:45:24 lla 1.1.2.1: #i31243# helper to read out ini files

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [ce5ad3e6d07c78bac28d43ebe0bf1a767acecc35]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/22 08:21:31 lla 1.1.2.1: #i31243# new helper class for Images

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a0708eaf8be89fbeb6e665ae83bdb2b69c33e3e7]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:36 lla 1.1.2.2: #i31243# cleanups 2004/09/27 11:21:04 lla 1.1.2.1: #31243#

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [cbe6039df787ed00e2bc27e9ad151771b9713429]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:36 lla 1.1.2.5: #i31243# cleanups 2004/09/22 08:24:26 lla 1.1.2.4: #i31243# cleanup for max page prints 2004/09/14 05:46:57 lla 1.1.2.3: #i31243# use PropertyName, getMultiServiceFactory use every time getMSF() 2004/09/07 12:36:37 lla 1.1.2.2: #i31243# new getFileFilter, check includesubDirs 2004/09/03 13:31:46 lla 1.1.2.1: #i31243# new files

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [30b358e1b317d62ed476baae4c31cb44748653ee]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:35 lla 1.1.2.5: #i31243# cleanups 2004/09/14 06:03:58 lla 1.1.2.4: #i31243# alpha version of an interface 2004/09/07 12:35:35 lla 1.1.2.3: #i31243# cleanup the API 2004/09/03 13:37:08 lla 1.1.2.2: #i31243# cleanup no. 2 2004/09/03 13:31:56 lla 1.1.2.1: #i31243# new files

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b18c8bb1c260db0e12759511fc337d1543912f7d]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/14 10:51:56 lla 1.1.2.2: #i31243# update createJPEGFromPostscript returns a list 2004/10/08 08:09:07 lla 1.1.2.1: #31243# simple helper to compare 2 document, 2 jpegs or 2 pdf files with graphically methods

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f2c19c10be94b5f5620e5407ec8157fe2a966385]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:35 lla 1.1.2.3: #i31243# cleanups 2004/09/27 11:23:20 lla 1.1.2.2: #i31243# changes for HTML outputter 2004/09/22 08:20:08 lla 1.1.2.1: #i31243# Helper class for names

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a3d0d9b6e801b235f834b01a42d091a66a4ff671]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:35 lla 1.1.2.7: #i31243# cleanups 2004/09/22 08:23:45 lla 1.1.2.6: #i31243# add function for numbers 2004/09/06 10:45:49 lla 1.1.2.5: #i31243# cleanup output 2004/09/03 13:33:01 lla 1.1.2.4: #i31243# cleanups 2004/08/13 14:31:39 lla 1.1.2.3: #i31243# changes 2004/08/13 10:10:36 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/10 09:40:49 lla 1.1.2.1: #i31243# java convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b593116ae9773b9b47adcfa442eee721129995d7]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/07 12:35:03 lla 1.1.2.2: #i31243# more getFileFilter to GraphicalTestArgument.java 2004/09/03 12:52:20 lla 1.1.2.1: #i31243# new files

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0b3dd0024e25462cc5cdea050f443239393ca170]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/03 13:33:01 lla 1.1.2.3: #i31243# cleanups 2004/08/13 10:10:36 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/10 09:41:33 lla 1.1.2.1: #i31243# java convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [2c7915ec60a8e371ee9167e1986c3a666146bae8]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:35 lla 1.1.2.10: #i31243# cleanups 2004/09/27 11:23:20 lla 1.1.2.9: #i31243# changes for HTML outputter 2004/09/22 08:23:13 lla 1.1.2.8: #i31243# cleanup 2004/09/14 05:45:12 lla 1.1.2.7: #i31243# use PropertyName 2004/09/07 12:33:49 lla 1.1.2.6: #i31243# cleanup, use own public API 2004/09/06 10:45:49 lla 1.1.2.5: #i31243# cleanup output 2004/09/03 13:33:00 lla 1.1.2.4: #i31243# cleanups 2004/08/13 14:31:39 lla 1.1.2.3: #i31243# changes 2004/08/13 10:10:35 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/13 10:03:54 lla 1.1.2.1: new convwatch files

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7068d00fd4efc0f9b00bb4717267f447a30d683a]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:35 lla 1.1.2.4: #i31243# cleanups 2004/08/13 14:31:38 lla 1.1.2.3: #i31243# changes 2004/08/13 10:10:35 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/10 09:40:38 lla 1.1.2.1: #i31243# java convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [d9ee9beef7983cbb43efc79d16ed7fa14828d78c]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/07 06:46:54 lla 1.1.2.1: #i31243# ConvWatchCancelException, is thrown, if there are problems and we can't run through

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [7bde8997ae56677c24d7352c765551fe90d6d390]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/08 08:10:34 lla 1.1.2.7: #i31243# cleanups 2004/09/27 11:23:20 lla 1.1.2.6: #i31243# changes for HTML outputter 2004/09/22 08:22:36 lla 1.1.2.5: #i31243# cleanup for max page prints 2004/09/03 13:33:00 lla 1.1.2.4: #i31243# cleanups 2004/08/13 14:31:38 lla 1.1.2.3: #i31243# changes 2004/08/13 10:10:35 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/10 09:41:22 lla 1.1.2.1: #i31243# java convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f9e93787c343ffcc099160205d48f9a2cfeed79c]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/10/07 06:45:54 lla 1.1.2.1: #31243# helper to read out the buildid from bootstrap rc

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [eccdf1e1cbd8497a167f0458a41b77685a805427]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/22 08:21:55 lla 1.1.2.1: #i31243# new helper class to remove borders from Images

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [c35025469b017c891385b6a352b96e80acd8d60c]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/08/13 14:31:38 lla 1.1.2.3: #i31243# changes 2004/08/13 10:10:35 lla 1.1.2.2: #i31243# convwatch in a qadevOOo environment as a java version 2004/08/13 10:04:26 lla 1.1.2.1: new convwatch files

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [5fe43921f2f8e92c089784139977d15f19170325]

        INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/08/13 14:32:22 lla 1.1.2.1: #i31243# ignores

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [28ea4725bfaefc063dbdf998984f5c2ca9cb5757]

        INTEGRATION: CWS qadev19 (1.10.2); FILE MERGED 2004/09/02 15:21:50 sg 1.10.2.2: #32942#CHG: fixed bug 2004/08/27 15:32:32 sg 1.10.2.1: #i32942#CHG: initialize 'OperatingSystem' variable.

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [159166767cc3130ac2e466552b15a8880f9de16b]

        INTEGRATION: CWS qadev19 (1.6.76); FILE MERGED 2004/08/27 15:26:09 sg 1.6.76.1: #i32942#CHG: initialize 'OperatingSystem' variable.

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [ed469cbecf26adbb70171293a266322a3db96209]

        INTEGRATION: CWS qadev19 (1.5.76); FILE MERGED 2004/10/20 12:59:14 lla 1.5.76.5: #i34422# changes for OOoRunnerLight.jar 2004/10/15 12:08:03 sg 1.5.76.4: #i34422#CHG: updated 2004/10/14 18:27:57 sg 1.5.76.3: #i34422#CHG: updated 2004/10/12 09:59:38 lla 1.5.76.2: RESYNC: (1.5-1.6); FILE MERGED 2004/08/10 09:45:27 lla 1.5.76.1: #i31243# add convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [107a9afd2ad7b1d7da9dc58cab45c626a4bfbba5]

        INTEGRATION: CWS qadev19 (1.1.138); FILE MERGED 2004/10/20 12:59:34 lla 1.1.138.1: #i34422# deliver also OOoRunnerLight.jar

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [a8b5cb55e1f120a7e8b55029d2bf0528aaf56a6c]

        INTEGRATION: CWS qadev19 (1.12.16); FILE MERGED 2004/10/21 10:32:45 lla 1.12.16.3: #i31987# handle convwatch build right 2004/10/12 13:04:56 sg 1.12.16.2: #i22893#CHG: adapted build list 2004/08/10 09:45:04 lla 1.12.16.1: #i31243# add convwatch

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [925fdd3ee717d1ca6e9f2a0c5b56c34a5ee869c4]

        INTEGRATION: CWS qadev19 (1.1.138); FILE MERGED 2004/10/15 13:58:24 cn 1.1.138.1: #i35617# marked property number as optional

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [47378d2f137f347a2b49b45d66c18d4ba8f31f4b]

        INTEGRATION: CWS qadev19 (1.1.138); FILE MERGED 2004/10/22 10:17:18 cn 1.1.138.1: #i35617# property com::sun::star::drawing::GenericDrawPage::Number as optional marked

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [760660c69f273a3a754b5251883764a62cdc46c9]

        INTEGRATION: CWS qadev19 (1.3.36); FILE MERGED 2004/10/18 14:06:24 cn 1.3.36.1: #i35723# optional properties HavingClause and GroupBy added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [f480f1bd84229a569ffe64e757c3ce310b051424]

        INTEGRATION: CWS qadev19 (1.2.88); FILE MERGED 2004/10/18 14:05:11 cn 1.2.88.1: #i35723# optional properties HavingClause and GroupBy added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [9eeebfdca804634671e6fbc489a6244109390923]

        INTEGRATION: CWS qadev19 (1.2.46); FILE MERGED 2004/09/20 13:05:47 lla 1.2.46.1: #117552# problems with 64bit values solved

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [95f3d2e52834678a99d5963ff60a097e827f6372]

        INTEGRATION: CWS qadev19 (1.4.60); FILE MERGED 2004/09/20 13:05:47 lla 1.4.60.1: #117552# problems with 64bit values solved

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b8a9485428df880dc6c0b6b7497a4d4d8274eca4]

        INTEGRATION: CWS qadev19 (1.7.56); FILE MERGED 2004/08/02 09:26:22 lla 1.7.56.1: #117552# remove toFLoat, which produce compile problems.

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [2bb33a82b22a69aa2f7e79b5b397f02de017a2a9]

        INTEGRATION: CWS qadev19 (1.5.60); FILE MERGED 2004/09/09 07:33:14 lla 1.5.60.2: #117552# remove some wrong maybe utf-8 chars from toChar test 2004/08/04 07:37:56 mindyliu 1.5.60.1: #117552# cleanups

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [508d36132713f95eca1682dd469002c5372f4307]

        INTEGRATION: CWS qadev19 (1.4.48); FILE MERGED 2004/10/12 09:01:51 lla 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/04 07:00:51 mindyliu 1.4.48.1: #117552# toFloat tests added

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [d4cff2a8b8a43aa1a964ddb5a2bbdbc9c1557cd3]

        INTEGRATION: CWS qadev19 (1.2.48); FILE MERGED 2004/09/09 07:32:12 lla 1.2.48.1: #117552# use absolute path for logfile test

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [6513bd3a208730031fcbcee96672c37d247f76b2]

        INTEGRATION: CWS qadev19 (1.3.62); FILE MERGED 2004/08/04 07:00:07 mindyliu 1.3.62.3: #117552# tiny changes 2004/08/04 06:48:32 mindyliu 1.3.62.2: #117552# tiny changes 2004/08/04 03:30:32 mindyliu 1.3.62.1: #117552# when log10(x) < 0, the number after dot should be 14

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [0a3d968930a1704f38cea0f20a412e73743404a9]

        INTEGRATION: CWS qadev19 (1.8.90); FILE MERGED 2004/09/20 09:22:48 lla 1.8.90.1: #117552# problems with 64bit values solved

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [233c7d8b0999c0ff76f9425bcea0ca745e8d8a3a]

        INTEGRATION: CWS qadev19 (1.9.60); FILE MERGED 2004/09/20 09:22:48 lla 1.9.60.1: #117552# problems with 64bit values solved

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [d35542833636a41bba9a5dab5602399be89624d1]

        INTEGRATION: CWS qadev19 (1.15.20); FILE MERGED 2004/09/22 08:12:35 lla 1.15.20.1: #i34302# testshl2 will fail, if library can't load

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [b027bcfca344af4c3e6838f655e5bfcb31561811]

        INTEGRATION: CWS qadev19 (1.5.36); FILE MERGED 2004/09/22 08:12:35 lla 1.5.36.1: #i34302# testshl2 will fail, if library can't load

2004-11-02  Pascal Junck  <pjunck@openoffice.org>  [6e60c4fd074e1f0eb0190409be316b550fc9be1d]

        INTEGRATION: CWS smoketest2 (1.5.4); FILE MERGED 2004/10/29 16:54:20 kz 1.5.4.2: #i35369# provide possibiliy to specify location of instset 2004/10/28 11:33:23 kz 1.5.4.1: #i35429# deinstall office on windows

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [f83a04595a7ddf4563b11cd560dac5839e1948fa]

        #i10000# remove temporarily needed 'pack' restriction

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [1c934daf5e5eec7f0e7d6423c42da332f7993438]

        #i10000# MH: pack full set of languages, at least for linux and windows.

2004-11-02  Rüdiger Timm  <rt@openoffice.org>  [a6ed8a776181daa3a47b722ec093abaab9982b2d]

        #i10000# Use SAL_IMPLEMENT_MAIN instead of SAL_CALL main

2004-11-01  Vladimir Glazounov  <vg@openoffice.org>  [68bc375468016bf113d96a2875232920de3744cc]

        #100000# fixed -a for links

2004-11-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e301e67e4101472240552d3ab0a6e3aaa0773a59]

        #i36456# regenerated configure

2004-11-01  Vladimir Glazounov  <vg@openoffice.org>  [2ad1fa1e06b93348a31d1c690d0409fe72da2ba7]

        new version for SRC680

2004-11-01  Vladimir Glazounov  <vg@openoffice.org>  [2f39d792b85997979b2d788509ece7ad19420a66]

        new version for SRC680

2004-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4418d163e26897bdacf6c17689ca0e6244a57134]

        new version for SRC680

2004-10-31  Vladimir Glazounov  <vg@openoffice.org>  [15ecd8ed8273f97a2102ffc59d365501bbe28489]

        new version for SRC680

2004-10-31  Vladimir Glazounov  <vg@openoffice.org>  [57c02d721248c0cda0f8127016f09f56ff9cea03]

        new version for SRC680

2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [ddcb5cf1bfb830ca80320953275b84aeb56681e7]

        new version for SRC680

2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [19017991cdfd0fd46ec680f0839ea72758b2fa95]

        new version for SRC680

2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [43ba672b989e462efc44deedbe703d6f63aa97f5]

        new version for SRC680

2004-10-29  Rüdiger Timm  <rt@openoffice.org>  [953ce6eed3c6912234ac5b35ad2f825811401bb8]

        #i10000# special characters removed

2004-10-29  Rüdiger Timm  <rt@openoffice.org>  [a1014e770947c0cefb018e26186e4aa15635921d]

        #i10000#, #i35209#: We are linking an application and need TARGETTYPE=GUI here.

2004-10-29  Rüdiger Timm  <rt@openoffice.org>  [829760b13d550f781352a62446d827eb08805bdf]

        #i10000# extra semicolon after macros removed

2004-10-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d7f69b6928d0968077d2754648e0e7bbe07c5978]

        #i34126# change packing of uiconfig.zip

2004-10-29  Rüdiger Timm  <rt@openoffice.org>  [810a82f7a9ba93dd442a9694e95868ee20a349e0]

        #i10000# Return value added.

2004-10-29  Rüdiger Timm  <rt@openoffice.org>  [2ad97757c724088cd1b3e93b1cd6a0c0d99ffc9f]

        new version for SRC680

2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [af7567514c4fb2eed9ca1377e0af5a99b1f0474d]

        new version for SRC680

2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [88ce1cb3ef7c8157b546c0f241a980a559aec17d]

        new version for SRC680

2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [55feb6463765acf04d51d8dc4b0b7a848601448a]

        new version for SRC680

2004-10-29  gyang  <gyang@openoffice.org>  [571cfa96f7459fd6324eea584eecbfb01c0b3bdd]

        fix for namespace

2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [abe76a3329eedf341478d245d991b5c2b2c97c6a]

        new version for SRC680

2004-10-29  Vladimir Glazounov  <vg@openoffice.org>  [2ede5d1d218b390c46beedeff97be1318eb5b55b]

        new version for SRC680

2004-10-28  Vladimir Glazounov  <vg@openoffice.org>  [aa35e762649ebe026705198a25362f9dd592e5d4]

        new version for SRC680

2004-10-28  Vladimir Glazounov  <vg@openoffice.org>  [f10c06c9d54f0f814aa24f1a8e3f43f9062d92eb]

        new version for SRC680

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [2dfc9baf6901d9cf20b0c8e8ebc379e3535e6d04]

        INTEGRATION: CWS valgrind02 (1.48.10); FILE MERGED 2004/10/18 17:48:43 mhu 1.48.10.2: #i35209# With own main() function, we have no need for VCLs salmain.obj. 2004/10/08 16:56:21 mhu 1.48.10.1: #i35209# Added main.cxx using SAL_IMPLEMENT_MAIN() as recommended.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [994a0be2f865ced21e39c0e30a357e2ea5572e56]

        INTEGRATION: CWS valgrind02 (1.32.10); FILE MERGED 2004/10/08 16:56:21 mhu 1.32.10.1: #i35209# Added main.cxx using SAL_IMPLEMENT_MAIN() as recommended.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [3733025348eee569dc19d2319ac3b4962db02bf6]

        INTEGRATION: CWS valgrind02 (1.153.2); FILE MERGED 2004/10/08 16:56:20 mhu 1.153.2.1: #i35209# Added main.cxx using SAL_IMPLEMENT_MAIN() as recommended.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [cbb6413374826184cc1cbdd13a11185d5fe6efe3]

        INTEGRATION: CWS valgrind02 (1.3.2); FILE MERGED 2004/10/11 17:25:30 mhu 1.3.2.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [fe31cc518db4bc47baffd2499d0029045b697a7d]

        INTEGRATION: CWS valgrind02 (1.8.46); FILE MERGED 2004/10/11 17:25:29 mhu 1.8.46.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [3ee3949d213863d81aacca436731dfc1b5b8ea95]

        INTEGRATION: CWS valgrind02 (1.2.46); FILE MERGED 2004/10/11 17:25:29 mhu 1.2.46.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [b52ae559562c777a3c231b1e50cfc346116a62a3]

        INTEGRATION: CWS valgrind02 (1.2.194); FILE MERGED 2004/10/11 17:25:28 mhu 1.2.194.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [7835512277f1437d21e3e26dc12b9d159fd2a2b9]

        INTEGRATION: CWS valgrind02 (1.49.8); FILE MERGED 2004/10/08 15:53:25 mhu 1.49.8.1: #i35209# Added function 'osl_setCommandArgs()', adapted 'osl_getExecutableFile()' and 'osl_getCommandArg[Count]()', cleaned up previous 'getCmdLine()' mess, removed unused / obsolete code.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [5a91e80101c8fec6b99140068afccba1f43265bc]

        INTEGRATION: CWS valgrind02 (1.8.234); FILE MERGED 2004/10/18 17:30:52 mhu 1.8.234.1: #i35209# Added call to 'osl_setCommandArgs()'.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [ae26fccf42c1b1c5e167291f8d12134da17c46c1]

        INTEGRATION: CWS valgrind02 (1.2.62); FILE MERGED 2004/10/20 14:36:06 mhu 1.2.62.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro as recommended.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [bef6250a558e3bef23f19b318793158c8021f388]

        INTEGRATION: CWS valgrind02 (1.2.62); FILE MERGED 2004/10/20 14:36:05 mhu 1.2.62.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro as recommended.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [e4c2f01ee9201167a08d12e0b875240f4f79c271]

        INTEGRATION: CWS valgrind02 (1.26.86); FILE MERGED 2004/10/20 12:01:58 mhu 1.26.86.2: #i35209# Removed special handling for WinMain() case as standard 'argc' and 'argv' are always provided by msvcrt (as __argc and __argv externals) and can thus be passed to osl_setCommandArgs(). 2004/10/18 17:28:52 mhu 1.26.86.1: #i35209# Added function 'osl_setCommandArgs()', adapted 'osl_getExecutableFile()' and 'osl_getCommandArg[Count]()', cleaned up.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [4a3aa23f1a48fb5eaad5cf2e2dc78679eb8a7db9]

        INTEGRATION: CWS valgrind02 (1.21.86); FILE MERGED 2004/10/18 17:42:00 mhu 1.21.86.1: #i35209# Removed reference to lpArgvW formerly defined in process.c.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [6585267e6b122532981b2698f27fb77104280712]

        INTEGRATION: CWS valgrind02 (1.23.86); FILE MERGED 2004/10/08 15:53:25 mhu 1.23.86.1: #i35209# Added function 'osl_setCommandArgs()', adapted 'osl_getExecutableFile()' and 'osl_getCommandArg[Count]()', cleaned up previous 'getCmdLine()' mess, removed unused / obsolete code.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [aea9234bb77ba71143257606a5dd61be4506e2ac]

        INTEGRATION: CWS valgrind02 (1.22.44); FILE MERGED 2004/10/11 17:13:37 mhu 1.22.44.2: #i35209# Adapted executable file path resolution to also handle the PATH search case. 2004/10/08 15:53:24 mhu 1.22.44.1: #i35209# Added function 'osl_setCommandArgs()', adapted 'osl_getExecutableFile()' and 'osl_getCommandArg[Count]()', cleaned up previous 'getCmdLine()' mess, removed unused / obsolete code.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [d4b41227b4b1d5e318c7d01909a155f6956d4148]

        INTEGRATION: CWS valgrind02 (1.14.70); FILE MERGED 2004/10/08 15:53:24 mhu 1.14.70.1: #i35209# Added function 'osl_setCommandArgs()', adapted 'osl_getExecutableFile()' and 'osl_getCommandArg[Count]()', cleaned up previous 'getCmdLine()' mess, removed unused / obsolete code.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [e2b3ebfb9ff10f35d71740b71e3acc95bac02a91]

        INTEGRATION: CWS valgrind02 (1.6.32); FILE MERGED 2004/10/11 17:13:37 mhu 1.6.32.2: #i35209# Adapted executable file path resolution to also handle the PATH search case. 2004/10/08 15:53:24 mhu 1.6.32.1: #i35209# Added function 'osl_setCommandArgs()', adapted 'osl_getExecutableFile()' and 'osl_getCommandArg[Count]()', cleaned up previous 'getCmdLine()' mess, removed unused / obsolete code.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [5a76578ad8bcc7a457181135c14c3b66ba745e6b]

        INTEGRATION: CWS valgrind02 (1.34.70); FILE MERGED 2004/10/08 15:53:24 mhu 1.34.70.1: #i35209# Added function 'osl_setCommandArgs()', adapted 'osl_getExecutableFile()' and 'osl_getCommandArg[Count]()', cleaned up previous 'getCmdLine()' mess, removed unused / obsolete code.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [f6c285bb55b79dd187222c6e3c568210177d127a]

        INTEGRATION: CWS valgrind02 (1.3.340); FILE MERGED 2004/10/20 12:01:57 mhu 1.3.340.4: #i35209# Removed special handling for WinMain() case as standard 'argc' and 'argv' are always provided by msvcrt (as __argc and __argv externals) and can thus be passed to osl_setCommandArgs(). 2004/10/18 17:26:36 mhu 1.3.340.3: #i35209# Corrected forward declaration for 'osl_setCommandArgs()' to be visible for all platforms. 2004/10/11 17:20:47 mhu 1.3.340.2: #i35209# Added formal parameters 'argc', 'argv' to 'sal_main()', added SAL_IMPLEMENT_MAIN_WITH_ARGS(_argc_, _argv_) macro to allow for more widespread usage in classical 'main(int argc, char** argv)' functions. 2004/10/08 15:53:23 mhu 1.3.340.1: #i35209# Added function 'osl_setCommandArgs()', adapted 'osl_getExecutableFile()' and 'osl_getCommandArg[Count]()', cleaned up previous 'getCmdLine()' mess, removed unused / obsolete code.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [b73261df29da617c51f29e2aadf8cd53493ace6a]

        INTEGRATION: CWS valgrind02 (1.16.86); FILE MERGED 2004/10/08 15:53:23 mhu 1.16.86.1: #i35209# Added function 'osl_setCommandArgs()', adapted 'osl_getExecutableFile()' and 'osl_getCommandArg[Count]()', cleaned up previous 'getCmdLine()' mess, removed unused / obsolete code.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [fca948fc5879bdb443d150ffd604a0e467c81172]

        INTEGRATION: CWS valgrind02 (1.5.14); FILE MERGED 2004/10/11 17:26:26 mhu 1.5.14.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [6be38a4f1c4ac9bc647204f60816af9b7716628b]

        INTEGRATION: CWS valgrind02 (1.2.230); FILE MERGED 2004/10/08 16:31:12 mhu 1.2.230.2: #i35209# salmain.o needs to be an SLO, i.e. PIC, and not linked into vcl. 2004/10/08 16:06:23 mhu 1.2.230.1: #i35209# Adapted salmain.cxx to use SAL_IMPLEMENT_MAIN() macro as recommended.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [ed3e441168b718e0f50c80bded3af3d5ea172ac5]

        INTEGRATION: CWS valgrind02 (1.18.12); FILE MERGED 2004/10/11 17:37:36 mhu 1.18.12.2: #i35209# Moved main() / SAL_IMPLEMENT_MAIN...() into global namespace. 2004/10/11 17:27:11 mhu 1.18.12.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [064e4c2ff80cbebcabff2a4413ade07d84cf81d4]

        INTEGRATION: CWS valgrind02 (1.2.106); FILE MERGED 2004/10/11 17:27:11 mhu 1.2.106.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [736bb3f906c195a7960eb6059cb2c57411990f0f]

        INTEGRATION: CWS valgrind02 (1.14.20); FILE MERGED 2004/10/11 17:27:10 mhu 1.14.20.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [ae0b3931a1c5a5952e556f66c2efcbfecc2ba47b]

        INTEGRATION: CWS valgrind02 (1.15.22); FILE MERGED 2004/10/18 18:45:10 mhu 1.15.22.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [195364b0b5e9a28a20f17f406978917f3809298e]

        INTEGRATION: CWS valgrind02 (1.10.16); FILE MERGED 2004/10/11 17:27:48 mhu 1.10.16.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [154f45660221ba0176a31c9687a60e0022efa63d]

        INTEGRATION: CWS valgrind02 (1.4.12); FILE MERGED 2004/10/28 15:48:42 mhu 1.4.12.1: #i35209# (Re-)Added STDOBJVCL as 'salmain.o' for use with TARGETTYPE=GUI apps.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [9c2c6aa0451a88d54db80e06af8c53af2d8d3e3c]

        INTEGRATION: CWS valgrind02 (1.29.40); FILE MERGED 2004/10/28 15:48:42 mhu 1.29.40.1: #i35209# (Re-)Added STDOBJVCL as 'salmain.o' for use with TARGETTYPE=GUI apps.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [0b48739798523b4a71f94b03b962505495776eb4]

        INTEGRATION: CWS valgrind02 (1.4.28); FILE MERGED 2004/10/11 17:28:31 mhu 1.4.28.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [1c7f373c2edbbed3d255aa7391dabbc48944647c]

        INTEGRATION: CWS valgrind02 (1.2.138); FILE MERGED 2004/10/11 17:28:31 mhu 1.2.138.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [3d2d1e551cce20dafad6ce81faf82d35ba0dca01]

        INTEGRATION: CWS valgrind02 (1.5.16); FILE MERGED 2004/10/11 17:28:30 mhu 1.5.16.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [01672e7629c671657b8ae21912448d095c61718a]

        INTEGRATION: CWS valgrind02 (1.2.138); FILE MERGED 2004/10/11 17:28:29 mhu 1.2.138.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [cfaa43393197a8c207eec2219d97d68f1c0a00cc]

        #i10000# Add 'NO_SHL1DESCRIPTION=TRUE' to makefiles in order to become independent from sal and xml2cmp

2004-10-28  Michael Hönnig  <mi@openoffice.org>  [28cfd1f82d6f474da8f66c92cd338f9fa53e71af]

        documentation

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [981b3c1e21de171adf3c7c04954d342df625c67e]

        #i10000# Depends on xml2cmp

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [5b8429b20dfce69869d70bd68009d92c9543ec6a]

        SRC680

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [5b184db6a08e9f75fb129b42f5c471a604a66413]

        INTEGRATION: CWS impress20ea (1.5.32); FILE MERGED 2004/10/14 12:33:42 af 1.5.32.3: RESYNC: (1.5-1.6); FILE MERGED 2004/09/21 08:50:13 af 1.5.32.2: #i34011# Added explicit position (somewhere in the top center of the edit view) for master view tool bar. 2004/09/16 16:18:41 af 1.5.32.1: #i34011# Added master view tool bar.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [aaf3869bba3925b3643f19333058f57f49cc6403]

        INTEGRATION: CWS impress20ea (1.5.32); FILE MERGED 2004/10/14 12:34:00 af 1.5.32.3: RESYNC: (1.5-1.6); FILE MERGED 2004/09/21 08:50:36 af 1.5.32.2: #i34011# Added explicit position (somewhere in the top center of the edit view) for master view tool bar. 2004/09/16 16:18:02 af 1.5.32.1: #i34011# Added master view tool bar.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [fd24cf9f027c62c377401a8c98ee2e8a711450cf]

        INTEGRATION: CWS writerperfect01 (1.51.2); FILE MERGED 2004/10/28 10:54:02 cmc 1.51.2.2: RESYNC: (1.51-1.58); FILE MERGED 2004/10/05 16:56:59 mmeeks 1.51.2.1: Issue number: 35022 Submitted by: mmeeks Reviewed by:  pending
        
        Package the writerperfect filter library.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [87f2f3a17001b22eb514f1bcc6eae04934a70c51]

        INTEGRATION: CWS writerperfect01 (1.32.56); FILE MERGED 2004/10/28 10:28:34 cmc 1.32.56.2: RESYNC: (1.32-1.34); FILE MERGED 2004/10/05 16:04:27 mmeeks 1.32.56.1: Issue number: 35022 Submitted by: mmeeks Reviewed by:  pending
        
        Add WordPerfect file type auto-detetection / sniff...

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [82ff1ed9beb036bc5ba7d3364224aad49fce643f]

        INTEGRATION: CWS writerperfect01 (1.13.168); FILE MERGED 2004/10/19 02:18:15 vq 1.13.168.3: #i35393# Add OOo: to let writerperfect only be build for OOo. 2004/10/12 17:02:26 vq 1.13.168.2: #i35393# Remove OO: from build.lst 2004/10/05 16:04:27 mmeeks 1.13.168.1: Issue number: 35022 Submitted by: mmeeks Reviewed by:  pending
        
        Add WordPerfect file type auto-detetection / sniff...

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [8bb34e99f6ccf1ce7728101ad774453248a0d1ad]

        INTEGRATION: CWS writerperfect01 (1.12.6); FILE MERGED 2004/10/28 09:54:19 cmc 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2004/10/05 16:04:27 mmeeks 1.12.6.1: Issue number: 35022 Submitted by: mmeeks Reviewed by:  pending
        
        Add WordPerfect file type auto-detetection / sniff...

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [059d9f5e18a816b6f037b2318e4d8be9d2001b38]

        INTEGRATION: CWS writerperfect01 (1.28.86); FILE MERGED 2004/10/07 14:32:59 mmeeks 1.28.86.1: Issue number: 35022 Submitted by: mmeeks Reviewed by:  cmc
        
        Add WordPerfect to TextDocument filters list.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [3cf166d385c6f3a1f6cfcf7e696bd41dfa636e65]

        INTEGRATION: CWS writerperfect01 (1.1.2); FILE ADDED 2004/10/05 16:27:31 mmeeks 1.1.2.2: Issue number: 35022 Submitted by: mmeeks Reviewed by:  pending
        
        fix snafu.
        2004/10/05 16:02:35 mmeeks 1.1.2.1: Issue number: 35022
        Submitted by: mmeeks
        Reviewed by:  default
        
        Add Wordperfect filter details - hard to test though.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [378eb0f3542935e902666f3e6de73abb5aa45e7c]

        INTEGRATION: CWS writerperfect01 (1.1.2); FILE ADDED 2004/10/07 10:14:16 mmeeks 1.1.2.2: Issue number: 35022 Submitted by: mmeeks Reviewed by:  pending
        
        Add the magic 3RDPARTYFILTER aka 'BREAKIFNOTPRESENT'
        2004/10/05 16:02:34 mmeeks 1.1.2.1: Issue number: 35022
        Submitted by: mmeeks
        Reviewed by:  default
        
        Add Wordperfect filter details - hard to test though.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [fba52d4d60442cd9872bf2c45f6b36b97d3867f5]

        INTEGRATION: CWS writerperfect01 (1.3.42); FILE MERGED 2004/10/05 16:02:34 mmeeks 1.3.42.1: Issue number: 35022 Submitted by: mmeeks Reviewed by:  default
        
        Add Wordperfect filter details - hard to test though.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [1b0ab6596cb850316c83bf99436aded338bebe2e]

        INTEGRATION: CWS impress20ea (1.1.2); FILE ADDED 2004/09/16 13:52:13 af 1.1.2.1: #i34011# Initial revision.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [ec363d1529fdd4e9f137028a33746b3cd2e9c4c5]

        INTEGRATION: CWS impress20ea (1.19.34); FILE MERGED 2004/10/19 16:26:22 af 1.19.34.1: #i35731# Removed the View/Master/Title Master entry.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [050504396a43fe746170e38574aa0806e2f2efaf]

        INTEGRATION: CWS impress20ea (1.1.2); FILE ADDED 2004/09/16 13:57:27 af 1.1.2.1: #i34011# Initial revision.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [3dd8c0954ee1060155f93a8f34a486d32f7b0090]

        INTEGRATION: CWS impress20ea (1.33.14); FILE MERGED 2004/10/14 13:22:54 af 1.33.14.3: RESYNC: (1.33-1.36); FILE MERGED 2004/10/12 09:34:41 af 1.33.14.2: #i34881# Added support for mbIsInitialized flag.  Moved update of controller here from PaneManager. 2004/09/03 14:26:55 af 1.33.14.1: #i31710# Do not re-use object bars.  This feature does not yet work properly.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [49837c395c5773b04fe550a704f2e49368e30df3]

        INTEGRATION: CWS impress20ea (1.36.64); FILE MERGED 2004/10/14 13:22:46 af 1.36.64.3: RESYNC: (1.36-1.38); FILE MERGED 2004/09/16 16:11:24 af 1.36.64.2: #i34011# Modified AssignFromSlideChangeWindow() to take edit mode into account. 2004/09/15 08:07:57 af 1.36.64.1: #i34011# Added new master view slot.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [19ac4097da8d6c78cbe43d9716d0565e04d54d6a]

        INTEGRATION: CWS impress20ea (1.30.4); FILE MERGED 2004/10/14 13:22:38 af 1.30.4.2: RESYNC: (1.30-1.31); FILE MERGED 2004/09/09 16:01:49 af 1.30.4.1: #117500# Broadcast new hints about slides being resized.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [64afab420f9dfa2f0c9d3618c568c265e03c2101]

        INTEGRATION: CWS impress20ea (1.14.12); FILE MERGED 2004/09/15 08:04:49 af 1.14.12.2: #i34011# ObjectBarManager.cxx now may use exceptions. 2004/09/09 16:03:12 af 1.14.12.1: #117500# Added new class ViewShellHint.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [11d08c43f857dc12dc2ac97ca9475060d2dfb31c]

        INTEGRATION: CWS impress20ea (1.13.66); FILE MERGED 2004/09/16 16:09:37 af 1.13.66.1: #i34011# Passing edit mode to AssignFromSlideChangeWindow().

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [ba6251d501904b71eaaadfc34c02f2940791b46c]

        INTEGRATION: CWS impress20ea (1.42.24); FILE MERGED 2004/10/14 13:20:05 af 1.42.24.4: RESYNC: (1.42-1.43); FILE MERGED 2004/09/21 08:49:04 af 1.42.24.3: #i34011# Switching back to first page before leaving the master mode to prevent crash. 2004/09/20 16:30:15 af 1.42.24.2: #i34011# Added proper broadcasting of edit mode change. 2004/09/15 08:06:19 af 1.42.24.1: #i34011# Added broadcasting of the beginning and end of changing the master mode.  Added handling of new SID_CLOSE_MASTER_VIEW slot.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [42064ac55ea76a7b7e5eb478f15c73ef3a2df4df]

        INTEGRATION: CWS impress20ea (1.47.12); FILE MERGED 2004/10/14 13:19:08 af 1.47.12.3: RESYNC: (1.47-1.50); FILE MERGED 2004/10/05 11:02:58 af 1.47.12.2: #i34881# Prevent the deletion of last master page. 2004/09/15 08:04:05 af 1.47.12.1: #i34011# Added the new master view slots.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [a64f8cb1dcc132baffd7ee19ba931015a383c939]

        INTEGRATION: CWS impress20ea (1.32.26); FILE MERGED 2004/10/14 13:18:22 af 1.32.26.4: RESYNC: (1.32-1.33); FILE MERGED 2004/10/05 10:59:56 af 1.32.26.3: #i34868# Calling CreateTitleAndLayout() for new master pages to create placeholder shapes. 2004/09/16 16:06:33 af 1.32.26.2: #i34011# Added handling of SID_INSERT_MASTER_PAGE slot. 2004/09/15 08:03:25 af 1.32.26.1: #i34011# Added the new master view slots.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [4a4ab83bd0e3baf3013ceef826ebf0d7c9ad8402]

        INTEGRATION: CWS impress20ea (1.42.14); FILE MERGED 2004/10/19 12:37:34 af 1.42.14.6: #i34881 Resolved merge problem. 2004/10/14 13:18:14 af 1.42.14.5: RESYNC: (1.42-1.43); FILE MERGED 2004/10/12 09:32:46 af 1.42.14.4: #i34881# Call Show/HideToolBar only when the shell has been properly initialized. 2004/09/21 08:46:54 af 1.42.14.3: #i34011# Prevent SwitchPage() from accessing non-existent page when given index is invalid. 2004/09/16 16:05:16 af 1.42.14.2: #i34011# Renamed master view toolbar. 2004/09/15 08:02:41 af 1.42.14.1: #i34011# Show or hide the master view toolbar when changing into/from the master mode.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [bd99d5c5470bfbcda6f0b182a7ba5cfa854e2746]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/09/20 16:20:41 af 1.2.68.1: #i33472# Had to integrate fix from other CWS.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [0fe0589756c8ad51f434bfb89affbf05aa532017]

        INTEGRATION: CWS impress20ea (1.4.28); FILE MERGED 2004/10/12 09:29:17 af 1.4.28.3: #i34881# Added mbIsInitialized member. 2004/09/16 16:04:36 af 1.4.28.2: #i34011# Fixed handling of layers for master pages. 2004/09/15 08:00:54 af 1.4.28.1: #i34011# In ProcessModifyPageSlot() extract the visible layers only for non-master pages.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [85fb884cace22cd74289aff7aeb55314e477b44c]

        INTEGRATION: CWS impress20ea (1.1.2); FILE ADDED 2004/09/09 16:02:48 af 1.1.2.1: #117500# Initial revision.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [d035d68df184542f67a241f942b92ed42da4b02b]

        INTEGRATION: CWS impress20ea (1.8.28); FILE MERGED 2004/10/14 13:17:27 af 1.8.28.2: RESYNC: (1.8-1.11); FILE MERGED 2004/09/16 16:02:53 af 1.8.28.1: #i34265# Minor code cleanup.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [0dba7809c9cf27e358bd1e321110f7af27819e82]

        INTEGRATION: CWS impress20ea (1.78.62); FILE MERGED 2004/10/14 13:15:34 af 1.78.62.2: RESYNC: (1.78-1.80); FILE MERGED 2004/09/20 16:26:03 af 1.78.62.1: #i34011# New master pages are named before they are inserted.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [1e1d860bfd9122adb8b7dcebebcad9d8086cd3c8]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/09/28 11:48:31 af 1.2.68.1: #i34606# Added support for master pages.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [2adebe47a1f8c99e14140ded7ebe63ee600afad9]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/10/14 13:14:17 af 1.2.68.4: RESYNC: (1.2-1.3); FILE MERGED 2004/10/05 09:54:03 af 1.2.68.3: #i34869# Passing FALSE as last parameter to SetMasterPage() for not deleting unused master pages. 2004/09/28 11:47:04 af 1.2.68.2: #i34606# Added support for master pages. 2004/09/20 16:25:06 af 1.2.68.1: #i34011# Added guard against invalid token.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [ccc2f9e4f1a2379d8b33deefd561867ad3382342]

        INTEGRATION: CWS impress20ea (1.6.28); FILE MERGED 2004/09/20 16:23:26 af 1.6.28.2: #i34011# Fixed handling of master pages that are inserted by user. 2004/09/16 15:56:52 af 1.6.28.1: #i34265# Avoid the unnecessary creation of substition images and attempted loads of thumbnails.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [b1fe83d411a81bf34d368d0f4154e3ccfac5248c]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/10/05 14:08:03 af 1.2.68.1: #i34606# Added IsMainViewInMastePageMode() method.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [e6c2e487a531d1e9548cdaccf78902169c38a988]

        INTEGRATION: CWS impress20ea (1.3.68); FILE MERGED 2004/10/14 13:14:01 af 1.3.68.3: RESYNC: (1.3-1.4); FILE MERGED 2004/10/11 11:43:10 af 1.3.68.2: #i34882# Moved guard against assigning layouts to master pages from ClickHandler to AssignLayoutToSelectedSlides() to catch all invocations. 2004/10/05 14:09:47 af 1.3.68.1: #i34606# Added IsMainViewInMastePageMode() method.  Layouts are not assigned when the former method returns true.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [7c076c2c458ea8e4ce66887b612cf02ebb819587]

        INTEGRATION: CWS impress20ea (1.3.68); FILE MERGED 2004/09/15 08:20:31 af 1.3.68.1: #i34011# The first page is now properly recognized as new page (when it is new.)

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [32a9e52bc8c04484a72b48e7320eeab6d3d24543]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/09/28 11:41:09 af 1.2.68.1: #i34606# Added methods for getting and restoring the selection.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [24ac647b97219af46d810b7eb3e2bae6e8d2f2b9]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/09/28 11:40:05 af 1.2.68.2: #i34606# Added inner class ModelChangeLock. 2004/09/15 08:15:29 af 1.2.68.1: #i34011# Added the handling of changing the edit mode.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [01cf1ee2632af25b2216c6640069f94c5f86468d]

        INTEGRATION: CWS impress20ea (1.4.28); FILE MERGED 2004/10/14 13:12:40 af 1.4.28.3: RESYNC: (1.4-1.8); FILE MERGED 2004/10/05 10:07:30 af 1.4.28.2: #i34868# Calling CreateTitleAndLayout() for new master pages to create placeholder shapes. 2004/09/16 15:40:23 af 1.4.28.1: #i34011# Added handling of slots for master view context menu.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [47d1ad36e9c177b7f28d901cb92fda8fabc96422]

        INTEGRATION: CWS impress20ea (1.4.28); FILE MERGED 2004/10/14 13:12:33 af 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/28 11:38:52 af 1.4.28.1: #i34606# Turned off drag-and-drop for master pages.  Code cleanup.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [44fbbc76a828b06e34b1cf5d2f06b19286a885fe]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/09/28 11:37:07 af 1.2.68.2: #i34606# Added methods for getting and restoring the selection. 2004/09/15 08:18:07 af 1.2.68.1: #i34011# Fixed convesion of page indices.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [e6a80a4d8e30ae3f650a0d3bce60179992d6d685]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/09/15 08:26:27 af 1.2.68.2: #i34011# Added new code and rec-activated old code for the handling of edit mode changes. 2004/09/09 16:00:50 af 1.2.68.1: #117500# Listening for new hint from ViewShell that slides are resized.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [eee09af37ffe421ba4c6a731e8ea184037677b3f]

        INTEGRATION: CWS impress20ea (1.3.28); FILE MERGED 2004/10/06 09:45:43 af 1.3.28.4: #i34870# Master pages are removed from document via core not API. 2004/09/28 11:35:51 af 1.3.28.3: #i34606# MoveSelectedPages() now refuses to work on master pages.  Added inner class ModelChangeLock. 2004/09/16 15:19:29 af 1.3.28.2: #i34011# DeleteSelectedPages() now handles master pages. 2004/09/15 08:17:18 af 1.3.28.1: #i34011# Added the handling of changing the edit mode.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [48d281be59680c0995c20c35a5a6d898c348516a]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/10/14 13:12:16 af 1.2.68.2: RESYNC: (1.2-1.4); FILE MERGED 2004/09/16 17:09:51 af 1.2.68.1: #i34268# Added parameter to the Start() method.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [94b5e82d078cff45c50faefffede64194599cc83]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/09/16 17:14:00 af 1.2.68.1: #i34268# Added parameter to the Start() method.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [c554cee89c9b67bbf5d53a4ca357b70589036f32]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/10/14 13:11:43 af 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/16 17:12:06 af 1.2.68.1: #i34268# Added parameter to the RequestPreviewBitmap() method.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [93258ec4c9b0e2c6b583fdad5edb834de6f0e841]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/09/16 17:10:58 af 1.2.68.1: #i34268# Corrected initialization of new cache entry.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [7bfa4b6685b4ac1ae1e42a78048c0011f388a0cd]

        INTEGRATION: CWS impress20ea (1.15.12); FILE MERGED 2004/09/15 07:55:07 af 1.15.12.1: #i34011#,#i34101# Added resource ids for Draw and Master View context menus.  Renamed existing ids.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [5c0746dbf63c7c11e834c7cefa6138192ebff654]

        INTEGRATION: CWS impress20ea (1.3.28); FILE MERGED 2004/10/12 09:25:29 af 1.3.28.1: #i34881# Added mbIsInitialized member.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [15ca9aec181df3a9a797719bec0691c9d73c4ec4]

        INTEGRATION: CWS impress20ea (1.1.2); FILE ADDED 2004/09/15 07:53:48 af 1.1.2.2: #i34011# Added two hint ids concerning edit mode changes. 2004/09/09 16:02:32 af 1.1.2.1: #117500# Initial revision.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [f126ff9c5ef8c88b930008759725353c6be687ce]

        INTEGRATION: CWS impress20ea (1.7.4); FILE MERGED 2004/10/14 13:10:19 af 1.7.4.3: RESYNC: (1.7-1.8); FILE MERGED 2004/10/12 09:24:40 af 1.7.4.2: #i34881# Extended description of Init(). 2004/09/16 15:34:02 af 1.7.4.1: #i34011# Added argument to AssignFromSlideChangeWindow().

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [3ab6cee769508a8341c74374e2c3cf6c4f8706f9]

        INTEGRATION: CWS impress20ea (1.7.68); FILE MERGED 2004/09/15 07:50:43 af 1.7.68.1: #117500# Corrected the use property indices.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [fa4f4ed1738ca9b5301afaf8de1e4b05ba25fb66]

        INTEGRATION: CWS impress20ea (1.9.68); FILE MERGED 2004/09/15 07:49:34 af 1.9.68.1: #117500# Corrected the use property indices.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [cbd2183ec8f163f4cfaeabc8edc5b48b09a3c272]

        INTEGRATION: CWS impress20ea (1.2.432); FILE MERGED 2004/10/14 13:02:28 af 1.2.432.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/15 07:47:14 af 1.2.432.1: #117500# Remove valgrind warning about accesing uninitialized memory.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [19bcb9514fc1ddd07f5fb56d01f52b5cb24ce35f]

        INTEGRATION: CWS impress20ea (1.39.66); FILE MERGED 2004/09/08 13:47:13 af 1.39.66.1: #i32195# GetCurrentPage() is now called in CalcFieldValueHdl even when the view shell is not present.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [20fbbe264ea25a0852c77782e1c7033af5b19d32]

        INTEGRATION: CWS impress20ea (1.30.68); FILE MERGED 2004/10/14 13:00:51 af 1.30.68.3: RESYNC: (1.30-1.31); FILE MERGED 2004/09/16 15:33:03 af 1.30.68.2: #i34011# Removed entries from master view context menu that are not supported. 2004/09/14 15:20:30 af 1.30.68.1: #i34011# Addded context menu for master view.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [86422d17ccfb2bad2339bc3a0e75f1e0f750b258]

        INTEGRATION: CWS impress20ea (1.18.68); FILE MERGED 2004/10/14 12:54:49 af 1.18.68.2: RESYNC: (1.18-1.19); FILE MERGED 2004/09/14 15:16:09 af 1.18.68.1: #i34011# Added four slot ids for master view context menu.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [abbc0f85504a1ab69c4ee5edbb6fb1a01c182980]

        INTEGRATION: CWS impress20ea (1.10.68); FILE MERGED 2004/10/19 16:18:20 af 1.10.68.1: #i35731# Marked SID_TITLE_MASTERPAGE as deprecated.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [fa53be218f6634b9237af80b76a04956da638498]

        INTEGRATION: CWS impress20ea (1.25.12); FILE MERGED 2004/10/14 12:55:23 af 1.25.12.3: RESYNC: (1.25-1.27); FILE MERGED 2004/09/16 15:20:17 af 1.25.12.2: #i34011# Corrected exec method for SID_CLOSE_MASTER_VIEW. 2004/09/14 15:15:24 af 1.25.12.1: #i34011# Added four slot ids for master view context menu.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [fd4222ce364a12985ce82f0ee1ee4cfc11a080c1]

        INTEGRATION: CWS impress20ea (1.2.68); FILE MERGED 2004/10/14 12:54:58 af 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/16 15:37:59 af 1.2.68.1: #i34011# Added slots for master view context menu.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [07e8759600d0a86a84e286d10f54df5281db558e]

        INTEGRATION: CWS impress20ea (1.10.68); FILE MERGED 2004/10/14 12:37:41 af 1.10.68.2: RESYNC: (1.10-1.11); FILE MERGED 2004/09/14 15:14:43 af 1.10.68.1: #i34011# Added four slot ids for master view context menu.

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [3fe4d2e988a5ad32acb9b081d5ce125406511d46]

        INTEGRATION: CWS impress20ea (1.10.30); FILE MERGED 2004/10/14 12:33:35 af 1.10.30.3: RESYNC: (1.10-1.11); FILE MERGED 2004/10/05 16:21:15 af 1.10.30.2: #i34884# Removed the property definition of CloseMasterView to display it as text instead of an icon in tool boxes. 2004/09/16 16:16:57 af 1.10.30.1: #i34011# Added slots for the master view tool bar.

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [cd9df0665046704fa3fd733bd19aee8218156ff6]

        INTEGRATION: CWS adarefilterteam29 (1.95.2); FILE MERGED 2004/10/12 15:27:26 mmaher 1.95.2.3: RESYNC: (1.101-1.102); FILE MERGED 2004/08/11 17:47:13 mmaher 1.95.2.2: RESYNC: (1.95-1.101); FILE MERGED 2004/07/19 17:02:08 mmaher 1.95.2.1: #i25422# The other bit of getting drawing objects converted to Frames

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [b2405a4b8a711641ce5c41c2e1f2e59c4b6cda77]

        INTEGRATION: CWS adarefilterteam29 (1.153.28); FILE MERGED 2004/10/12 13:00:03 mmaher 1.153.28.3: RESYNC: (1.155-1.156); FILE MERGED 2004/08/11 15:15:31 mmaher 1.153.28.2: RESYNC: (1.153-1.155); FILE MERGED 2004/07/07 15:15:54 mmaher 1.153.28.1: #i30198# If there is no header or footer then negative top and bottom page margins don't mean anything

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [47057cc28242fd09acde93e42c9489591944f448]

        INTEGRATION: CWS adarefilterteam29 (1.105.30); FILE MERGED 2004/10/12 12:59:11 mmaher 1.105.30.6: RESYNC: (1.106-1.107); FILE MERGED 2004/08/11 15:15:00 mmaher 1.105.30.5: RESYNC: (1.105-1.106); FILE MERGED 2004/07/29 14:43:50 mmaher 1.105.30.4: #i28333# An invalid nGapHalf was causing chaos 2004/07/21 16:15:49 mmaher 1.105.30.3: #i19338# Insanely complicated logical statement goes bad 2004/07/05 16:17:52 mmaher 1.105.30.2: #i30298# Fixed left table indent problem 2004/06/24 10:04:19 mmaher 1.105.30.1: #i30055# Wrong number of repeated headlines

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [2ba6f2718bd9a3e7e7c0960cc8162a93fcc0097b]

        INTEGRATION: CWS adarefilterteam29 (1.136.30); FILE MERGED 2004/10/12 12:58:44 mmaher 1.136.30.4: RESYNC: (1.137-1.142); FILE MERGED 2004/08/31 13:07:52 mmaher 1.136.30.3: #i27541# Enabled CustomShapeObj 2004/08/11 15:14:51 mmaher 1.136.30.2: RESYNC: (1.136-1.137); FILE MERGED 2004/07/19 15:41:53 mmaher 1.136.30.1: #i25422# Drawing objects that get converted to frames even in RTL documents

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [6adb7221d0f876d5e3c96a9740d1f302b550c48d]

        INTEGRATION: CWS adarefilterteam29 (1.117.28); FILE MERGED 2004/10/12 12:58:17 mmaher 1.117.28.4: RESYNC: (1.121-1.122); FILE MERGED 2004/08/11 15:14:41 mmaher 1.117.28.3: RESYNC: (1.117-1.121); FILE MERGED 2004/07/28 10:23:27 mmaher 1.117.28.2: #i19008# Regression for RTL documents from swobjpos02 2004/07/19 15:41:53 mmaher 1.117.28.1: #i25422# Drawing objects that get converted to frames even in RTL documents

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [fd90b8efa67f7113a8c990d38a358bf1c2eeb7f5]

        INTEGRATION: CWS adarefilterteam29 (1.9.30); FILE MERGED 2004/10/12 12:56:47 mmaher 1.9.30.2: RESYNC: (1.9-1.11); FILE MERGED 2004/08/18 13:06:28 mmaher 1.9.30.1: #i33074# patch for non-ascii languages submitted by cmc

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [e0cd32f5deb257f5508a0ff89e45f3b946f671c8]

        INTEGRATION: CWS adarefilterteam29 (1.8.64); FILE MERGED 2004/10/12 12:53:15 mmaher 1.8.64.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/06 13:10:30 mmaher 1.8.64.1: #i20264# Applied patch from tono@openoffice.org for writing in local charsets

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [edacdec39f722699b7ddd438c0c3464f86d41693]

        INTEGRATION: CWS adarefilterteam29 (1.25.28); FILE MERGED 2004/10/12 12:53:04 mmaher 1.25.28.2: RESYNC: (1.25-1.27); FILE MERGED 2004/07/06 13:10:29 mmaher 1.25.28.1: #i20264# Applied patch from tono@openoffice.org for writing in local charsets

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [c4285569587d86717dc1d5a2bb85d65a7ae1e44d]

        INTEGRATION: CWS adarefilterteam29 (1.17.50); FILE MERGED 2004/10/12 12:52:46 mmaher 1.17.50.3: RESYNC: (1.17-1.20); FILE MERGED 2004/07/15 12:12:34 mmaher 1.17.50.2: #i28758# Added a parser for User Properties 2004/07/01 13:13:54 mmaher 1.17.50.1: #i17798# Added XE field parser

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [8c523dbdb18760c672536909c51f73e661aede19]

        INTEGRATION: CWS adarefilterteam29 (1.41.30); FILE MERGED 2004/10/12 12:52:35 mmaher 1.41.30.6: RESYNC: (1.42-1.45); FILE MERGED 2004/10/08 11:00:06 mmaher 1.41.30.5: #117908# Problem with Graphic only pages/headers/section breaks 2004/08/11 15:13:04 mmaher 1.41.30.4: RESYNC: (1.41-1.42); FILE MERGED 2004/07/15 12:12:34 mmaher 1.41.30.3: #i28758# Added a parser for User Properties 2004/07/01 13:13:53 mmaher 1.41.30.2: #i17798# Added XE field parser 2004/06/25 14:44:07 mmaher 1.41.30.1: #i28983# This won't make table in rtf look any better but at least it will stop crashes

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [8128aefe0a7e5c4ff22aa731671455f9525ebb61]

        INTEGRATION: CWS adarefilterteam29 (1.23.50); FILE MERGED 2004/10/05 14:13:14 mmaher 1.23.50.2: #117890# Cell balancing needs to take account of color 2004/06/24 10:04:21 mmaher 1.23.50.1: #i30055# Wrong number of repeated headlines

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [79da2344c0d8e8d517fa6dbe18024a91e3dfc9f0]

        INTEGRATION: CWS adarefilterteam29 (1.21.66); FILE MERGED 2004/10/12 12:52:24 mmaher 1.21.66.3: RESYNC: (1.21-1.22); FILE MERGED 2004/10/05 09:57:33 mmaher 1.21.66.2: #117892# Date format string handling improved 2004/07/01 13:13:52 mmaher 1.21.66.1: #i17798# Added XE field parser

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [75df7c4841cdb6b4ee9c4773bd27aa3bc756612a]

        INTEGRATION: CWS adarefilterteam29 (1.49.30); FILE MERGED 2004/10/12 12:52:14 mmaher 1.49.30.3: RESYNC: (1.50-1.53); FILE MERGED 2004/08/11 15:12:43 mmaher 1.49.30.2: RESYNC: (1.49-1.50); FILE MERGED 2004/07/06 13:10:29 mmaher 1.49.30.1: #i20264# Applied patch from tono@openoffice.org for writing in local charsets

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [20d067c88413a51b2557586c06ba9ec407968048]

        INTEGRATION: CWS adarefilterteam29 (1.74.10); FILE MERGED 2004/10/12 12:32:34 mmaher 1.74.10.3: RESYNC: (1.77-1.78); FILE MERGED 2004/08/11 15:06:25 mmaher 1.74.10.2: RESYNC: (1.74-1.77); FILE MERGED 2004/07/19 15:41:52 mmaher 1.74.10.1: #i25422# Drawing objects that get converted to frames even in RTL documents

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [bf3caf8afaec110857a32cd129ee9d85fcb24970]

        INTEGRATION: CWS adarefilterteam29 (1.4.238); FILE MERGED 2004/07/06 13:11:57 mmaher 1.4.238.1: #i20264# Applied patch from tono@openoffice.org for writing in local charsets

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [2cc1119aacfb2fccdf78b6c9b8063745449a4a27]

        INTEGRATION: CWS pdf02 (1.23.14); FILE MERGED 2004/10/04 15:00:21 nn 1.23.14.1: #i34954# handle hyperlink formula results in PDF export

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [d7bbc5f60961247bf6e561189386dd60ff1d99ab]

        INTEGRATION: CWS pdf02 (1.30.10); FILE MERGED 2004/10/11 17:55:24 pl 1.30.10.3: #i26240# handle fill/line colors with transparency as outdev.cxx 2004/09/21 18:19:14 pl 1.30.10.2: #i33412# compression for transparency groups 2004/09/21 12:32:54 pl 1.30.10.1: #i33091# add support for SvtGraphicStroke

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [f538970930a9662968c3fd5b0681cb6be0cf13fb]

        INTEGRATION: CWS pdf02 (1.72.10); FILE MERGED 2004/10/12 17:42:03 pl 1.72.10.8: #i29631# fix a clipping problem with transparent polylines 2004/10/08 14:09:33 pl 1.72.10.7: #i35051# corrected drawTransparent method 2004/10/08 13:41:02 pl 1.72.10.6: #i35105# correct rounded rectangles with oversized rounding 2004/09/22 08:30:06 pl 1.72.10.5: #i33412# compression for widget appearances 2004/09/21 18:19:13 pl 1.72.10.4: #i33412# compression for transparency groups 2004/09/21 14:06:40 pl 1.72.10.3: #i34345# changed trigger for artificial bold 2004/09/21 12:32:53 pl 1.72.10.2: #i33091# add support for SvtGraphicStroke 2004/09/20 15:49:15 pl 1.72.10.1: #i33312# overline attribute

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [90047723cee6c7f1fffb0e114fe59b3dac8794ef]

        INTEGRATION: CWS pdf02 (1.10.10); FILE MERGED 2004/09/21 12:32:53 pl 1.10.10.1: #i33091# add support for SvtGraphicStroke

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [174378479b8c0e6c68b4ce43629160f9221fb3e3]

        INTEGRATION: CWS pdf02 (1.2.10); FILE MERGED 2004/09/28 11:51:24 sj 1.2.10.1: #i34726# added export of internal text object hyperlinks

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [6c395e594fddf67caabed9540d737a8ff254cd8f]

        INTEGRATION: CWS pdf02 (1.16.12); FILE MERGED 2004/09/20 16:48:33 pl 1.16.12.1: #i33200# PDF tag for controls

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [c77f541ff2e1abf2518d60fe467dd75391e2c0b6]

        INTEGRATION: CWS pdf02 (1.92.12); FILE MERGED 2004/09/28 11:53:04 sj 1.92.12.1: #i34726# added export of internal text object hyperlinks

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [77abd992cb4b0a0ed9e091566b539e4a4fa16add]

        INTEGRATION: CWS pdf02 (1.91.4); FILE MERGED 2004/10/11 12:00:08 pl 1.91.4.2: RESYNC: (1.91-1.92); FILE MERGED 2004/10/08 09:57:41 fme 1.91.4.1: #i35176# Enhanced pdf export - Process links from EditEngine

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [a5a0b4ee62d8c0d23da6b6f780da62e51837ba9c]

        INTEGRATION: CWS pdf02 (1.19.280); FILE MERGED 2004/09/20 12:00:03 fme 1.19.280.1: #i15455# Do not mark links as 'visited' on printing/pdf export/print preview

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [58e07eb2a9f4289bb4afc9d7344ada4e3dcd0a31]

        INTEGRATION: CWS pdf02 (1.2.6); FILE MERGED 2004/10/11 12:55:17 pl 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/08 09:58:19 fme 1.2.6.1: #i35176# Enhanced pdf export - Process links from EditEngine

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [6e44fb77ef981a1cf9f2b553b406a4c708f37a4f]

        INTEGRATION: CWS pdf02 (1.2.6); FILE MERGED 2004/10/08 09:56:28 fme 1.2.6.1: #i35176# Enhanced pdf export - Process links from EditEngine

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [e997e56905fffeeec72e4628774549b047f0ab30]

        INTEGRATION: CWS pdf02 (1.11.46); FILE MERGED 2004/10/01 11:57:17 nn 1.11.46.1: #i34865# handle internal links in PDF export

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [08d56b5c4ea5fa76a17a7d6956f1f8206b5bcf1f]

        INTEGRATION: CWS pdf02 (1.2.158); FILE MERGED 2004/10/01 11:57:17 nn 1.2.158.1: #i34865# handle internal links in PDF export

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [0a57f3eaf72590de17a99da3369cd893c8dd8a46]

        INTEGRATION: CWS pdf02 (1.41.42); FILE MERGED 2004/10/11 11:14:56 pl 1.41.42.2: RESYNC: (1.41-1.42); FILE MERGED 2004/10/04 15:00:33 nn 1.41.42.1: #i34954# handle hyperlink formula results in PDF export

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [9d0b7314c6a59521b44e6d48a20dbe2114a0e1e5]

        INTEGRATION: CWS pdf02 (1.46.12); FILE MERGED 2004/10/11 11:23:39 pl 1.46.12.2: RESYNC: (1.46-1.47); FILE MERGED 2004/10/01 11:57:38 nn 1.46.12.1: #i34865# handle internal links in PDF export

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [ef734576cf89f5bab5b72c83377fd492c9139df7]

        INTEGRATION: CWS pdf02 (1.9.158); FILE MERGED 2004/10/01 11:57:01 nn 1.9.158.1: #i34865# handle internal links in PDF export

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [9d4ccb57498368418c3da6b86c7fa13d52a245d7]

        INTEGRATION: CWS pdf02 (1.2.158); FILE MERGED 2004/10/01 11:57:01 nn 1.2.158.1: #i34865# handle internal links in PDF export

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [c1c51f317bc23ded86b133f81b001f1a24bbaad7]

        INTEGRATION: CWS pdf02 (1.15.14); FILE MERGED 2004/10/04 15:00:07 nn 1.15.14.1: #i34954# handle hyperlink formula results in PDF export

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [489cf28b88e174db4dffc55d9aa245e7d7c90a2c]

        INTEGRATION: CWS pdf02 (1.79.12); FILE MERGED 2004/10/11 10:55:59 pl 1.79.12.3: RESYNC: (1.79-1.80); FILE MERGED 2004/09/29 10:53:22 sj 1.79.12.2: #i33489# added tagging of group, title, outline and shapes 2004/09/28 11:53:31 sj 1.79.12.1: #i34726# added export of internal text object hyperlinks

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [018a4cf9bd569e1b6898b51411a98d05c585fd76]

        INTEGRATION: CWS pdf02 (1.30.2); FILE MERGED 2004/10/11 09:59:34 pl 1.30.2.5: RESYNC: (1.30-1.31); FILE MERGED 2004/10/08 10:00:06 fme 1.30.2.4: #i35176# Enhanced pdf export - Provide information if last page is being rendered 2004/09/23 14:46:44 sj 1.30.2.3: #i33091# added support of lineinfo 2004/09/21 12:40:34 pl 1.30.2.2: removed debug assertion 2004/09/21 12:33:47 pl 1.30.2.1: #i33091# add support for SvtGraphicStroke, removed some warnings

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [c64b3c791cbcb6e7b8dfdd9f0a5416ed24ae001c]

        INTEGRATION: CWS pdf02 (1.19.4); FILE MERGED 2004/10/08 11:55:41 pl 1.19.4.1: #i35137# use metric field with percent units

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [5c525a2b9865d6bf0cad19c49ab8c81a3d2f4935]

        INTEGRATION: CWS pdf02 (1.8.4); FILE MERGED 2004/10/08 11:55:41 pl 1.8.4.1: #i35137# use metric field with percent units

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [f04e271af09e002eb8aed7b52ce577a9b9865918]

        INTEGRATION: CWS pdf02 (1.9.4); FILE MERGED 2004/10/08 11:55:41 pl 1.9.4.1: #i35137# use metric field with percent units

2004-10-28  Rüdiger Timm  <rt@openoffice.org>  [9b645f1dc48a9b4fa1fd8dec485067d956ecf27d]

        #i10000# Module instsetoo has been replaced with instsetoo_native

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [73699c7f47ff583857cb09b5825a98f718879b74]

        INTEGRATION: CWS dzongkha (1.28.28); FILE MERGED 2004/09/30 14:58:38 er 1.28.28.1: #i33898# DefaultFonts replacement for Dzongkha, provided by Javier Sola <javiersola@ooo> #i31502# DefaultFonts replacement for Khmer and Lao, provided by Javier Sola <javiersola@ooo> #i33998# DefaultFonts replacement for Swahili, provided by Alberto Escudero-Pascual <it46@ooo>, identical to English => empty block

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [893f42adf4039443bc07695e288ad12ea68b7f08]

        INTEGRATION: CWS dzongkha (1.9.20); FILE MERGED 2004/10/25 11:15:09 er 1.9.20.2: #i34007# Swahili is not CTL 2004/09/30 18:02:20 er 1.9.20.1: #i34007# classify some languages as CTL instead of Western

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [66468fa849a556ebb01aa040fa143be15d372c6d]

        INTEGRATION: CWS dclocking (1.1.2); FILE ADDED 2004/10/25 11:39:48 lla 1.1.2.1: #i35272# add test for doublelock feature

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [50cabbaf0ddb0471fd403365324941e00af6d8df]

        INTEGRATION: CWS dclocking (1.1.2); FILE ADDED 2004/10/25 11:39:33 lla 1.1.2.1: #i35272# add test for doublelock feature

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [b6d9a1c3b904535d1cb8be92a25d4bb53fbdd505]

        INTEGRATION: CWS dclocking (1.11.64); FILE MERGED 2004/10/25 11:45:01 lla 1.11.64.1: #i35272# add double locking test

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [34d8deb86fdcdef3a6dfe78e24496b180d8124e4]

        INTEGRATION: CWS dclocking (1.6.22); FILE MERGED 2004/10/15 16:41:58 dbo 1.6.22.2: #i35272# docu typo 2004/10/11 14:58:39 dbo 1.6.22.1: #i35272# - revised rtl::Static<>, rtl::StaticAggregate<> - removed rtl::StaticInstance (now private) - added rtl::StaticWithInit<>

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [8161bc0e4880d2c6019ba28033619a6418a37282]

        INTEGRATION: CWS dclocking (1.12.90); FILE MERGED 2004/10/11 12:50:26 dbo 1.12.90.1: #i35272# revised rtl/instance.hxx

2004-10-28  Pascal Junck  <pjunck@openoffice.org>  [94f55d2e332732706f178e12037bfbab7fc38da7]

        INTEGRATION: CWS dclocking (1.60.30); FILE MERGED 2004/10/25 11:39:57 dbo 1.60.30.2: #i35272# fixed Static to StaticWithINit 2004/10/11 12:55:38 dbo 1.60.30.1: #i35272# revised rtl/instance.hxx

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [cfddafdc8a1506628b4617125230404027820e8c]

        INTEGRATION: CWS rodarvus01 (1.19.6); FILE MERGED 2004/10/14 18:47:28 rodarvus 1.19.6.6: RESYNC: (1.22-1.23); FILE MERGED 2004/10/14 14:44:12 rodarvus 1.19.6.5: Issue number: #i27368# added support for hebrew Submitted by: obr Reviewed by: rodarvus 2004/10/14 13:21:32 rodarvus 1.19.6.4: Issue number: #i26571# - remove redundant GTK/KDE logic from config_office/set_soenv.in Submitted by: rodarvus 2004/09/21 17:26:16 rodarvus 1.19.6.3: RESYNC: (1.19-1.22); FILE MERGED 2004/09/21 14:46:37 rodarvus 1.19.6.2: Issue number: i26571 Submitted by: kendy Reviewed by: rodarvus 2004/09/14 13:40:08 rodarvus 1.19.6.1: Issue number: i26571 Submitted by: kendy Reviewed by: rodarvus

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [1948bd02a388e8c371bc04c018e1429e972817e4]

        INTEGRATION: CWS os36 (1.91.16); FILE MERGED 2004/10/08 17:18:27 os 1.91.16.2: RESYNC: (1.91-1.92); FILE MERGED 2004/09/01 13:41:43 os 1.91.16.1: #i32102# the flag POPUPMENU_NOMOUSEUPCLOSE should be checked together with EVENT_MOUSEBUTTONUP not ~DOWN

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [157d22babb277a9e7bc750a74737cd60e84dfee8]

        INTEGRATION: CWS rodarvus01 (1.66.6); FILE MERGED 2004/10/14 18:47:13 rodarvus 1.66.6.7: RESYNC: (1.69-1.72); FILE MERGED 2004/10/14 13:33:30 rodarvus 1.66.6.6: Issue number: #i26571# - make sure GTK/KDE are *really* wanted, before we               attempt to search for one of them (meaning --enable-gtk=no               will not enable GTK support) Submitted by: rodarvus 2004/10/06 20:33:33 rodarvus 1.66.6.5: Issue number: #i12892# - check if $JAVA_HOME is valid Submitted by: rodarvus 2004/09/23 12:55:54 rodarvus 1.66.6.4: Issue number: #i34431#: fix configure WRT system expat support Submitted by: waratah Reviewed by: rodarvus 2004/09/21 17:25:36 rodarvus 1.66.6.3: RESYNC: (1.66-1.69); FILE MERGED 2004/09/21 14:46:37 rodarvus 1.66.6.2: Issue number: i26571 Submitted by: kendy Reviewed by: rodarvus 2004/09/14 13:40:07 rodarvus 1.66.6.1: Issue number: i26571 Submitted by: kendy Reviewed by: rodarvus

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [637ba6d6e7bfbfd7c013d1d6af4848d9cacb38b5]

        INTEGRATION: CWS os36 (1.18.58); FILE MERGED 2004/10/19 11:07:41 tl 1.18.58.3: RESYNC: (1.19-1.20); FILE MERGED 2004/10/08 16:08:47 os 1.18.58.2: RESYNC: (1.18-1.19); FILE MERGED 2004/09/02 07:36:30 pb 1.18.58.1: fix: #i33679# transparency background of FixedImage and Control

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d48f4262a66bdd8ea32871bae56ec9da317278c8]

        INTEGRATION: CWS os36 (1.31.212); FILE MERGED 2004/10/08 15:52:22 os 1.31.212.2: RESYNC: (1.31-1.32); FILE MERGED 2004/09/01 13:27:40 os 1.31.212.1: #i32102# spell context should not be closed on MouseButtonUp

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8d4eee09cb07c2e83aef2a8e505ff3341a9f44b2]

        INTEGRATION: CWS os36 (1.25.56); FILE MERGED 2004/10/08 15:51:26 os 1.25.56.2: RESYNC: (1.25-1.26); FILE MERGED 2004/09/01 15:17:35 os 1.25.56.1: #117437# check returned graphic pointer before access

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4efc42ae0a4addfa7507f560daca0004a5b4d0c9]

        INTEGRATION: CWS os36 (1.25.278); FILE MERGED 2004/09/01 11:58:01 os 1.25.278.1: #i31430# dragging of multiple tabstops - remove default tab stops

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [16f212ea2f96641daff88a57257d59d4573c54e9]

        INTEGRATION: CWS os36 (1.4.24); FILE MERGED 2004/09/02 12:36:31 pb 1.4.24.1: fix: #i31826# ClasPath: set display directory with the selected entry

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [605a697ecff85d0ba86c4b6747d0bb3584608842]

        INTEGRATION: CWS os36 (1.13.14); FILE MERGED 2004/09/10 13:05:01 os 1.13.14.2: #i30459# CheckBox size increased 2004/09/02 10:01:35 os 1.13.14.1: #i33739# spelling errors fixed

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [163ac03ddf1f50d08a82038a38e10deefc94f5af]

        INTEGRATION: CWS os36 (1.14.14); FILE MERGED 2004/10/08 15:48:42 os 1.14.14.2: RESYNC: (1.14-1.15); FILE MERGED 2004/09/01 09:07:25 os 1.14.14.1: #i30459# initialization of decimal separator CheckBox re-inserted

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [3202f4dc73795073f5cc607b12b6b81b0807d772]

        INTEGRATION: CWS os36 (1.53.130); FILE MERGED 2004/09/01 12:29:24 os 1.53.130.1: #i32092# navigation toolbox control now has a DropDown flag, page no. edit now smaller

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [fbc2961e013f7d273517a46a21aa96b31ef25766]

        INTEGRATION: CWS os36 (1.30.8); FILE MERGED 2004/09/10 12:04:31 os 1.30.8.2: #i32092# width calculation fixed 2004/09/01 12:29:23 os 1.30.8.1: #i32092# navigation toolbox control now has a DropDown flag, page no. edit now smaller

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [e4debb1b4a02fc80b30eb500a19a22b225b78d57]

        INTEGRATION: CWS os36 (1.15.324); FILE MERGED 2004/10/08 15:17:47 os 1.15.324.2: RESYNC: (1.15-1.17); FILE MERGED 2004/09/01 07:38:32 os 1.15.324.1: #117770# SwClipboardChangeListener::changedContents() - acquire solar mutex in the beginning

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [b7a11342cc476f4ab70e7b4c44aa5686a055d3ea]

        INTEGRATION: CWS os36 (1.8.384); FILE MERGED 2004/10/08 15:16:33 os 1.8.384.2: RESYNC: (1.8-1.9); FILE MERGED 2004/08/31 10:05:07 os 1.8.384.1: #i33619# 'Next'button can only be enabled if a valid table range is provided

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [7d4a66deaaf833eaf7204d0a7aed45c3f9769f4b]

        INTEGRATION: CWS os36 (1.15.2); FILE MERGED 2004/10/08 15:05:30 os 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2004/09/01 10:42:28 os 1.15.2.1: #i31059# prevent object names containing '.<>'

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [de1ce42509c33d49c3ce331862e627ed2175dd1c]

        INTEGRATION: CWS os36 (1.38.8); FILE MERGED 2004/10/11 04:57:15 os 1.38.8.3: #i33632# merge error corected 2004/10/08 14:45:37 os 1.38.8.2: RESYNC: (1.38-1.41); FILE MERGED 2004/08/31 13:10:03 os 1.38.8.1: #i33632# transfer UpdateDocMode to the SwDocShell also in StartConvertFrom()

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4a86b25ebcf7f7c20abc6da20710ba6d686cf168]

        INTEGRATION: CWS os36 (1.4.8); FILE MERGED 2004/10/08 13:50:25 os 1.4.8.2: RESYNC: (1.4-1.7); FILE MERGED 2004/10/01 13:10:31 pl 1.4.8.1: fix a deadlock in case of not responding CUPS server

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [f10be60609ec061e6dfd71e57ebd933526f6af01]

        INTEGRATION: CWS os36 (1.16.18); FILE MERGED 2004/10/19 10:35:10 tl 1.16.18.3: RESYNC: (1.24-1.26); FILE MERGED 2004/10/08 13:41:56 os 1.16.18.2: RESYNC: (1.16-1.24); FILE MERGED 2004/09/01 09:19:44 pb 1.16.18.1: fix: #i31238# 'New' -> 'New Document' and 'New Document From Template

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c8c9c13db8b914b0f371f82ca55ee4014f8dcdc6]

        INTEGRATION: CWS os36 (1.9.276); FILE MERGED 2004/09/01 10:06:33 os 1.9.276.1: #i30732# screenfonts should not warn about different printout as long as the font isn't of TYPE_RASTER

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [778dd981c1f32231f8f85f81c89043b4d3eb802b]

        INTEGRATION: CWS reloadsave (1.92.28); FILE MERGED 2004/10/14 15:40:03 mav 1.92.28.2: #i35353# remove the temporary item set 2004/10/14 15:34:39 mav 1.92.28.1: #i35353# remove the temporary item set

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [ced64b719655335d82666a11c790733647614b45]

        INTEGRATION: CWS reloadsave (1.44.28); FILE MERGED 2004/10/19 14:48:52 mav 1.44.28.1: #i35604# catch the exception

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [420617062b0f05abeeb8edd4deea307aa8997f46]

        INTEGRATION: CWS reloadsave (1.142.28); FILE MERGED 2004/10/20 08:07:52 mav 1.142.28.1: #i35422# catch the exception and report the problem

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [ccf49dec1ee6680291674462a93a6d4480657889]

        INTEGRATION: CWS reloadsave (1.2.82); FILE MERGED 2004/10/19 15:24:52 mav 1.2.82.1: #i35237# free resources after use

2004-10-27  Rüdiger Timm  <rt@openoffice.org>  [8a409891a602a503ede7d849839f640db497a5fd]

        INTEGRATION: CWS gccvisibilityfix (1.2.64); FILE MERGED 2004/10/27 10:36:32 hjs 1.2.64.1: #i36160# enable gcc visibility feature by environment variable

2004-10-27  Rüdiger Timm  <rt@openoffice.org>  [77c72333f40648c8e27245998b9326ff6920fb6d]

        INTEGRATION: CWS gccvisibilityfix (1.2.92); FILE MERGED 2004/10/27 10:36:18 hjs 1.2.92.1: #i36160# enable gcc visibility feature by environment variable

2004-10-27  Rüdiger Timm  <rt@openoffice.org>  [e0a1bf7f8bb845514456ba71256aa8638fa41864]

        INTEGRATION: CWS gccvisibilityfix (1.10.110); FILE MERGED 2004/10/27 10:38:11 hjs 1.10.110.1: #i36160# enable gcc visibility feature by environment variable

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6f3438351c82ce34fba6a7dcd7224ac38888136a]

        INTEGRATION: CWS withlang (1.23.2); FILE MERGED 2004/10/23 19:13:14 pjanik 1.23.2.1: #i31784#: simplify handling of languages.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [5c0df743597e8005162bc51d7331edb6b2e041d0]

        INTEGRATION: CWS withlang (1.46.14); FILE MERGED 2004/10/23 19:11:10 pjanik 1.46.14.1: #i31784#: simplify handling of languages. Add dmake languages target.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [b7eab85c777b457366ea9f2273c05470c1757be5]

        INTEGRATION: CWS withlang (1.72.2); FILE MERGED 2004/10/23 19:14:41 pjanik 1.72.2.1: #i31784#: simplify handling of languages. Change syntax of --with-lang.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [9bd32b8513c62e5398701cd807eac9249c68e0c4]

        INTEGRATION: CWS withlang (1.55.4); FILE MERGED 2004/10/23 19:18:26 pjanik 1.55.4.1: #i31784#: simplify handling of languages. Change syntax of --with-lang.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [5f6a6b290e4a14641d29dc07a369aae9d8b3cd9d]

        INTEGRATION: CWS withlang (1.152.42); FILE MERGED 2004/10/23 19:27:16 pjanik 1.152.42.1: #i31784#: simplify handling of languages. Remove obsolete part.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [95cd1ecbb2d4b043bb3908c9c00684d95e9a9822]

        INTEGRATION: CWS withlang (1.21.92); FILE MERGED 2004/10/24 19:03:43 pjanik 1.21.92.2: #i31784#: en-US should always be the first ISO code. 2004/10/23 19:26:29 pjanik 1.21.92.1: #i31784#: simplify handling of languages.

2004-10-27  Rüdiger Timm  <rt@openoffice.org>  [28c385c872803dc999bbd8f9d95a7f41f0e861a5]

        INTEGRATION: CWS gccvisibilityfix (1.24.28); FILE MERGED 2004/10/27 10:35:17 hjs 1.24.28.1: #i36160# exiplicit define to enable gcc visibility feature

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [31b71c5ed1316509aeaab1c1e75684aa7cd35a79]

        INTEGRATION: CWS withlang (1.45.8); FILE MERGED 2004/10/23 19:29:26 pjanik 1.45.8.1: #i31784#: simplify handling of languages.

2004-10-27  Rüdiger Timm  <rt@openoffice.org>  [2da6b3cb4c72ff6b1eae0f570c09fecf1588cfc8]

        INTEGRATION: CWS gccvisibilityfix (1.5.14); FILE MERGED 2004/10/27 10:34:53 hjs 1.5.14.1: #i36160# exiplicit define to enable gcc visibility feature

2004-10-27  Rüdiger Timm  <rt@openoffice.org>  [7865ea9e981065aa44cb729b199a57b9b5f62968]

        INTEGRATION: CWS gccvisibilityfix (1.29.38); FILE MERGED 2004/10/27 10:34:52 hjs 1.29.38.1: #i36160# exiplicit define to enable gcc visibility feature

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [afbae45a64a0aabba31b99c382cbe889ada3b946]

        INTEGRATION: CWS embed01 (1.69.46); FILE MERGED 2004/10/25 12:35:15 mav 1.69.46.1: #i35289# use common pool as workaround

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [5e98cd9b37e039bf5f42fa3ce173eaa2bde5bce2]

        INTEGRATION: CWS embed01 (1.134.40); FILE MERGED 2004/10/22 08:38:55 mav 1.134.40.1: #i35289# check whether the new storage has all the contents from the previous

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4b3237c3639b8392b12aa756935bcd22a449cd6a]

        INTEGRATION: CWS embed01 (1.12.2); FILE MERGED 2004/10/20 13:57:46 mav 1.12.2.1: #i35289# use original storage

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [90890f3d7d61246281bc4a4bc27eea943fd346c6]

        INTEGRATION: CWS configure2 (1.9.58); FILE MERGED 2004/10/20 15:59:40 cmc 1.9.58.1: #i35894# update new modules that use libxml2 to be able to use system-libxml

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c4d92b50a230ff8b2b7fd4874bea06476eb612c2]

        INTEGRATION: CWS configure2 (1.2.8); FILE MERGED 2004/10/20 15:57:44 cmc 1.2.8.1: #i35894# update new modules that use libxml2 to be able to use system-libxml

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [52d4d61bb9e74ea82232b2d7540438f05d08d6b3]

        INTEGRATION: CWS configure2 (1.4.8); FILE MERGED 2004/10/20 15:57:44 cmc 1.4.8.1: #i35894# update new modules that use libxml2 to be able to use system-libxml

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [de64adaa11146dce8d70e70f142f4a0cb5623bbc]

        INTEGRATION: CWS configure2 (1.78.32); FILE MERGED 2004/10/20 16:39:44 cmc 1.78.32.1: #i34482# workaround blackdown JDK libjpeg

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [54c3a7c307ca6a85031fe8c6be83ceabb120d616]

        INTEGRATION: CWS dbwizard1 (1.25.30); FILE MERGED 2004/10/27 09:50:38 tv 1.25.30.4: build commonwizards in one makefile 2004/10/11 16:46:11 tv 1.25.30.3: RESYNC: (1.25-1.26); FILE MERGED 2004/09/20 15:49:54 fs 1.25.30.2: wz_formwiz was a duplicate module shortcut 2004/08/19 16:55:30 bc 1.25.30.1: #i20423# buildlist expanded for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d44ff135910d15bb9776ada4f7836006aea4964f]

        INTEGRATION: CWS dbwizard1 (1.3.6); FILE MERGED 2004/10/11 17:15:59 tv 1.3.6.3: RESYNC: (1.3-1.4); FILE MERGED 2004/09/09 20:41:42 bc 1.3.6.2: ## assertions in tablewizard removed 2004/08/16 12:27:49 bc 1.3.6.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [ee7eef2dcc62510b8089128d44558f0384dc6e12]

        INTEGRATION: CWS dbwizard1 (1.30.6); FILE MERGED 2004/10/22 12:53:05 oj 1.30.6.1: #i33924# new property for the edit width

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0a1563fee2561bc2919f78d012e20b22c755f061]

        INTEGRATION: CWS dbwizard1 (1.35.6); FILE MERGED 2004/10/22 12:53:10 oj 1.35.6.1: #i33924# new property for the edit width

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [01005d6976ce5085fa4006c7fc11d30be32948f6]

        INTEGRATION: CWS dbwizard1 (1.6.234); FILE MERGED 2004/09/15 10:30:16 fs 1.6.234.1: #i33923# catch exceptions when notifying listeners - especially impoartant when calling Java listeners

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [76c2c6404a69df81183845a6cd11031bf4e34e20]

        INTEGRATION: CWS dbwizard1 (1.29.12); FILE MERGED 2004/10/22 11:16:21 tv 1.29.12.7: corrected syntax error 2004/10/22 11:14:35 tv 1.29.12.6: added formwizard registry file 2004/10/11 17:32:42 tv 1.29.12.5: RESYNC: (1.31-1.37); FILE MERGED 2004/09/07 16:03:07 tv 1.29.12.4: RESYNC: (1.29-1.31); FILE MERGED 2004/09/07 09:47:10 tv 1.29.12.3: registered Java components for native installer 2004/08/26 10:30:57 tv 1.29.12.2: added TableWizard registry files 2004/08/19 12:57:07 tv 1.29.12.1: #111616#,#111602# added TableWizard and FormWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [faf4f1aa68cb79f0f35cd06452e51727a8f7e983]

        INTEGRATION: CWS dbwizard1 (1.6.38); FILE MERGED 2004/10/22 09:39:40 tv 1.6.38.1: added cfgsrvnolang.zip (language independent extras supporting files)

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c1639b43a5778fede82987a9f74301f11dec1ccd]

        INTEGRATION: CWS dbwizard1 (1.13.34); FILE MERGED 2004/10/11 16:46:21 tv 1.13.34.2: RESYNC: (1.13-1.14); FILE MERGED 2004/08/13 14:51:29 bc 1.13.34.1: #111602# hids for tablewizard and formwizard added

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c4bd5b2887378a6d5b443cbf6d1c5404cdd365b1]

        INTEGRATION: CWS dbwizard1 (1.12.132); FILE MERGED 2004/09/15 19:41:47 bc 1.12.132.1: ##several changes for all database wizards

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [3bb37d5742367a65fb269084cff66e08b81a903d]

        INTEGRATION: CWS dbwizard1 (1.38.42); FILE MERGED 2004/08/19 09:40:49 ih 1.38.42.1: #117590# updated to new file formats

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [08fc5da49d1153303d24d409d083a49e9344a831]

        INTEGRATION: CWS dbwizard1 (1.35.42); FILE MERGED 2004/08/19 09:40:49 ih 1.35.42.1: #117590# updated to new file formats

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [90b6b732ec0b77fcefadbf3c1ad2b30868f6b813]

        INTEGRATION: CWS dbwizard1 (1.59.4); FILE MERGED 2004/10/26 11:14:28 bc 1.59.4.8: #i34266# last modification of EM worked in 2004/10/26 10:42:09 bc 1.59.4.7: ## several changes for the tablewizard 2004/10/11 16:46:43 tv 1.59.4.6: RESYNC: (1.59-1.60); FILE MERGED 2004/10/01 12:39:06 bc 1.59.4.5: ## several changes in dbwizards 2004/09/20 10:50:16 fs 1.59.4.4: #116585# 2004/09/15 10:42:26 fs 1.59.4.3: #116585# also corrected the english text 2004/08/31 11:53:08 bc 1.59.4.2: 'Field in the form' modified 2004/08/13 14:43:41 bc 1.59.4.1: #111602# resources for formwizard added

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [a8aad0c2fbb21faf33dca192b879b8a7aa813b15]

        INTEGRATION: CWS os39 (1.8.106); FILE MERGED 2004/10/14 11:03:45 tl 1.8.106.1: #i31898# binfilter fixes

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [2db421f68457651ebd609036310c80271798e0fd]

        INTEGRATION: CWS dbwizard1 (1.8.172); FILE MERGED 2004/08/19 09:41:37 ih 1.8.172.1: #117590# updated to new file formats

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [aadc69b2a2edcfa23a22c87ffe1e84fa2a4f0fba]

        INTEGRATION: CWS dbwizard1 (1.17.206); FILE MERGED 2004/08/19 09:41:37 ih 1.17.206.1: #117590# updated to new file formats

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [338217a66e9e49c72d591d660a954326452636c3]

        INTEGRATION: CWS dbwizard1 (1.23.172); FILE MERGED 2004/10/22 12:54:16 tv 1.23.172.3: corrected MIME type in single document check 2004/09/20 12:04:33 tv 1.23.172.2: #i34391# correct path for TypeDetection in the registry 2004/08/19 09:41:36 ih 1.23.172.1: #117590# updated to new file formats

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d64086d89bdc5b3848b9e769a0bed275a1d8f66e]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/01 12:39:05 bc 1.2.36.3: ## several changes in dbwizards 2004/08/19 16:49:24 bc 1.2.36.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 14:59:40 bc 1.2.36.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8d1fd7680c66ac7d759d200fd52566dc2e8f39ae]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/11 16:32:10 tv 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/13 14:59:39 bc 1.2.36.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [276cc427fc3a3d7edcddc1a3edeb7ea421ec8eec]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/08/19 16:49:24 bc 1.2.36.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 14:59:39 bc 1.2.36.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [7a78f7020adc937e74fa76733c0794f1a1df40b0]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/01 12:39:05 bc 1.2.36.2: ## several changes in dbwizards 2004/09/15 19:41:46 bc 1.2.36.1: ##several changes for all database wizards

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8db811b65b2d2b80a2ab3ce099fdf555a319258c]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/01 12:39:05 bc 1.2.36.3: ## several changes in dbwizards 2004/09/16 11:02:08 bc 1.2.36.2: ## Retrieving the columndata in Dataimport improved 2004/08/13 14:59:39 bc 1.2.36.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [b3a7a6388217b0cd2b316731b2b8830e32bbbb16]

        INTEGRATION: CWS os39 (1.2.50); FILE MERGED 2004/10/13 12:14:15 os 1.2.50.1: #i27331# stripped code preventing hidden sections reinserted

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [3c19e67094cdce3cf26eeb018bc03dd665903dd2]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/01 12:39:04 bc 1.2.36.2: ## several changes in dbwizards 2004/08/13 14:59:38 bc 1.2.36.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [1a078dd5c5f949111a112493d307bfecd9271f81]

        INTEGRATION: CWS os39 (1.4.18); FILE MERGED 2004/10/13 12:14:15 os 1.4.18.1: #i27331# stripped code preventing hidden sections reinserted

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [ec35d79dd76686da9d22f6b6ba2497d527302053]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/26 10:42:09 bc 1.2.36.5: ## several changes for the tablewizard 2004/09/15 19:41:46 bc 1.2.36.4: ##several changes for all database wizards 2004/09/09 20:43:01 bc 1.2.36.3: ##several changes in tablewizard 2004/09/07 10:12:28 bc 1.2.36.2: ##several changes for the reportwizard 2004/08/13 14:59:38 bc 1.2.36.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c454aeb4e89a7c9555abf18b58f41e6504164420]

        INTEGRATION: CWS os39 (1.2.50); FILE MERGED 2004/10/13 12:14:14 os 1.2.50.1: #i27331# stripped code preventing hidden sections reinserted

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [35227f838428759429eb52ec5b10d2c8eebfef13]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 14:59:10 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [3fdc986eeabd8be5c8d7945f7b64ff96b1f4b190]

        INTEGRATION: CWS os39 (1.3.50); FILE MERGED 2004/10/13 12:14:14 os 1.3.50.1: #i27331# stripped code preventing hidden sections reinserted

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [7b0dcb59f80f716be0edb44994a5b0f0ffd1eeae]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/09/07 10:12:28 bc 1.2.36.5: ##several changes for the reportwizard 2004/09/01 14:50:49 bc 1.2.36.4: ##several changes 2004/09/01 10:35:57 bc 1.2.36.3: ## several changes 2004/08/19 16:49:23 bc 1.2.36.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 14:59:38 bc 1.2.36.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [9d656f90bb4dc17f6d8ca19daf9eafcc9489633b]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/01 12:39:04 bc 1.2.36.1: ## several changes in dbwizards

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [2cc0cf203396337d25d65eaac466112fa2dc69e3]

        INTEGRATION: CWS os39 (1.3.50); FILE MERGED 2004/10/13 12:14:13 os 1.3.50.1: #i27331# stripped code preventing hidden sections reinserted

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [3e20d8df2a5fc539ab4f41c7c851c3c2f934ee97]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/01 12:39:04 bc 1.2.36.2: ## several changes in dbwizards 2004/08/13 15:01:30 bc 1.2.36.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [f681a61266bab465a902e3dcde98f449a36b30f7]

        INTEGRATION: CWS os39 (1.3.50); FILE MERGED 2004/10/14 06:36:40 os 1.3.50.1: #27178# bibliography can be imported, again

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [624cd7f2cc69143fec04bd36068533ee040333b5]

        INTEGRATION: CWS os39 (1.3.18); FILE MERGED 2004/10/11 08:35:02 os 1.3.18.1: #i33976# #i31902# required resource strings re-introduced

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [e363b5f671cbb0cacdf172f4b57d600552846383]

        INTEGRATION: CWS dbwizard1 (1.3.4); FILE MERGED 2004/10/11 16:41:18 tv 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/13 15:01:30 bc 1.3.4.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c09ba385effc585da915c168fcaef9f1b4fed7fe]

        INTEGRATION: CWS os39 (1.2.50); FILE MERGED 2004/10/12 08:51:44 tl 1.2.50.1: #i31898# reenabled still used code in the binfilter

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [83846d6fd972aeefdec34d09ddb38d407af59a77]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:13:23 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [843dba0a5867913efc006b3cd29fd0d8162e2b07]

        INTEGRATION: CWS os39 (1.4.18); FILE MERGED 2004/10/12 08:51:44 tl 1.4.18.1: #i31898# reenabled still used code in the binfilter

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c3b019147f12e5cb4ae854dac7119547dd587a04]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:14:49 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [ee901a5608f0cb3eab49b8a828556cababef31a0]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/26 10:42:08 bc 1.1.2.7: ## several changes for the tablewizard 2004/10/01 16:52:21 bc 1.1.2.6: ##several changes in the tablewizard 2004/10/01 12:39:03 bc 1.1.2.5: ## several changes in dbwizards 2004/09/09 20:43:01 bc 1.1.2.4: ##several changes in tablewizard 2004/08/30 15:28:33 bc 1.1.2.3: ##Resources in TableWizard modified Issue number: Submitted by: Reviewed by: 2004/08/19 16:49:23 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:14:33 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4a29a4ba3af20da58cbb282f417a8ac3362b7b3a]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/09/09 20:43:00 bc 1.1.2.2: ##several changes in tablewizard 2004/08/13 15:14:16 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [f45939f6e8ffe6c2f870915b4c9a6b39e8600815]

        INTEGRATION: CWS os39 (1.2.50); FILE MERGED 2004/10/12 08:51:43 tl 1.2.50.1: #i31898# reenabled still used code in the binfilter

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6b59724b2f2d64b747ed7261067d7fb84fcbdd71]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/26 10:42:08 bc 1.1.2.4: ## several changes for the tablewizard 2004/10/01 16:52:21 bc 1.1.2.3: ##several changes in the tablewizard 2004/08/19 16:49:23 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:14:00 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [574feaf104754527e704987d5222e23516e9a0db]

        INTEGRATION: CWS os39 (1.2.50); FILE MERGED 2004/10/14 11:06:27 tl 1.2.50.1: #i31898# binfilter fixes

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4b94af2894a1f962f77b12afbef4eb0a895d9725]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:13:41 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [f9b7e7a37bf7ea13ead81381ac46b81b3e2fad85]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/01 16:52:21 bc 1.1.2.3: ##several changes in the tablewizard 2004/10/01 12:39:03 bc 1.1.2.2: ## several changes in dbwizards 2004/08/13 15:13:05 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [3a3cefb20ec64a859064f3a1584f33a3880bb1f8]

        INTEGRATION: CWS os39 (1.3.18); FILE MERGED 2004/10/14 06:34:54 os 1.3.18.1: #27178# bibliography can be imported, again

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [e1b52b7b37fb4ae6ba149d23400cc2664db8e253]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/26 10:42:08 bc 1.1.2.6: ## several changes for the tablewizard 2004/10/22 12:52:28 oj 1.1.2.5: #i33924# new property for the edit width 2004/09/15 19:41:45 bc 1.1.2.4: ##several changes for all database wizards 2004/09/09 20:43:00 bc 1.1.2.3: ##several changes in tablewizard 2004/08/19 16:49:23 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:12:47 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4c88f5015d123e04d3b96b569e95253925ca9a7a]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:12:28 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0123ec60acfe02508aebeee3691b4639e87851c2]

        INTEGRATION: CWS os39 (1.2.18); FILE MERGED 2004/10/14 06:34:54 os 1.2.18.1: #27178# bibliography can be imported, again

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [b770c3da7125ec0d84c6f0be0593f003c78d45a9]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:11:28 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [b774c85c2d4254ccf17dcb4f2527f1a41df1beb6]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:12:10 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [2e2126cac2a2f69be7f1cd26f27f02c72c2c7e5e]

        INTEGRATION: CWS os39 (1.4.18); FILE MERGED 2004/10/12 07:56:42 os 1.4.18.1: #i32750# some necessary code re-introduced

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [984572a052f497e7506f326956eb7a3cee33a01a]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:11:47 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [e980581c83bbcd73f95bea1c1c3cd7f9863d61a8]

        INTEGRATION: CWS os39 (1.3.18); FILE MERGED 2004/10/14 06:34:53 os 1.3.18.1: #27178# bibliography can be imported, again

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [707b001e1dea46ac0b2cc20ffb676ca895bdb65b]

        INTEGRATION: CWS dbwizard1 (1.57.4); FILE MERGED 2004/10/19 12:27:48 bc 1.57.4.7: #i25951# report wizard now terminates when cannot find template path 2004/10/18 19:25:22 bc 1.57.4.6: ## string of static reports modified 2004/10/18 15:56:49 bc 1.57.4.5: ##Runtime exception in constructor of dbmetadata now caught in constructor 2004/10/01 12:39:02 bc 1.57.4.4: ## several changes in dbwizards 2004/09/15 19:41:44 bc 1.57.4.3: ##several changes for all database wizards 2004/09/09 20:43:00 bc 1.57.4.2: ##several changes in tablewizard 2004/09/07 10:12:27 bc 1.57.4.1: ##several changes for the reportwizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4bc39b7bae385a8595c63432b87221bf20911e07]

        INTEGRATION: CWS os39 (1.2.50); FILE MERGED 2004/10/14 06:34:53 os 1.2.50.1: #27178# bibliography can be imported, again

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d2f3b1e2536055cddb03a8bc18c0b190e111fee0]

        INTEGRATION: CWS os39 (1.5.18); FILE MERGED 2004/10/14 06:34:53 os 1.5.18.1: #27178# bibliography can be imported, again

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [40effe5a055c12abcb3a7dbed21f3b0193087be7]

        INTEGRATION: CWS dbwizard1 (1.2.34); FILE MERGED 2004/10/01 12:39:02 bc 1.2.34.1: ## several changes in dbwizards

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [692f2a085cd9c30d63d613f3a4b80c6552ded7e2]

        INTEGRATION: CWS os39 (1.6.18); FILE MERGED 2004/10/13 12:12:09 os 1.6.18.1: #i27331# stripped code preventing hidden sections reinserted

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [571293c725f1fd043cbe51799f2bc27b4e41fdac]

        INTEGRATION: CWS os39 (1.3.50); FILE MERGED 2004/10/14 06:34:53 os 1.3.50.1: #27178# bibliography can be imported, again

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [2c78e4c3a9888efcf3391c1cb33c9295e3de1be8]

        INTEGRATION: CWS dbwizard1 (1.28.4); FILE MERGED 2004/10/18 15:56:49 bc 1.28.4.6: ##Runtime exception in constructor of dbmetadata now caught in constructor 2004/10/01 12:39:01 bc 1.28.4.5: ## several changes in dbwizards 2004/09/16 11:02:07 bc 1.28.4.4: ## Retrieving the columndata in Dataimport improved 2004/09/15 19:41:44 bc 1.28.4.3: ##several changes for all database wizards 2004/09/07 10:12:27 bc 1.28.4.2: ##several changes for the reportwizard 2004/09/01 14:50:47 bc 1.28.4.1: ##several changes

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [44f8fc1f9821ea62fa6369efabd218142efc559f]

        INTEGRATION: CWS os39 (1.3.18); FILE MERGED 2004/10/14 06:34:52 os 1.3.18.1: #27178# bibliography can be imported, again

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [ea96e4260bb7863d7e69bfac7904a7584e2b3a78]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/01 12:39:01 bc 1.2.36.3: ## several changes in dbwizards 2004/09/09 20:42:59 bc 1.2.36.2: ##several changes in tablewizard 2004/09/07 10:12:26 bc 1.2.36.1: ##several changes for the reportwizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4b0baf780a7985455b2a96a60e4c8dea41f54ace]

        INTEGRATION: CWS os39 (1.2.50); FILE MERGED 2004/10/13 12:12:09 os 1.2.50.2: #i27331# stripped code preventing hidden sections reinserted 2004/10/11 09:53:28 os 1.2.50.1: #i33135some necessary code re-introduced

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [7439680ec61c5c736f20c7a5237fdab5ad2a727e]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:08:17 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [e46002f48470741e37e0e952717952e8a36091cf]

        INTEGRATION: CWS os39 (1.5.18); FILE MERGED 2004/10/12 07:56:42 os 1.5.18.1: #i32750# some necessary code re-introduced

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [7b7298b019fc75ecb7fc89e28508bbfba3ef50b0]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:07:28 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [a1fd4d10221ffdbed45bca93332dafe9922b279a]

        INTEGRATION: CWS os39 (1.4.18); FILE MERGED 2004/10/18 10:34:41 tl 1.4.18.2: #i27172# doc.hxx included again 2004/10/14 06:34:52 os 1.4.18.1: #27178# bibliography can be imported, again

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [dbc4f53f80ca63094c9f1364544ec8fc9bb5a6f8]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/01 12:39:00 bc 1.1.2.4: ## several changes in dbwizards 2004/09/16 11:02:07 bc 1.1.2.3: ## Retrieving the columndata in Dataimport improved 2004/09/15 19:41:43 bc 1.1.2.2: ##several changes for all database wizards 2004/08/13 15:07:11 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [856b0002f0ff5c5271ca681f170ec4d625c89876]

        INTEGRATION: CWS os39 (1.4.18); FILE MERGED 2004/10/13 12:12:09 os 1.4.18.1: #i27331# stripped code preventing hidden sections reinserted

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [74e53952ae4ba4556b103f633594a8755be76ad7]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/26 10:42:07 bc 1.1.2.6: ## several changes for the tablewizard 2004/10/22 12:28:33 bc 1.1.2.5: ##Styles now loaded from FormWizard directory under share/config Issue number: Submitted by: Reviewed by: 2004/10/01 12:39:00 bc 1.1.2.4: ## several changes in dbwizards 2004/09/03 10:13:28 bc 1.1.2.3: ##several changes in formwizard 2004/08/19 16:49:22 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:06:55 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0fc9359d21a1061d74dc5ea5ec7c878dbbd0728e]

        INTEGRATION: CWS os39 (1.6.18); FILE MERGED 2004/10/13 12:12:08 os 1.6.18.1: #i27331# stripped code preventing hidden sections reinserted

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0471b36dd7812da9449e19a6aa6245dd8cb009f9]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:08:01 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [2afd4a114b632533f2a85957a46ac6b55111ef3d]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/01 12:39:00 bc 1.1.2.11: ## several changes in dbwizards 2004/09/16 11:02:07 bc 1.1.2.10: ## Retrieving the columndata in Dataimport improved 2004/09/15 19:41:43 bc 1.1.2.9: ##several changes for all database wizards 2004/09/09 20:42:59 bc 1.1.2.8: ##several changes in tablewizard 2004/09/07 10:12:26 bc 1.1.2.7: ##several changes for the reportwizard 2004/09/02 13:25:28 bc 1.1.2.6: ## several changes 2004/09/01 16:58:27 bc 1.1.2.5: ## SubForm in Formdocument optimized 2004/09/01 14:50:47 bc 1.1.2.4: ##several changes 2004/09/01 10:35:57 bc 1.1.2.3: ## several changes 2004/08/19 16:49:22 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:06:40 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [664c2024e9c770d4ffcc36fce27e4e4908f3e94d]

        INTEGRATION: CWS os39 (1.6.18); FILE MERGED 2004/10/13 12:12:08 os 1.6.18.2: #i27331# stripped code preventing hidden sections reinserted 2004/10/12 07:56:41 os 1.6.18.1: #i32750# some necessary code re-introduced

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8c3b665356e8ec2d735b548c428bb69ff2d46976]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/01 12:39:00 bc 1.1.2.7: ## several changes in dbwizards 2004/09/03 10:13:28 bc 1.1.2.6: ##several changes in formwizard 2004/09/01 16:58:27 bc 1.1.2.5: ## SubForm in Formdocument optimized 2004/09/01 14:50:47 bc 1.1.2.4: ##several changes 2004/09/01 10:35:57 bc 1.1.2.3: ## several changes 2004/08/19 16:49:22 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:06:22 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [cca4ed33b36881f9614efe2285c98c0e2d207545]

        INTEGRATION: CWS os39 (1.5.18); FILE MERGED 2004/10/12 07:56:41 os 1.5.18.1: #i32750# some necessary code re-introduced

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6ce11d4c159c85bb148db823e9d85015b2280bf2]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/01 12:39:00 bc 1.1.2.3: ## several changes in dbwizards 2004/09/03 10:13:27 bc 1.1.2.2: ##several changes in formwizard 2004/08/13 15:06:05 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8c19d52726a22d089f3b3e314173031b87e1b2be]

        INTEGRATION: CWS os39 (1.5.18); FILE MERGED 2004/10/13 12:12:08 os 1.5.18.1: #i27331# stripped code preventing hidden sections reinserted

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [555c8d417b1a001ba6e0d7c6fe213647cec73935]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/09/01 10:35:56 bc 1.1.2.3: ## several changes 2004/08/19 16:49:21 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:05:49 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6b1483404dedf098171bad4dd740497ca10da627]

        INTEGRATION: CWS os39 (1.5.18); FILE MERGED 2004/10/14 06:34:51 os 1.5.18.3: #27178# bibliography can be imported, again 2004/10/13 12:12:08 os 1.5.18.2: #i27331# stripped code preventing hidden sections reinserted 2004/10/11 09:53:26 os 1.5.18.1: #i33135some necessary code re-introduced

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8b327cc13abafe7a9cb257044c6bb14da7c938bc]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/09/07 10:12:26 bc 1.1.2.4: ##several changes for the reportwizard 2004/09/01 10:35:56 bc 1.1.2.3: ## several changes 2004/08/19 16:49:21 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:05:32 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0247b6d7ed7bc7e36824c279803262a9ca892207]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/01 12:38:59 bc 1.1.2.5: ## several changes in dbwizards 2004/09/02 13:25:28 bc 1.1.2.4: ## several changes 2004/09/01 10:35:56 bc 1.1.2.3: ## several changes 2004/08/19 16:49:21 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:05:10 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6ce4c683823e108cf39dea3de788b3cd77426184]

        INTEGRATION: CWS os39 (1.4.18); FILE MERGED 2004/10/12 07:10:43 os 1.4.18.1: #i32750# some necessary code re-introduced

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6296215a13efbf9253879b76cc5d4b43c030b5b2]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/09/02 13:25:27 bc 1.1.2.2: ## several changes 2004/08/13 15:04:54 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0926c560e836e70581bec1ebe6eeff7e8ca8d326]

        INTEGRATION: CWS os39 (1.5.18); FILE MERGED 2004/10/11 12:36:10 os 1.5.18.1: #i32750# virtual member methods must never be commented out -

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6cea6cabd7129828880dc49b4ef368a2f7db0906]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 15:04:26 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8c17b3bf4bdd315139fcb5bb1182d8c5fa3d59ae]

        INTEGRATION: CWS os39 (1.3.18); FILE MERGED 2004/10/11 08:34:30 os 1.3.18.1: #i33976# #i31902# required resource strings re-introduced

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0f2bae9d8b22f3211908b5e21859c668b9a5c5b3]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/01 12:38:59 bc 1.1.2.5: ## several changes in dbwizards 2004/09/03 10:13:27 bc 1.1.2.4: ##several changes in formwizard 2004/09/02 13:25:27 bc 1.1.2.3: ## several changes 2004/08/19 16:49:21 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 14:56:53 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [451dab5f677227afe6f461c2f955f2eacc19d4c1]

        INTEGRATION: CWS os39 (1.5.18); FILE MERGED 2004/10/14 11:08:21 tl 1.5.18.1: #i31898# binfilter fixes

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [501259918090efa29b9f16b510baf78b7743bf48]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/09/03 10:13:27 bc 1.1.2.3: ##several changes in formwizard 2004/08/19 16:49:20 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 14:56:33 bc 1.1.2.1: Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [19cebfb607891f3c8ed627b99085a4198fc13048]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/11 16:46:01 tv 1.2.36.3: RESYNC: (1.2-1.3); FILE MERGED 2004/10/01 12:38:59 bc 1.2.36.2: ## several changes in dbwizards 2004/08/13 14:57:52 bc 1.2.36.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [47799a2527d9246630da4aaaa53bf4931033f084]

        INTEGRATION: CWS os39 (1.4.18); FILE MERGED 2004/10/12 08:46:28 tl 1.4.18.1: #i31898# reenabled still used code in the binfilter

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [f846ddd9ed1d5ba8f72054118340b19fca5f2750]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/13 14:56:07 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0315fbc27d4d9410c2d1455307cce1127cdb892a]

        INTEGRATION: CWS os39 (1.5.18); FILE MERGED 2004/10/12 08:46:27 tl 1.5.18.1: #i31898# reenabled still used code in the binfilter

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [7fbc3ae324fd844ae360cd9544ab53f1cde48c08]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/09/07 10:12:25 bc 1.2.36.4: ##several changes for the reportwizard 2004/09/03 10:13:27 bc 1.2.36.3: ##several changes in formwizard 2004/09/01 16:58:26 bc 1.2.36.2: ## SubForm in Formdocument optimized 2004/08/13 14:57:52 bc 1.2.36.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8ef45dfe4f97b81f3292b7777e31574f13ea0392]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/19 16:49:20 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 14:55:46 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [13365ee810eb06ce0cfe12bb95f82845c7908ddb]

        INTEGRATION: CWS os39 (1.2.50); FILE MERGED 2004/10/12 08:46:27 tl 1.2.50.1: #i31898# reenabled still used code in the binfilter

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c48fdbe276eeb06f008f016c8239a45b2964e40a]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/09/01 10:35:56 bc 1.1.2.3: ## several changes 2004/08/19 16:49:20 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 14:55:29 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [66b7eceb8b6be73c062d5c846a145d7738fd9e12]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/26 10:42:06 bc 1.1.2.7: ## several changes for the tablewizard 2004/10/02 10:27:32 bc 1.1.2.6: ##removing of descriptorkeys improved Issue number: Submitted by: Reviewed by: 2004/10/01 16:52:21 bc 1.1.2.5: ##several changes in the tablewizard 2004/10/01 12:38:58 bc 1.1.2.4: ## several changes in dbwizards 2004/09/09 20:42:58 bc 1.1.2.3: ##several changes in tablewizard 2004/08/19 16:49:20 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 14:52:58 bc 1.1.2.1: #111602# TableDescriptor.java added for tablewizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [613a1531bb630a23b3471e284c92a778e13fa7ff]

        INTEGRATION: CWS os39 (1.5.18); FILE MERGED 2004/10/14 11:08:20 tl 1.5.18.1: #i31898# binfilter fixes

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [39d463badd049b8ebdb6938dd60cfb6443ee044b]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/10/01 12:38:58 bc 1.2.36.3: ## several changes in dbwizards 2004/09/16 11:02:06 bc 1.2.36.2: ## Retrieving the columndata in Dataimport improved 2004/09/01 14:50:46 bc 1.2.36.1: ##several changes

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [44fc31a169273475ab0d4b45223c7bded97806d0]

        INTEGRATION: CWS dbwizard1 (1.2.36); FILE MERGED 2004/09/16 11:02:06 bc 1.2.36.2: ## Retrieving the columndata in Dataimport improved 2004/09/07 10:12:25 bc 1.2.36.1: ##several changes for the reportwizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [23384b6ca7d362c69bc806c287ffb071683ca576]

        INTEGRATION: CWS dbwizard1 (1.3.4); FILE MERGED 2004/10/26 10:42:06 bc 1.3.4.10: ## several changes for the tablewizard 2004/10/18 15:56:49 bc 1.3.4.9: ##Runtime exception in constructor of dbmetadata now caught in constructor 2004/10/01 12:38:58 bc 1.3.4.8: ## several changes in dbwizards 2004/09/15 19:41:42 bc 1.3.4.7: ##several changes for all database wizards 2004/09/09 20:42:58 bc 1.3.4.6: ##several changes in tablewizard 2004/09/07 10:12:25 bc 1.3.4.5: ##several changes for the reportwizard 2004/09/02 13:25:27 bc 1.3.4.4: ## several changes 2004/09/01 10:35:55 bc 1.3.4.3: ## several changes 2004/08/19 16:49:19 bc 1.3.4.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 14:53:54 bc 1.3.4.1: #111602# several changes for Formwizard and TableWizard Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [be4d103005501aec48da151aec181b9ff046a65c]

        INTEGRATION: CWS dbwizard1 (1.3.4); FILE MERGED 2004/10/01 12:38:58 bc 1.3.4.5: ## several changes in dbwizards 2004/09/07 10:12:24 bc 1.3.4.4: ##several changes for the reportwizard 2004/09/01 14:50:46 bc 1.3.4.3: ##several changes 2004/09/01 10:35:55 bc 1.3.4.2: ## several changes 2004/08/19 16:49:19 bc 1.3.4.1: #i20423#several additions for TableWizard and FormWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [5e3b1610fb573c196ad67ac603905176b449dcf2]

        INTEGRATION: CWS dbwizard1 (1.2.34); FILE MERGED 2004/10/01 12:38:57 bc 1.2.34.2: ## several changes in dbwizards 2004/08/13 15:00:39 bc 1.2.34.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [639969d4119b7104d4e8bedddc6af124fa54cd69]

        INTEGRATION: CWS dbwizard1 (1.2.34); FILE MERGED 2004/10/01 12:38:57 bc 1.2.34.1: ## several changes in dbwizards

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [24b7699fa803b7ecc873979779d15e9b2bca23f8]

        INTEGRATION: CWS dbwizard1 (1.2.34); FILE MERGED 2004/10/26 10:42:06 bc 1.2.34.3: ## several changes for the tablewizard 2004/10/01 12:38:57 bc 1.2.34.2: ## several changes in dbwizards 2004/08/13 15:00:38 bc 1.2.34.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c7bce309e06db4e59409db087a485d3e4c6bc7ee]

        INTEGRATION: CWS dbwizard1 (1.3.4); FILE MERGED 2004/10/21 13:22:55 bc 1.3.4.4: #i35933# StyleSheet file now opened of read only 2004/10/01 12:38:57 bc 1.3.4.3: ## several changes in dbwizards 2004/08/19 16:49:19 bc 1.3.4.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:00:38 bc 1.3.4.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [758051105287992aba3503b9923b12c492acc70a]

        INTEGRATION: CWS dbwizard1 (1.2.34); FILE MERGED 2004/10/01 12:38:56 bc 1.2.34.4: ## several changes in dbwizards 2004/09/03 10:13:26 bc 1.2.34.3: ##several changes in formwizard 2004/08/19 16:49:18 bc 1.2.34.2: #i20423#several additions for TableWizard and FormWizard 2004/08/13 15:00:38 bc 1.2.34.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [15fc383c5714be4974b8cec2b970ff4c5dc41de3]

        INTEGRATION: CWS dbwizard1 (1.2.34); FILE MERGED 2004/08/13 15:00:38 bc 1.2.34.1: #111602# several changes for Formwizard and TableWizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [aff81540638223d381bdd2c17270cf295951ff31]

        INTEGRATION: CWS dbwizard1 (1.2.2); FILE MERGED 2004/10/27 10:08:38 tv 1.2.2.1: merged in all new classes from dbwizard1

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [7045f906da4aa76b1768e9ab0890acc8d6125bf0]

        INTEGRATION: CWS dbwizard1 (1.14.72); FILE MERGED 2004/08/16 12:33:16 bc 1.14.72.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [43ee6d041d85b2eaafe67d25930fe33b97f34ce2]

        INTEGRATION: CWS dbwizard1 (1.4.116); FILE MERGED 2004/08/16 09:42:14 bc 1.4.116.1: #i20313# modifications for the database setup wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [671b1389a5abbe753b18f1c84cb47491ba51c915]

        INTEGRATION: CWS dbwizard1 (1.30.80); FILE MERGED 2004/10/21 00:08:48 bc 1.30.80.1: ##several changes for the database setup wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6462f60d8cff1ba080928df5ffd735fa358e9730]

        INTEGRATION: CWS dbwizard1 (1.9.12); FILE MERGED 2004/10/21 00:08:47 bc 1.9.12.3: ##several changes for the database setup wizard 2004/10/11 14:13:48 tv 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2004/08/16 09:42:14 bc 1.9.12.1: #i20313# modifications for the database setup wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [bcaca045210ba438626c89e92eabe8ead466bca3]

        INTEGRATION: CWS dbwizard1 (1.3.12); FILE MERGED 2004/10/11 14:13:39 tv 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/16 09:42:14 bc 1.3.12.1: #i20313# modifications for the database setup wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [f75cb5600e230fad1ec3cca8a48584f6dd4a0cea]

        INTEGRATION: CWS dbwizard1 (1.2.116); FILE MERGED 2004/10/11 14:12:56 tv 1.2.116.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/16 09:43:07 bc 1.2.116.1: #i20313# modifications for the database setup wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [fa9a6af94261319c8744e6bae04e463c3ef5cf25]

        INTEGRATION: CWS dbwizard1 (1.2.116); FILE MERGED 2004/10/26 10:44:43 bc 1.2.116.1: ##sourcecode for accessibility removed

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [3767e677540213e9c5cffc11acabaa23125216d7]

        INTEGRATION: CWS dbwizard1 (1.2.116); FILE MERGED 2004/08/16 09:44:20 bc 1.2.116.1: #i20313# modifications for the database setup wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d7c14055e4e16119c5282c86ecf7b22bbc09822b]

        INTEGRATION: CWS dbwizard1 (1.37.40); FILE MERGED 2004/10/20 14:24:19 pl 1.37.40.1: #i35858# GetClientSize is supposed to return 0,0 on invisible windows

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [5d8f3a062d764c88fba7d2662a197b9b8926ae31]

        INTEGRATION: CWS dbwizard1 (1.52.6); FILE MERGED 2004/10/11 17:11:12 tv 1.52.6.2: RESYNC: (1.52-1.53); FILE MERGED 2004/08/16 12:27:50 bc 1.52.6.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [fe9d4c70cb57996ef15ffcd96792ee7114d0ad6d]

        INTEGRATION: CWS dbwizard1 (1.7.6); FILE MERGED 2004/08/23 14:02:46 bc 1.7.6.2: #i20313# new wrapper service to call wizard added 2004/08/16 10:51:20 bc 1.7.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8c71741f2bdfc612306940da550752cf94d897ed]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/16 10:39:24 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [9cf7b03307d2ca56b091e87aace3eb22a5f74d93]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/24 16:15:00 bc 1.1.2.2: instantiation of service modified 2004/08/16 10:39:47 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [2df7a1300c05213ad6b55b665204dff10b06c542]

        INTEGRATION: CWS dbwizard1 (1.2.40); FILE MERGED 2004/10/22 12:52:49 oj 1.2.40.1: #i33924# new property for the edit width

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [f5e96e23e75da703f9d22de4951c2710170d88bc]

        INTEGRATION: CWS dbwizard1 (1.3.6); FILE MERGED 2004/10/22 12:52:48 oj 1.3.6.1: #i33924# new property for the edit width

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [57fefedb7f258800eae22c78d6d5127ad132a1e8]

        INTEGRATION: CWS dbwizard1 (1.2.40); FILE MERGED 2004/10/22 12:52:48 oj 1.2.40.1: #i33924# new property for the edit width

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [7debc4ff5ee0ad1c763190ff9780a004a2d2a73c]

        INTEGRATION: CWS dbwizard1 (1.3.6); FILE MERGED 2004/10/22 12:52:47 oj 1.3.6.2: #i33924# new property for the edit width 2004/09/09 20:41:44 bc 1.3.6.1: ## assertions in tablewizard removed

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [746a709494cb5e937cd997c17209ca0e40ef0edd]

        INTEGRATION: CWS dbwizard1 (1.2.40); FILE MERGED 2004/10/22 12:52:47 oj 1.2.40.1: #i33924# new property for the edit width

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [583b86bc6a9cf84faf7b188aa655d5c31bb85830]

        INTEGRATION: CWS os39 (1.5.72); FILE MERGED 2004/10/12 09:56:34 tl 1.5.72.1: #i31898# StarMath 5.0 now preferred filter.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [2d755f34b129dac8a2d2d33bedda74dca46a3001]

        INTEGRATION: CWS dbwizard1 (1.14.6); FILE MERGED 2004/10/11 17:22:13 tv 1.14.6.3: RESYNC: (1.14-1.15); FILE MERGED 2004/08/23 14:00:46 bc 1.14.6.2: #i20313#wrapperservice to call wizard added 2004/08/16 10:52:18 bc 1.14.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [893078d31581fd5eefd34f2f3aded04297c6d0cb]

        INTEGRATION: CWS dbwizard1 (1.9.6); FILE MERGED 2004/08/24 12:44:01 bc 1.9.6.2: some changes 2004/08/16 10:52:17 bc 1.9.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [b4b29b41dfd41d7d1160b83fc8ec2364fa669fd7]

        INTEGRATION: CWS dbwizard1 (1.18.6); FILE MERGED 2004/09/14 22:52:10 bc 1.18.6.3: ## several changes 2004/08/17 08:32:05 bc 1.18.6.2: #i20313# supportsTableCreation modified 2004/08/16 10:52:17 bc 1.18.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [91d8ef1f3431a1e4b364e35132ed2736a5ca424a]

        INTEGRATION: CWS dbwizard1 (1.49.6); FILE MERGED 2004/08/20 09:55:22 bc 1.49.6.2: #i20313# GetStandardDatabaseFilter added 2004/08/16 10:52:17 bc 1.49.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [3df6cb15b8e3dee19d31757bbe0ef471b1bd5e97]

        INTEGRATION: CWS dbwizard1 (1.6.6); FILE MERGED 2004/08/16 10:55:23 bc 1.6.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0b65babf5f6077c6f253af7a4a82a14ba0d2bdf0]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/09/14 22:52:10 bc 1.1.2.2: ## several changes 2004/08/16 10:54:47 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [77cc498fe42ab50b863c384c2c939845d01b5d65]

        INTEGRATION: CWS dbwizard1 (1.86.6); FILE MERGED 2004/10/11 17:21:13 tv 1.86.6.2: RESYNC: (1.86-1.87); FILE MERGED 2004/08/16 10:55:22 bc 1.86.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [ea69c15371a020c7836e1d407dcc813c4abb0a78]

        INTEGRATION: CWS dbwizard1 (1.3.6); FILE MERGED 2004/08/16 10:55:22 bc 1.3.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c5ceda053e51ab1f2e7ccbe1bdba6138bef22d83]

        INTEGRATION: CWS dbwizard1 (1.30.6); FILE MERGED 2004/08/16 12:27:50 bc 1.30.6.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d02f1ad5e7ca7b604a00c5f000d947792630aa77]

        INTEGRATION: CWS dbwizard1 (1.22.6); FILE MERGED 2004/08/16 10:55:22 bc 1.22.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8faa7be9fb3008e186de81d48b99c3474579e2f9]

        INTEGRATION: CWS dbwizard1 (1.11.70); FILE MERGED 2004/10/22 12:52:46 oj 1.11.70.1: #i33924# new property for the edit width

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d8131e75e321895c1bdfb21255dbc5a4920ce10a]

        INTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED 2004/10/11 17:24:34 tv 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/16 12:27:50 bc 1.2.6.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d36486901a4679c0fb0896119fc0d3c29071fc9d]

        INTEGRATION: CWS dbwizard1 (1.26.6); FILE MERGED 2004/10/11 17:17:23 tv 1.26.6.3: RESYNC: (1.26-1.27); FILE MERGED 2004/08/20 12:47:12 tv 1.26.6.2: removed duplicate entry 2004/08/16 12:26:25 bc 1.26.6.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [5be883ed746c888b669946833bac13910f0e5f94]

        INTEGRATION: CWS dbwizard1 (1.11.6); FILE MERGED 2004/10/21 00:07:22 bc 1.11.6.4: ## several changes for the database setup wizard 2004/09/14 22:52:09 bc 1.11.6.3: ## several changes 2004/08/24 12:43:32 bc 1.11.6.2: some changes 2004/08/16 10:50:10 bc 1.11.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [fbf6ca271f83d544a3d6a8600cf3c7a6150a90e0]

        INTEGRATION: CWS dbwizard1 (1.38.6); FILE MERGED 2004/10/21 00:07:22 bc 1.38.6.6: ## several changes for the database setup wizard 2004/09/16 06:35:40 bc 1.38.6.5: ##Preselection of listbox in general page in Property browser now correct 2004/09/14 22:52:09 bc 1.38.6.4: ## several changes 2004/09/09 20:41:44 bc 1.38.6.3: ## assertions in tablewizard removed 2004/08/24 12:43:32 bc 1.38.6.2: some changes 2004/08/16 10:50:10 bc 1.38.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [b5c5b8f6d4d28a161c905eddb8ccc97ca906b5ae]

        INTEGRATION: CWS dbwizard1 (1.19.6); FILE MERGED 2004/10/25 09:34:34 fs 1.19.6.2: #i35998# +DSID_DATABASENAME 2004/08/16 12:26:24 bc 1.19.6.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [69710e626cd9c06278d96c5f276689478eb3df10]

        INTEGRATION: CWS dbwizard1 (1.20.6); FILE MERGED 2004/08/16 10:50:10 bc 1.20.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [3ffc675a4315093efd636d98aefb620d96ac0a11]

        INTEGRATION: CWS dbwizard1 (1.32.6); FILE MERGED 2004/08/16 10:50:10 bc 1.32.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6fd3035e50b3ec062aed3442c40879e874313b40]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/21 00:07:22 bc 1.1.2.8: ## several changes for the database setup wizard 2004/09/14 22:52:09 bc 1.1.2.7: ## several changes 2004/09/09 20:41:44 bc 1.1.2.6: ## assertions in tablewizard removed 2004/08/30 13:17:57 bc 1.1.2.5: #i20313# TableWizard only started when checkbox enabled 2004/08/24 17:23:26 bc 1.1.2.4: ##several changes 2004/08/24 15:51:25 bc 1.1.2.3: some changes 2004/08/24 12:43:32 bc 1.1.2.2: some changes 2004/08/16 10:46:09 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [dc1f83a60faaff5450f1f20381d57ccc68f72f21]

        INTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED 2004/08/16 10:50:09 bc 1.2.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d13b2242c201383150acbbfe8417c0559a8484d2]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/21 00:07:21 bc 1.1.2.3: ## several changes for the database setup wizard 2004/09/09 20:41:43 bc 1.1.2.2: ## assertions in tablewizard removed 2004/08/20 10:21:03 bc 1.1.2.1: #i20313#Resource file for databasewizard added

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [423ccfc77411661d14b70b42d638a575c28116e1]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/20 11:54:59 bc 1.1.2.1: #i20313#resource file added

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [25f020295606cc999b942ff3edc2a2b235d777ee]

        INTEGRATION: CWS dbwizard1 (1.138.6); FILE MERGED 2004/10/25 13:02:05 fs 1.138.6.3: #i36085# 'test driver class' string now spec conformant 2004/09/14 22:52:08 bc 1.138.6.2: ## several changes 2004/08/16 10:50:09 bc 1.138.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4b41560b68733c99dc4d57a522cd12814be39a19]

        INTEGRATION: CWS dbwizard1 (1.30.6); FILE MERGED 2004/09/14 22:52:08 bc 1.30.6.2: ## several changes 2004/08/16 10:50:08 bc 1.30.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [395f6ade5d20c9c68e0c1ca16d36c236844c4edd]

        INTEGRATION: CWS dbwizard1 (1.89.6); FILE MERGED 2004/10/25 09:35:56 fs 1.89.6.3: #i35998# MySQL JDBC sometimes transports the datbase name as DSID_DATABASENAME 2004/09/09 20:41:43 bc 1.89.6.2: ## assertions in tablewizard removed 2004/08/16 12:26:24 bc 1.89.6.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [768fba45a90275045a385e13c0de182a48a34975]

        INTEGRATION: CWS dbwizard1 (1.26.6); FILE MERGED 2004/08/16 10:50:08 bc 1.26.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [7fabbf219ab4965156ecc9ac1f57d7ea0c3c8835]

        INTEGRATION: CWS dbwizard1 (1.35.6); FILE MERGED 2004/08/16 10:50:08 bc 1.35.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [b1dc4fa6e7503c703548c46572034e0b031fbb07]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/16 10:47:22 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [e9b9e39e69859b33fa8fb7cea44bbc2a33bb448e]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/16 10:47:04 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [5bea96637a43ba438746cad68223746ecd42dc59]

        INTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED 2004/08/16 12:26:24 bc 1.2.6.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [fcca49353d72443b4edc689f5948aa756a6ce819]

        INTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED 2004/08/16 10:50:08 bc 1.2.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [5699cccb89393e43dce4c29f2d571c8377bdfa3d]

        INTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED 2004/10/25 09:35:56 fs 1.2.6.2: #i35998# MySQL JDBC sometimes transports the datbase name as DSID_DATABASENAME 2004/08/16 10:50:07 bc 1.2.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [15541281a850c9abb8f2a123c7417610d8242bc8]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/09/14 22:52:08 bc 1.1.2.2: ## several changes 2004/08/16 10:46:47 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [8bb565550bc5a0af6d645f1397b037c11d475c1c]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/25 09:35:56 fs 1.1.2.4: #i35998# MySQL JDBC sometimes transports the datbase name as DSID_DATABASENAME 2004/09/14 22:52:08 bc 1.1.2.3: ## several changes 2004/08/30 13:17:57 bc 1.1.2.2: #i20313# TableWizard only started when checkbox enabled 2004/08/16 10:46:29 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d170f5b3d3def704a76496e1339b73fa4621493a]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/20 12:32:14 tv 1.1.2.2: fixed Case Sensitivity issues 2004/08/16 10:48:20 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0a6202812144a1b50f9db9d95bb3aa001cc477d4]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/16 10:48:42 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [cdb13c7f3a6edbf9ec69acecc61631987e3ef3ef]

        INTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED 2004/08/16 12:26:24 bc 1.2.6.2: #i20313# several fileds added for database wizard 2004/08/16 10:50:07 bc 1.2.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [0f5b6fd12112915cb77e04ee4269e7308481c407]

        INTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED 2004/08/20 12:32:14 tv 1.2.6.2: fixed Case Sensitivity issues 2004/08/16 10:50:07 bc 1.2.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6b29fef42e04b9a2d8698b0e63a571823a97a086]

        INTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED 2004/08/16 10:50:07 bc 1.2.6.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [e02867528f083f85a23577964cfd948b64f4fbc0]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/16 10:49:18 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [86418819e06c5f7bac4bc0407ecb12a068c3078c]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/16 10:49:00 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6033975b929c2dd2a46a5edb871a2a196191a863]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/16 10:47:40 bc 1.1.2.1: #i20313#Classes for Datasource wizard checked in

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [075e1f580ca931a542ca998b37f53529fcae4252]

        INTEGRATION: CWS dbwizard1 (1.33.20); FILE MERGED 2004/10/26 10:43:49 bc 1.33.20.2: #i33924#Alignment auf AutoIncrement field improved 2004/10/22 12:52:44 oj 1.33.20.1: #i33924# new property for the edit width

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [5827813980b648d0f108e6cc513043bfb065434c]

        INTEGRATION: CWS dbwizard1 (1.2.40); FILE MERGED 2004/10/22 12:52:44 oj 1.2.40.1: #i33924# new property for the edit width

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [980c5777b3d9482ddcb243185cd171f1a645b09c]

        INTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED 2004/10/11 17:15:29 tv 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/16 12:27:49 bc 1.2.6.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [1dd31f90881f3f5f5de9f76ae296c1fdb95fd5aa]

        INTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED 2004/10/12 09:03:00 bc 1.2.6.6: ## id ID_FORM_NEW_PILOT_PRE_SEL inserted Issue number: Submitted by: Reviewed by: 2004/10/11 17:14:57 tv 1.2.6.5: RESYNC: (1.2-1.3); FILE MERGED 2004/09/01 14:28:37 bc 1.2.6.4: ## small change to call tablewizard Issue number: Submitted by: Reviewed by: 2004/08/30 12:26:37 bc 1.2.6.3: new table autopilot to be called from base document now Issue number: Submitted by: Reviewed by: 2004/08/30 11:16:31 bc 1.2.6.2: call of tablewizard now possible Issue number: Submitted by: Reviewed by: 2004/08/16 10:59:53 bc 1.2.6.1: #i20313#Classes for Datasource wizard checked in Issue number: Submitted by: Reviewed by:

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [d96c7efce7e0f277a90df55cf026728821c5de51]

        INTEGRATION: CWS dbwizard1 (1.11.6); FILE MERGED 2004/10/18 11:29:47 tv 1.11.6.5: crashbugfix by MAV 2004/09/20 11:45:39 fs 1.11.6.4: fillReportData even if the listener is not newly created 2004/09/15 14:36:25 bc 1.11.6.3: ## 2004/09/15 14:32:16 bc 1.11.6.2: ##several changes 2004/09/15 13:39:51 bc 1.11.6.1: ## bOpenDesignmode flag new assigned

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [885bb44c4bc678361202938b0f6a56783156ae82]

        INTEGRATION: CWS dbwizard1 (1.57.6); FILE MERGED 2004/08/16 12:27:49 bc 1.57.6.1: #i20313# several fileds added for database wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [5615e4b78b5ff2fddbd05d0fd40aaf0ea9b2f184]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/22 09:38:44 tv 1.1.2.1: language independent files for form wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [532d519c4a6f96f20565f5a22359a907a12a04c2]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/22 09:38:43 tv 1.1.2.1: language independent files for form wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [73b8aec31b8f4baa1157747ab3e3e45239d05143]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/22 09:38:42 tv 1.1.2.1: language independent files for form wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [99fa8b541415c8ebd3fce5ff0a115d426bff13d2]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/22 09:38:41 tv 1.1.2.1: language independent files for form wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c55c28b7d6c658f671bbc2101b8791ea4055cdbd]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/22 09:38:40 tv 1.1.2.1: language independent files for form wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [72f356342b8da4f8ea6262ed8f1d051c7bfd20b8]

        INTEGRATION: CWS dbwizard1 (1.7.170); FILE MERGED 2004/10/22 09:38:39 tv 1.7.170.1: language independent files for form wizard

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [1fd3c5b123c57a469c7e6c727c7456f91968c20d]

        INTEGRATION: CWS dbwizard1 (1.55.40); FILE MERGED 2004/10/20 10:59:55 od 1.55.40.4: #i35798# - <SwXShape::setPosition()> - apply position to drawing object, if            it has no anchor position          - <SwXShape::_GetAttrPosition() - fallback, if position is (0,0)            and the object has no anchor position 2004/10/01 12:40:27 od 1.55.40.3: #i34750# <SwXShape::getPosition()>/<SwXShape::setPosition(..)> -          correction for objects, which are members of a group object. 2004/09/07 15:45:31 tv 1.55.40.2: RESYNC: (1.55-1.58); FILE MERGED 2004/08/20 09:09:54 bc 1.55.40.1: #i32349# - set default horizontal and vertical positioning attributes            for a shape on adding it to the drawing page, if no positioning            attributes are set.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [9aeed6e3c50e36af0c0f00e93d53d45e859f17f1]

        INTEGRATION: CWS dbwizard1 (1.4.18); FILE MERGED 2004/10/25 07:21:56 od 1.4.18.4: #i36010# - set positioning attributes, if position layout direction is 'HoriL2R' 2004/10/20 10:54:09 od 1.4.18.3: #i35798# - replace method <_ConvertPositioningAttr()> by method            <_SetPositioningAttr()> 2004/10/11 16:16:05 tv 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2004/10/01 12:38:07 od 1.4.18.1: #i34748# class <SwAnchoredDrawObject> - change handling of last object          rectangle.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [79942a61c5d85a15e7f17400416bbb8331b0001d]

        INTEGRATION: CWS dbwizard1 (1.35.36); FILE MERGED 2004/10/25 07:20:28 od 1.35.36.1: #i36010# - set correct position layout direction

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [431a6b69ab0dbc25f24fe8978e86edf9bf9e3432]

        INTEGRATION: CWS dbwizard1 (1.29.40); FILE MERGED 2004/10/20 10:57:00 od 1.29.40.5: #i35798# <SwDrawContact::_Changed()> - no adjustments of positioning          attributes, if object isn't yet attached to an anchor frame 2004/10/11 15:58:06 tv 1.29.40.4: RESYNC: (1.31-1.32); FILE MERGED 2004/10/01 12:36:56 od 1.29.40.3: #i34748# <SwDrawContact::_Changed(..)> - consider, that no last object          rectangle exists. 2004/09/07 15:30:23 tv 1.29.40.2: RESYNC: (1.29-1.31); FILE MERGED 2004/08/20 09:10:53 bc 1.29.40.1: #i32349# <SwDrawContact::Modify(..)> - nothing to do on removing object

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [c6e2818a5c3aa7786cb7f7544b57a21e0d075d31]

        INTEGRATION: CWS dbwizard1 (1.26.36); FILE MERGED 2004/10/25 07:19:10 od 1.26.36.1: #i36010# - set correct position layout direction

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [bf89ed836a8725111b9a96d28173840ba3e63285]

        INTEGRATION: CWS dbwizard1 (1.26.88); FILE MERGED 2004/10/25 07:19:10 od 1.26.88.2: #i36010# - set correct position layout direction 2004/10/01 12:42:35 od 1.26.88.1: #i34750# <lcl_AdjustPositioningAttr(..)> - keep object rectangle as          last object rectangle.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [fbd1f2210bffc767823dae694225b03bc1700f52]

        INTEGRATION: CWS dbwizard1 (1.6.52); FILE MERGED 2004/10/25 07:17:17 od 1.6.52.1: #i36010# class <SwDrawFrmFmt> - change default value of member <mnPositionLayoutDir>

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [4daff6050e87db4f813261511da7293d60ffbedd]

        INTEGRATION: CWS dbwizard1 (1.4.18); FILE MERGED 2004/10/20 10:52:17 od 1.4.18.3: #i35798# class <SwAnchoredDrawObject>          - replace method <_ConvertPositioningAttr()> by <_SetPositioningAttr()> 2004/10/11 14:32:24 tv 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2004/10/01 12:34:51 od 1.4.18.1: #i34748# class <SwAnchoredDrawObject> - change handling of the last object          rectangle in order to consider, if already a last object rectangle          exists.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [46db81c4317fcac1d28f0aeb54a34419caef2a35]

        INTEGRATION: CWS dbwizard1 (1.3.102); FILE MERGED 2004/10/22 10:11:53 tv 1.3.102.3: own registry file for FormWizard 2004/10/11 14:26:23 tv 1.3.102.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/18 15:23:15 va 1.3.102.1: #111616# Added TableWizard.xcs.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [b38556a15c847fc63e65c88a5926c17dad1ee5e8]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/18 15:22:35 va 1.1.2.1: #111616# Initial Revision.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [ec794ee9788b47723db8bfdea5a1d0255bc50799]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/10/22 10:12:58 tv 1.1.2.1: initial revision

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [6128c82ffd1a7168918b1919520fd2692255742d]

        INTEGRATION: CWS dbwizard1 (1.2.102); FILE MERGED 2004/10/22 10:11:53 tv 1.2.102.3: own registry file for FormWizard 2004/10/11 14:21:18 tv 1.2.102.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/18 15:21:52 va 1.2.102.1: #111616# Added TableWizard.xcu.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [571e75e6818744b20cdb78c35de7cc8a04cab315]

        INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED 2004/08/18 15:20:49 va 1.1.2.1: #111616# Initial Revision.

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [57285c59ae49540b0e44d86a778d8953ff7b20c7]

        INTEGRATION: CWS dbwizard1 (1.19.14); FILE MERGED 2004/10/11 14:21:08 tv 1.19.14.4: RESYNC: (1.19-1.22); FILE MERGED 2004/08/26 10:26:46 tv 1.19.14.3: corrected target for DatabaseWizard 2004/08/24 10:42:21 bc 1.19.14.2: slash removed 2004/08/23 14:12:35 bc 1.19.14.1: #i20313# menu entry for databasewizard completed

2004-10-27  Pascal Junck  <pjunck@openoffice.org>  [bd418718acb2c5f63719145fe777baa651f77a2a]

        INTEGRATION: CWS dbwizard1 (1.2.240); FILE MERGED 2004/09/01 09:39:03 bc 1.2.240.1: ##RelatedColumn for ADO fixed

2004-10-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [924669ac503312af8dd38dac6a3d0de58b8ace7a]

        #i36160# enable gcc visibility feature

2004-10-26  Vladimir Glazounov  <vg@openoffice.org>  [dd535df9ad206dc4586b675a6da140bfcf4dd53f]

        new version for SRC680

2004-10-26  Vladimir Glazounov  <vg@openoffice.org>  [fd959c7b5eab64518f90f18bb4e90079656dbd6a]

        new version for SRC680

2004-10-26  Rüdiger Timm  <rt@openoffice.org>  [d5909c86c1e11bc12f5cbf1aff2940c3babf9cce]

        SRC680

2004-10-26  Vladimir Glazounov  <vg@openoffice.org>  [06b9e93c1162de4e8549060f114d5a348d801c8b]

        #100000# show modus for --from

2004-10-26  Peter Burow  <pb@openoffice.org>  [ceb586833ee5a31b0b21e1114939440489937664]

        fix: #i34503# debug text with command url (fixed on master)

2004-10-25  Vladimir Glazounov  <vg@openoffice.org>  [506e4bf21e1ec341e49785085650ed8a27c8005e]

        new version for SRC680

2004-10-25  Vladimir Glazounov  <vg@openoffice.org>  [7823ccd656a7b1e3e24eeb1ee5407e9fd3a2e53b]

        new version for SRC680

2004-10-25  Vladimir Glazounov  <vg@openoffice.org>  [a9539faf3d98dba1648b80cf73ca0a745743a78c]

        new version for SRC680

2004-10-25  Vladimir Glazounov  <vg@openoffice.org>  [99940a7c12c0b954bc24bd06901a4ae588ecd1fe]

        new version for SRC680

2004-10-25  Vladimir Glazounov  <vg@openoffice.org>  [2d26e06036b445a6c79d12c816ab57efb48b9168]

        new version for SRC680

2004-10-25  Vladimir Glazounov  <vg@openoffice.org>  [5f21183ce40d4144f3747734a7d5503ffd353de1]

        new version for SRC680

2004-10-25  Rüdiger Timm  <rt@openoffice.org>  [56adf249ce01631a61c2464957218a18ef61f375]

        #118229# Patch productname correctly (including PRODUCTVERSION)

2004-10-25  Rüdiger Timm  <rt@openoffice.org>  [350cdc234a1b1d35429c4d5256c00f482bc846a2]

        INTEGRATION: CWS pj08 (1.9.2); FILE MERGED 2004/10/24 08:39:00 pjanik 1.9.2.1: #i360545#: Add missing dependency (so3 include files needed in binfilter).

2004-10-25  Frank Schönheit  <fs@openoffice.org>  [8e8c9ff197e56fba8e36471aee1d7e2989de594c]

        #i10000# this change should have been on the CWS - damn, forgot to checkin there ....

2004-10-25  Rüdiger Timm  <rt@openoffice.org>  [57f2caea41c7d6ec6dbf0d7b1db1d9d6caabe18a]

        #i10000# Needs ulfconv binary which gets delivered by module setup_native.

2004-10-25  Rüdiger Timm  <rt@openoffice.org>  [9ea84eab5c96dfd0590df4ca8581ecd2c560ffb4]

        #i10000# XScriptProvider is not 'draft' any more, see #i32502#.

2004-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ec1bded9e5465ca7a09356dec14e94047fd0006e]

        new version for SRC680

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [a72c3b01ef27bf859b23b6fd9f2a541eb3c93d42]

        SRC680

2004-10-22  Vladimir Glazounov  <vg@openoffice.org>  [06b374697505768b95e5f34a5707d653d4e2e43c]

        #100000# now array ref for getParentsDep

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [1fbee2307d072a04ff8e985d43fd2b377cd3ebec]

        INTEGRATION: CWS scriptingf6 (1.4.22); FILE MERGED 2004/09/30 09:34:21 dfoster 1.4.22.5: #i33478# Add BrowseNode service. 2004/08/03 14:44:58 dfoster 1.4.22.4: #i32502# 2004/07/30 16:12:24 toconnor 1.4.22.3: #i31461# restore changes that got clobbered during merge 2004/07/30 10:20:21 toconnor 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/28 11:07:14 npower 1.4.22.1: #i31461# pass "<stdin>" as url for script when invoking script outside the IDE, this should prevent IDE from loading the script automatically.

2004-10-22  Oliver Bolte  <obo@openoffice.org>  [0fc43bc21ade7ccd721f4abb8e14082dcb93fd50]

        #i10000# typo

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [61afef91a98f8e3e3ff6aba0af29f3267f489bee]

        INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED 2004/09/30 09:34:20 dfoster 1.5.2.2: #i33478# Add BrowseNode service. 2004/08/03 14:44:57 dfoster 1.5.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c1d4b34a7fc2621c381ce15dee45b4b819c6899b]

        INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED 2004/09/30 09:34:18 dfoster 1.5.2.3: #i33478# Add BrowseNode service. 2004/09/16 14:26:46 dfoster 1.5.2.2: #i33670# Rename the context variable to XSCRIPTCONTEXT 2004/08/03 14:44:56 dfoster 1.5.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ccf6cac6a98bb3aeeebe3c8e7c3005a1139e2d51]

        INTEGRATION: CWS scriptingf6 (1.2.6); FILE MERGED 2004/10/11 15:27:07 toconnor 1.2.6.2: RESYNC: (1.2-1.4); FILE MERGED 2004/08/04 11:50:16 dfoster 1.2.6.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [df21fcc8511b62146752dd96412935a50f182a59]

        INTEGRATION: CWS scriptingf6 (1.17.6); FILE MERGED 2004/08/10 14:32:09 toconnor 1.17.6.1: #i25682# - allow vnd.sun.star.script URLs to be passed on the command line

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [353260e3af91e55f1c338f6c21d9137ed87e3a66]

        INTEGRATION: CWS scriptingf6 (1.146.6); FILE MERGED 2004/10/11 15:14:43 toconnor 1.146.6.2: RESYNC: (1.146-1.153); FILE MERGED 2004/08/10 14:32:08 toconnor 1.146.6.1: #i25682# - allow vnd.sun.star.script URLs to be passed on the command line

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c2221bca49c69461e866f89fb29158aa85368203]

        INTEGRATION: CWS scriptingf6 (1.24.6); FILE MERGED 2004/10/11 14:32:06 toconnor 1.24.6.2: RESYNC: (1.24-1.27); FILE MERGED 2004/08/03 16:33:09 dfoster 1.24.6.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [0e62329f37df43ee97f6af4d51b454e7d3cce93e]

        INTEGRATION: CWS scriptingf6 (1.67.56); FILE MERGED 2004/10/11 16:46:22 toconnor 1.67.56.3: RESYNC: (1.68-1.69); FILE MERGED 2004/10/11 14:29:14 toconnor 1.67.56.2: RESYNC: (1.67-1.68); FILE MERGED 2004/08/03 16:33:08 dfoster 1.67.56.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [0bc988b4388415de8f6f3d76cc314225daae8cd8]

        INTEGRATION: CWS scriptingf6 (1.41.6); FILE MERGED 2004/10/11 16:44:54 toconnor 1.41.6.3: RESYNC: (1.44-1.45); FILE MERGED 2004/10/11 14:26:50 toconnor 1.41.6.2: RESYNC: (1.41-1.44); FILE MERGED 2004/08/03 16:33:08 dfoster 1.41.6.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [8247d7b33f19d01cc16947e691e0b15b6fdcec8a]

        INTEGRATION: CWS scriptingf6 (1.37.6); FILE MERGED 2004/10/13 09:53:59 toconnor 1.37.6.6: #i32502# restore namespace declaration that got clobbered in merge 2004/10/11 17:04:27 toconnor 1.37.6.5: RESYNC: (1.41-1.42); FILE MERGED 2004/10/11 14:48:22 toconnor 1.37.6.4: RESYNC: (1.37-1.41); FILE MERGED 2004/09/16 14:42:11 dfoster 1.37.6.3: #i33227# iBring IDL in line with Dev Guide doc 2004/09/14 15:10:14 dfoster 1.37.6.2: #i33477# Bring BrowseNodeViewType interface and code in line with documentation. 2004/08/03 16:33:07 dfoster 1.37.6.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2db5b5a634a006b8bdf1a2193fe3a707295a7115]

        INTEGRATION: CWS scriptingf6 (1.40.6); FILE MERGED 2004/10/11 16:55:28 toconnor 1.40.6.3: RESYNC: (1.43-1.44); FILE MERGED 2004/10/11 14:36:25 toconnor 1.40.6.2: RESYNC: (1.40-1.43); FILE MERGED 2004/08/03 16:33:07 dfoster 1.40.6.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [8afebded15f10eb58c1f8aa9357b7ae33eb9a5d2]

        INTEGRATION: CWS scriptingf6 (1.4.4); FILE MERGED 2004/10/11 13:46:26 toconnor 1.4.4.3: RESYNC: (1.4-1.6); FILE MERGED 2004/08/11 12:42:56 dfoster 1.4.4.2: #i32794# Fixed images, removed need for Basic ResMgr. 2004/08/03 16:41:48 dfoster 1.4.4.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [72495adfbad560d1d1a3e07a3fa37b3552b5e6a8]

        INTEGRATION: CWS scriptingf6 (1.4.4); FILE MERGED 2004/10/11 13:44:48 toconnor 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/11 12:42:56 dfoster 1.4.4.1: #i32794# Fixed images, removed need for Basic ResMgr.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [1d699d86cb7c7d5f71c6a2d6d9c4d0149eee5cb5]

        INTEGRATION: CWS scriptingf6 (1.4.4); FILE MERGED 2004/10/11 13:34:34 toconnor 1.4.4.6: RESYNC: (1.4-1.6); FILE MERGED 2004/09/27 14:17:37 dfoster 1.4.4.5: #i30923# Remove check for children which was forcing all basic libs to be loaded. 2004/09/16 14:34:40 dfoster 1.4.4.4: #i33227# Bring IDL into line with Dev Guide. 2004/09/14 14:58:49 dfoster 1.4.4.3: #i33477# Bring BrowseNodeViewType code & interface in line with documentation. 2004/08/11 12:42:55 dfoster 1.4.4.2: #i32794# Fixed images, removed need for Basic ResMgr. 2004/08/03 16:41:48 dfoster 1.4.4.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b4f90d5b90ee3bbe19ccd2daf1d3a5bcfe569f7e]

        INTEGRATION: CWS scriptingf6 (1.3.4); FILE MERGED 2004/08/11 12:42:55 dfoster 1.3.4.2: #i32794# Fixed images, removed need for Basic ResMgr. 2004/08/03 16:41:47 dfoster 1.3.4.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ff55a9266aecfd10be9208f204b3f255e19c78b4]

        INTEGRATION: CWS scriptingf6 (1.4.4); FILE MERGED 2004/10/11 13:52:17 toconnor 1.4.4.2: RESYNC: (1.4-1.6); FILE MERGED 2004/08/11 12:42:55 dfoster 1.4.4.1: #i32794# Fixed images, removed need for Basic ResMgr.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [052cfedad2deefe221cdb790f00114a2143c0079]

        INTEGRATION: CWS scriptingf6 (1.4.4); FILE MERGED 2004/10/20 13:43:13 toconnor 1.4.4.7: #i31608# fix assertion about SolarMutex not being locked 2004/10/11 16:26:06 toconnor 1.4.4.6: RESYNC: (1.7-1.8); FILE MERGED 2004/10/11 13:45:49 toconnor 1.4.4.5: RESYNC: (1.4-1.7); FILE MERGED 2004/09/16 14:34:39 dfoster 1.4.4.4: #i33227# Bring IDL into line with Dev Guide. 2004/09/14 14:58:48 dfoster 1.4.4.3: #i33477# Bring BrowseNodeViewType code & interface in line with documentation. 2004/08/11 12:42:54 dfoster 1.4.4.2: #i32794# Fixed images, removed need for Basic ResMgr. 2004/08/03 16:41:47 dfoster 1.4.4.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b96ed164890bae2d35235500a552c1fdf9c0fb54]

        INTEGRATION: CWS scriptingf6 (1.3.96); FILE MERGED 2004/10/14 10:57:39 toconnor 1.3.96.2: #i33972# call InitResources when creating SvxMacroAssignDlg 2004/10/13 14:32:04 dfoster 1.3.96.1: #i34509# Need to check that the 0th elt exists before selecting.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [a261e10834f47eae995abbb66186fc4892ee0717]

        INTEGRATION: CWS scriptingf6 (1.11.4); FILE MERGED 2004/10/11 16:22:41 toconnor 1.11.4.3: RESYNC: (1.14-1.15); FILE MERGED 2004/10/11 13:29:30 toconnor 1.11.4.2: RESYNC: (1.11-1.14); FILE MERGED 2004/08/11 12:42:54 dfoster 1.11.4.1: #i32794# Fixed images, removed need for Basic ResMgr.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c9130a22bc4e27851088141a69a0baee84413831]

        INTEGRATION: CWS scriptingf6 (1.80.2); FILE MERGED 2004/10/11 12:28:10 toconnor 1.80.2.2: RESYNC: (1.80-1.84); FILE MERGED 2004/08/03 12:31:51 dfoster 1.80.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b9f63c65d9312c7dcfcc8e69763db2cb4606f457]

        INTEGRATION: CWS scriptingf6 (1.63.38); FILE MERGED 2004/10/11 12:27:59 toconnor 1.63.38.2: RESYNC: (1.63-1.67); FILE MERGED 2004/08/03 12:31:51 dfoster 1.63.38.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [a9cf864aa975641627d447c571569def23530a9a]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 12:31:49 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7968836a8d411670476572a9dd685a98f35a7b74]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 12:31:48 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [246a42e2c7beb8f6a31e955d5d10527c527f55dd]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 12:31:47 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7f39eece0b1b1d6a9cdebb487c038d67586872dd]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 12:31:46 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d9ec61380a09dc8262e940f870e02deeb8b8e96f]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/09/30 09:41:15 dfoster 1.1.2.2: #i33478# Adding BrowseNode service. 2004/08/03 12:31:45 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [53a60af4b74d136841d31746f14d994de5f7b989]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 12:31:45 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [00c0a2cf7d74fd3362b8ae534295cf70a3a9f30e]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 12:31:44 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [0de39fb7e2432cf81752dc2f50980351a763599f]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 12:31:43 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [33439bee45e75e0e31eafe335e298c0dfa5534ad]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 12:31:42 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c60198d0463474c66b99c6a89709753a260b6bdb]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/09/30 09:41:14 dfoster 1.1.2.3: #i33478# Adding BrowseNode service. 2004/09/16 14:19:03 dfoster 1.1.2.2: #i33227# Bring IDL into line with Dev guide 2004/08/03 12:31:41 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c57f708706157cbe0ab7ae8a11bde1edb5bc7c4e]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/09/16 14:19:02 dfoster 1.1.2.2: #i33227# Bring IDL into line with Dev guide 2004/08/03 12:31:41 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [151365df4890114d135c9b79a4873c623d6d25c8]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 12:31:40 dfoster 1.1.2.1: #i32502# Moving Scripting Framework interfaces from drafts to com.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [0eb71de0b34df10419936fd053759c751f11ea9a]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/09/16 14:19:02 dfoster 1.1.2.1: #i33227# Bring IDL into line with Dev guide

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [968908fef41d0a50010a265053f3e15372f627ae]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/09/30 09:40:49 dfoster 1.1.2.1: #i33478# Adding BrowseNode service.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2b52354fc6cdb2b3327c5ac6272d2c9bb30127d9]

        INTEGRATION: CWS scriptingf6 (1.1.36); FILE MERGED 2004/10/14 12:57:58 toconnor 1.1.36.1: #i30929# add note to README Issue number: Submitted by: Reviewed by:

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [f3a3ca9c2157b511223b5a990963b3666b39b8cb]

        INTEGRATION: CWS os40 (1.2.42); FILE MERGED 2004/10/13 14:16:47 sb 1.2.42.1: #i34641# Added RTL_TEXTENCODING_PT154 (patch supplied by ibr).

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [fdfb08170a4134f1bc4062d27a9b13b2e9ac8830]

        INTEGRATION: CWS os40 (1.24.42); FILE MERGED 2004/10/13 14:16:47 sb 1.24.42.1: #i34641# Added RTL_TEXTENCODING_PT154 (patch supplied by ibr).

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [3d089e3c5d187a827b5b6d05b79a61631e803989]

        INTEGRATION: CWS os40 (1.6.250); FILE MERGED 2004/10/13 14:16:46 sb 1.6.250.1: #i34641# Added RTL_TEXTENCODING_PT154 (patch supplied by ibr).

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [293d4ee42f88ba0f80b1c3d27bc06d01903b6ab2]

        INTEGRATION: CWS os40 (1.3.44); FILE MERGED 2004/10/13 14:16:45 sb 1.3.44.1: #i34641# Added RTL_TEXTENCODING_PT154 (patch supplied by ibr).

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [6e20acbc0e3071392d88490051eb016be6b659c5]

        INTEGRATION: CWS os40 (1.13.42); FILE MERGED 2004/10/13 14:16:45 sb 1.13.42.1: #i34641# Added RTL_TEXTENCODING_PT154 (patch supplied by ibr).

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [719d271d1556b5fcf5dd6f2e3ce5756d7686c95c]

        INTEGRATION: CWS scriptingf6 (1.47.24); FILE MERGED 2004/10/11 10:31:12 toconnor 1.47.24.3: RESYNC: (1.47-1.52); FILE MERGED 2004/08/03 14:04:56 dfoster 1.47.24.2: #i32502# 2004/08/03 13:54:56 dfoster 1.47.24.1: #i32502# Moving the scripting framework interfaces from drafts to com

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3f5492980a8fa0724c1f884a501b24c60c063de7]

        INTEGRATION: CWS scriptingf6 (1.4.36); FILE MERGED 2004/09/14 15:31:58 dfoster 1.4.36.1: #i30252# Add the ScriptBindingLIbrary to the list of installed Basic libaries.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [520be5c0f00e124ea05e4c3f2334d8c93fda6e80]

        INTEGRATION: CWS scriptingf6 (1.2.30); FILE MERGED 2004/09/14 15:27:52 dfoster 1.2.30.1: #i30252# Fix the Highlight examples so that (a) they try to load the library if they can't get the dialog on first attempt, (b) the dialog contains bindings to the BeanShell handler code.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2b962a56c1eaa6650b7e08f9fbe8d46b0165d4dc]

        INTEGRATION: CWS scriptingf6 (1.2.30); FILE MERGED 2004/09/30 09:33:25 dfoster 1.2.30.1: #i33504# Fix suggested by pjanik

2004-10-22  Tom Verbeek  <tv@openoffice.org>  [760873ed8c96aea617853897486bc5e350d6a393]

        #i33782# commonwizards need to be built at once

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f34cdd38ba68f4cc5ff8751f029853ce0f28333f]

        INTEGRATION: CWS scriptingf6 (1.2.34); FILE MERGED 2004/08/03 14:45:08 dfoster 1.2.34.1: #i32502#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [5311f99514320954fbcbf1351a79fc96c2deba1a]

        INTEGRATION: CWS os40 (1.42.152); FILE MERGED 2004/10/13 14:23:28 sb 1.42.152.1: #i34641# Added RTL_TEXTENCODING_PT154 (patch supplied by ibr).

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c950e93e92897eca62f895fe63427d5e48a02ef4]

        INTEGRATION: CWS scriptingf6 (1.10.22); FILE MERGED 2004/08/03 14:45:06 dfoster 1.10.22.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2e29bd4c1fcdf913bab9ff1ef6949dd74da612f6]

        INTEGRATION: CWS scriptingf6 (1.1.40); FILE MERGED 2004/08/03 14:45:06 dfoster 1.1.40.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6dd903801b794dfafeb97f5ae41ebaae969dd26b]

        INTEGRATION: CWS scriptingf6 (1.4.2); FILE MERGED 2004/10/11 10:07:57 toconnor 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/03 14:45:06 dfoster 1.4.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [1eb4a089a3ebf467c02342c83d7f7d17c56be52e]

        INTEGRATION: CWS scriptingf6 (1.5.26); FILE MERGED 2004/08/03 14:45:05 dfoster 1.5.26.3: #i32502# 2004/07/30 10:24:45 toconnor 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/23 11:33:38 dfoster 1.5.26.1: #i25821#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2e8bfa9b8bba4556738cb1e1121f2e7dfd47f141]

        INTEGRATION: CWS scriptingf6 (1.2.14); FILE MERGED 2004/08/03 14:45:05 dfoster 1.2.14.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [010a21431bc0c3ffd42d3cbbadc9527414f8de4c]

        INTEGRATION: CWS scriptingf6 (1.9.2); FILE MERGED 2004/08/03 14:45:05 dfoster 1.9.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [619cbc5e20295acc662d670d5cdc637db0736555]

        INTEGRATION: CWS scriptingf6 (1.10.14); FILE MERGED 2004/09/30 09:34:23 dfoster 1.10.14.5: #i33478# Add BrowseNode service. 2004/08/03 14:45:05 dfoster 1.10.14.4: #i32502# 2004/07/30 16:13:00 toconnor 1.10.14.3: #i25821# fix build problem after merging files 2004/07/30 10:25:53 toconnor 1.10.14.2: RESYNC: (1.10-1.12); FILE MERGED 2004/07/23 11:33:37 dfoster 1.10.14.1: #i25821#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d8bd9ea333db7054e49fe899c0b12e3d64bfe70d]

        INTEGRATION: CWS scriptingf6 (1.2.14); FILE MERGED 2004/09/16 14:25:19 dfoster 1.2.14.2: #i33227# Bring IDL in line with Dev Guide. 2004/08/03 14:45:04 dfoster 1.2.14.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [320735dd55845997bf5e1a4757891edf1b039bef]

        INTEGRATION: CWS scriptingf6 (1.4.2); FILE MERGED 2004/10/20 13:34:44 toconnor 1.4.2.4: #i35609# fix crash on Solaris 2004/09/16 14:25:19 dfoster 1.4.2.3: #i33227# Bring IDL in line with Dev Guide. 2004/09/14 15:21:15 dfoster 1.4.2.2: #i33477# Bring the BrowseNodeViewTypes interface & code into line with the docs. 2004/08/03 14:45:04 dfoster 1.4.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b4d9181559335ad85363a8e3fbe17ecca3b1db2d]

        INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED 2004/08/03 14:45:04 dfoster 1.5.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [cb453fcaa791965b6d176d2594e3716aa4a5099c]

        INTEGRATION: CWS scriptingf6 (1.5.14); FILE MERGED 2004/08/27 15:35:15 npower 1.5.14.5: #i33479# Reverse sense of check in createMSP check now sees if the incomming any does not contain a string, if it dosn't it tries to convert the Any to a XModel. Previously it checked if the Any contained type XModel and if not then assumed it was a string. This causes problems when used from a scripting language when the type of the object implementation XModel may be transported in the Any as a nother implemented type e.g. XInterface or XComponent or some other interface supported by that object. 2004/08/03 14:45:04 dfoster 1.5.14.4: #i32502# 2004/07/30 16:13:00 toconnor 1.5.14.3: #i25821# fix build problem after merging files 2004/07/30 10:24:37 toconnor 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/23 11:33:36 dfoster 1.5.14.1: #i25821#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [492bd01b946f3b40cde1c3cb246fe88160c0c499]

        INTEGRATION: CWS scriptingf6 (1.5.40); FILE MERGED 2004/08/03 14:45:03 dfoster 1.5.40.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [76159289d2e480558d571ad51117c9a1da25f730]

        INTEGRATION: CWS scriptingf6 (1.17.14); FILE MERGED 2004/10/13 12:39:07 toconnor 1.17.14.4: #i25682# ensure that MasterScriptProvider can be created 2004/08/03 14:45:03 dfoster 1.17.14.3: #i32502# 2004/07/30 10:21:46 toconnor 1.17.14.2: RESYNC: (1.17-1.18); FILE MERGED 2004/07/23 11:33:36 dfoster 1.17.14.1: #i25821#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [74bbffc8184f1a2de2b52304eca32f1a92d8c6ed]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 14:45:02 dfoster 1.1.2.2: #i32502# 2004/07/23 11:33:09 dfoster 1.1.2.1: #i25821#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e8ed945a9d0219f228efba4017d9e933b6ec17e5]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 14:45:02 dfoster 1.1.2.2: #i32502# 2004/07/23 11:32:53 dfoster 1.1.2.1: #i25821#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [87487e54d731185dcf4be86eb97fbedb4de89943]

        INTEGRATION: CWS scriptingf6 (1.1.2); FILE ADDED 2004/08/03 14:45:02 dfoster 1.1.2.2: #i32502# 2004/07/23 11:32:25 dfoster 1.1.2.1: #i25821#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [a170d63329747effbd955378d9369e2471dc39c5]

        INTEGRATION: CWS scriptingf6 (1.3.22); FILE MERGED 2004/08/03 14:45:02 dfoster 1.3.22.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [36b76ef5963d5e3203391def15007420be2c500b]

        INTEGRATION: CWS scriptingf6 (1.3.22); FILE MERGED 2004/08/03 14:45:01 dfoster 1.3.22.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3d2caa6f021e1a92e20f2b8d5a3231ac1d3c7583]

        INTEGRATION: CWS scriptingf6 (1.3.2); FILE MERGED 2004/08/03 14:45:01 dfoster 1.3.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [1d67ea9737e53fc141de1dcab1e40b3ca2589114]

        INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED 2004/08/03 14:45:01 dfoster 1.5.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3a32bddd54ad26d8a90b8d076a366ec0b0892938]

        INTEGRATION: CWS scriptingf6 (1.4.22); FILE MERGED 2004/08/03 14:45:01 dfoster 1.4.22.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [773ef5f4fea5803a2ac633a9bd55381f9f225854]

        INTEGRATION: CWS scriptingf6 (1.6.2); FILE MERGED 2004/10/11 10:07:48 toconnor 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2004/08/03 14:45:00 dfoster 1.6.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7b10f16e5819d3aceff64aef9792c44d4ba8416e]

        INTEGRATION: CWS scriptingf6 (1.11.2); FILE MERGED 2004/10/11 10:07:39 toconnor 1.11.2.3: RESYNC: (1.11-1.12); FILE MERGED 2004/09/30 09:34:23 dfoster 1.11.2.2: #i33478# Add BrowseNode service. 2004/08/03 14:45:00 dfoster 1.11.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [290623540f1e4144353fa0e74dc56c0f80348e1f]

        INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED 2004/08/03 14:45:00 dfoster 1.5.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7a9e69d78ee34e87febd26c00385a18be199d022]

        INTEGRATION: CWS scriptingf6 (1.7.2); FILE MERGED 2004/08/03 14:45:00 dfoster 1.7.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4252755c6482f56f8474509611ccf5a8462419d4]

        INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED 2004/08/03 14:44:59 dfoster 1.5.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [5769fefd60e1d4592fb29424a070d89d0ce26f5b]

        INTEGRATION: CWS scriptingf6 (1.2.22); FILE MERGED 2004/09/16 15:20:24 dfoster 1.2.22.1: #i33050# Added documentation to template javascript script

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2581d3aeee9122d6fde7b054c0d18e3501295249]

        INTEGRATION: CWS scriptingf6 (1.4.22); FILE MERGED 2004/08/03 14:44:58 dfoster 1.4.22.2: #i32502# 2004/07/29 14:49:56 npower 1.4.22.1: #i31461# Modified ScriptEditorForJavascript to use new rhino interface. Allows scripts to be displayed in single Rhino winow.

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [8a4e074a58636ef0bb808597632033f41246a31d]

        INTEGRATION: CWS os40 (1.11.32); FILE MERGED 2004/10/13 11:51:34 os 1.11.32.1: #i35270# helpids added

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7efe975ae0409b8eb1c104136b868355894b99d7]

        INTEGRATION: CWS scriptingf6 (1.2.22); FILE MERGED 2004/09/16 14:26:48 dfoster 1.2.22.1: #i33670# Rename the context variable to XSCRIPTCONTEXT

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [037858677e6a426be133c21a82c720ac93ffa13e]

        INTEGRATION: CWS scriptingf6 (1.4.2); FILE MERGED 2004/08/03 14:44:57 dfoster 1.4.2.1: #i32502#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [f727aa9cf3755a75d0bafe83489762a10c56bb48]

        INTEGRATION: CWS os40 (1.3.450); FILE MERGED 2004/10/15 11:27:13 os 1.3.450.1: #i35239# contour re-inserted to the wrap menu; unused menu defines removed

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [19cf2a6dbcc68b53b98c2ea270e9e82697f36569]

        INTEGRATION: CWS os40 (1.4.32); FILE MERGED 2004/10/15 11:27:12 os 1.4.32.1: #i35239# contour re-inserted to the wrap menu; unused menu defines removed

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [ea6c36efcb22723b85656d790117ba7b9b98376e]

        INTEGRATION: CWS os40 (1.4.898); FILE MERGED 2004/10/15 11:27:12 os 1.4.898.1: #i35239# contour re-inserted to the wrap menu; unused menu defines removed

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4c3c1f8a13a3ee656034d8d38b87a5ddc0d4b316]

        INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED 2004/08/03 14:44:56 dfoster 1.5.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3e659a123433de51959af659a6760c2aa9f7b5d0]

        INTEGRATION: CWS scriptingf6 (1.7.2); FILE MERGED 2004/08/03 14:44:54 dfoster 1.7.2.1: #i32502#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [9a2f8b1aeff3712951c570f49a4fded075a91fb0]

        INTEGRATION: CWS os40 (1.21.178); FILE MERGED 2004/10/15 11:27:11 os 1.21.178.1: #i35239# contour re-inserted to the wrap menu; unused menu defines removed

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [caf7029c77e4826c8953ee3049fa89572ea5c793]

        INTEGRATION: CWS os40 (1.3.34); FILE MERGED 2004/10/13 11:51:18 os 1.3.34.1: #i35270# helpids added

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [167cc0f3a53cf7c8ed1b542e44103d9c4a6e7c94]

        INTEGRATION: CWS scriptingf6 (1.3.2); FILE MERGED 2004/08/03 14:44:54 dfoster 1.3.2.1: #i32502#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [092b44091acaac1fa33d3c46bb975ea441da5251]

        INTEGRATION: CWS os40 (1.79.28); FILE MERGED 2004/10/15 06:58:30 os 1.79.28.1: #i34392# SfxObjectShell::DoClose() has to be called at a Reference to prevent a crash

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [98f9d3b468ae7459ed0fb322c8935583d9bff181]

        INTEGRATION: CWS os40 (1.2.34); FILE MERGED 2004/10/13 11:39:44 os 1.2.34.1: #i35284# labels correctedd

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [5c8106e527a5585cd2a851d4ea9c27db1a1e8fdb]

        INTEGRATION: CWS scriptingf6 (1.2.14); FILE MERGED 2004/08/03 14:44:53 dfoster 1.2.14.1: #i32502#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [e1a41432eb6893f9190bede8e0fa8798927337bc]

        INTEGRATION: CWS os40 (1.3.34); FILE MERGED 2004/10/15 08:40:13 os 1.3.34.1: #i34261# catch exceptions of the database context

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [123394cc00eb4f4a9e9f2a9d0a37ebe3ba709269]

        INTEGRATION: CWS scriptingf6 (1.2.2); FILE MERGED 2004/08/03 14:44:53 dfoster 1.2.2.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [21b3b93f8ca67a783fac96d29908a6ebbc4fef15]

        INTEGRATION: CWS scriptingf6 (1.4.2); FILE MERGED 2004/10/21 13:18:03 toconnor 1.4.2.1: #i35609# fix crash when loading library that does not contain a parcel-desciptor.xml file

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [c72b03ef5a2e5418c41d50e8c4bb620bca00b492]

        INTEGRATION: CWS os40 (1.36.76); FILE MERGED 2004/10/15 11:27:11 os 1.36.76.1: #i35239# contour re-inserted to the wrap menu; unused menu defines removed

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b3c6fab047bda802fdacf7566de93e2da1cedb1f]

        INTEGRATION: CWS scriptingf6 (1.11.2); FILE MERGED 2004/09/16 14:25:20 dfoster 1.11.2.2: #i33227# Bring IDL in line with Dev Guide. 2004/08/03 14:44:53 dfoster 1.11.2.1: #i32502#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [080c78961ba56f06bf970894ec81bdb467ca257f]

        INTEGRATION: CWS os40 (1.11.24); FILE MERGED 2004/10/15 11:27:11 os 1.11.24.1: #i35239# contour re-inserted to the wrap menu; unused menu defines removed

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [0b51201d106d3f0012da3f036351f3877cd82b31]

        INTEGRATION: CWS scriptingf6 (1.4.2); FILE MERGED 2004/08/03 14:44:53 dfoster 1.4.2.1: #i32502#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [9bca1143c3da9ddf1b59e651f085c3cd270d00bf]

        INTEGRATION: CWS os40 (1.42.22); FILE MERGED 2004/10/15 07:07:27 os 1.42.22.1: #i34392# after the target is destroyed the local view needs to be updated

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [9f6256aa18fb120231b16055e9359b99b46c2d4b]

        INTEGRATION: CWS scriptingf6 (1.2.2); FILE MERGED 2004/08/03 14:44:52 dfoster 1.2.2.1: #i32502#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [5ab2c60df3423c49927e648deced7920fecb4639]

        INTEGRATION: CWS os40 (1.33.22); FILE MERGED 2004/10/13 14:25:05 sb 1.33.22.1: #i34641# Added RTL_TEXTENCODING_PT154 (patch supplied by ibr).

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [1de772808b1435f1a958401158c8ebb2ed7d0f88]

        INTEGRATION: CWS scriptingf6 (1.8.2); FILE MERGED 2004/08/03 14:44:52 dfoster 1.8.2.1: #i32502#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [46fa879fc66dba98cfbb8274038600d41480e526]

        INTEGRATION: CWS os40 (1.59.32); FILE MERGED 2004/10/15 10:08:08 os 1.59.32.1: #i35015# merge error in SwScanner fixed

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [1a74757d0d37014e3355fe356732b54cdf8ef008]

        INTEGRATION: CWS scriptingf6 (1.30.2); FILE MERGED 2004/10/13 11:21:40 toconnor 1.30.2.1: #i33458# ensure that iterative building works for Java classes

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [c350a652016c0ec0f82e33f04ce54be9a6a82d5c]

        INTEGRATION: CWS os40 (1.8.32); FILE MERGED 2004/10/15 10:08:08 os 1.8.32.1: #i35015# merge error in SwScanner fixed

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [bdd64ad492c69a168b050568039e1883c3033b1a]

        INTEGRATION: CWS os40 (1.24.36); FILE MERGED 2004/10/13 11:51:33 os 1.24.36.1: #i35270# helpids added

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [24c0fc4f2d9e040b3a1347777e0ee62c2a7f427a]

        INTEGRATION: CWS scriptingf6 (1.2.22); FILE MERGED 2004/10/13 09:51:55 toconnor 1.2.22.4: #i30252# ensure highlight example works 2004/09/14 15:27:52 dfoster 1.2.22.3: #i30252# Fix the Highlight examples so that (a) they try to load the library if they can't get the dialog on first attempt, (b) the dialog contains bindings to the BeanShell handler code. 2004/08/03 16:12:52 dfoster 1.2.22.2: #i32502# 2004/07/23 09:55:23 dfoster 1.2.22.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [781f69e9b81c15971e38dc459bfdd742ed16a6af]

        INTEGRATION: CWS scriptingf6 (1.2.22); FILE MERGED 2004/07/23 09:55:22 dfoster 1.2.22.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [0b09c9e5ec6b0faedea839ee1f3aaad806006a3a]

        INTEGRATION: CWS scriptingf6 (1.2.30); FILE MERGED 2004/07/23 09:55:22 dfoster 1.2.30.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4319114420c69d7789eaea329b354c86bf8ff642]

        INTEGRATION: CWS scriptingf6 (1.2.40); FILE MERGED 2004/07/23 09:55:21 dfoster 1.2.40.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d725f5e3e31647c9eb3b496e4a1240df7d899d63]

        INTEGRATION: CWS scriptingf6 (1.7.14); FILE MERGED 2004/10/13 09:51:54 toconnor 1.7.14.4: #i30252# ensure highlight example works 2004/09/16 14:25:20 dfoster 1.7.14.3: #i33227# Bring IDL in line with Dev Guide. 2004/09/14 15:21:15 dfoster 1.7.14.2: #i33477# Bring the BrowseNodeViewTypes interface & code into line with the docs. 2004/08/03 16:12:52 dfoster 1.7.14.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3a05a2f4de42fba358e6eabfa69096bc9786053f]

        INTEGRATION: CWS scriptingf6 (1.4.40); FILE MERGED 2004/08/03 16:12:51 dfoster 1.4.40.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [88512734908c17737ec49329b0d2e4ef8936d02d]

        INTEGRATION: CWS scriptingf6 (1.2.40); FILE MERGED 2004/08/03 16:12:51 dfoster 1.2.40.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [99de14e0e693ec0c5bfd577957c7085fd5f68ac5]

        INTEGRATION: CWS scriptingf6 (1.3.22); FILE MERGED 2004/08/03 16:12:50 dfoster 1.3.22.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f543c0501922a4e8b1a6cb9461bc66bd1a291a22]

        INTEGRATION: CWS scriptingf6 (1.3.40); FILE MERGED 2004/09/16 14:26:46 dfoster 1.3.40.3: #i33670# Rename the context variable to XSCRIPTCONTEXT 2004/08/03 16:12:49 dfoster 1.3.40.2: #i32502# 2004/07/23 09:55:20 dfoster 1.3.40.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e570e3f680d5a4730e6c77280e2ade7b764f98f2]

        INTEGRATION: CWS scriptingf6 (1.4.40); FILE MERGED 2004/09/16 14:26:46 dfoster 1.4.40.3: #i33670# Rename the context variable to XSCRIPTCONTEXT 2004/08/03 16:12:49 dfoster 1.4.40.2: #i32502# 2004/07/23 09:55:19 dfoster 1.4.40.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c159fe69d63f73bf0522621581f7940fa85db644]

        INTEGRATION: CWS scriptingf6 (1.2.40); FILE MERGED 2004/07/23 09:55:18 dfoster 1.2.40.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [24680cb0dbfc200d91eda495e5909021cf53a47b]

        INTEGRATION: CWS scriptingf6 (1.5.40); FILE MERGED 2004/09/16 14:26:45 dfoster 1.5.40.2: #i33670# Rename the context variable to XSCRIPTCONTEXT 2004/08/03 16:12:49 dfoster 1.5.40.1: #i32502#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4a788b71039eb5c81ca83b84ded7db54fa3b9f35]

        INTEGRATION: CWS scriptingf6 (1.2.22); FILE MERGED 2004/09/16 14:26:45 dfoster 1.2.22.4: #i33670# Rename the context variable to XSCRIPTCONTEXT 2004/09/14 15:27:51 dfoster 1.2.22.3: #i30252# Fix the Highlight examples so that (a) they try to load the library if they can't get the dialog on first attempt, (b) the dialog contains bindings to the BeanShell handler code. 2004/08/03 16:12:49 dfoster 1.2.22.2: #i32502# 2004/07/23 09:55:17 dfoster 1.2.22.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [594f565720f2ba28b8ea8db79c961c9aeb3190dd]

        INTEGRATION: CWS scriptingf6 (1.2.22); FILE MERGED 2004/09/16 14:26:45 dfoster 1.2.22.2: #i33670# Rename the context variable to XSCRIPTCONTEXT 2004/07/23 09:55:17 dfoster 1.2.22.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c5c55615c635b00ced0fa3751e4f8e1584b4e167]

        INTEGRATION: CWS scriptingf6 (1.2.30); FILE MERGED 2004/09/16 14:26:44 dfoster 1.2.30.2: #i33670# Rename the context variable to XSCRIPTCONTEXT 2004/07/23 09:55:16 dfoster 1.2.30.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b69577d0e6f8fc70564121a51d4c912fea06f64e]

        INTEGRATION: CWS scriptingf6 (1.2.40); FILE MERGED 2004/09/16 14:26:44 dfoster 1.2.40.3: #i33670# Rename the context variable to XSCRIPTCONTEXT 2004/08/03 16:12:48 dfoster 1.2.40.2: #i32502# 2004/07/23 09:55:15 dfoster 1.2.40.1: #i30606# Add descriptions to code in examples.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ffa6afe78865820434d1228dcb3452ba6540c0ec]

        INTEGRATION: CWS scriptingf6 (1.3.60); FILE MERGED 2004/10/11 10:02:18 toconnor 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/04 08:17:40 dfoster 1.3.60.1: #i32502#

2004-10-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa0de26c1f3b8163848f3891f12a744809cace5d]

        #i10000#: add libCstd to standard xtra_files list

2004-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7cd9760c868c9cbb752b5f8aecae95e0e58a284a]

        #100000# getModuleDependencies now want an array as parameter

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [d26b6182cd4872cec840f40b7c6471441eaac81b]

        INTEGRATION: CWS dba17 (1.2.62); FILE MERGED 2004/09/09 07:19:50 fs 1.2.62.1: copied changes from the eforms2 CWS herein

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [6e11fcdd3e9dbae2bfc6d70afa7368fc1e130c80]

        INTEGRATION: CWS dba17 (1.2.62); FILE MERGED 2004/09/09 10:37:55 fs 1.2.62.2: corrected ::empty 2004/09/09 07:19:30 fs 1.2.62.1: copied changes from the eforms2 CWS herein

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [ebd40d59dcf160f3e019d5d8c3f1a2612fa277cb]

        INTEGRATION: CWS dba17 (1.30.84); FILE MERGED 2004/10/11 08:56:58 fs 1.30.84.2: RESYNC: (1.30-1.31); FILE MERGED 2004/09/27 10:01:19 fs 1.30.84.1: #i34249# (approved by mba) SetActiveFrame( NULL ) when losing the focus

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [9feefd15206fbd78e7fcabbc3d4f5c9a3b254772]

        INTEGRATION: CWS dba17 (1.17.84); FILE MERGED 2004/09/27 10:00:53 fs 1.17.84.1: #i34249# (approved by mba) SetActiveFrame( NULL ) when losing the focus

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [d37075d5283cf9d1c75cbe0a149858b08585e1e4]

        INTEGRATION: CWS dba17 (1.6.168); FILE MERGED 2004/09/17 15:48:27 fs 1.6.168.1: added diagnostics

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [702af5dac794fc12c292e0e8d70dc2fcf3d562b6]

        INTEGRATION: CWS dba17 (1.8.702); FILE MERGED 2004/09/21 11:04:00 fs 1.8.702.1: #i10000#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [10d213ef9ce32be2dde265bbff536201768a5eda]

        INTEGRATION: CWS dba17 (1.8.140); FILE MERGED 2004/09/17 08:27:16 fs 1.8.140.1: #b5008519# +fpsmartcontent/asyncfilepicker

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [cee7c69d9fba86b7621c4ab463ca808aa17df034]

        INTEGRATION: CWS dba17 (1.57.58); FILE MERGED 2004/10/11 08:24:30 fs 1.57.58.2: RESYNC: (1.57-1.58); FILE MERGED 2004/09/17 08:23:32 fs 1.57.58.1: #b5008519# allow filling the view asynchronously (not used herein)

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [e9efcc65c892c2bcf6be1b9df689191ba573f6f1]

        INTEGRATION: CWS dba17 (1.6.338); FILE MERGED 2004/09/17 08:24:04 fs 1.6.338.1: #b5008519# +contentenumeration

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [5840a433ac98f3fc0b7d4b1a2684ba3890a87b33]

        INTEGRATION: CWS dba17 (1.16.116); FILE MERGED 2004/09/30 14:52:54 fs 1.16.116.1: #ii34790# +CreateAutoMnemonics with an additional MnemonicGenerator, to share the 'mnemonic space' with other components

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [f4c21ea7cf77de46cfb6a2c3ce5ff1ae7713983c]

        INTEGRATION: CWS dba17 (1.22.10); FILE MERGED 2004/09/30 14:53:00 fs 1.22.10.1: #ii34790# +CreateAutoMnemonics with an additional MnemonicGenerator, to share the 'mnemonic space' with other components

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [5e438ccafcb4f1b983224d50b7dfb806ede25601]

        INTEGRATION: CWS dba17 (1.9.492); FILE MERGED 2004/09/30 14:53:00 fs 1.9.492.1: #ii34790# +CreateAutoMnemonics with an additional MnemonicGenerator, to share the 'mnemonic space' with other components

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [f984808b087bc8b8fef7b5066cb7222ae831a4f0]

        INTEGRATION: CWS dba17 (1.58.58); FILE MERGED 2004/09/20 13:43:53 fs 1.58.58.3: RESYNC: (1.58-1.59); FILE MERGED 2004/09/17 15:13:49 fs 1.58.58.2: #b5008519# also allow for a maximum time span to wait for an asynchroous result 2004/09/17 08:22:54 fs 1.58.58.1: #b5008519# allow filling the view asynchronously

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [ed71a6a1d08202b0880d3dbe241cf885fc5d3e6e]

        INTEGRATION: CWS dba17 (1.1.2); FILE ADDED 2004/09/17 15:14:29 fs 1.1.2.2: #b5008519# also allow synchronous enumeration 2004/09/17 08:23:55 fs 1.1.2.1: helper class which enumerates the content of a folder asynchronously

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [68db1e55eba50c9517d608b73e8270ec41000009]

        INTEGRATION: CWS dba17 (1.1.2); FILE ADDED 2004/09/17 15:14:30 fs 1.1.2.2: #b5008519# also allow synchronous enumeration 2004/09/17 08:23:55 fs 1.1.2.1: helper class which enumerates the content of a folder asynchronously

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [d25520b79fe58c989a933cb37c3fca93a617f9c8]

        INTEGRATION: CWS dba17 (1.8.152); FILE MERGED 2004/09/28 14:24:37 fs 1.8.152.1: #i34732# +nNoVScroll

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [13863b96d557a285589e83310a33798bf653d260]

        INTEGRATION: CWS dba17 (1.14.122); FILE MERGED 2004/09/28 14:24:37 fs 1.14.122.1: #i34732# +nNoVScroll

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [dc66e72dad02ffbe9ac01343c5cf7a71a693fb4f]

        INTEGRATION: CWS dba17 (1.27.122); FILE MERGED 2004/09/28 14:22:45 fs 1.27.122.1: #i34732# allow hiding all scrollbars

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [bd9a4650f96f9fb503a637ab618da93fdb5a4fb1]

        INTEGRATION: CWS dba17 (1.31.60); FILE MERGED 2004/09/28 14:22:14 fs 1.31.60.1: #i34732# allow hiding all scrollbars

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [d2de16ac85e25d3ab5efacc5816c07f12d5c2ff9]

        INTEGRATION: CWS dba17 (1.13.492); FILE MERGED 2004/09/30 14:51:38 fs 1.13.492.1: #ii34790# +CreateAutoMnemonics with an additional MnemonicGenerator, to share the 'mnemonic space' with other components

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [ea7c585d74a2e1037f86195592dfa4c118d2449d]

        INTEGRATION: CWS dba17 (1.5.704); FILE MERGED 2004/09/17 08:21:04 fs 1.5.704.1: #b5008519# removed obsolete id

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [74543c171e72a8c52682ac6f8eba0a1d754fd91b]

        INTEGRATION: CWS dba17 (1.15.60); FILE MERGED 2004/09/17 15:13:43 fs 1.15.60.2: #b5008519# also allow for a maximum time span to wait for an asynchroous result 2004/09/17 08:17:48 fs 1.15.60.1: #b5008519# allow filling the view asynchronously

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [5e57f6d3c6f56b39017af5a1de1af35725303f67]

        INTEGRATION: CWS dba17 (1.28.24); FILE MERGED 2004/09/29 09:55:51 fs 1.28.24.1: #i34773# LINEEND_FORMAT below TEXTTYPE, since the former depends on the latter

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [252cdc8374105ac26f2c6aa0d2e6cf6a73ba87a0]

        INTEGRATION: CWS dba17 (1.76.10); FILE MERGED 2004/09/29 09:56:50 fs 1.76.10.1: #i33913# +isEmbeddedInDatabase

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [da84b205d896121f9478c338ac9c5a50057e5e44]

        INTEGRATION: CWS dba17 (1.6.10); FILE MERGED 2004/10/14 09:21:12 fs 1.6.10.2: #i34188# 2004/09/22 10:11:36 fs 1.6.10.1: #i34188# make option buttons somehwat higher

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [5500d3f6d6754107ec47aadbe01cf31e5ee09f59]

        INTEGRATION: CWS dba17 (1.8.26); FILE MERGED 2004/09/29 09:58:19 fs 1.8.26.1: #i33913# +isEmbeddedInDatabase

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [99f9b27adb7bf2e4285eb10cf033818e9f87e33b]

        INTEGRATION: CWS dba17 (1.15.200); FILE MERGED 2004/09/27 11:55:40 fs 1.15.200.1: AddWindow: ensure that if two windows have an parent/child relation, the child is inserted *before* the parent. Done during #i33573#, but in real the fix for #98916#, whose original fix indirectly caused #i33573#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [2c5ca4892a93453c628576b0e2d4f992e5d58e9a]

        INTEGRATION: CWS dba17 (1.14.104); FILE MERGED 2004/09/22 13:41:01 fs 1.14.104.3: #i28669# proper calculation of the size of the sub edit in Resize 2004/09/20 14:50:23 fs 1.14.104.2: RESYNC: (1.14-1.15); FILE MERGED 2004/09/08 13:19:14 fs 1.14.104.1: #i33728# (approved by ssa) ImplCallEventListeners

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [9ae30e638647de0da83dc25cba7d16e173d4a8b0]

        INTEGRATION: CWS dba17 (1.6.106); FILE MERGED 2004/09/08 13:19:13 fs 1.6.106.1: #i33728# (approved by ssa) ImplCallEventListeners

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [ed4c0dba18637a4ef9fddb14a29892d2b1d2d6d4]

        INTEGRATION: CWS dba17 (1.13.104); FILE MERGED 2004/09/28 14:40:09 fs 1.13.104.3: #i34732# properly recalc top/left of maBtn2Rect - in case the orientation is switched while the control is alive 2004/09/20 14:50:14 fs 1.13.104.2: RESYNC: (1.13-1.14); FILE MERGED 2004/09/08 13:19:13 fs 1.13.104.1: #i33728# (approved by ssa) ImplCallEventListeners

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [4cb8401a4429a0bf79a82bc336b57f38c26bb5a3]

        INTEGRATION: CWS dba17 (1.29.70); FILE MERGED 2004/09/20 14:51:27 fs 1.29.70.2: RESYNC: (1.29-1.30); FILE MERGED 2004/09/08 13:18:55 fs 1.29.70.1: #i33728# (approved by ssa) ImplCallEventListeners

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [aaf1becc16f475f8a06233a58e24fc1f92e53190]

        INTEGRATION: CWS dba17 (1.66.70); FILE MERGED 2004/09/20 14:51:02 fs 1.66.70.2: RESYNC: (1.66-1.67); FILE MERGED 2004/09/08 13:18:54 fs 1.66.70.1: #i33728# (approved by ssa) ImplCallEventListeners

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [656d222ac47a4518782bf3e88ecbc694d03bdb9c]

        INTEGRATION: CWS dba17 (1.15.70); FILE MERGED 2004/09/20 14:51:10 fs 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED 2004/09/08 13:18:05 fs 1.15.70.1: #i33728# (approved by ssa) +ImplCallEventListenersAndHandler

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [4bac9f7566845d01466aa03991897f0f099140a1]

        INTEGRATION: CWS dba17 (1.32.70); FILE MERGED 2004/09/20 14:50:31 fs 1.32.70.2: RESYNC: (1.32-1.33); FILE MERGED 2004/09/08 13:18:54 fs 1.32.70.1: #i33728# (approved by ssa) ImplCallEventListeners

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [816c32004b58bb4420032b8143c39e48dda5503a]

        INTEGRATION: CWS dba17 (1.28.70); FILE MERGED 2004/09/20 14:51:18 fs 1.28.70.2: RESYNC: (1.28-1.29); FILE MERGED 2004/09/08 13:18:54 fs 1.28.70.1: #i33728# (approved by ssa) ImplCallEventListeners

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [0ca73e9121156b379f83924cc21e89e6cae3f270]

        INTEGRATION: CWS dba17 (1.2.4); FILE MERGED 2004/09/22 13:52:13 fs 1.2.4.1: #i34479# remove senseless icons

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [1877aab23ce668ea2e4eb64317f42b5b42a14150]

        INTEGRATION: CWS dba17 (1.35.4); FILE MERGED 2004/09/27 06:22:26 fs 1.35.4.1: #i34583# DBAddTable is a SupportedFeature

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [4abd32580fd1c0ef1decfc32dbb349706dc198d8]

        INTEGRATION: CWS dba17 (1.94.4); FILE MERGED 2004/10/14 11:03:51 fs 1.94.4.4: #i35517# ensure the proper toolbar layout when initially connected to a frame 2004/09/27 15:06:27 fs 1.94.4.3: during #i34681#: loadSubToolbar is not needed. It was hacky to switch the design mode therein, anyway ... 2004/09/27 08:27:30 fs 1.94.4.2: #i34590# doLayout at the layout manager after toggling the toolbars 2004/09/27 06:22:14 fs 1.94.4.1: #i34583# DBAddTable is a SupportedFeature

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [1ce9d515604e31c43de4e92c04473a2a496d6fe1]

        INTEGRATION: CWS dba17 (1.49.24); FILE MERGED 2004/09/29 15:26:56 fs 1.49.24.3: #i33571# also provide HC icons in fillTreeListnames 2004/09/27 13:48:44 fs 1.49.24.2: #i33353# deleteObjects had only one client - moved implementation to this client 2004/09/27 11:57:52 fs 1.49.24.1: during #i33573#: obtain system window with dedicated Window method

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [eb864a4f45d764bbc174189de40d872e7fdb1ed5]

        INTEGRATION: CWS dba17 (1.54.4); FILE MERGED 2004/09/28 14:25:14 fs 1.54.4.2: #i34732# +initializePreviewMode 2004/09/24 12:31:45 fs 1.54.4.1: #i34487# #i33699#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [75e2337158c81a2ec8dd8cc54d014bb1ec767124]

        INTEGRATION: CWS dba17 (1.28.4); FILE MERGED 2004/10/14 11:03:30 fs 1.28.4.2: #i35517# +onLoadedMenu 2004/09/27 15:06:16 fs 1.28.4.1: during #i34681#: loadSubToolbar is not needed. It was hacky to switch the design mode therein, anyway ...

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [cd43469906c320b20063a6a115b83a931a9b4961]

        INTEGRATION: CWS dba17 (1.87.4); FILE MERGED 2004/09/27 13:49:12 fs 1.87.4.1: #i33353# removed 3 strings which were declared and implemented, but never used

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [8b4b0df628cacc95ce0b6da732d11b8f09b59f25]

        INTEGRATION: CWS dba17 (1.3.4); FILE MERGED 2004/09/24 12:32:30 fs 1.3.4.1: #i34487# #i33699#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [d754e45b59025f40741943d1aeb086a6762e47ee]

        INTEGRATION: CWS dba17 (1.5.24); FILE MERGED 2004/09/24 12:32:20 fs 1.5.24.1: #i33699# +requestQuickHelp

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [06f5148d10e40ec2550ff85fe5b16bff22b2e9bd]

        INTEGRATION: CWS dba17 (1.26.4); FILE MERGED 2004/09/30 14:47:55 fs 1.26.4.1: #ii34790# loadSubMenu->onLoadedMenu

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [e5dd0ec0bd9911e6a0162cf59f8dee0ba2424aab]

        INTEGRATION: CWS dba17 (1.22.24); FILE MERGED 2004/09/29 15:26:52 fs 1.22.24.2: #i33571# also provide HC icons in fillTreeListnames 2004/09/27 13:48:32 fs 1.22.24.1: #i33353# deleteObjects had only one client - moved implementation to this client

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [62b6413998b4306d6824722db2c509780bc25db2]

        INTEGRATION: CWS dba17 (1.2.24); FILE MERGED 2004/09/29 10:14:21 fs 1.2.24.1: #i34776# also translate DSID_DOSLINEENDS

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [d0450050ec12d97961c3628cebd32234a38027f2]

        INTEGRATION: CWS dba17 (1.2.4); FILE MERGED 2004/09/27 08:05:16 fs 1.2.4.1: #i34593# care for separators when intiializing the menu

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [21697d06f040a85a3e2c3ef56e2e6e1809cf26bc]

        INTEGRATION: CWS dba17 (1.3.4); FILE MERGED 2004/09/24 12:34:10 fs 1.3.4.1: #i34487# #i33699#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [509f8dc7639944efd4f762536bd9e20a985e1ca9]

        INTEGRATION: CWS dba17 (1.158.4); FILE MERGED 2004/09/30 14:48:11 fs 1.158.4.5: #ii34790# loadSubMenu->onLoadedMenu 2004/09/28 14:24:05 fs 1.158.4.4: #i34732# in preview mode, hide all scrollbars of the grid control 2004/09/27 15:05:35 fs 1.158.4.3: #i34487# 2004/09/27 11:57:16 fs 1.158.4.2: #i34487# 2004/09/24 12:31:51 fs 1.158.4.1: #i34487# #i33699#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [82380f1eea684f12f650de011f89bfdb5837980b]

        INTEGRATION: CWS dba17 (1.97.4); FILE MERGED 2004/09/27 13:50:29 fs 1.97.4.1: #i33353# removed a string which was declared and implemented, but never used

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [b7029a48fc8cde830b12a796fa37f91e84259a5c]

        INTEGRATION: CWS dba17 (1.53.4); FILE MERGED 2004/09/30 14:48:11 fs 1.53.4.2: #ii34790# loadSubMenu->onLoadedMenu 2004/09/27 11:57:23 fs 1.53.4.1: #i33573# refined the pane window handling

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [53c5c2b8154e76eef9cc6254e7c280a55ad7c71a]

        INTEGRATION: CWS dba17 (1.65.4); FILE MERGED 2004/09/24 12:33:09 fs 1.65.4.1: #i33699# +getDataSourceAccessor

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [da6bf61d6cf67617ef2cd4f75888bcb2683ffbf2]

        INTEGRATION: CWS dba17 (1.9.4); FILE MERGED 2004/09/24 12:33:43 fs 1.9.4.1: #i34487# handling for InsertColumns etc. changed

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [edb0e6c84ec1ab5c7cb51db6354122746fc3d981]

        INTEGRATION: CWS dba17 (1.13.24); FILE MERGED 2004/09/24 12:34:29 fs 1.13.24.1: #i33699# +sAccessor

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [a4d285e67905ad8a417b018111dcc3439cbeee7b]

        INTEGRATION: CWS dba17 (1.18.24); FILE MERGED 2004/09/27 14:49:40 fs 1.18.24.1: #i34681#: load: also recognize an ActiveConnection which can lead us to a model

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [2640cbc37b129ae6cdcadc4842be9ab3fbb59d6b]

        INTEGRATION: CWS dba17 (1.19.24); FILE MERGED 2004/09/27 11:56:15 fs 1.19.24.1: #i33573# refined the pane window handling

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [59f1230df0044ff2832ec6ab2a90b47bd62c3345]

        INTEGRATION: CWS dba17 (1.81.4); FILE MERGED 2004/09/30 14:48:10 fs 1.81.4.1: #ii34790# loadSubMenu->onLoadedMenu

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [2fdfe6830ce287f2f775c350a54edca2b20d5321]

        INTEGRATION: CWS dba17 (1.1.2); FILE ADDED 2004/09/30 14:52:37 fs 1.1.2.1: window runtime layout for the application window. Still unfinished

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [fb00adb284f6a8afa51907728f7dd386f8f7a79b]

        INTEGRATION: CWS dba17 (1.3.4); FILE MERGED 2004/09/27 13:49:28 fs 1.3.4.1: #i33353# removed 2 strings which were declared and implemented, but never used

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [38c2eec9da2b97bc50bfffb8cb684e1d777ec461]

        INTEGRATION: CWS dba17 (1.3.4); FILE MERGED 2004/09/30 14:50:59 fs 1.3.4.1: #ii34790# +createIconAutoMnemonics/interceptKeyInput

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [ce9ba092affef1987982e50c4431174aa8dedb9f]

        INTEGRATION: CWS dba17 (1.2.24); FILE MERGED 2004/09/30 14:49:35 fs 1.2.24.1: #ii34790# +createIconAutoMnemonics/interceptKeyInput

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [4b37abfd3a52d2892e8c9a9e72b165223bd5101b]

        INTEGRATION: CWS dba17 (1.2.24); FILE MERGED 2004/09/30 14:49:34 fs 1.2.24.1: #ii34790# +createIconAutoMnemonics/interceptKeyInput

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [82fb6c1e75a8d382f975d1d6ef332bc670acfa0d]

        INTEGRATION: CWS dba17 (1.2.24); FILE MERGED 2004/09/30 14:48:58 fs 1.2.24.1: #ii34790# Mnemonic creation triggered from outside now

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [0abac4cfbf31677577ee83fc815efa9c96b9684b]

        INTEGRATION: CWS dba17 (1.3.4); FILE MERGED 2004/09/29 15:27:43 fs 1.3.4.1: #i33571# also provide HC icons for tree list entries

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [11ff7b890702a11a5d73f2208867bbfccd2c133c]

        INTEGRATION: CWS dba17 (1.3.4); FILE MERGED 2004/09/29 15:27:25 fs 1.3.4.1: #i33571# also provide HC icons for tree list entries

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [cd14ac7d26870b9bd00a8eed1fff84e38ad9f039]

        INTEGRATION: CWS dba17 (1.3.4); FILE MERGED 2004/09/29 15:27:24 fs 1.3.4.1: #i33571# also provide HC icons for tree list entries

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [fc2c83561487233621891319df9090c7bab73df9]

        INTEGRATION: CWS dba17 (1.3.4); FILE MERGED 2004/09/30 14:50:35 fs 1.3.4.1: #ii34790# create AutoMnemonics in the icon pane when the menu is loaded, to avoid mnemonic interferences with the menu

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [cf10ca4f6f1f1ac5bab8f5f745ad59e8af6bdc1e]

        INTEGRATION: CWS dba17 (1.4.4); FILE MERGED 2004/09/27 13:49:59 fs 1.4.4.1: #i33353# reworked deleteObjects to care for parent-child relations

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [a2e02841c74292a0097548293cbb07f65ce2b64d]

        INTEGRATION: CWS dba17 (1.3.4); FILE MERGED 2004/09/30 14:49:58 fs 1.3.4.3: #ii34790# loadSubMenu->onLoadedMenu 2004/09/27 13:49:51 fs 1.3.4.2: #i33353# reworked deleteObjects to care for parent-child relations 2004/09/27 09:03:35 fs 1.3.4.1: #i33699# +requestQuickHelp

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [fa65eb7f696c7e10077a06e74816db403bfa0c47]

        INTEGRATION: CWS dba17 (1.3.4); FILE MERGED 2004/09/27 09:03:35 fs 1.3.4.1: #i33699# +requestQuickHelp

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [7d19bcb65d5d07473ecffce60c4ddbd047b156fc]

        INTEGRATION: CWS dba17 (1.11.24); FILE MERGED 2004/09/22 13:00:57 fs 1.11.24.1: #i33913# always pass the ActiveConnection within the ComponentData - this is the indicator for the document to live in a database document

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [834405ef868292d95ad3a0f28765d365a9734e8b]

        INTEGRATION: CWS dba17 (1.20.14); FILE MERGED 2004/09/21 14:51:22 fs 1.20.14.1: #i34448# determine the document type when needed, not in the ctor (which is too early)

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [1cf6082b14794c93ec170f7cdb751b28128fd6c9]

        INTEGRATION: CWS dba17 (1.6.326); FILE MERGED 2004/09/27 09:58:34 fs 1.6.326.1: #i34249# dedicated frame container window

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [2d727853bb04ab1eb0ef4eaf7fa5b36d04c845cb]

        INTEGRATION: CWS dba17 (1.7.14); FILE MERGED 2004/09/22 12:57:52 fs 1.7.14.1: #i33913# isEmbeddedInDatabase superseding getComponentContextConnection

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [5464bea53bb6fbe90636c0970f1e1d75b4f2b617]

        INTEGRATION: CWS dba17 (1.24.180); FILE MERGED 2004/09/22 12:59:18 fs 1.24.180.2: #i33913# properly determine whether we live in a database form 2004/09/21 14:25:48 fs 1.24.180.1: #i34196# don't reset the ActiveConnection of an embedded document

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [cd8fbed67400d19946210a075320fac5bd9f3daa]

        INTEGRATION: CWS dba17 (1.57.14); FILE MERGED 2004/09/21 14:52:08 fs 1.57.14.1: #i34448# determine the document type when needed, not in the ctor (which is too early)

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [f66c24717b84dcf521e9c76cc7b9d94420ab1f0d]

        INTEGRATION: CWS dba17 (1.53.14); FILE MERGED 2004/09/21 14:51:50 fs 1.53.14.1: #i34448# access some impl-attributes by method only, not by being a friend

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [da927a895cb7cb62a0d3238c5481c7a9a1a7a3a3]

        INTEGRATION: CWS dba17 (1.3.14); FILE MERGED 2004/09/22 12:59:02 fs 1.3.14.1: #i33913# properly determine whether we live in a database form

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [98a39eae8154ca4f5a2421b8dae7a7c2453db860]

        INTEGRATION: CWS dba17 (1.17.62); FILE MERGED 2004/09/27 09:58:43 fs 1.17.62.1: #i34249# dedicated frame container window

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [059fdc254a63f04bd4dfaf00d41b920de65ce8a2]

        INTEGRATION: CWS dba17 (1.12.14); FILE MERGED 2004/09/22 12:58:20 fs 1.12.14.1: #i33913# isEmbeddedInDatabase superseding getComponentContextConnection

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [8c1bcafeb51f37f868e95dcc4b802a8634ad4d4a]

        INTEGRATION: CWS dba17 (1.67.90); FILE MERGED 2004/09/28 14:21:24 fs 1.67.90.1: #i34732# allow hiding all scrollbars

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [3cf541f5b697032f9193d11a923881d67934144d]

        INTEGRATION: CWS dba17 (1.14.246); FILE MERGED 2004/09/30 15:12:43 fs 1.14.246.1: during #ii34790# CreateIconTextAutoMnemonics now simply calling the IconChoiceCtrl method

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [c704baedb20d1cf99d1b30bba8849ba4e348314d]

        INTEGRATION: CWS dba17 (1.3.32); FILE MERGED 2004/09/29 09:58:01 fs 1.3.32.1: #i34773# added LineEndFormat property

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [db241d6209c905f67ae03a0985b191cd94df32cd]

        INTEGRATION: CWS dba17 (1.6.54); FILE MERGED 2004/09/09 12:14:08 fs 1.6.54.1: #i33728#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [cc9146fcd2ecb02dbc81ee5663ff114f31acb1d0]

        INTEGRATION: CWS dba17 (1.1.4); FILE ADDED 2004/09/09 12:12:23 fs 1.1.4.1: copied herein from branch cws_src680_eforms2 (where it had been added first)

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [02a40f35c7fc8edf1f05a360a1f2af2cfa1da82e]

        INTEGRATION: CWS dba17 (1.1.2); FILE ADDED 2004/09/09 12:12:45 fs 1.1.2.1: helper

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [8aa5ef148260595a32adf6e1996656ae4a919c53]

        INTEGRATION: CWS dba17 (1.14.28); FILE MERGED 2004/09/29 09:57:26 fs 1.14.28.1: #i34773# +LINEEND_FORMAT

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [9def595ca0ef7bd863a4c95d0b771f6fe28b75df]

        INTEGRATION: CWS dba17 (1.1.4); FILE ADDED 2004/09/09 12:12:15 fs 1.1.4.1: copied herein from branch cws_src680_eforms2 (where it had been added first)

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [eb57c3006c0be084597a6fdb2340e6af9426a822]

        INTEGRATION: CWS dba17 (1.7.28); FILE MERGED 2004/09/29 09:57:26 fs 1.7.28.1: #i34773# +LINEEND_FORMAT

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [ce1ed5b89d4f378d4b74e70c34d1f36a9d2f7abe]

        INTEGRATION: CWS dba17 (1.1.2); FILE ADDED 2004/09/09 12:12:42 fs 1.1.2.1: helper

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [e9322118facdd2a45c7c6ac2a256065b75142b3f]

        INTEGRATION: CWS dba17 (1.3.28); FILE MERGED 2004/09/09 12:16:30 fs 1.3.28.1: #i33728# allow late setDelegator for controls, too

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [558f492655fb22933095c6acb2c16ef56e5919dd]

        INTEGRATION: CWS dba17 (1.9.48); FILE MERGED 2004/09/09 12:15:42 fs 1.9.48.1: #i33728# notify item listeners asynchronously

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [8c870ca32f33dfd08950d5afe1a799f144b5bff9]

        INTEGRATION: CWS dba17 (1.33.8); FILE MERGED 2004/09/20 14:00:05 fs 1.33.8.2: RESYNC: (1.33-1.34); FILE MERGED 2004/09/09 12:15:42 fs 1.33.8.1: #i33728# notify item listeners asynchronously

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [7d795742e611b1a73793e8147d1110fd3e10d725]

        INTEGRATION: CWS dba17 (1.33.28); FILE MERGED 2004/09/09 12:15:21 fs 1.33.28.1: #i33728# allow late setDelegator for controls, too / avoid some duplicate types in getTypes() calls

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [23e7b3e9a2fe34bf178527039a39347e73fcd50c]

        INTEGRATION: CWS dba17 (1.5.248); FILE MERGED 2004/09/09 12:14:39 fs 1.5.248.1: #i33728#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [57fabd41fff6604961bd82c2ba6c46cfdcbb6c4d]

        INTEGRATION: CWS dba17 (1.61.4); FILE MERGED 2004/09/22 12:56:52 fs 1.61.4.1: #i33913# isEmbeddedInDatabase superseding getComponentContextConnection

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [f568cc3f3bdb290adc4494a3db64d8aac7bf79d6]

        INTEGRATION: CWS dba17 (1.1.1.1.338); FILE MERGED 2004/09/08 13:46:08 fs 1.1.1.1.338.1: #i33728# care for DisposedExceptions while notifying listeners

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [1bb80f4d8aba7a2f80628b4e869b282c2ce65c9a]

        INTEGRATION: CWS dba17 (1.67.36); FILE MERGED 2004/09/08 13:36:53 fs 1.67.36.1: #i33728# itemStateChanged: catch exceptions (nobody else will do)

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [a0b50ac4903d3ef4723c6573e26a561a2209a8c3]

        INTEGRATION: CWS dba17 (1.29.52); FILE MERGED 2004/09/08 13:35:49 fs 1.29.52.1: #i33728# BoundsChecker found a potential problem with a dangling pointer

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [c6c48206d0ffdd5f9dbb26395978e65ff26f7fbf]

        INTEGRATION: CWS dba17 (1.49.36); FILE MERGED 2004/09/08 13:37:08 fs 1.49.36.1: nitpicking

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [5c2b483bf00c04b5394808b2f5607344fc2b044b]

        INTEGRATION: CWS dba17 (1.49.84); FILE MERGED 2004/09/08 13:38:26 fs 1.49.84.1: nitpicking

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [cd4e56cd62e50cea7835295baa43717dd5b9c51b]

        INTEGRATION: CWS dba17 (1.6.232); FILE MERGED 2004/09/08 13:34:20 fs 1.6.232.1: #i33728# care for DisposedExceptions while notifying listeners

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [b19f6f859b4699f3450ae6f84e52d472428e3e37]

        INTEGRATION: CWS dba17 (1.23.32); FILE MERGED 2004/09/17 15:16:09 fs 1.23.32.1: #b5008519# settings for the file picker's asynchronous reading of folder content

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [afa337b7fa3df42c7089f408381acdc8e75a4f2b]

        INTEGRATION: CWS dba17 (1.6.12); FILE MERGED 2004/09/27 12:20:54 fs 1.6.12.2: corrected typo 2004/09/27 06:24:55 fs 1.6.12.1: #i34583# +DBAddTable

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [cf57220998aa904e1b5a9e99349fb91b70c07c26]

        INTEGRATION: CWS dba17 (1.6.2); FILE MERGED 2004/09/22 12:56:14 fs 1.6.2.1: #i33913# +isEmbeddedInDatabase superseding getComponentContextConnection

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [62c3f601ddb3610fa2e552a13fe7e535a69dbb84]

        INTEGRATION: CWS dba17 (1.6.2); FILE MERGED 2004/09/22 12:56:15 fs 1.6.2.1: #i33913# +isEmbeddedInDatabase superseding getComponentContextConnection

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [94868e124e0d8138d5b014a6bb9771b1c868a4b7]

        INTEGRATION: CWS dba17 (1.19.18); FILE MERGED 2004/09/27 09:17:42 fs 1.19.18.1: sorted the properties sequence in createArrayHelper / removed some compiler warnings during #i33808#

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [819ae5909e0c4493d3fc833ed89681c978e77035]

        INTEGRATION: CWS dba17 (1.16.24); FILE MERGED 2004/09/27 08:55:27 fs 1.16.24.1: #i33808# also recognize LDAP host/port in URL, which is a feature introduced with insight01

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [c285b2c9e4fde5fba839fe5459914c92ac900dc0]

        INTEGRATION: CWS dba17 (1.9.18); FILE MERGED 2004/09/22 12:55:43 fs 1.9.18.1: #i33913# +isEmbeddedInDatabase

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [ba7cb931a3aa702cc19cec022916278e8ff59c79]

        INTEGRATION: CWS dba17 (1.8.2); FILE MERGED 2004/09/22 12:57:00 fs 1.8.2.1: #i33913# isEmbeddedInDatabase superseding getComponentContextConnection

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [605d0b3a533c0b87fabba7b828c39e07043d037f]

        INTEGRATION: CWS dba17 (1.24.18); FILE MERGED 2004/09/22 12:55:17 fs 1.24.18.1: #i33913# +isEmbeddedInDatabase

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [ef0861be5079e2e47122e8369603984b37e7a22b]

        INTEGRATION: CWS tune06 (1.17.22); FILE MERGED 2004/10/13 12:09:05 sb 1.17.22.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [326d5af79c8bff3120ae8b16a178d2272c4583b7]

        INTEGRATION: CWS tune06 (1.2.6); FILE MERGED 2004/10/15 09:53:00 mhu 1.2.6.1: #i35054# class SwSendMailDialog needs to be exported (SW_DLLPUBLIC).

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [7e11e7a2e7aceb866fc1a2c04db59aa0fe96386d]

        INTEGRATION: CWS tune06 (1.10.56); FILE MERGED 2004/10/13 13:40:36 sb 1.10.56.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [52f9845804461727de2a16d14f760d7e04f36fd7]

        INTEGRATION: CWS tune06 (1.2.58); FILE MERGED 2004/10/13 13:40:13 sb 1.2.58.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [871404f76f5eb30b43556c0effd418ff74ded868]

        INTEGRATION: CWS tune06 (1.2.32); FILE MERGED 2004/10/13 12:11:17 sb 1.2.32.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [62cd0464a5bf619a749c687cc24212a1e6949209]

        INTEGRATION: CWS tune06 (1.3.26); FILE MERGED 2004/10/13 12:10:18 sb 1.3.26.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [79c689dc1da0a058cbc5c279fa4f36cdce4827c2]

        INTEGRATION: CWS tune06 (1.4.14); FILE MERGED 2004/10/13 12:10:17 sb 1.4.14.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [f29e0a4bf9b8c64748283badb05b86404a561a17]

        INTEGRATION: CWS tune06 (1.3.26); FILE MERGED 2004/10/13 12:10:17 sb 1.3.26.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [21cbc88800ce94b5d45cac4bfa5247e2b24b461e]

        INTEGRATION: CWS tune06 (1.30.2); FILE MERGED 2004/10/13 12:10:16 sb 1.30.2.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [5c5a0e7c6b933aa4911f7e145e956874dc431c03]

        INTEGRATION: CWS sollink (1.15.44); FILE MERGED 2004/10/21 13:41:31 hjs 1.15.44.1: #118214# variable to prepend link flags

2004-10-22  Pascal Junck  <pjunck@openoffice.org>  [8548dd47ce425a21497d2cce432464446cef0b04]

        INTEGRATION: CWS sollink (1.6.48); FILE MERGED 2004/10/21 13:41:31 hjs 1.6.48.1: #118214# variable to prepend link flags

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [08e415f18e8995ee0e646b0ceb449a95e0eb5038]

        INTEGRATION: CWS dba16 (1.57.10); FILE MERGED 2004/10/11 15:26:26 oj 1.57.10.2: RESYNC: (1.57-1.59); FILE MERGED 2004/10/08 06:29:54 oj 1.57.10.1: #i31497# quote functions parameters

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6574378b30ad54cb02f4e95e56adb09c397055b5]

        INTEGRATION: CWS dba16 (1.68.10); FILE MERGED 2004/10/11 15:27:24 oj 1.68.10.2: RESYNC: (1.68-1.69); FILE MERGED 2004/10/08 06:29:54 oj 1.68.10.1: #i31497# quote functions parameters

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2d79c6407f73024bb1022d085cb17c092ea4018d]

        INTEGRATION: CWS dba16 (1.36.10); FILE MERGED 2004/10/11 15:21:22 oj 1.36.10.2: RESYNC: (1.36-1.37); FILE MERGED 2004/10/11 11:38:36 oj 1.36.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2d2cb9fda5ebcae05808c92eae18967c2b0c41dc]

        INTEGRATION: CWS dba16 (1.5.46); FILE MERGED 2004/10/11 11:38:35 oj 1.5.46.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [5e4f4a7ea0153bddc098d43280b2543989a8db8c]

        INTEGRATION: CWS dba16 (1.10.10); FILE MERGED 2004/10/11 11:38:35 oj 1.10.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [25c1e0e5ec9b714e53c5461185030682737dd7fd]

        INTEGRATION: CWS dba16 (1.25.10); FILE MERGED 2004/10/11 15:19:29 oj 1.25.10.2: RESYNC: (1.25-1.26); FILE MERGED 2004/10/11 11:38:34 oj 1.25.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [94a5d31d134f1ea3fdb0c60878371ed0d6db72f5]

        INTEGRATION: CWS dba16 (1.16.240); FILE MERGED 2004/10/08 06:30:23 oj 1.16.240.1: #i31497# quote functions parameters

2004-10-22  Vladimir Glazounov  <vg@openoffice.org>  [11fcc17bd60067ecc50af3610e84681bfa50c891]

        #100000# #i31737# strip binariries only when ENABLE_SYMBOLS is undef

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [94cefd181090fcf1dfa09d7132d68c4870d63b76]

        INTEGRATION: CWS dba16 (1.12.46); FILE MERGED 2004/10/19 10:30:38 oj 1.12.46.2: #i35760# do not quote function names 2004/10/11 11:38:33 oj 1.12.46.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [990bdb0ab2ec1dc85e58a78ba0fe4899532301c1]

        INTEGRATION: CWS dba16 (1.23.8); FILE MERGED 2004/10/13 11:10:36 oj 1.23.8.3: #i30220# don't quote functions 2004/10/11 15:14:12 oj 1.23.8.2: RESYNC: (1.23-1.25); FILE MERGED 2004/10/11 11:38:31 oj 1.23.8.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [10e991aa0b4cc843f2981402c3df10ceb2822d11]

        INTEGRATION: CWS dba16 (1.157.10); FILE MERGED 2004/10/11 15:33:27 oj 1.157.10.2: RESYNC: (1.157-1.158); FILE MERGED 2004/10/11 11:38:29 oj 1.157.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [104a006381442bfd708ea7702bfeda5da76c846f]

        INTEGRATION: CWS dba16 (1.52.10); FILE MERGED 2004/10/11 15:32:01 oj 1.52.10.2: RESYNC: (1.52-1.53); FILE MERGED 2004/10/11 07:17:39 oj 1.52.10.1: #i32931# mutex moved

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [11d07898fa2e14a377833aea9a725f521c4ad0cb]

        INTEGRATION: CWS dba16 (1.80.10); FILE MERGED 2004/10/11 15:33:17 oj 1.80.10.2: RESYNC: (1.80-1.81); FILE MERGED 2004/10/11 11:38:27 oj 1.80.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e2122bcc94cbbd41ebe761058529a7ad3ccf3434]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/11 15:12:53 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/11 07:00:28 oj 1.2.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [1909227e1386e8508bd1d0e5872c6763118585c8]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/11 15:11:36 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/24 12:19:52 oj 1.2.10.1: #i34197# add build id when debug version

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e8a396ff0904b08e2db644a509aa8783b61c5f71]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/11 15:11:25 oj 1.2.10.3: RESYNC: (1.2-1.3); FILE MERGED 2004/10/11 07:31:09 oj 1.2.10.2: #i32931# mutex moved 2004/10/11 07:00:27 oj 1.2.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ba2b2b4d7074fdd34afd70882580850b983f9af8]

        INTEGRATION: CWS dba16 (1.30.10); FILE MERGED 2004/10/11 11:38:25 oj 1.30.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [a0f15ad9e95b2b8bc23a4c4ea4fd0f1042843414]

        INTEGRATION: CWS dba16 (1.5.10); FILE MERGED 2004/10/11 06:59:09 oj 1.5.10.1: #i32931# remove apitools.obj from other then dba

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2ee6f222158aae8b0a33d1ff52f7fdd739d48ec5]

        INTEGRATION: CWS dba16 (1.6.10); FILE MERGED 2004/10/11 11:38:25 oj 1.6.10.2: #i30220# enable having, group by for queries 2004/10/11 06:59:08 oj 1.6.10.1: #i32931# remove apitools.obj from other then dba

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6672fc4c62c95c4e819cd22068ca198f3fa4c580]

        INTEGRATION: CWS dba16 (1.35.10); FILE MERGED 2004/10/11 11:38:24 oj 1.35.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [279c09f1d8488788a0bc6fb7119811e0938bfdfc]

        INTEGRATION: CWS dba16 (1.15.10); FILE MERGED 2004/10/11 11:38:23 oj 1.15.10.2: #i30220# enable having, group by for queries 2004/10/11 07:33:38 oj 1.15.10.1: #i32931# new define

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [fb5a3fa5d81008049e836329f22d0419be204467]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/12 08:22:22 oj 1.2.10.4: #i35276# merged from m56fixp1 2004/10/12 07:00:42 oj 1.2.10.3: #i33303# change namespace for automatic style 2004/10/11 15:34:43 oj 1.2.10.2: RESYNC: (1.2-1.4); FILE MERGED 2004/08/18 12:26:48 oj 1.2.10.1: #i33130# fix for charset

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [34d32c51335613130864a0dfc28ab4c1a29f8657]

        INTEGRATION: CWS dba16 (1.3.10); FILE MERGED 2004/10/08 13:43:28 oj 1.3.10.1: #i32931# ? : operator corrected, otherwise solaris doesn't work

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7199d091c45d9abf1933ff2fcde54fae9864fb3b]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/11 06:56:54 oj 1.2.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [afa5a41ece449f57ddff8cde821eaebb6efc95fc]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/11 07:15:37 oj 1.2.10.2: #i32931# hold by ref 2004/10/11 06:56:54 oj 1.2.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [cab5e8f6ec17553bc81c28fce602b3696be07a14]

        INTEGRATION: CWS dba16 (1.22.10); FILE MERGED 2004/10/11 06:56:18 oj 1.22.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c1e5a7f447802a72f75c12d7241ce02077060968]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/12 07:05:20 oj 1.2.10.1: #i31497# merge conflicts

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ccbed6ff72daae494feaf740085e839417083d79]

        INTEGRATION: CWS dba16 (1.9.10); FILE MERGED 2004/10/11 11:38:22 oj 1.9.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [316ad57595961150a13dcd4b269b3586fae51b9e]

        INTEGRATION: CWS dba16 (1.22.10); FILE MERGED 2004/10/12 07:05:20 oj 1.22.10.1: #i31497# merge conflicts

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [5cfe17a8eba0ac322e8b616e529cf6c9a5064fe7]

        INTEGRATION: CWS dba16 (1.3.10); FILE MERGED 2004/10/11 06:56:18 oj 1.3.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ced73bffd76c9cf6af11a27018e92e474b24b2c6]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/11 06:56:18 oj 1.2.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4eefa503bc04fb53b8ad2bd3e7cc73eabda45aa1]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/11 07:14:11 oj 1.2.10.1: #i32931# remove apitools.obj from other then dba

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f217739b7bcc9ae403b8cc82ce2332cd85013717]

        INTEGRATION: CWS dba16 (1.20.10); FILE MERGED 2004/10/11 06:55:09 oj 1.20.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [02f5d48809b6d2386db9f6f853bd5fa447ee9591]

        INTEGRATION: CWS dba16 (1.49.10); FILE MERGED 2004/10/11 06:55:09 oj 1.49.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7d5347a5eaa8686705540bfcbc453ac51d458df2]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/11 06:55:08 oj 1.2.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b4468ebad8a42f1b69132dd8f59e8c02550de13d]

        INTEGRATION: CWS dba16 (1.37.10); FILE MERGED 2004/10/11 06:55:08 oj 1.37.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6727e835850bcbc60814e5e13295c0e43dc2937c]

        INTEGRATION: CWS dba16 (1.2.10); FILE MERGED 2004/10/11 11:38:22 oj 1.2.10.3: #i30220# enable having, group by for queries 2004/10/11 06:55:08 oj 1.2.10.2: #i32931# remove the weak interface, refcount handled by parent 2004/08/27 12:40:30 oj 1.2.10.1: #i33482# setParent and queryInterface corrected

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [77a0b02610a81dbe281024aee29fea0bae435610]

        INTEGRATION: CWS dba16 (1.18.10); FILE MERGED 2004/10/11 06:53:25 oj 1.18.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b3ff0c4806b0c2be1c8b0d8647938a1ddf1412d6]

        INTEGRATION: CWS dba16 (1.57.10); FILE MERGED 2004/10/12 07:04:33 oj 1.57.10.2: #i31497# merge conflicts 2004/10/11 06:53:24 oj 1.57.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [444b5745a1787e2f5b5b405924fbe6356356ce77]

        INTEGRATION: CWS dba16 (1.50.10); FILE MERGED 2004/10/11 15:34:03 oj 1.50.10.2: RESYNC: (1.50-1.51); FILE MERGED 2004/08/27 12:40:29 oj 1.50.10.1: #i33482# setParent and queryInterface corrected

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [106c9defe621fb9d5fd1d1ffd3f31876d30b5d83]

        INTEGRATION: CWS dba16 (1.23.10); FILE MERGED 2004/10/11 11:38:20 oj 1.23.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b5685d75217a187f27d18f304fdde84f0462ff03]

        INTEGRATION: CWS dba16 (1.19.10); FILE MERGED 2004/10/12 07:04:33 oj 1.19.10.2: #i31497# merge conflicts 2004/10/01 09:56:32 oj 1.19.10.1: #i33395# fill elements with dummies

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [58a8d8b9db4af21a218a765feb911d40ba19f507]

        INTEGRATION: CWS dba16 (1.27.10); FILE MERGED 2004/10/11 11:38:20 oj 1.27.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7b2482a9a4980c47df7c1d5fca62ea11af92e97d]

        INTEGRATION: CWS dba16 (1.18.10); FILE MERGED 2004/10/12 07:04:32 oj 1.18.10.2: #i31497# merge conflicts 2004/10/11 06:53:24 oj 1.18.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b62a7a3ae260d0fdac0f9e0b746999e42033e886]

        INTEGRATION: CWS dba16 (1.18.10); FILE MERGED 2004/10/11 11:38:19 oj 1.18.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d63ce8143c585295d4ce92a087ec6b43a483340c]

        INTEGRATION: CWS dba16 (1.45.10); FILE MERGED 2004/10/12 07:04:32 oj 1.45.10.3: #i31497# merge conflicts 2004/10/11 06:53:24 oj 1.45.10.2: #i32931# remove the weak interface, refcount handled by parent 2004/08/27 12:40:29 oj 1.45.10.1: #i33482# setParent and queryInterface corrected

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6ce044a1a1d50b683d13b11976b32bbb60d60f2e]

        INTEGRATION: CWS dba16 (1.22.10); FILE MERGED 2004/08/27 12:40:29 oj 1.22.10.1: #i33482# setParent and queryInterface corrected

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [67aa7ef81567b6cfb8336ebe2cc0c7931d5fbd3c]

        INTEGRATION: CWS dba16 (1.5.10); FILE MERGED 2004/10/11 11:38:19 oj 1.5.10.2: #i30220# enable having, group by for queries 2004/08/16 13:13:23 oj 1.5.10.1: #i32715# add not_equal

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [09922f2e00ff4185a232e7d0547f616f033feed4]

        INTEGRATION: CWS dba16 (1.22.72); FILE MERGED 2004/10/11 11:38:17 oj 1.22.72.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [29725df8b4facfdb5de8173bf251f22ca1f544f4]

        INTEGRATION: CWS dba16 (1.72.10); FILE MERGED 2004/10/11 11:38:15 oj 1.72.10.2: #i30220# enable having, group by for queries 2004/10/11 06:53:23 oj 1.72.10.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b49f255f7a041f17f11c2f76578ebfd576bbc368]

        INTEGRATION: CWS dba16 (1.35.10); FILE MERGED 2004/10/11 11:38:14 oj 1.35.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c875386dca9acaba4d1d94b48b0a691db77cff84]

        INTEGRATION: CWS dba16 (1.126.10); FILE MERGED 2004/10/11 11:38:14 oj 1.126.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [29b3e21a0c2bd968d4b389fe2faa80040c541348]

        INTEGRATION: CWS dba16 (1.18.70); FILE MERGED 2004/10/11 11:38:13 oj 1.18.70.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3c4b0756bd4e3da52eba6bd2290373d8febc9deb]

        INTEGRATION: CWS dba16 (1.50.10); FILE MERGED 2004/10/11 11:38:11 oj 1.50.10.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c921630a891512dd7b01cb40d0df3120de7f132a]

        INTEGRATION: CWS dba16 (1.2.42); FILE MERGED 2004/08/19 17:06:59 oj 1.2.42.1: #i33197# use the dbc to remove and add ds

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [033c2c1747a3102fa1d5988a04b60881b0af587a]

        INTEGRATION: CWS dba16 (1.17.98); FILE MERGED 2004/10/12 09:12:31 oj 1.17.98.1: #i30220# two new properties

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2beffced34ee2375c06d723df2995f96fd0df056]

        INTEGRATION: CWS dba16 (1.9.98); FILE MERGED 2004/10/12 08:11:51 oj 1.9.98.1: #i30220# two new properties

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b81590ff2e7bc47ee0f2d259500e9fb461216c79]

        INTEGRATION: CWS dba16 (1.32.12); FILE MERGED 2004/10/11 13:22:12 oj 1.32.12.2: RESYNC: (1.32-1.34); FILE MERGED 2004/10/11 06:11:10 oj 1.32.12.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [cc786b61c0a7c7edf17b8ee591ad180a208093d6]

        INTEGRATION: CWS dba16 (1.41.12); FILE MERGED 2004/10/11 13:21:37 oj 1.41.12.2: RESYNC: (1.41-1.42); FILE MERGED 2004/10/11 11:39:10 oj 1.41.12.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f4a77f71585aeb2f0c1078d4cecaff771a4d16fd]

        INTEGRATION: CWS dba16 (1.9.66); FILE MERGED 2004/10/11 11:39:09 oj 1.9.66.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [0ba1043d94834735a67f6e812dfa935ca3e308d2]

        INTEGRATION: CWS dba16 (1.19.82); FILE MERGED 2004/10/11 06:16:13 oj 1.19.82.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [fc5f5c4887ee69f68d936c989749df43f0bcaefa]

        INTEGRATION: CWS dba16 (1.12.44); FILE MERGED 2004/10/11 11:39:27 oj 1.12.44.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f23c6a9ab9c29287a99cb5f663e1a3a759a0aad0]

        INTEGRATION: CWS dba16 (1.57.12); FILE MERGED 2004/10/07 08:16:09 oj 1.57.12.1: #i23992# fetch bookmarks if supported after moving

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [5a7d42fd40c86b6488e8cd16738059d36320a2d4]

        INTEGRATION: CWS dba16 (1.3.12); FILE MERGED 2004/10/11 06:11:53 oj 1.3.12.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ddc4895d11dc01274a61da84b392f068eaa9de86]

        INTEGRATION: CWS dba16 (1.4.12); FILE MERGED 2004/10/11 06:11:53 oj 1.4.12.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4e1e909fbd95eb8062b2ba408f3098c4e934a876]

        INTEGRATION: CWS dba16 (1.32.12); FILE MERGED 2004/10/11 13:22:36 oj 1.32.12.3: RESYNC: (1.32-1.33); FILE MERGED 2004/10/11 06:14:53 oj 1.32.12.2: #i32931# remove the weak interface, refcount handled by parent 2004/09/24 07:37:36 oj 1.32.12.1: #i31337# check if select columns exist otherwise throw exception

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3f431fbb65c58fa98862bffd5a61681f5a03e6f5]

        INTEGRATION: CWS dba16 (1.90.12); FILE MERGED 2004/10/11 06:14:53 oj 1.90.12.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [de2b3e8392cbef01a1a5d709710b3ec7a76506c2]

        INTEGRATION: CWS dba16 (1.20.12); FILE MERGED 2004/10/11 06:12:56 oj 1.20.12.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [84db1426064bc727bd45090bf2cecb82297b6ac9]

        INTEGRATION: CWS dba16 (1.10.224); FILE MERGED 2004/10/11 06:12:11 oj 1.10.224.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ac9f5802cf03a9f585668433bfd12942289fca5e]

        INTEGRATION: CWS dba16 (1.13.12); FILE MERGED 2004/10/11 06:12:11 oj 1.13.12.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [415040e1f00257052ce6ede15e142a8454c8f27e]

        INTEGRATION: CWS dba16 (1.12.210); FILE MERGED 2004/10/11 06:12:11 oj 1.12.210.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [67890b6dee68269927b06d6e11dc15985b96e988]

        INTEGRATION: CWS dba16 (1.14.46); FILE MERGED 2004/10/11 06:12:10 oj 1.14.46.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c21ac36f3b5c9ee65b4a70d81307042f678770ca]

        INTEGRATION: CWS dba16 (1.13.12); FILE MERGED 2004/10/11 06:12:25 oj 1.13.12.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4a2b188bf41a28980e51b33b4cdb593eee2dbc60]

        INTEGRATION: CWS dba16 (1.12.226); FILE MERGED 2004/10/11 06:12:25 oj 1.12.226.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [73ce24dc09f249b1b9b823f3d7474e388d30ea6e]

        INTEGRATION: CWS dba16 (1.28.12); FILE MERGED 2004/10/11 06:12:24 oj 1.28.12.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [47596edaaf6ce3c0a0a84045d5e157e556ddff25]

        INTEGRATION: CWS dba16 (1.17.226); FILE MERGED 2004/10/11 06:12:24 oj 1.17.226.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [826fafa4b31af3734680a1fb78b157aad02fd469]

        INTEGRATION: CWS dba16 (1.2.12); FILE MERGED 2004/10/11 06:17:16 oj 1.2.12.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f68ed2a9c53d28e4476a6dcb7d8fa9e1b4ca3896]

        INTEGRATION: CWS dba16 (1.16.154); FILE MERGED 2004/08/23 07:25:28 oj 1.16.154.1: #i33283# change column map, thx to chw for finding this

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f23b2fa9ddcf3efa20df7388cbb86f5474c4414e]

        INTEGRATION: CWS dba16 (1.19.12); FILE MERGED 2004/10/11 06:10:49 oj 1.19.12.1: #i32931# remove the weak interface, refcount handled by parent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d754ab75eb3c940f15ebf3cc6e11f81c4894ab89]

        INTEGRATION: CWS dba16 (1.14.18); FILE MERGED 2004/10/11 13:20:31 oj 1.14.18.2: RESYNC: (1.14-1.15); FILE MERGED 2004/10/11 11:38:55 oj 1.14.18.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [19715ff8efaf7ed086c31281c625c49b3a517ff6]

        INTEGRATION: CWS dba16 (1.10.66); FILE MERGED 2004/10/11 11:38:54 oj 1.10.66.1: #i30220# enable having, group by for queries

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d8f15cb627144f1b9021c76c223d0607ee4522b8]

        INTEGRATION: CWS shellfix01 (1.31.8); FILE MERGED 2004/10/18 12:58:57 obr 1.31.8.3: RESYNC: (1.36-1.38); FILE MERGED 2004/09/20 09:53:44 obr 1.31.8.2: RESYNC: (1.31-1.36); FILE MERGED 2004/09/14 07:08:58 obr 1.31.8.1: #i30170# file uris now encoded on-the-fly

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f0adc06893b6352efef4be55ce0f351a168db331]

        INTEGRATION: CWS shellfix01 (1.36.8); FILE MERGED 2004/10/18 12:58:48 obr 1.36.8.3: RESYNC: (1.45-1.53); FILE MERGED 2004/09/20 09:53:36 obr 1.36.8.2: RESYNC: (1.36-1.45); FILE MERGED 2004/09/14 06:25:21 obr 1.36.8.1: #i20369# removed now obsolete proxyset library

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6b8c702f06930e113dd6ac0f567f61b48daf4f9b]

        INTEGRATION: CWS shellfix01 (1.2.36); FILE MERGED 2004/09/14 07:07:22 obr 1.2.36.2: #i30170# file uris now encoded on-the-fly 2004/09/13 11:59:16 obr 1.2.36.1: #i32602# need to place the quotes inside the variable expansion

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [04e9c21f2e452d580cdbe85b2cef91ff3e1d8bbd]

        INTEGRATION: CWS shellfix01 (1.3.36); FILE MERGED 2004/09/14 07:07:22 obr 1.3.36.1: #i30170# file uris now encoded on-the-fly

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d5bf26a04dba7fdba6cb560c0a953b125a20d1cc]

        INTEGRATION: CWS swqbugfixes07 (1.2.4); FILE MERGED 2004/10/13 11:35:40 tl 1.2.4.1: #i35373# now catching exceptions from the conversion-dictionary-list, especially the NoSupportException

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b2a805e50714fe6d87f3253775bb531e9f6e2868]

        INTEGRATION: CWS swqbugfixes07 (1.4.34); FILE MERGED 2004/10/13 11:35:39 tl 1.4.34.1: #i35373# now catching exceptions from the conversion-dictionary-list, especially the NoSupportException

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [651e60f73a677844de3f87055c07093a1d59ea5a]

        INTEGRATION: CWS swqbugfixes07 (1.35.18); FILE MERGED 2004/10/12 14:32:32 fme 1.35.18.5: #i30314# Minor corrections for the convert-tab-stops-into-numbering-indent feature 2004/10/12 14:21:58 fme 1.35.18.4: #i30314# Minor corrections for the convert-tab-stops-into-numbering-indent feature 2004/10/11 11:47:12 fme 1.35.18.3: RESYNC: (1.37-1.38); FILE MERGED 2004/09/20 14:24:52 hbrinkm 1.35.18.2: RESYNC: (1.35-1.37); FILE MERGED 2004/09/20 10:26:29 hbrinkm 1.35.18.1: #i30314# convert tabs to numindent

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b7ef0ff2f21b7320383b6eb8e8ebd64eb3657698]

        INTEGRATION: CWS swqbugfixes07 (1.9.160); FILE MERGED 2004/09/14 09:08:31 fme 1.9.160.1: #i33640# DelNxtWord - Consider situation with both IsEndWord and IsSttWord for given cursor position

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [9231ccb3dda90bf9081d3f0795722956cc757c80]

        INTEGRATION: CWS shellfix01 (1.3.30); FILE MERGED 2004/09/14 07:06:17 obr 1.3.30.1: #i30170# attachments now passed as system paths

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [31666d89a35461ce6ed671151da0f78a79ad4054]

        INTEGRATION: CWS swqbugfixes07 (1.27.18); FILE MERGED 2004/10/11 10:48:50 fme 1.27.18.2: RESYNC: (1.27-1.28); FILE MERGED 2004/09/09 14:10:18 hbrinkm 1.27.18.1: #i32620# do not update numrules during reading

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6a788a1beff110fe2fda44dac3f44c51993b554b]

        INTEGRATION: CWS shellfix01 (1.8.30); FILE MERGED 2004/09/14 07:06:17 obr 1.8.30.1: #i30170# attachments now passed as system paths

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ae8057b25ec68e98e4aa4519f8ce75cb6102cd71]

        INTEGRATION: CWS swqbugfixes07 (1.12.162); FILE MERGED 2004/09/20 14:14:37 hbrinkm 1.12.162.2: RESYNC: (1.12-1.13); FILE MERGED 2004/09/03 12:50:36 hbrinkm 1.12.162.1: #117740# effective undo ids, make SwUndo{Start|End}::GetComment more robust

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7c16d61bfa35eb9113be3267773ac6348acef424]

        INTEGRATION: CWS shellfix01 (1.2.30); FILE MERGED 2004/09/14 07:06:16 obr 1.2.30.1: #i30170# attachments now passed as system paths

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [9b9145677a68316112f09ad9a6ceef426ad20812]

        INTEGRATION: CWS swqbugfixes07 (1.10.162); FILE MERGED 2004/10/11 10:45:18 fme 1.10.162.2: RESYNC: (1.11-1.12); FILE MERGED 2004/09/03 12:47:29 hbrinkm 1.10.162.1: #117740# rewrite: Get{Un|Re}doIds

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6a7dbb51b2025fec30f3b2247caf05f08d97c033]

        INTEGRATION: CWS shellfix01 (1.3.30); FILE MERGED 2004/09/14 07:06:16 obr 1.3.30.1: #i30170# attachments now passed as system paths

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b6b4bf27b7589d96f6e9d583eb24c585c47d135a]

        INTEGRATION: CWS swqbugfixes07 (1.2.10); FILE MERGED 2004/10/13 12:42:54 fme 1.2.10.1: #i32968# Undo of section/frame columns

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [52311a08dc1f12fafc24bd3aef5a0711890eec5c]

        INTEGRATION: CWS shellfix01 (1.2.4); FILE MERGED 2004/09/14 09:34:28 obr 1.2.4.1: #i33155# the string returned by ImplGetLocale now correctly handles locales which have modifiers but no country code. Also the timestamp code has been changed to btter reflect value changes.
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [61ef081d9e1eb7fcb77578db642c3631f30c5b98]

        INTEGRATION: CWS swqbugfixes07 (1.50.18); FILE MERGED 2004/10/11 10:44:39 fme 1.50.18.3: RESYNC: (1.51-1.52); FILE MERGED 2004/09/20 14:11:42 hbrinkm 1.50.18.2: RESYNC: (1.50-1.51); FILE MERGED 2004/09/07 07:59:24 fme 1.50.18.1: #i33901# The call of CompType is not valid anymore in non-product builds

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [89a15109891367f72c8f1b8ae2cf0ca9321757df]

        INTEGRATION: CWS swqbugfixes07 (1.31.18); FILE MERGED 2004/10/12 14:22:29 fme 1.31.18.2: #i30314# Minor corrections for the convert-tab-stops-into-numbering-indent feature 2004/09/20 10:17:47 hbrinkm 1.31.18.1: #i30314# GetWidthOfLeadingTabs

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4a5d49a294924debea9fba3a213e38fdd3070c9f]

        INTEGRATION: CWS shellfix01 (1.12.30); FILE MERGED 2004/09/20 13:40:57 obr 1.12.30.1: #i30170# file uris now encoded on-the-fly

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [faece055994e8677cac5ffdfe66154d0566805bf]

        INTEGRATION: CWS swqbugfixes07 (1.66.58); FILE MERGED 2004/09/20 14:09:27 hbrinkm 1.66.58.3: RESYNC: (1.66-1.67); FILE MERGED 2004/09/17 11:45:41 fme 1.66.58.2: #117893# Virtual page number calculation for tables with follows 2004/09/15 07:47:00 fme 1.66.58.1: #i32456# Calculation of previous line for nTopMarginForLowers

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [42d7a7ac2d7b14b7a2232b9772870954a8ee6cc5]

        INTEGRATION: CWS shellfix01 (1.18.4); FILE MERGED 2004/10/18 12:53:42 obr 1.18.4.3: RESYNC: (1.20-1.22); FILE MERGED 2004/09/20 09:42:34 obr 1.18.4.2: RESYNC: (1.18-1.20); FILE MERGED 2004/09/14 06:26:27 obr 1.18.4.1: #i20369# proxyset component now obsolete

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [af75bc64e442cd6f3160ecd9d7b0f2d1207407f6]

        INTEGRATION: CWS swqbugfixes07 (1.35.58); FILE MERGED 2004/09/13 11:01:13 fme 1.35.58.1: #i33170# Wrong calculation of browse width

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [bd17b9c0341f1db986316b2f59607522935c36e9]

        INTEGRATION: CWS swqbugfixes07 (1.67.16); FILE MERGED 2004/10/11 10:37:57 fme 1.67.16.3: RESYNC: (1.68-1.69); FILE MERGED 2004/09/20 14:08:44 hbrinkm 1.67.16.2: RESYNC: (1.67-1.68); FILE MERGED 2004/09/08 11:54:21 fme 1.67.16.1: #i33963# Do not trust the InfFlags during InsertCntnt

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [89aad4deabc61efdc0105533ded1f8f023f606e3]

        INTEGRATION: CWS swqbugfixes07 (1.10.18); FILE MERGED 2004/09/17 11:23:34 fme 1.10.18.1: #117814# Consider table in table situation in CanMergeTable

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3b18cc3a307e1735de2e8d9bf1665a41a30343c5]

        INTEGRATION: CWS swqbugfixes07 (1.17.16); FILE MERGED 2004/10/13 12:42:53 fme 1.17.16.1: #i32968# Undo of section/frame columns

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [9430c96f6d52a18bb06f46e9e1da68908e951129]

        INTEGRATION: CWS swqbugfixes07 (1.21.18); FILE MERGED 2004/09/20 14:04:09 hbrinkm 1.21.18.2: RESYNC: (1.21-1.22); FILE MERGED 2004/09/09 14:08:13 hbrinkm 1.21.18.1: #i32620# cache text node list for numrule

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4a9b8a8a2df1ea171e009fdc53b16bdd88fcacb3]

        INTEGRATION: CWS dmake43 (1.5.2); FILE MERGED 2004/10/12 19:07:26 vq 1.5.2.1: #i31647# Update version number for the "native" MS compiler build.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [77d4661798f6b1dfe68e282b186518b2cf672d4c]

        INTEGRATION: CWS swqbugfixes07 (1.33.18); FILE MERGED 2004/10/12 06:56:37 fme 1.33.18.4: Resolved merge conflicts 2004/10/11 10:30:03 fme 1.33.18.3: RESYNC: (1.35-1.36); FILE MERGED 2004/09/20 14:03:48 hbrinkm 1.33.18.2: RESYNC: (1.33-1.35); FILE MERGED 2004/09/20 10:16:10 hbrinkm 1.33.18.1: #i32620# hash map for numrule pointers, no numrule update while reading

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e859e670d1dd9f8ad26dd24b476f388b32facfbb]

        INTEGRATION: CWS swqbugfixes07 (1.44.18); FILE MERGED 2004/10/11 10:29:54 fme 1.44.18.2: RESYNC: (1.44-1.46); FILE MERGED 2004/09/09 14:05:54 hbrinkm 1.44.18.1: #i32620# search numrules by hash map

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [219dd906b2adec442c61853472d715e4f69c7b80]

        INTEGRATION: CWS swqbugfixes07 (1.23.10); FILE MERGED 2004/10/13 12:42:53 fme 1.23.10.1: #i32968# Undo of section/frame columns

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f3e736fa17745bd03bac88fae515238e3d9ea7d3]

        INTEGRATION: CWS swqbugfixes07 (1.17.182); FILE MERGED 2004/10/12 14:22:13 fme 1.17.182.3: #i30314# Minor corrections for the convert-tab-stops-into-numbering-indent feature 2004/10/11 10:29:09 fme 1.17.182.2: RESYNC: (1.17-1.19); FILE MERGED 2004/09/20 10:16:35 hbrinkm 1.17.182.1: #i30314# RemoveLeadingChars

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [388793457f2243b162d7788b1b6a1c2093a02447]

        INTEGRATION: CWS swqbugfixes07 (1.5.56); FILE MERGED 2004/10/11 10:28:02 fme 1.5.56.3: RESYNC: (1.6-1.7); FILE MERGED 2004/09/20 14:03:03 hbrinkm 1.5.56.2: RESYNC: (1.5-1.6); FILE MERGED 2004/09/03 12:46:18 hbrinkm 1.5.56.1: #117740# output SwUndos

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2dad3269db56ec203b14af5271c0cbabe01bbd65]

        INTEGRATION: CWS swqbugfixes07 (1.7.144); FILE MERGED 2004/09/20 10:11:03 hbrinkm 1.7.144.1: #i32620# store list in numrule

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [75d605b214f8d8c72b561a291e400a85d3f8be9d]

        INTEGRATION: CWS swqbugfixes07 (1.12.18); FILE MERGED 2004/10/11 10:25:18 fme 1.12.18.3: RESYNC: (1.13-1.15); FILE MERGED 2004/09/20 14:00:56 hbrinkm 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2004/09/03 12:45:14 hbrinkm 1.12.18.1: #117740# effective undo ids

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6853ae22e28e55f8be57391958cd270ace4631b8]

        INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED 2004/10/12 18:47:51 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [86c5a14e983eac2d86d194004521fb676dc7487e]

        INTEGRATION: CWS swqbugfixes07 (1.3.252); FILE MERGED 2004/09/09 14:02:25 hbrinkm 1.3.252.1: #i32620# cache text node list for numrules

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [41462edaca31d62204dbd8523fdac1f39317cf74]

        INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED 2004/10/12 18:47:51 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [1b028aa42c0e94f6980e2dced01fc5567196c891]

        INTEGRATION: CWS swqbugfixes07 (1.18.14); FILE MERGED 2004/09/09 14:01:51 hbrinkm 1.18.14.1: #i32620# cache text node list for numrules

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ec9f9625aa5809d80b101fff5be325f8b0ab1075]

        INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED 2004/10/12 18:47:50 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ea0a92182214883ce29f9131bb90fe2be67dfff7]

        INTEGRATION: CWS swqbugfixes07 (1.28.14); FILE MERGED 2004/09/20 14:00:03 hbrinkm 1.28.14.2: RESYNC: (1.28-1.29); FILE MERGED 2004/09/20 10:02:30 hbrinkm 1.28.14.1: #i30314# GetWidthOfLeadingTabs

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3697551693d101bb5ba1947c62429709419065b0]

        INTEGRATION: CWS swqbugfixes07 (1.3.252); FILE MERGED 2004/09/09 14:01:20 hbrinkm 1.3.252.1: #i32620# cache text node list for numrules

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c12d1c066e87e4991a8f709506aec95285f50e48]

        INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED 2004/10/12 18:47:49 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f6d73947b4de41f2186e717f1ea3c35df4105064]

        INTEGRATION: CWS swqbugfixes07 (1.80.14); FILE MERGED 2004/10/11 10:19:40 fme 1.80.14.4: RESYNC: (1.84-1.90); FILE MERGED 2004/09/20 13:54:44 hbrinkm 1.80.14.3: RESYNC: (1.80-1.84); FILE MERGED 2004/09/20 10:03:16 hbrinkm 1.80.14.2: #i30314# RemoveLeadingChars 2004/09/09 13:55:14 hbrinkm 1.80.14.1: #i32620# Search numrule by hash map

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6e209b83f525a06dd324aede8cab2ed3a4aee794]

        INTEGRATION: CWS dmake43 (1.6.18); FILE MERGED 2004/10/12 18:47:49 vq 1.6.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e9b004fe067d00c78284ce830479c34e01ce95e1]

        INTEGRATION: CWS dmake43 (1.6.18); FILE MERGED 2004/10/12 18:47:48 vq 1.6.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [57d665493720c08025dac8631c87b7ad2871f4ff]

        INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED 2004/10/12 18:47:48 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d6d0d70712bde82d8dd6a5f951eb888832cb0beb]

        INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED 2004/10/12 18:47:48 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b56706ec1e7497913dd7d2609cf71bdab739b79a]

        INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED 2004/10/12 18:47:47 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3b865077de5bf1da0a342074415f3e1515b277d8]

        INTEGRATION: CWS dmake43 (1.1.1.1.130); FILE MERGED 2004/10/07 21:57:37 vq 1.1.1.1.130.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.
        
        Note: The _head file was renamed to COPYING, COPYING is not a new file,
              but was empty befor.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [27069fbfdcd219a3a0959f036ae86e324488f04a]

        INTEGRATION: CWS calc23 (1.53.10); FILE MERGED 2004/10/04 14:43:43 sab 1.53.10.1: #i34953#; add temporary shape functionality

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [aae25e2ac7d9fd0a1d879ffe5fbbbc02bca8f184]

        INTEGRATION: CWS cfgldapfix (1.2.28); FILE MERGED 2004/10/13 12:05:16 jb 1.2.28.1: #i33122#,#i34115# Add support for building with --disable-mozilla. Also provides hook to specify an alternate LDAP SDK location; Link with SALHELPERLIB for SimpleReferenceObject

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [9a6670ffea5fd34c1680e7197805c6e5a1ccdb45]

        INTEGRATION: CWS dmake43 (1.4.2); FILE MERGED 2004/10/07 22:02:56 vq 1.4.2.1: #i31647# Change the man page also to version 4.3.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [969e7d895210f57f9b2280cb951d75fe21ccea8a]

        INTEGRATION: CWS cfgldapfix (1.2.28); FILE MERGED 2004/10/13 12:59:59 jb 1.2.28.1: #i34115# Thorough review of the LDAP backend; Fixed some problems in initialization, error handling, as well as resource leaks and exception safety issues

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [105cf57d56ec820701a5c86ecb1a6ba79e22b9e9]

        INTEGRATION: CWS dmake43 (1.2.2); FILE MERGED 2004/10/07 22:02:56 vq 1.2.2.1: #i31647# Change the man page also to version 4.3.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [0103b12a13b9277f341c41fa7873b43effd02c38]

        INTEGRATION: CWS cfgldapfix (1.3.12); FILE MERGED 2004/10/13 12:59:59 jb 1.3.12.1: #i34115# Thorough review of the LDAP backend; Fixed some problems in initialization, error handling, as well as resource leaks and exception safety issues

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f0cab81cded2954bc9700c5319371d98fbcacc37]

        INTEGRATION: CWS dmake43 (1.5.28); FILE MERGED 2004/10/07 22:18:47 vq 1.5.28.1: #i34746# Fix timestamp of phony targets with prerequisites.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f15e593097c3f941efaa3d3fc456e6cd87c28051]

        INTEGRATION: CWS cfgldapfix (1.2.28); FILE MERGED 2004/10/13 12:59:58 jb 1.2.28.1: #i34115# Thorough review of the LDAP backend; Fixed some problems in initialization, error handling, as well as resource leaks and exception safety issues

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c77cb8b8d296cad94ae6c1d0dac04ebd60cdd5a0]

        INTEGRATION: CWS cfgldapfix (1.3.12); FILE MERGED 2004/10/13 12:59:58 jb 1.3.12.1: #i34115# Thorough review of the LDAP backend; Fixed some problems in initialization, error handling, as well as resource leaks and exception safety issues

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [3631107bbc5985ad4f1c0d1fd88642cf4de34b42]

        INTEGRATION: CWS dmake43 (1.2.78); FILE MERGED 2004/10/07 21:57:36 vq 1.2.78.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.
        
        Note: The _head file was renamed to COPYING, COPYING is not a new file,
              but was empty befor.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d0b7744b53493b35aed9e951afea673dc3d77e6e]

        INTEGRATION: CWS dmake43 (1.1.1.1.130); FILE MERGED 2004/10/07 21:57:36 vq 1.1.1.1.130.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.
        
        Note: The _head file was renamed to COPYING, COPYING is not a new file,
              but was empty befor.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [627d1fa6ced4d58eb59cf9148c08e1f81834aae2]

        INTEGRATION: CWS dmake43 (1.4.2); FILE MERGED 2004/10/07 21:57:36 vq 1.4.2.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.
        
        Note: The _head file was renamed to COPYING, COPYING is not a new file,
              but was empty befor.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [425e92ee4d3e7a743db22d4e4ef1c848b3bae9c0]

        INTEGRATION: CWS dmake43 (1.21.16); FILE MERGED 2004/10/12 19:07:26 vq 1.21.16.2: #i31647# Update version number for the "native" MS compiler build. 2004/10/07 21:57:36 vq 1.21.16.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.
        
        Note: The _head file was renamed to COPYING, COPYING is not a new file,
              but was empty befor.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b2f2843022908f3e5c3c61c4ecf8180b91dfc7b9]

        INTEGRATION: CWS dmake43 (1.14.16); FILE MERGED 2004/10/12 18:47:46 vq 1.14.16.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e9103b323e27684d43063d086896e64cd3099dc0]

        INTEGRATION: CWS dmake43 (1.11.16); FILE MERGED 2004/10/12 18:47:46 vq 1.11.16.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [69db9cfd59dbfbb6ba73e63091392c4c8962eb1d]

        INTEGRATION: CWS dmake43 (1.7.18); FILE MERGED 2004/10/12 18:47:45 vq 1.7.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e0efcff3e94bb6b961d29534b995a6bad589c4a9]

        INTEGRATION: CWS dmake43 (1.1.118); FILE MERGED 2004/10/07 21:57:35 vq 1.1.118.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.
        
        Note: The _head file was renamed to COPYING, COPYING is not a new file,
              but was empty befor.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6ee41cf5e2234f19af97a4e2e7a3e984d9886cd8]

        INTEGRATION: CWS dmake43 (1.2.78); FILE MERGED 2004/10/07 22:18:47 vq 1.2.78.2: #i34746# Fix timestamp of phony targets with prerequisites. 2004/10/07 21:57:35 vq 1.2.78.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.
        
        Note: The _head file was renamed to COPYING, COPYING is not a new file,
              but was empty befor.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d5b1c9eca37e6ca89a98f9d7c823e9f1bc9a0b17]

        INTEGRATION: CWS dmake43 (1.10.18); FILE MERGED 2004/10/12 18:47:45 vq 1.10.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ba8d1ff911e154ee4dee4d85bdcdf5318d773405]

        INTEGRATION: CWS calc23 (1.29.2); FILE MERGED 2004/10/11 09:02:00 nn 1.29.2.2: RESYNC: (1.29-1.30); FILE MERGED 2004/09/27 13:30:18 nn 1.29.2.1: i34588 PasteDataFormat/SBA_DATAEXCHANGE: final null parameter for Execute

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d25df19397e7ea2d6260860631d8a6402329fc9c]

        INTEGRATION: CWS calc23 (1.42.38); FILE MERGED 2004/10/11 09:00:02 nn 1.42.38.2: RESYNC: (1.42-1.43); FILE MERGED 2004/09/28 17:32:19 nn 1.42.38.1: #i18833# #i34499# StartSimpleRefDialog: handle call on non-active view

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [a8c958f87afadafb570be5683553ba970e3d0d1e]

        INTEGRATION: CWS calc23 (1.3.626); FILE MERGED 2004/09/28 17:32:19 nn 1.3.626.1: #i18833# #i34499# StartSimpleRefDialog: handle call on non-active view

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ab207eb6f0bded0476583d63f75af5f0734f04c8]

        INTEGRATION: CWS calc23 (1.59.128); FILE MERGED 2004/10/07 11:33:09 dr 1.59.128.1: #i35102# listboxes vanished

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [20e30383560de53f4af0c16ea2f9300d7c0e9fc4]

        INTEGRATION: CWS calc23 (1.10.4); FILE MERGED 2004/10/04 14:36:34 sab 1.10.4.1: #i34953#; a Annotation is a temporary shape

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6b87ca316a4797f438e6b7fa8ff170aaf871c068]

        INTEGRATION: CWS calc23 (1.11.88); FILE MERGED 2004/09/21 21:21:52 er 1.11.88.1: #115823# jump matrix handling for [HV]?LOOKUP(), MATCH(), SUMIF()

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c2e11ce94cea7533e93df79a4ddce5a06791f4b5]

        INTEGRATION: CWS cfgldapfix (1.8.24); FILE MERGED 2004/10/13 11:49:24 jb 1.8.24.1: #i33122# Do not attempt to install ldapbe, if there is no LDAPSDK

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b21cfc602b8624d55b5308d4fe01e811b48e6f73]

        INTEGRATION: CWS cfgldapfix (1.45.16); FILE MERGED 2004/10/14 14:51:52 jb 1.45.16.2: RESYNC: (1.45-1.53); FILE MERGED 2004/10/13 11:49:24 jb 1.45.16.1: #i33122# Do not attempt to install ldapbe, if there is no LDAPSDK

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [8c4c2acbb10585838bd4fd36e9051d9e95e8a45d]

        INTEGRATION: CWS calc23 (1.17.4); FILE MERGED 2004/09/21 21:21:51 er 1.17.4.1: #115823# jump matrix handling for [HV]?LOOKUP(), MATCH(), SUMIF()

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [8af55949e9e046f69ecdfcb8753555a0619d4f72]

        INTEGRATION: CWS dtransfix (1.1.2); FILE ADDED 2004/10/11 09:25:32 tra 1.1.2.1: #i28176#tests for COM auto pointer template

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [83d3853f3b764617fefbc31950cc4b92876d11d9]

        INTEGRATION: CWS dtransfix (1.1.2); FILE ADDED 2004/10/11 09:25:48 tra 1.1.2.1: #i28176#tests for COM auto pointer template

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c79ab12a53b94cce9288d8f830362bca40359228]

        INTEGRATION: CWS calc23 (1.8.148); FILE MERGED 2004/09/21 21:21:51 er 1.8.148.1: #115823# jump matrix handling for [HV]?LOOKUP(), MATCH(), SUMIF()

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [dd94dda065366f8d7826218cea7fce1d268bc2ae]

        INTEGRATION: CWS cfgldapfix (1.2.38); FILE MERGED 2004/09/22 15:05:49 jb 1.2.38.1: #i34115# Cleanup platform backend manager to ensure proper initialization of platform backends

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [a4dffa389d42640896fb61481d5c5e9d8152ca6f]

        INTEGRATION: CWS dtransfix (1.19.38); FILE MERGED 2004/10/12 04:56:51 tra 1.19.38.1: #i32544#introduced an own COM auto pointer template because the MS COM auto pointer template is not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [782a30b19f45bf3c34b8e78e1398ce876e3515f9]

        INTEGRATION: CWS calc23 (1.2.220); FILE MERGED 2004/09/21 21:19:33 er 1.2.220.1: #115823# parameter classification for ocCell

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2d04a678cd574cf04e60df98285cb67910193a57]

        INTEGRATION: CWS cfgldapfix (1.3.12); FILE MERGED 2004/10/04 15:26:53 jb 1.3.12.2: #34115# Prevent repeated attempts to create a backend that can't be created. 2004/09/22 15:05:49 jb 1.3.12.1: #i34115# Cleanup platform backend manager to ensure proper initialization of platform backends

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [bda0b08113554da1567c2ecc2717ded6d2cb7cb6]

        INTEGRATION: CWS dtransfix (1.17.26); FILE MERGED 2004/10/12 05:08:15 tra 1.17.26.1: #i31516#removed unnecessary assertion

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4c8c6e648d6a51727018dbb673d34145e842af10]

        INTEGRATION: CWS calc23 (1.11.148); FILE MERGED 2004/09/21 21:21:51 er 1.11.148.1: #115823# jump matrix handling for [HV]?LOOKUP(), MATCH(), SUMIF()

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [4fc41c152348db361982d43cd330cb3abf77f292]

        INTEGRATION: CWS dtransfix (1.1.2); FILE ADDED 2004/10/11 09:30:46 tra 1.1.2.1: #32544#the COM auto pointers by MS require a library comsupp.lib which is not part of the .Net 2003 Toolkit thats why we are hand crafting our own simple COM smart pointer template

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [bc91c169855730c09eac9ce92ab77f5d37890364]

        INTEGRATION: CWS calc23 (1.30.128); FILE MERGED 2004/09/21 21:21:50 er 1.30.128.1: #115823# jump matrix handling for [HV]?LOOKUP(), MATCH(), SUMIF()

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ba4d5647bf112c51c2af7c66409c08c37841f196]

        INTEGRATION: CWS calc23 (1.30.4); FILE MERGED 2004/10/04 20:01:07 er 1.30.4.3: #i20545# negation doesn't change format type 2004/09/29 11:32:04 er 1.30.4.2: #i33279# ScIndex: negative offsets are still not allowed 2004/09/21 21:21:50 er 1.30.4.1: #115823# jump matrix handling for [HV]?LOOKUP(), MATCH(), SUMIF()

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [a1e6c51553c0a20c40570960e7f609d0ecff2d1e]

        INTEGRATION: CWS calc23 (1.49.128); FILE MERGED 2004/10/08 13:27:36 er 1.49.128.6: #i35184# again the percent operator precedence.. del Conclusion(), add PostOpLine(), ren Unary() --> UnaryLine() 2004/10/08 11:50:53 er 1.49.128.5: #i35184# unary/intersection operator precedence 2004/10/04 20:49:20 er 1.49.128.4: #i34942# repeated unary negation is ok 2004/10/04 19:57:38 er 1.49.128.3: #i20545# percent operator: revert last change and get the Unary/Factor thingy right, automatically solves problems 2004/09/29 11:31:21 er 1.49.128.2: #i33279# ocIndex doesn't need RecalcModeAlways 2004/09/22 11:51:16 er 1.49.128.1: #i20545# correct percent operator behavior

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [7b96cce5ac77b218e988145ae4d1a9b54faac350]

        INTEGRATION: CWS calc23 (1.17.128); FILE MERGED 2004/09/21 21:21:50 er 1.17.128.1: #115823# jump matrix handling for [HV]?LOOKUP(), MATCH(), SUMIF()

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b02d905e3d0c993dacb71d5d50a90f127b642630]

        INTEGRATION: CWS calc23 (1.7.36); FILE MERGED 2004/09/29 17:11:48 er 1.7.36.1: #i34807# UpdatePageBreaks: logic flaw

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [466963dce02a5b91912fee8fe88bf9fffb906d65]

        INTEGRATION: CWS calc23 (1.18.4); FILE MERGED 2004/09/22 17:05:49 nn 1.18.4.1: #i18374# don't find an empty string as match for a directly assigned number

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [05f199f3f4cc2f7e9d84e2621b5d2ec19357e241]

        INTEGRATION: CWS dtransfix (1.10.100); FILE MERGED 2004/10/12 04:59:09 tra 1.10.100.1: #i32544#removed comsupp.lib because it is not available in .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [aa1266d334f5f11f468ecbf2f8c3dc5a176f7cc3]

        INTEGRATION: CWS dtransfix (1.21.90); FILE MERGED 2004/10/12 05:01:03 tra 1.21.90.2: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit 2004/10/06 18:04:28 tra 1.21.90.1: #i30648#removed structured exception frame around windows proc which only hides bugs

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c9ccbc840df5bb7b4580368a5cdcbf4ce412b3bf]

        INTEGRATION: CWS calc23 (1.3.36); FILE MERGED 2004/09/29 17:29:58 er 1.3.36.4: #i34807# add some sanity check in case methods are used as loop replacements 2004/09/21 14:46:56 er 1.3.36.3: #i34069# ScCoupledCompressedArrayIterator<A,D,S>::NextRange(): always keep both iterators synchronized 2004/09/20 14:12:59 er 1.3.36.2: #i34400 Remove: maybe we have to really remove something 2004/09/20 12:22:47 er 1.3.36.1: #i34130# create copy of values of references passed in case reallocation touches the reference

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [9370a6524e4241f39fb7d53ac8db171ae800dd51]

        INTEGRATION: CWS dtransfix (1.9.108); FILE MERGED 2004/10/08 06:55:28 tra 1.9.108.1: #i28176#support for Windows shell link files added; Windows shell link files will be resolved now. When the clipboard format is CF_HDROP a double 0 terminated list of files where lnk files are resolved will be returned. Module sot\...\filelist.cxx has been adapted accordingly

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ed37ee82df64e435e487a4f5aaf4ff238cfc8c0f]

        INTEGRATION: CWS calc23 (1.23.4); FILE MERGED 2004/09/21 21:21:49 er 1.23.4.1: #115823# jump matrix handling for [HV]?LOOKUP(), MATCH(), SUMIF()

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [a7bf472ccf832703d3dfdaf416d1cc3eaf52d8f3]

        INTEGRATION: CWS dtransfix (1.2.32); FILE MERGED 2004/10/12 05:01:02 tra 1.2.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [42a8578a9acdd9c3163777a4da266aa2a8876151]

        INTEGRATION: CWS calc23 (1.3.148); FILE MERGED 2004/09/21 21:21:49 er 1.3.148.1: #115823# jump matrix handling for [HV]?LOOKUP(), MATCH(), SUMIF()

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c90dd9469792d01e806a0164e85ee6ac8755ad9b]

        INTEGRATION: CWS dtransfix (1.2.164); FILE MERGED 2004/10/12 05:01:01 tra 1.2.164.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [dd1f7e7195d1def0cde7d54028cf7ea5fb7a8b09]

        INTEGRATION: CWS calc23 (1.3.36); FILE MERGED 2004/09/21 14:49:48 er 1.3.36.2: #i34069# for clarity, let ScCoupledCompressedArrayIterator obtain both, value and position, from coupled iterator 2004/09/20 12:22:46 er 1.3.36.1: #i34130# create copy of values of references passed in case reallocation touches the reference

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [0dfb11b072b31be299588c8b446cc6ff4c5a5c8f]

        INTEGRATION: CWS dtransfix (1.7.32); FILE MERGED 2004/10/08 06:55:28 tra 1.7.32.1: #i28176#support for Windows shell link files added; Windows shell link files will be resolved now. When the clipboard format is CF_HDROP a double 0 terminated list of files where lnk files are resolved will be returned. Module sot\...\filelist.cxx has been adapted accordingly

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [77c3dbe51d3804decdd0f1b756b275c015dac618]

        INTEGRATION: CWS calc23 (1.21.36); FILE MERGED 2004/10/08 13:25:48 er 1.21.36.2: #i35184# del Conclusion(), add PostOpLine(), ren Unary() --> UnaryLine() 2004/10/08 11:50:19 er 1.21.36.1: #i35184# add Conclusion()

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [f87fd75f68148b9b5ddff7f62ce12c5ec1d7757a]

        INTEGRATION: CWS dtransfix (1.11.136); FILE MERGED 2004/10/11 19:11:01 tra 1.11.136.2: #i31171# #i28176#added code for returning a list of files in which shell links are resolved; fixed HTML Format bug #i31171# and removed usage of wsprintf 2004/10/08 06:55:28 tra 1.11.136.1: #i28176#support for Windows shell link files added; Windows shell link files will be resolved now. When the clipboard format is CF_HDROP a double 0 terminated list of files where lnk files are resolved will be returned. Module sot\...\filelist.cxx has been adapted accordingly

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [70302d6295aaf3a79b074815f18366a9e287f4cc]

        INTEGRATION: CWS dtransfix (1.5.164); FILE MERGED 2004/10/12 05:01:01 tra 1.5.164.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [578b275c378cc1b6cee57916a9d38ff612304a51]

        INTEGRATION: CWS dtransfix (1.7.156); FILE MERGED 2004/10/12 05:01:00 tra 1.7.156.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b93745f27b89862e79350d47efd5c41d3a9c59ca]

        INTEGRATION: CWS dtransfix (1.18.100); FILE MERGED 2004/10/12 05:01:00 tra 1.18.100.2: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit 2004/10/08 06:55:28 tra 1.18.100.1: #i28176#support for Windows shell link files added; Windows shell link files will be resolved now. When the clipboard format is CF_HDROP a double 0 terminated list of files where lnk files are resolved will be returned. Module sot\...\filelist.cxx has been adapted accordingly

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e01c29175eae0a6b74de42c865cc0d51b7551fb7]

        INTEGRATION: CWS calc23 (1.35.60); FILE MERGED 2004/10/08 10:32:57 nn 1.35.60.1: #i18114# handle fractions without integer part

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [9ccbb0ccc73efce92ce7abdff4263b8e4a30da6f]

        INTEGRATION: CWS dtransfix (1.2.32); FILE MERGED 2004/10/12 05:00:59 tra 1.2.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b36ddb3afe92b41a3edec1c01dded42a5f7c4b95]

        INTEGRATION: CWS calc23 (1.38.60); FILE MERGED 2004/10/08 10:32:57 nn 1.38.60.2: #i18114# handle fractions without integer part 2004/10/05 14:33:23 nn 1.38.60.1: #i20396# handle spaces from underscores in embedded-text elements

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2d94f88e41bf53676869953a5ad07d4e3a23542c]

        INTEGRATION: CWS dtransfix (1.3.158); FILE MERGED 2004/10/12 05:00:59 tra 1.3.158.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [ab97f912d9371cc248af528ef435554644ab7ee1]

        INTEGRATION: CWS calc23 (1.38.28); FILE MERGED 2004/10/04 14:42:36 sab 1.38.28.1: #i34953#; add temporary shape functionality

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6762b8a75952dac3698125701b0c22c7184205f9]

        INTEGRATION: CWS dtransfix (1.21.100); FILE MERGED 2004/10/12 05:00:58 tra 1.21.100.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c6a5b81aa36750147f9e4f821d900c5f1057736c]

        INTEGRATION: CWS calc23 (1.89.24); FILE MERGED 2004/10/11 08:30:05 nn 1.89.24.2: RESYNC: (1.89-1.90); FILE MERGED 2004/10/04 14:42:36 sab 1.89.24.1: #i34953#; add temporary shape functionality

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c43c9667108b0497f20a5fb4c00a26e39a0bf135]

        INTEGRATION: CWS dtransfix (1.10.100); FILE MERGED 2004/10/12 05:00:58 tra 1.10.100.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [acfecc01fcec3bf970e6fbb7c0570c609a9e4c23]

        INTEGRATION: CWS calc23 (1.4.408); FILE MERGED 2004/10/04 14:42:35 sab 1.4.408.1: #i34953#; add temporary shape functionality

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b22df0125ee43ca7fa845cf85605db288e03f15c]

        INTEGRATION: CWS dtransfix (1.16.100); FILE MERGED 2004/10/12 05:00:57 tra 1.16.100.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [590e6b4a9cd92f1167fbcef5e231779df0b62ec7]

        INTEGRATION: CWS calc23 (1.12.60); FILE MERGED 2004/10/04 14:42:35 sab 1.12.60.1: #i34953#; add temporary shape functionality

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d0b573c8919c40a590aea8c1ce2db2421455717b]

        INTEGRATION: CWS dtransfix (1.8.32); FILE MERGED 2004/10/12 05:00:56 tra 1.8.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d8fc80960abcb28ab9879d79fa506a307ca68576]

        INTEGRATION: CWS calc23 (1.6.404); FILE MERGED 2004/10/04 14:42:35 sab 1.6.404.1: #i34953#; add temporary shape functionality

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [2cb3bc1d65a1f15ba35feb4f69a495edc808995e]

        INTEGRATION: CWS dtransfix (1.15.32); FILE MERGED 2004/10/12 05:00:56 tra 1.15.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [08fd1a23d262ac15e5683539185e0d486c916d97]

        INTEGRATION: CWS calc23 (1.15.60); FILE MERGED 2004/10/04 14:42:34 sab 1.15.60.1: #i34953#; add temporary shape functionality

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c6871db4e88a9ad589a3fef292336dd6a4792eaa]

        INTEGRATION: CWS dtransfix (1.4.32); FILE MERGED 2004/10/12 05:00:55 tra 1.4.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [413434d7e65a5ef90e540c52c1508e10af31a8e1]

        INTEGRATION: CWS calc23 (1.4.400); FILE MERGED 2004/10/04 14:42:34 sab 1.4.400.1: #i34953#; add temporary shape functionality

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [c83fc80b57c92599f1f3c58817d910e280b52f21]

        INTEGRATION: CWS dtransfix (1.2.32); FILE MERGED 2004/10/12 05:00:55 tra 1.2.32.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d3d728e2844c88e373ce6c11b7c0a4beedc01304]

        INTEGRATION: CWS calc23 (1.6.398); FILE MERGED 2004/10/04 14:42:34 sab 1.6.398.1: #i34953#; add temporary shape functionality

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [6f154da88a0687998211647d67c0f94549c5235f]

        INTEGRATION: CWS dtransfix (1.5.134); FILE MERGED 2004/09/07 13:59:47 hdu 1.5.134.1: #i33931# get rid of new/delete mismatches

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [36b524858c73c6ebfd8ef0e05f3d66464f361f37]

        INTEGRATION: CWS dtransfix (1.5.180); FILE MERGED 2004/10/08 06:49:55 tra 1.5.180.1: #i28176#the windows clipboard bridge now provides a double 0 terminated string list of file names where windows shell links are already resolved, input stream operator has been adapted accordingly, the output stream operator does nothing anymore and all Windows specific code has been removed

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [b5946ef064761c93f02762b35ef0f178a0e1995e]

        INTEGRATION: CWS dtransfix (1.6.10); FILE MERGED 2004/10/14 18:24:00 dvo 1.6.10.1: #i35089# fixed drawing layer export component service name

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [d9d19083567ab4d3c0652cb0cd79c605ce1c240b]

        INTEGRATION: CWS dtransfix (1.21.444); FILE MERGED 2004/10/11 06:49:22 tra 1.21.444.2: RESYNC: (1.21-1.22); FILE MERGED 2004/10/06 18:00:17 tra 1.21.444.1: #i30648#

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [e77e4bcf46e7ed390382128474197af49bf381f4]

        INTEGRATION: CWS dtransfix (1.27.52); FILE MERGED 2004/10/15 10:05:49 dvo 1.27.52.1: #i35089# don't crash when empty drawing-leyer docs are pasted

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [8a2678edf2d5137cf21bc68232ccdb01477fe4f7]

        INTEGRATION: CWS dtransfix (1.5.4); FILE MERGED 2004/10/12 05:40:13 tra 1.5.4.1: #i33833#removed comsupp.lib because it is not part of the .Net 2003 toolkit

2004-10-22  Rüdiger Timm  <rt@openoffice.org>  [15ddc051c2e562e727510cc395be99f6f375e823]

        INTEGRATION: CWS dtransfix (1.9.28); FILE MERGED 2004/10/12 05:41:34 tra 1.9.28.1: #i33833#replaced MS COM auto pointers with an own COM auto pointer template because the .Net 2003 toolkit doesn't contains the MS COM auto pointers

2004-10-21  Oliver Bolte  <obo@openoffice.org>  [c4fcb37f689e89077eb45dad03274839de78bbde]

        SRC680

2004-10-21  Oliver Bolte  <obo@openoffice.org>  [31a7eb68eeecf46109f9707385aec1330c0fa73a]

        INTEGRATION: CWS valgrind57 (1.55.2); FILE MERGED 2004/10/19 11:30:59 dbo 1.55.2.1: #i35713# fixing throw clause

2004-10-21  Oliver Bolte  <obo@openoffice.org>  [fbfa4df8cc44914f19b1a1e107d097d8352bff15]

        INTEGRATION: CWS valgrind57 (1.27.120); FILE MERGED 2004/10/18 13:22:13 dbo 1.27.120.1: #i35713# symbol clash

2004-10-21  Oliver Bolte  <obo@openoffice.org>  [f6921a51789de43c307ecafcf3a51d6f2cb4e598]

        INTEGRATION: CWS valgrind57 (1.58.34); FILE MERGED 2004/10/20 14:50:31 dbo 1.58.34.1: #i35713#

2004-10-21  Oliver Bolte  <obo@openoffice.org>  [1a79f8539ba2029e3c63d39b58552668a29f028e]

        INTEGRATION: CWS valgrind57 (1.18.36); FILE MERGED 2004/10/18 13:21:51 dbo 1.18.36.1: #i35713# uninit members

2004-10-21  Oliver Bolte  <obo@openoffice.org>  [ad544b9446b129483c6609fe92e5b70861df59ec]

        INTEGRATION: CWS valgrind57 (1.54.72); FILE MERGED 2004/10/18 13:23:18 dbo 1.54.72.1: #i35713# uninit member

2004-10-21  Oliver Bolte  <obo@openoffice.org>  [b92f6be01d5dedc9dc3d250ca999ea43d890fe2d]

        #i10000# undo last change, therefore tempor. disabled in scp2

2004-10-21  Oliver Bolte  <obo@openoffice.org>  [4a797602fd9a6141e16c5cb5289861cd036b73cd]

        INTEGRATION: CWS valgrind57 (1.4.154); FILE MERGED 2004/10/18 13:26:33 dbo 1.4.154.1: #i35713# uninit members

2004-10-21  Oliver Bolte  <obo@openoffice.org>  [1d1b5ff4597a41d459e747be1de45e79b010a7a2]

        INTEGRATION: CWS valgrind57 (1.5.24); FILE MERGED 2004/10/18 13:47:47 dbo 1.5.24.1: #i35713# uninit member

2004-10-21  Oliver Bolte  <obo@openoffice.org>  [c905ca9543e5ee24caca29c67007be7fe47fbe10]

        #i10000# gconfbe1.uno.so and ucpgvfs1.uno.so disabled for SOLARIS (OBR)

2004-10-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ed63cba52664f734ff8a9ab770db202d73db2987]

        #i10000# typo causes wrong dependencies

2004-10-20  Rüdiger Timm  <rt@openoffice.org>  [cbc448ef9c111eb966139ee582305ed5270c65d8]

        List of libraries which must not get rebased.

2004-10-20  Rüdiger Timm  <rt@openoffice.org>  [0c99d205019c689ff73fd87c10fdb2d269e49656]

        Initial revision

2004-10-20  Rüdiger Timm  <rt@openoffice.org>  [0c6788dc27fb66341141433da6e16c7afeb0ac0d]

        new version for SRX645

2004-10-20  Vladimir Glazounov  <vg@openoffice.org>  [15f31039d5b53f7994f4114d9e2bf76ad789cb2e]

        #100000# more correct work with missing dependencies

2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [b08881b9b7737f4e57868d62897150d554764d82]

        new version for SRC680

2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [f1815a8f87be07a8d7f49ea3672113933de03b8d]

        new version for SRC680

2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [5935b8a91f7797ef535f87e90ce83cc43933cbf7]

        new version for SRC680

2004-10-19  Oliver Bolte  <obo@openoffice.org>  [dd9fe816c604a34d4a757f669c925c70224e4327]

        #i10000# reenable lazybinding for SOLARIS gconfbe1.uno.so fails to be registered during creation of installation set

2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [e397dd61ea1ead4340deb5382f9dac64561e828d]

        new version for SRC680

2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [8b777eabdaf54c94a564a02f325d2f94de640386]

        new version for SRC680

2004-10-19  Rüdiger Timm  <rt@openoffice.org>  [e806061b4765a73a328383f26fd5a784c7b928ce]

        Two char acronym

2004-10-19  Rüdiger Timm  <rt@openoffice.org>  [32d26e0239b5b2e107b2db4aa2a0e851eb375593]

        #Actually my last 'fix' introduced an error instead of fixing one - sorry.

2004-10-19  Rüdiger Timm  <rt@openoffice.org>  [0c682cc0aecf72ec21d081fbd71a4dd245f682e0]

        Minor syntax changes.

2004-10-19  Oliver Bolte  <obo@openoffice.org>  [abbdb6d9bd6d231a2042aa82d5c2cf12ed686303]

        new version for SRC680

2004-10-19  Oliver Bolte  <obo@openoffice.org>  [88e64f224d7ca0a0ef9e5828da1a474aeaa403cc]

        #i10000# INCLUDE change doesn't work for 4NT shell

2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [d2c681d5ce13c127f78d6fea7ae674cdee8c835c]

        new version for SRC680

2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [ff73d034055035b7787e21dc8ab115257fd9f18b]

        new version for SRC680

2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [b2192454b5d5ee3e8561e33edf34cca4f02f8cda]

        new version for SRC680

2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [86fe017b4f69156f67e62f892887884aaa3ef717]

        new version for SRC680

2004-10-19  Vladimir Glazounov  <vg@openoffice.org>  [9966e98bfe2c5d8cbd952ff8a7895bd4856607bd]

        new version for SRC680

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [18ed92b411053e1b411c13966d01a504a87c8d44]

        SRC680

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [485891f012f2623c604bdf884e5c4ecea7b75545]

        INTEGRATION: CWS dr26 (1.16.2); FILE MERGED 2004/10/13 11:37:33 dr 1.16.2.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [3142abaae828a5bea5c48a88b13e280f2a4e0e50]

        INTEGRATION: CWS dr26 (1.40.8); FILE MERGED 2004/10/13 11:14:26 dr 1.40.8.1: #i35275# missing stream flag

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [4a0b82564b3581d4bc6ebd03883b5e1878b1dc91]

        INTEGRATION: CWS dr26 (1.13.8); FILE MERGED 2004/09/27 11:13:48 dr 1.13.8.1: #i34058# BIFF2 import of font color

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [f86a5245fdec00793e16b0ccfa9c7f24f140b2fc]

        INTEGRATION: CWS dr26 (1.16.2); FILE MERGED 2004/10/13 11:41:31 dr 1.16.2.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [f29bcdb4b188cee9b2dd823701e448620a29d284]

        INTEGRATION: CWS dr26 (1.11.8); FILE MERGED 2004/09/28 14:17:27 dr 1.11.8.1: #i34545# flat/3d for old checkbox and radiobutton

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [65c3a6480cc7dd7d755795e803693e0c746a64be]

        INTEGRATION: CWS dr26 (1.20.4); FILE MERGED 2004/10/13 11:41:31 dr 1.20.4.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [a033d0ed790fdaf7ec86544fe9e12df88ec0b293]

        INTEGRATION: CWS dr26 (1.12.8); FILE MERGED 2004/09/27 11:13:47 dr 1.12.8.1: #i34058# BIFF2 import of font color

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [262cf95c93592ed059ff54441e91f29376be0877]

        INTEGRATION: CWS dr26 (1.12.8); FILE MERGED 2004/10/13 11:41:30 dr 1.12.8.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [43b46d6cfe7fb4120c98476a3d2a2962b5139081]

        INTEGRATION: CWS dr26 (1.11.8); FILE MERGED 2004/09/28 15:01:30 dr 1.11.8.2: #i34545# better border style handling 2004/09/28 14:17:26 dr 1.11.8.1: #i34545# flat/3d for old checkbox and radiobutton

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [8f8f793744b16b60fe253269e020e96b70f0052c]

        INTEGRATION: CWS dr26 (1.2.8); FILE MERGED 2004/09/27 10:50:26 dr 1.2.8.1: #115495# font export using script type of current cell text

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [a1e29b048b3176622063eb51d1d286079d494378]

        INTEGRATION: CWS dr26 (1.10.8); FILE MERGED 2004/09/27 10:50:26 dr 1.10.8.1: #115495# font export using script type of current cell text

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [d012a1c0f9e0ae0252549a4de1e9387578bae76f]

        INTEGRATION: CWS dr26 (1.11.8); FILE MERGED 2004/10/13 11:41:30 dr 1.11.8.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [fb6a15d4295fab0077e6ac6bfcf356a836624dd7]

        INTEGRATION: CWS dr26 (1.12.8); FILE MERGED 2004/09/27 10:50:25 dr 1.12.8.1: #115495# font export using script type of current cell text

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [ac1f8c8eff971d4459eba22534782e1f6c00d2b4]

        INTEGRATION: CWS dr26 (1.2.8); FILE MERGED 2004/09/28 15:01:33 dr 1.2.8.2: #i34545# better border style handling 2004/09/28 14:17:26 dr 1.2.8.1: #i34545# flat/3d for old checkbox and radiobutton

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [7df2bcdd6da1e0c6b0395d1364ecaf5ee216c141]

        INTEGRATION: CWS dr26 (1.27.50); FILE MERGED 2004/10/13 11:41:30 dr 1.27.50.2: #i35275# mav09 followup: storage/stream handling reworked 2004/09/27 14:23:03 dr 1.27.50.1: #i34057# import of BIFF2-BIFF7 edit cells reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [139e909e33c4431f368c2c1ea9b1b098ea20b51a]

        INTEGRATION: CWS dr26 (1.13.6); FILE MERGED 2004/10/13 11:41:30 dr 1.13.6.4: #i35275# mav09 followup: storage/stream handling reworked 2004/10/07 17:35:28 dr 1.13.6.3: RESYNC: (1.13-1.14); FILE MERGED 2004/09/27 12:04:15 dr 1.13.6.2: #i34671# problems with ScfRef::operator bool_type on unxsols4.pro 2004/09/27 10:50:26 dr 1.13.6.1: #115495# font export using script type of current cell text

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [7fbcf0cd974daa0ec67234da26929e47da80a6bc]

        INTEGRATION: CWS dr26 (1.9.2); FILE MERGED 2004/10/13 11:41:06 dr 1.9.2.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [7e98086e53a74df9c55424be60b52d7776e7b7e0]

        INTEGRATION: CWS dr26 (1.55.50); FILE MERGED 2004/10/13 11:41:05 dr 1.55.50.3: #i35275# mav09 followup: storage/stream handling reworked 2004/10/07 17:35:11 dr 1.55.50.2: RESYNC: (1.55-1.56); FILE MERGED 2004/09/27 14:23:03 dr 1.55.50.1: #i34057# import of BIFF2-BIFF7 edit cells reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [d80443dd708e30d0cd86f99702d7c3d6ff4bab55]

        INTEGRATION: CWS dr26 (1.13.2); FILE MERGED 2004/10/13 11:41:05 dr 1.13.2.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [83d1bfe6d686d56af0b5bd085b5ed00959ceef24]

        INTEGRATION: CWS dr26 (1.9.6); FILE MERGED 2004/10/13 11:38:05 dr 1.9.6.3: #i35275# mav09 followup: storage/stream handling reworked 2004/10/07 17:34:16 dr 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2004/09/27 10:50:02 dr 1.9.6.1: #115495# font export using script type of current cell text

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [ff76b2abf2758a19705e47911f8d9f5a918c255b]

        INTEGRATION: CWS dr26 (1.11.8); FILE MERGED 2004/10/13 11:37:33 dr 1.11.8.2: #i35275# mav09 followup: storage/stream handling reworked 2004/09/28 14:17:16 dr 1.11.8.1: #i34545# flat/3d for old checkbox and radiobutton

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [d61e082164c13864d7f93a901029a86a5402f982]

        INTEGRATION: CWS dr26 (1.3.8); FILE MERGED 2004/09/27 15:07:10 dr 1.3.8.1: #i34686# check whether referred sheet is deleted

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [c46566052bc2dcc25c3d710cd9195c7b06320fe3]

        INTEGRATION: CWS dr26 (1.5.8); FILE MERGED 2004/09/27 12:37:56 dr 1.5.8.1: #i34680# compiler warning SCROW->sal_uInt16

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [1eab84063b1aff80a693570b84da16d8e5821f35]

        INTEGRATION: CWS dr26 (1.18.8); FILE MERGED 2004/09/27 12:01:43 dr 1.18.8.2: #i34061# do not skip def cell format in BIFF2 2004/09/27 11:13:32 dr 1.18.8.1: #i34058# BIFF2 import of font color

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [574fad1a122b4940442afd9bf04f639a59270398]

        INTEGRATION: CWS dr26 (1.8.6); FILE MERGED 2004/10/01 08:29:35 dr 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2004/09/27 12:04:36 dr 1.8.6.1: #i34671# problems with ScfRef::operator bool_type on unxsols4.pro

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [bdd77bf0830e218fc72c11c65d30e0f66bfc86bf]

        INTEGRATION: CWS dr26 (1.12.8); FILE MERGED 2004/10/13 11:37:33 dr 1.12.8.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [ac0f193c502fcecff18e1106d102ec349d26d8e5]

        INTEGRATION: CWS dr26 (1.14.6); FILE MERGED 2004/10/01 08:29:28 dr 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2004/09/27 14:22:47 dr 1.14.6.1: #i34057# import of BIFF2-BIFF7 edit cells reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [555d2889868e5a1333d714e4a6e8e6f9dad1d6e8]

        INTEGRATION: CWS dr26 (1.22.6); FILE MERGED 2004/10/13 11:37:32 dr 1.22.6.4: #i35275# mav09 followup: storage/stream handling reworked 2004/10/07 17:33:49 dr 1.22.6.3: RESYNC: (1.22-1.23); FILE MERGED 2004/09/28 15:01:21 dr 1.22.6.2: #i34545# better border style handling 2004/09/28 14:17:15 dr 1.22.6.1: #i34545# flat/3d for old checkbox and radiobutton

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [3184fe1c52dc9ab59102b79d93779fffca75d317]

        INTEGRATION: CWS dr26 (1.12.8); FILE MERGED 2004/09/27 12:04:36 dr 1.12.8.1: #i34671# problems with ScfRef::operator bool_type on unxsols4.pro

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [afd6b53f6c5091fe6181794635f484ed8ef3d7e5]

        INTEGRATION: CWS dr26 (1.2.8); FILE MERGED 2004/09/27 12:04:36 dr 1.2.8.2: #i34671# problems with ScfRef::operator bool_type on unxsols4.pro 2004/09/27 10:49:49 dr 1.2.8.1: #115495# font export using script type of current cell text

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [bed1188f21df58d4d3b3907635daf08bad68c963]

        INTEGRATION: CWS dr26 (1.14.8); FILE MERGED 2004/09/27 10:49:48 dr 1.14.8.1: #115495# font export using script type of current cell text

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [576f760cc9d1cfb5d3fddce83cfe71641cc3469d]

        INTEGRATION: CWS dr26 (1.12.8); FILE MERGED 2004/10/13 11:37:32 dr 1.12.8.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [8a599e08169dbc52f1acf657a33adf684d530606]

        INTEGRATION: CWS dr26 (1.11.8); FILE MERGED 2004/09/27 15:07:10 dr 1.11.8.1: #i34686# check whether referred sheet is deleted

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [ba1731ca1492823db60e7e7b7d3f7b301154c95c]

        INTEGRATION: CWS dr26 (1.17.8); FILE MERGED 2004/09/27 12:04:35 dr 1.17.8.2: #i34671# problems with ScfRef::operator bool_type on unxsols4.pro 2004/09/27 10:49:45 dr 1.17.8.1: #115495# font export using script type of current cell text

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [103ded418dfca33e98563166681b3a119b044728]

        INTEGRATION: CWS dr26 (1.4.8); FILE MERGED 2004/09/28 15:01:21 dr 1.4.8.2: #i34545# better border style handling 2004/09/28 14:17:15 dr 1.4.8.1: #i34545# flat/3d for old checkbox and radiobutton

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [5425bd268c43d9d807ab21af074ac4851fadbe13]

        INTEGRATION: CWS dr26 (1.47.6); FILE MERGED 2004/10/01 08:28:58 dr 1.47.6.3: RESYNC: (1.47-1.48); FILE MERGED 2004/09/27 14:22:47 dr 1.47.6.2: #i34057# import of BIFF2-BIFF7 edit cells reworked 2004/09/27 11:13:31 dr 1.47.6.1: #i34058# BIFF2 import of font color

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [aa829ebafd7a3b5561f5d92c0193eb11eecea838]

        INTEGRATION: CWS dr26 (1.65.6); FILE MERGED 2004/10/13 11:37:32 dr 1.65.6.3: #i35275# mav09 followup: storage/stream handling reworked 2004/10/07 17:33:33 dr 1.65.6.2: RESYNC: (1.65-1.66); FILE MERGED 2004/09/27 14:22:46 dr 1.65.6.1: #i34057# import of BIFF2-BIFF7 edit cells reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [04a6ab7a88b27dc01fd01d323b7b924f2480224b]

        INTEGRATION: CWS dr26 (1.20.8); FILE MERGED 2004/10/13 11:37:32 dr 1.20.8.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [ddab6518e7c9c22bc5e38d80ed7e1a1e7c57882f]

        INTEGRATION: CWS dr26 (1.100.8); FILE MERGED 2004/10/13 11:37:31 dr 1.100.8.2: #i35275# mav09 followup: storage/stream handling reworked 2004/09/27 14:22:46 dr 1.100.8.1: #i34057# import of BIFF2-BIFF7 edit cells reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [7624001ac9c2b5d8bd3b1f961512ab088c16b486]

        INTEGRATION: CWS dr26 (1.16.2); FILE MERGED 2004/10/13 11:37:31 dr 1.16.2.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [60a1c74fc453c074a8690deb961b92dbae7e7d51]

        INTEGRATION: CWS dr26 (1.71.2); FILE MERGED 2004/10/13 11:37:30 dr 1.71.2.1: #i35275# mav09 followup: storage/stream handling reworked

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [5a939feec8dad8e9f0f5afe0d8b61f17e4d0501c]

        INTEGRATION: CWS dr26 (1.14.8); FILE MERGED 2004/09/28 09:00:21 dr 1.14.8.1: #i34474# function results dependent on cell position in cond. formats

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [40b47888cdccf0d9ed6433cb3699fab175a6d3a4]

        INTEGRATION: CWS vq03 (1.8.2); FILE MERGED 2004/10/11 22:13:09 vq 1.8.2.1: #i35245# Fix W32 build of cli_ure.

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [6e40fc4cd844e618012409f9fd213b9a1d6e17d1]

        INTEGRATION: CWS vq03 (1.7.2); FILE MERGED 2004/10/11 22:13:09 vq 1.7.2.1: #i35245# Fix W32 build of cli_ure.

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [240e33696e6a5ce23c14a007f86e1002b01115bc]

        INTEGRATION: CWS vq03 (1.9.18); FILE MERGED 2004/10/12 04:05:09 vq 1.9.18.1: #i28905# Delete obsolete use_perl.mk and the last two references.

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [6705bc1ea1d8a4dde454f3cf2dc6f5310f4e5054]

        INTEGRATION: CWS vq03 (1.1.166); FILE MERGED 2004/10/12 04:05:08 vq 1.1.166.1: #i28905# Delete obsolete use_perl.mk and the last two references.

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [00c1745099a51218142f5dc1ddab6f6cf9182f96]

        INTEGRATION: CWS vq03 (1.11.176); FILE MERGED 2004/10/11 22:07:09 vq 1.11.176.1: #i34977# Add the -X switch to make the generated .jar files compliant with java 1.4.2._05, 1.5.0 and hopefully with future versions.

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [ab9132f501f53bc329b3931cb608d58cb5f72448]

        INTEGRATION: CWS shellfix02 (1.8.32); FILE MERGED 2004/10/11 10:27:35 obr 1.8.32.1: #i34821# pass ENABLE_GNOMEVFS to pre-processor

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [968921e1f293f4c31095f254a6616052b34a6aef]

        INTEGRATION: CWS shellfix02 (1.53.2); FILE MERGED 2004/10/11 07:59:03 obr 1.53.2.1: #i34821# re-enabled gconfbe1.uno.so

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [7fc253ef95eb845c9944bad65b72c96b7e179579]

        INTEGRATION: CWS shellfix02 (1.4.2); FILE MERGED 2004/10/11 08:31:09 obr 1.4.2.1: #i34821# Disable lazy binding of symbols

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [c5c6f5d3108540afb74f980a2d304cc2b3851971]

        INTEGRATION: CWS shellfix02 (1.3.2); FILE MERGED 2004/10/11 08:15:55 obr 1.3.2.1: #i34821# check for NULL values also if aError is NULL

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [a6786cc7d69a8ca325997774444f7460e144a556]

        INTEGRATION: CWS onewaydefault (1.38.24); FILE MERGED 2004/10/04 15:37:54 kso 1.38.24.1: #i34862# - Oneway is now turned off by default.

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [56741ee0d5d947e4879528fb5dadf467666e9f9f]

        INTEGRATION: CWS onewaydefault (1.4.40); FILE MERGED 2004/10/04 15:39:20 kso 1.4.40.1: #i34862# - Oneway is now turned off by default.

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [2226fa132880786fde44ab892f757c1373cc387a]

        INTEGRATION: CWS onewaydefault (1.2.8); FILE MERGED 2004/10/04 15:35:14 kso 1.2.8.1: #i34862# - Removed comment starting with '#'. On Windows, source file becomes a batch file, where this is a syntax error.

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [5dc1a119e13b8524e27d787a2704c0c3c6d6054f]

        INTEGRATION: CWS langsupporter (1.36.4); FILE MERGED 2004/09/23 12:23:59 obr 1.36.4.2: #i26260# re-done :( 2004/09/20 12:31:18 obr 1.36.4.1: #i26260# pack linux vendor files only for linux

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [0f8174a614d79178f71c18112603388b73ecbc08]

        INTEGRATION: CWS langsupporter (1.45.4); FILE MERGED 2004/09/21 14:12:33 is 1.45.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [2062295a4b22c748ebd6fd3015216eb578ea237b]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/22 12:54:07 is 1.1.2.1: #i33873# Windows language encodings

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [29a93687ec4942b7f507ee114042e45ef3f8da01]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/22 07:24:46 obr 1.1.2.2: #i33873# replace fprintf with fputs 2004/09/22 06:52:43 obr 1.1.2.1: #i33873# ulf file converter tool

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [319fbe258bf2ba1fa7a182c8add996a96932f07e]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/22 06:52:44 obr 1.1.2.1: #i33873# ulf file converter tool

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [c2bc7ba9380613e227e45949ca2e6cf8e50cd989]

        INTEGRATION: CWS langsupporter (1.2.2); FILE MERGED 2004/09/22 12:52:23 is 1.2.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [a7793d461d871f776bf6440775040e9456cc9544]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/23 07:59:34 is 1.1.2.2: #i34221# language packs 2004/09/22 12:50:17 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [ce699d153834c8bedd13846c341b54052b679222]

        INTEGRATION: CWS langsupporter (1.3.2); FILE MERGED 2004/09/22 12:48:55 is 1.3.2.2: #i34221# languages 2004/09/22 06:52:43 obr 1.3.2.1: #i33873# ulf file converter tool

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [4cbcc1c080e4e04c22bc97be2649e1ef9fb02081]

        INTEGRATION: CWS langsupporter (1.8.2); FILE MERGED 2004/09/22 06:52:43 obr 1.8.2.1: #i33873# ulf file converter tool

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [fe84982fd5aed9315039a3a0d040372e42780394]

        INTEGRATION: CWS langsupporter (1.8.4); FILE MERGED 2004/09/21 12:54:31 is 1.8.4.2: #i34221# language packs 2004/09/20 13:47:07 is 1.8.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [f03d0d6fba3ec4871f00dc972c4ffe28b89eced7]

        INTEGRATION: CWS langsupporter (1.2.20); FILE MERGED 2004/09/21 12:50:55 is 1.2.20.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [60d45410e8d076490d18ffd601ae9f7853c65c63]

        INTEGRATION: CWS langsupporter (1.3.4); FILE MERGED 2004/09/21 12:50:54 is 1.3.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [3ea6f24aaca48dc140b2665b069ea3262b8b56bc]

        INTEGRATION: CWS langsupporter (1.2.20); FILE MERGED 2004/09/21 12:50:54 is 1.2.20.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [c5edbe8d321112928f93c87796dee53bbbf578a0]

        INTEGRATION: CWS langsupporter (1.3.8); FILE MERGED 2004/09/21 12:50:54 is 1.3.8.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [f4d00b0ec89c0a4b24de8a5efc9595f6b2889e37]

        INTEGRATION: CWS langsupporter (1.2.20); FILE MERGED 2004/09/22 12:58:00 is 1.2.20.2: #i33873# language encodings 2004/09/21 12:55:27 is 1.2.20.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [f195d4f1af05e8f33f7348ceb1c2870cb143dd3d]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:09:38 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [6fc926d5753b4957902f3b6af0d1a6ee747fa81b]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:09:28 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [3ff7bd9e5f1c4f263b8696f535cd4572057e00fa]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:09:18 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [c3eb460139f967b03235236b3ee1ef93328fe3fe]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:09:08 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [544cf7640b1d512ba7b6f5f469285046ab7bd6b1]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:08:58 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [480dd7bbd5de1c899ffe08fc7036e262ba3ca74a]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:08:47 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [eea4b204b284b54d548b430e5a98468cd06620d1]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:08:37 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [548517dec3f89e316e2dc74569c6468c404e0dec]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:08:27 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [15b34e06becaae8ce5fa82b07ed537fa38889757]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:08:17 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [7b65cf928f7d1de0d11a8687bfa57a0e2e121cfb]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:08:07 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [5dd3760e3d7db2f9367c7ad78d4ccb7b786d33c8]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:07:57 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [fa0f4a659383c859f05778589def36dbc57060ff]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:07:47 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [fa39afda2cf4f01a2054eb2525776c87d20611c9]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:07:38 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [4222d99b60092d9bfefaf96f9cbbe077088abf59]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:07:28 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [872e3bcd699be3f7c371c52aff3aa31bb580faa2]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:07:18 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [fd76c4ce0cfa813d09766d167d19f82662e249d2]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:07:08 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [4035b17f72aa9a3035675f08768d2c6d8cd72e43]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:06:58 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [62b1dd12f0f2cf248904f72501d268146a73abfc]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:06:46 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [47d2b15ef5acbbd5fa37652d44ebc0397c72706d]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:06:36 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [e6929d59d555fa0825cfb8bcdc146b18845b9a96]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:06:26 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [f61a9bb29f341b185c4978f3e51cb084b7103cb8]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:06:15 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [fb963b39bf5686f896722c3b9ce7e0e7987294c2]

        INTEGRATION: CWS langsupporter (1.1.2); FILE ADDED 2004/09/21 13:05:42 is 1.1.2.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [4a80015ce3ac07cefcb24f7e41ba9552128f6e57]

        INTEGRATION: CWS langsupporter (1.18.18); FILE MERGED 2004/09/22 13:18:08 fl 1.18.18.1: new RTF format added to d.lst

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [3c35b2a83d3495d672cba66aa53fedeb9ace8ed8]

        INTEGRATION: CWS langsupporter (1.33.2); FILE MERGED 2004/09/22 06:56:58 obr 1.33.2.1: #i33873# ulf file converter tool

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [74acff2931600f720f2f11a7f721d443f60d05d1]

        INTEGRATION: CWS langsupporter (1.3.44); FILE MERGED 2004/09/22 06:56:59 obr 1.3.44.1: #i33873# ulf file converter tool

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [e03d1ff00f774b0b9903b09a01cffcf9ac73aef6]

        INTEGRATION: CWS langsupporter (1.57.4); FILE MERGED 2004/09/22 06:56:59 obr 1.57.4.1: #i33873# ulf file converter tool

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [c62a568ae6dcc6ef373714907f5d1d7f84486742]

        INTEGRATION: CWS langsupporter (1.31.16); FILE MERGED 2004/09/22 06:56:58 obr 1.31.16.1: #i33873# ulf file converter tool

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [ca0d75b1f2d2da49384e967e5bd823004b74a5ed]

        INTEGRATION: CWS langsupporter (1.4.4); FILE MERGED 2004/09/23 08:01:54 is 1.4.4.1: #i33916# soffice icon

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [55269b273a0aae374ff7ee5fc2de99424c843a32]

        INTEGRATION: CWS langsupporter (1.4.4); FILE MERGED 2004/09/23 08:01:54 is 1.4.4.2: #i33916# soffice icon 2004/09/21 13:34:36 is 1.4.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [53b908ca41acb96831ab1d6350ce3a5711d72a52]

        INTEGRATION: CWS langsupporter (1.9.4); FILE MERGED 2004/09/21 13:34:36 is 1.9.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [b9d0944fc655cf7fdef1e0423ab281a413e9d47a]

        INTEGRATION: CWS langsupporter (1.2.104); FILE MERGED 2004/09/21 13:34:36 is 1.2.104.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [b0a2e79d988c22f0aa5d05941facf70ca7bb67e2]

        INTEGRATION: CWS langsupporter (1.14.4); FILE MERGED 2004/09/22 13:04:25 is 1.14.4.3: #i31101# license as rtf file 2004/09/21 13:34:36 is 1.14.4.2: #i34221# language packs 2004/09/21 08:32:19 is 1.14.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [2833c4c87ef853332a6651826bccc546f1374bb3]

        INTEGRATION: CWS langsupporter (1.3.58); FILE MERGED 2004/09/21 14:34:21 is 1.3.58.3: #i34221# language packs 2004/09/21 08:32:18 is 1.3.58.2: #i34221# language packs 2004/09/20 13:34:42 is 1.3.58.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [d31adc53e70d0892161b335f6f12faf5ad277ad0]

        INTEGRATION: CWS langsupporter (1.4.22); FILE MERGED 2004/09/20 15:58:26 is 1.4.22.2: #i34221# language packs 2004/09/20 13:34:17 is 1.4.22.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [b80691f477bc0a7fc8589971e5e2f5270d5b964a]

        INTEGRATION: CWS langsupporter (1.7.4); FILE MERGED 2004/09/20 13:34:17 is 1.7.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [4c47ada5c301019f405bdf0512b5ee9a172a49fa]

        INTEGRATION: CWS langsupporter (1.12.22); FILE MERGED 2004/09/20 13:34:16 is 1.12.22.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [55474b4574ba12181034f96feac0cd38bf4b1cd7]

        INTEGRATION: CWS langsupporter (1.9.4); FILE MERGED 2004/09/22 13:04:14 is 1.9.4.3: #i31101# license as rtf file 2004/09/21 14:53:03 is 1.9.4.2: #i33767# removing bitmaps 2004/09/20 13:34:16 is 1.9.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [30e5f12a4a8522fc4624e2286566c21ba3b26656]

        INTEGRATION: CWS langsupporter (1.8.4); FILE MERGED 2004/09/21 13:34:12 is 1.8.4.3: #i34221# language packs 2004/09/21 08:32:00 is 1.8.4.2: #i34221# language packs 2004/09/20 13:34:16 is 1.8.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [9123082196f3269a8c99b180b41fb4c322c6246c]

        INTEGRATION: CWS langsupporter (1.2.104); FILE MERGED 2004/09/20 13:34:16 is 1.2.104.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [45af458a81fe9e27890f548a40ccd75dd54306c5]

        INTEGRATION: CWS langsupporter (1.2.80); FILE MERGED 2004/09/23 08:00:39 is 1.2.80.4: #i34221# language packs 2004/09/20 16:00:11 is 1.2.80.3: #i34221# language packs 2004/09/20 15:58:26 is 1.2.80.2: #i34221# language packs 2004/09/20 13:34:16 is 1.2.80.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [ededc6e0b08d7809f273876d3f988609d650a481]

        INTEGRATION: CWS langsupporter (1.4.4); FILE MERGED 2004/09/20 15:58:26 is 1.4.4.2: #i34221# language packs 2004/09/20 13:34:15 is 1.4.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [c586f3ad4bdf82f78ab5a3b03e373996dc2a1332]

        #i10000# crashdump related switches (CFLAGSENABLESYMBOLS) enabled

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [12ebe1d61882972e542abdc2164dd5dbd27053d2]

        INTEGRATION: CWS langsupporter (1.14.4); FILE MERGED 2004/10/15 16:07:14 is 1.14.4.4: RESYNC: (1.14-1.17); FILE MERGED 2004/09/23 08:00:39 is 1.14.4.3: #i34221# language packs 2004/09/21 13:34:12 is 1.14.4.2: #i34221# language packs 2004/09/20 13:34:15 is 1.14.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [61e5c61e1f19a5d5ac22b58d52e4e3617f8e6088]

        INTEGRATION: CWS langsupporter (1.11.4); FILE MERGED 2004/09/20 13:34:15 is 1.11.4.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [f886e09fc72bc81cfd50ef3d0810d7c171b39c2c]

        INTEGRATION: CWS langsupporter (1.9.22); FILE MERGED 2004/09/21 13:34:11 is 1.9.22.2: #i34221# language packs 2004/09/20 13:34:15 is 1.9.22.1: #i34221# language packs

2004-10-18  Oliver Bolte  <obo@openoffice.org>  [2737dec627314d3465f513f948813c8dcab163e6]

        INTEGRATION: CWS langsupporter (1.18.4); FILE MERGED 2004/10/15 16:13:47 is 1.18.4.6: RESYNC: (1.18-1.19); FILE MERGED 2004/09/22 13:03:57 is 1.18.4.5: #i31101# license as rtf file 2004/09/21 14:33:20 is 1.18.4.4: #i34221# language packs 2004/09/21 13:33:39 is 1.18.4.3: #i34221# language packs 2004/09/20 15:57:51 is 1.18.4.2: #i34221# language packs 2004/09/20 13:33:09 is 1.18.4.1: #i34221# language packs

2004-10-18  Rüdiger Timm  <rt@openoffice.org>  [250eb0a4b786956c126a39b99a4f3cef7bff36c4]

        #i34269# Add DEFAULT_TO_ENGLISH_FOR_PACKING to reset list.

2004-10-18  Michael Hönnig  <mi@openoffice.org>  [0f1804d788cef94b54092fa904af0d947f3da284]

        SO7 compatibility

2004-10-15  Kurt Zenker  <kz@openoffice.org>  [b1e329f16f0f005d47b3513802566e7341ab3515]

        #118128# enable multiple use of instset_native

2004-10-15  Kurt Zenker  <kz@openoffice.org>  [6e429c4ee3830ee2c84f5d32c0644a7209f484a8]

        #118128# changing temp dir for makecab.exe

2004-10-15  Rüdiger Timm  <rt@openoffice.org>  [a512886bbfc9d98dc6427e9855858b49ac7f7b4a]

        #i10000# source/src/makefile.mk requires so2.srs, which gets delivered from module so3.

2004-10-14  Kurt Zenker  <kz@openoffice.org>  [2516ab30ba72b702d3e63ff41c428416586bdeba]

        #i34269# defaulting to english if DEFAULT_TO_ENGLISH_FOR_PACKING is set

2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [938e630cbeca3e6372fead7f4191fd97701286ca]

        new version for SRC680

2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [b341c19f02bc40be16cddbd30cf80f8ccc1c32df]

        new version for SRC680

2004-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3cdb15d7f1753241ac3d22dbdf34d9d78214879]

        #i10000#,#i35449#:  generate hid list

2004-10-14  Michael Hönnig  <mi@openoffice.org>  [821f00019c6dcf54e801bedc38ff65899c844b1f]

        since tags added

2004-10-14  Michael Hönnig  <mi@openoffice.org>  [7f8f1e537aa10e181184e4e4edbbf97c08576c0c]

        legacy wrapper added

2004-10-14  Michael Hönnig  <mi@openoffice.org>  [e0d3b3690d14b3dc6891d2966eb0e119e11fc143]

        legacy wrapper

2004-10-14  Michael Hönnig  <mi@openoffice.org>  [1d2284381d3d3d1684e653880c886b564091c286]

        legacy wrapper CVSns c:

2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [e4b306a74b6b0ee034da747fa4eae0aad49ac252]

        new version for SRC680

2004-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0182a3c0b41062dfdcb2e0a68140f22729b81789]

        #i10000#: regenerate configure from comfigure.in rev 1.72

2004-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b606821384383408cd890718de95f30e8c09552]

        new version for SRC680

2004-10-14  Andreas Schlüns  <as@openoffice.org>  [db0e131d3fb0f5eebf6dc56b6d3634d941aeff9c]

        #118074# handle non existing accelerator configs gracefully

2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [f3e60d72383b0d8ac986fa0331164b0bb5d7905b]

        new version for SRC680

2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [91a80214abbfde9863163730fdc00c72fb674d7b]

        new version for SRC680

2004-10-14  Mikhail Voitenko  <mav@openoffice.org>  [0160f6b6958b16c71806bd3639f3313d912e974e]

        #i35418# let the stream stay alive

2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [21b4cda28b1d61102bc06b4bf239a89558c3a2b2]

        new version for SRC680

2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [e5489012483ba67e93cf9a9712310c8518524bd1]

        new version for SRC680

2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [82e69e958ec9fe3d0271d66fd29fd876f7abc3f0]

        new version for SRC680

2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [4c69bb5394f19ffdf510ba90c81392d23fe52b16]

        new version for SRC680

2004-10-14  Vladimir Glazounov  <vg@openoffice.org>  [65efdc691e7ce7ecb6a440ddef3d60181964d9c3]

        new version for SRC680

2004-10-13  Vladimir Glazounov  <vg@openoffice.org>  [c25f28e196deeecf076b0dd8eedc7661c480df67]

        new version for SRC680

2004-10-13  Mikhail Voitenko  <mav@openoffice.org>  [1371624f6838f86c569a734400f3ddf65d189d6e]

        #i35418# let the stream stay alive

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcc8a293fc55fc8ff781c3fde0702bd2caee7c2f]

        #i10000#: add unotools dependency

2004-10-13  Vladimir Glazounov  <vg@openoffice.org>  [1de5698939e9c52ba663cb1037fb6000642fd9b4]

        #100000# correct work with nfs under windows, XML build list format enabled

2004-10-13  Mikhail Voitenko  <mav@openoffice.org>  [6531ebf569a5a43dd06b9b46efce283c6898d608]

        #i35418# fix the user creation method

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0428cb33c36f4bfef807f6c8059c82c4fa216b74]

        SRC680

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c9b254a8dedc3854760e6b2bb465928a07103fb]

        INTEGRATION: CWS vcl27 (1.12.4); FILE MERGED 2004/09/20 12:29:53 ssa 1.12.4.1: #i32335# re-enable proper browser background

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb0b650ccbb18c7aa2022a1bff1cb47efb3963d6]

        INTEGRATION: CWS vcl27 (1.5.4); FILE MERGED 2004/09/20 12:29:52 ssa 1.5.4.1: #i32335# re-enable proper browser background

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [73e76af598183bb93c87560068de254c4a47b056]

        INTEGRATION: CWS vcl27 (1.9.4); FILE MERGED 2004/09/20 12:29:52 ssa 1.9.4.1: #i32335# re-enable proper browser background

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a7c9de49ee36db2ba19154c754e81502f343238]

        INTEGRATION: CWS vcl27 (1.8.110); FILE MERGED 2004/09/16 13:34:46 pl 1.8.110.2: ##b4951312# remove XInitThreads as we don't need it anymore and some implementations of Xt tend to internal deadlocks if XInitThreads is used 2004/09/13 15:19:30 pl 1.8.110.1: #i34123# plugin improvements

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fb43c3780fcd6105ecdfddbf8f503e25c93404e]

        INTEGRATION: CWS vcl27 (1.6.110); FILE MERGED 2004/09/13 15:19:30 pl 1.6.110.1: #i34123# plugin improvements

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0280102296b1702380a450bc141c71e2d565566a]

        INTEGRATION: CWS vcl27 (1.6.26); FILE MERGED 2004/09/13 15:19:30 pl 1.6.26.1: #i34123# plugin improvements

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f0ed7017ee56e1373eedcb1e59d2c720ec8233e]

        INTEGRATION: CWS vcl27 (1.83.38); FILE MERGED 2004/09/17 14:58:52 pl 1.83.38.2: RESYNC: (1.83-1.84); FILE MERGED 2004/09/13 12:26:09 hdu 1.83.38.1: #i33216# mpGlyphRTLFlags has glyph indexing

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d3588049e66cc3567323c732f2db3e923fda9f9]

        INTEGRATION: CWS vcl27 (1.2.98); FILE MERGED 2004/09/17 10:24:27 dv 1.2.98.1: #i29752# some systems distingish between single and multi line edit boxes

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ed627d98384f65ee20263179b5c3fc313a20530]

        INTEGRATION: CWS vcl27 (1.181.38); FILE MERGED 2004/09/20 12:58:19 pl 1.181.38.3: protect against deletion in callÃback 2004/09/17 14:58:03 pl 1.181.38.2: RESYNC: (1.181-1.183); FILE MERGED 2004/09/17 08:39:38 pl 1.181.38.1: #i34267# set correct window group hint

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [10bf80a8522c471d1e822978e85ebbae87472f39]

        INTEGRATION: CWS vcl27 (1.33.96); FILE MERGED 2004/09/07 16:29:46 pl 1.33.96.1: #i33922# support multiple fax numbers in one document

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ffb6df1d7d68ca18b3bdb149b473524c02bd402]

        INTEGRATION: CWS vcl27 (1.6.38); FILE MERGED 2004/09/17 14:55:08 pl 1.6.38.2: RESYNC: (1.6-1.8); FILE MERGED 2004/09/07 16:29:46 pl 1.6.38.1: #i33922# support multiple fax numbers in one document

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fea4df0e3a54cc07a77f71061eb8ecd433f6f8b8]

        INTEGRATION: CWS vcl27 (1.18.94); FILE MERGED 2004/09/14 13:59:34 pl 1.18.94.1: #i34170# use correct parameter

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [565dd68b080ca424438874a2b81fcefadfc059a2]

        INTEGRATION: CWS vcl27 (1.2.154); FILE MERGED 2004/09/09 13:58:28 pl 1.2.154.1: #i32682# avoid accessing widget after destroy signal

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cb9ba6f67f87ec38efe1df83bd93f2423cc1450]

        INTEGRATION: CWS vcl27 (1.4.66); FILE MERGED 2004/09/20 10:26:51 pl 1.4.66.3: #i1820# make KEY_DECIMAL work with IME 2004/09/17 14:52:38 pl 1.4.66.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/09 13:58:28 pl 1.4.66.1: #i32682# avoid accessing widget after destroy signal

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9790ec8a077b2bcd62d185fbfbb1a93d2fe152be]

        INTEGRATION: CWS vcl27 (1.41.6); FILE MERGED 2004/09/20 12:58:19 pl 1.41.6.1: protect against deletion in callÃback

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [99aa36466831615e6962d079c8186d60dc8a7ab7]

        INTEGRATION: CWS vcl27 (1.4.48); FILE MERGED 2004/09/07 16:29:45 pl 1.4.48.1: #i33922# support multiple fax numbers in one document

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a7ed7a1f125aa582bf6500a86382abc37149c35]

        INTEGRATION: CWS vcl27 (1.3.100); FILE MERGED 2004/09/09 13:58:29 pl 1.3.100.1: #i32682# avoid accessing widget after destroy signal

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [462c6d80f466ba700c65546c83f88439e25409c6]

        INTEGRATION: CWS vcl27 (1.9.40); FILE MERGED 2004/09/20 12:58:18 pl 1.9.40.6: protect against deletion in callÃback 2004/09/20 10:26:51 pl 1.9.40.5: #i1820# make KEY_DECIMAL work with IME 2004/09/17 14:51:56 pl 1.9.40.4: RESYNC: (1.9-1.12); FILE MERGED 2004/09/09 13:58:29 pl 1.9.40.3: #i32682# avoid accessing widget after destroy signal 2004/08/31 14:09:40 pl 1.9.40.2: #i33623# use ui locale for font match 2004/08/31 13:36:06 pl 1.9.40.1: #i1820# make numpad separator work in gtk plugin

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b8a7408d2da9c93f1e8f85b6d1f5a78481328e0]

        INTEGRATION: CWS vcl27 (1.2.100); FILE MERGED 2004/09/20 14:10:10 pl 1.2.100.5: #i29752# ensure widget existence 2004/09/17 14:51:48 pl 1.2.100.4: RESYNC: (1.2-1.5); FILE MERGED 2004/09/17 10:21:50 dv 1.2.100.3: #i29752# some systems distingish between single and multi line edit boxes 2004/09/10 08:34:27 dv 1.2.100.2: #i29752# Better theme support for dropdown listboxes 2004/09/02 07:27:36 dv 1.2.100.1: #i30377# All edit fields need a GTK_SHADOW_IN border

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c173d7bb81b1913d59e74cf8c09971451162fd3]

        INTEGRATION: CWS vcl27 (1.195.36); FILE MERGED 2004/09/17 15:09:33 pl 1.195.36.2: RESYNC: (1.195-1.199); FILE MERGED 2004/09/08 14:01:49 ssa 1.195.36.1: #i30861# #i30335# correct invalidate handling for transparent windows

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e76b7615a46093f0c8ddebb274da43d2d1745e3]

        INTEGRATION: CWS vcl27 (1.12.192); FILE MERGED 2004/09/13 11:11:53 dv 1.12.192.1: #116950# Added support for ABORT_RETRY_IGNORE message box

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5663f4945b0578cd4b7e5a2512a5912fc1c19274]

        INTEGRATION: CWS vcl27 (1.108.2); FILE MERGED 2004/09/17 15:10:03 pl 1.108.2.2: RESYNC: (1.108-1.110); FILE MERGED 2004/09/06 13:08:44 ssa 1.108.2.1: #b5068147# avoid memory leak when destructing MenuItemData

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a9a10e6d97db8541e9437c33012a4a723de118f]

        INTEGRATION: CWS vcl27 (1.15.6); FILE MERGED 2004/09/20 13:15:52 dv 1.15.6.1: #i29752# some systems distingish between single and multi line edit boxes

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f89d70de85a6805da1cf1cdde5b29bcccc09fb4f]

        INTEGRATION: CWS vcl27 (1.30.48); FILE MERGED 2004/09/09 12:33:53 hdu 1.30.48.1: #116489# only apply asian kerning on default-formatted text

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d837f1cb91582a9409c6e763dff43a2fd8a40e2]

        INTEGRATION: CWS vcl27 (1.28.46); FILE MERGED 2004/09/17 15:09:05 pl 1.28.46.2: RESYNC: (1.28-1.29); FILE MERGED 2004/09/15 11:56:29 hdu 1.28.46.1: #110416# fix GetGlyphOutline for rotated text by disabling bitmap optimized rotation in that case

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [79557b73578b3d0f5c551f951d64688dc81a30e6]

        INTEGRATION: CWS vcl27 (1.105.46); FILE MERGED 2004/09/17 15:08:57 pl 1.105.46.2: RESYNC: (1.105-1.107); FILE MERGED 2004/09/15 11:56:28 hdu 1.105.46.1: #110416# fix GetGlyphOutline for rotated text by disabling bitmap optimized rotation in that case

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [abb93c957ee20b7478286d6d1165e08e01a89db0]

        INTEGRATION: CWS vcl27 (1.180.10); FILE MERGED 2004/09/17 15:04:24 pl 1.180.10.5: RESYNC: (1.180-1.183); FILE MERGED 2004/09/10 11:33:14 hdu 1.180.10.4: #i27480# text background width is in pixel units 2004/09/09 14:13:24 hdu 1.180.10.3: #i33947# try EUDC as default font for Gaiji support 2004/09/08 15:20:21 ssa 1.180.10.2: #i33770# extend font transparency check to avoid fontcolors overwriting the textcolor 2004/09/07 16:29:44 pl 1.180.10.1: #i33922# support multiple fax numbers in one document

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [20df8af115b98b84158a0a3d881ef8bef22709b5]

        INTEGRATION: CWS vcl27 (1.30.36); FILE MERGED 2004/09/17 15:03:21 pl 1.30.36.3: RESYNC: (1.30-1.31); FILE MERGED 2004/09/02 15:01:33 hdu 1.30.36.2: #i33759# fix off by one in ImplIsTrailing 2004/09/02 14:53:48 hdu 1.30.36.1: #i33759# fix potential crash for short font name

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e57067a6cdabd61ee198d9902abe222e502ae77c]

        INTEGRATION: CWS vcl27 (1.66.64); FILE MERGED 2004/09/17 15:07:59 pl 1.66.64.2: RESYNC: (1.66-1.67); FILE MERGED 2004/09/17 10:20:10 dv 1.66.64.1: #i29752# some systems distingish between single and multi line edit boxes

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5fe5afdaf3e05931a83f1bf631f15945c6e8a48]

        INTEGRATION: CWS vcl27 (1.17.432); FILE MERGED 2004/09/15 11:53:48 hdu 1.17.432.1: #110416# fix conversion to polygon for rotated text

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d59085f3cff700dc20dff339bcf84eee1c5411c8]

        INTEGRATION: CWS vcl27 (1.33.26); FILE MERGED 2004/09/02 08:39:54 dv 1.33.26.1: #i33733# Added support for native look in dialog editor

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [af415dea1e654e6578044f17af8faaf8541dce51]

        INTEGRATION: CWS vcl27 (1.9.24); FILE MERGED 2004/09/09 11:05:06 pl 1.9.24.1: #i34002# prevent internal buffer overflow

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fc0875ccdb0f1cd4958745e623b673a22269c0a]

        INTEGRATION: CWS vcl27 (1.3.38); FILE MERGED 2004/09/02 16:30:55 pl 1.3.38.1: #i33565# recognize and ignore UTF-8 BOM

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d33b03e8a28410b377bd506e1de079c97bc7bb4b]

        INTEGRATION: CWS vcl27 (1.2.38); FILE MERGED 2004/09/02 16:30:55 pl 1.2.38.1: #i33565# recognize and ignore UTF-8 BOM

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [da9ad0c242b1a499a3531f264b7276fea85b58bb]

        INTEGRATION: CWS vcl27 (1.3.38); FILE MERGED 2004/09/02 16:30:54 pl 1.3.38.1: #i33565# recognize and ignore UTF-8 BOM

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [75294e108e846518c75fa836c5f99208415856ce]

        INTEGRATION: CWS vcl27 (1.8.24); FILE MERGED 2004/09/13 11:09:19 dv 1.8.24.2: #i33565 removed syntax error for windows 2004/09/02 16:30:54 pl 1.8.24.1: #i33565# recognize and ignore UTF-8 BOM

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3ffcd52465b5258f6b6a642784c7a70b88fa630]

        INTEGRATION: CWS vcl27 (1.2.100); FILE MERGED 2004/09/02 16:30:54 pl 1.2.100.1: #i33565# recognize and ignore UTF-8 BOM

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0c47fd5296d03a67260e986e9de2f6f56a5574b]

        INTEGRATION: CWS vcl27 (1.5.38); FILE MERGED 2004/09/02 16:30:54 pl 1.5.38.1: #i33565# recognize and ignore UTF-8 BOM

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fce677f14de41d89c2cc0ddf1fa3d23f139c5a8e]

        INTEGRATION: CWS vcl27 (1.4.38); FILE MERGED 2004/09/02 16:30:54 pl 1.4.38.1: #i33565# recognize and ignore UTF-8 BOM

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8b6cb1099eab788be0f738f176333596bd449bd]

        INTEGRATION: CWS vcl27 (1.3.142); FILE MERGED 2004/09/02 16:30:53 pl 1.3.142.1: #i33565# recognize and ignore UTF-8 BOM

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a5b570397932a542d5f33ba752a6479a692c7d8]

        INTEGRATION: CWS vcl27 (1.6.14); FILE MERGED 2004/09/13 11:07:30 dv 1.6.14.1: #116950# Added support for ABORT_RETRY_IGNORE message box

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [82356b77fcb90dec71ac36971cdc2256ea5d5936]

        INTEGRATION: CWS vcl27 (1.9.14); FILE MERGED 2004/09/02 16:30:53 pl 1.9.14.1: #i33565# recognize and ignore UTF-8 BOM

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae31b68a2cec709e58ea64dd44c385b8ad797d76]

        INTEGRATION: CWS vcl27 (1.2.44); FILE MERGED 2004/09/17 10:13:28 dv 1.2.44.2: #116950# changed value of ABORT_RETRY_IGNORE 2004/09/13 11:07:07 dv 1.2.44.1: #116950# Added support for ABORT_RETRY_IGNORE message box

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fe0c7617737efc274c916daca3b12b6e09655a7]

        INTEGRATION: CWS vcl27 (1.2.144); FILE MERGED 2004/09/09 11:05:05 pl 1.2.144.1: #i34002# prevent internal buffer overflow

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5725e6ab47c4e81add79a4d26496944718aa1cb9]

        INTEGRATION: CWS vcl27 (1.51.8); FILE MERGED 2004/09/09 14:17:40 hdu 1.51.8.2: #i33947# allow *.TTE fonts for Gaiji support 2004/09/07 13:28:08 pl 1.51.8.1: #i33658# fix a NULL pointer access

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d5a13722dbc35ed1699d5dc573278e418cc5dd6]

        INTEGRATION: CWS vcl27 (1.6.8); FILE MERGED 2004/08/31 14:10:06 pl 1.6.8.1: #i33623# use ui locale for font match

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ae1d0deef83804fa8cb97c89cd8a47f4a192a8c]

        INTEGRATION: CWS vcl27 (1.19.8); FILE MERGED 2004/09/17 14:23:10 pl 1.19.8.3: RESYNC: (1.19-1.20); FILE MERGED 2004/09/07 13:28:07 pl 1.19.8.2: #i33658# fix a NULL pointer access 2004/08/31 14:10:06 pl 1.19.8.1: #i33623# use ui locale for font match

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc646f908c95a97b2989ca081fea18ac6548b4df]

        INTEGRATION: CWS vcl27 (1.24.34); FILE MERGED 2004/09/02 08:37:53 dv 1.24.34.1: #i33733# Added support for native look in dialog editor

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [892514d60ee6adffee1de2cdd07761d5559dd517]

        INTEGRATION: CWS vcl27 (1.47.34); FILE MERGED 2004/09/17 14:21:39 pl 1.47.34.2: RESYNC: (1.47-1.48); FILE MERGED 2004/09/02 08:39:00 dv 1.47.34.1: #i33733# Added support for native look in dialog editor

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e33836624f88918cf43440ab3b65147eefd9aec]

        INTEGRATION: CWS vcl27 (1.37.34); FILE MERGED 2004/09/02 08:38:59 dv 1.37.34.1: #i33733# Added support for native look in dialog editor

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [475756fe8126c8c896c4b4a03e1ecd81fe022e19]

        INTEGRATION: CWS vcl27 (1.19.34); FILE MERGED 2004/09/02 08:37:05 dv 1.19.34.1: #i33733# Added support for native look in dialog editor

2004-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4214ed2be88cde00a5ba62bde5946b67e5273fc9]

        INTEGRATION: CWS vcl27 (1.27.70); FILE MERGED 2004/09/17 14:14:34 pl 1.27.70.2: RESYNC: (1.27-1.28); FILE MERGED 2004/09/09 09:20:43 hdu 1.27.70.1: #109090# set FZHeiti as default CJK_HEADING font in zh-* locales

2004-10-13  Oliver Bolte  <obo@openoffice.org>  [254e65728c5a209783648e0f0e20f11080e17f2b]

        #i10000# OSL_ASSERT(0) removed

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [60724667ddc7a3d12dea84dcc7c9cd534c44645a]

        INTEGRATION: CWS sj09 (1.24.6); FILE MERGED 2004/10/12 01:56:14 sj 1.24.6.4: RESYNC: (1.30-1.32); FILE MERGED 2004/09/01 01:55:37 sj 1.24.6.3: RESYNC: (1.29-1.30); FILE MERGED 2004/08/25 13:45:32 sj 1.24.6.2: RESYNC: (1.24-1.29); FILE MERGED 2004/08/20 10:58:23 sj 1.24.6.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [37ca5627967da5f0797b868ff986ee58d2732f49]

        INTEGRATION: CWS sj09 (1.52.22); FILE MERGED 2004/10/12 02:40:11 sj 1.52.22.2: RESYNC: (1.52-1.54); FILE MERGED 2004/07/16 15:56:57 cd 1.52.22.1: #i31611# Support enum commands

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebaa7661c6c39737c4a3b63296c4a51293575cbd]

        INTEGRATION: CWS sj09 (1.32.24); FILE MERGED 2004/10/12 02:22:58 sj 1.32.24.2: RESYNC: (1.32-1.33); FILE MERGED 2004/07/16 15:56:56 cd 1.32.24.1: #i31611# Support enum commands

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7682d7938a3cb8b62c8a4409c864a43b6cb4a88c]

        INTEGRATION: CWS sj09 (1.96.22); FILE MERGED 2004/10/12 02:16:57 sj 1.96.22.2: RESYNC: (1.96-1.97); FILE MERGED 2004/07/16 15:56:55 cd 1.96.22.1: #i31611# Support enum commands

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf070f871a4e9d30bf273cbc7098f07f72a3efa7]

        INTEGRATION: CWS sj09 (1.2.94); FILE MERGED 2004/10/12 02:04:39 sj 1.2.94.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/20 10:55:52 sj 1.2.94.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4ab759a1e6132f25befcdce10e0fbd7ac9133d9]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:48 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 10:54:35 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [9793d77b009574622c05cabf62d2e20280c50f3c]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:48 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 10:54:23 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [adfb0bd3ad1b66ad7469de813a1be14b5ab59cc2]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/08/20 10:53:56 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [019b9076006097b6d0e4b79993b0f8d65a4bf69f]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:47 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 10:55:28 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [23f3479ac01123943300b65722f76a3c4ca6e888]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:47 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 10:55:16 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f3772d9c3ba619b1cefc775d9ba03365ec6b09f]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:47 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 10:55:04 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a931038d5c836d356442c8b9e6b928e2a8cd1dab]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:47 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 10:54:51 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7951dd74bb2a3b0f1a7cd99fab17c0fe20635bdc]

        INTEGRATION: CWS sj09 (1.40.4); FILE MERGED 2004/10/12 02:00:15 sj 1.40.4.3: RESYNC: (1.42-1.43); FILE MERGED 2004/09/01 01:58:25 sj 1.40.4.2: RESYNC: (1.40-1.42); FILE MERGED 2004/08/20 10:58:24 sj 1.40.4.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae36271e335038f845b1edfb0aa1af2d9e84fde5]

        INTEGRATION: CWS sj09 (1.14.4); FILE MERGED 2004/10/12 01:59:54 sj 1.14.4.3: RESYNC: (1.15-1.16); FILE MERGED 2004/09/01 01:58:09 sj 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2004/08/20 10:58:24 sj 1.14.4.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e59c3afd2c085e71ee9ec3417f38de00f24018d1]

        INTEGRATION: CWS sj09 (1.16.10); FILE MERGED 2004/10/12 01:50:36 sj 1.16.10.3: RESYNC: (1.18-1.19); FILE MERGED 2004/09/01 01:43:04 sj 1.16.10.2: RESYNC: (1.16-1.18); FILE MERGED 2004/08/20 10:57:50 sj 1.16.10.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6e084b98dab91a6db5c32e67921099840f6144d]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/08/20 10:53:05 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [769e1aa7e97ecf7fd099f14e752e1469573b84b2]

        INTEGRATION: CWS sj09 (1.4.192); FILE MERGED 2004/09/01 01:38:06 sj 1.4.192.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/20 10:57:29 sj 1.4.192.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c37f2642d5c81af7ff4e504d4aad838c637311ae]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/16 13:15:47 sj 1.1.2.3: AutoGrowSize has been removed 2004/08/23 13:57:46 sj 1.1.2.2: #i33309# fixed forceNoFillStyle functionality 2004/08/20 10:52:12 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d405158e5c7c67563ecee52e935fe520dcb1f546]

        INTEGRATION: CWS sj09 (1.13.4); FILE MERGED 2004/10/12 01:46:33 sj 1.13.4.3: RESYNC: (1.18-1.20); FILE MERGED 2004/08/25 13:43:45 sj 1.13.4.2: RESYNC: (1.13-1.18); FILE MERGED 2004/08/20 10:57:28 sj 1.13.4.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [df11822c952055437478afaf5d69082b4f71b1d4]

        INTEGRATION: CWS sj09 (1.10.10); FILE MERGED 2004/10/12 01:46:26 sj 1.10.10.3: RESYNC: (1.12-1.14); FILE MERGED 2004/09/01 01:36:11 sj 1.10.10.2: RESYNC: (1.10-1.12); FILE MERGED 2004/08/20 10:57:28 sj 1.10.10.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7030a33628ff5a58a64d8d95b6e4601b5a8a9844]

        INTEGRATION: CWS sj09 (1.18.44); FILE MERGED 2004/10/12 01:42:45 sj 1.18.44.3: RESYNC: (1.20-1.24); FILE MERGED 2004/09/01 01:27:28 sj 1.18.44.2: RESYNC: (1.18-1.20); FILE MERGED 2004/08/20 10:57:00 sj 1.18.44.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0b0ccc404a41e1da9e9fcdd50e33ffbe1c185a7]

        INTEGRATION: CWS sj09 (1.13.116); FILE MERGED 2004/10/12 01:39:03 sj 1.13.116.3: RESYNC: (1.13-1.17); FILE MERGED 2004/09/16 19:28:00 sj 1.13.116.2: #i33736# don't export text twice 2004/08/31 13:43:22 sj 1.13.116.1: #i33374# do not double text of fontwork objects

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [291f1e5dd0d524af021a3b2156cef2b8ee1cf02c]

        INTEGRATION: CWS sj09 (1.12.50); FILE MERGED 2004/09/01 01:02:40 sj 1.12.50.2: RESYNC: (1.12-1.15); FILE MERGED 2004/08/20 10:56:36 sj 1.12.50.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [48b25bd06f14cfe53af827328cec0c9625cd5609]

        INTEGRATION: CWS sj09 (1.9.4); FILE MERGED 2004/09/01 01:01:28 sj 1.9.4.2: RESYNC: (1.9-1.12); FILE MERGED 2004/08/20 10:56:36 sj 1.9.4.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [361f345b3db93be4e758c51920ed14b4653bc9f6]

        INTEGRATION: CWS sj09 (1.2.20); FILE MERGED 2004/08/25 13:41:58 sj 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/26 13:44:56 cd 1.2.20.1: Added support for enum commands

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [df335790fe3a40188725ed9abd331e9b29f169df]

        INTEGRATION: CWS sj09 (1.2.20); FILE MERGED 2004/09/01 00:43:22 sj 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/26 13:45:10 cd 1.2.20.1: Added support for enum commands

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e4c7a3df77dfe9c798a5e89f92527b627f32518]

        INTEGRATION: CWS unixtools01 (1.1.2); FILE ADDED 2004/10/12 13:27:27 mmeeks 1.1.2.1: Issue number: #i34805# #i34801# Submitted by: mmeeks Reviewed by:  mmeeks
        
        Some useful unix tools.

2004-10-12  Rüdiger Timm  <rt@openoffice.org>  [58aa125853c1154ad8f49469b1397a6794a3d25d]

        new version for SRX645

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e88f3eb6611e3685658fe53253e9b83f223db9b]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/13 15:50:22 sj 1.2.8.3: #117570# added undo strings 2004/08/03 18:36:47 sj 1.2.8.2:  added strings for fontwork undo action 2004/07/27 19:28:58 sj 1.2.8.1: added fontwork alignment  floater

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [27eadbeddf9a43406fc56ba7d090e026ac8e95d5]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/16 20:05:52 sj 1.2.8.14: added undo string if changing fontwork shape type 2004/09/16 19:35:50 sj 1.2.8.13: added undo string if changing fontwork shape type 2004/09/16 13:12:35 sj 1.2.8.12: some minor changes for customshapes 2004/09/02 14:26:55 sj 1.2.8.11: GetMarkList has been changed to GetMarkedObjectList 2004/08/04 18:45:41 sj 1.2.8.10: added possibility to take fontwork geometry from hidden gallery theme 2004/08/03 18:38:00 sj 1.2.8.9: added fontwork undo actions, added getState/setState for character spacing and fontwork adjustmnent 2004/08/03 10:44:07 sj 1.2.8.8: added characterspacing and kernCharacter for FontWork 2004/07/30 17:44:17 sj 1.2.8.7: added fontwork character spacing dialog 2004/07/30 15:19:13 sj 1.2.8.6: fontwork: adjusting mark hdl after changing fontwork type 2004/07/30 13:40:22 sj 1.2.8.5: added fontwork character spacing dialog 2004/07/29 18:28:13 sj 1.2.8.4: fixed text alignment 2004/07/27 19:28:58 sj 1.2.8.3: added fontwork alignment  floater 2004/07/09 13:20:17 sj 1.2.8.2: added fontwork gallery 2004/06/18 12:11:36 sj 1.2.8.1: removed execute method, support of same letter hights

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [6daf15c4ed725ad2702747b5ded59f34bed261da]

        INTEGRATION: CWS sj09 (1.3.24); FILE MERGED 2004/08/03 18:36:15 sj 1.3.24.1:  added strings for extrusion undo action

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ca0fe964663861f8b0bb5eda86e725eef3f2881]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/21 12:30:40 sj 1.2.8.6: fixed api name changes 2004/09/16 13:12:35 sj 1.2.8.5: some minor changes for customshapes 2004/09/13 15:50:21 sj 1.2.8.4: #117570# added undo strings 2004/09/13 12:38:56 sj 1.2.8.3: changed some properties 2004/08/31 22:49:21 sj 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/30 19:00:15 sj 1.2.8.1: fixed left right extrusion direction

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [88fb4a88d5e05b67762f4369a1284e12a054f2d9]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/07/30 13:39:07 sj 1.2.8.1: fixed problem with only checked (without bitmap) toolbarmenu.cxx

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3593c80e023c12f746c963e33c4b8d51e49830d7]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/07/30 17:43:52 sj 1.2.8.8: added fontwork character spacing dialog 2004/07/30 13:36:38 sj 1.2.8.7: added fontwork character spacing dialog 2004/07/29 20:23:27 sj 1.2.8.6: added strings for character spacing floater 2004/07/28 20:33:47 sj 1.2.8.5: removed vertical/horizontzal fontwork direction button 2004/07/27 19:28:26 sj 1.2.8.4: added fontwork alignment  floater 2004/07/13 12:06:24 sj 1.2.8.3: iso changes 2004/07/13 09:46:11 sj 1.2.8.2: changes: english_us ->en-US 2004/07/09 13:19:39 sj 1.2.8.1: added fontwork gallery

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5795c0c6dfffcc298f4fd126cd23895625a18e13]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/08/20 09:54:52 sj 1.2.8.12: #i33240# CusomShape integration for Writer and Calc 2004/08/03 10:43:40 sj 1.2.8.11: added characterspacing and kernCharacter for FontWork 2004/07/30 17:43:52 sj 1.2.8.10: added fontwork character spacing dialog 2004/07/30 13:36:38 sj 1.2.8.9: added fontwork character spacing dialog 2004/07/30 08:39:42 sj 1.2.8.8: typo 2004/07/29 20:23:27 sj 1.2.8.7: added strings for character spacing floater 2004/07/29 18:27:40 sj 1.2.8.6: fixed text alignment 2004/07/28 20:55:51 sj 1.2.8.5: removed vertical/horizontzal fontwork direction button 2004/07/28 20:33:40 sj 1.2.8.4: removed vertical/horizontzal fontwork direction button 2004/07/27 19:27:58 sj 1.2.8.3: added fontwork gallery floater control 2004/07/13 09:35:57 sj 1.2.8.2: api changes (SfxPopUpWindow) 2004/07/09 13:19:17 sj 1.2.8.1: added fontwork gallery

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3551dd231c23379444446ff6ab1222f1f76fe735]

        INTEGRATION: CWS sj09 (1.3.6); FILE MERGED 2004/07/30 13:38:29 sj 1.3.6.1: fixed problem with dispatching extrusiondepthdialog

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c99a3b1ad52486d17b9964a860e160625c547621]

        INTEGRATION: CWS sj09 (1.9.200); FILE MERGED 2004/08/31 22:47:53 sj 1.9.200.2: RESYNC: (1.9-1.11); FILE MERGED 2004/05/10 17:22:10 sj 1.9.200.1: added new customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e48fa040f80f19390f4372f5fca5eac9358b031]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/10/11 21:26:41 sj 1.2.8.11: RESYNC: (1.4-1.5); FILE MERGED 2004/09/16 13:12:04 sj 1.2.8.10: AutoGrowSize has been removed 2004/08/31 22:45:40 sj 1.2.8.9: RESYNC: (1.3-1.4); FILE MERGED 2004/08/24 08:36:13 sj 1.2.8.8: TakeCreatePoly is now initially clearing the XPoly 2004/07/21 18:05:11 sj 1.2.8.7: NbcSetStyleSheet is now virtual, so the customshapes can react on style changes 2004/07/13 18:06:18 sj 1.2.8.6: fixed recursion loop in GluePoint handling 2004/07/09 16:32:11 sj 1.2.8.5: RESYNC: (1.2-1.3); FILE MERGED 2004/06/14 16:55:08 sj 1.2.8.4: cached render object is now stored as XShape reference 2004/06/09 10:37:33 sj 1.2.8.3: no recalc after NbcMove or Move 2004/05/10 17:22:10 sj 1.2.8.2: added new customshape ui 2004/05/07 16:30:30 sj 1.2.8.1: added take CreatePoly for shape creation

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [89b0d0eb00c21d266004ac400246e60a978de0c2]

        INTEGRATION: CWS sj09 (1.2.200); FILE MERGED 2004/07/27 19:25:30 sj 1.2.200.1: removed assertion: already done a setgluereallyabsolute

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3b319399a30cca8fd7af2b85be469ac9c53712a]

        INTEGRATION: CWS sj09 (1.122.34); FILE MERGED 2004/10/11 21:26:25 sj 1.122.34.3: RESYNC: (1.122-1.123); FILE MERGED 2004/09/16 13:12:03 sj 1.122.34.2: AutoGrowSize has been removed 2004/09/09 17:13:12 sj 1.122.34.1: added initial version of characterstyle atom interpreter

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [43daaf713c7de7335ef7d4328c93c041f82d4899]

        INTEGRATION: CWS sj09 (1.19.8); FILE MERGED 2004/07/09 16:31:30 sj 1.19.8.2: RESYNC: (1.19-1.20); FILE MERGED 2004/05/10 17:22:09 sj 1.19.8.1: added new customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [53b01032a9dc0228782c5f4535b8cb9173d07466]

        INTEGRATION: CWS sj09 (1.3.50); FILE MERGED 2004/10/11 21:23:47 sj 1.3.50.8: RESYNC: (1.10-1.11); FILE MERGED 2004/08/25 13:24:30 sj 1.3.50.7: RESYNC: (1.7-1.10); FILE MERGED 2004/07/29 17:52:45 sj 1.3.50.6: removed customshapes and fontwork from imagelist (they are already part of the commandlist icons 2004/07/09 16:29:40 sj 1.3.50.5: RESYNC: (1.6-1.7); FILE MERGED 2004/07/09 13:18:39 sj 1.3.50.4: added fontwork gallery 2004/06/18 12:14:38 sj 1.3.50.3: moved fontwork image entries from sd 2004/06/04 04:25:41 sj 1.3.50.2: RESYNC: (1.3-1.6); FILE MERGED 2004/05/10 17:21:12 sj 1.3.50.1: added new customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4521a28f1d237bfecf63d3090329b857abc7085a]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/16 13:11:31 sj 1.2.8.3: AutoGrowSize has been removed 2004/07/28 12:30:54 sj 1.2.8.2: solved problems with default properties 2004/06/14 16:55:33 sj 1.2.8.1: cached render object is now stored as XShape reference

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f90ea7408ebbe2a2d53e94f1dc16d0e3623f59d8]

        INTEGRATION: CWS sj09 (1.99.20); FILE MERGED 2004/10/11 21:21:42 sj 1.99.20.10: RESYNC: (1.101-1.102); FILE MERGED 2004/09/17 16:04:30 sj 1.99.20.9: chaned text path mode 2004/09/16 13:11:06 sj 1.99.20.8: some minor changes for customshapes 2004/09/13 15:51:20 sj 1.99.20.7: changed some properties 2004/09/13 12:38:29 sj 1.99.20.6: changed some properties 2004/09/09 14:39:02 sj 1.99.20.5: added svg:viewbox 2004/08/31 22:38:31 sj 1.99.20.4: RESYNC: (1.99-1.101); FILE MERGED 2004/08/13 15:56:09 sj 1.99.20.3: #i32978# solved some problems with vertical fontwork 2004/08/03 10:42:29 sj 1.99.20.2: now importing  characterspacing and kernCharacter for FontWork 2004/07/29 16:50:11 sj 1.99.20.1: added import of textspacing for fontwork

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c57835db113942ae29dfa1434841fd9dae2d9bd]

        INTEGRATION: CWS sj09 (1.43.22); FILE MERGED 2004/09/17 16:04:30 sj 1.43.22.10: chaned text path mode 2004/09/16 13:11:06 sj 1.43.22.9: some minor changes for customshapes 2004/09/13 15:51:04 sj 1.43.22.8: changed some properties 2004/09/13 12:38:29 sj 1.43.22.7: changed some properties 2004/09/09 14:39:02 sj 1.43.22.6: added svg:viewbox 2004/08/31 22:37:56 sj 1.43.22.5: RESYNC: (1.43-1.44); FILE MERGED 2004/08/24 15:48:54 sj 1.43.22.4: #i33358# fixed a mirroring problem 2004/08/04 18:44:38 sj 1.43.22.3: if exporting fontwork the texpathallowed flag needs to be set 2004/08/03 10:42:07 sj 1.43.22.2: now exporting characterspacing and kernCharacter for FontWork 2004/07/29 17:26:44 sj 1.43.22.1: added export of textspacing for fontwork

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [52cbb99ef780251c9b84f17e38052f28b13819b3]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/08/04 18:43:58 sj 1.2.8.1: added methods to remove property values

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [86211541508630ebea091433d1bf2ed5870b3b6d]

        INTEGRATION: CWS sj09 (1.7.136); FILE MERGED 2004/07/30 13:36:01 sj 1.7.136.1: fixed svxdoubleitem

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [278dbff060e19256bf1b6d61339504294e9d7ad4]

        INTEGRATION: CWS sj09 (1.52.8); FILE MERGED 2004/07/09 16:18:57 sj 1.52.8.2: RESYNC: (1.52-1.53); FILE MERGED 2004/06/18 12:13:52 sj 1.52.8.1: added new hidden theme for new fontwork feature

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [6afb6496fd55f1f5ba1e96cf4be54d0c319c7788]

        INTEGRATION: CWS sj09 (1.27.26); FILE MERGED 2004/10/11 21:19:12 sj 1.27.26.2: RESYNC: (1.27-1.28); FILE MERGED 2004/09/16 17:30:44 sj 1.27.26.1: #i29291# changed gallery xml format

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [24fe234d964b1cca4b31931c4656547effc451ac]

        INTEGRATION: CWS sj09 (1.14.542); FILE MERGED 2004/10/11 21:19:05 sj 1.14.542.3: RESYNC: (1.15-1.16); FILE MERGED 2004/07/09 16:17:14 sj 1.14.542.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/18 12:13:22 sj 1.14.542.1: added new hidden theme for new fontwork feature

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1620846ecfe3cb6546ad4be9348700e2dff768d]

        INTEGRATION: CWS sj09 (1.6.8); FILE MERGED 2004/07/27 19:22:09 sj 1.6.8.1: added method to retrieve all gallery object titles from a theme

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [09410f775753b54e77bd80f166285c2cb3b064b6]

        INTEGRATION: CWS sj09 (1.16.108); FILE MERGED 2004/09/16 13:10:20 sj 1.16.108.1: AutoGrowSize has been removed

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d14f60b7837a030aac4f38b6941964e84b465333]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/16 18:57:09 sj 1.1.2.5: fixed shape names for toolbar 2004/07/21 18:07:04 sj 1.1.2.4: controller is now generic and able to handle each customshape slot 2004/07/19 18:23:22 sj 1.1.2.3: changed classname 2004/07/19 18:08:38 sj 1.1.2.2: added toolbar controller for basic shapes 2004/05/10 17:15:48 sj 1.1.2.1: added customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [786b5e02261d583d48ad8b6e117fa5d800562c6c]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/08/03 18:34:59 sj 1.2.8.2: removed no longer used customshape resources 2004/05/10 17:20:50 sj 1.2.8.1: added new customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c81c77a674fefd3f7bfc830e22504922c111f93c]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/10/11 21:05:18 sj 1.2.8.5: RESYNC: (1.2-1.3); FILE MERGED 2004/09/09 17:11:06 sj 1.2.8.4: fixed type ordeer 2004/09/09 12:25:42 sj 1.2.8.3: changed some customshape / fontwork shape type names 2004/07/21 18:09:49 sj 1.2.8.2: typo, changed shape names 2004/05/10 17:20:33 sj 1.2.8.1: added new customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdcf54e13d5604e6265a9939d4159fc1cf954879]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/08/25 13:21:34 sj 1.2.8.12: RESYNC: (1.3-1.4); FILE MERGED 2004/08/23 13:27:31 sj 1.2.8.11: #i29011# added import of mso_sptSeal 2004/07/29 19:49:29 sj 1.2.8.10: fontwork is filled by default 2004/07/27 19:21:32 sj 1.2.8.9: mapping text simple to the right geometry 2004/07/09 15:35:55 sj 1.2.8.8: RESYNC: (1.2-1.3); FILE MERGED 2004/04/20 12:41:55 sj 1.2.8.7: fixed WedgeRRectCallout 2004/04/20 11:45:39 sj 1.2.8.6: added WedgeEllipseCallout 2004/04/20 09:12:59 sj 1.2.8.5: added DoubleWave, TextWave3 and TextWave3 2004/04/19 15:48:14 sj 1.2.8.4: added TextWave1 and TextWave2 2004/04/15 17:29:04 sj 1.2.8.3: added shpWave 2004/04/14 17:11:56 sj 1.2.8.2: added some new customshapes 2004/04/08 15:55:34 sj 1.2.8.1: added some new fontwork objects

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5c7ec35733b7ebff66be080083738976b24e8ed]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/08/20 10:26:45 sj 1.2.8.6: #92719# vertical fontwork is now centered 2004/08/03 10:41:29 sj 1.2.8.5: added characterspacing 2004/07/30 18:45:36 sj 1.2.8.4: single line fontwork calculation is now correct 2004/07/29 12:23:01 sj 1.2.8.3: added (some) vertical fontwork support 2004/07/27 19:20:38 sj 1.2.8.2: solved loop for vertical fontwork 2004/05/10 17:20:33 sj 1.2.8.1: added new customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4612897320ef45d26d84e20f9f7811f5fb254b2]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/16 13:09:51 sj 1.2.8.2: some minor changes for customshapes 2004/07/21 18:08:39 sj 1.2.8.1: NbcSetStyleSheet is now virtual, so the customshapes can react on style changes

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4e544098732ba34104ddfc3f45238ed14c47bc6]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/17 16:04:05 sj 1.2.8.1: #i34304# fixed perspective problem

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [da3e9efc1694ec272a0e5a514cf577f1e6deccf1]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/21 12:30:07 sj 1.2.8.7: fixed api name changes 2004/09/17 16:04:05 sj 1.2.8.6: #i34304# fixed perspective problem 2004/09/16 13:09:51 sj 1.2.8.5: some minor changes for customshapes 2004/09/13 15:49:15 sj 1.2.8.4: changed some properties 2004/07/09 15:35:45 sj 1.2.8.3: RESYNC: (1.2-1.3); FILE MERGED 2004/07/09 13:13:18 sj 1.2.8.2: removing textdirection item, so that we do not create a outliner 2004/05/10 17:20:32 sj 1.2.8.1: added new customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [715de7ade50740912137fa32a1ea9d79fd8ef306]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/09 14:45:36 sj 1.2.8.5: added svg:viewbox 2004/07/27 19:20:03 sj 1.2.8.4: now setting the correct fillcolor for grouped objects 2004/07/09 15:35:37 sj 1.2.8.3: RESYNC: (1.2-1.3); FILE MERGED 2004/07/09 13:13:44 sj 1.2.8.2: removing textdirection item, so that we do not create a outliner 2004/05/10 17:20:32 sj 1.2.8.1: added new customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [301fdc543697587aca74d9ec9c8b7797d3922a7e]

        INTEGRATION: CWS sj09 (1.46.8); FILE MERGED 2004/10/11 21:04:36 sj 1.46.8.10: RESYNC: (1.53-1.56); FILE MERGED 2004/08/31 22:12:17 sj 1.46.8.9: RESYNC: (1.50-1.53); FILE MERGED 2004/07/30 17:43:01 sj 1.46.8.8: fixed slot parameter for fontwork character spacing dialog 2004/07/29 20:22:20 sj 1.46.8.7: added slot for fontwork character spacing dialog 2004/07/27 19:11:43 sj 1.46.8.6: FontworkShapeType is now SfxStringItem 2004/07/21 18:07:50 sj 1.46.8.5: renamed slot (CustomShapesId->CustomShape) 2004/07/19 18:09:57 sj 1.46.8.4: changed slots for custom shapes 2004/07/09 15:34:20 sj 1.46.8.3: RESYNC: (1.49-1.50); FILE MERGED 2004/06/04 03:45:24 sj 1.46.8.2: RESYNC: (1.46-1.49); FILE MERGED 2004/05/10 17:19:15 sj 1.46.8.1: added new customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [256c17cfef9148c47e6d968cc86de56b56d8ad22]

        INTEGRATION: CWS sj09 (1.13.6); FILE MERGED 2004/10/11 16:40:21 sj 1.13.6.6: RESYNC: (1.16-1.18); FILE MERGED 2004/08/25 12:32:45 sj 1.13.6.5: RESYNC: (1.13-1.16); FILE MERGED 2004/07/27 19:35:42 sj 1.13.6.4: registering fontwork floaters 2004/07/19 18:34:20 sj 1.13.6.3: registering custom shape toolbars 2004/07/09 13:23:31 sj 1.13.6.2: added fontwork shape floater 2004/05/12 08:59:29 sj 1.13.6.1: initial implementation for CustomShape UI

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0208e6e42b96f9f5d48c70135db302e528d21df8]

        INTEGRATION: CWS sj09 (1.83.6); FILE MERGED 2004/10/11 21:03:37 sj 1.83.6.5: RESYNC: (1.98-1.102); FILE MERGED 2004/08/31 22:04:06 sj 1.83.6.4: RESYNC: (1.89-1.98); FILE MERGED 2004/07/09 15:33:58 sj 1.83.6.3: RESYNC: (1.87-1.89); FILE MERGED 2004/06/04 02:08:41 sj 1.83.6.2: RESYNC: (1.83-1.87); FILE MERGED 2004/05/10 17:17:50 sj 1.83.6.1: added new customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [855c57e19d51e4956b080093db7788653affe97e]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/07/28 12:31:20 sj 1.2.8.1: solved problems with default properties

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3ad1b0475abfd0b33d6449f2ee1222c2efcdac2]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/07/21 18:06:37 sj 1.1.2.4: controller is now generic and able to handle each customshape slot 2004/07/19 18:23:32 sj 1.1.2.3: changed classname 2004/07/19 18:07:57 sj 1.1.2.2: added toolbar controller for basic shapes 2004/05/10 17:14:26 sj 1.1.2.1: added customshape ui

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [43f4d87537fa71e5310296a1b020f23750ae7e7f]

        INTEGRATION: CWS sj09 (1.49.6); FILE MERGED 2004/10/11 20:58:07 sj 1.49.6.3: RESYNC: (1.54-1.56); FILE MERGED 2004/08/25 13:13:32 sj 1.49.6.2: RESYNC: (1.49-1.54); FILE MERGED 2004/07/27 19:09:46 sj 1.49.6.1: added fontwork character spacing and alignment floater

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [854072d483d634a1142e8bb986894f674b2e991e]

        INTEGRATION: CWS sj09 (1.3.8); FILE MERGED 2004/06/18 12:12:36 sj 1.3.8.1: support of new fontwork, some changes

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [22f0405c389532cc9da0c04ff4d88d077b1c3d0c]

        INTEGRATION: CWS sj09 (1.6.8); FILE MERGED 2004/07/27 19:09:18 sj 1.6.8.1: added method to retrieve all gallery object titles from a theme

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7947dfc1f5248612908849218d63412ea3d613b9]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/08/20 11:31:40 sj 1.2.8.11: #i33240# added CustomShape integration for Writer and Calc 2004/08/20 09:53:08 sj 1.2.8.10: #i33240# CusomShape integration for Writer and Calc 2004/08/03 10:40:29 sj 1.2.8.9: added characterspacing and kernCharacter for FontWork 2004/07/30 13:35:20 sj 1.2.8.8: added fontwork character spacing dialog 2004/07/29 18:27:08 sj 1.2.8.7: fixed text alignment 2004/07/28 20:37:05 sj 1.2.8.6: removed vertical/horizontzal fontwork direction button 2004/07/28 20:34:24 sj 1.2.8.5: removed vertical/horizontzal fontwork direction button 2004/07/27 19:07:01 sj 1.2.8.4: added fontwork character spacing and alignment floater 2004/07/13 09:36:23 sj 1.2.8.3: api changes (SfxPopUpWindow) 2004/07/09 15:26:27 sj 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/09 13:17:41 sj 1.2.8.1: fontwork

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce123a6d87e3f1d2c4f831d1d459a4c4b4e914e0]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/07/30 17:42:05 sj 1.2.8.4: added fontwork character spacing dialog 2004/07/29 20:20:55 sj 1.2.8.3: added string ids for character spacing 2004/07/28 20:34:23 sj 1.2.8.2: removed vertical/horizontzal fontwork direction button 2004/07/27 19:06:08 sj 1.2.8.1: added fontwork character spacing and alignment floater

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c4ddda4d1a95162ed14111c8253b299f8fc2db2]

        INTEGRATION: CWS sj09 (1.2.122); FILE MERGED 2004/08/20 11:19:21 sj 1.2.122.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d59057634f63e6f7bab11a2ab14a0cdaaeb85bf2]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:33 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:10:52 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [24a919a3f0114c23eb27ef94eb73738f0bc2a8fe]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:33 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:10:43 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [75dea80f95036bdfdd1221aaa7f800e019b71f45]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/08/20 11:10:23 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d6f4224b75a8f89f630a4b5305281f160ce1d39]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:33 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:10:14 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a73bcf99879d0efe63cf741bb9918d99bc8983c]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:33 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:11:19 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c7595795fceae07253f3a13869c3e0cf596b9c0]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:32 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:11:09 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6722526c18569b2c13ec0560188b0dba17805bf]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:32 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:11:01 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [86032f2a4662ef2a315f8154e872e93b144db046]

        INTEGRATION: CWS sj09 (1.2.4); FILE MERGED 2004/08/25 13:04:27 sj 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/20 11:18:11 sj 1.2.4.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5a0f7cb05482dc3f1a22ded4aa3c83a9805c677]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:16 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:08:51 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f08edb187d5528006b8849238f46cce440e8d94c]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:16 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:08:40 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [500b126172d863c6b5ac1e684e3fd6eee64fc48b]

        INTEGRATION: CWS sj09 (1.2.122); FILE MERGED 2004/08/20 11:08:19 sj 1.2.122.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a81155da8d035e7f6e20ec92ed8d475dde884c30]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:15 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:08:11 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee8acbd78d318636eafbbf6af7265ae9890aead2]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/08/20 11:09:33 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [473733a54e870eef34b180478cf455a7746c808d]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:15 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:09:22 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2933105033642612ac23dfefdebaa02bd393af4]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:15 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:09:11 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [eed4b21cfce61ad7d87d8db16ed4cf386a856fd1]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:15 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:09:00 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b100e70002b99984a6bbda7f58a78c1825f79b7]

        INTEGRATION: CWS sj09 (1.2.122); FILE MERGED 2004/08/20 11:17:02 sj 1.2.122.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2141f662062c00c0aafaf52ef3cf9ae4eb252824]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:04 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:06:10 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b56ba586b7b44ee6eb1dfac90de272118e9249c]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:04 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:06:00 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fd8d8dc01b320f2cc578173d59544217a5e1795]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/08/20 11:05:39 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d786b1bf70cccdbf0826f44ebd27f6e2e3dc4a3]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:03 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:05:28 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcffcb542028e1aaff7f556ce69ed2d4e4ab9f1c]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/08/20 11:06:53 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [50370411742a93d6d31ad855ed7b5c3f11067839]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:03 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:06:42 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbc5edf8fa6b587f85851c54fd3db05990ce34ce]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:03 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:06:32 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdc58b697664327b0bdc22d5679abd5a5501520e]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:58:03 sj 1.1.2.2: changed some customshape / fontwork slot commands 2004/08/20 11:06:21 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b26985c830bda227c5090d7c87c021157c349b56]

        INTEGRATION: CWS sj09 (1.6.200); FILE MERGED 2004/10/11 18:45:26 sj 1.6.200.2: RESYNC: (1.6-1.7); FILE MERGED 2004/08/20 11:16:33 sj 1.6.200.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [22b45e0bc7d6071320ad2be3d423be9cd6b541f1]

        INTEGRATION: CWS sj09 (1.22.48); FILE MERGED 2004/10/11 18:41:00 sj 1.22.48.3: RESYNC: (1.24-1.29); FILE MERGED 2004/08/31 21:37:01 sj 1.22.48.2: RESYNC: (1.22-1.24); FILE MERGED 2004/08/20 11:16:05 sj 1.22.48.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [839aad41c8107d1e3100a394988662c860973621]

        INTEGRATION: CWS sj09 (1.22.22); FILE MERGED 2004/10/11 18:39:50 sj 1.22.22.3: RESYNC: (1.23-1.24); FILE MERGED 2004/08/31 21:36:44 sj 1.22.22.2: RESYNC: (1.22-1.23); FILE MERGED 2004/08/20 11:16:04 sj 1.22.22.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f25a27b4f8eebf9751b8c21023d3166219809c21]

        INTEGRATION: CWS sj09 (1.71.4); FILE MERGED 2004/10/11 18:38:40 sj 1.71.4.3: RESYNC: (1.75-1.78); FILE MERGED 2004/08/31 21:36:07 sj 1.71.4.2: RESYNC: (1.71-1.75); FILE MERGED 2004/08/20 11:16:04 sj 1.71.4.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ba42eb26728118660f07520377c9fb8448329b6]

        INTEGRATION: CWS sj09 (1.8.2); FILE MERGED 2004/10/11 18:34:51 sj 1.8.2.3: RESYNC: (1.10-1.11); FILE MERGED 2004/08/31 21:29:56 sj 1.8.2.2: RESYNC: (1.8-1.10); FILE MERGED 2004/08/20 11:15:00 sj 1.8.2.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbafd4edc5ae4c92347bec5d47ec5d113059e6f6]

        INTEGRATION: CWS sj09 (1.4.150); FILE MERGED 2004/08/20 11:14:16 sj 1.4.150.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e27a5ac0a9b5ef727daf15c99944a11d369e64a6]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/16 13:16:55 sj 1.1.2.2: AutoGrowSize has been removed 2004/08/20 11:04:30 sj 1.1.2.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [788f8cbe330ab8a892d3694d9342de23469e5071]

        INTEGRATION: CWS sj09 (1.22.18); FILE MERGED 2004/10/11 18:27:47 sj 1.22.18.3: RESYNC: (1.26-1.30); FILE MERGED 2004/08/31 21:24:29 sj 1.22.18.2: RESYNC: (1.22-1.26); FILE MERGED 2004/08/20 11:12:54 sj 1.22.18.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [69fd0d969479d0ef676edbc0b8bceda75a9e5795]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/08/20 11:03:52 sj 1.1.2.1: #i33240# Added support of customshapes

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [9db067eed4a15218c4c8e6193d3fc4b6373b9df4]

        INTEGRATION: CWS sj09 (1.39.30); FILE MERGED 2004/10/11 18:07:50 sj 1.39.30.3: RESYNC: (1.42-1.46); FILE MERGED 2004/08/31 21:00:23 sj 1.39.30.2: RESYNC: (1.39-1.42); FILE MERGED 2004/08/20 11:12:37 sj 1.39.30.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [82645c66f2406d002b7084413d5149a1eb6d1b84]

        INTEGRATION: CWS sj09 (1.27.4); FILE MERGED 2004/10/11 17:32:35 sj 1.27.4.3: RESYNC: (1.31-1.32); FILE MERGED 2004/08/31 20:21:51 sj 1.27.4.2: RESYNC: (1.27-1.31); FILE MERGED 2004/08/20 11:12:22 sj 1.27.4.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [293abe962caddfc6e11058bb8a53e5f1375bf3f0]

        INTEGRATION: CWS sj09 (1.10.184); FILE MERGED 2004/08/20 11:11:59 sj 1.10.184.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [692994d05b33c195c44bd55fdd5786ae1846ef62]

        INTEGRATION: CWS sj09 (1.5.120); FILE MERGED 2004/08/20 11:11:59 sj 1.5.120.1: #i33240# added CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [95dfc02f5be979609d5cc3b0874ba3bdaf10651d]

        INTEGRATION: CWS sj09 (1.2.6); FILE MERGED 2004/08/25 12:15:26 sj 1.2.6.3: typo 2004/07/30 13:46:07 sj 1.2.6.2: removed arrows toolbar 2004/07/19 18:42:45 sj 1.2.6.1: added custom shape toolbars, removed some popups

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [decddeb9a4a900145b9d60b5e4482d93472005cb]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:32 sj 1.1.2.4: changed some customshape / fontwork slot commands 2004/07/27 19:39:45 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:54 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:15:14 sj 1.1.2.1: added symbol shape toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ef31c78caf81a70695967124e392da8dc23bf75]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:32 sj 1.1.2.4: changed some customshape / fontwork slot commands 2004/07/27 19:39:45 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:54 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:16:18 sj 1.1.2.1: added star shapes toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cf09af89c4a5ab6243ef7d6db11f540c4ab8623]

        INTEGRATION: CWS sj09 (1.2.6); FILE MERGED 2004/07/30 13:46:20 sj 1.2.6.1: added filled polygons

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [94f1f297d32964d6946bd9da2ef68047457f79a7]

        INTEGRATION: CWS sj09 (1.2.6); FILE MERGED 2004/07/27 19:41:22 sj 1.2.6.1: changed some fontwork toolbar urls

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd918caf77d33a4dd10375d531f198d436292f3f]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:32 sj 1.1.2.4: changed some customshape / fontwork slot commands 2004/07/27 19:39:45 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:54 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:15:30 sj 1.1.2.1: added flowchart shapes toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d7e37ee4047a3afe1f07c788bfd50601084bedf]

        INTEGRATION: CWS sj09 (1.2.6); FILE MERGED 2004/07/19 18:42:56 sj 1.2.6.2: reducing amount of shown connectors 2004/07/16 18:24:26 sj 1.2.6.1: cleanup, removing most superflous connector types

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed4eb2378061d99566cb225c5f6c807def552116]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:32 sj 1.1.2.4: changed some customshape / fontwork slot commands 2004/07/27 19:39:45 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:54 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:15:50 sj 1.1.2.1: added callout shapes toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [02472e74a68326f53410cadbf6679195b58b7dd8]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:32 sj 1.1.2.5: changed some customshape / fontwork slot commands 2004/07/28 12:35:41 sj 1.1.2.4: added quadrat, roundquadrat and circle 2004/07/27 19:39:45 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:53 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:14:31 sj 1.1.2.1: added basic shape toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [eed4f2210b58ec4dfc56509737d17527f1aaf30a]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:31 sj 1.1.2.4: changed some customshape / fontwork slot commands 2004/07/27 19:39:44 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:53 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:14:52 sj 1.1.2.1: added arrow shapes toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0afbcd8554341b2af28d82a94ef91c8b3360a1a]

        INTEGRATION: CWS sj09 (1.2.6); FILE MERGED 2004/08/25 12:15:55 sj 1.2.6.3: added fontwork gallery floater 2004/07/30 13:45:45 sj 1.2.6.2: removed arrows toolbar 2004/07/19 18:42:27 sj 1.2.6.1: added custom shape toolbars, removed some popups

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [99334bbdef9d8fa0318d47b8ce99136ed710bb39]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:19 sj 1.1.2.4: changed some customshape / fontwork slot commands 2004/07/27 19:39:31 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:39 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:12:27 sj 1.1.2.1: added symbol shape toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb6e39c7f5de07a97c5aea18023931b551b02d40]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:19 sj 1.1.2.4: changed some customshape / fontwork slot commands 2004/07/27 19:39:31 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:39 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:14:02 sj 1.1.2.1: added star shapes toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [33f5489b6dadf25aefe0c1443d1a6b785d482b7d]

        INTEGRATION: CWS sj09 (1.2.6); FILE MERGED 2004/07/30 13:45:07 sj 1.2.6.1: added filled polygons

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [216178f78d50e8fa3ee33bcde24e9589769b1e3f]

        INTEGRATION: CWS sj09 (1.2.6); FILE MERGED 2004/07/27 19:41:08 sj 1.2.6.1: changed some fontwork toolbar urls

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4598040102ba7a4ea4d43ea17d26804f0f78069]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:19 sj 1.1.2.4: changed some customshape / fontwork slot commands 2004/07/27 19:39:30 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:39 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:13:17 sj 1.1.2.1: added flowchart shapes toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5880765d6f10074af020aa9a8ac125fd26b7f7a7]

        INTEGRATION: CWS sj09 (1.2.6); FILE MERGED 2004/07/19 18:41:41 sj 1.2.6.2: reducing amount of shown connectors 2004/07/16 18:24:43 sj 1.2.6.1: cleanup, removing most superflous connector types

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f7cb1a11fc77691f1c71549771474b292c9e664]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:18 sj 1.1.2.4: changed some customshape / fontwork slot commands 2004/07/27 19:39:30 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:39 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:13:41 sj 1.1.2.1: added callout shapes toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e67e10d367d3eb0993ed4660e7a9bf797c09ce60]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:18 sj 1.1.2.5: changed some customshape / fontwork slot commands 2004/07/28 12:35:55 sj 1.1.2.4: added quadrat, roundquadrat and circle 2004/07/27 19:39:30 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:38 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:11:54 sj 1.1.2.1: added basic shape toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5306638997b274dc484564405fa816d19c4755f3]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/09 10:57:18 sj 1.1.2.4: changed some customshape / fontwork slot commands 2004/07/27 19:39:30 sj 1.1.2.3: now using explizit master slot 2004/07/21 18:18:38 sj 1.1.2.2: improved customshape toolbars 2004/07/19 18:12:54 sj 1.1.2.1: added arrow shapes toolbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f36d84c7012d62f6becb22604b9c59da4198409a]

        INTEGRATION: CWS sj09 (1.33.12); FILE MERGED 2004/10/11 17:08:29 sj 1.33.12.2: RESYNC: (1.33-1.36); FILE MERGED 2004/09/09 11:46:59 sj 1.33.12.1: added new fontworkbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f6f215d34bce7f85696d198307f632ae74d7f6c]

        INTEGRATION: CWS sj09 (1.8.76); FILE MERGED 2004/10/11 17:05:21 sj 1.8.76.4: RESYNC: (1.10-1.12); FILE MERGED 2004/08/31 19:43:54 sj 1.8.76.3: RESYNC: (1.8-1.10); FILE MERGED 2004/07/19 18:40:42 sj 1.8.76.2: child window for customshapes no longer available 2004/05/12 09:03:28 sj 1.8.76.1: initial implementation for CustomShape UI

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f943cecd0ee236e7565bee2882d6862af3cb0bf]

        INTEGRATION: CWS sj09 (1.38.6); FILE MERGED 2004/10/11 17:05:00 sj 1.38.6.7: RESYNC: (1.42-1.43); FILE MERGED 2004/09/13 12:45:25 sj 1.38.6.6: pWindow -> GetActiveWindow() 2004/09/03 08:52:13 sj 1.38.6.5: solved merge problem 2004/08/31 19:43:02 sj 1.38.6.4: RESYNC: (1.38-1.42); FILE MERGED 2004/07/26 13:39:58 cd 1.38.6.3: Provide active command as string to the controllers 2004/07/19 18:40:02 sj 1.38.6.2: moved some slots from FuTemporary into FuPermanent 2004/05/12 09:03:27 sj 1.38.6.1: initial implementation for CustomShape UI

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [592beeb1db9d81682c8249dfe3a5fc123c2c4b9e]

        INTEGRATION: CWS sj09 (1.41.6); FILE MERGED 2004/10/11 17:03:50 sj 1.41.6.4: RESYNC: (1.47-1.50); FILE MERGED 2004/08/31 19:42:17 sj 1.41.6.3: RESYNC: (1.41-1.47); FILE MERGED 2004/08/25 12:17:56 sj 1.41.6.2: typo 2004/07/26 13:39:58 cd 1.41.6.1: Provide active command as string to the controllers

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [37e256ee917f1de93c4d7b605473065a9641bcf8]

        INTEGRATION: CWS sj09 (1.8.6); FILE MERGED 2004/10/11 17:03:41 sj 1.8.6.8: RESYNC: (1.13-1.14); FILE MERGED 2004/08/25 12:41:54 sj 1.8.6.7: RESYNC: (1.8-1.13); FILE MERGED 2004/07/30 17:46:25 sj 1.8.6.6: added fontwork character spacing dialog 2004/07/30 13:42:13 sj 1.8.6.5: added fontwork character spacing dialog 2004/07/27 19:37:39 sj 1.8.6.4: added fontwork floater 2004/07/19 18:39:45 sj 1.8.6.3: moved some slots from FuTemporary into FuPermanent 2004/07/09 13:27:27 sj 1.8.6.2: added fontwork bar 2004/05/12 09:03:27 sj 1.8.6.1: initial implementation for CustomShape UI

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [71e5c7feead9c7b0d2de68eddf5da3d5b985e260]

        INTEGRATION: CWS sj09 (1.29.28); FILE MERGED 2004/10/11 17:02:52 sj 1.29.28.5: RESYNC: (1.32-1.33); FILE MERGED 2004/08/25 12:40:34 sj 1.29.28.4: RESYNC: (1.29-1.32); FILE MERGED 2004/07/30 13:58:14 sj 1.29.28.3: typo 2004/07/30 13:56:25 sj 1.29.28.2: added slot for fontwork character spacing dialog 2004/07/09 13:27:26 sj 1.29.28.1: added fontwork bar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf44d357ecfeaa2a30caff764bed8aa21acc75e7]

        INTEGRATION: CWS sj09 (1.2.80); FILE MERGED 2004/05/12 09:02:07 sj 1.2.80.1: initial implementation for CustomShape UI

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dc1d141ab95223ae25d06e538236eac3d5c8416]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/07/19 18:38:51 sj 1.1.2.2: changed create parameter from type int to string 2004/05/12 08:56:35 sj 1.1.2.1: initial implementation for CustomShape UI

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0419f2a8f5a67bc0cd24e3f8f7f1618621f24de8]

        INTEGRATION: CWS sj09 (1.5.40); FILE MERGED 2004/10/11 16:50:16 sj 1.5.40.3: RESYNC: (1.7-1.8); FILE MERGED 2004/08/31 19:03:32 sj 1.5.40.2: RESYNC: (1.5-1.7); FILE MERGED 2004/07/26 13:39:57 cd 1.5.40.1: Provide active command as string to the controllers

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [61c68e54c57512a1540dbf326277fc8a0429a90c]

        INTEGRATION: CWS sj09 (1.11.6); FILE MERGED 2004/10/11 16:49:44 sj 1.11.6.5: RESYNC: (1.14-1.15); FILE MERGED 2004/09/03 10:25:02 sj 1.11.6.4: fixed link problem 2004/08/31 19:02:21 sj 1.11.6.3: RESYNC: (1.12-1.14); FILE MERGED 2004/06/05 05:37:24 sj 1.11.6.2: RESYNC: (1.11-1.12); FILE MERGED 2004/05/12 09:01:43 sj 1.11.6.1: initial implementation for CustomShape UI

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [38f3c254ac8e685f3e2e2d643215eefa029db3c2]

        INTEGRATION: CWS sj09 (1.8.80); FILE MERGED 2004/08/31 18:56:55 sj 1.8.80.3: RESYNC: (1.8-1.9); FILE MERGED 2004/07/21 18:17:21 sj 1.8.80.2: changed name of variable, now more sensible 2004/05/12 09:00:58 sj 1.8.80.1: initial implementation for CustomShape UI

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b18715224798550c57cc83cdd18906842f45f95]

        INTEGRATION: CWS sj09 (1.21.6); FILE MERGED 2004/07/09 13:26:16 sj 1.21.6.1: added fontwork

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ecf8889effe442f0e494eceef6dcc9f8c5b01fc]

        INTEGRATION: CWS sj09 (1.1.2); FILE ADDED 2004/09/16 13:16:29 sj 1.1.2.7: AutoGrowSize has been removed 2004/07/30 13:43:46 sj 1.1.2.6: supporting rotation and some hard attributes 2004/07/27 19:36:55 sj 1.1.2.5: getting customshapes from gallery if possible 2004/07/21 18:17:00 sj 1.1.2.4: changed name of variable, now more sensible 2004/07/19 18:36:37 sj 1.1.2.3: changed create parameter from type int to string 2004/07/09 13:25:48 sj 1.1.2.2: added fontwork bar 2004/05/12 08:57:12 sj 1.1.2.1: initial implementation for CustomShape UI

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [87b39069bf22f35b3a407721c3bf75149f18115b]

        INTEGRATION: CWS sj09 (1.15.6); FILE MERGED 2004/09/03 14:26:51 sj 1.15.6.1: #i33736# rectangles bar removed

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0b543ce4a4a4e72887656b82c4684ec4a292db6]

        INTEGRATION: CWS sj09 (1.24.18); FILE MERGED 2004/10/11 16:39:12 sj 1.24.18.2: RESYNC: (1.24-1.25); FILE MERGED 2004/07/09 13:22:56 sj 1.24.18.1: moved extrusion images into svx

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bdd484a495e57dbed3ceaf40ecfb9bba5505fc2]

        INTEGRATION: CWS sj09 (1.36.66); FILE MERGED 2004/10/11 16:35:18 sj 1.36.66.2: RESYNC: (1.36-1.37); FILE MERGED 2004/09/06 18:56:14 sj 1.36.66.1: fontheight, changed default

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ea4aae6665416d8d36a3bc794d64cb9b9437546]

        INTEGRATION: CWS sj09 (1.21.6); FILE MERGED 2004/10/11 16:33:42 sj 1.21.6.8: RESYNC: (1.25-1.27); FILE MERGED 2004/08/25 12:30:34 sj 1.21.6.7: RESYNC: (1.22-1.25); FILE MERGED 2004/07/30 17:45:39 sj 1.21.6.6: added exec method for fontwork character spacing dialog 2004/07/27 19:34:48 sj 1.21.6.5: added execution method for fontwork shape types floater 2004/07/19 18:17:24 sj 1.21.6.4: moved some slots from FuTemporary into FuPermanent 2004/07/09 16:42:44 sj 1.21.6.3: RESYNC: (1.21-1.22); FILE MERGED 2004/07/09 13:22:00 sj 1.21.6.2: added same letter heights 2004/05/12 08:58:08 sj 1.21.6.1: initial implementation for CustomShape UI

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5047198c5162996d12d77c52af72f9c6ea846ee]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/13 12:40:43 sj 1.2.8.1: changed some properties

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [42be53b8ec63fbac732655fc90068c211fb35842]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/17 16:01:57 sj 1.2.8.5: chaned text path mode 2004/09/16 13:04:22 sj 1.2.8.4: some minor changes for customshapes 2004/09/16 12:46:02 sj 1.2.8.3: some minor changes for customshapes 2004/09/13 12:40:43 sj 1.2.8.2: changed some properties 2004/09/09 17:16:08 sj 1.2.8.1: added viewBox for CustomShapes

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e65ad11648b9cbae3b44659fb4782cd46b919f0]

        INTEGRATION: CWS sj09 (1.52.46); FILE MERGED 2004/10/11 16:05:55 sj 1.52.46.2: RESYNC: (1.52-1.53); FILE MERGED 2004/09/03 12:44:16 sj 1.52.46.1: #i33649# now customshapes can be loaded properly

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc1800071c0108212e165ddbf81048feca80f290]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/17 16:01:44 sj 1.2.8.5: chaned text path mode 2004/09/16 12:46:02 sj 1.2.8.4: some minor changes for customshapes 2004/09/13 12:40:42 sj 1.2.8.3: changed some properties 2004/09/09 17:16:08 sj 1.2.8.2: added viewBox for CustomShapes 2004/04/19 16:11:33 sj 1.2.8.1: now exporting ParameterType::Center

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb8216686e8afc3eb2d7bb20262c7f1948fbd1fb]

        INTEGRATION: CWS sj09 (1.70.26); FILE MERGED 2004/10/11 16:04:48 sj 1.70.26.2: RESYNC: (1.70-1.71); FILE MERGED 2004/09/16 12:46:01 sj 1.70.26.1: some minor changes for customshapes

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2138fd27a577d013ea4b2f0dda8ddb5b130f83af]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/10/11 16:04:29 sj 1.2.8.5: RESYNC: (1.2-1.3); FILE MERGED 2004/09/17 16:01:44 sj 1.2.8.4: chaned text path mode 2004/09/16 12:46:01 sj 1.2.8.3: some minor changes for customshapes 2004/09/13 12:40:42 sj 1.2.8.2: changed some properties 2004/09/09 17:16:08 sj 1.2.8.1: added viewBox for CustomShapes

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1622150c1c6a4b517c75e377e179d5ed06a50508]

        INTEGRATION: CWS sj09 (1.69.6); FILE MERGED 2004/09/17 16:01:22 sj 1.69.6.4: chaned text path mode 2004/09/16 12:45:31 sj 1.69.6.3: some minor changes for customshapes 2004/09/13 12:40:13 sj 1.69.6.2: changed some properties 2004/09/09 17:15:39 sj 1.69.6.1: added viewBox for CustomShapes

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [301a87f1e91918ce8db627286fb46d4bd790806d]

        INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/09/17 16:00:58 sj 1.2.8.4: chaned text path mode 2004/09/16 12:45:03 sj 1.2.8.3: some minor changes for customshapes 2004/09/13 12:39:55 sj 1.2.8.2: changed some properties 2004/09/09 17:15:24 sj 1.2.8.1: added viewBox for CustomShapes

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6abd7137018fdbd62ea1270b45ed40c3173dbb7]

        INTEGRATION: CWS sj09 (1.2.22); FILE MERGED 2004/10/11 15:57:55 sj 1.2.22.3: RESYNC: (1.5-1.6); FILE MERGED 2004/08/31 17:22:18 sj 1.2.22.2: RESYNC: (1.2-1.5); FILE MERGED 2004/07/28 19:22:14 sj 1.2.22.1: added some toolbars

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e60f73e6630928355260f381c0f14ca6b001f52]

        INTEGRATION: CWS sj09 (1.9.20); FILE MERGED 2004/10/11 15:57:44 sj 1.9.20.5: RESYNC: (1.16-1.24); FILE MERGED 2004/09/09 10:37:36 sj 1.9.20.4: changed some customshape / fontwork slot commands 2004/09/03 14:18:49 sj 1.9.20.3: #i33736# fixed some typos 2004/08/31 17:22:07 sj 1.9.20.2: RESYNC: (1.9-1.16); FILE MERGED 2004/08/20 09:55:51 sj 1.9.20.1: #i33240# CustomShape integration for Writer and Calc

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [994bf77f34434505848e99deeb1c537abd2e711d]

        INTEGRATION: CWS sj09 (1.2.22); FILE MERGED 2004/10/11 15:57:33 sj 1.2.22.4: RESYNC: (1.5-1.6); FILE MERGED 2004/08/31 17:21:49 sj 1.2.22.3: RESYNC: (1.2-1.5); FILE MERGED 2004/07/28 19:22:13 sj 1.2.22.2: added some toolbars 2004/07/28 18:34:37 sj 1.2.22.1: added some toolbars

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b35b96a0251c82379e9f665a97ffc2bc7138e2dd]

        INTEGRATION: CWS sj09 (1.27.64); FILE MERGED 2004/10/11 15:54:44 sj 1.27.64.2: RESYNC: (1.27-1.28); FILE MERGED 2004/09/06 11:29:00 sj 1.27.64.1: #i33745# changed default font for draw/impress from thorndale to albany

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d66e7054aa41c1a50637461fd10f6d0f430aef5]

        INTEGRATION: CWS colorsubtoolbar (1.18.70); FILE MERGED 2004/09/29 06:54:15 pb 1.18.70.3: fix: #i33938# use new class ColorToolboxAccess 2004/09/28 11:22:38 pb 1.18.70.2: fix: #i33938# execute SID_COLOR_SETTINGS 2004/09/24 08:13:40 pb 1.18.70.1: fix: #i33938# SvxGrafFilterToolBoxControl works again

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [502553d263e80a2776d6d07fc66c847d7d10f4c0]

        INTEGRATION: CWS calc22 (1.16.228); FILE MERGED 2004/10/12 06:12:11 dr 1.16.228.4: #i10000# merge conflict 2004/10/11 10:06:20 dr 1.16.228.3: RESYNC: (1.16-1.17); FILE MERGED 2004/10/04 09:28:29 dr 1.16.228.2: #i34245# toggle buttons 2004/09/17 16:54:13 dr 1.16.228.1: #i34245# new control properties

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbc2ed942ef0a8d6503fd343b029543a9b5a4cb6]

        INTEGRATION: CWS calc22 (1.46.22); FILE MERGED 2004/10/11 09:36:35 dr 1.46.22.3: RESYNC: (1.47-1.48); FILE MERGED 2004/09/24 09:11:04 nn 1.46.22.2: RESYNC: (1.46-1.47); FILE MERGED 2004/09/16 10:03:32 nn 1.46.22.1: #i20588# handle ref input across differently split sheets

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b0bab8e137d5786562a720816949c63c19438ea]

        INTEGRATION: CWS calc22 (1.42.26); FILE MERGED 2004/10/11 09:35:25 dr 1.42.26.2: RESYNC: (1.42-1.43); FILE MERGED 2004/09/16 10:03:32 nn 1.42.26.1: #i20588# handle ref input across differently split sheets

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb8ba9fd65c53491bf29e15f1a19582382d0314a]

        INTEGRATION: CWS calc22 (1.40.22); FILE MERGED 2004/10/11 09:34:38 dr 1.40.22.3: RESYNC: (1.41-1.43); FILE MERGED 2004/09/24 09:10:32 nn 1.40.22.2: RESYNC: (1.40-1.41); FILE MERGED 2004/09/16 10:03:32 nn 1.40.22.1: #i20588# handle ref input across differently split sheets

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfab9fa5d6c77570df269bba044a1506daed5e26]

        INTEGRATION: CWS calc22 (1.41.20); FILE MERGED 2004/10/11 09:32:34 dr 1.41.20.2: RESYNC: (1.41-1.42); FILE MERGED 2004/09/10 15:07:44 nn 1.41.20.1: #i31596# handle space for AutoFilter in GetOutputArea

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [39f6c706455dd65178d41510fba803a60989694e]

        INTEGRATION: CWS calc22 (1.15.22); FILE MERGED 2004/09/24 09:06:57 nn 1.15.22.2: RESYNC: (1.15-1.16); FILE MERGED 2004/09/16 10:03:00 nn 1.15.22.1: #i20588# handle ref input across differently split sheets

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [df5306ea16e8e14814974214a5b95f9e31d286d1]

        INTEGRATION: CWS calc22 (1.55.46); FILE MERGED 2004/10/11 09:17:45 dr 1.55.46.2: RESYNC: (1.55-1.57); FILE MERGED 2004/09/16 10:03:14 nn 1.55.46.1: #i20588# handle ref input across differently split sheets

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5441dec064adf0d1cf5e63f78ba78a0b211edc62]

        INTEGRATION: CWS colorsubtoolbar (1.16.16); FILE MERGED 2004/09/28 11:14:21 pb 1.16.16.2: fix: #i33938# no toolbox controller for SID_COLOR_SETTINGS 2004/09/14 17:24:12 pb 1.16.16.1: fix: #i33938# add tbxcolor.obj

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [67533094129c6b7439355882c88554649ac5756a]

        INTEGRATION: CWS calc22 (1.30.30); FILE MERGED 2004/09/17 11:21:22 dr 1.30.30.1: #i34298# import of control link addresses

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0b36754b0c865fe9a44b4d8adf421e27c7d202a]

        INTEGRATION: CWS calc22 (1.68.28); FILE MERGED 2004/10/11 09:10:15 dr 1.68.28.3: RESYNC: (1.69-1.71); FILE MERGED 2004/09/24 08:44:26 nn 1.68.28.2: RESYNC: (1.68-1.69); FILE MERGED 2004/09/17 16:55:11 dr 1.68.28.1: #i34245# new control properties

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfe9a784dc54d620b67c932ee0be046ebd42095d]

        INTEGRATION: CWS sj11 (1.4.136); FILE MERGED 2004/10/11 12:27:23 sj 1.4.136.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/30 10:13:53 sj 1.4.136.1: #i33176# fixed linejoint problem

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [505784bae024d6ec7f1b65dcffa9636432d72c1d]

        INTEGRATION: CWS sj11 (1.122.194); FILE MERGED 2004/10/11 12:26:59 sj 1.122.194.2: RESYNC: (1.122-1.123); FILE MERGED 2004/09/22 16:12:41 sj 1.122.194.1: #i34111#,#i34158# PPT Import: fixed gpf (missing header footer instance on master page)

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e7a34a53ba7b7ba15427394904118ec3b1fc690]

        INTEGRATION: CWS sj11 (1.101.92); FILE MERGED 2004/10/11 12:23:21 sj 1.101.92.5: RESYNC: (1.101-1.102); FILE MERGED 2004/09/30 10:14:23 sj 1.101.92.4: #i33176# fixed linejoint problem 2004/09/29 17:36:33 sj 1.101.92.3: #i33195# no longer asserting shape sptHostControl 2004/09/29 17:15:13 sj 1.101.92.2: #i29625# our graphic object is now supporting line and fill style, (superflous code has been removed) 2004/09/24 09:39:23 sj 1.101.92.1: #i29625# our graphic object is now supporting line and fill style

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b80da564d93150a2891113f2800ee6e70c33ca7]

        INTEGRATION: CWS sj11 (1.44.96); FILE MERGED 2004/09/30 13:33:45 sj 1.44.96.2: #i34836# added export of line joint 2004/09/30 12:29:48 sj 1.44.96.1: #i33172# now supporting shadowstyle when exporting graphics

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c37e14830ce0a8cdbff96ea2e2cf30b8d0a2d8b]

        INTEGRATION: CWS colorsubtoolbar (1.40.18); FILE MERGED 2004/09/14 17:04:50 pb 1.40.18.1: fix: #i33938# calc: grapicobjectbar -> graphicobjectbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [78988cf69e32538175270386095af6a8e94baafb]

        INTEGRATION: CWS colorsubtoolbar (1.1.2); FILE ADDED 2004/09/29 06:53:56 pb 1.1.2.3: fix: #i33938# new class ColorToolboxAccess 2004/09/28 11:22:07 pb 1.1.2.2: fix: #i33938# now helper instead of toolbox controller 2004/09/14 17:08:31 pb 1.1.2.1: fix: #i33938# toolbox controller of color button on graphic objectbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d09d93c08d057fbb8073e8b695f24bb1c97c11b]

        INTEGRATION: CWS sj11 (1.64.80); FILE MERGED 2004/10/11 11:25:16 sj 1.64.80.2: RESYNC: (1.64-1.65); FILE MERGED 2004/09/24 12:19:34 sj 1.64.80.1: #i29625# now inserting page before loading shapes otherwise control objects are making problems.

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [14f36a102ff2ad407494d7dc238f96d5e5609935]

        INTEGRATION: CWS colorsubtoolbar (1.9.70); FILE MERGED 2004/09/14 17:11:02 pb 1.9.70.1: fix: #i33938# add tbxcolor.obj

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f076c036323d10e86c875b463b6098d80672f0e]

        INTEGRATION: CWS colorsubtoolbar (1.5.376); FILE MERGED 2004/09/24 08:11:59 pb 1.5.376.1: fix: #i33938# execute SID_GRFFILTER isn't an error

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b2daa4a49beea1a3125557d3f5eb21bbea55be9]

        INTEGRATION: CWS colorsubtoolbar (1.53.34); FILE MERGED 2004/09/29 06:55:03 pb 1.53.34.2: fix: #i33938# now SID_COLOR_SETTINGS BoolItem for toggle 2004/09/14 17:09:10 pb 1.53.34.1: fix: #i33938# add SID_COLOR_SETTINGS

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfac7705d21e2f8bff214ef1092e09cda026702e]

        INTEGRATION: CWS colorsubtoolbar (1.98.32); FILE MERGED 2004/09/14 17:10:18 pb 1.98.32.1: fix: #i33938# add tbxcolor.hxx

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [26630dc82dc6304e0e2a0415efb3ec6dc9cdbaa9]

        INTEGRATION: CWS colorsubtoolbar (1.1.2); FILE ADDED 2004/09/29 06:53:39 pb 1.1.2.3: fix: #i33938# new class ColorToolboxAccess 2004/09/28 11:21:55 pb 1.1.2.2: fix: #i33938# now helper instead of toolbox controller 2004/09/14 17:08:05 pb 1.1.2.1: fix: #i33938# toolbox controller of color button on graphic objectbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3166b10a70262c9c7b21b884044e4e2cdebe536]

        INTEGRATION: CWS colorsubtoolbar (1.2.140); FILE MERGED 2004/09/28 11:27:13 pb 1.2.140.2: fix: #i33938# no dropdown for SID_COLOR_SETTINGS 2004/09/14 17:15:14 pb 1.2.140.1: fix: move color entries to colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [40d1e98e42dd53a66b1ccc0e610ca891086192ec]

        INTEGRATION: CWS colorsubtoolbar (1.1.2); FILE ADDED 2004/09/14 17:14:35 pb 1.1.2.1: fix: #i33938# sub toolbar of graphic objectbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [62b240cef7da7d1e6a5f2edda7546c9b107ed0ba]

        INTEGRATION: CWS colorsubtoolbar (1.1.2); FILE ADDED 2004/09/14 17:13:47 pb 1.1.2.1: fix: #i33938# sub toolbar of graphic objectbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3235014aeacb7471397036248cc435142ff5b903]

        INTEGRATION: CWS colorsubtoolbar (1.2.140); FILE MERGED 2004/09/28 11:27:35 pb 1.2.140.2: fix: #i33938# no dropdown for SID_COLOR_SETTINGS 2004/09/14 17:15:38 pb 1.2.140.1: fix: move color entries to colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d33f7492060794c2fd08bdbdd598ec45cd6d513]

        INTEGRATION: CWS colorsubtoolbar (1.1.2); FILE ADDED 2004/09/14 17:14:03 pb 1.1.2.1: fix: #i33938# sub toolbar of graphic objectbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [61634b6bff790ff4540fff064ed56b83aa9a4ad0]

        INTEGRATION: CWS colorsubtoolbar (1.17.64); FILE MERGED 2004/09/29 07:01:09 pb 1.17.64.3: fix: #i33938# use new class ColorToolboxAccess 2004/09/28 11:26:58 pb 1.17.64.2: fix: #i33938# execute SID_COLOR_SETTINGS 2004/09/14 17:31:47 pb 1.17.64.1: fix: #i33938# add SID_COLOR_SETTINGS

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [58d502b533c2e6dbb1e519df893c8af1c47737e0]

        INTEGRATION: CWS aw018 (1.33.2); FILE MERGED 2004/09/16 12:03:11 aw 1.33.2.1: #i33700#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b527a4a9571e4dcc40d2518e75330910e19551c]

        INTEGRATION: CWS colorsubtoolbar (1.42.20); FILE MERGED 2004/09/28 11:26:14 pb 1.42.20.2: fix: #i33938# no toolbox controller for SID_COLOR_SETTINGS 2004/09/14 17:31:33 pb 1.42.20.1: fix: #i33938# add SID_COLOR_SETTINGS

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4074002da729fbb80e3a99173afb96f9326136a9]

        INTEGRATION: CWS colorsubtoolbar (1.4.866); FILE MERGED 2004/09/28 11:25:53 pb 1.4.866.2: fix: #i33938# execute method for SID_COLOR_SETTINGS 2004/09/14 17:30:36 pb 1.4.866.1: fix: #i33938# add SID_COLOR_SETTINGS

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7d661fb55cf6f816ad4a45b4180a8ad4017441f]

        INTEGRATION: CWS aw018 (1.11.36); FILE MERGED 2004/09/22 11:27:31 aw 1.11.36.2: #i26631# 2004/09/21 11:43:11 aw 1.11.36.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [6439e87f5b9c7500d793e4774b9819fd1d27ecc2]

        INTEGRATION: CWS aw018 (1.20.116); FILE MERGED 2004/09/21 11:43:10 aw 1.20.116.2: #i26631# 2004/09/14 10:42:08 aw 1.20.116.1: i32773

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c08af9daad2ade230b67e3feff3762fd9bc53d9a]

        INTEGRATION: CWS aw018 (1.41.116); FILE MERGED 2004/09/22 11:26:52 aw 1.41.116.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c49c085013e2984680e89cb3f896f3181eeb0c74]

        INTEGRATION: CWS aw018 (1.43.114); FILE MERGED 2004/10/11 15:25:19 aw 1.43.114.2: RESYNC: (1.43-1.44); FILE MERGED 2004/09/21 11:43:10 aw 1.43.114.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3373a7707ed507be94347bcd072e6a303319f6f1]

        INTEGRATION: CWS aw018 (1.66.70); FILE MERGED 2004/09/15 12:40:21 aw 1.66.70.1: #i33696#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [83c5c7c8f4f578eb3f96a72e6abbaa924d861e2c]

        INTEGRATION: CWS colorsubtoolbar (1.1.2); FILE ADDED 2004/09/28 11:10:56 pb 1.1.2.2: fix: #i33938# no dropdown for SID_COLOR_SETTINGS 2004/09/14 17:16:46 pb 1.1.2.1: fix: move color entries to colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [877663df6693536f58cc52eec062f20f97f4c681]

        INTEGRATION: CWS aw018 (1.17.72); FILE MERGED 2004/09/10 12:36:45 aw 1.17.72.1: #b4899532#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [39272e0d35621cb1362ad38b93fc6e758687411d]

        INTEGRATION: CWS colorsubtoolbar (1.1.2); FILE ADDED 2004/09/24 11:46:04 pb 1.1.2.1: fix: #i33938# graffilterbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ea80273ee285b6c0c1d5df2e59242fd289e3ee4]

        INTEGRATION: CWS aw018 (1.25.188); FILE MERGED 2004/09/13 13:27:17 aw 1.25.188.2: i32599 2004/09/10 12:36:45 aw 1.25.188.1: #b4899532#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [42ca856252f897c3015bacf8823ada2cec88c901]

        INTEGRATION: CWS colorsubtoolbar (1.1.2); FILE ADDED 2004/09/14 17:16:07 pb 1.1.2.1: fix: #i33938# sub toolbar of graphic objectbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [74a404ef3d7d13c43606fea7995b64e74634da1f]

        INTEGRATION: CWS aw018 (1.20.72); FILE MERGED 2004/09/10 12:36:45 aw 1.20.72.1: #b4899532#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2257e9d576b5ce600d52bab1be89cdc1f950d4b]

        INTEGRATION: CWS colorsubtoolbar (1.13.24); FILE MERGED 2004/09/13 14:01:49 dr 1.13.24.1: #i34120# reenable Right-To-Left in Format->Sheet menu

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [62c447d948a991d5b9d80bbbf582cbeb37fb8ba8]

        INTEGRATION: CWS aw018 (1.27.328); FILE MERGED 2004/09/13 14:59:28 aw 1.27.328.2: i32600 2004/09/10 12:36:45 aw 1.27.328.1: #b4899532#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8f2662cffa3337865c7927a05cacf51ce8bc88b]

        INTEGRATION: CWS colorsubtoolbar (1.30.14); FILE MERGED 2004/09/14 17:28:43 pb 1.30.14.1: fix: #i33938# add SID_COLOR_SETTINGS

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [93e4fc456b9b9af8f9977ced4324ca9d1e09d85c]

        INTEGRATION: CWS aw018 (1.21.428); FILE MERGED 2004/09/10 12:36:44 aw 1.21.428.1: #b4899532#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b963e2c98f835cb7a68c34c25ca40d0c78609ce0]

        INTEGRATION: CWS colorsubtoolbar (1.20.26); FILE MERGED 2004/09/28 11:09:10 pb 1.20.26.2: fix: #i33938# no toolbox controller for SID_COLOR_SETTINGS 2004/09/14 17:28:30 pb 1.20.26.1: fix: #i33938# add SID_COLOR_SETTINGS

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [61c6ded6a1da697d50199fe98ffa1a9cd301bd03]

        INTEGRATION: CWS aw018 (1.15.428); FILE MERGED 2004/10/11 15:23:52 aw 1.15.428.2: RESYNC: (1.15-1.16); FILE MERGED 2004/09/13 13:27:17 aw 1.15.428.1: i32599

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2f46d23b9b6aa4d5b7079ebe9f2a7a0ea227b00]

        INTEGRATION: CWS colorsubtoolbar (1.5.268); FILE MERGED 2004/09/28 10:48:56 pb 1.5.268.2: fix: #i33938# execute method for SID_COLOR_SETTINGS 2004/09/14 17:28:09 pb 1.5.268.1: fix: #i33938# add SID_COLOR_SETTINGS

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c806cd415f461b995243a149adf42c21896965ef]

        INTEGRATION: CWS aw018 (1.67.38); FILE MERGED 2004/09/27 16:21:44 aw 1.67.38.3: #i34682# 2004/09/13 13:27:16 aw 1.67.38.2: i32599 2004/09/10 12:36:44 aw 1.67.38.1: #b4899532#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0b9b641a17b95e66f3b4b31c35b9f9c2299ca66]

        INTEGRATION: CWS aw018 (1.21.116); FILE MERGED 2004/09/22 11:25:49 aw 1.21.116.2: #i33755# 2004/09/14 10:42:08 aw 1.21.116.1: i32773

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8a1274e0c938a82fb9205762717feba4ac7eb35]

        INTEGRATION: CWS aw018 (1.39.116); FILE MERGED 2004/10/11 15:22:58 aw 1.39.116.2: RESYNC: (1.39-1.40); FILE MERGED 2004/09/24 12:42:58 aw 1.39.116.1: #i33755#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [110fd2383ce20d43442fcb89fe996af2fd858511]

        INTEGRATION: CWS aw018 (1.2.118); FILE MERGED 2004/09/21 11:43:10 aw 1.2.118.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c33ea60e4ee8a1385c3085ea79c067da1909407c]

        INTEGRATION: CWS aw018 (1.5.116); FILE MERGED 2004/09/21 11:41:44 aw 1.5.116.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b15d7e33a1f649a3b4446c54c751bfdd5a36e06f]

        INTEGRATION: CWS aw018 (1.8.116); FILE MERGED 2004/10/11 15:19:15 aw 1.8.116.4: RESYNC: (1.8-1.9); FILE MERGED 2004/09/27 16:21:56 aw 1.8.116.3: #i34682# 2004/09/21 11:41:44 aw 1.8.116.2: #i26631# 2004/09/10 13:48:57 aw 1.8.116.1: #i31599#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [43d586fae6623d181261fa8fa8b3851cefede9a0]

        INTEGRATION: CWS aw018 (1.7.116); FILE MERGED 2004/09/21 11:41:44 aw 1.7.116.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b1bc0056878b0b67806b7fb7f3437ad16cbfaf9]

        INTEGRATION: CWS aw018 (1.2.38); FILE MERGED 2004/09/21 11:41:43 aw 1.2.38.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [94e99308d7ea581f0ee91f92c138121daa2b7bce]

        INTEGRATION: CWS aw018 (1.2.118); FILE MERGED 2004/09/21 11:41:43 aw 1.2.118.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f49eac352bebcb3f7d2a11676a405ca29aa5bc6b]

        INTEGRATION: CWS aw018 (1.5.116); FILE MERGED 2004/09/21 11:41:43 aw 1.5.116.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c2cacab6a0a83ab8b0f3d99006342c778922848]

        INTEGRATION: CWS aw018 (1.2.430); FILE MERGED 2004/09/21 11:41:42 aw 1.2.430.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [832475221b1b378a7036187e03d7a856d27f062a]

        INTEGRATION: CWS aw018 (1.4.116); FILE MERGED 2004/09/21 11:41:42 aw 1.4.116.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce0864ffb89e13b2489e4c878014f4a32848e6a8]

        INTEGRATION: CWS aw018 (1.6.38); FILE MERGED 2004/09/21 11:41:42 aw 1.6.38.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [758cd047723beb044006fc199f4216bd35055bc2]

        INTEGRATION: CWS aw018 (1.5.288); FILE MERGED 2004/09/21 11:41:42 aw 1.5.288.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [62ad7658589c57d718ff8e22a8889a40b6a83870]

        INTEGRATION: CWS aw018 (1.33.188); FILE MERGED 2004/09/10 12:36:43 aw 1.33.188.1: #b4899532#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e6a440219f70a87baf1d11974290955d90bb9e5]

        INTEGRATION: CWS aw018 (1.58.166); FILE MERGED 2004/09/16 10:50:59 aw 1.58.166.1: #i33700#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b1855a7df49b84ca557273665d9fd9fe288d0a2]

        INTEGRATION: CWS aw018 (1.4.116); FILE MERGED 2004/09/21 11:40:18 aw 1.4.116.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ec81bd4fbdf41ad6239746ed03946353587b91e]

        INTEGRATION: CWS aw018 (1.5.116); FILE MERGED 2004/09/21 11:40:18 aw 1.5.116.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c550fbeef3410892250875c7a1ca11009c64470]

        INTEGRATION: CWS aw018 (1.2.38); FILE MERGED 2004/09/21 11:40:17 aw 1.2.38.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeac2a3a7622f246075856e903c6a675f9a02201]

        INTEGRATION: CWS aw018 (1.2.118); FILE MERGED 2004/09/21 11:40:17 aw 1.2.118.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [409d7a8254b6e598217ff2b8002e87e7dd83fa48]

        INTEGRATION: CWS aw018 (1.4.116); FILE MERGED 2004/09/21 11:40:16 aw 1.4.116.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [bffcc9128acb4ee02f5d8f772422318070a864ec]

        INTEGRATION: CWS colorsubtoolbar (1.3.32); FILE MERGED 2004/09/28 11:16:32 pb 1.3.32.2: fix: #i33938# no dropdown for SID_COLOR_SETTINGS 2004/09/14 17:21:31 pb 1.3.32.1: fix: move color entries to colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [03f61bb54ba8e5ec0614a2e6c47ee01d57872b43]

        INTEGRATION: CWS aw018 (1.5.38); FILE MERGED 2004/09/21 11:40:16 aw 1.5.38.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fcc4846036d869b0b443b7a93dbc4905c3b3370]

        INTEGRATION: CWS colorsubtoolbar (1.1.2); FILE ADDED 2004/09/14 17:21:16 pb 1.1.2.1: fix: #i33938# sub toolbar of graphic objectbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [76b29d9f485f6ff826c6aebf414be6fa030e9806]

        INTEGRATION: CWS colorsubtoolbar (1.4.32); FILE MERGED 2004/09/28 11:16:10 pb 1.4.32.2: fix: #i33938# no dropdown for SID_COLOR_SETTINGS 2004/09/14 17:20:46 pb 1.4.32.1: fix: move color entries to colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [430244d744ca416c06c7708b3244523c00dcc6ab]

        INTEGRATION: CWS aw018 (1.5.116); FILE MERGED 2004/09/21 11:40:16 aw 1.5.116.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac04309f64074431546c7cefa3e7d2c9ffda80dd]

        INTEGRATION: CWS colorsubtoolbar (1.1.2); FILE ADDED 2004/09/14 17:20:33 pb 1.1.2.1: fix: #i33938# sub toolbar of graphic objectbar

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7f1fade127c46cd385691d135c9faf1c4ed90a1]

        INTEGRATION: CWS colorsubtoolbar (1.4.210); FILE MERGED 2004/09/28 11:13:57 pb 1.4.210.2: fix: #i33938# execute method for SID_COLOR_SETTINGS 2004/09/14 17:23:34 pb 1.4.210.1: fix: #i33938# add tbxcolor.obj

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea50ad5da16b0072583c99aef616b512b82fff9d]

        INTEGRATION: CWS colorsubtoolbar (1.5.14); FILE MERGED 2004/09/14 17:39:48 pb 1.5.14.1: fix: #i33938# add colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [02535f908c6f8728d0756b9b50a2f76531c92c9e]

        INTEGRATION: CWS colorsubtoolbar (1.5.14); FILE MERGED 2004/09/27 08:00:49 pb 1.5.14.2: fix: #i33938# second graphicobjectbar removed 2004/09/14 17:39:47 pb 1.5.14.1: fix: #i33938# add colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [516010fe50a22098e8712768d21bc465820cdcf2]

        INTEGRATION: CWS colorsubtoolbar (1.5.14); FILE MERGED 2004/09/14 17:39:47 pb 1.5.14.1: fix: #i33938# add colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a67e67b8cf2c1651eb006171335280e842621afd]

        INTEGRATION: CWS colorsubtoolbar (1.5.28); FILE MERGED 2004/09/14 17:39:47 pb 1.5.28.1: fix: #i33938# add colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [678dcc2348dd8b250cbf3dd4cc54f9ea166b909a]

        INTEGRATION: CWS colorsubtoolbar (1.16.26); FILE MERGED 2004/09/14 17:39:46 pb 1.16.26.1: fix: #i33938# add colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f20b0dfbc8df1b65b2141022329b1b1f241ef91]

        INTEGRATION: CWS colorsubtoolbar (1.5.28); FILE MERGED 2004/09/14 17:39:45 pb 1.5.28.1: fix: #i33938# add colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4e60e201fe6054ba4864c36e51dc87073d09188]

        INTEGRATION: CWS colorsubtoolbar (1.5.14); FILE MERGED 2004/09/27 07:57:46 pb 1.5.14.3: fix: #i33938# grapicobjectbar -> graphicobjectbar 2004/09/24 11:44:52 pb 1.5.14.2: fix: #i33938# graffilterbar added 2004/09/14 17:39:45 pb 1.5.14.1: fix: #i33938# add colorbar.xml

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cc1191a49cd6f4da87827a9451aa89a70c4d04d]

        INTEGRATION: CWS colorsubtoolbar (1.8.44); FILE MERGED 2004/09/13 14:13:30 dr 1.8.44.1: #i33254# wrong entries in Format menu and sub menus

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eae4a86638b451c4f2e2cc310db8ff9fd45b3b3]

        INTEGRATION: CWS aw018 (1.26.118); FILE MERGED 2004/09/16 10:48:33 aw 1.26.118.1: #i33700#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [16c791dec5756faeb23c3d3546912123276c59db]

        INTEGRATION: CWS aw018 (1.29.28); FILE MERGED 2004/10/11 11:44:55 aw 1.29.28.2: RESYNC: (1.29-1.31); FILE MERGED 2004/09/16 10:49:51 aw 1.29.28.1: #i33700#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [12450853300ca76a400d809e5758540a9495ed50]

        INTEGRATION: CWS m56fixp1 (1.4.6); FILE MERGED 2004/10/11 13:45:58 mav 1.4.6.1: #i35276# use returned error code

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a97ee3084c7a10171d338b3bca9bd5aa759eb58]

        INTEGRATION: CWS aw018 (1.19.72); FILE MERGED 2004/10/11 11:26:53 aw 1.19.72.2: RESYNC: (1.19-1.20); FILE MERGED 2004/09/21 14:47:47 aw 1.19.72.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a8eef7780d6e8e4919ebccdb074d8ce4e318d61]

        INTEGRATION: CWS m56fixp1 (1.16.4); FILE MERGED 2004/10/12 09:33:29 gh 1.16.4.1: #i34933#,#i34764# fiddeling around with recovering toolboxes again

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2e42ed5c1c3399a1109314eb32b5b4e20e3987c]

        INTEGRATION: CWS aw018 (1.37.34); FILE MERGED 2004/10/11 11:24:22 aw 1.37.34.2: RESYNC: (1.37-1.38); FILE MERGED 2004/09/21 17:29:49 aw 1.37.34.1: #i26631#

2004-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e2ece5aeed7aa38b48e3498a95fd627023c3de1]

        INTEGRATION: CWS aw018 (1.28.210); FILE MERGED 2004/09/21 14:47:47 aw 1.28.210.1: #i26631#

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d6a453af7292cf9259811e4d43ba17a3f2e8d1c]

        INTEGRATION: CWS extras14 (1.1.1.1.136); FILE MERGED 2004/08/19 13:24:46 ih 1.1.1.1.136.1: #i32641# templates converted to the new file format

2004-10-11  Michael Meeks  <mmeeks@openoffice.org>  [890f2fc27e16aa9423b12a092fc2fd93a1620f33]

        Issue number: 35144 Submitted by: mmeeks
        
        Fix win32 build patch from Volker.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [960357a18c69b33bc05f89980a112a4e18b619b5]

        INTEGRATION: CWS extras14 (1.1.2); FILE ADDED 2004/08/12 12:14:04 tv 1.1.2.1: #i27772# added english version of files because native ones are missing. without files build will break. Issue number: Submitted by: Reviewed by:

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0b4c5367d158e21b458fadbbe775dc975caa6b2]

        INTEGRATION: CWS extras14 (1.3.2); FILE ADDED 2004/08/17 12:02:22 va 1.3.2.1: #117629# Deleted crdbus54.bau.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [61df3b371c0bdfffdfbd39f639e5797e2725bca3]

        INTEGRATION: CWS tra2 (1.1.2); FILE ADDED 2004/10/05 17:34:00 tra 1.1.2.2: #i34719# use of 'dem' instead of 'den' 2004/09/29 08:34:48 tra 1.1.2.1: #i34719#

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [db8fcf6b8fd63f7f5489a453bfd7ce23104863da]

        INTEGRATION: CWS tra2 (1.1.2); FILE ADDED 2004/09/29 08:34:39 tra 1.1.2.1: #i34719#

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [42f175d9d0c1d046f951456c4179c485a93a9cb5]

        INTEGRATION: CWS tra2 (1.3.124); FILE MERGED 2004/09/29 08:39:42 tra 1.3.124.1: #i34719#added winexplorerext directory

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [62737271511d3a3e57acc3087055a2155b934aae]

        INTEGRATION: CWS cfgcws01 (1.69.4); FILE MERGED 2004/09/28 09:11:31 mmeeks 1.69.4.1: Issue number: 34707 Submitted by: mmeeks Reviewed by: mmeeks
        
        Add check for perl's Archive::Zip functionality & deps.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b83af8c90bb06bc77ab309c9f09bd915b20df704]

        INTEGRATION: CWS cfgcws01 (1.52.6); FILE MERGED 2004/09/28 09:11:30 mmeeks 1.52.6.1: Issue number: 34707 Submitted by: mmeeks Reviewed by: mmeeks
        
        Add check for perl's Archive::Zip functionality & deps.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0574de6bd9353c4a2ba356aca94bf8f6744b7a1]

        INTEGRATION: CWS cfgcws01 (1.6.12); FILE MERGED 2004/09/28 09:24:33 mmeeks 1.6.12.1: Issue number: 34710 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Fix undefined warning on cwscreate, add CWS_NO_UDPATE env. var to allow
        not running a slow cvs update on the tree during cws creation.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6df319952024ed3088e255d084807565235b286]

        INTEGRATION: CWS cfgcws01 (1.4.12); FILE MERGED 2004/10/01 14:46:52 mmeeks 1.4.12.2: Issue number: 34710 Submitted by: mmeeks Reviewed by:  hr
        
        Use -f not -m to force changes into the cws.
        2004/09/28 09:18:04 mmeeks 1.4.12.1: Issue number: 34708
        Submitted by: mmeeks
        Reviewed by:  mmeeks
        
        Add cwsadd -m flag to allow modified modules to be incorporated into a cws

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [281222d79469255a72b30b8888d4420577b6e23d]

        INTEGRATION: CWS configure1 (1.32.4); FILE MERGED 2004/09/21 13:16:54 cmc 1.32.4.1: #i34439# system-expat

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [66a11cd2e34fd3b4a130e1a5ade3859ddc2fd824]

        INTEGRATION: CWS configure1 (1.2.4); FILE MERGED 2004/09/21 13:16:54 cmc 1.2.4.1: #i34439# system-expat

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae0db182e82c4df9ba148c7a4f60259fa69743e0]

        INTEGRATION: CWS configure1 (1.69.2); FILE MERGED 2004/09/21 12:02:58 cmc 1.69.2.1: #i34439# a full stop instead of a comma on configure.in for the expat option

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a132879ecf4fe550cd09b99468a8fe88068cd071]

        INTEGRATION: CWS vq02 (1.54.6); FILE MERGED 2004/09/22 19:54:15 vq 1.54.6.1: #i34189# INCLUDE has to be in DOS format for W32-tcsh build.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [19e900754787575f220230f60aa84c6f5774b915]

        INTEGRATION: CWS vq02 (1.14.10); FILE MERGED 2004/09/16 18:18:46 vq 1.14.10.1: #i34228# configure and solenv changes for VCTK use.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [af5d7df62212d3f2cd9e77e62f21d19d4b59ae52]

        INTEGRATION: CWS vq02 (1.7.162); FILE MERGED 2004/09/16 18:18:45 vq 1.7.162.1: #i34228# configure and solenv changes for VCTK use.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ac2a605d93f38daf4c983613e073f8db090d673]

        INTEGRATION: CWS vq02 (1.19.8); FILE MERGED 2004/10/04 12:48:32 vq 1.19.8.4: #i34228# Typo, found while testing with .NET2003. 2004/09/21 17:00:29 vq 1.19.8.3: RESYNC: (1.19-1.22); FILE MERGED 2004/09/18 12:29:13 vq 1.19.8.2: #i34327# Make config_office DirectX SDK aware. 2004/09/16 18:18:44 vq 1.19.8.1: #i34228# configure and solenv changes for VCTK use.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2abb622057c0dc43548ad6b8499c5cf134c5bcd8]

        INTEGRATION: CWS vq02 (1.66.8); FILE MERGED 2004/10/04 02:23:12 vq 1.66.8.6: #i27627# Oops, $COMSPEC includes the /Bin, therefore a 'find "$COMPATH/../.." ...' is needed to find msvc?7?.dll. 2004/09/26 14:06:06 vq 1.66.8.5: #i27627# Teach configure to detect and copy the needed msvc?7?.dll. 2004/09/21 17:00:01 vq 1.66.8.4: RESYNC: (1.66-1.69); FILE MERGED 2004/09/18 12:29:12 vq 1.66.8.3: #i34327# Make config_office DirectX SDK aware. 2004/09/17 13:36:36 vq 1.66.8.2: #i34228# Documentation fix for --with-frame-home. 2004/09/16 18:18:43 vq 1.66.8.1: #i34228# configure and solenv changes for VCTK use.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c98940b9432bac36dc4382337f69adc1262afea2]

        INTEGRATION: CWS vq02 (1.48.6); FILE MERGED 2004/10/04 02:23:11 vq 1.48.6.7: #i27627# Oops, $COMSPEC includes the /Bin, therefore a 'find "$COMPATH/../.." ...' is needed to find msvc?7?.dll. 2004/09/26 14:06:05 vq 1.48.6.6: #i27627# Teach configure to detect and copy the needed msvc?7?.dll. 2004/09/21 19:07:47 vq 1.48.6.5: #i10000# Regenerate aclocal.m4, someone introduced a new macro to configure.in without updating aclocal.m4. 2004/09/21 17:00:12 vq 1.48.6.4: RESYNC: (1.48-1.52); FILE MERGED 2004/09/18 12:29:11 vq 1.48.6.3: #i34327# Make config_office DirectX SDK aware. 2004/09/17 13:36:33 vq 1.48.6.2: #i34228# Documentation fix for --with-frame-home. 2004/09/16 18:18:42 vq 1.48.6.1: #i34228# configure and solenv changes for VCTK use.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1149cbfe7e9370ba1d62bdb976de49548474f972]

        INTEGRATION: CWS vq02 (1.3.46); FILE MERGED 2004/09/21 19:07:47 vq 1.3.46.1: #i10000# Regenerate aclocal.m4, someone introduced a new macro to configure.in without updating aclocal.m4.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c787f4c36ba1a7176b8c90d497c0ad1138e5742f]

        INTEGRATION: CWS vq02 (1.8.22); FILE MERGED 2004/09/16 18:18:45 vq 1.8.22.1: #i34228# configure and solenv changes for VCTK use.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c7a2eaf331a4a682ffef0c73e66bf6f9708d43c]

        INTEGRATION: CWS vq02 (1.66.4); FILE MERGED 2004/09/21 16:57:30 vq 1.66.4.2: RESYNC: (1.66-1.67); FILE MERGED 2004/09/16 18:18:44 vq 1.66.4.1: #i34228# configure and solenv changes for VCTK use.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f3e03d56d103974a78528f4bd41ea9859494fd7]

        INTEGRATION: CWS vq02 (1.4.18); FILE MERGED 2004/10/01 19:57:03 vq 1.4.18.1: #i34470# Patch to make cwstools usable with currenv cvs version.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf1193c1b95acf44773ce1d91056a67d8be5d8e5]

        INTEGRATION: CWS vq02 (1.5.8); FILE MERGED 2004/10/01 19:57:03 vq 1.5.8.1: #i34470# Patch to make cwstools usable with currenv cvs version.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [607ea70ed433faad44a27019a86b8f4cd41f47f2]

        INTEGRATION: CWS vq02 (1.6.8); FILE MERGED 2004/10/01 19:57:02 vq 1.6.8.1: #i34470# Patch to make cwstools usable with currenv cvs version.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceab9461651b19ce35b2fc549e8ed7429e0d2c6a]

        INTEGRATION: CWS vq02 (1.3.18); FILE MERGED 2004/10/01 19:57:02 vq 1.3.18.1: #i34470# Patch to make cwstools usable with currenv cvs version.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d8a3878bff7fc728a98639946aa49d6ebffb01e]

        INTEGRATION: CWS vq02 (1.115.4); FILE MERGED 2004/10/01 19:57:02 vq 1.115.4.1: #i34470# Patch to make cwstools usable with currenv cvs version.

2004-10-11  Rüdiger Timm  <rt@openoffice.org>  [42238361a3f41e3498fbe8fbdfa0d9013d3e21bf]

        #117656# Take obsolete modules out of %obligatory_modules.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1476b68b240889d466dffd455bb5ee26a91a882]

        INTEGRATION: CWS macrouifix (1.12.36); FILE MERGED 2004/09/27 09:49:54 dfoster 1.12.36.1: #i34645# Patch submitted by pjanik. Added dependency on javaunohelper.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcc2a2f65837a902424579f08de847f92a7991a4]

        INTEGRATION: CWS macrouifix (1.5.8); FILE MERGED 2004/09/16 09:23:08 dfoster 1.5.8.2: #i33576# 2004/09/13 13:26:01 dfoster 1.5.8.1: #i33576# Added extra services to registration code.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [552109fa30f57427c79654a8b92990cc5255c71d]

        INTEGRATION: CWS macrouifix (1.5.10); FILE MERGED 2004/09/16 09:23:07 dfoster 1.5.10.2: #i33576# 2004/09/13 13:26:00 dfoster 1.5.10.1: #i33576# Added extra services to registration code.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a300c1f0ff1b1858f3920da4a5bb8d4b1affaa83]

        INTEGRATION: CWS macrouifix (1.5.10); FILE MERGED 2004/09/16 09:23:06 dfoster 1.5.10.2: #i33576# 2004/09/13 13:25:58 dfoster 1.5.10.1: #i33576# Added extra services to registration code.

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7efeb09b4552673c072ffe2ec5e16660193c88e]

        INTEGRATION: CWS sch04 (1.36.10); FILE MERGED 2004/09/27 14:40:54 bm 1.36.10.1: #i34059# install ChartWindowState.xcs to get toolbar name in UI

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b680b8f2f39ee4eafd80c29d7e9669707c3ccfa1]

        INTEGRATION: CWS sch04 (1.2.136); FILE MERGED 2004/09/23 14:13:42 bm 1.2.136.1: some superfluous quotes removed

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [587d159a80237363cb83c0fa8ab801368f2ed762]

        INTEGRATION: CWS sch04 (1.5.16); FILE MERGED 2004/09/23 14:17:58 bm 1.5.16.1: #i34059# ChartWindowState.xcu added

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bc22cf95d4e9b3d08fa9e8037868c23a2a29909]

        INTEGRATION: CWS sch04 (1.1.2); FILE ADDED 2004/09/23 14:14:46 bm 1.1.2.1: #i34059# Name for Chart toolbar added

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [73c04326eece571dba94c563c7f05d0283636379]

        INTEGRATION: CWS csvio (1.3.132); FILE MERGED 2004/09/13 16:33:23 er 1.3.132.1: #i834# read CSV quoted embedded line breaks into cell data

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1be935e70606ac9730b32f988abaea805b97641]

        INTEGRATION: CWS csvio (1.8.146); FILE MERGED 2004/09/13 16:33:23 er 1.8.146.1: #i834# read CSV quoted embedded line breaks into cell data

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [42ebe63abaa367cc97d864c2f97bfa87f489ffcb]

        INTEGRATION: CWS csvio (1.29.12); FILE MERGED 2004/09/16 15:01:06 er 1.29.12.2: #i13331# lcl_PutString: recognize combined date/time values 2004/09/13 16:33:22 er 1.29.12.1: #i834# read CSV quoted embedded line breaks into cell data

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [205ce0793d7b7f40734b02ed84158a831fdb7ecd]

        INTEGRATION: CWS csvio (1.72.22); FILE MERGED 2004/09/15 18:05:02 er 1.72.22.2: #i3516# AsciiSave: enquote values if delimiter contained 2004/09/13 16:33:22 er 1.72.22.1: #i834# read CSV quoted embedded line breaks into cell data

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d0ae47d205f282d902aa7c22ee4d40c8d55e075]

        INTEGRATION: CWS csvio (1.5.12); FILE MERGED 2004/09/13 16:33:21 er 1.5.12.1: #i834# read CSV quoted embedded line breaks into cell data

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb10721f238d4ff7e6be44013ae007654dae5586]

        INTEGRATION: CWS csvio (1.19.134); FILE MERGED 2004/09/08 15:51:16 dr 1.19.134.1: #i834# draw newline characters

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0937c97c605aa972ca5ee2ecf286e0c672338154]

        INTEGRATION: CWS csvio (1.21.12); FILE MERGED 2004/09/13 16:33:21 er 1.21.12.1: #i834# read CSV quoted embedded line breaks into cell data

2004-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f915712a80cc48e8bb987893adf3358d276d24b5]

        INTEGRATION: CWS csvio (1.16.34); FILE MERGED 2004/09/14 14:00:57 er 1.16.34.2: #b4996294# ReadUniStringLine: reading little endian Unicode with DOS (u+000d,u+000a) line ends on a big endian machine resulted in a blank line every second line 2004/09/13 15:59:26 er 1.16.34.1: #i834# add SvStream::ReadCsvLine() method

2004-10-11  Michael Hönnig  <mi@openoffice.org>  [b97949823d42740a58ef8f1e48de3284b2336dc7]

        first revision of build control files of bean project

2004-10-11  Michael Hönnig  <mi@openoffice.org>  [7132972bf580f70854ed3078ed36e1ba024617a4]

        first revision of build control files for bean project

2004-10-11  Rüdiger Timm  <rt@openoffice.org>  [5a985f992c49c8b6b5573317920fe15474c9e279]

        INTEGRATION: CWS pj06 (1.8.28); FILE MERGED 2004/10/06 19:10:58 pjanik 1.8.28.1: #i34675#: Add missing dependencies, fix typo

2004-10-11  Rüdiger Timm  <rt@openoffice.org>  [0344dc651fc16c2d72e0949e45197c1c5b32a99a]

        INTEGRATION: CWS pj06 (1.6.28); FILE MERGED 2004/10/06 19:10:57 pjanik 1.6.28.1: #i34675#: Add missing dependencies, fix typo

2004-10-11  Rüdiger Timm  <rt@openoffice.org>  [1c4528d7dc00ac19593dbf2d72b12834801b190b]

        INTEGRATION: CWS pj04 (1.7.8); FILE MERGED 2004/09/17 20:17:28 pjanik 1.7.8.1: #i10000#: gtk module is for StarOffice only.

2004-10-08  Kurt Zenker  <kz@openoffice.org>  [3aeee651c1f91ce4a6c4113407a41165392f1aa1]

        SRC680

2004-10-08  Kurt Zenker  <kz@openoffice.org>  [73ee31d258a2d9b236459c97dc0725d90458c610]

        #i10000# only build on one computer - temporary workaround

2004-10-08  Mikhail Voitenko  <mav@openoffice.org>  [eb2b8e0df8b781527c6d228646a72426e021b36f]

        #i35187# remove the code for now

2004-10-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5efbdbb0840264d1155c26f9d5a8dba0ce9c8039]

        #i10000# #i28837# fix dependency

2004-10-08  Mikhail Voitenko  <mav@openoffice.org>  [757dda24008ea705637307ac7f8d05ee0c1f184a]

        #i35188# check for import or export

2004-10-08  Mikhail Voitenko  <mav@openoffice.org>  [b88e166fddfcfb475f38fb07c9c6174b4c8be0a2]

        #i35188# use correct stream

2004-10-08  Mikhail Voitenko  <mav@openoffice.org>  [609035a239d30f9c29f8ca68206fd396fbb9e81a]

        #i35140# do not throw exception in case object is waiting for saveCompleted but is able to provide information

2004-10-08  Oliver Specht  <os@openoffice.org>  [7ae978dd07e2c77ee79e629f09477104221fd6eb]

        #35167# creation of storages may cause exceptions - in this case the file has to be opened again for reading, only

2004-10-08  Michael Meeks  <mmeeks@openoffice.org>  [852f23833ac2341611d7bda6baa1036b4eba6267]

        Issue number: 35022 Submitted by: mmeeks Reviewed by:  mmeeks
        
        de-cruftify deliver bits.

2004-10-08  Michael Meeks  <mmeeks@openoffice.org>  [3abb46401b3eee55c2724d73e039982bdb9162a3]

        Issue number: #i35022# Submitted by: mmeeks Reviewed by:  mmeeks
        
        Fix to install Mac .dylib, improve deps, remove libwpd_internal.h include.

2004-10-07  Christof Pintaske  <cp@openoffice.org>  [4b325b0f20ce574296c865b4825e584097933bf4]

        #34894# don't delete a directory unconditionally, ask the user to do so

2004-10-07  Christof Pintaske  <cp@openoffice.org>  [96991f4e34353109bbb90c1ae7cb39b2c9cd998f]

        #34894# don't delete a directory unconditionally, ask the user to do so

2004-10-07  Michael Meeks  <mmeeks@openoffice.org>  [96d83d041a9ad6ee80b0362de0801faf8f1f8fa3]

        Issue number: 35022 Submitted by: mmeeks Reviewed by:  vq
        
        Fix .net 2003 build with stdio.h include.

2004-10-07  Kurt Zenker  <kz@openoffice.org>  [a0f96acde04314b0bab6f545eeab7ae788994aaa]

        #i10000# chg. ReadXML to SwGetReaderXML()

2004-10-07  Vladimir Glazounov  <vg@openoffice.org>  [ac183d89ed9064274ab38d15e1e4a776c2af556c]

        new version for SRC680

2004-10-07  Kurt Zenker  <kz@openoffice.org>  [7de9eb6b6287a7ebdda2126c3aea596f623dcbf2]

        #i10000# use svstor.hxx instead of storage.hxx

2004-10-07  Vladimir Glazounov  <vg@openoffice.org>  [d61e12a5992c1f15db4eeb314e616c498f39e800]

        new version for SRC680

2004-10-07  Kurt Zenker  <kz@openoffice.org>  [150037557a1908c7f679fe2fdad843205d162ea7]

        #i34650# ucpgvfs1 lib only if ENABLE_GNOMEVFS set

2004-10-07  Vladimir Glazounov  <vg@openoffice.org>  [04ac24da27149d76cc80e20d44c9c8312af7e0ea]

        new version for SRC680

2004-10-07  Rüdiger Timm  <rt@openoffice.org>  [065df1045a81d248282aeb333d4bbaef505a7e3a]

        #i10000# Include svtools header without svtools path, otherwise it won't compile before delivering.

2004-10-06  Vladimir Glazounov  <vg@openoffice.org>  [d2936489a3fd12d51ad2257c5a51e6ff1f1b52c3]

        new version for SRC680

2004-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ae8763bcac2cda367d12d58e3b31227936c11a6d]

        new version for SRC680

2004-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c382940f2d1ffe705b2cad976f42bbd5c549bc6c]

        new version for SRC680

2004-10-06  Vladimir Glazounov  <vg@openoffice.org>  [099567da9053d6b2ca2101c752cb9a17e3ed46c7]

        new version for SRC680

2004-10-06  Vladimir Glazounov  <vg@openoffice.org>  [6abfeba4427e5d6a833a17d4848d9b4446209718]

        new version for SRC680

2004-10-06  Rüdiger Timm  <rt@openoffice.org>  [dc5a29c67c125811d142a903a031db93056f6d6b]

        #i10000# Dependency to module xmlsecurity added.

2004-10-06  Kurt Zenker  <kz@openoffice.org>  [cd0c904617f68876da6d85c054947c958117bce6]

        SRC680

2004-10-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8d13a33823fa6c676ababdee5411411d8f54876]

        #i10000#: sanitize_cvs_hierarchy(): call configuration outside loop

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d0bad40495359d625f9b917b085375e479207532]

        INTEGRATION: CWS mav09 (1.4.136); FILE MERGED 2004/05/13 15:10:03 mav 1.4.136.1: #112768# remove dangerous references

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0c5bb3f42d38b3c16015dc0a45defd1b1dad4f92]

        INTEGRATION: CWS mav09 (1.66.18); FILE MERGED 2004/09/17 00:05:02 mav 1.66.18.4: RESYNC: (1.66-1.67); FILE MERGED 2004/08/23 10:19:37 mav 1.66.18.3: #i27773# adopt to linux 2004/08/06 09:56:51 mav 1.66.18.2: #i29833# reimplement folders and streams life dependencies 2004/08/05 11:18:46 mav 1.66.18.1: #i26216# allow to commit empty folders

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0b13c92a23be190e6e32e248520b20bb05c0e7da]

        INTEGRATION: CWS mav09 (1.11.28); FILE MERGED 2004/08/06 09:56:51 mav 1.11.28.1: #i29833# reimplement folders and streams life dependencies

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6b61d177a8c5aa4a98ca4377207617e54bc9fe52]

        INTEGRATION: CWS mav09 (1.24.50); FILE MERGED 2004/08/06 09:56:51 mav 1.24.50.1: #i29833# reimplement folders and streams life dependencies

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [098bfa8d46f5388bcc16ba77a0458c794431c2f8]

        INTEGRATION: CWS mav09 (1.91.2); FILE MERGED 2004/09/21 17:58:48 mav 1.91.2.6: RESYNC: (1.92-1.93); FILE MERGED 2004/09/17 00:04:55 mav 1.91.2.5: RESYNC: (1.91-1.92); FILE MERGED 2004/08/23 10:11:59 mav 1.91.2.4: #i27773# adopt to linux 2004/08/06 09:56:51 mav 1.91.2.3: #i29833# reimplement folders and streams life dependencies 2004/07/15 10:55:45 mav 1.91.2.2: #i27773# notification about corruption 2004/07/05 12:05:44 mav 1.91.2.1: #i27773# package repairing

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e2a1531524fdacc135e36c68deac14ff47fca614]

        INTEGRATION: CWS mav09 (1.4.86); FILE MERGED 2004/09/17 00:04:48 mav 1.4.86.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/06 09:56:51 mav 1.4.86.1: #i29833# reimplement folders and streams life dependencies

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [33ca81f4af34ffdfcd0d5d9196a38d0a91dfc25f]

        INTEGRATION: CWS mav09 (1.6.28); FILE MERGED 2004/09/17 00:04:41 mav 1.6.28.14: RESYNC: (1.9-1.12); FILE MERGED 2004/09/02 12:01:52 mav 1.6.28.13: #i27773# allow to copy element to the same storage 2004/08/25 11:48:40 mav 1.6.28.12: #i27773# substorage must also implement XTransactionBroadcaster 2004/08/25 11:41:04 mav 1.6.28.11: #i27773# substorage must also implement XTransactionBroadcaster 2004/08/09 19:17:23 mav 1.6.28.10: RESYNC: (1.8-1.9); FILE MERGED 2004/08/06 09:55:46 mav 1.6.28.9: #i26216# handle empty storages in a special way 2004/08/05 11:18:46 mav 1.6.28.8: #i26216# allow to commit empty folders 2004/07/15 10:55:44 mav 1.6.28.7: #i27773# notification about corruption 2004/07/08 15:57:09 mav 1.6.28.6: RESYNC: (1.7-1.8); FILE MERGED 2004/07/05 09:45:57 mav 1.6.28.5: #i27773# wrap the original exception 2004/06/21 08:46:23 mav 1.6.28.4: #i30400# do not ignore target name 2004/05/17 17:47:24 mav 1.6.28.3: RESYNC: (1.6-1.7); FILE MERGED 2004/05/16 17:33:59 mba 1.6.28.2: #i27773#: problems when opening storage several times in different modes 2004/05/10 08:04:27 mba 1.6.28.1: #i27773#: typo in property name

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7fabf53f67d5f6daf997062ba69b28843feae86e]

        INTEGRATION: CWS mav09 (1.3.2); FILE MERGED 2004/07/05 10:30:13 mav 1.3.2.1: #i27773# provide status indicator

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e5ac0497fe5f76112f28f70701af96b5f95c710e]

        INTEGRATION: CWS mav09 (1.3.42); FILE MERGED 2004/05/13 15:10:03 mav 1.3.42.1: #112768# remove dangerous references

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4c0dd2d91ffa1d3e1dec1242c1aaf38dc081cb38]

        INTEGRATION: CWS mav09 (1.34.100); FILE MERGED 2004/09/17 00:04:24 mav 1.34.100.2: RESYNC: (1.34-1.35); FILE MERGED 2004/07/15 10:55:44 mav 1.34.100.1: #i27773# notification about corruption

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a700405520d653b8039f202e36665ee82197e2ec]

        INTEGRATION: CWS mav09 (1.4.178); FILE MERGED 2004/04/14 12:22:22 mba 1.4.178.1: #i27773#: allow to seek in seqstream

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [636e454577668f08336c8a12cccc48caa9ea8446]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/13 15:54:40 mav 1.1.2.7: #i27773# detect storage format 2004/07/15 10:12:28 mav 1.1.2.6: #i27773# fix function definition 2004/07/05 10:29:09 mav 1.1.2.5: #i27773# provide storage factory 2004/05/27 08:12:40 mav 1.1.2.4: #i27773# allow to set common storage password 2004/05/18 11:52:41 mav 1.1.2.3: #i27773# resolve resync problems 2004/04/26 14:41:26 mav 1.1.2.2: #i27773# create storage based on XStream 2004/04/22 12:38:08 mav 1.1.2.1: #i27773# implement storage helper

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [020fe9cd92a0067536ee773652ea13e5eb1ead4f]

        INTEGRATION: CWS mav09 (1.19.32); FILE MERGED 2004/07/15 10:36:36 mav 1.19.32.8: #i27773# resolve resync problems 2004/07/08 07:20:59 mav 1.19.32.7: RESYNC: (1.24-1.26); FILE MERGED 2004/05/18 11:52:41 mav 1.19.32.6: #i27773# resolve resync problems 2004/05/17 16:10:36 mav 1.19.32.5: RESYNC: (1.23-1.24); FILE MERGED 2004/04/30 16:20:35 mba 1.19.32.4: #i27773#: resync problem 2004/04/30 16:18:25 mba 1.19.32.3: #i27773#: resync problem 2004/04/29 16:47:20 mav 1.19.32.2: RESYNC: (1.19-1.23); FILE MERGED 2004/04/22 12:38:40 mav 1.19.32.1: #i27773# implement storage helper

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [94ceaf435ea865180ae78814e035abcc7af09179]

        INTEGRATION: CWS mav09 (1.6.178); FILE MERGED 2004/05/16 17:26:07 mba 1.6.178.1: #i27773#: new EmbeddedObjectContainer

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [39d4ba763a44bd5a628317b2b34a9aea50d16a1b]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/09/01 13:30:37 mav 1.1.2.21: #i27773# check if running state is available 2004/09/01 13:28:03 mav 1.1.2.20: #i27773# check if running state is available 2004/08/23 09:24:41 mav 1.1.2.19: #i27773# adopt to linux 2004/08/20 10:56:26 mav 1.1.2.18: #i27773# clear image storage reference 2004/08/16 10:30:57 mav 1.1.2.17: #i27773# storage format 2004/08/16 10:15:34 mav 1.1.2.16: #i27773# storage format 2004/07/15 10:27:55 mba 1.1.2.15: #i27773#: method for removing of graphic streams; improved handling of deleted objects 2004/07/06 16:50:11 mba 1.1.2.14: #i27773#: work on TODOs 2004/07/02 08:46:24 mba 1.1.2.13: #i27773#: HasEmbeddedObject must consider storage 2004/06/28 09:37:38 mav 1.1.2.12: #i27773# commit substorage with graphical representations 2004/06/25 11:48:39 mav 1.1.2.11: #i27773# linkage support 2004/06/18 14:07:32 mba 1.1.2.10: #i27773#: fixed debug code 2004/06/14 13:23:47 mav 1.1.2.9: #i27773# use namespace name 2004/06/10 16:49:16 mba 1.1.2.8: #i27773#: improve handling of graphical reps 2004/06/02 11:49:41 mba 1.1.2.7: #i27773#: CopyEmbeddedObject failed when copied inside the same container 2004/05/27 09:51:20 mav 1.1.2.6: #i27773# encrypt graphical stream 2004/05/24 09:02:22 mba 1.1.2.5: #i27773#: some changes about MapUnit 2004/05/20 15:31:52 mba 1.1.2.4: #i27773#: some constant names have changed 2004/05/18 17:11:22 mba 1.1.2.3: #i27773#: new method MoveEmbeddedObject 2004/05/18 11:52:40 mav 1.1.2.2: #i27773# resolve resync problems 2004/05/16 17:25:57 mba 1.1.2.1: #i27773#: new EmbeddedObjectContainer

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [090b5d12766ede6ec2d3e7cafb5d7648f97a48d8]

        INTEGRATION: CWS mav09 (1.10.36); FILE MERGED 2004/08/13 16:36:54 mav 1.10.36.1: #i27773# storage format

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b72a11d00266f6da9b92cd3873bae0c487d3ba95]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/13 15:55:01 mav 1.1.2.10: #i27773# detect storage format 2004/07/05 10:29:08 mav 1.1.2.9: #i27773# provide storage factory 2004/05/18 11:52:40 mav 1.1.2.8: #i27773# resolve resync problems 2004/04/27 17:03:43 mba 1.1.2.7: #i27773#: merging 2004/04/27 17:03:28 mba 1.1.2.6: #i27773#: merging 2004/04/26 14:41:26 mav 1.1.2.5: #i27773# create storage based on XStream 2004/04/26 13:30:23 mav 1.1.2.4: #i27773# create storage from stream 2004/04/22 12:37:47 mav 1.1.2.3: #i27773# implement storage helper 2004/04/14 13:51:49 mba 1.1.2.2: #i27773#: create storage from stream 2004/04/14 12:15:44 mba 1.1.2.1: #i27773#: helper for new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5fefe3bfa40247f02f2c878b8677f69a4b6df35e]

        INTEGRATION: CWS mav09 (1.2.180); FILE MERGED 2004/04/14 12:15:16 mba 1.2.180.1: #i27773#: allow to seek in seqstream

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4a100559952f074055276e5e801312d464e05408]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/13 15:31:33 mav 1.1.2.1: #i27773# move own formats to comphelper

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2349a0d0f0f92db4507c2844c7e4fa4356d0eca3]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/16 10:30:56 mav 1.1.2.7: #i27773# storage format 2004/08/16 10:15:34 mav 1.1.2.6: #i27773# storage format 2004/07/15 10:27:20 mba 1.1.2.5: #i27773#: method for removing of graphic streams 2004/06/25 11:48:39 mav 1.1.2.4: #i27773# linkage support 2004/06/10 16:49:04 mba 1.1.2.3: #i27773#: improve handling of graphical reps 2004/05/18 17:10:58 mba 1.1.2.2: #i27773#: new method MoveEmbeddedObject 2004/05/16 17:25:25 mba 1.1.2.1: #i27773#: new EmbeddedObjectContainer

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bb20dcd372ef548627ef98f7304ddf75e0477ce2]

        INTEGRATION: CWS mav09 (1.31.230); FILE MERGED 2004/07/07 17:29:31 mav 1.31.230.2: RESYNC: (1.31-1.33); FILE MERGED 2004/04/15 13:10:48 mba 1.31.230.1: #ii27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [17a91c18edea240a35a12a573933917240e9fb4a]

        INTEGRATION: CWS mav09 (1.40.2); FILE MERGED 2004/09/21 17:58:06 mav 1.40.2.24: RESYNC: (1.43-1.44); FILE MERGED 2004/09/17 00:01:00 mav 1.40.2.23: RESYNC: (1.42-1.43); FILE MERGED 2004/08/19 11:44:33 mba 1.40.2.22: #i27773#: new container slot to terminate inplace objects from inside 2004/08/16 08:42:06 mba 1.40.2.21: #i27773#: some TODOs checked 2004/07/15 10:55:44 mba 1.40.2.20: #i27773#: cleaning up todos 2004/07/06 16:57:12 mav 1.40.2.19: #i27773# review TODOs 2004/07/06 15:14:53 mav 1.40.2.18: #i27773# use SfxFrame 2004/07/06 14:24:28 mav 1.40.2.17: #i27773# review and solve some TODOs 2004/07/02 08:39:43 mba 1.40.2.16: #i27773#: some TODOs 2004/06/21 16:35:16 mba 1.40.2.15: #i27773#: in InPlaceMode wait for resize from the outside (hatchwindow) topfrm.cxx 2004/06/15 14:46:09 mav 1.40.2.14: #i27773# handle embedded document border 2004/06/14 14:40:34 mba 1.40.2.13: #i27773#: new handling for resizing of active objects 2004/06/10 16:43:54 mba 1.40.2.12: #i27773#: some fixed to make InPlace Editing work 2004/05/18 16:23:59 mav 1.40.2.11: #i27773# resolve resync problems 2004/05/17 16:09:07 mav 1.40.2.10: RESYNC: (1.41-1.42); FILE MERGED 2004/05/10 08:18:18 mba 1.40.2.9: #i27773#: notification of UIActivation fixed; some bugfixes; added support for replacement images 2004/05/06 16:41:45 mba 1.40.2.8: #i27773#: some bugfixes in first testing 2004/05/04 13:02:20 mba 1.40.2.7: #i27773#: remove so3 2004/04/29 21:28:33 mav 1.40.2.6: RESYNC: (1.40-1.41); FILE MERGED 2004/04/29 10:57:25 mba 1.40.2.5: #i27773#: remove so3 2004/04/27 17:05:54 mba 1.40.2.4: #i27773#: new embedding API 2004/04/21 11:08:09 mav 1.40.2.3: #i27773# one more step 2004/04/15 13:31:09 mba 1.40.2.2: #ii27773#: new interface to InPlaceClients 2004/04/14 11:57:31 mba 1.40.2.1: #i27773#: remove so3; new UI configuration; new Storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [559bc20a18e29270f7a08b53b3e0d0b9b7b858ff]

        INTEGRATION: CWS mav09 (1.7.230); FILE MERGED 2004/09/21 17:57:59 mav 1.7.230.3: RESYNC: (1.7-1.8); FILE MERGED 2004/06/10 16:43:53 mba 1.7.230.2: #i27773#: some fixed to make InPlace Editing work 2004/04/14 11:57:31 mba 1.7.230.1: #i27773#: remove so3; new UI configuration; new Storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6c1be80980cbf02ecaf07996b1c2be5777f59124]

        INTEGRATION: CWS mav09 (1.78.2); FILE MERGED 2004/09/21 17:57:51 mav 1.78.2.18: RESYNC: (1.90-1.91); FILE MERGED 2004/09/17 00:00:44 mav 1.78.2.17: RESYNC: (1.86-1.90); FILE MERGED 2004/08/20 07:07:26 mba 1.78.2.16: #i27773#: No Client/Server flags for objectbars anymore 2004/08/19 11:44:32 mba 1.78.2.15: #i27773#: new container slot to terminate inplace objects from inside 2004/07/09 16:14:09 mav 1.78.2.14: RESYNC: (1.85-1.86); FILE MERGED 2004/07/07 17:29:10 mav 1.78.2.13: RESYNC: (1.82-1.85); FILE MERGED 2004/07/06 16:06:38 mba 1.78.2.12: #i27773#: new implementation for reloading without LoadEnv 2004/07/02 08:39:43 mba 1.78.2.11: #i27773#: some TODOs 2004/06/21 16:35:15 mba 1.78.2.10: #i27773#: in InPlaceMode wait for resize from the outside (hatchwindow) topfrm.cxx 2004/06/10 16:43:53 mba 1.78.2.9: #i27773#: some fixed to make InPlace Editing work 2004/05/18 16:23:59 mav 1.78.2.8: #i27773# resolve resync problems 2004/05/04 13:02:19 mba 1.78.2.7: #i27773#: remove so3 2004/04/29 21:28:24 mav 1.78.2.6: RESYNC: (1.78-1.82); FILE MERGED 2004/04/29 10:57:25 mba 1.78.2.5: #i27773#: remove so3 2004/04/15 13:37:50 mba 1.78.2.4: #ii27773#: new interface to InPlaceClients 2004/04/15 13:31:08 mba 1.78.2.3: #ii27773#: new interface to InPlaceClients 2004/04/14 14:59:37 mba 1.78.2.2: #i27773#: remove so3; new storage API 2004/04/14 11:57:31 mba 1.78.2.1: #i27773#: remove so3; new UI configuration; new Storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [09ac9c506a5fbbb68e8166662fb14d8139a4a8a4]

        INTEGRATION: CWS mav09 (1.56.2); FILE MERGED 2004/09/21 17:57:43 mav 1.56.2.11: RESYNC: (1.62-1.63); FILE MERGED 2004/09/17 00:00:37 mav 1.56.2.10: RESYNC: (1.59-1.62); FILE MERGED 2004/07/16 14:58:35 mba 1.56.2.9: #i27773#: fixes after resync to m47 2004/07/09 16:13:59 mav 1.56.2.8: RESYNC: (1.58-1.59); FILE MERGED 2004/06/21 16:35:13 mba 1.56.2.7: #i27773#: in InPlaceMode wait for resize from the outside (hatchwindow) topfrm.cxx 2004/06/18 14:01:08 mba 1.56.2.6: #i27773#: new plugin mode for IFrames 2004/06/17 11:24:42 mav 1.56.2.5: #i27773# retrieve suggested size for embedded document 2004/06/10 16:43:53 mba 1.56.2.4: #i27773#: some fixed to make InPlace Editing work 2004/04/29 21:27:57 mav 1.56.2.3: RESYNC: (1.56-1.58); FILE MERGED 2004/04/14 14:59:36 mba 1.56.2.2: #i27773#: remove so3; new storage API 2004/04/14 11:57:30 mba 1.56.2.1: #i27773#: remove so3; new UI configuration; new Storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0f39f09d3244feb2ea0f20347741037536c0a1fb]

        INTEGRATION: CWS mav09 (1.47.2); FILE MERGED 2004/09/17 00:00:29 mav 1.47.2.11: RESYNC: (1.52-1.53); FILE MERGED 2004/08/02 15:28:50 mav 1.47.2.10: #i27773# UI activation and menu merge 2004/07/19 14:55:52 mba 1.47.2.9: ##i27773#: handle VerbSlots 2004/07/09 16:13:40 mav 1.47.2.8: RESYNC: (1.51-1.52); FILE MERGED 2004/07/07 17:29:02 mav 1.47.2.7: RESYNC: (1.50-1.51); FILE MERGED 2004/06/17 11:24:42 mav 1.47.2.6: #i27773# retrieve suggested size for embedded document 2004/06/15 14:46:08 mav 1.47.2.5: #i27773# handle embedded document border 2004/06/10 16:43:52 mba 1.47.2.4: #i27773#: some fixed to make InPlace Editing work 2004/04/29 21:27:48 mav 1.47.2.3: RESYNC: (1.47-1.50); FILE MERGED 2004/04/14 14:59:36 mba 1.47.2.2: #i27773#: remove so3; new storage API 2004/04/14 11:57:30 mba 1.47.2.1: #i27773#: remove so3; new UI configuration; new Storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [02244c7646cf60b72dc7db68ac06297ac10bc8e2]

        INTEGRATION: CWS mav09 (1.11.10); FILE MERGED 2004/06/10 16:43:52 mba 1.11.10.1: #i27773#: some fixed to make InPlace Editing work

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a54366e3795791d1b94ad664f6f7b833b92f0856]

        INTEGRATION: CWS mav09 (1.13.46); FILE MERGED 2004/09/17 00:00:22 mav 1.13.46.3: RESYNC: (1.13-1.14); FILE MERGED 2004/05/18 16:23:58 mav 1.13.46.2: #i27773# resolve resync problems 2004/04/14 11:57:30 mba 1.13.46.1: #i27773#: remove so3; new UI configuration; new Storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9ed841aa773bfcdb1cc941fe33609f1d59d1617a]

        INTEGRATION: CWS mav09 (1.6.82); FILE MERGED 2004/04/15 13:31:07 mba 1.6.82.2: #ii27773#: new interface to InPlaceClients 2004/04/14 11:57:29 mba 1.6.82.1: #i27773#: remove so3; new UI configuration; new Storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c6db93ae9620a4d60d8908fd754ca8c8d0ff6d6b]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/09/03 15:29:27 mav 1.1.2.40: #i27773# fix error message 2004/09/02 14:08:13 mav 1.1.2.39: #i27773# output error if verb fails 2004/08/30 09:44:41 mba 1.1.2.38: #i27773#: objects in loaded state where errornously activated on disconnect 2004/08/23 14:05:33 mav 1.1.2.37: #i27773# introduce back Save Copy as... verb 2004/08/16 15:16:29 mba 1.1.2.36: #i27773#: deactivate objects without storing when active client is deleted 2004/08/16 08:42:06 mba 1.1.2.35: #i27773#: some TODOs checked 2004/07/19 09:09:46 mav 1.1.2.34: #i27773# menu merging 2004/07/16 14:58:35 mba 1.1.2.33: #i27773#: fixes after resync to m47 2004/07/15 11:08:22 mav 1.1.2.32: #i27773# commit changes made offline 2004/07/15 10:55:43 mba 1.1.2.31: #i27773#: cleaning up todos 2004/07/06 16:07:10 mba 1.1.2.30: #i27773#: mark TODOs for later 2004/07/06 14:16:22 mav 1.1.2.29: #i27773# review and solve some TODOs 2004/07/02 16:37:07 mba 1.1.2.28: #i27773#: merge conflicts 2004/07/02 08:39:43 mba 1.1.2.27: #i27773#: some TODOs 2004/07/01 11:50:18 mav 1.1.2.26: #i27773# links storing on deactivation 2004/06/25 11:59:39 mav 1.1.2.25: #i27773# linkage support 2004/06/21 16:34:24 mba 1.1.2.24: #i27773#: new method for notifying the object about VisArea changes in the client 2004/06/21 07:47:32 mba 1.1.2.23: #i27773#: destroy client when object is deactivated 2004/06/18 13:59:49 mba 1.1.2.22: #i27773#: avoid crashes when object is not SFX based 2004/06/17 11:24:41 mav 1.1.2.21: #i27773# retrieve suggested size for embedded document 2004/06/14 14:40:34 mba 1.1.2.20: #i27773#: new handling for resizing of active objects 2004/06/10 16:43:52 mba 1.1.2.19: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:15:28 mba 1.1.2.18: #i27773#: new storage API 2004/05/24 16:52:41 mav 1.1.2.17: #i27773# implement missing method 2004/05/24 12:01:33 mav 1.1.2.16: #i27773# add method to solve build problem 2004/05/24 11:51:06 mav 1.1.2.15: #i27773# remove method implementation 2004/05/19 09:53:21 mav 1.1.2.14: #i27773# adopt to incompatible changes that came with resync 2004/05/18 17:16:41 mav 1.1.2.13: #i27773# adopt to linux compiler 2004/05/18 17:07:09 mba 1.1.2.12: #i27773#: const added 2004/05/18 16:23:58 mav 1.1.2.11: #i27773# resolve resync problems 2004/05/06 16:41:45 mba 1.1.2.10: #i27773#: some bugfixes in first testing 2004/05/05 14:58:43 mba 1.1.2.9: #i27773#: refcounting problem due to using deafbeef 2004/05/05 13:48:58 mba 1.1.2.8: #i27773#: force repainting of client after saving object 2004/05/04 13:02:18 mba 1.1.2.7: #i27773#: remove so3 2004/04/29 10:57:24 mba 1.1.2.6: #i27773#: remove so3 2004/04/27 17:05:53 mba 1.1.2.5: #i27773#: new embedding API 2004/04/22 13:36:40 mav 1.1.2.4: #i27773# one more step 2004/04/21 14:55:15 mba 1.1.2.3: #i27773#: new method to access IPClients from object side 2004/04/21 11:08:08 mav 1.1.2.2: #i27773# one more step 2004/04/15 13:12:04 mba 1.1.2.1: #ii27773#: new interface to InPlaceClients

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8df3f4ba0889201987dc5c7cff0a03dacb018c12]

        INTEGRATION: CWS mav09 (1.3.252); FILE MERGED 2004/06/10 16:43:51 mba 1.3.252.3: #i27773#: some fixed to make InPlace Editing work 2004/04/29 21:27:10 mav 1.3.252.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/14 11:57:29 mba 1.3.252.1: #i27773#: remove so3; new UI configuration; new Storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4f54561c8d4e9dd3504046d90be8fc51756dad10]

        INTEGRATION: CWS mav09 (1.32.10); FILE MERGED 2004/09/17 00:00:05 mav 1.32.10.3: RESYNC: (1.32-1.33); FILE MERGED 2004/07/16 14:58:34 mba 1.32.10.2: #i27773#: fixes after resync to m47 2004/06/10 16:43:51 mba 1.32.10.1: #i27773#: some fixed to make InPlace Editing work

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3c37e86071713cc6d85f5004fbb53bc53b39e5fd]

        INTEGRATION: CWS mav09 (1.35.6); FILE MERGED 2004/09/16 23:59:50 mav 1.35.6.2: RESYNC: (1.35-1.38); FILE MERGED 2004/07/16 14:49:27 mba 1.35.6.1: #i27773#: new interface between SvGlobalName and UUID Sequence

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [62c258ef4b75a520c1eab002ea36c2cc128af83c]

        INTEGRATION: CWS mav09 (1.16.48); FILE MERGED 2004/09/16 23:59:00 mav 1.16.48.7: RESYNC: (1.21-1.22); FILE MERGED 2004/08/20 13:14:22 mav 1.16.48.6: #i27773# rearrange todo's 2004/07/07 17:26:48 mav 1.16.48.5: RESYNC: (1.19-1.21); FILE MERGED 2004/07/06 14:16:20 mav 1.16.48.4: #i27773# review and solve some TODOs 2004/05/17 16:08:16 mav 1.16.48.3: RESYNC: (1.18-1.19); FILE MERGED 2004/04/29 21:25:52 mav 1.16.48.2: RESYNC: (1.16-1.18); FILE MERGED 2004/04/14 11:55:48 mba 1.16.48.1: #i27773#: remove so3; new UI configuration

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c9f3328fa786a241601e15c0833bc52bf6bbcb62]

        INTEGRATION: CWS mav09 (1.37.2); FILE MERGED 2004/09/16 23:58:30 mav 1.37.2.2: RESYNC: (1.37-1.38); FILE MERGED 2004/04/14 11:48:38 mba 1.37.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8d2a44698b0824530fee508915a6b38ded5406c0]

        INTEGRATION: CWS mav09 (1.1.1.1.424); FILE MERGED 2004/07/02 08:39:42 mba 1.1.1.1.424.5: #i27773#: some TODOs 2004/05/18 16:23:58 mav 1.1.1.1.424.4: #i27773# resolve resync problems 2004/04/29 21:24:52 mav 1.1.1.1.424.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/29 10:57:24 mba 1.1.1.1.424.2: #i27773#: remove so3 2004/04/14 11:48:38 mba 1.1.1.1.424.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [49d8acaa2a44c81e5961674299b6e145a028be36]

        INTEGRATION: CWS mav09 (1.30.2); FILE MERGED 2004/09/16 23:58:23 mav 1.30.2.5: RESYNC: (1.30-1.31); FILE MERGED 2004/07/02 08:39:42 mba 1.30.2.4: #i27773#: some TODOs 2004/05/18 16:23:57 mav 1.30.2.3: #i27773# resolve resync problems 2004/04/29 10:57:23 mba 1.30.2.2: #i27773#: remove so3 2004/04/14 11:48:38 mba 1.30.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4ea94b9eed8e3698685e8a33b0b243ee4e2a7de7]

        INTEGRATION: CWS mav09 (1.12.2); FILE MERGED 2004/09/16 23:57:57 mav 1.12.2.5: RESYNC: (1.13-1.15); FILE MERGED 2004/07/09 16:11:29 mav 1.12.2.4: RESYNC: (1.12-1.13); FILE MERGED 2004/06/14 14:40:33 mba 1.12.2.3: #i27773#: new handling for resizing of active objects 2004/06/10 16:43:50 mba 1.12.2.2: #i27773#: some fixed to make InPlace Editing work 2004/04/14 11:47:32 mba 1.12.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4d8622ababdcef3a59106b5156432ac7729a05ff]

        INTEGRATION: CWS mav09 (1.1.1.1.424); FILE MERGED 2004/04/14 11:47:32 mba 1.1.1.1.424.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [484e30d434342ae4958f6ec516500ef4ea595798]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/02 08:39:41 mba 1.1.2.2: #i27773#: some TODOs 2004/06/18 13:50:37 mba 1.1.2.1: #i27773#: new embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [474e5fbbc84f9a4cad8dea11dad2e394eb41f2f3]

        INTEGRATION: CWS mav09 (1.19.52); FILE MERGED 2004/09/16 23:57:23 mav 1.19.52.11: RESYNC: (1.19-1.20); FILE MERGED 2004/09/02 14:46:37 mba 1.19.52.10: #i27773#: storage based documents don't own their storage 2004/07/15 11:08:22 mav 1.19.52.9: #i27773# commit changes made offline 2004/06/10 16:43:48 mba 1.19.52.8: #i27773#: some fixed to make InPlace Editing work 2004/05/16 17:22:54 mba 1.19.52.7: #i27773#: remove so3 2004/04/23 17:00:54 mba 1.19.52.6: #i27773#: methods to work with EmbeddedObjects 2004/04/23 09:54:10 mav 1.19.52.5: #i27773# one more step 2004/04/22 13:36:40 mav 1.19.52.4: #i27773# one more step 2004/04/21 11:08:08 mav 1.19.52.3: #i27773# one more step 2004/04/14 11:47:04 mba 1.19.52.2: #i27773#: remove so3 2004/03/11 10:15:27 mav 1.19.52.1: #115904# move GUISaveAs out of SfxDocShell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9d6a20219ede0d1016a816ad0ddb2ba1e0e10d26]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/02 08:39:41 mba 1.1.2.2: #i27773#: some TODOs 2004/06/18 13:50:48 mba 1.1.2.1: #i27773#: new embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [72c7bce382ddefa031c0b7ebf6bb6043ce72236a]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/15 10:55:43 mba 1.1.2.3: #i27773#: cleaning up todos 2004/07/02 08:39:40 mba 1.1.2.2: #i27773#: some TODOs 2004/06/18 13:50:27 mba 1.1.2.1: #i27773#: new embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ac0887f670c2e57ef53a45b5c16279087592d04d]

        INTEGRATION: CWS mav09 (1.10.252); FILE MERGED 2004/04/29 10:57:23 mba 1.10.252.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [741c6468f58f7a4336f0db7f3a831485032b54a7]

        INTEGRATION: CWS mav09 (1.4.58); FILE MERGED 2004/07/02 08:39:40 mba 1.4.58.1: #i27773#: some TODOs

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8e77b900dbc4c6a78b60e4a273eeafcc2b562e47]

        INTEGRATION: CWS mav09 (1.55.16); FILE MERGED 2004/09/21 17:57:27 mav 1.55.16.34: RESYNC: (1.67-1.68); FILE MERGED 2004/09/08 08:16:53 mav 1.55.16.33: #i27773# embedded link must be stored in the same format 2004/09/02 14:47:39 mba 1.55.16.32: #i27773#: storage based documents don't own their storage 2004/08/27 07:06:37 mav 1.55.16.31: #i27773# close medium input and output stream completely 2004/08/25 12:00:24 mav 1.55.16.30: #i27773# model implements XStorageBasedDocument 2004/08/25 11:35:57 mav 1.55.16.29: #i27773# document storage related problems 2004/08/20 15:19:05 mav 1.55.16.28: #i27773# get rid of dead header 2004/08/16 08:42:05 mba 1.55.16.27: #i27773#: some TODOs checked 2004/07/15 10:55:42 mba 1.55.16.26: #i27773#: cleaning up todos 2004/07/14 12:13:03 mav 1.55.16.25: #i27773# fix resync related issues 2004/07/09 16:10:37 mav 1.55.16.24: RESYNC: (1.66-1.67); FILE MERGED 2004/07/07 17:24:37 mav 1.55.16.23: RESYNC: (1.63-1.66); FILE MERGED 2004/07/06 14:16:19 mav 1.55.16.22: #i27773# review and solve some TODOs 2004/07/02 16:37:20 mba 1.55.16.21: #i27773#: merge conflicts 2004/07/02 08:39:39 mba 1.55.16.20: #i27773#: some TODOs 2004/07/01 17:34:40 mav 1.55.16.19: #i27773# transport document error code 2004/06/29 14:37:43 mav 1.55.16.18: #i27773# cach only properties that are unknown by DocShell 2004/06/18 15:38:25 mav 1.55.16.17: #i27773# Document storage related UNO API 2004/06/17 10:58:58 mav 1.55.16.16: #i27773# retrieve suggested size for embedded document 2004/06/02 11:47:26 mba 1.55.16.15: #i27773#: use real MapUnit 2004/06/01 10:29:35 mav 1.55.16.14: #i27773# let streams be closed when requested 2004/05/28 16:17:19 mba 1.55.16.13: #27773#: some wrong MediaTypes 2004/05/24 09:00:40 mba 1.55.16.12: #i27773#: some changes about MapUnit 2004/05/19 09:53:20 mav 1.55.16.11: #i27773# adopt to incompatible changes that came with resync 2004/05/18 16:23:56 mav 1.55.16.10: #i27773# resolve resync problems 2004/05/17 16:07:33 mav 1.55.16.9: RESYNC: (1.61-1.63); FILE MERGED 2004/05/06 16:41:44 mba 1.55.16.8: #i27773#: some bugfixes in first testing 2004/05/05 13:48:33 mba 1.55.16.7: #i27773#: platform independent GUIDs 2004/05/04 13:02:18 mba 1.55.16.6: #i27773#: remove so3 2004/04/29 21:23:30 mav 1.55.16.5: RESYNC: (1.59-1.61); FILE MERGED 2004/04/14 11:46:13 mba 1.55.16.4: #i27773#: use new storage API; remove SO3 2004/03/11 10:15:26 mav 1.55.16.3: #115904# move GUISaveAs out of SfxDocShell 2004/03/02 08:31:03 mav 1.55.16.2: RESYNC: (1.55-1.59); FILE MERGED 2004/01/27 17:17:00 mav 1.55.16.1: #115011# allow to retrieve bitmaps

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e079afa93b27a6da5c7df19af5354068713dec19]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/23 15:01:26 mav 1.1.2.3: #i27773# adopt to linux 2004/07/02 08:39:39 mba 1.1.2.2: #i27773#: some TODOs 2004/06/18 13:50:01 mba 1.1.2.1: #i27773#: new embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a00b9ce8945e89a4889d80abfd5d83785b083e30]

        INTEGRATION: CWS mav09 (1.40.46); FILE MERGED 2004/09/21 17:57:19 mav 1.40.46.17: RESYNC: (1.42-1.43); FILE MERGED 2004/09/08 15:02:48 mav 1.40.46.16: #i33968# use part of new document URL as a short factory name for now 2004/09/02 14:47:39 mba 1.40.46.15: #i27773#: storage based documents don't own their storage 2004/08/24 16:08:30 mav 1.40.46.14: #i27773# fix minor problems 2004/08/23 15:52:32 mav 1.40.46.13: #i27773# do not create a storage only for deleting 2004/08/06 10:36:17 mav 1.40.46.12: #i32675# do not show filter query box on document closing 2004/08/06 10:11:22 mav 1.40.46.11: #i26828# do not show filter query box on document closing 2004/07/15 10:55:42 mba 1.40.46.10: #i27773#: cleaning up todos 2004/07/06 16:57:11 mav 1.40.46.9: #i27773# review TODOs 2004/07/06 16:06:19 mba 1.40.46.8: #i27773#: allow to load into a frame 2004/07/02 16:37:20 mba 1.40.46.7: #i27773#: merge conflicts 2004/07/02 08:39:39 mba 1.40.46.6: #i27773#: some TODOs 2004/05/05 13:48:32 mba 1.40.46.5: #i27773#: platform independent GUIDs 2004/05/04 13:02:17 mba 1.40.46.4: #i27773#: remove so3 2004/04/29 21:23:22 mav 1.40.46.3: RESYNC: (1.40-1.42); FILE MERGED 2004/04/15 13:31:07 mba 1.40.46.2: #ii27773#: new interface to InPlaceClients 2004/04/14 11:46:13 mba 1.40.46.1: #i27773#: use new storage API; remove SO3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5b6f18f5ddb679b40e67afb316ab542e1b7842a6]

        INTEGRATION: CWS mav09 (1.14.382); FILE MERGED 2004/09/29 16:07:34 mav 1.14.382.6: #i27773# resync 2004/09/16 23:55:24 mav 1.14.382.5: RESYNC: (1.14-1.16); FILE MERGED 2004/07/01 17:34:40 mav 1.14.382.4: #i27773# transport document error code 2004/05/18 16:23:56 mav 1.14.382.3: #i27773# resolve resync problems 2004/04/14 11:46:13 mba 1.14.382.2: #i27773#: use new storage API; remove SO3 2004/03/11 10:15:25 mav 1.14.382.1: #115904# move GUISaveAs out of SfxDocShell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [40358b6e69515c5a8ae83a21cadea92c88aaab95]

        INTEGRATION: CWS mav09 (1.123.46); FILE MERGED 2004/09/16 23:55:16 mav 1.123.46.42: RESYNC: (1.131-1.132); FILE MERGED 2004/09/09 11:39:17 mav 1.123.46.41: #i27773# let childobjects know that the storing is finished 2004/09/08 09:06:05 mav 1.123.46.40: #i27773# set correct size to the sequences 2004/09/03 15:04:22 mba 1.123.46.39: #i27773#: Medium shouldn't be closed while loading, SFX will do it for readonly files after loading 2004/09/02 16:30:15 mba 1.123.46.38: #i27773#: always call SaveCompleted 2004/09/01 14:23:16 mba 1.123.46.37: #i27773#: COM-Objects on Linux must work in Loaded state 2004/08/25 11:35:57 mav 1.123.46.36: #i27773# document storage related problems 2004/08/23 07:52:20 mav 1.123.46.35: #i27773# readjust todo's 2004/08/20 12:19:08 mav 1.123.46.34: #i27773# restore image storage in oasis format 2004/08/20 11:16:47 mav 1.123.46.33: #i27773# remove image storage in 6.0 format 2004/08/20 10:57:19 mav 1.123.46.32: #i27773# remove image storage in 6.0 format 2004/08/19 16:46:32 mav 1.123.46.31: #i27773# remove replacement from object stream for Oasis format 2004/08/16 13:35:50 mav 1.123.46.30: #i27773# ignore staroffice 8 also 2004/08/16 08:42:04 mba 1.123.46.29: #i27773#: some TODOs checked 2004/08/13 08:46:22 mav 1.123.46.28: #i27773# introduce version back 2004/08/12 16:03:42 mav 1.123.46.27: #i27773# introduce version back 2004/07/15 11:07:54 mav 1.123.46.26: #i27773# commit changes made offline 2004/07/15 10:55:42 mba 1.123.46.25: #i27773#: cleaning up todos 2004/07/14 12:13:02 mav 1.123.46.24: #i27773# fix resync related issues 2004/07/13 14:52:20 mav 1.123.46.23: #i27773# resolve resync issue 2004/07/07 17:24:19 mav 1.123.46.22: RESYNC: (1.126-1.129); FILE MERGED 2004/07/06 14:16:17 mav 1.123.46.21: #i27773# review and solve some TODOs 2004/07/02 08:39:38 mba 1.123.46.20: #i27773#: some TODOs 2004/07/01 11:50:16 mav 1.123.46.19: #i27773# links storing on deactivation 2004/06/18 15:38:24 mav 1.123.46.18: #i27773# Document storage related UNO API 2004/06/10 16:43:47 mba 1.123.46.17: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:15:27 mba 1.123.46.16: #i27773#: new storage API 2004/05/28 13:09:19 mav 1.123.46.15: #i27773# create medium in truncate mode, truncate target stream on writing 2004/05/28 09:15:45 mav 1.123.46.14: #i27773# SaveAs to the same file 2004/05/18 16:23:55 mav 1.123.46.13: #i27773# resolve resync problems 2004/05/16 17:22:37 mba 1.123.46.12: #i27773#: new EmbeddedObjectContainer 2004/05/13 14:06:36 mav 1.123.46.11: #i18200# clean overwrite parameter after SaveAs procedure 2004/05/10 08:18:17 mba 1.123.46.10: #i27773#: notification of UIActivation fixed; some bugfixes; added support for replacement images 2004/05/06 16:41:44 mba 1.123.46.9: #i27773#: some bugfixes in first testing 2004/05/04 13:02:17 mba 1.123.46.8: #i27773#: remove so3 2004/04/29 21:23:14 mav 1.123.46.7: RESYNC: (1.123-1.126); FILE MERGED 2004/04/26 11:28:11 mav 1.123.46.6: #i27773# one more step 2004/04/23 09:54:09 mav 1.123.46.5: #i27773# one more step 2004/04/21 11:08:07 mav 1.123.46.4: #i27773# one more step 2004/04/14 14:59:35 mba 1.123.46.3: #i27773#: remove so3; new storage API 2004/04/14 11:46:13 mba 1.123.46.2: #i27773#: use new storage API; remove SO3 2004/03/11 10:15:25 mav 1.123.46.1: #115904# move GUISaveAs out of SfxDocShell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d1efe081be7844c2adb7f97d1e9af6166edbdf04]

        INTEGRATION: CWS mav09 (1.60.46); FILE MERGED 2004/09/29 16:07:34 mav 1.60.46.15: #i27773# resync 2004/09/21 17:57:12 mav 1.60.46.14: RESYNC: (1.68-1.70); FILE MERGED 2004/09/16 23:55:08 mav 1.60.46.13: RESYNC: (1.63-1.68); FILE MERGED 2004/07/02 08:39:38 mba 1.60.46.12: #i27773#: some TODOs 2004/07/01 17:34:40 mav 1.60.46.11: #i27773# transport document error code 2004/06/01 08:15:26 mba 1.60.46.10: #i27773#: new storage API 2004/05/18 16:23:55 mav 1.60.46.9: #i27773# resolve resync problems 2004/05/17 16:07:24 mav 1.60.46.8: RESYNC: (1.61-1.62); FILE MERGED 2004/05/04 13:02:16 mba 1.60.46.7: #i27773#: remove so3 2004/04/29 21:23:02 mav 1.60.46.6: RESYNC: (1.60-1.61); FILE MERGED 2004/04/22 13:36:39 mav 1.60.46.5: #i27773# one more step 2004/04/15 13:31:07 mba 1.60.46.4: #ii27773#: new interface to InPlaceClients 2004/04/14 14:59:35 mba 1.60.46.3: #i27773#: remove so3; new storage API 2004/04/14 11:46:12 mba 1.60.46.2: #i27773#: use new storage API; remove SO3 2004/03/11 10:15:25 mav 1.60.46.1: #115904# move GUISaveAs out of SfxDocShell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [01e2b2d12cce5959720c6f9713f2471a6410f60c]

        INTEGRATION: CWS mav09 (1.37.2); FILE MERGED 2004/09/21 17:57:04 mav 1.37.2.14: RESYNC: (1.43-1.44); FILE MERGED 2004/09/16 23:55:01 mav 1.37.2.13: RESYNC: (1.41-1.43); FILE MERGED 2004/08/09 17:24:35 mav 1.37.2.12: RESYNC: (1.40-1.41); FILE MERGED 2004/07/15 11:07:54 mav 1.37.2.11: #i27773# commit changes made offline 2004/07/07 17:24:06 mav 1.37.2.10: RESYNC: (1.39-1.40); FILE MERGED 2004/06/10 16:43:47 mba 1.37.2.9: #i27773#: some fixed to make InPlace Editing work 2004/05/06 16:41:43 mba 1.37.2.8: #i27773#: some bugfixes in first testing 2004/05/04 13:02:16 mba 1.37.2.7: #i27773#: remove so3 2004/04/29 21:22:55 mav 1.37.2.6: RESYNC: (1.37-1.39); FILE MERGED 2004/04/29 10:57:23 mba 1.37.2.5: #i27773#: remove so3 2004/04/21 11:08:07 mav 1.37.2.4: #i27773# one more step 2004/04/15 13:31:06 mba 1.37.2.3: #ii27773#: new interface to InPlaceClients 2004/04/14 14:59:35 mba 1.37.2.2: #i27773#: remove so3; new storage API 2004/04/14 11:46:12 mba 1.37.2.1: #i27773#: use new storage API; remove SO3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b5ed6b56a8e1b00b284a00ea395219cf674537ca]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/12 16:03:42 mav 1.1.2.19: #i27773# introduce version back 2004/07/15 10:55:41 mba 1.1.2.18: #i27773#: cleaning up todos 2004/07/06 14:16:17 mav 1.1.2.17: #i27773# review and solve some TODOs 2004/07/02 08:39:38 mba 1.1.2.16: #i27773#: some TODOs 2004/06/01 08:15:26 mba 1.1.2.15: #i27773#: new storage API 2004/05/28 16:17:18 mba 1.1.2.14: #27773#: some wrong MediaTypes 2004/05/24 09:00:40 mba 1.1.2.13: #i27773#: some changes about MapUnit 2004/05/16 17:22:37 mba 1.1.2.12: #i27773#: new EmbeddedObjectContainer 2004/05/10 08:18:17 mba 1.1.2.11: #i27773#: notification of UIActivation fixed; some bugfixes; added support for replacement images 2004/05/06 16:41:43 mba 1.1.2.10: #i27773#: some bugfixes in first testing 2004/05/05 13:48:32 mba 1.1.2.9: #i27773#: platform independent GUIDs 2004/05/04 13:02:15 mba 1.1.2.8: #i27773#: remove so3 2004/04/29 10:57:22 mba 1.1.2.7: #i27773#: remove so3 2004/04/27 17:05:52 mba 1.1.2.6: #i27773#: new embedding API 2004/04/26 11:28:11 mav 1.1.2.5: #i27773# one more step 2004/04/26 08:28:55 mba 1.1.2.4: #i27773#: implementation of embedded objects container 2004/04/23 17:00:53 mba 1.1.2.3: #i27773#: methods to work with EmbeddedObjects 2004/04/22 13:36:39 mav 1.1.2.2: #i27773# one more step 2004/04/22 09:24:33 mav 1.1.2.1: #i27773# embedding related part of object shell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d6f56c5b08782c5781d4da36eb7714927547706b]

        INTEGRATION: CWS mav09 (1.44.2); FILE MERGED 2004/09/16 23:54:44 mav 1.44.2.8: RESYNC: (1.45-1.48); FILE MERGED 2004/08/23 07:52:19 mav 1.44.2.7: #i27773# readjust todo's 2004/07/15 10:55:41 mba 1.44.2.6: #i27773#: cleaning up todos 2004/07/06 14:16:16 mav 1.44.2.5: #i27773# review and solve some TODOs 2004/05/18 16:23:55 mav 1.44.2.4: #i27773# resolve resync problems 2004/04/29 21:22:37 mav 1.44.2.3: RESYNC: (1.44-1.45); FILE MERGED 2004/04/14 11:46:12 mba 1.44.2.2: #i27773#: use new storage API; remove SO3 2004/03/11 10:15:24 mav 1.44.2.1: #115904# move GUISaveAs out of SfxDocShell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4df61f7d50a821ba9975ccc383cd97da4ba7a4a8]

        INTEGRATION: CWS mav09 (1.12.252); FILE MERGED 2004/09/16 23:53:52 mav 1.12.252.3: RESYNC: (1.12-1.13); FILE MERGED 2004/04/14 14:59:34 mba 1.12.252.2: #i27773#: remove so3; new storage API 2004/04/14 11:46:12 mba 1.12.252.1: #i27773#: use new storage API; remove SO3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8d3c9e34878a69bf8b9e224df19577d55f63cf89]

        INTEGRATION: CWS mav09 (1.12.2); FILE MERGED 2004/09/16 23:54:36 mav 1.12.2.6: RESYNC: (1.13-1.14); FILE MERGED 2004/07/07 17:23:46 mav 1.12.2.5: RESYNC: (1.12-1.13); FILE MERGED 2004/06/18 13:58:42 mba 1.12.2.4: #i27773#: new special objects 2004/04/22 13:36:39 mav 1.12.2.3: #i27773# one more step 2004/04/14 11:46:11 mba 1.12.2.2: #i27773#: use new storage API; remove SO3 2004/03/11 10:15:24 mav 1.12.2.1: #115904# move GUISaveAs out of SfxDocShell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6ff874913c860fefc7811360da8a5143191ff196]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/23 14:44:35 mav 1.1.2.4: #i27773# adopt to linux 2004/07/02 08:39:37 mba 1.1.2.3: #i27773#: some TODOs 2004/06/21 07:45:31 mba 1.1.2.2: #i27773#: wrong function name 2004/06/18 13:50:11 mba 1.1.2.1: #i27773#: new embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ac151f9f5adb97125b2f4e877d7982fa116caf87]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/09/29 16:07:34 mav 1.1.2.18: #i27773# resync 2004/09/22 08:20:46 mav 1.1.2.17: #100000# resync 2004/09/09 10:40:33 mav 1.1.2.16: #i33968# remove possible parameters 2004/09/08 15:02:48 mav 1.1.2.15: #i33968# use part of new document URL as a short factory name for now 2004/08/31 14:47:04 mav 1.1.2.14: #i27773# output the message correctly 2004/08/23 14:59:39 mav 1.1.2.13: #i27773# fix saveTo functionality 2004/08/23 14:54:01 mav 1.1.2.12: #i27773# fix saveTo functionality 2004/07/06 14:16:16 mav 1.1.2.11: #i27773# review and solve some TODOs 2004/07/05 12:01:17 mav 1.1.2.10: #i26282# error handling 2004/07/01 17:34:39 mav 1.1.2.9: #i27773# transport document error code 2004/07/01 12:49:25 mav 1.1.2.8: #i27773# free cached document media descriptor before the document storing 2004/05/26 16:02:24 mav 1.1.2.7: #i27773# application default filter name property 2004/05/18 16:23:54 mav 1.1.2.6: #i27773# resolve resync problems 2004/04/22 13:36:38 mav 1.1.2.5: #i27773# one more step 2004/04/21 11:08:06 mav 1.1.2.4: #i27773# one more step 2004/04/14 11:46:11 mba 1.1.2.3: #i27773#: use new storage API; remove SO3 2004/03/24 10:25:16 mav 1.1.2.2: #115904# use dispatch API to execute dialog 2004/03/11 10:16:36 mav 1.1.2.1: #115904# move GUISaveAs out of SfxDocShell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a43d851ff9696c8f515f8d1ffcf07bec28d26f66]

        INTEGRATION: CWS mav09 (1.2.32); FILE MERGED 2004/07/13 14:52:20 mav 1.2.32.1: #i27773# resolve resync issue

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6a94387078ea3a0140a884bdd2540901884f1af2]

        INTEGRATION: CWS mav09 (1.2.32); FILE MERGED 2004/09/06 10:49:20 mav 1.2.32.3: #i27773# fix typo 2004/07/14 12:13:02 mav 1.2.32.2: #i27773# fix resync related issues 2004/07/13 14:52:17 mav 1.2.32.1: #i27773# resolve resync issue

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [62f795e4e9cdfff24243356326a9b9fd45e671c8]

        INTEGRATION: CWS mav09 (1.34.48); FILE MERGED 2004/05/18 16:23:53 mav 1.34.48.3: #i27773# resolve resync problems 2004/05/17 08:33:14 mba 1.34.48.2: #i27773#: use new method to detect ID from storage 2004/04/14 11:46:11 mba 1.34.48.1: #i27773#: use new storage API; remove SO3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [49c5fbfdb3de4d94ed85bfc7bd21e7b177cb1618]

        INTEGRATION: CWS mav09 (1.54.46); FILE MERGED 2004/09/16 23:54:19 mav 1.54.46.6: RESYNC: (1.56-1.57); FILE MERGED 2004/07/15 10:55:41 mba 1.54.46.5: #i27773#: cleaning up todos 2004/07/09 16:10:00 mav 1.54.46.4: RESYNC: (1.55-1.56); FILE MERGED 2004/05/18 16:23:53 mav 1.54.46.3: #i27773# resolve resync problems 2004/04/29 21:21:35 mav 1.54.46.2: RESYNC: (1.54-1.55); FILE MERGED 2004/04/14 11:46:10 mba 1.54.46.1: #i27773#: use new storage API; remove SO3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0734e6f2743d59d115b6ce3f0652969d903265b3]

        INTEGRATION: CWS mav09 (1.25.48); FILE MERGED 2004/09/16 23:54:11 mav 1.25.48.2: RESYNC: (1.25-1.27); FILE MERGED 2004/04/14 11:46:10 mba 1.25.48.1: #i27773#: use new storage API; remove SO3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [65c86c4631a30ef465da53047ba015603766c9ff]

        INTEGRATION: CWS mav09 (1.13.42); FILE MERGED 2004/07/19 10:26:09 mba 1.13.42.5: ##i27773#: bug in typedetection; templates and documents have same MediaType 2004/07/05 11:54:59 mav 1.13.42.4: #i27773# package repairing 2004/07/02 08:39:37 mba 1.13.42.3: #i27773#: some TODOs 2004/05/04 13:02:14 mba 1.13.42.2: #i27773#: remove so3 2004/04/14 11:46:10 mba 1.13.42.1: #i27773#: use new storage API; remove SO3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [762dd2b15bfd201b2271b460efa72a5b68d6fb2a]

        INTEGRATION: CWS mav09 (1.137.42); FILE MERGED 2004/09/16 23:53:59 mav 1.137.42.28: RESYNC: (1.140-1.141); FILE MERGED 2004/09/10 13:48:03 mav 1.137.42.27: #i27773# check for itemset existence 2004/09/03 15:04:22 mba 1.137.42.26: #i27773#: Medium shouldn't be closed while loading, SFX will do it for readonly files after loading 2004/08/27 07:06:36 mav 1.137.42.25: #i27773# close medium input and output stream completely 2004/08/25 11:35:56 mav 1.137.42.24: #i27773# document storage related problems 2004/08/23 07:52:19 mav 1.137.42.23: #i27773# readjust todo's 2004/08/16 15:50:26 mav 1.137.42.22: #i27773# include 2004/08/16 15:48:50 mav 1.137.42.21: #i27773# resolve ambiguity 2004/08/13 11:41:55 mav 1.137.42.20: #i27773# do not overwrite if the related property is set to false 2004/07/15 11:07:54 mav 1.137.42.19: #i27773# commit changes made offline 2004/07/15 10:55:40 mba 1.137.42.18: #i27773#: cleaning up todos 2004/07/07 17:22:18 mav 1.137.42.17: RESYNC: (1.139-1.140); FILE MERGED 2004/07/06 14:16:14 mav 1.137.42.16: #i27773# review and solve some TODOs 2004/07/05 11:54:59 mav 1.137.42.15: #i27773# package repairing 2004/07/02 16:37:19 mba 1.137.42.14: #i27773#: merge conflicts 2004/07/02 08:39:36 mba 1.137.42.13: #i27773#: some TODOs 2004/06/01 10:29:34 mav 1.137.42.12: #i27773# let streams be closed when requested 2004/06/01 08:15:25 mba 1.137.42.11: #i27773#: new storage API 2004/05/28 13:09:18 mav 1.137.42.10: #i27773# create medium in truncate mode, truncate target stream on writing 2004/05/28 10:14:54 mba 1.137.42.9: #27773#: make sure that non existing files don't disturb saving 2004/05/28 09:15:44 mav 1.137.42.8: #i27773# SaveAs to the same file 2004/05/18 16:23:52 mav 1.137.42.7: #i27773# resolve resync problems 2004/05/10 08:18:17 mba 1.137.42.6: #i27773#: notification of UIActivation fixed; some bugfixes; added support for replacement images 2004/05/06 13:02:14 mba 1.137.42.5: #i27773#: wrong assertions 2004/05/04 15:14:44 mba 1.137.42.4: #i27773#: sharing storages 2004/05/04 13:02:13 mba 1.137.42.3: #i27773#: remove so3 2004/04/29 21:21:16 mav 1.137.42.2: RESYNC: (1.137-1.139); FILE MERGED 2004/04/14 11:46:09 mba 1.137.42.1: #i27773#: use new storage API; remove SO3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [92f7c0697ab66d7febddc441afc8e0a7f654d919]

        INTEGRATION: CWS mav09 (1.17.46); FILE MERGED 2004/09/21 17:56:56 mav 1.17.46.4: RESYNC: (1.18-1.19); FILE MERGED 2004/07/07 17:22:09 mav 1.17.46.3: RESYNC: (1.17-1.18); FILE MERGED 2004/04/23 09:54:08 mav 1.17.46.2: #i27773# one more step 2004/04/14 11:46:09 mba 1.17.46.1: #i27773#: use new storage API; remove SO3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d9700e86b2cc9c93f846e5d3c0168703bd18c474]

        INTEGRATION: CWS mav09 (1.71.34); FILE MERGED 2004/09/16 23:53:44 mav 1.71.34.5: RESYNC: (1.74-1.76); FILE MERGED 2004/08/19 08:41:59 mav 1.71.34.4: #i27773# merge with latest version 2004/07/07 17:22:01 mav 1.71.34.3: RESYNC: (1.72-1.73); FILE MERGED 2004/05/17 16:06:52 mav 1.71.34.2: RESYNC: (1.71-1.72); FILE MERGED 2004/05/04 13:02:12 mba 1.71.34.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [83638a8ce392510238ae49c36b8aedb95eaa444b]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/23 14:32:58 mav 1.1.2.4: #i27773# adopt to linux 2004/07/15 10:55:40 mba 1.1.2.3: #i27773#: cleaning up todos 2004/07/02 08:39:35 mba 1.1.2.2: #i27773#: some TODOs 2004/06/18 13:49:53 mba 1.1.2.1: #i27773#: new embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2ab1c41d5a4990956c167c7141911092e4d2e8e4]

        INTEGRATION: CWS mav09 (1.36.50); FILE MERGED 2004/09/21 17:56:40 mav 1.36.50.3: RESYNC: (1.38-1.39); FILE MERGED 2004/09/16 23:53:10 mav 1.36.50.2: RESYNC: (1.36-1.38); FILE MERGED 2004/04/14 11:36:10 mba 1.36.50.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fc3dcd1a7a44989ade53fdcb76f88f61c79e0ab2]

        INTEGRATION: CWS mav09 (1.21.54); FILE MERGED 2004/09/21 17:56:32 mav 1.21.54.3: RESYNC: (1.24-1.25); FILE MERGED 2004/09/16 23:52:09 mav 1.21.54.2: RESYNC: (1.21-1.24); FILE MERGED 2004/08/03 07:08:47 mav 1.21.54.1: #i27773# about.src is dead

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9a259ba2f8a7548db5a6ae249a548c00c6e9267c]

        INTEGRATION: CWS mav09 (1.24.46); FILE MERGED 2004/07/07 17:18:50 mav 1.24.46.2: RESYNC: (1.24-1.25); FILE MERGED 2004/03/11 10:15:23 mav 1.24.46.1: #115904# move GUISaveAs out of SfxDocShell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3cadf5418d12f1568e90a8467d5291a5dcf77264]

        INTEGRATION: CWS mav09 (1.105.80); FILE MERGED 2004/09/16 23:51:31 mav 1.105.80.5: RESYNC: (1.106-1.108); FILE MERGED 2004/07/06 14:16:13 mav 1.105.80.4: #i27773# review and solve some TODOs 2004/05/18 16:23:51 mav 1.105.80.3: #i27773# resolve resync problems 2004/05/17 16:05:56 mav 1.105.80.2: RESYNC: (1.105-1.106); FILE MERGED 2004/04/14 11:36:47 mba 1.105.80.1: #i27773#: use new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9b5b0cedcf730e29e3cd7365b0c367bac970d902]

        INTEGRATION: CWS mav09 (1.35.2); FILE MERGED 2004/09/21 17:56:00 mav 1.35.2.6: RESYNC: (1.40-1.41); FILE MERGED 2004/09/16 23:50:32 mav 1.35.2.5: RESYNC: (1.37-1.40); FILE MERGED 2004/08/09 17:23:44 mav 1.35.2.4: RESYNC: (1.36-1.37); FILE MERGED 2004/07/07 17:16:08 mav 1.35.2.3: RESYNC: (1.35-1.36); FILE MERGED 2004/07/02 08:39:34 mba 1.35.2.2: #i27773#: some TODOs 2004/04/14 11:36:47 mba 1.35.2.1: #i27773#: use new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7b00ac01f6c0579731ddd6b98d1d2ac698717bca]

        INTEGRATION: CWS mav09 (1.18.48); FILE MERGED 2004/09/21 17:55:52 mav 1.18.48.5: RESYNC: (1.20-1.21); FILE MERGED 2004/09/16 23:50:24 mav 1.18.48.4: RESYNC: (1.19-1.20); FILE MERGED 2004/07/09 16:09:15 mav 1.18.48.3: RESYNC: (1.18-1.19); FILE MERGED 2004/07/02 08:39:34 mba 1.18.48.2: #i27773#: some TODOs 2004/04/14 11:36:46 mba 1.18.48.1: #i27773#: use new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4126aad3ded10eaee311cc369356456e455202ce]

        INTEGRATION: CWS mav09 (1.8.2); FILE MERGED 2004/07/09 16:07:13 mav 1.8.2.9: RESYNC: (1.9-1.10); FILE MERGED 2004/07/02 08:39:33 mba 1.8.2.8: #i27773#: some TODOs 2004/05/19 09:53:20 mav 1.8.2.7: #i27773# adopt to incompatible changes that came with resync 2004/05/18 16:23:51 mav 1.8.2.6: #i27773# resolve resync problems 2004/04/29 21:18:00 mav 1.8.2.5: RESYNC: (1.8-1.9); FILE MERGED 2004/04/29 10:57:21 mba 1.8.2.4: #i27773#: remove so3 2004/04/26 11:28:10 mav 1.8.2.3: #i27773# one more step 2004/04/23 09:54:08 mav 1.8.2.2: #i27773# one more step 2004/04/14 11:34:57 mba 1.8.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ede1644a15d027b3017a317c4d058598c366cbf0]

        INTEGRATION: CWS mav09 (1.6.388); FILE MERGED 2004/09/16 23:49:51 mav 1.6.388.3: RESYNC: (1.6-1.8); FILE MERGED 2004/08/20 07:07:15 mba 1.6.388.2: #i27773#: No Client/Server flags for objectbars anymore 2004/08/16 08:42:04 mba 1.6.388.1: #i27773#: some TODOs checked

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [228a525d15b8689d35db63b806358927f9120a41]

        INTEGRATION: CWS mav09 (1.14.252); FILE MERGED 2004/04/29 21:17:18 mav 1.14.252.2: RESYNC: (1.14-1.15); FILE MERGED 2004/04/14 11:34:44 mba 1.14.252.1: #i27773#: superfluous code removed

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [05988d7b2e38a6b14ca2743998bb833c8f98b0e1]

        INTEGRATION: CWS mav09 (1.26.2); FILE MERGED 2004/09/16 23:49:44 mav 1.26.2.8: RESYNC: (1.27-1.29); FILE MERGED 2004/08/24 16:08:30 mav 1.26.2.7: #i27773# fix minor problems 2004/08/18 16:07:36 mav 1.26.2.6: #i27773# (CD) allow the func toolbar to appear for inplace object 2004/07/09 16:07:44 mav 1.26.2.5: RESYNC: (1.26-1.27); FILE MERGED 2004/07/02 08:39:33 mba 1.26.2.4: #i27773#: some TODOs 2004/06/14 14:40:32 mba 1.26.2.3: #i27773#: new handling for resizing of active objects 2004/04/15 13:31:05 mba 1.26.2.2: #ii27773#: new interface to InPlaceClients 2004/04/14 11:35:17 mba 1.26.2.1: #i27773#: new InPlace API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [caab3dc0768e862b5311f5977e4cc8b6ac09d5c3]

        INTEGRATION: CWS mav09 (1.27.48); FILE MERGED 2004/09/16 23:49:36 mav 1.27.48.4: RESYNC: (1.29-1.30); FILE MERGED 2004/08/09 17:23:36 mav 1.27.48.3: RESYNC: (1.28-1.29); FILE MERGED 2004/07/09 16:07:21 mav 1.27.48.2: RESYNC: (1.27-1.28); FILE MERGED 2004/04/14 11:34:20 mba 1.27.48.1: #i27773#: use new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [eb0d6807c06779c579c3096a9392968b9f2e9007]

        INTEGRATION: CWS mav09 (1.17.24); FILE MERGED 2004/09/16 23:49:19 mav 1.17.24.5: RESYNC: (1.19-1.20); FILE MERGED 2004/07/02 08:39:32 mba 1.17.24.4: #i27773#: some TODOs 2004/05/17 16:05:18 mav 1.17.24.3: RESYNC: (1.18-1.19); FILE MERGED 2004/04/29 21:16:50 mav 1.17.24.2: RESYNC: (1.17-1.18); FILE MERGED 2004/04/14 11:33:10 mba 1.17.24.1: #i27773#: use new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f8265de9d84c82d7ed520c97e6289389a1568113]

        INTEGRATION: CWS mav09 (1.8.386); FILE MERGED 2004/04/29 21:16:01 mav 1.8.386.2: RESYNC: (1.8-1.10); FILE MERGED 2004/04/14 11:31:23 mba 1.8.386.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [429784ccff819c5d8792423f9f3a22bc8869d95c]

        INTEGRATION: CWS mav09 (1.14.186); FILE MERGED 2004/09/16 23:49:03 mav 1.14.186.3: RESYNC: (1.15-1.16); FILE MERGED 2004/04/29 21:15:45 mav 1.14.186.2: RESYNC: (1.14-1.15); FILE MERGED 2004/04/14 11:31:08 mba 1.14.186.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [48b1009dc63c089b6e19b77b148f242724a06ef4]

        INTEGRATION: CWS mav09 (1.6.400); FILE MERGED 2004/04/14 11:30:48 mba 1.6.400.1: #i27773#: use new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [583264e22d4fe49ce00e3eed069adc0adc350d8b]

        INTEGRATION: CWS mav09 (1.5.82); FILE MERGED 2004/09/16 23:48:48 mav 1.5.82.3: RESYNC: (1.5-1.6); FILE MERGED 2004/07/15 10:55:39 mba 1.5.82.2: #i27773#: cleaning up todos 2004/04/14 11:30:25 mba 1.5.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [875e3f770d5166c7480d67d468d2b90c0c72eac8]

        INTEGRATION: CWS mav09 (1.56.2); FILE MERGED 2004/09/16 23:48:39 mav 1.56.2.5: RESYNC: (1.59-1.60); FILE MERGED 2004/07/07 17:13:58 mav 1.56.2.4: RESYNC: (1.58-1.59); FILE MERGED 2004/05/17 16:04:59 mav 1.56.2.3: RESYNC: (1.57-1.58); FILE MERGED 2004/04/29 21:14:42 mav 1.56.2.2: RESYNC: (1.56-1.57); FILE MERGED 2004/04/14 11:30:06 mba 1.56.2.1: #i27773#: use new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [443255ae4572d24f30ced3268b2758e45383c137]

        INTEGRATION: CWS mav09 (1.27.34); FILE MERGED 2004/07/07 17:13:35 mav 1.27.34.2: RESYNC: (1.27-1.28); FILE MERGED 2004/05/04 13:02:11 mba 1.27.34.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [79d82f2c979710d34270ed8f1274eff483fdf05d]

        INTEGRATION: CWS mav09 (1.3.416); FILE MERGED 2004/05/04 13:02:10 mba 1.3.416.2: #i27773#: remove so3 2004/04/14 11:29:50 mba 1.3.416.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [257144ac722b8d835215a4eccffad001f8c66a1e]

        INTEGRATION: CWS mav09 (1.2.2); FILE MERGED 2004/07/06 14:15:30 mav 1.2.2.2: #i27773# review and solve some TODOs 2004/04/14 11:29:30 mba 1.2.2.1: #i27773#: use new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [667452e7c61669578daab3c3abc560d514ee915e]

        INTEGRATION: CWS mav09 (1.36.2); FILE MERGED 2004/09/29 14:52:41 mav 1.36.2.7: RESYNC: (1.43-1.44); FILE MERGED 2004/09/16 23:48:23 mav 1.36.2.6: RESYNC: (1.37-1.43); FILE MERGED 2004/07/14 12:13:00 mav 1.36.2.5: #i27773# fix resync related issues 2004/07/09 16:07:01 mav 1.36.2.4: RESYNC: (1.36-1.37); FILE MERGED 2004/06/14 14:40:31 mba 1.36.2.3: #i27773#: new handling for resizing of active objects 2004/06/10 16:43:46 mba 1.36.2.2: #i27773#: some fixed to make InPlace Editing work 2004/04/14 11:23:55 mba 1.36.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a28132a520489e1a72df97704a93a55be3f980a4]

        INTEGRATION: CWS mav09 (1.32.2); FILE MERGED 2004/07/14 12:13:00 mav 1.32.2.6: #i27773# fix resync related issues 2004/07/07 17:11:28 mav 1.32.2.5: RESYNC: (1.33-1.35); FILE MERGED 2004/07/06 12:47:25 mba 1.32.2.4: #i27773#: move DDE code from so3 to sfx2 2004/04/29 21:13:46 mav 1.32.2.3: RESYNC: (1.32-1.33); FILE MERGED 2004/04/21 11:08:06 mav 1.32.2.2: #i27773# one more step 2004/04/14 11:23:26 mba 1.32.2.1: #i27773#: loading through API only

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a612a1076ef8ed56cb14ff9b5a5dc04b2ab922b8]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/06 14:15:27 mav 1.1.2.2: #i27773# review and solve some TODOs 2004/04/21 11:10:24 mav 1.1.2.1: #i27773# move implementation from so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d9afbdc00da4f381b3f0bc9d9ea6854a42db1cf9]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/04/21 11:10:14 mav 1.1.2.1: #i27773# move implementation from so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4c76ed29904383115f1c389c2983dc85b51a71ed]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/06 14:15:27 mav 1.1.2.2: #i27773# review and solve some TODOs 2004/04/21 11:10:13 mav 1.1.2.1: #i27773# move implementation from so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [14483df71f08d2bf676d558708429af066fd9ecd]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/04/21 11:10:01 mav 1.1.2.1: #i27773# move implementation from so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [98eabdaa5a7f4a35b87925361a5a437077e274c0]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/15 11:08:21 mav 1.1.2.3: #i27773# commit changes made offline 2004/07/06 12:47:25 mba 1.1.2.2: #i27773#: move DDE code from so3 to sfx2 2004/04/21 11:10:00 mav 1.1.2.1: #i27773# move implementation from so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [44632f5c9fe1b515c122ff55655667a4eaccd6c3]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/14 12:13:00 mav 1.1.2.2: #i27773# fix resync related issues 2004/07/06 12:47:05 mba 1.1.2.1: #i27773#: move DDE code from so3 to sfx2

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b28f45a69bc2bb00b430a540008d697172e089df]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/06 12:46:53 mba 1.1.2.1: #i27773#: move DDE code from so3 to sfx2

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a17d4628a4b570d187c8781ee390418b3dc9c3ea]

        INTEGRATION: CWS mav09 (1.94.10); FILE MERGED 2004/08/18 16:12:18 mav 1.94.10.5: #i27773# get rid of useless assertion 2004/08/17 15:20:37 mav 1.94.10.4: #i27773# BaseURL and Hierarchical object name 2004/07/09 16:06:36 mav 1.94.10.3: RESYNC: (1.94-1.96); FILE MERGED 2004/06/18 13:58:25 mba 1.94.10.2: #i27773#: new special objects 2004/05/04 13:02:07 mba 1.94.10.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [42dae27ea4c52571651aaa4c2e490440b2060262]

        INTEGRATION: CWS mav09 (1.37.2); FILE MERGED 2004/09/16 23:46:52 mav 1.37.2.7: RESYNC: (1.40-1.43); FILE MERGED 2004/08/09 17:23:27 mav 1.37.2.6: RESYNC: (1.39-1.40); FILE MERGED 2004/07/09 16:06:25 mav 1.37.2.5: RESYNC: (1.38-1.39); FILE MERGED 2004/07/07 17:10:28 mav 1.37.2.4: RESYNC: (1.37-1.38); FILE MERGED 2004/04/14 14:59:34 mba 1.37.2.3: #i27773#: remove so3; new storage API 2004/04/14 11:28:02 mba 1.37.2.2: #i27773#: remove old Basic slots 2004/04/14 11:26:22 mba 1.37.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1c9d8fc20dd468834b309481d8fab75bb5c1b581]

        INTEGRATION: CWS mav09 (1.10.2); FILE MERGED 2004/09/16 23:46:44 mav 1.10.2.4: RESYNC: (1.12-1.14); FILE MERGED 2004/07/09 16:06:17 mav 1.10.2.3: RESYNC: (1.11-1.12); FILE MERGED 2004/04/29 21:13:15 mav 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2004/04/14 11:21:30 mba 1.10.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [219c25633641f0a6dd0ec6d3e3739c0d1ccfb06f]

        INTEGRATION: CWS mav09 (1.24.42); FILE MERGED 2004/04/29 21:13:07 mav 1.24.42.3: RESYNC: (1.24-1.25); FILE MERGED 2004/04/29 10:57:21 mba 1.24.42.2: #i27773#: remove so3 2004/04/14 11:21:11 mba 1.24.42.1: #i27773#: remove factories

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [eb88b80b27756df48e503a208f3a1319bf4bf26a]

        INTEGRATION: CWS mav09 (1.76.2); FILE MERGED 2004/09/16 23:46:37 mav 1.76.2.7: RESYNC: (1.80-1.81); FILE MERGED 2004/07/07 17:10:14 mav 1.76.2.6: RESYNC: (1.79-1.80); FILE MERGED 2004/07/06 14:15:26 mav 1.76.2.5: #i27773# review and solve some TODOs 2004/06/01 08:15:25 mba 1.76.2.4: #i27773#: new storage API 2004/05/17 16:04:28 mav 1.76.2.3: RESYNC: (1.78-1.79); FILE MERGED 2004/04/29 21:12:59 mav 1.76.2.2: RESYNC: (1.76-1.78); FILE MERGED 2004/04/14 11:20:54 mba 1.76.2.1: #i27773#: use new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e845bfeb1aeeb64b854d92493a6f10e59276a053]

        INTEGRATION: CWS mav09 (1.18.2); FILE MERGED 2004/09/16 23:46:20 mav 1.18.2.5: RESYNC: (1.21-1.22); FILE MERGED 2004/07/09 16:05:54 mav 1.18.2.4: RESYNC: (1.20-1.21); FILE MERGED 2004/07/07 17:10:05 mav 1.18.2.3: RESYNC: (1.19-1.20); FILE MERGED 2004/04/29 21:12:40 mav 1.18.2.2: RESYNC: (1.18-1.19); FILE MERGED 2004/04/14 11:20:20 mba 1.18.2.1: #i27773#: remove factories

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4e84633be6fc7ad36be5340c2c5ed31beadd2991]

        INTEGRATION: CWS mav09 (1.36.40); FILE MERGED 2004/07/02 08:39:31 mba 1.36.40.4: #i27773#: some TODOs 2004/04/29 21:12:32 mav 1.36.40.3: RESYNC: (1.36-1.39); FILE MERGED 2004/04/29 10:57:21 mba 1.36.40.2: #i27773#: remove so3 2004/04/14 11:19:53 mba 1.36.40.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1f64cfcb1ef1c26678ad8512e2061b44c9f96d53]

        INTEGRATION: CWS mav09 (1.11.2); FILE MERGED 2004/04/29 21:12:10 mav 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/14 11:19:23 mba 1.11.2.1: #i27773#: move DDE from so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [671df43c2eaaa5bfca2a5bc5c828049ca6648cf4]

        INTEGRATION: CWS mav09 (1.16.24); FILE MERGED 2004/09/29 16:07:33 mav 1.16.24.4: #i27773# resync 2004/09/16 23:46:13 mav 1.16.24.3: RESYNC: (1.16-1.17); FILE MERGED 2004/04/29 10:57:20 mba 1.16.24.2: #i27773#: remove so3 2004/04/14 11:18:45 mba 1.16.24.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [946918817cd6b66611b14373bc03bb93d8aeead9]

        INTEGRATION: CWS mav09 (1.3.420); FILE MERGED 2004/04/29 21:12:01 mav 1.3.420.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/14 11:18:24 mba 1.3.420.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5f9b04e7a7321df402791230698504a02cec411d]

        INTEGRATION: CWS mav09 (1.30.2); FILE MERGED 2004/09/16 23:45:57 mav 1.30.2.4: RESYNC: (1.32-1.33); FILE MERGED 2004/07/07 17:09:56 mav 1.30.2.3: RESYNC: (1.30-1.32); FILE MERGED 2004/05/04 13:01:23 mba 1.30.2.2: #i27773#: remove so3 2004/04/14 11:18:08 mba 1.30.2.1: #i27773#: use new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ed98217b4f86483c10da4a5e60e47da53ec53d80]

        INTEGRATION: CWS mav09 (1.93.4); FILE MERGED 2004/09/16 23:45:50 mav 1.93.4.4: RESYNC: (1.95-1.97); FILE MERGED 2004/07/14 12:12:57 mav 1.93.4.3: #i27773# fix resync related issues 2004/07/07 17:09:46 mav 1.93.4.2: RESYNC: (1.93-1.95); FILE MERGED 2004/07/06 14:15:24 mav 1.93.4.1: #i27773# review and solve some TODOs

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [99321dd94f4cc462a0bff4a8614869f8409b447f]

        INTEGRATION: CWS mav09 (1.30.4); FILE MERGED 2004/09/16 23:45:43 mav 1.30.4.3: RESYNC: (1.30-1.31); FILE MERGED 2004/07/06 14:15:22 mav 1.30.4.2: #i27773# review and solve some TODOs 2004/07/06 12:47:24 mba 1.30.4.1: #i27773#: move DDE code from so3 to sfx2

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [def3b17a68b56471e67ecf129f3e9ae05ec93742]

        INTEGRATION: CWS mav09 (1.74.2); FILE MERGED 2004/09/16 23:45:35 mav 1.74.2.6: RESYNC: (1.83-1.85); FILE MERGED 2004/07/09 16:05:26 mav 1.74.2.5: RESYNC: (1.81-1.83); FILE MERGED 2004/07/07 17:09:37 mav 1.74.2.4: RESYNC: (1.78-1.81); FILE MERGED 2004/04/29 21:11:22 mav 1.74.2.3: RESYNC: (1.74-1.78); FILE MERGED 2004/04/15 13:37:56 mba 1.74.2.2: #ii27773#: new interface to InPlaceClients 2004/04/14 11:17:35 mba 1.74.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6641f981dd03fee612c4db4b5481ab22f104f991]

        INTEGRATION: CWS mav09 (1.44.2); FILE MERGED 2004/09/21 17:55:32 mav 1.44.2.8: RESYNC: (1.57-1.59); FILE MERGED 2004/09/16 23:44:08 mav 1.44.2.7: RESYNC: (1.49-1.57); FILE MERGED 2004/08/19 11:44:03 mba 1.44.2.6: #i27773#: new container slot to terminate inplace objects from inside 2004/08/09 17:23:19 mav 1.44.2.5: RESYNC: (1.48-1.49); FILE MERGED 2004/07/09 16:05:15 mav 1.44.2.4: RESYNC: (1.47-1.48); FILE MERGED 2004/07/07 17:08:19 mav 1.44.2.3: RESYNC: (1.45-1.47); FILE MERGED 2004/04/14 11:29:11 mba 1.44.2.2: #i27773#: remove old Basic slots 2004/03/11 10:15:22 mav 1.44.2.1: #115904# move GUISaveAs out of SfxDocShell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [85e2cd437293eb7644555d44472f859ae58944cc]

        INTEGRATION: CWS mav09 (1.16.2); FILE MERGED 2004/09/16 23:44:30 mav 1.16.2.2: RESYNC: (1.16-1.17); FILE MERGED 2004/08/19 11:44:03 mba 1.16.2.1: #i27773#: new container slot to terminate inplace objects from inside

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f9e6f3b799ae459aba8fd1836ba558d73969a96d]

        INTEGRATION: CWS mav09 (1.9.252); FILE MERGED 2004/09/16 23:44:23 mav 1.9.252.2: RESYNC: (1.9-1.11); FILE MERGED 2004/03/11 10:15:21 mav 1.9.252.1: #115904# move GUISaveAs out of SfxDocShell

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f83fac4094656b5b9426a7f165e3b0ef772c8e11]

        INTEGRATION: CWS mav09 (1.12.42); FILE MERGED 2004/09/16 23:44:16 mav 1.12.42.3: RESYNC: (1.13-1.16); FILE MERGED 2004/07/07 17:08:29 mav 1.12.42.2: RESYNC: (1.12-1.13); FILE MERGED 2004/04/14 11:29:10 mba 1.12.42.1: #i27773#: remove old Basic slots

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0a5bb09107a1bd16267c7646562244d401c1cb34]

        INTEGRATION: CWS mav09 (1.24.40); FILE MERGED 2004/09/16 23:43:40 mav 1.24.40.6: RESYNC: (1.26-1.28); FILE MERGED 2004/07/09 16:05:05 mav 1.24.40.5: RESYNC: (1.25-1.26); FILE MERGED 2004/07/07 17:08:09 mav 1.24.40.4: RESYNC: (1.24-1.25); FILE MERGED 2004/07/02 18:09:30 mav 1.24.40.3: #i27773# let the header be visible 2004/04/26 12:53:03 mav 1.24.40.2: #i27773# deliver ipclient.hxx 2004/04/14 12:01:57 mba 1.24.40.1: #i27773#: move DDE from so3; remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f5b47b9d755a38fefff00db3810a6a44a0526411]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/23 12:14:18 mav 1.1.2.1: #i27773# let GUISaveAs helper be visible outside sfx2

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [114cf7834498b3d2bab1158c8928a0433013fa89]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/02 17:28:06 mav 1.1.2.1: #i27773# let the header be visible

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2190f78f8410ee8857d6afb806c473f5dd35e386]

        INTEGRATION: CWS mav09 (1.10.140); FILE MERGED 2004/05/17 09:33:05 mav 1.10.140.1: #i27773# a service to access ole storages

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b35f406d847ce8ec1d6ce40f09a5beeeda0f23a1]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/20 10:55:39 mav 1.1.2.2: #i27773# number of fixes 2004/05/11 13:09:41 mav 1.1.2.1: #i27773# a service to get access to simple OLE storages

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d9ac7c3b67b8427e76a95c098e83b1471f660afd]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/27 11:25:15 mav 1.1.2.4: #i27773# close output stream after writing 2004/08/20 10:55:39 mav 1.1.2.3: #i27773# number of fixes 2004/05/26 14:12:44 mav 1.1.2.2: #i23337# fix assertion 2004/05/11 13:09:41 mav 1.1.2.1: #i27773# a service to get access to simple OLE storages

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6e4d266c708d0c589862a63b9c5126ae369ecfe3]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/20 10:55:39 mav 1.1.2.2: #i27773# number of fixes 2004/05/11 13:09:40 mav 1.1.2.1: #i27773# a service to get access to simple OLE storages

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [83f955b844cf6f2b5458e77a357fa202c5310bb0]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/05/11 13:10:34 mav 1.1.2.1: #i27773# a service to get access to simple OLE storages

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e289192ce65653d4b677b4800e4e2701ec6408a2]

        INTEGRATION: CWS mav09 (1.83.16); FILE MERGED 2004/08/09 19:16:43 mav 1.83.16.3: RESYNC: (1.84-1.85); FILE MERGED 2004/07/08 15:56:28 mav 1.83.16.2: RESYNC: (1.83-1.84); FILE MERGED 2004/06/17 11:50:08 mav 1.83.16.1: #i30375# comment out unused for now code

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9c63f346a2b22069f094a2dfc1225d4b3f1997ee]

        INTEGRATION: CWS mav09 (1.38.2); FILE MERGED 2004/09/02 14:04:04 mav 1.38.2.9: #i27773# fix typo 2004/09/02 13:57:32 mav 1.38.2.8: #i27773# set mediatype only in writeable mode 2004/08/31 12:06:55 mav 1.38.2.7: #i27773# set media type 2004/08/16 13:34:15 mav 1.38.2.6: #i27773# storage version 2004/07/06 16:51:35 mba 1.38.2.5: #i27773#: work on TODOs 2004/05/18 12:11:35 mav 1.38.2.4: #i27773# resolve resync problems 2004/05/17 17:42:45 mav 1.38.2.3: RESYNC: (1.38-1.39); FILE MERGED 2004/05/17 09:08:57 mba 1.38.2.2: #i27773#: use new method to detect ID from storage 2004/05/04 13:00:07 mba 1.38.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7e28a36ff63ef25fb1df327ad1669f033bdc0c3d]

        INTEGRATION: CWS mav09 (1.28.26); FILE MERGED 2004/09/16 23:40:29 mav 1.28.26.4: RESYNC: (1.30-1.31); FILE MERGED 2004/08/09 19:16:25 mav 1.28.26.3: RESYNC: (1.29-1.30); FILE MERGED 2004/07/08 15:55:27 mav 1.28.26.2: RESYNC: (1.28-1.29); FILE MERGED 2004/05/04 12:59:57 mba 1.28.26.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [062ce5d49d0d769f84ae15842fd7e5d9a201377a]

        INTEGRATION: CWS mav09 (1.2.38); FILE MERGED 2004/05/13 14:16:23 mav 1.2.38.1: #i27773# build ole simple storage service

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [160f790791d6e839919f0d0f9277cb047fe020ae]

        INTEGRATION: CWS mav09 (1.14.114); FILE MERGED 2004/07/08 08:29:38 mav 1.14.114.3: RESYNC: (1.15-1.17); FILE MERGED 2004/04/29 16:50:04 mav 1.14.114.2: RESYNC: (1.14-1.15); FILE MERGED 2004/04/29 11:03:41 mba 1.14.114.1: #i27773#: no SvFileStream please

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ebeef90776b167c7a5e9165084abc74ff11360f4]

        INTEGRATION: CWS mav09 (1.3.142); FILE MERGED 2004/08/09 18:59:35 mav 1.3.142.3: RESYNC: (1.3-1.4); FILE MERGED 2004/05/16 17:29:55 mba 1.3.142.2: #i27773#: XTruncate needed 2004/04/30 08:00:30 mba 1.3.142.1: #i27773#: wrapper for XStream

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ffd2539384222c67d652907b13a00420859c3f99]

        INTEGRATION: CWS mav09 (1.3.140); FILE MERGED 2004/07/08 08:28:40 mav 1.3.140.4: RESYNC: (1.4-1.5); FILE MERGED 2004/04/29 16:49:45 mav 1.3.140.3: RESYNC: (1.3-1.4); FILE MERGED 2004/04/15 14:36:31 mba 1.3.140.2: #ii27773#: create Stream from XStream 2004/04/15 14:34:57 mba 1.3.140.1: #ii27773#: create Stream from XStream

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [cd04e135de9faf89abb988de2180e7dc44610676]

        INTEGRATION: CWS mav09 (1.4.142); FILE MERGED 2004/08/09 18:59:28 mav 1.4.142.4: RESYNC: (1.4-1.5); FILE MERGED 2004/05/16 17:29:43 mba 1.4.142.3: #i27773#: XTruncate needed 2004/04/30 08:00:11 mba 1.4.142.2: #i27773#: wrapper for XStream 2004/04/26 13:30:50 mba 1.4.142.1: #i27773#: new wrapper for XStream

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1e5615d26da48b561bc6a57d5ad5c936a03e1631]

        INTEGRATION: CWS mav09 (1.3.40); FILE MERGED 2004/07/08 08:12:32 mav 1.3.40.2: RESYNC: (1.3-1.5); FILE MERGED 2004/04/30 17:02:10 mba 1.3.40.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7ccfaa37bb67aa388d18d131485ccc4f7a49b141]

        INTEGRATION: CWS mav09 (1.22.82); FILE MERGED 2004/09/16 23:23:50 mav 1.22.82.5: RESYNC: (1.25-1.27); FILE MERGED 2004/07/09 03:06:37 mav 1.22.82.4: RESYNC: (1.23-1.25); FILE MERGED 2004/07/02 14:49:22 mav 1.22.82.3: #i27773# link to sot library 2004/05/17 18:23:37 mav 1.22.82.2: RESYNC: (1.22-1.23); FILE MERGED 2004/05/04 14:02:19 mba 1.22.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bcf767ebda8510705d218b542279b00c51f3a81a]

        INTEGRATION: CWS mav09 (1.13.82); FILE MERGED 2004/08/09 20:49:40 mav 1.13.82.8: RESYNC: (1.15-1.16); FILE MERGED 2004/07/09 03:05:49 mav 1.13.82.7: RESYNC: (1.14-1.15); FILE MERGED 2004/06/10 16:48:33 mba 1.13.82.6: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:10:26 mba 1.13.82.5: #i27773#: new embedding API 2004/05/20 20:34:36 mba 1.13.82.4: #i27773#: some API changes 2004/05/17 18:22:57 mav 1.13.82.3: RESYNC: (1.13-1.14); FILE MERGED 2004/05/16 17:26:41 mba 1.13.82.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:02:04 mba 1.13.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [27644a64df650e2d726bd7c31325b8860e218c0b]

        INTEGRATION: CWS mav09 (1.25.82); FILE MERGED 2004/09/28 14:39:31 mav 1.25.82.6: #i27773# get read of SvStorage 2004/09/16 23:20:43 mav 1.25.82.5: RESYNC: (1.26-1.29); FILE MERGED 2004/07/15 10:41:14 mba 1.25.82.4: #i27773#: cleaning up todos 2004/07/09 03:05:33 mav 1.25.82.3: RESYNC: (1.25-1.26); FILE MERGED 2004/05/16 17:26:41 mba 1.25.82.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:02:04 mba 1.25.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7e155f859c1ec7e6f4d7a071d2064f2b40c01176]

        INTEGRATION: CWS mav09 (1.23.80); FILE MERGED 2004/09/27 15:29:18 mav 1.23.80.8: RESYNC: (1.27-1.28); FILE MERGED 2004/09/21 17:54:01 mav 1.23.80.7: RESYNC: (1.25-1.27); FILE MERGED 2004/07/15 10:41:14 mba 1.23.80.6: #i27773#: cleaning up todos 2004/07/09 03:05:25 mav 1.23.80.5: RESYNC: (1.24-1.25); FILE MERGED 2004/06/01 08:10:26 mba 1.23.80.4: #i27773#: new embedding API 2004/05/17 18:22:48 mav 1.23.80.3: RESYNC: (1.23-1.24); FILE MERGED 2004/05/16 17:26:41 mba 1.23.80.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:02:04 mba 1.23.80.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e31c60ef32cc8e7e0b8e1b0f2eb85fef28370661]

        INTEGRATION: CWS mav09 (1.25.82); FILE MERGED 2004/09/28 14:39:31 mav 1.25.82.5: #i27773# get read of SvStorage 2004/09/16 23:20:35 mav 1.25.82.4: RESYNC: (1.27-1.28); FILE MERGED 2004/08/09 20:49:31 mav 1.25.82.3: RESYNC: (1.26-1.27); FILE MERGED 2004/07/09 03:05:17 mav 1.25.82.2: RESYNC: (1.25-1.26); FILE MERGED 2004/05/04 14:02:04 mba 1.25.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c131eec2fefdc807465934e70acb3185663079b9]

        INTEGRATION: CWS mav09 (1.44.14); FILE MERGED 2004/09/16 23:20:18 mav 1.44.14.3: RESYNC: (1.45-1.47); FILE MERGED 2004/07/09 03:04:58 mav 1.44.14.2: RESYNC: (1.44-1.45); FILE MERGED 2004/05/04 14:02:03 mba 1.44.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d963e3661dca711f8c1fb14e275c93f4f77ff6a8]

        INTEGRATION: CWS mav09 (1.6.418); FILE MERGED 2004/08/09 20:49:23 mav 1.6.418.4: RESYNC: (1.6-1.7); FILE MERGED 2004/05/20 20:34:35 mba 1.6.418.3: #i27773#: some API changes 2004/05/16 17:26:40 mba 1.6.418.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:02:03 mba 1.6.418.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b64174253f2e3afb4c946a63e7eb4d7d98de6d1e]

        INTEGRATION: CWS mav09 (1.2.428); FILE MERGED 2004/07/15 10:41:13 mba 1.2.428.2: #i27773#: cleaning up todos 2004/05/04 14:02:03 mba 1.2.428.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8586880b2b03c038caaba5e67720b8c93c9df62d]

        INTEGRATION: CWS mav09 (1.17.138); FILE MERGED 2004/09/16 23:20:00 mav 1.17.138.9: RESYNC: (1.18-1.19); FILE MERGED 2004/08/30 17:10:01 mav 1.17.138.8: #i27773# chart update 2004/08/09 20:49:05 mav 1.17.138.7: RESYNC: (1.17-1.18); FILE MERGED 2004/07/15 10:41:13 mba 1.17.138.6: #i27773#: cleaning up todos 2004/06/10 16:48:33 mba 1.17.138.5: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:10:26 mba 1.17.138.4: #i27773#: new embedding API 2004/05/20 20:34:35 mba 1.17.138.3: #i27773#: some API changes 2004/05/10 08:09:50 mba 1.17.138.2: #i27773#: let client always connect to object 2004/05/04 14:02:03 mba 1.17.138.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6161c5c41bd1a375e59c98528042b0661973ac25]

        INTEGRATION: CWS mav09 (1.10.110); FILE MERGED 2004/09/16 23:19:52 mav 1.10.110.5: RESYNC: (1.12-1.13); FILE MERGED 2004/07/09 03:04:12 mav 1.10.110.4: RESYNC: (1.11-1.12); FILE MERGED 2004/06/10 16:48:33 mba 1.10.110.3: #i27773#: some fixed to make InPlace Editing work 2004/05/17 18:22:19 mav 1.10.110.2: RESYNC: (1.10-1.11); FILE MERGED 2004/05/04 14:02:02 mba 1.10.110.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [35d034965c716100d15f0005b704afb95706cc5d]

        INTEGRATION: CWS mav09 (1.2.56); FILE MERGED 2004/07/15 10:41:13 mba 1.2.56.1: #i27773#: cleaning up todos

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [aad8088443a7291c6afeafca139fad1d4b4fbdbd]

        INTEGRATION: CWS mav09 (1.36.30); FILE MERGED 2004/09/16 23:19:34 mav 1.36.30.8: RESYNC: (1.40-1.42); FILE MERGED 2004/07/15 10:41:12 mba 1.36.30.7: #i27773#: cleaning up todos 2004/07/09 03:03:43 mav 1.36.30.6: RESYNC: (1.38-1.39); FILE MERGED 2004/07/02 08:46:54 mba 1.36.30.5: #i27773#: some ToDos 2004/06/21 16:37:54 mba 1.36.30.4: #i27773#: in InPlaceMode the Size already contains the Border now 2004/06/10 16:48:32 mba 1.36.30.3: #i27773#: some fixed to make InPlace Editing work 2004/05/17 18:22:11 mav 1.36.30.2: RESYNC: (1.36-1.38); FILE MERGED 2004/05/04 14:02:02 mba 1.36.30.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0badb93ab30ed3bcc7acc4c0593150aa19be2a60]

        INTEGRATION: CWS mav09 (1.21.74); FILE MERGED 2004/09/16 23:19:26 mav 1.21.74.5: RESYNC: (1.23-1.24); FILE MERGED 2004/07/09 03:03:35 mav 1.21.74.4: RESYNC: (1.22-1.23); FILE MERGED 2004/06/10 16:48:32 mba 1.21.74.3: #i27773#: some fixed to make InPlace Editing work 2004/05/17 18:22:01 mav 1.21.74.2: RESYNC: (1.21-1.22); FILE MERGED 2004/05/04 14:02:01 mba 1.21.74.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [35ca240d271c46acd3318a9562a20417e7f0fa96]

        INTEGRATION: CWS mav09 (1.13.310); FILE MERGED 2004/08/09 20:48:47 mav 1.13.310.4: RESYNC: (1.14-1.15); FILE MERGED 2004/07/09 03:03:27 mav 1.13.310.3: RESYNC: (1.13-1.14); FILE MERGED 2004/06/10 16:48:32 mba 1.13.310.2: #i27773#: some fixed to make InPlace Editing work 2004/05/04 14:02:01 mba 1.13.310.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0a0a5e44ce107eb7a68866d9b2e62372ef2eddff]

        INTEGRATION: CWS mav09 (1.6.84); FILE MERGED 2004/09/21 17:53:45 mav 1.6.84.3: RESYNC: (1.7-1.8); FILE MERGED 2004/09/16 23:19:18 mav 1.6.84.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/04 14:02:01 mba 1.6.84.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9b658be16401a13e8124cac54f6e8e5ac13c64ff]

        INTEGRATION: CWS mav09 (1.36.82); FILE MERGED 2004/09/21 17:53:37 mav 1.36.82.4: RESYNC: (1.41-1.42); FILE MERGED 2004/09/16 23:18:50 mav 1.36.82.3: RESYNC: (1.37-1.41); FILE MERGED 2004/07/09 03:02:59 mav 1.36.82.2: RESYNC: (1.36-1.37); FILE MERGED 2004/05/04 14:02:00 mba 1.36.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2a51627aa19428509e8cc0b2151e4d9ebdb3cadf]

        INTEGRATION: CWS mav09 (1.8.412); FILE MERGED 2004/09/16 23:18:42 mav 1.8.412.3: RESYNC: (1.9-1.11); FILE MERGED 2004/07/09 03:02:51 mav 1.8.412.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/04 14:02:00 mba 1.8.412.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [cb5ed26df3e14469872add6b7acf568617f80253]

        INTEGRATION: CWS mav09 (1.17.58); FILE MERGED 2004/09/16 23:18:35 mav 1.17.58.4: RESYNC: (1.18-1.21); FILE MERGED 2004/07/09 03:02:42 mav 1.17.58.3: RESYNC: (1.17-1.18); FILE MERGED 2004/06/10 16:48:31 mba 1.17.58.2: #i27773#: some fixed to make InPlace Editing work 2004/05/04 14:02:00 mba 1.17.58.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7567c58f4fa0a760c2eeb5271e81f8c1eef6ff86]

        INTEGRATION: CWS mav09 (1.7.82); FILE MERGED 2004/07/09 03:02:34 mav 1.7.82.2: RESYNC: (1.7-1.9); FILE MERGED 2004/05/04 14:01:59 mba 1.7.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [abe23c3f7eb395f2ff4198a22a7da9a541fa11df]

        INTEGRATION: CWS mav09 (1.10.2); FILE MERGED 2004/09/28 14:11:58 mav 1.10.2.1: #i27773# resync

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b946ff5945047c571a8fa102df4796401913d1c9]

        INTEGRATION: CWS mav09 (1.20.82); FILE MERGED 2004/07/09 03:01:56 mav 1.20.82.3: RESYNC: (1.21-1.22); FILE MERGED 2004/05/17 18:21:43 mav 1.20.82.2: RESYNC: (1.20-1.21); FILE MERGED 2004/05/04 14:01:59 mba 1.20.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b8719428abc4f9d3bdbe62d17688868d07fb120c]

        INTEGRATION: CWS mav09 (1.23.100); FILE MERGED 2004/07/09 03:01:39 mav 1.23.100.2: RESYNC: (1.23-1.24); FILE MERGED 2004/05/04 14:01:59 mba 1.23.100.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [71dee72df402c5fc0636e5178d2e7d375074d16e]

        INTEGRATION: CWS mav09 (1.22.58); FILE MERGED 2004/09/16 23:17:36 mav 1.22.58.5: RESYNC: (1.23-1.26); FILE MERGED 2004/07/09 03:00:56 mav 1.22.58.4: RESYNC: (1.22-1.23); FILE MERGED 2004/06/01 08:10:25 mba 1.22.58.3: #i27773#: new embedding API 2004/05/20 20:34:35 mba 1.22.58.2: #i27773#: some API changes 2004/05/04 14:01:58 mba 1.22.58.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9597c0b73e03c2a6b235f01667c4c6e7b25ce489]

        INTEGRATION: CWS mav09 (1.22.26); FILE MERGED 2004/09/16 23:17:09 mav 1.22.26.4: RESYNC: (1.23-1.25); FILE MERGED 2004/07/15 10:41:12 mba 1.22.26.3: #i27773#: cleaning up todos 2004/07/09 02:59:54 mav 1.22.26.2: RESYNC: (1.22-1.23); FILE MERGED 2004/05/04 14:01:58 mba 1.22.26.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ad69892ee2058d79fc5068a062e37ae54ea98619]

        INTEGRATION: CWS mav09 (1.51.22); FILE MERGED 2004/09/28 14:39:30 mav 1.51.22.8: #i27773# get read of SvStorage 2004/09/21 17:52:47 mav 1.51.22.7: RESYNC: (1.63-1.65); FILE MERGED 2004/09/16 23:16:53 mav 1.51.22.6: RESYNC: (1.58-1.63); FILE MERGED 2004/08/20 07:08:52 mba 1.51.22.5: #i27773#: Escape from InPlace Mode 2004/08/09 20:48:07 mav 1.51.22.4: RESYNC: (1.56-1.58); FILE MERGED 2004/07/09 02:59:28 mav 1.51.22.3: RESYNC: (1.52-1.56); FILE MERGED 2004/05/17 18:21:13 mav 1.51.22.2: RESYNC: (1.51-1.52); FILE MERGED 2004/05/04 14:01:57 mba 1.51.22.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [51d974513a813167c971bbc0e7468c1db4ea109a]

        INTEGRATION: CWS mav09 (1.18.310); FILE MERGED 2004/09/21 17:52:38 mav 1.18.310.6: RESYNC: (1.24-1.27); FILE MERGED 2004/09/16 23:16:46 mav 1.18.310.5: RESYNC: (1.21-1.24); FILE MERGED 2004/07/09 02:59:20 mav 1.18.310.4: RESYNC: (1.20-1.21); FILE MERGED 2004/06/10 16:48:31 mba 1.18.310.3: #i27773#: some fixed to make InPlace Editing work 2004/05/17 18:21:04 mav 1.18.310.2: RESYNC: (1.18-1.20); FILE MERGED 2004/05/04 14:01:57 mba 1.18.310.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a09e47b9646dac912ac5bf5cd224682b95fe077c]

        INTEGRATION: CWS mav09 (1.19.410); FILE MERGED 2004/05/20 20:34:35 mba 1.19.410.3: #i27773#: some API changes 2004/05/17 18:20:55 mav 1.19.410.2: RESYNC: (1.19-1.20); FILE MERGED 2004/05/04 14:01:57 mba 1.19.410.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0dbee77a18ae03390721339f41518ff6ddf67684]

        INTEGRATION: CWS mav09 (1.23.80); FILE MERGED 2004/09/16 23:16:38 mav 1.23.80.6: RESYNC: (1.25-1.31); FILE MERGED 2004/08/09 20:47:59 mav 1.23.80.5: RESYNC: (1.24-1.25); FILE MERGED 2004/07/09 02:59:12 mav 1.23.80.4: RESYNC: (1.23-1.24); FILE MERGED 2004/06/10 16:48:31 mba 1.23.80.3: #i27773#: some fixed to make InPlace Editing work 2004/05/20 20:34:34 mba 1.23.80.2: #i27773#: some API changes 2004/05/04 14:01:57 mba 1.23.80.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [42123d2927506117d908bb9c57879fb80e90d78b]

        INTEGRATION: CWS mav09 (1.14.138); FILE MERGED 2004/08/30 17:10:01 mav 1.14.138.6: #i27773# chart update 2004/08/09 20:47:51 mav 1.14.138.5: RESYNC: (1.15-1.16); FILE MERGED 2004/07/09 02:59:04 mav 1.14.138.4: RESYNC: (1.14-1.15); FILE MERGED 2004/06/01 08:10:24 mba 1.14.138.3: #i27773#: new embedding API 2004/05/20 20:34:34 mba 1.14.138.2: #i27773#: some API changes 2004/05/04 14:01:56 mba 1.14.138.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d4363707b77b8c43d3298990cd6d5656e278b242]

        INTEGRATION: CWS mav09 (1.3.112); FILE MERGED 2004/08/30 17:10:01 mav 1.3.112.2: #i27773# chart update 2004/05/04 14:01:56 mba 1.3.112.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4ca71e1e2aa2d5d3535edea95729345662b5292a]

        INTEGRATION: CWS mav09 (1.11.58); FILE MERGED 2004/09/16 23:15:53 mav 1.11.58.6: RESYNC: (1.13-1.15); FILE MERGED 2004/08/20 07:08:52 mba 1.11.58.5: #i27773#: Escape from InPlace Mode 2004/07/09 02:58:01 mav 1.11.58.4: RESYNC: (1.12-1.13); FILE MERGED 2004/06/10 16:48:31 mba 1.11.58.3: #i27773#: some fixed to make InPlace Editing work 2004/05/17 18:20:47 mav 1.11.58.2: RESYNC: (1.11-1.12); FILE MERGED 2004/05/04 14:01:56 mba 1.11.58.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5898511d06f2684c0ff141b4b3ee7f7fcfbf967d]

        INTEGRATION: CWS mav09 (1.16.82); FILE MERGED 2004/09/16 23:15:46 mav 1.16.82.5: RESYNC: (1.19-1.21); FILE MERGED 2004/08/09 20:47:16 mav 1.16.82.4: RESYNC: (1.18-1.19); FILE MERGED 2004/07/09 02:57:53 mav 1.16.82.3: RESYNC: (1.17-1.18); FILE MERGED 2004/05/17 18:20:39 mav 1.16.82.2: RESYNC: (1.16-1.17); FILE MERGED 2004/05/04 14:01:55 mba 1.16.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5b8fe0a6130a7e0fd9d2d87017ac53c8b9be5861]

        INTEGRATION: CWS mav09 (1.26.78); FILE MERGED 2004/09/21 17:52:30 mav 1.26.78.6: RESYNC: (1.33-1.35); FILE MERGED 2004/09/16 23:15:37 mav 1.26.78.5: RESYNC: (1.30-1.33); FILE MERGED 2004/08/09 20:47:08 mav 1.26.78.4: RESYNC: (1.29-1.30); FILE MERGED 2004/07/09 02:57:45 mav 1.26.78.3: RESYNC: (1.28-1.29); FILE MERGED 2004/05/17 18:20:32 mav 1.26.78.2: RESYNC: (1.26-1.28); FILE MERGED 2004/05/04 14:01:55 mba 1.26.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6139beff91faafbd5ac595ae4281158b340b9295]

        INTEGRATION: CWS mav09 (1.24.56); FILE MERGED 2004/09/16 23:15:29 mav 1.24.56.6: RESYNC: (1.27-1.30); FILE MERGED 2004/08/09 20:47:00 mav 1.24.56.5: RESYNC: (1.26-1.27); FILE MERGED 2004/07/09 02:57:37 mav 1.24.56.4: RESYNC: (1.25-1.26); FILE MERGED 2004/06/10 16:48:30 mba 1.24.56.3: #i27773#: some fixed to make InPlace Editing work 2004/05/17 18:20:22 mav 1.24.56.2: RESYNC: (1.24-1.25); FILE MERGED 2004/05/04 14:01:55 mba 1.24.56.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [514325346e63cb57704b395bbe28db54ba05b157]

        INTEGRATION: CWS mav09 (1.17.56); FILE MERGED 2004/08/09 20:46:52 mav 1.17.56.3: RESYNC: (1.18-1.19); FILE MERGED 2004/07/09 02:57:21 mav 1.17.56.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/04 14:01:54 mba 1.17.56.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b69c49dba4ae2b0769e31556e0fa08d3854cd05d]

        INTEGRATION: CWS mav09 (1.3.84); FILE MERGED 2004/07/19 10:24:47 mba 1.3.84.7: ##i27773#: bug in typedetection; templates and documents have same MediaType 2004/07/15 10:41:11 mba 1.3.84.6: #i27773#: cleaning up todos 2004/07/09 02:56:45 mav 1.3.84.5: RESYNC: (1.3-1.4); FILE MERGED 2004/07/05 12:28:58 mav 1.3.84.4: #i27773# package repairing is done only when type is known 2004/07/05 12:04:23 mav 1.3.84.3: #i27773# package repairing 2004/07/02 14:34:35 mba 1.3.84.2: #i27773#: Excel Type detection 2004/05/04 14:01:53 mba 1.3.84.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [30e3c4ae496634849d5e84f02ab967bc944cceaf]

        INTEGRATION: CWS mav09 (1.9.56); FILE MERGED 2004/07/09 02:56:20 mav 1.9.56.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/04 14:01:53 mba 1.9.56.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [26f3f537aded2afc7442837e2b859c9efb6b43f6]

        INTEGRATION: CWS mav09 (1.42.26); FILE MERGED 2004/09/16 23:14:23 mav 1.42.26.4: RESYNC: (1.43-1.46); FILE MERGED 2004/07/15 10:41:11 mba 1.42.26.3: #i27773#: cleaning up todos 2004/07/09 02:55:51 mav 1.42.26.2: RESYNC: (1.42-1.43); FILE MERGED 2004/05/04 14:01:53 mba 1.42.26.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e196f3256ec4a1bd6e6161ebee81d5ccde6b6fe1]

        INTEGRATION: CWS mav09 (1.11.138); FILE MERGED 2004/08/30 17:10:00 mav 1.11.138.6: #i27773# chart update 2004/07/15 10:41:10 mba 1.11.138.5: #i27773#: cleaning up todos 2004/07/09 02:55:08 mav 1.11.138.4: RESYNC: (1.11-1.12); FILE MERGED 2004/06/01 08:10:23 mba 1.11.138.3: #i27773#: new embedding API 2004/05/16 17:26:40 mba 1.11.138.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:01:52 mba 1.11.138.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5f631905c26f1d096a0a9988c57c095b6922075b]

        INTEGRATION: CWS mav09 (1.83.54); FILE MERGED 2004/09/16 23:13:34 mav 1.83.54.3: RESYNC: (1.84-1.86); FILE MERGED 2004/07/09 02:54:49 mav 1.83.54.2: RESYNC: (1.83-1.84); FILE MERGED 2004/05/04 14:01:51 mba 1.83.54.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a0783d561bfca44905297b09bcc9daf61d4ecb7e]

        INTEGRATION: CWS mav09 (1.8.78); FILE MERGED 2004/09/21 17:52:14 mav 1.8.78.5: RESYNC: (1.11-1.12); FILE MERGED 2004/09/16 23:12:54 mav 1.8.78.4: RESYNC: (1.10-1.11); FILE MERGED 2004/07/09 02:53:50 mav 1.8.78.3: RESYNC: (1.9-1.10); FILE MERGED 2004/05/17 18:19:54 mav 1.8.78.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/04 14:01:51 mba 1.8.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e51ed161cabec7cbcf1d19557127bf285f3487c5]

        INTEGRATION: CWS mav09 (1.2.446); FILE MERGED 2004/05/04 14:01:50 mba 1.2.446.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f8edf9b795f3059e966b82d1bed398fdcea8bcc3]

        INTEGRATION: CWS mav09 (1.14.410); FILE MERGED 2004/07/09 02:45:48 mav 1.14.410.2: RESYNC: (1.14-1.15); FILE MERGED 2004/04/29 08:57:08 mav 1.14.410.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b13b8ce443ce4697666e60294ab8cba0a2ce95c7]

        INTEGRATION: CWS mav09 (1.12.98); FILE MERGED 2004/07/09 02:44:08 mav 1.12.98.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/10 16:48:29 mba 1.12.98.2: #i27773#: some fixed to make InPlace Editing work 2004/05/04 14:01:50 mba 1.12.98.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [cca5b38b02a7b56e018c50cde5272da8ca87905b]

        INTEGRATION: CWS mav09 (1.15.82); FILE MERGED 2004/07/09 02:43:51 mav 1.15.82.2: RESYNC: (1.15-1.16); FILE MERGED 2004/05/04 14:01:50 mba 1.15.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [731234ad528d38e91ea3722915e70cb6b838f3bb]

        INTEGRATION: CWS mav09 (1.18.108); FILE MERGED 2004/09/21 17:51:37 mav 1.18.108.4: RESYNC: (1.20-1.22); FILE MERGED 2004/07/09 02:43:36 mav 1.18.108.3: RESYNC: (1.19-1.20); FILE MERGED 2004/05/17 18:15:10 mav 1.18.108.2: RESYNC: (1.18-1.19); FILE MERGED 2004/05/04 14:01:49 mba 1.18.108.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [43fe60bc7a69958de3c04a64eb43fa364ee41b99]

        INTEGRATION: CWS mav09 (1.7.100); FILE MERGED 2004/04/29 08:57:07 mav 1.7.100.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c6e525ab0f370209ac073a4628f0ebc7c3aee221]

        INTEGRATION: CWS mav09 (1.11.416); FILE MERGED 2004/07/09 02:42:07 mav 1.11.416.3: RESYNC: (1.11-1.12); FILE MERGED 2004/05/04 14:01:49 mba 1.11.416.2: #i27773#: remove so3 2004/04/29 08:57:07 mav 1.11.416.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9755c6ea767f0e2628421054461f7010bce4672a]

        INTEGRATION: CWS mav09 (1.16.56); FILE MERGED 2004/09/16 23:04:04 mav 1.16.56.2: RESYNC: (1.16-1.18); FILE MERGED 2004/07/15 10:41:10 mba 1.16.56.1: #i27773#: cleaning up todos

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [97622a1ffc9b1c56ddcd50fb96e2af65973d4bc3]

        INTEGRATION: CWS mav09 (1.12.82); FILE MERGED 2004/09/16 23:03:56 mav 1.12.82.5: RESYNC: (1.13-1.15); FILE MERGED 2004/07/09 02:41:08 mav 1.12.82.4: RESYNC: (1.12-1.13); FILE MERGED 2004/05/10 08:09:49 mba 1.12.82.3: #i27773#: let client always connect to object 2004/05/04 14:01:49 mba 1.12.82.2: #i27773#: remove so3 2004/04/29 08:57:07 mav 1.12.82.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c0c461b5c02c5c4cc9125742234ca3fda67bd2e1]

        INTEGRATION: CWS mav09 (1.2.446); FILE MERGED 2004/07/09 02:40:14 mav 1.2.446.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/04 14:01:48 mba 1.2.446.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [06f4a0d7e03ad2cf5fdc3a6df44a8cb2c3944316]

        INTEGRATION: CWS mav09 (1.10.82); FILE MERGED 2004/09/21 17:50:51 mav 1.10.82.4: RESYNC: (1.13-1.14); FILE MERGED 2004/09/16 23:03:38 mav 1.10.82.3: RESYNC: (1.11-1.13); FILE MERGED 2004/07/09 02:37:28 mav 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2004/05/04 14:01:48 mba 1.10.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [95093a132b067b14746c6fe7c5e2832bcf3574fd]

        INTEGRATION: CWS mav09 (1.2.438); FILE MERGED 2004/05/04 14:01:48 mba 1.2.438.2: #i27773#: remove so3 2004/04/29 08:57:07 mav 1.2.438.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9b11bd0e20bd224d5f8863f43d220c9eeada581a]

        INTEGRATION: CWS mav09 (1.2.442); FILE MERGED 2004/08/09 20:43:50 mav 1.2.442.4: RESYNC: (1.3-1.4); FILE MERGED 2004/07/15 09:12:11 mav 1.2.442.3: #i27773# solve resync problems 2004/07/09 02:36:19 mav 1.2.442.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/04 14:01:48 mba 1.2.442.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [539320b4861fa171182ed46907d2df222a4bebc5]

        INTEGRATION: CWS mav09 (1.9.430); FILE MERGED 2004/07/09 02:34:51 mav 1.9.430.3: RESYNC: (1.9-1.10); FILE MERGED 2004/05/04 14:01:47 mba 1.9.430.2: #i27773#: remove so3 2004/04/29 08:57:06 mav 1.9.430.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7ca4499f271aed2c87afc79a7bd74da987cc5562]

        INTEGRATION: CWS mav09 (1.26.20); FILE MERGED 2004/09/28 14:39:30 mav 1.26.20.9: #i27773# get read of SvStorage 2004/09/16 22:59:57 mav 1.26.20.8: RESYNC: (1.29-1.31); FILE MERGED 2004/08/12 17:03:49 mav 1.26.20.7: #i27773# introduce version back 2004/08/09 20:43:31 mav 1.26.20.6: RESYNC: (1.28-1.29); FILE MERGED 2004/07/15 09:12:11 mav 1.26.20.5: #i27773# solve resync problems 2004/07/09 02:31:47 mav 1.26.20.4: RESYNC: (1.27-1.28); FILE MERGED 2004/05/04 14:01:47 mba 1.26.20.3: #i27773#: remove so3 2004/04/29 18:59:28 mav 1.26.20.2: RESYNC: (1.26-1.27); FILE MERGED 2004/04/29 08:57:06 mav 1.26.20.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [28d9cb103e976248089a417081166ffc2e99eb21]

        INTEGRATION: CWS mav09 (1.1.1.1.454); FILE MERGED 2004/06/14 14:45:09 mba 1.1.1.1.454.3: #i27773#: new handling for resizing of active objects 2004/05/10 08:09:49 mba 1.1.1.1.454.2: #i27773#: let client always connect to object 2004/05/04 14:01:45 mba 1.1.1.1.454.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [14bd78502839f3949f4f958d3b0e51c63ed8165a]

        INTEGRATION: CWS mav09 (1.5.416); FILE MERGED 2004/09/21 17:50:35 mav 1.5.416.7: RESYNC: (1.7-1.8); FILE MERGED 2004/09/16 22:57:22 mav 1.5.416.6: RESYNC: (1.6-1.7); FILE MERGED 2004/08/09 20:41:52 mav 1.5.416.5: RESYNC: (1.5-1.6); FILE MERGED 2004/06/10 16:48:28 mba 1.5.416.4: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:10:22 mba 1.5.416.3: #i27773#: new embedding API 2004/05/20 20:08:04 mba 1.5.416.2: #i27773#: some API changes 2004/05/04 14:01:45 mba 1.5.416.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5ad41d13564719c948f515cd29203d6ddeaaa4f0]

        INTEGRATION: CWS mav09 (1.12.70); FILE MERGED 2004/09/16 22:58:26 mav 1.12.70.10: RESYNC: (1.13-1.15); FILE MERGED 2004/08/30 17:09:59 mav 1.12.70.9: #i27773# chart update 2004/07/15 10:41:10 mba 1.12.70.8: #i27773#: cleaning up todos 2004/07/09 02:29:53 mav 1.12.70.7: RESYNC: (1.12-1.13); FILE MERGED 2004/06/10 16:48:28 mba 1.12.70.6: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:10:22 mba 1.12.70.5: #i27773#: new embedding API 2004/05/20 20:08:04 mba 1.12.70.4: #i27773#: some API changes 2004/05/16 17:26:40 mba 1.12.70.3: #i27773#: new EmbeddedObjectContainer 2004/05/05 11:59:35 mba 1.12.70.2: #i27773#: platform independent GUIDs 2004/05/04 14:01:45 mba 1.12.70.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f80deae3e58845ab4dbcb4ec7a633ced75f6a95c]

        INTEGRATION: CWS mav09 (1.9.310); FILE MERGED 2004/09/16 22:58:04 mav 1.9.310.4: RESYNC: (1.10-1.11); FILE MERGED 2004/08/09 20:43:03 mav 1.9.310.3: RESYNC: (1.9-1.10); FILE MERGED 2004/06/10 16:48:28 mba 1.9.310.2: #i27773#: some fixed to make InPlace Editing work 2004/05/04 14:01:45 mba 1.9.310.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [662bb8f5940b436f686430d5653924878b17f38e]

        INTEGRATION: CWS mav09 (1.10.412); FILE MERGED 2004/08/09 20:42:35 mav 1.10.412.2: RESYNC: (1.10-1.11); FILE MERGED 2004/05/04 14:01:44 mba 1.10.412.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c7fb9fca9a14d42e11f320084aa7d11f785594dd]

        INTEGRATION: CWS mav09 (1.8.418); FILE MERGED 2004/05/17 18:12:02 mav 1.8.418.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/04 14:01:44 mba 1.8.418.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6053e160dccdfc29a25655c863c3281f37af7a5c]

        INTEGRATION: CWS mav09 (1.11.32); FILE MERGED 2004/09/16 22:57:47 mav 1.11.32.5: RESYNC: (1.14-1.19); FILE MERGED 2004/08/09 20:42:27 mav 1.11.32.4: RESYNC: (1.13-1.14); FILE MERGED 2004/07/09 02:29:36 mav 1.11.32.3: RESYNC: (1.12-1.13); FILE MERGED 2004/05/17 18:11:54 mav 1.11.32.2: RESYNC: (1.11-1.12); FILE MERGED 2004/05/04 14:01:43 mba 1.11.32.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [41f9a2b582360cd9cffd64cdd0296f1997c73b3b]

        INTEGRATION: CWS mav09 (1.10.34); FILE MERGED 2004/09/16 22:57:39 mav 1.10.34.6: RESYNC: (1.11-1.13); FILE MERGED 2004/08/09 20:42:10 mav 1.10.34.5: RESYNC: (1.10-1.11); FILE MERGED 2004/07/15 10:41:09 mba 1.10.34.4: #i27773#: cleaning up todos 2004/06/01 08:10:21 mba 1.10.34.3: #i27773#: new embedding API 2004/05/20 20:08:04 mba 1.10.34.2: #i27773#: some API changes 2004/05/04 14:01:43 mba 1.10.34.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d30589a4b4a773e557a3e065ff55eddaee2a4ec4]

        INTEGRATION: CWS mav09 (1.17.76); FILE MERGED 2004/07/09 02:29:18 mav 1.17.76.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/04 14:01:42 mba 1.17.76.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c7f1c33ce6ed072a01e10a273939dca3562d6edb]

        INTEGRATION: CWS mav09 (1.11.58); FILE MERGED 2004/09/16 22:56:45 mav 1.11.58.5: RESYNC: (1.12-1.13); FILE MERGED 2004/07/15 10:41:09 mba 1.11.58.4: #i27773#: cleaning up todos 2004/07/09 02:28:11 mav 1.11.58.3: RESYNC: (1.11-1.12); FILE MERGED 2004/05/16 17:26:39 mba 1.11.58.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:01:42 mba 1.11.58.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c0b320af9498d6af1b3806d1cdc714e638556ebd]

        INTEGRATION: CWS mav09 (1.34.14); FILE MERGED 2004/09/16 22:56:27 mav 1.34.14.5: RESYNC: (1.36-1.39); FILE MERGED 2004/07/15 10:41:09 mba 1.34.14.4: #i27773#: cleaning up todos 2004/07/09 02:27:54 mav 1.34.14.3: RESYNC: (1.35-1.36); FILE MERGED 2004/05/17 18:11:35 mav 1.34.14.2: RESYNC: (1.34-1.35); FILE MERGED 2004/05/04 14:01:42 mba 1.34.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [82a217e6bc4a3769ef30df5cfa93b34d691a7e48]

        INTEGRATION: CWS mav09 (1.18.80); FILE MERGED 2004/07/09 02:27:46 mav 1.18.80.3: RESYNC: (1.19-1.20); FILE MERGED 2004/05/17 18:11:27 mav 1.18.80.2: RESYNC: (1.18-1.19); FILE MERGED 2004/05/04 14:01:41 mba 1.18.80.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0cc9e3d34cc908d94c8b0bfc45c34009da3b0f76]

        INTEGRATION: CWS mav09 (1.14.82); FILE MERGED 2004/07/15 10:41:08 mba 1.14.82.4: #i27773#: cleaning up todos 2004/07/09 02:27:39 mav 1.14.82.3: RESYNC: (1.14-1.15); FILE MERGED 2004/05/16 17:26:39 mba 1.14.82.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:01:41 mba 1.14.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c713f37f9ac0f8de60d23e87740667b5cfab4922]

        INTEGRATION: CWS mav09 (1.65.6); FILE MERGED 2004/09/28 14:39:29 mav 1.65.6.13: #i27773# get read of SvStorage 2004/09/16 22:55:50 mav 1.65.6.12: RESYNC: (1.71-1.73); FILE MERGED 2004/09/03 08:00:11 mba 1.65.6.11: #i27773#: Closing streams should be done by SFX only 2004/08/12 17:03:49 mav 1.65.6.10: #i27773# introduce version back 2004/08/11 13:22:01 mav 1.65.6.9: #100000# resync problem 2004/08/09 20:41:24 mav 1.65.6.8: RESYNC: (1.69-1.71); FILE MERGED 2004/07/15 10:41:08 mba 1.65.6.7: #i27773#: cleaning up todos 2004/07/09 02:26:55 mav 1.65.6.6: RESYNC: (1.67-1.69); FILE MERGED 2004/07/06 15:50:31 mba 1.65.6.5: #i27773#: error handling 2004/05/17 18:11:03 mav 1.65.6.4: RESYNC: (1.66-1.67); FILE MERGED 2004/05/04 14:01:41 mba 1.65.6.3: #i27773#: remove so3 2004/04/29 18:56:52 mav 1.65.6.2: RESYNC: (1.65-1.66); FILE MERGED 2004/04/29 08:57:05 mav 1.65.6.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f755f60578a41a6bc5d9613a2f4bab21e18a9325]

        INTEGRATION: CWS mav09 (1.14.20); FILE MERGED 2004/09/16 22:56:09 mav 1.14.20.4: RESYNC: (1.16-1.17); FILE MERGED 2004/07/09 02:27:23 mav 1.14.20.3: RESYNC: (1.15-1.16); FILE MERGED 2004/04/29 18:57:12 mav 1.14.20.2: RESYNC: (1.14-1.15); FILE MERGED 2004/04/29 08:57:05 mav 1.14.20.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3922c9753448b28c1ec205e055ca88b718842d6b]

        INTEGRATION: CWS mav09 (1.16.84); FILE MERGED 2004/07/09 02:27:05 mav 1.16.84.3: RESYNC: (1.17-1.18); FILE MERGED 2004/05/17 18:11:10 mav 1.16.84.2: RESYNC: (1.16-1.17); FILE MERGED 2004/04/29 08:57:04 mav 1.16.84.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1f52777fdb66947a43c196dc026b2e75a0ce3b37]

        INTEGRATION: CWS mav09 (1.20.286); FILE MERGED 2004/09/16 22:50:52 mav 1.20.286.5: RESYNC: (1.21-1.22); FILE MERGED 2004/08/13 09:12:11 mav 1.20.286.4: #i27773# introduce version back 2004/07/15 10:41:07 mba 1.20.286.3: #i27773#: cleaning up todos 2004/07/09 02:21:36 mav 1.20.286.2: RESYNC: (1.20-1.21); FILE MERGED 2004/05/04 14:01:40 mba 1.20.286.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [758dfd18f447a3eb455b8d74d4881d910607b747]

        INTEGRATION: CWS mav09 (1.7.126); FILE MERGED 2004/08/09 20:39:27 mav 1.7.126.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/04 14:01:40 mba 1.7.126.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5d9ddc43de3667f5aac08315be58201e7cb770fa]

        INTEGRATION: CWS mav09 (1.37.80); FILE MERGED 2004/09/16 22:50:43 mav 1.37.80.4: RESYNC: (1.40-1.42); FILE MERGED 2004/07/09 02:20:57 mav 1.37.80.3: RESYNC: (1.39-1.40); FILE MERGED 2004/05/17 18:08:04 mav 1.37.80.2: RESYNC: (1.37-1.39); FILE MERGED 2004/05/04 14:01:40 mba 1.37.80.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1716938c1d27ac73b9469f5a770e61c3a3e387f2]

        INTEGRATION: CWS mav09 (1.17.64); FILE MERGED 2004/09/28 14:39:29 mav 1.17.64.5: #i27773# get read of SvStorage 2004/09/21 17:50:19 mav 1.17.64.4: RESYNC: (1.22-1.23); FILE MERGED 2004/09/16 22:50:19 mav 1.17.64.3: RESYNC: (1.18-1.22); FILE MERGED 2004/04/29 18:54:49 mav 1.17.64.2: RESYNC: (1.17-1.18); FILE MERGED 2004/04/29 08:57:03 mav 1.17.64.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fffc778495b1cd642d3178cda2fbd66e3b01074f]

        INTEGRATION: CWS mav09 (1.12.138); FILE MERGED 2004/05/04 14:01:40 mba 1.12.138.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a045fa69b1b0b3fa12a30d87de55b8a1f215bac6]

        INTEGRATION: CWS mav09 (1.37.72); FILE MERGED 2004/07/09 18:30:52 mav 1.37.72.4: RESYNC: (1.39-1.40); FILE MERGED 2004/07/09 02:21:29 mav 1.37.72.3: RESYNC: (1.38-1.39); FILE MERGED 2004/05/17 18:08:12 mav 1.37.72.2: RESYNC: (1.37-1.38); FILE MERGED 2004/05/04 14:01:39 mba 1.37.72.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7a52509f5bb3e449c23c3f45809f0427dabe1600]

        INTEGRATION: CWS mav09 (1.52.56); FILE MERGED 2004/09/21 17:50:27 mav 1.52.56.4: RESYNC: (1.55-1.56); FILE MERGED 2004/09/16 22:50:35 mav 1.52.56.3: RESYNC: (1.53-1.55); FILE MERGED 2004/07/09 02:21:21 mav 1.52.56.2: RESYNC: (1.52-1.53); FILE MERGED 2004/05/04 14:01:39 mba 1.52.56.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7b03f11e034b1ce7de9bc6e39bf2bdb347686c3c]

        INTEGRATION: CWS mav09 (1.18.112); FILE MERGED 2004/09/16 22:50:27 mav 1.18.112.8: RESYNC: (1.20-1.22); FILE MERGED 2004/08/13 09:12:11 mav 1.18.112.7: #i27773# introduce version back 2004/08/09 20:39:04 mav 1.18.112.6: RESYNC: (1.19-1.20); FILE MERGED 2004/07/15 10:41:07 mba 1.18.112.5: #i27773#: cleaning up todos 2004/07/09 02:21:13 mav 1.18.112.4: RESYNC: (1.18-1.19); FILE MERGED 2004/06/01 08:10:21 mba 1.18.112.3: #i27773#: new embedding API 2004/05/20 19:51:21 mba 1.18.112.2: #i27773#: some API changes 2004/05/04 14:01:39 mba 1.18.112.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [dcb8014e560e6c6861208cd571a391c39020ab9f]

        INTEGRATION: CWS mav09 (1.9.82); FILE MERGED 2004/07/16 15:51:00 mba 1.9.82.9: #i27773#: SetObjArea was superfluous 2004/07/15 10:41:07 mba 1.9.82.8: #i27773#: cleaning up todos 2004/07/09 02:21:05 mav 1.9.82.7: RESYNC: (1.9-1.10); FILE MERGED 2004/06/14 14:45:08 mba 1.9.82.6: #i27773#: new handling for resizing of active objects 2004/06/01 08:10:20 mba 1.9.82.5: #i27773#: new embedding API 2004/05/20 19:51:21 mba 1.9.82.4: #i27773#: some API changes 2004/05/16 17:26:39 mba 1.9.82.3: #i27773#: new EmbeddedObjectContainer 2004/05/10 08:09:48 mba 1.9.82.2: #i27773#: let client always connect to object 2004/05/04 14:01:38 mba 1.9.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5936f53d3e18a7ee6a834ce442a69aa247c6461e]

        INTEGRATION: CWS mav09 (1.49.310); FILE MERGED 2004/09/28 14:11:57 mav 1.49.310.12: #i27773# resync 2004/09/16 22:49:43 mav 1.49.310.11: RESYNC: (1.50-1.51); FILE MERGED 2004/09/06 07:48:54 mav 1.49.310.10: #i27773# error handling for the wrong password case 2004/08/17 15:42:32 mav 1.49.310.9: #i27773# BaseURL and Hierarchical object name 2004/08/16 14:43:15 mav 1.49.310.8: #i27773# get version of storage 2004/08/11 13:45:17 mav 1.49.310.7: #100000# resync problem 2004/08/09 20:38:55 mav 1.49.310.6: RESYNC: (1.49-1.50); FILE MERGED 2004/07/06 15:50:30 mba 1.49.310.5: #i27773#: error handling 2004/05/27 09:27:22 mav 1.49.310.4: #i27773# allow document encryption 2004/05/20 20:12:06 mba 1.49.310.3: #i27773#: some API changes 2004/05/04 15:21:59 mba 1.49.310.2: #i27773#: some storage problems 2004/05/04 14:01:38 mba 1.49.310.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8174aaf9b847ef92e90ec9564ca233e4eaf7ae00]

        INTEGRATION: CWS mav09 (1.92.26); FILE MERGED 2004/09/16 22:48:56 mav 1.92.26.6: RESYNC: (1.98-1.102); FILE MERGED 2004/08/09 20:38:20 mav 1.92.26.5: RESYNC: (1.96-1.98); FILE MERGED 2004/07/09 18:30:44 mav 1.92.26.4: RESYNC: (1.95-1.96); FILE MERGED 2004/07/09 02:18:41 mav 1.92.26.3: RESYNC: (1.93-1.95); FILE MERGED 2004/05/17 18:07:46 mav 1.92.26.2: RESYNC: (1.92-1.93); FILE MERGED 2004/05/04 14:01:37 mba 1.92.26.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4ffcd216362e21c4f06a483d90ea36a11e8525c3]

        INTEGRATION: CWS mav09 (1.174.12); FILE MERGED 2004/09/16 22:48:38 mav 1.174.12.6: RESYNC: (1.178-1.179); FILE MERGED 2004/08/09 20:38:11 mav 1.174.12.5: RESYNC: (1.177-1.178); FILE MERGED 2004/07/09 18:30:35 mav 1.174.12.4: RESYNC: (1.176-1.177); FILE MERGED 2004/07/09 02:18:11 mav 1.174.12.3: RESYNC: (1.175-1.176); FILE MERGED 2004/05/17 18:07:26 mav 1.174.12.2: RESYNC: (1.174-1.175); FILE MERGED 2004/05/04 14:01:37 mba 1.174.12.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8566e411ff2491a71a33b0617fc7dcd8e2f34950]

        INTEGRATION: CWS mav09 (1.65.58); FILE MERGED 2004/09/28 14:39:28 mav 1.65.58.4: #i27773# get read of SvStorage 2004/09/16 22:45:26 mav 1.65.58.3: RESYNC: (1.68-1.71); FILE MERGED 2004/07/09 02:14:31 mav 1.65.58.2: RESYNC: (1.65-1.68); FILE MERGED 2004/05/04 14:01:36 mba 1.65.58.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ae08c972a664136c66a6b7201cab487dce30e6fb]

        INTEGRATION: CWS mav09 (1.12.76); FILE MERGED 2004/09/21 17:50:11 mav 1.12.76.4: RESYNC: (1.15-1.16); FILE MERGED 2004/09/16 22:45:19 mav 1.12.76.3: RESYNC: (1.13-1.15); FILE MERGED 2004/07/09 02:14:22 mav 1.12.76.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/04 14:01:35 mba 1.12.76.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ed84646d25836dd72859e4869d1b825913af3c2a]

        INTEGRATION: CWS mav09 (1.20.76); FILE MERGED 2004/09/28 14:39:28 mav 1.20.76.4: #i27773# get read of SvStorage 2004/09/16 22:44:55 mav 1.20.76.3: RESYNC: (1.21-1.23); FILE MERGED 2004/07/09 02:14:04 mav 1.20.76.2: RESYNC: (1.20-1.21); FILE MERGED 2004/05/04 14:01:35 mba 1.20.76.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3dd698e9f317c82aa622d471747eb417658b8939]

        INTEGRATION: CWS mav09 (1.14.76); FILE MERGED 2004/09/28 14:39:27 mav 1.14.76.4: #i27773# get read of SvStorage 2004/09/16 22:44:48 mav 1.14.76.3: RESYNC: (1.15-1.17); FILE MERGED 2004/07/09 02:13:47 mav 1.14.76.2: RESYNC: (1.14-1.15); FILE MERGED 2004/05/04 14:01:33 mba 1.14.76.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [11d4b2fe86928808337a9af8a9031d17c2182a42]

        INTEGRATION: CWS mav09 (1.5.138); FILE MERGED 2004/07/09 02:13:29 mav 1.5.138.4: RESYNC: (1.5-1.6); FILE MERGED 2004/05/20 20:48:49 mba 1.5.138.3: #i27773#: some API changes 2004/05/16 17:26:38 mba 1.5.138.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:01:32 mba 1.5.138.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [528a68d32936f2665c17c635522eb023e1bfd9a2]

        INTEGRATION: CWS mav09 (1.11.76); FILE MERGED 2004/09/28 15:24:05 mav 1.11.76.6: #i27773# get read of SvStorage 2004/09/28 14:39:27 mav 1.11.76.5: #i27773# get read of SvStorage 2004/09/28 13:52:17 mav 1.11.76.4: #i27773# resync 2004/09/16 22:43:29 mav 1.11.76.3: RESYNC: (1.12-1.15); FILE MERGED 2004/07/09 02:10:03 mav 1.11.76.2: RESYNC: (1.11-1.12); FILE MERGED 2004/05/04 14:01:31 mba 1.11.76.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a22e70ccab8abeeb650dff6ad1010e0121a49828]

        INTEGRATION: CWS mav09 (1.9.2); FILE MERGED 2004/09/28 14:39:27 mav 1.9.2.1: #i27773# get read of SvStorage

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [50a94c82db79d3b04df11d87bb63391297f95e12]

        INTEGRATION: CWS mav09 (1.35.58); FILE MERGED 2004/09/16 22:38:04 mav 1.35.58.3: RESYNC: (1.37-1.39); FILE MERGED 2004/07/09 01:57:49 mav 1.35.58.2: RESYNC: (1.35-1.37); FILE MERGED 2004/05/04 14:01:30 mba 1.35.58.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7287a5bfeb9301e9c3f0a76abc0547ba56e5e3e7]

        INTEGRATION: CWS mav09 (1.31.76); FILE MERGED 2004/09/16 22:35:10 mav 1.31.76.4: RESYNC: (1.34-1.36); FILE MERGED 2004/07/15 09:12:10 mav 1.31.76.3: #i27773# solve resync problems 2004/07/09 01:54:56 mav 1.31.76.2: RESYNC: (1.31-1.34); FILE MERGED 2004/05/04 14:01:29 mba 1.31.76.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [699390356c5f490ce484e2acf1f0518322103a49]

        INTEGRATION: CWS mav09 (1.8.30); FILE MERGED 2004/09/28 13:52:17 mav 1.8.30.4: #i27773# resync 2004/09/16 22:37:37 mav 1.8.30.3: RESYNC: (1.10-1.13); FILE MERGED 2004/07/09 01:52:25 mav 1.8.30.2: RESYNC: (1.8-1.10); FILE MERGED 2004/05/04 14:01:28 mba 1.8.30.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ca8d7a8978dbb72c64f8aa29238dc928bf81d254]

        INTEGRATION: CWS mav09 (1.6.300); FILE MERGED 2004/09/16 22:37:08 mav 1.6.300.3: RESYNC: (1.7-1.8); FILE MERGED 2004/07/09 01:51:25 mav 1.6.300.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/04 14:01:28 mba 1.6.300.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [368302c06c3a6719c9beb0ca09c5948be6bf2396]

        INTEGRATION: CWS mav09 (1.55.42); FILE MERGED 2004/09/28 14:39:26 mav 1.55.42.1: #i27773# get read of SvStorage

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1ec4a6480ed210597afe226cca68037ab4b79aeb]

        INTEGRATION: CWS mav09 (1.12.42); FILE MERGED 2004/09/28 14:39:26 mav 1.12.42.1: #i27773# get read of SvStorage

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [314876ba180e758870f86fe7d5fea818863c701b]

        INTEGRATION: CWS mav09 (1.15.42); FILE MERGED 2004/09/28 14:39:25 mav 1.15.42.1: #i27773# get read of SvStorage

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [905cfb6dfe3fd86a8f452ea7637d8181826cd91e]

        INTEGRATION: CWS mav09 (1.18.82); FILE MERGED 2004/07/09 01:46:35 mav 1.18.82.2: RESYNC: (1.18-1.20); FILE MERGED 2004/05/04 14:01:27 mba 1.18.82.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0b6410c25b2893db38ec323dc4f9e9edce0713d3]

        INTEGRATION: CWS mav09 (1.7.112); FILE MERGED 2004/07/09 01:46:04 mav 1.7.112.3: RESYNC: (1.7-1.8); FILE MERGED 2004/05/25 15:13:10 mav 1.7.112.2: #i27773# fix resync issues 2004/05/04 14:01:26 mba 1.7.112.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [474dec7f3d294454d23c5c694c4d77ac78a839ac]

        INTEGRATION: CWS mav09 (1.7.78); FILE MERGED 2004/09/28 15:24:04 mav 1.7.78.4: #i27773# get read of SvStorage 2004/09/28 14:39:24 mav 1.7.78.3: #i27773# get read of SvStorage 2004/09/16 22:34:43 mav 1.7.78.2: RESYNC: (1.7-1.9); FILE MERGED 2004/05/04 14:01:26 mba 1.7.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [42698c41648861f1a204e6b485c3afe931b88778]

        INTEGRATION: CWS mav09 (1.11.78); FILE MERGED 2004/09/28 16:49:19 mav 1.11.78.6: #i27773# create only valid OLE storages 2004/09/28 15:24:03 mav 1.11.78.5: #i27773# get read of SvStorage 2004/09/28 14:39:24 mav 1.11.78.4: #i27773# get read of SvStorage 2004/09/16 22:33:37 mav 1.11.78.3: RESYNC: (1.12-1.15); FILE MERGED 2004/07/09 01:44:44 mav 1.11.78.2: RESYNC: (1.11-1.12); FILE MERGED 2004/05/04 14:01:25 mba 1.11.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b7b97beb32cfce8ec91cd985743b521a558c8988]

        INTEGRATION: CWS mav09 (1.2.56); FILE MERGED 2004/09/28 14:39:23 mav 1.2.56.4: #i27773# get read of SvStorage 2004/09/16 22:32:10 mav 1.2.56.3: RESYNC: (1.3-1.6); FILE MERGED 2004/08/09 20:34:55 mav 1.2.56.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/15 09:12:09 mav 1.2.56.1: #i27773# solve resync problems

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f2ff4df954f0682ea5685c647bd58ebf4172940a]

        INTEGRATION: CWS mav09 (1.14.30); FILE MERGED 2004/09/28 14:39:23 mav 1.14.30.12: #i27773# get read of SvStorage 2004/09/16 22:31:31 mav 1.14.30.11: RESYNC: (1.17-1.22); FILE MERGED 2004/08/30 17:09:58 mav 1.14.30.10: #i27773# chart update 2004/07/09 01:42:11 mav 1.14.30.9: RESYNC: (1.14-1.17); FILE MERGED 2004/07/06 15:50:29 mba 1.14.30.8: #i27773#: error handling 2004/06/25 11:56:09 mav 1.14.30.7: #i27773# storeOwn does not need saveCompleted 2004/06/10 16:48:27 mba 1.14.30.6: #i27773#: some fixed to make InPlace Editing work 2004/06/02 11:50:23 mba 1.14.30.5: #i27773#: forgot parameter 2004/06/01 08:10:18 mba 1.14.30.4: #i27773#: new embedding API 2004/05/20 20:39:48 mba 1.14.30.3: #i27773#: some API changes 2004/05/16 17:26:38 mba 1.14.30.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:01:24 mba 1.14.30.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [416ac26fa0556951021caa52a39a757262073b7a]

        INTEGRATION: CWS mav09 (1.2.56); FILE MERGED 2004/09/28 14:39:23 mav 1.2.56.4: #i27773# get read of SvStorage 2004/09/16 22:30:10 mav 1.2.56.3: RESYNC: (1.3-1.6); FILE MERGED 2004/08/09 20:34:48 mav 1.2.56.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/15 09:12:09 mav 1.2.56.1: #i27773# solve resync problems

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [75c8e70046be0c78028d393b429a8d030200288f]

        INTEGRATION: CWS mav09 (1.60.74); FILE MERGED 2004/09/16 22:28:38 mav 1.60.74.3: RESYNC: (1.61-1.65); FILE MERGED 2004/07/09 01:38:53 mav 1.60.74.2: RESYNC: (1.60-1.61); FILE MERGED 2004/05/04 14:01:24 mba 1.60.74.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [490993e42db836103e8f51282282273f1ca2a2de]

        INTEGRATION: CWS mav09 (1.31.78); FILE MERGED 2004/09/16 22:27:50 mav 1.31.78.8: RESYNC: (1.32-1.34); FILE MERGED 2004/08/30 17:09:58 mav 1.31.78.7: #i27773# chart update 2004/07/09 01:37:18 mav 1.31.78.6: RESYNC: (1.31-1.32); FILE MERGED 2004/06/10 16:48:27 mba 1.31.78.5: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:10:17 mba 1.31.78.4: #i27773#: new embedding API 2004/05/20 20:39:48 mba 1.31.78.3: #i27773#: some API changes 2004/05/16 17:26:38 mba 1.31.78.2: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:01:23 mba 1.31.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [66506b9176f97a84b32e5e020bbdd2d8c2624eba]

        INTEGRATION: CWS mav09 (1.12.158); FILE MERGED 2004/09/28 14:39:22 mav 1.12.158.5: #i27773# get read of SvStorage 2004/09/16 22:25:37 mav 1.12.158.4: RESYNC: (1.13-1.15); FILE MERGED 2004/07/09 01:34:10 mav 1.12.158.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/01 08:10:17 mba 1.12.158.2: #i27773#: new embedding API 2004/05/04 14:01:23 mba 1.12.158.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [63c2720b0919e6adb4a28e8807bb64a6ebf3a04b]

        INTEGRATION: CWS mav09 (1.50.78); FILE MERGED 2004/09/16 22:27:11 mav 1.50.78.3: RESYNC: (1.53-1.54); FILE MERGED 2004/07/09 01:36:17 mav 1.50.78.2: RESYNC: (1.50-1.53); FILE MERGED 2004/05/04 14:01:23 mba 1.50.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e1428b9da19a44f7a935d3dd327eaf6dafaf5cc7]

        INTEGRATION: CWS mav09 (1.70.2); FILE MERGED 2004/09/28 14:39:22 mav 1.70.2.1: #i27773# get read of SvStorage

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3ad2cedfe589ea9c183932c73dcea5e6cdc41c49]

        INTEGRATION: CWS mav09 (1.16.74); FILE MERGED 2004/09/16 22:25:12 mav 1.16.74.3: RESYNC: (1.19-1.20); FILE MERGED 2004/07/09 01:28:57 mav 1.16.74.2: RESYNC: (1.16-1.19); FILE MERGED 2004/05/04 14:01:22 mba 1.16.74.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1ea666ea38aebb084b508a9cbf6c4c8e36f61050]

        INTEGRATION: CWS mav09 (1.9.74); FILE MERGED 2004/07/09 01:27:38 mav 1.9.74.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/04 14:01:21 mba 1.9.74.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c39ee23007e311c9de1d40c05d529b256ebf6980]

        INTEGRATION: CWS mav09 (1.5.228); FILE MERGED 2004/07/15 09:12:08 mav 1.5.228.4: #i27773# solve resync problems 2004/07/09 01:22:39 mav 1.5.228.3: RESYNC: (1.6-1.7); FILE MERGED 2004/04/29 18:34:11 mav 1.5.228.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/29 08:57:02 mav 1.5.228.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [41fbc10d77441ee18ec5a45d2f618d7a81c4d8bf]

        INTEGRATION: CWS mav09 (1.9.82); FILE MERGED 2004/09/16 22:22:21 mav 1.9.82.3: RESYNC: (1.10-1.15); FILE MERGED 2004/07/09 01:16:36 mav 1.9.82.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/29 08:57:01 mav 1.9.82.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d91dc34ce9b833068ef4629dcf77c043a0f95bfa]

        INTEGRATION: CWS mav09 (1.26.82); FILE MERGED 2004/09/16 22:21:40 mav 1.26.82.8: RESYNC: (1.28-1.30); FILE MERGED 2004/09/01 14:47:31 mba 1.26.82.7: #i27773#: COM-Objects on Linux must work in Loaded state 2004/07/15 10:59:31 mav 1.26.82.6: #i27773# commit changes made offline 2004/07/09 01:15:32 mav 1.26.82.5: RESYNC: (1.27-1.28); FILE MERGED 2004/06/01 08:10:15 mba 1.26.82.4: #i27773#: new embedding API 2004/05/20 20:45:41 mba 1.26.82.3: #i27773#: some API changes 2004/05/17 18:06:45 mav 1.26.82.2: RESYNC: (1.26-1.27); FILE MERGED 2004/04/29 08:57:01 mav 1.26.82.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [14513f76b01d271bbabbbc2f1c0e106ed805ae86]

        INTEGRATION: CWS mav09 (1.21.112); FILE MERGED 2004/09/16 22:20:09 mav 1.21.112.5: RESYNC: (1.23-1.25); FILE MERGED 2004/08/30 17:09:56 mav 1.21.112.4: #i27773# chart update 2004/07/09 01:04:11 mav 1.21.112.3: RESYNC: (1.22-1.23); FILE MERGED 2004/05/17 18:06:37 mav 1.21.112.2: RESYNC: (1.21-1.22); FILE MERGED 2004/04/29 08:57:00 mav 1.21.112.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [68df5ff99232eb503b8c3b7530aadfa6b8e99aac]

        INTEGRATION: CWS mav09 (1.33.4); FILE MERGED 2004/07/09 01:03:58 mav 1.33.4.3: RESYNC: (1.34-1.35); FILE MERGED 2004/04/29 18:31:24 mav 1.33.4.2: RESYNC: (1.33-1.34); FILE MERGED 2004/04/29 08:57:00 mav 1.33.4.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fc558da3bf156f20ab38cf65d4bfccc519078d31]

        INTEGRATION: CWS mav09 (1.19.112); FILE MERGED 2004/08/30 17:09:56 mav 1.19.112.4: #i27773# chart update 2004/07/15 10:59:31 mav 1.19.112.3: #i27773# commit changes made offline 2004/07/09 01:03:07 mav 1.19.112.2: RESYNC: (1.19-1.20); FILE MERGED 2004/04/29 08:56:59 mav 1.19.112.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [22785538f56f1d02b6c97072c868dec147373532]

        INTEGRATION: CWS mav09 (1.11.432); FILE MERGED 2004/07/08 23:02:27 mav 1.11.432.3: RESYNC: (1.11-1.12); FILE MERGED 2004/07/06 16:22:21 mba 1.11.432.2: #i27773#: error handling 2004/05/04 14:00:37 mba 1.11.432.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4d8cb06d250a3f1ede35f72351592d41a6fe5e57]

        INTEGRATION: CWS mav09 (1.9.194); FILE MERGED 2004/09/16 22:12:18 mav 1.9.194.4: RESYNC: (1.10-1.11); FILE MERGED 2004/05/04 14:00:37 mba 1.9.194.3: #i27773#: remove so3 2004/04/29 18:26:03 mav 1.9.194.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/29 08:56:59 mav 1.9.194.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c1276fb29abff672232b58c16a79c523286d4103]

        INTEGRATION: CWS mav09 (1.13.136); FILE MERGED 2004/09/16 22:11:29 mav 1.13.136.3: RESYNC: (1.14-1.16); FILE MERGED 2004/05/17 18:05:19 mav 1.13.136.2: RESYNC: (1.13-1.14); FILE MERGED 2004/04/29 08:56:59 mav 1.13.136.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1cf761ab3a712d2834d2afb4492cd97f320f493f]

        INTEGRATION: CWS mav09 (1.10.82); FILE MERGED 2004/09/28 14:39:21 mav 1.10.82.3: #i27773# get read of SvStorage 2004/07/08 22:56:01 mav 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2004/04/29 08:56:58 mav 1.10.82.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [afd3fad964f91fdc12690d20f0ce1f9d982fe962]

        INTEGRATION: CWS mav09 (1.16.70); FILE MERGED 2004/09/16 22:07:24 mav 1.16.70.4: RESYNC: (1.17-1.18); FILE MERGED 2004/07/15 10:40:45 mba 1.16.70.3: #i27773#: cleaning up todos 2004/07/08 22:54:46 mav 1.16.70.2: RESYNC: (1.16-1.17); FILE MERGED 2004/05/04 14:00:37 mba 1.16.70.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6504cde1ebbde68ebf2bfeb9d90553a55b613a92]

        INTEGRATION: CWS mav09 (1.5.442); FILE MERGED 2004/07/08 22:50:53 mav 1.5.442.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/29 08:56:58 mav 1.5.442.1: #i27773# one more step further

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [056873e90b56764a4db0d2731c464cec83f7b8a0]

        INTEGRATION: CWS mav09 (1.12.12); FILE MERGED 2004/07/09 18:04:29 mav 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2004/06/18 16:43:01 mav 1.12.12.1: #i27773# get rid of WinExtent workaround

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2960a18a238bb5ef79991366adfccb2b6fdc357a]

        INTEGRATION: CWS mav09 (1.12.12); FILE MERGED 2004/06/18 16:43:01 mav 1.12.12.1: #i27773# get rid of WinExtent workaround

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4e806872eb09bfecceed0ee9140a7b95a2d1fd7c]

        INTEGRATION: CWS mav09 (1.4.70); FILE MERGED 2004/05/28 16:08:53 mav 1.4.70.1: #i27773# fix mediatypes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [676b941b02d3a33115997ccb741ba2dbb4625d66]

        INTEGRATION: CWS mav09 (1.14.12); FILE MERGED 2004/07/09 18:04:21 mav 1.14.12.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/18 16:43:01 mav 1.14.12.1: #i27773# get rid of WinExtent workaround

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b61e5c40eb8a03e95c6184a8611ea8faf8583144]

        INTEGRATION: CWS mav09 (1.1.1.1.254); FILE MERGED 2004/05/05 11:29:07 mba 1.1.1.1.254.2: #i27773#: platform independent GUIDs 2004/05/04 13:00:44 mba 1.1.1.1.254.1: #i27773#: interface to UNO based ClassIDs

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [03e040180f454d9a327165ec17cfed167aeb0186]

        INTEGRATION: CWS mav09 (1.18.14); FILE MERGED 2004/08/13 15:30:52 mav 1.18.14.1: #i27773# move one formats to comphelper

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8e45fe53ac237b8dbe0c813b03fadacbc2b8bc5a]

        INTEGRATION: CWS mav09 (1.5.2); FILE MERGED 2004/08/02 13:39:33 mav 1.5.2.4: #i27773# UI activation related stuff 2004/06/18 14:19:33 mba 1.5.2.3: #i27773#: special objects implementation 2004/06/10 16:19:52 mav 1.5.2.2: #i27773# use configuration for conversion purposes 2004/01/23 15:39:35 mav 1.5.2.1: #115011# XInplaceObject implementation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0f9a4c36f4488e6b6bc65678d09dc5c43cdb422e]

        INTEGRATION: CWS mav09 (1.2.2); FILE MERGED 2004/01/30 08:43:59 mav 1.2.2.1: #115011# create bitmap

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [77ce5e7f7b0bef2a6f8785d72986771a1a4bec64]

        INTEGRATION: CWS mav09 (1.2.2); FILE MERGED 2004/01/30 08:43:58 mav 1.2.2.1: #115011# create bitmap

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3302491d69aded5dfe67247214e9913d85dced45]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/01/30 08:44:51 mav 1.1.2.1: #115011# create bitmap

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9d147c23e86feea8935f68eb33d8748c96beab81]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/01/30 08:44:35 mav 1.1.2.1: #115011# create bitmap

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [acb215ac761640016034b24d8d1e6638635240a0]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/01/27 15:58:10 mav 1.1.2.1: #115011# VCL window for container

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f30deb103014bfaa7248a61ea1b72f72d446abed]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/01/27 15:57:58 mav 1.1.2.1: #115011# VCL window for container

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5e9c3dc21b4c4c84e17660d196e717459341623a]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/01/27 15:57:47 mav 1.1.2.1: #115011# VCL window for container

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8b3244800a6d2f4e35e38a037b153f0c6e235d41]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/01/27 15:57:33 mav 1.1.2.1: #115011# VCL window for container

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5d48c84e60bf5f503a9d4a78703dfb6045391f9f]

        INTEGRATION: CWS mav09 (1.4.2); FILE MERGED 2004/08/09 18:53:57 mav 1.4.2.4: RESYNC: (1.4-1.5); FILE MERGED 2004/02/19 10:31:38 mav 1.4.2.3: #115011# embedded object representation 2004/01/28 08:58:10 mav 1.4.2.2: #115011# bitmap painting 2004/01/27 15:54:50 mav 1.4.2.1: #115011# VCL window for container

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [40f032525ceec6ed28b47a5fe042fb6059af8d4d]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/23 09:43:36 mav 1.1.2.5: #115011# improve object painting 2004/02/19 10:31:38 mav 1.1.2.4: #115011# embedded object representation 2004/01/30 08:43:57 mav 1.1.2.3: #115011# create bitmap 2004/01/28 08:58:09 mav 1.1.2.2: #115011# bitmap painting 2004/01/27 15:56:03 mav 1.1.2.1: #115011# VCL window for container

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fe1993c51cdb9926bfd321ed40b4df932f8318b6]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/23 09:43:35 mav 1.1.2.2: #115011# improve object painting 2004/02/19 10:32:22 mav 1.1.2.1: #115011# use standalone thread for painting

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [da13638e33686cdd6bf489753cccbf8bdc984e09]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/23 09:43:35 mav 1.1.2.3: #115011# improve object painting 2004/01/28 08:58:08 mav 1.1.2.2: #115011# bitmap painting 2004/01/27 15:56:19 mav 1.1.2.1: #115011# VCL window for container

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [90562f3176b39ddde87fcb27a8e8effed3e55854]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/01/27 15:56:35 mav 1.1.2.1: #115011# VCL window for container

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bb2157325c8c94fae4ad655f3588a8472bfeb4ff]

        INTEGRATION: CWS mav09 (1.1.2); FILE MERGED 2004/01/28 08:58:07 mav 1.1.2.2: #115011# bitmap painting 2004/01/27 15:54:49 mav 1.1.2.1: #115011# VCL window for container

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3e94e6f96fbe6c1050e6a8d8c79f5f6af0ac42b3]

        INTEGRATION: CWS mav09 (1.10.2); FILE MERGED 2004/02/23 09:43:35 mav 1.10.2.5: #115011# improve object painting 2004/02/19 10:31:38 mav 1.10.2.4: #115011# embedded object representation 2004/01/30 08:43:57 mav 1.10.2.3: #115011# create bitmap 2004/01/28 08:58:05 mav 1.10.2.2: #115011# bitmap painting 2004/01/27 15:54:48 mav 1.10.2.1: #115011# VCL window for container

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9fdb743dc40609c37bf9677874e9aa9d9c2aad7f]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/23 09:43:34 mav 1.1.2.3: #115011# improve object painting 2004/02/19 10:31:37 mav 1.1.2.2: #115011# embedded object representation 2004/01/28 08:58:34 mav 1.1.2.1: #115011# bitmap painting

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9c79155b39029c46aa6c756b3f579bace847c262]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/04/30 11:00:08 mav 1.1.2.1: #i27773# creation of objects by MSOLE dialog

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [abf71c3c23b98895219d078c8671c5052fb4e615]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/18 14:29:02 mav 1.1.2.4: #i27773# allow to create own objects through the dialog 2004/05/28 16:19:08 mba 1.1.2.3: #27773#: some wrong MediaTypes 2004/05/06 17:22:13 mav 1.1.2.2: #i27773# Win insert object dialog usage 2004/04/30 10:59:58 mav 1.1.2.1: #i27773# creation of objects by MSOLE dialog

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [57af440e9fade39f84c60447c291a2313a188abf]

        INTEGRATION: CWS mav09 (1.1.2); FILE MERGED 2004/08/19 15:59:05 mav 1.1.2.1: #i27773# let the replacement be updated

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bebff39cbcf4cd2c93d8f403c912587fe43c2b6c]

        INTEGRATION: CWS mav09 (1.2.2); FILE MERGED 2004/09/01 14:52:58 mav 1.2.2.11: #i27773# the case when there is no server for the object 2004/09/01 12:20:03 mav 1.2.2.10: #i27773# caching is still not implemented for windows 2004/09/01 12:15:39 mav 1.2.2.9: #i27773# caching is still not implemented for windows 2004/09/01 12:08:48 mav 1.2.2.8: #i27773# getStatus of OLE object on Unix 2004/08/19 15:59:05 mav 1.2.2.7: #i27773# let the replacement be updated 2004/05/28 16:19:08 mba 1.2.2.6: #27773#: some wrong MediaTypes 2004/05/24 09:02:53 mba 1.2.2.5: #i27773#: some changes about MapUnit 2004/05/18 16:38:32 mav 1.2.2.4: #i27773# resolv resync problems 2004/05/18 12:34:43 mav 1.2.2.3: #i27773# solve resync problems 2004/05/17 18:26:40 mav 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/12 10:12:32 mav 1.2.2.1: #i27773# graphical replacement and persistance setting related changes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e730782789c7fd7c2eda22ef804e4a18ac860fae]

        INTEGRATION: CWS mav09 (1.1.2); FILE MERGED 2004/04/30 10:59:25 mav 1.1.2.1: #i27773# creation of objects by MSOLE dialog

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d0956a102e8aa91e9a5683107c5b038bf0b42f06]

        INTEGRATION: CWS mav09 (1.13.2); FILE MERGED 2004/09/06 13:03:25 mav 1.13.2.19: #i27773# allow to switch persistence on unix 2004/09/03 11:38:50 mav 1.13.2.18: #i27773# if no server is installed a dummy one is created 2004/09/02 06:36:28 mav 1.13.2.17: #i27773# adopt to unix 2004/09/01 14:52:58 mav 1.13.2.16: #i27773# the case when there is no server for the object 2004/09/01 12:00:08 mav 1.13.2.15: #i27773# getStatus of OLE object on Unix 2004/09/01 11:44:37 mav 1.13.2.14: #i27773# getStatus of OLE object on Unix 2004/08/27 11:32:47 mav 1.13.2.13: #i27773# remove header from graphical representation 2004/08/19 16:45:53 mav 1.13.2.12: #i27773# fix removing of replacement 2004/08/19 15:59:04 mav 1.13.2.11: #i27773# let the replacement be updated 2004/06/25 11:49:12 mav 1.13.2.10: #i27773# linkage support 2004/05/27 10:41:42 mav 1.13.2.9: #i27773# allow to encrypt ole embedded objects 2004/05/18 12:34:42 mav 1.13.2.8: #i27773# solve resync problems 2004/05/17 18:26:33 mav 1.13.2.7: RESYNC: (1.13-1.14); FILE MERGED 2004/05/12 16:23:36 mav 1.13.2.6: #i27773# send notifications from OLE objects 2004/05/12 15:47:26 mav 1.13.2.5: #i27773# allow to use setPersistentEntry in saveCompleted mode 2004/05/12 15:04:36 mav 1.13.2.4: #i27773# minor fixes 2004/05/12 13:00:40 mav 1.13.2.3: #i27773# on SaveAs operation the target stream should not be disposed 2004/05/12 12:43:43 mav 1.13.2.2: #i27773# fix a typo 2004/05/12 10:12:32 mav 1.13.2.1: #i27773# graphical replacement and persistance setting related changes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a41868d12cd7a12b27070a76b49e0cf6ba229702]

        INTEGRATION: CWS mav09 (1.11.2); FILE MERGED 2004/09/03 11:38:50 mav 1.11.2.6: #i27773# if no server is installed a dummy one is created 2004/09/02 08:45:02 mav 1.11.2.5: #i27773# allow to return empty component 2004/08/19 15:59:04 mav 1.11.2.4: #i27773# let the replacement be updated 2004/05/17 18:26:26 mav 1.11.2.3: RESYNC: (1.11-1.12); FILE MERGED 2004/05/12 16:23:35 mav 1.11.2.2: #i27773# send notifications from OLE objects 2004/05/12 10:12:31 mav 1.11.2.1: #i27773# graphical replacement and persistance setting related changes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [220a40c5f5e2e12f9d8ff461fb49b88ea46f939a]

        INTEGRATION: CWS mav09 (1.5.2); FILE MERGED 2004/09/03 11:38:50 mav 1.5.2.9: #i27773# if no server is installed a dummy one is created 2004/09/01 14:52:58 mav 1.5.2.8: #i27773# the case when there is no server for the object 2004/09/01 11:44:37 mav 1.5.2.7: #i27773# getStatus of OLE object on Unix 2004/09/01 10:02:59 mav 1.5.2.6: #i27773# the object can not be set to running state on Unix 2004/08/19 15:59:04 mav 1.5.2.5: #i27773# let the replacement be updated 2004/05/26 13:55:23 mav 1.5.2.4: #i23337# change the state 2004/05/18 12:34:42 mav 1.5.2.3: #i27773# solve resync problems 2004/05/17 18:26:19 mav 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/12 15:04:36 mav 1.5.2.1: #i27773# minor fixes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [36728cd84dc41327f79c9c932764d91253cdb6f2]

        INTEGRATION: CWS mav09 (1.9.2); FILE MERGED 2004/05/17 18:26:10 mav 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/12 10:12:31 mav 1.9.2.1: #i27773# graphical replacement and persistance setting related changes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6eea9416a3a5be2d2f6aab6c58ab4e6d4b085ea8]

        INTEGRATION: CWS mav09 (1.17.2); FILE MERGED 2004/09/03 12:33:22 mav 1.17.2.10: #i27773# visio does not allow to set extent in running state 2004/09/03 11:38:49 mav 1.17.2.9: #i27773# if no server is installed a dummy one is created 2004/09/01 14:52:57 mav 1.17.2.8: #i27773# the case when there is no server for the object 2004/08/30 08:45:03 mav 1.17.2.7: #i27773# ignore error reports during package object resizing 2004/08/27 12:40:08 mav 1.17.2.6: #i27773# container name for ole embedded object 2004/08/27 12:03:09 mav 1.17.2.5: #i27773# sometimes object extent can not be retrieved at all ( win packages ) 2004/05/28 16:19:07 mba 1.17.2.4: #27773#: some wrong MediaTypes 2004/05/17 18:26:02 mav 1.17.2.3: RESYNC: (1.17-1.18); FILE MERGED 2004/05/12 15:04:36 mav 1.17.2.2: #i27773# minor fixes 2004/05/12 10:12:30 mav 1.17.2.1: #i27773# graphical replacement and persistance setting related changes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fb619939a3af73aaaf3384048902089610729e1f]

        INTEGRATION: CWS mav09 (1.6.2); FILE MERGED 2004/04/30 10:59:24 mav 1.6.2.1: #i27773# creation of objects by MSOLE dialog

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [93c3e6a663c44123a32290327be7edf2cb21681c]

        INTEGRATION: CWS mav09 (1.6.2); FILE MERGED 2004/06/24 17:13:43 mav 1.6.2.2: #i27773# reactivate linking support for OOo documents 2004/06/10 16:19:51 mav 1.6.2.1: #i27773# use configuration for conversion purposes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fab66f429a0c3e7b4660af20738018c34e4ef375]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/02 08:48:11 mba 1.1.2.2: #i27773#: more stuff for SpecialObjects 2004/06/18 14:19:03 mba 1.1.2.1: #i27773#: special objects implementation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5699912e4810f8badb78a52181c85981209d6602]

        INTEGRATION: CWS mav09 (1.9.2); FILE MERGED 2004/09/03 11:38:49 mav 1.9.2.9: #i27773# if no server is installed a dummy one is created 2004/09/01 14:30:52 mav 1.9.2.8: #i27773# the object can not be set to running state on Unix 2004/08/27 12:40:08 mav 1.9.2.7: #i27773# container name for ole embedded object 2004/08/19 15:59:03 mav 1.9.2.6: #i27773# let the replacement be updated 2004/06/25 11:49:11 mav 1.9.2.5: #i27773# linkage support 2004/05/24 09:02:53 mba 1.9.2.4: #i27773#: some changes about MapUnit 2004/05/17 18:25:45 mav 1.9.2.3: RESYNC: (1.9-1.10); FILE MERGED 2004/05/12 16:23:35 mav 1.9.2.2: #i27773# send notifications from OLE objects 2004/05/12 10:12:29 mav 1.9.2.1: #i27773# graphical replacement and persistance setting related changes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2272155896b51399d4d2453f18afccecc2b74ad8]

        INTEGRATION: CWS mav09 (1.4.2); FILE MERGED 2004/08/02 13:39:33 mav 1.4.2.16: #i27773# UI activation related stuff 2004/07/19 13:05:27 mav 1.4.2.15: #i27773# menu merging 2004/07/19 09:05:55 mav 1.4.2.14: #i27773# menu merging 2004/07/15 16:57:10 mav 1.4.2.13: #i27773# layout manager switch 2004/07/06 16:44:11 mba 1.4.2.12: #i27773#: react on component that fails to activate 2004/06/21 12:46:55 mav 1.4.2.11: #i27773# let the code be reentrance safe 2004/06/18 14:19:21 mba 1.4.2.10: #i27773#: special objects implementation 2004/06/17 10:52:18 mav 1.4.2.9: #i27773# retrieve suggested size for embedded document 2004/06/15 14:44:23 mav 1.4.2.8: #i27773# handle embedded document border 2004/06/08 13:15:50 mba 1.4.2.7: #i27773#: changes for UIActivation 2004/05/24 09:02:53 mba 1.4.2.6: #i27773#: some changes about MapUnit 2004/05/17 18:25:38 mav 1.4.2.5: RESYNC: (1.4-1.5); FILE MERGED 2004/02/27 10:26:28 mav 1.4.2.4: #115011# resize of inplace active object 2004/01/23 17:39:48 mav 1.4.2.3: #115011# set title 2004/01/23 15:39:34 mav 1.4.2.2: #115011# XInplaceObject implementation 2004/01/22 17:08:00 mav 1.4.2.1: #115011# inplace activation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fe140fa3cad416ee1e6284b63ad51be2a1bd77e5]

        INTEGRATION: CWS mav09 (1.8.2); FILE MERGED 2004/09/16 22:01:57 mav 1.8.2.16: RESYNC: (1.9-1.10); FILE MERGED 2004/08/17 13:58:17 mav 1.8.2.15: #i27773# BaseURL and Hierarchical object name 2004/08/16 09:33:32 mav 1.8.2.14: #i27773# storage format 2004/07/01 11:48:19 mav 1.8.2.13: #i27773# links storing on deactivation 2004/06/25 11:49:11 mav 1.8.2.12: #i27773# linkage support 2004/06/24 17:13:43 mav 1.8.2.11: #i27773# reactivate linking support for OOo documents 2004/06/18 14:19:21 mba 1.8.2.10: #i27773#: special objects implementation 2004/06/10 16:19:50 mav 1.8.2.9: #i27773# use configuration for conversion purposes 2004/06/08 13:15:50 mba 1.8.2.8: #i27773#: changes for UIActivation 2004/05/24 09:02:52 mba 1.8.2.7: #i27773#: some changes about MapUnit 2004/05/18 12:34:42 mav 1.8.2.6: #i27773# solve resync problems 2004/05/17 18:25:30 mav 1.8.2.5: RESYNC: (1.8-1.9); FILE MERGED 2004/05/12 10:12:29 mav 1.8.2.4: #i27773# graphical replacement and persistance setting related changes 2004/02/27 10:26:28 mav 1.8.2.3: #115011# resize of inplace active object 2004/01/23 15:39:34 mav 1.8.2.2: #115011# XInplaceObject implementation 2004/01/22 17:08:00 mav 1.8.2.1: #115011# inplace activation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [508ea2d5718edf8e8ee13db5006f076cdbb51f86]

        INTEGRATION: CWS mav09 (1.6.2); FILE MERGED 2004/08/18 12:24:34 mav 1.6.2.4: #i27773# use system fallback 2004/06/24 17:13:42 mav 1.6.2.3: #i27773# reactivate linking support for OOo documents 2004/06/18 14:17:55 mba 1.6.2.2: #i27773#: special objects don't have a hatchwindow 2004/06/10 16:19:50 mav 1.6.2.1: #i27773# use configuration for conversion purposes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [00d038b56e7b0fa6fdd58090cce9b19b2c4ac24a]

        INTEGRATION: CWS mav09 (1.4.2); FILE MERGED 2004/06/07 13:21:15 mav 1.4.2.1: #i27773# access to configuration

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9f70380ea55f7c62612e0e7f28021da1f37d0705]

        INTEGRATION: CWS mav09 (1.6.2); FILE MERGED 2004/09/16 22:01:45 mav 1.6.2.33: RESYNC: (1.7-1.8); FILE MERGED 2004/08/23 13:09:57 mav 1.6.2.32: #i27773# adopt to linux 2004/08/17 13:46:46 mba 1.6.2.31: #i27773#: correct locking of LM 2004/08/16 15:18:38 mba 1.6.2.30: #i27773#: don't lock InPlace LayoutManager - InPlaceWindow will get no resizes if the object is not UIActive 2004/08/12 17:28:05 mav 1.6.2.29: #i27773# UI activation 2004/08/02 13:39:32 mav 1.6.2.28: #i27773# UI activation related stuff 2004/07/19 13:05:26 mav 1.6.2.27: #i27773# menu merging 2004/07/19 09:05:55 mav 1.6.2.26: #i27773# menu merging 2004/07/16 14:58:10 mba 1.6.2.25: #i27773#: fixes after resync to m47 2004/07/15 16:57:09 mav 1.6.2.24: #i27773# layout manager switch 2004/07/06 16:44:11 mba 1.6.2.23: #i27773#: react on component that fails to activate 2004/07/01 11:48:18 mav 1.6.2.22: #i27773# links storing on deactivation 2004/06/28 13:47:28 mba 1.6.2.21: #i27773#: some typos 2004/06/21 16:41:12 mba 1.6.2.20: #i27773#: start with empty document window to make sure that the final resize is handled 2004/06/21 12:46:39 mav 1.6.2.19: #i27773# let the code be reentrance safe 2004/06/21 08:14:39 mba 1.6.2.18: #i27773#: merge conflicts 2004/06/18 15:31:20 mav 1.6.2.17: #i27773# resolve conflict 2004/06/18 15:23:45 mav 1.6.2.16: #i27773# fix typo 2004/06/18 14:17:55 mba 1.6.2.15: #i27773#: special objects don't have a hatchwindow 2004/06/17 10:52:18 mav 1.6.2.14: #i27773# retrieve suggested size for embedded document 2004/06/15 14:44:23 mav 1.6.2.13: #i27773# handle embedded document border 2004/06/11 10:29:50 mba 1.6.2.12: #i27773#: make HatchWindow visible after loading document 2004/06/08 13:15:49 mba 1.6.2.11: #i27773#: changes for UIActivation 2004/06/02 11:51:40 mba 1.6.2.10: #i27773#: reinitialisation iof bAllowClosing added 2004/05/24 09:02:52 mba 1.6.2.9: #i27773#: some changes about MapUnit 2004/05/17 18:25:03 mav 1.6.2.8: RESYNC: (1.6-1.7); FILE MERGED 2004/05/05 13:55:12 mba 1.6.2.7: #i27773#: refcounting problem 2004/02/27 10:26:27 mav 1.6.2.6: #115011# resize of inplace active object 2004/02/23 10:04:10 mav 1.6.2.5: #115011# set correct sizes for hatch window and dispose it after use 2004/02/19 10:31:37 mav 1.6.2.4: #115011# embedded object representation 2004/01/23 17:39:47 mav 1.6.2.3: #115011# set title 2004/01/23 15:39:33 mav 1.6.2.2: #115011# XInplaceObject implementation 2004/01/22 17:07:59 mav 1.6.2.1: #115011# inplace activation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [021e63171ce76fcdd2f0a665cc516f1835c97a1c]

        INTEGRATION: CWS mav09 (1.5.2); FILE MERGED 2004/06/18 14:18:12 mba 1.5.2.2: #i27773#: special objects implementation 2004/06/10 16:19:49 mav 1.5.2.1: #i27773# use configuration for conversion purposes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [997c2600541eaf12822b422bf40394588ef66d1a]

        INTEGRATION: CWS mav09 (1.5.2); FILE MERGED 2004/06/24 17:13:42 mav 1.5.2.3: #i27773# reactivate linking support for OOo documents 2004/06/18 14:18:12 mba 1.5.2.2: #i27773#: special objects implementation 2004/06/10 16:19:49 mav 1.5.2.1: #i27773# use configuration for conversion purposes

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [62ea96c2019903e6895996f29080426f90f864fd]

        INTEGRATION: CWS mav09 (1.1.2); FILE MERGED 2004/06/18 14:18:11 mba 1.1.2.7: #i27773#: special objects implementation 2004/05/28 16:19:07 mba 1.1.2.6: #27773#: some wrong MediaTypes 2004/05/24 09:02:52 mba 1.1.2.5: #i27773#: some changes about MapUnit 2004/05/18 12:34:41 mav 1.1.2.4: #i27773# solve resync problems 2004/05/17 18:24:36 mav 1.1.2.3: RESYNC: (1.1-1.2); FILE MERGED 2004/05/12 10:12:28 mav 1.1.2.2: #i27773# graphical replacement and persistance setting related changes 2004/01/23 17:39:46 mav 1.1.2.1: #115011# set title

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2151fb5f9cf03ab0a9088e63b6fba7968b290e6c]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/02 08:48:10 mba 1.1.2.2: #i27773#: more stuff for SpecialObjects 2004/06/18 14:18:26 mba 1.1.2.1: #i27773#: special objects implementation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9bff1f7e4209cb0a9607f8876f218c709adbd40a]

        INTEGRATION: CWS mav09 (1.3.2); FILE MERGED 2004/06/18 14:18:11 mba 1.3.2.1: #i27773#: special objects implementation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [00ab8bca105f335c1486eeee17e4c289b17a354b]

        INTEGRATION: CWS mav09 (1.7.2); FILE MERGED 2004/09/28 09:50:29 mav 1.7.2.23: #i27773# resync 2004/09/16 22:01:32 mav 1.7.2.22: RESYNC: (1.8-1.9); FILE MERGED 2004/09/13 13:39:55 mav 1.7.2.21: #i27773# do not allow typedetection to provide stream and mode 2004/09/02 14:58:20 mba 1.7.2.20: #i27773#: prepare to use DocumentBasedStorage 2004/08/17 13:58:16 mav 1.7.2.19: #i27773# BaseURL and Hierarchical object name 2004/08/17 10:09:30 mav 1.7.2.18: #i27773# slight changes 2004/08/16 09:33:31 mav 1.7.2.17: #i27773# storage format 2004/07/15 10:32:09 mav 1.7.2.16: #i27773# commit changes made offline 2004/07/01 11:48:18 mav 1.7.2.15: #i27773# links storing on deactivation 2004/06/25 11:49:11 mav 1.7.2.14: #i27773# linkage support 2004/06/24 17:13:42 mav 1.7.2.13: #i27773# reactivate linking support for OOo documents 2004/06/18 16:14:26 mav 1.7.2.12: #i27773# embedded document should not be modified if it's persistance is up to date 2004/06/18 14:18:11 mba 1.7.2.11: #i27773#: special objects implementation 2004/06/10 16:19:49 mav 1.7.2.10: #i27773# use configuration for conversion purposes 2004/05/18 12:34:41 mav 1.7.2.9: #i27773# solve resync problems 2004/05/17 18:24:28 mav 1.7.2.8: RESYNC: (1.7-1.8); FILE MERGED 2004/05/17 08:40:56 mav 1.7.2.7: #i27773# allow to storeAs/storeTo object even in loaded state 2004/05/12 15:47:25 mav 1.7.2.6: #i27773# allow to use setPersistentEntry in saveCompleted mode 2004/05/12 10:12:28 mav 1.7.2.5: #i27773# graphical replacement and persistance setting related changes 2004/05/06 16:46:36 mba 1.7.2.4: #i27773#: some bugfixes in first testing 2004/05/05 13:54:43 mba 1.7.2.3: #i27773#: typo 2004/02/23 10:02:39 mav 1.7.2.2: #115011# let object document be embedded 2004/02/19 10:31:36 mav 1.7.2.1: #115011# embedded object representation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e4401ac1fa2c8dd42dcd61985ffebc8ea253b52b]

        INTEGRATION: CWS mav09 (1.7.2); FILE MERGED 2004/09/16 22:01:23 mav 1.7.2.18: RESYNC: (1.8-1.9); FILE MERGED 2004/08/27 12:41:09 mav 1.7.2.17: #i27773# remove previous change 2004/08/27 12:40:07 mav 1.7.2.16: #i27773# container name for ole embedded object 2004/08/17 13:58:16 mav 1.7.2.15: #i27773# BaseURL and Hierarchical object name 2004/07/15 10:32:09 mav 1.7.2.14: #i27773# commit changes made offline 2004/07/01 11:48:18 mav 1.7.2.13: #i27773# links storing on deactivation 2004/06/25 11:49:11 mav 1.7.2.12: #i27773# linkage support 2004/06/24 17:13:41 mav 1.7.2.11: #i27773# reactivate linking support for OOo documents 2004/06/18 14:18:11 mba 1.7.2.10: #i27773#: special objects implementation 2004/06/15 14:44:22 mav 1.7.2.9: #i27773# handle embedded document border 2004/06/10 16:19:48 mav 1.7.2.8: #i27773# use configuration for conversion purposes 2004/06/08 13:15:49 mba 1.7.2.7: #i27773#: changes for UIActivation 2004/05/18 12:34:41 mav 1.7.2.6: #i27773# solve resync problems 2004/05/17 18:24:20 mav 1.7.2.5: RESYNC: (1.7-1.8); FILE MERGED 2004/05/10 08:14:04 mba 1.7.2.4: #i27773#: more verbs 2004/05/06 16:46:35 mba 1.7.2.3: #i27773#: some bugfixes in first testing 2004/02/27 10:26:27 mav 1.7.2.2: #115011# resize of inplace active object 2004/01/22 17:07:58 mav 1.7.2.1: #115011# inplace activation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7eab42780c79bd2bd09a7138bf23748e559ecb89]

        INTEGRATION: CWS mav09 (1.3.2); FILE MERGED 2004/06/18 14:18:11 mba 1.3.2.2: #i27773#: special objects implementation 2004/01/23 15:39:33 mav 1.3.2.1: #115011# XInplaceObject implementation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8251a85c9591c82418d9d95ca42eced0b80d6021]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/05/18 12:34:41 mav 1.1.2.2: #i27773# solve resync problems 2004/01/23 15:39:59 mav 1.1.2.1: #115011# XInplaceObject implementation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5fa5c9d4cd6e3c2ecbb3704b93b1757cbdd7209b]

        INTEGRATION: CWS mav09 (1.4.2); FILE MERGED 2004/09/16 22:01:15 mav 1.4.2.19: RESYNC: (1.5-1.6); FILE MERGED 2004/08/23 12:11:17 mav 1.4.2.18: #i27773# let SaveAs verb be handled by container 2004/08/02 13:39:32 mav 1.4.2.17: #i27773# UI activation related stuff 2004/07/19 09:05:54 mav 1.4.2.16: #i27773# menu merging 2004/07/16 14:58:04 mba 1.4.2.15: #i27773#: fixes after resync to m47 2004/07/15 16:57:09 mav 1.4.2.14: #i27773# layout manager switch 2004/07/15 10:32:09 mav 1.4.2.13: #i27773# commit changes made offline 2004/07/06 16:44:10 mba 1.4.2.12: #i27773#: react on component that fails to activate 2004/07/02 08:48:10 mba 1.4.2.11: #i27773#: more stuff for SpecialObjects 2004/07/01 13:26:22 mav 1.4.2.10: #i27773# update visual representation each time the object is deactivated 2004/07/01 11:48:17 mav 1.4.2.9: #i27773# links storing on deactivation 2004/06/18 14:18:10 mba 1.4.2.8: #i27773#: special objects implementation 2004/06/10 16:19:47 mav 1.4.2.7: #i27773# use configuration for conversion purposes 2004/06/08 13:15:49 mba 1.4.2.6: #i27773#: changes for UIActivation 2004/05/18 12:34:40 mav 1.4.2.5: #i27773# solve resync problems 2004/05/17 18:24:12 mav 1.4.2.4: RESYNC: (1.4-1.5); FILE MERGED 2004/02/23 10:03:09 mav 1.4.2.3: #115011# fix typo 2004/01/23 15:38:43 mav 1.4.2.2: #115011# square interception 2004/01/22 17:07:57 mav 1.4.2.1: #115011# inplace activation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0ee8f745590d7afb9a67f052c97e509e58f3dec3]

        INTEGRATION: CWS mav09 (1.2.2); FILE MERGED 2004/06/11 09:58:34 mav 1.2.2.1: #i27773# place config zipfiles in common/bin

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8ea68a94284181c5b4b5ca739e3bd8a60bd41c1c]

        INTEGRATION: CWS mav09 (1.5.2); FILE MERGED 2004/08/02 13:39:32 mav 1.5.2.2: #i27773# UI activation related stuff 2004/06/11 09:58:53 mav 1.5.2.1: #i27773# build config zipfiles

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b65c270da16a3b73095e416c7d1f4129bf6ebd0a]

        INTEGRATION: CWS mav09 (1.46.86); FILE MERGED 2004/07/08 15:49:41 mav 1.46.86.3: RESYNC: (1.47-1.49); FILE MERGED 2004/04/29 21:07:06 mav 1.46.86.2: RESYNC: (1.46-1.47); FILE MERGED 2004/02/27 10:30:52 mav 1.46.86.1: #115011# hatch window service

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6d5f948b214ea3c6d424e83d585a9837528f4133]

        INTEGRATION: CWS mav09 (1.16.134); FILE MERGED 2004/02/27 10:30:52 mav 1.16.134.1: #115011# hatch window service

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [03add1ee5ee8f977f4743825e706992aa4879f1a]

        INTEGRATION: CWS mav09 (1.64.56); FILE MERGED 2004/07/08 15:41:39 mav 1.64.56.3: RESYNC: (1.65-1.66); FILE MERGED 2004/04/29 21:03:36 mav 1.64.56.2: RESYNC: (1.64-1.65); FILE MERGED 2004/04/14 13:53:40 mba 1.64.56.1: #i27773#: new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [961e1368284d48d8000f46a802b7fd2c41defa02]

        INTEGRATION: CWS mav09 (1.1.1.1.514); FILE MERGED 2004/06/18 14:06:01 mba 1.1.1.1.514.1: #i27773#: interface to Property Sequence

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [da4a71232019d7361bc82054568d403eca914da1]

        INTEGRATION: CWS mav09 (1.25.58); FILE MERGED 2004/09/21 17:47:13 mav 1.25.58.5: RESYNC: (1.28-1.29); FILE MERGED 2004/08/09 19:15:24 mav 1.25.58.4: RESYNC: (1.27-1.28); FILE MERGED 2004/07/08 15:40:34 mav 1.25.58.3: RESYNC: (1.25-1.27); FILE MERGED 2004/06/10 16:46:14 mba 1.25.58.2: #i27773#: new EmbedHelper 2004/05/04 13:02:53 mba 1.25.58.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7aa559c95d85b9dbf9d756f909dcbc8ebea0b3d2]

        INTEGRATION: CWS mav09 (1.52.92); FILE MERGED 2004/09/16 21:58:26 mav 1.52.92.4: RESYNC: (1.54-1.55); FILE MERGED 2004/08/16 10:02:42 mba 1.52.92.3: #i27773#: bitmaps now png 2004/07/08 15:39:09 mav 1.52.92.2: RESYNC: (1.52-1.54); FILE MERGED 2004/06/21 08:14:59 mba 1.52.92.1: #i27773#: PaintReplacement for OLE objects

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ee46c9db7519dc1fbe44d22781c42978aafde702]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/06 16:48:24 mba 1.1.2.9: #i27773#: work on TODOs 2004/05/28 16:17:37 mba 1.1.2.8: #27773#: some wrong MediaTypes 2004/05/28 09:11:31 mba 1.1.2.7: #27773#: optimize for usage of clipboard in loaded state 2004/05/26 16:29:13 mba 1.1.2.6: #i27773#: new helper for MapUnit conversions 2004/05/24 08:43:47 mba 1.1.2.5: #i27773#: some changes about MapUnit 2004/05/18 12:39:05 mav 1.1.2.4: #i27773# resolve resync problems 2004/05/16 17:24:29 mba 1.1.2.3: #i27773#: support for EMBEDSOURCE format 2004/05/04 13:02:52 mba 1.1.2.2: #i27773#: remove so3 2004/04/21 14:42:17 mav 1.1.2.1: #i27773# SvEmbedTransferHelper

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e3685d2ebcb6b82187e79d4df635386378e2e58a]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/09/03 15:26:21 mav 1.1.2.13: #i27773# correct graphic inserting 2004/09/02 13:40:32 mav 1.1.2.12: #i27773# seek to the beginning 2004/09/01 15:02:59 mav 1.1.2.11: #i27773# use XVisualObject to get visual representation 2004/09/01 14:24:56 mba 1.1.2.10: #i27773#: COM-Objects on Linux must work in Loaded state 2004/09/01 14:23:00 mba 1.1.2.9: #i27773#: COM-Objects on Linux must work in Loaded state 2004/07/15 11:02:16 mba 1.1.2.8: #i27773#: no assignments 2004/07/06 16:30:37 mba 1.1.2.7: #i27773#: work on TODOs 2004/07/06 15:52:47 mav 1.1.2.6: #i27773# shading of outplace activated objects 2004/07/02 08:41:26 mba 1.1.2.5: #i27773#: Fallback Replacement 2004/07/01 13:25:52 mav 1.1.2.4: #i27773# update visual representation each time the object is deactivated 2004/06/28 09:41:00 mav 1.1.2.3: #i27773# if there is no replacement it is not an update it is creation 2004/06/21 08:14:59 mba 1.1.2.2: #i27773#: PaintReplacement for OLE objects 2004/06/10 16:45:44 mba 1.1.2.1: #i27773#: new EmbedHelper

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [93546e16c1335cdb8f060650b315889a19750b96]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/27 10:31:20 mav 1.1.2.1: #115011# hatch window factory

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5aa9a6356edd07e5f387bc1c4f5595c53bc00aeb]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/27 10:33:34 mav 1.1.2.1: #115011# hatch window service

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6a61b60a946eadfc9403740a47e63611f4ea5f66]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/17 12:45:12 mav 1.1.2.2: #i27773# small simplifications 2004/02/27 10:33:26 mav 1.1.2.1: #115011# hatch window service

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a42555425c52ca3a0ea6f181c41d8f6701699796]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/17 12:45:12 mav 1.1.2.2: #i27773# small simplifications 2004/02/27 10:33:16 mav 1.1.2.1: #115011# hatch window service

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7af6bf7cf8b54ee131c33e91aeb845d5c40baa45]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/27 10:33:15 mav 1.1.2.1: #115011# hatch window service

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bc11aa316c9d215f70e8bba238e1a48c1019c14a]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/02/27 10:33:25 mav 1.1.2.1: #115011# hatch window service

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [62ca15ba0c18e66fec4aca79cfc50d217a8136b9]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/17 12:40:47 mav 1.1.2.3: #i27773# use standard convertions 2004/06/11 10:29:34 mba 1.1.2.2: #i27773#: make HatchWindow visible after loading document 2004/02/27 10:33:14 mav 1.1.2.1: #115011# hatch window service

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [96cd15a3b14a274257d391ea4037275d849238f2]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/16 10:02:48 mba 1.1.2.5: #i27773#: bitmaps now png 2004/07/14 10:19:36 mav 1.1.2.4: #i27773# adopt resource files to the new format 2004/04/29 14:55:26 mba 1.1.2.3: #i27773#: remove so3 2004/04/29 11:07:24 mba 1.1.2.2: #i27773#: some more resources moved to cui 2004/04/28 10:34:05 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [91849e7c5e7ccf8cc08ce5e65fc69fd2d50efcf4]

        INTEGRATION: CWS mav09 (1.9.146); FILE MERGED 2004/07/08 15:24:15 mav 1.9.146.3: RESYNC: (1.9-1.10); FILE MERGED 2004/04/29 14:55:26 mba 1.9.146.2: #i27773#: remove so3 2004/04/28 10:34:43 mba 1.9.146.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1b34db0967893bd13296db82f6e1581258bbdf30]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/18 13:36:48 mav 1.1.2.3: #i27773# use the old order of objects 2004/06/11 15:24:19 mav 1.1.2.2: #i27773# use new configuration entry 2004/04/29 14:55:55 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2dc88c217d9410a117d6d2a0b6a312f370e833ef]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/14 10:19:36 mav 1.1.2.2: #i27773# adopt resource files to the new format 2004/04/28 10:34:30 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5c0178b6a1cc9fcde322d82a8a359e62a3b7ee1a]

        INTEGRATION: CWS mav09 (1.53.84); FILE MERGED 2004/09/16 21:54:13 mav 1.53.84.4: RESYNC: (1.56-1.57); FILE MERGED 2004/07/09 18:06:42 mav 1.53.84.3: RESYNC: (1.55-1.56); FILE MERGED 2004/07/08 15:18:49 mav 1.53.84.2: RESYNC: (1.53-1.55); FILE MERGED 2004/03/11 10:19:42 mav 1.53.84.1: #115904# according to documentation the property name must be 'Subject'

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9f718e1cf37a5749df9a2ada6caeea46a96456c1]

        INTEGRATION: CWS mav09 (1.110.52); FILE MERGED 2004/09/21 17:44:03 mav 1.110.52.10: RESYNC: (1.118-1.119); FILE MERGED 2004/09/16 21:50:22 mav 1.110.52.9: RESYNC: (1.116-1.118); FILE MERGED 2004/08/09 19:14:27 mav 1.110.52.8: RESYNC: (1.115-1.116); FILE MERGED 2004/07/09 18:05:43 mav 1.110.52.7: RESYNC: (1.114-1.115); FILE MERGED 2004/07/08 14:46:53 mav 1.110.52.6: RESYNC: (1.112-1.114); FILE MERGED 2004/06/10 16:44:52 mba 1.110.52.5: #i27773#: deliver new EmbedHelper 2004/05/17 17:37:31 mav 1.110.52.4: RESYNC: (1.111-1.112); FILE MERGED 2004/04/29 20:59:30 mav 1.110.52.3: RESYNC: (1.110-1.111); FILE MERGED 2004/04/29 11:07:08 mba 1.110.52.2: #i27773#: remove so3 2004/04/21 16:24:24 mav 1.110.52.1: #i27773# add header

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f7d1c786a30575ace9cbea4a757312dbadadbc7f]

        INTEGRATION: CWS mav09 (1.23.54); FILE MERGED 2004/07/08 14:46:45 mav 1.23.54.3: RESYNC: (1.24-1.25); FILE MERGED 2004/04/29 20:59:21 mav 1.23.54.2: RESYNC: (1.23-1.24); FILE MERGED 2004/03/02 15:18:33 mav 1.23.54.1: #115011# build hatchwindow

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [86660f1d15425c15b287d4101e07926859aba666]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/04/29 14:56:12 mba 1.1.2.5: #i27773#: remove so3 2004/04/29 11:06:56 mba 1.1.2.4: #i27773#: some more resources moved to cui 2004/04/28 10:33:24 mba 1.1.2.3: #i27773#: remove so3 2004/04/28 10:22:27 mba 1.1.2.2: #i27773#: remove so3 2004/04/28 10:14:46 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [de6f514e2c95ec00bad22ef4a58decd79ec46023]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/04/28 10:02:42 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1beef2b6a81a690e8dee11d3641c6f89c798dfba]

        INTEGRATION: CWS mav09 (1.17.128); FILE MERGED 2004/07/07 19:29:33 mav 1.17.128.2: RESYNC: (1.17-1.19); FILE MERGED 2004/05/06 16:46:18 mba 1.17.128.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [50bd49fb30ceda2bb59a189f541cf2b21b08a36b]

        INTEGRATION: CWS mav09 (1.2.208); FILE MERGED 2004/04/14 13:56:20 mba 1.2.208.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [129cf7b2bb6e12535be14060d097956745ba550c]

        INTEGRATION: CWS mav09 (1.3.206); FILE MERGED 2004/04/14 13:56:20 mba 1.3.206.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [139dc7627930a9a8944a696db2abf282cbb53187]

        INTEGRATION: CWS mav09 (1.12.124); FILE MERGED 2004/08/09 17:30:44 mav 1.12.124.2: RESYNC: (1.12-1.13); FILE MERGED 2004/04/14 13:56:09 mba 1.12.124.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [725a151c6ddb32fb529fc71c7904a0241daacade]

        INTEGRATION: CWS mav09 (1.23.52); FILE MERGED 2004/08/09 17:29:57 mav 1.23.52.3: RESYNC: (1.24-1.25); FILE MERGED 2004/07/07 19:27:40 mav 1.23.52.2: RESYNC: (1.23-1.24); FILE MERGED 2004/04/14 13:56:08 mba 1.23.52.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ad165928cedabda7138c2c28ac8a6c5b609f5c77]

        INTEGRATION: CWS mav09 (1.43.46); FILE MERGED 2004/08/11 12:22:23 mav 1.43.46.4: #100000# resync problem 2004/08/09 17:29:47 mav 1.43.46.3: RESYNC: (1.45-1.46); FILE MERGED 2004/07/07 19:27:32 mav 1.43.46.2: RESYNC: (1.43-1.45); FILE MERGED 2004/04/14 13:56:08 mba 1.43.46.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0155496373463a0a14090c397a89285e05ce62af]

        INTEGRATION: CWS mav09 (1.27.52); FILE MERGED 2004/08/09 17:29:29 mav 1.27.52.4: RESYNC: (1.29-1.30); FILE MERGED 2004/07/07 19:27:06 mav 1.27.52.3: RESYNC: (1.28-1.29); FILE MERGED 2004/05/17 20:21:09 mav 1.27.52.2: RESYNC: (1.27-1.28); FILE MERGED 2004/04/14 13:56:08 mba 1.27.52.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [833c01280c286736f1f725af12e53ccc529fa032]

        INTEGRATION: CWS mav09 (1.12.60); FILE MERGED 2004/09/21 17:39:42 mav 1.12.60.3: RESYNC: (1.14-1.15); FILE MERGED 2004/07/07 19:26:48 mav 1.12.60.2: RESYNC: (1.12-1.14); FILE MERGED 2004/04/14 13:56:08 mba 1.12.60.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d78d58799701e03da45d2ed9a427e3067d144686]

        INTEGRATION: CWS mav09 (1.25.32); FILE MERGED 2004/09/16 21:41:52 mav 1.25.32.5: RESYNC: (1.28-1.29); FILE MERGED 2004/08/09 17:28:11 mav 1.25.32.4: RESYNC: (1.27-1.28); FILE MERGED 2004/07/07 19:26:22 mav 1.25.32.3: RESYNC: (1.26-1.27); FILE MERGED 2004/04/29 17:47:27 mav 1.25.32.2: RESYNC: (1.25-1.26); FILE MERGED 2004/04/14 13:56:07 mba 1.25.32.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a18f8a3d4546d0e29fadd81578c64f826702b111]

        INTEGRATION: CWS mav09 (1.4.60); FILE MERGED 2004/08/12 17:01:41 mav 1.4.60.3: #i27773# introduce version back 2004/05/04 13:03:17 mba 1.4.60.2: #i27773#: remove so3 2004/04/14 13:56:07 mba 1.4.60.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4714422468ae1736659b6e15bff14e3095184ee6]

        INTEGRATION: CWS mav09 (1.10.34); FILE MERGED 2004/09/16 21:41:22 mav 1.10.34.4: RESYNC: (1.10-1.11); FILE MERGED 2004/08/12 17:01:40 mav 1.10.34.3: #i27773# introduce version back 2004/05/04 13:03:16 mba 1.10.34.2: #i27773#: remove so3 2004/04/14 13:56:06 mba 1.10.34.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6778e1d17d890f236e998b76072c7ea38eefcbc6]

        INTEGRATION: CWS mav09 (1.16.116); FILE MERGED 2004/09/03 15:25:47 mav 1.16.116.1: #i27773# correct graphic export to a stream in native format

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e394bb6e58901dde76deefa3eb9b1355dbcfc859]

        INTEGRATION: CWS mav09 (1.7.116); FILE MERGED 2004/09/16 21:22:11 mav 1.7.116.2: RESYNC: (1.7-1.8); FILE MERGED 2004/09/03 15:25:46 mav 1.7.116.1: #i27773# correct graphic export to a stream in native format

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [13ad8b448d86acae6e63e673596b66e3ad2f9a01]

        INTEGRATION: CWS mav09 (1.10.196); FILE MERGED 2004/09/03 15:25:46 mav 1.10.196.1: #i27773# correct graphic export to a stream in native format

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [472432d8d88f6228834b7df5b63165abba3324b4]

        INTEGRATION: CWS mav09 (1.34.2); FILE MERGED 2004/09/29 14:51:48 mav 1.34.2.7: RESYNC: (1.42-1.43); FILE MERGED 2004/09/29 10:56:38 mav 1.34.2.6: #i27773# resync 2004/09/27 15:27:08 mav 1.34.2.5: RESYNC: (1.41-1.42); FILE MERGED 2004/09/21 17:38:15 mav 1.34.2.4: RESYNC: (1.40-1.41); FILE MERGED 2004/09/16 21:13:06 mav 1.34.2.3: RESYNC: (1.37-1.40); FILE MERGED 2004/07/08 12:21:03 mav 1.34.2.2: RESYNC: (1.34-1.37); FILE MERGED 2004/05/18 17:03:13 mba 1.34.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [135d0e4b7bfe9c48ad178fa2f77e7b942e216c49]

        INTEGRATION: CWS mav09 (1.17.2); FILE MERGED 2004/09/16 21:05:37 mav 1.17.2.3: RESYNC: (1.19-1.20); FILE MERGED 2004/07/08 12:20:11 mav 1.17.2.2: RESYNC: (1.17-1.19); FILE MERGED 2004/05/18 17:01:10 mba 1.17.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5726e12a5b6d2b0b428f20953e8fcf1b50c08d89]

        INTEGRATION: CWS mav09 (1.29.2); FILE MERGED 2004/09/29 10:56:38 mav 1.29.2.9: #i27773# resync 2004/09/16 21:05:30 mav 1.29.2.8: RESYNC: (1.33-1.37); FILE MERGED 2004/08/30 17:15:28 mav 1.29.2.7: #i27773# chart update 2004/07/15 13:05:01 mba 1.29.2.6: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 12:20:03 mav 1.29.2.5: RESYNC: (1.29-1.33); FILE MERGED 2004/06/10 16:50:20 mba 1.29.2.4: #i27773#: some fixes to make InPlace Editsng work 2004/06/01 08:12:27 mba 1.29.2.3: #i27773#: new embedding API 2004/05/20 21:28:04 mba 1.29.2.2: #i27773#: some API changes 2004/05/18 17:01:10 mba 1.29.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ac4ad56c7cf1198fd8c4c67e17e1cdfb0d9fbbf9]

        INTEGRATION: CWS mav09 (1.4.260); FILE MERGED 2004/07/15 13:05:01 mba 1.4.260.1: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8b8187fa3260b711127ae3d61d05dd20c49729f0]

        INTEGRATION: CWS mav09 (1.6.44); FILE MERGED 2004/05/18 17:01:09 mba 1.6.44.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [980a7b0a626c0a324c6b19ffa5037c8ce013309c]

        INTEGRATION: CWS mav09 (1.3.498); FILE MERGED 2004/09/16 21:03:26 mav 1.3.498.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/18 17:01:09 mba 1.3.498.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [54de251c820a3c113c5cd58e4fc43c8fa218a726]

        INTEGRATION: CWS mav09 (1.9.156); FILE MERGED 2004/08/12 17:23:26 mav 1.9.156.4: #i27773# introduce version back 2004/08/11 14:09:31 mav 1.9.156.3: #100000# resync problem 2004/08/09 19:12:01 mav 1.9.156.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/18 17:01:08 mba 1.9.156.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [589fb619d11c02a91a749eef64ffb8bc7dddb61f]

        INTEGRATION: CWS mav09 (1.19.2); FILE MERGED 2004/07/08 12:15:23 mav 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED 2004/05/18 17:01:08 mba 1.19.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c3d9f6aae47a8e30a03d4c6a86ad8df2ca53dc6e]

        INTEGRATION: CWS mav09 (1.47.214); FILE MERGED 2004/08/09 19:11:54 mav 1.47.214.2: RESYNC: (1.47-1.48); FILE MERGED 2004/05/18 17:01:07 mba 1.47.214.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fd2b8e1f080161b97ead2185782570603aa28707]

        INTEGRATION: CWS mav09 (1.88.36); FILE MERGED 2004/09/16 21:00:26 mav 1.88.36.3: RESYNC: (1.90-1.91); FILE MERGED 2004/07/08 12:14:32 mav 1.88.36.2: RESYNC: (1.88-1.90); FILE MERGED 2004/06/02 12:21:25 mba 1.88.36.1: #i23411#: wrong conversion from Any to integer

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fa8c50ef209fcddf826fa06b3fa040c933fd0212]

        INTEGRATION: CWS mav09 (1.10.78); FILE MERGED 2004/09/16 21:00:06 mav 1.10.78.2: RESYNC: (1.10-1.11); FILE MERGED 2004/05/18 17:01:07 mba 1.10.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8c1e2cfb25dbfc411c3424f6fc4fecfe2659ed78]

        INTEGRATION: CWS mav09 (1.27.148); FILE MERGED 2004/09/16 20:59:36 mav 1.27.148.3: RESYNC: (1.28-1.29); FILE MERGED 2004/07/08 12:14:24 mav 1.27.148.2: RESYNC: (1.27-1.28); FILE MERGED 2004/05/18 17:01:07 mba 1.27.148.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6c8809f760f99519a87c0d7ac11ea52ae1f9b075]

        INTEGRATION: CWS mav09 (1.3.156); FILE MERGED 2004/07/19 10:29:22 mba 1.3.156.3: ##i27773#: bug in typedetection; templates and documents have same MediaType 2004/07/15 11:20:28 mav 1.3.156.2: #i27773# commit changes made offline 2004/07/05 14:44:49 mav 1.3.156.1: #i27773# package repairing

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4ece50c0026d199e9b3cc7a1655eb8399bfbc889]

        INTEGRATION: CWS mav09 (1.5.156); FILE MERGED 2004/09/16 20:59:28 mav 1.5.156.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/18 17:01:06 mba 1.5.156.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6e514cded8bf9ee4518f2a204e2e5e7b71ef28a3]

        INTEGRATION: CWS mav09 (1.22.76); FILE MERGED 2004/09/21 17:35:40 mav 1.22.76.3: RESYNC: (1.25-1.28); FILE MERGED 2004/09/16 20:59:01 mav 1.22.76.2: RESYNC: (1.22-1.25); FILE MERGED 2004/05/18 17:01:05 mba 1.22.76.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f56233ed4df3a7855e82ec385d2513bad52b7dcc]

        INTEGRATION: CWS mav09 (1.32.78); FILE MERGED 2004/07/15 13:04:04 mba 1.32.78.6: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/09 17:47:20 mav 1.32.78.5: RESYNC: (1.32-1.33); FILE MERGED 2004/07/02 08:47:10 mba 1.32.78.4: #i27773#: some ToDos 2004/06/21 16:40:17 mba 1.32.78.3: #i27773#: in InPlaceMode the Size already contains the Border now, but EditWindow still needs Resize 2004/06/10 16:50:20 mba 1.32.78.2: #i27773#: some fixes to make InPlace Editsng work 2004/05/18 17:01:05 mba 1.32.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [79934c710ed646f2eee635d32882a7c7c5e6f23f]

        INTEGRATION: CWS mav09 (1.12.498); FILE MERGED 2004/07/09 17:47:12 mav 1.12.498.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/10 16:50:20 mba 1.12.498.2: #i27773#: some fixes to make InPlace Editsng work 2004/05/18 17:01:04 mba 1.12.498.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [72cd67768a6de3bbf78b7c0bf3a8afc44f138408]

        INTEGRATION: CWS mav09 (1.5.2); FILE MERGED 2004/09/21 17:35:05 mav 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/18 17:01:04 mba 1.5.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c9734aa4f609a13bbbdd0522597a464626c898bf]

        INTEGRATION: CWS mav09 (1.46.2); FILE MERGED 2004/09/21 17:34:55 mav 1.46.2.6: RESYNC: (1.52-1.54); FILE MERGED 2004/09/16 20:58:40 mav 1.46.2.5: RESYNC: (1.48-1.52); FILE MERGED 2004/08/20 07:08:29 mba 1.46.2.4: #i27773#: Escape from InPlace Mode 2004/08/09 19:11:16 mav 1.46.2.3: RESYNC: (1.47-1.48); FILE MERGED 2004/07/08 12:13:41 mav 1.46.2.2: RESYNC: (1.46-1.47); FILE MERGED 2004/05/18 17:01:04 mba 1.46.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7e16516f3ebc4650de58dd68cd9ff593a1ec5501]

        INTEGRATION: CWS mav09 (1.7.498); FILE MERGED 2004/09/16 20:58:32 mav 1.7.498.3: RESYNC: (1.8-1.9); FILE MERGED 2004/07/08 12:13:32 mav 1.7.498.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/18 17:01:04 mba 1.7.498.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bff274c1330b6845da7e5680c4db1aca92513895]

        INTEGRATION: CWS mav09 (1.12.498); FILE MERGED 2004/09/21 17:34:47 mav 1.12.498.3: RESYNC: (1.13-1.15); FILE MERGED 2004/09/16 20:58:24 mav 1.12.498.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/18 17:01:04 mba 1.12.498.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bf0fe5ee9e7d1a584d42ef5ce4b982ef7fad1223]

        INTEGRATION: CWS mav09 (1.70.2); FILE MERGED 2004/09/21 17:34:13 mav 1.70.2.7: RESYNC: (1.76-1.77); FILE MERGED 2004/09/16 20:58:16 mav 1.70.2.6: RESYNC: (1.72-1.76); FILE MERGED 2004/08/09 19:11:08 mav 1.70.2.5: RESYNC: (1.71-1.72); FILE MERGED 2004/07/15 13:04:04 mba 1.70.2.4: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 12:13:13 mav 1.70.2.3: RESYNC: (1.70-1.71); FILE MERGED 2004/06/10 16:50:19 mba 1.70.2.2: #i27773#: some fixes to make InPlace Editsng work 2004/05/18 17:01:03 mba 1.70.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f4d9acbb0c54afc3af63fe4b16c22a0e38223167]

        INTEGRATION: CWS mav09 (1.15.178); FILE MERGED 2004/09/21 17:34:30 mav 1.15.178.2: RESYNC: (1.15-1.16); FILE MERGED 2004/05/18 17:01:03 mba 1.15.178.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [08a37a58d4014047651eb6946d40820fcf0fc4ad]

        INTEGRATION: CWS mav09 (1.4.498); FILE MERGED 2004/07/15 13:04:03 mba 1.4.498.6: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/06/14 14:45:48 mba 1.4.498.5: #i27773#: new handling for resizing of active objects 2004/06/01 08:12:26 mba 1.4.498.4: #i27773#: new embedding API 2004/05/20 21:32:06 mba 1.4.498.3: #i27773#: some API changes 2004/05/19 15:06:32 mba 1.4.498.2: #i27773#: avoid rounding errors by applying scaling factors always in MapMode TWIPS 2004/05/18 17:01:03 mba 1.4.498.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7b95ff8a799389bce193be06b71028aa40945d1b]

        INTEGRATION: CWS mav09 (1.36.148); FILE MERGED 2004/09/16 20:58:08 mav 1.36.148.2: RESYNC: (1.36-1.39); FILE MERGED 2004/05/18 17:01:03 mba 1.36.148.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [669d311161340f5afc3e8bd588ba8c445eba012c]

        INTEGRATION: CWS mav09 (1.49.16); FILE MERGED 2004/09/16 20:57:50 mav 1.49.16.2: RESYNC: (1.49-1.50); FILE MERGED 2004/05/18 17:01:02 mba 1.49.16.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ac9c4c5bf58096e210526d7b792be5c2eaa1d8c6]

        INTEGRATION: CWS mav09 (1.6.2); FILE MERGED 2004/08/30 17:15:27 mav 1.6.2.3: #i27773# chart update 2004/07/15 13:05:00 mba 1.6.2.2: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/18 17:01:01 mba 1.6.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [41a5c10512b3665df7f89c48b19867d622e39a2b]

        INTEGRATION: CWS mav09 (1.8.242); FILE MERGED 2004/07/15 13:05:00 mba 1.8.242.1: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5eb90628428f30c8bab7c12a680a28740afdd215]

        INTEGRATION: CWS mav09 (1.34.2); FILE MERGED 2004/09/16 20:54:49 mav 1.34.2.5: RESYNC: (1.35-1.38); FILE MERGED 2004/07/15 13:05:00 mba 1.34.2.4: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 12:09:36 mav 1.34.2.3: RESYNC: (1.34-1.35); FILE MERGED 2004/05/21 17:07:26 mba 1.34.2.2: #i27773#: some API changes in m39 2004/05/18 17:01:00 mba 1.34.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5a3faa2929c0d703acb56dd649ade0610a98c7df]

        INTEGRATION: CWS mav09 (1.25.2); FILE MERGED 2004/05/18 17:01:00 mba 1.25.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e2eceb1c8d1303934d3054dc7cc76ce4d7dcda7f]

        INTEGRATION: CWS mav09 (1.3.498); FILE MERGED 2004/09/16 20:53:57 mav 1.3.498.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/18 17:00:59 mba 1.3.498.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9530839816d5809b2b29f31e57e5aeef91f36957]

        INTEGRATION: CWS mav09 (1.2.44); FILE MERGED 2004/09/29 10:56:37 mav 1.2.44.1: #i27773# resync

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a9f7f0fefdaae9882764819fe8b3a3be554863de]

        INTEGRATION: CWS mav09 (1.7.78); FILE MERGED 2004/09/16 20:53:39 mav 1.7.78.2: RESYNC: (1.7-1.8); FILE MERGED 2004/07/15 13:04:59 mba 1.7.78.1: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [723f595488f2c5c066c633ca5ad90c2dca3a0dae]

        INTEGRATION: CWS mav09 (1.11.44); FILE MERGED 2004/09/29 10:56:37 mav 1.11.44.1: #i27773# resync

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0693a80286d2ca9da69c12ac239231523939465a]

        INTEGRATION: CWS mav09 (1.16.2); FILE MERGED 2004/09/16 20:53:01 mav 1.16.2.2: RESYNC: (1.16-1.17); FILE MERGED 2004/05/18 17:00:59 mba 1.16.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9d0805e6f61cb5e2683ac946d347846636de559d]

        INTEGRATION: CWS mav09 (1.25.2); FILE MERGED 2004/09/21 17:33:43 mav 1.25.2.3: RESYNC: (1.26-1.28); FILE MERGED 2004/08/09 19:10:39 mav 1.25.2.2: RESYNC: (1.25-1.26); FILE MERGED 2004/05/18 17:00:58 mba 1.25.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [229bd7445085e53baa4fd539c640ed3a55439d21]

        INTEGRATION: CWS mav09 (1.14.2); FILE MERGED 2004/09/16 20:52:42 mav 1.14.2.4: RESYNC: (1.17-1.18); FILE MERGED 2004/08/09 19:10:31 mav 1.14.2.3: RESYNC: (1.15-1.17); FILE MERGED 2004/07/08 12:08:50 mav 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2004/05/18 17:00:58 mba 1.14.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ac04e470f2d0cf71a853ed92458c61b443f50d93]

        INTEGRATION: CWS mav09 (1.8.44); FILE MERGED 2004/09/16 20:52:24 mav 1.8.44.3: RESYNC: (1.9-1.10); FILE MERGED 2004/08/09 19:10:14 mav 1.8.44.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/18 17:00:58 mba 1.8.44.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [955d605777749a995317205669fbd050eeec8f44]

        INTEGRATION: CWS mav09 (1.51.2); FILE MERGED 2004/09/16 20:52:04 mav 1.51.2.3: RESYNC: (1.54-1.58); FILE MERGED 2004/07/08 12:08:41 mav 1.51.2.2: RESYNC: (1.51-1.54); FILE MERGED 2004/05/18 17:00:56 mba 1.51.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c4363eb096ddce6fe5f5e1c3a80ea1dbb90abf85]

        INTEGRATION: CWS mav09 (1.8.148); FILE MERGED 2004/07/08 12:04:47 mav 1.8.148.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/18 17:00:55 mba 1.8.148.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [99edb24c776c26b04e0d941b3ab27a4d74f340aa]

        INTEGRATION: CWS mav09 (1.34.2); FILE MERGED 2004/09/27 15:26:50 mav 1.34.2.3: RESYNC: (1.35-1.36); FILE MERGED 2004/09/16 20:49:39 mav 1.34.2.2: RESYNC: (1.34-1.35); FILE MERGED 2004/05/18 17:00:55 mba 1.34.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e9dc689e758b86ca3f85d05827c00c891603e887]

        INTEGRATION: CWS mav09 (1.17.2); FILE MERGED 2004/09/27 15:26:06 mav 1.17.2.5: RESYNC: (1.26-1.27); FILE MERGED 2004/09/16 20:47:21 mav 1.17.2.4: RESYNC: (1.19-1.26); FILE MERGED 2004/07/15 13:04:59 mba 1.17.2.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 12:01:55 mav 1.17.2.2: RESYNC: (1.17-1.19); FILE MERGED 2004/05/18 17:00:54 mba 1.17.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ecaf2e3e328535b451359ea0db0396fd80d55fc9]

        INTEGRATION: CWS mav09 (1.7.532); FILE MERGED 2004/05/18 17:00:54 mba 1.7.532.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3cdf8460c3ae6e3a80cb035189eb20745358e0c2]

        INTEGRATION: CWS mav09 (1.8.498); FILE MERGED 2004/09/21 17:32:09 mav 1.8.498.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/18 17:00:54 mba 1.8.498.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [be43b7f2b6422254e5024a7d2e7ee3f51d39612c]

        INTEGRATION: CWS mav09 (1.13.498); FILE MERGED 2004/05/18 17:00:53 mba 1.13.498.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e3fbfd638b379ab44b05bfc333850099ef1490c4]

        INTEGRATION: CWS mav09 (1.9.156); FILE MERGED 2004/08/12 17:23:25 mav 1.9.156.4: #i27773# introduce version back 2004/08/11 14:14:21 mav 1.9.156.3: #100000# resync problem 2004/08/09 19:09:09 mav 1.9.156.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/18 17:00:53 mba 1.9.156.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4e9f2ce9b19ddf12ecf2c15be0d6d5aa3e61e542]

        INTEGRATION: CWS mav09 (1.40.100); FILE MERGED 2004/09/16 20:36:12 mav 1.40.100.5: RESYNC: (1.43-1.47); FILE MERGED 2004/07/15 13:04:58 mba 1.40.100.4: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/09 17:44:36 mav 1.40.100.3: RESYNC: (1.42-1.43); FILE MERGED 2004/07/08 11:56:29 mav 1.40.100.2: RESYNC: (1.40-1.42); FILE MERGED 2004/05/18 17:00:52 mba 1.40.100.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0b47756c8bdc408acb78c6a3c48b2b9069241fec]

        INTEGRATION: CWS mav09 (1.11.264); FILE MERGED 2004/09/21 17:28:07 mav 1.11.264.3: RESYNC: (1.12-1.13); FILE MERGED 2004/09/16 20:34:15 mav 1.11.264.2: RESYNC: (1.11-1.12); FILE MERGED 2004/05/18 17:00:52 mba 1.11.264.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c2d56b3f14aa7f6e50820163c152c87640d783ea]

        INTEGRATION: CWS mav09 (1.32.76); FILE MERGED 2004/09/16 20:33:34 mav 1.32.76.3: RESYNC: (1.35-1.37); FILE MERGED 2004/07/08 11:53:27 mav 1.32.76.2: RESYNC: (1.32-1.35); FILE MERGED 2004/05/18 17:00:51 mba 1.32.76.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [559672313cfbab74211d2bab8995da566cb9de0b]

        INTEGRATION: CWS mav09 (1.10.94); FILE MERGED 2004/09/16 20:29:28 mav 1.10.94.4: RESYNC: (1.11-1.13); FILE MERGED 2004/08/09 19:09:01 mav 1.10.94.3: RESYNC: (1.10-1.11); FILE MERGED 2004/07/15 13:04:58 mba 1.10.94.2: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/18 17:00:50 mba 1.10.94.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0fa3bf71dfc623039dd4bbc36b9bee1dce65c192]

        INTEGRATION: CWS mav09 (1.84.14); FILE MERGED 2004/09/16 20:29:20 mav 1.84.14.5: RESYNC: (1.91-1.95); FILE MERGED 2004/08/09 19:08:53 mav 1.84.14.4: RESYNC: (1.90-1.91); FILE MERGED 2004/07/09 17:44:18 mav 1.84.14.3: RESYNC: (1.89-1.90); FILE MERGED 2004/07/08 11:49:52 mav 1.84.14.2: RESYNC: (1.84-1.89); FILE MERGED 2004/05/18 17:00:50 mba 1.84.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1f23572d44f6fe08cb71b840c1d6c7bfc58949a8]

        INTEGRATION: CWS mav09 (1.19.16); FILE MERGED 2004/05/18 17:00:50 mba 1.19.16.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [370bb51825c849cbe40a4df8f8c2643b52080dee]

        INTEGRATION: CWS mav09 (1.74.12); FILE MERGED 2004/09/16 20:28:51 mav 1.74.12.8: RESYNC: (1.79-1.81); FILE MERGED 2004/08/13 09:27:39 mav 1.74.12.7: #i27773# introduce version back 2004/08/09 19:08:41 mav 1.74.12.6: RESYNC: (1.78-1.79); FILE MERGED 2004/07/15 13:04:57 mba 1.74.12.5: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:49:13 mav 1.74.12.4: RESYNC: (1.74-1.78); FILE MERGED 2004/06/01 08:12:24 mba 1.74.12.3: #i27773#: new embedding API 2004/05/20 21:22:06 mba 1.74.12.2: #i27773#: some API changes 2004/05/18 17:00:49 mba 1.74.12.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9829c4e48053dddaced0f390a4b8c2cf6d401602]

        INTEGRATION: CWS mav09 (1.6.2); FILE MERGED 2004/05/18 17:00:49 mba 1.6.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [73ad3e222945c83b98a00151def92193d939c365]

        INTEGRATION: CWS mav09 (1.16.2); FILE MERGED 2004/09/21 17:27:50 mav 1.16.2.3: RESYNC: (1.17-1.18); FILE MERGED 2004/09/16 20:28:21 mav 1.16.2.2: RESYNC: (1.16-1.17); FILE MERGED 2004/05/18 17:00:48 mba 1.16.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fd71bc9f535274dbc71ea4c53b28a5a1701c2c2e]

        INTEGRATION: CWS mav09 (1.2.2); FILE MERGED 2004/09/16 20:28:02 mav 1.2.2.4: RESYNC: (1.3-1.6); FILE MERGED 2004/08/09 19:08:33 mav 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2004/07/15 13:04:56 mba 1.2.2.2: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/18 17:00:48 mba 1.2.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e30b570711330f821c06c7ec0b89f7de954b5eca]

        INTEGRATION: CWS mav09 (1.31.2); FILE MERGED 2004/05/18 17:00:47 mba 1.31.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bd6d1ad3b30af58f11c129a9720b32d358be818b]

        INTEGRATION: CWS mav09 (1.17.230); FILE MERGED 2004/09/21 17:26:36 mav 1.17.230.3: RESYNC: (1.18-1.19); FILE MERGED 2004/09/16 20:25:30 mav 1.17.230.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/18 17:00:46 mba 1.17.230.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5b247f2ca48b7c6f0c7edc2a78bcfac096560db3]

        INTEGRATION: CWS mav09 (1.20.14); FILE MERGED 2004/09/21 17:26:28 mav 1.20.14.2: RESYNC: (1.20-1.22); FILE MERGED 2004/05/18 17:00:46 mba 1.20.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2a77db18d6c280213acce74137b9fd561a59cff9]

        INTEGRATION: CWS mav09 (1.18.2); FILE MERGED 2004/09/16 20:23:37 mav 1.18.2.2: RESYNC: (1.18-1.19); FILE MERGED 2004/05/18 17:00:45 mba 1.18.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [34a320c40e6ccce59d2d95aed2a20cf1d89b7bda]

        INTEGRATION: CWS mav09 (1.12.148); FILE MERGED 2004/05/18 17:00:45 mba 1.12.148.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [80c811364b29d57f6dba2efc55d10fd964d4bdae]

        INTEGRATION: CWS mav09 (1.9.74); FILE MERGED 2004/09/21 17:14:56 mav 1.9.74.2: RESYNC: (1.9-1.10); FILE MERGED 2004/07/15 13:04:56 mba 1.9.74.1: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [62c6b5bbce01bc0e726e3e7bb3acba7f955c2aa7]

        INTEGRATION: CWS mav09 (1.45.78); FILE MERGED 2004/08/09 19:08:25 mav 1.45.78.3: RESYNC: (1.45-1.46); FILE MERGED 2004/07/15 13:04:55 mba 1.45.78.2: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/18 17:00:44 mba 1.45.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0751fbc6c894e08e1ea5b05bceae86ce1b5fb6bc]

        INTEGRATION: CWS mav09 (1.63.2); FILE MERGED 2004/08/13 09:27:38 mav 1.63.2.4: #i27773# introduce version back 2004/08/09 19:08:16 mav 1.63.2.3: RESYNC: (1.64-1.66); FILE MERGED 2004/07/08 11:42:59 mav 1.63.2.2: RESYNC: (1.63-1.64); FILE MERGED 2004/05/18 17:00:44 mba 1.63.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [68a5b5996648f40b55c5ee1ce2ea095d6f7f055c]

        INTEGRATION: CWS mav09 (1.34.94); FILE MERGED 2004/09/21 17:14:40 mav 1.34.94.10: RESYNC: (1.39-1.40); FILE MERGED 2004/09/16 20:20:30 mav 1.34.94.9: RESYNC: (1.36-1.39); FILE MERGED 2004/09/03 08:02:16 mba 1.34.94.8: #i27773#: Closing streams should be done by SFX only 2004/08/19 07:44:05 mba 1.34.94.7: #i27773#: work on todos 2004/08/12 17:23:25 mav 1.34.94.6: #i27773# introduce version back 2004/08/09 19:08:08 mav 1.34.94.5: RESYNC: (1.35-1.36); FILE MERGED 2004/07/15 13:04:55 mba 1.34.94.4: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:42:51 mav 1.34.94.3: RESYNC: (1.34-1.35); FILE MERGED 2004/06/01 08:12:24 mba 1.34.94.2: #i27773#: new embedding API 2004/05/18 17:00:44 mba 1.34.94.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7a6e68ce033c3da200d39c4f6fec34f12ed5cee0]

        INTEGRATION: CWS mav09 (1.21.2); FILE MERGED 2004/09/16 20:20:46 mav 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2004/05/18 17:00:43 mba 1.21.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c4b5f1c4947a7bdf2e51473eb07192b9d6a29c20]

        INTEGRATION: CWS mav09 (1.38.14); FILE MERGED 2004/09/21 17:14:23 mav 1.38.14.3: RESYNC: (1.40-1.41); FILE MERGED 2004/09/16 20:20:38 mav 1.38.14.2: RESYNC: (1.38-1.40); FILE MERGED 2004/05/18 17:00:43 mba 1.38.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [36cb4013e1634ccf94e4bd223065fd59a9a58dd0]

        INTEGRATION: CWS mav09 (1.21.680); FILE MERGED 2004/08/09 19:08:00 mav 1.21.680.3: RESYNC: (1.21-1.22); FILE MERGED 2004/06/30 09:06:17 mav 1.21.680.2: #i27773# import of linked objects 2004/05/18 16:51:42 mba 1.21.680.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f2cddfb69c1b9464cac6377c4ab09890b9830dff]

        INTEGRATION: CWS mav09 (1.33.242); FILE MERGED 2004/09/01 15:22:08 mba 1.33.242.10: #i27773#: COM-Objects on Linux must work in Loaded state 2004/08/20 13:15:19 mav 1.33.242.9: #i27773# rearrange todo's 2004/08/09 19:07:52 mav 1.33.242.8: RESYNC: (1.33-1.34); FILE MERGED 2004/07/15 13:04:54 mba 1.33.242.7: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/15 11:20:28 mav 1.33.242.6: #i27773# commit changes made offline 2004/06/30 09:06:17 mav 1.33.242.5: #i27773# import of linked objects 2004/06/18 14:08:15 mba 1.33.242.4: #i27773#: new API for Applets 2004/06/01 08:12:23 mba 1.33.242.3: #i27773#: new embedding API 2004/05/20 21:18:22 mba 1.33.242.2: #i27773#: some API changes 2004/05/18 16:51:42 mba 1.33.242.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [67f85a6dde781f94e37f06c2b0e7c4fdca7e2de5]

        INTEGRATION: CWS mav09 (1.30.132); FILE MERGED 2004/09/01 15:22:08 mba 1.30.132.9: #i27773#: COM-Objects on Linux must work in Loaded state 2004/08/09 19:07:43 mav 1.30.132.8: RESYNC: (1.30-1.31); FILE MERGED 2004/07/15 13:04:54 mba 1.30.132.7: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/15 11:20:28 mav 1.30.132.6: #i27773# commit changes made offline 2004/06/28 09:45:23 mav 1.30.132.5: #i27773# storing of OOo links 2004/06/25 12:16:25 mav 1.30.132.4: #i27773# persistance is not used here 2004/06/18 14:08:15 mba 1.30.132.3: #i27773#: new API for Applets 2004/05/20 21:18:22 mba 1.30.132.2: #i27773#: some API changes 2004/05/18 16:51:41 mba 1.30.132.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [cd085f1e9331c23132d9ab3723a78824dd2e2639]

        INTEGRATION: CWS mav09 (1.45.14); FILE MERGED 2004/08/09 19:07:24 mav 1.45.14.3: RESYNC: (1.46-1.47); FILE MERGED 2004/07/08 11:42:24 mav 1.45.14.2: RESYNC: (1.45-1.46); FILE MERGED 2004/05/18 16:51:41 mba 1.45.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [43291163ab7b412a26535d8c0b32ab048ea1b968]

        INTEGRATION: CWS mav09 (1.27.14); FILE MERGED 2004/08/09 19:07:16 mav 1.27.14.3: RESYNC: (1.28-1.29); FILE MERGED 2004/07/08 11:42:12 mav 1.27.14.2: RESYNC: (1.27-1.28); FILE MERGED 2004/05/18 16:51:40 mba 1.27.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [60486a2825915bbf2e48d83f873a569a4b974c07]

        INTEGRATION: CWS mav09 (1.26.14); FILE MERGED 2004/08/09 19:06:48 mav 1.26.14.2: RESYNC: (1.26-1.27); FILE MERGED 2004/05/18 16:51:40 mba 1.26.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [964ec4f7e5124f411bd9a517a2d690c50b12d94b]

        INTEGRATION: CWS mav09 (1.79.2); FILE MERGED 2004/09/16 20:20:22 mav 1.79.2.4: RESYNC: (1.80-1.82); FILE MERGED 2004/08/09 19:06:40 mav 1.79.2.3: RESYNC: (1.79-1.80); FILE MERGED 2004/07/15 13:04:54 mba 1.79.2.2: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/18 16:51:40 mba 1.79.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [39db46f7595f983b925c4e86c8f83f505612823a]

        INTEGRATION: CWS mav09 (1.71.14); FILE MERGED 2004/08/09 19:05:53 mav 1.71.14.2: RESYNC: (1.71-1.72); FILE MERGED 2004/05/18 16:51:40 mba 1.71.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b520c7be55c64b5ad62a677cdf8c6d7b813936dc]

        INTEGRATION: CWS mav09 (1.6.668); FILE MERGED 2004/05/18 16:51:39 mba 1.6.668.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d2a5a2397f332a65a455f3e4fa77b92d70f04d96]

        INTEGRATION: CWS mav09 (1.42.204); FILE MERGED 2004/09/16 20:19:50 mav 1.42.204.11: RESYNC: (1.43-1.44); FILE MERGED 2004/08/17 17:17:09 mav 1.42.204.10: #i27773# BaseURL and Hierarchical object name 2004/08/17 17:10:46 mav 1.42.204.9: #i27773# BaseURL and Hierarchical object name 2004/08/17 17:07:36 mav 1.42.204.8: #i27773# BaseURL and Hierarchical object name 2004/08/17 15:36:22 mav 1.42.204.7: #i27773# BaseURL and Hierarchical object name 2004/08/16 15:21:24 mav 1.42.204.6: #i27773# get version of storage 2004/08/12 10:09:42 mav 1.42.204.5: #100000# resolve resync problems 2004/08/09 19:05:44 mav 1.42.204.4: RESYNC: (1.42-1.43); FILE MERGED 2004/05/27 09:29:47 mav 1.42.204.3: #i27773# allow document encryption 2004/05/20 21:18:21 mba 1.42.204.2: #i27773#: some API changes 2004/05/18 16:51:39 mba 1.42.204.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [00429b95da90b77f6c60a9304ee69c6ecc3f7c4e]

        INTEGRATION: CWS mav09 (1.54.14); FILE MERGED 2004/09/16 20:19:42 mav 1.54.14.8: RESYNC: (1.55-1.57); FILE MERGED 2004/09/06 07:45:53 mav 1.54.14.7: #i27773# error handling for the wrong password case 2004/08/17 15:36:22 mav 1.54.14.6: #i27773# BaseURL and Hierarchical object name 2004/08/16 15:21:24 mav 1.54.14.5: #i27773# get version of storage 2004/08/11 14:03:16 mav 1.54.14.4: #100000# resync problem 2004/08/09 19:05:27 mav 1.54.14.3: RESYNC: (1.54-1.55); FILE MERGED 2004/05/20 21:18:21 mba 1.54.14.2: #i27773#: some API changes 2004/05/18 16:51:39 mba 1.54.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f9472369224e78bc38bd4b2202847a4650e560b4]

        INTEGRATION: CWS mav09 (1.14.100); FILE MERGED 2004/07/15 13:04:54 mba 1.14.100.1: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [edd17f8625e8703dce378ac06fea81d73e4d08b9]

        INTEGRATION: CWS mav09 (1.2.684); FILE MERGED 2004/05/18 16:51:38 mba 1.2.684.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [657f1368f00b359731f374cd84a3215fc63d0ee2]

        INTEGRATION: CWS mav09 (1.1.1.1.706); FILE MERGED 2004/05/18 16:51:38 mba 1.1.1.1.706.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [374e52480adf1406845ccabcd7a4da6a0f0b4835]

        INTEGRATION: CWS mav09 (1.6.532); FILE MERGED 2004/05/18 16:51:38 mba 1.6.532.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6f71418ad9d93612132864f27206397188fa131d]

        INTEGRATION: CWS mav09 (1.3.684); FILE MERGED 2004/05/18 16:51:37 mba 1.3.684.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [be156db4f91fca203238ef452fecea2e66631734]

        INTEGRATION: CWS mav09 (1.79.14); FILE MERGED 2004/09/16 20:19:03 mav 1.79.14.3: RESYNC: (1.80-1.81); FILE MERGED 2004/07/08 11:40:26 mav 1.79.14.2: RESYNC: (1.79-1.80); FILE MERGED 2004/05/18 16:51:37 mba 1.79.14.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a395750c906b28b971f320da463ea254b8ed8e84]

        INTEGRATION: CWS mav09 (1.45.34); FILE MERGED 2004/09/21 17:13:49 mav 1.45.34.4: RESYNC: (1.46-1.47); FILE MERGED 2004/07/15 13:04:52 mba 1.45.34.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:40:17 mav 1.45.34.2: RESYNC: (1.45-1.46); FILE MERGED 2004/05/18 16:51:36 mba 1.45.34.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7f4896417370cffc9970152f5963893261875e9b]

        INTEGRATION: CWS mav09 (1.127.36); FILE MERGED 2004/09/21 17:13:31 mav 1.127.36.4: RESYNC: (1.130-1.131); FILE MERGED 2004/09/16 20:18:44 mav 1.127.36.3: RESYNC: (1.128-1.130); FILE MERGED 2004/07/08 11:39:49 mav 1.127.36.2: RESYNC: (1.127-1.128); FILE MERGED 2004/05/18 16:51:36 mba 1.127.36.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f7a0afa9fa0b10aad4e227652f8c3f083baa075a]

        INTEGRATION: CWS mav09 (1.135.2); FILE MERGED 2004/09/29 10:56:36 mav 1.135.2.6: #i27773# resync 2004/09/21 17:13:24 mav 1.135.2.5: RESYNC: (1.139-1.141); FILE MERGED 2004/09/16 20:18:36 mav 1.135.2.4: RESYNC: (1.136-1.139); FILE MERGED 2004/07/08 11:39:40 mav 1.135.2.3: RESYNC: (1.135-1.136); FILE MERGED 2004/05/20 21:07:49 mba 1.135.2.2: #i27773#: some API changes 2004/05/18 16:51:35 mba 1.135.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [283cba26db01028eee6a0eab324c1ece676722a0]

        INTEGRATION: CWS mav09 (1.58.36); FILE MERGED 2004/05/18 16:51:35 mba 1.58.36.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [14af744cceb12149dd258ea0099e9da7b4d51e60]

        INTEGRATION: CWS mav09 (1.9.172); FILE MERGED 2004/05/18 16:51:35 mba 1.9.172.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [cc96740f945d23a917a42594713d043ee078c53b]

        INTEGRATION: CWS mav09 (1.18.172); FILE MERGED 2004/05/18 16:51:34 mba 1.18.172.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [64f2dab15e456cba1314b69b3cd97b98281520ab]

        INTEGRATION: CWS mav09 (1.35.172); FILE MERGED 2004/09/16 20:18:05 mav 1.35.172.5: RESYNC: (1.36-1.37); FILE MERGED 2004/07/15 13:04:50 mba 1.35.172.4: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:39:10 mav 1.35.172.3: RESYNC: (1.35-1.36); FILE MERGED 2004/06/10 16:50:19 mba 1.35.172.2: #i27773#: some fixes to make InPlace Editsng work 2004/05/18 16:51:34 mba 1.35.172.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7b4ecdf30bbfc8656046415d1ad99ab76320bbc0]

        INTEGRATION: CWS mav09 (1.65.34); FILE MERGED 2004/09/21 17:13:07 mav 1.65.34.4: RESYNC: (1.67-1.68); FILE MERGED 2004/07/08 11:39:01 mav 1.65.34.3: RESYNC: (1.65-1.67); FILE MERGED 2004/05/20 21:07:48 mba 1.65.34.2: #i27773#: some API changes 2004/05/18 16:51:34 mba 1.65.34.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ad67eb4d5bca9c7bbc0adc9da6c446f2fb9b5b38]

        INTEGRATION: CWS mav09 (1.75.34); FILE MERGED 2004/09/16 20:17:35 mav 1.75.34.5: RESYNC: (1.77-1.79); FILE MERGED 2004/07/15 13:04:50 mba 1.75.34.4: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:38:26 mav 1.75.34.3: RESYNC: (1.75-1.77); FILE MERGED 2004/06/02 11:50:59 mba 1.75.34.2: #i27773#: new implementation for Metafile retrieval 2004/05/18 16:51:33 mba 1.75.34.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f377e5eb3f589f211385e83713be53cb82be8a21]

        INTEGRATION: CWS mav09 (1.9.36); FILE MERGED 2004/09/02 12:44:51 mav 1.9.36.3: #i27773# copy graphics also 2004/07/15 13:04:49 mba 1.9.36.2: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/18 16:51:33 mba 1.9.36.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [93b356be0865ec54f2f9f28f051ef753c28ea62b]

        INTEGRATION: CWS mav09 (1.9.36); FILE MERGED 2004/09/21 17:12:42 mav 1.9.36.9: RESYNC: (1.9-1.10); FILE MERGED 2004/09/03 15:24:48 mav 1.9.36.8: #i27773# correct graphic inserting 2004/09/03 15:05:28 mba 1.9.36.7: #i27773#: use one single method to clear on SdrOleObject 2004/09/02 13:39:24 mav 1.9.36.6: #i27773# copy graphics also 2004/09/02 12:44:50 mav 1.9.36.5: #i27773# copy graphics also 2004/08/19 07:43:01 mba 1.9.36.4: #i27773#: work on todos 2004/07/15 13:04:49 mba 1.9.36.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/20 21:07:48 mba 1.9.36.2: #i27773#: some API changes 2004/05/18 16:51:33 mba 1.9.36.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8d6f4361974f406763cd0002ea525a04fe884b59]

        INTEGRATION: CWS mav09 (1.15.172); FILE MERGED 2004/05/28 15:19:32 mav 1.15.172.4: #i27773# commit the OLE storage after successful writing 2004/05/28 14:05:16 mav 1.15.172.3: #i27773# use stream at first step 2004/05/28 12:26:56 mav 1.15.172.2: #i27773# do not check target stream 2004/05/18 16:51:32 mba 1.15.172.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8ba10f803f4a0f97c37d139d53b5c3f317f4a36f]

        INTEGRATION: CWS mav09 (1.25.78); FILE MERGED 2004/07/08 11:36:14 mav 1.25.78.2: RESYNC: (1.25-1.26); FILE MERGED 2004/05/18 16:51:31 mba 1.25.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9791dd5e60beaa4a45651ed580fcb926635593fa]

        INTEGRATION: CWS mav09 (1.29.16); FILE MERGED 2004/09/16 20:12:49 mav 1.29.16.2: RESYNC: (1.29-1.30); FILE MERGED 2004/05/18 16:51:31 mba 1.29.16.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [287d4042f603d29af25d3b36827834cde7287f14]

        INTEGRATION: CWS mav09 (1.6.498); FILE MERGED 2004/07/15 13:04:48 mba 1.6.498.1: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2689bc65b667d7397f14a9ccfc5362945c8ed11e]

        INTEGRATION: CWS mav09 (1.8.78); FILE MERGED 2004/07/08 11:36:06 mav 1.8.78.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/18 16:51:31 mba 1.8.78.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a007574073fa4c49eeb98b0682ffde14c4a9f418]

        INTEGRATION: CWS mav09 (1.16.242); FILE MERGED 2004/09/16 20:12:30 mav 1.16.242.5: RESYNC: (1.16-1.17); FILE MERGED 2004/09/01 15:22:07 mba 1.16.242.4: #i27773#: COM-Objects on Linux must work in Loaded state 2004/07/15 13:04:48 mba 1.16.242.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/06/18 14:08:15 mba 1.16.242.2: #i27773#: new API for Applets 2004/05/18 16:51:30 mba 1.16.242.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8c54040fd5e279ca5f3e53d41b0fc9e727aa60ab]

        INTEGRATION: CWS mav09 (1.8.498); FILE MERGED 2004/05/18 16:51:30 mba 1.8.498.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [744585627186cd13f6832ab8911e486478a2ead0]

        INTEGRATION: CWS mav09 (1.4.666); FILE MERGED 2004/09/16 20:11:51 mav 1.4.666.5: RESYNC: (1.4-1.5); FILE MERGED 2004/09/01 15:22:07 mba 1.4.666.4: #i27773#: COM-Objects on Linux must work in Loaded state 2004/07/15 13:04:48 mba 1.4.666.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/06/18 14:08:14 mba 1.4.666.2: #i27773#: new API for Applets 2004/05/18 16:51:30 mba 1.4.666.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8e1cb8dda82149f226766078e81f9f1755688fa0]

        INTEGRATION: CWS mav09 (1.25.172); FILE MERGED 2004/09/16 20:10:13 mav 1.25.172.3: RESYNC: (1.26-1.27); FILE MERGED 2004/07/08 11:35:10 mav 1.25.172.2: RESYNC: (1.25-1.26); FILE MERGED 2004/05/18 16:51:28 mba 1.25.172.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f878a8934a1ea8531598cac25a61cc88cf8c467a]

        INTEGRATION: CWS mav09 (1.6.498); FILE MERGED 2004/05/18 16:51:28 mba 1.6.498.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b9516bb950a7478f6e4e0212f6c8479cc027cb8c]

        INTEGRATION: CWS mav09 (1.31.44); FILE MERGED 2004/09/16 20:10:06 mav 1.31.44.3: RESYNC: (1.31-1.32); FILE MERGED 2004/07/15 13:04:47 mba 1.31.44.2: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/18 16:51:28 mba 1.31.44.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3e7aff647423ef162e40d5ade7d2d71ee027059e]

        INTEGRATION: CWS mav09 (1.27.94); FILE MERGED 2004/09/16 20:09:46 mav 1.27.94.4: RESYNC: (1.28-1.29); FILE MERGED 2004/07/08 11:34:51 mav 1.27.94.3: RESYNC: (1.27-1.28); FILE MERGED 2004/05/25 15:20:01 mav 1.27.94.2: #i27773# solve resync issues 2004/05/18 16:48:26 mba 1.27.94.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5bac99a9c70349d3ade258729a5835388e60015a]

        INTEGRATION: CWS mav09 (1.51.2); FILE MERGED 2004/09/16 20:09:38 mav 1.51.2.2: RESYNC: (1.51-1.55); FILE MERGED 2004/05/18 16:48:25 mba 1.51.2.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b6935c7df027964dddbc46da9fe8c8eac19aa4b3]

        INTEGRATION: CWS mav09 (1.84.12); FILE MERGED 2004/09/16 20:08:31 mav 1.84.12.4: RESYNC: (1.87-1.89); FILE MERGED 2004/08/30 17:15:27 mav 1.84.12.3: #i27773# chart update 2004/07/08 11:34:13 mav 1.84.12.2: RESYNC: (1.84-1.87); FILE MERGED 2004/05/18 16:48:25 mba 1.84.12.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [540a596c89ca2acbf67195326ef28fb948a89c44]

        INTEGRATION: CWS mav09 (1.54.214); FILE MERGED 2004/09/16 20:08:22 mav 1.54.214.3: RESYNC: (1.55-1.57); FILE MERGED 2004/07/08 11:34:04 mav 1.54.214.2: RESYNC: (1.54-1.55); FILE MERGED 2004/05/18 16:48:25 mba 1.54.214.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [52a79802027de9df06386f52a41260ea9ffd4b7b]

        INTEGRATION: CWS mav09 (1.45.214); FILE MERGED 2004/09/16 20:07:55 mav 1.45.214.2: RESYNC: (1.45-1.46); FILE MERGED 2004/05/18 16:48:24 mba 1.45.214.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e8b515837491932945f21c12ac9764c9f60760c8]

        INTEGRATION: CWS mav09 (1.42.94); FILE MERGED 2004/09/16 20:07:29 mav 1.42.94.3: RESYNC: (1.44-1.47); FILE MERGED 2004/07/08 11:33:34 mav 1.42.94.2: RESYNC: (1.42-1.44); FILE MERGED 2004/05/18 16:48:24 mba 1.42.94.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4f5ec2a8d3e7a0c5231aeefa4a29b442dce125de]

        INTEGRATION: CWS mav09 (1.76.78); FILE MERGED 2004/09/16 20:07:21 mav 1.76.78.3: RESYNC: (1.77-1.79); FILE MERGED 2004/07/08 11:33:26 mav 1.76.78.2: RESYNC: (1.76-1.77); FILE MERGED 2004/05/18 16:48:24 mba 1.76.78.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4a456a1edb21e42604011e1bf39c1ad7ce1f0920]

        INTEGRATION: CWS mav09 (1.85.146); FILE MERGED 2004/09/16 20:07:03 mav 1.85.146.8: RESYNC: (1.88-1.91); FILE MERGED 2004/09/01 15:22:06 mba 1.85.146.7: #i27773#: COM-Objects on Linux must work in Loaded state 2004/08/19 07:42:18 mba 1.85.146.6: #i27773#: work on todos 2004/07/15 13:04:47 mba 1.85.146.5: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:32:55 mav 1.85.146.4: RESYNC: (1.85-1.88); FILE MERGED 2004/06/01 08:12:21 mba 1.85.146.3: #i27773#: new embedding API 2004/05/21 17:07:25 mba 1.85.146.2: #i27773#: some API changes in m39 2004/05/18 16:48:23 mba 1.85.146.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [972b4467c933a669e462e3041150bb9984592b17]

        INTEGRATION: CWS mav09 (1.79.76); FILE MERGED 2004/09/16 20:06:55 mav 1.79.76.3: RESYNC: (1.83-1.84); FILE MERGED 2004/07/08 11:32:47 mav 1.79.76.2: RESYNC: (1.79-1.83); FILE MERGED 2004/05/18 16:48:23 mba 1.79.76.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9bb55a4874128056d3a66faa97765146ef57abbb]

        INTEGRATION: CWS mav09 (1.8.414); FILE MERGED 2004/09/21 17:11:19 mav 1.8.414.5: RESYNC: (1.12-1.13); FILE MERGED 2004/09/16 20:04:50 mav 1.8.414.4: RESYNC: (1.11-1.12); FILE MERGED 2004/07/15 13:04:46 mba 1.8.414.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:31:54 mav 1.8.414.2: RESYNC: (1.8-1.11); FILE MERGED 2004/05/18 16:48:23 mba 1.8.414.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a7fb13a95df4dc99b48456a8cd6a534570f30844]

        INTEGRATION: CWS mav09 (1.2.2); FILE MERGED 2004/09/29 10:56:35 mav 1.2.2.1: #i27773# resync

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a51e2a503a21023ab759e88e3a6a2ab5223de58c]

        INTEGRATION: CWS mav09 (1.16.498); FILE MERGED 2004/09/16 19:55:36 mav 1.16.498.3: RESYNC: (1.16-1.17); FILE MERGED 2004/07/15 13:04:45 mba 1.16.498.2: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/18 16:48:22 mba 1.16.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ffdca26aee7df6c50810070350ace0e032c092f7]

        INTEGRATION: CWS mav09 (1.7.226); FILE MERGED 2004/05/18 16:48:22 mba 1.7.226.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4f74d1a58a8fdedebcfa1d09bac507386a10a03e]

        INTEGRATION: CWS mav09 (1.5.14); FILE MERGED 2004/08/16 15:21:24 mav 1.5.14.6: #i27773# get version of storage 2004/08/11 14:29:57 mav 1.5.14.5: #100000# resync problem 2004/08/09 19:03:48 mav 1.5.14.4: RESYNC: (1.5-1.6); FILE MERGED 2004/07/15 13:04:44 mba 1.5.14.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/21 17:07:25 mba 1.5.14.2: #i27773#: some API changes in m39 2004/05/18 16:48:21 mba 1.5.14.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3c769bdbe8f30c556e3d04ec4f1ef2fb5bbbb43b]

        INTEGRATION: CWS mav09 (1.21.496); FILE MERGED 2004/09/16 19:55:27 mav 1.21.496.7: RESYNC: (1.22-1.23); FILE MERGED 2004/08/11 14:24:54 mav 1.21.496.6: #100000# resync problem 2004/08/09 19:03:40 mav 1.21.496.5: RESYNC: (1.21-1.22); FILE MERGED 2004/07/15 13:04:44 mba 1.21.496.4: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/25 15:20:00 mav 1.21.496.3: #i27773# solve resync issues 2004/05/21 17:07:24 mba 1.21.496.2: #i27773#: some API changes in m39 2004/05/18 16:48:21 mba 1.21.496.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [90eb8033b87a3bb47cc1483eae7a18f3a5c8b15a]

        INTEGRATION: CWS mav09 (1.6.498); FILE MERGED 2004/08/19 07:41:59 mba 1.6.498.3: #i27773#: work on todos 2004/07/15 13:04:43 mba 1.6.498.2: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/18 16:48:21 mba 1.6.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b8c4095115e4e7e5ad4d5260d2760256014362e6]

        INTEGRATION: CWS mav09 (1.13.254); FILE MERGED 2004/09/29 10:56:35 mav 1.13.254.10: #i27773# resync 2004/09/16 19:54:42 mav 1.13.254.9: RESYNC: (1.13-1.15); FILE MERGED 2004/09/01 15:22:05 mba 1.13.254.8: #i27773#: COM-Objects on Linux must work in Loaded state 2004/08/19 07:41:25 mba 1.13.254.7: #i27773#: work on todos 2004/07/15 13:04:42 mba 1.13.254.6: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/06/10 16:50:18 mba 1.13.254.5: #i27773#: some fixes to make InPlace Editsng work 2004/06/01 08:12:21 mba 1.13.254.4: #i27773#: new embedding API 2004/05/25 15:20:00 mav 1.13.254.3: #i27773# solve resync issues 2004/05/21 17:07:24 mba 1.13.254.2: #i27773#: some API changes in m39 2004/05/18 16:48:17 mba 1.13.254.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [db1805341ee8ccb2a9d95fccc7165a64aefe90a7]

        INTEGRATION: CWS mav09 (1.2.498); FILE MERGED 2004/05/18 16:48:17 mba 1.2.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [62715a9877b8ecf2e21c7bff7845c8b9bc971612]

        INTEGRATION: CWS mav09 (1.7.498); FILE MERGED 2004/09/16 19:53:48 mav 1.7.498.2: RESYNC: (1.7-1.8); FILE MERGED 2004/07/15 13:04:42 mba 1.7.498.1: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [888575a3e9454875a3f55eedebc63307aeb70753]

        INTEGRATION: CWS mav09 (1.62.40); FILE MERGED 2004/09/16 19:50:33 mav 1.62.40.4: RESYNC: (1.65-1.68); FILE MERGED 2004/07/15 13:04:41 mba 1.62.40.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:20:16 mav 1.62.40.2: RESYNC: (1.62-1.65); FILE MERGED 2004/05/18 16:48:17 mba 1.62.40.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5448e3c037688b851991cb73361bb7a93faf096f]

        INTEGRATION: CWS mav09 (1.9.690); FILE MERGED 2004/09/16 19:47:08 mav 1.9.690.4: RESYNC: (1.9-1.10); FILE MERGED 2004/08/12 17:23:24 mav 1.9.690.3: #i27773# introduce version back 2004/07/15 13:04:40 mba 1.9.690.2: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/18 16:48:16 mba 1.9.690.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d472b1fff9eb2146fc5c56adc3990a0219133fbb]

        INTEGRATION: CWS mav09 (1.8.684); FILE MERGED 2004/09/16 19:44:02 mav 1.8.684.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/18 16:48:16 mba 1.8.684.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8abf631b5600ac6a8c626281d481eedb4ebbe596]

        INTEGRATION: CWS mav09 (1.23.498); FILE MERGED 2004/07/15 13:04:40 mba 1.23.498.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/21 17:07:23 mba 1.23.498.2: #i27773#: some API changes in m39 2004/05/18 16:48:15 mba 1.23.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c56e57e8de36ab584ac75c507cf1775ff88ceb94]

        INTEGRATION: CWS mav09 (1.6.498); FILE MERGED 2004/05/18 16:48:15 mba 1.6.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f1f849a71dc80edf68f92e6a2bfe604ffa1ba2db]

        INTEGRATION: CWS mav09 (1.23.12); FILE MERGED 2004/09/16 19:43:23 mav 1.23.12.4: RESYNC: (1.26-1.28); FILE MERGED 2004/08/30 17:15:26 mav 1.23.12.3: #i27773# chart update 2004/07/08 11:14:22 mav 1.23.12.2: RESYNC: (1.23-1.26); FILE MERGED 2004/05/18 16:48:14 mba 1.23.12.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [35133492ee36388dcb55d0dde4a126523e1ac436]

        INTEGRATION: CWS mav09 (1.21.98); FILE MERGED 2004/09/27 15:25:20 mav 1.21.98.6: RESYNC: (1.26-1.27); FILE MERGED 2004/09/21 17:09:47 mav 1.21.98.5: RESYNC: (1.25-1.26); FILE MERGED 2004/09/16 19:43:14 mav 1.21.98.4: RESYNC: (1.24-1.25); FILE MERGED 2004/08/09 19:01:46 mav 1.21.98.3: RESYNC: (1.22-1.24); FILE MERGED 2004/07/08 11:13:35 mav 1.21.98.2: RESYNC: (1.21-1.22); FILE MERGED 2004/05/18 16:48:14 mba 1.21.98.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [faa7b9ab0e7197d971b4c9143caef63c4bb2c9ea]

        INTEGRATION: CWS mav09 (1.29.100); FILE MERGED 2004/09/16 19:43:06 mav 1.29.100.6: RESYNC: (1.32-1.34); FILE MERGED 2004/08/09 19:02:11 mav 1.29.100.5: RESYNC: (1.31-1.32); FILE MERGED 2004/07/15 13:04:39 mba 1.29.100.4: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/09 17:43:08 mav 1.29.100.3: RESYNC: (1.30-1.31); FILE MERGED 2004/07/08 11:14:12 mav 1.29.100.2: RESYNC: (1.29-1.30); FILE MERGED 2004/05/18 16:48:14 mba 1.29.100.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fbe957e282a859781d9f31fe5b2a748cf7d48cdc]

        INTEGRATION: CWS mav09 (1.6.242); FILE MERGED 2004/05/21 17:07:23 mba 1.6.242.2: #i27773#: some API changes in m39 2004/05/18 16:48:14 mba 1.6.242.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c85a78b3a4e07e710e7198879b4669c20358ab0c]

        INTEGRATION: CWS mav09 (1.18.100); FILE MERGED 2004/09/16 19:42:58 mav 1.18.100.5: RESYNC: (1.22-1.23); FILE MERGED 2004/08/09 19:02:02 mav 1.18.100.4: RESYNC: (1.20-1.22); FILE MERGED 2004/07/15 13:04:39 mba 1.18.100.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:14:04 mav 1.18.100.2: RESYNC: (1.18-1.20); FILE MERGED 2004/05/18 16:48:13 mba 1.18.100.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f8b570c502d4ad7f59f9ce2f8a3c8e0bac0da4c0]

        INTEGRATION: CWS mav09 (1.19.196); FILE MERGED 2004/09/21 17:09:55 mav 1.19.196.5: RESYNC: (1.25-1.26); FILE MERGED 2004/09/16 19:42:49 mav 1.19.196.4: RESYNC: (1.23-1.25); FILE MERGED 2004/08/09 19:01:54 mav 1.19.196.3: RESYNC: (1.22-1.23); FILE MERGED 2004/07/08 11:13:44 mav 1.19.196.2: RESYNC: (1.19-1.22); FILE MERGED 2004/05/18 16:48:13 mba 1.19.196.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [31e2ca11c535e6b3ee4b232c42fcdef3e69b97d0]

        INTEGRATION: CWS mav09 (1.10.498); FILE MERGED 2004/05/18 16:48:13 mba 1.10.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e316eeb7f3693caf2a0e49fa224139a8ffa7feae]

        INTEGRATION: CWS mav09 (1.29.34); FILE MERGED 2004/09/21 17:09:13 mav 1.29.34.5: RESYNC: (1.32-1.33); FILE MERGED 2004/09/16 19:39:42 mav 1.29.34.4: RESYNC: (1.31-1.32); FILE MERGED 2004/07/15 13:04:38 mba 1.29.34.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:11:42 mav 1.29.34.2: RESYNC: (1.29-1.31); FILE MERGED 2004/05/18 16:48:12 mba 1.29.34.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3326bb5e7c8c40745669cd5b65f7abf55d568991]

        INTEGRATION: CWS mav09 (1.2.498); FILE MERGED 2004/05/18 16:48:12 mba 1.2.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [64fa1e5b39fb7b715104503716ec52edc974dd73]

        INTEGRATION: CWS mav09 (1.13.204); FILE MERGED 2004/09/29 10:56:34 mav 1.13.204.6: #i27773# resync 2004/09/16 19:38:04 mav 1.13.204.5: RESYNC: (1.15-1.18); FILE MERGED 2004/08/09 19:01:29 mav 1.13.204.4: RESYNC: (1.14-1.15); FILE MERGED 2004/07/15 13:04:37 mba 1.13.204.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:10:31 mav 1.13.204.2: RESYNC: (1.13-1.14); FILE MERGED 2004/05/18 16:48:12 mba 1.13.204.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1e56537c4fc005c3e5a6a19ce2fb74663f0fddf5]

        INTEGRATION: CWS mav09 (1.15.2); FILE MERGED 2004/07/15 13:04:37 mba 1.15.2.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/05/21 17:07:22 mba 1.15.2.2: #i27773#: some API changes in m39 2004/05/18 16:48:11 mba 1.15.2.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7fe091b84cd9a5871a49623637914d7f22fbe5b2]

        INTEGRATION: CWS mav09 (1.7.498); FILE MERGED 2004/05/18 16:48:11 mba 1.7.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bb2a2ded29425c8bd9c1fd06ed29083e45a07c54]

        INTEGRATION: CWS mav09 (1.12.498); FILE MERGED 2004/09/16 19:37:56 mav 1.12.498.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/18 16:48:11 mba 1.12.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [922abaf183640a0278485840d9dc9173a7637047]

        INTEGRATION: CWS mav09 (1.19.14); FILE MERGED 2004/09/16 19:37:26 mav 1.19.14.3: RESYNC: (1.20-1.22); FILE MERGED 2004/07/08 11:09:53 mav 1.19.14.2: RESYNC: (1.19-1.20); FILE MERGED 2004/05/18 16:48:10 mba 1.19.14.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2063f28673c1ee77a84f8cb526df7eb236595804]

        INTEGRATION: CWS mav09 (1.14.148); FILE MERGED 2004/09/16 19:37:12 mav 1.14.148.3: RESYNC: (1.15-1.16); FILE MERGED 2004/07/09 17:42:30 mav 1.14.148.2: RESYNC: (1.14-1.15); FILE MERGED 2004/05/18 16:48:10 mba 1.14.148.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2f09bb69b5964eb782415ffdaf13e52cd46bb1f1]

        INTEGRATION: CWS mav09 (1.7.178); FILE MERGED 2004/05/18 16:48:10 mba 1.7.178.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a6a1d5c66bb04d4b66ff32c8ca21699bab292ce5]

        INTEGRATION: CWS mav09 (1.3.498); FILE MERGED 2004/05/18 16:48:09 mba 1.3.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [29e9d9a4043856b0c6d1079585c1aee84d394f4a]

        INTEGRATION: CWS mav09 (1.26.14); FILE MERGED 2004/09/16 19:35:56 mav 1.26.14.7: RESYNC: (1.27-1.28); FILE MERGED 2004/07/15 13:04:37 mba 1.26.14.6: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:09:07 mav 1.26.14.5: RESYNC: (1.26-1.27); FILE MERGED 2004/07/06 16:50:18 mav 1.26.14.4: #i27773# shading of outplace activated objects 2004/07/02 08:47:09 mba 1.26.14.3: #i27773#: some ToDos 2004/06/21 08:15:51 mba 1.26.14.2: #i27773#: activate plugins 2004/05/18 16:48:09 mba 1.26.14.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [dd7c5a7d2f3f33ff1e6e0a2fa63499dac2b3e261]

        INTEGRATION: CWS mav09 (1.9.44); FILE MERGED 2004/05/25 15:19:59 mav 1.9.44.1: #i27773# solve resync issues

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9c890e0bd9638dcafd931dd447e2419a2338cee3]

        INTEGRATION: CWS mav09 (1.31.94); FILE MERGED 2004/09/16 19:34:55 mav 1.31.94.3: RESYNC: (1.34-1.35); FILE MERGED 2004/07/08 11:08:36 mav 1.31.94.2: RESYNC: (1.31-1.34); FILE MERGED 2004/05/18 16:48:09 mba 1.31.94.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e37f120df010b57d521f8498e8a3ba6f29cb9f8e]

        INTEGRATION: CWS mav09 (1.40.2); FILE MERGED 2004/09/21 17:08:46 mav 1.40.2.4: RESYNC: (1.44-1.45); FILE MERGED 2004/09/16 19:34:26 mav 1.40.2.3: RESYNC: (1.42-1.44); FILE MERGED 2004/07/08 11:07:57 mav 1.40.2.2: RESYNC: (1.40-1.42); FILE MERGED 2004/05/18 16:48:08 mba 1.40.2.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e38d1b5cb7ca1b25e3187c1c6a67384c500f8e6a]

        INTEGRATION: CWS mav09 (1.17.146); FILE MERGED 2004/09/21 17:08:39 mav 1.17.146.5: RESYNC: (1.24-1.25); FILE MERGED 2004/09/16 19:34:17 mav 1.17.146.4: RESYNC: (1.21-1.24); FILE MERGED 2004/07/15 13:04:36 mba 1.17.146.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:07:49 mav 1.17.146.2: RESYNC: (1.17-1.21); FILE MERGED 2004/05/18 16:48:08 mba 1.17.146.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f81f57247011ddb07c6f5a7d38f8bfba65fce8ed]

        INTEGRATION: CWS mav09 (1.22.148); FILE MERGED 2004/09/21 17:08:31 mav 1.22.148.4: RESYNC: (1.27-1.28); FILE MERGED 2004/09/16 19:34:09 mav 1.22.148.3: RESYNC: (1.25-1.27); FILE MERGED 2004/07/08 11:07:20 mav 1.22.148.2: RESYNC: (1.22-1.25); FILE MERGED 2004/05/18 16:48:08 mba 1.22.148.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [155fd0e1baf0d11c6971dcd1900d773d38c0b25c]

        INTEGRATION: CWS mav09 (1.18.194); FILE MERGED 2004/09/16 19:33:50 mav 1.18.194.3: RESYNC: (1.20-1.21); FILE MERGED 2004/07/08 11:06:57 mav 1.18.194.2: RESYNC: (1.18-1.20); FILE MERGED 2004/05/18 16:48:08 mba 1.18.194.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b23978aa8096290d33c73f5c44867f63b0eee399]

        INTEGRATION: CWS mav09 (1.18.228); FILE MERGED 2004/09/16 19:33:42 mav 1.18.228.4: RESYNC: (1.19-1.21); FILE MERGED 2004/07/15 13:04:36 mba 1.18.228.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:06:38 mav 1.18.228.2: RESYNC: (1.18-1.19); FILE MERGED 2004/05/18 16:48:07 mba 1.18.228.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [32b730013212fd10a856b13cddfdf8b728bf6160]

        INTEGRATION: CWS mav09 (1.5.498); FILE MERGED 2004/09/16 19:33:34 mav 1.5.498.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/18 16:48:07 mba 1.5.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [eb0928492632c5b591ca731fb0a99e028dd71596]

        INTEGRATION: CWS mav09 (1.7.498); FILE MERGED 2004/08/30 17:15:26 mav 1.7.498.2: #i27773# chart update 2004/05/18 16:48:07 mba 1.7.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8b4e314b25ac3f42a4b036db252c8cd61dbd8276]

        INTEGRATION: CWS mav09 (1.27.34); FILE MERGED 2004/09/21 17:08:13 mav 1.27.34.5: RESYNC: (1.31-1.32); FILE MERGED 2004/09/16 19:32:45 mav 1.27.34.4: RESYNC: (1.29-1.31); FILE MERGED 2004/07/15 13:04:36 mba 1.27.34.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:05:51 mav 1.27.34.2: RESYNC: (1.27-1.29); FILE MERGED 2004/05/18 16:48:07 mba 1.27.34.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [323a7eee872d5263bfb24900b1a2d815cae3af7a]

        INTEGRATION: CWS mav09 (1.2.44); FILE MERGED 2004/09/16 19:33:05 mav 1.2.44.4: RESYNC: (1.4-1.6); FILE MERGED 2004/07/15 13:04:35 mba 1.2.44.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 11:05:59 mav 1.2.44.2: RESYNC: (1.2-1.4); FILE MERGED 2004/05/18 16:48:06 mba 1.2.44.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8927c82bd19b5bb964996dc83320f7003e4ad15d]

        INTEGRATION: CWS mav09 (1.4.498); FILE MERGED 2004/07/08 11:04:14 mav 1.4.498.2: RESYNC: (1.4-1.5); FILE MERGED 2004/05/18 16:48:06 mba 1.4.498.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [41150cd77f6de549b6e92aae52a718cf208a3f7f]

        INTEGRATION: CWS mav09 (1.7.102); FILE MERGED 2004/05/18 16:48:05 mba 1.7.102.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5f31750b850c7d66dbf7115bb2216b98350fbaf2]

        INTEGRATION: CWS mav09 (1.4.242); FILE MERGED 2004/09/16 19:23:10 mav 1.4.242.3: RESYNC: (1.4-1.5); FILE MERGED 2004/08/12 17:11:45 mav 1.4.242.2: #i27773# introduce version back 2004/05/18 16:43:07 mba 1.4.242.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4bb4c8dfc4b975725514310f58da94565e29f6aa]

        INTEGRATION: CWS mav09 (1.36.2); FILE MERGED 2004/09/16 19:23:01 mav 1.36.2.3: RESYNC: (1.38-1.43); FILE MERGED 2004/07/08 10:44:23 mav 1.36.2.2: RESYNC: (1.36-1.38); FILE MERGED 2004/05/18 16:43:07 mba 1.36.2.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9e3367ca8a28af651e2979ec4cb6e2403cc13827]

        INTEGRATION: CWS mav09 (1.2.698); FILE MERGED 2004/05/18 16:43:06 mba 1.2.698.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3aec4bf08d864f29e8a6fe236e15be2fc2a06578]

        INTEGRATION: CWS mav09 (1.21.14); FILE MERGED 2004/09/29 10:56:33 mav 1.21.14.3: #i27773# resync 2004/09/16 19:17:40 mav 1.21.14.2: RESYNC: (1.21-1.23); FILE MERGED 2004/05/18 16:43:06 mba 1.21.14.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d0120e34f1a99438a7659d733e2070a9813d7131]

        INTEGRATION: CWS mav09 (1.1.670); FILE MERGED 2004/07/15 12:26:45 mba 1.1.670.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/06/14 14:45:41 mba 1.1.670.2: #i27773#: new handling for resizing of active objects 2004/05/18 16:43:06 mba 1.1.670.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [97f140238b692f6f67c74bc47b5854cb0bc850a0]

        INTEGRATION: CWS mav09 (1.3.694); FILE MERGED 2004/05/18 16:43:05 mba 1.3.694.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [77148631d81a795a7f2771b33708238fae415af0]

        INTEGRATION: CWS mav09 (1.19.242); FILE MERGED 2004/09/27 15:24:47 mav 1.19.242.4: RESYNC: (1.22-1.23); FILE MERGED 2004/09/21 17:05:52 mav 1.19.242.3: RESYNC: (1.21-1.22); FILE MERGED 2004/09/16 19:15:55 mav 1.19.242.2: RESYNC: (1.19-1.21); FILE MERGED 2004/05/18 16:43:05 mba 1.19.242.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0e82ad8fe0fb7bd7238b947803e3b2f9f106ab64]

        INTEGRATION: CWS mav09 (1.5.662); FILE MERGED 2004/09/16 19:15:37 mav 1.5.662.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/18 16:43:05 mba 1.5.662.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fbcaee8fdbdc69418f89b71fa2d0bff0b6360eaf]

        INTEGRATION: CWS mav09 (1.5.148); FILE MERGED 2004/09/29 10:56:33 mav 1.5.148.6: #i27773# resync 2004/09/16 19:13:46 mav 1.5.148.5: RESYNC: (1.5-1.7); FILE MERGED 2004/07/15 12:26:44 mba 1.5.148.4: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/06/10 16:49:40 mba 1.5.148.3: #i27773#: some fixed to make InPlace Editing work 2004/06/01 11:56:05 mba 1.5.148.2: #i27773#: new embedding API 2004/05/18 16:43:04 mba 1.5.148.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bb75040ff11f9ab241294c0c50e7bf17125c7136]

        INTEGRATION: CWS mav09 (1.12.148); FILE MERGED 2004/05/18 16:43:04 mba 1.12.148.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [602525055ca5b765fbc066563ffffa8a9d0558b2]

        INTEGRATION: CWS mav09 (1.6.14); FILE MERGED 2004/09/16 19:13:29 mav 1.6.14.3: RESYNC: (1.6-1.7); FILE MERGED 2004/06/10 16:49:39 mba 1.6.14.2: #i27773#: some fixed to make InPlace Editing work 2004/05/18 16:43:04 mba 1.6.14.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f9747eb81e9ea5e74ef6ea3d7828d52bf4c121b4]

        INTEGRATION: CWS mav09 (1.9.148); FILE MERGED 2004/09/21 17:05:26 mav 1.9.148.8: RESYNC: (1.11-1.12); FILE MERGED 2004/09/16 19:12:50 mav 1.9.148.7: RESYNC: (1.10-1.11); FILE MERGED 2004/09/03 15:05:04 mba 1.9.148.6: #i27773#: FilterDetection for OLEStorages was broken 2004/07/15 12:26:44 mba 1.9.148.5: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 10:41:21 mav 1.9.148.4: RESYNC: (1.9-1.10); FILE MERGED 2004/06/24 16:05:07 mav 1.9.148.3: #i27773# if storage has no format it is an error 2004/06/10 16:49:39 mba 1.9.148.2: #i27773#: some fixed to make InPlace Editing work 2004/05/18 16:43:04 mba 1.9.148.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a82932952b2d498a50eaffa1c596c936abb2d234]

        INTEGRATION: CWS mav09 (1.4.242); FILE MERGED 2004/08/12 17:11:45 mav 1.4.242.2: #i27773# introduce version back 2004/05/18 16:43:03 mba 1.4.242.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [64fa6ae34e0c92b6f4b5950620afd0b1b1e85e90]

        INTEGRATION: CWS mav09 (1.37.14); FILE MERGED 2004/09/27 15:24:40 mav 1.37.14.6: RESYNC: (1.44-1.45); FILE MERGED 2004/09/21 17:04:51 mav 1.37.14.5: RESYNC: (1.42-1.44); FILE MERGED 2004/09/16 19:07:17 mav 1.37.14.4: RESYNC: (1.38-1.42); FILE MERGED 2004/07/15 12:26:43 mba 1.37.14.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 10:40:32 mav 1.37.14.2: RESYNC: (1.37-1.38); FILE MERGED 2004/05/18 16:43:03 mba 1.37.14.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [088fbbba4cbc5a69ab1a5afb4fbf7a1884b9d0cb]

        INTEGRATION: CWS mav09 (1.32.14); FILE MERGED 2004/09/27 15:24:32 mav 1.32.14.6: RESYNC: (1.42-1.43); FILE MERGED 2004/09/21 17:04:35 mav 1.32.14.5: RESYNC: (1.39-1.42); FILE MERGED 2004/09/16 19:06:22 mav 1.32.14.4: RESYNC: (1.36-1.39); FILE MERGED 2004/07/15 12:26:43 mba 1.32.14.3: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 10:40:14 mav 1.32.14.2: RESYNC: (1.32-1.36); FILE MERGED 2004/05/18 16:43:03 mba 1.32.14.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [059371c8fbf32f6797cb4b78f46004aa22f00815]

        INTEGRATION: CWS mav09 (1.24.78); FILE MERGED 2004/09/16 19:05:43 mav 1.24.78.3: RESYNC: (1.24-1.27); FILE MERGED 2004/08/12 17:11:45 mav 1.24.78.2: #i27773# introduce version back 2004/05/18 16:43:02 mba 1.24.78.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [64f926cb6108658f018acd835cc146465ed17e94]

        INTEGRATION: CWS mav09 (1.69.2); FILE MERGED 2004/09/27 15:24:14 mav 1.69.2.7: RESYNC: (1.88-1.89); FILE MERGED 2004/09/21 17:04:27 mav 1.69.2.6: RESYNC: (1.83-1.88); FILE MERGED 2004/09/16 19:05:22 mav 1.69.2.5: RESYNC: (1.77-1.83); FILE MERGED 2004/07/15 12:26:42 mba 1.69.2.4: #i27773#: cleaning up todos: scaling in inplace mode, update chart after resizing and some more 2004/07/08 10:39:56 mav 1.69.2.3: RESYNC: (1.69-1.77); FILE MERGED 2004/05/20 21:05:15 mba 1.69.2.2: #i27773#: merge problem 2004/05/18 16:43:02 mba 1.69.2.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [37de69b683a7651037a5408f35d4c5c66c56e7c1]

        INTEGRATION: CWS mav09 (1.4.682); FILE MERGED 2004/09/16 19:05:13 mav 1.4.682.2: RESYNC: (1.4-1.5); FILE MERGED 2004/05/18 16:43:02 mba 1.4.682.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [983dc7f2e4fb62a45fc8af48b5d9b46bb16ed9a0]

        INTEGRATION: CWS mav09 (1.2.264); FILE MERGED 2004/09/16 19:00:53 mav 1.2.264.3: RESYNC: (1.2-1.3); FILE MERGED 2004/06/18 14:07:59 mba 1.2.264.2: #i27773#: new API for Applets 2004/05/18 16:43:01 mba 1.2.264.1: RESYNC to m39

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e3d9e473ccbd50584466fd42efe913d8d07706b9]

        INTEGRATION: CWS mav09 (1.27.38); FILE MERGED 2004/09/16 18:55:19 mav 1.27.38.5: RESYNC: (1.31-1.34); FILE MERGED 2004/08/09 20:30:30 mav 1.27.38.4: RESYNC: (1.30-1.31); FILE MERGED 2004/07/08 22:49:11 mav 1.27.38.3: RESYNC: (1.28-1.30); FILE MERGED 2004/05/17 18:04:51 mav 1.27.38.2: RESYNC: (1.27-1.28); FILE MERGED 2004/05/04 14:07:34 mba 1.27.38.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ec2ee15840130bd49b3e24df8ff4dd0bee6d0e4f]

        INTEGRATION: CWS mav09 (1.26.82); FILE MERGED 2004/09/21 17:02:11 mav 1.26.82.15: RESYNC: (1.33-1.35); FILE MERGED 2004/09/16 18:49:20 mav 1.26.82.14: RESYNC: (1.31-1.33); FILE MERGED 2004/08/20 13:18:41 mba 1.26.82.13: #i27773#: remove last changes, will be fixed later 2004/08/20 07:07:59 mba 1.26.82.12: #i27773#: Escape from InPlace Mode 2004/08/09 20:30:01 mav 1.26.82.11: RESYNC: (1.29-1.31); FILE MERGED 2004/07/09 18:20:21 mav 1.26.82.10: RESYNC: (1.27-1.29); FILE MERGED 2004/07/08 22:48:37 mav 1.26.82.9: RESYNC: (1.26-1.27); FILE MERGED 2004/07/02 08:45:43 mba 1.26.82.8: #i27773#: some ToDos 2004/06/21 16:37:36 mba 1.26.82.7: #i27773#: in InPlaceMode the Size already contains the Border now 2004/06/10 16:47:46 mba 1.26.82.6: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:11:08 mba 1.26.82.5: #i27773#: new embedding API 2004/05/19 18:16:23 mav 1.26.82.4: #i27773# adopt to incompatible changes 2004/05/10 08:07:43 mba 1.26.82.3: #i27773#: notification of UIActivation fixed; some wrong size manipulations 2004/04/27 17:02:13 mba 1.26.82.2: #i27773#: new embedding API 2004/04/14 14:12:34 mba 1.26.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [64ff6b32d34cbdd683374ea08a612c015b74ed43]

        INTEGRATION: CWS mav09 (1.31.54); FILE MERGED 2004/09/21 17:02:03 mav 1.31.54.5: RESYNC: (1.36-1.37); FILE MERGED 2004/08/09 20:29:54 mav 1.31.54.4: RESYNC: (1.33-1.36); FILE MERGED 2004/05/17 18:04:11 mav 1.31.54.3: RESYNC: (1.32-1.33); FILE MERGED 2004/04/29 18:20:48 mav 1.31.54.2: RESYNC: (1.31-1.32); FILE MERGED 2004/04/14 14:12:33 mba 1.31.54.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e481a13a8631e32babbd9cc1e2b1429ad45ec4e1]

        INTEGRATION: CWS mav09 (1.23.10); FILE MERGED 2004/09/16 18:49:12 mav 1.23.10.13: RESYNC: (1.29-1.30); FILE MERGED 2004/08/30 17:04:02 mav 1.23.10.12: #i27773# chart update 2004/08/09 20:29:45 mav 1.23.10.11: RESYNC: (1.26-1.29); FILE MERGED 2004/07/08 22:48:29 mav 1.23.10.10: RESYNC: (1.25-1.26); FILE MERGED 2004/06/10 16:47:46 mba 1.23.10.9: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:11:08 mba 1.23.10.8: #i27773#: new embedding API 2004/05/26 16:39:29 mba 1.23.10.7: #i27773#: get Aspect from Client 2004/05/19 18:16:23 mav 1.23.10.6: #i27773# adopt to incompatible changes 2004/05/16 17:29:18 mba 1.23.10.5: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:07:14 mba 1.23.10.4: #i27773#: remove so3 2004/04/29 18:20:41 mav 1.23.10.3: RESYNC: (1.23-1.25); FILE MERGED 2004/04/27 17:02:12 mba 1.23.10.2: #i27773#: new embedding API 2004/04/14 14:12:33 mba 1.23.10.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c06f011ec2c7a9a8dd329d22250ee6b82264b8aa]

        INTEGRATION: CWS mav09 (1.13.80); FILE MERGED 2004/07/08 22:48:22 mav 1.13.80.2: RESYNC: (1.13-1.14); FILE MERGED 2004/04/14 14:12:33 mba 1.13.80.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7ade43b8d1d6c40385d3b5112a510da495167bdf]

        INTEGRATION: CWS mav09 (1.27.82); FILE MERGED 2004/08/19 11:23:20 mba 1.27.82.4: #i27773#: terminating InPlace Mode now centralized in SFX 2004/08/09 20:29:00 mav 1.27.82.3: RESYNC: (1.27-1.28); FILE MERGED 2004/04/27 17:02:11 mba 1.27.82.2: #i27773#: new embedding API 2004/04/14 14:12:32 mba 1.27.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c7a36507bbd09607d39ccb76d7eee4097570af10]

        INTEGRATION: CWS mav09 (1.15.58); FILE MERGED 2004/09/16 18:49:04 mav 1.15.58.9: RESYNC: (1.17-1.18); FILE MERGED 2004/08/09 20:28:53 mav 1.15.58.8: RESYNC: (1.16-1.17); FILE MERGED 2004/06/10 16:47:46 mba 1.15.58.7: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:11:08 mba 1.15.58.6: #i27773#: new embedding API 2004/05/19 18:16:23 mav 1.15.58.5: #i27773# adopt to incompatible changes 2004/05/16 17:29:18 mba 1.15.58.4: #i27773#: new EmbeddedObjectContainer 2004/04/29 18:20:16 mav 1.15.58.3: RESYNC: (1.15-1.16); FILE MERGED 2004/04/27 17:02:10 mba 1.15.58.2: #i27773#: new embedding API 2004/04/14 14:12:32 mba 1.15.58.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [51803d08b949c1bae7675180959c5451d930c240]

        INTEGRATION: CWS mav09 (1.49.82); FILE MERGED 2004/09/16 18:48:56 mav 1.49.82.11: RESYNC: (1.52-1.53); FILE MERGED 2004/08/09 20:28:42 mav 1.49.82.10: RESYNC: (1.50-1.52); FILE MERGED 2004/07/15 10:51:10 mba 1.49.82.9: #i27773#: scaling for inplace mode 2004/07/08 22:48:00 mav 1.49.82.8: RESYNC: (1.49-1.50); FILE MERGED 2004/06/10 16:47:45 mba 1.49.82.7: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:11:07 mba 1.49.82.6: #i27773#: new embedding API 2004/05/19 18:16:23 mav 1.49.82.5: #i27773# adopt to incompatible changes 2004/05/16 17:29:17 mba 1.49.82.4: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:07:14 mba 1.49.82.3: #i27773#: remove so3 2004/04/27 17:02:10 mba 1.49.82.2: #i27773#: new embedding API 2004/04/14 14:12:31 mba 1.49.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [331b4c0e92da750dd6c7e195e18983a0c986f76c]

        INTEGRATION: CWS mav09 (1.36.54); FILE MERGED 2004/08/11 14:11:43 mav 1.36.54.6: #100000# resync problem 2004/08/09 20:28:35 mav 1.36.54.5: RESYNC: (1.37-1.39); FILE MERGED 2004/05/04 14:07:13 mba 1.36.54.4: #i27773#: remove so3 2004/04/29 18:20:08 mav 1.36.54.3: RESYNC: (1.36-1.37); FILE MERGED 2004/04/27 17:02:09 mba 1.36.54.2: #i27773#: new embedding API 2004/04/14 14:12:31 mba 1.36.54.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [cd0aa0e4ae6ab22eb08363b19524c5b595c45805]

        INTEGRATION: CWS mav09 (1.26.10); FILE MERGED 2004/09/16 18:48:48 mav 1.26.10.11: RESYNC: (1.31-1.32); FILE MERGED 2004/08/09 20:28:27 mav 1.26.10.10: RESYNC: (1.29-1.31); FILE MERGED 2004/07/15 10:51:09 mba 1.26.10.9: #i27773#: scaling for inplace mode 2004/06/01 08:11:06 mba 1.26.10.8: #i27773#: new embedding API 2004/05/26 16:39:29 mba 1.26.10.7: #i27773#: get Aspect from Client 2004/05/19 18:16:22 mav 1.26.10.6: #i27773# adopt to incompatible changes 2004/05/17 18:03:39 mav 1.26.10.5: RESYNC: (1.28-1.29); FILE MERGED 2004/05/04 14:07:13 mba 1.26.10.4: #i27773#: remove so3 2004/04/29 18:19:59 mav 1.26.10.3: RESYNC: (1.26-1.28); FILE MERGED 2004/04/27 17:02:08 mba 1.26.10.2: #i27773#: new embedding API 2004/04/14 14:12:30 mba 1.26.10.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e32146de2ae42e2bf8f8b6e2b290e85aeb1cd0da]

        INTEGRATION: CWS mav09 (1.15.82); FILE MERGED 2004/09/16 18:48:40 mav 1.15.82.3: RESYNC: (1.16-1.18); FILE MERGED 2004/08/09 20:28:12 mav 1.15.82.2: RESYNC: (1.15-1.16); FILE MERGED 2004/04/14 14:12:30 mba 1.15.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c009122035ce9ddf500e36edd3005fdce9feb6a9]

        INTEGRATION: CWS mav09 (1.50.20); FILE MERGED 2004/09/21 17:01:48 mav 1.50.20.5: RESYNC: (1.55-1.56); FILE MERGED 2004/08/09 20:27:55 mav 1.50.20.4: RESYNC: (1.54-1.55); FILE MERGED 2004/07/08 22:47:53 mav 1.50.20.3: RESYNC: (1.52-1.54); FILE MERGED 2004/04/29 18:19:37 mav 1.50.20.2: RESYNC: (1.50-1.52); FILE MERGED 2004/04/14 14:12:29 mba 1.50.20.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d47cff09303c733a8251fe6c1e7744947c259edd]

        INTEGRATION: CWS mav09 (1.13.80); FILE MERGED 2004/08/09 20:27:47 mav 1.13.80.3: RESYNC: (1.15-1.16); FILE MERGED 2004/05/17 18:03:32 mav 1.13.80.2: RESYNC: (1.13-1.15); FILE MERGED 2004/04/14 14:12:29 mba 1.13.80.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3e9aafb8b47648d445b9f81bf7e5bc5131dbf4d8]

        INTEGRATION: CWS mav09 (1.8.78); FILE MERGED 2004/09/21 17:01:40 mav 1.8.78.4: RESYNC: (1.10-1.11); FILE MERGED 2004/09/16 18:48:10 mav 1.8.78.3: RESYNC: (1.9-1.10); FILE MERGED 2004/08/09 20:26:57 mav 1.8.78.2: RESYNC: (1.8-1.9); FILE MERGED 2004/04/14 14:12:28 mba 1.8.78.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [66f289d74cba4cbfeacb0fafd29d19fee20bfc1b]

        INTEGRATION: CWS mav09 (1.11.82); FILE MERGED 2004/08/09 20:26:48 mav 1.11.82.7: RESYNC: (1.11-1.13); FILE MERGED 2004/07/15 10:51:09 mba 1.11.82.6: #i27773#: scaling for inplace mode 2004/06/01 08:11:06 mba 1.11.82.5: #i27773#: new embedding API 2004/05/26 16:39:28 mba 1.11.82.4: #i27773#: get Aspect from Client 2004/05/19 18:16:22 mav 1.11.82.3: #i27773# adopt to incompatible changes 2004/04/27 17:02:07 mba 1.11.82.2: #i27773#: new embedding API 2004/04/14 14:12:28 mba 1.11.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f48bf8432751f230b98b92e75e87debe8d8aa583]

        INTEGRATION: CWS mav09 (1.36.58); FILE MERGED 2004/09/16 18:48:02 mav 1.36.58.5: RESYNC: (1.41-1.42); FILE MERGED 2004/08/09 20:26:01 mav 1.36.58.4: RESYNC: (1.38-1.41); FILE MERGED 2004/04/29 18:19:29 mav 1.36.58.3: RESYNC: (1.36-1.38); FILE MERGED 2004/04/27 17:02:07 mba 1.36.58.2: #i27773#: new embedding API 2004/04/14 14:12:27 mba 1.36.58.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [022818f2970d267e934ddee6e3f2552f4ea470c5]

        INTEGRATION: CWS mav09 (1.4.82); FILE MERGED 2004/04/14 14:12:27 mba 1.4.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [55eb67c26c1bd1670d70679db93ed96327f47ca0]

        INTEGRATION: CWS mav09 (1.18.56); FILE MERGED 2004/09/16 18:47:53 mav 1.18.56.6: RESYNC: (1.22-1.23); FILE MERGED 2004/08/09 20:25:52 mav 1.18.56.5: RESYNC: (1.20-1.22); FILE MERGED 2004/05/17 18:03:13 mav 1.18.56.4: RESYNC: (1.19-1.20); FILE MERGED 2004/05/06 16:49:01 mba 1.18.56.3: #i27773#: always use graphic objects in SdrOleObj instead of MetaFiles 2004/04/29 18:19:21 mav 1.18.56.2: RESYNC: (1.18-1.19); FILE MERGED 2004/04/14 14:12:27 mba 1.18.56.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6a4e83303440563429329395137f59f9a5baabd3]

        INTEGRATION: CWS mav09 (1.15.76); FILE MERGED 2004/08/09 20:25:44 mav 1.15.76.3: RESYNC: (1.17-1.19); FILE MERGED 2004/05/17 18:03:06 mav 1.15.76.2: RESYNC: (1.15-1.17); FILE MERGED 2004/04/14 14:12:26 mba 1.15.76.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b70078aece9c1528fc8d73e76acbebd35f79a403]

        INTEGRATION: CWS mav09 (1.18.60); FILE MERGED 2004/09/16 18:47:45 mav 1.18.60.10: RESYNC: (1.26-1.27); FILE MERGED 2004/08/16 15:17:31 mba 1.18.60.9: #i27773#: first try to reanimate Inplace Activation of draw objects after resync to m49 2004/08/13 12:31:54 mba 1.18.60.8: #i27773#: reimplement changes on new Draw UI classes 2004/08/09 20:25:36 mav 1.18.60.7: RESYNC: (1.23-1.26); FILE MERGED 2004/07/09 18:20:05 mav 1.18.60.6: RESYNC: (1.21-1.23); FILE MERGED 2004/07/08 22:47:37 mav 1.18.60.5: RESYNC: (1.20-1.21); FILE MERGED 2004/07/02 08:45:43 mba 1.18.60.4: #i27773#: some ToDos 2004/05/17 18:02:58 mav 1.18.60.3: RESYNC: (1.19-1.20); FILE MERGED 2004/04/29 18:19:13 mav 1.18.60.2: RESYNC: (1.18-1.19); FILE MERGED 2004/04/14 14:12:26 mba 1.18.60.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [75556d8575f537b78368477564c1ad6cce535c55]

        INTEGRATION: CWS mav09 (1.9.82); FILE MERGED 2004/09/16 18:47:37 mav 1.9.82.3: RESYNC: (1.11-1.12); FILE MERGED 2004/08/09 20:25:28 mav 1.9.82.2: RESYNC: (1.9-1.11); FILE MERGED 2004/04/14 14:12:25 mba 1.9.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9395a2f36dd32a432dcda5a98733a229b5781ab4]

        INTEGRATION: CWS mav09 (1.40.14); FILE MERGED 2004/09/21 17:01:33 mav 1.40.14.8: RESYNC: (1.48-1.49); FILE MERGED 2004/09/16 18:47:17 mav 1.40.14.7: RESYNC: (1.44-1.48); FILE MERGED 2004/08/09 20:25:10 mav 1.40.14.6: RESYNC: (1.41-1.44); FILE MERGED 2004/06/10 16:47:45 mba 1.40.14.5: #i27773#: some fixed to make InPlace Editing work 2004/05/04 14:07:12 mba 1.40.14.4: #i27773#: remove so3 2004/04/29 18:18:54 mav 1.40.14.3: RESYNC: (1.40-1.41); FILE MERGED 2004/04/27 17:02:06 mba 1.40.14.2: #i27773#: new embedding API 2004/04/14 14:12:25 mba 1.40.14.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [200adc8c3a54ed61ed5631a602c5496d11e6da06]

        INTEGRATION: CWS mav09 (1.32.50); FILE MERGED 2004/09/16 18:46:57 mav 1.32.50.6: RESYNC: (1.36-1.37); FILE MERGED 2004/08/09 20:24:48 mav 1.32.50.5: RESYNC: (1.33-1.36); FILE MERGED 2004/07/08 22:47:28 mav 1.32.50.4: RESYNC: (1.32-1.33); FILE MERGED 2004/06/10 16:47:44 mba 1.32.50.3: #i27773#: some fixed to make InPlace Editing work 2004/04/27 17:02:06 mba 1.32.50.2: #i27773#: new embedding API 2004/04/14 14:12:24 mba 1.32.50.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7f01427a54b1ba6287035ff754f102798602fb43]

        INTEGRATION: CWS mav09 (1.16.60); FILE MERGED 2004/09/16 18:46:48 mav 1.16.60.5: RESYNC: (1.21-1.22); FILE MERGED 2004/08/09 20:24:40 mav 1.16.60.4: RESYNC: (1.17-1.21); FILE MERGED 2004/04/29 18:18:33 mav 1.16.60.3: RESYNC: (1.16-1.17); FILE MERGED 2004/04/27 17:02:06 mba 1.16.60.2: #i27773#: new embedding API 2004/04/14 14:12:24 mba 1.16.60.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8db5c36c068ae256b5682f7dab973cb711e621bf]

        INTEGRATION: CWS mav09 (1.23.58); FILE MERGED 2004/09/16 18:46:40 mav 1.23.58.7: RESYNC: (1.27-1.28); FILE MERGED 2004/08/09 20:24:32 mav 1.23.58.6: RESYNC: (1.25-1.27); FILE MERGED 2004/06/10 16:47:44 mba 1.23.58.5: #i27773#: some fixed to make InPlace Editing work 2004/05/17 18:02:50 mav 1.23.58.4: RESYNC: (1.24-1.25); FILE MERGED 2004/04/29 18:18:25 mav 1.23.58.3: RESYNC: (1.23-1.24); FILE MERGED 2004/04/27 17:02:05 mba 1.23.58.2: #i27773#: new embedding API 2004/04/14 14:12:23 mba 1.23.58.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ea63300586126eb7d7db2c0f0f7d7efc3b374b38]

        INTEGRATION: CWS mav09 (1.26.54); FILE MERGED 2004/09/16 18:46:32 mav 1.26.54.5: RESYNC: (1.31-1.32); FILE MERGED 2004/08/09 20:24:24 mav 1.26.54.4: RESYNC: (1.29-1.31); FILE MERGED 2004/05/17 18:02:43 mav 1.26.54.3: RESYNC: (1.28-1.29); FILE MERGED 2004/04/29 18:18:17 mav 1.26.54.2: RESYNC: (1.26-1.28); FILE MERGED 2004/04/14 14:12:23 mba 1.26.54.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d909d483a5683e336362bb6633fd0a84a0c247fe]

        INTEGRATION: CWS mav09 (1.35.56); FILE MERGED 2004/09/16 18:45:44 mav 1.35.56.11: RESYNC: (1.40-1.42); FILE MERGED 2004/08/09 20:24:15 mav 1.35.56.10: RESYNC: (1.38-1.40); FILE MERGED 2004/07/14 14:58:22 mav 1.35.56.9: #i27773# resolve resync problems 2004/07/08 22:47:21 mav 1.35.56.8: RESYNC: (1.37-1.38); FILE MERGED 2004/06/01 08:11:05 mba 1.35.56.7: #i27773#: new embedding API 2004/05/19 18:16:21 mav 1.35.56.6: #i27773# adopt to incompatible changes 2004/05/17 18:02:29 mav 1.35.56.5: RESYNC: (1.36-1.37); FILE MERGED 2004/05/10 08:07:43 mba 1.35.56.4: #i27773#: notification of UIActivation fixed; some wrong size manipulations 2004/04/29 18:18:09 mav 1.35.56.3: RESYNC: (1.35-1.36); FILE MERGED 2004/04/27 17:02:05 mba 1.35.56.2: #i27773#: new embedding API 2004/04/14 14:12:23 mba 1.35.56.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4e1b161ab3413ee87eabcc9faf3f37de5602eecb]

        INTEGRATION: CWS mav09 (1.18.82); FILE MERGED 2004/04/14 14:12:22 mba 1.18.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [25ab9eac841502b5ef081ddd1a09be2fbd9d38c7]

        INTEGRATION: CWS mav09 (1.4.82); FILE MERGED 2004/08/09 20:24:07 mav 1.4.82.2: RESYNC: (1.4-1.5); FILE MERGED 2004/04/14 14:12:22 mba 1.4.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [99bf8ab1a6dc603b8391c99fa522aad8a0776cc0]

        INTEGRATION: CWS mav09 (1.28.58); FILE MERGED 2004/08/09 20:23:58 mav 1.28.58.3: RESYNC: (1.29-1.31); FILE MERGED 2004/04/29 18:18:01 mav 1.28.58.2: RESYNC: (1.28-1.29); FILE MERGED 2004/04/14 14:12:21 mba 1.28.58.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [df9d260600279acf4d2315e3dfb34409aeaa0399]

        INTEGRATION: CWS mav09 (1.2.10); FILE MERGED 2004/09/21 17:01:04 mav 1.2.10.17: RESYNC: (1.9-1.10); FILE MERGED 2004/09/16 18:46:13 mav 1.2.10.16: RESYNC: (1.7-1.9); FILE MERGED 2004/08/20 13:18:40 mba 1.2.10.15: #i27773#: remove last changes, will be fixed later 2004/08/20 13:08:04 mba 1.2.10.14: #i27773#: remove last changes, will be fixed later 2004/08/16 15:17:31 mba 1.2.10.13: #i27773#: first try to reanimate Inplace Activation of draw objects after resync to m49 2004/08/13 12:31:53 mba 1.2.10.12: #i27773#: reimplement changes on new Draw UI classes 2004/08/11 14:04:14 mav 1.2.10.11: #100000# resync problem 2004/08/09 20:22:58 mav 1.2.10.10: RESYNC: (1.5-1.7); FILE MERGED 2004/07/15 10:51:09 mba 1.2.10.9: #i27773#: scaling for inplace mode 2004/07/14 14:58:22 mav 1.2.10.8: #i27773# resolve resync problems 2004/07/09 18:19:56 mav 1.2.10.7: RESYNC: (1.4-1.5); FILE MERGED 2004/07/08 22:47:14 mav 1.2.10.6: RESYNC: (1.3-1.4); FILE MERGED 2004/06/21 16:37:35 mba 1.2.10.5: #i27773#: in InPlaceMode the Size already contains the Border now 2004/06/15 14:49:48 mav 1.2.10.4: #i27773# handle embedded document border 2004/05/10 08:07:43 mba 1.2.10.3: #i27773#: notification of UIActivation fixed; some wrong size manipulations 2004/04/29 18:17:54 mav 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/14 14:12:21 mba 1.2.10.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [accff9bbf7c04eacd4513d9b51786eea9c4607ef]

        INTEGRATION: CWS mav09 (1.2.44); FILE MERGED 2004/08/11 14:04:14 mav 1.2.44.1: #100000# resync problem

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d42628c0206943dc0d1b0afca0c6703027f3de80]

        INTEGRATION: CWS mav09 (1.4.6); FILE MERGED 2004/09/27 15:24:06 mav 1.4.6.7: RESYNC: (1.12-1.13); FILE MERGED 2004/09/21 17:00:47 mav 1.4.6.6: RESYNC: (1.10-1.12); FILE MERGED 2004/08/09 20:22:09 mav 1.4.6.5: RESYNC: (1.8-1.10); FILE MERGED 2004/07/08 22:46:50 mav 1.4.6.4: RESYNC: (1.7-1.8); FILE MERGED 2004/05/17 18:01:49 mav 1.4.6.3: RESYNC: (1.5-1.7); FILE MERGED 2004/04/29 18:17:22 mav 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2004/04/14 14:12:21 mba 1.4.6.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ac5f6ff172e0a92e55cd4a76be5efdd2e716be30]

        INTEGRATION: CWS mav09 (1.2.26); FILE MERGED 2004/09/28 13:41:00 mav 1.2.26.1: #i27773# resync

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [04fdb6ba34eba046f16c8f65b7911f80c63990c9]

        INTEGRATION: CWS mav09 (1.2.82); FILE MERGED 2004/08/09 20:21:29 mav 1.2.82.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/14 14:12:20 mba 1.2.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d198bc029f71056d083df2f4f5cdd34c17660d54]

        INTEGRATION: CWS mav09 (1.38.82); FILE MERGED 2004/08/09 20:21:02 mav 1.38.82.3: RESYNC: (1.39-1.40); FILE MERGED 2004/07/08 22:46:34 mav 1.38.82.2: RESYNC: (1.38-1.39); FILE MERGED 2004/04/14 14:12:18 mba 1.38.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [575a49962399f560bea1aef5da598002a351e844]

        INTEGRATION: CWS mav09 (1.70.10); FILE MERGED 2004/09/16 18:45:24 mav 1.70.10.9: RESYNC: (1.78-1.79); FILE MERGED 2004/08/09 20:20:54 mav 1.70.10.8: RESYNC: (1.75-1.78); FILE MERGED 2004/07/15 10:51:26 mba 1.70.10.7: #i27773#: cleaning up todos 2004/07/08 22:46:27 mav 1.70.10.6: RESYNC: (1.73-1.75); FILE MERGED 2004/07/02 08:45:41 mba 1.70.10.5: #i27773#: some ToDos 2004/05/26 16:39:28 mba 1.70.10.4: #i27773#: get Aspect from Client 2004/05/04 14:07:12 mba 1.70.10.3: #i27773#: remove so3 2004/04/29 18:15:00 mav 1.70.10.2: RESYNC: (1.70-1.73); FILE MERGED 2004/04/14 14:12:18 mba 1.70.10.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e1b67cf6b2282492a909f9bef1502e07fcfed034]

        INTEGRATION: CWS mav09 (1.3.78); FILE MERGED 2004/07/19 10:25:51 mba 1.3.78.5: ##i27773#: bug in typedetection; templates and documents have same MediaType 2004/07/15 10:51:26 mba 1.3.78.4: #i27773#: cleaning up todos 2004/07/05 13:23:22 mav 1.3.78.3: #i27773# package repairing 2004/07/02 08:45:41 mba 1.3.78.2: #i27773#: some ToDos 2004/04/14 14:12:18 mba 1.3.78.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [02b13b4e8114a029bb41a612641892e791fd1689]

        INTEGRATION: CWS mav09 (1.14.82); FILE MERGED 2004/09/21 17:00:30 mav 1.14.82.4: RESYNC: (1.17-1.18); FILE MERGED 2004/08/09 20:20:16 mav 1.14.82.3: RESYNC: (1.15-1.17); FILE MERGED 2004/07/08 22:45:25 mav 1.14.82.2: RESYNC: (1.14-1.15); FILE MERGED 2004/04/14 14:12:17 mba 1.14.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8fc52d95e402cb565a8d745119569b319c687078]

        INTEGRATION: CWS mav09 (1.2.44); FILE MERGED 2004/08/11 14:14:44 mav 1.2.44.1: #100000# resync problem

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9cacb8e7b9fbd0aac257e1616b4340351004023d]

        INTEGRATION: CWS mav09 (1.3.44); FILE MERGED 2004/08/11 13:41:24 mav 1.3.44.1: #100000# resync problem

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f7dcad85fd878193c964e1c48d6b7942d7db3c30]

        INTEGRATION: CWS mav09 (1.2.42); FILE MERGED 2004/09/21 16:59:04 mav 1.2.42.3: RESYNC: (1.3-1.4); FILE MERGED 2004/09/16 18:41:22 mav 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/11 11:05:42 mav 1.2.42.1: #100000# resync problem

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2a61d7e20fb72fca1dfb87a57ee0ad236f7921cd]

        INTEGRATION: CWS mav09 (1.3.44); FILE MERGED 2004/08/11 11:05:42 mav 1.3.44.1: #100000# resync problem

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3e12bb3cce56d49338ae19803c26778bb6a2ac77]

        INTEGRATION: CWS mav09 (1.2.44); FILE MERGED 2004/09/21 16:58:56 mav 1.2.44.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/11 11:05:42 mav 1.2.44.1: #100000# resync problem

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [202ff3423e67d0a8e3040a93be8899163c98ddf9]

        INTEGRATION: CWS mav09 (1.3.42); FILE MERGED 2004/09/21 16:58:41 mav 1.3.42.3: RESYNC: (1.5-1.7); FILE MERGED 2004/09/16 18:41:03 mav 1.3.42.2: RESYNC: (1.3-1.5); FILE MERGED 2004/08/11 11:44:58 mav 1.3.42.1: #100000# resync problem

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [12f87116fa577ac4877783bb3de758f520af4d0a]

        INTEGRATION: CWS mav09 (1.2.44); FILE MERGED 2004/09/21 16:58:24 mav 1.2.44.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/11 11:42:45 mav 1.2.44.1: #100000# resync problem

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0f04c95beff547501f8a9a7ed41f34cde98ab254]

        INTEGRATION: CWS mav09 (1.20.40); FILE MERGED 2004/09/16 18:39:23 mav 1.20.40.2: RESYNC: (1.20-1.23); FILE MERGED 2004/08/19 07:40:30 mba 1.20.40.1: #i27773#: duplicated resources removed (also in svt)

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ae25a0054965e98bd3172d028228e1eeaafb48db]

        INTEGRATION: CWS mav09 (1.12.82); FILE MERGED 2004/08/11 11:49:14 mav 1.12.82.3: #100000# resync problem 2004/08/09 19:56:19 mav 1.12.82.2: RESYNC: (1.12-1.13); FILE MERGED 2004/04/14 14:12:16 mba 1.12.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0a48b669cab91125f69ff432de3e6b11bc60a9fd]

        INTEGRATION: CWS mav09 (1.3.44); FILE MERGED 2004/09/16 18:35:36 mav 1.3.44.5: RESYNC: (1.5-1.6); FILE MERGED 2004/08/09 19:54:32 mav 1.3.44.4: RESYNC: (1.4-1.5); FILE MERGED 2004/07/14 14:58:20 mav 1.3.44.3: #i27773# resolve resync problems 2004/07/08 22:45:01 mav 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/10 08:07:42 mba 1.3.44.1: #i27773#: notification of UIActivation fixed; some wrong size manipulations

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a7435fec2111b3bc95fa0fba26ca90f8b893f58f]

        INTEGRATION: CWS mav09 (1.2.82); FILE MERGED 2004/09/16 18:34:19 mav 1.2.82.9: RESYNC: (1.5-1.7); FILE MERGED 2004/08/09 19:47:43 mav 1.2.82.8: RESYNC: (1.4-1.5); FILE MERGED 2004/07/14 14:58:19 mav 1.2.82.7: #i27773# resolve resync problems 2004/07/09 18:19:02 mav 1.2.82.6: RESYNC: (1.3-1.4); FILE MERGED 2004/07/08 22:44:54 mav 1.2.82.5: RESYNC: (1.2-1.3); FILE MERGED 2004/07/02 08:45:39 mba 1.2.82.4: #i27773#: some ToDos 2004/05/10 08:07:42 mba 1.2.82.3: #i27773#: notification of UIActivation fixed; some wrong size manipulations 2004/04/27 17:02:04 mba 1.2.82.2: #i27773#: new embedding API 2004/04/14 14:12:16 mba 1.2.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8f406a5c6b208340a589e8ae598ce4faa4d639c9]

        INTEGRATION: CWS mav09 (1.2.44); FILE MERGED 2004/09/16 18:35:07 mav 1.2.44.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/11 11:20:39 mav 1.2.44.1: #100000# resync problem

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [84883aeb606c1003748c14f8abcf67b003410584]

        INTEGRATION: CWS mav09 (1.2.82); FILE MERGED 2004/04/14 14:12:15 mba 1.2.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [aab4968e606bc9c8b48a8797e4d6e7148205189e]

        INTEGRATION: CWS mav09 (1.3.78); FILE MERGED 2004/09/16 18:34:36 mav 1.3.78.7: RESYNC: (1.6-1.7); FILE MERGED 2004/08/09 19:48:10 mav 1.3.78.6: RESYNC: (1.5-1.6); FILE MERGED 2004/07/08 22:43:17 mav 1.3.78.5: RESYNC: (1.4-1.5); FILE MERGED 2004/05/17 17:59:10 mav 1.3.78.4: RESYNC: (1.3-1.4); FILE MERGED 2004/05/10 08:07:41 mba 1.3.78.3: #i27773#: notification of UIActivation fixed; some wrong size manipulations 2004/04/27 17:02:03 mba 1.3.78.2: #i27773#: new embedding API 2004/04/14 14:12:15 mba 1.3.78.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f9f567d742c65e76786fc5bc270bbd97a2b122e8]

        INTEGRATION: CWS mav09 (1.3.78); FILE MERGED 2004/09/16 18:34:28 mav 1.3.78.4: RESYNC: (1.3-1.5); FILE MERGED 2004/08/12 17:08:23 mav 1.3.78.3: #i27773# introduce version back 2004/04/27 17:02:03 mba 1.3.78.2: #i27773#: new embedding API 2004/04/14 14:12:14 mba 1.3.78.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [901b70f010c8545a7aa284037970eecc93c5ccea]

        INTEGRATION: CWS mav09 (1.2.82); FILE MERGED 2004/06/14 14:40:52 mba 1.2.82.2: #i27773#: new handling for resizing of active objects 2004/04/27 17:02:01 mba 1.2.82.1: #i27773#: new embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c60eb6ce630022a62a0079796ee9e0f56e0cef83]

        INTEGRATION: CWS mav09 (1.16.82); FILE MERGED 2004/09/21 16:56:17 mav 1.16.82.4: RESYNC: (1.18-1.19); FILE MERGED 2004/08/09 19:46:24 mav 1.16.82.3: RESYNC: (1.17-1.18); FILE MERGED 2004/05/17 17:58:35 mav 1.16.82.2: RESYNC: (1.16-1.17); FILE MERGED 2004/04/14 14:12:14 mba 1.16.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6f26f05714ec76377e3883ed9306ce8a3a58eea2]

        INTEGRATION: CWS mav09 (1.4.82); FILE MERGED 2004/08/09 19:46:06 mav 1.4.82.2: RESYNC: (1.4-1.5); FILE MERGED 2004/04/14 14:12:14 mba 1.4.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fc52a974060d9ae676abd752e0309f73d2e19c7d]

        INTEGRATION: CWS mav09 (1.22.76); FILE MERGED 2004/09/16 18:32:35 mav 1.22.76.5: RESYNC: (1.26-1.27); FILE MERGED 2004/08/09 19:42:21 mav 1.22.76.4: RESYNC: (1.25-1.26); FILE MERGED 2004/07/08 22:42:24 mav 1.22.76.3: RESYNC: (1.22-1.25); FILE MERGED 2004/04/27 17:01:59 mba 1.22.76.2: #i27773#: new embedding API 2004/04/14 14:12:11 mba 1.22.76.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3f81deb1e00654c906b7f608b8e196f596ee992c]

        INTEGRATION: CWS mav09 (1.5.82); FILE MERGED 2004/08/09 19:45:07 mav 1.5.82.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/14 14:12:11 mba 1.5.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [294ba9dfb892a838169b4d27cd47f4b4b9fe6b93]

        INTEGRATION: CWS mav09 (1.5.82); FILE MERGED 2004/08/09 19:44:50 mav 1.5.82.3: RESYNC: (1.6-1.8); FILE MERGED 2004/05/17 17:58:01 mav 1.5.82.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/14 14:12:10 mba 1.5.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6b922489c8195541d1706e0631118148c01af6e9]

        INTEGRATION: CWS mav09 (1.32.82); FILE MERGED 2004/08/09 19:44:42 mav 1.32.82.2: RESYNC: (1.32-1.34); FILE MERGED 2004/04/14 14:12:10 mba 1.32.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4bf2d01de0401987c8e929b7d2e37e85eff35d5d]

        INTEGRATION: CWS mav09 (1.16.82); FILE MERGED 2004/08/09 19:44:35 mav 1.16.82.3: RESYNC: (1.17-1.18); FILE MERGED 2004/05/17 17:57:45 mav 1.16.82.2: RESYNC: (1.16-1.17); FILE MERGED 2004/04/14 14:12:10 mba 1.16.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c1ec6faf0fa08a0da669b91c491822faa1d6b799]

        INTEGRATION: CWS mav09 (1.5.82); FILE MERGED 2004/04/14 14:12:09 mba 1.5.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4aad04a3a4ab615e1658278fe8cae8162e0ecec3]

        INTEGRATION: CWS mav09 (1.4.82); FILE MERGED 2004/08/11 12:22:47 mav 1.4.82.4: #100000# resync problem 2004/05/04 14:07:11 mba 1.4.82.3: #i27773#: remove so3 2004/04/29 11:11:06 mba 1.4.82.2: #i27773#: remove so3 2004/04/14 14:12:09 mba 1.4.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [76bbed0ec3fd6a7ca0d1e22e1f87a07a44751826]

        INTEGRATION: CWS mav09 (1.27.82); FILE MERGED 2004/08/09 19:43:35 mav 1.27.82.4: RESYNC: (1.28-1.29); FILE MERGED 2004/05/17 17:57:09 mav 1.27.82.3: RESYNC: (1.27-1.28); FILE MERGED 2004/04/27 17:01:59 mba 1.27.82.2: #i27773#: new embedding API 2004/04/14 14:12:09 mba 1.27.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b2b59f18e82b2d5f33a7dbe031e7e9a8171b6e58]

        INTEGRATION: CWS mav09 (1.27.82); FILE MERGED 2004/09/16 18:33:17 mav 1.27.82.15: RESYNC: (1.28-1.29); FILE MERGED 2004/08/19 11:12:30 mba 1.27.82.14: #i27773#: work on todos 2004/08/19 07:38:50 mba 1.27.82.13: #i27773#: duplicated resources removed (also in svt) 2004/08/11 12:22:47 mav 1.27.82.12: #100000# resync problem 2004/08/09 19:43:27 mav 1.27.82.11: RESYNC: (1.27-1.28); FILE MERGED 2004/07/02 08:45:38 mba 1.27.82.10: #i27773#: some ToDos 2004/06/10 16:47:43 mba 1.27.82.9: #i27773#: some fixed to make InPlace Editing work 2004/06/01 08:11:03 mba 1.27.82.8: #i27773#: new embedding API 2004/05/19 18:16:20 mav 1.27.82.7: #i27773# adopt to incompatible changes 2004/05/16 17:29:17 mba 1.27.82.6: #i27773#: new EmbeddedObjectContainer 2004/05/05 13:57:31 mba 1.27.82.5: #i27773#: platform independent GUIDs 2004/05/04 14:07:10 mba 1.27.82.4: #i27773#: remove so3 2004/04/29 11:11:05 mba 1.27.82.3: #i27773#: remove so3 2004/04/27 17:01:59 mba 1.27.82.2: #i27773#: new embedding API 2004/04/14 14:12:08 mba 1.27.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2604da3b31f0bae19bbee44b956c91dcf8c5de3d]

        INTEGRATION: CWS mav09 (1.9.82); FILE MERGED 2004/08/09 19:43:07 mav 1.9.82.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/14 14:12:08 mba 1.9.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c25c1d708365697e194e12b3ea11419758f4a0a8]

        INTEGRATION: CWS mav09 (1.16.58); FILE MERGED 2004/08/09 19:42:49 mav 1.16.58.5: RESYNC: (1.18-1.19); FILE MERGED 2004/07/08 22:42:31 mav 1.16.58.4: RESYNC: (1.17-1.18); FILE MERGED 2004/04/29 18:09:01 mav 1.16.58.3: RESYNC: (1.16-1.17); FILE MERGED 2004/04/27 17:01:58 mba 1.16.58.2: #i27773#: new embedding API 2004/04/14 14:12:07 mba 1.16.58.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7739da9b064452dba8f7212b61f83f519946ae9d]

        INTEGRATION: CWS mav09 (1.4.82); FILE MERGED 2004/05/17 17:56:32 mav 1.4.82.2: RESYNC: (1.4-1.5); FILE MERGED 2004/04/14 14:12:06 mba 1.4.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1665eb5eeb6d844c114200eddd8ffe14df856940]

        INTEGRATION: CWS mav09 (1.6.82); FILE MERGED 2004/08/11 13:19:59 mav 1.6.82.12: #100000# resync problem 2004/07/16 15:51:57 mba 1.6.82.11: #i27773#: Locking of model prevents setting of Object Area 2004/07/15 10:51:25 mba 1.6.82.10: #i27773#: cleaning up todos 2004/07/02 08:45:38 mba 1.6.82.9: #i27773#: some ToDos 2004/06/14 14:40:51 mba 1.6.82.8: #i27773#: new handling for resizing of active objects 2004/06/01 08:11:01 mba 1.6.82.7: #i27773#: new embedding API 2004/05/26 16:39:27 mba 1.6.82.6: #i27773#: get Aspect from Client 2004/05/19 18:16:20 mav 1.6.82.5: #i27773# adopt to incompatible changes 2004/05/06 16:49:28 mba 1.6.82.4: #i27773#: update of OleObjects without changing VisArea 2004/05/04 14:07:10 mba 1.6.82.3: #i27773#: remove so3 2004/04/27 17:01:57 mba 1.6.82.2: #i27773#: new embedding API 2004/04/14 14:12:06 mba 1.6.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [43f63635ec2120b1c909098d7dab9eefa9be7a28]

        INTEGRATION: CWS mav09 (1.6.78); FILE MERGED 2004/04/14 14:12:05 mba 1.6.78.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [67681bd2b6e7cd44cd2a96e7ffd7aa05551b61af]

        INTEGRATION: CWS mav09 (1.23.76); FILE MERGED 2004/09/21 16:55:58 mav 1.23.76.5: RESYNC: (1.27-1.28); FILE MERGED 2004/09/16 18:32:06 mav 1.23.76.4: RESYNC: (1.25-1.27); FILE MERGED 2004/05/17 17:56:25 mav 1.23.76.3: RESYNC: (1.23-1.24); FILE MERGED 2004/04/27 17:01:57 mba 1.23.76.2: #i27773#: new embedding API 2004/04/14 14:12:05 mba 1.23.76.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a21b7e534d695012f11c6d018e03511c3c9acd0b]

        INTEGRATION: CWS mav09 (1.58.78); FILE MERGED 2004/09/06 11:38:15 mav 1.58.78.13: #i27773# filter outputs error message 2004/09/06 11:29:51 mav 1.58.78.12: #i27773# return wrong password error code 2004/08/24 07:10:53 mav 1.58.78.11: #i27773# adopt to linux 2004/08/19 07:38:17 mba 1.58.78.10: #i27773#: work on todos 2004/08/17 10:56:47 mav 1.58.78.9: #i27773# reintroduce storage version information 2004/08/12 17:08:23 mav 1.58.78.8: #i27773# introduce version back 2004/08/11 13:11:53 mav 1.58.78.7: #100000# resync problem 2004/08/09 19:42:09 mav 1.58.78.6: RESYNC: (1.60-1.61); FILE MERGED 2004/07/15 10:51:25 mba 1.58.78.5: #i27773#: cleaning up todos 2004/07/08 22:42:13 mav 1.58.78.4: RESYNC: (1.59-1.60); FILE MERGED 2004/05/17 17:56:18 mav 1.58.78.3: RESYNC: (1.58-1.59); FILE MERGED 2004/04/27 17:01:57 mba 1.58.78.2: #i27773#: new embedding API 2004/04/14 14:12:05 mba 1.58.78.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [76604d3910ff229f1234da515a0d99cdec020a2c]

        INTEGRATION: CWS mav09 (1.24.76); FILE MERGED 2004/08/09 19:42:01 mav 1.24.76.3: RESYNC: (1.24-1.25); FILE MERGED 2004/04/27 17:01:57 mba 1.24.76.2: #i27773#: new embedding API 2004/04/14 14:12:04 mba 1.24.76.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b4686e968dc594ca05cf7297dafd72fc833a5cae]

        INTEGRATION: CWS mav09 (1.24.22); FILE MERGED 2004/09/16 18:31:24 mav 1.24.22.8: RESYNC: (1.28-1.29); FILE MERGED 2004/08/09 19:41:53 mav 1.24.22.7: RESYNC: (1.27-1.28); FILE MERGED 2004/07/08 22:41:36 mav 1.24.22.6: RESYNC: (1.26-1.27); FILE MERGED 2004/07/02 08:45:37 mba 1.24.22.5: #i27773#: some ToDos 2004/05/19 18:16:19 mav 1.24.22.4: #i27773# adopt to incompatible changes 2004/04/29 18:08:42 mav 1.24.22.3: RESYNC: (1.24-1.26); FILE MERGED 2004/04/27 17:01:56 mba 1.24.22.2: #i27773#: new embedding API 2004/04/14 14:12:04 mba 1.24.22.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [20417061e35914f965daff1fceb05bbfd36eff59]

        INTEGRATION: CWS mav09 (1.18.82); FILE MERGED 2004/07/15 10:51:24 mba 1.18.82.3: #i27773#: cleaning up todos 2004/04/27 17:01:55 mba 1.18.82.2: #i27773#: new embedding API 2004/04/14 14:12:03 mba 1.18.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [656faeca69abaf550f2f9e4bcd68fac1ed532326]

        INTEGRATION: CWS mav09 (1.22.82); FILE MERGED 2004/09/16 18:29:28 mav 1.22.82.3: RESYNC: (1.23-1.24); FILE MERGED 2004/08/09 19:41:37 mav 1.22.82.2: RESYNC: (1.22-1.23); FILE MERGED 2004/04/14 14:12:03 mba 1.22.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [81564e39999fb6c3ae0018f1d186c591cb4b2f00]

        INTEGRATION: CWS mav09 (1.18.60); FILE MERGED 2004/09/21 16:55:40 mav 1.18.60.7: RESYNC: (1.24-1.25); FILE MERGED 2004/09/16 18:28:47 mav 1.18.60.6: RESYNC: (1.23-1.24); FILE MERGED 2004/08/09 19:41:20 mav 1.18.60.5: RESYNC: (1.22-1.23); FILE MERGED 2004/07/08 22:39:27 mav 1.18.60.4: RESYNC: (1.21-1.22); FILE MERGED 2004/05/17 17:54:08 mav 1.18.60.3: RESYNC: (1.19-1.21); FILE MERGED 2004/04/29 18:07:19 mav 1.18.60.2: RESYNC: (1.18-1.19); FILE MERGED 2004/04/27 17:01:55 mba 1.18.60.1: #i27773#: new embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [237fcd504ee6f1aecda3f055f4da408f10405931]

        INTEGRATION: CWS mav09 (1.2.26); FILE MERGED 2004/09/16 18:27:48 mav 1.2.26.5: RESYNC: (1.5-1.6); FILE MERGED 2004/08/09 19:41:13 mav 1.2.26.4: RESYNC: (1.4-1.5); FILE MERGED 2004/07/08 22:38:34 mav 1.2.26.3: RESYNC: (1.3-1.4); FILE MERGED 2004/05/17 17:54:01 mav 1.2.26.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/04 14:07:09 mba 1.2.26.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8fa8485aad711e2963532d19d40a6e5bec62bc8c]

        INTEGRATION: CWS mav09 (1.7.80); FILE MERGED 2004/09/16 18:26:56 mav 1.7.80.3: RESYNC: (1.8-1.9); FILE MERGED 2004/05/17 17:53:34 mav 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED 2004/04/14 14:12:02 mba 1.7.80.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [64dd18e7464afb5c305e706af1f70f045a3a8f48]

        INTEGRATION: CWS mav09 (1.25.60); FILE MERGED 2004/09/16 18:26:27 mav 1.25.60.4: RESYNC: (1.26-1.27); FILE MERGED 2004/04/29 18:06:38 mav 1.25.60.3: RESYNC: (1.25-1.26); FILE MERGED 2004/04/27 17:01:55 mba 1.25.60.2: #i27773#: new embedding API 2004/04/14 14:12:02 mba 1.25.60.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6b0978e31725af5bb98b29fea758730c136d7d27]

        INTEGRATION: CWS mav09 (1.97.42); FILE MERGED 2004/09/16 18:24:50 mav 1.97.42.2: RESYNC: (1.97-1.101); FILE MERGED 2004/08/19 07:37:45 mba 1.97.42.1: #i27773#: duplicated resources removed (also in svt)

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [58730c4d8aad3c80e39f82aab19f7eb5d2ffe9b6]

        INTEGRATION: CWS mav09 (1.30.82); FILE MERGED 2004/09/16 18:24:42 mav 1.30.82.9: RESYNC: (1.33-1.35); FILE MERGED 2004/08/13 09:04:01 mav 1.30.82.8: #i27773# introduce version back 2004/08/09 19:39:00 mav 1.30.82.7: RESYNC: (1.32-1.33); FILE MERGED 2004/07/15 10:51:24 mba 1.30.82.6: #i27773#: cleaning up todos 2004/05/19 18:16:19 mav 1.30.82.5: #i27773# adopt to incompatible changes 2004/05/17 17:52:59 mav 1.30.82.4: RESYNC: (1.30-1.32); FILE MERGED 2004/05/04 14:07:09 mba 1.30.82.3: #i27773#: remove so3 2004/04/27 17:01:53 mba 1.30.82.2: #i27773#: new embedding API 2004/04/14 14:12:01 mba 1.30.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [49f9af189fdfbb2fc60b85461ee1571f6e16c12c]

        INTEGRATION: CWS mav09 (1.24.78); FILE MERGED 2004/09/16 18:24:34 mav 1.24.78.2: RESYNC: (1.24-1.26); FILE MERGED 2004/04/14 14:12:00 mba 1.24.78.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [68418853e0200560d79dab0af4471ce4dcd3cabb]

        INTEGRATION: CWS mav09 (1.7.78); FILE MERGED 2004/04/14 14:12:00 mba 1.7.78.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2d3b0a2aa7ee427ee704b96044ca078cb196791a]

        INTEGRATION: CWS mav09 (1.48.76); FILE MERGED 2004/09/06 11:29:50 mav 1.48.76.16: #i27773# return wrong password error code 2004/09/06 11:04:15 mav 1.48.76.15: #i27773# return wrong password error code 2004/09/06 07:49:28 mav 1.48.76.14: #i27773# error handling for the wrong password case 2004/08/17 17:15:19 mav 1.48.76.13: #i27773# BaseURL and Hierarchical object name 2004/08/17 16:20:26 mav 1.48.76.12: #i27773# BaseURL and Hierarchical object name 2004/08/11 10:20:09 mav 1.48.76.11: #100000# resync problem 2004/08/09 19:36:04 mav 1.48.76.10: RESYNC: (1.48-1.49); FILE MERGED 2004/07/15 10:50:17 mba 1.48.76.9: #i27773#: XMLFilter needs additional parameter 2004/05/27 09:36:52 mav 1.48.76.8: #i27773# remove todo 2004/05/27 09:33:33 mav 1.48.76.7: #i27773# allow document encryption 2004/05/19 18:16:18 mav 1.48.76.6: #i27773# adopt to incompatible changes 2004/05/10 08:06:16 mba 1.48.76.5: #i27773#: wrong method for accessing storage 2004/05/04 15:13:46 mba 1.48.76.4: #i27773#: some storage problems 2004/05/04 14:07:08 mba 1.48.76.3: #i27773#: remove so3 2004/04/27 17:01:53 mba 1.48.76.2: #i27773#: new embedding API 2004/04/14 14:11:59 mba 1.48.76.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8948b268ac84598a5a7ede45afdfb4bb5399c45f]

        INTEGRATION: CWS mav09 (1.6.82); FILE MERGED 2004/05/17 17:51:51 mav 1.6.82.2: RESYNC: (1.6-1.7); FILE MERGED 2004/04/14 14:11:59 mba 1.6.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a1fa9c0f4f4255021373734dbb1946c94be241a9]

        INTEGRATION: CWS mav09 (1.7.60); FILE MERGED 2004/08/09 19:35:46 mav 1.7.60.3: RESYNC: (1.8-1.9); FILE MERGED 2004/04/29 18:03:23 mav 1.7.60.2: RESYNC: (1.7-1.8); FILE MERGED 2004/04/14 14:11:58 mba 1.7.60.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [540dfdacdaff5d817962789b77a462b99af79e79]

        INTEGRATION: CWS mav09 (1.5.286); FILE MERGED 2004/05/04 14:07:07 mba 1.5.286.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8171dafb47f9c5d09d2b562380ad38972af704c7]

        INTEGRATION: CWS mav09 (1.73.68); FILE MERGED 2004/07/08 22:33:18 mav 1.73.68.3: RESYNC: (1.76-1.77); FILE MERGED 2004/04/29 18:03:00 mav 1.73.68.2: RESYNC: (1.73-1.76); FILE MERGED 2004/04/14 14:11:57 mba 1.73.68.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a01b4d6f55fb3c75c77f5f1b349904226c98e4d0]

        INTEGRATION: CWS mav09 (1.36.112); FILE MERGED 2004/04/29 18:02:35 mav 1.36.112.2: RESYNC: (1.36-1.38); FILE MERGED 2004/04/14 14:11:57 mba 1.36.112.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0e86e876508f1428f2070739fbe9b059fe1bd347]

        INTEGRATION: CWS mav09 (1.41.68); FILE MERGED 2004/07/08 22:33:10 mav 1.41.68.6: RESYNC: (1.43-1.44); FILE MERGED 2004/06/01 08:11:01 mba 1.41.68.5: #i27773#: new embedding API 2004/04/29 18:02:26 mav 1.41.68.4: RESYNC: (1.41-1.43); FILE MERGED 2004/04/29 11:11:05 mba 1.41.68.3: #i27773#: remove so3 2004/04/27 17:01:52 mba 1.41.68.2: #i27773#: new embedding API 2004/04/14 14:11:57 mba 1.41.68.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b60e54a1f67d0cf3e622b43f79cf898d14c5a14e]

        INTEGRATION: CWS mav09 (1.9.78); FILE MERGED 2004/09/16 18:19:15 mav 1.9.78.4: RESYNC: (1.9-1.10); FILE MERGED 2004/06/01 08:11:00 mba 1.9.78.3: #i27773#: new embedding API 2004/04/27 17:01:50 mba 1.9.78.2: #i27773#: new embedding API 2004/04/14 14:11:55 mba 1.9.78.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4029e1b57a096b9bbd28d8fc363dc3e263361a8d]

        INTEGRATION: CWS mav09 (1.8.82); FILE MERGED 2004/07/15 10:50:16 mba 1.8.82.1: #i27773#: XMLFilter needs additional parameter

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7b1ce1cf66da4c31e903ef2865ca14def502b49f]

        INTEGRATION: CWS mav09 (1.3.386); FILE MERGED 2004/04/14 14:11:55 mba 1.3.386.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8405434b8a2e5087800f4f258e98fffcc183ea43]

        INTEGRATION: CWS mav09 (1.6.100); FILE MERGED 2004/04/14 14:11:55 mba 1.6.100.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a54bc66cc3b2f923ff8a61b4dba2866ab2cecebe]

        INTEGRATION: CWS mav09 (1.56.2); FILE MERGED 2004/08/09 19:35:38 mav 1.56.2.6: RESYNC: (1.62-1.64); FILE MERGED 2004/07/08 22:33:02 mav 1.56.2.5: RESYNC: (1.61-1.62); FILE MERGED 2004/05/17 17:50:49 mav 1.56.2.4: RESYNC: (1.60-1.61); FILE MERGED 2004/05/04 14:07:06 mba 1.56.2.3: #i27773#: remove so3 2004/04/29 18:01:59 mav 1.56.2.2: RESYNC: (1.56-1.60); FILE MERGED 2004/04/14 14:11:54 mba 1.56.2.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [df470be5ab2f0be9ac3cb2673cdd489332620d9e]

        INTEGRATION: CWS mav09 (1.5.386); FILE MERGED 2004/04/14 14:11:54 mba 1.5.386.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [47462abf320a1ae3e3e533fd0acb3bdf7aa570da]

        INTEGRATION: CWS mav09 (1.5.82); FILE MERGED 2004/05/24 09:00:02 mav 1.5.82.4: #i27773# fix resync issues 2004/05/19 18:16:18 mav 1.5.82.3: #i27773# adopt to incompatible changes 2004/05/04 14:07:05 mba 1.5.82.2: #i27773#: remove so3 2004/04/14 14:11:54 mba 1.5.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f25366d0862a8e836f4b979de1ef6b91237bd9ee]

        INTEGRATION: CWS mav09 (1.26.60); FILE MERGED 2004/08/09 19:34:54 mav 1.26.60.7: RESYNC: (1.27-1.28); FILE MERGED 2004/06/01 08:10:59 mba 1.26.60.6: #i27773#: new embedding API 2004/05/19 18:16:17 mav 1.26.60.5: #i27773# adopt to incompatible changes 2004/05/04 14:07:04 mba 1.26.60.4: #i27773#: remove so3 2004/04/29 18:01:16 mav 1.26.60.3: RESYNC: (1.26-1.27); FILE MERGED 2004/04/27 17:01:49 mba 1.26.60.2: #i27773#: new embedding API 2004/04/14 14:11:53 mba 1.26.60.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ef904e7c44ef3257c1807ba3f27c792d3203ac6a]

        INTEGRATION: CWS mav09 (1.21.60); FILE MERGED 2004/08/09 19:34:46 mav 1.21.60.7: RESYNC: (1.22-1.24); FILE MERGED 2004/06/01 08:10:58 mba 1.21.60.6: #i27773#: new embedding API 2004/05/26 16:39:26 mba 1.21.60.5: #i27773#: get Aspect from Client 2004/05/19 18:16:17 mav 1.21.60.4: #i27773# adopt to incompatible changes 2004/04/29 18:01:07 mav 1.21.60.3: RESYNC: (1.21-1.22); FILE MERGED 2004/04/27 17:01:49 mba 1.21.60.2: #i27773#: new embedding API 2004/04/14 14:11:53 mba 1.21.60.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2f6ab4c2ce9a40623fa35bf8604708d785fa8cbb]

        INTEGRATION: CWS mav09 (1.66.54); FILE MERGED 2004/08/09 19:34:37 mav 1.66.54.4: RESYNC: (1.69-1.70); FILE MERGED 2004/05/17 17:50:30 mav 1.66.54.3: RESYNC: (1.68-1.69); FILE MERGED 2004/04/29 18:00:59 mav 1.66.54.2: RESYNC: (1.66-1.68); FILE MERGED 2004/04/14 14:11:52 mba 1.66.54.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a13138832270f2707311c18b4c6d5c7f9ff9725c]

        INTEGRATION: CWS mav09 (1.8.76); FILE MERGED 2004/09/16 17:58:59 mav 1.8.76.5: RESYNC: (1.9-1.10); FILE MERGED 2004/08/11 10:26:54 mav 1.8.76.4: #100000# resync problem 2004/08/11 08:17:59 mav 1.8.76.3: #100000# resync problem 2004/08/09 19:30:57 mav 1.8.76.2: RESYNC: (1.8-1.9); FILE MERGED 2004/04/29 11:10:34 mba 1.8.76.1: #i27773#: no binfilter to convert

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6b6eb08ae16e3b282c023ef28949d9f8c5946db9]

        INTEGRATION: CWS mav09 (1.4.82); FILE MERGED 2004/08/09 19:30:49 mav 1.4.82.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/15 10:50:01 mba 1.4.82.1: #i27773#: XMLFilter needs additional parameter

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5d057a17e914dd01d873299b50cd273d43163576]

        INTEGRATION: CWS mav09 (1.5.82); FILE MERGED 2004/07/15 10:50:00 mba 1.5.82.1: #i27773#: XMLFilter needs additional parameter

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [35a5f43e0ad48f07ed0c84b610aa8660334d3d5a]

        INTEGRATION: CWS mav09 (1.20.82); FILE MERGED 2004/09/16 17:58:18 mav 1.20.82.2: RESYNC: (1.20-1.22); FILE MERGED 2004/04/14 14:11:52 mba 1.20.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [cce69ed166057435dd3f4d194bd6b69c97481f17]

        INTEGRATION: CWS mav09 (1.3.82); FILE MERGED 2004/07/15 10:50:00 mba 1.3.82.1: #i27773#: XMLFilter needs additional parameter

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2b18e596885b4e98ff1a307042f8e5beabe3ecbf]

        INTEGRATION: CWS mav09 (1.2.82); FILE MERGED 2004/07/15 10:50:00 mba 1.2.82.1: #i27773#: XMLFilter needs additional parameter

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [68c3fa1d66b49ea5757449e4bf42af255a532c14]

        INTEGRATION: CWS mav09 (1.4.82); FILE MERGED 2004/04/14 14:11:52 mba 1.4.82.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [adc199744f0046a213c58f0e5984b78e46a38f10]

        INTEGRATION: CWS mav09 (1.2.422); FILE MERGED 2004/04/14 14:11:51 mba 1.2.422.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e8cd76a98d0750840807e99d81bfec4e2cacf0e4]

        INTEGRATION: CWS mav09 (1.30.60); FILE MERGED 2004/09/16 17:57:07 mav 1.30.60.7: RESYNC: (1.32-1.33); FILE MERGED 2004/08/09 19:30:12 mav 1.30.60.6: RESYNC: (1.31-1.32); FILE MERGED 2004/05/19 18:16:16 mav 1.30.60.5: #i27773# adopt to incompatible changes 2004/05/04 14:06:50 mba 1.30.60.4: #i27773#: remove so3 2004/04/29 17:58:58 mav 1.30.60.3: RESYNC: (1.30-1.31); FILE MERGED 2004/04/27 17:01:26 mba 1.30.60.2: #i27773#: new embedding API 2004/04/14 14:11:51 mba 1.30.60.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e50cc16426f8614cfd36f24a6e7b22b7377f8d66]

        INTEGRATION: CWS mav09 (1.102.26); FILE MERGED 2004/08/09 18:35:45 mav 1.102.26.3: RESYNC: (1.104-1.105); FILE MERGED 2004/07/08 07:27:35 mav 1.102.26.2: RESYNC: (1.102-1.104); FILE MERGED 2004/06/30 14:37:01 mav 1.102.26.1: #i27773# loading of links in sw

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bef40922a8ca0390a0542e153e931fbaecad8505]

        INTEGRATION: CWS mav09 (1.56.140); FILE MERGED 2004/09/16 17:50:58 mav 1.56.140.4: RESYNC: (1.58-1.60); FILE MERGED 2004/08/09 18:33:12 mav 1.56.140.3: RESYNC: (1.57-1.58); FILE MERGED 2004/07/08 07:26:22 mav 1.56.140.2: RESYNC: (1.56-1.57); FILE MERGED 2004/06/30 14:37:34 mav 1.56.140.1: #i27773# loading of links in sw

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5a498e6f705c21123ac24b5942e16e0b6603ef48]

        INTEGRATION: CWS mav09 (1.12.58); FILE MERGED 2004/08/09 18:21:33 mav 1.12.58.2: RESYNC: (1.12-1.13); FILE MERGED 2004/07/02 16:36:00 mba 1.12.58.1: #i27773#: new event

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4198a19517d443606bc23a45da5c2b4cb38075ca]

        INTEGRATION: CWS mav09 (1.10.270); FILE MERGED 2004/08/09 18:21:26 mav 1.10.270.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/11 10:19:00 mav 1.10.270.1: #115904# according to documentation the property name must be 'Subject'

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ae9750fadde3d44e7b1d3f6a5ac9d5c155bc37db]

        INTEGRATION: CWS mav09 (1.9.268); FILE MERGED 2004/08/09 18:21:19 mav 1.9.268.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/11 10:19:00 mav 1.9.268.1: #115904# according to documentation the property name must be 'Subject'

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bc36dd5792afddda297a34fd7770f1cb61c4717c]

        INTEGRATION: CWS mav09 (1.84.30); FILE MERGED 2004/09/16 17:46:29 mav 1.84.30.4: RESYNC: (1.86-1.89); FILE MERGED 2004/08/09 18:18:32 mav 1.84.30.3: RESYNC: (1.85-1.86); FILE MERGED 2004/07/08 07:24:57 mav 1.84.30.2: RESYNC: (1.84-1.85); FILE MERGED 2004/07/01 10:10:34 mav 1.84.30.1: #i27773# import of embedded links

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [42b970560809ea1828987031cd01f797976b5373]

        INTEGRATION: CWS mav09 (1.31.28); FILE MERGED 2004/09/16 17:45:49 mav 1.31.28.5: RESYNC: (1.33-1.37); FILE MERGED 2004/08/27 08:42:12 mav 1.31.28.4: #i27773# linkage support related fix 2004/08/09 18:17:47 mav 1.31.28.3: RESYNC: (1.32-1.33); FILE MERGED 2004/07/08 07:24:32 mav 1.31.28.2: RESYNC: (1.31-1.32); FILE MERGED 2004/06/30 14:38:45 mav 1.31.28.1: #i27773# storing of links in draw impress and calc

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [34bef5a78eb0f3b3f888f590f61de62a8325da1b]

        INTEGRATION: CWS mav09 (1.7.34); FILE MERGED 2004/08/26 15:03:56 mav 1.7.34.1: #i27773# do not store model, in future object could be stored here

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6d7888dd3a7149e40ac969bc8fdb890b89fdb7ae]

        INTEGRATION: CWS mav09 (1.2.98); FILE MERGED 2004/07/09 16:56:55 mav 1.2.98.3: RESYNC: (1.3-1.5); FILE MERGED 2004/07/08 07:17:37 mav 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/11 11:03:15 mav 1.2.98.1: #i27773# install embedding configuration

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e123cb159b0eb33407ffa16930708b72417907ac]

        INTEGRATION: CWS mav09 (1.10.10); FILE MERGED 2004/09/16 17:33:26 mav 1.10.10.6: RESYNC: (1.26-1.36); FILE MERGED 2004/08/09 18:05:01 mav 1.10.10.5: RESYNC: (1.25-1.26); FILE MERGED 2004/07/09 16:54:41 mav 1.10.10.4: RESYNC: (1.22-1.25); FILE MERGED 2004/07/08 07:12:01 mav 1.10.10.3: RESYNC: (1.10-1.22); FILE MERGED 2004/06/23 08:31:55 mav 1.10.10.2: #i27773# install new Embedding schema 2004/06/11 11:01:41 mav 1.10.10.1: #i27773# install embedding configuration

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fe61470f4bb9d30eef29b0f893d12323a5921761]

        INTEGRATION: CWS mav09 (1.27.16); FILE MERGED 2004/09/21 16:37:12 mav 1.27.16.7: RESYNC: (1.45-1.49); FILE MERGED 2004/09/16 17:33:17 mav 1.27.16.6: RESYNC: (1.27-1.45); FILE MERGED 2004/09/01 09:28:47 mav 1.27.16.5: #i27773# install emboleobj library 2004/08/24 12:04:45 mav 1.27.16.4: #i27773# let uno services in sot be registered 2004/08/24 11:20:35 mav 1.27.16.3: #i27773# let uno services in sot be registered 2004/08/20 12:31:02 mav 1.27.16.2: #i27773# remove chartcontroller 2004/08/19 16:48:54 mav 1.27.16.1: #i27773# register service in sot

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e65f35af9b48d2e38179d42f170c22ca16f35f64]

        INTEGRATION: CWS mav09 (1.3.42); FILE MERGED 2004/07/09 16:53:28 mav 1.3.42.3: RESYNC: (1.4-1.6); FILE MERGED 2004/07/08 07:09:32 mav 1.3.42.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/11 11:02:47 mav 1.3.42.1: #i27773# install embedding configuration

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [64ba86d676131e79113086d1e84c27e1ec19350d]

        INTEGRATION: CWS mav09 (1.2.98); FILE MERGED 2004/07/09 16:52:29 mav 1.2.98.3: RESYNC: (1.3-1.5); FILE MERGED 2004/07/08 07:05:41 mav 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/11 11:02:25 mav 1.2.98.1: #i27773# install embedding configuration

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8322d63537e28480fabaf8dd222e3b8454f8be83]

        INTEGRATION: CWS mav09 (1.2.98); FILE MERGED 2004/07/09 16:51:29 mav 1.2.98.3: RESYNC: (1.3-1.5); FILE MERGED 2004/07/08 07:03:20 mav 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/11 11:01:09 mav 1.2.98.1: #i27773# install embedding configuration

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [aab1b8e8f8fdd26ad340842139140468e1e7a9e3]

        INTEGRATION: CWS mav09 (1.4.34); FILE MERGED 2004/07/09 16:50:26 mav 1.4.34.3: RESYNC: (1.5-1.7); FILE MERGED 2004/07/08 07:01:18 mav 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2004/06/11 11:00:39 mav 1.4.34.1: #i27773# install embedding configuration

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e4b7c1f6d9a3cd7000a84de362c64ffb162e78e8]

        INTEGRATION: CWS mav09 (1.11.114); FILE MERGED 2004/07/01 17:32:21 mav 1.11.114.1: #i27773# handle document error code

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [06a80a49a02744ccd5f06e3929e5312a2d0e978d]

        INTEGRATION: CWS mav09 (1.41.20); FILE MERGED 2004/09/16 17:25:53 mav 1.41.20.2: RESYNC: (1.41-1.43); FILE MERGED 2004/07/01 17:32:19 mav 1.41.20.1: #i27773# handle document error code

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ec1a294d3f25a225bab407b6d6557af8493c095b]

        INTEGRATION: CWS mav09 (1.2.2); FILE MERGED 2004/09/16 17:23:52 mav 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/02 13:38:11 mav 1.2.2.1: #i27773# CD fix for toolbars

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [cb5ab4144026eaadcdad3bad68f70d5157482481]

        INTEGRATION: CWS mav09 (1.74.18); FILE MERGED 2004/09/16 17:20:34 mav 1.74.18.3: RESYNC: (1.75-1.76); FILE MERGED 2004/08/09 18:53:13 mav 1.74.18.2: RESYNC: (1.74-1.75); FILE MERGED 2004/07/16 15:00:03 mba 1.74.18.1: #i27773#: initialize layoutmanager when frame is initialized

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e1823c53431f8a200565bfb385d8d01d881baff6]

        INTEGRATION: CWS mav09 (1.7.2); FILE MERGED 2004/09/30 09:24:01 mav 1.7.2.6: #i27773# resync 2004/09/28 10:07:29 mav 1.7.2.5: #27773# resync 2004/09/16 17:20:05 mav 1.7.2.4: RESYNC: (1.7-1.10); FILE MERGED 2004/08/12 17:00:53 mav 1.7.2.3: #i27773# fix from CD 2004/08/02 13:37:36 mav 1.7.2.2: #i27773# interface change 2004/07/16 14:59:27 mba 1.7.2.1: #i27773#: dispose windows; listen for resize events of own frame always, frame will never resize its component window

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [55702968fa33a765e29ace5e77e93454390fa53a]

        INTEGRATION: CWS mav09 (1.5.2); FILE MERGED 2004/09/16 17:15:04 mav 1.5.2.3: RESYNC: (1.6-1.7); FILE MERGED 2004/08/09 18:50:21 mav 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2004/08/02 13:37:11 mav 1.5.2.1: #i27773# interface change

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1a8d36a6d1bb4f2046758b261b85dcb96bd1e1ca]

        INTEGRATION: CWS mav09 (1.11.72); FILE MERGED 2004/07/09 06:33:01 mav 1.11.72.2: RESYNC: (1.11-1.13); FILE MERGED 2004/05/04 14:04:07 mba 1.11.72.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7dd456f901e06171963c0ffc75ceec59bc43bda2]

        INTEGRATION: CWS mav09 (1.32.2); FILE MERGED 2004/07/15 10:59:02 mba 1.32.2.4: #i27773#: scaling for inplace mode 2004/06/10 16:50:47 mba 1.32.2.3: #i27773#: some fixes to make InPlace Editsng work 2004/04/29 20:44:03 mav 1.32.2.2: RESYNC: (1.32-1.33); FILE MERGED 2004/04/14 13:24:27 mba 1.32.2.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [de69082d50cd11c18894a646f5eeadd7b2ef39d5]

        INTEGRATION: CWS mav09 (1.8.42); FILE MERGED 2004/04/14 13:24:26 mba 1.8.42.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [94bf3db230b33cdab2250f882b577874be1d5b39]

        INTEGRATION: CWS mav09 (1.13.32); FILE MERGED 2004/09/16 17:12:28 mav 1.13.32.2: RESYNC: (1.13-1.14); FILE MERGED 2004/04/14 13:24:26 mba 1.13.32.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7442dc19d03787a7dd4f9fde957421bcc77eb6c0]

        INTEGRATION: CWS mav09 (1.7.32); FILE MERGED 2004/09/16 17:12:21 mav 1.7.32.3: RESYNC: (1.7-1.8); FILE MERGED 2004/05/06 16:47:53 mba 1.7.32.2: #i27773#: first create module before accessing resources 2004/04/14 13:24:26 mba 1.7.32.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [46d21e282907a2bf729c776eb12c2aceaf3c2b4f]

        INTEGRATION: CWS mav09 (1.3.32); FILE MERGED 2004/07/19 10:27:58 mba 1.3.32.6: ##i27773#: bug in typedetection; templates and documents have same MediaType 2004/07/05 15:36:30 mav 1.3.32.5: #i27773# package repairing 2004/07/02 08:47:27 mba 1.3.32.4: #i27773#: some ToDos 2004/05/04 14:04:00 mba 1.3.32.3: #i27773#: remove so3 2004/04/14 13:51:16 mba 1.3.32.2: #i27773#: remove so3; new storage API 2004/04/14 13:24:26 mba 1.3.32.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [85ee77095e59aedd35a9284524c59ee5591a2322]

        INTEGRATION: CWS mav09 (1.6.32); FILE MERGED 2004/04/14 13:24:26 mba 1.6.32.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9efd0b3e002a0f418515ac757f29376c00e56306]

        INTEGRATION: CWS mav09 (1.30.32); FILE MERGED 2004/09/13 12:53:21 mav 1.30.32.2: #i27773# use output stream on export 2004/04/14 13:24:25 mba 1.30.32.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3196a6def80b90bab44a66ef68653e8546a29587]

        INTEGRATION: CWS mav09 (1.22.32); FILE MERGED 2004/09/16 17:11:53 mav 1.22.32.5: RESYNC: (1.24-1.25); FILE MERGED 2004/08/09 20:50:43 mav 1.22.32.4: RESYNC: (1.23-1.24); FILE MERGED 2004/05/17 17:35:05 mav 1.22.32.3: RESYNC: (1.22-1.23); FILE MERGED 2004/05/04 14:04:00 mba 1.22.32.2: #i27773#: remove so3 2004/04/14 13:24:25 mba 1.22.32.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e611da78fcc6617a68f0831453dd2465c56066bc]

        INTEGRATION: CWS mav09 (1.65.160); FILE MERGED 2004/09/28 13:11:13 mav 1.65.160.13: #27773# resync 2004/09/16 17:11:46 mav 1.65.160.12: RESYNC: (1.67-1.69); FILE MERGED 2004/09/06 07:49:49 mav 1.65.160.11: #i27773# error handling for the wrong password case 2004/08/17 16:57:27 mav 1.65.160.10: #i27773# BaseURL and Hierarchical object name 2004/08/17 10:58:36 mav 1.65.160.9: #i27773# reintroduce storage version information 2004/08/11 13:01:12 mav 1.65.160.8: #100000# resync problem 2004/08/09 20:50:35 mav 1.65.160.7: RESYNC: (1.66-1.67); FILE MERGED 2004/05/27 09:35:59 mav 1.65.160.6: #i27773# allow document encryption 2004/05/19 16:13:45 mav 1.65.160.5: #i27773# resolv resync problems 2004/05/17 17:34:57 mav 1.65.160.4: RESYNC: (1.65-1.66); FILE MERGED 2004/05/04 15:26:00 mba 1.65.160.3: #i27773#: some storage problems 2004/05/04 14:03:59 mba 1.65.160.2: #i27773#: remove so3 2004/04/14 13:24:24 mba 1.65.160.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2f755d64d1116025be7345050b56befe2b593fd5]

        INTEGRATION: CWS mav09 (1.29.58); FILE MERGED 2004/08/20 07:10:30 mba 1.29.58.3: #i27773#: Escape from InPlace Mode 2004/04/29 11:05:14 mba 1.29.58.2: #i27773#: remove so3 2004/04/14 13:24:24 mba 1.29.58.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e2a6a58259feae4fe1e596b2c13134c2ff9c0cf9]

        INTEGRATION: CWS mav09 (1.65.2); FILE MERGED 2004/09/07 14:28:29 mba 1.65.2.15: #i27773#: always recalculate size of formulas 2004/09/03 08:48:21 mba 1.65.2.14: #i27773#: force resizing of object on import 2004/09/03 08:02:59 mba 1.65.2.13: #i27773#: Closing streams should be done by SFX only 2004/08/12 17:10:14 mav 1.65.2.12: #i27773# introduce version back 2004/08/11 13:01:12 mav 1.65.2.11: #100000# resync problem 2004/08/09 20:50:26 mav 1.65.2.10: RESYNC: (1.66-1.67); FILE MERGED 2004/07/02 08:47:26 mba 1.65.2.9: #i27773#: some ToDos 2004/06/10 16:50:46 mba 1.65.2.8: #i27773#: some fixes to make InPlace Editsng work 2004/05/28 12:54:32 mba 1.65.2.7: #27773#: remove so3 2004/05/28 08:49:43 mba 1.65.2.6: #27773#: remove so3 2004/05/19 16:13:45 mav 1.65.2.5: #i27773# resolv resync problems 2004/04/29 20:44:11 mav 1.65.2.4: RESYNC: (1.65-1.66); FILE MERGED 2004/04/29 11:05:13 mba 1.65.2.3: #i27773#: remove so3 2004/04/14 13:51:14 mba 1.65.2.2: #i27773#: remove so3; new storage API 2004/04/14 13:24:23 mba 1.65.2.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [50cd6d557d83b99f4bf0f8105ce68bfc10385f88]

        INTEGRATION: CWS mav09 (1.18.74); FILE MERGED 2004/08/12 17:09:38 mav 1.18.74.5: #i27773# introduce version back 2004/04/29 11:05:05 mba 1.18.74.4: #i27773#: remove so3 2004/04/14 13:24:37 mba 1.18.74.3: #i27773#: remove so3; new storage API 2004/04/14 12:45:30 mba 1.18.74.2: #i27773#: remove so3; new storage API 2004/04/14 12:29:40 mba 1.18.74.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f8810c53fd03f4fe3525a5e16634e314aa9307fa]

        INTEGRATION: CWS mav09 (1.27.16); FILE MERGED 2004/09/16 17:03:59 mav 1.27.16.4: RESYNC: (1.29-1.30); FILE MERGED 2004/07/08 17:40:01 mav 1.27.16.3: RESYNC: (1.28-1.29); FILE MERGED 2004/04/29 20:54:36 mav 1.27.16.2: RESYNC: (1.27-1.28); FILE MERGED 2004/04/14 13:54:39 mba 1.27.16.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e4fa4a2b359e2b7961ebfd3dde5894e8b763e700]

        INTEGRATION: CWS mav09 (1.2.22); FILE MERGED 2004/09/16 16:56:29 mav 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/17 16:30:56 mba 1.2.22.1: #i27773#: need export flag for OLE objects

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [aa6b4d6301e021f6a28117a830cc8b6364f7af75]

        INTEGRATION: CWS mav09 (1.3.12); FILE MERGED 2004/08/09 19:20:57 mav 1.3.12.3: RESYNC: (1.4-1.5); FILE MERGED 2004/07/08 16:30:02 mav 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/21 16:44:57 mba 1.3.12.1: #i27773#: Chart filter must be able to store, otherwise OLE doesn't work

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [62669d59da045288a337314389b49585215d437f]

        INTEGRATION: CWS mav09 (1.2.308); FILE MERGED 2004/04/14 13:53:13 mba 1.2.308.1: #i27773#: new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [dacab722f753276324c7018b4a29c659ac9dbeab]

        INTEGRATION: CWS mav09 (1.3.200); FILE MERGED 2004/04/14 13:53:13 mba 1.3.200.1: #i27773#: new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [adacc5997ba2587f5feae00f9f7d82376bc79ee5]

        INTEGRATION: CWS mav09 (1.3.2); FILE MERGED 2004/09/29 12:36:55 mav 1.3.2.1: #i27773# use new XStorage service

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [62564b42947d0f47cc958dd5a6f705854907aa99]

        INTEGRATION: CWS mav09 (1.29.54); FILE MERGED 2004/09/16 14:44:39 mav 1.29.54.4: RESYNC: (1.33-1.37); FILE MERGED 2004/07/07 21:42:39 mav 1.29.54.3: RESYNC: (1.30-1.33); FILE MERGED 2004/05/17 20:59:39 mav 1.29.54.2: RESYNC: (1.29-1.30); FILE MERGED 2004/05/04 14:06:00 mba 1.29.54.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ae76fcae5d7b1612451074b1e163802593c92307]

        INTEGRATION: CWS mav09 (1.5.684); FILE MERGED 2004/08/09 17:54:41 mav 1.5.684.5: RESYNC: (1.6-1.7); FILE MERGED 2004/05/19 14:28:58 mav 1.5.684.4: #i27773# resolve resync problems 2004/05/17 20:59:11 mav 1.5.684.3: RESYNC: (1.5-1.6); FILE MERGED 2004/04/21 14:45:33 mba 1.5.684.2: #i27773#: new storage and embedding API 2004/04/14 14:11:23 mba 1.5.684.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [286afa0cdd959fb7169eb958fea07a099eab8efe]

        INTEGRATION: CWS mav09 (1.8.528); FILE MERGED 2004/08/09 17:54:33 mav 1.8.528.5: RESYNC: (1.9-1.10); FILE MERGED 2004/05/19 14:28:57 mav 1.8.528.4: #i27773# resolve resync problems 2004/05/17 20:59:04 mav 1.8.528.3: RESYNC: (1.8-1.9); FILE MERGED 2004/04/21 14:45:32 mba 1.8.528.2: #i27773#: new storage and embedding API 2004/04/14 14:11:23 mba 1.8.528.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7594e6642a3c7c52a64e88c5ce2689d5d28383ae]

        INTEGRATION: CWS mav09 (1.2.698); FILE MERGED 2004/05/17 20:58:57 mav 1.2.698.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/14 14:11:23 mba 1.2.698.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [79c114bfb0cc7e71c488ca459f41d4647ea156ae]

        INTEGRATION: CWS mav09 (1.6.678); FILE MERGED 2004/05/17 20:58:50 mav 1.6.678.2: RESYNC: (1.6-1.7); FILE MERGED 2004/04/14 14:11:23 mba 1.6.678.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [194e957fe1d3c0c2dcdb2dd0cdb1bb9b27f88148]

        INTEGRATION: CWS mav09 (1.19.682); FILE MERGED 2004/08/09 17:54:25 mav 1.19.682.4: RESYNC: (1.19-1.20); FILE MERGED 2004/05/27 09:24:06 mav 1.19.682.3: #i27773# allow document encryption 2004/05/19 14:28:57 mav 1.19.682.2: #i27773# resolve resync problems 2004/04/21 14:45:32 mba 1.19.682.1: #i27773#: new storage and embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [35570ccced0f631394029b27b41954f667a24dd5]

        INTEGRATION: CWS mav09 (1.4.506); FILE MERGED 2004/09/16 14:44:08 mav 1.4.506.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/21 14:45:32 mba 1.4.506.2: #i27773#: new storage and embedding API 2004/04/14 14:11:22 mba 1.4.506.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [75f87cbc31d5ec8c0cae784d7e96913045484b51]

        INTEGRATION: CWS mav09 (1.12.528); FILE MERGED 2004/08/09 17:54:18 mav 1.12.528.10: RESYNC: (1.12-1.13); FILE MERGED 2004/07/02 08:44:38 mba 1.12.528.9: #i27773#: some ToDos 2004/06/10 16:47:06 mba 1.12.528.8: #i27773#: some fixed to make InPlace Editing work; fixed for MS import 2004/05/19 14:28:57 mav 1.12.528.7: #i27773# resolve resync problems 2004/05/16 17:29:07 mba 1.12.528.6: #i27773#: new EmbeddedObjectContainer 2004/05/06 16:48:37 mba 1.12.528.5: #i27773#: always use graphic objects instead of MetaFiles 2004/05/05 12:01:34 mba 1.12.528.4: #i27773#: platform independent GUIDs 2004/04/26 11:55:38 mba 1.12.528.3: #i27773#: new embedding API 2004/04/21 14:45:32 mba 1.12.528.2: #i27773#: new storage and embedding API 2004/04/14 14:11:22 mba 1.12.528.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [dba95dbc79e4c0672df02804ad496414306e69e2]

        INTEGRATION: CWS mav09 (1.109.18); FILE MERGED 2004/09/16 14:42:53 mav 1.109.18.12: RESYNC: (1.115-1.116); FILE MERGED 2004/08/09 17:54:10 mav 1.109.18.11: RESYNC: (1.114-1.115); FILE MERGED 2004/07/02 08:44:38 mba 1.109.18.10: #i27773#: some ToDos 2004/06/01 08:11:50 mba 1.109.18.9: #i27773#: new embedding API 2004/05/28 16:18:28 mba 1.109.18.8: #27773#: Maintain ViewAspect on SdrOleObject 2004/05/19 14:28:55 mav 1.109.18.7: #i27773# resolve resync problems 2004/05/16 17:29:06 mba 1.109.18.6: #i27773#: new EmbeddedObjectContainer 2004/05/06 16:48:36 mba 1.109.18.5: #i27773#: always use graphic objects instead of MetaFiles 2004/05/05 12:01:01 mba 1.109.18.4: #i27773#: platform independent GUIDs 2004/04/29 20:21:11 mav 1.109.18.3: RESYNC: (1.109-1.114); FILE MERGED 2004/04/23 17:01:51 mba 1.109.18.2: #i27773#: work with new embedding API 2004/04/14 14:11:15 mba 1.109.18.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [97eded8c110c20be48cbe3f5e96db7f3705e6e62]

        INTEGRATION: CWS mav09 (1.16.218); FILE MERGED 2004/09/16 14:42:45 mav 1.16.218.15: RESYNC: (1.16-1.17); FILE MERGED 2004/07/06 16:19:05 mba 1.16.218.14: #i27773#: work on TODOs 2004/07/02 08:44:37 mba 1.16.218.13: #i27773#: some ToDos 2004/07/01 10:13:03 mav 1.16.218.12: #i27773# import of embedded links 2004/06/30 14:42:55 mav 1.16.218.11: #i27773# storing of links in draw impress and calc 2004/06/01 08:11:49 mba 1.16.218.10: #i27773#: new embedding API 2004/05/28 16:18:28 mba 1.16.218.9: #27773#: Maintain ViewAspect on SdrOleObject 2004/05/19 14:28:54 mav 1.16.218.8: #i27773# resolve resync problems 2004/05/16 17:29:06 mba 1.16.218.7: #i27773#: new EmbeddedObjectContainer 2004/05/06 16:48:36 mba 1.16.218.6: #i27773#: always use graphic objects instead of MetaFiles 2004/04/29 11:00:48 mba 1.16.218.5: #i27773#: remove so3 2004/04/26 11:55:38 mba 1.16.218.4: #i27773#: new embedding API 2004/04/23 17:01:51 mba 1.16.218.3: #i27773#: work with new embedding API 2004/04/21 14:45:31 mba 1.16.218.2: #i27773#: new storage and embedding API 2004/04/14 14:11:14 mba 1.16.218.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [76a0986b32fc7acd82d66a766e983978a1961b09]

        INTEGRATION: CWS mav09 (1.51.58); FILE MERGED 2004/09/16 14:42:37 mav 1.51.58.4: RESYNC: (1.53-1.55); FILE MERGED 2004/07/09 16:38:11 mav 1.51.58.3: RESYNC: (1.51-1.53); FILE MERGED 2004/07/02 08:44:37 mba 1.51.58.2: #i27773#: some ToDos 2004/05/16 17:29:06 mba 1.51.58.1: #i27773#: new EmbeddedObjectContainer

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [200660ff3bdde32cd973447f3890efd40efe99d4]

        INTEGRATION: CWS mav09 (1.25.122); FILE MERGED 2004/09/16 14:42:29 mav 1.25.122.10: RESYNC: (1.28-1.29); FILE MERGED 2004/08/09 17:53:52 mav 1.25.122.9: RESYNC: (1.27-1.28); FILE MERGED 2004/06/01 08:11:49 mba 1.25.122.8: #i27773#: new embedding API 2004/05/16 17:29:06 mba 1.25.122.7: #i27773#: new EmbeddedObjectContainer 2004/05/05 12:01:00 mba 1.25.122.6: #i27773#: platform independent GUIDs 2004/04/29 20:20:42 mav 1.25.122.5: RESYNC: (1.25-1.27); FILE MERGED 2004/04/26 11:55:38 mba 1.25.122.4: #i27773#: new embedding API 2004/04/23 17:01:50 mba 1.25.122.3: #i27773#: work with new embedding API 2004/04/21 14:45:31 mba 1.25.122.2: #i27773#: new storage and embedding API 2004/04/14 14:11:14 mba 1.25.122.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [337317d4c2c90f28c28449f4675f77dd30048101]

        INTEGRATION: CWS mav09 (1.4.694); FILE MERGED 2004/07/01 10:12:39 mav 1.4.694.3: #i27773# import of embedded links 2004/04/23 17:01:50 mba 1.4.694.2: #i27773#: work with new embedding API 2004/04/14 14:11:14 mba 1.4.694.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [cc87966d41413b340eaa9114934b5a3a7382aff3]

        INTEGRATION: CWS mav09 (1.18.54); FILE MERGED 2004/07/02 08:44:37 mba 1.18.54.3: #i27773#: some ToDos 2004/04/29 20:18:28 mav 1.18.54.2: RESYNC: (1.18-1.19); FILE MERGED 2004/04/14 14:11:06 mba 1.18.54.1: #i27773#: DDE moved from so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d640986559eb639146be8a2f1035d8b43053d2bb]

        INTEGRATION: CWS mav09 (1.3.704); FILE MERGED 2004/04/14 14:11:06 mba 1.3.704.1: #i27773#: DDE moved from so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ad71eeb9556dfe6ba2899d4dc9e03391c382d7fa]

        INTEGRATION: CWS mav09 (1.10.158); FILE MERGED 2004/04/29 20:18:20 mav 1.10.158.2: RESYNC: (1.10-1.11); FILE MERGED 2004/04/14 14:11:05 mba 1.10.158.1: #i27773#: DDE moved from so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ec034e869d5be60d4f15b8d81ad1c2d7fa62e26d]

        INTEGRATION: CWS mav09 (1.17.120); FILE MERGED 2004/08/09 17:53:04 mav 1.17.120.3: RESYNC: (1.18-1.19); FILE MERGED 2004/05/17 20:57:59 mav 1.17.120.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/06 16:48:35 mba 1.17.120.1: #i27773#: always use graphic objects instead of MetaFiles

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [727d5762486c8c15f6739ebd805ecc162f06b644]

        INTEGRATION: CWS mav09 (1.39.52); FILE MERGED 2004/08/09 17:51:55 mav 1.39.52.12: RESYNC: (1.42-1.43); FILE MERGED 2004/07/07 21:38:55 mav 1.39.52.11: RESYNC: (1.41-1.42); FILE MERGED 2004/07/06 16:19:30 mba 1.39.52.10: #i27773#: work on TODOs 2004/07/02 08:44:36 mba 1.39.52.9: #i27773#: some ToDos 2004/06/01 08:11:48 mba 1.39.52.8: #i27773#: new embedding API 2004/05/17 20:57:21 mav 1.39.52.7: RESYNC: (1.40-1.41); FILE MERGED 2004/05/16 17:29:05 mba 1.39.52.6: #i27773#: new EmbeddedObjectContainer 2004/05/05 12:01:51 mba 1.39.52.5: #i27773#: platform independent GUIDs 2004/04/29 20:17:24 mav 1.39.52.4: RESYNC: (1.39-1.40); FILE MERGED 2004/04/26 11:55:37 mba 1.39.52.3: #i27773#: new embedding API 2004/04/21 14:45:31 mba 1.39.52.2: #i27773#: new storage and embedding API 2004/04/14 14:10:54 mba 1.39.52.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [81eedbd313f07f31c9560f6883a30a5978747a4c]

        INTEGRATION: CWS mav09 (1.6.704); FILE MERGED 2004/04/14 14:10:53 mba 1.6.704.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e0bc1ab9d8fd9247c60324f596faafd7e42540f4]

        INTEGRATION: CWS mav09 (1.42.58); FILE MERGED 2004/09/08 10:22:11 mav 1.42.58.25: #i27773# do not try to retrieve object if there is no persist name 2004/09/07 15:19:37 mav 1.42.58.24: #i27773# paint embedded objects 2004/09/03 11:13:03 mba 1.42.58.23: #i27773#: use one single method to clear on SdrOleObject 2004/09/01 14:29:39 mba 1.42.58.22: #i27773#: COM-Objects on Linux must work in Loaded state 2004/08/30 17:06:32 mav 1.42.58.21: #i27773# chart update 2004/07/15 12:17:08 mba 1.42.58.20: #i27773#: cleaning up todos 2004/07/06 16:19:29 mba 1.42.58.19: #i27773#: work on TODOs 2004/07/06 16:12:00 mav 1.42.58.18: #i27773# shading of outplace activated objects 2004/07/02 08:44:36 mba 1.42.58.17: #i27773#: some ToDos 2004/06/10 16:47:05 mba 1.42.58.16: #i27773#: some fixed to make InPlace Editing work; fixed for MS import 2004/06/02 11:48:59 mba 1.42.58.15: #i27773#: SetObjRef shouldn't close objects, the control is taken over by the caller 2004/06/01 08:11:48 mba 1.42.58.14: #i27773#: new embedding API 2004/05/28 16:18:27 mba 1.42.58.13: #27773#: Maintain ViewAspect on SdrOleObject 2004/05/19 14:28:52 mav 1.42.58.12: #i27773# resolve resync problems 2004/05/17 20:56:53 mav 1.42.58.11: RESYNC: (1.43-1.44); FILE MERGED 2004/05/16 17:29:05 mba 1.42.58.10: #i27773#: new EmbeddedObjectContainer 2004/05/10 08:08:23 mba 1.42.58.9: #i27773#: some work done for proper object sharing 2004/05/06 16:48:35 mba 1.42.58.8: #i27773#: always use graphic objects instead of MetaFiles 2004/05/05 12:02:19 mba 1.42.58.7: #i27773#: retrieve new Metafile after OLE object has been saved 2004/05/04 14:04:34 mba 1.42.58.6: #i27773#: remove so3 2004/04/29 20:16:33 mav 1.42.58.5: RESYNC: (1.42-1.43); FILE MERGED 2004/04/26 11:55:37 mba 1.42.58.4: #i27773#: new embedding API 2004/04/23 17:01:50 mba 1.42.58.3: #i27773#: work with new embedding API 2004/04/21 14:45:29 mba 1.42.58.2: #i27773#: new storage and embedding API 2004/04/14 14:10:53 mba 1.42.58.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b98ff31bc09d6bb7d62d724999877b32de03a603]

        INTEGRATION: CWS mav09 (1.21.158); FILE MERGED 2004/04/21 14:45:29 mba 1.21.158.2: #i27773#: new storage and embedding API 2004/04/14 14:10:53 mba 1.21.158.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e7b2ed6a6db03351f71e75ac168488a93b565f56]

        INTEGRATION: CWS mav09 (1.60.158); FILE MERGED 2004/09/16 14:39:05 mav 1.60.158.5: RESYNC: (1.61-1.62); FILE MERGED 2004/09/13 14:01:02 mav 1.60.158.4: #i27773# check storage existence 2004/07/15 12:17:19 mba 1.60.158.3: #i27773#: new storage API 2004/07/07 21:38:29 mav 1.60.158.2: RESYNC: (1.60-1.61); FILE MERGED 2004/04/14 14:10:52 mba 1.60.158.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [eca6a12d14c92ab601d82ee943a1c19ff369a4b3]

        INTEGRATION: CWS mav09 (1.2.58); FILE MERGED 2004/08/09 17:51:27 mav 1.2.58.3: RESYNC: (1.3-1.4); FILE MERGED 2004/07/07 21:38:21 mav 1.2.58.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/04 14:04:33 mba 1.2.58.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [a5fe92681549008f1dc2fef7d584a2f876c1893f]

        INTEGRATION: CWS mav09 (1.53.52); FILE MERGED 2004/09/16 14:38:23 mav 1.53.52.10: RESYNC: (1.57-1.58); FILE MERGED 2004/08/09 17:51:01 mav 1.53.52.9: RESYNC: (1.56-1.57); FILE MERGED 2004/07/07 21:38:06 mav 1.53.52.8: RESYNC: (1.55-1.56); FILE MERGED 2004/05/28 16:18:27 mba 1.53.52.7: #27773#: Maintain ViewAspect on SdrOleObject 2004/05/17 20:56:36 mav 1.53.52.6: RESYNC: (1.54-1.55); FILE MERGED 2004/05/16 17:29:05 mba 1.53.52.5: #i27773#: new EmbeddedObjectContainer 2004/04/29 20:15:51 mav 1.53.52.4: RESYNC: (1.53-1.54); FILE MERGED 2004/04/26 11:55:37 mba 1.53.52.3: #i27773#: new embedding API 2004/04/21 14:45:29 mba 1.53.52.2: #i27773#: new storage and embedding API 2004/04/14 14:10:52 mba 1.53.52.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3504c7e88d5dd9988b234b0a32dbe386469bb1ab]

        INTEGRATION: CWS mav09 (1.116.22); FILE MERGED 2004/08/19 07:55:48 mba 1.116.22.13: #i27773#: load objects from embedded OLE format (embedserv) 2004/07/07 21:37:49 mav 1.116.22.12: RESYNC: (1.120-1.122); FILE MERGED 2004/07/06 16:19:28 mba 1.116.22.11: #i27773#: work on TODOs 2004/07/02 08:44:35 mba 1.116.22.10: #i27773#: some ToDos 2004/06/10 16:47:04 mba 1.116.22.9: #i27773#: some fixed to make InPlace Editing work; fixed for MS import 2004/06/01 08:11:46 mba 1.116.22.8: #i27773#: new embedding API 2004/05/19 14:28:51 mav 1.116.22.7: #i27773# resolve resync problems 2004/05/16 17:29:04 mba 1.116.22.6: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:04:32 mba 1.116.22.5: #i27773#: remove so3 2004/04/29 20:15:11 mav 1.116.22.4: RESYNC: (1.116-1.120); FILE MERGED 2004/04/29 11:00:47 mba 1.116.22.3: #i27773#: remove so3 2004/04/23 17:01:48 mba 1.116.22.2: #i27773#: work with new embedding API 2004/04/14 14:10:51 mba 1.116.22.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1d35a6e149f24e3a963c3b13970ddae1a9961b69]

        INTEGRATION: CWS mav09 (1.12.110); FILE MERGED 2004/09/16 14:38:14 mav 1.12.110.3: RESYNC: (1.13-1.14); FILE MERGED 2004/08/09 17:50:14 mav 1.12.110.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/06 16:48:34 mba 1.12.110.1: #i27773#: always use graphic objects instead of MetaFiles

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [724f72d9bfbc05060798852f6ea231d13da2b320]

        INTEGRATION: CWS mav09 (1.10.180); FILE MERGED 2004/08/09 17:49:55 mav 1.10.180.2: RESYNC: (1.10-1.11); FILE MERGED 2004/05/06 16:48:34 mba 1.10.180.1: #i27773#: always use graphic objects instead of MetaFiles

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [45e1cafba2c17b4b1d68263635218ecdd1a4c247]

        INTEGRATION: CWS mav09 (1.9.178); FILE MERGED 2004/09/16 14:37:11 mav 1.9.178.5: RESYNC: (1.11-1.12); FILE MERGED 2004/08/09 17:49:04 mav 1.9.178.4: RESYNC: (1.10-1.11); FILE MERGED 2004/04/29 20:13:37 mav 1.9.178.3: RESYNC: (1.9-1.10); FILE MERGED 2004/04/26 11:55:37 mba 1.9.178.2: #i27773#: new embedding API 2004/04/21 14:45:29 mba 1.9.178.1: #i27773#: new storage and embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6e7d943c70ab726cb483fec2c079a6b89bc72506]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/04/29 11:00:09 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [80ed2826e68d378e2d208f2278ec3c96c611f5eb]

        INTEGRATION: CWS mav09 (1.5.156); FILE MERGED 2004/08/19 07:55:29 mba 1.5.156.4: #i27773#: superfluous code removed 2004/07/07 21:31:04 mav 1.5.156.3: RESYNC: (1.5-1.6); FILE MERGED 2004/04/21 14:45:28 mba 1.5.156.2: #i27773#: new storage and embedding API 2004/04/14 14:10:37 mba 1.5.156.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d9517fe72f5a0781aecb0949b0643af31e399d59]

        INTEGRATION: CWS mav09 (1.7.156); FILE MERGED 2004/04/14 14:10:37 mba 1.7.156.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [99fc07a16e9917e24bb7fc2a74abfc5dce3db7d5]

        INTEGRATION: CWS mav09 (1.13.156); FILE MERGED 2004/07/07 21:30:54 mav 1.13.156.2: RESYNC: (1.13-1.15); FILE MERGED 2004/04/14 14:10:37 mba 1.13.156.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [eb84b649da484ef097ea991055b81876f5f95685]

        INTEGRATION: CWS mav09 (1.9.134); FILE MERGED 2004/07/06 16:18:51 mba 1.9.134.10: #i27773#: work on TODOs 2004/06/10 16:47:03 mba 1.9.134.9: #i27773#: some fixed to make InPlace Editing work; fixed for MS import 2004/06/02 11:48:22 mba 1.9.134.8: #i27773#: commit storages 2004/06/01 08:11:45 mba 1.9.134.7: #i27773#: new embedding API 2004/05/19 14:28:51 mav 1.9.134.6: #i27773# resolve resync problems 2004/05/05 12:00:46 mba 1.9.134.5: #i27773#: platform independent GUIDs 2004/04/29 11:00:20 mba 1.9.134.4: #i27773#: remove so3 2004/04/23 17:01:48 mba 1.9.134.3: #i27773#: work with new embedding API 2004/04/21 14:45:28 mba 1.9.134.2: #i27773#: new storage and embedding API 2004/04/14 14:10:37 mba 1.9.134.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [35f6e14d38b8619295ce6d888abcc301a0988fbf]

        INTEGRATION: CWS mav09 (1.15.156); FILE MERGED 2004/07/14 13:35:26 mav 1.15.156.3: #i27773# fix resync related issues 2004/07/07 21:30:47 mav 1.15.156.2: RESYNC: (1.15-1.16); FILE MERGED 2004/04/14 14:10:36 mba 1.15.156.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b3d0ac743f0cd5160704191bf3e4d9b227341acc]

        INTEGRATION: CWS mav09 (1.87.20); FILE MERGED 2004/09/16 14:32:16 mav 1.87.20.22: RESYNC: (1.100-1.101); FILE MERGED 2004/09/06 10:10:26 mba 1.87.20.21: #i27773#: correct OLE1 conversion 2004/08/31 10:09:41 mav 1.87.20.20: #i27773# fix typo 2004/08/30 16:48:30 mav 1.87.20.19: #i27773# commit the storage 2004/08/19 07:55:04 mba 1.87.20.18: #i27773#: load objects from embedded OLE format (embedserv) 2004/08/17 16:27:03 mba 1.87.20.17: #i27773#: load embedded OLE format of our own documents 2004/08/16 08:42:26 mba 1.87.20.16: #i27773#: some TODOs checked 2004/08/09 17:46:33 mav 1.87.20.15: RESYNC: (1.99-1.100); FILE MERGED 2004/07/14 13:35:25 mav 1.87.20.14: #i27773# fix resync related issues 2004/07/07 21:30:38 mav 1.87.20.13: RESYNC: (1.92-1.99); FILE MERGED 2004/07/06 16:18:50 mba 1.87.20.12: #i27773#: work on TODOs 2004/06/10 16:47:02 mba 1.87.20.11: #i27773#: some fixed to make InPlace Editing work; fixed for MS import 2004/06/02 11:48:21 mba 1.87.20.10: #i27773#: commit storages 2004/06/01 08:11:43 mba 1.87.20.9: #i27773#: new embedding API 2004/05/19 14:28:50 mav 1.87.20.8: #i27773# resolve resync problems 2004/05/17 20:52:40 mav 1.87.20.7: RESYNC: (1.91-1.92); FILE MERGED 2004/05/16 17:29:03 mba 1.87.20.6: #i27773#: new EmbeddedObjectContainer 2004/05/04 14:04:31 mba 1.87.20.5: #i27773#: remove so3 2004/04/29 20:11:30 mav 1.87.20.4: RESYNC: (1.87-1.91); FILE MERGED 2004/04/29 11:00:19 mba 1.87.20.3: #i27773#: remove so3 2004/04/21 14:45:27 mba 1.87.20.2: #i27773#: new storage and embedding API 2004/04/14 14:10:36 mba 1.87.20.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [84e56b920e29a98de6ad43afd8097c6a6af54116]

        INTEGRATION: CWS mav09 (1.7.678); FILE MERGED 2004/07/09 16:34:50 mav 1.7.678.3: RESYNC: (1.7-1.8); FILE MERGED 2004/04/29 11:00:46 mba 1.7.678.2: #i27773#: remove so3 2004/04/14 14:10:04 mba 1.7.678.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [556644b5d2e96a5b4ef1ff2e356615b7984f868c]

        INTEGRATION: CWS mav09 (1.28.528); FILE MERGED 2004/09/16 14:27:14 mav 1.28.528.2: RESYNC: (1.28-1.30); FILE MERGED 2004/04/14 14:09:43 mba 1.28.528.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [15daa5785af0c91ce239467be28e4249faf87538]

        INTEGRATION: CWS mav09 (1.7.396); FILE MERGED 2004/04/29 20:00:43 mav 1.7.396.2: RESYNC: (1.7-1.9); FILE MERGED 2004/04/14 14:09:35 mba 1.7.396.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [0d0a43b2e42efabc1d44c2074df13bd9f701c312]

        INTEGRATION: CWS mav09 (1.12.176); FILE MERGED 2004/04/14 14:09:35 mba 1.12.176.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [cd7096b4260149eb6fdd117ea0ba26b8116a41b2]

        INTEGRATION: CWS mav09 (1.41.54); FILE MERGED 2004/05/17 20:45:28 mav 1.41.54.2: RESYNC: (1.41-1.42); FILE MERGED 2004/04/14 14:09:22 mba 1.41.54.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [81336d421f594c2822ce5dd0c080dcb280957956]

        INTEGRATION: CWS mav09 (1.5.698); FILE MERGED 2004/05/17 20:44:05 mav 1.5.698.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/14 14:09:22 mba 1.5.698.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [079cde0c0dff93bd74ff1d26b01c8b67022d8e68]

        INTEGRATION: CWS mav09 (1.3.124); FILE MERGED 2004/09/16 14:19:21 mav 1.3.124.6: RESYNC: (1.12-1.17); FILE MERGED 2004/07/09 16:29:26 mav 1.3.124.5: RESYNC: (1.11-1.12); FILE MERGED 2004/07/07 21:20:36 mav 1.3.124.4: RESYNC: (1.8-1.11); FILE MERGED 2004/05/17 20:42:59 mav 1.3.124.3: RESYNC: (1.5-1.8); FILE MERGED 2004/04/29 19:56:48 mav 1.3.124.2: RESYNC: (1.3-1.5); FILE MERGED 2004/04/14 14:08:34 mba 1.3.124.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1814bc43e8c7b03cd29a60c37e31e46b2091cfde]

        INTEGRATION: CWS mav09 (1.23.124); FILE MERGED 2004/09/16 14:19:13 mav 1.23.124.2: RESYNC: (1.23-1.25); FILE MERGED 2004/04/14 14:08:34 mba 1.23.124.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [c1c7443f8a10ee03efeb5038ca306e12088e9913]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/14 13:33:09 mav 1.1.2.7: #i27773# fix resync related issues 2004/07/06 16:09:07 mba 1.1.2.6: #i27773#: moved DDELinkEdit to SFX2 2004/07/02 08:44:34 mba 1.1.2.5: #i27773#: some ToDos 2004/06/18 14:06:45 mba 1.1.2.4: #i27773#: moved FloatingFrameDialog from SFX 2004/04/29 14:55:16 mba 1.1.2.3: #i27773#: remove so3 2004/04/29 11:00:46 mba 1.1.2.2: #i27773#: remove so3 2004/04/28 10:36:46 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [bd97d05cea9248a89703f72e5ffb5aaf1dd132c0]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/06 16:09:07 mba 1.1.2.7: #i27773#: moved DDELinkEdit to SFX2 2004/07/02 08:44:34 mba 1.1.2.6: #i27773#: some ToDos 2004/06/18 14:06:44 mba 1.1.2.5: #i27773#: moved FloatingFrameDialog from SFX 2004/04/29 14:55:15 mba 1.1.2.4: #i27773#: remove so3 2004/04/29 11:00:45 mba 1.1.2.3: #i27773#: remove so3 2004/04/28 11:23:36 mba 1.1.2.2: #i27773#: remove so3 2004/04/28 10:36:47 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3000133ad9605769195683734a54628494d21d56]

        INTEGRATION: CWS mav09 (1.3.8); FILE MERGED 2004/09/16 14:17:17 mav 1.3.8.3: RESYNC: (1.4-1.7); FILE MERGED 2004/08/09 17:42:18 mav 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/14 13:33:09 mav 1.3.8.1: #i27773# fix resync related issues

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [b8a8f0c33e2c2aea404e58b169c3bc963aa6daa9]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/05/04 14:05:04 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4ed081b8ec6b0a6cbe40939cd42938dffb6c4739]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/05/05 12:00:34 mba 1.1.2.2: #i27773#: VCL ModalDialog resource don't work for Dialog class 2004/04/29 10:58:48 mba 1.1.2.1: #i27773#: remove so3linkdlg.hxx

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8fd656f6cb1681054ced4be4248c784d65561141]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/06 16:08:16 mba 1.1.2.6: #i27773#: mark TODOs for later 2004/05/19 14:28:49 mav 1.1.2.5: #i27773# resolve resync problems 2004/05/05 12:00:33 mba 1.1.2.4: #i27773#: VCL ModalDialog resource don't work for Dialog class 2004/04/29 14:55:15 mba 1.1.2.3: #i27773#: remove so3 2004/04/29 14:31:30 mba 1.1.2.2: #i27773#: superfluous code removed 2004/04/29 10:59:01 mba 1.1.2.1: #i27773#: remove so3linkdlg.hxx

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6c5a72c539a5939d335b891fbaed27c30d9a438a]

        INTEGRATION: CWS mav09 (1.15.528); FILE MERGED 2004/04/29 19:54:54 mav 1.15.528.2: RESYNC: (1.15-1.16); FILE MERGED 2004/04/14 14:08:33 mba 1.15.528.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [89aaeaf8525e778a468a013a0c6d32a5790cc446]

        INTEGRATION: CWS mav09 (1.4.180); FILE MERGED 2004/04/14 14:08:33 mba 1.4.180.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [948e20bda49a650eb8c36ed7a9eb5b0e40eb6f4a]

        INTEGRATION: CWS mav09 (1.20.46); FILE MERGED 2004/09/21 16:19:05 mav 1.20.46.10: RESYNC: (1.38-1.40); FILE MERGED 2004/09/16 14:13:06 mav 1.20.46.9: RESYNC: (1.33-1.38); FILE MERGED 2004/08/09 17:41:49 mav 1.20.46.8: RESYNC: (1.32-1.33); FILE MERGED 2004/07/09 16:26:38 mav 1.20.46.7: RESYNC: (1.31-1.32); FILE MERGED 2004/07/07 21:11:33 mav 1.20.46.6: RESYNC: (1.24-1.31); FILE MERGED 2004/05/17 20:36:48 mav 1.20.46.5: RESYNC: (1.21-1.24); FILE MERGED 2004/05/04 14:04:31 mba 1.20.46.4: #i27773#: remove so3 2004/04/29 19:54:46 mav 1.20.46.3: RESYNC: (1.20-1.21); FILE MERGED 2004/04/29 11:00:44 mba 1.20.46.2: #i27773#: remove so3 2004/04/28 10:37:09 mba 1.20.46.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1c48c4013c05d9843c3f3ff1dd94115b14ae5a5c]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/05/17 10:59:26 mba 1.1.2.3: #i27773#: one more parameter for LinksDialog 2004/05/05 12:00:33 mba 1.1.2.2: #i27773#: VCL ModalDialog resource don't work for Dialog class 2004/04/29 10:59:23 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [417b31b2063f28edda77b30518f3ff45a6f3bc14]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/05/05 12:00:33 mba 1.1.2.3: #i27773#: VCL ModalDialog resource don't work for Dialog class 2004/04/29 14:55:15 mba 1.1.2.2: #i27773#: remove so3 2004/04/29 10:58:36 mba 1.1.2.1: #i27773#: remove so3linkdlg.hxx

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [2a791f8a33a5e437943871498b558f78fe91f6f1]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/02 08:44:34 mba 1.1.2.6: #i27773#: some ToDos 2004/06/18 14:06:44 mba 1.1.2.5: #i27773#: moved FloatingFrameDialog from SFX 2004/05/16 17:29:02 mba 1.1.2.4: #i27773#: new EmbeddedObjectContainer 2004/05/05 12:00:33 mba 1.1.2.3: #i27773#: VCL ModalDialog resource don't work for Dialog class 2004/04/29 11:00:44 mba 1.1.2.2: #i27773#: remove so3 2004/04/28 11:23:56 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [89728f2c31ee1e5a0205fc3113a0d1698cf82531]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/15 11:16:15 mav 1.1.2.16: #i27773# commit changes made offline 2004/07/06 16:07:54 mba 1.1.2.15: #i27773#: work on TODOs 2004/07/02 08:44:34 mba 1.1.2.14: #i27773#: some ToDos 2004/06/25 12:08:38 mav 1.1.2.13: #i27773# linkage support 2004/06/18 14:06:42 mba 1.1.2.12: #i27773#: moved FloatingFrameDialog from SFX 2004/06/01 08:11:42 mba 1.1.2.11: #i27773#: new embedding API 2004/05/28 16:18:26 mba 1.1.2.10: #27773#: Maintain ViewAspect on SdrOleObject 2004/05/26 14:23:15 mav 1.1.2.9: #i23337# generate object name 2004/05/19 14:28:48 mav 1.1.2.8: #i27773# resolve resync problems 2004/05/16 17:29:02 mba 1.1.2.7: #i27773#: new EmbeddedObjectContainer 2004/05/06 17:23:04 mav 1.1.2.6: #i27773# Win insert object dialog usage 2004/05/05 12:00:32 mba 1.1.2.5: #i27773#: VCL ModalDialog resource don't work for Dialog class 2004/05/04 14:04:30 mba 1.1.2.4: #i27773#: remove so3 2004/04/29 14:55:13 mba 1.1.2.3: #i27773#: remove so3 2004/04/29 11:00:43 mba 1.1.2.2: #i27773#: remove so3 2004/04/28 11:23:56 mba 1.1.2.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [99e19700226b12574afb27651d477e0a2962d04b]

        INTEGRATION: CWS mav09 (1.18.180); FILE MERGED 2004/08/09 17:41:13 mav 1.18.180.2: RESYNC: (1.18-1.19); FILE MERGED 2004/04/14 14:08:33 mba 1.18.180.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1472bb30e84c1f353abbdc6cd73f30ed41e263fa]

        INTEGRATION: CWS mav09 (1.3.48); FILE MERGED 2004/09/21 16:18:38 mav 1.3.48.11: RESYNC: (1.10-1.11); FILE MERGED 2004/08/09 17:40:54 mav 1.3.48.10: RESYNC: (1.9-1.10); FILE MERGED 2004/07/09 16:24:55 mav 1.3.48.9: RESYNC: (1.8-1.9); FILE MERGED 2004/07/07 21:07:00 mav 1.3.48.8: RESYNC: (1.6-1.8); FILE MERGED 2004/07/02 08:44:33 mba 1.3.48.7: #i27773#: some ToDos 2004/05/17 20:35:06 mav 1.3.48.6: RESYNC: (1.4-1.6); FILE MERGED 2004/05/17 10:59:26 mba 1.3.48.5: #i27773#: one more parameter for LinksDialog 2004/05/16 17:29:02 mba 1.3.48.4: #i27773#: new EmbeddedObjectContainer 2004/04/29 19:53:52 mav 1.3.48.3: RESYNC: (1.3-1.4); FILE MERGED 2004/04/29 11:00:43 mba 1.3.48.2: #i27773#: remove so3 2004/04/28 11:23:33 mba 1.3.48.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [fa0c8abc177bf1611ada4d248680653f646d4545]

        INTEGRATION: CWS mav09 (1.4.48); FILE MERGED 2004/09/21 16:18:30 mav 1.4.48.13: RESYNC: (1.13-1.14); FILE MERGED 2004/09/16 14:08:58 mav 1.4.48.12: RESYNC: (1.11-1.13); FILE MERGED 2004/08/09 17:40:46 mav 1.4.48.11: RESYNC: (1.10-1.11); FILE MERGED 2004/07/09 16:24:47 mav 1.4.48.10: RESYNC: (1.9-1.10); FILE MERGED 2004/07/07 21:06:53 mav 1.4.48.9: RESYNC: (1.7-1.9); FILE MERGED 2004/07/02 08:44:33 mba 1.4.48.8: #i27773#: some ToDos 2004/06/18 14:06:41 mba 1.4.48.7: #i27773#: moved FloatingFrameDialog from SFX 2004/05/17 20:34:59 mav 1.4.48.6: RESYNC: (1.5-1.7); FILE MERGED 2004/05/17 10:59:25 mba 1.4.48.5: #i27773#: one more parameter for LinksDialog 2004/05/16 17:29:01 mba 1.4.48.4: #i27773#: new EmbeddedObjectContainer 2004/04/29 19:53:43 mav 1.4.48.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/29 11:00:42 mba 1.4.48.2: #i27773#: remove so3 2004/04/28 11:23:30 mba 1.4.48.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [af1d676e127013fbf834fe47d10451fb6ab76577]

        INTEGRATION: CWS mav09 (1.2.124); FILE MERGED 2004/07/07 21:04:20 mav 1.2.124.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/14 14:08:32 mba 1.2.124.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [6b874609f9b3af5a8cc4680062261688704662a1]

        INTEGRATION: CWS mav09 (1.11.528); FILE MERGED 2004/04/21 14:44:55 mba 1.11.528.2: #i27773#: new storage and embedding API 2004/04/14 14:05:41 mba 1.11.528.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4f44f9215fc66fd9f4635c601705545ad6536cd5]

        INTEGRATION: CWS mav09 (1.6.528); FILE MERGED 2004/04/26 11:55:27 mba 1.6.528.3: #i27773#: new embedding API 2004/04/21 14:44:54 mba 1.6.528.2: #i27773#: new storage and embedding API 2004/04/14 14:05:41 mba 1.6.528.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e6e3413b3a866087221278e19cc64412b92e5390]

        INTEGRATION: CWS mav09 (1.1.1.1.722); FILE MERGED 2004/08/19 07:44:53 mba 1.1.1.1.722.2: #i27773#: changed documentation 2004/04/14 14:04:21 mba 1.1.1.1.722.1: #i27773#: remove so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3de1e12891599158ca3019225a68c6b0cea49d0f]

        INTEGRATION: CWS mav09 (1.1.1.1.722); FILE MERGED 2004/06/10 16:46:44 mba 1.1.1.1.722.2: #i27773#: some fixed to make InPlace Editing work; fixed for MS import 2004/04/21 14:44:52 mba 1.1.1.1.722.1: #i27773#: new storage and embedding API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8fef92393aefbda8cca8ce91de511bff212c854e]

        INTEGRATION: CWS mav09 (1.3.714); FILE MERGED 2004/04/14 14:01:48 mba 1.3.714.1: #i27773#: DDE moved from so3

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [37eb5d1e4453e72db22fcc56872bdab541a3d040]

        INTEGRATION: CWS mav09 (1.2.124); FILE MERGED 2004/09/16 13:45:19 mav 1.2.124.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/14 14:01:10 mba 1.2.124.1: #i27773#: remove so3; new storage API

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [9a503f6b9294864b39ab15398a703ed14cbfc976]

        INTEGRATION: CWS mav09 (1.15.230); FILE MERGED 2004/07/08 03:28:40 mav 1.15.230.2: RESYNC: (1.15-1.16); FILE MERGED 2004/07/01 17:30:28 mav 1.15.230.1: #i27773# transport error code

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8032afea4045b3acdd4ab591bbd434012d109c74]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/01 17:31:30 mav 1.1.2.1: #i27773# transport error code

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f9dce664519118f94a4def16b5b5aa14876ddc42]

        INTEGRATION: CWS mav09 (1.20.30); FILE MERGED 2004/09/16 12:58:05 mav 1.20.30.4: RESYNC: (1.22-1.23); FILE MERGED 2004/07/09 16:45:03 mav 1.20.30.3: RESYNC: (1.21-1.22); FILE MERGED 2004/07/08 01:08:20 mav 1.20.30.2: RESYNC: (1.20-1.21); FILE MERGED 2004/06/14 09:45:41 mav 1.20.30.1: #i27773# info about Controller's border

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [263bc85831ecd61668e20e74609051edf762c23b]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/17 10:57:31 mav 1.1.2.2: #i27773# retrieve suggested size for embedded document 2004/06/14 09:46:51 mav 1.1.2.1: #i27773# info about Controller's border

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e9c2b511ff6506816024dd572ef4300f60ddeb1f]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/14 09:46:39 mav 1.1.2.1: #i27773# info about Controller's border

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [e07f0a9139d961d96226455f8a028f5f442c47fc]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/14 09:46:25 mav 1.1.2.1: #i27773# info about Controller's border

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [91f18fce0347b844543081d86be7608ad9a593ed]

        INTEGRATION: CWS mav09 (1.3.30); FILE MERGED 2004/07/15 10:46:24 mav 1.3.30.10: #i27773# UseBackupException.idl 2004/06/25 11:52:01 mav 1.3.30.9: #i27773# linkage support 2004/06/14 09:49:14 mav 1.3.30.8: #i27773# the structure is moved to frame namespace 2004/05/24 10:56:05 mav 1.3.30.7: #i27773# support most of vcl map modes 2004/05/18 10:20:46 mav 1.3.30.6: #i27773# resolve conflict 2004/05/17 17:30:31 mav 1.3.30.5: RESYNC: (1.4-1.5); FILE MERGED 2004/05/13 07:22:17 mav 1.3.30.4: #i27773# Default visual representation 2004/04/29 13:44:21 mav 1.3.30.3: #i27773# inserting of an object by dialog 2004/03/02 09:10:08 mav 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2004/02/27 10:29:38 mav 1.3.30.1: #115011# hatch window mechanics

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [193b059634a55de3bfe83eeb71627d49aa1fc0a6]

        INTEGRATION: CWS mav09 (1.2.108); FILE MERGED 2004/05/24 08:43:01 mba 1.2.108.3: #i27773#: some changes about MapUnit 2004/05/17 17:30:14 mav 1.2.108.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/13 07:22:17 mav 1.2.108.1: #i27773# Default visual representation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [379d93f661728e920ff1e98df60e22266266020e]

        INTEGRATION: CWS mav09 (1.4.2); FILE MERGED 2004/06/25 11:52:01 mav 1.4.2.1: #i27773# linkage support

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [4685defe0924dec3484d845838b17ff759008f3d]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/04/29 13:34:48 mav 1.1.2.1: #i27773# inserting of an object by dialog

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [33c23e2a3fcb35a42e02a034992d0a7f8d036f7a]

        INTEGRATION: CWS mav09 (1.2.108); FILE MERGED 2004/07/19 09:05:33 mav 1.2.108.4: #i27773# menu merging 2004/05/17 17:21:56 mav 1.2.108.3: RESYNC: (1.2-1.3); FILE MERGED 2004/02/20 16:50:50 mav 1.2.108.2: #115011# correct the comments 2004/01/22 11:48:26 mav 1.2.108.1: #115011# let the names be the same

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [ef202a6ebe737457d57d1768ec9c7dde5860dd07]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/25 11:52:21 mav 1.1.2.1: #i27773# linkage support

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1ce2193b54e8ef004e59f6f9aa0bab18b70c9467]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/05/18 10:36:38 mav 1.1.2.2: #i27773# resolve conflict 2004/05/13 07:22:44 mav 1.1.2.1: #i27773# Default visual representation

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [7b91cb069e269cbe0c181b7530b3cb1f3ee13b29]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/07/15 10:47:21 mav 1.1.2.1: #i27773# new UseBackupException.idl

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [3a37c3a1a2ca88115594cbf70dcd7df541b3b610]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/04/29 13:34:36 mav 1.1.2.1: #i27773# inserting of an object by dialog

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [85863623e8c0c937ec7fb8de8466d64884e4750a]

        INTEGRATION: CWS mav09 (1.3.2); FILE MERGED 2004/07/06 16:22:47 mba 1.3.2.2: #i27773#: new constant for non-resizable objects 2004/05/24 08:43:01 mba 1.3.2.1: #i27773#: some changes about MapUnit

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [977f61c8ed57567dd500c9165778a023be0d0362]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/05/24 10:16:22 mav 1.1.2.2: #i27773# support most of vcl map modes 2004/05/24 08:26:57 mba 1.1.2.1: #i27773#: MapUnits for embedded objects

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [82edb25105ee857e1edb59fead1480d5eef1390a]

        INTEGRATION: CWS mav09 (1.33.68); FILE MERGED 2004/08/09 17:56:37 mav 1.33.68.2: RESYNC: (1.33-1.34); FILE MERGED 2004/06/18 15:11:24 mav 1.33.68.1: #i27773# storage based documents

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [29d45ee3b4a2d8581de5468bc7980a7ef99a24db]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/18 15:12:13 mav 1.1.2.1: #i27773# storage based documents

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5f7e81f911fe2953f4b22ba36accbb9b99538e34]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/06/18 15:12:03 mav 1.1.2.1: #i27773# storage based documents

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [48fb97e0fb20ac87670fe028ce0e618eb46d4ffa]

        INTEGRATION: CWS mav09 (1.19.42); FILE MERGED 2004/09/16 12:52:27 mav 1.19.42.2: RESYNC: (1.19-1.20); FILE MERGED 2004/08/18 10:30:41 mav 1.19.42.1: #i27773# base url and hierarchical path

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [8944265a961b0028e54c29e69cddcc0feecf6b36]

        INTEGRATION: CWS mav09 (1.8.42); FILE MERGED 2004/09/16 12:19:43 mav 1.8.42.4: RESYNC: (1.9-1.10); FILE MERGED 2004/08/09 19:12:45 mav 1.8.42.3: RESYNC: (1.8-1.9); FILE MERGED 2004/05/24 11:09:38 mav 1.8.42.2: #i27773# support most of vcl map modes 2004/05/24 10:15:28 mav 1.8.42.1: #i27773# map unit related helper methods

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [1851d95624bdd3ecfa86a5eb28ca164f86548211]

        INTEGRATION: CWS mav09 (1.2.24); FILE MERGED 2004/09/16 12:18:27 mav 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/24 10:15:28 mav 1.2.24.1: #i27773# map unit related helper methods

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [48d1e9cff0294e39d74bbe22392943c816ee94fe]

        INTEGRATION: CWS mav09 (1.3.4); FILE MERGED 2004/07/14 08:24:18 mav 1.3.4.1: #i27773# add new Embedding schema file

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [98c6382021c275b5248ad2c05d7639fc353f4a42]

        INTEGRATION: CWS mav09 (1.1.2); FILE ADDED 2004/08/18 12:35:08 mav 1.1.2.8: #i27773# let the old order of objects be used 2004/06/23 12:29:48 mav 1.1.2.7: #i27773# use type xs:long 2004/06/18 14:20:08 mba 1.1.2.6: #i27773#: wrong type 2004/06/07 16:20:43 mav 1.1.2.5: #i27773# use localized object names 2004/06/07 15:56:00 mav 1.1.2.4: #i27773# additional properties of verbs 2004/06/07 09:31:31 mav 1.1.2.3: #i27773# some changes 2004/06/03 13:35:59 mav 1.1.2.2: #i27773# simplify types 2004/06/03 11:01:27 mav 1.1.2.1: #i27773# introduce embedded objects related configuration entries

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [30839256cb06fdbbc3d06ead5f95ff772f358402]

        INTEGRATION: CWS mav09 (1.90.26); FILE MERGED 2004/09/16 12:14:34 mav 1.90.26.4: RESYNC: (1.94-1.99); FILE MERGED 2004/07/09 17:28:14 mav 1.90.26.3: RESYNC: (1.91-1.94); FILE MERGED 2004/07/08 08:25:39 mav 1.90.26.2: RESYNC: (1.90-1.91); FILE MERGED 2004/06/03 11:00:29 mav 1.90.26.1: #i27773# introduce embedded objects related configuration entries

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [5edb0cdd943febd661fc3b5926ae033595cc63b6]

        INTEGRATION: CWS mav09 (1.17.4); FILE MERGED 2004/09/16 12:08:32 mav 1.17.4.3: RESYNC: (1.18-1.21); FILE MERGED 2004/08/09 18:55:47 mav 1.17.4.2: RESYNC: (1.17-1.18); FILE MERGED 2004/07/14 07:45:44 mav 1.17.4.1: #i27773# remove objects names

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [f66300ed325ee3997cf3560db01726670adbf9d7]

        INTEGRATION: CWS mav09 (1.29.8); FILE MERGED 2004/09/28 11:15:51 mav 1.29.8.1: #100000# fix from JSC for 64-bit constants

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [944db116dd70a4c40dc36b5562aa528847706743]

        #i34819# Fixed second occurence of wrongly used m_aModuleIdentifier

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [d740b4e3310d9880e745b627529654bdea2029bf]

        #i34819# fixed wrong copy statements for xml user-interface files

2004-10-04  Kurt Zenker  <kz@openoffice.org>  [46b142d1bc6c6051a13e8273470707edf1556f72]

        #i34819# Module identifier must be used to initialize image manager correctly

2004-10-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bde20beb488fbd488ed9fc81d6ecde7ed394ce11]

        #i10000# uninitialized values in error/date checking

2004-10-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [51b4a66d69b1aa248b5778e6773d98402ddf14da]

        #i10000#: sanitize_cvs_hierarchy(): call configuration outside loop

2004-10-01  Vladimir Glazounov  <vg@openoffice.org>  [fc7b3f2e4b8562192e0d31686033ef19131199fe]

        #i34827# use CwsConfig instead of direct access to environment variables

2004-10-01  Kai Ahrens  <ka@openoffice.org>  [fc4ae7add7cedd072ab0effa905992a28a716d20]

        removed

2004-10-01  Oliver Specht  <os@openoffice.org>  [efe53cb9092cd6cce6db9960b987c8209544910e]

        #i34857# language menu corrected

2004-10-01  Peter Burow  <pb@openoffice.org>  [252fa6c29d4f4509cfb0eda9f9e362d25ff1b124]

        fix: #i34816# deliver *.hid

2004-09-30  Rüdiger Timm  <rt@openoffice.org>  [a65b8136a310a51a8e374c2c237e938d43b66acc]

        #i34833# Patch by mmeeks: add unotools as dependency

2004-09-30  Kurt Zenker  <kz@openoffice.org>  [dc8642335336d6147723564eb67a2dd1d8123578]

        #i10000# Undo previous changes, fixed tools/urlobj.cxx instead.

2004-09-30  Stephan Bergmann  <sb@openoffice.org>  [38cda5708279428877ccdffc3c903b035c9fdff1]

        #i34835# To avoid problems with Windows file paths like C:\foo, do not accept INET_PROT_GENERIC schemes that are only one character long.

2004-09-30  Rüdiger Timm  <rt@openoffice.org>  [771ee4b0a237ff1d92774b096bfa945d1b43e721]

        #i10000# Just found this as locally modified :-(

2004-09-30  Vladimir Glazounov  <vg@openoffice.org>  [ffbd2d666818bb516fde57ad33c3e4c9ac57e185]

        #i10000# Work around problem of absolute Windows file paths and INET_PROT_GENERIC.

2004-09-30  Rüdiger Timm  <rt@openoffice.org>  [bc6efebce6cd85aece87b2ea1976fec2e62c5bd8]

        #i10000# Add new SO only module dependency gnomelibs

2004-09-29  Rüdiger Timm  <rt@openoffice.org>  [dc9892bb2fbdea0a872409ad94fad59ef0007602]

        #i34782#  Removed gconfbe for all platforms, as testing reports problems on linux, too.

2004-09-29  Rüdiger Timm  <rt@openoffice.org>  [3d664e69e087ef4171b3d5d369a0b5306cc74218]

        SRC680

2004-09-29  Rüdiger Timm  <rt@openoffice.org>  [958c02ed71049e5d0233da682256e3b7ac6b8851]

        #i34782# For now take gconfbe for linux only, not solaris.

2004-09-29  Rüdiger Timm  <rt@openoffice.org>  [3d4a11f63e785e123d6a071332c47627ae5d8d5e]

        #117964# CD: check reference before use.

2004-09-29  Rüdiger Timm  <rt@openoffice.org>  [7fc6bfc53a9759e14232e38e98ad92bf04f6e73c]

        #i10000# swui library needs to be linked against SOTLIB

2004-09-29  Rüdiger Timm  <rt@openoffice.org>  [028d3bd60b9583dda51c8a299487fea6ee56b917]

        #i10000# undef SW_DLLIMPLEMENTATION because this one gets into swui library.

2004-09-29  Rüdiger Timm  <rt@openoffice.org>  [0ea2230c291c188e41c22f7c1b44e2f2d3256e71]

        #i10000# undef SW_DLLIMPLEMENTATION because this one gets into swui library.

2004-09-28  Oliver Specht  <os@openoffice.org>  [9e48d5370418f6f6dd8c815ab6758bc78931c918]

        #i34716# range definition corrected after change of the values in svxids.hrc

2004-09-28  Andreas Schlüns  <as@openoffice.org>  [9b25206255d8e97aba1f3ff7b8f4ea746b1faa4a]

        #i34709# forgot global accelerator config

2004-09-27  Michael Hönnig  <mi@openoffice.org>  [07a52cd9bdba0af72f66e22acab3d4ee56db2a52]

        ...Adapter moved to juh

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [0de78377c513cf8639fb9f5297509f589f14dd31]

        #i10000# Remove SW_DLLPRIVATE for SttEndDoc( BOOL bStt )

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [1c3c90032920f24f82490ee3c303f30d4bb19eca]

        #i10000# Remove SW_DLLPRIVATE for _FwdPara()

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [b9a34b9de68bd0c48ce90757a36006a4363130c7]

        #i10000# Declare class SwIoSystem SW_DLLPUBLIC

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [fb1a836b1d16bff748cbf34bcaa8f7edfb8b20be]

        #i10000# Declare SetFlyFrmAttr SW_DLLPUBLIC

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [d47efab3e16c6d9a8948142eccbed52b5dad5292]

        #i10000# FILTER_XML is private, use GetFILTER_XML() instead

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [bcbc09f34ef7d9cede28366f8487596a0142f741]

        #i10000# Inlude view/SlideSorterView.hxx and svx/svdpagv.hxx

2004-09-27  Vladimir Glazounov  <vg@openoffice.org>  [45f953b7755cba4fac518307557562a9f1bce7f4]

        new version for SRC680

2004-09-27  Vladimir Glazounov  <vg@openoffice.org>  [c8e93a6d340936c975c1d331c673745a46b2645f]

        new version for SRC680

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [37b3f07fa6a12b868f12f6fc597225cafdeb18d5]

        #i10000# Change 'RemoveAttribs( ULONG nPara, USHORT nWhich )' into 'RemoveAttribs( ULONG nPara, USHORT nWhich, BOOL bIdleFormatAndUpdate )' to avoid ambiguity

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [cbd7c221865f016f56a0f50f9d07864d504147ff]

        #i10000# pTextEngine->RemoveAttribs changed

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [a10006052998874a88685d43a1a4c04956bfafb4]

        #i10000# Revert last change in favour of changing RemoveAttribs in svtools/texteng.hxx (OS).

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [7230048a92f0f61b587fe21cd4624dcf411f982c]

        #i10000# SW_DLLPUBLIC NumEditAction

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [e53de605c199fc768c81c438f3d1984bc1a41dee]

        #i10000# Declare class SwSendMailDialog SW_DLLPUBLIC

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [cfa4230231ac822ee30ebf6b62c1e6d30e0406c8]

        #i10000# make  GetPropName SW_DLLPUBLIC

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [a944ee4fd42fa3ea65e22db54cabc97ea04c0b5e]

        #i10000# Some SW_DLLPUBLIC declarations added.

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [f04672d475b4b786caa0ad32e1a0e26323ceb21f]

        #i10000# Declare class SwMailMergeConfigItem SW_DLLPUBLIC

2004-09-27  Rüdiger Timm  <rt@openoffice.org>  [3ce421d35488643cd37b613d24c2fa3c233d4a67]

        #i10000# Syntax: missing backslash

2004-09-27  Vladimir Glazounov  <vg@openoffice.org>  [2a8502e2aba9f56172286483ea6140a3d9e4bf1f]

        new version for SRC680

2004-09-27  Stephan Bergmann  <sb@openoffice.org>  [479863991cfb529ae056e112aeb026ed61ba57d4]

        #i34480# Fixed problem with more aggresive inlining of GCC 3.4.

2004-09-24  Rüdiger Timm  <rt@openoffice.org>  [395e07b978c357fc5fa7eb67f1053ead87bd807f]

        #i10000# Merge error

2004-09-24  Rüdiger Timm  <rt@openoffice.org>  [833130494a379d803695afcc8d30de600a89878b]

        #i10000# Changed SwuiGetfnParaCurr() into GetfnParaCurr()

2004-09-24  Rüdiger Timm  <rt@openoffice.org>  [cb57abced9265ed421d66d047a489f5ba7cced95]

        #i10000# Revived SwFEShell::GetVirtPageNum, because something from CWS swmailmerge needs it

2004-09-24  Rüdiger Timm  <rt@openoffice.org>  [b74382265e8a1eefc13b06ee3e7769d7ba858a23]

        #i10000# Revived UCB_IsFile, because something from CWS swmailmerge needs it

2004-09-24  Rüdiger Timm  <rt@openoffice.org>  [1a17aa4ed3c3bcbb70c2338de2540e0ab7e188fa]

        #i10000# Revived SwEditShell::LockExpFlds() and SwEditShell::UnlockExpFlds() because something from CWS swmailmerge needs it

2004-09-24  Rüdiger Timm  <rt@openoffice.org>  [04a5fd56a5b64e1d17f6fd6812047bfe9ca2b6cd]

        #i10000# Changed SwGetFILTER_WW8() into GetFILTER_WW8()

2004-09-24  Vladimir Glazounov  <vg@openoffice.org>  [75d09637796d19b599e9699977561eb2f91739a5]

        new version for SRC680

2004-09-24  Rüdiger Timm  <rt@openoffice.org>  [1dd2653ae7f828ef51754473f000252613289814]

        #i10000# Patch by Ken Foskey to solve overloading ambiguity

2004-09-24  Rüdiger Timm  <rt@openoffice.org>  [1d277f0771df5e0c93134668d17fe36f2edb8331]

        #i10000# Merge problems intruduced by os34 and os19 interaction.

2004-09-24  Andreas Schlüns  <as@openoffice.org>  [9ee71000f8aaab2cb7748b53511264f54688cc6d]

        #i34433# rollback changes on master and fix it on a cws ...

2004-09-24  Andreas Schlüns  <as@openoffice.org>  [d5f80dd1d1d0083fae579d58007720de30ba6207]

        #i34433# component window of StartModule must be shown everytimes

2004-09-24  Rüdiger Timm  <rt@openoffice.org>  [db6b91ee25d886c58e24fad2e71315705ad3603d]

        #i10000# SwScanner parameters

2004-09-24  Rüdiger Timm  <rt@openoffice.org>  [60ebd46d8768bf0ff32975919354dea729921c67]

        #i10000# Sorry, the SYSTEM_LIBXML conditional was removed by mistake. Reverted.

2004-09-23  Michael Hönnig  <mi@openoffice.org>  [f5504e09b2c96e4b09ef132eaa4e7069d98eb728]

        ByteArray...Adapter moved from bean

2004-09-23  Andre Fischer  <af@openoffice.org>  [43beb1cd275e712d96efe9f60159f8a5d08a7d26]

        #i10000# Resolved merge conflicts.

2004-09-22  Vladimir Glazounov  <vg@openoffice.org>  [73aca9642b683e50db55241f46424c36aa9cd4b4]

        new version for SRC680

2004-09-22  Rüdiger Timm  <rt@openoffice.org>  [4d8df52f93e4224f4b0e02f69d36814b4ee3cca5]

        #i10000# namespace usage

2004-09-22  Vladimir Glazounov  <vg@openoffice.org>  [40121d3d8b6d163d653ef46d670c15e56e9d5604]

        new version for SRC680

2004-09-22  Vladimir Glazounov  <vg@openoffice.org>  [1329fce1765c1ecc059b79b3e3f618134ea813a0]

        new version for SRC680

2004-09-22  Rüdiger Timm  <rt@openoffice.org>  [95e3e7aebee8d295caf44b7b7732b3d35a5cc4d3]

        #i10000# rtl::OUStringHash instead of std::hash

2004-09-22  Rüdiger Timm  <rt@openoffice.org>  [d2fd9ad91336054c7e8e8a2deb1183254008de47]

        #i10000# Fix wrongly resolved merge conflict

2004-09-22  Rüdiger Timm  <rt@openoffice.org>  [312899f496e76df01443724cc4abb9587ef86745]

        #i10000# Correct merge error: getNullPolyBadEnum() has been duplicate.

2004-09-22  Kurt Zenker  <kz@openoffice.org>  [417d7c67b203d638b48e95472572a5e6f7986a09]

        new version for SRC680

2004-09-21  Kurt Zenker  <kz@openoffice.org>  [ddf43c988f4dc5821768789c417f545e154486bd]

        new version for SRC680

2004-09-21  Kurt Zenker  <kz@openoffice.org>  [8d5bd62012bc1221b4f54cbb5c54df5e8a64f615]

        new version for SRC680

2004-09-21  Rüdiger Timm  <rt@openoffice.org>  [feb9f9866c8131763d421feda6f908ff63ecf60b]

        new version for SRC680

2004-09-21  Rüdiger Timm  <rt@openoffice.org>  [e82453ac913ff8e8665197a3626878780c092249]

        new version for SRC680

2004-09-21  Kurt Zenker  <kz@openoffice.org>  [d37b795ff293b562a2634a06a193e3c43bb86bf3]

        new version for SRC680

2004-09-21  Vladimir Glazounov  <vg@openoffice.org>  [7352e266f460662de914a73cd18ab6a237c3c295]

        new version for SRC680

2004-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cf9a5f00e0507a39d2593dcba38a3d632a54a9b6]

        #100000# remove backslash

2004-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [93af72284e5f29a74830ffc24e603b40355c30f0]

        #100000# fix case and disable checkdll

2004-09-21  Rüdiger Timm  <rt@openoffice.org>  [d900c14da45759aa8617db8ee4b726bf40f858ed]

        #100000# SO only modul dependency to gnomelibs added.

2004-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [af7d984a445566a1f180b2a625be3f241076bfc6]

        #100000# remove endless relinking

2004-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4a4dce46e789794ba082f57bae667766b65c14e7]

        add PKGCONFIG_ROOT

2004-09-21  Rüdiger Timm  <rt@openoffice.org>  [6f679600bbd61b82fcafe8e1dca86f1a0da9e9d0]

        #i10000# Merge problem: TextEngine::ReplaceText was contained twice.

2004-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f341627a27c895c9fbf8fe82a81373827d04bd5b]

        #i34189# missing else part may break external modules

2004-09-21  Rüdiger Timm  <rt@openoffice.org>  [4ed16b3970580342d5ffbb86711f898ec98e1ee8]

        #i10000# makefile.mk and xml2.map as ADDITIONAL_FILES again.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9b1aca1128a727fcf49a3fed6740716484a81a84]

        SRC680

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [da84748f6470f28b9639097699db5064712293d6]

        INTEGRATION: CWS redlinefilterteam24 (1.9.140); FILE MERGED 2004/08/27 16:47:07 mmaher 1.9.140.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [517530679bc30ba85ab28b913b1759fea9ab2c1a]

        INTEGRATION: CWS redlinefilterteam24 (1.17.150); FILE MERGED 2004/09/13 10:02:15 mmaher 1.17.150.2: #i15212# Fix some import problems and export problems found after the first checkin 2004/08/27 16:52:08 mmaher 1.17.150.1: #i15212# Added support for reading and writing redlines

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4145aee1ffaedd9c1abfc67edaf033b4ab8cdb1e]

        INTEGRATION: CWS redlinefilterteam24 (1.67.278); FILE MERGED 2004/08/27 16:47:15 mmaher 1.67.278.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6a0a9bb376394e6ccb3449d8cf8018ddb0b30ddc]

        INTEGRATION: CWS redlinefilterteam24 (1.110.110); FILE MERGED 2004/08/27 16:47:14 mmaher 1.110.110.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [95efc25e19c39b6f3638a8ee4846227075f94a90]

        INTEGRATION: CWS redlinefilterteam24 (1.46.112); FILE MERGED 2004/08/27 16:47:14 mmaher 1.46.112.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [92159841f39276b4b2b6ad112aa389b27b536ee4]

        INTEGRATION: CWS redlinefilterteam24 (1.106.68); FILE MERGED 2004/08/27 16:47:14 mmaher 1.106.68.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [495a983a4b329a537c667875cd2c0dcc596eb284]

        INTEGRATION: CWS swqbugfixes05 (1.31.58); FILE MERGED 2004/08/16 12:44:52 fme 1.31.58.2: RESYNC: (1.31-1.32); FILE MERGED 2004/08/06 08:18:49 fme 1.31.58.1: #i32203# Numbering alignment has to be obtained from layout if paragraph is set to use direction of environment

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1aee1f264931f90d268738eeadec45f21a77d875]

        INTEGRATION: CWS redlinefilterteam24 (1.128.136); FILE MERGED 2004/08/27 16:47:13 mmaher 1.128.136.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [88b53bf8f2bc34ecf8210720bc317554b3951113]

        INTEGRATION: CWS redlinefilterteam24 (1.137.16); FILE MERGED 2004/08/27 16:47:12 mmaher 1.137.16.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0d8724195ec7d42e952d920d68eead59ff59e074]

        INTEGRATION: CWS redlinefilterteam24 (1.60.18); FILE MERGED 2004/08/27 16:47:12 mmaher 1.60.18.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [455b28524807389301ef743690743cd27650d28e]

        INTEGRATION: CWS redlinefilterteam24 (1.67.112); FILE MERGED 2004/08/27 16:47:10 mmaher 1.67.112.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8541638f1da9ba67cadb4d8b5630c4685a79a878]

        INTEGRATION: CWS redlinefilterteam24 (1.70.112); FILE MERGED 2004/08/27 16:47:07 mmaher 1.70.112.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [78808af3ed2dadc361d478fb0d293596b445a2a5]

        INTEGRATION: CWS redlinefilterteam24 (1.9.160); FILE MERGED 2004/08/27 16:47:05 mmaher 1.9.160.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [28273a5785a89cd1e939901806023d10e44f3336]

        INTEGRATION: CWS redlinefilterteam24 (1.8.160); FILE MERGED 2004/08/27 16:52:08 mmaher 1.8.160.1: #i15212# Added support for reading and writing redlines

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [19a125d51dc0660779aabee3f168a15745e1a0f9]

        INTEGRATION: CWS redlinefilterteam24 (1.25.138); FILE MERGED 2004/09/13 10:02:14 mmaher 1.25.138.2: #i15212# Fix some import problems and export problems found after the first checkin 2004/08/27 16:52:08 mmaher 1.25.138.1: #i15212# Added support for reading and writing redlines

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b9bc8ac832b708e383a0cdf87afbf8c2cc6469e4]

        INTEGRATION: CWS redlinefilterteam24 (1.42.16); FILE MERGED 2004/09/13 10:02:15 mmaher 1.42.16.2: #i15212# Fix some import problems and export problems found after the first checkin 2004/08/27 16:52:06 mmaher 1.42.16.1: #i15212# Added support for reading and writing redlines

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6e8ad8cecbb96456aebc95ace6d3e3dacebc6544]

        INTEGRATION: CWS redlinefilterteam24 (1.50.16); FILE MERGED 2004/08/27 16:52:05 mmaher 1.50.16.1: #i15212# Added support for reading and writing redlines

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dc43467e724525eec07e1255d9980b5c014719c7]

        INTEGRATION: CWS redlinefilterteam24 (1.7.162); FILE MERGED 2004/08/27 16:47:58 mmaher 1.7.162.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [69f9a6480617afa4c6cbfbf9ab046c9cd5dd2f33]

        INTEGRATION: CWS swqbugfixes05 (1.18.68); FILE MERGED 2004/08/13 07:27:47 pb 1.18.68.1: fix #116962# correct gray color

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [564fa3dc81187b8729f5e46291c0dc726b557668]

        INTEGRATION: CWS swqbugfixes05 (1.67.104); FILE MERGED 2004/08/09 11:24:29 pb 1.67.104.1: fix: #i32580# Master document added

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6e3180e151a052b841da81cb4f39d42160005fe2]

        INTEGRATION: CWS swqbugfixes05 (1.35.102); FILE MERGED 2004/08/16 23:02:29 fme 1.35.102.2: RESYNC: (1.35-1.36); FILE MERGED 2004/08/09 10:18:12 pb 1.35.102.1: fix: #i32145# 'Stylist' -> 'Styles'

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f94cd5dde9b5822ee9c484bb0433d7226e470e08]

        INTEGRATION: CWS gt01 (1.51.54); FILE MERGED 2004/09/09 08:37:48 pb 1.51.54.7: fix: #i20876# show more style entries 2004/08/26 12:55:56 os 1.51.54.6: #i20876# unhide stylist if necessary 2004/08/23 13:32:28 os 1.51.54.5: #i20876# enable creation of new styles 2004/08/22 11:50:09 pb 1.51.54.4: fix: continue 'Assigning Styles' 2004/08/13 11:29:56 pb 1.51.54.3: RESYNC: (1.51-1.52); FILE MERGED 2004/08/02 06:16:04 gt 1.51.54.2: #i20876# mixed up dispatch argument for style designer 2004/07/22 11:40:06 gt 1.51.54.1: #112355# merge conflicts

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5323fb4499407909362d9c079ff6b4556e738ba2]

        INTEGRATION: CWS swqbugfixes05 (1.4.196); FILE MERGED 2004/08/09 11:23:58 pb 1.4.196.1: fix: #i32580# Master document added

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a950b4a57a3f39a7ca7813ee7aa454067b2b789b]

        INTEGRATION: CWS swqbugfixes05 (1.3.196); FILE MERGED 2004/08/09 11:24:44 pb 1.3.196.1: fix: #i32580# Master document added

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a29e3a9a0aad180a144e0bed8a09f5458d064557]

        INTEGRATION: CWS swqbugfixes05 (1.105.56); FILE MERGED 2004/08/09 09:54:38 pb 1.105.56.1: fix: #i32504# prefix of the stylefamily imagelist needs an 'h' for the highcontrast mode

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b31bff8cd0887b897b25385ab2bf0ea608994226]

        INTEGRATION: CWS swqbugfixes05 (1.4.100); FILE MERGED 2004/08/06 08:29:21 fme 1.4.100.1: #i31191# Format may have been deleted

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d5eafd799f9d5dd85944ba00d1c20015187064d5]

        INTEGRATION: CWS gt01 (1.30.42); FILE MERGED 2004/08/02 06:51:46 gt 1.30.42.1: #i20876# more space for filter

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d3d06a3d61b87344d6d4feb795b26c5908d9e607]

        INTEGRATION: CWS swqbugfixes05 (1.10.102); FILE MERGED 2004/08/11 09:12:06 fme 1.10.102.1: #i30716# Initialize nId in GetUndoIdsStr()

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [248c4974a184bd933b1f9f3edc67165f3480e022]

        INTEGRATION: CWS gt01 (1.37.12); FILE MERGED 2004/09/09 08:38:25 pb 1.37.12.1: fix: #i20876# show 7 filter entries

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5a42d33f51c7e29ed1f0cefc13458c71aca11060]

        INTEGRATION: CWS swqbugfixes05 (1.45.110); FILE MERGED 2004/08/13 09:54:32 fme 1.45.110.1: #i32902# Handling of footnote number portions has to be the same like oldnumbering number portions

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4744be4c69aec3feedd45c6edcf9eb61c8e74237]

        INTEGRATION: CWS gt01 (1.30.34); FILE MERGED 2004/08/26 12:57:10 os 1.30.34.1: #i20876# unhide DockingWindow if necessary

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [61003c9f91bcd8c4904b6311b781fddbf080c6d4]

        INTEGRATION: CWS swqbugfixes05 (1.64.102); FILE MERGED 2004/07/29 08:20:23 fme 1.64.102.1: #i32267# Do not forget paragraph border during margin calculation

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e2a84362366540a3e934ab36503264d8a23345d0]

        INTEGRATION: CWS swqbugfixes05 (1.34.118); FILE MERGED 2004/08/05 14:55:02 fme 1.34.118.2: #i31707# Fields - Sender - FirstName did not work 2004/07/27 13:24:30 fme 1.34.118.1: #i31868# Handle crash caused by frame which is not yet connected to the layout

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [eb49e124735e24659e6fb2d721be906a3346e421]

        INTEGRATION: CWS swqbugfixes05 (1.11.50); FILE MERGED 2004/08/06 08:29:51 fme 1.11.50.1: #i31191# Format may have been deleted

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4c889e0573502cc2bbe6c035abd3da14ffb6d561]

        INTEGRATION: CWS gt01 (1.39.70); FILE MERGED 2004/08/22 11:50:08 pb 1.39.70.3: fix: continue 'Assigning Styles' 2004/07/22 11:40:07 gt 1.39.70.2: #112355# merge conflicts 2004/07/22 06:34:37 gt 1.39.70.1: #112355# changed style handling in toolbox

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d6d7d97d26c4911867fa6fc1ccaee29209e7ea21]

        INTEGRATION: CWS swqbugfixes05 (1.19.64); FILE MERGED 2004/08/05 09:51:39 fme 1.19.64.1: #i32608# Members of ImplRulerHitTest must be initialised

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d0a27da601b96c14144d467e6c9e1dac2898b140]

        INTEGRATION: CWS swqbugfixes05 (1.37.50); FILE MERGED 2004/08/16 23:23:10 fme 1.37.50.2: RESYNC: (1.37-1.39); FILE MERGED 2004/08/13 11:14:25 pb 1.37.50.1: fix: #i32300# now static images are pointers again

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [79c073cc3f4a441db0dd9cac30f9a5eedae348be]

        INTEGRATION: CWS swqbugfixes05 (1.13.52); FILE MERGED 2004/08/13 11:14:41 pb 1.13.52.1: fix: #i32300# now static images are pointers again

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d3fdf4d05045c773175801a800f8f28386f673db]

        INTEGRATION: CWS gt01 (1.35.28); FILE MERGED 2004/08/13 13:21:39 pb 1.35.28.4: RESYNC: (1.40-1.41); FILE MERGED 2004/07/21 00:59:11 gt 1.35.28.3: RESYNC: (1.37-1.40); FILE MERGED 2004/05/10 08:13:58 gt 1.35.28.2: #112355# merge conflicts 2004/04/12 20:53:42 gt 1.35.28.1: #112355# assigning styles

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dad2b46708b252f881e764332b435238e67e605b]

        INTEGRATION: CWS gt01 (1.112.118); FILE MERGED 2004/08/13 12:45:54 pb 1.112.118.5: RESYNC: (1.117-1.118); FILE MERGED 2004/07/28 12:33:10 gt 1.112.118.4: #112355# changed language tags 2004/07/20 23:15:04 gt 1.112.118.3: RESYNC: (1.116-1.117); FILE MERGED 2004/05/10 08:19:42 gt 1.112.118.2: RESYNC: (1.112-1.116); FILE MERGED 2004/04/12 20:51:58 gt 1.112.118.1: #112355# assigning styles

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a1284313765015003d7c1a75c427ed43f4c4ca37]

        INTEGRATION: CWS swqbugfixes05 (1.4.6); FILE MERGED 2004/08/19 13:35:55 fme 1.4.6.1: #i31801# Loop in UpdateDocStat()

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a4c3a699a4c54a8d111c29299488aaf8c737ae6d]

        INTEGRATION: CWS gt01 (1.47.54); FILE MERGED 2004/08/13 12:45:44 pb 1.47.54.4: RESYNC: (1.51-1.52); FILE MERGED 2004/07/20 23:14:53 gt 1.47.54.3: RESYNC: (1.50-1.51); FILE MERGED 2004/05/10 08:19:29 gt 1.47.54.2: RESYNC: (1.47-1.50); FILE MERGED 2004/04/12 20:51:58 gt 1.47.54.1: #112355# assigning styles

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3fd5d19ef52f00a81be913a17fee99454fbaf937]

        INTEGRATION: CWS gt01 (1.6.384); FILE MERGED 2004/07/20 22:53:25 gt 1.6.384.2: RESYNC: (1.6-1.7); FILE MERGED 2004/04/12 20:47:20 gt 1.6.384.1: #112355# assigning styles

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c64cb3bda3f7abf44fa4d8b717faafe72946a176]

        INTEGRATION: CWS gt01 (1.4.390); FILE MERGED 2004/04/12 20:47:20 gt 1.4.390.1: #112355# assigning styles

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8848e7c156d701e7307d27af35939ade2e42c7ca]

        INTEGRATION: CWS gt01 (1.48.12); FILE MERGED 2004/08/13 12:40:58 pb 1.48.12.3: RESYNC: (1.52-1.53); FILE MERGED 2004/05/10 08:14:31 gt 1.48.12.2: RESYNC: (1.48-1.52); FILE MERGED 2004/04/12 20:47:20 gt 1.48.12.1: #112355# assigning styles

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [43c8a0cda97c07a15cfda4c87a57d3e73b291bc7]

        INTEGRATION: CWS gt01 (1.13.12); FILE MERGED 2004/08/14 16:24:07 pb 1.13.12.1: conflict solved

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f257d2a7eff62d780a425bbb8443ed35aaea1fec]

        INTEGRATION: CWS jl12 (1.4.8); FILE MERGED 2004/09/08 09:07:23 jl 1.4.8.1: #i33445#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [03a7dbe95a4e2a48945bff27cc337795e714d917]

        INTEGRATION: CWS jl12 (1.3.8); FILE MERGED 2004/09/08 09:07:23 jl 1.3.8.1: #i33445#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d4ae00daa457f2eb3ea005066b2a440ca352e8ef]

        INTEGRATION: CWS jl12 (1.9.4); FILE MERGED 2004/08/30 14:01:08 jl 1.9.4.2: RESYNC: (1.9-1.12); FILE MERGED 2004/08/27 06:07:34 jl 1.9.4.1: #i33102# cli_basetypes.dll added

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5eef0aefceacf2897d318894ebcad5165443ddf2]

        INTEGRATION: CWS jl12 (1.27.18); FILE MERGED 2004/08/30 14:30:50 jl 1.27.18.2: RESYNC: (1.27-1.36); FILE MERGED 2004/08/27 06:17:41 jl 1.27.18.1: #i33102# cli_basetypes.dll added

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f607b16501cd19164ea9321fcf6143d1d2a673b8]

        INTEGRATION: CWS jl12 (1.8.8); FILE MERGED 2004/08/20 12:45:55 jl 1.8.8.1: #33102# changed version

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c4b1d867be96b86bf6aeb4bf1c6f1ed02bd42854]

        INTEGRATION: CWS jl12 (1.5.8); FILE MERGED 2004/08/30 13:13:26 jl 1.5.8.1: #i33134# #i33485#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [52d86f9369466a65e7d601e17774205b7c4fc451]

        INTEGRATION: CWS jl12 (1.6.6); FILE MERGED 2004/08/30 14:25:37 jl 1.6.6.3: RESYNC: (1.6-1.7); FILE MERGED 2004/08/30 13:13:26 jl 1.6.6.2: #i33134# #i33485# 2004/08/20 12:44:49 jl 1.6.6.1: #i33102#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [373b6e648006447a3143285d334bec8f4f03627a]

        INTEGRATION: CWS jl12 (1.7.8); FILE MERGED 2004/08/20 12:44:09 jl 1.7.8.2: #i33102# #i33196# 2004/08/18 10:47:48 jl 1.7.8.1: #i31702# generate service, singleton classes

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5272e40f668efc6765f721f5a5908574da029767]

        INTEGRATION: CWS jl12 (1.5.8); FILE MERGED 2004/08/20 12:44:09 jl 1.5.8.2: #i33102# #i33196# 2004/08/18 10:47:48 jl 1.5.8.1: #i31702# generate service, singleton classes

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1c52a7cd6cfb65cfcb89569f9a5fc330464e6a8d]

        INTEGRATION: CWS jl12 (1.10.8); FILE MERGED 2004/09/06 15:37:19 jl 1.10.8.5: #i33639# applying BoundAttribute to properties 2004/08/31 10:38:39 jl 1.10.8.4: #i33612# Any has read-only properties now, rather than public fields 2004/08/25 09:45:43 jl 1.10.8.3: #i30973# 2004/08/20 12:44:09 jl 1.10.8.2: #i33102# #i33196# 2004/08/18 10:47:48 jl 1.10.8.1: #i31702# generate service, singleton classes

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3944c4899d7c988569ce32a7b4d0f5959f6b6844]

        INTEGRATION: CWS jl12 (1.1.2); FILE ADDED 2004/08/20 12:38:38 jl 1.1.2.1: #i30973#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3721fdd27f86f1e30ff5110c7d1dd06ae62059b8]

        INTEGRATION: CWS jl12 (1.1.2); FILE ADDED 2004/08/27 05:25:59 jl 1.1.2.1: #i30973#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8cf02e19cb472b7da70cf2f0c09724398b62b3ab]

        INTEGRATION: CWS jl12 (1.1.2); FILE ADDED 2004/08/27 05:26:08 jl 1.1.2.1: #i30973#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [925fde7bc57f849c005f56b43f056fa6be9cce56]

        INTEGRATION: CWS jl12 (1.1.2); FILE ADDED 2004/08/27 05:26:39 jl 1.1.2.2: #i30973# 2004/08/20 12:38:29 jl 1.1.2.1: #i30973#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [49a37f5384f59d502baf4f9f9fe51154f947103f]

        INTEGRATION: CWS jl12 (1.1.2); FILE ADDED 2004/08/20 12:37:53 jl 1.1.2.1: #i33102#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d6491b2f6495d3d891887b0eba0ee1e2e93fb97b]

        INTEGRATION: CWS jl12 (1.1.2); FILE ADDED 2004/08/20 12:37:43 jl 1.1.2.1: #i33102#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6df330849597c65a7d940859487b98481ccbdc72]

        INTEGRATION: CWS jl12 (1.1.2); FILE ADDED 2004/09/06 15:32:48 jl 1.1.2.1: #i33639# renamed BoundAttributeAttribute to BoundAttribute

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a84ecd896f137310452ac8c830e576c35153dce6]

        INTEGRATION: CWS jl12 (1.1.2); FILE ADDED 2004/08/31 11:38:08 jl 1.1.2.4: #i33612# added setValue 2004/08/31 10:38:39 jl 1.1.2.3: #i33612# Any has read-only properties now, rather than public fields 2004/08/27 10:04:08 jl 1.1.2.2: #i33103# added Any.Equals Any.getHashCode 2004/08/20 12:37:04 jl 1.1.2.1: #i33102#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [806ef9b7139535e6359cf0254c2a66c58a3319b3]

        INTEGRATION: CWS jl12 (1.1.2); FILE ADDED 2004/09/06 15:33:48 jl 1.1.2.3: #i33639# bound attribute renamed 2004/08/27 05:28:17 jl 1.1.2.2: #i30973# 2004/08/20 12:35:37 jl 1.1.2.1: #i33102#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [18d46615847680a0ea06e5f426110e15d62a43b5]

        INTEGRATION: CWS jl12 (1.1.2); FILE ADDED 2004/08/20 12:36:17 jl 1.1.2.1: #i33102#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4a96f80c5303615a8fbaf14d490f64fbddad40fd]

        INTEGRATION: CWS jl12 (1.6.8); FILE MERGED 2004/08/20 12:39:58 jl 1.6.8.1: #i33102# build.lst

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [deb7a810b45cd7c5a0926f99d5d993d5664ad293]

        INTEGRATION: CWS jl12 (1.2.2); FILE MERGED 2004/09/08 11:59:17 jl 1.2.2.1: #i33102# compiler needs to reference new cli_basetypes.dll

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dd776c4a17743838498cdaa6e43ae3729d37461a]

        INTEGRATION: CWS systemcurl1 (1.12.54); FILE MERGED 2004/09/20 14:17:24 cmc 1.12.54.1: #i34405# curl has changed its headers slightly

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [bb98f91171137a294325a5b7ff4aac3eec49b2f5]

        INTEGRATION: CWS systemcurl1 (1.5.188); FILE MERGED 2004/09/20 14:17:23 cmc 1.5.188.1: #i34405# curl has changed its headers slightly

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c50c44aa60c9160e0fabfa3c1b4cb4e0f7bf0836]

        INTEGRATION: CWS systemcurl1 (1.2.186); FILE MERGED 2004/09/20 14:17:23 cmc 1.2.186.1: #i34405# curl has changed its headers slightly

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5a742e69f26e62bcdaea6baaf901922ee1dd3bf2]

        INTEGRATION: CWS jl12 (1.4.82); FILE MERGED 2004/08/18 13:45:06 jl 1.4.82.1: #i31702# remove needs entry from com.sun.star.system.SimpleCommandMail

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7934a382a302f28963786a60378c8983700d0a08]

        INTEGRATION: CWS jl12 (1.17.4); FILE MERGED 2004/09/08 10:49:22 kso 1.17.4.1: #i33746# TypeDescriptionManagerWrapper must implement interface          XTypeDescriptionEnumerationAccess.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [cd7649ae7f9f9805971178c3b1fc42ef588eddf0]

        INTEGRATION: CWS jl12 (1.7.8); FILE MERGED 2004/09/08 09:07:23 jl 1.7.8.2: #i33445# 2004/08/20 12:59:51 jl 1.7.8.1: #33102#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5065de35725d92d8670b74cc6d51cd1e69d4c2bc]

        INTEGRATION: CWS jl12 (1.3.8); FILE MERGED 2004/09/08 09:07:23 jl 1.3.8.1: #i33445#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9d657a5f0d67f8390b78220b6092df9bb56cf2f4]

        INTEGRATION: CWS jl12 (1.3.8); FILE MERGED 2004/08/20 12:59:50 jl 1.3.8.1: #33102#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b1714599a1568c838a60e729af314ed46297a533]

        INTEGRATION: CWS jl12 (1.4.8); FILE MERGED 2004/09/08 09:07:23 jl 1.4.8.1: #i33445#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [177b8e0144b675badae44a84b83efb5988b3c234]

        INTEGRATION: CWS swmailmerge (1.31.124); FILE MERGED 2004/07/07 18:03:11 os 1.31.124.2: RESYNC: (1.31-1.32); FILE MERGED 2004/06/25 13:35:28 os 1.31.124.1: #i25107# access to TextView in MultiLine edit extended to support mail merge dialogs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b22bba0d3d2a872e386c15df7eea44f4a5632fb7]

        INTEGRATION: CWS swmailmerge (1.26.60); FILE MERGED 2004/08/12 14:21:58 os 1.26.60.1: #i25107# DisableSelectionOnFocus() added to prevent selection on GetFocus() via tab-key

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9a0f326544ae27c036357ea9d532bea053427a88]

        INTEGRATION: CWS swmailmerge (1.5.202); FILE MERGED 2004/06/25 13:35:27 os 1.5.202.1: #i25107# access to TextView in MultiLine edit extended to support mail merge dialogs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9f5e1876edd57456f6928be0de384b921f6ece5a]

        INTEGRATION: CWS swmailmerge (1.2.24); FILE MERGED 2004/09/15 15:36:48 os 1.2.24.6: RESYNC: (1.8-1.10); FILE MERGED 2004/08/13 13:56:16 os 1.2.24.5: RESYNC: (1.7-1.8); FILE MERGED 2004/07/07 14:21:37 os 1.2.24.4: RESYNC: (1.5-1.7); FILE MERGED 2004/06/11 08:07:19 os 1.2.24.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/01 07:15:01 os 1.2.24.2: RESYNC: (1.2-1.4); FILE MERGED 2004/05/07 09:38:55 os 1.2.24.1: #i25107# Mail merge mailer configuration page added

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [22cccc0b167feac465b89bf85e8acbcf576bb8c0]

        INTEGRATION: CWS calc21 (1.13.4); FILE MERGED 2004/08/24 11:48:59 dr 1.13.4.1: #i33341# same char index may occur several times in rich strings

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [39ab1a81464fadfcc697cc10b18e332a4d344e77]

        INTEGRATION: CWS swmailmerge (1.22.22); FILE MERGED 2004/09/15 15:01:21 os 1.22.22.5: RESYNC: (1.23-1.25); FILE MERGED 2004/08/13 15:03:11 os 1.22.22.4: RESYNC: (1.22-1.23); FILE MERGED 2004/07/07 13:18:42 os 1.22.22.3: #i25107# mailmerge childwindow is now a feature childwindow 2004/07/02 09:15:19 os 1.22.22.2: #i25107# weekly check-in 2004/05/28 12:45:36 os 1.22.22.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ed07352f47b401af1f3d76599418f764721007e2]

        INTEGRATION: CWS calc21 (1.52.46); FILE MERGED 2004/09/03 12:23:41 dr 1.52.46.1: #i33380# do not access members of floating windows after Dispach()

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e245a9f5bb71dd74ed1913b4fc59eba76a152939]

        INTEGRATION: CWS swmailmerge (1.28.2); FILE MERGED 2004/09/15 13:54:58 os 1.28.2.4: RESYNC: (1.29-1.30); FILE MERGED 2004/07/07 15:08:49 os 1.28.2.3: RESYNC: (1.28-1.29); FILE MERGED 2004/07/02 09:15:04 os 1.28.2.2: #i25107# weekly check-in 2004/06/17 07:02:21 os 1.28.2.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ac298bc948d4c02659bd642f9f73e8a286a9b0ec]

        INTEGRATION: CWS calc21 (1.6.142); FILE MERGED 2004/09/03 12:48:18 dr 1.6.142.1: #i33380# do not access members of floating windows after Dispach()

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [2ffe71a79d14b109b7d1311f13f8a636ebc0f0e0]

        INTEGRATION: CWS calc21 (1.18.48); FILE MERGED 2004/09/03 13:40:51 dr 1.18.48.1: #i33380# do not access members of floating windows after Dispach()

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0fa3e7a13b0c6da1e15b08be38c23fdc3a843a68]

        INTEGRATION: CWS calc21 (1.44.148); FILE MERGED 2004/08/25 14:08:06 dr 1.44.148.1: #i32455# image buttons too small

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [01372ee2f539e4c1349e7e7e2ed394ea6b69d3d0]

        INTEGRATION: CWS calc21 (1.23.122); FILE MERGED 2004/09/02 08:45:08 nn 1.23.122.3: #i12313# double click on AutoFill handle: fill according to adjacent column (from Kohei Yoshida) 2004/08/25 10:15:07 dr 1.23.122.2: #i31828# toolbar line attrs: modify diagonal lines too 2004/08/25 09:15:04 dr 1.23.122.1: #i31828# toolbar line attrs: modify diagonal lines too

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b11c964ff6fa5efc75958108c35ed082463ae904]

        INTEGRATION: CWS calc21 (1.40.24); FILE MERGED 2004/09/08 14:38:35 nn 1.40.24.5: RESYNC: (1.40-1.41); FILE MERGED 2004/09/08 13:54:01 nn 1.40.24.4: #i31782# shrink to fit with rotated text 2004/09/03 14:09:16 nn 1.40.24.3: #i31843# repeat alignment with line breaks is treated as default alignment 2004/08/25 17:31:33 nn 1.40.24.2: #117584# DrawStrings: don't look for rest of a long text if overlapped 2004/08/25 15:03:32 nn 1.40.24.1: #i32364# set bShrink also in SetPatternSimple

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c3832529cc5a60793c528b9a0a2c9e9c2acac7d9]

        INTEGRATION: CWS calc21 (1.60.22); FILE MERGED 2004/09/08 14:38:15 nn 1.60.22.2: RESYNC: (1.60-1.61); FILE MERGED 2004/09/02 08:45:07 nn 1.60.22.1: #i12313# double click on AutoFill handle: fill according to adjacent column (from Kohei Yoshida)

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [47190ac58a65900f7aeb4f2dbca805bd0f106388]

        INTEGRATION: CWS calc21 (1.24.24); FILE MERGED 2004/08/31 11:43:47 dr 1.24.24.1: #103832# apply page styles to several sheets

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5733a266fba4aab0a75a8aa4e30e7ba3e7d7cc6b]

        INTEGRATION: CWS swmailmerge (1.113.22); FILE MERGED 2004/08/13 14:24:35 os 1.113.22.5: RESYNC: (1.117-1.118); FILE MERGED 2004/07/08 14:57:52 os 1.113.22.4: #i25107# resource language changes 2004/07/07 15:03:17 os 1.113.22.3: RESYNC: (1.116-1.117); FILE MERGED 2004/05/28 20:51:16 os 1.113.22.2: RESYNC: (1.113-1.116); FILE MERGED 2004/04/08 08:36:49 os 1.113.22.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [35206edf12b4153de075df05b5d065dfcff22ac7]

        INTEGRATION: CWS calc21 (1.3.122); FILE MERGED 2004/08/31 11:46:42 dr 1.3.122.1: #103832# apply page styles to several sheets

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4fc6e60cb866614fea1fb035a6320bd3ac011da6]

        INTEGRATION: CWS calc21 (1.20.118); FILE MERGED 2004/09/02 08:44:47 nn 1.20.118.1: #i12313# double click on AutoFill handle: fill according to adjacent column (from Kohei Yoshida)

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [250e66b85cb28483c7494fb21d14991f696f8665]

        INTEGRATION: CWS calc21 (1.2.122); FILE MERGED 2004/08/31 11:46:31 dr 1.2.122.1: #103832# apply page styles to several sheets

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [fe596c7ce54324e4f845ec51be29d6299a58f9b3]

        INTEGRATION: CWS calc21 (1.12.24); FILE MERGED 2004/09/08 13:53:34 nn 1.12.24.1: #i31782# shrink to fit with rotated text

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [2ee1c73dcb79bdcf42dcec7fb780be828b4b140d]

        INTEGRATION: CWS calc21 (1.6.52); FILE MERGED 2004/08/25 13:14:20 dr 1.6.52.1: #i32352# do not enter text mode for media objects

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [80b051d63f564589ab9b4346308ac787bc56ce6f]

        INTEGRATION: CWS calc21 (1.55.24); FILE MERGED 2004/09/03 14:09:35 nn 1.55.24.1: #i31843# repeat alignment with line breaks is treated as default alignment

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [76cd9693c9888dbc71d0fd2cb621e954e03962fd]

        INTEGRATION: CWS calc21 (1.13.118); FILE MERGED 2004/08/30 11:12:12 dr 1.13.118.1: #i12190# do not skip callout objects

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6abfd4fa60a16b44293f1fa511b23ba89e0c40c4]

        INTEGRATION: CWS calc21 (1.18.4); FILE MERGED 2004/08/27 09:19:25 dr 1.18.4.1: #i23425# handle broken BOF records

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9f1310023fdad8555ca2c4a7db15d5f62ac12516]

        INTEGRATION: CWS calc21 (1.7.4); FILE MERGED 2004/08/27 10:29:15 dr 1.7.4.2: #i23425# handle broken BOF records 2004/08/27 09:20:23 dr 1.7.4.1: #i23425# handle broken BOF records

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9f1062407d2c3d2911996bac94adf061108021f4]

        INTEGRATION: CWS calc21 (1.46.6); FILE MERGED 2004/08/27 09:20:22 dr 1.46.6.1: #i23425# handle broken BOF records

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0931111719fe5ea7fc3dff3233b4c496119aa516]

        INTEGRATION: CWS calc21 (1.16.22); FILE MERGED 2004/08/26 13:02:27 dr 1.16.22.1: #100772# asian phonetic info

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [070416d2de46fc83d48eaa8c4fcc6c763f66cf89]

        INTEGRATION: CWS calc21 (1.68.4); FILE MERGED 2004/08/26 13:02:26 dr 1.68.4.1: #100772# asian phonetic info

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9936a200dabe7fdc8acb05b459d3cca54e69196e]

        INTEGRATION: CWS calc21 (1.24.22); FILE MERGED 2004/09/03 09:50:34 nn 1.24.22.1: #110217# GetFromEditItemSet: handle language items

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9c3ba887560f50b3892503b0446a342a98835039]

        INTEGRATION: CWS calc21 (1.9.38); FILE MERGED 2004/08/25 13:30:29 nn 1.9.38.1: #i32337# also handle number formats if data layout dimension is hidden

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e694c5e933f8b9114356b9244ef05f8041cd8167]

        INTEGRATION: CWS calc21 (1.17.24); FILE MERGED 2004/08/25 09:14:37 dr 1.17.24.1: #i31828# toolbar line attrs: modify diagonal lines too

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8ac5d80fdc989f790f2b6c2283fbedd99ea25a62]

        INTEGRATION: CWS calc21 (1.5.40); FILE MERGED 2004/08/25 13:30:00 nn 1.5.40.1: #i32337# also handle number formats if data layout dimension is hidden

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d062c08f135b41df782f6a9615ff6f6368d60a89]

        INTEGRATION: CWS swmailmerge (1.2.72); FILE MERGED 2004/08/13 15:27:43 os 1.2.72.3: RESYNC: (1.3-1.6); FILE MERGED 2004/05/29 01:13:05 os 1.2.72.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/11 12:13:54 is 1.2.72.1: #116332# new jar files

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [38c67b3d795a2422a6dd8d18daf6892ca216130a]

        INTEGRATION: CWS swmailmerge (1.83.6); FILE MERGED 2004/09/15 16:17:35 os 1.83.6.4: RESYNC: (1.87-1.88); FILE MERGED 2004/08/13 17:38:36 os 1.83.6.3: RESYNC: (1.85-1.87); FILE MERGED 2004/07/07 17:15:22 os 1.83.6.2: RESYNC: (1.83-1.85); FILE MERGED 2004/07/07 10:59:14 os 1.83.6.1: #i25107# call SfxDispatcher::Update_Impl before showing a ChildWindow - otherwise featured ChildWindows may be inserted too late

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ad4206bcd1afee55b846d83887466984fbe33dd8]

        INTEGRATION: CWS swmailmerge (1.64.16); FILE MERGED 2004/09/15 16:14:25 os 1.64.16.2: RESYNC: (1.64-1.66); FILE MERGED 2004/08/27 07:38:15 os 1.64.16.1: #i25107# suppress filter options dialog when filteroptions are already supplied

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8cc74a2c24ea1901a5903bcb2f934f1342a14cff]

        INTEGRATION: CWS swmailmerge (1.52.16); FILE MERGED 2004/09/15 16:08:17 os 1.52.16.2: RESYNC: (1.52-1.56); FILE MERGED 2004/08/30 06:38:30 os 1.52.16.1: #i25107# SID_OVERWRITE and _FILE_FILTEROPTIONS added to SID_EXPORTDOC

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0725ac0995984a8cc6cc759ec683da957ac11618]

        INTEGRATION: CWS impress21ea (1.4.20); FILE MERGED 2004/08/25 15:06:19 af 1.4.20.1: #i33218# The SID_SEARCH_DLG slot is disable only when the slide sorter is shown in the center pane.  The slot is executed by forwarding it to the view frame.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [edd699c15a7a99911c6057dd803f6af8f92263cd]

        INTEGRATION: CWS swmailmerge (1.10.108); FILE MERGED 2004/05/24 09:33:17 tra 1.10.108.2: #116332#added UnknownHostException, NoRouteToHostException, SocketException, ConnectException 2004/05/07 13:30:41 tra 1.10.108.1: #116332#aded AlreadyConnectedException.idl

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [197eb9ee2df921c1ffd91344f9721c2c3f1cedc0]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/24 09:31:45 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1c9334857f836a2e4d6ce3e7eaa90823c8105203]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/24 09:31:57 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dda1dd13197e0fe4b0c21415275eb58ab975aab9]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/24 09:32:08 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5af9b69ef97abd80851baeffe552df72fe6781da]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/24 09:32:20 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [29614eeab49374681c383de7ebfb5746c5822b5e]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/07 13:29:54 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [59b846498e1383fc82237a024f9092d4b664a270]

        INTEGRATION: CWS swmailmerge (1.142.44); FILE MERGED 2004/08/13 17:51:57 os 1.142.44.4: RESYNC: (1.144-1.145); FILE MERGED 2004/07/07 17:39:18 os 1.142.44.3: RESYNC: (1.143-1.144); FILE MERGED 2004/05/29 01:04:24 os 1.142.44.2: RESYNC: (1.142-1.143); FILE MERGED 2004/05/05 16:13:04 hjs 1.142.44.1: #i28724# be more specific when looking for jarfiles

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5f5d24faadc46de949417ae29cef05cc5b7c9797]

        INTEGRATION: CWS swmailmerge (1.2.634); FILE MERGED 2004/06/25 13:35:29 os 1.2.634.1: #i25107# access to TextView in MultiLine edit extended to support mail merge dialogs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7e53effd40b0f6911da32701972637d65cce7a73]

        INTEGRATION: CWS impress21ea (1.13.6); FILE MERGED 2004/08/25 11:24:47 af 1.13.6.1: #i31997# Removed FullScreen entry.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [63cb782993fe571ce2bd148697df78a4096a55bc]

        INTEGRATION: CWS swmailmerge (1.43.38); FILE MERGED 2004/07/07 18:03:19 os 1.43.38.3: RESYNC: (1.43-1.44); FILE MERGED 2004/07/06 11:22:39 os 1.43.38.2: #i25107# protection attribute size corrected 2004/06/25 13:35:29 os 1.43.38.1: #i25107# access to TextView in MultiLine edit extended to support mail merge dialogs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [93bf2761e67b5636962e43822d1d8a75a6bbd98d]

        INTEGRATION: CWS impress21ea (1.12.8); FILE MERGED 2004/08/25 11:25:12 af 1.12.8.1: #i31997# Removed FullScreen entry.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [bd628185c0c1796ed316423fcde345e45c60b290]

        INTEGRATION: CWS impress21ea (1.33.8); FILE MERGED 2004/08/25 11:49:26 af 1.33.8.1: #i32498# The filler between the scroll bars is hidden or shown in ShowUIControls(), too.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [eea83cfc7661ea0aad45f40632e134da21a70baf]

        INTEGRATION: CWS swmailmerge (1.9.18); FILE MERGED 2004/09/08 12:55:25 os 1.9.18.2: #i25107# remove disabled pages from page history 2004/08/20 14:06:21 os 1.9.18.1: #i25107# skipUntil() has to set the right COMMIT_REASON to the current page

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [10941413bd342fea2bf64c90c8cf6c029c034c77]

        INTEGRATION: CWS impress21ea (1.36.56); FILE MERGED 2004/08/24 10:46:34 af 1.36.56.1: #i31967# Do not show dialog when creating new page in Draw.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e6a74553d91713601282c0ecd433761997d42cd7]

        INTEGRATION: CWS swmailmerge (1.2.48); FILE MERGED 2004/09/08 12:55:25 os 1.2.48.4: #i25107# remove disabled pages from page history 2004/08/23 09:43:05 os 1.2.48.3: #i25107# change Roadmap entry dynamically 2004/08/13 18:15:44 os 1.2.48.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/07 11:15:58 os 1.2.48.1: #i25107# va_arg wants to get an int32 instead  of an int16

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b2113f7db57e5b1ea85386820f8f9d75e1e1f4df]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/08/27 10:04:09 af 1.2.60.1: #i33472# Added PrepareStackModification(), InvalidateShellStack(), and Shutdown() methods to prevent unnecessary stack modifications.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8760f5accb0bb7d2780e55ffd6657245d66bc3a2]

        INTEGRATION: CWS swmailmerge (1.2.48); FILE MERGED 2004/08/27 10:46:43 os 1.2.48.1: #i25107# initializing of impl-class

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [478b34b3deb23b2a7a88ddc52bd32a2cea71e4de]

        INTEGRATION: CWS impress21ea (1.8.20); FILE MERGED 2004/08/27 10:01:54 af 1.8.20.1: #i33472# Shutting down the ViewShellManager at the correct time.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [bac0a9f0388297658389ebcda13091aa181d35f7]

        INTEGRATION: CWS impress21ea (1.17.56); FILE MERGED 2004/08/24 13:40:20 af 1.17.56.1: #i32909# Text editing is ended in setCurrentPage() before switching to a new page.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [263eb547834017d7b2a389dcd3dd78197c9f340a]

        INTEGRATION: CWS impress21ea (1.2.20); FILE MERGED 2004/08/26 12:08:46 af 1.2.20.1: #i32627# Moved PreviewRenderer here from to ../toolpanel/controls.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6baa41f331bc43c4fcfe64a1f1af3032a5f389bc]

        INTEGRATION: CWS impress21ea (1.1.2); FILE ADDED 2004/08/26 11:22:07 af 1.1.2.1: #i32627# Moved here from ../toolpanel/controls to make it sd wide available.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [58b8dbeef9f5b6208591005e3f125a75cf254b59]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/08/26 12:08:00 af 1.2.60.1: #i32627# Moved PreviewRenderer to ../../tools.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3852c25183661f2f3d7f6b8b162f99ff62b83ffc]

        INTEGRATION: CWS swmailmerge (1.21.32); FILE MERGED 2004/08/13 16:58:53 os 1.21.32.3: RESYNC: (1.22-1.23); FILE MERGED 2004/05/28 17:48:46 os 1.21.32.2: RESYNC: (1.21-1.22); FILE MERGED 2004/05/14 12:09:14 os 1.21.32.1: #i29121# quoting of column name added (OJ)

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [758bda7891756558cfeeb7d6f664f7e6ae41e050]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/09/17 11:30:47 af 1.2.60.2: #i33470# The MouseOverIndicatorOverlay now operates on a model::PageDescriptor. 2004/08/27 08:18:48 af 1.2.60.1: #i33470# Added support for mouse over indicator.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [94e8385d56098b6a51c539b5374dbf03151d2559]

        INTEGRATION: CWS swmailmerge (1.2.8); FILE MERGED 2004/08/18 14:54:24 os 1.2.8.1: i33130 textencoding now saved (OJ)

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [285221eff1e838a837fc5bd5a38e5b5eb635fc6d]

        INTEGRATION: CWS impress21ea (1.3.20); FILE MERGED 2004/08/27 08:15:43 af 1.3.20.3: #i33470# Added support for mouse over effect.  Changed the look of some frames. 2004/08/26 12:06:24 af 1.3.20.2: #i32627# Made Rectangle GetPixelBox() and GetPreviewPixelBox() public. 2004/08/24 13:21:30 af 1.3.20.1: #i31939# In CreatePreview() the background color of the page is set at the outliner to show auto colored text correctly.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5b544855842a12cbfea853d488fc97498c2e2fcc]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/09/17 11:29:09 af 1.2.60.1: #i33470# Made GetViewObjectContact() const.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [572fa5bda5ca8783d498acee5c5321fd0fa95f61]

        INTEGRATION: CWS swmailmerge (1.2.8); FILE MERGED 2004/08/18 14:54:23 os 1.2.8.1: i33130 textencoding now saved (OJ)

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [179c8b233973d152d2afd93a4a36cd554ec65e6f]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/09/17 11:28:19 af 1.2.60.2: #i33470# The MouseOverIndicatorOverlay now operates on a model::PageDescriptor. 2004/08/27 08:18:08 af 1.2.60.1: #i33470# Added support for mouse over indicator.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0b954af88cb783a89fb5ab19a0aad986f9aefd09]

        INTEGRATION: CWS impress21ea (1.3.20); FILE MERGED 2004/08/27 08:14:43 af 1.3.20.2: #i33470# Added support for mouse over effect. 2004/08/26 12:06:51 af 1.3.20.1: #i32627# Made Rectangle GetPixelBox() and GetPreviewPixelBox() public.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [fddf174cac302a3b3c9091dbbe5347f06ac0ca77]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/09/17 11:27:01 af 1.2.60.1: #i33470# Made GetViewObjectContact() const.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5c1fbb360ca66fb25cb02c569f59f384c9a0a842]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/08/27 08:13:32 af 1.2.60.1: #i33470# Removed unused variables.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9380e9ea0bd4371713b393a23a60e240576c719e]

        INTEGRATION: CWS impress21ea (1.4.20); FILE MERGED 2004/09/17 11:24:56 af 1.4.20.3: #i33470# MouseOverIndicatorOverlay now takes PageDescriptor as argument.  Turning off mouse over effect before moving slides to new location. 2004/08/27 08:13:00 af 1.4.20.2: #i33470# Removed unused variables. 2004/08/27 08:08:35 af 1.4.20.1: #i33470# Added mouse over effect.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8343a1bde28fffdae68e2170da5aab2b94dbbf57]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/08/25 11:00:39 af 1.2.60.1: #i29458# Fixed index of insertion position for paste.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f59e1e51408bc473a5bfd3f23bae6559be929b67]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/08/26 11:35:16 af 1.2.60.1: #i32627# The preview factory is now held as member.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d225bc53a43ce07fb0749725b0c1d09dd91098eb]

        INTEGRATION: CWS swmailmerge (1.74.6); FILE MERGED 2004/09/15 15:23:36 os 1.74.6.6: RESYNC: (1.80-1.83); FILE MERGED 2004/08/13 18:38:50 os 1.74.6.5: RESYNC: (1.78-1.80); FILE MERGED 2004/07/07 18:33:59 os 1.74.6.4: RESYNC: (1.76-1.78); FILE MERGED 2004/06/14 08:33:59 os 1.74.6.3: RESYNC: (1.75-1.76); FILE MERGED 2004/05/28 15:42:39 os 1.74.6.2: RESYNC: (1.74-1.75); FILE MERGED 2004/05/07 13:27:33 tra 1.74.6.1: #116332#added cssmail.db

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ba36eb5ded383168192cd7e52f4c710f6dfa3b9c]

        INTEGRATION: CWS swmailmerge (1.59.26); FILE MERGED 2004/09/15 15:23:29 os 1.59.26.5: RESYNC: (1.63-1.66); FILE MERGED 2004/08/13 18:37:18 os 1.59.26.4: RESYNC: (1.62-1.63); FILE MERGED 2004/07/07 18:33:01 os 1.59.26.3: RESYNC: (1.60-1.62); FILE MERGED 2004/05/28 15:41:03 os 1.59.26.2: RESYNC: (1.59-1.60); FILE MERGED 2004/05/07 13:02:32 tra 1.59.26.1: #116332#delivering css.mail IDL files

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9a98146ee468cce90bbea5ea8a1939f6bb573c50]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/08/26 11:16:08 af 1.2.60.1: #i32627# Using another factory for creating preview bitmaps.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [559bec25f746d3c1d0b2592032790c303b05a16d]

        INTEGRATION: CWS swmailmerge (1.58.6); FILE MERGED 2004/09/15 15:23:21 os 1.58.6.5: RESYNC: (1.63-1.66); FILE MERGED 2004/08/13 18:37:10 os 1.58.6.4: RESYNC: (1.60-1.63); FILE MERGED 2004/06/14 08:31:48 os 1.58.6.3: RESYNC: (1.59-1.60); FILE MERGED 2004/05/28 15:40:54 os 1.58.6.2: RESYNC: (1.58-1.59); FILE MERGED 2004/05/07 13:00:55 tra 1.58.6.1: #116332#added css.mail module (oa_mail)

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ee978b0231c702a6c90d52ac6d7d0f6f70586f3d]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/08/26 11:11:56 af 1.2.60.1: #i32627# Code cleanup.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ea19dfe7784d0c2ca42820c6d00d4261a1b5cc61]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/24 06:10:15 tra 1.1.2.4: #116332# 2004/07/12 13:37:49 tra 1.1.2.3: #116332# 2004/07/06 09:58:06 tra 1.1.2.2: #116332# 2004/05/07 12:03:29 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a3891a3a6b5300b07b868d9f1cb68f3f511605bf]

        INTEGRATION: CWS impress21ea (1.2.60); FILE MERGED 2004/08/27 10:04:45 af 1.2.60.1: #i33472# Added PrepareStackModification(), InvalidateShellStack(), and Shutdown() methods to prevent unnecessary stack modifications.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ab21b4d768051e3eb0b60b3d250df9792d04ec45]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/24 06:08:55 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c37cd399b13638acbcb4c68dcc5d26da02850dfe]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/25 08:58:37 tra 1.1.2.2: #116332# 2004/08/24 06:09:28 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f104c1d6ccf2f22a586f73040985e8a43479d858]

        INTEGRATION: CWS impress21ea (1.1.2); FILE ADDED 2004/08/26 11:22:35 af 1.1.2.1: #i32627# Moved here from ../toolpanel/controls to make it sd wide available.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9790b0a2f32d15672cc319f79b46233d781d5762]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/30 14:26:06 tra 1.1.2.3: #116332#if no authentication is required the authenticator provided in the connect method must return an empty user name and password 2004/08/25 08:58:35 tra 1.1.2.2: #116332# 2004/08/24 06:08:44 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [77b17bd16654e47f1e3409aed88213eec71c4e97]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/07/12 14:56:58 tra 1.1.2.4: #116332#documentation updates 2004/07/12 13:37:49 tra 1.1.2.3: #116332# 2004/05/24 09:34:23 tra 1.1.2.2: #116332#connectUser method now throws more detailed exceptions 2004/05/07 12:03:02 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c5099f939c3e931ba64677c78449d3031eeb40b1]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/07/12 14:56:58 tra 1.1.2.4: #116332#documentation updates 2004/07/12 13:37:48 tra 1.1.2.3: #116332# 2004/07/06 09:58:04 tra 1.1.2.2: #116332# 2004/05/07 12:03:03 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6395af22acc7a93edfd219bf6d1299ed8520ce00]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/07 12:03:04 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d28d15f88be067fb8059480a80ccdd231fc3a760]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/07/12 14:56:57 tra 1.1.2.2: #116332#documentation updates 2004/05/07 12:03:03 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [512ef6395c22e5c834f941957449d9edf65086b1]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/07 12:03:05 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c87ebe35cdf68b047721fe1416f0eee87c65713e]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/24 06:09:18 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [20402ab9b2348e4d0c196a02b2cedb8fd1d49ac4]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/24 06:08:33 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f8950283d982337863fa38da1b70f65af7e7cf60]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/24 06:09:06 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6191068e4b489eb64847d4ae00e0cb5ac2f2aef7]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/07 12:03:03 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5a5a0b72d09cb42b19f4dfbf59dd87b6a41f84d7]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/07/12 14:56:57 tra 1.1.2.4: #116332#documentation updates 2004/07/12 13:37:48 tra 1.1.2.3: #116332# 2004/07/06 09:58:02 tra 1.1.2.2: #116332# 2004/05/07 12:03:04 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [899b2c7bc3eb153adb3c58c44c662bdef0630a13]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/24 06:10:15 tra 1.1.2.2: #116332# 2004/05/07 12:03:04 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b19d3a5a221c2d9c10bd0ad49b529d31b4785339]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/07/13 09:41:25 tra 1.1.2.3: #116332#docu update 2004/07/12 14:56:57 tra 1.1.2.2: #116332#documentation updates 2004/07/12 13:35:28 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [80590bc0794aa95bb31b752922d34a2706de613b]

        INTEGRATION: CWS swmailmerge (1.10.90); FILE MERGED 2004/07/07 18:26:33 os 1.10.90.2: RESYNC: (1.10-1.11); FILE MERGED 2004/05/07 13:38:34 tra 1.10.90.1: #116332#added module mail

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [006dfedc6bd89e01313b710d1f08d7be4e42839a]

        INTEGRATION: CWS swmailmerge (1.43.6); FILE MERGED 2004/09/15 15:07:38 os 1.43.6.5: RESYNC: (1.48-1.51); FILE MERGED 2004/08/13 15:28:24 os 1.43.6.4: RESYNC: (1.46-1.48); FILE MERGED 2004/07/07 16:39:05 os 1.43.6.3: RESYNC: (1.44-1.46); FILE MERGED 2004/05/29 01:13:48 os 1.43.6.2: RESYNC: (1.43-1.44); FILE MERGED 2004/05/21 08:02:38 os 1.43.6.1: #116332# mail added

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d4e2030b547c5c8025e81d4c214f6538030cad3d]

        INTEGRATION: CWS swmailmerge (1.36.4); FILE MERGED 2004/09/15 15:07:31 os 1.36.4.4: RESYNC: (1.37-1.39); FILE MERGED 2004/07/07 16:16:05 os 1.36.4.3: RESYNC: (1.36-1.37); FILE MERGED 2004/06/08 11:21:10 os 1.36.4.2: #i25107# trailing backspace removed 2004/06/04 10:26:39 os 1.36.4.1: #i25107# mail merge dialogs move to swcui library

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [204234e794abb840a2b2a4295f21b499c7558f6b]

        INTEGRATION: CWS swmailmerge (1.9.644); FILE MERGED 2004/09/15 15:07:24 os 1.9.644.6: RESYNC: (1.9-1.10); FILE MERGED 2004/06/17 07:02:34 os 1.9.644.5: #i25107# weekly check-in 2004/05/28 12:36:09 os 1.9.644.4: #i25107# ChildWindow to return to the mail merge wizard 2004/05/07 09:41:07 os 1.9.644.3: #i25107# Mail merge mailer configuration page 2004/04/30 14:32:33 os 1.9.644.2: #i25107# intermediate check-in 2004/04/13 15:33:19 os 1.9.644.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [2b015a651b75f724cc07d1e6046cf7d0a39df0b3]

        INTEGRATION: CWS swmailmerge (1.2.76); FILE MERGED 2004/09/15 15:06:40 os 1.2.76.6: RESYNC: (1.9-1.13); FILE MERGED 2004/08/13 15:19:03 os 1.2.76.5: RESYNC: (1.5-1.9); FILE MERGED 2004/07/07 16:15:56 os 1.2.76.4: RESYNC: (1.4-1.5); FILE MERGED 2004/07/07 11:20:44 os 1.2.76.3: #i25107# old mail merge dialog removed from menu 2004/05/28 22:24:15 os 1.2.76.2: RESYNC: (1.2-1.4); FILE MERGED 2004/04/30 14:32:32 os 1.2.76.1: #i25107# intermediate check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f00708be5c038506d04ba13a630d382e4e4e301f]

        INTEGRATION: CWS swmailmerge (1.4.2); FILE MERGED 2004/09/15 15:05:10 os 1.4.2.4: RESYNC: (1.9-1.12); FILE MERGED 2004/08/13 15:10:37 os 1.4.2.3: RESYNC: (1.5-1.9); FILE MERGED 2004/07/07 16:15:34 os 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/07 11:20:44 os 1.4.2.1: #i25107# old mail merge dialog removed from menu

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [aa89cdd69e5664e72e81d183d18b2f3ed0e4423c]

        INTEGRATION: CWS swmailmerge (1.17.166); FILE MERGED 2004/07/02 09:15:20 os 1.17.166.3: #i25107# weekly check-in 2004/05/28 22:21:50 os 1.17.166.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/14 13:58:03 os 1.17.166.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ff8035f1bc8b1c5cfc8839c1536af13f7c1d1f52]

        INTEGRATION: CWS swmailmerge (1.13.480); FILE MERGED 2004/08/13 15:03:29 os 1.13.480.2: RESYNC: (1.13-1.14); FILE MERGED 2004/07/06 11:25:43 os 1.13.480.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5d7ce6db70b362b9f69aee2aaf651cbddcf35b84]

        INTEGRATION: CWS swmailmerge (1.24.20); FILE MERGED 2004/08/30 06:26:04 os 1.24.20.2: #i22689# 'Don't ask me gain' added to print as mailmerge query box 2004/06/23 14:06:59 os 1.24.20.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [94c45f572a6870c8b6ea55249ff7c9733278dd17]

        INTEGRATION: CWS swmailmerge (1.45.20); FILE MERGED 2004/09/15 15:01:05 os 1.45.20.6: RESYNC: (1.49-1.52); FILE MERGED 2004/08/13 15:02:23 os 1.45.20.5: RESYNC: (1.47-1.49); FILE MERGED 2004/07/02 09:15:18 os 1.45.20.4: #i25107# weekly check-in 2004/06/11 06:29:45 os 1.45.20.3: RESYNC: (1.46-1.47); FILE MERGED 2004/05/28 22:17:18 os 1.45.20.2: RESYNC: (1.45-1.46); FILE MERGED 2004/05/28 12:45:35 os 1.45.20.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [befc813287e83e958091e805c4d1a5e9c62f5de3]

        INTEGRATION: CWS swmailmerge (1.12.480); FILE MERGED 2004/09/15 15:00:58 os 1.12.480.7: RESYNC: (1.12-1.13); FILE MERGED 2004/09/03 13:10:24 os 1.12.480.6: #i25107# update source view after reload 2004/08/27 09:44:45 os 1.12.480.5: #i25107# Send mail dialog now modal 2004/07/07 13:18:42 os 1.12.480.4: #i25107# mailmerge childwindow is now a feature childwindow 2004/07/02 09:15:18 os 1.12.480.3: #i25107# weekly check-in 2004/06/25 13:39:17 os 1.12.480.2: #i25107# weekly check-in 2004/05/28 12:45:35 os 1.12.480.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [290253734e5f1a3adafb730dd4650da92531e6ef]

        INTEGRATION: CWS swmailmerge (1.70.20); FILE MERGED 2004/09/15 15:00:51 os 1.70.20.4: RESYNC: (1.73-1.75); FILE MERGED 2004/08/13 15:01:31 os 1.70.20.3: RESYNC: (1.71-1.73); FILE MERGED 2004/07/07 16:09:04 os 1.70.20.2: RESYNC: (1.70-1.71); FILE MERGED 2004/06/23 14:06:58 os 1.70.20.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [415f201b43abb5813ceb558467d27f35de1a6542]

        INTEGRATION: CWS swmailmerge (1.15.166); FILE MERGED 2004/09/03 13:10:24 os 1.15.166.3: #i25107# update source view after reload 2004/06/25 13:39:17 os 1.15.166.2: #i25107# weekly check-in 2004/05/28 12:45:35 os 1.15.166.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [10f0921800e008710562813f40b356c85d87b4ca]

        INTEGRATION: CWS swmailmerge (1.20.18); FILE MERGED 2004/09/15 14:52:51 os 1.20.18.8: RESYNC: (1.23-1.26); FILE MERGED 2004/09/03 13:10:14 os 1.20.18.7: #i25107# update source view after reload 2004/08/13 14:53:13 os 1.20.18.6: RESYNC: (1.22-1.23); FILE MERGED 2004/06/25 13:39:16 os 1.20.18.5: #i25107# weekly check-in 2004/06/23 14:06:58 os 1.20.18.4: #i25107# weekly check-in 2004/06/02 12:33:57 os 1.20.18.3: #i25107# merge error corrected 2004/05/28 22:03:40 os 1.20.18.2: RESYNC: (1.20-1.22); FILE MERGED 2004/05/28 12:46:05 os 1.20.18.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e8e7eb561aca34e4c13c35f45e3a8f7af2864014]

        INTEGRATION: CWS swmailmerge (1.7.672); FILE MERGED 2004/09/15 14:52:43 os 1.7.672.4: RESYNC: (1.8-1.9); FILE MERGED 2004/07/02 09:15:17 os 1.7.672.3: #i25107# weekly check-in 2004/05/28 22:03:30 os 1.7.672.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/14 13:58:03 os 1.7.672.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [244f94a3085dd5819fb840057b519ef9d090ff87]

        INTEGRATION: CWS swmailmerge (1.8.480); FILE MERGED 2004/09/03 13:10:15 os 1.8.480.3: #i25107# update source view after reload 2004/06/25 13:39:15 os 1.8.480.2: #i25107# weekly check-in 2004/05/28 12:46:06 os 1.8.480.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b32dea8a2191ba637249d90beeb68caff3d3b9e0]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/03 08:16:46 os 1.1.2.16: #i25107# last fixes 2004/08/20 14:18:50 os 1.1.2.15: #i25107# SMTP after POP added 2004/08/13 11:55:03 os 1.1.2.14: #i25107# dispose of the result set impl. 2004/07/07 09:44:50 os 1.1.2.13: #i25107# syntax error 2004/07/06 11:25:42 os 1.1.2.12: #i25107# weekly check-in 2004/07/02 09:15:17 os 1.1.2.11: #i25107# weekly check-in 2004/06/23 14:06:57 os 1.1.2.10: #i25107# weekly check-in 2004/06/17 07:02:33 os 1.1.2.9: #i25107# weekly check-in 2004/06/08 06:56:25 os 1.1.2.8: #i25107# gender column added 2004/05/28 12:23:44 os 1.1.2.7: #i25107# access to ResultSet and Selection completed 2004/05/18 06:18:35 os 1.1.2.6: #i25107# merging implemented 2004/05/14 13:58:03 os 1.1.2.5: #i25107# weekly check-in 2004/05/10 09:50:34 os 1.1.2.4: #i25107# syntax errors 2004/05/07 09:50:14 os 1.1.2.3: #i25107# single instance configuration; mailer options added 2004/04/30 14:32:32 os 1.1.2.2: #i25107# intermediate check-in 2004/04/16 12:46:29 os 1.1.2.1: #i25107# Mail merge wizard configuration item

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6ab34a9ae8414c1377a1ee9269c6a613ff74758a]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/23 09:42:26 os 1.1.2.14: #i25107# change Roadmap entry dynamically 2004/08/12 14:29:09 os 1.1.2.13: #i25107# use skipUntil() instead of GotoPage() 2004/07/06 11:25:42 os 1.1.2.12: #i25107# weekly check-in 2004/07/02 09:15:16 os 1.1.2.11: #i25107# weekly check-in 2004/06/25 13:39:15 os 1.1.2.10: #i25107# weekly check-in 2004/06/17 07:02:33 os 1.1.2.9: #i25107# weekly check-in 2004/06/08 06:55:46 os 1.1.2.8: #i25107# buttons resorted 2004/06/07 07:14:18 os 1.1.2.7: #i25107# RoadMap added 2004/06/04 10:26:39 os 1.1.2.6: #i25107# mail merge dialogs move to swcui library 2004/06/03 06:45:06 os 1.1.2.5: #i25107# signature of createPage has changed 2004/05/28 12:46:06 os 1.1.2.4: #i25107# ChildWindow to return to the mail merge wizard 2004/04/30 14:32:31 os 1.1.2.3: #i25107# intermediate check-in 2004/04/16 12:47:17 os 1.1.2.2: #i25107# config item added; Layout page added 2004/04/08 08:43:07 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c363a0dc50df3c999f1518ec79a91cdd9be3d21c]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/14 14:51:51 os 1.1.2.14: #i25107# more checks for correct mail settings 2004/08/26 13:51:43 os 1.1.2.13: #i25107# changed mail API; password dialog added 2004/08/18 15:18:20 os 1.1.2.12: #i25107# mail merge leftovers 2004/07/13 08:30:38 os 1.1.2.11: #i25107# changed mail API 2004/07/07 11:26:26 os 1.1.2.10: #i25107# content type added to body and attachment 2004/07/06 11:25:41 os 1.1.2.9: #i25107# weekly check-in 2004/07/02 09:15:16 os 1.1.2.8: #i25107# weekly check-in 2004/06/25 13:39:14 os 1.1.2.7: #i25107# weekly check-in 2004/06/23 14:06:57 os 1.1.2.6: #i25107# weekly check-in 2004/06/17 07:02:32 os 1.1.2.5: #i25107# weekly check-in 2004/06/09 15:09:55 os 1.1.2.4: #i25107# const added 2004/06/09 14:44:18 os 1.1.2.3: #i25107# preview selection handler added 2004/06/08 06:57:55 os 1.1.2.2: #i25107# selecting active element in preview 2004/05/28 12:48:47 os 1.1.2.1: #i25107# moved from ../dbui

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a09bdce00810957857335025b5a7a54e05c0e791]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/27 09:44:44 os 1.1.2.5: #i25107# Send mail dialog now modal 2004/08/26 13:51:25 os 1.1.2.4: #i25107# QueryClose() has to be connected to the frame 2004/07/02 09:15:16 os 1.1.2.3: #i25107# weekly check-in 2004/06/23 14:06:57 os 1.1.2.2: #i25107# weekly check-in 2004/05/28 12:22:44 os 1.1.2.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e7be5a7b3b92014903f9223ccd19b2a62aca6b66]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/27 10:27:23 os 1.1.2.7: #i25107# mail dispatcher self-referencing fixed 2004/08/24 13:37:55 os 1.1.2.6: #i25107# mail API changes - again 2004/07/15 08:44:03 tra 1.1.2.5: #116332#start and stop methods will now control the running state of the thread via a condition and a flag instead of hard suspend and resume calls 2004/07/15 06:08:20 tra 1.1.2.4: #116332#introduced a shutdown method in order to manually trigger shutdown of the mail dispatcher thread, implicit shutdown in dtor doesn't work 2004/06/23 14:06:56 os 1.1.2.3: #i25107# weekly check-in 2004/06/03 09:04:06 os 1.1.2.2: #i25107# merge error corrected 2004/05/28 12:46:53 os 1.1.2.1: #i25107# e-mail access for mail merge

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [405f12446b4f46470e4b513dcc14df83aea0f08c]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/20 14:17:54 os 1.1.2.3: #i25107# new mail configuration sub dialog 2004/08/18 15:18:20 os 1.1.2.2: #i25107# mail merge leftovers 2004/05/07 09:40:05 os 1.1.2.1: #i25107# Mail merge mailer configuration page

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [48a6becb816844334c96bc0c000c0effd7f6c2bc]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/06/03 09:04:03 os 1.1.2.2: #i25107# merge error corrected 2004/05/28 12:47:04 os 1.1.2.1: #i25107# e-mail access for mail merge

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a057d0ccd23151d00bdee5b85271613d802a0d62]

        INTEGRATION: CWS swmailmerge (1.10.514); FILE MERGED 2004/08/30 06:26:03 os 1.10.514.1: #i22689# 'Don't ask me gain' added to print as mailmerge query box

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [483df06fcb4fb85178baf446cb4b86cf633ec430]

        INTEGRATION: CWS swmailmerge (1.4.20); FILE MERGED 2004/06/25 13:39:14 os 1.4.20.2: #i25107# weekly check-in 2004/06/04 10:26:38 os 1.4.20.1: #i25107# mail merge dialogs move to swcui library

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e3f705a48c4a03f58d4d0087e521e777904e74a6]

        INTEGRATION: CWS swmailmerge (1.5.20); FILE MERGED 2004/09/15 14:35:13 os 1.5.20.4: RESYNC: (1.5-1.6); FILE MERGED 2004/08/12 14:29:23 os 1.5.20.3: #i25107# use skipUntil() instead of GotoPage() 2004/06/25 13:39:13 os 1.5.20.2: #i25107# weekly check-in 2004/06/04 10:26:38 os 1.5.20.1: #i25107# mail merge dialogs move to swcui library

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [81cdf8dbea9480cd21bc85a178ea4dd81b239b11]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:59 os 1.1.2.4: #i25107# mail merge leftovers 2004/08/17 08:30:28 os 1.1.2.3: #i25107# mail merge localisation 2004/07/08 14:51:39 os 1.1.2.2: #i25107# resource language changes 2004/04/13 15:34:12 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4d44a916c192ab0ca5756b7f4f333dd7591182ec]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:59 os 1.1.2.4: #i25107# mail merge leftovers 2004/05/14 13:58:02 os 1.1.2.3: #i25107# weekly check-in 2004/04/30 14:32:30 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:33:51 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f1be67157fa86e409d716385cf861f1740b6e5a0]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:59 os 1.1.2.2: #i25107# mail merge leftovers 2004/04/13 15:34:01 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [80e853d0cf94c405fe696a39a98fa069323333b4]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/26 13:50:59 os 1.1.2.6: #i25107# set/get table name corrected 2004/08/18 15:17:58 os 1.1.2.5: #i25107# mail merge leftovers 2004/05/14 13:58:02 os 1.1.2.4: #i25107# weekly check-in 2004/05/07 09:51:51 os 1.1.2.3: #i25107# c'tor calls corrected 2004/04/30 14:32:30 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:36:05 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [db3683c3d02610a3c7998dbc47fbfbbf40e05f42]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/03 08:16:46 os 1.1.2.7: #i25107# last fixes 2004/08/17 12:48:18 os 1.1.2.6: #i25107# mail merge localisation 2004/08/10 08:04:14 os 1.1.2.5: #i25107# some controls replaced 2004/07/08 14:51:39 os 1.1.2.4: #i25107# resource language changes 2004/06/07 07:14:09 os 1.1.2.3: #i25107# RoadMap added 2004/04/30 14:32:30 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 08:35:32 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6d0da1c2a0b8b218b141f6ba61105cf63d2c1323]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:58 os 1.1.2.5: #i25107# mail merge leftovers 2004/08/10 08:04:14 os 1.1.2.4: #i25107# some controls replaced 2004/05/28 12:45:11 os 1.1.2.3: #i25107# merge, selection and edit document impl. 2004/05/14 13:58:02 os 1.1.2.2: #i25107# weekly check-in 2004/04/08 08:35:22 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c577ad9156f0081b99939c8829e64677c5f1027e]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/10 08:04:14 os 1.1.2.2: #i25107# some controls replaced 2004/04/08 08:35:42 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a4f442d33f149387d18d6840da329edfb446bf87]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:58 os 1.1.2.10: #i25107# mail merge leftovers 2004/08/10 08:04:14 os 1.1.2.9: #i25107# some controls replaced 2004/07/02 09:15:15 os 1.1.2.8: #i25107# weekly check-in 2004/06/25 13:39:13 os 1.1.2.7: #i25107# weekly check-in 2004/06/17 07:02:31 os 1.1.2.6: #i25107# weekly check-in 2004/06/08 07:04:35 os 1.1.2.5: #i25107# preview initially updated 2004/05/28 12:45:11 os 1.1.2.4: #i25107# merge, selection and edit document impl. 2004/05/18 06:23:34 os 1.1.2.3: #i25107# prevent multiple merges 2004/05/14 13:58:02 os 1.1.2.2: #i25107# weekly check-in 2004/04/08 08:35:51 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a00f59df17474b7df721d8827f01f55a358c8550]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:58 os 1.1.2.8: #i25107# mail merge leftovers 2004/08/17 08:30:28 os 1.1.2.7: #i25107# mail merge localisation 2004/07/08 14:51:39 os 1.1.2.6: #i25107# resource language changes 2004/06/17 07:02:31 os 1.1.2.5: #i25107# weekly check-in 2004/06/07 07:14:08 os 1.1.2.4: #i25107# RoadMap added 2004/04/30 14:32:29 os 1.1.2.3: #i25107# intermediate check-in 2004/04/16 12:48:58 os 1.1.2.2: #i25107# additional texts added 2004/04/08 07:55:40 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6df0a6f77e346bc4a4289390d750ad517e6eee63]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/23 09:42:06 os 1.1.2.5: #i25107# change Roadmap entry dynamically 2004/06/17 07:02:31 os 1.1.2.4: #i25107# weekly check-in 2004/04/30 14:32:29 os 1.1.2.3: #i25107# intermediate check-in 2004/04/16 12:48:57 os 1.1.2.2: #i25107# additional texts added 2004/04/08 07:55:30 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5050ad399aae5a6613a768a9b8b7e65d3d3981ca]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/06/17 07:02:31 os 1.1.2.3: #i25107# weekly check-in 2004/04/16 12:48:57 os 1.1.2.2: #i25107# additional texts added 2004/04/08 07:56:01 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [52f1f066df25af82bdd18d04d504959b04b2e514]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/23 09:42:06 os 1.1.2.7: #i25107# change Roadmap entry dynamically 2004/06/23 14:06:55 os 1.1.2.6: #i25107# weekly check-in 2004/06/17 07:02:31 os 1.1.2.5: #i25107# weekly check-in 2004/05/14 13:58:02 os 1.1.2.4: #i25107# weekly check-in 2004/04/30 14:32:29 os 1.1.2.3: #i25107# intermediate check-in 2004/04/16 12:48:57 os 1.1.2.2: #i25107# additional texts added 2004/04/08 07:55:49 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7c03d496d341b897ce1ca4e686a633c978bf1c9d]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/13 07:50:44 os 1.1.2.15: #i25107# increase mail format ListBox 2004/08/18 15:17:58 os 1.1.2.14: #i25107# mail merge leftovers 2004/08/17 12:48:18 os 1.1.2.13: #i25107# mail merge localisation 2004/08/10 08:08:02 os 1.1.2.12: #i25107# strings changed 2004/07/08 14:51:38 os 1.1.2.11: #i25107# resource language changes 2004/07/02 09:15:15 os 1.1.2.10: #i25107# weekly check-in 2004/06/23 14:06:55 os 1.1.2.9: #i25107# weekly check-in 2004/06/17 07:02:30 os 1.1.2.8: #i25107# weekly check-in 2004/06/07 07:14:08 os 1.1.2.7: #i25107# RoadMap added 2004/06/03 09:04:02 os 1.1.2.6: #i25107# merge error corrected 2004/06/03 05:59:33 os 1.1.2.5: #i25107# ImageList changes 2004/05/28 12:44:23 os 1.1.2.4: #i25107# some output functions impl. 2004/05/18 06:22:56 os 1.1.2.3: #i25107# some output types implemented 2004/04/30 14:32:29 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 07:57:52 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [841537ef2790adef0c3966e63fe096bad8d416c5]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/27 09:44:44 os 1.1.2.15: #i25107# Send mail dialog now modal 2004/08/26 13:50:30 os 1.1.2.14: #i25107# QueryClose() has to be connected to the frame 2004/08/18 15:17:57 os 1.1.2.13: #i25107# mail merge leftovers 2004/07/13 08:30:37 os 1.1.2.12: #i25107# changed mail API 2004/07/07 13:13:00 os 1.1.2.11: #i25107# static StopSendMails handler and paused-label added 2004/07/07 11:26:37 os 1.1.2.10: #i25107# content type added to body and attachment 2004/07/06 11:25:40 os 1.1.2.9: #i25107# weekly check-in 2004/07/02 09:15:14 os 1.1.2.8: #i25107# weekly check-in 2004/06/23 14:06:55 os 1.1.2.7: #i25107# weekly check-in 2004/06/17 07:02:30 os 1.1.2.6: #i25107# weekly check-in 2004/05/28 12:44:24 os 1.1.2.5: #i25107# some output functions impl. 2004/05/18 06:22:52 os 1.1.2.4: #i25107# some output types implemented 2004/04/30 14:32:28 os 1.1.2.3: #i25107# intermediate check-in 2004/04/13 15:33:11 os 1.1.2.2: #i25107# mail merge progress 2004/04/08 07:57:42 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a846e70be1f59e4c6cc12036589f2795b7ae49ce]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:57 os 1.1.2.8: #i25107# mail merge leftovers 2004/07/02 09:15:14 os 1.1.2.7: #i25107# weekly check-in 2004/06/23 14:06:54 os 1.1.2.6: #i25107# weekly check-in 2004/06/17 07:02:30 os 1.1.2.5: #i25107# weekly check-in 2004/05/28 12:44:22 os 1.1.2.4: #i25107# some output functions impl. 2004/05/18 06:22:54 os 1.1.2.3: #i25107# some output types implemented 2004/04/30 14:32:28 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 07:58:02 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f553812ffcfc6c6320369c922b28dbeddc9f5242]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/14 14:51:51 os 1.1.2.24: #i25107# more checks for correct mail settings 2004/09/13 07:50:53 os 1.1.2.23: #i25107# increase mail format ListBox 2004/09/10 14:23:01 os 1.1.2.22: #i25107# use direct printing 2004/09/09 15:23:32 os 1.1.2.21: #i25107# fill the e-mail-column ListBox with the real column names 2004/09/03 13:08:36 os 1.1.2.20: #i25107# SwView::SetMailMergeConfigItem changed 2004/09/03 08:16:46 os 1.1.2.19: #i25107# last fixes 2004/08/27 09:44:43 os 1.1.2.18: #i25107# Send mail dialog now modal 2004/08/20 14:20:04 os 1.1.2.17: #i25107# most of the remaining issues fixed 2004/08/18 15:17:57 os 1.1.2.16: #i25107# mail merge leftovers 2004/08/12 14:28:34 os 1.1.2.15: #i25107# concatenation of body texts fixed 2004/07/13 08:30:37 os 1.1.2.14: #i25107# changed mail API 2004/07/07 11:26:37 os 1.1.2.13: #i25107# content type added to body and attachment 2004/07/06 11:25:40 os 1.1.2.12: #i25107# weekly check-in 2004/07/02 09:15:14 os 1.1.2.11: #i25107# weekly check-in 2004/06/25 13:39:12 os 1.1.2.10: #i25107# weekly check-in 2004/06/23 14:06:54 os 1.1.2.9: #i25107# weekly check-in 2004/06/17 07:02:30 os 1.1.2.8: #i25107# weekly check-in 2004/06/03 09:04:01 os 1.1.2.7: #i25107# merge error corrected 2004/05/28 12:44:24 os 1.1.2.6: #i25107# some output functions impl. 2004/05/18 06:22:50 os 1.1.2.5: #i25107# some output types implemented 2004/05/14 13:58:02 os 1.1.2.4: #i25107# weekly check-in 2004/04/30 14:32:28 os 1.1.2.3: #i25107# intermediate check-in 2004/04/13 15:33:11 os 1.1.2.2: #i25107# mail merge progress 2004/04/08 08:38:24 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [316f2b6da7bde3559465a868ffff1c7030708c1e]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:57 os 1.1.2.9: #i25107# mail merge leftovers 2004/08/17 12:48:18 os 1.1.2.8: #i25107# mail merge localisation 2004/08/10 08:07:30 os 1.1.2.7: #i25107# strings changed 2004/07/08 14:51:38 os 1.1.2.6: #i25107# resource language changes 2004/06/17 07:02:29 os 1.1.2.5: #i25107# weekly check-in 2004/06/07 07:14:07 os 1.1.2.4: #i25107# RoadMap added 2004/05/28 12:43:38 os 1.1.2.3: #i25107# edit document impl. 2004/04/30 14:32:27 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 08:36:41 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [95e06dd2115633b5d35e3a13275cc7b6641067f1]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/10 08:06:54 os 1.1.2.3: #i25107# commit() removed 2004/05/28 12:43:38 os 1.1.2.2: #i25107# edit document impl. 2004/04/08 08:37:01 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [25c63d6cd1a7e475a546ce10220541d8f03a5e08]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/04/08 08:36:51 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [49146b1f97995df1c669a4a29c1ef029241f905f]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/10 08:06:53 os 1.1.2.6: #i25107# commit() removed 2004/07/02 09:15:13 os 1.1.2.5: #i25107# weekly check-in 2004/06/25 13:39:12 os 1.1.2.4: #i25107# weekly check-in 2004/06/17 07:02:29 os 1.1.2.3: #i25107# weekly check-in 2004/05/28 12:43:38 os 1.1.2.2: #i25107# edit document impl. 2004/04/08 08:36:31 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [18470a6f04233cc57b2d98e6ea228227e6649174]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 12:48:17 os 1.1.2.8: #i25107# mail merge localisation 2004/08/10 08:03:25 os 1.1.2.7: #i25107# 'align to body' added 2004/07/08 14:51:38 os 1.1.2.6: #i25107# resource language changes 2004/06/23 14:06:53 os 1.1.2.5: #i25107# weekly check-in 2004/06/07 07:14:07 os 1.1.2.4: #i25107# RoadMap added 2004/05/14 13:58:01 os 1.1.2.3: #i25107# weekly check-in 2004/04/30 14:32:27 os 1.1.2.2: #i25107# intermediate check-in 2004/04/16 12:47:57 os 1.1.2.1: #i25107# Mail merge layout TabPage

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [affd2f506dd9abc521ffccd3f0274d6610ec22d0]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/03 09:32:55 os 1.1.2.6: #i25107# insert/remove address/greeting in ActivatePage() 2004/08/10 08:03:24 os 1.1.2.5: #i25107# 'align to body' added 2004/06/25 13:39:12 os 1.1.2.4: #i25107# weekly check-in 2004/05/28 12:42:10 os 1.1.2.3: #i25107# conditional insertion of greeting and address block 2004/05/14 13:58:01 os 1.1.2.2: #i25107# weekly check-in 2004/04/16 12:47:58 os 1.1.2.1: #i25107# Mail merge layout TabPage

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3fcdacbfea1a52eed08dd1b6bbd5f0be9584eaaf]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/10 08:03:25 os 1.1.2.3: #i25107# 'align to body' added 2004/05/14 13:58:01 os 1.1.2.2: #i25107# weekly check-in 2004/04/16 12:47:57 os 1.1.2.1: #i25107# Mail merge layout TabPage

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8c94ecd9ea2292c4702cb73cc23e55d1ce83d7ec]

        INTEGRATION: CWS systemjpg1 (1.3.708); FILE MERGED 2004/09/17 15:38:52 cmc 1.3.708.1: #i34307# use system jpeg if system jpeg selected

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [374b5fc9dc006effa24ca1438e17ee8e3faa530b]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/10 14:22:35 os 1.1.2.18: #i25107# use assigned column for greetings 2004/09/03 09:32:55 os 1.1.2.17: #i25107# insert/remove address/greeting in ActivatePage() 2004/09/03 08:16:46 os 1.1.2.16: #i25107# last fixes 2004/08/10 08:03:24 os 1.1.2.15: #i25107# 'align to body' added 2004/07/06 11:25:40 os 1.1.2.14: #i25107# weekly check-in 2004/07/02 09:15:13 os 1.1.2.13: #i25107# weekly check-in 2004/06/25 13:39:11 os 1.1.2.12: #i25107# weekly check-in 2004/06/23 14:06:53 os 1.1.2.11: #i25107# weekly check-in 2004/06/17 07:02:29 os 1.1.2.10: #i25107# weekly check-in 2004/06/09 14:53:13 os 1.1.2.9: #i25107# syntax error corrected 2004/06/09 14:43:52 os 1.1.2.8: #i25107# conditions extended, country support 2004/06/08 07:04:06 os 1.1.2.7: #i25107# conditions corrected 2004/06/07 07:14:07 os 1.1.2.6: #i25107# RoadMap added 2004/06/03 09:04:00 os 1.1.2.5: #i25107# merge error corrected 2004/05/28 12:42:09 os 1.1.2.4: #i25107# conditional insertion of greeting and address block 2004/05/18 06:22:16 os 1.1.2.3: #i25107# hidden paragraph condition corrected 2004/05/14 13:58:01 os 1.1.2.2: #i25107# weekly check-in 2004/04/16 12:47:58 os 1.1.2.1: #i25107# Mail merge layout TabPage

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6fb1b28304af155dbd707f47ee173db5dc158f61]

        INTEGRATION: CWS systemjpg1 (1.9.6); FILE MERGED 2004/09/17 15:38:52 cmc 1.9.6.1: #i34307# use system jpeg if system jpeg selected

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c0e1cf31efb7017a7692d426e66b7f6d6fd96d5e]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 12:48:17 os 1.1.2.15: #i25107# mail merge localisation 2004/08/17 08:30:28 os 1.1.2.14: #i25107# mail merge localisation 2004/08/10 08:02:49 os 1.1.2.13: #i25107# text size corrected 2004/07/08 15:10:40 os 1.1.2.12: #i25107# resource language changes 2004/07/08 14:51:37 os 1.1.2.11: #i25107# resource language changes 2004/06/23 14:06:52 os 1.1.2.10: #i25107# weekly check-in 2004/06/17 07:02:29 os 1.1.2.9: #i25107# weekly check-in 2004/06/08 07:01:51 os 1.1.2.8: #i25107# preview with default border 2004/06/07 07:14:06 os 1.1.2.7: #i25107# RoadMap added 2004/05/28 12:49:51 os 1.1.2.6: #i25107# state of result set and insertion of greeting lines 2004/05/18 06:20:17 os 1.1.2.5: #i25107# mail body dialog added 2004/05/14 13:58:01 os 1.1.2.4: #i25107# weekly check-in 2004/05/07 09:52:51 os 1.1.2.3: #i25107# column assigment implemented, preview activated 2004/04/30 14:32:27 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 08:36:21 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [12beee336772f4426f0263e00b9ed4e598b5bafe]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 08:30:28 os 1.1.2.11: #i25107# mail merge localisation 2004/07/02 09:15:13 os 1.1.2.10: #i25107# weekly check-in 2004/06/23 14:06:52 os 1.1.2.9: #i25107# weekly check-in 2004/06/17 07:02:28 os 1.1.2.8: #i25107# weekly check-in 2004/06/08 07:02:23 os 1.1.2.7: #i25107# order of members corrected 2004/05/28 12:49:51 os 1.1.2.6: #i25107# state of result set and insertion of greeting lines 2004/05/18 06:20:17 os 1.1.2.5: #i25107# mail body dialog added 2004/05/14 13:58:00 os 1.1.2.4: #i25107# weekly check-in 2004/05/07 09:52:52 os 1.1.2.3: #i25107# column assigment implemented, preview activated 2004/04/30 14:32:26 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 08:36:01 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d01beb09474de766bfa802db50fb652d5293b81e]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 08:30:28 os 1.1.2.6: #i25107# mail merge localisation 2004/06/17 07:02:28 os 1.1.2.5: #i25107# weekly check-in 2004/05/18 06:20:16 os 1.1.2.4: #i25107# mail body dialog added 2004/05/07 09:52:51 os 1.1.2.3: #i25107# column assigment implemented, preview activated 2004/04/30 14:32:26 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 08:36:11 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4a91ce32bb7f77efee5c4e1fb046c9cf48f0652a]

        INTEGRATION: CWS systemjpg1 (1.2.68); FILE MERGED 2004/09/17 15:30:21 cmc 1.2.68.1: #i34307# don't build jpeg if system jpeg selected

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [96b0864e9098a30a9bb74a353c31bfbf54100731]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/03 08:16:45 os 1.1.2.15: #i25107# last fixes 2004/08/27 09:44:43 os 1.1.2.14: #i25107# Send mail dialog now modal 2004/08/17 08:30:27 os 1.1.2.13: #i25107# mail merge localisation 2004/07/06 11:25:39 os 1.1.2.12: #i25107# weekly check-in 2004/07/02 09:15:13 os 1.1.2.11: #i25107# weekly check-in 2004/06/25 13:39:11 os 1.1.2.10: #i25107# weekly check-in 2004/06/23 14:06:52 os 1.1.2.9: #i25107# weekly check-in 2004/06/17 07:02:28 os 1.1.2.8: #i25107# weekly check-in 2004/06/08 07:02:52 os 1.1.2.7: #i25107# preview initially updated 2004/05/28 12:49:51 os 1.1.2.6: #i25107# state of result set and insertion of greeting lines 2004/05/18 06:20:17 os 1.1.2.5: #i25107# mail body dialog added 2004/05/14 13:58:00 os 1.1.2.4: #i25107# weekly check-in 2004/05/07 09:50:56 os 1.1.2.3: #i25107# column assigment implemented, preview activated 2004/04/30 14:32:26 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 08:38:15 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dc71bbad57ed5c1bf507ce1ece452f0c84a0d570]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 08:30:27 os 1.1.2.6: #i25107# mail merge localisation 2004/07/08 15:09:17 os 1.1.2.5: #i25107# resource language changes 2004/07/08 14:51:37 os 1.1.2.4: #i25107# resource language changes 2004/06/07 07:14:06 os 1.1.2.3: #i25107# RoadMap added 2004/04/30 14:32:25 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 07:54:47 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9f091b3097fb40a06dcff506e2d2e42505370db0]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/04/08 07:55:10 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0b4e975683ee510cbf8b583adf5d0e255941087b]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/04/08 07:55:20 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c6b7c770880140c935aa74e781f740f6aeb771c3]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/12 14:27:45 os 1.1.2.6: #i25107# select related RadioButtons when PushButtons are clicked 2004/07/02 09:15:12 os 1.1.2.5: #i25107# weekly check-in 2004/06/25 13:39:11 os 1.1.2.4: #i25107# weekly check-in 2004/06/17 07:02:28 os 1.1.2.3: #i25107# weekly check-in 2004/04/13 15:33:10 os 1.1.2.2: #i25107# mail merge progress 2004/04/08 07:55:00 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4eca89587b214389bbcbaf870a1b411402d0a4c3]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/03 08:16:45 os 1.1.2.20: #i25107# last fixes 2004/08/26 13:49:58 os 1.1.2.19: #i25107# default port of POP3 changed 2004/08/26 07:28:40 os 1.1.2.18: #i25107# try-catch added 2004/08/24 13:37:54 os 1.1.2.17: #i25107# mail API changes - again 2004/08/20 14:18:43 os 1.1.2.16: #i25107# SMTP after POP added 2004/08/18 15:17:57 os 1.1.2.15: #i25107# mail merge leftovers 2004/08/13 11:53:49 os 1.1.2.14: #i25107# load/save of column assignment corrected; dispose of the result set impl. 2004/07/06 11:25:38 os 1.1.2.13: #i25107# weekly check-in 2004/07/02 09:15:12 os 1.1.2.12: #i25107# weekly check-in 2004/06/23 14:06:51 os 1.1.2.11: #i25107# weekly check-in 2004/06/17 07:02:27 os 1.1.2.10: #i25107# weekly check-in 2004/06/08 06:56:32 os 1.1.2.9: #i25107# gender column added 2004/06/03 09:04:00 os 1.1.2.8: #i25107# merge error corrected 2004/05/28 12:23:51 os 1.1.2.7: #i25107# access to ResultSet and Selection completed 2004/05/18 06:19:37 os 1.1.2.6: #i25107# merging implemented 2004/05/14 13:58:00 os 1.1.2.5: #i25107# weekly check-in 2004/05/10 09:48:25 os 1.1.2.4: #i25107# syntax errors corrected 2004/05/07 09:50:06 os 1.1.2.3: #i25107# single instance configuration; mailer options added 2004/04/30 14:32:25 os 1.1.2.2: #i25107# intermediate check-in 2004/04/19 09:49:20 os 1.1.2.1: #i25107# mail merge config item

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [82bfddf0d14a94ea09e6f714e0312808e3f1efcf]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/03 13:07:46 os 1.1.2.20: #i25107# field assignment dialog tab control and scrolling problems fixed 2004/09/03 09:33:08 os 1.1.2.19: #i25107# preview size increased 2004/09/03 08:16:45 os 1.1.2.18: #i25107# last fixes 2004/08/20 14:20:03 os 1.1.2.17: #i25107# most of the remaining issues fixed 2004/08/18 15:17:56 os 1.1.2.16: #i25107# mail merge leftovers 2004/08/17 12:48:17 os 1.1.2.15: #i25107# mail merge localisation 2004/08/17 08:30:27 os 1.1.2.14: #i25107# mail merge localisation 2004/07/08 14:51:37 os 1.1.2.13: #i25107# resource language changes 2004/07/02 09:15:12 os 1.1.2.12: #i25107# weekly check-in 2004/06/25 13:39:10 os 1.1.2.11: #i25107# weekly check-in 2004/06/23 14:06:51 os 1.1.2.10: #i25107# weekly check-in 2004/06/17 07:02:27 os 1.1.2.9: #i25107# weekly check-in 2004/06/08 07:00:21 os 1.1.2.8: #i25107# gender content in ComboBox 2004/06/07 07:14:05 os 1.1.2.7: #i25107# RoadMap added 2004/05/28 12:42:47 os 1.1.2.6: #i25107# drag and drop of address elements started 2004/05/07 09:49:33 os 1.1.2.5: #i25107# column assigment implemented 2004/04/30 14:32:25 os 1.1.2.4: #i25107# intermediate check-in 2004/04/14 06:24:39 os 1.1.2.3: #i25107# assign fields dialog added 2004/04/13 15:33:10 os 1.1.2.2: #i25107# mail merge progress 2004/04/08 07:56:10 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [aee755707c9cacdf95d028ea009d7c791a4bbf09]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 08:30:27 os 1.1.2.15: #i25107# mail merge localisation 2004/07/06 11:25:38 os 1.1.2.14: #i25107# weekly check-in 2004/07/02 12:14:29 os 1.1.2.13: #i25107# const added 2004/07/02 09:15:11 os 1.1.2.12: #i25107# weekly check-in 2004/06/25 13:39:10 os 1.1.2.11: #i25107# weekly check-in 2004/06/17 07:02:27 os 1.1.2.10: #i25107# weekly check-in 2004/06/09 14:42:59 os 1.1.2.9: #i25107# preview selection handler added 2004/06/08 07:00:07 os 1.1.2.8: #i25107# gender content in ComboBox 2004/05/28 12:42:48 os 1.1.2.7: #i25107# drag and drop of address elements started 2004/05/10 09:48:25 os 1.1.2.6: #i25107# syntax errors corrected 2004/05/07 09:49:32 os 1.1.2.5: #i25107# column assigment implemented 2004/04/30 14:32:24 os 1.1.2.4: #i25107# intermediate check-in 2004/04/14 06:24:39 os 1.1.2.3: #i25107# assign fields dialog added 2004/04/13 15:33:10 os 1.1.2.2: #i25107# mail merge progress 2004/04/08 07:56:30 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [43b60d21427991e7cae76015e85a2956207f4a51]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/03 13:07:46 os 1.1.2.12: #i25107# field assignment dialog tab control and scrolling problems fixed 2004/08/17 08:30:27 os 1.1.2.11: #i25107# mail merge localisation 2004/07/02 09:15:11 os 1.1.2.10: #i25107# weekly check-in 2004/06/25 13:39:10 os 1.1.2.9: #i25107# weekly check-in 2004/06/17 07:02:27 os 1.1.2.8: #i25107# weekly check-in 2004/06/08 07:00:17 os 1.1.2.7: #i25107# gender content in ComboBox 2004/05/28 12:42:48 os 1.1.2.6: #i25107# drag and drop of address elements started 2004/05/07 09:49:33 os 1.1.2.5: #i25107# column assigment implemented 2004/04/30 14:32:24 os 1.1.2.4: #i25107# intermediate check-in 2004/04/14 06:24:39 os 1.1.2.3: #i25107# assign fields dialog added 2004/04/13 15:33:10 os 1.1.2.2: #i25107# mail merge progress 2004/04/08 07:56:20 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5cc31e6966d84fb4f3be01dec99a8b691e55d549]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/03 13:07:46 os 1.1.2.21: #i25107# field assignment dialog tab control and scrolling problems fixed 2004/09/03 08:16:45 os 1.1.2.20: #i25107# last fixes 2004/08/18 15:17:56 os 1.1.2.19: #i25107# mail merge leftovers 2004/08/17 08:30:26 os 1.1.2.18: #i25107# mail merge localisation 2004/08/12 14:24:17 os 1.1.2.17: #i25107# customize address block improved 2004/07/06 11:25:38 os 1.1.2.16: #i25107# weekly check-in 2004/07/02 09:15:11 os 1.1.2.15: #i25107# weekly check-in 2004/06/25 13:39:09 os 1.1.2.14: #i25107# weekly check-in 2004/06/23 14:06:51 os 1.1.2.13: #i25107# weekly check-in 2004/06/17 07:02:26 os 1.1.2.12: #i25107# weekly check-in 2004/06/09 14:42:59 os 1.1.2.11: #i25107# preview selection handler added 2004/06/08 07:01:12 os 1.1.2.10: #i25107# gender content in ComboBox - now supported 2004/06/03 09:03:59 os 1.1.2.9: #i25107# merge error corrected 2004/05/28 12:42:48 os 1.1.2.8: #i25107# drag and drop of address elements started 2004/05/14 13:58:00 os 1.1.2.7: #i25107# weekly check-in 2004/05/10 09:48:25 os 1.1.2.6: #i25107# syntax errors corrected 2004/05/07 09:49:32 os 1.1.2.5: #i25107# column assigment implemented 2004/04/30 14:32:23 os 1.1.2.4: #i25107# intermediate check-in 2004/04/14 06:24:39 os 1.1.2.3: #i25107# assign fields dialog added 2004/04/13 15:33:09 os 1.1.2.2: #i25107# mail merge progress 2004/04/08 07:56:39 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5b6b987adcce808bb951135cf68342e8e1856c3b]

        INTEGRATION: CWS swmailmerge (1.6.248); FILE MERGED 2004/07/02 09:15:10 os 1.6.248.12: #i25107# weekly check-in 2004/06/17 07:02:26 os 1.6.248.11: #i25107# weekly check-in 2004/06/04 10:26:37 os 1.6.248.10: #i25107# mail merge dialogs move to swcui library 2004/06/03 09:03:59 os 1.6.248.9: #i25107# merge error corrected 2004/06/02 15:31:01 os 1.6.248.8: #i25107# merge error corrected 2004/05/28 21:39:37 os 1.6.248.7: RESYNC: (1.6-1.7); FILE MERGED 2004/05/28 12:50:18 os 1.6.248.6: #i25107# ChildWindow to return to the mail merge wizard 2004/05/14 13:58:00 os 1.6.248.5: #i25107# weekly check-in 2004/04/30 14:32:23 os 1.6.248.4: #i25107# intermediate check-in 2004/04/16 12:49:23 os 1.6.248.3: #i25107# config item added; Layout page added 2004/04/13 15:33:09 os 1.6.248.2: #i25107# mail merge progress 2004/04/08 08:37:43 os 1.6.248.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0ba25236a9cd141919e70f5c3393c802dda6e9c8]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 08:30:26 os 1.1.2.6: #i25107# mail merge localisation 2004/07/08 14:51:37 os 1.1.2.5: #i25107# resource language changes 2004/06/08 06:55:17 os 1.1.2.4: #i25107# buttons resorted 2004/06/07 07:14:05 os 1.1.2.3: #i25107# RoadMap added 2004/04/30 14:32:23 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 07:59:09 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a0210769872edee3faef62ba22c1499f12297d8a]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 08:30:26 os 1.1.2.5: #i25107# mail merge localisation 2004/06/08 06:59:11 os 1.1.2.4: #i25107# buttons resorted 2004/06/07 07:14:05 os 1.1.2.3: #i25107# RoadMap added 2004/04/30 14:32:22 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 07:59:30 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a3c498a75d1e18c24c4d581db0defc36dcc5658d]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/03 13:09:28 os 1.1.2.14: #i25107# ::enterState(): insert of addresses and target creation can be both be necessary 2004/08/23 09:42:06 os 1.1.2.13: #i25107# change Roadmap entry dynamically 2004/08/20 14:20:03 os 1.1.2.12: #i25107# most of the remaining issues fixed 2004/08/10 08:02:12 os 1.1.2.11: #i25107# go-anywhere allowed in mail merge dialog 2004/07/06 11:25:37 os 1.1.2.10: #i25107# weekly check-in 2004/07/02 09:15:10 os 1.1.2.9: #i25107# weekly check-in 2004/06/25 13:39:09 os 1.1.2.8: #i25107# weekly check-in 2004/06/17 07:02:26 os 1.1.2.7: #i25107# weekly check-in 2004/06/08 06:55:08 os 1.1.2.6: #i25107# buttons resorted 2004/06/07 07:14:04 os 1.1.2.5: #i25107# RoadMap added 2004/06/04 10:26:37 os 1.1.2.4: #i25107# mail merge dialogs move to swcui library 2004/06/03 06:45:15 os 1.1.2.3: #i25107# signature of createPage has changed 2004/04/16 12:47:35 os 1.1.2.2: #i25107# config item added; Layout page added 2004/04/08 07:58:56 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dfcb4aa47b81ebd9affddefda88bf9b451508221]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/14 14:51:51 os 1.1.2.17: #i25107# more checks for correct mail settings 2004/08/26 13:49:27 os 1.1.2.16: #i25107# changed mail API; password dialog added 2004/08/10 08:01:49 os 1.1.2.15: #i25107# mime type setting corrected 2004/07/13 08:30:36 os 1.1.2.14: #i25107# changed mail API 2004/07/07 11:26:36 os 1.1.2.13: #i25107# content type added to body and attachment 2004/07/06 11:25:37 os 1.1.2.12: #i25107# weekly check-in 2004/07/02 09:15:09 os 1.1.2.11: #i25107# weekly check-in 2004/06/25 13:39:08 os 1.1.2.10: #i25107# weekly check-in 2004/06/23 14:06:50 os 1.1.2.9: #i25107# weekly check-in 2004/06/17 07:02:26 os 1.1.2.8: #i25107# weekly check-in 2004/06/09 14:43:00 os 1.1.2.7: #i25107# preview selection handler added 2004/06/08 06:58:02 os 1.1.2.6: #i25107# selecting active element in preview 2004/05/28 12:51:04 os 1.1.2.5: #i25107# e-mail helpers 2004/05/18 06:24:20 os 1.1.2.4: #i25107# invalidate preview after all changes 2004/05/14 13:57:59 os 1.1.2.3: #i25107# weekly check-in 2004/05/07 09:48:50 os 1.1.2.2: #i25107# SwAddressPreview moved here 2004/04/08 08:38:33 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [15e21d4bf73acc7be2a37ac42efe96b5cd3cff75]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/27 09:44:43 os 1.1.2.9: #i25107# Send mail dialog now modal 2004/08/26 13:48:44 os 1.1.2.8: #i25107# typo 2004/08/18 15:17:56 os 1.1.2.7: #i25107# mail merge leftovers 2004/08/17 12:48:17 os 1.1.2.6: #i25107# mail merge localisation 2004/07/08 14:51:36 os 1.1.2.5: #i25107# resource language changes 2004/07/07 13:11:46 os 1.1.2.4: #i25107# send error warning dialog added 2004/07/02 09:15:09 os 1.1.2.3: #i25107# weekly check-in 2004/06/23 14:06:50 os 1.1.2.2: #i25107# weekly check-in 2004/05/28 12:22:26 os 1.1.2.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b60a4e4861edd2d93c3136aa574707ef271e8c3f]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:56 os 1.1.2.5: #i25107# mail merge leftovers 2004/07/07 13:11:45 os 1.1.2.4: #i25107# send error warning dialog added 2004/07/02 09:15:08 os 1.1.2.3: #i25107# weekly check-in 2004/06/23 14:06:49 os 1.1.2.2: #i25107# weekly check-in 2004/05/28 12:22:26 os 1.1.2.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [04409f0366f522fe29b7258cfcd7a38f8f7d8a15]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/14 14:51:50 os 1.1.2.16: #i25107# more checks for correct mail settings 2004/08/27 09:44:42 os 1.1.2.15: #i25107# Send mail dialog now modal 2004/08/27 08:35:31 os 1.1.2.14: #i25107# disconnect from mail service; clear sent message descriptors 2004/08/26 13:48:31 os 1.1.2.13: #i25107# QueryClose() has to be connected to the frame 2004/08/24 13:37:54 os 1.1.2.12: #i25107# mail API changes - again 2004/08/20 14:20:03 os 1.1.2.11: #i25107# most of the remaining issues fixed 2004/08/18 15:17:55 os 1.1.2.10: #i25107# mail merge leftovers 2004/08/13 09:54:12 os 1.1.2.9: #i25107# make code Linux-compliant ;-) 2004/08/12 14:27:15 os 1.1.2.8: #i25107# CC and BCC are tokenized 2004/07/15 06:11:06 tra 1.1.2.7: #116332#added a dtor to SwSendMailDialog_Impl in which shutdown of the mail dispatcher will be called 2004/07/13 08:30:36 os 1.1.2.6: #i25107# changed mail API 2004/07/07 13:11:24 os 1.1.2.5: #i25107# send error warning dialog added 2004/07/07 11:26:36 os 1.1.2.4: #i25107# content type added to body and attachment 2004/07/02 09:15:08 os 1.1.2.3: #i25107# weekly check-in 2004/06/23 14:06:49 os 1.1.2.2: #i25107# weekly check-in 2004/05/28 12:22:25 os 1.1.2.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [597433b7dafd04ba653591938fb9dcfd1a01ddb3]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/27 10:27:22 os 1.1.2.8: #i25107# mail dispatcher self-referencing fixed 2004/08/24 13:37:54 os 1.1.2.7: #i25107# mail API changes - again 2004/07/15 08:43:37 tra 1.1.2.6: #116332#start and stop methods will now control the running state of the thread via a condition and a flag instead of hard suspend and resume calls 2004/07/15 06:07:45 tra 1.1.2.5: #116332#introduced a shutdown method in order to manually trigger shutdown of the mail dispatcher thread, implicit shutdown in dtor doesn't work 2004/07/06 11:25:37 os 1.1.2.4: #i25107# weekly check-in 2004/06/23 14:06:48 os 1.1.2.3: #i25107# weekly check-in 2004/06/03 09:03:58 os 1.1.2.2: #i25107# merge error corrected 2004/05/28 12:56:29 os 1.1.2.1: #i25107# e-mail access for mail merge

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e0bea6a4d1ee997e1580ff7292ef28f156889fd9]

        INTEGRATION: CWS swmailmerge (1.21.170); FILE MERGED 2004/08/23 09:40:02 os 1.21.170.9: #i25107# language error fixed 2004/08/17 08:30:26 os 1.21.170.8: #i25107# mail merge localisation 2004/08/13 14:49:45 os 1.21.170.7: RESYNC: (1.22-1.23); FILE MERGED 2004/07/08 14:51:36 os 1.21.170.6: #i25107# resource language changes 2004/07/07 15:39:43 os 1.21.170.5: RESYNC: (1.21-1.22); FILE MERGED 2004/06/08 06:52:30 os 1.21.170.4: #i25107# gender added to mail merge database 2004/05/28 12:40:20 os 1.21.170.3: #i25107# loading of data sources 2004/05/07 09:48:23 os 1.21.170.2: #i25107# new string 2004/04/30 14:32:22 os 1.21.170.1: #i25107# intermediate check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [94f091cf5e4df441b785beb054f279a1b215b803]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 08:30:26 os 1.1.2.4: #i25107# mail merge localisation 2004/07/08 14:51:36 os 1.1.2.3: #i25107# resource language changes 2004/04/30 14:32:21 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:36:36 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [eb3e6ce71270f13ff1432bdea88466e8a2723028]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/04/30 14:32:21 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:36:15 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d65d6c4e80e52ee89daead107bcd5fbda2755a6a]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/04/13 15:36:26 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c3ca41cce8e95875f97d2be2686bd22183a4d395]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/04/30 14:32:21 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:36:47 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [52a869a33d6c929ef44d247b8a03fd0577ec6b50]

        INTEGRATION: CWS swmailmerge (1.75.134); FILE MERGED 2004/09/15 14:30:32 os 1.75.134.17: RESYNC: (1.77-1.78); FILE MERGED 2004/09/10 11:12:24 os 1.75.134.16: #i25107# database file extension fixed 2004/09/09 11:16:02 os 1.75.134.15: #i25107# call CalcLayout() before the fields are updated 2004/08/26 13:47:56 os 1.75.134.14: #i25107# additional reschedules to show the monitor 2004/08/20 14:18:24 os 1.75.134.13: #i25107# close temporary documents 2004/08/17 08:30:17 os 1.75.134.12: #i25107# 'using namespace ::rtl' removed 2004/08/13 14:49:30 os 1.75.134.11: RESYNC: (1.76-1.77); FILE MERGED 2004/08/10 08:08:59 os 1.75.134.10: #i25107# import styles from source into target document 2004/07/02 09:15:07 os 1.75.134.9: #i25107# weekly check-in 2004/06/23 14:06:47 os 1.75.134.8: #i25107# weekly check-in 2004/06/17 07:02:25 os 1.75.134.7: #i25107# weekly check-in 2004/06/02 16:17:43 os 1.75.134.6: #i25107# Reference changed to uno::Reference 2004/06/02 15:45:07 os 1.75.134.5: #i25107# merge error corrected 2004/05/28 21:38:54 os 1.75.134.4: RESYNC: (1.75-1.76); FILE MERGED 2004/05/28 12:51:30 os 1.75.134.3: #i25107# loading of data sources 2004/05/18 06:19:37 os 1.75.134.2: #i25107# merging implemented 2004/05/14 13:57:59 os 1.75.134.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [db36eec199160894d659a323ce0fea5ab9b1fd2c]

        INTEGRATION: CWS swmailmerge (1.45.2); FILE MERGED 2004/09/15 14:30:40 os 1.45.2.2: RESYNC: (1.45-1.47); FILE MERGED 2004/06/08 06:54:27 os 1.45.2.1: #i25107# sw ui library cannot access objects declared as 'extern'

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d7e49ca5c1ea32b23d8ce903c200b4048421c828]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 08:30:26 os 1.1.2.5: #i25107# mail merge localisation 2004/07/08 14:51:36 os 1.1.2.4: #i25107# resource language changes 2004/06/23 14:06:46 os 1.1.2.3: #i25107# weekly check-in 2004/04/30 14:32:20 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:34:37 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a830c8ac3e3406cbbb003e8acd1708989c66011f]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/12 14:26:38 os 1.1.2.3: #i25107# reordering of address data impl. 2004/04/30 14:32:20 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:34:16 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [44a07a89fbc7fc97d17d3ba107d5a365ec63fa07]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/04/13 15:34:27 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a858e73a00efb3e5b49a4a0662d44085f129cdf9]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:55 os 1.1.2.4: #i25107# mail merge leftovers 2004/08/12 14:26:38 os 1.1.2.3: #i25107# reordering of address data impl. 2004/04/30 14:32:19 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:34:52 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0a8f567fedd0f0b6dfdc38a90d94e0b720080602]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/17 08:30:25 os 1.1.2.6: #i25107# mail merge localisation 2004/08/12 14:25:49 os 1.1.2.5: #i25107# scroll bar position corrected 2004/07/08 14:51:35 os 1.1.2.4: #i25107# resource language changes 2004/06/23 14:06:45 os 1.1.2.3: #i25107# weekly check-in 2004/04/30 14:32:18 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:35:07 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7b6c942987b1dfe805c82f25402c4f6f9aecafd9]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/10 09:48:24 os 1.1.2.3: #i25107# syntax errors corrected 2004/04/30 14:32:18 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:34:42 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [2e1bc92d46fdaa60675485a114517f8be78ffcf7]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/04/30 14:32:17 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:35:17 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [202a202a23d141ca911dfaf18f7e5238038001b2]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/13 08:18:07 os 1.1.2.9: #i25107# force .csv as data source extension 2004/09/03 08:16:44 os 1.1.2.8: #i25107# last fixes 2004/08/27 14:15:58 os 1.1.2.7: #i25107# csv-extension fixed 2004/08/23 09:40:52 os 1.1.2.6: #i25107# MakeVisible() - show a Rectangle, not only a Point 2004/08/12 14:25:49 os 1.1.2.5: #i25107# scroll bar position corrected 2004/06/23 14:06:45 os 1.1.2.4: #i25107# weekly check-in 2004/05/18 06:21:03 os 1.1.2.3: #i25107# loading of created csv-file added 2004/04/30 14:32:17 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:34:56 os 1.1.2.1: #i25107# mail merge progress

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [cd4001b873de8f5364d8b891d31490764da6f557]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/18 15:17:55 os 1.1.2.9: #i25107# mail merge leftovers 2004/08/17 08:30:25 os 1.1.2.8: #i25107# mail merge localisation 2004/07/08 14:51:35 os 1.1.2.7: #i25107# resource language changes 2004/07/06 11:25:36 os 1.1.2.6: #i25107# weekly check-in 2004/06/17 07:02:25 os 1.1.2.5: #i25107# weekly check-in 2004/05/14 13:57:59 os 1.1.2.4: #i25107# weekly check-in 2004/04/30 14:32:17 os 1.1.2.3: #i25107# intermediate check-in 2004/04/13 15:33:09 os 1.1.2.2: #i25107# mail merge progress 2004/04/08 07:59:54 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [266ae487b8184aeb3d534af0c16a8b36aad1513b]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/07/07 09:44:35 os 1.1.2.6: #i25107# syntax error 2004/07/06 11:25:36 os 1.1.2.5: #i25107# weekly check-in 2004/05/14 13:57:59 os 1.1.2.4: #i25107# weekly check-in 2004/04/30 14:32:17 os 1.1.2.3: #i25107# intermediate check-in 2004/04/13 15:33:08 os 1.1.2.2: #i25107# mail merge progress 2004/04/08 07:59:42 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ab3ce1d017a3c06e167e76382b9ffb9d8d2c3918]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/14 13:57:58 os 1.1.2.3: #i25107# weekly check-in 2004/04/30 14:32:16 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 08:00:18 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ebd603a1208c0b35bcef0f9c6b063a76f22bd05a]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/14 14:51:50 os 1.1.2.14: #i25107# more checks for correct mail settings 2004/08/18 15:17:55 os 1.1.2.13: #i25107# mail merge leftovers 2004/08/13 11:54:48 os 1.1.2.12: #i25107# dispose of the result set impl. to enable editing of .csv data sources 2004/07/06 11:25:35 os 1.1.2.11: #i25107# weekly check-in 2004/06/17 07:02:24 os 1.1.2.10: #i25107# weekly check-in 2004/06/08 06:58:59 os 1.1.2.9: #i25107# name of created data source without extension 2004/06/03 09:03:58 os 1.1.2.8: #i25107# merge error corrected 2004/05/28 12:51:50 os 1.1.2.7: #i25107# loading of data sources 2004/05/18 06:21:31 os 1.1.2.6: #i25107# loading of created csv-file added 2004/05/14 13:57:58 os 1.1.2.5: #i25107# weekly check-in 2004/05/07 09:47:51 os 1.1.2.4: #i25107# table selection improved 2004/04/30 14:32:16 os 1.1.2.3: #i25107# intermediate check-in 2004/04/13 15:33:08 os 1.1.2.2: #i25107# mail merge progress 2004/04/08 08:00:04 os 1.1.2.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [40f7584ea81000062178a0115105a2b01e7b05b6]

        INTEGRATION: CWS swmailmerge (1.20.32); FILE MERGED 2004/08/30 06:26:03 os 1.20.32.1: #i22689# 'Don't ask me gain' added to print as mailmerge query box

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5bfd98aa33ebaca69141ab0e3a5bc5a320feb78f]

        INTEGRATION: CWS swmailmerge (1.9.218); FILE MERGED 2004/08/18 15:18:11 os 1.9.218.7: #i25107# mail merge leftovers 2004/06/04 10:26:37 os 1.9.218.6: #i25107# mail merge dialogs move to swcui library 2004/06/03 09:03:57 os 1.9.218.5: #i25107# merge error corrected 2004/06/02 12:43:03 os 1.9.218.4: #i25107# merge error corrected 2004/05/28 21:41:25 os 1.9.218.3: RESYNC: (1.9-1.10); FILE MERGED 2004/05/28 12:38:41 os 1.9.218.2: #i25107# mail config page added 2004/05/07 09:41:42 os 1.9.218.1: #i25107# Mail merge mailer configuration page

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [63916cc7ee4831ecd83560f1ba955fbfad655fe5]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/20 14:17:41 os 1.1.2.10: #i25107# new mail configuration sub dialog 2004/08/17 12:57:58 os 1.1.2.9: #i25107# mail merge localisation 2004/08/12 14:25:07 os 1.1.2.8: #i25107# control alignment corrected 2004/07/08 14:51:53 os 1.1.2.7: #i25107# resource language changes 2004/07/02 09:15:06 os 1.1.2.6: #i25107# weekly check-in 2004/06/04 10:26:36 os 1.1.2.5: #i25107# mail merge dialogs move to swcui library 2004/06/03 09:03:56 os 1.1.2.4: #i25107# merge error corrected 2004/06/02 16:03:35 os 1.1.2.3: #i25107# ImageList syntax 2004/05/28 12:37:37 os 1.1.2.2: #i25107# mail server access added 2004/05/07 09:40:39 os 1.1.2.1: #i25107# Mail merge mailer configuration page

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f66faf88c2f25660708baf17775767f60bd6c2e1]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/08/20 14:17:41 os 1.1.2.3: #i25107# new mail configuration sub dialog 2004/08/17 12:57:57 os 1.1.2.2: #i25107# mail merge localisation 2004/05/07 09:40:39 os 1.1.2.1: #i25107# Mail merge mailer configuration page

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e18abeea701f5df0cf1e44ebcba5e0e393208462]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/09/14 14:51:50 os 1.1.2.13: #i25107# more checks for correct mail settings 2004/08/27 09:44:42 os 1.1.2.12: #i25107# Send mail dialog now modal 2004/08/26 13:47:27 os 1.1.2.11: #i25107# SMTP after POP; reply to works now 2004/08/24 13:37:53 os 1.1.2.10: #i25107# mail API changes - again 2004/08/20 14:17:41 os 1.1.2.9: #i25107# new mail configuration sub dialog 2004/08/18 15:18:11 os 1.1.2.8: #i25107# mail merge leftovers 2004/08/17 12:57:57 os 1.1.2.7: #i25107# mail merge localisation 2004/07/02 09:15:06 os 1.1.2.6: #i25107# weekly check-in 2004/06/17 07:02:24 os 1.1.2.5: #i25107# weekly check-in 2004/06/08 06:53:52 os 1.1.2.4: #i25107# mail server check has to start asynchronously 2004/05/28 12:37:38 os 1.1.2.3: #i25107# mail server access added 2004/05/14 13:57:57 os 1.1.2.2: #i25107# weekly check-in 2004/05/07 09:40:40 os 1.1.2.1: #i25107# Mail merge mailer configuration page

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [694a070f4cf3ff561c1b712f7b3b32ec6810a957]

        INTEGRATION: CWS swmailmerge (1.2.678); FILE MERGED 2004/08/20 14:17:41 os 1.2.678.3: #i25107# new mail configuration sub dialog 2004/06/04 10:26:36 os 1.2.678.2: #i25107# mail merge dialogs move to swcui library 2004/05/07 09:41:41 os 1.2.678.1: #i25107# Mail merge mailer configuration page

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6a37e659479f23a62043c70ec16cd55f3a50534e]

        INTEGRATION: CWS swmailmerge (1.13.20); FILE MERGED 2004/09/15 14:32:02 os 1.13.20.2: RESYNC: (1.13-1.14); FILE MERGED 2004/06/08 06:52:51 os 1.13.20.1: #i25107# sw ui library cannot access objects declared as 'extern'

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [36fddecdfe1045892ced02741b7c952fe264a775]

        INTEGRATION: CWS swmailmerge (1.38.2); FILE MERGED 2004/09/15 14:30:23 os 1.38.2.6: RESYNC: (1.40-1.43); FILE MERGED 2004/08/27 09:44:41 os 1.38.2.5: #i25107# Send mail dialog now modal 2004/08/13 14:49:22 os 1.38.2.4: RESYNC: (1.39-1.40); FILE MERGED 2004/07/02 09:15:05 os 1.38.2.3: #i25107# weekly check-in 2004/05/28 21:38:45 os 1.38.2.2: RESYNC: (1.38-1.39); FILE MERGED 2004/05/28 12:22:58 os 1.38.2.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1dac26151fa16f8df61d131ee4dd01b039f16547]

        INTEGRATION: CWS swmailmerge (1.24.20); FILE MERGED 2004/06/04 10:26:35 os 1.24.20.4: #i25107# mail merge dialogs move to swcui library 2004/06/03 06:45:35 os 1.24.20.3: #i25107# merge error corrected 2004/05/28 21:36:58 os 1.24.20.2: RESYNC: (1.24-1.25); FILE MERGED 2004/05/07 09:41:29 os 1.24.20.1: #i25107# Mail merge mailer configuration page

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5610d09810d815bff15b26d336db6ae65f6eab66]

        INTEGRATION: CWS swmailmerge (1.37.76); FILE MERGED 2004/09/15 14:29:22 os 1.37.76.21: RESYNC: (1.39-1.40); FILE MERGED 2004/09/10 14:23:32 os 1.37.76.20: #i25107# source document has to be set at the config item when new document has been loaded 2004/09/08 13:57:16 os 1.37.76.19: #i25107# switch off address/greeting also if called from the database beamer 2004/09/08 10:59:56 os 1.37.76.18: #i25107# source view should only be updated after return from editing 2004/09/03 13:10:03 os 1.37.76.17: #i25107# update source view after reload 2004/09/03 08:16:43 os 1.37.76.16: #i25107# last fixes 2004/08/20 14:16:47 os 1.37.76.15: #i25107# close target view on 'step back' and re-show source view 2004/08/13 14:48:49 os 1.37.76.14: RESYNC: (1.38-1.39); FILE MERGED 2004/08/10 08:01:07 os 1.37.76.13: #i25107# go-anywhere allowed in mail merge dialog 2004/07/06 11:25:34 os 1.37.76.12: #i25107# weekly check-in 2004/07/02 09:15:05 os 1.37.76.11: #i25107# weekly check-in 2004/06/25 13:39:08 os 1.37.76.10: #i25107# weekly check-in 2004/06/23 14:06:43 os 1.37.76.9: #i25107# weekly check-in 2004/06/17 07:02:23 os 1.37.76.8: #i25107# weekly check-in 2004/06/08 06:53:18 os 1.37.76.7: #i25107# restart of mail merge wizard corrected 2004/06/04 10:26:35 os 1.37.76.6: #i25107# mail merge dialogs move to swcui library 2004/05/28 21:36:37 os 1.37.76.5: RESYNC: (1.37-1.38); FILE MERGED 2004/05/28 12:22:58 os 1.37.76.4: #i25107# ChildWindow to return to the mail merge wizard 2004/05/07 09:41:20 os 1.37.76.3: #i25107# Mail merge mailer configuration page 2004/04/30 14:32:15 os 1.37.76.2: #i25107# intermediate check-in 2004/04/08 08:37:43 os 1.37.76.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [bd373724c73447a94b587f2f3e277ed68fb8688e]

        INTEGRATION: CWS swmailmerge (1.102.2); FILE MERGED 2004/08/30 06:26:02 os 1.102.2.3: #i22689# 'Don't ask me gain' added to print as mailmerge query box 2004/07/07 15:38:33 os 1.102.2.2: RESYNC: (1.102-1.105); FILE MERGED 2004/07/06 11:25:33 os 1.102.2.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [828cb050bb787d39781fc3e44332339427e3b124]

        INTEGRATION: CWS swmailmerge (1.34.76); FILE MERGED 2004/09/15 14:14:59 os 1.34.76.2: RESYNC: (1.34-1.35); FILE MERGED 2004/05/18 06:17:56 os 1.34.76.1: #i25107# update of changes in hiding paragraphs corrected

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b02cb025a2b027573bf781eaee0aa4e74b7ef787]

        INTEGRATION: CWS swmailmerge (1.20.18); FILE MERGED 2004/09/15 14:03:00 os 1.20.18.10: RESYNC: (1.24-1.25); FILE MERGED 2004/09/13 07:57:02 os 1.20.18.9: #i25107# PastePages(): preset the correct page descriptor at start 2004/09/06 11:45:25 os 1.20.18.8: #i25107# ::Paste( ): anchor page no. corrected 2004/08/13 14:29:44 os 1.20.18.7: RESYNC: (1.22-1.24); FILE MERGED 2004/08/13 10:17:31 os 1.20.18.6: #i25107# make code Linux-compliant ;-) 2004/08/12 09:11:17 os 1.20.18.5: #i25107# handle documents that start with a table correctly 2004/08/10 08:00:48 os 1.20.18.4: #i25107# set the correct anchor page when copying page-bound objects 2004/07/07 15:14:29 os 1.20.18.3: RESYNC: (1.20-1.22); FILE MERGED 2004/06/23 14:06:43 os 1.20.18.2: #i25107# weekly check-in 2004/06/17 07:02:22 os 1.20.18.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [062e1b04d84cf52ef629df97ce468a1bcebf78ae]

        INTEGRATION: CWS swmailmerge (1.27.74); FILE MERGED 2004/09/15 14:01:03 os 1.27.74.5: RESYNC: (1.31-1.32); FILE MERGED 2004/07/07 15:13:31 os 1.27.74.4: RESYNC: (1.30-1.31); FILE MERGED 2004/06/17 07:02:22 os 1.27.74.3: #i25107# weekly check-in 2004/05/28 20:59:06 os 1.27.74.2: RESYNC: (1.27-1.30); FILE MERGED 2004/05/14 13:57:57 os 1.27.74.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [adf2615a240c47368ae3891c451443a4a1dcf087]

        INTEGRATION: CWS swmailmerge (1.6.20); FILE MERGED 2004/09/15 13:53:58 os 1.6.20.2: RESYNC: (1.6-1.8); FILE MERGED 2004/06/08 06:51:30 os 1.6.20.1: #i25107# sw ui library cannot access objects declared as 'extern'

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [02ad26df0f3c75648531bc82b997000f221f6e56]

        INTEGRATION: CWS swmailmerge (1.9.228); FILE MERGED 2004/06/02 12:50:27 os 1.9.228.3: #i25107# merge error corrected 2004/05/28 20:51:38 os 1.9.228.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/08 08:36:51 os 1.9.228.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3cc1d7c70f5fd5748afc1c950ba503e93bdb928f]

        INTEGRATION: CWS swmailmerge (1.48.22); FILE MERGED 2004/09/15 13:50:34 os 1.48.22.6: RESYNC: (1.52-1.53); FILE MERGED 2004/08/13 14:24:27 os 1.48.22.5: RESYNC: (1.50-1.52); FILE MERGED 2004/07/02 09:15:03 os 1.48.22.4: #i25107# weekly check-in 2004/05/28 20:51:00 os 1.48.22.3: RESYNC: (1.48-1.50); FILE MERGED 2004/05/28 12:36:46 os 1.48.22.2: #i25107# ChildWindow to return to the mail merge wizard 2004/04/08 08:36:48 os 1.48.22.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9525ae1655f26f359e529b5ac04f1f4d17a91ffe]

        INTEGRATION: CWS swmailmerge (1.16.76); FILE MERGED 2004/09/15 13:49:50 os 1.16.76.4: RESYNC: (1.18-1.19); FILE MERGED 2004/08/13 14:23:59 os 1.16.76.3: RESYNC: (1.16-1.18); FILE MERGED 2004/07/02 09:15:02 os 1.16.76.2: #i25107# weekly check-in 2004/05/28 12:36:46 os 1.16.76.1: #i25107# ChildWindow to return to the mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0f62672a9e2c7c209b5b0ac250f6ffd3e57ca3ae]

        INTEGRATION: CWS swmailmerge (1.2.514); FILE MERGED 2004/09/15 13:44:31 os 1.2.514.2: RESYNC: (1.2-1.4); FILE MERGED 2004/06/23 14:06:42 os 1.2.514.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5c2fe42f73f16535f904e0645168a43a65c6bd70]

        INTEGRATION: CWS swmailmerge (1.6.22); FILE MERGED 2004/09/15 13:42:48 os 1.6.22.5: RESYNC: (1.6-1.7); FILE MERGED 2004/08/10 08:00:07 os 1.6.22.4: #i25107# go-anywhere allowed in mail merge dialog 2004/06/25 13:39:07 os 1.6.22.3: #i25107# weekly check-in 2004/06/17 07:02:21 os 1.6.22.2: #i25107# weekly check-in 2004/06/04 10:26:34 os 1.6.22.1: #i25107# mail merge dialogs move to swcui library

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6bdc2000c2c59143ca9f1622351d942ae5e74ea1]

        INTEGRATION: CWS swmailmerge (1.19.230); FILE MERGED 2004/09/15 13:42:21 os 1.19.230.3: RESYNC: (1.19-1.21); FILE MERGED 2004/06/23 14:06:41 os 1.19.230.2: #i25107# weekly check-in 2004/06/08 06:51:03 os 1.19.230.1: #i25107# sw ui library cannot access objects declared as 'extern'

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3b5d4bcc50b27fda106b472836f3dcb179d8caf4]

        INTEGRATION: CWS swmailmerge (1.9.134); FILE MERGED 2004/09/15 13:39:12 os 1.9.134.4: RESYNC: (1.10-1.11); FILE MERGED 2004/07/07 15:00:11 os 1.9.134.3: RESYNC: (1.9-1.10); FILE MERGED 2004/06/23 14:06:40 os 1.9.134.2: #i25107# weekly check-in 2004/06/08 07:10:02 os 1.9.134.1: #i25107# sw ui library cannot access objects declared as 'extern'

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f31e31e01d52321a250e05dbbf63b44adae84d83]

        INTEGRATION: CWS swmailmerge (1.21.218); FILE MERGED 2004/09/15 13:38:43 os 1.21.218.16: RESYNC: (1.22-1.23); FILE MERGED 2004/08/20 14:17:32 os 1.21.218.15: #i25107# new mail configuration sub dialog 2004/07/07 13:14:51 os 1.21.218.14: #i25107# send error warning dialog added 2004/07/02 09:15:01 os 1.21.218.13: #i25107# weekly check-in 2004/06/23 14:06:39 os 1.21.218.12: #i25107# weekly check-in 2004/06/17 07:02:21 os 1.21.218.11: #i25107# weekly check-in 2004/06/02 12:35:50 os 1.21.218.10: #i25107# merge error corrected 2004/05/28 20:27:30 os 1.21.218.9: RESYNC: (1.21-1.22); FILE MERGED 2004/05/28 12:27:32 os 1.21.218.8: #i25107# ChildWindow to return to the mail merge wizard 2004/05/18 06:17:11 os 1.21.218.7: #i25107# mail body dialog added 2004/05/07 09:40:53 os 1.21.218.6: #i25107# Mail merge mailer configuration page 2004/04/30 14:32:15 os 1.21.218.5: #i25107# intermediate check-in 2004/04/16 12:50:07 os 1.21.218.4: #i25107# mail merge wizard: Layout page added 2004/04/14 06:28:52 os 1.21.218.3: #i25107# assign fields dialog added 2004/04/13 15:32:37 os 1.21.218.2: #i25107# mail merge progress 2004/04/08 08:36:36 os 1.21.218.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [db707d55824679df35332de7a6f50815b85c087a]

        INTEGRATION: CWS swmailmerge (1.11.4); FILE MERGED 2004/07/07 14:59:39 os 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2004/06/04 10:26:34 os 1.11.4.1: #i25107# mail merge dialogs move to swcui library

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [98370e02c87360e383fb51787dd6a00935634b24]

        INTEGRATION: CWS swmailmerge (1.37.34); FILE MERGED 2004/09/15 13:34:33 os 1.37.34.5: RESYNC: (1.39-1.41); FILE MERGED 2004/09/13 07:55:02 os 1.37.34.4: #i25107# PastePages(): SwEditShell parameter changed to SwFEShell 2004/08/13 14:20:40 os 1.37.34.3: RESYNC: (1.38-1.39); FILE MERGED 2004/07/07 14:59:25 os 1.37.34.2: RESYNC: (1.37-1.38); FILE MERGED 2004/06/17 07:02:20 os 1.37.34.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f8d1de07097aafce82eee4baa681a5b8a3c76814]

        INTEGRATION: CWS swmailmerge (1.29.2); FILE MERGED 2004/09/15 13:33:50 os 1.29.2.5: RESYNC: (1.36-1.38); FILE MERGED 2004/07/07 14:58:55 os 1.29.2.4: RESYNC: (1.34-1.36); FILE MERGED 2004/06/17 07:02:20 os 1.29.2.3: #i25107# weekly check-in 2004/05/28 20:25:47 os 1.29.2.2: RESYNC: (1.29-1.34); FILE MERGED 2004/05/14 13:57:57 os 1.29.2.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ee82750a69350a3f3992a553eb5139d989874230]

        INTEGRATION: CWS swmailmerge (1.73.4); FILE MERGED 2004/09/15 13:33:07 os 1.73.4.4: RESYNC: (1.78-1.80); FILE MERGED 2004/08/13 14:20:32 os 1.73.4.3: RESYNC: (1.77-1.78); FILE MERGED 2004/07/07 14:58:45 os 1.73.4.2: RESYNC: (1.73-1.77); FILE MERGED 2004/06/17 07:02:20 os 1.73.4.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e3b32538b66a1ac1e066c8c305857465bd9048e2]

        INTEGRATION: CWS swmailmerge (1.2.22); FILE MERGED 2004/07/07 13:14:52 os 1.2.22.6: #i25107# send error warning dialog added 2004/07/02 09:15:01 os 1.2.22.5: #i25107# weekly check-in 2004/06/23 14:06:39 os 1.2.22.4: #i25107# weekly check-in 2004/06/17 07:02:19 os 1.2.22.3: #i25107# weekly check-in 2004/06/08 06:52:21 os 1.2.22.2: #i25107# gender added to mail merge database 2004/06/02 15:43:14 os 1.2.22.1: #i25107# mail merge changes merged

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6d2af04bf21ac95e183fb06c862c290ef8caa5f6]

        INTEGRATION: CWS swmailmerge (1.20.442); FILE MERGED 2004/09/15 13:32:44 os 1.20.442.8: RESYNC: (1.23-1.24); FILE MERGED 2004/08/17 06:20:44 os 1.20.442.7: #i25107# resync error corrected 2004/08/13 14:20:11 os 1.20.442.6: RESYNC: (1.22-1.23); FILE MERGED 2004/07/07 14:57:28 os 1.20.442.5: RESYNC: (1.21-1.22); FILE MERGED 2004/06/23 14:06:37 os 1.20.442.4: #i25107# weekly check-in 2004/05/28 20:24:19 os 1.20.442.3: RESYNC: (1.20-1.21); FILE MERGED 2004/05/28 12:27:31 os 1.20.442.2: #i25107# ChildWindow to return to the mail merge wizard 2004/05/14 13:57:56 os 1.20.442.1: #i25107# weekly check-in

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [2e9d9dbf3b24e3726b01643dc894e3cbfe82ef24]

        INTEGRATION: CWS swmailmerge (1.3.22); FILE MERGED 2004/09/15 13:32:27 os 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/08 06:51:52 os 1.3.22.1: #i25107# sw ui library cannot access objects declared as 'extern'

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c2cda0e8e6056e21f522076878d1aba9b9a243ef]

        INTEGRATION: CWS swmailmerge (1.49.22); FILE MERGED 2004/09/15 13:32:10 os 1.49.22.7: RESYNC: (1.53-1.56); FILE MERGED 2004/08/13 14:19:38 os 1.49.22.6: RESYNC: (1.52-1.53); FILE MERGED 2004/07/06 11:25:33 os 1.49.22.5: #i25107# weekly check-in 2004/07/02 09:15:00 os 1.49.22.4: #i25107# weekly check-in 2004/05/28 20:20:59 os 1.49.22.3: RESYNC: (1.49-1.52); FILE MERGED 2004/05/28 12:22:05 os 1.49.22.2: #i25107# ChildWindow to return to the mail merge wizard 2004/04/08 08:36:36 os 1.49.22.1: #i25107# new mail merge wizard

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b820a43b248aaabe60516c01e9227d743e217065]

        INTEGRATION: CWS swmailmerge (1.26.4); FILE MERGED 2004/08/30 06:26:46 os 1.26.4.14: #i22689# 'Don't ask me gain' added to print as mailmerge query box 2004/08/20 14:19:19 os 1.26.4.13: #i25107# SMTP after POP added 2004/08/17 08:02:53 os 1.26.4.12: #i25107# mail merge localisation 2004/08/13 15:43:36 os 1.26.4.11: RESYNC: (1.28-1.29); FILE MERGED 2004/07/02 09:16:22 os 1.26.4.10: #i25107# mail merge properties added 2004/06/23 14:04:56 os 1.26.4.9: #i25107# mail support property added 2004/06/17 07:03:24 os 1.26.4.8: #i25107# MailMerge: SavedDocuments property added 2004/06/09 14:47:26 os 1.26.4.7: #i25107# syntax error corrected 2004/06/09 14:42:25 os 1.26.4.6: #i25107# address block corrected 2004/06/08 07:10:38 os 1.26.4.5: #i25107# gender column added to MailMergeWizard 2004/06/01 07:15:26 os 1.26.4.4: RESYNC: (1.26-1.28); FILE MERGED 2004/05/18 06:14:56 os 1.26.4.3: #i25107# additional mail merge properties 2004/05/07 09:35:37 os 1.26.4.2: #i25107# Mail merge settings, Mailer configuration 2004/04/16 12:56:24 os 1.26.4.1: #i25107# mail merge wizard config item added

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b6d3da21ad481da4c24cdb0e4f223324dea4b6c8]

        INTEGRATION: CWS swmailmerge (1.2.36); FILE MERGED 2004/08/18 13:34:20 os 1.2.36.4: #i25107# mail merge localization 2004/08/13 15:35:23 os 1.2.36.3: RESYNC: (1.4-1.7); FILE MERGED 2004/05/29 05:00:29 os 1.2.36.2: RESYNC: (1.2-1.4); FILE MERGED 2004/05/18 06:16:12 os 1.2.36.1: #i25107# command MailMergeWizard added

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0a3fc2e61fd19827a7d5049272192475a376449b]

        INTEGRATION: CWS swmailmerge (1.12.6); FILE MERGED 2004/08/23 09:43:23 os 1.12.6.5: #i25107# language error fixed 2004/08/17 08:03:25 os 1.12.6.4: #i25107# mail merge localisation 2004/08/13 15:31:50 os 1.12.6.3: RESYNC: (1.12-1.14); FILE MERGED 2004/07/07 10:49:04 os 1.12.6.2: #i25107# properties mustn't be used twice 2004/07/02 09:16:21 os 1.12.6.1: #i25107# mail merge properties added

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [baa58446a4c82ff44bd44d83a8afe32e00cec850]

        INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED 2004/05/11 13:09:43 tra 1.1.2.1: #116332#

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b92495682d843a6b5d0c9faa017d9f811fb68ce9]

        INTEGRATION: CWS gt09 (1.2.304); FILE MERGED 2004/07/21 06:55:24 gt 1.2.304.1: #i22106# new caption dlg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6b95b50e64bde304b4ddcbd1db65f479a32fbe7b]

        INTEGRATION: CWS gt09 (1.7.68); FILE MERGED 2004/08/12 05:29:59 pb 1.7.68.3: RESYNC: (1.7-1.8); FILE MERGED 2004/07/26 14:30:18 gt 1.7.68.2: #i28984# new name for Base 2004/07/21 06:55:04 gt 1.7.68.1: #i22106# new caption dlg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [07eb141664b9a759732a8c3f1e82f99fc692dbed]

        INTEGRATION: CWS gt09 (1.5.100); FILE MERGED 2004/08/25 13:45:49 os 1.5.100.1: #i22106# new caption features

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b2e465148842ace44c12f12d00d72ec57b47f990]

        INTEGRATION: CWS gt09 (1.7.632); FILE MERGED 2004/08/25 13:45:48 os 1.7.632.4: #i22106# new caption features 2004/08/16 08:54:28 pb 1.7.632.3: fix: #i22106# remove caption controls from general page 2004/07/30 00:15:35 gt 1.7.632.2: #i22106# caption dialog 2004/07/23 07:26:04 gt 1.7.632.1: #i22106# new caption dlg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6448980757494451c4f523a3012ddf13d46f6711]

        INTEGRATION: CWS gt09 (1.5.784); FILE MERGED 2004/08/25 13:45:48 os 1.5.784.3: #i22106# new caption features 2004/08/24 06:13:59 pb 1.5.784.2: fix: #i22106# CategoryBox added 2004/07/30 00:15:35 gt 1.5.784.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9e318bbb4164bcf20098a6f80e53c092a3cbb879]

        INTEGRATION: CWS gt09 (1.1.1.1.806); FILE MERGED 2004/08/25 13:45:46 os 1.1.1.1.806.2: #i22106# new caption features 2004/07/30 00:15:35 gt 1.1.1.1.806.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [213c1baf7fb72a56bfda31c28e8a213968867fe1]

        INTEGRATION: CWS gt09 (1.36.52); FILE MERGED 2004/08/24 06:18:00 pb 1.36.52.2: fix: #i22106# CATEGORY_NONE added 2004/07/30 00:14:57 gt 1.36.52.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7d1ae87e94fbdd555bf67d0bf9bbcc7f5cb30def]

        INTEGRATION: CWS gt09 (1.3.792); FILE MERGED 2004/08/24 06:15:35 pb 1.3.792.2: fix: #i22106# CATEGORY_NONE added 2004/07/30 00:14:57 gt 1.3.792.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [53882df77819f3fa2a2034bb49be1a5ce03153da]

        INTEGRATION: CWS gt09 (1.14.100); FILE MERGED 2004/08/25 13:45:45 os 1.14.100.5: #i22106# new caption features 2004/08/24 06:18:04 pb 1.14.100.4: fix: #i22106# CATEGORY_NONE added 2004/08/11 12:12:13 gt 1.14.100.3: #i22106# sorted char style listbox 2004/07/30 09:57:25 gt 1.14.100.2: #i22106# no auto dialog call 2004/07/30 00:14:56 gt 1.14.100.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [bcbb8d6da68ef261ed6d43a9e4dafb558c39260d]

        INTEGRATION: CWS gt09 (1.11.348); FILE MERGED 2004/07/30 00:14:27 gt 1.11.348.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [fc2885377d38ad72c0b7cd539c3c6dde08e23e70]

        INTEGRATION: CWS gt09 (1.16.100); FILE MERGED 2004/08/25 13:45:45 os 1.16.100.1: #i22106# new caption features

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b2c35ee3f956ecd441d382a34b2f8678f95c3756]

        INTEGRATION: CWS gt09 (1.5.102); FILE MERGED 2004/08/03 05:46:10 gt 1.5.102.2: #i22106# missing svx resource id 2004/07/23 07:26:26 gt 1.5.102.1: #i22106# new caption dlg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1808881602a689254224fff1521f4f2308d449bc]

        INTEGRATION: CWS gt09 (1.67.52); FILE MERGED 2004/09/06 08:46:32 pb 1.67.52.5: fix: #i33763# 'Further OLE objects' -> 'Other OLE objects' 2004/08/25 13:45:44 os 1.67.52.4: #i22106# new caption features 2004/08/16 08:55:24 pb 1.67.52.3: fix: #i22106# remove caption controls from general page 2004/07/30 00:13:59 gt 1.67.52.2: #i22106# caption dialog 2004/07/23 07:26:55 gt 1.67.52.1: #i22106# new caption dlg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c0665a6d9172a1207d4534dabfce49f1fcfafbf8]

        INTEGRATION: CWS gt09 (1.6.632); FILE MERGED 2004/08/25 13:45:44 os 1.6.632.3: #i22106# new caption features 2004/08/16 08:55:25 pb 1.6.632.2: fix: #i22106# remove caption controls from general page 2004/07/23 07:26:55 gt 1.6.632.1: #i22106# new caption dlg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7e2c4c59ab6079d3ef5403755097c166c080357f]

        INTEGRATION: CWS gt09 (1.17.314); FILE MERGED 2004/09/06 08:45:12 pb 1.17.314.6: fix: #i33763# some fixes (numbering level; disable position box; character style box sorted) 2004/08/26 10:10:28 os 1.17.314.5: #i22106# mono border style 2004/08/25 13:45:43 os 1.17.314.4: #i22106# new caption features 2004/08/16 08:55:25 pb 1.17.314.3: fix: #i22106# remove caption controls from general page 2004/07/30 00:13:58 gt 1.17.314.2: #i22106# caption dialog 2004/07/23 07:26:55 gt 1.17.314.1: #i22106# new caption dlg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c95bc693624ba6783fab3f383fe48f90d5902a67]

        INTEGRATION: CWS gt09 (1.20.108); FILE MERGED 2004/08/25 13:45:43 os 1.20.108.2: #i22106# new caption features 2004/07/30 00:13:58 gt 1.20.108.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [83913444aa83d1d0eab919db4638802af4569e37]

        INTEGRATION: CWS gt09 (1.4.198); FILE MERGED 2004/08/25 13:45:42 os 1.4.198.2: #i22106# new caption features 2004/07/30 00:13:58 gt 1.4.198.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d4bb802647dfd7e3c39466f896f4fc62ade6905f]

        INTEGRATION: CWS gt09 (1.25.98); FILE MERGED 2004/07/30 00:13:19 gt 1.25.98.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4f6fd05b74125c669a93b5ef8124995a38a77180]

        INTEGRATION: CWS gt09 (1.11.46); FILE MERGED 2004/08/25 13:45:41 os 1.11.46.1: #i22106# new caption features

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b8d896190c704d5ab5a744d0f2042b3b06806d24]

        INTEGRATION: CWS gt09 (1.24.60); FILE MERGED 2004/08/25 13:45:41 os 1.24.60.1: #i22106# new caption features

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c7e79ba12b54270a52e1f4ccc98ce90101003c82]

        INTEGRATION: CWS gt09 (1.19.50); FILE MERGED 2004/07/30 00:12:05 gt 1.19.50.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c6ec953176af5a5f507ee30cae808042925e5137]

        INTEGRATION: CWS gt09 (1.23.14); FILE MERGED 2004/08/25 13:45:40 os 1.23.14.1: #i22106# new caption features

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4ab619547f86a6b926cbbae6d7ef100debd2a67d]

        INTEGRATION: CWS gt09 (1.11.38); FILE MERGED 2004/08/25 13:45:39 os 1.11.38.1: #i22106# new caption features

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1d4a052bbb60e74b31757cf21ebee62dda8a0a9c]

        INTEGRATION: CWS gt09 (1.39.12); FILE MERGED 2004/08/25 13:45:39 os 1.39.12.1: #i22106# new caption features

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b8ed720de4eeb8746c641b521fa19a4f55cb1b7f]

        INTEGRATION: CWS gt09 (1.4.518); FILE MERGED 2004/07/30 00:11:23 gt 1.4.518.1: #i22106# caption dialog

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5a12ffdaa18991bb3c0d937c4e256f0f3d52735c]

        INTEGRATION: CWS gt09 (1.78.12); FILE MERGED 2004/08/25 13:45:38 os 1.78.12.1: #i22106# new caption features

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [2a152431279d3c146d8654d7bed75b7a234ff60c]

        INTEGRATION: CWS gt09 (1.29.82); FILE MERGED 2004/08/25 13:45:38 os 1.29.82.1: #i22106# new caption features

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3a90bb6243fcd89a89a4526edab414728e394fb5]

        INTEGRATION: CWS gt09 (1.14.30); FILE MERGED 2004/08/25 13:45:37 os 1.14.30.1: #i22106# new caption features

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [409d2e53858f41452a1ef3e94f1d9686d7bc0178]

        INTEGRATION: CWS gh7 (1.7.120); FILE MERGED 2004/09/07 09:52:09 gh 1.7.120.3: defined set of mandatory and optional XML tags 2004/09/03 10:46:14 gh 1.7.120.2: problems in comparing tags against sourcelanguage 2004/08/27 14:51:12 gh 1.7.120.1: add detection of C-Style quoted XML-Tags e.g.: \<somestyle\>

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dcf8f7e67116d579bb5d1d99cd8f35ff67884a9e]

        INTEGRATION: CWS gh7 (1.10.6); FILE MERGED 2004/09/13 11:34:39 gh 1.10.6.4: distinguish in gsi files between different linetypes e.g.:res and res-quickhelp 2004/09/09 14:56:57 gh 1.10.6.3: small fix in helptext 2004/09/07 09:52:09 gh 1.10.6.2: defined set of mandatory and optional XML tags 2004/08/27 14:51:11 gh 1.10.6.1: add detection of C-Style quoted XML-Tags e.g.: \<somestyle\>

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c6e9d5a10494bbf89f6110ede508de3d5b8fb0f3]

        INTEGRATION: CWS gh7 (1.4.124); FILE MERGED 2004/09/07 09:52:08 gh 1.4.124.2: defined set of mandatory and optional XML tags 2004/09/01 13:27:12 gh 1.4.124.1: add detection of C-Style quoted XML-Tags e.g.: \<somestyle\>

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [86184990e7b9b41aa85114122805949309a2f1fc]

        INTEGRATION: CWS gh7 (1.9.48); FILE MERGED 2004/09/15 08:39:41 gh 1.9.48.2: RESYNC: (1.9-1.10); FILE MERGED 2004/08/20 12:53:49 gh 1.9.48.1: #i26323# problems handling strings at the 64K Border

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9649e179e7b6dab6c00e82d4f5375931daa25f56]

        INTEGRATION: CWS gh7 (1.12.74); FILE MERGED 2004/08/20 12:53:49 gh 1.12.74.1: #i26323# problems handling strings at the 64K Border

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [28a629fb525d4be233f43c427edb2a32c45a61ae]

        INTEGRATION: CWS gh7 (1.66.168); FILE MERGED 2004/08/20 12:55:14 gh 1.66.168.1: #i32449# New errormessages

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dca978604acdc61f8a8fc1bdee8ce0985d23db30]

        INTEGRATION: CWS gh7 (1.1.1.1.272); FILE MERGED 2004/08/18 10:31:50 gh 1.1.1.1.272.1: #i32317#change initialisation of taskbar and invalidate

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [037972d45d3efcbab18c64034620b57f31df19d2]

        INTEGRATION: CWS gh7 (1.5.74); FILE MERGED 2004/08/18 10:31:49 gh 1.5.74.1: #i32317#change initialisation of taskbar and invalidate

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [cd900f65733824f5227b18c53fd2a96054110af2]

        INTEGRATION: CWS gh7 (1.7.24); FILE MERGED 2004/09/07 15:33:22 gh 1.7.24.1: #i33935#add method terminate

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7453c086014e500a5b874fd0463090bad3eb4da1]

        INTEGRATION: CWS gh7 (1.4.74); FILE MERGED 2004/09/08 11:19:48 gh 1.4.74.2: #i29985# 2004/08/18 10:32:47 gh 1.4.74.1: make assertions less restrictive

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5ea0b2f3d4b6d35ba0786a0ba906fa0f83fc28ab]

        INTEGRATION: CWS gh7 (1.56.20); FILE MERGED 2004/09/15 08:38:54 gh 1.56.20.2: RESYNC: (1.56-1.57); FILE MERGED 2004/09/01 13:24:16 gh 1.56.20.1: fix assertionfilter

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6787a7f08d759394d546d2ee335a8be712a75737]

        INTEGRATION: CWS gh7 (1.145.44); FILE MERGED 2004/09/15 10:16:07 gh 1.145.44.1: suppress building of old hid.lst

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [57a67d9415c8255c5ffd0676dd9f6d62de2f4c69]

        INTEGRATION: CWS gh7 (1.71.74); FILE MERGED 2004/09/15 10:03:03 gh 1.71.74.1: also accept destination directories containing '-'

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [477a29fce9b4636b4c0b2bd73c666d4d3cc4e9b1]

        INTEGRATION: CWS gh7 (1.4.14); FILE MERGED 2004/09/07 15:37:30 gh 1.4.14.1: #i33935#new command killapp

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6c21230802047cd7339fc152768560ee7d3c0e47]

        INTEGRATION: CWS xsltfilter03 (1.4.10); FILE MERGED 2004/07/19 13:59:04 sus 1.4.10.1: #i31400#  redundant 'master_child_linking.xsl'

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7ca14e1a51b907fd273b51d9809192bb0393375e]

        INTEGRATION: CWS gh7 (1.8.2); FILE MERGED 2004/09/15 08:38:26 gh 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2004/09/07 15:37:30 gh 1.8.2.1: #i33935#new command killapp

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ae9ae146add4cce9479dad2cf62a56e5d03bf3bf]

        INTEGRATION: CWS xsltfilter03 (1.4.10); FILE MERGED 2004/07/19 13:59:05 sus 1.4.10.1: #i31400#  redundant 'master_child_linking.xsl'

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [64a3056627b80f66576b063b1eff174a005d8a0d]

        INTEGRATION: CWS gh7 (1.12.2); FILE MERGED 2004/09/15 08:38:18 gh 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2004/09/07 15:37:30 gh 1.12.2.1: #i33935#new command killapp

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1e4796a3f31d02a49f7cabdf47aa7e9d69cda75a]

        INTEGRATION: CWS gh7 (1.2.50); FILE MERGED 2004/09/01 13:21:38 gh 1.2.50.6: correct warnings 2004/09/01 13:01:24 gh 1.2.50.5: #i11479# #i31897# some cleanup to satisfy also these bugs 2004/09/01 11:21:49 gh 1.2.50.4: basically only a grep for the defines. textfile gets unreadable - will do later 2004/09/01 11:15:40 gh 1.2.50.3: latest try to really parse the headers - failed 2004/09/01 08:46:50 gh 1.2.50.2: revert changes of last revision as it does not work 2004/08/26 14:01:48 gh 1.2.50.1: only evaluate defines really needed (lazy evaluation)

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d5b4eedebc0377e10654693415f54c69fab09071]

        INTEGRATION: CWS gh7 (1.14.2); FILE MERGED 2004/09/15 08:37:58 gh 1.14.2.6: RESYNC: (1.14-1.15); FILE MERGED 2004/09/09 14:51:55 gh 1.14.2.5: #108829#changed resetapplication back to leave the first document 2004/09/07 09:46:05 gh 1.14.2.4: #i33753#caption on TaskWindows now returns the text of the taskwindow 2004/09/01 13:11:50 gh 1.14.2.3: #108829#Enable use of BackingWindow 2004/08/23 12:26:33 gh 1.14.2.2: #i32488# GetState and GetItemText for toolbox fixed 2004/08/20 12:58:02 gh 1.14.2.1: #i32449# better method to find Floating Window of floating DockingWindow. Check for Minimum Size on resize

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a20cf9edc71bb89bc2e480cdb3d8e56764000d02]

        INTEGRATION: CWS gh7 (1.10.2); FILE MERGED 2004/09/15 08:37:49 gh 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2004/09/01 13:11:50 gh 1.10.2.1: #108829#Enable use of BackingWindow

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d3eec55718d72b9e7d987619f345559ba6e005c6]

        INTEGRATION: CWS xsltfilter03 (1.5.26); FILE MERGED 2004/07/14 14:42:16 lo 1.5.26.1: #i31434# close input stream after it has been consumed

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [648f6a670f6bf0573f09d951b6fa88c9e4c33d98]

        INTEGRATION: CWS gh7 (1.13.18); FILE MERGED 2004/08/23 08:29:52 gh 1.13.18.1: #i32167# testtool gets its own (much smaller) images.zip

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0b822d1bd99d07d3103ea774823f316fb24d85e8]

        INTEGRATION: CWS gh7 (1.4.52); FILE MERGED 2004/08/23 08:29:51 gh 1.4.52.1: #i32167# testtool gets its own (much smaller) images.zip

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c092c6515ebe1575e0bd213fd40d7b0f76a2aa49]

        INTEGRATION: CWS gh7 (1.1.2); FILE ADDED 2004/08/23 08:29:51 gh 1.1.2.2: #i32167# testtool gets its own (much smaller) images.zip 2004/08/20 13:06:58 gh 1.1.2.1: make smaller images.zip for testtool

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c0d03c122571714312e5ccd7bebf8ae2ff8ff871]

        INTEGRATION: CWS xsltfilter03 (1.13.28); FILE MERGED 2004/07/19 13:12:42 lo 1.13.28.1: #i31036# non formatted xml by default

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3d77d92af5e947b9867d8145abc97b8f59551a42]

        INTEGRATION: CWS fwk01ea (1.24.16); FILE MERGED 2004/07/14 08:48:49 abi 1.24.16.2: #i19999# lowercase letters 2004/07/14 08:27:14 abi 1.24.16.1: added GnomeVFS

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [488300e2c3181875b4270a98343c9a6eaa64b0a6]

        INTEGRATION: CWS fwk01ea (1.5.22); FILE MERGED 2004/07/14 10:12:37 is 1.5.22.1: #i19999# unocomponent flag for special libraries

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8f8b127e5ce3d81c59e453bdffef6d04b66c757e]

        INTEGRATION: CWS fwk01ea (1.19.16); FILE MERGED 2004/07/14 11:16:12 abi 1.19.16.1: registering GnomeVFS

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b04f8295ea87626004a4429144e8159aaaba65ae]

        INTEGRATION: CWS fwk01ea (1.20.4); FILE MERGED 2004/07/08 15:29:43 abi 1.20.4.5: RESYNC: (1.21-1.22); FILE MERGED 2004/04/27 14:44:40 abi 1.20.4.4: RESYNC: (1.20-1.21); FILE MERGED 2004/04/08 08:37:52 sb 1.20.4.3: #116269# Fixed problem with schemes where PrefixInfo::m_pPrefix contains more than scheme:. 2004/04/07 08:09:47 sb 1.20.4.2: #116269# Renamed INET_PROT_UNKNOWN to INET_PROT_GENERIC. 2004/04/06 13:25:54 sb 1.20.4.1: #116269# Added INET_PROT_UNKNOWN.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c3ecef8067e274d017a344b4c8049cd5f49c6729]

        INTEGRATION: CWS fwk01ea (1.42.4); FILE MERGED 2004/07/08 15:24:35 abi 1.42.4.5: RESYNC: (1.44-1.45); FILE MERGED 2004/04/28 07:10:53 abi 1.42.4.4: RESYNC: (1.42-1.44); FILE MERGED 2004/04/08 08:37:52 sb 1.42.4.3: #116269# Fixed problem with schemes where PrefixInfo::m_pPrefix contains more than scheme:. 2004/04/07 08:09:46 sb 1.42.4.2: #116269# Renamed INET_PROT_UNKNOWN to INET_PROT_GENERIC. 2004/04/06 13:25:53 sb 1.42.4.1: #116269# Added INET_PROT_UNKNOWN.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3a7a6e569af24116e26045ea44157b660d06cc06]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/08/31 14:42:04 hjs 1.1.2.3: expand befor exporting 2004/08/24 12:09:49 hjs 1.1.2.2: cleanup 2004/08/24 12:04:26 hjs 1.1.2.1: support for pkg-config supplied information

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [627662a6d40a0b71a2c929f350f936a674df2f69]

        INTEGRATION: CWS fwk01ea (1.5.12); FILE MERGED 2004/07/14 10:12:37 is 1.5.12.1: #i19999# unocomponent flag for special libraries

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [da39f65d634b620378f7f005803abbfec5533356]

        INTEGRATION: CWS fwk01ea (1.5.22); FILE MERGED 2004/07/14 10:11:55 is 1.5.22.1: #i19999# unocomponent flag for special libraries

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [599d3216f338b10561944648f085e458bcf98440]

        INTEGRATION: CWS fwk01ea (1.4.520); FILE MERGED 2004/04/08 12:54:33 sb 1.4.520.2: #116269# Added INET_PROT_GENERIC. 2004/04/08 12:52:51 sb 1.4.520.1: #116269# Adapted test_URIHelper to testshl2 (thanks to LLA).

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [aa0d2920460e48c2a98e3337924417c6d8d7626b]

        INTEGRATION: CWS fwk01ea (1.2.526); FILE MERGED 2004/04/08 12:52:51 sb 1.2.526.1: #116269# Adapted test_URIHelper to testshl2 (thanks to LLA).

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [84e458154b21a6dbdf2f4d36260b22c2fcc54189]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/04/08 12:54:03 sb 1.1.2.1: #116269# Adapted test_URIHelper to testshl2 (thanks to LLA).

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ce70feeb65ef1eea92cdc0ff7ba7ded1d46b62d1]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/04/27 13:35:09 abi 1.1.2.1: initial revision gnomevfs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c5026821d3ff6bc578d8e1927231fa1a6a2d498c]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/07/14 09:19:30 abi 1.1.2.2: added license information 2004/04/27 13:34:27 abi 1.1.2.1: initial revision gnomevfs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a69f2bf634f4e94a8d6e262aa1550f044ae97536]

        INTEGRATION: CWS os19 (1.2.2); FILE MERGED 2004/07/26 16:15:38 dr 1.2.2.4: #i31985# use correct dialog parent 2004/07/12 12:24:41 dr 1.2.2.3: #i22092# more spelling... 2004/06/11 10:40:01 os 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/10 13:17:06 dr 1.2.2.1: #i22092# new spellcheck dialog, first step

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7b2076d36c44c8443e33611c42f6f229bb49c0b3]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/07/14 09:19:30 abi 1.1.2.2: added license information 2004/04/27 13:33:55 abi 1.1.2.1: initial revision gnomevfs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a44985ab83e62d0ca0a8e95dbab01828570cccb1]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/07/14 09:19:30 abi 1.1.2.2: added license information 2004/04/27 13:31:50 abi 1.1.2.1: initial revision gnomevfs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c27802bf506e90fa64488fc1f3881d0d4dd04b42]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/09/01 13:41:31 abi 1.1.2.4: forgotten to remove the disabler 2004/07/14 09:19:29 abi 1.1.2.3: added license information 2004/07/12 15:47:42 abi 1.1.2.2: intrduced dependency on tools in the short run, will be removed for beta 2004/04/27 13:31:27 abi 1.1.2.1: initial revision of contentprovider

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [daa6cc4de2e4e69f9c622dd080d12c923dc1e111]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/09/08 15:15:50 abi 1.1.2.9: too much libs linking 2004/08/24 13:28:15 hjs 1.1.2.8: now better results for --libs 2004/08/24 12:32:09 hjs 1.1.2.7: use pkg-config 2004/08/20 08:00:55 sb 1.1.2.6: #i20360# Reverted to 1.1.2.3 (i.e., potentially build on all platforms, not only Linux and Solaris). 2004/08/20 07:58:42 sb 1.1.2.5: Enabled building on Solaris. 2004/07/16 07:32:46 sb 1.1.2.4: #i20360# LINUX only (for now). 2004/07/14 09:19:29 abi 1.1.2.3: added license information 2004/07/12 15:47:41 abi 1.1.2.2: intrduced dependency on tools in the short run, will be removed for beta 2004/04/27 13:34:50 abi 1.1.2.1: initial revision gnomevfs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [74a7d38585883c1cc58451dde1149ba229c3d784]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/08/20 09:56:07 sb 1.1.2.3: Fixed typo. 2004/07/14 09:19:29 abi 1.1.2.2: added license information 2004/04/27 13:33:21 abi 1.1.2.1: initial revision gnomevfs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [03f6bc669263a64cbff953be21a801305ae1146a]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/07/14 09:19:28 abi 1.1.2.2: added license information 2004/04/27 13:32:59 abi 1.1.2.1: initial revision gnomevfs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [426a0d58c4102bc4f8cc87ba4ffde8a0b7dc9532]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/07/14 09:19:28 abi 1.1.2.2: added license information 2004/04/27 13:32:40 abi 1.1.2.1: initial revision gnomevfs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a644f84396d53c2e8c9bdbcd400fe39d93871fc1]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/07/14 09:19:27 abi 1.1.2.3: added license information 2004/07/12 15:47:41 abi 1.1.2.2: intrduced dependency on tools in the short run, will be removed for beta 2004/04/27 13:32:14 abi 1.1.2.1: initial revision gnomevfs

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4fafd3e0f1f559e01acbf08320546f5d10f1325f]

        INTEGRATION: CWS fwk01ea (1.14.6); FILE MERGED 2004/07/12 15:34:52 abi 1.14.6.1: with ucpgvfs.xml

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7b172b0463226b49a7b15fc38811955960267620]

        INTEGRATION: CWS fwk01ea (1.14.6); FILE MERGED 2004/07/12 15:47:40 abi 1.14.6.2: intrduced dependency on tools in the short run, will be removed for beta 2004/07/12 15:35:38 abi 1.14.6.1: with gvfs under unix

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [112d4089f843939ffd5129b9237e498707f972ca]

        INTEGRATION: CWS fwk01ea (1.54.14); FILE MERGED 2004/09/03 14:08:12 hjs 1.54.14.1: changed linking to gtk

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f19c681bec5882970a5b79cbafc43fd5c77bd091]

        INTEGRATION: CWS fwk01ea (1.4.106); FILE MERGED 2004/09/03 14:08:12 hjs 1.4.106.1: changed linking to gtk

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1e26158510b67007142fef9d43c2649748584a58]

        INTEGRATION: CWS fwk01ea (1.2.106); FILE MERGED 2004/09/03 14:08:11 hjs 1.2.106.1: changed linking to gtk

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [340ba6fc72fae7fdc1eccdfa842e18cd56ca6327]

        INTEGRATION: CWS fwk01ea (1.4.106); FILE MERGED 2004/09/03 14:08:11 hjs 1.4.106.1: changed linking to gtk

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3421feb5bd114041c5fe15905481e870160d2a72]

        INTEGRATION: CWS fwk01ea (1.41.222); FILE MERGED 2004/04/27 15:21:18 abi 1.41.222.2: RESYNC: (1.41-1.42); FILE MERGED 2004/04/27 13:54:52 abi 1.41.222.1: Initial revision GnomeVFS

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a9a50f68ee271c4e30f443e89648035d285b98bf]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/04/27 13:54:43 abi 1.1.2.1: Initial revision GnomeVFS

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [60b77ce8f656cb7edb4e6d1438e022d0e84b9abb]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/04/27 13:54:33 abi 1.1.2.1: Initial revision GnomeVFS

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8dab74443c66cbfcba277b5626b8a8d3ccd9cbe3]

        INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED 2004/04/27 13:54:22 abi 1.1.2.1: Initial revision GnomeVFS

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [04f7e9a712e020a1b92057b1c503416fb898832a]

        INTEGRATION: CWS fwk01ea (1.4.54); FILE MERGED 2004/04/08 12:45:31 sb 1.4.54.1: #116269# Always call osl::Module::load with GLOBAL (otherwise, C++ exception handling fails on Linux).

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [575d1b28f39f54ca4bd3a216df558e0cdad7b566]

        INTEGRATION: CWS keyconfig01 (1.22.76); FILE MERGED 2004/07/21 09:41:53 as 1.22.76.4: #i29441# handle style URLs right, repair modify/delete of acc items 2004/07/17 10:44:29 as 1.22.76.3: #i29441# support Styles inside acc tab page, use new acc executor inside KeyInput 2004/07/10 20:35:20 as 1.22.76.2: RESYNC: (1.22-1.23); FILE MERGED 2004/07/09 09:00:56 as 1.22.76.1: #i29863# try to save new accelerator configuration

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9dcc0cca1610188f1bbd3d4b658c18a15e7e1380]

        INTEGRATION: CWS keyconfig01 (1.20.74); FILE MERGED 2004/07/10 20:29:30 as 1.20.74.2: RESYNC: (1.20-1.21); FILE MERGED 2004/07/09 09:00:55 as 1.20.74.1: #i29863# try to save new accelerator configuration

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [02aaa50705c278f8c05ac9cfcc5f49f70e598722]

        INTEGRATION: CWS keyconfig01 (1.16.24); FILE MERGED 2004/07/17 10:44:28 as 1.16.24.1: #i29441# support Styles inside acc tab page, use new acc executor inside KeyInput

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c7cd19bc10efef7d47b437a1703e4b4758e5e456]

        INTEGRATION: CWS keyconfig01 (1.36.58); FILE MERGED 2004/08/20 09:07:26 mba 1.36.58.5: #i32160#: use old slot for applying styles, but new parameter 2004/08/17 11:19:18 mba 1.36.58.4: #i32160#: new slot for applying styles using internal names 2004/07/27 06:08:47 as 1.36.58.3: #i29863# make help right for styles 2004/07/21 09:37:19 as 1.36.58.2: #i29441# handle style URLs right, repair modify/delete of acc items 2004/07/17 10:44:28 as 1.36.58.1: #i29441# support Styles inside acc tab page, use new acc executor inside KeyInput

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [21aa3684d206883c18862b53248b9fa9471038b0]

        INTEGRATION: CWS keyconfig01 (1.17.34); FILE MERGED 2004/07/23 11:04:13 as 1.17.34.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [45805090b449e5191d6760d6166c6bdbb65751f4]

        INTEGRATION: CWS keyconfig01 (1.6.190); FILE MERGED 2004/08/20 09:25:34 mba 1.6.190.1: #i32160#: additional parameter for applying styles using the internal name

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [34b07ef3f175780e076fc69b4b30bbb72cc8e2a4]

        INTEGRATION: CWS keyconfig01 (1.27.12); FILE MERGED 2004/07/17 10:37:12 as 1.27.12.1: #i29863# first rev of new accelerator executor

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [24a3fb7eb54616884a1fb854a899e46d77dd41fb]

        INTEGRATION: CWS keyconfig01 (1.12.36); FILE MERGED 2004/06/04 09:34:37 as 1.12.36.1: #i29863# new dirs for accelerator config

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [fbd9062ca120b505fdc9da3fd61384edec3755be]

        INTEGRATION: CWS keyconfig01 (1.30.4); FILE MERGED 2004/07/23 11:10:00 as 1.30.4.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0b0d48c90a7b81b9258902f6afdc2f16afc68f08]

        INTEGRATION: CWS keyconfig01 (1.18.16); FILE MERGED 2004/07/23 12:13:15 as 1.18.16.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [67134fc69e1d36af51d3d2015904a77ff79323b0]

        INTEGRATION: CWS keyconfig01 (1.23.12); FILE MERGED 2004/07/23 10:49:55 as 1.23.12.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [bc5d53add3bddd34278042175ce5219d6986e5c3]

        INTEGRATION: CWS keyconfig01 (1.13.54); FILE MERGED 2004/07/23 10:51:35 as 1.13.54.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [95ee583d22d4c079755e830b315a94aadabae1c0]

        INTEGRATION: CWS keyconfig01 (1.17.30); FILE MERGED 2004/07/23 12:02:05 as 1.17.30.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [be90f904db05fd8cbe28868391e58c0e71f5c714]

        INTEGRATION: CWS keyconfig01 (1.20.34); FILE MERGED 2004/07/23 10:52:33 as 1.20.34.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d938c0378ba54a83f59950adca73fbb865ad133e]

        INTEGRATION: CWS keyconfig01 (1.66.20); FILE MERGED 2004/07/23 09:36:47 as 1.66.20.1: #i29833# remove superflous assertion

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [2cddf3595201bf0a025ddc978f8bd570185e55bc]

        INTEGRATION: CWS keyconfig01 (1.91.22); FILE MERGED 2004/07/14 05:14:49 as 1.91.22.1: #i29863# workaround solaris compiler problem using macros within more then one lines of code!

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3716d2cb9f9c3b5e6475a916c6da28d66896f4e7]

        INTEGRATION: CWS keyconfig01 (1.2.62); FILE MERGED 2004/07/14 06:53:08 as 1.2.62.1: #i29863# support seq<any>

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [15558a21dad48f196adc3e59f1d96b7913d75bd3]

        INTEGRATION: CWS keyconfig01 (1.2.22); FILE MERGED 2004/07/17 10:35:02 as 1.2.22.2: #i29863# add default ctor wich initialize locale as X-NOTRANSLATE 2004/07/14 06:52:40 as 1.2.22.1: #i29863# support x-notranslate

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6a43ac54dea2e3f9b665f411bd184963812ade58]

        INTEGRATION: CWS keyconfig01 (1.2.62); FILE MERGED 2004/07/14 06:53:19 as 1.2.62.1: #i29863# support seq<any>

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d5bf128f5f01db19aa51467a06302f7ebe52e753]

        INTEGRATION: CWS keyconfig01 (1.2.22); FILE MERGED 2004/07/17 10:34:48 as 1.2.22.2: #i29863# add default ctor wich initialize locale as X-NOTRANSLATE 2004/07/14 06:52:29 as 1.2.22.1: #i29863# support x-notranslate

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [bc6ab3d88c6059e37d7096f87d9448370daf0e24]

        INTEGRATION: CWS keyconfig01 (1.42.78); FILE MERGED 2004/07/22 09:47:03 as 1.42.78.2: #i29863# forward KeyInput to new acc execute helper 2004/07/17 10:44:29 as 1.42.78.1: #i29441# support Styles inside acc tab page, use new acc executor inside KeyInput

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [21d07e9f4e1cadc1a8e120e0a105c0c4ddd9ad05]

        INTEGRATION: CWS keyconfig01 (1.7.332); FILE MERGED 2004/07/22 09:51:17 as 1.7.332.2: #i20125# implement new title bar behaviour 2004/07/17 10:44:29 as 1.7.332.1: #i29441# support Styles inside acc tab page, use new acc executor inside KeyInput

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9bb0a1e5bc16a546b4c2d5f24e06607854d5b4a9]

        INTEGRATION: CWS keyconfig01 (1.59.6); FILE MERGED 2004/07/22 09:51:17 as 1.59.6.1: #i20125# implement new title bar behaviour

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [494ea8139e36078e6f34a0280d79132b3716fa60]

        INTEGRATION: CWS keyconfig01 (1.61.20); FILE MERGED 2004/08/16 16:31:01 mba 1.61.20.3: #i27107#: some rearrangement to avoid setting a title 2004/07/10 20:34:37 as 1.61.20.2: RESYNC: (1.61-1.67); FILE MERGED resolve merge conflict 2004/07/09 09:00:55 as 1.61.20.1: #i29863# try to save new accelerator configuration

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0cec45a8196764214cd9c7b2f5fb274a018f73eb]

        INTEGRATION: CWS keyconfig01 (1.42.22); FILE MERGED 2004/07/22 09:51:17 as 1.42.22.1: #i20125# implement new title bar behaviour

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [cedf25e8c6077c31f8a763d8ee2186e79b320399]

        INTEGRATION: CWS keyconfig01 (1.63.38); FILE MERGED 2004/08/20 09:07:37 mba 1.63.38.2: #i32160#: use old slot for applying styles, but new parameter 2004/08/17 11:19:30 mba 1.63.38.1: #i32160#: new slot for applying styles using internal names

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a702eb508d88df203d7cb164a7d02d9e86f0d2f3]

        INTEGRATION: CWS keyconfig01 (1.40.36); FILE MERGED 2004/08/16 16:31:01 mba 1.40.36.2: #i27107#: some rearrangement to avoid setting a title 2004/07/22 09:51:16 as 1.40.36.1: #i20125# implement new title bar behaviour

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4e3c36348fc97d8dccd2e5cbbb9828e964631f39]

        INTEGRATION: CWS keyconfig01 (1.18.36); FILE MERGED 2004/07/21 09:55:37 as 1.18.36.1: #i29441# new way to know the module name

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [19d040d7585b70b8ac2c9f7871919d13f3be09e6]

        INTEGRATION: CWS keyconfig01 (1.44.16); FILE MERGED 2004/07/23 11:40:21 as 1.44.16.2: #i29863# new translation for styles 2004/07/17 10:44:28 as 1.44.16.1: #i29441# support Styles inside acc tab page, use new acc executor inside KeyInput

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dcd9d3e278b048b1a5e433d84d0aef03591417ef]

        INTEGRATION: CWS keyconfig01 (1.18.138); FILE MERGED 2004/07/23 09:35:02 as 1.18.138.6: #i29441# implement reset of acc config 2004/07/21 09:37:20 as 1.18.138.5: #i29441# handle style URLs right, repair modify/delete of acc items 2004/07/17 10:44:27 as 1.18.138.4: #i29441# support Styles inside acc tab page, use new acc executor inside KeyInput 2004/07/14 07:42:37 as 1.18.138.3: #i29863# must change for ElementModes 2004/07/10 20:26:23 as 1.18.138.2: RESYNC: (1.18-1.19); FILE MERGED 2004/07/09 09:00:55 as 1.18.138.1: #i29863# try to save new accelerator configuration

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [915718c7f1737122f0aac55b6636e5d8ccfbf6ba]

        INTEGRATION: CWS keyconfig01 (1.48.6); FILE MERGED 2004/08/20 09:07:18 mba 1.48.6.3: #i32160#: use old slot for applying styles, but new parameter 2004/08/17 11:20:18 mba 1.48.6.2: #i32160#: new slot for applying styles using internal names 2004/07/21 09:54:04 as 1.48.6.1: #i29441# new optional parameter SID_STYLE_FAMILYNAME for slot SID_STYLE_APPLY

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a7441c009a1b3a66a8cf12d35c456c44fa1877d1]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/09/09 08:10:47 as 1.1.2.2: #i29441# some more pre defined shortcuts 2004/07/23 11:03:52 as 1.1.2.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6ced26170c354e6f41a2d822f30601d8044eea99]

        INTEGRATION: CWS keyconfig01 (1.21.70); FILE MERGED 2004/08/20 09:25:34 mba 1.21.70.2: #i32160#: additional parameter for applying styles using the internal name 2004/07/23 10:35:32 as 1.21.70.1: #i29441# support new optional argument SID_STYLE_FAMILYNAME for slot SID_STYLE_APPLY

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [086a4a6d8956bf963e1dd9fb85ef048b40610fc2]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:55:06 as 1.1.2.2: #i29863# support state for execute 2004/07/17 10:37:02 as 1.1.2.1: #i29863# first rev of new accelerator executor

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1f1321d2ef62809a5e54e965161eee223b63f664]

        INTEGRATION: CWS keyconfig01 (1.115.2); FILE MERGED 2004/07/17 10:37:43 as 1.115.2.1: #i29863# first rev of new accelerator executor

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b0dfd24738e6663f2cd2186278c1961a7188dff3]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:54:52 as 1.1.2.2: #i29863# support state for execute 2004/07/17 10:36:43 as 1.1.2.1: #i29863# first rev of new accelerator executor

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [eabee67902bc01e4fa4530430a840813e7a52a2f]

        INTEGRATION: CWS keyconfig01 (1.77.10); FILE MERGED 2004/07/10 18:25:04 as 1.77.10.5: RESYNC: (1.77-1.81); FILE MERGED resolve merge conflict 2004/07/09 08:53:46 as 1.77.10.4: #i29863# use new helper to cache and share storages based on her relativ path names 2004/07/08 06:45:43 as 1.77.10.3: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:57:41 as 1.77.10.2: #i29863# second revision of shortcut configuration 2004/06/04 09:35:11 as 1.77.10.1: #i29863# new services for accelerator config

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [067f678dfbbba24572fb037a25a821852d05264f]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/09/09 09:29:36 as 1.1.2.1: #i29441# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f04414379f0beb178c11d1500cb2c485bb769ffe]

        INTEGRATION: CWS keyconfig01 (1.2.36); FILE MERGED 2004/06/04 09:31:35 as 1.2.36.1: #i29863# new accelerator config API

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [082612d89e9228f99653ee4d78557eb8d2c03ae1]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/17 10:43:10 as 1.1.2.3: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/06/22 07:57:40 as 1.1.2.2: #i29863# second revision of shortcut configuration 2004/06/04 09:31:09 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [00945245311d32444fe9f65d9a7e01a48b7b137e]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/09/09 06:02:05 as 1.1.2.3: #i29441# handle double shortcut registrations more gracefully 2004/06/22 07:57:40 as 1.1.2.2: #i29863# second revision of shortcut configuration 2004/06/04 09:31:08 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [81b384b191009dbd598a3f9865a062b7ac510d77]

        INTEGRATION: CWS keyconfig01 (1.2.36); FILE MERGED 2004/07/10 18:19:49 as 1.2.36.2: RESYNC: (1.2-1.6); FILE MERGED 2004/07/08 06:45:43 as 1.2.36.1: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [262f8453da97aafa7883bcda2a3ef1c1d4960f37]

        INTEGRATION: CWS keyconfig01 (1.2.36); FILE MERGED 2004/07/17 10:43:09 as 1.2.36.5: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/10 18:19:41 as 1.2.36.4: RESYNC: (1.2-1.5); FILE MERGED 2004/07/09 08:53:46 as 1.2.36.3: #i29863# use new helper to cache and share storages based on her relativ path names 2004/07/08 06:45:43 as 1.2.36.2: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:57:39 as 1.2.36.1: #i29863# second revision of shortcut configuration

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7f866d4898a432933162d15055d6e02b06d4e676]

        INTEGRATION: CWS keyconfig01 (1.2.36); FILE MERGED 2004/07/10 18:19:34 as 1.2.36.3: RESYNC: (1.2-1.4); FILE MERGED resolve merge conflict 2004/07/08 06:45:43 as 1.2.36.2: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:57:39 as 1.2.36.1: #i29863# second revision of shortcut configuration

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [412b0b6221c97617072d420a07f452a33d0bbca0]

        INTEGRATION: CWS keyconfig01 (1.19.36); FILE MERGED 2004/07/10 18:16:52 as 1.19.36.4: RESYNC: (1.19-1.22); FILE MERGED resolve merge conflict 2004/07/08 06:45:42 as 1.19.36.3: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:57:39 as 1.19.36.2: #i29863# second revision of shortcut configuration 2004/06/04 09:34:57 as 1.19.36.1: #i29863# new services for accelerator config

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3d2ac9c4e8ae628e84fdee813133ba61fa8e9591]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/06/22 07:56:28 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [5edc6e6872b1451d931c07d431dda9238d8a451c]

        INTEGRATION: CWS keyconfig01 (1.1.4); FILE ADDED 2004/07/17 10:39:16 as 1.1.4.1: #i29863# new helper for configuration API

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [bc9489eaf4f569eff10f0a127751f5aa9c0123a0]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/23 11:10:36 as 1.1.2.3: #i29863# use inner defined types right 2004/07/20 09:48:48 as 1.1.2.2: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/09 08:52:29 as 1.1.2.1: #i29863# new helper to cache and share storages based on its relativ path names

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [90e032f1f7df34823729b01062e3a07d780003e9]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/23 09:04:13 as 1.1.2.7: #i29863# support reset of user layer config 2004/07/20 09:48:48 as 1.1.2.6: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:09 as 1.1.2.5: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/14 06:58:43 as 1.1.2.4: #i29863# must change for ElementModes, correct exception declarations, some typos ... 2004/07/09 08:53:46 as 1.1.2.3: #i29863# use new helper to cache and share storages based on her relativ path names 2004/07/08 06:45:42 as 1.1.2.2: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:50:14 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [fd814a72b4068a40e135d89fa745f771df1503a2]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:48:48 as 1.1.2.4: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:09 as 1.1.2.3: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/08 06:45:42 as 1.1.2.2: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:50:04 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [30f4c654cfcb1375854a0c1c90d6550eb293959b]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/06/04 09:32:57 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [538d6c8d78ff6df3b6f40f77cc64b8d189116999]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:46:34 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [73a0db3e57cdaeac1e19d5f9ec351a48f18b9d27]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:48:48 as 1.1.2.4: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:08 as 1.1.2.3: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/08 06:45:42 as 1.1.2.2: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:49:54 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0d4829471f79d3f0caaf4977047d87a7d197789e]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:48:48 as 1.1.2.3: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:08 as 1.1.2.2: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/08 06:25:43 as 1.1.2.1: #i29863# handle document accelerator config

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [00f19e83e667fe4751937e13c3c1cbdb6874bbdb]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/23 09:04:13 as 1.1.2.7: #i29863# support reset of user layer config 2004/07/20 09:48:47 as 1.1.2.6: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:08 as 1.1.2.5: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/14 06:58:43 as 1.1.2.4: #i29863# must change for ElementModes, correct exception declarations, some typos ... 2004/07/08 06:45:41 as 1.1.2.3: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:49:09 as 1.1.2.2: #i29863# first revision 2004/06/04 09:32:45 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dc1efb78ab064b3dc0f7eee68c4981f6f925cb78]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/06/04 09:32:44 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4718eab5490fd470945890d90427f87894952d5f]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:48:47 as 1.1.2.4: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:08 as 1.1.2.3: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/14 06:58:32 as 1.1.2.2: #i29863# must change for ElementModes, correct exception declarations, some typos ... 2004/07/09 08:52:13 as 1.1.2.1: #i29863# new helper to cache and share storages based on its relativ path names

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b40f935a0a4c44bd60730b457550451629185d7d]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/09/02 09:33:16 as 1.1.2.9: #i33638# overwrite target everytimes on reset 2004/07/26 07:09:45 as 1.1.2.8: #i29863# open share layer read only 2004/07/23 09:04:13 as 1.1.2.7: #i29863# support reset of user layer config 2004/07/20 09:48:47 as 1.1.2.6: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:07 as 1.1.2.5: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/14 06:58:32 as 1.1.2.4: #i29863# must change for ElementModes, correct exception declarations, some typos ... 2004/07/09 08:53:45 as 1.1.2.3: #i29863# use new helper to cache and share storages based on her relativ path names 2004/07/08 06:45:41 as 1.1.2.2: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:53:50 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8622a7192e82dd4b333ab1a771e3880cfb857ee2]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:48:46 as 1.1.2.5: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:07 as 1.1.2.4: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/09 08:53:45 as 1.1.2.3: #i29863# use new helper to cache and share storages based on her relativ path names 2004/07/08 06:45:41 as 1.1.2.2: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:53:37 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6cb0fceaf07cb69f0e7fac4138f81db16c3779c3]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/17 10:43:07 as 1.1.2.5: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/09 08:53:45 as 1.1.2.4: #i29863# use new helper to cache and share storages based on her relativ path names 2004/07/08 06:45:41 as 1.1.2.3: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:57:38 as 1.1.2.2: #i29863# second revision of shortcut configuration 2004/06/04 09:30:32 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [73fcdf5973290d162f0e3d0c8327b66ad5962478]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/14 06:58:32 as 1.1.2.2: #i29863# must change for ElementModes, correct exception declarations, some typos ... 2004/06/04 09:30:18 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [9b6a1c7cb3d6e44f46da1107b5d97e7b0b0e7892]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:48:46 as 1.1.2.5: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:07 as 1.1.2.4: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/09 08:53:45 as 1.1.2.3: #i29863# use new helper to cache and share storages based on her relativ path names 2004/07/08 06:45:40 as 1.1.2.2: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:53:25 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [be12d8c62027cf4c09636115fe84b62b5e81bc6c]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/20 09:48:46 as 1.1.2.4: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:07 as 1.1.2.3: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/09 08:53:45 as 1.1.2.2: #i29863# use new helper to cache and share storages based on her relativ path names 2004/07/08 06:26:04 as 1.1.2.1: #i29863# handle document accelerator config

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ff529afb2a9f849a08cc4b341f14f3ca2872e107]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/14 06:57:32 as 1.1.2.1: #i29863# new helper for executing accelerators

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [936d5d490a6141b833e487d4ddd828985c491d8f]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/14 06:57:31 as 1.1.2.1: #i29863# new helper for executing accelerators

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [405d5eb88a4f983f9f5e0379a9a44d7da128483e]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/09/02 09:33:16 as 1.1.2.9: #i33638# overwrite target everytimes on reset 2004/07/23 09:04:12 as 1.1.2.8: #i29863# support reset of user layer config 2004/07/20 09:48:46 as 1.1.2.7: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:07 as 1.1.2.6: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/14 06:58:31 as 1.1.2.5: #i29863# must change for ElementModes, correct exception declarations, some typos ... 2004/07/09 08:53:44 as 1.1.2.4: #i29863# use new helper to cache and share storages based on her relativ path names 2004/07/08 06:45:40 as 1.1.2.3: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:57:38 as 1.1.2.2: #i29863# second revision of shortcut configuration 2004/06/04 09:30:04 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3f0389310d4acd4b4b0745df14dbfb405f20d72b]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/06/04 09:30:04 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6f096c4353a74e8a17ed66ac1162bcd4ba8f6ab9]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/06/22 07:57:37 as 1.1.2.2: #i29863# second revision of shortcut configuration 2004/06/04 09:29:04 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [8e88d63bc1cb19d169781de2fb8c0dc408d08cf7]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/06/04 09:29:04 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [75efc3009c6a554e20d5d7e3e065ba68a781203b]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/06/04 09:29:05 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c5f3b883365e1fba075a8fcc4e35171491826055]

        INTEGRATION: CWS keyconfig01 (1.3.30); FILE MERGED 2004/07/10 18:08:47 as 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED resolve merge conflict 2004/07/08 06:45:40 as 1.3.30.1: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [890f20eb5750661c2e36e4f4ef25f65e1281cae9]

        INTEGRATION: CWS keyconfig01 (1.2.36); FILE MERGED 2004/07/08 06:45:40 as 1.2.36.1: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c481b9a6f53f74eb2d1159de8a13ca581a6d5b38]

        INTEGRATION: CWS keyconfig01 (1.1.1.1.288); FILE MERGED 2004/06/22 07:57:36 as 1.1.1.1.288.1: #i29863# second revision of shortcut configuration

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dff08abcacc4bba6e6fe500fcd737b910f81a793]

        INTEGRATION: CWS keyconfig01 (1.5.184); FILE MERGED 2004/06/22 07:57:36 as 1.5.184.2: #i29863# second revision of shortcut configuration 2004/06/04 09:34:10 as 1.5.184.1: #i29863# new parts for accelerator config

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [a34be9bad6efa080c52bd14f85ad7cd08cefe424]

        INTEGRATION: CWS keyconfig01 (1.19.36); FILE MERGED 2004/07/10 18:05:10 as 1.19.36.4: RESYNC: (1.19-1.22); FILE MERGED resolve merge conflicts 2004/07/08 06:45:39 as 1.19.36.3: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/06/22 07:57:35 as 1.19.36.2: #i29863# second revision of shortcut configuration 2004/06/04 09:33:44 as 1.19.36.1: #i29863# new services for new accelerator configuration

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [0dce65fe08dd406e7da8312d702ea71751fe14e0]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/17 10:43:06 as 1.1.2.2: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/06/22 07:48:40 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [64f051cc788fda224130c78b89941603a4bd4f81]

        INTEGRATION: CWS keyconfig01 (1.6.36); FILE MERGED 2004/07/20 09:48:45 as 1.6.36.4: #i29863# support load/save of acc cfg from/to documents, update all caches immediatly after changing one 2004/07/17 10:43:06 as 1.6.36.3: #i29863# close streams immediatly after using, patch res2xml tool, fix bugs inside read/write xml, establish preset handler 2004/07/08 06:45:39 as 1.6.36.2: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators 2004/07/05 12:44:26 as 1.6.36.1: #i29863# support accelerator config

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [77acba125bb7251b80840dfad45936a0b1ac75a5]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/23 12:12:44 as 1.1.2.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c10595d0df474cae5e2f6def0d75c246171b9b38]

        INTEGRATION: CWS keyconfig01 (1.10.80); FILE MERGED 2004/07/23 11:56:11 as 1.10.80.1: #i29863# new translation for styles

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f63f026866643dae0f3a3ccb1bcebfe86d1ada68]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/07/23 10:49:19 as 1.1.2.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [29ecba0f7206ccb8003e668132bc5873439ae335]

        INTEGRATION: CWS keyconfig01 (1.14.16); FILE MERGED 2004/07/22 09:12:16 as 1.14.16.1: #108093# dont use hard coded shortcuts

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1e614485d0e182edefa7342eca8fa5b4ce5b754d]

        INTEGRATION: CWS keyconfig01 (1.31.18); FILE MERGED 2004/07/22 09:12:15 as 1.31.18.1: #108093# dont use hard coded shortcuts

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d7b7fe45dc40d0431e273a181f346692a9fdfb9d]

        INTEGRATION: CWS keyconfig01 (1.10.76); FILE MERGED 2004/07/21 09:56:41 as 1.10.76.1: #i29441# use right document service name internaly too

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [25ef0f0647eacfaa486ecdfde742d2880c1ed9b2]

        INTEGRATION: CWS keyconfig01 (1.35.10); FILE MERGED 2004/07/15 07:00:35 as 1.35.10.1: (as) build problem under solaris ... see changes for further informations

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d7e3bb1ab8f4ac63d799729063acb0372092c58d]

        INTEGRATION: CWS keyconfig01 (1.89.22); FILE MERGED 2004/07/23 11:39:18 as 1.89.22.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b27c6a52c725b1b288f96faa1a8ecdb89e51e213]

        INTEGRATION: CWS keyconfig01 (1.7.430); FILE MERGED 2004/06/04 13:03:56 as 1.7.430.1: #i29863# new accelerator configuration

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [bccd2e8b067a37e796055dd10026e93eb13330a3]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/06/04 13:03:24 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [25a46a72f775ec45f1377fcf8c0ce76be82da07a]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/06/04 13:03:21 as 1.1.2.1: #i29863# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6a9ad7a703816cc3b0f1d670e3898ecbb8c14736]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/09/09 08:11:15 as 1.1.2.4: #i29441# some more pre defined shortcuts 2004/09/08 10:58:48 as 1.1.2.3: #i29441# more pre defined shortcuts 2004/09/08 08:04:46 as 1.1.2.2: #i29441# define default style shortcuts for writer 2004/07/23 12:10:29 as 1.1.2.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [7bd3bb3c3baa646db0fdce881c0369d040e432fc]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/09/09 08:11:14 as 1.1.2.2: #i29441# some more pre defined shortcuts 2004/07/23 12:08:57 as 1.1.2.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [3725933b31b4b51fa3237899817ad28d764d5e9e]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/09/09 08:11:14 as 1.1.2.2: #i29441# some more pre defined shortcuts 2004/07/23 12:09:44 as 1.1.2.1: #i29863# new acc cfg

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f9528526f75b56ec682c484c1e738b7a704e5d44]

        INTEGRATION: CWS keyconfig01 (1.9.88); FILE MERGED 2004/08/20 09:08:10 mba 1.9.88.1: #i32160#: additional parameter for applying styles using the internal name

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e2d82358e8d3ce8a755615775255fda82c04c8d0]

        INTEGRATION: CWS keyconfig01 (1.19.96); FILE MERGED 2004/08/20 09:08:10 mba 1.19.96.3: #i32160#: additional parameter for applying styles using the internal name 2004/07/23 10:37:59 as 1.19.96.2: #i29441# support new optional argument SID_STYLE_FAMILYNAME for slot SID_STYLE_APPLY 2004/07/21 09:57:33 as 1.19.96.1: #i29441# support new optional parameter SID_STYLE_FAMILYNAME for slot SID_STYLE_APPLY

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [2ffa524ed1321d183b3bb5296db423963a1c70a7]

        INTEGRATION: CWS keyconfig01 (1.1.2); FILE ADDED 2004/09/09 08:00:08 as 1.1.2.1: #i29441# first revision

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [764ba756563b421db161140299ebe12046eb61d3]

        INTEGRATION: CWS keyconfig01 (1.12.88); FILE MERGED 2004/08/20 09:20:21 mba 1.12.88.1: #i32160#: additional parameter for applying styles using the internal name

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [20a5407b4645784cdd87530f890694446900f945]

        INTEGRATION: CWS keyconfig01 (1.17.74); FILE MERGED 2004/08/24 11:21:48 cl 1.17.74.3: #i32129# added SID_STYLE_FAMILYNAME 2004/08/20 09:20:21 mba 1.17.74.2: #i32160#: additional parameter for applying styles using the internal name 2004/07/21 09:58:17 as 1.17.74.1: #i29441# support new optional parameter SID_STYLE_FAMILYNAME for slot SID_STYLE_APPLY

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e74c990978906a9c60d5a585e13b0387e5f3c0a6]

        INTEGRATION: CWS keyconfig01 (1.35.40); FILE MERGED 2004/07/22 09:58:45 as 1.35.40.1: #i20125# add new module UIName property

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c87344ef3c725062aebed9b732e6dc0791343365]

        INTEGRATION: CWS keyconfig01 (1.8.42); FILE MERGED 2004/07/22 10:05:20 as 1.8.42.1: #i20125# add new module UIName property

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [88856298ae94397ac3ed4353d20f5fabbd8aa546]

        #i10000# Correct wrong resolved merge conflict

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [fffb5667ad204b3b121a4078d1e86cd6e6573c8f]

        #i10000# Correct wrong resolved merge conflict

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [6e7f59b7f8702a63e92dfe49686cf85454e5ef0c]

        INTEGRATION: CWS os19 (1.18.190); FILE MERGED 2004/09/12 18:23:04 os 1.18.190.4: RESYNC: (1.22-1.26); FILE MERGED 2004/06/14 07:18:00 os 1.18.190.3: RESYNC: (1.21-1.22); FILE MERGED 2004/04/29 16:07:23 os 1.18.190.2: RESYNC: (1.18-1.21); FILE MERGED 2003/11/21 11:21:09 os 1.18.190.1: #i18881# AddUnknownWords() replaces SpellDocument()

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [be281db569bafaac379feb604c39e220f51b18c4]

        INTEGRATION: CWS ause011 (1.18.22); FILE MERGED 2004/08/18 11:47:54 sb 1.18.22.1: #i33153# Made getToken more robust.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [05827f1cc881c05c6e300fb13232e257c3e6ed8f]

        INTEGRATION: CWS ause011 (1.4.52); FILE MERGED 2004/08/18 11:47:53 sb 1.4.52.1: #i33153# Made getToken more robust.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [237f5ef6a7d998e2fcfa79a35b22a8e801ba7e3d]

        INTEGRATION: CWS ause011 (1.20.58); FILE MERGED 2004/08/18 11:47:53 sb 1.20.58.1: #i33153# Made getToken more robust.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [20395ee03f752227072fdf2b8046ef88c8a92d36]

        INTEGRATION: CWS ause011 (1.12.26); FILE MERGED 2004/08/18 11:47:52 sb 1.12.26.1: #i33153# Made getToken more robust.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [fba512eedbc344d1581c65fb95e97dd5322fdb36]

        INTEGRATION: CWS ause011 (1.16.60); FILE MERGED 2004/08/18 11:47:52 sb 1.16.60.1: #i33153# Made getToken more robust.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [4c074ba58a4b4aa0bad31a69cef106b96df6fd91]

        INTEGRATION: CWS ause011 (1.10.26); FILE MERGED 2004/08/18 11:47:52 sb 1.10.26.1: #i33153# Made getToken more robust.

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [bf6fc1e59816b015ff672fa338f7d710e98fa3f6]

        INTEGRATION: CWS ause011 (1.13.96); FILE MERGED 2004/09/17 14:49:34 hjs 1.13.96.2: RESYNC: (1.13-1.15); FILE MERGED 2004/09/13 11:17:13 hjs 1.13.96.1: #i32984# comment exotic rule

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [048cdc8d025c1b553306b51cee41c49826189fe4]

        INTEGRATION: CWS ause011 (1.32.90); FILE MERGED 2004/09/09 11:26:26 hjs 1.32.90.1: #i26463# dependency on module gtk for SO builds only

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d52ac16d9f61b5e9e7e0a35fd65efd40ba7cd6d1]

        INTEGRATION: CWS ause011 (1.7.6); FILE MERGED 2004/09/02 10:14:49 hjs 1.7.6.2: #i32511# still keep path to platform bin 2004/09/02 10:09:08 hjs 1.7.6.1: '#i32511# images.zip to common if exists

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [521e8b47daca03a72eb4d4b72f7ef3da3abddee8]

        INTEGRATION: CWS ause011 (1.32.10); FILE MERGED 2004/08/18 12:35:35 hjs 1.32.10.1: #i33164# check Country before appending

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ecf4f81c3c669d1abc56608250550588185bbad9]

        INTEGRATION: CWS ause011 (1.4.250); FILE MERGED 2004/09/17 15:07:45 hjs 1.4.250.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [f6f428d0430417983f7dbf4453cbfcbca7cf7f83]

        #i10000# Correct wrong resolved merge conflict

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d666f5329264a18b6d3f74f972b76bb4cb84ece7]

        INTEGRATION: CWS ause011 (1.47.2); FILE MERGED 2004/09/17 15:07:44 hjs 1.47.2.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [75878c3f6f147808f97f2aaa436f55fec540f395]

        INTEGRATION: CWS ause011 (1.5.250); FILE MERGED 2004/09/17 15:07:44 hjs 1.5.250.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [26075b0cfaca618c05d7b4906e35f3137ead2151]

        INTEGRATION: CWS ause011 (1.7.2); FILE MERGED 2004/09/17 15:07:44 hjs 1.7.2.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [d883149ed6f37986e8e2aaa7ca128d21f7ee665e]

        INTEGRATION: CWS ause011 (1.8.2); FILE MERGED 2004/09/17 15:07:44 hjs 1.8.2.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [09a38fe388e49d6f5aeb3f7dc3efeaceaa553cef]

        INTEGRATION: CWS ause011 (1.9.2); FILE MERGED 2004/09/17 15:07:43 hjs 1.9.2.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [493e2d64a7ae57cd76a03d0f5d090fc30648d4ee]

        INTEGRATION: CWS ause011 (1.13.2); FILE MERGED 2004/09/17 15:07:44 hjs 1.13.2.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [dbe69d1c6cdabda49c6002ee2823eb96e637d6f7]

        INTEGRATION: CWS ause011 (1.4.250); FILE MERGED 2004/09/17 15:07:43 hjs 1.4.250.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [86bed35fc0f8495cdc92ab6d4b4b1aeb82e40481]

        INTEGRATION: CWS ause011 (1.3.6); FILE MERGED 2004/09/17 15:07:43 hjs 1.3.6.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [19df5e23d8caa6b7384521a65fcc24017887df69]

        INTEGRATION: CWS ause011 (1.28.2); FILE MERGED 2004/09/17 16:42:00 hjs 1.28.2.2: #i29347# to get it fixed quick 2004/09/17 15:07:43 hjs 1.28.2.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [60cb237124d162742d52ab7599dc07341b1111d2]

        INTEGRATION: CWS ause011 (1.10.2); FILE MERGED 2004/09/17 15:07:42 hjs 1.10.2.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [c8e02d57a973e84ee4e0a6cfc89f16275c24d18d]

        INTEGRATION: CWS ause011 (1.8.2); FILE MERGED 2004/09/17 15:07:42 hjs 1.8.2.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [142accd68319ce3fd8850aa571329cfdd2e402a5]

        INTEGRATION: CWS ause011 (1.4.2); FILE MERGED 2004/09/17 15:07:42 hjs 1.4.2.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e8c1adf78d295285f7b8679829892799814fcf42]

        INTEGRATION: CWS ause011 (1.7.2); FILE MERGED 2004/09/17 15:07:42 hjs 1.7.2.1: #i30873# removed one specific warning

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [92655a3c8a1957b7602cf4e7e3d3761c9d220966]

        INTEGRATION: CWS ause011 (1.30.16); FILE MERGED 2004/09/17 14:32:10 hjs 1.30.16.3: RESYNC: (1.30-1.33); FILE MERGED 2004/09/16 18:52:02 hjs 1.30.16.2: #i18561# delay matching the shell 2004/09/06 14:49:01 hjs 1.30.16.1: #i31658# define CHECKZIPRESULT

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e6662cf7aa4adec1ce8f5f2cc8dd3132d9706d4f]

        INTEGRATION: CWS ause011 (1.80.38); FILE MERGED 2004/09/17 14:35:52 hjs 1.80.38.2: RESYNC: (1.80-1.82); FILE MERGED 2004/08/25 15:30:48 hjs 1.80.38.1: #i32005# remove restriction to updater for *_version.o*

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [741a165cfb163e85b79c0d3e4f96dc0a6f23734f]

        INTEGRATION: CWS ause011 (1.51.54); FILE MERGED 2004/09/17 14:33:19 hjs 1.51.54.5: RESYNC: (1.51-1.54); FILE MERGED 2004/09/16 18:52:02 hjs 1.51.54.4: #i18561# delay matching the shell 2004/09/14 17:21:33 hjs 1.51.54.3: #i34175#, #i18561# fixed dependencies 2004/09/13 16:36:57 hjs 1.51.54.2: #i34132# trigger rebuild on new patch 2004/09/06 14:46:38 hjs 1.51.54.1: #i27613# BUILD_ACTION containig logical operators, #i18561# undesired repatching of external modules

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [e3d8417cf3f41832863bb1a7761766bb97cff7d7]

        INTEGRATION: CWS ause011 (1.78.38); FILE MERGED 2004/09/17 14:36:50 hjs 1.78.38.2: RESYNC: (1.78-1.80); FILE MERGED 2004/08/25 15:30:48 hjs 1.78.38.1: #i32005# remove restriction to updater for *_version.o*

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [ceeebaf5644a30a93c27aeeb8c7b28e332ab05dc]

        INTEGRATION: CWS ause011 (1.5.60); FILE MERGED 2004/08/25 15:23:18 hjs 1.5.60.1: #i32511# enhance packimages.pl, simplify makefile.mk

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [1b3ac68c85f869278d81ed6ab9f054294998cfa8]

        INTEGRATION: CWS ause011 (1.4.84); FILE MERGED 2004/08/17 12:18:18 hjs 1.4.84.1: #i33100# avoid translated gcc messages to parse

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [70852b631baf43191cbd1c038bd05b3f09d1ee2e]

        #i10000# Correct wrong resolved merge conflict

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [35ac6e686ea88c4c63b00b4e9f1eddd75ba44154]

        #i10000# Correct wrong resolved merge conflict

2004-09-20  Rüdiger Timm  <rt@openoffice.org>  [b5dc04c4f98585d16d6a43c568658f0c16a5006d]

        INTEGRATION: CWS os19 (1.3.2); FILE MERGED 2004/09/12 15:40:16 os 1.3.2.4: RESYNC: (1.6-1.14); FILE MERGED 2004/07/12 16:10:08 os 1.3.2.3: RESYNC: (1.4-1.6); FILE MERGED 2004/06/14 05:32:09 os 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/04 14:11:33 os 1.3.2.1: #i18881# new menu entries for SpellDialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3871d90966ea367cc1a5b2718c29f3743f356152]

        INTEGRATION: CWS dr25 (1.12.34); FILE MERGED 2004/09/14 10:49:55 dr 1.12.34.1: #i21549# load/store byte strings as UTF-8

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2ab9027e4109fe49c0abfee6e73a487a43fe7579]

        INTEGRATION: CWS dr25 (1.2.606); FILE MERGED 2004/09/14 10:49:27 dr 1.2.606.1: #i21549# load/store byte strings as UTF-8

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2d15dc7ef0ff3dd7a11781451eac692be41d613b]

        INTEGRATION: CWS dr25 (1.16.52); FILE MERGED 2004/09/14 10:49:27 dr 1.16.52.1: #i21549# load/store byte strings as UTF-8

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [744150e77e6b0eda35561ef322e52d1b9d487a4c]

        INTEGRATION: CWS dr25 (1.2.596); FILE MERGED 2004/09/14 10:49:06 dr 1.2.596.1: #i21549# load/store byte strings as UTF-8

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [45487ea1b14d6fab76b213eb1bca5a987b320a44]

        INTEGRATION: CWS cheffsache01 (1.8.290); FILE MERGED 2004/09/14 16:44:23 cl 1.8.290.1: #i33768# correctly handle display name for master pages

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [6be3c46fb21327c0fb2cfa79befcac1cdb69a268]

        INTEGRATION: CWS cheffsache01 (1.41.52); FILE MERGED 2004/09/14 16:44:22 cl 1.41.52.1: #i33768# correctly handle display name for master pages

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [d2dba5dcc9628edadfc35a05ac8a39db46cb5598]

        INTEGRATION: CWS cheffsache01 (1.20.50); FILE MERGED 2004/09/14 16:43:08 cl 1.20.50.1: #i33768# assert if master page could not be set

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [ecb2d920a3e4b3518355a78f74d982fc283594bc]

        INTEGRATION: CWS cheffsache01 (1.21.88); FILE MERGED 2004/09/14 16:44:22 cl 1.21.88.1: #i33768# correctly handle display name for master pages

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3e9c052d3b553a069cbd4e780432b47e17b4860e]

        INTEGRATION: CWS cheffsache01 (1.40.14); FILE MERGED 2004/09/14 16:44:22 cl 1.40.14.1: #i33768# correctly handle display name for master pages

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [6c96864979dc34e38c1808d5d8e664af70a4e624]

        INTEGRATION: CWS cheffsache01 (1.10.52); FILE MERGED 2004/09/14 16:41:36 cl 1.10.52.1: #i33768# add display-name after import

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f2fa2de6757464f275014b4c819371b7e5fa10ad]

        INTEGRATION: CWS os19 (1.3.2); FILE MERGED 2004/09/12 18:42:12 os 1.3.2.5: RESYNC: (1.6-1.13); FILE MERGED 2004/07/15 10:58:07 os 1.3.2.4: #i18881# spelling toolbox entry corrected 2004/07/12 16:47:24 os 1.3.2.3: RESYNC: (1.4-1.6); FILE MERGED 2004/06/14 07:35:51 os 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/04 14:05:39 os 1.3.2.1: #i18881# new menu entries for SpellDialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [98f79109db461dceb06dc83af0de152003d6e77a]

        INTEGRATION: CWS os19 (1.3.2); FILE MERGED 2004/09/12 18:41:13 os 1.3.2.4: RESYNC: (1.6-1.12); FILE MERGED 2004/07/12 16:42:56 os 1.3.2.3: RESYNC: (1.4-1.6); FILE MERGED 2004/06/14 07:35:41 os 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/04 14:05:39 os 1.3.2.1: #i18881# new menu entries for SpellDialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1b0fd5157254239b4288c55a1430086cc9a55ae5]

        INTEGRATION: CWS os19 (1.3.2); FILE MERGED 2004/09/12 18:40:24 os 1.3.2.4: RESYNC: (1.6-1.12); FILE MERGED 2004/07/12 16:38:16 os 1.3.2.3: RESYNC: (1.4-1.6); FILE MERGED 2004/06/14 07:35:31 os 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/04 14:05:38 os 1.3.2.1: #i18881# new menu entries for SpellDialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [c23b1d1dc314e5762e6f1e51ce778bb2e3622190]

        INTEGRATION: CWS os19 (1.15.20); FILE MERGED 2004/09/14 07:46:05 os 1.15.20.5: #i18881# AddUnknownWords removed 2004/06/14 07:29:54 os 1.15.20.4: RESYNC: (1.16-1.17); FILE MERGED 2004/04/29 16:25:44 os 1.15.20.3: RESYNC: (1.15-1.16); FILE MERGED 2003/11/21 11:21:16 os 1.15.20.2: #i18881# AddUnknownWords() replaces SpellDocument() 2003/11/20 07:34:04 os 1.15.20.1: #18881# FN_SPELLING_DLG removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [58621aa2d4d7675eb008be30318cd4bb4a7624ba]

        INTEGRATION: CWS os19 (1.18.190); FILE MERGED 2004/09/12 18:23:04 os 1.18.190.4: RESYNC: (1.22-1.26); FILE MERGED 2004/06/14 07:18:00 os 1.18.190.3: RESYNC: (1.21-1.22); FILE MERGED 2004/04/29 16:07:23 os 1.18.190.2: RESYNC: (1.18-1.21); FILE MERGED 2003/11/21 11:21:09 os 1.18.190.1: #i18881# AddUnknownWords() replaces SpellDocument()

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [70879ba9b2197aa353d3c19c197618d96dd33e14]

        INTEGRATION: CWS os19 (1.48.26); FILE MERGED 2004/05/03 12:57:12 os 1.48.26.5: #i18881# merge error corrected 2004/05/03 12:44:09 os 1.48.26.4: #i18881# merge error corrected 2004/04/29 14:55:17 os 1.48.26.3: RESYNC: (1.48-1.53); FILE MERGED 2003/12/12 09:15:37 os 1.48.26.2: #i18881# SwScanner::NextWord: detect language for every word, not only on script type changes 2003/11/21 11:22:54 os 1.48.26.1: #i18881# SwScanner and spelling: backward removed, use of new SwScanner::NextWord

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [d60825fe733e2a17e76d0a213a66caf15bf240da]

        INTEGRATION: CWS os19 (1.2.26); FILE MERGED 2004/09/12 17:27:47 os 1.2.26.4: RESYNC: (1.5-1.6); FILE MERGED 2004/07/12 15:40:24 os 1.2.26.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/29 14:34:34 os 1.2.26.2: RESYNC: (1.2-1.4); FILE MERGED 2003/11/21 11:22:53 os 1.2.26.1: #i18881# SwScanner and spelling: backward removed, use of new SwScanner::NextWord

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1d86f63f5c9e86a27d9fb7f0914b2a276ce9785b]

        INTEGRATION: CWS os19 (1.8.114); FILE MERGED 2004/08/11 13:55:41 os 1.8.114.14: #i32373# apply language attribute in spellcheck only if it has been changed 2004/06/14 06:19:18 os 1.8.114.13: RESYNC: (1.10-1.11); FILE MERGED 2004/05/05 08:00:58 os 1.8.114.12: #i18881# User GoEnd/StartSentence instead of Prev/Next 2004/05/03 15:20:18 os 1.8.114.11: #i18881# merge error corrected 2004/04/29 14:27:18 os 1.8.114.10: RESYNC: (1.9-1.10); FILE MERGED 2003/11/21 11:22:52 os 1.8.114.9: #i18881# SwScanner and spelling: backward removed, use of new SwScanner::NextWord 2003/11/20 07:31:36 os 1.8.114.8: #18881# enable wrap around spelling in frames/header/footer/footnote 2003/11/15 14:31:12 os 1.8.114.7: #18881# saving of positions for next call corrected 2003/11/03 14:14:27 os 1.8.114.6: #i18881# spelling: fields added 2003/10/23 06:12:45 os 1.8.114.5: #i18881# temporary AutoCorrection added 2003/10/16 14:47:06 os 1.8.114.4: RESYNC: (1.8-1.9); FILE MERGED 2003/10/16 13:57:00 os 1.8.114.3: #i18881# sentence spelling completed 2003/10/08 14:48:52 os 1.8.114.2: #i18881# creation of sentence and apply of changes works now 2003/09/23 07:00:53 os 1.8.114.1: #i18881# spelling by sentence added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e2f22f463ae6ca03c7ea276ff87196281feadab6]

        INTEGRATION: CWS os19 (1.15.16); FILE MERGED 2004/04/29 14:18:01 os 1.15.16.2: RESYNC: (1.15-1.17); FILE MERGED 2003/11/21 11:22:51 os 1.15.16.1: #i18881# SwScanner and spelling: backward removed, use of new SwScanner::NextWord

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3ec8a232be362ff72e5df83e9c61a1fc6cd4f372]

        INTEGRATION: CWS os19 (1.2.190); FILE MERGED 2004/05/04 15:17:48 os 1.2.190.2: #i18881# GoEndSentence added 2003/11/15 14:29:24 os 1.2.190.1: #18881# GoStartSentence() added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3859067945d8dcf6baa503148d5a285ac49ce6b7]

        INTEGRATION: CWS os19 (1.14.190); FILE MERGED 2004/09/12 17:10:57 os 1.14.190.6: RESYNC: (1.16-1.19); FILE MERGED 2004/04/29 14:10:12 os 1.14.190.5: RESYNC: (1.15-1.16); FILE MERGED 2003/11/21 11:20:26 os 1.14.190.4: #i18881# FN_ADD_UNKNOWN moved to the TextShell 2003/11/20 07:30:53 os 1.14.190.3: #18881# FN_SPELLING_DLG removed 2003/10/16 14:49:53 os 1.14.190.2: RESYNC: (1.14-1.15); FILE MERGED 2003/09/23 07:00:43 os 1.14.190.1: #i18881# SID_SPELL_DIALOG added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [b7089490b304dd63f4388e7186e439c2a31c8603]

        INTEGRATION: CWS os19 (1.9.224); FILE MERGED 2004/09/12 17:04:15 os 1.9.224.4: RESYNC: (1.11-1.13); FILE MERGED 2004/05/04 15:17:43 os 1.9.224.3: #i18881# GoEndSentence added 2004/04/29 14:03:25 os 1.9.224.2: RESYNC: (1.9-1.11); FILE MERGED 2003/11/15 14:29:06 os 1.9.224.1: #18881# GoStartSentence() added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [ec8d7aea0d440a2f9a2dbffbb00f3dd615381387]

        INTEGRATION: CWS os19 (1.17.152); FILE MERGED 2004/09/12 16:53:07 os 1.17.152.5: RESYNC: (1.23-1.26); FILE MERGED 2004/06/14 05:48:36 os 1.17.152.4: RESYNC: (1.21-1.23); FILE MERGED 2004/05/04 15:17:43 os 1.17.152.3: #i18881# GoEndSentence added 2004/04/29 13:53:25 os 1.17.152.2: RESYNC: (1.17-1.21); FILE MERGED 2003/11/15 14:29:06 os 1.17.152.1: #18881# GoStartSentence() added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [02f062a9435d8c8c24358d9137bfed0a2b757f8f]

        INTEGRATION: CWS os19 (1.39.22); FILE MERGED 2004/09/12 19:07:45 os 1.39.22.8: RESYNC: (1.50-1.53); FILE MERGED 2004/07/12 16:31:13 os 1.39.22.7: RESYNC: (1.49-1.50); FILE MERGED 2004/06/14 05:55:24 os 1.39.22.6: RESYNC: (1.47-1.49); FILE MERGED 2004/04/29 15:08:09 os 1.39.22.5: RESYNC: (1.41-1.47); FILE MERGED 2003/11/18 10:48:02 hr 1.39.22.4: RESYNC: (1.40-1.41); FILE MERGED 2003/11/15 14:23:22 os 1.39.22.3: #18881# SID_SPELLING removed 2003/10/16 15:03:53 os 1.39.22.2: RESYNC: (1.39-1.40); FILE MERGED 2003/09/23 06:48:04 os 1.39.22.1: #i18881# SID_SPELL_DIALOG added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [27a8f67e223844a923c3ba7857e27e7c2abf161e]

        INTEGRATION: CWS os19 (1.24.2); FILE MERGED 2004/07/12 12:25:55 dr 1.24.2.4: #i22092# more spelling... 2004/06/16 05:21:26 os 1.24.2.3: #i22092# merge conflict resolved 2004/06/11 11:08:26 os 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2004/06/10 13:20:14 dr 1.24.2.1: #i22092# new spellcheck dialog, first step

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [8555680fd287b1b945fb0eb6b7978c76ad6ecb6b]

        INTEGRATION: CWS os19 (1.2.2); FILE MERGED 2004/07/26 16:15:38 dr 1.2.2.4: #i31985# use correct dialog parent 2004/07/12 12:24:41 dr 1.2.2.3: #i22092# more spelling... 2004/06/11 10:40:01 os 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/10 13:17:06 dr 1.2.2.1: #i22092# new spellcheck dialog, first step

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f5804d0cbf79e98522eac2c22b01cf84c0898749]

        INTEGRATION: CWS os19 (1.5.268); FILE MERGED 2004/04/29 18:22:20 os 1.5.268.2: RESYNC: (1.5-1.8); FILE MERGED 2003/11/10 10:46:15 af 1.5.268.1: #i22089# Removed support for old spell check dialog.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [4154ca1293e47b680985497de758e963995c1201]

        INTEGRATION: CWS os19 (1.32.54); FILE MERGED 2004/09/12 19:45:17 os 1.32.54.4: RESYNC: (1.38-1.39); FILE MERGED 2004/04/29 17:06:26 os 1.32.54.3: RESYNC: (1.33-1.38); FILE MERGED 2003/11/18 10:26:09 hr 1.32.54.2: RESYNC: (1.32-1.33); FILE MERGED 2003/10/31 10:19:58 os 1.32.54.1: #i18881# prevent focus change in BegTextEdit

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f3930a43319e788ced5da55dde065544510ff11f]

        INTEGRATION: CWS os19 (1.4.40); FILE MERGED 2004/09/12 19:41:48 os 1.4.40.5: RESYNC: (1.7-1.10); FILE MERGED 2004/07/12 17:42:08 os 1.4.40.4: RESYNC: (1.6-1.7); FILE MERGED 2004/06/16 08:06:34 os 1.4.40.3: #i18881# merge conflicts resolved 2004/06/14 06:28:17 os 1.4.40.2: RESYNC: (1.4-1.6); FILE MERGED 2004/05/05 08:17:15 os 1.4.40.1: #i18881# SID_SPELL_DIALOG added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e7b4454ac6763d7528e8184f3f8babcdaf26916b]

        INTEGRATION: CWS os19 (1.23.398); FILE MERGED 2004/04/29 17:01:28 os 1.23.398.4: RESYNC: (1.26-1.27); FILE MERGED 2003/11/18 10:27:12 hr 1.23.398.3: RESYNC: (1.25-1.26); FILE MERGED 2003/10/16 14:57:54 os 1.23.398.2: RESYNC: (1.23-1.25); FILE MERGED 2003/10/16 13:55:49 os 1.23.398.1: #i18881# sentence spelling implemented

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [75703f46a46192debf675238d41a806e7818869a]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/09/06 09:35:50 os 1.1.2.9: #i33637# ignore(all) should undo manual modifications 2004/05/04 08:01:59 os 1.1.2.8: #i18881# SpellDialog moved to cui library 2003/11/21 12:35:03 os 1.1.2.7: #18881# Change after random edit completed 2003/11/15 14:27:28 os 1.1.2.6: #18881# Undo implemented 2003/10/31 10:23:15 os 1.1.2.5: #i18881# new Alternatives on language selection added; Lose/GetFocus notification 2003/10/23 05:51:29 os 1.1.2.4: #i18881# use of MultiLineEdit 2003/10/17 07:55:47 os 1.1.2.3: #i18881# use const Link& in SetModifyHdl 2003/10/08 14:50:38 os 1.1.2.2: #i18881# naming improved 2003/09/23 06:49:52 os 1.1.2.1: #i18881# new spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [63c7fabe07856f58cd81712f6b2decd347b57426]

        INTEGRATION: CWS os19 (1.20.226); FILE MERGED 2003/11/15 14:27:09 os 1.20.226.1: #18881# return type of SvxAddEntryToDic corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2c7018ab5c7d3bf09d80b8e58bf749b7c820c4fe]

        INTEGRATION: CWS os19 (1.47.396); FILE MERGED 2004/06/14 06:11:12 os 1.47.396.10: RESYNC: (1.51-1.52); FILE MERGED 2004/05/04 08:00:44 os 1.47.396.9: #i18881# SpellDialog moved to cui library 2004/04/29 16:11:32 os 1.47.396.8: RESYNC: (1.49-1.51); FILE MERGED 2003/11/21 12:34:08 os 1.47.396.7: #18881# reverse spelling removed 2003/11/18 10:29:29 hr 1.47.396.6: RESYNC: (1.48-1.49); FILE MERGED 2003/11/15 14:26:45 os 1.47.396.5: #18881# field support added 2003/10/31 10:24:39 os 1.47.396.4: #i18881# prevent empty portions 2003/10/23 05:38:28 os 1.47.396.3: #i18881# ApplyChangedSentence completed 2003/10/16 15:01:32 os 1.47.396.2: RESYNC: (1.47-1.48); FILE MERGED 2003/10/16 13:55:34 os 1.47.396.1: #i18881# sentence spelling implemented

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3653d73add71322980683f9546e2c4443080cd84]

        INTEGRATION: CWS os19 (1.89.84); FILE MERGED 2004/04/29 16:11:09 os 1.89.84.4: RESYNC: (1.91-1.95); FILE MERGED 2003/11/18 10:29:11 hr 1.89.84.3: RESYNC: (1.89-1.91); FILE MERGED 2003/10/23 05:39:24 os 1.89.84.2: #i18881# SelectSentence: return Null instead of -1 for first sentence position 2003/10/16 13:55:34 os 1.89.84.1: #i18881# sentence spelling implemented

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1a0f8de307a9bcf6a84fe60975caacd45825e76e]

        INTEGRATION: CWS os19 (1.62.248); FILE MERGED 2004/04/29 16:10:59 os 1.62.248.6: RESYNC: (1.64-1.65); FILE MERGED 2003/11/18 10:29:05 hr 1.62.248.5: RESYNC: (1.63-1.64); FILE MERGED 2003/11/15 14:26:45 os 1.62.248.4: #18881# field support added 2003/10/23 05:38:09 os 1.62.248.3: #i18881# ApplyChangedSentence completed 2003/10/16 15:01:16 os 1.62.248.2: RESYNC: (1.62-1.63); FILE MERGED 2003/10/16 13:55:33 os 1.62.248.1: #i18881# sentence spelling implemented

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [73c080ba84a5d78996803e9bac99252a9f8024a0]

        INTEGRATION: CWS os19 (1.7.36); FILE MERGED 2003/11/21 12:34:07 os 1.7.36.1: #18881# reverse spelling removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [45459aa2a082e048757b1866e9ab6c5304e598dc]

        INTEGRATION: CWS os19 (1.81.172); FILE MERGED 2004/04/29 16:09:14 os 1.81.172.4: RESYNC: (1.86-1.90); FILE MERGED 2003/11/18 10:28:58 hr 1.81.172.3: RESYNC: (1.85-1.86); FILE MERGED 2003/10/16 15:00:06 os 1.81.172.2: RESYNC: (1.81-1.85); FILE MERGED 2003/10/16 13:55:33 os 1.81.172.1: #i18881# sentence spelling implemented

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9a2ab0b5dbe41d3ddd45c6d231ef61c8dada06d4]

        INTEGRATION: CWS os19 (1.17.14); FILE MERGED 2004/09/13 13:09:22 os 1.17.14.10: i32139# duplicate object file removed 2004/09/12 19:22:06 os 1.17.14.9: RESYNC: (1.32-1.37); FILE MERGED 2004/07/14 10:36:03 os 1.17.14.8: #i18881# merge error corrected 2004/07/14 08:43:11 os 1.17.14.7: #i18881# merge error corrected 2004/07/12 16:46:42 os 1.17.14.6: RESYNC: (1.27-1.32); FILE MERGED 2004/06/14 06:00:28 os 1.17.14.5: RESYNC: (1.22-1.27); FILE MERGED 2004/05/04 08:02:21 os 1.17.14.4: #i18881# SpellDialog moved to cui library 2004/04/29 15:45:16 os 1.17.14.3: RESYNC: (1.18-1.22); FILE MERGED 2003/11/18 10:27:18 hr 1.17.14.2: RESYNC: (1.17-1.18); FILE MERGED 2003/09/23 06:59:27 os 1.17.14.1: #i18881# SpellDialogChildWindow, SpellDialog and SpellAttrib added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [5d67cfb48d9502793ea427a97098e8e9d9289610]

        INTEGRATION: CWS os19 (1.2.218); FILE MERGED 2004/05/03 12:41:19 os 1.2.218.3: #i18881# merge error corrected 2004/04/29 15:36:59 os 1.2.218.2: RESYNC: (1.2-1.3); FILE MERGED 2003/10/08 14:52:08 os 1.2.218.1: #i18881# defines from spldlg.hrc moved

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [ec8168b6f0afedfa17961f1c99abf3e8f3f10134]

        INTEGRATION: CWS os19 (1.5.2); FILE MERGED 2004/09/12 19:17:03 os 1.5.2.4: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 16:38:44 os 1.5.2.3: RESYNC: (1.7-1.9); FILE MERGED 2004/06/14 05:59:25 os 1.5.2.2: RESYNC: (1.5-1.7); FILE MERGED 2004/05/04 08:02:20 os 1.5.2.1: #i18881# SpellDialog moved to cui library

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [fc59bfdb11093a94fe118241d0e0f634b6de8aab]

        INTEGRATION: CWS os19 (1.6.2); FILE MERGED 2004/09/12 19:16:55 os 1.6.2.5: RESYNC: (1.10-1.13); FILE MERGED 2004/07/12 16:38:35 os 1.6.2.4: RESYNC: (1.8-1.10); FILE MERGED 2004/06/16 08:50:54 os 1.6.2.3: #i18881# merge conflicts resolved 2004/06/14 05:59:17 os 1.6.2.2: RESYNC: (1.6-1.8); FILE MERGED 2004/05/04 08:02:18 os 1.6.2.1: #i18881# SpellDialog moved to cui library

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [367f87334e87e030d8e782b248ca3e2354d3808a]

        INTEGRATION: CWS os19 (1.6.88); FILE MERGED 2004/07/12 16:37:15 os 1.6.88.3: RESYNC: (1.8-1.9); FILE MERGED 2004/04/29 15:18:40 os 1.6.88.2: RESYNC: (1.6-1.8); FILE MERGED 2003/10/08 14:51:28 os 1.6.88.1: #i18881# include changed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2dc0b21ee0f4a9531ab60304a24931f6a115bd28]

        INTEGRATION: CWS os19 (1.2.218); FILE MERGED 2004/04/29 15:18:14 os 1.2.218.2: RESYNC: (1.2-1.3); FILE MERGED 2003/10/08 14:51:16 os 1.2.218.1: #i18881# include changed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [66e92dbaf1958d6214b82f2ad92546cb687673be]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/05/04 08:02:18 os 1.1.2.3: #i18881# SpellDialog moved to cui library 2003/10/23 05:36:23 os 1.1.2.2: #i18881# AutoCorrection support added 2003/09/23 06:49:11 os 1.1.2.1: #i18881# new spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [77a9f1a3de40196605927da439e97b715f50b82d]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/07/27 15:07:07 dr 1.1.2.10: #i32155# missing shortcuts 2004/07/27 12:20:24 dr 1.1.2.9: #i32139# set initial focus + edit field ignores tab 2004/07/13 13:09:00 os 1.1.2.8: #i18881# resource language changes 2004/07/13 06:22:27 os 1.1.2.7: #18881# resource language changes 2003/11/21 12:34:56 os 1.1.2.6: #18881# Change after random edit completed 2003/11/15 14:25:07 os 1.1.2.5: #18881# MenuButton title changed 2003/11/05 07:01:55 os 1.1.2.4: #i18881# language label width increased 2003/10/31 10:22:03 os 1.1.2.3: #i18881# String corrections 2003/10/23 05:36:52 os 1.1.2.2: #i18881# use of MultiLineEdit 2003/09/23 06:49:32 os 1.1.2.1: #i18881# new spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [bf03d2cd21dfa9006c7f89f23343213e63dbb22d]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2003/11/21 12:34:57 os 1.1.2.3: #18881# Change after random edit completed 2003/10/31 10:22:03 os 1.1.2.2: #i18881# String corrections 2003/09/23 06:49:41 os 1.1.2.1: #i18881# new spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [07674089fdcd461785adc4649e1f902b3515cacb]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/09/06 09:35:49 os 1.1.2.18: #i33637# ignore(all) should undo manual modifications 2004/09/06 08:21:09 os 1.1.2.17: #i33646# put inital focus on 'Change' or 'Ignore once' #i33635##i33647##i33650# PreNotify ony key events fixed 2004/08/11 13:58:47 os 1.1.2.16: #i332235# disable Tab-GetFocus-selection; #i32238# Tab-key doesn't modify anymore; #i323669# re-adjust language attributes on single errors at the start of a sentence 2004/07/27 14:34:35 dr 1.1.2.15: #i32150# don't disable edit field while editing... 2004/07/27 12:20:24 dr 1.1.2.14: #i32139# set initial focus + edit field ignores tab 2004/07/15 13:06:38 os 1.1.2.13: #i18881# re-enabling of controls 2004/07/12 12:21:37 dr 1.1.2.12: #i22092# disable sentence edit field on Invalidate() 2004/06/10 12:54:54 os 1.1.2.11: #i18881# access to empty vector prevented 2004/05/04 08:02:15 os 1.1.2.10: #i18881# SpellDialog moved to cui library 2003/11/21 12:34:58 os 1.1.2.9: #18881# Change after random edit completed 2003/11/18 14:18:03 os 1.1.2.8: #i18881# syntax 2003/11/15 14:25:53 os 1.1.2.7: #18881# Undo implemented 2003/11/05 07:01:24 os 1.1.2.6: #i18881# Field support added 2003/10/31 10:21:24 os 1.1.2.5: #i18881# Get/LoseFocus notification; new Alternatives on language selection added 2003/10/24 05:50:01 os 1.1.2.4: #i18881# modify flag correctly set 2003/10/23 05:37:16 os 1.1.2.3: #i18881# use of MultiLineEdit 2003/10/08 14:47:34 os 1.1.2.2: #i18881# display, change of words and languages work now 2003/09/23 06:49:23 os 1.1.2.1: #i18881# new spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [d1c6b346f2c119e92225c4fc6356198fdcf908e5]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2003/11/05 07:00:52 os 1.1.2.2: #i18881# SpellBackgroundAttrib added 2003/09/23 06:50:30 os 1.1.2.1: #i18881# attributes for spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [322b2260b49e21f38386fa75cfdbeb09d9e43c78]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2003/11/05 07:00:52 os 1.1.2.2: #i18881# SpellBackgroundAttrib added 2003/09/23 06:50:20 os 1.1.2.1: #i18881# attributes for spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [28df32de03ac7b4c88a24735f810662ea71320d7]

        INTEGRATION: CWS os19 (1.75.14); FILE MERGED 2004/09/12 18:59:30 os 1.75.14.7: RESYNC: (1.89-1.99); FILE MERGED 2004/07/12 16:31:02 os 1.75.14.6: RESYNC: (1.87-1.89); FILE MERGED 2004/06/11 11:17:35 os 1.75.14.5: RESYNC: (1.83-1.87); FILE MERGED 2004/04/29 14:54:32 os 1.75.14.4: RESYNC: (1.76-1.83); FILE MERGED 2003/10/16 15:04:20 os 1.75.14.3: RESYNC: (1.75-1.76); FILE MERGED 2003/10/16 13:53:40 os 1.75.14.2: #i18881# SpellPortions.hxx added 2003/09/23 06:58:40 os 1.75.14.1: #i18881# SpellDialogChildWindow.hxx added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [459588ca57a0ea315c02a67b115dd959f0e1b7e9]

        INTEGRATION: CWS os19 (1.7.398); FILE MERGED 2003/11/15 14:24:26 os 1.7.398.1: #18881# return type of SvxAddEntryToDic corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3c30471de1b2be3b9ee93c95e3ac543af68a022e]

        INTEGRATION: CWS os19 (1.10.24); FILE MERGED 2004/07/12 16:23:32 os 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2003/11/15 14:23:57 os 1.10.24.1: #18881# SID_SPELLING removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [48cba10c0f84b9c9ccc4c6a918e48ccbc77866d9]

        INTEGRATION: CWS os19 (1.3.428); FILE MERGED 2003/11/21 12:33:47 os 1.3.428.1: #18881# reverse spelling removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [965730e0dffb22bf47d686e1f78f6ace148d528e]

        INTEGRATION: CWS os19 (1.2.12); FILE MERGED 2004/09/12 18:42:46 os 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/15 10:58:08 os 1.2.12.1: #i18881# spelling toolbox entry corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [a70b1bb280b03778ccf490b61d2b165c4f541ee6]

        INTEGRATION: CWS os19 (1.2.12); FILE MERGED 2004/09/12 18:41:47 os 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/15 10:58:07 os 1.2.12.1: #i18881# spelling toolbox entry corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [a9356096bc98e068762c8cc8237d4058bfad46de]

        INTEGRATION: CWS os19 (1.2.12); FILE MERGED 2004/09/12 18:40:56 os 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/15 10:58:06 os 1.2.12.1: #i18881# spelling toolbox entry corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [660641c04900a7ad7f5ee7c1d7b67c43fa2da5c8]

        INTEGRATION: CWS os34 (1.6.14); FILE MERGED 2004/08/10 14:46:56 tl 1.6.14.5: #i30302# Chinese simplified/traditional conversion 2004/08/06 15:07:30 tl 1.6.14.4: RESYNC: (1.6-1.7); FILE MERGED 2004/08/04 13:47:12 tl 1.6.14.3: #i30302# simplified/traditional Chinese conversion 2004/07/29 09:00:30 tl 1.6.14.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 13:53:35 tl 1.6.14.1: #i30303# preparational changes for simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [ff23bb4f21d3c30f013a1e3a8b3a4d36f29413f3]

        INTEGRATION: CWS os19 (1.29.74); FILE MERGED 2004/07/12 16:35:05 os 1.29.74.3: RESYNC: (1.31-1.32); FILE MERGED 2004/04/29 16:31:39 os 1.29.74.2: RESYNC: (1.29-1.31); FILE MERGED 2003/11/20 07:34:27 os 1.29.74.1: #18881# FN_SPELLING_DLG removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2de5b36d87111b1e937afc642a0e1fa79c0ac4bd]

        INTEGRATION: CWS os19 (1.19.190); FILE MERGED 2004/09/12 18:34:47 os 1.19.190.5: RESYNC: (1.22-1.25); FILE MERGED 2004/04/29 16:26:29 os 1.19.190.4: RESYNC: (1.20-1.22); FILE MERGED 2003/10/31 12:42:57 os 1.19.190.3: #i18881# enable spelling dialog in all contexts 2003/10/16 14:28:12 os 1.19.190.2: RESYNC: (1.19-1.20); FILE MERGED 2003/09/23 07:03:27 os 1.19.190.1: #i18881# SID_SPELL_DIALOG added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [98e3c36926f9abcba31f1bc69f2badd5de3e2a8b]

        INTEGRATION: CWS os19 (1.21.106); FILE MERGED 2004/09/12 18:34:31 os 1.21.106.3: RESYNC: (1.22-1.23); FILE MERGED 2004/04/29 16:25:35 os 1.21.106.2: RESYNC: (1.21-1.22); FILE MERGED 2003/10/31 12:43:30 os 1.21.106.1: #i18881# call BegTextEdit with Non-Focus option

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [54d8ed438745e3f04a846f10450e9a5b4652bb3d]

        INTEGRATION: CWS os19 (1.41.14); FILE MERGED 2004/09/12 18:34:23 os 1.41.14.6: RESYNC: (1.47-1.52); FILE MERGED 2004/06/15 07:07:56 os 1.41.14.5: #i18881# merge error corrected 2004/06/14 07:29:20 os 1.41.14.4: RESYNC: (1.45-1.47); FILE MERGED 2004/04/29 16:25:26 os 1.41.14.3: RESYNC: (1.42-1.45); FILE MERGED 2003/10/16 14:27:35 os 1.41.14.2: RESYNC: (1.41-1.42); FILE MERGED 2003/10/08 14:54:26 os 1.41.14.1: #i18881# new spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [8ac182b4e2a6edc3a29742b600ec38081e6e111d]

        INTEGRATION: CWS os19 (1.12.190); FILE MERGED 2004/09/12 18:34:07 os 1.12.190.2: RESYNC: (1.12-1.13); FILE MERGED 2003/09/23 07:03:14 os 1.12.190.1: #i18881# SwSpellDialogChildWindow added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [cfc4688717e592bd217de0b7b28390da009de828]

        INTEGRATION: CWS os19 (1.44.84); FILE MERGED 2004/07/12 16:31:04 os 1.44.84.3: RESYNC: (1.45-1.46); FILE MERGED 2004/04/29 16:25:16 os 1.44.84.2: RESYNC: (1.44-1.45); FILE MERGED 2003/11/20 07:33:53 os 1.44.84.1: #18881# FN_SPELLING_DLG removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [51ea255a61fcbf5011cce7d08ad076d99c313357]

        INTEGRATION: CWS os19 (1.20.44); FILE MERGED 2004/09/14 08:34:46 os 1.20.44.5: #i18881# GetMarkedObject replaced 2004/09/12 18:28:56 os 1.20.44.4: RESYNC: (1.23-1.25); FILE MERGED 2004/04/29 16:17:52 os 1.20.44.3: RESYNC: (1.20-1.23); FILE MERGED 2003/11/20 07:33:30 os 1.20.44.2: #18881# FN_SPELLING_DLG removed 2003/10/23 06:14:48 os 1.20.44.1: #i18881# Outliner and OutlinerView pointer mustn't be members of the SwDrawTextShell

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [309c4e7795f982aab1fe24f38ba2f814f773c8b3]

        INTEGRATION: CWS os19 (1.24.80); FILE MERGED 2004/09/12 18:28:48 os 1.24.80.3: RESYNC: (1.25-1.26); FILE MERGED 2004/06/14 07:23:07 os 1.24.80.2: RESYNC: (1.24-1.25); FILE MERGED 2003/10/23 06:14:47 os 1.24.80.1: #i18881# Outliner and OutlinerView pointer mustn't be members of the SwDrawTextShell

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [586bb0477d85941d46038d649abd4d54fa9ea6e6]

        INTEGRATION: CWS os19 (1.17.110); FILE MERGED 2004/06/14 07:20:03 os 1.17.110.3: RESYNC: (1.18-1.20); FILE MERGED 2004/04/29 16:09:32 os 1.17.110.2: RESYNC: (1.17-1.18); FILE MERGED 2003/11/20 11:56:56 os 1.17.110.1: #18881# FN_SPELLING_DLG removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [79bb77c258fa70ac5172e33bae721a92466b413c]

        INTEGRATION: CWS os19 (1.4.8); FILE MERGED 2004/04/29 16:09:24 os 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/21 10:14:45 os 1.4.8.1: #i18881# spell wrapper removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [a11523788e5cfcd1520fe1ea5fc6cd79fdbc00db]

        INTEGRATION: CWS os19 (1.2.22); FILE MERGED 2004/09/12 18:20:39 os 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/14 08:25:30 os 1.2.22.1: #i18881# old spell entrz removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f762801eb56345cabc29a46257adc1b6b4eb357c]

        INTEGRATION: CWS os34 (1.4.18); FILE MERGED 2004/09/16 16:57:02 tl 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/02 09:48:37 tl 1.4.18.1: #i30303# conversion dictionaries for simplified/traditional Chinese

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [21b76a0325ce1d0037f9f3ca7646b09644fdcb80]

        INTEGRATION: CWS os19 (1.3.16); FILE MERGED 2003/10/23 06:15:02 os 1.3.16.1: #i18881# Outliner and OutlinerView pointer mustn't be members of the SwDrawTextShell

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [04909d0ad94854db23a11f37729d62d92170d459]

        INTEGRATION: CWS os19 (1.10.224); FILE MERGED 2003/09/23 07:02:58 os 1.10.224.1: #i18881# SID_SPELL_DIALOG added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [95e6b19ca8deec3a2e5f1063a4e209bb5bdab246]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2003/10/31 12:45:59 os 1.1.2.5: #i18881# Get/LoseFocus handling and wrap-around implemented 2003/10/23 06:13:09 os 1.1.2.4: #i18881# AutoCorrection support added 2003/10/16 13:59:02 os 1.1.2.3: #i18881# sentence spelling in drawings added 2003/10/08 14:53:16 os 1.1.2.2: #i18881# method signature corrected 2003/09/23 07:02:17 os 1.1.2.1: #i18881# new spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [5920b2de825a4b3d9f15a13e8b4da31d8e49dbc3]

        INTEGRATION: CWS os19 (1.13.224); FILE MERGED 2004/09/12 18:06:03 os 1.13.224.2: RESYNC: (1.13-1.14); FILE MERGED 2004/05/05 10:52:11 os 1.13.224.1: #i18881# explicit BOOL cast to call TextEngine::RemoveAttribs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1573f7bd9bd4639bfebb687ac230a5051a019723]

        INTEGRATION: CWS os19 (1.8.8); FILE MERGED 2004/09/12 18:03:38 os 1.8.8.7: RESYNC: (1.14-1.15); FILE MERGED 2004/06/16 10:00:01 os 1.8.8.6: #i18881# merge conflicts resolved 2004/06/15 06:04:52 os 1.8.8.5: #i18881# merge error corrected 2004/06/14 06:58:50 os 1.8.8.4: RESYNC: (1.9-1.14); FILE MERGED 2004/05/03 11:48:17 os 1.8.8.3: #i18881# merge error corrected 2004/04/29 15:49:24 os 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2003/09/23 07:01:44 os 1.8.8.1: #i18881# SwSpellDialogChildWindow added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [77f9402146a1d0ceb439d5dad9af41edd4fe2487]

        INTEGRATION: CWS os19 (1.23.84); FILE MERGED 2004/07/13 11:11:38 os 1.23.84.4: #i18881# resource language changes 2004/07/12 16:01:20 os 1.23.84.3: RESYNC: (1.24-1.25); FILE MERGED 2004/04/29 15:48:54 os 1.23.84.2: RESYNC: (1.23-1.24); FILE MERGED 2003/10/31 12:45:24 os 1.23.84.1: #i18881# Query/InfoBoxes for spelling dialog added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [66c724a878a15a8d5cf4d084c6e3feaba280ecee]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/09/14 07:13:49 os 1.1.2.14: #i18881# GetMarkedObject replaced 2004/07/16 07:00:00 os 1.1.2.13: #i18881# prevent initial invalidation of the dialog 2004/05/03 11:57:38 os 1.1.2.12: #i18881# merge error corrected 2003/11/21 11:21:56 os 1.1.2.11: #i18881# delete PaM* on close 2003/11/20 07:32:44 os 1.1.2.10: #18881# enable wrap around spelling in frames/header/footer/footnote; wrap around in draw text completed 2003/11/03 14:24:27 os 1.1.2.9: #i18881# added temporaries for GCC 2003/10/31 14:04:51 os 1.1.2.8: #i18881# LockFocus on EndSpelling message; spell body when spelling started in the 'other' area 2003/10/31 12:44:40 os 1.1.2.7: #i18881# Get/LoseFocus handling and wrap-around implemented 2003/10/24 06:00:26 os 1.1.2.6: #i18881# iteration over drawing objects corrected 2003/10/23 06:13:52 os 1.1.2.5: #i18881# AutoCorrection support added; iteration of drawings moved from SdrSpeller 2003/10/20 07:05:15 os 1.1.2.4: #i18881# syntax 2003/10/16 13:56:16 os 1.1.2.3: #i18881# sentence spelling in drawings added 2003/10/08 14:53:46 os 1.1.2.2: #i18881# changed sentences can be applied now 2003/09/23 07:02:07 os 1.1.2.1: #i18881# new spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e78e8ed5141b6ea51a7fdd14e72604d27a92ac89]

        INTEGRATION: CWS os19 (1.33.110); FILE MERGED 2004/09/12 17:58:43 os 1.33.110.5: RESYNC: (1.39-1.43); FILE MERGED 2004/06/14 06:54:32 os 1.33.110.4: RESYNC: (1.38-1.39); FILE MERGED 2004/04/29 15:33:25 os 1.33.110.3: RESYNC: (1.34-1.38); FILE MERGED 2003/10/16 14:32:05 os 1.33.110.2: RESYNC: (1.33-1.34); FILE MERGED 2003/09/23 07:01:24 os 1.33.110.1: #i18881# SwSpellDialogChildWindow added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f4cb262181e566626210b1b325bd540153ea7d6d]

        INTEGRATION: CWS os19 (1.93.74); FILE MERGED 2004/07/12 15:56:11 os 1.93.74.4: RESYNC: (1.102-1.105); FILE MERGED 2004/06/14 06:52:16 os 1.93.74.3: RESYNC: (1.99-1.102); FILE MERGED 2004/04/29 15:30:33 os 1.93.74.2: RESYNC: (1.93-1.99); FILE MERGED 2003/11/20 07:31:54 os 1.93.74.1: #18881# FN_SPELLING_DLG removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [b0d65ed39c6b7cc03e4c3b77029fba3984cb5a64]

        INTEGRATION: CWS os19 (1.43.6); FILE MERGED 2004/09/12 17:38:47 os 1.43.6.4: RESYNC: (1.49-1.50); FILE MERGED 2004/07/12 15:48:07 os 1.43.6.3: RESYNC: (1.48-1.49); FILE MERGED 2004/04/29 14:49:32 os 1.43.6.2: RESYNC: (1.43-1.48); FILE MERGED 2003/11/21 11:22:54 os 1.43.6.1: #i18881# SwScanner and spelling: backward removed, use of new SwScanner::NextWord

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [992e4c418fcdc74b8896608bfdffcd262a78ad53]

        INTEGRATION: CWS os19 (1.109.84); FILE MERGED 2004/09/12 17:11:53 os 1.109.84.5: RESYNC: (1.117-1.118); FILE MERGED 2004/07/12 15:23:29 os 1.109.84.4: RESYNC: (1.116-1.117); FILE MERGED 2004/05/03 13:47:22 os 1.109.84.3: #i18881# merge error corrected 2004/04/30 13:37:03 os 1.109.84.2: RESYNC: (1.109-1.116); FILE MERGED 2003/11/20 07:30:55 os 1.109.84.1: #18881# FN_SPELLING_DLG removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [334fd5678f43c924927a37e4f84518eaed354ce1]

        INTEGRATION: CWS os19 (1.45.38); FILE MERGED 2004/09/12 17:11:36 os 1.45.38.5: RESYNC: (1.51-1.53); FILE MERGED 2004/07/12 15:23:11 os 1.45.38.4: RESYNC: (1.50-1.51); FILE MERGED 2004/04/29 14:10:47 os 1.45.38.3: RESYNC: (1.45-1.50); FILE MERGED 2003/11/21 11:20:26 os 1.45.38.2: #i18881# FN_ADD_UNKNOWN moved to the TextShell 2003/11/20 07:30:54 os 1.45.38.1: #18881# FN_SPELLING_DLG removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [18fd3aba0ec0a7f8df4675bd3eb4bd29f2ace823]

        INTEGRATION: CWS os19 (1.11.190); FILE MERGED 2004/07/12 15:22:24 os 1.11.190.2: RESYNC: (1.11-1.12); FILE MERGED 2003/11/20 07:30:53 os 1.11.190.1: #18881# FN_SPELLING_DLG removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [ceb5deeb6849e814386662e584149a9ab58836ed]

        INTEGRATION: CWS os34 (1.6.84); FILE MERGED 2004/09/16 20:03:49 tl 1.6.84.2: RESYNC: (1.6-1.11); FILE MERGED 2004/08/13 12:53:32 iha 1.6.84.1: #i31579# chinese simplified traditional translation dialog - added textconversiondlgs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [5ce3f99df2fb0702a98ffc23d7d16c062027b16e]

        INTEGRATION: CWS os19 (1.28.190); FILE MERGED 2004/09/12 16:55:02 os 1.28.190.7: RESYNC: (1.36-1.38); FILE MERGED 2004/07/12 15:17:23 os 1.28.190.6: RESYNC: (1.34-1.36); FILE MERGED 2004/06/14 05:50:35 os 1.28.190.5: RESYNC: (1.31-1.34); FILE MERGED 2004/04/29 13:54:54 os 1.28.190.4: RESYNC: (1.28-1.31); FILE MERGED 2003/10/16 13:58:38 os 1.28.190.3: #i18881# SpellSentence() returns bool 2003/10/08 14:52:52 os 1.28.190.2: #i18881# method signature corrected 2003/09/23 07:00:21 os 1.28.190.1: #i18881# spelling by sentence added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [032e0e4d3e444a2fc536a9c23e10cfe74339e157]

        INTEGRATION: CWS os34 (1.27.14); FILE MERGED 2004/09/16 20:03:30 tl 1.27.14.2: RESYNC: (1.27-1.40); FILE MERGED 2004/08/13 12:52:28 iha 1.27.14.1: #i31579# chinese simplified traditional translation dialog - added textconversiondlgs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [40cda9b9b6a9f36745ce20018cc91c4106cea342]

        INTEGRATION: CWS os19 (1.3.48); FILE MERGED 2004/06/15 06:04:18 os 1.3.48.1: #i18881# missing defines added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2543684fb68ae2713ca77909d8acee0b88c186a9]

        INTEGRATION: CWS os19 (1.47.36); FILE MERGED 2004/09/12 16:53:00 os 1.47.36.3: RESYNC: (1.52-1.56); FILE MERGED 2004/04/29 13:51:44 os 1.47.36.2: RESYNC: (1.47-1.52); FILE MERGED 2003/11/20 07:29:51 os 1.47.36.1: #18881# FN_SPELLING_DLG removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1b21c47b54a3ca2ef9315b8b931952e06935f43d]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 00:41:55 khong 1.1.2.3: #i29300# update char dictionary by Phill Zhang 2004/07/23 01:16:34 khong 1.1.2.2: #i29300# add variant traditional chinese characters 2004/06/29 22:16:00 khong 1.1.2.1: #i29300# add Chinese conversion dictionaries

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [a11732ca3b0b150495bc892a73e07fbee416a9fe]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/20 07:03:49 tl 1.1.2.7: #i30303# simplified/traditional Chinese conversion 2004/08/20 06:33:59 tl 1.1.2.6: #i30303# simplified/traditional Chinese conversion 2004/07/23 01:15:39 khong 1.1.2.5: #i29300# add capability to handle variants traditional chinese 2004/07/22 23:29:36 khong 1.1.2.4: #i29300# add capability to handle variants traditional chinese 2004/07/22 21:29:47 khong 1.1.2.3: #i29300# fix compiling error on empty array for window platform 2004/06/30 18:51:00 khong 1.1.2.2: #i29300# handle not equal lenth word conversion 2004/06/29 22:16:42 khong 1.1.2.1: #i29300# add Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [5cbf763bc9c0601240fda1a127784a2438869021]

        INTEGRATION: CWS os34 (1.2.116); FILE MERGED 2004/07/23 06:57:26 khong 1.2.116.3: #i29300# check string length 2004/07/23 06:52:48 khong 1.2.116.2: #i29300# check string length 2004/07/23 06:43:22 khong 1.2.116.1: #i29300# check string length

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [65000b89f876eba2915f047fbb0a702100ae5745]

        INTEGRATION: CWS os34 (1.2.116); FILE MERGED 2004/07/27 13:17:47 tl 1.2.116.2: #i30303# changed as suggested by HJA 2004/06/29 22:16:42 khong 1.2.116.1: #i29300# add Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [74cf06740cdef0088f287edf2a9022e868d0b8d1]

        INTEGRATION: CWS os34 (1.2.116); FILE MERGED 2004/07/22 23:29:37 khong 1.2.116.4: #i29300# add capability to handle variants traditional chinese 2004/07/22 21:29:47 khong 1.2.116.3: #i29300# fix compiling error on empty array for window platform 2004/07/22 06:07:08 khong 1.2.116.2: #i29300# fix a crash on window platform 2004/06/29 22:18:31 khong 1.2.116.1: #i29300# add Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [4347c2f3959275f9c6dc8fdaeaf9504f995d85a7]

        INTEGRATION: CWS os19 (1.2.14); FILE MERGED 2004/07/15 10:59:08 os 1.2.14.1: #i18881# spelling toolbox entry corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [4e25ca12ea1f50f1090f043276e61fb39d600220]

        INTEGRATION: CWS os34 (1.31.30); FILE MERGED 2004/08/06 10:00:20 tl 1.31.30.2: RESYNC: (1.31-1.32); FILE MERGED 2004/06/29 22:17:34 khong 1.31.30.1: #i29300# add Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [4810d814c3f9f4c5088833518c949f32f11951c0]

        INTEGRATION: CWS os19 (1.2.14); FILE MERGED 2004/09/12 16:49:43 os 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/15 10:59:08 os 1.2.14.1: #i18881# spelling toolbox entry corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [4be5e816a12eb0ca48bdec8218aafbcc225039d9]

        INTEGRATION: CWS syssettings02 (1.6.4); FILE MERGED 2004/09/03 05:53:05 obr 1.6.4.1: #i20369# proxy tab page rework

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f4eb9595c41a123cda8129fa842f401feb7623cb]

        INTEGRATION: CWS os34 (1.3.30); FILE MERGED 2004/06/29 22:17:02 khong 1.3.30.1: #i29300# add Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [6901a3e459c665a8d815629cba8ef04b251509ae]

        INTEGRATION: CWS os19 (1.6.104); FILE MERGED 2004/09/12 16:46:56 os 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/10 13:20:12 dr 1.6.104.1: #i22092# new spellcheck dialog, first step

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2a9a261fdbb782695f7c1faa71d1b84e0dccb5c0]

        INTEGRATION: CWS os19 (1.37.10); FILE MERGED 2004/09/12 16:46:40 os 1.37.10.2: RESYNC: (1.37-1.40); FILE MERGED 2004/06/23 09:44:06 dr 1.37.10.1: #i26433# crash while spelling

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [62a94fcd969d5c3fdecf9af3322429b7986d7de1]

        INTEGRATION: CWS os34 (1.3.2); FILE MERGED 2004/09/16 19:47:05 tl 1.3.2.3: RESYNC: (1.7-1.14); FILE MERGED 2004/08/06 15:15:47 tl 1.3.2.2: RESYNC: (1.3-1.7); FILE MERGED 2004/08/04 13:47:37 tl 1.3.2.1: #i30302# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [bbc2232511e4f1f9a9644bc747c8cf3f08f18812]

        INTEGRATION: CWS os34 (1.24.14); FILE MERGED 2004/08/06 15:11:51 tl 1.24.14.2: RESYNC: (1.24-1.25); FILE MERGED 2004/08/04 13:47:12 tl 1.24.14.1: #i30302# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [363b5ba12e13b8995bc1017f55ab28373d1ee651]

        INTEGRATION: CWS os34 (1.6.196); FILE MERGED 2004/08/16 09:07:27 tl 1.6.196.3: #i30302# simplified/traditional Chinese conversion 2004/08/14 11:25:08 tl 1.6.196.2: #i30301# simplified/traditional Chinese conversion 2004/08/14 11:21:42 tl 1.6.196.1: #i30301# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [7fc2549654d21dc490f433a98ee62ff6746bb06a]

        INTEGRATION: CWS os19 (1.6.2); FILE MERGED 2004/07/27 12:31:43 dr 1.6.2.7: #i32140# close spelling dialog after query box 2004/07/26 16:57:48 dr 1.6.2.6: #i31985# needs temp var 2004/07/26 16:16:06 dr 1.6.2.5: #i31985# use correct dialog parent 2004/07/12 12:25:54 dr 1.6.2.4: #i22092# more spelling... 2004/07/07 19:18:51 dr 1.6.2.3: #i22092# start at top cell in selections 2004/06/11 11:03:59 os 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/10 13:20:11 dr 1.6.2.1: #i22092# new spellcheck dialog, first step

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9f350f36a4d6ce4afcdef2a68bfb0e3f5431a87f]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/08/24 15:30:05 dr 1.1.2.6: #i32221# typo 2004/08/24 14:56:49 dr 1.1.2.5: #i32221# crash while spell checking; added undo actions 2004/07/12 12:25:54 dr 1.1.2.4: #i22092# more spelling... 2004/07/07 19:20:19 dr 1.1.2.3: #i22092# new spelling dialog - detect selection change in sheet 2004/06/10 17:40:53 dr 1.1.2.2: #i22092# new spellcheck dialog 2004/06/10 13:20:05 dr 1.1.2.1: #i22092# new spellcheck dialog, first step

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [c78491dc44dfb7c39b782531c049b1cb24c94224]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/07/12 12:25:53 dr 1.1.2.1: #i22092# more spelling...

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9bb0f1f464950e1d3c66f2f9ef8ec4bbfb036c60]

        INTEGRATION: CWS os34 (1.28.4); FILE MERGED 2004/09/16 19:41:19 tl 1.28.4.4: RESYNC: (1.30-1.31); FILE MERGED 2004/08/13 14:24:18 tl 1.28.4.3: #i30301# simplified/traditional Chinese conversion 2004/08/06 15:01:35 tl 1.28.4.2: RESYNC: (1.28-1.30); FILE MERGED 2004/08/04 13:47:11 tl 1.28.4.1: #i30302# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [719104d84d0dd1c9b2838fd0a2cf506e5e9b0190]

        INTEGRATION: CWS os19 (1.6.122); FILE MERGED 2004/07/12 12:25:53 dr 1.6.122.2: #i22092# more spelling... 2004/06/10 13:20:09 dr 1.6.122.1: #i22092# new spellcheck dialog, first step

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1382aa90224b7a34c382946a972ec68cbc006796]

        INTEGRATION: CWS os19 (1.56.20); FILE MERGED 2004/09/12 16:44:50 os 1.56.20.2: RESYNC: (1.56-1.61); FILE MERGED 2004/07/26 16:17:18 dr 1.56.20.1: #i32097# spelling dialog from context menu

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [b53fa9134b545911a96005a17529cb1a6292f742]

        INTEGRATION: CWS os19 (1.19.2); FILE MERGED 2004/09/12 16:44:43 os 1.19.2.3: RESYNC: (1.21-1.24); FILE MERGED 2004/06/11 10:59:58 os 1.19.2.2: RESYNC: (1.19-1.21); FILE MERGED 2004/05/03 13:46:50 os 1.19.2.1: #i18881# merge error corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [a4c423cbf94fe864a01a3aa27ce7156350fc9294]

        INTEGRATION: CWS os19 (1.27.2); FILE MERGED 2004/09/12 16:43:15 os 1.27.2.4: RESYNC: (1.29-1.31); FILE MERGED 2004/06/11 10:57:38 os 1.27.2.3: RESYNC: (1.27-1.29); FILE MERGED 2004/06/10 13:20:07 dr 1.27.2.2: #i22092# new spellcheck dialog, first step 2004/05/03 09:33:20 os 1.27.2.1: #i18881# SID_SPELLING -> SID_SPELL_DIALOG

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [b7efa07174f5944cfbda9b5536890b6820005f31]

        INTEGRATION: CWS os34 (1.9.2); FILE MERGED 2004/08/06 14:56:23 tl 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2004/08/04 13:46:52 tl 1.9.2.1: #i30302# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f7dcdf4a5600b15d68dca24f06f0e1ab7959da89]

        INTEGRATION: CWS os19 (1.62.32); FILE MERGED 2004/09/12 16:40:10 os 1.62.32.4: RESYNC: (1.66-1.70); FILE MERGED 2004/07/12 15:45:06 os 1.62.32.3: RESYNC: (1.63-1.66); FILE MERGED 2004/06/11 10:50:35 os 1.62.32.2: RESYNC: (1.62-1.63); FILE MERGED 2004/05/03 12:51:06 os 1.62.32.1: #i18881# merge error corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [fb094955c98d988d2d8346ae1da6ea66331bb176]

        INTEGRATION: CWS os34 (1.52.2); FILE MERGED 2004/09/16 19:35:58 tl 1.52.2.5: RESYNC: (1.58-1.59); FILE MERGED 2004/09/16 13:47:18 tl 1.52.2.4: #i30303# merged to m53 2004/08/11 11:21:36 tl 1.52.2.3: #i30302# -------------+ creating a module file 2004/08/06 14:49:40 tl 1.52.2.2: RESYNC: (1.52-1.58); FILE MERGED 2004/08/04 13:46:37 tl 1.52.2.1: #i30302# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f31c378c00345f1998f8450b41ef0ef33a648592]

        INTEGRATION: CWS os34 (1.5.2); FILE MERGED 2004/08/06 14:42:46 tl 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2004/08/04 13:46:22 tl 1.5.2.1: #i30302# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f1d0b8b3668be4a0e0eefd1eefe982ee94c7d150]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/08/24 14:56:26 dr 1.1.2.5: #i32221# crash while spell checking; added undo actions 2004/07/12 12:24:41 dr 1.1.2.4: #i22092# more spelling... 2004/07/07 19:20:42 dr 1.1.2.3: #i22092# new spelling dialog - detect selection change in sheet 2004/06/10 17:40:47 dr 1.1.2.2: #i22092# new spellcheck dialog 2004/06/10 13:17:05 dr 1.1.2.1: #i22092# new spellcheck dialog, first step

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [317c18ab71ffb2d79f4e162fa1fe4e049be9c7b7]

        INTEGRATION: CWS os34 (1.19.2); FILE MERGED 2004/08/06 14:42:37 tl 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED 2004/08/04 13:46:22 tl 1.19.2.1: #i30302# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3be99a7cb2fe9fe75eb351f0271758290f55c87a]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/07/12 12:24:40 dr 1.1.2.1: #i22092# more spelling...

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1acf9d68acf768544a863f30ce278e0fbab70516]

        INTEGRATION: CWS os34 (1.2.14); FILE MERGED 2004/08/06 14:38:19 tl 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/04 13:46:21 tl 1.2.14.1: #i30302# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [c9eea9d0db6eaf390e8ea223a3b8984252644ee4]

        INTEGRATION: CWS os19 (1.16.8); FILE MERGED 2004/09/12 16:30:51 os 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED 2004/07/26 16:17:30 dr 1.16.8.1: #i32097# spelling dialog from context menu

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [8ca100d3b571f12ae421d8957f92aebf3b6723ae]

        INTEGRATION: CWS os34 (1.14.114); FILE MERGED 2004/09/16 18:49:33 tl 1.14.114.2: RESYNC: (1.14-1.15); FILE MERGED 2004/08/04 13:46:05 tl 1.14.114.1: #i30302# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [7b1e35c244399ac8e07842bcbb04823dff39b735]

        INTEGRATION: CWS os19 (1.18.34); FILE MERGED 2004/09/12 16:18:43 os 1.18.34.2: RESYNC: (1.18-1.21); FILE MERGED 2004/06/10 13:20:49 dr 1.18.34.1: #i22092# new spellcheck dialog, first step

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [934c429ac4f0eff0d3c761d3f14a607e0fff28a2]

        INTEGRATION: CWS os19 (1.14.2); FILE MERGED 2004/09/12 15:54:46 os 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2004/05/03 09:33:31 os 1.14.2.1: #i18881# SID_SPELLING -> SID_SPELL_DIALOG

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e2ac9e2ef7d6e266d3620e662d1842045a6a7d67]

        INTEGRATION: CWS os34 (1.7.2); FILE MERGED 2004/09/16 18:42:20 tl 1.7.2.4: RESYNC: (1.10-1.11); FILE MERGED 2004/09/16 13:45:59 tl 1.7.2.3: #i30303# merged to m53 2004/08/06 10:44:50 tl 1.7.2.2: RESYNC: (1.7-1.10); FILE MERGED 2004/08/04 13:45:51 tl 1.7.2.1: #i30302# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1b69aed39b54b50b9a1163b297aaf5ebb2354a97]

        INTEGRATION: CWS os19 (1.2.14); FILE MERGED 2004/09/12 15:42:17 os 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/15 11:00:14 os 1.2.14.1: #i18881# spelling toolbox entry corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [b00f3ea79ed2e3bf84fb09414b4bb8eb3f4a62bb]

        INTEGRATION: CWS os19 (1.2.14); FILE MERGED 2004/09/12 15:41:00 os 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/15 11:00:13 os 1.2.14.1: #i18881# spelling toolbox entry corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [4cdc75dc7272ec87a825330f85969feb92900e34]

        INTEGRATION: CWS os19 (1.22.112); FILE MERGED 2004/09/12 15:40:09 os 1.22.112.6: RESYNC: (1.29-1.33); FILE MERGED 2004/07/12 16:09:59 os 1.22.112.5: RESYNC: (1.27-1.29); FILE MERGED 2004/06/14 05:32:00 os 1.22.112.4: RESYNC: (1.26-1.27); FILE MERGED 2004/05/03 15:31:09 os 1.22.112.3: #i18881# merge error corrected 2004/04/29 19:28:59 os 1.22.112.2: RESYNC: (1.22-1.26); FILE MERGED 2003/11/10 10:53:52 af 1.22.112.1: #i22089# Inform the new spell check dialog when the view shell changes.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3ff4619b6087c2cdbe021022218f550a37ef74f3]

        INTEGRATION: CWS os34 (1.4.140); FILE MERGED 2004/08/13 11:35:29 iha 1.4.140.2: #i31579# chinese simplified traditional translation - persistent dialog settings 2004/08/13 07:55:31 iha 1.4.140.1: #i31579# chinese simplified traditional translation - persistent dialog settings

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1cb5edf0d211da302a88323eda1db836c13e87b9]

        INTEGRATION: CWS os19 (1.46.112); FILE MERGED 2004/09/12 15:37:59 os 1.46.112.4: RESYNC: (1.54-1.55); FILE MERGED 2004/06/14 05:30:34 os 1.46.112.3: RESYNC: (1.52-1.54); FILE MERGED 2004/04/29 19:25:52 os 1.46.112.2: RESYNC: (1.46-1.52); FILE MERGED 2003/11/10 10:51:52 af 1.46.112.1: #i22089# Added support for the new spell check dialog.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1d3feb6ee4706e1102767b89d3a07ec88936f4e1]

        INTEGRATION: CWS os19 (1.6.170); FILE MERGED 2004/09/12 15:37:07 os 1.6.170.3: RESYNC: (1.8-1.10); FILE MERGED 2004/04/29 19:24:43 os 1.6.170.2: RESYNC: (1.6-1.8); FILE MERGED 2003/11/10 10:51:28 af 1.6.170.1: #i22089# Added registration of the new spell check dialog child window.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [a5d13edcfe455ca2732bfbfc2ec2a056c039d7d2]

        INTEGRATION: CWS os19 (1.37.114); FILE MERGED 2004/09/12 15:35:21 os 1.37.114.3: RESYNC: (1.41-1.47); FILE MERGED 2004/04/29 19:22:24 os 1.37.114.2: RESYNC: (1.37-1.41); FILE MERGED 2003/11/10 10:50:53 af 1.37.114.1: #i22089# Added support for the new spell check dialog.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e07b9847265521ee8c92c812a1f6fb32a242d225]

        INTEGRATION: CWS os34 (1.32.104); FILE MERGED 2004/09/16 18:19:07 tl 1.32.104.3: RESYNC: (1.32-1.34); FILE MERGED 2004/09/16 08:44:57 tl 1.32.104.2: #i30303# merged to m53 2004/08/30 15:42:18 iha 1.32.104.1: #i33568# missing help ids for chinese conversion dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3a80b3a8949f86828a2f51a8ca3762dcc4459c0c]

        INTEGRATION: CWS os19 (1.6.266); FILE MERGED 2004/09/12 15:35:14 os 1.6.266.3: RESYNC: (1.8-1.13); FILE MERGED 2004/04/29 19:22:15 os 1.6.266.2: RESYNC: (1.6-1.8); FILE MERGED 2003/11/10 10:50:23 af 1.6.266.1: #i22089# Removed superfluous semicolons.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [6cd8f6653281e9be486562262f8b916a9f3e1f90]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 12:16:51 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e38f3db09a90360c84ba6f6f4a6239acde343b13]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 12:14:59 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e8c7b44612cc24e4f7b7b97c65f76300c860b54c]

        INTEGRATION: CWS os19 (1.6.2); FILE MERGED 2004/09/12 15:32:39 os 1.6.2.9: RESYNC: (1.8-1.10); FILE MERGED 2004/09/09 12:58:50 af 1.6.2.8: #i33957# Re-added deletion of outline view.  That code was merged out in rev. 1.6.2.5. 2004/09/09 11:45:14 af 1.6.2.7: i33961# Do not restore the last valid position in EndOfSearch() for an OutlineViewShell. 2004/09/01 10:02:15 af 1.6.2.6: #i33622# Made messages boxes for Spell Check modal with respect to the main dialog. 2004/07/12 16:08:29 os 1.6.2.5: RESYNC: (1.7-1.8); FILE MERGED 2004/06/17 06:57:14 os 1.6.2.4: #i18881# wrongly merged code in StartSpelling() removed 2004/06/15 14:11:11 os 1.6.2.3: #i18881# merge error corrected 2004/06/14 05:27:44 os 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/03 15:27:20 os 1.6.2.1: #i18881# merge error corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [b936733fbc4086a278de13fc4585ef2a9a35b40a]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 12:12:54 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [672bc9e457b255dabd30cb1ed6400444149c7480]

        INTEGRATION: CWS os19 (1.5.2); FILE MERGED 2004/09/14 12:58:25 os 1.5.2.1: #i22089# new spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [0a9c368dee0ca3a1379f667e3bd29d03a236eed6]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 12:10:37 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [492a5329595a15cd08fcec11faf31be39fcee1e9]

        INTEGRATION: CWS os19 (1.3.170); FILE MERGED 2004/05/03 13:03:25 os 1.3.170.3: #i18881# merge error corrected 2004/04/29 19:07:27 os 1.3.170.2: RESYNC: (1.3-1.4); FILE MERGED 2003/11/10 10:49:44 af 1.3.170.1: #i22089# Commented out definitions of string ids that are defined in strings.hrc as well.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e8fb418d122faf054f1a2cb45c10303ddb5a0fd7]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/17 18:02:35 iha 1.1.2.2: #i31579# chinese simplified traditional translation dialogs - implement sorting for table 2004/08/13 12:08:17 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [7efe90144817656483b0706e467c2fdff2c70962]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/05/03 15:26:55 os 1.1.2.2: #i18881# merge error corrected 2003/11/10 10:38:44 af 1.1.2.1: #i22093# Initial revision.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3dc8c1e0dc980ffa2b2cbbc8dcbe553ca5006baa]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 12:05:06 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [5a914474fadfbfe6b911498f8e9db9b4f7e3c54a]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 12:02:00 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e3e57ff3fc91b6838d183d09e5d64f878dd6dff5]

        INTEGRATION: CWS os19 (1.17.36); FILE MERGED 2004/09/12 14:47:26 os 1.17.36.5: RESYNC: (1.22-1.24); FILE MERGED 2004/06/16 10:10:04 os 1.17.36.4: #i18881# merge conflicts resolved 2004/06/14 05:13:52 os 1.17.36.3: RESYNC: (1.19-1.22); FILE MERGED 2004/04/29 18:16:01 os 1.17.36.2: RESYNC: (1.17-1.19); FILE MERGED 2003/11/10 10:44:50 af 1.17.36.1: #i22089# Added new file for new spell check dialog.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [c039bfe68e38c47898d92400e921b39c470c6737]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/17 14:17:18 iha 1.1.2.2: #i31579# chinese simplified traditional translation dialogs 2004/08/13 11:59:41 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [716f21bdfc2eb16578bd857bafdd69a37b978569]

        INTEGRATION: CWS os19 (1.1.2); FILE ADDED 2004/09/14 08:55:22 af 1.1.2.6: #i33961# Adaption to changes in ViewShellBase. 2004/09/07 14:43:10 af 1.1.2.5: i33933 Turn off the spell check dialog when there are no more sentences. 2004/05/06 06:29:30 os 1.1.2.4: #18881# include corrected 2004/05/04 15:06:18 os 1.1.2.3: #i18881# resync error corrected 2004/05/03 15:27:04 os 1.1.2.2: #i18881# merge error corrected 2003/11/10 10:38:07 af 1.1.2.1: #i22093# Initial revision.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [20ef10006035f3f95e2b17f36d0e2fea838c7e67]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 12:15:56 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e7c17fa9d8965e64e749c1020b5ba85444efd303]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/09/07 12:26:48 tl 1.1.2.5: #117820# hide and disable 'use variants...' checkbox 2004/08/30 15:42:57 iha 1.1.2.4: #i33568# missing help ids for chinese conversion dialogs 2004/08/17 14:17:17 iha 1.1.2.3: #i31579# chinese simplified traditional translation dialogs 2004/08/15 09:09:11 iha 1.1.2.2: #i31579# chinese simplified traditional translation dialogs - setDirection to Dictionary Dialog 2004/08/13 12:13:56 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [6c3ad04e79ef65d44e5209ed1b372eb176a4f278]

        INTEGRATION: CWS os19 (1.10.262); FILE MERGED 2004/09/12 14:42:14 os 1.10.262.3: RESYNC: (1.13-1.17); FILE MERGED 2004/04/29 18:04:48 os 1.10.262.2: RESYNC: (1.10-1.13); FILE MERGED 2003/11/10 10:48:41 af 1.10.262.1: #i22089# Added registration for new spell check dialog.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e854bc07b79aaf095a900c2903090c42c94bbfc2]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/17 14:17:17 iha 1.1.2.2: #i31579# chinese simplified traditional translation dialogs 2004/08/13 12:11:49 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [6e1c070284d5e7753bc03e7c88f10ea35e9292fe]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/17 14:17:17 iha 1.1.2.2: #i31579# chinese simplified traditional translation dialogs 2004/08/13 12:09:26 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [427c7bfef544a634d21c6e1a07326aec37b5e7cc]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 12:06:12 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [089a2b05831789720049b298c612ce7d4d427042]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/17 18:02:35 iha 1.1.2.4: #i31579# chinese simplified traditional translation dialogs - implement sorting for table 2004/08/17 14:17:17 iha 1.1.2.3: #i31579# chinese simplified traditional translation dialogs 2004/08/15 09:09:47 iha 1.1.2.2: #i31579# chinese simplified traditional translation dialogs - implement Table 2004/08/13 12:04:06 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [c6b43b4b553ed6a3cdeefaa06fb9b5a5790af209]

        INTEGRATION: CWS os19 (1.20.124); FILE MERGED 2004/06/11 12:51:33 os 1.20.124.3: RESYNC: (1.23-1.24); FILE MERGED 2004/04/29 18:02:18 os 1.20.124.2: RESYNC: (1.20-1.23); FILE MERGED 2003/11/21 11:42:54 os 1.20.124.1: #i18881# SID_SPELLING removed

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [b9731b6c36453a83a5db1843602e374db5a1f97f]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 12:03:04 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [8f9458b36ad169ad9a591b2d578f25ba34895d99]

        INTEGRATION: CWS os19 (1.31.90); FILE MERGED 2004/09/12 14:36:10 os 1.31.90.3: RESYNC: (1.35-1.36); FILE MERGED 2004/04/29 17:55:45 os 1.31.90.2: RESYNC: (1.31-1.35); FILE MERGED 2003/11/10 10:42:36 af 1.31.90.1: #i22089# Adaption to new spell check dialog.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [727ed6dacc55eab5838d91b3bba78f3a401b3d48]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/09/01 09:54:00 iha 1.1.2.7: #117773# don't delete all if last entry should be deleted 2004/08/30 15:44:24 iha 1.1.2.6: #i33568# missing help ids for chinese conversion dialogs 2004/08/20 07:03:31 tl 1.1.2.5: #i30303# simplified/traditional Chinese conversion 2004/08/17 18:02:34 iha 1.1.2.4: #i31579# chinese simplified traditional translation dialogs - implement sorting for table 2004/08/17 14:17:16 iha 1.1.2.3: #i31579# chinese simplified traditional translation dialogs 2004/08/15 09:10:15 iha 1.1.2.2: #i31579# chinese simplified traditional translation dialogs - implement Table 2004/08/13 12:00:48 iha 1.1.2.1: #i31579# chinese simplified traditional translation dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9ebc02d1e02ade904ad2f3c60e30d5590b0c1f50]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/13 11:51:21 iha 1.1.2.1: #i31579# macro to be used for standard buttons on dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [50154808e740f2b5a21344172ff275b52add50b6]

        INTEGRATION: CWS os19 (1.8.260); FILE MERGED 2004/09/12 14:34:34 os 1.8.260.3: RESYNC: (1.9-1.10); FILE MERGED 2004/04/29 17:53:38 os 1.8.260.2: RESYNC: (1.8-1.9); FILE MERGED 2003/11/10 10:41:27 af 1.8.260.1: #i22089# Added slot id for new spell check dialog.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [350c9141cc4282c535ab62b5a91cfb62e519476b]

        INTEGRATION: CWS os34 (1.23.132); FILE MERGED 2004/07/29 09:01:47 tl 1.23.132.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:22:27 tl 1.23.132.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [be0df7e96b376081957de9bacdab7fd14fa307ab]

        INTEGRATION: CWS os19 (1.19.20); FILE MERGED 2004/09/12 14:33:41 os 1.19.20.4: RESYNC: (1.22-1.25); FILE MERGED 2004/07/12 15:52:24 os 1.19.20.3: RESYNC: (1.21-1.22); FILE MERGED 2004/04/29 17:51:40 os 1.19.20.2: RESYNC: (1.19-1.21); FILE MERGED 2003/11/10 10:41:05 af 1.19.20.1: #i22089# Added slot id for new spell check dialog.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [4ea32fd2823db24b492b56239ed48d2b8aed8d64]

        INTEGRATION: CWS os34 (1.3.132); FILE MERGED 2004/07/29 09:01:47 tl 1.3.132.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:21:42 tl 1.3.132.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [b91cd0fc9c2d7ab81bbfd625b9ad43f4d68aa332]

        INTEGRATION: CWS os19 (1.6.258); FILE MERGED 2004/04/29 17:51:31 os 1.6.258.3: RESYNC: (1.7-1.8); FILE MERGED 2003/11/18 10:58:58 hr 1.6.258.2: RESYNC: (1.6-1.7); FILE MERGED 2003/11/10 10:40:39 af 1.6.258.1: #i22089# Removed slot if for old spell check dialog.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [040cd9fc74a7363b0a2b4187c5f0577eea5bb31c]

        INTEGRATION: CWS os34 (1.52.126); FILE MERGED 2004/07/29 09:01:46 tl 1.52.126.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:21:42 tl 1.52.126.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [89deb70ba878feb68c2485a2e2acc28ac434a0cb]

        INTEGRATION: CWS os19 (1.2.76); FILE MERGED 2004/09/13 14:33:35 os 1.2.76.1: #i22089# new spelling dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [be172c69333a18cb9f5fbed6033b4a94619a2908]

        INTEGRATION: CWS os34 (1.65.130); FILE MERGED 2004/07/29 09:01:46 tl 1.65.130.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:21:41 tl 1.65.130.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [5813169192aad30e151b5717026b00c0d825bcbe]

        INTEGRATION: CWS os19 (1.3.2); FILE MERGED 2004/09/12 14:15:27 os 1.3.2.4: RESYNC: (1.5-1.6); FILE MERGED 2004/07/12 15:51:07 os 1.3.2.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/11 06:17:00 os 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/03 15:27:32 os 1.3.2.1: #i18881# merge error corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1a2b4c66f077566d97ba9aa4c400a3e2e3cea699]

        INTEGRATION: CWS os34 (1.30.12); FILE MERGED 2004/08/06 14:27:26 tl 1.30.12.3: RESYNC: (1.30-1.31); FILE MERGED 2004/07/29 09:01:46 tl 1.30.12.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:21:41 tl 1.30.12.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [c865c2897eaf63ac9d6f2ab77bed9cf72a42026a]

        INTEGRATION: CWS os34 (1.5.132); FILE MERGED 2004/07/29 09:01:46 tl 1.5.132.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:21:19 tl 1.5.132.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f7713d29ff423bea7faa42d6b7c97ae3103b7145]

        INTEGRATION: CWS os34 (1.49.92); FILE MERGED 2004/09/16 17:39:34 tl 1.49.92.3: RESYNC: (1.50-1.53); FILE MERGED 2004/08/06 13:57:09 tl 1.49.92.2: RESYNC: (1.49-1.50); FILE MERGED 2004/07/27 14:02:04 tl 1.49.92.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [ad2fea71fa1c484346ea1cacc760d5b386b7b1ba]

        INTEGRATION: CWS os34 (1.93.42); FILE MERGED 2004/09/16 17:30:34 tl 1.93.42.2: RESYNC: (1.93-1.99); FILE MERGED 2004/08/13 12:44:41 iha 1.93.42.1: #i31579# chinese simplified traditional translation dialog - added textconversiondlgs*.dll

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2292e82c3d31a6efcdc7fedfcce85987bb0a2025]

        INTEGRATION: CWS os34 (1.14.50); FILE MERGED 2004/09/16 17:30:26 tl 1.14.50.2: RESYNC: (1.14-1.16); FILE MERGED 2004/08/13 12:45:14 iha 1.14.50.1: #i31579# chinese simplified traditional translation dialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9c656b3a4e0a24f62dcb673ddf4af5ed3a371dc9]

        INTEGRATION: CWS os19 (1.3.8); FILE MERGED 2004/09/12 14:09:22 os 1.3.8.6: RESYNC: (1.9-1.17); FILE MERGED 2004/07/15 13:11:50 os 1.3.8.5: #i18881# image property added to SpellDialog command 2004/07/15 10:32:55 os 1.3.8.4: #i18881# spelling menu entry corrected 2004/07/12 14:42:47 os 1.3.8.3: RESYNC: (1.5-1.9); FILE MERGED 2004/06/11 10:54:58 os 1.3.8.2: RESYNC: (1.3-1.5); FILE MERGED 2004/05/04 14:10:25 os 1.3.8.1: #i18881# new menu entries for SpellDialog

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [da709f3145d6bda58eea3412069e300da1062d18]

        INTEGRATION: CWS os34 (1.4.132); FILE MERGED 2004/07/29 09:01:27 tl 1.4.132.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:19:58 tl 1.4.132.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [087b1147a0c578b44ebdf13ba170d0b1c9ea3c52]

        INTEGRATION: CWS os19 (1.26.144); FILE MERGED 2004/07/12 15:14:08 os 1.26.144.6: RESYNC: (1.31-1.32); FILE MERGED 2004/04/29 21:26:00 os 1.26.144.5: RESYNC: (1.28-1.31); FILE MERGED 2003/11/18 13:23:26 hr 1.26.144.4: RESYNC: (1.27-1.28); FILE MERGED 2003/10/22 14:30:39 os 1.26.144.3: #i18881# ReplaceText added 2003/10/16 14:09:39 os 1.26.144.2: #i18881# RemoveAttribs added 2003/09/23 06:46:58 os 1.26.144.1: #i18881# RemoveAttribs() added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [44739c6716dec3ab2efefcf279b514ff3fb6dc57]

        INTEGRATION: CWS os34 (1.52.20); FILE MERGED 2004/09/16 17:24:58 tl 1.52.20.4: RESYNC: (1.52-1.55); FILE MERGED 2004/09/16 08:28:17 tl 1.52.20.3: #i30303# merged to m53 2004/08/30 15:41:21 iha 1.52.20.2: #i33568# missing help ids for chinese conversion dialogs 2004/08/30 15:39:23 iha 1.52.20.1: #i33568# missing help ids for chinese conversion dialogs

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [a55b7ceb82d1d9cbb34d08f5f9e6967b9cf0553f]

        INTEGRATION: CWS os19 (1.24.26); FILE MERGED 2004/08/11 13:59:35 os 1.24.26.4: #i332235# disable Tab-GetFocus-selection 2004/06/14 11:22:31 os 1.24.26.3: RESYNC: (1.25-1.26); FILE MERGED 2004/04/29 21:25:08 os 1.24.26.2: RESYNC: (1.24-1.25); FILE MERGED 2003/10/22 14:31:24 os 1.24.26.1: #i18881# ClearModifyFlag corrected

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [0e683c0de889ba34dece3dc9c05ce4a3252bd4c0]

        INTEGRATION: CWS os19 (1.3.322); FILE MERGED 2004/04/29 21:12:50 os 1.3.322.2: RESYNC: (1.3-1.5); FILE MERGED 2003/09/23 06:46:43 os 1.3.322.1: #i18881# RemoveAttribs() user defined attribute ranged added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9aac96e2489e73574448457b35572e000ebd0dca]

        INTEGRATION: CWS os34 (1.9.338); FILE MERGED 2004/08/02 09:45:23 tl 1.9.338.1: #i30303# conversion dictionaries for simplified/traditional Chinese

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [5ecb9b8a64fe8f38a329cf6faece20792793ebbe]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/09 09:47:52 tl 1.1.2.2: #i30303# Chinese simplified/traditional conversion API 2004/08/02 09:40:19 tl 1.1.2.1: #i30303# conversion dictionaries for simplified/traditional Chinese

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [a916169d4b55b7075fcdb012bc09e51c62aa5891]

        INTEGRATION: CWS os34 (1.5.16); FILE MERGED 2004/08/05 14:56:36 tl 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2004/08/02 09:45:23 tl 1.5.16.1: #i30303# conversion dictionaries for simplified/traditional Chinese

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [27f47f2b619f5cf207a1cf7b18da9d33d9d4d589]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/08/02 09:38:35 tl 1.1.2.1: #i30303# conversion dictionaries for simplified/traditional Chinese

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [b6fa7e944a85c56dc308e09a79ef5b370497852e]

        INTEGRATION: CWS os34 (1.4.62); FILE MERGED 2004/07/14 09:02:02 tl 1.4.62.1: #i29300# new constant for simplified/traditional chinese conversion added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [a9e3bd01a24ab61e1355fb39c59123f112801338]

        INTEGRATION: CWS os34 (1.4.16); FILE MERGED 2004/08/16 10:30:51 tl 1.4.16.3: #i30303# simplified/traditional Chinese conversion 2004/08/05 14:53:45 tl 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/02 09:45:23 tl 1.4.16.1: #i30303# conversion dictionaries for simplified/traditional Chinese

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [fd68bfa508c77ff3f07106bd006fa04293c43cb5]

        INTEGRATION: CWS os34 (1.3.206); FILE MERGED 2004/08/05 14:47:02 tl 1.3.206.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/14 08:59:46 tl 1.3.206.1: #i29300# textconversion options for simplified/traditional chinese conversion added

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [d70ba08b1e288d43e62ccef5c5edcc39c3643f96]

        INTEGRATION: CWS syssettings02 (1.5.4); FILE MERGED 2004/09/03 05:53:05 obr 1.5.4.1: #i20369# proxy tab page rework

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [89c8243f63e364c7347fadf90dc8ec10c29f57e6]

        INTEGRATION: CWS os34 (1.2.24); FILE MERGED 2004/08/02 09:50:52 tl 1.2.24.1: #i30303# conversion dictionaries for simplified/traditional Chinese

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [99ecfb7e53217d0b1d372ddfac3ac82b51d73961]

        INTEGRATION: CWS os34 (1.2.24); FILE MERGED 2004/08/02 09:50:08 tl 1.2.24.1: #i30303# conversion dictionaries for simplified/traditional Chinese

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [bfef9dd99e6b491d82fbf95463376ddb74df4d14]

        INTEGRATION: CWS os34 (1.2.24); FILE MERGED 2004/08/20 07:02:38 tl 1.2.24.2: #i30303# simplified/traditional Chinese conversion 2004/08/02 09:49:25 tl 1.2.24.1: #i30303# conversion dictionaries for simplified/traditional Chinese

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2e921b05af7d56d86b9eeaa4ca3cc42ed190720d]

        INTEGRATION: CWS os34 (1.3.24); FILE MERGED 2004/08/02 09:48:37 tl 1.3.24.1: #i30303# conversion dictionaries for simplified/traditional Chinese

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [14c4aff9ec68006725eb4c92181427f902301ec4]

        INTEGRATION: CWS os34 (1.3.6); FILE MERGED 2004/09/16 16:55:22 tl 1.3.6.3: RESYNC: (1.6-1.13); FILE MERGED 2004/08/06 16:37:48 tl 1.3.6.2: RESYNC: (1.3-1.6); FILE MERGED 2004/07/27 14:27:33 tl 1.3.6.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [b7f19d4865d8ea8ffca26d1e066bca8b716fe3f6]

        INTEGRATION: CWS os34 (1.3.6); FILE MERGED 2004/09/16 16:54:12 tl 1.3.6.3: RESYNC: (1.6-1.12); FILE MERGED 2004/08/06 16:33:24 tl 1.3.6.2: RESYNC: (1.3-1.6); FILE MERGED 2004/07/27 14:27:33 tl 1.3.6.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [515dfbe955323e51c30878d322c2c68050294e78]

        INTEGRATION: CWS os34 (1.3.6); FILE MERGED 2004/09/16 16:53:14 tl 1.3.6.3: RESYNC: (1.6-1.12); FILE MERGED 2004/08/06 16:29:25 tl 1.3.6.2: RESYNC: (1.3-1.6); FILE MERGED 2004/07/27 14:27:32 tl 1.3.6.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [785043ef3ca01a2f48bf57e245fc8441880f0c71]

        INTEGRATION: CWS os34 (1.22.136); FILE MERGED 2004/09/16 16:47:00 tl 1.22.136.3: RESYNC: (1.22-1.25); FILE MERGED 2004/09/16 08:13:49 tl 1.22.136.2: #i30303# merged to m53 2004/07/27 14:33:01 tl 1.22.136.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9f03ee3959b2d2d74bae9204002981d17904f2eb]

        INTEGRATION: CWS os34 (1.16.2); FILE MERGED 2004/08/13 11:38:35 iha 1.16.2.5: #i31579# chinese simplified traditional translation dialog - direction from config 2004/08/13 08:08:21 iha 1.16.2.4: #i31579# chinese simplified traditional translation dialog 2004/08/06 16:17:03 tl 1.16.2.3: RESYNC: (1.16-1.17); FILE MERGED 2004/07/29 09:02:49 tl 1.16.2.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:33:00 tl 1.16.2.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [c06cad7e7a8e607646ebd886ddb61b9030bde0ce]

        INTEGRATION: CWS os34 (1.3.314); FILE MERGED 2004/09/16 08:13:48 tl 1.3.314.2: #i30303# merged to m53 2004/08/16 11:47:41 tl 1.3.314.1: #i30303# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [bba258bb5bce1d346df4d430686df62cba3729d1]

        INTEGRATION: CWS os34 (1.23.84); FILE MERGED 2004/09/16 16:40:28 tl 1.23.84.5: RESYNC: (1.24-1.25); FILE MERGED 2004/08/06 16:10:33 tl 1.23.84.4: RESYNC: (1.23-1.24); FILE MERGED 2004/08/04 13:50:19 tl 1.23.84.3: #i30303# simplified/traditional Chinese conversion 2004/07/29 09:02:49 tl 1.23.84.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:33:00 tl 1.23.84.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1dab4a4401a715c9f6e7ed038319f9ffa2015641]

        INTEGRATION: CWS os34 (1.25.64); FILE MERGED 2004/08/06 16:10:24 tl 1.25.64.2: RESYNC: (1.25-1.26); FILE MERGED 2004/07/27 14:33:00 tl 1.25.64.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [90393ba7e9103abf67bcddc64190562db08a606a]

        INTEGRATION: CWS os34 (1.2.86); FILE MERGED 2004/07/29 09:02:48 tl 1.2.86.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:32:59 tl 1.2.86.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [468d5f652c296dc97feae6628a158720054bfb2b]

        INTEGRATION: CWS os34 (1.6.86); FILE MERGED 2004/07/29 09:02:48 tl 1.6.86.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:32:58 tl 1.6.86.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [54354750991e5d995ee65fe58761d4e4243ee01a]

        INTEGRATION: CWS os34 (1.22.62); FILE MERGED 2004/09/16 16:34:24 tl 1.22.62.4: RESYNC: (1.22-1.26); FILE MERGED 2004/09/16 08:14:23 tl 1.22.62.3: #i30303# merged to m53 2004/07/29 09:02:48 tl 1.22.62.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:32:57 tl 1.22.62.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [97771b7fc6538ca4a3fb7027e5190f874e9615e4]

        INTEGRATION: CWS os34 (1.53.82); FILE MERGED 2004/07/27 14:32:31 tl 1.53.82.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9547f4d2c0ad510ea89798b319241b84f0ce3d36]

        INTEGRATION: CWS os34 (1.4.84); FILE MERGED 2004/09/16 15:31:44 tl 1.4.84.3: RESYNC: (1.5-1.6); FILE MERGED 2004/08/06 15:06:14 tl 1.4.84.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/27 14:32:29 tl 1.4.84.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3ef40c0dbb17749a714520a8252467163033beb9]

        INTEGRATION: CWS os34 (1.10.10); FILE MERGED 2004/08/06 14:59:57 tl 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/27 14:32:29 tl 1.10.10.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [24d11628123fdcaaaefe0181aa84511afb8827a2]

        INTEGRATION: CWS os34 (1.17.84); FILE MERGED 2004/07/27 14:32:28 tl 1.17.84.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [ada3c5a3072c6ab8a132d7c7d078d6547b02f592]

        INTEGRATION: CWS os34 (1.11.566); FILE MERGED 2004/08/06 14:45:59 tl 1.11.566.2: RESYNC: (1.11-1.12); FILE MERGED 2004/07/27 14:27:16 tl 1.11.566.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [0f7a9b7a0f3d57698e1c862a398d34a7a7d3c309]

        INTEGRATION: CWS os34 (1.16.166); FILE MERGED 2004/09/16 15:11:27 tl 1.16.166.2: RESYNC: (1.16-1.19); FILE MERGED 2004/07/27 14:27:16 tl 1.16.166.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3b1853fc37b05c2c8bbb7999806c188c687d42f4]

        INTEGRATION: CWS os34 (1.1.2); FILE ADDED 2004/07/29 09:02:17 tl 1.1.2.3: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:27:51 tl 1.1.2.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/20 07:30:32 tl 1.1.2.1: #i30303# Simplified/Traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2f86f8a5dd685c3b0145e9ad5a27554e286abe0f]

        INTEGRATION: CWS os34 (1.32.4); FILE MERGED 2004/09/16 14:52:05 tl 1.32.4.3: RESYNC: (1.36-1.38); FILE MERGED 2004/08/06 14:21:27 tl 1.32.4.2: RESYNC: (1.32-1.36); FILE MERGED 2004/07/27 14:27:51 tl 1.32.4.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [7f51eee0bde2922cc84136e47abf4f12ed4a705b]

        INTEGRATION: CWS os34 (1.69.4); FILE MERGED 2004/09/16 14:51:13 tl 1.69.4.3: RESYNC: (1.77-1.80); FILE MERGED 2004/08/06 14:21:07 tl 1.69.4.2: RESYNC: (1.69-1.77); FILE MERGED 2004/07/27 14:27:50 tl 1.69.4.1: #i30303# implementation of simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [943763ccccc79b7a763cbaa5b9300dbddc527041]

        INTEGRATION: CWS os34 (1.4.4); FILE MERGED 2004/09/16 14:39:44 tl 1.4.4.3: RESYNC: (1.8-1.14); FILE MERGED 2004/08/06 19:15:39 tl 1.4.4.2: RESYNC: (1.4-1.8); FILE MERGED 2004/08/04 13:51:44 tl 1.4.4.1: #i30301# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [880d5791ccbe27b9893c30165d751c696f62415d]

        INTEGRATION: CWS os34 (1.3.4); FILE MERGED 2004/09/16 14:38:20 tl 1.3.4.3: RESYNC: (1.7-1.14); FILE MERGED 2004/08/06 19:11:36 tl 1.3.4.2: RESYNC: (1.3-1.7); FILE MERGED 2004/08/04 13:51:43 tl 1.3.4.1: #i30301# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9d16c1d77a1fb3606e3fececa894a8be9660a454]

        INTEGRATION: CWS os34 (1.7.4); FILE MERGED 2004/08/06 19:01:19 tl 1.7.4.4: RESYNC: (1.7-1.10); FILE MERGED 2004/08/04 13:51:29 tl 1.7.4.3: #i30301# simplified/traditional Chinese conversion 2004/07/29 09:00:54 tl 1.7.4.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 13:58:41 tl 1.7.4.1: #i30303# preparational changes for simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [408c914298b52e5b5d970f1d106108684a233c1f]

        INTEGRATION: CWS os34 (1.2.78); FILE MERGED 2004/08/04 13:51:28 tl 1.2.78.1: #i30301# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [ff13ef8e975b49ee0d2c79ef70e49b465e202941]

        INTEGRATION: CWS os34 (1.2.18); FILE MERGED 2004/08/06 18:18:29 tl 1.2.18.3: RESYNC: (1.2-1.3); FILE MERGED 2004/08/04 13:51:28 tl 1.2.18.2: #i30301# simplified/traditional Chinese conversion 2004/07/27 13:58:14 tl 1.2.18.1: #i30303# preparational changes for simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2a53c93c2a8fd6ebdfb9390ad92be6d876e57d26]

        INTEGRATION: CWS os34 (1.24.2); FILE MERGED 2004/09/16 14:21:04 tl 1.24.2.3: RESYNC: (1.25-1.27); FILE MERGED 2004/08/06 18:17:12 tl 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2004/08/04 13:51:27 tl 1.24.2.1: #i30301# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [7383ae0c752bf5fb5c92a7cdab471e0e6215ef8e]

        INTEGRATION: CWS os34 (1.8.94); FILE MERGED 2004/08/13 14:38:11 tl 1.8.94.2: #i30301# simplified/traditional Chinese conversion 2004/08/04 13:51:27 tl 1.8.94.1: #i30301# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [dcb86ba9ac3b943bebe8f08320174103cccfffe4]

        INTEGRATION: CWS os34 (1.8.94); FILE MERGED 2004/08/04 13:51:16 tl 1.8.94.1: #i30301# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [21e2f3251290fd50f8a5a34652677f156719c5e7]

        INTEGRATION: CWS jmarmion3 (1.1.2); FILE ADDED 2004/09/06 14:55:08 jmarmion 1.1.2.1: #i31751# - show warning if saving MS password docs, disable for api read/write use.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [5031022bde24251e2eb9d5d41a3320021fdceb91]

        INTEGRATION: CWS jmarmion3 (1.15.380); FILE MERGED 2004/09/06 14:55:37 jmarmion 1.15.380.1: #i31751# - show warning if saving MS password docs, disable for api read/write use.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [032756c17c05177619e164ea67077313bc5a41a5]

        INTEGRATION: CWS jmarmion3 (1.38.6); FILE MERGED 2004/09/06 14:54:30 jmarmion 1.38.6.1: #i31751# - show warning if saving MS password docs, disable for api read/write use.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e8739ab378f9896266de29cccac82ea2da56dbb1]

        INTEGRATION: CWS jmarmion3 (1.139.6); FILE MERGED 2004/09/06 14:52:53 jmarmion 1.139.6.1: #i31751# - show warning if saving MS password docs, disable for api read/write use.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9cc1c1378026302dab2435a2e6479391d6a5f839]

        INTEGRATION: CWS jmarmion3 (1.44.6); FILE MERGED 2004/09/06 14:53:38 jmarmion 1.44.6.1: #i31751# - show warning if saving MS password docs, disable for api read/write use.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [089d0b6c64c939e9336d3395f241fae86cb5d51b]

        INTEGRATION: CWS jmarmion3 (1.1.2); FILE ADDED 2004/09/06 14:51:53 jmarmion 1.1.2.1: #i31751# - show warning if saving MS password docs, disable for api read/write use.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [3b6266e2b3af185e31f4475c8ce507437cf85504]

        INTEGRATION: CWS jmarmion3 (1.79.6); FILE MERGED 2004/09/06 14:51:54 jmarmion 1.79.6.1: #i31751# - show warning if saving MS password docs, disable for api read/write use.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e14394715ba26daff7a371c53208923e6f25d438]

        INTEGRATION: CWS syssettings02 (1.18.2); FILE MERGED 2004/09/03 06:12:52 obr 1.18.2.2: #i20364#,#i20369# added gconf platform configuration backend 2004/09/03 06:09:47 obr 1.18.2.1: #i20369# new internet proxy service

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9526c740730bdaaff121d3fc79dcc777d37d0249]

        INTEGRATION: CWS syssettings02 (1.152.2); FILE MERGED 2004/09/03 05:28:24 obr 1.152.2.1: #i20364# need to know the desktop environment earlier

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e4ec4025a3cd542eb5c8331f9a9d6e7df3003df0]

        INTEGRATION: CWS syssettings02 (1.36.4); FILE MERGED 2004/09/03 05:58:18 obr 1.36.4.1: #i20364#,#i20369# added wininet and gconf platform configuration backends

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [667c6bbda8ef540685846914f695cf416df97b9d]

        INTEGRATION: CWS syssettings02 (1.1.2); FILE ADDED 2004/09/03 06:03:20 obr 1.1.2.1: #i20369# new internet proxy service

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [906027be54a6db42b2247bfbb150a43bc628e5f6]

        INTEGRATION: CWS syssettings02 (1.1.2); FILE ADDED 2004/09/03 06:25:49 obr 1.1.2.1: #i20364#,#i20369# renamed componentdef to wininetcdef due to dependency conflicts

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [238df42ace4aacb89dccced388ffd6cab7d63fe8]

        INTEGRATION: CWS syssettings02 (1.1.2); FILE ADDED 2004/09/03 06:03:19 obr 1.1.2.1: #i20369# new internet proxy service

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [065dd2d27989f1397122fc8782672ddb3d1cdc75]

        INTEGRATION: CWS syssettings02 (1.1.2); FILE ADDED 2004/09/03 06:25:48 obr 1.1.2.2: #i20364#,#i20369# renamed componentdef to wininetcdef due to dependency conflicts 2004/09/03 06:03:19 obr 1.1.2.1: #i20369# new internet proxy service

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [9efd50a4940b62a1e01cda2feb5eb65dbcddd46e]

        INTEGRATION: CWS syssettings02 (1.1.2); FILE ADDED 2004/09/03 06:03:18 obr 1.1.2.1: #i20369# new internet proxy service

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f6cb67e0a77f28370a8bd35b5181d1567ac61d1e]

        INTEGRATION: CWS syssettings02 (1.2.2); FILE MERGED 2004/09/03 06:24:25 obr 1.2.2.1: #i20364#,#i20369# renamed componentdef to localebecdef due to dependency conflicts

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [e0f3286b9f5c3bc1e5e89613f131ca8e016931a9]

        INTEGRATION: CWS syssettings02 (1.1.2); FILE ADDED 2004/09/03 06:24:25 obr 1.1.2.1: #i20364#,#i20369# renamed componentdef to localebecdef due to dependency conflicts

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [2c1d0ec0be3dc9abb449cd6072b55e7d18f509a0]

        INTEGRATION: CWS syssettings02 (1.2.50); FILE MERGED 2004/09/03 06:22:42 obr 1.2.50.2: #i20364#,#i20369# renamed componentdef to gconfbecdef due to dependency conflicts 2004/09/03 06:16:04 obr 1.2.50.1: #i20364#,#i20369# gconf platform configuration backend now buildable

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [112e4ef22615a76ec13d7ec9eeb47b54562edc40]

        INTEGRATION: CWS syssettings02 (1.2.50); FILE MERGED 2004/09/03 06:16:04 obr 1.2.50.1: #i20364#,#i20369# gconf platform configuration backend now buildable

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [92d98551629683fcb0806ddb5d63240b7b473b49]

        INTEGRATION: CWS syssettings02 (1.2.50); FILE MERGED 2004/09/03 07:13:32 obr 1.2.50.2: #i20364#,#i20369# removed debug output 2004/09/03 06:16:04 obr 1.2.50.1: #i20364#,#i20369# gconf platform configuration backend now buildable

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [8ed7a244d5076566b63b03609cdad41ce15f0277]

        INTEGRATION: CWS syssettings02 (1.1.2); FILE ADDED 2004/09/03 06:22:42 obr 1.1.2.1: #i20364#,#i20369# renamed componentdef to gconfbecdef due to dependency conflicts

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [ed81441fa1035bb06d8971062f2a5521a8f54c1b]

        INTEGRATION: CWS syssettings02 (1.1.2); FILE ADDED 2004/09/03 06:16:03 obr 1.1.2.1: #i20364#,#i20369# gconf platform configuration backend now buildable

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1fe1af7b5942b3454c29ee23eefe09ca8d75fa6d]

        INTEGRATION: CWS pj03 (1.16.40); FILE MERGED 2004/09/13 09:41:39 pjanik 1.16.40.1: #i33099#: accept new compiler options.

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [60f00a9b3f1a3d434e7b138eeef5ec3dc68aa6fa]

        INTEGRATION: CWS syssettings02 (1.2.50); FILE MERGED 2004/09/03 06:16:03 obr 1.2.50.1: #i20364#,#i20369# gconf platform configuration backend now buildable

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [d8e561a2e168ec99caa8211d6724b12cafab6223]

        INTEGRATION: CWS syssettings02 (1.83.4); FILE MERGED 2004/09/03 05:34:41 obr 1.83.4.1: #i20369# proxy tab page rework

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [09047b194f74ac32b9e5f216809e17730e2fc692]

        INTEGRATION: CWS syssettings02 (1.37.4); FILE MERGED 2004/09/03 05:53:06 obr 1.37.4.1: #i20369# proxy tab page rework

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [1f326a5fcf8134b28963577cd13bf9a2137c7c11]

        INTEGRATION: CWS os34 (1.4.2); FILE MERGED 2004/09/16 14:03:43 tl 1.4.2.3: RESYNC: (1.5-1.6); FILE MERGED 2004/08/06 11:59:22 tl 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/04 13:51:07 tl 1.4.2.1: #i30301# simplified/traditional Chinese conversion

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [f8af13275950bcbc2a140a891af5342519da863c]

        INTEGRATION: CWS syssettings02 (1.22.684); FILE MERGED 2004/09/03 05:23:52 obr 1.22.684.1: #i20369# removed system proxies hack

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [0cd9135e876f4a17339e8042843f74102dffa24e]

        INTEGRATION: CWS os34 (1.15.94); FILE MERGED 2004/09/16 14:00:54 tl 1.15.94.4: RESYNC: (1.15-1.16); FILE MERGED 2004/08/16 16:24:07 iha 1.15.94.3: #i31579# chinese simplified traditional translation - language dependent default for IsDirectionToSimplified 2004/08/13 11:34:24 iha 1.15.94.2: #i31579# chinese simplified traditional translation - persistent dialog settings 2004/08/13 07:53:35 iha 1.15.94.1: #i31579# chinese simplified traditional translation - persistent dialog settings

2004-09-17  Rüdiger Timm  <rt@openoffice.org>  [82dcf5ac1bf0b78e6b02eed09a1cdbcbd6345ac5]

        INTEGRATION: CWS os34 (1.3.32); FILE MERGED 2004/09/16 13:57:02 tl 1.3.32.3: RESYNC: (1.10-1.17); FILE MERGED 2004/08/06 10:17:36 tl 1.3.32.2: RESYNC: (1.3-1.10); FILE MERGED 2004/07/27 13:50:29 tl 1.3.32.1: #i30303# slot for simplified/trafitional Chinese conversion added

2004-09-17  Oliver Bolte  <obo@openoffice.org>  [de00a5ce2940cb32f6cc0dbe110d4bcd74861c19]

        #i10000# cli components disabled

2004-09-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ddc83bae27387123ed34a1c469243ba83f3d59d2]

        #100000# typo

2004-09-16  Oliver Specht  <os@openoffice.org>  [cfb08b46a784ab5c7c85c6e8a863e62ac8c96b29]

        #34258# FNCopyFmt fixed

2004-09-16  Oliver Bolte  <obo@openoffice.org>  [89c6fc14dcd26d5237faac6459da68e0bf6b9515]

        #i10000# fix problems on packing adabas

2004-09-16  Hennes Rohling  <hro@openoffice.org>  [4167f297322fe2b48175955ed536fffb6477a932]

        #i34205# Added extra makefile for OOo applaucher targets

2004-09-16  Oliver Bolte  <obo@openoffice.org>  [79f68192d47055788d67dcfc8216669061906b02]

        #i10000# merge problem fixed

2004-09-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1ecbd2137ee7369593983409a0ffc27d498b172f]

        #100000# previous version broken for OOo

2004-09-15  Rüdiger Timm  <rt@openoffice.org>  [888ce2f97d57d2b33d7b69499bc94416d6f6e164]

        #i10000# Error condition for temporary file modification time: do not complain if nothing is to do.

2004-09-15  Vladimir Glazounov  <vg@openoffice.org>  [7a870bc46b49101c67a5860551e7229533febec0]

        #i34113# set temp directory to /tmp if there is no /tmp variable, cleanup

2004-09-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5f1a9ad6f68091fb364e230ab02b440a4bac3458]

        #i34189# replace sd calls with dmake internal func

2004-09-15  Rüdiger Timm  <rt@openoffice.org>  [bdf5c0ba33dbab24021dff18bba27833bbe4e414]

        #i10000# source\backends\localebe added again

2004-09-15  Oliver Bolte  <obo@openoffice.org>  [140cc138b872e7ac632c2a0083662d3bdd00694d]

        #i34191# make testtools buildable

2004-09-15  Oliver Bolte  <obo@openoffice.org>  [f0247642a95532c817c66ad336f03161261dc67c]

        #i34171# add dependency on moz

2004-09-14  Michael Hönnig  <mi@openoffice.org>  [9023fc61265a086a292c9dbc9ab3a7e8f06a33e6]

        namespace now com.sun.star.comp.beans

2004-09-14  Oliver Bolte  <obo@openoffice.org>  [6b60eb947381c0d23b6b3f43733df608c8937849]

        #i10000# missing SwRewriter.obj for swui.lib

2004-09-14  Oliver Bolte  <obo@openoffice.org>  [e6b37c8a2e5054dda4bc4d78fd17efacc7cae3d6]

        #i34156# can't register commonwizards.jar

2004-09-14  Oliver Bolte  <obo@openoffice.org>  [d05345aaae22ff8a41117172b773f7527ff75119]

        new version for SRC680

2004-09-14  Oliver Bolte  <obo@openoffice.org>  [1027598a1964c89e03f10ac027cde0c74c3a5d50]

        #i10000# handle ulf files with and without UTF8 id bytes

2004-09-14  Oliver Bolte  <obo@openoffice.org>  [13a1c9677f83fd0a0023fd310b210c8233c3e6f6]

        #i10000# rename m_pTagBuilder to pTagBuilder

2004-09-14  Oliver Bolte  <obo@openoffice.org>  [88329d130fbe5df5978fe54fd18e47308c4a6c68]

        #i10000# nswrapper removed (CWS ooo20040815)

2004-09-13  Kurt Zenker  <kz@openoffice.org>  [a36d48ff4a5215ab4711993de61dbbce80afd821]

        new version for SRC680

2004-09-13  Kurt Zenker  <kz@openoffice.org>  [83c46f6243e383d7f0dd7f585ce25774d1031f90]

        new version for SRC680

2004-09-13  Kurt Zenker  <kz@openoffice.org>  [1095ca9920bdcf5a6f9949fe5036360e2aa4efd3]

        new version for SRC680

2004-09-13  Kurt Zenker  <kz@openoffice.org>  [844cf9b4b9a7a245799927d200e5b873f975163e]

        new version for SRC680

2004-09-13  Oliver Bolte  <obo@openoffice.org>  [4bee1ae2cb3c5b2cacfbfc47061522a6493414f5]

        #i10000# disable change from CWS gtkfpicker1, fpicker not buildable

2004-09-13  Oliver Bolte  <obo@openoffice.org>  [71ec08ff876519ff490ba8a3fb74c49a01b6fdba]

        #i10000# undo change from CWS gtkfpicker1, not buildable

2004-09-13  Oliver Bolte  <obo@openoffice.org>  [6b008aa05e5a46685ad6b0bdc0734131b91d3d78]

        new version for SRC680

2004-09-13  Oliver Bolte  <obo@openoffice.org>  [a98316e6e77c08933c4f78cda080adf4bfb89168]

        #i10000# IndentNumRule(SwPosition & rPos, short nAmount) missing

2004-09-13  Oliver Bolte  <obo@openoffice.org>  [1dfddc76b8914e453848ccdedf70036ba3c8b950]

        #i10000# typo

2004-09-13  Oliver Bolte  <obo@openoffice.org>  [bca3f893419f5582b791716230b7a291e6537741]

        #i10000# include missing, typo

2004-09-13  Oliver Bolte  <obo@openoffice.org>  [19d4739a3e3b77f4170a41c83e551a7f40452144]

        #i10000# includes missing

2004-09-13  Oliver Bolte  <obo@openoffice.org>  [7f270a2abf907b63746e0aca7811957a6bceba86]

        #i10000# std::vector<String> Apply(const std::vector<String> & rStrs) const added

2004-09-13  Oliver Bolte  <obo@openoffice.org>  [777ee1492a6eafbb944567f49396ea48696983a9]

        #i10000# ChgFmt(SwFmt & rFmt, const SfxPoolItem & rItem) missing

2004-09-13  Oliver Bolte  <obo@openoffice.org>  [1ab9e94a2d3686fab3a540ce6b458209adc08bfa]

        #i10000# new statusbar interface

2004-09-11  Kurt Zenker  <kz@openoffice.org>  [f05f45d996fc1fa386436a174a150fd518df3aeb]

        new version for SRC680

2004-09-11  Kurt Zenker  <kz@openoffice.org>  [f23266336b774d73517474e8205f5212c5b98085]

        new version for SRC680

2004-09-11  Kurt Zenker  <kz@openoffice.org>  [076dda164ed35c519e52fe5396b8c7c4228957b1]

        new version for SRC680

2004-09-11  Kurt Zenker  <kz@openoffice.org>  [b12b335e85f27c92160bacf4da60e4241821b3bd]

        new version for SRC680

2004-09-11  Kurt Zenker  <kz@openoffice.org>  [b55f3f7f8c4c254ccb431452dcdd3ac46b8f04e4]

        new version for SRC680

2004-09-11  Kurt Zenker  <kz@openoffice.org>  [83f236cd4dd6037270c21f0dcb6116e76ac4ac52]

        new version for SRC680

2004-09-10  Oliver Bolte  <obo@openoffice.org>  [43a806927d33a585920b6781ba87f4eb7d3936bc]

        #i10000# merge problems fixed

2004-09-10  Oliver Bolte  <obo@openoffice.org>  [8053a4fe8ce35fc1fadf9537f0f765c86f732545]

        #i10000# solved merge problem

2004-09-10  Oliver Bolte  <obo@openoffice.org>  [bebfe1ba2e42286c53949c30432244cfdb69b535]

        #i10000# arrow1Rect, arrow2Rect to arrowRect

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [da38bb74941dffe64c19fa2f977a0e69fb1f9285]

        SRC680

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6296f7635bdad582694349adf4c515158cf05870]

        INTEGRATION: CWS toolbars2 (1.11.10); FILE MERGED 2004/08/09 08:25:30 gh 1.11.10.1: #i32449#use SmartId from VCL

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [11390d9f6e1233a57ee825396c26937a91dd602d]

        INTEGRATION: CWS toolbars2 (1.7.10); FILE MERGED 2004/08/11 12:49:42 cd 1.7.10.3: RESYNC: (1.7-1.8); FILE MERGED 2004/08/10 13:41:36 gh 1.7.10.2: #i32516#using new SmartIds in Testtool 2004/08/09 08:24:59 gh 1.7.10.1: #i32449#use SmartId from VCL

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d861c1115174550b21946ff826382d028cfb8653]

        INTEGRATION: CWS toolbars2 (1.11.10); FILE MERGED 2004/08/11 12:49:34 cd 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2004/08/09 08:24:59 gh 1.11.10.1: #i32449#use SmartId from VCL

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3b1ab7fa65b224a065d0dcbbcec81f71d053470f]

        INTEGRATION: CWS toolbars2 (1.7.10); FILE MERGED 2004/08/11 12:49:23 cd 1.7.10.3: RESYNC: (1.7-1.8); FILE MERGED 2004/08/10 13:41:35 gh 1.7.10.2: #i32516#using new SmartIds in Testtool 2004/08/09 08:24:59 gh 1.7.10.1: #i32449#use SmartId from VCL

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [141c4c0cfbb4edd196e6b863575d5419c905ba30]

        INTEGRATION: CWS toolbars2 (1.12.8); FILE MERGED 2004/09/02 13:44:54 gh 1.12.8.6: #i33727# workaround for floating toolbars not closeable via FloatingWindow 2004/08/16 15:13:11 gh 1.12.8.5: #i32516#replace use of GetUniqueOrHelpId by GetSmartUniqueOrHelpId 2004/08/12 08:08:23 gh 1.12.8.4: buildproblem after resync to new master 2004/08/11 12:49:15 cd 1.12.8.3: RESYNC: (1.12-1.14); FILE MERGED 2004/08/10 13:41:35 gh 1.12.8.2: #i32516#using new SmartIds in Testtool 2004/08/09 08:24:58 gh 1.12.8.1: #i32449#use SmartId from VCL

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a7a3c9f5712c57260d6004cc0abb64de4e079f1b]

        INTEGRATION: CWS toolbars2 (1.9.10); FILE MERGED 2004/08/16 15:13:11 gh 1.9.10.4: #i32516#replace use of GetUniqueOrHelpId by GetSmartUniqueOrHelpId 2004/08/11 12:49:07 cd 1.9.10.3: RESYNC: (1.9-1.10); FILE MERGED 2004/08/10 13:41:35 gh 1.9.10.2: #i32516#using new SmartIds in Testtool 2004/08/09 08:24:58 gh 1.9.10.1: #i32449#use SmartId from VCL

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2c17bc284f2e2eee9c73a028e67b0efea6e61fc0]

        INTEGRATION: CWS toolbars2 (1.6.10); FILE MERGED 2004/08/11 12:48:58 cd 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2004/08/10 13:41:34 gh 1.6.10.1: #i32516#using new SmartIds in Testtool

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c6f54ef13331ff27b2201653f60580e04d48f6df]

        INTEGRATION: CWS toolbars2 (1.2.10); FILE MERGED 2004/08/09 08:24:58 gh 1.2.10.1: #i32449#use SmartId from VCL

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [909d4993a632d9528d1fb5af381d1aae319c10c6]

        INTEGRATION: CWS toolbars2 (1.20.4); FILE MERGED 2004/08/26 13:11:36 cd 1.20.4.1: #i32219# Adapt XML security statusbar controller to new implementation

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [359a2b0ee649307a1debe464206d1587cfca1b5a]

        INTEGRATION: CWS toolbars2 (1.2.10); FILE MERGED 2004/08/10 13:41:34 gh 1.2.10.2: #i32516#using new SmartIds in Testtool 2004/08/09 08:24:57 gh 1.2.10.1: #i32449#use SmartId from VCL

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [159dfcafba6867234782641258ab8f938334d18a]

        INTEGRATION: CWS toolbars2 (1.6.10); FILE MERGED 2004/08/16 15:13:10 gh 1.6.10.2: #i32516#replace use of GetUniqueOrHelpId by GetSmartUniqueOrHelpId 2004/08/10 13:41:34 gh 1.6.10.1: #i32516#using new SmartIds in Testtool

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c25da443a061425c49531a9bb7cac54bdf1635f3]

        INTEGRATION: CWS toolbars2 (1.2.10); FILE MERGED 2004/08/09 08:24:57 gh 1.2.10.1: #i32449#use SmartId from VCL

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [babb27de6f4663e349bdc90b87432a3c6d351432]

        INTEGRATION: CWS toolbars2 (1.6.10); FILE MERGED 2004/08/09 08:24:56 gh 1.6.10.1: #i32449#use SmartId from VCL

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b3d02da227021519c2a9abb69fbadfd8f92b7403]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/26 13:11:51 cd 1.1.2.3: #i32219# Adapt XML security statusbar controller to new implementation 2004/08/18 13:37:55 cd 1.1.2.2: #i32219# Added help IDs for status bar items 2004/08/17 06:39:17 cd 1.1.2.1: #i32219# Added statusbar XML file for calc

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b4c5b3fbe27925bc56fb9e9fb175bc867c4eae1d]

        INTEGRATION: CWS toolbars2 (1.13.2); FILE MERGED 2004/08/23 09:38:33 dbo 1.13.2.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [51de461279112d393678d433dcf788736e2bb3e9]

        INTEGRATION: CWS toolbars2 (1.17.88); FILE MERGED 2004/08/17 06:43:12 cd 1.17.88.1: #i32219# Deliver statusbar XML file

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e9d74f6a26caffdacba5ca8de3f6372918dc8060]

        INTEGRATION: CWS toolbars2 (1.81.32); FILE MERGED 2004/08/25 14:08:00 cd 1.81.32.4: #i32219# Changes for layout manager based progress bar 2004/08/20 09:14:07 cd 1.81.32.3: RESYNC: (1.82-1.83); FILE MERGED 2004/08/11 14:08:13 cd 1.81.32.2: RESYNC: (1.81-1.82); FILE MERGED 2004/08/05 15:32:11 cd 1.81.32.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5ad44ee983a3f912fb3747daea044a1f42688365]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/18 13:45:07 cd 1.1.2.3: #i32219# Some fixes added 2004/08/11 10:42:19 cd 1.1.2.2: #i32219# Base class for statusbar controller added 2004/08/05 15:40:00 cd 1.1.2.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7675a8d089335599cfcb4e18b2432065780357c1]

        INTEGRATION: CWS toolbars2 (1.3.44); FILE MERGED 2004/08/11 10:39:20 cd 1.3.44.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [cb23f111eb13b7f0cad0de5f6d874d9be465133c]

        INTEGRATION: CWS toolbars2 (1.15.52); FILE MERGED 2004/08/25 14:31:13 cd 1.15.52.2: #i32541# Basic toolbox controller implementation to support old code 2004/08/05 15:40:13 cd 1.15.52.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f2bfd86a0a1fee766f2bca4750a29c3005d47e90]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/18 13:35:05 cd 1.1.2.1: #i32219# Added empty status bar for start module

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d7afd8e12817705eb52f77b6310e71ccd80c5c1f]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/25 14:23:11 cd 1.1.2.1: #i32541# Basic toolbox controller implementation to support old code

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [961ce7846c723ce86763676b19bd227f6610130e]

        INTEGRATION: CWS toolbars2 (1.7.2); FILE MERGED 2004/08/23 09:46:51 dbo 1.7.2.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [60d1c47fc0baeccd5402581cd1813721beda28b9]

        INTEGRATION: CWS toolbars2 (1.116.6); FILE MERGED 2004/08/25 14:30:32 cd 1.116.6.3: #i32541# Basic toolbox controller implementation to support old code 2004/08/11 13:02:17 cd 1.116.6.2: RESYNC: (1.116-1.117); FILE MERGED 2004/08/11 10:42:31 cd 1.116.6.1: #i32219# Base class for statusbar controller added

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [aa27af601dc4a3e7c71f717e2d76be7a1d63688e]

        INTEGRATION: CWS toolbars2 (1.2.86); FILE MERGED 2004/08/18 13:36:17 cd 1.2.86.2: #i32219# Some fixes for new fraamework based status bar 2004/08/05 15:31:42 cd 1.2.86.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5d338461293d20f2f27be00053fecb52109de8e5]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/18 13:44:58 cd 1.1.2.3: #i32219# Some fixes added 2004/08/11 10:42:04 cd 1.1.2.2: #i32219# Base class for statusbar controller added 2004/08/05 15:38:40 cd 1.1.2.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2366af1138ec25a7bc591ec2658621af0633edf8]

        INTEGRATION: CWS toolbars2 (1.3.62); FILE MERGED 2004/08/05 15:31:42 cd 1.3.62.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dcb2af32fdc97a442b6b6df54d7ec3b2615ed1e6]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/05 15:21:10 cd 1.1.2.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5cd3a6271a54a438c7f5f234eb151ef684a75ce4]

        INTEGRATION: CWS toolbars2 (1.3.38); FILE MERGED 2004/08/05 15:30:03 cd 1.3.38.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1b7a33b754ec891415f4ee7e4e3148bd18d68ac2]

        INTEGRATION: CWS toolbars2 (1.2.38); FILE MERGED 2004/08/06 15:25:02 ssa 1.2.38.2: #i32198# treat toolbox sizes as clientwindowsizes 2004/08/05 15:28:36 cd 1.2.38.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c14f691a8ebc3be49d4a077a5a08bad6fc1f1bc8]

        INTEGRATION: CWS toolbars2 (1.2.38); FILE MERGED 2004/08/20 09:13:35 cd 1.2.38.4: RESYNC: (1.2-1.3); FILE MERGED 2004/08/16 15:08:14 gh 1.2.38.3: #i32516#remove Set/GetHelpIdAsString 2004/08/11 10:38:58 cd 1.2.38.2: #i32219# Status bar is now controlled by framework based layout manager 2004/08/06 15:25:01 ssa 1.2.38.1: #i32198# treat toolbox sizes as clientwindowsizes

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7671b45c7463f905cc18c31efaf31c540b7e2c98]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/25 14:04:08 cd 1.1.2.1: #i32219# New classes for layout manager based progress bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bf78995a7adb7d33459e44a0833e5abfb8d76db8]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/11 10:38:57 cd 1.1.2.2: #i32219# Status bar is now controlled by framework based layout manager 2004/08/05 15:20:20 cd 1.1.2.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b5ffd9b2358aa6619eb8d6419132d52205f5d0f5]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/18 13:36:16 cd 1.1.2.3: #i32219# Some fixes for new fraamework based status bar 2004/08/11 10:38:57 cd 1.1.2.2: #i32219# Status bar is now controlled by framework based layout manager 2004/08/05 15:20:41 cd 1.1.2.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [043168d8c7647e406b38de3af27a5a64f14cdfd3]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/11 10:38:57 cd 1.1.2.2: #i32219# Status bar is now controlled by framework based layout manager 2004/08/05 15:20:31 cd 1.1.2.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [03c77b76b0fd5eea1ed8359c47a1160b21f8c5d1]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/25 14:03:58 cd 1.1.2.1: #i32219# New classes for layout manager based progress bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2823db8820439564f346d27ebc76ff43436d73c2]

        INTEGRATION: CWS toolbars2 (1.4.36); FILE MERGED 2004/08/25 14:07:34 cd 1.4.36.3: #i32219# Changes for layout manager based progress bar 2004/08/11 14:06:59 cd 1.4.36.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/05 15:28:36 cd 1.4.36.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b94c687257565253de47d9df923f9d7ea808ba22]

        INTEGRATION: CWS toolbars2 (1.6.36); FILE MERGED 2004/08/25 14:07:34 cd 1.6.36.3: #i32219# Changes for layout manager based progress bar 2004/08/11 14:06:31 cd 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2004/08/05 15:28:04 cd 1.6.36.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [97e63285f89a951701a739e934f67c8f978f986b]

        INTEGRATION: CWS toolbars2 (1.5.36); FILE MERGED 2004/08/25 14:07:34 cd 1.5.36.2: #i32219# Changes for layout manager based progress bar 2004/08/05 15:27:53 cd 1.5.36.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fed9fd582ef06258aa313317c7f1433763050dcb]

        INTEGRATION: CWS toolbars2 (1.75.2); FILE MERGED 2004/08/25 14:07:33 cd 1.75.2.1: #i32219# Changes for layout manager based progress bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a1e9ed1a92decac60ba25fca817789f17f38c81d]

        INTEGRATION: CWS toolbars2 (1.9.36); FILE MERGED 2004/08/25 14:07:33 cd 1.9.36.2: #i32219# Changes for layout manager based progress bar 2004/08/11 10:38:56 cd 1.9.36.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [947adcb61ba4798ba226ad563362eb4cc3ebde53]

        INTEGRATION: CWS toolbars2 (1.22.32); FILE MERGED 2004/08/11 14:06:24 cd 1.22.32.2: RESYNC: (1.22-1.23); FILE MERGED 2004/08/05 15:27:26 cd 1.22.32.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [933e4919bb78a1c3fb29829969fa87d5cc1e4678]

        INTEGRATION: CWS toolbars2 (1.7.38); FILE MERGED 2004/08/25 14:07:32 cd 1.7.38.8: #i32219# Changes for layout manager based progress bar 2004/08/20 09:13:02 cd 1.7.38.7: RESYNC: (1.8-1.9); FILE MERGED 2004/08/16 15:48:05 ssa 1.7.38.6: #32194# use gradient in dockingareas 2004/08/13 14:37:05 cd 1.7.38.5: #i32219# Initialize m_aStatusBarElement correctly 2004/08/11 14:06:06 cd 1.7.38.4: RESYNC: (1.7-1.8); FILE MERGED 2004/08/11 10:38:56 cd 1.7.38.3: #i32219# Status bar is now controlled by framework based layout manager 2004/08/06 15:24:12 ssa 1.7.38.2: #i32198# support new interface XWindow2 2004/08/05 15:27:03 cd 1.7.38.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [cd1b1a23230488dfc6caa5f255b0c85023f8eb8c]

        INTEGRATION: CWS toolbars2 (1.7.264); FILE MERGED 2004/08/24 13:45:15 ssa 1.7.264.1: #i32194# provide color space conversion

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f8f5065c7c0d6238018fda8e135dd93134a86a81]

        INTEGRATION: CWS toolbars2 (1.10.248); FILE MERGED 2004/08/25 14:07:32 cd 1.10.248.1: #i32219# Changes for layout manager based progress bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2cf9513f8ab2495e038d2b0c5f799301eb175aeb]

        INTEGRATION: CWS toolbars2 (1.3.36); FILE MERGED 2004/08/11 10:38:55 cd 1.3.36.2: #i32219# Status bar is now controlled by framework based layout manager 2004/08/05 15:26:51 cd 1.3.36.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bafe9486b43798f82e7567c3d3fe691204a1dbe0]

        INTEGRATION: CWS toolbars2 (1.30.36); FILE MERGED 2004/08/17 09:57:05 cd 1.30.36.1: #i32219# Deliver new statusbar XML file

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ca00ff64176db0546b67354bb9e33690a1f153b3]

        INTEGRATION: CWS toolbars2 (1.2.86); FILE MERGED 2004/08/05 15:26:03 cd 1.2.86.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a240679574f46b24efa083d4150d2bd78fa0f04a]

        INTEGRATION: CWS toolbars2 (1.3.62); FILE MERGED 2004/08/05 15:26:03 cd 1.3.62.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [10c5483d2b27326f6eee87637269161d3412097a]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/05 15:19:38 cd 1.1.2.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6a18b9de86e8ad44cdcde5910163f20f7e5da894]

        INTEGRATION: CWS toolbars2 (1.2.86); FILE MERGED 2004/08/25 14:07:21 cd 1.2.86.1: #i32219# Changes for layout manager based progress bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dd7a85ee8a7f7d74308b321dffdcd17006380cd5]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/25 14:03:36 cd 1.1.2.1: #i32219# New classes for layout manager based progress bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2ad1a281df1f71f380bdd76617028b7d5d76a588]

        INTEGRATION: CWS toolbars2 (1.6.24); FILE MERGED 2004/08/19 12:31:57 mi 1.6.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8f2949860eb4826131cba6cff9cb4264f0a88d1c]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/05 15:08:06 cd 1.1.2.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1c34e98c3c20749df5ea74696f1b8dd2ce9cd088]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/11 10:38:15 cd 1.1.2.3: #i32219# Status bar is now controlled by framework based layout manager 2004/08/07 07:41:25 ssa 1.1.2.2: #i32219# added class keyword to friend declaration 2004/08/05 15:08:07 cd 1.1.2.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [cc83da9dcbf821ebeca28c0f9f8fbd3b8c6ca492]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/11 10:38:14 cd 1.1.2.2: #i32219# Status bar is now controlled by framework based layout manager 2004/08/05 15:08:06 cd 1.1.2.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3a069eef34132bbd11cdae4022e65ab53074902e]

        INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED 2004/08/19 12:31:57 mi 1.5.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [771623a84338305ea15603d7e27ccb5dcace0058]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/25 14:03:27 cd 1.1.2.1: #i32219# New classes for layout manager based progress bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [36db34eafccac466a103af6c0552458ea13e54c2]

        INTEGRATION: CWS toolbars2 (1.6.6); FILE MERGED 2004/08/25 14:07:20 cd 1.6.6.4: #i32219# Changes for layout manager based progress bar 2004/08/13 14:36:47 cd 1.6.6.3: #i32219# Initialize m_aStatusBarElement correctly 2004/08/11 10:38:14 cd 1.6.6.2: #i32219# Status bar is now controlled by framework based layout manager 2004/08/05 15:25:38 cd 1.6.6.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f2f424fa7b7ea614f2dc07377b44f172ca325eeb]

        INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED 2004/08/19 12:31:56 mi 1.5.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [82617bfc547f35d3be8363c0d96033436ad12a56]

        INTEGRATION: CWS toolbars2 (1.3.84); FILE MERGED 2004/08/25 14:07:20 cd 1.3.84.1: #i32219# Changes for layout manager based progress bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [00636f3514b0c94996a53de12b0768c2ad9a705a]

        INTEGRATION: CWS toolbars2 (1.6.248); FILE MERGED 2004/08/25 14:07:20 cd 1.6.248.1: #i32219# Changes for layout manager based progress bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ca522237ec4a430f60b5e4ede95ad1a4cb6bc5bb]

        INTEGRATION: CWS toolbars2 (1.7.24); FILE MERGED 2004/08/19 12:31:56 mi 1.7.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [cf5760ece40dde0b6472238bbac35a0122459855]

        INTEGRATION: CWS toolbars2 (1.3.36); FILE MERGED 2004/08/11 10:38:14 cd 1.3.36.2: #i32219# Status bar is now controlled by framework based layout manager 2004/08/05 15:25:15 cd 1.3.36.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c46bdea4bbb31759d620a64340d3f0a547e7d209]

        INTEGRATION: CWS toolbars2 (1.22.32); FILE MERGED 2004/08/11 14:04:12 cd 1.22.32.2: RESYNC: (1.22-1.23); FILE MERGED 2004/08/05 15:22:29 cd 1.22.32.1: #i32219# New classes for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4802180134641cfc7ae5e0b3cfab206ebd4c0fbc]

        INTEGRATION: CWS toolbars2 (1.3.48); FILE MERGED 2004/08/19 12:31:55 mi 1.3.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6247d0b32a23da7f416ba59e40840c6621cd87d7]

        INTEGRATION: CWS toolbars2 (1.3.44); FILE MERGED 2004/08/11 10:38:13 cd 1.3.44.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [87c3791b5fa70bd70df4f7f6737144d4b02541eb]

        INTEGRATION: CWS toolbars2 (1.2.20); FILE MERGED 2004/08/19 12:31:55 mi 1.2.20.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e3cc026a1f727a5f2942e992f69dc96c0fdfbcee]

        INTEGRATION: CWS toolbars2 (1.2.20); FILE MERGED 2004/08/19 12:31:54 mi 1.2.20.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [536cc239433f1c47c92a6817193c4956e2a130ef]

        INTEGRATION: CWS toolbars2 (1.5.14); FILE MERGED 2004/08/19 12:31:54 mi 1.5.14.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [536e9ba96d90d802ad2b3ca60a2d81ae6debcf01]

        INTEGRATION: CWS toolbars2 (1.4.18); FILE MERGED 2004/08/19 12:31:54 mi 1.4.18.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9c9be06c2fa4f54ee642f1a7f091afb8b2b9d174]

        INTEGRATION: CWS toolbars2 (1.3.48); FILE MERGED 2004/08/19 12:31:54 mi 1.3.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f71965736f1248caeb1a53fcf2523d914f5df50a]

        INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED 2004/08/19 12:31:53 mi 1.5.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [00f5995475a15855e3e63bc78276542dfa6a0126]

        INTEGRATION: CWS toolbars2 (1.5.2); FILE MERGED 2004/08/23 09:47:56 dbo 1.5.2.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bd5c9adbeeb4842126c9aea8261ab7edade9e85f]

        INTEGRATION: CWS toolbars2 (1.7.24); FILE MERGED 2004/08/19 12:31:53 mi 1.7.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3b06b3059ec68b5dbeb654a6634c81d27a82a82c]

        INTEGRATION: CWS toolbars2 (1.15.24); FILE MERGED 2004/08/19 12:31:53 mi 1.15.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [46d715b957ca50f0336aecaa843afa4396af486d]

        INTEGRATION: CWS toolbars2 (1.12.24); FILE MERGED 2004/08/19 12:31:53 mi 1.12.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1b3b7388d64649d20b9ddca8c22bbe806c21ac98]

        INTEGRATION: CWS toolbars2 (1.6.24); FILE MERGED 2004/08/19 12:31:52 mi 1.6.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [56fe715bf2cc1cea7c34718d1af0bf21366634b3]

        INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED 2004/08/19 12:31:52 mi 1.5.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6d80c0834e3bf3b2f700f5acf5617b737264725f]

        INTEGRATION: CWS toolbars2 (1.10.24); FILE MERGED 2004/08/19 12:31:52 mi 1.10.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [296580e7c2c8876603f675d3e00bb6737e6becb0]

        INTEGRATION: CWS toolbars2 (1.11.24); FILE MERGED 2004/08/19 12:31:52 mi 1.11.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8d928e250ca0eb6b634c43a6b5369317b8c22909]

        INTEGRATION: CWS toolbars2 (1.10.14); FILE MERGED 2004/08/19 12:31:51 mi 1.10.14.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8745920c5d9020cc912fd550de5f5c3120288968]

        INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED 2004/08/19 12:31:51 mi 1.5.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [eb5e5fadfd628312dce9982eb5b6a82df8b87f51]

        INTEGRATION: CWS toolbars2 (1.2.24); FILE MERGED 2004/08/19 12:31:51 mi 1.2.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [909af30760d43893c9902918d73c144cf18be100]

        INTEGRATION: CWS toolbars2 (1.3.24); FILE MERGED 2004/08/19 12:31:51 mi 1.3.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bd647ca383d7b9cfb9f82cc4c4ba1dc66fbe66c5]

        INTEGRATION: CWS toolbars2 (1.6.24); FILE MERGED 2004/08/19 12:31:51 mi 1.6.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5efc7e7aaff15ed5f2dd5a5f3a9d3630bfe54b6b]

        INTEGRATION: CWS toolbars2 (1.4.14); FILE MERGED 2004/08/19 12:31:51 mi 1.4.14.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bb68200da4c43d31fc4a771a2cc1181a2b053005]

        INTEGRATION: CWS toolbars2 (1.7.24); FILE MERGED 2004/08/19 12:31:50 mi 1.7.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dc6c89deac3c0a135d8c195302c563635e034146]

        INTEGRATION: CWS toolbars2 (1.3.14); FILE MERGED 2004/08/19 12:31:50 mi 1.3.14.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2df91b9ac8fc0e84f6bf331c21a893ea0058dc8b]

        INTEGRATION: CWS toolbars2 (1.2.14); FILE MERGED 2004/08/19 12:31:50 mi 1.2.14.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0b90079f9ce60c9a5ba52d3d9277430947a67052]

        INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED 2004/08/19 12:31:50 mi 1.5.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [688346a29414465adc5bd77b0067385878397a34]

        INTEGRATION: CWS toolbars2 (1.2.38); FILE MERGED 2004/08/19 12:31:50 mi 1.2.38.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [128a23ff8394569c9b2c76dd37f4d0e7e9a6e2d9]

        INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED 2004/08/19 12:31:49 mi 1.5.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [acc755e6b035752431eea8c67df4ba405a85c5b7]

        INTEGRATION: CWS toolbars2 (1.4.24); FILE MERGED 2004/08/19 12:31:49 mi 1.4.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5f13c5f3ccf3059b45c00159cbef1f6d4eae727d]

        INTEGRATION: CWS toolbars2 (1.2.38); FILE MERGED 2004/08/19 12:31:49 mi 1.2.38.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1f04c3a9ce5d3c820835a103a0ca5ed6b47a6df3]

        INTEGRATION: CWS toolbars2 (1.15.24); FILE MERGED 2004/08/19 12:31:48 mi 1.15.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [576590e35593793a8bf0be63e1c0a58a64b1ce51]

        INTEGRATION: CWS toolbars2 (1.17.24); FILE MERGED 2004/08/19 12:31:48 mi 1.17.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [cdff3f1112312f4c14641001e0314f4cd5af6765]

        INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED 2004/08/19 12:31:48 mi 1.5.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a0a1659ef4211c05a92fd3aefdf4b93d6006874f]

        INTEGRATION: CWS toolbars2 (1.35.44); FILE MERGED 2004/08/24 13:50:38 ssa 1.35.44.4: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/11 10:41:00 cd 1.35.44.3: #i32219# Status bar is now controlled by framework based layout manager 2004/08/09 07:48:36 cd 1.35.44.2: #i32219# Adaption for framework based status bar 2004/08/06 15:26:23 ssa 1.35.44.1: #i32198# treat toolbox sizes as clientwindowsizes

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f241b838c8fad23991fa870dee747a440e012f97]

        INTEGRATION: CWS toolbars2 (1.2.26); FILE MERGED 2004/08/19 12:31:47 mi 1.2.26.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0a543ee87ba44cc842649ece640d947618578823]

        INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED 2004/08/19 12:31:47 mi 1.5.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0fd0c66d1a61755bf6ba97c11bfff71e9ac48fe3]

        INTEGRATION: CWS toolbars2 (1.2.594); FILE MERGED 2004/08/18 13:41:40 cd 1.2.594.3: #i32219# Adapt SfxStatusBarControl to implement new UNO API - works now as a wrapper 2004/08/11 10:41:00 cd 1.2.594.2: #i32219# Status bar is now controlled by framework based layout manager 2004/08/09 07:48:36 cd 1.2.594.1: #i32219# Adaption for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7ef74415df01619941b364fb5cf5f3e16634aa6c]

        INTEGRATION: CWS toolbars2 (1.6.24); FILE MERGED 2004/08/19 12:31:47 mi 1.6.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [abf5600a009124e839e1471384d4edeeee5ddd0e]

        INTEGRATION: CWS toolbars2 (1.13.42); FILE MERGED 2004/08/25 14:00:47 cd 1.13.42.2: #i32219# Adapt code to use progress bar from layout manager 2004/08/09 07:48:35 cd 1.13.42.1: #i32219# Adaption for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [160d39d1b0bec9d1d6e9a43e2a96f3d25cc08672]

        INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED 2004/08/19 12:31:46 mi 1.5.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6588c5d8be7c05648d26cb4956a1933bc394efb7]

        INTEGRATION: CWS toolbars2 (1.22.4); FILE MERGED 2004/08/25 14:00:45 cd 1.22.4.1: #i32219# Adapt code to use progress bar from layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [236f61e5858d5274b837b256ced5c468c65a3c1a]

        INTEGRATION: CWS toolbars2 (1.2.26); FILE MERGED 2004/08/19 12:31:46 mi 1.2.26.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5b5d4a2c9526e3096efe485aeb0edb7dccd245ad]

        INTEGRATION: CWS toolbars2 (1.7.24); FILE MERGED 2004/08/19 12:31:46 mi 1.7.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [65eeff04eb9973693c51136b8d0ca3afb6e3be3d]

        INTEGRATION: CWS toolbars2 (1.6.24); FILE MERGED 2004/08/19 12:31:45 mi 1.6.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [07f66052046896ff49a7e69c3d2e5ec1a6e6a422]

        INTEGRATION: CWS toolbars2 (1.2.40); FILE MERGED 2004/08/19 12:31:45 mi 1.2.40.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d31d59caa0e1f8edb7be5cc60bb28f8a95565be1]

        INTEGRATION: CWS toolbars2 (1.2.40); FILE MERGED 2004/08/19 12:31:44 mi 1.2.40.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f688fe6df1bdedd8d154ef4b65bd2f629574a820]

        INTEGRATION: CWS toolbars2 (1.2.150); FILE MERGED 2004/08/19 12:30:33 mi 1.2.150.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [479e0616e273d66b76def7e171db8997b11e2643]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:32 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9ee906fe4e5eda312a995a9a1e3d033548375745]

        INTEGRATION: CWS toolbars2 (1.14.24); FILE MERGED 2004/08/19 12:31:43 mi 1.14.24.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c94f4790c08e161b39adb685087c84530556239f]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:32 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [42cd2a92c0cc49a3b49defbdfd16e1f5f6f757d3]

        INTEGRATION: CWS toolbars2 (1.10.70); FILE MERGED 2004/08/19 12:30:31 mi 1.10.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3520798ef4736436d1ac335746ac671c730a5c23]

        INTEGRATION: CWS toolbars2 (1.86.42); FILE MERGED 2004/08/25 14:00:47 cd 1.86.42.4: #i32219# Adapt code to use progress bar from layout manager 2004/08/18 13:42:33 cd 1.86.42.3: #i32219# Adaption to new status bar implementation 2004/08/11 12:59:36 cd 1.86.42.2: RESYNC: (1.86-1.87); FILE MERGED 2004/08/11 10:41:01 cd 1.86.42.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1fe60529a2016da3a3e4907d51ed3d19b48e9b10]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:31 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [60a8b2ee588675e2a07c008f11b4a451156067c7]

        INTEGRATION: CWS toolbars2 (1.59.42); FILE MERGED 2004/08/09 07:48:37 cd 1.59.42.1: #i32219# Adaption for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f371c0399d4b1336a7eff99931aa6321a64842b6]

        INTEGRATION: CWS toolbars2 (1.52.44); FILE MERGED 2004/08/25 14:00:47 cd 1.52.44.2: #i32219# Adapt code to use progress bar from layout manager 2004/08/11 10:41:01 cd 1.52.44.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [632822f81cbecc7a00a21cff5adf99a917e12585]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:31 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1a664595bc3803f6780e685d2835ffdca6215531]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:30:31 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f0cfe92dc31f660850c2a75df984f4c038c836f1]

        INTEGRATION: CWS toolbars2 (1.9.70); FILE MERGED 2004/08/19 12:30:30 mi 1.9.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [41537add7ffad24eba15b71087f6ea46c0e06013]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:30 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f452eae047beb7aaeaa48093021e7c5c9f99a1c1]

        INTEGRATION: CWS toolbars2 (1.4.576); FILE MERGED 2004/08/25 14:00:46 cd 1.4.576.2: #i32219# Adapt code to use progress bar from layout manager 2004/08/09 07:48:35 cd 1.4.576.1: #i32219# Adaption for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6f6902ed3a5e948c6d201fb2ab3984066448fd94]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:30:30 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [84dcc8066fddc1410e64e5444671f6c5169ee1b7]

        INTEGRATION: CWS toolbars2 (1.24.4); FILE MERGED 2004/08/20 09:34:40 cd 1.24.4.2: RESYNC: (1.24-1.25); FILE MERGED 2004/08/09 07:48:35 cd 1.24.4.1: #i32219# Adaption for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bfbd3a489ea30b5aac01bcf23354f6a7e2804b7b]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:30 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6d68ba8437272ddbaf922b1720988b0bb6e23041]

        INTEGRATION: CWS toolbars2 (1.64.4); FILE MERGED 2004/08/30 09:26:19 mav 1.64.4.1: #i26282# replace all filter variable

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [85e69c8475908c9888ec5b32c95128c29bb22a50]

        INTEGRATION: CWS toolbars2 (1.2.88); FILE MERGED 2004/08/19 12:30:29 mi 1.2.88.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3bf469b6e718dedf209617492e04700c335ad48b]

        INTEGRATION: CWS toolbars2 (1.45.108); FILE MERGED 2004/08/25 14:00:46 cd 1.45.108.2: #i32219# Adapt code to use progress bar from layout manager 2004/08/11 10:40:59 cd 1.45.108.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6a732aa5026665211d9efda95b540fd90c8adb56]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:29 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e5dcda58a25943c514fdcea43efd7b9628b4933d]

        INTEGRATION: CWS toolbars2 (1.74.4); FILE MERGED 2004/08/25 12:51:59 mav 1.74.4.1: #i26282# add format to the possible answer clarification

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dbbe885d4c6f620608e86aeb211b878f4794e6f0]

        INTEGRATION: CWS toolbars2 (1.11.198); FILE MERGED 2004/08/26 13:54:47 ssa 1.11.198.1: #i33420# remove pin/autohide feature from splitwindows

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6c922af1d0beed3b79ae0b9cf772039bf95712d6]

        INTEGRATION: CWS toolbars2 (1.13.52); FILE MERGED 2004/08/09 07:48:34 cd 1.13.52.1: #i32219# Adaption for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d12d3c16774abc35b12a15256263cf1d415e7dfa]

        INTEGRATION: CWS toolbars2 (1.6.444); FILE MERGED 2004/08/25 14:00:45 cd 1.6.444.2: #i32219# Adapt code to use progress bar from layout manager 2004/08/09 07:48:34 cd 1.6.444.1: #i32219# Adaption for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [23f8f61070492e38a82ce228b5936950034c8a40]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:30:28 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b4b9d4e35f2f4c82444e83d56a956e949fa651f5]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:28 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5be390d437c3fba26330a17d76b1a0afe9b809b7]

        INTEGRATION: CWS toolbars2 (1.37.4); FILE MERGED 2004/08/20 09:33:50 cd 1.37.4.2: RESYNC: (1.37-1.38); FILE MERGED 2004/08/09 07:48:33 cd 1.37.4.1: #i32219# Adaption for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [acf4665470b05535758aeb9c8b0468da6df3cf56]

        INTEGRATION: CWS toolbars2 (1.2.80); FILE MERGED 2004/08/11 10:40:58 cd 1.2.80.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2020bf5a1de9f000665dda6a4d515b06e67207c1]

        INTEGRATION: CWS toolbars2 (1.2.88); FILE MERGED 2004/08/19 12:30:28 mi 1.2.88.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e137a9809bd32f3de2bf18fbd59a8c9bcb662815]

        INTEGRATION: CWS toolbars2 (1.27.42); FILE MERGED 2004/08/09 07:48:33 cd 1.27.42.1: #i32219# Adaption for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1515ec5fb9c4de29694de57c2e10f1dbdd734bd4]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:27 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dbdc29e499abf125b6d6f66de668bc60c88fe599]

        INTEGRATION: CWS toolbars2 (1.15.108); FILE MERGED 2004/08/25 14:00:45 cd 1.15.108.2: #i32219# Adapt code to use progress bar from layout manager 2004/08/11 10:40:58 cd 1.15.108.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9da9600679d8b6f052d03fd116fd5b382d79e53c]

        INTEGRATION: CWS toolbars2 (1.37.42); FILE MERGED 2004/08/25 14:00:44 cd 1.37.42.4: #i32219# Adapt code to use progress bar from layout manager 2004/08/20 09:33:42 cd 1.37.42.3: RESYNC: (1.38-1.40); FILE MERGED 2004/08/11 12:57:46 cd 1.37.42.2: RESYNC: (1.37-1.38); FILE MERGED 2004/08/09 07:48:32 cd 1.37.42.1: #i32219# Adaption for framework based status bar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4bf078138f599ca92a75e108739875879850f400]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:27 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e06aa606dadd03b14d16654102ca3e5050476f3a]

        INTEGRATION: CWS toolbars2 (1.12.44); FILE MERGED 2004/08/11 12:57:26 cd 1.12.44.2: RESYNC: (1.12-1.13); FILE MERGED 2004/08/11 10:40:57 cd 1.12.44.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8381df37936ed03b8789e4971e0e4dc2b5254c5b]

        INTEGRATION: CWS toolbars2 (1.83.42); FILE MERGED 2004/08/30 15:47:50 ssa 1.83.42.4: #100000# correct include list 2004/08/25 14:00:44 cd 1.83.42.3: #i32219# Adapt code to use progress bar from layout manager 2004/08/20 09:32:41 cd 1.83.42.2: RESYNC: (1.83-1.84); FILE MERGED 2004/08/11 10:40:57 cd 1.83.42.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [206739c577129163c5eb4912346439dd080f9a50]

        INTEGRATION: CWS toolbars2 (1.9.70); FILE MERGED 2004/08/19 12:30:26 mi 1.9.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4740acb93e45149656fcb0bd2ab775fa7388b4d3]

        INTEGRATION: CWS toolbars2 (1.55.2); FILE MERGED 2004/08/26 13:16:41 cd 1.55.2.1: #i32219# Adapt XML security statusbar controller to new implementation

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c2917b7399d3560ff54ea7e296676304bdfc526d]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:26 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5e7e9af867f7fb18baf665da0cdb2c95e0262a8e]

        INTEGRATION: CWS toolbars2 (1.9.444); FILE MERGED 2004/08/26 13:16:40 cd 1.9.444.1: #i32219# Adapt XML security statusbar controller to new implementation

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2fc4b759111473212eb071288e4df443a23b38f7]

        INTEGRATION: CWS toolbars2 (1.2.120); FILE MERGED 2004/08/19 12:30:26 mi 1.2.120.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a031d7d5ea64d3b033049aa903f3c48279209e87]

        INTEGRATION: CWS toolbars2 (1.2.120); FILE MERGED 2004/08/19 12:30:25 mi 1.2.120.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f3a4296ab5d7c6f02c2f212c66602cc07bdaf38b]

        INTEGRATION: CWS toolbars2 (1.1.1.1.616); FILE MERGED 2004/08/18 13:41:23 cd 1.1.1.1.616.2: #i32219# Adapt SfxStatusBarControl to implement new UNO API - works now as a wrapper 2004/08/11 10:40:47 cd 1.1.1.1.616.1: #i32219# Status bar is now controlled by framework based layout manager

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b54f97aa865b5f07510db44136e70b7e00589b87]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:25 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [45154ea42165995de1c519221db1e89bdad1282e]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:30:25 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b2872aaf22b3ad0248ceb323137fe8d8d777cf3b]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:24 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [33bc9178461aec7286e039a8329353bb4ab24f0e]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:24 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [802a6a2f82539461fe0359dd7deec4598804e9bd]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:23 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fdcf5dc5a1be088a126922d63334ae483459579e]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:30:23 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2796f359acb91d1171dee6ad99d09823213c7675]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:30:22 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [457808a498f81bfe8e46a53e6c400840a2d3b4ba]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:22 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [77306698c1a3e64042b61c095a67d37160448d4d]

        INTEGRATION: CWS toolbars2 (1.8.70); FILE MERGED 2004/08/19 12:30:22 mi 1.8.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [45e59f0375e5d96b9cbc477d79ebb52027c977d1]

        INTEGRATION: CWS toolbars2 (1.5.2); FILE MERGED 2004/08/19 12:30:22 mi 1.5.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [66ec0378aae901fcdbb0fc2229b73ba055f2c98e]

        INTEGRATION: CWS toolbars2 (1.5.2); FILE MERGED 2004/08/19 12:30:21 mi 1.5.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [63f1d6e9d463c73c672577c23eb3428c1a202d0f]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:21 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2886966e8d1f67dbc7fa1ddede7fd87643cc2c7e]

        INTEGRATION: CWS toolbars2 (1.5.2); FILE MERGED 2004/08/19 12:30:20 mi 1.5.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [094e66ba70dd1518a0453031625a662a43a8f014]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:20 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7a3e397d975697cc2a5d1b5d70f3c4b4ec2ba866]

        INTEGRATION: CWS toolbars2 (1.14.2); FILE MERGED 2004/08/19 12:30:19 mi 1.14.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d29db2375352008bb14b5fe132e4deb9da93fb76]

        INTEGRATION: CWS toolbars2 (1.13.70); FILE MERGED 2004/08/19 12:30:19 mi 1.13.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d4d3a7913a205c5e3a64c01ba9a7bb166fbcb0ba]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/18 13:21:10 cd 1.1.2.2: #i32219# Added helpid attribute to support help 2004/08/17 09:13:53 cd 1.1.2.1: #i32219# Added statusbar XML file for basic IDE

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b88fa69909a3b543adbb4b5f270da33f9e5ea192]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:30:19 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [207f2a75b5249fb12092279828185b69e659b7c2]

        INTEGRATION: CWS toolbars2 (1.23.38); FILE MERGED 2004/08/17 09:15:12 cd 1.23.38.1: #i32219# Deliver new statusbar XML file

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6864c1507f2915d1da655a2d3664c5471d253351]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:19 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [480bb8fc6e04285f5a615097e10bfff07053f56d]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:18 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2797ccecf63b1fbd7d7f3d322923abd6e148d671]

        INTEGRATION: CWS toolbars2 (1.7.2); FILE MERGED 2004/08/19 12:30:18 mi 1.7.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [cbac413ceaca06d1645cd7d8d221595d3f96f99f]

        INTEGRATION: CWS toolbars2 (1.9.70); FILE MERGED 2004/08/19 12:30:18 mi 1.9.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9c1a1206ddb9c1eefdc0b74e44298c44d6bb6d35]

        INTEGRATION: CWS toolbars2 (1.13.70); FILE MERGED 2004/08/19 12:30:18 mi 1.13.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [01589207ac9919a3e3bcb3e8078361f622836d5b]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:17 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [87223d0ab00835c060014c69b8dcc9a4dcb14212]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:17 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [00d6bfd433866fc5c0a2e6577ed9399b3de520ca]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:30:17 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [59ec4b7f397e4e089b0ab56be07785f37012eec0]

        INTEGRATION: CWS toolbars2 (1.11.2); FILE MERGED 2004/08/19 12:30:17 mi 1.11.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c87260857c20b40e665547a471822e77e3ba8c8a]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:17 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [beb637c84a78ebb6546ee40838a76bcb21e87f49]

        INTEGRATION: CWS toolbars2 (1.2.226); FILE MERGED 2004/08/19 12:30:16 mi 1.2.226.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d6a32eb2bb4ba99a67414b66cc89fc11b99dc3a0]

        INTEGRATION: CWS toolbars2 (1.6.2); FILE MERGED 2004/08/19 12:30:16 mi 1.6.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [36a95c43218dca636cf4232548f563ff358f446c]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:16 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [76c8636bd7e5a0e18514634b136b120fdcdc1f5c]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:15 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ffd106beca16294374edcc7b0447a4bf80d18fc9]

        INTEGRATION: CWS toolbars2 (1.9.2); FILE MERGED 2004/08/18 17:19:12 pl 1.9.2.7: #i32198# more OWNERDRAW improvements 2004/08/18 12:46:12 pl 1.9.2.6: #32198# improve toolbar behaviour 2004/08/17 13:46:19 pl 1.9.2.5: #i32198# toolbars should not be override redirect 2004/08/16 16:06:12 pl 1.9.2.4: #32198# point conversion in signalButton 2004/08/16 15:42:08 pl 1.9.2.3: #32198# new toolbars in gtk plugin 2004/08/12 17:04:53 pl 1.9.2.2: #i32190# implement SetMaxClientSize 2004/08/10 16:19:44 ssa 1.9.2.1: #i32190# prototypes for maxclientsize

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [706db8b084d8bbe04606b940874ea8b961dceed3]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:14 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bfde1f0410a7a475de8e757d6c9a3e3462d84d12]

        INTEGRATION: CWS toolbars2 (1.7.162); FILE MERGED 2004/09/02 07:47:04 ssa 1.7.162.2: #i33420# use correct grip offset 2004/08/26 14:03:45 ssa 1.7.162.1: #i33420# improve look of splitwindows

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c61e5f19aca0c705ab7e4df0c57ca92aba7bfc25]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:14 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [23041ff9034411122c23c96494d26e66a1acb879]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:13 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0a80012e243a5b2af9a5cb70f3fd779e27e85c20]

        INTEGRATION: CWS toolbars2 (1.71.22); FILE MERGED 2004/08/27 16:08:22 ssa 1.71.22.11: #i32284# make subtoolbars keyboard accessible 2004/08/24 13:48:39 ssa 1.71.22.10: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/20 09:08:21 cd 1.71.22.9: RESYNC: (1.72-1.74); FILE MERGED 2004/08/18 14:09:22 toconnor 1.71.22.8: #i31823# all page scrolling of toolbox for icon selector 2004/08/16 15:45:17 ssa 1.71.22.7: #32194# provide gradient that covers the application window for use in dockingareas and the menubar 2004/08/11 21:22:04 ssa 1.71.22.6: correct typo 2004/08/11 12:50:16 cd 1.71.22.5: RESYNC: (1.71-1.72); FILE MERGED 2004/08/10 17:08:36 ssa 1.71.22.4: #i32181# draw grip according to spec 2004/08/10 15:42:35 ssa 1.71.22.3: #i32190# provide SystemWindow::SetMaxOutputSizePixel() 2004/08/06 15:33:53 ssa 1.71.22.2: #i32198# improve ownerdraw decoration support 2004/07/30 11:57:50 ssa 1.71.22.1: #i32198# initial suport for system floaters with owner draw decoration

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [08cd6fc4095d15cf8dfc64669f3f68d903a63866]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:13 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [92f4b4577846d9be94c4556d2753983e8b3c4a8c]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/26 13:17:51 cd 1.1.2.3: #i32219# Adapt XML security statusbar controller to new implementation 2004/08/18 13:43:35 cd 1.1.2.2: #i32219# Added help IDs for status bar items 2004/08/17 07:55:44 cd 1.1.2.1: #i32219# Added statusbar XML file for math

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4ee096eb1a569bf20ded0fe7c2e8fc375f9df570]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:12 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4dd00163a3a4cc40b1a20e9e883f2268a95362fa]

        INTEGRATION: CWS toolbars2 (1.9.2); FILE MERGED 2004/08/23 09:43:29 dbo 1.9.2.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dd2fabb5064aae85ff62a25525ab9749fe485f3a]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:12 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [198a81cd844c5d51c7bcaf110bf8002582c85226]

        INTEGRATION: CWS toolbars2 (1.18.42); FILE MERGED 2004/08/17 07:56:10 cd 1.18.42.1: #i32219# Deliver statusbar XML file

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4dd635d33b9117ea11020413a4df4d016603a176]

        INTEGRATION: CWS toolbars2 (1.10.70); FILE MERGED 2004/08/19 12:30:11 mi 1.10.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [343e583c9ca1784ca0afe2baf660753881362f47]

        INTEGRATION: CWS toolbars2 (1.26.70); FILE MERGED 2004/08/19 12:30:11 mi 1.26.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [30162dc39d089ae4a173ed18c1996626b29fa8e1]

        INTEGRATION: CWS toolbars2 (1.2.136); FILE MERGED 2004/08/19 12:30:11 mi 1.2.136.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [02053ff6edd019ce6615d6eccb88aa7d8fdf353e]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:30:10 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [339aa96b7f82508796b745876e2928e680b0b529]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:10 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3802aa100407290ea5597d0ea6c4e55d75cee4b6]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:30:10 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [cb4d4852f4e17914ea36a4dfb63a6fde6ee6f309]

        INTEGRATION: CWS toolbars2 (1.14.70); FILE MERGED 2004/08/19 12:30:10 mi 1.14.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d35c768741a133b8835b52f32050fadd63dec157]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:30:09 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5e89d3c1460f3864b87b9c536d0fb00b809c6bfa]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:09 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b959af9b7685c0251a56b72ca93b5093c59a6187]

        INTEGRATION: CWS toolbars2 (1.13.68); FILE MERGED 2004/08/19 12:30:09 mi 1.13.68.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3c06f6bc38b8bb251f41d723f85c970866e8c2ed]

        INTEGRATION: CWS toolbars2 (1.8.68); FILE MERGED 2004/08/19 12:30:09 mi 1.8.68.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [39702bd13d222bae2d10121efac57462be269f6e]

        INTEGRATION: CWS toolbars2 (1.11.70); FILE MERGED 2004/08/19 12:30:09 mi 1.11.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [50cbf1a7deaeb96af5ab6ccb6092f5935b2da494]

        INTEGRATION: CWS toolbars2 (1.108.24); FILE MERGED 2004/08/10 15:42:36 ssa 1.108.24.2: #i32190# provide SystemWindow::SetMaxOutputSizePixel() 2004/08/06 15:34:34 ssa 1.108.24.1: #i32198# improve ownerdraw decoration support

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [83dd12b76e5769f3609ab76bc0bcd9e55a0121b4]

        INTEGRATION: CWS toolbars2 (1.7.2); FILE MERGED 2004/08/19 12:30:08 mi 1.7.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dc82dd29926a1a4ed3e98f516fb9dc1489344f80]

        INTEGRATION: CWS toolbars2 (1.10.24); FILE MERGED 2004/08/10 15:42:36 ssa 1.10.24.1: #i32190# provide SystemWindow::SetMaxOutputSizePixel()

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5aa52ec5758c1c87802906356394dd012736246c]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:30:08 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6b407462f0f9fce956d1751a28080826bd7e83ac]

        INTEGRATION: CWS toolbars2 (1.181.2); FILE MERGED 2004/09/01 11:53:50 pl 1.181.2.6: #i32198# float windows can be configured now 2004/08/19 17:12:03 pl 1.181.2.5: #i32198# even more improvements for ownerdraw windows 2004/08/13 16:56:23 pl 1.181.2.4: #i32198# improvements for owner paint floats 2004/08/13 16:06:32 pl 1.181.2.3: #i32198# use NET_WM_WINDOW_TYPE_TOOLBAR windows for EWMH compliant WMs 2004/08/12 17:04:53 pl 1.181.2.2: #i32190# implement SetMaxClientSize 2004/08/10 16:19:45 ssa 1.181.2.1: #i32190# prototypes for maxclientsize

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fd59f43e6317c0b0142ee507cc0ea3291d97fae0]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:30:08 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [488c9a975e5a02be5960a44859379891d1deb679]

        INTEGRATION: CWS toolbars2 (1.9.56); FILE MERGED 2004/08/16 15:42:08 pl 1.9.56.1: #32198# new toolbars in gtk plugin

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8dd79c4f84e3a2f1c8a645ee1ce11152e26925bd]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:08 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a82a412ce5d79ec13a768965434a1e9052b22957]

        INTEGRATION: CWS toolbars2 (1.25.34); FILE MERGED 2004/09/01 15:39:42 pl 1.25.34.2: #i32198# avoid an assertion 2004/08/17 13:47:44 pl 1.25.34.1: #i32198# better fallback for empty or unviewable region in getBitmap

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0f464a6f9dd5cabe58d6c9de21c50d60b178baee]

        INTEGRATION: CWS toolbars2 (1.49.24); FILE MERGED 2004/09/02 13:08:40 pl 1.49.24.4: #i32198# avoid decorated toolbars on KDE3.1 2004/08/20 09:08:46 cd 1.49.24.3: RESYNC: (1.49-1.50); FILE MERGED 2004/08/19 17:09:08 pl 1.49.24.2: #i32198# WM_TAKE_FOCUS, changeReferenceFrame for ownerdraw frames, removed warnings 2004/08/13 16:06:31 pl 1.49.24.1: #i32198# use NET_WM_WINDOW_TYPE_TOOLBAR windows for EWMH compliant WMs

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5233d3da4f5f4e1e9365e26d9c1c27a0ba32abd5]

        INTEGRATION: CWS toolbars2 (1.37.2); FILE MERGED 2004/08/16 15:42:07 pl 1.37.2.1: #32198# new toolbars in gtk plugin

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [138594a7cc47728121843849a9e2f4b4bd00aaf2]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:07 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dba4026018118097e5cdda241eb0497dd958dafa]

        INTEGRATION: CWS toolbars2 (1.4.26); FILE MERGED 2004/08/16 15:42:07 pl 1.4.26.3: #32198# new toolbars in gtk plugin 2004/08/12 17:04:53 pl 1.4.26.2: #i32190# implement SetMaxClientSize 2004/08/10 16:19:45 ssa 1.4.26.1: #i32190# prototypes for maxclientsize

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [09d059b9d91316a8fd11a3a03e9b0b0ea12a0f5e]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:07 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ae50c0a522ca9ebee383da9905bab6aff9982338]

        INTEGRATION: CWS toolbars2 (1.19.176); FILE MERGED 2004/09/02 13:08:39 pl 1.19.176.3: #i32198# avoid decorated toolbars on KDE3.1 2004/08/19 17:07:58 pl 1.19.176.2: #i32198# add: WM_TAKE_FOCUS 2004/08/13 16:06:31 pl 1.19.176.1: #i32198# use NET_WM_WINDOW_TYPE_TOOLBAR windows for EWMH compliant WMs

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ba2c984530d4c3a2e619083849eb8c25049dcafa]

        INTEGRATION: CWS toolbars2 (1.40.2); FILE MERGED 2004/08/10 16:19:45 ssa 1.40.2.1: #i32190# prototypes for maxclientsize

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dcfb908b3ea78ceb6df89bb8d35d0288eba44d12]

        INTEGRATION: CWS toolbars2 (1.9.66); FILE MERGED 2004/08/16 15:42:06 pl 1.9.66.1: #32198# new toolbars in gtk plugin

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ce7b5290656ef5a92692c1abb4c4b77156d48747]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:06 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d1b08c1e1846f10663dc0c62e88b4a6c50c77935]

        INTEGRATION: CWS toolbars2 (1.89.66); FILE MERGED 2004/08/20 09:08:37 cd 1.89.66.7: RESYNC: (1.90-1.91); FILE MERGED 2004/08/18 16:39:17 ssa 1.89.66.6: #i32198# let sfx handle show/hide of floating toolbars 2004/08/09 15:10:31 ssa 1.89.66.5: #i32198# restore ownerdraw windows only if they were hidden automatically 2004/08/06 15:33:54 ssa 1.89.66.4: #i32198# improve ownerdraw decoration support 2004/08/04 07:45:20 ssa 1.89.66.3: #i32198# keep position of client- and borderwindows always in sync 2004/08/02 08:32:37 ssa 1.89.66.2: RESYNC: (1.89-1.90); FILE MERGED 2004/07/30 11:57:51 ssa 1.89.66.1: #i32198# initial suport for system floaters with owner draw decoration

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [175bb49edd6a0e04be46f664fe849de3db4563b1]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:30:06 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3d4db04773f84a1da84c26d26c306dfcb01bb68e]

        INTEGRATION: CWS toolbars2 (1.13.24); FILE MERGED 2004/08/16 15:16:46 gh 1.13.24.4: #i32516#remove Set/GetHelpIdAsString from ToolBox and GetUniqueOrHelpId from Windows 2004/08/10 13:39:42 gh 1.13.24.3: #i32516#use SmartIds for UniqueIds as well + fixes 2004/08/06 14:10:18 gh 1.13.24.2: #i32449#support to hold numeric and String Id on Windows 2004/07/30 11:57:51 ssa 1.13.24.1: #i32198# initial suport for system floaters with owner draw decoration

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8fdee0fe3f72700dc397a166efe1257a9eadb0dc]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:06 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ecf46187906585863072a22f9e32a799c343b54c]

        INTEGRATION: CWS toolbars2 (1.194.6); FILE MERGED 2004/08/24 13:48:40 ssa 1.194.6.13: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/18 16:39:16 ssa 1.194.6.12: #i32198# let sfx handle show/hide of floating toolbars 2004/08/16 15:45:18 ssa 1.194.6.11: #32194# provide gradient that covers the application window for use in dockingareas and the menubar 2004/08/13 13:52:08 ssa 1.194.6.10: #i32198# correct use of SAL_FRAME_STYLE_OWNERDRAWDECORATION 2004/08/13 13:47:32 ssa 1.194.6.9: #i32198# correct use of SAL_FRAME_STYLE_OWNERDRAWDECORATION 2004/08/10 13:39:42 gh 1.194.6.8: #i32516#use SmartIds for UniqueIds as well + fixes 2004/08/09 15:10:31 ssa 1.194.6.7: #i32198# restore ownerdraw windows only if they were hidden automatically 2004/08/09 11:36:14 ssa 1.194.6.6: #i32449# delete smarthelpid 2004/08/06 14:10:17 gh 1.194.6.5: #i32449#support to hold numeric and String Id on Windows 2004/08/04 07:45:19 ssa 1.194.6.4: #i32198# keep position of client- and borderwindows always in sync 2004/08/02 08:32:21 ssa 1.194.6.3: RESYNC: (1.194-1.195); FILE MERGED 2004/07/30 15:37:46 ssa 1.194.6.2: #i32198# update clientwindow position when border frame moves 2004/07/30 11:57:51 ssa 1.194.6.1: #i32198# initial suport for system floaters with owner draw decoration

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1cd2d338b21624f10bedf8c28d21dda729e7ca66]

        INTEGRATION: CWS toolbars2 (1.2.2); FILE MERGED 2004/08/19 12:30:05 mi 1.2.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f4728d275b66341fad31b9b5f0fc6d3a87cc3b66]

        INTEGRATION: CWS toolbars2 (1.27.22); FILE MERGED 2004/08/24 17:06:16 pl 1.27.22.7: #i33362# use ImplDelData on borderwin, too 2004/08/24 13:48:39 ssa 1.27.22.6: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/20 09:08:29 cd 1.27.22.5: RESYNC: (1.28-1.30); FILE MERGED 2004/08/18 14:09:23 toconnor 1.27.22.4: #i31823# all page scrolling of toolbox for icon selector 2004/08/16 15:16:46 gh 1.27.22.3: #i32516#remove Set/GetHelpIdAsString from ToolBox and GetUniqueOrHelpId from Windows 2004/08/06 15:33:54 ssa 1.27.22.2: #i32198# improve ownerdraw decoration support 2004/07/30 11:57:50 ssa 1.27.22.1: #i32198# initial suport for system floaters with owner draw decoration

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6ac22456c310a7801b18b3ae16dc8144e77a2e83]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:05 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [818347b509ebd1931bf6db918748f1de1297ef09]

        INTEGRATION: CWS toolbars2 (1.35.162); FILE MERGED 2004/08/10 15:42:35 ssa 1.35.162.2: #i32190# provide SystemWindow::SetMaxOutputSizePixel() 2004/07/30 11:57:50 ssa 1.35.162.1: #i32198# initial suport for system floaters with owner draw decoration

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [af44c8bbaae833a8f4bcc1d507d049e0b6dd1b35]

        INTEGRATION: CWS toolbars2 (1.12.68); FILE MERGED 2004/08/16 15:45:17 ssa 1.12.68.2: #32194# provide gradient that covers the application window for use in dockingareas and the menubar 2004/08/11 10:52:03 cd 1.12.68.1: #i32219# New method added to set item command

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c2a860b7a6e0eb8b61835356091e0b6b57d7c0b6]

        INTEGRATION: CWS toolbars2 (1.7.2); FILE MERGED 2004/08/19 12:30:04 mi 1.7.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5adc479e9f783321ce370286c2b57228f1a18a5e]

        INTEGRATION: CWS toolbars2 (1.12.70); FILE MERGED 2004/08/19 12:30:04 mi 1.12.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d5018d23aee895245b41d3450d644ebe8c6d8216]

        INTEGRATION: CWS toolbars2 (1.107.24); FILE MERGED 2004/08/16 15:45:17 ssa 1.107.24.1: #32194# provide gradient that covers the application window for use in dockingareas and the menubar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2c333b66c62bc34defcd0d852279f4ec0bacf238]

        INTEGRATION: CWS toolbars2 (1.5.2); FILE MERGED 2004/08/19 12:30:04 mi 1.5.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7d353cb4a50982681dadee31d91d833d277191b8]

        INTEGRATION: CWS toolbars2 (1.28.24); FILE MERGED 2004/08/24 13:48:39 ssa 1.28.24.2: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/07/30 11:57:50 ssa 1.28.24.1: #i32198# initial suport for system floaters with owner draw decoration

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [88767f43559c1bbc8f8543bf1c7409b249ae87de]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:04 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [786ae2e125729212b4b253ca78e6f6f93359d6ef]

        INTEGRATION: CWS toolbars2 (1.16.24); FILE MERGED 2004/08/10 15:42:35 ssa 1.16.24.1: #i32190# provide SystemWindow::SetMaxOutputSizePixel()

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [aab315f15e854ae1b0fde0fa8a22fd19dd8f8b79]

        INTEGRATION: CWS toolbars2 (1.2.24); FILE MERGED 2004/08/27 16:08:22 ssa 1.2.24.5: #i32284# make subtoolbars keyboard accessible 2004/08/24 13:48:38 ssa 1.2.24.4: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/10 15:42:34 ssa 1.2.24.3: #i32190# provide SystemWindow::SetMaxOutputSizePixel() 2004/08/06 15:33:53 ssa 1.2.24.2: #i32198# improve ownerdraw decoration support 2004/07/30 11:57:49 ssa 1.2.24.1: #i32198# initial suport for system floaters with owner draw decoration

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [02ed6d7981fb1d6af0cea335408b5d68960b98d5]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:03 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [df6ba2adbaeea9c5abe6e3ea0a583ec78ca9e7bd]

        INTEGRATION: CWS toolbars2 (1.14.34); FILE MERGED 2004/08/10 15:42:34 ssa 1.14.34.3: #i32190# provide SystemWindow::SetMaxOutputSizePixel() 2004/07/30 13:38:54 ssa 1.14.34.2: #i32198# force min title height 2004/07/30 11:57:49 ssa 1.14.34.1: #i32198# initial suport for system floaters with owner draw decoration

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [af985c44caa8d9d5097fba43a42760c74351eeb3]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:03 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [84f0288a6e90820992e8b8f48011ab10f5303d6e]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/09/02 13:45:51 gh 1.1.2.4: #i33727# NULL-pointer access when setting to empty SmartId 2004/08/10 13:39:41 gh 1.1.2.3: #i32516#use SmartIds for UniqueIds as well + fixes 2004/08/09 08:13:24 gh 1.1.2.2: make string params const 2004/08/06 14:06:50 gh 1.1.2.1: #i32449#New class to hold numeric and String Id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [66fa041aca04a5bd6dad80c00de0237ff94dea67]

        INTEGRATION: CWS toolbars2 (1.13.102); FILE MERGED 2004/08/06 14:09:39 gh 1.13.102.1: #i32449#New class to hold numeric and String Id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [356d98d6b0bfe1d75294f4f5fd5d5a20c067cd1c]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:03 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5b9ecafa6a6e586dc5b1a82b328897b83e23a242]

        INTEGRATION: CWS toolbars2 (1.2.162); FILE MERGED 2004/08/16 15:45:16 ssa 1.2.162.1: #32194# provide gradient that covers the application window for use in dockingareas and the menubar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fafba26b5203bffed201a31269e89184ba6263e5]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:30:02 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [65b8261be00f710ac22ec1ba778037cbe6174f86]

        INTEGRATION: CWS toolbars2 (1.9.64); FILE MERGED 2004/08/16 15:45:16 ssa 1.9.64.1: #32194# provide gradient that covers the application window for use in dockingareas and the menubar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2e0996f1f0d04b3f0ccacab0f5d53053bcc4b430]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:30:02 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1ec77d7bc9c73639c762d478f7f9b1eea8d29f00]

        INTEGRATION: CWS toolbars2 (1.28.24); FILE MERGED 2004/08/24 14:34:05 ssa 1.28.24.1: #i33202# reduce menu button triangle size

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [336b49382e71b3b74d912265f8840c0ff8b98625]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:02 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fddffdff34feca70642196e746d9c1929d2560a8]

        INTEGRATION: CWS toolbars2 (1.48.24); FILE MERGED 2004/08/24 13:48:38 ssa 1.48.24.3: #i32185# provide smooth border around a toolbar item and its floating subtoolbar 2004/08/20 09:07:24 cd 1.48.24.2: RESYNC: (1.48-1.49); FILE MERGED 2004/08/16 15:45:15 ssa 1.48.24.1: #32194# provide gradient that covers the application window for use in dockingareas and the menubar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1821ee2655c009434dd5ec883433be14e07ff889]

        INTEGRATION: CWS toolbars2 (1.39.28); FILE MERGED 2004/08/20 09:07:05 cd 1.39.28.2: RESYNC: (1.39-1.40); FILE MERGED 2004/08/06 16:05:22 gh 1.39.28.1: #i32449#New class to hold numeric and String Id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e952cd1c0345a48e11fcce6ca4e18da518543c23]

        INTEGRATION: CWS toolbars2 (1.4.98); FILE MERGED 2004/08/19 12:30:01 mi 1.4.98.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [be137c852df2c2e64cb73d56281caeb4fbb0d8cc]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:01 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [707602315f34c10a586c554204864332c092e6c4]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:30:01 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [17bfd87312ca4ffb9724ef064f1e907761bcd618]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:30:00 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9ecc8edb7d91974738744f549fa21eb15adb4f93]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:59 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [21dd61143d6c45756d672cc1eda7101791d56c0a]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:58 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9e81aa941c4ac832f02cbe1360dee42e620a3e2f]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:57 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [456773863af899129d3d4232de2490ca4b8f871f]

        INTEGRATION: CWS toolbars2 (1.22.46); FILE MERGED 2004/08/05 16:01:56 cd 1.22.46.1: #i32219# New service for UNO based status bar controllers

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fd074af0f6c85477e19a2414596f24f816e46ed4]

        INTEGRATION: CWS toolbars2 (1.2.120); FILE MERGED 2004/08/19 12:29:56 mi 1.2.120.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c6c2a0560ea5c8b457aeaf7248f04c375ff1cd5b]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:56 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1916a3067e4006ce1ce290018f861a8af3e5f610]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/05 16:01:15 cd 1.1.2.1: #i32219# New interface for UNO based status bar controllers

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f45f2bec54d4672b2e059a61d760744ced439b28]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:29:56 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4123eb2935f309248b79a338ba37a68efe31b71e]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:29:55 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [747db599d3fe591d8bdd800201f94e946ff0e42f]

        INTEGRATION: CWS toolbars2 (1.8.70); FILE MERGED 2004/08/19 12:29:55 mi 1.8.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b2cfce8918fbc230827d08d87b3c0f09322ecf9c]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:55 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5e5e542b903aa97e2ce2fbb740aefec567c00ead]

        INTEGRATION: CWS toolbars2 (1.2.120); FILE MERGED 2004/08/19 12:29:54 mi 1.2.120.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [acf53925156749aa3a0ecd2e5d975414953b9f8a]

        INTEGRATION: CWS toolbars2 (1.3.12); FILE MERGED 2004/08/23 09:45:57 dbo 1.3.12.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [18f1771e22a2b2ec07334d3a76f17d605535ce1d]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:29:54 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ec8bf2b77251781775bd23da312946aac47ae219]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/05 16:01:37 cd 1.1.2.1: #i32219# New service for UNO based status bar controllers

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9474c97e16df692d05b4c16a524ee164ffaee54c]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:29:54 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3522116a3c9925f98cc1ec914750a1dbced2b5ae]

        INTEGRATION: CWS toolbars2 (1.14.70); FILE MERGED 2004/08/19 12:29:54 mi 1.14.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ca05557342bb4adb8997449fd37403de76fc45d7]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:54 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f212e90b45467912e27dcac7e3658fa19d71a474]

        INTEGRATION: CWS toolbars2 (1.7.70); FILE MERGED 2004/08/19 12:29:53 mi 1.7.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b97df6dc852ac1582768a2e5dbb7cb4cf86081f5]

        INTEGRATION: CWS toolbars2 (1.2.12); FILE MERGED 2004/08/23 09:45:56 dbo 1.2.12.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [303f559427c8ccdc4b937d5d87b8f8f3c6f9743f]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:29:53 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3b643b6c7a35f3dbccae9fdee07178e7eb70da0c]

        INTEGRATION: CWS toolbars2 (1.8.70); FILE MERGED 2004/08/19 12:29:53 mi 1.8.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d8ff9df5169b75704a9059cb01e8b1a533a4802f]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:53 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4797a63c7d2cf66d006e28e4804dbf8d6b83e381]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:52 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [774eab13e8d52389092c585e0fef2ad711ae1ebd]

        INTEGRATION: CWS toolbars2 (1.8.70); FILE MERGED 2004/08/19 12:29:52 mi 1.8.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [43dd054a2d02835b083da39f141fc13f2f40a5ec]

        INTEGRATION: CWS toolbars2 (1.11.70); FILE MERGED 2004/08/19 12:29:51 mi 1.11.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f7d5b050da836a66552717e33be93b4ba281dc65]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:51 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [572f434e202892381df6b9fef457a0dde2f93c1f]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:29:51 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [48a933bf716e5dbadc32e7faeac3175aa611cea3]

        INTEGRATION: CWS toolbars2 (1.4.322); FILE MERGED 2004/08/19 12:29:51 mi 1.4.322.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3efe416762074c38b8152294734228c609a81cb7]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:29:50 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6ef0380197e497b1d6fe5fc699f410d1652bc06d]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:29:50 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a69d1e17fe6406d725e227c95753f695cfa1f4d6]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:29:49 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9481c8ced33f9a615f84feecf799a908fb2d0a20]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:29:49 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9938deccca5828b78e0c242a054c4cea8af3cf22]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:49 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b362ca659e650eea74d8a5b527ac5b973b71cff9]

        INTEGRATION: CWS toolbars2 (1.12.70); FILE MERGED 2004/08/19 12:29:49 mi 1.12.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [48f92d8a15297873ce49480edf84e20a395a358e]

        INTEGRATION: CWS toolbars2 (1.41.2); FILE MERGED 2004/08/26 13:24:17 cd 1.41.2.1: #i32219# Adapt XML security statusbar controller to new implementation

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7f187ae119b7037b3cfefdf99f410309a1bdb7c9]

        INTEGRATION: CWS toolbars2 (1.19.70); FILE MERGED 2004/08/19 12:29:48 mi 1.19.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4b33f05252b97dd7322dbea0e1f9edb5f8890e3f]

        INTEGRATION: CWS toolbars2 (1.6.70); FILE MERGED 2004/08/19 12:29:48 mi 1.6.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f98f424a65d1dd5e5bef13b35fbfd28b5d2057b3]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:29:48 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ff734204b3814c5c9547c84d9801d39f80b0ac0e]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:48 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [529b5c2404e971fe307bbb109ebf277a5fd64ec0]

        INTEGRATION: CWS toolbars2 (1.2.6); FILE MERGED 2004/08/19 12:29:48 mi 1.2.6.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b582746e05825eb595bdddd740882c6f5063cf8c]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:47 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a1ba31a55b34b132a89bce623cd0c18b809f37e3]

        INTEGRATION: CWS toolbars2 (1.2.60); FILE MERGED 2004/08/19 12:29:47 mi 1.2.60.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [005bfe9599becfb25bb5fa3c8cf4a338e465316a]

        INTEGRATION: CWS toolbars2 (1.3.60); FILE MERGED 2004/08/19 12:29:47 mi 1.3.60.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [68147c9b5b6b62726cbbc7b339dc6fd04f9e63cb]

        INTEGRATION: CWS toolbars2 (1.3.60); FILE MERGED 2004/08/20 08:47:18 cd 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/19 12:29:47 mi 1.3.60.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [302d2792f0394edb7ce0d9a2a1d9f41642e7a3b5]

        INTEGRATION: CWS toolbars2 (1.3.60); FILE MERGED 2004/08/20 08:47:09 cd 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/19 12:29:46 mi 1.3.60.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f4334e9744013e3aa779a90927cdcf2857475b95]

        INTEGRATION: CWS toolbars2 (1.3.60); FILE MERGED 2004/08/20 08:47:02 cd 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/19 12:29:46 mi 1.3.60.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [104c9aaa1078e4ae36fd9079852b37305aaaab46]

        INTEGRATION: CWS toolbars2 (1.3.60); FILE MERGED 2004/08/20 08:46:53 cd 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/19 12:29:46 mi 1.3.60.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d9db5d3e6d3e9b6c21db459194a9578cb917197b]

        INTEGRATION: CWS toolbars2 (1.3.60); FILE MERGED 2004/08/19 12:29:46 mi 1.3.60.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1b5a0b45e6d50c365345b67040a940f6d01d6090]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:29:45 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6cf31bb5d3afc04ce6c596dd6f7bc1f8c783d764]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:29:44 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [75cd623d9bccc0d00510a0cb906a5b3024211c56]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:29:43 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0037c5c986df561ce915e7accfe0dd7b5c464a83]

        INTEGRATION: CWS toolbars2 (1.4.56); FILE MERGED 2004/08/19 12:29:43 mi 1.4.56.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [158d9f2a2c833992baa3921cdab05311448ea45f]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:29:42 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c44e261bf4bc7d7125a4fd0abb798cf318909c88]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:29:41 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [130a8edd7a581d01965dd3b8db7a6e5a778b1ef8]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:29:40 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [562b4919ddbe5d4c437220d6b397af5bd672657a]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:29:39 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5013c7db065b7442c38799ff0a7c202108f13b24]

        INTEGRATION: CWS toolbars2 (1.4.56); FILE MERGED 2004/08/19 12:29:38 mi 1.4.56.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c9b5a62cbbedec61a606863d39bd2d1c04e3db3f]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:29:38 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [abad6396f4440260ca92b72de709c98c83b8fbff]

        INTEGRATION: CWS toolbars2 (1.2.372); FILE MERGED 2004/08/19 12:29:38 mi 1.2.372.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [432331a1fea999c99f69eb3a8b090527e14ab879]

        INTEGRATION: CWS toolbars2 (1.3.70); FILE MERGED 2004/08/19 12:29:37 mi 1.3.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [75bbac79c774c5fabb5be4140681f8b8175253cd]

        INTEGRATION: CWS toolbars2 (1.4.56); FILE MERGED 2004/08/19 12:29:36 mi 1.4.56.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [008dae71dbf813606547cd96f07f9a0b63994c60]

        INTEGRATION: CWS toolbars2 (1.11.70); FILE MERGED 2004/08/19 12:29:36 mi 1.11.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d6c7625ae72be9c4a5c9b528b3ea314062011946]

        INTEGRATION: CWS toolbars2 (1.12.70); FILE MERGED 2004/08/19 12:29:35 mi 1.12.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1aaa87abf51a598c56a949a92868049b96948a10]

        INTEGRATION: CWS toolbars2 (1.11.70); FILE MERGED 2004/08/19 12:29:35 mi 1.11.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [82d441592fec6c8c132ec50be80ba66f4f8c457b]

        INTEGRATION: CWS toolbars2 (1.14.2); FILE MERGED 2004/08/19 12:29:35 mi 1.14.2.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0b06d26bcf53d9cf2c077015438f7ac851b29f5f]

        INTEGRATION: CWS toolbars2 (1.15.70); FILE MERGED 2004/08/19 12:29:34 mi 1.15.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a9b88e59435a22adbaf85fe6d6d1f28982efce9a]

        INTEGRATION: CWS toolbars2 (1.13.70); FILE MERGED 2004/08/19 12:29:34 mi 1.13.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6cb6ddf746216435a4d1a508788974acf8d4ec77]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:29:34 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [42fe439e598a51734ec0dedcd7689cf09a381234]

        INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED 2004/08/19 12:29:33 mi 1.5.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [941e2088b88db1aa949ed69f203bdadcd3c8ba14]

        INTEGRATION: CWS toolbars2 (1.30.48); FILE MERGED 2004/08/06 15:05:44 ssa 1.30.48.2: #i32198# new interface XWindow2 2004/08/05 16:00:07 cd 1.30.48.1: #i32219# Definition for commands

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [72223f2f6c48eada51b3b05e414fe5af3b8aeea1]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/06 15:05:44 ssa 1.1.2.1: #i32198# new interface XWindow2

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2f98f66a5c9fdbc7510882eb338c32e20f45effb]

        INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGED 2004/08/19 12:29:33 mi 1.4.70.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7d50cc2cc023c1200a4dc167b29d98f854d23cd6]

        INTEGRATION: CWS toolbars2 (1.7.72); FILE MERGED 2004/08/19 12:29:32 mi 1.7.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6a9a85cd39d9719f3099b99b4f25d4a8e16f75b5]

        INTEGRATION: CWS toolbars2 (1.3.72); FILE MERGED 2004/08/19 12:29:32 mi 1.3.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0102b8f907f3dfd85158d8e3e4c9a0e6a2075839]

        INTEGRATION: CWS toolbars2 (1.8.48); FILE MERGED 2004/08/19 12:29:32 mi 1.8.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5422271bd7c0471db1096f9e3dccc3ebcabaa9af]

        INTEGRATION: CWS toolbars2 (1.6.72); FILE MERGED 2004/08/19 12:29:32 mi 1.6.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b47c16dcc192bedced8aa297d2816e990e93cab9]

        INTEGRATION: CWS toolbars2 (1.4.48); FILE MERGED 2004/08/19 12:29:32 mi 1.4.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f8398652f9e1ef90edefab73fdd3de66ef5b49b0]

        INTEGRATION: CWS toolbars2 (1.7.48); FILE MERGED 2004/08/19 12:29:31 mi 1.7.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [33bf46cbf0ce1b2187cc0352f864b6bf0fe15330]

        INTEGRATION: CWS toolbars2 (1.6.48); FILE MERGED 2004/08/19 12:29:31 mi 1.6.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d5185e89e37fb16a1e070d587e19b92f9fed8d1d]

        INTEGRATION: CWS toolbars2 (1.12.48); FILE MERGED 2004/08/19 12:29:31 mi 1.12.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [70b479634454a8a253673bf3545e3b999eb4289c]

        INTEGRATION: CWS toolbars2 (1.9.72); FILE MERGED 2004/08/19 12:29:31 mi 1.9.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5690db53d03cba8592cdca7e882eca9533031975]

        INTEGRATION: CWS toolbars2 (1.10.72); FILE MERGED 2004/08/19 12:29:31 mi 1.10.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8cc35eada4b3586dc848f104656cc52216f37906]

        INTEGRATION: CWS toolbars2 (1.8.48); FILE MERGED 2004/08/19 12:29:30 mi 1.8.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [01fdf06d43046dbbb4031c62269d9c09f18d3d78]

        INTEGRATION: CWS toolbars2 (1.9.48); FILE MERGED 2004/08/19 12:29:30 mi 1.9.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3616816c4e476c46730dbbf0ceb2c9e198de6b78]

        INTEGRATION: CWS toolbars2 (1.10.48); FILE MERGED 2004/08/19 12:29:30 mi 1.10.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ffb76c330328ed2bbc1ba0f851c5e0018c7a3c99]

        INTEGRATION: CWS toolbars2 (1.7.72); FILE MERGED 2004/08/19 12:29:30 mi 1.7.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4da144bdef6ff24564ad78813def4f69ab1a90f0]

        INTEGRATION: CWS toolbars2 (1.9.48); FILE MERGED 2004/08/19 12:29:29 mi 1.9.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2118763508a639764b7349b9e7719a7cce63ec82]

        INTEGRATION: CWS toolbars2 (1.11.48); FILE MERGED 2004/08/19 12:29:29 mi 1.11.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [84c69ebdd819e6ee5dee02edac6aabb6820e2239]

        INTEGRATION: CWS toolbars2 (1.8.48); FILE MERGED 2004/08/19 12:29:29 mi 1.8.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0e2d58f275043a3ba6568b2b1931534d0a18b679]

        INTEGRATION: CWS toolbars2 (1.8.72); FILE MERGED 2004/08/19 12:29:29 mi 1.8.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ccf1756300fe110c2a7d756e5db38d9117b6e237]

        INTEGRATION: CWS toolbars2 (1.12.48); FILE MERGED 2004/08/19 12:29:28 mi 1.12.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6e02e9e1c54ef1ce4f49255a3bd0dba0afd11732]

        INTEGRATION: CWS toolbars2 (1.10.72); FILE MERGED 2004/08/19 12:29:28 mi 1.10.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7895f79238c498bf2b881a36d2a9a3b0106ccbb9]

        INTEGRATION: CWS toolbars2 (1.8.48); FILE MERGED 2004/08/19 12:29:28 mi 1.8.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0c4b189cabeb4f404525a5c24f3832e4d1889b6e]

        INTEGRATION: CWS toolbars2 (1.10.48); FILE MERGED 2004/08/19 12:29:28 mi 1.10.48.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4607a2e0937e9d9284ae7ffbf2ef6c7dc5f30b50]

        INTEGRATION: CWS toolbars2 (1.6.72); FILE MERGED 2004/08/19 12:29:28 mi 1.6.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [71b6820e983d4a270e137f8aa36e83a336607490]

        INTEGRATION: CWS toolbars2 (1.5.72); FILE MERGED 2004/08/19 12:29:27 mi 1.5.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bf3f0270799d2029f308d751794285d79b9bed86]

        INTEGRATION: CWS toolbars2 (1.3.72); FILE MERGED 2004/08/19 12:29:27 mi 1.3.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5aec3ada7b4ccc91fe86c96d69c2f471f44fdda3]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/05 15:59:51 cd 1.1.2.1: #i32219# Definition for commands

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [681f10bb8902f3ae96d3b652e3081ed68e8d8756]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:27 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f3b07978cd11ef0b19c5931011e0ceb43da7a659]

        INTEGRATION: CWS toolbars2 (1.7.72); FILE MERGED 2004/08/19 12:29:27 mi 1.7.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [42a564d3062b4e8fa2f36223da64ac453dedff78]

        INTEGRATION: CWS toolbars2 (1.7.72); FILE MERGED 2004/08/19 12:29:26 mi 1.7.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e0e45c25f0a91fd895ade3a970070fc702f34c1b]

        INTEGRATION: CWS toolbars2 (1.5.72); FILE MERGED 2004/08/19 12:29:26 mi 1.5.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f5a6989d79c16847ec81db2ae3ad0de11b8dc807]

        INTEGRATION: CWS toolbars2 (1.3.332); FILE MERGED 2004/08/18 13:47:15 cd 1.3.332.2: #i32219# Adapt status bar controller to new base class 2004/08/11 10:45:05 cd 1.3.332.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [66dd6a6fb5f1b452fc30f43c3ae345553c6f552e]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:26 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3cc9dfd3c2f6c8f6dce895703c3aa0d9df5aadfc]

        INTEGRATION: CWS toolbars2 (1.1.1.1.934); FILE MERGED 2004/08/18 13:47:15 cd 1.1.1.1.934.2: #i32219# Adapt status bar controller to new base class 2004/08/11 10:45:05 cd 1.1.1.1.934.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [05ef21d96a9126121a82ca494f019aade380e91d]

        INTEGRATION: CWS toolbars2 (1.6.706); FILE MERGED 2004/08/18 13:47:15 cd 1.6.706.2: #i32219# Adapt status bar controller to new base class 2004/08/11 10:45:05 cd 1.6.706.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dbc32c19f9dfd8f92ab3c6c0cdafffc3f302aa95]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:25 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e40b4cacd841d572a7d09c30d5782d11828045fc]

        INTEGRATION: CWS toolbars2 (1.1.1.1.934); FILE MERGED 2004/08/11 10:45:04 cd 1.1.1.1.934.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [70251d4787eb4c7a0ee13efe434376a9e6ac1812]

        INTEGRATION: CWS toolbars2 (1.1.1.1.934); FILE MERGED 2004/08/18 13:47:14 cd 1.1.1.1.934.2: #i32219# Adapt status bar controller to new base class 2004/08/11 10:45:04 cd 1.1.1.1.934.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2d76cd2dba659fcefc6e83b4c6435a4da3230a67]

        INTEGRATION: CWS toolbars2 (1.3.896); FILE MERGED 2004/08/18 13:56:03 cd 1.3.896.2: #i32219# Make zoom item usable for UNO based UI 2004/08/11 10:45:04 cd 1.3.896.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8b1a5157f10844d8eca5c97e79b780f5764b41d0]

        INTEGRATION: CWS toolbars2 (1.4.12); FILE MERGED 2004/08/20 08:55:17 cd 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/18 14:06:30 toconnor 1.4.12.1: #i31714# add triangle to indicate submenus #i31823# finish implementation of icon management #i32503# ensure that large icons are displayed #i32146# fix truncated button labels

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [991d4282eb116a62fefc139177dfb19bfb80e5b1]

        INTEGRATION: CWS toolbars2 (1.2.98); FILE MERGED 2004/08/18 14:06:30 toconnor 1.2.98.1: #i31714# add triangle to indicate submenus #i31823# finish implementation of icon management #i32503# ensure that large icons are displayed #i32146# fix truncated button labels

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [09298db4aded2c5d078a96af609457e95122af3e]

        INTEGRATION: CWS toolbars2 (1.5.72); FILE MERGED 2004/08/19 12:29:24 mi 1.5.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c7f46807efecd606b97d6fed7dda08a8a8240883]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:24 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6971cd2ca8d152289f1e22376d01dddb25bf2189]

        INTEGRATION: CWS toolbars2 (1.3.4); FILE MERGED 2004/08/20 08:54:56 cd 1.3.4.3: RESYNC: (1.3-1.6); FILE MERGED 2004/08/19 13:29:17 toconnor 1.3.4.2: #i31714# ensure triangle is painted for toolbar items with dropdown menus 2004/08/18 14:06:29 toconnor 1.3.4.1: #i31714# add triangle to indicate submenus #i31823# finish implementation of icon management #i32503# ensure that large icons are displayed #i32146# fix truncated button labels

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5acb1c044802668398bfb4ed306e78ce6c295ed6]

        INTEGRATION: CWS toolbars2 (1.7.72); FILE MERGED 2004/08/19 12:29:24 mi 1.7.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5da2f26202966eebc61befc1cec31da52c9282d9]

        INTEGRATION: CWS toolbars2 (1.1.1.1.936); FILE MERGED 2004/08/11 10:44:51 cd 1.1.1.1.936.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a9afbe64d017993fec9ac97061571b5ffcc31c8a]

        INTEGRATION: CWS toolbars2 (1.6.72); FILE MERGED 2004/08/19 12:29:23 mi 1.6.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ba77817e3f6656018ebc00050d3acfdbbb8b3bf4]

        INTEGRATION: CWS toolbars2 (1.1.1.1.936); FILE MERGED 2004/08/11 10:44:50 cd 1.1.1.1.936.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f294b39b7819e32f54f85785b03ea93d19d13d70]

        INTEGRATION: CWS toolbars2 (1.1.1.1.936); FILE MERGED 2004/08/18 13:47:03 cd 1.1.1.1.936.2: #i32219# Adapt status bar controller to new base class 2004/08/11 10:44:50 cd 1.1.1.1.936.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d01bf074b31d95a8dee30715ec18fcb3033d30fe]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/26 13:24:36 cd 1.1.2.3: #i32219# Adapt XML security statusbar controller to new implementation 2004/08/18 13:59:31 cd 1.1.2.2: #i32219# Added help IDs for status bar items 2004/08/11 10:49:39 cd 1.1.2.1: #i32219# Status bar is now defined by XML files

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0d09a926f41099f0d283bc08d70e4ff53ab4606a]

        INTEGRATION: CWS toolbars2 (1.7.72); FILE MERGED 2004/08/19 12:29:23 mi 1.7.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [48787b370d77486200dab60c8352cc1b4930959b]

        INTEGRATION: CWS toolbars2 (1.12.2); FILE MERGED 2004/08/23 09:42:17 dbo 1.12.2.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [cbbc417b5e3c9290b305e3d1e786b82bd206fdab]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/26 13:24:36 cd 1.1.2.3: #i32219# Adapt XML security statusbar controller to new implementation 2004/08/18 13:59:31 cd 1.1.2.2: #i32219# Added help IDs for status bar items 2004/08/11 10:49:07 cd 1.1.2.1: #i32219# Status bar is now defined by XML files

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bec6cd8c20d3707c7af2f0528a70a4bf1ed09ce4]

        INTEGRATION: CWS toolbars2 (1.12.2); FILE MERGED 2004/08/23 09:42:16 dbo 1.12.2.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d5cda2cf0350e7c851e0f25c0dfb0d8a26a368bf]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:23 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7ae4037bf335a83f74ca81d737a1b3af715dd95f]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/26 13:24:36 cd 1.1.2.3: #i32219# Adapt XML security statusbar controller to new implementation 2004/08/18 13:59:30 cd 1.1.2.2: #i32219# Added help IDs for status bar items 2004/08/11 10:48:33 cd 1.1.2.1: #i32219# Status bar is now defined by XML files

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [334bf52710668beb7348c07f6fea6d59095930b1]

        INTEGRATION: CWS toolbars2 (1.6.72); FILE MERGED 2004/08/19 12:29:22 mi 1.6.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c7890029797a128f418bdd1c57d07435d8e82ae2]

        INTEGRATION: CWS toolbars2 (1.3.628); FILE MERGED 2004/08/11 10:47:34 cd 1.3.628.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ac1648c49f4462c68a64091e34b3d7943adea618]

        INTEGRATION: CWS toolbars2 (1.3.628); FILE MERGED 2004/08/11 10:47:33 cd 1.3.628.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [61d44b057ac003b9a8585bce09a13c0896f83def]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:22 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d6092254e20a45f2b8db01060d90f7a163086eba]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:21 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [12b863fef18bb3fa1c3792192bd749342a8e8f68]

        INTEGRATION: CWS toolbars2 (1.1.1.1.836); FILE MERGED 2004/08/11 10:47:33 cd 1.1.1.1.836.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3b4f7e11f8cb25762d430867deb1586dde5aed15]

        INTEGRATION: CWS toolbars2 (1.1.1.1.836); FILE MERGED 2004/08/11 10:47:32 cd 1.1.1.1.836.1: #i32219# Adapt statusbar controller to new base class

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2269f7040d55070ae79eeebc2d7637cea3b1af48]

        INTEGRATION: CWS toolbars2 (1.17.80); FILE MERGED 2004/08/12 09:08:32 ssa 1.17.80.1: #i10000# deliver statusbar

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ab4da8b6d996045e4aba8969e68d0fa94d81590e]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:20 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0e3eb1ccb198b47cfe9f38006ed36cf7a799fd89]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:19 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [22c5c8ecaf1b87eab4db4c491e6471a45dae55e7]

        INTEGRATION: CWS toolbars2 (1.6.72); FILE MERGED 2004/08/19 12:29:18 mi 1.6.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0458195a357f941a960fd0d19359a7638c5c8cc9]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:18 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [142b10143e27e65d1e4d29af0f0b0aff7a1cc1d8]

        INTEGRATION: CWS toolbars2 (1.5.72); FILE MERGED 2004/08/19 12:29:18 mi 1.5.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [069aa543a502460945ba297210b73078bad17968]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:17 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [223a44937e7066cf38d6f5d0bcd83be7ee73505f]

        INTEGRATION: CWS toolbars2 (1.6.72); FILE MERGED 2004/08/19 12:29:17 mi 1.6.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5322be46404d6b72daaa33684add484fef165fdc]

        INTEGRATION: CWS toolbars2 (1.5.72); FILE MERGED 2004/08/19 12:29:17 mi 1.5.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c8b2c563a2bd73a2e863bd2858f67e72fabf4271]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:16 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1a70790e60f2ec530c5b731feb872f01ee055e38]

        INTEGRATION: CWS toolbars2 (1.5.72); FILE MERGED 2004/08/19 12:29:16 mi 1.5.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3efefd4a4b37e876fdf41f81e587d3dc65c259e2]

        INTEGRATION: CWS toolbars2 (1.6.72); FILE MERGED 2004/08/19 12:29:16 mi 1.6.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [895262e94d516e57d998352145d37698f78f5939]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/26 13:15:13 cd 1.1.2.3: #i32219# Adapt XML security statusbar controller to new implementation 2004/08/18 13:39:40 cd 1.1.2.2: #i32219# Added help IDs for status bar items 2004/08/17 07:18:46 cd 1.1.2.1: #i32219# Added statusbar XML file for impress

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [92b5fd0208ecc1dc48a3c03fca4809237165179c]

        INTEGRATION: CWS toolbars2 (1.13.2); FILE MERGED 2004/08/25 14:17:36 cd 1.13.2.2: #i33349# Fixed wrong merge 2004/08/23 09:40:37 dbo 1.13.2.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e56eb3d1088a5bb16fe61f92ae53be1e5e95eefa]

        INTEGRATION: CWS toolbars2 (1.1.2); FILE ADDED 2004/08/26 13:15:12 cd 1.1.2.3: #i32219# Adapt XML security statusbar controller to new implementation 2004/08/18 13:39:40 cd 1.1.2.2: #i32219# Added help IDs for status bar items 2004/08/17 07:18:14 cd 1.1.2.1: #i32219# Added statusbar XML file for draw

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [56bddfed28c79e2ca3587273697e5fdda451619e]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:15 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ce616d6ff648e92a97b408c0afcae5c9fb06cbcc]

        INTEGRATION: CWS toolbars2 (1.12.2); FILE MERGED 2004/08/25 14:17:35 cd 1.12.2.2: #i33349# Fixed wrong merge 2004/08/23 09:40:37 dbo 1.12.2.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8c6fc766bf150e746a1251dd8580cbf381e0951d]

        INTEGRATION: CWS toolbars2 (1.5.72); FILE MERGED 2004/08/19 12:29:15 mi 1.5.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9078719acd63e5f98affc2e3e36b48f342e12612]

        INTEGRATION: CWS toolbars2 (1.20.84); FILE MERGED 2004/08/17 07:19:14 cd 1.20.84.1: #i32219# Deliver statusbar XML file

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dbcb2de2d4a3924f90558cc6cfd6778aae908766]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:14 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ba98225c1b08f07e7de69d19f1d702d175b9a069]

        INTEGRATION: CWS toolbars2 (1.5.72); FILE MERGED 2004/08/19 12:29:14 mi 1.5.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9b00263de3ce41d93a118158b0bc620a98c48a7b]

        INTEGRATION: CWS toolbars2 (1.4.72); FILE MERGED 2004/08/19 12:29:13 mi 1.4.72.1: #i33199# @since with version number instead of issue id

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [360339ef18dad75ba786e5202451a9183a2b67e9]

        INTEGRATION: CWS toolbars2 (1.9.10); FILE MERGED 2004/08/06 15:07:32 ssa 1.9.10.1: #i32198# support new interface XWindow2

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [22ff1aff328874d0d42875552f9a3d2db37b83fb]

        INTEGRATION: CWS toolbars2 (1.47.22); FILE MERGED 2004/08/24 13:53:25 ssa 1.47.22.2: #i32185# prepare removal of useless interface 2004/08/06 15:07:31 ssa 1.47.22.1: #i32198# support new interface XWindow2

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [be84dd886d9a7a10ec23735efdd6ab7d3a3dc950]

        INTEGRATION: CWS toolbars2 (1.2.82); FILE MERGED 2004/08/06 15:07:30 ssa 1.2.82.1: #i32198# support new interface XWindow2

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d8d5af12b52dfb3dbb6c75930699f5746067e1f4]

        INTEGRATION: CWS toolbars2 (1.20.22); FILE MERGED 2004/08/06 15:07:30 ssa 1.20.22.1: #i32198# support new interface XWindow2

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3505fd56904d74080ece4424629b8f28785920cd]

        INTEGRATION: CWS toolbars2 (1.16.4); FILE MERGED 2004/09/07 11:04:22 dfoster 1.16.4.1: #i33213# Removed dots from "Organize Macros..." Issue number: Submitted by: Reviewed by:

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8094d33d6eee906721bcc40e9550dd276afe4ba0]

        INTEGRATION: CWS toolbars2 (1.3.88); FILE MERGED 2004/08/05 15:41:25 cd 1.3.88.1: #i32219# New factory for framework based status bar

2004-09-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [607df6d415c2cb01f92d733dbd4e5e7d287b0327]

        #117700# new toplevel and obligatory modules

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [cddeac7e75e2211e681062c454da23df7e992986]

        #i10000# Syntax: wrong module name and already used acronym

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [18f213398a46cc9f9623bd1d71baeb9afce24888]

        INTEGRATION: CWS tablebutton (1.2.132); FILE MERGED 2004/09/07 07:16:00 pb 1.2.132.1: fix: #i31918# Table Properties added; some items moved

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0de33e75209d658004045460b0cc2e451c318eb2]

        INTEGRATION: CWS tablebutton (1.2.132); FILE MERGED 2004/09/07 07:16:38 pb 1.2.132.1: fix: #i31918# now the same like swriter

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bd11aaf6b44d51911eb5de413d3e11e242076a44]

        INTEGRATION: CWS tablebutton (1.2.132); FILE MERGED 2004/09/07 07:16:53 pb 1.2.132.1: fix: #i31918# now the same like swriter

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e8460dc360e19bed2d995c6ee785f5c627764f88]

        INTEGRATION: CWS tablebutton (1.7.44); FILE MERGED 2004/09/06 11:46:56 pb 1.7.44.1: fix: #i31918# image support for TableDialog label

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a03a81afe4e44b86d0f0f994a1965c71f12f0efc]

        INTEGRATION: CWS ooo20040815 (1.47.2); FILE MERGED 2004/08/13 01:59:27 rene 1.47.2.1: #i32066# Xinerama is linked staticly even when dynamic is preffered
        
        add check
        regenerate configure (HR)

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [92bf9faaf791365f5161bdcef6042c263c6e9983]

        INTEGRATION: CWS ooo20040815 (1.1.4); FILE ADDED 2004/08/24 13:09:07 mh 1.1.4.1: add: missing mozwrapper.sh, #i10000#

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e0366edf5901bc80bbbe47b9386c0c79252b548]

        INTEGRATION: CWS ooo20040815 (1.3.42); FILE MERGED 2004/08/24 13:10:55 mh 1.3.42.2: add: missing mozwrapper.sh, #i10000# 2004/08/10 21:40:22 rene 1.3.42.1: doh, remove nswrapper.sh from makefile.mk

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac5f0110119f2973b96838edb658a29b88096e01]

        INTEGRATION: CWS ooo20040815 (1.32.14); FILE MERGED 2004/08/24 13:10:55 mh 1.32.14.1: add: missing mozwrapper.sh, #i10000#

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab1a54597bb731c973722c768f309c90620bd766]

        INTEGRATION: CWS ooo20040815 (1.17.40); FILE MERGED 2004/08/17 21:22:14 mh 1.17.40.2: RESYNC: (1.17-1.18); FILE MERGED 2004/07/28 07:01:34 pjanik 1.17.40.1: #i32042#: desktop project depends on berkeleydb (several files include berkeleydb/db_cxx.h).

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a79f7a2dc5cfbf3b6b3e44f1475044b190bc07d]

        INTEGRATION: CWS ooo20040815 (1.3.206); FILE MERGED 2004/08/01 11:22:11 sparcmoz 1.3.206.1: #i30774# linux sparc build v8

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cd786107567b8eafdded2e7e921d31f9d1fbf86]

        INTEGRATION: CWS ooo20040815 (1.11.52); FILE MERGED 2004/07/30 19:50:17 rene 1.11.52.1: #i31187# dlopen()'ing lib{pam.crypto}.so instead of so.{0,1}
        
        dlopen() libpam.so.0 and libcrypt.so.1

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff30152cb45e4e53415c493d71e757311811a412]

        INTEGRATION: CWS ooo20040815 (1.19.20); FILE MERGED 2004/08/01 11:03:39 sparcmoz 1.19.20.1: #i32394# add map for linux sparc

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0aefa94940e4ecf72a93f4b847bc2b4e5a43fdd]

        INTEGRATION: CWS ooo20040815 (1.6.22); FILE MERGED 2004/08/17 19:56:58 mh 1.6.22.2: RESYNC: (1.6-1.7); FILE MERGED 2004/08/11 19:15:53 pjanik 1.6.22.1: #i32858#: Add missing dependency.

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aa3d165a850344e78090d6a5027ffe3392ce082]

        INTEGRATION: CWS ooo20040815 (1.25.24); FILE MERGED 2004/08/04 12:42:10 waratah 1.25.24.1: #i32569# Order declarations to match header file

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1494da147e3ed80346b95c4320d84f2dae02aba2]

        INTEGRATION: CWS ooo20040815 (1.15.62); FILE MERGED 2004/08/04 12:56:44 waratah 1.15.62.1: #i32569# add an initialisation to one variable remove unused variable from code

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [69274543667102dbff9545b057834ddf5bb74b25]

        INTEGRATION: CWS ooo20040815 (1.4.50); FILE MERGED 2004/08/04 12:50:33 waratah 1.4.50.1: #i32569# exclude pragmas for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0e7dfc8ce08101a7e8a0a973064d1c3779235a9]

        INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 12:42:12 waratah 1.3.202.1: #i32569# Order declarations to match header file

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cc49092f8d6d5c63be36d43e9bd311cd978dcee]

        INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 12:51:45 waratah 1.3.202.1: #i32569# implement long char constant in portable way, reorder definitions to match class definition

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe3e65e857e5e1304e3012ea56da2a642238bf1a]

        INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 12:53:47 waratah 1.2.232.1: #i32569# add an initialisation to one variable reorder definitions to match class definition

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [445a4482e9a51fab590817c37fa68462c75d3786]

        INTEGRATION: CWS ooo20040815 (1.4.202); FILE MERGED 2004/08/04 12:43:05 waratah 1.4.202.1: #i32569# Order declarations to match header file

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8eb9d29be9a15b5ffc36fecd1a44febf75aab4bd]

        INTEGRATION: CWS ooo20040815 (1.8.62); FILE MERGED 2004/08/04 13:03:25 waratah 1.8.62.1: #i32569# add default clause to case with comment remove a pramga for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d13fc28c75b926b7b8989a5f660acaa6b8fb4eb]

        INTEGRATION: CWS ooo20040815 (1.3.226); FILE MERGED 2004/08/04 12:50:34 waratah 1.3.226.1: #i32569# exclude pragmas for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2145b5325b16f22633b274e61ec30c7b4771c579]

        INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 12:43:31 waratah 1.2.232.1: #i32569# Order declarations to match header file

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf20c47ad633bb44c18d21d2eda10af7937da187]

        INTEGRATION: CWS ooo20040815 (1.5.62); FILE MERGED 2004/08/04 13:03:25 waratah 1.5.62.1: #i32569# add default clause to case with comment remove a pramga for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [82734be53a2a68bb4e4ec1fe42ef257d8680055a]

        INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 12:50:34 waratah 1.2.232.1: #i32569# exclude pragmas for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [905fabf6fc5a61c0b74ea6412c294090064f8daf]

        INTEGRATION: CWS ooo20040815 (1.3.62); FILE MERGED 2004/08/04 12:57:55 waratah 1.3.62.1: #i32569# remove unused variable add unhandled case clause to be explicit

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d68a2b4b69315ff00c39ed04d461b02a78dcd822]

        INTEGRATION: CWS ooo20040815 (1.5.62); FILE MERGED 2004/08/04 12:59:10 waratah 1.5.62.1: #i32569# add default clause to case with comment reformat some code to make more readable

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0ac4bf868bec02b2552fc78da3a8a63b2ae6a69]

        INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 12:54:36 waratah 1.1.1.1.240.1: #i32569# add an initialisation to one variable remove unused variable from code

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f0f3637d9ae75b4b1421d61cb202baaaacfddda]

        INTEGRATION: CWS ooo20040815 (1.2.234); FILE MERGED 2004/08/04 13:08:55 waratah 1.2.234.1: #i32569# remove unused variables add comments for pointer to interesting code

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [49d1289789b81c415af6c7dc2e9e7f33f2fa5c57]

        INTEGRATION: CWS ooo20040815 (1.2.234); FILE MERGED 2004/08/04 13:09:51 waratah 1.2.234.1: #i32569# remove unused variables and add comments re interesting code

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab4834003d666c11f10d591f911113d6410c8a14]

        INTEGRATION: CWS ooo20040815 (1.2.234); FILE MERGED 2004/08/04 12:56:20 waratah 1.2.234.1: #i32569# correct assignment instead of equality in if test

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [62eee7997f79050b40ba605c02aeff6d6d11ad05]

        INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 13:11:18 waratah 1.1.1.1.240.1: #i32569# remove unused variables and add comments re interesting code

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eab5aac7553bedac168695c580192f6c0979048]

        INTEGRATION: CWS ooo20040815 (1.7.20); FILE MERGED 2004/08/04 12:44:16 waratah 1.7.20.1: #i32569# Order declarations to match header file

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dc04788b12123f0ae7c01b80d75bb4f1a367223]

        INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 12:44:40 waratah 1.3.202.1: #i32569# Order declarations to match header file

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5740400149b86c6ae54dc3f5d1e0ae689372922]

        INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 12:45:15 waratah 1.1.1.1.240.1: #i32569# Order declarations to match header file

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9c8ed60efb7feaf9ba359c963a3694170275f67]

        INTEGRATION: CWS ooo20040815 (1.2.234); FILE MERGED 2004/08/04 13:04:57 waratah 1.2.234.1: #i32569# correct assignment bug in if clause add a few initialisations add a few clauses to case statements to be explicit that nothing happens

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e1ce5eb587f360970cddfb8890bed18867bc5a8]

        INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 13:03:26 waratah 1.2.232.1: #i32569# add default clause to case with comment remove a pramga for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [21340afb144331b33c51469213bdc2efd075580c]

        INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 13:13:39 waratah 1.2.232.1: #i32569# add initialisers to variables remove pragmas from gcc builds add default clause to case statement with default value

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [540a11f4c78e88aa77823fd25162702dadef8135]

        INTEGRATION: CWS ooo20040815 (1.2.232); FILE MERGED 2004/08/04 13:14:21 waratah 1.2.232.1: #i32569# add initialisers to variables remove pragmas from gcc builds reorder definitions to match class definition

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f6b41436603448b8db58e12387fffa031b1dded]

        INTEGRATION: CWS ooo20040815 (1.8.156); FILE MERGED 2004/08/04 12:50:35 waratah 1.8.156.1: #i32569# exclude pragmas for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [43804c0c4c59a78774416c3034ece2a33ff19759]

        INTEGRATION: CWS ooo20040815 (1.4.18); FILE MERGED 2004/08/04 13:03:26 waratah 1.4.18.1: #i32569# add default clause to case with comment remove a pramga for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [445d8ee86f6088dc9eed54b3e8d9bec71f2a91a8]

        INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 12:50:35 waratah 1.3.202.1: #i32569# exclude pragmas for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c5031a351655bd58781b0f640391568055ad849]

        INTEGRATION: CWS ooo20040815 (1.56.10); FILE MERGED 2004/08/13 01:59:30 rene 1.56.10.1: #i32066# Xinerama is linked staticly even when dynamic is preffered
        
        add check

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [35b164ebd1098edbe480fd3a4cef6c953b447d9a]

        INTEGRATION: CWS ooo20040815 (1.11.18); FILE MERGED 2004/08/04 13:25:42 waratah 1.11.18.1: #i32569# remove pragmas from gcc build initialise variable remove unused variable

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4054e2fa53af7b1bb4bc2219feec67557e3f4c96]

        INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 13:34:19 waratah 1.3.202.1: #i32569# remove pragmas from gcc build add explicit handling of clauses

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e77c1db0b04014478de340512848027fdee373a]

        INTEGRATION: CWS ooo20040815 (1.4.18); FILE MERGED 2004/08/04 13:03:27 waratah 1.4.18.1: #i32569# add default clause to case with comment remove a pramga for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fa37b224ef491e60958440ca188d010e3c5be17]

        INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 13:15:28 waratah 1.3.202.1: #i32569# remove pragmas from gcc build

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e95650894620e0b32e885b60183a22ca28603e2]

        INTEGRATION: CWS ooo20040815 (1.5.18); FILE MERGED 2004/08/04 13:21:41 waratah 1.5.18.1: #i32569# remove pragmas from gcc build initialise variable reorder definitions to match class definition

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce17f54973e8d6928a890c3acea23ebbf771b4ae]

        INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 13:15:51 waratah 1.3.202.1: #i32569# remove pragmas from gcc build

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [38e21ac3890786c6c2d005968d71cc7ede7eb046]

        INTEGRATION: CWS ooo20040815 (1.10.18); FILE MERGED 2004/08/04 13:28:26 waratah 1.10.18.1: #i32569# remove pragmas from gcc build initialise variable add default clause to case statement

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d34f33aec672d6dcdd7f73c320fc173346f58ac]

        INTEGRATION: CWS ooo20040815 (1.4.202); FILE MERGED 2004/08/04 12:50:35 waratah 1.4.202.1: #i32569# exclude pragmas for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2314e40c52876175c6f150c3215c86e9af8271a6]

        INTEGRATION: CWS ooo20040815 (1.4.18); FILE MERGED 2004/08/04 13:16:26 waratah 1.4.18.1: #i32569# remove pragmas from gcc build remove unused variable

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [54e4a6e2496fd1ecab619241e2df994dbfee921f]

        INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED 2004/08/04 13:16:50 waratah 1.3.202.1: #i32569# remove pragmas from gcc build

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0c7aaae1b8018841d273290710c4056b3f98ae0]

        INTEGRATION: CWS ooo20040815 (1.6.62); FILE MERGED 2004/08/04 13:29:03 waratah 1.6.62.1: #i32569# add default clauses to case statements

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [91926a6b2884cc0956e257890b1a2d916e39a269]

        INTEGRATION: CWS ooo20040815 (1.3.224); FILE MERGED 2004/08/04 13:20:09 waratah 1.3.224.1: #i32569# reorder definitions to match class definition

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [853f4f646507460a44d79519ebbfb384cf19e59a]

        INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 13:20:09 waratah 1.1.1.1.240.1: #i32569# reorder definitions to match class definition

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [70bdc7b0ba69a27e269c79c3fea33043e3c539f9]

        INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 13:31:01 waratah 1.1.1.1.240.1: #i32569# separate assignment from if statements

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d08c44603ade8462fc4e613cc004dc6ea10de9ee]

        INTEGRATION: CWS ooo20040815 (1.4.66); FILE MERGED 2004/08/04 13:20:09 waratah 1.4.66.1: #i32569# reorder definitions to match class definition

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6d460d3249c8491cda886dcb9a7988568e21784]

        INTEGRATION: CWS ooo20040815 (1.4.24); FILE MERGED 2004/08/04 13:33:32 waratah 1.4.24.1: #i32569# remove pragmas from gcc build add default clauses

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0491b1694a3901dbdfecb156d3163718bfda4af5]

        INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED 2004/08/04 12:50:36 waratah 1.1.1.1.240.1: #i32569# exclude pragmas for gcc builds

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cef95eda5e763ee4d9dc23f4f80864783fdbd581]

        INTEGRATION: CWS ooo20040815 (1.10.96); FILE MERGED 2004/08/24 09:15:28 mh 1.10.96.2: RESYNC: (1.10-1.11); FILE MERGED 2004/08/01 12:02:12 sparcmoz 1.10.96.1: #i32396 linux sparc compiler optimisation issue

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f30e62df1c09771107844aa3fd897902bb42449f]

        INTEGRATION: CWS ooo20040815 (1.13.74); FILE MERGED 2004/08/13 01:59:29 rene 1.13.74.1: #i32066# Xinerama is linked staticly even when dynamic is preffered
        
        add check

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d81245ef7778e313874c71c44086296ac7f82303]

        INTEGRATION: CWS ooo20040815 (1.19.2); FILE MERGED 2004/08/13 01:59:28 rene 1.19.2.1: #i32066# Xinerama is linked staticly even when dynamic is preffered
        
        add check

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfddbc4a122ba18f5001ef3a1b1d932645053ac8]

        INTEGRATION: CWS ooo20040815 (1.66.2); FILE MERGED 2004/08/13 01:59:28 rene 1.66.2.1: #i32066# Xinerama is linked staticly even when dynamic is preffered
        
        add check

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d21ffc15c79ec8e82b05956784a4af3170b22c1]

        INTEGRATION: CWS ooo20040815 (1.6.72); FILE MERGED 2004/08/01 11:23:09 sparcmoz 1.6.72.1: #i30774# linux sparc build v8

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5988d5eb82ec2927d453c99b9a79c8579ad3e512]

        INTEGRATION: CWS ooo20040815 (1.4.34); FILE MERGED 2004/08/01 11:04:46 sparcmoz 1.4.34.1: #i32394# add map for linux sparc

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a34309d277c5e7f714a5d40193b0cbe9c35d028]

        INTEGRATION: CWS ooo20040815 (1.29.6); FILE MERGED 2004/08/19 17:04:36 mh 1.29.6.4: adding explicit blank at end of line to avoid concatination, #i10000# 2004/08/19 15:13:44 mh 1.29.6.3: RESYNC MERGED 1.29 1.30 Everything below this line will be added to the revision comment. 2004/08/04 17:28:11 pjanik 1.29.6.2: #i32475#: Fix quoting backslashes.
        
        Patch from Volker.
        2004/07/29 16:55:49 pjanik 1.29.6.1: #i31666#: crossmerge from cws_src680_ooo20040704.

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9c70f53251ba307841323005fa4823bc5192a1e]

        INTEGRATION: CWS ooo20040815 (1.56.14); FILE MERGED 2004/07/28 11:55:28 waratah 1.56.14.1: Add some initialisers and remove some bad merging

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8660dc1e6cbc4753bc03b56d87c95576738df817]

        INTEGRATION: CWS ooo20040815 (1.6.240); FILE MERGED 2004/07/28 10:28:24 waratah 1.6.240.1: Remove -fno-for-scope and -fpermissive from all parameters

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf57c7eb4c4e8c111f5c4244aa21da4a29e886cb]

        INTEGRATION: CWS ooo20040815 (1.46.114); FILE MERGED 2004/07/28 10:28:24 waratah 1.46.114.2: Remove -fno-for-scope and -fpermissive from all parameters 2004/07/28 07:19:45 pjanik 1.46.114.1: #i31791#: Remove -fno-for-scope which was deprecated for OpenOffice.org builds.

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [30aa7f9d8511ace7b81ed538759b0b115b0c8635]

        INTEGRATION: CWS ooo20040815 (1.6.102); FILE MERGED 2004/07/28 10:28:25 waratah 1.6.102.1: Remove -fno-for-scope and -fpermissive from all parameters

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ba7e1cc93225eb0df7991ff38cf37a7fd7802ae]

        INTEGRATION: CWS ooo20040815 (1.5.240); FILE MERGED 2004/07/28 10:28:25 waratah 1.5.240.1: Remove -fno-for-scope and -fpermissive from all parameters

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7452d7df5846ba3e2b9efef5cd71b5097a673c3f]

        INTEGRATION: CWS ooo20040815 (1.8.102); FILE MERGED 2004/07/28 10:28:25 waratah 1.8.102.1: Remove -fno-for-scope and -fpermissive from all parameters

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a6277e1815be231f65cbee4fad7f9d3a78ea0d3]

        INTEGRATION: CWS ooo20040815 (1.12.130); FILE MERGED 2004/07/28 10:28:25 waratah 1.12.130.1: Remove -fno-for-scope and -fpermissive from all parameters

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [024b58511cb83e42eb2374b1ab0ea9ba7b7209bb]

        INTEGRATION: CWS ooo20040815 (1.26.28); FILE MERGED 2004/07/28 10:32:04 waratah 1.26.28.1: Remove -fno-for-scope and -fpermissive from all parameters

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [98d874ad90d11b168720c34a34e436bdd9c5a5c9]

        INTEGRATION: CWS ooo20040815 (1.6.220); FILE MERGED 2004/07/28 10:28:26 waratah 1.6.220.1: Remove -fno-for-scope and -fpermissive from all parameters

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9aaf11a4f60886083f57b5a77f009cb44759193c]

        #i10000# helpcontent removed

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [697831056c669331e45f99646eeebcb000ea162c]

        INTEGRATION: CWS ooo20040815 (1.9.72); FILE MERGED 2004/07/28 10:29:29 waratah 1.9.72.2: Remove -fno-for-scope and -fpermissive from all parameters 2004/07/28 07:18:13 pjanik 1.9.72.1: #i31791#: Remove -fno-for-scope which was deprecated for OpenOffice.org builds.

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [25ac7c431f962dc711d86bd5882419bf8d6af58f]

        INTEGRATION: CWS ooo20040815 (1.7.240); FILE MERGED 2004/07/28 10:29:29 waratah 1.7.240.1: Remove -fno-for-scope and -fpermissive from all parameters

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a449ff16fa5514335db7f1469e58a5948f1e98b]

        INTEGRATION: CWS ooo20040815 (1.3.114); FILE MERGED 2004/07/28 10:29:29 waratah 1.3.114.1: Remove -fno-for-scope and -fpermissive from all parameters

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3334f4220ddef771d145b9f486e9db2db07ba321]

        INTEGRATION: CWS ooo20040815 (1.6.130); FILE MERGED 2004/07/28 10:29:29 waratah 1.6.130.1: Remove -fno-for-scope and -fpermissive from all parameters

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d98c4da774578bcfcbe6aa35ed65864bb7743cc]

        INTEGRATION: CWS ooo20040815 (1.9.130); FILE MERGED 2004/08/19 17:06:36 mh 1.9.130.1: be more verbose, #i10000#

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [39441b963074fe3751b302f5456136d0b5a96efd]

        INTEGRATION: CWS ooo20040815 (1.51.46); FILE MERGED 2004/08/04 17:27:22 pjanik 1.51.46.1: #i32475#: Fix quoting backslashes.
        
        Patch from Volker.

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [715289706c00362b6b7a606c0d2591435112d49a]

        INTEGRATION: CWS ooo20040815 (1.16.6); FILE MERGED 2004/07/31 13:42:50 pjanik 1.16.6.1: #i29787#: Add support for 'delayload'.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [483d79947fc4730cadbe5c0fb764a0cb14528ff0]

        INTEGRATION: CWS swqbugfixes06 (1.13.64); FILE MERGED 2004/08/24 10:17:57 od 1.13.64.1: #110810# - deactivate code on changing order number of a drawing object 	   regarding that the drawing object is in a Writer document.            This is now handled in the Writer core - <SwDrawView::ObjOrderChanged(..)>

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [02528f1241aeeab5074e6b9402d99b5a7b0414fa]

        INTEGRATION: CWS swqbugfixes06 (1.13.8); FILE MERGED 2004/08/30 13:47:37 od 1.13.8.3: RESYNC: (1.14-1.15); FILE MERGED 2004/08/26 08:57:16 od 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED resolve merge conflict. 2004/08/19 12:10:01 os 1.13.8.1: #i31245# setting of Y2K base fixed

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb79edd03361588ac1d3e64e1fb005ea382f22a2]

        INTEGRATION: CWS ooo20040815 (1.2.8); FILE MERGED 2004/08/23 12:24:55 mh 1.2.8.1: chg: add header again to make it compile

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6de36d92e3cfff2fa6847f12f14969c05ca7123]

        INTEGRATION: CWS ooo20040815 (1.35.16); FILE MERGED 2004/08/15 22:12:11 sparcmoz 1.35.16.1: #i33012# linux sparc map files

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7fb1f3a09c62887975b278b86ee22ca753e7f6b]

        INTEGRATION: CWS ooo20040815 (1.4.4); FILE MERGED 2004/08/19 16:12:36 mh 1.4.4.1: add: include unistd.h to make it compile, #i10000#

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [26cb53edea84b22502db5bcb88362da09a3ce837]

        INTEGRATION: CWS swqbugfixes06 (1.47.6); FILE MERGED 2004/08/26 08:14:29 od 1.47.6.2: RESYNC: (1.47-1.48); FILE MERGED 2004/08/25 14:49:40 od 1.47.6.1: #i3317# <SwTxtFly::GetTop(..)> - enable text wrapping around negative         positioned objects.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [be5b9d4106ae5224e8252cd5022c235fd641eade]

        INTEGRATION: CWS swqbugfixes06 (1.6.6); FILE MERGED 2004/08/30 12:54:24 od 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2004/08/24 10:11:10 od 1.6.6.1: #110810# - correction in method <..::CalcPosition()>

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [560dfa7e5be3f467f56696cb7cf3519c0a09497c]

        INTEGRATION: CWS ooo20040815 (1.2.80); FILE MERGED 2004/08/04 11:58:42 haggai 1.2.80.1: #i32565# Correct zip file name to remove when rebuilding

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dd8166d64f4d76cf30d00ba60773acce979df04f]

        INTEGRATION: CWS swqbugfixes06 (1.58.6); FILE MERGED 2004/08/25 15:05:20 od 1.58.6.1: #i3317# <SwLayoutFrm::FormatWidthCols(..)> - reset temporary application of         straightforward positioning process of objects inside the layout frame.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ff3382d192bc1dea277f78874c2d968b1847e171]

        INTEGRATION: CWS swqbugfixes06 (1.66.6); FILE MERGED 2004/08/24 08:09:06 od 1.66.6.1: #i33313# - correct notification of drawing layer about changes at a            drawing object

2004-09-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3c388f8865bd1be4b80e3fdbebb1d6cecbe1aba]

        INTEGRATION: CWS ooo20040815 (1.1.1.1.32); FILE MERGED 2004/08/15 22:13:37 sparcmoz 1.1.1.1.32.1: #i33012# linux sparc map files

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a79ecbbac163de2387e4f22924fbf803cd0b5ccd]

        INTEGRATION: CWS swqbugfixes06 (1.2.6); FILE MERGED 2004/08/25 15:02:48 od 1.2.6.1: #i3317# - consider anchored object, for which temporarly the straightforward           positioning process is applied.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7eb0ccf31b402c47e19281e20425678fb905d72d]

        INTEGRATION: CWS swqbugfixes06 (1.43.6); FILE MERGED 2004/08/25 15:01:35 od 1.43.6.2: #i3317# class <NotifyLayoutOfPageInProgress> - reset temporarly application         of straightforward positioning process for each object on the page 2004/08/24 08:09:05 od 1.43.6.1: #i33313# - correct notification of drawing layer about changes at a            drawing object

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [67f4a5a6937341d1a3b947a7828b556be4b9584e]

        INTEGRATION: CWS swqbugfixes06 (1.66.6); FILE MERGED 2004/08/26 08:09:44 od 1.66.6.2: RESYNC: (1.66-1.67); FILE MERGED 2004/08/25 14:59:16 od 1.66.6.1: #i3317# <Notify_Background(..)> - process always complete area.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [de500b9d5ca704f2ed4e0474d3f72ce467b2678e]

        INTEGRATION: CWS swqbugfixes06 (1.10.6); FILE MERGED 2004/08/12 14:22:56 od 1.10.6.1: #i28795# <SwFlyInCntFrm::MakeObjPos()> - no <::DeepCalc()> and          <GetAnchorFrm()->GetFormatted()> any more.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2eabaa089181a1e2ad30cfef61b8ef4c2d483e0f]

        INTEGRATION: CWS swqbugfixes06 (1.41.6); FILE MERGED 2004/08/26 08:09:35 od 1.41.6.3: RESYNC: (1.41-1.42); FILE MERGED 2004/08/25 14:56:19 od 1.41.6.2: #i3317# - apply temporarly straightforward positioning process, if           position oscillation is detected or object overlaps with previous           column. 2004/08/12 14:22:56 od 1.41.6.1: #i28795# <SwFlyInCntFrm::MakeObjPos()> - no <::DeepCalc()> and          <GetAnchorFrm()->GetFormatted()> any more.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [09fe1fcd3178b56cebbb2c4b6800c9e8a7dede83]

        INTEGRATION: CWS swqbugfixes06 (1.63.6); FILE MERGED 2004/08/25 14:57:59 od 1.63.6.2: #i3317# <CalcCntnt(..)> - correction: restart layout process, if position         of anchored object is locked after it's positioned. 2004/08/24 08:09:05 od 1.63.6.1: #i33313# - correct notification of drawing layer about changes at a            drawing object

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [92720007d6e7502d851bc4954141e658cf44cbf8]

        INTEGRATION: CWS swqbugfixes06 (1.4.6); FILE MERGED 2004/08/30 12:53:51 od 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/25 14:53:29 od 1.4.6.1: #i3317# class <SwAnchoredObject> - implementation for applying temporarly         the straightforward positioning process.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dcd26dd2c8aa121efbc7cbcc83112f938ac2a385]

        INTEGRATION: CWS swqbugfixes06 (1.3.6); FILE MERGED 2004/08/31 06:16:25 od 1.3.6.6: finishing resolution of merge conflicts. 2004/08/30 12:53:41 od 1.3.6.5: RESYNC: (1.3-1.4); FILE MERGED 2004/08/25 14:55:32 od 1.3.6.4: #i3317# - apply temporarly straightforward positioning process, if           position oscillation is detected or object overlaps with previous           column. 2004/08/24 08:07:25 od 1.3.6.3: #i33313# <SwAnchoredDrawObject::AdjustPositioningAttr(..)>          - handle new parameter <_pNewObjRect> 2004/08/12 14:51:35 od 1.3.6.2: #i32270# <SwAnchoredDrawObject::InvalidateObjPos()> - also invalidate page 	 frame, at which the drawing object is registered at. 2004/08/12 14:24:56 od 1.3.6.1: #i28795# <SwAnchoredDrawObject::MakeObjPos()> - adapt positioning algorithm          for at-paragraph|at-character anchored Writer fly frames for          drawing objects.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [28c8c75ff42f31c61d801d7340f23f2849021f38]

        INTEGRATION: CWS swqbugfixes06 (1.4.58); FILE MERGED 2004/08/26 08:06:49 od 1.4.58.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/24 10:04:54 od 1.4.58.1: #110810# class <SwDrawView> - new methods <_GetMaxChildOrdNum(..)> and          <_MoveRepeatedObjs(..)>

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [aa2efaf01f9592c5309f7345f3ee33d22f098c99]

        INTEGRATION: CWS swqbugfixes06 (1.4.100); FILE MERGED 2004/08/24 08:06:32 od 1.4.100.1: #i33313# - correct notification of drawing layer about changes at drawing object

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a1fc96ab2d80e2cb24ad975ea46905c1c333c952]

        INTEGRATION: CWS swqbugfixes06 (1.16.8); FILE MERGED 2004/08/27 08:43:45 od 1.16.8.3: #110810# - minor correction on adjusting movement of 'child' objects. 2004/08/26 08:03:05 od 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED 2004/08/24 10:10:00 od 1.16.8.1: #110810# <SwDrawView::ObjOrderchanged(..)> - complete re-factoring and          considering of repeated objects

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e1cdd23b3932bf99a5037e1fc652bc77b9584c4f]

        INTEGRATION: CWS swqbugfixes06 (1.29.8); FILE MERGED 2004/08/30 12:52:45 od 1.29.8.6: RESYNC: (1.30-1.31); FILE MERGED 2004/08/26 08:03:14 od 1.29.8.5: RESYNC: (1.29-1.30); FILE MERGED 2004/08/24 10:06:54 od 1.29.8.4: #110810# implementations of <SwFlyDrawContact::GetAnchoredObjs(..)>,          <SwDrawContact::GetAnchoredObjs(..)>, <SwContact::GetMinOrdNum()          and <SwContact::GetMaxOrdNum()>. 2004/08/24 08:03:55 od 1.29.8.3: #i33313# <SwDrawContact::_InvalidateObjs(..)> - invalidate only connected          'virtual' drawing objects. 2004/08/16 14:25:40 od 1.29.8.2: #i27030# - use <SdrPage::SetObjectOrdNum(..)>, if object is inserted into            a drawing page, instead of <SdrObject::SetOrdNum(..)>, to apply            correct order number. 2004/08/16 11:10:34 od 1.29.8.1: #i27030# classes <SwFlyDrawContact> and <SwDrawContact>          - insert <SdrObject> instances with correct order number.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6224baa7a0ce5f7fcba01329c9b5bded65d0d77c]

        INTEGRATION: CWS swqbugfixes06 (1.22.100); FILE MERGED 2004/08/24 08:00:57 od 1.22.100.1: #i33313# <SwDoc::ChgAnchor(..)> - consider not connected 'virtual'          drawing objects.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2e25a0b584c02420bb9e29e5bd4c3276e1c4411d]

        INTEGRATION: CWS swqbugfixes06 (1.11.8); FILE MERGED 2004/08/26 07:44:48 od 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2004/08/24 10:02:39 od 1.11.8.2: #110810# - classes <SwContact> and sub-classes            - new virtual method <GetAnchoredObjs(..)>          - class <SwContact> - new methods <GetMinOrdNum()> and <GetMaxOrdNum()> 2004/08/16 11:07:28 od 1.11.8.1: #i27030# class <SwFlyDrawContact>          - add new private method <_GetOrdNumForNewRef(..)>

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8da692fa84a10f33f95229cc206ed56543303654]

        INTEGRATION: CWS swqbugfixes06 (1.4.8); FILE MERGED 2004/08/30 12:35:29 od 1.4.8.3: RESYNC: (1.4-1.5); FILE MERGED 2004/08/25 14:43:12 od 1.4.8.2: #i3317# class <SwAnchoredObject> - new member and methods to apply         temporarly the 'straightforward positioning process' for the         anchored object. 2004/08/12 14:19:22 od 1.4.8.1: #i28795# - correct comment for method <IsFormatPossible()>

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [ce3f183a83d2025c89287593548d863968762280]

        INTEGRATION: CWS swqbugfixes06 (1.3.8); FILE MERGED 2004/08/30 12:35:20 od 1.3.8.3: RESYNC: (1.3-1.4); FILE MERGED resolve merge conflict. 2004/08/24 07:59:09 od 1.3.8.2: #i33313# <SwAnchoredDrawObject::AdjustPositioningAttr(..)          - add second parameter <_pNewObjRect> 2004/08/12 14:20:02 od 1.3.8.1: #i28795# - add helper methods for <MakeObjPos()>

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [abc2e2166b06e5dfd7abfb0c93f15d65822a7412]

        INTEGRATION: CWS swqbugfixes06 (1.4.40); FILE MERGED 2004/08/24 14:22:06 od 1.4.40.1: #i33242# - correct handling of anchor position of at-character anchored            Writer fly frames and drawing objects of type 'Text'.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [597ae7a21e0536c4b55fc90a7206397b29de7f2e]

        INTEGRATION: CWS swqbugfixes06 (1.42.34); FILE MERGED 2004/08/24 14:22:06 od 1.42.34.2: #i33242# - correct handling of anchor position of at-character anchored            Writer fly frames and drawing objects of type 'Text'. 2004/08/17 16:25:26 dvo 1.42.34.1: #117544# improve robustness with incorrect index entries

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1bc5982c2e0c023b27af6f64a94545dfc2c5ecda]

        INTEGRATION: CWS improveforms (1.38.2); FILE MERGED 2004/08/31 08:58:30 fs 1.38.2.1: #i33308# new form design related toolbars

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [153e2d8fdbc83cf2eeba831438990862de6c69f6]

        INTEGRATION: CWS swqbugfixes06 (1.8.40); FILE MERGED 2004/08/24 14:22:06 od 1.8.40.1: #i33242# - correct handling of anchor position of at-character anchored            Writer fly frames and drawing objects of type 'Text'.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [dbe55e7d0c2dff43ea6425cdfa43f6ce7e5e54c0]

        INTEGRATION: CWS swqbugfixes06 (1.19.40); FILE MERGED 2004/08/24 14:22:05 od 1.19.40.1: #i33242# - correct handling of anchor position of at-character anchored            Writer fly frames and drawing objects of type 'Text'.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9c826868d52808bd1752dc1e3181ac7668db9332]

        INTEGRATION: CWS swqbugfixes06 (1.58.38); FILE MERGED 2004/08/26 07:42:54 od 1.58.38.2: RESYNC: (1.58-1.59); FILE MERGED 2004/08/24 14:22:05 od 1.58.38.1: #i33242# - correct handling of anchor position of at-character anchored            Writer fly frames and drawing objects of type 'Text'.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8d6169238ef2743a8eb96422f4bea30e4f1478dd]

        INTEGRATION: CWS swqbugfixes06 (1.29.102); FILE MERGED 2004/08/18 14:33:57 os 1.29.102.1: #i31182# default minimum word length of AutoCompletion set to 10 (from 5)

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c86401e84133f003aa8b12322032d0769b3ed60]

        INTEGRATION: CWS improveforms (1.6.618); FILE MERGED 2004/09/01 08:51:58 fs 1.6.618.1: #i33308# moved a fix from branch cws_src680_toolbars2 herein, to prevent an unecessary assertion

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [332e1d66529fa2093d9cbfaf9ad18fe5aeaae2e1]

        INTEGRATION: CWS improveforms (1.5.114); FILE MERGED 2004/09/01 13:48:20 fs 1.5.114.4: #i33308# form sub toolbars are all toggle slots now, no drop-down slots 2004/09/01 13:00:33 fs 1.5.114.3: #i33677# outsourced some functionality into a dedicated class 2004/09/01 12:59:48 fs 1.5.114.2: #i33677# 2004/08/31 08:35:57 fs 1.5.114.1: #i33308# +SvxFmFormControlSubToolboxController

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ec4e8e8caf2e8558212978f36f30d46eab28c39]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/09/01 12:58:31 fs 1.1.2.1: helper for the different form related toolboxes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [2fada692ad38f03107616cd2317c637e69100aaa]

        INTEGRATION: CWS improveforms (1.19.192); FILE MERGED 2004/09/06 10:54:07 fs 1.19.192.3: #i23519# +handleShowPropertiesRequest 2004/09/01 12:59:15 fs 1.19.192.2: #i33677# cache the document type 2004/08/13 12:32:00 fs 1.19.192.1: #i23519# +handleMouseButtonDown

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [5657b8442ea356ccea08a3039ea177d9a441358b]

        INTEGRATION: CWS improveforms (1.15.120); FILE MERGED 2004/08/31 08:35:24 fs 1.15.120.1: #i33308# new ids for new toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a4915f50fa2786e3f69d28832b6266241a871e5]

        INTEGRATION: CWS improveforms (1.6.2); FILE MERGED 2004/08/31 08:34:05 fs 1.6.2.1: #i33308# +getComponentContextConnection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [7fc3864ad55b341610792707d83cbca64b5dd6b9]

        INTEGRATION: CWS improveforms (1.26.120); FILE MERGED 2004/08/31 08:36:53 fs 1.26.120.1: #i33308# removed some obsolete resources (not used anymore since the new toolbox framework)

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c514b717e5655eee312d1349b5157a127d5ea93]

        INTEGRATION: CWS improveforms (1.13.114); FILE MERGED 2004/09/01 13:48:31 fs 1.13.114.3: #i33308# form sub toolbars are all toggle slots now, no drop-down slots 2004/09/01 13:00:29 fs 1.13.114.2: #i33677# outsourced some functionality into a dedicated class 2004/08/31 08:36:07 fs 1.13.114.1: #i33308# +SvxFmFormControlSubToolboxController

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4cc68df06c5fdbd51ffbb54542d576c99edf527]

        INTEGRATION: CWS improveforms (1.21.110); FILE MERGED 2004/09/01 13:00:52 fs 1.21.110.1: #i33677# +formtoolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [866471a6646a04f5f58a4c47d98d16fe1bba6cbe]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/09/01 12:58:44 fs 1.1.2.1: helper for the different form related toolboxes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a55d55122fcc34ecde3d72cc0c9dfc9cc6dc16e]

        INTEGRATION: CWS improveforms (1.4.114); FILE MERGED 2004/08/31 08:37:10 fs 1.4.114.1: #i33308# removed some obsolete resources (not used anymore since the new toolbox framework)

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [8631184e072e0f7e21b5ca907db31306dba8debb]

        INTEGRATION: CWS improveforms (1.32.2); FILE MERGED 2004/09/06 10:54:39 fs 1.32.2.2: #i23519# also show control properties upon Alt-Enter 2004/08/13 12:30:22 fs 1.32.2.1: #i23519# override MouseButtonDown

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [54b07e1ba4ffe4a92a45dccdb96bcb56d3eca86f]

        INTEGRATION: CWS improveforms (1.55.58); FILE MERGED 2004/09/06 10:54:14 fs 1.55.58.3: #i23519# +handleShowPropertiesRequest 2004/09/01 12:59:38 fs 1.55.58.2: #i33677# cache the document type 2004/08/13 12:32:09 fs 1.55.58.1: #i23519# +handleMouseButtonDown

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9ed0557420fbd44f10719c24a84d5d16eb39103]

        INTEGRATION: CWS improveforms (1.52.60); FILE MERGED 2004/09/01 13:48:46 fs 1.52.60.3: #i33308# form sub toolbars are all toggle slots now, no drop-down slots 2004/09/01 13:01:08 fs 1.52.60.2: #i33677# toggle form desgin related toolboxes, with proper state 2004/08/31 08:38:07 fs 1.52.60.1: #i33308# new toolbars / different toolbars for different document types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [be8230b1b2d18e58f8663af8e637d685cfac0693]

        INTEGRATION: CWS improveforms (1.2.114); FILE MERGED 2004/08/31 08:38:53 fs 1.2.114.1: #i33308# proper classification of database forms

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [c976092475957b22049fddc9ca4df2ebaa287688]

        INTEGRATION: CWS improveforms (1.11.2); FILE MERGED 2004/08/31 08:38:28 fs 1.11.2.1: #i33308# +getComponentContextConnection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [82997887bb6907a2c0a5b946c53c2bb664975719]

        INTEGRATION: CWS improveforms (1.52.2); FILE MERGED 2004/09/01 13:02:59 fs 1.52.2.2: #i33677# form design related slots are boolean/toggle slots 2004/08/31 08:33:18 fs 1.52.2.1: #i33308# +SID_FM_MORE_CONTROLS/SID_FM_FORM_DESIGN_TOOLS

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfca175406e116fa810e0fcf73cd9baa2bc4b23e]

        INTEGRATION: CWS improveforms (1.9.190); FILE MERGED 2004/09/01 13:47:38 fs 1.9.190.3: #i33677# GetState for FormDesignTools slots 2004/09/01 13:03:24 fs 1.9.190.2: #i33677# GetState for FormDesignTools slot 2004/08/31 08:33:18 fs 1.9.190.1: #i33308# +SID_FM_MORE_CONTROLS/SID_FM_FORM_DESIGN_TOOLS

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [17aa757a1e2633a601ef2a115a78b599d22cf062]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:51:25 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [9b9bb1ff81be0c60a18cc768c24087e8f69ce44a]

        INTEGRATION: CWS enhselect (1.19.76); FILE MERGED 2004/08/10 15:01:31 fme 1.19.76.2: #i32329# Enhanced table selection 2004/08/04 11:54:56 fme 1.19.76.1: #i32329# Enhanced table selection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [74419a825d571df658ebc92a1a7efdd015fbed21]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:51:35 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [94f62306e31f0bcefa1015f190c0bf135b7b8a2c]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/09/01 13:36:50 fs 1.1.2.2: #i33308# FormDesignTools and MoreControls not separated anymore 2004/08/31 08:51:14 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5409e2ebefcae5d819315ed668d7286c54b6f04]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:51:22 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [4615bd6de73b36ca988303fe4288ae4369b1f7f7]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/09/07 09:41:00 fs 1.1.2.2: #106590# still too many controls herein ... 2004/08/31 08:50:39 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3aa49c8da6c0eeea7ff340280a8ddcb6e246a8d]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:50:04 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1c17a9a93861553f1b5abc69475c3d34ee29e4f4]

        INTEGRATION: CWS enhselect (1.38.70); FILE MERGED 2004/08/19 12:09:56 fme 1.38.70.3: RESYNC: (1.38-1.40); FILE MERGED 2004/08/04 11:54:35 fme 1.38.70.2: #i32329# Enhanced table selection 2004/08/04 11:45:06 fme 1.38.70.1: #i32329# Enhanced table selection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d43fcf71962854ee2f22e48eeb42c871b14adf9]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:50:16 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [da30fe3301b902b1f33faa5cf1d20bc962b9352b]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/09/01 13:36:50 fs 1.1.2.2: #i33308# FormDesignTools and MoreControls not separated anymore 2004/08/31 08:49:53 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [879450cb62918ce8c52086d366afbea55f42eecc]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/09/01 08:33:28 fs 1.1.2.2: #i33308# 2004/08/31 08:45:12 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [60e363d1df7efd00726854047651f2d5f40b8c2b]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:45:38 fs 1.1.2.1: while #i33308#: those got lost during the recent toolbox renewal

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f729feee1e497c6f0ccec47e77c56a13f4c6a59]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:45:48 fs 1.1.2.1: while #i33308#: those got lost during the recent toolbox renewal

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [207d22416706e05db5ee291016bb37414da363fc]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:45:24 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [efd39a10b51d6216224b1ee2b1ef4f363ac48e42]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/09/01 13:37:42 fs 1.1.2.3: #i33308# FormDesignTools and MoreControls not separated anymore 2004/09/01 08:33:27 fs 1.1.2.2: #i33308# 2004/08/31 08:45:02 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0331d0a0152bd3cb8842ab9b75594dff410969b8]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:55:38 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b877b779e2918475b34e98cd7f0fa78da216afa]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:56:02 fs 1.1.2.1: while #i33308#: those got lost during the recent toolbox renewal

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [17b2456d6c6423899bc6adb9d6de42dbc2e2f80d]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:56:13 fs 1.1.2.1: while #i33308#: those got lost during the recent toolbox renewal

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c728235d77b4ef5ed3d224d0512e70c1d94c597]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:55:48 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [e41bbc870b6ab4b2455d3f0d63fc72320d0ec634]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/09/01 13:38:01 fs 1.1.2.2: #i33308# FormDesignTools and MoreControls not separated anymore 2004/08/31 08:55:27 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [e01507a7b9190672b35698e74887525e737d1b2b]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:53:53 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad1ddd4aeb67bb371f5934c2dff2045f18787903]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:54:42 fs 1.1.2.1: while #i33308#: those got lost during the recent toolbox renewal

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [46094844c7ec705e978580bbc2129e28631fc6b9]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:54:53 fs 1.1.2.1: while #i33308#: those got lost during the recent toolbox renewal

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [59d8c3467847712cf18933545189853fd492dc00]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/08/31 08:54:05 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea229c6f729ef0263ea106d4f94d7e543f395627]

        INTEGRATION: CWS improveforms (1.1.2); FILE ADDED 2004/09/01 13:38:01 fs 1.1.2.2: #i33308# FormDesignTools and MoreControls not separated anymore 2004/08/31 08:53:42 fs 1.1.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ac716ab3e4a62092831819d02a6d56470c58248]

        INTEGRATION: CWS improveforms (1.2.54); FILE MERGED 2004/08/31 09:29:16 fs 1.2.54.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [eaba129988c5fc2ad899d6bc0a2d37dcd511bcfa]

        INTEGRATION: CWS improveforms (1.3.2); FILE MERGED 2004/08/31 09:29:15 fs 1.3.2.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d70b832f5b240536d1107a417ffbfa4faf27f899]

        INTEGRATION: CWS improveforms (1.13.20); FILE MERGED 2004/08/31 09:28:47 fs 1.13.20.1: #i33308# new form design related commands

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [223865c763f9742bd71619bf2e4d6d53212749e5]

        INTEGRATION: CWS improveforms (1.2.54); FILE MERGED 2004/08/31 09:29:15 fs 1.2.54.1: #i33308# new form design related toolbars

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [3bb039f618d27437eec44405d82806a990fa5363]

        INTEGRATION: CWS improveforms (1.5.14); FILE MERGED 2004/08/31 08:28:54 fs 1.5.14.1: #i33308# +getComponentContextConnection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [b363193454b919dabcc63e1f7579c1932c258883]

        INTEGRATION: CWS improveforms (1.5.14); FILE MERGED 2004/08/31 08:28:53 fs 1.5.14.1: #i33308# +getComponentContextConnection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb967cf3ba06b7c6b4b6004427444bb8a42ff81d]

        INTEGRATION: CWS improveforms (1.7.14); FILE MERGED 2004/08/31 08:28:18 fs 1.7.14.1: #i33308# +getComponentContextConnection

2004-09-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [78877210628c38ad887998eaa49e180ca54ea8d7]

        #i10000# fix build dependencies for SO only module

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1113d6cb356c3bf7bb8a0343ea444f0728b73ba8]

        INTEGRATION: CWS insight02 (1.3.142); FILE MERGED 2004/08/11 12:32:55 oj 1.3.142.1: #i30023# correct example and add main method

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b6fc96c577ef01eaad69f2307e563d691d4dc3f]

        INTEGRATION: CWS insight02 (1.4.54); FILE MERGED 2004/08/11 12:32:55 oj 1.4.54.1: #i30023# correct example and add main method

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [df55bc30477c39d0add018b8e78cd24b279fb77e]

        INTEGRATION: CWS insight02 (1.35.64); FILE MERGED 2004/08/19 17:09:36 oj 1.35.64.3: linux compile problem 2004/08/18 08:51:57 oj 1.35.64.2: #i32563# new methods in svt::toolboxcontroller 2004/08/11 13:16:35 oj 1.35.64.1: #i32563# check if obj is null!

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [7331478b1edbc723965c75ea8987ec5dcdc42bb1]

        INTEGRATION: CWS insight02 (1.26.66); FILE MERGED 2004/08/18 08:51:57 oj 1.26.66.1: #i32563# new methods in svt::toolboxcontroller

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [5db4eb94acf0699d1051d4ae23bc4d070055b9ed]

        INTEGRATION: CWS insight02 (1.52.2); FILE MERGED 2004/08/16 13:18:21 oj 1.52.2.2: #i32563# toolbar changes 2004/08/12 06:04:39 oj 1.52.2.1: #i32563# new xml files

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb0ac7025c5977eaf896865f70f1bb684d73cca2]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/13 14:28:30 oj 1.1.2.2: #i32563# toolbox changes 2004/08/11 13:30:41 oj 1.1.2.1: #i32609# add menu and toolbar

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d2b0f78ee18f9f9ea1c3513180e97f1f25d0a27]

        INTEGRATION: CWS insight02 (1.3.2); FILE MERGED 2004/08/13 14:28:29 oj 1.3.2.2: #i32563# toolbox changes 2004/08/11 13:27:04 oj 1.3.2.1: #i32609# add menu and toolbardbapp/menubar/menubar.xml

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [169cea8988b1591d6714876ef25c5a55cc157d5e]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/11 13:30:28 oj 1.1.2.1: #i32609# add menu and toolbar

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [41f1b2e82ef864a75b5f5771a3e619954c801765]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/12 08:54:11 oj 1.1.2.1: #i32563#

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0cfca0351ae1558448c4be613f0243cc12121f66]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/13 13:06:12 oj 1.1.2.1: renamed

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [50c01c3dcc84c70f895dfad5a884d1fe1368622f]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/13 13:06:23 oj 1.1.2.1: renamed

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [43b3371e4345e0e20e6eb152268b3f9c59284d7e]

        INTEGRATION: CWS insight02 (1.3.2); FILE MERGED 2004/08/16 13:10:35 oj 1.3.2.4: #i32563# toolbar changes 2004/08/13 14:28:28 oj 1.3.2.3: #i32563# toolbox changes 2004/08/13 09:06:51 oj 1.3.2.2: #i32563# toolbox changes 2004/08/11 13:27:03 oj 1.3.2.1: #i32609# add menu and toolbardbapp/menubar/menubar.xml

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d683f14a75f173d8a41095de53120c84a35d1873]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/16 13:10:34 oj 1.1.2.4: #i32563# toolbar changes 2004/08/13 14:28:28 oj 1.1.2.3: #i32563# toolbox changes 2004/08/13 09:06:51 oj 1.1.2.2: #i32563# toolbox changes 2004/08/11 13:29:51 oj 1.1.2.1: #i32609# add menu and toolbar

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f07085949788a414e042fdd208678d8bac2abb0]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/11 13:28:50 oj 1.1.2.1: #i32609# add menu and toolbar

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [24ec9c20d22a03be1305640f6d393d37e302705e]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/11 13:29:35 oj 1.1.2.1: #i32609# add menu and toolbar

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [e4206e895357428ce707a5f11b7fe8ac97659f34]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/11 13:29:23 oj 1.1.2.1: #i32609# add menu and toolbar

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [da7e669ea960ebfb0aeff8fe02529d3527780173]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/11 13:29:12 oj 1.1.2.1: #i32609# add menu and toolbar

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [865d8ef82cea6b3a70c4a06e27ffcec425d87669]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/11 13:29:01 oj 1.1.2.1: #i32609# add menu and toolbar

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [71c7c1b0a0b869dec82c3d25502808451efbf0fd]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/13 09:06:50 oj 1.2.2.2: #i32563# toolbox changes 2004/08/12 08:53:39 oj 1.2.2.1: #i32563# correct uno command

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [27eea42023982eb120f6232181661886d57f2f48]

        INTEGRATION: CWS insight02 (1.86.2); FILE MERGED 2004/08/13 09:01:12 oj 1.86.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [34ff9aabb73f1af4b9049a52a9a200c7c81fdf84]

        INTEGRATION: CWS insight02 (1.22.236); FILE MERGED 2004/08/13 14:28:24 oj 1.22.236.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ef40a9208fa0d756231d962275a562b30af055a]

        INTEGRATION: CWS insight02 (1.91.2); FILE MERGED 2004/08/24 07:49:16 oj 1.91.2.3: #i32563# disable .uno:ConfigureDialog until the dialog is not more sfx based 2004/08/13 14:28:24 oj 1.91.2.2: #i32563# toolbox changes 2004/08/13 09:01:11 oj 1.91.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ee7683405b30bec621dc546eaa3267d9058fccc]

        INTEGRATION: CWS insight02 (1.56.2); FILE MERGED 2004/08/13 09:01:11 oj 1.56.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [00fdb68476ffa39b68ff84f52aa0c29391d809fa]

        INTEGRATION: CWS insight02 (1.17.212); FILE MERGED 2004/08/13 09:01:10 oj 1.17.212.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [2565497197550156fa602e0fa477402b819c2877]

        INTEGRATION: CWS insight02 (1.9.278); FILE MERGED 2004/08/13 14:28:23 oj 1.9.278.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [61587073a8334f4f2f7fd9ae958eee4498570cbe]

        INTEGRATION: CWS insight02 (1.34.2); FILE MERGED 2004/08/16 10:39:36 oj 1.34.2.3: #i26794# update title corrected 2004/08/13 14:28:23 oj 1.34.2.2: #i32563# toolbox changes 2004/08/13 09:01:10 oj 1.34.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [eece8977da91e8ff314255f8b8a91253a90800bd]

        INTEGRATION: CWS insight02 (1.4.278); FILE MERGED 2004/08/13 14:28:22 oj 1.4.278.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3aa4a06755d34a3a78cab3d2647a052f38be7a9]

        INTEGRATION: CWS insight02 (1.93.2); FILE MERGED 2004/08/24 07:49:16 oj 1.93.2.4: #i32563# disable .uno:ConfigureDialog until the dialog is not more sfx based 2004/08/16 13:11:01 oj 1.93.2.3: #i32563# toolbar changes 2004/08/13 14:28:22 oj 1.93.2.2: #i32563# toolbox changes 2004/08/13 09:01:09 oj 1.93.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ed03668a673424326ded1c95bc21114c3002dc9]

        INTEGRATION: CWS insight02 (1.11.2); FILE MERGED 2004/08/13 14:28:21 oj 1.11.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f9e2c79102cf890273e716d55af3cd5e5fdd04e]

        INTEGRATION: CWS insight02 (1.91.2); FILE MERGED 2004/08/13 09:01:09 oj 1.91.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [73ef061f57868e57a82a3080ba3720648e846b12]

        INTEGRATION: CWS insight02 (1.57.2); FILE MERGED 2004/08/13 09:01:08 oj 1.57.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [c72231fbd58d90f8b3097bc294f53b9ce4bc0234]

        INTEGRATION: CWS insight02 (1.22.2); FILE MERGED 2004/08/13 14:28:21 oj 1.22.2.2: #i32563# toolbox changes 2004/08/13 09:01:08 oj 1.22.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [53011ea4f56a452016258d43510c60f602fe6f8b]

        INTEGRATION: CWS insight02 (1.16.2); FILE MERGED 2004/08/13 14:28:21 oj 1.16.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [88f03e182104ee8e1ec2018653186fc4490ed163]

        INTEGRATION: CWS insight02 (1.32.2); FILE MERGED 2004/08/13 09:01:08 oj 1.32.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f6dee6b6c3335da9d518fe8b2ca3d79e5538d97]

        INTEGRATION: CWS insight02 (1.68.2); FILE MERGED 2004/08/13 09:01:07 oj 1.68.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [372fd72b56c83b2bee70122fe0d17b8244565db7]

        INTEGRATION: CWS insight02 (1.49.2); FILE MERGED 2004/08/13 09:01:07 oj 1.49.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9251d1e1c2e4487c4eef7141525b4b99d612482]

        INTEGRATION: CWS insight02 (1.13.278); FILE MERGED 2004/08/13 14:28:21 oj 1.13.278.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [31d854f46a070855208b616b8730d05e47abec8d]

        INTEGRATION: CWS insight02 (1.30.2); FILE MERGED 2004/08/24 07:49:15 oj 1.30.2.3: #i32563# disable .uno:ConfigureDialog until the dialog is not more sfx based 2004/08/13 14:28:20 oj 1.30.2.2: #i32563# toolbox changes 2004/08/13 09:01:07 oj 1.30.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d54c4888b004a43cb3714e1009d931a5850592de]

        INTEGRATION: CWS insight02 (1.14.2); FILE MERGED 2004/08/13 09:01:06 oj 1.14.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [8eaa2a89c93bc8d19b881a0572a861252dee9407]

        INTEGRATION: CWS insight02 (1.12.2); FILE MERGED 2004/08/13 09:01:06 oj 1.12.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [09029cc9ed09d7d1fd855740f9703e7bd9fae2c3]

        INTEGRATION: CWS insight02 (1.63.2); FILE MERGED 2004/08/13 09:01:06 oj 1.63.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [26fd4778e90b4c6976f8567258006345bf3fa113]

        INTEGRATION: CWS insight02 (1.41.28); FILE MERGED 2004/08/13 09:01:05 oj 1.41.28.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0da9b1231663eff75fe90786d73453cbe267cdb6]

        INTEGRATION: CWS insight02 (1.53.2); FILE MERGED 2004/08/13 14:28:20 oj 1.53.2.3: #i32563# toolbox changes 2004/08/13 08:52:56 oj 1.53.2.2: #i32563# toolbox changes 2004/08/11 12:36:48 oj 1.53.2.1: #i32288# add suspend handling and other stuff

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [aea0772faf153291bcac6ef65c03ca18c4c65f71]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/13 09:02:54 oj 1.1.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1cd279dd0e197c21c1d20c717d0677768c3d487]

        INTEGRATION: CWS insight02 (1.2.28); FILE MERGED 2004/08/13 08:52:56 oj 1.2.28.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [38cac613273b0fcff65c0f6b0a94eeecd569cfaf]

        INTEGRATION: CWS insight02 (1.27.2); FILE MERGED 2004/08/13 08:52:55 oj 1.27.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b694c74278c92edd5f732123af724481999b9ab]

        INTEGRATION: CWS insight02 (1.86.2); FILE MERGED 2004/08/13 08:52:55 oj 1.86.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [c938d1df87e217493f7a2236a4cd7965afbd9f63]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/11 12:29:32 oj 1.2.2.1: #i30416# moving an other things

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [149ce8c3cef57ca3e6cf19f9a349222fd72d4d2f]

        INTEGRATION: CWS insight02 (1.9.2); FILE MERGED 2004/08/13 14:28:19 oj 1.9.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [b494f9ea5a6f325f549665c1935c50f1b1a4d521]

        INTEGRATION: CWS insight02 (1.25.2); FILE MERGED 2004/08/13 14:28:19 oj 1.25.2.2: #i32563# toolbox changes 2004/08/13 08:52:55 oj 1.25.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [04e9b31bc660e586b32b14a2188e8ee5e0d883c0]

        INTEGRATION: CWS insight02 (1.33.2); FILE MERGED 2004/08/13 14:28:19 oj 1.33.2.2: #i32563# toolbox changes 2004/08/13 08:52:54 oj 1.33.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [089e7f9ef3e06616a95cf0eb8182e9aecb479f54]

        INTEGRATION: CWS insight02 (1.30.2); FILE MERGED 2004/08/13 14:28:18 oj 1.30.2.2: #i32563# toolbox changes 2004/08/13 08:52:54 oj 1.30.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a0a3afe3f2f8c6d77a5a078a3990c98ace493aa]

        INTEGRATION: CWS insight02 (1.12.2); FILE MERGED 2004/08/13 08:52:54 oj 1.12.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a330812682f580793767685bf7c1f8a29d29f0a]

        INTEGRATION: CWS insight02 (1.21.184); FILE MERGED 2004/08/13 08:52:54 oj 1.21.184.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [5304baa8342cab1b61d8fdd990940d8a5cf4b74a]

        INTEGRATION: CWS insight02 (1.16.2); FILE MERGED 2004/08/13 08:52:54 oj 1.16.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a847bd38cd546b43b5eebb94176d0f96398b7cc]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/13 09:01:05 oj 1.2.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [a19bdf380cf02bdb4555c063d6a5b433d8f582a8]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/13 09:01:04 oj 1.2.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e76c47977f3b669bea9eb1bb05d3596a3b413db]

        INTEGRATION: CWS insight02 (1.8.2); FILE MERGED 2004/08/13 09:01:04 oj 1.8.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [be1388120f0ad818575a58f14eca663ad28cb8c3]

        INTEGRATION: CWS insight02 (1.19.2); FILE MERGED 2004/08/13 09:01:04 oj 1.19.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [4389db151deb9bad456c1f5583ff835b1c42238e]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/18 08:52:48 oj 1.1.2.4: #i32563# new methods in svt::toolboxcontroller 2004/08/17 07:56:40 oj 1.1.2.3: #i32563# toolbar changes 2004/08/13 14:28:18 oj 1.1.2.2: #i32563# toolbox changes 2004/08/13 09:03:05 oj 1.1.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dfb8300d470d93c1ce43aeeaf8d585004d1ef42]

        INTEGRATION: CWS insight02 (1.15.2); FILE MERGED 2004/08/13 09:01:03 oj 1.15.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [b12c18ce0c37e19e83bda8444d75dd20cff94ba3]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/13 14:28:18 oj 1.2.2.3: #i32563# toolbox changes 2004/08/13 09:01:03 oj 1.2.2.2: #i32563# toolbox changes 2004/08/11 12:29:16 oj 1.2.2.1: #i30416# moving an other things

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [b97dcfce221fbc0bfbca90de775d3df3d44aeda8]

        INTEGRATION: CWS insight02 (1.157.2); FILE MERGED 2004/08/16 07:56:15 oj 1.157.2.5: #i32563# toolbar changes 2004/08/16 07:09:38 oj 1.157.2.4: #i32563# toolbar changes 2004/08/13 14:28:17 oj 1.157.2.3: #i32563# toolbox changes 2004/08/13 08:52:31 oj 1.157.2.2: #i32563# toolbox changes 2004/08/11 12:36:47 oj 1.157.2.1: #i32288# add suspend handling and other stuff

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4dc1551523c5f19f79258a2af3f631ca589d4ba]

        INTEGRATION: CWS insight02 (1.96.2); FILE MERGED 2004/08/13 14:28:17 oj 1.96.2.2: #i32563# toolbox changes 2004/08/13 08:52:31 oj 1.96.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6b5db0ef9dd9f5a72c25dfe53956812f1acea0c]

        INTEGRATION: CWS insight02 (1.52.2); FILE MERGED 2004/08/24 07:49:15 oj 1.52.2.5: #i32563# disable .uno:ConfigureDialog until the dialog is not more sfx based 2004/08/17 07:28:17 oj 1.52.2.4: #i32563# toolbar changes 2004/08/16 07:09:37 oj 1.52.2.3: #i32563# toolbar changes 2004/08/13 14:28:17 oj 1.52.2.2: #i32563# toolbox changes 2004/08/13 08:52:31 oj 1.52.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [3890c5d2eafcb047dbeeb57e04da561130bff47d]

        INTEGRATION: CWS insight02 (1.8.2); FILE MERGED 2004/08/13 14:28:16 oj 1.8.2.2: #i32563# toolbox changes 2004/08/13 08:52:30 oj 1.8.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [fce0d0a8bab6f800726b06c909fad991f2e19014]

        INTEGRATION: CWS insight02 (1.15.2); FILE MERGED 2004/08/13 08:52:30 oj 1.15.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [39b27de25ada97992e6e912f5f6177fd381653fb]

        INTEGRATION: CWS insight02 (1.80.2); FILE MERGED 2004/08/24 07:49:15 oj 1.80.2.3: #i32563# disable .uno:ConfigureDialog until the dialog is not more sfx based 2004/08/13 14:28:16 oj 1.80.2.2: #i32563# toolbox changes 2004/08/13 08:52:30 oj 1.80.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a96c29d62f74ad86abf8db8709384b5003602f8]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/13 14:28:16 oj 1.2.2.2: #i32563# toolbox changes 2004/08/13 08:52:08 oj 1.2.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee6fa12ab12927a299504a769dbbca514ab382a1]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/13 08:52:07 oj 1.2.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [12eff4cc046a777a1b0991c3d63bdc1b76462f4d]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/13 08:52:06 oj 1.2.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed8bbee5d53ed910a8bdee7991e01a7f32f4271a]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/11 12:26:35 oj 1.2.2.1: #i30379# click on preview correct

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb0eae2a79829cafe711d0b5a4b2b4e036d59af9]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/13 08:52:06 oj 1.2.2.2: #i32563# toolbox changes 2004/08/11 12:26:35 oj 1.2.2.1: #i30379# click on preview correct

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [110471afc315b6bb04e3be79c4acca349fb5735a]

        INTEGRATION: CWS insight02 (1.3.2); FILE MERGED 2004/08/13 14:28:15 oj 1.3.2.2: #i32563# toolbox changes 2004/08/13 08:52:06 oj 1.3.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [50c9c1e7e200bff913e889f463d1e7a88182f2f2]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/13 14:28:15 oj 1.2.2.2: #i32563# toolbox changes 2004/08/13 08:52:05 oj 1.2.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [35ccb28a9cb2791a06daaba923b757d0043fa7dd]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/24 07:49:14 oj 1.2.2.4: #i32563# disable .uno:ConfigureDialog until the dialog is not more sfx based 2004/08/13 14:28:15 oj 1.2.2.3: #i32563# toolbox changes 2004/08/13 08:52:05 oj 1.2.2.2: #i32563# toolbox changes 2004/08/11 12:25:37 oj 1.2.2.1: #i30416# moving an other things

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [57abe41e392e37d4b3de3f4f355a10ba645cee55]

        INTEGRATION: CWS insight02 (1.19.2); FILE MERGED 2004/08/11 12:17:22 oj 1.19.2.1: #i27015# fill container with dummies

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [e633460d49688fd7e2599661cee737a7a83c9b7e]

        INTEGRATION: CWS kurdish (1.8.12); FILE MERGED 2004/08/31 15:35:42 er 1.8.12.1: #i33578# add Kurdish

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [9db2466ca051c68a38b2176fc7c8e0dfd92f6dc2]

        INTEGRATION: CWS filteredcells (1.8.130); FILE MERGED 2004/08/31 08:57:14 nn 1.8.130.2: #i33438# use compressed array to find filtered rows 2004/08/30 10:30:13 nn 1.8.130.1: #i33438# skip filtered cells in formatting and deleting of cells/rows

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [529b9ca27a2cc1d21aec1e44b61e352c71cb754c]

        INTEGRATION: CWS filteredcells (1.24.30); FILE MERGED 2004/08/30 18:06:12 nn 1.24.30.3: #i33438# don't use UnmarkFiltered in slot state functions 2004/08/30 11:06:07 nn 1.24.30.2: RESYNC: (1.24-1.25); FILE MERGED 2004/08/30 10:30:13 nn 1.24.30.1: #i33438# skip filtered cells in formatting and deleting of cells/rows

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [228549723aeace4853383f80fdfc53a8ed369d84]

        INTEGRATION: CWS filteredcells (1.23.130); FILE MERGED 2004/08/30 10:30:14 nn 1.23.130.1: #i33438# skip filtered cells in formatting and deleting of cells/rows

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ce3736cc10824f8a1267ddc01c44ec04cbc31ae]

        INTEGRATION: CWS filteredcells (1.9.48); FILE MERGED 2004/08/30 10:30:14 nn 1.9.48.1: #i33438# skip filtered cells in formatting and deleting of cells/rows

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [daba8edf004d5a2776c8c8a3b413572d9bd04255]

        INTEGRATION: CWS filteredcells (1.31.30); FILE MERGED 2004/08/30 10:30:14 nn 1.31.30.1: #i33438# skip filtered cells in formatting and deleting of cells/rows

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [2841040bd8eefd59390e6cdb1eb0ca4dd92f0ccf]

        INTEGRATION: CWS filteredcells (1.6.128); FILE MERGED 2004/08/30 10:29:18 nn 1.6.128.1: #i33438# skip filtered cells in formatting and deleting of cells/rows

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [78d5f7fbcd55642d07134275b5903a33a2b43a7f]

        INTEGRATION: CWS enhselect (1.108.40); FILE MERGED 2004/08/18 19:01:59 fme 1.108.40.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b947f2199092aba9dd9e6b4ddd1b549d8b272e44]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 18:54:31 fme 1.1.2.1: #32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [e09376e5554cbdc68f263d3596b6c0c9a1f33167]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 18:54:32 fme 1.1.2.1: #32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [23053903b54de5900b528ad576ccf3a39cc5c511]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 18:54:30 fme 1.1.2.1: #32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [30ef46fde8136f3a9f91c9bbfa302985a79c70f2]

        INTEGRATION: CWS enhselect (1.3.556); FILE MERGED 2004/08/18 19:01:28 fme 1.3.556.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [03ff2b827901d0898c173210594acf9016eaa108]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 18:54:42 fme 1.1.2.1: #32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3aa45d9c02d7c3183d82dbf1dab436841b4d8a7c]

        INTEGRATION: CWS enhselect (1.5.210); FILE MERGED 2004/08/18 19:01:28 fme 1.5.210.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [74b200f59bc7f24abcfe6b4950fe66669d1bb385]

        INTEGRATION: CWS enhselect (1.3.554); FILE MERGED 2004/08/18 19:00:45 fme 1.3.554.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a771994fb93986d0252cf077eaf866783b142a6b]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:30 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:08 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:36 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:33 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:08 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bea2f46906da7879e07e4e4d296b5b257a54cfd1]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 19:30:33 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:24:19 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:08 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4427024ac0a83ee8f0904e2c1fb89b2565b6c194]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:30 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:07 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:36 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:33 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:10 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [50034d43f1ae8ea9d660f1c6597315835edd77f2]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 19:30:33 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:11 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [86d3e06a4fda62d3695faed2648729b478f7877e]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:29 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:07 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:36 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:33 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:10 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0548976aca3ebcbc1e15fc64d81c225e068b0145]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 19:30:33 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:10 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [22025ba5de72b9a6cc2f7a3015b93e2bd701ed39]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:29 fme 1.1.2.7: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:27:30 fme 1.1.2.6: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:23:29 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:07 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:36 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:32 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:09 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c7f0221c3b100d09178abe93021a2e6905da12a7]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 07:27:30 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:23:29 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:32 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:24:19 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:08 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [36b7f4b1593c176cd5f8dd99737c7829243e4ca1]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:29 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:07 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:36 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:32 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:09 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [220ed688970da714e62839525c589cbf6ec69290]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 19:30:32 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:09 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [2444a6fb9cbb7fa7dc8daec37432941c955f0457]

        INTEGRATION: CWS enhselect (1.2.136); FILE MERGED 2004/08/18 19:27:27 fme 1.2.136.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [44d2e0d25febb3654d2d18aeaeaf5e1ab0e976e1]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 16:09:09 hro 1.1.2.1: #i28298# New application launcher binaries

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [fed9c09f2b5900af00209e749918b5545878eeb0]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 16:09:11 hro 1.1.2.1: #i28298# New application launcher binaries

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8874225f7d19aa6d1a34b9012010047da406f909]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/19 10:57:29 fme 1.1.2.5: #i32329# New cursor icons for enhanced table selection 2004/08/19 07:12:06 fme 1.1.2.4: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:39:35 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:30:32 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:20 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [4910270025c755cce582bfcd760bce7a023c306e]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 16:09:10 hro 1.1.2.1: #i28298# New application launcher binaries

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d112d722609720978af320cfd4dea853db449532]

        INTEGRATION: CWS enhselect (1.1.2); FILE ADDED 2004/08/18 19:30:32 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:21 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a1228bbad1520df2863aa9d6977e2edd43caf2da]

        INTEGRATION: CWS enhselect (1.57.4); FILE MERGED 2004/08/18 19:00:05 fme 1.57.4.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [439b306d31a42482820244cbaca809ffd18c777f]

        INTEGRATION: CWS enhselect (1.8.42); FILE MERGED 2004/08/18 18:59:19 fme 1.8.42.1: #i32329# New cursor icons for enhanced table selection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d588db058915462216328c7d938609fdc8079f17]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 16:09:40 hro 1.1.2.1: #i28298# New application launcher binaries

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [492bada0606f4ae5594cf0ca0d09d8f495797020]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 16:09:26 hro 1.1.2.1: #i28298# New application launcher binaries

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [35d4e9e3ac2857df07f21c082603a65860ac1ed9]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 16:09:12 hro 1.1.2.1: #i28298# New application launcher binaries

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [9fefc9013e44494da3eca8ff627c524bc842ec8b]

        INTEGRATION: CWS oasissysint (1.32.16); FILE MERGED 2004/08/27 16:10:08 hro 1.32.16.1: #i28298# New application launcher binaries

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [a279325d894787ae1708dd3369855e4d4576cff2]

        INTEGRATION: CWS oasissysint (1.18.16); FILE MERGED 2004/08/27 16:14:01 hro 1.18.16.2: #i28298# New application launcher binaries 2004/08/27 16:10:08 hro 1.18.16.1: #i28298# New application launcher binaries

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b373a6f5a7ca75c02cd51b98fe2a1265d07d73f]

        INTEGRATION: CWS oasissysint (1.2.100); FILE MERGED 2004/08/27 16:18:38 hro 1.2.100.1: #i28298# New application launcher binaries

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [13c4250420ea35a00ae15c3c1b85ff6e7b1a002c]

        INTEGRATION: CWS oasissysint (1.2.100); FILE MERGED 2004/08/27 16:18:37 hro 1.2.100.1: #i28298# New application launcher binaries

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [fb72564f6e920801128d37621f403e0e12d84f71]

        INTEGRATION: CWS enhselect (1.19.622); FILE MERGED 2004/08/10 15:01:42 fme 1.19.622.2: #i32329# Enhanced table selection 2004/08/04 11:54:57 fme 1.19.622.1: #i32329# Enhanced table selection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [3904c1780eacbeff6669ac0c5b61da13953d8d8e]

        INTEGRATION: CWS oasissysint (1.2.100); FILE MERGED 2004/08/27 16:18:36 hro 1.2.100.1: #i28298# New application launcher binaries

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [eb2d9e76a5a74f00187a8d774e9732be92d6197e]

        INTEGRATION: CWS enhselect (1.11.28); FILE MERGED 2004/08/16 12:00:25 fme 1.11.28.1: #i32329# Enhanced table selection - Tooltip added

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [8d9737ca9dae3544dbc4c2a2b4b3e97504a10ad7]

        INTEGRATION: CWS enhselect (1.91.28); FILE MERGED 2004/08/18 19:05:23 fme 1.91.28.4: #i32329# New cursor icons for enhanced table selection 2004/08/10 15:01:16 fme 1.91.28.3: #i32329# Enhanced table selection 2004/08/09 13:34:10 fme 1.91.28.2: #i32329# Enhanced table selection 2004/08/04 11:54:55 fme 1.91.28.1: #i32329# Enhanced table selection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e23da5a7d17d570e78ee5e119efa6ea08e9f454]

        INTEGRATION: CWS insight02 (1.14.2); FILE MERGED 2004/08/12 06:03:42 oj 1.14.2.1: #i32563# new xml files

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [cc86bf60ac5fdd2f1030b249c97a23c6a1fc191d]

        INTEGRATION: CWS enhselect (1.41.82); FILE MERGED 2004/08/16 12:00:25 fme 1.41.82.1: #i32329# Enhanced table selection - Tooltip added

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddaafe671b564799cb816911bbeaa7c13bdecae5]

        INTEGRATION: CWS insight02 (1.3.2); FILE MERGED 2004/08/16 13:17:59 oj 1.3.2.2: #i32563# toolbar changes 2004/08/13 09:07:07 oj 1.3.2.1: #i32563# toolbox changes

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [260e069deda7e79b909ff75170c7d4a506226219]

        INTEGRATION: CWS enhselect (1.5.82); FILE MERGED 2004/08/16 12:00:25 fme 1.5.82.1: #i32329# Enhanced table selection - Tooltip added

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [6ba0b1666b22b1a10801a60702de77568bd3a869]

        INTEGRATION: CWS enhselect (1.22.130); FILE MERGED 2004/08/19 12:10:59 fme 1.22.130.5: RESYNC: (1.22-1.25); FILE MERGED 2004/08/19 10:38:26 fme 1.22.130.4: #i32329# Enhanced table selection - new algorithm to find nearest table cell 2004/08/18 19:08:38 fme 1.22.130.3: #i32329# Enhanced table selection - new algorithm to find nearest table cell 2004/08/16 12:00:01 fme 1.22.130.2: #i32329# Enhanced table selection - Do not allow to drag upper table border 2004/08/04 11:54:55 fme 1.22.130.1: #i32329# Enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [947218431d597f21b66c950641495e21e3602c7f]

        INTEGRATION: CWS enhselect (1.7.116); FILE MERGED 2004/08/04 11:54:55 fme 1.7.116.1: #i32329# Enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [130e8f08f4171b5c5b0ffef5bb92de0b3273a621]

        INTEGRATION: CWS enhselect (1.37.88); FILE MERGED 2004/08/19 12:10:36 fme 1.37.88.2: RESYNC: (1.37-1.40); FILE MERGED 2004/08/10 15:00:45 fme 1.37.88.1: #i32329# Enhanced table selection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [6bbf79cfb99dc6c27993e55de6b5e6027f6fa091]

        INTEGRATION: CWS insight02 (1.3.2); FILE MERGED 2004/08/11 13:11:35 oj 1.3.2.2: moved again to biblio 2004/08/11 13:02:31 oj 1.3.2.1: biblio.odb

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [f4c62cfce394cc66a29f82c7b0441b486a3fd1c8]

        INTEGRATION: CWS encodingfix (1.81.136); FILE MERGED 2004/09/09 08:21:43 obo 1.81.136.1: #i31587# encoding problem for en-US

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [84e7eb40b99c5215ef48cabb8d2c4226be60d0b9]

        INTEGRATION: CWS enhselect (1.2.622); FILE MERGED 2004/08/10 15:00:45 fme 1.2.622.1: #i32329# Enhanced table selection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d80248799245ad5d18ef34aeff2495c014302db]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/11 13:10:13 hr 1.2.2.2: #i10000# re-add broken binary 2004/08/11 12:38:23 oj 1.2.2.1: #cws_si32834# biblio not with kb checked in

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [a4339023a63a2c5ac4122b8116c93aa8276411d3]

        INTEGRATION: CWS encodingfix (1.75.136); FILE MERGED 2004/09/09 08:21:01 obo 1.75.136.1: #i31587# encoding problem for en-US

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [33759867c678ad4c2b5442b20cc2bdf1e7302c5d]

        INTEGRATION: CWS enhselect (1.11.190); FILE MERGED 2004/08/19 12:10:05 fme 1.11.190.2: RESYNC: (1.11-1.12); FILE MERGED 2004/08/10 14:59:23 fme 1.11.190.1: #i32329# Enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [d90d4f2e25e88e240d958beae09a2525f8ad9430]

        INTEGRATION: CWS encodingfix (1.6.26); FILE MERGED 2004/09/09 08:19:51 obo 1.6.26.1: #i31587# encoding problem for en-US

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [44d4cfdfabd2bb8f27c40a5317d5ec8bd03fa3c3]

        INTEGRATION: CWS enhselect (1.23.116); FILE MERGED 2004/08/10 14:59:23 fme 1.23.116.3: #i32329# Enhanced table selection 2004/08/04 11:54:35 fme 1.23.116.2: #i32329# Enhanced table selection 2004/08/04 11:45:05 fme 1.23.116.1: #i32329# Enhanced table selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [aff23a49f68c708867fb2f2f0a50d7997fdd0b44]

        INTEGRATION: CWS encodingfix (1.62.136); FILE MERGED 2004/09/09 08:19:14 obo 1.62.136.1: #i31587# encoding problem for en-US

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [0c445ab093e299e116426b70255c8443aefd83f8]

        INTEGRATION: CWS encodingfix (1.4.136); FILE MERGED 2004/09/09 08:19:11 obo 1.4.136.1: #i31587# encoding problem for en-US

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ff8d5f10ee545cb72f516854ab053eecb1219b5]

        INTEGRATION: CWS insight02 (1.4.2); FILE MERGED 2004/08/13 09:02:06 oj 1.4.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f07d5df3b2bd532d2f3415165120b48be436448]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/13 14:17:24 oj 1.1.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2e0faa09c70f8b48eac494ef7109f3b4c99bced]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/13 09:02:32 oj 1.1.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [330fd4c2804864344050cb52cd41d2ae71ec9f9d]

        INTEGRATION: CWS oasissysint (1.4.12); FILE MERGED 2004/08/27 14:00:08 obr 1.4.12.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [29789f712082e15e3342312ac5a423fe681411ea]

        INTEGRATION: CWS insight02 (1.4.2); FILE MERGED 2004/08/13 09:02:05 oj 1.4.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ae76883c1a41acae377876a9fd740f57b21808e]

        INTEGRATION: CWS oasissysint (1.5.12); FILE MERGED 2004/08/27 14:00:08 obr 1.5.12.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [029d6f236d8846d0b39b1004376a3a15c73d0bb2]

        INTEGRATION: CWS insight02 (1.13.2); FILE MERGED 2004/08/23 13:52:41 oj 1.13.2.2: RESYNC: (1.13-1.16); FILE MERGED 2004/08/16 13:06:56 oj 1.13.2.1: #i32563# toolbar changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [a303cac11876a5d14281d7ab7087c5060aaa82b2]

        INTEGRATION: CWS oasissysint (1.3.22); FILE MERGED 2004/08/27 14:00:07 obr 1.3.22.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [179ea75a5049753088c04a1e355dc3b568311876]

        INTEGRATION: CWS insight02 (1.5.2); FILE MERGED 2004/08/16 13:06:56 oj 1.5.2.2: #i32563# toolbar changes 2004/08/13 09:02:05 oj 1.5.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3ce4463e7254551c68819252b5b79144550f993]

        INTEGRATION: CWS oasissysint (1.4.12); FILE MERGED 2004/08/27 14:00:07 obr 1.4.12.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [f75aea8693ccf48ecb90dff4bb44aa825da319ad]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/13 14:17:49 oj 1.1.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9f03d394b91c4151390321aa5cc3c38b6d0befc]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/13 14:17:35 oj 1.1.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6c77bcd320d3d3d3978754727ea6d8c1ad10d92]

        INTEGRATION: CWS oasissysint (1.10.12); FILE MERGED 2004/08/27 14:00:05 obr 1.10.12.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f82b3f0decc433eac0238862cabbdc604fdec1d]

        INTEGRATION: CWS insight02 (1.6.2); FILE MERGED 2004/08/13 14:16:56 oj 1.6.2.2: #i32563# toolbox changes 2004/08/13 09:02:05 oj 1.6.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c1f7e2f377d7729dc69cb06287c8f0935050cc4]

        INTEGRATION: CWS oasissysint (1.3.34); FILE MERGED 2004/08/27 14:00:04 obr 1.3.34.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [82e659836726670e4bd167dd66870c30dbbee015]

        INTEGRATION: CWS insight02 (1.1.2); FILE ADDED 2004/08/13 09:02:42 oj 1.1.2.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [09d8fe74da1036745e6f5285b8dc367cdfdcbcb3]

        INTEGRATION: CWS oasissysint (1.5.12); FILE MERGED 2004/08/27 14:00:04 obr 1.5.12.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4c859abf874ed105ff2e0f4d3ef6d692ebd0267]

        INTEGRATION: CWS insight02 (1.19.2); FILE MERGED 2004/08/11 11:24:52 oj 1.19.2.1: #i32609# add ... to database

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [77962c52924797d5a38efaacc500b87625c41493]

        INTEGRATION: CWS svg02 (1.3.374); FILE MERGED 2004/09/02 09:53:58 ka 1.3.374.1: #i14790#: update to latest DTD

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c6ca2b262a63a89632a412c8520ad6dfc61a1bd]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 14:00:03 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9c26ffad559c732ed074d6a76148733936a4f1d]

        INTEGRATION: CWS oasissysint (1.2.38); FILE MERGED 2004/08/27 14:00:02 obr 1.2.38.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [32143529b21fb01b6ce712431a811622f901eafc]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 14:00:01 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [87626f7707d1e8a6fd1ffd3d27e15b32031913b2]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 14:00:00 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [62f94c677bce17f2bcdf51d5b84a79e8453f4424]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:59 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [23a054bd21a5552b28c0bbd793581c04752caba3]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:58 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f90851300e180dcd0a447140b206a010168b9de]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:57 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c970e51ccb3ccd8d31e621b7967e1c53ef690e5]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:56 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fc90c8a064f781901d7925f69570fb68503aa63]

        INTEGRATION: CWS insight02 (1.2.60); FILE MERGED 2004/08/18 08:52:22 oj 1.2.60.4: #i32563# new methods in svt::toolboxcontroller 2004/08/17 15:11:31 oj 1.2.60.3: #i32563# toolbar changes 2004/08/17 14:52:00 oj 1.2.60.2: #i32563# toolbar changes 2004/08/17 07:55:53 oj 1.2.60.1: #i32563# toolbar changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [5088136c3e461af7342cc38063cb9591e180ba11]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:54 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d495c3e6c2a01cc99a6d369b33150ab7955121e0]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:52 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [4b8c1ad68935f643134a9986584d15fa3800b46c]

        INTEGRATION: CWS encodingfix (1.46.114); FILE MERGED 2004/09/09 08:16:36 obo 1.46.114.1: #i31587# encoding problem for en-US

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd06ee8dc37f3441e035fa75e284473df658fad7]

        INTEGRATION: CWS insight02 (1.21.2); FILE MERGED 2004/08/11 12:19:39 oj 1.21.2.1: #i30218# do not allow key modify in single selection

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [75399dc321ecd8b43b454e44e03e03e8bac4df42]

        INTEGRATION: CWS encodingfix (1.44.28); FILE MERGED 2004/09/09 08:16:13 obo 1.44.28.1: #i31587# encoding problem for en-US

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [67dff2ee204d7465ccb7b4530027f5c85837cab6]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:51 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [7fab99e789c5bc9b739c6bae8abc3b116eb9b130]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:49 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [905e9ab6ebfc5994147476ca94dbef8fa4dbb96a]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:47 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c02c3f352c995c16df10bfce898ec705a13687e]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:45 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [71e8371e9e85aebb75f9f2d75e0f3dfb7fac1a34]

        INTEGRATION: CWS insight02 (1.2.56); FILE MERGED 2004/08/23 13:48:47 oj 1.2.56.3: RESYNC: (1.2-1.3); FILE MERGED 2004/08/16 12:52:32 oj 1.2.56.2: #i32563# check if m_xDocImageManager is null 2004/08/13 09:09:02 oj 1.2.56.1: #i32563# toolbox changes

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d8d8e94c7648caee1571a5e324d9595beffa68d]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:44 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [535fbbb1eff8f1d7369ef4281ea230fbfb0b7f00]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:43 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ea182d638c91f67b3c2a3793520165e080a80b9]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:42 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee844fd239af8eff9325a706da3502cb164d522a]

        INTEGRATION: CWS insight02 (1.34.2); FILE MERGED 2004/08/16 09:57:33 oj 1.34.2.1: #i26794# check parameter names also in sub selects

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [66357d5360e29810be3b21b2621895a182c7a095]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:41 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f2a8f43cf647dc53e0108258d089efe593eae94]

        INTEGRATION: CWS insight02 (1.41.2); FILE MERGED 2004/08/16 09:57:33 oj 1.41.2.1: #i26794# check parameter names also in sub selects

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3cce1097f056b5b733fef0a5b221426158a31af]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:40 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f4fadd50afec591e9293bd7197be72f3b99442c]

        INTEGRATION: CWS oasissysint (1.3.10); FILE MERGED 2004/08/27 13:59:38 obr 1.3.10.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb1e2d3b3b64fd1944e06ec86eed1c3a4e6f6597]

        INTEGRATION: CWS insight02 (1.48.2); FILE MERGED 2004/08/16 09:57:33 oj 1.48.2.1: #i26794# check parameter names also in sub selects

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [18d2c8a3a81f32df9f4883e61541ed17c54c96d2]

        INTEGRATION: CWS oasissysint (1.3.10); FILE MERGED 2004/08/27 13:59:37 obr 1.3.10.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b36ec6925e03582dbfdd22a78d0c250efdf4ecb]

        INTEGRATION: CWS insight02 (1.30.38); FILE MERGED 2004/08/11 12:35:13 oj 1.30.38.1: #i32212# hold ref on connection

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e45e60750e0697cdc17c4d7acae36ebe60e0396]

        INTEGRATION: CWS insight02 (1.51.2); FILE MERGED 2004/08/16 09:57:56 oj 1.51.2.1: #i26794# check parameter names also in sub selects

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [41c72b31db5a3d11c865b4db9dbe20bd69f99427]

        INTEGRATION: CWS oasissysint (1.3.10); FILE MERGED 2004/08/27 13:59:36 obr 1.3.10.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a4bab78220148f6a21351cb67626ef25be11379]

        INTEGRATION: CWS insight02 (1.15.12); FILE MERGED 2004/08/16 09:57:06 oj 1.15.12.1: #i26794# check parameter names also in sub selects

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [0eb4d2a84787669d01178cfe51a40abc6c7a2efe]

        INTEGRATION: CWS insight02 (1.14.10); FILE MERGED 2004/08/16 09:57:06 oj 1.14.10.1: #i26794# check parameter names also in sub selects

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [28733bf594033fb08024f455cc8817522caefd98]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:34 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [196529ed3d3e3c216c13d35767cfded3613c2c82]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:32 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [b797f3a957bad99cddbd7e63a0a642788d77b513]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/17 06:49:37 oj 1.2.2.2: #i32433# format name changed 2004/08/11 13:21:40 oj 1.2.2.1: #i32433# new Name

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [25dd389669cecccc07006bbf0c31668951b2cbfd]

        INTEGRATION: CWS insight02 (1.2.2); FILE MERGED 2004/08/17 06:49:37 oj 1.2.2.1: #i32433# format name changed

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d0eb04ebf48a213b246a285cb490d9153588c40]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:25 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [54719a8dd82e1d8ee3b2933891d7ce4d6761c920]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:21 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [36ee94d9bb3753eb8bba54b30056f7be8efe88f1]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:15 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c9afc6d69b97797e63ae2544ebd2a05566425310]

        INTEGRATION: CWS encodingfix (1.49.92); FILE MERGED 2004/09/09 08:14:44 obo 1.49.92.1: #i31587# encoding problem for en-US

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [7fec3121c943e898ac20e844e99ab81325fac8b6]

        INTEGRATION: CWS encodingfix (1.99.14); FILE MERGED 2004/09/09 08:13:28 obo 1.99.14.1: #i31587# encoding problem for en-US

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [073042c82682600c3f108d96b7588b1f6268b9e0]

        INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED 2004/08/27 13:59:06 obr 1.1.2.1: #i32277# added mimetype registration for new oasis file types

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [c7d46344ed3fc87e9255c0cbc8933e582f28cf0f]

        INTEGRATION: CWS encodingfix (1.56.90); FILE MERGED 2004/09/09 08:11:20 obo 1.56.90.1: #i31587# encoding problem for en-US

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [87a03ba21b368794dca94745afb9a1b0197b94e0]

        INTEGRATION: CWS encodingfix (1.104.44); FILE MERGED 2004/09/09 08:08:04 obo 1.104.44.1: #i31587# encoding problem for en-US

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [50d37f8988c97873423b018a5d5404f9915c9e37]

        INTEGRATION: CWS iha02 (1.27.384); FILE MERGED 2004/08/19 15:23:26 iha 1.27.384.1: #i26507# removed type mismatch

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9003335236b3640ace7c1df51a277ab46d2eff7]

        INTEGRATION: CWS iha02 (1.3.40); FILE MERGED 2004/08/18 15:38:23 iha 1.3.40.1: #i32889# crash while undo of formatpaintbrush

2004-09-09  Michael Mi  <mmi@openoffice.org>  [c7e01d8d3f5eec372e5d9b4809607c6a937956db]

        Issue number:  33927 Submitted by:  Andrew Fan Reviewed by:
        
        Disable CryptContextAddRef and CryptDuplicateKey, which aren't supported by WINNT 4.0.

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f0c96b65131a0e588ef6398ba65003091ed2e96]

        INTEGRATION: CWS ooo20040704 (1.3.10); FILE MERGED 2004/07/02 11:19:47 cmc 1.3.10.2: #i30891# revert header and namespace change 2004/06/28 13:13:37 cmc 1.3.10.1: #i30801# allow using system stl if possible

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [72f60c251a7cb9e5297fe8cdf327fb2646b1bc74]

        INTEGRATION: CWS ooo20040704 (1.4.10); FILE MERGED 2004/07/19 18:09:42 svesik 1.4.10.4: RESYNC: (1.4-1.6); FILE MERGED 2004/07/05 13:55:51 cmc 1.4.10.3: #i30801# make curl an optional compile 2004/07/02 16:23:22 cmc 1.4.10.2: #i30891# revert header and namespace change 2004/06/30 15:47:25 cmc 1.4.10.1: #i30801# allow using system libs if possible

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [9313a41ef968755c6757810729fe3e3eae2ebe00]

        INTEGRATION: CWS ooo20040704 (1.23.2); FILE MERGED 2004/08/09 14:45:45 vg 1.23.2.6: RESYNC MERGED 1.24 1.27 Everything below this line will be added to the revision comment. 2004/07/19 18:08:11 svesik 1.23.2.5: RESYNC: (1.23-1.24); FILE MERGED 2004/07/05 13:55:51 cmc 1.23.2.4: #i30801# make curl an optional compile 2004/07/02 17:04:51 cmc 1.23.2.3: #i30891# revert header and namespace change 2004/07/02 16:23:22 cmc 1.23.2.2: #i30891# revert header and namespace change 2004/06/30 15:47:24 cmc 1.23.2.1: #i30801# allow using system libs if possible

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [7bb3f968debe3ec26769eae51dff170916f20381]

        INTEGRATION: CWS ooo20040704 (1.3.2); FILE MERGED 2004/06/27 22:50:44 vq 1.3.2.2: #i30739# Also add xml2cmp and sal. 2004/06/27 19:26:55 vq 1.3.2.1: #i30739# Add soltools to build.lst.

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [3a2c598a4a09872326b9b103ce305bbf057f13e1]

        INTEGRATION: CWS ab10fixes (1.15.26); FILE MERGED 2004/08/11 09:23:03 ab 1.15.26.1: #112281# Fixed handling of forced byval call

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5aad7d661714b8aa77b9582180d9bd8ec45a482d]

        INTEGRATION: CWS ab10fixes (1.17.8); FILE MERGED 2004/07/30 10:39:35 ab 1.17.8.1: #i23697# Split() allways returns a valid array, even it it's empty

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [bf0939349d52887438f2c22b4c98e0e7c5436ac9]

        INTEGRATION: CWS ab10fixes (1.4.26); FILE MERGED 2004/08/20 11:46:02 ab 1.4.26.3: #109165# CharClass not as member, initialisation problem with static data in Windows version 2004/08/13 14:38:17 ab 1.4.26.2: #109165# Allow CJK characters in identifiers for compatibility mode 2004/08/11 08:53:06 ab 1.4.26.1: #117569# Changed type of buffer index to allow addresses >64k

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [5c9f20bd63c9334d64af3ee898faf5a0b41ecea0]

        INTEGRATION: CWS ab10fixes (1.7.26); FILE MERGED 2004/08/13 14:38:17 ab 1.7.26.1: #109165# Allow CJK characters in identifiers for compatibility mode

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [04f981b83a522b171cd23cbdded139e1a795ff5b]

        INTEGRATION: CWS ab10fixes (1.9.24); FILE MERGED 2004/08/20 11:47:41 ab 1.9.24.3: #109165# CharClass not as member, initialisation problem with static data in Windows version 2004/08/13 14:38:17 ab 1.9.24.2: #109165# Allow CJK characters in identifiers for compatibility mode 2004/08/11 08:53:36 ab 1.9.24.1: #117569# Changed type of buffer index to allow addresses >64k

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [b5155aab6062c66d609c92ddc36e8c69dbd845e4]

        INTEGRATION: CWS ab10fixes (1.13.2); FILE MERGED 2004/08/05 10:18:39 ab 1.13.2.2: #i25869# Allow comments in type definition 2004/08/04 09:38:42 ab 1.13.2.1: #i26061# Fixed loop in Dim error handling

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [00bbda322c79e51565e3f2e8c6b25a90830a350e]

        INTEGRATION: CWS ab10fixes (1.27.26); FILE MERGED 2004/08/18 14:26:06 ab 1.27.26.2: RESYNC: (1.27-1.28); FILE MERGED 2004/07/29 13:37:30 ab 1.27.26.1: #i27012#

2004-09-09  Oliver Bolte  <obo@openoffice.org>  [1658020a875d39ee70f5336a16a1a58481e1bd03]

        INTEGRATION: CWS ab10fixes (1.16.26); FILE MERGED 2004/08/04 13:34:21 ab 1.16.26.1: #i21837# Fixed special handling of Main in StarBASIC::Find()

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [beb06df49848702a7f2d3732935a1df9bdf20e78]

        INTEGRATION: CWS ooo20040704 (1.49.12); FILE MERGED 2004/06/30 15:33:20 cmc 1.49.12.1: #i30801# allow using system stl if possible

2004-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad6662e325dc0c74b2e43386d504882468fcb0df]

        INTEGRATION: CWS ooo20040704 (1.4.12); FILE MERGED 2004/07/02 11:00:58 cmc 1.4.12.2: #i30891# revert header and namespace change 2004/06/28 12:45:02 cmc 1.4.12.1: #i30801 allow using system stl if possible

2004-09-09  Vladimir Glazounov  <vg@openoffice.org>  [2566944c297ba0577ca2ac62dd2400f6bfc0647e]

        new version for SRC680

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b4fdbbc603a41d63214befa91517d251872d0c0]

        INTEGRATION: CWS dba15 (1.11.28); FILE MERGED 2004/07/26 15:37:07 fs 1.11.28.1: #i31593# revert fix for issue i30861 for the moment

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b56cae9c56d004699bace39899b583a1559c040e]

        INTEGRATION: CWS dba15 (1.74.2); FILE MERGED 2004/08/23 15:24:41 fs 1.74.2.1: #110404#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aca7d37ccaefce805d23695281d2dd3b295f87a]

        INTEGRATION: CWS dba15 (1.4.28); FILE MERGED 2004/07/26 15:37:07 fs 1.4.28.1: #i31593# revert fix for issue i30861 for the moment

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa2c5947f49f89fc3006547e9f22a4d8afc9fd1c]

        INTEGRATION: CWS dba15 (1.8.28); FILE MERGED 2004/07/26 15:37:07 fs 1.8.28.1: #i31593# revert fix for issue i30861 for the moment

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e69355cea34b382652ce6aecaa085b097235874]

        INTEGRATION: CWS dba15 (1.6.88); FILE MERGED 2004/08/13 09:17:18 fs 1.6.88.1: #104887# some AccessibleNames

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f582d536d1054a7e41bf4f797cbd87b37cc4729]

        INTEGRATION: CWS dba15 (1.2.2); FILE MERGED 2004/08/19 17:32:12 cyrillem 1.2.2.1: #i33149# Fix recursion prevention

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ce27546cd9c5fb99ad4c042cf9395bf6f0b3766]

        INTEGRATION: CWS dba15 (1.2.2); FILE MERGED 2004/08/19 17:32:11 cyrillem 1.2.2.1: #i33149# Fix recursion prevention

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e62ab1271488b877a5020a7170da849d8d25452]

        INTEGRATION: CWS dba15 (1.2.2); FILE MERGED 2004/08/19 17:31:50 cyrillem 1.2.2.1: #i33149# Fix exceptions

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [392a1baf3cf425075e5490138cbedfceb89bbfd6]

        INTEGRATION: CWS dba15 (1.23.28); FILE MERGED 2004/07/27 14:06:49 fs 1.23.28.1: #i31824# correct duplicate help ids

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [799d285798b19ea7e80f456ba6a8922f5ec06232]

        INTEGRATION: CWS dba15 (1.195.16); FILE MERGED 2004/08/13 09:03:06 fs 1.195.16.1: #104887# (approved by SSA) VCLEVENT_WINDOW_SHOW/HIDE for Accessibility clients now notified in Impl(Re)setReallyVisible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9d598a6122318d4e784051896b9c01c378caa4a]

        INTEGRATION: CWS dba15 (1.29.36); FILE MERGED 2004/07/29 14:17:18 fs 1.29.36.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa)

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fab31dd7beae983ad9f9203c5b8bc3faf44fb41]

        INTEGRATION: CWS dba15 (1.12.172); FILE MERGED 2004/07/29 14:17:18 fs 1.12.172.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa)

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [52a4eeb5f688e51c1495a2abd1d4f2f9e9e11530]

        INTEGRATION: CWS dba15 (1.66.36); FILE MERGED 2004/07/29 14:17:18 fs 1.66.36.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa)

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d8fccd8fb7052a30b6ac4372d43bde7175deb5c]

        INTEGRATION: CWS dba15 (1.15.36); FILE MERGED 2004/07/29 14:16:53 fs 1.15.36.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa)

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c56985107086c6ad5420738cb6db7d7c9713dbd]

        INTEGRATION: CWS dba15 (1.32.36); FILE MERGED 2004/07/29 14:17:17 fs 1.32.36.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa)

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [446f6f3365e6c017c7701df9e9b758a4abf02f49]

        INTEGRATION: CWS dba15 (1.85.18); FILE MERGED 2004/08/12 09:30:09 fs 1.85.18.2: RESYNC: (1.85-1.86); FILE MERGED 2004/07/29 14:12:14 fs 1.85.18.1: #i24876# new UNDO strings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [76ddcdb166d76177dca671c6c17ad5c041daea6c]

        INTEGRATION: CWS dba15 (1.5.268); FILE MERGED 2004/08/13 09:04:48 fs 1.5.268.1: removed some unused multiplexers

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [de2d340f4827bca9f7f603643a649f76a20d0423]

        INTEGRATION: CWS dba15 (1.3.268); FILE MERGED 2004/08/13 09:04:28 fs 1.3.268.1: removed some unused multiplexers

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8bc59d131aeff101dff7f502213a3c501c9eea7]

        INTEGRATION: CWS dba15 (1.19.698); FILE MERGED 2004/08/13 09:12:19 fs 1.19.698.1: disovered during #104887#: cache aggregat interfaces (XProxyFactory nowadays creates proxies which do not like a late queryAggregation for interfaces which are also supported at the delegator)

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a1a9539fc722e384ecac72db2db69d229884f6e]

        INTEGRATION: CWS dba15 (1.9.196); FILE MERGED 2004/08/12 13:21:53 os 1.9.196.1: #29946# form shell must not overload SID_ATTR_TABSTOP

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdef3685e88f4e6f04bc400b5dbf4b957b991206]

        INTEGRATION: CWS dba15 (1.35.6); FILE MERGED 2004/08/13 11:01:35 fs 1.35.6.1: #i32512# handleNewImageURL: don't let the SvLockBytes own the SvStream

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0ce24ef3d0cd2eea7145195a4a73f9368e1bc5f]

        INTEGRATION: CWS dba15 (1.10.36); FILE MERGED 2004/07/27 14:52:53 fs 1.10.36.1: #110404# no INetURLObject::(Rel|Abs)To(Abs|Rel) anymore

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bee73a5aaf2375ceef422ee26cde1745d0bdd363]

        INTEGRATION: CWS dba15 (1.31.34); FILE MERGED 2004/08/12 08:20:37 fs 1.31.34.2: RESYNC: (1.31-1.32); FILE MERGED 2004/07/26 15:20:42 fs 1.31.34.1: #i31138# no need for writing a compatible service name anymore

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2be77d2513cf79a1bd884b3994469ea3756acf7]

        INTEGRATION: CWS dba15 (1.58.14); FILE MERGED 2004/08/13 10:45:25 fs 1.58.14.3: #i32877# setParent: properly reset the DATASOURCE property of the aggregate 2004/08/12 08:20:16 fs 1.58.14.2: RESYNC: (1.58-1.59); FILE MERGED 2004/07/27 14:52:53 fs 1.58.14.1: #110404# no INetURLObject::(Rel|Abs)To(Abs|Rel) anymore

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6a2a822b302964c4bbad8729eb8981730ae7a42]

        INTEGRATION: CWS dba15 (1.14.36); FILE MERGED 2004/07/27 14:52:53 fs 1.14.36.1: #110404# no INetURLObject::(Rel|Abs)To(Abs|Rel) anymore

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec6e3090e98febae75c94a6e64a3084c3935825c]

        INTEGRATION: CWS dba15 (1.23.612); FILE MERGED 2004/08/13 09:30:11 fs 1.23.612.1: #104887# proper handling of new VCLEVENT_WINDOW_SHOW/HIDE

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [45ab43d1b6797cbfb84a44ee27661e7ebc95c002]

        INTEGRATION: CWS dba15 (1.64.116); FILE MERGED 2004/08/13 09:34:19 fs 1.64.116.1: #104887# proper handling of new VCLEVENT_WINDOW_SHOW/HIDE

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed7168f77fd09314047266d3b259d5a9329fe8df]

        INTEGRATION: CWS dba15 (1.21.172); FILE MERGED 2004/08/13 09:42:47 fs 1.21.172.1: #104887# proper handling of new VCLEVENT_WINDOW_SHOW/HIDE

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [90daabeeb6483463c9de0f3fd235b00e801e1238]

        INTEGRATION: CWS dba15 (1.25.58); FILE MERGED 2004/08/12 10:12:27 fs 1.25.58.2: RESYNC: (1.25-1.26); FILE MERGED 2004/07/27 12:32:55 fs 1.25.58.1: some nodes were not localized

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e6d080e90a4e73d0b0046812780fb46e620a9d4]

        INTEGRATION: CWS dba15 (1.37.10); FILE MERGED 2004/08/13 10:46:40 fs 1.37.10.1: #i32877# +ImplEditEntry. EditEntry now also resets aEditClickPos, to prevent ImplEditEntry from assuming a mouse event

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [955899581638f55c2c226c464c41b904a2178669]

        INTEGRATION: CWS dba15 (1.39.10); FILE MERGED 2004/08/13 10:47:12 fs 1.39.10.1: #i32877# call the new ImplEditEntry instead of EditEntry

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a294ae413412a547eebd8b0f1cd55194a38fa19]

        INTEGRATION: CWS gtkfpicker1 (1.27.8); FILE MERGED 2004/08/04 15:00:47 cmc 1.27.8.1: #i32555# optional gnome filepicker

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e739e19ae69b7dcddf166f9d05433314bc5ad84]

        INTEGRATION: CWS gtkfpicker1 (1.12.98); FILE MERGED 2004/08/04 15:46:31 cmc 1.12.98.1: #i32555# optional gnome filepicker

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [db60a453597bcea0bf005a43b7a84ba1a95e6afe]

        INTEGRATION: CWS gtkfpicker1 (1.33.40); FILE MERGED 2004/08/04 15:46:30 cmc 1.33.40.1: #i32555# optional gnome filepicker

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d46d4eaeb6704ba1785de87c1912806f8ba0f07e]

        INTEGRATION: CWS gtkfpicker1 (1.3.92); FILE MERGED 2004/08/04 15:03:09 cmc 1.3.92.1: #i32555# optional gnome filepicker

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bf90aeefb6b066f008bacadc8aeb19d8316d696]

        INTEGRATION: CWS ooo20040704 (1.4.100); FILE MERGED 2004/06/28 12:48:11 cmc 1.4.100.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e851c0cdf1a86bc555cf9432a66a33fbd1210471]

        INTEGRATION: CWS gtkfpicker1 (1.1.2); FILE ADDED 2004/08/04 15:03:08 cmc 1.1.2.1: #i32555# optional gnome filepicker

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [295a93ec2a349d81f8fe7bce87e4bd9dacbb9a0a]

        INTEGRATION: CWS gtkfpicker1 (1.1.2); FILE ADDED 2004/09/08 09:42:09 cmc 1.1.2.2: #i32555# use system gtk folderpicker like gtk filepicker 2004/08/04 15:03:07 cmc 1.1.2.1: #i32555# optional gnome filepicker

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b15a8e2657f4c81d9926ce15a1a624c626f5ab9]

        INTEGRATION: CWS ooo20040704 (1.25.18); FILE MERGED 2004/07/18 03:14:52 svesik 1.25.18.4: RESYNC: (1.26-1.27); FILE MERGED 2004/07/02 09:08:50 cmc 1.25.18.3: #i30891# revert header and namespace change 2004/06/29 01:14:47 svesik 1.25.18.2: RESYNC: (1.25-1.26); FILE MERGED 2004/06/28 12:17:58 cmc 1.25.18.1: #i30801 allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf21fa38b934bb21d0e99da82225e9d49178f0ed]

        INTEGRATION: CWS ooo20040704 (1.3.92); FILE MERGED 2004/07/02 08:46:30 cmc 1.3.92.3: #i30891# revert header and namespace change 2004/06/29 15:47:14 svesik 1.3.92.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/28 14:03:30 cmc 1.3.92.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f9077a5e5edae292696d03c2bbd599e8dca933a]

        INTEGRATION: CWS gtkfpicker1 (1.1.2); FILE ADDED 2004/08/04 15:03:05 cmc 1.1.2.1: #i32555# optional gnome filepicker

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b15e4f8540b88bfb875b14a0d89e6e7831252d54]

        INTEGRATION: CWS ooo20040704 (1.3.2); FILE MERGED 2004/06/29 12:50:58 waratah 1.3.2.1: #i30874# Correct unitiliased warning

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c22247144667ceed151c4a6f34923775ced4b1fa]

        INTEGRATION: CWS ooo20040704 (1.3.2); FILE MERGED 2004/06/29 12:50:21 waratah 1.3.2.1: #i30874# Correct unitiliased warning

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7af8ae1585949c6529d99a07df1c668ac26e0c50]

        INTEGRATION: CWS gtkfpicker1 (1.1.2); FILE ADDED 2004/09/08 09:42:09 cmc 1.1.2.1: #i32555# use system gtk folderpicker like gtk filepicker

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bc550d0f3d1bb47da5efef89e91b695f10be0dc]

        INTEGRATION: CWS gtkfpicker1 (1.1.2); FILE ADDED 2004/09/08 09:42:08 cmc 1.1.2.1: #i32555# use system gtk folderpicker like gtk filepicker

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf48cf7ab39f369d0f8f983316f9a8f6441fb00b]

        INTEGRATION: CWS ooo20040704 (1.8.50); FILE MERGED 2004/07/05 13:45:29 cmc 1.8.50.1: #i30801# make curl an optional compile

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7763bf108d246066ac5fd8aad63ddc2c0508a28]

        INTEGRATION: CWS gtkfpicker1 (1.1.2); FILE ADDED 2004/09/08 09:42:07 cmc 1.1.2.3: #i32555# use system gtk folderpicker like gtk filepicker 2004/08/23 13:07:50 cmc 1.1.2.2: #i32555# commit in rauls latest and greatest gtk fpicker mods 2004/08/04 15:03:04 cmc 1.1.2.1: #i32555# optional gnome filepicker

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5db257af04f197861f15d62c21eed6976b09cb15]

        INTEGRATION: CWS gtkfpicker1 (1.1.2); FILE ADDED 2004/09/08 09:42:07 cmc 1.1.2.4: #i32555# use system gtk folderpicker like gtk filepicker 2004/09/07 11:25:49 cmc 1.1.2.3: #i32555# sync to rauls latest changes 2004/08/23 13:07:50 cmc 1.1.2.2: #i32555# commit in rauls latest and greatest gtk fpicker mods 2004/08/04 15:03:03 cmc 1.1.2.1: #i32555# optional gnome filepicker

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e20172b76a8bd1a89fc36c856426de362dccb955]

        INTEGRATION: CWS ooo20040704 (1.6.180); FILE MERGED 2004/06/28 14:35:47 cmc 1.6.180.1: #i30801# allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [edc7b213015047db42dca9f440a581c12d686b61]

        INTEGRATION: CWS gtkfpicker1 (1.1.2); FILE ADDED 2004/09/08 09:42:07 cmc 1.1.2.4: #i32555# use system gtk folderpicker like gtk filepicker 2004/08/23 13:07:49 cmc 1.1.2.3: #i32555# commit in rauls latest and greatest gtk fpicker mods 2004/08/06 07:05:57 cmc 1.1.2.2: #i32555# raul has a better gtk version test 2004/08/04 15:03:03 cmc 1.1.2.1: #i32555# optional gnome filepicker

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5c2b08e99e9eea6a12db5ff5d6918be3de1e7a5]

        INTEGRATION: CWS ooo20040704 (1.11.28); FILE MERGED 2004/06/28 14:35:46 cmc 1.11.28.1: #i30801# allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [210fd7b0fd74fa2b723d9b6714624889c47a1fa4]

        INTEGRATION: CWS gtkfpicker1 (1.1.2); FILE ADDED 2004/09/08 09:42:07 cmc 1.1.2.3: #i32555# use system gtk folderpicker like gtk filepicker 2004/08/23 13:07:49 cmc 1.1.2.2: #i32555# commit in rauls latest and greatest gtk fpicker mods 2004/08/04 15:03:02 cmc 1.1.2.1: #i32555# optional gnome filepicker

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0dcd6f9d8e376303de64fe48c7254e5ae8d2d78c]

        INTEGRATION: CWS ooo20040704 (1.13.110); FILE MERGED 2004/06/28 14:35:46 cmc 1.13.110.1: #i30801# allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3adc6d6b7e40d3799a37770bdc799775903e69d0]

        INTEGRATION: CWS gtkfpicker1 (1.1.120); FILE MERGED 2004/08/04 15:03:01 cmc 1.1.120.1: #i32555# optional gnome filepicker

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1af5cc2f55d0d3f6dc0b2745830c9423011f630c]

        INTEGRATION: CWS ooo20040704 (1.43.28); FILE MERGED 2004/07/20 06:23:52 svesik 1.43.28.2: RESYNC: (1.43-1.44); FILE MERGED 2004/06/28 14:35:45 cmc 1.43.28.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [65714922d3d0daa0c6b2ee018abaf2caa80b01bd]

        INTEGRATION: CWS ooo20040704 (1.21.38); FILE MERGED 2004/07/09 18:13:23 rene 1.21.38.2: strip exteneous +... 2004/07/06 12:39:18 rene 1.21.38.1: #i23779# Patch to use system libs - add necessary changes for build with system neon to ucb Issue number: Submitted by: Reviewed by:

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdb95e82b86a0d180a126c4da010cd7fe2691c8c]

        INTEGRATION: CWS gtkfpicker1 (1.6.98); FILE MERGED 2004/08/04 15:03:01 cmc 1.6.98.1: #i32555# optional gnome filepicker

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1787399c91ce60fef8340f1da6a5fc6f18e35927]

        INTEGRATION: CWS ooo20040704 (1.31.32); FILE MERGED 2004/07/02 09:38:54 cmc 1.31.32.2: #i30891# revert header and namespace change 2004/06/28 14:35:44 cmc 1.31.32.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [11012502b29b513f1426a2af1729566ccbba2db4]

        INTEGRATION: CWS ooo20040704 (1.3.194); FILE MERGED 2004/06/28 14:35:44 cmc 1.3.194.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8b24bff0ef140de8e1be59352c261beb4a43f04]

        INTEGRATION: CWS ooo20040704 (1.11.28); FILE MERGED 2004/06/30 13:43:31 waratah 1.11.28.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [23110bf79537a1b72fe47976b8fd6b3d5868fc04]

        INTEGRATION: CWS ooo20040704 (1.4.190); FILE MERGED 2004/06/30 13:31:21 waratah 1.4.190.2: #i30874# Add initial values to potentially uninitialised values 2004/06/30 13:21:03 waratah 1.4.190.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [003d582ed2cd0406c3cdaaacaf4e80718ecb73d7]

        INTEGRATION: CWS ooo20040704 (1.16.12); FILE MERGED 2004/06/28 14:35:41 cmc 1.16.12.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0331e015ece32c994276fcfc6ed3c2ff120f3b1d]

        INTEGRATION: CWS ooo20040704 (1.2.164); FILE MERGED 2004/06/30 13:42:00 waratah 1.2.164.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d6e738f137f01cbff33a23e2af6208da47a945a]

        INTEGRATION: CWS ooo20040704 (1.19.18); FILE MERGED 2004/07/02 09:38:53 cmc 1.19.18.2: #i30891# revert header and namespace change 2004/06/28 14:35:40 cmc 1.19.18.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cc30b1b231aa50190f2ae02e772da5b4c3bcc50]

        INTEGRATION: CWS ooo20040704 (1.79.12); FILE MERGED 2004/06/30 13:38:12 waratah 1.79.12.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b82fe812bc4bcde58f0baa68bb9ce5d031936d2]

        INTEGRATION: CWS ooo20040704 (1.11.124); FILE MERGED 2004/07/02 09:38:52 cmc 1.11.124.2: #i30891# revert header and namespace change 2004/06/28 14:35:40 cmc 1.11.124.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b4e040d1f3ca15d896f0391def2c90b5ae95261]

        INTEGRATION: CWS ooo20040704 (1.3.198); FILE MERGED 2004/07/02 09:38:52 cmc 1.3.198.2: #i30891# revert header and namespace change 2004/06/28 14:35:39 cmc 1.3.198.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f376b3e74a18ef1424d6f0b4f9d9a3e789322733]

        INTEGRATION: CWS ooo20040704 (1.9.184); FILE MERGED 2004/06/30 13:46:15 waratah 1.9.184.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ae71aa0edbe688853054dd5726605aa3e161fe1]

        INTEGRATION: CWS ooo20040704 (1.12.40); FILE MERGED 2004/07/02 15:28:29 cmc 1.12.40.2: #i30891# revert header and namespace change 2004/06/29 15:57:46 cmc 1.12.40.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [08f3f401aec0016cb398e1fe703342a499fa34af]

        INTEGRATION: CWS ooo20040704 (1.7.40); FILE MERGED 2004/07/02 15:28:26 cmc 1.7.40.2: #i30891# revert header and namespace change 2004/06/29 15:57:44 cmc 1.7.40.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ded4e56795e688f1601fd2d36147eb4bd5d212a]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:46 cmc 1.2.10.1: #i30801 no need to prepend external before boost

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [29bfc495733d46a63ec0ff8aa394007948519c36]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:45 cmc 1.2.10.1: #i30801 no need to prepend external before boost

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3e198eaf2dc59a660a4682424749eafd1fc07b0]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:43 cmc 1.2.10.1: #i30801 no need to prepend external before boost

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [740b44fd23f3f998a1f3dfe76b98fe0d5cd5a7a3]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:42 cmc 1.2.10.1: #i30801 no need to prepend external before boost

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [80d4ac8725187f9f4c0efee84cf5955731ecfe92]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:41 cmc 1.2.10.1: #i30801 no need to prepend external before boost

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [35cdfc581c49ae36965ed153e7e657aaa878f7cc]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:39 cmc 1.2.10.1: #i30801 no need to prepend external before boost

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5539fb23970051c54a3ca90d8b8c7e1457003afb]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:38 cmc 1.2.10.1: #i30801 no need to prepend external before boost

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4a32ba3de003dd2135abfc1e2b6b40a381006ce]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:37 cmc 1.2.10.1: #i30801 no need to prepend external before boost

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [afec5a7d2cc13d19c12a73c414427d9d0c412832]

        INTEGRATION: CWS pdf01 (1.31.24); FILE MERGED 2004/08/06 14:29:48 pl 1.31.24.4: RESYNC: (1.31-1.33); FILE MERGED 2004/07/09 12:49:00 fme 1.31.24.3: #i12836# Enhanced pdf export 2004/06/17 16:20:36 fme 1.31.24.2: #i12836# - Enhanced pdf export - Notes, links, references, outline - Added some assertions 2004/06/17 14:22:29 fme 1.31.24.1: #i12836# - Enhanced pdf export - Notes, links, references, outline - Moved stuff to wrtshell

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ad744e54f2be5afca004e311a18e23ac3303e91]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:36 cmc 1.2.10.1: #i30801 no need to prepend external before boost

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e8d7a8c2a43e6a0300c964b76e5f306ba86e273]

        INTEGRATION: CWS pdf01 (1.17.36); FILE MERGED 2004/08/06 14:09:48 pl 1.17.36.3: RESYNC: (1.17-1.19); FILE MERGED 2004/07/09 12:48:11 fme 1.17.36.2: #i12836# Enhanced pdf export 2004/06/17 14:23:44 fme 1.17.36.1: #i12836# - Enhanced pdf export - Notes, links, references, outline - Moved stuff to wrtshell

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [04c88630e5d2fe6a8b0cf8fae0ccabd783b446f2]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 12:12:35 cmc 1.2.10.1: #i30801 no need to prepend external before boost

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e68049f57a6351765cf3f4635acee68928d92731]

        INTEGRATION: CWS ooo20040704 (1.6.14); FILE MERGED 2004/07/02 08:48:33 cmc 1.6.14.2: #i30891# revert header and namespace change 2004/06/28 14:59:45 cmc 1.6.14.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4ee63a99436f802c71e75d76fb0e19e3c495254]

        INTEGRATION: CWS ooo20040704 (1.5.16); FILE MERGED 2004/06/28 12:53:48 cmc 1.5.16.1: #i30801# allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6979057d04e018894a2431e034a19fde07aab89c]

        INTEGRATION: CWS pdf01 (1.51.34); FILE MERGED 2004/06/17 10:35:02 fme 1.51.34.1: #i12836# - Enhanced pdf export - Notes, links, references, outline

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [485cc830349af1d2b4d05cdb9f99f44da8f1d780]

        INTEGRATION: CWS ooo20040704 (1.1.62); FILE MERGED 2004/06/28 12:53:47 cmc 1.1.62.1: #i30801# allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd697d4dda23a203635f6e6b20fb80b79f503096]

        INTEGRATION: CWS pdf01 (1.25.10); FILE MERGED 2004/08/06 15:10:35 pl 1.25.10.2: RESYNC: (1.25-1.27); FILE MERGED 2004/06/17 10:34:57 fme 1.25.10.1: #i12836# - Enhanced pdf export - Notes, links, references, outline

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6134c7c3749ac89362a17280481f2abdf426686]

        INTEGRATION: CWS ooo20040704 (1.6.12); FILE MERGED 2004/07/03 00:31:03 vq 1.6.12.2: #i30801# Windows needs the extra include path too. 2004/06/28 12:53:46 cmc 1.6.12.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [deb188b0ff5d96fb8ae140f6173819929aa32fca]

        INTEGRATION: CWS ooo20040704 (1.6.12); FILE MERGED 2004/07/02 09:13:04 cmc 1.6.12.3: #i30891# revert header and namespace change 2004/07/02 07:20:40 cmc 1.6.12.2: #i30801# wrong makefile tweak 2004/06/28 12:53:45 cmc 1.6.12.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2df3409e88948c9cde18107372bad5aed4e79e5]

        INTEGRATION: CWS ooo20040704 (1.5.74); FILE MERGED 2004/07/06 12:37:36 rene 1.5.74.1: #i23779# Patch to use system libs - disable neon build if SYSTEM_NEON is set Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e53246610637718d40c43f63ac555e3c18eb369]

        INTEGRATION: CWS ooo20040704 (1.2.14); FILE MERGED 2004/08/27 09:48:55 vg 1.2.14.1: #i33287# add rtl:: before calls to OUStringToOString

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fce834f20f23889b671ebf9cf80baee2b2f53dc9]

        INTEGRATION: CWS dr20 (1.14.10); FILE MERGED 2004/07/27 13:23:50 nn 1.14.10.1: #i3875# ctrl-mouse-click selects cells if nothing was selected (patch by Kohei Yoshida)

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eea2e2a7aaabf9139bfc5b22f6d9c52001a69ba]

        INTEGRATION: CWS ooo20040704 (1.3.10); FILE MERGED 2004/06/28 13:13:46 cmc 1.3.10.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1eeee022c8cbfb0339ed4167f929f45c147c2ce6]

        INTEGRATION: CWS ooo20040704 (1.3.10); FILE MERGED 2004/07/02 11:19:51 cmc 1.3.10.2: #i30891# revert header and namespace change 2004/06/28 13:13:45 cmc 1.3.10.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8952d81c746596904f749ab9fb52de0e97df939]

        INTEGRATION: CWS ooo20040704 (1.3.10); FILE MERGED 2004/07/02 11:19:50 cmc 1.3.10.2: #i30891# revert header and namespace change 2004/06/28 13:13:44 cmc 1.3.10.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bfe504bef8cc9534f75b05fc901504b3a0234c4]

        INTEGRATION: CWS ooo20040704 (1.3.10); FILE MERGED 2004/07/02 11:19:50 cmc 1.3.10.2: #i30891# revert header and namespace change 2004/06/28 13:13:43 cmc 1.3.10.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f76988199677464d31d36111c6f880796bda847b]

        INTEGRATION: CWS ooo20040704 (1.3.10); FILE MERGED 2004/07/02 11:19:49 cmc 1.3.10.2: #i30891# revert header and namespace change 2004/06/28 13:13:40 cmc 1.3.10.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c46015d4267101c2e9cda78a6eb564eb1ba3a556]

        INTEGRATION: CWS ooo20040704 (1.3.10); FILE MERGED 2004/07/02 11:19:48 cmc 1.3.10.2: #i30891# revert header and namespace change 2004/06/28 13:13:39 cmc 1.3.10.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d069071a9e80153f344c43c2e81f0596f3bc2156]

        INTEGRATION: CWS ooo20040704 (1.3.10); FILE MERGED 2004/07/02 11:19:48 cmc 1.3.10.2: #i30891# revert header and namespace change 2004/06/28 13:13:38 cmc 1.3.10.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [205d8d0b3fa327d61d1a5e1db46f218afb7da596]

        INTEGRATION: CWS ooo20040704 (1.6.10); FILE MERGED 2004/07/19 18:11:29 svesik 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/15 12:14:30 cmc 1.6.10.1: #i30801# make jvmfwk link with and without java

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [778d2ddc203a5de4a0c599b4a764795005bc9b98]

        #i26291#: resolve merge conflicts with CWS dr20

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f17e0022cc7fd75e27116e604373643ade89b75]

        INTEGRATION: CWS ooo20040704 (1.21.2); FILE MERGED 2004/08/09 14:45:56 vg 1.21.2.3: RESYNC MERGED 1.25 1.26 Everything below this line will be added to the revision comment. 2004/07/19 18:07:55 svesik 1.21.2.2: RESYNC: (1.21-1.25); FILE MERGED 2004/06/30 15:47:24 cmc 1.21.2.1: #i30801# allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [86132ffcc45f4fb51ec2a480f7beefe4a22cd226]

        INTEGRATION: CWS dr20 (1.67.10); FILE MERGED 2004/08/11 10:44:32 dr 1.67.10.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:41:03 dr 1.67.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd2379847b459368e95ff74fc7a597991ffcf6cb]

        INTEGRATION: CWS ooo20040704 (1.7.116); FILE MERGED 2004/06/30 13:10:57 waratah 1.7.116.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4d98ba6abffb1dfb22457bbfbb435293e3f40f3]

        INTEGRATION: CWS ooo20040704 (1.9.26); FILE MERGED 2004/06/30 13:10:14 waratah 1.9.26.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e23e6fdc5fffd523024e750db54804540a2e6e3]

        INTEGRATION: CWS ooo20040704 (1.6.116); FILE MERGED 2004/06/30 13:09:21 waratah 1.6.116.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [be32a7e3f0e1828347e5ae6cb678c4e4e5ad8986]

        INTEGRATION: CWS ooo20040704 (1.6.116); FILE MERGED 2004/07/01 11:13:38 waratah 1.6.116.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d96979b38efdab6b4e3e14aea1dc437c95121227]

        INTEGRATION: CWS ooo20040704 (1.7.116); FILE MERGED 2004/06/30 13:07:56 waratah 1.7.116.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c562e73597ce3512d0e2bf8dc64e74dc44ae67e9]

        INTEGRATION: CWS ooo20040704 (1.7.116); FILE MERGED 2004/07/01 11:12:46 waratah 1.7.116.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [385b0e6a2da12d030b7173155b4aae341dd2ad2e]

        INTEGRATION: CWS ooo20040704 (1.32.44); FILE MERGED 2004/07/19 16:26:54 svesik 1.32.44.3: RESYNC: (1.32-1.33); FILE MERGED 2004/06/28 15:17:21 cmc 1.32.44.2: #i30801# allow using system stl if possible 2004/06/28 11:32:53 cmc 1.32.44.1: #i30801 allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f668117ba4096e07bb33f3c7416020a234c5e78]

        INTEGRATION: CWS ooo20040704 (1.6.96); FILE MERGED 2004/07/02 09:06:50 cmc 1.6.96.2: #i30891# revert header and namespace change 2004/06/28 11:32:52 cmc 1.6.96.1: #i30801 allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d99aa946f607ab3fc5acd943e596339f6b8c1f0]

        INTEGRATION: CWS ooo20040704 (1.28.6); FILE MERGED 2004/07/19 16:24:51 svesik 1.28.6.3: RESYNC: (1.28-1.29); FILE MERGED 2004/07/02 09:06:49 cmc 1.28.6.2: #i30891# revert header and namespace change 2004/06/28 11:32:51 cmc 1.28.6.1: #i30801 allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2950454ef28ffd9708cadc1d1d9f867906cfc823]

        INTEGRATION: CWS ooo20040704 (1.6.60); FILE MERGED 2004/07/03 10:34:53 sparcmoz 1.6.60.1: #i30774# call osl_InterlockedCountSetV9 for linux sparc

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [114a9125a853996199f3ec43bdee1883e4dde043]

        INTEGRATION: CWS ooo20040704 (1.1.1.1.122); FILE MERGED 2004/06/28 13:00:45 cmc 1.1.1.1.122.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4dd29e2975eb073d477bf98871988c329cc7a8e]

        INTEGRATION: CWS ooo20040704 (1.3.4); FILE MERGED 2004/07/02 09:45:11 cmc 1.3.4.2: #i30891# revert header and namespace change 2004/06/28 13:00:44 cmc 1.3.4.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e13c39fc9c4f3ff04ee6e9258b4deab68c782cbb]

        INTEGRATION: CWS ooo20040704 (1.2.112); FILE MERGED 2004/07/02 09:45:10 cmc 1.2.112.2: #i30891# revert header and namespace change 2004/06/28 13:00:44 cmc 1.2.112.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb6ccff299da817e8172e3050b37d3ab3c38cad1]

        INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED 2004/06/28 13:37:16 cmc 1.2.10.1: #i30801# no need to prepend boost headers with external

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0415a7fafef62f8b0b59c08b199a1b1cff157da9]

        INTEGRATION: CWS ooo20040704 (1.1.2); FILE ADDED 2004/07/09 15:03:06 cmc 1.1.2.1: #i30891# system stl stuff for the foolish

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe5bb4a94308fca71b8a67aa0cdcc3f310852c09]

        INTEGRATION: CWS ooo20040704 (1.1.2); FILE ADDED 2004/07/09 15:03:05 cmc 1.1.2.1: #i30891# system stl stuff for the foolish

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8c4e62585bdbab03edbf5e85fe0dd81a280ac53]

        INTEGRATION: CWS ooo20040704 (1.26.16); FILE MERGED 2004/07/09 15:03:34 cmc 1.26.16.2: #i30891# system stl stuff 2004/06/28 15:19:26 cmc 1.26.16.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e20439e712444db6f1da717d0262b7ed94dfcfc]

        INTEGRATION: CWS dr20 (1.8.10); FILE MERGED 2004/08/20 08:40:26 dr 1.8.10.4: #i30816# ignore all objects with wrong (null) size, better progress bar 2004/07/07 14:08:38 dr 1.8.10.3: RESYNC: (1.8-1.9); FILE MERGED 2004/06/22 14:04:03 dr 1.8.10.2: #i30543# import Printable property for controls 2004/06/15 16:40:29 dr 1.8.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [595e792fcc4d2fef5cf09c1d66cc797c69c815c8]

        INTEGRATION: CWS ooo20040704 (1.13.28); FILE MERGED 2004/07/01 11:57:00 thb 1.13.28.2: #i30874# Verified changes 2004/06/30 12:36:35 waratah 1.13.28.1: #i30874# Add initial values to potentially unitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [64ffadb92a146f5e41aa382fe92a45a7bb65e301]

        INTEGRATION: CWS ooo20040704 (1.90.76); FILE MERGED 2004/06/30 15:22:19 cmc 1.90.76.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0c654c1390e450d1565ff3fc8fed632fe5cfd9b]

        INTEGRATION: CWS ooo20040704 (1.13.16); FILE MERGED 2004/06/30 15:24:33 cmc 1.13.16.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [83a7e7fa54af4fb5104ec940d2dde6d26864b12a]

        INTEGRATION: CWS ooo20040704 (1.8.158); FILE MERGED 2004/06/30 15:25:57 cmc 1.8.158.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [392dca88d6dffe5dd41b518d39dabbcd57b4df32]

        INTEGRATION: CWS ooo20040704 (1.56.44); FILE MERGED 2004/06/30 15:26:27 cmc 1.56.44.1: #i30801# allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [20fa7678ba7c4af209518b40a2b4ca9bbb7c9710]

        #i26291#: resolve merge conflicts with CWS dr20

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [7cf8a5b24c8f8500a5e974bc589aeec7660c0664]

        INTEGRATION: CWS ooo20040704 (1.35.12); FILE MERGED 2004/07/02 13:42:28 cmc 1.35.12.2: #i30891# revert header and namespace change 2004/06/30 15:27:24 cmc 1.35.12.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f280c83b57e4e9b39e0f8cc053534fb3c06ce931]

        INTEGRATION: CWS ooo20040704 (1.13.56); FILE MERGED 2004/07/02 13:42:28 cmc 1.13.56.2: #i30891# revert header and namespace change 2004/06/30 15:27:46 cmc 1.13.56.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ec4e88b117fa5fbc0e2276581c291c0e859ca2b]

        INTEGRATION: CWS ooo20040704 (1.21.76); FILE MERGED 2004/07/02 13:42:28 cmc 1.21.76.1: #i30891# revert header and namespace change

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [19942ecda5392493a1da05ac2f646c4feb77938b]

        INTEGRATION: CWS ooo20040704 (1.22.18); FILE MERGED 2004/06/29 12:49:30 waratah 1.22.18.1: #i30874# Correct unitiliased warning

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0e1b44e16d266da22712ed44693dea7643e9915]

        INTEGRATION: CWS ooo20040704 (1.11.56); FILE MERGED 2004/07/09 21:39:50 rene 1.11.56.2: #i23779# Patch to use system libs
        
        - remove unneeded AC_MSG_CHECKING's
        - rename system{_,-}odbc / SYSTEM_ODBC to
          system{_,-}odbc{_,-}headers / SYSTEM_ODBC_HEADERS
        - regenerate configure
        2004/06/30 15:29:31 cmc 1.11.56.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [02c6c8e1fcb7eddaa6d02315a3c16d9fec76a97b]

        INTEGRATION: CWS ooo20040704 (1.25.14); FILE MERGED 2004/07/09 21:39:50 rene 1.25.14.2: #i23779# Patch to use system libs
        
        - remove unneeded AC_MSG_CHECKING's
        - rename system{_,-}odbc / SYSTEM_ODBC to
          system{_,-}odbc{_,-}headers / SYSTEM_ODBC_HEADERS
        - regenerate configure
        2004/06/30 15:29:55 cmc 1.25.14.1: #i30801# allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f97d212136102c85beaec7ff8ef35bdf195b7ff9]

        INTEGRATION: CWS ooo20040704 (1.17.248); FILE MERGED 2004/06/30 15:31:01 cmc 1.17.248.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [189a1c731bdbf682e2192c8bb1a62db1a737466a]

        INTEGRATION: CWS ooo20040704 (1.30.12); FILE MERGED 2004/07/02 13:42:26 cmc 1.30.12.1: #i30891# revert header and namespace change

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [66b82837018d6bb49c4db17c25e60194451362d0]

        INTEGRATION: CWS ooo20040704 (1.6.252); FILE MERGED 2004/06/30 15:31:30 cmc 1.6.252.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e3d6d940cd41eeccfae6c18dcb1e376b2a9e038]

        INTEGRATION: CWS ooo20040704 (1.63.12); FILE MERGED 2004/07/02 13:42:26 cmc 1.63.12.2: #i30891# revert header and namespace change 2004/06/30 15:32:02 cmc 1.63.12.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [44e1a31c8428e27fc7071ed46eea414ff65c44f9]

        INTEGRATION: CWS dr20 (1.9.12); FILE MERGED 2004/08/16 15:25:48 dr 1.9.12.4: #i194# #i30411# performance, memory usage, progress bar 2004/08/11 14:27:23 dr 1.9.12.3: RESYNC: (1.9-1.10); FILE MERGED 2004/08/11 10:43:51 dr 1.9.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:27 dr 1.9.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc0f2e5449ed3fdca0416ba2a9ed0c7e26f5f5f2]

        INTEGRATION: CWS ooo20040704 (1.22.8); FILE MERGED 2004/08/09 14:27:34 vg 1.22.8.2: RESYNC MERGED 1.22 1.23 Everything below this line will be added to the revision comment. 2004/06/30 12:26:21 waratah 1.22.8.1: #i30874# Add initial values to potentially unitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [03b0e3995d20101681813fa74bb7487079f93c53]

        INTEGRATION: CWS ooo20040704 (1.2.8); FILE MERGED 2004/08/09 14:26:23 vg 1.2.8.2: RESYNC MERGED 1.2 1.3 Everything below this line will be added to the revision comment. 2004/06/28 12:04:08 cmc 1.2.8.1: #i30801 allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [54bd504842f10b0c2d5a3e8d897b730143604996]

        INTEGRATION: CWS ooo20040704 (1.3.98); FILE MERGED 2004/07/02 08:27:41 cmc 1.3.98.2: #i30891# revert header and namespace change 2004/06/28 12:04:07 cmc 1.3.98.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b079f2457e3b8ce1fa8a7abf99af5d05809c65af]

        INTEGRATION: CWS dr20 (1.16.8); FILE MERGED 2004/08/20 08:40:06 dr 1.16.8.10: #i30816# ignore all objects with wrong (null) size, better progress bar 2004/08/18 11:33:25 dr 1.16.8.9: RESYNC: (1.18-1.19); FILE MERGED 2004/08/11 14:24:34 dr 1.16.8.8: RESYNC: (1.17-1.18); FILE MERGED 2004/07/09 14:26:50 dr 1.16.8.7: #i12638# connectors to orgcharts, patch by John Marmion 2004/07/09 11:36:59 dr 1.16.8.6: #i10000# merge errors 2004/07/07 14:07:42 dr 1.16.8.5: RESYNC: (1.16-1.17); FILE MERGED 2004/06/22 14:03:39 dr 1.16.8.4: #i30543# import Printable property for controls 2004/06/22 13:10:44 dr 1.16.8.3: #i30543# insert form controls at correct layer 2004/06/15 18:28:23 dr 1.16.8.2: #i30205# remove g++ warnings 2004/06/15 16:37:38 dr 1.16.8.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [356d12cb02ef6becd62b9e6fdff873bc9e0221ef]

        INTEGRATION: CWS ooo20040704 (1.2.14); FILE MERGED 2004/06/28 12:02:52 cmc 1.2.14.1: #i30801 no need to prepend external before boost

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d99d8fe33ce5b5aadedb9da9a1f7bba220a8f3a]

        INTEGRATION: CWS ooo20040704 (1.31.70); FILE MERGED 2004/06/28 13:54:25 cmc 1.31.70.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [422d0a55a2287df04bd6221123c3a89e1b451a00]

        INTEGRATION: CWS pdf01 (1.83.10); FILE MERGED 2004/08/12 11:59:51 pl 1.83.10.1: assert only when needed

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b53c5753239bdb509e174baa78d8c9a40f28298]

        INTEGRATION: CWS ooo20040704 (1.12.40); FILE MERGED 2004/07/02 11:30:05 cmc 1.12.40.2: #i30891# revert header and namespace change 2004/06/28 13:54:24 cmc 1.12.40.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [460715d552cf6a24539f1a3651c6723e31df7515]

        INTEGRATION: CWS pdf01 (1.58.26); FILE MERGED 2004/08/12 11:59:51 pl 1.58.26.1: assert only when needed

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [160b86e84e7640f04ea3dc88a3cba75431b510fa]

        INTEGRATION: CWS ooo20040704 (1.9.222); FILE MERGED 2004/07/09 21:39:49 rene 1.9.222.2: #i23779# Patch to use system libs
        
        - remove unneeded AC_MSG_CHECKING's
        - rename system{_,-}odbc / SYSTEM_ODBC to
          system{_,-}odbc{_,-}headers / SYSTEM_ODBC_HEADERS
        - regenerate configure
        2004/06/28 13:54:23 cmc 1.9.222.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0d6ad89b1e87e904a660ee173191dda94fe0dfa]

        INTEGRATION: CWS pdf01 (1.27.54); FILE MERGED 2004/08/06 22:06:51 pl 1.27.54.30: RESYNC: (1.27-1.29); FILE MERGED 2004/07/08 13:36:45 pl 1.27.54.29: do not emit empty attribute object reference 2004/07/07 12:53:13 pl 1.27.54.28: add: SetCurrentStructureElement 2004/07/06 15:13:56 pl 1.27.54.27: implement arbitrary link property attribute ids 2004/07/05 16:02:15 pl 1.27.54.26: keep structure entry order 2004/07/05 13:50:33 pl 1.27.54.25: prepare link annotation attribute 2004/07/05 11:57:11 pl 1.27.54.24: fix an invalid pointer problem 2004/07/02 09:12:33 pl 1.27.54.23: change NonStruct element behaviour 2004/07/01 16:44:16 pl 1.27.54.22: edit, combobox and dropdown listbox work on AR5 now 2004/06/30 16:09:06 pl 1.27.54.21: add: pushbutton with action 2004/06/30 10:53:51 pl 1.27.54.20: add: combobox 2004/06/23 19:06:02 pl 1.27.54.19: text color, corrected transparency 2004/06/22 18:10:47 pl 1.27.54.18: change controls to accomodate AR5 2004/06/17 17:19:06 pl 1.27.54.17: add: EditWidget 2004/06/16 16:56:36 pl 1.27.54.16: working radio buttons 2004/06/09 16:02:02 pl 1.27.54.15: add: RadioButtonWidget 2004/06/07 11:47:23 pl 1.27.54.14: *** empty log message *** 2004/06/04 11:20:06 pl 1.27.54.13: cleaned up warnings 2004/06/04 10:25:43 pl 1.27.54.12: #i29038# default pushbutton appearance 2004/05/28 15:20:26 pl 1.27.54.11: #i29581# add transparency groups 2004/05/18 13:57:02 pl 1.27.54.10: begin to implement PDF widgets 2004/05/12 17:14:42 pl 1.27.54.9: #i29090# add: file id 2004/05/11 15:15:20 pl 1.27.54.8: #i29037# add: transitional effects for PDF 2004/05/11 11:31:16 pl 1.27.54.7: #i28572# add: ActualText and Alt attributes 2004/05/07 14:53:42 pl 1.27.54.6: #i28572# add: structure attributes 2004/05/05 11:49:17 pl 1.27.54.5: clean up constructor 2004/04/30 13:54:16 pl 1.27.54.4: #i28572# PDF structure 2004/04/28 15:48:58 pl 1.27.54.3: #i28482# add: document notes for PDF export 2004/02/02 13:44:21 pl 1.27.54.2: #i24992# add: outline functionality 2004/01/30 14:09:31 pl 1.27.54.1: #i24905# add links

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d556f18a62f7b91e58e76df87c61dbf82187b84]

        INTEGRATION: CWS ooo20040704 (1.12.136); FILE MERGED 2004/07/09 21:39:49 rene 1.12.136.2: #i23779# Patch to use system libs
        
        - remove unneeded AC_MSG_CHECKING's
        - rename system{_,-}odbc / SYSTEM_ODBC to
          system{_,-}odbc{_,-}headers / SYSTEM_ODBC_HEADERS
        - regenerate configure
        2004/06/28 13:54:22 cmc 1.12.136.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f754401ccfdc2ac896297be38a68e37d5bfec52]

        INTEGRATION: CWS dr20 (1.56.10); FILE MERGED 2004/08/12 12:26:39 dr 1.56.10.4: #i194# default column format 2004/08/11 14:17:36 dr 1.56.10.3: RESYNC: (1.57-1.58); FILE MERGED 2004/08/11 11:13:03 dr 1.56.10.2: RESYNC: (1.56-1.57); FILE MERGED 2004/07/21 13:07:51 nn 1.56.10.1: #i31795# GetClipArea: type of nResult is SCROW

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [707367ea44bbe92aaf41fc08670c0e2fecb57ef2]

        INTEGRATION: CWS ooo20040704 (1.8.148); FILE MERGED 2004/06/28 13:54:21 cmc 1.8.148.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a921db6cce1298ad286cb778e5138d6a4ddc4508]

        INTEGRATION: CWS pdf01 (1.62.32); FILE MERGED 2004/08/18 09:24:01 pl 1.62.32.45: enable compression for pages again 2004/08/07 13:18:44 pl 1.62.32.44: resolved merge problem 2004/08/06 22:05:00 pl 1.62.32.43: RESYNC: (1.67-1.70); FILE MERGED 2004/08/04 09:10:46 pl 1.62.32.42: #i32457# make wavy text lines look more like on conventional output devices 2004/08/04 08:45:36 pl 1.62.32.41: #i32452# use correct URL syntax on submit button 2004/07/08 13:36:44 pl 1.62.32.40: do not emit empty attribute object reference 2004/07/07 12:53:13 pl 1.62.32.39: add: SetCurrentStructureElement 2004/07/06 15:13:55 pl 1.62.32.38: implement arbitrary link property attribute ids 2004/07/05 16:02:14 pl 1.62.32.37: keep structure entry order 2004/07/05 13:50:33 pl 1.62.32.36: prepare link annotation attribute 2004/07/05 11:57:11 pl 1.62.32.35: fix an invalid pointer problem 2004/07/02 10:08:19 fme 1.62.32.34: pl: omit empty K entries in document structure 2004/07/02 09:12:32 pl 1.62.32.33: change NonStruct element behaviour 2004/07/01 16:44:16 pl 1.62.32.32: edit, combobox and dropdown listbox work on AR5 now 2004/06/30 15:14:44 pl 1.62.32.31: add: pushbutton with action 2004/06/30 10:53:51 pl 1.62.32.30: add: combobox 2004/06/23 19:06:01 pl 1.62.32.29: text color, corrected transparency 2004/06/22 18:10:47 pl 1.62.32.28: change controls to accomodate AR5 2004/06/17 17:19:05 pl 1.62.32.27: add: EditWidget 2004/06/16 16:56:35 pl 1.62.32.26: working radio buttons 2004/06/16 12:14:51 pl 1.62.32.25: do not emit widget field names as unicode 2004/06/16 09:29:50 pl 1.62.32.24: omit structure unless producing tagged pdf 2004/06/09 16:02:49 pl 1.62.32.23: add: RadioButtonWidget, corrected flags 2004/06/04 15:28:12 pl 1.62.32.22: add: appearance streams, checkbox 2004/06/04 11:20:05 pl 1.62.32.21: cleaned up warnings 2004/06/04 10:25:42 pl 1.62.32.20: #i29038# default pushbutton appearance 2004/05/28 15:20:24 pl 1.62.32.19: #i29581# add transparency groups 2004/05/18 13:57:02 pl 1.62.32.18: begin to implement PDF widgets 2004/05/17 16:31:14 pl 1.62.32.17: no border for links, applications draw link style 2004/05/13 10:16:48 pl 1.62.32.16: #i29128# merge from CWS pdfdrawlinebug 2004/05/12 17:14:42 pl 1.62.32.15: #i29090# add: file id 2004/05/11 15:15:19 pl 1.62.32.14: #i29037# add: transitional effects for PDF 2004/05/11 11:31:15 pl 1.62.32.13: #i28572# add: ActualText and Alt attributes 2004/05/10 15:23:20 pl 1.62.32.12: compile issue on Solaris 2004/05/07 15:11:54 pl 1.62.32.11: fix a rectangle format issue 2004/05/07 14:53:42 pl 1.62.32.10: #i28572# add: structure attributes 2004/05/05 14:18:27 pl 1.62.32.9: correct some typos that hindered tagged PDF from working 2004/05/05 11:51:49 pl 1.62.32.8: RESYNC: (1.66-1.67); FILE MERGED 2004/05/05 11:49:17 pl 1.62.32.7: clean up constructor 2004/04/30 13:54:16 pl 1.62.32.6: #i28572# PDF structure 2004/04/28 16:51:31 pl 1.62.32.5: compile on Solaris 2004/04/28 15:48:58 pl 1.62.32.4: #i28482# add: document notes for PDF export 2004/03/23 14:32:18 pl 1.62.32.3: RESYNC: (1.62-1.66); FILE MERGED 2004/02/02 13:44:20 pl 1.62.32.2: #i24992# add: outline functionality 2004/01/30 14:09:30 pl 1.62.32.1: #i24905# add links

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0422e1a17efefaea4949e1115ff21ca838b43dcb]

        INTEGRATION: CWS ooo20040704 (1.2.186); FILE MERGED 2004/06/28 13:54:20 cmc 1.2.186.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7da0fe5d7b135a4ae26ffefd25f0bd2ceaaa62f5]

        INTEGRATION: CWS pdf01 (1.8.222); FILE MERGED 2004/08/06 22:03:55 pl 1.8.222.16: RESYNC: (1.8-1.9); FILE MERGED 2004/07/07 12:53:13 pl 1.8.222.15: add: SetCurrentStructureElement 2004/07/06 15:13:55 pl 1.8.222.14: implement arbitrary link property attribute ids 2004/06/22 18:10:46 pl 1.8.222.13: change controls to accomodate AR5 2004/06/17 17:19:06 pl 1.8.222.12: add: EditWidget 2004/06/04 15:27:48 pl 1.8.222.11: add: appearance streams 2004/05/28 15:20:24 pl 1.8.222.10: #i29581# add transparency groups 2004/05/18 13:57:02 pl 1.8.222.9: begin to implement PDF widgets 2004/05/11 15:15:19 pl 1.8.222.8: #i29037# add: transitional effects for PDF 2004/05/11 11:31:15 pl 1.8.222.7: #i28572# add: ActualText and Alt attributes 2004/05/07 14:53:41 pl 1.8.222.6: #i28572# add: structure attributes 2004/05/05 11:49:17 pl 1.8.222.5: clean up constructor 2004/04/30 13:54:16 pl 1.8.222.4: #i28572# PDF structure 2004/04/28 15:48:57 pl 1.8.222.3: #i28482# add: document notes for PDF export 2004/02/02 13:44:18 pl 1.8.222.2: #i24992# add: outline functionality 2004/01/30 14:09:30 pl 1.8.222.1: #i24905# add links

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [abbbbc54feb5727d97434c87c03874a49baedcfc]

        INTEGRATION: CWS ooo20040704 (1.44.8); FILE MERGED 2004/06/28 13:54:19 cmc 1.44.8.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [17da4c9a0d02393cb40acf731e2cb93fbaacf4f8]

        INTEGRATION: CWS pdf01 (1.1.2); FILE ADDED 2004/08/13 09:10:22 pl 1.1.2.13: avoid asserting unnecessarily 2004/08/09 11:35:44 sj 1.1.2.12: #i29534# export of original jpeg graphics 2004/08/02 13:58:06 fs 1.1.2.11: #i31197# +CreateControl 2004/07/12 10:37:17 pl 1.1.2.10: take care of structtreeroot 2004/07/08 12:30:31 pl 1.1.2.9: fix an off by 1 in struct ids 2004/07/07 12:53:12 pl 1.1.2.8: add: SetCurrentStructureElement 2004/07/06 15:13:54 pl 1.1.2.7: implement arbitrary link property attribute ids 2004/06/24 12:27:13 pl 1.1.2.6: removed a bunch of warnings 2004/06/17 12:39:39 sj 1.1.2.5: fixed little id mapping bug 2004/06/02 17:23:45 thb 1.1.2.4: #i29534# Added PDF GfxLink support 2004/05/25 12:36:02 sj 1.1.2.3: added access to PDF export options 2004/05/17 17:00:05 sj 1.1.2.2: added methods to get/set the current page 2004/05/17 09:07:13 sj 1.1.2.1: initial version

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb88625ea496d2f0a8d724cd80afd9ed8849993d]

        INTEGRATION: CWS ooo20040704 (1.17.68); FILE MERGED 2004/06/28 13:54:18 cmc 1.17.68.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2c408b66a88c4e9be8dac1cb9d148d15940393e]

        INTEGRATION: CWS ooo20040704 (1.31.28); FILE MERGED 2004/08/12 14:35:15 vg 1.31.28.2: #100000# fix for resync problems 2004/06/28 13:54:18 cmc 1.31.28.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [252bc90c85919c5ed4e995df197d45ec26510ae1]

        INTEGRATION: CWS pdf01 (1.29.64); FILE MERGED 2004/05/12 13:43:10 sj 1.29.64.1: added ExtOutDevData to support use of enhanced pdf writer actions in the applications

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [547019d27ea0a69f42d5bbbdfd55d6d3c15ab8bf]

        INTEGRATION: CWS ooo20040704 (1.12.186); FILE MERGED 2004/06/28 13:54:17 cmc 1.12.186.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd24121740e77a85e54c7373e036897331e0bb3c]

        INTEGRATION: CWS pdf01 (1.15.34); FILE MERGED 2004/06/08 14:01:54 pl 1.15.34.4: solved merge conflict 2004/06/08 10:36:47 pl 1.15.34.3: RESYNC: (1.15-1.17); FILE MERGED 2004/05/17 09:09:25 sj 1.15.34.2: added PDFExtOutDevData to support use of enhanced pdf writer actions 2004/05/12 13:43:01 sj 1.15.34.1: added ExtOutDevData to support use of enhanced pdf writer actions in the applications

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd31086324bceef29ae64fc9563731c3312e2c8b]

        INTEGRATION: CWS ooo20040704 (1.5.50); FILE MERGED 2004/06/28 13:54:16 cmc 1.5.50.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [58d2e137eba24733db845cbd4b56c0e04eb1e032]

        INTEGRATION: CWS pdf01 (1.1.2); FILE ADDED 2004/05/17 09:09:24 sj 1.1.2.2: added PDFExtOutDevData to support use of enhanced pdf writer actions 2004/05/12 13:37:31 sj 1.1.2.1: initial version

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [15e5c0fe960bb51e7d0de983d670d5dfa384a465]

        INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED 2004/06/28 13:54:16 cmc 1.3.68.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [391af3260b15790bf26f2a8e6899d396a702994b]

        INTEGRATION: CWS ooo20040704 (1.3.56); FILE MERGED 2004/06/28 13:54:15 cmc 1.3.56.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9db13e5fbadf93e1be2d3d7daf12b87acd0a122c]

        INTEGRATION: CWS pdf01 (1.4.274); FILE MERGED 2004/06/22 18:10:46 pl 1.4.274.1: change controls to accomodate AR5

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [09e20e0c0540f6dcfd9560697b1dcf8e349b4f2a]

        INTEGRATION: CWS ooo20040704 (1.84.28); FILE MERGED 2004/06/28 13:54:14 cmc 1.84.28.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6c133352de11c4e9eb0335d071111a1f10d5f39]

        INTEGRATION: CWS pdf01 (1.36.6); FILE MERGED 2004/08/06 21:56:32 pl 1.36.6.4: RESYNC: (1.38-1.39); FILE MERGED 2004/06/08 10:21:47 pl 1.36.6.3: RESYNC: (1.36-1.38); FILE MERGED 2004/05/17 09:07:58 sj 1.36.6.2: now delivering pdfextoutdevdata 2004/05/12 13:42:23 sj 1.36.6.1: added ExtOutDevData to support use of enhanced pdf writer actions in the applications

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [86213d5af764ebef86982bacd277790ea6e529f9]

        INTEGRATION: CWS ooo20040704 (1.22.50); FILE MERGED 2004/06/28 13:54:13 cmc 1.22.50.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [54f23ba116d926b01271f2e1b198c9ce433819d4]

        INTEGRATION: CWS ooo20040704 (1.22.148); FILE MERGED 2004/07/09 21:39:48 rene 1.22.148.2: #i23779# Patch to use system libs
        
        - remove unneeded AC_MSG_CHECKING's
        - rename system{_,-}odbc / SYSTEM_ODBC to
          system{_,-}odbc{_,-}headers / SYSTEM_ODBC_HEADERS
        - regenerate configure
        2004/06/28 13:54:12 cmc 1.22.148.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [91c532b4a8a559634832895615193c3a4d9641b6]

        INTEGRATION: CWS getfilesize1 (1.47.44); FILE MERGED 2004/08/24 13:08:33 cmc 1.47.44.1: #i33340# as discussed with MHU add an explicit osl_getFileSize function to mirror osl_setFileSize as an alternative to seeking to end of files and back to get their length

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf58f3ceaecafd128063260c5150a53db20e499e]

        INTEGRATION: CWS pdf01 (1.15.208); FILE MERGED 2004/08/02 14:00:35 fs 1.15.208.1: #i31197# when exporting to PDF, export form controls as real PDF controls

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecb9b93da7eb1cbad1ad166faf06b8e5301e3ff2]

        INTEGRATION: CWS ooo20040704 (1.32.60); FILE MERGED 2004/07/02 10:19:42 cmc 1.32.60.2: #i30891# revert header and namespace change 2004/06/28 10:37:28 cmc 1.32.60.1: #i30801 allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d5c0038b25a972d69a47541f3ab989f82c1b674]

        INTEGRATION: CWS ooo20040704 (1.1.18); FILE MERGED 2004/06/30 13:05:18 waratah 1.1.18.1: #i30874# Add initial values to potentially unitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e06c2d2452cf564cf0e65613e0c6b0e6b4d275f3]

        INTEGRATION: CWS pdf01 (1.20.42); FILE MERGED 2004/08/06 15:48:06 pl 1.20.42.2: RESYNC: (1.20-1.21); FILE MERGED 2004/08/02 13:59:47 fs 1.20.42.1: #i31197# +formpdfexport

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d8a8afb2cd00cf07233a6bc9ccf5e736ad3c99b]

        INTEGRATION: CWS ooo20040704 (1.2.18); FILE MERGED 2004/06/28 07:21:32 cmc 1.2.18.1: #i30801 allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [930e5907162aed8dd5db1acb81f7de1dc73dad26]

        INTEGRATION: CWS ooo20040704 (1.3.8); FILE MERGED 2004/06/30 12:58:40 waratah 1.3.8.1: #i30874# Add initial values to potentially unitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a852585a5b50f508ff166f899aac816ba44b15a5]

        INTEGRATION: CWS pdf01 (1.91.158); FILE MERGED 2004/07/12 11:42:37 fme 1.91.158.3: #i12836# Enhanced pdf export 2004/05/25 15:23:13 sj 1.91.158.2: fixed typo 2004/05/25 13:54:53 sj 1.91.158.1: added support of PDF HyperLink export

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4338bdd5852178b916f061af525543abb21fc7c1]

        INTEGRATION: CWS ooo20040704 (1.1.18); FILE MERGED 2004/06/28 07:21:31 cmc 1.1.18.1: #i30801 allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5666928d5d4746cf9618777179e98087ed604068]

        INTEGRATION: CWS ooo20040704 (1.1.12); FILE MERGED 2004/06/28 14:46:10 cmc 1.1.12.1: #i30801# allow using system libs if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [20a9398bfc3f5b68c79edc9c16b1a2260ba32228]

        INTEGRATION: CWS getfilesize1 (1.29.22); FILE MERGED 2004/08/24 13:08:33 cmc 1.29.22.1: #i33340# as discussed with MHU add an explicit osl_getFileSize function to mirror osl_setFileSize as an alternative to seeking to end of files and back to get their length

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [40df8bcc69f2fef03bec99faf42bfc2cacd20afa]

        INTEGRATION: CWS ooo20040704 (1.2.12); FILE MERGED 2004/07/03 13:50:53 vq 1.2.12.2: #i27032# Thanks to the partly *crossmerge* of 27032 this change has also to be crossmerged. This touches all lines of the file because the lineendings were corrected to unix style. 2004/06/28 14:46:09 cmc 1.2.12.1: #i30801# allow using system libs if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [70df2eefac9d154c27a8a19e48b0c25e8b7004ee]

        INTEGRATION: CWS getfilesize1 (1.3.62); FILE MERGED 2004/08/25 12:42:13 cmc 1.3.62.3: #i33340# theres a doubt if GetLastError itself resets the last error 2004/08/25 07:30:42 cmc 1.3.62.2: #i33340# tweak the windows GetFileSize to be consistent with the unx one for the error case 2004/08/24 13:08:32 cmc 1.3.62.1: #i33340# as discussed with MHU add an explicit osl_getFileSize function to mirror osl_setFileSize as an alternative to seeking to end of files and back to get their length

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2aeeb05425a6769601ab977c80fccb7d8685f952]

        INTEGRATION: CWS ooo20040704 (1.2.12); FILE MERGED 2004/06/28 14:46:09 cmc 1.2.12.1: #i30801# allow using system libs if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [f0a36c2b42c65e1ac00d8ef9f99533ce261335f8]

        INTEGRATION: CWS getfilesize1 (1.3.218); FILE MERGED 2004/08/24 13:08:32 cmc 1.3.218.1: #i33340# as discussed with MHU add an explicit osl_getFileSize function to mirror osl_setFileSize as an alternative to seeking to end of files and back to get their length

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [60c260f17323ac10ed2b0e8ea0bea3765b5241de]

        INTEGRATION: CWS ooo20040704 (1.1.12); FILE MERGED 2004/08/16 13:27:04 vg 1.1.12.2: fix for merge conflict 2004/06/28 14:46:08 cmc 1.1.12.1: #i30801# allow using system libs if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [400018dd211494d98321a886a975bbf10b97af60]

        INTEGRATION: CWS getfilesize1 (1.5.28); FILE MERGED 2004/08/24 13:08:32 cmc 1.5.28.1: #i33340# as discussed with MHU add an explicit osl_getFileSize function to mirror osl_setFileSize as an alternative to seeking to end of files and back to get their length

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2b03c2178b9c8798f2df895e485840418034cdc]

        INTEGRATION: CWS ooo20040704 (1.13.110); FILE MERGED 2004/06/28 10:37:29 cmc 1.13.110.1: #i30801 allow using system libs if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [60b83607a6aecddc845bd05a4fe2b767cf06e1cd]

        INTEGRATION: CWS getfilesize1 (1.32.78); FILE MERGED 2004/08/25 07:30:41 cmc 1.32.78.2: #i33340# tweak the windows GetFileSize to be consistent with the unx one for the error case 2004/08/24 13:08:31 cmc 1.32.78.1: #i33340# as discussed with MHU add an explicit osl_getFileSize function to mirror osl_setFileSize as an alternative to seeking to end of files and back to get their length

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [99b72ebb0ec16c08a1ed82e70a3a93b2e134ab0c]

        INTEGRATION: CWS ooo20040704 (1.4.118); FILE MERGED 2004/06/28 10:37:29 cmc 1.4.118.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [68bd8abd565247a3d06bad32818181b3b11149d9]

        INTEGRATION: CWS pdf01 (1.89.24); FILE MERGED 2004/08/06 14:12:10 pl 1.89.24.6: RESYNC: (1.89-1.90); FILE MERGED 2004/07/09 12:48:32 fme 1.89.24.5: #i12836# Enhanced pdf export 2004/06/17 14:21:09 fme 1.89.24.4: #i12836# - Enhanced pdf export - Notes, links, references, outline - Moved stuff to wrtshell 2004/06/17 12:52:55 fme 1.89.24.3: #i12836# - Enhanced pdf export - Notes, links, references, outline 2004/06/17 10:35:13 fme 1.89.24.2: #i12836# - Enhanced pdf export - Notes, links, references, outline 2004/06/16 13:20:25 fme 1.89.24.1: #i15455# Notes, Hyperlinks and Outline considered during PDF export

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [45c9a95e5463519b45727e103494ba984125c4c4]

        INTEGRATION: CWS getfilesize1 (1.29.78); FILE MERGED 2004/08/25 07:30:41 cmc 1.29.78.2: #i33340# tweak the windows GetFileSize to be consistent with the unx one for the error case 2004/08/24 13:08:31 cmc 1.29.78.1: #i33340# as discussed with MHU add an explicit osl_getFileSize function to mirror osl_setFileSize as an alternative to seeking to end of files and back to get their length

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fbc6fe49021b1bf3e6316e6540e41a7d60f2993]

        INTEGRATION: CWS ooo20040704 (1.10.90); FILE MERGED 2004/06/30 13:17:10 waratah 1.10.90.2: #i30874# Add initial values to potentially uninitialised values 2004/06/30 13:14:09 waratah 1.10.90.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [70d2bd6cba3c11cdb001ebfb28037b25bf1d3074]

        INTEGRATION: CWS ooo20040704 (1.13.74); FILE MERGED 2004/07/02 10:19:41 cmc 1.13.74.2: #i30891# revert header and namespace change 2004/06/28 10:37:28 cmc 1.13.74.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a16934b76a063be9c91fa6d94db8b44f5911d24e]

        INTEGRATION: CWS pdf01 (1.28.24); FILE MERGED 2004/06/21 11:56:55 fme 1.28.24.1: #i9684# Performance optimization for pdf export of documents containing large number of numrules and expression fields

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e69cca1ffdd06adad70cbbf81c28cb7b48cb8fe6]

        INTEGRATION: CWS ooo20040704 (1.37.76); FILE MERGED 2004/07/02 10:19:41 cmc 1.37.76.2: #i30891# revert header and namespace change 2004/06/28 10:37:28 cmc 1.37.76.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [251153eb47054140327c6c7f5ff3a34b4632b445]

        INTEGRATION: CWS pdf01 (1.16.134); FILE MERGED 2004/08/06 15:04:30 pl 1.16.134.2: RESYNC: (1.16-1.17); FILE MERGED 2004/06/21 11:56:55 fme 1.16.134.1: #i9684# Performance optimization for pdf export of documents containing large number of numrules and expression fields

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad2c7d3c743d588f69904f7be7a350d6973979dc]

        INTEGRATION: CWS ooo20040704 (1.5.82); FILE MERGED 2004/07/02 08:12:41 cmc 1.5.82.2: #i30891# revert header and namespace change 2004/06/28 14:07:42 cmc 1.5.82.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [34ea810547ddc0427fa3b3cd0d06fb8db81d1a07]

        INTEGRATION: CWS pdf01 (1.53.22); FILE MERGED 2004/06/17 10:35:00 fme 1.53.22.1: #i12836# - Enhanced pdf export - Notes, links, references, outline

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc6f113d14dd603ce0b1ba70a152b5b449e3c6e1]

        INTEGRATION: CWS ooo20040704 (1.6.4); FILE MERGED 2004/08/16 11:29:51 vg 1.6.4.1: Committed locally modified file from Sander

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdb067617bf4c8fea27a676d0d8d6473376e28bf]

        INTEGRATION: CWS pdf01 (1.15.534); FILE MERGED 2004/07/12 10:00:51 fme 1.15.534.2: #i12836# Enhanced pdf export 2004/07/09 12:47:14 fme 1.15.534.1: #i12836# Enhanced pdf export

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [9e8912366419218069a3b245eebf2021359a5dea]

        INTEGRATION: CWS getfilesize1 (1.3.52); FILE MERGED 2004/08/24 13:15:06 cmc 1.3.52.1: #i33340# use osl_getFileSize instead of seeking to end and back to get length

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [66606eaae326c221730ff199d46e64d8d6873de8]

        INTEGRATION: CWS pdf01 (1.35.68); FILE MERGED 2004/07/12 10:00:51 fme 1.35.68.2: #i12836# Enhanced pdf export 2004/07/09 12:47:14 fme 1.35.68.1: #i12836# Enhanced pdf export

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fa7f4ab807d49637dec019f04bb8862dee8d74a]

        INTEGRATION: CWS pdf01 (1.48.24); FILE MERGED 2004/08/06 15:01:50 pl 1.48.24.2: RESYNC: (1.48-1.49); FILE MERGED 2004/06/17 10:34:59 fme 1.48.24.1: #i12836# - Enhanced pdf export - Notes, links, references, outline

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [af0d7a7c89aa9275f025f4a4c2d2043c0a7537fe]

        INTEGRATION: CWS pdf01 (1.45.36); FILE MERGED 2004/06/21 11:56:54 fme 1.45.36.1: #i9684# Performance optimization for pdf export of documents containing large number of numrules and expression fields

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b85adc74a486e7c75ca77f74cc748a4ec272b64f]

        INTEGRATION: CWS pdf01 (1.9.252); FILE MERGED 2004/07/09 12:47:14 fme 1.9.252.1: #i12836# Enhanced pdf export

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6425c2884d6013a41adbd76728e15832af7a3220]

        INTEGRATION: CWS pdf01 (1.36.234); FILE MERGED 2004/07/13 07:43:55 fme 1.36.234.3: #i12836# Enhanced pdf export 2004/07/12 10:00:51 fme 1.36.234.2: #i12836# Enhanced pdf export 2004/07/09 12:47:14 fme 1.36.234.1: #i12836# Enhanced pdf export

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [6a30c08701b9161f931f81c5674b3b313c1ebcda]

        INTEGRATION: CWS getfilesize1 (1.10.76); FILE MERGED 2004/08/24 13:24:25 cmc 1.10.76.1: #i33340# use osl_getFileSize instead of seeking to end and back to get length

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f81d7adcc89b6b6e4f6e73b6e19f685f85075fe]

        INTEGRATION: CWS pdf01 (1.42.134); FILE MERGED 2004/07/09 12:47:13 fme 1.42.134.1: #i12836# Enhanced pdf export

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fabec3c48c3ad6c3a12e8ec8289c9fccd625723]

        INTEGRATION: CWS pdf01 (1.94.24); FILE MERGED 2004/07/12 10:00:50 fme 1.94.24.2: #i12836# Enhanced pdf export 2004/07/09 12:47:13 fme 1.94.24.1: #i12836# Enhanced pdf export

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [843cb05b5c67162eb1bb17b72fcba1efb3bf1be9]

        INTEGRATION: CWS ooo20040704 (1.10.16); FILE MERGED 2004/06/30 13:12:01 waratah 1.10.16.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [734491bf3d87e941610fd9b1b0bd539576557b87]

        INTEGRATION: CWS pdf01 (1.43.226); FILE MERGED 2004/07/12 09:59:57 fme 1.43.226.2: #i12836# Enhanced pdf export 2004/07/09 12:45:36 fme 1.43.226.1: #i12836# Enhanced pdf export

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [80e2e8eb59b667e71d2577a57122c5683d04ee04]

        INTEGRATION: CWS pdf01 (1.1.2); FILE ADDED 2004/08/20 10:51:02 fme 1.1.2.9: #i12836# Enhanced pdf export 2004/08/20 10:29:15 fme 1.1.2.8: #i12836# Enhanced pdf export - Last changes 2004/08/13 08:37:04 fme 1.1.2.7: #i16816# Resolved resync issue: Txtnode may have numrule without nodenum 2004/08/09 14:23:26 pl 1.1.2.6: solved a resync conflict (GetAnchor -> GetAnchorFrm) 2004/07/13 10:12:12 fme 1.1.2.5: #i12836# Enhanced pdf export - Open span for non-western characters 2004/07/13 07:43:27 fme 1.1.2.4: #i12836# Enhanced pdf export 2004/07/12 09:53:39 fme 1.1.2.3: #i12836# Enhanced pdf export 2004/07/12 09:45:38 fme 1.1.2.2: #i12836# Enhanced pdf export 2004/07/09 12:44:03 fme 1.1.2.1: #i12836# Enhanced pdf export

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cc4a097d057d7cd344b1ecacf3d359324e51cf3]

        INTEGRATION: CWS pdf01 (1.37.10); FILE MERGED 2004/08/06 15:13:45 pl 1.37.10.2: RESYNC: (1.37-1.39); FILE MERGED 2004/06/17 10:34:58 fme 1.37.10.1: #i12836# - Enhanced pdf export - Notes, links, references, outline

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f6a3a5839a90dadb3bd9cfb3a06f56420518727]

        INTEGRATION: CWS ooo20040704 (1.4.22); FILE MERGED 2004/07/15 19:47:39 vq 1.4.22.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [196bae14a4d5a59e30b8164c8137bcd11800f25d]

        INTEGRATION: CWS vcl26 (1.2.86); FILE MERGED 2004/08/27 13:00:13 dv 1.2.86.3: #i33381# Better scrollbar positioning 2004/08/26 14:22:17 dv 1.2.86.2: #i33447# Always use GTK_SHADOW_IN for all kinds of edit fields 2004/08/25 13:05:44 dv 1.2.86.1: #i33381# Use theme settings for calculating scrollbar rectangles, enhanced painting of scrollbar

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [ec73e7e35848aa57049ebe9cc9455076f4a60236]

        INTEGRATION: CWS getfilesize1 (1.14.6); FILE MERGED 2004/08/24 13:21:31 cmc 1.14.6.1: #i33340# use osl_getFileSize instead of seeking to end and back to get length

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9f42ec69406ef350e9631dbcd45deb894c96546]

        INTEGRATION: CWS pdf01 (1.81.4); FILE MERGED 2004/08/13 08:36:09 fme 1.81.4.5: #i16816# tagged pdf - non struct element also for new table border paint routine 2004/08/06 15:10:44 pl 1.81.4.4: RESYNC: (1.81-1.83); FILE MERGED 2004/07/13 07:41:48 fme 1.81.4.3: #i12836# Enhanced pdf export 2004/07/12 09:59:39 fme 1.81.4.2: #i12836# Enhanced pdf export 2004/07/09 12:45:16 fme 1.81.4.1: #i12836# Enhanced pdf export

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [9d9bf28e8c8ebd90dc8474b21cff0b9cf9a17593]

        INTEGRATION: CWS getfilesize1 (1.6.120); FILE MERGED 2004/08/24 13:21:31 cmc 1.6.120.1: #i33340# use osl_getFileSize instead of seeking to end and back to get length

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a28d6af5e546e9bf2ce81afcea7efe94440b914d]

        INTEGRATION: CWS pdf01 (1.14.24); FILE MERGED 2004/06/17 10:34:56 fme 1.14.24.1: #i12836# - Enhanced pdf export - Notes, links, references, outline

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b72b85fa278317ffc605d4a101dc0590bae78b8]

        INTEGRATION: CWS ooo20040704 (1.7.68); FILE MERGED 2004/07/15 19:47:38 vq 1.7.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca4a22a28c3d60d0c7c0610fdc43847bd9a7fee8]

        INTEGRATION: CWS pdf01 (1.14.122); FILE MERGED 2004/08/06 14:55:19 pl 1.14.122.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/17 12:54:13 fme 1.14.122.1: #109656# Restrict size in online layout to 45 inch, required for pdf export

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [508ea216e147f67642b3385ca9a1adb3223f7e44]

        INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED 2004/07/15 19:47:38 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [88dba296d012f063b4f708432ba32d95222852fb]

        INTEGRATION: CWS pdf01 (1.27.24); FILE MERGED 2004/06/21 11:56:53 fme 1.27.24.1: #i9684# Performance optimization for pdf export of documents containing large number of numrules and expression fields

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [26a353c1600a5b44b820407d15dd1d1266e466f6]

        INTEGRATION: CWS pdf01 (1.10.24); FILE MERGED 2004/08/06 14:58:30 pl 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2004/06/17 10:34:55 fme 1.10.24.1: #i12836# - Enhanced pdf export - Notes, links, references, outline

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d802b727ebdaa4b5b301a16615b7d5e6fbbba249]

        INTEGRATION: CWS pdf01 (1.37.32); FILE MERGED 2004/08/06 13:43:01 pl 1.37.32.2: RESYNC: (1.37-1.38); FILE MERGED 2004/06/17 10:34:25 fme 1.37.32.1: #i12836# - Enhanced pdf export - Notes, links, references, outline

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3728efb695f64134b5dd95d99c0f919932410d9e]

        INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED 2004/07/15 19:47:37 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [34c12981f32745d486bf565beecc6691a8a7d02e]

        INTEGRATION: CWS pdf01 (1.23.24); FILE MERGED 2004/08/06 13:44:05 pl 1.23.24.2: RESYNC: (1.23-1.26); FILE MERGED 2004/06/17 10:34:25 fme 1.23.24.1: #i12836# - Enhanced pdf export - Notes, links, references, outline

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [88a9e6b85638025245908ac25043ba4db0e17664]

        INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED 2004/07/11 15:15:18 vq 1.1.1.1.120.1: #i31255#, #i17992# Update the documentation of dmake to the new features.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f267ed9fed66a8fb57840c1682f487d98b5d074]

        INTEGRATION: CWS ooo20040704 (1.3.22); FILE MERGED 2004/07/11 15:15:17 vq 1.3.22.1: #i31255#, #i17992# Update the documentation of dmake to the new features.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0b391e654464b7b43854e0d6d92da12d90decc9]

        INTEGRATION: CWS pdf01 (1.1.2); FILE ADDED 2004/07/09 12:41:36 fme 1.1.2.1: #i12836# Enhanced pdf export

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec5a27d5d9e310fdfc6e014c122aed9fc78081f4]

        INTEGRATION: CWS vcl26 (1.179.8); FILE MERGED 2004/08/25 15:51:29 pl 1.179.8.5: #i23496# support filtering in DrawText... methods 2004/08/20 09:17:09 pl 1.179.8.4: RESYNC: (1.179-1.180); FILE MERGED 2004/08/19 11:22:32 hdu 1.179.8.3: #117097# presize font name dictionary to avoid unneeded reallocations 2004/08/18 10:13:57 hdu 1.179.8.2: #117097# replace O(N) font name translation lookup with O(1) 2004/08/18 09:38:51 hdu 1.179.8.1: #117097# use normalized font names as font name translation dictionary input

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2c8c66d6b23ce6cf971d66311c65473e33bc5e1]

        INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED 2004/07/11 15:15:17 vq 1.1.1.1.120.1: #i31255#, #i17992# Update the documentation of dmake to the new features.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [057199f55f9bb5acca3081c3f0f43963c4cd0445]

        INTEGRATION: CWS ooo20040704 (1.5.68); FILE MERGED 2004/07/15 19:47:37 vq 1.5.68.3: #i30887# Remove the wrongly added LGPL/SISSL license headers. 2004/07/11 14:48:37 vq 1.5.68.2: #i31255# Add verbose recipe echoing option (-vr) to dmake. 2004/07/06 00:03:43 vq 1.5.68.1: #i30779# Fix to allow dmake to echo recipe lines when inference is used to create files that are be read by .INCLUDE.
        
        Note that this only fixes the possibility to do so. Recipes that start
        with @ are still not echoed, but dmake -n now shows the recipes.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [932d45889c1d0fdcb78a6a201b82ed46ed3c2c87]

        INTEGRATION: CWS ooo20040704 (1.4.24); FILE MERGED 2004/07/15 19:47:36 vq 1.4.24.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3497d36e23823183b75f0854cfb79e18da928b76]

        INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED 2004/07/15 19:47:36 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a0ffcdbe43882607fcd4d38219007445171f961]

        INTEGRATION: CWS ooo20040704 (1.6.22); FILE MERGED 2004/07/15 19:47:36 vq 1.6.22.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4947da3459a0211dd4b3e9df6c25ce95485546f8]

        INTEGRATION: CWS ooo20040704 (1.7.68); FILE MERGED 2004/07/15 19:47:36 vq 1.7.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7844c0950991db14c1f0682c72c47b452f040630]

        INTEGRATION: CWS pdf01 (1.24.122); FILE MERGED 2004/08/09 11:38:28 sj 1.24.122.3: #i29534# export of original jpeg graphics 2004/08/06 11:38:49 pl 1.24.122.2: RESYNC: (1.24-1.25); FILE MERGED 2004/06/02 17:34:09 thb 1.24.122.1: #i29534# Added PDF GfxLink support

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [379eedec65296ce462b10b5ec92362bf4e70d6d0]

        INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED 2004/07/11 14:48:37 vq 1.1.1.1.120.1: #i31255# Add verbose recipe echoing option (-vr) to dmake.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d634313f74666c1c438b9c9e47bf7ae77873f5e]

        INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED 2004/07/15 19:47:35 vq 1.3.68.2: #i30887# Remove the wrongly added LGPL/SISSL license headers. 2004/07/11 14:48:36 vq 1.3.68.1: #i31255# Add verbose recipe echoing option (-vr) to dmake.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [797890234c52d6116df387b605c85f200db62db9]

        INTEGRATION: CWS pdf01 (1.35.66); FILE MERGED 2004/08/06 20:07:23 pl 1.35.66.2: RESYNC: (1.35-1.37); FILE MERGED 2004/07/22 14:51:03 nn 1.35.66.1: #i31946# handle notes in PDF export

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c08ca6857cae4b2e7b9287dfda2a50776715e5b]

        INTEGRATION: CWS pdf01 (1.22.94); FILE MERGED 2004/08/06 20:09:20 pl 1.22.94.2: RESYNC: (1.22-1.23); FILE MERGED 2004/07/22 14:51:03 nn 1.22.94.1: #i31946# handle notes in PDF export

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [20f31c7580b76169b44dc70badcb788423be8880]

        INTEGRATION: CWS pdf01 (1.42.44); FILE MERGED 2004/08/06 20:34:14 pl 1.42.44.2: RESYNC: (1.42-1.43); FILE MERGED 2004/07/23 12:01:03 nn 1.42.44.1: #32000# add sheet names to pdf export as outline elements

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c4545261c28a389e9ce7b2430536d7c6725e17d]

        INTEGRATION: CWS ooo20040704 (1.1.108); FILE MERGED 2004/07/11 15:15:16 vq 1.1.108.1: #i31255#, #i17992# Update the documentation of dmake to the new features.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fba4540aa69894e0f8e2af620e3cfd993f9a44f3]

        INTEGRATION: CWS pdf01 (1.10.110); FILE MERGED 2004/08/06 19:48:52 pl 1.10.110.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/22 14:50:39 nn 1.10.110.1: #i31946# handle notes in PDF export

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a83a7968c1c85c3d75acf7cc513ecf953fef9ab3]

        INTEGRATION: CWS ooo20040704 (1.6.8); FILE MERGED 2004/06/28 12:44:26 cmc 1.6.8.1: #i30801 allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [97c236d4b0abe928344c5a5eebb8be008517d286]

        INTEGRATION: CWS ooo20040704 (1.17.8); FILE MERGED 2004/08/09 14:39:17 vg 1.17.8.2: RESYNC MERGED 1.17 1.18 Everything below this line will be added to the revision comment. 2004/06/30 12:31:08 waratah 1.17.8.1: #i30874# Add initial values to potentially unitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [572674632c7bb1f943d514b3aeb0beab2f2975ad]

        INTEGRATION: CWS ooo20040704 (1.18.8); FILE MERGED 2004/08/09 14:39:59 vg 1.18.8.2: RESYNC MERGED 1.18 1.19 Everything below this line will be added to the revision comment. 2004/06/28 12:44:25 cmc 1.18.8.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a5aaaf4b78ef4e24c3904f3735646977ca21f11]

        INTEGRATION: CWS pdf01 (1.78.36); FILE MERGED 2004/08/11 15:41:31 pl 1.78.36.4: solved some syntax issues 2004/08/11 15:01:22 sj 1.78.36.3: #i32851# PDF Export: added export of interactions 2004/08/10 18:06:49 sj 1.78.36.2: #i32799# added export of notes pages for impress 2004/08/09 17:05:43 sj 1.78.36.1: #i32754# added export of transition effects

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [26f32a6b6a51028234c92151caf96d44ce42e2a2]

        INTEGRATION: CWS ooo20040704 (1.3.150); FILE MERGED 2004/07/02 09:59:48 cmc 1.3.150.2: #i30891# revert header and namespace change 2004/06/28 14:05:27 cmc 1.3.150.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0436b0349e7bcc8392a07dcbf928940df9387c48]

        INTEGRATION: CWS ooo20040704 (1.3.38); FILE MERGED 2004/07/02 09:59:46 cmc 1.3.38.2: #i30891# revert header and namespace change 2004/06/28 14:05:21 cmc 1.3.38.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c89b6f278b2423fceb1b8f1b9c5a5d50e2bee714]

        INTEGRATION: CWS pdf01 (1.15.72); FILE MERGED 2004/08/06 21:41:08 pl 1.15.72.2: RESYNC: (1.15-1.16); FILE MERGED 2004/05/27 11:12:29 pl 1.15.72.1: #i29581# fix a memory leak

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ee1595cf16900d3f2fbef7efc652bfbc39ddcd5]

        INTEGRATION: CWS pdf01 (1.88.32); FILE MERGED 2004/08/13 10:39:28 sj 1.88.32.5: #i32799# now the default to export notes pages in impress is false 2004/08/13 10:03:12 sj 1.88.32.4: #i32799# default to export notes pages in impress is now false, for other applications the default to export notes is true 2004/08/06 22:34:13 pl 1.88.32.3: RESYNC: (1.90-1.94); FILE MERGED 2004/06/08 10:55:00 pl 1.88.32.2: RESYNC: (1.88-1.90); FILE MERGED 2004/05/25 12:33:33 sj 1.88.32.1: added new PDF export options

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a062859707f6d93fb0e52e2380be73ce2eef477]

        INTEGRATION: CWS pdf01 (1.4.248); FILE MERGED 2004/07/12 14:11:20 sj 1.4.248.1: now use provided StatusIndicator

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d799873d79ef55dd8c67fbbd0d8e725ce9e72a2]

        INTEGRATION: CWS pdf01 (1.4.248); FILE MERGED 2004/08/10 17:57:06 sj 1.4.248.3: #i32799# added export of notes pages for impress 2004/07/12 14:11:20 sj 1.4.248.2: now use provided StatusIndicator 2004/05/25 12:39:57 sj 1.4.248.1: added support for new pdf export options

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ebebe98eb9631984643d4d8a157dcba32231f0e]

        INTEGRATION: CWS pdf01 (1.3.248); FILE MERGED 2004/08/13 10:01:26 sj 1.3.248.5: #i32799# default to export notes pages in impress is now false, for other applications the default to export notes is true 2004/08/10 17:56:38 sj 1.3.248.4: #i32799# added export of notes pages for impress 2004/07/12 14:11:20 sj 1.3.248.3: now use provided StatusIndicator 2004/05/25 12:39:37 sj 1.3.248.2: added support for new pdf export options 2004/05/17 09:02:43 sj 1.3.248.1: added support of enhanced PDFWriter functions

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b143baebf6233c1cdcd8a298b45c9650ebef62d7]

        INTEGRATION: CWS pdf01 (1.28.18); FILE MERGED 2004/08/13 10:01:26 sj 1.28.18.15: #i32799# default to export notes pages in impress is now false, for other applications the default to export notes is true 2004/08/11 16:10:07 pl 1.28.18.14: solved a merge problem 2004/08/10 17:56:11 sj 1.28.18.13: #i32799# added export of notes pages for impress 2004/08/09 12:41:13 pl 1.28.18.12: ResMgr uses a locale nowadays 2004/08/09 11:24:10 sj 1.28.18.11: #i29534# export of original jpeg graphics 2004/07/12 14:11:19 sj 1.28.18.10: now use provided StatusIndicator 2004/06/16 12:33:59 fme 1.28.18.9: small fix for property to allow XRenderable to determine if first page is being rendered 2004/06/08 12:44:53 sj 1.28.18.8: added properties allowing XRenderable to determine if first or last page is beeing rendered 2004/05/25 12:39:38 sj 1.28.18.7: added support for new pdf export options 2004/05/19 15:12:19 sj 1.28.18.6: correct page number is now set before rendering the mtf 2004/05/17 17:06:01 sj 1.28.18.5: now setting the actual page number 2004/05/17 12:15:57 sj 1.28.18.4: #i18334# the pdf filter is now able to export even empty calc documents 2004/05/17 09:02:43 sj 1.28.18.3: added support of enhanced PDFWriter functions 2004/05/05 11:49:46 pl 1.28.18.2: clean up PDFWriter constructor 2004/05/03 11:58:51 pl 1.28.18.1: #i26215# improved ImplDrawBitmapEx to behave more like OutputDevice

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5d35228e84994436f54c08c4bb7760ab1cb5a67]

        INTEGRATION: CWS ooo20040704 (1.8.122); FILE MERGED 2004/07/02 08:39:03 cmc 1.8.122.2: #i30891# revert header and namespace change 2004/06/28 12:10:52 cmc 1.8.122.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b46b88e889e932cea982353db02bdc4eb97689b]

        INTEGRATION: CWS pdf01 (1.6.34); FILE MERGED 2004/08/09 16:57:27 sj 1.6.34.1: #i32754# added export of transition effects

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [12e74310e49c438721beaf21b95cea4ce534ee36]

        INTEGRATION: CWS pdf01 (1.15.62); FILE MERGED 2004/08/13 11:52:40 pl 1.15.62.3: String list not only for de 2004/08/06 11:40:07 pl 1.15.62.2: RESYNC: (1.15-1.18); FILE MERGED 2004/05/25 12:38:52 sj 1.15.62.1: changed dialog to support new pdf export options

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e50e921de957bf133a6e75b47e56718c0164fbd3]

        INTEGRATION: CWS pdf01 (1.7.178); FILE MERGED 2004/08/13 10:01:25 sj 1.7.178.3: #i32799# default to export notes pages in impress is now false, for other applications the default to export notes is true 2004/08/09 16:58:07 sj 1.7.178.2: #i32754# added export of transition effects 2004/05/25 12:38:51 sj 1.7.178.1: changed dialog to support new pdf export options

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [26f04ee34123c8b53aa78169254ee0a35a0145ba]

        INTEGRATION: CWS ooo20040704 (1.42.22); FILE MERGED 2004/07/03 00:08:23 waratah 1.42.22.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb114b3bbe624773638e456650167d92ee7ab30d]

        INTEGRATION: CWS pdf01 (1.7.188); FILE MERGED 2004/08/13 10:01:25 sj 1.7.188.3: #i32799# default to export notes pages in impress is now false, for other applications the default to export notes is true 2004/08/09 16:58:07 sj 1.7.188.2: #i32754# added export of transition effects 2004/05/25 12:38:51 sj 1.7.188.1: changed dialog to support new pdf export options

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb8939e85a46e07bb5aedca391b73ccf42032d48]

        INTEGRATION: CWS ooo20040704 (1.11.22); FILE MERGED 2004/06/28 07:19:38 cmc 1.11.22.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9df68d6ab95eb888738b257c7dc4985e5384ec1d]

        INTEGRATION: CWS vcl26 (1.10.38); FILE MERGED 2004/08/25 16:24:20 pl 1.10.38.1: #i33397# initalize m_nPrinterEntry in all cases

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [08f0e46b13494d248ed984c0fdb641f1b0350178]

        INTEGRATION: CWS ooo20040704 (1.7.16); FILE MERGED 2004/06/30 14:03:52 cmc 1.7.16.2: #i30801# allow using system libs if possible 2004/06/28 07:19:38 cmc 1.7.16.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e370ba4a7c6a8c647d5cffe4bdc720e153d3cc0d]

        INTEGRATION: CWS vcl26 (1.33.82); FILE MERGED 2004/08/25 17:11:02 pl 1.33.82.1: #i28182# honor return value of pFaxNrFunction

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fea9039e5df0626541ce603d18d86edce89f76c]

        INTEGRATION: CWS vcl26 (1.120.24); FILE MERGED 2004/08/19 14:19:53 hdu 1.120.24.1: #117097# improved debugging info for font name related issues

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [149022b21ffb0f7583898cf6754bc15310cd718a]

        INTEGRATION: CWS ooo20040704 (1.3.20); FILE MERGED 2004/07/20 06:00:47 svesik 1.3.20.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/02 23:35:46 waratah 1.3.20.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7170ed1df820130ae09e4d3f38e7d09b73fa56b0]

        INTEGRATION: CWS vcl26 (1.6.8); FILE MERGED 2004/08/25 15:53:34 pl 1.6.8.1: #i23496# filterText, used for fax numbers

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd1d06946aa0b900635dd58b8e4902d1271d9722]

        INTEGRATION: CWS ooo20040704 (1.18.70); FILE MERGED 2004/07/20 20:35:36 svesik 1.18.70.2: RESYNC: (1.18-1.19); FILE MERGED 2004/06/28 14:28:26 cmc 1.18.70.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2212865eb1dfea40d4f7b40a4cba305cedc7cebd]

        INTEGRATION: CWS vcl26 (1.4.24); FILE MERGED 2004/08/25 15:53:33 pl 1.4.24.1: #i23496# filterText, used for fax numbers

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b64ae1c5118c6b9fa2ef558fbe93278f6932a531]

        INTEGRATION: CWS ooo20040704 (1.6.18); FILE MERGED 2004/07/02 09:55:17 cmc 1.6.18.3: #i30891# revert header and namespace change 2004/06/28 14:31:17 cmc 1.6.18.2: #i30801# allow using system stl if possible 2004/06/28 14:28:25 cmc 1.6.18.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c8ce48c8930f858c99fe073ef794490ec5e4749]

        INTEGRATION: CWS vcl26 (1.9.8); FILE MERGED 2004/08/27 13:00:14 dv 1.9.8.7: #i33381# Better scrollbar positioning 2004/08/27 10:52:20 pl 1.9.8.6: #i31785# even more corrections necessary for frame position 2004/08/25 13:13:51 dv 1.9.8.5: #i33381# Get ScrollBar width and min thumb size for style settings 2004/08/24 14:37:11 pl 1.9.8.4: #i31031# force independent part to update frame size on Show(BOOL) 2004/08/24 12:27:46 pl 1.9.8.3: #i32672# make de- maximizing and iconifying work in SetWindowState 2004/08/12 18:02:48 pl 1.9.8.2: #i30306# give DnD a chance to work 2004/08/11 12:09:31 pl 1.9.8.1: #i31785# get more reliable frame position on configure signal

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [610cc3d73c70441c514d2a69143811e8c6876bee]

        INTEGRATION: CWS vcl26 (1.8.44); FILE MERGED 2004/08/11 16:13:32 pl 1.8.44.1: #31880# dispatch raw XEvents to eventual handler on SalInstance

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc46f84dd167f7385c21f6ffee4bc3001e3d754c]

        INTEGRATION: CWS ooo20040704 (1.6.20); FILE MERGED 2004/07/02 14:43:07 haggai 1.6.20.1: #i31044# Add missing EOLs to keep javac happy

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c04a43d81305f6e90bc4578832381672dca1ff1]

        INTEGRATION: CWS vcl26 (1.195.6); FILE MERGED 2004/08/16 10:57:54 pl 1.195.6.1: #i31524# add: Window::PaintToDevice

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fdc21c81e29c07b78813f6ef2afc6707a11f54d]

        INTEGRATION: CWS ooo20040704 (1.7.62); FILE MERGED 2004/07/02 14:43:06 haggai 1.7.62.1: #i31044# Add missing EOLs to keep javac happy

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbc32352cb8f06c7adf30dc9523f54e58fe18d84]

        INTEGRATION: CWS vcl26 (1.60.24); FILE MERGED 2004/08/24 13:47:29 hdu 1.60.24.1: #i32879# never return negative text widths

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f16537d9be266f7290e745c72c8e041e81f42030]

        INTEGRATION: CWS dr20 (1.26.10); FILE MERGED 2004/08/11 14:46:00 dr 1.26.10.2: RESYNC: (1.26-1.27); FILE MERGED 2004/07/29 11:33:08 nn 1.26.10.1: #i31677# PasteDDE: String position and length handling must use ByteString

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9ceb61eb48da9e8b2c0442e3cd2501a75431b06]

        INTEGRATION: CWS ooo20040704 (1.2.36); FILE MERGED 2004/07/02 14:43:06 haggai 1.2.36.1: #i31044# Add missing EOLs to keep javac happy

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd46db3c6133927044e05aaba57ebd1a0ff4027f]

        INTEGRATION: CWS vcl26 (1.17.84); FILE MERGED 2004/08/25 15:54:17 pl 1.17.84.1: #i23496# filterText, used for fax numbers

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [371ad2825935f980aee65178822bf3b3afedf3cd]

        INTEGRATION: CWS lookup (1.29.118); FILE MERGED 2004/08/27 22:12:51 er 1.29.118.2: #i2168# for performance reasons (binary search) initialize ScQueryParam.bRegExp with FALSE unless explicitly required 2004/08/27 09:45:55 er 1.29.118.1: #i2168# implement some fuzziness to emulate a competitor's undocumented behavior of [HV]?LOOKUP() and MATCH() in case the data range isn't strictly sorted but should, for example includes column headers

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d0a8f9299a3547bd2d6329d2d8cdc533bb2ecc3]

        INTEGRATION: CWS dr20 (1.45.10); FILE MERGED 2004/07/27 13:24:19 nn 1.45.10.1: #i3875# ctrl-mouse-click selects cells if nothing was selected (patch by Kohei Yoshida)

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [e30d11d89a21801849a2f69f1a1ca6e03bd8b6d9]

        INTEGRATION: CWS lookup (1.16.118); FILE MERGED 2004/08/30 17:23:22 er 1.16.118.3: RESYNC: (1.16-1.17); FILE MERGED 2004/08/27 21:19:39 er 1.16.118.2: CreateExcelQuery: operator delete mismatch 2004/08/27 09:45:55 er 1.16.118.1: #i2168# implement some fuzziness to emulate a competitor's undocumented behavior of [HV]?LOOKUP() and MATCH() in case the data range isn't strictly sorted but should, for example includes column headers

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [be28ba8a6cafb7c8c4639c48c4c2b9706e51f8f1]

        INTEGRATION: CWS ooo20040704 (1.2.36); FILE MERGED 2004/07/02 14:43:05 haggai 1.2.36.1: #i31044# Add missing EOLs to keep javac happy

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca6c4d47055ab4d7ff1d9173ed181c1ff66391a9]

        INTEGRATION: CWS vcl26 (1.11.24); FILE MERGED 2004/08/26 16:27:53 hdu 1.11.24.1: #i33121# fix ImplFontCharmap oddities

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4ddb836a388a8fe096c5426e7eb9c2700b8167a]

        INTEGRATION: CWS dr20 (1.37.8); FILE MERGED 2004/08/11 14:45:02 dr 1.37.8.2: RESYNC: (1.37-1.39); FILE MERGED 2004/07/27 13:24:20 nn 1.37.8.1: #i3875# ctrl-mouse-click selects cells if nothing was selected (patch by Kohei Yoshida)

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a6fb944cb1cf2d623a5e9d30ca457c6f4d263e6]

        INTEGRATION: CWS ooo20040704 (1.3.78); FILE MERGED 2004/07/02 14:43:05 haggai 1.3.78.1: #i31044# Add missing EOLs to keep javac happy

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [4418213811d8c82e558bb55d7a2b3d5cf83ad5fb]

        INTEGRATION: CWS lookup (1.10.118); FILE MERGED 2004/08/30 16:36:21 er 1.10.118.3: #i2168# fine tuning 2004/08/27 22:17:21 er 1.10.118.2: #i2168# performance and logic for [HV]?LOOKUP() and MATCH(); binary search with fallback to iteration if unsorted data detected 2004/08/27 09:45:55 er 1.10.118.1: #i2168# implement some fuzziness to emulate a competitor's undocumented behavior of [HV]?LOOKUP() and MATCH() in case the data range isn't strictly sorted but should, for example includes column headers

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b0d249041e4bec7f23019790c5056f199ba8633]

        INTEGRATION: CWS vcl26 (1.13.82); FILE MERGED 2004/08/27 13:00:53 dv 1.13.82.2: #i33381# Better scrollbar positioning 2004/08/25 13:01:48 dv 1.13.82.1: #i33381# Respect minimum thumb size

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e4e89b370a4a62909765573856a6444dfa181a8]

        INTEGRATION: CWS ooo20040704 (1.21.38); FILE MERGED 2004/06/28 14:09:53 cmc 1.21.38.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [590a5f82e9508eb3644e5728fa0da31e781555d2]

        INTEGRATION: CWS dr20 (1.9.10); FILE MERGED 2004/06/25 18:45:55 nn 1.9.10.2: #i28468# don't show error message from ExecuteDrop, reject in AcceptDrop where possible 2004/06/25 13:46:06 nn 1.9.10.1: #i27955# selection behavior with merged cells (patch by Kohei Yoshida)

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d367f7715af20e31144cc0a7fa1be44db9ec3a6]

        INTEGRATION: CWS ooo20040704 (1.2.78); FILE MERGED 2004/07/02 14:43:05 haggai 1.2.78.1: #i31044# Add missing EOLs to keep javac happy

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [7e743a2a71ce92956612b80b6bee5da18204fe18]

        INTEGRATION: CWS lookup (1.4.118); FILE MERGED 2004/08/27 22:17:21 er 1.4.118.2: #i2168# performance and logic for [HV]?LOOKUP() and MATCH(); binary search with fallback to iteration if unsorted data detected 2004/08/27 09:45:54 er 1.4.118.1: #i2168# implement some fuzziness to emulate a competitor's undocumented behavior of [HV]?LOOKUP() and MATCH() in case the data range isn't strictly sorted but should, for example includes column headers

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [63ef96b6fbac61a46d5935b8c2f8b777844ef58d]

        INTEGRATION: CWS vcl26 (1.48.42); FILE MERGED 2004/08/16 10:57:53 pl 1.48.42.1: #i31524# add: Window::PaintToDevice

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a547603c87db3be593f1fec15b64c5b8c4a3d662]

        INTEGRATION: CWS dr20 (1.12.10); FILE MERGED 2004/07/27 13:24:20 nn 1.12.10.2: #i3875# ctrl-mouse-click selects cells if nothing was selected (patch by Kohei Yoshida) 2004/06/25 13:46:05 nn 1.12.10.1: #i27955# selection behavior with merged cells (patch by Kohei Yoshida)

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [06abaa6370df3fb6ede53fb91e74f56c4e7d5092]

        INTEGRATION: CWS ooo20040704 (1.2.64); FILE MERGED 2004/07/02 14:43:04 haggai 1.2.64.1: #i31044# Add missing EOLs to keep javac happy

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c19c4661f45d30b720c4bdc5d6d392348879d17]

        INTEGRATION: CWS vcl26 (1.49.2); FILE MERGED 2004/08/25 12:59:18 dv 1.49.2.1: #i33381# Set default value for SetMinThumbSize()

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [092ffd2f951afe7434fbdd1102c55a809e03b3d2]

        INTEGRATION: CWS dr20 (1.23.8); FILE MERGED 2004/08/11 14:43:42 dr 1.23.8.3: RESYNC: (1.23-1.24); FILE MERGED 2004/07/28 09:37:50 nn 1.23.8.2: #i30908# GetListValButtonRect: GetScrPos with bAllowNeg=TRUE 2004/07/27 17:21:12 nn 1.23.8.1: #i30908# correct position of list validation button with merged cells

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4afff7293d6a99888c6ba27e7aabe37bc3c54f86]

        INTEGRATION: CWS dr20 (1.55.8); FILE MERGED 2004/08/11 14:43:21 dr 1.55.8.5: RESYNC: (1.58-1.60); FILE MERGED 2004/08/11 11:30:25 dr 1.55.8.4: RESYNC: (1.56-1.58); FILE MERGED 2004/07/21 17:24:37 nn 1.55.8.3: #i31846# MouseButtonDown: Abort on SC_GM_IGNORE only for double click 2004/07/07 14:24:12 dr 1.55.8.2: RESYNC: (1.55-1.56); FILE MERGED 2004/06/25 18:45:55 nn 1.55.8.1: #i28468# don't show error message from ExecuteDrop, reject in AcceptDrop where possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e338b4eb2661b2b9af9c903eac16813f54fbb883]

        INTEGRATION: CWS ooo20040704 (1.5.68); FILE MERGED 2004/06/28 07:59:51 cmc 1.5.68.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e728b3bbb550908f5bc91e0ecc82968e0c45299d]

        INTEGRATION: CWS dr20 (1.19.20); FILE MERGED 2004/08/23 10:11:50 dr 1.19.20.1: #i31882# do not reset list type in validation dialog

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a2379d0ae0a13ff920cea43f3e25016e7aa0455]

        INTEGRATION: CWS dr20 (1.13.10); FILE MERGED 2004/08/11 14:39:18 dr 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED 2004/06/25 13:45:30 nn 1.13.10.1: #i27955# selection behavior with merged cells (patch by Kohei Yoshida)

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ea0894de06e8bdb1d7b1c3a70d3e49325e364eb]

        INTEGRATION: CWS dr20 (1.19.12); FILE MERGED 2004/08/17 07:40:21 dr 1.19.12.2: #i33033# use correct type 2004/08/16 14:16:18 dr 1.19.12.1: #i33033# correct size of CJK/CTL fonts in preview

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3d1d2b3b0fb4bcd87d11f845cc76add1b0c83b9]

        INTEGRATION: CWS dr20 (1.40.12); FILE MERGED 2004/06/25 18:42:52 nn 1.40.12.1: #i28468# don't show error message from ExecuteDrop, reject in AcceptDrop where possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [81db43f5a4c1168372be12dfe317147568103b03]

        INTEGRATION: CWS vcl26 (1.3.102); FILE MERGED 2004/08/11 16:03:49 pl 1.3.102.1: removed lots of warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f812f6b1dd0e6e65b21c18bd667d1c3ecf375186]

        INTEGRATION: CWS dr20 (1.30.462); FILE MERGED 2004/08/09 09:49:56 sab 1.30.462.1: #111788#; no optimasations for xmlcvali.obj

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cf3a45e6a1d547a4eb6bb357a78abbaaf40d26b]

        INTEGRATION: CWS vcl26 (1.27.6); FILE MERGED 2004/08/11 16:03:48 pl 1.27.6.2: removed lots of warnings 2004/08/11 14:47:07 pl 1.27.6.1: #i31880# report whether an event was actually handled or not

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d44b5391986fae0c4039c2a1dea3947f3c608bb]

        INTEGRATION: CWS vcl26 (1.70.6); FILE MERGED 2004/08/11 16:03:48 pl 1.70.6.2: removed lots of warnings 2004/08/11 14:47:07 pl 1.70.6.1: #i31880# report whether an event was actually handled or not

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b58f6ad874318037db8185d4c35a3a73a25a55a7]

        INTEGRATION: CWS ooo20040704 (1.36.118); FILE MERGED 2004/07/19 20:19:44 svesik 1.36.118.2: RESYNC: (1.36-1.37); FILE MERGED 2004/06/28 14:09:33 waratah 1.36.118.1: #I30812# add case statements not handled remove unused variables reorder constructor variables to match declaration

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2441148dca751298ef2146c471fc95befa5173fe]

        INTEGRATION: CWS dr20 (1.13.12); FILE MERGED 2004/06/15 16:41:03 dr 1.13.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dfed61930a3233367cb5798fb1594641fd9050a]

        INTEGRATION: CWS vcl26 (1.11.22); FILE MERGED 2004/08/11 16:03:48 pl 1.11.22.1: removed lots of warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5a59eb29fac3a1f0112fa31c5277e2a603df6d6]

        INTEGRATION: CWS dr20 (1.12.168); FILE MERGED 2004/07/09 14:33:26 dr 1.12.168.1: #i30411# #i27407# export of def row format, step 1

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [53075d1c73496594fb6f1f10505329599eadfaee]

        INTEGRATION: CWS vcl26 (1.25.6); FILE MERGED 2004/08/26 15:06:03 pl 1.25.6.1: remove a warning

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f570264f127f3a505cd136e241b97ea81fee8121]

        INTEGRATION: CWS dr20 (1.21.12); FILE MERGED 2004/08/18 11:38:15 dr 1.21.12.3: RESYNC: (1.21-1.22); FILE MERGED 2004/06/15 18:28:25 dr 1.21.12.2: #i30205# remove g++ warnings 2004/06/15 16:41:03 dr 1.21.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6160653a08bd51a1881171071997a262fec97bd]

        INTEGRATION: CWS dr20 (1.15.12); FILE MERGED 2004/08/18 11:38:04 dr 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED 2004/06/15 16:41:03 dr 1.15.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [aff4c8610445193bb4b8d8a4d57216ba9bee3726]

        INTEGRATION: CWS vcl26 (1.4.6); FILE MERGED 2004/08/26 15:05:41 pl 1.4.6.1: #i33429# remember default settings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d5550e1100f43deb3dcedb33a4747ff5c469e12]

        INTEGRATION: CWS vcl26 (1.3.6); FILE MERGED 2004/08/26 15:05:40 pl 1.3.6.1: #i33429# remember default settings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [85eac4017900a9233c3f40eb40306e869a0cfea7]

        INTEGRATION: CWS dr20 (1.15.10); FILE MERGED 2004/08/11 14:29:43 dr 1.15.10.3: RESYNC: (1.15-1.17); FILE MERGED 2004/08/11 10:43:55 dr 1.15.10.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:33 dr 1.15.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [25fd20c7b406c53d3c74bb5044ab3d4ad0d5cfca]

        INTEGRATION: CWS dr20 (1.1.2); FILE ADDED 2004/08/11 10:43:55 dr 1.1.2.1: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f9ec3224ee346f26cb32b11213a0b728c45b1ce]

        INTEGRATION: CWS dr20 (1.10.32); FILE MERGED 2004/08/20 08:37:10 dr 1.10.32.7: #i33215# number format in cell styles lost 2004/08/12 13:48:35 dr 1.10.32.6: #i10000# remove XclTextOrient 2004/08/11 17:45:28 dr 1.10.32.5: #i10000# merge errors 2004/08/11 14:29:33 dr 1.10.32.4: RESYNC: (1.10-1.12); FILE MERGED 2004/08/11 10:43:54 dr 1.10.32.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/21 12:59:48 dr 1.10.32.2: #i30205# record list handling 2004/06/15 16:40:32 dr 1.10.32.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b1a011066a2a5128deaddff69d40511318a75f5]

        INTEGRATION: CWS dr20 (1.12.12); FILE MERGED 2004/08/20 08:34:44 dr 1.12.12.6: #i29930# different warnings for too many rows/cols/sheets 2004/08/18 11:37:48 dr 1.12.12.5: RESYNC: (1.13-1.14); FILE MERGED 2004/08/11 17:45:28 dr 1.12.12.4: #i10000# merge errors 2004/08/11 14:29:24 dr 1.12.12.3: RESYNC: (1.12-1.13); FILE MERGED 2004/08/11 10:43:54 dr 1.12.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:32 dr 1.12.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdbac92932a7f1271b00d3c285275d09330e6ba7]

        INTEGRATION: CWS dr20 (1.2.12); FILE MERGED 2004/08/18 11:37:41 dr 1.2.12.5: RESYNC: (1.4-1.5); FILE MERGED 2004/08/11 14:29:15 dr 1.2.12.4: RESYNC: (1.3-1.4); FILE MERGED 2004/08/11 11:15:15 dr 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2004/06/21 12:59:48 dr 1.2.12.2: #i30205# record list handling 2004/06/15 16:40:32 dr 1.2.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c7244313954fc544fe16e070ffaa60683c2b7e9]

        INTEGRATION: CWS ooo20040704 (1.46.100); FILE MERGED 2004/07/19 20:16:01 svesik 1.46.100.2: RESYNC: (1.46-1.47); FILE MERGED 2004/06/28 14:03:22 waratah 1.46.100.1: #I30812# initialise potentially unitialised variable bracket pragma not defined for gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [eecc872710f044291307a458dabee866c6e2a591]

        INTEGRATION: CWS dr20 (1.2.168); FILE MERGED 2004/08/11 14:29:06 dr 1.2.168.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/15 16:40:32 dr 1.2.168.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [85ce21c1bd3bb60d34979f713e2aeaf56dbbd7be]

        INTEGRATION: CWS dr20 (1.7.12); FILE MERGED 2004/08/18 11:37:34 dr 1.7.12.3: RESYNC: (1.7-1.8); FILE MERGED 2004/08/11 10:43:54 dr 1.7.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:32 dr 1.7.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ee80b9ed37579af495b1b8bda48c2f825adde79]

        INTEGRATION: CWS dr20 (1.3.114); FILE MERGED 2004/07/07 14:08:56 dr 1.3.114.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/15 16:40:31 dr 1.3.114.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd1de74fa9a1d742f370f484198e8b3eb8d879d9]

        INTEGRATION: CWS dr20 (1.2.194); FILE MERGED 2004/08/11 10:43:54 dr 1.2.194.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:31 dr 1.2.194.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a0fc9351adfb286e775608de47652b5e47c9b33]

        INTEGRATION: CWS ooo20040704 (1.2.40); FILE MERGED 2004/07/18 01:45:15 svesik 1.2.40.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/28 12:07:32 cmc 1.2.40.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3d78fc3fdc61780676437a66c9b9dfcb9879272]

        INTEGRATION: CWS dr20 (1.9.10); FILE MERGED 2004/08/11 10:43:54 dr 1.9.10.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/07 14:08:47 dr 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2004/06/15 16:40:31 dr 1.9.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [737c0cc76474b19f27efccf1bf23c4b9bb9b42fc]

        INTEGRATION: CWS ooo20040704 (1.2.200); FILE MERGED 2004/06/28 12:07:32 cmc 1.2.200.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [989c5bf76d3eadabeb70cc1795d2392961d0d499]

        INTEGRATION: CWS dr20 (1.4.12); FILE MERGED 2004/08/18 11:37:27 dr 1.4.12.3: RESYNC: (1.4-1.5); FILE MERGED 2004/08/11 10:43:53 dr 1.4.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:31 dr 1.4.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [62f8ed8a7ac81c9537e16cace0f04b12b9ab3e1e]

        INTEGRATION: CWS ooo20040704 (1.3.204); FILE MERGED 2004/06/28 12:07:32 cmc 1.3.204.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a50f6792619e06969e52b695bee7b0e42aa9bc20]

        INTEGRATION: CWS dr20 (1.15.10); FILE MERGED 2004/08/18 11:37:20 dr 1.15.10.5: RESYNC: (1.17-1.18); FILE MERGED 2004/08/11 14:28:57 dr 1.15.10.4: RESYNC: (1.15-1.17); FILE MERGED 2004/08/11 10:43:53 dr 1.15.10.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/09 15:15:04 dr 1.15.10.2: #i30411# #i27407# export of def row format, step 1 2004/06/15 16:40:31 dr 1.15.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [19285fba5b31f1b4b5ce42da9bb182f4e51ad7c1]

        INTEGRATION: CWS ooo20040704 (1.8.188); FILE MERGED 2004/07/02 09:17:37 cmc 1.8.188.2: #i30891# revert header and namespace change 2004/06/28 12:07:31 cmc 1.8.188.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1c59f0347bdebc604f710f895d48c8bae503dda]

        INTEGRATION: CWS dr20 (1.9.10); FILE MERGED 2004/08/20 08:37:10 dr 1.9.10.4: #i33215# number format in cell styles lost 2004/08/17 11:54:35 dr 1.9.10.3: #i30205# Excel filter code cleanup 2004/08/11 14:28:48 dr 1.9.10.2: RESYNC: (1.9-1.11); FILE MERGED 2004/06/15 16:40:30 dr 1.9.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [122f67818ad1165960a948a8df47311d40e5a2c0]

        INTEGRATION: CWS dr20 (1.7.2); FILE MERGED 2004/08/20 09:30:08 dr 1.7.2.1: #i10000# merge error

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [86c07848785cad08c53fc80ef84a236b9a9ed7cc]

        INTEGRATION: CWS ooo20040704 (1.15.384); FILE MERGED 2004/06/28 10:50:43 waratah 1.15.384.1: #i30812#  Remove unused variable, bracket a pragma not valid for gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [38917a58ecf5dd3efe39e8467d2606610a6954de]

        INTEGRATION: CWS dr20 (1.9.12); FILE MERGED 2004/08/18 11:37:04 dr 1.9.12.4: RESYNC: (1.10-1.11); FILE MERGED 2004/08/11 14:28:28 dr 1.9.12.3: RESYNC: (1.9-1.10); FILE MERGED 2004/08/11 10:43:53 dr 1.9.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:30 dr 1.9.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [38c38ef422b4e74b37d62b4a5d891311f4ad8de2]

        INTEGRATION: CWS ooo20040704 (1.84.12); FILE MERGED 2004/07/19 20:49:35 svesik 1.84.12.2: RESYNC: (1.84-1.86); FILE MERGED 2004/06/28 11:05:27 waratah 1.84.12.1: #i30812#  Remove unused variable, bracket a pragma not valid for gcc Initialised one variable to remove warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b757b7ca54e8b319faf6215908433481425131c]

        INTEGRATION: CWS dr20 (1.2.12); FILE MERGED 2004/08/18 11:36:57 dr 1.2.12.4: RESYNC: (1.4-1.5); FILE MERGED 2004/08/11 14:28:18 dr 1.2.12.3: RESYNC: (1.3-1.4); FILE MERGED 2004/08/11 11:15:05 dr 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/11 10:43:53 dr 1.2.12.1: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [762aaa490fc77a8534c5e22ee760e673a4337fc6]

        INTEGRATION: CWS ooo20040704 (1.58.74); FILE MERGED 2004/07/19 20:48:58 svesik 1.58.74.2: RESYNC: (1.58-1.59); FILE MERGED 2004/06/28 10:52:28 waratah 1.58.74.1: #i30812#  Remove unused variable, bracket a pragma not valid for gcc reorder some declarations to same as header definition

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c59b7d46d30ca57bc41e68c7608549e6b7da4bde]

        INTEGRATION: CWS dr20 (1.2.168); FILE MERGED 2004/06/15 16:40:30 dr 1.2.168.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [57f825e7fb9c32c0f541db1d390ad8883d084f07]

        INTEGRATION: CWS ooo20040704 (1.13.142); FILE MERGED 2004/06/28 10:57:23 waratah 1.13.142.1: #i30812#  Remove unused variable, bracket a pragma not valid for gcc Reorder declaraion variables to match header

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5bf93e7a85e24c53a49752475b5a136073d3eaa]

        INTEGRATION: CWS dr20 (1.8.12); FILE MERGED 2004/08/11 14:28:08 dr 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2004/06/15 16:40:30 dr 1.8.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [19b6a0d00950a58f1cee3a92dc3842a112879c5f]

        INTEGRATION: CWS ooo20040704 (1.32.76); FILE MERGED 2004/06/28 10:55:34 waratah 1.32.76.1: #i30812#  Remove unused variable, bracket a pragma not valid for gcc Break up assigning if statement into 2 statements to remove warning and make clearer

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a702870777cdf21b76de9765ca4732a0c7ad9fe]

        INTEGRATION: CWS dr20 (1.7.12); FILE MERGED 2004/08/16 15:25:49 dr 1.7.12.3: #i194# #i30411# performance, memory usage, progress bar 2004/08/11 14:27:59 dr 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2004/06/15 16:40:29 dr 1.7.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf4625ac6da9179a6cf50ea74683cfeeaf08892e]

        INTEGRATION: CWS dr20 (1.6.12); FILE MERGED 2004/08/18 11:36:50 dr 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/15 16:40:29 dr 1.6.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d962370196aa90535c729bd4f6b48f1fc6f24f0]

        INTEGRATION: CWS ooo20040704 (1.34.112); FILE MERGED 2004/07/20 18:58:30 svesik 1.34.112.2: RESYNC: (1.34-1.35); FILE MERGED 2004/06/28 11:08:47 waratah 1.34.112.1: #i30812#  Remove unused variable, bracket a pragma not defined for gcc reorder definitions to match header order

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf852a6cd727dae2581626ab0da72efe87933528]

        INTEGRATION: CWS dr20 (1.1.2); FILE ADDED 2004/08/20 08:48:28 dr 1.1.2.5: #i194# merged cells need equal cell format 2004/08/16 17:36:18 dr 1.1.2.4: #i194# #i30411# code cleanup 2004/08/16 15:25:49 dr 1.1.2.3: #i194# #i30411# performance, memory usage, progress bar 2004/08/12 12:28:52 dr 1.1.2.2: #i194# default column format 2004/08/11 10:43:53 dr 1.1.2.1: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [94fd1c7193ac5aaf70329c67937ab22f63be3766]

        INTEGRATION: CWS dr20 (1.8.168); FILE MERGED 2004/08/20 08:48:28 dr 1.8.168.7: #i194# merged cells need equal cell format 2004/08/17 11:54:35 dr 1.8.168.6: #i30205# Excel filter code cleanup 2004/08/12 12:28:52 dr 1.8.168.5: #i194# default column format 2004/08/11 14:27:48 dr 1.8.168.4: RESYNC: (1.8-1.9); FILE MERGED 2004/08/11 10:43:52 dr 1.8.168.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/21 12:59:47 dr 1.8.168.2: #i30205# record list handling 2004/06/15 16:40:29 dr 1.8.168.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [882d79ed40ba6d5a0aae64ebe5eccb830c8a5702]

        INTEGRATION: CWS dr20 (1.2.168); FILE MERGED 2004/08/16 15:25:49 dr 1.2.168.3: #i194# #i30411# performance, memory usage, progress bar 2004/08/11 10:43:52 dr 1.2.168.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:28 dr 1.2.168.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fb390df6cc83fd92f31fed887334da000fca656]

        INTEGRATION: CWS ooo20040704 (1.21.12); FILE MERGED 2004/06/28 11:11:28 waratah 1.21.12.1: #i30812#  Remove unused variable, bracket a pragma not defined for gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c6b3c5f80768825d861554dd3120491fc03327d]

        INTEGRATION: CWS dr20 (1.9.12); FILE MERGED 2004/08/18 11:36:33 dr 1.9.12.3: RESYNC: (1.9-1.10); FILE MERGED 2004/08/11 10:43:52 dr 1.9.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:28 dr 1.9.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fb5f8fdbec549516b05cd2b8744bce62cf9338b]

        INTEGRATION: CWS ooo20040704 (1.2.556); FILE MERGED 2004/06/28 11:12:08 waratah 1.2.556.1: #i30812#  Remove unused variable, bracket a pragma not defined for gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd8e696b334b770df8ac3ac262ab1e04c3e75290]

        INTEGRATION: CWS dr20 (1.4.114); FILE MERGED 2004/08/16 15:25:49 dr 1.4.114.5: #i194# #i30411# performance, memory usage, progress bar 2004/08/11 10:43:52 dr 1.4.114.4: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/09 11:37:17 dr 1.4.114.3: #i10000# merge errors 2004/06/21 12:59:48 dr 1.4.114.2: #i30205# record list handling 2004/06/15 16:40:28 dr 1.4.114.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2e92882e241f84692f811ece1c524ad7be5b386]

        INTEGRATION: CWS ooo20040704 (1.37.118); FILE MERGED 2004/06/28 11:15:04 waratah 1.37.118.1: #i30812#  Remove unused variable, bracket a pragma not defined for gcc reorder definitions to match header order Add case to switch that is not handled for documentation purposes remove dead mpw code get rid of old DELETEZ macro, use standard C++

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa6d9da31ab1a8ec77ba8ee90eacf092a7d036dc]

        INTEGRATION: CWS dr20 (1.2.12); FILE MERGED 2004/08/11 14:27:33 dr 1.2.12.3: RESYNC: (1.3-1.4); FILE MERGED 2004/08/11 11:14:55 dr 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/21 12:59:46 dr 1.2.12.1: #i30205# record list handling

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [51b49e687cb7d2ab7a9728f07856eb941ef082b1]

        INTEGRATION: CWS ooo20040704 (1.30.118); FILE MERGED 2004/06/28 11:13:39 waratah 1.30.118.1: #i30812#  Remove unused variable, bracket a pragma not defined for gcc reorder definitions to match header order

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [aed0a2eed1dddf5d05e5d9093b2ea145f4754a7d]

        INTEGRATION: CWS dr20 (1.2.168); FILE MERGED 2004/06/15 16:40:28 dr 1.2.168.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [58219bd046e3a49258249044b45f2e7c29e7decd]

        INTEGRATION: CWS ooo20040704 (1.12.118); FILE MERGED 2004/07/19 20:41:12 svesik 1.12.118.2: RESYNC: (1.12-1.13); FILE MERGED 2004/06/28 11:17:23 waratah 1.12.118.1: #i30812#  Reorder constructor initialisations to be same as definition order

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a14987482a57a275d03b14b3200eefc3beb223a]

        INTEGRATION: CWS dr20 (1.7.12); FILE MERGED 2004/06/15 16:40:28 dr 1.7.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [89bc9b0bfbc97f14e0779cefd4c8d381a84cb151]

        INTEGRATION: CWS dr20 (1.1.2); FILE ADDED 2004/08/11 10:43:51 dr 1.1.2.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 18:28:24 dr 1.1.2.2: #i30205# remove g++ warnings 2004/06/15 16:40:27 dr 1.1.2.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [50e1aecef08dd162b40a2fa4e2eebe58fee38d17]

        INTEGRATION: CWS dr20 (1.6.12); FILE MERGED 2004/08/20 08:48:28 dr 1.6.12.5: #i194# merged cells need equal cell format 2004/08/11 10:43:51 dr 1.6.12.4: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/21 12:59:46 dr 1.6.12.3: #i30205# record list handling 2004/06/16 17:22:01 dr 1.6.12.2: #i30350# do not create new sheet refs while writing stream 2004/06/15 16:40:27 dr 1.6.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e12d2e8a931a7c9a06e2cf090f9a58aaa25c2d28]

        INTEGRATION: CWS dr20 (1.37.12); FILE MERGED 2004/08/11 10:43:51 dr 1.37.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:26 dr 1.37.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ac9af7971488905e12f86ef271578dddd0e2f64]

        INTEGRATION: CWS ooo20040704 (1.14.536); FILE MERGED 2004/06/28 11:19:57 waratah 1.14.536.1: #i30812#  Reorder constructor initialisations to be same as definition order

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b3fc55c29a4f5a705fc8dc2a1c10b760617ba9d]

        INTEGRATION: CWS ooo20040704 (1.63.14); FILE MERGED 2004/06/28 12:44:26 waratah 1.63.14.1: #i30812# bracket a pragma not defined for gcc initialise a variable to remove warning

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [01523967d9062f60bbb20fe7bad61f1a96a91d96]

        INTEGRATION: CWS dr20 (1.34.12); FILE MERGED 2004/08/18 11:36:25 dr 1.34.12.2: RESYNC: (1.34-1.35); FILE MERGED 2004/08/11 10:43:51 dr 1.34.12.1: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [02065304d66ea93a11de260ccdc6ec24aed62f48]

        INTEGRATION: CWS ooo20040704 (1.40.12); FILE MERGED 2004/08/09 14:51:38 vg 1.40.12.2: RESYNC MERGED 1.40 1.41 Everything below this line will be added to the revision comment. 2004/06/28 12:46:06 waratah 1.40.12.1: #i30812# bracket a pragma not defined for gcc reorder constructor initialisers to match definition remove unused variable

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9818f3b9bc71e28d78c22719ebd13f5c7b1002eb]

        INTEGRATION: CWS dr20 (1.10.12); FILE MERGED 2004/08/18 11:36:07 dr 1.10.12.5: RESYNC: (1.11-1.12); FILE MERGED 2004/08/16 15:25:48 dr 1.10.12.4: #i194# #i30411# performance, memory usage, progress bar 2004/08/11 14:27:02 dr 1.10.12.3: RESYNC: (1.10-1.11); FILE MERGED 2004/08/11 10:43:50 dr 1.10.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:40:26 dr 1.10.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [713474365779bfa5446740203b533019e9dcf475]

        INTEGRATION: CWS dr20 (1.3.320); FILE MERGED 2004/08/11 10:43:50 dr 1.3.320.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/17 14:58:10 dr 1.3.320.2: #i27407# handle limit of SfxProgress (ULONG_MAX/100) 2004/06/15 16:40:26 dr 1.3.320.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a0b8e1e384b96bc2820de734143e8baff2fc5d8]

        INTEGRATION: CWS ooo20040704 (1.45.74); FILE MERGED 2004/06/28 12:56:14 waratah 1.45.74.1: #i30812# remove unused variables bracket pragma undefined in gcc initiliase variables add unhandled case types as documentation move variable definition within #if block to remove variable when not needed

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [670b3c42d6e0b4100e3df52d5df798abe1eb2679]

        INTEGRATION: CWS ooo20040704 (1.12.406); FILE MERGED 2004/06/28 12:52:58 waratah 1.12.406.1: #i30812# break up an assingment in an if statement into two statements to remove warning reorder class definitions to match header order to remove warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [81cee3df38824e6e7c2e573a0a2b0ed9326a4dec]

        INTEGRATION: CWS dr20 (1.40.10); FILE MERGED 2004/08/11 14:26:53 dr 1.40.10.7: RESYNC: (1.41-1.42); FILE MERGED 2004/08/11 10:43:50 dr 1.40.10.6: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/09 14:32:55 dr 1.40.10.5: #i30411# #i27407# export of def row format, step 1 2004/07/09 11:37:16 dr 1.40.10.4: #i10000# merge errors 2004/07/07 14:08:18 dr 1.40.10.3: RESYNC: (1.40-1.41); FILE MERGED 2004/06/17 15:05:58 dr 1.40.10.2: #i27407# find and store default row format 2004/06/15 16:40:26 dr 1.40.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a9296003d9855e01b14876b3a0920a1315ace06]

        INTEGRATION: CWS ooo20040704 (1.55.110); FILE MERGED 2004/07/19 20:36:09 svesik 1.55.110.2: RESYNC: (1.55-1.56); FILE MERGED 2004/06/28 12:47:50 waratah 1.55.110.1: #i30812# expand a assignment in if to remove warning initialise a variable to remove warning

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c86bcc415d3b4aa813951af44ba2f8fb9a1787f3]

        INTEGRATION: CWS dr20 (1.12.10); FILE MERGED 2004/08/16 15:25:48 dr 1.12.10.6: #i194# #i30411# performance, memory usage, progress bar 2004/08/11 10:43:50 dr 1.12.10.5: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/09 14:32:55 dr 1.12.10.4: #i30411# #i27407# export of def row format, step 1 2004/07/07 14:08:08 dr 1.12.10.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/21 12:59:46 dr 1.12.10.2: #i30205# record list handling 2004/06/17 15:05:57 dr 1.12.10.1: #i27407# find and store default row format

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [42374f955d68b51c522680ade7fb46ef47d85c76]

        INTEGRATION: CWS ooo20040704 (1.25.180); FILE MERGED 2004/06/28 12:46:40 waratah 1.25.180.1: #i30812# bracket a pragma not defined for gcc reorder constructor initialisers to match definition remove unused variable

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [87c2b9199e5d1ac0c5bd703439b4d5820edbdad2]

        INTEGRATION: CWS dr20 (1.43.12); FILE MERGED 2004/08/18 11:35:33 dr 1.43.12.3: RESYNC: (1.43-1.44); FILE MERGED 2004/08/11 10:43:49 dr 1.43.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/09 14:32:55 dr 1.43.12.1: #i30411# #i27407# export of def row format, step 1

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f42250a8b5593cb5f4b2317c34ef18a8757be5a5]

        INTEGRATION: CWS ooo20040704 (1.6.540); FILE MERGED 2004/06/28 12:58:35 waratah 1.6.540.1: #i30812# reorder declaration to match header declares remove unused variable from code

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [544ffcf04554091d80b67998544801715cc00787]

        INTEGRATION: CWS ooo20040704 (1.4.556); FILE MERGED 2004/06/28 12:57:50 waratah 1.4.556.1: #i30812# initialise nfamily bracket a pragma not defined in gcc

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [cfc133cbeddee1e8db2b065fde1c3923d1778cd4]

        INTEGRATION: CWS xsltfilter05 (1.4.38); FILE MERGED 2004/07/30 05:17:26 gyang 1.4.38.1: xslt filter 2004-07-30

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e33913a27ccac8987e51b558b9649a2708ae4fe4]

        INTEGRATION: CWS ooo20040704 (1.36.146); FILE MERGED 2004/06/28 13:04:22 waratah 1.36.146.1: #i30812# reorder declaration to match header declares remove unused variable from code wrap pragma not defined in gcc

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [4b36fa7306ffce5741ddcbdd59534081a42a7cea]

        INTEGRATION: CWS xsltfilter05 (1.11.36); FILE MERGED 2004/07/30 05:17:25 gyang 1.11.36.1: xslt filter 2004-07-30

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c2c5a2305abd194e4de54b6e0e04ecaf873edf0]

        INTEGRATION: CWS ooo20040704 (1.23.140); FILE MERGED 2004/06/28 13:35:39 waratah 1.23.140.1: #i30812# remove unused variable wrap pragma not defined in gcc reorder definition to match header

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6e4724bd655ac8a412e9c850ea5153b5860a8e8]

        INTEGRATION: CWS dr20 (1.12.12); FILE MERGED 2004/06/15 16:40:25 dr 1.12.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [57df874ff9d710a9e4f615af444d6ed9c715b47f]

        INTEGRATION: CWS ooo20040704 (1.11.164); FILE MERGED 2004/06/28 13:32:57 waratah 1.11.164.1: #i30812# remove unused variable wrap pragma not defined in gcc initialise variable add extra unhandled clauses for documentation reorder definition to match header

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [283662d5846b2e5727c738f9c7239d32916b7edf]

        INTEGRATION: CWS dr20 (1.7.114); FILE MERGED 2004/08/18 11:35:03 dr 1.7.114.3: RESYNC: (1.7-1.8); FILE MERGED 2004/08/11 10:40:19 dr 1.7.114.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:38:26 dr 1.7.114.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea8921ce40d28313cb0aedd4bc08c24101501421]

        INTEGRATION: CWS ooo20040704 (1.2.562); FILE MERGED 2004/06/28 13:04:54 waratah 1.2.562.1: #i30812# reorder declaration to match header declares

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a7add76241d8a3de05e3d26689a2d16d8b92913]

        INTEGRATION: CWS dr20 (1.3.320); FILE MERGED 2004/08/11 10:40:19 dr 1.3.320.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/17 14:58:21 dr 1.3.320.2: #i27407# handle limit of SfxProgress (ULONG_MAX/100) 2004/06/15 16:38:26 dr 1.3.320.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [686d0608d75d5c75a7b91a8f6966bb5f87ace262]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/08/05 07:46:05 mwu 1.1.2.2: Heading mapping do not need after m47. MinnaWu 2004/07/30 04:15:35 gyang 1.1.2.1: ms2ooo import 2004-07-30

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [97fea0e5e547d639600ecb8bc8a3852179c6a0bf]

        INTEGRATION: CWS ooo20040704 (1.20.62); FILE MERGED 2004/06/28 14:09:53 cmc 1.20.62.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a697c2729dadbd173017902996f8d3bd27ef99a]

        INTEGRATION: CWS dr20 (1.16.10); FILE MERGED 2004/08/20 09:51:35 dr 1.16.10.5: #i10000# merge error 2004/08/11 14:26:23 dr 1.16.10.4: RESYNC: (1.16-1.17); FILE MERGED 2004/08/11 10:39:06 dr 1.16.10.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 18:28:23 dr 1.16.10.2: #i30205# remove g++ warnings 2004/06/15 16:37:43 dr 1.16.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [8943496f4db9bb15e461646bff7e79cbc63d5666]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:15:13 gyang 1.1.2.1: ms2ooo import 2004-07-30

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [5e6fc3c5558f447e5649ea0ad6bed0c86c80fb89]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:14:43 gyang 1.1.2.1: ms2ooo import 2004-07-30

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d153218f00d88c3b49bc28d1e3b7073b0da54c58]

        INTEGRATION: CWS ooo20040704 (1.106.60); FILE MERGED 2004/06/28 13:06:23 waratah 1.106.60.1: #i30812# remove unused variable wrap pragma not defined in gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [142b17220b925fac85d440dd760e480a3f26ac3d]

        INTEGRATION: CWS dr20 (1.10.32); FILE MERGED 2004/08/17 11:54:18 dr 1.10.32.5: #i30205# Excel filter code cleanup 2004/08/12 13:48:10 dr 1.10.32.4: #i10000# remove XclTextOrient 2004/08/11 14:26:13 dr 1.10.32.3: RESYNC: (1.10-1.12); FILE MERGED 2004/08/11 10:39:06 dr 1.10.32.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:43 dr 1.10.32.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [cc0c1ad7fea589a387c459c7054597ef41c3dead]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:14:23 gyang 1.1.2.1: ms2ooo import 2004-07-30

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea023945c00dc5d91d992754ff3e8a353c927728]

        INTEGRATION: CWS ooo20040704 (1.36.38); FILE MERGED 2004/08/09 14:51:26 vg 1.36.38.2: RESYNC MERGED 1.36 1.37 Everything below this line will be added to the revision comment. 2004/06/28 13:06:48 waratah 1.36.38.1: #i30812# remove unused variable wrap pragma not defined in gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [aec8a0b7a3771a548e07386bc858752e655cf509]

        INTEGRATION: CWS dr20 (1.12.12); FILE MERGED 2004/08/20 08:33:53 dr 1.12.12.6: #i29930# different warnings for too many rows/cols/sheets 2004/08/18 11:34:38 dr 1.12.12.5: RESYNC: (1.13-1.14); FILE MERGED 2004/08/11 17:45:28 dr 1.12.12.4: #i10000# merge errors 2004/08/11 14:26:04 dr 1.12.12.3: RESYNC: (1.12-1.13); FILE MERGED 2004/08/11 10:39:05 dr 1.12.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:42 dr 1.12.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [953c141b3eb1ba380d911286086d3175d68dd2a0]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:14:00 gyang 1.1.2.1: ms2ooo import 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e897af9ceebaba9f14134ac1c056b01518b0b8b9]

        INTEGRATION: CWS dr20 (1.2.12); FILE MERGED 2004/08/11 17:45:27 dr 1.2.12.5: #i10000# merge errors 2004/08/11 14:25:56 dr 1.2.12.4: RESYNC: (1.3-1.4); FILE MERGED 2004/08/11 11:14:45 dr 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2004/08/11 10:39:05 dr 1.2.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:42 dr 1.2.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [58b4df314716e4e375a666f40fd094afd7cabeba]

        INTEGRATION: CWS ooo20040704 (1.18.180); FILE MERGED 2004/07/19 20:26:27 svesik 1.18.180.2: RESYNC: (1.18-1.19); FILE MERGED 2004/06/28 13:34:16 waratah 1.18.180.1: #i30812# remove unused variable wrap pragma not defined in gcc reorder definition to match header

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [6a0cb92fd673a97dc5ccf6d3794b3100140601c1]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:13:37 gyang 1.1.2.1: ms2ooo import 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [efbd67b8a01360aa38e5750c10ec9d0f85ecc6e1]

        INTEGRATION: CWS dr20 (1.3.114); FILE MERGED 2004/08/11 14:25:46 dr 1.3.114.3: RESYNC: (1.3-1.4); FILE MERGED 2004/08/11 10:39:05 dr 1.3.114.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:42 dr 1.3.114.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3dbbe0fa3e7b8129001ff2075742b96fc9e93f80]

        INTEGRATION: CWS ooo20040704 (1.17.162); FILE MERGED 2004/07/19 20:25:52 svesik 1.17.162.2: RESYNC: (1.17-1.18); FILE MERGED 2004/06/28 13:32:45 waratah 1.17.162.1: #i30812# remove unused variable wrap pragma not defined in gcc initialise variable add extra unhandled clauses for documentation

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [842e0bcde2d91d5b4a9e36394ad9f4e4e6704bbd]

        INTEGRATION: CWS xsltfilter05 (1.2.26); FILE MERGED 2004/08/05 07:46:05 mwu 1.2.26.2: Heading mapping do not need after m47. MinnaWu 2004/07/30 04:16:14 gyang 1.2.26.1: ms2ooo 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7ad5bf8d0e4cab5f31819a1b81510b67c79776f]

        INTEGRATION: CWS dr20 (1.8.10); FILE MERGED 2004/08/18 11:34:31 dr 1.8.10.5: RESYNC: (1.9-1.10); FILE MERGED 2004/08/11 10:39:05 dr 1.8.10.4: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/07 14:08:00 dr 1.8.10.3: RESYNC: (1.8-1.9); FILE MERGED 2004/06/22 14:03:40 dr 1.8.10.2: #i30543# import Printable property for controls 2004/06/15 16:37:42 dr 1.8.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f34ec2a91c15b3f04e9c9883aa59acb74baa7eda]

        INTEGRATION: CWS vcl25 (1.56.12); FILE MERGED 2004/08/03 12:12:45 pl 1.56.12.6: #i32245# replace missing header in standard Solaris X86 installation 2004/08/03 10:44:57 pl 1.56.12.5: #i32499# make use of USE_XINERAMA and XINERAMA_LINK 2004/08/02 16:57:58 pl 1.56.12.4: #i32245# remove LOC mechanism for libXext; works as baseline is Solaris 8 nowadays 2004/08/02 13:01:52 pl 1.56.12.3: RESYNC: (1.56-1.57); FILE MERGED 2004/07/22 07:02:00 hdu 1.56.12.2: #i31733# fix constness issues 2004/07/15 09:05:33 pl 1.56.12.1: #i31504# applied libsn patch courtesy of Michael Meeks; also got rid of some warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [46251037654bd683a1382fc536a5812db137f181]

        INTEGRATION: CWS ooo20040704 (1.31.12); FILE MERGED 2004/07/19 20:25:38 svesik 1.31.12.2: RESYNC: (1.31-1.32); FILE MERGED 2004/06/28 13:38:21 waratah 1.31.12.1: #i30812# reorder definitions to match header order

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [6947170933805f5e05a1c3b51aab6fbbe4ab11e9]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:12:32 gyang 1.1.2.1: ms2ooo import 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcd3efb1d2d310d510c3fb1a8fcde9b3a0bd377d]

        INTEGRATION: CWS dr20 (1.2.194); FILE MERGED 2004/08/11 10:39:04 dr 1.2.194.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:41 dr 1.2.194.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [909b16973ae76d73258bb00e4e150cf8cc8eac91]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/08/09 03:52:42 gyang 1.1.2.4: fixes in cws xslfilter052004-08-09 2004/08/06 05:57:18 mwu 1.1.2.3: percentage in fo:margin and fo:text-indent added. MinnaWu 2004/08/05 07:45:06 mwu 1.1.2.2: Issue 32017,32018,32019, 32021, 32022 solved. MinnaWu 2004/07/30 04:04:34 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [99c29b69a702bab3ab75d25e4a74a1f2fd0402f6]

        INTEGRATION: CWS ooo20040704 (1.6.542); FILE MERGED 2004/06/28 13:45:00 waratah 1.6.542.1: #i30812# wrap pragma to stop warning under gcc initialise some potentially unitialised variables block out some debug code change declaration to assignment, cut and paste error

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [838238fde4deb22b69af3abd92e68e7766d95bdf]

        INTEGRATION: CWS vcl25 (1.56.18); FILE MERGED 2004/08/03 10:44:58 pl 1.56.18.1: #i32499# make use of USE_XINERAMA and XINERAMA_LINK

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [353abeafa8c614f385d0d7b8a59d5e00b9e5501e]

        INTEGRATION: CWS dr20 (1.3.12); FILE MERGED 2004/06/15 16:37:41 dr 1.3.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [0082bbdca058458e5288e68dbc3ccf9b522713af]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/08/09 03:52:41 gyang 1.1.2.2: fixes in cws xslfilter052004-08-09 2004/07/30 04:04:10 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee596974eeea2c92f474fb9aa19f9e75122b7f5c]

        INTEGRATION: CWS ooo20040704 (1.26.118); FILE MERGED 2004/07/19 20:23:31 svesik 1.26.118.2: RESYNC: (1.26-1.27); FILE MERGED 2004/06/28 13:44:13 waratah 1.26.118.1: #i30812# wrap pragma to stop warning under gcc initialise some potentially unitialised variables block out some debug code change declaration to assignment, cut and paste error

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b221b94dc72bd81789cbea8337cb706912111e66]

        INTEGRATION: CWS vcl25 (1.180.12); FILE MERGED 2004/08/02 13:03:21 pl 1.180.12.2: RESYNC: (1.180-1.181); FILE MERGED 2004/07/22 07:02:01 hdu 1.180.12.1: #i31733# fix constness issues

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [1393159ebd6192a0ff30dd24d6cd974107241fa5]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:03:52 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [338e416c64ddb60f34dccc04ba4b8b82d571803d]

        INTEGRATION: CWS dr20 (1.14.10); FILE MERGED 2004/08/20 08:36:53 dr 1.14.10.7: #i33215# number format in cell styles lost 2004/08/18 11:34:22 dr 1.14.10.6: RESYNC: (1.16-1.17); FILE MERGED 2004/08/12 13:48:10 dr 1.14.10.5: #i10000# remove XclTextOrient 2004/08/11 17:45:27 dr 1.14.10.4: #i10000# merge errors 2004/08/11 14:25:37 dr 1.14.10.3: RESYNC: (1.14-1.16); FILE MERGED 2004/08/11 10:39:04 dr 1.14.10.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:41 dr 1.14.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d8113958b81cd1dc381f329ca66de1ad63dd619]

        INTEGRATION: CWS ooo20040704 (1.27.180); FILE MERGED 2004/08/09 14:51:13 vg 1.27.180.3: RESYNC MERGED 1.28 1.29 Everything below this line will be added to the revision comment. 2004/07/19 20:22:51 svesik 1.27.180.2: RESYNC: (1.27-1.28); FILE MERGED 2004/06/28 13:42:28 waratah 1.27.180.1: #i30812# wrap pragma to stop warning under gcc initialise some potentially unitialised variables

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5158cdd1f0b144ee07d0ff0d213e5deb5d959b4c]

        INTEGRATION: CWS vcl25 (1.36.26); FILE MERGED 2004/08/02 13:02:51 pl 1.36.26.2: RESYNC: (1.36-1.37); FILE MERGED 2004/07/22 11:24:40 hdu 1.36.26.1: #i31603# improve X11 font cache hit rate

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [7e161b6dc2238209b8d26145a2bf5861360b0256]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:03:32 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [57585e2225f9273806e3fced043a56f2e21a7b74]

        INTEGRATION: CWS dr20 (1.5.114); FILE MERGED 2004/08/20 09:35:42 dr 1.5.114.4: #i10000# merge error 2004/08/18 11:34:11 dr 1.5.114.3: RESYNC: (1.6-1.7); FILE MERGED 2004/08/11 14:25:28 dr 1.5.114.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/15 16:37:40 dr 1.5.114.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [19263ecffa451a544be3c0f6dbd3c53dfc2c84b8]

        INTEGRATION: CWS ooo20040704 (1.19.60); FILE MERGED 2004/06/28 13:52:14 waratah 1.19.60.1: Initialise some potentially unitialised values reorder declarations to match defintion wrap pragma not defined for gcc

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [56d28c4b3aa3eae69fc1713cef316f0c3297f565]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/08/09 03:52:41 gyang 1.1.2.2: fixes in cws xslfilter052004-08-09 2004/07/30 04:03:11 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4d2d8e9165271ef7841554e88f8a3a8e043e6a2]

        INTEGRATION: CWS dr20 (1.9.12); FILE MERGED 2004/08/18 11:34:04 dr 1.9.12.3: RESYNC: (1.10-1.11); FILE MERGED 2004/08/11 14:25:18 dr 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2004/06/15 16:37:40 dr 1.9.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4962699f0b25f1db867b5113369b2b0241f548bb]

        INTEGRATION: CWS vcl25 (1.13.62); FILE MERGED 2004/08/03 10:44:58 pl 1.13.62.1: #i32499# make use of USE_XINERAMA and XINERAMA_LINK

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [34490a20a0d465e3702b5f90613bf70ef08d635d]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:02:52 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f394302cd12d554f70db95feffae593bd49f6318]

        INTEGRATION: CWS dr20 (1.2.12); FILE MERGED 2004/08/18 11:33:56 dr 1.2.12.5: RESYNC: (1.4-1.5); FILE MERGED 2004/08/11 14:25:10 dr 1.2.12.4: RESYNC: (1.3-1.4); FILE MERGED 2004/08/11 11:14:34 dr 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2004/08/11 10:39:04 dr 1.2.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:40 dr 1.2.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [85978c97c0540fce8ecb7ba62f2b6ea240892d1b]

        INTEGRATION: CWS vcl25 (1.7.156); FILE MERGED 2004/07/14 16:08:41 pl 1.7.156.1: #i31033# clean up some warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aad53899101df0edf47a9feec4dd056b99c69ca]

        INTEGRATION: CWS dr20 (1.5.12); FILE MERGED 2004/08/18 11:33:49 dr 1.5.12.3: RESYNC: (1.6-1.7); FILE MERGED 2004/08/11 14:25:01 dr 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/15 16:37:39 dr 1.5.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [989d863ad1f4e34279630285387796891e33087c]

        INTEGRATION: CWS vcl25 (1.21.156); FILE MERGED 2004/07/14 16:08:40 pl 1.21.156.2: #i31033# clean up some warnings 2004/07/14 15:45:06 pl 1.21.156.1: #i30082# check for NULL pointer of braindead input method

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [aee94b22aa92fa5af297d20310fc5cd8c52d692e]

        INTEGRATION: CWS dr20 (1.11.10); FILE MERGED 2004/08/18 11:33:42 dr 1.11.10.4: RESYNC: (1.13-1.14); FILE MERGED 2004/08/11 14:24:52 dr 1.11.10.3: RESYNC: (1.12-1.13); FILE MERGED 2004/07/07 14:07:51 dr 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2004/06/15 16:37:39 dr 1.11.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4adc6132fbd118f9c5b4a6aab62222e1d74d2146]

        INTEGRATION: CWS vcl25 (1.1.2); FILE ADDED 2004/07/15 09:31:58 pl 1.1.2.1: #i31507# add: kde plugin, contributed by Jan Holesovsky, Michael Meeks, Juergen Keil

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [76019f2a4f01e7d01967f6819ea79f576b2f70f5]

        INTEGRATION: CWS dr20 (1.11.12); FILE MERGED 2004/08/18 11:33:34 dr 1.11.12.5: RESYNC: (1.12-1.13); FILE MERGED 2004/08/11 14:24:43 dr 1.11.12.4: RESYNC: (1.11-1.12); FILE MERGED 2004/08/11 10:39:03 dr 1.11.12.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 18:28:23 dr 1.11.12.2: #i30205# remove g++ warnings 2004/06/15 16:37:39 dr 1.11.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac12aeae6918aba364d8abccd0a19a1c75e7f91f]

        INTEGRATION: CWS vcl25 (1.1.2); FILE ADDED 2004/07/15 09:31:57 pl 1.1.2.1: #i31507# add: kde plugin, contributed by Jan Holesovsky, Michael Meeks, Juergen Keil

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [772f88a47b9d72645f569e9a0bb3dc5d4a5fca71]

        INTEGRATION: CWS dr20 (1.10.12); FILE MERGED 2004/08/20 09:35:41 dr 1.10.12.5: #i10000# merge error 2004/08/18 11:33:17 dr 1.10.12.4: RESYNC: (1.10-1.11); FILE MERGED 2004/08/11 10:39:03 dr 1.10.12.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 18:28:23 dr 1.10.12.2: #i30205# remove g++ warnings 2004/06/15 16:37:38 dr 1.10.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d56de83b81415654c116b3f29210247a1ff5267]

        INTEGRATION: CWS vcl25 (1.14.156); FILE MERGED 2004/08/02 13:05:40 pl 1.14.156.2: RESYNC: (1.14-1.15); FILE MERGED 2004/07/26 10:10:30 hdu 1.14.156.1: #i32036# also copy text color in virdev's pseudo copy constructor

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [92d8c6d6c4dc2a2824a0e24e22485361c3b65b54]

        INTEGRATION: CWS dr20 (1.1.2); FILE ADDED 2004/08/20 08:48:10 dr 1.1.2.6: #i194# merged cells need equal cell format 2004/08/16 17:36:28 dr 1.1.2.5: #i194# #i30411# code cleanup 2004/08/16 15:25:12 dr 1.1.2.4: #i194# #i30411# performance, memory usage, progress bar 2004/08/12 13:11:05 dr 1.1.2.3: #i194# loop in XclExpRowBuffer::GetOrCreateRow 2004/08/12 12:28:35 dr 1.1.2.2: #i194# default column format 2004/08/11 10:39:03 dr 1.1.2.1: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf61ade723bc6cff7714469750e7222b7b2d6304]

        INTEGRATION: CWS vcl25 (1.7.156); FILE MERGED 2004/07/14 16:19:38 pl 1.7.156.1: #i17966# call error handler

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [524a1d3f9d62a6ab8d14de55ac4a4bf4be5b84a4]

        INTEGRATION: CWS dr20 (1.11.112); FILE MERGED 2004/08/20 09:51:34 dr 1.11.112.10: #i10000# merge error 2004/08/20 08:48:10 dr 1.11.112.9: #i194# merged cells need equal cell format 2004/08/17 11:54:18 dr 1.11.112.8: #i30205# Excel filter code cleanup 2004/08/12 13:48:10 dr 1.11.112.7: #i10000# remove XclTextOrient 2004/08/12 12:28:35 dr 1.11.112.6: #i194# default column format 2004/08/11 14:24:24 dr 1.11.112.5: RESYNC: (1.11-1.13); FILE MERGED 2004/08/11 10:39:02 dr 1.11.112.4: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/21 12:58:39 dr 1.11.112.3: #i30205# record list handling 2004/06/15 18:28:22 dr 1.11.112.2: #i30205# remove g++ warnings 2004/06/15 16:37:38 dr 1.11.112.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [de5cc422d6f28698b0626cfb48ecc7050f6b7827]

        INTEGRATION: CWS vcl25 (1.10.156); FILE MERGED 2004/07/19 09:31:41 thb 1.10.156.1: #i23407# Normalize text layout and direction before metafile playback

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a82419d18ae78caceacb02d52868690f356f372]

        INTEGRATION: CWS dr20 (1.3.130); FILE MERGED 2004/08/20 09:51:34 dr 1.3.130.4: #i10000# merge error 2004/08/20 08:48:10 dr 1.3.130.3: #i194# merged cells need equal cell format 2004/08/11 10:39:02 dr 1.3.130.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:37 dr 1.3.130.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5c390898749a684d8ca5b41f4846d7e3ad8b998]

        INTEGRATION: CWS vcl25 (1.21.60); FILE MERGED 2004/07/22 13:26:42 ssa 1.21.60.1: #i31921# correct nwf focus handling

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [27370966d1ef05485bb34a423c6cc89f27b8a8b1]

        INTEGRATION: CWS dr20 (1.4.282); FILE MERGED 2004/08/11 10:39:01 dr 1.4.282.1: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [415ed8b467502636e3e62389b9310b7a9804fe74]

        INTEGRATION: CWS vcl25 (1.14.60); FILE MERGED 2004/07/22 13:56:36 ssa 1.14.60.1: #i30462 spinfields with drop down will always be painted non-native

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac8f5ca9ce6e10da9c289deced6a70558eb6c3e4]

        INTEGRATION: CWS dr20 (1.10.12); FILE MERGED 2004/08/18 11:33:10 dr 1.10.12.4: RESYNC: (1.10-1.11); FILE MERGED 2004/08/16 15:25:12 dr 1.10.12.3: #i194# #i30411# performance, memory usage, progress bar 2004/08/11 10:39:01 dr 1.10.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:37 dr 1.10.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5908c9a9aee5dd715ccc345d66f07ff69d7a12d]

        INTEGRATION: CWS vcl25 (1.16.82); FILE MERGED 2004/07/14 15:57:22 pl 1.16.82.1: #i31298# change documentation to english

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [803eca24d85e725fe7c842ca444c62f358f631c7]

        INTEGRATION: CWS dr20 (1.2.360); FILE MERGED 2004/06/15 16:37:37 dr 1.2.360.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [f7e2ae5ba111c4f6be2934ad483be045eef082cf]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:02:35 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [40f67001c27f3a4c06679cded000865bbb77a524]

        INTEGRATION: CWS ooo20040704 (1.5.200); FILE MERGED 2004/06/28 13:54:52 waratah 1.5.200.1: #I30812# add extra case not handled wrap pragma not defined for gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b5ccda09fb8b310504bbfb94d47cef157027e48]

        INTEGRATION: CWS dr20 (1.2.12); FILE MERGED 2004/08/20 09:51:34 dr 1.2.12.8: #i10000# merge error 2004/08/18 11:33:03 dr 1.2.12.7: RESYNC: (1.4-1.5); FILE MERGED 2004/08/11 17:45:27 dr 1.2.12.6: #i10000# merge errors 2004/08/11 14:24:14 dr 1.2.12.5: RESYNC: (1.3-1.4); FILE MERGED 2004/08/11 11:14:24 dr 1.2.12.4: RESYNC: (1.2-1.3); FILE MERGED 2004/08/11 10:39:00 dr 1.2.12.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/21 12:58:39 dr 1.2.12.2: #i30205# record list handling 2004/06/15 16:37:36 dr 1.2.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [5d2de493ae64f6aea04a4cd1e1133bc5e838c656]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:02:17 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa3a0ce1ec638411c903024f304bcbc70a96d4df]

        INTEGRATION: CWS ooo20040704 (1.58.58); FILE MERGED 2004/07/19 20:20:43 svesik 1.58.58.2: RESYNC: (1.58-1.59); FILE MERGED 2004/06/28 13:55:14 waratah 1.58.58.1: #I30812# delete unused variable

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [478d1f6a5108230d506ea18b61f3874ead805184]

        INTEGRATION: CWS dr20 (1.5.12); FILE MERGED 2004/08/11 14:24:04 dr 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/15 16:37:36 dr 1.5.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [fa722dfd5a8b6abf56fdf34db3c530546a77b6f7]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 04:01:29 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2682e185e9f8c60f367f452788b74acf34d22cb7]

        INTEGRATION: CWS dr20 (1.9.10); FILE MERGED 2004/08/16 15:25:12 dr 1.9.10.6: #i194# #i30411# performance, memory usage, progress bar 2004/08/11 10:39:00 dr 1.9.10.5: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/07 14:07:33 dr 1.9.10.4: RESYNC: (1.9-1.10); FILE MERGED 2004/06/21 12:58:39 dr 1.9.10.3: #i30205# record list handling 2004/06/16 17:21:51 dr 1.9.10.2: #i30350# do not create new sheet refs while writing stream 2004/06/15 16:37:36 dr 1.9.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [863f197faa9108b8abb10dc3be63c25d1f6348e6]

        INTEGRATION: CWS xsltfilter05 (1.2.26); FILE MERGED 2004/08/09 03:52:41 gyang 1.2.26.2: fixes in cws xslfilter052004-08-09 2004/07/30 04:10:00 gyang 1.2.26.1: ooo2ms export 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7397d0834f318ebf1ac34243711846676b079270]

        INTEGRATION: CWS vcl25 (1.2.94); FILE MERGED 2004/07/15 17:20:52 pl 1.2.94.1: #i31409# do not waste unbeleviable amounts of memory

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fa679844bc4f9a982ffb0b7a809ca85c3d645e4]

        INTEGRATION: CWS dr20 (1.13.12); FILE MERGED 2004/08/16 15:25:12 dr 1.13.12.5: #i194# #i30411# performance, memory usage, progress bar 2004/08/11 17:45:26 dr 1.13.12.4: #i10000# merge errors 2004/08/11 14:23:54 dr 1.13.12.3: RESYNC: (1.13-1.14); FILE MERGED 2004/08/11 10:39:00 dr 1.13.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:35 dr 1.13.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [d3dfb35f4efd7740ef667da8bc3f7d5e7c920a65]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 03:59:48 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5d7b3db1a550b050514e697a7872f93b21a9c4b]

        INTEGRATION: CWS ooo20040704 (1.38.12); FILE MERGED 2004/06/28 13:58:45 waratah 1.38.12.1: #I30812# reorder constructor to match declaration order

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcad5181c793c82603e5e43f6dc126d511d4ede7]

        INTEGRATION: CWS vcl25 (1.6.10); FILE MERGED 2004/07/15 17:20:51 pl 1.6.10.1: #i31409# do not waste unbeleviable amounts of memory

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [abb05de659f9e6490ed0dc3d83809f5fd9614979]

        INTEGRATION: CWS xsltfilter05 (1.3.26); FILE MERGED 2004/08/09 03:52:40 gyang 1.3.26.2: fixes in cws xslfilter052004-08-09 2004/08/03 08:57:10 gyang 1.3.26.1: add a method for dxa 2004-08-03

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [03b96e43bdaf3acb79a31a6e02f1accef5432e10]

        INTEGRATION: CWS dr20 (1.1.2); FILE ADDED 2004/08/11 10:38:59 dr 1.1.2.7: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/09 11:36:58 dr 1.1.2.6: #i10000# merge errors 2004/07/07 15:20:49 dr 1.1.2.5: #i10000# merge conflict 2004/06/22 14:12:13 dr 1.1.2.4: #i30543# export Printable property for controls 2004/06/21 12:58:38 dr 1.1.2.3: #i30205# record list handling 2004/06/15 18:28:21 dr 1.1.2.2: #i30205# remove g++ warnings 2004/06/15 16:37:35 dr 1.1.2.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [22cc82f5d86db5597513e087c30c9e796a0177cd]

        INTEGRATION: CWS ooo20040704 (1.94.12); FILE MERGED 2004/07/02 10:57:45 cmc 1.94.12.3: #i30891# revert header and namespace change 2004/06/28 14:09:52 cmc 1.94.12.2: #i30801# allow using system stl if possible 2004/06/28 14:00:11 waratah 1.94.12.1: #I30812# delete unused variables

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [947bef9ba3852559fa6e2dbec445a32ed2e08df0]

        INTEGRATION: CWS dr20 (1.9.12); FILE MERGED 2004/08/20 08:48:09 dr 1.9.12.6: #i194# merged cells need equal cell format 2004/08/16 15:25:11 dr 1.9.12.5: #i194# #i30411# performance, memory usage, progress bar 2004/08/11 10:38:59 dr 1.9.12.4: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/21 12:58:38 dr 1.9.12.3: #i30205# record list handling 2004/06/16 17:21:51 dr 1.9.12.2: #i30350# do not create new sheet refs while writing stream 2004/06/15 16:37:34 dr 1.9.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [38f5f283ab84a6c2eaa54108e650d5ee4131dc38]

        INTEGRATION: CWS xsltfilter05 (1.1.2); FILE ADDED 2004/07/30 03:58:15 gyang 1.1.2.1: ooo2ms writer export 2004-07-30

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [932714214bb78566f415f1837707d738e7c1c2d8]

        INTEGRATION: CWS vcl25 (1.4.2); FILE MERGED 2004/08/02 14:06:21 pl 1.4.2.1: #i32400# missing header: unistd.h

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3cb110bad085b23ba98d61f4c052f743e812c2f]

        INTEGRATION: CWS dr20 (1.46.2); FILE MERGED 2004/08/23 12:55:12 dr 1.46.2.3: #i31882# ignore charts embedded in charts 2004/08/20 08:36:53 dr 1.46.2.2: #i33215# number format in cell styles lost 2004/08/20 08:33:53 dr 1.46.2.1: #i29930# different warnings for too many rows/cols/sheets

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [f86b7e9d8cc3761fb6a91606d884b423ec31f542]

        INTEGRATION: CWS xsltfilter05 (1.17.24); FILE MERGED 2004/08/02 07:24:42 gyang 1.17.24.1: xsltfilter05 change to d.lst

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [49ea6888407780ddd3c14f13f26eec5c3cebdad7]

        INTEGRATION: CWS ooo20040704 (1.16.98); FILE MERGED 2004/06/28 14:08:16 waratah 1.16.98.1: #I30812# comment out unused static subroutines reorder destructor to match declaration bracket pragma not defined for gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [31f77af8c2d31e11cdc0e3724fe17833cd099865]

        INTEGRATION: CWS dr20 (1.25.12); FILE MERGED 2004/08/18 11:32:55 dr 1.25.12.3: RESYNC: (1.25-1.26); FILE MERGED 2004/08/11 10:38:59 dr 1.25.12.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:34 dr 1.25.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7ba0d9540c75953316e7c51a82fc4dff8eda13a]

        INTEGRATION: CWS ooo20040704 (1.38.36); FILE MERGED 2004/08/09 14:50:58 vg 1.38.36.3: RESYNC MERGED 1.39 1.40 Everything below this line will be added to the revision comment. 2004/07/19 20:16:42 svesik 1.38.36.2: RESYNC: (1.38-1.39); FILE MERGED 2004/06/28 14:01:59 waratah 1.38.36.1: #I30812# delete unused variables bracket pragma not defined for gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4cb4bb7726a0a94d99ad32bfeb5a219b0162fb5]

        INTEGRATION: CWS dr20 (1.61.12); FILE MERGED 2004/08/18 11:32:47 dr 1.61.12.5: RESYNC: (1.62-1.63); FILE MERGED 2004/08/11 14:23:22 dr 1.61.12.4: RESYNC: (1.61-1.62); FILE MERGED 2004/08/11 10:38:59 dr 1.61.12.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/09 14:31:44 dr 1.61.12.2: #i30411# #i27407# export of def row format, step 1 2004/06/15 16:37:33 dr 1.61.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e1f9c95eb0c0dfe81e51f116d0cf4e41a9536f3]

        INTEGRATION: CWS ooo20040704 (1.80.12); FILE MERGED 2004/06/28 14:02:36 waratah 1.80.12.1: #I30812# delete unused variables bracket pragma not defined for gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8739271fc77d4e62e687f9ff78608c1549b81e43]

        INTEGRATION: CWS dr20 (1.19.2); FILE MERGED 2004/08/20 08:33:53 dr 1.19.2.1: #i29930# different warnings for too many rows/cols/sheets

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [431d04b04cbb4f60daa7aee375fd73c548b49e63]

        INTEGRATION: CWS dr20 (1.47.10); FILE MERGED 2004/08/18 11:32:31 dr 1.47.10.4: RESYNC: (1.48-1.49); FILE MERGED 2004/08/11 10:38:59 dr 1.47.10.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/07 14:07:03 dr 1.47.10.2: RESYNC: (1.47-1.48); FILE MERGED 2004/06/15 18:28:21 dr 1.47.10.1: #i30205# remove g++ warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [83e4acb2892cc4795c0575339c8cef0e3b65f032]

        INTEGRATION: CWS ooo20040704 (1.20.12); FILE MERGED 2004/07/19 20:15:46 svesik 1.20.12.2: RESYNC: (1.20-1.21); FILE MERGED 2004/06/28 14:05:54 waratah 1.20.12.1: #I30812# remove unused variables bracket pragma not defined for gcc add comment about assignment in while statement

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [95777c6cb4424ae6dc6f1855b39fabc969058e55]

        INTEGRATION: CWS dr20 (1.72.10); FILE MERGED 2004/08/11 14:23:01 dr 1.72.10.8: RESYNC: (1.73-1.74); FILE MERGED 2004/08/11 10:38:58 dr 1.72.10.7: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/09 14:31:43 dr 1.72.10.6: #i30411# #i27407# export of def row format, step 1 2004/07/09 11:36:58 dr 1.72.10.5: #i10000# merge errors 2004/07/07 14:06:55 dr 1.72.10.4: RESYNC: (1.72-1.73); FILE MERGED 2004/06/17 15:06:08 dr 1.72.10.3: #i27407# find and store default row format 2004/06/15 18:28:21 dr 1.72.10.2: #i30205# remove g++ warnings 2004/06/15 16:37:33 dr 1.72.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b0cf61c8e3e771a815d4a49ecfd7ed9f9509d09]

        INTEGRATION: CWS ooo20040704 (1.16.164); FILE MERGED 2004/06/28 13:59:33 waratah 1.16.164.1: #I30812# reorder constructor to match declaration order

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7414287281b6a44de11dc42b5f3e733295d59fa]

        INTEGRATION: CWS ooo20040704 (1.45.84); FILE MERGED 2004/08/09 14:45:01 vg 1.45.84.2: RESYNC MERGED 1.45 1.46 Everything below this line will be added to the revision comment. 2004/06/29 12:58:13 cmc 1.45.84.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd49035e5bf90cfadf65ac7c5d6cf3ac0b7a1cbc]

        INTEGRATION: CWS dr20 (1.32.12); FILE MERGED 2004/08/18 11:32:24 dr 1.32.12.2: RESYNC: (1.32-1.33); FILE MERGED 2004/06/15 16:37:32 dr 1.32.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [02990981981d80172988d8b6a08f41a2cd0ade65]

        INTEGRATION: CWS ooo20040704 (1.51.112); FILE MERGED 2004/07/19 20:15:30 svesik 1.51.112.2: RESYNC: (1.51-1.52); FILE MERGED 2004/06/28 14:04:55 waratah 1.51.112.1: #I30812# remove unused variables bracket pragma not defined for gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [98fff7d68ada33bc78d185dff9665d9ec6e87d05]

        INTEGRATION: CWS dr20 (1.92.10); FILE MERGED 2004/08/20 08:40:06 dr 1.92.10.5: #i30816# ignore all objects with wrong (null) size, better progress bar 2004/08/18 11:32:16 dr 1.92.10.4: RESYNC: (1.94-1.97); FILE MERGED 2004/08/11 14:22:51 dr 1.92.10.3: RESYNC: (1.93-1.94); FILE MERGED 2004/07/07 14:06:46 dr 1.92.10.2: RESYNC: (1.92-1.93); FILE MERGED 2004/06/15 16:37:32 dr 1.92.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a165f2ff5b1cb7dbdd13ff319d100c2bac57bcc2]

        INTEGRATION: CWS ooo20040704 (1.31.36); FILE MERGED 2004/07/19 20:15:15 svesik 1.31.36.2: RESYNC: (1.31-1.32); FILE MERGED 2004/06/28 14:04:30 waratah 1.31.36.1: #I30812# remove unused variables bracket pragma not defined for gcc

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff33139b6a9b635370a4c920a48414ecb6a2e882]

        INTEGRATION: CWS dr20 (1.25.12); FILE MERGED 2004/08/18 11:32:00 dr 1.25.12.4: RESYNC: (1.28-1.29); FILE MERGED 2004/08/11 14:22:24 dr 1.25.12.3: RESYNC: (1.27-1.28); FILE MERGED 2004/07/07 14:06:26 dr 1.25.12.2: RESYNC: (1.25-1.27); FILE MERGED 2004/06/15 16:37:31 dr 1.25.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1289197f4ff3a6459073af998c066429b1702896]

        INTEGRATION: CWS dr20 (1.52.10); FILE MERGED 2004/08/16 15:25:11 dr 1.52.10.9: #i194# #i30411# performance, memory usage, progress bar 2004/08/12 12:28:35 dr 1.52.10.8: #i194# default column format 2004/08/11 10:38:58 dr 1.52.10.7: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/09 14:31:42 dr 1.52.10.6: #i30411# #i27407# export of def row format, step 1 2004/07/07 14:06:05 dr 1.52.10.5: RESYNC: (1.52-1.53); FILE MERGED 2004/06/21 12:58:38 dr 1.52.10.4: #i30205# record list handling 2004/06/17 15:06:08 dr 1.52.10.3: #i27407# find and store default row format 2004/06/15 18:28:21 dr 1.52.10.2: #i30205# remove g++ warnings 2004/06/15 16:37:31 dr 1.52.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [00c49ec2086ba7ac07af14732b2dd572335ea59a]

        INTEGRATION: CWS dr20 (1.22.12); FILE MERGED 2004/08/18 11:31:35 dr 1.22.12.4: RESYNC: (1.22-1.23); FILE MERGED 2004/08/11 10:38:58 dr 1.22.12.3: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/07/12 10:54:23 dr 1.22.12.2: #i10000# merge conflict 2004/06/15 16:37:30 dr 1.22.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff2baba298efb5060f8b00f2811c5aae8e9b0d85]

        INTEGRATION: CWS dr20 (1.64.10); FILE MERGED 2004/08/23 13:54:41 dr 1.64.10.5: #i10000# merge conflict 2004/08/18 11:31:27 dr 1.64.10.4: RESYNC: (1.67-1.68); FILE MERGED 2004/08/11 14:21:13 dr 1.64.10.3: RESYNC: (1.64-1.67); FILE MERGED 2004/08/11 10:38:57 dr 1.64.10.2: #i12577# #i16277# #i24129# #i31482# #i24672# #i27407# #i30411# rework of cell table export - default row/column formats and shared formulas 2004/06/15 16:37:29 dr 1.64.10.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5329f5477bf687eadc1dcfc500f22f787e280ce5]

        INTEGRATION: CWS dr20 (1.28.4); FILE MERGED 2004/08/12 12:26:39 dr 1.28.4.1: #i194# default column format

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [74238cab8df5f7b0f12cdb25d25ac49b2d2d4858]

        INTEGRATION: CWS dr20 (1.13.12); FILE MERGED 2004/06/24 17:01:01 nn 1.13.12.1: #116562# DoRepaint: get the style only if repaint is necessary

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fef754e0cc8d26fdc7e6aecac72d961496274725]

        INTEGRATION: CWS dr20 (1.11.12); FILE MERGED 2004/08/12 12:26:39 dr 1.11.12.1: #i194# default column format

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f5113f4c858c2d446d8ba0462ab6e39361a6c75]

        INTEGRATION: CWS dr20 (1.23.12); FILE MERGED 2004/08/12 12:26:17 dr 1.23.12.1: #i194# default column format

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8685bb99d6b4b0eebd3610f400bada4e8c27836d]

        INTEGRATION: CWS ooo20040704 (1.2.214); FILE MERGED 2004/07/03 00:50:26 waratah 1.2.214.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0968ba5730298fef7deea82034fb1643cf02270]

        INTEGRATION: CWS dr20 (1.14.50); FILE MERGED 2004/06/25 18:42:21 nn 1.14.50.1: #i28468# don't show error message from ExecuteDrop, reject in AcceptDrop where possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [626be4f8b967c33e99ad3c508b275662b618af3a]

        INTEGRATION: CWS ooo20040704 (1.7.36); FILE MERGED 2004/07/03 00:50:53 waratah 1.7.36.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [38033a11ff54c86079c81fa82832116ed88043ec]

        INTEGRATION: CWS ooo20040704 (1.23.46); FILE MERGED 2004/07/19 06:20:23 svesik 1.23.46.2: RESYNC: (1.23-1.24); FILE MERGED 2004/07/03 01:02:19 waratah 1.23.46.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9f05eea661ef4ea0a4f6a12411a8fca271eaaee]

        INTEGRATION: CWS dr20 (1.79.2); FILE MERGED 2004/08/12 12:26:17 dr 1.79.2.1: #i194# default column format

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b7c450c5c69e54bd23144b650f9400f9582c2d8]

        INTEGRATION: CWS ooo20040704 (1.2.50); FILE MERGED 2004/07/03 00:55:17 waratah 1.2.50.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1e09dc80efc1740c3da4f4e378f5b59c0c899c7]

        INTEGRATION: CWS dr20 (1.9.14); FILE MERGED 2004/08/12 12:26:17 dr 1.9.14.1: #i194# default column format

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e4f51331e2e7ca618f5abf52f9e05fa8ba0976d]

        INTEGRATION: CWS ooo20040704 (1.3.206); FILE MERGED 2004/07/03 00:56:34 waratah 1.3.206.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7606e0620b6bfc9c661a79bda220871d594119a]

        INTEGRATION: CWS ooo20040704 (1.4.58); FILE MERGED 2004/06/29 12:58:13 cmc 1.4.58.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [098a004102f4b6e974ee405bc1481df5d8daa97e]

        INTEGRATION: CWS ooo20040704 (1.49.80); FILE MERGED 2004/08/09 14:44:38 vg 1.49.80.2: RESYNC MERGED 1.49 1.50 Everything below this line will be added to the revision comment. 2004/06/29 12:58:12 cmc 1.49.80.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [b8220c1d7513a535799e7aaeccab4359d5f37976]

        INTEGRATION: CWS i18n14 (1.11.16); FILE MERGED 2004/08/05 23:21:51 khong 1.11.16.2: #i31083# change to use only short year format for Jewish calendar 2004/07/26 22:52:22 khong 1.11.16.1: #i31083# update hebrew date format code

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b52578a2804a18a792dd25f595430667875fd0d1]

        INTEGRATION: CWS ooo20040704 (1.12.32); FILE MERGED 2004/06/29 12:58:11 cmc 1.12.32.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [166b431dde595461352d6873a486cea744932950]

        INTEGRATION: CWS i18n14 (1.14.16); FILE MERGED 2004/07/21 18:24:40 khong 1.14.16.1: #i30620# fix crash on getIndexKey without loading algorithm

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [05b1d8a2abfc6b7818ad30a93326388ce5e6c723]

        INTEGRATION: CWS ooo20040704 (1.1.1.1.516); FILE MERGED 2004/06/29 21:03:49 cmc 1.1.1.1.516.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [9a37bfb579509806bfadd98e59b604951b41fceb]

        INTEGRATION: CWS i18n14 (1.6.130); FILE MERGED 2004/07/26 22:18:43 khong 1.6.130.1: #i30863# make toTitle() only convert first letter of a word to upper case

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a86196c60ab86b260eb37fcf35aa17e697b0afd]

        INTEGRATION: CWS ooo20040704 (1.25.32); FILE MERGED 2004/06/29 12:58:11 cmc 1.25.32.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f57e22b20301512854096dbbe0236508c071656c]

        INTEGRATION: CWS ooo20040704 (1.18.2); FILE MERGED 2004/08/09 14:35:22 vg 1.18.2.12: RESYNC MERGED 1.18 1.19 Everything below this line will be added to the revision comment. 2004/07/18 20:13:15 vq 1.18.2.11: #i31676# Fix the dmake build problem for W32-4NT. 2004/07/14 16:16:23 vq 1.18.2.10: #i31446# Remove cygwin b2x cruft from set_soenv.in. 2004/07/09 21:39:48 rene 1.18.2.9: #i23779# Patch to use system libs
        
        - remove unneeded AC_MSG_CHECKING's
        - rename system{_,-}odbc / SYSTEM_ODBC to
          system{_,-}odbc{_,-}headers / SYSTEM_ODBC_HEADERS
        - regenerate configure
        2004/07/06 12:48:42 rene 1.18.2.8: #i23779# Patch to use system libs
        
        - add missing curl configure help
        - add system-nas and system-neon + checks
        - check for headers with AC_CHECK_HEADER not AC_TRY_COMPILE
        Issue number:
        Submitted by:
        Reviewed by:
        2004/07/05 14:01:24 cmc 1.18.2.7: #i30801# make curl an optional compile
        2004/07/04 03:08:11 waratah 1.18.2.6: #i28835#  Implement a switch for non-product builds without full debugging
        2004/07/03 02:45:01 vq 1.18.2.5: #i29893# *crossmerge* Switch SOLARSRC to default style.
        2004/07/02 16:52:25 cmc 1.18.2.4: #i30801# restrict to db3
        2004/06/28 07:14:23 cmc 1.18.2.3: #i30801 allow using system libs if possible
        2004/06/26 13:14:46 waratah 1.18.2.2: Correct missing semicolon
        2004/06/26 13:10:32 waratah 1.18.2.1: Clean up old gcc 2.94 code

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [86d394425aa144c1193341f5d9fcfe84f9640305]

        INTEGRATION: CWS swundo03 (1.2.18); FILE MERGED 2004/07/19 17:42:40 hbrinkm 1.2.18.1: #115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ed982801385da765719168c7ae1ac842261d295]

        INTEGRATION: CWS ooo20040704 (1.45.20); FILE MERGED 2004/07/04 03:09:22 waratah 1.45.20.1: #i28835#  Implement a switch for non-product builds without full debugging

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd7a3548ad4b449f918775b63095e6ea7ad18c9b]

        INTEGRATION: CWS ooo20040704 (1.64.2); FILE MERGED 2004/08/09 14:29:37 vg 1.64.2.19: RESYNC MERGED 1.65 1.66 Everything below this line will be added to the revision comment. 2004/07/14 14:42:51 vq 1.64.2.18: #i31446# Increase the required cygwin version to 1.5.x and remove some cruft. 2004/07/13 13:21:14 rodarvus 1.64.2.17: #i31369#  Checking for gcc 3.4 optimisation bug Issue number: 31369 Reviewed by: waratah 2004/07/09 21:39:47 rene 1.64.2.16: #i23779# Patch to use system libs
        
        - remove unneeded AC_MSG_CHECKING's
        - rename system{_,-}odbc / SYSTEM_ODBC to
          system{_,-}odbc{_,-}headers / SYSTEM_ODBC_HEADERS
        - regenerate configure
        2004/07/09 15:10:31 cmc 1.64.2.15: #i30891# warn future like-minded persons about ABI incompatability with the system stl
        2004/07/07 14:47:07 rene 1.64.2.14: #i31195# beautify exception check message
        Issue number:
        Submitted by:
        Reviewed by:
        2004/07/06 12:50:53 rene 1.64.2.13: fix typo, regenerate configure
        Issue number:
        Submitted by:
        Reviewed by:
        2004/07/06 12:48:41 rene 1.64.2.12: #i23779# Patch to use system libs
        
        - add missing curl configure help
        - add system-nas and system-neon + checks
        - check for headers with AC_CHECK_HEADER not AC_TRY_COMPILE
        Issue number:
        Submitted by:
        Reviewed by:
        2004/07/06 01:28:52 vq 1.64.2.11: #i26396# Configure check for bison to ensure version <= 1.75 OR >= 1.875
        2004/07/05 23:27:54 vq 1.64.2.10: #i30915# Fix detection of localized MS compiler versions.
        
        Contributed by Ken Foskey, but slightly changed verson committed.
        2004/07/05 14:01:23 cmc 1.64.2.9: #i30801# make curl an optional compile
        2004/07/04 12:59:51 waratah 1.64.2.8: #i28835# remove extra space
        2004/07/04 03:04:05 waratah 1.64.2.7: #i28835#  Implement a switch for non-product builds without full debugging
        2004/07/02 16:52:24 cmc 1.64.2.6: #i30801# restrict to db3
        2004/06/29 00:52:19 svesik 1.64.2.5: RESYNC: (1.64-1.65); FILE MERGED
        2004/06/28 15:15:52 cmc 1.64.2.4: #i30801# allow using system stl if possible
        2004/06/28 07:14:23 cmc 1.64.2.3: #i30801 allow using system libs if possible
        2004/06/26 13:18:14 waratah 1.64.2.2: Correct message regarding cups
        2004/06/26 13:16:07 waratah 1.64.2.1: Remove USE_GCC3 macro, no longer needed

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [008d4176ebdb75780e1ac3ad84b49c08abe6d68e]

        INTEGRATION: CWS ooo20040704 (1.45.2); FILE MERGED 2004/08/09 14:29:38 vg 1.45.2.16: RESYNC MERGED 1.65 1.66 Everything below this line will be added to the revision comment. 2004/07/14 14:42:50 vq 1.45.2.15: #i31446# Increase the required cygwin version to 1.5.x and remove some cruft. 2004/07/13 13:31:23 rodarvus 1.45.2.14: #i31369#  Checking for gcc 3.4 optimisation bug Reviewed by: waratah 2004/07/09 21:39:46 rene 1.45.2.13: #i23779# Patch to use system libs
        
        - remove unneeded AC_MSG_CHECKING's
        - rename system{_,-}odbc / SYSTEM_ODBC to
          system{_,-}odbc{_,-}headers / SYSTEM_ODBC_HEADERS
        - regenerate configure
        2004/07/07 14:47:06 rene 1.45.2.12: #i31195# beautify exception check message
        Issue number:
        Submitted by:
        Reviewed by:
        2004/07/06 12:50:52 rene 1.45.2.11: fix typo, regenerate configure
        Issue number:
        Submitted by:
        Reviewed by:
        2004/07/06 01:28:51 vq 1.45.2.10: #i26396# Configure check for bison to ensure version <= 1.75 OR >= 1.875
        2004/07/05 23:27:52 vq 1.45.2.9: #i30915# Fix detection of localized MS compiler versions.
        
        Contributed by Ken Foskey, but slightly changed verson committed.
        2004/07/05 14:01:22 cmc 1.45.2.8: #i30801# make curl an optional compile
        2004/07/04 13:02:03 waratah 1.45.2.7: #i28835# remove extra space
        2004/07/04 03:06:26 waratah 1.45.2.6: #i28835#  Implement a switch for non-product builds without full debugging
        2004/07/02 16:52:22 cmc 1.45.2.5: #i30801# restrict to db3
        2004/06/29 00:52:01 svesik 1.45.2.4: RESYNC: (1.45-1.46); FILE MERGED
        2004/06/28 15:15:39 cmc 1.45.2.3: #i30801# allow using system stl if possible
        2004/06/28 07:14:20 cmc 1.45.2.2: #i30801 allow using system libs if possible
        2004/06/26 13:22:30 waratah 1.45.2.1: Commit cleanups for configure

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [718feaff06d7e71de00b3490e90eb9bebedcee31]

        INTEGRATION: CWS ooo20040704 (1.3.34); FILE MERGED 2004/07/13 13:31:22 rodarvus 1.3.34.2: #i31369#  Checking for gcc 3.4 optimisation bug Reviewed by: waratah 2004/06/28 07:14:20 cmc 1.3.34.1: #i30801 allow using system libs if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [058ba1a2ea16f05fbfdd33e5c6a3a1782c3ab00c]

        INTEGRATION: CWS ooo20040704 (1.58.34); FILE MERGED 2004/07/20 01:25:00 svesik 1.58.34.3: RESYNC: (1.58-1.59); FILE MERGED 2004/07/03 14:19:30 waratah 1.58.34.2: #i30874# Correct uninitiliased warnings 2004/07/02 23:59:20 waratah 1.58.34.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c6be68aba8ffb0c5cdf885d1ebcaa6eb0b28ac9]

        INTEGRATION: CWS ooo20040704 (1.33.206); FILE MERGED 2004/07/02 23:58:48 waratah 1.33.206.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6edf88f681948a59fcda62a71bc94fd9e0829514]

        INTEGRATION: CWS ooo20040704 (1.1.610); FILE MERGED 2004/07/09 15:38:38 cmc 1.1.610.1: #i31102# reduce jpeglib patchset, jpeglib has an api for input and output to custom source and destination managers rather than patching it to understand svstreams

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [15839aabbd4ed800de6ce5695a8b01ae2da7278f]

        INTEGRATION: CWS ooo20040704 (1.8.608); FILE MERGED 2004/07/10 13:44:36 vq 1.8.608.2: #i31102# MSC needs stdio.h before including jpeglib.h. 2004/07/09 15:38:38 cmc 1.8.608.1: #i31102# reduce jpeglib patchset, jpeglib has an api for input and output to custom source and destination managers rather than patching it to understand svstreams

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [10b98a4a26052abdfef25d4638b5d72e41bd5e95]

        INTEGRATION: CWS ooo20040704 (1.17.8); FILE MERGED 2004/06/28 14:09:39 cmc 1.17.8.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [90ff6a04db1332169bfdd7617f0cc01d9a0b66f1]

        INTEGRATION: CWS ooo20040704 (1.55.242); FILE MERGED 2004/07/20 00:56:24 svesik 1.55.242.2: RESYNC: (1.55-1.57); FILE MERGED 2004/07/02 23:57:30 waratah 1.55.242.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [afdaeb37d7b322f690678c68608ddd3d417b3800]

        INTEGRATION: CWS ooo20040704 (1.20.622); FILE MERGED 2004/07/02 10:12:43 cmc 1.20.622.2: #i30891# revert header and namespace change 2004/06/28 14:09:38 cmc 1.20.622.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6399b81846bb97ddf0d106f1c1d64c2c8c482ae6]

        INTEGRATION: CWS swundo03 (1.3.10); FILE MERGED 2004/07/07 16:58:49 hbrinkm 1.3.10.1: #115575# ToString

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc51d993d2ce853f2fac1b256d8c32b48ad352d4]

        INTEGRATION: CWS ooo20040704 (1.22.602); FILE MERGED 2004/06/28 14:09:38 cmc 1.22.602.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1b05cb7cfcf03e7ec450bdc7b23ba06183d4040]

        INTEGRATION: CWS ooo20040704 (1.3.394); FILE MERGED 2004/07/02 10:12:41 cmc 1.3.394.2: #i30891# revert header and namespace change 2004/06/28 14:09:37 cmc 1.3.394.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [da12dc5adf9086d418ff0d09abee23fdd8f68cda]

        INTEGRATION: CWS swundo03 (1.48.34); FILE MERGED 2004/08/12 15:01:15 hbrinkm 1.48.34.2: RESYNC: (1.48-1.49); FILE MERGED 2004/08/04 15:01:40 hbrinkm 1.48.34.1: #115575#,#115582#

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [2dfee931b88742f9a234a1203d7c7f69539a3b0b]

        INTEGRATION: CWS opendocbehavior (1.72.42); FILE MERGED 2004/08/11 09:55:43 pb 1.72.42.1: fix: #i32536# cursor always on top at startup

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [af0d9cc852b059a324196ef76bdcd4001184d442]

        INTEGRATION: CWS swundo03 (1.27.10); FILE MERGED 2004/08/12 14:54:22 hbrinkm 1.27.10.8: RESYNC: (1.31-1.32); FILE MERGED 2004/08/04 14:59:26 hbrinkm 1.27.10.7: #115575#,#115582# 2004/07/28 15:21:55 hbrinkm 1.27.10.6: #i31930# 2004/07/20 07:14:41 hbrinkm 1.27.10.5: #115582# 2004/07/19 17:42:32 hbrinkm 1.27.10.4: #115582# 2004/07/15 07:31:26 hbrinkm 1.27.10.3: RESYNC: (1.27-1.31); FILE MERGED 2004/07/14 15:48:33 hbrinkm 1.27.10.2: #115575# 2004/07/13 08:45:01 hbrinkm 1.27.10.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dc46dcbe9e89298022e8e5ea853ffd379ae271e]

        INTEGRATION: CWS swundo03 (1.28.10); FILE MERGED 2004/07/15 07:28:43 hbrinkm 1.28.10.3: RESYNC: (1.28-1.29); FILE MERGED 2004/07/13 08:44:59 hbrinkm 1.28.10.2: #115575# 2004/07/07 16:50:38 hbrinkm 1.28.10.1: #115575# SwDoc::RenameFmt

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [314b408beffb04da43e4dce79fb8acfb0cbe0ae3]

        INTEGRATION: CWS swundo03 (1.5.188); FILE MERGED 2004/08/04 14:44:25 hbrinkm 1.5.188.1: #115575#,#115582#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [875c28cf53b5bcfe0f42fdb9fb7ff66927850fb9]

        INTEGRATION: CWS swundo03 (1.3.710); FILE MERGED 2004/08/04 14:38:52 hbrinkm 1.3.710.1: #115575#,#115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [7310581b2788f061fe7aa18e33795b524a8b9309]

        INTEGRATION: CWS ooo20040704 (1.54.40); FILE MERGED 2004/07/20 06:59:08 svesik 1.54.40.3: RESYNC: (1.54-1.55); FILE MERGED 2004/07/11 19:52:44 pjanik 1.54.40.2: Crossmerge #i27043# from 20040620 for FreeBSD. 2004/07/06 12:43:55 rene 1.54.40.1: #i31142# vcl changes for system nas Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [32d376851b5347b719d541c1c1b2e1d6baba02cd]

        INTEGRATION: CWS ooo20040704 (1.15.138); FILE MERGED 2004/07/01 12:48:25 waratah 1.15.138.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c9f6941d7de009ae93c0d44dfb9f4c41ce6ad7e]

        INTEGRATION: CWS ooo20040704 (1.36.4); FILE MERGED 2004/08/09 14:58:09 vg 1.36.4.2: RESYNC MERGED 1.36 1.37 Everything below this line will be added to the revision comment. 2004/07/01 12:46:27 waratah 1.36.4.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [35f740ad1daec00fa672f6cba3053fbf2d6f8ec0]

        INTEGRATION: CWS ooo20040704 (1.118.34); FILE MERGED 2004/08/09 14:57:55 vg 1.118.34.5: RESYNC MERGED 1.119 1.120 Everything below this line will be added to the revision comment. 2004/07/02 09:49:08 cmc 1.118.34.4: #i30891# revert header and namespace change 2004/07/01 12:42:34 waratah 1.118.34.3: #i30874# Add initial values to potentially uninitialised values 2004/06/29 04:11:58 svesik 1.118.34.2: RESYNC: (1.118-1.119); FILE MERGED 2004/06/28 14:49:10 cmc 1.118.34.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7239d25dae4a90e10c825045bc8284247f39741]

        INTEGRATION: CWS ooo20040704 (1.3.34); FILE MERGED 2004/08/09 14:57:43 vg 1.3.34.5: RESYNC MERGED 1.4 1.6 Everything below this line will be added to the revision comment. 2004/07/02 09:49:07 cmc 1.3.34.4: #i30891# revert header and namespace change 2004/07/01 12:36:27 waratah 1.3.34.3: #i30874# Add initial values to potentially uninitialised values 2004/06/29 04:10:21 svesik 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/28 14:49:09 cmc 1.3.34.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [acd9148b8ae06058b32ec0d166302863cbfb2635]

        INTEGRATION: CWS ooo20040704 (1.54.40); FILE MERGED 2004/08/09 14:57:19 vg 1.54.40.5: RESYNC MERGED 1.56 1.57 Everything below this line will be added to the revision comment. 2004/07/20 06:57:45 svesik 1.54.40.4: RESYNC: (1.55-1.56); FILE MERGED 2004/07/02 23:30:54 waratah 1.54.40.3: #i30874# Add initial values to potentially uninitialised values 2004/06/29 04:10:05 svesik 1.54.40.2: RESYNC: (1.54-1.55); FILE MERGED 2004/06/28 17:57:14 fa 1.54.40.1: #i30836# Update startup notification code for SalDisplay changes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b9db96871552fd8348f8f1bf2d55cbf2c54459a]

        INTEGRATION: CWS ooo20040704 (1.2.42); FILE MERGED 2004/07/14 14:18:41 fa 1.2.42.1: #i31474# GTK NWF cleanups and fixes (always selected radio buttons, clear widget states before drawing them, etc)

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f6fd6eb799e1dec9f431cbcc3a2821d1fc43991]

        INTEGRATION: CWS ooo20040704 (1.190.4); FILE MERGED 2004/08/09 14:57:06 vg 1.190.4.3: RESYNC MERGED 1.193 1.195 Everything below this line will be added to the revision comment. 2004/07/20 06:55:33 svesik 1.190.4.2: RESYNC: (1.190-1.193); FILE MERGED 2004/07/01 12:53:00 waratah 1.190.4.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [cff939fc30c4bfc3517c0afd835f5491828c2812]

        INTEGRATION: CWS ooo20040704 (1.69.8); FILE MERGED 2004/08/12 15:47:48 vg 1.69.8.4: #i32041# fix for merge problems 2004/07/21 18:31:30 svesik 1.69.8.3: RESYNC: (1.69-1.71); FILE MERGED 2004/07/03 14:14:05 waratah 1.69.8.2: #i30874# Correct uninitiliased warnings 2004/07/02 23:29:47 waratah 1.69.8.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1e637ba069daab85ab7ae88b76ac41d1d672953]

        INTEGRATION: CWS ooo20040704 (1.35.138); FILE MERGED 2004/07/01 12:54:14 waratah 1.35.138.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8612f21214864794da1914cbe09a4d28c7afecf]

        INTEGRATION: CWS ooo20040704 (1.7.138); FILE MERGED 2004/07/01 13:01:33 waratah 1.7.138.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0411e617fc41b855d16de62c445e8a334a7cca53]

        INTEGRATION: CWS ooo20040704 (1.16.116); FILE MERGED 2004/07/01 12:58:04 waratah 1.16.116.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2a20351143498170e9ce6b9551d547951925c0e]

        INTEGRATION: CWS ooo20040704 (1.15.138); FILE MERGED 2004/07/01 12:56:43 waratah 1.15.138.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [5614fbc227b487abd62ca4b440fe6f708f0d6f03]

        INTEGRATION: CWS ooo20040704 (1.6.138); FILE MERGED 2004/08/09 14:56:52 vg 1.6.138.2: RESYNC MERGED 1.6 1.7 Everything below this line will be added to the revision comment. 2004/06/28 14:49:09 cmc 1.6.138.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbb4fe234342560decf8bd86180a6c7b324c74f1]

        INTEGRATION: CWS ooo20040704 (1.27.34); FILE MERGED 2004/08/09 14:56:37 vg 1.27.34.4: RESYNC MERGED 1.27 1.28 Everything below this line will be added to the revision comment. 2004/07/12 14:02:25 haggai 1.27.34.3: #i31318# - Use ft2build.h to include freetype headers 2004/07/02 09:49:06 cmc 1.27.34.2: #i30891# revert header and namespace change 2004/06/28 14:49:08 cmc 1.27.34.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [705c940199e59d461327b99d67b063493ac05b50]

        INTEGRATION: CWS ooo20040704 (1.103.34); FILE MERGED 2004/08/10 12:01:04 vg 1.103.34.6: RESYNC: (1.104-1.105); FILE MERGED 2004/07/21 18:25:57 svesik 1.103.34.5: RESYNC: (1.103-1.104); FILE MERGED 2004/07/12 14:02:24 haggai 1.103.34.4: #i31318# - Use ft2build.h to include freetype headers 2004/07/02 09:49:06 cmc 1.103.34.3: #i30891# revert header and namespace change 2004/07/01 12:34:19 waratah 1.103.34.2: #i30874# Add initial values to potentially uninitialised values 2004/06/28 14:49:08 cmc 1.103.34.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8cbe19ee0030bfb2b5abcba2b068053305913dd6]

        INTEGRATION: CWS ooo20040704 (1.6.116); FILE MERGED 2004/07/01 12:15:10 waratah 1.6.116.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [69216487038cdbcfff56bab236be46145fe99e76]

        INTEGRATION: CWS customizer (1.12.4); FILE MERGED 2004/09/06 11:29:14 is 1.12.4.7: #i20374# performance 2004/09/03 15:37:01 is 1.12.4.6: #i20374# performance 2004/09/01 16:04:00 is 1.12.4.5: #i33203# Sun in directory name 2004/08/31 13:42:08 is 1.12.4.4: #i32518# 4 instead of 3 cab files will probably help 2004/08/27 10:31:02 is 1.12.4.3: #i30971# assembly files into installation set 2004/08/26 12:13:24 is 1.12.4.2: #i33423# no more usage of ENV_ROOT and COMMON_OUTDIR 2004/08/25 14:40:22 is 1.12.4.1: #i33388# using loader2.exe from solver Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7a02a889d705cda07612509e0eed021af0be693]

        INTEGRATION: CWS ooo20040704 (1.2.138); FILE MERGED 2004/07/01 12:12:17 waratah 1.2.138.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3ed85d72edc99ab57f43aac5ad15b034346f13f]

        INTEGRATION: CWS ooo20040704 (1.5.4); FILE MERGED 2004/07/20 06:46:47 svesik 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/01 12:06:52 waratah 1.5.4.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a69566844d7c6d8f0f174a6c3f6c6b99daa05c2a]

        INTEGRATION: CWS ooo20040704 (1.9.36); FILE MERGED 2004/07/01 11:42:58 waratah 1.9.36.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [eba8c77c761442868f8d82f7b53b5124090ef02d]

        INTEGRATION: CWS ooo20040704 (1.17.138); FILE MERGED 2004/07/01 11:40:08 waratah 1.17.138.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b774163a94ef1977f01c551c7d05351e62662f1]

        INTEGRATION: CWS ooo20040704 (1.172.4); FILE MERGED 2004/08/09 14:56:24 vg 1.172.4.3: RESYNC MERGED 1.175 1.179 Everything below this line will be added to the revision comment. 2004/07/20 06:46:33 svesik 1.172.4.2: RESYNC: (1.172-1.175); FILE MERGED 2004/07/01 11:38:29 waratah 1.172.4.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4aec43fac2350a57a1a755db72bb80dbb499b10b]

        INTEGRATION: CWS ooo20040704 (1.22.34); FILE MERGED 2004/07/01 11:30:50 waratah 1.22.34.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4e88a42545d96b4a05b6aac9c1360adce775f49]

        INTEGRATION: CWS ooo20040704 (1.3.138); FILE MERGED 2004/07/20 06:46:17 svesik 1.3.138.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/01 11:28:53 waratah 1.3.138.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d2088e835d478e0d0035e7cc52706258be6b296]

        INTEGRATION: CWS customizer (1.14.4); FILE MERGED 2004/09/03 15:37:37 is 1.14.4.2: #i20374# performance 2004/08/20 13:39:49 is 1.14.4.1: #i20378# improving multilingual installation sets

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [75db4ceaba9cda1cb0c3c6d7a0fb6c54555a8fba]

        INTEGRATION: CWS ooo20040704 (1.11.34); FILE MERGED 2004/06/28 14:49:06 cmc 1.11.34.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3f6707a44543ca06b103e8c8206634aaa2babd8]

        INTEGRATION: CWS customizer (1.2.52); FILE MERGED 2004/08/31 13:44:10 dv 1.2.52.1: #i33589# merged latest setup.lng into setup.ulf

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f27b2d9dc21221f681290de4a39c549068095a1]

        INTEGRATION: CWS swundo03 (1.18.10); FILE MERGED 2004/07/15 08:31:58 hbrinkm 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED 2004/07/08 10:07:54 hbrinkm 1.18.10.1: #115575#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d83ab6a424148ba4023e2d60ef4540c611398e4]

        INTEGRATION: CWS ooo20040704 (1.5.136); FILE MERGED 2004/07/01 11:25:56 waratah 1.5.136.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [90d765a1de7c5d8923ba0a45e0ce709487c7f9ee]

        INTEGRATION: CWS customizer (1.3.62); FILE MERGED 2004/08/31 12:50:09 dv 1.3.62.1: #i33589# Adapted makefile / rctmpl.txt to new resource creation process

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5971dd387a4625ce794a652e5b794cbea4b20a4a]

        INTEGRATION: CWS swundo03 (1.31.10); FILE MERGED 2004/08/18 13:54:54 hbrinkm 1.31.10.4: #i32949# rewriter was missing for inserting picture 2004/08/04 15:10:59 hbrinkm 1.31.10.3: #115575#,#115582# 2004/07/15 08:31:50 hbrinkm 1.31.10.2: RESYNC: (1.31-1.33); FILE MERGED 2004/07/08 10:06:36 hbrinkm 1.31.10.1: #115575#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e95c2d010c7411a102b4b8b4d25dec5858ac2da4]

        INTEGRATION: CWS ooo20040704 (1.4.136); FILE MERGED 2004/07/01 11:24:53 waratah 1.4.136.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7bceba29642f79fead99a75bf0548d7a90016d4]

        INTEGRATION: CWS customizer (1.3.52); FILE MERGED 2004/08/31 12:50:08 dv 1.3.52.1: #i33589# Adapted makefile / rctmpl.txt to new resource creation process

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a7d11e4e9fb9359240243b87b77f1c17d3096db]

        INTEGRATION: CWS swundo03 (1.32.10); FILE MERGED 2004/08/04 15:10:18 hbrinkm 1.32.10.1: #115575#,#115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e62f3db4d554cbe9b115b0d0b4c489c36b8c1015]

        INTEGRATION: CWS ooo20040704 (1.21.40); FILE MERGED 2004/07/02 09:49:04 cmc 1.21.40.3: #i30891# revert header and namespace change 2004/07/01 11:15:47 waratah 1.21.40.2: #i30874# Add initial values to potentially uninitialised values 2004/06/28 14:49:04 cmc 1.21.40.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4282f8ce14fc162b1ded36e09e047b41c8e32d9c]

        INTEGRATION: CWS swundo03 (1.20.36); FILE MERGED 2004/07/19 17:42:43 hbrinkm 1.20.36.1: #115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [835f21401748aecd327c305af202cc8165230441]

        INTEGRATION: CWS ooo20040704 (1.12.136); FILE MERGED 2004/07/01 11:19:03 waratah 1.12.136.1: #i30874# Add initial values to potentially uninitialised values *** Logic changed, cut and paste error

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [16cc72f1ae7d9801176a4a94497521c51f070dc5]

        INTEGRATION: CWS customizer (1.35.6); FILE MERGED 2004/08/27 10:29:29 is 1.35.6.1: #i30971# assembly files into installation set

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ef57bb4183777e48fedf5bd460aa804d703e8a3]

        INTEGRATION: CWS swundo03 (1.35.82); FILE MERGED 2004/08/12 15:28:05 hbrinkm 1.35.82.2: RESYNC: (1.35-1.36); FILE MERGED 2004/07/19 17:42:42 hbrinkm 1.35.82.1: #115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [68139b93ca2368706535f724c9baf6ba53b9b828]

        INTEGRATION: CWS ooo20040704 (1.49.40); FILE MERGED 2004/07/21 18:20:54 svesik 1.49.40.2: RESYNC: (1.49-1.51); FILE MERGED 2004/07/02 23:30:20 waratah 1.49.40.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b19b631e14f8b5b216daa5b77faf3458502afdb]

        INTEGRATION: CWS customizer (1.14.18); FILE MERGED 2004/08/27 10:29:53 is 1.14.18.1: #i30971# assembly files into installation set

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [92da1744a359b4b458f8814dce287c7bef7d468a]

        INTEGRATION: CWS swundo03 (1.54.32); FILE MERGED 2004/08/12 15:25:25 hbrinkm 1.54.32.2: RESYNC: (1.54-1.55); FILE MERGED 2004/07/19 17:42:41 hbrinkm 1.54.32.1: #115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [11d5f2404a931b227c5b23d1f2b42dd8a7f9c9cf]

        INTEGRATION: CWS ooo20040704 (1.13.36); FILE MERGED 2004/07/06 12:43:54 rene 1.13.36.1: #i31142# vcl changes for system nas Issue number: Submitted by: Reviewed by:

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d5f8b50623594cef79a173649a4aade224128c8]

        INTEGRATION: CWS swundo03 (1.10.546); FILE MERGED 2004/08/12 15:25:07 hbrinkm 1.10.546.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/08 10:05:33 hbrinkm 1.10.546.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4617b7073ec344c227d1f86cacae3e58300ff8dc]

        INTEGRATION: CWS customizer (1.4.14); FILE MERGED 2004/08/24 15:52:40 is 1.4.14.1: #i33203# INSTALLLOCATION instead of OfficeFolder

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a57c4c72f773cf2edfc2dc43ddb25172e044783]

        INTEGRATION: CWS customizer (1.1.14); FILE MERGED 2004/08/24 15:52:24 is 1.1.14.1: #i33203# INSTALLLOCATION instead of OfficeFolder

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [870d5cb4fd7502b0fa97cadce5ca299d9f46f057]

        INTEGRATION: CWS swundo03 (1.19.34); FILE MERGED 2004/08/12 15:24:20 hbrinkm 1.19.34.2: RESYNC: (1.19-1.20); FILE MERGED 2004/08/04 15:09:32 hbrinkm 1.19.34.1: #115575#,#115582#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [92284bc798ba7648eac3c836bd8c578895d88bf2]

        INTEGRATION: CWS customizer (1.2.2); FILE MERGED 2004/08/24 15:52:03 is 1.2.2.1: #i33203# INSTALLLOCATION instead of OfficeFolder

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ad5406f37f0068156b7bc567af0cb6fab563a8f]

        INTEGRATION: CWS swundo03 (1.78.40); FILE MERGED 2004/08/12 15:20:01 hbrinkm 1.78.40.2: RESYNC: (1.78-1.80); FILE MERGED 2004/08/04 15:09:05 hbrinkm 1.78.40.1: #115575#,#115582#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [eff32659049b2c9c7ce7a20a33a30bc311d26115]

        INTEGRATION: CWS customizer (1.1.2); FILE ADDED 2004/08/31 15:43:27 is 1.1.2.1: #i33634# userland scripts

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [97a17d0d74b0e84f5f890332b4f689a9c71a4e52]

        INTEGRATION: CWS swundo03 (1.2.18); FILE MERGED 2004/08/12 15:19:53 hbrinkm 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/19 17:42:40 hbrinkm 1.2.18.1: #115582#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c369f868c8aeb4ecdeed8c144482af73935fb7f]

        INTEGRATION: CWS customizer (1.1.2); FILE ADDED 2004/08/31 15:43:26 is 1.1.2.1: #i33634# userland scripts

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc412845f99babe25dbe26fbb71327fdb03b3076]

        INTEGRATION: CWS swundo03 (1.11.10); FILE MERGED 2004/08/04 15:08:32 hbrinkm 1.11.10.5: #115575#,#115582# 2004/07/15 07:53:52 hbrinkm 1.11.10.4: RESYNC: (1.11-1.12); FILE MERGED 2004/07/13 08:45:12 hbrinkm 1.11.10.3: #115575# 2004/07/08 10:03:33 hbrinkm 1.11.10.2: #115575# 2004/06/07 12:52:02 hbrinkm 1.11.10.1: #116530#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa4bf1ee8c74429f5b506ea94485bdd6b5d89f58]

        INTEGRATION: CWS customizer (1.1.2); FILE ADDED 2004/09/01 10:01:43 is 1.1.2.2: #i33634# scripts for userland installation 2004/08/31 15:41:48 is 1.1.2.1: #i33634# userland scripts

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f0fa69fb3a6f0bcbec3930414c74647b011bc4b]

        INTEGRATION: CWS swundo03 (1.19.18); FILE MERGED 2004/07/14 15:48:35 hbrinkm 1.19.18.2: #115575# 2004/06/07 12:48:53 hbrinkm 1.19.18.1: #116530#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [db4869d49caef34000077bd288f2d778062bc2e0]

        INTEGRATION: CWS customizer (1.1.2); FILE ADDED 2004/08/31 16:20:31 is 1.1.2.2: #i33634# unix rights 775 2004/08/31 15:41:48 is 1.1.2.1: #i33634# userland scripts

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1157031775d7bc4dac70b2e340de5d585007637]

        INTEGRATION: CWS swundo03 (1.51.16); FILE MERGED 2004/08/12 15:11:46 hbrinkm 1.51.16.2: RESYNC: (1.51-1.52); FILE MERGED 2004/08/04 15:07:50 hbrinkm 1.51.16.1: #115575#,#115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [958494b812ad1b890cd88d0f97d20398c7501b67]

        INTEGRATION: CWS ooo20040704 (1.19.48); FILE MERGED 2004/08/09 15:01:02 vg 1.19.48.2: RESYNC MERGED 1.19 1.20 Everything below this line will be added to the revision comment. 2004/07/03 14:39:09 waratah 1.19.48.1: #i30874# Correct uninitiliased warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [60d3207a0d34b2c6d21d3c170f9dd299aca72833]

        INTEGRATION: CWS customizer (1.1.2); FILE ADDED 2004/09/01 10:01:43 is 1.1.2.2: #i33634# scripts for userland installation 2004/08/31 15:41:47 is 1.1.2.1: #i33634# userland scripts

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [080e62e8e7d3537c8f5390b0242f20bdd2267fd6]

        INTEGRATION: CWS swundo03 (1.23.462); FILE MERGED 2004/08/18 12:57:37 hbrinkm 1.23.462.2: #115575# resync conflict 2004/08/04 15:07:33 hbrinkm 1.23.462.1: #115575#,#115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [abd6526fcad2f9b1efe8c27e4d1c5465cac1f38a]

        INTEGRATION: CWS ooo20040704 (1.38.198); FILE MERGED 2004/08/09 15:00:48 vg 1.38.198.3: RESYNC MERGED 1.40 1.42 Everything below this line will be added to the revision comment. 2004/07/20 07:22:01 svesik 1.38.198.2: RESYNC: (1.38-1.40); FILE MERGED 2004/07/03 14:37:37 waratah 1.38.198.1: #i30874# Correct uninitiliased warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8637a1ab34e352ddd084bd2093bc770943527ca1]

        INTEGRATION: CWS swundo03 (1.7.546); FILE MERGED 2004/08/04 15:07:01 hbrinkm 1.7.546.2: #115575#,#115582# 2004/07/19 17:42:39 hbrinkm 1.7.546.1: #115582#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8350bcda3ab580d7aad6c029078fbd8297dac9d]

        INTEGRATION: CWS customizer (1.1.2); FILE ADDED 2004/08/31 15:41:47 is 1.1.2.1: #i33634# userland scripts

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c96704f189f827dc42e750b171d1ea74313e3ce4]

        INTEGRATION: CWS ooo20040704 (1.14.34); FILE MERGED 2004/08/10 13:12:13 vg 1.14.34.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/28 14:59:44 cmc 1.14.34.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e81bdac1dd35fb1788ebc9cf5bbfc0c11a389132]

        INTEGRATION: CWS swundo03 (1.10.28); FILE MERGED 2004/07/20 08:08:10 hbrinkm 1.10.28.5: #115582# 2004/07/19 17:42:38 hbrinkm 1.10.28.4: #115582# 2004/07/15 11:14:36 hbrinkm 1.10.28.3: merge error 2004/07/15 07:48:20 hbrinkm 1.10.28.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/13 08:45:10 hbrinkm 1.10.28.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ca202a311d775880a78042c9b633e6d5992b9a8]

        INTEGRATION: CWS swundo03 (1.5.236); FILE MERGED 2004/07/15 07:48:11 hbrinkm 1.5.236.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/13 08:45:10 hbrinkm 1.5.236.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f7fbe3d46d9f32882d900a71771bba81bf00bea]

        INTEGRATION: CWS customizer (1.2.14); FILE MERGED 2004/08/31 16:20:57 is 1.2.14.1: #i33634# userland scripts

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a72d74785afecf1402a35af419d165ee4e3675b]

        INTEGRATION: CWS ooo20040704 (1.23.34); FILE MERGED 2004/06/28 14:59:44 cmc 1.23.34.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [135b661f0e3285ec8c6b06e897ab999f9d17b3da]

        INTEGRATION: CWS swundo03 (1.12.10); FILE MERGED 2004/07/13 08:45:10 hbrinkm 1.12.10.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3828de0e15695bb57318a3ef514dd850a06252ab]

        INTEGRATION: CWS customizer (1.6.2); FILE MERGED 2004/08/31 16:20:56 is 1.6.2.1: #i33634# userland scripts

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [37fc3f58d98159b48d07f36ed919c0555023c5ea]

        INTEGRATION: CWS ooo20040704 (1.35.32); FILE MERGED 2004/08/09 15:00:33 vg 1.35.32.2: RESYNC MERGED 1.35 1.36 Everything below this line will be added to the revision comment. 2004/07/03 14:33:18 waratah 1.35.32.1: #i30874# Correct uninitiliased warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a49ee08d174a0532726c395158f57dcc04e224cd]

        INTEGRATION: CWS swundo03 (1.5.84); FILE MERGED 2004/08/04 15:06:36 hbrinkm 1.5.84.1: #115575#,#115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4b0ba4298fdc7a0ab76de9dcad3ef1f0cfa8eb6]

        INTEGRATION: CWS ooo20040704 (1.63.6); FILE MERGED 2004/08/09 14:52:45 vg 1.63.6.2: RESYNC MERGED 1.63 1.64 Everything below this line will be added to the revision comment. 2004/06/29 17:29:46 vq 1.63.6.1: #i30457# Don't use switches with "/", use "-".

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dbd3974093b2d27cb42b5b4bf1ac67bf1e4dc41]

        INTEGRATION: CWS customizer (1.7.6); FILE MERGED 2004/09/06 16:12:45 is 1.7.6.2: #i33388# removing languagepack error 2004/08/25 14:42:05 is 1.7.6.1: #i33388# using loader2.exe from solver

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d95f5b911c264fddaad807e83b0df44ed8c1cf9e]

        INTEGRATION: CWS swundo03 (1.10.10); FILE MERGED 2004/07/15 07:47:58 hbrinkm 1.10.10.3: RESYNC: (1.10-1.11); FILE MERGED 2004/07/13 08:45:09 hbrinkm 1.10.10.2: #115575# 2004/07/08 09:59:38 hbrinkm 1.10.10.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f392778afa3b7429e8c99f388585cbbabac0638]

        INTEGRATION: CWS customizer (1.2.12); FILE MERGED 2004/08/20 14:19:50 is 1.2.12.1: #i20378# comment in property.idt is version

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8365a6ac970ba3cbe1f795c37145ff840c4ba2ee]

        INTEGRATION: CWS swundo03 (1.5.10); FILE MERGED 2004/08/04 15:06:00 hbrinkm 1.5.10.6: #115575#,#115582# 2004/07/27 11:39:12 hbrinkm 1.5.10.5: #i31900# 2004/07/19 17:42:38 hbrinkm 1.5.10.4: #115582# 2004/07/15 11:01:18 hbrinkm 1.5.10.3: merge error 2004/07/15 07:47:17 hbrinkm 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/08 09:58:58 hbrinkm 1.5.10.1: #115575#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [455c16b589ec3c98e913b8b08bfdc16b2856f721]

        INTEGRATION: CWS ooo20040704 (1.6.344); FILE MERGED 2004/07/03 14:46:50 waratah 1.6.344.1: #i30874# Correct uninitiliased warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ced72efd26a6c39dd6edc954bc3385344c8ecc0d]

        INTEGRATION: CWS swundo03 (1.12.10); FILE MERGED 2004/08/12 13:51:25 hbrinkm 1.12.10.6: #115575# lcl_DenotedPortion returned $2$2$2 2004/08/04 15:05:42 hbrinkm 1.12.10.5: #115575#,#115582# 2004/07/19 17:42:38 hbrinkm 1.12.10.4: #115582# 2004/07/14 15:48:34 hbrinkm 1.12.10.3: #115575# 2004/07/13 08:45:08 hbrinkm 1.12.10.2: #115575# 2004/07/08 09:57:24 hbrinkm 1.12.10.1: #115575#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e6252dc0fbc4e5f3ffb3da7368f0c2907684a1b]

        INTEGRATION: CWS ooo20040704 (1.3.344); FILE MERGED 2004/07/03 14:44:58 waratah 1.3.344.1: #i30874# Correct uninitiliased warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce913fb7a8da2505772421e91d7e508858f34e5b]

        INTEGRATION: CWS swundo03 (1.2.10); FILE MERGED 2004/08/18 13:53:31 hbrinkm 1.2.10.7: #i32949# 2004/08/17 13:48:31 hbrinkm 1.2.10.6: #i32952# 2004/08/04 15:05:23 hbrinkm 1.2.10.5: #115575#,#115582# 2004/07/19 17:42:37 hbrinkm 1.2.10.4: #115582# 2004/07/15 07:46:43 hbrinkm 1.2.10.3: RESYNC: (1.2-1.3); FILE MERGED 2004/07/13 08:45:08 hbrinkm 1.2.10.2: #115575# 2004/07/08 09:56:12 hbrinkm 1.2.10.1: #115575#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [97c18c9fbd0ac0b4d841e882468342aecee36b5a]

        INTEGRATION: CWS ooo20040704 (1.11.128); FILE MERGED 2004/08/09 14:59:45 vg 1.11.128.2: RESYNC MERGED 1.11 1.12 Everything below this line will be added to the revision comment. 2004/06/28 14:59:41 cmc 1.11.128.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [fa47b0b0997244043e3a6bd9d656137a68332f7e]

        INTEGRATION: CWS qwizards2 (1.14.2); FILE MERGED 2004/09/07 09:40:49 tv 1.14.2.5: registering Java components for Native Installer 2004/07/29 15:05:20 tv 1.14.2.4: RESYNC: (1.22-1.26); FILE MERGED 2004/07/05 11:12:14 tv 1.14.2.3: RESYNC: (1.14-1.22); FILE MERGED 2004/06/25 14:11:15 tv 1.14.2.2: #117215# adde Agenda Wizard 2004/06/24 10:40:17 tv 1.14.2.1: #116017# added new Fax Wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f04f9b6e08f9fa30b6037e4ae84e3899efd2bb6]

        INTEGRATION: CWS swundo03 (1.2.10); FILE MERGED 2004/08/04 15:05:13 hbrinkm 1.2.10.4: #115575#,#115582# 2004/07/19 17:42:37 hbrinkm 1.2.10.3: #115582# 2004/07/13 08:45:07 hbrinkm 1.2.10.2: #115575# 2004/07/08 09:55:27 hbrinkm 1.2.10.1: #115575#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2354926ed788f6edae8497798bd5adfc764c6f02]

        INTEGRATION: CWS ooo20040704 (1.14.88); FILE MERGED 2004/07/03 14:43:03 waratah 1.14.88.2: #i30874# Correct uninitiliased warnings 2004/06/28 14:59:39 cmc 1.14.88.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [dab06d6bfb4871c01a277aef68e7614425a86efb]

        INTEGRATION: CWS ooo20040704 (1.26.22); FILE MERGED 2004/08/23 09:20:35 vg 1.26.22.5: #i31666# define XMREX 2004/08/09 15:25:33 vg 1.26.22.4: RESYNC MERGED 1.27 1.30 Everything below this line will be added to the revision comment. 2004/07/21 21:27:01 vq 1.26.22.3: #i31666# Fix missing *EX macros. Patch contributed by pjanik@openoffice.org 2004/07/20 00:31:50 svesik 1.26.22.2: RESYNC: (1.26-1.27); FILE MERGED 2004/07/13 19:24:14 vq 1.26.22.1: #i26833# Force the use of the selfbuild makedepend.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [5119932979f5b43c7a481bde5467fdd4c9146b27]

        INTEGRATION: CWS qwizards2 (1.2.16); FILE MERGED 2004/07/05 11:13:19 tv 1.2.16.3: RESYNC: (1.2-1.4); FILE MERGED 2004/06/25 14:11:14 tv 1.2.16.2: #117215# adde Agenda Wizard 2004/06/24 10:40:17 tv 1.2.16.1: #116017# added new Fax Wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [afb1af917996b86fb98fda3c0b8d44d92b60675a]

        INTEGRATION: CWS swundo03 (1.8.10); FILE MERGED 2004/08/04 15:04:46 hbrinkm 1.8.10.4: #115575#,#115582# 2004/07/19 17:42:37 hbrinkm 1.8.10.3: #115582# 2004/07/13 08:45:07 hbrinkm 1.8.10.2: #115575# 2004/07/08 09:54:11 hbrinkm 1.8.10.1: #115575#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [475bf03e3d23c6f4cc9e95b1f4c707e0dbf14510]

        INTEGRATION: CWS ooo20040704 (1.7.322); FILE MERGED 2004/07/03 14:41:10 waratah 1.7.322.1: #i30874# Correct uninitiliased warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [c9cd90a387ab8beca8ac046c827e171a8d044f9b]

        INTEGRATION: CWS qwizards2 (1.6.24); FILE MERGED 2004/07/29 15:04:18 tv 1.6.24.3: RESYNC: (1.8-1.12); FILE MERGED 2004/06/25 14:11:14 tv 1.6.24.2: #117215# adde Agenda Wizard 2004/06/24 10:40:17 tv 1.6.24.1: #116017# added new Fax Wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [be12a7e91e92ec8a30f0299101d5441e3fa9c353]

        INTEGRATION: CWS swundo03 (1.4.546); FILE MERGED 2004/08/20 07:53:07 hbrinkm 1.4.546.3: #i32970# do not only restore anchor 2004/07/15 07:47:08 hbrinkm 1.4.546.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/08 09:52:15 hbrinkm 1.4.546.1: #115575# SwUndoFmtAttr::GetRewriter

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [738afad3038363025411759791dd839e93568537]

        INTEGRATION: CWS ooo20040704 (1.38.36); FILE MERGED 2004/08/09 14:59:28 vg 1.38.36.3: RESYNC MERGED 1.39 1.42 Everything below this line will be added to the revision comment. 2004/07/20 07:16:10 svesik 1.38.36.2: RESYNC: (1.38-1.39); FILE MERGED 2004/06/28 14:59:38 cmc 1.38.36.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [51b5e32f0b8b18769d84c7a73750fbaa64f1cf57]

        INTEGRATION: CWS swundo03 (1.9.10); FILE MERGED 2004/08/12 15:09:48 hbrinkm 1.9.10.3: RESYNC: (1.9-1.10); FILE MERGED 2004/08/04 15:04:21 hbrinkm 1.9.10.2: #115575#,#115582# 2004/07/19 17:42:37 hbrinkm 1.9.10.1: #115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [849e65062f61ebe71a7152de4b2935efb8a23e6a]

        INTEGRATION: CWS ooo20040704 (1.15.246); FILE MERGED 2004/07/03 01:16:14 waratah 1.15.246.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aec211cab96829c5a1b54082a57ed7ed35ca646]

        INTEGRATION: CWS swundo03 (1.5.10); FILE MERGED 2004/07/13 08:45:07 hbrinkm 1.5.10.2: #115575# 2004/07/07 16:59:30 hbrinkm 1.5.10.1: #115575# SwTxtFmtColl

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [60c0133e2ab59db5e2ba85cfc86919c445bd661e]

        INTEGRATION: CWS ooo20040704 (1.11.128); FILE MERGED 2004/07/03 01:12:42 waratah 1.11.128.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee035e62873492d59c33d90778c5dc33a1475d67]

        INTEGRATION: CWS swundo03 (1.10.10); FILE MERGED 2004/07/20 08:00:02 hbrinkm 1.10.10.4: #115582# 2004/07/19 17:42:36 hbrinkm 1.10.10.3: #115582# 2004/07/14 15:48:34 hbrinkm 1.10.10.2: #115575# 2004/07/13 08:45:06 hbrinkm 1.10.10.1: #115575#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0d7da0c9856906b3e860d5fed38f0539790b33c]

        INTEGRATION: CWS ooo20040704 (1.32.32); FILE MERGED 2004/08/09 14:59:16 vg 1.32.32.2: RESYNC MERGED 1.32 1.33 Everything below this line will be added to the revision comment. 2004/07/03 01:07:59 waratah 1.32.32.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [27ced7c7628e81b846686204afc54c6f62aa30d2]

        INTEGRATION: CWS swundo03 (1.2.10); FILE MERGED 2004/08/04 15:04:06 hbrinkm 1.2.10.2: #115575#,#115582# 2004/06/07 12:46:14 hbrinkm 1.2.10.1: #116530# SwUndoPageDescCreate, broadcast create/delete

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c78ae3bbab4694d806c395a27a0cd7c578e76c7]

        INTEGRATION: CWS customizer (1.3.64); FILE MERGED 2004/08/20 12:49:31 is 1.3.64.1: #i33203# relocatable staroffice directory

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3b31bb64a0ae2397320997eae36b6538461e4c4]

        INTEGRATION: CWS ooo20040704 (1.87.48); FILE MERGED 2004/08/09 14:59:04 vg 1.87.48.2: RESYNC MERGED 1.87 1.88 Everything below this line will be added to the revision comment. 2004/07/03 01:05:34 waratah 1.87.48.1: #i30874# Add initial values to potentially uninitialised values

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef62d8b8f0bb0bfe035acfb8efd5a85879a4f748]

        INTEGRATION: CWS swundo03 (1.1.2); FILE ADDED 2004/08/04 15:03:40 hbrinkm 1.1.2.4: #115575#,#115582# 2004/07/19 17:42:36 hbrinkm 1.1.2.3: #115582# 2004/07/13 08:45:06 hbrinkm 1.1.2.2: #115575# 2004/07/08 09:51:08 hbrinkm 1.1.2.1: #115575# Undo for format

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0b5fa6dc53b562379f0debc3349178e7951929e]

        INTEGRATION: CWS ooo20040704 (1.66.30); FILE MERGED 2004/08/09 14:58:53 vg 1.66.30.3: RESYNC MERGED 1.68 1.69 Everything below this line will be added to the revision comment. 2004/07/20 07:11:56 svesik 1.66.30.2: RESYNC: (1.66-1.68); FILE MERGED 2004/06/28 14:59:36 cmc 1.66.30.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e8fd5390731f176088907d34ef4a0c15da60c2b]

        INTEGRATION: CWS customizer (1.3.34); FILE MERGED 2004/09/01 09:59:57 is 1.3.34.2: #i33641# cws name also for Windows Add remove applet Issue number: Submitted by: Reviewed by: 2004/08/20 14:18:41 is 1.3.34.1: #i20378# comment in property.idt is version

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [745acfad9e88ffd5ed979716ce8d0fc39271b977]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/23 12:01:24 ih 1.1.2.2: frame color and relative position corrected Issue number: Submitted by: Reviewed by: 2004/07/30 13:21:55 tv 1.1.2.1: checked in preliminary ott templates

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b99f52eef67b332a96d47e6c4df067704e297557]

        INTEGRATION: CWS ooo20040704 (1.2.76); FILE MERGED 2004/07/02 10:47:15 cmc 1.2.76.2: #i30891# revert header and namespace change 2004/06/28 14:59:36 cmc 1.2.76.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [027a42e723108380e500bbaea56f356f7e8ac811]

        INTEGRATION: CWS swundo03 (1.9.10); FILE MERGED 2004/08/04 15:02:34 hbrinkm 1.9.10.1: #115575#,#115582#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [02a2e816fd06dfde1c0c39227889e88279663fc2]

        INTEGRATION: CWS customizer (1.8.4); FILE MERGED 2004/08/25 14:40:48 is 1.8.4.1: #i33388# using loader2.exe from solver Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9fb3caaa3e29caea3bb67414dbc7e45faa18cf6]

        INTEGRATION: CWS ooo20040704 (1.30.46); FILE MERGED 2004/08/09 14:58:41 vg 1.30.46.3: RESYNC MERGED 1.31 1.32 Everything below this line will be added to the revision comment. 2004/07/20 07:11:41 svesik 1.30.46.2: RESYNC: (1.30-1.31); FILE MERGED 2004/07/03 14:30:58 waratah 1.30.46.1: #i30874# Correct uninitiliased warnings

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [1fcafd03ae20fe469307a6e12508c509e7c2d2a4]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/23 12:01:24 ih 1.1.2.2: frame color and relative position corrected Issue number: Submitted by: Reviewed by: 2004/07/30 13:21:54 tv 1.1.2.1: checked in preliminary ott templates

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [772ee95338e5ec2ba7b9ceb714ec09955d3c88cd]

        INTEGRATION: CWS swundo03 (1.13.290); FILE MERGED 2004/08/04 15:02:11 hbrinkm 1.13.290.1: #115575#,#115582#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0cbda2803724caed3f06f96d306b7df3ac32766]

        INTEGRATION: CWS customizer (1.12.4); FILE MERGED 2004/08/25 14:40:49 is 1.12.4.3: #i33388# using loader2.exe from solver Issue number: Submitted by: Reviewed by: 2004/08/20 14:40:04 is 1.12.4.2: #i33145# english not deselectable 2004/08/20 13:40:28 is 1.12.4.1: #i20378# improving multilingual installation sets

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [798fedf77ce31afd697abfc965887fd41df856eb]

        INTEGRATION: CWS customizer (1.3.64); FILE MERGED 2004/09/01 16:04:12 is 1.3.64.2: #i33203# Sun in directory name 2004/08/20 12:49:30 is 1.3.64.1: #i33203# relocatable staroffice directory

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e060820029287634ff7e6a32c2410d7fcfaf0a76]

        INTEGRATION: CWS swundo03 (1.26.134); FILE MERGED 2004/08/04 14:59:47 hbrinkm 1.26.134.1: #115575#,#115582#

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [b4192b5577d8436bd7777c12a4ae91cc691230a7]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/23 12:01:24 ih 1.1.2.2: frame color and relative position corrected Issue number: Submitted by: Reviewed by: 2004/07/30 13:21:53 tv 1.1.2.1: checked in preliminary ott templates

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [16481663d27b794edd62b2bbdf0ed4c760cb258b]

        INTEGRATION: CWS swundo03 (1.22.28); FILE MERGED 2004/08/12 14:56:20 hbrinkm 1.22.28.2: RESYNC: (1.22-1.24); FILE MERGED 2004/07/19 17:42:36 hbrinkm 1.22.28.1: #115582#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ef0fcf6af41f0f80563f0a6498386fd85632138]

        INTEGRATION: CWS customizer (1.3.24); FILE MERGED 2004/08/27 10:31:20 is 1.3.24.1: #i30971# assembly files into installation set

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8de4126fbc55c5d58729e8946fae247132c3f849]

        INTEGRATION: CWS swundo03 (1.6.546); FILE MERGED 2004/07/07 16:56:57 hbrinkm 1.6.546.1: #115575# SwPostItField::GetDescription

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [40958b60206888cbb0a72ac2a581acf698f24281]

        INTEGRATION: CWS customizer (1.6.4); FILE MERGED 2004/09/03 15:37:02 is 1.6.4.3: #i20374# performance 2004/09/03 13:37:24 is 1.6.4.2: #i20374# performance for zip files 2004/08/24 15:49:27 is 1.6.4.1: #i20378# exit if renaming directory not successful

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [66d489b66c5c6324160f404f67fd1ec263af4765]

        INTEGRATION: CWS swundo03 (1.15.236); FILE MERGED 2004/07/15 07:35:13 hbrinkm 1.15.236.2: RESYNC: (1.15-1.16); FILE MERGED 2004/07/07 16:56:47 hbrinkm 1.15.236.1: #115575# SwPostItField::GetDescription

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [65ac40db87f5e11dad758981fba7febcb97f0672]

        INTEGRATION: CWS ooo20040704 (1.11.28); FILE MERGED 2004/07/03 14:51:41 waratah 1.11.28.1: #i30874# Correct uninitiliased warnings

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [26ed527de36e7ece426845dd67b20da73624e234]

        INTEGRATION: CWS customizer (1.8.4); FILE MERGED 2004/08/31 15:33:08 is 1.8.4.4: #i33641# cws name in buildidstring Issue number: Submitted by: Reviewed by: 2004/08/26 09:00:54 is 1.8.4.3: #i33388# using loader2.exe 2004/08/20 15:06:43 is 1.8.4.2: #i33047# 680 instead of src680 2004/08/20 13:04:03 is 1.8.4.1: #i33047# 680 instead of src680

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9f5eb8b3efa015c43537db26bb51fdff541cf15]

        INTEGRATION: CWS swundo03 (1.14.466); FILE MERGED 2004/07/07 16:56:34 hbrinkm 1.14.466.1: #115575# SwPostItField::GetDescription

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3763f939d26279e44f8cfec3d29cedc2b38e397]

        INTEGRATION: CWS customizer (1.7.4); FILE MERGED 2004/08/25 14:40:22 is 1.7.4.1: #i33388# using loader2.exe from solver Issue number: Submitted by: Reviewed by:

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d10fb9f7c6a349edc1431bf2901369dd708cd1c]

        INTEGRATION: CWS swundo03 (1.34.30); FILE MERGED 2004/07/07 16:56:09 hbrinkm 1.34.30.1: #115575# SwPostItField::GetDescription

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2cc835f10016a79111eef3cff0a817cc956ee65]

        INTEGRATION: CWS swundo03 (1.23.236); FILE MERGED 2004/07/19 17:42:35 hbrinkm 1.23.236.1: #115582#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5064aabef0175f6530b7748fb99560c4193b773b]

        INTEGRATION: CWS customizer (1.2.88); FILE MERGED 2004/09/03 15:37:02 is 1.2.88.1: #i20374# performance

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0abcd879eaec6e2a1f77863cef5727af2c4cee3]

        INTEGRATION: CWS ooo20040704 (1.2.78); FILE MERGED 2004/06/30 15:06:55 cmc 1.2.78.1: #i30801# allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [48b5fe3bd56c2faf1f6f24ffbc05681efa5bc2ba]

        INTEGRATION: CWS swundo03 (1.4.10); FILE MERGED 2004/07/07 16:55:23 hbrinkm 1.4.10.1: #115575# EndUndo: register rewriter in according StartUndo

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d52c306ca183e1ee3b82a402a1578063ff48acb]

        INTEGRATION: CWS customizer (1.3.4); FILE MERGED 2004/08/20 13:17:42 is 1.3.4.1: #i33047# INSTALLSDK_SOURCE

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4097a90379eded2701293fd8c8b2e0e64b6be892]

        INTEGRATION: CWS swundo03 (1.2.546); FILE MERGED 2004/07/19 17:42:34 hbrinkm 1.2.546.3: #115582# 2004/07/14 15:48:34 hbrinkm 1.2.546.2: #115575# 2004/07/13 08:45:02 hbrinkm 1.2.546.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cad829d82eb0b307989674767967d37915304419]

        INTEGRATION: CWS customizer (1.3.4); FILE MERGED 2004/09/03 15:37:01 is 1.3.4.2: #i20374# performance 2004/09/03 13:24:35 is 1.3.4.1: #i20374# removing dirs in exiter

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba32fdd3e24b5667827772206928f3279ffb7dbe]

        INTEGRATION: CWS ooo20040704 (1.6.226); FILE MERGED 2004/06/26 14:09:38 vq 1.6.226.1: #i30751# Fix .ERROR target.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6091f1acaa25a800fc7df11d90daad576b7d9557]

        INTEGRATION: CWS swundo03 (1.20.10); FILE MERGED 2004/07/19 17:42:33 hbrinkm 1.20.10.2: #115582# 2004/06/21 16:20:12 hbrinkm 1.20.10.1: i28006

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [162b2ef7cf7ea11bc6c849cd6690d349697ac674]

        INTEGRATION: CWS swundo03 (1.29.8); FILE MERGED 2004/08/12 14:54:41 hbrinkm 1.29.8.2: RESYNC: (1.29-1.31); FILE MERGED 2004/07/28 15:21:56 hbrinkm 1.29.8.1: #i31930#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [080cd3a3fb7008cffc2477fa007fa5069dcfc785]

        INTEGRATION: CWS customizer (1.5.26); FILE MERGED 2004/08/26 12:13:24 is 1.5.26.1: #i33423# no more usage of ENV_ROOT and COMMON_OUTDIR

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [548ada2c637cf08739b3d8592f924d7f613eb7a3]

        INTEGRATION: CWS ooo20040704 (1.6.48); FILE MERGED 2004/06/27 21:53:11 sparcmoz 1.6.48.1: #i30468# linux sparc enable rtti

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [78b38ea0af848152f42cb54c273ee6ac33f6d7b1]

        INTEGRATION: CWS customizer (1.4.42); FILE MERGED 2004/09/01 11:59:06 is 1.4.42.1: #i33634# userland scripts

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [15b1fba297de2bb2524fc662ffaa7d28e74ef1ed]

        INTEGRATION: CWS ooo20040704 (1.25.48); FILE MERGED 2004/07/20 00:32:04 svesik 1.25.48.4: RESYNC: (1.25-1.26); FILE MERGED 2004/06/28 16:33:31 cmc 1.25.48.3: #i30801# allow using system libs if possible 2004/06/28 08:52:57 cmc 1.25.48.2: #i30801 allow using system libs if possible 2004/06/28 07:17:05 cmc 1.25.48.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f608c4a7be6fc614b0381f2024d74dc3df0ee2e7]

        INTEGRATION: CWS swundo03 (1.23.10); FILE MERGED 2004/07/19 17:42:32 hbrinkm 1.23.10.3: #115582# 2004/07/15 07:30:17 hbrinkm 1.23.10.2: RESYNC: (1.23-1.25); FILE MERGED 2004/07/13 08:44:59 hbrinkm 1.23.10.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2422e1d02fdce07e9228ca4fe83faa5df0d43290]

        INTEGRATION: CWS swundo03 (1.19.10); FILE MERGED 2004/07/28 16:43:42 hbrinkm 1.19.10.3: #i32002# 2004/07/07 16:51:17 hbrinkm 1.19.10.2: #116530# 2004/06/07 12:39:15 hbrinkm 1.19.10.1: #116530# broadcast style create/delete

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [03bec8716587b9cac3b231e9edbff8ab5035be4d]

        INTEGRATION: CWS swundo03 (1.3.10); FILE MERGED 2004/08/20 07:51:35 hbrinkm 1.3.10.5: #i32970# take all elements of a SfxItemSet in account 2004/08/12 14:53:42 hbrinkm 1.3.10.4: RESYNC: (1.4-1.5); FILE MERGED 2004/08/04 14:58:57 hbrinkm 1.3.10.3: #115575#,#115582# 2004/07/15 07:28:56 hbrinkm 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/13 08:44:58 hbrinkm 1.3.10.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c3343f8ab59bb625787cd4b26b31cd8b1a23fb1]

        INTEGRATION: CWS swundo03 (1.4.56); FILE MERGED 2004/07/19 17:42:31 hbrinkm 1.4.56.1: #115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1b797f347796a7ab42731518496157b819929ec]

        INTEGRATION: CWS ooo20040704 (1.52.98); FILE MERGED 2004/08/09 15:21:38 vg 1.52.98.3: RESYNC MERGED 1.54 1.55 Everything below this line will be added to the revision comment. 2004/07/20 20:01:02 svesik 1.52.98.2: RESYNC: (1.52-1.54); FILE MERGED 2004/06/29 17:45:47 vq 1.52.98.1: #i29919# *crossmerge* Don't create "undeletable" nul files.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc4474216df14805099349e4aeaead430b89f87e]

        INTEGRATION: CWS swundo03 (1.37.10); FILE MERGED 2004/08/12 14:52:48 hbrinkm 1.37.10.3: RESYNC: (1.42-1.43); FILE MERGED 2004/07/15 07:27:14 hbrinkm 1.37.10.2: RESYNC: (1.37-1.42); FILE MERGED 2004/07/14 15:32:16 hbrinkm 1.37.10.1: #i31480#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd86c0c7f8c921f14e8dfcdcc126186b0f55cbc7]

        INTEGRATION: CWS swundo03 (1.38.32); FILE MERGED 2004/08/12 14:49:56 hbrinkm 1.38.32.2: RESYNC: (1.38-1.39); FILE MERGED 2004/08/04 14:45:44 hbrinkm 1.38.32.1: #115575#,#115582#

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1fe866b232bd5e167bb34c665da853cf9e9e927]

        INTEGRATION: CWS ooo20040704 (1.73.22); FILE MERGED 2004/07/20 00:26:50 svesik 1.73.22.4: RESYNC: (1.73-1.74); FILE MERGED 2004/07/02 21:25:33 vq 1.73.22.3: #i27032# *crossmerge* Fix the name of the import lib. 2004/07/02 16:50:15 cmc 1.73.22.2: #i30891# revert header and namespace change 2004/06/28 07:17:05 cmc 1.73.22.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [68f8719ce1b458188f94f9ab7fd7567ea2160e06]

        INTEGRATION: CWS swundo03 (1.9.10); FILE MERGED 2004/08/04 14:45:30 hbrinkm 1.9.10.6: #115575#,#115582# 2004/07/19 17:42:31 hbrinkm 1.9.10.5: #115582# 2004/07/15 07:21:11 hbrinkm 1.9.10.4: RESYNC: (1.9-1.11); FILE MERGED 2004/07/14 15:48:32 hbrinkm 1.9.10.3: #115575# 2004/07/13 08:44:55 hbrinkm 1.9.10.2: #115575# 2004/07/07 16:49:01 hbrinkm 1.9.10.1: #115575# SwUndo::pComment, DenoteSpecialCharacters, {SwSetFlyFmt|SwUndoFmtAttr}::GetRewriter

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [16e437eb26f382e43fceb3f89b431ea652f6cbed]

        INTEGRATION: CWS ooo20040704 (1.24.50); FILE MERGED 2004/07/09 15:33:56 haggai 1.24.50.1: #i25507# Don't invoke ant if Java is not enabled

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb03776f81fd765b3300d99e5af5e0c68c6aae2d]

        INTEGRATION: CWS swundo03 (1.6.10); FILE MERGED 2004/08/04 14:45:15 hbrinkm 1.6.10.5: #115575#,#115582# 2004/07/19 17:42:30 hbrinkm 1.6.10.4: #115582# 2004/07/14 15:48:32 hbrinkm 1.6.10.3: #115575# 2004/07/13 08:44:54 hbrinkm 1.6.10.2: #115575# 2004/07/07 16:45:07 hbrinkm 1.6.10.1: #115575# new undos

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [68e655314072e2f2d21c37b79f74f59f72225d4c]

        INTEGRATION: CWS swundo03 (1.3.10); FILE MERGED 2004/08/04 14:44:53 hbrinkm 1.3.10.3: #115575#,#115582# 2004/07/19 17:42:30 hbrinkm 1.3.10.2: #115582# 2004/07/07 16:44:19 hbrinkm 1.3.10.1: #115575# SwSetTxtFldHint::Get{FieldType|Field}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c50c76adc10b1bb22c476a0e4b901b86458e2726]

        INTEGRATION: CWS ooo20040704 (1.15.4); FILE MERGED 2004/08/09 14:52:10 vg 1.15.4.2: RESYNC MERGED 1.15 1.16 Everything below this line will be added to the revision comment. 2004/06/29 19:55:19 vq 1.15.4.1: #i30457# Add '-Z' to exceptionlist of cl in guw.pl.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ed7295df0818044da26035a94e081f28085b462]

        INTEGRATION: CWS swundo03 (1.3.728); FILE MERGED 2004/07/07 16:42:52 hbrinkm 1.3.728.1: #115575# GetDescription

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e67800c42d51d9c96f33253f38e73fb4dc2d64]

        INTEGRATION: CWS swundo03 (1.25.148); FILE MERGED 2004/08/12 14:48:29 hbrinkm 1.25.148.3: RESYNC: (1.25-1.27); FILE MERGED 2004/08/04 14:39:30 hbrinkm 1.25.148.2: #115575#,#115582# 2004/07/07 16:42:05 hbrinkm 1.25.148.1: #115575# CH_TXTATR_TAB

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b8c78d8b477dd792d97fc3eade6204e5fb5914a]

        INTEGRATION: CWS swundo03 (1.11.10); FILE MERGED 2004/07/15 07:19:52 hbrinkm 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2004/07/07 16:41:29 hbrinkm 1.11.10.1: #115575# remove osolete definitions

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5026d672b3887ef4eb74207da4d1f0b6b4ce57b7]

        INTEGRATION: CWS swundo03 (1.2.750); FILE MERGED 2004/07/07 16:40:53 hbrinkm 1.2.750.1: #115575# new copy constructor: SwTxtFmtColl

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [813696e7f83c26ec39e2c8863977d717207d987d]

        INTEGRATION: CWS swundo03 (1.6.466); FILE MERGED 2004/07/07 16:39:43 hbrinkm 1.6.466.1: #115575# new member function: SwField::GetDescription

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [89ffba225428af169f3a3dec321c94e56d91995c]

        INTEGRATION: CWS swundo03 (1.34.8); FILE MERGED 2004/07/15 07:19:23 hbrinkm 1.34.8.2: RESYNC: (1.34-1.36); FILE MERGED 2004/07/07 16:36:44 hbrinkm 1.34.8.1: #115575# new parameter: EndUndo sets rewriter

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5dbdf1c8a011f8a987b4f4cb4e8784a314dbda6]

        INTEGRATION: CWS swundo03 (1.6.10); FILE MERGED 2004/07/13 08:44:53 hbrinkm 1.6.10.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7044198bc39d306584f3658a01a17cbf4794c563]

        INTEGRATION: CWS swundo03 (1.73.10); FILE MERGED 2004/08/12 14:47:38 hbrinkm 1.73.10.6: RESYNC: (1.77-1.78); FILE MERGED 2004/07/19 17:42:30 hbrinkm 1.73.10.5: #115582# 2004/07/15 07:19:11 hbrinkm 1.73.10.4: RESYNC: (1.73-1.77); FILE MERGED 2004/07/13 08:44:53 hbrinkm 1.73.10.3: #115575# 2004/07/07 16:33:57 hbrinkm 1.73.10.2: #115575# bBroadcast parameter in Make/Del of formats 2004/06/07 12:30:34 hbrinkm 1.73.10.1: #116530# broadcast style create/delete

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [686cf609adb2181301befacfd1c0b3fac12cf046]

        INTEGRATION: CWS swundo03 (1.3.10); FILE MERGED 2004/08/12 14:47:00 hbrinkm 1.3.10.5: RESYNC: (1.4-1.5); FILE MERGED 2004/08/04 14:58:29 hbrinkm 1.3.10.4: #115575#,#115582# 2004/07/19 17:42:29 hbrinkm 1.3.10.3: #115582# 2004/07/15 07:18:51 hbrinkm 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/13 08:44:51 hbrinkm 1.3.10.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5afe6d7e1260c5ba79c0e11c1c438763e5177c8a]

        INTEGRATION: CWS swundo03 (1.4.10); FILE MERGED 2004/08/04 14:38:29 hbrinkm 1.4.10.3: #115575#,#115582# 2004/07/19 17:42:29 hbrinkm 1.4.10.2: #115582# 2004/07/07 16:26:14 hbrinkm 1.4.10.1: #115575#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c01f28710cf206dcd81a7080b7c5a0c705c86fc4]

        INTEGRATION: CWS swundo03 (1.6.730); FILE MERGED 2004/07/19 17:42:29 hbrinkm 1.6.730.1: #115582#

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [d5e13c5c23453ee68f54bc046d3821309a1c2e49]

        INTEGRATION: CWS qwizards2 (1.3.2); FILE MERGED 2004/07/30 13:21:39 tv 1.3.2.1: checked in preliminary ott templates

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a647bdc8240167a36688a9c1e20b0b1c1f76555c]

        INTEGRATION: CWS swundo03 (1.2.10); FILE MERGED 2004/06/07 12:18:26 hbrinkm 1.2.10.1: #116530# SwUndoPageDescCreate

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [369c56a99c0c987b4f467f7855f0bc9bae656660]

        INTEGRATION: CWS qwizards2 (1.1.1.1.112); FILE MERGED 2004/08/26 14:03:13 ih 1.1.1.1.112.2: templates checked in in new format 2004/07/23 07:44:20 ih 1.1.1.1.112.1: wizard template files renamed

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bac2b6ce7879ffef613113740fe4eee9421bbdfa]

        INTEGRATION: CWS swundo03 (1.1.2); FILE ADDED 2004/07/13 08:44:49 hbrinkm 1.1.2.2: #115575# 2004/07/08 09:40:48 hbrinkm 1.1.2.1: #115575# Undo for Formats

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfbb30f16fd910287af55adbab9cb156e8b60d1b]

        INTEGRATION: CWS swundo03 (1.3.10); FILE MERGED 2004/07/07 16:58:17 hbrinkm 1.3.10.1: #115575# ToString

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [c068f1f1e44621bb01c2792ce91ef0cc1d0cf97b]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/23 12:00:18 ih 1.1.2.2: frame color and relative position corrected Issue number: Submitted by: Reviewed by: 2004/07/30 13:30:54 tv 1.1.2.1: checked in preliminary ott templates

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [3973ff098d58d8470aa6756276e1432707a6138b]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/23 12:00:18 ih 1.1.2.2: frame color and relative position corrected Issue number: Submitted by: Reviewed by: 2004/07/30 13:30:53 tv 1.1.2.1: checked in preliminary ott templates

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [c84b723f86f81b41b6779a417085b1eca3b54142]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/23 11:59:55 ih 1.1.2.2: frame color and relative position corrected Issue number: Submitted by: Reviewed by: 2004/07/30 13:30:50 tv 1.1.2.1: checked in preliminary ott templates

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [7e735023f4c862ec68a4bc6228087f65fb82c6a3]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/23 11:59:55 ih 1.1.2.2: frame color and relative position corrected Issue number: Submitted by: Reviewed by: 2004/07/30 13:30:49 tv 1.1.2.1: checked in preliminary ott templates

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [701012a5035c75a1ccec487a22f3b6876f1724ec]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/23 11:59:55 ih 1.1.2.2: frame color and relative position corrected Issue number: Submitted by: Reviewed by: 2004/07/30 13:30:48 tv 1.1.2.1: checked in preliminary ott templates

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [814c54055a7df55866ebb97e62c112ae8ac56fff]

        INTEGRATION: CWS qwizards2 (1.1.1.1.162); FILE MERGED 2004/07/30 13:30:46 tv 1.1.1.1.162.1: checked in preliminary ott templates

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [ed75cbd346c2f9bfdf32c8ed0c182d408f8c3ee5]

        INTEGRATION: CWS qwizards2 (1.1.1.1.114); FILE MERGED 2004/08/26 14:03:59 ih 1.1.1.1.114.2: templates checked in in new format 2004/07/23 07:43:44 ih 1.1.1.1.114.1: wizard template files renamed

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [df21be0134399296ee64169731f68bac3b62ab94]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/24 12:07:29 ih 1.1.2.2: strings corrected and table widths fixed Issue number: Submitted by: Reviewed by: 2004/07/30 15:17:55 rpiterman 1.1.2.1: agenda template as .ott file

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecb01b0d25446ebbd5acf29ae561afc81e054ac4]

        INTEGRATION: CWS ooo20040704 (1.53.100); FILE MERGED 2004/08/09 14:53:45 vg 1.53.100.3: RESYNC MERGED 1.54 1.55 Everything below this line will be added to the revision comment. 2004/07/20 02:41:47 svesik 1.53.100.2: RESYNC: (1.53-1.54); FILE MERGED 2004/06/28 14:24:09 cmc 1.53.100.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [45ed291bac47d912e3e061ffa12eaa6f956ecdb2]

        INTEGRATION: CWS ooo20040704 (1.43.98); FILE MERGED 2004/07/20 02:39:57 svesik 1.43.98.3: RESYNC: (1.43-1.45); FILE MERGED 2004/07/02 12:32:23 cmc 1.43.98.2: #i30891# revert header and namespace change 2004/06/28 14:24:08 cmc 1.43.98.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d618528a628bb491f69cbe4095ab73f3266f7f28]

        INTEGRATION: CWS ooo20040704 (1.36.90); FILE MERGED 2004/06/28 14:24:07 cmc 1.36.90.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [3cb1b702a486bff260f32cd1665cd0d3364b5511]

        INTEGRATION: CWS qwizards2 (1.57.2); FILE MERGED 2004/08/19 17:01:16 tv 1.57.2.26: #i30264# added info in description of a template created with  a wizard. 2004/08/18 13:42:13 rpiterman 1.57.2.25: removed a double space from a german resource in web wizard. issue number i30229 2004/08/13 10:32:16 rpiterman 1.57.2.24: added size resource string for web wizard (no. 151) 2004/08/04 17:21:03 rpiterman 1.57.2.23: fixed agenda wizard strings 2004/07/30 14:55:55 rpiterman 1.57.2.22: bugfixes Web Wizard 2004/07/29 10:35:34 tv 1.57.2.21: #116964# fixed some string errors 2004/07/28 16:55:04 rpiterman 1.57.2.20: fixed the salat that was in the agenda wizard resources 2004/07/23 18:13:18 rpiterman 1.57.2.19: added approved agenda wizard strings 2004/07/23 15:41:51 rpiterman 1.57.2.18: changed WebWizard resources as to new revision of spec 2004/07/19 10:18:38 tv 1.57.2.17: #116964# correction on letter wizard strings 2004/07/06 10:15:35 tv 1.57.2.16: fixed German lines 2004/07/06 10:01:51 tv 1.57.2.15: converted to iso codes 2004/07/02 10:42:52 tv 1.57.2.14: reverted back to .9 rev and added final fax wizard strings 2004/07/02 10:17:43 tv 1.57.2.13: final fax wizard strings 2004/06/25 15:58:44 rpiterman 1.57.2.12: changed the start of the agenda wizard to 5000 2004/06/25 14:00:30 rpiterman 1.57.2.11: fixed missing constant AGENDAWIZARDSTART 2004/06/25 13:47:45 rpiterman 1.57.2.10: added agenda wizard resources 2004/06/25 09:14:30 bc 1.57.2.9: ## 'save Report' changed to 'save report' 2004/06/24 13:52:57 bc 1.57.2.8: ## two resource strings in Report wizard modified 2004/06/24 12:54:31 tv 1.57.2.7: final corrections by behrendt 2004/06/23 10:42:22 tv 1.57.2.6: #corrected encoding: German text in Western enconding, the rest in UTF-8 2004/06/22 12:23:49 bc 1.57.2.5: ##resources for reportwizard added 2004/06/17 16:35:10 bc 1.57.2.4: #116585# several changes mainly for reportwizard 2004/06/15 15:19:11 tv 1.57.2.3: set back to rev. 1.57 beacuse of corrupt encoding and added resources for fax wizard 2004/06/08 15:10:18 bc 1.57.2.2: ## several changes of resources 2004/06/02 15:32:09 rpiterman 1.57.2.1: added new agenda wizard resources

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [366fdfa013152a1ce4e847527716259c969b0955]

        INTEGRATION: CWS ooo20040704 (1.2.266); FILE MERGED 2004/06/28 14:24:06 cmc 1.2.266.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [52cbd643334547eeb8da77f1938f57251d059205]

        INTEGRATION: CWS desktintgr02 (1.2.60); FILE MERGED 2004/08/18 13:25:05 is 1.2.60.1: #i32276# new ooo file types

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e885586e28d8baf58d7f78dca2ce69964d54c1df]

        INTEGRATION: CWS ooo20040704 (1.2.266); FILE MERGED 2004/06/28 14:24:05 cmc 1.2.266.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ee559dca7ac5d2ffbf13d68521e89092303c723]

        INTEGRATION: CWS desktintgr02 (1.1.166); FILE MERGED 2004/08/18 13:25:05 is 1.1.166.1: #i32276# new ooo file types

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7fc512d816726dd1503a55def19c745db2f966a]

        INTEGRATION: CWS ooo20040704 (1.2.170); FILE MERGED 2004/07/02 12:32:22 cmc 1.2.170.2: #i30891# revert header and namespace change 2004/06/28 14:24:03 cmc 1.2.170.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd6a2badfdf38d64d5ce576173bd9164c703e85e]

        INTEGRATION: CWS desktintgr02 (1.2.60); FILE MERGED 2004/08/18 13:26:10 is 1.2.60.1: #i32276# new ooo file types

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fd5b657632adaaa2322b31444e4c09770b47a5c]

        INTEGRATION: CWS desktintgr02 (1.3.74); FILE MERGED 2004/08/18 13:26:10 is 1.3.74.1: #i32276# new ooo file types

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [50bab061fd2b99a5810365e02f3fd644783b2680]

        INTEGRATION: CWS desktintgr02 (1.25.20); FILE MERGED 2004/08/18 15:31:37 tra 1.25.20.3: RESYNC: (1.27-1.32); FILE MERGED 2004/08/04 07:05:47 tra 1.25.20.2: RESYNC: (1.25-1.27); FILE MERGED 2004/07/29 10:46:18 tra 1.25.20.1: #i21110#added ooofilt.dll to installation set

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [947903749b4868c38853797f9122c10f30e57fde]

        INTEGRATION: CWS desktintgr02 (1.2.60); FILE MERGED 2004/08/18 13:24:40 is 1.2.60.1: #i32276# new ooo file types

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e86d400e18010d7a25e5ab7dd61ead2c32b1f55e]

        INTEGRATION: CWS desktintgr02 (1.1.166); FILE MERGED 2004/08/18 13:24:40 is 1.1.166.1: #i32276# new ooo file types

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [024fee858ce9ed36451769e10d17f301adbec271]

        INTEGRATION: CWS desktintgr02 (1.2.60); FILE MERGED 2004/08/18 13:24:11 is 1.2.60.1: #i32276# new ooo file types

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [59d8455eaaba6d5e231daa840dbf03ab0bea6bcd]

        INTEGRATION: CWS desktintgr02 (1.1.166); FILE MERGED 2004/08/18 13:24:11 is 1.1.166.1: #i32276# new ooo file types

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea301ecb18d1813bb88707996f0aa2f076eb5b5c]

        INTEGRATION: CWS desktintgr02 (1.2.60); FILE MERGED 2004/08/18 13:23:41 is 1.2.60.1: #i32276# new ooo file types

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9bdc7069939e9554fcd04535040fa8d4da53f6a]

        INTEGRATION: CWS desktintgr02 (1.2.148); FILE MERGED 2004/08/18 13:23:40 is 1.2.148.1: #i32276# new ooo file types

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [60918486503f7710bc4f97b881d3483d6c432ada]

        INTEGRATION: CWS desktintgr02 (1.2.60); FILE MERGED 2004/08/18 13:22:58 is 1.2.60.1: #i32276# new ooo file types

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [17b44272a0201e5330d12af0abce4b73dcdd6c19]

        INTEGRATION: CWS desktintgr02 (1.1.166); FILE MERGED 2004/08/19 11:20:42 is 1.1.166.2: #i32276# registryitem for ots 2004/08/18 13:22:58 is 1.1.166.1: #i32276# new ooo file types

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [62f3669a7d27e07aa4f34df1e453f6f9d1044a6b]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/07/29 09:14:09 deuce 1.2.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [93693830f692ec74ffabf46e8f08f58990bfe1e7]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/08/06 03:22:41 deuce 1.2.8.3: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/05 08:45:30 deuce 1.2.8.2: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/07/29 09:14:09 deuce 1.2.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [425da83f77cf3354e00d91263dfa6316361fc3d4]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/19 17:01:16 tv 1.2.2.3: #i30264# added info in description of a template created with  a wizard. 2004/08/18 08:14:39 tv 1.2.2.2: UI bugfixes 2004/06/02 15:14:55 rpiterman 1.2.2.1: added loadAsPreview and getPageSize methods Issue number: Submitted by: Reviewed by:

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0cf924d57690fffe87f858e7ced639d3bbcbe1e]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/08/05 08:45:30 deuce 1.2.8.2: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/07/29 09:14:09 deuce 1.2.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [38af9f501f95461b19fc8a0adca44b6b06446ef5]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/08/18 06:41:51 deuce 1.2.8.1: Issue number: i32660,  i32927,  i32268 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [766d029fcf8cfaa63b981a37bbd8ed2d3910d411]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/08/19 11:31:58 tra 1.2.8.3: #i32268#new OASIS extensions added 2004/08/19 10:27:36 deuce 1.2.8.2: Issue number: i33201 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/18 06:41:51 deuce 1.2.8.1: Issue number: i32660,  i32927,  i32268 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b1b1b00818d177ed32f5a3d0e0d1f41b40de926]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/18 08:53:24 tra 1.1.2.8: #i24335#stream will be released when thumbnail is invalid and we leave early 2004/08/17 18:35:43 tra 1.1.2.7: #i24335#return with failure if the thumbnail seem to be damaged (one or both dimensions are zero 2004/08/16 05:41:12 tra 1.1.2.6: #i24335# 2004/08/16 04:45:04 tra 1.1.2.5: #i24335# 2004/08/15 20:13:15 tra 1.1.2.4: #i24335#displaying thumbnails using gdiplus 2004/08/15 18:41:48 tra 1.1.2.3: #i24335#displaying thumbnails using gdiplus 2004/08/11 18:35:39 tra 1.1.2.2: #i24335# 2004/08/11 11:39:41 tra 1.1.2.1: #i24335#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [91b61ba888f721161427fac28ee86dd2695bd6b9]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/16 04:43:32 tra 1.1.2.3: #i24335# 2004/08/11 18:35:38 tra 1.1.2.2: #i24335# 2004/08/11 11:39:28 tra 1.1.2.1: #i24335#

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [42d6d0786423472df11749bab6d2bff70e4634f4]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:53:33 rpiterman 1.2.2.2: added a getPathFilename method 2004/06/02 15:05:08 rpiterman 1.2.2.1: made some methods static instead of instance

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c167b001880191f89531d4192163d903aef8043]

        INTEGRATION: CWS desktintgr02 (1.2.14); FILE MERGED 2004/08/02 12:34:04 tra 1.2.14.2: #i32060#some sections got lost during the lng->ulf conversion 2004/07/30 06:20:22 tra 1.2.14.1: #i32060#corrected wrong and missing entries, wrecked during the lng->ulf switch

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [fad6ab790973edb155a0108c1efd0e53b530bbda]

        INTEGRATION: CWS ooo20040704 (1.4.30); FILE MERGED 2004/06/28 10:32:42 cmc 1.4.30.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d374b5f6b97e146b499d00cbcf129050922ec86]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/07/29 09:14:08 deuce 1.2.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab1c438e9d74493816b128f3e4cbf99deaba5faf]

        INTEGRATION: CWS ooo20040704 (1.2.52); FILE MERGED 2004/06/28 10:32:41 cmc 1.2.52.1: #i30801 allow using system libs if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffa6657e0a7d6269afbd74998f1e5a9580fd74cf]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/02 12:43:24 tra 1.1.2.3: #i21110# 2004/07/30 09:56:57 deuce 1.1.2.2: Issue number:  i21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com} 2004/07/29 09:28:30 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5065b935e780fb253a8c9a5c958d14ca1341b8c]

        INTEGRATION: CWS ooo20040704 (1.5.174); FILE MERGED 2004/07/02 08:44:20 cmc 1.5.174.2: #i30891# revert header and namespace change 2004/06/28 14:43:51 cmc 1.5.174.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [25a557588308072abea1955590487a984c1bb5df]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/02 12:43:23 tra 1.1.2.3: #i21110# 2004/07/30 09:56:57 deuce 1.1.2.2: Issue number:  i21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com} 2004/07/29 09:28:30 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [15f153fd0c1fac353c762653139bc26d03f4a411]

        INTEGRATION: CWS qwizards2 (1.23.2); FILE MERGED 2004/06/25 13:48:22 tv 1.23.2.3: correct dependencies 2004/06/25 13:40:27 rpiterman 1.23.2.2: merged fax wizard conflict 2004/06/24 09:46:37 tv 1.23.2.1: #116017# added fax wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [548b2088b966777a53f1c5d38969d687797fa3b9]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/05 08:45:29 deuce 1.1.2.5: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/03 12:36:10 tra 1.1.2.4: #i21110#minor corrections based on lint session results 2004/08/02 12:43:23 tra 1.1.2.3: #i21110# 2004/07/30 09:56:57 deuce 1.1.2.2: Issue number:  i21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com} 2004/07/29 09:28:30 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b5c01004e3d396a842971bced1af34e38b6073f]

        INTEGRATION: CWS desktintgr02 (1.17.12); FILE MERGED 2004/08/16 04:42:15 tra 1.17.12.2: #i24335#added thumbviewer 2004/07/29 09:14:05 deuce 1.17.12.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fbfb21e298ba506c50733d4aaefc7550bca2fe4]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/06 02:46:11 deuce 1.1.2.10: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/06 02:33:48 deuce 1.1.2.9: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/05 19:37:19 tra 1.1.2.8: #i21110# 2004/08/05 11:10:48 tra 1.1.2.7: #i21110#small corrections based on lint session results 2004/08/05 10:49:19 tra 1.1.2.6: #i21110#small corrections based on lint session results 2004/08/05 08:45:29 deuce 1.1.2.5: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/03 12:40:51 tra 1.1.2.4: #i21110#minor corrections based on lint session results 2004/08/02 12:43:23 tra 1.1.2.3: #i21110# 2004/07/30 09:56:56 deuce 1.1.2.2: Issue number:  i21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com} 2004/07/29 09:28:29 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f3575a3750f4fe9b9cc55a5bf3c2dbb210bc13b]

        INTEGRATION: CWS ooo20040704 (1.3.2); FILE MERGED 2004/07/20 06:15:11 svesik 1.3.2.3: RESYNC: (1.3-1.4); FILE MERGED 2004/06/30 12:43:54 waratah 1.3.2.2: #i30874# Add initial values to potentially unitialised values 2004/06/29 12:51:40 waratah 1.3.2.1: #i30874# Correct unitiliased warning

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2245da60afe10aa8fad24aed0675a07455d3c380]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/05 08:45:29 deuce 1.1.2.2: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/07/29 09:28:29 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f59fd2ed80f204c1236b4917d812b140161426a4]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/07/29 09:28:28 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [237f009a1ee086c00b5632e1b9312139d1cd4fb9]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/07/29 09:14:07 deuce 1.2.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [700d13f939003b46920cb0f42240e4ec81d521aa]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/08/18 06:41:51 deuce 1.2.8.4: Issue number: i32660,  i32927,  i32268 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/05 08:45:28 deuce 1.2.8.3: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/02 03:22:05 deuce 1.2.8.2: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by: Tino Rachui {Tino.Rachui@Sun.com} 2004/07/29 09:14:07 deuce 1.2.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffe8951b5a473d69fccabd447fe33a98d9688cc5]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/07/29 09:14:06 deuce 1.2.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [dad7f386889bf010b3c90c775175d114acddfcdd]

        INTEGRATION: CWS desktintgr02 (1.3.8); FILE MERGED 2004/08/13 06:48:59 tra 1.3.8.2: #i24335#added thumbnail registration code and polished the code a little bit, shell extensions will now only be approved when the registration was successful 2004/08/11 11:41:21 tra 1.3.8.1: #i24335#added thumbviewer related code

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [07045ca057ec0c463c2e76e74e0005681afff040]

        INTEGRATION: CWS ooo20040704 (1.14.152); FILE MERGED 2004/08/09 14:23:59 vg 1.14.152.2: RESYNC MERGED 1.14 1.15 Everything below this line will be added to the revision comment. 2004/06/29 07:41:35 cmc 1.14.152.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d5e7c78477a3b80afd618f1edcf65a07fb53f39]

        INTEGRATION: CWS desktintgr02 (1.6.12); FILE MERGED 2004/08/15 18:41:03 tra 1.6.12.5: #i24335#added gdiplus.lib for the thumbnail viewer 2004/08/11 18:34:46 tra 1.6.12.4: #i24335#add gdi32.lib for thumbnail viewer 2004/08/11 11:41:21 tra 1.6.12.3: #i24335#added thumbviewer related code 2004/08/05 08:45:28 deuce 1.6.12.2: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/07/29 09:14:06 deuce 1.6.12.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c046ccdd85a7472dcdd9d0c15d7ec90bf1890d1f]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/08/11 11:41:20 tra 1.2.8.1: #i24335#added thumbviewer related code

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [875fe6777aac36bbaab56092614d483356886cb3]

        INTEGRATION: CWS desktintgr02 (1.7.12); FILE MERGED 2004/08/02 13:11:28 tra 1.7.12.2: #i32060#removed debug message box 2004/08/02 12:31:10 tra 1.7.12.1: #i32060#work-around for #i32420# introduced

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9707be00bae15b76769a5fc83898f01129c8a7e9]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/08/14 11:33:02 tra 1.2.8.2: #i24335#allocate enough space for the longest zip content name including the final 0 in GetDirectory 2004/07/29 09:14:06 deuce 1.2.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b5fa7f36727c32b3c384a4f82495c349cec0038]

        INTEGRATION: CWS ooo20040704 (1.23.6); FILE MERGED 2004/07/18 02:15:15 svesik 1.23.6.4: RESYNC: (1.24-1.25); FILE MERGED 2004/07/02 07:59:58 cmc 1.23.6.3: #i30891# revert header and namespace change 2004/06/29 15:40:59 svesik 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2004/06/28 12:13:46 cmc 1.23.6.1: #i30801 allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca52b7ea2980a18fc0e54fa4ac26b9086d45c8b5]

        INTEGRATION: CWS ooo20040704 (1.8.92); FILE MERGED 2004/06/28 12:13:43 cmc 1.8.92.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9464a9cfb32a77e888cd53ada539c26520aca9ff]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/18 06:41:50 deuce 1.1.2.4: Issue number: i32660,  i32927,  i32268 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/05 08:45:28 deuce 1.1.2.3: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/02 03:22:04 deuce 1.1.2.2: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by: Tino Rachui {Tino.Rachui@Sun.com} 2004/07/29 09:28:27 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [57798bd95f1cd80b674fe284054d9b929d6a5599]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/07/29 09:28:27 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [76f8a448313d55a3f85b4b9344aa7fe8ed919023]

        INTEGRATION: CWS ooo20040704 (1.11.46); FILE MERGED 2004/06/28 12:13:41 cmc 1.11.46.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e758a62f7f50395c98242a58ce55b6cef57b75c]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/07/29 09:28:26 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d5bbdec0f15e48f995739385bcd2425564d6a2c]

        INTEGRATION: CWS ooo20040704 (1.2.6); FILE MERGED 2004/07/05 12:55:58 cmc 1.2.6.4: #i30801# I mean libxml2 of course, not freetype 2004/07/05 12:55:04 cmc 1.2.6.3: #i30801# make freetype an optional compile 2004/07/02 18:37:42 vq 1.2.6.2: #i27032# Please use always $/ and not \. (Except when you have a reason to do so.) 2004/07/02 15:10:27 haggai 1.2.6.1: #i27032# CROSS MERGE from fwklhf01 to fix P1 build breakage on Linux

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ead54767682e175511b3242b74b296c3cc018714]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/18 06:41:50 deuce 1.1.2.3: Issue number: i32660,  i32927,  i32268 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/02 03:22:04 deuce 1.1.2.2: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by: Tino Rachui {Tino.Rachui@Sun.com} 2004/07/29 09:28:25 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [924157e929265e8dce1a3f98d9b775dd4f53500a]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/02 03:22:03 deuce 1.1.2.2: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by: Tino Rachui {Tino.Rachui@Sun.com} 2004/07/29 09:28:25 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca6cdcd679e5d9aa646112d2a75876cbfaac9c32]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/07/29 09:28:24 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [19131a7e2466e3a2408cb3200b473017a8a3b22c]

        INTEGRATION: CWS ooo20040704 (1.8.6); FILE MERGED 2004/07/13 19:06:12 vq 1.8.6.1: #i10000# javadoc needs $(WRAPCMD) to work with W32-tcsh style builds.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [549345b4c1c0bba212885ae680b793719b10d19a]

        INTEGRATION: CWS ooo20040704 (1.31.20); FILE MERGED 2004/07/19 05:31:50 svesik 1.31.20.2: RESYNC: (1.31-1.32); FILE MERGED 2004/06/29 08:02:16 cmc 1.31.20.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [877d8d25826d247852b0d8fb021ae4fbc09d1dc7]

        INTEGRATION: CWS desktintgr02 (1.7.12); FILE MERGED 2004/08/18 15:28:16 tra 1.7.12.4: #i33152#resolved merge conflicts 2004/08/18 13:29:43 is 1.7.12.3: #i33152# shellnew files into template folder 2004/08/04 07:03:05 tra 1.7.12.2: RESYNC: (1.7-1.9); FILE MERGED 2004/07/29 10:47:23 tra 1.7.12.1: #i21110#added ooofilt.dll to the list of self-registering libraries

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fa0dda1485fa7c5d6269b15e027a33a58415ca2]

        INTEGRATION: CWS ooo20040704 (1.41.56); FILE MERGED 2004/07/20 04:33:32 svesik 1.41.56.2: RESYNC: (1.41-1.43); FILE MERGED 2004/06/29 16:29:54 cmc 1.41.56.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [06dec93785475be75b3043481543fa03de0bb0b2]

        INTEGRATION: CWS desktintgr02 (1.3.8); FILE MERGED 2004/07/29 09:14:05 deuce 1.3.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bec6371bf628b58cdb6a9b1635b12056ee34877]

        INTEGRATION: CWS ooo20040704 (1.36.4); FILE MERGED 2004/06/29 16:29:53 cmc 1.36.4.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [49627fab5ea0432cb534bce606b01a262ad0a7fb]

        INTEGRATION: CWS desktintgr02 (1.2.40); FILE MERGED 2004/07/29 09:14:05 deuce 1.2.40.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8edde3a186eaaa0f24e35fc2098c606168fe3133]

        INTEGRATION: CWS ooo20040704 (1.59.90); FILE MERGED 2004/06/29 16:29:52 cmc 1.59.90.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a22f242de7c598fc41b06a319698e4415523a932]

        INTEGRATION: CWS desktintgr02 (1.12.18); FILE MERGED 2004/08/19 11:19:03 is 1.12.18.1: #33201# new packaging for multilanguages and languagepacks

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [69c970665ac13cb547bda7aeeee2df8e0cd8ab83]

        INTEGRATION: CWS desktintgr02 (1.2.40); FILE MERGED 2004/07/29 09:14:04 deuce 1.2.40.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [152c14f1011841ad2e5d84d1a62e50608b719a93]

        INTEGRATION: CWS ooo20040704 (1.77.4); FILE MERGED 2004/06/29 16:29:51 cmc 1.77.4.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4013665f67dba9b1ebbe99af140918b14571ed17]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/07/29 09:14:04 deuce 1.2.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b471958a7f98da7c64d4c71770c4fb902728426]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/08/16 04:45:39 tra 1.1.2.3: #i24335# 2004/08/11 18:33:26 tra 1.1.2.2: #i24335# 2004/08/11 11:48:41 tra 1.1.2.1: #i24335#

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [574c9da55b6083b0be8a4ef129ce6dbe3dd3e232]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/08/11 11:48:11 tra 1.2.8.1: #i24335#added thumbviewer CLSID

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [19af6fe20d1f61144be4ddf07d8b518a1cdbdf3a]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/08/05 08:45:27 deuce 1.2.8.1: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [87a0d12242fc3e9ef2ba33feb3bd4c82679991af]

        INTEGRATION: CWS desktintgr02 (1.1.2); FILE ADDED 2004/07/29 09:28:23 deuce 1.1.2.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ddd23e4e3fd24930468341d2bc3d0381e16ddc4]

        INTEGRATION: CWS desktintgr02 (1.2.8); FILE MERGED 2004/08/18 06:41:50 deuce 1.2.8.4: Issue number: i32660,  i32927,  i32268 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/08/11 11:47:21 tra 1.2.8.3: #i24335#added thumbviewer related code 2004/08/05 08:45:27 deuce 1.2.8.2: Issue number: i21110 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by:  Tino Rachui {Tino.Rachui@Sun.com} 2004/07/29 09:14:03 deuce 1.2.8.1: Issue number:  21110 Submitted by:  Gorden Lin {gorden.lin@sun.com} Reviewed by:   Tino Rachui {tino.rachui@sun.com}

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e174c7d8e7379edf463db7d41abaad697283e94e]

        INTEGRATION: CWS desktintgr02 (1.11.18); FILE MERGED 2004/08/19 11:19:57 is 1.11.18.1: #33201# new packaging for multilanguages and languagepacks Issue number: Submitted by: Reviewed by:

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2f8149f0275acaa00da250d206ba55eec9204e4]

        INTEGRATION: CWS desktintgr02 (1.3.52); FILE MERGED 2004/08/18 13:30:13 is 1.3.52.1: #i33152# shellnew files into template folder

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3289aca27fe802833eb0ce199ba5d8f58284a827]

        INTEGRATION: CWS desktintgr02 (1.8.18); FILE MERGED 2004/08/19 11:19:35 is 1.8.18.1: #33201# new packaging for multilanguages and languagepacks Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [0beb92797641c1ff8f878052798a3f2ac2e6c577]

        INTEGRATION: CWS qwizards2 (1.13.2); FILE MERGED 2004/07/23 10:14:10 rpiterman 1.13.2.4: removed unactual webwizard HIDs 2004/06/25 12:56:21 va 1.13.2.3: corrected syntax errors 2004/06/25 12:23:47 tv 1.13.2.2: added fax wizard HIDs 2004/06/24 18:03:40 rpiterman 1.13.2.1: added agenda wizard hid

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [e6344b9e609481c0f4acda2434472cc486300455]

        INTEGRATION: CWS qwizards2 (1.32.2); FILE MERGED 2004/07/08 15:27:40 tv 1.32.2.2: replaced deprecated service 2004/06/16 12:04:03 bc 1.32.2.1: ## presentationdocument service added

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [8f5e53fdf054c12684c6a161b04494b865b5f01d]

        INTEGRATION: CWS qwizards2 (1.6.172); FILE MERGED 2004/06/16 12:02:39 bc 1.6.172.1: ##Service for presentationdocument added

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [aff55ac0609e67b325fc086c6f40d62043d403cf]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/24 09:49:52 rpiterman 1.2.2.1: bugfix Issue number: i33085 i33212

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [662768b9b192f07f82547083ab84fd299dfea2f8]

        INTEGRATION: CWS qwizards2 (1.3.2); FILE MERGED 2004/07/30 14:55:55 rpiterman 1.3.2.1: bugfixes Web Wizard

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [db67417e7587daf3e80d0ab86c60dffa98c942b4]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/13 10:31:13 rpiterman 1.2.2.3: now uses CGSettings.Formatter and common.Helper.DateUtils for formatting dates. added size resource string support to TOC 2004/07/30 14:55:55 rpiterman 1.2.2.2: bugfixes Web Wizard 2004/07/19 13:26:55 rpiterman 1.2.2.1: WebWizard spec revision added a set for the session save list added a getFileAccess() method Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [64560f340953ceb9f3b982c0834b4ba8ff53e48f]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/20 14:47:15 tv 1.2.2.3: cehcked in for Ron Issue number: Submitted by: Reviewed by: 2004/08/12 14:25:06 rpiterman 1.2.2.2: changed getURL method to use a FileAccess method instead of JavaTools, to convert URL to Path Issue number: Submitted by: Reviewed by: 2004/07/19 13:31:03 rpiterman 1.2.2.1: WebWizard spec revision implemented the setURL method

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [5d17ef9d63d074582e9dff9c11962b5a13c9be27]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:32:23 rpiterman 1.2.2.1: WebWizard spec revision changed the form of one static call to be prettier.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [a37fa953be71e15ac1fe88b2343518c71813debf]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:29:47 rpiterman 1.2.2.1: WebWizard spec revision removed keywords, favicon and revisit after fields Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c206b4e50c998ebe75fb3be60958db2b49bdde58]

        INTEGRATION: CWS ooo20040704 (1.14.20); FILE MERGED 2004/07/02 09:58:36 cmc 1.14.20.2: #i30891# revert header and namespace change 2004/06/28 12:48:39 cmc 1.14.20.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [7174b2a5ff8726e06926d242af7d7108626dc65c]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/07/30 10:36:05 rpiterman 1.1.2.1: helper class to read filter information from web wizard configuration Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [10c7571855a03d6252eb9b417215655ced35d4f1]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/24 09:49:52 rpiterman 1.2.2.5: bugfix Issue number: i33085 i33212 2004/08/13 10:31:12 rpiterman 1.2.2.4: now uses CGSettings.Formatter and common.Helper.DateUtils for formatting dates. added size resource string support to TOC 2004/07/30 14:55:55 rpiterman 1.2.2.3: bugfixes Web Wizard 2004/07/30 09:30:46 rpiterman 1.2.2.2: small change to isOfficeDocument detection 2004/07/19 13:28:37 rpiterman 1.2.2.1: WebWizard Spec Revision changed URL2Path to use the right method. FileAccess object is retrieved from the CGSettings Object

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [8d193169a1b5a3d5baddb647e32a5d43bdfa7d4d]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/12 14:23:17 rpiterman 1.2.2.1: changed style reference to use name instead of index, which did not work since sorting the styles list.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b344a4ce3273f51a9aa64cdd2287fdbcc222040b]

        INTEGRATION: CWS ooo20040704 (1.4.136); FILE MERGED 2004/06/28 14:41:47 cmc 1.4.136.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [0cbba6e6f871f5ad3354136519f04ce7cf511460]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/13 10:26:33 rpiterman 1.2.2.5: added a "Size: xxxKB" resource for web page (number 151) 2004/07/30 14:55:54 rpiterman 1.2.2.4: bugfixes Web Wizard 2004/07/23 15:42:52 rpiterman 1.2.2.3: changed to read right resources 2004/07/23 10:08:56 rpiterman 1.2.2.2: removed threads for creating dialogs. now opens a new document when starting wizard Issue number: Submitted by: Reviewed by: 2004/07/19 13:48:53 rpiterman 1.2.2.1: Changes according to the WebWizard Spec revision

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [76c83be55b37a87ca163aef36df87355a230f2e9]

        INTEGRATION: CWS ooo20040704 (1.7.120); FILE MERGED 2004/07/02 08:32:51 cmc 1.7.120.2: #i30891# revert header and namespace change 2004/06/28 14:41:46 cmc 1.7.120.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [0e0ee7f765df6c363069620d26ba00a8d3f1684e]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/13 10:15:47 rpiterman 1.2.2.3: changed checkboxes in step 4 to be 10 points "wider" 2004/07/23 10:08:55 rpiterman 1.2.2.2: removed threads for creating dialogs. now opens a new document when starting wizard Issue number: Submitted by: Reviewed by: 2004/07/19 13:43:34 rpiterman 1.2.2.1: WebWizard Spec revision the dialog is now wider, buttons are larger. FTP warning is included.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [b935a193b56e8dab74a0df6788934af7658ffd56]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/13 10:17:59 rpiterman 1.2.2.2: made the wizard popup when the user tries to start another instance 2004/07/23 10:08:54 rpiterman 1.2.2.1: removed threads for creating dialogs. now opens a new document when starting wizard Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea34fbf986a396276e52b34438b39ad35654cc9d]

        INTEGRATION: CWS ooo20040704 (1.2.70); FILE MERGED 2004/07/02 14:17:53 cmc 1.2.70.2: #i30891# revert header and namespace change 2004/06/28 11:49:46 cmc 1.2.70.1: #i30801 allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [cd57f5ab88091b8d66914dea989123c7fc92492e]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:42:21 rpiterman 1.2.2.1: WebWizard spec revision removed unactual(old) hids Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc68f69fee950b2dbf66740508c1f479d7d9c80b]

        INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED 2004/06/28 11:49:46 cmc 1.1.1.1.120.1: #i30801 allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [6d8af6517fe11bec17a1f08aef17cf5563c0a726]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/24 09:49:51 rpiterman 1.2.2.5: bugfix Issue number: i33085 i33212 2004/08/20 14:47:15 tv 1.2.2.4: cehcked in for Ron Issue number: Submitted by: Reviewed by: 2004/08/13 10:30:25 rpiterman 1.2.2.3: now uses background document for formatting dates and numbers in the TOC. Uses CGSettings.Formatter as formatter, and needed to change instanciation order. 2004/07/23 10:08:52 rpiterman 1.2.2.2: removed threads for creating dialogs. now opens a new document when starting wizard Issue number: Submitted by: Reviewed by: 2004/07/19 13:48:53 rpiterman 1.2.2.1: Changes according to the WebWizard Spec revision

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [dedec77a24d07d6449f75da24d808e411ca10176]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/19 17:54:19 rpiterman 1.2.2.4: bugfix: getDoc(...) returns null if document does not exist. 2004/07/30 14:55:54 rpiterman 1.2.2.3: bugfixes Web Wizard 2004/07/23 10:08:51 rpiterman 1.2.2.2: removed threads for creating dialogs. now opens a new document when starting wizard Issue number: Submitted by: Reviewed by: 2004/07/19 13:48:53 rpiterman 1.2.2.1: Changes according to the WebWizard Spec revision

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [60d711513774b5f479f0502bdcfe5185df72d2a8]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/24 09:49:51 rpiterman 1.2.2.6: bugfix Issue number: i33085 i33212 2004/08/19 17:52:12 rpiterman 1.2.2.5: bugfix: document selection on load session. bugfix: style refresh only after status dialog closes (load session). bugfix: zip overwrite warning comes only one time 2004/08/13 10:27:54 rpiterman 1.2.2.4: fixed final message to include target names 2004/07/30 09:29:36 rpiterman 1.2.2.3: changed finished message to include filenames 2004/07/23 10:08:50 rpiterman 1.2.2.2: removed threads for creating dialogs. now opens a new document when starting wizard Issue number: Submitted by: Reviewed by: 2004/07/19 13:48:53 rpiterman 1.2.2.1: Changes according to the WebWizard Spec revision

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [840e3d662330723cda561f0df7d828b1f8f5c487]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:34:34 rpiterman 1.2.2.1: changed some imports

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [1a827f9effde7809e204df2c93602538224aa0b8]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/19 17:47:01 rpiterman 1.2.2.1: docu

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [1f0c628ee4ac16f07fb839681e63b9aa0655a3da]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/24 09:49:51 rpiterman 1.2.2.4: bugfix Issue number: i33085 i33212 2004/08/19 17:46:20 rpiterman 1.2.2.3: added check (if) to prevent setting progress bar properties after dispose. 2004/07/23 10:08:50 rpiterman 1.2.2.2: removed threads for creating dialogs. now opens a new document when starting wizard Issue number: Submitted by: Reviewed by: 2004/07/19 13:38:43 rpiterman 1.2.2.1: WebWizard spec revision added title argument to execute method added xComponent.dispose call when finished changed imports

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [fed84fc82a324a8db999badf91dd76ebab6278f8]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:36:53 rpiterman 1.2.2.1: WebWizard spec revision removed fav icon added ZIP delete removed directory delete changed imports changed static calls to be nicer

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [4595e5fe3bd456534bd467b5ac4a713c0677033d]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:44:49 rpiterman 1.2.2.1: changed some imports

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [ce471dc6e06863dc73a7282285d4c07c404fa91d]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:48:52 rpiterman 1.2.2.1: Changes according to the WebWizard Spec revision

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [930270fcc2457c2fb61ed551e51c460deaf2e3ac]

        INTEGRATION: CWS ooo20040704 (1.24.8); FILE MERGED 2004/07/02 07:51:09 cmc 1.24.8.2: #i30891# revert header and namespace change 2004/06/28 12:15:01 cmc 1.24.8.1: #i30801 allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [cd4e793218d5a4ae85320ac54e7081874268b8e7]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:46:28 rpiterman 1.2.2.2: Bugfix: dialog now returns null (instead of crushing) when "none" is selected. 2004/06/11 15:40:27 rpiterman 1.2.2.1: renderer changed to return "" when object given is null. Issue number: 116967 Submitted by: rpiterman

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [d017221a38e1d52bc0700211e0abf6532dc4861a]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:39:21 rpiterman 1.2.2.1: changed buttons size from 40 to 50 Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [11b000c85f3c5962bccc8b23638a5cf7fc167d66]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:33:56 rpiterman 1.2.2.1: changed some imports Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [bf0feecc4354fb17c89546205f7e0c89ad73c0d6]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:44:14 rpiterman 1.2.2.1: added constants for new AbstractErrorHandler method

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [53788ca2c29a9bb5e58847691347c6d6657a2a41]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/13 10:16:36 rpiterman 1.2.2.2: made the wizard pop up when the user tries to start another instance Issue number: Submitted by: Reviewed by: 2004/07/19 13:33:12 rpiterman 1.2.2.1: changed some imports

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b13aa2559bda5e813406ac474527db7e39146322]

        INTEGRATION: CWS ooo20040704 (1.2.58); FILE MERGED 2004/07/19 05:50:58 svesik 1.2.58.3: RESYNC: (1.2-1.3); FILE MERGED 2004/07/02 10:21:16 cmc 1.2.58.2: #i30891# revert header and namespace change 2004/06/28 12:23:42 cmc 1.2.58.1: #i30801 allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [1f3bd21f71da7dbe9f99009787e8829215d708c1]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:47:14 rpiterman 1.2.2.1: changed a Static call to be nicer.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e380aa47ef0ca91fe81ce12771e6999d6dfa37c]

        INTEGRATION: CWS ooo20040704 (1.2.58); FILE MERGED 2004/07/19 05:50:45 svesik 1.2.58.3: RESYNC: (1.2-1.3); FILE MERGED 2004/07/02 10:21:15 cmc 1.2.58.2: #i30891# revert header and namespace change 2004/06/28 12:23:42 cmc 1.2.58.1: #i30801 allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [233918b5dc1a514d0ba21ddf097eebdf48d4b710]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:41:33 rpiterman 1.2.2.1: old methods are now deprecated, bus still on use. added a new showMessage method which should be used. Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dfc76ac1229789e3dfb1a2ed420ac72e09c5243]

        INTEGRATION: CWS ooo20040704 (1.2.58); FILE MERGED 2004/07/02 10:21:15 cmc 1.2.58.2: #i30891# revert header and namespace change 2004/06/28 12:23:41 cmc 1.2.58.1: #i30801 allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [b31a046e01742976d22893ec3dd9787a75a53142]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:51:38 rpiterman 1.2.2.2: added static method attachLabel Issue number: Submitted by: Reviewed by: 2004/06/02 15:22:40 rpiterman 1.2.2.1: attachData/TimeField were not using a Type as last arguement. That was a bug. Now they pass new Integer(0). Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [145013a58984f73d8bd126fb3d8df70941534c6f]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/20 14:55:15 tv 1.2.2.3: checked in for ron Issue number: Submitted by: Reviewed by: 2004/07/28 17:15:40 rpiterman 1.2.2.2: removed a console output 2004/06/02 15:21:28 rpiterman 1.2.2.1: added a ConvertedStringField class for strings which should convert to Integers. Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [bea65c35fdeea2e387f60013d35ba7f7d5c73602]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/20 14:55:15 tv 1.2.2.1: checked in for ron Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bf5c819bd4883398a655edfb6e73913b057f474]

        INTEGRATION: CWS ooo20040704 (1.2.58); FILE MERGED 2004/06/28 12:23:41 cmc 1.2.58.1: #i30801 allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5aee2f2519df4605c391737786202011c28211e]

        INTEGRATION: CWS ooo20040704 (1.14.12); FILE MERGED 2004/08/09 14:42:45 vg 1.14.12.3: RESYNC MERGED 1.14 1.15 Everything below this line will be added to the revision comment. 2004/07/02 09:02:57 cmc 1.14.12.2: #i30891# revert header and namespace change 2004/06/28 12:57:38 cmc 1.14.12.1: #i30801# allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [640194418d2a4c39d831d29068601c4d63fa2be1]

        INTEGRATION: CWS ooo20040704 (1.2.58); FILE MERGED 2004/06/28 12:23:40 cmc 1.2.58.1: #i30801 allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [b5b018568e52d3068639c5790d6ca08b88d4fc26]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:50:47 rpiterman 1.2.2.1: A method incocation exception is not being thrown anymore. Instead, a warning is issued to stdout Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [7d3ff41a59c2a6e0e46841dd96a9c1ed97557533]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/06/02 15:19:58 rpiterman 1.2.2.1: changed guiEventListener to be public Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [e00bad318b2710deb3c49ceb848be045c80bf808]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/18 08:13:28 tv 1.2.2.2: added debug function 'printControlProperties' Issue number: Submitted by: Reviewed by: 2004/06/02 15:19:21 rpiterman 1.2.2.1: changed an if-else chane to a switch command Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [1a924b0c30a301496bf5a9a93472c2f3718105d0]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:49:35 rpiterman 1.2.2.1: added INTEGER_50 constant Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [d2d7c4242bedc0720cf7e222a4b0a13db5ca5e2a]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/06/16 10:14:22 tv 1.2.2.1: #116422# added possibility to differentiate between pathPicker usage and normal textfiel editing when using the PathSelection Control Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [10ef81d53ff2b0cf1adfe3dcaeb6511df788243c]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/20 14:55:14 tv 1.2.2.1: checked in for ron Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [f32f23c8a50bac8397bc00ae1e86e5ecfa017bdb]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/28 17:15:14 rpiterman 1.2.2.3: removed a console ouput 2004/06/25 13:52:24 rpiterman 1.2.2.2: Added HelpURL property to the scroll bar Issue number: Submitted by: Reviewed by: 2004/06/02 15:18:16 rpiterman 1.2.2.1: broke up the method for getting the data from the controls to a few methods which can now be called separately for each control. Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [e84aed8a299f8ae8bdac69305dd24ae1f216aba3]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/06/02 15:16:28 rpiterman 1.2.2.1: added breakLink method Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [d5e47df7e76e03a744eccb7df2bca61dcddad1e9]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/19 17:01:15 tv 1.2.2.2: #i30264# added info in description of a template created with  a wizard. 2004/06/16 09:36:24 tv 1.2.2.1: #116422# correct overwrite warning when user did not change the pre-defined save path Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [af5a11ba4c338bd62a3dcd1b3bb4cdc96d1f02f3]

        INTEGRATION: CWS ooo20040704 (1.24.40); FILE MERGED 2004/07/02 15:49:30 cmc 1.24.40.2: #i30891# revert header and namespace change 2004/06/29 09:01:04 cmc 1.24.40.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [29961687bdb4da7ff0c40f6ebe3291c2ed29ed49]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/23 12:16:02 tv 1.2.2.9: typos fixed 2004/08/19 17:01:15 tv 1.2.2.8: #i30264# added info in description of a template created with  a wizard. 2004/07/21 15:54:07 tv 1.2.2.7: several small bugfixes, incl. exchanging some listboxes with combo boxes 2004/07/08 14:32:43 tv 1.2.2.6: several UI modifications 2004/06/16 13:28:42 tv 1.2.2.5: #i30261# load template for editing after user cose to modify the template Issue number: Submitted by: Reviewed by: 2004/06/16 13:10:43 tv 1.2.2.4: #i30248# if no save path is present and the user presses finish a save as dialog appears Issue number: Submitted by: Reviewed by: 2004/06/16 10:13:06 tv 1.2.2.3: #116422# handled another possibility to get a overwrite warning Issue number: Submitted by: Reviewed by: 2004/06/16 09:36:23 tv 1.2.2.2: #116422# correct overwrite warning when user did not change the pre-defined save path Issue number: Submitted by: Reviewed by: 2004/06/02 15:13:51 rpiterman 1.2.2.1: changed call from loadDocument to loadTemplate (and moved the method from LetterDocument class to TextDocument). Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed5dc116f05272ca16f114e922c18724eaa180d8]

        INTEGRATION: CWS ooo20040704 (1.2.70); FILE MERGED 2004/06/29 09:01:04 cmc 1.2.70.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [758d6a6041f2f146232f578974aaeb3607d7129f]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/21 15:54:07 tv 1.2.2.1: several small bugfixes, incl. exchanging some listboxes with combo boxes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d79d153f3fd52919cc693a90e475da9e35e44b34]

        INTEGRATION: CWS ooo20040704 (1.8.130); FILE MERGED 2004/06/29 09:01:04 cmc 1.8.130.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [dabda47d31e7eda44b072108c74a2c3c12a3052e]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/18 08:14:39 tv 1.2.2.4: UI bugfixes 2004/08/16 12:41:11 tv 1.2.2.3: #116476# fixed label lengths Issue number: Submitted by: Reviewed by: 2004/07/21 15:54:07 tv 1.2.2.2: several small bugfixes, incl. exchanging some listboxes with combo boxes 2004/07/08 14:32:43 tv 1.2.2.1: several UI modifications

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [667f3790704080e28792a4b36b24b3046e1ccb2e]

        INTEGRATION: CWS ooo20040704 (1.5.88); FILE MERGED 2004/06/29 09:01:03 cmc 1.5.88.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [3224e38a8e77f488704bc0d554bd23794f74ca0e]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/18 08:14:39 tv 1.2.2.5: UI bugfixes 2004/07/26 08:33:35 tv 1.2.2.4: remove empty user fields 2004/06/16 09:36:22 tv 1.2.2.3: #116422# correct overwrite warning when user did not change the pre-defined save path Issue number: Submitted by: Reviewed by: 2004/06/02 15:55:08 rpiterman 1.2.2.2: removed xTextDocument field (inherits it from TextDocument class) Issue number: Submitted by: Reviewed by: 2004/06/02 15:11:32 rpiterman 1.2.2.1: move loadTemplate and getPageSize methods down do TextDocument class (removed them here...) Issue number: Submitted by: Reviewed by:

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [d78b5b8179794c17d9e3283b93619e11eceb6fc0]

        INTEGRATION: CWS ooo20040704 (1.4.310); FILE MERGED 2004/06/29 09:01:02 cmc 1.4.310.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [9a19797689265f6fda77851a79e748561c05bf52]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/21 15:54:06 tv 1.2.2.1: several small bugfixes, incl. exchanging some listboxes with combo boxes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6d084cdca75cdda5e73dd9d9af9b65e03dcd230]

        INTEGRATION: CWS ooo20040704 (1.5.254); FILE MERGED 2004/06/29 09:01:02 cmc 1.5.254.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [ad042afb0a8f65d14baca2f68ca31a401be0ec6f]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/06/24 12:07:19 tv 1.1.2.2: added CallWizard Issue number: Submitted by: Reviewed by: 2004/06/24 09:41:53 tv 1.1.2.1: #116017# initial revision Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [24acea97fd437ac711df8339b8ae00dc7eb80f26]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/06/24 09:41:53 tv 1.1.2.1: #116017# initial revision Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [87b6384edcd6a5d14d19b627c012d23c10d80a10]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/19 17:01:15 tv 1.1.2.4: #i30264# added info in description of a template created with  a wizard. 2004/07/08 14:32:42 tv 1.1.2.3: several UI modifications 2004/06/22 11:54:19 tv 1.1.2.2: letter wizard bugfixes adapted for fax wizard 2004/06/04 10:34:42 tv 1.1.2.1: initial revision of the new fax wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff26e0694cdf9b2fff7483000f63687f4a8879f0]

        INTEGRATION: CWS impress11 (1.7.28); FILE MERGED 2004/08/05 17:01:37 af 1.7.28.1: #i31932# Made View menu comply with spec.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a22d93e982c51e8ee79790ec2d423a8e876b832]

        INTEGRATION: CWS ooo20040704 (1.16.10); FILE MERGED 2004/07/05 12:50:30 cmc 1.16.10.1: #i30801# make db3 an optional compile

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [4496b01c0dece42aabc7b7705ed8c63b91b7052f]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/23 12:16:01 tv 1.1.2.8: typos fixed 2004/08/23 09:35:15 tv 1.1.2.7: fixed typo Issue number: Submitted by: Reviewed by: 2004/08/19 17:01:14 tv 1.1.2.6: #i30264# added info in description of a template created with  a wizard. 2004/07/21 15:54:06 tv 1.1.2.5: several small bugfixes, incl. exchanging some listboxes with combo boxes 2004/07/08 14:32:42 tv 1.1.2.4: several UI modifications 2004/06/24 12:05:01 tv 1.1.2.3: implemented security for running wizard, so it cannot be started twice 2004/06/22 11:54:18 tv 1.1.2.2: letter wizard bugfixes adapted for fax wizard 2004/06/04 10:34:41 tv 1.1.2.1: initial revision of the new fax wizard

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [067be25f167a8cbfcb239c1ef3df4e71c11125cd]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/07/21 15:54:06 tv 1.1.2.2: several small bugfixes, incl. exchanging some listboxes with combo boxes 2004/06/04 10:34:41 tv 1.1.2.1: initial revision of the new fax wizard

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [e3ebb2d4b15fc965ffe8dadf3a44fbebc12dda7b]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/18 08:14:38 tv 1.1.2.5: UI bugfixes 2004/08/16 12:46:11 tv 1.1.2.4: #116476# fixed label lengths Issue number: Submitted by: Reviewed by: 2004/07/21 15:54:06 tv 1.1.2.3: several small bugfixes, incl. exchanging some listboxes with combo boxes 2004/07/08 14:32:42 tv 1.1.2.2: several UI modifications 2004/06/04 10:34:40 tv 1.1.2.1: initial revision of the new fax wizard

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [86c6bfe442776a3a65b2fe4f36cd133371950001]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/07/26 08:33:35 tv 1.1.2.3: remove empty user fields 2004/07/21 15:54:05 tv 1.1.2.2: several small bugfixes, incl. exchanging some listboxes with combo boxes 2004/06/04 10:34:39 tv 1.1.2.1: initial revision of the new fax wizard

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [a499e8f3714c0557852e033df97723e0ca1243d8]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/06/24 12:04:00 tv 1.1.2.1: initial revision

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [c0a5c6eb1fd0d8a4c9f17f9d82dfe1d3c2a3dcfe]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/06/04 10:34:38 tv 1.1.2.1: initial revision of the new fax wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a2e440bc7b943dda7368f23a63484a23ce72406]

        INTEGRATION: CWS impress11 (1.20.28); FILE MERGED 2004/08/05 16:55:00 af 1.20.28.1: #i32098# Left pane has now different titles for Draw and Impress.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [5d439c31278af2703d3ff980266f4933c6d636a9]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/07/21 15:54:05 tv 1.1.2.2: several small bugfixes, incl. exchanging some listboxes with combo boxes 2004/06/04 10:34:35 tv 1.1.2.1: initial revision of the new fax wizard

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [38eeda45e11458cbd3215f78ee63a2322a1caa90]

        INTEGRATION: CWS ooo20040704 (1.9.46); FILE MERGED 2004/06/28 12:15:00 cmc 1.9.46.1: #i30801 allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [27af7f2a7937f9944ba26ddd0ecd54287e137b5b]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/20 14:52:54 tv 1.2.2.3: cehcked in for ron Issue number: Submitted by: Reviewed by: 2004/07/23 10:10:06 rpiterman 1.2.2.2: changed createNewDocument method to recieve a frame argument and load the new document into this frame. 2004/06/02 15:08:49 rpiterman 1.2.2.1: added static method "getDocumentInfo" Issue number: Submitted by: Reviewed by:

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [887612ad72fb415bd2d4d5c90b5e25cb190a161b]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/06/02 15:07:41 rpiterman 1.2.2.1: changed "addFilterToDialog" method to public (was private)

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3298d82bf1ebd75ab8642f89edd9cf0af9bec945]

        INTEGRATION: CWS dr12 (1.15.308); FILE MERGED 2004/06/21 17:09:24 jmarmion 1.15.308.1: #i25335# add support for fixed tail in Calc svdcaption objects.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [6ea0da57a5765b54704bf17232adf07207f2bd49]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/08/19 16:08:01 rpiterman 1.2.2.4: added millis support to date utils 2004/08/13 10:14:31 rpiterman 1.2.2.3: added DateUtils sub class to format dates 2004/07/30 14:55:54 rpiterman 1.2.2.2: bugfixes Web Wizard 2004/06/02 15:06:55 rpiterman 1.2.2.1: now the setUnoPropertyValues method checks if the object supports MultiProperties. If not, it sets each property

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3eb8bb5e1f1edf64c37d5e56735c94dbe6fc0b13]

        INTEGRATION: CWS ooo20040704 (1.7.102); FILE MERGED 2004/07/02 09:02:59 cmc 1.7.102.2: #i30891# revert header and namespace change 2004/06/28 12:57:40 cmc 1.7.102.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [731c2635ec9cb7e125f4f21456245dbcf26d7a51]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/06/02 15:03:55 rpiterman 1.2.2.1: added number formatter method

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [17a3b9c305ac2eb303b3b292692ee53d4ad3f1f4]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:52:35 rpiterman 1.2.2.2: added sort method 2004/06/25 13:49:31 rpiterman 1.2.2.1: added "clear" method

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [a49dd30c5458a4125ecad3ea48a4052d53356167]

        INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/28 17:14:45 rpiterman 1.2.2.1: removed a console output

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [6ce18d84d8dca866d08cd5cc001c5d2acfcdaac7]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/06/25 13:02:09 rpiterman 1.1.2.3: further developement 2004/06/11 16:05:34 rpiterman 1.1.2.2: Further developement 2004/06/02 15:30:31 rpiterman 1.1.2.1: New Agenda Wizard

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6d2f07542fb1677fbdf2edaa98add82b11b69de]

        INTEGRATION: CWS ooo20040704 (1.2.14); FILE MERGED 2004/07/02 14:52:18 cmc 1.2.14.2: #i30891# revert header and namespace change 2004/06/28 11:55:51 cmc 1.2.14.1: #i30801 allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [f8809d59acf4b1b28aa1042f8bd4839198a93335]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/20 14:55:46 tv 1.1.2.7: checked in for ron 2004/08/13 10:13:48 rpiterman 1.1.2.6: documentation 2004/07/19 13:56:43 rpiterman 1.1.2.5: removed debug ouput to stdout 2004/06/30 16:21:15 rpiterman 1.1.2.4: fixed a bug which crashed office (focusGained is now called programatically when I set the focus) optimized cell redraw - now only the actuall cell redraws when the topic text changes. (topic list only) 2004/06/25 13:02:09 rpiterman 1.1.2.3: further developement 2004/06/11 16:05:34 rpiterman 1.1.2.2: Further developement 2004/06/02 15:30:17 rpiterman 1.1.2.1: New Agenda Wizard

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [299636e20d60e9dfccd9522e4e8d4a1d5fac4d7e]

        INTEGRATION: CWS ooo20040704 (1.6.24); FILE MERGED 2004/08/09 14:42:17 vg 1.6.24.3: RESYNC MERGED 1.6 1.7 Everything below this line will be added to the revision comment. 2004/07/02 09:02:56 cmc 1.6.24.2: #i30891# revert header and namespace change 2004/06/28 12:57:36 cmc 1.6.24.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [96660c2e9945d12dba18969eca0012ab73c8a141]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/06/11 16:04:30 rpiterman 1.1.2.1: Contains consts which are related and used in the template used by the agenda template wizard

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8edc36a51d20e90bed079a2b28aa200d2406b144]

        INTEGRATION: CWS ooo20040704 (1.13.38); FILE MERGED 2004/07/02 09:02:56 cmc 1.13.38.2: #i30891# revert header and namespace change 2004/06/28 12:57:36 cmc 1.13.38.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [b7e1a90153fe84fe377bf6b0b207a55903d2d925]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/06/02 15:30:00 rpiterman 1.1.2.1: New Agenda Wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3c47953d7ba35179434172162ce3b2544ecabc4]

        INTEGRATION: CWS dr12 (1.20.40); FILE MERGED 2004/08/27 08:27:46 sab 1.20.40.4: RESYNC: (1.24-1.25); FILE MERGED 2004/08/12 13:00:23 sab 1.20.40.3: RESYNC: (1.23-1.24); FILE MERGED 2004/07/27 02:48:49 sab 1.20.40.2: RESYNC: (1.20-1.23); FILE MERGED 2004/07/09 16:50:31 jmarmion 1.20.40.1: #i21255# remove preprocessor directives following note enhancements.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [b3f2f257b676cebe3cebab3e406060e5cdbbb144]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/13 10:13:47 rpiterman 1.1.2.4: documentation 2004/07/23 18:14:25 rpiterman 1.1.2.3: added try-catch so that office does not crash if something does wrong... 2004/06/11 16:05:34 rpiterman 1.1.2.2: Further developement 2004/06/02 15:29:25 rpiterman 1.1.2.1: New Agenda Wizard

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [e04c5d8c04a0db03f5783eaf8aa3b4369fdcdd7d]

        INTEGRATION: CWS ooo20040704 (1.5.24); FILE MERGED 2004/08/09 14:42:00 vg 1.5.24.3: RESYNC MERGED 1.5 1.6 Everything below this line will be added to the revision comment. 2004/07/02 09:02:56 cmc 1.5.24.2: #i30891# revert header and namespace change 2004/06/28 12:57:36 cmc 1.5.24.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [eee067a907b7af6b44cf9482bb2219e02401c0b3]

        INTEGRATION: CWS dr12 (1.5.280); FILE MERGED 2004/08/26 15:54:41 jmarmion 1.5.280.3: #i32667# changes to support EE_PARA_JUST in detfunc.cxx mean we need to repaint here. 2004/07/27 02:48:26 sab 1.5.280.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/24 10:16:39 jmarmion 1.5.280.1: #i21255# text formatting for cell notes

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [d78fc533c3d505b1108a928fd8cc5345c79e8c0b]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/06/25 13:02:47 rpiterman 1.1.2.1: Topic configuration Group implementation

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [85b165d9d5d5bfce9687bdae01e5035f04e9bd48]

        INTEGRATION: CWS ooo20040704 (1.6.24); FILE MERGED 2004/07/02 09:02:55 cmc 1.6.24.2: #i30891# revert header and namespace change 2004/06/28 12:57:36 cmc 1.6.24.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [465ecd31721d8773c38da977fb76da8ea3136b4b]

        INTEGRATION: CWS dr12 (1.4.274); FILE MERGED 2004/07/27 02:46:38 sab 1.4.274.2: RESYNC: (1.4-1.7); FILE MERGED 2004/07/09 16:48:59 jmarmion 1.4.274.1: #i21255# remove preprocessor directives following note enhancements.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [821f85a15b0eb0b58634af88935c5629fd0d8853]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/06/25 13:02:09 rpiterman 1.1.2.3: further developement 2004/06/11 16:05:34 rpiterman 1.1.2.2: Further developement 2004/06/02 15:29:06 rpiterman 1.1.2.1: New Agenda Wizard

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c19a0a1b1a49a4ec46e944cff4277ea13b2a9843]

        INTEGRATION: CWS ooo20040704 (1.17.12); FILE MERGED 2004/07/19 07:53:56 svesik 1.17.12.4: RESYNC: (1.18-1.19); FILE MERGED 2004/07/02 09:02:55 cmc 1.17.12.3: #i30891# revert header and namespace change 2004/06/29 01:39:12 svesik 1.17.12.2: RESYNC: (1.17-1.18); FILE MERGED 2004/06/28 12:57:35 cmc 1.17.12.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [deecaea2243d89cc2adfbb30dd887a03063b3ca2]

        INTEGRATION: CWS impress11 (1.97.30); FILE MERGED 2004/08/05 16:49:06 af 1.97.30.1: #i32098# Fixed spelling errors.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c914228d8d555986f28fd8897f99781ec5d1e9dd]

        INTEGRATION: CWS dr12 (1.3.42); FILE MERGED 2004/07/27 02:44:34 sab 1.3.42.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/09 16:48:59 jmarmion 1.3.42.1: #i21255# remove preprocessor directives following note enhancements.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [f124b466f11602b63ca4180882602b1210625d74]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/06/25 13:02:09 rpiterman 1.1.2.3: further developement 2004/06/11 16:05:34 rpiterman 1.1.2.2: Further developement 2004/06/02 15:28:52 rpiterman 1.1.2.1: New Agenda Wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae416c95595d074a5392778bda836b3a3e72d35e]

        INTEGRATION: CWS dr12 (1.32.14); FILE MERGED 2004/08/27 08:25:49 sab 1.32.14.6: RESYNC: (1.38-1.39); FILE MERGED 2004/08/12 12:58:47 sab 1.32.14.5: RESYNC: (1.37-1.38); FILE MERGED 2004/07/27 02:43:02 sab 1.32.14.4: RESYNC: (1.35-1.37); FILE MERGED 2004/05/06 11:58:51 dr 1.32.14.3: RESYNC: (1.33-1.35); FILE MERGED 2004/02/25 10:10:36 dr 1.32.14.2: RESYNC: (1.32-1.33); FILE MERGED 2004/02/24 10:16:38 jmarmion 1.32.14.1: #i21255# text formatting for cell notes

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [7cd44e6daf3b57bf28e74007c10039f18be1a4d1]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/20 14:55:46 tv 1.1.2.6: checked in for ron 2004/08/13 10:13:47 rpiterman 1.1.2.5: documentation 2004/07/19 13:55:48 rpiterman 1.1.2.4: removed debug output to stdout 2004/06/25 13:02:08 rpiterman 1.1.2.3: further developement 2004/06/11 16:05:33 rpiterman 1.1.2.2: Further developement 2004/06/02 15:28:38 rpiterman 1.1.2.1: New Agenda Wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [35c453e9ec77aef639e0fd081ee5c79b783603a6]

        INTEGRATION: CWS dr12 (1.12.146); FILE MERGED 2004/07/27 02:40:28 sab 1.12.146.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/24 10:16:38 jmarmion 1.12.146.1: #i21255# text formatting for cell notes

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [ed3d4b26004fee320296e4bdc92b4a89d81a377a]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/20 14:55:46 tv 1.1.2.4: checked in for ron 2004/08/13 10:13:47 rpiterman 1.1.2.3: documentation 2004/06/25 13:02:08 rpiterman 1.1.2.2: further developement 2004/06/02 15:28:25 rpiterman 1.1.2.1: New Agenda Wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d097b7700763fefc0d105957944ad52437b29f8c]

        INTEGRATION: CWS dr12 (1.60.6); FILE MERGED 2004/08/27 08:24:59 sab 1.60.6.2: RESYNC: (1.60-1.61); FILE MERGED 2004/08/26 15:52:32 jmarmion 1.60.6.1: #i32666# support activation of the context menu when positioned on a note.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [ae839206f8c9a1f1bfda3c2e1544db5b0ea49787]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/20 14:55:46 tv 1.1.2.5: checked in for ron 2004/08/13 10:13:47 rpiterman 1.1.2.4: documentation 2004/06/25 13:02:08 rpiterman 1.1.2.3: further developement 2004/06/11 16:05:33 rpiterman 1.1.2.2: Further developement 2004/06/02 15:28:11 rpiterman 1.1.2.1: New Agenda Wizard

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [009b1d22aecc4e7426318ee5710179c79238ca2e]

        INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED 2004/08/20 14:55:46 tv 1.1.2.7: checked in for ron 2004/08/13 10:13:46 rpiterman 1.1.2.6: documentation 2004/07/19 13:55:03 rpiterman 1.1.2.5: removed debug outputs to stdout 2004/06/30 16:21:14 rpiterman 1.1.2.4: fixed a bug which crashed office (focusGained is now called programatically when I set the focus) optimized cell redraw - now only the actuall cell redraws when the topic text changes. (topic list only) 2004/06/25 13:02:08 rpiterman 1.1.2.3: further developement 2004/06/11 16:05:33 rpiterman 1.1.2.2: Further developement 2004/06/02 15:27:52 rpiterman 1.1.2.1: New Agenda Wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [21a5612e7718f5cd0bf524cf29ea62d1ac6c5e38]

        INTEGRATION: CWS dr12 (1.23.42); FILE MERGED 2004/08/27 08:24:50 sab 1.23.42.6: RESYNC: (1.28-1.30); FILE MERGED 2004/08/26 15:49:54 jmarmion 1.23.42.5: #i32673# support note resizing from the Position and Size context menu. 2004/08/12 12:57:08 sab 1.23.42.4: RESYNC: (1.25-1.28); FILE MERGED 2004/07/29 08:01:15 sab 1.23.42.3: #i21253#; fix merge problems 2004/07/27 02:39:18 sab 1.23.42.2: RESYNC: (1.23-1.25); FILE MERGED 2004/04/19 17:58:20 jmarmion 1.23.42.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [32ad172f9a2fd4fa98828e19b8c9bf6e3ff5e95d]

        INTEGRATION: CWS ooo20040704 (1.3.36); FILE MERGED 2004/08/09 14:49:43 vg 1.3.36.3: RESYNC MERGED 1.3 1.4 Everything below this line will be added to the revision comment. 2004/07/02 11:04:09 cmc 1.3.36.2: #i30891# revert header and namespace change 2004/06/28 13:15:09 cmc 1.3.36.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [12fc9e18593e30fb92f0b8fe94b18968e7c38541]

        INTEGRATION: CWS dr12 (1.16.42); FILE MERGED 2004/08/12 12:56:21 sab 1.16.42.3: RESYNC: (1.18-1.19); FILE MERGED 2004/07/27 02:36:54 sab 1.16.42.2: RESYNC: (1.16-1.18); FILE MERGED 2004/07/09 16:48:58 jmarmion 1.16.42.1: #i21255# remove preprocessor directives following note enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1e2eebc3ab9685d4cfb06f6c2609086cf9f0fb7]

        INTEGRATION: CWS dr12 (1.25.272); FILE MERGED 2004/08/12 12:56:12 sab 1.25.272.5: RESYNC: (1.29-1.31); FILE MERGED 2004/07/27 02:36:45 sab 1.25.272.4: RESYNC: (1.27-1.29); FILE MERGED 2004/05/06 11:57:29 dr 1.25.272.3: RESYNC: (1.26-1.27); FILE MERGED 2004/02/25 10:08:00 dr 1.25.272.2: RESYNC: (1.25-1.26); FILE MERGED 2004/02/24 10:16:38 jmarmion 1.25.272.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [78873400ef1f4bcda15d7741565bf0b889bdb71b]

        INTEGRATION: CWS dr12 (1.22.8); FILE MERGED 2004/08/12 12:56:03 sab 1.22.8.5: RESYNC: (1.26-1.29); FILE MERGED 2004/07/27 02:36:35 sab 1.22.8.4: RESYNC: (1.25-1.26); FILE MERGED 2004/05/06 11:57:21 dr 1.22.8.3: RESYNC: (1.23-1.25); FILE MERGED 2004/02/25 10:07:49 dr 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2004/02/24 10:16:37 jmarmion 1.22.8.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [08643ef711266086a4924e0ea88ede88032688ea]

        INTEGRATION: CWS dr12 (1.2.308); FILE MERGED 2004/07/27 02:35:04 sab 1.2.308.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/24 10:15:48 jmarmion 1.2.308.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [331bcab4967665ddd5effab0c940de397e589b24]

        INTEGRATION: CWS dr12 (1.18.280); FILE MERGED 2004/02/24 10:15:48 jmarmion 1.18.280.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6283c0e7c9b4aa54b54b94313ac2a858fb34412]

        INTEGRATION: CWS dr12 (1.42.38); FILE MERGED 2004/08/27 08:23:47 sab 1.42.38.3: RESYNC: (1.43-1.44); FILE MERGED 2004/07/27 02:33:41 sab 1.42.38.2: RESYNC: (1.42-1.43); FILE MERGED 2004/07/09 16:51:55 jmarmion 1.42.38.1: #i21255# add support for creation of DrawLayer() following note enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [795aa837476863cbbbb35642d4296a0918dfa30b]

        INTEGRATION: CWS dr12 (1.4.170); FILE MERGED 2004/07/27 02:30:18 sab 1.4.170.4: RESYNC: (1.5-1.6); FILE MERGED 2004/04/19 17:57:44 jmarmion 1.4.170.3: #i25335,i26291# note sizing and text box enhancements. 2004/02/25 10:15:18 dr 1.4.170.2: RESYNC: (1.4-1.5); FILE MERGED 2004/02/24 10:15:05 jmarmion 1.4.170.1: #i21255# text formatting for cell notes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [f174eb23a40668ad00c291988e3e4ba77f407c45]

        INTEGRATION: CWS ooo20040704 (1.2.14); FILE MERGED 2004/07/02 14:52:17 cmc 1.2.14.2: #i30891# revert header and namespace change 2004/06/28 11:55:50 cmc 1.2.14.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c3e48f9ccc1cacf35845a1ff76a872297b2d722]

        INTEGRATION: CWS dr12 (1.7.278); FILE MERGED 2004/07/29 08:01:03 sab 1.7.278.6: #i21253#; fix merge problems 2004/07/27 02:30:07 sab 1.7.278.5: RESYNC: (1.9-1.10); FILE MERGED 2004/07/09 16:47:44 jmarmion 1.7.278.4: #i21255# remove preprocessor directives following note enhancements. 2004/05/06 11:54:56 dr 1.7.278.3: RESYNC: (1.8-1.9); FILE MERGED 2004/02/25 10:15:11 dr 1.7.278.2: RESYNC: (1.7-1.8); FILE MERGED 2004/02/24 10:15:04 jmarmion 1.7.278.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dc9c5a49f8afddb7a7b9943aa23b4beed1463cd]

        INTEGRATION: CWS dr12 (1.4.74); FILE MERGED 2004/07/27 02:29:58 sab 1.4.74.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/09 16:47:43 jmarmion 1.4.74.1: #i21255# remove preprocessor directives following note enhancements.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [496d0cbf14dad1d607e8351f1c9da298f86fef9c]

        INTEGRATION: CWS qwizards2 (1.28.12); FILE MERGED 2004/07/30 08:59:25 rpiterman 1.28.12.7: change agendaType to int 2004/07/29 15:34:31 tv 1.28.12.6: RESYNC: (1.28-1.29); FILE MERGED 2004/07/21 14:49:01 tv 1.28.12.5: changed some Letter and Fax Wizard Listboxes to Comboboxes 2004/06/25 16:21:05 rpiterman 1.28.12.4: fixed some errors in agenda configuration 2004/06/25 16:10:10 rpiterman 1.28.12.3: fixed error (missing ") 2004/06/25 13:23:29 rpiterman 1.28.12.2: Added Agenda wizard configuration 2004/06/04 10:30:37 tv 1.28.12.1: added configuration entries for new fax wizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab997b4eb192df8af90cc8a59df338380189ac30]

        INTEGRATION: CWS dr12 (1.11.42); FILE MERGED 2004/08/27 08:23:05 sab 1.11.42.4: RESYNC: (1.13-1.14); FILE MERGED 2004/08/12 12:54:37 sab 1.11.42.3: RESYNC: (1.12-1.13); FILE MERGED 2004/07/27 02:29:48 sab 1.11.42.2: RESYNC: (1.11-1.12); FILE MERGED 2004/07/09 16:47:43 jmarmion 1.11.42.1: #i21255# remove preprocessor directives following note enhancements.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [b817baf3f6c07413b66785e076b3875d1758b446]

        INTEGRATION: CWS ooo20040704 (1.2.14); FILE MERGED 2004/07/02 14:52:16 cmc 1.2.14.2: #i30891# revert header and namespace change 2004/06/28 17:00:53 cmc 1.2.14.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [5983df3ff5276875c6c85c7a592c8fbc53776aed]

        INTEGRATION: CWS qwizards2 (1.3.76); FILE MERGED 2004/07/30 13:22:07 rpiterman 1.3.76.2: added filters 2004/07/30 09:00:09 rpiterman 1.3.76.1: added LastSavedSession property

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2ad45aad5561694ceca2c4716765d7a479e4f95]

        INTEGRATION: CWS dr12 (1.1.1.1.316); FILE MERGED 2004/07/27 02:14:42 sab 1.1.1.1.316.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/02/24 10:00:37 jmarmion 1.1.1.1.316.1: #i21255# text formatting for cell notes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd90ff8efd93fdedd1801ea804a8a938724341da]

        INTEGRATION: CWS ooo20040704 (1.2.14); FILE MERGED 2004/07/02 14:52:16 cmc 1.2.14.2: #i30891# revert header and namespace change 2004/06/28 17:15:29 cmc 1.2.14.1: #i30801# allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [f7e672f9c130edb6553c8a5bad4a071f743fb5f1]

        INTEGRATION: CWS qwizards2 (1.2.76); FILE MERGED 2004/08/11 15:56:43 rpiterman 1.2.76.1: changed make file to localize WebWizard.xcu

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb71617e7f5d8db81b32e3facf9293a8971ec00f]

        INTEGRATION: CWS dr12 (1.3.280); FILE MERGED 2004/04/19 17:52:48 jmarmion 1.3.280.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc29f4f1830414e97a65c634564a1277e5fea175]

        INTEGRATION: CWS ooo20040704 (1.2.14); FILE MERGED 2004/06/28 11:55:48 cmc 1.2.14.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c0dc7a1a8490bf4aeb69472919600e0bab125cd]

        INTEGRATION: CWS dr12 (1.3.40); FILE MERGED 2004/08/26 15:50:42 jmarmion 1.3.40.3: #i32673# support note resizing from the Position and Size context menu. 2004/07/27 02:04:40 sab 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/19 17:52:48 jmarmion 1.3.40.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [83ba6283b32c47467b60e129cdec36de0988fc0a]

        INTEGRATION: CWS qwizards2 (1.12.14); FILE MERGED 2004/08/23 13:24:22 tv 1.12.14.6: correct default values for letter wizard pre-printed elements 2004/07/29 15:25:05 tv 1.12.14.5: RESYNC: (1.12-1.14); FILE MERGED 2004/07/26 10:18:13 tv 1.12.14.4: fixed type bug 2004/07/21 14:48:12 tv 1.12.14.3: changed some Letter and Fax Wizard Listboxes to Comboboxes 2004/06/25 13:19:55 rpiterman 1.12.14.2: added agenda wizard configuration 2004/06/04 10:30:36 tv 1.12.14.1: added configuration entries for new fax wizard

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [164e6716315d419bea8620be45f30b41ae495c22]

        INTEGRATION: CWS ooo20040704 (1.1.14); FILE MERGED 2004/06/28 11:55:47 cmc 1.1.14.1: #i30801 allow using system stl if possible

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [2a3386c02006ea6b15d7c5e09b641dc540126c45]

        INTEGRATION: CWS qwizards2 (1.2.14); FILE MERGED 2004/08/11 15:56:43 rpiterman 1.2.14.3: changed make file to localize WebWizard.xcu 2004/07/30 14:56:36 rpiterman 1.2.14.2: fixed filters 2004/07/30 13:23:00 rpiterman 1.2.14.1: added filters

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3825a6f37528ed29ec13df1bea78fb57fae9181b]

        INTEGRATION: CWS dr12 (1.7.170); FILE MERGED 2004/07/27 02:04:17 sab 1.7.170.3: RESYNC: (1.8-1.9); FILE MERGED 2004/02/25 10:18:18 dr 1.7.170.2: RESYNC: (1.7-1.8); FILE MERGED 2004/02/24 10:00:10 jmarmion 1.7.170.1: #i21255# text formatting for cell notes

2004-09-08  Oliver Bolte  <obo@openoffice.org>  [e0a45d8f92967f1d60c201677bf5039a9d7b755a]

        INTEGRATION: CWS qwizards2 (1.18.2); FILE MERGED 2004/07/30 08:33:42 tv 1.18.2.1: added FaxWizard and AgendaWizard

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3e7b4592037635b65f318746144c0a645a29de4]

        INTEGRATION: CWS dr12 (1.3.308); FILE MERGED 2004/08/26 15:46:40 jmarmion 1.3.308.4: #i32673# maintain height re-sizing in notes. 2004/07/27 01:59:58 sab 1.3.308.3: RESYNC: (1.3-1.4); FILE MERGED 2004/04/19 17:57:08 jmarmion 1.3.308.2: #i25335,i26291# note sizing and text box enhancements. 2004/02/24 10:14:15 jmarmion 1.3.308.1: #i21255# text formatting for cell notes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [649d0b88c451beb9635257883627a32353b1b8a7]

        INTEGRATION: CWS ooo20040704 (1.2.14); FILE MERGED 2004/06/28 11:55:46 cmc 1.2.14.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e382cb1726aab07fc71427ad0c442d91b3a1427]

        INTEGRATION: CWS impress11 (1.9.66); FILE MERGED 2004/08/05 17:17:39 af 1.9.66.1: #i32098# Changed strings (Visible Grid->Display Grid) and mnemonics (Input Method Status, Status Bar) to comply view View spec.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [151ed01072e3cedcced244aad519ddc80137fc0f]

        INTEGRATION: CWS dr12 (1.14.40); FILE MERGED 2004/08/15 16:19:16 jmarmion 1.14.40.5: #i32664# fix the inconsistency when clicking on a note object. 2004/08/12 12:48:14 sab 1.14.40.4: RESYNC: (1.15-1.16); FILE MERGED 2004/07/29 08:00:51 sab 1.14.40.3: #i21253#; fix merge problems 2004/07/27 01:59:51 sab 1.14.40.2: RESYNC: (1.14-1.15); FILE MERGED 2004/04/19 17:57:08 jmarmion 1.14.40.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [88ecff70942c78f170a4d1566abda7af65c44d37]

        INTEGRATION: CWS dr12 (1.5.96); FILE MERGED 2004/08/15 16:19:16 jmarmion 1.5.96.1: #i32664# fix the inconsistency when clicking on a note object.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [97edaa6e43134360f9108be53dc5b1a8ee1c3b52]

        INTEGRATION: CWS dr12 (1.5.278); FILE MERGED 2004/08/26 15:44:28 jmarmion 1.5.278.6: #i32666#  tidy up comment as part of this fix. 2004/08/15 16:19:15 jmarmion 1.5.278.5: #i32664# fix the inconsistency when clicking on a note object. 2004/07/29 08:00:51 sab 1.5.278.4: #i21253#; fix merge problems 2004/07/27 01:59:35 sab 1.5.278.3: RESYNC: (1.5-1.6); FILE MERGED 2004/06/21 17:17:22 jmarmion 1.5.278.2: #i25335# support mouse move for calc svdcaption objects. 2004/04/19 17:57:07 jmarmion 1.5.278.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [04ed5fc5e61255a8e8eaa64b5dba28b4c6af36e0]

        INTEGRATION: CWS dr12 (1.9.170); FILE MERGED 2004/07/29 08:00:51 sab 1.9.170.3: #i21253#; fix merge problems 2004/07/27 01:59:10 sab 1.9.170.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/19 17:57:07 jmarmion 1.9.170.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2677d870ed308d413b8cfd907b28c4d7b3ae6b48]

        INTEGRATION: CWS dr12 (1.18.170); FILE MERGED 2004/08/12 12:47:54 sab 1.18.170.3: RESYNC: (1.19-1.20); FILE MERGED 2004/02/25 10:20:59 dr 1.18.170.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/24 10:14:14 jmarmion 1.18.170.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [de4fed181c0fac276b245bfd79f885b9d21989e4]

        INTEGRATION: CWS dr12 (1.10.40); FILE MERGED 2004/08/12 12:47:46 sab 1.10.40.5: RESYNC: (1.14-1.18); FILE MERGED 2004/07/29 08:00:51 sab 1.10.40.4: #i21253#; fix merge problems 2004/07/27 01:58:18 sab 1.10.40.3: RESYNC: (1.11-1.14); FILE MERGED 2004/05/06 11:45:21 dr 1.10.40.2: RESYNC: (1.10-1.11); FILE MERGED 2004/04/19 17:57:07 jmarmion 1.10.40.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [766c8b1cdc84615178e375c3379a7f0e242aeb2c]

        INTEGRATION: CWS dr12 (1.10.46); FILE MERGED 2004/08/12 12:47:38 sab 1.10.46.5: RESYNC: (1.11-1.12); FILE MERGED 2004/07/29 08:00:50 sab 1.10.46.4: #i21253#; fix merge problems 2004/07/27 01:58:02 sab 1.10.46.3: RESYNC: (1.10-1.11); FILE MERGED 2004/07/09 16:54:45 jmarmion 1.10.46.2: #i25335# - disable anchor positions for notes. 2004/06/21 17:13:39 jmarmion 1.10.46.1: #i25335# disable cut/copy for Calc svdcaption objects.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [dda47c51a89c5dbde2469586ea493410daa1a184]

        INTEGRATION: CWS dr12 (1.3.44); FILE MERGED 2004/08/26 15:48:22 jmarmion 1.3.44.6: #i32673# support note resizing from the Position and Size context menu. 2004/08/12 12:47:30 sab 1.3.44.5: RESYNC: (1.4-1.5); FILE MERGED 2004/08/12 08:55:02 jmarmion 1.3.44.4: #i32673# save note text draw attributes 2004/07/27 01:57:54 sab 1.3.44.3: RESYNC: (1.3-1.4); FILE MERGED 2004/07/09 16:53:34 jmarmion 1.3.44.2: #i26291# ensure that note attributes are saved form toolbar. 2004/04/19 17:57:07 jmarmion 1.3.44.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d4fdf5c4354ccf61ca6f79ef6a1808fd6bef584]

        INTEGRATION: CWS dr12 (1.11.68); FILE MERGED 2004/07/27 01:56:20 sab 1.11.68.3: RESYNC: (1.11-1.12); FILE MERGED 2004/07/23 20:58:44 sab 1.11.68.2: #i21253#; add formatted notes 2004/07/09 16:46:50 jmarmion 1.11.68.1: #i21255# remove preprocessor directives following note enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b29409df31ff39231572fd1f7fbaa28ac5673076]

        INTEGRATION: CWS dr12 (1.11.68); FILE MERGED 2004/08/12 12:47:22 sab 1.11.68.4: RESYNC: (1.12-1.13); FILE MERGED 2004/07/27 01:56:13 sab 1.11.68.3: RESYNC: (1.11-1.12); FILE MERGED 2004/07/23 20:58:44 sab 1.11.68.2: #i21253#; add formatted notes 2004/07/09 16:46:49 jmarmion 1.11.68.1: #i21255# remove preprocessor directives following note enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d24203a20a0d56a0b16dfb21b5dd939e0197322]

        INTEGRATION: CWS dr12 (1.45.36); FILE MERGED 2004/08/12 12:46:51 sab 1.45.36.5: RESYNC: (1.50-1.51); FILE MERGED 2004/07/27 01:55:31 sab 1.45.36.4: RESYNC: (1.48-1.50); FILE MERGED 2004/05/06 11:44:03 dr 1.45.36.3: RESYNC: (1.46-1.48); FILE MERGED 2004/02/25 10:22:20 dr 1.45.36.2: RESYNC: (1.45-1.46); FILE MERGED 2004/02/24 10:13:33 jmarmion 1.45.36.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [196c1e196cb6bd58e8e75b5a141e5513baf94b7e]

        INTEGRATION: CWS impress11 (1.6.26); FILE MERGED 2004/08/23 10:58:10 af 1.6.26.4: #i31836# Changed some strings to comply with the Format-Menu spec. 2004/08/23 10:56:10 af 1.6.26.3: #i32098# Changed some strings to comply with the View-Menu spec. 2004/08/06 17:00:07 af 1.6.26.2: #i32098# Changed 'Snap to Snap Lines' to 'Snap to Guides' 2004/08/05 17:13:00 af 1.6.26.1: #i32098# Fixed spelling of strings according to spec.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a800bde3bc551d3e8f5efff282363b090d87262]

        INTEGRATION: CWS dr12 (1.28.92); FILE MERGED 2004/07/27 01:47:20 sab 1.28.92.2: RESYNC: (1.28-1.29); FILE MERGED 2004/02/24 10:12:50 jmarmion 1.28.92.1: #i21255# text formatting for cell notes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a3bc41a42359566dc4e4ccc3b5cbab9e71520a9]

        INTEGRATION: CWS ooo20040704 (1.1.14); FILE MERGED 2004/06/28 11:55:45 cmc 1.1.14.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d511a3faa1c19c73281cf3e1ae0b2131786d3d5]

        INTEGRATION: CWS dr12 (1.45.28); FILE MERGED 2004/08/27 08:02:33 sab 1.45.28.4: RESYNC: (1.47-1.48); FILE MERGED 2004/08/12 12:42:39 sab 1.45.28.3: RESYNC: (1.46-1.47); FILE MERGED 2004/07/27 01:46:20 sab 1.45.28.2: RESYNC: (1.45-1.46); FILE MERGED 2004/07/23 20:58:27 sab 1.45.28.1: #i21253#; add formatted notes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe5b5934ee335d824f4bcca030d42c579091389d]

        INTEGRATION: CWS ooo20040704 (1.1.14); FILE MERGED 2004/06/28 15:06:19 cmc 1.1.14.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5726903cef89c9729e172b584c4dd5ba3bc4d6f]

        INTEGRATION: CWS dr12 (1.73.14); FILE MERGED 2004/08/12 12:42:11 sab 1.73.14.2: RESYNC: (1.73-1.76); FILE MERGED 2004/08/09 13:44:38 sab 1.73.14.1: #i21253#; make old notes work

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e4a6929bc039ed48189d2a1efb4529f1150b8ea]

        INTEGRATION: CWS ooo20040704 (1.1.14); FILE MERGED 2004/06/28 15:06:18 cmc 1.1.14.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [409e23d9c8b08f23e30ff9875c85dd6dc24b39ae]

        INTEGRATION: CWS dr12 (1.97.14); FILE MERGED 2004/08/27 08:02:15 sab 1.97.14.3: RESYNC: (1.100-1.101); FILE MERGED 2004/08/12 12:42:03 sab 1.97.14.2: RESYNC: (1.97-1.100); FILE MERGED 2004/08/09 13:44:37 sab 1.97.14.1: #i21253#; make old notes work

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0280f6af54fbec368fcaeba569933d641fcfe053]

        INTEGRATION: CWS ooo20040704 (1.3.14); FILE MERGED 2004/07/02 14:52:15 cmc 1.3.14.2: #i30891# revert header and namespace change 2004/06/28 11:55:44 cmc 1.3.14.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e78eb17dfdc690c3e4461b0488aa4f71188df9dc]

        INTEGRATION: CWS dr12 (1.73.170); FILE MERGED 2004/07/27 01:45:17 sab 1.73.170.2: RESYNC: (1.73-1.75); FILE MERGED 2004/07/23 20:58:27 sab 1.73.170.1: #i21253#; add formatted notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6bf99683b282e6a961d087c9acd82b48fa3c7fe]

        INTEGRATION: CWS dr12 (1.174.26); FILE MERGED 2004/08/13 07:36:06 sab 1.174.26.4: #i21253#; use SCTAB instead of sal_Int32 2004/08/09 13:44:37 sab 1.174.26.3: #i21253#; make old notes work 2004/07/27 01:45:10 sab 1.174.26.2: RESYNC: (1.174-1.178); FILE MERGED 2004/07/23 20:58:26 sab 1.174.26.1: #i21253#; add formatted notes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [8511a68cb3cb5030482c298e473f2c82438e890d]

        INTEGRATION: CWS ooo20040704 (1.3.14); FILE MERGED 2004/06/28 11:55:43 cmc 1.3.14.1: #i30801 allow using system stl if possible

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [4504f9fdcbd797767ad4cac35c82540af49344c0]

        INTEGRATION: CWS ooo20040704 (1.3.14); FILE MERGED 2004/06/28 11:55:42 cmc 1.3.14.1: #i30801 allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [17e705e44a728260831b60b8f2c401e1741076fd]

        INTEGRATION: CWS dr12 (1.19.274); FILE MERGED 2004/08/09 13:44:37 sab 1.19.274.3: #i21253#; make old notes work 2004/07/30 11:48:48 sab 1.19.274.2: #i21253#; make notes work 2004/07/23 20:58:26 sab 1.19.274.1: #i21253#; add formatted notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [679aa7ff01b47febe7f33fb62643871a4e04efe9]

        INTEGRATION: CWS dr12 (1.75.52); FILE MERGED 2004/08/09 13:44:36 sab 1.75.52.4: #i21253#; make old notes work 2004/07/27 01:44:17 sab 1.75.52.3: RESYNC: (1.75-1.77); FILE MERGED 2004/07/23 20:58:26 sab 1.75.52.2: #i21253#; add formatted notes 2004/02/24 10:12:04 jmarmion 1.75.52.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [78b9476288b2c06305c2a4917d2ed4d18e86a957]

        INTEGRATION: CWS dr12 (1.4.306); FILE MERGED 2004/08/09 13:44:36 sab 1.4.306.3: #i21253#; make old notes work 2004/07/27 01:44:10 sab 1.4.306.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/23 20:58:26 sab 1.4.306.1: #i21253#; add formatted notes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [6eb3c06f96d05f65acf80cadf6441f479f5a9b90]

        INTEGRATION: CWS ooo20040704 (1.2.14); FILE MERGED 2004/07/02 14:52:13 cmc 1.2.14.2: #i30891# revert header and namespace change 2004/06/29 07:32:03 cmc 1.2.14.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [aee37a805e65736c14488ceb5262002fda935e0d]

        INTEGRATION: CWS dr12 (1.8.290); FILE MERGED 2004/08/09 13:44:36 sab 1.8.290.4: #i21253#; make old notes work 2004/07/30 11:48:48 sab 1.8.290.3: #i21253#; make notes work 2004/07/27 01:44:03 sab 1.8.290.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/23 20:58:26 sab 1.8.290.1: #i21253#; add formatted notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [783f3f970bf0130bb959f84ddd9f5c35fb75764b]

        INTEGRATION: CWS dr12 (1.8.280); FILE MERGED 2004/07/23 20:58:25 sab 1.8.280.1: #i21253#; add formatted notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3f63e90bb1179df94bd67748053b0ea2fb5a3c4]

        INTEGRATION: CWS dr12 (1.21.280); FILE MERGED 2004/07/23 20:58:25 sab 1.21.280.1: #i21253#; add formatted notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9945d3110863f5599236bedb9fddd0f813298d64]

        INTEGRATION: CWS dr12 (1.5.300); FILE MERGED 2004/07/23 20:58:25 sab 1.5.300.1: #i21253#; add formatted notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6869735c5a708f17a04b60e3976ad0883d95bd4]

        INTEGRATION: CWS dr12 (1.4.300); FILE MERGED 2004/07/23 20:58:25 sab 1.4.300.1: #i21253#; add formatted notes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [c32315f4cdb32fdd43756eeaf16632b4693e09d1]

        INTEGRATION: CWS ooo20040704 (1.4.14); FILE MERGED 2004/06/28 17:07:05 cmc 1.4.14.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1458c3592e98730c73dbf3848f4da650d136af57]

        INTEGRATION: CWS dr12 (1.25.52); FILE MERGED 2004/07/27 01:42:55 sab 1.25.52.2: RESYNC: (1.25-1.26); FILE MERGED 2004/07/23 20:58:24 sab 1.25.52.1: #i21253#; add formatted notes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [dce38f5320f8b0f49442cc1da92f975cb659c55d]

        INTEGRATION: CWS ooo20040704 (1.3.14); FILE MERGED 2004/06/28 17:04:39 cmc 1.3.14.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [22e0285dc5983171e6540e99f21768dfb0ce031c]

        INTEGRATION: CWS dr12 (1.36.52); FILE MERGED 2004/07/27 01:42:48 sab 1.36.52.2: RESYNC: (1.36-1.37); FILE MERGED 2004/07/23 20:58:24 sab 1.36.52.1: #i21253#; add formatted notes

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa7eeca214609e1af4aa9f6f4f11c002a789ef49]

        INTEGRATION: CWS ooo20040704 (1.3.14); FILE MERGED 2004/06/28 15:06:17 cmc 1.3.14.1: #i30801# allow using system stl if possible

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [21cc11d56b6b29f39b13911799528ceb692ff213]

        INTEGRATION: CWS dr12 (1.61.34); FILE MERGED 2004/08/26 15:42:49 jmarmion 1.61.34.8: #i32667#  support EE_PARA_JUST in notes. 2004/08/12 08:53:54 jmarmion 1.61.34.7: #i32667# export horizontal and vertical note box attributes 2004/07/27 01:41:30 sab 1.61.34.6: RESYNC: (1.65-1.68); FILE MERGED 2004/07/09 16:44:45 jmarmion 1.61.34.5: #i21255# add support for creation of DrawLayer() for notes. 2004/05/06 11:38:04 dr 1.61.34.4: RESYNC: (1.63-1.65); FILE MERGED 2004/04/19 17:55:54 jmarmion 1.61.34.3: #i25335,i26291# note sizing and text box enhancements. 2004/02/25 10:26:38 dr 1.61.34.2: RESYNC: (1.61-1.63); FILE MERGED 2004/02/24 10:11:26 jmarmion 1.61.34.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcb50022b464e70776a986e08014441c4bf0b418]

        INTEGRATION: CWS dr12 (1.11.40); FILE MERGED 2004/07/27 01:41:23 sab 1.11.40.3: RESYNC: (1.12-1.13); FILE MERGED 2004/05/06 11:37:54 dr 1.11.40.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/19 17:55:53 jmarmion 1.11.40.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d71783fed6dae0c995a2ca60efa6ff512dd460b]

        INTEGRATION: CWS dr12 (1.9.170); FILE MERGED 2004/08/27 08:01:50 sab 1.9.170.4: RESYNC: (1.11-1.12); FILE MERGED 2004/08/12 12:40:38 sab 1.9.170.3: RESYNC: (1.10-1.11); FILE MERGED 2004/07/27 01:40:22 sab 1.9.170.2: RESYNC: (1.9-1.10); FILE MERGED 2004/02/24 10:10:47 jmarmion 1.9.170.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aa9d6a5d38366f82370971961fd00bad75a8b2c]

        INTEGRATION: CWS dr12 (1.3.64); FILE MERGED 2004/07/27 01:38:37 sab 1.3.64.3: RESYNC: (1.4-1.5); FILE MERGED 2004/05/06 11:37:09 dr 1.3.64.2: RESYNC: (1.3-1.4); FILE MERGED 2004/02/24 10:02:03 jmarmion 1.3.64.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [de41561d362a5bc22a5e53c1e0ad0e772d3b4b8f]

        INTEGRATION: CWS dr12 (1.5.42); FILE MERGED 2004/07/27 01:36:17 sab 1.5.42.3: RESYNC: (1.6-1.9); FILE MERGED 2004/05/06 11:35:04 dr 1.5.42.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/19 17:52:04 jmarmion 1.5.42.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e95df8c5e2e72c08c2656b714d4b7f6aa12bd991]

        INTEGRATION: CWS dr12 (1.7.62); FILE MERGED 2004/08/12 12:37:38 sab 1.7.62.4: RESYNC: (1.9-1.10); FILE MERGED 2004/07/27 01:35:33 sab 1.7.62.3: RESYNC: (1.8-1.9); FILE MERGED 2004/05/06 11:34:22 dr 1.7.62.2: RESYNC: (1.7-1.8); FILE MERGED 2004/02/24 10:01:41 jmarmion 1.7.62.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2f7f5f67f97d2dc0f28b3bae276b0ddcd64bea9]

        INTEGRATION: CWS dr12 (1.32.60); FILE MERGED 2004/08/12 08:53:25 jmarmion 1.32.60.6: #i32667# export horizontal and vertical note box attributes 2004/07/27 01:35:16 sab 1.32.60.5: RESYNC: (1.35-1.37); FILE MERGED 2004/05/06 11:33:59 dr 1.32.60.4: RESYNC: (1.33-1.35); FILE MERGED 2004/04/19 17:52:04 jmarmion 1.32.60.3: #i25335,i26291# note sizing and text box enhancements. 2004/02/25 10:27:05 dr 1.32.60.2: RESYNC: (1.32-1.33); FILE MERGED 2004/02/24 10:01:17 jmarmion 1.32.60.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2b7d7e884ab272c4377548d6639d65dcaf36cfd]

        INTEGRATION: CWS dr12 (1.6.42); FILE MERGED 2004/04/19 17:52:03 jmarmion 1.6.42.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bec489d605bb59b8043768f6e88fc875064defb3]

        INTEGRATION: CWS dr12 (1.3.64); FILE MERGED 2004/07/27 01:29:18 sab 1.3.64.3: RESYNC: (1.4-1.5); FILE MERGED 2004/05/06 11:32:01 dr 1.3.64.2: RESYNC: (1.3-1.4); FILE MERGED 2004/02/24 10:09:49 jmarmion 1.3.64.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d90fff6be2dac0d6beb3347bc58e6bfcd5689cd]

        INTEGRATION: CWS dr12 (1.10.32); FILE MERGED 2004/08/27 07:55:38 sab 1.10.32.8: RESYNC: (1.18-1.19); FILE MERGED 2004/08/12 12:34:32 sab 1.10.32.7: RESYNC: (1.17-1.18); FILE MERGED 2004/07/29 08:00:36 sab 1.10.32.6: #i21253#; fix merge problems 2004/07/27 01:27:15 sab 1.10.32.5: RESYNC: (1.14-1.17); FILE MERGED 2004/05/06 11:29:56 dr 1.10.32.4: RESYNC: (1.12-1.14); FILE MERGED 2004/04/19 17:55:14 jmarmion 1.10.32.3: #i25335,i26291# note sizing and text box enhancements. 2004/02/25 10:29:40 dr 1.10.32.2: RESYNC: (1.10-1.12); FILE MERGED 2004/02/24 10:09:48 jmarmion 1.10.32.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f16253ddba59f3e63e057666c4a805908cd80d50]

        INTEGRATION: CWS dr12 (1.10.62); FILE MERGED 2004/08/12 12:33:50 sab 1.10.62.4: RESYNC: (1.13-1.14); FILE MERGED 2004/07/27 01:26:21 sab 1.10.62.3: RESYNC: (1.11-1.13); FILE MERGED 2004/05/06 11:28:49 dr 1.10.62.2: RESYNC: (1.10-1.11); FILE MERGED 2004/02/24 10:09:48 jmarmion 1.10.62.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd4aa6c18618f37cfc7b7cbf4c4d90e61fa2d779]

        INTEGRATION: CWS dr12 (1.58.26); FILE MERGED 2004/08/27 07:54:35 sab 1.58.26.6: RESYNC: (1.62-1.63); FILE MERGED 2004/08/12 12:33:31 sab 1.58.26.5: RESYNC: (1.61-1.62); FILE MERGED 2004/07/27 01:25:33 sab 1.58.26.4: RESYNC: (1.60-1.61); FILE MERGED 2004/05/06 11:28:21 dr 1.58.26.3: RESYNC: (1.59-1.60); FILE MERGED 2004/02/25 10:29:05 dr 1.58.26.2: RESYNC: (1.58-1.59); FILE MERGED 2004/02/24 10:09:48 jmarmion 1.58.26.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcb5a0ff99dd447b89bc6ff0d2a45a57ad006ab0]

        INTEGRATION: CWS dr12 (1.87.60); FILE MERGED 2004/08/27 07:53:58 sab 1.87.60.10: RESYNC: (1.94-1.98); FILE MERGED 2004/08/12 12:32:56 sab 1.87.60.9: RESYNC: (1.93-1.94); FILE MERGED 2004/08/03 14:30:18 sab 1.87.60.8: #i21253#; don't show note 2004/07/29 08:00:35 sab 1.87.60.7: #i21253#; fix merge problems 2004/07/27 01:24:24 sab 1.87.60.6: RESYNC: (1.90-1.93); FILE MERGED 2004/07/10 15:06:54 jmarmion 1.87.60.5: #i26291# - no need to draw - now done in xiescher::XclImpEscherNote::Apply(). 2004/05/06 11:27:27 dr 1.87.60.4: RESYNC: (1.89-1.90); FILE MERGED 2004/04/19 17:55:13 jmarmion 1.87.60.3: #i25335,i26291# note sizing and text box enhancements. 2004/02/25 10:28:41 dr 1.87.60.2: RESYNC: (1.87-1.89); FILE MERGED 2004/02/24 10:09:48 jmarmion 1.87.60.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5070bed432307459a5d726dd7d7082d992dc0cc4]

        INTEGRATION: CWS dr12 (1.15.16); FILE MERGED 2004/07/27 01:19:07 sab 1.15.16.3: RESYNC: (1.16-1.19); FILE MERGED 2004/05/06 11:22:39 dr 1.15.16.2: RESYNC: (1.15-1.16); FILE MERGED 2004/02/24 10:08:41 jmarmion 1.15.16.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ccaa81583b02600f8eb0feb4f37c2065166573c]

        INTEGRATION: CWS dr12 (1.20.6); FILE MERGED 2004/08/27 07:52:31 sab 1.20.6.5: RESYNC: (1.23-1.24); FILE MERGED 2004/08/12 12:30:52 sab 1.20.6.4: RESYNC: (1.22-1.23); FILE MERGED 2004/07/27 01:18:40 sab 1.20.6.3: RESYNC: (1.21-1.22); FILE MERGED 2004/02/25 10:30:42 dr 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2004/02/24 10:08:40 jmarmion 1.20.6.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [249cf85d29a5101ad7d6a8f875222cdf1db315f6]

        INTEGRATION: CWS impress11 (1.8.28); FILE MERGED 2004/08/05 17:02:19 af 1.8.28.1: #i31926# Made View menu comply with spec.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9666a7a21e2bffcb8b267c21f4730771022aa67b]

        INTEGRATION: CWS dr12 (1.12.38); FILE MERGED 2004/08/27 07:52:23 sab 1.12.38.11: RESYNC: (1.14-1.15); FILE MERGED 2004/08/26 15:39:35 jmarmion 1.12.38.10: #i32667#  support EE_PARA_JUST in notes. 2004/08/15 16:59:29 jmarmion 1.12.38.9: #i32669# fix this dynamic rtl for m50 2004/08/12 08:52:07 jmarmion 1.12.38.8: #i32669# add dynamic RTL/LTR support to Notes #i32673# enable horizontal and vertical note box attributes 2004/07/29 08:00:19 sab 1.12.38.7: #i21253#; fix merge problems 2004/07/27 01:18:33 sab 1.12.38.6: RESYNC: (1.13-1.14); FILE MERGED 2004/07/09 16:44:00 jmarmion 1.12.38.5: #i25335# - set anchor to page for notes. 2004/06/21 17:11:53 jmarmion 1.12.38.4: #i25335# add support for fixed tail in Calc svdcaption objects. 2004/04/19 17:54:23 jmarmion 1.12.38.3: #i25335,i26291# note sizing and text box enhancements. 2004/02/25 10:30:34 dr 1.12.38.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/24 10:07:53 jmarmion 1.12.38.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [45e9e3cae9e132751b407f9a97099207905d817a]

        INTEGRATION: CWS dr12 (1.6.170); FILE MERGED 2004/07/27 01:13:42 sab 1.6.170.3: RESYNC: (1.6-1.7); FILE MERGED 2004/04/19 17:53:48 jmarmion 1.6.170.2: #i25335,i26291# note sizing and text box enhancements. 2004/02/24 10:07:03 jmarmion 1.6.170.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8306ec1e1f791343707091da6329aefcfeec5df9]

        INTEGRATION: CWS impress11 (1.19.30); FILE MERGED 2004/08/06 11:30:26 af 1.19.30.1: #i32098# Setting correct default values for HelplinesToFront and GridToFront.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a135b066ba1da1290800f35e330254861ca2a53]

        INTEGRATION: CWS dr12 (1.1.2); FILE ADDED 2004/08/26 15:38:08 jmarmion 1.1.2.5: #i32667# - support EE_PARA_JUST in notes. 2004/07/23 20:58:06 sab 1.1.2.4: #i21253#; add formatted notes 2004/07/09 16:41:06 jmarmion 1.1.2.3: #i21255# add support for creation of DrawLayer() for notes. 2004/04/19 17:53:48 jmarmion 1.1.2.2: #i25335,i26291# note sizing and text box enhancements. 2004/02/24 10:06:16 jmarmion 1.1.2.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b34c8fc6369c45d2f6b530e14530de6085edc957]

        INTEGRATION: CWS impress11 (1.44.26); FILE MERGED 2004/08/05 17:00:02 af 1.44.26.1: #i31396# Fixed setting the state for Normal and Master entries of View menu for Draw.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [295ddaac091978be5817ee2f50b35d481c7da598]

        INTEGRATION: CWS dr12 (1.8.16); FILE MERGED 2004/08/31 13:23:52 sab 1.8.16.6: solve merge problem 2004/08/27 07:51:00 sab 1.8.16.5: RESYNC: (1.11-1.13); FILE MERGED 2004/08/12 12:29:52 sab 1.8.16.4: RESYNC: (1.10-1.11); FILE MERGED 2004/07/27 01:11:27 sab 1.8.16.3: RESYNC: (1.9-1.10); FILE MERGED 2004/02/25 10:32:08 dr 1.8.16.2: RESYNC: (1.8-1.9); FILE MERGED 2004/02/24 10:05:48 jmarmion 1.8.16.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d672eda7fcd2769fbee68f3db32ca4d5a4db7094]

        INTEGRATION: CWS impress11 (1.27.30); FILE MERGED 2004/08/06 10:10:09 af 1.27.30.2: #i32098# Give the master page to the dialog when in master page mode. 2004/08/05 16:58:25 af 1.27.30.1: #i32098# Replaced SID_MASTER_LAYOUTS_... by single SID_MASTER_LAYOUTS.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc93a434fa3cd6073585e890d25d4b6253659181]

        INTEGRATION: CWS dr12 (1.12.30); FILE MERGED 2004/07/27 01:11:18 sab 1.12.30.3: RESYNC: (1.13-1.16); FILE MERGED 2004/05/06 11:18:42 dr 1.12.30.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/24 10:05:27 jmarmion 1.12.30.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4da66400a897479382c6f91f895c1aeb4be926a7]

        INTEGRATION: CWS impress11 (1.7.28); FILE MERGED 2004/08/05 16:57:22 af 1.7.28.1: #i32098# Split SID_LEFT_PANE into two entries for Draw and Impress.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9811dee288de793141fdfa006c9a80026d68235b]

        INTEGRATION: CWS dr12 (1.28.94); FILE MERGED 2004/08/27 07:50:34 sab 1.28.94.3: RESYNC: (1.28-1.29); FILE MERGED 2004/08/15 16:59:29 jmarmion 1.28.94.2: #i32669# fix this dynamic rtl for m50 2004/08/12 08:49:44 jmarmion 1.28.94.1: #i32669# add dynamic RTL/LTR support to Notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c0e28b23885ce5f8de0d919dcb7066a4a3bd917]

        INTEGRATION: CWS dr12 (1.56.92); FILE MERGED 2004/08/27 07:50:26 sab 1.56.92.3: RESYNC: (1.58-1.59); FILE MERGED 2004/08/12 12:27:58 sab 1.56.92.2: RESYNC: (1.56-1.58); FILE MERGED 2004/08/12 08:49:07 jmarmion 1.56.92.1: #i32669# add dynamic RTL/LTR support to Notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [984708dda4fd6349d38d15a23a14acb63364936e]

        INTEGRATION: CWS impress11 (1.2.140); FILE MERGED 2004/08/05 16:53:36 af 1.2.140.1: #i32098# Removed title strings that are not used anymore.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [93e5869bea142acfd7820043cde823eba47f96b8]

        INTEGRATION: CWS dr12 (1.21.40); FILE MERGED 2004/08/12 12:27:49 sab 1.21.40.3: RESYNC: (1.23-1.24); FILE MERGED 2004/07/27 01:09:13 sab 1.21.40.2: RESYNC: (1.21-1.23); FILE MERGED 2004/02/24 10:05:02 jmarmion 1.21.40.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3f835234edc5f0da7e741406009fe5386a75209]

        INTEGRATION: CWS dr12 (1.19.70); FILE MERGED 2004/08/27 07:50:18 sab 1.19.70.6: RESYNC: (1.24-1.25); FILE MERGED 2004/07/27 01:08:19 sab 1.19.70.5: RESYNC: (1.23-1.24); FILE MERGED 2004/05/06 11:16:01 dr 1.19.70.4: RESYNC: (1.20-1.23); FILE MERGED 2004/04/19 17:53:48 jmarmion 1.19.70.3: #i25335,i26291# note sizing and text box enhancements. 2004/02/25 10:31:15 dr 1.19.70.2: RESYNC: (1.19-1.20); FILE MERGED 2004/02/24 10:04:39 jmarmion 1.19.70.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [40725b4797d94cca5cc616be150c7a0856d0ecfb]

        INTEGRATION: CWS impress11 (1.2.30); FILE MERGED 2004/08/05 16:51:59 af 1.2.30.1: #i32098# Title is not passed anymore to constructor but taken from PaneManager.  Added SetTitle() method.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [370f852c12a7e5250c5a2d5526b755428a8bc740]

        INTEGRATION: CWS dr12 (1.41.6); FILE MERGED 2004/08/26 15:38:08 jmarmion 1.41.6.6: #i32667# - support EE_PARA_JUST in notes. 2004/08/12 12:27:41 sab 1.41.6.5: RESYNC: (1.43-1.44); FILE MERGED 2004/07/27 01:08:11 sab 1.41.6.4: RESYNC: (1.42-1.43); FILE MERGED 2004/04/19 17:53:47 jmarmion 1.41.6.3: #i25335,i26291# note sizing and text box enhancements. 2004/02/25 10:31:08 dr 1.41.6.2: RESYNC: (1.41-1.42); FILE MERGED 2004/02/24 10:04:16 jmarmion 1.41.6.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fb4fea2913a099bb9f455a2bd11c19eb2d8f133]

        INTEGRATION: CWS impress11 (1.3.74); FILE MERGED 2004/08/05 17:03:09 af 1.3.74.1: #i32098# Replaced SID_MASTER_LAYOUTS_... by single SID_MASTER_LAYOUTS.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f5b591c86ab41ae6d6ed38730eac70fa39c5d75]

        INTEGRATION: CWS dr12 (1.9.170); FILE MERGED 2004/07/27 01:07:36 sab 1.9.170.4: RESYNC: (1.11-1.12); FILE MERGED 2004/05/06 11:15:32 dr 1.9.170.3: RESYNC: (1.9-1.11); FILE MERGED 2004/04/19 17:53:47 jmarmion 1.9.170.2: #i25335,i26291# note sizing and text box enhancements. 2004/02/24 10:03:50 jmarmion 1.9.170.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [946c66c5e75ff7ba2904c2316bcf08b1c4ff3eb6]

        INTEGRATION: CWS impress11 (1.4.30); FILE MERGED 2004/08/06 17:00:46 af 1.4.30.2: #32098# Fixed minor compiler problem. 2004/08/06 10:09:14 af 1.4.30.1: #i32098# Modified the dialog to comply with spec.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fbcccfc6e080dabec50ce65a3ce6cb1afbb486e]

        INTEGRATION: CWS dr12 (1.18.272); FILE MERGED 2004/08/27 07:49:59 sab 1.18.272.4: RESYNC: (1.20-1.21); FILE MERGED 2004/08/12 12:27:20 sab 1.18.272.3: RESYNC: (1.19-1.20); FILE MERGED 2004/07/27 01:07:29 sab 1.18.272.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/24 10:03:28 jmarmion 1.18.272.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [da6a01d2049e7bb4f242421a5b9f4ff55521ca0c]

        INTEGRATION: CWS impress11 (1.2.30); FILE MERGED 2004/08/05 16:51:17 af 1.2.30.1: #i32098# Title is not passed anymore to constructor but taken from PaneManager.  Added SetTitle() method.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ca4b2841f24c6f72e732eec0865fa2f2e685207]

        INTEGRATION: CWS dr12 (1.18.114); FILE MERGED 2004/07/27 01:07:01 sab 1.18.114.3: RESYNC: (1.19-1.21); FILE MERGED 2004/05/06 11:15:11 dr 1.18.114.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/24 10:03:02 jmarmion 1.18.114.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [28b43fee26f9e5e3fce32c3f05d7d79c6545c96b]

        INTEGRATION: CWS impress11 (1.2.30); FILE MERGED 2004/08/05 16:49:59 af 1.2.30.1: #i32098# Split SID_LEFT_PANE into two entries for Draw and Impress.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f95a3aa79287c13054bc56c8c5a8c70cf207335]

        INTEGRATION: CWS dr12 (1.1.2); FILE ADDED 2004/07/23 20:57:52 sab 1.1.2.4: #i21253#; add formatted notes 2004/07/09 16:40:21 jmarmion 1.1.2.3: #i21255# add support for creation of DrawLayer() for notes. 2004/04/19 17:50:51 jmarmion 1.1.2.2: #i25335,i26291# note sizing and text box enhancements. 2004/02/24 09:59:14 jmarmion 1.1.2.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [317053b4648f5aa6330198a862fe3778cb8fafdc]

        INTEGRATION: CWS dr12 (1.25.12); FILE MERGED 2004/08/27 07:46:05 sab 1.25.12.5: RESYNC: (1.37-1.39); FILE MERGED 2004/07/26 22:44:54 sab 1.25.12.4: RESYNC: (1.30-1.37); FILE MERGED 2004/05/06 11:08:19 dr 1.25.12.3: RESYNC: (1.26-1.30); FILE MERGED 2004/02/25 10:35:23 dr 1.25.12.2: RESYNC: (1.25-1.26); FILE MERGED 2004/02/24 09:58:15 jmarmion 1.25.12.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebfa8bb0526a4673db724f1a7d622bf05cdabf04]

        INTEGRATION: CWS impress11 (1.30.30); FILE MERGED 2004/08/05 16:48:27 af 1.30.30.2: #i32098# Fixed minor spelling errors. 2004/07/30 14:18:09 af 1.30.30.1: #i32358# Renamed Insert Slide to Insert Page.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b2049a4aafafea24167aa98d27eb7025c568df4]

        INTEGRATION: CWS dr12 (1.5.272); FILE MERGED 2004/08/27 07:45:48 sab 1.5.272.3: RESYNC: (1.6-1.7); FILE MERGED 2004/07/26 22:44:20 sab 1.5.272.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/24 09:57:44 jmarmion 1.5.272.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef3d8fee0469dcbfc897470c87a08cdd5a940ea5]

        INTEGRATION: CWS dr12 (1.16.24); FILE MERGED 2004/07/26 22:42:54 sab 1.16.24.2: RESYNC: (1.16-1.17); FILE MERGED 2004/07/09 16:39:15 jmarmion 1.16.24.1: #i21255# add support for creation of DrawLayer for notes.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [83fdb2422a34d9ea436c4d565a4032c92f455eaf]

        INTEGRATION: CWS impress11 (1.18.30); FILE MERGED 2004/08/05 16:45:30 af 1.18.30.1: #i31926# Replaced SID_MASTER_LAYOUTS_... by single SID_MASTER_LAYOUTS.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [67070363ea67189a28fd55b2be9039d221098150]

        INTEGRATION: CWS dr12 (1.71.26); FILE MERGED 2004/08/27 07:45:21 sab 1.71.26.7: RESYNC: (1.79-1.81); FILE MERGED 2004/08/12 12:18:48 sab 1.71.26.6: RESYNC: (1.76-1.79); FILE MERGED 2004/07/26 22:42:47 sab 1.71.26.5: RESYNC: (1.75-1.76); FILE MERGED 2004/05/06 11:07:03 dr 1.71.26.4: RESYNC: (1.72-1.75); FILE MERGED 2004/04/19 17:50:50 jmarmion 1.71.26.3: #i25335,i26291# note sizing and text box enhancements. 2004/02/25 10:34:49 dr 1.71.26.2: RESYNC: (1.71-1.72); FILE MERGED 2004/02/24 09:57:21 jmarmion 1.71.26.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b601c54ac309a183f1fe3729ef7698cb8b9f79c6]

        INTEGRATION: CWS impress11 (1.23.28); FILE MERGED 2004/08/05 16:44:31 af 1.23.28.1: #i31926# Replaced SID_MASTER_LAYOUTS_... by single SID_MASTER_LAYOUTS.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [959011ceff4b61abb6f806955c30b5839e18726e]

        INTEGRATION: CWS dr12 (1.6.280); FILE MERGED 2004/07/29 10:19:47 sab 1.6.280.3: #i21253#; fix merge problems 2004/07/26 22:42:30 sab 1.6.280.2: RESYNC: (1.6-1.7); FILE MERGED 2004/04/19 17:50:50 jmarmion 1.6.280.1: #i25335,i26291# note sizing and text box enhancements.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e08939f327f62a7dd699f396fe01fc3cf2bbc76c]

        INTEGRATION: CWS impress11 (1.3.30); FILE MERGED 2004/08/05 16:43:03 af 1.3.30.1: #i31926# Split SID_LEFT_PANE into two entries for Draw and Impress.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [846ffb4f4bcde17438afeaa4ddd4743aa0505d86]

        INTEGRATION: CWS impress11 (1.10.30); FILE MERGED 2004/08/05 17:23:18 af 1.10.30.2: #i32098# Commented out one line too many. 2004/08/05 16:42:10 af 1.10.30.1: #i31926# Replaced SID_MASTER_LAYOUTS_... by single SID_MASTER_LAYOUTS.  Split SID_LEFT_PANE into two entries for Draw and Impress.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [73672e0761de00e9d24411cc549a01c7f33c5e1c]

        INTEGRATION: CWS dr12 (1.8.272); FILE MERGED 2004/08/27 07:44:30 sab 1.8.272.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/26 22:40:51 sab 1.8.272.2: RESYNC: (1.8-1.9); FILE MERGED 2004/02/24 09:56:54 jmarmion 1.8.272.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cf176b21f9c9f12ad0075d1bfb16ec48e22631f]

        INTEGRATION: CWS dr12 (1.10.146); FILE MERGED 2004/07/26 22:39:51 sab 1.10.146.3: RESYNC: (1.11-1.13); FILE MERGED 2004/05/06 11:05:58 dr 1.10.146.2: RESYNC: (1.10-1.11); FILE MERGED 2004/02/24 09:56:25 jmarmion 1.10.146.1: #i21255# text formatting for cell notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a567ae5a672cfd76405d5fa45070efa4b474456e]

        INTEGRATION: CWS impress11 (1.21.32); FILE MERGED 2004/08/05 17:14:35 af 1.21.32.1: #i32098# Set default values of Grid and Helplines related flags according to spec.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbeb7e042eebe7415a7aea9609530817a2cf4b3c]

        INTEGRATION: CWS dr12 (1.49.66); FILE MERGED 2004/07/30 11:50:50 sab 1.49.66.3: #i21253#; make notes work 2004/07/26 11:29:28 sab 1.49.66.2: RESYNC: (1.49-1.52); FILE MERGED 2004/07/23 20:59:58 sab 1.49.66.1: #i21253#; add formatted notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [72def8637068758a7cdf0a145af431ae8f58c915]

        INTEGRATION: CWS impress11 (1.17.82); FILE MERGED 2004/08/05 17:14:03 af 1.17.82.1: #i32098# Set default values of Grid and Helplines related flags according to spec.

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f0b9ddcaea058cf8e41b142aaf99926b0f6ff1f]

        INTEGRATION: CWS dr12 (1.31.8); FILE MERGED 2004/08/27 07:38:42 sab 1.31.8.3: RESYNC: (1.33-1.35); FILE MERGED 2004/07/26 11:29:20 sab 1.31.8.2: RESYNC: (1.31-1.33); FILE MERGED 2004/07/23 20:59:58 sab 1.31.8.1: #i21253#; add formatted notes

2004-09-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb129db991b9154444df2b1389b6d6e42a4efb5e]

        INTEGRATION: CWS dr12 (1.102.8); FILE MERGED 2004/08/27 07:37:56 sab 1.102.8.4: RESYNC: (1.106-1.107); FILE MERGED 2004/08/12 11:19:04 sab 1.102.8.3: RESYNC: (1.105-1.106); FILE MERGED 2004/07/26 11:26:46 sab 1.102.8.2: RESYNC: (1.102-1.105); FILE MERGED 2004/07/23 20:59:42 sab 1.102.8.1: #i21253#; add formatted notes

2004-09-08  Kurt Zenker  <kz@openoffice.org>  [61788feacb1d768de1c0a4d2155f114db55eb7ad]

        #i10000# set USE_DEFFILE

2004-09-08  Kurt Zenker  <kz@openoffice.org>  [6d0634dce5ebd853d23308623d6f3ae2a620ffc2]

        #i10000# some libs are no uno components

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [9527165af53cbf5f8f6410d8cbc846d11b6382d9]

        INTEGRATION: CWS pj01 (1.19.4); FILE MERGED 2004/08/30 19:27:56 pjanik 1.19.4.1: #i33459#: Use ENABLE_DIRECTX instead of DIRECTX_SUPPORT

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [594e510543df45190f75c4f615ed349084b11457]

        INTEGRATION: CWS pj01 (1.66.4); FILE MERGED 2004/08/30 19:25:48 pjanik 1.66.4.1: #i33258#: Fix support for Sun Workshop CC, add support for version 5.5.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [93c7835200405ba3082b8590fbca3bb8579aee52]

        INTEGRATION: CWS pj01 (1.48.2); FILE MERGED 2004/08/30 19:25:46 pjanik 1.48.2.1: #i33258#: Fix support for Sun Workshop CC, add support for version 5.5.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [65bb72738c18ec433a6dc078b421e5b0705067b3]

        INTEGRATION: CWS pj01 (1.2.10); FILE MERGED 2004/08/30 19:00:50 pjanik 1.2.10.1: #i32707#: Add missing include file.

2004-09-08  Kurt Zenker  <kz@openoffice.org>  [75712a15718e52e77e295df4832fe970e641b5c0]

        #i10000# disable ipv6 for unxsoli4

2004-09-08  Kurt Zenker  <kz@openoffice.org>  [d5537f7e8aa2a2d85457aa8308f5be0c5bd2eccd]

        #i10000# new version

2004-09-08  Kurt Zenker  <kz@openoffice.org>  [5ec0f0ca7633aca2dd2dd8609c4ff3c7a3a4fc46]

        #i10000 missing lib

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [29dbfde26f41944593407826bd0f9476fe234e67]

        INTEGRATION: CWS vq01 (1.4.34); FILE MERGED 2004/09/01 17:32:12 hr 1.4.34.2: #i33520#: CvsModule::update() optionally returns list of unkown files/directories 2004/08/29 01:57:17 vq 1.4.34.1: #i33400# Catch some cvs errors.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e3dd3765834f63525c98cb2a3a0e28e3c86d5ae]

        INTEGRATION: CWS vq01 (1.1.2); FILE ADDED 2004/09/01 21:16:48 vq 1.1.2.2: #i33520# Enhancements for cwsclone. 2004/08/29 01:48:59 vq 1.1.2.1: #i33520# Add a cws checkout/update utility: cwsclone.pl

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [35b69f4ca8b5e51296248dbd46f4f708bf1eb2b5]

        INTEGRATION: CWS vq01 (1.1.2); FILE ADDED 2004/08/31 18:03:41 vq 1.1.2.1: #i33520# Add wrapper script for cwsclone.

2004-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cf611e6ce62c9b251d08422835fbd26c303d9c9]

        INTEGRATION: CWS vq01 (1.3.10); FILE MERGED 2004/08/29 00:36:09 vq 1.3.10.1: #i33519# Enable cwsadd.pl to work in cygwin environment.

2004-09-08  Kurt Zenker  <kz@openoffice.org>  [e80dbc21219e65ec306ae0399dbec1572ac10b49]

        #i33953# fix for CJK filters (AS)

2004-09-08  Malte Timmermann  <mt@openoffice.org>  [03cdd3df5a3c345cb11814823b3d3661bbedaeac]

        #i33939# Don't crash on no-storage-format files...

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [9d4d20d213e877d013f98625ebbb2efde8ce0193]

        SRC680

2004-09-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d97d96aa00f88f1a72671772fe36d6cc690e5f8]

        #i10000#: workaround compile problems with gcc-3.4.1

2004-09-07  Vladimir Glazounov  <vg@openoffice.org>  [154bc55f1b6e4a0cb343a5b39b350bbbcc472bf7]

        #i100000# some changes for fetching build.lst from solver or via cvs

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [c5865f55c01f98967171865fda0b8b647494dea7]

        INTEGRATION: CWS referr (1.20.86); FILE MERGED 2004/08/11 15:15:33 er 1.20.86.1: #i26431# better handling of reference updates during inserts/deletes

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [54e7923fbae5474ef27595a7d0dbec0dd379d257]

        INTEGRATION: CWS referr (1.27.104); FILE MERGED 2004/08/16 13:36:29 er 1.27.104.2: RESYNC: (1.27-1.28); FILE MERGED 2004/08/11 15:15:33 er 1.27.104.1: #i26431# better handling of reference updates during inserts/deletes

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [5e2e6e45ef0810013b37f30e3bb2bee5c2504e9c]

        INTEGRATION: CWS referr (1.57.8); FILE MERGED 2004/08/16 13:34:08 er 1.57.8.2: RESYNC: (1.57-1.58); FILE MERGED 2004/08/11 15:15:32 er 1.57.8.1: #i26431# better handling of reference updates during inserts/deletes

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [835e31b240e64a2d7de261392e0aae1b7f6eb581]

        INTEGRATION: CWS referr (1.12.104); FILE MERGED 2004/08/11 15:15:32 er 1.12.104.1: #i26431# better handling of reference updates during inserts/deletes

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [7135f159def1f8c8b7cdd6b8df48bcb88ba40ec9]

        INTEGRATION: CWS referr (1.20.106); FILE MERGED 2004/08/11 15:15:32 er 1.20.106.2: #i26431# better handling of reference updates during inserts/deletes 2004/08/09 13:15:49 er 1.20.106.1: #i30107# #i30921# #i32417# UpdateReference: differences of course remain signed..

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [57db101db727b93cbcce706347f287ec99183995]

        INTEGRATION: CWS referr (1.21.84); FILE MERGED 2004/08/11 15:15:31 er 1.21.84.1: #i26431# better handling of reference updates during inserts/deletes

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [b13b0f98be9b328d1893067d7fb6177af05f2b84]

        INTEGRATION: CWS referr (1.4.86); FILE MERGED 2004/08/11 15:15:30 er 1.4.86.1: #i26431# better handling of reference updates during inserts/deletes

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [b62eea32fc588ace56eff493029980c8579610e3]

        INTEGRATION: CWS referr (1.23.106); FILE MERGED 2004/08/11 15:15:30 er 1.23.106.1: #i26431# better handling of reference updates during inserts/deletes

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [2bf237cfa19f3ec4c62d5864158bf76bb9bf2a4b]

        INTEGRATION: CWS referr (1.9.104); FILE MERGED 2004/08/11 15:15:30 er 1.9.104.1: #i26431# better handling of reference updates during inserts/deletes

2004-09-07  Kurt Zenker  <kz@openoffice.org>  [bb192f3def7f24bb44b5dc7dcf3a08a073d501cb]

        INTEGRATION: CWS referr (1.13.84); FILE MERGED 2004/08/11 15:15:30 er 1.13.84.1: #i26431# better handling of reference updates during inserts/deletes

2004-09-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d23545e61b3e026352b44feed4ae9772df3a946a]

        #i10000#: verify milestone only if specified

2004-09-06  Michael Hönnig  <mi@openoffice.org>  [4d05ec4dff25bd784b0aed90799729c43c165a82]

        initial release

2004-09-03  Mathias Bauer  <mba@openoffice.org>  [99231b5f902d8bd0e413c9ab769f308baf901201]

        #i20180#: some linkage problems solved

2004-09-02  Ingo Schmidt  <is@openoffice.org>  [ff1f09d053dd7b0c3e90a3ace197f399e7a24bdb]

        #117789# cs2c office

2004-09-02  Kurt Zenker  <kz@openoffice.org>  [7ef1934a4555630024c50b49636e217c67c969c8]

        #i10000# includes corrected

2004-09-02  Kurt Zenker  <kz@openoffice.org>  [9b4ae92e645a414ff6d4de3edd05069dd5186c38]

        #i10000# do not use const (MBA)

2004-09-02  Mathias Bauer  <mba@openoffice.org>  [db4915a3ecc7fef529fed9e5c2d62aeb5af5a218]

        #i20180#: OASIS MimeType; some Typos fixed; Chart XML formats removed; problem with string concatenation overflow on MSVC++ fixed

2004-09-02  Mathias Bauer  <mba@openoffice.org>  [50c50e3d109cef76bd3ee5cc678acc07857bdee1]

        #i20180#: OASIS MimeType; some Typos fixed; Chart XML formats removed

2004-09-02  Kurt Zenker  <kz@openoffice.org>  [92366129f3aa3408964374cadff977b4cf0b4b24]

        new version for SRC680

2004-09-01  Kurt Zenker  <kz@openoffice.org>  [76121adac75d0ef4aced19d17b29e47b9d01526b]

        new version for SRC680

2004-09-01  Kurt Zenker  <kz@openoffice.org>  [7dcbe6910ffcd086eb4cb32e26ef0606cf8a2c87]

        new version for SRC680

2004-09-01  Kurt Zenker  <kz@openoffice.org>  [af20fca6cc3209d0227e3bb84e251f5576cc67fa]

        new version for SRC680

2004-09-01  Kurt Zenker  <kz@openoffice.org>  [b1f1ba9e7ee53be6ac81ca68246f6bbbac7ea16f]

        new version for SRC680

2004-09-01  Kurt Zenker  <kz@openoffice.org>  [760a29ca579cab294173b7ce13e6439be263c276]

        #117495# remove chart2 from setup (BM)

2004-09-01  Kurt Zenker  <kz@openoffice.org>  [49296c9c67cad9761fabdf8dab8fdaa6cb4b5a9f]

        new version for SRC680

2004-09-01  Kurt Zenker  <kz@openoffice.org>  [e4688ebed82175a73046df8fa85d03aabd1ae76b]

        new version for SRC680

2004-09-01  Kurt Zenker  <kz@openoffice.org>  [422213e97734b4ee10028965fb98bd192d88bf1b]

        new version for SRC680

2004-09-01  Kurt Zenker  <kz@openoffice.org>  [6ff0a314a7e919dc7ec2d12fe544684a977007ea]

        new version for SRC680

2004-09-01  Kurt Zenker  <kz@openoffice.org>  [518a1566cfb117217f0a1d94c2ff0ddc95807602]

        #i10000# xrmex & cfgex were missing

2004-09-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e4d2c8f013954cf75508496e9ab59752a5af956]

        #i10000#: fix workspace look up for setsolar environment

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [7a495ff30bad0da503ea8e4702a3b2002a926251]

        SRC680

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [2bf0f2103e24ff92bedec101f0299297bcbdb337]

        INTEGRATION: CWS c02v1 (1.6.562); FILE MERGED 2004/08/11 15:02:12 os 1.6.562.1: #i30878# access to static pFldNames now non-inline

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [f69bd6f3ad871b254e603d388ff537854225d8b0]

        INTEGRATION: CWS c02v1 (1.63.50); FILE MERGED 2004/08/13 11:02:06 ka 1.63.50.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [e7a6a4c7f29573a14065adea29bb5163c45d29bd]

        INTEGRATION: CWS cfglogging (1.8.30); FILE MERGED 2004/08/27 07:49:04 jb 1.8.30.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [4fb6263d83d5632a40ec08c364973099a1c6928f]

        INTEGRATION: CWS cfglogging (1.17.30); FILE MERGED 2004/08/27 07:49:03 jb 1.17.30.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [2abce3dec2ab033cf69e2de8232c4268ecedbaec]

        INTEGRATION: CWS cfglogging (1.29.16); FILE MERGED 2004/08/26 12:13:36 jb 1.29.16.1: #i33383# Improved LDAP.xcu example is now named LDAP.xcu.sample

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [3be99be771437ded721158dad8f01ac44a762d40]

        INTEGRATION: CWS cfglogging (1.1.2); FILE ADDED 2004/08/27 17:10:43 jb 1.1.2.1: #i25940# A logger for testing log output

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [7d0f4941d7793e0d3f2d71fedbb6b3eca3d1edf0]

        INTEGRATION: CWS cfglogging (1.1.2); FILE ADDED 2004/08/27 17:10:34 jb 1.1.2.1: #i25940# A logger for testing log output

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a842ab635a9db8c3f4141a29f91434b85bcc1e2d]

        INTEGRATION: CWS cfglogging (1.1.2); FILE ADDED 2004/08/27 17:43:56 jb 1.1.2.2: #i31391# Rename conflicting file 2004/08/27 17:10:24 jb 1.1.2.1: #i25940# A logger for testing log output

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [63a94b90618672486f6bf78dc5affc851cbbc423]

        INTEGRATION: CWS cfglogging (1.1.2); FILE ADDED 2004/08/31 13:04:03 jb 1.1.2.2: #25940# Correct error in simple test logger registration 2004/08/27 17:42:18 jb 1.1.2.1: #i31391# Rename conflicting file

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d6c8ae8a4e8d2811ced3e46c0e2b03fa8c6b7b9e]

        INTEGRATION: CWS cfglogging (1.1.2); FILE ADDED 2004/08/27 17:10:14 jb 1.1.2.1: #i25940# A logger for testing log output

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [42c170ad20de9ce5dc5c7f32f868bb5fd84d1940]

        INTEGRATION: CWS cfglogging (1.2.120); FILE MERGED 2004/08/27 07:49:03 jb 1.2.120.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [5318d95539ff13deb660b2a21878f66c61655c4a]

        INTEGRATION: CWS cfglogging (1.8.156); FILE MERGED 2004/08/27 10:44:26 jb 1.8.156.3: #i25939# Log message was missing error condition 2004/08/27 10:28:09 jb 1.8.156.2: #i25939# Remove spurious newlines from log messages 2004/08/27 07:49:02 jb 1.8.156.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a77a767d0a5c035a48aaaed88905d106a58fc0f4]

        INTEGRATION: CWS cfglogging (1.5.120); FILE MERGED 2004/08/27 07:49:02 jb 1.5.120.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [eaf5c16bffba7b6ec9a278bdc37a9e380e6ee823]

        INTEGRATION: CWS c02v1 (1.15.34); FILE MERGED 2004/08/18 15:52:05 thb 1.15.34.1: #i32109#: Fill opaque areas reliably, apply bitmasks only where mask is opaque

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [455eb696bbf0c646ccdb7fda0274951dcfd3777a]

        INTEGRATION: CWS cfglogging (1.7.16); FILE MERGED 2004/08/27 07:49:02 jb 1.7.16.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d07c3761c3a357200272924927efebe5214365bb]

        INTEGRATION: CWS cfglogging (1.3.120); FILE MERGED 2004/08/27 07:49:02 jb 1.3.120.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [8193f649f30aec3cbe0cd662e4fc2674d9126491]

        INTEGRATION: CWS c02v1 (1.17.182); FILE MERGED 2004/08/18 15:52:05 thb 1.17.182.1: #i32109#: Fill opaque areas reliably, apply bitmasks only where mask is opaque

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [8c603e4d783538b4a55041a6e8841ef0c43a5845]

        INTEGRATION: CWS cfglogging (1.10.120); FILE MERGED 2004/08/27 10:28:09 jb 1.10.120.2: #i25939# Remove spurious newlines from log messages 2004/08/27 07:49:01 jb 1.10.120.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [f5c7157a90ffd51a48b3bba175a5ef0f0c192d59]

        INTEGRATION: CWS c02v1 (1.22.82); FILE MERGED 2004/08/27 10:30:54 thb 1.22.82.2: #i32109# Reading the map mode state from the device we're later setting it back to... 2004/08/18 15:52:04 thb 1.22.82.1: #i32109#: Fill opaque areas reliably, apply bitmasks only where mask is opaque

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [f5aad3e64d1ffeb3ad1956f407d0103f721d48fb]

        INTEGRATION: CWS cfglogging (1.2.130); FILE MERGED 2004/08/27 07:49:01 jb 1.2.130.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [81715a373c4a214624e9df24bdd389d093bb3c67]

        INTEGRATION: CWS c02v1 (1.16.52); FILE MERGED 2004/08/13 13:11:47 ka 1.16.52.2: #117562#: Gallery API 2004/08/13 10:58:57 ka 1.16.52.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0345f3fede73e733a44e8a09086ed350f61d57fc]

        INTEGRATION: CWS cfglogging (1.8.108); FILE MERGED 2004/08/27 07:49:01 jb 1.8.108.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [8db474e7a9101234cb2a22479ac328998a8acd83]

        INTEGRATION: CWS c02v1 (1.7.102); FILE MERGED 2004/08/13 13:11:47 ka 1.7.102.2: #117562#: Gallery API 2004/08/13 10:58:56 ka 1.7.102.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [e6678f60b5c0e3698543bb385cc9c55b6414421d]

        INTEGRATION: CWS cfglogging (1.5.120); FILE MERGED 2004/08/27 07:49:01 jb 1.5.120.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c3b7353ad0fb2ec41938b8aa3b02c2cd6f80f7e0]

        INTEGRATION: CWS cfglogging (1.5.120); FILE MERGED 2004/08/27 07:49:00 jb 1.5.120.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [6b138da2922b8e8512f264fe7e6b0e8309cc00df]

        INTEGRATION: CWS cfglogging (1.22.38); FILE MERGED 2004/08/27 07:44:53 jb 1.22.38.1: #i25940# New: Create wrapper for UNO logging interface, logging to a dedicated UNO singleton

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a909977ace65dfe80e877f438efe4bc149542168]

        INTEGRATION: CWS cfglogging (1.1.2); FILE ADDED 2004/08/27 10:29:40 jb 1.1.2.2: #i25940# Restrict default redirection to OSL_TRACE to high-level messages 2004/08/27 07:44:30 jb 1.1.2.1: #i25940# New: Create wrapper for UNO logging interface, logging to a dedicated UNO singleton

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [708b5a5641e87aae1f617f8dded6c5777eea5510]

        INTEGRATION: CWS cfglogging (1.1.164); FILE MERGED 2004/08/27 07:47:07 jb 1.1.164.1: #i25939# Add support for (read-only) iteration of stack contents

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [8ae713589dad760829af74cc10e2ae773f5abb8b]

        INTEGRATION: CWS cfglogging (1.1.2); FILE ADDED 2004/08/27 07:44:18 jb 1.1.2.1: #i25940# New: Create wrapper for UNO logging interface, logging to a dedicated UNO singleton

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c5c66c9761d55d057a845479b57c59aa199b2133]

        INTEGRATION: CWS c02v1 (1.4.18); FILE MERGED 2004/08/12 12:07:25 cd 1.4.18.1: #i32515# Revert changes for SfxObjectShellItem

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c12225e1f7e333768ba1207052d46d6858733f46]

        INTEGRATION: CWS cfglogging (1.1.158); FILE MERGED 2004/08/27 09:33:19 jb 1.1.158.1: #i31391# Add possibility to suppress error output

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [e0e064be90305a56e7e15f1ed673cf4f0b91b206]

        INTEGRATION: CWS cfglogging (1.5.120); FILE MERGED 2004/08/27 09:30:50 jb 1.5.120.1: #i32454# Make configimport a non-Console app on Windows to avoid getting a popup console during setup.

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [10353e2da5e93c868057d4aa416b4329243a4d65]

        INTEGRATION: CWS c02v1 (1.34.14); FILE MERGED 2004/08/13 11:16:09 ka 1.34.14.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [7047526f9019842603c3ea770da4ffdc8d554d76]

        INTEGRATION: CWS cfglogging (1.5.110); FILE MERGED 2004/08/27 07:49:05 jb 1.5.110.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d853925da637874d81d9007afbb524943e9d4c3f]

        INTEGRATION: CWS c02v1 (1.4.734); FILE MERGED 2004/08/24 08:21:15 cl 1.4.734.2: #i29291# using OASIS for clipboard 2004/08/13 12:36:15 cl 1.4.734.1: #i32539# use oasis xml format for drawing layer clipboard format import

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [74cb8dca0aaa3f5517e039f920a46ae5df936509]

        INTEGRATION: CWS cfglogging (1.11.40); FILE MERGED 2004/08/27 07:49:05 jb 1.11.40.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d04687eb75354527a3341e2c380a03dfb1673485]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/15 05:15:28 ka 1.1.2.2: added drawing support 2004/08/13 11:04:09 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [542e6277461a702b82537bd3e45eab5b8c02dc26]

        INTEGRATION: CWS cfglogging (1.6.120); FILE MERGED 2004/08/27 07:49:05 jb 1.6.120.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [9420c2285542ef032bf17405d8082be32bb90b5b]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/24 08:21:01 cl 1.1.2.3: #i29291# fixed compiler errors 2004/08/14 05:30:38 ka 1.1.2.2: cleanup 2004/08/13 11:04:33 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [89ef0d5a5a245cc823a71afa503c927911539eb5]

        INTEGRATION: CWS cfglogging (1.19.4); FILE MERGED 2004/08/27 07:49:05 jb 1.19.4.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [17227fc270f46086aee0b297c875cafa3769f8e6]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/24 08:21:01 cl 1.1.2.4: #i29291# fixed compiler errors 2004/08/15 05:15:27 ka 1.1.2.3: added drawing support 2004/08/14 05:30:38 ka 1.1.2.2: cleanup 2004/08/13 11:03:57 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [2b0470c03396453762fc794d417f76cbc1a7d03c]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/24 08:21:01 cl 1.1.2.3: #i29291# fixed compiler errors 2004/08/15 05:15:27 ka 1.1.2.2: added drawing support 2004/08/13 11:04:20 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [1652f0610993fee0724c65b2afbed1d6cb2f7acd]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/15 05:15:27 ka 1.1.2.3: added drawing support 2004/08/14 05:30:37 ka 1.1.2.2: cleanup 2004/08/13 11:03:45 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [16d8214f286b13eca1e4ca6655ad52c12916a64c]

        INTEGRATION: CWS cfglogging (1.8.120); FILE MERGED 2004/08/27 07:49:04 jb 1.8.120.1: #i25940#,#i25939# Add log output to parsing services

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [949f1149f47830d8e4755e83ae34965341635e58]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/13 11:03:32 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [df06a032a854f71b52523d48cd8b737cc8765f34]

        INTEGRATION: CWS c02v1 (1.9.252); FILE MERGED 2004/08/13 11:16:09 ka 1.9.252.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [8913d25cdc7951af2c4d56d18680bf7dde32c1b5]

        INTEGRATION: CWS c02v1 (1.57.68); FILE MERGED 2004/08/13 14:17:32 cl 1.57.68.2: #i32539# no longer using weak reference for UnoModel 2004/08/13 12:28:42 cl 1.57.68.1: #i32539# no longer using weak reference for UnoModel

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [86f88b5c7b131aca1ef22a14582cfe8a764ce3cb]

        INTEGRATION: CWS c02v1 (1.17.14); FILE MERGED 2004/08/18 13:07:32 aw 1.17.14.1: #i32448# Do not disable, but clear the items

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d6a7408d20deb1b8055dbe42b133170076bbee72]

        INTEGRATION: CWS cfglogging (1.2.114); FILE MERGED 2004/08/26 12:16:28 jb 1.2.114.1: #i33383# Ensure correct processing for LDAP.xcu

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [bd6b666860f1b515c2b11aca9e6279a5cacf4839]

        INTEGRATION: CWS c02v1 (1.8.70); FILE MERGED 2004/08/24 08:23:08 cl 1.8.70.1: #i29291# paint document background for pages without masterpage

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [01f77ed94fd773660c36d5ce33bdde5cfd15a8ae]

        INTEGRATION: CWS cfglogging (1.2.36); FILE MERGED 2004/08/26 12:02:56 jb 1.2.36.1: #i33383# Added missing default for Port

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [79d055f954c5639b9e9593b438ea5fe4f388e5ed]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/24 08:20:46 cl 1.1.2.3: #i29291# fixed compiler errors 2004/08/15 05:15:27 ka 1.1.2.2: added drawing support 2004/08/13 11:04:56 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a45852b0efa35bf5b42394d0996d894bf0f6ad0e]

        INTEGRATION: CWS cfglogging (1.2.114); FILE MERGED 2004/08/27 13:32:19 jb 1.2.114.2: #i33383# Makefile change did not work on wntmsci (4nt) 2004/08/26 12:02:00 jb 1.2.114.1: #i33383# Improved delivery of example LDAP.xcu

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b2a2b67ff95637db9f66e9fae16690eaf30fb439]

        INTEGRATION: CWS c02v1 (1.28.756); FILE MERGED 2004/08/14 05:30:37 ka 1.28.756.2: cleanup 2004/08/13 11:16:08 ka 1.28.756.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ceb2d6e94db0fc692ba17aa6cca32757f920366f]

        INTEGRATION: CWS cfglogging (1.1.2); FILE ADDED 2004/08/26 12:00:57 jb 1.1.2.1: #i33383# Improved LDAP.xcu example is now named LDAP.xcu.sample

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [8fc871e4de6bb696b148f16ed46258c33262c54f]

        INTEGRATION: CWS c02v1 (1.26.128); FILE MERGED 2004/08/24 08:21:59 cl 1.26.128.2: #i29291# added support for oasis format 2004/08/13 11:16:08 ka 1.26.128.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [cc78100945ad9e2458ae87eae4557597465f33d2]

        INTEGRATION: CWS cfglogging (1.38.36); FILE MERGED 2004/08/26 12:03:51 jb 1.38.36.1: #i33383# Improved LDAP.xcu example is now named LDAP.xcu.sample

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [911983ed0c88948bf804c5ec76ae5a9f13b84ff7]

        INTEGRATION: CWS c02v1 (1.15.118); FILE MERGED 2004/08/13 11:16:08 ka 1.15.118.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ed210d46b23e3dbf2107a02f67fddc115786fda8]

        INTEGRATION: CWS c02v1 (1.40.342); FILE MERGED 2004/08/13 11:16:08 ka 1.40.342.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [682d47e8604679bc9b4320a9f49d5d4099a95dba]

        INTEGRATION: CWS c02v1 (1.58.126); FILE MERGED 2004/08/24 08:20:18 cl 1.58.126.1: #i29291# removed favorit page

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [53ed5ee38c88003264a45768e57b45da3d895e26]

        INTEGRATION: CWS c02v1 (1.17.118); FILE MERGED 2004/08/24 08:20:17 cl 1.17.118.1: #i29291# removed favorit page

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [5dc1cb0fecc9bf40e5b98113e0a8164dc405b093]

        INTEGRATION: CWS c02v1 (1.14.68); FILE MERGED 2004/08/13 11:16:07 ka 1.14.68.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [00265ba9e24829c28de7ed668bcb0d13eb9c38c3]

        INTEGRATION: CWS c02v1 (1.2.344); FILE MERGED 2004/08/14 05:30:37 ka 1.2.344.2: cleanup 2004/08/13 11:16:07 ka 1.2.344.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [9d73ea1b5c4f13c5e52148d7f5874fcbbf2ebb35]

        INTEGRATION: CWS c02v1 (1.2.344); FILE MERGED 2004/08/13 11:16:07 ka 1.2.344.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [3cc1300ddb7593c2a291bd13a4f735c0fcdb5cbd]

        INTEGRATION: CWS c02v1 (1.2.344); FILE MERGED 2004/08/15 05:15:26 ka 1.2.344.1: added drawing support

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [06ec9fd75cc44ec66207e686b86d39ea7e43ffab]

        INTEGRATION: CWS c02v1 (1.3.914); FILE MERGED 2004/08/24 08:20:03 cl 1.3.914.1: #i29291# removed favorit page

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c6adda9f40157777f0c2971da79a69573f98b0dd]

        INTEGRATION: CWS c02v1 (1.80.20); FILE MERGED 2004/08/13 11:02:07 ka 1.80.20.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [e3f9500e2f566521bbf757b9ce535fdac5a4fada]

        INTEGRATION: CWS c02v1 (1.63.50); FILE MERGED 2004/08/13 11:02:06 ka 1.63.50.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [96f56387517cdaa76fdd6772fdb520dbc00a38ec]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/13 11:01:12 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [efc36e74296be82341f20e17a0b52938df692a31]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/13 11:01:00 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [97a03b23952d3d1bf44fc1cba57a527da4277b21]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/14 05:30:17 ka 1.1.2.2: cleanup 2004/08/13 11:00:47 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [2710c02306eafe55ed6ccd039f372a722eee4710]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/13 11:00:36 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [fe7e3c524a7ccff6bba26b9395b81e7c3ba29783]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/15 05:12:11 ka 1.1.2.2: cleanup 2004/08/13 11:00:23 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [e9247c797e75570e4da8d2b8cdd260be842b4f6b]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/13 11:00:11 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [5cdff15aa396e89a535d2814afcb7f684236f2de]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/30 13:23:57 ka 1.1.2.2: corrected wrong id 2004/08/13 10:59:58 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c05e612fa873ce41b159e5eb971ce8fbc330edae]

        INTEGRATION: CWS c02v1 (1.1.2); FILE ADDED 2004/08/13 10:59:47 ka 1.1.2.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [49aa6fb262715c68ce27045cf8b08da458e41795]

        INTEGRATION: CWS c02v1 (1.1.1.1.138); FILE MERGED 2004/08/19 09:57:39 ih 1.1.1.1.138.1: #i32641# templates converted to new format

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ef1e0f5bee3655ba9a2ec2d5e394e434f5bac70b]

        INTEGRATION: CWS c02v1 (1.1.1.1.138); FILE MERGED 2004/08/19 09:53:42 ih 1.1.1.1.138.1: #32641# templates converted to new format

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0494fa1258a4ef63c8f0dc8294bdfa04b4581584]

        INTEGRATION: CWS c02v1 (1.48.6); FILE MERGED 2004/08/13 11:02:32 ka 1.48.6.1: #117562#: Gallery API

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [1e6f6a230936803090aed11afb775884ffdfc84a]

        INTEGRATION: CWS c02v1 (1.92.10); FILE MERGED 2004/08/11 15:03:54 os 1.92.10.1: #i31999# changes of the selection have to initiate SwView::SelectShell()

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [22e9875df2ceffaf3cac35c9f6f77bdf8c1ea43d]

        INTEGRATION: CWS c02v1 (1.10.60); FILE MERGED 2004/08/13 14:10:17 dvo 1.10.60.1: #i32480# fix: save left margins for table          use SvxLRSpaceItem::GetLeft() instead of ::GetTxtLeft()

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b39fa3c1a16403d67bb4ac390d82a338bbab516e]

        INTEGRATION: CWS c02v1 (1.62.98); FILE MERGED 2004/08/12 08:50:03 fme 1.62.98.1: #i31607# #i30241# numbering attribute was not deleted due to a vanished -!-

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b1e5303586cebcf12e864cab44046a67c34d74a1]

        INTEGRATION: CWS c02v1 (1.14.562); FILE MERGED 2004/08/11 15:02:43 os 1.14.562.1: #i30878# access to static pFldNames now non-inline

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c78c0b249185afc82581a40b51686b380c1fa88f]

        INTEGRATION: CWS c02v1 (1.20.98); FILE MERGED 2004/08/12 09:17:19 fme 1.20.98.1: #i30655# Native numbering did not work because it was not considered by IsEnumeration()

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [088b0e9bc2d533492759d7e66731353965de50c2]

        INTEGRATION: CWS c02v1 (1.9.10); FILE MERGED 2004/08/23 08:24:24 af 1.9.10.1: #i31972# Added entry for the slide sorter panel.

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c96c355c3c648ff2d31ee56f41b1574dba3fec3a]

        INTEGRATION: CWS c02v1 (1.52.50); FILE MERGED 2004/08/13 12:52:02 cl 1.52.50.1: #i32539# do not gpf when imported document from clipboard is empty and use new oasis format

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [618baab08a3e5aa3ea7321c8c1a27490a38a0aaa]

        INTEGRATION: CWS c02v1 (1.31.50); FILE MERGED 2004/08/13 16:07:34 cl 1.31.50.1: #i32161# allow PuFoor objects to end theire own text edit modus

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [3bb94915b6fd27144cb1a403ba2d922ba18e9a37]

        INTEGRATION: CWS c02v1 (1.17.10); FILE MERGED 2004/08/23 12:49:20 af 1.17.10.1: #i31584# The work window is created hidden again.

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [771e6496f246bf4478fa22a75fac8ba91990fc2e]

        INTEGRATION: CWS c02v1 (1.63.50); FILE MERGED 2004/08/13 12:53:21 cl 1.63.50.1: #i32539# fixed disposing and missing notes page access

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [686f737ca53a4d91a7ef9f187d9505202ded9a17]

        INTEGRATION: CWS c02v1 (1.4.10); FILE MERGED 2004/08/23 14:06:35 af 1.4.10.1: #i32620# Added code for assigning a slide effect that somehow slipped from the original slidvish.cxx code.

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [7d6b8bcc5bb9b36a656cb53cf8acce1935ef21e8]

        INTEGRATION: CWS c02v1 (1.5.52); FILE MERGED 2004/08/13 16:06:55 cl 1.5.52.1: #i32161# allow PuFoor objects to end theire own text edit modus

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [62200ffd9b097d26372d0d9b323ebca1480efc99]

        INTEGRATION: CWS c02v1 (1.46.52); FILE MERGED 2004/08/13 16:09:14 cl 1.46.52.1: #i32161# allow PuFoor objects to end theire own text edit modus

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [92e2e31600c1257ef7e4ab595d419f70153791ce]

        INTEGRATION: CWS c02v1 (1.2.422); FILE MERGED 2004/08/26 15:58:37 af 1.2.422.1: #i32641# Added new oasis mime type to list of recognized mime types.

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [5fac74ab3377c1c561a33ac4480a3680d0ccfd43]

        INTEGRATION: CWS c02v1 (1.19.54); FILE MERGED 2004/08/13 12:48:09 cl 1.19.54.1: #i32639# use correct master page after loop in SetPresentationLayout

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c072ffa675291aacd2a9a08c40b4ca88472a2eec]

        INTEGRATION: CWS c02v1 (1.3.122); FILE MERGED 2004/08/30 14:43:17 ka 1.3.122.1: added support for PNG's

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b75a6820c9fdf1c110760cdc0825d8c16e1cc173]

        INTEGRATION: CWS xmlsec05 (1.6.40); FILE MERGED 2004/08/13 15:16:56 mt 1.6.40.2: RESYNC: (1.6-1.8); FILE MERGED 2004/07/16 09:25:01 mt 1.6.40.1: #i20156# Digital Signatures...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [2eb97c16bad7592aabef1575ae937fab468ea54d]

        INTEGRATION: CWS xmlsec05 (1.24.18); FILE MERGED 2004/08/26 12:20:55 mt 1.24.18.5: #i20156# versions of libxml2... 2004/08/13 15:16:27 mt 1.24.18.4: RESYNC: (1.24-1.32); FILE MERGED 2004/07/16 04:55:22 mmi 1.24.18.3: bugfix
        
        Issue number:
        Submitted by:
        Reviewed by:
        2004/07/12 08:38:24 mt 1.24.18.2: libxmlsec
        2004/07/09 12:28:42 mt 1.24.18.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [7fbdb6ea50f34bc2433e7d128031c788c7d8446c]

        INTEGRATION: CWS xmlsec05 (1.4.4); FILE MERGED 2004/08/13 18:20:12 mt 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/21 06:57:04 mt 1.4.4.1: #i21596# Digital Signatures...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [f8edbed1236255ba8d89cdf3c7a8660db2ffb586]

        INTEGRATION: CWS xmlsec05 (1.63.4); FILE MERGED 2004/07/09 11:55:59 mt 1.63.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [2ae90b717ad6122530e420c078c5706db40227f0]

        INTEGRATION: CWS xmlsec05 (1.5.36); FILE MERGED 2004/08/25 08:16:08 pb 1.5.36.8: fix: #i33095# no redlining and readonly on HTML Doc 2004/08/24 12:15:50 pb 1.5.36.7: fix: #i33095# continue security options 2004/08/19 10:06:14 pb 1.5.36.6: fix: #i33097# Unprotect 2004/08/13 07:00:10 gt 1.5.36.5: #i20883# security options 2004/07/20 14:40:38 gt 1.5.36.4: #i20883# remove (hide) advanced button 2004/07/20 14:33:47 gt 1.5.36.3: #i20883# extended config 2004/07/19 14:36:48 gt 1.5.36.2: #i20883# configuration handling and call of macro options 2004/07/16 12:48:07 gt 1.5.36.1: #i20883# new security Tab Page

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c1e3f5aaaa605e219a604655eb056f16a057209a]

        INTEGRATION: CWS xmlsec05 (1.13.92); FILE MERGED 2004/08/13 15:42:52 mt 1.13.92.2: RESYNC: (1.13-1.15); FILE MERGED 2004/07/21 09:45:57 mt 1.13.92.1: #i21596# Digital Signatutres...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [1476446cc12b2b97b36a0becc9317716fffedc4f]

        INTEGRATION: CWS xmlsec05 (1.7.4); FILE MERGED 2004/08/26 12:20:55 mt 1.7.4.1: #i20156# versions of libxml2...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d1a6810df204fd50a3e6256cbf5b35ec3646a890]

        INTEGRATION: CWS xmlsec05 (1.8.20); FILE MERGED 2004/07/13 13:41:26 mav 1.8.20.5: #i30236# use correct storage 2004/07/13 13:37:15 mav 1.8.20.4: #i30236# use list 2004/07/13 09:24:49 mt 1.8.20.3: Merged BugFix 2004/07/13 06:17:01 mt 1.8.20.2: Merged BugFix from 1.6.14.3 2004/07/12 14:58:38 mt 1.8.20.1: Merged fix from fwklhf01

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [310e0ba16119f2006decc341db9814da84645bac]

        INTEGRATION: CWS xmlsec05 (1.9.18); FILE MERGED 2004/07/15 06:14:08 mmi 1.9.18.1: test Issue number: Submitted by: Reviewed by:

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [748ca7a22ac6a1201e8f161b846fde073d423f20]

        INTEGRATION: CWS xmlsec05 (1.42.76); FILE MERGED 2004/08/20 05:09:13 pb 1.42.76.1: fix: #33049# consider hidden information while sending as email

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [54b5de7d849cd7c1f756378459acf2f691a8aa2d]

        INTEGRATION: CWS xmlsec05 (1.15.400); FILE MERGED 2004/08/27 13:52:48 pb 1.15.400.2: fix: #i33443# consider hidden info on printdirect 2004/08/19 19:27:00 pb 1.15.400.1: fix: #i33049# consider hidden information

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [1e41aef55094d5f728857e2b7e13ca28a617b762]

        INTEGRATION: CWS xmlsec05 (1.59.4); FILE MERGED 2004/07/26 13:20:03 mt 1.59.4.4: #i21596# Digital Signatures... 2004/07/26 13:19:37 mt 1.59.4.3: #i21596# Digital Signatures... 2004/07/20 10:48:54 mt 1.59.4.2: #i21596# Digital Signatures... 2004/07/20 06:40:13 mt 1.59.4.1: #i21596# Show 'signed' in titlebar

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0626cce4516a226a0e02b4f38fe701ed16c82401]

        INTEGRATION: CWS xmlsec05 (1.19.198); FILE MERGED 2004/08/23 12:22:34 pb 1.19.198.4: fix: #i33095# loadreadonly moved to documentinfo 2004/08/13 07:02:57 gt 1.19.198.3: #i20883# security options 2004/07/20 10:48:54 mt 1.19.198.2: #i21596# Digital Signatures... 2004/07/16 07:36:37 mt 1.19.198.1: #i20156# Digital Signatures...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [78f39b1421e8cf3b1ed1c93fee7a64515622bb9f]

        INTEGRATION: CWS xmlsec05 (1.23.36); FILE MERGED 2004/08/23 12:38:07 mt 1.23.36.4: #i33093# Warn if macros are disabled... 2004/07/27 12:49:30 mt 1.23.36.3: #i21596# Digital Signatures... 2004/07/22 15:56:32 gt 1.23.36.2: #i20883# macro warnings 2004/07/21 15:09:31 gt 1.23.36.1: #i20883# warning / query boxes

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [87cd1fcc5e6393353e63195fec0f17b5eaa8a516]

        INTEGRATION: CWS xmlsec05 (1.129.12); FILE MERGED 2004/08/24 16:32:44 mt 1.129.12.10: #i33093# Fixed linux compiler problem... 2004/08/23 12:21:10 pb 1.129.12.9: fix: #i33095# load readonly if required from security options 2004/08/20 06:49:16 pb 1.129.12.8: fix: #33049# GetHiddenInformationState() set DOCVERSIONS 2004/08/19 19:28:37 pb 1.129.12.7: fix: #i33049# query hidden information 2004/08/13 14:55:46 mt 1.129.12.6: RESYNC: (1.129-1.131); FILE MERGED 2004/08/13 07:02:42 gt 1.129.12.5: #i20883# security options 2004/07/29 09:45:27 mt 1.129.12.4: #i21596# Digital Signatures... 2004/07/26 12:12:39 mt 1.129.12.3: #i21596# Digital Signatures... 2004/07/23 14:14:46 gt 1.129.12.2: #i20883# more on macro warnings 2004/07/22 15:43:37 mav 1.129.12.1: #i21596# let the message about broken signature appear even in all cases

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [20a85ff0e2a0c71aeeb6e6a514d2082aa9d5e35c]

        INTEGRATION: CWS xmlsec05 (1.63.36); FILE MERGED 2004/08/19 19:28:54 pb 1.63.36.19: fix: #i33049# consider hidden information 2004/08/13 14:56:16 mt 1.63.36.18: RESYNC: (1.63-1.64); FILE MERGED 2004/07/28 15:48:31 mt 1.63.36.17: #i21596# Digital Signatures... 2004/07/27 12:49:30 mt 1.63.36.16: #i21596# Digital Signatures... 2004/07/23 15:01:10 mt 1.63.36.15: #i21596# Digital Signatures... 2004/07/22 15:43:36 mav 1.63.36.14: #i21596# let the message about broken signature appear even in all cases 2004/07/22 14:19:31 mav 1.63.36.13: #i21596# documents signing - the medium must be commited 2004/07/22 10:05:15 mav 1.63.36.12: #i21596# it is not enough to commit the storage 2004/07/22 07:16:32 mt 1.63.36.11: #i21596# Digital Signatures... 2004/07/21 15:13:46 gt 1.63.36.10: #i20883# warning / query boxes 2004/07/21 15:08:56 gt 1.63.36.9: #i20883# warning / query boxes 2004/07/21 13:22:09 mt 1.63.36.8: #i21596# Digital Signatutres... 2004/07/21 07:12:25 mt 1.63.36.7: #i21596# Digital Signatures... 2004/07/20 10:48:53 mt 1.63.36.6: #i21596# Digital Signatures... 2004/07/19 13:56:43 mt 1.63.36.5: #i21596# convert user data to int32 first... 2004/07/16 14:21:27 mt 1.63.36.4: #i20156# Digital Signatures... 2004/07/16 11:26:32 mt 1.63.36.3: #i20156# Digital Signatures... 2004/07/16 07:36:37 mt 1.63.36.2: #i20156# Digital Signatures... 2004/07/15 07:24:37 gt 1.63.36.1: #i20883# signatures

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0782935f6f14b2753a4ef9870a2cb96d5f5d3666]

        INTEGRATION: CWS xmlsec05 (1.40.34); FILE MERGED 2004/08/27 10:33:18 mt 1.40.34.16: #i33448# Signed in title... 2004/08/23 12:33:33 mt 1.40.34.15: #i33093# Warn if macros are disabled... 2004/08/13 14:55:59 mt 1.40.34.14: RESYNC: (1.40-1.41); FILE MERGED 2004/07/28 14:36:29 mt 1.40.34.13: #i21596# Digital Signatures... 2004/07/28 09:54:05 gt 1.40.34.12: #i20883# MacroWarning when confirmation is necessary 2004/07/26 12:12:39 mt 1.40.34.11: #i21596# Digital Signatures... 2004/07/23 15:01:09 mt 1.40.34.10: #i21596# Digital Signatures... 2004/07/23 14:14:46 gt 1.40.34.9: #i20883# more on macro warnings 2004/07/23 09:29:38 gt 1.40.34.8: #i20883# more on warnings 2004/07/22 15:46:16 gt 1.40.34.7: #i20883# macro warnings 2004/07/22 08:40:24 mav 1.40.34.6: #i21596# the added warning is moved to the correct place 2004/07/21 15:08:56 gt 1.40.34.5: #i20883# warning / query boxes 2004/07/21 14:34:12 mav 1.40.34.4: #i21596# new macro security mode 2004/07/20 10:48:53 mt 1.40.34.3: #i21596# Digital Signatures... 2004/07/19 13:56:43 mt 1.40.34.2: #i21596# convert user data to int32 first... 2004/07/16 14:21:28 mt 1.40.34.1: #i20156# Digital Signatures...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [19ba9b4071f43467a068fc5befbcd96721e6476e]

        INTEGRATION: CWS xmlsec05 (1.45.90); FILE MERGED 2004/08/27 10:49:47 mt 1.45.90.2: #i33054# Remove personal info... 2004/08/20 07:26:59 pb 1.45.90.1: fix: #i33054# delete user data on save if security makes it necessary

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [afb887b1d7e4e5698e7c004395cbfedd7e7f1fd1]

        INTEGRATION: CWS xmlsec05 (1.13.34); FILE MERGED 2004/07/22 17:04:21 mt 1.13.34.3: #i21596# Digital Signatures... 2004/07/22 15:46:16 gt 1.13.34.2: #i20883# macro warnings 2004/07/16 07:36:37 mt 1.13.34.1: #i20156# Digital Signatures...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [3366f4d16764a4bcac5d1a1ba8963cc7e27815e7]

        INTEGRATION: CWS xmlsec05 (1.25.196); FILE MERGED 2004/08/23 12:17:46 pb 1.25.196.1: fix: #i33095# Is/SetLoadReadonly() added

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a0adf64d942d51cb3c7bce088608c2337ac46e4f]

        INTEGRATION: CWS xmlsec05 (1.140.34); FILE MERGED 2004/07/26 12:12:38 mt 1.140.34.2: #i21596# Digital Signatures... 2004/07/22 14:19:31 mav 1.140.34.1: #i21596# documents signing - the medium must be commited

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [219e2c69d2f0632bf83755931934bd293692af3d]

        INTEGRATION: CWS xmlsec05 (1.74.14); FILE MERGED 2004/08/23 12:19:19 pb 1.74.14.2: fix: #i33095# obsolete strings removed 2004/08/19 19:28:04 pb 1.74.14.1: fix: #i33049# resources for hidden information

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d91ac21402a116214125885445c12b51c43cf0d4]

        INTEGRATION: CWS xmlsec05 (1.12.36); FILE MERGED 2004/08/23 12:18:57 pb 1.12.36.2: fix: #i33095# obsolete ids removed 2004/08/19 19:27:47 pb 1.12.36.1: fix: #i33049# ids for hidden information

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0415c3181bc79322643d5b7961da0e4ca48cce60]

        INTEGRATION: CWS xmlsec05 (1.106.76); FILE MERGED 2004/08/19 09:17:30 pb 1.106.76.1: fix: #i33052# consider recommend password protection

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [251a46e87edc98f659a4048c6d7d2fb16c427ddd]

        INTEGRATION: CWS xmlsec05 (1.43.14); FILE MERGED 2004/07/28 06:06:33 gt 1.43.14.1: #i20883# signature in document property dialog

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [5501bdbcf918b201a6fecfe832d797558e7e89a9]

        INTEGRATION: CWS xmlsec05 (1.2.556); FILE MERGED 2004/07/28 06:02:11 gt 1.2.556.1: #i20883# signature in document property dialog

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [2b8e49b5a8d39e7144562b6c4590c320f0481057]

        INTEGRATION: CWS xmlsec05 (1.22.92); FILE MERGED 2004/07/28 14:36:28 mt 1.22.92.3: #i21596# Digital Signatures... 2004/07/28 07:57:53 gt 1.22.92.2: #i20883# signature in document property dialog 2004/07/28 06:02:10 gt 1.22.92.1: #i20883# signature in document property dialog

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [72b61ce1b3720dffca793090d319ac82b842260c]

        INTEGRATION: CWS xmlsec05 (1.95.12); FILE MERGED 2004/08/23 12:34:39 mt 1.95.12.5: #i33093# Warn if macros are disabled... 2004/07/27 12:49:29 mt 1.95.12.4: #i21596# Digital Signatures... 2004/07/26 13:19:36 mt 1.95.12.3: #i21596# Digital Signatures... 2004/07/26 12:12:38 mt 1.95.12.2: #i21596# Digital Signatures... 2004/07/21 15:08:30 gt 1.95.12.1: #i20883# warning / query boxes

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [56e8d844d43e6bf9b0472dc77fb6e11c9da20dea]

        INTEGRATION: CWS xmlsec05 (1.30.66); FILE MERGED 2004/08/23 12:34:39 mt 1.30.66.6: #i33093# Warn if macros are disabled... 2004/08/23 12:19:30 pb 1.30.66.5: fix: #i33095# obsolete ids removed 2004/07/27 12:49:29 mt 1.30.66.4: #i21596# Digital Signatures... 2004/07/26 13:19:36 mt 1.30.66.3: #i21596# Digital Signatures... 2004/07/22 15:56:02 gt 1.30.66.2: #i20883# macro warnings 2004/07/21 15:08:30 gt 1.30.66.1: #i20883# warning / query boxes

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [14b09de86d860c5df8e310808984d38a5ed038af]

        INTEGRATION: CWS xmlsec05 (1.48.4); FILE MERGED 2004/08/13 14:55:08 mt 1.48.4.3: RESYNC: (1.48-1.52); FILE MERGED 2004/07/16 07:36:35 mt 1.48.4.2: #i20156# Digital Signatures... 2004/07/15 13:42:48 gt 1.48.4.1: #i20883# XmlSec status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ccf0bec7bf3d0653ca4b066504fddb9cd84c3cec]

        INTEGRATION: CWS xmlsec05 (1.9.422); FILE MERGED 2004/07/15 13:42:48 gt 1.9.422.1: #i20883# XmlSec status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [1653c845182af73177908fa0dd64479f2f412cb6]

        INTEGRATION: CWS xmlsec05 (1.6.4); FILE MERGED 2004/08/13 17:21:57 mt 1.6.4.2: RESYNC: (1.6-1.10); FILE MERGED 2004/07/15 07:44:11 gt 1.6.4.1: #i20883# signatures

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a7a56daf3283fa8ac613ac382f6e148250e479b8]

        INTEGRATION: CWS xmlsec05 (1.19.58); FILE MERGED 2004/08/25 06:26:53 pb 1.19.58.1: fix: #i33095# load and save 'LoadReadonly' in settings.xml

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [e47d0ea5731e5b1e3ec64fdbc2aec98856d32739]

        INTEGRATION: CWS xmlsec05 (1.28.56); FILE MERGED 2004/08/13 17:25:24 mt 1.28.56.2: RESYNC: (1.28-1.29); FILE MERGED 2004/08/13 07:54:08 sab 1.28.56.1: #i20883#; add HiddenInformation

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [50e906b2a40a07e97bdd6b7a4e9e4ef6788d3d1a]

        INTEGRATION: CWS xmlsec05 (1.36.54); FILE MERGED 2004/08/17 12:08:46 pb 1.36.54.3: fix: #i33028# Crash with Record Changes fixed 2004/08/13 17:51:17 mt 1.36.54.2: RESYNC: (1.36-1.37); FILE MERGED 2004/08/13 07:11:08 gt 1.36.54.1: #i20883# security options

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0b6aca209cece500b627f15f2d5bf216ddd9e175]

        INTEGRATION: CWS xmlsec05 (1.69.16); FILE MERGED 2004/08/20 06:26:18 pb 1.69.16.3: fix: #33049# kill loop 2004/08/13 17:51:26 mt 1.69.16.2: RESYNC: (1.69-1.71); FILE MERGED 2004/08/13 07:53:51 sab 1.69.16.1: #i20883#; add HiddenInformation

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ef3116c85cff8704640abde69668c6267ec83ba6]

        INTEGRATION: CWS xmlsec05 (1.40.56); FILE MERGED 2004/07/21 09:45:13 mt 1.40.56.1: #i21596# Digital Signatutres...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c35fdc502cda61b0b4736e4cef728cf8f6443263]

        INTEGRATION: CWS xmlsec05 (1.18.110); FILE MERGED 2004/08/13 17:23:44 mt 1.18.110.2: RESYNC: (1.18-1.19); FILE MERGED 2004/07/21 09:45:13 mt 1.18.110.1: #i21596# Digital Signatutres...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c152148b98fa41f1cc389e02ca9b89f1f7f166e4]

        INTEGRATION: CWS xmlsec05 (1.65.16); FILE MERGED 2004/08/25 07:29:11 pb 1.65.16.1: fix: #i33095# SC_UNO_LOAD_READONLY added

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [34324c8fa564ca92badf7b7983d6698ec56eecf0]

        INTEGRATION: CWS xmlsec05 (1.40.56); FILE MERGED 2004/08/13 17:12:40 mt 1.40.56.2: RESYNC: (1.40-1.45); FILE MERGED 2004/08/13 07:10:50 gt 1.40.56.1: #i20883# security options

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b314701f2e71b26bf4fbce8bf2b201209fb1d5e9]

        INTEGRATION: CWS xmlsec05 (1.75.14); FILE MERGED 2004/08/17 10:58:52 mt 1.75.14.2: #i20156# Defines for security libs 2004/08/17 10:27:10 mt 1.75.14.1: #i20156# Defines for security libs

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [2bd56cdfec6c7415e981ff52017acd31e0fe645e]

        INTEGRATION: CWS xmlsec05 (1.20.34); FILE MERGED 2004/07/29 08:13:30 gt 1.20.34.11: #i20883# load of trusted authors 2004/07/28 14:09:40 gt 1.20.34.10: #i20883# save of trusted authors 2004/07/28 13:16:44 mt 1.20.34.9: #i21596# Digital Signatures... 2004/07/28 09:25:41 mt 1.20.34.8: #i21596# Digital Signatures... 2004/07/22 12:33:23 gt 1.20.34.7: #i20883# SvtSecurityOptions_Impl::Commit(): crash when write zero-len TrustedAuthors list 2004/07/21 14:57:26 gt 1.20.34.6: #i20883# fit TrustedAuthors to stucture in Common.xcs 2004/07/21 10:53:21 gt 1.20.34.5: #i20883# re-include depricated stuff 2004/07/21 10:42:36 gt 1.20.34.4: #i20883# re-include depricated stuff 2004/07/21 09:52:08 gt 1.20.34.3: #i20883# re-include depricated stuff 2004/07/20 14:34:57 gt 1.20.34.2: #i20883# extended config 2004/07/20 14:28:31 gt 1.20.34.1: #i20883# extended config

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a37fca6228e77c8bc2926473d48894e46bdc18e7]

        INTEGRATION: CWS xmlsec05 (1.5.4); FILE MERGED 2004/08/13 21:59:23 mt 1.5.4.2: RESYNC: (1.5-1.7); FILE MERGED 2004/07/15 07:56:53 gt 1.5.4.1: #i20883# signatures

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [51b1e751477c75e7ce8f40eeebdc1d9747ba32d2]

        INTEGRATION: CWS xmlsec05 (1.28.44); FILE MERGED 2004/08/25 07:26:04 pb 1.28.44.1: fix: #i33095# load and save 'LoadReadonly' in settings.xml

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d2d1985570792d66de83a24e1407a33fe4ec7a14]

        INTEGRATION: CWS xmlsec05 (1.13.62); FILE MERGED 2004/07/21 09:56:22 mt 1.13.62.2: #i21596# Digital Signatutres... 2004/07/21 09:42:34 mt 1.13.62.1: #i21596# Digital Signatutres...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ed6910e125d34fce715c90fd5f2a1facd3740176]

        INTEGRATION: CWS xmlsec05 (1.7.62); FILE MERGED 2004/07/21 09:42:34 mt 1.7.62.1: #i21596# Digital Signatutres...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [346b40089e56ab91057c3b21cb5c57edcfd8db87]

        INTEGRATION: CWS xmlsec05 (1.27.28); FILE MERGED 2004/08/13 18:22:45 mt 1.27.28.2: RESYNC: (1.27-1.28); FILE MERGED 2004/07/21 06:57:04 mt 1.27.28.1: #i21596# Digital Signatures...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [f43ac34a71c23080e8b31df07caa606fc85bc151]

        INTEGRATION: CWS xmlsec05 (1.28.4); FILE MERGED 2004/08/13 18:27:46 mt 1.28.4.2: RESYNC: (1.28-1.30); FILE MERGED 2004/07/21 06:57:04 mt 1.28.4.1: #i21596# Digital Signatures...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b2f1996d7bb744b1a8d10e2a324b9d57628e8af3]

        INTEGRATION: CWS xmlsec05 (1.31.10); FILE MERGED 2004/08/13 18:23:04 mt 1.31.10.3: RESYNC: (1.31-1.32); FILE MERGED 2004/07/28 15:13:44 mt 1.31.10.2: #i21596# Digital Signatures... 2004/07/21 06:57:04 mt 1.31.10.1: #i21596# Digital Signatures...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [72b610d66e92479974675cfb89f44686c4daa1da]

        INTEGRATION: CWS xmlsec05 (1.10.70); FILE MERGED 2004/07/21 06:57:03 mt 1.10.70.1: #i21596# Digital Signatures...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [95e491d1948b0962e81f4ee376b4d3760ea52cdc]

        INTEGRATION: CWS xmlsec05 (1.8.86); FILE MERGED 2004/08/13 18:19:56 mt 1.8.86.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/21 06:57:02 mt 1.8.86.1: #i21596# Digital Signatures...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [c53cff5bac134695798c146d728d392bc335cd80]

        INTEGRATION: CWS xmlsec05 (1.1.2); FILE ADDED 2004/07/26 09:37:20 mt 1.1.2.6: #i21596# Digital Signatures... 2004/07/23 12:22:12 gt 1.1.2.5: #i20883# context menu for status bar controler 2004/07/22 16:40:04 gt 1.1.2.4: #i20883# signature broken state 2004/07/16 07:00:59 mt 1.1.2.3: #i20156# Changed to UInt16Item 2004/07/15 14:31:52 gt 1.1.2.2: #i20883# XmlSec status bar controler 2004/07/15 13:39:57 gt 1.1.2.1: #i20883# XmlSec status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b4cd13d8f1347ea833aaccd7d8d1bdfcda796c6f]

        INTEGRATION: CWS xmlsec05 (1.24.22); FILE MERGED 2004/07/26 09:37:20 mt 1.24.22.4: #i21596# Digital Signatures... 2004/07/23 12:22:11 gt 1.24.22.3: #i20883# context menu for status bar controler 2004/07/22 16:40:03 gt 1.24.22.2: #i20883# signature broken state 2004/07/15 13:39:29 gt 1.24.22.1: #i20883# XmlSec status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [6458a85e66f316d51d371c6e2d05e6b43e9cc867]

        INTEGRATION: CWS xmlsec05 (1.1.1.1.884); FILE MERGED 2004/07/23 12:22:11 gt 1.1.1.1.884.1: #i20883# context menu for status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [cf2c2380a2ac5c2ecfb29ab8818d75cdb175deba]

        INTEGRATION: CWS xmlsec05 (1.2.390); FILE MERGED 2004/07/15 13:39:29 gt 1.2.390.1: #i20883# XmlSec status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [27bbbacf4eef8056a20a42a7831089bcc137ab65]

        INTEGRATION: CWS xmlsec05 (1.82.22); FILE MERGED 2004/08/19 09:57:15 pb 1.82.22.2: fix: #i33097# beautified 2004/07/16 12:47:21 gt 1.82.22.1: #i20883# new security Tab Page

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d72253e8b40b168b56a73d08947debd57d17c647]

        INTEGRATION: CWS xmlsec05 (1.8.24); FILE MERGED 2004/08/19 10:05:49 pb 1.8.24.1: fix: #i33097# Scripting -> Security

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [20342f80bafb9df73fae41aa626d711e0742b5ba]

        INTEGRATION: CWS xmlsec05 (1.13.28); FILE MERGED 2004/08/25 08:16:07 pb 1.13.28.2: fix: #i33095# no redlining and readonly on HTML Doc 2004/08/19 10:05:49 pb 1.13.28.1: fix: #i33097# Scripting -> Security

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [8e1400b5796facbeeeb056116c3496b7ba830819]

        INTEGRATION: CWS xmlsec05 (1.4.36); FILE MERGED 2004/08/19 10:06:14 pb 1.4.36.4: fix: #i33097# Unprotect 2004/08/13 07:00:10 gt 1.4.36.3: #i20883# security options 2004/07/19 14:36:48 gt 1.4.36.2: #i20883# configuration handling and call of macro options 2004/07/16 12:48:07 gt 1.4.36.1: #i20883# new security Tab Page

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [e9b2d42c03a76d84dadedcfff0614551eccdff5e]

        INTEGRATION: CWS xmlsec05 (1.89.20); FILE MERGED 2004/08/13 18:49:48 mt 1.89.20.2: RESYNC: (1.89-1.96); FILE MERGED 2004/07/15 13:38:18 gt 1.89.20.1: #i20883# XmlSec status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [42b7a92bf8ffbbd7d15dcfbbc057311a0aab6c10]

        INTEGRATION: CWS xmlsec05 (1.1.2); FILE ADDED 2004/07/15 13:40:15 gt 1.1.2.1: #i20883# XmlSec status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0d5b2b7980aa0bc58bab1e49bfe792d13cef52ec]

        INTEGRATION: CWS xmlsec05 (1.4.36); FILE MERGED 2004/08/19 09:51:01 pb 1.4.36.2: fix: #i33097# cleaned up 2004/07/16 12:49:15 gt 1.4.36.1: #i20883# new security Tab Page

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ef22a8fc8791179e5836bdcd6329b24a64740596]

        INTEGRATION: CWS xmlsec05 (1.49.4); FILE MERGED 2004/08/19 09:48:25 pb 1.49.4.3: fix: #i33097# remove double ids 2004/08/13 18:44:36 mt 1.49.4.2: RESYNC: (1.49-1.54); FILE MERGED 2004/07/23 12:21:09 gt 1.49.4.1: #i20883# context menu for status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0dc2fad97ef498bf3e7034d31efec410d74c1239]

        INTEGRATION: CWS xmlsec05 (1.79.4); FILE MERGED 2004/08/13 20:55:46 mt 1.79.4.2: RESYNC: (1.79-1.80); FILE MERGED 2004/07/09 11:56:28 mt 1.79.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [bc33166310e9837ff08d2bc73cc86e1625a6fd09]

        INTEGRATION: CWS xmlsec05 (1.63.4); FILE MERGED 2004/07/09 11:55:59 mt 1.63.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [1df10c1df1e4aa19cf2dfc55507732743d0a4e64]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:52:35 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [dca02a58f3cbb56d64a2bae8b4355af216b8a1e6]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:52:22 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [1c934b3bcedf6ffacb9de07595e103bf672c9eed]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:52:09 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d81c107a477b9bfcb8535885b4ec2e9260f7e926]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:51:57 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [039429fcd762316a4266662407d5396acbc1c9f5]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:51:36 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b463e4efc4a2dddbaa4fca5901f21177d04a7ca4]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:50:59 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [5eaa6e954302a6d677b613290056de0d584801af]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:50:46 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [053818791560ccfb46efccaeca9479838c20d5e8]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:47:25 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [cbdd6c032e7eb4a9b448058f59d8abed302c596b]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:47:14 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d2c6a947d7320eb7a447b9f8ec80b38ccb0cdefd]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:47:03 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0e3ab9664398be7beda1136536e8fc609d818959]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:46:51 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [5f447a0eccc599e6744332e9a85bda61f895e8f1]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:46:39 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0c60447443b57c852403ad53f2328b7ee7a7f527]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:46:26 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a493c4d28c222b13356e0cad62b7fa3f5314f8f4]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:46:15 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [70a76693b66f68ff57bfa9e87d1e21ec13d2e126]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:46:02 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ccb651f18644aa437057f49d895489d25e08c72a]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:45:51 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0f2c915452154e057e97292fe4d83b998020a6f8]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:45:40 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [72540b7b09b22c3439499449c66c86184e2843b2]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:45:28 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [bf5433a3544a774e58228dd10e98ff0a247f9980]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:45:17 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [7d214221bf3c8ebb1f4b52cd17d1a67672e4d9c1]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:45:04 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [7c00a35aafd5216906090c5e16bcd8625aeaf6c2]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:44:53 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [9a670cfce2cf302ae51bd9f32daa02f7cbbe8ff0]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:44:36 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [6cb7c985a3d3f603bd9fde049286e5b7ced65b54]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:44:24 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [eb5142e95bb08b04311b633bfbcecd24ec6c2afe]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:44:12 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [19e24e865363bb68a0bf41d5df796a4699fa0bcd]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:43:59 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [3f52c140aca51c164e0c67adc37940a611e7a781]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:43:49 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [63af8818440afbc2b8f17989c050cfd1b9d05dad]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:43:33 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [6092790eb9ebeea7fc7a77145561a6b554ae6106]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:43:22 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [fa46082cc6a0598709896d73a10840b9a790d834]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:43:11 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [bce8a758ce7be95fcde0e4459fa0d3c203152be7]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:42:58 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [fa142dddab933df32435a288a0bec90afd9569a7]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:42:46 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [56c50d2285c9f39cf4b0fc8907253a8eea44b25f]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:42:35 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [38c055f89c6367869a327029b91f1faac39fe6ac]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:42:22 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [9aaadca10e4c078ff6c4fea192b2dc4a10a3dbca]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:41:35 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [f72b8441fe55f8c65b4548fcb5d859a61cd08585]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:41:23 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a4105fea24221aaf0464ff0da9e0beb70488569b]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:41:10 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [4d2c30e48c85ea2f521d940e131aaaf91b0b58a5]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:40:56 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [7b3f05abcaaea7a5a5857a32bc4ba3bb0d238042]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:40:44 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b9423057c2f25fc3b7e0769ca1ad10dd0718fba8]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:40:33 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [892016f53385e1691a77e72d305acfc5ac75d9eb]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:39:55 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [95d7e9ae4074ff3bee81620164fd7d64d2878c6d]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/19 11:34:35 mmi 1.1.4.2: Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Add certificate status methods.
        2004/07/09 11:38:47 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [4141a00adc74fec4f4f8addb3b105095241d79d0]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:39:01 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [18c9f4550030af462a6f39d2c6fb133a92aca1bd]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:38:29 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [aa7472470e2b5a06ff588552eb2817c8ca1b281a]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:38:14 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [85f57f2ab27b47dc3fbdf53ffd905d03389d2a60]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:38:00 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [315e26c07bfa39bca8cc1d985f6d96b65909691b]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:37:45 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [dcea0d176ecbaa67a5b70b67559f30115df7dd9f]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:37:29 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [afba1bd782bc700d3ae0d31605321ff41026cf32]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:37:15 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b3efb276ecf7adcf0ec078bdc3c2f376a188228d]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:37:03 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [39e93e116a189c6f18caf0d3d369942cdbd7f0e3]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:36:34 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [aa5276099e3b6fc8e498210314822b0aa99deb86]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:36:47 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [8ac57deb0c6d45d10ebb395ef38ac901f4a980e3]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/19 11:33:10 mmi 1.1.4.2: Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Add certificate statuse interfaces.
        2004/07/09 11:50:05 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [0f75c80f84a0234bf986fe97fd5810710d2f0a7e]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/23 09:34:52 mt 1.1.4.4: #i21596# Digital Signatures... 2004/07/16 15:30:53 mt 1.1.4.3: #i20156# Digital Signatures... 2004/07/14 08:54:26 mt 1.1.4.2: API... 2004/07/09 11:34:31 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [85aa2276510135193c2cc39b705296d6ecd274a8]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/19 11:33:09 mmi 1.1.4.2: Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Add certificate statuse interfaces.
        2004/07/09 11:34:17 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [3af8f1a7c143c687c25325ef37cb4d9e2aa1ee83]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/19 11:33:09 mmi 1.1.4.4: Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Add certificate statuse interfaces.
        2004/07/15 08:22:39 mmi 1.1.4.3: add thumbprint support in XCertificate
        
        Issue number:
        Submitted by:
        Reviewed by:
        2004/07/14 08:10:39 mmi 1.1.4.2: add feature to XCertificate
        
        Issue number:
        Submitted by:
        Reviewed by:
        2004/07/09 11:34:04 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [79bc55a03d7a06bfe9ae9f01e84c24e4a848cf9a]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:33:52 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [f055d207fe7e9505cf7da72645718d9ebb8280df]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:33:38 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [52db92b80511f9d1a21d36b5a2c6f8c8aa5c4297]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:33:26 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [431290f39d2730849da972715c9ecf1818781cae]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:33:14 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ce816f22152aff8484bff31061f66ded6219dd83]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:33:02 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [b5973eef8290fc9ac142d1aeffc8a06f4741c00f]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:32:40 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [2e59502283f1877788e00e1f70aba18d3f93d8c2]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:32:27 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ab87c4b495e18f59fc9a05e38008e0740f85d1fd]

        INTEGRATION: CWS xmlsec05 (1.1.2); FILE ADDED 2004/08/02 04:48:35 mmi 1.1.2.2: Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Adjust CertificateValidity interface.
        2004/07/19 11:33:08 mmi 1.1.2.1: Issue number:
        Submitted by:  Andrew Fan
        Reviewed by:
        
        Add certificate statuse interfaces.

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [aec421a040354d884b35ace98cf4f64c79fd4561]

        INTEGRATION: CWS xmlsec05 (1.1.4); FILE ADDED 2004/07/09 11:32:16 mt 1.1.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [675514401b4e6c86299a870ae83bfcbdc173c155]

        INTEGRATION: CWS xmlsec05 (1.1.2); FILE ADDED 2004/07/19 11:33:08 mmi 1.1.2.1: Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Add certificate statuse interfaces.

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [5b20e21ac7ba802259711b3a5ade232c710d3afe]

        INTEGRATION: CWS xmlsec05 (1.6.48); FILE MERGED 2004/07/21 14:35:37 mav 1.6.48.1: #i21596# new macro security mode

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [d1864e3227b594deafcb9ab46822cb875005eb83]

        INTEGRATION: CWS xmlsec05 (1.47.4); FILE MERGED 2004/08/13 15:17:13 mt 1.47.4.2: RESYNC: (1.47-1.48); FILE MERGED 2004/07/09 11:57:39 mt 1.47.4.1: XMLSecurity

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [76fd2de678011bdb4474be72aa9a4961f017780d]

        INTEGRATION: CWS xmlsec05 (1.6.4); FILE MERGED 2004/08/13 21:07:53 mt 1.6.4.3: RESYNC: (1.6-1.9); FILE MERGED 2004/07/15 07:34:18 gt 1.6.4.2: #i20883# signatures 2004/07/15 07:33:53 gt 1.6.4.1: #i20883# signatures

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [63ee6115a611d2f877c98b6ee571c909826b51a4]

        INTEGRATION: CWS xmlsec05 (1.38.32); FILE MERGED 2004/08/23 12:24:57 pb 1.38.32.1: fix: #i33095# flag for LoadReadonly added

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [415a1cbdbd070990a7a224bab27a2028310a2ac1]

        INTEGRATION: CWS xmlsec05 (1.22.154); FILE MERGED 2004/08/13 21:27:14 mt 1.22.154.2: RESYNC: (1.22-1.23); FILE MERGED 2004/08/02 13:35:30 gt 1.22.154.1: #i20883# changed handling of redlining menu behaviour

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [076e0663a8ddf573d9e1e4b3ce7713d72c6b5ad2]

        INTEGRATION: CWS xmlsec05 (1.47.66); FILE MERGED 2004/08/20 06:37:09 pb 1.47.66.5: fix: #33097# protect redlining fixed 2004/08/17 12:09:29 pb 1.47.66.4: fix: #i33028# Crash with Protect Record Changes fixed 2004/08/13 21:28:27 mt 1.47.66.3: RESYNC: (1.47-1.49); FILE MERGED 2004/08/13 07:06:41 gt 1.47.66.2: #i20883# security options 2004/08/02 13:35:30 gt 1.47.66.1: #i20883# changed handling of redlining menu behaviour

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [15590d26501f2bc755cf619621a65cc05a62d1bd]

        INTEGRATION: CWS xmlsec05 (1.39.90); FILE MERGED 2004/08/13 21:08:19 mt 1.39.90.2: RESYNC: (1.39-1.40); FILE MERGED 2004/07/15 13:49:20 gt 1.39.90.1: #i20883# XmlSec status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [f5d13ac995f2505742070c4bc06490376759d832]

        INTEGRATION: CWS xmlsec05 (1.35.74); FILE MERGED 2004/08/20 06:31:20 pb 1.35.74.3: fix: #33049# use super class on GetHiddenInformationState() 2004/08/13 21:09:17 mt 1.35.74.2: RESYNC: (1.35-1.37); FILE MERGED 2004/08/05 12:59:19 fme 1.35.74.1: #i20883# - Digital Signature and Encryption - Implementation of GetHiddenInformationState

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [36995240a420f465e9884f53f8e19fbf9b54918a]

        INTEGRATION: CWS xmlsec05 (1.38.92); FILE MERGED 2004/08/13 21:08:33 mt 1.38.92.4: RESYNC: (1.38-1.39); FILE MERGED 2004/07/21 09:44:07 mt 1.38.92.3: #i21596# Digital Signatutres... 2004/07/15 13:51:40 gt 1.38.92.2: #i20883# XmlSec status bar controler 2004/07/15 13:48:25 gt 1.38.92.1: #i20883# XmlSec status bar controler

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [ee7e28757de6644211e57cd8ccdea0ba6c4db9dc]

        INTEGRATION: CWS xmlsec05 (1.81.32); FILE MERGED 2004/08/23 12:25:21 pb 1.81.32.1: fix: #i33095# flag for LoadReadonly added

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [aab23a78e3127856a7137db1dcef79163397d31c]

        INTEGRATION: CWS xmlsec05 (1.24.156); FILE MERGED 2004/08/05 12:59:40 fme 1.24.156.1: #i20883# - Digital Signature and Encryption - Implementation of GetHiddenInformationState

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [414593342c3d4f845b7cf456b4146d273aa0766e]

        INTEGRATION: CWS xmlsec05 (1.52.98); FILE MERGED 2004/08/13 20:59:14 mt 1.52.98.2: RESYNC: (1.52-1.53); FILE MERGED 2004/08/13 07:05:23 gt 1.52.98.1: #i20883# security options

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [f04bcaa13fb4102b184b7d95804256718b63e8b0]

        INTEGRATION: CWS xmlsec05 (1.7.4); FILE MERGED 2004/08/13 15:39:43 mt 1.7.4.2: RESYNC: (1.7-1.10); FILE MERGED 2004/07/15 07:46:33 gt 1.7.4.1: #i20883# signatures

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [7acec5c8270406a08e31c670ff8b12a135d5f089]

        INTEGRATION: CWS xmlsec05 (1.6.4); FILE MERGED 2004/08/13 15:39:04 mt 1.6.4.2: RESYNC: (1.6-1.9); FILE MERGED 2004/07/15 07:45:15 gt 1.6.4.1: #i20883# signatures

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [1b5667c8b1ebe009c78e951f67bfd9465d9d3669]

        INTEGRATION: CWS xmlsec05 (1.27.142); FILE MERGED 2004/08/24 10:27:09 pb 1.27.142.1: fix: #i33095# load and save 'LoadReadonly' in settings.xml

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [9c2e4eef6c66e21a9224ef62c5e227bd363fa895]

        INTEGRATION: CWS xmlsec05 (1.24.138); FILE MERGED 2004/08/13 15:42:24 mt 1.24.138.2: RESYNC: (1.24-1.25); FILE MERGED 2004/07/21 09:45:58 mt 1.24.138.1: #i21596# Digital Signatutres...

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [98b41cb18c947dbff5d6a883774b5d3831d705be]

        INTEGRATION: CWS xmlsec05 (1.39.42); FILE MERGED 2004/08/24 12:23:01 pb 1.39.42.1: fix: #i33095# fix in SettingsImportOasis: IMPORT_META -> IMPORT_SETTINGS

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [cea0518670564f7788977bed4dfb1fd6fe4ec6ee]

        INTEGRATION: CWS xmlsec05 (1.94.2); FILE MERGED 2004/08/13 15:14:58 mt 1.94.2.5: RESYNC: (1.94-1.95); FILE MERGED 2004/07/28 13:14:23 mt 1.94.2.4: #i21596# Digital Signatures... 2004/07/28 12:55:25 mt 1.94.2.3: #i21596# Digital Signatures... 2004/07/28 09:08:09 mt 1.94.2.2: #i21596# Digital Signatures... 2004/07/21 14:53:39 gt 1.94.2.1: #i20883# extended security settings

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [200810717e5bab65193ec977e58568417f578bf5]

        INTEGRATION: CWS xmlsec05 (1.9.2); FILE MERGED 2004/08/13 15:13:35 mt 1.9.2.3: RESYNC: (1.9-1.13); FILE MERGED 2004/07/15 14:33:01 mt 1.9.2.2: Digital Signatures... 2004/07/15 07:15:56 gt 1.9.2.1: #i20883# signatures

2004-08-31  Kurt Zenker  <kz@openoffice.org>  [a9d9d4d94ec8dcdf09dcd203c36331e94537b3c6]

        INTEGRATION: CWS help2 (1.6.14); FILE MERGED 2004/08/30 14:49:27 hjs 1.6.14.2: #i33583# removed references to old help modules 2004/08/30 14:36:44 gh 1.6.14.1: #i33583# add helpcontent2 to moduledependencies

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [74f67f49fc9f2b6020919b890fc147ddf0640000]

        INTEGRATION: CWS help2 (1.53.348); FILE MERGED 2004/07/07 16:45:59 ihi 1.53.348.3: RESYNC: (1.53-1.54); FILE MERGED 2004/06/16 07:24:52 cd 1.53.348.2: #i29745# Provide default module as module name for help 2004/06/08 13:39:24 cd 1.53.348.1: #i29745# Support to access help content provider with string instead of an unsigned short

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [f5767cdccf2501782805c3e9852b23b72898e98b]

        INTEGRATION: CWS help2 (1.94.28); FILE MERGED 2004/08/24 10:02:29 abi 1.94.28.1: changed protocol detection to string comparison

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [d1e01f859dc10e74dcd1272ee7a28c0987f5c402]

        INTEGRATION: CWS help2 (1.21.28); FILE MERGED 2004/08/27 11:28:21 abi 1.21.28.2: #117735# removed fprintf 2004/08/27 11:21:05 abi 1.21.28.1: #117735# temporary fix

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [d70ca9af0746d59abbd13e67c02831eb15bb5771]

        INTEGRATION: CWS help2 (1.14.542); FILE MERGED 2004/06/08 13:39:05 cd 1.14.542.1: #i29745# Support to access help content provider with string instead of an unsigned short

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [38c2a9aed11811a295ddeda90d76d5a1f571b189]

        INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/07/15 15:14:12 ihi 1.1.4.10: Conflicts resolved 2004/07/15 15:03:01 ihi 1.1.4.9: #104752# Removed quoting problem 2004/06/23 16:50:25 ihi 1.1.4.8: #104752# UTF8 -> ASCII_US filename fix 2004/06/01 11:27:03 ihi 1.1.4.7: #104752# Help2 / Extractor only exports files with the status 'published' and 'deprecated' 2004/05/18 16:32:35 ihi 1.1.4.6: Assertion log fix / mergebuild join 2004/04/23 14:16:23 ihi 1.1.4.5: Removed debugcode 2004/04/23 14:02:48 ihi 1.1.4.4: Support for ISO Codes 2004/03/02 17:38:03 ihi 1.1.4.3: helpmerge isocode support 2004/02/23 16:07:58 ihi 1.1.4.2: Help format change, bookmark_value -> bookmark 2004/01/26 15:06:04 ihi 1.1.4.1: #104752# Help2 Format extractor/merger

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [04dae3c240d438da0ef78d83c0f3dbaaa34c02be]

        INTEGRATION: CWS help2 (1.14.6); FILE MERGED 2004/06/23 16:50:25 ihi 1.14.6.2: #104752# UTF8 -> ASCII_US filename fix 2004/05/18 16:32:34 ihi 1.14.6.1: Assertion log fix / mergebuild join

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [9c5b64dfe0e2c8717cd867ebd4ad92314beebddc]

        INTEGRATION: CWS help2 (1.28.16); FILE MERGED 2004/08/16 22:11:30 ihi 1.28.16.4: RESYNC: (1.29-1.30); FILE MERGED 2004/07/07 17:22:35 ihi 1.28.16.3: RESYNC: (1.28-1.29); FILE MERGED 2004/05/18 16:32:34 ihi 1.28.16.2: Assertion log fix / mergebuild join 2004/01/26 15:06:01 ihi 1.28.16.1: #104752# Help2 Format extractor/merger

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [0048392a97cf0c4aea202000437e327e7ecc8d13]

        INTEGRATION: CWS help2 (1.31.12); FILE MERGED 2004/08/19 17:26:55 ihi 1.31.12.6: Removed printf's 2004/08/18 16:27:08 ihi 1.31.12.5: Extension xml -> xhp 2004/08/16 22:11:16 ihi 1.31.12.4: RESYNC: (1.32-1.34); FILE MERGED 2004/07/07 17:23:07 ihi 1.31.12.3: RESYNC: (1.31-1.32); FILE MERGED 2004/06/23 16:50:25 ihi 1.31.12.2: #104752# UTF8 -> ASCII_US filename fix 2004/05/18 16:32:34 ihi 1.31.12.1: Assertion log fix / mergebuild join

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [c258f5f6930d4da76a880d1ccf5ee069663126ff]

        INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/07/13 18:12:10 ihi 1.1.4.11: #104752# Remove duplicated languages 2004/07/13 16:49:13 ihi 1.1.4.10: #104752# Forced Language switch 2004/07/08 17:03:42 ihi 1.1.4.9: Language fix , -l all now includes de,en-US 2004/06/23 16:50:25 ihi 1.1.4.8: #104752# UTF8 -> ASCII_US filename fix 2004/06/04 10:38:43 ihi 1.1.4.7: #104752# Help2 / The merged fallback reference strings now have the right language id (FIXED) 2004/06/02 13:32:11 ihi 1.1.4.6: #104752# Help2 / The merged fallback reference strings now have the right language id 2004/06/01 11:27:03 ihi 1.1.4.5: #104752# Help2 / Extractor only exports files with the status 'published' and 'deprecated' 2004/05/18 16:32:33 ihi 1.1.4.4: Assertion log fix / mergebuild join 2004/04/23 14:02:11 ihi 1.1.4.3: Support for ISO Codes 2004/03/02 17:37:48 ihi 1.1.4.2: helpmerge isocode support 2004/01/26 15:06:01 ihi 1.1.4.1: #104752# Help2 Format extractor/merger

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [4a4c25eb2a03172f87cf744bfafc44858cf19ae7]

        INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/07/13 16:49:12 ihi 1.1.4.5: #104752# Forced Language switch 2004/05/18 16:32:32 ihi 1.1.4.4: Assertion log fix / mergebuild join 2004/04/23 14:01:56 ihi 1.1.4.3: Support for ISO Codes 2004/03/02 17:37:37 ihi 1.1.4.2: helpmerge isocode support 2004/01/26 15:06:00 ihi 1.1.4.1: #104752# Help2 Format extractor/merger

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [254165f6db644f5b7c8dd3327fa2b7f75e170dbf]

        INTEGRATION: CWS help2 (1.23.12); FILE MERGED 2004/07/13 16:49:11 ihi 1.23.12.4: #104752# Forced Language switch 2004/07/07 17:21:51 ihi 1.23.12.3: RESYNC: (1.23-1.24); FILE MERGED 2004/06/01 11:28:58 ihi 1.23.12.2: #i27675# '\n' removed from GetTimeStamp method 2004/05/18 16:32:32 ihi 1.23.12.1: Assertion log fix / mergebuild join

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [b31c911daf362f6fdc4da205c8d5242f8bea5914]

        INTEGRATION: CWS help2 (1.37.6); FILE MERGED 2004/08/16 22:10:26 ihi 1.37.6.4: RESYNC: (1.38-1.40); FILE MERGED 2004/07/13 16:49:09 ihi 1.37.6.3: #104752# Forced Language switch 2004/07/07 17:23:37 ihi 1.37.6.2: RESYNC: (1.37-1.38); FILE MERGED 2004/05/18 16:32:32 ihi 1.37.6.1: Assertion log fix / mergebuild join

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [88269a256653d22750c466f0d7ad4a0f35c85822]

        INTEGRATION: CWS help2 (1.2.2); FILE MERGED 2004/08/23 12:38:18 ihi 1.2.2.1: extensions xml -> xhp

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [68793161c4ac83c51fe30421c93e4b0c5b32c3eb]

        INTEGRATION: CWS help2 (1.2.2); FILE MERGED 2004/08/23 12:56:03 ihi 1.2.2.1: Execution also in flat

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [827b70ac6b6e883d2485b996e17e4286c64cb06e]

        INTEGRATION: CWS help2 (1.15.6); FILE MERGED 2004/08/16 22:09:17 ihi 1.15.6.3: RESYNC: (1.16-1.19); FILE MERGED 2004/07/07 17:32:17 ihi 1.15.6.2: RESYNC: (1.15-1.16); FILE MERGED 2004/06/01 11:30:48 ihi 1.15.6.1: #104752# Help2 merger/extractor added

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [850aaccf0b8c9b0d06524e014e1938dc4837e686]

        INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/01/26 15:06:53 ihi 1.1.4.1: #104752# Help2 Format extractor/merger

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [064abdb5a6a8ef449197c6ba247fac2091ba30bb]

        INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/06/01 11:26:01 ihi 1.1.4.4: #104752# Help2 / Extractor only exports files with the status 'published' and 'deprecated' 2004/04/23 14:03:33 ihi 1.1.4.3: Support for ISO Codes 2004/03/02 17:40:44 ihi 1.1.4.2: helpmerge isocode support 2004/01/26 15:06:51 ihi 1.1.4.1: #104752# Help2 Format extractor/merger

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [4b5d495020bf6798089a3405e0775cd0eb88dd0e]

        INTEGRATION: CWS help2 (1.1.4); FILE ADDED 2004/05/18 16:32:58 ihi 1.1.4.4: Assertion log fix / mergebuild join 2004/04/23 14:03:16 ihi 1.1.4.3: Support for ISO Codes 2004/03/02 17:40:34 ihi 1.1.4.2: helpmerge isocode support 2004/01/26 15:06:49 ihi 1.1.4.1: #104752# Help2 Format extractor/merger

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [6dfc525765e214a7c99b0f16303bc6a6c536f304]

        INTEGRATION: CWS help2 (1.7.12); FILE MERGED 2004/07/13 16:50:01 ihi 1.7.12.4: #104752# Forced Language switch 2004/07/07 17:21:31 ihi 1.7.12.3: RESYNC: (1.7-1.8); FILE MERGED 2004/05/18 16:34:44 ihi 1.7.12.2: cvs fix 2004/05/18 16:32:57 ihi 1.7.12.1: Assertion log fix / mergebuild join

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [8f55fe4c6c73f110b1c72903c209399ff2527ea5]

        INTEGRATION: CWS help2 (1.13.90); FILE MERGED 2004/08/26 14:56:16 hjs 1.13.90.2: fix links in context  tabpage 2004/08/24 10:00:14 abi 1.13.90.1: UseDB=no for treeview

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [b5da2c55a32c93379d98dba59f7d16fac4f9ae89]

        INTEGRATION: CWS help2 (1.10.70); FILE MERGED 2004/08/22 17:43:14 abi 1.10.70.1: querying

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [2dd8849c7d8f0753dc76fe53d55dadf9a66dcdda]

        INTEGRATION: CWS help2 (1.32.40); FILE MERGED 2004/08/24 12:31:06 abi 1.32.40.5: pictures now work 2004/08/24 10:00:14 abi 1.32.40.4: UseDB=no for treeview 2004/08/22 17:43:14 abi 1.32.40.3: querying 2004/08/20 14:02:29 abi 1.32.40.2: now keys functioning 2004/08/19 09:50:53 abi 1.32.40.1: added linkerfile

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [afa2c2f927f30f53d5d8a37028b2f870de4154c0]

        INTEGRATION: CWS help2 (1.8.70); FILE MERGED 2004/08/22 17:43:13 abi 1.8.70.1: querying

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [225ffbf999516d3fa7e5b0042bb2fb9cb2be2f28]

        INTEGRATION: CWS help2 (1.16.56); FILE MERGED 2004/08/24 12:31:06 abi 1.16.56.1: pictures now work

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [b5c5e4b229e7e835eac9525a2ee060ff66408c55]

        INTEGRATION: CWS help2 (1.37.56); FILE MERGED 2004/08/27 08:21:32 abi 1.37.56.4: iterating over cfg instead of db files 2004/08/24 13:04:12 abi 1.37.56.3: added new unnecessary replacement mode 2004/08/24 12:31:05 abi 1.37.56.2: pictures now work 2004/08/20 14:02:29 abi 1.37.56.1: now keys functioning

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [21ef0c718132f3e2ec5f91faf268755e42bcdff6]

        INTEGRATION: CWS help2 (1.17.70); FILE MERGED 2004/08/22 17:43:13 abi 1.17.70.4: querying 2004/06/03 12:55:35 abi 1.17.70.3: #104699# dependency mode 2004/05/20 12:04:00 abi 1.17.70.2: some stub linker only, to many changes still 2004/05/20 10:44:11 abi 1.17.70.1: cleanup

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [34ea722c801d41df344ff81b35a4a1b797a0eb76]

        INTEGRATION: CWS help2 (1.10.56); FILE MERGED 2004/08/23 14:15:51 abi 1.10.56.6: no output and exit on error 2004/06/11 07:51:33 abi 1.10.56.5: #104699# minor corrections 2004/06/03 12:55:33 abi 1.10.56.4: #104699# dependency mode 2004/05/20 12:03:59 abi 1.10.56.3: some stub linker only, to many changes still 2004/05/20 10:44:10 abi 1.10.56.2: cleanup 2004/05/20 10:36:38 abi 1.10.56.1: some refactoring

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [1ad40a792b61da4993a366161c5674bc2fe62908]

        INTEGRATION: CWS help2 (1.63.18); FILE MERGED 2004/08/17 00:44:23 ihi 1.63.18.2: RESYNC: (1.63-1.64); FILE MERGED 2004/07/21 13:27:31 hjs 1.63.18.1: directory to find shared libraries

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [6a2d70bd0555ab94500bebd7bd0466dc72ccebc0]

        INTEGRATION: CWS help2 (1.23.102); FILE MERGED 2004/08/17 00:44:02 ihi 1.23.102.2: RESYNC: (1.23-1.24); FILE MERGED 2004/07/21 13:27:32 hjs 1.23.102.1: directory to find shared libraries

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [edde9ec47f960542128b11b28b2e432bfaebf9f3]

        INTEGRATION: CWS help2 (1.19.10); FILE MERGED 2004/08/19 16:30:39 hjs 1.19.10.3: #i33224# remove leading ./ 2004/08/17 00:43:46 ihi 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2004/07/08 19:26:37 hjs 1.19.10.1: extend ziptarget

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [9b4e464b481c1e13a8bbccd93aae3d6ba84f9ee3]

        INTEGRATION: CWS help2 (1.150.18); FILE MERGED 2004/08/24 11:52:56 hjs 1.150.18.1: introduce COMMONBIN

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [643fa582db56a66fc69feafc931a90a09154a0f3]

        INTEGRATION: CWS help2 (1.18.10); FILE MERGED 2004/08/19 16:30:39 hjs 1.18.10.3: #i33224# remove leading ./ 2004/08/17 00:40:57 ihi 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED 2004/07/08 19:26:36 hjs 1.18.10.1: extend ziptarget

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [c87a7a611a1413df4175a0b65ced1ba3f56e427e]

        INTEGRATION: CWS help2 (1.25.10); FILE MERGED 2004/08/16 22:01:39 ihi 1.25.10.2: RESYNC: (1.25-1.28); FILE MERGED 2004/06/08 13:39:53 cd 1.25.10.1: #i29745# Support to trigger help class with string instead of unsigned short

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [9e6073ccb9bc5b11454fb807992ef4713852c171]

        INTEGRATION: CWS help2 (1.68.8); FILE MERGED 2004/08/16 22:01:30 ihi 1.68.8.3: RESYNC: (1.69-1.72); FILE MERGED 2004/07/07 17:19:36 ihi 1.68.8.2: RESYNC: (1.68-1.69); FILE MERGED 2004/06/08 13:39:53 cd 1.68.8.1: #i29745# Support to trigger help class with string instead of unsigned short

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [245584f3ac8aa1460e8199d1217dcc03de38d227]

        INTEGRATION: CWS help2 (1.105.10); FILE MERGED 2004/08/16 22:00:10 ihi 1.105.10.3: RESYNC: (1.106-1.107); FILE MERGED 2004/07/07 17:19:27 ihi 1.105.10.2: RESYNC: (1.105-1.106); FILE MERGED 2004/06/08 13:39:52 cd 1.105.10.1: #i29745# Support to trigger help class with string instead of unsigned short

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [37f37c4b89af62b342645e292052ef1b086010d9]

        INTEGRATION: CWS help2 (1.43.48); FILE MERGED 2004/08/30 12:02:50 od 1.43.48.1: #117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.#117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.#117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.#117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.#117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.#117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.#117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.#117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.#117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.#117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.#117736# <SwLayAction::FormatCntnt(..)> - allow format of objects on          interruption of the action, if it's the format for this interrupt.

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [5f0b452c941dc084dd22e5c41b1591181d549b9a]

        INTEGRATION: CWS fontlists03 (1.58.14); FILE MERGED 2004/08/10 14:58:55 hdu 1.58.14.3: #114908# adjust to changed IFSD constructor 2004/08/02 13:33:21 hdu 1.58.14.2: #114908# flipped bit 2004/08/02 13:32:26 hdu 1.58.14.1: #i32237# only non-bitmap fonts can be rotated

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [39df0c7fd1d04861f4315b8528c8c5aaf0c6d62a]

        INTEGRATION: CWS fontlists03 (1.105.14); FILE MERGED 2004/08/06 09:54:49 hdu 1.105.14.1: #i32535# no symbol aliasing when non-aliased codes are already supported by the font

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [be94fd08460f7c2b9d3fad8f032efb789f1e43ec]

        INTEGRATION: CWS fontlists03 (1.69.14); FILE MERGED 2004/08/25 12:02:52 hdu 1.69.14.2: RESYNC: (1.69-1.70); FILE MERGED 2004/07/28 15:23:08 hdu 1.69.14.1: #i32237# initialize maMetric.mnOrientation because subsystems often cannot do it

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [d02243f28799863f3f692afc9edb72ad459039f0]

        INTEGRATION: CWS fontlists03 (1.178.14); FILE MERGED 2004/08/25 12:03:08 hdu 1.178.14.4: RESYNC: (1.178-1.180); FILE MERGED 2004/08/06 14:03:55 hdu 1.178.14.3: #i31317# fix Tools->Options->FontReplacement behaviour 2004/08/03 08:24:45 hdu 1.178.14.2: #i30545# add Sazanami font to font name translations and glyph fallback 2004/07/28 15:23:08 hdu 1.178.14.1: #i32237# initialize maMetric.mnOrientation because subsystems often cannot do it

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [97207822a7bc73a3ea4bd24fc2d690d31c807eba]

        INTEGRATION: CWS fontlists03 (1.15.14); FILE MERGED 2004/08/03 15:04:42 hdu 1.15.14.1: #i32490# default symbol conversion is 1:1 conversion

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [a86d119735cd094b0e6aef57a49d40aefd52b45e]

        INTEGRATION: CWS fontlists03 (1.29.14); FILE MERGED 2004/08/25 12:02:59 hdu 1.29.14.2: RESYNC: (1.29-1.30); FILE MERGED 2004/08/09 13:55:28 hdu 1.29.14.1: #110298# prepare better font attribute detection

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [bd2b2be1b710016e54cc326e916fd675837715e5]

        INTEGRATION: CWS fontlists03 (1.16.86); FILE MERGED 2004/08/09 13:43:41 hdu 1.16.86.1: #110298# fix font attribute description

2004-08-30  Kurt Zenker  <kz@openoffice.org>  [106f712b55ecbd9bd26f8b4b28e4a7ef0124949e]

        INTEGRATION: CWS fontlists03 (1.25.182); FILE MERGED 2004/08/25 11:51:34 hdu 1.25.182.6: RESYNC: (1.25-1.27); FILE MERGED 2004/08/20 07:11:45 hdu 1.25.182.5: #110298# more fallbacks for Sun corporate fonts using their shortnames 2004/08/12 07:43:49 hdu 1.25.182.4: #i30545# more localized default font names for ja-jp 2004/08/09 13:56:48 hdu 1.25.182.3: #110298# better support for Sun corporate fonts 2004/08/03 08:49:18 hdu 1.25.182.2: #i30545# add Sazanami Mincho and Gothic to font fallback lists 2004/08/03 08:34:05 hdu 1.25.182.1: #i30545# add Sazanami Mincho and Gothic to ja-jp default font listsregistry/data/org/openoffice/VCL.xcu

2004-08-27  Kai Ahrens  <ka@openoffice.org>  [467864083d435d92cf4ee79fce8fb2288fca2d57]

        #i33459#: watch for ENABLE_DIRECTX environent variable to support DirectX implementation of avmedia backend

2004-08-27  Kai Ahrens  <ka@openoffice.org>  [5c435494a4cef61b6006b74f2e27329e747378ee]

        #i33459#: watch for ENABLE_DIRECTX environent variable to support DirectX implementation of avmedia backend

2004-08-26  Kurt Zenker  <kz@openoffice.org>  [f7fae8037acde2651f44988fa2d707e8d44b6099]

        #100000 deaktivate statistics

2004-08-25  Kurt Zenker  <kz@openoffice.org>  [7e261cfc65879e845433cd8acaea49e46dd9745c]

        new version for SRC680

2004-08-25  Kurt Zenker  <kz@openoffice.org>  [f347d03227d841f278eb0393981935cc8407396f]

        new version for SRC680

2004-08-25  Oliver Bolte  <obo@openoffice.org>  [3c200f722e97cb27f7091bf4ec50267cf4a3bf6e]

        new version for SRC680

2004-08-25  Oliver Bolte  <obo@openoffice.org>  [fd7720726af13445ad2faabb92655df7eac97517]

        #i10000# initial revision

2004-08-25  Rüdiger Timm  <rt@openoffice.org>  [83b9cbfd79f0ee78af733a514355872a92eb7b09]

        #i10000# Template function lookup rules

2004-08-25  Rüdiger Timm  <rt@openoffice.org>  [7fdb00b23279a7d33973df41505f31dff344326b]

        #i10000# include algorithm

2004-08-25  Rüdiger Timm  <rt@openoffice.org>  [8bd81b873bfa50900adc608f8ee343391afcaadf]

        #i10000# .

2004-08-25  Rüdiger Timm  <rt@openoffice.org>  [0802e9d0776911b957bb896a93db526f07d35788]

        #i10000# Avoid temporaries here

2004-08-25  Rüdiger Timm  <rt@openoffice.org>  [6e2aa1a10c1ce9dd1bc58b1de3721cd010ff0f4b]

        #i10000# New gcc complains about private copy constructor - made protected (MHU)

2004-08-25  Rüdiger Timm  <rt@openoffice.org>  [0b64f7e096e9ed6ebb353d4a1cf59c12b933d32d]

        #i10000# Make it visible via SW_DLLPUBLIC

2004-08-25  Kurt Zenker  <kz@openoffice.org>  [a99f842c242550e614bbe5bddc6cea9414b36b53]

        new version for SRC680

2004-08-24  Kurt Zenker  <kz@openoffice.org>  [5b4564d62047fd68da5e106106a9f5dfb2960808]

        new version for SRC680

2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [1c3cc522826e4934364fa9e7173a8d0509774926]

        new version for SRC680

2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [d0830d19ad8426cbe82992e7a09df235b9f0f57b]

        new version for SRC680

2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [ca4d11d86e151d19747886f7662c81ff39693b51]

        new version for SRC680

2004-08-24  Kurt Zenker  <kz@openoffice.org>  [58d2171b5708ba1d55ad5624d7fe766380292073]

        new version for SRC680

2004-08-24  Kurt Zenker  <kz@openoffice.org>  [cd77f44e3c1b84d599be77a665d8f303f5d477ef]

        new version for SRC680

2004-08-24  Kurt Zenker  <kz@openoffice.org>  [600c9dd814cedd28b6a2aecedbe06b80e466f6a7]

        new version for SRC680

2004-08-24  Kurt Zenker  <kz@openoffice.org>  [de0e7cb42d81ed4511ed0c3d2674c8efb2ae101f]

        new version for SRC680

2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [f34e6feb66614e2a2443ad1270a761102876fe87]

        #i10000# Added new platform unxlngi6

2004-08-24  Kurt Zenker  <kz@openoffice.org>  [b4e9e92a4464e7640d41898b43cdb40ad17a3425]

        new version for SRC680

2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [4798c57e7561b8a33b2b4d9d9694a03e9734f631]

        #i10000# Export SwTestItem

2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [fd3eb8ea3a8270fa15c5a9dd04e51364ffbd8584]

        #i10000# Define of CHART_TRACE corrected (new gcc preprocessor is more strict in its sysntax here)

2004-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aeb8acf8e01adb4dd5d245bf9f23892281075b28]

        add ENABLE_GNOMEVFS

2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [4e36b4fbbcb468e012c7628917997badb3f46659]

        #i10000# Add dpdimsave.obj and dpgroup.obj again, which got lost by accident

2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [c1ee525f676e9236d9bd6b4437c64769a93e5735]

        #i10000# aConfigErrHandler

2004-08-24  Michael Meeks  <mmeeks@openoffice.org>  [d84b6eadab0f0328b2587cf7b017f7fcf9b1b0b0]

        Link statically to libwpd. Issue number: 32648

2004-08-24  Michael Meeks  <mmeeks@openoffice.org>  [d5e3f78b49ac244a99b58d2a765d2b518448e06e]

        final cleans. Issue number: 32648

2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [a8e1248e125985a316a5735c1673186fcbdb48b0]

        #i10000# RuntimeException originates in com::sun::star::uno, not beans

2004-08-24  Michael Meeks  <mmeeks@openoffice.org>  [a7c10601e3debd0a8ab45583ff7fcebfc489a997]

        Fix the input stream; fix the code to work vs. the latest libwpd, remove unnecessary 'ooo/' cut/paste action. Issue number:  32648

2004-08-24  Michael Meeks  <mmeeks@openoffice.org>  [9ceb90e2c0d4cce310f8586cd6b0d2e1b2f6291a]

        Fix up the build infrastructure to build the snapshot nicely. Issue number: 32648

2004-08-24  Rüdiger Timm  <rt@openoffice.org>  [1618f4d6167c65cb2b80944894ab25f487a95db9]

        #i10000# Includes corrected.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [66ff9a61f6666683d4a24791665248eaf19be21f]

        #i33258# _workshop_string fixed.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1381a36da52a059239a5d4f85dfe090165363035]

        INTEGRATION: CWS jl2 (1.5.6); FILE MERGED 2004/07/26 10:09:49 jl 1.5.6.4: RESYNC: (1.7-1.8); FILE MERGED 2004/05/26 11:50:41 jl 1.5.6.3: RESYNC: (1.6-1.7); FILE MERGED 2004/03/22 15:51:31 jl 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2003/11/10 12:43:18 jl 1.5.6.1: #i22191# integratring Cli-uno examples into SDK

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2b8a762a0747440b39c12a449ed8476cd446d722]

        INTEGRATION: CWS jl2 (1.39.12); FILE MERGED 2004/03/22 15:51:23 jl 1.39.12.3: RESYNC: (1.39-1.41); FILE MERGED 2003/12/04 10:17:36 jl 1.39.12.2: #i22191# integratring Cli-uno examples into SDK 2003/11/10 12:43:09 jl 1.39.12.1: #i22191# integratring Cli-uno examples into SDK

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0f5d6871e0fdd572835173eb9910b6f1c2d5baf2]

        INTEGRATION: CWS jl2 (1.24.6); FILE MERGED 2004/07/26 13:51:57 jl 1.24.6.3: #i22197# 2004/07/26 10:07:14 jl 1.24.6.2: RESYNC: (1.24-1.25); FILE MERGED 2003/11/10 12:45:01 jl 1.24.6.1: #i22191# integratring Cli-uno examples into SDK

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [57c3d62fd58436e3d8c03932d927ad93a4869a4f]

        INTEGRATION: CWS jl2 (1.1.2); FILE ADDED 2004/07/28 10:17:56 jl 1.1.2.2: #i22191# adapted examples to use assemblies from GAC 2003/11/10 12:30:46 jl 1.1.2.1: #i22191# integratring Cli-uno examples into SDK

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2dc9324a412b7a89cf6801d85927ee6375352962]

        INTEGRATION: CWS jl2 (1.1.2); FILE ADDED 2004/08/03 14:57:07 jl 1.1.2.4: #i22191# 2004/07/28 10:17:55 jl 1.1.2.3: #i22191# adapted examples to use assemblies from GAC 2003/11/11 10:00:11 jl 1.1.2.2: #i22191# integratring Cli-uno examples into SDK 2003/11/10 12:30:37 jl 1.1.2.1: #i22191# integratring Cli-uno examples into SDK

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c76cc5624aa60080752821add2b6e85c6cca6f3c]

        INTEGRATION: CWS jl2 (1.1.2); FILE ADDED 2003/11/10 12:27:34 jl 1.1.2.1: #i22191# integrating CLI-UNO examples into SDK

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d0c234f6d018846e43d3148ce2066c728e4774d1]

        INTEGRATION: CWS jl2 (1.17.6); FILE MERGED 2004/07/26 09:57:11 jl 1.17.6.4: RESYNC: (1.18-1.19); FILE MERGED 2004/05/26 11:49:08 jl 1.17.6.3: RESYNC: (1.17-1.18); FILE MERGED 2003/11/11 10:00:09 jl 1.17.6.2: #i22191# integratring Cli-uno examples into SDK 2003/11/10 15:52:36 jl 1.17.6.1: #i22191# integratring Cli-uno examples into SDK

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [01a16644d44919804a692b27aede0aca7de27bfb]

        INTEGRATION: CWS jl2 (1.12.48); FILE MERGED 2004/07/26 09:56:31 jl 1.12.48.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/11 10:00:07 jl 1.12.48.1: #i22191# integratring Cli-uno examples into SDK

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [66a40a7dc6423afbef6bf956a8e65deeeec09629]

        #i10000# For unix, adjustvisibility has to be built first.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [32d86d42142f390685a2d98745ef02151075c118]

        #117656# make it usable on flat

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d5e3ae991bae8fddbbe0dcea3df7c50805ea7a15]

        INTEGRATION: CWS hr6 (1.5.20); FILE MERGED 2004/08/20 13:26:10 hr 1.5.20.1: #i33043#: implement is_milestone()

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [101659ddf2c1aab51e6fa1ac57e49a70a08043d4]

        INTEGRATION: CWS hr6 (1.3.2); FILE MERGED 2004/08/20 14:39:08 hr 1.3.2.2: #i33043#: typo 2004/08/20 14:24:04 hr 1.3.2.1: #i33043#: check milestone vs EIS

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e5d7333fa81afa5264597348fa136bf182bac8e6]

        INTEGRATION: CWS hr6 (1.3.2); FILE MERGED 2004/08/20 14:38:32 hr 1.3.2.1: #i33043#: check milestone vs EIS

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e9fbf64f1dc8ea6db097616aa2f730c9167cdb5c]

        SRC680

2004-08-23  Kai Ahrens  <ka@openoffice.org>  [765249c2d0564fe7708cea8194ecfc8169718ce3]

        initial revision

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d565c5e06e04c279cdebb3d0cf9f4cd8930d956d]

        INTEGRATION: CWS tune03 (1.38.6); FILE MERGED 2004/08/09 21:18:40 mhu 1.38.6.2: RESYNC: (1.38-1.39); FILE MERGED 2004/07/19 19:10:32 mhu 1.38.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [4dfa548d127643036319019920849b6d73f226f0]

        INTEGRATION: CWS tune03 (1.6.500); FILE MERGED 2004/08/16 19:17:30 mhu 1.6.500.2: #i29979# Finetuned a few more exports for GCC 3.4 and MSVC++. 2004/07/19 19:10:32 mhu 1.6.500.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [4fb15982a3b1ca3f656fb49a7a93ac340d31d32e]

        INTEGRATION: CWS tune03 (1.2.500); FILE MERGED 2004/07/19 19:10:33 mhu 1.2.500.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c6296636a5550a95255bc8119bb2ee1df2fab09f]

        INTEGRATION: CWS tune03 (1.3.744); FILE MERGED 2004/07/19 19:10:37 mhu 1.3.744.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [9583ed53ecf65d116fae45292792337587a901f9]

        INTEGRATION: CWS tune03 (1.93.68); FILE MERGED 2004/08/09 21:20:29 mhu 1.93.68.2: RESYNC: (1.93-1.97); FILE MERGED 2004/07/19 19:10:46 mhu 1.93.68.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [5bd8a9782f185861d22f656783ecb76c07f76232]

        INTEGRATION: CWS tune03 (1.38.6); FILE MERGED 2004/08/09 21:20:36 mhu 1.38.6.2: RESYNC: (1.38-1.39); FILE MERGED 2004/07/19 19:10:47 mhu 1.38.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3ee290d44c17f95b68251c15d498f317fbb894dd]

        INTEGRATION: CWS tune03 (1.2.500); FILE MERGED 2004/07/19 19:10:53 mhu 1.2.500.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f6acfaba49b68ae08b18fdf84dc36f346e58d000]

        INTEGRATION: CWS tune03 (1.97.68); FILE MERGED 2004/08/09 21:40:14 mhu 1.97.68.2: RESYNC: (1.97-1.101); FILE MERGED 2004/07/19 19:10:56 mhu 1.97.68.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [549ca4b90629c559a2eea14d0c00eeeac606b728]

        INTEGRATION: CWS tune03 (1.2.82); FILE MERGED 2004/08/09 21:47:12 mhu 1.2.82.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/19 19:11:08 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c432780aca6923d032156c44f225981e2488af04]

        INTEGRATION: CWS tune03 (1.42.6); FILE MERGED 2004/08/09 21:48:58 mhu 1.42.6.2: RESYNC: (1.42-1.44); FILE MERGED 2004/07/19 19:11:21 mhu 1.42.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [acafc0f43bade24dbf23e2cf17e73eedda3b43d3]

        INTEGRATION: CWS tune03 (1.10.6); FILE MERGED 2004/07/19 19:11:26 mhu 1.10.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [61cbff3c0cd32a04e3c0346d29d7a16cd6d7b1e2]

        INTEGRATION: CWS tune03 (1.2.82); FILE MERGED 2004/07/19 19:11:30 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [6e655c5c3f1f8762dbb836660aba0ebcdf56e9b1]

        INTEGRATION: CWS tune03 (1.23.82); FILE MERGED 2004/07/19 19:11:39 mhu 1.23.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [95107e9c2d042f97333f94a77f7111e80b557bbc]

        INTEGRATION: CWS tune03 (1.37.6); FILE MERGED 2004/07/21 12:49:28 hjs 1.37.6.3: #i29979# remove obsolete *.flt remains 2004/07/20 14:03:18 hjs 1.37.6.2: #29979# SHLnUSE_EXPORTS set to ordinal 2004/07/19 19:11:52 mhu 1.37.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [4e074b0654750fc4e0bcc97e74f71240597f3f87]

        INTEGRATION: CWS tune03 (1.5.168); FILE MERGED 2004/08/08 16:29:47 mhu 1.5.168.1: #i32720# Adapted pagein to changed list of shared libraries (src680 series, cws dialogdiet).

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [cd98b1c5b5efe5836233521f2cd08f1539b44eb0]

        INTEGRATION: CWS tune03 (1.3.186); FILE MERGED 2004/05/25 16:59:37 hr 1.3.186.1: #i29488#: simplify for SPARC v8plus architecture

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [25e8e3f2476bb87d9ddb59408f1e2b05510fe07a]

        INTEGRATION: CWS tune03 (1.6.52); FILE MERGED 2004/05/25 16:57:41 hr 1.6.52.1: #i29488#: remove osl_InterlockedCountSetV9() and osl_InitSparcV9() for SPARC v8plus architecture

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [913b1ae8d48362e2e4bfb658804400859ffbb4a6]

        INTEGRATION: CWS tune03 (1.23.8); FILE MERGED 2004/07/06 17:07:30 mhu 1.23.8.1: #i29979# Added defines SAL_DLLPUBLIC_EXPORT/IMPORT and SAL_DLLPRIVATE to enable controlled symbol scoping where compilers do support this.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [13b5e88563cc5aaf417a5ee54390418e16722674]

        INTEGRATION: CWS tune03 (1.1.1.1.530); FILE MERGED 2004/08/19 12:55:34 mhu 1.1.1.1.530.2: #i29979# Disabled (temporarily) GCC -fvisibility=hidden (until exception typeinfo is somehow exported). 2004/07/08 16:45:20 mhu 1.1.1.1.530.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3e19e1f76fba0bb9cf9004bda8a4788f109cec27]

        INTEGRATION: CWS tune03 (1.25.10); FILE MERGED 2004/08/12 17:48:31 mhu 1.25.10.4: #i29979# Adapted to new ScDPDateGroupDlg (moved to scui). 2004/07/21 12:49:20 hjs 1.25.10.3: #i29979# remove obsolete *.flt remains 2004/07/20 10:29:55 hjs 1.25.10.2: #29979# SHLnUSE_EXPORTS set to ordinal 2004/07/08 16:45:19 mhu 1.25.10.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [fff95e2424030f167b699ea14f412f1e33c97bef]

        INTEGRATION: CWS tune03 (1.6.70); FILE MERGED 2004/07/08 16:45:19 mhu 1.6.70.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a1c125ba6c79d7e0eff2c33894680e09dd5a52cc]

        INTEGRATION: CWS tune03 (1.2.206); FILE MERGED 2004/07/08 16:45:19 mhu 1.2.206.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [628c9c7583f3f18e565556af0a52fca2f636046a]

        INTEGRATION: CWS tune03 (1.15.206); FILE MERGED 2004/08/09 21:04:04 mhu 1.15.206.2: RESYNC: (1.15-1.16); FILE MERGED 2004/07/08 16:45:18 mhu 1.15.206.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d074ff02b144d9ded7e054f5f321f9ee7f972fb8]

        INTEGRATION: CWS tune03 (1.6.70); FILE MERGED 2004/08/09 21:03:21 mhu 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/08 16:45:18 mhu 1.6.70.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3b32f0fcf1591ec30660d71b84b09a1ac79da01a]

        INTEGRATION: CWS tune03 (1.6.126); FILE MERGED 2004/07/08 16:45:18 mhu 1.6.126.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [33cb5a378adbd77be36f17df694aa9352ddd2ab7]

        INTEGRATION: CWS tune03 (1.6.72); FILE MERGED 2004/07/08 16:45:17 mhu 1.6.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b9953ccdd161cf8084b3ed6f79bbd8d6665b323a]

        INTEGRATION: CWS tune03 (1.2.72); FILE MERGED 2004/08/09 21:02:52 mhu 1.2.72.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/08 16:45:17 mhu 1.2.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0d05e5d4319badfa10f2c2529944034b6a83cef8]

        INTEGRATION: CWS tune03 (1.2.72); FILE MERGED 2004/07/08 16:45:17 mhu 1.2.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [09f836725b95ea74e3ecafdbd65bf3a00578efe3]

        INTEGRATION: CWS tune03 (1.11.154); FILE MERGED 2004/07/08 16:45:16 mhu 1.11.154.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2dfeedf28850a32552043b8dde9f98ab9f403313]

        INTEGRATION: CWS tune03 (1.5.52); FILE MERGED 2004/07/08 16:45:16 mhu 1.5.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [280c7697d7e26b97d622f8ef512c7fe0d506a3c5]

        INTEGRATION: CWS tune03 (1.2.516); FILE MERGED 2004/07/08 16:45:16 mhu 1.2.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [cc6b33b71c505479fa67b75825a13daa564ad309]

        INTEGRATION: CWS tune03 (1.11.72); FILE MERGED 2004/08/11 13:07:53 mhu 1.11.72.3: #i29979# Cleaned up resync merge leftovers. 2004/08/09 21:02:29 mhu 1.11.72.2: RESYNC: (1.11-1.12); FILE MERGED 2004/07/08 16:45:16 mhu 1.11.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [df80b4f08bd8c041ee867fcdf843b3cd753697fb]

        INTEGRATION: CWS tune03 (1.3.156); FILE MERGED 2004/07/08 16:45:16 mhu 1.3.156.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [ed7d15b93b005fdea3e9dce508547b484289f83c]

        INTEGRATION: CWS tune03 (1.5.72); FILE MERGED 2004/07/08 16:45:15 mhu 1.5.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [5b0fce30199fb188a3cd55da66ebbb4fe849cb6c]

        INTEGRATION: CWS tune03 (1.3.172); FILE MERGED 2004/07/08 16:45:15 mhu 1.3.172.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [82c9fcd348d6a5ab56508cdf38956c58d0cdf0db]

        INTEGRATION: CWS tune03 (1.2.494); FILE MERGED 2004/07/08 16:45:15 mhu 1.2.494.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d3b3bb830b601ad49ac72c360ac32a7061c6da06]

        INTEGRATION: CWS tune03 (1.2.72); FILE MERGED 2004/08/09 21:02:14 mhu 1.2.72.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/08 16:45:15 mhu 1.2.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d0e3769c4463f6877e8010a782d7b4795520288b]

        INTEGRATION: CWS tune03 (1.1.1.1.530); FILE MERGED 2004/07/08 16:45:14 mhu 1.1.1.1.530.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a8be67bbd964f747d0360f9106c5dd648ae58e90]

        INTEGRATION: CWS tune03 (1.2.516); FILE MERGED 2004/07/08 16:45:14 mhu 1.2.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d40c64530e7714e5fa24d17324bae54efb51e656]

        INTEGRATION: CWS tune03 (1.3.52); FILE MERGED 2004/07/08 16:45:14 mhu 1.3.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [af81b425b56a777bc56c5946bf40c0b213143faa]

        INTEGRATION: CWS tune03 (1.3.486); FILE MERGED 2004/07/08 16:45:14 mhu 1.3.486.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [07d72b29df9d6b0d190945e47b5641b529701f21]

        INTEGRATION: CWS tune03 (1.8.158); FILE MERGED 2004/07/08 16:45:13 mhu 1.8.158.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [835bb5917a773ba55a52244b1cb2b15ccefd96a1]

        INTEGRATION: CWS tune03 (1.2.518); FILE MERGED 2004/07/08 16:45:13 mhu 1.2.518.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [ac88207db35a6435ed9c96483b0b36abc5b5ce2e]

        INTEGRATION: CWS tune03 (1.7.52); FILE MERGED 2004/08/09 21:02:07 mhu 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2004/07/08 16:45:13 mhu 1.7.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [27058ca83209b67da05566df32d885cbca176ec0]

        INTEGRATION: CWS tune03 (1.3.492); FILE MERGED 2004/07/08 16:45:13 mhu 1.3.492.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f39df7c6256c6b254187b86033454a632f0d5dfd]

        INTEGRATION: CWS tune03 (1.2.516); FILE MERGED 2004/07/08 16:45:13 mhu 1.2.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c268beeb0f510707f96572259ac8166f1970e594]

        INTEGRATION: CWS tune03 (1.3.72); FILE MERGED 2004/07/08 16:45:12 mhu 1.3.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [18c7d332e1b3ccada3a0bc658667111c29ac1452]

        INTEGRATION: CWS tune03 (1.2.516); FILE MERGED 2004/07/08 16:45:12 mhu 1.2.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a387b9afa1171ea99cff8c9f72f33038c51cacf6]

        INTEGRATION: CWS tune03 (1.14.52); FILE MERGED 2004/07/08 16:45:11 mhu 1.14.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [311f977eca0b7fcc1fdb8cb22196116ed53de2f6]

        INTEGRATION: CWS tune03 (1.4.52); FILE MERGED 2004/07/08 16:45:11 mhu 1.4.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c946e6bcf21ad61948979e028731b65679ff4fa2]

        INTEGRATION: CWS tune03 (1.8.72); FILE MERGED 2004/08/09 21:01:24 mhu 1.8.72.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/08 16:45:11 mhu 1.8.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [cf534a76388e8010e721eeba53592d1b36167cbb]

        INTEGRATION: CWS tune03 (1.16.52); FILE MERGED 2004/07/08 16:45:11 mhu 1.16.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7a2305fd58c79ea896141c96395f5034da29faf7]

        INTEGRATION: CWS tune03 (1.1.1.1.530); FILE MERGED 2004/07/08 16:45:11 mhu 1.1.1.1.530.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [77f739b3bff1921259d3fb253df9f10f37cc178d]

        INTEGRATION: CWS tune03 (1.9.72); FILE MERGED 2004/07/08 16:45:11 mhu 1.9.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2eb5c3de2df79dd407370d992c1223fc5e692336]

        INTEGRATION: CWS tune03 (1.1.1.1.530); FILE MERGED 2004/07/08 16:45:10 mhu 1.1.1.1.530.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [9c3040ae93b0b621c98313c71aabd1ca2f80ae21]

        INTEGRATION: CWS tune03 (1.28.52); FILE MERGED 2004/08/09 20:58:53 mhu 1.28.52.2: RESYNC: (1.28-1.29); FILE MERGED 2004/07/08 16:45:10 mhu 1.28.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b139caade70aaff02c964e1acee3980c4391b71f]

        INTEGRATION: CWS tune03 (1.4.492); FILE MERGED 2004/07/08 16:45:10 mhu 1.4.492.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d70accf723888ade7a9d59622f369475052d8fa5]

        INTEGRATION: CWS tune03 (1.4.488); FILE MERGED 2004/08/16 18:26:14 mhu 1.4.488.1: #i29979# Add a few more exports for GCC 3.4.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d179eedd9af0f929cffef83c683a3796816fc0b9]

        INTEGRATION: CWS tune03 (1.9.324); FILE MERGED 2004/07/08 16:45:10 mhu 1.9.324.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a1330193b694a5fa1ae59f5ea037b62468f8c52e]

        INTEGRATION: CWS tune03 (1.11.52); FILE MERGED 2004/07/08 16:45:10 mhu 1.11.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [dd60be65571eaf1618f4588181574f206c3bde8d]

        INTEGRATION: CWS tune03 (1.5.50); FILE MERGED 2004/08/09 20:58:37 mhu 1.5.50.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/08 16:45:09 mhu 1.5.50.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [5000aacd74db433ecf7a5b86a47bef4db73be20d]

        INTEGRATION: CWS tune03 (1.2.516); FILE MERGED 2004/07/08 16:45:09 mhu 1.2.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2c1b951723dbeeddb7c71f1232fd0935e72e59c9]

        INTEGRATION: CWS tune03 (1.28.22); FILE MERGED 2004/07/08 16:45:08 mhu 1.28.22.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [25286c259d4a973b0740330128945a179968db14]

        INTEGRATION: CWS tune03 (1.12.64); FILE MERGED 2004/07/08 16:45:08 mhu 1.12.64.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [17c4eb1f55f5fd4d4382c32d550b312844846589]

        INTEGRATION: CWS tune03 (1.6.52); FILE MERGED 2004/07/08 16:45:08 mhu 1.6.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [9ddfc622ace65743dc52a47022db32d96e3f81a9]

        INTEGRATION: CWS tune03 (1.7.52); FILE MERGED 2004/07/08 16:45:07 mhu 1.7.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0dc84dde524a2c73db2f89fcac7b106fa9ceb06c]

        INTEGRATION: CWS tune03 (1.2.516); FILE MERGED 2004/07/08 16:45:07 mhu 1.2.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b87f8537482d7dc56c0f2667b68d87ebff61ad79]

        INTEGRATION: CWS tune03 (1.2.72); FILE MERGED 2004/07/08 16:45:07 mhu 1.2.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [8ef9eea792ac91bd2739ae5b44059da6b30eb637]

        INTEGRATION: CWS tune03 (1.4.10); FILE MERGED 2004/07/08 16:45:07 mhu 1.4.10.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b548d6ae0ae9783acec4960aba13b5ed97f7bbba]

        INTEGRATION: CWS tune03 (1.9.72); FILE MERGED 2004/07/08 16:45:06 mhu 1.9.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c39d58f9702cec174bd06fcc373429c07ab39f3a]

        INTEGRATION: CWS tune03 (1.5.52); FILE MERGED 2004/08/09 20:54:38 mhu 1.5.52.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/08 16:45:06 mhu 1.5.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [347dec68d67eed61f2a1143c8c435574d750aae2]

        INTEGRATION: CWS tune03 (1.5.52); FILE MERGED 2004/07/08 16:45:06 mhu 1.5.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f1866d6ecd2f0d9e3263b5bdf7b561fe3cdd7c70]

        INTEGRATION: CWS tune03 (1.5.2); FILE MERGED 2004/08/12 17:48:30 mhu 1.5.2.1: #i29979# Adapted to new ScDPDateGroupDlg (moved to scui).

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c33e9b8eb966eb079c05797e4ea99d266d3a95a0]

        INTEGRATION: CWS tune03 (1.2.2); FILE MERGED 2004/08/14 14:57:43 mhu 1.2.2.1: #i29979# Cleaned up resync merge leftovers.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c382988dcb0786b04569bbc52c86cc9c03fbed0f]

        INTEGRATION: CWS tune03 (1.2.516); FILE MERGED 2004/07/08 16:45:06 mhu 1.2.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0a4409411542b058f27394efddcd9d799c350606]

        INTEGRATION: CWS tune03 (1.7.516); FILE MERGED 2004/07/08 16:45:05 mhu 1.7.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [72bd7789ed41fcd9c08e49bc4af07513fa6a3c96]

        INTEGRATION: CWS tune03 (1.7.386); FILE MERGED 2004/07/08 16:45:05 mhu 1.7.386.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c2df0f3788c9f2dcb960164b57802834aba31bff]

        INTEGRATION: CWS tune03 (1.20.52); FILE MERGED 2004/07/08 16:45:05 mhu 1.20.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [740b3b96a9751b42d6603edeeefa624e761e8dd1]

        INTEGRATION: CWS tune03 (1.3.2); FILE MERGED 2004/08/12 17:48:30 mhu 1.3.2.1: #i29979# Adapted to new ScDPDateGroupDlg (moved to scui).

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [437b86477ed6560adb316815b584c2db575c3437]

        INTEGRATION: CWS tune03 (1.2.2); FILE MERGED 2004/08/14 14:57:43 mhu 1.2.2.2: #i29979# Cleaned up resync merge leftovers. 2004/08/11 13:07:53 mhu 1.2.2.1: #i29979# Cleaned up resync merge leftovers.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [16c1b8ea1b9ba3a5ab45cb00efb7a02fa1f293f4]

        INTEGRATION: CWS tune03 (1.3.508); FILE MERGED 2004/07/08 16:45:04 mhu 1.3.508.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f39064ba6602fd129fb70c9fce9e06d812be59fa]

        INTEGRATION: CWS tune03 (1.2.72); FILE MERGED 2004/07/08 16:45:04 mhu 1.2.72.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f8cec3aba80d90d8c167e5fa6b189b8a24e27f17]

        INTEGRATION: CWS tune03 (1.3.52); FILE MERGED 2004/08/09 20:52:50 mhu 1.3.52.2: RESYNC: (1.3-1.6); FILE MERGED 2004/07/08 16:45:04 mhu 1.3.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f834c6e9bbc66aa9e797ee136e3a378784f7020f]

        INTEGRATION: CWS tune03 (1.6.70); FILE MERGED 2004/08/09 20:52:43 mhu 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/08 16:45:04 mhu 1.6.70.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d16f0fc75fddfab6ed3bfc89bc3df8722737ecff]

        INTEGRATION: CWS tune03 (1.15.214); FILE MERGED 2004/07/08 16:45:03 mhu 1.15.214.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [237230cc5e66b50e5a9bd6c8ff716154cd8aaf7c]

        INTEGRATION: CWS tune03 (1.39.50); FILE MERGED 2004/08/09 20:36:23 mhu 1.39.50.2: RESYNC: (1.39-1.40); FILE MERGED 2004/07/08 16:45:02 mhu 1.39.50.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [fe1c6730d886a22eb666e4e73cc8e72e0f7f5556]

        INTEGRATION: CWS tune03 (1.5.518); FILE MERGED 2004/07/08 16:45:02 mhu 1.5.518.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [15c57e0b352b53c019e48954d65b7a1168e9bf9b]

        INTEGRATION: CWS tune03 (1.2.486); FILE MERGED 2004/07/08 16:45:02 mhu 1.2.486.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [8ece98a1fca3918a9d735391a6cbe5cc6900f485]

        INTEGRATION: CWS tune03 (1.10.138); FILE MERGED 2004/07/08 16:45:01 mhu 1.10.138.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [5054e9c298c1d8079c6d098484c51e50e2b0b543]

        INTEGRATION: CWS tune03 (1.2.52); FILE MERGED 2004/07/08 16:45:01 mhu 1.2.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [aef6b9e8f2dfcdb6fd93749dda61c7e8692b8bec]

        INTEGRATION: CWS tune03 (1.1.1.1.530); FILE MERGED 2004/07/08 16:45:01 mhu 1.1.1.1.530.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d8b55e98afcbb7754eca7d1043d849812d533f28]

        INTEGRATION: CWS tune03 (1.14.78); FILE MERGED 2004/07/08 16:45:01 mhu 1.14.78.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e5e3f9d993d09bdec7faab34b9934b1b705ad0c0]

        INTEGRATION: CWS tune03 (1.1.2); FILE ADDED 2004/07/08 16:45:01 mhu 1.1.2.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f65777032de96c3a353e66191efb802ecdf0f8e4]

        INTEGRATION: CWS tune03 (1.4.52); FILE MERGED 2004/07/08 16:45:00 mhu 1.4.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7ef4a96999b908b95e01e18ee9effa99c60ba126]

        INTEGRATION: CWS tune03 (1.2.516); FILE MERGED 2004/07/08 16:45:00 mhu 1.2.516.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [01437cfaad5b5af47eb2a211dadfe344bacb15fb]

        INTEGRATION: CWS tune03 (1.9.346); FILE MERGED 2004/08/09 20:28:06 mhu 1.9.346.2: RESYNC: (1.9-1.10); FILE MERGED 2004/07/08 16:45:00 mhu 1.9.346.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [631366d64ad9ecc5dffc765b88fca038d062c3b1]

        INTEGRATION: CWS tune03 (1.5.332); FILE MERGED 2004/07/08 16:45:00 mhu 1.5.332.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [03c6872c2646da0c264ef049d7fc03d22e238839]

        INTEGRATION: CWS tune03 (1.2.52); FILE MERGED 2004/07/08 16:44:59 mhu 1.2.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2511c8d83b0d4e88957327ff9c59c333f6e4b39e]

        INTEGRATION: CWS tune03 (1.37.22); FILE MERGED 2004/07/08 16:44:59 mhu 1.37.22.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [01575c5b9141c77d7d38b28d53d1c00d10ae78f8]

        INTEGRATION: CWS tune03 (1.6.52); FILE MERGED 2004/08/12 17:48:29 mhu 1.6.52.1: #i29979# Adapted to new ScDPDateGroupDlg (moved to scui).

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [6255a2ee06aa6edd02ca513ac60fb4981f6d5310]

        INTEGRATION: CWS tune03 (1.6.2); FILE MERGED 2004/08/12 17:48:28 mhu 1.6.2.1: #i29979# Adapted to new ScDPDateGroupDlg (moved to scui).

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [444549b618000234ddf698bd44d6a7c24467439b]

        INTEGRATION: CWS tune03 (1.5.50); FILE MERGED 2004/08/09 20:26:44 mhu 1.5.50.2: RESYNC: (1.5-1.7); FILE MERGED 2004/07/08 16:44:59 mhu 1.5.50.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b732a0113f520f63f3956c675ae5a50ae7234638]

        INTEGRATION: CWS tune03 (1.76.48); FILE MERGED 2004/08/09 20:26:15 mhu 1.76.48.2: RESYNC: (1.76-1.79); FILE MERGED 2004/07/08 16:44:59 mhu 1.76.48.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [60286b3bf0a95278d64e5fef2226a96ab66d6adc]

        INTEGRATION: CWS tune03 (1.4.518); FILE MERGED 2004/07/08 16:44:59 mhu 1.4.518.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f4f9f46c23122a2cbc49b7989d513989d41a8c0b]

        INTEGRATION: CWS tune03 (1.6.52); FILE MERGED 2004/07/08 16:44:58 mhu 1.6.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [24c2067e70fbc512422113c406cbb48cdbcc27fd]

        INTEGRATION: CWS tune03 (1.20.10); FILE MERGED 2004/07/08 16:44:58 mhu 1.20.10.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e8c39819d1bb7503d15d43893e8983bcc6786a5a]

        INTEGRATION: CWS tune03 (1.2.52); FILE MERGED 2004/07/08 16:44:58 mhu 1.2.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [bf1fda95cc4776eca0a970d7505edb18dd67cdde]

        INTEGRATION: CWS tune03 (1.4.504); FILE MERGED 2004/08/09 20:25:44 mhu 1.4.504.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/08 16:44:58 mhu 1.4.504.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c8c055631e5d3371b024075d88648dfc21aae7fa]

        INTEGRATION: CWS tune03 (1.4.52); FILE MERGED 2004/07/08 16:44:57 mhu 1.4.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a8b9edde64a70121ed0ecdf4b93e3b8e3346e381]

        INTEGRATION: CWS tune03 (1.4.494); FILE MERGED 2004/07/08 16:44:57 mhu 1.4.494.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [cb05097fcb6625fb6a1c3fe142b9ec5921b34e4a]

        INTEGRATION: CWS tune03 (1.3.22); FILE MERGED 2004/07/08 16:44:56 mhu 1.3.22.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [5670e9e732d0979a5b083fa0400a219c980ba49e]

        INTEGRATION: CWS tune03 (1.15.130); FILE MERGED 2004/07/22 19:55:11 mhu 1.15.130.1: #i29979# Removed use of old-style SAL_DLLEXPORT macro (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [391d9b4831d8fed12fe38e21b8f2fa281ade9bfe]

        INTEGRATION: CWS tune03 (1.3.28); FILE MERGED 2004/07/22 19:55:10 mhu 1.3.28.1: #i29979# Removed use of old-style SAL_DLLEXPORT macro (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [80d5f4aea4aedfec68f315fc3eb9abf94f973a2e]

        INTEGRATION: CWS tune03 (1.7.182); FILE MERGED 2004/07/22 19:55:10 mhu 1.7.182.1: #i29979# Removed use of old-style SAL_DLLEXPORT macro (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [59acd53c90a311567364fbf94a68934a4579fe32]

        INTEGRATION: CWS tune03 (1.4.176); FILE MERGED 2004/07/22 19:55:09 mhu 1.4.176.1: #i29979# Removed use of old-style SAL_DLLEXPORT macro (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0c68ca11b548e77c12235f9d524d3fd05491df6b]

        INTEGRATION: CWS tune03 (1.63.12); FILE MERGED 2004/08/09 22:35:45 mhu 1.63.12.3: RESYNC: (1.63-1.64); FILE MERGED 2004/07/21 18:13:53 mhu 1.63.12.2: #i29979# Disabled dll-interface warnings: 4251 and 4275; Changed -Ox to -Oxs (full optimization, favoring smaller code size). 2004/07/21 12:45:43 hjs 1.63.12.1: #i29979# filter windows linker warning LNK4197

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1f5fc9af9d877d6a7edd05167eb173d60f564892]

        INTEGRATION: CWS tune03 (1.12.20); FILE MERGED 2004/07/06 13:33:06 mhu 1.12.20.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/25 17:03:41 hr 1.12.20.1: #i29488#: target architecture is now v8plus

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d94cefc02d88566c19545e6d55aa6b62b1c74eb1]

        INTEGRATION: CWS tune03 (1.27.4); FILE MERGED 2004/08/16 17:29:50 mhu 1.27.4.3: #i31183# Handle 'adjustvisibility' analog to 'makedepend' to avoid bootstrap problem in 'soltools'. 2004/08/09 22:35:21 mhu 1.27.4.2: RESYNC: (1.27-1.30); FILE MERGED 2004/07/20 10:24:40 hjs 1.27.4.1: #29979# SHLnUSE_EXPORTS must be ordinal, name or empty now

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e2b9f2f6419b93a770930f2390d0ce172730168d]

        INTEGRATION: CWS tune03 (1.80.4); FILE MERGED 2004/07/21 12:45:42 hjs 1.80.4.3: #i29979# filter windows linker warning LNK4197 2004/07/20 10:24:39 hjs 1.80.4.2: #29979# SHLnUSE_EXPORTS must be ordinal, name or empty now 2004/07/08 15:49:36 mhu 1.80.4.1: #29979# Added SHLxUSE_EXPORTS to support linking libraries that export their symbols via __declspec(dllexport).

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [8f6a0e104d88356eb97daf74e603d08ebb115a05]

        INTEGRATION: CWS tune03 (1.25.60); FILE MERGED 2004/07/21 12:44:51 hjs 1.25.60.3: #i29979# fix different modes *.def creation 2004/07/20 17:54:33 hjs 1.25.60.2: #29979# don't leave *.def if aborted; still allow filtering 2004/07/20 10:24:40 hjs 1.25.60.1: #29979# SHLnUSE_EXPORTS must be ordinal, name or empty now

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [705e7678e39a3032296512d98c16c3a178e89c64]

        INTEGRATION: CWS tune03 (1.145.14); FILE MERGED 2004/08/09 22:34:28 mhu 1.145.14.3: RESYNC: (1.148-1.150); FILE MERGED 2004/07/06 13:29:02 mhu 1.145.14.2: RESYNC: (1.145-1.148); FILE MERGED 2004/05/25 17:05:11 hr 1.145.14.1: #i29488#: set cc-wrapper mode to auto in all cases

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1adf2e4d3b409a3626a1e836537b201ade267ba4]

        INTEGRATION: CWS tune03 (1.4.210); FILE MERGED 2004/05/25 17:05:11 hr 1.4.210.1: #i29488#: set cc-wrapper mode to auto in all cases

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f217163931c50221d90d4ba9a5f6b6b235a32975]

        INTEGRATION: CWS tune03 (1.53.4); FILE MERGED 2004/08/16 17:29:49 mhu 1.53.4.3: #i31183# Handle 'adjustvisibility' analog to 'makedepend' to avoid bootstrap problem in 'soltools'. 2004/08/09 22:34:21 mhu 1.53.4.2: RESYNC: (1.53-1.55); FILE MERGED 2004/07/21 12:14:41 hjs 1.53.4.1: #i31183# adjust symbol visibility on solaris

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f5d08a7fa7f7a36e1af2f6841c286ccee43dc379]

        INTEGRATION: CWS tune03 (1.29.4); FILE MERGED 2004/08/16 17:29:49 mhu 1.29.4.3: #i31183# Handle 'adjustvisibility' analog to 'makedepend' to avoid bootstrap problem in 'soltools'. 2004/08/09 22:34:14 mhu 1.29.4.2: RESYNC: (1.29-1.30); FILE MERGED 2004/07/21 12:14:41 hjs 1.29.4.1: #i31183# adjust symbol visibility on solaris

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [8eb5d32d619d6c3d300b9017525642062f653367]

        INTEGRATION: CWS tune03 (1.1.2); FILE ADDED 2004/07/20 17:41:28 hjs 1.1.2.1: #29979# empty default filter

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [accbdcf130c12481cbdb14b75458268a4478b669]

        INTEGRATION: CWS tune03 (1.78.4); FILE MERGED 2004/07/21 12:45:43 hjs 1.78.4.3: #i29979# filter windows linker warning LNK4197 2004/07/20 10:24:38 hjs 1.78.4.2: #29979# SHLnUSE_EXPORTS must be ordinal, name or empty now 2004/07/08 15:49:36 mhu 1.78.4.1: #29979# Added SHLxUSE_EXPORTS to support linking libraries that export their symbols via __declspec(dllexport).

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3e3e392c86ccc45a589363689c2b210af92922f6]

        INTEGRATION: CWS tune03 (1.24.62); FILE MERGED 2004/07/21 12:44:37 hjs 1.24.62.3: #i29979# fix different modes *.def creation 2004/07/20 17:54:32 hjs 1.24.62.2: #29979# don't leave *.def if aborted; still allow filtering 2004/07/20 10:24:38 hjs 1.24.62.1: #29979# SHLnUSE_EXPORTS must be ordinal, name or empty now

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [dcb9728ad6df8ad500be34ef250c41c8d7a0268e]

        INTEGRATION: CWS tune03 (1.4.72); FILE MERGED 2004/07/22 20:09:40 mhu 1.4.72.1: #i29979# Removed use of old-style SAL_DLLEXPORT macro (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [6580c86bfdc2eec2f44d19b6f0e830590fd81421]

        INTEGRATION: CWS tune03 (1.6.18); FILE MERGED 2004/07/22 19:07:42 mhu 1.6.18.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a77eec782c3ea2f92ff6a0cc17c3b368c2ad6992]

        INTEGRATION: CWS tune03 (1.2.126); FILE MERGED 2004/07/22 19:07:42 mhu 1.2.126.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d364142dd192c4d7db2aa2de3af84987a59ccee6]

        INTEGRATION: CWS tune03 (1.9.18); FILE MERGED 2004/07/22 19:07:41 mhu 1.9.18.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [ed44b6bc418bfdf42024253bd6fb5b5a17fc906f]

        INTEGRATION: CWS tune03 (1.7.22); FILE MERGED 2004/07/22 19:07:41 mhu 1.7.22.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a8139fb5ad2ebd0bbaf6686664c8e99e6ea1d776]

        INTEGRATION: CWS tune03 (1.4.40); FILE MERGED 2004/07/22 19:07:39 mhu 1.4.40.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e8fb8eb513d81e9f969709b9df067658d898e9e1]

        INTEGRATION: CWS tune03 (1.9.22); FILE MERGED 2004/07/22 19:07:38 mhu 1.9.22.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f4c7a73f5a7eaf87778662e4f802d2810440a3dd]

        INTEGRATION: CWS tune03 (1.4.84); FILE MERGED 2004/08/16 17:30:30 mhu 1.4.84.1: #i31183# Handle 'adjustvisibility' analog to 'makedepend' to avoid bootstrap problem.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7716f8419bc5ef5ab6bc33cc9b4e3f4f08523a4f]

        INTEGRATION: CWS tune03 (1.8.92); FILE MERGED 2004/07/20 15:02:58 hjs 1.8.92.1: #29979# deliver new tool

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [8f35aa72e104055b65ad8fabd916c33edebb9ba4]

        INTEGRATION: CWS tune03 (1.8.92); FILE MERGED 2004/07/07 14:31:32 hr 1.8.92.1: #i31183#: add adjustvisibility

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [80817cdf4e595c252f4bf9beb100b5c5a183b92e]

        INTEGRATION: CWS tune03 (1.5.70); FILE MERGED 2004/07/20 10:01:34 hjs 1.5.70.1: #29979# introduce -D switch (read EXPORT linker directives from dumps)

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c35b71d1c60175fbc2266ee0486d6e348ed8c989]

        INTEGRATION: CWS tune03 (1.1.2); FILE ADDED 2004/08/16 17:30:29 mhu 1.1.2.2: #i31183# Handle 'adjustvisibility' analog to 'makedepend' to avoid bootstrap problem. 2004/07/07 14:04:08 hr 1.1.2.1: #i31183#: initial implementation of adjustvisibility

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [5322068fb901223600a35ab9093ecabb1c893a04]

        INTEGRATION: CWS tune03 (1.1.2); FILE ADDED 2004/07/21 17:33:06 hr 1.1.2.2: #i31183#: strip symbols starting with , too 2004/07/07 14:04:07 hr 1.1.2.1: #i31183#: initial implementation of adjustvisibility

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [740d27091c129a1908e4e3e2287b150c8caa30fc]

        INTEGRATION: CWS tune03 (1.2.82); FILE MERGED 2004/07/19 19:11:50 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f49f09aff580dd426159fa78b170b915484b8d74]

        INTEGRATION: CWS tune03 (1.10.310); FILE MERGED 2004/08/09 21:58:27 mhu 1.10.310.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/19 19:11:50 mhu 1.10.310.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [85f803558db1c073ced458c221360eaf47cd0d71]

        INTEGRATION: CWS tune03 (1.5.228); FILE MERGED 2004/07/19 19:11:49 mhu 1.5.228.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2f3a6f441da2459fe8a9a6fdf741881061fc6cd4]

        INTEGRATION: CWS tune03 (1.2.310); FILE MERGED 2004/07/19 19:11:49 mhu 1.2.310.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1ab711735b13ebaa9052a79b9e1736c3e7d4e96b]

        INTEGRATION: CWS tune03 (1.20.6); FILE MERGED 2004/07/19 19:11:48 mhu 1.20.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b0f6466ba02c08701b4af0084f1fa1740cc6b6cf]

        INTEGRATION: CWS tune03 (1.47.62); FILE MERGED 2004/08/09 21:57:21 mhu 1.47.62.2: RESYNC: (1.47-1.49); FILE MERGED 2004/07/19 19:11:48 mhu 1.47.62.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Vladimir Glazounov  <vg@openoffice.org>  [08a50e5b9ad82942282ca7ecc7817a7695b10b88]

        #i33271#

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [4e4439f072c0174fea3fdfc1787ce16633fe80dc]

        INTEGRATION: CWS tune03 (1.36.222); FILE MERGED 2004/08/09 21:56:56 mhu 1.36.222.2: RESYNC: (1.36-1.37); FILE MERGED 2004/07/19 19:11:47 mhu 1.36.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a5bb0c09829e5dd3d22318c1de68f9efaa1041d1]

        INTEGRATION: CWS tune03 (1.13.80); FILE MERGED 2004/08/11 13:04:04 mhu 1.13.80.3: #i29979# Cleaned up resync merge leftovers. 2004/08/09 21:56:32 mhu 1.13.80.2: RESYNC: (1.13-1.14); FILE MERGED 2004/07/19 19:11:46 mhu 1.13.80.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [60c9952317b44320c44b7753a9fc37f6163f6f40]

        INTEGRATION: CWS tune03 (1.27.14); FILE MERGED 2004/07/19 19:11:45 mhu 1.27.14.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [593b1f986a055845a382f0600301d8f04c18d8c9]

        INTEGRATION: CWS tune03 (1.4.580); FILE MERGED 2004/07/19 19:11:45 mhu 1.4.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [cc4e588239735dbeb61ac79fd8f674eb644d4030]

        INTEGRATION: CWS tune03 (1.7.70); FILE MERGED 2004/07/19 19:11:44 mhu 1.7.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [abb9490cbe13a70d1fb79a5d00edb942df8e07a6]

        INTEGRATION: CWS tune03 (1.4.580); FILE MERGED 2004/07/19 19:11:44 mhu 1.4.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7dd2234e2bd1d89fb2e8a8d7f660edd9a9981480]

        INTEGRATION: CWS tune03 (1.9.82); FILE MERGED 2004/07/19 19:11:43 mhu 1.9.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0fd6eaf2cb791de6dfc233afed83fafdfc7e48f4]

        INTEGRATION: CWS tune03 (1.4.580); FILE MERGED 2004/07/19 19:11:43 mhu 1.4.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [48ec709bb96bf7ff5b51ad57bc33b1779204789c]

        INTEGRATION: CWS tune03 (1.7.82); FILE MERGED 2004/07/19 19:11:43 mhu 1.7.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [098e677281176576e8f8f27fe7f67def90dbce00]

        INTEGRATION: CWS tune03 (1.6.580); FILE MERGED 2004/07/19 19:11:42 mhu 1.6.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d71a3cbd071d3b5d413f4c8b065ee510f99825c1]

        INTEGRATION: CWS tune03 (1.29.64); FILE MERGED 2004/08/09 21:55:35 mhu 1.29.64.2: RESYNC: (1.29-1.31); FILE MERGED 2004/07/19 19:11:41 mhu 1.29.64.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2a58c9145a35d948ccd8a2f6ee6149868e5276ca]

        INTEGRATION: CWS tune03 (1.2.82); FILE MERGED 2004/07/19 19:11:40 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [9bd8bb9649f65f982095092ca6e434c428c66ad8]

        INTEGRATION: CWS tune03 (1.12.222); FILE MERGED 2004/07/19 19:11:40 mhu 1.12.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1f9a23f77f2cfb768214e0533fcb5b5cddebcd24]

        INTEGRATION: CWS tune03 (1.10.182); FILE MERGED 2004/07/19 19:11:39 mhu 1.10.182.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f26fd1355069685482f5be7c5637e64844401373]

        INTEGRATION: CWS tune03 (1.5.580); FILE MERGED 2004/07/19 19:11:39 mhu 1.5.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [87992b71b32dbfd02e7364d146752ad4862934c4]

        INTEGRATION: CWS tune03 (1.9.82); FILE MERGED 2004/07/19 19:11:38 mhu 1.9.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [5372bbf72f76a89fd0b463c50375527347b0e4f2]

        INTEGRATION: CWS tune03 (1.6.580); FILE MERGED 2004/07/19 19:11:38 mhu 1.6.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [26c28a87ffbc07a0f55db73e50dde82a9df4b7fe]

        INTEGRATION: CWS tune03 (1.6.222); FILE MERGED 2004/07/19 19:11:37 mhu 1.6.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7ada074718b09696a5ed75936d402c7192a94401]

        INTEGRATION: CWS tune03 (1.34.82); FILE MERGED 2004/07/19 19:11:37 mhu 1.34.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [9ba2c091870a4fffecc98d01746eccedbef91847]

        INTEGRATION: CWS tune03 (1.14.268); FILE MERGED 2004/07/19 19:11:36 mhu 1.14.268.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [28fa50d31f348aa2eb584ebf2169a87955a25af9]

        INTEGRATION: CWS tune03 (1.13.268); FILE MERGED 2004/07/19 19:11:36 mhu 1.13.268.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [312a3a69c9625c64dec9b11011ae0c1cb5a48642]

        INTEGRATION: CWS tune03 (1.7.250); FILE MERGED 2004/07/19 19:11:35 mhu 1.7.250.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [9a386d4d1af033092447c3d34fd820b6f0621bae]

        INTEGRATION: CWS tune03 (1.2.82); FILE MERGED 2004/07/19 19:11:35 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b9980a09c15e7d89ba6adf68b0ec6f793f8de55e]

        INTEGRATION: CWS tune03 (1.4.580); FILE MERGED 2004/07/19 19:11:35 mhu 1.4.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [6359b1de3d0ae38554c388f55184be154bced58d]

        INTEGRATION: CWS tune03 (1.58.68); FILE MERGED 2004/08/09 21:51:56 mhu 1.58.68.2: RESYNC: (1.58-1.59); FILE MERGED 2004/07/19 19:11:34 mhu 1.58.68.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3488e1519ddcc993a48454c90f236abe003b1b0e]

        INTEGRATION: CWS tune03 (1.8.70); FILE MERGED 2004/07/19 19:11:34 mhu 1.8.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [74ca3446085f5caf88ea9cd97a0b7d51d6fc9d24]

        INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/07/19 19:11:33 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Kai Ahrens  <ka@openoffice.org>  [074b96d7b48d475121952c82104b7b95dc8bf552]

        initial revision

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d9ae9371354cc56ef7f755847a296414b8f9088a]

        INTEGRATION: CWS tune03 (1.19.6); FILE MERGED 2004/08/09 21:51:48 mhu 1.19.6.2: RESYNC: (1.19-1.20); FILE MERGED 2004/07/19 19:11:33 mhu 1.19.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [fc5671f53645c809ea624b101a902b13d8430792]

        INTEGRATION: CWS tune03 (1.22.78); FILE MERGED 2004/08/09 21:51:22 mhu 1.22.78.2: RESYNC: (1.22-1.23); FILE MERGED 2004/07/19 19:11:32 mhu 1.22.78.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [42cda85c128d65cf1dffd824f5c834b10acd5363]

        INTEGRATION: CWS tune03 (1.8.80); FILE MERGED 2004/07/19 19:11:32 mhu 1.8.80.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [4cec63f1bf63b96df80a4eaf73c0dede7047ee29]

        INTEGRATION: CWS tune03 (1.6.746); FILE MERGED 2004/07/19 19:11:32 mhu 1.6.746.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [668f74272d623509fe1b571df0de749b1d50f986]

        INTEGRATION: CWS tune03 (1.2.788); FILE MERGED 2004/07/19 19:11:32 mhu 1.2.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [debda8040a43ed569a21035add219aa84132433b]

        INTEGRATION: CWS tune03 (1.3.776); FILE MERGED 2004/07/19 19:11:32 mhu 1.3.776.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [83a6bec6e7cf16dea26400ab9ca2c530e238bf2e]

        INTEGRATION: CWS tune03 (1.3.748); FILE MERGED 2004/07/19 19:11:31 mhu 1.3.748.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [37f038afa33701fa3e062765c2e2f43a4e4483db]

        INTEGRATION: CWS tune03 (1.2.90); FILE MERGED 2004/07/19 19:11:31 mhu 1.2.90.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [9208cf20009f55e45bdca1a2675c359ceebdc47d]

        INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/07/19 19:11:31 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [495fd1781e7a73f95390ed89810c106accd7667a]

        INTEGRATION: CWS tune03 (1.2.788); FILE MERGED 2004/07/19 19:11:31 mhu 1.2.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2ecb749c43b6fb1400fe4536669c523d98b76d32]

        INTEGRATION: CWS tune03 (1.2.82); FILE MERGED 2004/07/19 19:11:31 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0ee426433c9a6d17e6d4f6376e1c32fc5d3ddce2]

        INTEGRATION: CWS tune03 (1.3.70); FILE MERGED 2004/07/19 19:11:30 mhu 1.3.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a46106ab5fc96fb1d5b76a1c32d488f39495811b]

        INTEGRATION: CWS tune03 (1.2.602); FILE MERGED 2004/07/19 19:11:30 mhu 1.2.602.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [82741dc646d72c6aeb7536ae2270325415737ff3]

        INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/07/19 19:11:30 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a0b99e9c63e09c23f04b7bd1cc6f88ac2a4d5bcf]

        INTEGRATION: CWS tune03 (1.2.82); FILE MERGED 2004/07/19 19:11:30 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e39094901f9183794c9fb9abfab59a939c74ff7f]

        INTEGRATION: CWS tune03 (1.15.114); FILE MERGED 2004/07/19 19:11:29 mhu 1.15.114.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [504488522bb18d06551133bebeee92cf13e5e6e4]

        INTEGRATION: CWS tune03 (1.4.70); FILE MERGED 2004/07/19 19:11:29 mhu 1.4.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f897517662d03a411f29843926e6550f3ae90a73]

        INTEGRATION: CWS tune03 (1.3.332); FILE MERGED 2004/07/19 19:11:29 mhu 1.3.332.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0b0226d77e4f737eaadfea40d900f5f6892767e4]

        INTEGRATION: CWS tune03 (1.1.780); FILE MERGED 2004/07/19 19:11:28 mhu 1.1.780.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0c9017703f9e75d07013f7f4b518d957bf93fd0c]

        INTEGRATION: CWS tune03 (1.2.788); FILE MERGED 2004/07/19 19:11:28 mhu 1.2.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [af717706fc8654f0e7129039ddabb8f6558272bb]

        INTEGRATION: CWS tune03 (1.2.782); FILE MERGED 2004/07/19 19:11:27 mhu 1.2.782.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3604c896a356891d4309880d3c3419d6854b674e]

        INTEGRATION: CWS tune03 (1.2.82); FILE MERGED 2004/07/19 19:11:27 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [64d1ebba9e027c2a52ac835a23867cf7511226bb]

        INTEGRATION: CWS tune03 (1.3.776); FILE MERGED 2004/07/19 19:11:27 mhu 1.3.776.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [8e354007ec18a7ebc73c4db314408cf2ee54d837]

        INTEGRATION: CWS tune03 (1.5.598); FILE MERGED 2004/07/19 19:11:27 mhu 1.5.598.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [8e1121d52abe05e2751514013000dc31d02f6eaf]

        INTEGRATION: CWS tune03 (1.6.6); FILE MERGED 2004/08/09 21:50:04 mhu 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/19 19:11:27 mhu 1.6.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [04d6c282e44b39c580587696e37cb51f6f51c804]

        INTEGRATION: CWS tune03 (1.4.750); FILE MERGED 2004/07/19 19:11:26 mhu 1.4.750.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [bd1ac76539d7f77c42d36ca253ce9c1b73aa4f76]

        INTEGRATION: CWS tune03 (1.3.750); FILE MERGED 2004/07/19 19:11:26 mhu 1.3.750.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [464aba5d61d810759f15988a2d90b4d011f43bac]

        INTEGRATION: CWS tune03 (1.7.268); FILE MERGED 2004/08/09 21:49:49 mhu 1.7.268.2: RESYNC: (1.7-1.8); FILE MERGED 2004/07/19 19:11:26 mhu 1.7.268.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7c74034ae0901b5e40aee93b68b8853305ce596a]

        INTEGRATION: CWS tune03 (1.3.744); FILE MERGED 2004/07/19 19:11:25 mhu 1.3.744.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e93a66aed217847df7bb8897a316535c1f4b8cb9]

        INTEGRATION: CWS tune03 (1.5.766); FILE MERGED 2004/07/19 19:11:25 mhu 1.5.766.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [6f04ef8ed483c5e6c9e206b6107d40c89b061dea]

        INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/07/19 19:11:25 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [332c1ef0b8d9dccbf8a216ef4888f0ffd3a3b512]

        INTEGRATION: CWS tune03 (1.4.752); FILE MERGED 2004/07/19 19:11:25 mhu 1.4.752.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [21ee95397e6e10d56bf0bf6071d995c204b04acf]

        INTEGRATION: CWS tune03 (1.8.182); FILE MERGED 2004/07/19 19:11:24 mhu 1.8.182.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [4cec096ea4a338828b001e5caad935610f55b2c5]

        INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/07/19 19:11:24 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b5bf755b950d18b775a72e964da512152bb3831f]

        INTEGRATION: CWS tune03 (1.3.500); FILE MERGED 2004/07/19 19:11:24 mhu 1.3.500.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [02120f934ba8592a75303f11fe0dc9139c8785fd]

        INTEGRATION: CWS tune03 (1.10.6); FILE MERGED 2004/08/09 21:49:24 mhu 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/19 19:11:23 mhu 1.10.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [26082c82a4674f1993f17739a698cc78ef5b602b]

        INTEGRATION: CWS tune03 (1.4.82); FILE MERGED 2004/07/19 19:11:22 mhu 1.4.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c74f07b5ae9d33f10e3cc80ea8454a3cd7266051]

        INTEGRATION: CWS tune03 (1.8.14); FILE MERGED 2004/07/19 19:11:20 mhu 1.8.14.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [bbc7685ec2654f927a090cf9a70ded37925fc853]

        INTEGRATION: CWS tune03 (1.14.82); FILE MERGED 2004/07/19 19:11:19 mhu 1.14.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [4c65c3f74aeb294d97e3b0b21f58589bbd7505c3]

        INTEGRATION: CWS tune03 (1.26.268); FILE MERGED 2004/07/19 19:11:19 mhu 1.26.268.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [80aa38b84af3fc0d1c55521d2081a96f137f57ec]

        INTEGRATION: CWS tune03 (1.19.14); FILE MERGED 2004/07/19 19:11:18 mhu 1.19.14.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [905e9943e94df090bad739b3cf4d45cce135db5a]

        INTEGRATION: CWS tune03 (1.6.82); FILE MERGED 2004/07/19 19:11:17 mhu 1.6.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [13ef3239c26b19bb8199b75a5e292f9989e9b515]

        INTEGRATION: CWS tune03 (1.7.580); FILE MERGED 2004/07/19 19:11:17 mhu 1.7.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [ee3df6c13c19e860dd1d6ecdd362f27c2200d432]

        INTEGRATION: CWS tune03 (1.5.580); FILE MERGED 2004/07/19 19:11:17 mhu 1.5.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [981212d174baf0f1aa93e4429bc59191f2acac1d]

        INTEGRATION: CWS tune03 (1.11.332); FILE MERGED 2004/07/19 19:11:16 mhu 1.11.332.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [de30c80ec599b5d1994b5529131bc0a78d5eab50]

        INTEGRATION: CWS tune03 (1.13.82); FILE MERGED 2004/07/19 19:11:16 mhu 1.13.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d1293a96759d8a821ea7537293ef7014af96b9cb]

        INTEGRATION: CWS tune03 (1.5.332); FILE MERGED 2004/07/19 19:11:16 mhu 1.5.332.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [fbc13159855b36366b017f5136352ae6a99ea3b7]

        INTEGRATION: CWS tune03 (1.12.6); FILE MERGED 2004/07/19 19:11:16 mhu 1.12.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [53950e4b3a83b1330cd4368e2d63e198f06ce25f]

        INTEGRATION: CWS tune03 (1.35.6); FILE MERGED 2004/07/19 19:11:15 mhu 1.35.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0eb189dbd9c8071bbb0649c96a99ee529e54268e]

        INTEGRATION: CWS tune03 (1.13.70); FILE MERGED 2004/07/19 19:11:15 mhu 1.13.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [aab0042a1bb108d89f69187cba577e13dde61873]

        INTEGRATION: CWS tune03 (1.10.82); FILE MERGED 2004/07/19 19:11:15 mhu 1.10.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f99f50d48574075a541111d66c0ffc067e7eba6a]

        INTEGRATION: CWS tune03 (1.8.182); FILE MERGED 2004/07/19 19:11:15 mhu 1.8.182.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [32d11f1bd2797f8fc566875f379cf13d6f26a6a7]

        INTEGRATION: CWS tune03 (1.6.332); FILE MERGED 2004/07/19 19:11:14 mhu 1.6.332.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7c1382452bba2a83911c3792c24230ddbb245049]

        INTEGRATION: CWS tune03 (1.13.68); FILE MERGED 2004/08/09 21:48:13 mhu 1.13.68.2: RESYNC: (1.13-1.14); FILE MERGED 2004/07/19 19:11:14 mhu 1.13.68.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [03abf581a97f1483a95d203168ca5094ed305422]

        INTEGRATION: CWS tune03 (1.13.268); FILE MERGED 2004/08/09 21:47:47 mhu 1.13.268.2: RESYNC: (1.13-1.14); FILE MERGED 2004/07/19 19:11:14 mhu 1.13.268.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [379f96ce569d4e0db8dfcb5a1557928b92230b0b]

        INTEGRATION: CWS tune03 (1.2.500); FILE MERGED 2004/07/19 19:11:14 mhu 1.2.500.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [6b29e5f91fb29c64f336da54a70d9b5002d54325]

        INTEGRATION: CWS tune03 (1.29.222); FILE MERGED 2004/07/19 19:11:13 mhu 1.29.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [84b644e1a5023758b6430a033df19f3d5f729504]

        INTEGRATION: CWS tune03 (1.6.82); FILE MERGED 2004/07/19 19:11:12 mhu 1.6.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [15c88a0d071d85149ff344b1144e2ded82c3395c]

        INTEGRATION: CWS tune03 (1.7.250); FILE MERGED 2004/07/19 19:11:12 mhu 1.7.250.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7e7b8521632e4fdb65d4e7688dd9d0f68101f11f]

        INTEGRATION: CWS tune03 (1.4.580); FILE MERGED 2004/07/19 19:11:11 mhu 1.4.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [6df367b16075d26a4bdc67149c081ee285ec865d]

        INTEGRATION: CWS tune03 (1.28.152); FILE MERGED 2004/07/19 19:11:11 mhu 1.28.152.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d48fb92f7231fb3cf9fb8a5806b9fc722aa69a43]

        INTEGRATION: CWS tune03 (1.7.580); FILE MERGED 2004/07/19 19:11:11 mhu 1.7.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f4e33f3d6ba89251bc48593016e8258a3aa511ab]

        INTEGRATION: CWS tune03 (1.14.580); FILE MERGED 2004/07/19 19:11:10 mhu 1.14.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [6d1b51db1f74d8cae5f12d963e2b4e49c963be6b]

        INTEGRATION: CWS tune03 (1.10.82); FILE MERGED 2004/07/19 19:11:10 mhu 1.10.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [5ece58b93e57c1a70b0c7929deee6869262544b9]

        INTEGRATION: CWS tune03 (1.4.580); FILE MERGED 2004/07/19 19:11:09 mhu 1.4.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [bf24a14864a832fcc1fb76f00965392879dcec62]

        INTEGRATION: CWS tune03 (1.2.102); FILE MERGED 2004/07/19 19:11:08 mhu 1.2.102.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [559178476bb7ed5b7a49b9924124b3f1316252df]

        INTEGRATION: CWS tune03 (1.2.82); FILE MERGED 2004/07/19 19:11:07 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c4f4615ccd9bff19db338352c34a953570bcc703]

        INTEGRATION: CWS tune03 (1.5.82); FILE MERGED 2004/07/19 19:11:07 mhu 1.5.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [9f00afd50c382443c98c168b63d24fd26fe652cd]

        INTEGRATION: CWS tune03 (1.14.68); FILE MERGED 2004/07/19 19:11:07 mhu 1.14.68.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [90958298c4d4009e3bd5eb0e206b6f8aea752fe0]

        INTEGRATION: CWS tune03 (1.4.580); FILE MERGED 2004/07/19 19:11:06 mhu 1.4.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [45479b957fa869585388cb7bafa1f036af1d8767]

        INTEGRATION: CWS tune03 (1.8.102); FILE MERGED 2004/07/19 19:11:06 mhu 1.8.102.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [dc70b2ac42d28a26c92e27e27548f53ad929e870]

        INTEGRATION: CWS tune03 (1.16.576); FILE MERGED 2004/07/19 19:11:06 mhu 1.16.576.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [148f55e92cce7c5b9ad5c5f4a0688f1058318010]

        INTEGRATION: CWS tune03 (1.4.222); FILE MERGED 2004/07/19 19:11:05 mhu 1.4.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b27e2798a79bf42b2360226892ddca8c2fed9907]

        INTEGRATION: CWS tune03 (1.4.580); FILE MERGED 2004/07/19 19:11:05 mhu 1.4.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [92a9346e0d0d07d589f71d679c7c58552edfc7c9]

        INTEGRATION: CWS tune03 (1.45.70); FILE MERGED 2004/07/19 19:11:03 mhu 1.45.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3908d6ce3f0e71cceeca5b9cd1d1126875a0f2dc]

        INTEGRATION: CWS tune03 (1.40.82); FILE MERGED 2004/07/19 19:11:02 mhu 1.40.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [eb21d417d02bbd2d9ff718e3991dbc93e636211a]

        INTEGRATION: CWS tune03 (1.17.298); FILE MERGED 2004/07/19 19:11:02 mhu 1.17.298.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3858f9d63abd04bdd5431ba3c380c4fab6c0e460]

        INTEGRATION: CWS tune03 (1.6.82); FILE MERGED 2004/08/09 21:46:19 mhu 1.6.82.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/19 19:11:02 mhu 1.6.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d735dd57efdb40dfd0e0e9f6673a3cfe53ec9cb0]

        INTEGRATION: CWS tune03 (1.5.82); FILE MERGED 2004/07/19 19:11:01 mhu 1.5.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1469edaa59a6436ea0b92426e61b69ce463a1052]

        INTEGRATION: CWS tune03 (1.2.82); FILE MERGED 2004/07/19 19:11:01 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3a12aa62f1499e650ec31a74b0b71dbbd342d7ea]

        INTEGRATION: CWS tune03 (1.8.82); FILE MERGED 2004/08/09 21:46:12 mhu 1.8.82.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/19 19:11:01 mhu 1.8.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [463b4c02aadb5b71eb8bb50f18c84481a619ac9e]

        INTEGRATION: CWS tune03 (1.6.580); FILE MERGED 2004/07/19 19:11:01 mhu 1.6.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [9a14e52ddb60c321e7c7c1407811835a81aa6e9f]

        INTEGRATION: CWS tune03 (1.13.82); FILE MERGED 2004/07/19 19:11:01 mhu 1.13.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [14db7c9adb004f8ef801e2787d7f9d636b4e0abc]

        INTEGRATION: CWS tune03 (1.18.82); FILE MERGED 2004/07/19 19:11:00 mhu 1.18.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [84a3ead27d4b18df24fab516a5422b34e87764af]

        INTEGRATION: CWS tune03 (1.9.268); FILE MERGED 2004/07/19 19:11:00 mhu 1.9.268.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2ef2aea2fd9f6c514389bdf9b5d4fa2890799bec]

        INTEGRATION: CWS tune03 (1.39.86); FILE MERGED 2004/08/09 21:46:05 mhu 1.39.86.2: RESYNC: (1.39-1.40); FILE MERGED 2004/07/19 19:10:59 mhu 1.39.86.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [19608135fed6e132ec0eca313c8aca021d8445e5]

        INTEGRATION: CWS tune03 (1.110.14); FILE MERGED 2004/07/19 19:10:57 mhu 1.110.14.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f0169673575085e401e3c86f538b7aa179614493]

        INTEGRATION: CWS tune03 (1.31.130); FILE MERGED 2004/07/19 19:10:57 mhu 1.31.130.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [98c00494149d2e5c1891ac8e513db86d89fc4455]

        INTEGRATION: CWS tune03 (1.10.268); FILE MERGED 2004/07/19 19:10:56 mhu 1.10.268.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [bfba3d53ae691b8b7cd284238f9a1f30114465cc]

        INTEGRATION: CWS tune03 (1.48.6); FILE MERGED 2004/08/09 21:31:23 mhu 1.48.6.2: RESYNC: (1.48-1.49); FILE MERGED 2004/07/19 19:10:55 mhu 1.48.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [49063034debc6c063997973fa0bff45872370d66]

        INTEGRATION: CWS tune03 (1.22.88); FILE MERGED 2004/08/09 21:27:54 mhu 1.22.88.2: RESYNC: (1.22-1.24); FILE MERGED 2004/07/19 19:10:54 mhu 1.22.88.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [12a4b5e6f32b8fb63f98a6e589517282db0cef58]

        INTEGRATION: CWS tune03 (1.11.70); FILE MERGED 2004/07/19 19:10:52 mhu 1.11.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [ea2fcc8303ab48eb7eb0524821a9968392a8b610]

        INTEGRATION: CWS rt03 (1.4.170); FILE MERGED 2004/08/19 14:33:43 rt 1.4.170.1: #117656# Make finding files an own sub procedure.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [cf7b8dbeea8c99c3032916e402a7dce5611ff08d]

        INTEGRATION: CWS tune03 (1.7.28); FILE MERGED 2004/07/19 19:10:51 mhu 1.7.28.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e70d380bb46448c241eb98b1991c87b003d27b08]

        INTEGRATION: CWS tune03 (1.37.28); FILE MERGED 2004/08/09 21:23:56 mhu 1.37.28.2: RESYNC: (1.37-1.38); FILE MERGED 2004/07/19 19:10:51 mhu 1.37.28.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [17ab0f18e36ff8d3b7a861e1aa5fdb5a475a558e]

        INTEGRATION: CWS tune03 (1.6.82); FILE MERGED 2004/07/19 19:10:51 mhu 1.6.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2b1b1f88ebb32c56d798fc1361f75c294a1f5eb5]

        INTEGRATION: CWS tune03 (1.13.28); FILE MERGED 2004/07/19 19:10:50 mhu 1.13.28.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f13f0c2219ea0e369a56c9cca6bf5644f5eb79aa]

        INTEGRATION: CWS tune03 (1.9.222); FILE MERGED 2004/07/19 19:10:49 mhu 1.9.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [99aee8dcc721a97514e87bbce260381d7770849d]

        INTEGRATION: CWS tune03 (1.47.78); FILE MERGED 2004/08/09 21:23:30 mhu 1.47.78.2: RESYNC: (1.47-1.49); FILE MERGED 2004/07/19 19:10:48 mhu 1.47.78.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d96c72aa4d76a5c4994761d9b238ac8dd3ef646f]

        INTEGRATION: CWS tune03 (1.11.580); FILE MERGED 2004/07/19 19:10:48 mhu 1.11.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [26d86bbdf0920085f2193ee487d6e8c5fe91e0f5]

        INTEGRATION: CWS tune03 (1.4.580); FILE MERGED 2004/08/16 19:17:30 mhu 1.4.580.1: #i29979# Finetuned a few more exports for GCC 3.4 and MSVC++.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b0f745b417dd8da90c22003992611c242ef89ecb]

        INTEGRATION: CWS tune03 (1.4.310); FILE MERGED 2004/07/19 19:10:47 mhu 1.4.310.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2de1756bd5c2a1b48f3a8b7aae779470a259c518]

        INTEGRATION: CWS tune03 (1.19.114); FILE MERGED 2004/07/19 19:10:47 mhu 1.19.114.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1c77a5dc82c2117a3c5c5fb969a3e3ffb7cf496f]

        INTEGRATION: CWS tune03 (1.2.764); FILE MERGED 2004/07/19 19:10:47 mhu 1.2.764.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0b1bb85c6eacb21b9dab4d2a322d3747411e4711]

        INTEGRATION: CWS tune03 (1.14.222); FILE MERGED 2004/07/19 19:10:46 mhu 1.14.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [95d86d731fc02251f1b07d4b138efcddb3a922ff]

        INTEGRATION: CWS tune03 (1.3.786); FILE MERGED 2004/07/19 19:10:46 mhu 1.3.786.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2ed999edb96472e0d26719f3fb2f6d4661a81805]

        INTEGRATION: CWS tune03 (1.3.778); FILE MERGED 2004/07/19 19:10:45 mhu 1.3.778.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d3705e8c1ab8a7f9c741bf2d1928be120554e95b]

        INTEGRATION: CWS tune03 (1.2.576); FILE MERGED 2004/07/19 19:10:45 mhu 1.2.576.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [832b484eb09d7f945f996f04110d3098337922f0]

        INTEGRATION: CWS tune03 (1.8.70); FILE MERGED 2004/07/19 19:10:45 mhu 1.8.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [65d1aee87017bf26e4d87dedb2ad4f409d3b3424]

        INTEGRATION: CWS tune03 (1.3.756); FILE MERGED 2004/07/19 19:10:44 mhu 1.3.756.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e7307cd31bbece36d367ee4c33746bb6070e4569]

        INTEGRATION: CWS tune03 (1.5.244); FILE MERGED 2004/07/19 19:10:44 mhu 1.5.244.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [46cc6398192efc6dda6883fb5a7f9e6bbf071093]

        INTEGRATION: CWS tune03 (1.3.764); FILE MERGED 2004/08/09 21:19:45 mhu 1.3.764.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/19 19:10:44 mhu 1.3.764.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e92ca31241cb7e96c3432fd250a4522fccbeeca7]

        INTEGRATION: CWS tune03 (1.2.182); FILE MERGED 2004/07/19 19:10:43 mhu 1.2.182.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [37f04920b1589f4560ea21ed10ba0bb7f132025a]

        INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/07/19 19:10:43 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [616ed41eb79cebfd2b112ad5ad918bec0a075419]

        INTEGRATION: CWS tune03 (1.2.614); FILE MERGED 2004/07/19 19:10:43 mhu 1.2.614.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3d0b5048ac061d9ec45c30655c5a0be1bf9415fc]

        INTEGRATION: CWS tune03 (1.15.152); FILE MERGED 2004/08/09 21:19:37 mhu 1.15.152.2: RESYNC: (1.15-1.17); FILE MERGED 2004/07/19 19:10:43 mhu 1.15.152.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [79c81f0e21aef21ad201f88e4d72eb9425422265]

        INTEGRATION: CWS tune03 (1.6.66); FILE MERGED 2004/07/19 19:10:43 mhu 1.6.66.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c9f3760dbed8f1737efbeeed40dca007898489c7]

        INTEGRATION: CWS tune03 (1.21.90); FILE MERGED 2004/07/19 19:10:42 mhu 1.21.90.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [158987bf535129ec1ccb32f9cb40b88bc7df7183]

        INTEGRATION: CWS tune03 (1.1.2); FILE ADDED 2004/07/19 19:10:42 mhu 1.1.2.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d67aa5a61fa389fa366ae318b8cff5b7cff1ec79]

        INTEGRATION: CWS tune03 (1.2.746); FILE MERGED 2004/07/19 19:10:42 mhu 1.2.746.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a539027a1c05c6c2d231af37774f1b561fca169c]

        INTEGRATION: CWS tune03 (1.11.150); FILE MERGED 2004/07/19 19:10:41 mhu 1.11.150.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [cc7416c38e811daf546651221d14f6ac59466afb]

        INTEGRATION: CWS tune03 (1.6.82); FILE MERGED 2004/07/19 19:10:41 mhu 1.6.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1fd7c4b023d56a8e4e5fec6f00c36566eb21eb6e]

        INTEGRATION: CWS tune03 (1.9.580); FILE MERGED 2004/08/19 12:56:22 mhu 1.9.580.3: #i29979# Disabled (temporarily) GCC -fvisibility=hidden (until exception typeinfo is somehow exported). 2004/07/21 18:16:47 mhu 1.9.580.2: #i29979# Moved dll-interface warnings 4251 and 4275 to solenv/inc/wnt.mk 2004/07/19 19:10:41 mhu 1.9.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c3967f562f8105d85c4bdce6bdd49f7fcba455e2]

        INTEGRATION: CWS tune03 (1.4.776); FILE MERGED 2004/07/19 19:10:41 mhu 1.4.776.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [98234fb5920c3e826a58a76fd92b9c42fd4b62fd]

        INTEGRATION: CWS tune03 (1.19.310); FILE MERGED 2004/07/19 19:10:40 mhu 1.19.310.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2075d1cbb32d74ec249ebb889581dea29f903ed5]

        INTEGRATION: CWS tune03 (1.5.744); FILE MERGED 2004/07/19 19:10:40 mhu 1.5.744.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [cae8d22874f78b7090f49326f4117b801a36686a]

        INTEGRATION: CWS tune03 (1.9.542); FILE MERGED 2004/07/19 19:10:40 mhu 1.9.542.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [655069412a11c6397e9655230667c44ce4940bcb]

        INTEGRATION: CWS tune03 (1.9.70); FILE MERGED 2004/07/19 19:10:40 mhu 1.9.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d34cf1cb05f7f3d7d6f2a9a087e4e36b67a3cfcc]

        INTEGRATION: CWS tune03 (1.6.70); FILE MERGED 2004/07/19 19:10:40 mhu 1.6.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [226bf7e7a52c3904e103f3d2e79c87e36d8a2a36]

        INTEGRATION: CWS tune03 (1.16.32); FILE MERGED 2004/07/19 19:10:39 mhu 1.16.32.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3cd7a6b4fcbf6787ac7bfb72223d91203c0854f6]

        INTEGRATION: CWS tune03 (1.8.182); FILE MERGED 2004/07/19 19:10:38 mhu 1.8.182.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [fce4737c6c9829ada39573cdf8e95527622d3e2f]

        INTEGRATION: CWS tune03 (1.25.30); FILE MERGED 2004/08/09 21:19:20 mhu 1.25.30.2: RESYNC: (1.25-1.26); FILE MERGED 2004/07/19 19:10:38 mhu 1.25.30.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c8ec7b7e6ef2cafc54c2dd7bfceddbd3d9e44ea8]

        INTEGRATION: CWS tune03 (1.2.780); FILE MERGED 2004/07/19 19:10:38 mhu 1.2.780.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e1ccfa518deda3e590e1e3622009ec491ac5dde4]

        INTEGRATION: CWS tune03 (1.10.14); FILE MERGED 2004/07/19 19:10:38 mhu 1.10.14.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f9175e3901174f4310af92320f05922ea29d887d]

        INTEGRATION: CWS tune03 (1.25.182); FILE MERGED 2004/08/09 21:19:13 mhu 1.25.182.2: RESYNC: (1.25-1.27); FILE MERGED 2004/07/19 19:10:38 mhu 1.25.182.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b065919bece33fec9a39ebdc1b53750ba410d655]

        INTEGRATION: CWS tune03 (1.6.222); FILE MERGED 2004/07/19 19:10:37 mhu 1.6.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c8429c096af512029027772cec0672fa59754bf6]

        INTEGRATION: CWS tune03 (1.2.780); FILE MERGED 2004/07/19 19:10:37 mhu 1.2.780.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f765bdc5715328cdd9c4792d3d7a43a4c7efeae5]

        INTEGRATION: CWS tune03 (1.21.182); FILE MERGED 2004/08/09 21:19:06 mhu 1.21.182.2: RESYNC: (1.21-1.22); FILE MERGED 2004/07/19 19:10:36 mhu 1.21.182.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [4231cec5e26b77609abe64497cbd32ce24c7bf5a]

        INTEGRATION: CWS tune03 (1.5.222); FILE MERGED 2004/07/19 19:10:36 mhu 1.5.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [370f37d2676e938bc96b3b7eb5b10ca8d1a5e9fb]

        INTEGRATION: CWS tune03 (1.2.244); FILE MERGED 2004/07/19 19:10:36 mhu 1.2.244.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [eefb507e5f9cbce29dac876c9a5fa4fff3f83c1c]

        INTEGRATION: CWS tune03 (1.8.222); FILE MERGED 2004/07/19 19:10:36 mhu 1.8.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [75fba75e7527d773f8c260b53e07c5a7dff511a3]

        INTEGRATION: CWS tune03 (1.7.222); FILE MERGED 2004/07/19 19:10:35 mhu 1.7.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e78c0adb67a133b72c6d0cfd111a13f8c917c397]

        INTEGRATION: CWS tune03 (1.6.222); FILE MERGED 2004/07/19 19:10:35 mhu 1.6.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f8bbf53b9e80494c62b85e16485cbe839997e164]

        INTEGRATION: CWS tune03 (1.3.750); FILE MERGED 2004/07/19 19:10:35 mhu 1.3.750.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [57ea7622ee5e680c5304b70790fec03399d157d4]

        INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/07/19 19:10:34 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3cb3ff2c2289314b765ddc5703c4bc151b6d185e]

        INTEGRATION: CWS tune03 (1.8.70); FILE MERGED 2004/07/19 19:10:34 mhu 1.8.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [49b9670c2ba4bbf3df92871b2d06d0daf895c334]

        INTEGRATION: CWS tune03 (1.2.220); FILE MERGED 2004/07/19 19:10:34 mhu 1.2.220.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7407dc96cf097d7c71257be4848cf5c0be42aa67]

        INTEGRATION: CWS tune03 (1.2.70); FILE MERGED 2004/07/19 19:10:34 mhu 1.2.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d000b5091f753ded54fd1cf44e64bcb5f97c6f1e]

        INTEGRATION: CWS tune03 (1.5.222); FILE MERGED 2004/07/19 19:10:33 mhu 1.5.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [5190d17a60c7567f3eab30e61c5d223c05b638f0]

        INTEGRATION: CWS tune03 (1.2.784); FILE MERGED 2004/07/19 19:10:33 mhu 1.2.784.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e2f30779c448a658c58f01ea5786193d94e211da]

        INTEGRATION: CWS tune03 (1.6.222); FILE MERGED 2004/07/19 19:10:33 mhu 1.6.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [8d4c810a4d309ffa6bf6115204da022f555c3660]

        INTEGRATION: CWS tune03 (1.5.222); FILE MERGED 2004/08/09 21:18:47 mhu 1.5.222.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/19 19:10:33 mhu 1.5.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [8af119f775e359fb45f960785508f403a801a5e5]

        INTEGRATION: CWS tune03 (1.4.772); FILE MERGED 2004/07/19 19:10:32 mhu 1.4.772.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [56812332872a721f08ad5fa55cf5c662927a557e]

        INTEGRATION: CWS tune03 (1.4.500); FILE MERGED 2004/07/19 19:10:32 mhu 1.4.500.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [93ade1d271ad680d09bb1535c90a8a5cd678d575]

        INTEGRATION: CWS tune03 (1.36.14); FILE MERGED 2004/07/19 19:10:31 mhu 1.36.14.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [aba21867d60a7da95cacbedd20939bf441666f98]

        INTEGRATION: CWS tune03 (1.2.772); FILE MERGED 2004/07/19 19:10:31 mhu 1.2.772.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2a1794bb4d8a2c14a797e58d080f06e7f3fab9b0]

        INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/07/19 19:10:31 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b3dd687778e370b0904ea065c1cc9e126a0655bc]

        INTEGRATION: CWS tune03 (1.24.152); FILE MERGED 2004/07/19 19:10:30 mhu 1.24.152.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [bf3c12cf9e418f7dd203dae8ad8553696c863ee3]

        INTEGRATION: CWS tune03 (1.77.6); FILE MERGED 2004/08/09 21:18:33 mhu 1.77.6.2: RESYNC: (1.77-1.78); FILE MERGED 2004/07/19 19:10:30 mhu 1.77.6.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1d79aa9dcdcf2c56f4f09def229429af3a63a0f7]

        INTEGRATION: CWS tune03 (1.4.764); FILE MERGED 2004/07/19 19:10:30 mhu 1.4.764.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c7e163f7067c4f705c46e37b9917514fd096e9e3]

        INTEGRATION: CWS tune03 (1.22.26); FILE MERGED 2004/08/09 21:18:08 mhu 1.22.26.2: RESYNC: (1.22-1.23); FILE MERGED 2004/07/19 19:10:29 mhu 1.22.26.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [dfef125d3ed8a8bdbdc46feaa10250b8cbf48504]

        INTEGRATION: CWS tune03 (1.5.70); FILE MERGED 2004/07/19 19:10:29 mhu 1.5.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [fa3cc5219279d22601d00a530bc05b3bf4112420]

        INTEGRATION: CWS tune03 (1.3.82); FILE MERGED 2004/07/19 19:10:29 mhu 1.3.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [dd692b69b5abbfcbee04bd6e67434bd5e09cd4d9]

        INTEGRATION: CWS tune03 (1.23.68); FILE MERGED 2004/07/19 19:10:29 mhu 1.23.68.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [3b4dd60252789268f6e12abab1cff69de5bdd619]

        INTEGRATION: CWS tune03 (1.52.94); FILE MERGED 2004/08/09 21:17:49 mhu 1.52.94.2: RESYNC: (1.52-1.53); FILE MERGED 2004/07/19 19:10:28 mhu 1.52.94.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7df74a17a2f7f8c498d00acae60bc2fed86ce751]

        INTEGRATION: CWS tune03 (1.4.222); FILE MERGED 2004/07/19 19:10:28 mhu 1.4.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [74a0ffe658bd8f8ea13252ec5675246abc38dcf6]

        INTEGRATION: CWS tune03 (1.5.614); FILE MERGED 2004/07/19 19:10:28 mhu 1.5.614.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [02367a74e7d0f3c229f1a7b6838f61e4946b31c7]

        INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/08/16 19:17:30 mhu 1.1.1.1.788.2: #i29979# Finetuned a few more exports for GCC 3.4 and MSVC++. 2004/07/19 19:10:27 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [02b3d536f6efb2536d993a4b62031d2cc724999d]

        INTEGRATION: CWS tune03 (1.7.82); FILE MERGED 2004/07/19 19:10:27 mhu 1.7.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [bfcfdb8df8d074e528617bedc44e8dd94ff0c278]

        INTEGRATION: CWS tune03 (1.2.250); FILE MERGED 2004/07/19 19:10:27 mhu 1.2.250.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [5e5578e147df33d6ba8b2847e0bfb40122c5592c]

        INTEGRATION: CWS tune03 (1.6.764); FILE MERGED 2004/07/19 19:10:27 mhu 1.6.764.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [efcc98234fa2c1a99174e15ea6c79c1292c420b8]

        INTEGRATION: CWS tune03 (1.5.174); FILE MERGED 2004/07/19 19:10:27 mhu 1.5.174.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7407324431fbe1aa6b8bddbcf42605cab852c6ad]

        INTEGRATION: CWS tune03 (1.11.10); FILE MERGED 2004/08/11 17:56:45 mhu 1.11.10.1: #i10000# Merged in lost changes from cws 'gcc340fixes01'

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [01b5cd2cc213f824d91c93e48db0d8f4d70ad81e]

        INTEGRATION: CWS tune03 (1.11.10); FILE MERGED 2004/08/11 17:56:44 mhu 1.11.10.1: #i10000# Merged in lost changes from cws 'gcc340fixes01'

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [561f5e2ce64559664061829815098403ee7b9ec2]

        INTEGRATION: CWS tune03 (1.11.10); FILE MERGED 2004/08/11 17:56:43 mhu 1.11.10.1: #i10000# Merged in lost changes from cws 'gcc340fixes01'

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [df038f44e7f1b57844b5b06d36c165af497a2824]

        INTEGRATION: CWS tune03 (1.11.10); FILE MERGED 2004/08/11 17:56:42 mhu 1.11.10.1: #i10000# Merged in lost changes from cws 'gcc340fixes01'

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [daea25cd73ba87a5a2ab9fc8bda1e72e9cf636e5]

        INTEGRATION: CWS tune03 (1.1.1.1.542); FILE MERGED 2004/08/19 12:54:26 mhu 1.1.1.1.542.2: #i29979# Disabled (temporarily) GCC -fvisibility=hidden (until exception typeinfo is somehow exported). 2004/08/08 12:54:19 mhu 1.1.1.1.542.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a2b1eda193c3f6c6942611f2ca7f7e7ce608a54f]

        INTEGRATION: CWS tune03 (1.30.40); FILE MERGED 2004/08/09 20:25:19 mhu 1.30.40.2: RESYNC: (1.30-1.32); FILE MERGED 2004/08/08 12:54:19 mhu 1.30.40.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d9bcf3dc0964485020a1c5a83341486baa99d21d]

        INTEGRATION: CWS tune03 (1.6.226); FILE MERGED 2004/08/08 12:54:18 mhu 1.6.226.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7f50d7585b2bbfabc4117f2e3b55681c34016734]

        INTEGRATION: CWS tune03 (1.2.226); FILE MERGED 2004/08/08 12:54:18 mhu 1.2.226.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2b65b1873d22c1a33819f407aa311e42380e78b9]

        INTEGRATION: CWS tune03 (1.2.142); FILE MERGED 2004/08/08 12:54:18 mhu 1.2.142.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [00af96a82f37104b1a97c1953a9157296277d738]

        INTEGRATION: CWS tune03 (1.2.410); FILE MERGED 2004/08/08 12:54:17 mhu 1.2.410.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [4079e06148ad918b68e713fd3ef26f831f7896cd]

        INTEGRATION: CWS tune03 (1.9.186); FILE MERGED 2004/08/08 12:54:17 mhu 1.9.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [edb8cf4f07e17248ef670fb4e749e60c33ab1ca9]

        INTEGRATION: CWS tune03 (1.7.2); FILE ADDED 2004/08/08 12:50:55 mhu 1.7.2.1: #i29979# Moved from sd/inc

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a92ab5a658a35935af8a6d350114e0991a5af6fa]

        INTEGRATION: CWS tune03 (1.4.2); FILE ADDED 2004/08/08 12:50:55 mhu 1.4.2.1: #i29979# Moved from sd/inc

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7abc51fd47e053eba1c379dda716cbc2cc41ec80]

        INTEGRATION: CWS tune03 (1.18.186); FILE MERGED 2004/08/08 12:54:17 mhu 1.18.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [99806ece9b98ab974376741c3e701ef15f85e86c]

        INTEGRATION: CWS tune03 (1.5.498); FILE MERGED 2004/08/08 12:54:16 mhu 1.5.498.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [bf87b0d94716b9663ce9980e532fa7459fd5fffd]

        INTEGRATION: CWS tune03 (1.3.340); FILE MERGED 2004/08/09 19:34:39 mhu 1.3.340.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/08 12:54:16 mhu 1.3.340.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f3337247bd1f7ca812046c5f5728fad10ea3b800]

        INTEGRATION: CWS tune03 (1.2.532); FILE MERGED 2004/08/08 12:54:16 mhu 1.2.532.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [6e1a1c4e134fb50485f0ceb72ef4839d9c77d827]

        INTEGRATION: CWS tune03 (1.1.1.1.542); FILE MERGED 2004/08/08 12:54:15 mhu 1.1.1.1.542.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [561b3312ef02c17779b8e5a782a0938149046d0b]

        INTEGRATION: CWS tune03 (1.3.186); FILE MERGED 2004/08/08 12:54:15 mhu 1.3.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [bb4696625364f721aee4fb6920d4a703dfa47387]

        INTEGRATION: CWS tune03 (1.3.2); FILE MERGED 2004/08/11 13:18:47 mhu 1.3.2.3: #i29979# Cleaned up resync merge leftovers. 2004/08/09 19:33:11 mhu 1.3.2.2: RESYNC: (1.3-1.6); FILE MERGED 2004/08/08 12:54:14 mhu 1.3.2.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [06153ca2ff9820ad3146552428db54214d44a631]

        INTEGRATION: CWS tune03 (1.2.504); FILE MERGED 2004/08/08 12:54:14 mhu 1.2.504.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f593891a38e99bcc8fe899228b4c59dc4bee554f]

        INTEGRATION: CWS tune03 (1.3.182); FILE MERGED 2004/08/09 19:26:19 mhu 1.3.182.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/08 12:54:13 mhu 1.3.182.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [03db88e41c6f6ec6659ae4054ceea87cee6329c3]

        INTEGRATION: CWS tune03 (1.12.120); FILE MERGED 2004/08/11 13:18:46 mhu 1.12.120.3: #i29979# Cleaned up resync merge leftovers. 2004/08/09 19:25:28 mhu 1.12.120.2: RESYNC: (1.12-1.13); FILE MERGED 2004/08/08 12:54:13 mhu 1.12.120.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f6ba97d6f4ebcba5e7f8dca3f0c5bfa11172f02a]

        INTEGRATION: CWS tune03 (1.3.534); FILE MERGED 2004/08/08 12:54:12 mhu 1.3.534.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f870381b6dd79a46df19127c3d97028cd824701c]

        INTEGRATION: CWS tune03 (1.5.186); FILE MERGED 2004/08/08 12:54:12 mhu 1.5.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [8b59a5f3360c8cf6a7ad4ddb93bc2bad48b7e61b]

        INTEGRATION: CWS tune03 (1.18.110); FILE MERGED 2004/08/08 12:54:12 mhu 1.18.110.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0f35befa4d0de9a41aae6be5d950791649f92df7]

        INTEGRATION: CWS tune03 (1.27.28); FILE MERGED 2004/08/09 19:18:21 mhu 1.27.28.2: RESYNC: (1.27-1.28); FILE MERGED 2004/08/08 12:54:11 mhu 1.27.28.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [629e88da7a8eb540049dc43af120bf465c0aa41e]

        INTEGRATION: CWS tune03 (1.10.110); FILE MERGED 2004/08/08 12:54:11 mhu 1.10.110.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [46787f89380ca207b2197c4804077aab9bceb1f5]

        INTEGRATION: CWS tune03 (1.2.110); FILE MERGED 2004/08/08 12:54:10 mhu 1.2.110.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [ae472312b3612050027bbb507e48a5287a34f999]

        INTEGRATION: CWS tune03 (1.6.186); FILE MERGED 2004/08/08 12:54:10 mhu 1.6.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [412fb65298dbf7ca657b921dc107fb97b7250296]

        INTEGRATION: CWS tune03 (1.3.110); FILE MERGED 2004/08/08 12:54:10 mhu 1.3.110.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [9f66a4eea92b1644a2ad4dc88040df66e93a5379]

        INTEGRATION: CWS tune03 (1.9.110); FILE MERGED 2004/08/08 12:54:09 mhu 1.9.110.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7ce6c793f398152aa640f9d63c8579767c2d59b6]

        INTEGRATION: CWS tune03 (1.11.110); FILE MERGED 2004/08/08 12:54:09 mhu 1.11.110.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7d3ef976ee64e1e3b94a727e2b4d9e20a5b591da]

        INTEGRATION: CWS tune03 (1.1.1.1.542); FILE MERGED 2004/08/08 12:54:09 mhu 1.1.1.1.542.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [01b1c380f866ae864a4887e81d9482893f4bcf4b]

        INTEGRATION: CWS tune03 (1.4.354); FILE MERGED 2004/08/08 12:54:08 mhu 1.4.354.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [037daa185de5dcf91d3f54675616e903c040874a]

        INTEGRATION: CWS tune03 (1.6.110); FILE MERGED 2004/08/08 12:54:08 mhu 1.6.110.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [88113b16ae45b76f6c2a824bc5e6b498229720e4]

        INTEGRATION: CWS tune03 (1.7.186); FILE MERGED 2004/08/08 12:54:07 mhu 1.7.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b5b3f06a92157f04c9aca290d4c6f11d89f2c6ae]

        INTEGRATION: CWS tune03 (1.3.38); FILE MERGED 2004/08/09 19:17:42 mhu 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/08 12:54:07 mhu 1.3.38.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [41bf76b345fa544abd58e1d7a1e7036da587fee6]

        INTEGRATION: CWS tune03 (1.22.28); FILE MERGED 2004/08/09 19:17:34 mhu 1.22.28.2: RESYNC: (1.22-1.23); FILE MERGED 2004/08/08 12:54:07 mhu 1.22.28.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [326140833ca989effb734dc7b99642ca56dd1b84]

        INTEGRATION: CWS tune03 (1.5.186); FILE MERGED 2004/08/08 12:54:06 mhu 1.5.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [64975066e04bba88574abc4d0ed0e1df8d78f0d9]

        INTEGRATION: CWS tune03 (1.1.508); FILE MERGED 2004/08/08 12:54:06 mhu 1.1.508.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [888ca499a5481bfb1e3201c87c92c3566f493f57]

        INTEGRATION: CWS tune03 (1.4.28); FILE MERGED 2004/08/09 19:17:26 mhu 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/08 12:54:05 mhu 1.4.28.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [df919993d45f442b31acdeb9113ec0488efefaa1]

        INTEGRATION: CWS tune03 (1.4.10); FILE MERGED 2004/08/09 19:16:58 mhu 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/08 12:54:05 mhu 1.4.10.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [6d0dbd1ec652142867aa49c55e8fd7433f019d9b]

        INTEGRATION: CWS tune03 (1.5.110); FILE MERGED 2004/08/08 12:54:04 mhu 1.5.110.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [806290462fe1c11f79406e7b6e77d82e7d4a1748]

        INTEGRATION: CWS tune03 (1.4.38); FILE MERGED 2004/08/09 19:16:41 mhu 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/08 12:54:04 mhu 1.4.38.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [cb27789f4aca6f54bff6892e6bc741a6ab11e995]

        INTEGRATION: CWS tune03 (1.8.116); FILE MERGED 2004/08/08 12:54:03 mhu 1.8.116.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [eaa1bdbe72afa5144c11b907b444a1e87d7c7458]

        INTEGRATION: CWS tune03 (1.4.110); FILE MERGED 2004/08/08 12:54:03 mhu 1.4.110.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [ba276843d02f3060f6abbb56ed4eb7d644fedac4]

        INTEGRATION: CWS tune03 (1.9.186); FILE MERGED 2004/08/08 12:54:02 mhu 1.9.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e2517e61e64924163fa49f99611ca2b4cc26dfde]

        INTEGRATION: CWS tune03 (1.26.140); FILE MERGED 2004/08/08 12:54:02 mhu 1.26.140.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [e1a2be2e64cbc1ca857281273c0a0c88ecd6c7c2]

        INTEGRATION: CWS tune03 (1.3.354); FILE MERGED 2004/08/08 12:54:01 mhu 1.3.354.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b7cacf285503a72ff706a5056f74f5d23c2f9311]

        INTEGRATION: CWS tune03 (1.6.186); FILE MERGED 2004/08/08 12:54:00 mhu 1.6.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1b1e1643b59e4057ec0f7011e337306a777261ab]

        INTEGRATION: CWS tune03 (1.2.186); FILE MERGED 2004/08/08 12:54:00 mhu 1.2.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [96325eda57506561f544f5b9467b92b2f7229988]

        INTEGRATION: CWS swdrawobjapi (1.55.12); FILE MERGED 2004/08/10 09:36:58 od 1.55.12.1: #i28749# - provide new property <ShapePositionInHoriL2R> for the import            component.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [10db42c3caf51c1946eb1b4592863924ac04c28a]

        INTEGRATION: CWS tune03 (1.5.118); FILE MERGED 2004/08/08 12:53:59 mhu 1.5.118.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [335d79e36b4a3d567dc738673ea2ffaab668862d]

        INTEGRATION: CWS tune03 (1.6.110); FILE MERGED 2004/08/08 12:53:59 mhu 1.6.110.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [d334825746554a5979bae823ef9fd6aac0e81c8a]

        INTEGRATION: CWS tune03 (1.6.186); FILE MERGED 2004/08/08 12:53:58 mhu 1.6.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f1ee6fbc49b9a698f020b3e0adede6f751add633]

        INTEGRATION: CWS tune03 (1.13.72); FILE MERGED 2004/08/09 19:12:14 mhu 1.13.72.2: RESYNC: (1.13-1.14); FILE MERGED 2004/08/08 12:53:58 mhu 1.13.72.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [ef8f2fb8ff88d6b75e5bb623df5e57475a0c6539]

        INTEGRATION: CWS swdrawobjapi (1.54.12); FILE MERGED 2004/08/13 06:46:42 od 1.54.12.6: remove merge conflict marker 2004/08/12 07:16:13 od 1.54.12.5: RESYNC: (1.54-1.55); FILE MERGED resolve merge conflicts. 2004/08/10 09:33:05 od 1.54.12.4: #i28749# <SwFmDrawPage::_CreateShape(..)> - correction: do not throw          RuntimeException. Instead assert and don't create shape. 2004/08/06 13:53:02 od 1.54.12.3: #i28749# - adjustments for transform shape position between OpenOffice.org 	   file format and OASIS Open Office file format 2004/08/06 04:47:28 od 1.54.12.2: #i31698# - adjustments for changed drawing object API in Writer 2004/07/29 13:21:28 od 1.54.12.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7436ec3d91c08795af4bcef1dc0566ffe16cddf5]

        INTEGRATION: CWS tune03 (1.1.508); FILE MERGED 2004/08/08 12:53:57 mhu 1.1.508.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7b1bafe635225126ad65f980c0f911dbc2699be1]

        INTEGRATION: CWS tune03 (1.3.410); FILE MERGED 2004/08/08 12:53:57 mhu 1.3.410.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c76a71d10e0c9bbf02ff11ec3e229b5c4d6702c1]

        INTEGRATION: CWS tune03 (1.3.186); FILE MERGED 2004/08/08 12:53:57 mhu 1.3.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [abcd19010bf56471fefb830b8d212365ffbc5ebd]

        INTEGRATION: CWS tune03 (1.14.72); FILE MERGED 2004/08/09 18:49:27 mhu 1.14.72.2: RESYNC: (1.14-1.16); FILE MERGED 2004/08/08 12:53:56 mhu 1.14.72.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [95e8fc5a3728300a8c3f3eb45c722fd59f7c5acb]

        INTEGRATION: CWS tune03 (1.20.186); FILE MERGED 2004/08/09 18:49:18 mhu 1.20.186.2: RESYNC: (1.20-1.21); FILE MERGED 2004/08/08 12:53:56 mhu 1.20.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [a7183120d9c0733a6018738945c79edc876d1ca3]

        INTEGRATION: CWS tune03 (1.1.1.1.542); FILE MERGED 2004/08/08 12:53:55 mhu 1.1.1.1.542.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [07b2493356abd5df2d9a66e96b42147f6487fb98]

        INTEGRATION: CWS tune03 (1.1.2); FILE ADDED 2004/08/08 12:53:55 mhu 1.1.2.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [85e29205eadd9793c27cb7372219482257e73a9f]

        INTEGRATION: CWS tune03 (1.31.70); FILE MERGED 2004/08/09 18:48:30 mhu 1.31.70.2: RESYNC: (1.31-1.32); FILE MERGED 2004/08/08 12:53:55 mhu 1.31.70.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0794a0a9008d349a059422165f13e2c889d45baf]

        INTEGRATION: CWS tune03 (1.2.536); FILE MERGED 2004/08/08 12:53:54 mhu 1.2.536.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [93f8a25894a95a0c10230353054498bd4012d91c]

        INTEGRATION: CWS tune03 (1.5.86); FILE MERGED 2004/08/08 12:53:54 mhu 1.5.86.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2c65f8436fbff077162d5b74dac7be18ee12234b]

        INTEGRATION: CWS tune03 (1.32.4); FILE MERGED 2004/08/13 16:10:45 mhu 1.32.4.1: #i10000# Adapted to GCC3.4 template name lookup rules.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [41781655ce74c9cb6dd27b110918f79778c0739d]

        INTEGRATION: CWS swdrawobjapi (1.8.158); FILE MERGED 2004/08/10 08:59:12 od 1.8.158.1: #i28749# - add handling for new type define <CPPUTYPE_TRANSFORMATIONINHORIL2R>

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [40a234fb2fb8e5588f2604075dae99820409f5f4]

        INTEGRATION: CWS swdrawobjapi (1.7.158); FILE MERGED 2004/08/10 08:58:21 od 1.7.158.1: #i28749# - add new type define <CPPUTYPE_TRANSFORMATIONINHORIL2R>

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [ae54ac901484665e45d46735e846999f85f06ab0]

        INTEGRATION: CWS swdrawobjapi (1.37.188); FILE MERGED 2004/08/12 06:52:51 od 1.37.188.2: RESYNC: (1.37-1.38); FILE MERGED 2004/08/10 08:55:56 od 1.37.188.1: #i28749# - add <PositionLayoutDir.idl>

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [741509a70bc537a224e44b672374923f9a332e08]

        INTEGRATION: CWS swdrawobjapi (1.6.72); FILE MERGED 2004/08/12 06:52:23 od 1.6.72.2: RESYNC: (1.6-1.7); FILE MERGED resolve merge conflict. 2004/08/10 08:56:35 od 1.6.72.1: #i28749# - add properties <TransformationInHoriL2R> and <PositionLayoutDir>

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [dd3df5b68df61fcb2dc3f01705aa6e45e6180efd]

        INTEGRATION: CWS swdrawobjapi (1.1.2); FILE ADDED 2004/08/10 08:55:22 od 1.1.2.1: #i28749# - new constants <PositionInHoriL2R> and <PositionInLayoutDirOfAnchor>            for new property <PositionLayoutDir> at            service com::sun::star::text::Shape.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [baf38ba09639c6bbbb03ed899acf260a8e3bc8f5]

        INTEGRATION: CWS swdrawobjapi (1.98.10); FILE MERGED 2004/08/12 07:17:01 od 1.98.10.2: RESYNC: (1.98-1.101); FILE MERGED resolve merge conflict. 2004/08/06 13:53:03 od 1.98.10.1: #i28749# - adjustments for transform shape position between OpenOffice.org 	   file format and OASIS Open Office file format

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [bd66a9806772dce3af93939c8e4d55c2f4b41837]

        INTEGRATION: CWS swdrawobjapi (1.163.10); FILE MERGED 2004/08/12 07:16:42 od 1.163.10.3: RESYNC: (1.163-1.165); FILE MERGED resolve merge conflict. 2004/08/10 09:35:37 od 1.163.10.2: #i28749# - correct property map entry for <TransformationInHoriL2R> 2004/08/06 13:53:02 od 1.163.10.1: #i28749# - adjustments for transform shape position between OpenOffice.org 	   file format and OASIS Open Office file format

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [69d3c7d14023e7e71c755d1c0d0c210cc849c93e]

        INTEGRATION: CWS swdrawobjapi (1.4.60); FILE MERGED 2004/08/06 04:47:13 od 1.4.60.2: #i31698# - adjustments for changed drawing object API in Writer 2004/07/29 13:22:54 od 1.4.60.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1f708469eed85ff9b271275e320e7e6639f02d06]

        INTEGRATION: CWS swdrawobjapi (1.4.60); FILE MERGED 2004/08/12 07:14:16 od 1.4.60.3: RESYNC: (1.4-1.6); FILE MERGED 2004/08/06 04:47:13 od 1.4.60.2: #i31698# - adjustments for changed drawing object API in Writer 2004/07/29 13:22:54 od 1.4.60.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [fc94b50fe65ac1230c3ec054577dde920884a2c4]

        INTEGRATION: CWS swdrawobjapi (1.7.16); FILE MERGED 2004/08/13 13:06:08 od 1.7.16.1: #i32964# <SwAnchoredObjectPosition::_AdjustVertRelPos(..)> - correction

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7668aea5f8e72da6616502a3aa568c79de1c40a9]

        INTEGRATION: CWS swdrawobjapi (1.39.58); FILE MERGED 2004/08/13 06:45:58 od 1.39.58.3: #i31698# - correct syntax error introduced by merge 2004/08/12 07:13:30 od 1.39.58.2: RESYNC: (1.39-1.40); FILE MERGED resolve merge conflict. 2004/07/29 13:22:22 od 1.39.58.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [91d2414b0021e2f8b2adb68bee89c1845cceb112]

        INTEGRATION: CWS swdrawobjapi (1.48.58); FILE MERGED 2004/08/12 07:08:34 od 1.48.58.4: RESYNC: (1.48-1.49); FILE MERGED resolve merge conflict. 2004/08/06 13:52:12 od 1.48.58.3: #i28749# - adjustments for transform shape position between OpenOffice.org 	   file format and OASIS Open Office file format 2004/08/06 04:46:56 od 1.48.58.2: #i31698# - adjustments for changed drawing object API in Writer 2004/07/29 13:22:21 od 1.48.58.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [0e3bf5f613eab36c4d96aafcbb7887b63afec180]

        INTEGRATION: CWS swdrawobjapi (1.2.60); FILE MERGED 2004/08/12 07:08:26 od 1.2.60.2: RESYNC: (1.2-1.4); FILE MERGED resolve merge conflicts. 2004/07/29 13:22:21 od 1.2.60.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [b1f803fdef867d39491b253071df1e61cfdbd574]

        INTEGRATION: CWS swdrawobjapi (1.2.60); FILE MERGED 2004/08/12 05:34:40 od 1.2.60.4: resolve 'conflict' introduced by inadequat merge 2004/08/10 09:31:46 od 1.2.60.3: #i28749# class <SwAnchoredDrawObject> - implementation of position          attribute converion from OpenOffice.org file format shape position 2004/08/06 04:46:56 od 1.2.60.2: #i31698# - adjustments for changed drawing object API in Writer 2004/07/29 13:22:21 od 1.2.60.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f830588605badb9c1b2e43567f4de558db7a601c]

        INTEGRATION: CWS swdrawobjapi (1.27.50); FILE MERGED 2004/08/12 07:04:16 od 1.27.50.2: RESYNC: (1.27-1.29); FILE MERGED 2004/08/06 04:46:36 od 1.27.50.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [73c220b6e14dc07ce10076818634be2d3dc8d32b]

        INTEGRATION: CWS swdrawobjapi (1.94.10); FILE MERGED 2004/08/12 06:59:41 od 1.94.10.2: RESYNC: (1.94-1.97); FILE MERGED resolve merge conflict. 2004/08/06 13:49:28 od 1.94.10.1: #i28749# - adjustments to transform shape position between OpenOffice.org 	   file format and OASIS Open Office file format

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [67bec79303c78aef064561c770ca71fada0ecd3c]

        INTEGRATION: CWS swdrawobjapi (1.10.640); FILE MERGED 2004/08/06 04:45:26 od 1.10.640.2: #i31698# - adjustments for changed drawing object API in Writer 2004/07/29 13:20:05 od 1.10.640.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [f5689a93d71381dde5889013ce37d51c72a87fa3]

        INTEGRATION: CWS swdrawobjapi (1.3.770); FILE MERGED 2004/08/06 13:49:28 od 1.3.770.2: #i28749# - adjustments to transform shape position between OpenOffice.org 	   file format and OASIS Open Office file format 2004/07/29 13:20:05 od 1.3.770.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [c3f8fa46a16f5175eaf5f342ffd2fdb004948e44]

        INTEGRATION: CWS swdrawobjapi (1.52.118); FILE MERGED 2004/08/12 06:56:24 od 1.52.118.2: RESYNC: (1.52-1.53); FILE MERGED 2004/08/06 13:49:28 od 1.52.118.1: #i28749# - adjustments to transform shape position between OpenOffice.org 	   file format and OASIS Open Office file format

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [df6086a779af03106703c01f5f5851eb92c7f14f]

        INTEGRATION: CWS swdrawobjapi (1.2.60); FILE MERGED 2004/08/12 06:56:40 od 1.2.60.2: RESYNC: (1.2-1.4); FILE MERGED resolve merge conflicts. 2004/07/29 13:20:05 od 1.2.60.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [22f1f4e13f17117987e9fbf1f8311db23962d31a]

        INTEGRATION: CWS swdrawobjapi (1.2.60); FILE MERGED 2004/08/12 06:56:31 od 1.2.60.4: RESYNC: (1.2-1.3); FILE MERGED resolve merge conflict. 2004/08/10 09:30:33 od 1.2.60.3: #i28749# class <SwAnchoredDrawObject> - new member <mbNotYetPositioned>          and new method <_ConvertPositioningAttr()> for the conversion          of the OpenOffice.org file format shape positioning attributes. 2004/08/06 04:45:25 od 1.2.60.2: #i31698# - adjustments for changed drawing object API in Writer 2004/07/29 13:20:05 od 1.2.60.1: #i31698# - adjustments for changed drawing object API in Writer

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [10f4be2e1093456140a19e8585e4971667e38145]

        INTEGRATION: CWS swdrawobjapi (1.81.24); FILE MERGED 2004/08/12 06:09:46 od 1.81.24.2: RESYNC: (1.81-1.84); FILE MERGED resolve merge conflict. 2004/08/10 09:24:16 od 1.81.24.1: #i28749# - apply own CTF ids for the shape positioning attributes

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [1790ee69e5be657072e1257c591984a0826b24a6]

        INTEGRATION: CWS swdrawobjapi (1.114.24); FILE MERGED 2004/08/10 07:06:43 od 1.114.24.1: #i28745# <XMLTextParagraphExport::exportAnyTextFrame(..)> 	 - no text frame style for shapes

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [2603f1cd5e95be6717acad83b14088c55dd7229d]

        INTEGRATION: CWS swdrawobjapi (1.23.64); FILE MERGED 2004/08/11 12:10:26 od 1.23.64.2: #i28749# - refine comment 2004/08/10 09:23:25 od 1.23.64.1: #i28749# <XMLTextExportPropertySetMapper::ContextFilter(..)>          special handling for shape positioning attributes states for the          export to the OpenOffice.org file format.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [7eba6b95803a834455f3b7141b8867316693fc5b]

        INTEGRATION: CWS swdrawobjapi (1.86.22); FILE MERGED 2004/08/10 09:17:36 od 1.86.22.1: #i28749# <SdXMLShapeContext::SetTransformation()>          additionally set property <PositionLayoutDir> for Writer documents,          if necessary.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [79cba2b0b8b7a89c6ff6c9db30286742cfe02c67]

        INTEGRATION: CWS swdrawobjapi (1.33.20); FILE MERGED 2004/08/10 09:10:14 od 1.33.20.1: #i28749# <XMLShapeExport::ImpExportNewTrans_GetMatrix3D(..)>          special handling for shapes in Writer documents for the export          to the OpenOffice.org file format.

2004-08-23  Rüdiger Timm  <rt@openoffice.org>  [fc2a537a2a0b15cb90d5cb3a8049109a2abd298d]

        INTEGRATION: CWS swdrawobjapi (1.74.20); FILE MERGED 2004/08/12 06:06:10 od 1.74.20.3: RESYNC: (1.74-1.75); FILE MERGED 2004/08/11 14:15:30 od 1.74.20.2: #i28749# - move member <mbShapePositionInHoriL2R> from class <SvXMLImport> 	   to <SvXMLImport_Impl> 2004/08/10 09:07:46 od 1.74.20.1: #i28749# - initialize and retrieve value for new member <mbShapePositionInHoriL2R>

2004-08-20  Vladimir Glazounov  <vg@openoffice.org>  [2a61f2697acd912ae31d3d6e76d5e6d963086239]

        #100000# copy output trees for other platforms for the -prepare:platform

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1f9fbc29833885ae8cac439e4e1cec688bdd9dfd]

        INTEGRATION: CWS syssettings01 (1.7.26); FILE MERGED 2004/08/04 11:39:16 lo 1.7.26.5: #i32207# select UI language from Language Options dialog 2004/08/03 15:39:32 lo 1.7.26.4: #i32207# select UI language from Language Options dialog 2004/08/03 08:25:29 lo 1.7.26.3: #i8452# language selections through tools/options 2004/08/02 08:36:04 obr 1.7.26.2: RESYNC: (1.7-1.9); FILE MERGED 2004/07/30 16:31:39 lo 1.7.26.1: #i32207# select UI language from Language Options dialog

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3969e26604b5dd0767ca1a028f427ed609e8739d]

        INTEGRATION: CWS syssettings01 (1.11.74); FILE MERGED 2004/08/03 08:33:16 lo 1.11.74.2: #i8452# language selections through tools/options 2004/07/30 16:30:40 lo 1.11.74.1: #i32207# select UI language from Language Options dialog

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [acc7523ba4841b6b533760a7675cbc65598cfa38]

        INTEGRATION: CWS syssettings01 (1.9.74); FILE MERGED 2004/08/03 08:33:15 lo 1.9.74.2: #i8452# language selections through tools/options 2004/07/30 16:30:40 lo 1.9.74.1: #i32207# select UI language from Language Options dialog

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [4537e83e25fd4f2bf1c4241d2bb09426a8bfa371]

        INTEGRATION: CWS syssettings01 (1.12.74); FILE MERGED 2004/08/04 11:38:51 lo 1.12.74.3: #i32207# select UI language from Language Options dialog 2004/08/03 08:33:15 lo 1.12.74.2: #i8452# language selections through tools/options 2004/07/30 16:30:40 lo 1.12.74.1: #i32207# select UI language from Language Options dialog

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c9a843ee835090d1e48140e820aeac8daa35bd61]

        INTEGRATION: CWS syssettings01 (1.46.36); FILE MERGED 2004/08/04 07:39:08 lo 1.46.36.1: #i32207# select UI language from Language Options dialog

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [62c73462a6f288f49741cc9191f560302232b58f]

        INTEGRATION: CWS syssettings01 (1.30.36); FILE MERGED 2004/08/03 08:25:30 lo 1.30.36.1: #i8452# language selections through tools/options

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [09d4886e507766b672010cd221f88e397b887462]

        INTEGRATION: CWS syssettings01 (1.5.34); FILE MERGED 2004/08/04 11:39:16 lo 1.5.34.3: #i32207# select UI language from Language Options dialog 2004/08/03 15:39:32 lo 1.5.34.2: #i32207# select UI language from Language Options dialog 2004/07/30 16:31:39 lo 1.5.34.1: #i32207# select UI language from Language Options dialog

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [995f08af00fd8c0d9505de4390cb778d67a72ea0]

        INTEGRATION: CWS syssettings01 (1.6.70); FILE MERGED 2004/08/03 08:36:09 lo 1.6.70.1: #i8452# language selections through tools/options

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f406b0af77bdda1c6d6655b80bacb653dff03798]

        INTEGRATION: CWS syssettings01 (1.26.6); FILE MERGED 2004/08/03 12:51:50 obr 1.26.6.1: #i21191#,#i8452#,#b4932088# added System.xcs

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [5c2968c58ad96c31ca6b9395a1b53d646b6a1804]

        INTEGRATION: CWS syssettings01 (1.25.18); FILE MERGED 2004/08/03 08:13:06 obr 1.25.18.3: #i21191#,#i8452#,#b4932088# added locale version number 2004/08/02 08:26:42 obr 1.25.18.2: RESYNC: (1.25-1.27); FILE MERGED 2004/07/30 05:30:02 obr 1.25.18.1: #i21191#,#i8452#,#b4932088# added desktop locale component

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6a6247c432b98ffc3c4c7a6af28e602652557d60]

        INTEGRATION: CWS syssettings01 (1.5.218); FILE MERGED 2004/07/28 10:35:54 obr 1.5.218.1: #i21191#,#i8452#,#b4932088# GetUserDefaultUILanguage added

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [21069a00d66ad9d1e3c22bfd62a9753e409dfddd]

        INTEGRATION: CWS syssettings01 (1.8.186); FILE MERGED 2004/07/28 10:35:54 obr 1.8.186.1: #i21191#,#i8452#,#b4932088# GetUserDefaultUILanguage added

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d08414294e99a9ca851f009b2fac822ad1800a9f]

        INTEGRATION: CWS syssettings01 (1.1.2); FILE ADDED 2004/07/28 10:34:50 obr 1.1.2.1: #i21191#,#i8452#,#b4932088# GetUserDefaultUILanguage added

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [7e81860fd05eee11fc3f0b8386f568bd59659686]

        INTEGRATION: CWS syssettings01 (1.1.2); FILE ADDED 2004/07/29 07:23:07 obr 1.1.2.1: #i21191#,#i8452#,#b4932088# desktop UI locale platform layer

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [845ad9f4f1232bfadb0c726d0106e8078ef88458]

        INTEGRATION: CWS syssettings01 (1.1.2); FILE ADDED 2004/07/29 07:23:06 obr 1.1.2.1: #i21191#,#i8452#,#b4932088# desktop UI locale platform layer

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d19975f3c5a40727e847447bda8fb335f249b23a]

        INTEGRATION: CWS syssettings01 (1.1.2); FILE ADDED 2004/08/03 13:59:34 obr 1.1.2.2: #i21191#,#i8452#,#b4932088# fixed occurances of Setup 2004/07/29 07:23:05 obr 1.1.2.1: #i21191#,#i8452#,#b4932088# desktop UI locale platform layer

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [fa3993ba126e55f13c35762bad84af52b39a6bfd]

        INTEGRATION: CWS syssettings01 (1.1.2); FILE ADDED 2004/08/03 13:59:33 obr 1.1.2.4: #i21191#,#i8452#,#b4932088# fixed occurances of Setup 2004/08/02 07:34:09 obr 1.1.2.3: #i21191#,#i8452#,#b4932088# fixed WNT endif 2004/07/30 05:24:45 obr 1.1.2.2: #i21191#,#i8452#,#b4932088# Added Win32 implementation 2004/07/29 07:23:05 obr 1.1.2.1: #i21191#,#i8452#,#b4932088# desktop UI locale platform layer

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ff1f4e9bfcbace3300a3f72ade688e7c6f6dc001]

        INTEGRATION: CWS syssettings01 (1.1.2); FILE ADDED 2004/07/29 07:23:04 obr 1.1.2.1: #i21191#,#i8452#,#b4932088# desktop UI locale platform layer

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [871611b443754da238ae80fa3465814f0f97937c]

        INTEGRATION: CWS syssettings01 (1.17.20); FILE MERGED 2004/07/30 07:50:26 obr 1.17.20.1: #i21191#,#i8452#,#b4932088# add localebe directory

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3092c3160b10c1015d120c54fc1f44698408e913]

        INTEGRATION: CWS syssettings01 (1.10.74); FILE MERGED 2004/08/04 11:38:52 lo 1.10.74.2: #i32207# select UI language from Language Options dialog 2004/07/30 16:30:40 lo 1.10.74.1: #i32207# select UI language from Language Options dialog

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2085039045faf27fcf1c867f99b4ff14b6f132c4]

        INTEGRATION: CWS syssettings01 (1.15.70); FILE MERGED 2004/07/28 09:16:16 obr 1.15.70.1: #i21191#,#i8452#,#b4932088# UILocale property added

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [a079f2480fa93021afac3c3359427179252bac98]

        INTEGRATION: CWS syssettings01 (1.2.70); FILE MERGED 2004/07/28 09:14:38 obr 1.2.70.1: #i21191#,#i8452#,#b4932088# made desktop locale settings available through configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c0c07319a5ff19c503594205a0cc0fb9ba2ebe1c]

        INTEGRATION: CWS syssettings01 (1.1.2); FILE ADDED 2004/07/28 09:12:32 obr 1.1.2.1: #i21191#,#i8452#,#b4932088# made desktop locale settings available through configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [5fff0372bee0794a9b220f419d4b4e6975dd3941]

        INTEGRATION: CWS cfgruggedised (1.6.112); FILE MERGED 2004/07/23 13:45:00 jb 1.6.112.1: #i28654# Provide an InteractionHandler to the configuration during startup

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [995636a1d5dc40a368707c6693494b52f246d9c9]

        INTEGRATION: CWS cfgruggedised (1.144.16); FILE MERGED 2004/07/23 13:44:58 jb 1.144.16.1: #i28654# Provide an InteractionHandler to the configuration during startup

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [83db9320fcb0860904b566d4da63ec81e8bf0edc]

        INTEGRATION: CWS cfgruggedised (1.7.10); FILE MERGED 2004/07/23 13:43:11 jb 1.7.10.1: #i28654# Configuration can fail with more than RuntimeException -> catch them all

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2ea01a518e4d4c79618818bd34525208de40845a]

        INTEGRATION: CWS cfgruggedised (1.2.406); FILE MERGED 2004/07/23 13:44:59 jb 1.2.406.1: #i28654# Provide an InteractionHandler to the configuration during startup

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c987b597cc15f24eb1e1f1bdd312e7a01cc51c96]

        INTEGRATION: CWS cfgruggedised (1.3.116); FILE MERGED 2004/07/23 13:21:03 jb 1.3.116.1: #i28654#,#i29838# Add InteractionHandler support to configuration; minor cleanup

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [bf14312c499a200958400424ed6421989fa99334]

        INTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED 2004/07/23 13:18:25 jb 1.1.2.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d081490f5a8c4c7bcc47479d1c5b1147d42de544]

        INTEGRATION: CWS cfgruggedised (1.3.62); FILE MERGED 2004/07/23 13:22:16 jb 1.3.62.1: #i28654#,#i25939# Add optional URL property

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3c45bd3cf9446a3c938ea314b9d4c170e8d06f35]

        INTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED 2004/07/23 13:18:02 jb 1.1.2.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [8b6c0cf6b3e72ed887638c675f70404883f2802c]

        INTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED 2004/07/23 13:18:14 jb 1.1.2.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [b98e3f84b270c25757f5eaaaf97483291d0ee491]

        INTEGRATION: CWS cfgruggedised (1.56.6); FILE MERGED 2004/07/23 13:38:45 jb 1.56.6.1: #i28654#,#i29838# Add configuration backend error support to common InteractionHandler

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f6351c1cabf06c99eaa2fb39ec4471eb8e09078f]

        INTEGRATION: CWS cfgruggedised (1.17.108); FILE MERGED 2004/07/23 13:38:45 jb 1.17.108.1: #i28654#,#i29838# Add configuration backend error support to common InteractionHandler

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6a50ab8deab3d747638fa9ceff1b0844362cf966]

        INTEGRATION: CWS cfgruggedised (1.41.14); FILE MERGED 2004/07/23 13:39:18 jb 1.41.14.1: #i28654#,#i29838# Add configuration backend error support to common InteractionHandler

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d4751777b6489dddbd9ef9330ab180f12c1c4ec6]

        INTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED 2004/07/23 13:29:45 jb 1.1.2.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [38134d108f6c641506f00f7766f32a7bd25f348a]

        INTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED 2004/07/23 13:29:42 jb 1.1.2.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [7c36e27cffbc109a8fc89a51599f578fabfea17e]

        INTEGRATION: CWS cfgruggedised (1.22.26); FILE MERGED 2004/07/23 13:29:41 jb 1.22.26.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [54791f27980c2d9c74093a6091c8c7b718e79249]

        INTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED 2004/07/23 13:29:40 jb 1.1.2.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [14da9ae278a3637e8924cb520538a548ced7a6ef]

        INTEGRATION: CWS cfgruggedised (1.14.6); FILE MERGED 2004/07/23 13:29:40 jb 1.14.6.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2b34e17de3ce984402dcaf8e356a0d3118ddda35]

        INTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED 2004/07/23 13:29:39 jb 1.1.2.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ea32bee99f6faa7df03428504264cb9fcbc01931]

        INTEGRATION: CWS cfgruggedised (1.9.6); FILE MERGED 2004/07/23 13:30:52 jb 1.9.6.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1e2e88ee0d0f674620f191858e452ac846664634]

        INTEGRATION: CWS cfgruggedised (1.10.6); FILE MERGED 2004/07/23 13:30:52 jb 1.10.6.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [328dd0685cc96a2ed64d163f443a3a6cf412b615]

        INTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED 2004/07/23 13:31:34 jb 1.1.2.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [35d6c4f92d91367c5254ea7ae12e52053e15db4c]

        INTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED 2004/07/23 13:31:33 jb 1.1.2.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [5bffb2c7c7155403241694c865dd5f9ca4355bcb]

        INTEGRATION: CWS cfgruggedised (1.10.6); FILE MERGED 2004/07/23 13:31:32 jb 1.10.6.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2dd3b96e9b62696122095f82a1312e56889a0b2b]

        INTEGRATION: CWS cfgruggedised (1.1.2); FILE ADDED 2004/07/23 13:31:32 jb 1.1.2.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [8008cad17202e57ea578e12dc8209f744be99db1]

        INTEGRATION: CWS cfgruggedised (1.3.8); FILE MERGED 2004/07/23 13:30:26 jb 1.3.8.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [613db24987ff738fd2839112ae7c329fd8ae0d2b]

        INTEGRATION: CWS cfgruggedised (1.8.18); FILE MERGED 2004/07/23 13:30:25 jb 1.8.18.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [acf57424b55b0bb73e5cdedc8aba030829e930ea]

        INTEGRATION: CWS cfgruggedised (1.17.18); FILE MERGED 2004/07/23 13:30:25 jb 1.17.18.1: #i28654#,#i29838# Add InteractionHandler support to configuration

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [a61201336fe35505492d32b4446585fbee1adf51]

        INTEGRATION: CWS jl11 (1.3.258); FILE MERGED 2004/08/05 12:54:25 jl 1.3.258.1: #i32552# check for NETTOOLKIT in makefile.mk, because the toolkit does not contain ATL

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [4350fb5740a40a0aa73890d1ca40f40f426c8470]

        INTEGRATION: CWS jl11 (1.2.258); FILE MERGED 2004/08/05 12:54:10 jl 1.2.258.1: #i32552# check for NETTOOLKIT in makefile.mk, because the toolkit does not contain ATL

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [4a1f2940b21b11d3f71cd0bace966df2584cccb7]

        INTEGRATION: CWS jl11 (1.4.96); FILE MERGED 2004/08/05 12:53:57 jl 1.4.96.1: #i32552# check for NETTOOLKIT in makefile.mk, because the toolkit does not contain ATL

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ca01cc0cdc43b48f8db25a87991a265535262ad0]

        INTEGRATION: CWS jl11 (1.6.96); FILE MERGED 2004/08/05 12:53:40 jl 1.6.96.1: #i32552# check for NETTOOLKIT in makefile.mk, because the toolkit does not contain ATL

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f54fb061073277035be895de50f24129a591842b]

        INTEGRATION: CWS jl11 (1.2.96); FILE MERGED 2004/08/05 12:53:03 jl 1.2.96.1: *** empty log message ***

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [a112080724e23b6a79c4e9964beb6cf7e29d38c8]

        INTEGRATION: CWS jl11 (1.2.96); FILE MERGED 2004/08/05 12:53:02 jl 1.2.96.1: *** empty log message ***

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [b21a4643084b5be3f297e37c24a6c2d28abeae06]

        INTEGRATION: CWS jl11 (1.12.96); FILE MERGED 2004/08/05 12:30:59 jl 1.12.96.1: #i32552# check for NETTOOLKIT in makefile.mk, because the toolkit does not contain ATL

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1e32e8e98bda70bff3610a7a4e3e90c985236644]

        INTEGRATION: CWS jl11 (1.2.2); FILE MERGED 2004/08/04 08:10:20 jl 1.2.2.1: #i32392#

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3428bace79d64a10cfcabb79e4caa608ee5db233]

        INTEGRATION: CWS jl11 (1.2.2); FILE MERGED 2004/08/04 15:35:59 jl 1.2.2.3: #i32450# made static string array to char const* [] to avoid warnings 2004/08/04 15:15:44 jl 1.2.2.2: #i32450# 2004/08/04 14:56:24 jl 1.2.2.1: #i32450# Java properties are written as integers by JREProperties.class

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [79ac0685de0b19d856db70a208a8372cb589646c]

        INTEGRATION: CWS jl11 (1.2.2); FILE MERGED 2004/08/04 14:56:23 jl 1.2.2.1: #i32450# Java properties are written as integers by JREProperties.class

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [70251a8c3e2b8bd19226554d11dabdb589720148]

        INTEGRATION: CWS jl11 (1.3.2); FILE MERGED 2004/08/03 15:48:27 jl 1.3.2.1: #i32450# renamed the plugins for mac,ibm,blackdown to sunjavaplugin.xxx

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [41b40108afd92f7c0e7a06f9135ad741c36e8f63]

        INTEGRATION: CWS jl11 (1.2.2); FILE MERGED 2004/08/03 15:48:27 jl 1.2.2.1: #i32450# renamed the plugins for mac,ibm,blackdown to sunjavaplugin.xxx

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [7cac38fb6bef8226d89cc826a7020e6b1ae5fb0d]

        INTEGRATION: CWS jl11 (1.17.38); FILE MERGED 2004/08/05 16:02:12 jl 1.17.38.1: #112948# some com.sun.star.bridge.oleautomation types are not delivered anymore because they are contained in the types.rdb.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [8a1bc2ca757e7f2cf8ab5440e18673c28ec40309]

        #i33250# Module chaos has been removed.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [53edc913216ea5b34094d05e03255d5996674928]

        INTEGRATION: CWS aw016 (1.31.76); FILE MERGED 2004/08/02 09:11:52 aw 1.31.76.2: RESYNC: (1.31-1.32); FILE MERGED 2004/07/21 15:02:01 aw 1.31.76.1: #i31562#
        
        When scrolling, someone was rescuing the Wallpaper and forced the window scroll to be done without background refresh. I do not know why, but that causes the repaint
         problems. Taking that out.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [9e12f3aab72fd5d2ab71a28cfb158db659f76c22]

        INTEGRATION: CWS aw016 (1.1.1.1.226); FILE MERGED 2004/07/30 09:48:20 aw 1.1.1.1.226.1: #i27242#

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [280aa1f2e23077a44d4aa217100b69b29e568519]

        INTEGRATION: CWS aw016 (1.26.44); FILE MERGED 2004/08/02 10:58:29 aw 1.26.44.2: RESYNC: (1.26-1.29); FILE MERGED 2004/07/16 15:49:08 aw 1.26.44.1: #i31551#

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [a9910626c554e10a3d31c63815877a5d273a5ce4]

        INTEGRATION: CWS aw016 (1.3.26); FILE MERGED 2004/07/16 12:12:12 aw 1.3.26.1: #i30187#

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [fed954f463af66cb78bf6b8436fa6d31aea00e4a]

        INTEGRATION: CWS aw016 (1.4.26); FILE MERGED 2004/07/16 12:12:12 aw 1.4.26.1: #i30187#

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [bc6b2dc37eff4653df48f542395928615eb0f839]

        INTEGRATION: CWS aw016 (1.2.282); FILE MERGED 2004/07/12 16:06:08 sj 1.2.282.1: #i28636# filters now use provided StatusIndicator

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [fa727b146663ff832e1a733e4b9da34151b8599d]

        INTEGRATION: CWS aw016 (1.3.282); FILE MERGED 2004/07/12 16:06:08 sj 1.3.282.1: #i28636# filters now use provided StatusIndicator

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [924cc4ba574f51cb2954abf12cb2433019532e6c]

        INTEGRATION: CWS aw016 (1.8.282); FILE MERGED 2004/07/12 16:06:08 sj 1.8.282.1: #i28636# filters now use provided StatusIndicator

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [746b0c589959168d509d26fb9e0ec37d4dfbdb4a]

        INTEGRATION: CWS aw016 (1.1.282); FILE MERGED 2004/07/12 16:42:31 sj 1.1.282.1: #i28636# filters now use provided StatusIndicator

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [165efc33e6b7486354486539838e317b8e19c0ab]

        INTEGRATION: CWS aw016 (1.9.50); FILE MERGED 2004/07/12 16:42:27 sj 1.9.50.1: #i28636# filters now use provided StatusIndicator

2004-08-20  Kurt Zenker  <kz@openoffice.org>  [b87587894820a1e109b3811f72928c9f98153751]

        #i10000# use unique keys

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [9968753ec0b7ae8fbb7e8951bc9f1b938b031e7e]

        INTEGRATION: CWS carlowfilterteam27 (1.15.118); FILE MERGED 2004/08/11 13:56:08 mmaher 1.15.118.2: RESYNC: (1.15-1.17); FILE MERGED 2004/05/07 09:26:48 mmaher 1.15.118.1: #i17371# Workaround for a nested field (pageref in a hyperlink)

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2fd814118d5d755aec1bd368b6f3102306681647]

        INTEGRATION: CWS carlowfilterteam27 (1.36.36); FILE MERGED 2004/08/11 13:55:57 mmaher 1.36.36.2: RESYNC: (1.36-1.41); FILE MERGED 2004/05/07 09:26:47 mmaher 1.36.36.1: #i17371# Workaround for a nested field (pageref in a hyperlink)

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [21aa51ffc04c93b9c81eed017d9defbb04bdbe28]

        INTEGRATION: CWS carlowfilterteam27 (1.20.120); FILE MERGED 2004/08/11 13:54:54 mmaher 1.20.120.2: RESYNC: (1.20-1.21); FILE MERGED 2004/05/07 09:26:46 mmaher 1.20.120.1: #i17371# Workaround for a nested field (pageref in a hyperlink)

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [553643705218734989aab0e7c1f710009de9160f]

        INTEGRATION: CWS carlowfilterteam27 (1.46.112); FILE MERGED 2004/08/11 13:54:43 mmaher 1.46.112.2: RESYNC: (1.46-1.49); FILE MERGED 2004/05/05 09:47:41 mmaher 1.46.112.1: #115882# Added escape clause in case there is no graphic

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2b683001b62ced74d3d88a791e6442b468efe87d]

        INTEGRATION: CWS carlowfilterteam27 (1.20.372); FILE MERGED 2004/08/11 21:13:51 mmaher 1.20.372.2: RESYNC: (1.20-1.22); FILE MERGED 2004/05/05 09:56:55 mmaher 1.20.372.1: #115882# Patch for making the WmfReader more robust in case of no valid graphic

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [5feaeefdef549ceb9229ab50af90f76413c0fe5e]

        INTEGRATION: CWS nsplugin2 (1.22.74); FILE MERGED 2004/05/27 03:48:10 jmeng 1.22.74.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [b1362b0bafb878215f7ed6530280d9ad3cc3337e]

        INTEGRATION: CWS nsplugin2 (1.2.66); FILE MERGED 2004/07/27 07:33:38 jmeng 1.2.66.1: fix toolbar problem

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [0a7b67b9100ae98200d6d1a75c47c61617f4972b]

        INTEGRATION: CWS nsplugin2 (1.2.66); FILE MERGED 2004/07/27 07:33:37 jmeng 1.2.66.1: fix toolbar problem

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ebf3f292c6cfb6d6f2b488ff93d68a48882589d8]

        INTEGRATION: CWS nsplugin2 (1.2.36); FILE MERGED 2004/08/05 06:08:14 jmeng 1.2.36.1: fix i31251

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3cf4f27733a99a5bce628bbed20bcdcb150a427b]

        INTEGRATION: CWS nsplugin2 (1.2.36); FILE MERGED 2004/08/19 02:13:53 jmeng 1.2.36.2: change comment 2004/08/05 06:10:35 jmeng 1.2.36.1: fix i31251

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f3a72d81d258a145e21daf783052c871d1178175]

        INTEGRATION: CWS nsplugin2 (1.10.12); FILE MERGED 2004/07/16 06:29:17 jmeng 1.10.12.6: RESYNC: (1.20-1.25); FILE MERGED 2004/07/08 04:40:40 jmeng 1.10.12.5: RESYNC: (1.15-1.20); FILE MERGED 2004/06/16 09:33:05 jmeng 1.10.12.4:  a bug for win 2004/06/16 09:20:02 jmeng 1.10.12.3: change dll name 2004/06/11 06:00:20 jmeng 1.10.12.2: RESYNC: (1.10-1.15); FILE MERGED 2004/05/28 08:17:21 jmeng 1.10.12.1: add mozilla plugin files

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f85c141b1897a640e35a1774f6638b4cbf1e8cea]

        INTEGRATION: CWS nsplugin2 (1.79.32); FILE MERGED 2004/07/19 06:30:51 jmeng 1.79.32.3: separate versin to 3 lines 2004/07/16 09:42:08 jmeng 1.79.32.2: RESYNC: (1.79-1.80); FILE MERGED 2004/05/27 03:39:01 jmeng 1.79.32.1: add user defined dll version information in Windows

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [0f4436121a9a2c1bc7ee4adb05e6d757b9c238a6]

        INTEGRATION: CWS nsplugin2 (1.5.172); FILE MERGED 2004/07/19 06:30:51 jmeng 1.5.172.5: separate versin to 3 lines 2004/07/12 06:31:42 jmeng 1.5.172.4: for long verison infor 2004/07/12 01:43:55 jmeng 1.5.172.3: the version infor is to long to write in one line 2004/07/08 06:32:15 jmeng 1.5.172.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/27 03:39:39 jmeng 1.5.172.1: add user defined dll version information in Windows

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ab365d995de930637a5aac4708e8867d95369024]

        INTEGRATION: CWS nsplugin2 (1.77.32); FILE MERGED 2004/07/19 06:30:49 jmeng 1.77.32.3: separate versin to 3 lines 2004/07/16 09:35:27 jmeng 1.77.32.2: RESYNC: (1.77-1.78); FILE MERGED 2004/05/27 03:38:47 jmeng 1.77.32.1: add user defined dll version information in Windows

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [b7c7f3d75927ab8d126e72b56e2c2216198ed001]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/06/15 04:58:12 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 03:56:33 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ef56632c2e9421d71590001dc980db820a749de4]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/08/19 01:52:59 jmeng 1.1.4.6: set timeout to 120 seconds 2004/07/14 02:41:23 jmeng 1.1.4.5: add a space before the command -nologo 2004/06/23 02:54:57 rchen 1.1.4.4: reload document several times when failed 2004/06/23 01:48:35 jmeng 1.1.4.3: restart SO and reconnect to it when remote service manager lost 2004/06/15 04:58:12 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 03:55:40 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c88487eaf0569150745980ba9d8a8f1761e472d5]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/07/22 09:30:41 jmeng 1.1.4.7: return false after exception 2004/07/09 04:48:17 jmeng 1.1.4.6: check is m_xDispatcher is valid before us it 2004/06/23 02:54:57 rchen 1.1.4.5: reload document several times when failed 2004/06/23 01:48:34 jmeng 1.1.4.4: restart SO and reconnect to it when remote service manager lost 2004/06/15 08:55:17 jmeng 1.1.4.3: make SO exit when plugin window is closed 2004/06/15 04:58:12 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 03:55:40 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d234a375a0a2f8b97fbf934b6f8d536531ff9e03]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/08/06 03:00:56 jmeng 1.1.4.4: rewrite restoreUTF8 2004/08/05 04:01:51 rchen 1.1.4.3: handle the situation when url filename contains space 2004/06/15 04:58:12 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 03:56:33 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3c2eb92acfa67da802b1dd2baadb189d25bb96b4]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/08/06 08:06:09 rchen 1.1.4.10: chnaged by rchen for chinese char 2004/08/06 03:00:56 jmeng 1.1.4.9: rewrite restoreUTF8 2004/06/22 08:26:54 rchen 1.1.4.8: Modify the way to find path of staroffice installation place Issue number: Submitted by: Reviewed by: 2004/06/17 07:27:44 jmeng 1.1.4.7: changed by Robert 2004/06/17 05:16:22 jmeng 1.1.4.6: changed by robert 2004/06/16 11:34:39 jmeng 1.1.4.5: bug in read windows version info 2004/06/16 09:14:41 jmeng 1.1.4.4: add a include file for windows 2004/06/16 09:08:46 jmeng 1.1.4.3: changed by Robert 2004/06/15 04:58:12 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 03:55:40 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [59e15178e72a8ea98fd9d9ba2db48916ef7ce5fa]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/07/13 11:16:56 jmeng 1.1.4.5: for bad mime type of MS ppt 2004/07/12 01:42:16 jmeng 1.1.4.4: the version infor is to long to write in one line 2004/07/09 08:36:29 jmeng 1.1.4.3: new version info for dll 2004/06/15 04:58:11 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 04:30:13 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [aa768672b91f5d12711e88d265edbc5bd09331a5]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/06/15 04:58:11 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 03:56:33 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d15d597c187173cda666523d553b923e3d05a5ff]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/06/15 04:58:11 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 03:55:40 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [85d929b49bd71508ae95a11aa484ab6ff7c69c22]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/06/15 04:58:11 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 03:56:32 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ba2070e8b6572265add4b8eef6e4ae1db2881e00]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/07/09 06:51:00 rchen 1.1.4.3: add more suffix support 2004/06/15 04:58:11 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 03:56:32 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [e85aa2ad831ee8330c4c28b5ad85882e7d59adf4]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/08/06 08:06:07 rchen 1.1.4.16: chnaged by rchen for chinese char 2004/08/06 03:01:38 jmeng 1.1.4.15: rewrite restoreUTF8 2004/08/06 02:29:17 jmeng 1.1.4.14: remove the new variable newFname 2004/08/06 01:56:30 rchen 1.1.4.13: fix the bug for Solaris, when the cached file is named by %20 2004/08/05 04:01:50 rchen 1.1.4.12: handle the situation when url filename contains space 2004/08/02 05:32:53 jmeng 1.1.4.11: add 2 head files 2004/08/02 05:11:40 jmeng 1.1.4.10: change right 2004/08/02 03:40:43 jmeng 1.1.4.9: chomd on create 2004/08/02 02:52:01 jmeng 1.1.4.8: chmod right of catch file 2004/07/26 04:59:02 jmeng 1.1.4.7: fix a bug when copy file in StreamAsfile() 2004/07/14 06:22:26 rchen 1.1.4.6: adjust the format 2004/07/12 10:28:25 rchen 1.1.4.5: fix the bug of when using "editing" button, it prompts for an random file name 2004/07/09 06:51:00 rchen 1.1.4.4: add more suffix support 2004/06/23 02:54:57 rchen 1.1.4.3: reload document several times when failed 2004/06/15 04:58:10 jmeng 1.1.4.2: run for SRC680_m42 2004/05/27 03:55:39 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1a3a8e7bb41984fb33fbbeb0af66c5dab902cb5d]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/06/17 07:17:11 gyang 1.1.4.3: for test 2004/06/16 07:51:36 jmeng 1.1.4.2: change dll name 2004/05/27 04:40:59 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [798d0b033d94238bbc7c64627334d19845fda1bc]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/05/27 04:28:13 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [117da52ba87a1a4e143181ec4c3d715cb5e98819]

        INTEGRATION: CWS nsplugin2 (1.1.4); FILE ADDED 2004/05/27 04:28:12 jmeng 1.1.4.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [bc7333019ddb617be5a0464b1497f12e8d380e63]

        INTEGRATION: CWS nsplugin2 (1.10.58); FILE MERGED 2004/05/27 03:48:10 jmeng 1.10.58.1: add nsplugin module for Mozilla plugin of StarOffice

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [b9d5d487a393f5b0637513f493abc83bd18f2106]

        INTEGRATION: CWS nsplugin2 (1.30.24); FILE MERGED 2004/07/16 09:15:19 jmeng 1.30.24.3: RESYNC: (1.32-1.33); FILE MERGED 2004/06/11 11:12:53 jmeng 1.30.24.2: RESYNC: (1.30-1.32); FILE MERGED 2004/06/11 02:01:27 jmeng 1.30.24.1: add for Mozilla Plug-in tabpage

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [9f35e1ffa5a23e6655daf20647eb0e892c2846a2]

        INTEGRATION: CWS nsplugin2 (1.78.44); FILE MERGED 2004/07/22 06:19:09 jmeng 1.78.44.5: change sequence of Mozilla plugin tabpage to the end 2004/07/19 06:25:57 jmeng 1.78.44.4: delete other language except en and de 2004/07/16 08:53:05 jmeng 1.78.44.3: RESYNC: (1.78-1.82); FILE MERGED 2004/06/11 02:01:27 jmeng 1.78.44.2: add for Mozilla Plug-in tabpage 2004/05/28 09:30:28 jmeng 1.78.44.1: add a dialog for Mozilla plugin install

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d5c2f600c2f5fd23be9136554cea6eb636092574]

        INTEGRATION: CWS nsplugin2 (1.1.2); FILE ADDED 2004/06/15 08:40:59 jmeng 1.1.2.2: fix a bug when RegSetValueEx 2004/06/11 01:58:29 jmeng 1.1.2.1: add for Mozilla Plug-in tabpage

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ec842296f033779bda2e2b58fe714d8945ebb810]

        INTEGRATION: CWS nsplugin2 (1.4.64); FILE MERGED 2004/07/22 06:19:08 jmeng 1.4.64.6: change sequence of Mozilla plugin tabpage to the end 2004/07/19 06:24:34 jmeng 1.4.64.5: delete other language except en and de 2004/07/16 08:23:06 jmeng 1.4.64.4: RESYNC: (1.5-1.7); FILE MERGED 2004/06/11 10:33:34 jmeng 1.4.64.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/11 02:01:26 jmeng 1.4.64.2: add for Mozilla Plug-in tabpage 2004/05/28 08:37:58 jmeng 1.4.64.1: add a dialog for Mozilla plugin install

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [59feaede2c537c40ec6cd792881866a5fe0483d4]

        INTEGRATION: CWS nsplugin2 (1.8.26); FILE MERGED 2004/07/16 08:22:49 jmeng 1.8.26.3: RESYNC: (1.9-1.12); FILE MERGED 2004/06/11 10:33:17 jmeng 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/28 08:37:58 jmeng 1.8.26.1: add a dialog for Mozilla plugin install

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [b0405c46757ff023cd086966ce7eaf51af2a49cc]

        INTEGRATION: CWS nsplugin2 (1.3.46); FILE MERGED 2004/07/16 08:08:54 jmeng 1.3.46.3: RESYNC: (1.3-1.4); FILE MERGED 2004/06/11 02:01:26 jmeng 1.3.46.2: add for Mozilla Plug-in tabpage 2004/05/28 08:37:58 jmeng 1.3.46.1: add a dialog for Mozilla plugin install

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c6a73ea3300aeed7bff365ea13fa36da7a7218a2]

        INTEGRATION: CWS nsplugin2 (1.3.44); FILE MERGED 2004/07/16 08:08:39 jmeng 1.3.44.7: RESYNC: (1.4-1.5); FILE MERGED 2004/06/16 10:06:39 jmeng 1.3.44.6: add change in windows to find install dir 2004/06/16 09:17:40 jmeng 1.3.44.5: changed by Robert 2004/06/15 08:39:42 jmeng 1.3.44.4: get SO program dir 2004/06/11 10:27:43 jmeng 1.3.44.3: RESYNC: (1.3-1.4); FILE MERGED 2004/06/11 02:01:25 jmeng 1.3.44.2: add for Mozilla Plug-in tabpage 2004/05/28 08:37:57 jmeng 1.3.44.1: add a dialog for Mozilla plugin install

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [a82e2ae6ca336b603c916338b05d6d4c38fa0be9]

        INTEGRATION: CWS nsplugin2 (1.24.22); FILE MERGED 2004/07/16 08:03:52 jmeng 1.24.22.3: RESYNC: (1.27-1.32); FILE MERGED 2004/06/11 10:27:05 jmeng 1.24.22.2: RESYNC: (1.24-1.27); FILE MERGED 2004/06/11 02:01:25 jmeng 1.24.22.1: add for Mozilla Plug-in tabpage

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6f0b698d5a952fe4e37bcf6c0ff97d8343cd159e]

        INTEGRATION: CWS nsplugin2 (1.1.1.1.36); FILE MERGED 2004/08/05 06:08:15 jmeng 1.1.1.1.36.1: fix i31251

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1a922416a581a6a35b24fe532a9543a1ac4eb862]

        INTEGRATION: CWS nsplugin2 (1.5.36); FILE MERGED 2004/08/19 02:09:30 jmeng 1.5.36.2: change comment 2004/08/05 06:17:51 jmeng 1.5.36.1: fix i31251

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [eb81470b88986f122feecb359ef26f0f7720da9d]

        INTEGRATION: CWS nsplugin2 (1.5.36); FILE MERGED 2004/08/06 06:57:08 jmeng 1.5.36.1: fix i31251

2004-08-20  Kurt Zenker  <kz@openoffice.org>  [2c060d90a4fc461e915d0e361f4fef5920478969]

        #i10000# use userinstalldir without spaces & bugfixes

2004-08-20  Peter Burow  <pb@openoffice.org>  [4967916f5392a96a9ebe05c1b317ca33cc33b1d4]

        fix: #i33087# isAuthorTrusted() implemented

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f501f0b55fde2c61a0df2fc7e9c7404a53c2dd84]

        INTEGRATION: CWS sb21 (1.2.140); FILE MERGED 2004/08/03 13:14:16 sb 1.2.140.1: #i25687# Made test work again.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [e2ff9f625e354f7126c69b65fa2b1f7bf6fea169]

        INTEGRATION: CWS sb21 (1.27.26); FILE MERGED 2004/08/06 11:46:19 sb 1.27.26.1: #i29492# Reverted to using cppumaker -L on all platforms (which renders test_cache useless); fixed new/delete problem.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [68127f0d1154ce99583ec1fca18124cb815de6db]

        INTEGRATION: CWS sb21 (1.28.18); FILE MERGED 2004/08/06 11:45:40 sb 1.28.18.1: #i29492# Reverted to using cppumaker -L on all platfomrs.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [7a956ae2feb853934a5039ff2b6df0e55178ecb2]

        INTEGRATION: CWS sb21 (1.25.6); FILE MERGED 2004/08/06 09:29:19 sb 1.25.6.1: Fixed typo.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2dbfec938392cfec53db54e7e15a6fe3fc13f7dc]

        INTEGRATION: CWS sb21 (1.17.2); FILE MERGED 2004/08/03 10:13:44 sb 1.17.2.1: #i25687# Added missing @since tags.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [93b5670a19e39de1c8a887314ead3632d5647a48]

        INTEGRATION: CWS sb21 (1.7.32); FILE MERGED 2004/08/03 13:16:36 sb 1.7.32.1: #i25687# Reverted useless 1.7 changes (functionality replaced by writer.hxx), marked file as deprecated.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ce37cec3af083900608e1b24237e721bdf01b326]

        INTEGRATION: CWS sb21 (1.2.18); FILE MERGED 2004/08/03 09:34:30 sb 1.2.18.1: #i32130# Made com.sun.star.lib.uno.protocols.urp.Cache work as expected.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [fbdc99703d820f01cbc74fbec410e601275e2ca7]

        INTEGRATION: CWS sb21 (1.1.2); FILE ADDED 2004/08/03 09:35:14 sb 1.1.2.1: #i32130# Made com.sun.star.lib.uno.protocols.urp.Cache work as expected.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [aafd3c5a6ee5c7b5cc479c30fc336d87784e5138]

        INTEGRATION: CWS sb21 (1.5.58); FILE MERGED 2004/08/04 08:51:37 sb 1.5.58.1: #i32131# Added tests.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [7b9ead88548ace7aa0615929db762c09c3937e8b]

        INTEGRATION: CWS sb21 (1.11.58); FILE MERGED 2004/08/03 15:35:33 sb 1.11.58.1: #i32131# Redesigned ThreadId to not depend on hashCode values, which are not unique.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ceeb1b0ca63958986106f5f893030cbae1f4ac87]

        INTEGRATION: CWS sb21 (1.1.2); FILE ADDED 2004/08/04 08:52:05 sb 1.1.2.1: #i32131# Added tests.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [14f727bd43d8fbb22b95f99cffad10973f3d2ae9]

        INTEGRATION: CWS sb21 (1.10.58); FILE MERGED 2004/08/03 15:35:32 sb 1.10.58.1: #i32131# Redesigned ThreadId to not depend on hashCode values, which are not unique.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [084377e40375a11804d2fa8a86ee85213939a0a0]

        INTEGRATION: CWS sb21 (1.1.2); FILE ADDED 2004/08/04 08:51:53 sb 1.1.2.1: #i32131# Added tests.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d1352c99e8d01f3d05dc41731d81413dbd973c12]

        INTEGRATION: CWS sb21 (1.15.18); FILE MERGED 2004/08/03 09:34:29 sb 1.15.18.1: #i32130# Made com.sun.star.lib.uno.protocols.urp.Cache work as expected.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1cf8976293e3e2325804b34704b8ee4bd8be27bd]

        INTEGRATION: CWS sb21 (1.1.1.1.192); FILE MERGED 2004/08/03 09:34:29 sb 1.1.1.1.192.1: #i32130# Made com.sun.star.lib.uno.protocols.urp.Cache work as expected.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [88a54a1b8804913afe309bb17ad035f0b2682a4d]

        INTEGRATION: CWS sb21 (1.2.154); FILE MERGED 2004/08/04 08:51:13 sb 1.2.154.2: #i32131# Minor improvement. 2004/08/03 15:35:32 sb 1.2.154.1: #i32131# Redesigned ThreadId to not depend on hashCode values, which are not unique.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c1dc391c35ce060f7b0abf3ae4f0dca465259b19]

        INTEGRATION: CWS sb21 (1.15.168); FILE MERGED 2004/08/03 15:35:32 sb 1.15.168.1: #i32131# Redesigned ThreadId to not depend on hashCode values, which are not unique.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ad66e8b11437fdfbb68135e2c7a905bf61239baa]

        INTEGRATION: CWS sb21 (1.3.58); FILE MERGED 2004/08/03 15:35:32 sb 1.3.58.1: #i32131# Redesigned ThreadId to not depend on hashCode values, which are not unique.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [46ca5bd4c217950cf2c0db617885574db79561ac]

        INTEGRATION: CWS sb21 (1.4.150); FILE MERGED 2004/08/12 14:51:37 sb 1.4.150.1: #i32281# Improved IPv4/IPv6 interoperability.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3076b0cffe16087b4242547d4ce53aa73d82394f]

        INTEGRATION: CWS sb21 (1.2.16); FILE MERGED 2004/08/05 13:21:38 sb 1.2.16.1: #i31370# Better detect recursive uses of polymorphic struct types.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [af7d272cb52365dc0312a714e51c1466a5de56e5]

        INTEGRATION: CWS sb21 (1.2.16); FILE MERGED 2004/08/05 15:13:26 sb 1.2.16.2: #i32158# Using an unsigned integer type as a type argument is now an error. 2004/08/05 13:21:38 sb 1.2.16.1: #i31370# Better detect recursive uses of polymorphic struct types.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c7f43add929f32544304991eeae3f8cf59b78eef]

        INTEGRATION: CWS sb21 (1.9.2); FILE MERGED 2004/08/05 15:13:26 sb 1.9.2.2: #i32158# Using an unsigned integer type as a type argument is now an error. 2004/08/05 13:21:38 sb 1.9.2.1: #i31370# Better detect recursive uses of polymorphic struct types.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [708de4bec441cba1afacd081869057b8f01ff333]

        INTEGRATION: CWS sb21 (1.8.10); FILE MERGED 2004/08/05 15:13:26 sb 1.8.10.1: #i32158# Using an unsigned integer type as a type argument is now an error.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [72ad55a4edbf6d6abc3d7d808d2e8c2558ac513f]

        INTEGRATION: CWS sb21 (1.2.14); FILE MERGED 2004/08/05 13:21:38 sb 1.2.14.1: #i31370# Better detect recursive uses of polymorphic struct types.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [4acb91a91b098fb03e7d439b15e10b17a15295f5]

        INTEGRATION: CWS sb21 (1.5.14); FILE MERGED 2004/08/05 15:13:25 sb 1.5.14.1: #i32158# Using an unsigned integer type as a type argument is now an error.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [06321053aca14d1820d7b1b1b024de81a40a0319]

        INTEGRATION: CWS sb21 (1.2.14); FILE MERGED 2004/08/05 13:21:37 sb 1.2.14.1: #i31370# Better detect recursive uses of polymorphic struct types.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [a6af3cc8e4646f93fe252302b59aeef00b981c96]

        INTEGRATION: CWS sb21 (1.3.2); FILE MERGED 2004/08/04 14:34:27 sb 1.3.2.1: #i32281# Use 127.0.0.1 instead of localhost to work around IPv4 vs. IPv6 problems between Java and osl.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [e6a3e1c6b11307b7bfd4be032405c9bb32a2dd02]

        INTEGRATION: CWS rowlimit2 (1.22.4); FILE MERGED 2004/07/30 18:15:44 er 1.22.4.2: RESYNC: (1.22-1.23); FILE MERGED 2004/07/30 16:59:49 er 1.22.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [75d28b5cbd7f419fd0d865dccce3cf3ad0ac8a8f]

        INTEGRATION: CWS rowlimit2 (1.26.4); FILE MERGED 2004/07/30 16:59:49 er 1.26.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [b6c9ba3943f61b182a9ae1315ab1c0eaaee94341]

        INTEGRATION: CWS rowlimit2 (1.26.4); FILE MERGED 2004/07/30 18:15:27 er 1.26.4.2: RESYNC: (1.26-1.27); FILE MERGED 2004/07/30 16:59:49 er 1.26.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c1f765df8b5e46d2bf1c8873c500286983f6a6c5]

        INTEGRATION: CWS sb21 (1.4.2); FILE MERGED 2004/08/05 09:25:42 sb 1.4.2.1: #i29084# Ensure proper termination (the TestBed.Server non-deamon thread stays within its endless accept loop); and use 127.0.0.1 instead of localhost to work around IPv4 vs. IPv6 problems between Java and osl.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [87551e250d2541f7a025c23c28ab80458239dc43]

        INTEGRATION: CWS rowlimit2 (1.45.4); FILE MERGED 2004/07/30 16:59:48 er 1.45.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6dc84d1ec6b3ac955d730af43a8f7b4394a865c3]

        INTEGRATION: CWS sb21 (1.4.128); FILE MERGED 2004/08/05 09:22:01 sb 1.4.128.1: #i29084# Ensure proper termination (the TestBed.Server non-deamon thread stays within its endless accept loop).

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f8600d69321055e0238a715ccc57583ab69d43cc]

        INTEGRATION: CWS rowlimit2 (1.37.4); FILE MERGED 2004/07/30 16:59:48 er 1.37.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [82afd241cc7fcfe368f53e7427df2458cef06989]

        INTEGRATION: CWS sb21 (1.4.2); FILE MERGED 2004/08/04 14:34:26 sb 1.4.2.1: #i32281# Use 127.0.0.1 instead of localhost to work around IPv4 vs. IPv6 problems between Java and osl.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [b2d028f80ae50a3c99443d05ae9f9511ddc64143]

        INTEGRATION: CWS rowlimit2 (1.9.4); FILE MERGED 2004/07/30 16:59:47 er 1.9.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [b42957766b4aae58794a5916663d0595d388972c]

        INTEGRATION: CWS sb21 (1.17.2); FILE MERGED 2004/08/06 14:06:47 sb 1.17.2.1: #i32151# createDefaultUnoValue now also works for enums with a default member != 0.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [7d1ca17608cc0c91d4eae9e18dd7d7d4717b08b6]

        INTEGRATION: CWS rowlimit2 (1.18.4); FILE MERGED 2004/07/30 16:59:47 er 1.18.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2ebea428604c274ff06dae0eade8f8637134ff34]

        INTEGRATION: CWS rowlimit2 (1.12.4); FILE MERGED 2004/07/30 16:59:47 er 1.12.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [887dd35b423384cb0317bbcd8e8ef5fb47d0488b]

        INTEGRATION: CWS sb21 (1.2.20); FILE MERGED 2004/08/12 15:34:17 sb 1.2.20.2: #i32158# Changed tests to no longer use unsigned types as template arguments. 2004/08/03 09:42:33 sb 1.2.20.1: #i32148# Fixed typo; added test cases.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [80fe5aa277478d35d22348beb7959812302494ab]

        INTEGRATION: CWS rowlimit2 (1.36.4); FILE MERGED 2004/07/30 18:14:26 er 1.36.4.2: RESYNC: (1.36-1.37); FILE MERGED 2004/07/30 16:59:46 er 1.36.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [522ad01105feaa64463dac554d8781566a8090d7]

        INTEGRATION: CWS sb21 (1.2.20); FILE MERGED 2004/08/03 09:42:33 sb 1.2.20.1: #i32148# Fixed typo; added test cases.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [fcbb5662a190cb55178a53c06ffe9f4f32a7f9f0]

        INTEGRATION: CWS rowlimit2 (1.10.4); FILE MERGED 2004/07/30 16:59:46 er 1.10.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ac5e588c7d2dccffbc312f3f8e83a76ede303a9c]

        INTEGRATION: CWS sb21 (1.23.2); FILE MERGED 2004/08/03 09:42:32 sb 1.23.2.1: #i32148# Fixed typo; added test cases.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [56c5845fc3f4ac19cf340cf4ab02be0cd8e11bd3]

        INTEGRATION: CWS rowlimit2 (1.12.4); FILE MERGED 2004/07/30 18:14:19 er 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2004/07/30 16:59:46 er 1.12.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [7337daadd152b8d9fcd03828729d061f934c44a0]

        INTEGRATION: CWS rowlimit2 (1.39.4); FILE MERGED 2004/07/30 16:59:45 er 1.39.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [4f64dabe34ccea03a30ba57e4cd39943f715a50f]

        INTEGRATION: CWS sb21 (1.3.2); FILE MERGED 2004/08/04 15:23:05 sb 1.3.2.1: #i32281# Made testtools buildable again.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [005deacacaeb3acfd23de2e3e5d15a7966f261c1]

        INTEGRATION: CWS sb21 (1.2.10); FILE MERGED 2004/08/06 14:05:39 sb 1.2.10.1: #i32151# Added check on bad enum (first member != 0); adapted test to no longer use forbidden unsigned hyper as type argument.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [379f44d400a9ae11527f1082a28ac9be7bac9ca1]

        INTEGRATION: CWS rowlimit2 (1.23.4); FILE MERGED 2004/07/30 16:59:45 er 1.23.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c5beb2e2693122edfb99426fe93b7272fcec7a52]

        INTEGRATION: CWS sb21 (1.16.2); FILE MERGED 2004/08/04 15:24:38 sb 1.16.2.1: #i32281# Use 127.0.0.1 instead of localhost to work around IPv4 vs. IPv6 problems between Java and osl.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [a8140b0cd9f9d5bbc04aa7dffb37d9763d4907c4]

        INTEGRATION: CWS rowlimit2 (1.55.4); FILE MERGED 2004/07/30 18:13:59 er 1.55.4.2: RESYNC: (1.55-1.58); FILE MERGED 2004/07/30 16:59:44 er 1.55.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [51abd6ec27c17c344021da4ed9ea0d6439ea8a11]

        INTEGRATION: CWS sb21 (1.5.10); FILE MERGED 2004/08/06 14:05:39 sb 1.5.10.1: #i32151# Added check on bad enum (first member != 0); adapted test to no longer use forbidden unsigned hyper as type argument.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f19b47e92b37eb769d4e3d4e6161be4b64304936]

        INTEGRATION: CWS rowlimit2 (1.24.4); FILE MERGED 2004/08/17 14:40:28 er 1.24.4.3: RESYNC: (1.25-1.28); FILE MERGED 2004/07/30 18:13:50 er 1.24.4.2: RESYNC: (1.24-1.25); FILE MERGED 2004/07/30 16:59:44 er 1.24.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [42f927515e88f90857d5de251664360be80c2f80]

        INTEGRATION: CWS sb21 (1.1.94); FILE MERGED 2004/08/04 15:24:38 sb 1.1.94.1: #i32281# Use 127.0.0.1 instead of localhost to work around IPv4 vs. IPv6 problems between Java and osl.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [069f4bf8213b0dfe896d63da4701093ac09bf320]

        INTEGRATION: CWS rowlimit2 (1.4.4); FILE MERGED 2004/07/30 16:59:44 er 1.4.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [dc2abf34e109458bf4feb6cbc25aad8b320a3fb5]

        INTEGRATION: CWS rowlimit2 (1.11.4); FILE MERGED 2004/07/30 16:59:44 er 1.11.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [a080971e91829e1dec739f19c0983df30ee85014]

        INTEGRATION: CWS sb21 (1.12.2); FILE MERGED 2004/08/06 14:05:39 sb 1.12.2.1: #i32151# Added check on bad enum (first member != 0); adapted test to no longer use forbidden unsigned hyper as type argument.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [87d48cef01cda75fbe722ef77d7e7452541dc83d]

        INTEGRATION: CWS rowlimit2 (1.43.4); FILE MERGED 2004/07/30 16:59:43 er 1.43.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2a608aa68dd10a316499d42b1277bfc801fed3c9]

        INTEGRATION: CWS sb21 (1.11.2); FILE MERGED 2004/08/04 15:23:05 sb 1.11.2.1: #i32281# Made testtools buildable again.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [149db12c24aaa9b00fe98c99f144d23e8db17672]

        INTEGRATION: CWS rowlimit2 (1.84.4); FILE MERGED 2004/07/30 16:59:43 er 1.84.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6e19ced723893f475f6205fc1f188eb84b7a8350]

        INTEGRATION: CWS sb21 (1.5.10); FILE MERGED 2004/08/06 14:05:38 sb 1.5.10.1: #i32151# Added check on bad enum (first member != 0); adapted test to no longer use forbidden unsigned hyper as type argument.

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [95e799c5aa89eaa327b939f985044d7a18992889]

        INTEGRATION: CWS rowlimit2 (1.12.4); FILE MERGED 2004/07/30 18:12:07 er 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2004/07/30 16:59:42 er 1.12.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f809402a27dac7054114cd0bb0ce32fae2f334a8]

        INTEGRATION: CWS rowlimit2 (1.13.4); FILE MERGED 2004/07/30 16:59:41 er 1.13.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [4ce9fc52711467addda0eb39a695d7ea183983ad]

        INTEGRATION: CWS rowlimit2 (1.36.4); FILE MERGED 2004/06/18 20:02:05 er 1.36.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [7d2ce98f9698f466de4096249c0a37a92bb7f15d]

        INTEGRATION: CWS rowlimit2 (1.21.4); FILE MERGED 2004/07/30 16:59:41 er 1.21.4.2: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights 2004/06/18 20:02:04 er 1.21.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [352a36194f80c2f8124566bd39032432b338eec3]

        INTEGRATION: CWS rowlimit2 (1.10.4); FILE MERGED 2004/06/18 20:02:04 er 1.10.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3346ea16c4e2874cb3b5700756122ca52d9c8ca2]

        INTEGRATION: CWS rowlimit2 (1.5.4); FILE MERGED 2004/07/30 16:59:40 er 1.5.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [95fc82359700a5cba62e83af7b2542e907df1175]

        INTEGRATION: CWS rowlimit2 (1.25.4); FILE MERGED 2004/07/30 16:59:39 er 1.25.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f7dd85bad12c48e67c212d9d7830c6532362a6aa]

        INTEGRATION: CWS rowlimit2 (1.3.4); FILE MERGED 2004/07/30 16:59:39 er 1.3.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [23d7c11dfc23e04cd715bb6b2dcc8cd1ef559d14]

        INTEGRATION: CWS rowlimit2 (1.5.4); FILE MERGED 2004/07/30 16:59:39 er 1.5.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c83ee7fc78ece4b32250b7048cf4c1beec3bf06c]

        INTEGRATION: CWS rowlimit2 (1.92.2); FILE MERGED 2004/07/30 17:48:47 er 1.92.2.2: RESYNC: (1.92-1.93); FILE MERGED 2004/07/30 16:59:38 er 1.92.2.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [a448a0e108126f90245143283877745a8b02fb4a]

        INTEGRATION: CWS rowlimit2 (1.22.4); FILE MERGED 2004/07/30 16:59:37 er 1.22.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3afe41ff62d3e0b1c23e4588eacf4faaf6a56c7c]

        INTEGRATION: CWS rowlimit2 (1.14.4); FILE MERGED 2004/06/18 20:02:03 er 1.14.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [61ffecf7cc53e83bd1369ffbec068c06015255e6]

        INTEGRATION: CWS rowlimit2 (1.12.4); FILE MERGED 2004/07/30 16:59:36 er 1.12.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6d21d961c92402a85d13e0cafb1ff79d53981f23]

        INTEGRATION: CWS rowlimit2 (1.6.4); FILE MERGED 2004/08/03 13:34:50 er 1.6.4.2: #i28834# use range taking methods whenever possible 2004/06/18 20:02:03 er 1.6.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1e1844c6a384f66cee06c39cef8ba67bf852f514]

        INTEGRATION: CWS rowlimit2 (1.16.4); FILE MERGED 2004/06/18 20:02:02 er 1.16.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d5458ff7e4e59b091323b8748aa855c8283d0423]

        INTEGRATION: CWS rowlimit2 (1.27.4); FILE MERGED 2004/08/03 13:34:49 er 1.27.4.3: #i28834# use range taking methods whenever possible 2004/07/30 16:59:35 er 1.27.4.2: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights 2004/06/18 20:02:01 er 1.27.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [bab371b090a07f74963492763e1d0980f9b3d28d]

        INTEGRATION: CWS rowlimit2 (1.9.4); FILE MERGED 2004/07/30 16:59:35 er 1.9.4.2: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights 2004/06/18 20:02:01 er 1.9.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [9402187bf7071da951891a9a8b714d956e0b2e17]

        INTEGRATION: CWS rowlimit2 (1.4.4); FILE MERGED 2004/06/18 20:02:01 er 1.4.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [12f3e3145e10e95edfcf9121df77cdb68e222464]

        INTEGRATION: CWS rowlimit2 (1.10.4); FILE MERGED 2004/08/17 14:33:52 er 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2004/06/18 20:02:01 er 1.10.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f44954169bfde11d3c41b3a5e0401481bd62f0c4]

        INTEGRATION: CWS rowlimit2 (1.5.4); FILE MERGED 2004/07/30 17:46:37 er 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/18 20:02:00 er 1.5.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [81191414edb5bd08545bf36dfafdb23abb5710fb]

        INTEGRATION: CWS rowlimit2 (1.28.4); FILE MERGED 2004/07/30 16:59:35 er 1.28.4.2: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights 2004/06/18 20:02:00 er 1.28.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [00f1166974bfb0fa6ba5303664266d12fae0ca20]

        INTEGRATION: CWS rowlimit2 (1.56.4); FILE MERGED 2004/07/30 17:46:01 er 1.56.4.2: RESYNC: (1.56-1.57); FILE MERGED 2004/07/30 16:59:34 er 1.56.4.1: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [280a8e5d0f1c7f599d6140481497742889568a9a]

        INTEGRATION: CWS rowlimit2 (1.24.4); FILE MERGED 2004/07/30 16:59:33 er 1.24.4.2: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights 2004/06/18 20:01:59 er 1.24.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [632526924a5a15d514a741552536bb07006ca8ee]

        INTEGRATION: CWS rowlimit2 (1.1.2); FILE ADDED 2004/08/02 14:28:12 er 1.1.2.3: #i28834# refined coupled iterator positioning; allow access behinf nMaxAccess in sums, using last available value 2004/07/30 16:59:33 er 1.1.2.2: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights 2004/06/18 20:01:59 er 1.1.2.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [5f856782caa420e09dd85b27ee564810c267d56b]

        INTEGRATION: CWS rowlimit2 (1.19.4); FILE MERGED 2004/06/18 20:01:59 er 1.19.4.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6aec5b58e70dff5b87815614b5b64ba63f2fd680]

        INTEGRATION: CWS rowlimit2 (1.23.6); FILE MERGED 2004/07/30 16:59:32 er 1.23.6.2: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights 2004/06/18 20:00:20 er 1.23.6.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ad570cead9063e0fbad51c2720ec6809818f88d3]

        INTEGRATION: CWS rowlimit2 (1.3.6); FILE MERGED 2004/06/18 20:00:20 er 1.3.6.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [705c9efde11e4648c5661cc6658c47ba7c753a34]

        INTEGRATION: CWS rowlimit2 (1.36.6); FILE MERGED 2004/07/30 17:42:35 er 1.36.6.2: RESYNC: (1.36-1.37); FILE MERGED 2004/06/18 20:00:20 er 1.36.6.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [e37f4382b3b8b4c39a2ec5249dd468ba7bfa429b]

        INTEGRATION: CWS rowlimit2 (1.76.6); FILE MERGED 2004/07/30 17:41:57 er 1.76.6.3: RESYNC: (1.76-1.77); FILE MERGED 2004/07/30 16:59:31 er 1.76.6.2: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights 2004/06/18 20:00:19 er 1.76.6.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [9aabcf271ebc731a518c9ea9d1913ae05c0be125]

        INTEGRATION: CWS rowlimit2 (1.1.2); FILE ADDED 2004/08/02 14:28:30 er 1.1.2.3: #i28834# refined coupled iterator positioning 2004/07/30 16:59:31 er 1.1.2.2: #i28834# reduce memory consumption of increased row limit; compressed arrays for flags and heights 2004/06/18 20:00:19 er 1.1.2.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [b386f6ea5624e27d3a457a54f37e83aa7b879aea]

        INTEGRATION: CWS rowlimit2 (1.9.6); FILE MERGED 2004/06/18 20:00:19 er 1.9.6.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6d56d4700e6e20b733d6d9aea20dc2fbccb68682]

        INTEGRATION: CWS eou25b (1.2.260); FILE MERGED 2004/07/29 20:42:37 hbrinkm 1.2.260.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/29 07:45:55 hbrinkm 1.2.260.1: #i27309#

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [01481b2a357e566db6dbdf769da831c3dab8a3c9]

        INTEGRATION: CWS eou25b (1.4.118); FILE MERGED 2004/07/29 07:45:55 hbrinkm 1.4.118.1: #i27309#

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d36230a4788ca5732b76d5e202a0a8ab59ff4751]

        INTEGRATION: CWS eou25b (1.88.14); FILE MERGED 2004/07/29 22:36:07 hbrinkm 1.88.14.2: RESYNC: (1.88-1.94); FILE MERGED 2004/07/29 07:44:30 hbrinkm 1.88.14.1: #i27309#

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [0c7ddabe61e9e86baebea0040ded6638d6c9e075]

        INTEGRATION: CWS sch03 (1.16.30); FILE MERGED 2004/08/05 12:29:33 bm 1.16.30.1: #i32366# chart:stock-with-volume property removed. Instead the first series will get a class=chart:bar attribute

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [32a89b7f255864a90f4732ded5459e967f557ce4]

        INTEGRATION: CWS sch03 (1.29.30); FILE MERGED 2004/08/05 12:29:33 bm 1.29.30.1: #i32366# chart:stock-with-volume property removed. Instead the first series will get a class=chart:bar attribute

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [0fe04cfc192bb50ef2a54a640cbc4c2adb223419]

        INTEGRATION: CWS sch03 (1.72.30); FILE MERGED 2004/08/05 12:29:32 bm 1.72.30.1: #i32366# chart:stock-with-volume property removed. Instead the first series will get a class=chart:bar attribute

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [9e6cf2110e7aa1dbb970ec6d18711944f48a1cea]

        INTEGRATION: CWS sch03 (1.3.20); FILE MERGED 2004/08/17 09:15:47 dr 1.3.20.1: #i32576# new svx controls added in CWS dr14

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [cf63851090191daea04d3c7948cb8d965a537f40]

        INTEGRATION: CWS sch03 (1.4.2); FILE MERGED 2004/08/17 09:15:47 dr 1.4.2.1: #i32576# new svx controls added in CWS dr14

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [de77a60aff7f3c768c50b9f470edf374d6849b24]

        INTEGRATION: CWS sch03 (1.3.2); FILE MERGED 2004/08/18 09:33:43 dr 1.3.2.2: #i32576# missing item set handling 2004/08/17 09:15:46 dr 1.3.2.1: #i32576# new svx controls added in CWS dr14

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [89d82a62b7e32dc7747930764f5bdb8746f9126d]

        INTEGRATION: CWS sch03 (1.2.20); FILE MERGED 2004/08/17 09:15:46 dr 1.2.20.1: #i32576# new svx controls added in CWS dr14

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [269a8196183aed65e4d8c6a6c05206c541a66c06]

        INTEGRATION: CWS sch03 (1.4.2); FILE MERGED 2004/08/18 09:33:43 dr 1.4.2.2: #i32576# missing item set handling 2004/08/17 09:15:46 dr 1.4.2.1: #i32576# new svx controls added in CWS dr14

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [eced38fc9477cc4b3ffa3b72765fc216377e6a14]

        INTEGRATION: CWS sch03 (1.107.58); FILE MERGED 2004/08/17 15:01:41 bm 1.107.58.1: #112023# Make sure pStartedFrom does not point to invalid (old) data

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f53ba00f2abda10d6a24de74fac466a77cf43d89]

        INTEGRATION: CWS sch03 (1.6.30); FILE MERGED 2004/08/09 14:12:07 bm 1.6.30.1: #i31242# derive from XMLShapeStyleContext instead of XMLPropStyleContext, in          order to take advantage of the special handling in FillPropertySet()

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [16462c629f4623cfe2006a8596c6fbd223d06e67]

        INTEGRATION: CWS sch03 (1.4.368); FILE MERGED 2004/08/09 14:10:15 bm 1.4.368.1: #i31242# derive from XMLShapeStyleContext instead of XMLPropStyleContext, in          order to take advantage of the special handling in FillPropertySet()

2004-08-20  Peter Burow  <pb@openoffice.org>  [7efb68197eaedf736e2d41cbf33ba2c701e00dce]

        fix: #i33090# isLocationTrusted() implemented

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [82992c6c2084b9ed83d434ea0af9d6328fe687e6]

        INTEGRATION: CWS oasis2 (1.14.586); FILE MERGED 2004/08/02 12:39:03 mib 1.14.586.1: #i32363#: StandoloneDocInfo is now recognizes OASIS file format

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2bc19b5f93786e9950855f3299cb69b09b19cfe4]

        INTEGRATION: CWS oasis2 (1.30.4); FILE MERGED 2004/08/02 15:35:12 mib 1.30.4.1: #i32453#: spec for MIME types changed

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [4ad94a590d2afb9fa81cce8712bc23f2219d1b0a]

        INTEGRATION: CWS oasis2 (1.50.10); FILE MERGED 2004/07/27 14:12:36 mib 1.50.10.1: #i31910#: Don't set StreamRelPath for root storages

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [fc2777dad7f353e4b58421928ab419556221026d]

        INTEGRATION: CWS oasis2 (1.46.8); FILE MERGED 2004/07/29 13:23:42 sab 1.46.8.1: #i31252#; handle style names with spaces

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [92e8af095a13d04b64e466f4eb232422f63823c9]

        INTEGRATION: CWS oasis2 (1.50.8); FILE MERGED 2004/07/29 13:23:41 sab 1.50.8.1: #i31252#; handle style names with spaces

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [83dbc87bf3822db43b7ad9b551146b3ba01f9dc6]

        INTEGRATION: CWS oasis2 (1.97.8); FILE MERGED 2004/07/30 14:43:30 sab 1.97.8.1: #i31290#; font-decls are now font-face-decls

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [88fa4c37ce2efebef99ca2db421d842088bacbcc]

        INTEGRATION: CWS oasis2 (1.26.52); FILE MERGED 2004/08/02 16:43:00 pb 1.26.52.1: fix: #i32088# support for new (oo?) file formats, but with the old images

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d09199519100b1d12b00e347567931fd33eb7de3]

        INTEGRATION: CWS oasis2 (1.67.8); FILE MERGED 2004/07/28 10:00:36 mib 1.67.8.1: #i31910#: Don't set StreamRelPath for root storages

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [7a21ea445c31b9ad2a0073b5e30fb462c6136b20]

        INTEGRATION: CWS oasis2 (1.5.232); FILE MERGED 2004/08/10 13:11:04 lo 1.5.232.1: #i30705# fix export test

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [170f32f9c9b0fd599a51a9ada586ccc30845dfe5]

        INTEGRATION: CWS oasis2 (1.2.248); FILE MERGED 2004/08/09 13:00:38 lo 1.2.248.1: #i30705# solve component selection persistency

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1d47f5d71f9d77148312c3303706cc948cb02f96]

        INTEGRATION: CWS oasis2 (1.9.52); FILE MERGED 2004/08/09 13:00:37 lo 1.9.52.2: #i30705# solve component selection persistency 2004/07/29 13:45:21 lo 1.9.52.1: #i30705# oasis file formats in xml filter dialog

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [110d5f3212f6b81515210d4822c20a8cbaa7966b]

        INTEGRATION: CWS oasis2 (1.10.20); FILE MERGED 2004/08/11 13:33:03 lo 1.10.20.5: #i29393# application name 2004/08/11 13:10:26 lo 1.10.20.4: #i29393# application name 2004/08/02 08:56:15 lo 1.10.20.3: #i117223# Oasis format names 2004/07/30 13:39:06 lo 1.10.20.2: #i117223# Oasis format names 2004/07/29 13:45:21 lo 1.10.20.1: #i30705# oasis file formats in xml filter dialog

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f559ef29e42f3d9cc2ca0cae553aa67d525ecea8]

        INTEGRATION: CWS oasis2 (1.2.248); FILE MERGED 2004/07/29 13:45:21 lo 1.2.248.1: #i30705# oasis file formats in xml filter dialog

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c27478f40613b70cfdebe0eb8f757410d4341158]

        INTEGRATION: CWS oasis2 (1.4.52); FILE MERGED 2004/08/09 13:00:37 lo 1.4.52.1: #i30705# solve component selection persistency

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ad1b99418375ac1908d8287671e2841f2a7b2999]

        INTEGRATION: CWS oasis2 (1.4.216); FILE MERGED 2004/08/10 13:11:04 lo 1.4.216.1: #i30705# fix export test

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f775bb90b2c9f8746a13a89cd3d88165b26a0bfd]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/02 15:36:25 mib 1.2.4.2: #i32453#: spec for MIME types changed 2004/07/27 12:51:07 mib 1.2.4.1: #117223#: new extensions

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [4eb5c2a2a54e71eb7048f971d4cfa8229b6841a9]

        INTEGRATION: CWS oasis2 (1.4.36); FILE MERGED 2004/08/02 14:10:07 mib 1.4.36.1: #i30867# spelling error in UI filter name

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [995ef9d3e92bc8712036933b746eea7b72a05459]

        INTEGRATION: CWS oasis2 (1.4.36); FILE MERGED 2004/08/02 16:49:46 pb 1.4.36.1: fix: #i32088# only file format for 2.0 has the url pattern private:factory

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c2196e8ec9cd4410a555201d30d1f84b06d887e5]

        INTEGRATION: CWS oasis2 (1.4.36); FILE MERGED 2004/08/02 16:48:12 pb 1.4.36.1: fix: #i32088# only file format for 2.0 has the url pattern private:factory

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [8a2b1230f0553df9308eeadf4a28ba2b54b0a515]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/07/27 12:51:07 mib 1.2.4.1: #117223#: new extensions

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [02bbcece8716d5a63200e3a49df7726bde254bb2]

        INTEGRATION: CWS oasis2 (1.4.36); FILE MERGED 2004/08/02 16:47:33 pb 1.4.36.1: fix: #i32088# only file format for 2.0 has the url pattern private:factory

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d7aade27ec837af0571add28758de5136068cb3a]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/02 15:36:24 mib 1.2.4.2: #i32453#: spec for MIME types changed 2004/07/27 12:51:06 mib 1.2.4.1: #117223#: new extensions

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [ca208ae5ed878f8a7605631319769a6be36a4edc]

        INTEGRATION: CWS oasis2 (1.4.36); FILE MERGED 2004/08/02 16:47:14 pb 1.4.36.1: fix: #i32088# only file format for 2.0 has the url pattern private:factory

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [58eda6c30e5aea7f9b453e9240c1bcdfcf71ae8d]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/07/27 12:51:06 mib 1.2.4.1: #117223#: new extensions

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f23a5f0f50c0430fb52c7fdb83ef885269aa80e5]

        INTEGRATION: CWS oasis2 (1.4.36); FILE MERGED 2004/08/02 16:46:53 pb 1.4.36.1: fix: #i32088# only file format for 2.0 has the url pattern private:factory

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [e915fe81e23ccad265da0560464548f4f1f623db]

        INTEGRATION: CWS oasis2 (1.4.36); FILE MERGED 2004/08/02 16:50:10 pb 1.4.36.1: fix: #i32088# only file format for 2.0 has the url pattern private:factory

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [4cbb5a3938f60710415e8de6ae62a09ff8066118]

        INTEGRATION: CWS oasis2 (1.4.36); FILE MERGED 2004/08/02 16:46:32 pb 1.4.36.1: fix: #i32088# only file format for 2.0 has the url pattern private:factory

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [2619df355e04fe17eb43086e6c8ab7048d00bd6a]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/07/27 12:51:05 mib 1.2.4.1: #117223#: new extensions

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3823e1f5f3afbfa83d513c5b12d036894161dfd2]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/07/27 12:50:39 mib 1.2.4.1: #117223#: new filter names

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1e2022399f18e6a3cd09308b0bdccd1c85c4c162]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/07/27 12:50:38 mib 1.2.4.1: #117223#: new filter names

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [fdeb83e707c6be35ac27a46672cea8133fab8874]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/07/30 10:22:18 mib 1.2.4.2: #117223#: new format names 2004/07/27 12:50:38 mib 1.2.4.1: #117223#: new filter names

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [78fcaa4c5236f4f193827ecc7aa4429d4cfbbf6c]

        INTEGRATION: CWS oasis2 (1.4.34); FILE MERGED 2004/08/02 14:10:06 mib 1.4.34.1: #i30867# spelling error in UI filter name

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c7290d59e49c97b0ce315fbf3c0f34ca45bbb48c]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/11 12:18:37 mib 1.2.4.2: #i117233#: spelling error corrected 2004/07/27 12:50:37 mib 1.2.4.1: #117223#: new filter names

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [9b5583c17820600d9f7bb16f4293fee1e99d2d56]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/07/27 12:50:37 mib 1.2.4.1: #117223#: new filter names

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [e8476ffe3f317a785dacb310cdf543c18fcbcb74]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/11 12:11:40 mib 1.2.4.2: #i117233#: spelling error corrected 2004/07/27 12:50:36 mib 1.2.4.1: #117223#: new filter names

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [95847394463163bc11970957f656fdd7848a7c6f]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/07/27 12:50:36 mib 1.2.4.1: #117223#: new filter names

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c8a59ad9aa8a2a581eb90e9c24046cca166a734a]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/07/27 12:50:35 mib 1.2.4.1: #117223#: new filter names

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [cde218ad7553d1f513f93788543af7a0c241d161]

        INTEGRATION: CWS oasis2 (1.4.36); FILE MERGED 2004/08/02 14:10:06 mib 1.4.36.1: #i30867# spelling error in UI filter name

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c05be424f78d0113b5bfa9e528a9c4c26d28ef02]

        INTEGRATION: CWS oasis2 (1.4.34); FILE MERGED 2004/08/02 14:10:05 mib 1.4.34.2: #i30867# spelling error in UI filter name 2004/08/02 13:57:14 mib 1.4.34.1: #i30867# spelling error in UI filter name

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c515accdbebe95435a5bfd27d2b2c8edb904f832]

        INTEGRATION: CWS oasis2 (1.43.20); FILE MERGED 2004/07/28 09:53:21 mib 1.43.20.1: #i31910#: Don't set StreamRelPath for root storages

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [9564eca384a8c850438b6a07eb8aec59f8219e90]

        INTEGRATION: CWS oasis2 (1.55.20); FILE MERGED 2004/07/28 09:53:21 mib 1.55.20.1: #i31910#: Don't set StreamRelPath for root storages

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [780ac912ac26b4b96f8d5c1e2545023b469cc551]

        INTEGRATION: CWS oasis2 (1.33.20); FILE MERGED 2004/07/28 09:28:58 mib 1.33.20.1: #i31910#: Copied OLE objects had wrong version

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [e9e56b81c631269322e48c3dcd4ac4c41424ba3d]

        INTEGRATION: CWS oasis2 (1.49.22); FILE MERGED 2004/07/28 09:16:54 mib 1.49.22.1: #i31910#: Don't set StreamRelPath for root storages

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [fbbedb6fd373dc4430754d469ba9a8fdda90e7bb]

        INTEGRATION: CWS oasis2 (1.3.2); FILE MERGED 2004/07/27 14:11:43 mib 1.3.2.1: #i31910#: Don't evaluate StreamRelPath if it contains an absolute URI

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6bfd5523777567807f8b9296fc6c3edda8a26c8a]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/04 08:53:26 bm 1.2.4.2: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/30 13:13:12 bm 1.2.4.1: #i32346# chart:symbol-type

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [53a3ebce64acb0e009ed7edd541166fb8c427372]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/17 16:04:49 mib 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/08/04 08:53:26 bm 1.2.4.2: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/30 13:13:12 bm 1.2.4.1: #i32346# chart:symbol-type

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [95c1d832805ffe29ab650745b582e8669baf593a]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/17 16:04:31 mib 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/08/04 08:53:25 bm 1.2.4.2: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/30 13:13:12 bm 1.2.4.1: #i32346# chart:symbol-type

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [15f2deea0acbab9e0c6dd6686b3540ea2b84fa3c]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/17 16:04:40 mib 1.2.4.7: RESYNC: (1.2-1.4); FILE MERGED 2004/08/04 16:51:57 bm 1.2.4.6: #i32368#, #i32366# still export chart:lines-used and chart:stock-with-volume for compatibility see also #i32583# for a fix in OOo 1.1 patch to make this obsolete 2004/08/04 15:58:11 mib 1.2.4.5: #i32581#: fixed some validation errors 2004/08/04 08:53:25 bm 1.2.4.4: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/30 13:13:11 bm 1.2.4.3: #i32346# chart:symbol-type 2004/07/29 14:45:23 sab 1.2.4.2: #i31291#; add margin-left 2004/07/29 13:41:44 mib 1.2.4.1: #i32294#: note configuration within section styles

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6915d7e376810de9ccf52ea71bcf209f2afe0a77]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/17 16:04:14 mib 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/08/04 08:53:25 bm 1.2.4.2: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/30 13:13:11 bm 1.2.4.1: #i32346# chart:symbol-type

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [92331587004755971272f512a31c0350a2e4f1fb]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/17 16:04:23 mib 1.2.4.6: RESYNC: (1.2-1.4); FILE MERGED 2004/08/04 08:53:25 bm 1.2.4.5: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/30 13:13:11 bm 1.2.4.4: #i32346# chart:symbol-type 2004/07/30 12:44:14 bm 1.2.4.3: #i32339# rename Oasis japanese-candle-stick property to stock-updown-bars 2004/07/29 14:45:23 sab 1.2.4.2: #i31291#; add margin-left 2004/07/29 13:41:44 mib 1.2.4.1: #i32294#: note configuration within section styles

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [4cbaed78ea089a54e13b902f482c0208df31420a]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/04 08:53:25 bm 1.2.4.2: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/29 13:41:44 mib 1.2.4.1: #i32294#: note configuration within section styles

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f852c39a2a99e4e8c0d290fc7354f80919d65414]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/04 08:53:24 bm 1.2.4.2: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/29 13:41:44 mib 1.2.4.1: #i32294#: note configuration within section styles

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [c8787dede71be8bd3809393eafe2c9155bb6002c]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/04 08:53:24 bm 1.2.4.2: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/30 14:46:19 sab 1.2.4.1: #i31189#; move body attributes

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [0cd805886e5018f725ff2d07c60130421ef6ff15]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/08/04 08:53:24 bm 1.2.4.3: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/30 14:46:18 sab 1.2.4.2: #i31189#; move body attributes 2004/07/26 09:49:08 mib 1.2.4.1: #i31302#: <text:h> was broken

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [29101248792f5a77913e6a6e3958b160210f513e]

        INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED 2004/07/29 13:41:44 mib 1.2.4.1: #i32294#: note configuration within section styles

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [17673aea453c1a0ad256fe32292f723aa018632f]

        INTEGRATION: CWS oasis2 (1.21.4); FILE MERGED 2004/08/04 15:58:11 mib 1.21.4.1: #i32581#: fixed some validation errors

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [487441a67e3b178349e3832777b0425d6b424aae]

        INTEGRATION: CWS oasis2 (1.81.4); FILE MERGED 2004/08/04 15:58:10 mib 1.81.4.2: #i32581#: fixed some validation errors 2004/08/04 08:44:53 mib 1.81.4.1: #i32355#: flow-with-text had wrong prefix after merge

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3cb5eb6ed64f4b45de8a4e598208aea24397a3ea]

        INTEGRATION: CWS oasis2 (1.26.4); FILE MERGED 2004/08/04 15:58:10 mib 1.26.4.1: #i32581#: fixed some validation errors

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [f3306ffe04c8e3daffc2488d5c3e718cf905f208]

        INTEGRATION: CWS oasis2 (1.52.4); FILE MERGED 2004/08/02 12:41:29 mib 1.52.4.1: #i32362#: user field has text:value-type rather than office:value-type

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [56127a742e7439af08ef2a4ecde1f95b3a9abd3f]

        INTEGRATION: CWS oasis2 (1.55.4); FILE MERGED 2004/08/02 12:41:28 mib 1.55.4.1: #i32362#: user field has text:value-type rather than office:value-type

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [d75f07eaf68edb35393f0582b89f13f53f59129b]

        INTEGRATION: CWS oasis2 (1.8.4); FILE MERGED 2004/07/26 09:01:35 mib 1.8.4.1: i31300: next page was not set correctly

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [886cde0aa4e15e3aaa6cacfc141b07ffa6334c0c]

        INTEGRATION: CWS oasis2 (1.7.64); FILE MERGED 2004/08/02 12:40:03 mib 1.7.64.1: #i32363#: StandoloneDocInfo is now recognizes OASIS file format

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [79c91d66de21e3f18e8f997b4542f5b193e7b326]

        INTEGRATION: CWS oasis2 (1.10.64); FILE MERGED 2004/08/02 12:40:03 mib 1.10.64.1: #i32363#: StandoloneDocInfo is now recognizes OASIS file format

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [3412ab89dda507bfe658bc7ea7786adb2d676a2d]

        INTEGRATION: CWS oasis2 (1.86.4); FILE MERGED 2004/07/29 11:02:58 cl 1.86.4.1: #i31244# correctly init mxImplContext

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [075b89861cc66463e74d780f4774aa5c65ced946]

        INTEGRATION: CWS oasis2 (1.39.4); FILE MERGED 2004/07/29 12:03:10 cl 1.39.4.1: #i31283# fixed settings import

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [06dd912a72ae75a9d416a6bc563ced9ed689c987]

        INTEGRATION: CWS oasis2 (1.62.2); FILE MERGED 2004/08/17 15:49:10 mib 1.62.2.4: RESYNC: (1.62-1.68); FILE MERGED 2004/07/30 13:13:10 bm 1.62.2.3: #i32346# chart:symbol-type 2004/07/30 12:13:59 bm 1.62.2.2: +symbol-type 2004/07/30 12:07:10 bm 1.62.2.1: #i32339#, #i32346# additional tokens for chart Oasis format

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1dca4a175379064b989c7d91394e095349c0689a]

        INTEGRATION: CWS oasis2 (1.105.4); FILE MERGED 2004/07/30 14:45:55 sab 1.105.4.1: #i31189#; write body attributes no longer on body

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [17b8b22b4d80e76d3eedfdc4844b17cf22241271]

        INTEGRATION: CWS oasis2 (1.16.4); FILE MERGED 2004/08/02 12:39:41 mib 1.16.4.1: #i32363#: StandoloneDocInfo is now recognizes OASIS file format

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [1ceef67477ca788908c58c5a51636be8a068ff44]

        INTEGRATION: CWS oasis2 (1.7.352); FILE MERGED 2004/08/04 08:53:23 bm 1.7.352.1: #32439# chart:symbol became chart:symbol-type and chart:symbol-name

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [9941e365813f71a15de780ec46455da598e25490]

        INTEGRATION: CWS oasis2 (1.1.2); FILE ADDED 2004/08/04 08:52:59 bm 1.1.2.1: #32439# chart:symbol became chart:symbol-type and chart:symbol-name

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [9d7280fe57c102ed347cea34a28eef38e6aebb4c]

        INTEGRATION: CWS oasis2 (1.1.2); FILE ADDED 2004/08/04 08:52:48 bm 1.1.2.1: #32439# chart:symbol became chart:symbol-type and chart:symbol-name

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [6298511638197c306aee1f814cd9e5435d25807a]

        INTEGRATION: CWS oasis2 (1.16.6); FILE MERGED 2004/08/04 16:11:59 bm 1.16.6.1: #i32368# export bar/line charts with line chart-type at series

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [dc4ad8967d282ce5bd1030a42c489c801c602263]

        INTEGRATION: CWS oasis2 (1.29.6); FILE MERGED 2004/08/04 16:11:59 bm 1.29.6.1: #i32368# export bar/line charts with line chart-type at series

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [e6e70a1340edc8addd6d80caba74e8bbbd1dac70]

        INTEGRATION: CWS oasis2 (1.72.6); FILE MERGED 2004/08/04 16:11:59 bm 1.72.6.1: #i32368# export bar/line charts with line chart-type at series

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [0f5d53835620397de60cb4370b445cf8e89cf206]

        INTEGRATION: CWS oasis2 (1.39.6); FILE MERGED 2004/08/04 08:53:23 bm 1.39.6.2: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/30 15:06:55 bm 1.39.6.1: #i32346# symbol-type

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [93b1d0f147cabaad55a2da4feef05a7da39ed95e]

        INTEGRATION: CWS oasis2 (1.18.6); FILE MERGED 2004/08/04 16:11:58 bm 1.18.6.4: #i32368# export bar/line charts with line chart-type at series 2004/08/04 08:53:23 bm 1.18.6.3: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/30 15:06:55 bm 1.18.6.2: #i32346# symbol-type 2004/07/30 12:07:56 bm 1.18.6.1: #32339# stock-updown-bars -> stock-japanese-candle-stick

2004-08-20  Rüdiger Timm  <rt@openoffice.org>  [097398846a3886989aadae6b63fa89f6ff06592a]

        INTEGRATION: CWS oasis2 (1.4.64); FILE MERGED 2004/08/03 06:57:17 mib 1.4.64.1: #i32363#: StandoloneDocInfo is now recognizes OASIS file format

2004-08-18  Andre Fischer  <af@openoffice.org>  [672aa42f7ae0734f50cff2cbd311053fda984b37]

        #i33138# Sending SFX_HINT_DYING from destructor.

2004-08-18  Kurt Zenker  <kz@openoffice.org>  [0660b78bd9337de07e7a733a51faeca874affc65]

        #i10000# key must be unique

2004-08-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae8b879f301bab8d17247874d4b2b42197fb6376]

        #i10000#: kill cc-wrapper

2004-08-18  Oliver Bolte  <obo@openoffice.org>  [20f45f8a7f97887314280271aa8ccd6dd8eee4a3]

        #i33022# assertion removed by CD

2004-08-18  Malte Timmermann  <mt@openoffice.org>  [85a1abd8b1dfaac7b0f87c2ab49f069a842ff1d5]

        #i20156# Some improvements...

2004-08-18  Malte Timmermann  <mt@openoffice.org>  [d3e69fe9ce604443baa91ff7cc09862beeefe853]

        #i20156# Lower case file names

2004-08-17  Oliver Bolte  <obo@openoffice.org>  [096d3fcfb48901d86b064e8403cdb68f1b80315d]

        #i10000# fix by IS

2004-08-17  Oliver Bolte  <obo@openoffice.org>  [fc4a43a1ca7a9537ad289b7f18f0dda7309a5119]

        #117653# bugfix for pt-BR

2004-08-17  Kurt Zenker  <kz@openoffice.org>  [311cb89899886744850838c560c24ef3ee7e7020]

        #i33084# adjust changes for linux

2004-08-17  Malte Timmermann  <mt@openoffice.org>  [e215e06d92a5da35fa382bac711a30bee5c1e86a]

        #i20156# Defines for security libs

2004-08-16  Oliver Bolte  <obo@openoffice.org>  [e0dcf42aa728a948d401b563abf90b411e749e41]

        #i33056# can't register libbf_migratefilter680si.so

2004-08-16  Kurt Zenker  <kz@openoffice.org>  [8dfaded6eda50391a0aad0c753de917cb774230a]

        adjust changes of basedir of a installationset

2004-08-16  Oliver Bolte  <obo@openoffice.org>  [c58306602a2d583201eb93ecd3604806694bbe9b]

        #i10000# assertion changed

2004-08-16  Oliver Bolte  <obo@openoffice.org>  [9828095019569e0f92f0e80bb7fb18cf9fe241cb]

        #i10000# pRootStorage changed to *GetRootStorage()

2004-08-16  Oliver Bolte  <obo@openoffice.org>  [36c2ae9837b1d4e692bcbde97f550472592aae1b]

        #i10000# header xlconst.hxx missing

2004-08-16  Oliver Bolte  <obo@openoffice.org>  [9078cdbcb5190fd7fdde3095386f46156c18c52a]

        #i10000# SelTblBox still used

2004-08-16  Oliver Bolte  <obo@openoffice.org>  [a32e83f0bf758cdbd1d52b3d3cdd533450ebec83]

        #i10000# SwObjPositioningInProgress removed

2004-08-14  Kurt Zenker  <kz@openoffice.org>  [3c80d6eece412f4697f5e6886e6ba209f3f3e82a]

        new version for SRC680

2004-08-14  Kurt Zenker  <kz@openoffice.org>  [54f6ebf5bf83ddf97ddbbdee70b5a7f629d57d8f]

        new version for SRC680

2004-08-13  Kurt Zenker  <kz@openoffice.org>  [23faf07a04abfb20d6835d2a26a9e60d3e5c7024]

        new version for SRC680

2004-08-13  Kurt Zenker  <kz@openoffice.org>  [4a6b4e99ad1ba87dbbdd84f2cd8624914f5a852b]

        new version for SRC680

2004-08-13  Rüdiger Timm  <rt@openoffice.org>  [63bb4e5411137af0281e9d535b1021bd8e759921]

        new version for SRC680

2004-08-13  Oliver Bolte  <obo@openoffice.org>  [d0a9beeabcf0162d78d5b3ca2a3c9ede5f3bc3fe]

        #i10000# obsolete entry removed

2004-08-13  Oliver Bolte  <obo@openoffice.org>  [1f0c04944469b368afe97cbdfee2465a6a807d8e]

        #i10000# MouseEvent to ::com::sun:star::awt:MouseEvent

2004-08-13  Oliver Bolte  <obo@openoffice.org>  [0a1f83ab8598d45fc35ec5947ec2b4d0f5868cf9]

        #i32850# wrong resource handling fixed

2004-08-13  Oliver Bolte  <obo@openoffice.org>  [0eaf7de2d915782731287dda5b1ae1377a16871b]

        #i32850# wrong resource handling fixed

2004-08-13  Rüdiger Timm  <rt@openoffice.org>  [33ebb28c84915f1db86c9d82d51088c58725c690]

        #i10000# More quoting needed here, at least for linux buildserver clients.

2004-08-13  Oliver Bolte  <obo@openoffice.org>  [5e31a9dc28101fa09c26ebcfa289cd12320287a6]

        #i32850# wrong resource handling fixed

2004-08-13  Oliver Bolte  <obo@openoffice.org>  [fb908063db009faa90cf9edef04e1ac0bab6733e]

        #i32850# wrong resource handling fixed

2004-08-13  Oliver Bolte  <obo@openoffice.org>  [75a7879273a79754c3ccd694cee6173ab74c84a1]

        #i10000# syntax and typo

2004-08-13  Rüdiger Timm  <rt@openoffice.org>  [8db1f997280c46474464d40e752e78e2a5c24773]

        new version for SRC680

2004-08-13  Kurt Zenker  <kz@openoffice.org>  [efd6cc856a319c01475259721d1c06da6bd7a3c3]

        new version for SRC680

2004-08-12  Kurt Zenker  <kz@openoffice.org>  [820f1dfc90131363f9f893708262701a938d0953]

        new version for SRC680

2004-08-12  Kurt Zenker  <kz@openoffice.org>  [66189455d39c1b8e122839b1d9207e452ace4308]

        new version for SRC680

2004-08-12  Kurt Zenker  <kz@openoffice.org>  [3ac0a8838b1f5e6bf966348079345c3bfe16aec2]

        new version for SRC680

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [fd0f6456d76ac5f02d10db3432910e83bca27297]

        #i32897# Use correct member to remove popup menu.

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [8e08116e3eeb8613e191fb901751ba2477a21307]

        #i10000# Temporarily disabled crashdump related switches (CFLAGSENABLESYMBOLS)

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [b2db998808c4cb792a57049cfde795867501bddd]

        #i10000# Syntax

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [964a67e1edd0850c2ff6ffa6609847a5432196db]

        INTEGRATION: CWS hr5 (1.5.44); FILE MERGED 2004/08/11 16:59:48 hr 1.5.44.1: #i32065#: remove -q flag from assembler flags

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [03157316b2fe57af3a3b08fcede8d7093de8b3ca]

        INTEGRATION: CWS hr5 (1.3.36); FILE MERGED 2004/08/12 11:44:33 hr 1.3.36.1: #i30244#: replace Tiny::Config with CwsConfig::read_config() (patch by mmeeks)

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [f03dde087e33d58119a33f032dd34bad7fab9259]

        INTEGRATION: CWS hr5 (1.2.36); FILE MERGED 2004/08/12 14:09:47 hr 1.2.36.1: #i31082#: fix module lookup, differentiate between windows perl implementations

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [5343277cb7f3c2b2b61446dd906c94680248e6fc]

        INTEGRATION: CWS hr5 (1.2.36); FILE MERGED 2004/08/12 14:09:46 hr 1.2.36.1: #i31082#: fix module lookup, differentiate between windows perl implementations

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [79016b8701ef373a786c628f8423ad53505867bd]

        SRC680

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4f762dafa4fd4d6f37173170c34cf22d506215ae]

        INTEGRATION: CWS gt10thaiinput (1.94.74); FILE MERGED 2004/08/04 06:42:43 gt 1.94.74.1: #103780# new CTL sequence checking mode restricted

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e0768e73c140a442e1af8dfae0eca6b725235a3b]

        INTEGRATION: CWS gt10thaiinput (1.7.58); FILE MERGED 2004/08/04 06:44:04 gt 1.7.58.1: #103780# new CTL sequence checking mode restricted

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [39127c80dfabedf48eda324ea6289725c629ab36]

        INTEGRATION: CWS gt10thaiinput (1.12.106); FILE MERGED 2004/08/05 06:04:56 gt 1.12.106.1: #103780# new CTL sequence checking mode restricted

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [26a8265a272d191f29945a52de3d789ed2fab3eb]

        INTEGRATION: CWS gt10thaiinput (1.2.330); FILE MERGED 2004/08/04 06:46:22 gt 1.2.330.1: #103780# new CTL sequence checking mode restricted

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d6c767b0d2c975d162802e30aa8e09b380d24716]

        INTEGRATION: CWS gt10thaiinput (1.2.330); FILE MERGED 2004/08/04 06:46:23 gt 1.2.330.1: #103780# new CTL sequence checking mode restricted

2004-08-12  Oliver Düsterhoff  <od@openoffice.org>  [b3289ba99b3bcba67666e1820f684941a03032af]

        #i32842# - remove unsed string defines

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [49fb7e61218f7a3ebf424926681f31479dc77320]

        INTEGRATION: CWS gt10thaiinput (1.2.330); FILE MERGED 2004/08/04 06:45:12 gt 1.2.330.1: #103780# new CTL sequence checking mode restricted

2004-08-12  Oliver Düsterhoff  <od@openoffice.org>  [6133437d8d582a7fde2887562bc11c890579d528]

        #i32842# - remove unused string defines

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [050f35051e22d5132f611c621bf120c69ec748c5]

        INTEGRATION: CWS gt10thaiinput (1.34.72); FILE MERGED 2004/08/04 06:47:59 gt 1.34.72.1: #103780# new CTL sequence checking mode restricted

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [42ea2306a376537dd13303d1c8177a61f1691dde]

        INTEGRATION: CWS tbe12 (1.22.106); FILE MERGED 2004/08/04 15:30:15 tbe 1.22.106.1: #117574# StarBasic: Foreground colour of dialog checkboxes saved incorrectly

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [be0b81f9cb2789e700478f5769d5bfa58dcc2bb8]

        INTEGRATION: CWS tbe12 (1.19.2); FILE MERGED 2004/07/30 15:35:28 tbe 1.19.2.1: #i32348# empty component context in bootstrap function

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [baf91fc87f4befad62950b6db3b8b6cf14b20c5f]

        INTEGRATION: CWS tbe12 (1.3.2); FILE MERGED 2004/07/30 15:05:02 tbe 1.3.2.1: #i32348# empty component context in bootstrap function

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [890e57d74ad9cb643c5c65191d12a36dae8ebad5]

        INTEGRATION: CWS tbe12 (1.8.2); FILE MERGED 2004/07/30 15:25:32 tbe 1.8.2.2: #i32348# empty component context in bootstrap function 2004/07/30 15:05:02 tbe 1.8.2.1: #i32348# empty component context in bootstrap function

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e1856410f8deb46bbd1dd7e175b5148b45b2eaee]

        INTEGRATION: CWS tbe12 (1.2.18); FILE MERGED 2004/07/30 15:53:15 tbe 1.2.18.1: #i32314# disable java bug ...

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c302c5428d50ccc3e95416fb6e434dcd7daec016]

        INTEGRATION: CWS tbe12 (1.2.18); FILE MERGED 2004/07/30 15:52:17 tbe 1.2.18.1: #i32314# disable java bug ...

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a5e16383b5a47af3eb7e082101602e36a0a02629]

        INTEGRATION: CWS tbe12 (1.14.4); FILE MERGED 2004/08/05 12:14:00 tbe 1.14.4.1: #i32510# RID_STR_QUERYREPLACEMACRO out of range

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6887d0541e1c8e1b59fe65dfe78e65fbc4bd4f2e]

        INTEGRATION: CWS tbe12 (1.6.4); FILE MERGED 2004/08/03 12:25:53 tbe 1.6.4.1: #i32510# ScriptProviderForBasic: separation of application basic macros into user and share

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [278a31f2abd3d59b86adcb0e26d53e990166801e]

        INTEGRATION: CWS tbe12 (1.11.4); FILE MERGED 2004/08/03 12:25:53 tbe 1.11.4.1: #i32510# ScriptProviderForBasic: separation of application basic macros into user and share

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7441ac3796970015c5f20f0af4d9c42e0b2b14af]

        INTEGRATION: CWS tune05 (1.22.6); FILE MERGED 2004/07/23 14:09:24 mhu 1.22.6.2: RESYNC: (1.22-1.25); FILE MERGED 2004/06/22 19:48:10 mhu 1.22.6.1: #i30579# Removed obsolete gid_File_Lib_Cnt UNO service (chaos).

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0bfa1bc723f9e33175e34699e18940a2198bf9c5]

        INTEGRATION: CWS tune05 (1.33.48); FILE MERGED 2004/07/22 11:23:48 cmc 1.33.48.1: #i30554# unused ctors

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c2a28c410f80a8a8d1c8732fdedbe503671c2605]

        INTEGRATION: CWS tbe12 (1.2.248); FILE MERGED 2004/08/09 13:35:26 sw 1.2.248.1: #i24857#

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [dc8dc7a67ee7f78b0202876b9c6673172160855e]

        INTEGRATION: CWS tune05 (1.6.568); FILE MERGED 2004/07/23 17:08:07 mhu 1.6.568.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/22 11:15:24 cmc 1.6.568.1: #i30554# unused SwWrtShell::SetURLToButton

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [55f90be09b522788f6a7e5a889d97339ed73b230]

        INTEGRATION: CWS tbe12 (1.3.218); FILE MERGED 2004/08/09 13:35:37 sw 1.3.218.1: #i24857#

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [98fbb045dfbe005403fd8aa82e4ec16fa76a6f84]

        INTEGRATION: CWS tune05 (1.32.12); FILE MERGED 2004/07/23 17:07:49 mhu 1.32.12.3: RESYNC: (1.32-1.33); FILE MERGED 2004/07/19 15:41:38 cmc 1.32.12.2: #i30554# unused Basic related stuff 2004/06/23 12:57:10 cmc 1.32.12.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5efe8060bafb12f69ac0a223603fa77ba24e3b4e]

        INTEGRATION: CWS tune05 (1.19.568); FILE MERGED 2004/07/21 15:12:27 cmc 1.19.568.1: #i30554# remove warning

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2dee8c74069f1374708231584c44a80820fb8b79]

        INTEGRATION: CWS tune05 (1.13.54); FILE MERGED 2004/06/29 09:56:33 cmc 1.13.54.1: #i30554# ConvertMacroFormat no longer used

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2cb2bbb868658841f6102db9e8e9d0349ee6599e]

        INTEGRATION: CWS tune05 (1.6.568); FILE MERGED 2004/07/21 15:31:16 cmc 1.6.568.1: #i30554# unused ctor

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [940817c8be3c3697f51122db9ba5dc42d190b127]

        INTEGRATION: CWS tune05 (1.13.68); FILE MERGED 2004/07/21 13:28:37 cmc 1.13.68.1: #i30554# NumFormatListBox::GetFormatStr unused (returns nothing anyway)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ee5c1762cf94091c0948c7b0e8fe962b70a8d6f1]

        INTEGRATION: CWS tune05 (1.26.256); FILE MERGED 2004/07/23 17:04:21 mhu 1.26.256.2: RESYNC: (1.26-1.28); FILE MERGED 2004/07/22 08:13:12 cmc 1.26.256.1: #i30554# SwNavigationPI::IsInDrag unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ff2d0dc2ac40121837d00d394ea6a725543f85c6]

        INTEGRATION: CWS tune05 (1.32.54); FILE MERGED 2004/07/22 08:14:24 cmc 1.32.54.1: #i30554# NaviContentBookmark::HasFormat unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [54b260e6dc76dabe48f3251ce037a77a6082be30]

        INTEGRATION: CWS tune05 (1.70.68); FILE MERGED 2004/07/23 17:00:02 mhu 1.70.68.2: RESYNC: (1.70-1.72); FILE MERGED 2004/07/22 08:15:34 cmc 1.70.68.1: #i30554# SwView::PrepareGetSelection unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8fe9d9a0ffd4825bdceb88604b6df34d8b991f73]

        INTEGRATION: CWS tune05 (1.36.210); FILE MERGED 2004/07/22 08:20:25 cmc 1.36.210.3: #i30554# unused ctor 2004/06/24 11:28:19 cmc 1.36.210.2: #i30554# lcl_SetFont unused (8+ years old apparently) 2004/06/23 12:57:45 cmc 1.36.210.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3fbc4377cf0ff8f845e969956f37c6ecfb528e4c]

        INTEGRATION: CWS tune05 (1.5.568); FILE MERGED 2004/07/22 08:17:22 cmc 1.5.568.1: #i30554# SwScrollbar::EnableThumbPos unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [76bf38fcad8122ce176314c1f7ec39fed8796cc2]

        INTEGRATION: CWS tune05 (1.49.100); FILE MERGED 2004/07/21 15:44:10 cmc 1.49.100.1: #i30554# remove unused methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3313f125b3b532aea230850c5b2cee58e54d8f7d]

        INTEGRATION: CWS tune05 (1.5.68); FILE MERGED 2004/07/21 15:34:45 cmc 1.5.68.1: #i30554# remove commented out code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b56db92926258fc02bddc4179da3cb491b6f2e23]

        INTEGRATION: CWS tune05 (1.13.54); FILE MERGED 2004/07/22 08:18:19 cmc 1.13.54.1: #i30554# SwFrameShell::GetBckColState unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [23e292b96ca4d3ef0055b49d0f992462497a282b]

        INTEGRATION: CWS tune05 (1.52.48); FILE MERGED 2004/07/23 16:54:35 mhu 1.52.48.2: RESYNC: (1.52-1.54); FILE MERGED 2004/06/29 10:04:54 cmc 1.52.48.1: #i30554# DisableAllItems no longer used

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [435c817b604e30a549c53f6fa0b6f119a691987a]

        INTEGRATION: CWS tune05 (1.21.64); FILE MERGED 2004/07/23 16:54:02 mhu 1.21.64.2: RESYNC: (1.21-1.23); FILE MERGED 2004/07/21 15:41:11 cmc 1.21.64.1: #i30554# remove commented out code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1872b1525eae9a57cabfb6fe8892e05854b81875]

        INTEGRATION: CWS tune05 (1.23.68); FILE MERGED 2004/06/24 11:26:41 cmc 1.23.68.1: #i30554# lcl_AdjustToPos unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [be7e0c29fa6d31e903d4f2dc7669642d61839098]

        INTEGRATION: CWS tune05 (1.14.256); FILE MERGED 2004/07/22 08:42:14 cmc 1.14.256.1: #i30554# SwGlossaryGroupTLB::Clear unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ec2b291d8a5f56fa158f81b93d9ccdd07b68cd14]

        INTEGRATION: CWS tune05 (1.7.238); FILE MERGED 2004/07/22 07:58:03 cmc 1.7.238.1: #i30554# BookmarkCombo::GetSelectEntry unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a55aaf21e34bc6da345e149c1a6a1785306a9b56]

        INTEGRATION: CWS tune05 (1.58.52); FILE MERGED 2004/07/23 16:47:16 mhu 1.58.52.2: RESYNC: (1.58-1.59); FILE MERGED 2004/07/21 15:14:11 cmc 1.58.52.1: #i30554# remove commented out code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1c7da0cb8f382924fd12cddde6132dcb72f01708]

        INTEGRATION: CWS tune05 (1.18.10); FILE MERGED 2004/07/23 16:47:08 mhu 1.18.10.3: RESYNC: (1.18-1.19); FILE MERGED 2004/07/22 11:14:54 cmc 1.18.10.2: #i30554# unused SwWrtShell::SetURLToButton 2004/07/19 15:40:43 cmc 1.18.10.1: #i30554# unused Basic related stuff

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [edee92af972755bc5fd040daff6ff6f4301fb156]

        INTEGRATION: CWS tune05 (1.22.64); FILE MERGED 2004/07/22 08:15:06 cmc 1.22.64.1: #i30554# SwView::PrepareGetSelection unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f195311a97fa968c0166f96e79b2b4f2f5f5f67e]

        INTEGRATION: CWS tune05 (1.6.734); FILE MERGED 2004/06/29 09:56:33 cmc 1.6.734.1: #i30554# ConvertMacroFormat no longer used

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f7f665376178cd3b352eea30f147a0136600be95]

        INTEGRATION: CWS tune05 (1.2.776); FILE MERGED 2004/07/19 12:52:44 cmc 1.2.776.1: #i30554# GetRules(String varient unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [511048a4601640c64e6233adea8c815c7cee6bbe]

        INTEGRATION: CWS tune05 (1.3.764); FILE MERGED 2004/07/21 15:31:42 cmc 1.3.764.1: #i30554# unused ctor

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6bfab12e131c09ee93cfdd0fec3f558911b2b444]

        INTEGRATION: CWS tune05 (1.3.736); FILE MERGED 2004/06/23 13:01:47 cmc 1.3.736.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3b59729cc3eb13f0ef3b38258dc5e21b4ce0e502]

        INTEGRATION: CWS tune05 (1.2.68); FILE MERGED 2004/07/20 15:55:50 cmc 1.2.68.1: #i30554# unused SvStrDtorItem class (ran it by os)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [68633d781cb66de64b0fa36da155bb972c17a6b3]

        INTEGRATION: CWS tune05 (1.2.68); FILE MERGED 2004/07/21 15:32:56 cmc 1.2.68.1: #i30554# remove new newline warnings

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c8d20c9f2107e5779b71117245191a2c7b4a5a3b]

        INTEGRATION: CWS tune05 (1.2.68); FILE MERGED 2004/07/21 15:32:57 cmc 1.2.68.1: #i30554# remove new newline warnings

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4bdaa378858249d6ac307def3d76feb644b3c127]

        INTEGRATION: CWS tune05 (1.1.1.1.776); FILE MERGED 2004/07/21 14:56:34 cmc 1.1.1.1.776.1: #i30554# redundant SwComboBox:: methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1181ef4e216ccafb9ecd8e17551fc03d30efe44f]

        INTEGRATION: CWS tune05 (1.3.638); FILE MERGED 2004/07/22 08:20:02 cmc 1.3.638.1: #i30554# unused ctor

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [480891386f558b6b820a5d03540d98535b1655dd]

        INTEGRATION: CWS tune05 (1.3.734); FILE MERGED 2004/07/22 08:21:08 cmc 1.3.734.1: #i30554# SwSrcEditWindow::SyntaxColorsChanged unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d8146e4daf3570c9da2574b5f26b80d20f54dd69]

        INTEGRATION: CWS tune05 (1.1.1.1.776); FILE MERGED 2004/07/22 08:16:13 cmc 1.1.1.1.776.1: #i30554# SwScrollbar::EnableThumbPos unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5eecdfdcf8dc283cf061725d8f14e4a85d8b3e21]

        INTEGRATION: CWS tune05 (1.15.100); FILE MERGED 2004/07/21 15:43:09 cmc 1.15.100.1: #i30554# remove unused methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [047caf67d18a97f5d13154c8dbacae76a2bb22fa]

        INTEGRATION: CWS tune05 (1.3.320); FILE MERGED 2004/07/21 13:29:11 cmc 1.3.320.1: #i30554# NumFormatListBox::GetFormatStr unused (returns nothing anyway)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e96efccc5160e9302e6ee622496b2c1ecaa65ca5]

        INTEGRATION: CWS tune05 (1.9.740); FILE MERGED 2004/07/23 16:44:20 mhu 1.9.740.2: RESYNC: (1.9-1.10); FILE MERGED 2004/07/22 08:12:46 cmc 1.9.740.1: #i30554# SwNavigationPI::IsInDrag unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [be93aace3bb2330c55071af12236b05065013f85]

        INTEGRATION: CWS tune05 (1.2.764); FILE MERGED 2004/07/22 08:13:50 cmc 1.2.764.1: #i30554# NaviContentBookmark::HasFormat unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [101763d5964f10dec3db2461738c6baff3d03290]

        INTEGRATION: CWS tune05 (1.3.764); FILE MERGED 2004/07/21 11:28:54 cmc 1.3.764.1: #i30554# basic SwGlossaryHdl varients no longer in use

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4b8098bcff02e98b3b1838a73afa81bae78658ae]

        INTEGRATION: CWS tune05 (1.2.762); FILE MERGED 2004/07/22 08:42:02 cmc 1.2.762.1: #i30554# SwGlossaryGroupTLB::Clear unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c3b25a68dcb9e1c1ae15146bf9ae44ae9bf0a048]

        INTEGRATION: CWS tune05 (1.2.754); FILE MERGED 2004/07/22 08:18:05 cmc 1.2.754.1: #i30554# SwFrameShell::GetBckColState unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [04e891c6915981e12dcbfb37fef290a44da7c01a]

        INTEGRATION: CWS tune05 (1.5.54); FILE MERGED 2004/07/23 16:43:25 mhu 1.5.54.3: RESYNC: (1.5-1.6); FILE MERGED 2004/07/22 08:54:32 cmc 1.5.54.2: #i30554# unused SwFlyFrmAttrMgr methods 2004/06/25 12:21:53 cmc 1.5.54.1: #i30554# SwFlyFrmAttrMgr::SetFrmSize unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9634273b00ac5fde97a4cbf053f48ae6290a0c07]

        INTEGRATION: CWS tune05 (1.9.54); FILE MERGED 2004/07/23 16:43:18 mhu 1.9.54.2: RESYNC: (1.9-1.10); FILE MERGED 2004/07/22 09:09:33 cmc 1.9.54.1: #i30554# unused l methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8fd6d9ebf2d9d3bed09a7a4b9d0c3f60da28b291]

        INTEGRATION: CWS tune05 (1.7.256); FILE MERGED 2004/07/22 08:57:54 cmc 1.7.256.1: #i30554# unused SwDBTreeList::Show

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ff34c4ade6eef7965c511425d4592d2288a93f5b]

        INTEGRATION: CWS tune05 (1.3.738); FILE MERGED 2004/07/22 07:57:39 cmc 1.3.738.1: #i30554# BookmarkCombo::GetSelectEntry unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [513b342d3d271d66ca6b77195b91fddeee2462a1]

        INTEGRATION: CWS tune05 (1.7.48); FILE MERGED 2004/06/29 10:04:47 cmc 1.7.48.1: #i30554# DisableAllItems no longer used

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4ad5dcf1d337c08e63ea97246915bda5d31ae4c1]

        INTEGRATION: CWS tune05 (1.41.54); FILE MERGED 2004/07/23 16:40:17 mhu 1.41.54.2: RESYNC: (1.41-1.43); FILE MERGED 2004/06/24 11:26:11 cmc 1.41.54.1: #i30554# lcl_GetTwipValue lcl_SetTwipValue unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1144bdf01db17b7f8ecf181b0f4ae2adde872b94]

        INTEGRATION: CWS tune05 (1.11.54); FILE MERGED 2004/07/23 16:40:08 mhu 1.11.54.3: RESYNC: (1.11-1.12); FILE MERGED 2004/07/22 08:54:55 cmc 1.11.54.2: #i30554# unused SwFlyFrmAttrMgr methods 2004/06/25 12:21:52 cmc 1.11.54.1: #i30554# SwFlyFrmAttrMgr::SetFrmSize unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8b13ed2ff7d4bfd25a56d4faf8629f5a4fd2caff]

        INTEGRATION: CWS tune05 (1.7.568); FILE MERGED 2004/07/22 07:59:02 cmc 1.7.568.1: #i30554# remove warning

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d8482d208d64022d18f416c9947793b28b6b5e41]

        INTEGRATION: CWS tune05 (1.34.52); FILE MERGED 2004/07/23 16:36:26 mhu 1.34.52.2: RESYNC: (1.34-1.35); FILE MERGED 2004/07/22 09:10:45 cmc 1.34.52.1: #i30554# unused SwFldMgr methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7f4ebb091f529258f99b748be2bcbb6cb426d34a]

        INTEGRATION: CWS tune05 (1.13.268); FILE MERGED 2004/07/22 08:21:23 cmc 1.13.268.2: #i30554# SwSrcEditWindow::SyntaxColorsChanged unused 2004/06/24 11:23:46 cmc 1.13.268.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [15c132e79386472c34dbf04876d163ad2b5c29a4]

        INTEGRATION: CWS tune05 (1.14.552); FILE MERGED 2004/07/23 16:33:09 mhu 1.14.552.2: RESYNC: (1.14-1.16); FILE MERGED 2004/06/24 11:23:26 cmc 1.14.552.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2f7035cd74e54b06ae41363d391334c9723fa0c6]

        INTEGRATION: CWS tune05 (1.7.112); FILE MERGED 2004/07/09 07:43:27 cmc 1.7.112.1: #i30554# remove unused JavaScriptScrollMDI

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5a7b7e8cc5c8b2ea1e4841b570778ed2cc0e771b]

        INTEGRATION: CWS tune05 (1.10.170); FILE MERGED 2004/07/23 16:32:50 mhu 1.10.170.2: RESYNC: (1.10-1.11); FILE MERGED 2004/06/24 11:23:06 cmc 1.10.170.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e1055fa92c9dd1b0a31dff3937f832507a10bfba]

        INTEGRATION: CWS tune05 (1.87.10); FILE MERGED 2004/07/23 16:32:43 mhu 1.87.10.2: RESYNC: (1.87-1.91); FILE MERGED 2004/07/21 15:15:40 cmc 1.87.10.1: #i30554# remove warning

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [da7816dfbd8d58720cf3e8ed9e9283d33891a770]

        INTEGRATION: CWS tune05 (1.16.68); FILE MERGED 2004/07/21 11:28:26 cmc 1.16.68.1: #i30554# basic SwGlossaryHdl varients no longer in use

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [38c936c59a31ffb7218da0dd55569a15b2a0c45e]

        INTEGRATION: CWS tune05 (1.2.68); FILE MERGED 2004/07/23 16:30:39 mhu 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/25 08:55:41 cmc 1.2.68.1: #i30554# lcl_GetRegion unused now

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [bb8259de63247db14cbc759c25cd41f0d980e723]

        INTEGRATION: CWS tune05 (1.2.68); FILE MERGED 2004/07/12 10:45:21 cmc 1.2.68.1: #i30554# remove unused SvStrDtorItem

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a57a8e568c36891cface601bc0cba0fbbc189aef]

        INTEGRATION: CWS tune05 (1.19.256); FILE MERGED 2004/07/22 08:57:36 cmc 1.19.256.1: #i30554# unused SwDBTreeList::Show

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5648700c7eb89137e40bcb6fe9025de995d5d34d]

        INTEGRATION: CWS tune05 (1.76.64); FILE MERGED 2004/06/24 11:21:40 cmc 1.76.64.1: #i30554# lcl_ExtractMembers unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ccb70e7787281300990f54ab1033de087c10f209]

        INTEGRATION: CWS tune05 (1.45.54); FILE MERGED 2004/07/22 09:00:47 cmc 1.45.54.1: #i30554# unused _DB_ColumnConfigData::IsEqualDB

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7f9813410259232e836cf4966a7e7080078426b1]

        INTEGRATION: CWS tune05 (1.21.100); FILE MERGED 2004/07/22 11:09:49 cmc 1.21.100.3: #i30554# unused methods 2004/06/25 12:57:17 cmc 1.21.100.2: #i30554# actually SwPxlToTwips is not used at all ifdef VERTICAL_LAYOUT 2004/06/25 12:19:31 cmc 1.21.100.1: #i30554# SwPxlToTwips::DrawLine is not #ifndef VERTICAL_LAYOUT only

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e05ee62c59cd353cd3a07040544153a095511eed]

        INTEGRATION: CWS tune05 (1.8.568); FILE MERGED 2004/07/19 12:52:59 cmc 1.8.568.1: #i30554# GetRules(String varient unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ea61e2bff05f5de28349e8d5e0319b9eb86c75aa]

        INTEGRATION: CWS tune05 (1.40.68); FILE MERGED 2004/06/24 11:21:01 cmc 1.40.68.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c02c188669b0657e9f9e20352cc9d4eb4c0d7937]

        INTEGRATION: CWS tune05 (1.3.568); FILE MERGED 2004/07/21 14:56:20 cmc 1.3.568.1: #i30554# redundant SwComboBox:: methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [534cfde57b1cc7cbfbddd12ceb21692cdd4d1827]

        INTEGRATION: CWS tune05 (1.2.568); FILE MERGED 2004/07/23 13:58:57 cmc 1.2.568.2: #i30554# unused file 2004/07/21 15:36:51 cmc 1.2.568.1: #i30554# remove unused file

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3f1515707bbdc79b00e34abf4d0838e97c55cda3]

        INTEGRATION: CWS tune05 (1.26.74); FILE MERGED 2004/07/22 09:17:58 cmc 1.26.74.2: #i30554# unused SwModule methods 2004/07/21 15:50:14 cmc 1.26.74.1: #i30554# SwXDispatchStatusListener unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [23192271b84fe3312bd31a9602c2c52a388d925b]

        INTEGRATION: CWS tune05 (1.5.238); FILE MERGED 2004/06/24 11:20:40 cmc 1.5.238.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0a210ae549e05500caca1189fa8e060ee3c58545]

        INTEGRATION: CWS tune05 (1.35.54); FILE MERGED 2004/07/23 16:25:07 mhu 1.35.54.2: RESYNC: (1.35-1.36); FILE MERGED 2004/07/22 09:39:37 cmc 1.35.54.1: #i30554# unused SwDocShell::EmbedAllLinks

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2155d667990daccd193d86a81f3302f82bcfc045]

        INTEGRATION: CWS tune05 (1.21.68); FILE MERGED 2004/07/21 15:50:54 cmc 1.21.68.1: #i30554# remove commented out code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [aebe408c5d02e8e1a4b9658cc019680453b6a169]

        INTEGRATION: CWS tune05 (1.3.752); FILE MERGED 2004/07/23 16:22:13 mhu 1.3.752.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/22 08:01:02 cmc 1.3.752.1: #i30554# SvXMLExportItemMapper::exportXML varients unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [bd460bb0386b37c0c6afbcd120d86e95604665f0]

        INTEGRATION: CWS tune05 (1.8.52); FILE MERGED 2004/07/23 16:21:53 mhu 1.8.52.2: RESYNC: (1.8-1.10); FILE MERGED 2004/07/22 08:01:02 cmc 1.8.52.1: #i30554# SvXMLExportItemMapper::exportXML varients unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [137abd75a890ef9edeb4410782cb9dc7b978d5b3]

        INTEGRATION: CWS tune05 (1.109.86); FILE MERGED 2004/07/23 16:20:05 mhu 1.109.86.3: RESYNC: (1.109-1.110); FILE MERGED 2004/07/23 11:42:18 cmc 1.109.86.2: #i30554# we'll leave operators alone, want to encourage that sort of thing 2004/06/25 12:16:10 cmc 1.109.86.1: #i30554# don't need my own comparison operator

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f9bd6a8386f42520c7642b6b082dfbb443977657]

        INTEGRATION: CWS tune05 (1.153.52); FILE MERGED 2004/07/23 16:19:55 mhu 1.153.52.2: RESYNC: (1.153-1.154); FILE MERGED 2004/06/24 11:20:11 cmc 1.153.52.1: #i30554# lcl_HasExplicitLeft unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3c4c7d8b97dfd98a7b64ee66ff90f461fe893e41]

        INTEGRATION: CWS tune05 (1.80.54); FILE MERGED 2004/06/24 20:06:30 cmc 1.80.54.2: #i30554# compile my own nastiness 2004/06/24 11:19:44 cmc 1.80.54.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c8d76cc31653f53e2b7497d84fafd621783cd200]

        INTEGRATION: CWS tune05 (1.128.54); FILE MERGED 2004/06/25 13:32:05 cmc 1.128.54.3: #i30554# SwWW8Writer::empty_charpropstart unused 2004/06/25 12:48:53 cmc 1.128.54.2: #i30554# I'm not using SwWW8ImplReader::GetNoninlineNodeAttribs anymore 2004/06/24 11:19:43 cmc 1.128.54.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d5a70deaf855219816a7ac986fda2b0e8724992c]

        INTEGRATION: CWS tune05 (1.136.54); FILE MERGED 2004/07/21 15:17:05 cmc 1.136.54.2: #i30554# remove warning 2004/06/25 12:48:53 cmc 1.136.54.1: #i30554# I'm not using SwWW8ImplReader::GetNoninlineNodeAttribs anymore

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e146a6bd5457b996be85b8cac6c5f33c6fbbabb9]

        INTEGRATION: CWS tune05 (1.117.52); FILE MERGED 2004/07/23 16:19:10 mhu 1.117.52.3: RESYNC: (1.117-1.120); FILE MERGED 2004/06/25 13:32:04 cmc 1.117.52.2: #i30554# SwWW8Writer::empty_charpropstart unused 2004/06/25 12:48:52 cmc 1.117.52.1: #i30554# I'm not using SwWW8ImplReader::GetNoninlineNodeAttribs anymore

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [897b9c3c2e6a59db176cf2b6ede56debbdabfe41]

        INTEGRATION: CWS tune05 (1.59.88); FILE MERGED 2004/06/25 13:32:04 cmc 1.59.88.1: #i30554# SwWW8Writer::empty_charpropstart unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9a2db4b161dd650f9ecb16415ad36164aae7f8cc]

        INTEGRATION: CWS tune05 (1.69.54); FILE MERGED 2004/07/23 16:18:14 mhu 1.69.54.2: RESYNC: (1.69-1.70); FILE MERGED 2004/06/25 13:32:03 cmc 1.69.54.1: #i30554# SwWW8Writer::empty_charpropstart unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [432b205a6c2356905851974308aaac6a3a574871]

        INTEGRATION: CWS tune05 (1.76.54); FILE MERGED 2004/07/23 16:18:02 mhu 1.76.54.2: RESYNC: (1.76-1.77); FILE MERGED 2004/06/24 11:01:12 cmc 1.76.54.1: #i30554# lcl_IsFlyInFlyHere unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [50e48096eea9e29f839e947c3ed15e9358c8a228]

        INTEGRATION: CWS tune05 (1.9.54); FILE MERGED 2004/06/29 10:10:15 cmc 1.9.54.1: #i30554# sw::ms::rtl_TextEncodingToWinCharsetAndBack no longer used

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0a63d01fe4474dff6d425cbf9b5a494b4388c22b]

        INTEGRATION: CWS tune05 (1.6.232); FILE MERGED 2004/06/25 12:44:07 cmc 1.6.232.1: #i30554# Ww1Manager::NextHasTtp unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e155aa3651bf5167da8cbe15b4c26c7b5fdcdcdf]

        INTEGRATION: CWS tune05 (1.5.232); FILE MERGED 2004/06/29 10:29:19 cmc 1.5.232.4: #i30554# Ww1FkpChp::Fill now unused 2004/06/29 10:27:34 cmc 1.5.232.3: #i30554# Ww1Pap::NextHas now unused 2004/06/25 12:54:50 cmc 1.5.232.2: #i30554# 5 arg varient of Ww1FkpPap::Fill unused 2004/06/25 12:44:06 cmc 1.5.232.1: #i30554# Ww1Manager::NextHasTtp unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4a0a57b6da9a1736e1400442641256923acd14d6]

        INTEGRATION: CWS tune05 (1.6.232); FILE MERGED 2004/06/29 10:29:19 cmc 1.6.232.4: #i30554# Ww1FkpChp::Fill now unused 2004/06/29 10:27:34 cmc 1.6.232.3: #i30554# Ww1Pap::NextHas now unused 2004/06/25 12:54:50 cmc 1.6.232.2: #i30554# 5 arg varient of Ww1FkpPap::Fill unused 2004/06/25 12:44:06 cmc 1.6.232.1: #i30554# Ww1Manager::NextHasTtp unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a11aa0da3282e6c3e634c9ef57fccddf200c7985]

        INTEGRATION: CWS tune05 (1.15.54); FILE MERGED 2004/07/20 17:15:57 cmc 1.15.54.4: #i30554# SwFltEndStack::SetBookRef isn't being used anymore 2004/06/25 13:30:28 cmc 1.15.54.3: #i30554# SwFltControlStack::MoveAttrsToNextNode and SwFltControlStack::IsAttrOpen unused, which is good as they're totally broken 2004/06/25 12:38:06 cmc 1.15.54.2: #i30554# some SwFltShell::foo unused 2004/06/24 08:42:31 cmc 1.15.54.1: #i30554# SwFltControlStack::GetOpenStackAttr not used in filters anymore

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [331665f830ecf417c9afb904e75fb43cd565f2d0]

        INTEGRATION: CWS tune05 (1.25.52); FILE MERGED 2004/07/21 07:58:43 cmc 1.25.52.1: #i30554# multichar char const should be str

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a7e75f82e1c98eae0493e19fe41c95121c004c99]

        INTEGRATION: CWS tune05 (1.17.76); FILE MERGED 2004/06/25 12:06:22 cmc 1.17.76.1: #i30554# rtf _MakeNewPageDesc is unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4e0d761ea989444c06d762ab8ab65763fc9da2b6]

        INTEGRATION: CWS tune05 (1.41.54); FILE MERGED 2004/06/25 12:06:21 cmc 1.41.54.4: #i30554# rtf _MakeNewPageDesc is unused 2004/06/25 11:18:53 cmc 1.41.54.3: #i30554# GetCurrentPageDesc unused 2004/06/25 10:32:37 cmc 1.41.54.2: #i30554# lcl_CompareRTFPageDesc unused 2004/06/23 12:20:18 cmc 1.41.54.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7d3b3e7bfe1687c89aa90eb620838577646289c0]

        INTEGRATION: CWS tune05 (1.49.54); FILE MERGED 2004/06/23 12:20:18 cmc 1.49.54.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1d4df6e7db34883fe16028fec64437d7ca863d76]

        INTEGRATION: CWS tune05 (1.7.88); FILE MERGED 2004/06/29 10:10:14 cmc 1.7.88.1: #i30554# sw::ms::rtl_TextEncodingToWinCharsetAndBack no longer used

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a1ae1a7ec21ea6d896bf5dd0cfd52535506c622f]

        INTEGRATION: CWS tune05 (1.10.88); FILE MERGED 2004/07/20 17:15:56 cmc 1.10.88.5: #i30554# SwFltEndStack::SetBookRef isn't being used anymore 2004/06/25 13:30:27 cmc 1.10.88.4: #i30554# SwFltControlStack::MoveAttrsToNextNode and SwFltControlStack::IsAttrOpen unused, which is good as they're totally broken 2004/06/25 13:27:48 cmc 1.10.88.3: #i30554# SwFltControlStack::MoveAttrsToNextNode unused, which is good as its totally broken 2004/06/25 12:38:06 cmc 1.10.88.2: #i30554# some SwFltShell::foo unused 2004/06/24 08:42:31 cmc 1.10.88.1: #i30554# SwFltControlStack::GetOpenStackAttr not used in filters anymore

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1f203c4c893ef2be934f7dcbbcf28a2599611773]

        INTEGRATION: CWS tune05 (1.1.1.1.776); FILE MERGED 2004/06/23 12:21:29 cmc 1.1.1.1.776.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6010060a6684c8c87831568e8d3fd75a8e68d7ac]

        INTEGRATION: CWS tune05 (1.9.568); FILE MERGED 2004/06/23 12:23:40 cmc 1.9.568.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f4a14ba0ee61b59c25d682d8d309a47645a46bcd]

        INTEGRATION: CWS tune05 (1.8.100); FILE MERGED 2004/07/20 10:34:59 cmc 1.8.100.1: #i30554# employ more SOLAR_JAVA to put dependant bits together

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [267902eea1199f5780daa50577d2ada4160fe35b]

        INTEGRATION: CWS tune05 (1.29.100); FILE MERGED 2004/06/23 12:23:39 cmc 1.29.100.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [03261086f73b697eb4607dfb68c1c1c57ded5907]

        INTEGRATION: CWS tune05 (1.11.76); FILE MERGED 2004/07/20 10:34:59 cmc 1.11.76.1: #i30554# employ more SOLAR_JAVA to put dependant bits together

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5d2ea869dee07e5ae70c106ea4d5be3925956356]

        INTEGRATION: CWS tune05 (1.16.298); FILE MERGED 2004/07/20 10:34:58 cmc 1.16.298.1: #i30554# employ more SOLAR_JAVA to put dependant bits together

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [19d4395e18464921ebfbe0f1857a2264e6ae9a43]

        INTEGRATION: CWS tune05 (1.13.54); FILE MERGED 2004/07/20 10:34:58 cmc 1.13.54.2: #i30554# employ more SOLAR_JAVA to put dependant bits together 2004/06/23 12:23:39 cmc 1.13.54.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [cae66b3896fc743b943b4fa7cd2b532b88037ef3]

        INTEGRATION: CWS tune05 (1.24.54); FILE MERGED 2004/06/23 13:02:59 cmc 1.24.54.2: #i30554# remove unused code inside #ifdef USED guards 2004/06/23 12:23:39 cmc 1.24.54.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [126759a81a6c1a448ed53c53dae7d544b62c58f2]

        INTEGRATION: CWS tune05 (1.4.736); FILE MERGED 2004/07/20 10:34:58 cmc 1.4.736.1: #i30554# employ more SOLAR_JAVA to put dependant bits together

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a914a0cd09fa258964e1ba1ba3f4d941379de27e]

        INTEGRATION: CWS tune05 (1.26.54); FILE MERGED 2004/07/19 16:00:07 cmc 1.26.54.1: #i30554# unused ctor

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [678487d69d2b5db2058001864b5fce983bd15c55]

        INTEGRATION: CWS tune05 (1.4.232); FILE MERGED 2004/07/21 16:09:38 cmc 1.4.232.1: #i30554# SwDocFac::Count unused after 10 years

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [468b2f89dd022b128851e359c46bcb61183aa3da]

        INTEGRATION: CWS tune05 (1.51.64); FILE MERGED 2004/07/22 11:11:17 cmc 1.51.64.1: #i30554# unused methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [03fba9c6882e04442e4c1cadc7b14db5421a1324]

        INTEGRATION: CWS tune05 (1.23.484); FILE MERGED 2004/07/22 11:00:47 cmc 1.23.484.1: #i30554# unused SwViewImp::InvalidateAccessibleOpaqueState

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [36b226ee758f3f90e688a135bbb2b30f00349167]

        INTEGRATION: CWS tune05 (1.11.254); FILE MERGED 2004/07/23 16:16:30 mhu 1.11.254.2: RESYNC: (1.11-1.12); FILE MERGED 2004/06/24 10:52:25 cmc 1.11.254.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9dbf4d48ce7e2540c527045d4d58f50d6ef2e09f]

        INTEGRATION: CWS tune05 (1.6.100); FILE MERGED 2004/07/22 08:59:43 cmc 1.6.100.1: #i30554# unused SwPagePreviewLayout::GetWinPageNumOfPage

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [afb246c07265790e5329bb0f20250d97e2aa47e8]

        INTEGRATION: CWS tune05 (1.86.46); FILE MERGED 2004/07/23 16:16:05 mhu 1.86.46.2: RESYNC: (1.86-1.87); FILE MERGED 2004/07/22 11:24:43 cmc 1.86.46.1: #i30554# unused ctors

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [91a3be924ea290d36a63ec7324d95d904e2495fa]

        INTEGRATION: CWS tune05 (1.55.52); FILE MERGED 2004/07/22 09:20:02 cmc 1.55.52.1: #i30554# unused SwXPageStyle::GetStartNode

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a16a2fcd0f377e386f807500c26eb8c754ec896c]

        INTEGRATION: CWS tune05 (1.37.52); FILE MERGED 2004/07/22 11:24:42 cmc 1.37.52.1: #i30554# unused ctors

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a397a85103176c8be96ab71af3ad9f80ffd2123c]

        INTEGRATION: CWS tune05 (1.24.568); FILE MERGED 2004/06/24 10:51:58 cmc 1.24.568.1: #i30554# comment out lcl_s that are only used is commentedout code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5382b6e36e8a93459b9ea6addef4d5b1075a3183]

        INTEGRATION: CWS tune05 (1.44.46); FILE MERGED 2004/07/22 11:24:42 cmc 1.44.46.1: #i30554# unused ctors

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e5462f2d5b235bd1f1ca47fb3100e689e949e547]

        INTEGRATION: CWS tune05 (1.76.136); FILE MERGED 2004/07/23 16:15:41 mhu 1.76.136.3: RESYNC: (1.76-1.77); FILE MERGED 2004/07/22 11:24:41 cmc 1.76.136.2: #i30554# unused ctors 2004/06/25 09:38:25 cmc 1.76.136.1: #i30554# lcl_Append unused now (6+ years old)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0a5fcc955199e69172e80a17f338d85a3ec87d77]

        INTEGRATION: CWS tune05 (1.86.50); FILE MERGED 2004/07/23 16:15:10 mhu 1.86.50.2: RESYNC: (1.86-1.88); FILE MERGED 2004/07/22 11:24:41 cmc 1.86.50.1: #i30554# unused ctors

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [33ca80716dac4336f397611d62800b05aa6428a6]

        INTEGRATION: CWS tune05 (1.23.488); FILE MERGED 2004/07/22 09:21:08 cmc 1.23.488.1: #i30554# unused SwXFrames methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [faaa5927643f8d336d1cab78403104782cf4a9e5]

        INTEGRATION: CWS tune05 (1.2.602); FILE MERGED 2004/07/20 15:53:52 cmc 1.2.602.1: #i30554# unused UCB_IsFile

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3e5f73083012e738ab2a91384c7d404d6e097af6]

        INTEGRATION: CWS tune05 (1.7.568); FILE MERGED 2004/07/22 11:06:28 cmc 1.7.568.1: #i30554# unused SwUndoChgSectPsswd class

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [42f95a9962fe94b4431b35993a55e42ff35d1952]

        INTEGRATION: CWS tune05 (1.9.54); FILE MERGED 2004/07/21 13:40:22 cmc 1.9.54.1: #i30554# unused varients

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [eb2a6b3363836e0c4294989428819215ae4d1dd1]

        INTEGRATION: CWS tune05 (1.3.54); FILE MERGED 2004/07/22 10:48:23 cmc 1.3.54.3: #i30554# unused SwUndoField::RestoreFieldType 2004/06/25 08:59:36 cmc 1.3.54.2: #i30554# lcl_AddDBFieldTypeRef unused now 2004/06/25 08:59:07 cmc 1.3.54.1: #i30554# lcl_ReleaseDBFieldTypeRef unused now

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0e002aab764fc19313182684317d942fe9ee400e]

        INTEGRATION: CWS tune05 (1.3.54); FILE MERGED 2004/07/22 10:46:49 cmc 1.3.54.1: #i30554# unused SwRewriter methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [842bc28b1bd77fc24f255c92118af3cbf1ac8117]

        INTEGRATION: CWS tune05 (1.34.170); FILE MERGED 2004/07/22 09:49:58 cmc 1.34.170.1: #i30554# unused SwTxtNode::IsInSymbolFont

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4547254ab20d8fe545fa9bad36704b26dd9ff74a]

        INTEGRATION: CWS tune05 (1.49.170); FILE MERGED 2004/07/22 08:27:13 cmc 1.49.170.2: #i30554# SwFont::XChgBackColor unused 2004/07/21 07:23:34 cmc 1.49.170.1: #i30554# SwFont::GetGuessLeading now unused (checked with fme)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [683cb5e87a67edeb1a1d3d1c2e0874e17f54acbc]

        INTEGRATION: CWS tune05 (1.32.10); FILE MERGED 2004/07/23 16:13:08 mhu 1.32.10.2: RESYNC: (1.32-1.34); FILE MERGED 2004/07/20 15:47:30 cmc 1.32.10.1: #i30554# unused IsOutlineNum (ran it by hb)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [816e511df3dad179e14891e304e20c42eea2b5f1]

        INTEGRATION: CWS tune05 (1.4.256); FILE MERGED 2004/06/24 10:50:03 cmc 1.4.256.2: #i30554# make lcl_foos static to emphasis their lclness 2004/06/23 12:38:59 cmc 1.4.256.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9e09a20b96dac436d3996e589a98d07e06bdfa50]

        INTEGRATION: CWS tune05 (1.76.264); FILE MERGED 2004/06/24 10:44:04 cmc 1.76.264.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f8d60478689a6663c7b654c1ea78ee3b4a72b7de]

        INTEGRATION: CWS tune05 (1.6.564); FILE MERGED 2004/07/21 15:56:01 cmc 1.6.564.1: #i30554# GetLocaleList only usage in cnttab.cxx is gone

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2e0a2926c4932c3367b7bd422190fef2a80b53ce]

        INTEGRATION: CWS tune05 (1.9.54); FILE MERGED 2004/07/22 08:09:24 cmc 1.9.54.6: #i30554# SwTOXBase::HasAnyStyleNames unused 2004/06/25 12:50:20 cmc 1.9.54.5: #i30554# SwFormTokensHelper::GetPatternString unused 2004/06/25 11:35:32 cmc 1.9.54.4: #i30554# yes, SwForm::SetFirstTabPosFlag is obsolete 2004/06/25 10:49:38 cmc 1.9.54.3: #i30554# lcl_GetPattern now unused 2004/06/25 10:32:05 cmc 1.9.54.2: #i30554# lcl_FindTabToken unused 2004/06/25 10:31:14 cmc 1.9.54.1: #i30554# llcl_GetPatternCount unused now (5+ years old)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [053873801481784491a3fc38928a998fc2004994]

        INTEGRATION: CWS tune05 (1.5.568); FILE MERGED 2004/07/22 10:53:48 cmc 1.5.568.1: #i30554# unused SwWrongList methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4802b96b86cb7fa959cb13fdbc986dd42dbf9d5e]

        INTEGRATION: CWS tune05 (1.15.76); FILE MERGED 2004/06/23 12:45:54 cmc 1.15.76.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b9a67fa163a022397e7f3151b8878f9a39d64dae]

        INTEGRATION: CWS tune05 (1.9.264); FILE MERGED 2004/06/23 12:45:54 cmc 1.9.264.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [354ed86cd41f1a5ffd7ba89987a6e433d9246895]

        INTEGRATION: CWS tune05 (1.38.140); FILE MERGED 2004/07/19 08:01:30 cmc 1.38.140.2: #i30554# SwTxtFrm::{Set|Get}ErgoSumNum unused 2004/06/23 12:45:53 cmc 1.38.140.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ebceab63d07b241d17ba04fff0f0346fa5d7b736]

        INTEGRATION: CWS tune05 (1.74.36); FILE MERGED 2004/07/23 16:12:54 mhu 1.74.36.2: RESYNC: (1.74-1.75); FILE MERGED 2004/06/23 12:45:53 cmc 1.74.36.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c698094aa3e93ac1e3b6c4c24519c34bb741e99d]

        INTEGRATION: CWS tune05 (1.44.66); FILE MERGED 2004/07/23 16:12:40 mhu 1.44.66.3: RESYNC: (1.44-1.45); FILE MERGED 2004/07/20 15:46:13 cmc 1.44.66.2: #i30554# unused IsFirstBullet (ran it by hb) 2004/06/23 12:45:53 cmc 1.44.66.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ef55920ef6310af4720ec4fbae279943157e44e6]

        INTEGRATION: CWS tune05 (1.20.250); FILE MERGED 2004/07/21 07:15:56 cmc 1.20.250.1: #i30554# bUseExtLeading redundant (checked with fme)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [85f979ae408718a992dcb50d0c8ded223a2198e2]

        INTEGRATION: CWS tune05 (1.5.740); FILE MERGED 2004/07/21 14:27:01 cmc 1.5.740.1: #i30554# SwTxtPortion::GetCrsrOfst varient unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [eec7ba0be3352fb3c911c06f40b26aa8ee06671f]

        INTEGRATION: CWS tune05 (1.35.118); FILE MERGED 2004/07/21 14:27:00 cmc 1.35.118.2: #i30554# SwTxtPortion::GetCrsrOfst varient unused 2004/06/23 12:45:52 cmc 1.35.118.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7060cd572620a72cd99307c57a4b9d408b056955]

        INTEGRATION: CWS tune05 (1.25.170); FILE MERGED 2004/07/23 16:00:44 mhu 1.25.170.2: RESYNC: (1.25-1.27); FILE MERGED 2004/07/22 08:04:36 cmc 1.25.170.1: #i30554# SwContact::GetCntntAnchorNode unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ca05b2e851719157cf6b89afa6b304b3fb3f221d]

        INTEGRATION: CWS tune05 (1.20.568); FILE MERGED 2004/06/23 12:45:52 cmc 1.20.568.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e37f17672dea4d008ad8b654adb7456d37aa7945]

        INTEGRATION: CWS tune05 (1.48.86); FILE MERGED 2004/07/23 16:12:20 mhu 1.48.86.2: RESYNC: (1.48-1.49); FILE MERGED 2004/07/20 16:05:05 cmc 1.48.86.1: #i30554# SwScriptInfo::CompType is debug only code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3b72b5173f59bc1c622fd6a7e42d3dae5685f13c]

        INTEGRATION: CWS tune05 (1.10.54); FILE MERGED 2004/07/22 10:40:46 cmc 1.10.54.1: #i30554# unused GetFrmFmt

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9d4b75fce17498a4463e0053f4410bb2532176d8]

        INTEGRATION: CWS tune05 (1.26.54); FILE MERGED 2004/08/03 14:23:53 cmc 1.26.54.4: Undo where I cut too deep 2004/07/23 16:12:12 mhu 1.26.54.3: RESYNC: (1.26-1.27); FILE MERGED 2004/07/22 10:40:59 cmc 1.26.54.2: #i30554# unused GetFrmFmt 2004/06/23 12:45:52 cmc 1.26.54.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [41a046a41227eeac2713d72475c18fea782b1ad6]

        INTEGRATION: CWS tune05 (1.36.264); FILE MERGED 2004/06/23 12:45:52 cmc 1.36.264.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [027dc421597909103e5bcce5912a623fca888e89]

        INTEGRATION: CWS tune05 (1.10.568); FILE MERGED 2004/06/23 12:49:06 cmc 1.10.568.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2471f5bd3185cb0829e57e3bea7cc444c0e2cc94]

        INTEGRATION: CWS tune05 (1.15.286); FILE MERGED 2004/06/29 09:01:28 cmc 1.15.286.1: #i30554# SwFontIter unused thesedays

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c47f619df1977ffff4b2689f23a03779f51ec49c]

        INTEGRATION: CWS tune05 (1.30.198); FILE MERGED 2004/06/29 09:01:28 cmc 1.30.198.1: #i30554# SwFontIter unused thesedays

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4ff5637c62869ef919777284a709f7b046efe5cb]

        INTEGRATION: CWS tune05 (1.42.170); FILE MERGED 2004/07/22 08:24:18 cmc 1.42.170.1: #i30554# a SwTxtSizeInfo::GetTxtBreak varient is unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e5e96f6ca48c78725c09d09a0772b026eabc4247]

        INTEGRATION: CWS tune05 (1.29.52); FILE MERGED 2004/07/23 16:00:06 mhu 1.29.52.3: RESYNC: (1.29-1.30); FILE MERGED 2004/07/22 10:35:38 cmc 1.29.52.2: #i30554# unused SwDoc methods 2004/06/24 08:50:25 cmc 1.29.52.1: #i30554# lcl_CheckAutoFmtId unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [89f80160dfdbf786f4f40266806f4d61e5380253]

        INTEGRATION: CWS tune05 (1.94.54); FILE MERGED 2004/07/22 08:24:18 cmc 1.94.54.2: #i30554# a SwTxtSizeInfo::GetTxtBreak varient is unused 2004/06/24 10:42:42 cmc 1.94.54.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [762cb2c8c9437a6285046f7c4a59269d9ccf2939]

        INTEGRATION: CWS tune05 (1.43.256); FILE MERGED 2004/06/23 12:45:51 cmc 1.43.256.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [94d3ce358679585c41b85eb139b74d4de6cec7e5]

        INTEGRATION: CWS tune05 (1.49.38); FILE MERGED 2004/07/23 18:21:56 mhu 1.49.38.3: RESYNC: (1.49-1.50); FILE MERGED 2004/06/24 08:44:33 cmc 1.49.38.2: #i30554# IsInProgress not referenced from frmform.cxx anymore 2004/06/23 12:45:51 cmc 1.49.38.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [65267dd03a4efe75c30e739af999867c4bba8c43]

        INTEGRATION: CWS tune05 (1.36.54); FILE MERGED 2004/06/23 12:45:51 cmc 1.36.54.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [089bee990a371876aaca5747c64136fec1b65536]

        INTEGRATION: CWS tune05 (1.16.568); FILE MERGED 2004/07/22 08:25:32 cmc 1.16.568.2: #i30554# SwTextBlocks::GetText unused 2004/07/21 07:44:11 cmc 1.16.568.1: #i30554# redundant ctor

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [37c42c29b8cef658a33b4f43968be159449cc35d]

        INTEGRATION: CWS tune05 (1.21.552); FILE MERGED 2004/07/23 16:11:42 mhu 1.21.552.2: RESYNC: (1.21-1.22); FILE MERGED 2004/07/22 08:40:30 cmc 1.21.552.1: #i30554# SwXMLTextBlocks::SetCurrentText unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [702e7258ff95fe7a06e61d2f359fc33a89c1db53]

        INTEGRATION: CWS tune05 (1.7.530); FILE MERGED 2004/06/23 12:56:10 cmc 1.7.530.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ae1e1917e5375829ccdc2bb5cd19f7fc3190ad76]

        INTEGRATION: CWS tune05 (1.13.310); FILE MERGED 2004/07/22 10:52:50 cmc 1.13.310.1: #i30554# Ole Unload family unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2513329487f2b39740f3fa16eb1b07d9b191c699]

        INTEGRATION: CWS tune05 (1.7.568); FILE MERGED 2004/06/23 12:50:40 cmc 1.7.568.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8f61eb65acd7cbe65be465e4a515b2c846e36626]

        INTEGRATION: CWS tune05 (1.34.38); FILE MERGED 2004/06/25 11:27:40 cmc 1.34.38.1: #i30554# SwSectionFrm::IsAncestorOf unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [52745a0ea6a82753905ed246e8a7d6da42171457]

        INTEGRATION: CWS tune05 (1.9.54); FILE MERGED 2004/07/23 16:08:56 mhu 1.9.54.2: RESYNC: (1.9-1.10); FILE MERGED 2004/06/24 10:38:26 cmc 1.9.54.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [310ead8f729b7e3297682b20b1270009c2a254b1]

        INTEGRATION: CWS tune05 (1.4.568); FILE MERGED 2004/07/21 13:32:38 cmc 1.4.568.1: #i30554# SwEndnoter::Collect unused (empty function anyway)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d4024fa0d3dbb302e0730e7969ac45541e86b02b]

        INTEGRATION: CWS tune05 (1.64.38); FILE MERGED 2004/07/23 16:07:59 mhu 1.64.38.2: RESYNC: (1.64-1.65); FILE MERGED 2004/06/29 10:35:39 cmc 1.64.38.1: #i30554# MA_ParkCrsr now unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d8a79c137d558fb355b2090049266a18c3da3c02]

        INTEGRATION: CWS tune05 (1.39.138); FILE MERGED 2004/07/23 16:07:26 mhu 1.39.138.2: RESYNC: (1.39-1.40); FILE MERGED 2004/06/24 10:37:59 cmc 1.39.138.1: #i30554# IsInProgress unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a816d277fece11272c2782470d8de39d73bf0de0]

        INTEGRATION: CWS tune05 (1.26.38); FILE MERGED 2004/07/23 16:07:07 mhu 1.26.38.3: RESYNC: (1.26-1.27); FILE MERGED 2004/07/22 08:39:17 cmc 1.26.38.2: #i30554# SwFtnContFrm::FindEndNote unused 2004/06/23 12:50:39 cmc 1.26.38.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b4cad68374728587e05a289c08860bbb3afa7595]

        INTEGRATION: CWS tune05 (1.12.232); FILE MERGED 2004/06/24 10:36:54 cmc 1.12.232.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0ab05849837e3c9d6369e49d3de611ecfce94782]

        INTEGRATION: CWS tune05 (1.2.764); FILE MERGED 2004/07/22 10:53:32 cmc 1.2.764.1: #i30554# unused SwWrongList methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c1765ce13b2bbbdfa760990360acf0d4ef0bdac5]

        INTEGRATION: CWS tune05 (1.26.160); FILE MERGED 2004/07/22 11:00:31 cmc 1.26.160.1: #i30554# unused SwViewImp::InvalidateAccessibleOpaqueState

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [af5a2d832c07f512741bff1175a3124ed1d095d3]

        INTEGRATION: CWS tune05 (1.42.38); FILE MERGED 2004/07/20 15:45:28 cmc 1.42.38.2: #i30554# unused IsFirstBullet (ran it by hb) 2004/07/19 08:02:11 cmc 1.42.38.1: #i30554# SwTxtFrm::{Set|Get}ErgoSumNum unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [dd1e47e20b6e2355e0f38ddd80bcef4f40f6edf2]

        INTEGRATION: CWS tune05 (1.2.162); FILE MERGED 2004/07/23 16:05:45 mhu 1.2.162.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/22 10:59:31 cmc 1.2.162.1: #i30554# unused SwToLayoutAnchoredObjectPosition::GetFlyLayFrmOfObj

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9c0b0ec412e745ed39fe4af0389081ea64a56106]

        INTEGRATION: CWS tune05 (1.32.286); FILE MERGED 2004/07/22 08:26:40 cmc 1.32.286.2: #i30554# SwFont::XChgBackColor unused 2004/07/21 07:20:06 cmc 1.32.286.1: #i30554# SwFont::GetGuessLeading now unused (checked with fme)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a5039381a29a0e119f9a595a68519d0377043566]

        INTEGRATION: CWS tune05 (1.9.760); FILE MERGED 2004/07/22 08:06:15 cmc 1.9.760.1: #i30554# Sw3TextBlocks::SetConvertMode unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ea14f401abdb7c689103cddf85e6b188b794c510]

        INTEGRATION: CWS tune05 (1.6.232); FILE MERGED 2004/06/25 11:27:49 cmc 1.6.232.1: #i30554# SwSectionFrm::IsAncestorOf unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4649fba97f68ce1f61217cc8e70239651489f3b0]

        INTEGRATION: CWS tune05 (1.4.86); FILE MERGED 2004/07/23 16:04:55 mhu 1.4.86.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/20 16:04:36 cmc 1.4.86.1: #i30554# SwScriptInfo::CompType is debug only code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [aa829ab6013d3f3c8011ea2f3f794370781962ce]

        INTEGRATION: CWS tune05 (1.8.54); FILE MERGED 2004/07/20 16:03:33 cmc 1.8.54.1: #i30554# SwClearDummies is debug only code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [335450e8b0b85f2b742abea6fdd68279b29ca4d8]

        INTEGRATION: CWS tune05 (1.4.742); FILE MERGED 2004/07/22 08:38:25 cmc 1.4.742.1: #i30554# SwFtnContFrm::FindEndNote unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6394c425a94b7c3a35cff41d67d5fbc179b27337]

        INTEGRATION: CWS tune05 (1.14.162); FILE MERGED 2004/07/23 16:04:36 mhu 1.14.162.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/29 10:35:57 cmc 1.14.162.1: #i30554# MA_ParkCrsr now unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0aad808e4d3291477eedc6eefc674cb1b2b0cffc]

        INTEGRATION: CWS tune05 (1.38.36); FILE MERGED 2004/07/23 16:04:28 mhu 1.38.36.3: RESYNC: (1.38-1.39); FILE MERGED 2004/07/22 10:50:55 cmc 1.38.36.2: #i30554# FindTopSctFrm family unused 2004/07/20 16:02:48 cmc 1.38.36.1: #i30554# SwClearDummies is debug only code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [cc035d4f3c6613ed9f6e0662de723a6ffbe23fca]

        INTEGRATION: CWS tune05 (1.3.484); FILE MERGED 2004/07/23 16:02:59 mhu 1.3.484.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/22 09:33:13 cmc 1.3.484.1: #i30554# unused SwDrawView::IsAnchorAtPos

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [428305782ad375006def7b604a8dae2c611da1e0]

        INTEGRATION: CWS tune05 (1.8.754); FILE MERGED 2004/07/22 08:40:12 cmc 1.8.754.1: #i30554# SwXMLTextBlocks::SetCurrentText unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [dcc508603408c8246dff59241d75ce61bd45d77f]

        INTEGRATION: CWS tune05 (1.25.36); FILE MERGED 2004/07/23 16:02:42 mhu 1.25.36.2: RESYNC: (1.25-1.26); FILE MERGED 2004/06/24 10:36:20 cmc 1.25.36.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3aa3a231e10d534f060a145e84435f761f2e8add]

        INTEGRATION: CWS tune05 (1.21.158); FILE MERGED 2004/07/23 16:02:08 mhu 1.21.158.3: RESYNC: (1.21-1.24); FILE MERGED 2004/07/22 09:03:16 cmc 1.21.158.2: #i30554# unused SwFEShell methods 2004/06/23 12:51:54 cmc 1.21.158.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ad75218c154ea1239dde2cf555e79a04a1d7af0e]

        INTEGRATION: CWS tune05 (1.22.74); FILE MERGED 2004/07/22 09:03:16 cmc 1.22.74.1: #i30554# unused SwFEShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [75f60811ebbb531af9b5447ee60490dc7e9a999b]

        INTEGRATION: CWS tune05 (1.29.160); FILE MERGED 2004/07/23 16:02:34 mhu 1.29.160.3: RESYNC: (1.29-1.32); FILE MERGED 2004/07/22 09:03:15 cmc 1.29.160.2: #i30554# unused SwFEShell methods 2004/06/23 12:51:54 cmc 1.29.160.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [59337eea1fcff7172b9b42db1b50e033ead36d97]

        INTEGRATION: CWS tune05 (1.20.48); FILE MERGED 2004/08/03 14:23:52 cmc 1.20.48.5: Undo where I cut too deep 2004/07/24 15:03:42 mhu 1.20.48.4: #i30554# Added #include <mvsave.hxx> for PaMCorrAbs() decl. 2004/07/23 16:02:16 mhu 1.20.48.3: RESYNC: (1.20-1.23); FILE MERGED 2004/07/22 08:37:30 cmc 1.20.48.2: #i30554# remove warning 2004/06/23 12:51:54 cmc 1.20.48.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [18f519b1179af731b95d1b04e0ac69ffc52c92d3]

        INTEGRATION: CWS unotlc (1.3.4); FILE MERGED 2004/07/30 13:21:46 dbo 1.3.4.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d817e4cfec000e64b097a66015bcdaa8d00c2831]

        INTEGRATION: CWS tune05 (1.2.488); FILE MERGED 2004/07/22 10:49:39 cmc 1.2.488.1: #i30554# unused SwDropDownField methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [05b340fe6a101af8d630b6bb3fef31a92f54f739]

        INTEGRATION: CWS tune05 (1.14.488); FILE MERGED 2004/07/22 08:37:05 cmc 1.14.488.2: #i30554# SwField::GetResId unused 2004/06/25 12:59:25 cmc 1.14.488.1: #i30554# class SwFieldList unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [22ab4ba583db63aae81daf33db8994b58b4faa0c]

        INTEGRATION: CWS tune05 (1.23.256); FILE MERGED 2004/07/22 08:35:45 cmc 1.23.256.1: #i30554# SwAuthorityFieldType::RemoveUnusedFields unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5902c9bc40a1fcef1b16ac5c37106774a8faf3e2]

        INTEGRATION: CWS tune05 (1.4.54); FILE MERGED 2004/06/23 12:53:51 cmc 1.4.54.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [31ccd374b8154625781bcdc3a8ea739d0e533ba2]

        INTEGRATION: CWS tune05 (1.11.54); FILE MERGED 2004/07/22 09:36:42 cmc 1.11.54.1: #i30554# unused SwEditShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [651e17cf38f3fa0ed432d05c476a7ff5e2be7e16]

        INTEGRATION: CWS tune05 (1.9.48); FILE MERGED 2004/07/22 09:36:42 cmc 1.9.48.2: #i30554# unused SwEditShell methods 2004/06/23 12:53:51 cmc 1.9.48.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ab205dc1d17d18b75efa9917b479b38a85e06757]

        INTEGRATION: CWS tune05 (1.7.256); FILE MERGED 2004/07/22 09:36:41 cmc 1.7.256.1: #i30554# unused SwEditShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4efa436341bf43d53b609e8074611452e12a98b2]

        INTEGRATION: CWS tune05 (1.2.568); FILE MERGED 2004/07/22 09:36:41 cmc 1.2.568.1: #i30554# unused SwEditShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [223dffd5725a8cbc53f2bd712c18199435d9693a]

        INTEGRATION: CWS tune05 (1.10.12); FILE MERGED 2004/07/22 09:36:41 cmc 1.10.12.1: #i30554# unused SwEditShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c694be8ad24e56ae1b08dea4326eb9497c948cb7]

        INTEGRATION: CWS unotlc (1.7.140); FILE MERGED 2004/08/04 12:05:41 mav 1.7.140.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [877d5999c2693b79e4acef1e32eb2e0270fd9ef2]

        INTEGRATION: CWS tune05 (1.30.52); FILE MERGED 2004/07/23 16:01:24 mhu 1.30.52.3: RESYNC: (1.30-1.31); FILE MERGED 2004/07/22 09:36:41 cmc 1.30.52.2: #i30554# unused SwEditShell methods 2004/06/23 12:53:50 cmc 1.30.52.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [04bfb004d501151eb4febd0de100f7d293a331d7]

        INTEGRATION: CWS tune05 (1.3.256); FILE MERGED 2004/07/22 09:36:41 cmc 1.3.256.1: #i30554# unused SwEditShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0b3d59379134e1f77218093ee8c0a88ebae4247a]

        INTEGRATION: CWS tune05 (1.3.568); FILE MERGED 2004/07/22 09:36:40 cmc 1.3.568.2: #i30554# unused SwEditShell methods 2004/06/23 12:53:50 cmc 1.3.568.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3851681b0bd4cfdd778c3320aaf501475bc1dab7]

        INTEGRATION: CWS tune05 (1.8.52); FILE MERGED 2004/07/23 16:01:02 mhu 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/22 09:36:40 cmc 1.8.52.1: #i30554# unused SwEditShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c1dcb0093091f88dfa3b765eb14ab183a947fafd]

        INTEGRATION: CWS unotlc (1.2.58); FILE MERGED 2004/08/04 08:59:43 dbo 1.2.58.1: make structs, enums complete for members

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [cbf5854c798c1ec640158138e41f84382c9e2d5d]

        INTEGRATION: CWS tune05 (1.5.54); FILE MERGED 2004/07/22 09:36:40 cmc 1.5.54.1: #i30554# unused SwEditShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [332cca9d2447d343b0dbf23912caffba7e21fc1a]

        INTEGRATION: CWS tune05 (1.35.54); FILE MERGED 2004/06/25 10:30:32 cmc 1.35.54.1: #i30554# lcl_GetFmtColl unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2548b6866128a050cf849f719058e0bdbd3befd2]

        INTEGRATION: CWS tune05 (1.13.264); FILE MERGED 2004/07/23 16:00:36 mhu 1.13.264.2: RESYNC: (1.13-1.15); FILE MERGED 2004/07/22 09:33:25 cmc 1.13.264.1: #i30554# unused SwDrawView::IsAnchorAtPos

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8e8fe4b941407aabeeb1bfff30ab9f7906ad4dc8]

        INTEGRATION: CWS unotlc (1.1.2); FILE ADDED 2004/07/12 13:37:28 dbo 1.1.2.1: #i20303# tests for compatibility type checks Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [abe9b03288e26002e3cd09cf092fca4ea82ca3c7]

        INTEGRATION: CWS tune05 (1.12.568); FILE MERGED 2004/07/21 15:59:03 cmc 1.12.568.1: #i30554# remove warning

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [98dd777b825bf38836e5c3fb9b64d905bef7ba77]

        INTEGRATION: CWS unotlc (1.1.2); FILE ADDED 2004/07/13 14:00:02 dbo 1.1.2.2: #i20303# Issue number: Submitted by: Reviewed by: 2004/07/12 13:37:27 dbo 1.1.2.1: #i20303# tests for compatibility type checks Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e531d1d09ceac87d9ab1d14c891231aa62772515]

        INTEGRATION: CWS tune05 (1.12.48); FILE MERGED 2004/07/22 10:39:28 cmc 1.12.48.2: #i30554# unused MakeFrm 2004/06/24 10:27:40 cmc 1.12.48.1: #i30554# lcl_nodes_CmpFuncIdx unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1d23a1c4d5a01cfc3c16b0341f8fd2ae8db8436e]

        INTEGRATION: CWS unotlc (1.1.2); FILE ADDED 2004/07/12 13:37:27 dbo 1.1.2.1: #i20303# tests for compatibility type checks Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6ef73b5449cd4b9abc44d69b6459585d0f6f0021]

        INTEGRATION: CWS tune05 (1.17.118); FILE MERGED 2004/07/22 10:40:26 cmc 1.17.118.1: #i30554# unused GetFrmFmt

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [99df8bd337813812b8828f776ccb18dd378f5de3]

        INTEGRATION: CWS unotlc (1.1.2); FILE ADDED 2004/07/12 13:37:26 dbo 1.1.2.1: #i20303# tests for compatibility type checks Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a31d060e335997fcc06ede68a7dc21508fb5bd92]

        INTEGRATION: CWS tune05 (1.20.54); FILE MERGED 2004/07/22 10:37:00 cmc 1.20.54.3: #i30554# unused SwDoc methods 2004/06/30 08:33:18 cmc 1.20.54.2: #i30554# CopyTblInTbl unused now 2004/06/24 08:45:56 cmc 1.20.54.1: #i30554# only one of the lcl_IsItemSet are in use

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [075bc6dc879d6e021c16d83131d0dc25894968e6]

        INTEGRATION: CWS unotlc (1.1.2); FILE ADDED 2004/07/13 14:00:01 dbo 1.1.2.2: #i20303# Issue number: Submitted by: Reviewed by: 2004/07/12 13:37:26 dbo 1.1.2.1: #i20303# tests for compatibility type checks Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0d081d123b254547ffb4284916d209efea99e958]

        INTEGRATION: CWS unotlc (1.2.16); FILE MERGED 2004/07/13 14:00:01 dbo 1.2.16.2: #i20303# Issue number: Submitted by: Reviewed by: 2004/07/12 13:37:26 dbo 1.2.16.1: #i20303# tests for compatibility type checks Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [19faff15cdba1f749ad90a4e985d1bd8c50f41b6]

        INTEGRATION: CWS tune05 (1.14.210); FILE MERGED 2004/07/23 16:00:14 mhu 1.14.210.3: RESYNC: (1.14-1.15); FILE MERGED 2004/07/22 10:37:00 cmc 1.14.210.2: #i30554# unused SwDoc methods 2004/07/20 16:03:11 cmc 1.14.210.1: #i30554# SwClearDummies is debug only code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [85652dc3739bcf0b89f39b2a34fea2be03b80071]

        INTEGRATION: CWS unotlc (1.2.16); FILE MERGED 2004/08/03 15:04:37 dbo 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/12 13:37:25 dbo 1.2.16.1: #i20303# tests for compatibility type checks Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f2fd511adf234c7f88202f6a5203fbe1fd96ebb0]

        INTEGRATION: CWS tune05 (1.9.118); FILE MERGED 2004/07/20 15:48:28 cmc 1.9.118.2: #i30554# unused _OutlinePara class (ran it by hb) 2004/06/24 10:26:28 cmc 1.9.118.1: #i30554# reference to lcl_UpdateOutline unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5d612e08ab7a6a19b477f4a2b174d140f154f96c]

        INTEGRATION: CWS unotlc (1.2.16); FILE MERGED 2004/07/12 13:37:25 dbo 1.2.16.1: #i20303# tests for compatibility type checks Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7dde2165aad61c25de640cfdb9c92b2d1e3ced23]

        INTEGRATION: CWS unotlc (1.1.144); FILE MERGED 2004/07/12 13:32:30 dbo 1.1.144.1: #i20303# compatibility type checks upon insertion of providers

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d9295b062c5c19a11fd98de8682da60b6fa95e87]

        INTEGRATION: CWS unotlc (1.1.2); FILE ADDED 2004/08/04 09:58:29 dbo 1.1.2.2: #i20303# fixing scope 2004/07/12 13:32:29 dbo 1.1.2.1: #i20303# compatibility type checks upon insertion of providers

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6dbd4d050b068d32f3860b3e579caa5efe515781]

        INTEGRATION: CWS tune05 (1.19.10); FILE MERGED 2004/07/23 15:59:55 mhu 1.19.10.4: RESYNC: (1.19-1.20); FILE MERGED 2004/07/20 15:49:43 cmc 1.19.10.3: #i30554# unused GetBulletFoo varients (ran it by hb) 2004/06/25 13:20:38 cmc 1.19.10.2: #i30554# SwNumRule::IsRuleLSpace should be inside appropiate #ifndef 2004/06/24 10:24:24 cmc 1.19.10.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1a77923555df209bf8de0e59205461f54d21be08]

        INTEGRATION: CWS unotlc (1.17.16); FILE MERGED 2004/07/12 13:32:27 dbo 1.17.16.1: #i20303# compatibility type checks upon insertion of providers

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8494e793052d77f8d4495430629b72a934756857]

        INTEGRATION: CWS tune05 (1.5.98); FILE MERGED 2004/07/23 15:59:47 mhu 1.5.98.3: RESYNC: (1.5-1.6); FILE MERGED 2004/06/24 10:24:03 cmc 1.5.98.2: #i30554# make lcl_foos static to emphasis their lclness 2004/06/23 12:49:05 cmc 1.5.98.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e4feef9aa87f24052c149fc7045434faa152003c]

        INTEGRATION: CWS unotlc (1.9.108); FILE MERGED 2004/07/12 13:32:27 dbo 1.9.108.1: #i20303# compatibility type checks upon insertion of providers

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [afc8027f1796769210bb3c7d510eddca4c1abddd]

        INTEGRATION: CWS tune05 (1.2.568); FILE MERGED 2004/07/22 08:33:38 cmc 1.2.568.1: #i30554# remove warning

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a292c70b3a62a6a1956282a916f62d7688faeb4e]

        INTEGRATION: CWS unotlc (1.6.16); FILE MERGED 2004/08/03 15:08:08 dbo 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/12 13:30:07 dbo 1.6.16.1: #i20303# fixing resolve order: first tdmgr, then local provider

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [eb22f96c1987030671e567f9c3b6970101e6e7cc]

        INTEGRATION: CWS tune05 (1.4.256); FILE MERGED 2004/07/22 08:33:18 cmc 1.4.256.1: #i30554# SwFtnIdxs::UpdateFtnInSections unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a989a2db309de600c8c1fb303d5d1589219d60cf]

        INTEGRATION: CWS unotlc (1.15.16); FILE MERGED 2004/08/04 09:47:06 dbo 1.15.16.3: #i20303# fixing scope 2004/08/03 15:07:51 dbo 1.15.16.2: RESYNC: (1.15-1.16); FILE MERGED 2004/07/12 13:30:05 dbo 1.15.16.1: #i20303# fixing resolve order: first tdmgr, then local provider

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [68b27f6840fdd5eabed2c97f7474b2c598eea3a8]

        INTEGRATION: CWS tune05 (1.6.256); FILE MERGED 2004/06/23 12:49:05 cmc 1.6.256.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8d8bd07e8f0ff473e675a5ff62742cbfdce0ca53]

        INTEGRATION: CWS unotlc (1.4.32); FILE MERGED 2004/07/12 13:30:04 dbo 1.4.32.1: #i20303# fixing resolve order: first tdmgr, then local provider

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7a99b975cddd150f8b8d44e21a49d4c94c2f9049]

        INTEGRATION: CWS tune05 (1.8.568); FILE MERGED 2004/07/23 15:59:37 mhu 1.8.568.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/22 10:58:52 cmc 1.8.568.1: #i30554# unused SwExtTextInput methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b13918c34b07d3cd03e7a43b2ad4dcb983a16850]

        INTEGRATION: CWS unotlc (1.5.32); FILE MERGED 2004/08/03 15:07:59 dbo 1.5.32.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/12 13:30:02 dbo 1.5.32.1: #i20303# fixing resolve order: first tdmgr, then local provider

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [93764496e72e1820ede49d192388412d44d2f3ee]

        INTEGRATION: CWS tune05 (1.34.54); FILE MERGED 2004/07/22 10:35:37 cmc 1.34.54.2: #i30554# unused SwDoc methods 2004/06/23 12:49:05 cmc 1.34.54.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9824cb6f39d896d21834e4e268d0f4cdf7653377]

        INTEGRATION: CWS unotlc (1.4.18); FILE MERGED 2004/07/14 13:11:58 dbo 1.4.18.1: unused variable

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [764641428fd872d78fe197dc4dbf475ca89585a2]

        INTEGRATION: CWS tune05 (1.30.8); FILE MERGED 2004/07/22 10:35:37 cmc 1.30.8.1: #i30554# unused SwDoc methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b772aba98782b47f9c2048a16464f96dccf1849a]

        INTEGRATION: CWS unotlc (1.20.16); FILE MERGED 2004/07/06 14:58:18 dbo 1.20.16.1: fixing return statement

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [520627519ea18a84b219d9e14c3705a46e978f72]

        INTEGRATION: CWS tune05 (1.30.8); FILE MERGED 2004/07/23 15:59:30 mhu 1.30.8.2: RESYNC: (1.30-1.31); FILE MERGED 2004/07/22 10:35:37 cmc 1.30.8.1: #i30554# unused SwDoc methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1af6e592577df6d973470d25264ecf8a29e8a637]

        INTEGRATION: CWS tune05 (1.41.8); FILE MERGED 2004/07/23 15:59:22 mhu 1.41.8.2: RESYNC: (1.41-1.42); FILE MERGED 2004/07/22 10:35:36 cmc 1.41.8.1: #i30554# unused SwDoc methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b7e43eb56e2c1712e13f0ae5962f6878d4005b56]

        INTEGRATION: CWS tune05 (1.20.8); FILE MERGED 2004/07/23 15:59:14 mhu 1.20.8.2: RESYNC: (1.20-1.21); FILE MERGED 2004/06/24 10:22:05 cmc 1.20.8.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9be1573e371ac41e5fb168a03d7977065afe0535]

        INTEGRATION: CWS unotlc (1.35.14); FILE MERGED 2004/07/14 13:11:13 dbo 1.35.14.1: #i20304# modifyable component contexts

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a3a298cc48539ae3e2995e74403145fe4712cbc5]

        INTEGRATION: CWS tune05 (1.25.8); FILE MERGED 2004/07/22 10:35:36 cmc 1.25.8.2: #i30554# unused SwDoc methods 2004/06/23 12:49:04 cmc 1.25.8.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f5e060932fb08f6299d042cf0aa0e5afad90d5bc]

        INTEGRATION: CWS unotlc (1.24.14); FILE MERGED 2004/07/14 13:11:13 dbo 1.24.14.1: #i20304# modifyable component contexts

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2ae2835c1c3c08da9ec4d9d585c1cf2ed0e4fb21]

        INTEGRATION: CWS tune05 (1.20.8); FILE MERGED 2004/07/22 10:35:35 cmc 1.20.8.1: #i30554# unused SwDoc methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [bacae0a07df89f5417c86a710c6502a80219b7d9]

        INTEGRATION: CWS tune05 (1.19.54); FILE MERGED 2004/06/24 10:21:29 cmc 1.19.54.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7af085fbe92cebb62e8a4fdc9d182e5ba6b916d9]

        INTEGRATION: CWS unotlc (1.6.34); FILE MERGED 2004/08/04 12:21:42 mav 1.6.34.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f5dfcfddb657e9bd1d10382bd75015782c1efa72]

        INTEGRATION: CWS tune05 (1.5.568); FILE MERGED 2004/07/22 10:35:35 cmc 1.5.568.1: #i30554# unused SwDoc methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a8433a8a1850c00f0d41d932799505a48aafdc36]

        INTEGRATION: CWS unotlc (1.11.34); FILE MERGED 2004/08/04 12:21:42 mav 1.11.34.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c86e8da51daf7fb225afe4ae02367a741b05cb87]

        INTEGRATION: CWS unotlc (1.4.134); FILE MERGED 2004/08/04 12:21:42 mav 1.4.134.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f5418e5db83aa3eb50cbee848dcc610666a92f9a]

        INTEGRATION: CWS tune05 (1.7.8); FILE MERGED 2004/06/24 10:20:54 cmc 1.7.8.1: #i30554# make lcl_foos static to emphasis their lclness

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c37fa24b8e2be05e62bebb51f91307d01b56f12d]

        INTEGRATION: CWS unotlc (1.27.178); FILE MERGED 2004/08/04 12:21:41 mav 1.27.178.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4e4a99647227f75d23d88f687689051a081d76f0]

        INTEGRATION: CWS tune05 (1.28.52); FILE MERGED 2004/07/23 15:58:25 mhu 1.28.52.6: RESYNC: (1.28-1.29); FILE MERGED 2004/07/22 10:35:35 cmc 1.28.52.5: #i30554# unused SwDoc methods 2004/06/25 11:40:13 cmc 1.28.52.4: #i30554# SwDoc::HasGlobalMacro is obsolete 2004/06/25 11:39:03 cmc 1.28.52.3: #i30554# SwDoc::GetGlobalMacro is obsolete 2004/06/25 11:37:43 cmc 1.28.52.2: #i30554# SwDoc::DelGlobalMacro is obsolete 2004/06/24 10:20:29 cmc 1.28.52.1: #i30554# remove commented out archaic code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [27d9dee0ce63fe9350537bfd8cef19861481536d]

        INTEGRATION: CWS tune05 (1.9.210); FILE MERGED 2004/07/22 10:57:56 cmc 1.9.210.1: #i30554# unused SwAutoCompleteWord methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3591a6ed8bb94db5fe8249518bf485f72b5eb1cc]

        INTEGRATION: CWS unotlc (1.50.20); FILE MERGED 2004/08/04 12:21:41 mav 1.50.20.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4ac4428adf406084a59d86748688f9c7f03f96cc]

        INTEGRATION: CWS tune05 (1.16.8); FILE MERGED 2004/07/23 15:58:17 mhu 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED 2004/06/25 11:24:04 cmc 1.16.8.1: #i30554# SwSelPaintRects::FillRects is pure virtual, so needs no body as noone is explictly referencing it

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e37f71e148350595926cf3cd9b75235323c5b8fc]

        INTEGRATION: CWS tune05 (1.7.48); FILE MERGED 2004/07/22 09:31:55 cmc 1.7.48.1: #i30554# unused SwCrsrShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [71ce413d5bb73f3fadd168cb84aa6c15a1a36f33]

        INTEGRATION: CWS tune05 (1.5.256); FILE MERGED 2004/07/22 09:31:55 cmc 1.5.256.1: #i30554# unused SwCrsrShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [835a281831ae232c202e1378a6debc2bc96547ca]

        INTEGRATION: CWS tune05 (1.37.8); FILE MERGED 2004/07/22 08:31:38 cmc 1.37.8.1: #i30554# remove warning

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8d364cad63d3e3814bdf40805d3e271b5d5f8d7a]

        INTEGRATION: CWS tune05 (1.6.68); FILE MERGED 2004/06/23 12:35:42 cmc 1.6.68.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ac3a0a1bac58ce063af62816cc021da5d1bc7561]

        INTEGRATION: CWS tune05 (1.8.568); FILE MERGED 2004/06/23 12:35:42 cmc 1.8.568.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2f58164f4c517cf01a92b682360795bf6015f45d]

        INTEGRATION: CWS tune05 (1.11.8); FILE MERGED 2004/06/23 12:35:41 cmc 1.11.8.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2a9d78b216fa0451d5f15d581caf58d3f0108512]

        INTEGRATION: CWS tune05 (1.39.6); FILE MERGED 2004/07/23 15:58:00 mhu 1.39.6.5: RESYNC: (1.39-1.43); FILE MERGED 2004/07/22 09:30:55 cmc 1.39.6.4: #i30554# unused SwCrsrShell methods 2004/07/22 07:52:41 cmc 1.39.6.3: #i30554# SwCrsrShell::GetCharCount unused 2004/06/24 10:18:56 cmc 1.39.6.2: #i30554# make lcl_foos static to emphasis their lclness 2004/06/24 10:17:12 cmc 1.39.6.1: #i30554# reference to lcl_IsInValueBox unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [985b37a49a6ffee83f4e522313e579a6d1cf3b10]

        INTEGRATION: CWS tune05 (1.47.64); FILE MERGED 2004/07/23 15:57:48 mhu 1.47.64.2: RESYNC: (1.47-1.48); FILE MERGED 2004/07/22 08:30:36 cmc 1.47.64.1: #i30554# SwCalendarWrapper::LoadCalendar unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4cf4d44c640119abf75a38a572b72c95caea8af6]

        INTEGRATION: CWS unotlc (1.2.4); FILE MERGED 2004/08/04 10:24:25 dbo 1.2.4.1: #i31111# adopting sfwk code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b040eca1cb4bd83f35feaf2fa04c7b3ca2b6ad63]

        INTEGRATION: CWS tune05 (1.5.8); FILE MERGED 2004/07/21 10:18:08 cmc 1.5.8.1: #i30554# redundant SwIndexReg::MoveIdx

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9eadbadd3b25a7a4b06c9cca57ddc29f3565fa53]

        INTEGRATION: CWS tune05 (1.5.8); FILE MERGED 2004/07/22 11:07:33 cmc 1.5.8.1: #i30554# unused BigPtrArray::GetIndex

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a5494a16b7ca4e6139764c406549f671500f3968]

        INTEGRATION: CWS unotlc (1.2.4); FILE MERGED 2004/08/04 17:32:13 dbo 1.2.4.2: removing annoying traces Issue number: Submitted by: Reviewed by: 2004/08/04 10:24:25 dbo 1.2.4.1: #i31111# adopting sfwk code

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [705d34bb9cd16a14b052a0ac195e46cdca7d573d]

        INTEGRATION: CWS tune05 (1.5.210); FILE MERGED 2004/07/22 11:08:24 cmc 1.5.210.1: #i30554# unused methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8cf897fdcb904b0fe1070377f73af060fb5b4139]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/07/30 13:21:51 dbo 1.3.18.2: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by: 2004/07/14 14:21:29 dbo 1.3.18.1: #i20304# new factory helper, config refresh, singleton live deployment, minor string review, modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [fe3853232eb44be85b550bc0c0f2b64bb4e881ae]

        INTEGRATION: CWS tune05 (1.13.298); FILE MERGED 2004/07/22 11:12:00 cmc 1.13.298.1: #i30554# unused methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e957509863b5d85b458363a9407eef685d92a51a]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/07/30 13:21:51 dbo 1.3.18.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [db10bd05b53c21f201ca17d2e58822b93d1d2caf]

        INTEGRATION: CWS tune05 (1.27.8); FILE MERGED 2004/07/22 11:12:00 cmc 1.27.8.1: #i30554# unused methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ca4ae144454483868a56f08217b97ab28c902db4]

        INTEGRATION: CWS tune05 (1.4.738); FILE MERGED 2004/07/19 09:43:47 cmc 1.4.738.1: #i30554# unused dup ctor

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b3513e62fcbfefd39552a06a2364ead52d7b06f9]

        INTEGRATION: CWS unotlc (1.2.18); FILE MERGED 2004/07/30 13:21:50 dbo 1.2.18.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [19900852de8b2718241d26bea0e996ea5d95aff9]

        INTEGRATION: CWS tune05 (1.9.564); FILE MERGED 2004/07/19 09:43:46 cmc 1.9.564.1: #i30554# unused dup ctor

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3c0ac1b9a06cf68a954d6e69fcefbe825ebea6ce]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/08/05 12:03:05 dbo 1.3.18.7: #i31111# fixing interaction 2004/08/04 15:25:37 dbo 1.3.18.6: #i31111# 2004/08/04 11:58:05 dbo 1.3.18.5: #i31111# switching to vnd.sun.star.zip Issue number: Submitted by: Reviewed by: 2004/08/03 09:14:05 dbo 1.3.18.4: #31111# Issue number: Submitted by: Reviewed by: 2004/08/02 15:18:46 dbo 1.3.18.3: #i31111# 2004/07/30 13:21:50 dbo 1.3.18.2: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by: 2004/07/14 14:21:29 dbo 1.3.18.1: #i20304# new factory helper, config refresh, singleton live deployment, minor string review, modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2d69e0583484440ca0538688ea69fcc12022d872]

        INTEGRATION: CWS tune05 (1.47.8); FILE MERGED 2004/07/22 10:55:36 cmc 1.47.8.1: #i30554# unused SwAccessibleMap::PixelToCore varient

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e3a25e2c91e9150bdaa4b9e05aecb6eb552b84d5]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/07/30 13:21:49 dbo 1.3.18.2: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by: 2004/07/14 14:21:28 dbo 1.3.18.1: #i20304# new factory helper, config refresh, singleton live deployment, minor string review, modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5b246f379c1f038d02a7b5112fb4bb386988776d]

        INTEGRATION: CWS tune05 (1.33.514); FILE MERGED 2004/07/19 09:37:22 cmc 1.33.514.1: #i30554# unused ctor varient

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [eca4d1d6b43f3206825e332112cce92e033f0916]

        INTEGRATION: CWS tune05 (1.47.8); FILE MERGED 2004/07/19 09:37:22 cmc 1.47.8.1: #i30554# unused ctor varient

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e39d3234cdb2b305e8c3f1b9839ebc00eeb7fae4]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/08/04 11:58:05 dbo 1.3.18.3: #i31111# switching to vnd.sun.star.zip Issue number: Submitted by: Reviewed by: 2004/07/30 13:21:48 dbo 1.3.18.2: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by: 2004/07/14 14:21:27 dbo 1.3.18.1: #i20304# new factory helper, config refresh, singleton live deployment, minor string review, modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [44711127201dd56ef615a756e7bc0fc4eb339801]

        INTEGRATION: CWS tune05 (1.37.64); FILE MERGED 2004/07/23 15:55:15 mhu 1.37.64.2: RESYNC: (1.37-1.38); FILE MERGED 2004/07/22 11:10:59 cmc 1.37.64.1: #i30554# unused methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [94737f383efdbf712243a755724ee0bbe8d246df]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/08/02 15:18:46 dbo 1.3.18.3: #i31111# 2004/07/30 13:21:48 dbo 1.3.18.2: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by: 2004/07/14 14:21:27 dbo 1.3.18.1: #i20304# new factory helper, config refresh, singleton live deployment, minor string review, modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3c0dfa5d8e615284f83525c0b53e335182b8fedc]

        INTEGRATION: CWS tune05 (1.19.100); FILE MERGED 2004/07/22 11:09:29 cmc 1.19.100.1: #i30554# unused methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [85f0e230ca05f9b726955e555c75d50500740063]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/08/03 09:14:05 dbo 1.3.18.3: #31111# Issue number: Submitted by: Reviewed by: 2004/07/30 13:21:47 dbo 1.3.18.2: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by: 2004/07/14 14:21:27 dbo 1.3.18.1: #i20304# new factory helper, config refresh, singleton live deployment, minor string review, modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1e57594aab7a615842bcdedac699f951c7b6e7fe]

        INTEGRATION: CWS tune05 (1.14.602); FILE MERGED 2004/07/23 15:55:07 mhu 1.14.602.2: RESYNC: (1.14-1.15); FILE MERGED 2004/07/22 11:23:49 cmc 1.14.602.1: #i30554# unused ctors

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a7eac7ca3579795a744361134e375a1508b8f83d]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/07/14 14:20:16 dbo 1.3.18.1: #i20304# new factory helper Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4a7c1c9420971c6d0e4a6454eef231d41cb6eb23]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/07/30 13:21:47 dbo 1.3.18.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [278a8da2c527a8e30b784ddcde7aa6f828756056]

        INTEGRATION: CWS tune05 (1.11.270); FILE MERGED 2004/07/22 09:19:36 cmc 1.11.270.1: #i30554# unused SwXPageStyle::GetStartNode

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d7c76de4d7a8422c6edb409a62d2446da6da7442]

        INTEGRATION: CWS tune05 (1.6.602); FILE MERGED 2004/07/22 11:23:48 cmc 1.6.602.1: #i30554# unused ctors

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [88ee2400584671d989088867d6235b49870d2fe2]

        INTEGRATION: CWS tune05 (1.17.302); FILE MERGED 2004/07/22 11:23:48 cmc 1.17.302.1: #i30554# unused ctors

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9e852062aa9ceb51ee97e46f24c8cff564d901e3]

        INTEGRATION: CWS tune05 (1.13.488); FILE MERGED 2004/07/22 09:20:54 cmc 1.13.488.1: #i30554# unused SwXFrames methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [41e298988167cbd1a01d32ea90c577ad531812b5]

        INTEGRATION: CWS unotlc (1.4.18); FILE MERGED 2004/08/03 15:03:11 dbo 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/30 13:21:46 dbo 1.4.18.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [936d43d44d7b391b3930c4ec277296d85860d8c9]

        INTEGRATION: CWS tune05 (1.9.54); FILE MERGED 2004/07/23 15:54:50 mhu 1.9.54.2: RESYNC: (1.9-1.11); FILE MERGED 2004/07/22 11:06:10 cmc 1.9.54.1: #i30554# unused SwUndoChgSectPsswd class

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e2f30a729e665c1c3bbda67e0ae6c9f00e6c56bc]

        INTEGRATION: CWS tune05 (1.2.564); FILE MERGED 2004/07/21 15:55:17 cmc 1.2.564.1: #i30554# GetLocaleList only usage in cnttab.cxx is gone

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1f9aad745629bed34398fd2cbdc90c5b72e52683]

        INTEGRATION: CWS unotlc (1.2.18); FILE MERGED 2004/08/05 12:03:04 dbo 1.2.18.2: #i31111# fixing interaction 2004/07/30 13:21:46 dbo 1.2.18.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a2402681edf85610a5bd380fbedbf8c6927b10d2]

        INTEGRATION: CWS tune05 (1.8.54); FILE MERGED 2004/07/22 08:09:05 cmc 1.8.54.3: #i30554# SwTOXBase::HasAnyStyleNames unused 2004/06/25 12:50:31 cmc 1.8.54.2: #i30554# SwFormTokensHelper::GetPatternString unused 2004/06/25 11:37:34 cmc 1.8.54.1: #i30554# SwDoc::DelGlobalMacro is obsolete

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d2f7351d1ca385bd85b0fc5993919e8422011084]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/07/30 13:21:45 dbo 1.3.18.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [163ad4fa2f3bee7bf702baddf48859814641bcad]

        INTEGRATION: CWS tune05 (1.2.602); FILE MERGED 2004/07/20 15:53:35 cmc 1.2.602.1: #i30554# unused UCB_IsFile

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3208ac1b9f48f3bf43da75274ee30a7e7be74097]

        INTEGRATION: CWS unotlc (1.1.2); FILE ADDED 2004/07/30 13:21:45 dbo 1.1.2.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5e8afce13ad39f56d0a982e9328aefe7e66ed316]

        INTEGRATION: CWS tune05 (1.6.48); FILE MERGED 2004/07/21 16:11:22 cmc 1.6.48.1: #i30554# SwTable::GetBoxName unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [66acd49eb912b659f0ccc90eee80194736d42a80]

        INTEGRATION: CWS unotlc (1.1.2); FILE ADDED 2004/08/02 15:18:45 dbo 1.1.2.2: #i31111# 2004/07/30 13:21:45 dbo 1.1.2.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [22372753ecbbd7df06a4de3ac679701025f60aac]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/08/05 12:03:04 dbo 1.3.18.5: #i31111# fixing interaction 2004/08/04 11:58:04 dbo 1.3.18.4: #i31111# switching to vnd.sun.star.zip Issue number: Submitted by: Reviewed by: 2004/08/02 15:18:45 dbo 1.3.18.3: #i31111# 2004/07/30 13:21:44 dbo 1.3.18.2: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by: 2004/07/14 14:21:26 dbo 1.3.18.1: #i20304# new factory helper, config refresh, singleton live deployment, minor string review, modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c4789ddf61a376b2cf0aff3f0485059a9784398e]

        INTEGRATION: CWS tune05 (1.21.76); FILE MERGED 2004/07/22 09:17:44 cmc 1.21.76.1: #i30554# unused SwModule methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [fcc36deb5a589a6fada308ea5dc9601b61e98c30]

        INTEGRATION: CWS unotlc (1.2.18); FILE MERGED 2004/08/03 12:29:45 dbo 1.2.18.2: #i31111# Issue number: Submitted by: Reviewed by: 2004/07/30 13:21:43 dbo 1.2.18.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ed2824480e8e7e77a945cf97d962922588e4fa41]

        INTEGRATION: CWS tune05 (1.1.770); FILE MERGED 2004/07/22 08:30:08 cmc 1.1.770.1: #i30554# SwCalendarWrapper::LoadCalendar unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [33c4974c339a9c7121d5d93080a965bc0e028742]

        INTEGRATION: CWS tune05 (1.20.170); FILE MERGED 2004/07/22 11:08:09 cmc 1.20.170.1: #i30554# unused methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c17a23f33883255bb553f422d9458bd8a63a8ff6]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/07/30 13:21:43 dbo 1.3.18.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d616270a59f5725a41d0fbe1129735875e317e82]

        INTEGRATION: CWS unotlc (1.2.18); FILE MERGED 2004/08/05 12:03:03 dbo 1.2.18.2: #i31111# fixing interaction 2004/08/02 15:18:44 dbo 1.2.18.1: #i31111#

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b5efa83e50a037f0d062b6e01730d5a01fa2ec45]

        INTEGRATION: CWS tune05 (1.19.298); FILE MERGED 2004/07/22 08:25:06 cmc 1.19.298.3: #i30554# SwTextBlocks::GetText unused 2004/07/21 07:44:39 cmc 1.19.298.2: #i30554# redundant ctor 2004/07/19 16:00:22 cmc 1.19.298.1: #i30554# unused ctor

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a22bdb4ee59b298d6982cbcd3e8f6d162e7ab3bb]

        INTEGRATION: CWS tune05 (1.3.54); FILE MERGED 2004/07/21 13:40:02 cmc 1.3.54.1: #i30554# SwEndnoter::Collect unused varients

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [37fc2c85a31e9d374656b2fa02eb4fcf5a89647e]

        INTEGRATION: CWS unotlc (1.2.18); FILE MERGED 2004/07/14 14:21:26 dbo 1.2.18.1: #i20304# new factory helper, config refresh, singleton live deployment, minor string review, modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [aa5e023705ac4ceeb24f3c7c17bd84c334dbf87b]

        INTEGRATION: CWS tune05 (1.6.54); FILE MERGED 2004/07/22 11:05:41 cmc 1.6.54.1: #i30554# unused ctor

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [732ed1c004253b2871b891a2c60d3fc1ffcd755c]

        INTEGRATION: CWS tune05 (1.5.100); FILE MERGED 2004/07/22 08:59:11 cmc 1.5.100.1: #i30554# unused SwPagePreviewLayout::GetWinPageNumOfPage

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [cbf2055e880b111a7f5551e86cc1f3b0155e49d3]

        INTEGRATION: CWS unotlc (1.2.18); FILE MERGED 2004/07/30 13:21:42 dbo 1.2.18.2: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by: 2004/07/14 14:21:26 dbo 1.2.18.1: #i20304# new factory helper, config refresh, singleton live deployment, minor string review, modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0ccdea7175e005f7ff073c32ed2dfb6abfaaecc3]

        INTEGRATION: CWS unotlc (1.2.18); FILE MERGED 2004/07/14 14:21:25 dbo 1.2.18.1: #i20304# new factory helper, config refresh, singleton live deployment, minor string review, modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [84751605b79723f70f8d35a56f10c0be1dc7077b]

        INTEGRATION: CWS tune05 (1.16.12); FILE MERGED 2004/07/20 15:49:17 cmc 1.16.12.2: #i30554# unused GetBulletFoo varients (ran it by hb) 2004/06/25 13:20:57 cmc 1.16.12.1: #i30554# SwNumRule::IsRuleLSpace should be inside appropiate #ifndef

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [322113833aa3b7661ac96d99b33d6b421a8aa2a5]

        INTEGRATION: CWS unotlc (1.3.4); FILE MERGED 2004/07/12 16:27:13 dbo 1.3.4.1: #i20304# string modifications Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [cee27c9f2eaab4c6936cead1a3a5dee22ebc8ae4]

        INTEGRATION: CWS tune05 (1.8.170); FILE MERGED 2004/07/22 10:40:05 cmc 1.8.170.1: #i30554# unused GetFrmFmt

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [46c2b04517400ee55e28bccba2ee5beec30850e2]

        INTEGRATION: CWS unotlc (1.2.18); FILE MERGED 2004/08/05 12:03:03 dbo 1.2.18.4: #i31111# fixing interaction 2004/08/04 10:24:24 dbo 1.2.18.3: #i31111# adopting sfwk code 2004/08/02 15:18:43 dbo 1.2.18.2: #i31111# 2004/07/30 13:21:42 dbo 1.2.18.1: #i31111# API revision, manager operates on inflated content Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [21bef14de9bf537bd3888df7197bc0d86189dcc2]

        INTEGRATION: CWS tune05 (1.25.10); FILE MERGED 2004/07/23 15:54:28 mhu 1.25.10.3: RESYNC: (1.25-1.26); FILE MERGED 2004/07/22 09:49:29 cmc 1.25.10.2: #i30554# unused SwTxtNode::IsInSymbolFont 2004/07/20 15:46:51 cmc 1.25.10.1: #i30554# unused IsOutlineNum (ran it by hb)

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ea6fc98791738a36acd43ab0b6e9dd18aecae7cf]

        INTEGRATION: CWS unotlc (1.3.18); FILE MERGED 2004/08/02 15:18:43 dbo 1.3.18.1: #i31111#

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7315e79e4f0d58d5d1f6dacfb7c5be8e70cf65b0]

        INTEGRATION: CWS tune05 (1.5.210); FILE MERGED 2004/07/22 10:52:32 cmc 1.5.210.1: #i30554# Ole Unload family unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4f11fb1c8f73f6ae46732261f08ad8a974b55e5a]

        INTEGRATION: CWS tune05 (1.5.170); FILE MERGED 2004/06/23 13:07:04 cmc 1.5.170.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [00e7dc1ed04ce415e1205e05f8be434c96de07d0]

        INTEGRATION: CWS tune05 (1.6.76); FILE MERGED 2004/07/22 10:39:11 cmc 1.6.76.1: #i30554# unused MakeFrm

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [bdf077910b3f602c089e08dd0e1862b5e2586acd]

        INTEGRATION: CWS tune05 (1.2.774); FILE MERGED 2004/07/09 07:42:55 cmc 1.2.774.1: #i30554# remove unused JavaScriptScrollMDI

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2e2788f11ad2f7d365979fdf8744de8bff466d43]

        INTEGRATION: CWS tune05 (1.3.12); FILE MERGED 2004/07/21 10:17:29 cmc 1.3.12.1: #i30554# redundant SwIndexReg::MoveIdx

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [10313a6b2e6d10ac24e6add0db0d2e9f8c975efe]

        INTEGRATION: CWS unotlc (1.3.20); FILE MERGED 2004/07/30 13:19:22 dbo 1.3.20.1: #i31111# API revision Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [fd0fb20ac22abd0e4805309cdae15a8f57198a9d]

        INTEGRATION: CWS tune05 (1.2.754); FILE MERGED 2004/07/22 08:33:03 cmc 1.2.754.1: #i30554# SwFtnIdxs::UpdateFtnInSections unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [017972edc0bc0ec3a2bb364e61e2e120b54f344c]

        INTEGRATION: CWS tune05 (1.2.488); FILE MERGED 2004/07/22 10:49:10 cmc 1.2.488.1: #i30554# unused SwDropDownField methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [09be69aa52f048a8154dca74e0f30aa0d5872af5]

        INTEGRATION: CWS tune05 (1.6.488); FILE MERGED 2004/07/22 08:36:49 cmc 1.6.488.2: #i30554# SwField::GetResId unused 2004/06/25 12:59:39 cmc 1.6.488.1: #i30554# class SwFieldList unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [560149285e98b09f6ef9263153509fad1d3c5312]

        INTEGRATION: CWS unotlc (1.3.20); FILE MERGED 2004/07/30 13:19:21 dbo 1.3.20.2: #i31111# API revision Issue number: Submitted by: Reviewed by: 2004/07/14 14:22:57 dbo 1.3.20.1: #i20304# modified isRegistered() Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b6bcdc959a5695d1046388398609124ad15c4320]

        INTEGRATION: CWS tune05 (1.37.74); FILE MERGED 2004/07/23 15:53:47 mhu 1.37.74.2: RESYNC: (1.37-1.38); FILE MERGED 2004/07/22 09:02:33 cmc 1.37.74.1: #i30554# unused SwFEShell methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [abd2f4e8c0c6485eeb12a354b1c0935f32c62e97]

        INTEGRATION: CWS unotlc (1.3.20); FILE MERGED 2004/07/30 13:19:21 dbo 1.3.20.1: #i31111# API revision Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b49d4ea3e916cfcea0a16be9e0b299b5abb6dcaf]

        INTEGRATION: CWS tune05 (1.4.762); FILE MERGED 2004/07/23 15:53:36 mhu 1.4.762.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/22 10:58:40 cmc 1.4.762.1: #i30554# unused SwExtTextInput methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [90421c9145c8398cbf8c87b79e6e4393e243ac73]

        INTEGRATION: CWS tune05 (1.35.12); FILE MERGED 2004/07/23 15:53:28 mhu 1.35.12.3: RESYNC: (1.35-1.36); FILE MERGED 2004/07/22 09:34:57 cmc 1.35.12.2: #i30554# unused SwEditShell methods 2004/06/23 13:07:03 cmc 1.35.12.1: #i30554# remove unused code inside #ifdef USED guards

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2ba01efddf30791036a4c1fad217bb09fdd20c6a]

        INTEGRATION: CWS tune05 (1.24.140); FILE MERGED 2004/07/22 09:39:05 cmc 1.24.140.1: #i30554# unused SwDocShell::EmbedAllLinks

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [254959f583143c5a7948976c11efa5c15bc36da2]

        INTEGRATION: CWS tune05 (1.1.1.1.776); FILE MERGED 2004/07/21 16:09:56 cmc 1.1.1.1.776.1: #i30554# SwDocFac::Count unused after 10 years

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a7d5cdeae3f08fce04fd242d121fa81448aee153]

        INTEGRATION: CWS tune05 (1.75.12); FILE MERGED 2004/07/23 15:52:48 mhu 1.75.12.6: RESYNC: (1.75-1.77); FILE MERGED 2004/07/22 10:31:53 cmc 1.75.12.5: #i30554# unused SwDoc methods 2004/06/30 08:32:36 cmc 1.75.12.4: #i30554# CopyTblInTbl unused now 2004/06/25 11:40:06 cmc 1.75.12.3: #i30554# SwDoc::HasGlobalMacro is obsolete 2004/06/25 11:38:47 cmc 1.75.12.2: #i30554# SwDoc::GetGlobalMacro is obsolete 2004/06/25 11:37:33 cmc 1.75.12.1: #i30554# SwDoc::DelGlobalMacro is obsolete

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ebc7fbce37f3620b4bc43ee6c4fb4ff6012c17bf]

        INTEGRATION: CWS tune05 (1.9.170); FILE MERGED 2004/07/23 15:53:19 mhu 1.9.170.2: RESYNC: (1.9-1.10); FILE MERGED 2004/07/22 08:04:07 cmc 1.9.170.1: #i30554# SwContact::GetCntntAnchorNode unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2754e9ec27e8a260d62b151073db917dc7ba47f3]

        INTEGRATION: CWS tune05 (1.23.52); FILE MERGED 2004/08/03 14:23:51 cmc 1.23.52.4: Undo where I cut too deep 2004/07/22 09:30:26 cmc 1.23.52.3: #i30554# unused SwCrsrShell methods 2004/07/22 07:54:48 cmc 1.23.52.2: #i30554# SwCrsrShell::GetCharCount unused 2004/07/19 09:15:48 cmc 1.23.52.1: #i30554# some PaMCorrAbs varients unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1ea5729f4acc1c530d953fca684df235af89019c]

        INTEGRATION: CWS tune05 (1.1.1.1.776); FILE MERGED 2004/07/22 11:07:19 cmc 1.1.1.1.776.1: #i30554# unused BigPtrArray::GetIndex

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c3e216a709414b061d2726065ab167b3e384e62c]

        INTEGRATION: CWS tune05 (1.6.752); FILE MERGED 2004/07/22 08:35:24 cmc 1.6.752.1: #i30554# SwAuthorityFieldType::RemoveUnusedFields unused

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [53afbdea4822e34d4d1ec642039d36dad5909da7]

        INTEGRATION: CWS tune05 (1.2.736); FILE MERGED 2004/07/22 10:57:44 cmc 1.2.736.1: #i30554# unused SwAutoCompleteWord methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [410f592d654a845ae42cbf1987ff0945f2b2055f]

        INTEGRATION: CWS tune05 (1.23.564); FILE MERGED 2004/07/22 10:55:11 cmc 1.23.564.1: #i30554# unused SwAccessibleMap::PixelToCore varient

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [aca5a9ed13c7c44ce712b666ccaf6fe00a51c847]

        INTEGRATION: CWS tune05 (1.2.54); FILE MERGED 2004/07/22 10:48:03 cmc 1.2.54.1: #i30554# unused SwUndoField::RestoreFieldType

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [923aceb6f46678c697851ffbd0eb6fab7d3a2d6a]

        INTEGRATION: CWS tune05 (1.3.54); FILE MERGED 2004/07/22 10:46:22 cmc 1.3.54.1: #i30554# unused SwRewriter methods

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c139f506aa372da87153fcef545318c80f7ba299]

        INTEGRATION: CWS tune05 (1.2.320); FILE MERGED 2004/07/20 10:57:50 cmc 1.2.320.1: #i30554# employ more SOLAR_JAVA to put dependant bits together

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4a129d593127b5b57cc9266a91c89d3598f503bb]

        INTEGRATION: CWS unotlc (1.38.28); FILE MERGED 2004/08/04 12:06:35 mav 1.38.28.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9c5431a9410aa4f53414d0c434420bcc9bd18b4f]

        INTEGRATION: CWS unotlc (1.66.26); FILE MERGED 2004/08/04 12:06:34 mav 1.66.26.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ca30b0ce703456f38bbc646d408893e80749920b]

        INTEGRATION: CWS unotlc (1.91.28); FILE MERGED 2004/08/04 15:28:49 dbo 1.91.28.2: #i32418# typo 2004/08/04 12:06:34 mav 1.91.28.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d1176a025f4f50cf20fa377866977a1c87651f73]

        INTEGRATION: CWS unotlc (1.31.52); FILE MERGED 2004/08/04 12:06:34 mav 1.31.52.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a9f4b852d377773859f081c0c3076546b45e8853]

        INTEGRATION: CWS unotlc (1.34.128); FILE MERGED 2004/08/04 12:06:34 mav 1.34.128.1: #i32418# vnd.sun.star.zip scheme

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d91073c9bdfc7e72fac95546830fc6c5f4d64ea2]

        INTEGRATION: CWS jmf2 (1.74.24); FILE MERGED 2004/07/19 12:58:20 ka 1.74.24.1: #i3316# added AVMEDIA

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e6724b9bcb15ee10344c37ffebc211f2c2205483]

        INTEGRATION: CWS jmf2 (1.71.10); FILE MERGED 2004/07/22 18:19:30 ka 1.71.10.2: support for transparent backgrounds 2004/07/22 09:57:13 ka 1.71.10.1: erase window instead of drawing a rect

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7f473608d42b7ab226283b508628f52096b79e87]

        INTEGRATION: CWS jmf2 (1.54.26); FILE MERGED 2004/07/23 22:48:14 ka 1.54.26.3: RESYNC: (1.55-1.56); FILE MERGED 2004/07/14 06:21:31 ka 1.54.26.2: RESYNC: (1.54-1.55); FILE MERGED 2004/07/01 11:03:29 ka 1.54.26.1: #i3316#: added JMVACCESSLIB

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [37ee738bdb1f37a34ce85d000424d92154af0881]

        INTEGRATION: CWS jmf2 (1.10.26); FILE MERGED 2004/07/01 14:38:01 ka 1.10.26.1: #i3316#: use default size of 1x1

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0070fab11a4de2ee04744d7f258619c3213f5a8d]

        INTEGRATION: CWS jmf2 (1.89.26); FILE MERGED 2004/07/01 11:02:05 ka 1.89.26.1: #i3316#: support for external events

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [27fbc36b933bef21ec46e2c8f19249983b0c338b]

        INTEGRATION: CWS jmf2 (1.27.8); FILE MERGED 2004/07/22 18:19:31 ka 1.27.8.1: support for transparent backgrounds

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4a23b0c2ad852955b3bf7399f2515009817cc13f]

        INTEGRATION: CWS jmf2 (1.37.24); FILE MERGED 2004/07/23 13:31:01 ka 1.37.24.3: #i3316#: added mediaobjectbar for writer 2004/07/22 18:25:03 ka 1.37.24.2: media support for calc 2004/07/15 15:34:11 ka 1.37.24.1: #i3316#: changes for m47 build

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8d2b0075afbd318fa157e40c9811cb81374f3852]

        INTEGRATION: CWS jmf2 (1.13.24); FILE MERGED 2004/07/14 15:39:55 ka 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED 2004/07/01 11:01:04 ka 1.13.24.1: #i3316#: added javachild.cxx

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3452afcfbc7f97ca28d0cc6b45ce42a88bda2bf3]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/18 11:17:15 ka 1.1.2.2: syntax 2004/07/01 10:32:01 ka 1.1.2.1: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6d1d15ade5999f2d1278694036ac1bbd881277ce]

        INTEGRATION: CWS jmf2 (1.4.128); FILE MERGED 2004/08/04 10:35:54 ka 1.4.128.2: #i32356#: set slider position immediately after click (WB_SLIDERSET) 2004/07/22 18:19:30 ka 1.4.128.1: support for transparent backgrounds

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [cef167036d6ed8589b06da77146a57db3f3b7294]

        INTEGRATION: CWS jmf2 (1.46.30); FILE MERGED 2004/07/15 15:33:46 ka 1.46.30.5: #i3316#: changes for m47 build 2004/07/14 06:42:39 ka 1.46.30.4: RESYNC: (1.46-1.48); FILE MERGED 2004/07/13 14:18:50 ka 1.46.30.3: #i3316#: use SfxStringItem for SID_INSERT_AVMEDIA 2004/07/09 14:45:12 ka 1.46.30.2: #i3316#: added slots for media handling 2004/07/09 14:10:05 ka 1.46.30.1: #i3316#: added slots for media handling

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5c974a7594635a1ee344b1177cf7a2723c029925]

        INTEGRATION: CWS jmf2 (1.49.26); FILE MERGED 2004/07/14 15:39:47 ka 1.49.26.3: RESYNC: (1.49-1.51); FILE MERGED 2004/07/01 14:36:59 ka 1.49.26.2: #i3316#: added support for external mouse and key events 2004/07/01 11:00:07 ka 1.49.26.1: #i3316#: support for external events

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [49d4417bf80115b35745305a65a16b58dd8f5882]

        INTEGRATION: CWS jmf2 (1.38.14); FILE MERGED 2004/07/14 06:07:50 ka 1.38.14.2: RESYNC: (1.38-1.39); FILE MERGED 2004/07/01 10:59:23 ka 1.38.14.1: #i3316#: added javachild.hxx

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [58c0f106a63eb941b0ad0e1e80f3ae9534a43016]

        INTEGRATION: CWS jmf2 (1.95.32); FILE MERGED 2004/07/14 09:55:43 ka 1.95.32.1: #i3316#: added Media Player toolbar item

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [75bc88808eed531b24300c88c278a023103f35c4]

        INTEGRATION: CWS jmf2 (1.6.48); FILE MERGED 2004/07/29 07:30:42 ka 1.6.48.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [fc5ebf4e97b39511e5214f6b7c1d7efd2ef652b7]

        INTEGRATION: CWS jmf2 (1.25.4); FILE MERGED 2004/07/29 07:30:42 ka 1.25.4.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5a1c4384994f5a34fbae90b8ce81c360ef7ae02b]

        INTEGRATION: CWS jmf2 (1.6.28); FILE MERGED 2004/07/14 00:39:51 ka 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/11 22:09:16 ka 1.6.28.1: #i3316# added media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [778016aad1eb502c1b4e7db3b5786df19d6570ca]

        INTEGRATION: CWS jmf2 (1.50.28); FILE MERGED 2004/07/15 15:37:32 ka 1.50.28.1: #i3316#: changes for m47 build

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [bc931c882622ce300f10677c841f789793864b30]

        INTEGRATION: CWS jmf2 (1.5.16); FILE MERGED 2004/07/23 22:05:29 ka 1.5.16.3: RESYNC: (1.7-1.8); FILE MERGED 2004/07/14 01:18:42 ka 1.5.16.2: RESYNC: (1.5-1.7); FILE MERGED 2004/07/11 21:03:51 ka 1.5.16.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [03fdb7f3f33437f96aa4d1b7cfac1c55801dbd7c]

        INTEGRATION: CWS jmf2 (1.4.16); FILE MERGED 2004/07/23 22:05:21 ka 1.4.16.3: RESYNC: (1.6-1.7); FILE MERGED 2004/07/14 01:14:04 ka 1.4.16.2: RESYNC: (1.4-1.6); FILE MERGED 2004/07/11 21:03:50 ka 1.4.16.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ede0f7a5f70c9b9e32200b439f5ee74edca8b887]

        INTEGRATION: CWS jmf2 (1.12.64); FILE MERGED 2004/07/23 23:19:25 ka 1.12.64.2: RESYNC: (1.12-1.13); FILE MERGED 2004/07/11 19:56:31 ka 1.12.64.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1fc2d1809e5785557f748645b867a80575e1e596]

        INTEGRATION: CWS jmf2 (1.2.28); FILE MERGED 2004/07/29 07:13:31 ka 1.2.28.2: #i3316#: string finalization 2004/07/23 13:42:02 ka 1.2.28.1: #i3316#: added mediaobjectbar for writer

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [28a37db0de9fca80ec46746fa7de6dbc071838f7]

        INTEGRATION: CWS jmf2 (1.2.28); FILE MERGED 2004/07/29 07:13:31 ka 1.2.28.2: #i3316#: string finalization 2004/07/23 13:42:01 ka 1.2.28.1: #i3316#: added mediaobjectbar for writer

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [dc84cae9aa71f8b5dbf852d18c0ba262b60a0d48]

        INTEGRATION: CWS jmf2 (1.37.14); FILE MERGED 2004/07/21 11:16:39 ka 1.37.14.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [db4af53ac2535074079033915980775d15aa8215]

        INTEGRATION: CWS jmf2 (1.9.750); FILE MERGED 2004/07/23 15:13:09 ka 1.9.750.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [130dff6ab97ab09f689421dfcd5852848091be4b]

        INTEGRATION: CWS jmf2 (1.2.28); FILE MERGED 2004/07/29 07:13:30 ka 1.2.28.2: #i3316#: string finalization 2004/07/15 15:39:11 ka 1.2.28.1: #i3316#: added mediaobjectbar

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [073b9b2b3b80505e86343cc4cc18045fb8bffb2c]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/23 15:17:03 ka 1.1.2.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a4d3e204a8a12d23575f2abb5cbd27adb808c95a]

        INTEGRATION: CWS jmf2 (1.2.32); FILE MERGED 2004/07/21 10:39:18 ka 1.2.32.1: #i3316#: avmedia support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0a5bd84a7e033a77732d2a0189abf4efd524401c]

        INTEGRATION: CWS jmf2 (1.4.6); FILE MERGED 2004/07/20 15:30:32 ka 1.4.6.4: #i3316#: set property for command image 2004/07/14 15:39:38 ka 1.4.6.3: RESYNC: (1.4-1.9); FILE MERGED 2004/07/13 16:39:36 ka 1.4.6.2: #i3316#: String finalization 2004/07/11 13:58:24 ka 1.4.6.1: addee Media nodes

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [835bf8fc8062be4454b54349023eced37d48dc22]

        INTEGRATION: CWS jmf2 (1.6.32); FILE MERGED 2004/07/23 15:13:07 ka 1.6.32.2: #i3316#: support for media objects 2004/07/21 11:16:39 ka 1.6.32.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4e19eb01941828540f9a42c4f34deb74f1e90248]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/23 15:16:45 ka 1.1.2.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ad4ecd545b891552462b328169b213d29d5d744c]

        INTEGRATION: CWS jmf2 (1.2.28); FILE MERGED 2004/07/29 07:13:30 ka 1.2.28.2: #i3316#: string finalization 2004/07/15 15:39:10 ka 1.2.28.1: #i3316#: added mediaobjectbar

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [130a5161569df0f4d556aa187b0a11e417198cbf]

        INTEGRATION: CWS jmf2 (1.6.32); FILE MERGED 2004/07/23 15:13:06 ka 1.6.32.2: #i3316#: support for media objects 2004/07/21 11:16:39 ka 1.6.32.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [88ed93a3f1a3adaebcd83661f00df475d9fc46a1]

        INTEGRATION: CWS jmf2 (1.2.28); FILE MERGED 2004/07/29 07:13:30 ka 1.2.28.2: #i3316#: string finalization 2004/07/23 11:12:21 ka 1.2.28.1: #i3316#: added mediaobjectbar for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6f6d77e911e78035e3ce39ab5d9381b419624ab2]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/23 15:16:27 ka 1.1.2.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c9ffb2f11ad2cb731398ab7132decec2e539a1bc]

        INTEGRATION: CWS jmf2 (1.2.32); FILE MERGED 2004/07/21 10:39:17 ka 1.2.32.1: #i3316#: avmedia support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c0b6f44770832c2cab3f48fab1d26266c351fd88]

        INTEGRATION: CWS jmf2 (1.6.32); FILE MERGED 2004/07/23 15:13:05 ka 1.6.32.2: #i3316#: support for media objects 2004/07/21 11:16:38 ka 1.6.32.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ae4b0b89ab187692534c2d67705bf01ebf78756e]

        INTEGRATION: CWS jmf2 (1.33.24); FILE MERGED 2004/07/23 15:13:04 ka 1.33.24.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3f920858880ab0b105ff654c5230e1b2d867a8e1]

        INTEGRATION: CWS jmf2 (1.22.156); FILE MERGED 2004/07/21 11:16:37 ka 1.22.156.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [bfce2c23de87eed1a0dc2c1284e054f9399a2cb6]

        INTEGRATION: CWS jmf2 (1.47.68); FILE MERGED 2004/07/23 22:34:08 ka 1.47.68.2: RESYNC: (1.47-1.48); FILE MERGED 2004/07/21 11:16:37 ka 1.47.68.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [176de49bda851a332beac54b041f1a443f09d35b]

        INTEGRATION: CWS jmf2 (1.12.586); FILE MERGED 2004/07/21 11:16:37 ka 1.12.586.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [26a12f0b31e6637001ef9996d7054bf032738497]

        INTEGRATION: CWS jmf2 (1.71.18); FILE MERGED 2004/07/23 22:34:00 ka 1.71.18.2: RESYNC: (1.71-1.72); FILE MERGED 2004/07/23 15:13:04 ka 1.71.18.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d2fca4b6e64abfc10825309566c083a231326588]

        INTEGRATION: CWS jmf2 (1.35.72); FILE MERGED 2004/07/23 15:13:02 ka 1.35.72.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6cdc120f78ca1215ce28676542b90d622a13b778]

        INTEGRATION: CWS jmf2 (1.21.8); FILE MERGED 2004/07/23 15:13:02 ka 1.21.8.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [420dd62a83e177a7e197d37558dde98138572784]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/08/10 11:58:09 ka 1.1.2.4: #i32728#: added SID_DELETE slots to delete media  objects 2004/07/29 07:16:19 ka 1.1.2.3: #i3316#: string finalization 2004/07/25 17:12:09 ka 1.1.2.2: syntax 2004/07/23 15:15:30 ka 1.1.2.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [226bef2c6daaf3e1c1bef61fd2d1b60779d7b066]

        INTEGRATION: CWS jmf2 (1.7.158); FILE MERGED 2004/07/23 15:13:01 ka 1.7.158.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5cb8fc687710938d01c094713dfe192f9fc9267d]

        INTEGRATION: CWS jmf2 (1.10.78); FILE MERGED 2004/07/27 13:49:41 ka 1.10.78.3: m48 changes 2004/07/26 15:05:30 ka 1.10.78.2: #i3316#: create drawview if not available 2004/07/23 15:13:01 ka 1.10.78.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0e810ea3c973c436b39516b49267b14a3e8f2303]

        INTEGRATION: CWS jmf2 (1.54.16); FILE MERGED 2004/08/02 10:58:53 ka 1.54.16.1: inserting media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8277d6794358bcb80314524bc8298a28443664bc]

        INTEGRATION: CWS jmf2 (1.19.16); FILE MERGED 2004/07/23 15:13:00 ka 1.19.16.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [da4dfa832952a57d812db3d955607e3ca35851be]

        INTEGRATION: CWS jmf2 (1.22.84); FILE MERGED 2004/07/23 15:13:00 ka 1.22.84.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0e420c1ddfbb5f36f1a762ac0ad0bfb9581fefb2]

        INTEGRATION: CWS jmf2 (1.10.88); FILE MERGED 2004/07/23 15:13:00 ka 1.10.88.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ac114880f4bf2b54abcb52780364839424c5342f]

        INTEGRATION: CWS jmf2 (1.6.620); FILE MERGED 2004/07/23 15:13:00 ka 1.6.620.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5ddb5c646172cbe4f8977093fdb02d32fe2efcfe]

        INTEGRATION: CWS jmf2 (1.1.1.1.794); FILE MERGED 2004/07/23 15:12:59 ka 1.1.1.1.794.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c0a6b5b037f559710237d4c7faba82847e8a2f71]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/23 15:15:09 ka 1.1.2.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [dad9fe466d611248aa27085e2c1ed87834be4e70]

        INTEGRATION: CWS jmf2 (1.39.92); FILE MERGED 2004/07/23 15:12:59 ka 1.39.92.2: #i3316#: support for media objects 2004/07/21 11:16:37 ka 1.39.92.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0420ca0da68e30806aeaed562d4cc8063140697e]

        INTEGRATION: CWS jmf2 (1.35.18); FILE MERGED 2004/07/23 15:12:58 ka 1.35.18.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [59c5b9218b9911194b5b935d91c7af7766d84c27]

        INTEGRATION: CWS jmf2 (1.5.228); FILE MERGED 2004/07/23 15:12:58 ka 1.5.228.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4676655ee113fb5803ad48fb3863407df4ef4701]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/23 15:14:08 ka 1.1.2.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [997b582aa2b3641e7bbbd46c2b288fa726f93f77]

        INTEGRATION: CWS jmf2 (1.16.186); FILE MERGED 2004/07/21 11:16:36 ka 1.16.186.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0d24a1851fd4beea7deb1b5a3d1bb1436c577519]

        INTEGRATION: CWS jmf2 (1.28.8); FILE MERGED 2004/07/26 15:03:56 ka 1.28.8.2: syntax 2004/07/23 15:12:58 ka 1.28.8.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [aae73ed5b8c04306e93fdb4b858a8485fdb28c58]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/08/10 11:58:09 ka 1.1.2.2: #i32728#: added SID_DELETE slots to delete media  objects 2004/07/23 15:13:57 ka 1.1.2.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6f40f387e63e2ba42c605dc59f822e9e4720c76d]

        INTEGRATION: CWS jmf2 (1.1.1.1.794); FILE MERGED 2004/07/23 15:12:56 ka 1.1.1.1.794.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6bbb76e810a995f52694adda0c50aa1b6e4863e2]

        INTEGRATION: CWS jmf2 (1.22.106); FILE MERGED 2004/07/23 15:12:56 ka 1.22.106.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9f287ed6144b76a88a7082f1b7c5476a0eec898d]

        INTEGRATION: CWS jmf2 (1.44.40); FILE MERGED 2004/07/14 05:38:51 ka 1.44.40.2: RESYNC: (1.44-1.47); FILE MERGED 2004/07/09 13:43:10 ka 1.44.40.1: added media interfaces

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [91257b68c0439a776671f6f8c24973fd34bfc35e]

        INTEGRATION: CWS jmf2 (1.75.70); FILE MERGED 2004/07/14 14:42:27 ka 1.75.70.2: RESYNC: (1.75-1.79); FILE MERGED 2004/07/09 13:41:57 ka 1.75.70.1: added media interfaces

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3859e66c4e2bf9d1312cd63740f8ca6633e9cc20]

        INTEGRATION: CWS jmf2 (1.60.70); FILE MERGED 2004/07/14 14:41:10 ka 1.60.70.2: RESYNC: (1.60-1.63); FILE MERGED 2004/07/09 13:41:56 ka 1.60.70.1: added media interfaces

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ff21ec38ae409a349701badcb537edca784a9f60]

        INTEGRATION: CWS jmf2 (1.59.72); FILE MERGED 2004/07/14 15:40:11 ka 1.59.72.2: RESYNC: (1.59-1.63); FILE MERGED 2004/07/09 13:41:56 ka 1.59.72.1: added media interfaces

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4ec95a6e25a7c791128eae5f14282c21807f641a]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/09 13:39:12 ka 1.1.2.1: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [27d5d747329f715192cb6de51b26b3b5ef9017dc]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/09 13:38:59 ka 1.1.2.1: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [fd62a0245d0ff14e43c8dcb81166677c99301dae]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/09 13:38:45 ka 1.1.2.1: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b45ffaed2481328d58ce875e5884a75cc50c68ce]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/09 13:38:32 ka 1.1.2.1: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a8b85df88a2a458d6737d48da5ec734442de7012]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/09 13:38:20 ka 1.1.2.1: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b12354df2fa596b7be32d3e5d10bed700662d269]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/09 13:37:39 ka 1.1.2.1: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e6578807fcb450c7b72f026db65c46a4ca0226d6]

        INTEGRATION: CWS jmf2 (1.32.8); FILE MERGED 2004/07/15 15:56:30 ka 1.32.8.1: #i3316#: solve MouseEvent ambiguity

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [df1d1bb85865f180194336e9e3261d092fc047c3]

        INTEGRATION: CWS jmf2 (1.23.8); FILE MERGED 2004/07/15 15:56:29 ka 1.23.8.1: #i3316#: solve MouseEvent ambiguity

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [28855d84a8b90b16c4a61e6f64473a6975a195df]

        INTEGRATION: CWS jmf2 (1.58.8); FILE MERGED 2004/07/15 15:56:29 ka 1.58.8.1: #i3316#: solve MouseEvent ambiguity

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [40661b7c4116e60dd162ab9688058e0eaa24c1ff]

        INTEGRATION: CWS jmf2 (1.14.12); FILE MERGED 2004/07/15 15:56:29 ka 1.14.12.1: #i3316#: solve MouseEvent ambiguity

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7836248dfefd9b7370cfb0c8a0e73a096c789f57]

        INTEGRATION: CWS jmf2 (1.25.46); FILE MERGED 2004/07/19 10:43:40 ka 1.25.46.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2da8273a7f80044d470ec28fa2d0c24b9f529a72]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/22 18:38:57 ka 1.1.2.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d8e038a0793f68418fdb18621f055b06df3321a5]

        INTEGRATION: CWS jmf2 (1.6.32); FILE MERGED 2004/07/23 22:16:39 ka 1.6.32.3: RESYNC: (1.6-1.7); FILE MERGED 2004/07/22 18:35:55 ka 1.6.32.2: #i3316#: media support for calc 2004/07/19 10:43:39 ka 1.6.32.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2ee9adae976d5eff1ad6feee2b041d53fc95fc29]

        INTEGRATION: CWS jmf2 (1.17.224); FILE MERGED 2004/07/23 22:15:57 ka 1.17.224.2: RESYNC: (1.17-1.18); FILE MERGED 2004/07/23 09:45:48 ka 1.17.224.1: #i3316#: inserting media feature

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [518d71a96b0ec54e361fe429f60cb266480c5c9e]

        INTEGRATION: CWS jmf2 (1.5.508); FILE MERGED 2004/08/02 10:57:29 ka 1.5.508.3: inserting media objects 2004/07/23 22:15:49 ka 1.5.508.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/19 10:43:38 ka 1.5.508.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ac05a07118c41112db4bf257be4233e107083ee7]

        INTEGRATION: CWS jmf2 (1.40.34); FILE MERGED 2004/07/22 18:35:54 ka 1.40.34.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [347a201dc5fdc477405552c6776ce9a28b52f53a]

        INTEGRATION: CWS jmf2 (1.6.174); FILE MERGED 2004/07/19 10:43:38 ka 1.6.174.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3d6b8cd96d21a27f1ee6ec7c11694b4642a0a89c]

        INTEGRATION: CWS jmf2 (1.24.72); FILE MERGED 2004/07/23 22:14:46 ka 1.24.72.2: RESYNC: (1.24-1.25); FILE MERGED 2004/07/22 18:35:54 ka 1.24.72.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [271c54cf4a6fe832fcf7c4d12fa301272d75fd82]

        INTEGRATION: CWS jmf2 (1.80.50); FILE MERGED 2004/07/29 07:15:08 ka 1.80.50.2: #i3316#: string finalization 2004/07/22 18:35:53 ka 1.80.50.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5ab3c1e45575801f9e6cf795a665ff42de0ec638]

        INTEGRATION: CWS jmf2 (1.16.78); FILE MERGED 2004/07/22 18:35:52 ka 1.16.78.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b68cf0a70d3b28fd83b1fe5b8f047f416e63d4ae]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/22 18:38:11 ka 1.1.2.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e8d5eb15681f65648bdf109a1270c146013f5bca]

        INTEGRATION: CWS jmf2 (1.1.1.1.548); FILE MERGED 2004/07/23 09:45:48 ka 1.1.1.1.548.1: #i3316#: inserting media feature

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6bdf3b9b466572db3340b3e5dc9dd88f8937d36e]

        INTEGRATION: CWS jmf2 (1.61.50); FILE MERGED 2004/07/23 12:56:48 ka 1.61.50.2: media cleanup 2004/07/22 18:35:52 ka 1.61.50.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6b6ba2c0eec70e11c547050b68d21bd41ef8a36c]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/29 07:27:12 ka 1.1.2.5: #i3316#: syntax 2004/07/29 07:15:07 ka 1.1.2.4: #i3316#: string finalization 2004/07/25 16:52:35 ka 1.1.2.3: syntax 2004/07/23 12:56:47 ka 1.1.2.2: media cleanup 2004/07/22 18:37:50 ka 1.1.2.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2b7ead939311b06ec3b98d5f30042ff593119c54]

        INTEGRATION: CWS jmf2 (1.4.236); FILE MERGED 2004/07/22 18:35:52 ka 1.4.236.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [234c6f8e6b52cc9786067b7c07373ceb16e22a32]

        INTEGRATION: CWS jmf2 (1.4.174); FILE MERGED 2004/07/27 13:39:24 ka 1.4.174.3: m48 changes 2004/07/26 14:57:49 ka 1.4.174.2: use optimal size for media objects 2004/07/23 09:45:47 ka 1.4.174.1: #i3316#: inserting media feature

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7e58ef46e13b48953bf9073fcefb6aa59e1914b5]

        INTEGRATION: CWS jmf2 (1.11.36); FILE MERGED 2004/07/22 18:35:51 ka 1.11.36.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6121fa29c009a67b56d7f21fc90c28c1b2fff060]

        INTEGRATION: CWS jmf2 (1.18.126); FILE MERGED 2004/07/23 12:56:47 ka 1.18.126.3: media cleanup 2004/07/22 18:35:51 ka 1.18.126.2: #i3316#: media support for calc 2004/07/19 10:43:37 ka 1.18.126.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6455305247190d1eeb7e52a1fa649791678c77cf]

        INTEGRATION: CWS jmf2 (1.12.216); FILE MERGED 2004/07/23 22:06:48 ka 1.12.216.3: RESYNC: (1.12-1.13); FILE MERGED 2004/07/23 09:45:46 ka 1.12.216.2: #i3316#: inserting media feature 2004/07/19 10:43:36 ka 1.12.216.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [7fefbac3fc519b8349062ec7ff8d1f904fbde225]

        INTEGRATION: CWS jmf2 (1.7.174); FILE MERGED 2004/07/22 18:35:50 ka 1.7.174.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [77479da8050fcefcba25e5058fcc495945b78251]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/22 18:37:15 ka 1.1.2.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3245385856d2962f98934c05d44d9c29bc0fffcf]

        INTEGRATION: CWS jmf2 (1.5.174); FILE MERGED 2004/07/22 18:35:50 ka 1.5.174.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d49eecbe2c2cfe8c1043b9c4cab58fdd23bb5f6a]

        INTEGRATION: CWS jmf2 (1.1.1.1.548); FILE MERGED 2004/07/22 18:35:50 ka 1.1.1.1.548.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [182185650a2a6f5dda2e8f90c56d91006d889fdd]

        INTEGRATION: CWS jmf2 (1.40.76); FILE MERGED 2004/07/23 22:05:48 ka 1.40.76.2: RESYNC: (1.40-1.41); FILE MERGED 2004/07/22 18:35:49 ka 1.40.76.1: #i3316#: media support for calc

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2d773f86318ead8f09b122f2a1813b462d967465]

        INTEGRATION: CWS jmf2 (1.29.14); FILE MERGED 2004/07/23 22:05:36 ka 1.29.14.4: RESYNC: (1.30-1.31); FILE MERGED 2004/07/19 10:42:51 ka 1.29.14.3: #i3316#: media support 2004/07/14 01:23:46 ka 1.29.14.2: RESYNC: (1.29-1.30); FILE MERGED 2004/07/11 20:31:27 ka 1.29.14.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f7343f7308b2e19d917ffe31cee4a4014b2cb064]

        INTEGRATION: CWS jmf2 (1.7.16); FILE MERGED 2004/07/11 20:25:46 ka 1.7.16.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [bd0583a3d1f5577b34e9a5ce2cf4ea515bd9bc1a]

        INTEGRATION: CWS jmf2 (1.2.456); FILE MERGED 2004/07/11 20:25:46 ka 1.2.456.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b05c10ad8e5b603659802e15bab8dd03957bebe0]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/15 15:40:57 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [27e27ec2fb566f90741b10dfffed3cd7a16e3169]

        INTEGRATION: CWS jmf2 (1.2.28); FILE MERGED 2004/07/21 10:30:29 ka 1.2.28.1: #i3316#: error handling

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c3c11ffb95e622affa50801892438c9d1c32dbdd]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/15 15:40:38 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [dcd23bc000f2fe92cc3f5c8b949c38e506dce462]

        INTEGRATION: CWS jmf2 (1.2.28); FILE MERGED 2004/07/21 10:30:28 ka 1.2.28.1: #i3316#: error handling

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [537ae3ed4e11300e85f55bf632c214adbccc95fc]

        INTEGRATION: CWS jmf2 (1.31.14); FILE MERGED 2004/07/27 13:33:01 ka 1.31.14.1: m48 changes

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [756594a1546734d77482ff4222fd994bc1aaa19c]

        INTEGRATION: CWS jmf2 (1.17.14); FILE MERGED 2004/08/03 10:30:30 ka 1.17.14.1: media support for d&d

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3a6509475b61f6ab39ceb3f468bba307d54a78bd]

        INTEGRATION: CWS jmf2 (1.11.24); FILE MERGED 2004/07/23 22:02:10 ka 1.11.24.3: RESYNC: (1.12-1.13); FILE MERGED 2004/07/14 01:13:01 ka 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2004/07/11 20:20:46 ka 1.11.24.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [657de011d07106fbd9b944c2904a5bd04c4837ee]

        INTEGRATION: CWS jmf2 (1.8.114); FILE MERGED 2004/07/23 22:01:27 ka 1.8.114.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/11 20:20:46 ka 1.8.114.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a1f7bca632eb5da222ac4cc7d8bb32954b8f1076]

        INTEGRATION: CWS jmf2 (1.20.22); FILE MERGED 2004/07/23 22:00:16 ka 1.20.22.2: RESYNC: (1.20-1.22); FILE MERGED 2004/07/11 20:20:46 ka 1.20.22.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f78ac2c3d3aca6107e6a46517d0b163cf5cf692f]

        INTEGRATION: CWS jmf2 (1.20.22); FILE MERGED 2004/07/27 13:33:01 ka 1.20.22.4: m48 changes 2004/07/23 23:34:15 ka 1.20.22.3: RESYNC: (1.23-1.26); FILE MERGED 2004/07/14 01:12:53 ka 1.20.22.2: RESYNC: (1.20-1.23); FILE MERGED 2004/07/11 20:20:46 ka 1.20.22.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e6c4b4fd19a79c828e79e9f0158eeca55b471833]

        INTEGRATION: CWS jmf2 (1.11.14); FILE MERGED 2004/08/02 10:54:52 ka 1.11.14.1: inserting media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [71f301d61b19780c7d95bc1b48e782bfaff5028d]

        INTEGRATION: CWS jmf2 (1.7.64); FILE MERGED 2004/07/25 16:38:04 ka 1.7.64.3: syntax 2004/07/23 21:59:41 ka 1.7.64.2: RESYNC: (1.7-1.9); FILE MERGED 2004/07/11 20:20:45 ka 1.7.64.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f274182232ff8855f5c7f73640a3d3cf3f384504]

        INTEGRATION: CWS jmf2 (1.41.60); FILE MERGED 2004/07/23 21:59:33 ka 1.41.60.2: RESYNC: (1.41-1.44); FILE MERGED 2004/07/11 20:20:45 ka 1.41.60.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b17d67193e4d48c0acf9bb7f66c5111184eec41e]

        INTEGRATION: CWS jmf2 (1.8.62); FILE MERGED 2004/07/23 23:34:07 ka 1.8.62.2: RESYNC: (1.8-1.10); FILE MERGED 2004/07/11 20:20:45 ka 1.8.62.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8d90e9065ec5b98d2721165841a544fec102e2fb]

        INTEGRATION: CWS jmf2 (1.17.62); FILE MERGED 2004/07/23 21:59:08 ka 1.17.62.2: RESYNC: (1.17-1.21); FILE MERGED 2004/07/16 14:48:34 ka 1.17.62.1: #i3316#: added context menu for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6428e17f0520876301dcb299880052bb449bd012]

        INTEGRATION: CWS jmf2 (1.37.22); FILE MERGED 2004/07/27 13:33:01 ka 1.37.22.5: m48 changes 2004/07/25 16:38:03 ka 1.37.22.4: syntax 2004/07/23 23:33:59 ka 1.37.22.3: RESYNC: (1.38-1.40); FILE MERGED 2004/07/14 01:12:33 ka 1.37.22.2: RESYNC: (1.37-1.38); FILE MERGED 2004/07/11 20:20:45 ka 1.37.22.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f3361c1632c0e031d5de576c060c7311eb107e7f]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/25 16:44:20 ka 1.1.2.4: syntax 2004/07/25 16:38:03 ka 1.1.2.3: syntax 2004/07/15 15:42:57 ka 1.1.2.2: #i3316#: changes for m47 build 2004/07/11 19:55:19 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1a43b388b4dd1ae00437c30f9afab32c9630bdcd]

        INTEGRATION: CWS jmf2 (1.19.44); FILE MERGED 2004/07/23 21:29:45 ka 1.19.44.2: RESYNC: (1.19-1.20); FILE MERGED 2004/07/11 20:10:44 ka 1.19.44.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0f5d938fa720487b344aeb07233c8cb8b206a0d3]

        INTEGRATION: CWS jmf2 (1.13.64); FILE MERGED 2004/07/23 23:33:51 ka 1.13.64.2: RESYNC: (1.13-1.14); FILE MERGED 2004/07/19 10:42:50 ka 1.13.64.1: #i3316#: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [43c84cb013a26b04358d37d90de3193b6d2dd550]

        INTEGRATION: CWS jmf2 (1.3.120); FILE MERGED 2004/07/11 20:10:44 ka 1.3.120.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [93810f2e7717b094578c8467dace96a92bba7691]

        INTEGRATION: CWS jmf2 (1.2.340); FILE MERGED 2004/07/11 20:10:43 ka 1.2.340.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [aaa1fc6be551f1914530c0644bcaa63f43fad863]

        INTEGRATION: CWS jmf2 (1.5.14); FILE MERGED 2004/08/03 10:30:29 ka 1.5.14.1: media support for d&d

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c341920bc2ae3ade015c40287e600673822c0c0e]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/11 19:55:02 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [5b829d373ba696c49a87de8c516fed3225bdc6b7]

        INTEGRATION: CWS jmf2 (1.24.16); FILE MERGED 2004/07/23 21:14:55 ka 1.24.16.3: RESYNC: (1.25-1.26); FILE MERGED 2004/07/14 01:06:06 ka 1.24.16.2: RESYNC: (1.24-1.25); FILE MERGED 2004/07/11 20:29:29 ka 1.24.16.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [874478bb896ecdd0c8a337df34abd9b09943c8fd]

        INTEGRATION: CWS jmf2 (1.27.120); FILE MERGED 2004/08/03 10:30:29 ka 1.27.120.9: media support for d&d 2004/07/27 13:33:00 ka 1.27.120.8: m48 changes 2004/07/26 15:27:59 ka 1.27.120.7: syntax 2004/07/26 14:49:31 ka 1.27.120.6: use optimal size for media objects 2004/07/23 21:16:02 ka 1.27.120.5: RESYNC: (1.27-1.28); FILE MERGED 2004/07/23 15:11:27 ka 1.27.120.4: cleanup 2004/07/21 10:30:27 ka 1.27.120.3: #i3316#: error handling 2004/07/13 20:08:06 ka 1.27.120.2: #i3316#: String finalization 2004/07/11 20:13:59 ka 1.27.120.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [99bfcb1303790a39449ddbf49795d6c242c70092]

        INTEGRATION: CWS jmf2 (1.14.64); FILE MERGED 2004/07/29 07:14:08 ka 1.14.64.5: #i3316#: string finalization 2004/07/15 15:42:26 ka 1.14.64.4: #i3316#: changes for m47 build 2004/07/14 00:58:08 ka 1.14.64.3: RESYNC: (1.14-1.15); FILE MERGED 2004/07/13 20:07:34 ka 1.14.64.2: #i3316#: String finalization 2004/07/11 20:08:32 ka 1.14.64.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6f4f8bb5e9e31ae8f2090fe653099b5f1e8f49ad]

        INTEGRATION: CWS jmf2 (1.29.64); FILE MERGED 2004/07/14 00:57:47 ka 1.29.64.2: RESYNC: (1.29-1.30); FILE MERGED 2004/07/11 20:08:32 ka 1.29.64.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [fc6be2937249801b5881ef3023deee2286ca7c51]

        INTEGRATION: CWS jmf2 (1.13.62); FILE MERGED 2004/07/23 23:23:58 ka 1.13.62.3: RESYNC: (1.13-1.14); FILE MERGED 2004/07/11 20:39:24 ka 1.13.62.2: media support 2004/07/11 20:09:38 ka 1.13.62.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ad22d6a6eabbf69b52cbaf6aa67ae40a65774b5d]

        INTEGRATION: CWS jmf2 (1.7.118); FILE MERGED 2004/07/23 23:23:50 ka 1.7.118.3: RESYNC: (1.8-1.9); FILE MERGED 2004/07/14 00:57:15 ka 1.7.118.2: RESYNC: (1.7-1.8); FILE MERGED 2004/07/11 20:09:38 ka 1.7.118.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6afa0a96bcab251298a86cf36a464d792cc2402f]

        INTEGRATION: CWS jmf2 (1.8.28); FILE MERGED 2004/07/15 15:41:54 ka 1.8.28.1: #i3316#: changes for m47 build

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9a8f394b01a7afeac2f66d8ae2ef1ab3474e7c54]

        INTEGRATION: CWS jmf2 (1.55.64); FILE MERGED 2004/07/29 07:14:07 ka 1.55.64.4: #i3316#: string finalization 2004/07/19 13:22:06 ka 1.55.64.3: #i3316#: added media objectbar 2004/07/14 00:53:41 ka 1.55.64.2: RESYNC: (1.55-1.56); FILE MERGED 2004/07/11 19:59:29 ka 1.55.64.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f26a05e05b958577e64ad8d5cc4bc11add59b9ad]

        INTEGRATION: CWS jmf2 (1.6.114); FILE MERGED 2004/07/23 23:22:12 ka 1.6.114.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/11 20:22:58 ka 1.6.114.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [17ba3a0783d17940bc2ee2011d2942f4d87a1573]

        INTEGRATION: CWS jmf2 (1.3.116); FILE MERGED 2004/07/14 00:53:20 ka 1.3.116.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/11 20:22:58 ka 1.3.116.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [9805e134d71a4610a44fa2341b0a19d664020d5d]

        INTEGRATION: CWS jmf2 (1.5.116); FILE MERGED 2004/07/11 20:22:57 ka 1.5.116.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d759e388ff720c6e3da5291e1de56c152ba7bc73]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/11 19:54:32 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [985c995f09e77824cbba288c9fb63853cce9a1a9]

        INTEGRATION: CWS jmf2 (1.5.114); FILE MERGED 2004/07/23 21:05:24 ka 1.5.114.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/11 20:22:57 ka 1.5.114.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f3585bcf8870c8418f8085385277cef4ecdee3de]

        INTEGRATION: CWS jmf2 (1.21.60); FILE MERGED 2004/07/23 21:04:52 ka 1.21.60.3: RESYNC: (1.22-1.23); FILE MERGED 2004/07/14 00:53:00 ka 1.21.60.2: RESYNC: (1.21-1.22); FILE MERGED 2004/07/11 20:22:56 ka 1.21.60.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b325b832e0c947d5a0d04b7808a8d190903fd03c]

        INTEGRATION: CWS jmf2 (1.8.16); FILE MERGED 2004/07/11 19:56:31 ka 1.8.16.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6863cfccef7a60650901636175eb7286497d7172]

        INTEGRATION: CWS jmf2 (1.6.64); FILE MERGED 2004/07/23 23:21:06 ka 1.6.64.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/11 19:56:31 ka 1.6.64.1: media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [6792929e063455b8c99a292480b27b6fa92bb0e1]

        INTEGRATION: CWS jmf2 (1.32.6); FILE MERGED 2004/07/26 14:44:25 ka 1.32.6.4: #i3316#: media support for Gallery 2004/07/19 12:56:57 ka 1.32.6.3: #i3316# using AVMEDIA lib 2004/07/14 00:50:32 ka 1.32.6.2: RESYNC: (1.32-1.33); FILE MERGED 2004/07/09 14:50:53 ka 1.32.6.1: #i3316#: added media object

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ec5e26fd194aa809b8657c3314c685b642b80d4e]

        INTEGRATION: CWS jmf2 (1.114.126); FILE MERGED 2004/07/23 21:01:11 ka 1.114.126.2: RESYNC: (1.114-1.115); FILE MERGED 2004/07/09 14:50:52 ka 1.114.126.1: #i3316#: added media object

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [f9c3b76e9399abd144b154f0d025bf2b13d48a9e]

        INTEGRATION: CWS jmf2 (1.16.320); FILE MERGED 2004/07/14 17:25:10 ka 1.16.320.2: #i3316#: uno support for media objects 2004/07/09 14:50:52 ka 1.16.320.1: #i3316#: added media object

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3a9640731e7ce087933b6ca74a8aa5e90ef65e83]

        INTEGRATION: CWS jmf2 (1.51.130); FILE MERGED 2004/07/16 14:45:05 ka 1.51.130.4: #i3316#: support for media objects 2004/07/14 17:25:09 ka 1.51.130.3: #i3316#: uno support for media objects 2004/07/14 00:49:39 ka 1.51.130.2: RESYNC: (1.51-1.53); FILE MERGED 2004/07/09 14:50:52 ka 1.51.130.1: #i3316#: added media object

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [36bf5c049e99953c7bb34c98dc74fe677e0b74ea]

        INTEGRATION: CWS jmf2 (1.27.128); FILE MERGED 2004/07/23 21:00:49 ka 1.27.128.2: RESYNC: (1.27-1.28); FILE MERGED 2004/07/09 14:50:52 ka 1.27.128.1: #i3316#: added media object

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a58ed261d607f5adaf9f411a4c5878c0681eb405]

        INTEGRATION: CWS jmf2 (1.9.286); FILE MERGED 2004/07/23 20:59:39 ka 1.9.286.2: RESYNC: (1.9-1.10); FILE MERGED 2004/07/09 14:50:51 ka 1.9.286.1: #i3316#: added media object

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b2ef309126d5e4b592493177b22f4ee4d927ce68]

        INTEGRATION: CWS jmf2 (1.81.50); FILE MERGED 2004/07/21 11:18:47 ka 1.81.50.1: #i3316#: avmedia support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [35274a4b9420aa7849429aed1e702db3fbda82d9]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/21 11:18:47 ka 1.1.2.3: #i3316#: avmedia support 2004/07/14 17:28:08 ka 1.1.2.2: #i3316#: uno support for media objects 2004/07/11 14:44:27 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d42ad16c3a39b93897a29b2a1b1d940106583428]

        INTEGRATION: CWS jmf2 (1.64.54); FILE MERGED 2004/07/23 20:58:30 ka 1.64.54.2: RESYNC: (1.64-1.65); FILE MERGED 2004/07/09 14:50:50 ka 1.64.54.1: #i3316#: added media object

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b74c42941dcc6b25f918a3475df4ff20c9ebe2c9]

        INTEGRATION: CWS jmf2 (1.10.126); FILE MERGED 2004/07/23 20:55:56 ka 1.10.126.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/09 14:50:50 ka 1.10.126.1: #i3316#: added media object

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ec3a76c5a825b858abf020035c595897c09e5ef3]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/28 21:09:17 ka 1.1.2.4: #i3316#: optimzed painting 2004/07/26 14:17:11 ka 1.1.2.3: cleanup 2004/07/14 17:27:21 ka 1.1.2.2: #i3316#: uno support for media objects 2004/07/11 14:35:10 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [4d3ea5fdaccdc3e6c60a62bdc8cf2be44e9fdbc0]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/14 17:26:45 ka 1.1.2.2: #i3316#: uno support for media objects 2004/07/11 14:34:35 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [202555fd961ff683dc440eb7f9418678911baa36]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/11 14:34:59 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2619f1a4635233babd60048e7dbbe5d4d865072c]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/11 14:34:48 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [a42015cd3fa830701750dad7492df51ef9a723e8]

        INTEGRATION: CWS jmf2 (1.3.130); FILE MERGED 2004/07/23 23:38:20 ka 1.3.130.3: RESYNC: (1.4-1.5); FILE MERGED 2004/07/14 00:38:16 ka 1.3.130.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/09 14:50:50 ka 1.3.130.1: #i3316#: added media object

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [44eb02df1dbb7e474448845994d920a3bea17e51]

        INTEGRATION: CWS cnpsdk (1.6.6); FILE MERGED 2004/07/30 09:35:53 is 1.6.6.5: RESYNC: (1.6-1.9); FILE MERGED 2004/07/21 15:22:02 is 1.6.6.4: #i31309# java into product 2004/07/16 14:16:48 is 1.6.6.3: #i31485# custom action libraries for quickstarter 2004/07/15 16:49:45 is 1.6.6.2: #i31307# relocatable productname 2004/07/14 17:12:35 is 1.6.6.1: #i31308# building class file dynamically Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [1b17427d0076e4d826cec916d33619f4c5d40ffa]

        INTEGRATION: CWS jmf2 (1.28.642); FILE MERGED 2004/07/26 14:44:24 ka 1.28.642.1: #i3316#: media support for Gallery

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [022e59cac656d07cd90648d5315e1397e142fa2d]

        INTEGRATION: CWS jmf2 (1.16.12); FILE MERGED 2004/08/02 10:47:37 ka 1.16.12.1: #i32298#: use all media filters

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [051d391d5d3e9007702f04df568ec73a3628198a]

        INTEGRATION: CWS jmf2 (1.26.50); FILE MERGED 2004/07/26 14:44:24 ka 1.26.50.1: #i3316#: media support for Gallery

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [aaffc2e995a8840b93c59a418376cc8cda227023]

        INTEGRATION: CWS jmf2 (1.71.50); FILE MERGED 2004/08/02 10:47:36 ka 1.71.50.1: #i32298#: use all media filters

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [772066b2290f2d4bc6699f037e6ac4b08426a746]

        INTEGRATION: CWS jmf2 (1.19.582); FILE MERGED 2004/08/02 10:47:36 ka 1.19.582.2: #i32298#: use all media filters 2004/07/26 14:44:24 ka 1.19.582.1: #i3316#: media support for Gallery

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [78c6b5440ca038b20c7ef33f1e9fbafac7c16648]

        INTEGRATION: CWS jmf2 (1.40.234); FILE MERGED 2004/07/26 14:44:24 ka 1.40.234.1: #i3316#: media support for Gallery

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [a283ed19ccb804e22245858da195a5987a513631]

        INTEGRATION: CWS cnpsdk (1.6.6); FILE MERGED 2004/07/30 09:35:53 is 1.6.6.5: RESYNC: (1.6-1.9); FILE MERGED 2004/07/21 15:22:02 is 1.6.6.4: #i31309# java into product 2004/07/16 14:16:48 is 1.6.6.3: #i31485# custom action libraries for quickstarter 2004/07/15 16:49:45 is 1.6.6.2: #i31307# relocatable productname 2004/07/14 17:12:35 is 1.6.6.1: #i31308# building class file dynamically Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0443356e19dc921dca99c34253d6d42fd6b8e4cc]

        INTEGRATION: CWS jmf2 (1.2.236); FILE MERGED 2004/08/09 15:35:49 ka 1.2.236.1: #i32729#: using new media interfaces for preview

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [34e6b60d5db09dafba752cb5e0aa8493345c9f65]

        INTEGRATION: CWS jmf2 (1.2.236); FILE MERGED 2004/08/09 15:35:49 ka 1.2.236.3: #i32729#: using new media interfaces for preview 2004/08/02 10:47:36 ka 1.2.236.2: #i32298#: use all media filters 2004/07/26 14:44:23 ka 1.2.236.1: #i3316#: media support for Gallery

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b125a6a38ce67bf8d1c93b6beb4e8ea9cf0f5e3a]

        INTEGRATION: CWS jmf2 (1.26.34); FILE MERGED 2004/07/15 15:37:33 ka 1.26.34.1: #i3316#: changes for m47 build

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [3e3f6b6d17a23fbc62240c838701368208b3347d]

        INTEGRATION: CWS jmf2 (1.87.42); FILE MERGED 2004/07/23 23:38:13 ka 1.87.42.3: RESYNC: (1.89-1.93); FILE MERGED 2004/07/13 23:47:47 ka 1.87.42.2: RESYNC: (1.87-1.89); FILE MERGED 2004/07/09 14:50:49 ka 1.87.42.1: #i3316#: added media object

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [2ebf35acb7d295ec5701a7d57e327eaa8fe3a299]

        INTEGRATION: CWS jmf2 (1.12.128); FILE MERGED 2004/07/26 15:16:04 ka 1.12.128.4: syntax 2004/07/23 23:38:04 ka 1.12.128.3: RESYNC: (1.13-1.14); FILE MERGED 2004/07/13 23:47:39 ka 1.12.128.2: RESYNC: (1.12-1.13); FILE MERGED 2004/07/11 14:43:52 ka 1.12.128.1: added avmedia dependency

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [2cca334928d8dbed5e493ca01e42e9d27ca37552]

        INTEGRATION: CWS cnpsdk (1.6.8); FILE MERGED 2004/07/14 17:12:34 is 1.6.8.1: #i31308# building class file dynamically Issue number: Submitted by: Reviewed by:

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [e077516c7d80274999a84313d4349f61c166155c]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/14 17:23:20 ka 1.1.2.2: #i3316#: uno support for media objects 2004/07/01 15:31:17 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [20b09bb52950c570c6f4345c290e0d542016747b]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/14 17:23:20 ka 1.1.2.2: #i3316#: uno support for media objects 2004/07/01 15:30:56 ka 1.1.2.1: #i3316#: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0546978a139cf3d6d1fa77f58a16d7f2ff9d7448]

        INTEGRATION: CWS jmf2 (1.3.188); FILE MERGED 2004/07/23 20:47:31 ka 1.3.188.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/01 15:32:30 ka 1.3.188.1: #i3316#: added media support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8a7f451aa925e601fe9a2022096634ba97109b82]

        INTEGRATION: CWS jmf2 (1.9.130); FILE MERGED 2004/07/21 11:18:46 ka 1.9.130.1: #i3316#: avmedia support

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [fbc275f24ec2fdbccba17aaa668d51b43421135c]

        INTEGRATION: CWS jmf2 (1.2.236); FILE MERGED 2004/07/26 14:44:23 ka 1.2.236.1: #i3316#: media support for Gallery

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [72fe74b304f48e9bd7f5e7b39e2fec40b56a54bc]

        INTEGRATION: CWS jmf2 (1.2.236); FILE MERGED 2004/08/02 10:47:35 ka 1.2.236.1: #i32298#: use all media filters

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [238646fc8d14e2b58e982fc5aaf4f1781f76bb89]

        INTEGRATION: CWS cnpsdk (1.5.8); FILE MERGED 2004/07/30 13:37:12 is 1.5.8.3: #i31306# new shipinstall 2004/07/30 09:35:37 is 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/22 10:02:12 is 1.5.8.1: #i31309# java and adabas

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [f108c2716b5583d2c9b8061aa673ffb939d7e072]

        INTEGRATION: CWS cnpsdk (1.7.6); FILE MERGED 2004/07/30 09:34:59 is 1.7.6.5: RESYNC: (1.7-1.10); FILE MERGED 2004/07/26 14:08:35 is 1.7.6.4: #i25324# strings from scp to cnpsdk 2004/07/16 14:16:20 is 1.7.6.3: #i31485# custom action libraries for quickstarter 2004/07/15 16:49:02 is 1.7.6.2: #i31307# relocatable productname 2004/07/14 17:10:30 is 1.7.6.1: #i31308# building class file dynamically

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [ea09252c8ebfcce2611a9429411d215ead23a7a4]

        INTEGRATION: CWS jmf2 (1.1.2); FILE ADDED 2004/07/09 14:47:24 ka 1.1.2.1: initial revision

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [d0431b4c5511449fd55cbfd492e21fa1bf7ac7ed]

        INTEGRATION: CWS jmf2 (1.58.12); FILE MERGED 2004/07/28 19:57:14 ka 1.58.12.1: #i3316#: support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [8b12658d59c149679367f85e0d866dc6f31f9b80]

        INTEGRATION: CWS jmf2 (1.36.12); FILE MERGED 2004/07/23 20:07:54 ka 1.36.12.2: RESYNC: (1.36-1.37); FILE MERGED 2004/07/16 08:13:18 ka 1.36.12.1: #i3316#: added support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c3321c208c2d83e13cec3cdd218719c262a3d029]

        INTEGRATION: CWS jmf2 (1.85.10); FILE MERGED 2004/07/28 19:56:13 ka 1.85.10.5: #i3316#: restore volume 2004/07/26 15:15:31 ka 1.85.10.4: syntax 2004/07/23 20:07:43 ka 1.85.10.3: RESYNC: (1.85-1.86); FILE MERGED 2004/07/16 14:43:08 ka 1.85.10.2: #i3316#: support for media objects 2004/07/16 08:13:17 ka 1.85.10.1: #i3316#: added support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [c9aafdd58f79e7d58de2862fee558e11afb13aa8]

        INTEGRATION: CWS jmf2 (1.32.38); FILE MERGED 2004/07/27 13:22:43 ka 1.32.38.3: oasis 2004/07/23 20:06:59 ka 1.32.38.2: RESYNC: (1.32-1.33); FILE MERGED 2004/07/16 08:13:17 ka 1.32.38.1: #i3316#: added support for media objects

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [b7029d3c696e7a119a231a4c9b2a07e923bba477]

        INTEGRATION: CWS jmf2 (1.61.40); FILE MERGED 2004/07/23 20:06:52 ka 1.61.40.3: RESYNC: (1.61-1.62); FILE MERGED 2004/07/16 14:43:08 ka 1.61.40.2: #i3316#: support for media objects 2004/07/16 08:13:17 ka 1.61.40.1: #i3316#: added support for media objects

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [0bd5f23469f12fd9b48b59dc88201a7f1d04943d]

        INTEGRATION: CWS cnpsdk (1.3.8); FILE MERGED 2004/07/14 18:15:14 hro 1.3.8.1: #i31020# #i31485# Added files for new quickstarter related MSI custom plugins

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [6df77d5225798d40b0cf2079c7e713d942b32f05]

        INTEGRATION: CWS cnpsdk (1.4.8); FILE MERGED 2004/08/04 15:13:00 is 1.4.8.4: #i25324# productcode into setup.ini 2004/07/30 09:36:46 is 1.4.8.3: RESYNC: (1.4-1.5); FILE MERGED 2004/07/15 17:16:59 is 1.4.8.2: i31309# Java and Adabas into the product 2004/07/15 16:50:07 is 1.4.8.1: #i31307# relocatable productname

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [4b001f61fac5f15b47e79d6f85bfb8b3f7838847]

        INTEGRATION: CWS cnpsdk (1.7.6); FILE MERGED 2004/07/30 09:36:38 is 1.7.6.4: RESYNC: (1.7-1.9); FILE MERGED 2004/07/21 15:22:21 is 1.7.6.3: #i31309# java into product 2004/07/16 14:17:02 is 1.7.6.2: #i31485# custom action libraries for quickstarter 2004/07/15 16:50:06 is 1.7.6.1: #i31307# relocatable productname

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [8c08b2ae005281627e3723efdbe55eac433acba7]

        INTEGRATION: CWS cnpsdk (1.3.8); FILE MERGED 2004/07/22 16:01:35 is 1.3.8.2: #i31309# with_error to witherror Issue number: Submitted by: Reviewed by: 2004/07/14 17:12:34 is 1.3.8.1: #i31308# building class file dynamically Issue number: Submitted by: Reviewed by:

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [10c1a550109cd0ced6438f514b9106454f50457b]

        INTEGRATION: CWS cnpsdk (1.5.8); FILE MERGED 2004/07/22 16:01:35 is 1.5.8.2: #i31309# with_error to witherror Issue number: Submitted by: Reviewed by: 2004/07/14 17:12:34 is 1.5.8.1: #i31308# building class file dynamically Issue number: Submitted by: Reviewed by:

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [870ce29357cb00d245fd4edb51dd3147a8875dfb]

        INTEGRATION: CWS cnpsdk (1.9.8); FILE MERGED 2004/07/30 09:36:10 is 1.9.8.3: RESYNC: (1.9-1.11); FILE MERGED 2004/07/22 16:01:35 is 1.9.8.2: #i31309# with_error to witherror Issue number: Submitted by: Reviewed by: 2004/07/22 10:02:12 is 1.9.8.1: #i31309# java and adabas

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [f6cce18b9850671f9e953f3b23196e0f9aa9e49f]

        INTEGRATION: CWS cnpsdk (1.5.8); FILE MERGED 2004/07/30 09:36:01 is 1.5.8.5: RESYNC: (1.5-1.6); FILE MERGED 2004/07/21 15:22:02 is 1.5.8.4: #i31309# java into product 2004/07/16 14:16:49 is 1.5.8.3: #i31485# custom action libraries for quickstarter 2004/07/15 16:49:44 is 1.5.8.2: #i31307# relocatable productname 2004/07/14 17:12:35 is 1.5.8.1: #i31308# building class file dynamically Issue number: Submitted by: Reviewed by:

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [97d2462dd6a494f87ace80fab733e3df71de7f3b]

        INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED 2004/07/30 08:13:23 is 1.1.2.8: #i31306# java installer 2004/07/29 13:24:38 is 1.1.2.7: #i31306# replacing productname and productversion Issue number: Submitted by: Reviewed by: 2004/07/27 16:16:41 is 1.1.2.6: #i25324# x86 without adabas 2004/07/26 14:09:23 is 1.1.2.5: #i25324# strings from scp to cnpsdk Issue number: Submitted by: Reviewed by: 2004/07/20 14:32:31 is 1.1.2.4: #i25324# changing adabas name 2004/07/16 14:16:49 is 1.1.2.3: #i31485# custom action libraries for quickstarter 2004/07/15 16:49:44 is 1.1.2.2: #i31307# relocatable productname 2004/07/14 17:12:33 is 1.1.2.1: #i31308# building class file dynamically Issue number: Submitted by: Reviewed by:

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [391667a3c47bf52620e35b3c79450b7a5f3c455a]

        INTEGRATION: CWS cnpsdk (1.2.64); FILE MERGED 2004/08/04 11:05:01 is 1.2.64.3: #i25324# renaming installdir only if it exists 2004/07/22 16:01:34 is 1.2.64.2: #i31309# with_error to witherror Issue number: Submitted by: Reviewed by: 2004/07/14 17:12:34 is 1.2.64.1: #i31308# building class file dynamically Issue number: Submitted by: Reviewed by:

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [2df63ca70dd281c7d47f00b08481abd279f956d0]

        INTEGRATION: CWS cnpsdk (1.5.8); FILE MERGED 2004/07/30 09:35:44 is 1.5.8.3: RESYNC: (1.5-1.7); FILE MERGED 2004/07/21 15:22:02 is 1.5.8.2: #i31309# java into product 2004/07/15 16:49:45 is 1.5.8.1: #i31307# relocatable productname

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [3d3e1e00f4b25af6e596008233bb748ce0a9a687]

        INTEGRATION: CWS cnpsdk (1.1.10); FILE MERGED 2004/07/29 13:28:45 is 1.1.10.1: #i32273# string review

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [6ea1a4de3efed664629a39fb3ae806dfc6d05d1b]

        INTEGRATION: CWS cnpsdk (1.2.8); FILE MERGED 2004/08/04 11:58:53 is 1.2.8.1: #i31307# non root shellscripts

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [4b05dca083c30ebd23b6034c4a43cd48a4ce3d53]

        INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED 2004/07/20 17:20:07 hro 1.1.2.2: #i31020# Only shutdown quickstarters belonging to installation 2004/07/14 18:08:20 hro 1.1.2.1: #i31020# #i31485# Added files for new quickstarter related MSI custom plugins

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [50c75e84a286ac42491dd35ec56e0ef537fb451c]

        INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED 2004/07/20 17:14:38 hro 1.1.2.1: #i31020# MSI custom action to shutdown quickstarter

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [838793155965e41f57e2e53a2eb09362b2ae4a51]

        INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED 2004/07/21 15:21:38 hro 1.1.2.3: #i31485# #i31020# MSI custom actions for quickstarter 2004/07/20 17:16:28 hro 1.1.2.2: #i31485# MSI custom action to remove quickstarter link 2004/07/14 18:08:20 hro 1.1.2.1: #i31020# #i31485# Added files for new quickstarter related MSI custom plugins

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [1b8aed3650a5c803ffcef7d69584d9cf4a804295]

        INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED 2004/07/21 15:20:48 hro 1.1.2.1: #i31485# #i31020# MSI custom actions for quickstarter

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [3bd987874754bb3ed3ab10623b70bc9b68f4e7cb]

        INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED 2004/07/21 15:21:00 hro 1.1.2.1: #i31485# #i31020# MSI custom actions for quickstarter

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [15dbcc377e05d632d75c20b6e07ff6b0f76621fa]

        INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED 2004/07/20 17:15:48 hro 1.1.2.1: #i31485# MSI custom action to remove quickstarter link

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [b9f2f39ee636959d37dbdde81b2050b789650b08]

        INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED 2004/07/21 15:21:38 hro 1.1.2.2: #i31485# #i31020# MSI custom actions for quickstarter 2004/07/14 18:08:55 hro 1.1.2.1: #i31020# #i31485# Added files for new quickstarter related MSI custom plugins

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [435b4dfd0e45e097694732cd97d6ab74443a84a1]

        INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED 2004/07/14 18:08:39 hro 1.1.2.1: #i31020# #i31485# Added files for new quickstarter related MSI custom plugins

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [07c88516ccebd18035a69634f8fb748242192b5e]

        INTEGRATION: CWS cnpsdk (1.26.54); FILE MERGED 2004/07/21 15:27:03 hro 1.26.54.1: #i31020# Only shutdown quickstarters belonging to installation

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [65f0cba1378b47531fb942cc5c1f164913d59985]

        INTEGRATION: CWS cnpsdk (1.26.24); FILE MERGED 2004/07/14 18:11:11 hro 1.26.24.1: #i31020# Export global quickstarter window strings

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [83ce50b5457266b10965e098695aa0e4ee57492f]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:12:50 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [94f360050e3f8afae4e099791ff970dcc685785d]

        INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED 2004/07/27 08:12:19 is 1.1.2.2: #i31043# new module descriptions 2004/07/23 11:52:43 is 1.1.2.1: #31309# testtool name and description into translation

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [ab6766ae475a87a13eadaa292bf1c379487e9636]

        INTEGRATION: CWS cnpsdk (1.1.144); FILE MERGED 2004/07/23 11:52:42 is 1.1.144.1: #31309# testtool name and description into translation

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [42ea312a1aa3056b4ae294b0f72388f52bee6069]

        INTEGRATION: CWS cnpsdk (1.2.128); FILE MERGED 2004/07/23 11:52:42 is 1.2.128.1: #31309# testtool name and description into translation

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [322e5353218b4e2ae505279c0c24dc1720f5617c]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:11:52 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [02945dfd9ab286db87aff90019f37447cb312287]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:11:12 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [49f3b203b1661dc4dd5ef0a64ff42b70655ed1ad]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:10:46 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [add3f93423bb633c00d82fb7a1ab4d7d8d98821e]

        INTEGRATION: CWS cnpsdk (1.24.28); FILE MERGED 2004/07/30 09:23:03 is 1.24.28.2: RESYNC: (1.24-1.27); FILE MERGED 2004/07/16 14:15:05 is 1.24.28.1: #i31485# custom action libraries

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [c3a09bebfb55ed08ba4fbebc9e04cae1d0b67f62]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/08/04 12:01:33 is 1.2.32.3: #i31307# non root shellscripts 2004/07/30 08:13:59 is 1.2.32.2: #i31306# java installer 2004/07/27 08:10:03 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [ab0a810fd6d96118933d18c0f14caf5d5a822048]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:09:18 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [6f72fa23b91e285fae54627da7cecdfcb392da1f]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:08:56 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [43290b680f757c24e9ebe07997859d704e2f8816]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:08:25 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [a23e5f81febd2382e8230e84f5fff14ca16fbb6d]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:08:00 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [fe0464dac9ba8442f03fdfb058d2458240e46d73]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:07:35 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [a41b6e361b5efe8f8864037c9e0bad621a5ad33a]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/08/04 12:01:17 is 1.2.32.2: #i31307# non root shellscripts 2004/07/27 08:06:57 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [d0b378089afc69980cc5b93697b3d46776644d7d]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:05:51 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [ab7bc8fa5659721b2fec22053c9e3c484329667a]

        INTEGRATION: CWS cnpsdk (1.2.32); FILE MERGED 2004/07/27 08:05:30 is 1.2.32.1: #i31043# new module descriptions

2004-08-12  Rüdiger Timm  <rt@openoffice.org>  [e30e6773dbcd5a97dace8aeba1304ce27294e556]

        #i10000# Missing dependency to module soltools

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0e48f112e5795644680c96ee1726fdad1746b6ce]

        INTEGRATION: CWS docking3 (1.2.42); FILE MERGED 2004/07/22 06:50:24 cd 1.2.42.1: #i31887# Added missing viewerbar

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [445f9ff164377c263e528702d03c6a06d1f4fccb]

        INTEGRATION: CWS docking3 (1.71.4); FILE MERGED 2004/07/22 10:37:59 ssa 1.71.4.4: #i31756# lock/unlock immediately and not triggered by paint 2004/07/21 12:33:11 ssa 1.71.4.3: #i31422# remove dbg output 2004/07/21 12:32:06 ssa 1.71.4.2: #i31422# ignore zero resizes due to virtual desktop switch 2004/07/20 15:53:06 ssa 1.71.4.1: #i31756# reset autosizecounter after timeout

2004-08-12  Oliver Bolte  <obo@openoffice.org>  [0b639b84030fce2ad64ccf8fe5bcd5877c807efe]

        INTEGRATION: CWS docking3 (1.37.32); FILE MERGED 2004/07/22 12:17:08 cd 1.37.32.2: #i31887# Removed duplicate entries 2004/07/22 06:43:11 cd 1.37.32.1: #i31887# Added modules viewerbars to the mapping table

2004-08-12  Michael Mi  <mmi@openoffice.org>  [e076405184f59773a63c44075097e113b17ae9c0]

        change datetime format
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-08-12  Michael Mi  <mmi@openoffice.org>  [690e909ef771703ef848cda41df753d3f96491b0]

        change datetime format to ISO string
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [41180c8351dbecc3d6c8f952df7b222c39496ded]

        INTEGRATION: CWS docking3 (1.2.42); FILE MERGED 2004/07/29 09:31:38 cd 1.2.42.3: #i32266# Fixed wrong title for english/german 2004/07/29 08:28:08 cd 1.2.42.2: #i32266# Added missing nodes for sub-toolbars 2004/07/22 06:50:24 cd 1.2.42.1: #i31887# Added missing viewerbar

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [8a67bf6003d1dada2f418a3cd4e06c2eeeff00f6]

        INTEGRATION: CWS docking3 (1.2.42); FILE MERGED 2004/07/22 06:50:24 cd 1.2.42.1: #i31887# Added missing viewerbar

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c33a5ecd978510f8dbebef3b23ed6ad2fea0ea9e]

        INTEGRATION: CWS docking3 (1.9.34); FILE MERGED 2004/07/28 09:46:11 cd 1.9.34.1: #i31150# Added a new command name for Writer/Draw/Impress so they can use their own image

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c4c32f1275495230b9c8be3d2dd196cc0e26852f]

        INTEGRATION: CWS docking3 (1.5.38); FILE MERGED 2004/07/22 06:50:23 cd 1.5.38.1: #i31887# Added missing viewerbar

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4955ba03b3ac6819e5c590f6767ad85f22993163]

        INTEGRATION: CWS docking3 (1.2.42); FILE MERGED 2004/07/29 09:31:38 cd 1.2.42.3: #i32266# Fixed wrong title for english/german 2004/07/29 08:28:08 cd 1.2.42.2: #i32266# Added missing nodes for sub-toolbars 2004/07/22 06:50:23 cd 1.2.42.1: #i31887# Added missing viewerbar

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [863b88dee564ce8731a264f2629e2cfff253e621]

        INTEGRATION: CWS docking3 (1.5.20); FILE MERGED 2004/07/21 11:32:44 dbo 1.5.20.1: #i31722# added package manager menu item helpid Issue number: Submitted by: Reviewed by:

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [1d90ff343ae5bef3f639aba40c7dada3b340318f]

        INTEGRATION: CWS docking3 (1.1.2); FILE ADDED 2004/07/22 06:44:00 cd 1.1.2.1: #i31887# Added missing viewerbar

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [40c9bf41862c40c58c94fc44abb568383953d8ba]

        INTEGRATION: CWS docking3 (1.6.42); FILE MERGED 2004/07/21 11:26:52 dbo 1.6.42.1: #i31722# added package manager menu item helpid Issue number: Submitted by: Reviewed by:

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [2510f8a80b719c2e676d380eb0a72bcf792037ce]

        INTEGRATION: CWS docking3 (1.2.40); FILE MERGED 2004/07/28 09:55:57 cd 1.2.40.1: #i31150# Changed command from ZoomIn to ZoomMinus to have separate images for sw/sd

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c47a304ef14b94a12df0b332a12f9f2e0ed1f93d]

        INTEGRATION: CWS docking3 (1.1.2); FILE ADDED 2004/07/22 06:45:02 cd 1.1.2.1: #i31887# Added missing viewerbar

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c8e07a08879c8d8e6b9c863a883d5ce1771af4b9]

        INTEGRATION: CWS docking3 (1.7.30); FILE MERGED 2004/07/21 11:25:17 dbo 1.7.30.1: #i31722# added package manager menu item helpid Issue number: Submitted by: Reviewed by:

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [6a3f201140bc1855271eecadb84e9daaf647aa85]

        INTEGRATION: CWS docking3 (1.2.40); FILE MERGED 2004/07/28 09:55:56 cd 1.2.40.1: #i31150# Changed command from ZoomIn to ZoomMinus to have separate images for sw/sd

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [366e8595695340bdc7f4d8b8299415cada204269]

        INTEGRATION: CWS docking3 (1.1.2); FILE ADDED 2004/07/22 06:44:38 cd 1.1.2.1: #i31887# Added missing viewerbar

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [9775cfb80f2226c5630d689faeae5e3e03a7cb2f]

        INTEGRATION: CWS docking3 (1.6.30); FILE MERGED 2004/07/21 11:24:55 dbo 1.6.30.1: #i31722# added package manager menu item helpid Issue number: Submitted by: Reviewed by:

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c50b10a8c9d5d16c60304c65c88ef4131b2dc4a6]

        INTEGRATION: CWS docking3 (1.2.20); FILE MERGED 2004/07/21 11:18:53 dbo 1.2.20.1: #i31722# added package manager menu help id

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d3b973eacaf57512e0c4f1b3b4864203656eb20f]

        INTEGRATION: CWS docking3 (1.2.30); FILE MERGED 2004/07/21 11:18:53 dbo 1.2.30.1: #i31722# added package manager menu help id

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [2d9016f7b011c9295b0a618479c51c01ae36826a]

        INTEGRATION: CWS docking3 (1.3.40); FILE MERGED 2004/07/21 11:29:39 dbo 1.3.40.1: #i31722# added package manager menu item helpid Issue number: Submitted by: Reviewed by:

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d15fd12b2bcccce169fad5ec5639746533c2b3ac]

        INTEGRATION: CWS docking3 (1.3.36); FILE MERGED 2004/07/21 11:31:17 dbo 1.3.36.1: #i31722# added package manager menu item helpid Issue number: Submitted by: Reviewed by:

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [fbae0e0ec2927349cd5be9d6bfe3bab6270ac9d9]

        INTEGRATION: CWS docking3 (1.3.22); FILE MERGED 2004/07/21 07:30:28 cd 1.3.22.1: #i31718# Throw exception when getByName cannot provide an entry

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [55d3068bd1f6c3917f25b7610587265015a8b0ee]

        INTEGRATION: CWS docking3 (1.2.26); FILE MERGED 2004/07/23 08:01:05 cd 1.2.26.1: #i31682# Wrong range checking

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a2bbbc5130b8042e72fd3f593da04b1ff1c73d1e]

        INTEGRATION: CWS docking3 (1.2.26); FILE MERGED 2004/07/22 07:38:07 cd 1.2.26.1: #i31831# Generic toolbar controller must execute dispatch asynchronously to keep toolbar responsive

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [0ffabd6da8ae6bdd9205b8ebc850e9d2fbf09138]

        INTEGRATION: CWS docking3 (1.7.26); FILE MERGED 2004/07/22 15:12:10 cd 1.7.26.1: #i31942# Check VCL window pointer before use

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [1b2196408ac7c7a2b141252e1fcf97836144ed2d]

        INTEGRATION: CWS docking3 (1.2.26); FILE MERGED 2004/07/22 07:35:00 cd 1.2.26.1: #i31831# Generic toolbar controller must execute dispatch asynchronously to keep toolbar responsive

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [85037489baf2d1e9513514cab3dbe5ecd2fed378]

        INTEGRATION: CWS docking3 (1.9.22); FILE MERGED 2004/07/28 09:43:48 cd 1.9.22.1: #i31887# Added viewer toolbars to conversion tool

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a317d9af322d103b42e07b65ecee97d6fc0e7423]

        INTEGRATION: CWS docking3 (1.9.50); FILE MERGED 2004/07/28 11:15:46 cd 1.9.50.1: #i31681# Fixed controller implementation to support dispatch of two commands to set fill style/type

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [7f81bbc2e4fd35a1225bad5bec5f8211da47fb48]

        INTEGRATION: CWS docking3 (1.16.64); FILE MERGED 2004/07/27 09:14:31 cd 1.16.64.1: #i31834# Don't append frame to frame hierachy to prevent UI_DEACTIVATE messages

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [1f1a1c78901e82b7c8dd9f0fa5db7c374d70960b]

        INTEGRATION: CWS docking3 (1.3.52); FILE MERGED 2004/07/23 17:06:45 toconnor 1.3.52.1: #i31716# fix customize menu and toolbar tabs to match specifications

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [b50656c124f8eee475083819007a0c3d6da2abf0]

        INTEGRATION: CWS docking3 (1.2.52); FILE MERGED 2004/07/23 17:06:45 toconnor 1.2.52.1: #i31716# fix customize menu and toolbar tabs to match specifications

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [afe1bf3ec2f9820dacb1482ca7f686fb1febecaf]

        INTEGRATION: CWS docking3 (1.2.52); FILE MERGED 2004/07/23 17:06:44 toconnor 1.2.52.1: #i31716# fix customize menu and toolbar tabs to match specifications

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [b2ba6e4ca2f888596b0160faf411416e72d44254]

        INTEGRATION: CWS docking3 (1.1.2); FILE ADDED 2004/07/22 06:49:23 cd 1.1.2.1: #i31887# Added missing viewerbar

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [0a47c4aac080147e5ca54a29f737cd1c57e99e80]

        INTEGRATION: CWS docking3 (1.2.42); FILE MERGED 2004/07/28 11:20:23 cd 1.2.42.1: #i31150# Changed command name for Zoom Out to ZoomMinus

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [3af00db58323af6d639e8ebc9bdeb99d106c2f39]

        INTEGRATION: CWS docking3 (1.6.36); FILE MERGED 2004/07/21 15:04:36 dbo 1.6.36.1: #i31722# added package manager menu item helpid Issue number: Submitted by: Reviewed by:

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [2b4948b32ac86aec1354cbac8f6e3a57213ab9a5]

        INTEGRATION: CWS docking3 (1.1.2); FILE ADDED 2004/07/22 06:48:43 cd 1.1.2.1: #i31887# Added missing viewerbar

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [7431ef7267c42690ead1c588aa14b580c95004ec]

        INTEGRATION: CWS docking3 (1.2.42); FILE MERGED 2004/07/28 11:20:22 cd 1.2.42.1: #i31150# Changed command name for Zoom Out to ZoomMinus

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [27ff602ad2fd0d3caf860dcad7b42307963383d8]

        INTEGRATION: CWS docking3 (1.6.38); FILE MERGED 2004/07/21 15:04:35 dbo 1.6.38.1: #i31722# added package manager menu item helpid Issue number: Submitted by: Reviewed by:

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ef154303eeb1492bd47990b25e7c3d9c90b1958b]

        INTEGRATION: CWS docking3 (1.1.2); FILE ADDED 2004/07/22 06:49:03 cd 1.1.2.1: #i31887# Added missing viewerbar

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c8cf94895c8b1bb6072aa2cc4d3e6c10024e6a68]

        INTEGRATION: CWS docking3 (1.6.36); FILE MERGED 2004/07/21 15:04:35 dbo 1.6.36.1: #i31722# added package manager menu item helpid Issue number: Submitted by: Reviewed by:

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d28e50c84d5bbc0068db165866bf4e8eeb7cae12]

        INTEGRATION: CWS docking3 (1.51.38); FILE MERGED 2004/07/23 09:02:57 cd 1.51.38.1: #i31917# Fixed wrong declaration of FN_SHOW_MULTIPLE_PAGES

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [e42cbc0906b445772e45dbd93cee7fa5991f1e35]

        INTEGRATION: CWS docking3 (1.49.4); FILE MERGED 2004/07/29 10:52:23 cd 1.49.4.1: #i10000# Initialize variables

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [18dc246c66815d26778f97f419b7e7fa9e92d96c]

        INTEGRATION: CWS docking3 (1.27.2); FILE MERGED 2004/07/22 10:37:59 ssa 1.27.2.1: #i31756# lock/unlock immediately and not triggered by paint

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [9311bd48ef1cf9f62b60b166bae23d8ca46d61d1]

        INTEGRATION: CWS docking3 (1.2.16); FILE MERGED 2004/07/22 10:37:58 ssa 1.2.16.1: #i31756# lock/unlock immediately and not triggered by paint

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [5936d1f6b123af63ca2b4186f344c8ed46ac57c3]

        INTEGRATION: CWS docking3 (1.48.26); FILE MERGED 2004/07/28 09:57:03 cd 1.48.26.1: #i31150# Changed command from ZoomIn to ZoomMinus to have separate images for sw/sd

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [142f53541e54de2d757a6179af75a18959efc82d]

        INTEGRATION: CWS tleamisc (1.27.118); FILE MERGED 2004/05/28 10:30:20 tl 1.27.118.2: #i25331# SwXAutoTextContainer::getByName fixed 2004/05/28 10:16:33 tl 1.27.118.1: #i25331# SwXAutoTextContainer::getByName fixed

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [f29bb329fb14f9b7e4ce384dd4c824b2067c16e3]

        INTEGRATION: CWS tleamisc (1.25.52); FILE MERGED 2004/07/16 08:39:20 tl 1.25.52.1: #116743# setString for XTextRange implementations now inserts a new paragraph when encounterimng a CR character

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [2ada003816d4311ce65f56e762fd96b7d60d21f3]

        INTEGRATION: CWS tleamisc (1.86.24); FILE MERGED 2004/07/16 15:00:10 tl 1.86.24.2: RESYNC: (1.86-1.87); FILE MERGED 2004/07/14 13:05:03 tl 1.86.24.1: #i29233# getRangeName fixed

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [db564bd71529b39d5d7760ec8c5da1091ede819b]

        INTEGRATION: CWS tleamisc (1.54.190); FILE MERGED 2004/06/12 06:31:48 tl 1.54.190.3: RESYNC: (1.54-1.55); FILE MERGED 2004/05/28 11:11:40 tl 1.54.190.2: #i25331# check for negative indices in getByIndex 2004/05/28 07:34:24 tl 1.54.190.1: #i24707# PropertyVetoException in setPropert{y|ies}ToDefault replaced be RunTimeException

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [b287a4c371bfcd7ff64307d9220da7fb647de603]

        INTEGRATION: CWS tleamisc (1.35.172); FILE MERGED 2004/06/12 06:31:40 tl 1.35.172.3: RESYNC: (1.35-1.37); FILE MERGED 2004/06/01 08:19:05 tl 1.35.172.2: #i23300#, #i23294# missing index checks added 2004/05/28 11:11:40 tl 1.35.172.1: #i25331# check for negative indices in getByIndex

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d30ffe11fa60cd280b8f4fd94a85ee0a2beba908]

        INTEGRATION: CWS tleamisc (1.45.190); FILE MERGED 2004/05/28 07:34:24 tl 1.45.190.1: #i24707# PropertyVetoException in setPropert{y|ies}ToDefault replaced be RunTimeException

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [43a0cf60ba1622500adeaef17846fd1d4e5ff88a]

        INTEGRATION: CWS tleamisc (1.97.30); FILE MERGED 2004/07/20 10:36:48 tl 1.97.30.1: #i25802# GetPropName no longer inline

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [e317ccf718de17630bd32f9ad32e374eb1478880]

        INTEGRATION: CWS tleamisc (1.42.52); FILE MERGED 2004/07/16 08:39:20 tl 1.42.52.5: #116743# setString for XTextRange implementations now inserts a new paragraph when encounterimng a CR character 2004/07/14 13:05:03 tl 1.42.52.4: #i29233# getRangeName fixed 2004/07/12 06:55:45 tl 1.42.52.3: #i29943# end of paragraph enumeration iteration fixed 2004/06/12 06:31:04 tl 1.42.52.2: RESYNC: (1.42-1.44); FILE MERGED 2004/05/28 11:11:39 tl 1.42.52.1: #i25331# check for negative indices in getByIndex

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4e32fd8b7eba3daa152b83cdb8ca57bad7034c91]

        INTEGRATION: CWS tleamisc (1.74.26); FILE MERGED 2004/07/16 14:59:59 tl 1.74.26.6: RESYNC: (1.76-1.77); FILE MERGED 2004/07/16 08:39:19 tl 1.74.26.5: #116743# setString for XTextRange implementations now inserts a new paragraph when encounterimng a CR character 2004/06/21 11:45:16 tl 1.74.26.4: #i25180# XWordCursor fixed after i18n changes 2004/06/21 06:38:37 tl 1.74.26.3: #i23397# XWordCursor fixed and documentation added 2004/06/12 06:30:56 tl 1.74.26.2: RESYNC: (1.74-1.76); FILE MERGED 2004/05/28 07:34:24 tl 1.74.26.1: #i24707# PropertyVetoException in setPropert{y|ies}ToDefault replaced be RunTimeException

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [9d10a58bd1e88b0f1fb9bfbb19d0e7749a3f332f]

        INTEGRATION: CWS tleamisc (1.85.116); FILE MERGED 2004/07/16 14:59:30 tl 1.85.116.3: RESYNC: (1.86-1.88); FILE MERGED 2004/06/12 06:30:29 tl 1.85.116.2: RESYNC: (1.85-1.86); FILE MERGED 2004/05/28 07:34:24 tl 1.85.116.1: #i24707# PropertyVetoException in setPropert{y|ies}ToDefault replaced be RunTimeException

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [64e6105eadca456568b8cf0bc4d67a077e413dd9]

        INTEGRATION: CWS tleamisc (1.52.180); FILE MERGED 2004/07/16 14:59:21 tl 1.52.180.2: RESYNC: (1.52-1.53); FILE MERGED 2004/05/28 07:34:23 tl 1.52.180.1: #i24707# PropertyVetoException in setPropert{y|ies}ToDefault replaced be RunTimeException

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [081128003c527509b3a33ed23b6d44d509a4c5ee]

        INTEGRATION: CWS tleamisc (1.13.26); FILE MERGED 2004/07/16 08:39:19 tl 1.13.26.1: #116743# setString for XTextRange implementations now inserts a new paragraph when encounterimng a CR character

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [dc1769ea73645fcec21ad20250b8aefe44ee8293]

        INTEGRATION: CWS tleamisc (1.23.386); FILE MERGED 2004/05/28 11:11:38 tl 1.23.386.1: #i25331# check for negative indices in getByIndex

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [deb9849aab71b041cd8700026009979555196ea0]

        INTEGRATION: CWS tleamisc (1.15.466); FILE MERGED 2004/05/28 07:34:23 tl 1.15.466.1: #i24707# PropertyVetoException in setPropert{y|ies}ToDefault replaced be RunTimeException

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [1773b62631657f35e7d03095b669bc05849e52cc]

        INTEGRATION: CWS tleamisc (1.36.12); FILE MERGED 2004/07/16 14:28:27 tl 1.36.12.2: RESYNC: (1.36-1.37); FILE MERGED 2004/06/21 11:45:04 tl 1.36.12.1: #i25180# XWordCursor fixed after i18n changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [8fcf6c43c0847ffe1f82ab7a13000955918ce811]

        INTEGRATION: CWS tleamisc (1.4.48); FILE MERGED 2004/08/11 08:44:55 sw 1.4.48.2: #i26146# 2004/08/10 13:28:15 sw 1.4.48.1: #i23294#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [123668af37c0bcf84356d2a7fe382ec472da350a]

        INTEGRATION: CWS tleamisc (1.2.154); FILE MERGED 2004/08/10 13:28:04 sw 1.2.154.1: #i23294#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c50407f8015372b63180960a114b2395453a71ea]

        INTEGRATION: CWS tleamisc (1.1.2); FILE ADDED 2004/08/11 08:46:57 sw 1.1.2.1: #i26146# initial version

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c8af81fe134473030806293235d28c99281379e5]

        INTEGRATION: CWS tleamisc (1.4.48); FILE MERGED 2004/08/11 08:44:43 sw 1.4.48.3: #i26146# 2004/08/10 13:58:02 sw 1.4.48.2: #i23294# 2004/08/10 13:27:50 sw 1.4.48.1: #i23294#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a585babc1087fed460e49903faf904d827c8644a]

        INTEGRATION: CWS tleamisc (1.6.500); FILE MERGED 2004/06/01 08:19:18 tl 1.6.500.1: #i23300#, #i23294# missing index checks added

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [48afedbf880adbb75630ec30ea33d81a485027af]

        INTEGRATION: CWS tleamisc (1.93.30); FILE MERGED 2004/07/08 12:16:33 tl 1.93.30.1: #i25802# inline declaration for GetPropName removed (does not work across DLL's)

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [9acc1899961b3289217f9eac6d159f20e4a0c3a6]

        INTEGRATION: CWS tleamisc (1.5.652); FILE MERGED 2004/07/16 08:39:18 tl 1.5.652.1: #116743# setString for XTextRange implementations now inserts a new paragraph when encounterimng a CR character

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [6ae233af80a18c3e0599aa31ca92f5784a81778f]

        INTEGRATION: CWS tleamisc (1.11.122); FILE MERGED 2004/06/21 11:44:43 tl 1.11.122.1: #i25180# XWordCursor fixed after i18n changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [fcba2942ab6d0dfc17db7e828e57c9d5b66afe6b]

        INTEGRATION: CWS tleamisc (1.4.172); FILE MERGED 2004/08/09 09:37:36 sw 1.4.172.1: #i23294#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d8c356b07b28f14faebcf80959c8febf4f40b557]

        INTEGRATION: CWS tleamisc (1.5.294); FILE MERGED 2004/07/16 13:25:18 tl 1.5.294.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/01 10:23:54 tl 1.5.294.1: #i23439# FARSI now CTL language

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4f659885a70b5fb219c35b48250e817471421305]

        INTEGRATION: CWS tleamisc (1.5.74); FILE MERGED 2004/08/10 13:31:00 sw 1.5.74.1: #i23294#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ab64bb351fb2bfcddf52e42dd2a4cf9883fe297f]

        INTEGRATION: CWS tleamisc (1.4.74); FILE MERGED 2004/08/10 13:31:26 sw 1.4.74.1: #i23294#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [e07220035f92d75d40873a769944de894cf12c29]

        INTEGRATION: CWS tleamisc (1.1.2); FILE ADDED 2004/08/10 15:32:51 sw 1.1.2.1: #i24707#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [34d1421c82cf71037f899db3d55210621742a9e4]

        INTEGRATION: CWS tleamisc (1.1.2); FILE ADDED 2004/08/10 15:34:20 sw 1.1.2.1: #i24707#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ea8589c3ae85d8ce221da7309ddf0e00507fdcbe]

        INTEGRATION: CWS tleamisc (1.1.2); FILE ADDED 2004/08/10 16:06:56 sw 1.1.2.1: #i24707#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ad9965445654680e6d78ab1ba9e0b9e1f4928c61]

        INTEGRATION: CWS tleamisc (1.1.2); FILE ADDED 2004/08/10 15:33:49 sw 1.1.2.1: #i24707#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [88a5522be2e9caf5d42ff737ee0a1a6f36e29960]

        INTEGRATION: CWS tleamisc (1.2.50); FILE MERGED 2004/08/10 14:26:36 sw 1.2.50.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [62fbb34928b0c592c52045c5b89d74a68832b391]

        INTEGRATION: CWS tleamisc (1.2.50); FILE MERGED 2004/08/10 14:26:35 sw 1.2.50.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ad00f4e9283272cd27273c6afb9ad3fdde53f2b7]

        INTEGRATION: CWS tleamisc (1.1.142); FILE MERGED 2004/08/10 14:26:35 sw 1.1.142.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [44821c3d3d7c51ffc8580f78787b0a00a525e0a7]

        INTEGRATION: CWS tleamisc (1.4.92); FILE MERGED 2004/08/10 14:26:35 sw 1.4.92.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a3b7d930209298946028a4b0215a9521e54106cf]

        INTEGRATION: CWS tleamisc (1.5.50); FILE MERGED 2004/08/10 14:26:34 sw 1.5.50.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [6addaa80354d20ceefb2f46f56a1d9f140ff2084]

        INTEGRATION: CWS tleamisc (1.1.142); FILE MERGED 2004/08/10 14:26:34 sw 1.1.142.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ceea5627a854cdf914919bc51b49c95d6d2be005]

        INTEGRATION: CWS tleamisc (1.2.92); FILE MERGED 2004/08/10 14:26:34 sw 1.2.92.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4e22b786210d6e403fc9e22374a2c7a9835a9c81]

        INTEGRATION: CWS tleamisc (1.4.92); FILE MERGED 2004/08/10 14:26:34 sw 1.4.92.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4cf106e004ead0da196cb2fa137aa343c4493338]

        INTEGRATION: CWS tleamisc (1.5.50); FILE MERGED 2004/08/10 14:26:33 sw 1.5.50.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [3391146eead27db662b2adeab31bfbe8d0a9ff88]

        INTEGRATION: CWS tleamisc (1.4.92); FILE MERGED 2004/08/10 14:26:33 sw 1.4.92.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [2c79865621b2d04b9a3789023fbd4b19f3757df8]

        INTEGRATION: CWS tleamisc (1.1.142); FILE MERGED 2004/08/10 14:26:33 sw 1.1.142.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4e5468bfdd6bf1aa53e541ced935e8b8b6477a03]

        INTEGRATION: CWS tleamisc (1.1.2); FILE ADDED 2004/08/10 14:24:40 sw 1.1.2.1: #i25331#

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [f1ea198f6e3b7781583dd6c45f89521588d27071]

        INTEGRATION: CWS tleamisc (1.21.166); FILE MERGED 2004/07/08 09:41:24 tl 1.21.166.1: #i30394# removed/ifdef'd unused code

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [7f0c2974ad35eec43ec61fa1c5b40beec54b8368]

        INTEGRATION: CWS tleamisc (1.11.54); FILE MERGED 2004/07/08 09:41:24 tl 1.11.54.1: #i30394# removed/ifdef'd unused code

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a7f28c989c007e1d8d68f1d23f32c3645961b20b]

        INTEGRATION: CWS tleamisc (1.26.26); FILE MERGED 2004/07/08 09:41:23 tl 1.26.26.1: #i30394# removed/ifdef'd unused code

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [dc07bc422ffc011a59a1ab894a74e25b372fc6e2]

        INTEGRATION: CWS tleamisc (1.31.26); FILE MERGED 2004/07/08 09:41:21 tl 1.31.26.1: #i30394# removed/ifdef'd unused code

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4237ec7698391ac25becaa28b6f19dcba78bfcdb]

        INTEGRATION: CWS tleamisc (1.23.16); FILE MERGED 2004/07/08 09:41:21 tl 1.23.16.1: #i30394# removed/ifdef'd unused code

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [fd605edbc48fbe7485934a18656a12c9758e0872]

        INTEGRATION: CWS tleamisc (1.66.16); FILE MERGED 2004/07/08 09:41:20 tl 1.66.16.1: #i30394# removed/ifdef'd unused code

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [e20e3fd949483389cf5a0c4b77fedd014d7d58b1]

        INTEGRATION: CWS tleamisc (1.9.240); FILE MERGED 2004/07/08 09:41:19 tl 1.9.240.1: #i30394# removed/ifdef'd unused code

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [658192b3ab57a0ba6a96cd92c9d3e480509eb370]

        INTEGRATION: CWS tleamisc (1.2.218); FILE MERGED 2004/07/08 09:41:19 tl 1.2.218.1: #i30394# removed/ifdef'd unused code

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [387e3c8cb1cdcb7f1ebdb9e2ee63fee2b52211f9]

        INTEGRATION: CWS tleamisc (1.6.236); FILE MERGED 2004/07/08 09:41:18 tl 1.6.236.1: #i30394# removed/ifdef'd unused code

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [cdedee3a8bdf760acdeff49015ee1b865cf6028d]

        INTEGRATION: CWS tleamisc (1.13.218); FILE MERGED 2004/07/08 09:41:18 tl 1.13.218.1: #i30394# removed/ifdef'd unused code

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a1e2c9b7781684c57153beb505575d4ed61b527a]

        INTEGRATION: CWS tleamisc (1.8.6); FILE MERGED 2004/06/21 11:53:46 tl 1.8.6.2: #i23397# XWordCursor fixed and documentation added 2004/06/21 06:38:22 tl 1.8.6.1: #i23397# XWordCursor fixed and documentation added

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [e0497ce01b71b9212983df28ebe2256d56931f47]

        INTEGRATION: CWS tleamisc (1.8.6); FILE MERGED 2004/06/21 11:53:45 tl 1.8.6.1: #i23397# XWordCursor fixed and documentation added

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [8f202317b69fd4826c8fad971eb5bd249c4f1c33]

        INTEGRATION: CWS tleamisc (1.8.6); FILE MERGED 2004/06/21 11:53:44 tl 1.8.6.1: #i23397# XWordCursor fixed and documentation added

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [3d183c708d6d70be027d9ecb2983762e82959490]

        INTEGRATION: CWS tleamisc (1.6.348); FILE MERGED 2004/06/12 01:37:32 tl 1.6.348.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/28 11:27:43 tl 1.6.348.1: #i25331# optional interface XIndexAccess added to IDL documentation

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [fc04c6bae20ab5bdc1da3be3c71b7ce5879c8a04]

        INTEGRATION: CWS pbhelp02 (1.3.4); FILE MERGED 2004/06/30 07:29:49 pb 1.3.4.1: fix: #i29824# help menu changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [47fa207670c59dc8112a833b45f406c66dae1760]

        INTEGRATION: CWS pbhelp02 (1.7.18); FILE MERGED 2004/07/23 12:36:08 cd 1.7.18.1: #i29824# Hardcode F1 to command .uno:HelpIndex

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [689be7c8863059423850074ff4b37ffdd75f6900]

        INTEGRATION: CWS pbhelp02 (1.13.34); FILE MERGED 2004/07/05 12:51:49 pb 1.13.34.1: fix: #i29824# new slot: SID_HELP_TUTORIALS

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [34eac76fe184dccdeb341c0a3a536a76e4b309b7]

        INTEGRATION: CWS pbhelp02 (1.2.114); FILE MERGED 2004/07/07 06:41:19 pb 1.2.114.2: fix: #115873# use local methods 2004/07/05 13:03:08 pb 1.2.114.1: fix: #i29824# no double entries any more and wrap around as default

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a45f40ef54dd0766fa35d538c478da92669ffdf3]

        INTEGRATION: CWS pbhelp02 (1.54.4); FILE MERGED 2004/07/26 06:17:27 pb 1.54.4.2: fix: #i29824# now keyword help (Basic) works again 2004/06/21 10:52:14 pb 1.54.4.1: fix: #i30341# don't set size of the help window

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [6501248d2b412398b823f69478383029a0a998c7]

        INTEGRATION: CWS pbhelp02 (1.50.4); FILE MERGED 2004/07/05 13:08:11 pb 1.50.4.1: fix: #i14168# cursor left and right travels through the tabs

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [75091bf6ddf339b1032a83a7e73ebad542fa8cb0]

        INTEGRATION: CWS pbhelp02 (1.94.4); FILE MERGED 2004/07/24 17:55:51 pb 1.94.4.4: fix: #i14168# links corrected 2004/07/07 06:45:30 pb 1.94.4.3: fix: #115873# no search with regular expression 2004/07/06 10:18:25 pb 1.94.4.2: fix: #i3753# <STRG><W> closes the help app 2004/07/05 13:08:11 pb 1.94.4.1: fix: #i14168# cursor left and right travels through the tabs

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d4d8c530332677dc65035dd9116b8bc883ef21d7]

        INTEGRATION: CWS pbhelp02 (1.38.32); FILE MERGED 2004/07/13 07:31:27 pb 1.38.32.2: RESYNC: (1.38-1.39); FILE MERGED 2004/06/30 06:01:20 pb 1.38.32.1: fix: #i29824# start help pointer

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [37ef9d7138ed4b966994fabcf6f4388bb6b3f447]

        INTEGRATION: CWS pbhelp02 (1.80.4); FILE MERGED 2004/07/28 05:09:50 pb 1.80.4.3: fix: #i32166# enable option tool tips again 2004/07/13 07:30:12 pb 1.80.4.2: RESYNC: (1.80-1.83); FILE MERGED 2004/06/30 06:00:47 pb 1.80.4.1: fix: #i29824# always tooltips enabled

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [7fc0c702cda3150e0eba49b25166e67e987c207e]

        INTEGRATION: CWS pbhelp02 (1.46.32); FILE MERGED 2004/07/21 09:11:12 pb 1.46.32.3: fix: #i29824# configuration of help tips and tutorials disabled 2004/07/13 07:29:29 pb 1.46.32.2: RESYNC: (1.46-1.48); FILE MERGED 2004/07/05 12:51:47 pb 1.46.32.1: fix: #i29824# new slot: SID_HELP_TUTORIALS

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [e114fc2cb8ca6a25726c95b024b380f0351a8398]

        INTEGRATION: CWS pbhelp02 (1.48.32); FILE MERGED 2004/07/29 08:35:12 pb 1.48.32.2: fix: #i32164# keep 500ms for tooltip time 2004/07/28 10:00:34 pb 1.48.32.1: fix: #i32164# set tooltip timeout to 1500 like balloonhelp

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [487eb37ab219ec5d4c79d854d147a55f64814d38]

        INTEGRATION: CWS pbhelp02 (1.70.10); FILE MERGED 2004/08/02 11:05:04 pb 1.70.10.2: RESYNC: (1.70-1.71); FILE MERGED 2004/07/23 07:46:04 dfoster 1.70.10.1: #i31901# Object should be created on the heap to prevent crash on destruction

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [bc694a9646ab330a1f4b45d3eebae3eef8f063fd]

        INTEGRATION: CWS pbhelp02 (1.7.6); FILE MERGED 2004/08/02 11:07:44 pb 1.7.6.5: RESYNC: (1.9-1.10); FILE MERGED 2004/07/21 07:31:27 pb 1.7.6.4: fix: #i29824# image for entry helpindex enabled 2004/07/21 04:43:15 pb 1.7.6.3: fix: #i29824# '...' removed from about entry 2004/07/13 16:48:52 pb 1.7.6.2: RESYNC: (1.7-1.9); FILE MERGED 2004/06/30 07:28:24 pb 1.7.6.1: fix: #i29824# new help labels

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [47851641fe3b0c4fc2f9f9b90e3fca7008e99c5a]

        INTEGRATION: CWS pbhelp02 (1.3.2); FILE MERGED 2004/07/13 15:30:58 pb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/30 07:38:26 pb 1.3.2.1: fix: #i29824# help menu changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [97c4fcd080d30b1075bf86686b7d8efabc1fede9]

        INTEGRATION: CWS pbhelp02 (1.3.2); FILE MERGED 2004/06/30 07:37:50 pb 1.3.2.1: fix: #i29824# help menu changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [b968dfd0c69cac3576dbccd549938607e308253e]

        INTEGRATION: CWS pbhelp02 (1.5.6); FILE MERGED 2004/07/13 11:40:15 pb 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/30 07:36:02 pb 1.5.6.1: fix: #i29824# help menu changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d198a3c255701d89a84131ceadeeaa7c7df4eb52]

        INTEGRATION: CWS pbhelp02 (1.5.6); FILE MERGED 2004/07/13 11:29:54 pb 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/30 07:35:25 pb 1.5.6.1: fix: #i29824# help menu changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [6138da846976d11f29a0e64bd8d6bd634d9417fe]

        INTEGRATION: CWS pbhelp02 (1.5.6); FILE MERGED 2004/07/13 11:25:24 pb 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/30 07:35:44 pb 1.5.6.1: fix: #i29824# help menu changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [da120067e53ec29a13305d05a73c55c32826c387]

        INTEGRATION: CWS pbhelp02 (1.4.2); FILE MERGED 2004/07/13 15:34:24 pb 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/06/30 07:34:28 pb 1.4.2.1: fix: #i29824# help menu changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [673b401f9e3bd1f17360e6d00231f63196a19c85]

        INTEGRATION: CWS pbhelp02 (1.5.6); FILE MERGED 2004/07/13 08:50:57 pb 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/30 07:37:32 pb 1.5.6.1: fix: #i29824# help menu changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [0b06749f7d4811bf5081a26fbcab05ee740e879f]

        INTEGRATION: CWS pbhelp02 (1.6.4); FILE MERGED 2004/07/13 08:14:54 pb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/30 07:37:03 pb 1.6.4.1: fix: #i29824# help menu changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ea9a7781d2115b4918ea801b63c061ca4d05bcd0]

        INTEGRATION: CWS pbhelp02 (1.5.6); FILE MERGED 2004/07/13 08:09:16 pb 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/30 07:34:46 pb 1.5.6.1: fix: #i29824# help menu changes

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [2c0d0608feee780850a93173af020164aa82aa85]

        INTEGRATION: CWS pbhelp02 (1.6.80); FILE MERGED 2004/07/22 10:24:13 pb 1.6.80.3: fix: #i29824# accelerator for helpindex removed, because vcl handles it 2004/07/13 09:55:17 pb 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/30 05:45:13 pb 1.6.80.1: fix: #i29824# new help accelerators and images

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [f7014c6812c55ba3dd91eddfc904a66d35d0e001]

        INTEGRATION: CWS pbhelp02 (1.9.72); FILE MERGED 2004/07/28 05:04:59 pb 1.9.72.3: fix: #i32166# enable option tool tips again 2004/07/13 09:34:16 pb 1.9.72.2: RESYNC: (1.9-1.12); FILE MERGED 2004/06/30 05:41:00 pb 1.9.72.1: fix: #i29824# evaluate help options

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [f3ce76fba104214a878f4e290f5d1cbcd5b63ac3]

        INTEGRATION: CWS pbhelp02 (1.2.86); FILE MERGED 2004/08/02 11:02:46 pb 1.2.86.4: RESYNC: (1.4-1.5); FILE MERGED 2004/07/16 09:56:58 pb 1.2.86.3: fix: #i29824# resource problems solved 2004/07/13 09:28:15 pb 1.2.86.2: RESYNC: (1.2-1.4); FILE MERGED 2004/06/30 05:37:37 pb 1.2.86.1: fix: #i29824# we need a global resid for scriptorganizer subdialog

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d3d3af0ea50482c9631a0abe2989207c73b1e9d6]

        INTEGRATION: CWS pbhelp02 (1.2.86); FILE MERGED 2004/07/16 09:56:56 pb 1.2.86.1: fix: #i29824# resource problems solved

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4348c9fa8e07c198259990a2d8304a4ebd67b472]

        INTEGRATION: CWS pbhelp02 (1.2.86); FILE MERGED 2004/08/02 11:00:49 pb 1.2.86.3: RESYNC: (1.3-1.4); FILE MERGED 2004/07/13 09:28:04 pb 1.2.86.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/30 05:37:28 pb 1.2.86.1: fix: #i29824# we need a global resid for scriptorganizer subdialog

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [dc3aad67c9a0400123578154b14c005afe42d4e9]

        INTEGRATION: CWS pbhelp02 (1.2.86); FILE MERGED 2004/08/02 10:58:57 pb 1.2.86.4: RESYNC: (1.3-1.4); FILE MERGED 2004/07/16 09:56:58 pb 1.2.86.3: fix: #i29824# resource problems solved 2004/07/13 09:27:53 pb 1.2.86.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/30 05:36:46 pb 1.2.86.1: fix: #i29824# we need a global resid for scriptorganizer subdialog

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [9dacfc0f695bc883e60f1f2f83a76844881a7a54]

        INTEGRATION: CWS pbhelp02 (1.2.256); FILE MERGED 2004/06/30 05:39:50 pb 1.2.256.1: fix: #i29824# cleaned up

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [f7bdcc43c04f4e996da005ace08962502e994bbc]

        INTEGRATION: CWS pbhelp02 (1.3.42); FILE MERGED 2004/07/23 16:32:19 pb 1.3.42.5: fix: #31411# some changes of liz 2004/07/23 14:37:39 pb 1.3.42.4: fix: #31411# some changes of liz 2004/07/23 10:22:13 pb 1.3.42.3: fix: #31411# example for parameters under the list 2004/07/22 10:22:07 pb 1.3.42.2: fix: #i31411# changes of liz 2004/07/16 09:46:46 pb 1.3.42.1: fix: #i31411# parameters dialog beautified

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [257b357f277c1c4f60700727602aa6295640c9f1]

        INTEGRATION: CWS pbhelp02 (1.2.76); FILE MERGED 2004/07/27 16:24:49 pb 1.2.76.3: fix: #i31411# help for ClassPathDlg 2004/07/23 10:22:14 pb 1.2.76.2: fix: #31411# example for parameters under the list 2004/07/16 09:48:24 pb 1.2.76.1: fix: #i31411# some enhancements

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [b0d26dbd04ed47a684da968611125e6b7303f213]

        INTEGRATION: CWS pbhelp02 (1.2.76); FILE MERGED 2004/07/23 10:22:15 pb 1.2.76.1: fix: #31411# example for parameters under the list

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [576db995b72e1ab72100212cace1fb4739782b27]

        INTEGRATION: CWS pbhelp02 (1.2.76); FILE MERGED 2004/08/02 10:55:13 pb 1.2.76.4: RESYNC: (1.2-1.3); FILE MERGED 2004/07/27 16:24:50 pb 1.2.76.3: fix: #i31411# help for ClassPathDlg 2004/07/23 10:22:13 pb 1.2.76.2: fix: #31411# example for parameters under the list 2004/07/16 09:48:24 pb 1.2.76.1: fix: #i31411# some enhancements

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [fdcfd0b249fbe4346bc26d7b5369c23c4459850d]

        INTEGRATION: CWS pbhelp02 (1.7.96); FILE MERGED 2004/07/28 05:04:58 pb 1.7.96.5: fix: #i32166# enable option tool tips again 2004/07/16 09:55:08 pb 1.7.96.4: fix: #i29824# only [de] and [en-US] valid 2004/07/14 12:56:09 pb 1.7.96.3: fix: #i29824# english_us -> en-US 2004/07/13 09:24:15 pb 1.7.96.2: RESYNC: (1.7-1.11); FILE MERGED 2004/06/30 05:41:52 pb 1.7.96.1: fix: #i29824# new help options on general options page

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [25470bd6131389778528b0556f89cf4fe2ae3703]

        INTEGRATION: CWS pbhelp02 (1.7.98); FILE MERGED 2004/07/28 05:04:58 pb 1.7.98.3: fix: #i32166# enable option tool tips again 2004/07/13 09:24:05 pb 1.7.98.2: RESYNC: (1.7-1.10); FILE MERGED 2004/06/30 05:41:53 pb 1.7.98.1: fix: #i29824# new help options on general options page

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [be23ca5f08409a9e6c1cafdd3e606b83051b9013]

        INTEGRATION: CWS pbhelp02 (1.7.98); FILE MERGED 2004/07/28 05:04:57 pb 1.7.98.3: fix: #i32166# enable option tool tips again 2004/07/13 09:23:55 pb 1.7.98.2: RESYNC: (1.7-1.9); FILE MERGED 2004/06/30 05:41:53 pb 1.7.98.1: fix: #i29824# new help options on general options page

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [77b24041d8ce0fcf1a4f056a43d66fa84368eeaa]

        INTEGRATION: CWS pbhelp02 (1.9.98); FILE MERGED 2004/07/28 05:04:57 pb 1.9.98.3: fix: #i32166# enable option tool tips again 2004/07/13 09:23:45 pb 1.9.98.2: RESYNC: (1.9-1.12); FILE MERGED 2004/06/30 05:41:52 pb 1.9.98.1: fix: #i29824# new help options on general options page

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [351cd5cc2a8c9b42466ca7fe5829f81168c52bc0]

        INTEGRATION: CWS impress15ea (1.13.54); FILE MERGED 2004/07/29 17:40:44 af 1.13.54.2: RESYNC: (1.13-1.14); FILE MERGED 2004/06/11 08:55:17 af 1.13.54.1: #i26495# Removed gcc compiler warning.

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [59d11eea1b5174ac23fe4356fc31d1766f511a26]

        INTEGRATION: CWS impress15ea (1.2.232); FILE MERGED 2004/06/18 13:40:06 cl 1.2.232.1: be more failsave in ImplCopySvStreamToXOutputStream in the unlikely case of a read error

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ca6cd5b5352df84c5d93a25ee7addad201048670]

        INTEGRATION: CWS impress15ea (1.171.38); FILE MERGED 2004/07/29 15:33:23 af 1.171.38.2: RESYNC: (1.171-1.178); FILE MERGED 2004/06/18 16:56:32 thb 1.171.38.1: #i30463#, #i28759# Handled text color change correctly, both for the outdev and its associated alpha vdev

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [0877538602f437e21eb8b653efa01c7fe0d7079f]

        INTEGRATION: CWS impress15ea (1.14.8); FILE MERGED 2004/06/18 14:33:06 kso 1.14.8.1: #i30200# - Fixed lcl_CreateStream() STREAM_TRUNC mode handling.

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [f9c3df5b60bcdd5e3a93550ab61a61b98dd94ef3]

        INTEGRATION: CWS encryption (1.11.6); FILE MERGED 2004/07/16 17:39:37 jmarmion 1.11.6.5: #115980# - complete password stuff for calc. 2004/07/14 10:20:29 dr 1.11.6.4: RESYNC: (1.11-1.12); FILE MERGED 2004/03/25 13:04:06 dr 1.11.6.3: #115980# storage/stream handling reworked 2004/03/23 17:39:29 dr 1.11.6.2: #115980# using interaction handler for passwords 2004/03/23 15:41:51 dr 1.11.6.1: #115980# implementation: BIFF8 standard decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [f2ea68a9ec9a294901f3fca92d105462ec0a7b84]

        INTEGRATION: CWS encryption (1.13.6); FILE MERGED 2004/07/14 10:19:39 dr 1.13.6.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/17 12:55:26 dr 1.13.6.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ead57c596df688a4e51f4abcb0014647e0c2e2af]

        INTEGRATION: CWS encryption (1.5.6); FILE MERGED 2004/04/14 10:08:16 dr 1.5.6.8: #115980# final changes 2004/03/31 12:53:32 dr 1.5.6.7: #115980# new password messages, decrypter base class handles stream position now 2004/03/29 13:23:42 dr 1.5.6.6: #115980# added Weak-XOR codec 2004/03/26 13:05:25 dr 1.5.6.5: #115980# final changes 2004/03/25 13:04:05 dr 1.5.6.4: #115980# storage/stream handling reworked 2004/03/23 15:41:51 dr 1.5.6.3: #115980# implementation: BIFF8 standard decryption 2004/03/18 18:35:28 dr 1.5.6.2: #115980# preparations for decryption 2004/03/17 12:55:26 dr 1.5.6.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [751b02854bbe923e75eb433f70123fd58e5febf8]

        INTEGRATION: CWS encryption (1.8.6); FILE MERGED 2004/07/14 10:19:30 dr 1.8.6.3: RESYNC: (1.8-1.9); FILE MERGED 2004/03/25 13:04:05 dr 1.8.6.2: #115980# storage/stream handling reworked 2004/03/23 17:39:28 dr 1.8.6.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [b22ea0f74cb7cc72f9de44e351de08e0a08b90eb]

        INTEGRATION: CWS encryption (1.2.72); FILE MERGED 2004/07/15 08:56:59 dr 1.2.72.3: #i10000# merge error 2004/07/14 15:54:40 dr 1.2.72.2: #i10000# merge error 2004/07/14 14:17:49 dr 1.2.72.1: #i10000# merge conflicts

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a3e4ca340ef54fba6bfb9d9b40ced937900e02d5]

        INTEGRATION: CWS encryption (1.60.4); FILE MERGED 2004/07/14 10:16:45 dr 1.60.4.6: RESYNC: (1.60-1.61); FILE MERGED 2004/03/31 14:20:03 dr 1.60.4.5: #115980# direct use of XclImpDecryptHelper::ReadFilepass 2004/03/31 12:53:31 dr 1.60.4.4: #115980# new password messages, decrypter base class handles stream position now 2004/03/23 17:39:28 dr 1.60.4.3: #115980# using interaction handler for passwords 2004/03/23 15:41:50 dr 1.60.4.2: #115980# implementation: BIFF8 standard decryption 2004/03/17 12:55:23 dr 1.60.4.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [820f76f0da4d337115569646b8ce902e1ed885e5]

        INTEGRATION: CWS encryption (1.90.6); FILE MERGED 2004/07/14 10:15:37 dr 1.90.6.5: RESYNC: (1.90-1.93); FILE MERGED 2004/03/25 13:04:02 dr 1.90.6.4: #115980# storage/stream handling reworked 2004/03/23 17:39:27 dr 1.90.6.3: #115980# using interaction handler for passwords 2004/03/23 15:41:50 dr 1.90.6.2: #115980# implementation: BIFF8 standard decryption 2004/03/17 12:55:21 dr 1.90.6.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a392a09d89bd7a8df45ff42f2fdbd9643874d7bb]

        INTEGRATION: CWS encryption (1.12.140); FILE MERGED 2004/07/14 10:15:12 dr 1.12.140.3: RESYNC: (1.12-1.13); FILE MERGED 2004/03/25 13:04:01 dr 1.12.140.2: #115980# storage/stream handling reworked 2004/03/23 17:39:27 dr 1.12.140.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [6a8a2394369794ee69d51366cb0892894a01bbad]

        INTEGRATION: CWS encryption (1.11.6); FILE MERGED 2004/07/14 10:31:43 dr 1.11.6.4: RESYNC: (1.11-1.12); FILE MERGED 2004/03/25 13:15:19 dr 1.11.6.3: #115980# storage/stream handling reworked 2004/03/23 17:40:55 dr 1.11.6.2: #115980# using interaction handler for passwords 2004/03/23 15:43:55 dr 1.11.6.1: #115980# implementation: BIFF8 standard decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [6423283c35dce4ed3287ad619faffea200525311]

        INTEGRATION: CWS encryption (1.2.72); FILE MERGED 2004/07/14 14:18:13 dr 1.2.72.1: #i10000# merge conflicts

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [4ac5bf098ef2f11a82970b5488e203d1be92a621]

        INTEGRATION: CWS encryption (1.13.10); FILE MERGED 2004/07/14 10:30:45 dr 1.13.10.4: RESYNC: (1.13-1.15); FILE MERGED 2004/03/31 12:56:14 dr 1.13.10.3: #115980# new password messages, decrypter base class handles stream position now 2004/03/25 13:15:19 dr 1.13.10.2: #115980# storage/stream handling reworked 2004/03/17 12:56:14 dr 1.13.10.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [dd65ba6c35c17ce8157b3de825a898b6a201c5e6]

        INTEGRATION: CWS encryption (1.4.6); FILE MERGED 2004/06/04 11:32:10 cmc 1.4.6.7: #i5362# propose using MSCodec_XorXLS95 for excel as words XOR is slightly different and leave MSCodec_Xor95 as common baseclass 2004/04/14 10:09:03 dr 1.4.6.6: #115980# final changes 2004/03/31 12:56:14 dr 1.4.6.5: #115980# new password messages, decrypter base class handles stream position now 2004/03/25 13:15:19 dr 1.4.6.4: #115980# storage/stream handling reworked 2004/03/23 15:43:55 dr 1.4.6.3: #115980# implementation: BIFF8 standard decryption 2004/03/18 18:35:16 dr 1.4.6.2: #115980# preparations for decryption 2004/03/17 12:56:14 dr 1.4.6.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [57793681284df5a8c52ea3a51d6d3b976f820344]

        INTEGRATION: CWS encryption (1.24.108); FILE MERGED 2004/07/14 10:25:50 dr 1.24.108.5: RESYNC: (1.24-1.25); FILE MERGED 2004/03/31 14:20:15 dr 1.24.108.4: #115980# direct use of XclImpDecryptHelper::ReadFilepass 2004/03/31 12:56:13 dr 1.24.108.3: #115980# new password messages, decrypter base class handles stream position now 2004/03/23 17:40:54 dr 1.24.108.2: #115980# using interaction handler for passwords 2004/03/17 12:56:13 dr 1.24.108.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a141ed4f2af07ea5fa30cf435045e7e5e095e918]

        INTEGRATION: CWS encryption (1.7.108); FILE MERGED 2004/07/14 10:25:17 dr 1.7.108.3: RESYNC: (1.7-1.10); FILE MERGED 2004/03/29 13:24:37 dr 1.7.108.2: #115980# added Weak-XOR codec 2004/03/25 13:15:18 dr 1.7.108.1: #115980# storage/stream handling reworked

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [46ae51f9cbb7d604d9f8b9fd03652223824dde5c]

        INTEGRATION: CWS encryption (1.51.108); FILE MERGED 2004/07/14 10:24:17 dr 1.51.108.3: RESYNC: (1.51-1.53); FILE MERGED 2004/03/25 13:15:18 dr 1.51.108.2: #115980# storage/stream handling reworked 2004/03/23 17:40:54 dr 1.51.108.1: #115980# using interaction handler for passwords

2004-08-11  Rüdiger Timm  <rt@openoffice.org>  [340eb66971f9e705c1238fa00f1482cb0082872d]

        #i10000# SHIPDRIVE

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [6fc1367c3c138d0a3464de81461fd3311edc3c02]

        INTEGRATION: CWS encryption (1.67.102); FILE MERGED 2004/06/04 10:32:23 cmc 1.67.102.1: #i5362# add office97 RC4 decryption support to writer, rejoice!

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ecd84c4cf4bf02e8bd2e89e4dde21a64e11848e5]

        INTEGRATION: CWS encryption (1.107.24); FILE MERGED 2004/07/13 12:44:44 dr 1.107.24.2: RESYNC: (1.107-1.110); FILE MERGED 2004/06/04 10:32:23 cmc 1.107.24.1: #i5362# add office97 RC4 decryption support to writer, rejoice!

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [bbaae6b32dc71b96039146923ad74db67fc3b7be]

        INTEGRATION: CWS encryption (1.126.24); FILE MERGED 2004/07/13 12:44:16 dr 1.126.24.2: RESYNC: (1.126-1.128); FILE MERGED 2004/06/04 10:32:22 cmc 1.126.24.1: #i5362# add office97 RC4 decryption support to writer, rejoice!

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c2eea93df7972b0e90ecb34ea3d34d09a877c35e]

        INTEGRATION: CWS encryption (1.131.12); FILE MERGED 2004/07/13 12:44:07 dr 1.131.12.4: RESYNC: (1.131-1.136); FILE MERGED 2004/06/04 11:35:08 cmc 1.131.12.3: #i5362# apparently the wrong password enum has changed 2004/06/04 11:34:23 cmc 1.131.12.2: #i5362# add XOR 95 decryption support 2004/06/04 10:32:21 cmc 1.131.12.1: #i5362# add office97 RC4 decryption support to writer, rejoice!

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d3123f7c9d8563ef859da4ce91da1d15316653fd]

        INTEGRATION: CWS encryption (1.1.1.1.268); FILE MERGED 2004/03/15 19:14:56 mhu 1.1.1.1.268.1: #115940# Added functions rtl_cipher...ARCFOUR() and rtl_digest_rawMD5().

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [0aa2afdf963e18d250f50500858d81a7a96e2e23]

        INTEGRATION: CWS encryption (1.45.4); FILE MERGED 2004/07/14 12:48:02 dr 1.45.4.2: RESYNC: (1.45-1.47); FILE MERGED 2004/03/15 19:14:56 mhu 1.45.4.1: #115940# Added functions rtl_cipher...ARCFOUR() and rtl_digest_rawMD5().

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [77709b72a5d0e46aa1f6d05316f6be41b08b040b]

        INTEGRATION: CWS encryption (1.6.256); FILE MERGED 2004/03/15 19:14:55 mhu 1.6.256.1: #115940# Added functions rtl_cipher...ARCFOUR() and rtl_digest_rawMD5().

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [6360bdafa56d83852164eaca9113c6c701e637af]

        INTEGRATION: CWS encryption (1.1.1.1.268); FILE MERGED 2004/03/15 19:14:55 mhu 1.1.1.1.268.1: #115940# Added functions rtl_cipher...ARCFOUR() and rtl_digest_rawMD5().

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [3d4bb00081cf8fed02c7240c8e7732107dcff118]

        INTEGRATION: CWS encryption (1.5.242); FILE MERGED 2004/03/15 19:14:55 mhu 1.5.242.1: #115940# Added functions rtl_cipher...ARCFOUR() and rtl_digest_rawMD5().

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [06ee467e57e0d722752b7230f814f86ee659dde9]

        INTEGRATION: CWS encryption (1.4.242); FILE MERGED 2004/03/15 19:14:54 mhu 1.4.242.1: #115940# Added functions rtl_cipher...ARCFOUR() and rtl_digest_rawMD5().

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c084ffce65276d3f127abb933dd776f86dae9bb8]

        INTEGRATION: CWS encryption (1.1.2); FILE ADDED 2004/07/16 17:36:05 jmarmion 1.1.2.1: #115980# - complete password stuff for calc.

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [250ffc23720fdadb82acd7060ca9126a85b8c9f6]

        INTEGRATION: CWS encryption (1.15.42); FILE MERGED 2004/07/16 17:36:44 jmarmion 1.15.42.1: #115980# - complete password stuff for calc.

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [47cba4d90a341aa870b3ac2b9bd97203be7e79df]

        INTEGRATION: CWS encryption (1.42.84); FILE MERGED 2004/07/14 11:36:29 dr 1.42.84.2: RESYNC: (1.42-1.43); FILE MERGED 2004/03/31 12:58:46 dr 1.42.84.1: #115980# use define from errcode.hxx, don't introduce own reduntant

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [0a2aeec91de66abc2b9c7e196adee8fd4ced3b12]

        INTEGRATION: CWS encryption (1.69.36); FILE MERGED 2004/07/16 17:38:26 jmarmion 1.69.36.1: #115980# - complete password stuff for calc.

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [aba906c893038c4e687613b1a4fa621ec0c29c66]

        INTEGRATION: CWS encryption (1.20.6); FILE MERGED 2004/07/14 10:35:34 dr 1.20.6.4: RESYNC: (1.20-1.21); FILE MERGED 2004/03/25 13:17:22 dr 1.20.6.3: #115980# storage/stream handling reworked 2004/03/23 17:41:18 dr 1.20.6.2: #115980# using interaction handler for passwords 2004/03/23 15:44:41 dr 1.20.6.1: #115980# implementation: BIFF8 standard decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [c6424605a988834c1ff00ec5caac15d67aead1d5]

        INTEGRATION: CWS encryption (1.14.6); FILE MERGED 2004/07/14 10:35:25 dr 1.14.6.3: RESYNC: (1.14-1.15); FILE MERGED 2004/03/25 13:17:22 dr 1.14.6.2: #115980# storage/stream handling reworked 2004/03/23 17:41:18 dr 1.14.6.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [8ff35b1918804e701bc048e1feec93840efe7f9e]

        INTEGRATION: CWS encryption (1.1.2); FILE ADDED 2004/04/14 10:09:04 dr 1.1.2.7: #115980# final changes 2004/03/31 12:56:14 dr 1.1.2.6: #115980# new password messages, decrypter base class handles stream position now 2004/03/29 13:24:37 dr 1.1.2.5: #115980# added Weak-XOR codec 2004/03/25 13:15:19 dr 1.1.2.4: #115980# storage/stream handling reworked 2004/03/23 15:43:55 dr 1.1.2.3: #115980# implementation: BIFF8 standard decryption 2004/03/18 18:35:15 dr 1.1.2.2: #115980# preparations for decryption 2004/03/17 12:56:15 dr 1.1.2.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a6ba307bf8464fa0053555cf08d9c5d43faa8509]

        INTEGRATION: CWS encryption (1.6.6); FILE MERGED 2004/07/14 10:31:25 dr 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2004/03/25 13:15:19 dr 1.6.6.1: #115980# storage/stream handling reworked

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [42ac9f6a1b7eeb600efce8904687fb2cb97e881b]

        INTEGRATION: CWS encryption (1.3.108); FILE MERGED 2004/07/14 10:30:53 dr 1.3.108.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/31 12:56:14 dr 1.3.108.1: #115980# new password messages, decrypter base class handles stream position now

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [67a22fe36925a14d349745e72737dd9fd34e998b]

        INTEGRATION: CWS encryption (1.8.6); FILE MERGED 2004/07/14 10:30:15 dr 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/23 17:40:55 dr 1.8.6.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ab870fcf57b1e26c5197b0b4d574cb33f9d8c01b]

        INTEGRATION: CWS encryption (1.2.72); FILE MERGED 2004/07/14 14:18:12 dr 1.2.72.1: #i10000# merge conflicts

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [47b20ef775d52e8006a589dfaf043264d348df13]

        INTEGRATION: CWS encryption (1.5.108); FILE MERGED 2004/07/14 10:29:22 dr 1.5.108.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/31 12:56:14 dr 1.5.108.1: #115980# new password messages, decrypter base class handles stream position now

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [b43b6034331796f6afc5c84443acc5c83741c133]

        INTEGRATION: CWS encryption (1.4.108); FILE MERGED 2004/03/17 12:56:14 dr 1.4.108.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a3a468f550c8181d9bdb186515d8fb8dc9dc115d]

        INTEGRATION: CWS encryption (1.8.6); FILE MERGED 2004/07/14 10:29:13 dr 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/23 17:40:55 dr 1.8.6.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [457f8b53d2eec3dafc45552c7d6fc498d6091591]

        INTEGRATION: CWS encryption (1.31.6); FILE MERGED 2004/07/14 10:26:51 dr 1.31.6.3: RESYNC: (1.31-1.34); FILE MERGED 2004/03/25 13:15:18 dr 1.31.6.2: #115980# storage/stream handling reworked 2004/03/23 17:40:55 dr 1.31.6.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a92ed69f58d76ecd569d20488160e63a8c3ea06f]

        INTEGRATION: CWS encryption (1.4.140); FILE MERGED 2004/03/23 17:40:54 dr 1.4.140.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [505559caf5ff40b41192d47104e70e64a7b85fba]

        INTEGRATION: CWS encryption (1.6.272); FILE MERGED 2004/07/14 10:24:46 dr 1.6.272.2: RESYNC: (1.6-1.7); FILE MERGED 2004/03/23 17:40:54 dr 1.6.272.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [58b9abcb022e7cfaf3f9407cc0ad47d164488abf]

        INTEGRATION: CWS encryption (1.41.6); FILE MERGED 2004/07/14 10:23:50 dr 1.41.6.2: RESYNC: (1.41-1.43); FILE MERGED 2004/03/25 13:15:18 dr 1.41.6.1: #115980# storage/stream handling reworked

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [dae88dbbaccee472da0e3df2de18946213d6be64]

        INTEGRATION: CWS encryption (1.11.242); FILE MERGED 2004/03/25 13:15:17 dr 1.11.242.2: #115980# storage/stream handling reworked 2004/03/23 15:43:55 dr 1.11.242.1: #115980# implementation: BIFF8 standard decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [32d0174bc8a9db179fbb54ac1940ad2b538f84a8]

        INTEGRATION: CWS encryption (1.13.282); FILE MERGED 2004/07/14 10:22:59 dr 1.13.282.4: RESYNC: (1.13-1.14); FILE MERGED 2004/03/25 13:15:17 dr 1.13.282.3: #115980# storage/stream handling reworked 2004/03/23 15:43:54 dr 1.13.282.2: #115980# implementation: BIFF8 standard decryption 2004/03/17 12:56:13 dr 1.13.282.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [cd920db501eda1628bda74f98f11d25442014e6f]

        INTEGRATION: CWS encryption (1.7.6); FILE MERGED 2004/03/25 13:04:50 dr 1.7.6.1: #115980# storage/stream handling reworked

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d5071e3be6a406e6796189741f9463ac196cad46]

        INTEGRATION: CWS encryption (1.2.280); FILE MERGED 2004/07/16 17:43:07 jmarmion 1.2.280.2: #115980# - complete password stuff for calc. 2004/03/23 17:40:19 dr 1.2.280.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [f58297bc769520c4a35c978b31cbfa88755e508b]

        INTEGRATION: CWS encryption (1.1.2); FILE ADDED 2004/03/29 13:23:42 dr 1.1.2.3: #115980# added Weak-XOR codec 2004/03/23 15:41:51 dr 1.1.2.2: #115980# implementation: BIFF8 standard decryption 2004/03/17 12:55:28 dr 1.1.2.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [1653ce020ee58e1dda91c5c0f905e090a40068ae]

        INTEGRATION: CWS encryption (1.6.6); FILE MERGED 2004/07/14 10:20:07 dr 1.6.6.2: RESYNC: (1.6-1.9); FILE MERGED 2004/03/25 13:04:06 dr 1.6.6.1: #115980# storage/stream handling reworked

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [edd733a1652f773f62590b108c30b37b69b0a28b]

        INTEGRATION: CWS encryption (1.2.72); FILE MERGED 2004/07/15 09:05:19 dr 1.2.72.2: #i10000# merge error 2004/07/14 14:17:50 dr 1.2.72.1: #i10000# merge conflicts

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [48da9bfbce0f6f691be88d23c105dc4d00b288b2]

        INTEGRATION: CWS encryption (1.3.4); FILE MERGED 2004/07/14 10:19:07 dr 1.3.4.2: RESYNC: (1.3-1.5); FILE MERGED 2004/03/17 12:55:26 dr 1.3.4.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [801657fb22bd267d1b6f30e2f8c6eb99436de539]

        INTEGRATION: CWS encryption (1.8.10); FILE MERGED 2004/07/14 10:18:59 dr 1.8.10.2: RESYNC: (1.8-1.12); FILE MERGED 2004/03/17 12:55:26 dr 1.8.10.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [e398a6aab3feb578d110658eb4ade88c791c00c4]

        INTEGRATION: CWS encryption (1.10.10); FILE MERGED 2004/07/14 10:18:50 dr 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/17 12:55:25 dr 1.10.10.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [2f933cfe2cee7016f58f0a938b879a7225e1e397]

        INTEGRATION: CWS encryption (1.13.6); FILE MERGED 2004/07/14 10:18:40 dr 1.13.6.4: RESYNC: (1.13-1.17); FILE MERGED 2004/03/25 13:04:04 dr 1.13.6.3: #115980# storage/stream handling reworked 2004/03/23 15:41:50 dr 1.13.6.2: #115980# implementation: BIFF8 standard decryption 2004/03/17 12:55:25 dr 1.13.6.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [d9799654dc3c915eb09e8089fd595d8892764bdf]

        INTEGRATION: CWS encryption (1.8.6); FILE MERGED 2004/07/14 10:18:32 dr 1.8.6.3: RESYNC: (1.8-1.10); FILE MERGED 2004/03/31 12:53:32 dr 1.8.6.2: #115980# new password messages, decrypter base class handles stream position now 2004/03/17 12:55:24 dr 1.8.6.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [405d160f145190f25ae0edfce05c9b6149f3f2cd]

        INTEGRATION: CWS encryption (1.9.6); FILE MERGED 2004/07/14 10:18:23 dr 1.9.6.3: RESYNC: (1.9-1.10); FILE MERGED 2004/03/25 13:04:04 dr 1.9.6.2: #115980# storage/stream handling reworked 2004/03/23 17:39:28 dr 1.9.6.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [1c816ce855bea62cc093a5178e289436ef7e6ddc]

        INTEGRATION: CWS encryption (1.42.6); FILE MERGED 2004/07/14 10:13:35 dr 1.42.6.5: RESYNC: (1.42-1.43); FILE MERGED 2004/03/31 14:20:04 dr 1.42.6.4: #115980# direct use of XclImpDecryptHelper::ReadFilepass 2004/03/31 12:53:32 dr 1.42.6.3: #115980# new password messages, decrypter base class handles stream position now 2004/03/23 15:41:50 dr 1.42.6.2: #115980# implementation: BIFF8 standard decryption 2004/03/17 12:55:24 dr 1.42.6.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [15a0afb6dee918b9fa502a392e9d58d957b8b7b5]

        INTEGRATION: CWS encryption (1.24.60); FILE MERGED 2004/07/14 10:16:53 dr 1.24.60.2: RESYNC: (1.24-1.25); FILE MERGED 2004/03/17 12:55:23 dr 1.24.60.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [fc167dd18001f3d739c5059ca78571058ae0ae9b]

        INTEGRATION: CWS encryption (1.17.6); FILE MERGED 2004/07/14 10:16:15 dr 1.17.6.3: RESYNC: (1.17-1.18); FILE MERGED 2004/03/25 13:04:03 dr 1.17.6.2: #115980# storage/stream handling reworked 2004/03/23 17:39:28 dr 1.17.6.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [9c21f1c18e5d78829ca175bf94e13fcea7bba0b6]

        INTEGRATION: CWS encryption (1.44.4); FILE MERGED 2004/07/14 10:16:03 dr 1.44.4.3: RESYNC: (1.44-1.48); FILE MERGED 2004/03/25 13:04:03 dr 1.44.4.2: #115980# storage/stream handling reworked 2004/03/23 17:39:27 dr 1.44.4.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [faa3de45acd0d90c70b638e4e0284f9e342cc75b]

        INTEGRATION: CWS encryption (1.31.6); FILE MERGED 2004/07/14 10:15:45 dr 1.31.6.2: RESYNC: (1.31-1.32); FILE MERGED 2004/03/17 12:55:22 dr 1.31.6.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [a870153f4651df48678dc3793da6a8d72c62a4c9]

        INTEGRATION: CWS encryption (1.26.6); FILE MERGED 2004/07/14 10:15:28 dr 1.26.6.2: RESYNC: (1.26-1.28); FILE MERGED 2004/03/17 12:55:21 dr 1.26.6.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ca64097c8151bf9454323f3557a567dfb93cdd63]

        INTEGRATION: CWS encryption (1.24.10); FILE MERGED 2004/07/14 10:15:20 dr 1.24.10.2: RESYNC: (1.24-1.27); FILE MERGED 2004/03/17 12:55:21 dr 1.24.10.1: #115980# preparations for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [b77346c4a8c0900d97ae3db138878ffc40a0b45d]

        INTEGRATION: CWS encryption (1.22.72); FILE MERGED 2004/07/16 17:39:37 jmarmion 1.22.72.1: #115980# - complete password stuff for calc.

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [0829f5a964c0c58bcecca39be7a247392caecc1a]

        INTEGRATION: CWS encryption (1.62.6); FILE MERGED 2004/07/14 10:14:18 dr 1.62.6.6: RESYNC: (1.62-1.64); FILE MERGED 2004/03/31 12:53:31 dr 1.62.6.5: #115980# new password messages, decrypter base class handles stream position now 2004/03/29 13:23:40 dr 1.62.6.4: #115980# added Weak-XOR codec 2004/03/25 15:13:12 dr 1.62.6.3: #115980# dumper additions 2004/03/25 13:03:54 dr 1.62.6.2: #115980# storage/stream handling reworked 2004/03/23 15:41:49 dr 1.62.6.1: #115980# implementation: BIFF8 standard decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [9ebf608eb7c5c8ff89388e13613a6afdc57134ef]

        INTEGRATION: CWS encryption (1.1.2); FILE ADDED 2004/07/16 17:40:25 jmarmion 1.1.2.1: #115980# - complete password stuff for calc.

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [436521875dff7273a0f8dabde0172a4b61d12796]

        INTEGRATION: CWS encryption (1.9.72); FILE MERGED 2004/07/16 17:41:18 jmarmion 1.9.72.1: #115980# - complete password stuff for calc.

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [b4d2c0a080df0dbddd9ee91c606fd43b793c3528]

        INTEGRATION: CWS encryption (1.3.410); FILE MERGED 2004/03/23 17:37:49 dr 1.3.410.1: #115980# using interaction handler for passwords

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [441849bb2532a881923cf8585fb2db648c733030]

        INTEGRATION: CWS encryption (1.9.112); FILE MERGED 2004/06/02 13:39:01 sj 1.9.112.1: #115982# added detection of password protected ppt files

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [85ecc7633965e8663490d99508b350d66fc98246]

        INTEGRATION: CWS encryption (1.1.2); FILE ADDED 2004/06/04 11:31:08 cmc 1.1.2.6: #i5362# add word XOR decryption support 2004/04/15 14:42:56 dr 1.1.2.5: #115980# final changes 2004/03/29 12:57:19 dr 1.1.2.4: #115980# added Weak-XOR codec 2004/03/26 12:04:17 dr 1.1.2.3: #115980# final changes 2004/03/23 11:43:38 dr 1.1.2.2: #115980# add MSCodec::Skip(), update documentation 2004/03/17 16:39:32 dr 1.1.2.1: #115980# wrapper class for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [b7f81e583c7008f6029764be6265d49edcf8827c]

        INTEGRATION: CWS encryption (1.11.484); FILE MERGED 2004/03/17 16:39:32 dr 1.11.484.1: #115980# wrapper class for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [ee0a93810b3b00bb037433043d180e9bfa94a7d6]

        INTEGRATION: CWS encryption (1.46.152); FILE MERGED 2004/07/16 17:46:33 jmarmion 1.46.152.5: #115980# - complete password stuff for calc/writer. 2004/07/14 16:41:18 dr 1.46.152.4: #i10000# merge conflict 2004/07/13 22:42:28 dr 1.46.152.3: RESYNC: (1.46-1.47); FILE MERGED 2004/04/14 09:31:26 dr 1.46.152.2: #115982# error code for encrypted PowerPoint files 2004/03/31 12:50:16 dr 1.46.152.1: #115980# new messages for password handling

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [facb2bb22da06c9dd510796caf287d9674012348]

        INTEGRATION: CWS encryption (1.81.28); FILE MERGED 2004/07/13 19:12:51 dr 1.81.28.2: RESYNC: (1.81-1.89); FILE MERGED 2004/03/19 10:40:18 dr 1.81.28.1: #115980# wrapper class for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [645e220dfb1d10d0e32c20922aa353a6d0c59d9f]

        INTEGRATION: CWS encryption (1.3.112); FILE MERGED 2004/07/16 17:45:58 jmarmion 1.3.112.3: #115980# - complete password stuff for calc/writer. 2004/04/14 09:30:53 dr 1.3.112.2: #115982# error code for encrypted PowerPoint files 2004/03/31 12:49:39 dr 1.3.112.1: #115980# new messages for password handling

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [90064eb165435e66ae7a7a5e217bb18380dedd6f]

        INTEGRATION: CWS encryption (1.1.2); FILE ADDED 2004/06/04 11:30:51 cmc 1.1.2.6: #i5362# add word XOR decryption support 2004/03/29 12:55:39 dr 1.1.2.5: #115980# added Weak-XOR codec 2004/03/26 12:03:54 dr 1.1.2.4: #115980# final changes 2004/03/23 11:42:38 dr 1.1.2.3: #115980# add MSCodec::Skip(), update documentation 2004/03/18 11:10:34 dr 1.1.2.2: #115890# doc update 2004/03/17 16:38:57 dr 1.1.2.1: #115980# wrapper class for decryption

2004-08-11  Oliver Bolte  <obo@openoffice.org>  [638daafc568715b1bbabbd080609581977e285b6]

        INTEGRATION: CWS encryption (1.41.26); FILE MERGED 2004/07/17 14:45:23 dr 1.41.26.1: #115980# load protected mso files

2004-08-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [da5ec8d93a8eb0ec9be51c71a22744547d81cbd3]

        #i10000#: double node name

2004-08-10  Armin Weiss  <aw@openoffice.org>  [19d27da2139f4bfef7bfc2bb32b34b10407f347a]

        #i32692# corrected missing case for 'HANDLE_CHANGES_PASSWORD'

2004-08-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [75ea6d2ad7375f43a958659a5e380a4df8e720b8]

        #i10000#: remove double resource

2004-08-10  Oliver Bolte  <obo@openoffice.org>  [53d4e0368df88b60645fc81a0f9d74f3e80f5a0d]

        #i10000# wntmsci10: deliver db.jar from subdirectory class

2004-08-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbc14f2ab86c7e925d5c40fd10c3f77b8eabaab2]

        #i10000#: include

2004-08-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ef9b5dba1da52cd5fc9b2ef0db3aa66e6c9daed]

        #i31252#: fix

2004-08-09  Rüdiger Timm  <rt@openoffice.org>  [abd2902a76e54125a887c1a9650e09667b668294]

        #i10000# Add new get_public_flag

2004-08-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5246f1f288e8b40556e68164523cdcbafdbcd56b]

        #i10000# double size of hash table

2004-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [11c0b3fe71b31459e48c070a60e7ee5d0f5aa862]

        #i10000#: add toolbars.srs to resources

2004-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f9f2ae500593f861552471a270a57ba791d0a54]

        #i10000#: syntax

2004-08-06  Rüdiger Timm  <rt@openoffice.org>  [b2674ab4c0b4f594ba6be22418053d5c275a4083]

        #i10000# correct path for oo-ad-ldap-attr.map

2004-08-06  Rüdiger Timm  <rt@openoffice.org>  [e79176fcbe9a2303a979a54b325fdd0a0bc19adb]

        #i10000# Added some ldap-related files now required by scp2/source/ooo/file_ooo.scp

2004-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [38a95917d83e8f5771c95332a62ee79eea9c821c]

        #i10000#: disable namespace, seems to trigger a Studio 8 compiler bug in combination with  XObjectInputStream streaming operator

2004-08-06  Michael Mi  <mmi@openoffice.org>  [bb07f8d394c1565b05694551a19d4d0fb8993e41]

        Issue number: Submitted by: Andrew Fan Reviewed by: Change some symboles in enc/dec test routines.

2004-08-05  Michael Meeks  <mmeeks@openoffice.org>  [d3d443127b4f02a4b89758dcb29a34bf5ee80e8a]

        Issue number: 32649 Submitted by: writerperfect team Reviewed by:   mh

2004-08-05  Kurt Zenker  <kz@openoffice.org>  [204e1614c1dad3518c1bfd2345be4742991cee5b]

        new version for SRC680

2004-08-05  Michael Meeks  <mmeeks@openoffice.org>  [4c4b332a9adff341aa9de7bfeffc474b80b8408b]

        Issue number: 32648 Submitted by: mmeeks Reviewed by:   mh

2004-08-05  Christof Pintaske  <cp@openoffice.org>  [8820bba65ccbbe88ab1311eefdfcb65a74eae6ab]

        #32605# FIXME: introduce minor through envvar into bootstraprc

2004-08-05  Rüdiger Timm  <rt@openoffice.org>  [feeb9a9ae09f51cc1f763d43250bb679acdd989e]

        new version for SRC680

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6da1f05d5672274c5773397977c17ba14f5e9370]

        #i10000#: syntax

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1e33289b06b500af6ca5d468021260880fd81c5]

        #i10000#: corrected resource

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a75b714d710e8bdb678ad3c237497bcee6a399a7]

        #i10000#: includes

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5785c3ab66fcd5dd1688646e7d2c30c4f9eb4f63]

        #i10000#: fix includes

2004-08-05  Kurt Zenker  <kz@openoffice.org>  [48f2d35f4971c5a8948e3a83db3f6310456ecc81]

        adaptions

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2276a635c495f1ecc8505b0273cf724485ffc0c6]

        #i10000#: fix includes

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d27c2f82360143fe8d7b9ea92c842b13026ffc12]

        #i10000#: STL syntax

2004-08-05  Kurt Zenker  <kz@openoffice.org>  [d5b29910b9b92a4d3eb3eed3e590fbfd94c27878]

        initial version

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2391e52e0685330c749a5a9b61c6f7a737a34dce]

        #i10000# - correct syntax error

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fe89c97fc148a4150d7d0e573efbdca399873bf]

        #i10000# - correct merge conflicts.

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [847602b56418e2e9855f317f2f07f00c7181aab8]

        #i10000#: use GetActiveWindow() instead of pWindow

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c274378e3693cb23667c122d64aa93e99917816]

        #i10000#: HasMarked() -> AreObjectsMarked(), GetMarkList()->GetMarkedObjectList()

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fc4a5731dff5dd8ef8da546f0332986ba4e82a9]

        #i10000#: HasMarked() -> AreObjectsMarked()

2004-08-05  Kurt Zenker  <kz@openoffice.org>  [f10d2a73038673a1fb810d4a9a9dde1baeefb605]

        initial version

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [699873bcef2fd6167e6e184e3c08d84cf6c10501]

        #i10000#: HasMarked() -> AreObjectsMarked()

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c3f223745589ed48c4b0d8ba768d24fc21b8335]

        #i10000#: HasMarked() -> AreObjectsMarked()

2004-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [680557731925516951c53c34dcc0e180277f3943]

        #i10000#: STL usage (done by fs)

2004-08-05  Rüdiger Timm  <rt@openoffice.org>  [62dc9e90eff1cc7bcc3d7029acf06c9d46797a54]

        #i10000# Extra semicolon removed.

2004-08-05  Michael Mi  <mmi@openoffice.org>  [30550266f14a737182b2ad8ebea226247e29cc61]

        Issue number: Submitted by: Andrew Fan Reviewed by:
        
        Fix the bug that NSS only can be initialized once if some resouces still in use.

2004-08-05  Michael Mi  <mmi@openoffice.org>  [9fbd13baf86c474420bc20863aff1a638bbf7625]

        Issue number: Submitted by:  Andrew Fan Reviewed by: Fix a compare bug of getCertificateCharacters

2004-08-04  Kurt Zenker  <kz@openoffice.org>  [9f8c93afa48f7ad181fcf443114db6c8a274eedd]

        new version for SRC680

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [53475ff0feb61de56a16e8f0e7fb2d6363ccb634]

        #i10000#: fix includes

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [552a266ae0f390f05890afd20897d9b54479d15f]

        #i10000#: fix includes

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [07942c1ac66c0966459273bc4b451a9614809297]

        #i10000#: fix includes

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa1dbdc473004fdfcffb44eddaec58d65d52bfd6]

        #i10000#: fix includes

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [f8f7b753d9bf883e0d72bd2af55bf3b591ee394d]

        #i10000# dbimport does not exist any more

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcf5611fbad7900379aceb4aa39f2ef51402362a]

        #i10000#: fix includes

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf0ce70f2ec1b7d0f498b81f990b58eece3ae859]

        #i10000#: fix includes

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [92aea0ad13fbd9602bab0cc9f65a0d8b781a0593]

        #i10000#: fix includes

2004-08-04  Daniel Rentz  <dr@openoffice.org>  [83af2e60e3591d55e8db7d0dec6b325809f9afde]

        #i10000# changes from CWS dr14

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1be8f513b6752acbfe09fcf264e96b8c12d45f6]

        #i10000#: includes

2004-08-04  Daniel Rentz  <dr@openoffice.org>  [0f27862d36ab5af143f954bfdfa1fb736a4684bc]

        #i10000# disable orientation controls

2004-08-04  Kurt Zenker  <kz@openoffice.org>  [1347fea8b806a929241ab3981808c3e096323ff7]

        new version for SRC680

2004-08-04  Kurt Zenker  <kz@openoffice.org>  [935e4fbe458be6a2cd220447cd85900e36095fcc]

        new version for SRC680

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ef58d1b599f59f76b97a3aae15e06130e55dde8]

        #i10000#: fix assertion

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b2ea1490e6c43f222dd2d2bd93014be1e3c7bb0]

        #i10000#: correct property map

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0de9256382774f3a8af442a3e855c1cf4282728]

        #i10000#: misplaced curly brace

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [19edc52fc34dbc3dd664bd9af7c93ca6547bae38]

        #i10000#: wrong ctor of OFileNotation used

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc7bab7435012b200cda947c8f44b72f61b130b1]

        #i10000#: remove framework/collector, it's not used anymore

2004-08-04  Kurt Zenker  <kz@openoffice.org>  [47975b85c9073bec0254ae0b801790ece7e685e0]

        new version for SRC680

2004-08-04  Kurt Zenker  <kz@openoffice.org>  [f4a97e041174b8d20f79385f14fb5d4e993d2e83]

        new version for SRC680

2004-08-04  Kurt Zenker  <kz@openoffice.org>  [3d8f326719f431d87bbb88768916d4c484781615]

        new version for SRC680

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [85a58ffc9f393569bf31cc54a5b019537f0c5bc8]

        #i10000#: fix outstanding conflicts

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2328cf2869f17331f6660883d5c8aa00ce4f9dfb]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:37 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [e480452bcafac34aff2fdf549d926eed53dec83d]

        INTEGRATION: CWS impress18ea (1.31.10); FILE MERGED 2004/07/28 17:11:32 af 1.31.10.1: #i31401# Added source/ui/tools.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [ae5cc0318459eaafa5f6fa2c501ef4e2c35ea820]

        INTEGRATION: CWS impress18ea (1.31.10); FILE MERGED 2004/07/28 15:07:56 af 1.31.10.1: #i31419# Added SetIsMainViewShell() and ShowUIControls() methods.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [170bfbb7c268f6c879b20bca221c8b4d4f1525bb]

        INTEGRATION: CWS impress18ea (1.41.10); FILE MERGED 2004/07/28 15:06:59 af 1.41.10.1: #i31419# Moved part of the ShowUIControls() code to base class.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [ad1bedbf94a0f743de2c841f2c56267e6aa16d70]

        INTEGRATION: CWS impress18ea (1.40.10); FILE MERGED 2004/07/28 17:08:23 af 1.40.10.1: #i31401# Added guard against invalid page number.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [0eb18ee8440023afa9843cde86c27be991760be4]

        INTEGRATION: CWS impress18ea (1.3.10); FILE MERGED 2004/07/28 15:06:04 af 1.3.10.3: #i31419# Added mbIsShowingUIControls and mbIsMainViewShell members. 2004/07/26 14:29:30 af 1.3.10.2: #i31414# Added break for when the Cancel button is pressed. 2004/07/26 13:33:08 af 1.3.10.1: #i31410# Selection is cleared when ProcessModifyPageSlot() is called with request with four arguments, too.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [913c363fb22a08a01879a9059d1d8cbb4077f5de]

        INTEGRATION: CWS impress18ea (1.7.8); FILE MERGED 2004/07/28 15:04:05 af 1.7.8.2: #i31401# Removed Register() and Unregister() at MasterPageContainer. 2004/07/28 15:02:17 af 1.7.8.1: #i31419# Added Rearrange(), UpdateBorder(), and ShowUIControls() methods.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [b7a1b2743d705923d0569d3bb7f2516a79578463]

        INTEGRATION: CWS impress18ea (1.1.2); FILE ADDED 2004/07/28 15:22:57 af 1.1.2.1: #i31401# Initial revision.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [29b4fd238db5808fce7fa14d0645a65524ff31db]

        INTEGRATION: CWS impress18ea (1.1.2); FILE ADDED 2004/07/29 08:07:42 af 1.1.2.3: #i31401# Added missing header file. 2004/07/28 17:07:35 af 1.1.2.2: #i31401# Reversed order of resource destruction to avoid dependency problems. 2004/07/28 15:22:39 af 1.1.2.1: #i31401# Initial revision.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [051b9172c8eff0c20de8af8490ba8be650fdab60]

        INTEGRATION: CWS impress18ea (1.1.2); FILE ADDED 2004/07/28 17:06:42 af 1.1.2.2: #i31401# Fixed syntax of include statements. 2004/07/28 15:22:48 af 1.1.2.1: #i31401# Initial revision.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [33db36ce0f23a4540b71ea7a0215b310a59b7db7]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/28 17:05:24 af 1.2.10.1: #i31401# Changed singleton so that it can be used with SdGlobalResourceContainer.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [cbec9d9fea29a085ad0f32461d35c25c5ce01af5]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/28 17:05:57 af 1.2.10.1: #i31401# Changed singleton so that it can be used with SdGlobalResourceContainer.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [405c374504c08f2da3dabc6d392c8cf58945af4b]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/28 17:04:18 af 1.2.10.1: #i31401# Changed singleton so that it can be used with SdGlobalResourceContainer.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [87e44a044b7c805c3b82cf7c1245150b21f8e862]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/29 09:30:53 af 1.2.10.3: #i31397# Removed unnecessary friend declaration. 2004/07/28 15:33:03 af 1.2.10.2: #i31401# SdGlobalResourceContainer.hxx moved to source/ui/inc/tools. 2004/07/28 14:58:41 af 1.2.10.1: #i31401# Life control is controlled by SdGlobalResourceContainer.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [4de62c1dfa7b87cbcc676bda491933373f009973]

        INTEGRATION: CWS impress18ea (1.5.4); FILE MERGED 2004/07/28 14:57:53 af 1.5.4.1: #i31401# Life control is controlled by SdGlobalResourceContainer.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [b584fd1745e0499cadcad36fa44d050592dee31b]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/28 14:54:24 af 1.2.10.1: #i31401# Removed inclusion of unused Decorator.hxx header.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [83d753775f71a875fd5d14820b9bdf89e5e51c45]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/29 09:33:55 af 1.2.10.4: #i31397# Fixed use of HasExpansionIndicator(). 2004/07/28 15:32:11 af 1.2.10.3: #i31401# IconCache.hxx moved to source/ui/inc/tools. 2004/07/28 14:53:11 af 1.2.10.2: #i31401# Using IconCash to obtain icons instead of storing them in static variables. 2004/07/26 12:49:26 af 1.2.10.1: #i31951# Added MouseButtonUp() with empty implementation to prevent automatic forwarding to parent docking window.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [f6c18d94d0ebea50e0d1ea88aa19309eaa55095c]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/28 14:49:58 af 1.2.10.1: #i31401# Renamed GetWindow()const to GetConstWindow()const to avoid Solaris compiler warning.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [737f62f2fe2413e7246e2ccb1f05e158e9151d94]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/28 15:31:21 af 1.2.10.2: #i31401# IconCache.hxx moved to source/ui/inc/tools. 2004/07/28 14:48:38 af 1.2.10.1: #i31401# Using IconCash to obtain icons instead of storing them in static variables.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [3584a30012464c95d69d56c9df312c61aa43ca57]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/28 14:47:52 af 1.2.10.1: #i31401# Using IconCash to obtain icons instead of storing them in static variables.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [bf5b4e64de9036addfa7e007a342b8c84c64b752]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/29 08:09:35 af 1.2.10.1: #i31401# Added header file as workaround for bug in viewcontactofpageobj.hxx.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [ed3a0f09faa48c578ec17df5bf4fa472138458b0]

        INTEGRATION: CWS impress18ea (1.3.10); FILE MERGED 2004/07/26 17:09:43 af 1.3.10.1: #i31397# Disable Copy for empty selection.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [b454af0f634bbfca07d7ad50f167ad44680073ab]

        INTEGRATION: CWS impress18ea (1.3.10); FILE MERGED 2004/07/29 09:29:44 af 1.3.10.1: #i31397# Fixed calculation of new zoom factor.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [3844e16cee8708cab1cfa9fde0fd0547090e1ea8]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/29 09:29:12 af 1.2.10.1: #i31397# Fixed calculation of new zoom factor.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [d47819abb47a6fd989aa88d974dde2dfa778809d]

        INTEGRATION: CWS impress18ea (1.1.2); FILE ADDED 2004/07/28 15:26:35 af 1.1.2.1: #i31401# Initial revision.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [dead23aff66ef098abedde87f96522ed2693798b]

        INTEGRATION: CWS impress18ea (1.1.2); FILE ADDED 2004/07/28 15:26:36 af 1.1.2.1: #i31401# Initial revision.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [361a6dbe7de7cd763574c1d299494ec878e66ecf]

        INTEGRATION: CWS impress18ea (1.20.10); FILE MERGED 2004/07/26 12:14:13 af 1.20.10.1: #i22705# Added two string ids.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [701e53af7d7e9096297c07f78c81de908f635f9e]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/28 14:36:27 af 1.2.10.1: #i31419# Added mbIsShowingUIControls and mbIsMainViewShell members.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [6b639812f796936b67c51bc058a4848bfea6a284]

        INTEGRATION: CWS impress18ea (1.5.10); FILE MERGED 2004/07/28 14:33:18 af 1.5.10.1: #i31419# Added Rearrange(), UpdateBorder(), and ShowUIControls() methods.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [9942686b93f4ffdf278c7bac43db975a394c53be]

        INTEGRATION: CWS impress18ea (1.5.10); FILE MERGED 2004/07/28 14:32:10 af 1.5.10.1: #i31419# Added SetIsMainViewShell() and ShowUIControls() methods.

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a5c0f7d205c629121a9952edbe87780dfd4ba8b]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:45 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [afb4b30036e5d52c493264eebfee9ed9ddbfbaf1]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/28 17:03:43 af 1.2.10.1: #i31401# Changed singleton so that it can be used with SdGlobalResourceContainer.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [24ad747f7bd82e454a985b70a8bf8dc20a80b4d7]

        INTEGRATION: CWS impress18ea (1.6.10); FILE MERGED 2004/07/28 14:35:28 af 1.6.10.1: #i31419# Made ShowUIControls() virtual and moved large part of implementation to base class.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [46401665fc0b2d5b7a947c8c9035c5595b308738]

        INTEGRATION: CWS impress18ea (1.3.164); FILE MERGED 2004/07/26 15:32:24 af 1.3.164.1: #i31643# The dialog is kept in an auto_ptr and thus deleted after its items are transferred to the view.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [59d193540120259d2989fe4c929246419fd37360]

        INTEGRATION: CWS impress18ea (1.3.164); FILE MERGED 2004/07/26 15:44:06 af 1.3.164.1: #i31643# The dialog is kept in an auto_ptr and thus deleted after its items are transferred to the view.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [2f97f4dbc9d0a68412a696c9c23cc8ad135f4c9e]

        INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED 2004/07/26 16:36:43 af 1.2.10.1: #i31954# When adding a menu the given handler is registered with both SetClickHdl() AND SetDropdownClickHdl() at the toolbar.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [b4a39c295cf0ac6f24243f8c306d23ad415e7522]

        INTEGRATION: CWS impress18ea (1.97.10); FILE MERGED 2004/07/26 12:20:23 af 1.97.10.1: #i22705# Update of multi pane GUI related strings.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [5bbdd9e2b3ee18c02ece6e42a9c201ed2f04ef45]

        INTEGRATION: CWS impress18ea (1.24.164); FILE MERGED 2004/07/28 15:28:40 af 1.24.164.2: #i31401# SdGlobalResourceContainer.hxx moved to source/ui/inc/tools. 2004/07/28 14:37:39 af 1.24.164.1: #i31401# Added mpResourceContainer member.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [1f17de275b84e7d0eeff5bbc68b2830ab09cb766]

        INTEGRATION: CWS impress18ea (1.9.10); FILE MERGED 2004/07/29 09:32:29 af 1.9.10.2: #i31397# Added missing dependency on sd_sdi for toolpanel and toolpanel/controls. 2004/07/28 17:02:39 af 1.9.10.1: #i31401# Added source/ui/view/tools.

2004-08-04  Rüdiger Timm  <rt@openoffice.org>  [c4b9ce08ddf77ca1a819ad2edc96296d2cca2c48]

        INTEGRATION: CWS impress18ea (1.20.168); FILE MERGED 2004/07/28 14:29:15 af 1.20.168.1: #i31401# Added SdGlobalResourceContainer member to control lifetime of singletons.

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f48e415fbd877e1f2f231e0516a9134920009f1c]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:42 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5eecc26d08f18d33786c9410b5dbe54f3d6e1f8]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:41 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [99bdfecfc447a9906b331fd63aa89718b94b7fcc]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:40 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba1ec1492dd093ffc4621b2a9eec3d13d674e069]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:31 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [97383991491ca5997fdb6922ca57f1cafd895f99]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:27 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5ee429d3f8b15a497a2119c79441713499778cb]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:24 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5acc8f85b66e2cd2ec0e5fb5b0daed3b213ea85]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:21 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [09e0b29e9e00990dd99946597140520bfeb6cf05]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:15 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-04  Malte Timmermann  <mt@openoffice.org>  [dbc31f5d73cb0f8c746a39edcf8ec7ea74a25b21]

        #i21596# Digital Signatures...

2004-08-04  Kurt Zenker  <kz@openoffice.org>  [9f703158501f4167adcd2aa37c2dcbce5209e323]

        new version for SRC680

2004-08-04  Kurt Zenker  <kz@openoffice.org>  [9b848cacdb886e8141181fa4e2ec8b139c5e59f3]

        new version for SRC680

2004-08-04  Kurt Zenker  <kz@openoffice.org>  [213e145a3cf661b7f2e15a1dff3f01080de0fc33]

        new version for SRC680

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [89ca909ed86c2fd47603e779c5f717cac765dd81]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:48 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f9474b8467f88c5ad98e58f96502c7d7fae2f0a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:52 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0df185a57ca311ba0cfafd5fbf2b01803180e179]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:51 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1995802694f6a9260f26e71f33f912832d70c09d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:50 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [050c85084a1dbfcdc8ab1c3df3f0b7bda7096e20]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:49 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [25020fa099007192dfc94be44eebdf40b0d6f74c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:48 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [05f951148daf849a33e99ed86d076cb15f4c1770]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:47 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d93d334fef2a3c9beafe71a0ef4baf1b2a0a3fcc]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:46 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [91d03822a3cf5631d2f5213051a48fc5e93ecb2a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:46 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [025f6a595bfe0ee6e4ed666e879f1e31bfa97672]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:45 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6f68a024c64faa686e29d84adec0ea940f5f1a4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:44 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [12d13bf088fe21b54163e0db7c94f2fd2a42ebfe]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:44 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2be71965f156003f2baadd162854eae5cba7f5dc]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:43 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [288febb12943716fed43417a0b6bd5fbac0cc298]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:42 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8822eda7c7dc0320254f6c0b775ab382e0df8bbe]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:51 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [87eeefd98f13d35cb866290d21c08c604ff677e1]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:42 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d0c4efe37b2dea3db15ed67d403ad078f3167b4]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:41 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [95efb3597f118d80c93222fe419610ae41f5bf4c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:41 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [327d8e2cff122b5b5c3c943e86ed5622d79ba10e]

        INTEGRATION: CWS bff2 (1.3.4); FILE MERGED 2004/07/08 16:33:40 aw 1.3.4.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c45181b2f497f85214e1406cf03c2ba4c3d0796f]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:33:40 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d07c4f812554cb9d355bbed99dd954edf3bd37a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:40 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6def7783974a1ee3e8fad3c0747cad120d25f992]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:39 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b63098a3a87f0d708cfdae3e9b74c124ec16d0c5]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:39 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbb4f08ec4a4232ae760c0575e0e6ab05149b824]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:38 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [025e10fab1b42bc59ee93389b146459e17d923eb]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:38 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f2b1c7f97b7d4cb52b333364e45cc9916482bd0]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:37 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0b5702c5816bc2b9736ee88459f95bc928111ad]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:37 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec795af4f058f582254b39d2459a60d1db5d20cf]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:36 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d6fa8870d8f8fb87e50a8b91fdc2805fd6c9451]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:36 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [81140d6b0cbbc1a7d40dde856b2d740e19264a4c]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:33:35 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [34241ba15e99002d6cf8b71f2d1710ff86a4428f]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:35 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8178194c63757e94dc37ae0a475c5709e684fe4c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:35 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6331a57f9b9ddd7a9f3200b2983bb14138dc0e13]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:34 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [60fb8ded3249ecb08705f6d0acf22b97ad24a571]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:29 aw 1.3.20.2: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/08 16:33:34 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [42529c567b032be10aeba4b1c68225c5aae2f1b7]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:34 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aa3483e1b3abc707f76b9a76a208a1ae8508df6]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:33:33 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b7591d8a8992e19d545e1d913ce775b1e1f21ed]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:51 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9912b08d025a328a5db2e305e6bdda0e3412a7be]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:33 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d4d927301eb5a0c8a6abe5ce58cb79733cdaf31]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:33 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [69479d53dbbf6b9b9edb78c38ac806a017695035]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:32 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e81d590ae19772209a1d4b250e2cb19942e1f8d5]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:30 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cbcf1c791cf1ed7b4176561ca043bc77b904a44]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:29 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cd009a7bde5660d3a870d596080d41ecd5929c5]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:28 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8ee09b80d7ee8ec7e0e8fe467a99d1a8baf8cd8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:28 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [59c831801316ddb3a6c1f82c3b55f519aed4dfc1]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:50 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [07c79c1ca6b1b2a4e8f72c80c09da0cd982ae9d7]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/16 09:38:50 aw 1.2.20.2: #117295# joined stripstr from James Meng 2004/07/08 16:33:27 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaa30129a87041bfbec9ab3bf437679695d0cfb8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:26 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dd350e285d153295c3f258bfc8678759a585eb3]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:26 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [698749c2a2ec1b24750cc91e8227b2ab0c3f62be]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:25 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92c885b84c5abfbaf4563aab9daf8d20f5ff1fa2]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:25 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [829024562108a5f42753987849268acb26b52c22]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:23 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [78b8f2d881d9d0cd5eccaa01afec06a9f93eb7d8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:22 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77a1de6ce022cc3c98aa9036490dab9193d7d1cf]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:21 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fa70792f7b180409a7e8a41f9132b546ac7f579]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:18 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [19950e3e5b750c2af0d3459f3b21a9fc76dd1298]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:17 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6c9d4a76b404606b22d52235245cc1e7811a7ff]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:16 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [421bd7df3d27824e653be8b930712a341272f19e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:15 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c79db14116d79a7645b80ddc4e26d8ce9ca6b91b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:14 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbe0891bf25f470a737e173844cf3c4e0cb06461]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:13 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [64ff3c4870e5e57ec75bdf46fb508fb55396053c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:13 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [18bfdd5a365c1fbcfab190179b5a386e05b571cf]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:12 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [67556961253ba1b271c4e16ae31cd44298a683f6]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:11 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [68df8b604e97faf55522b6c366df209fe50a19aa]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/16 09:38:49 aw 1.2.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9358cc7c61dd8bc45f166774ccc799523282f2b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:10 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [df6feaac0492c5a85e067e48aa1e04825d587a2c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:09 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a25939cd520067249c73e8fef15e79432a6eee48]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:08 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [68934481e24c8c74458620bb21eba32c5669d063]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:49 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fe21c5b6f450e586a6a81c134378c1bb61d32ad]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:07 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [31c21642a06ba92a2f5b2d22b6e26d2a0978349a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:06 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [de9bdb61005aeb0227f130940e7fc31daf2aeed4]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:04 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8e7ff65ab8cdf7429982e4160390e9425c28cee]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:04 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4017384724f689f7e9d68e64fabbd87fbb2ed5c4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:02 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1674ed3c0014de872f8aad5e5395a4969246e920]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:01 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bfa558d69c7f50dda15510d1e3715d89c885212]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:33:00 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e87cc76384028b67e291ddc2c728651eae92eb9a]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:48 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a34794bac32a9c0747f93b242b87a6b46077443]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:33:00 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4b7f24c133fbed19434c89f8be41368894fc8fb]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:57 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [50596c9b2b5885923b0f7af717b14586b17ed6cb]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:50 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bc42566fb99939622f3533054b5261ff6792ac7]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:49 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [71104a948971336a5403f8ed729827e16053c796]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:43 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f00d1f57a195e77341b9d1250253dbe9162cad9b]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:48 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [456a9a1be3e4f1e6c6afae058a960cc55bb262e8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:42 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d19315a0f1d8ad3d07b0a34f7f04093ecb1d14cd]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:47 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f5b2606dc4a2fcdee960ca662c0f89bd8896bcf]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:41 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [02ed9b20abe5d1ffa0ced59607e2213af6d72bc4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:40 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [10d65b2eaa566f0f4c9e7fa893f5ef60d32af5c0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:39 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [551d2812b65ac6870228a335247099990a125dee]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:38 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [14e97d48e7df1d320dca7b3bb83bd9b439992876]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:32:37 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cc60a3fe5b02505dc8202e5099c9064b524d88d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:37 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [22df428e6a6beb75e20d61f3a5a1783ee5c5a0ae]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:36 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e236d3972678564e8935b9a473bbf704a8da8592]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:47 aw 1.1.1.1.20.2: #117295# joined stripstr from James Meng 2004/07/08 16:32:36 aw 1.1.1.1.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [442ba84c8c9ccbb0ee81ce0972f4c4dce9198c1c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:35 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a55e6676200e0992a99c3ba2dbce1b265b5d464c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:32:35 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1480a46b28cb695cc7da3f8a043a31a93d9b750]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:34 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c026fe3ca22375f98a932cc073b34b2ef64c5e2]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:33 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [191e0033f0dc70f9012d977e32995c5dd253930c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/16 09:38:46 aw 1.2.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2ff1756971b9eb5956b2da673ca97e1220c8a7e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:32 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1d7de4122dbf4dff4ef4ef93b281a079f99f6a9]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:32:31 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [35698462f2e1e30474bff4b981e5753bdf38247a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:31 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd24fda721775f2244d8937876fdabe847c658f1]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:30 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6d46e04bb04a7259aaabaa3be856190817b0d80]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:29 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7f55ea3db31dbd36d2a8ab0dae58d1ea9cc7a1c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:28 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9abe303e99900ba6cf59b02ce884cb1131b357ae]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:32:28 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fadd8f21570368a807c5b521d93d4152a6ac185]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:32:27 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e67355bfd1a1601990c316809767b9269ca7c0f7]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:27 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [57522760ea4884ab42cd6c7a30acf5aa9e69b165]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:26 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3adec05bee84bbc36a2376e9753bfa2f0fd3008]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:46 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a47e1470f20925a5e309e1064ce4fa0204b20fd2]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:32:25 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b283a2ca5abbff4f3a64a08bcce097d7a4cb30e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:25 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3c31d654633b4e00902d009ea8ef6d1c5048d8e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:47 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [34d41df045dba2345c3e1bd9ff247293a2e5bef8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:49:46 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc6816145488dcc9604bef92299c90e42e463a5e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:44 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [808988333ea4eeabb7ad7b81fec4260eab98644f]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:43 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [98eef524daba9a572d50612c51e76de04f1d406c]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:42 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [afc45b90e11e904422b9abc7d295fda15b312538]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:42 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [32545e51a14b729afc37b425409739422c93dbb5]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:41 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8b2721527d6556c49129e91c258b877e9104d52]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:41 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a2d51d2e11d1255ee971fe98f73ede9d9cf6b66]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:40 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9768e6284e837c28a03ad42c3d7d25931dcb205c]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:39 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [14ee94ee36e5a0779c31a50b5d7feb4ad19efe71]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:38 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b09acbcfeccc7f35e18ea359259302e672e92344]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:37 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b00994c6354439eab43e8702f8e6cdf32afc0ea5]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:36 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [86111f40c44cc67574ad3d3c78dee28f4410f46d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:36 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [263c1eb5e46d4d4130b637019f1507e2257854a7]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:35 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8f54d8310c8fda6424f81ce07c0efcbdae41705]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:34 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [de77c30dc166ab8060bfe619315324f2cb22fee6]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:33 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a50350afe49c405e352136bc1b4b3f88f36b34e4]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:32 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4114d0611ef6c4a67d41784c8def830d946ec39f]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:31 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ea136722468051600a60dc12c8e0d6ea81ec538]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:30 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [235b5cb9d04c4bf56ecebd7fcccbc012714e5528]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:29 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [88fb0c7823770ef81338d892903bdbcc21ed677f]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:28 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb0306f2a39e94c8b4792d7a01f603fee94564dc]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:27 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c0b09def921a46ee713b88cf3c365161993172b]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:26 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [56495f81b8574982c07b2412b83994d19d71993f]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:25 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a646081a550ae8fb82ebd627a22462fc20a0bc18]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:24 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e12bcdd1d939899c8a4c0dec5c1f7c83b5cc8fa2]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:23 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb269a2ce6e1f25dca96bd261241d4340913dded]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/08 16:32:21 aw 1.1.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4fa140bc1d3a8202c19031754a020cdccd13d91]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/08 16:32:20 aw 1.1.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [df70add25e831d56862611028dbccdce6c70034c]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:22 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b54d38fb5d938ff8e88d6889f720a40ce3afb1b4]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:21 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [705cc1406fe6713c0659c4f59722edd855f5b013]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:21 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa030fa93788912de968e4b75b36d2c3d043a1db]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:20 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [daf4730fecb3dc6c79979b073c42da43cc08c058]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:19 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [05d81ce65aeb2ed16107538f085a0d915367e891]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:19 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f451babfd078dfe4c001af21d88f49ed3359d68]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:18 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [32e1e08d433bbc3e423c628eeb2a0b04e5ea5139]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:17 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7251544501b233798fc4540f6d9af03b8253e5e]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:17 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc5c6c318ea6ce443d8a42440b68943d6fedd19c]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:16 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [867a6f37d70f8c0e1175af9827315788fdd4646f]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:15 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ffed22e92a8ee0b2817032b98179c7a75f12fb4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:14 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2b764d928019e53cca8c95c23bbea893adfb464]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:14 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [38adbe600426a7798d3881fbbc97b3a73cfcdc6e]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:13 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c287ea9cb28a177fecc42f818513cd6284eaadb]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:12 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d20cf5bde6ce7e2989023035d231cb7ce37c426c]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:11 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0af641184b98bc0e096be5d1b5647c80d1d8c95c]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:10 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4d01d3a7539782909e092369056e3f91959bba1]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:09 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [da20dec5f7562359e5fabacd2ed3901580f2668e]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:08 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [989d1e92e301b921d9d03100628e19f95fa201c1]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:07 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a90e34b6fee4d463f19b14ec36df0cfa10ac6006]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:06 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [287231ac5b724332ba77f5bae5862512d30e26f4]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:05 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [63410bc4a4423b3f15f838b4d01b3d1abec76742]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:04 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe6c0b49b7b3ac256d036bcf48d61c818e253901]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:03 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d545cfbbc2aecbd9875cf1cdc1987c9bbba25316]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:03 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1bb302be3c407ad85c082f155fe1a76fc27fa2d]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:02 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d1193b977999071f068eecf84863386289ead2c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:49:02 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d0da81cc07f74023874aa4655b7cee7700ad559]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:49:00 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33696b23cce61ae7fe77b6e68c183e186fb1f69b]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:59 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [91b1a4176b9ef8d2628e1c55de471347afa982a5]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:58 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a104c561681d2597bcca72a307af3e19174b3600]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:57 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7c8614254b814090a3fe7aa5ffc75b63695327f]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:56 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [936da2e73b4a413a7be1182acd27fd0188fa133b]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:55 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c9f5b4e3f62faa8a8e730b389f3e41872ec7da5]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:54 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d9beaccbf7230fcf7134e631312dd83781dc56]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:53 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a1284377d89fd7001093415a8c80f16534cbf29]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:52 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b07c9f73e823637093fd0c512b79449ebf568435]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:51 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fb2fede1f953545c555077ae40fe96b2cce764c]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:51 aw 1.1.20.2: #117295# minimize_includes step2 2004/07/08 16:32:19 aw 1.1.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c264d918179a47c3c266c6ed41e39eaf4ee9166e]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:50 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aae8cd91b21bafbafef5e756723d88a6b8ddee8]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:49 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [650488569b1daf523c482d8780c65887fef35104]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:48 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [462ec1ad5d83eefc81d85376e2d52876d2905f41]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:48:47 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8b7f230629b0fdb016b64aa5dde5c34a4592857]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:46 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2416e7eb63af2e3204d73940799af4c468563641]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/08 16:32:19 aw 1.1.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92f35378f3bab7a86b966386c12cde36905b706d]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/08 16:32:18 aw 1.1.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5f5b3960106dcdebbffeab74beec5ec44deeaf0]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/08 16:32:17 aw 1.1.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [de45aa6c1076fdc7fd1636ae68861bd0f85e5c08]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:45 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [87a458b91c3946fd891f8533d962afddd9978638]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:44 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [db8dcc01dc14b5d6120aa9417d08c68061de0565]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:43 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [11b8c0de2e4289867425afd1f93db1e567f1a3e9]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:42 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6a3609d6dd0f3e99d3f42a2e841310b4fd217e3]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:48:42 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e802812ddd56f26952e1381112e8f2fb6f11590e]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:41 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [52f8458149463401673f0eb2dd80a641bdda1f6d]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:40 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef221ebd054d1a399a86091f552301dc155be565]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:39 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a4e693a22f48afe69d0eae67a058246205812d3]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:38 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c58a1cf452f85769183e7a5df68653cdd94d0042]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:37 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [929de8355cfbb478ed9585e0e452edb244693d77]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:36 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf96a19513a7ec9fae86b062cd45a1632273dc10]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:35 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c633bbca41b530eb4d835b70efd96f0a6d9e5410]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:34 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3018018778985be1a449d08681d683780c25533d]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:33 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [183e8fa667903c30327be7da13f5f9c5c0d35093]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:32 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea6404c27a919e97a7506547860d13840ecde7b1]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:31 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b37163a98a7bfb9519eac17ffbadbc909b210dbf]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:30 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7519888f5b13900c4c2d067d0d8e6c4c8f7ef1af]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:29 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [247822ebd2aa273b6102e54c63624b04d84d585e]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/13 08:48:28 aw 1.1.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e696dd39f51dd5db8cb048d80a0ac6d70c58d8f]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:48:27 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:32:16 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bda0a21a30aa696cc043087e49433068f660e0b5]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:48:26 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:32:15 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d019159a1d29b1dcef2924d2e5797291d626194c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:48:25 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:32:15 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f73009d7fb337a88097f79ed5fc584bfa8d72815]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:48:22 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b1117bdaef31c9ccf98c1760ffb8bb1889396ef]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:48:21 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:32:12 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [09390793a6fdcaa0ea06b05fa0dac9b07618ad2e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:48:20 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [91aa95b750486ec1ad51c27c6366045557b7a992]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:42 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0081d5369f23ae1f519ed1af49269eb46017b73a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:48:18 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:32:09 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aea59e76dce96a946609b1d21ca1862776480cf3]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:48:16 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:32:08 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d6d74826c9b61b8d00ed047f532e7549a41a6a0]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:41 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd53a80dcac507a8878f4b87871a4b47885b931b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:32:07 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [abcefaa34b9bfd14ded024026498ff0be126b054]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:06 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [490721aa52fb28a424510b3f4f32d0ca1fa06973]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:05 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f32a4f70722ad9175a70b9c7abfdc53168852e2]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:04 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [859d53a9b73277a1032a2cdd2fcf6d0ce468296b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:48:16 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4306c81ea0f8885edf78694bfc334058b23723ca]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:32:03 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [01e22ca3bd9b44154dcc3e1c965fe4796ef20b99]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:40 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [087f19972637c4372f0df222a30e8bf4fa3af155]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:37 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fb48811a6abedc0fafec9d35b79b7c49e9f71a5]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:36 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d2efe8ba1e4bc2cc49e2c5e7846f1603099b3ec]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:58 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:31:39 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4be3fc637346ab8292da3ad0cee7bd46dc8a950]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:31 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [20350e54fdc7240e7960dc6de849a6d0eada49d6]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:31:37 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [262da004c60750d5a978188db3a9847c14e890a2]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:31:34 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [99040bede7db16b384ababb6d2c536c1bd83a829]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:31:33 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f809933a55eca9783f6444a29717eb9b18f4b242]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:30 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [20e96a67b52174e63dda1804517c9cc8c022cc26]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:31:21 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [af7762b98b47489612c4ea67ea2205251b7b8612]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:31:17 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d30f9a284c911767d730425f72e5950043962f2]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:31:16 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c1325dccca7c45975fbd382d160d9fef075a51f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:57 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:31:13 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [00bf0eadac54bac77e6e49b32f5e88d79afea217]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:25 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [27d9fce6f7d9393bb71dca96b031f5802d62d878]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:53 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3a4d5d64b911d81c2ac0c4a830a75c2a7e80029]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:23 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a82b39ba65c33dd5a879e609e0d3e2a7eba85536]

        INTEGRATION: CWS bff2 (1.5.4); FILE MERGED 2004/07/16 08:21:35 aw 1.5.4.3: #117295# corrections for wntmsci10 after step 2 2004/07/13 08:47:50 aw 1.5.4.2: #117295# minimize_includes step2 2004/07/08 16:31:07 aw 1.5.4.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb6305b12190b0bf0f7ff3882722ac409d8ca30b]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:21 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e4c3d10c628399bb0fc313213f93f972e52c4d7]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:20 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [89f15a3fcfd535fb264cc714fc87d37753a50dc7]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:31:05 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [be4a512ab28dfa5caf9d17907a05fbb6174c331d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:47 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:31:04 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2a50f697d2c6e22867511548297975b25040932]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:46 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:31:04 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ff48f3a4220bb94ab482c13e4f8018cca6ae11]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:45 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6a08c77dcbccf53d0c03badc02b68d3ac3df4be]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:18 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [007fecd9fa877bcebac27eba7d5f4c9268bae89d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:44 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8594276805dfced82bb70e65fb270379d70930e4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:43 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6858a0b62d037900f4048fd47c68d9ef0e4cb1af]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:31:02 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b31c9456ee776fb1979ffa18b6f72da41a14ef9]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:41 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8654bd0438b708bd495f7b50aa0ac54e30ce4e9f]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:41 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [95de98f42a18134595845ff9b1c68f37437adf47]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:40 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:31:02 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c59cdf439cdd986133e178515d5bbb138c581cf]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:47:40 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:31:01 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [be08a508502ae2d9162f99d340a16c2faf0aaa26]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:40 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:31:01 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad23e683be0a6502952ea71dc3c04f8b8327d2c3]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:30:59 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4716d414b2d89deac3a51ccc91ea00bee6910ad]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:47:39 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:58 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7747d0f59de3c9b2465ffaef623dd515c786bfdf]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:39 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:57 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9505cc8fdd3bb7cea9372207df70ad3be579bcd9]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:30:54 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0ed75d8f78d7afb773440e9f3116f37caa05173]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:30:54 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bb2e6c862e12079a57e237671a4c8479b72b19d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:38 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:54 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cda4c9d71beb2f74198e1ba10446c80132be3afe]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:30:53 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cc87a6f0681f89e51cb959986cf436ed6cc970b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:30:52 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [697dfae6cc68299196257b1124c853fd82c2313c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:37 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab016c630042a26dabd1674e90998beeb94b3db1]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:30:51 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f20720109a3bd0ba0997371fa0d3ef0dd9402de5]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:47:36 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:51 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [15d5447e4e9f22bd2ce809aa64f9383c84485721]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:30:50 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f811037246d0e23c483def3aa8f34ac39278a5a7]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:36 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:50 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [87eb5105901fc6350ca502c246eeda7e219542bf]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:50 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [127479c5be1123d4b22d8ae859b394788e35f73c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:30:49 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a277273022578511d681a691e3d244662e9e2b2]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:49 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a405eedaece7878a402e922dad2d647d6223edbf]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:30:49 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [22b9cce746c858e277307a3a541450e5ff3a0b8a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:34 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:48 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a361f3a8b983b7d0081e19bc8ac205f72ebcfbc0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/16 08:21:34 aw 1.2.20.3: #117295# corrections for wntmsci10 after step 2 2004/07/13 08:47:34 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:47 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc2c08a92cc6a7e552f76c64f6127dacaddbf5b7]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:34 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:47 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c94cd1466fe72a019d68574d5767eccf6eb4e27]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:46 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5611861c33a67ca26bf2351f8e0b393e2b71e524]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:44 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5beffd968fe78aff8f4ab40e78f7be7a8e9e8812]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:33 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [01969aa44f4142a7f84f99c565d44e08e0bdd81a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:33 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:43 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b2fa9683ef0be13b98768c43cf0247e5d90918e]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:47:32 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:43 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4728299290b36b78188da9ef83e5631ff3449a06]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:32 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:42 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a97f23a5588b818f789934e773c7903c24a755d]

        INTEGRATION: CWS bff2 (1.4.4); FILE MERGED 2004/07/13 08:47:31 aw 1.4.4.2: #117295# minimize_includes step2 2004/07/08 16:30:41 aw 1.4.4.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e39d4174c55a7d30e8163283d5f3a4a899819b31]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:31 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:40 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8ea1502aecefbfe80626f81b1d78ca98f83248f]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:30 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:39 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb052fc2edd5600b7045b1aca68e58b30dfaa515]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:47:29 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:38 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [90bb46428d6341e98474fd6b75f95109d33fd562]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:29 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:38 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc2d3cea358abf10d648b35785c35595de694bb3]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:28 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:37 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [30e05c8b4b603cb00abdda162df4b75697faede8]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:47:27 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:37 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbc5a7641b49c9fdac89a562c94eb71dba83395a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:36 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ed5ee081324b7c4bae8abb345bfe7334366aa8f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:35 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [13aec30779cd6d03283550eca60152ded5b522a8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:30:35 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33fcb878d8d2768c4762f29126aeffb718eb0fd9]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:34 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [582460ff290eb1e9d0503d34dfeaef87592f0715]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:25 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b744215a2b30b39d57ff2fe49c16d59d4419b15a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:33 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0781bd16392ea5ae2441118a757aaf8c3f3da9d2]

        INTEGRATION: CWS bff2 (1.4.4); FILE MERGED 2004/07/08 16:30:32 aw 1.4.4.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7457b8e55f7aba016e3ac720ab8cfd1f866acb0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:32 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a522804312c0ece565d25c62221cd951d410441a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:31 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff83188adb3ca5f2f249bc82e7d5491f481b22b5]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:30:31 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecae8047fea83c224bfc41e877fa2c21701c9f58]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:30:31 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8ef3ce453a18645bcd4b4606e2a9068d7431f62]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:30 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d295f86c11519968892b25bec3c20710ffa67082]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:29 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3038cb8c0419d4ae0a5fe8fdab76b0409c8386f0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:25 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:29 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e9b18e78c457a7b81fdc5fe8e87dfeb9e8d83fe]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:28 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [723a578888d4b3dc4b3b1edb3d58594a8b310900]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:15 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:21 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [40995c6835999bb7651db3a06572c13c55c9a54f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:15 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:21 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2319c0fb4da409746981aab4822e4bf0710cda2]

        INTEGRATION: CWS bff2 (1.5.18); FILE MERGED 2004/07/13 08:47:14 aw 1.5.18.2: #117295# minimize_includes step2 2004/07/08 16:30:20 aw 1.5.18.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [07a35b05b7c94e85febc3929f56b960c14feb42a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:26 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:47:13 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:20 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6575fd90f84113ae81c7a1117cbbebca932be6f0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:13 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfff4bb2071a46d8cf872522fdd5c4a460d45936]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:26 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:47:12 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:20 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1c931dfc4f5648328853d0f8a0f5a4d9a3f48a1]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:12 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc641474c4db024e685d42b98568dfa798c10830]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/16 08:21:33 aw 1.4.20.3: #117295# corrections for wntmsci10 after step 2 2004/07/13 08:47:11 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:19 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f02b089b70772f689d7fbfafdd56e7e40060f7f9]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:47:11 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:19 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2de63900e3b564935486978b6b7a5a2e24f980f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:10 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:19 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [826fa2c56cc7b2703ca909fcfd9dad3c3289ca59]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:10 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9362123d695102ff1588da084f62b335cee0553]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:09 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:18 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f7fa396e4fd2385eb8c19fa2b758305b113f4f7]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:26 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:47:08 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:18 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b452027fda5ecb824617fd10e2695864985b339]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:06 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:17 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [06b8d496216ccfc9abcd9c5534a2849ba91e8688]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/14 15:00:24 aw 1.4.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:47:05 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:17 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d862f215121e660b126ad4ea85f217e053f93d9]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:30:17 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [95693d34ae142913ca76a5e37b9a673554b8db75]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:17 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a6424aca230efbf9b13f463679754f7a125d86b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:04 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ede79499b4d9ba40217c183ccd1a14aeca57db9d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:23 aw 1.3.20.2: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:47:04 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7467abe7d322df4a85b0cc5196a650cd7eb6840]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/14 15:00:23 aw 1.2.20.2: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:47:04 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ece6c8f2ce2ab8125e2ea6891e8d8dc22f12a79]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/14 15:00:23 aw 1.2.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:47:04 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:16 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [42a90b10f4eee4ae931edf4f80359652e1a40c49]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:03 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:16 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9191a6ccde44eedf78dea750d3c59ba6dee0860]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:02 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a0db8dcc781bf5818f6ed5f912b93c811ed8ef0]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:23 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:47:02 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:16 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [83458d1020f9f8e81710382307d4db8e06267812]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:22 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:47:01 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:16 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f9a0ad7b1918851db8420e435a859bba8b78b7f]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:47:01 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:15 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [41c584e12f599fe1b491b05536f94de002f9a1f6]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:47:00 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:15 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9758443d16700014e67284bd56d8f304ae8773a7]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:22 aw 1.3.20.2: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:47:00 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c204d2da4876f600140452566b9c7aa390d85a8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:47:00 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1f1495aad24098b50823045a8a2e93817439c97]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:59 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:15 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6546c033c638a4d7b47b94f99749da876ad24bb4]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:59 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:15 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b960c0a6ae3cbdcc28086f8c9e34ba91d275a6b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:59 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [adc56fb88f6dd0a37132cdbef462b639f6dc6748]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:22 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:58 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:15 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fbfeadcc943658a779ad5a1a34f9a8262ea0d03]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:57 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:14 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3fd46485a3b58b02e8795bd56f1a6f4ce7e9a91]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:57 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecf6c720c382136944a3de377e88659d3911925d]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/14 15:00:22 aw 1.4.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:56 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:14 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9c3d46bdfe46558aa57defe04aefc0b835c125d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:56 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e226042459aec081aee30c9df9f58c41fceada7]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/14 15:00:21 aw 1.2.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:56 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:14 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecf6ed02b9363640208a7b169b506bbed749c825]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:55 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:13 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [db10d8bfee31618ac0029b0b5039b79e2eafe7d0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:55 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e395349fc4c83266af84e6a20f800213704f3cf8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:54 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:13 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a68770c73cc9f015a4df57a1b769f10b84d6be9c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:54 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:13 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d67a8184322376f239aa1e222aaf5cdeec9de59]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:53 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:13 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1becafa5ee8f2e9cb3367ff14c8dd8a360886dd7]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/14 15:00:21 aw 1.4.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:53 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:12 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [006a9591911a10d29b642c8b53894969260a4e17]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:52 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:11 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [18d4ac7df0e7650e77ffc2a30612897207bc09f2]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:51 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:11 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [08572df5522cc2e6abbeff67cec5f24d11acef33]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:20 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:51 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:11 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a0ee432a775487307619dad9f6b3b42edd3cad7]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:51 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:10 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a33ef038875f1cd76891b8db3fc45e9f3c58e0b6]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:50 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:10 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd460b5e5a67f8547e3c629fa53ee206f40df53a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:06 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:50 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:10 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e80540443ae166bd6fb7850e4bdaa05f8e667f63]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:49 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:09 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bdda58e0321489d0fef7c65c07ede91759b38bf]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:49 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a39fbceb066caa28de5b0ac6ccf5e986a951b820]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:47 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0217b73fb3927528432f0ffbda6ac14bbf66e481]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:45 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:07 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9753d83461362a511aed3c6657e61cde5bb5e4dc]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:44 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:06 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [854c61828fc149fcdad03b48863764068a12f4d0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:44 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:05 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9ae571cb167277d111e16730659a3e8d51712f9]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:44 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:30:05 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ae117d900b9f39605b3778a6060536ded0819db]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:43 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:30:04 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee8bed13086efa2c7b248b7221825637315d724a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:30:04 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc848a969c401fe8f2163d4c75646de760929cbf]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:41 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:03 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fdf5edb653b5cc0266c31b33689be8d6ed772bc]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/14 15:00:06 aw 1.4.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:41 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:03 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [48abce857d27ed8f58ead36f07fe61881f43e459]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/14 15:00:05 aw 1.4.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:40 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:02 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d95cb97ffa328c7e024add6645febe68e127794]

        INTEGRATION: CWS bff2 (1.6.20); FILE MERGED 2004/07/13 08:46:40 aw 1.6.20.2: #117295# minimize_includes step2 2004/07/08 16:30:02 aw 1.6.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [03941d548a20b750383cac8a856a2c07dd92bc83]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:46:39 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:30:02 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8255c7edec63cb4021c510d6f74e60ffc8030de9]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/14 15:00:05 aw 1.5.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:39 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:30:01 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6325ff96f6afb072fc955925503ad3850024d75a]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:38 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:01 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c14df4dac5ab019303c88bf5bf9b815801b30fb2]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/14 15:00:04 aw 1.5.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:38 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:30:01 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b10e8731ab8dcc25e6097889e44fc87aa127c05]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:38 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:00 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [28fcb901927ce3564106a28e8afee3ff99574d2f]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:37 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:30:00 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [48e36e700f881f171991acd8dcaca55121a8f335]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:04 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:36 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:59 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92ffb0b66a701a7faba7ba424d724030c49b80f3]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:36 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:59 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [516b8a83ed1dbf86c33d53d67f20bea48288d047]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/14 15:00:03 aw 1.4.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:35 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:59 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d7aef00cd9b39eea277134b8b22b0a2bdb00e8e]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:35 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:58 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d82e07597ef56d3f2e280e232d3af2995fba0ae]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:34 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:58 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [49fdd19ad176368d080799e0cdfb60299933b9c4]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:29:57 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b616b93dc20aed5a93477131c536ea72407b826]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:33 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:57 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e2932f0851e0844bacb0dc5dfcd0c225a05c5fb]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:32 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:56 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [22b349f84f17fffcffa4320f770e4ad86df4c92c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:31 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:56 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [08e43072c6ff23cd90ccbbfb919ba467b556eac8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:31 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:55 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [790f9e1e1da39be0f9ed23f82df8e036247ba782]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:30 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:55 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8996873c8629b98b049cc03ccd593e507f44241b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:30 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:53 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4028f4fc1b0ee2a326066fb193b467d10d3f57c8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:29 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:53 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [70d656d8a92b53d6844767e7fff35fea13a4d208]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:29 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:52 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf3df78cfecabf32364d02672310049612b230fc]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:28 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:52 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f70f7bb02a9c75c18f2a1d9f7dd994896dbf0de7]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/14 15:00:03 aw 1.2.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:28 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:52 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb5611693c27e1133c24616c59d8669cc891b4a7]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:28 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:51 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0b5d581df24bdf657378623ed9f290fb8fb041d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:28 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:51 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [94a09bddc76adb19d1030e13b7306894136acb0a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:28 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:51 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [332cfe0230045d3a9fd9d31da9bebb552f85fa22]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:03 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:27 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:50 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cccc02c58bfd5953da33bd7cf2c11a37e1107da3]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:46:27 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:50 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb395db8f5cfda2cd25640fc3b06212a78cd246b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/14 15:00:03 aw 1.2.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:27 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:49 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cfe2ff8a8ba00f68fb14b28aad15b93732bbab4]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:27 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:48 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2a0fd3ca95cd0f2bf0c189119f228e728458a06]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:26 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:48 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc22a6834894f83a79aa69cf4befc0bbc27ecd2f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:26 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:48 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5320f041e7a3c2c906f711ccae7d28fcd673b53b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:02 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:26 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:48 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b252863f4ea2eb255e042eeb39b4c1755b9d1e76]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/14 15:00:02 aw 1.2.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:25 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:48 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [210dfe0f9f011e822bdb145a6ff1b92956869f6b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:25 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:47 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d50532a333f16415f61a2cccb1b69675de31285]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:46:24 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:47 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [724a413f1882f620dda394bd124ba2bdc78826a8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:02 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:24 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:46 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc6684b741cfd73efdb3c0e8dd3f9504a423031c]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:24 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:46 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [389aaebf346183ed2a4d9f13a658aa275ba9833d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:24 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:46 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [90fab5c0ba83711ecbe925a56da667dd335bdb90]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:23 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:46 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbc9ad813c4a3eb8c508a36e64224f1d02b47d36]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:23 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:45 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a8d801f4de5a86d0be83114c561cd5b3255317c]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:46:23 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:45 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fe1dd4119d18fb527eeaf69e065344c24ba4248]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:29:44 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cf8193c52f1c5fde818706c02f9c30eb9dff6a7]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:29:44 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b91494789e0e3c5e834cdc9da4464bd0ae0a0c0a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:29:43 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [078a85e66fc05b3fb357f1f8c053a13e44e951d4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:29:42 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2b9d1d4e53fab3290a7cb4433f4e4bf7a54c7ba]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:29:37 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e8719ed2eab0b2cc4f0df141ce163af1d9aadd5]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:29:36 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [707ceca39d969d06773304b39a4f694ef7eaf0df]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/14 15:00:01 aw 1.4.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:22 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:36 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [262dd0bfead4155751b3b3f87ce665a70303ffdd]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:22 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:36 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6fc0fe7f8a46972a611f73a4eac03f047766b84]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:21 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:35 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4e2800e299d0c36b03545e8386d5faa0283f493]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:01 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:21 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:35 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [53a8be563e6b8fd64f29bc28ea9f5cc83f248632]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:20 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:34 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [757ec1533ec79772c1b2ce3b8029e799b967f4b8]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:18 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:32 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [841f05d97ee3b53eb662c1d4fcc5d7f6fc155e92]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:18 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:32 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4868dd1612102acac6e94b63e9ffa0e297190ebc]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:46:17 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:31 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae3241753ddf0bd2c42107761cb41b0e5382cb5]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:17 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [48ad42524b8d3e2f4c46b061c93401ba3d02137a]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:46:16 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:31 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e795c55f2f5bf0866c17175027d7badc3a8c2cc]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:46:16 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:30 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e18b2be4e51c3c2f490b260cb910a7edfb8757ef]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:46:15 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:29 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ad9e4cd8ffc4590c1df8f950de9943254fa2306]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:15 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:29 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb3f7d4c5cd3a6becbe0c0a3d1011a4c0ccf7cd8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:15 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:28 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e8728ee27e918f731594eff0f77fbdc8d27d244]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:14 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:28 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [00cb48eb7b4d6095e88ba3d005185c3c50a543cb]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:13 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:27 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [688606b841fd6c7f469a1921a9b0ac8d33a4de08]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:13 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:26 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2487792ef2ad499ef21e519f83082948864e0793]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:12 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ba93c7d8500836c3b5b00b6217ac51ac376a30d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:10 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:25 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4910d2d2c66dccb5b1dec567a30435dbfed9511e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:10 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:24 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9244809d0b62447502a8965ba62adb8d2218459]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:09 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:24 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8203c19f5b0ad37d6c29fea847d4aff24115838]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:09 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:24 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dc4b25fbd56ae03c6e67b2cd8afa7c462d20d8d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:09 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:23 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e8719acfe04df544abb9e5a1c4e83926c963daa]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:06 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:22 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c82708789c9e53c799ac9bb49b903b3a1ca04f36]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:05 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:21 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4786cb90449f88d1ea26fbc73dc699294f9439fd]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:04 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:20 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1adbcb7ca37728f05907d7f1dc91a29221900f40]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:14 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec70f21a924eaa97631b39ca4366c7811ce84029]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:03 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:18 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaf4fa0db89f3487ccc78e7fa154b254912ce17a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:02 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:18 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ded41265a172086cafe53c7a49e6026600e25a8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:02 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:17 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d56211908cb9139bae4b636035801f075d7a961]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:46:01 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ca9852b523da3f25a133477d9a5afb49c03422c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/14 15:00:01 aw 1.2.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:46:01 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:16 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4759c15e774e269dae9d5c2fdc34700db37936b8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:46:00 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:16 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [30ac92b6f7b574d508fac6bad11ab6ee802d51cc]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 15:00:00 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:45:58 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:14 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [73c1a1d37dfa7a1d5aeda46f7717b8e5919b1ca0]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:58 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:13 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [37dcf38fff1e60a4b6480a01af45696db649de68]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:57 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:13 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c0126f4884a6125c9a4a2dfdf217cee88012ceb]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 14:59:59 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:45:56 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:12 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a39374928fa00764d4100f2d1d09ab6daa0c4e65]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:45:56 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:12 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dfede46149f1294d3d159c848cca8050c08cf62]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:45:56 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:11 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6e882e46a618df2040cd91e0a3ce1e470666b07]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:55 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:11 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e04e7d037a94602f25bed2bd8b7481de77d4ac7d]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:55 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:11 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [edcd57fc3158e5e90e47b3eb2e0cde66706609ac]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:55 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:10 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2ef40f2c5b4a34139727dc61cb78ff8f78a57ed]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:53 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:09 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d9c96c0e9499632e9a96ddca4a3f3e2eb092b6a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:52 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:08 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cf96f5321c1c2610a15b50420bbe130c807c9de]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:52 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:07 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e5452b57ac2756c2cfea33f3ef398b1c42fa3e7]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:51 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:07 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [885934f81283ac5691462eda90b31bda0b84f2c6]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/14 14:59:59 aw 1.4.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:45:51 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:06 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3c7d89593639709ba846e18424797e8b4abb572]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:51 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:06 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [30ad8e9a0feec7e359227e137c6d39af921ade0f]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/14 14:59:59 aw 1.5.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:45:51 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:05 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [96e4922ebc22eb9c6a0db27ff1cb92addbacb05e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:50 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:05 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [435639c66f231095f122154f7cb5a76b8aa9973b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:50 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:05 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a17416e9de2a041dc12448fdb5b0ec5cbe8a98b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:50 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c90313d70d4b41355986aeaecef67945b87859fd]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:50 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:05 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b792c474356ca5f6a6e637cb54671e08efb02f7]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:50 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:29:04 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6992799cf66568ba7d2e64f271262f346025eb74]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:49 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:29:04 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [39c175ae153c58ab5854719841e041a9b4ca2997]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:45:49 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:04 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [82ba1fa4ee4cc33735c01310607d1e2b67473d8b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:48 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:04 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [422d5d4edd4577511821c31950ac32a6ca71fcba]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:48 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:03 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [533bb7bae831a1ba961606c78717e059f373eafb]

        INTEGRATION: CWS bff2 (1.7.20); FILE MERGED 2004/07/13 08:45:48 aw 1.7.20.2: #117295# minimize_includes step2 2004/07/08 16:29:03 aw 1.7.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e12c85e819930f27effbe3ba3aa6b7664e4d2e21]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:45:48 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:03 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0012c80695c32cf3475cb0106899732cb6ad988]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:47 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:03 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [488336b3c21df0889a54437a19a4593375e713ff]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:12 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aab836a18306cc02cdcdcfbd15586d4f137df95e]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/14 14:59:58 aw 1.5.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:45:47 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:29:02 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [714e3c82cf24c4f4631b69b4ab71b33ab74aeec6]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:46 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:29:00 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [02fdba7ef819f87c8e9cb5b3d2626e951f26333b]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:45 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:28:57 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b8d39af388bf6f483b293be73e70bd8ff2cdaa8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:45 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:57 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6202b906c85c227842982a7aefed1edb0833a48]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:44 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:57 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [19bf3be38e4549d4894f4c660954bf11c35e90c6]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:43 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:56 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ea6dd507d18a2676b0cd025fbffb8c3137f68f2]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:43 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:56 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8bb2f0b84f151dd64e2b672cc5ff67c5e37f424]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:42 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:56 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [203f25aac1b2377bae1c74dfbce28ccf3ace49a9]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:41 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:56 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b93c3a772fe5612e2606b616851be46d1e1715b]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:41 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:28:55 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [298d206eaaf07ba2a7807fbf0ca94de16d9054d4]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:45:40 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:28:53 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dba3eef1168a6f8d6ed71a6d63dd9234f6c34ff8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:39 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:49 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee33ebbc6c7a5973a1b82911c28e54e2fc90b0b1]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:38 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:48 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e583d031c523c99c77911998bc0ec226fec7148]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:37 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:47 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [37613e007a8ddaa3e70fd39e27a8f6aca7f1a7b0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:28:45 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [05872417355c956ecc1da43e80aabbc787e0da31]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/14 14:59:58 aw 1.4.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:45:37 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:28:44 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fef4df0b5921025fd4e9d415145ce4aff4b3d7bb]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:36 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:44 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33c95c72c7a175b54e0b5b28d17eb2df9e33c94e]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:36 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:43 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5195f3db71fb03eca190c9949871c730977589d7]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:35 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:42 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [98421a2d7084ea65523320308b2a9debb24d959a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:35 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:42 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9672ab2622a2c19aba8e88e1b108d6d99a95b303]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:34 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:42 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c029200cd7caf79ce1a6df7c0b1c035b368a76fa]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:34 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:41 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [14aef1650a3a6c019a30ceb25fe4c10650ee8b6a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:32 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a81dd7d8d9a992a203e273f29959c7450fa40bf]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:32 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5749863abef6d892d2f4130fac289e39ec56d23a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:31 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f55e5b1aa7e5f20e4f8d80331140e7e10ab75f76]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:31 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:41 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b760ae6b340c3f3de338b36ee0be6963d53bd1f1]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:28:41 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [71ac5ce3553e54857aedd4bdb7b8e3315dcfcb80]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:31 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f78e1de21120b3e428aae21f648bbea0113377b]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:45:31 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:28:41 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b46b5fc1d396c31f16e9630bca6a554596ecb76a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:30 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:40 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6258989703ee046a72ed58ed6b1284577011e15a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:30 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:38 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c250786bde8ea6198c4a1280a6e269f5f99114cc]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:29 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:35 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [97fefe973aae6f936422f0213eca984ab9287e25]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:29 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f772beb8fae82068d45f40254d681a6ff372b16a]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:29 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:28:35 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d38d55704315ae24e0bc01d739d4473514b0276]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:28 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [612e66fe37366faa849bfba80f6eb0f06b9b806f]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:28 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [04adc4345462f1e0bdfaa8f8323853eb2fa8dd59]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:27 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [24e51464f051b3d232cc3ff8188d289b1d06c9b4]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:26 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9efb93b6dee8074470b92acd2a122127ffdc2927]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:28:30 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb7d46962def2705ce34d739c805a440da9bd999]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:26 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [26488d0fb76ed12ba3f83c247508f15fb392fe0c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:25 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:30 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7f5efb9d3422c8e69a376036c4d24ba669a7559]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:25 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b94da668bea0a968130c4576e710302635553f10]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:25 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:28 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3bd7fd53044e126c5fd2b85f7c50263ec8035fe]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:25 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:26 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [20a87b0b114e6b3bf0abed6640d8f17501d40151]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:24 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:25 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a5276a2b1e114cd3a32780a18ccd283a526eb76]

        INTEGRATION: CWS bff2 (1.5.4); FILE MERGED 2004/07/13 08:45:24 aw 1.5.4.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4358f7b7fa4a68883a9ea8c47a1cee1c90bc6247]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:24 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f25f0532657d529c4b0f65f38d5629733a4936a]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:24 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:28:24 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ae09878d323b2c8a90f440881d8369585f7e791]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:45:23 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:28:24 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [50f68eeb63122377dc5e10b497e8c45d7d67e2cf]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:23 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5297555f9cb57c55b0b3239facc6383cfd5e9325]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:22 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d6166f032a1066b81d431ce011cf3350c2922bb]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:21 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b61daa41c2f75b66d46c059889c0f06eeca67b8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:21 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [abd42916e31c5037d4aa11239f2e135ae83d164b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:20 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5a58e0ff098ae255025890af83744bd1bb63035]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:20 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:24 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d4499f40f24e9908c425f91f12b0364c116b56]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:20 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:23 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8088ee147684167630c1dc774f3a090daae5e657]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:17 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f659313ed010646bd43bb5e49414f7b56df441c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:16 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b4f45136ee1d5095f98087dc16ce8af8f24337e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:15 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:22 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [639090de38c8e3c4c6689ac192e63774185bc0ca]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:14 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [246867f1fb3108f50d447ac8596b194371cd71f5]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:13 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [60f232f28926ed4ff516b68523f73889de8f5c7c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:13 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:21 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [21a6250d3d5d81a8c9c5b76dd19db52f7ad0015a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:12 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3af9739d13900dc0d2fff08a6d15cc2ee510cc03]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:45:12 aw 1.5.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [848af5ca3069e10c13132b46543a019882e884cb]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:11 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:20 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd24987b374d52c6caa76a4c719b54c4682c4e78]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:10 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [816aa6c900e753619946fb90a666cb8c62be5c7e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:09 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [969d4e8edbf0bc29bb39bff7ac9f258685ca69d0]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:09 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e670b96ce1cac6830f0681d96f4e71725100f452]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:08 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e17ef2c9375bd4511453d2ee8edf1bcfc0ef65f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:07 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5988828c37708ac810a594fe09865575aadb830e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:06 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb65eedfd081733cfd55be93178e2eb9738dadf4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:05 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [567760b8f71dda1c1b60859bfcd73538b505bb95]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:02 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:20 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc3d48cdf27f917f75542a2a30fa27ced4c25df3]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:45:01 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e76020874be35b87ed172ce8d21fdc99ba8b2c8f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:45:01 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:20 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec631b34934589c8a2e3e0424a9cbc0c8ec7360c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:59 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [81459cc2f54f934ed2ea51cc68b7ccd4f7ba2d56]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:57 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f265b994625950723365aa476afd19cb7e51d0ed]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:28:19 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6350a2cb506b366ad565b348d1494cedad45a17b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:28:18 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [19978b00012447986f9b250ba3119954d4c0d912]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:42 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7294bba447eb99e75de1b4bbd6d41ddb0c14a4ff]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:41 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9488738d9bb7f08660b7b81a3400dc128475e8af]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:28:15 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3938e6490c9507e8c2b9e12bdcb13defdf949c02]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:40 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e46cef9979489b43e2fc24689a7dbe862ac509eb]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:40 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cb45da6ca11b0f273eddbc73098f47862214877]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:40 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f98f30912ebc2208909ae751027d7cb4858e3395]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:39 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:14 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa76fbcbe7693de4bc6f4405c06efb8cba8583a5]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:38 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e4e8c2dce240ec971db5b906e6d32ce353bab39]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:38 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:13 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a6479b458f65f7d9e39de282e406bf77b30c657]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:37 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e2a16bc311e9ac531005e8a73d6d837513c59c9]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:36 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec0f689593bf4806514e478b095ae1d8a413f325]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:11 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [534ea5f1cf80916e86236bbef72d096bcc9341f4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:36 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [053001b138efb889d9b7134b699b7ad276326f0d]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:44:35 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:28:13 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3514c9bf56ccd5cd919b2cd04df893bcae15950f]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:35 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [852aaf5bcc22be8096f0f06e38a24651a1de3d09]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:44:34 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:28:13 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ba08f59bcd7074edae2c0a91d3387b6868b4942]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:34 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [58c76d96adf57cc744acdd11ffab3a2ff8861c01]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:34 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [59837162f4729db9751a6f2c80a06f68a1a8c889]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:33 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2e2df1a52ad403cb86213e625fa4096a83869b9]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:32 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5988f84540d33ed1a6ddf1862db05517979f1a35]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:32 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:13 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e870241ebe9f2c06c740b1ae723d9e3beba4ed97]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:31 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4944d0f8a07b47383cdfa524067e1102362ecdb]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:30 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:13 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3edd81d231040b17164106c7f50b8067c6e80afe]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:30 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:28:12 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e190a5e8c8db26fab1b7f96dab71043a6de57b56]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:30 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:12 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d9cd696e38dcdbf4734e2e8edda2d973037654b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:29 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6909a63d05c9ab1bedc49d67821899e319345524]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:29 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f050798f7456837936b7135bab05fdabfc6e1d7]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:29 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c063f02962225c8bee738f05e6098a6cc6a963d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:28 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:12 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e395e6477fbcd99036a91e133d6f12cf72f25cd]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:44:28 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:28:12 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [59dada5f9ccfb00c5a1f129bc6c896265aa84120]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:27 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:28:11 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ccd151190b735f0628e74cb55a87cc2dcab0f91]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:27 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:11 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4d42b4d9d45188dabb0bca3427862f71d0ed843]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:26 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:11 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [333f3e93e5e8b3d9af0109bcda15f9bac3dc520b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:25 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf72d3214b4a7478218c8c2d0cc363366dcfdf73]

        INTEGRATION: CWS bff2 (1.6.20); FILE MERGED 2004/07/13 08:44:24 aw 1.6.20.2: #117295# minimize_includes step2 2004/07/08 16:28:10 aw 1.6.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [750c36312e40b967c47793ce9622eb1d79356851]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:05 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fd784306ce25cffe5e7992de5423e7703c8fbae]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:05 aw 1.1.1.1.20.2: #117295# joined stripstr from James Meng 2004/07/08 16:27:58 aw 1.1.1.1.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6931eb1390bbe9f3d76a9b4a7c9ff20c4b9e45e]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:24 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:10 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [63586adaf244471b1191e941516ae0d2bf5e12ad]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:23 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bab35ed70b4aef067bfd5741c6be5575cf0a7989]

        INTEGRATION: CWS bff2 (1.6.4); FILE MERGED 2004/07/13 08:44:22 aw 1.6.4.2: #117295# minimize_includes step2 2004/07/08 16:28:10 aw 1.6.4.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1875bcfb6f688508f57a9b60e2b56e0d3214839c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:22 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6a568769d0ebe518176f58c72b4b7fa29044934]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:21 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [302af9f52bae1f1b26a27cb15a78d04ebf23c2da]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:21 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ff8ebc231dd3fd6f8ef5900cbfa571a9ee43dfa]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:20 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [35116c61841901530a48f47e42bf3503b1ca53cc]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:44:19 aw 1.5.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [00e83036bcfccd75b34cc23502835604368a3e94]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:18 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ca90889cff5c85f73bfed2b722f22a8f395ccf3]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:02 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3723e5840b0a637acba830668b202804a33c9adf]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:16 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e86a0c5edcc8ef6020acc2eddd7ca2dcf4a89d9b]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:15 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a304d8c43c42223cbef4fdc9586cd2c588c4e30b]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:00 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [93567d867187465023d1840bd600be76d57bc052]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:15 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbe7e83be3c539bc3f5e240a29e9845e3649885a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:14 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Rüdiger Timm  <rt@openoffice.org>  [f3e83dcb900e34dd7874985a434ea49a5f4107ad]

        SRC680

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fe7525f3b767f2929a78dbf5164bc7c87fb1f87]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:14 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7dbc20124da2daaecae186ad7cddb9b139f6a72]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:14 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [15d5385c76dacf1f55cdad62077954a284f7fac8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:13 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e810bd26dac6aa37e4afdb247a33ef4136088666]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:56 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff2f0fb871387082d9580781902bfe045653d50d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:28:08 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0681a0318e8949270fd354cf5d4fb3e516a134d7]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:44:12 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:28:07 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3e88659a5cfac744c355f80d71700bbfad10ae3]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:12 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2745bbeb90212e444fa66284d233af041fbdeb93]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:28:07 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3090346d1faedbaaa4ddb0dccf384f3cd7916957]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:28:07 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [887b463f6452a29fbc4c1779912961e37943668e]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:54 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9c60be83a1fa0be4a9873c2639b51b41f7aa42a]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:53 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5c407b440a24b3a383e87278eb40b6d3e5b3cb6]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:09 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:28:03 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [47a995a63696210da5a448d7a0659123c97ed33c]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:08 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [adda3dbe207867b00d198d9c22ced06ba5ddc3b8]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:44:08 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:28:03 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [28d07fc028bac91c9b25fd18ddac13e182d41a44]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:44:07 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8abb19f6b0cf9985fdcdbbb651b1b4079153b25]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:07 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:28:02 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e358a61d185bb53ff9fe8c93782456a4597e31c]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:10 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f8fb02d62f68028fa99dfa288d768cdfefa2fa6]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/08 16:28:02 aw 1.1.1.1.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d0cb1ed8b9ef5b4db89e475155ebeb4888dc307]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:06 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [05a63dbf43c6d95fbd8e30ae6874471754e2c67c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/14 14:59:57 aw 1.2.20.2: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:44:05 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [56a3152fd84166708f234851f6f6412f82a7434d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:44:04 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7439d7dfc79d7f4d80ab80f1da75cfb32121f625]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:59 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbb3cab9fa8ff95dc44e747163b6c378cda15513]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:58 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:27:59 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d6a5be1cb14008d6e0a277b74cddd87c5863152]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:58 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9c5594a00716141ad6ea47464a815a66f939015]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:57 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d9b8faff61fafa9511b4d84d4055e154aa6c98e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:57 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:27:58 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeba397d492685c0b02387ed6ca15018fb4fb1a3]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:56 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dd2c9f5f93615b181868d6f1908a90ffff26862]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:56 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:27:57 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbfb21a43aaccecce83496198b51c99f660b0468]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:53 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [346336860cbf1edbc2e76f469470c4f27acac44d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:52 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [28b2ae01c0d839c3945c9d374ae2f0a131eebc06]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:43:52 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:27:57 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [61f1977ff4ec8d17ed829f968efe4175fe644173]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:47 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [94ae24eb6b7b921c5c9642c65b8acb2e07a90875]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:51 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:56 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a24b7e8c3d2049c2a5278faf808993702f919a0d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:50 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:27:56 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1ec827ac951fd6c872fbe6d1891c6c28c600fb8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:49 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [76037bc751c6480afbdbea9af1d5cfcea4481559]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:48 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f16d413d66737b2ee372466e7dea9c806016089d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:56 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b65cdf0da4cac6f2f2362f96c491d966c763d326]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:27:55 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ec8e295d76fea7a5f5a47d886ac9e6c553f7f10]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:55 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1bb5181ec3785b85c24cd1857b256cf04d5a1d3]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:53 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [56393e2d7c1bf2917cd058409c0f36d8350eefdc]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:51 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b7e21f4b897eee4de98504d41a54acba0342aa8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:50 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b7f7183431a2e874508bde102dab9edb810dbb5]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:49 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [09901ba7587cff6fef6015ffb558138a8a0897cd]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:05 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [673468f46c3b24077ef82e87ff872fc8701f6b35]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:48 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5edb8a17d834a9f73ddffe2d77e6e1b845a0dbd4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:47 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f44851afe86847c43a6b84ec86b7176183a94de]

        INTEGRATION: CWS bff2 (1.6.20); FILE MERGED 2004/07/13 08:42:03 aw 1.6.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4ab54fb62beb2057c36ef39a682e5f07bdbccdf]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:03 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [07aa2d0913ab5939bb81df66cd0cc3bebd751e2f]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:38 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fadb3a2c6b92fc23cfd206cc8b697c0ba3695a0]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:35 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [512f57dea342445e07d3af9439c6c9661b775edc]

        INTEGRATION: CWS bff2 (1.2.14); FILE MERGED 2004/07/16 09:37:34 aw 1.2.14.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0761515af372392eae3e6655b677cc8bf8b5a011]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:35 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0d143823732820207f613b9b835eae85ac276d1]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:34 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc1c3177625b9621b7a7e167ab68aa39a7af959a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:33 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eacb29dfc3001de8a782daadd05ebb75102e7ac3]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:33 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:38 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c96527eadee0ed58fa972618fe2cd67504e82855]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:33 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bca241ccf2a9c3bd99367eb141cb7e67c7f390f]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:32 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [425f2db54be8f5a6f62af05e43af85e7f652a649]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:01 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f6e713a0a1c9c6bd6863e661a231a9df02c798b]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:31 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [16b4178205723ef52c1bd8fd8ba032a7783a9c5d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:31 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [01e5380c6b8f2101c11cd31b807f1239b15ad3af]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:31 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c3991b27a6dc4993cd6e383e290c6d989c723eb]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:26 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:27:36 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a8c5fce7cc8c5ebc32d9c5c1d29ebb8a3e24c94]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/16 09:37:29 aw 1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3494d6cf655c1ab4715eae2bbb2aa963cb533bd]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:26 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fca3b2a9d9df33ad5d61a0a2dd2c163c11c60f99]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:25 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d70fbe386c8209e092e46f1dc40fe098b70a77b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:35 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a53ebbcc25772a81fb6d0e912295b529fc6685c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:24 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:35 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb4d6205e69c10e76c55c88b708232b56fb2426d]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:23 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb07a49aa5094e73d2951db98932ba8e7bc3b77e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:24 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [14fe276acffa1d6a4295f04e5371e8627f7d017a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:23 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd3e04fa91837a1cf1ff497e9533d0a9a54dc832]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:43:23 aw 1.5.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc66aa874712ef7e4db3edd4241ffbcba730429e]

        INTEGRATION: CWS bff2 (1.1.20); FILE MERGED 2004/07/16 09:37:22 aw 1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dedbd3ace4239a68765dafdcd02876aac852a565]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:23 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d59f259ab39ce44be90a1e26cd0ab27c3628c3b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:22 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe9fbc15b99e8def45d37a0f381f19ccda8db520]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:22 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8eb7a4ff7c33ab3f1136f9568b00c7a3207fca53]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:21 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0024d059cac201b1d9aae9cbbd034e7329731ece]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:21 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2e1f274aa8876891fdee5ac8734e42833012ff3]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:20 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccd9c66e9f5d923c015c3fccf04cc93be3430ae1]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:19 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6ad05a721c2069eb418c3dfee53d4feb8a05bd6]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:19 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [83b53c34847181cdb0bd684b5a68dd8cef54f0ab]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:16 aw 1.1.1.1.20.2: #117295# joined stripstr from James Meng 2004/07/08 16:25:29 aw 1.1.1.1.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6e08e1d93ff52e73b3843abfaef72daa62f331a]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:13 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d14ac7313cd44695298c5170bed31d2e9f6b9c5]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:18 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b6e51c4e51e7c0cb70fdcfd6a1a941afbc3e910]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:17 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d83798fc9522c118ef9925b89ed9f0e31f49ef7]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:17 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [45b4110c30c472724569915c9996fb0d4027106f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:16 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9df96632c2e4bf1146e3b7e57f7b9425f824bcbd]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:15 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [be8b15359c0e931036660c440d411701d3756af0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:15 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc534151bed492dfa00410a1537c49fe5e642d98]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:43:14 aw 1.5.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [94e0da2ff826a45dec64ab9983ceed36427db6e6]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:14 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:35 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [113b727ba9495c7ede719dae2fad98bb28d96108]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:13 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:27:34 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b928c8acf27d309c28c5dc08e0750eed2cb9122]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:43:13 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:27:34 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0256fbd3dcff708ef28074b1ba9fdbd20fa5319d]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:43:12 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:27:34 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3e7d579bceda0463e07a04a0369538141983a8a]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:12 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:27:33 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b86649fc5210da54af4b92932c4bcc337e0d1ec6]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:11 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c256a0519cea2bb9a2809fe8a34b3622d3796495]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:11 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:27:32 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [731f207ba10172a0578a133a7b7171363fe5be13]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:10 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:27:32 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [21a3384e9d379117822a3761b5a26237e23afc53]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:10 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:27:31 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a77de4fc7d1d06cb6ef0a92e9d3fb5a42713d940]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:10 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:31 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c8074babd284cb15a1cac2b2c8707b86512c81a]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:43:09 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:27:31 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f07527e461cd5033ab5b70a9e1c10573fca4783]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:08 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:27:30 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [141a9adbf1ea20d6871bfecd2fdbd0f2a302365f]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:43:07 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:27:30 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [70e9312f32df814f891a4449a5a8cc20e4f2c7f3]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:07 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:27:30 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea2e8a3aba2b295f1afda6aec32137310fcca3d4]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:07 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:30 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9670d6cce51a23cc9e078306d2a9d5e675f2e9c5]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:27:29 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9d95b43d6f4e07a01366a3496014801861f15b4]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:38:00 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a81c33c076decc5d2824220d42d9db8efdcfec4b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:06 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [87400b066d55f6ee3abb32848ef3a65b7df29a94]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:03 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [208f3c231b11ea783111f8c9b61271b22d4794fd]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:43:02 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [10c910bbb71b95ae0d1d36404f9845235a114b9c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:43:00 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef585c4ba16d5060552e45d71d39e0fe4b5d036e]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:49 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e53df151537a8738aa491aaa57cd130c4fc4ab4]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:42:56 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [72652820f22e5ecaaacc51f116a0babcc0ca8b15]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:27:24 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d238233d2a492ef09d0f88dfec8ea50dddcb575a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:55 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eed80df70106a12a258120d5d2e9893ee3fd7a32]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:54 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b33258da3b21f8571ef0fb34b5294307b287659]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:42:53 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e2081dc48d2d1eba4712bf7600f7b349481907c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:24 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [384c46275cbe8dbaa80d395d1e95299da0c7ff6a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:53 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [66768774b5a4dff5cece16ca13c9001d19ed4c4d]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:42:53 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [20acde83c354e27f218c9ab704df22ef67bc6967]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:42:52 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3786699035d2a83cb4f100c82780c0eabc3f9e52]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:42:51 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9557e22ed50168aad749f0320c1f1ba09269a6e3]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:47 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [de5747aff93331b6965d33a6333585ce01539539]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:50 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a1c709bedbc35da844c5d9f623e1a302c73f23a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:44 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf2f4362e4871130c21034016709469ad65675ae]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:42:33 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [730eacb723160c3a64bf37b7fc1960f0b6b7ed32]

        INTEGRATION: CWS scmtoapoc (1.22.52); FILE MERGED 2004/04/22 09:12:09 ssmith 1.22.52.1: #115692# ldap user profile backend

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [63efb10f1da7f5edf0bbbda1c433c41273ba7be8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:27:19 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7c2e8edf7804b8507c061ca5fa77d4d0a0ca9f6]

        INTEGRATION: CWS scmtoapoc (1.3.4); FILE MERGED 2004/07/12 12:50:26 jb 1.3.4.4: RESYNC: (1.6-1.8); FILE MERGED 2004/06/14 14:24:35 ssmith 1.3.4.3: RESYNC: (1.3-1.6); FILE MERGED 2004/05/12 10:20:33 ssmith 1.3.4.2: #115691# removal of SCM dependent code 2004/04/22 09:18:06 ssmith 1.3.4.1: #115692# adding ldap user profile backend support

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [317aef7b6c361c1234dc1581b24aff22443a7a1c]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:27:18 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ed2e2d21b06cd06e000e79d6632acd73d506aca]

        INTEGRATION: CWS scmtoapoc (1.10.2); FILE MERGED 2004/07/12 12:51:50 jb 1.10.2.3: RESYNC: (1.19-1.24); FILE MERGED 2004/06/14 14:12:49 ssmith 1.10.2.2: RESYNC: (1.10-1.19); FILE MERGED 2004/04/22 09:18:05 ssmith 1.10.2.1: #115692# adding ldap user profile backend support

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e1bdfcf5926f566de67974bc30dced2d7a91d01]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:17 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d8107fcc7f987f402b7a62f2dcb15e287ee39f9]

        INTEGRATION: CWS scmtoapoc (1.133.30); FILE MERGED 2004/07/12 12:29:19 jb 1.133.30.3: RESYNC: (1.137-1.144); FILE MERGED 2004/06/14 14:43:29 ssmith 1.133.30.2: RESYNC: (1.133-1.137); FILE MERGED 2004/05/13 09:50:50 ssmith 1.133.30.1: #115691# removing scm dependant code

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d612befece6dd1047681ea2f844234970048657]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:16 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8764037016d3f3c7f030dab0a9139d60266b5226]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:15 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [15dc2472e59ff25269cce7bb1b2061b5b56a68b4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:42:31 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6323820bbe445e03cff6947857c09689fd164cce]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:27:15 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e06c2292ff570eef2c54da47d11009c8ea3a54ad]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/08 16:27:14 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a366adc16318091142dd84d2e0035b47db3325bf]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:42:28 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77f20e8a7dad5a3f018a674eace32997ed4cb363]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:28 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4df9c61ce48b1180ac5500567ce1cabb7d8e05e8]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:27:13 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cc817a430a42a9e7de6fd425cb72e0161b647c9]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:42:27 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:27:13 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [67c83d571a09933c20939d82ff985b551e356480]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:42:26 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [732b54f412e95be9f7e189eb558957e5d3d8d12b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/14 14:59:56 aw 1.3.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:42:26 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:13 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cbef630987236b72bfae47aa99213b0d56b80c2]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:25 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [40b7d6974124120e2cd54adf6ee9b471040364a8]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:42:24 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e2ed57546c975252e0709d52e43ece7017d9079]

        INTEGRATION: CWS scmtoapoc (1.1.2); FILE ADDED 2004/04/22 09:24:17 ssmith 1.1.2.1: #115692# adding ldap user profile backend support

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [95f49953572c6fb005d9d87921008b4b40e64024]

        INTEGRATION: CWS scmtoapoc (1.1.2); FILE ADDED 2004/04/22 09:22:17 ssmith 1.1.2.1: #115692# adding ldap user profile backend support

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [017e7f6dd07611c4afebf8d21f0c158b7bbefcc4]

        INTEGRATION: CWS scmtoapoc (1.1.2); FILE ADDED 2004/04/22 11:29:13 ssmith 1.1.2.1: #115692# adding Active Directory Mapping File

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6380a366b5aafbaa711ea8ee19ae9d0f9b7efd3f]

        INTEGRATION: CWS scmtoapoc (1.35.6); FILE MERGED 2004/04/22 09:29:00 ssmith 1.35.6.1: #115692# adding ldap user profile backend support

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [abee18eeeaf643e584958d8fff5ffab5ca10503a]

        INTEGRATION: CWS scmtoapoc (1.43.4); FILE MERGED 2004/07/12 13:28:15 jb 1.43.4.3: RESYNC: (1.44-1.46); FILE MERGED 2004/06/14 14:27:41 ssmith 1.43.4.2: RESYNC: (1.43-1.44); FILE MERGED 2004/04/22 09:15:20 ssmith 1.43.4.1: #115692# adding ldap user profile backend supoort

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [40c355420658a9d5a7faf01884ff8992581afa5a]

        INTEGRATION: CWS scmtoapoc (1.1.2); FILE ADDED 2004/04/22 09:10:41 ssmith 1.1.2.1: #115692# ldap user profile backend

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aefe7dfb971c4b96940fc7179a83212049993986]

        INTEGRATION: CWS scmtoapoc (1.1.2); FILE ADDED 2004/04/22 09:10:40 ssmith 1.1.2.1: #115692# ldap user profile backend

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c8fa4fb63d94e2d2f31819a61539319c95f250e]

        INTEGRATION: CWS scmtoapoc (1.1.2); FILE ADDED 2004/04/22 09:10:39 ssmith 1.1.2.1: #115692# ldap user profile backend

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bb3709ec6fc1f6a64de04013ca9028beb527a28]

        INTEGRATION: CWS scmtoapoc (1.1.2); FILE ADDED 2004/04/22 09:10:38 ssmith 1.1.2.1: #115692# ldap user profile backend

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [71f824e8552e9e3bd1844e04534904877eda1a90]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:13 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c58df1dd5e8de3fc0cee92955ca5d3877641fa9]

        INTEGRATION: CWS scmtoapoc (1.1.2); FILE ADDED 2004/04/22 09:10:37 ssmith 1.1.2.1: #115692# ldap user profile backend

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [37163099b9e4a2f719df914f44869ced67eaca87]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:42:12 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:27:09 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f47148b3ab66cdcacb36167c50c410d26e753db]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:12 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:09 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7800a1f8a30f7b0807f919b9ff55cbe61b35781a]

        INTEGRATION: CWS scmtoapoc (1.1.2); FILE ADDED 2004/04/22 09:10:36 ssmith 1.1.2.1: #115692# ldap user profile backend

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [622993731cbff15fff61c77e298ad2871418b905]

        INTEGRATION: CWS scmtoapoc (1.10.34); FILE MERGED 2004/04/22 09:12:37 ssmith 1.10.34.1: #115692# ldap user profile backend

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [863583a0976300cf32b314ee0762f37417c6cb2f]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:11 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6eab0fb1a7eadb9c451d639824353c5e8b8c012]

        INTEGRATION: CWS scmtoapoc (1.2.6); FILE MERGED 2004/04/26 09:10:35 ssmith 1.2.6.1: #116483# adding try/catch for robustness

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe23210b95528885f0ee71cf4c2ce3edf4148e77]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:42:08 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1a46838cf11799e37e1298eface04b61e021800]

        INTEGRATION: CWS scmtoapoc (1.2.6); FILE MERGED 2004/07/12 13:16:35 jb 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/17 16:37:06 ssmith 1.2.6.1: #117123# configmgr cleanup

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [72f9d26cad277963d87a385bf883514d2d0f3636]

        INTEGRATION: CWS scmtoapoc (1.18.12); FILE MERGED 2004/06/17 16:36:46 ssmith 1.18.12.1: #117123# configmgr cleanup

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33c694447e4ab72a06b157b48f2be67c54845425]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:07 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c835f823562aaafd5288326fe453a6e3a514b36e]

        INTEGRATION: CWS scmtoapoc (1.7.32); FILE MERGED 2004/07/19 13:36:48 cyrillem 1.7.32.5: #115692# Deliver AD mapping file 2004/07/12 12:53:36 jb 1.7.32.4: RESYNC: (1.15-1.22); FILE MERGED 2004/06/14 14:13:00 ssmith 1.7.32.3: RESYNC: (1.7-1.15); FILE MERGED 2004/05/12 10:20:12 ssmith 1.7.32.2: #115691# removal of SCM dependent code 2004/04/22 09:18:05 ssmith 1.7.32.1: #115692# adding ldap user profile backend support

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [075876fa31852620a88f64b38345124a83438ab9]

        INTEGRATION: CWS scmtoapoc (1.3.34); FILE MERGED 2004/06/14 14:12:23 ssmith 1.3.34.2: RESYNC: (1.3-1.6); FILE MERGED 2004/04/22 09:18:05 ssmith 1.3.34.1: #115692# adding ldap user profile backend support

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [49b00214bc64017faf86af4702e18970ec868702]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:06 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [be214487747fce59e078a0c0f78db84bd3c8e513]

        INTEGRATION: CWS scmtoapoc (1.39.42); FILE MERGED 2004/07/12 12:26:43 jb 1.39.42.3: RESYNC: (1.43-1.46); FILE MERGED 2004/06/14 15:03:21 ssmith 1.39.42.2: RESYNC: (1.39-1.43); FILE MERGED 2004/05/13 09:52:09 ssmith 1.39.42.1: #115691# removing scm dependant code

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b510076a2d6da5b4ef01a0030567dc1ecc380e3d]

        INTEGRATION: CWS scmtoapoc (1.26.46); FILE MERGED 2004/07/12 12:30:15 jb 1.26.46.3: RESYNC: (1.27-1.30); FILE MERGED 2004/06/14 14:45:47 ssmith 1.26.46.2: RESYNC: (1.26-1.27); FILE MERGED 2004/05/13 09:51:36 ssmith 1.26.46.1: #115691# removing scm dependant code

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [27ad9fefa124472ce01d9462cddde1776c037904]

        INTEGRATION: CWS scmtoapoc (1.6.70); FILE MERGED 2004/05/13 09:51:16 ssmith 1.6.70.1: #115691# removing scm dependant code

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [acc3408b1a64edb925414cb9549d235053368c32]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:03 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [41424f19c2ded2997b1b7de254ac701874778748]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:42:01 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [57d41e3928e54668723845416df0fe7641f042c0]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:01 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:04 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1ce5a5565100a15b40d161392ac28f1cd9752f3]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:01 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9231fcebc69e843e114d6eb184a31f41daaededb]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:42:00 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [07fd028b44506039661c9aacd86261439180701e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:42:00 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bcdb8df874144767ca44e006faafec325635ea5]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:41:59 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:04 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfcdeadcd3c092df87951a825636870fd1e48a49]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/14 14:59:56 aw 1.5.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:41:58 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:27:03 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a58bb97adeef995dbd9be69a6fdfb826df40a14]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:41:56 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:03 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [56b070f52602dd488c2a460bc69c184ea865c389]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:27:02 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1260df022ead64f111526f9713cc72c75a994803]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:41:56 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:27:02 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0730c2690475536af7aa4de3a2f63c48e1be2a9]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:41:55 aw 1.5.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f49d1dbb1bf149cea32c86158fbc2528153aa8a0]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/14 14:59:56 aw 1.4.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:41:54 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:27:02 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [11c85364a5bbb5862d5b85772d81ef241db44050]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/16 08:21:28 aw 1.4.20.3: #117295# corrections for wntmsci10 after step 2 2004/07/13 08:41:53 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:27:01 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f736be7dd212861fe25c931dccb2a09674ce318]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:27:01 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [90c01525309aa032cc410e6f622d88d0839ba68b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:41:44 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:58 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e54b20d3afee19ea67b795945b4d2b2d6a7f85f4]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:41:42 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8d38bcbef62a1d753b8e512efc3f1d5802a6ac6]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:41:27 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dff6078bc651071ba955ca64d4569381a3bfc16c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:41:26 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [23dd81490127f605f5cae4faf1ce91d3dcf68e39]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:41:25 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e7aa564f78a591d1d57f9e4ba2cc6ce60ed2621]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:41:24 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [17fb1eb1d0f606583eb0c58ddb34639bec5d65dd]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:41:23 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [16d8f63c3ea7c9ee1aad204264e0b51fa771e42d]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:41:22 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff790ebb3c93692fe4122894e52379076fa05de8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:41:21 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a92b1d429615b163de75b8a838c9218f0579e490]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:41:19 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6bc18619482b0b0899661b6c9c8b5e024e4ca8f]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:41:18 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fee25ca63a8c4f0c0cc0f61bd34db85ced7a3cf4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:41:17 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:53 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc4b31feaaeb60a0df8fbc9043409447f55a6ce4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:41:15 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [40cfe29646de43f221b7f34747c1a0437eef3320]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:41:14 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [683217d29e35861d504c110c5e8144e34f345b53]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:26:52 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfab5635f9c7d34bb493944d4372f4c6829fab60]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:32 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9943c643cd9b5d5e2f0757112e5ced3c0bef167b]

        INTEGRATION: CWS aw017 (1.2.22); FILE MERGED 2004/07/29 14:21:54 aw 1.2.22.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8871c5297b4ad2fbb12b52ca4a112b5aef948bab]

        INTEGRATION: CWS aw017 (1.66.58); FILE MERGED 2004/07/29 14:09:10 aw 1.66.58.1: #i25616#

2004-08-03  Rüdiger Timm  <rt@openoffice.org>  [349038bef77a4261a628a2a64c1c2dda890e034f]

        We still have m49 ...

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [27bc5a1d1e0e8f240bd0c06a9b97b041dc6deaea]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:41 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2490b38f7b342b048ccd14af104e4910d985b477]

        INTEGRATION: CWS aw017 (1.2.62); FILE MERGED 2004/07/29 14:11:31 aw 1.2.62.1: #i25616#

2004-08-03  Rüdiger Timm  <rt@openoffice.org>  [305708524ba9e574ffbf8bc55949393f300b80f3]

        SRC680

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e5af755779164738fa964610b1cb4dbf117d4f9]

        INTEGRATION: CWS aw017 (1.2.22); FILE MERGED 2004/07/29 14:21:54 aw 1.2.22.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [482e3bb779e4d7a2efe80dfcd6809acf6c996503]

        INTEGRATION: CWS aw017 (1.2.22); FILE MERGED 2004/07/29 14:21:53 aw 1.2.22.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d843bfbabbb1aa5004cdd743025251a3315de5d9]

        INTEGRATION: CWS aw017 (1.81.20); FILE MERGED 2004/07/29 14:21:53 aw 1.81.20.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2956c5502a290ff262a16a09713ab2e9138c7cb3]

        INTEGRATION: CWS aw017 (1.33.22); FILE MERGED 2004/07/29 14:21:52 aw 1.33.22.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecf3d5a0d94463f751f1dedb6241841255cb8b45]

        INTEGRATION: CWS aw017 (1.69.22); FILE MERGED 2004/07/29 14:21:52 aw 1.69.22.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eb4cd15092a8f9b2effbebe24199645f574cc7c]

        INTEGRATION: CWS aw017 (1.62.10); FILE MERGED 2004/07/29 14:21:51 aw 1.62.10.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [482bb8916ccef4201ed51a8ada59f706d4f88f4f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:25 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:43 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb0ba315d52e6966af447139a66ef53abd517ce8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:25 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f77087c4dc9eea0e9e0e22a942fe3eb07184d9cb]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:24 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:42 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ddd9f7e68b3e37039e07d70e98efa0dcb04d021]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:23 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc4edbb4a80a156e544a145c7d30d750b4f4f455]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:40:23 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f0d279a45c238b6fb9585556798b491a04429a7]

        INTEGRATION: CWS aw017 (1.2.34); FILE MERGED 2004/07/29 14:04:31 aw 1.2.34.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6e646b1b0e097dbee9cdf979560632dfc3c9066]

        INTEGRATION: CWS aw017 (1.3.34); FILE MERGED 2004/07/29 14:04:30 aw 1.3.34.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [edcee183d20247f06e9e3b4f1ccd986ea296a892]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:22 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a086f0c27ea5fb5e0dbbb75711bfd992a8f9904]

        INTEGRATION: CWS aw017 (1.7.34); FILE MERGED 2004/07/29 14:04:30 aw 1.7.34.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ae8fc1d55d632dd5ed4ea5443c137a5f262c267]

        INTEGRATION: CWS aw017 (1.12.34); FILE MERGED 2004/07/29 14:04:30 aw 1.12.34.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [127644ea8e94ad411fa5c7cb9d5f812420b75629]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:40:21 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b571c9677c4765cb6efc544a1681b76a5b52ac2e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:26:41 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [157010b96ee54f576723704233d51457c662e9b1]

        INTEGRATION: CWS aw017 (1.8.34); FILE MERGED 2004/07/29 14:04:29 aw 1.8.34.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [010851e3b0b5c63ef58e0b5f98890e0475d9bc91]

        INTEGRATION: CWS aw017 (1.10.34); FILE MERGED 2004/07/29 14:04:29 aw 1.10.34.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [09676a27b63642c29e77a3434f019b0178bee057]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:20 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:40 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb975add6a0338fccde196f2eed813e5e423d528]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:40:20 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d671c4b60572ce7f5f7cae89f0220ec3c2ce32f5]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/16 08:21:26 aw 1.4.20.2: #117295# corrections for wntmsci10 after step 2 2004/07/13 08:40:19 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [85505dcad82b34f323d8c3ae259f6da2ff3daba0]

        INTEGRATION: CWS aw017 (1.25.12); FILE MERGED 2004/07/29 14:09:11 aw 1.25.12.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e021259f019b7e6318fbfe0b7f2ee85e0ba84d50]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/16 08:21:25 aw 1.3.20.2: #117295# corrections for wntmsci10 after step 2 2004/07/13 08:40:19 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8edcd9fab516c6d54fe074e01ba1a65835b54a01]

        INTEGRATION: CWS aw017 (1.61.74); FILE MERGED 2004/07/29 14:09:10 aw 1.61.74.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e95e3c63977b4fbc1862e59863ef2de2ae7bcec8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:18 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad6f8b72c80d68ec7ea3558ee27813168b87f84c]

        INTEGRATION: CWS aw017 (1.14.14); FILE MERGED 2004/07/29 14:09:09 aw 1.14.14.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa1c5110322c2281727a7043f05849be379870fb]

        INTEGRATION: CWS aw017 (1.4.14); FILE MERGED 2004/07/29 14:09:09 aw 1.4.14.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [155deb5fd6721061eed7a02ba096dc0d479888ea]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/16 08:21:25 aw 1.3.20.3: #117295# corrections for wntmsci10 after step 2 2004/07/13 08:40:18 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:26:40 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [73e9f6be5862797dbfca4c7e4d49aa8e763de8cd]

        INTEGRATION: CWS aw017 (1.11.64); FILE MERGED 2004/07/29 14:09:09 aw 1.11.64.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4858a1abce7de9867b480b3c347aeabcfd99c292]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/16 08:21:25 aw 1.3.20.2: #117295# corrections for wntmsci10 after step 2 2004/07/13 08:40:17 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [923deec5338980afc258abe1c703e3ae988868ec]

        INTEGRATION: CWS aw017 (1.20.18); FILE MERGED 2004/07/29 14:09:08 aw 1.20.18.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c550ef080f13fbd686359e86d56689d78dd9e3e2]

        INTEGRATION: CWS aw017 (1.9.62); FILE MERGED 2004/07/29 14:08:51 aw 1.9.62.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad2dd6ab213a2552ab6a8dae27c7e0b57c48d15d]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:26:39 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77efb9edaa9584106f452f5f1a0beca60edf5495]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:17 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ba9daaa6be3726fb0071480effbc5659e34256f]

        INTEGRATION: CWS aw017 (1.2.62); FILE MERGED 2004/07/29 14:11:32 aw 1.2.62.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b6c3b3ec9e8793fdbc84c9374c522c391b567ff]

        INTEGRATION: CWS aw017 (1.44.16); FILE MERGED 2004/07/29 14:11:23 aw 1.44.16.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2afed2dec39da7bf7ea8e070e03a847dc462ca00]

        INTEGRATION: CWS aw017 (1.31.18); FILE MERGED 2004/07/29 14:11:22 aw 1.31.18.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ea241d268aad4d1a6efce0824e30ad5ce3f942b]

        INTEGRATION: CWS aw017 (1.15.60); FILE MERGED 2004/07/29 14:11:22 aw 1.15.60.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2299e371641cff69e6cbf9a69485d160b2f641ed]

        INTEGRATION: CWS aw017 (1.33.18); FILE MERGED 2004/07/29 14:11:21 aw 1.33.18.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ca665c1bc637a86709964ce5d6ac9c2680f9339]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:13 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0946be1dc2a9c860f1400b5a14fdd785299a4d0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:13 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:38 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce1b69a33ebe5c52a40f029bf29a1cb7667ab56f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:12 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:38 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e12f784644919c153fcd558cd8a0f9b9407c5763]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:11 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [00d3fe22e3cfa83e70ed9f6bd266f3876f0b3bdc]

        INTEGRATION: CWS aw017 (1.53.76); FILE MERGED 2004/07/29 14:20:51 aw 1.53.76.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c76199f74167e0670c49c7b08212f2786c7a5c79]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:10 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b338ac7f649b17b85c84bae055d735df3359e1cc]

        INTEGRATION: CWS aw017 (1.17.22); FILE MERGED 2004/07/29 14:20:51 aw 1.17.22.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5460894e2047c6045e3441d2d21dcfbce3a5b0e6]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:40:10 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:26:36 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [44b055c56a92c0361467d2cece74f2bb520d975a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:10 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:36 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c028a36a554b4aca693446dac1a5eebfa6af8aa0]

        INTEGRATION: CWS aw017 (1.65.194); FILE MERGED 2004/07/29 14:20:50 aw 1.65.194.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [52eb3197c5422949954028b7e0ed9bcd88df8c1a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:09 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:36 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7fe14b7b0a0bebfa3b312cebd705f47df26ee72]

        INTEGRATION: CWS aw017 (1.16.274); FILE MERGED 2004/07/29 14:20:50 aw 1.16.274.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7309a0fb96057899fa3aacd37f10de6352336cc6]

        INTEGRATION: CWS aw017 (1.19.372); FILE MERGED 2004/07/29 14:20:50 aw 1.19.372.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [18e3a24b5a8f442485a798889e1eb639553a8ac9]

        INTEGRATION: CWS aw017 (1.61.116); FILE MERGED 2004/07/29 14:20:50 aw 1.61.116.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2740dc903f8652b5b6a4f48c5c11347a42b11e6]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:09 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:35 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [62d16d41ebdf11715a5d62196b437ee5f66e5198]

        INTEGRATION: CWS sch02 (1.13.66); FILE MERGED 2004/07/27 12:27:03 bm 1.13.66.1: #i32138# new chart2 API is not yet published

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8a1c74a35bfa3a899b250d8ec33b7aa04d96933]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:08 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:35 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c0b633122f3ad3b59847d86225430620dfcadcc]

        INTEGRATION: CWS aw017 (1.65.20); FILE MERGED 2004/07/29 14:20:49 aw 1.65.20.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d8ac4411d6f39529440fb4cabe457cfcee6e98b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:40:08 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:26:35 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0036a6e05811bf2b71bd092aad6525a437b527bb]

        INTEGRATION: CWS aw017 (1.39.372); FILE MERGED 2004/07/29 14:20:49 aw 1.39.372.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9232c702ef29724ca15534d289f5b0e36d9d7df3]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:08 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d423ac649d2f690660f5f06bd1fdc55c0434c5d5]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:40:07 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:26:33 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [71d9ec767afcc5e99c9c7c313983dfd2386dccd5]

        INTEGRATION: CWS sch02 (1.23.308); FILE MERGED 2004/07/22 13:56:04 bm 1.23.308.1: #115596# crash in symbol controls due to pointer to temporary

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [001bd21ff69b3409f007dabb3704b12ea9e13181]

        INTEGRATION: CWS sch02 (1.2.308); FILE MERGED 2004/07/22 13:56:04 bm 1.2.308.1: #115596# crash in symbol controls due to pointer to temporary

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf85592ccf8525e03d42876ed6389b40d38959e5]

        INTEGRATION: CWS aw017 (1.3.354); FILE MERGED 2004/07/29 14:20:48 aw 1.3.354.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92ece8cc5f3c8952eb8abf16c138a8ad8ba1d09d]

        INTEGRATION: CWS aw017 (1.4.104); FILE MERGED 2004/07/29 14:20:48 aw 1.4.104.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3359b128f10662800dfd72baef656fcacbc22616]

        INTEGRATION: CWS aw017 (1.100.20); FILE MERGED 2004/07/29 14:20:47 aw 1.100.20.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5c146b4652d950475e382643cb60657eb73def9]

        INTEGRATION: CWS aw017 (1.43.90); FILE MERGED 2004/07/29 14:20:47 aw 1.43.90.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f697ffd7b9b837e4e2b00d4df726fbe8bf912771]

        INTEGRATION: CWS sch02 (1.12.252); FILE MERGED 2004/07/22 12:56:16 bm 1.12.252.1: #i27909# applyTableSimple: avoid illegal index access for empty tables

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [efc1889e6ef726c41d57c90a7ce5fa6a08806547]

        INTEGRATION: CWS aw017 (1.5.698); FILE MERGED 2004/07/29 14:20:46 aw 1.5.698.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b66c650f5ceb65b3d91d4035bccea54b0c8fddc2]

        INTEGRATION: CWS sch02 (1.6.66); FILE MERGED 2004/08/03 10:01:26 bm 1.6.66.1: #117495# remove chart2 from setup

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b46f0657fd6f719d44a27931e2f3d49456a62d4c]

        INTEGRATION: CWS aw017 (1.23.322); FILE MERGED 2004/07/29 14:20:45 aw 1.23.322.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f3ffa6eaaafdf1068818ef93e3c6ad4fc7869b2]

        INTEGRATION: CWS sch02 (1.25.12); FILE MERGED 2004/07/28 12:22:51 bm 1.25.12.1: #117495# remove chart2 from setup

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3e9ba94cca309fa7651cd2235998cfcbc94a171]

        INTEGRATION: CWS aw017 (1.38.22); FILE MERGED 2004/07/29 14:20:45 aw 1.38.22.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [110940a75c0212d4b93d1413608dfef182a6f163]

        INTEGRATION: CWS aw017 (1.22.206); FILE MERGED 2004/07/29 14:20:44 aw 1.22.206.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c2950a111fc64041f23d28725583536ebb20218]

        INTEGRATION: CWS aw017 (1.2.322); FILE MERGED 2004/07/29 14:20:44 aw 1.2.322.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf227338a5c9a80f0529d170e5bc78a380c84de5]

        INTEGRATION: CWS aw017 (1.3.94); FILE MERGED 2004/07/29 14:20:44 aw 1.3.94.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c27cbb30b5947e11c7a3de5217ead2385ed32db3]

        INTEGRATION: CWS aw017 (1.3.92); FILE MERGED 2004/07/29 14:20:43 aw 1.3.92.1: #i25616#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a283ff420511cb61983b18ada080f4afc7d49f3b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:26:08 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a95d17acb4374f2f396bfbd122ed9cb3f1426967]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:26:07 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa521f2e57d672115be1914ec06c6b449b2fa176]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:26:06 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddf4a6efd0bb3f53a8fc65cc2d9882cf03e8d601]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:39:50 aw 1.5.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [24f09298394454e94b0cac1fafbf1637bd9ddf48]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:50 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdf08634c1238dbfe9699ed69377523b92962adb]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/14 14:59:54 aw 1.2.20.3: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:39:48 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:58 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd868c2ead9352787a0ebff010c1582dd70e7579]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:48 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3312ce52f2f6851b0b15e34bad5f7b21b8bdd888]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/14 14:59:54 aw 1.2.20.2: #117295# Corrections after phase2, unxlngi5 and unxsols4 compile 2004/07/13 08:39:47 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbad3d72fa4a552ef6b6c6280c8a98e68eb30347]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:46 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [07d1c08c9e028286355dee8a181aaf1b26f92b85]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:46 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e53609cf5b8a81270eaf26ab1eb38cfca0526d5d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:45 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a52c14f69a24d06e0078f560897d81091f44166]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:23 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [50a1ac4314d4a5c1b0d2a417de8117b8c9c20c0b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:44 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cbd0466ffcff2b790a140f25791c31358931f47]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:43 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcd52d9c1c479a4d3110af0a9b2ec7984683dae5]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:42 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [652ac868235aa6cd4cdfa704f3f9b04e300188ea]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:25:55 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee86528a75689b90f0228cca74ea57c6e8e27b24]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:39:41 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [13446dd7a320e73b85156efaa2016d9fed5295f4]

        INTEGRATION: CWS grouping (1.5.6); FILE MERGED 2004/07/16 10:26:28 nn 1.5.6.10: #i25110# renaming of groups and group fields 2004/07/05 17:27:02 dr 1.5.6.9: #i25110# DataPilot grouping dialogs 2004/06/29 15:03:29 dr 1.5.6.8: #i25110# const functions 2004/06/17 16:31:35 nn 1.5.6.7: #i25110# remove group dimension if all visible groups were removed 2004/06/16 18:56:31 nn 1.5.6.6: #i25110# date part grouping, continued 2004/06/10 17:42:30 nn 1.5.6.5: RESYNC: (1.5-1.6); FILE MERGED 2004/06/09 18:55:20 nn 1.5.6.4: #i25110# date part grouping 2004/05/07 16:48:40 nn 1.5.6.3: #i25110# grouping of values 2004/04/29 15:28:00 nn 1.5.6.2: #i25110# renaming of group dimensions and groups 2004/04/26 15:57:31 nn 1.5.6.1: #i25110# functions to manipulate groups

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cd59b71f9f90c95992608fb62b3d419541a329b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:40 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:54 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e05ad1940ecef89a9a3dfe1a9b7ec86db0b57b0]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:39 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:25:54 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d2a194ab173e9388a7b61318cfd625173e6a3f1]

        INTEGRATION: CWS grouping (1.52.58); FILE MERGED 2004/07/27 11:38:43 nn 1.52.58.4: RESYNC: (1.55-1.57); FILE MERGED 2004/07/19 15:19:25 nn 1.52.58.3: resource changes 2004/07/19 14:11:59 nn 1.52.58.2: RESYNC: (1.52-1.55); FILE MERGED 2004/07/16 10:24:58 nn 1.52.58.1: #i25110# renaming of groups and group fields

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [63fb78e9d1eecedf6c5304211a1370b60631d29b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:39 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [290e1110ddfc466cb023c02cc4116590e37da159]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:25:54 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e89fb2c2410270d4cc37bb45a5753761c51aa805]

        INTEGRATION: CWS grouping (1.2.438); FILE MERGED 2004/06/16 18:56:02 nn 1.2.438.5: #i25110# date part grouping, continued 2004/06/09 18:55:07 nn 1.2.438.4: #i25110# date part grouping 2004/05/07 16:48:27 nn 1.2.438.3: #i25110# grouping of values 2004/04/29 15:27:32 nn 1.2.438.2: #i25110# renaming of group dimensions and groups 2004/04/26 15:56:48 nn 1.2.438.1: #i25110# functions to manipulate groups

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7216191a2e64f8c1264919391995eaad8ddf9d04]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:38 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:25:53 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f2eb7f833329d6cb4fba72b17eaec0ce3f661f2]

        INTEGRATION: CWS grouping (1.3.6); FILE MERGED 2004/07/27 11:31:44 nn 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/05 17:25:40 dr 1.3.6.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [da8683480f08f9e9b72d8f9d48e3e4ad61248fb7]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:37 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:52 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6253bee3070870414d734950b14a5fa86543dc7a]

        INTEGRATION: CWS grouping (1.3.6); FILE MERGED 2004/07/27 11:31:35 nn 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/05 17:25:39 dr 1.3.6.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [22ebfbe5d839158f10e2e34720da6f9aceb24490]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:37 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:50 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [81f7dbc72a4846c459f2f7055857982c2ec258db]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:36 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:25:49 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0fa127c1d6cae1ad27df204647c4551b0b8309b]

        INTEGRATION: CWS grouping (1.11.6); FILE MERGED 2004/07/19 13:02:33 sab 1.11.6.1: #i25110#; add grouping

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [25b37245c44b48a3bc42e37e17c8596d479b369e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:25:49 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2c5ab21808f2d5c00768621020d0664e6486e31]

        INTEGRATION: CWS grouping (1.14.6); FILE MERGED 2004/07/19 13:02:33 sab 1.14.6.1: #i25110#; add grouping

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77a1f72699f14981ea557e2307782d2c0d8b8011]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:35 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:25:48 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3674beddda350fa20573e354ea3601decdca777]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:34 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:25:48 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [133dfcec0e1fe768d385a45f975b57f1573608b7]

        INTEGRATION: CWS grouping (1.2.6); FILE MERGED 2004/07/05 14:28:55 dr 1.2.6.7: #i25110# wrong date step limit 2004/07/01 13:24:25 dr 1.2.6.6: #i25110# export of DP grouping 2004/06/30 13:57:07 dr 1.2.6.5: #i25110# export standard grouping 2004/06/25 19:14:57 dr 1.2.6.4: #i25110# import of visible grouping names, ignore calc'ed fields 2004/06/25 10:36:21 dr 1.2.6.3: #i25110# import of numeric grouping 2004/06/24 12:36:03 dr 1.2.6.2: #i25110# import of text grouping 2004/06/23 16:11:53 dr 1.2.6.1: #i25110# grouping preparations

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3dd6d5e938a97d16c0eaab75639a9884d3d9b9e]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:33 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:25:47 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9e80f04dcfba0bce783c2dd62a30c12ffe0cd70]

        INTEGRATION: CWS grouping (1.4.4); FILE MERGED 2004/06/10 16:13:24 nn 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/29 15:27:10 nn 1.4.4.2: #i25110# renaming of group dimensions and groups 2004/04/26 15:55:52 nn 1.4.4.1: #i25110# functions to manipulate groups

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [90ad9c7ff1e79dbabd7b06dd41b8cc4e2949f445]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:39:32 aw 1.5.20.2: #117295# minimize_includes step2 2004/07/08 16:25:46 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [227666bf18071191256c12f68910eff1fd466314]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:32 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [03f8d46c71899016a5712b31b0594dc0b8976375]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:31 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:25:46 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae60df92bde0df16e209f5bbbb4d418a5b481c7a]

        INTEGRATION: CWS grouping (1.3.4); FILE MERGED 2004/07/27 11:21:55 nn 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/05 17:23:48 dr 1.3.4.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a332036cc20365d9305ea4faf136e8d79fc36bf]

        INTEGRATION: CWS bff2 (1.4.18); FILE MERGED 2004/07/13 08:39:30 aw 1.4.18.2: #117295# minimize_includes step2 2004/07/08 16:25:44 aw 1.4.18.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fc4841ad52d369678a1c46d2fc03bac11084616]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:30 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:25:44 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [399e33e59588eee10217080822cccd63ca052ba9]

        INTEGRATION: CWS grouping (1.40.4); FILE MERGED 2004/07/27 11:21:47 nn 1.40.4.2: RESYNC: (1.40-1.41); FILE MERGED 2004/07/05 17:23:48 dr 1.40.4.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceeb75c67a2ccc488620c295fe1cd5aeea4c7851]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:30 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [375c87a67ea9840b00482f9bad9b3fcc87221cdc]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:29 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5df5444e89aa6d76bdd4c0e697c36356c606d0a5]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:39:29 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e3be6378b148d2d6cac43054330507aaf199c57]

        INTEGRATION: CWS grouping (1.7.58); FILE MERGED 2004/07/27 11:21:38 nn 1.7.58.3: RESYNC: (1.8-1.9); FILE MERGED 2004/07/19 13:53:43 nn 1.7.58.2: RESYNC: (1.7-1.8); FILE MERGED 2004/07/16 10:24:27 nn 1.7.58.1: #i25110# renaming of groups and group fields

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [466e0f8be402f940ecb769d0ec161affdab82a26]

        INTEGRATION: CWS bff2 (1.6.20); FILE MERGED 2004/07/13 08:39:24 aw 1.6.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad69ed22406bce8fbeef6c0e3a2c15a67d54d46c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:39:15 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b743e7da6a82f0c6f2e74248bfa36881284eb01]

        INTEGRATION: CWS grouping (1.3.4); FILE MERGED 2004/06/10 13:02:10 nn 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2004/04/29 15:26:32 nn 1.3.4.2: #i25110# renaming of group dimensions and groups 2004/04/26 15:54:04 nn 1.3.4.1: #i25110# functions to manipulate groups

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1be9e6c08658eb38335d6af90c8698d83335872]

        INTEGRATION: CWS grouping (1.58.20); FILE MERGED 2004/07/27 10:39:53 nn 1.58.20.3: RESYNC: (1.60-1.62); FILE MERGED 2004/07/19 13:25:12 nn 1.58.20.2: RESYNC: (1.58-1.60); FILE MERGED 2004/07/19 12:58:08 sab 1.58.20.1: #i25110#; add grouping

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5406fcc892f98ee7631ceba0bed2f9999115924e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:59 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [241bc8aa19ef2e0c9fd256fe7ee27ecdc21763d0]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:59 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [844bacd0b7269a22cc14e06a09d56f74c10f332f]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:59 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:33 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e0c6012140e528aa805052492299ea2299b460]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:58 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8287d7fdbaf0d5749e0b30f6742c024f107455f0]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:58 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [58dd63b5861dae93da5e7615a2d24f27c3bc8f70]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:57 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7279e474fc47921500b0fa3fdb2069e76a915fdf]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:56 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:32 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c312129d46f0d9f234fece5a227063987e60afd4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:56 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a0d028da11ba52a2ae3a93021e62b7f23a521e6]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:55 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1dbbb0e030196e1b08df6a3a8c972a2cbadfe08]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:54 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e58c680189e7dd4b75452ba363d0331b254dbb0]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:54 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c9a538b9dce7ea286de7d0d67201bb27e26a4e8]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:54 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:32 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e05f1c5f8df52ff7504f1ea2c9cdd53d8ae07bf9]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:53 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ae9861ed2ffd59816ba2eae34447ce7438fea42]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:52 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb026a0dd3b6155bf3f2908d45c44f5cd622f419]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:51 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [626c4c2204fb6c1806e16658e9bc7fd89fccfa09]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:51 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:32 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [73817f3e3eb92025f350d4df519aa1629fc58d4d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:51 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [674f4951b6c0991723731d65312b037db83743d2]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:50 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [793ddb0ed38755b166f8c7d885f06bc06ee21809]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:50 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:31 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ccd4a770e2edf23c25e08b5774058286273fe05]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:49 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3606e25ac04d63793c76fc373959d0995fd3dcb]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:15 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c81e2c8be01370c6ddf3012fce66c10544cfbd52]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:25:27 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3db7052a2967a36c25ac85eb239e78997f565e5]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:25:26 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [00a4840ff0d07baad312a358a77536d11705aa62]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:25:20 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [774cf89253c16b05a3643fc67f9e1e407befd257]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/08 16:25:18 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c259ae6f81a833a5f917fb231c653de21df2b1c6]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:25:15 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5950511c7c03eda77efd16cd8a56ac89bff9d2cb]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:25:14 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0107f2f9d346fa83f2aa726b80d9b8cf41870b41]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:25:14 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e24114be87aa10ae9896af8bcc194a55ea3f2cf6]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:25:13 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [10a6e7b564fdaf29865188c5402ec4b68a717d72]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:31 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee610bc925784983e5258da17c2a4193a40ec7b6]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:31 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fc92eb2a1774e48da2c4146b053993b61e0c346]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:30 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c0d5c0c7eb773c31ba27a1848cd42988f63e427]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:30 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [19721efb09015793adf45981fa58e077b99fe6ef]

        INTEGRATION: CWS bff2 (1.4.4); FILE MERGED 2004/07/13 08:38:30 aw 1.4.4.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [95320471efae8ec0d62dd8a6e95c50f791aed01c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:29 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a0528ea3fc69c4f1a7b47def0a0be13769edc5e]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:29 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:25:10 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [af6d9feaab8eae0fccbff78c5fbc09d94a3c1401]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:28 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [417ca0361a3125b498bc314315158f0b0ca5d779]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:27 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a2a23492d2ddb706c00abce25218fc4ba6fb3e4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:27 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:09 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [750a01f765f3a7bb5a618af376f446333f947725]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:26 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb28c505c7de92051b8e6470dc5e74b1b8ee1dd1]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:38:26 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [31a77d9a8080eed5db4f4f93525dc92e7db9dc48]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:25 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dd5eff60c2241821fa18a351e439fc7bd557251]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:24 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2dde17c88659718c53df72be72575fc36aaec90]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:07 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [48a69f9d46c46e4ebc5576d4e6e02a36c24ee742]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:18 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee67979f0ad67df11131d00e763a45b65277bd7e]

        INTEGRATION: CWS bff2 (1.1.1.1.20); FILE MERGED 2004/07/16 09:37:06 aw 1.1.1.1.20.1: #117295# joined stripstr from James Meng

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [529764b4ca20809c2dc4835761cbbad827799319]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:12 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7281a43488ab3079a8e1c1c926ef41d79affd164]

        INTEGRATION: CWS grouping (1.18.6); FILE MERGED 2004/07/19 14:21:29 nn 1.18.6.2: RESYNC: (1.18-1.19); FILE MERGED 2004/07/05 17:24:07 dr 1.18.6.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0eaac63b933276385a8a4df80f767a06b2553a2]

        INTEGRATION: CWS grouping (1.29.6); FILE MERGED 2004/07/05 17:27:02 dr 1.29.6.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2ee1712fb5279201a48f0f6243281b49ce5b46b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:11 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a2b76ddd5f1bc9e1728feea0f2a1365e6c82eab]

        INTEGRATION: CWS grouping (1.26.6); FILE MERGED 2004/07/05 17:27:01 dr 1.26.6.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c3207f11038122b08032ad571dbbfabf15fbb77]

        INTEGRATION: CWS grouping (1.11.40); FILE MERGED 2004/07/05 17:26:34 dr 1.11.40.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [02edfe1002920ef584eaccf6fdac893027ea999f]

        INTEGRATION: CWS grouping (1.5.428); FILE MERGED 2004/07/05 17:24:54 dr 1.5.428.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [63b8214b234229f48e4a6509eee061ddc16bc733]

        INTEGRATION: CWS grouping (1.1.2); FILE ADDED 2004/07/05 17:24:54 dr 1.1.2.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [70a175fe4f15e747ae51a50d3ab32ad23b12fa0a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:25:06 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e54b1f06ff0416800554fbdbcc504dc2ada34d3d]

        INTEGRATION: CWS grouping (1.1.2); FILE ADDED 2004/07/05 17:24:53 dr 1.1.2.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [da686c4e6d556bd271463bf333cd6e2f11ef6c2a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:09 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d7cccc2dc8c3215c07d89437dd4ff752a91063c]

        INTEGRATION: CWS grouping (1.4.40); FILE MERGED 2004/07/05 17:27:49 dr 1.4.40.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [909ff3a41ad0b687ae3df6dd9c103a2e57893dba]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:09 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:06 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1e94630a4a87d2814937669f33d9b03b046ea4f]

        INTEGRATION: CWS grouping (1.1.2); FILE ADDED 2004/07/19 15:19:04 nn 1.1.2.3: resource changes 2004/07/06 18:37:42 dr 1.1.2.2: #i25110# string review 2004/07/05 17:27:49 dr 1.1.2.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4f72508f3d0d0ab53ca7d59fa1a0d3af8aa19ab]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:08 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a48007b44298e39c416646c07fde1aea9bd18c8b]

        INTEGRATION: CWS grouping (1.1.2); FILE ADDED 2004/07/05 17:27:48 dr 1.1.2.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [101417994775090e205198f7268bda870df10233]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:08 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:25:06 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [79bc7509526d3c156cc6959afeebcc9622b20e9b]

        INTEGRATION: CWS grouping (1.2.122); FILE MERGED 2004/07/05 17:26:11 dr 1.2.122.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f37e8fba98ff932ff473a9bbf1dac5717d72e08]

        INTEGRATION: CWS grouping (1.1.2); FILE ADDED 2004/07/05 17:26:10 dr 1.1.2.1: #i25110# DataPilot grouping dialogs

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dd31efd6af5194d071dab59cc3c5863a4c952cd]

        INTEGRATION: CWS grouping (1.53.6); FILE MERGED 2004/07/16 10:25:35 nn 1.53.6.1: #i25110# renaming of groups and group fields

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d77f49a01c18f920622bfee75c351c4f4c5406f3]

        INTEGRATION: CWS grouping (1.72.6); FILE MERGED 2004/07/27 11:25:16 nn 1.72.6.2: RESYNC: (1.72-1.73); FILE MERGED 2004/07/19 13:02:34 sab 1.72.6.1: #i25110#; add grouping

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddc81c25a1698462b4f5252bf787981067d05dee]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:38:05 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2981017d1d016b7bb100ab70a15c67c35b1e0fc7]

        INTEGRATION: CWS grouping (1.95.6); FILE MERGED 2004/07/27 11:25:06 nn 1.95.6.3: RESYNC: (1.96-1.97); FILE MERGED 2004/07/19 14:02:13 nn 1.95.6.2: RESYNC: (1.95-1.96); FILE MERGED 2004/07/19 13:02:33 sab 1.95.6.1: #i25110#; add grouping

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [803ccc8d098d7a5c4cb289efdf4ae037b5048b92]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:38:05 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd76c91a5e9943115ea92f02474de2dfd8519e6d]

        INTEGRATION: CWS grouping (1.5.398); FILE MERGED 2004/07/19 13:02:32 sab 1.5.398.1: #i25110#; add grouping

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b84b571adf0f9d849b314540e122e52ea371018c]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:38:04 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7af19dcb6088dd90af8f15a8238c3e051503b40]

        INTEGRATION: CWS grouping (1.13.6); FILE MERGED 2004/07/19 13:02:32 sab 1.13.6.1: #i25110#; add grouping

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [248ef9dc7760a95538884054575504540a0cb819]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:04 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dba17f1417a976a2f40763e70254ec60318238e1]

        INTEGRATION: CWS grouping (1.2.6); FILE MERGED 2004/07/01 13:24:40 dr 1.2.6.8: #i25110# export of DP grouping 2004/06/30 13:57:23 dr 1.2.6.7: #i25110# export standard grouping 2004/06/28 08:14:26 dr 1.2.6.6: #i25110# more unsupported records 2004/06/25 19:15:14 dr 1.2.6.5: #i25110# import of visible grouping names, ignore calc'ed fields 2004/06/25 14:33:14 dr 1.2.6.4: #i25110# import of date grouping 2004/06/25 10:37:29 dr 1.2.6.3: #i25110# import of numeric grouping 2004/06/24 12:37:02 dr 1.2.6.2: #i25110# import of text grouping 2004/06/23 16:11:30 dr 1.2.6.1: #i25110# grouping preparations

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1bbb28dcfdcd4380c33d3058c60a0ac3e799dc7]

        INTEGRATION: CWS grouping (1.2.6); FILE MERGED 2004/07/01 13:24:39 dr 1.2.6.8: #i25110# export of DP grouping 2004/06/30 13:57:23 dr 1.2.6.7: #i25110# export standard grouping 2004/06/25 19:15:12 dr 1.2.6.6: #i25110# import of visible grouping names, ignore calc'ed fields 2004/06/25 15:35:44 dr 1.2.6.5: #i25110# import of date grouping last changes 2004/06/25 14:33:13 dr 1.2.6.4: #i25110# import of date grouping 2004/06/25 10:37:29 dr 1.2.6.3: #i25110# import of numeric grouping 2004/06/24 12:37:01 dr 1.2.6.2: #i25110# import of text grouping 2004/06/23 16:11:29 dr 1.2.6.1: #i25110# grouping preparations

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [30dfaff50a24c2f57ffec8588bd79b4dce623fe9]

        INTEGRATION: CWS grouping (1.2.6); FILE MERGED 2004/07/01 13:24:39 dr 1.2.6.5: #i25110# export of DP grouping 2004/06/30 13:57:22 dr 1.2.6.4: #i25110# export standard grouping 2004/06/25 10:37:28 dr 1.2.6.3: #i25110# import of numeric grouping 2004/06/24 12:37:01 dr 1.2.6.2: #i25110# import of text grouping 2004/06/23 16:11:29 dr 1.2.6.1: #i25110# grouping preparations

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [423f13419603ea213232f511f79897af0f402b47]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:03 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [54fbc83e1fe48dc0cdf741c66c8a21ff52c327d8]

        INTEGRATION: CWS grouping (1.2.6); FILE MERGED 2004/07/01 13:24:27 dr 1.2.6.7: #i25110# export of DP grouping 2004/06/30 13:57:07 dr 1.2.6.6: #i25110# export standard grouping 2004/06/25 19:14:57 dr 1.2.6.5: #i25110# import of visible grouping names, ignore calc'ed fields 2004/06/25 14:32:57 dr 1.2.6.4: #i25110# import of date grouping 2004/06/25 10:36:22 dr 1.2.6.3: #i25110# import of numeric grouping 2004/06/24 12:36:04 dr 1.2.6.2: #i25110# import of text grouping 2004/06/23 16:11:54 dr 1.2.6.1: #i25110# grouping preparations

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a9211fc0c9438ba3fbf9d78742868a271cad617]

        INTEGRATION: CWS grouping (1.2.6); FILE MERGED 2004/07/05 17:22:48 dr 1.2.6.11: #i25110# handle 'days only' with step count 1 correctly 2004/07/05 14:29:31 dr 1.2.6.10: #i25110# handle postponed fields correctly 2004/07/01 13:24:26 dr 1.2.6.9: #i25110# export of DP grouping 2004/06/30 13:57:07 dr 1.2.6.8: #i25110# export standard grouping 2004/06/28 08:14:40 dr 1.2.6.7: #i25110# more unsupported records 2004/06/25 19:14:57 dr 1.2.6.6: #i25110# import of visible grouping names, ignore calc'ed fields 2004/06/25 15:35:33 dr 1.2.6.5: #i25110# import of date grouping last changes 2004/06/25 14:32:56 dr 1.2.6.4: #i25110# import of date grouping 2004/06/25 10:36:22 dr 1.2.6.3: #i25110# import of numeric grouping 2004/06/24 12:36:04 dr 1.2.6.2: #i25110# import of text grouping 2004/06/23 16:11:53 dr 1.2.6.1: #i25110# grouping preparations

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0476e286b19194ba51980c5a270829946ab5fc6]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:02 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [990d6b4f9938df5d0940390831b019c44c1055d9]

        INTEGRATION: CWS grouping (1.14.6); FILE MERGED 2004/06/25 10:36:21 dr 1.14.6.2: #i25110# import of numeric grouping 2004/06/23 16:11:53 dr 1.14.6.1: #i25110# grouping preparations

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [28d92054166832832822027cec0d51099254b90c]

        INTEGRATION: CWS grouping (1.64.6); FILE MERGED 2004/06/30 13:57:06 dr 1.64.6.7: #i25110# export standard grouping 2004/06/28 08:14:42 dr 1.64.6.6: #i25110# more unsupported records 2004/06/25 19:14:55 dr 1.64.6.5: #i25110# import of visible grouping names, ignore calc'ed fields 2004/06/25 15:35:33 dr 1.64.6.4: #i25110# import of date grouping last changes 2004/06/25 14:32:55 dr 1.64.6.3: #i25110# import of date grouping 2004/06/25 10:36:20 dr 1.64.6.2: #i25110# import of numeric grouping 2004/06/23 16:11:52 dr 1.64.6.1: #i25110# grouping preparations

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [627c8c62ad1ffaf187185a60e8852f2231c14462]

        INTEGRATION: CWS grouping (1.9.70); FILE MERGED 2004/06/10 16:15:25 nn 1.9.70.3: RESYNC: (1.9-1.10); FILE MERGED 2004/04/26 15:55:52 nn 1.9.70.2: #i25110# functions to manipulate groups 2004/04/08 19:02:54 nn 1.9.70.1: #i25110# grouping of elements

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1efff765db18383f9734923efb150272b62fcc41]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:38:01 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4634d16c1ecbcea55dac1ce5ddc35f1b33ddfb6]

        INTEGRATION: CWS grouping (1.7.296); FILE MERGED 2004/06/10 16:14:22 nn 1.7.296.5: RESYNC: (1.8-1.9); FILE MERGED 2004/05/14 17:58:55 nn 1.7.296.4: #i25110# better handling of value groups 2004/04/19 09:40:46 nn 1.7.296.3: #i25110# Page field selections restrict the members shown if grouped 2004/04/16 10:42:28 nn 1.7.296.2: RESYNC: (1.7-1.8); FILE MERGED 2004/04/08 19:02:54 nn 1.7.296.1: #i25110# grouping of elements

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6be934e090ccbb8b43b22e3c6805f5231891e875]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:01 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7831bd6e77f0e0211397d1cb28443f487247154]

        INTEGRATION: CWS grouping (1.4.416); FILE MERGED 2004/06/16 18:52:44 nn 1.4.416.7: #i25110# date part grouping, continued 2004/06/10 16:14:10 nn 1.4.416.6: RESYNC: (1.4-1.5); FILE MERGED 2004/05/14 17:58:55 nn 1.4.416.5: #i25110# better handling of value groups 2004/05/07 16:48:11 nn 1.4.416.4: #i25110# grouping of values 2004/04/30 13:30:36 nn 1.4.416.3: #i25110# get ScDPItemData from member 2004/04/15 17:56:12 nn 1.4.416.2: #i25110# handle several grouped dimensions from the same base 2004/04/08 19:02:53 nn 1.4.416.1: #i25110# grouping of elements

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e33befb429f1d00ce2838d21bb98d9085dc808b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:38:00 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [74b06eb01afc521366302a9780a44115f6963c0c]

        INTEGRATION: CWS grouping (1.5.422); FILE MERGED 2004/06/16 18:52:44 nn 1.5.422.6: #i25110# date part grouping, continued 2004/06/10 16:13:59 nn 1.5.422.5: RESYNC: (1.6-1.7); FILE MERGED 2004/05/14 17:58:55 nn 1.5.422.4: #i25110# better handling of value groups 2004/04/16 10:42:21 nn 1.5.422.3: RESYNC: (1.5-1.6); FILE MERGED 2004/04/15 17:56:12 nn 1.5.422.2: #i25110# handle several grouped dimensions from the same base 2004/04/08 19:02:52 nn 1.5.422.1: #i25110# grouping of elements

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4864d1b6f777038bfe46c8802030a83ce38b689]

        INTEGRATION: CWS grouping (1.10.6); FILE MERGED 2004/06/17 16:31:57 nn 1.10.6.4: #i25110# remove group dimension if all visible groups were removed; grouping with database data 2004/06/10 16:12:59 nn 1.10.6.3: RESYNC: (1.10-1.12); FILE MERGED 2004/06/01 10:39:49 nn 1.10.6.2: #i25110# numerical grouping of date values 2004/04/26 15:55:51 nn 1.10.6.1: #i25110# functions to manipulate groups

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [65be63bc78c5310b40ce7dcba922d5d4e30c7ea8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:59 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f8c593416cd68860a2bb8eac1881972a0675065]

        INTEGRATION: CWS grouping (1.1.2); FILE ADDED 2004/06/17 17:22:03 nn 1.1.2.13: #i25110# two-digit numbers for hours/minutes/seconds 2004/06/16 18:52:44 nn 1.1.2.12: #i25110# date part grouping, continued 2004/06/09 18:54:52 nn 1.1.2.11: #i25110# date part grouping 2004/06/01 10:39:49 nn 1.1.2.10: #i25110# numerical grouping of date values 2004/05/19 16:56:45 nn 1.1.2.9: #i25110# also look for non-integer GroupInfo parameter values 2004/05/17 16:06:58 nn 1.1.2.8: #i25110# handling of group range end, textual entries 2004/05/14 17:58:54 nn 1.1.2.7: #i25110# better handling of value groups 2004/05/07 16:48:10 nn 1.1.2.6: #i25110# grouping of values 2004/04/30 13:29:39 nn 1.1.2.5: #i25110# GetColumnCount excludes data layout 2004/04/26 15:55:51 nn 1.1.2.4: #i25110# functions to manipulate groups 2004/04/16 13:38:20 nn 1.1.2.3: #i25110# add page fields 2004/04/15 17:56:11 nn 1.1.2.2: #i25110# handle several grouped dimensions from the same base 2004/04/08 19:02:47 nn 1.1.2.1: #i25110# grouping of elements

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d978965b3a9131d7bc80bdd6a8778feabc2d4876]

        INTEGRATION: CWS grouping (1.1.2); FILE ADDED 2004/06/30 13:56:18 dr 1.1.2.10: #i25110# + ScDPDimensionSaveData::HasGroupDimensions() 2004/06/29 15:03:18 dr 1.1.2.9: #i25110# const functions 2004/06/21 12:55:43 nn 1.1.2.8: missing include 2004/06/17 16:31:22 nn 1.1.2.7: #i25110# remove group dimension if all visible groups were removed 2004/06/16 18:52:43 nn 1.1.2.6: #i25110# date part grouping, continued 2004/06/09 18:54:52 nn 1.1.2.5: #i25110# date part grouping 2004/06/01 10:39:49 nn 1.1.2.4: #i25110# numerical grouping of date values 2004/05/07 16:48:11 nn 1.1.2.3: #i25110# grouping of values 2004/04/29 15:27:10 nn 1.1.2.2: #i25110# renaming of group dimensions and groups 2004/04/26 15:55:50 nn 1.1.2.1: #i25110# functions to manipulate groups

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [be151d11c2a613bd75448e32a7fb835283010c3e]

        INTEGRATION: CWS grouping (1.2.432); FILE MERGED 2004/06/10 13:02:53 nn 1.2.432.4: RESYNC: (1.3-1.4); FILE MERGED 2004/04/19 09:40:21 nn 1.2.432.3: #i25110# Page field selections restrict the members shown if grouped 2004/04/16 10:37:03 nn 1.2.432.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/08 19:01:55 nn 1.2.432.1: #i25110# grouping of elements

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [89d54c87f98f759e2bac795bc5c6cfbf3b956ed3]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:58 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [87e26e97d791488c01a4fc5e232338d9f1d0d74d]

        INTEGRATION: CWS grouping (1.2.432); FILE MERGED 2004/06/16 18:51:17 nn 1.2.432.6: #i25110# date part grouping, continued 2004/06/10 13:02:43 nn 1.2.432.5: RESYNC: (1.2-1.3); FILE MERGED 2004/05/14 17:58:32 nn 1.2.432.4: #i25110# better handling of value groups 2004/04/30 13:30:26 nn 1.2.432.3: #i25110# get ScDPItemData from member 2004/04/15 17:55:51 nn 1.2.432.2: #i25110# handle several grouped dimensions from the same base 2004/04/08 19:01:54 nn 1.2.432.1: #i25110# grouping of elements

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [737b66140676f2516abe859dec4590fdff9d1eb3]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:57 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7583c456bf39ef0899fc6fbab39d87b47faa55ef]

        INTEGRATION: CWS grouping (1.1.1.1.440); FILE MERGED 2004/06/16 18:51:16 nn 1.1.1.1.440.6: #i25110# date part grouping, continued 2004/06/10 13:02:33 nn 1.1.1.1.440.5: RESYNC: (1.2-1.3); FILE MERGED 2004/05/14 17:58:32 nn 1.1.1.1.440.4: #i25110# better handling of value groups 2004/04/16 10:36:56 nn 1.1.1.1.440.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/15 17:55:51 nn 1.1.1.1.440.2: #i25110# handle several grouped dimensions from the same base 2004/04/08 19:01:54 nn 1.1.1.1.440.1: #i25110# grouping of elements

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a5fb2ea5036606fe8ace4dfc3da23aad7103198]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:57 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee0ec0bac4b38f345af1ad9594ddbf52a9689547]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:56 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [37aea4c467077a027c16a664cd6c1811085ddc21]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:56 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [48da4d3d119eda3e070c48607cf1c7f7996d036b]

        INTEGRATION: CWS grouping (1.3.6); FILE MERGED 2004/06/17 16:30:55 nn 1.3.6.3: #i25110# remove group dimension if all visible groups were removed 2004/06/10 13:01:47 nn 1.3.6.2: RESYNC: (1.3-1.5); FILE MERGED 2004/04/26 15:54:03 nn 1.3.6.1: #i25110# functions to manipulate groups

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [08ad2da8bf973d2af963703e8809de12173d24ed]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:55 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c79afc781b8f652f08e12022fbc057d8c0e84f8d]

        INTEGRATION: CWS grouping (1.1.2); FILE ADDED 2004/06/16 18:51:16 nn 1.1.2.8: #i25110# date part grouping, continued 2004/06/09 18:54:24 nn 1.1.2.7: #i25110# date part grouping 2004/06/01 10:39:26 nn 1.1.2.6: #i25110# numerical grouping of date values 2004/05/14 17:58:32 nn 1.1.2.5: #i25110# better handling of value groups 2004/05/07 16:47:50 nn 1.1.2.4: #i25110# grouping of values 2004/04/26 15:54:03 nn 1.1.2.3: #i25110# functions to manipulate groups 2004/04/15 17:55:50 nn 1.1.2.2: #i25110# handle several grouped dimensions from the same base 2004/04/08 19:01:53 nn 1.1.2.1: #i25110# grouping of elements

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cec2bcecc62ad3ec70a2cc789a51c553fe336fd]

        INTEGRATION: CWS grouping (1.1.2); FILE ADDED 2004/06/30 13:56:06 dr 1.1.2.9: #i25110# + ScDPDimensionSaveData::HasGroupDimensions() 2004/06/29 15:03:07 dr 1.1.2.8: #i25110# const functions 2004/06/17 16:30:55 nn 1.1.2.7: #i25110# remove group dimension if all visible groups were removed 2004/06/16 18:51:16 nn 1.1.2.6: #i25110# date part grouping, continued 2004/06/09 18:54:24 nn 1.1.2.5: #i25110# date part grouping 2004/06/01 10:39:25 nn 1.1.2.4: #i25110# numerical grouping of date values 2004/05/07 16:47:50 nn 1.1.2.3: #i25110# grouping of values 2004/04/29 15:26:32 nn 1.1.2.2: #i25110# renaming of group dimensions and groups 2004/04/26 15:54:03 nn 1.1.2.1: #i25110# functions to manipulate groups

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c55342a3a6761bda9e2668a56b1a47aa7a69eb1]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:55 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d2c85f65531ef14c7cc4bdd8ac1fa6eebf4e148]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:54 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7493b5b44415d44b48ddecf0c4b01d6283f8c8f9]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:54 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [74ec86391dd833a03753d36c2d9330e43c4be8a0]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:54 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d711c081d3e3dee7c153dd3afa8517944d141ba2]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:53 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [843a34877f15f16c37a5d1ed5b73545570de6711]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:53 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [31d00e0b4f50ee69e5a4d5d2ab934c1280b8bca1]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:53 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [009c7b2efd690603c3f640782b09ea607f6d560c]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:52 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [57fe8dd7a08ffe80e99bbf6cd5ac238d89e7d9cd]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:51 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f86ce5fa65b44dbb05ca4c526b03abe33755a9be]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:50 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a21aa90c4528d247edbeafd9e3a9c0325251498]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:25:05 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fa0d97a422f59160163eaa87434c78b9ad10fa1]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:50 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [60e885ba2b92742fdb6857265dc52280d80f88ee]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:49 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [37758ed10b5c20e02a62e7c1e20d215b1151443a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:49 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [29d6b35736935acee9aed359e3c3a99978647879]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:48 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [70de6ef79e1262228834589a083ba49c4f84afa3]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:47 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [64320a3dd764596249c5d6bc3cf0c72ddce01b23]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:47 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e81d0cd649deab8a58d25b0c7f43b0396e32845]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:46 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a18bb106f684d550b5735b006d125e287b51a24]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:46 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [18888a990135ca7c4b0ee93b0998bae538d71868]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:46 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [47cd20304cf9cdac3bac2be896f31b58e92a5a35]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:45 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c1604299e077c5a5a103f871667ef457ce3280e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:45 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6e4293db781db4a30a5bfb6415f9a68b1412f68]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:44 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3417108026d6180d1ff9b9dfe9518134ff5e4c58]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:43 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [64b30f55479d1a5e356ad31b07d1fe851d7c367d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:43 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff3466270b7d69e8f12989b40192ead4fa8e6052]

        INTEGRATION: CWS bff2 (1.3.14); FILE MERGED 2004/07/13 08:37:42 aw 1.3.14.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [abf69ec45939aa34319dbe03c0c0bcc32fd4d610]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:42 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [940a0999ec16692dc4ce5d36fb85820d7f9042ac]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:42 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb65aa77285973e228b4455d663695c6f7d6dee6]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:41 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [93fb7da94fafa36bb10dc061d108183cc15f8bd4]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:41 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:25:03 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0ac649883e0ef8792c1f6d895ff636a83c0d01a]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:41 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cc611356d9d076f9f09fffac523839ce4204e35]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:40 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:25:02 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ecc284484fd49e9f86cdf6fdf8ff0a13542342f]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:39 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e83d571aa91fc97df8ab6c786b06152f5a48d04d]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:38 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bfe97d07d10af3b28b5e192c2d2104c86e1e98e]

        INTEGRATION: CWS bff2 (1.6.20); FILE MERGED 2004/07/13 08:37:38 aw 1.6.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6600a9ebe5403b3f497a0a2b7cfa013125b81354]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:38 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e36fec8d355c56ffd0af1bb7f91650bf9911569]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:37 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [84442b4635d562e6d150fa9b8057f73f22693e70]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:37 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:25:01 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a27a0e1bdffa9e2df712661013b6ab2b49462cf1]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:36 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8e0fe4afad827731721983cbee8031d57e5e638]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:35 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3136e1a5994bf984925d8067f558cbface5eff2]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:35 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dba47411247b0f4f310db79feb59bd0e8e669559]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:34 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a78bd313f3e328a74aa2212ae11285605675d4fb]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:25:00 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6d94de7cbf82197a5cd3f816b1c3d1969956f84]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:34 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [82510ea0ac8642cb502dc54695386ddd85994751]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:33 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [81cad777a1ec7c9c2e9245126bfca78804a08066]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:32 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcc8c4a615993c95405b5adb4ffd688e21d512f2]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:32 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ccfd529acf0f6e41b2edf2115ef6c6472d21f8c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:32 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b2808b8affc791cc1653f89e49d1382c2b232c8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:31 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:24:59 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1809fcc3b06882ce1884fcb5f49a51d6878bf099]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:31 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [252dc65c965f6f2a86489f6eb8e9015e456f7e9b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:30 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbf44166896986cffaee3ad3e96a5b9b6888987b]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:29 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f8c62ab051aa9bdd4a7a67d14a8115e3e5cec16]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:29 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0744e5bdc3099f34691aa17597d35f6e99294b7]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:28 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9c3176050142950053b0b74c84314e0388570b5]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:28 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [955ccf57e35c926de5ca0eb5252100ff121b324b]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:27 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:24:58 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f37842a1567b315edfc72f052ead35172e597976]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:27 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2187f3dcf17a8a295dfca64077ef06881962d872]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:26 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3aebea40e6d1510a1c990b744ee09ed6a08a710]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:26 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f11b2b15586d24fecc74c7cf0eb598a9746f6d61]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:25 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b39e964b13068d837c3c78c19118c7ec9f899cc]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:23 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [159ce28df54fed31f41475f35d625d9e769006dc]

        INTEGRATION: CWS bff2 (1.6.20); FILE MERGED 2004/07/13 08:37:23 aw 1.6.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f1de01cce0246f8d0ac997a7f8e4b5a2a76ade3]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:22 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Daniel Rentz  <dr@openoffice.org>  [98e0c1771ec482ca051cc38f309846eba4b8a389]

        #i10000# merge conflict

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b931acf1af6c09013c06aafaeacccb1dd907de62]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:37:21 aw 1.5.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8d4d5e58a16655d4bd26deeb6fd079fe96180a2]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:20 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a4b8cde85e5a6b763ef57b32471aa13db51cea8]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:20 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [01854b0097a68f2bdae34132fc35f7c94f32ff69]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:20 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:24:58 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [58fa15fafabfe6044b92fbfe898669ca38c97dbb]

        INTEGRATION: CWS bff2 (1.6.20); FILE MERGED 2004/07/13 08:37:19 aw 1.6.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [46392d2beff81c9c526f52979144ccab38120a53]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:19 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [79e6f84b2e3151249e2edf00e9bcaf2166539f4f]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:19 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b9f01944ca89c149c99a97457ebfc8efd34e0ea]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:18 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [88a18563ccd2159992878f6307f44552b847da94]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:17 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1faf6d3cb2619fca53289700a40feaa1c962d191]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:16 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [835a4d9c9482ece4ef8c74a48ab78443865a6e5b]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:15 aw 1.4.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7bb79619bbcde2058b5e945df254fe7b91d4baf]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:15 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b90913834721cdab8a03cccb587db48f3477539]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:14 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b3ade4c7502848e7573c02fa1eefb37c9d49239]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:14 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:57 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [211b471bbaf24cc6b9383184ff0e15172eff719e]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/13 08:37:13 aw 1.5.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [79a042ff594097bd32810f6ae8e0d5bb4eb2fd2a]

        INTEGRATION: CWS bff2 (1.5.20); FILE MERGED 2004/07/08 16:24:54 aw 1.5.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d7b8ee1b8ceff2e3f35e3920cc7a9f184dde253]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:10 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6745b1a4578af9a18ab31e58b6ee488e7adbb76]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:09 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [82ac5f90311612038ce46c54b19d48671800d614]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:24:50 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d8e5618616246e7c17e47ee9e5c21fc83beded3]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:24:49 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [27642ba3c8de3b487592a5ad2886db5972616660]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:08 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:48 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb908eb1df1ec58d757bfea431318cd4ffac73fd]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:07 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:48 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [96b3c74e0fbc4374815976cd8e55ee338a4e314e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:07 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:47 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a265ed4912901d6790765d8ca1d43204fc98cff2]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:07 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:24:47 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e49417bb3ac0cfa55d72f6f42880c99e57a50d9]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:06 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:47 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [06d7edd329bb1c0b8d3482cf5465054927f853e1]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:06 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:46 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5256617c0d710d6762f08554cb6b4b2825fdb3bd]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:06 aw 1.3.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c4ea1232747c6557a54de40b115d815d32a0f4c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:05 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:45 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ee5b7c78190e1cb60d4606fc6f66adacab172ef]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:05 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:24:45 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3357e9740d1344fb330a63875426e01513ae2480]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:04 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dec1c9126caf5af760a8090c3ecd18513543b8a]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:04 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:44 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2372a8aa8bade23b9595fff7bcadd2969534603f]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:04 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:24:44 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e84f9c7c961fcc5d7fdc8beefbd82a7b8d7efcc]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:03 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:24:44 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0953b0504e85aa0a6e7e0a5eb3c1f7df664dd3a9]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:03 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:43 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d0eb9c7b0a2748a31562ec48cf8e62b7e4ebb6b]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:03 aw 1.2.20.1: #117295# minimize_includes step2

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c36f3085bd90c451b1800d92eb21801624a71ba]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:02 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:43 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5be699683abd54e11afc594dc7fbf82a5e258f5d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:02 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:42 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf9612091ab63f6558c72ef14ad5fa08882732eb]

        INTEGRATION: CWS bff2 (1.4.20); FILE MERGED 2004/07/13 08:37:02 aw 1.4.20.2: #117295# minimize_includes step2 2004/07/08 16:24:42 aw 1.4.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f985d35508971e44a8338a160de0715771a05991]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:02 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:41 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [411c98162b02b2db841cfe080055b8d685284bcb]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:01 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:24:41 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a858d2b622260fbf3ed299262eacdc74ccdaaa5e]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:01 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:41 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf68d285ec61be363fa2ac44d711fa72ee3a8f34]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:01 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:40 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d34d0da14c29f48d97c47e7f4b015ab73fc7aebb]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/13 08:37:01 aw 1.3.20.2: #117295# minimize_includes step2 2004/07/08 16:24:40 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [db17e0d0e8236c192433eb56d5eca778a07fb66c]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/13 08:37:00 aw 1.2.20.2: #117295# minimize_includes step2 2004/07/08 16:24:39 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd96a7ad0e21fa2db0b13795cc99720d01af2b77]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:24:38 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a89ebe3493944950e6d7753f529e17e8b7313a2]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:24:37 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7510d2312420def0f239fbaf98614f3e898621f4]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:24:36 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [16faa87b640cb1ed1a8964e93ee2da1bd99e037d]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:24:35 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe60806dc58bf113ec83eaa7a40707d094ec8203]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:24:34 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7116534a0524a66eeeb3a3ccf5fa7f81867f8672]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:24:33 aw 1.2.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f1d7c491413238e2a27931d0a889131290f9c83]

        INTEGRATION: CWS bff2 (1.3.20); FILE MERGED 2004/07/08 16:24:32 aw 1.3.20.1: #117295#

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8235849d76a31dbdc82a98845029f17eb0503321]

        INTEGRATION: CWS bff2 (1.2.20); FILE MERGED 2004/07/08 16:24:32 aw 1.2.20.1: #117295#

2004-08-03  Michael Mi  <mmi@openoffice.org>  [c93ddcfc5c0046d2f787cb26d70732cd4b5b2dd2]

        Issue number: Submitted by:  Andrew Fan Reviewed by:

2004-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1107768b17b4f5f58fdac42b774a70693ee983ec]

        INTEGRATION: CWS insight01 (1.27.12); FILE MERGED 2004/07/21 08:01:50 oj 1.27.12.3: RESYNC: (1.31-1.32); FILE MERGED 2004/05/28 16:20:24 oj 1.27.12.2: RESYNC: (1.27-1.31); FILE MERGED 2004/03/05 07:34:59 oj 1.27.12.1: #i24595# changes for the db registeration dialog

2004-08-03  Rüdiger Timm  <rt@openoffice.org>  [bbd9e274ebb1e6a870c9051ae76447e6235095d5]

        #i10000# Bugfix by IS

2004-08-03  Rüdiger Timm  <rt@openoffice.org>  [935209bb7f59d603bca97ad3c01b7729fef8a4f3]

        #i10000# Add solarenvpath to include path

2004-08-03  Oliver Düsterhoff  <od@openoffice.org>  [a36111f17c4eb2e5b2222ef86b55cfad7732f3bd]

        #i28701# integration of cws swobjpos04 into master

2004-08-03  Oliver Düsterhoff  <od@openoffice.org>  [dcb411604705394d999aeb68204b757809b1dcca]

        #i28701# integration of cws swobjpos04 into master

2004-08-03  Oliver Düsterhoff  <od@openoffice.org>  [5b36bf838cbdaac15849d1f6ebf8460971158a6e]

        #i28701# integration of cws swobjpos04 into master

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8338873142b95c356fc6a18f5042660be9bf79d5]

        INTEGRATION: CWS insight01 (1.5.66); FILE MERGED 2004/07/27 12:42:10 oj 1.5.66.4: oob in odb 2004/07/27 08:49:17 oj 1.5.66.3: file extension changed 2004/07/14 10:40:25 sw 1.5.66.2: #i29289# 2004/06/16 07:18:13 cn 1.5.66.1: #i29289# changes for storing dababase structure in sxb files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d211539330fdc61458a7831284ff56f46d721e4]

        INTEGRATION: CWS insight01 (1.5.54); FILE MERGED 2004/07/27 12:42:10 oj 1.5.54.4: oob in odb 2004/07/27 08:49:17 oj 1.5.54.3: file extension changed 2004/07/14 10:40:25 sw 1.5.54.2: #i29289# 2004/06/16 07:18:13 cn 1.5.54.1: #i29289# changes for storing dababase structure in sxb files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [50fc71c60534ebb17cd19429cc7d937870f5392e]

        INTEGRATION: CWS insight01 (1.4.66); FILE MERGED 2004/07/14 10:40:25 sw 1.4.66.1: #i29289#

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd907b18b9068db4222b003b05fc25ae64faa143]

        INTEGRATION: CWS dr14 (1.19.242); FILE MERGED 2004/07/12 20:35:17 dr 1.19.242.5: RESYNC: (1.20-1.21); FILE MERGED 2004/04/21 15:06:59 dr 1.19.242.4: #100000# merge 2004/04/21 13:01:38 dr 1.19.242.3: RESYNC: (1.19-1.20); FILE MERGED 2004/03/12 13:20:38 dr 1.19.242.2: #114652# correct background color for flat valuesets 2003/12/19 11:37:38 dr 1.19.242.1: #i22640# draw ImageSet images disabled

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4189165e0fb00183023b4d865cb0d4ea6e68ab3]

        INTEGRATION: CWS insight01 (1.3.66); FILE MERGED 2004/07/27 12:42:10 oj 1.3.66.3: oob in odb 2004/07/27 08:49:17 oj 1.3.66.2: file extension changed 2004/06/16 07:18:13 cn 1.3.66.1: #i29289# changes for storing dababase structure in sxb files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7287221c7cdbf30650f8d8cefe2a49b0c5f10720]

        INTEGRATION: CWS dr14 (1.13.12); FILE MERGED 2004/03/11 09:54:00 dr 1.13.12.1: #115902# paints wrong if loading mirrored sheets into backing window

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b26bb8c98955f58f53e138d83f4d870567f1d5d]

        INTEGRATION: CWS dr14 (1.37.20); FILE MERGED 2004/07/13 15:14:41 dr 1.37.20.1: #i31404# hide vertical scrollbar if not needed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cae2c30dbd560747fde79f0fb7b67d3adb74f03a]

        INTEGRATION: CWS insight01 (1.5.66); FILE MERGED 2004/07/27 12:42:09 oj 1.5.66.4: oob in odb 2004/07/27 08:49:16 oj 1.5.66.3: file extension changed 2004/07/14 10:40:25 sw 1.5.66.2: #i29289# 2004/06/16 07:18:14 cn 1.5.66.1: #i29289# changes for storing dababase structure in sxb files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [adf564703950c9a072c93edd2040af28b9edbccf]

        INTEGRATION: CWS insight01 (1.5.66); FILE MERGED 2004/07/27 12:42:09 oj 1.5.66.6: oob in odb 2004/07/27 08:48:39 oj 1.5.66.5: file extension changed 2004/07/20 10:43:37 sw 1.5.66.4: #i29289# 2004/07/14 10:40:24 sw 1.5.66.3: #i29289# 2004/07/13 09:36:23 sw 1.5.66.2: #i29289# 2004/06/16 07:18:12 cn 1.5.66.1: #i29289# changes for storing dababase structure in sxb files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cccd28c8cd3ee14299d97631a35c2bf08373cf45]

        INTEGRATION: CWS insight01 (1.2.58); FILE MERGED 2004/07/27 12:42:34 oj 1.2.58.3: oob in odb 2004/07/27 08:49:49 oj 1.2.58.2: file extension changed 2004/07/14 10:45:10 sw 1.2.58.1: #i29289#

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4071fadea3104153a4af1a510840ae003c097972]

        INTEGRATION: CWS dr14 (1.8.392); FILE MERGED 2004/06/10 23:41:32 dr 1.8.392.3: RESYNC: (1.9-1.10); FILE MERGED 2004/06/04 22:04:33 dr 1.8.392.2: RESYNC: (1.8-1.9); FILE MERGED 2004/04/21 06:13:21 sab 1.8.392.1: #i23675#: add support of diagonal borders and shrink to fit

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [50ab615f2829d029591bd77e718eec143988065c]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 11:16:16 oj 1.1.2.1: #111075# new helper class for property states

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ae98c1468036ece618d3e0a89f17a91fd656349]

        INTEGRATION: CWS insight01 (1.3.78); FILE MERGED 2004/07/23 12:25:28 oj 1.3.78.2: RESYNC: (1.3-1.4); FILE MERGED 2003/12/19 13:08:01 oj 1.3.78.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0708a6ff8eea94eaf4d4c78bdad8ef64029441c8]

        INTEGRATION: CWS insight01 (1.8.134); FILE MERGED 2004/05/28 10:04:19 oj 1.8.134.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/17 11:23:00 oj 1.8.134.1: #111075# new helper class for property states

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe9dfe9725314d19a36228dac9279b56a42bbf5a]

        INTEGRATION: CWS insight01 (1.3.138); FILE MERGED 2004/05/28 10:01:23 oj 1.3.138.2: RESYNC: (1.3-1.4); FILE MERGED 2003/12/17 11:23:53 oj 1.3.138.1: #111075# new helper to iterate through a sequence

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ffab11bf748d69a485085b282723f07c4037b49]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 11:15:49 oj 1.1.2.1: #111075# new helper class for property states

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fa98489c3964cfc7f93cbc4dd4f12de2ee8b2e0]

        INTEGRATION: CWS insight01 (1.4.94); FILE MERGED 2004/05/04 11:50:31 oj 1.4.94.1: #111075# if available returns zero, assume that available isn't supported by the inputstream

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cbbc92e877e07583590675feb999480ed72e61f]

        INTEGRATION: CWS insight01 (1.4.2); FILE MERGED 2004/07/06 08:21:32 oj 1.4.2.2: RESYNC: (1.4-1.6); FILE MERGED 2004/06/04 10:11:27 oj 1.4.2.1: remove dbi

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa94004a870e6ed8af9855a09605a32690aa0b48]

        INTEGRATION: CWS insight01 (1.5.2); FILE MERGED 2004/07/23 12:30:50 oj 1.5.2.6: RESYNC: (1.22-1.25); FILE MERGED 2004/07/06 08:20:49 oj 1.5.2.5: RESYNC: (1.14-1.22); FILE MERGED 2004/06/02 11:29:19 oj 1.5.2.4: RESYNC: (1.13-1.14); FILE MERGED 2004/05/28 13:31:01 oj 1.5.2.3: RESYNC: (1.5-1.13); FILE MERGED 2004/03/08 14:05:51 oj 1.5.2.2: #i20311# new menu entry ofr the table data view 2004/03/05 07:40:02 oj 1.5.2.1: new menu entries for the db app

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [636eec31822c4db84093b261183b25851e9d982d]

        INTEGRATION: CWS insight01 (1.3.2); FILE MERGED 2004/07/23 12:29:57 oj 1.3.2.6: RESYNC: (1.24-1.25); FILE MERGED 2004/07/06 08:18:54 oj 1.3.2.5: RESYNC: (1.18-1.24); FILE MERGED 2004/06/04 10:11:27 oj 1.3.2.4: remove dbi 2004/05/28 13:30:51 oj 1.3.2.3: RESYNC: (1.4-1.18); FILE MERGED 2004/03/02 10:21:58 oj 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/02/16 19:56:04 oj 1.3.2.1: #i24467# new file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf999a6e57f95f14b6e19752c99e33f7ba3ec815]

        INTEGRATION: CWS insight01 (1.1.2); FILE MERGED 2004/07/06 08:22:22 oj 1.1.2.3: RESYNC: (1.2-1.4); FILE MERGED 2004/05/28 13:30:41 oj 1.1.2.2: RESYNC: (1.1-1.2); FILE MERGED 2004/04/16 08:39:38 tv 1.1.2.1: added database.zip (sxb files)

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [89f3fb7cbf8806326b6b47013ae31df0fe444fe2]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/23 12:29:35 oj 1.2.2.4: RESYNC: (1.8-1.11); FILE MERGED 2004/05/28 13:30:32 oj 1.2.2.3: RESYNC: (1.2-1.6); FILE MERGED 2004/03/08 14:05:50 oj 1.2.2.2: #i20311# new menu entry ofr the table data view 2004/03/05 07:40:01 oj 1.2.2.1: new menu entries for the db app

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0e7675f0ed6ab6a1fb750a88abed6812616dbd1]

        INTEGRATION: CWS dr14 (1.29.334); FILE MERGED 2004/07/20 13:29:43 dr 1.29.334.8: #i23675# SvxLineItem::(Put|Query)Value with member ID returns css::table::BorderLine 2004/07/12 19:41:35 dr 1.29.334.7: RESYNC: (1.33-1.34); FILE MERGED 2004/05/19 15:25:06 dr 1.29.334.6: RESYNC: (1.31-1.33); FILE MERGED 2004/04/20 15:42:00 sab 1.29.334.5: #i23675#: the SvxLineItem should support table::BorderLine 2004/03/15 18:22:21 dr 1.29.334.4: RESYNC: (1.30-1.31); FILE MERGED 2004/03/12 17:11:58 dr 1.29.334.3: #i23675# SvxLineItem::Store was broken for ages (but never used) 2004/02/13 12:49:09 dr 1.29.334.2: RESYNC: (1.29-1.30); FILE MERGED 2004/02/13 08:51:09 dr 1.29.334.1: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [56ce215d39efdb96703a53b7b51c9c5a0d61c9f1]

        INTEGRATION: CWS dr14 (1.5.334); FILE MERGED 2003/12/18 13:26:09 dr 1.5.334.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d3b4f1fdef16a582d9d9dc39eb6b2a83994e783]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/04/14 15:54:33 dr 1.1.2.5: #i23675# diagonal borders step 7d: support for merged cells improved 2004/04/01 12:03:16 dr 1.1.2.4: #i32675# svx::frmlnk::[Diag]Style - classes instead of structs 2004/02/19 14:20:17 dr 1.1.2.3: #i23675# diagonal borders step 2: drawing linked diagonal borders 2004/02/13 08:50:07 dr 1.1.2.2: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions 2004/01/20 16:07:19 dr 1.1.2.1: #i23675# moved SvxFrameSelector accessibility to own source files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9b29d650899af467e70975446401438071be1b4]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/02/13 08:50:07 dr 1.1.2.2: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions 2004/01/20 16:07:19 dr 1.1.2.1: #i23675# moved SvxFrameSelector accessibility to own source files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae66db0c36fca26c56040527c128cc81de241509]

        INTEGRATION: CWS dr14 (1.18.40); FILE MERGED 2004/07/28 17:13:38 dr 1.18.40.12: #i10000# merge conflict 2004/07/22 17:51:47 dr 1.18.40.11: RESYNC: (1.32-1.33); FILE MERGED 2004/07/12 19:14:36 dr 1.18.40.10: RESYNC: (1.27-1.32); FILE MERGED 2004/06/10 19:13:08 dr 1.18.40.9: RESYNC: (1.26-1.27); FILE MERGED 2004/06/04 20:26:06 dr 1.18.40.8: RESYNC: (1.24-1.26); FILE MERGED 2004/05/19 15:02:28 dr 1.18.40.7: RESYNC: (1.21-1.24); FILE MERGED 2004/04/21 11:30:29 dr 1.18.40.6: RESYNC: (1.20-1.21); FILE MERGED 2004/02/19 14:19:52 dr 1.18.40.5: #i23675# diagonal borders step 2: drawing linked diagonal borders 2004/02/16 12:53:02 dr 1.18.40.4: #100000# merge conflict 2004/02/13 13:16:42 dr 1.18.40.3: RESYNC: (1.18-1.20); FILE MERGED 2004/01/20 12:06:42 dr 1.18.40.2: #i23675# connections for SvxBorderTabPage 2003/12/18 13:21:18 dr 1.18.40.1: #i22640# new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [47bfffd0670f2cfe4622fac9dd56c827299bf66f]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/02/13 08:50:06 dr 1.1.2.2: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions 2004/01/20 16:07:17 dr 1.1.2.1: #i23675# moved SvxFrameSelector accessibility to own source files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [836cb756b81d2de0b3f2038c9ecafcd9953ddcc3]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2003/12/18 13:17:58 dr 1.1.2.1: #i22640# new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c12725dd7ca3c1363ed6e8fbd28fcbba537376d2]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/01/09 12:18:26 dr 1.1.2.4: #i22640# usage of item connections 2004/01/07 08:34:07 dr 1.1.2.3: #i22640# compiler problems 2003/12/19 08:01:28 dr 1.1.2.2: #i22640# more documentation of svx::DialControl, svx::OrientationHelper 2003/12/18 13:18:04 dr 1.1.2.1: #i22640# new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d698bcacd029317c5a237d633ed23cedf8b80fd]

        INTEGRATION: CWS insight01 (1.7.30); FILE MERGED 2004/07/06 08:18:54 oj 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2004/06/04 10:56:46 oj 1.7.30.1: bug fix

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a4dd2a1712276f4bb5c2bfc59b4a8f2f3e909f4]

        INTEGRATION: CWS insight01 (1.9.4); FILE MERGED 2004/06/10 12:05:17 oj 1.9.4.1: embedded obj changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3edb485c545a1b6071dddec42ab35093a523f6b]

        INTEGRATION: CWS dr14 (1.13.8); FILE MERGED 2004/07/12 19:08:37 dr 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/13 08:48:46 dr 1.13.8.1: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [515c529eb4828d7e75dc37444936d5198f6ccd6c]

        INTEGRATION: CWS insight01 (1.5.12); FILE MERGED 2004/05/28 09:57:25 oj 1.5.12.3: RESYNC: (1.5-1.6); FILE MERGED 2004/04/07 12:22:43 mav 1.5.12.2: #i27588# use FilterName 2004/04/07 12:15:06 mav 1.5.12.1: #i27588# find the filter name from typename

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [758cdaf49ad3d24f9376a4f3e6764196ecceb0a1]

        INTEGRATION: CWS insight01 (1.7.4); FILE MERGED 2004/06/09 14:00:37 oj 1.7.4.1: #i22465# change the order of interceptors, the first one wins

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [80c94da8f4466ebd1b38c6d117a079c0f37d238b]

        INTEGRATION: CWS dr14 (1.16.312); FILE MERGED 2004/04/15 17:38:44 dr 1.16.312.10: #i23675# diagonal borders, diagonal clipping usage 2004/04/14 15:53:57 dr 1.16.312.9: #i23675# diagonal borders step 7d: support for merged cells improved 2004/04/01 12:02:35 dr 1.16.312.8: #i32675# svx::frmlnk::[Diag]Style - classes instead of structs 2004/03/12 15:27:59 dr 1.16.312.7: #i23675# diagonal borders step 5: extensions for svx::frmlnk::Array 2004/03/10 18:31:39 dr 1.16.312.6: #i23675# diagonal borders step 4: predefined border styles 2004/03/09 18:58:52 dr 1.16.312.5: #i23675# diagonal borders step 3: drawing linked diagonal borders 2004/02/19 14:19:52 dr 1.16.312.4: #i23675# diagonal borders step 2: drawing linked diagonal borders 2004/02/16 12:53:34 dr 1.16.312.3: #100000# avoid redefinition in for loop 2004/02/13 08:48:46 dr 1.16.312.2: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions 2004/01/20 16:09:28 dr 1.16.312.1: #i23675# moved SvxFrameSelector accessibility to own source files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5ab8f5bee2db4c0cdb3e06c56694f08387a5d16]

        INTEGRATION: CWS insight01 (1.4.12); FILE MERGED 2004/05/28 09:56:46 oj 1.4.12.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/07 12:23:16 mav 1.4.12.2: #i27588# use FilterName 2004/04/07 12:15:05 mav 1.4.12.1: #i27588# find the filter name from typename

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b913b9190c10562e1347f305460e97b432e8d39]

        INTEGRATION: CWS dr14 (1.1.500); FILE MERGED 2004/01/09 12:18:25 dr 1.1.500.1: #i22640# usage of item connections

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a609725a7844f57d2a468e529d48becec6e2b3d9]

        INTEGRATION: CWS insight01 (1.8.4); FILE MERGED 2004/07/20 16:14:08 mav 1.8.4.3: #i31711# do not open object as template 2004/06/04 12:50:07 oj 1.8.4.2: attach media desc when creating a new obj 2004/06/04 12:25:52 oj 1.8.4.1: correct sequence access

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9837758852dfafa73247a344762f8f25329aff90]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/04/15 17:38:44 dr 1.1.2.9: #i23675# diagonal borders, diagonal clipping usage 2004/04/15 15:48:06 dr 1.1.2.8: #i23675# diagonal borders step 7e: support for merged cells improved 2004/04/14 15:53:57 dr 1.1.2.7: #i23675# diagonal borders step 7d: support for merged cells improved 2004/04/08 14:47:08 dr 1.1.2.6: #i23675# diagonal borders step 7c: added support for merged cell ranges 2004/04/01 12:02:35 dr 1.1.2.5: #i32675# svx::frmlnk::[Diag]Style - classes instead of structs 2004/03/12 17:06:15 dr 1.1.2.4: #i23675# diagonal borders step 6: extensions for svx::frmlnk::Array 2004/03/12 15:27:59 dr 1.1.2.3: #i23675# diagonal borders step 5: extensions for svx::frmlnk::Array 2004/03/09 18:58:52 dr 1.1.2.2: #i23675# diagonal borders step 3: drawing linked diagonal borders 2004/02/19 14:19:50 dr 1.1.2.1: #i23675# diagonal borders step 2: drawing linked diagonal borders

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [81913409e5a2ee352985fa91a51dca127aee2b7d]

        INTEGRATION: CWS insight01 (1.8.4); FILE MERGED 2004/06/09 14:52:10 oj 1.8.4.1: #i22465# add StateBroadcaster to queryInterface

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c984636eba9124548d1c666612381480d7648630]

        INTEGRATION: CWS dr14 (1.7.6); FILE MERGED 2004/07/12 19:06:42 dr 1.7.6.3: RESYNC: (1.8-1.10); FILE MERGED 2004/06/04 20:24:59 dr 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/27 14:28:31 dr 1.7.6.1: #100000# dialogdiet changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5a0438f67e0e9990a21a6604b7db410c8fe2123]

        INTEGRATION: CWS insight01 (1.5.4); FILE MERGED 2004/06/10 11:27:59 oj 1.5.4.1: embedded obj changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8980b4f25e1a09db7efde842dada41a5b5653448]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/01/09 12:18:25 dr 1.1.2.4: #i22640# usage of item connections 2003/12/19 11:14:59 dr 1.1.2.3: #i22640# style settings handling 2003/12/19 08:01:28 dr 1.1.2.2: #i22640# more documentation of svx::DialControl, svx::OrientationHelper 2003/12/18 13:17:52 dr 1.1.2.1: #i22640# new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [39b6cbc79675cdf45a4badc823dc6e5948b1a8af]

        INTEGRATION: CWS insight01 (1.18.60); FILE MERGED 2004/05/28 19:47:20 oj 1.18.60.2: RESYNC: (1.18-1.20); FILE MERGED 2004/03/05 07:38:39 oj 1.18.60.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9ee1c858611678622a08a0056f1a4e91b24b70f]

        INTEGRATION: CWS insight01 (1.22.16); FILE MERGED 2004/07/21 09:53:41 oj 1.22.16.2: RESYNC: (1.22-1.24); FILE MERGED 2004/06/04 13:51:06 oj 1.22.16.1: hide ds edit field

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9deb480e041608c49343817315b19b8058a9230]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/02/13 08:48:46 dr 1.1.2.2: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions 2004/01/20 12:06:39 dr 1.1.2.1: #i23675# connections for SvxBorderTabPage

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [abc17400be8cdce6f8a22134e7116f624686094b]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/02/19 14:19:51 dr 1.1.2.3: #i23675# diagonal borders step 2: drawing linked diagonal borders 2004/02/13 08:48:45 dr 1.1.2.2: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions 2004/01/20 12:06:34 dr 1.1.2.1: #i23675# connections for SvxBorderTabPage

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1d2dea8c3a071b0ef635701dd956429f4f691b6]

        INTEGRATION: CWS dr14 (1.50.8); FILE MERGED 2004/07/22 17:50:22 dr 1.50.8.7: RESYNC: (1.54-1.56); FILE MERGED 2004/07/12 19:04:05 dr 1.50.8.6: RESYNC: (1.53-1.54); FILE MERGED 2004/06/04 20:24:39 dr 1.50.8.5: RESYNC: (1.52-1.53); FILE MERGED 2004/05/19 14:53:35 dr 1.50.8.4: RESYNC: (1.51-1.52); FILE MERGED 2004/03/15 18:25:56 dr 1.50.8.3: RESYNC: (1.50-1.51); FILE MERGED 2004/03/10 18:31:39 dr 1.50.8.2: #i23675# diagonal borders step 4: predefined border styles 2004/02/13 08:48:45 dr 1.50.8.1: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9f7e2f77243db6a0fae2798183c3560ede5babe]

        INTEGRATION: CWS insight01 (1.10.42); FILE MERGED 2004/07/21 09:54:32 oj 1.10.42.3: RESYNC: (1.12-1.13); FILE MERGED 2004/05/28 19:43:16 oj 1.10.42.2: RESYNC: (1.10-1.12); FILE MERGED 2004/02/23 14:38:24 oj 1.10.42.1: #111075# allow the selection of a database file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ebe93a6eea331710e2a61a4f1295744290eea6b]

        INTEGRATION: CWS insight01 (1.58.36); FILE MERGED 2004/07/21 09:53:11 oj 1.58.36.9: RESYNC: (1.67-1.70); FILE MERGED 2004/07/06 09:24:48 oj 1.58.36.8: RESYNC: (1.66-1.67); FILE MERGED 2004/06/30 08:14:24 oj 1.58.36.7: #i30305# break inserted 2004/06/04 13:51:04 oj 1.58.36.6: hide ds edit field 2004/06/02 08:46:56 oj 1.58.36.5: merge 2004/05/28 19:43:06 oj 1.58.36.4: RESYNC: (1.58-1.66); FILE MERGED 2004/04/29 06:03:57 oj 1.58.36.3: conver file url in system path 2004/03/05 07:38:40 oj 1.58.36.2: #111090# changes for the new prop dialogs 2004/02/23 14:38:23 oj 1.58.36.1: #111075# allow the selection of a database file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [43930ea0d5cd297fa9c809ef65618dc223115e4d]

        INTEGRATION: CWS dr14 (1.2.8); FILE MERGED 2004/07/22 17:50:13 dr 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/27 14:28:31 dr 1.2.8.1: #100000# dialogdiet changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3e5ae79a49c93209990b954527a28c9c6064a69]

        INTEGRATION: CWS insight01 (1.5.76); FILE MERGED 2004/02/23 14:38:23 oj 1.5.76.1: #111075# allow the selection of a database file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [991172eb8826917b35507e94f1b2297ae5ea535e]

        INTEGRATION: CWS dr14 (1.5.504); FILE MERGED 2004/07/22 17:50:04 dr 1.5.504.4: RESYNC: (1.7-1.8); FILE MERGED 2004/07/12 19:03:56 dr 1.5.504.3: RESYNC: (1.6-1.7); FILE MERGED 2004/03/15 18:25:49 dr 1.5.504.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/10 18:31:38 dr 1.5.504.1: #i23675# diagonal borders step 4: predefined border styles

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4030853d7fc184f8d8e1115a245a51f04fc4f88f]

        INTEGRATION: CWS insight01 (1.11.182); FILE MERGED 2004/05/28 19:34:13 oj 1.11.182.3: RESYNC: (1.11-1.12); FILE MERGED 2004/04/23 06:23:12 oj 1.11.182.2: new switch to disable catalog and schema 2004/03/05 10:58:14 oj 1.11.182.1: WizardPage changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe3c185591f667cf41fa48c83f8ee137b096f50a]

        INTEGRATION: CWS dr14 (1.17.346); FILE MERGED 2004/07/23 10:57:25 dr 1.17.346.12: #i10000# merge conflicts 2004/07/22 17:49:54 dr 1.17.346.11: RESYNC: (1.21-1.22); FILE MERGED 2004/05/19 14:53:09 dr 1.17.346.10: RESYNC: (1.19-1.20); FILE MERGED 2004/05/07 14:30:01 dr 1.17.346.9: #i23675# add ITEMCONN_CLONE_ITEM 2004/04/21 11:29:58 dr 1.17.346.8: RESYNC: (1.18-1.19); FILE MERGED 2004/03/15 18:25:42 dr 1.17.346.7: RESYNC: (1.17-1.18); FILE MERGED 2004/03/15 15:32:29 dr 1.17.346.6: #i22640# update margin controls in Reset() 2004/03/10 18:31:38 dr 1.17.346.5: #i23675# diagonal borders step 4: predefined border styles 2004/02/19 14:19:51 dr 1.17.346.4: #i23675# diagonal borders step 2: drawing linked diagonal borders 2004/02/13 08:48:44 dr 1.17.346.3: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions 2004/01/20 12:06:40 dr 1.17.346.2: #i23675# connections for SvxBorderTabPage 2003/12/18 14:05:40 dr 1.17.346.1: #i22640# SvxAlignmentTabPage: new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper #i22640# SvxAlignmentTabPage: SvxOrientationItem replaced by SfxBoolItem for stacked state #i22640# SvxAlignmentTabPage: ImageButton replaced by CheckBox for stacked state #i22928# SvxAlignmentTabPage: Added "Fill" to horizontal alignment #i22640# Moved border controls from SvxAlignmentTabPage to SvxBorderTabPage

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3381566208e156ce89166b4a510de7ad17eca815]

        INTEGRATION: CWS insight01 (1.11.182); FILE MERGED 2004/05/28 19:33:49 oj 1.11.182.2: RESYNC: (1.11-1.12); FILE MERGED 2004/03/05 10:58:14 oj 1.11.182.1: WizardPage changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0704a17765479ec372c78065e1bdbce8f356adc]

        INTEGRATION: CWS dr14 (1.25.74); FILE MERGED 2004/07/12 19:02:17 dr 1.25.74.3: RESYNC: (1.26-1.27); FILE MERGED 2004/05/19 14:52:45 dr 1.25.74.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/12 13:17:17 dr 1.25.74.1: #115935# background preview border too thick

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ce3da4d34bc1a5edf5432c84043b583513d9d07]

        INTEGRATION: CWS insight01 (1.8.182); FILE MERGED 2004/05/28 19:33:27 oj 1.8.182.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/05 10:58:13 oj 1.8.182.1: WizardPage changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f202f323b59625326e8f51d33939dc9cd59e8421]

        INTEGRATION: CWS dr14 (1.45.188); FILE MERGED 2004/07/12 19:01:40 dr 1.45.188.7: RESYNC: (1.48-1.49); FILE MERGED 2004/07/06 17:10:54 dr 1.45.188.6: #i22928# string review changes 2004/06/04 20:24:29 dr 1.45.188.5: RESYNC: (1.47-1.48); FILE MERGED 2004/05/19 14:52:19 dr 1.45.188.4: RESYNC: (1.46-1.47); FILE MERGED 2004/03/09 12:57:39 dr 1.45.188.3: #i22640# string review 2004/01/05 16:50:00 dr 1.45.188.2: RESYNC: (1.45-1.46); FILE MERGED 2003/12/18 14:05:39 dr 1.45.188.1: #i22640# SvxAlignmentTabPage: new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper #i22640# SvxAlignmentTabPage: SvxOrientationItem replaced by SfxBoolItem for stacked state #i22640# SvxAlignmentTabPage: ImageButton replaced by CheckBox for stacked state #i22928# SvxAlignmentTabPage: Added "Fill" to horizontal alignment #i22640# Moved border controls from SvxAlignmentTabPage to SvxBorderTabPage

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a838c0d45476fc825d2412fa749b1cdefd8ddaf]

        INTEGRATION: CWS insight01 (1.7.268); FILE MERGED 2004/07/06 09:21:25 oj 1.7.268.2: RESYNC: (1.7-1.8); FILE MERGED 2004/02/23 14:38:23 oj 1.7.268.1: #111075# allow the selection of a database file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0e00f246f3f9388d5322308af25ad8c81ef55d9]

        INTEGRATION: CWS dr14 (1.2.8); FILE MERGED 2004/05/27 14:28:30 dr 1.2.8.1: #100000# dialogdiet changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [30406b1b7b0915088bed1c62d0d5cea072e234fc]

        INTEGRATION: CWS insight01 (1.11.182); FILE MERGED 2004/05/28 19:33:06 oj 1.11.182.2: RESYNC: (1.11-1.12); FILE MERGED 2004/02/23 14:38:22 oj 1.11.182.1: #111075# allow the selection of a database file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b90e197a705585aaad5b504a382e9245f1ba543]

        INTEGRATION: CWS dr14 (1.6.498); FILE MERGED 2004/07/12 19:01:32 dr 1.6.498.2: RESYNC: (1.6-1.7); FILE MERGED 2003/12/18 14:05:39 dr 1.6.498.1: #i22640# SvxAlignmentTabPage: new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper #i22640# SvxAlignmentTabPage: SvxOrientationItem replaced by SfxBoolItem for stacked state #i22640# SvxAlignmentTabPage: ImageButton replaced by CheckBox for stacked state #i22928# SvxAlignmentTabPage: Added "Fill" to horizontal alignment #i22640# Moved border controls from SvxAlignmentTabPage to SvxBorderTabPage

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a756b439e5b7167ab6820401983c2a3aed50dee]

        INTEGRATION: CWS insight01 (1.34.42); FILE MERGED 2004/07/09 08:48:14 oj 1.34.42.3: resource changes 2004/07/06 09:20:45 oj 1.34.42.2: RESYNC: (1.34-1.36); FILE MERGED 2004/02/23 14:38:22 oj 1.34.42.1: #111075# allow the selection of a database file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e91b767d89115f545eeac496ee37e062f32b9066]

        INTEGRATION: CWS dr14 (1.14.310); FILE MERGED 2004/05/27 14:28:30 dr 1.14.310.7: #100000# dialogdiet changes 2004/05/19 14:51:56 dr 1.14.310.6: RESYNC: (1.15-1.16); FILE MERGED 2004/04/01 12:02:45 dr 1.14.310.5: #i32675# #i22640# move slot ids to prevent conflicts 2004/01/09 12:18:02 dr 1.14.310.4: #i22640# SvxAlignmentTabPage -> svx::AlignmentTabPage #i22640# usage of item connections 2004/01/05 16:49:33 dr 1.14.310.3: RESYNC: (1.14-1.15); FILE MERGED 2003/12/19 08:01:29 dr 1.14.310.2: #i22640# more documentation of svx::DialControl, svx::OrientationHelper 2003/12/18 14:05:38 dr 1.14.310.1: #i22640# SvxAlignmentTabPage: new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper #i22640# SvxAlignmentTabPage: SvxOrientationItem replaced by SfxBoolItem for stacked state #i22640# SvxAlignmentTabPage: ImageButton replaced by CheckBox for stacked state #i22928# SvxAlignmentTabPage: Added "Fill" to horizontal alignment #i22640# Moved border controls from SvxAlignmentTabPage to SvxBorderTabPage

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [397cf1454ae46305c47594e87dfed8fafba6c683]

        INTEGRATION: CWS insight01 (1.4.182); FILE MERGED 2004/03/05 07:38:41 oj 1.4.182.2: #111090# changes for the new prop dialogs 2004/02/23 14:38:22 oj 1.4.182.1: #111075# allow the selection of a database file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9effb5d5c3eae6f63a8a2f6f11e5140ac582a515]

        INTEGRATION: CWS dr14 (1.22.92); FILE MERGED 2004/01/20 16:10:23 dr 1.22.92.1: #i23675# moved SvxFrameSelector accessibility to own source files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c9913311cdd2a95c4759f389f7884f28d84c020]

        INTEGRATION: CWS insight01 (1.6.182); FILE MERGED 2004/07/09 11:40:51 oj 1.6.182.6: merge changes 2004/07/06 09:20:30 oj 1.6.182.5: RESYNC: (1.6-1.7); FILE MERGED 2004/04/28 13:32:58 oj 1.6.182.4: insert system path for file 2004/03/05 10:58:13 oj 1.6.182.3: WizardPage changes 2004/03/05 07:38:41 oj 1.6.182.2: #111090# changes for the new prop dialogs 2004/02/23 14:38:22 oj 1.6.182.1: #111075# allow the selection of a database file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [41b5187247d6bac43f8111861df075784306b057]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/02/13 08:46:37 dr 1.1.2.2: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions 2004/01/20 16:10:05 dr 1.1.2.1: #i23675# moved SvxFrameSelector accessibility to own source files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [af46b442791b09bab9cf46a35b20bffaaddb1997]

        INTEGRATION: CWS dr14 (1.42.14); FILE MERGED 2004/07/12 18:58:59 dr 1.42.14.6: RESYNC: (1.49-1.50); FILE MERGED 2004/05/19 14:50:53 dr 1.42.14.5: RESYNC: (1.47-1.49); FILE MERGED 2004/04/21 11:25:49 dr 1.42.14.4: RESYNC: (1.45-1.47); FILE MERGED 2004/03/15 18:28:33 dr 1.42.14.3: RESYNC: (1.43-1.45); FILE MERGED 2004/02/13 13:32:20 dr 1.42.14.2: RESYNC: (1.42-1.43); FILE MERGED 2004/01/07 08:31:53 dr 1.42.14.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [13130199acdc752758471c88f0c5171b4f06733d]

        INTEGRATION: CWS insight01 (1.30.182); FILE MERGED 2004/07/06 09:17:13 oj 1.30.182.3: RESYNC: (1.31-1.32); FILE MERGED 2004/05/28 19:27:46 oj 1.30.182.2: RESYNC: (1.30-1.31); FILE MERGED 2004/04/23 06:23:11 oj 1.30.182.1: new switch to disable catalog and schema

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc39b0c7dabcd1c3de11302888f920a3bf2802fb]

        INTEGRATION: CWS insight01 (1.4.148); FILE MERGED 2004/05/28 19:26:38 oj 1.4.148.2: RESYNC: (1.4-1.5); FILE MERGED 2004/03/05 10:58:12 oj 1.4.148.1: WizardPage changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7eedf3ca4c74e3130797376fb034f081f270a0c]

        INTEGRATION: CWS insight01 (1.5.76); FILE MERGED 2004/05/28 19:26:25 oj 1.5.76.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/05 07:38:42 oj 1.5.76.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2a1720abe8932e7e75c59c513d4bb70580639ba]

        INTEGRATION: CWS insight01 (1.4.182); FILE MERGED 2004/05/28 19:26:05 oj 1.4.182.2: RESYNC: (1.4-1.5); FILE MERGED 2004/03/05 07:38:43 oj 1.4.182.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a4c89fcd00aec90ffa401f4aac94a56417ddd4a]

        INTEGRATION: CWS insight01 (1.3.148); FILE MERGED 2004/04/16 12:07:04 oj 1.3.148.2: correct alignment and default 2004/03/05 07:38:43 oj 1.3.148.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [094c2068d700609277edea508e5b2f4fcc8c2716]

        INTEGRATION: CWS insight01 (1.3.148); FILE MERGED 2004/05/28 19:25:55 oj 1.3.148.3: RESYNC: (1.3-1.4); FILE MERGED 2004/04/16 12:07:04 oj 1.3.148.2: correct alignment and default 2004/03/05 07:38:44 oj 1.3.148.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1417c3b4e5565c78e40d5dd33824f866127d1161]

        INTEGRATION: CWS insight01 (1.3.182); FILE MERGED 2004/04/16 12:07:04 oj 1.3.182.2: correct alignment and default 2004/03/05 07:38:44 oj 1.3.182.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [00ee6e0bd25ad6c1f469318712b9246063ea7521]

        INTEGRATION: CWS insight01 (1.2.182); FILE MERGED 2004/04/16 12:07:05 oj 1.2.182.1: correct alignment and default

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e2f5042ed6d6fc3894e30671d98a02b023e51da]

        INTEGRATION: CWS insight01 (1.2.182); FILE MERGED 2004/07/06 09:23:12 oj 1.2.182.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/16 12:07:05 oj 1.2.182.1: correct alignment and default

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fc7b26f0c65138d9cf5bd2332a152ce4caf2a38]

        INTEGRATION: CWS insight01 (1.3.148); FILE MERGED 2004/03/05 07:38:44 oj 1.3.148.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e26f300c2a4a3da44b3506ae0053e72766b07ad]

        INTEGRATION: CWS insight01 (1.44.42); FILE MERGED 2004/07/09 08:47:16 oj 1.44.42.7: resource changes 2004/07/06 09:22:56 oj 1.44.42.6: RESYNC: (1.46-1.48); FILE MERGED 2004/05/28 19:25:46 oj 1.44.42.5: RESYNC: (1.44-1.46); FILE MERGED 2004/04/26 12:40:54 oj 1.44.42.4: remove success dialog 2004/04/16 12:07:05 oj 1.44.42.3: correct alignment and default 2004/03/05 10:58:12 oj 1.44.42.2: WizardPage changes 2004/03/05 07:38:45 oj 1.44.42.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [69fe9ad4c4621af364595374e5ef2286fcfda102]

        INTEGRATION: CWS insight01 (1.6.148); FILE MERGED 2004/05/28 19:25:21 oj 1.6.148.3: RESYNC: (1.6-1.7); FILE MERGED 2004/04/26 12:40:54 oj 1.6.148.2: remove success dialog 2004/03/05 07:38:46 oj 1.6.148.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad88ebfb2553a25b72ca4413d1c01a67c18ace7e]

        INTEGRATION: CWS dr14 (1.46.32); FILE MERGED 2004/06/04 18:24:31 dr 1.46.32.2: RESYNC: (1.46-1.47); FILE MERGED 2004/01/07 08:36:12 dr 1.46.32.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [34ab391cce952d9e00997703dfae12e7a3f07b0a]

        INTEGRATION: CWS insight01 (1.4.148); FILE MERGED 2004/05/28 19:25:11 oj 1.4.148.4: RESYNC: (1.4-1.5); FILE MERGED 2004/04/26 12:40:54 oj 1.4.148.3: remove success dialog 2004/03/05 10:58:12 oj 1.4.148.2: WizardPage changes 2004/03/05 07:38:46 oj 1.4.148.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8235704ab229971ad5b3fd31a3580ea68429062]

        INTEGRATION: CWS insight01 (1.3.182); FILE MERGED 2004/03/05 10:58:11 oj 1.3.182.2: WizardPage changes 2004/03/05 07:38:47 oj 1.3.182.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a653b9386f296755da3a6a528a2b53631bf1182d]

        INTEGRATION: CWS insight01 (1.3.182); FILE MERGED 2004/04/16 12:07:05 oj 1.3.182.3: correct alignment and default 2004/03/05 10:58:11 oj 1.3.182.2: WizardPage changes 2004/03/05 07:38:47 oj 1.3.182.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c493fbd4054ec46c282b24d1b4b134ce7f719446]

        INTEGRATION: CWS insight01 (1.22.18); FILE MERGED 2004/03/06 12:27:07 oj 1.22.18.1: #110542# remove dbimport from build list

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2623c696a046f987ef1a84dcb38eb47e0e633dac]

        INTEGRATION: CWS dr14 (1.18.206); FILE MERGED 2004/06/10 18:42:17 dr 1.18.206.4: RESYNC: (1.20-1.21); FILE MERGED 2004/05/19 12:55:23 dr 1.18.206.3: RESYNC: (1.18-1.20); FILE MERGED 2003/12/18 13:43:11 dr 1.18.206.2: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state 2003/11/26 14:57:35 dr 1.18.206.1: #i22640# new cell attribute 'shrink to fit'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c3591dc3ae04e17a750e824f8faddc92f3aaaab]

        INTEGRATION: CWS insight01 (1.13.24); FILE MERGED 2004/04/05 14:25:18 abi 1.13.24.1: #116243# setting position to zero after truncation

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [07b462587d817724f21405645d0392377ec397e1]

        INTEGRATION: CWS dr14 (1.60.20); FILE MERGED 2004/07/12 15:09:47 dr 1.60.20.4: RESYNC: (1.63-1.66); FILE MERGED 2004/06/03 14:00:59 dr 1.60.20.3: RESYNC: (1.62-1.63); FILE MERGED 2004/04/21 09:26:37 dr 1.60.20.2: RESYNC: (1.60-1.62); FILE MERGED 2004/04/14 16:03:23 dr 1.60.20.1: #i23177# page preview icon

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c60cbfb60784716c631ff800fae23ee026c1caa9]

        INTEGRATION: CWS dr14 (1.76.76); FILE MERGED 2004/07/22 17:49:19 dr 1.76.76.10: RESYNC: (1.89-1.93); FILE MERGED 2004/07/12 18:58:38 dr 1.76.76.9: RESYNC: (1.87-1.89); FILE MERGED 2004/05/19 14:50:16 dr 1.76.76.8: RESYNC: (1.83-1.87); FILE MERGED 2004/04/21 11:25:05 dr 1.76.76.7: RESYNC: (1.81-1.83); FILE MERGED 2004/03/15 18:29:11 dr 1.76.76.6: RESYNC: (1.80-1.81); FILE MERGED 2004/03/11 10:59:05 dr 1.76.76.5: #i23675# deliver framelink.hxx and framelinkarray.hxx 2004/02/13 13:43:07 dr 1.76.76.4: RESYNC: (1.77-1.80); FILE MERGED 2004/02/13 08:46:04 dr 1.76.76.3: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions 2004/01/05 17:44:09 dr 1.76.76.2: RESYNC: (1.76-1.77); FILE MERGED 2003/12/18 13:20:07 dr 1.76.76.1: #i22640# new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [50875490ee995690046107d0b810f485bb994ba8]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2003/12/18 13:14:44 dr 1.1.2.1: #i22640# new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc60c6c2fb8dbf15521df6a64caf8d79b911ffee]

        INTEGRATION: CWS insight01 (1.26.4); FILE MERGED 2004/07/06 08:55:27 oj 1.26.4.3: RESYNC: (1.27-1.31); FILE MERGED 2004/05/29 01:27:36 oj 1.26.4.2: RESYNC: (1.26-1.27); FILE MERGED 2004/01/21 10:34:30 oj 1.26.4.1: #i24555# return NULL if resource can't be found

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cd9e0ac6e3f2a145e9376ae52a70cc55d8e45e8]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/01/20 12:14:11 dr 1.1.2.4: #i23675# connections for SvxBorderTabPage 2004/01/09 12:16:57 dr 1.1.2.3: #i22640# usage of item connections 2003/12/19 08:00:13 dr 1.1.2.2: #i22640# more documentation of svx::DialControl, svx::OrientationHelper 2003/12/18 13:14:51 dr 1.1.2.1: #i22640# new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7912f469a46027063febb0f6a0ef6e2b61a5078b]

        INTEGRATION: CWS insight01 (1.31.142); FILE MERGED 2004/06/18 12:21:15 bc 1.31.142.1: ##Formwizard adapted to database filehandling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [279dc315ed0eafce10acb1ffdd867a2431562381]

        INTEGRATION: CWS insight01 (1.9.142); FILE MERGED 2004/06/18 12:21:15 bc 1.9.142.1: ##Formwizard adapted to database filehandling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [38272c8e025f67f3d09884d6d58f2a229cc15f8c]

        INTEGRATION: CWS insight01 (1.7.180); FILE MERGED 2004/07/07 08:46:44 bc 1.7.180.2: ##Formwizard now also works with unregistered datasources 2004/06/18 12:21:15 bc 1.7.180.1: ##Formwizard adapted to database filehandling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2bd3835d7db3d60b5f2e85e5d9d1adb2d69f617]

        INTEGRATION: CWS dr14 (1.2.8); FILE MERGED 2004/05/27 14:27:51 dr 1.2.8.1: #100000# dialogdiet changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e9a3f9d228bcbf7f5773afd03dbc918ec9ac055]

        INTEGRATION: CWS insight01 (1.57.8); FILE MERGED 2004/07/07 09:18:19 bc 1.57.8.5: ## new resources adapted to ISO 2004/07/07 08:46:42 bc 1.57.8.4: ##Formwizard now also works with unregistered datasources 2004/07/06 10:09:59 oj 1.57.8.3: RESYNC: (1.57-1.58); FILE MERGED 2004/06/25 09:19:03 bc 1.57.8.2: ## encoding changed 2004/06/18 12:21:14 bc 1.57.8.1: ##Formwizard adapted to database filehandling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f481bbbddb340ecb34d46453a5b810594a466856]

        INTEGRATION: CWS insight01 (1.25.138); FILE MERGED 2004/07/07 08:46:42 bc 1.25.138.1: ##Formwizard now also works with unregistered datasources

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f12387375ff2e599b9bf37b67789188d3bd4290]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/01/20 12:14:07 dr 1.1.2.4: #i23675# connections for SvxBorderTabPage 2004/01/09 12:16:56 dr 1.1.2.3: #i22640# usage of item connections 2003/12/19 08:00:13 dr 1.1.2.2: #i22640# more documentation of svx::DialControl, svx::OrientationHelper 2003/12/18 13:14:36 dr 1.1.2.1: #i22640# new orientation controls: svx::DialControl, svx::WrapField, svx::OrientationHelper

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c7d88587ec1cb61ebb679bbea935caa6d8357f8]

        INTEGRATION: CWS insight01 (1.43.10); FILE MERGED 2004/07/07 08:46:42 bc 1.43.10.2: ##Formwizard now also works with unregistered datasources 2004/06/18 12:21:13 bc 1.43.10.1: ##Formwizard adapted to database filehandling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e5192e3faf85f7de943bc3d9cf5ffca72aae2f4]

        INTEGRATION: CWS insight01 (1.27.14); FILE MERGED 2004/07/07 08:46:42 bc 1.27.14.1: ##Formwizard now also works with unregistered datasources

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d491d094c876e86e350cb0a8f618a2e8ece6b89]

        INTEGRATION: CWS insight01 (1.30.116); FILE MERGED 2004/07/07 08:46:41 bc 1.30.116.1: ##Formwizard now also works with unregistered datasources

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5331e177cd29663c4a155c8ba9a0cf6be537415c]

        INTEGRATION: CWS insight01 (1.2.10); FILE MERGED 2004/07/22 10:44:39 oj 1.2.10.1: #i30199# remove the event from report doc, will now be filled from outside

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e33b5c117e10fd06c42f1009b971f36e6de60ac1]

        INTEGRATION: CWS insight01 (1.56.10); FILE MERGED 2004/07/22 10:44:38 oj 1.56.10.4: #i30199# remove the event from report doc, will now be filled from outside 2004/07/19 14:09:13 bc 1.56.10.3: *** empty log message *** 2004/07/07 08:49:24 bc 1.56.10.2: ##initialization of reportname modified 2004/06/18 12:23:00 bc 1.56.10.1: ##Reportwizard adapted to database filehandling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [287bc16d9dd27896719c06fe7a2aa7b75488419a]

        INTEGRATION: CWS insight01 (1.2.10); FILE MERGED 2004/06/18 12:23:00 bc 1.2.10.1: ##Reportwizard adapted to database filehandling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e43057548c4783a3fe2a8bffb7ee927170990822]

        INTEGRATION: CWS insight01 (1.27.10); FILE MERGED 2004/07/22 10:44:37 oj 1.27.10.2: #i30199# remove the event from report doc, will now be filled from outside 2004/07/19 14:09:12 bc 1.27.10.1: *** empty log message ***

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [42711f187d5a0025d94093713a2eb968d7a4ff86]

        INTEGRATION: CWS dr14 (1.2.2); FILE MERGED 2004/07/28 14:52:56 sab 1.2.2.1: #i32093#; add diagonal borders action

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4959cbcc9458811ca1aedeb112967622f7e8c55]

        INTEGRATION: CWS insight01 (1.16.10); FILE MERGED 2004/07/22 10:44:36 oj 1.16.10.1: #i30199# remove the event from report doc, will now be filled from outside

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [02c671f991632681d023e395f1f9cb92cfc10fb9]

        INTEGRATION: CWS insight01 (1.2.10); FILE MERGED 2004/07/22 10:44:35 oj 1.2.10.4: #i30199# remove the event from report doc, will now be filled from outside 2004/07/16 12:19:42 oj 1.2.10.3: #i31501# fix datasource problem and view 2004/07/07 08:51:33 bc 1.2.10.2: ##creation of reportdocument modified Issue number: Submitted by: Reviewed by: 2004/06/18 12:23:39 bc 1.2.10.1: ##Reportwizard adapted to database filehandling Issue number: Submitted by: Reviewed by:

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [826bdac2c11d7beb86cebe208248bfebdb6e18ef]

        INTEGRATION: CWS dr14 (1.51.4); FILE MERGED 2004/07/22 16:58:17 dr 1.51.4.7: RESYNC: (1.60-1.62); FILE MERGED 2004/07/12 18:42:05 dr 1.51.4.6: RESYNC: (1.58-1.60); FILE MERGED 2004/06/10 19:11:21 dr 1.51.4.5: RESYNC: (1.57-1.58); FILE MERGED 2004/06/04 18:28:49 dr 1.51.4.4: RESYNC: (1.56-1.57); FILE MERGED 2004/05/19 14:27:24 dr 1.51.4.3: RESYNC: (1.55-1.56); FILE MERGED 2004/04/21 11:10:26 dr 1.51.4.2: RESYNC: (1.51-1.55); FILE MERGED 2004/04/20 15:48:23 sab 1.51.4.1: #i23675#: add support of diagonal borders,shrink to fit and repeated content

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [301570aee1541becc5c9520524783f3dd2061a38]

        INTEGRATION: CWS insight01 (1.2.10); FILE MERGED 2004/07/16 12:19:42 oj 1.2.10.1: #i31501# fix datasource problem and view

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee1efae3ebe3f6212676131d741788f9a3ad1d1b]

        INTEGRATION: CWS insight01 (1.2.10); FILE MERGED 2004/06/18 12:21:58 bc 1.2.10.1: ##Reportwizard adapted to database filehandling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f805668f72591cc966856dbe64436654177feba9]

        INTEGRATION: CWS insight01 (1.4.52); FILE MERGED 2004/04/23 06:25:47 oj 1.4.52.1: new switch to disable catalog and schema

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d01bba12a85b2e8f9fec71cd68bf497f1c2f540]

        INTEGRATION: CWS dr14 (1.3.174); FILE MERGED 2004/06/01 07:56:00 dr 1.3.174.4: #100000# dialogdiet changes 2004/05/19 14:17:18 dr 1.3.174.3: RESYNC: (1.3-1.4); FILE MERGED 2004/01/09 12:19:33 dr 1.3.174.2: #i22640# SvxAlignmentTabPage -> svx::AlignmentTabPage 2004/01/07 08:37:57 dr 1.3.174.1: #i22640# Moved border controls from SvxAlignmentTabPage to SvxBorderTabPage

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [52cd8d21f31c6afa545af28885558823ba451580]

        INTEGRATION: CWS dr14 (1.27.96); FILE MERGED 2004/06/04 18:22:13 dr 1.27.96.3: RESYNC: (1.28-1.30); FILE MERGED 2004/03/15 19:28:09 dr 1.27.96.2: RESYNC: (1.27-1.28); FILE MERGED 2004/01/07 08:35:20 dr 1.27.96.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fffd34f29a533e22fe43f1d7db44670fa1d8fe9e]

        INTEGRATION: CWS insight01 (1.16.92); FILE MERGED 2004/06/29 12:55:01 oj 1.16.92.1: #i30626# naming corrected

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8e8e40ef289a61cda69f397ec23663d5d968868]

        INTEGRATION: CWS dr14 (1.65.8); FILE MERGED 2004/06/10 19:10:06 dr 1.65.8.4: RESYNC: (1.67-1.68); FILE MERGED 2004/03/15 19:28:38 dr 1.65.8.3: RESYNC: (1.66-1.67); FILE MERGED 2004/02/13 15:30:34 dr 1.65.8.2: RESYNC: (1.65-1.66); FILE MERGED 2004/01/07 08:35:52 dr 1.65.8.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0f3229ad8968be52972cf1e7cc8dd7848ad86f7]

        INTEGRATION: CWS insight01 (1.31.2); FILE MERGED 2004/07/12 10:25:23 oj 1.31.2.4: typename added 2004/07/08 11:18:58 oj 1.31.2.3: wntmsci10 problem with templates 2004/06/29 12:55:02 oj 1.31.2.2: #i30626# naming corrected 2004/02/12 16:06:34 oj 1.31.2.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6b94071cbc2cb3ffdd4cddbede136e6823c61ae]

        INTEGRATION: CWS insight01 (1.32.52); FILE MERGED 2004/05/28 11:23:23 oj 1.32.52.2: RESYNC: (1.32-1.33); FILE MERGED 2004/05/13 14:15:19 oj 1.32.52.1: #i18608# use default format key if not already set

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [34739146e8f8d3ef8c134fa7c2558859bf9d3d47]

        INTEGRATION: CWS insight01 (1.38.2); FILE MERGED 2004/07/06 08:14:56 oj 1.38.2.4: RESYNC: (1.39-1.40); FILE MERGED 2004/05/25 13:41:04 oj 1.38.2.3: #i19979# check if column is in () 2004/05/12 10:48:10 oj 1.38.2.2: change SQLFilterOperator 2004/05/06 14:21:19 oj 1.38.2.1: #i26794# parse in_predicate as well

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6edf2b055d09f2bd4b5e5bf0686158ffb621933a]

        INTEGRATION: CWS dr14 (1.12.46); FILE MERGED 2004/05/19 14:06:07 dr 1.12.46.5: RESYNC: (1.12-1.13); FILE MERGED 2004/04/15 17:39:20 dr 1.12.46.4: #i23675# diagonal borders, diagonal clipping usage 2004/04/14 15:50:51 dr 1.12.46.3: #i23675# namespace frmlnk -> frame 2004/04/01 12:25:03 dr 1.12.46.2: #i32675# svx::frmlnk::[Diag]Style - classes instead of structs 2004/03/15 13:09:54 dr 1.12.46.1: #i23675# diagonal borders step 6: TableAutoFormats support diagonal frame lines

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eb063cd8c157fddbc790a2ccab78e338c05147d]

        INTEGRATION: CWS insight01 (1.24.2); FILE MERGED 2004/07/20 12:57:24 oj 1.24.2.4: merge conflict 2004/06/29 10:33:55 oj 1.24.2.3: add [] after delete call for buffer 2004/06/01 12:56:10 oj 1.24.2.2: merge 2004/05/12 12:57:04 oj 1.24.2.1: #i25146# add datevbalue and timevalue

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [86251e219907ba8cc85ce9bbb18596e1d67cfc47]

        INTEGRATION: CWS dr14 (1.10.324); FILE MERGED 2004/03/15 13:09:03 dr 1.10.324.2: #i23675# diagonal borders step 6: TableAutoFormats support diagonal frame lines 2003/12/18 13:27:23 dr 1.10.324.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e67f859b1a55ddb78b5c9e09eb086339c56d9af]

        INTEGRATION: CWS insight01 (1.45.2); FILE MERGED 2004/07/20 12:55:29 oj 1.45.2.4: merge conflict 2004/06/01 12:56:09 oj 1.45.2.3: merge 2004/05/12 12:57:04 oj 1.45.2.2: #i25146# add datevbalue and timevalue 2004/05/06 12:05:11 oj 1.45.2.1: #115919# fix timestamp

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [52fa4b081d1988e7a1336d6039aa3f9e1e3f7af1]

        INTEGRATION: CWS dr14 (1.3.508); FILE MERGED 2004/03/15 13:07:46 dr 1.3.508.2: #i23675# diagonal borders step 6: AutoFormats support diagonal frame lines 2003/12/18 13:26:55 dr 1.3.508.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1c499425e73456049ea12a76e18790fcfb34d38]

        INTEGRATION: CWS insight01 (1.13.2); FILE MERGED 2004/07/05 06:11:44 oj 1.13.2.1: new service for parameter substitution

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d554011fc2930e1abd3f10ed52b6c29b89e6ade]

        INTEGRATION: CWS insight01 (1.22.52); FILE MERGED 2004/05/21 08:22:41 oj 1.22.52.3: #i25041# fix longvar char 2004/05/13 10:22:00 oj 1.22.52.2: #i25875# set the needed data 2004/03/06 16:00:55 oj 1.22.52.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [975326933e560157e8208e7f70449e458846359b]

        INTEGRATION: CWS insight01 (1.3.92); FILE MERGED 2003/08/01 11:52:28 oj 1.3.92.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3fbe9b6916b2fba5dfbef1003270536f8aa9fd7]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/05/17 09:01:32 oj 1.1.2.1: #i17123# auto_increment fix for MySQL

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [14427a5571e665680ac1e33ef3228b7d5b1f8f9b]

        INTEGRATION: CWS insight01 (1.5.114); FILE MERGED 2004/03/06 15:59:44 oj 1.5.114.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [62a008d272698d752c13c8b0ca273d4b6fc1fd05]

        INTEGRATION: CWS insight01 (1.5.38); FILE MERGED 2004/01/02 14:58:25 oj 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED 2003/08/01 11:52:28 oj 1.5.38.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [55caa443e63045b0ed363931081552cc74fecd29]

        INTEGRATION: CWS insight01 (1.1.136); FILE MERGED 2003/08/01 11:52:29 oj 1.1.136.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc6300effccb26f3a8fd1a9be7f3ef36a3245ecb]

        INTEGRATION: CWS insight01 (1.9.14); FILE MERGED 2004/06/03 14:47:03 oj 1.9.14.1: #i18836# imple between key word

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [723b69c4183836e877e2c70bb140cf67a1cab479]

        INTEGRATION: CWS insight01 (1.31.14); FILE MERGED 2004/03/06 15:58:19 oj 1.31.14.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f07fa240261637f9259e6e5b5ccc27f4fea96176]

        INTEGRATION: CWS insight01 (1.33.14); FILE MERGED 2004/06/29 12:55:02 oj 1.33.14.1: #i30626# naming corrected

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc3140fae166a6c22584a6abcca320787db3f28e]

        INTEGRATION: CWS insight01 (1.1.1.1.136); FILE MERGED 2003/08/01 11:52:29 oj 1.1.1.1.136.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2382b1dd1ff35d963f06447575ee45d73bb54039]

        INTEGRATION: CWS insight01 (1.1.130); FILE MERGED 2003/08/01 11:52:30 oj 1.1.130.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [620bc4e2db8dce68847af27aeec51d1d927f6444]

        INTEGRATION: CWS insight01 (1.8.114); FILE MERGED 2004/06/29 12:55:04 oj 1.8.114.2: #i30626# naming corrected 2004/05/28 09:40:05 oj 1.8.114.1: add diaposing

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f182d901ca9d3d722e9bc66eb581106f6030854]

        INTEGRATION: CWS insight01 (1.6.114); FILE MERGED 2004/03/06 15:57:35 oj 1.6.114.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0830cbae4d04521900940cfd1344c51ac4ff6213]

        INTEGRATION: CWS insight01 (1.7.104); FILE MERGED 2004/03/06 16:04:34 oj 1.7.104.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f414cfdc99ff02bca601597e779c0547a8616f87]

        INTEGRATION: CWS insight01 (1.13.26); FILE MERGED 2004/06/01 13:27:56 oj 1.13.26.1: merge

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [51046c35b138abceb99843a9c92eb2c9d829f3a1]

        INTEGRATION: CWS insight01 (1.9.92); FILE MERGED 2004/07/05 13:41:47 oj 1.9.92.1: remove sal_NO_VTABLE

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6ea5a042c5195defad1ac8e7f9616fecef170fa]

        INTEGRATION: CWS insight01 (1.23.14); FILE MERGED 2004/05/21 08:21:42 oj 1.23.14.2: #i25041# fix longvar char 2004/03/06 16:14:48 oj 1.23.14.1: #i24491# ini values and correct setconnAtt

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [84ef4cca19b7b4d154bfcb2634411a153cc815ce]

        INTEGRATION: CWS insight01 (1.31.40); FILE MERGED 2004/05/28 11:21:07 oj 1.31.40.2: RESYNC: (1.31-1.32); FILE MERGED 2004/05/21 08:21:42 oj 1.31.40.1: #i25041# fix longvar char

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8687beec5dfc08b28accc7779e0f7762cd947f12]

        INTEGRATION: CWS insight01 (1.55.4); FILE MERGED 2004/05/28 11:20:47 oj 1.55.4.6: RESYNC: (1.55-1.56); FILE MERGED 2004/05/21 09:32:32 oj 1.55.4.5: #i21820# need to close cursor when disposing resultset and correct the order of unbind resetparams 2004/05/21 08:21:42 oj 1.55.4.4: #i25041# fix longvar char 2004/05/13 10:21:16 oj 1.55.4.3: #i25875# set the needed data 2004/04/23 06:26:40 oj 1.55.4.2: static cast 2004/03/06 16:01:18 oj 1.55.4.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [39161921c0d58b9e3eeda95b80d12bdbd3f991b3]

        INTEGRATION: CWS insight01 (1.37.8); FILE MERGED 2004/05/21 09:32:31 oj 1.37.8.2: #i21820# need to close cursor when disposing resultset and correct the order of unbind resetparams 2004/05/21 08:21:41 oj 1.37.8.1: #i25041# fix longvar char

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [48c8a2ce82ee6f9b5595c891829aba4550626ed1]

        INTEGRATION: CWS insight01 (1.9.94); FILE MERGED 2003/08/04 10:41:12 oj 1.9.94.2: #111090# further coding 2003/08/01 11:52:31 oj 1.9.94.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7c63202431e9fa48303fef6257852507da54c9a]

        INTEGRATION: CWS insight01 (1.29.16); FILE MERGED 2004/03/06 16:14:48 oj 1.29.16.1: #i24491# ini values and correct setconnAtt

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebaceaa306f168b65662ce997ee855103ed6215a]

        INTEGRATION: CWS insight01 (1.3.92); FILE MERGED 2004/05/17 09:00:49 oj 1.3.92.1: #i17123# auto_increment fix for MySQL

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [79c45db72571f5ac4dfebfd628e3198c93f350ef]

        INTEGRATION: CWS insight01 (1.2.92); FILE MERGED 2004/02/12 16:06:33 oj 1.2.92.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a98f204973addd7770a49915fc9c7beed2483a6]

        INTEGRATION: CWS insight01 (1.3.92); FILE MERGED 2004/02/12 16:06:33 oj 1.3.92.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c22258e918076e122a4ef5367fe90b3ad657188e]

        INTEGRATION: CWS insight01 (1.4.20); FILE MERGED 2004/05/17 09:00:50 oj 1.4.20.1: #i17123# auto_increment fix for MySQL

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [db80a48346df1856e751d6b73a53e825157cb867]

        INTEGRATION: CWS insight01 (1.8.52); FILE MERGED 2004/02/27 14:31:01 oj 1.8.52.3: #111075# set the class name in info prop 2003/08/04 10:41:11 oj 1.8.52.2: #111090# further coding 2003/08/01 11:52:31 oj 1.8.52.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [33f3355ea9384d1c6ea539cc44e17ced175d7c3a]

        INTEGRATION: CWS dr14 (1.19.198); FILE MERGED 2004/07/12 15:11:04 dr 1.19.198.5: RESYNC: (1.22-1.23); FILE MERGED 2004/06/10 18:49:29 dr 1.19.198.4: RESYNC: (1.21-1.22); FILE MERGED 2004/05/19 12:58:03 dr 1.19.198.3: RESYNC: (1.20-1.21); FILE MERGED 2004/02/13 17:09:54 dr 1.19.198.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/26 14:57:36 dr 1.19.198.1: #i22640# new cell attribute 'shrink to fit'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5fa133d16ceedccd91dc73a21557a4a9fe22a31]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/05/17 09:01:41 oj 1.1.2.1: #i17123# auto_increment fix for MySQL

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b8349a842f3e4d185101a23e33d537f912add99]

        INTEGRATION: CWS dr14 (1.36.20); FILE MERGED 2004/06/10 18:46:03 dr 1.36.20.2: RESYNC: (1.36-1.37); FILE MERGED 2004/04/08 14:53:57 dr 1.36.20.1: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f7f3a3cd1b7a38423ac8ad177356664e5823bcb]

        INTEGRATION: CWS insight01 (1.5.110); FILE MERGED 2004/07/06 08:20:04 oj 1.5.110.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/06 16:03:58 oj 1.5.110.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c70456c7515d9f7d0774276ed7508de136a872a6]

        INTEGRATION: CWS dr14 (1.34.34); FILE MERGED 2004/07/22 16:27:40 dr 1.34.34.4: RESYNC: (1.36-1.37); FILE MERGED 2004/06/10 18:45:04 dr 1.34.34.3: RESYNC: (1.35-1.36); FILE MERGED 2004/04/21 09:29:42 dr 1.34.34.2: RESYNC: (1.34-1.35); FILE MERGED 2004/04/08 14:53:56 dr 1.34.34.1: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ab9f78b3cec2f2b8fdde8072f11858c0729a99a]

        INTEGRATION: CWS insight01 (1.17.8); FILE MERGED 2004/07/06 08:17:40 oj 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2004/03/06 16:03:58 oj 1.17.8.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3f8677849de4f75c3d1327643ab6dcecaadb6e6]

        INTEGRATION: CWS dr14 (1.11.20); FILE MERGED 2004/07/22 16:27:30 dr 1.11.20.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/10 18:44:02 dr 1.11.20.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/08 14:53:53 dr 1.11.20.1: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [80a9131fb19ea6f8a86b3fd017f58b3f4c5f1152]

        INTEGRATION: CWS insight01 (1.4.112); FILE MERGED 2003/08/01 11:52:32 oj 1.4.112.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c95aae251cbbc9bc9bbdd309575499aec495db49]

        INTEGRATION: CWS dr14 (1.36.42); FILE MERGED 2004/07/09 17:07:52 nn 1.36.42.6: #i22640# implementation of shrink to fit 2004/07/07 18:11:16 nn 1.36.42.5: #i22928# handle cell alignment 'fill' 2004/06/10 18:43:54 dr 1.36.42.4: RESYNC: (1.38-1.39); FILE MERGED 2004/04/08 14:53:52 dr 1.36.42.3: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array 2004/02/13 17:06:10 dr 1.36.42.2: RESYNC: (1.36-1.38); FILE MERGED 2003/12/18 13:43:14 dr 1.36.42.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecf165f6fb641fd051adf8da96bcbf89b35619fd]

        INTEGRATION: CWS insight01 (1.7.94); FILE MERGED 2004/07/08 10:25:50 oj 1.7.94.5: merge conflict 2004/07/06 08:19:14 oj 1.7.94.4: RESYNC: (1.8-1.9); FILE MERGED 2004/01/02 14:52:16 oj 1.7.94.3: RESYNC: (1.7-1.8); FILE MERGED 2003/08/04 10:41:10 oj 1.7.94.2: #111090# further coding 2003/08/01 11:52:33 oj 1.7.94.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [30c585f34f16dbf4e68c61438f031fd4870c4dad]

        INTEGRATION: CWS dr14 (1.22.32); FILE MERGED 2004/06/10 18:43:44 dr 1.22.32.7: RESYNC: (1.22-1.23); FILE MERGED 2004/04/15 15:50:22 dr 1.22.32.6: #i23675# diagonal borders step 7e: support for merged cells improved 2004/04/14 16:41:28 dr 1.22.32.5: #i23675# diagonal borders step 7d: support for merged cells improved 2004/04/14 16:00:05 dr 1.22.32.4: #i23675# diagonal borders step 7d: support for merged cells improved 2004/04/08 14:53:52 dr 1.22.32.3: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array 2004/04/01 12:08:25 dr 1.22.32.2: #i23675# diagonal borders step 7b: CellInfo uses svx::frmlnk::Style instead of SvxBorderLine 2004/03/26 17:06:16 dr 1.22.32.1: #i23675# diagonal borders step 7a: drop ScLineStruct

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a94745f000d5a3c6bd3709ea97536ee0bb118143]

        INTEGRATION: CWS dr14 (1.21.20); FILE MERGED 2004/06/14 09:36:53 dr 1.21.20.4: #100000# merge error 2004/06/10 18:42:56 dr 1.21.20.3: RESYNC: (1.22-1.23); FILE MERGED 2004/04/21 09:29:33 dr 1.21.20.2: RESYNC: (1.21-1.22); FILE MERGED 2004/04/08 14:53:49 dr 1.21.20.1: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2296de964a6ac8bd2bb36e7116b849ba40891de]

        INTEGRATION: CWS insight01 (1.15.14); FILE MERGED 2004/05/28 11:17:25 oj 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2004/04/23 06:25:48 oj 1.15.14.1: new switch to disable catalog and schema

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7719960a98877a7b528cf089e454f511ff15acf]

        INTEGRATION: CWS dr14 (1.44.74); FILE MERGED 2004/07/22 16:27:09 dr 1.44.74.9: RESYNC: (1.56-1.57); FILE MERGED 2004/07/12 15:10:40 dr 1.44.74.8: RESYNC: (1.55-1.56); FILE MERGED 2004/06/10 18:42:27 dr 1.44.74.7: RESYNC: (1.53-1.55); FILE MERGED 2004/06/03 14:01:53 dr 1.44.74.6: RESYNC: (1.52-1.53); FILE MERGED 2004/05/19 12:55:33 dr 1.44.74.5: RESYNC: (1.51-1.52); FILE MERGED 2004/04/21 09:29:15 dr 1.44.74.4: RESYNC: (1.49-1.51); FILE MERGED 2004/03/15 18:38:52 dr 1.44.74.3: RESYNC: (1.47-1.49); FILE MERGED 2004/02/13 17:04:48 dr 1.44.74.2: RESYNC: (1.44-1.47); FILE MERGED 2003/12/18 13:43:12 dr 1.44.74.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0480cf79992c2f35eb5cae365465b47b784d9cd0]

        INTEGRATION: CWS insight01 (1.18.38); FILE MERGED 2004/03/06 16:00:16 oj 1.18.38.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b404a8cb15cf474a2185a6284040b9d74fe4936]

        INTEGRATION: CWS insight01 (1.15.14); FILE MERGED 2004/01/02 14:54:18 oj 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2003/08/01 11:52:34 oj 1.15.14.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef4d8ffb6a18fe6c9bb5bdc42b6107e5218d8ab4]

        INTEGRATION: CWS dr14 (1.26.308); FILE MERGED 2004/06/10 18:39:41 dr 1.26.308.5: RESYNC: (1.29-1.30); FILE MERGED 2004/04/21 09:28:30 dr 1.26.308.4: RESYNC: (1.27-1.29); FILE MERGED 2004/03/15 18:40:54 dr 1.26.308.3: RESYNC: (1.26-1.27); FILE MERGED 2003/12/18 15:51:27 dr 1.26.308.2: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state 2003/12/18 13:41:33 dr 1.26.308.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f8e8c2f05923743bcf661fbc7244ca3539cf5bc]

        INTEGRATION: CWS insight01 (1.29.26); FILE MERGED 2003/08/04 10:41:08 oj 1.29.26.2: #111090# further coding 2003/08/01 11:52:34 oj 1.29.26.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bdea6ae438a84cce0c0aafd7304687577b12156]

        INTEGRATION: CWS dr14 (1.78.38); FILE MERGED 2004/06/10 18:37:08 dr 1.78.38.8: RESYNC: (1.83-1.84); FILE MERGED 2004/04/21 09:27:14 dr 1.78.38.7: RESYNC: (1.82-1.83); FILE MERGED 2004/04/20 15:44:19 sab 1.78.38.6: #i23675#: add support of diagonal borders and shrink to fit 2004/03/15 18:39:57 dr 1.78.38.5: RESYNC: (1.80-1.82); FILE MERGED 2004/02/13 17:10:16 dr 1.78.38.4: RESYNC: (1.79-1.80); FILE MERGED 2004/01/05 18:21:46 dr 1.78.38.3: RESYNC: (1.78-1.79); FILE MERGED 2003/12/18 15:51:26 dr 1.78.38.2: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state 2003/12/18 13:41:32 dr 1.78.38.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a84f665a71eefd01e98046bcd85f3ac84ec1423]

        INTEGRATION: CWS dr14 (1.8.62); FILE MERGED 2003/12/18 15:51:26 dr 1.8.62.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c37ca1fddea86c456e6644d19e653dbf5946ea8]

        INTEGRATION: CWS insight01 (1.43.16); FILE MERGED 2004/06/29 12:55:05 oj 1.43.16.2: #i30626# naming corrected 2004/05/05 11:01:15 oj 1.43.16.1: #i28754# check ext before checking name

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [18b24750b0d00804c92afac72ebb731fddcf3e9d]

        INTEGRATION: CWS dr14 (1.5.310); FILE MERGED 2004/05/19 12:53:39 dr 1.5.310.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/09 12:19:08 dr 1.5.310.1: #i22640# SvxAlignmentTabPage -> svx::AlignmentTabPage

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0c52649ee37065fe07fd00bafdd77acbd7d820f]

        INTEGRATION: CWS insight01 (1.4.94); FILE MERGED 2003/08/04 10:41:07 oj 1.4.94.2: #111090# further coding 2003/08/01 11:52:35 oj 1.4.94.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [86c5930e98a48fef73253535fa7508c187a093f0]

        INTEGRATION: CWS insight01 (1.19.14); FILE MERGED 2004/06/03 14:48:29 oj 1.19.14.3: #i18836# imple between key word 2004/05/28 11:16:26 oj 1.19.14.2: RESYNC: (1.19-1.20); FILE MERGED 2004/05/12 10:48:11 oj 1.19.14.1: change SQLFilterOperator

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c882bc444c755de798364026593e689a7df3f2d]

        INTEGRATION: CWS dr14 (1.2.6); FILE MERGED 2004/05/28 12:20:30 dr 1.2.6.1: #100000# dialogdiet changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f29917dba72a41059f5b17fe49080cfae05aec94]

        INTEGRATION: CWS insight01 (1.21.14); FILE MERGED 2004/05/28 11:16:17 oj 1.21.14.2: RESYNC: (1.21-1.22); FILE MERGED 2004/05/12 10:48:11 oj 1.21.14.1: change SQLFilterOperator

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7193506faacaa90f330001e76b01cddced12245d]

        INTEGRATION: CWS dr14 (1.10.24); FILE MERGED 2004/05/19 12:48:34 dr 1.10.24.7: RESYNC: (1.10-1.11); FILE MERGED 2004/04/15 17:39:03 dr 1.10.24.6: #i23675# diagonal borders, diagonal clipping usage 2004/04/14 15:59:10 dr 1.10.24.5: #i23675# diagonal borders step 7d: support for merged cells improved 2004/04/01 12:06:42 dr 1.10.24.4: #i32675# svx::frmlnk::[Diag]Style - classes instead of structs 2004/03/15 13:06:37 dr 1.10.24.3: #i23675# diagonal borders step 5a: draw text before borders 2004/03/12 17:17:50 dr 1.10.24.2: #i23675# diagonal borders step 6: Calc AutoFormats use diagonal frame lines 2004/03/12 15:33:21 dr 1.10.24.1: #i23675# diagonal borders step 5: AutoFormat dialog uses new svx frame drawing functionality

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c18fa3f753b6a55d9b02577fd92388b4413aeea]

        INTEGRATION: CWS insight01 (1.30.14); FILE MERGED 2004/05/28 11:16:09 oj 1.30.14.2: RESYNC: (1.30-1.31); FILE MERGED 2004/04/21 07:50:45 oj 1.30.14.1: #i27832# check if name is known in select list when not known in table

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b744b6f090b6d2ed6e57dd4e72de0e1a513a099]

        INTEGRATION: CWS insight01 (1.16.52); FILE MERGED 2004/07/16 10:08:12 oj 1.16.52.1: #i26347# isSigned corrected

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5990921e65526e829a18d12250f6434be859a0f]

        INTEGRATION: CWS dr14 (1.10.20); FILE MERGED 2004/06/10 18:25:31 dr 1.10.20.2: RESYNC: (1.10-1.11); FILE MERGED 2004/04/08 14:52:07 dr 1.10.20.1: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b43bf5fb2e2b376727bea6d1cbee7372b5af313f]

        INTEGRATION: CWS insight01 (1.88.14); FILE MERGED 2004/07/06 08:15:28 oj 1.88.14.3: RESYNC: (1.88-1.89); FILE MERGED 2004/05/12 10:48:12 oj 1.88.14.2: change SQLFilterOperator 2004/03/06 15:58:53 oj 1.88.14.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab2323cf5cbde2f0d452556fac92e6b21fb7b9aa]

        INTEGRATION: CWS dr14 (1.12.78); FILE MERGED 2004/06/10 18:23:16 dr 1.12.78.4: RESYNC: (1.15-1.16); FILE MERGED 2004/06/03 14:00:11 dr 1.12.78.3: RESYNC: (1.14-1.15); FILE MERGED 2004/04/21 09:24:46 dr 1.12.78.2: RESYNC: (1.12-1.14); FILE MERGED 2004/04/08 14:52:07 dr 1.12.78.1: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [216b9a265a66134e295709e236d93f50b31d121c]

        INTEGRATION: CWS insight01 (1.8.98); FILE MERGED 2003/08/04 10:41:06 oj 1.8.98.2: #111090# further coding 2003/08/01 11:52:36 oj 1.8.98.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb86d7fd7ff64ee23785034e5398ac03fa6b658d]

        INTEGRATION: CWS dr14 (1.3.326); FILE MERGED 2004/06/10 18:20:45 dr 1.3.326.6: RESYNC: (1.4-1.5); FILE MERGED 2004/05/28 12:20:10 dr 1.3.326.5: #100000# dialogdiet changes 2004/05/19 12:44:58 dr 1.3.326.4: RESYNC: (1.3-1.4); FILE MERGED 2004/04/14 15:58:49 dr 1.3.326.3: #i23675# diagonal borders step 7d: support for merged cells improved 2004/03/12 17:17:30 dr 1.3.326.2: #i23675# diagonal borders step 6: Calc AutoFormats use diagonal frame lines 2004/03/12 15:32:20 dr 1.3.326.1: #i23675# diagonal borders step 5: AutoFormat dialog uses new svx frame drawing functionality

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [648b8ba01e1427a7951abc18b586bf204db89421]

        INTEGRATION: CWS insight01 (1.39.92); FILE MERGED 2003/08/01 11:52:36 oj 1.39.92.1: #111090# getPropertyInfo at driver

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee83874fecb47a1f32a3cf1988f5ad3a742181bc]

        INTEGRATION: CWS dr14 (1.12.52); FILE MERGED 2004/06/10 18:18:01 dr 1.12.52.2: RESYNC: (1.12-1.13); FILE MERGED 2004/04/08 14:51:15 dr 1.12.52.1: #100000# warning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea114999b234a062fe0e139edea520a2dfdd5157]

        INTEGRATION: CWS insight01 (1.5.16); FILE MERGED 2004/05/05 11:01:15 oj 1.5.16.1: #i28754# check ext before checking name

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7793c61781177e6e3bd820b75398e58101bd15d]

        INTEGRATION: CWS dr14 (1.5.4); FILE MERGED 2004/05/19 12:40:10 dr 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/09 12:18:52 dr 1.5.4.1: #i22640# SvxAlignmentTabPage -> svx::AlignmentTabPage

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [484c4fb3c331e9025398dc982150c7a8ac4b3ac4]

        INTEGRATION: CWS insight01 (1.2.22); FILE MERGED 2003/08/04 06:11:34 oj 1.2.22.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [53787595f0f15f404c77f27ef11aa8e3f8e3e5ab]

        INTEGRATION: CWS dr14 (1.49.24); FILE MERGED 2004/06/10 18:10:44 dr 1.49.24.4: RESYNC: (1.52-1.53); FILE MERGED 2004/04/21 09:21:16 dr 1.49.24.3: RESYNC: (1.51-1.52); FILE MERGED 2004/02/13 17:24:12 dr 1.49.24.2: RESYNC: (1.49-1.51); FILE MERGED 2003/12/18 13:37:49 dr 1.49.24.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9dc53dc8554aaf15027acb39c32e2c81b0d825f]

        INTEGRATION: CWS dr14 (1.45.42); FILE MERGED 2004/07/22 16:21:26 dr 1.45.42.2: RESYNC: (1.45-1.46); FILE MERGED 2004/07/20 14:34:00 dr 1.45.42.1: #i23675# XML import of diag line styles fixed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [95776ab71f763abee28353b701fbd441e3667b54]

        INTEGRATION: CWS insight01 (1.19.114); FILE MERGED 2004/02/12 16:06:33 oj 1.19.114.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52d2436fa963c95a3696daa1d35e65c829ea173]

        INTEGRATION: CWS dr14 (1.24.86); FILE MERGED 2004/04/20 15:44:59 sab 1.24.86.1: #i23675#: add support of diagonal borders,shrink to fit and repeated content

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [93592f3385ef74f204d7c59de0f8c15e1c5fd419]

        INTEGRATION: CWS insight01 (1.83.16); FILE MERGED 2004/06/29 12:55:06 oj 1.83.16.3: #i30626# naming corrected 2004/05/28 11:15:26 oj 1.83.16.2: RESYNC: (1.83-1.84); FILE MERGED 2004/05/05 11:01:14 oj 1.83.16.1: #i28754# check ext before checking name

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8a6af66f03c75bc578276d9765c271f84ab4d9a]

        INTEGRATION: CWS dr14 (1.48.22); FILE MERGED 2004/07/28 14:56:47 sab 1.48.22.4: #i32086#; add repeat-content to map 2004/07/22 16:21:16 dr 1.48.22.3: RESYNC: (1.49-1.50); FILE MERGED 2004/05/19 12:39:18 dr 1.48.22.2: RESYNC: (1.48-1.49); FILE MERGED 2004/04/20 15:44:58 sab 1.48.22.1: #i23675#: add support of diagonal borders,shrink to fit and repeated content

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9b27fcdd9f69caf5b3f4b0290d81a4b65fd1845]

        INTEGRATION: CWS insight01 (1.12.8); FILE MERGED 2004/02/12 16:06:32 oj 1.12.8.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8135dca40a549c78a77c125e36bae09ef09e438]

        INTEGRATION: CWS dr14 (1.9.206); FILE MERGED 2004/06/10 18:01:50 dr 1.9.206.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/18 13:37:14 dr 1.9.206.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [11b35de26e11b4abd277d7a5736d6a94c4a18adb]

        INTEGRATION: CWS insight01 (1.11.114); FILE MERGED 2004/02/12 16:06:32 oj 1.11.114.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9b65b54ee9c09d93d42ec3f91f814216e2d5dcd]

        INTEGRATION: CWS dr14 (1.11.22); FILE MERGED 2004/06/10 17:59:32 dr 1.11.22.4: RESYNC: (1.14-1.15); FILE MERGED 2004/03/15 18:52:22 dr 1.11.22.3: RESYNC: (1.12-1.14); FILE MERGED 2004/02/13 17:28:43 dr 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2003/12/18 13:49:41 dr 1.11.22.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cac9af768c3841a813532d82591da4a64ed87c91]

        INTEGRATION: CWS insight01 (1.3.124); FILE MERGED 2004/05/28 11:15:17 oj 1.3.124.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/12 10:48:12 oj 1.3.124.1: change SQLFilterOperator

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a31ce62efc34108261f9a3ccb14083a6a1f2342f]

        INTEGRATION: CWS dr14 (1.8.24); FILE MERGED 2004/06/03 13:58:47 dr 1.8.24.4: RESYNC: (1.9-1.10); FILE MERGED 2004/02/13 17:28:35 dr 1.8.24.3: RESYNC: (1.8-1.9); FILE MERGED 2003/12/18 13:55:08 dr 1.8.24.2: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state #i23675# Preparations for import/export of diagonal lines 2003/11/26 14:57:05 dr 1.8.24.1: #i22640# new cell attribute 'shrink to fit'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceb075fa3f63b6c79efe66338bce1bdf451e664e]

        INTEGRATION: CWS insight01 (1.35.16); FILE MERGED 2004/06/29 13:21:44 oj 1.35.16.1: #i30864# add point

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a0e620a43b18220cb8bf61ebab29c35f8f6567e]

        INTEGRATION: CWS dr14 (1.10.20); FILE MERGED 2004/06/10 17:58:28 dr 1.10.20.4: RESYNC: (1.13-1.15); FILE MERGED 2004/03/15 18:51:39 dr 1.10.20.3: RESYNC: (1.11-1.13); FILE MERGED 2004/02/13 17:28:03 dr 1.10.20.2: RESYNC: (1.10-1.11); FILE MERGED 2003/12/18 13:49:41 dr 1.10.20.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [053a65d91360c3fb4012fee3497bee4521fe88e2]

        INTEGRATION: CWS dr14 (1.7.24); FILE MERGED 2004/06/10 17:58:08 dr 1.7.24.3: RESYNC: (1.8-1.9); FILE MERGED 2004/03/15 18:51:32 dr 1.7.24.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/18 13:55:08 dr 1.7.24.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state #i23675# Preparations for import/export of diagonal lines

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf6490ba4f1252e544ed7c189fdd937db60f7b32]

        INTEGRATION: CWS insight01 (1.5.94); FILE MERGED 2003/08/04 10:41:05 oj 1.5.94.2: #111090# further coding 2003/08/04 06:11:35 oj 1.5.94.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c484cee21d656997a3fe4500a1b3e84cfa3ff061]

        INTEGRATION: CWS dr14 (1.8.24); FILE MERGED 2003/12/18 13:55:07 dr 1.8.24.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state #i23675# Preparations for import/export of diagonal lines

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [92004285f7f1611f78b10630c45b898d5492db7c]

        INTEGRATION: CWS insight01 (1.13.114); FILE MERGED 2004/02/12 16:06:32 oj 1.13.114.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [719b824704b5ecb89be0af78186ae5ae7c445581]

        INTEGRATION: CWS dr14 (1.12.22); FILE MERGED 2004/06/10 17:48:17 dr 1.12.22.4: RESYNC: (1.15-1.16); FILE MERGED 2004/03/15 18:57:52 dr 1.12.22.3: RESYNC: (1.13-1.15); FILE MERGED 2004/02/13 17:31:50 dr 1.12.22.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/18 13:47:09 dr 1.12.22.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad7c2b65dfac60f67159263f43ae86a5ca3ae019]

        INTEGRATION: CWS insight01 (1.4.94); FILE MERGED 2003/08/04 06:11:36 oj 1.4.94.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e99a2edf8e6c345d50330ac8d44abc6a7f4258d]

        INTEGRATION: CWS dr14 (1.8.24); FILE MERGED 2004/06/03 13:57:22 dr 1.8.24.4: RESYNC: (1.9-1.10); FILE MERGED 2004/01/05 18:58:25 dr 1.8.24.3: RESYNC: (1.8-1.9); FILE MERGED 2003/12/18 13:54:47 dr 1.8.24.2: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state #i23675# Preparations for import/export of diagonal lines 2003/11/26 14:56:52 dr 1.8.24.1: #i22640# new cell attribute 'shrink to fit'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [505993acdab3d0af21e57d1f4252b071ef9742c9]

        INTEGRATION: CWS insight01 (1.8.114); FILE MERGED 2004/05/11 12:04:37 oj 1.8.114.2: #i21957# make use of a password when set 2003/08/04 06:11:36 oj 1.8.114.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [18fa5b7eaacd5573519699f91d0f2a00441a6bdf]

        INTEGRATION: CWS dr14 (1.12.24); FILE MERGED 2004/07/06 14:51:36 dr 1.12.24.6: #i22928# 'fill' alignment expands to empty cells 2004/06/10 17:47:24 dr 1.12.24.5: RESYNC: (1.13-1.14); FILE MERGED 2004/03/15 18:57:18 dr 1.12.24.4: RESYNC: (1.12-1.13); FILE MERGED 2004/01/15 15:39:39 dr 1.12.24.3: #i23675# import/export of diagonal cell borders 2003/12/18 13:54:46 dr 1.12.24.2: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state #i23675# Preparations for import/export of diagonal lines 2003/11/26 14:56:52 dr 1.12.24.1: #i22640# new cell attribute 'shrink to fit'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f595b66af2215049e4b599880989e64c19c79fad]

        INTEGRATION: CWS insight01 (1.12.92); FILE MERGED 2004/06/29 12:55:07 oj 1.12.92.2: #i30626# naming corrected 2003/08/15 08:43:04 oj 1.12.92.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7f0f178b8a734961edf54f329825ee3c89f46c1]

        INTEGRATION: CWS dr14 (1.10.24); FILE MERGED 2004/03/15 18:56:11 dr 1.10.24.4: RESYNC: (1.10-1.11); FILE MERGED 2004/01/15 15:39:40 dr 1.10.24.3: #i23675# import/export of diagonal cell borders 2003/12/18 13:54:45 dr 1.10.24.2: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state #i23675# Preparations for import/export of diagonal lines 2003/11/26 14:56:51 dr 1.10.24.1: #i22640# new cell attribute 'shrink to fit'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1564571fc4b71afe82e5ed82c108d50c4d837460]

        INTEGRATION: CWS insight01 (1.25.92); FILE MERGED 2004/06/29 12:55:08 oj 1.25.92.2: #i30626# naming corrected 2004/05/28 09:39:30 oj 1.25.92.1: add diaposing

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a364a44bd33d77d7c996aee399bdba4ad0e9a832]

        INTEGRATION: CWS dr14 (1.60.64); FILE MERGED 2004/06/10 17:41:36 dr 1.60.64.7: RESYNC: (1.63-1.64); FILE MERGED 2004/06/03 13:56:22 dr 1.60.64.6: RESYNC: (1.62-1.63); FILE MERGED 2004/03/26 16:15:18 dr 1.60.64.5: #100000# ByteString::operator+=(char) 2004/03/15 18:53:08 dr 1.60.64.4: RESYNC: (1.61-1.62); FILE MERGED 2004/01/05 18:56:22 dr 1.60.64.3: RESYNC: (1.60-1.61); FILE MERGED 2003/12/18 13:47:08 dr 1.60.64.2: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state 2003/11/26 14:56:50 dr 1.60.64.1: #i22640# new cell attribute 'shrink to fit'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8de66f95bdcac39e7452416b92c140078d849f87]

        INTEGRATION: CWS insight01 (1.17.98); FILE MERGED 2004/03/06 15:58:02 oj 1.17.98.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [122343e6c9a1f7665acc6277a9976a2d0ce3945d]

        INTEGRATION: CWS insight01 (1.13.26); FILE MERGED 2004/05/28 09:39:04 oj 1.13.26.1: little change

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b34cbcf60cf45ab0f68b810962eb9e45ae9e0b45]

        INTEGRATION: CWS insight01 (1.14.92); FILE MERGED 2003/08/04 06:11:37 oj 1.14.92.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bcc15c56cf075c026be1780241fbb6a1614dd8b]

        INTEGRATION: CWS dr14 (1.11.20); FILE MERGED 2004/06/15 08:07:44 dr 1.11.20.3: #100000# merge error 2004/06/10 17:38:29 dr 1.11.20.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/15 07:07:47 dr 1.11.20.1: #i23675# diagonal borders step 7d: support for merged cells improved

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aab696e8d569d083e368df93249d57414ebff101]

        INTEGRATION: CWS insight01 (1.20.92); FILE MERGED 2004/06/09 09:41:50 oj 1.20.92.6: changes for access type 2004/06/01 13:28:20 oj 1.20.92.5: merge 2004/05/28 11:14:15 oj 1.20.92.4: RESYNC: (1.20-1.21); FILE MERGED 2004/05/13 13:19:21 oj 1.20.92.3: #i21468# insert correction of dbtype 2003/08/04 10:41:04 oj 1.20.92.2: #111090# further coding 2003/08/04 06:11:37 oj 1.20.92.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8623cff6246ff1799594e2409587319a6bb3f93]

        INTEGRATION: CWS dr14 (1.19.206); FILE MERGED 2004/06/10 17:37:07 dr 1.19.206.3: RESYNC: (1.21-1.22); FILE MERGED 2004/02/13 17:32:35 dr 1.19.206.2: RESYNC: (1.19-1.21); FILE MERGED 2003/12/18 13:36:21 dr 1.19.206.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [84c5d2c030256a43827a4369ab2be0cf1d5d5c12]

        INTEGRATION: CWS insight01 (1.12.112); FILE MERGED 2004/02/12 16:06:31 oj 1.12.112.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ae1ff1974f2b8408b66a73e9403ef0aa3e9caf7]

        INTEGRATION: CWS dr14 (1.15.306); FILE MERGED 2004/03/15 13:05:44 dr 1.15.306.3: #i23675# diagonal borders step 6a: changed order of version info 2004/03/12 17:16:58 dr 1.15.306.2: #i23675# diagonal borders step 6: Calc AutoFormats use diagonal frame lines 2003/12/18 13:36:20 dr 1.15.306.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [78b0129b06c6267f301c692a7f843181745f0356]

        INTEGRATION: CWS insight01 (1.27.112); FILE MERGED 2004/02/12 16:06:31 oj 1.27.112.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [71a0989f18bc2ef9d09ab0f63551d23ff5037794]

        INTEGRATION: CWS dr14 (1.25.18); FILE MERGED 2004/06/10 17:31:27 dr 1.25.18.3: RESYNC: (1.26-1.27); FILE MERGED 2004/04/21 09:16:26 dr 1.25.18.2: RESYNC: (1.25-1.26); FILE MERGED 2004/04/08 14:50:38 dr 1.25.18.1: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4abe9867b558c5f2f0d1507a87e9dc42f12d1e53]

        INTEGRATION: CWS insight01 (1.17.98); FILE MERGED 2004/02/12 16:06:31 oj 1.17.98.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9313a8e90af089dbdc8bee5be0ff39da844f042]

        INTEGRATION: CWS dr14 (1.6.182); FILE MERGED 2004/06/10 17:31:07 dr 1.6.182.2: RESYNC: (1.6-1.7); FILE MERGED 2003/12/18 13:35:08 dr 1.6.182.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [79c7e890a6e2930e7220169b60c9f635d8d1ec2d]

        INTEGRATION: CWS insight01 (1.3.22); FILE MERGED 2004/07/05 13:30:32 oj 1.3.22.1: #i30450# check DBROOT

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5f87c25f2625cf8ce89b1cab08ddc8cbaecaeee]

        INTEGRATION: CWS dr14 (1.22.160); FILE MERGED 2004/07/07 18:11:32 nn 1.22.160.4: #i22928# handle cell alignment 'fill' 2004/04/08 14:50:38 dr 1.22.160.3: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array 2004/01/05 19:07:38 dr 1.22.160.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/18 13:35:06 dr 1.22.160.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8766d05157d20d8fb4d6560b4810edf6d471eb18]

        INTEGRATION: CWS insight01 (1.16.92); FILE MERGED 2003/08/04 10:41:03 oj 1.16.92.2: #111090# further coding 2003/08/04 06:11:38 oj 1.16.92.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [35139854ae7249364a68c25fedec24a737ba3427]

        INTEGRATION: CWS dr14 (1.32.74); FILE MERGED 2004/06/10 17:29:28 dr 1.32.74.6: RESYNC: (1.38-1.39); FILE MERGED 2004/06/03 13:55:31 dr 1.32.74.5: RESYNC: (1.37-1.38); FILE MERGED 2004/05/19 12:37:24 dr 1.32.74.4: RESYNC: (1.36-1.37); FILE MERGED 2004/03/15 19:03:03 dr 1.32.74.3: RESYNC: (1.34-1.36); FILE MERGED 2004/02/13 17:34:29 dr 1.32.74.2: RESYNC: (1.32-1.34); FILE MERGED 2003/12/18 13:35:04 dr 1.32.74.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec684a1c2f647e1c21b91f82568b3255c8aa0124]

        INTEGRATION: CWS insight01 (1.16.92); FILE MERGED 2003/08/04 06:11:39 oj 1.16.92.1: #111075# ongoing work

2004-08-02  Andre Fischer  <af@openoffice.org>  [37227d0d83a050ffe095cfe6a6956ac5b693d162]

        #i31854# Reordered StartShow() and Activate().  The later is now called at PresentationViewShellBase.

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9d104ba65a2be27cc33be3ed5f1a7cd61f27727]

        INTEGRATION: CWS dr14 (1.4.20); FILE MERGED 2004/07/12 14:44:32 dr 1.4.20.6: RESYNC: (1.5-1.6); FILE MERGED 2004/06/10 17:29:19 dr 1.4.20.5: RESYNC: (1.4-1.5); FILE MERGED 2004/04/15 15:49:30 dr 1.4.20.4: #i23675# diagonal borders step 7e: support for merged cells improved 2004/04/14 15:57:26 dr 1.4.20.3: #i23675# diagonal borders step 7d: support for merged cells improved 2004/04/08 14:50:38 dr 1.4.20.2: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array 2004/04/01 12:05:30 dr 1.4.20.1: #i23675# diagonal borders step 7b: CellInfo uses svx::frmlnk::Style instead of SvxBorderLine

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9558faba14bf3c61ccaf57853661f6b393cd0f07]

        INTEGRATION: CWS insight01 (1.4.114); FILE MERGED 2004/07/06 08:14:01 oj 1.4.114.4: RESYNC: (1.4-1.5); FILE MERGED 2004/07/05 13:42:32 oj 1.4.114.3: remove map file 2004/07/05 06:12:06 oj 1.4.114.2: new service for parameter substitution 2003/08/04 06:11:40 oj 1.4.114.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [32a5dcb481ec83ff83de61de1a4f0f01daef20dc]

        INTEGRATION: CWS dr14 (1.50.74); FILE MERGED 2004/06/10 17:27:32 dr 1.50.74.6: RESYNC: (1.55-1.56); FILE MERGED 2004/03/15 19:02:45 dr 1.50.74.5: RESYNC: (1.54-1.55); FILE MERGED 2004/02/13 17:33:58 dr 1.50.74.4: RESYNC: (1.52-1.54); FILE MERGED 2004/02/13 09:06:10 dr 1.50.74.3: #i23675# diagonal borders step 1: new svx::FrameSelector, new svx::frmlnk::* functions 2004/01/05 19:05:53 dr 1.50.74.2: RESYNC: (1.50-1.52); FILE MERGED 2003/11/26 14:56:23 dr 1.50.74.1: #i22640# new cell attribute 'shrink to fit'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b69b9c75db769c6c96aebe23115a7136e8a55030]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/05 11:42:23 oj 1.1.2.1: new service for parameter substitution

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [976a3a5f2e59506ac849f1988572cf7c98655892]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/05 11:42:35 oj 1.1.2.1: new service for parameter substitution

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0a798ec8c758a68ef3adfa6e26f9a6261d285b2]

        INTEGRATION: CWS dr14 (1.18.198); FILE MERGED 2004/04/21 09:14:19 dr 1.18.198.4: RESYNC: (1.18-1.19); FILE MERGED 2004/01/15 15:38:59 dr 1.18.198.3: #i23675# items for diagonal cell borders 2003/12/18 13:35:02 dr 1.18.198.2: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state 2003/11/26 14:56:22 dr 1.18.198.1: #i22640# new cell attribute 'shrink to fit'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec91be6e778fdd2390f48eb92700241cfaed03ac]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/05 11:42:47 oj 1.1.2.1: new service for parameter substitution

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c4639f13f504d8a8794aa60e8f3e4785e0aa03e]

        INTEGRATION: CWS dr14 (1.18.306); FILE MERGED 2004/07/07 18:11:32 nn 1.18.306.5: #i22928# handle cell alignment 'fill' 2004/06/14 11:57:12 dr 1.18.306.4: #100000# merge error 2004/06/10 17:25:14 dr 1.18.306.3: RESYNC: (1.18-1.19); FILE MERGED 2004/04/08 14:50:37 dr 1.18.306.2: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array 2003/12/18 13:35:00 dr 1.18.306.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffb5192846a41d2cac2ff9fa9681777bde56fcbc]

        INTEGRATION: CWS insight01 (1.5.94); FILE MERGED 2004/02/18 14:46:10 oj 1.5.94.1: #111075# fix rfcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e2c9fb56b945c2a8bfddf8fd4997d5c292f4330]

        INTEGRATION: CWS dr14 (1.12.198); FILE MERGED 2004/06/10 17:23:59 dr 1.12.198.5: RESYNC: (1.15-1.16); FILE MERGED 2004/03/15 19:01:24 dr 1.12.198.4: RESYNC: (1.14-1.15); FILE MERGED 2004/02/13 17:33:05 dr 1.12.198.3: RESYNC: (1.13-1.14); FILE MERGED 2004/01/05 19:02:33 dr 1.12.198.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/18 13:34:58 dr 1.12.198.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2b74ce32d0d7ad80503a512ceb9c28b6af9b6cf]

        INTEGRATION: CWS insight01 (1.23.40); FILE MERGED 2004/03/11 09:12:32 oj 1.23.40.1: #111075# new helper class

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [95711b05948522a8f5023e20b90fcc84529729d8]

        INTEGRATION: CWS dr14 (1.7.44); FILE MERGED 2004/07/12 14:43:27 dr 1.7.44.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/18 13:31:34 dr 1.7.44.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [55dcfefc5e241cd1198d4e9229f99ffe9a96dc9f]

        INTEGRATION: CWS insight01 (1.8.8); FILE MERGED 2004/06/28 12:30:33 oj 1.8.8.6: #i18612# remove auto_increment string from type name 2004/06/04 12:20:28 oj 1.8.8.5: componentData 2004/05/17 09:02:08 oj 1.8.8.4: remove model assertion 2004/04/23 06:25:49 oj 1.8.8.3: new switch to disable catalog and schema 2004/03/05 07:56:07 oj 1.8.8.2: accept given active connection 2004/02/23 14:47:41 oj 1.8.8.1: #111075# use the active connection from the given documentContext

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b38e790926c8f017f90620621b02aa5118f5294]

        INTEGRATION: CWS insight01 (1.49.52); FILE MERGED 2004/05/28 11:13:21 oj 1.49.52.5: RESYNC: (1.49-1.50); FILE MERGED 2004/04/23 06:25:50 oj 1.49.52.4: new switch to disable catalog and schema 2004/03/11 09:12:32 oj 1.49.52.3: #111075# new helper class 2004/02/23 14:47:40 oj 1.49.52.2: #111075# use the active connection from the given documentContext 2004/02/20 11:44:46 oj 1.49.52.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c67ed42a27f01c63fa418c5da99e94c279734a8c]

        INTEGRATION: CWS dr14 (1.57.48); FILE MERGED 2004/06/10 17:22:55 dr 1.57.48.3: RESYNC: (1.61-1.62); FILE MERGED 2004/04/21 09:10:39 dr 1.57.48.2: RESYNC: (1.57-1.61); FILE MERGED 2004/04/20 15:43:30 sab 1.57.48.1: #i23675#: add names of diagonal border and shrink to fit

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [74fe4c3104e5307fc2ac63ad9d70fecb757b28e1]

        INTEGRATION: CWS insight01 (1.1.92); FILE MERGED 2004/06/29 12:55:09 oj 1.1.92.1: #i30626# naming corrected

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [61998bb888ecf14a1cd7c31e06e5b9cd70718544]

        INTEGRATION: CWS dr14 (1.7.308); FILE MERGED 2004/04/23 15:47:40 dr 1.7.308.5: #100000# merge conflict, double which-id 2004/04/21 09:10:19 dr 1.7.308.4: RESYNC: (1.7-1.8); FILE MERGED 2004/01/15 15:38:00 dr 1.7.308.3: #i23675# SIDs for diagonal cell borders 2003/12/18 13:30:43 dr 1.7.308.2: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state 2003/11/26 14:54:47 dr 1.7.308.1: #i22640# new cell attribute '

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9334a74198aa86609f9da0100bbf88f3eb844984]

        INTEGRATION: CWS insight01 (1.4.20); FILE MERGED 2004/02/12 16:06:30 oj 1.4.20.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [521023262ca9ba24ff33133e1b8480e6721b4387]

        INTEGRATION: CWS dr14 (1.37.68); FILE MERGED 2004/07/22 16:16:55 dr 1.37.68.5: RESYNC: (1.40-1.41); FILE MERGED 2004/06/10 17:20:25 dr 1.37.68.4: RESYNC: (1.39-1.40); FILE MERGED 2004/04/21 09:10:11 dr 1.37.68.3: RESYNC: (1.38-1.39); FILE MERGED 2004/02/13 17:37:39 dr 1.37.68.2: RESYNC: (1.37-1.38); FILE MERGED 2003/12/18 13:30:41 dr 1.37.68.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [14e4b5d436a3ff1bcd261cba72bcbb910b2d3fcf]

        INTEGRATION: CWS insight01 (1.1.92); FILE MERGED 2004/05/06 06:14:19 oj 1.1.92.3: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:37:55 oj 1.1.92.2: #i28341# fix drop index call 2004/02/12 16:06:30 oj 1.1.92.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b5a202bafd6f515c4ffcf394911fe17365359b1]

        INTEGRATION: CWS dr14 (1.9.166); FILE MERGED 2003/12/18 13:30:40 dr 1.9.166.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [85388dcb7bb4f9dad0a9db7e2c29fb1ee3b92740]

        INTEGRATION: CWS insight01 (1.2.38); FILE MERGED 2004/04/23 06:25:50 oj 1.2.38.2: new switch to disable catalog and schema 2004/02/12 16:06:29 oj 1.2.38.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [533d6e79cfd15e3c902d8046f31d768a99d66dcb]

        INTEGRATION: CWS dr14 (1.1.2); FILE ADDED 2004/06/14 09:49:40 dr 1.1.2.4: #100000# merge error 2004/04/15 15:48:35 dr 1.1.2.3: #i23675# diagonal borders step 7e: support for merged cells improved 2004/04/14 15:56:47 dr 1.1.2.2: #i23675# diagonal borders step 7d: support for merged cells improved 2004/04/08 14:48:36 dr 1.1.2.1: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae7fbb7467903c9cf9cf338b92764821a682dc95]

        INTEGRATION: CWS dr14 (1.74.16); FILE MERGED 2004/06/10 17:14:30 dr 1.74.16.4: RESYNC: (1.75-1.76); FILE MERGED 2004/04/21 09:08:07 dr 1.74.16.3: RESYNC: (1.74-1.75); FILE MERGED 2004/04/08 14:48:36 dr 1.74.16.2: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array 2004/04/01 12:04:50 dr 1.74.16.1: #i23675# diagonal borders step 7b: CellInfo uses svx::frmlnk::Style instead of SvxBorderLine

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [879c408c465722f9d7c42ff6711e177d364b48f5]

        INTEGRATION: CWS insight01 (1.6.96); FILE MERGED 2004/05/28 11:12:33 oj 1.6.96.2: RESYNC: (1.6-1.8); FILE MERGED 2004/02/18 14:46:11 oj 1.6.96.1: #111075# fix rfcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75a5b26d0ffbcebd2eebeb5d4d8110dbacc6e952]

        INTEGRATION: CWS dr14 (1.7.308); FILE MERGED 2003/11/26 14:54:46 dr 1.7.308.1: #i22640# new cell attribute '

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [27f76cf8c273a119a4d337b87b27327f18099d17]

        INTEGRATION: CWS insight01 (1.14.52); FILE MERGED 2003/10/24 14:07:59 oj 1.14.52.2: RESYNC: (1.14-1.15); FILE MERGED 2003/08/04 06:11:41 oj 1.14.52.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a41f5b727e1df4d6f1dde38ffdc63fb9b8cb64d]

        INTEGRATION: CWS dr14 (1.4.324); FILE MERGED 2004/03/12 17:15:17 dr 1.4.324.2: #i23675# diagonal borders step 5: Calc AutoFormats use diagonal frame lines 2003/12/18 13:30:37 dr 1.4.324.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [97b082d958a7e4ab9f97b846627f6659835d4da9]

        INTEGRATION: CWS insight01 (1.10.114); FILE MERGED 2004/06/29 12:55:11 oj 1.10.114.1: #i30626# naming corrected

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [325ab6cc091c0de4e518ad1b390ae56654609b95]

        INTEGRATION: CWS insight01 (1.18.2); FILE MERGED 2004/02/12 16:06:29 oj 1.18.2.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bafc5ce4a1999ffb7528043d28d9f13b7857f07]

        INTEGRATION: CWS insight01 (1.6.52); FILE MERGED 2004/04/23 06:25:51 oj 1.6.52.1: new switch to disable catalog and schema

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fed159ea1e51732781e58b7112d61eeed6966a1]

        INTEGRATION: CWS insight01 (1.22.38); FILE MERGED 2004/05/28 11:12:08 oj 1.22.38.3: RESYNC: (1.22-1.23); FILE MERGED 2004/04/23 06:25:51 oj 1.22.38.2: new switch to disable catalog and schema 2004/02/23 14:47:39 oj 1.22.38.1: #111075# use the active connection from the given documentContext

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6d443fc2d473d681f4d1242fa8052b5bfea576b]

        INTEGRATION: CWS insight01 (1.1.92); FILE MERGED 2004/06/29 12:55:12 oj 1.1.92.1: #i30626# naming corrected

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a7d0ac9c50f75134e02d1b594c7d8eb8f82709d]

        INTEGRATION: CWS insight01 (1.2.38); FILE MERGED 2004/02/12 16:06:28 oj 1.2.38.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [02d91a200f721bd65f9b8d43f8a9120dbbb54e28]

        INTEGRATION: CWS insight01 (1.1.98); FILE MERGED 2004/05/28 11:11:48 oj 1.1.98.2: RESYNC: (1.1-1.2); FILE MERGED 2004/02/18 14:46:11 oj 1.1.98.1: #111075# fix rfcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea312e62d55ec9d80eb4934f91e6b905be8c50d6]

        INTEGRATION: CWS insight01 (1.15.98); FILE MERGED 2004/01/02 09:03:59 oj 1.15.98.2: #111075# ongoing work 2003/08/04 06:11:42 oj 1.15.98.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7806394bb76392e334ff38141dcf4be624ebb98]

        INTEGRATION: CWS insight01 (1.4.2); FILE MERGED 2004/07/06 07:54:42 oj 1.4.2.2: RESYNC: (1.4-1.6); FILE MERGED 2004/06/28 09:55:46 oj 1.4.2.1: new daTabase icon

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [60ce9c20ff306423eba4cbf83816d109095aefd9]

        INTEGRATION: CWS insight01 (1.4.2); FILE MERGED 2004/07/06 07:54:08 oj 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/06/28 09:55:45 oj 1.4.2.1: new daTabase icon

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [93228ae684ca901e26afc1b9d96ec2ede420994f]

        INTEGRATION: CWS insight01 (1.5.236); FILE MERGED 2004/04/23 06:26:03 oj 1.5.236.1: new switch to disable catalog and schema

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [258db069d3f076ad7d6429bc5cb51300acdbad36]

        INTEGRATION: CWS insight01 (1.16.236); FILE MERGED 2004/02/20 11:17:53 oj 1.16.236.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bf7e372067fd3e44b38b4b77f7301e599f733cf]

        INTEGRATION: CWS insight01 (1.30.12); FILE MERGED 2004/07/21 08:08:01 oj 1.30.12.3: RESYNC: (1.33-1.36); FILE MERGED 2004/05/28 16:32:56 oj 1.30.12.2: RESYNC: (1.30-1.33); FILE MERGED 2004/02/20 11:17:53 oj 1.30.12.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d1f94675d2f782a9e589b323afe7acfdb66b5ec]

        INTEGRATION: CWS insight01 (1.28.12); FILE MERGED 2004/07/21 08:07:04 oj 1.28.12.4: RESYNC: (1.30-1.31); FILE MERGED 2004/07/01 11:36:13 oj 1.28.12.3: #i30368# look if componentData sets the design on/off 2004/05/28 16:31:31 oj 1.28.12.2: RESYNC: (1.28-1.30); FILE MERGED 2004/02/20 11:17:53 oj 1.28.12.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b53d02e1c1c653047f73ebf676c183becc5ffc8c]

        INTEGRATION: CWS insight01 (1.9.36); FILE MERGED 2004/07/06 07:51:30 oj 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/23 06:26:04 oj 1.9.36.1: new switch to disable catalog and schema

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9550d144e63fe633b9b17d1eb06f015cf960a650]

        INTEGRATION: CWS insight01 (1.10.214); FILE MERGED 2004/03/05 07:34:58 oj 1.10.214.3: #i24595# changes for the db registeration dialog 2004/02/20 11:17:54 oj 1.10.214.2: #i25414# extend the datadescriptor for database location and connection resource 2003/11/17 09:51:36 oj 1.10.214.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [378dbe0648018fcb140b920690c53f3922f79715]

        INTEGRATION: CWS insight01 (1.5.4); FILE MERGED 2004/02/13 08:27:33 oj 1.5.4.3: #111075# re,ove unused file 2004/02/12 06:23:06 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2003/11/17 09:51:40 oj 1.5.4.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [18ae408c38fea7af3c4f6f871c8eebecd42fb71c]

        INTEGRATION: CWS insight01 (1.62.176); FILE MERGED 2004/07/21 08:20:42 oj 1.62.176.5: RESYNC: (1.65-1.66); FILE MERGED 2004/05/28 17:12:29 oj 1.62.176.4: RESYNC: (1.64-1.65); FILE MERGED 2004/02/12 06:23:23 oj 1.62.176.3: RESYNC: (1.63-1.64); FILE MERGED 2004/01/02 17:55:27 oj 1.62.176.2: RESYNC: (1.62-1.63); FILE MERGED 2003/11/26 12:34:35 oj 1.62.176.1: #111075# change column in hide only when it is the current one

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [979798d9a200dff580e29148da600bb780c35bf7]

        INTEGRATION: CWS insight01 (1.33.36); FILE MERGED 2004/07/21 08:20:32 oj 1.33.36.3: RESYNC: (1.36-1.38); FILE MERGED 2004/05/28 17:12:00 oj 1.33.36.2: RESYNC: (1.33-1.36); FILE MERGED 2004/04/23 06:26:04 oj 1.33.36.1: new switch to disable catalog and schema

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e24bbc42c808dac67860884f534ea95ba3cc061a]

        INTEGRATION: CWS insight01 (1.42.18); FILE MERGED 2004/07/06 11:32:25 oj 1.42.18.3: #i30391# remove assertion 2004/05/28 17:12:19 oj 1.42.18.2: RESYNC: (1.42-1.43); FILE MERGED 2004/02/20 11:17:54 oj 1.42.18.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c87b27c8f347b96d0dbeb4a7dfaec6942c2fefef]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/20 11:17:55 oj 1.1.2.2: #i25414# extend the datadescriptor for database location and connection resource 2003/11/17 09:51:08 oj 1.1.2.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7855e85f23fd1b29e08ad2dd5a4e280e013c5f2]

        INTEGRATION: CWS insight01 (1.12.214); FILE MERGED 2004/02/20 11:17:55 oj 1.12.214.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4974b85a7613a334f71fc95d96ec863a8c9ff38f]

        INTEGRATION: CWS insight01 (1.2.12); FILE MERGED 2004/07/06 08:19:22 oj 1.2.12.4: RESYNC: (1.4-1.7); FILE MERGED 2004/05/28 17:08:07 oj 1.2.12.3: RESYNC: (1.2-1.4); FILE MERGED 2004/03/08 12:01:12 oj 1.2.12.2: #i24595# new strings 2004/02/13 09:50:49 oj 1.2.12.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbfeaa1826928d582b07b40d47f8f0308564722e]

        INTEGRATION: CWS insight01 (1.3.12); FILE MERGED 2004/07/21 08:18:52 oj 1.3.12.5: RESYNC: (1.11-1.12); FILE MERGED 2004/07/06 08:18:54 oj 1.3.12.4: RESYNC: (1.8-1.11); FILE MERGED 2004/05/28 17:07:15 oj 1.3.12.3: RESYNC: (1.3-1.8); FILE MERGED 2004/02/13 12:28:48 oj 1.3.12.2: #i24595# new options page for database file registration 2004/02/13 09:50:49 oj 1.3.12.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [326bba25fc7780fd48e357be5dc77700a0472bed]

        INTEGRATION: CWS insight01 (1.2.12); FILE MERGED 2004/03/05 07:34:57 oj 1.2.12.1: #i24595# changes for the db registeration dialog

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c814938501d66b43a3f8a0bd7f19ab7163fd11a]

        INTEGRATION: CWS insight01 (1.2.12); FILE MERGED 2004/07/21 08:16:37 oj 1.2.12.3: RESYNC: (1.3-1.4); FILE MERGED 2004/05/28 17:03:45 oj 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/05 07:34:56 oj 1.2.12.1: #i24595# changes for the db registeration dialog

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [941cdaae3616ce7395867b4a6b19164390a1ca5f]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 07:36:14 oj 1.1.2.1: #i24595# changes for the db registeration dialog

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [043593166c355a3d75463f4121eb02572d7e793e]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 07:36:05 oj 1.1.2.1: #i24595# changes for the db registeration dialog

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d28a94c4d4baf45fe802a27d4adc142f1e34111]

        INTEGRATION: CWS insight01 (1.20.12); FILE MERGED 2004/07/21 08:13:39 oj 1.20.12.6: RESYNC: (1.31-1.33); FILE MERGED 2004/07/06 08:07:14 oj 1.20.12.5: RESYNC: (1.26-1.31); FILE MERGED 2004/05/28 16:57:17 oj 1.20.12.4: RESYNC: (1.20-1.26); FILE MERGED 2004/03/05 07:34:55 oj 1.20.12.3: #i24595# changes for the db registeration dialog 2004/02/16 08:19:55 oj 1.20.12.2: #i24467# new dialog page for db reg 2004/02/13 09:50:48 oj 1.20.12.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2685f44024db21079f774309ebbad0984eacce2]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/09 08:43:45 oj 1.1.2.4: resource changes 2004/03/08 12:01:11 oj 1.1.2.3: #i24595# new strings 2004/02/13 12:28:48 oj 1.1.2.2: #i24595# new options page for database file registration 2004/02/13 09:46:28 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4126c48fa6474149bac7db43086b84828dbb2fbd]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 07:35:47 oj 1.1.2.2: #i24595# changes for the db registeration dialog 2004/02/13 09:46:38 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd97c79d53a2238011171b035fb0191d164b30b1]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/13 09:46:16 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cb218f1420b50b718487e6a3485589a3654d777]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/27 12:41:44 oj 1.1.2.6: oob in odb 2004/07/27 08:06:08 oj 1.1.2.5: change file extension 2004/03/05 07:35:48 oj 1.1.2.4: #i24595# changes for the db registeration dialog 2004/02/27 09:35:02 oj 1.1.2.3: #111075# open form in design 2004/02/13 12:22:06 oj 1.1.2.2: #i24595# new options page for database file registration 2004/02/13 09:46:06 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c3c9c71e985dec816d7b4a69ce4fd4d5a12bc37]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/13 09:43:59 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [33c90ec8e8bfcb1730659b0b9d43f607d16a4759]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/13 09:43:49 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [512f3e22ff26761610a615c2076c08a93f950484]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/13 09:50:30 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eac86daaedfaa37befa77f04e758243adbfae81]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/27 07:43:03 oj 1.1.2.3: SubstituteVariable 2004/02/13 12:22:06 oj 1.1.2.2: #i24595# new options page for database file registration 2004/02/13 09:45:05 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6fff444c1dd2c094781da9bf96d97ed4fb10f06]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/09 08:50:34 oj 1.1.2.6: resource changes 2004/07/09 08:43:45 oj 1.1.2.5: resource changes 2004/03/08 12:01:11 oj 1.1.2.4: #i24595# new strings 2004/02/13 12:56:46 oj 1.1.2.3: #i24595# new options page for database file registration 2004/02/13 12:28:47 oj 1.1.2.2: #i24595# new options page for database file registration 2004/02/13 09:46:48 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f160bb9861deee9f80791ae69c069bab4f015a80]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 07:35:47 oj 1.1.2.4: #i24595# changes for the db registeration dialog 2004/02/13 12:56:47 oj 1.1.2.3: #i24595# new options page for database file registration 2004/02/13 12:22:05 oj 1.1.2.2: #i24595# new options page for database file registration 2004/02/13 09:47:08 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1150acfa3c84382cbff8e3867560045d5e0f3d8a]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/13 09:46:58 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dc1deda2b66948ca56f65473405d338aeee76b1]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/27 12:41:44 oj 1.1.2.7: oob in odb 2004/07/27 08:06:08 oj 1.1.2.6: change file extension 2004/03/05 07:35:46 oj 1.1.2.5: #i24595# changes for the db registeration dialog 2004/02/13 13:09:43 oj 1.1.2.4: #i24595# new options page for database file registration 2004/02/13 12:56:46 oj 1.1.2.3: #i24595# new options page for database file registration 2004/02/13 12:22:05 oj 1.1.2.2: #i24595# new options page for database file registration 2004/02/13 09:45:16 oj 1.1.2.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a144d399ee5a90153ed67b729c707394c2f4ac6b]

        INTEGRATION: CWS insight01 (1.2.12); FILE MERGED 2004/02/13 12:22:04 oj 1.2.12.1: #i24595# new options page for database file registration

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa6290984a904423d410954184703d8821a05cd6]

        INTEGRATION: CWS insight01 (1.76.58); FILE MERGED 2004/07/21 08:00:59 oj 1.76.58.7: RESYNC: (1.89-1.93); FILE MERGED 2004/07/06 07:45:46 oj 1.76.58.6: RESYNC: (1.87-1.89); FILE MERGED 2004/05/28 13:15:36 oj 1.76.58.5: RESYNC: (1.81-1.87); FILE MERGED 2004/03/02 11:28:31 oj 1.76.58.4: RESYNC: (1.80-1.81); FILE MERGED 2004/02/12 07:10:03 oj 1.76.58.3: RESYNC: (1.77-1.80); FILE MERGED 2004/01/02 19:11:01 oj 1.76.58.2: RESYNC: (1.76-1.77); FILE MERGED 2003/11/17 09:51:42 oj 1.76.58.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5c97cd7a98e041e0cc82a4f502a834ea549d735]

        INTEGRATION: CWS insight01 (1.41.12); FILE MERGED 2004/07/21 07:58:10 oj 1.41.12.4: RESYNC: (1.48-1.50); FILE MERGED 2004/07/06 07:45:00 oj 1.41.12.3: RESYNC: (1.45-1.48); FILE MERGED 2004/05/28 13:12:45 oj 1.41.12.2: RESYNC: (1.41-1.45); FILE MERGED 2004/03/05 07:34:55 oj 1.41.12.1: #i24595# changes for the db registeration dialog

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8eef8d258dde9e21553381c1bae484578805cd9]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/21 06:56:11 oj 1.2.2.4: RESYNC: (1.5-1.7); FILE MERGED 2004/07/06 07:59:31 oj 1.2.2.3: RESYNC: (1.4-1.5); FILE MERGED 2004/05/28 16:25:34 oj 1.2.2.2: RESYNC: (1.2-1.4); FILE MERGED 2004/04/26 13:24:23 oj 1.2.2.1: remove datasource admin dialog entry from tools menu

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [62e01ff2a1374d061d0ad52e30f04fc69f70d5c5]

        INTEGRATION: CWS insight01 (1.25.10); FILE MERGED 2004/07/06 08:37:05 oj 1.25.10.4: RESYNC: (1.25-1.26); FILE MERGED 2004/06/03 09:33:03 oj 1.25.10.3: linux compile problem 2004/06/03 09:20:43 oj 1.25.10.2: merge to m40 2004/05/19 11:36:26 oj 1.25.10.1: #i19984# use rowset that was given

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [38c51a2913472a6f0800d304b1d14567ce78d94a]

        INTEGRATION: CWS insight01 (1.3.244); FILE MERGED 2004/02/20 11:28:14 oj 1.3.244.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [91cbbdc7ce1f543c34319b33ff5ae910a5765cd1]

        INTEGRATION: CWS insight01 (1.21.58); FILE MERGED 2004/07/06 09:12:05 oj 1.21.58.2: RESYNC: (1.21-1.22); FILE MERGED 2004/06/10 11:28:45 sab 1.21.58.1: #i25410#; add ConnectionResource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [747d97884f454e7ec664cb71b4afeb89524f263d]

        INTEGRATION: CWS insight01 (1.30.6); FILE MERGED 2004/07/06 09:20:03 oj 1.30.6.3: RESYNC: (1.35-1.36); FILE MERGED 2004/05/28 17:03:34 oj 1.30.6.2: RESYNC: (1.30-1.35); FILE MERGED 2004/05/19 11:36:26 oj 1.30.6.1: #i19984# use rowset that was given

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [82ef0b6a9882621679a68c18289801979f222360]

        INTEGRATION: CWS insight01 (1.14.8); FILE MERGED 2004/07/06 09:19:18 oj 1.14.8.4: RESYNC: (1.15-1.16); FILE MERGED 2004/05/28 17:03:10 oj 1.14.8.3: RESYNC: (1.14-1.15); FILE MERGED 2004/05/19 11:36:25 oj 1.14.8.2: #i19984# use rowset that was given 2004/02/20 11:28:14 oj 1.14.8.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c38a3dc754831d751e7c574a40a7691b88832c8]

        INTEGRATION: CWS insight01 (1.68.8); FILE MERGED 2004/07/21 07:09:24 oj 1.68.8.4: RESYNC: (1.72-1.73); FILE MERGED 2004/07/06 10:01:53 oj 1.68.8.3: RESYNC: (1.71-1.72); FILE MERGED 2004/05/28 17:23:57 oj 1.68.8.2: RESYNC: (1.68-1.71); FILE MERGED 2004/03/12 14:14:00 sab 1.68.8.1: #25410#; add support for database URL's

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6d4b9b683e588294171509d5f86a71c5b2e9c88]

        INTEGRATION: CWS insight01 (1.90.22); FILE MERGED 2004/07/21 07:08:40 oj 1.90.22.4: RESYNC: (1.95-1.97); FILE MERGED 2004/07/06 10:00:07 oj 1.90.22.3: RESYNC: (1.93-1.95); FILE MERGED 2004/05/28 17:23:01 oj 1.90.22.2: RESYNC: (1.90-1.93); FILE MERGED 2004/03/12 14:13:59 sab 1.90.22.1: #25410#; add support for database URL's

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [82eca39f0f6b11236760e7de6b7a9bf4a1f9ed14]

        INTEGRATION: CWS insight01 (1.7.248); FILE MERGED 2004/06/10 11:29:07 sab 1.7.248.1: #i25410#; add ConnectionResource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad633a61275009a20ca7ef8f2e665627eab3f2f6]

        INTEGRATION: CWS insight01 (1.20.138); FILE MERGED 2004/07/06 10:02:26 oj 1.20.138.4: RESYNC: (1.21-1.22); FILE MERGED 2004/06/10 11:29:07 sab 1.20.138.3: #i25410#; add ConnectionResource 2004/05/28 17:24:07 oj 1.20.138.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/12 14:13:59 sab 1.20.138.1: #25410#; add support for database URL's

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b38ffcd7112842e8c6d822cf2930722294ae5da]

        INTEGRATION: CWS insight01 (1.14.22); FILE MERGED 2004/06/10 11:29:07 sab 1.14.22.4: #i25410#; add ConnectionResource 2004/06/03 07:31:20 oj 1.14.22.3: add return type to lcl__AddSourceLocation 2004/05/28 17:24:57 oj 1.14.22.2: RESYNC: (1.14-1.16); FILE MERGED 2004/03/12 14:13:59 sab 1.14.22.1: #25410#; add support for database URL's

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa9d4cae0f496c14a2ade8242debb2632dc54590]

        INTEGRATION: CWS insight01 (1.61.58); FILE MERGED 2004/07/06 07:44:00 oj 1.61.58.2: RESYNC: (1.61-1.62); FILE MERGED 2004/06/10 11:28:19 sab 1.61.58.1: #i25410#; add ConnectionResource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f287e220665aada7fa7d8df783caffa9e76869f0]

        INTEGRATION: CWS insight01 (1.29.22); FILE MERGED 2004/07/23 12:28:24 oj 1.29.22.3: RESYNC: (1.31-1.32); FILE MERGED 2004/05/28 20:01:43 oj 1.29.22.2: RESYNC: (1.29-1.31); FILE MERGED 2004/04/23 06:21:37 oj 1.29.22.1: new switch to disable catalog and schema

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc835349c5f03247b92d02aa3c255eb52454dde3]

        INTEGRATION: CWS insight01 (1.27.108); FILE MERGED 2004/05/28 19:55:21 oj 1.27.108.2: RESYNC: (1.27-1.31); FILE MERGED 2004/02/23 14:47:04 oj 1.27.108.1: #111075# use the active connection from the given documentContext

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c5d6c6a846cd1df489b6e5944df15741198c1db]

        INTEGRATION: CWS insight01 (1.2.108); FILE MERGED 2004/07/06 08:45:38 oj 1.2.108.3: RESYNC: (1.3-1.4); FILE MERGED 2004/05/28 19:58:44 oj 1.2.108.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/23 06:21:36 oj 1.2.108.1: new switch to disable catalog and schema

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [815b4d7ddd95fde3ed33dc21d17f746f361f1b87]

        INTEGRATION: CWS insight01 (1.17.102); FILE MERGED 2004/07/23 12:27:47 oj 1.17.102.4: RESYNC: (1.19-1.20); FILE MERGED 2004/07/06 08:46:02 oj 1.17.102.3: RESYNC: (1.18-1.19); FILE MERGED 2004/05/28 19:57:32 oj 1.17.102.2: RESYNC: (1.17-1.18); FILE MERGED 2004/02/23 14:47:04 oj 1.17.102.1: #111075# use the active connection from the given documentContext

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [94c915d7f4efeab1b9b40823c5c6a77832e331d2]

        INTEGRATION: CWS insight01 (1.53.32); FILE MERGED 2004/07/23 12:27:10 oj 1.53.32.5: RESYNC: (1.57-1.58); FILE MERGED 2004/07/06 08:45:13 oj 1.53.32.4: RESYNC: (1.56-1.57); FILE MERGED 2004/05/28 19:57:22 oj 1.53.32.3: RESYNC: (1.53-1.56); FILE MERGED 2004/03/05 07:52:56 oj 1.53.32.2: accept given active connection 2004/02/23 14:47:03 oj 1.53.32.1: #111075# use the active connection from the given documentContext

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [20524789e62f4bd93c1ba9f3c234673d32944b2e]

        INTEGRATION: CWS insight01 (1.22.22); FILE MERGED 2004/07/23 12:28:34 oj 1.22.22.3: RESYNC: (1.24-1.25); FILE MERGED 2004/05/28 19:56:46 oj 1.22.22.2: RESYNC: (1.22-1.24); FILE MERGED 2004/04/23 06:21:36 oj 1.22.22.1: new switch to disable catalog and schema

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdbbafe5f9665b43ef7214aafab0751c3c6ac683]

        INTEGRATION: CWS insight01 (1.21.44); FILE MERGED 2004/06/01 09:07:38 oj 1.21.44.5: RESYNC: (1.21-1.23); FILE MERGED 2004/04/27 11:11:43 oj 1.21.44.4: svtools added 2003/11/26 12:25:31 oj 1.21.44.3: #111075# ongoing work 2003/11/17 09:46:52 oj 1.21.44.2: #111075# ongoning work 2003/07/29 12:46:35 oj 1.21.44.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c9790d9c7aa58900fc2d0ac74f87f5dbedba40a]

        INTEGRATION: CWS dr14 (1.2.8); FILE MERGED 2004/01/20 12:02:55 dr 1.2.8.2: #i23675# split itemconnect.hxx into multiple headers 2004/01/09 12:13:26 dr 1.2.8.1: #i22640# minor additions/documentation

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a761eeb6ecd395a3cccf1f243b671885054ab5e6]

        INTEGRATION: CWS insight01 (1.46.64); FILE MERGED 2004/06/03 08:48:18 oj 1.46.64.21: merge to m40 2004/06/01 09:07:28 oj 1.46.64.20: RESYNC: (1.49-1.51); FILE MERGED 2004/05/28 13:28:34 oj 1.46.64.19: remove some unused things 2004/05/06 07:54:06 oj 1.46.64.18: #i12497# allow to append ASC, DESC to index creation 2004/04/27 07:13:31 oj 1.46.64.17: remove unused code 2004/04/21 13:44:39 oj 1.46.64.16: enable catalog and schema disabling 2004/04/16 13:38:42 oj 1.46.64.15: add HID 2004/03/15 12:24:48 oj 1.46.64.14: #111075# ongoing work 2004/03/05 07:15:11 oj 1.46.64.13: #111090# changes for the new prop dialogs 2004/02/11 12:49:55 oj 1.46.64.12: RESYNC: (1.46-1.49); FILE MERGED 2004/01/07 13:52:58 oj 1.46.64.11: #111075# ongoing work 2003/12/18 13:55:18 oj 1.46.64.10: #111075# ongoing work 2003/12/17 10:30:02 oj 1.46.64.9: #111075# ongoing work 2003/11/28 06:56:28 oj 1.46.64.8: #111075# ongoing work 2003/11/26 12:25:29 oj 1.46.64.7: #111075# ongoing work 2003/11/17 09:46:52 oj 1.46.64.6: #111075# ongoning work 2003/11/11 07:12:02 oj 1.46.64.5: #111090# missing help ids 2003/11/07 07:23:40 oj 1.46.64.4: #111075# new helpid for the iconcontrol 2003/08/15 08:47:45 oj 1.46.64.3: #111075# ongoing new dbaapp work 2003/08/01 11:51:18 oj 1.46.64.2: #111090# ongoing work 2003/07/29 12:46:35 oj 1.46.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d9997d203331cb84ddcbaf11ceb3d3c3a0c270f]

        INTEGRATION: CWS dr14 (1.21.8); FILE MERGED 2004/07/12 13:27:11 dr 1.21.8.3: RESYNC: (1.24-1.26); FILE MERGED 2004/02/13 11:59:02 dr 1.21.8.2: RESYNC: (1.21-1.24); FILE MERGED 2004/01/20 12:02:08 dr 1.21.8.1: #i23675# split itemconnect.hxx into multiple headers

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [afef4e6c57c0b8fc36ec10ec5c68469b1792679f]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/21 11:43:19 dbo 1.2.2.4: #i20304# added package manager menu item Issue number: Submitted by: Reviewed by: 2004/03/31 09:02:49 oj 1.2.2.3: remove macro recording 2004/03/30 07:44:13 oj 1.2.2.2: Add closeWin 2004/03/18 13:30:02 oj 1.2.2.1: #111075# remove DatasourceAdministration menu entry

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [99461b5640bfdac1ffce7b1013d1a681e3888475]

        INTEGRATION: CWS autotranslationfix (1.9.8); FILE MERGED 2004/08/02 14:14:45 ihi 1.9.8.1: #i32451# Localisation tools writes now UTF8 and not MS1252 in sdf files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eff96acedaf5c484f1d904ad5ce913b7555461af]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/22 10:16:05 oj 1.2.2.5: #i31891# remove unsued sep 2004/07/21 11:43:18 dbo 1.2.2.4: #i20304# added package manager menu item Issue number: Submitted by: Reviewed by: 2004/03/31 09:02:48 oj 1.2.2.3: remove macro recording 2004/03/30 07:44:14 oj 1.2.2.2: Add closeWin 2004/03/18 13:30:02 oj 1.2.2.1: #111075# remove DatasourceAdministration menu entry

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e31fdf87f10981c1e6def39fb059fcafd5832fd1]

        INTEGRATION: CWS autotranslationfix (1.33.8); FILE MERGED 2004/08/02 15:50:47 ihi 1.33.8.1: Cosmetic

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [41da51e2715eefb13ed27e20bca2a7242dc31e26]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/21 11:43:18 dbo 1.2.2.4: #i20304# added package manager menu item Issue number: Submitted by: Reviewed by: 2004/03/31 09:02:43 oj 1.2.2.3: remove macro recording 2004/03/30 07:44:14 oj 1.2.2.2: Add closeWin 2004/03/18 13:28:10 oj 1.2.2.1: #111075# remove DatasourceAdministration menu entry

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [895bdda09dcb1dea440be520aad24b34eb3e5b08]

        INTEGRATION: CWS autotranslationfix (1.17.8); FILE MERGED 2004/08/02 14:14:45 ihi 1.17.8.1: #i32451# Localisation tools writes now UTF8 and not MS1252 in sdf files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c238ca51f30716f07b89bb188b289d74f505da56]

        INTEGRATION: CWS autotranslationfix (1.39.8); FILE MERGED 2004/08/02 14:14:45 ihi 1.39.8.1: #i32451# Localisation tools writes now UTF8 and not MS1252 in sdf files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aac610b9a34767c9171b3603a8e2dc5f35e5579]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/23 08:12:14 oj 1.1.2.14: add send commands to file menu 2004/07/21 11:43:17 dbo 1.1.2.13: #i20304# added package manager menu item Issue number: Submitted by: Reviewed by: 2004/06/30 07:00:38 oj 1.1.2.12: #i30437# add closeDoc 2004/05/24 09:34:28 oj 1.1.2.11: .uno:SendMail inserted 2004/04/28 11:20:58 oj 1.1.2.10: ongoing work 2004/04/28 08:30:27 oj 1.1.2.9: remove cut 2004/04/26 13:07:36 oj 1.1.2.8: folder handling 2004/04/15 14:48:05 oj 1.1.2.7: new command for form wizard in edit menu 2004/03/31 09:02:41 oj 1.1.2.6: remove macro recording 2004/03/30 07:44:15 oj 1.1.2.5: Add closeWin 2004/03/15 12:24:48 oj 1.1.2.4: #111075# ongoing work 2004/03/08 09:14:46 oj 1.1.2.3: add new item to menu 2004/03/08 09:04:05 oj 1.1.2.2: change to new menu layout 2004/03/05 13:41:14 oj 1.1.2.1: new menu for the app

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [476f7db8f5d0529e57332a662920020c6de20f70]

        INTEGRATION: CWS autotranslationfix (1.30.8); FILE MERGED 2004/08/02 14:14:45 ihi 1.30.8.1: #i32451# Localisation tools writes now UTF8 and not MS1252 in sdf files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e491b02bc69a0476be830ff1c5e44e7402f6c43]

        INTEGRATION: CWS insight01 (1.12.64); FILE MERGED 2004/07/02 13:27:03 oj 1.12.64.4: forward only valid props to parent 2004/03/05 13:57:00 oj 1.12.64.3: #111090# changes for the new prop dialogs 2003/08/15 08:47:46 oj 1.12.64.2: #111075# ongoing new dbaapp work 2003/07/29 12:31:04 oj 1.12.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [faee37333ec27cc15e2bb8a68c9523b820a15d4d]

        INTEGRATION: CWS autotranslationfix (1.1.2); FILE ADDED 2004/08/02 15:52:16 ihi 1.1.2.1: #i8252# Perl wrapper for localize

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0b6ce5736b7fc8942221a234a92bcd2c2c813a8]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/09/18 06:57:32 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [674dfb17b83ced3b1e425575eb75bfeab107fd85]

        INTEGRATION: CWS autotranslationfix (1.1.2); FILE ADDED 2004/08/02 15:52:15 ihi 1.1.2.1: #i8252# Perl wrapper for localize

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4b87c70a869e4925510fe3694387512d1182d23]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:41:15 oj 1.1.2.2: #111075# further changes 2003/09/18 06:57:41 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [276423ba511fdf8028f93af3422c2732c8572a31]

        INTEGRATION: CWS autotranslationfix (1.17.8); FILE MERGED 2004/08/02 15:53:15 ihi 1.17.8.2: #i8252# Localize perl wrapper alias removed 2004/08/02 14:14:44 ihi 1.17.8.1: #i32451# Localisation tools writes now UTF8 and not MS1252 in sdf files

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3505e587d158d5dcf233e88b4a6850d91eef241d]

        INTEGRATION: CWS insight01 (1.4.112); FILE MERGED 2004/06/01 09:06:27 oj 1.4.112.7: RESYNC: (1.5-1.6); FILE MERGED 2004/03/15 12:24:49 oj 1.4.112.6: #111075# ongoing work 2004/03/05 07:10:47 oj 1.4.112.5: #111090# changes for the new prop dialogs 2003/10/24 12:41:51 oj 1.4.112.4: #i21643# changes for the db import filter 2003/09/18 05:57:55 oj 1.4.112.3: #111075# ongoing work 2003/08/28 11:06:16 oj 1.4.112.2: remove history 2003/08/15 08:50:52 oj 1.4.112.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [93d3f7a047c4dff8a36719c7d6e50c9987aebec7]

        INTEGRATION: CWS insight01 (1.24.2); FILE MERGED 2004/07/06 09:31:00 oj 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2004/06/30 13:22:31 oj 1.24.2.1: #i30401# handle document save

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0652b30f400370ed67518d013acf89eefcdf101]

        INTEGRATION: CWS insight01 (1.3.64); FILE MERGED 2003/11/26 12:22:47 oj 1.3.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [423410873b21403cf3a11e5c7844e67b6001d689]

        INTEGRATION: CWS insight01 (1.9.64); FILE MERGED 2004/07/19 10:54:31 oj 1.9.64.3: new param for ctor 2004/06/30 13:22:32 oj 1.9.64.2: #i30401# handle document save 2003/11/26 12:22:48 oj 1.9.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c669c83068e70ab3a6c7d445882d864a1a5a108c]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/08/15 09:00:34 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a04a18f2906fc5d08a3fd6c4184de0b7265dc724]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 13:57:00 oj 1.1.2.2: #111090# changes for the new prop dialogs 2003/08/15 09:00:44 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ed5f8194dddfff442e8fe3eba10fba45e49869d]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/15 12:32:23 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [af40d47236058ac61cf0d225ee8ea70457d11ddb]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/15 12:32:36 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1f2720fe4c4fac754ac9a0c5e9ed776a82af3fa]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/08/15 09:00:17 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b9dd4a691e5bbf093e326420e98b098560c02ed]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 13:56:59 oj 1.1.2.2: #111090# changes for the new prop dialogs 2003/08/15 09:00:26 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bdcfe147f1d35848ee3d5fe15ae4a833249234d]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 07:10:37 oj 1.1.2.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dcd639e5275aaae9853443c5bd846a5a907b896]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 13:56:59 oj 1.1.2.2: #111090# changes for the new prop dialogs 2004/03/05 07:10:26 oj 1.1.2.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9eb8528b36ddbcba10988fcbabfd469894f4088]

        INTEGRATION: CWS insight01 (1.2.8); FILE MERGED 2004/06/03 09:09:14 oj 1.2.8.1: merge to m40

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [99135d331c57f5981bc005161aaa388580f2a6e9]

        INTEGRATION: CWS insight01 (1.2.8); FILE MERGED 2004/07/15 10:52:25 oj 1.2.8.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c54622ddee62336079ecb5911cb22c85677e2ea0]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 13:56:59 oj 1.1.2.2: #111090# changes for the new prop dialogs 2004/03/05 07:10:04 oj 1.1.2.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [32308ef16ac10cee8297910120837adcc51608ef]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/15 12:32:47 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e86679daa874c26c784aa61b3d672f0821736ff5]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/15 12:32:57 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e26e0aa1171a681b2e662c14223db1842cccdfbe]

        INTEGRATION: CWS insight01 (1.85.2); FILE MERGED 2004/07/20 13:23:13 oj 1.85.2.2: #i20125# change title 2004/07/07 11:15:52 oj 1.85.2.1: resource changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75445af096caa697a46b59672ced0304d0b20673]

        INTEGRATION: CWS insight01 (1.10.10); FILE MERGED 2004/07/15 10:52:26 oj 1.10.10.3: add chkthis macros 2004/06/01 09:04:35 oj 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/21 13:07:36 oj 1.10.10.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4fe16986da29a38035e00a207ebc8b019390737]

        INTEGRATION: CWS insight01 (1.14.64); FILE MERGED 2004/07/15 10:52:27 oj 1.14.64.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [83d72c6456c95f2f48090804773b523fe2deebac]

        INTEGRATION: CWS insight01 (1.5.64); FILE MERGED 2004/01/21 13:07:36 oj 1.5.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e56db79e03e7d559fa3cd333509ecbe68645d755]

        INTEGRATION: CWS insight01 (1.88.64); FILE MERGED 2004/07/20 14:04:28 oj 1.88.64.16: check connection 2004/07/20 13:23:14 oj 1.88.64.15: #i20125# change title 2004/07/19 12:45:23 oj 1.88.64.14: new method updateTitle 2004/07/14 10:22:19 oj 1.88.64.13: #i30603# corret frame loading 2004/07/02 10:04:39 oj 1.88.64.12: #i30226# add controller, model behavior 2004/05/26 07:14:37 oj 1.88.64.11: #i18612# check the create params of the type info too 2004/04/21 13:48:10 oj 1.88.64.10: enable catalog and schema disabling 2004/04/16 07:11:46 oj 1.88.64.9: handle readonly connection 2004/04/02 13:46:01 oj 1.88.64.8: set title of ds 2004/03/11 15:08:40 oj 1.88.64.7: #111075# ongoing fixes 2004/03/11 09:03:57 oj 1.88.64.6: #111075# changes for closing 2004/03/08 07:27:03 oj 1.88.64.5: change to new menu layout 2004/01/02 14:00:26 oj 1.88.64.4: RESYNC: (1.89-1.90); FILE MERGED 2003/12/17 09:16:12 oj 1.88.64.3: #111075# ongoing work 2003/10/24 06:41:16 oj 1.88.64.2: #111075# further changes 2003/07/29 12:47:00 oj 1.88.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8557140cbdd94df19ae3226dfda0a3c803ba58fd]

        INTEGRATION: CWS insight01 (1.55.2); FILE MERGED 2004/07/20 13:23:14 oj 1.55.2.1: #i20125# change title

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [83796f47d3b83e7dd92ca1f68a176b143d7d91e1]

        INTEGRATION: CWS insight01 (1.32.104); FILE MERGED 2004/07/20 13:23:15 oj 1.32.104.13: #i20125# change title 2004/07/19 12:45:24 oj 1.32.104.12: new method updateTitle 2004/07/15 14:26:32 oj 1.32.104.11: solarmutex corrected 2004/07/14 10:22:19 oj 1.32.104.10: #i30603# corret frame loading 2004/07/02 10:04:40 oj 1.32.104.9: #i30226# add controller, model behavior 2004/04/21 13:48:09 oj 1.32.104.8: enable catalog and schema disabling 2004/04/13 06:41:07 oj 1.32.104.7: ongoing work 2004/04/02 13:46:01 oj 1.32.104.6: set title of ds 2004/03/11 09:03:57 oj 1.32.104.5: #111075# changes for closing 2004/03/08 07:27:02 oj 1.32.104.4: change to new menu layout 2004/01/02 14:01:14 oj 1.32.104.3: RESYNC: (1.32-1.33); FILE MERGED 2003/12/17 09:16:11 oj 1.32.104.2: #111075# ongoing work 2003/10/24 06:41:17 oj 1.32.104.1: #111075# further changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d542e939f0ab4149ce0329d407efc56ca4092739]

        INTEGRATION: CWS insight01 (1.8.104); FILE MERGED 2003/10/24 06:41:17 oj 1.8.104.1: #111075# further changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2101090b3fea26637c77abf0442381b8f32fdb44]

        INTEGRATION: CWS insight01 (1.2.112); FILE MERGED 2004/07/09 14:05:17 oj 1.2.112.1: resource changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [08ae8c3d7c4c4f943c6b404938c5ba4cf497f498]

        INTEGRATION: CWS insight01 (1.90.44); FILE MERGED 2004/07/20 13:23:15 oj 1.90.44.16: #i20125# change title 2004/07/19 12:45:24 oj 1.90.44.15: new method updateTitle 2004/07/15 14:26:33 oj 1.90.44.14: solarmutex corrected 2004/07/14 10:22:20 oj 1.90.44.13: #i30603# corret frame loading 2004/07/02 10:04:41 oj 1.90.44.12: #i30226# add controller, model behavior 2004/06/03 09:09:15 oj 1.90.44.11: merge to m40 2004/06/01 09:02:45 oj 1.90.44.10: RESYNC: (1.91-1.92); FILE MERGED 2004/04/21 13:48:09 oj 1.90.44.9: enable catalog and schema disabling 2004/03/11 15:08:40 oj 1.90.44.8: #111075# ongoing fixes 2004/03/11 09:03:58 oj 1.90.44.7: #111075# changes for closing 2004/03/08 07:27:01 oj 1.90.44.6: change to new menu layout 2003/12/17 09:16:10 oj 1.90.44.5: #111075# ongoing work 2003/11/05 11:31:59 oj 1.90.44.4: #111075# ongoing work 2003/10/24 06:41:19 oj 1.90.44.3: #111075# further changes 2003/08/25 10:39:12 oj 1.90.44.2: RESYNC: (1.90-1.91); FILE MERGED 2003/07/29 12:21:07 oj 1.90.44.1: #111075# new virtual method

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8c129cdfe738d4c3bc8a566cec39b2743461ad4]

        INTEGRATION: CWS insight01 (1.10.64); FILE MERGED 2004/07/15 10:52:27 oj 1.10.64.3: add chkthis macros 2004/03/31 06:44:09 oj 1.10.64.2: removed fixed line 2003/11/05 11:36:07 oj 1.10.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e10861341ad244966f0bf8419604fc0db4085707]

        INTEGRATION: CWS insight01 (1.90.2); FILE MERGED 2004/07/20 13:23:16 oj 1.90.2.2: #i20125# change title 2004/07/07 11:15:54 oj 1.90.2.1: resource changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd1f52f877b19a80871cf635a86d1cec50e71181]

        INTEGRATION: CWS insight01 (1.17.104); FILE MERGED 2004/07/15 10:52:28 oj 1.17.104.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f23d484eade7a821c8040ffcc23cc76777153ed]

        INTEGRATION: CWS insight01 (1.27.64); FILE MERGED 2004/07/15 10:52:28 oj 1.27.64.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b82a3d5f160579ea7b677abf66441ae1931cd575]

        INTEGRATION: CWS insight01 (1.28.18); FILE MERGED 2004/07/15 10:52:28 oj 1.28.18.2: add chkthis macros 2003/10/24 06:41:20 oj 1.28.18.1: #111075# further changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [622b249ba4fc94f46a07a6cd777957a9fa88a64e]

        INTEGRATION: CWS insight01 (1.4.106); FILE MERGED 2003/12/17 13:33:45 oj 1.4.106.2: #111075# ongoing work 2003/12/17 09:16:10 oj 1.4.106.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8606ca38be9b2b81ddedbd1ffc246fe8bd0484f2]

        INTEGRATION: CWS insight01 (1.4.112); FILE MERGED 2004/07/15 10:52:28 oj 1.4.112.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d5b8fe910ed481e48d1420e0601d91efaf575b2]

        INTEGRATION: CWS insight01 (1.55.20); FILE MERGED 2004/07/15 10:58:35 oj 1.55.20.3: add chkthis macros 2004/06/01 09:01:58 oj 1.55.20.2: RESYNC: (1.55-1.56); FILE MERGED 2004/05/27 11:23:57 oj 1.55.20.1: #i24931# deactivate cell after select the column

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [171ca67c0e8f120366453ad6a1cb10274dc97246]

        INTEGRATION: CWS insight01 (1.21.38); FILE MERGED 2004/07/15 10:52:28 oj 1.21.38.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [911d419ccad2dac2e94cd2710b29222e83eea616]

        INTEGRATION: CWS insight01 (1.15.2); FILE MERGED 2004/07/15 10:52:28 oj 1.15.2.2: add chkthis macros 2004/03/19 07:45:50 oj 1.15.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5c4bd69d4c6e96651e9415ea31a328f70079592]

        INTEGRATION: CWS insight01 (1.31.18); FILE MERGED 2003/10/24 06:41:20 oj 1.31.18.1: #111075# further changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f42caac8088968e930159920617bcaeff35fafb4]

        INTEGRATION: CWS insight01 (1.7.64); FILE MERGED 2004/07/15 10:52:29 oj 1.7.64.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab9e54b8cecf994bc773b664c78f14e76d2f8a49]

        INTEGRATION: CWS insight01 (1.62.2); FILE MERGED 2004/06/03 09:09:16 oj 1.62.2.8: merge to m40 2004/06/01 09:01:45 oj 1.62.2.7: RESYNC: (1.65-1.67); FILE MERGED 2004/05/25 13:40:37 oj 1.62.2.6: #i19979# check if column is in () 2004/04/21 13:48:08 oj 1.62.2.5: enable catalog and schema disabling 2004/02/11 12:47:31 oj 1.62.2.4: RESYNC: (1.64-1.65); FILE MERGED 2004/01/02 13:59:31 oj 1.62.2.3: RESYNC: (1.63-1.64); FILE MERGED 2003/10/24 13:01:37 oj 1.62.2.2: RESYNC: (1.62-1.63); FILE MERGED 2003/10/24 06:36:53 oj 1.62.2.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e816d91308bf3095fc4556a44df8b34ee9cdfe77]

        INTEGRATION: CWS insight01 (1.46.8); FILE MERGED 2004/07/15 10:52:29 oj 1.46.8.4: add chkthis macros 2004/06/01 09:01:34 oj 1.46.8.3: RESYNC: (1.47-1.48); FILE MERGED 2004/01/02 14:00:05 oj 1.46.8.2: RESYNC: (1.46-1.47); FILE MERGED 2003/11/28 06:59:19 oj 1.46.8.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [665878d35ac710e474022017511b5abd07403662]

        INTEGRATION: CWS insight01 (1.29.104); FILE MERGED 2004/04/13 06:41:08 oj 1.29.104.4: ongoing work 2004/03/11 15:08:40 oj 1.29.104.3: #111075# ongoing fixes 2003/12/17 09:16:09 oj 1.29.104.2: #111075# ongoing work 2003/10/24 06:36:51 oj 1.29.104.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aac784450ac7ddd4f36cd1665968607ee288886]

        INTEGRATION: CWS insight01 (1.7.42); FILE MERGED 2004/07/15 10:52:29 oj 1.7.42.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [abc7072d702d399fe03cc31e586d0e6db435e175]

        INTEGRATION: CWS insight01 (1.12.112); FILE MERGED 2004/06/01 09:00:47 oj 1.12.112.6: RESYNC: (1.12-1.13); FILE MERGED 2004/03/15 12:24:49 oj 1.12.112.5: #111075# ongoing work 2004/03/05 07:09:31 oj 1.12.112.4: #111090# changes for the new prop dialogs 2003/09/18 05:57:55 oj 1.12.112.3: #111075# ongoing work 2003/08/15 08:47:47 oj 1.12.112.2: #111075# ongoing new dbaapp work 2003/07/29 12:31:46 oj 1.12.112.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cacca76ae2c71301585934e6a4d8e5b7223f947c]

        INTEGRATION: CWS insight01 (1.10.64); FILE MERGED 2004/07/22 09:53:01 oj 1.10.64.8: #i31891# getModel now return NULL 2004/07/15 10:52:30 oj 1.10.64.7: add chkthis macros 2004/07/05 09:50:59 oj 1.10.64.6: #117108# some clean ups 2004/07/02 10:04:42 oj 1.10.64.5: #i30226# add controller, model behavior 2004/06/01 09:00:34 oj 1.10.64.4: RESYNC: (1.10-1.11); FILE MERGED 2004/03/17 13:43:22 oj 1.10.64.3: #111075# ongoing work 2004/03/11 09:03:59 oj 1.10.64.2: #111075# changes for closing 2003/10/24 06:36:49 oj 1.10.64.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f57ceec9d2b2beb607f2acdb51338098f53dbd52]

        INTEGRATION: CWS insight01 (1.20.2); FILE MERGED 2004/03/12 08:44:14 oj 1.20.2.2: #111075# remove unsued 2004/03/04 08:34:55 oj 1.20.2.1: moved filenotation to svtools

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c12a5fd25365868e68099b39655203b6cf59ba7]

        INTEGRATION: CWS insight01 (1.7.64); FILE MERGED 2004/06/30 11:23:44 oj 1.7.64.17: #i30413# disallow folder edit and open 2004/06/28 13:04:39 oj 1.7.64.16: #i30622# use setDataSource method 2004/06/01 09:00:14 oj 1.7.64.15: RESYNC: (1.7-1.8); FILE MERGED 2004/03/31 09:44:19 oj 1.7.64.14: open in edit mode 2004/03/12 14:21:48 oj 1.7.64.13: #111075# ongoing changes 2004/03/12 08:55:27 oj 1.7.64.12: #111075# remove unsued 2004/03/11 11:22:07 oj 1.7.64.11: #111075# changes for closing 2004/03/11 09:04:00 oj 1.7.64.10: #111075# changes for closing 2004/03/05 07:09:30 oj 1.7.64.9: #111090# changes for the new prop dialogs 2004/02/27 09:13:41 oj 1.7.64.8: #111075# open form in design 2004/02/23 14:49:43 oj 1.7.64.7: #111075# use the sfxfilter to get the correct filer name 2004/02/20 14:39:52 oj 1.7.64.6: #111075# ongoing work 2004/02/20 11:32:19 oj 1.7.64.5: #i25414# extend the datadescriptor for database location and connection resource 2003/12/17 09:16:08 oj 1.7.64.4: #111075# ongoing work 2003/11/26 12:22:51 oj 1.7.64.3: #111075# ongoing work 2003/11/17 09:44:12 oj 1.7.64.2: #111075# ongoning work 2003/11/05 11:41:30 oj 1.7.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [245a9ea8a5b6eca472c27081531230cb0f75d1ec]

        INTEGRATION: CWS insight01 (1.17.20); FILE MERGED 2004/07/15 10:52:30 oj 1.17.20.9: add chkthis macros 2004/06/09 09:45:29 oj 1.17.20.8: ms access type changes 2004/05/12 07:23:07 oj 1.17.20.7: msaccess is also file based 2004/05/11 12:06:50 oj 1.17.20.6: #i21957# calc can now have a password 2004/03/05 07:09:30 oj 1.17.20.5: #111090# changes for the new prop dialogs 2003/11/28 06:59:18 oj 1.17.20.4: #111075# ongoing work 2003/08/22 08:07:48 oj 1.17.20.3: #111075# ongoing work 2003/08/01 11:51:19 oj 1.17.20.2: #111090# ongoing work 2003/07/29 12:31:45 oj 1.17.20.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7290f25774fead2b4df68ab30506d4a2882cdeac]

        INTEGRATION: CWS insight01 (1.57.4); FILE MERGED 2004/07/13 07:31:16 oj 1.57.4.10: resource changes 2004/07/07 11:15:55 oj 1.57.4.9: resource changes 2004/07/06 09:32:10 oj 1.57.4.8: RESYNC: (1.61-1.62); FILE MERGED 2004/06/09 09:45:29 oj 1.57.4.7: ms access type changes 2004/04/13 10:05:39 oj 1.57.4.6: #116001# string review 2004/01/02 14:02:57 oj 1.57.4.5: RESYNC: (1.58-1.59); FILE MERGED 2003/08/25 10:41:34 oj 1.57.4.4: RESYNC: (1.57-1.58); FILE MERGED 2003/08/04 10:39:39 oj 1.57.4.3: #111090# further coding 2003/08/01 11:51:19 oj 1.57.4.2: #111090# ongoing work 2003/07/29 12:31:45 oj 1.57.4.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7e647c4be792a9e3c423bb62dbaaf494bc31f97]

        INTEGRATION: CWS insight01 (1.3.126); FILE MERGED 2003/08/01 11:51:20 oj 1.3.126.2: #111090# ongoing work 2003/07/29 12:31:44 oj 1.3.126.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cca997af1c23287870e109f9e26b3a3cc87dee2]

        INTEGRATION: CWS insight01 (1.4.64); FILE MERGED 2004/03/11 09:04:00 oj 1.4.64.2: #111075# changes for closing 2003/10/24 06:36:48 oj 1.4.64.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [76f4ffd33db44555bea375248ec1408d13fe2e8d]

        INTEGRATION: CWS insight01 (1.19.10); FILE MERGED 2004/07/15 10:52:31 oj 1.19.10.5: add chkthis macros 2004/05/28 08:09:39 oj 1.19.10.4: #i20673# check column name before leaving the page 2004/05/27 14:48:38 oj 1.19.10.3: #i20673# wrong name checked 2004/05/27 14:25:29 oj 1.19.10.2: #i25624# check type info and save column name 2004/04/21 13:48:08 oj 1.19.10.1: enable catalog and schema disabling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [822e406ef82ac3ef0c011d0c96c0494d8128ccc5]

        INTEGRATION: CWS insight01 (1.13.56); FILE MERGED 2004/05/27 14:25:29 oj 1.13.56.2: #i25624# check type info and save column name 2003/08/15 08:47:48 oj 1.13.56.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [175bc63ed4c01e3aa181614fd9652f380cff57ca]

        INTEGRATION: CWS insight01 (1.32.56); FILE MERGED 2004/07/15 10:52:31 oj 1.32.56.10: add chkthis macros 2004/05/27 14:25:29 oj 1.32.56.9: #i25624# check type info and save column name 2004/05/26 07:14:38 oj 1.32.56.8: #i18612# check the create params of the type info too 2004/04/21 13:48:08 oj 1.32.56.7: enable catalog and schema disabling 2004/03/16 08:21:18 oj 1.32.56.6: #111075# ongoing work 2004/01/02 14:02:33 oj 1.32.56.5: RESYNC: (1.33-1.34); FILE MERGED 2003/10/24 06:36:47 oj 1.32.56.4: #i21643# import filter changes 2003/08/25 10:41:27 oj 1.32.56.3: RESYNC: (1.32-1.33); FILE MERGED 2003/08/15 08:47:48 oj 1.32.56.2: #111075# ongoing new dbaapp work 2003/07/29 12:31:44 oj 1.32.56.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d76a145de346546085d01b7edf4447c4f7e5990f]

        INTEGRATION: CWS insight01 (1.13.4); FILE MERGED 2004/07/15 10:52:31 oj 1.13.4.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [96ba0fdf3300099a893a250997c94c31d6a31ef3]

        INTEGRATION: CWS insight01 (1.22.56); FILE MERGED 2004/07/15 10:52:31 oj 1.22.56.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c661bd904b63f61ee8c1f065814a48d5a3720081]

        INTEGRATION: CWS insight01 (1.45.64); FILE MERGED 2004/07/15 06:44:48 oj 1.45.64.18: check if stream is NULL 2004/07/09 13:16:17 oj 1.45.64.17: #i30416# move some code to UITools 2004/06/02 12:49:19 oj 1.45.64.16: merge 2004/06/02 12:43:11 oj 1.45.64.15: merge 2004/06/01 09:00:00 oj 1.45.64.14: RESYNC: (1.46-1.47); FILE MERGED 2004/05/26 07:14:39 oj 1.45.64.13: #i18612# check the create params of the type info too 2004/05/17 08:46:52 oj 1.45.64.12: #i17123# auto_increment fix for MySQL 2004/05/12 10:45:01 oj 1.45.64.11: ongoing work 2004/04/21 13:48:07 oj 1.45.64.10: enable catalog and schema disabling 2004/04/20 09:37:30 oj 1.45.64.9: check null 2004/04/02 13:46:00 oj 1.45.64.8: set title of ds 2004/02/27 09:13:06 oj 1.45.64.7: #i24209# check if column and table are defaulted 2004/02/20 11:32:20 oj 1.45.64.6: #i25414# extend the datadescriptor for database location and connection resource 2003/12/17 09:16:06 oj 1.45.64.5: #111075# ongoing work 2003/11/05 11:41:29 oj 1.45.64.4: #111075# ongoing work 2003/10/24 13:02:05 oj 1.45.64.3: RESYNC: (1.45-1.46); FILE MERGED 2003/08/15 08:47:48 oj 1.45.64.2: #111075# ongoing new dbaapp work 2003/07/29 12:31:43 oj 1.45.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [464bae1e4656fc992204550b5b14ecbddeb94e1f]

        INTEGRATION: CWS insight01 (1.20.28); FILE MERGED 2004/07/15 10:52:31 oj 1.20.28.10: add chkthis macros 2004/07/15 06:44:48 oj 1.20.28.9: check if stream is NULL 2004/06/29 13:37:34 oj 1.20.28.8: hold datasource alive 2004/06/28 13:04:41 oj 1.20.28.7: #i30622# use setDataSource method 2004/06/03 09:09:17 oj 1.20.28.6: merge to m40 2004/06/02 13:46:03 oj 1.20.28.5: merge 2004/06/01 08:59:51 oj 1.20.28.4: RESYNC: (1.20-1.22); FILE MERGED 2004/02/20 11:32:20 oj 1.20.28.3: #i25414# extend the datadescriptor for database location and connection resource 2003/11/05 11:41:29 oj 1.20.28.2: #111075# ongoing work 2003/10/24 06:36:46 oj 1.20.28.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e49edd7e77d8746b34e375f256ec1302c43693a]

        INTEGRATION: CWS insight01 (1.13.8); FILE MERGED 2004/07/15 10:52:31 oj 1.13.8.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aeadedd903656a063340960b83116ed35ddf079]

        INTEGRATION: CWS insight01 (1.4.104); FILE MERGED 2004/06/03 09:09:17 oj 1.4.104.4: merge to m40 2004/06/02 13:46:03 oj 1.4.104.3: merge 2004/06/01 08:59:29 oj 1.4.104.2: RESYNC: (1.4-1.5); FILE MERGED 2004/05/27 14:25:29 oj 1.4.104.1: #i25624# check type info and save column name

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4db333fde796f7268b4d3a48cc65128bbcd48e2]

        INTEGRATION: CWS insight01 (1.17.8); FILE MERGED 2004/07/15 10:52:32 oj 1.17.8.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7472106a20340492fedd0812529f8db61c8c4908]

        INTEGRATION: CWS insight01 (1.20.64); FILE MERGED 2004/07/15 12:29:30 oj 1.20.64.8: remove some header and fix memory leak 2004/07/15 10:52:32 oj 1.20.64.7: add chkthis macros 2004/06/29 13:37:34 oj 1.20.64.6: hold datasource alive 2004/04/21 13:48:07 oj 1.20.64.5: enable catalog and schema disabling 2004/03/16 08:21:18 oj 1.20.64.4: #111075# ongoing work 2004/01/02 14:02:44 oj 1.20.64.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/05 11:41:28 oj 1.20.64.2: #111075# ongoing work 2003/10/24 06:36:45 oj 1.20.64.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fb0683c1d72c6d2b6683d2bfc7534410c6b865f]

        INTEGRATION: CWS insight01 (1.51.38); FILE MERGED 2004/07/15 14:26:34 oj 1.51.38.11: solarmutex corrected 2004/07/14 10:22:21 oj 1.51.38.10: #i30603# corret frame loading 2004/05/28 13:28:35 oj 1.51.38.9: remove some unused things 2004/04/27 07:13:32 oj 1.51.38.8: remove unused code 2004/04/01 10:22:35 oj 1.51.38.7: select from api call directly 2004/03/14 15:56:48 oj 1.51.38.6: ongoing work 2004/03/08 07:27:00 oj 1.51.38.5: change to new menu layout 2004/01/22 07:37:48 oj 1.51.38.4: #i24210# disable navibar and recordmarker when preview is enabled 2003/11/26 12:22:52 oj 1.51.38.3: #111075# ongoing work 2003/10/24 13:02:47 oj 1.51.38.2: RESYNC: (1.51-1.52); FILE MERGED 2003/09/18 05:57:57 oj 1.51.38.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5651a9b6dd57b29c43a08caace9d9608108aae51]

        INTEGRATION: CWS insight01 (1.7.64); FILE MERGED 2004/03/05 13:56:58 oj 1.7.64.4: #111090# changes for the new prop dialogs 2004/03/05 07:07:28 oj 1.7.64.3: #111090# change the appearance of the dialogs 2003/08/15 08:47:50 oj 1.7.64.2: #111075# ongoing new dbaapp work 2003/07/29 12:22:25 oj 1.7.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1ff289a1f34581e62ab13212d9356b72495b51f]

        INTEGRATION: CWS insight01 (1.4.108); FILE MERGED 2004/07/09 13:44:05 oj 1.4.108.1: resource changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfffc01a5011cdade42451f13635e9e17ca54dcc]

        INTEGRATION: CWS insight01 (1.10.64); FILE MERGED 2004/07/09 13:18:24 oj 1.10.64.5: #i30416# move some code to dbtree 2004/06/29 07:44:16 oj 1.10.64.4: #109867# don't check the table name when display the metadata 2004/03/18 11:38:49 oj 1.10.64.3: #111075# check if only a table was selected 2004/03/17 12:51:47 oj 1.10.64.2: #111075# renaming of objects 2003/08/15 08:47:50 oj 1.10.64.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [74e5d00adf2988e833a641976d25b3086189d10d]

        INTEGRATION: CWS insight01 (1.21.2); FILE MERGED 2004/07/11 17:12:30 oj 1.21.2.4: merge conflicts resolved 2004/07/11 16:06:08 oj 1.21.2.3: AfterDrop changed 2004/07/06 09:29:53 oj 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2004/02/12 16:20:48 oj 1.21.2.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca6f8600d22f9ef533932f5cf04dec85521445e4]

        INTEGRATION: CWS insight01 (1.7.104); FILE MERGED 2004/06/01 08:58:46 oj 1.7.104.2: RESYNC: (1.7-1.9); FILE MERGED 2004/05/13 06:41:55 oj 1.7.104.1: ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0371c5bf36bccaa724ac2cb0d16ed88b81c0bc1a]

        INTEGRATION: CWS insight01 (1.25.104); FILE MERGED 2004/07/19 12:45:25 oj 1.25.104.7: new method updateTitle 2004/07/14 10:22:21 oj 1.25.104.6: #i30603# corret frame loading 2004/06/03 09:09:18 oj 1.25.104.5: merge to m40 2004/06/01 08:58:37 oj 1.25.104.4: RESYNC: (1.25-1.26); FILE MERGED 2004/03/08 07:27:00 oj 1.25.104.3: change to new menu layout 2003/12/17 09:16:05 oj 1.25.104.2: #111075# ongoing work 2003/07/29 12:20:51 oj 1.25.104.1: #111075# new virtual method

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [44ab0b835fe767d06e913baf912feda311ef2ecd]

        INTEGRATION: CWS insight01 (1.5.64); FILE MERGED 2004/03/31 06:44:20 oj 1.5.64.1: removed fixed line

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4189654ff443709c367fe9320b2b711d5c802c9]

        INTEGRATION: CWS insight01 (1.6.64); FILE MERGED 2003/08/20 06:43:41 oj 1.6.64.2: #111075# ongoning work 2003/08/15 08:47:51 oj 1.6.64.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c4d342f33a3aa1ee3bff7044bcf5bf4f7b4970f]

        INTEGRATION: CWS insight01 (1.4.64); FILE MERGED 2004/07/19 10:54:01 oj 1.4.64.10: default args removed 2004/06/30 11:23:44 oj 1.4.64.9: #i30413# disallow folder edit and open 2004/06/01 08:58:28 oj 1.4.64.8: RESYNC: (1.4-1.5); FILE MERGED 2004/03/11 11:22:06 oj 1.4.64.7: #111075# changes for closing 2004/03/11 09:04:02 oj 1.4.64.6: #111075# changes for closing 2004/02/20 14:39:53 oj 1.4.64.5: #111075# ongoing work 2003/12/17 09:16:05 oj 1.4.64.4: #111075# ongoing work 2003/11/17 09:44:07 oj 1.4.64.3: #111075# ongoning work 2003/11/05 11:41:27 oj 1.4.64.2: #111075# ongoing work 2003/08/15 08:47:51 oj 1.4.64.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ea03cb3bcf59348fd536f839c744a6f13b98111]

        INTEGRATION: CWS insight01 (1.7.110); FILE MERGED 2004/03/16 12:47:42 oj 1.7.110.2: #111075# change rename handling 2003/11/17 09:44:06 oj 1.7.110.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d4a3b79161444c92e04542682d595586c9b6cac]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/06/03 09:09:19 oj 1.1.2.6: merge to m40 2004/03/17 12:27:19 oj 1.1.2.5: #111075# new method to set title 2004/03/15 12:26:37 oj 1.1.2.4: #111075# ongoing work 2004/03/11 11:22:06 oj 1.1.2.3: #111075# changes for closing 2004/03/05 13:56:57 oj 1.1.2.2: #111090# changes for the new prop dialogs 2004/03/05 07:07:45 oj 1.1.2.1: #111090# change the appearance of the dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [41a4a669d806ca3d198e45f54800a3d236132e33]

        INTEGRATION: CWS insight01 (1.1.110); FILE MERGED 2004/06/30 13:22:32 oj 1.1.110.1: #i30401# handle document save

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d0ec92e32716bf5431cc8c9c436623d569781b8]

        INTEGRATION: CWS insight01 (1.83.16); FILE MERGED 2004/07/19 10:53:16 oj 1.83.16.22: ongoing work for saveas dialog 2004/07/09 13:17:06 oj 1.83.16.21: #i30416# move some code to UITools 2004/06/02 12:05:26 oj 1.83.16.20: merge 2004/06/02 08:14:40 oj 1.83.16.19: remove unused defines 2004/06/01 08:57:52 oj 1.83.16.18: RESYNC: (1.84-1.85); FILE MERGED 2004/05/28 13:28:36 oj 1.83.16.17: remove some unused things 2004/04/27 07:13:32 oj 1.83.16.16: remove unused code 2004/04/26 10:24:56 oj 1.83.16.15: show error message when user admin does not exist 2004/03/15 12:24:50 oj 1.83.16.14: #111075# ongoing work 2004/03/12 08:26:29 oj 1.83.16.13: #111075# remove unsued dlg 2004/03/12 08:10:42 oj 1.83.16.12: #111075# show dialog when new connection is needed 2004/03/08 07:26:59 oj 1.83.16.11: change to new menu layout 2004/03/05 07:07:27 oj 1.83.16.10: #111090# change the appearance of the dialogs 2004/01/21 13:03:31 oj 1.83.16.9: #i24179# remove unused slots 2004/01/08 07:18:10 oj 1.83.16.8: #111075# ongoing work 2003/12/17 09:16:04 oj 1.83.16.7: #111075# ongoing work 2003/11/26 12:22:54 oj 1.83.16.6: #111075# ongoing work 2003/10/24 13:02:40 oj 1.83.16.5: RESYNC: (1.83-1.84); FILE MERGED 2003/09/18 05:57:58 oj 1.83.16.4: #111075# ongoing work 2003/08/15 08:47:52 oj 1.83.16.3: #111075# ongoing new dbaapp work 2003/08/01 11:51:21 oj 1.83.16.2: #111090# ongoing work 2003/07/29 12:22:23 oj 1.83.16.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3022ae59a863e2baf9f969384f32f758e601ff86]

        INTEGRATION: CWS insight01 (1.2.20); FILE MERGED 2004/07/19 10:53:17 oj 1.2.20.7: ongoing work for saveas dialog 2004/05/28 13:28:36 oj 1.2.20.6: remove some unused things 2004/04/26 10:24:57 oj 1.2.20.5: show error message when user admin does not exist 2004/03/05 07:07:26 oj 1.2.20.4: #111090# change the appearance of the dialogs 2003/11/26 12:22:54 oj 1.2.20.3: #111075# ongoing work 2003/08/01 11:51:21 oj 1.2.20.2: #111090# ongoing work 2003/07/29 12:22:23 oj 1.2.20.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [adab5cad5f7011fcd8a55d0201f6d8e0fe3f6be3]

        INTEGRATION: CWS insight01 (1.1.110); FILE MERGED 2004/05/28 13:28:36 oj 1.1.110.3: remove some unused things 2003/08/15 08:47:52 oj 1.1.110.2: #111075# ongoing new dbaapp work 2003/07/29 12:22:22 oj 1.1.110.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [659c177357e9b8c1cc6377bc8c5468d7f08de5dd]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/09 13:17:08 oj 1.1.2.10: #i30416# move some code to UITools 2004/07/05 10:36:02 oj 1.1.2.9: #i30382# hide preview when editing an object 2004/05/26 08:35:44 oj 1.1.2.8: handle return key event 2004/05/21 11:12:53 oj 1.1.2.7: press enter now opens the dsbrowser 2004/03/30 08:51:33 oj 1.1.2.6: enable timer again 2004/03/11 09:56:04 oj 1.1.2.5: #111075# changes for closing 2004/03/11 09:22:43 oj 1.1.2.4: #111075# changes for closing 2004/01/09 11:13:45 oj 1.1.2.3: #111075# ongoing work 2003/11/26 12:22:55 oj 1.1.2.2: #111075# ongoing work 2003/08/15 09:02:42 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [32914caf5d225e390d357ae35b6fb1f68322a969]

        INTEGRATION: CWS insight01 (1.28.64); FILE MERGED 2004/03/17 12:18:05 oj 1.28.64.8: #111075# new method to set title 2004/03/15 12:24:51 oj 1.28.64.7: #111075# ongoing work 2004/03/05 13:56:56 oj 1.28.64.6: #111090# changes for the new prop dialogs 2004/03/05 07:07:26 oj 1.28.64.5: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.28.64.4: #i25414# extend the datadescriptor for database location and connection resource 2003/08/15 08:47:52 oj 1.28.64.3: #111075# ongoing new dbaapp work 2003/08/01 11:51:22 oj 1.28.64.2: #111090# ongoing work 2003/07/29 12:22:22 oj 1.28.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [802260c8ca1267d02a8b618cd742a85e21535f17]

        INTEGRATION: CWS insight01 (1.2.64); FILE MERGED 2003/10/24 13:02:29 oj 1.2.64.2: RESYNC: (1.2-1.3); FILE MERGED 2003/07/29 12:22:22 oj 1.2.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e522aac6df921ce368e27ee5ec7dd1ac061018a]

        INTEGRATION: CWS insight01 (1.3.64); FILE MERGED 2004/03/11 09:04:03 oj 1.3.64.1: #111075# changes for closing

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b72c237175e467dca050e2558cdd7fa0cc39d39]

        INTEGRATION: CWS insight01 (1.4.64); FILE MERGED 2003/08/01 11:51:22 oj 1.4.64.2: #111090# ongoing work 2003/07/29 12:22:21 oj 1.4.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d61231329e4d3e5841e9af734010de6cdaf046c4]

        INTEGRATION: CWS insight01 (1.4.64); FILE MERGED 2004/01/08 07:18:10 oj 1.4.64.4: #111075# ongoing work 2003/12/18 13:54:35 oj 1.4.64.3: #111075# ongoing work 2003/11/26 12:22:55 oj 1.4.64.2: #111075# ongoing work 2003/08/15 08:50:53 oj 1.4.64.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7f65b80e38fc7ae33ae7f7825077be0b5e4fa49]

        INTEGRATION: CWS insight01 (1.8.112); FILE MERGED 2004/03/11 09:04:03 oj 1.8.112.2: #111075# changes for closing 2004/02/27 08:40:24 oj 1.8.112.1: #111075# check for vcl control

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba345e9c0fce3314bda6f7b3ea0108b08105a114]

        INTEGRATION: CWS insight01 (1.22.56); FILE MERGED 2004/07/11 17:12:30 oj 1.22.56.6: merge conflicts resolved 2004/07/09 13:17:09 oj 1.22.56.5: #i30416# move some code to UITools 2004/07/06 09:30:48 oj 1.22.56.4: RESYNC: (1.23-1.24); FILE MERGED 2004/07/05 09:50:59 oj 1.22.56.3: #117108# some clean ups 2004/06/01 08:57:09 oj 1.22.56.2: RESYNC: (1.22-1.23); FILE MERGED 2003/11/05 11:41:26 oj 1.22.56.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dadcbf05046f683d8c96e36caff468497ab9b5e4]

        INTEGRATION: CWS insight01 (1.30.16); FILE MERGED 2004/05/28 13:28:36 oj 1.30.16.12: remove some unused things 2004/04/26 12:55:27 oj 1.30.16.11: new icon for edit query 2004/04/26 12:00:47 oj 1.30.16.10: folder handling 2004/04/15 14:55:38 oj 1.30.16.9: new command for form wizard in edit menu 2004/03/08 09:16:45 oj 1.30.16.8: add new item to menu 2004/02/11 12:48:29 oj 1.30.16.7: RESYNC: (1.30-1.31); FILE MERGED 2004/01/21 13:03:31 oj 1.30.16.6: #i24179# remove unused slots 2003/11/26 12:22:56 oj 1.30.16.5: #111075# ongoing work 2003/10/24 06:36:44 oj 1.30.16.4: #i21643# import filter changes 2003/09/18 05:57:58 oj 1.30.16.3: #111075# ongoing work 2003/08/15 08:50:54 oj 1.30.16.2: #111075# ongoing new dbaapp work 2003/07/29 12:22:21 oj 1.30.16.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ffc76faf596c50526bb97a44ddc592ab7ae68ac]

        INTEGRATION: CWS insight01 (1.10.64); FILE MERGED 2004/05/28 08:09:40 oj 1.10.64.1: #i20673# check column name before leaving the page

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d1249bbc818d9ecafa96a5eca5e3fc2ac96ea53]

        INTEGRATION: CWS insight01 (1.16.56); FILE MERGED 2004/05/27 14:25:28 oj 1.16.56.1: #i25624# check type info and save column name

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee685976a13e620b1fac077decc117c011f0f540]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/19 08:06:06 oj 1.1.2.3: #111075# ongoing work 2003/12/18 13:54:34 oj 1.1.2.2: #111075# ongoing work 2003/07/29 12:19:49 oj 1.1.2.1: #111075# new class

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bb1745a773c25932cdce0405850441f64c9cd7b]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/26 10:24:57 oj 1.1.2.3: show error message when user admin does not exist 2004/03/17 12:18:05 oj 1.1.2.2: #111075# new method to set title 2004/03/15 12:31:38 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [619dd5a9ba41497c9e6fdd55b9d7a817902bca15]

        INTEGRATION: CWS insight01 (1.20.64); FILE MERGED 2004/07/09 13:17:09 oj 1.20.64.8: #i30416# move some code to UITools 2004/05/12 10:45:00 oj 1.20.64.7: ongoing work 2004/04/21 13:48:06 oj 1.20.64.6: enable catalog and schema disabling 2004/04/02 13:46:00 oj 1.20.64.5: set title of ds 2003/11/05 11:41:25 oj 1.20.64.4: #111075# ongoing work 2003/10/24 13:02:23 oj 1.20.64.3: RESYNC: (1.20-1.21); FILE MERGED 2003/08/15 08:50:54 oj 1.20.64.2: #111075# ongoing new dbaapp work 2003/07/29 12:22:21 oj 1.20.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e411464c420017ed9b6760dccb1755df419a1e57]

        INTEGRATION: CWS insight01 (1.5.64); FILE MERGED 2004/05/26 07:14:40 oj 1.5.64.1: #i18612# check the create params of the type info too

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6ec9c63ed8e6ea1bd97970d966bd6a3c16f1b04]

        INTEGRATION: CWS insight01 (1.12.40); FILE MERGED 2004/06/29 13:37:35 oj 1.12.40.3: hold datasource alive 2004/06/03 09:09:20 oj 1.12.40.2: merge to m40 2004/06/02 13:46:04 oj 1.12.40.1: merge

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4de515b68d50ceae1ec63c55be0eee4b4ca2b82]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 13:56:56 oj 1.1.2.3: #111090# changes for the new prop dialogs 2003/08/20 08:19:39 oj 1.1.2.2: #98349# don't display dialog if conenction could not be established 2003/08/15 09:02:25 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f40518186f33b337c72b43d89d3e4c616e57d463]

        INTEGRATION: CWS insight01 (1.3.106); FILE MERGED 2003/12/17 09:16:04 oj 1.3.106.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [98d69e1cb4f426424ac8c6aeb11f6b513151f108]

        INTEGRATION: CWS insight01 (1.29.64); FILE MERGED 2004/07/19 12:45:26 oj 1.29.64.3: new method updateTitle 2004/07/14 10:22:22 oj 1.29.64.2: #i30603# corret frame loading 2004/03/08 07:26:58 oj 1.29.64.1: change to new menu layout

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e32043225ba1a72af34fdb455bdbf7ba984012d]

        INTEGRATION: CWS insight01 (1.11.110); FILE MERGED 2004/07/19 12:45:26 oj 1.11.110.3: new method updateTitle 2004/07/14 10:22:22 oj 1.11.110.2: #i30603# corret frame loading 2004/03/08 07:26:58 oj 1.11.110.1: change to new menu layout

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [77c555cf58547f572af96500223d7a3011004367]

        INTEGRATION: CWS insight01 (1.2.36); FILE MERGED 2004/06/03 09:09:20 oj 1.2.36.1: merge to m40

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [108bd60f6efb45f75241c7c9b5ae8d007a5bd16e]

        INTEGRATION: CWS insight01 (1.15.108); FILE MERGED 2003/12/17 09:16:03 oj 1.15.108.2: #111075# ongoing work 2003/10/24 06:36:43 oj 1.15.108.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3d4fef766fc87011f9ea01aeb62a3e495390790]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/17 12:18:07 oj 1.1.2.4: #111075# new method to set title 2004/03/15 12:26:38 oj 1.1.2.3: #111075# ongoing work 2004/03/05 07:07:25 oj 1.1.2.2: #111090# change the appearance of the dialogs 2003/08/15 09:02:33 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [704fa3401d228a86d421c1d8743961e99eeeed7d]

        INTEGRATION: CWS insight01 (1.2.64); FILE MERGED 2003/08/15 08:50:56 oj 1.2.64.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [716d2514200f30ca2aff0738a2037895113575b9]

        INTEGRATION: CWS insight01 (1.3.138); FILE MERGED 2004/07/09 13:42:51 oj 1.3.138.1: resource changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a518cbe58af89d8d673945f4a9aea1421afb7d8]

        INTEGRATION: CWS insight01 (1.10.64); FILE MERGED 2004/07/15 10:52:32 oj 1.10.64.1: add chkthis macros

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a4042429ea6617aee29f9cdfd87bf3d1ebdaca9]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/19 10:53:17 oj 1.1.2.3: ongoing work for saveas dialog 2004/07/09 13:53:42 oj 1.1.2.2: save form/report dialog 2003/11/26 12:21:23 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9274fcd32986622738a0b02c516fcdd60d9f881]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/19 07:45:49 oj 1.1.2.3: #111075# ongoing work 2004/03/17 12:18:07 oj 1.1.2.2: #111075# new method to set title 2004/03/15 12:31:26 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [48c80b5ff10b42570e6a86a5f78ccc08d8a52fa3]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/08/29 08:19:51 oj 1.1.2.2: correct makefile 2003/07/29 12:48:03 oj 1.1.2.1: #111075# new classes for the props of ds

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a402e43408bf4907cacec3190561e2ab40db421]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/06/02 12:33:01 oj 1.1.2.10: resource changes 2004/05/28 13:28:37 oj 1.1.2.9: remove some unused things 2004/05/05 09:48:27 oj 1.1.2.8: add help button to toolbar 2004/05/04 12:42:51 oj 1.1.2.7: change toolbar order and insert open 2004/04/26 12:55:28 oj 1.1.2.6: new icon for edit query 2004/01/21 13:07:39 oj 1.1.2.5: #111075# ongoing work 2003/11/26 12:23:02 oj 1.1.2.4: #111075# ongoing work 2003/09/18 05:57:59 oj 1.1.2.3: #111075# ongoing work 2003/08/15 08:50:57 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:47:54 oj 1.1.2.1: #111075# new classes for the props of ds

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f60e047d0bbd6c4d03c5aaa940ba3b2fa3f88e30]

        INTEGRATION: CWS insight01 (1.7.64); FILE MERGED 2003/08/15 08:50:58 oj 1.7.64.2: #111075# ongoing new dbaapp work 2003/07/29 12:45:49 oj 1.7.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac3008856f94a4176346ab5ce379c4be902b5d67]

        INTEGRATION: CWS fixgh (1.9.20); FILE MERGED 2004/08/02 11:39:40 gh 1.9.20.1: adapt to iso languagecodes and have some more check on fileformat integrity

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ded6a1e6a826586e671cce782e76222d63e8d09d]

        INTEGRATION: CWS insight01 (1.17.16); FILE MERGED 2004/04/06 11:58:27 oj 1.17.16.6: correct table filter 2004/03/19 07:45:49 oj 1.17.16.5: #111075# ongoing work 2004/01/02 14:05:42 oj 1.17.16.4: RESYNC: (1.17-1.18); FILE MERGED 2003/08/20 08:19:37 oj 1.17.16.3: #98349# don't display dialog if conenction could not be established 2003/08/15 08:50:58 oj 1.17.16.2: #111075# ongoing new dbaapp work 2003/07/29 12:45:48 oj 1.17.16.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [70e6dbd43ac5db65396c64aa1127e9044da69e67]

        INTEGRATION: CWS insight01 (1.20.10); FILE MERGED 2004/06/01 08:54:54 oj 1.20.10.3: RESYNC: (1.20-1.22); FILE MERGED 2004/05/12 12:53:38 oj 1.20.10.2: change SQLFilterOperator 2004/05/12 10:45:00 oj 1.20.10.1: ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [993026757d562845d6995b2b26cebf13922075cd]

        INTEGRATION: CWS fixgh (1.16.20); FILE MERGED 2004/08/02 11:58:22 gh 1.16.20.1: #i26338# image for qaerrorlog background

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa2af6a825ac7738ab69ae4da2acab6499a1a7f9]

        INTEGRATION: CWS insight01 (1.31.2); FILE MERGED 2004/07/07 11:18:41 oj 1.31.2.3: resource changes 2004/07/06 09:28:33 oj 1.31.2.2: RESYNC: (1.31-1.32); FILE MERGED 2004/03/05 07:04:43 oj 1.31.2.1: #111090# change the appearance of the dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ee5b7d119021c3799eacdc116e0c8d9541a5fdb]

        INTEGRATION: CWS fixgh (1.55.20); FILE MERGED 2004/08/02 11:58:22 gh 1.55.20.1: #i26338# image for qaerrorlog background

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dedb6435b2812244d33aff6e40a3fbb9022ce25e]

        INTEGRATION: CWS fixgh (1.3.194); FILE MERGED 2004/08/02 11:58:21 gh 1.3.194.1: #i26338# image for qaerrorlog background

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [38ba5d07ddab6f213a1b514d6a88a87da33371d0]

        INTEGRATION: CWS insight01 (1.22.56); FILE MERGED 2004/06/01 08:54:45 oj 1.22.56.11: RESYNC: (1.23-1.25); FILE MERGED 2004/04/28 11:20:59 oj 1.22.56.10: ongoing work 2004/03/16 12:47:41 oj 1.22.56.9: #111075# change rename handling 2004/03/15 12:24:52 oj 1.22.56.8: #111075# ongoing work 2004/03/12 08:26:28 oj 1.22.56.7: #111075# remove unsued dlg 2004/03/05 07:04:42 oj 1.22.56.6: #111090# change the appearance of the dialogs 2003/11/26 12:23:04 oj 1.22.56.5: #111075# ongoing work 2003/08/29 09:32:50 oj 1.22.56.4: correct makefiles 2003/08/15 08:50:59 oj 1.22.56.3: #111075# ongoing new dbaapp work 2003/08/01 11:51:23 oj 1.22.56.2: #111090# ongoing work 2003/07/29 12:45:48 oj 1.22.56.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f4a724ed27c196b26fa7b7c3a6cfb4d34bf3b67]

        INTEGRATION: CWS fixgh (1.7.6); FILE MERGED 2004/07/19 08:07:43 gh 1.7.6.1: #i31358# new commands: GetQAErrorCount GetQAErrorList

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ae48d54fbaed9a2c0ea4f63398b066941b89b0d]

        INTEGRATION: CWS insight01 (1.36.4); FILE MERGED 2004/07/06 09:29:05 oj 1.36.4.4: RESYNC: (1.40-1.41); FILE MERGED 2004/01/02 14:09:06 oj 1.36.4.3: RESYNC: (1.38-1.39); FILE MERGED 2003/08/25 10:45:32 oj 1.36.4.2: RESYNC: (1.36-1.38); FILE MERGED 2003/07/29 12:45:47 oj 1.36.4.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [426c5b70a99f20fb9f2d60df68d4b2d657945aeb]

        INTEGRATION: CWS fixgh (1.11.6); FILE MERGED 2004/07/26 13:23:35 gh 1.11.6.4: #99680#add new schemata for allowed URLs 2004/07/23 08:22:02 gh 1.11.6.3: #i31821# remove reserved words MenuBar ToolBar LocationBar PersonalBar 2004/07/19 13:23:42 gh 1.11.6.2: small change to start command resetting params of previous start when no params are given 2004/07/19 08:07:42 gh 1.11.6.1: #i31358# new commands: GetQAErrorCount GetQAErrorList

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c07acdf87aa79dfa89c9329d159d387d839fdefb]

        INTEGRATION: CWS insight01 (1.10.16); FILE MERGED 2004/04/01 13:18:07 oj 1.10.16.3: saveas corrected 2004/03/05 07:04:42 oj 1.10.16.2: #111090# change the appearance of the dialogs 2003/07/29 12:45:47 oj 1.10.16.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1c79317b4f01092c5cdefe5c9a820a55e396ff4]

        INTEGRATION: CWS fixgh (1.7.6); FILE MERGED 2004/07/19 13:22:58 gh 1.7.6.2: #i31512#alow 3 levels mdeep access to menus 2004/07/19 10:00:21 gh 1.7.6.1: #i31227#,#i30548#,#112682# find toolboxentries shisted to menu / new command to catch (or not) gpfs / show menus in DisplayHID

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [131b96e3060547459d4001941e7ef8f4ba07b6fb]

        INTEGRATION: CWS insight01 (1.35.16); FILE MERGED 2004/06/11 09:27:17 oj 1.35.16.7: move ado define to connectionpage 2004/06/03 09:09:21 oj 1.35.16.6: merge to m40 2004/06/01 08:54:29 oj 1.35.16.5: RESYNC: (1.36-1.37); FILE MERGED 2004/04/01 13:18:07 oj 1.35.16.4: saveas corrected 2004/03/17 12:18:08 oj 1.35.16.3: #111075# new method to set title 2004/03/05 07:04:41 oj 1.35.16.2: #111090# change the appearance of the dialogs 2003/07/29 12:45:47 oj 1.35.16.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aabfa888f0ac0f6bd610c218e2adc572c0e6c37]

        INTEGRATION: CWS fixgh (1.12.4); FILE MERGED 2004/08/02 12:45:02 gh 1.12.4.5: qaassertion for deprecated methods 2004/07/26 13:24:41 gh 1.12.4.4: #i24998#new implementation of dir command(teken from basic) 2004/07/23 08:20:51 gh 1.12.4.3: #i31893# workaround for SetModifiedFlag not virtual in Edit #i31820# fix access to Toolbar with explicit syntax #117438# adapt to changed handling of Docking/Floating Windows 2004/07/19 13:22:57 gh 1.12.4.2: #i31512#alow 3 levels mdeep access to menus 2004/07/19 10:00:21 gh 1.12.4.1: #i31227#,#i30548#,#112682# find toolboxentries shisted to menu / new command to catch (or not) gpfs / show menus in DisplayHID

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b440914c18b48a62d26276d38bea0730e534509]

        INTEGRATION: CWS insight01 (1.2.56); FILE MERGED 2004/03/11 11:48:14 oj 1.2.56.1: remove private for dtor

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b67c4ffa1003bd77f3ed9203f0ba4f185d50582]

        INTEGRATION: CWS fixgh (1.9.6); FILE MERGED 2004/07/19 13:22:57 gh 1.9.6.2: #i31512#alow 3 levels mdeep access to menus 2004/07/19 10:00:21 gh 1.9.6.1: #i31227#,#i30548#,#112682# find toolboxentries shisted to menu / new command to catch (or not) gpfs / show menus in DisplayHID

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cdd591f85ef5e52ac0fd05d81de8cfeeef40d25]

        INTEGRATION: CWS insight01 (1.38.2); FILE MERGED 2004/07/07 11:15:55 oj 1.38.2.4: resource changes 2004/07/06 09:27:32 oj 1.38.2.3: RESYNC: (1.38-1.39); FILE MERGED 2004/05/06 06:13:14 oj 1.38.2.2: #i12497# allow to append ASC, DESC to index creation 2004/03/15 12:24:54 oj 1.38.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fe95d977d33f35db00ea2e24046ae2052985fb4]

        INTEGRATION: CWS fixgh (1.6.6); FILE MERGED 2004/07/19 09:48:09 gh 1.6.6.1: #i30548# new command: CatchGPF

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [270cf6b2cc0a200cdd91edaaa533abc6c1727619]

        INTEGRATION: CWS insight01 (1.4.64); FILE MERGED 2004/03/15 12:24:55 oj 1.4.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6132f9bec92be383e1b52f20f49c57d1a9d5c967]

        INTEGRATION: CWS fixgh (1.4.10); FILE MERGED 2004/07/23 08:16:47 gh 1.4.10.2: #i31821# remove reserved words MenuBar ToolBar LocationBar PersonalBar 2004/07/19 08:05:57 gh 1.4.10.1: #i30548# new command: CatchGPF

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0371f6cbf3eb76626afdc2cd1debbfb8669bba9]

        INTEGRATION: CWS insight01 (1.1.146); FILE MERGED 2004/05/06 06:13:13 oj 1.1.146.2: #i12497# allow to append ASC, DESC to index creation 2004/03/15 12:24:55 oj 1.1.146.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2653e037857d35343553c74c8910175981c2d6b9]

        INTEGRATION: CWS insight01 (1.7.20); FILE MERGED 2004/05/06 06:13:12 oj 1.7.20.2: #i12497# allow to append ASC, DESC to index creation 2004/03/15 12:24:55 oj 1.7.20.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [06d68c878f1288c0059b9799f8444cccbabb1f0c]

        INTEGRATION: CWS insight01 (1.14.64); FILE MERGED 2004/06/01 08:54:17 oj 1.14.64.6: RESYNC: (1.16-1.18); FILE MERGED 2004/05/06 06:13:14 oj 1.14.64.5: #i12497# allow to append ASC, DESC to index creation 2004/04/21 13:48:06 oj 1.14.64.4: enable catalog and schema disabling 2004/03/05 07:04:40 oj 1.14.64.3: #111090# change the appearance of the dialogs 2003/08/01 11:51:23 oj 1.14.64.2: #111090# ongoing work 2003/07/29 12:45:46 oj 1.14.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbc266a28cad7d1e908722e4644add4219a8f97e]

        INTEGRATION: CWS insight01 (1.38.2); FILE MERGED 2004/07/06 09:26:29 oj 1.38.2.5: RESYNC: (1.39-1.40); FILE MERGED 2004/06/01 08:54:08 oj 1.38.2.4: RESYNC: (1.38-1.39); FILE MERGED 2004/03/16 12:47:41 oj 1.38.2.3: #111075# change rename handling 2004/03/16 11:13:51 oj 1.38.2.2: #111075# insert wordbreak 2004/03/16 11:06:44 oj 1.38.2.1: #111075# set non existing name when create new object

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0f754da816aeff40911e4d6156817136a396382]

        INTEGRATION: CWS insight01 (1.4.138); FILE MERGED 2004/03/16 12:47:41 oj 1.4.138.2: #111075# change rename handling 2004/03/16 11:06:45 oj 1.4.138.1: #111075# set non existing name when create new object

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f5b552b59d2c96d1e67231750c8d779714cc3e0]

        INTEGRATION: CWS insight01 (1.21.38); FILE MERGED 2004/03/16 12:47:41 oj 1.21.38.5: #111075# change rename handling 2004/01/02 14:05:54 oj 1.21.38.4: RESYNC: (1.22-1.23); FILE MERGED 2003/11/17 09:43:55 oj 1.21.38.3: #111075# ongoning work 2003/10/24 13:02:57 oj 1.21.38.2: RESYNC: (1.21-1.22); FILE MERGED 2003/07/29 12:45:46 oj 1.21.38.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8afdf5c2b4d03bff40e21eeca7946b769a71d57]

        INTEGRATION: CWS insight01 (1.16.64); FILE MERGED 2004/06/03 09:09:22 oj 1.16.64.11: merge to m40 2004/06/01 08:53:46 oj 1.16.64.10: RESYNC: (1.18-1.19); FILE MERGED 2004/05/06 06:13:15 oj 1.16.64.9: #i12497# allow to append ASC, DESC to index creation 2004/04/21 13:48:06 oj 1.16.64.8: enable catalog and schema disabling 2004/03/15 12:24:56 oj 1.16.64.7: #111075# ongoing work 2004/03/05 07:04:40 oj 1.16.64.6: #111090# change the appearance of the dialogs 2003/12/17 09:16:02 oj 1.16.64.5: #111075# ongoing work 2003/08/28 08:17:58 oj 1.16.64.4: #111090# ongoning work 2003/08/15 08:50:59 oj 1.16.64.3: #111075# ongoing new dbaapp work 2003/08/01 11:51:23 oj 1.16.64.2: #111090# ongoing work 2003/07/29 12:45:46 oj 1.16.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc0fbe0be2055e616448bddeeffc042543b1bb95]

        INTEGRATION: CWS insight01 (1.24.56); FILE MERGED 2004/06/03 09:09:22 oj 1.24.56.15: merge to m40 2004/06/01 08:53:38 oj 1.24.56.14: RESYNC: (1.29-1.31); FILE MERGED 2004/05/06 06:13:14 oj 1.24.56.13: #i12497# allow to append ASC, DESC to index creation 2004/04/28 11:20:59 oj 1.24.56.12: ongoing work 2004/04/27 13:34:56 oj 1.24.56.11: remove and add some props 2004/04/21 13:48:05 oj 1.24.56.10: enable catalog and schema disabling 2004/03/05 07:06:50 oj 1.24.56.9: #111090# change the appearance of the dialogs 2004/03/02 10:09:46 oj 1.24.56.8: RESYNC: (1.28-1.29); FILE MERGED 2004/02/27 09:35:57 oj 1.24.56.7: #111075# linux changes 2004/02/11 12:49:16 oj 1.24.56.6: RESYNC: (1.25-1.28); FILE MERGED 2004/01/02 14:07:02 oj 1.24.56.5: RESYNC: (1.24-1.25); FILE MERGED 2003/12/17 09:16:01 oj 1.24.56.4: #111075# ongoing work 2003/08/28 08:17:58 oj 1.24.56.3: #111090# ongoning work 2003/08/01 11:50:02 oj 1.24.56.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.24.56.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bafa4196798653683980d978b8d10ace7a469f2a]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/20 08:58:20 oj 1.1.2.11: #i30388# correct state hadnling for pages 2004/07/15 10:58:35 oj 1.1.2.10: add chkthis macros 2004/06/03 09:09:23 oj 1.1.2.9: merge to m40 2004/04/20 12:47:15 oj 1.1.2.8: include hid 2004/04/16 13:37:54 oj 1.1.2.7: add HID 2004/03/31 06:48:30 oj 1.1.2.6: check if ds is readonly 2004/03/17 12:18:09 oj 1.1.2.5: #111075# new method to set title 2004/03/15 12:26:58 oj 1.1.2.4: #111075# ongoing work 2004/03/08 10:38:51 oj 1.1.2.3: #110542# enable button handling 2004/03/05 13:56:55 oj 1.1.2.2: #111090# changes for the new prop dialogs 2004/03/05 07:04:53 oj 1.1.2.1: #111090# change the appearance of the dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [29e69f7696c4352a66622f1533456766036ecb0e]

        INTEGRATION: CWS insight01 (1.16.20); FILE MERGED 2004/06/01 08:53:29 oj 1.16.20.2: RESYNC: (1.16-1.17); FILE MERGED 2004/03/05 07:04:40 oj 1.16.20.1: #111090# change the appearance of the dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d651e4119cc3b225336235a4795ebf1dace693c8]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/09 14:59:04 oj 1.1.2.8: resource changes 2004/07/09 09:17:11 oj 1.1.2.7: resource changes 2004/07/07 11:15:56 oj 1.1.2.6: resource changes 2004/05/28 13:28:37 oj 1.1.2.5: remove some unused things 2004/04/16 12:53:10 oj 1.1.2.4: #116000# insert string review 2004/03/05 07:04:39 oj 1.1.2.3: #111090# change the appearance of the dialogs 2003/08/15 08:50:59 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:30:51 oj 1.1.2.1: #111075# new classes for the props of ds

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [28f409b8e1e4ba9b64e844dc11f67de470c69415]

        INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad47194e44e308f374c2132c63b7a88899144fb3]

        INTEGRATION: CWS insight01 (1.26.16); FILE MERGED 2004/06/03 09:09:24 oj 1.26.16.8: merge to m40 2004/06/01 08:53:07 oj 1.26.16.7: RESYNC: (1.28-1.29); FILE MERGED 2004/05/06 06:13:16 oj 1.26.16.6: #i12497# allow to append ASC, DESC to index creation 2004/04/21 13:48:04 oj 1.26.16.5: enable catalog and schema disabling 2004/03/05 07:04:37 oj 1.26.16.4: #111090# change the appearance of the dialogs 2003/12/17 09:15:59 oj 1.26.16.3: #111075# ongoing work 2003/08/01 11:50:00 oj 1.26.16.2: #111090# ongoing work 2003/07/29 12:45:44 oj 1.26.16.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [474d52d86f8842a85100bb6322b87adbdcb95d6c]

        INTEGRATION: CWS insight01 (1.84.64); FILE MERGED 2004/06/09 09:36:26 oj 1.84.64.16: correct order of items 2004/06/01 08:52:58 oj 1.84.64.15: RESYNC: (1.86-1.88); FILE MERGED 2004/05/06 06:13:15 oj 1.84.64.14: #i12497# allow to append ASC, DESC to index creation 2004/04/21 13:48:04 oj 1.84.64.13: enable catalog and schema disabling 2004/04/01 13:18:06 oj 1.84.64.12: saveas corrected 2004/03/31 06:48:30 oj 1.84.64.11: check if ds is readonly 2004/03/17 12:18:19 oj 1.84.64.10: #111075# new method to set title 2004/03/15 12:24:56 oj 1.84.64.9: #111075# ongoing work 2004/03/05 13:56:55 oj 1.84.64.8: #111090# changes for the new prop dialogs 2004/03/05 07:04:37 oj 1.84.64.7: #111090# change the appearance of the dialogs 2004/02/20 11:32:23 oj 1.84.64.6: #i25414# extend the datadescriptor for database location and connection resource 2004/02/17 10:41:09 oj 1.84.64.5: #111075# ongoing work 2003/08/15 08:51:00 oj 1.84.64.4: #111075# ongoing new dbaapp work 2003/08/04 10:39:35 oj 1.84.64.3: #111090# further coding 2003/08/01 11:49:59 oj 1.84.64.2: #111090# ongoing work 2003/07/29 12:45:44 oj 1.84.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f13f156888a20db589a6bea5faf021cbaad0661]

        INTEGRATION: CWS insight01 (1.17.104); FILE MERGED 2003/10/24 06:36:42 oj 1.17.104.2: #i21643# import filter changes 2003/08/15 08:51:00 oj 1.17.104.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc23ecd5f6a9fd839818b01d2c58340e69607ba5]

        INTEGRATION: CWS insight01 (1.25.64); FILE MERGED 2004/04/28 11:20:59 oj 1.25.64.3: ongoing work 2004/03/05 07:04:35 oj 1.25.64.2: #111090# change the appearance of the dialogs 2003/07/29 12:45:43 oj 1.25.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b6338f2bfd5b870dcef889d7edfcd9660332262]

        INTEGRATION: CWS insight01 (1.34.64); FILE MERGED 2004/04/28 11:21:00 oj 1.34.64.4: ongoing work 2004/03/05 07:04:35 oj 1.34.64.3: #111090# change the appearance of the dialogs 2003/08/15 08:51:01 oj 1.34.64.2: #111075# ongoing new dbaapp work 2003/07/29 12:45:43 oj 1.34.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c31a4badcf66f4c76194d4ea5d38983bc5a8b2b]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/09 14:59:46 oj 1.1.2.3: resource changes 2004/07/07 11:15:56 oj 1.1.2.2: resource changes 2004/03/15 12:28:30 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4737fe0bcfb59a378509d65b8912e434cbc58cfd]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/15 12:28:20 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5933277428d77d4366f2a17307a087b9e20ce7e]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/29 08:25:40 oj 1.1.2.5: check if user admin is possible 2004/04/26 10:24:58 oj 1.1.2.4: show error message when user admin does not exist 2004/03/31 06:49:11 oj 1.1.2.3: check if ds is readonly 2004/03/17 12:18:21 oj 1.1.2.2: #111075# new method to set title 2004/03/15 12:28:08 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e572b915037154eb82065985b2e1298f39a1b227]

        INTEGRATION: CWS insight01 (1.19.2); FILE MERGED 2004/07/07 11:15:56 oj 1.19.2.4: resource changes 2004/07/06 09:26:05 oj 1.19.2.3: RESYNC: (1.20-1.21); FILE MERGED 2004/06/01 08:52:11 oj 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED 2004/04/26 10:24:58 oj 1.19.2.1: show error message when user admin does not exist

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [67ca59991ef06e7c2b362231b609e8d00ea0be57]

        INTEGRATION: CWS insight01 (1.2.134); FILE MERGED 2004/03/15 12:24:57 oj 1.2.134.2: #111075# ongoing work 2004/03/05 07:04:34 oj 1.2.134.1: #111090# change the appearance of the dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2e3827fbe16dcce425948e5289c3c438b8a9b1b]

        INTEGRATION: CWS insight01 (1.11.64); FILE MERGED 2004/04/26 10:24:58 oj 1.11.64.2: show error message when user admin does not exist 2004/03/15 12:24:57 oj 1.11.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [130d52ab5e694390c09db36ccf12d8caee4970fe]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/15 10:58:36 oj 1.1.2.8: add chkthis macros 2004/04/07 11:02:33 oj 1.1.2.7: put out set 2004/04/07 06:09:34 oj 1.1.2.6: set out set n ctor 2004/03/31 06:49:10 oj 1.1.2.5: check if ds is readonly 2004/03/19 07:45:48 oj 1.1.2.4: #111075# ongoing work 2004/03/05 13:56:55 oj 1.1.2.3: #111090# changes for the new prop dialogs 2003/08/20 08:19:38 oj 1.1.2.2: #98349# don't display dialog if conenction could not be established 2003/08/15 08:58:47 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3c318bad636c98a834806d60e2c70d7486470f5]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 07:04:34 oj 1.1.2.3: #111090# change the appearance of the dialogs 2003/08/04 06:08:43 oj 1.1.2.2: #111075# ongoing work 2003/07/29 12:31:10 oj 1.1.2.1: #111075# new classes for the props of ds

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [623d75e7fa02009bafebfa1f03ee0028f02a953c]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/06/03 09:09:25 oj 1.1.2.7: merge to m40 2004/05/06 06:13:17 oj 1.1.2.6: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:58 oj 1.1.2.5: remove and add some props 2004/04/21 13:48:03 oj 1.1.2.4: enable catalog and schema disabling 2004/03/05 07:04:33 oj 1.1.2.3: #111090# change the appearance of the dialogs 2003/08/04 06:08:43 oj 1.1.2.2: #111075# ongoing work 2003/07/29 12:31:27 oj 1.1.2.1: #111075# new classes for the props of ds

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca0c4acc3b8da0ff4b021d112cec8f5a48e63314]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/12 08:14:53 oj 1.1.2.4: #111075# show dialog when new connection is needed 2004/03/12 08:10:19 oj 1.1.2.3: #111075# show dialog when new connection is needed 2004/03/05 13:56:55 oj 1.1.2.2: #111090# changes for the new prop dialogs 2003/08/15 08:58:40 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [28b5e0090755c76b7fb26ae6d57380f4a39b9e50]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/05/06 06:13:18 oj 1.1.2.13: #i12497# allow to append ASC, DESC to index creation 2004/04/21 13:48:03 oj 1.1.2.12: enable catalog and schema disabling 2004/03/31 06:49:11 oj 1.1.2.11: check if ds is readonly 2004/03/12 08:14:51 oj 1.1.2.10: #111075# show dialog when new connection is needed 2004/03/12 08:10:18 oj 1.1.2.9: #111075# show dialog when new connection is needed 2004/03/05 13:56:54 oj 1.1.2.8: #111090# changes for the new prop dialogs 2004/03/05 07:04:33 oj 1.1.2.7: #111090# change the appearance of the dialogs 2004/02/17 10:41:08 oj 1.1.2.6: #111075# ongoing work 2003/12/17 09:15:58 oj 1.1.2.5: #111075# ongoing work 2003/11/28 07:06:40 oj 1.1.2.4: #111075# ongoing work 2003/11/05 11:41:21 oj 1.1.2.3: #111075# ongoing work 2003/10/24 06:39:11 oj 1.1.2.2: #111075# further changes 2003/08/15 08:59:25 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [859011d49e5c1528f6809a3afcf37f4489e6ca35]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/19 10:53:18 oj 1.1.2.8: ongoing work for saveas dialog 2004/07/09 09:17:11 oj 1.1.2.7: resource changes 2004/07/07 11:15:57 oj 1.1.2.6: resource changes 2004/04/14 13:25:18 oj 1.1.2.5: string changes 2004/04/13 10:05:41 oj 1.1.2.4: #116001# string review 2004/03/05 07:04:32 oj 1.1.2.3: #111090# change the appearance of the dialogs 2003/08/04 06:08:43 oj 1.1.2.2: #111075# ongoing work 2003/07/29 12:32:12 oj 1.1.2.1: #111075# new classes for the props of ds

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dc8990707a1e46d6b4044f0d33ed8fdf7cd8bbb]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/06/09 10:02:25 oj 1.1.2.5: ms access type changes 2004/05/13 06:01:23 oj 1.1.2.4: open fileDialogHelper with correct ui Name 2004/03/05 07:04:32 oj 1.1.2.3: #111090# change the appearance of the dialogs 2003/08/04 06:08:44 oj 1.1.2.2: #111075# ongoing work 2003/07/29 12:31:54 oj 1.1.2.1: #111075# new classes for the props of ds

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bdca3135d315fc72da1558ac5963c57d3b17b84]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/08/04 06:08:44 oj 1.1.2.2: #111075# ongoing work 2003/07/29 12:32:22 oj 1.1.2.1: #111075# new classes for the props of ds

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0922d125c8dd40ac9376a6f65c3b3dd7e34d4f08]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/19 10:53:18 oj 1.1.2.20: ongoing work for saveas dialog 2004/06/11 09:27:44 oj 1.1.2.19: move ado define to connectionpage 2004/06/09 10:02:24 oj 1.1.2.18: ms access type changes 2004/06/03 09:09:25 oj 1.1.2.17: merge to m40 2004/05/13 07:12:16 oj 1.1.2.16: remove file system convertion 2004/05/13 06:01:23 oj 1.1.2.15: open fileDialogHelper with correct ui Name 2004/05/12 10:45:00 oj 1.1.2.14: ongoing work 2004/05/11 12:05:42 oj 1.1.2.13: #i21957# calc can now have a password 2004/04/28 11:21:00 oj 1.1.2.12: ongoing work 2004/04/13 10:05:41 oj 1.1.2.11: #116001# string review 2004/04/07 06:10:02 oj 1.1.2.10: if jdbc field isn't used do not set data in filltemset 2004/03/18 10:45:49 oj 1.1.2.9: #111075# remove : before adabas db name 2004/03/15 12:26:58 oj 1.1.2.8: #111075# ongoing work 2004/03/05 07:04:31 oj 1.1.2.7: #111090# change the appearance of the dialogs 2003/10/24 06:39:11 oj 1.1.2.6: #111075# further changes 2003/09/15 11:42:23 oj 1.1.2.5: insert temp var for compiler 2003/08/15 08:56:37 oj 1.1.2.4: #111075# ongoing new dbaapp work 2003/08/04 10:39:35 oj 1.1.2.3: #111090# further coding 2003/08/04 06:08:44 oj 1.1.2.2: #111075# ongoing work 2003/07/29 12:32:03 oj 1.1.2.1: #111075# new classes for the props of ds

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [afe3c4cbf274ad291bc61d34aa3a2ab07109fae9]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/19 10:53:18 oj 1.1.2.6: ongoing work for saveas dialog 2004/07/09 13:57:16 oj 1.1.2.5: save form/report dialog 2004/07/07 11:15:57 oj 1.1.2.4: resource changes 2004/04/27 08:35:18 oj 1.1.2.3: change save as in save 2004/04/16 12:53:10 oj 1.1.2.2: #116000# insert string review 2003/11/26 12:20:58 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [afd0641e32384c0e0981770294f7f3807a4482e8]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/09 13:57:16 oj 1.1.2.2: save form/report dialog 2003/11/26 12:23:49 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [edf8cd32a22660560c43f957e005f709a341e289]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/20 07:27:45 oj 1.1.2.6: #i31520# check for / in name 2004/07/19 13:32:06 oj 1.1.2.5: linux compile problem 2004/07/19 10:53:18 oj 1.1.2.4: ongoing work for saveas dialog 2004/07/09 13:57:15 oj 1.1.2.3: save form/report dialog 2004/04/27 08:30:56 oj 1.1.2.2: set focus in edit control 2003/11/26 12:21:07 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c1138c7434bbffb4873e22f394d09fa728ff072]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/09 09:17:11 oj 1.1.2.3: resource changes 2004/07/07 11:15:58 oj 1.1.2.2: resource changes 2004/03/15 12:27:46 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea884781608ba0586270b7484af5bd0247effdc0]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/15 12:27:58 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fca8b8459bb2a3b0a496d4d9c3819a4c9fede971]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/28 11:21:00 oj 1.1.2.5: ongoing work 2004/03/31 06:49:10 oj 1.1.2.4: check if ds is readonly 2004/03/19 07:45:48 oj 1.1.2.3: #111075# ongoing work 2004/03/17 12:27:20 oj 1.1.2.2: #111075# new method to set title 2004/03/15 12:27:35 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [27608cb6fe577afd62b2755e3cc2c72d40dcade1]

        INTEGRATION: CWS insight01 (1.10.104); FILE MERGED 2004/01/02 14:07:46 oj 1.10.104.3: RESYNC: (1.10-1.11); FILE MERGED 2003/11/05 11:41:19 oj 1.10.104.2: #111075# ongoing work 2003/07/29 12:45:42 oj 1.10.104.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e689ce5c47ef978b7c303b73d7e489e76a34e81d]

        INTEGRATION: CWS insight01 (1.1.142); FILE MERGED 2004/07/09 14:05:16 oj 1.1.142.1: resource changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [18b5106f0481a8b341cba361ad559eca4de6d8fd]

        INTEGRATION: CWS insight01 (1.36.4); FILE MERGED 2004/07/06 09:32:21 oj 1.36.4.3: RESYNC: (1.38-1.39); FILE MERGED 2004/01/02 14:01:25 oj 1.36.4.2: RESYNC: (1.37-1.38); FILE MERGED 2003/08/15 08:51:03 oj 1.36.4.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4571871eb584bd85d2da0c8df1672a99962faea]

        INTEGRATION: CWS insight01 (1.23.64); FILE MERGED 2004/07/09 14:05:16 oj 1.23.64.7: resource changes 2004/06/29 07:44:15 oj 1.23.64.6: #109867# don't check the table name when display the metadata 2004/03/18 11:38:48 oj 1.23.64.5: #111075# check if only a table was selected 2004/03/17 12:51:48 oj 1.23.64.4: #111075# renaming of objects 2003/10/24 06:36:40 oj 1.23.64.3: #i21643# import filter changes 2003/08/15 08:51:04 oj 1.23.64.2: #111075# ongoing new dbaapp work 2003/07/29 12:44:38 oj 1.23.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [614c1557b8883a89b926e211bdbc4fe05cf6a379]

        INTEGRATION: CWS insight01 (1.5.126); FILE MERGED 2004/07/15 10:52:33 oj 1.5.126.2: add chkthis macros 2004/07/09 14:05:15 oj 1.5.126.1: resource changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8282ab60a693975a06e227043cd552a1b3f56fc4]

        INTEGRATION: CWS docking2 (1.49.34); FILE MERGED 2004/07/16 14:02:33 dfoster 1.49.34.1: #i29739#, #i31467# Remove duplicate HIDs, and add HIDs for Tools->Macros menu items

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e63e64c3367b2e27e556ffb1d9727129f0f3075e]

        INTEGRATION: CWS insight01 (1.11.16); FILE MERGED 2004/07/09 14:05:15 oj 1.11.16.3: resource changes 2003/08/20 08:19:40 oj 1.11.16.2: #98349# don't display dialog if conenction could not be established 2003/08/15 08:51:04 oj 1.11.16.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b081672f5b36de41b1e13b22e6f33a84cddf5e4]

        INTEGRATION: CWS insight01 (1.11.110); FILE MERGED 2004/06/01 08:51:13 oj 1.11.110.6: RESYNC: (1.13-1.14); FILE MERGED 2004/03/05 07:11:13 oj 1.11.110.5: moved file to svtools 2003/10/24 13:02:00 oj 1.11.110.4: RESYNC: (1.12-1.13); FILE MERGED 2003/08/28 10:05:07 oj 1.11.110.3: RESYNC: (1.11-1.12); FILE MERGED 2003/08/15 08:52:43 oj 1.11.110.2: #111075# ongoing new dbaapp work 2003/07/29 12:44:37 oj 1.11.110.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9f7ecccb5684431dc0cfe5592bedc4257ca8491]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/15 10:58:36 oj 1.1.2.15: add chkthis macros 2004/07/09 14:05:15 oj 1.1.2.14: resource changes 2004/05/26 08:35:44 oj 1.1.2.13: handle return key event 2004/05/21 11:13:41 oj 1.1.2.12: press enter now opens the dsbrowser 2004/03/30 08:50:47 oj 1.1.2.11: enable timer again 2004/03/17 12:51:48 oj 1.1.2.10: #111075# renaming of objects 2004/03/14 15:56:16 oj 1.1.2.9: ongoing work 2004/03/11 09:56:19 oj 1.1.2.8: #111075# changes for closing 2004/03/11 09:04:40 oj 1.1.2.7: #111075# changes for closing 2004/03/08 07:26:57 oj 1.1.2.6: change to new menu layout 2004/01/09 11:13:46 oj 1.1.2.5: #111075# ongoing work 2003/11/28 12:09:09 oj 1.1.2.4: #109867# performance changes for the dbtreelist box 2003/11/05 11:41:16 oj 1.1.2.3: #111075# ongoing work 2003/09/18 05:58:00 oj 1.1.2.2: #111075# ongoing work 2003/08/15 09:03:17 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [48b76f5bc20e5bc6ae7e14710e280b6f6c79082b]

        INTEGRATION: CWS insight01 (1.7.64); FILE MERGED 2004/07/15 10:52:33 oj 1.7.64.4: add chkthis macros 2004/07/09 14:05:15 oj 1.7.64.3: resource changes 2003/08/01 11:49:59 oj 1.7.64.2: #111090# ongoing work 2003/07/29 12:44:37 oj 1.7.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d89dbf28df62b2d8327444b9e508a082bf0f8d2]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/14 14:49:46 oj 1.1.2.6: ongoing work 2003/12/19 08:06:05 oj 1.1.2.5: #111075# ongoing work 2003/12/18 13:54:33 oj 1.1.2.4: #111075# ongoing work 2003/12/17 13:47:37 oj 1.1.2.3: #111075# ongoing work 2003/11/26 12:23:06 oj 1.1.2.2: #111075# ongoing work 2003/07/29 12:44:05 oj 1.1.2.1: #111075# new classes for the props of ds

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [259f02fa2179e9fb8a249bbf2ba4ad197b2b8277]

        INTEGRATION: CWS insight01 (1.7.28); FILE MERGED 2004/07/15 10:52:33 oj 1.7.28.3: add chkthis macros 2004/02/11 12:47:55 oj 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/05 11:41:16 oj 1.7.28.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c08620818c83518dad6893d2fd43df812d99f86]

        INTEGRATION: CWS insight01 (1.10.104); FILE MERGED 2004/07/09 14:05:15 oj 1.10.104.4: resource changes 2004/06/01 08:51:04 oj 1.10.104.3: RESYNC: (1.11-1.12); FILE MERGED 2004/02/11 12:47:45 oj 1.10.104.2: RESYNC: (1.10-1.11); FILE MERGED 2003/08/15 08:52:43 oj 1.10.104.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [603bc77b3a3d4c31b68f89c1f221c78c5157a202]

        INTEGRATION: CWS insight01 (1.27.28); FILE MERGED 2004/07/09 14:05:14 oj 1.27.28.6: resource changes 2004/06/01 08:50:55 oj 1.27.28.5: RESYNC: (1.27-1.30); FILE MERGED 2004/05/27 14:25:28 oj 1.27.28.4: #i25624# check type info and save column name 2004/05/17 08:46:52 oj 1.27.28.3: #i17123# auto_increment fix for MySQL 2004/02/27 09:13:05 oj 1.27.28.2: #i24209# check if column and table are defaulted 2003/12/17 13:47:38 oj 1.27.28.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f95517b51e988d81d71597793cf0d6fe2204e94]

        INTEGRATION: CWS insight01 (1.152.38); FILE MERGED 2004/07/16 12:18:56 oj 1.152.38.33: check if datasource name is set, if not try to get name from connection's parent 2004/07/15 14:26:35 oj 1.152.38.32: solarmutex corrected 2004/07/15 10:58:36 oj 1.152.38.31: add chkthis macros 2004/07/14 10:22:22 oj 1.152.38.30: #i30603# corret frame loading 2004/07/11 17:12:29 oj 1.152.38.29: merge conflicts resolved 2004/06/01 08:50:33 oj 1.152.38.28: RESYNC: (1.153-1.156); FILE MERGED 2004/05/28 13:28:38 oj 1.152.38.27: remove some unused things 2004/05/21 10:21:29 oj 1.152.38.26: check for parameterized query and preview 2004/04/27 07:13:33 oj 1.152.38.25: remove unused code 2004/04/19 09:59:52 oj 1.152.38.24: if preview, disable nav controls prior 2004/04/01 11:37:01 oj 1.152.38.23: ongoing work 2004/04/01 10:37:55 oj 1.152.38.22: set cursor before collapsing 2004/04/01 10:22:36 oj 1.152.38.21: select from api call directly 2004/03/15 08:18:16 oj 1.152.38.20: #111075# disable border when in preview mode 2004/03/14 14:49:06 oj 1.152.38.19: ongoing work 2004/03/11 08:59:19 oj 1.152.38.18: #111075# changes for closing 2004/03/08 07:26:55 oj 1.152.38.17: change to new menu layout 2004/03/05 07:11:43 oj 1.152.38.16: #111090# changes for the new prop dialogs 2004/02/27 08:41:04 oj 1.152.38.15: #111075# check for vcl control 2004/02/20 14:39:53 oj 1.152.38.14: #111075# ongoing work 2004/02/20 11:32:24 oj 1.152.38.13: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:20:48 oj 1.152.38.12: #111075# fix refcount problem 2004/01/22 07:31:42 oj 1.152.38.11: #i24210# disable navibar and recordmarker when preview is enabled 2004/01/21 13:07:38 oj 1.152.38.10: #111075# ongoing work 2004/01/02 13:57:58 oj 1.152.38.9: RESYNC: (1.152-1.153); FILE MERGED 2004/01/02 09:54:05 oj 1.152.38.8: #111075# ongoing work 2003/12/17 09:15:56 oj 1.152.38.7: #111075# ongoing work 2003/11/26 12:23:08 oj 1.152.38.6: #111075# ongoing work 2003/11/17 09:43:42 oj 1.152.38.5: #111075# ongoning work 2003/11/05 11:41:06 oj 1.152.38.4: #111075# ongoing work 2003/10/24 06:36:37 oj 1.152.38.3: #i21643# import filter changes 2003/09/18 05:58:02 oj 1.152.38.2: #111075# ongoing work 2003/07/29 12:23:19 oj 1.152.38.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [438ab75bd13511e2fa172e554bad8cb16406ba7b]

        INTEGRATION: CWS insight01 (1.64.64); FILE MERGED 2004/07/06 09:35:32 oj 1.64.64.8: RESYNC: (1.67-1.68); FILE MERGED 2004/06/03 09:09:26 oj 1.64.64.7: merge to m40 2004/06/01 08:50:10 oj 1.64.64.6: RESYNC: (1.66-1.67); FILE MERGED 2004/02/12 16:21:32 oj 1.64.64.5: #111075# fix refcount problem 2004/02/11 12:47:08 oj 1.64.64.4: RESYNC: (1.65-1.66); FILE MERGED 2004/01/22 07:31:41 oj 1.64.64.3: #i24210# disable navibar and recordmarker when preview is enabled 2004/01/02 13:58:31 oj 1.64.64.2: RESYNC: (1.64-1.65); FILE MERGED 2003/11/05 11:41:05 oj 1.64.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f21d4f457ad0407053699b6788202f4557852bce]

        INTEGRATION: CWS insight01 (1.90.4); FILE MERGED 2004/07/15 06:44:49 oj 1.90.4.13: check if stream is NULL 2004/07/11 17:12:28 oj 1.90.4.12: merge conflicts resolved 2004/07/06 09:35:22 oj 1.90.4.11: RESYNC: (1.94-1.95); FILE MERGED 2004/05/28 13:28:38 oj 1.90.4.10: remove some unused things 2004/04/27 07:13:34 oj 1.90.4.9: remove unused code 2004/04/26 12:55:28 oj 1.90.4.8: new icon for edit query 2004/03/16 09:42:14 oj 1.90.4.7: #111075# ongoing work 2004/03/15 12:24:59 oj 1.90.4.6: #111075# ongoing work 2004/01/02 13:58:19 oj 1.90.4.5: RESYNC: (1.91-1.92); FILE MERGED 2003/11/05 11:41:04 oj 1.90.4.4: #111075# ongoing work 2003/09/18 05:58:02 oj 1.90.4.3: #111075# ongoing work 2003/08/25 10:38:42 oj 1.90.4.2: RESYNC: (1.90-1.91); FILE MERGED 2003/07/29 12:23:19 oj 1.90.4.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f6454346aa6bf1b5266b4feddaa9836b350559d]

        INTEGRATION: CWS insight01 (1.12.104); FILE MERGED 2004/06/01 08:49:55 oj 1.12.104.4: RESYNC: (1.13-1.14); FILE MERGED 2003/08/28 10:04:31 oj 1.12.104.3: RESYNC: (1.12-1.13); FILE MERGED 2003/08/15 08:52:44 oj 1.12.104.2: #111075# ongoing new dbaapp work 2003/07/29 12:23:18 oj 1.12.104.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7835a71a420d830b0aab4b4a46e1353a1862a58]

        INTEGRATION: CWS insight01 (1.50.44); FILE MERGED 2004/07/20 14:04:09 oj 1.50.44.20: updateTitle only when frame is not null! 2004/07/19 12:45:26 oj 1.50.44.19: new method updateTitle 2004/07/15 14:26:36 oj 1.50.44.18: solarmutex corrected 2004/07/14 10:22:23 oj 1.50.44.17: #i30603# corret frame loading 2004/07/11 16:08:35 oj 1.50.44.16: help context 2004/07/05 09:50:58 oj 1.50.44.15: #117108# some clean ups 2004/07/02 10:04:43 oj 1.50.44.14: #i30226# add controller, model behavior 2004/07/01 08:07:29 oj 1.50.44.13: #i30195# change statuslistener handling when disposing 2004/04/27 07:13:34 oj 1.50.44.12: remove unused code 2004/04/02 13:45:59 oj 1.50.44.11: set title of ds 2004/03/31 06:48:31 oj 1.50.44.10: check if ds is readonly 2004/03/17 12:51:49 oj 1.50.44.9: #111075# renaming of objects 2004/03/11 08:59:18 oj 1.50.44.8: #111075# changes for closing 2004/03/08 07:26:55 oj 1.50.44.7: change to new menu layout 2004/03/02 10:09:06 oj 1.50.44.6: RESYNC: (1.50-1.51); FILE MERGED 2004/02/23 14:49:22 oj 1.50.44.5: #111075# use the sfxfilter to get the correct filer name 2003/12/17 09:15:56 oj 1.50.44.4: #111075# ongoing work 2003/11/05 11:41:03 oj 1.50.44.3: #111075# ongoing work 2003/08/15 08:52:45 oj 1.50.44.2: #111075# ongoing new dbaapp work 2003/07/29 12:23:18 oj 1.50.44.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [deae0f1ef1b137e5cbf09d2c33c8b72c6277c87c]

        INTEGRATION: CWS insight01 (1.22.44); FILE MERGED 2004/06/01 08:49:47 oj 1.22.44.4: RESYNC: (1.24-1.25); FILE MERGED 2004/02/11 12:46:59 oj 1.22.44.3: RESYNC: (1.23-1.24); FILE MERGED 2004/01/02 13:58:08 oj 1.22.44.2: RESYNC: (1.22-1.23); FILE MERGED 2003/07/29 12:23:18 oj 1.22.44.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [25fc2c8daeaaf3c2e4a043df2ed25d3ed97ec831]

        INTEGRATION: CWS insight01 (1.61.50); FILE MERGED 2004/07/15 12:29:30 oj 1.61.50.9: remove some header and fix memory leak 2004/04/27 07:13:34 oj 1.61.50.8: remove unused code 2004/04/21 13:48:02 oj 1.61.50.7: enable catalog and schema disabling 2004/04/01 10:22:36 oj 1.61.50.6: select from api call directly 2004/02/20 11:32:25 oj 1.61.50.5: #i25414# extend the datadescriptor for database location and connection resource 2004/01/02 13:57:19 oj 1.61.50.4: RESYNC: (1.61-1.62); FILE MERGED 2003/11/17 09:43:41 oj 1.61.50.3: #111075# ongoning work 2003/11/05 11:41:03 oj 1.61.50.2: #111075# ongoing work 2003/08/15 08:52:45 oj 1.61.50.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dc3f8e5c16f0dcc5b8fde8cea458011be3be42c]

        INTEGRATION: CWS insight01 (1.7.108); FILE MERGED 2004/04/27 07:13:35 oj 1.7.108.2: remove unused code 2003/11/26 12:23:09 oj 1.7.108.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf1c995bce4e7a2a9717e9d930ab563951e536f0]

        INTEGRATION: CWS insight01 (1.17.112); FILE MERGED 2004/07/15 10:58:37 oj 1.17.112.4: add chkthis macros 2004/05/26 08:35:45 oj 1.17.112.3: handle return key event 2003/12/18 13:54:32 oj 1.17.112.2: #111075# ongoing work 2003/11/05 11:41:02 oj 1.17.112.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [53cd52159710caf255bd78c8ef060e824c5f2445]

        INTEGRATION: CWS insight01 (1.12.112); FILE MERGED 2003/08/15 08:52:46 oj 1.12.112.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3aca5b5487a34cc423a154759bc085017ca65d0a]

        INTEGRATION: CWS insight01 (1.12.64); FILE MERGED 2004/04/27 07:13:35 oj 1.12.64.1: remove unused code

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [afedbe9768b2df98581c7dc92069709ed31ad349]

        INTEGRATION: CWS insight01 (1.17.104); FILE MERGED 2004/07/14 10:22:23 oj 1.17.104.6: #i30603# corret frame loading 2004/07/14 07:34:37 oj 1.17.104.5: don't use setComponent(NULL,NULL) when an error occurs 2004/07/02 10:04:43 oj 1.17.104.4: #i30226# add controller, model behavior 2003/11/05 11:41:02 oj 1.17.104.3: #111075# ongoing work 2003/09/18 05:58:03 oj 1.17.104.2: #111075# ongoing work 2003/07/29 12:23:17 oj 1.17.104.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [782cc4cc61ee71f8e5968c6a761738b9f64b11b5]

        INTEGRATION: CWS insight01 (1.21.28); FILE MERGED 2004/07/15 06:44:49 oj 1.21.28.4: check if stream is NULL 2004/06/03 09:09:26 oj 1.21.28.3: merge to m40 2004/06/01 08:49:36 oj 1.21.28.2: RESYNC: (1.21-1.22); FILE MERGED 2004/02/20 11:32:25 oj 1.21.28.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [afe8f7b10199bb54534cdfca2b421d421326dd0a]

        INTEGRATION: CWS insight01 (1.14.110); FILE MERGED 2004/07/15 10:52:33 oj 1.14.110.2: add chkthis macros 2003/11/05 11:41:01 oj 1.14.110.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e41f44f8be395c4fb25dcfa69c752ca8d25431ea]

        INTEGRATION: CWS insight01 (1.18.106); FILE MERGED 2004/03/11 08:59:18 oj 1.18.106.3: #111075# changes for closing 2004/02/27 08:41:03 oj 1.18.106.2: #111075# check for vcl control 2003/11/05 11:36:47 oj 1.18.106.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf429f6284e2741e66867cede4189f97da6bade0]

        INTEGRATION: CWS docking2 (1.4.66); FILE MERGED 2004/07/21 15:20:20 sg 1.4.66.1: #i31466#CHG: put Desktop test to end

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbe9cf00162491ba34585d2b713c399222680533]

        INTEGRATION: CWS insight01 (1.75.56); FILE MERGED 2004/07/06 09:35:06 oj 1.75.56.11: RESYNC: (1.78-1.79); FILE MERGED 2004/07/05 09:50:58 oj 1.75.56.10: #117108# some clean ups 2004/06/01 08:49:27 oj 1.75.56.9: RESYNC: (1.77-1.78); FILE MERGED 2004/04/19 09:59:52 oj 1.75.56.8: if preview, disable nav controls prior 2004/03/30 08:51:18 oj 1.75.56.7: disable preview when it could not be loaded 2004/02/27 08:41:26 oj 1.75.56.6: #111075# check for vcl control 2004/02/12 16:21:32 oj 1.75.56.5: #111075# fix refcount problem 2004/02/11 12:46:49 oj 1.75.56.4: RESYNC: (1.76-1.77); FILE MERGED 2004/01/02 13:57:45 oj 1.75.56.3: RESYNC: (1.75-1.76); FILE MERGED 2003/11/05 11:36:45 oj 1.75.56.2: #111075# ongoing work 2003/10/24 06:36:36 oj 1.75.56.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a1668d4107fbc8bc6c683bb33ddbe52908a0804]

        INTEGRATION: CWS insight01 (1.19.2); FILE MERGED 2004/07/06 09:34:43 oj 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED 2004/03/16 11:06:45 oj 1.19.2.1: #111075# set non existing name when create new object

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [13a7ec577fea00ebcb5de33634b5b8e149662dcc]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/26 12:17:49 oj 1.1.2.5: #111075# ongoing work 2003/09/18 05:59:26 oj 1.1.2.4: #111075# ongoing work 2003/08/29 09:32:47 oj 1.1.2.3: correct makefiles 2003/08/15 08:53:57 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:25:53 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [db628fa54e33dc52eb43c22fed1fab7a0e5ad1ff]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/09 13:14:12 oj 1.1.2.11: #i30416# move some code to UITools 2004/04/26 11:31:58 oj 1.1.2.10: folder handling 2004/03/16 11:06:20 oj 1.1.2.9: #111075# set non existing name when create new object 2004/02/23 14:49:02 oj 1.1.2.8: #111075# use the sfxfilter to get the correct filer name 2004/01/07 13:47:28 oj 1.1.2.7: #111075# ongoing work 2003/12/17 13:47:40 oj 1.1.2.6: #111075# ongoing work 2003/12/17 08:47:07 oj 1.1.2.5: #111075# ongoing work 2003/11/26 12:17:50 oj 1.1.2.4: #111075# ongoing work 2003/11/17 09:43:28 oj 1.1.2.3: #111075# ongoning work 2003/08/15 08:53:57 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:27:58 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75742179f3fbe1d254fb4289356812863925694d]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/20 13:23:16 oj 1.1.2.37: #i20125# change title 2004/07/15 06:44:50 oj 1.1.2.36: check if stream is NULL 2004/07/09 14:00:52 oj 1.1.2.35: resource changes 2004/07/09 13:59:25 oj 1.1.2.34: resource changes 2004/07/09 13:33:35 oj 1.1.2.33: resource changes 2004/07/07 11:15:58 oj 1.1.2.32: resource changes 2004/05/26 06:05:24 oj 1.1.2.31: new strings 2004/05/07 13:42:09 oj 1.1.2.30: change name to Base 2004/05/05 09:48:16 oj 1.1.2.29: add help button to toolbar 2004/05/04 12:41:54 oj 1.1.2.28: change toolbar order and insert open 2004/04/28 11:21:02 oj 1.1.2.27: ongoing work 2004/04/26 11:32:00 oj 1.1.2.26: folder handling 2004/04/16 12:53:11 oj 1.1.2.25: #116000# insert string review 2004/04/14 13:25:19 oj 1.1.2.24: string changes 2004/04/13 10:05:42 oj 1.1.2.23: #116001# string review 2004/03/18 12:45:24 oj 1.1.2.22: #111075#correct command for report 2004/03/18 10:32:28 oj 1.1.2.21: #111075# ongoing work 2004/03/16 11:06:19 oj 1.1.2.20: #111075# set non existing name when create new object 2004/03/12 09:25:55 oj 1.1.2.19: #111075# ongoing 2004/03/12 08:14:33 oj 1.1.2.18: #111075# show dialog when new connection is needed 2004/03/08 07:26:54 oj 1.1.2.17: change to new menu layout 2004/03/05 07:08:47 oj 1.1.2.16: #111090# new props dialgos 2004/02/23 14:49:02 oj 1.1.2.15: #111075# use the sfxfilter to get the correct filer name 2004/02/20 11:32:26 oj 1.1.2.14: #i25414# extend the datadescriptor for database location and connection resource 2004/01/21 13:05:55 oj 1.1.2.13: #111075# ongoing work 2004/01/07 13:44:06 oj 1.1.2.12: #i24168# add save asveas to file menu 2003/12/19 08:25:31 oj 1.1.2.11: #111075# ongoing work 2003/12/19 08:06:04 oj 1.1.2.10: #111075# ongoing work 2003/12/17 13:47:40 oj 1.1.2.9: #111075# ongoing work 2003/12/17 08:47:06 oj 1.1.2.8: #111075# ongoing work 2003/11/28 07:04:22 oj 1.1.2.7: #111075# ongoing work 2003/11/26 12:17:51 oj 1.1.2.6: #111075# ongoing work 2003/11/17 09:43:27 oj 1.1.2.5: #111075# ongoning work 2003/10/24 06:38:47 oj 1.1.2.4: #111075# further changes 2003/09/18 05:59:30 oj 1.1.2.3: #111075# ongoing work 2003/08/15 08:53:57 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:27:51 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [72b24395662f9aa3dd39e65fdd5d8ad319bca70d]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/05/10 10:55:07 oj 1.1.2.19: hide preview when the table or query is deleting 2004/04/01 09:09:25 oj 1.1.2.18: impl disableControls 2004/03/31 06:47:56 oj 1.1.2.17: check if ds is readonly 2004/03/19 07:45:47 oj 1.1.2.16: #111075# ongoing work 2004/03/17 12:51:05 oj 1.1.2.15: #111075# renaming of objects 2004/03/14 14:44:00 oj 1.1.2.14: ongoing work 2004/02/18 14:47:47 oj 1.1.2.13: #111075# fix rfcount problem 2004/01/09 11:12:45 oj 1.1.2.12: #111075# ongoing work 2004/01/07 13:47:40 oj 1.1.2.11: #111075# ongoing work 2003/12/19 08:06:03 oj 1.1.2.10: #111075# ongoing work 2003/12/18 13:53:21 oj 1.1.2.9: #111075# ongoing work 2003/12/17 13:54:54 oj 1.1.2.8: #111075# ongoing work 2003/11/28 07:04:25 oj 1.1.2.7: #111075# ongoing work 2003/11/26 12:18:31 oj 1.1.2.6: #111075# ongoing work 2003/11/17 09:43:25 oj 1.1.2.5: #111075# ongoning work 2003/10/24 06:38:47 oj 1.1.2.4: #111075# further changes 2003/09/18 05:59:57 oj 1.1.2.3: #111075# ongoing work 2003/08/15 08:53:58 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:27:06 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4849bcafae453821c1637f29124e53af60e62b2d]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/05 11:06:15 oj 1.1.2.29: #i30225# remove listener when suspending db app controller 2004/05/17 12:47:55 oj 1.1.2.28: ongoing work 2004/05/13 13:23:24 oj 1.1.2.27: statusbar not correctly filled 2004/05/12 10:44:59 oj 1.1.2.26: ongoing work 2004/05/10 10:55:06 oj 1.1.2.25: hide preview when the table or query is deleting 2004/05/06 06:30:04 oj 1.1.2.24: correct statusbar 2004/05/05 08:58:52 oj 1.1.2.23: adjust the size of the statusbar 2004/04/15 16:31:44 oj 1.1.2.22: read only connection checks 2004/04/01 09:09:25 oj 1.1.2.21: impl disableControls 2004/03/31 06:47:55 oj 1.1.2.20: check if ds is readonly 2004/03/19 07:45:47 oj 1.1.2.19: #111075# ongoing work 2004/03/17 12:51:05 oj 1.1.2.18: #111075# renaming of objects 2004/03/15 12:25:47 oj 1.1.2.17: #111075# ongoing work 2004/03/14 14:44:00 oj 1.1.2.16: ongoing work 2004/02/18 14:47:47 oj 1.1.2.15: #111075# fix rfcount problem 2004/01/22 09:36:59 oj 1.1.2.14: #i24176# add the possiblity to create dbs 2004/01/09 11:12:46 oj 1.1.2.13: #111075# ongoing work 2004/01/07 13:47:38 oj 1.1.2.12: #111075# ongoing work 2003/12/19 08:06:03 oj 1.1.2.11: #111075# ongoing work 2003/12/18 13:53:20 oj 1.1.2.10: #111075# ongoing work 2003/12/17 13:54:51 oj 1.1.2.9: #111075# ongoing work 2003/12/02 08:32:17 oj 1.1.2.8: #111075# ongoing work 2003/11/28 07:04:24 oj 1.1.2.7: #111075# ongoing work 2003/11/26 12:18:31 oj 1.1.2.6: #111075# ongoing work 2003/11/17 09:43:23 oj 1.1.2.5: #111075# ongoning work 2003/10/24 06:38:47 oj 1.1.2.4: #111075# further changes 2003/09/18 05:59:56 oj 1.1.2.3: #111075# ongoing work 2003/08/15 08:53:59 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:27:25 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fadafb45cc8ab6a7bbd30c49eccc4e463ed633e]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/01/09 11:12:46 oj 1.1.2.4: #111075# ongoing work 2003/12/18 13:53:20 oj 1.1.2.3: #111075# ongoing work 2003/12/17 13:54:55 oj 1.1.2.2: #111075# ongoing work 2003/11/26 12:18:58 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab5a45c7e70e2252b73140adaedc4146b83f4104]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/05/04 12:42:27 oj 1.1.2.5: change toolbar order and insert open 2004/01/09 11:12:46 oj 1.1.2.4: #111075# ongoing work 2003/12/18 13:53:19 oj 1.1.2.3: #111075# ongoing work 2003/12/17 13:54:57 oj 1.1.2.2: #111075# ongoing work 2003/11/26 12:18:49 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [917395b26c6830a83551d8c3a671a25f386c85ee]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/18 10:15:55 oj 1.1.2.7: #111075# ongoing work 2004/01/09 11:12:47 oj 1.1.2.6: #111075# ongoing work 2003/12/18 13:53:18 oj 1.1.2.5: #111075# ongoing work 2003/11/26 12:17:53 oj 1.1.2.4: #111075# ongoing work 2003/10/24 06:38:46 oj 1.1.2.3: #111075# further changes 2003/09/18 05:59:28 oj 1.1.2.2: #111075# ongoing work 2003/08/15 08:55:31 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [461760a4fcea19757a3fc7504c8535df69abbdd8]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/19 07:45:46 oj 1.1.2.12: #111075# ongoing work 2004/03/18 10:15:50 oj 1.1.2.11: #111075# ongoing work 2004/01/09 11:12:47 oj 1.1.2.10: #111075# ongoing work 2003/12/18 13:53:17 oj 1.1.2.9: #111075# ongoing work 2003/12/17 13:54:58 oj 1.1.2.8: #111075# ongoing work 2003/11/26 12:17:52 oj 1.1.2.7: #111075# ongoing work 2003/11/07 07:24:09 oj 1.1.2.6: #111075# new helpid for the iconcontrol 2003/10/24 06:38:46 oj 1.1.2.5: #111075# further changes 2003/09/18 05:59:27 oj 1.1.2.4: #111075# ongoing work 2003/08/29 09:36:31 oj 1.1.2.3: #111090# ongoning work 2003/08/20 06:43:13 oj 1.1.2.2: #111075# ongoning work 2003/08/15 08:55:38 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0242cb83033f426a8524824daf5325d0f417054]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/08/15 08:55:52 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a901379245c73322de4627ecd80d6ee8a6e4e980]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/09 13:14:13 oj 1.1.2.7: #i30416# move some code to UITools 2004/04/27 08:48:24 oj 1.1.2.6: change order of entries 2004/01/09 11:12:48 oj 1.1.2.5: #111075# ongoing work 2003/12/17 13:54:58 oj 1.1.2.4: #111075# ongoing work 2003/11/26 12:23:13 oj 1.1.2.3: #111075# ongoing work 2003/11/05 11:36:39 oj 1.1.2.2: #111075# ongoing work 2003/08/15 08:55:45 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ffe7a8d7c505058e455c6a2b04c094508c7a966]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/01 09:09:24 oj 1.1.2.15: impl disableControls 2004/03/19 07:45:46 oj 1.1.2.14: #111075# ongoing work 2004/03/17 12:51:05 oj 1.1.2.13: #111075# renaming of objects 2004/01/09 11:12:48 oj 1.1.2.12: #111075# ongoing work 2004/01/07 13:47:34 oj 1.1.2.11: #111075# ongoing work 2003/12/19 08:06:02 oj 1.1.2.10: #111075# ongoing work 2003/12/18 13:53:16 oj 1.1.2.9: #111075# ongoing work 2003/12/17 13:54:59 oj 1.1.2.8: #111075# ongoing work 2003/11/28 07:04:24 oj 1.1.2.7: #111075# ongoing work 2003/11/26 12:17:54 oj 1.1.2.6: #111075# ongoing work 2003/11/17 09:43:21 oj 1.1.2.5: #111075# ongoning work 2003/10/24 06:38:45 oj 1.1.2.4: #111075# further changes 2003/09/18 05:59:27 oj 1.1.2.3: #111075# ongoing work 2003/08/15 08:53:59 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:27:33 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ed687e83d14fb69ae9c9626132ebdec10041056]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/15 10:52:55 oj 1.1.2.23: add chkthis macros 2004/07/09 13:14:13 oj 1.1.2.22: #i30416# move some code to UITools 2004/07/06 10:27:18 oj 1.1.2.21: #i30366# allow only single left click without shift or any modifiers 2004/04/20 11:45:04 oj 1.1.2.20: enable preview 2004/04/15 16:31:44 oj 1.1.2.19: read only connection checks 2004/04/01 09:09:24 oj 1.1.2.18: impl disableControls 2004/03/31 06:47:55 oj 1.1.2.17: check if ds is readonly 2004/03/19 07:45:45 oj 1.1.2.16: #111075# ongoing work 2004/03/17 12:51:05 oj 1.1.2.15: #111075# renaming of objects 2004/02/05 09:08:24 oj 1.1.2.14: #111075# ongoing changes 2004/01/22 14:55:27 oj 1.1.2.13: #111075# enable key traveling again 2004/01/21 13:05:55 oj 1.1.2.12: #111075# ongoing work 2004/01/09 11:12:49 oj 1.1.2.11: #111075# ongoing work 2004/01/07 13:47:32 oj 1.1.2.10: #111075# ongoing work 2003/12/19 08:06:02 oj 1.1.2.9: #111075# ongoing work 2003/12/18 13:53:15 oj 1.1.2.8: #111075# ongoing work 2003/11/28 07:04:23 oj 1.1.2.7: #111075# ongoing work 2003/11/26 12:17:53 oj 1.1.2.6: #111075# ongoing work 2003/11/17 09:43:17 oj 1.1.2.5: #111075# ongoning work 2003/10/24 06:38:45 oj 1.1.2.4: #111075# further changes 2003/09/18 05:59:28 oj 1.1.2.3: #111075# ongoing work 2003/08/15 08:53:59 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:27:42 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b85fdba0ce84a2a742b6458da05b7157cccea650]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/05/27 14:25:27 oj 1.1.2.11: #i25624# check type info and save column name 2004/04/01 09:09:24 oj 1.1.2.10: impl disableControls 2004/03/17 12:51:05 oj 1.1.2.9: #111075# renaming of objects 2004/01/21 13:05:54 oj 1.1.2.8: #111075# ongoing work 2004/01/07 13:47:31 oj 1.1.2.7: #111075# ongoing work 2003/12/02 08:32:17 oj 1.1.2.6: #111075# ongoing work 2003/11/28 07:04:23 oj 1.1.2.5: #111075# ongoing work 2003/11/26 12:17:54 oj 1.1.2.4: #111075# ongoing work 2003/11/17 09:43:17 oj 1.1.2.3: #111075# ongoning work 2003/08/15 08:54:00 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:26:03 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dab7a6e9f54acac164994a8550a4570bcffb5087]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/26 09:42:25 oj 1.1.2.42: new Handler for Dropdown Toolbox Items 2004/07/09 13:14:13 oj 1.1.2.41: #i30416# move some code to UITools 2004/07/07 06:58:36 oj 1.1.2.40: #i30226# add controller, model behavior 2004/07/06 13:48:06 oj 1.1.2.39: #i30417# copy children as well 2004/07/05 10:36:02 oj 1.1.2.38: #i30382# hide preview when editing an object 2004/07/02 10:37:38 oj 1.1.2.37: isALeaf corrected 2004/07/02 10:04:44 oj 1.1.2.36: #i30226# add controller, model behavior 2004/06/30 11:23:43 oj 1.1.2.35: #i30413# disallow folder edit and open 2004/06/29 12:55:51 oj 1.1.2.34: #i30626# naming corrected 2004/05/27 14:25:27 oj 1.1.2.33: #i25624# check type info and save column name 2004/05/21 11:12:12 oj 1.1.2.32: press enter now opens the dsbrowser 2004/05/17 12:47:55 oj 1.1.2.31: ongoing work 2004/04/28 13:35:07 oj 1.1.2.30: disable input again for preview 2004/04/01 09:09:23 oj 1.1.2.29: impl disableControls 2004/03/31 11:33:23 oj 1.1.2.28: ongoing work 2004/03/31 06:47:55 oj 1.1.2.27: check if ds is readonly 2004/03/30 08:51:19 oj 1.1.2.26: disable preview when it could not be loaded 2004/03/29 08:22:10 oj 1.1.2.25: expand first entry 2004/03/18 11:38:47 oj 1.1.2.24: #111075# check if only a table was selected 2004/03/17 12:51:05 oj 1.1.2.23: #111075# renaming of objects 2004/03/15 07:11:41 oj 1.1.2.22: #111075# ongoing changes 2004/03/14 14:43:59 oj 1.1.2.21: ongoing work 2004/03/12 12:50:07 oj 1.1.2.20: #111075# implement commit 2004/03/11 11:22:04 oj 1.1.2.19: #111075# changes for closing 2004/03/11 08:56:32 oj 1.1.2.18: #111075# changes for closing docs 2004/03/05 13:56:53 oj 1.1.2.17: #111090# changes for the new prop dialogs 2004/02/18 14:47:47 oj 1.1.2.16: #111075# fix rfcount problem 2004/02/12 16:18:03 oj 1.1.2.15: #111075# fix refcount problem 2004/01/21 13:05:53 oj 1.1.2.14: #111075# ongoing work 2004/01/09 11:12:49 oj 1.1.2.13: #111075# ongoing work 2004/01/07 13:47:30 oj 1.1.2.12: #111075# ongoing work 2003/12/18 13:53:14 oj 1.1.2.11: #111075# ongoing work 2003/12/17 13:54:59 oj 1.1.2.10: #111075# ongoing work 2003/12/17 08:47:06 oj 1.1.2.9: #111075# ongoing work 2003/12/02 08:32:17 oj 1.1.2.8: #111075# ongoing work 2003/11/28 07:04:23 oj 1.1.2.7: #111075# ongoing work 2003/11/26 12:17:53 oj 1.1.2.6: #111075# ongoing work 2003/11/17 09:43:16 oj 1.1.2.5: #111075# ongoning work 2003/10/24 06:38:45 oj 1.1.2.4: #111075# further changes 2003/09/18 05:59:27 oj 1.1.2.3: #111075# ongoing work 2003/08/15 08:54:00 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:26:38 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [85afff9c65f3b312c1d39f15b89536b9d33beba0]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/20 13:23:17 oj 1.1.2.36: #i20125# change title 2004/07/19 12:45:27 oj 1.1.2.35: new method updateTitle 2004/07/09 13:14:14 oj 1.1.2.34: #i30416# move some code to UITools 2004/07/06 13:48:05 oj 1.1.2.33: #i30417# copy children as well 2004/07/06 11:03:29 oj 1.1.2.32: return frame instead of model 2004/07/05 13:51:41 oj 1.1.2.31: #i30225# work on copy of objects 2004/07/05 11:06:17 oj 1.1.2.30: #i30225# remove listener when suspending db app controller 2004/07/02 10:04:44 oj 1.1.2.29: #i30226# add controller, model behavior 2004/04/26 11:32:00 oj 1.1.2.28: folder handling 2004/04/08 14:01:21 oj 1.1.2.27: set first the defintion object to NULL 2004/04/07 13:55:17 oj 1.1.2.26: remember definition object as well 2004/04/05 09:07:22 oj 1.1.2.25: remove doucment when it was disposed 2004/04/02 13:45:59 oj 1.1.2.24: set title of ds 2004/03/31 08:50:38 oj 1.1.2.23: append pcik list 2004/03/19 07:45:45 oj 1.1.2.22: #111075# ongoing work 2004/03/18 13:04:10 oj 1.1.2.21: #111075# set the corect title 2004/03/18 10:15:47 oj 1.1.2.20: #111075# ongoing work 2004/03/17 14:14:59 oj 1.1.2.19: #111075# ongoing work 2004/03/16 08:21:19 oj 1.1.2.18: #111075# ongoing work 2004/03/15 07:11:40 oj 1.1.2.17: #111075# ongoing changes 2004/03/12 11:55:52 oj 1.1.2.16: #111075# implement commit 2004/03/12 08:14:33 oj 1.1.2.15: #111075# show dialog when new connection is needed 2004/03/12 08:09:50 oj 1.1.2.14: #111075# show dialog when new connection is needed 2004/01/22 09:36:59 oj 1.1.2.13: #i24176# add the possiblity to create dbs 2004/01/07 13:47:30 oj 1.1.2.12: #111075# ongoing work 2003/12/18 13:53:14 oj 1.1.2.11: #111075# ongoing work 2003/12/17 08:47:05 oj 1.1.2.10: #111075# ongoing work 2003/12/02 08:32:16 oj 1.1.2.9: #111075# ongoing work 2003/11/28 07:04:22 oj 1.1.2.8: #111075# ongoing work 2003/11/17 09:43:16 oj 1.1.2.7: #111075# ongoning work 2003/11/05 11:36:38 oj 1.1.2.6: #111075# ongoing work 2003/10/24 06:38:44 oj 1.1.2.5: #111075# further changes 2003/09/18 05:59:28 oj 1.1.2.4: #111075# ongoing work 2003/08/28 12:03:58 oj 1.1.2.3: #111090# ongoning work 2003/08/26 05:53:09 oj 1.1.2.2: missing header files 2003/08/15 08:56:00 oj 1.1.2.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [208ef78871db7265dfc8d673351f20a27a20c9f2]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/19 12:45:27 oj 1.1.2.40: new method updateTitle 2004/07/15 14:26:36 oj 1.1.2.39: solarmutex corrected 2004/07/14 10:22:24 oj 1.1.2.38: #i30603# corret frame loading 2004/07/09 13:14:15 oj 1.1.2.37: #i30416# move some code to UITools 2004/07/06 10:27:55 oj 1.1.2.36: #i30366# allow only single left click without shift or any modifiers 2004/07/05 10:36:03 oj 1.1.2.35: #i30382# hide preview when editing an object 2004/07/02 10:04:45 oj 1.1.2.34: #i30226# add controller, model behavior 2004/06/29 13:32:34 oj 1.1.2.33: #i30603# throw exception when save dialog was cancelled 2004/06/04 12:49:37 oj 1.1.2.32: merge 2004/05/28 13:41:50 oj 1.1.2.31: #i19843# continue copy 2004/05/28 13:28:39 oj 1.1.2.30: remove some unused things 2004/05/27 14:25:27 oj 1.1.2.29: #i25624# check type info and save column name 2004/04/26 12:09:57 oj 1.1.2.28: cheange delete query 2004/04/26 11:32:00 oj 1.1.2.27: folder handling 2004/04/21 13:48:02 oj 1.1.2.26: enable catalog and schema disabling 2004/04/20 10:07:18 oj 1.1.2.25: creation of dp document changed 2004/04/15 16:31:43 oj 1.1.2.24: read only connection checks 2004/04/01 09:09:24 oj 1.1.2.23: impl disableControls 2004/03/31 11:33:22 oj 1.1.2.22: ongoing work 2004/03/31 08:50:38 oj 1.1.2.21: append pcik list 2004/03/31 06:47:55 oj 1.1.2.20: check if ds is readonly 2004/03/18 13:06:38 oj 1.1.2.19: #111075# load the menu when creating a new model 2004/03/16 11:06:18 oj 1.1.2.18: #111075# set non existing name when create new object 2004/03/16 10:01:23 oj 1.1.2.17: #111075# ask for deletion 2004/03/11 08:56:32 oj 1.1.2.16: #111075# changes for closing docs 2004/02/23 14:49:01 oj 1.1.2.15: #111075# use the sfxfilter to get the correct filer name 2004/02/20 14:39:54 oj 1.1.2.14: #111075# ongoing work 2004/02/20 11:32:26 oj 1.1.2.13: #i25414# extend the datadescriptor for database location and connection resource 2004/02/16 07:22:19 oj 1.1.2.12: #111075# linux changes 2004/01/22 14:22:48 oj 1.1.2.11: #i24598# parent handling changed 2004/01/22 09:37:00 oj 1.1.2.10: #i24176# add the possiblity to create dbs 2004/01/21 13:05:53 oj 1.1.2.9: #111075# ongoing work 2003/12/17 08:47:05 oj 1.1.2.8: #111075# ongoing work 2003/11/17 09:43:14 oj 1.1.2.7: #111075# ongoning work 2003/11/05 11:36:37 oj 1.1.2.6: #111075# ongoing work 2003/10/24 06:38:44 oj 1.1.2.5: #111075# further changes 2003/09/18 05:59:29 oj 1.1.2.4: #111075# ongoing work 2003/08/26 05:53:08 oj 1.1.2.3: missing header files 2003/08/15 08:54:00 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:26:25 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8106bf9423d77fe11d6761f040cde8826ca29c18]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/19 12:45:28 oj 1.1.2.30: new method updateTitle 2004/07/14 10:22:24 oj 1.1.2.29: #i30603# corret frame loading 2004/07/09 13:14:15 oj 1.1.2.28: #i30416# move some code to UITools 2004/07/02 10:04:45 oj 1.1.2.27: #i30226# add controller, model behavior 2004/04/26 11:32:01 oj 1.1.2.26: folder handling 2004/04/07 13:55:16 oj 1.1.2.25: remember definition object as well 2004/04/05 09:07:23 oj 1.1.2.24: remove doucment when it was disposed 2004/03/31 08:50:37 oj 1.1.2.23: append pcik list 2004/03/31 06:47:55 oj 1.1.2.22: check if ds is readonly 2004/03/18 10:15:45 oj 1.1.2.21: #111075# ongoing work 2004/03/12 11:55:52 oj 1.1.2.20: #111075# implement commit 2004/03/12 08:09:51 oj 1.1.2.19: #111075# show dialog when new connection is needed 2004/03/11 15:08:39 oj 1.1.2.18: #111075# ongoing fixes 2004/03/11 11:22:04 oj 1.1.2.17: #111075# changes for closing 2004/03/11 08:56:32 oj 1.1.2.16: #111075# changes for closing docs 2004/03/08 07:26:53 oj 1.1.2.15: change to new menu layout 2004/02/20 14:39:54 oj 1.1.2.14: #111075# ongoing work 2004/01/22 09:37:00 oj 1.1.2.13: #i24176# add the possiblity to create dbs 2004/01/07 13:47:30 oj 1.1.2.12: #111075# ongoing work 2003/12/18 13:53:13 oj 1.1.2.11: #111075# ongoing work 2003/12/17 13:54:59 oj 1.1.2.10: #111075# ongoing work 2003/11/28 06:59:12 oj 1.1.2.9: #111075# ongoing work 2003/11/26 12:17:52 oj 1.1.2.8: #111075# ongoing work 2003/11/17 09:43:13 oj 1.1.2.7: #111075# ongoning work 2003/11/05 11:36:36 oj 1.1.2.6: #111075# ongoing work 2003/10/24 06:38:43 oj 1.1.2.5: #111075# further changes 2003/09/18 05:59:29 oj 1.1.2.4: #111075# ongoing work 2003/08/28 12:03:58 oj 1.1.2.3: #111090# ongoning work 2003/08/15 08:54:01 oj 1.1.2.2: #111075# ongoing new dbaapp work 2003/07/29 12:27:15 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [760c03c8ee16ecfa7620174c0eabc9812cba9a83]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/21 09:35:30 oj 1.1.2.77: #i30626# check if renamed object is a container 2004/07/19 12:45:28 oj 1.1.2.76: new method updateTitle 2004/07/19 10:51:23 oj 1.1.2.75: #i30626# check if XRename is supported 2004/07/16 12:35:09 oj 1.1.2.74: #i31501# set a connection 2004/07/13 10:38:33 oj 1.1.2.73: rename of tables and queries corrected 2004/07/09 13:14:15 oj 1.1.2.72: #i30416# move some code to UITools 2004/07/05 10:36:03 oj 1.1.2.71: #i30382# hide preview when editing an object 2004/07/02 10:04:45 oj 1.1.2.70: #i30226# add controller, model behavior 2004/06/30 13:35:10 oj 1.1.2.69: #i30390# execute delete only checked 2004/06/30 11:23:43 oj 1.1.2.68: #i30413# disallow folder edit and open 2004/06/03 10:24:00 oj 1.1.2.67: missing header file 2004/06/03 09:09:27 oj 1.1.2.66: merge to m40 2004/05/05 09:48:16 oj 1.1.2.65: add help button to toolbar 2004/05/04 12:41:54 oj 1.1.2.64: change toolbar order and insert open 2004/04/28 11:21:01 oj 1.1.2.63: ongoing work 2004/04/27 13:34:59 oj 1.1.2.62: remove and add some props 2004/04/26 12:55:29 oj 1.1.2.61: new icon for edit query 2004/04/26 11:32:01 oj 1.1.2.60: folder handling 2004/04/21 13:48:01 oj 1.1.2.59: enable catalog and schema disabling 2004/04/15 16:31:42 oj 1.1.2.58: read only connection checks 2004/04/15 14:55:39 oj 1.1.2.57: new command for form wizard in edit menu 2004/04/07 13:55:16 oj 1.1.2.56: remember definition object as well 2004/04/05 09:07:22 oj 1.1.2.55: remove doucment when it was disposed 2004/04/02 13:45:59 oj 1.1.2.54: set title of ds 2004/03/31 08:50:37 oj 1.1.2.53: append pcik list 2004/03/31 06:47:54 oj 1.1.2.52: check if ds is readonly 2004/03/30 12:02:29 oj 1.1.2.51: export config settings 2004/03/29 10:06:29 oj 1.1.2.50: don't resize window 2004/03/19 08:18:59 oj 1.1.2.49: #111075# disable some slots when schema or catalog was selected 2004/03/19 07:45:44 oj 1.1.2.48: #111075# ongoing work 2004/03/18 13:49:34 oj 1.1.2.47: #111075# check the current view 2004/03/18 13:24:51 oj 1.1.2.46: #111075# change high contrast images 2004/03/18 12:33:23 oj 1.1.2.45: #111075# correct sort up/down 2004/03/18 10:32:27 oj 1.1.2.44: #111075# ongoing work 2004/03/18 10:15:30 oj 1.1.2.43: #111075# ongoing work 2004/03/17 12:51:06 oj 1.1.2.42: #111075# renaming of objects 2004/03/16 14:21:53 oj 1.1.2.41: #111075# change rename handling 2004/03/16 12:47:40 oj 1.1.2.40: #111075# change rename handling 2004/03/15 12:25:47 oj 1.1.2.39: #111075# ongoing work 2004/03/14 14:43:59 oj 1.1.2.38: ongoing work 2004/03/12 11:55:52 oj 1.1.2.37: #111075# implement commit 2004/03/12 08:14:32 oj 1.1.2.36: #111075# show dialog when new connection is needed 2004/03/12 08:09:51 oj 1.1.2.35: #111075# show dialog when new connection is needed 2004/03/11 15:08:38 oj 1.1.2.34: #111075# ongoing fixes 2004/03/11 11:22:03 oj 1.1.2.33: #111075# changes for closing 2004/03/11 09:57:00 oj 1.1.2.32: #111075# changes for closing 2004/03/11 09:10:14 oj 1.1.2.31: #111075# changes for closing 2004/03/11 08:56:31 oj 1.1.2.30: #111075# changes for closing docs 2004/03/08 09:16:46 oj 1.1.2.29: add new item to menu 2004/03/08 07:26:53 oj 1.1.2.28: change to new menu layout 2004/03/05 07:08:47 oj 1.1.2.27: #111090# new props dialgos 2004/02/26 11:35:34 oj 1.1.2.26: #i24171# correct saveas mechanism 2004/02/23 14:49:01 oj 1.1.2.25: #111075# use the sfxfilter to get the correct filer name 2004/02/20 11:32:27 oj 1.1.2.24: #i25414# extend the datadescriptor for database location and connection resource 2004/02/16 07:22:19 oj 1.1.2.23: #111075# linux changes 2004/02/05 09:08:23 oj 1.1.2.22: #111075# ongoing changes 2004/01/22 14:22:47 oj 1.1.2.21: #i24598# parent handling changed 2004/01/22 09:37:00 oj 1.1.2.20: #i24176# add the possiblity to create dbs 2004/01/21 13:04:34 oj 1.1.2.19: #i24179# change slots for sorting 2004/01/09 11:12:49 oj 1.1.2.18: #111075# ongoing work 2004/01/07 15:15:44 oj 1.1.2.17: #i24179# enable and disable sort buttons 2004/01/07 13:47:29 oj 1.1.2.16: #111075# ongoing work 2003/12/19 08:06:01 oj 1.1.2.15: #111075# ongoing work 2003/12/18 13:53:13 oj 1.1.2.14: #111075# ongoing work 2003/12/17 13:55:00 oj 1.1.2.13: #111075# ongoing work 2003/12/17 08:47:04 oj 1.1.2.12: #111075# ongoing work 2003/12/02 08:32:15 oj 1.1.2.11: #111075# ongoing work 2003/11/28 06:59:12 oj 1.1.2.10: #111075# ongoing work 2003/11/26 12:18:32 oj 1.1.2.9: #111075# ongoing work 2003/11/17 09:43:11 oj 1.1.2.8: #111075# ongoning work 2003/11/05 11:36:34 oj 1.1.2.7: #111075# ongoing work 2003/10/24 06:38:43 oj 1.1.2.6: #111075# further changes 2003/09/18 05:59:29 oj 1.1.2.5: #111075# ongoing work 2003/08/28 12:03:57 oj 1.1.2.4: #111090# ongoning work 2003/08/15 08:54:01 oj 1.1.2.3: #111075# ongoing new dbaapp work 2003/08/01 11:49:58 oj 1.1.2.2: #111090# ongoing work 2003/07/29 12:25:43 oj 1.1.2.1: #111075# new classes for the app controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [56b043546d68525ae81ab945991466986a5f9c4b]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/05 11:36:32 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:32:39 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7e3d82eeba4e6b0d6e4b0b5828f5a5f380a2e76]

        INTEGRATION: CWS insight01 (1.27.110); FILE MERGED 2004/07/22 10:33:19 oj 1.27.110.17: #i30199# AsTemplate for a component inserted 2004/07/02 10:04:46 oj 1.27.110.16: #i30226# add controller, model behavior 2004/06/03 11:27:06 oj 1.27.110.15: duplicate string 2004/06/01 08:49:17 oj 1.27.110.14: RESYNC: (1.28-1.29); FILE MERGED 2004/04/21 13:48:01 oj 1.27.110.13: enable catalog and schema disabling 2004/03/30 12:02:29 oj 1.27.110.12: export config settings 2004/03/11 09:07:56 oj 1.27.110.11: #111075# changes for closing 2004/03/05 07:13:11 oj 1.27.110.10: #111090# changes for the new prop dialogs 2004/02/12 16:22:23 oj 1.27.110.9: #111075# fix refcount problem 2004/01/02 13:51:14 oj 1.27.110.8: RESYNC: (1.27-1.28); FILE MERGED 2003/12/17 10:33:16 oj 1.27.110.7: #111075# ongoing work 2003/11/17 09:45:03 oj 1.27.110.6: #111075# ongoning work 2003/11/05 11:36:31 oj 1.27.110.5: #111075# ongoing work 2003/10/28 08:03:17 oj 1.27.110.4: #111090# ongoing work 2003/10/24 06:36:32 oj 1.27.110.3: #i21643# import filter changes 2003/09/18 05:58:04 oj 1.27.110.2: #111075# ongoing work 2003/08/01 11:49:57 oj 1.27.110.1: #111090# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d9bb07a1c4a06ef30c032483267aa654e2854e]

        INTEGRATION: CWS insight01 (1.7.134); FILE MERGED 2004/03/30 12:02:30 oj 1.7.134.1: export config settings

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [32931e842208cb1ab38a58c50e248340e9792f2a]

        INTEGRATION: CWS insight01 (1.4.136); FILE MERGED 2004/04/13 06:39:20 oj 1.4.136.3: ongoing work 2004/03/30 12:02:30 oj 1.4.136.2: export config settings 2003/10/24 06:36:31 oj 1.4.136.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [49c91180ffbbcd49b308252292480e2969c608a3]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/30 12:02:31 oj 1.1.2.2: export config settings 2003/10/24 06:32:31 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4220bcd601295fd1b383de4ed17ee4e4be647ef4]

        INTEGRATION: CWS insight01 (1.5.110); FILE MERGED 2004/06/03 11:27:06 oj 1.5.110.10: duplicate string 2004/06/01 08:49:07 oj 1.5.110.9: RESYNC: (1.6-1.8); FILE MERGED 2004/03/30 12:02:31 oj 1.5.110.8: export config settings 2004/03/05 07:13:12 oj 1.5.110.7: #111090# changes for the new prop dialogs 2004/01/22 14:22:46 oj 1.5.110.6: #i24598# parent handling changed 2003/10/24 12:36:17 oj 1.5.110.5: #i21643# changes for the db import filter 2003/10/24 06:36:30 oj 1.5.110.4: #i21643# import filter changes 2003/09/18 05:58:04 oj 1.5.110.3: #111075# ongoing work 2003/08/01 11:49:57 oj 1.5.110.2: #111090# ongoing work 2003/07/29 12:48:33 oj 1.5.110.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb25c0b187315fcbdc4c08e128aa36a5ac274cc0]

        INTEGRATION: CWS insight01 (1.7.112); FILE MERGED 2004/04/13 06:39:20 oj 1.7.112.3: ongoing work 2004/03/19 07:45:44 oj 1.7.112.2: #111075# ongoing work 2003/08/01 11:49:56 oj 1.7.112.1: #111090# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [584508991287724fa007cac21310c1c23bbe6ddc]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/13 06:44:12 oj 1.1.2.1: migration from config to file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c64f715a214c141351a6fb0df001d050a4ebd4ff]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/13 06:44:23 oj 1.1.2.1: migration from config to file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9647fe97b75180b0fdc080f00232ada2f716a82]

        INTEGRATION: CWS insight01 (1.5.124); FILE MERGED 2004/02/12 16:22:24 oj 1.5.124.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e55d2d4909fbc1bea968493ea379c38e4d9d13ba]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:32:23 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4f65afed7968660e398554eb49d61da2145f155]

        INTEGRATION: CWS insight01 (1.30.110); FILE MERGED 2004/07/27 13:25:24 oj 1.30.110.17: new prop 2004/07/22 10:33:09 oj 1.30.110.16: #i30199# AsTemplate for a component inserted 2004/07/02 10:04:46 oj 1.30.110.15: #i30226# add controller, model behavior 2004/06/02 11:31:26 oj 1.30.110.14: merge 2004/06/01 08:48:57 oj 1.30.110.13: RESYNC: (1.31-1.33); FILE MERGED 2004/04/21 13:48:00 oj 1.30.110.12: enable catalog and schema disabling 2004/03/30 12:02:31 oj 1.30.110.11: export config settings 2004/03/11 09:07:57 oj 1.30.110.10: #111075# changes for closing 2004/02/12 16:22:24 oj 1.30.110.9: #111075# fix refcount problem 2004/01/02 13:56:57 oj 1.30.110.8: RESYNC: (1.30-1.31); FILE MERGED 2003/12/17 10:33:15 oj 1.30.110.7: #111075# ongoing work 2003/11/17 09:44:59 oj 1.30.110.6: #111075# ongoning work 2003/11/05 11:41:00 oj 1.30.110.5: #111075# ongoing work 2003/10/28 08:03:00 oj 1.30.110.4: #111090# ongoing work 2003/10/24 06:36:28 oj 1.30.110.3: #i21643# import filter changes 2003/09/18 05:58:05 oj 1.30.110.2: #111075# ongoing work 2003/08/01 11:49:56 oj 1.30.110.1: #111090# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [84a74ad52d49f09848f25f684a6fbb83c89b36d4]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:32:14 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7435c5cc893889bff2cc07b2623f2f7439812774]

        INTEGRATION: CWS insight01 (1.5.110); FILE MERGED 2004/06/01 08:48:48 oj 1.5.110.7: RESYNC: (1.6-1.8); FILE MERGED 2004/03/05 07:13:13 oj 1.5.110.6: #111090# changes for the new prop dialogs 2003/10/24 12:35:04 oj 1.5.110.5: #i21643# changes for the db import filter 2003/10/24 06:36:28 oj 1.5.110.4: #i21643# import filter changes 2003/09/18 05:58:05 oj 1.5.110.3: #111075# ongoing work 2003/08/01 11:49:55 oj 1.5.110.2: #111090# ongoing work 2003/07/29 12:48:34 oj 1.5.110.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dec672d50f55c1b45b5dea2757a5ecd1eeca3136]

        INTEGRATION: CWS insight01 (1.8.112); FILE MERGED 2004/04/13 06:39:21 oj 1.8.112.3: ongoing work 2004/03/19 07:45:43 oj 1.8.112.2: #111075# ongoing work 2003/08/01 11:49:55 oj 1.8.112.1: #111090# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dc1cd9827f783e80b4b1fb45201ffde249ff65e]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/13 06:44:02 oj 1.1.2.1: migration from config to file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bc9c1af937b02afe0a2d5c2adeb5a9c5b3d7009]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/13 06:43:49 oj 1.1.2.1: migration from config to file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d949255ad7ef663db5638b134a487d20040cba6b]

        INTEGRATION: CWS insight01 (1.12.16); FILE MERGED 2004/06/03 09:54:27 oj 1.12.16.9: merge 2004/06/01 08:48:40 oj 1.12.16.8: RESYNC: (1.13-1.14); FILE MERGED 2004/02/12 16:22:25 oj 1.12.16.7: #111075# fix refcount problem 2004/01/06 14:44:11 oj 1.12.16.6: #111075# remove double entry 2004/01/02 13:57:08 oj 1.12.16.5: RESYNC: (1.12-1.13); FILE MERGED 2003/12/17 10:33:15 oj 1.12.16.4: #111075# ongoing work 2003/11/17 09:44:58 oj 1.12.16.3: #111075# ongoning work 2003/11/05 11:36:29 oj 1.12.16.2: #111075# ongoing work 2003/10/24 06:36:27 oj 1.12.16.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cecd08e17b4f9010810dc08dd15523880c2f7f26]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/06 10:59:48 oj 1.1.2.5: ongoing work 2004/02/17 10:40:30 oj 1.1.2.4: #111075# ongoing work 2003/12/19 13:09:10 oj 1.1.2.3: #111075# ongoing work 2003/12/17 10:01:26 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:15:16 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [663171d5f370f58389025d394f581ce61b06e809]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/06/03 08:50:22 oj 1.1.2.7: merge to m40 2004/05/05 07:00:57 oj 1.1.2.6: #i28638# make use of the status indicator in the media descriptor 2004/03/30 12:02:32 oj 1.1.2.5: export config settings 2003/12/17 10:01:27 oj 1.1.2.4: #111075# ongoing work 2003/11/28 06:59:10 oj 1.1.2.3: #111075# ongoing work 2003/10/28 11:04:53 oj 1.1.2.2: #i21643# linux issues 2003/10/24 06:13:41 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4be25a41bdbe575c851e6fc1bf150cfdc8732aa5]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/27 07:58:11 oj 1.1.2.15: oasis changes 2004/07/26 14:10:22 oj 1.1.2.14: oasis changes 2004/07/23 14:43:04 oj 1.1.2.13: add namesapces 2004/07/22 10:19:17 oj 1.1.2.12: #i30199# AsTemplate for a component inserted 2004/06/03 08:50:23 oj 1.1.2.11: merge to m40 2004/05/05 07:00:57 oj 1.1.2.10: #i28638# make use of the status indicator in the media descriptor 2004/03/30 12:02:32 oj 1.1.2.9: export config settings 2004/02/12 16:21:53 oj 1.1.2.8: #111075# fix refcount problem 2004/01/21 13:09:21 oj 1.1.2.7: #111075# ongoing work 2003/12/18 13:54:00 oj 1.1.2.6: #111075# ongoing work 2003/12/17 10:01:26 oj 1.1.2.5: #111075# ongoing work 2003/11/28 06:59:10 oj 1.1.2.4: #111075# ongoing work 2003/11/05 11:36:28 oj 1.1.2.3: #111075# ongoing work 2003/10/28 11:04:52 oj 1.1.2.2: #i21643# linux issues 2003/10/24 06:13:32 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [74dd51ed2db8774b9c36d25ff0e6ac34e8a2f1f8]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:16:27 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e994e5f2cb15e4639bdd5cc6d21cda05ad17370]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:16:19 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dd9051f01c1282f7bef0ca54759cc33f7aedd72]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:15:32 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8201688d6185fcc9753d270d95decdfb2958716]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 10:01:27 oj 1.1.2.3: #111075# ongoing work 2003/11/28 06:59:09 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:15:24 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3631b7c8e5b6fc401ed61667b2a416cc58fb1691]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:16:12 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc63f531527c2882b2ec80a4a2b74671f0568c22]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 10:01:27 oj 1.1.2.3: #111075# ongoing work 2003/11/28 06:59:09 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:16:04 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f547f0d89a432358abc692414abb460425174b2e]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 10:01:28 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:16:43 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f890d9e4d7f9b1f05551c0cee0cb05a68402414]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 10:01:28 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:16:35 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5245c3e84f40c3e4d35d7d831cf086d37fa58e97]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:15:07 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2893448a7a584328495b0489abb081a958980eeb]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/28 06:59:09 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:15:57 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e34975458c0a98c6dc80991a4f1359d7fc5f01de]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:16:59 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ac6bed0aeb2df10928f2e10095622089b67e17b]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/06 11:01:45 oj 1.1.2.3: ongoing work 2004/04/06 10:59:49 oj 1.1.2.2: ongoing work 2003/10/24 06:16:52 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [83e0129e21a1abece4b6b49c321201919edd52dc]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:15:41 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [461af625c5381fa3a1a039be4cab0be72c20de44]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/28 06:59:08 oj 1.1.2.4: #111075# ongoing work 2003/11/26 12:25:26 oj 1.1.2.3: #111075# ongoing work 2003/11/05 11:36:27 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:15:49 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b0e386cfc94d10759f06ce646e847362d29a55f]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 09:54:45 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [50a6be818ea0015b2d751477a21d17516215ec8b]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/26 06:49:53 oj 1.1.2.4: oasis changes 2004/07/26 06:44:10 oj 1.1.2.3: oasis changes 2004/07/01 09:22:36 oj 1.1.2.2: font-height changed to sal_int16 2003/12/17 09:54:17 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fdcd2c784b32d5376ea00e6fcfb16d5f99d1cef]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/30 12:02:33 oj 1.1.2.3: export config settings 2003/12/19 08:02:44 oj 1.1.2.2: #111075# ongoing work 2003/12/17 09:53:52 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfbdbc6cbd963ed14574b90ca2574e3fc4ce00af]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/28 09:44:06 oj 1.1.2.19: oasis change 2004/07/27 13:25:07 oj 1.1.2.18: extend the link 2004/07/27 12:02:27 oj 1.1.2.17: oasis changes 2004/07/27 07:58:11 oj 1.1.2.16: oasis changes 2004/07/26 13:27:25 oj 1.1.2.15: oasis changes 2004/07/23 14:43:05 oj 1.1.2.14: add namesapces 2004/07/22 10:19:17 oj 1.1.2.13: #i30199# AsTemplate for a component inserted 2004/06/03 08:50:23 oj 1.1.2.12: merge to m40 2004/05/05 07:00:56 oj 1.1.2.11: #i28638# make use of the status indicator in the media descriptor 2004/04/01 09:58:52 oj 1.1.2.10: add try catch 2004/03/30 12:02:33 oj 1.1.2.9: export config settings 2004/03/06 16:12:13 oj 1.1.2.8: wrong property name used when export table type filter 2004/02/20 11:32:28 oj 1.1.2.7: #i25414# extend the datadescriptor for database location and connection resource 2004/01/09 12:27:40 oj 1.1.2.6: #111075# ongoing work 2004/01/09 11:57:22 oj 1.1.2.5: #111075# ongoing work 2003/12/19 13:09:09 oj 1.1.2.4: #111075# ongoing work 2003/12/19 08:02:43 oj 1.1.2.3: #111075# ongoing work 2003/12/18 13:54:00 oj 1.1.2.2: #111075# ongoing work 2003/12/17 09:53:15 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8578e1f0c7d7c7d0827397c73e517fd4f11aa3ef]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/22 10:19:17 oj 1.1.2.3: #i30199# AsTemplate for a component inserted 2003/12/17 10:01:28 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:13:24 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4663b44fedb0b78297d830d5bc1e3226b2f5f16]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:13:16 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c09b284f9d8f7271ac0d5798a47a32691b5f3a3]

        INTEGRATION: CWS docking2 (1.48.16); FILE MERGED 2004/07/15 12:28:56 cd 1.48.16.2: #117394# Removed obsolete slots 2004/07/13 06:42:08 cd 1.48.16.1: #i31362# Added slot for toolbar popup menu controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [920c93b7f1d09303f83da3cdd3911724243f3b4a]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/28 06:59:08 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:13:09 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bed002541ddc55bb5463567a26580ff0d674f3da]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:11:55 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e8e5163cf83eb6ec56f80dad4af04604f46b967]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/28 06:59:08 oj 1.1.2.3: #111075# ongoing work 2003/11/05 11:36:27 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:11:46 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ab74f07213d98c8fc723232ebe3f161b4ea8e1c]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:13:00 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ecddfaf053b7e19e4e38ef2dfef83a2f6439b6b]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/28 06:59:07 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:12:52 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cb6a99d4edd06e935e2905c3b15acc0e1559e7c]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:12:44 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [810b86d3207b2a8d90b29dc91656110d3be2d6fb]

        INTEGRATION: CWS docking2 (1.13.62); FILE MERGED 2004/07/13 06:42:08 cd 1.13.62.1: #i31362# Added slot for toolbar popup menu controller

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb7a2fe561194e3077c478f7e4ac207054400542]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/28 06:59:07 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:12:36 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a367de09ad35cf527f49a3afddf7dad9aa66d6b]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:12:29 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d942e8bb98d79e50127bc383347ca0eae06a4a31]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 10:01:29 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:12:20 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [da9b049b7d44972514ecd3f4f6089b4b6c37634b]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:12:13 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fac92635f5ea729d3ad8b3c391293c16b7c932c2]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/06 10:59:49 oj 1.1.2.5: ongoing work 2004/01/09 12:27:41 oj 1.1.2.4: #111075# ongoing work 2003/12/17 10:01:29 oj 1.1.2.3: #111075# ongoing work 2003/11/28 06:59:07 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:12:03 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cae7cf0e741eb78d6bbcfc5f7455359bc6af86a]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/22 10:19:16 oj 1.1.2.2: #i30199# AsTemplate for a component inserted 2003/10/24 06:11:38 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dbe5d6171b413dffe6ffdc9637382a1184e187c]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/22 10:19:16 oj 1.1.2.3: #i30199# AsTemplate for a component inserted 2003/11/17 09:36:41 oj 1.1.2.2: #111075# ongoning work 2003/10/24 06:11:30 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [32286ff1a66e0f84573363c893b85a78017a49e9]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:11:22 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e6a491e0765d9e7598033c8cc63b7b494058445]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/19 08:02:43 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:11:14 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [625ede2910e10583f8c4fda03c9ab57097379078]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 09:52:39 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1c5847c7b304e9f8a43d3ce9c1601163914e227]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 09:52:12 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfecf4f9d8553b81cc1a306d41f20d5c342456e9]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/13 12:30:03 oj 1.1.2.3: use moduleoption name for database factory 2003/12/17 10:01:29 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:11:05 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f651abc00c22902c331dee3ea006cc3319d054a8]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/10/24 06:10:57 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [487351619c9a865c84c3a6c3be081336bc9506eb]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/27 12:10:27 oj 1.1.2.15: change odb 2004/07/26 14:20:01 oj 1.1.2.14: change extension of file format 2004/07/14 10:22:24 oj 1.1.2.13: #i30603# corret frame loading 2004/07/14 07:34:50 oj 1.1.2.12: don't use setComponent(NULL,NULL) when an error occurs 2004/07/02 10:04:48 oj 1.1.2.11: #i30226# add controller, model behavior 2004/05/05 07:00:56 oj 1.1.2.10: #i28638# make use of the status indicator in the media descriptor 2004/04/20 10:07:46 oj 1.1.2.9: creation of dp document changed 2004/04/13 12:24:30 oj 1.1.2.8: use moduleoption name for database factory 2004/03/11 11:22:02 oj 1.1.2.7: #111075# changes for closing 2004/03/11 09:04:58 oj 1.1.2.6: #111075# changes for closing 2004/02/17 10:40:31 oj 1.1.2.5: #111075# ongoing work 2004/02/12 16:21:54 oj 1.1.2.4: #111075# fix refcount problem 2003/11/28 06:59:07 oj 1.1.2.3: #111075# ongoing work 2003/11/17 09:36:41 oj 1.1.2.2: #111075# ongoning work 2003/11/05 11:42:00 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a02c13f24bcf48ff8aa8e4e965c292a948460568]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/08 14:19:15 oj 1.1.2.1: new migration filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2701fe103043f377e28f157117ebf77a7d297ea2]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/08 14:21:29 oj 1.1.2.1: new migration filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef69ba49e4b0243cd365cb1230eda5d80f839dc7]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/08 14:21:07 oj 1.1.2.1: new migration filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [49ca141aef587bb252224e591ba95f85e51463a0]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/08 14:19:53 oj 1.1.2.1: new migration filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75cca28e1d5adcbbb68654dc0ae4aa9b50b812ff]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/13 12:23:59 oj 1.1.2.2: check bookmark is a report 2004/04/08 14:19:34 oj 1.1.2.1: new migration filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ea7f4b2bccd07bd0be48a95fe53dd67b3e39be9]

        INTEGRATION: CWS insight01 (1.41.2); FILE MERGED 2004/07/06 09:38:53 oj 1.41.2.4: RESYNC: (1.41-1.43); FILE MERGED 2004/05/26 06:05:25 oj 1.41.2.3: new strings 2004/05/13 06:38:24 oj 1.41.2.2: #i26347# add new string when ds wasn't stored before registerObject call 2004/03/16 11:07:20 oj 1.41.2.1: #111075# set non existing name when create new object

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f3de258d00a2cf051173ff3007bfa63275a0834]

        INTEGRATION: CWS insight01 (1.6.64); FILE MERGED 2003/11/17 09:39:17 oj 1.6.64.2: #111075# ongoning work 2003/10/24 06:30:48 oj 1.6.64.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9701d8fbd8dcfaac5704cd660ecfe14f68650413]

        INTEGRATION: CWS insight01 (1.2.64); FILE MERGED 2003/12/17 09:19:02 oj 1.2.64.2: #111075# ongoing work 2003/11/05 11:36:26 oj 1.2.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ba011f7b9ffd8e469ec19124fa23a875b481991]

        INTEGRATION: CWS insight01 (1.8.64); FILE MERGED 2003/12/17 09:19:02 oj 1.8.64.2: #111075# ongoing work 2003/10/24 06:30:48 oj 1.8.64.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4445116c9a0be188706164dc27938c68c481ecc6]

        INTEGRATION: CWS docking2 (1.2.24); FILE MERGED 2004/07/19 06:07:33 cd 1.2.24.1: #i31413# Added missing toolbars

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bea9887d5cae032b7f4e1709d60bf8bbf35a7e75]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/12 16:17:09 oj 1.1.2.3: #111075# fix refcount problem 2004/01/21 12:46:30 oj 1.1.2.2: #i24173# check if NULL 2003/12/17 09:53:41 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [135d4846a49e40a47b7fdeff6e2b596f1c6eb4ce]

        INTEGRATION: CWS docking2 (1.2.24); FILE MERGED 2004/07/13 17:01:06 cd 1.2.24.1: #i31354# Added missing toolbar entry for drawingobjectbar

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6bf5aa55cd450cca24f94c6d4911baaccd214f4]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/05/10 11:02:50 oj 1.1.2.3: remove the name from list when disposed 2004/02/12 16:17:09 oj 1.1.2.2: #111075# fix refcount problem 2003/12/17 09:52:58 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1974438a1015e223a1f724c674fe335e28b0a05]

        INTEGRATION: CWS insight01 (1.10.106); FILE MERGED 2003/12/17 09:19:04 oj 1.10.106.2: #111075# ongoing work 2003/10/24 06:20:33 oj 1.10.106.1: #i21643# changes for the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e45bfb860bd18f7db73ece8375a6f646c1fa788d]

        INTEGRATION: CWS docking2 (1.5.10); FILE MERGED 2004/07/16 14:10:25 dfoster 1.5.10.1: #i29739# Add HIDs for Tools->Macros menu items Issue number: Submitted by: Reviewed by:

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d942e64d2513721299b48f5da98eb4b05ab1c7c7]

        INTEGRATION: CWS insight01 (1.21.106); FILE MERGED 2003/12/17 09:19:04 oj 1.21.106.2: #111075# ongoing work 2003/10/24 06:20:32 oj 1.21.106.1: #i21643# changes for the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae746bae46bff32cf6b8e1067be196f6c83f03eb]

        INTEGRATION: CWS insight01 (1.23.104); FILE MERGED 2003/12/19 13:07:22 oj 1.23.104.3: #111075# ongoing work 2003/12/17 09:19:05 oj 1.23.104.2: #111075# ongoing work 2003/10/24 06:20:32 oj 1.23.104.1: #i21643# changes for the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [031c4ac8b63a7afbf9210309dd8fbc9cf6e93098]

        INTEGRATION: CWS docking2 (1.32.36); FILE MERGED 2004/07/16 14:02:33 dfoster 1.32.36.1: #i29739#, #i31467# Remove duplicate HIDs, and add HIDs for Tools->Macros menu items

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a7ceee3c9cd6a0df3166dca08d6881eaa3ffc4b]

        INTEGRATION: CWS insight01 (1.2.64); FILE MERGED 2003/12/17 09:19:05 oj 1.2.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bad0abde645ac0db137fec96e96daf00dfbc8af]

        INTEGRATION: CWS docking2 (1.3.34); FILE MERGED 2004/07/16 13:58:15 dfoster 1.3.34.1: #117383# Committed for tomaso Fix crash when Drag & Drop.

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc102822e86476da262fe2e0d8aba05bd160b8ea]

        INTEGRATION: CWS insight01 (1.10.124); FILE MERGED 2004/03/17 12:52:32 oj 1.10.124.4: #111075# renaming of objects 2003/12/17 09:19:06 oj 1.10.124.3: #111075# ongoing work 2003/11/17 09:39:16 oj 1.10.124.2: #111075# ongoning work 2003/10/24 06:20:31 oj 1.10.124.1: #i21643# changes for the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [44504a8133f27ad422fa22e3c7dbd931899ffae2]

        INTEGRATION: CWS insight01 (1.17.2); FILE MERGED 2004/03/15 13:28:32 oj 1.17.2.2: #111075# ongoing work 2004/02/12 16:15:28 oj 1.17.2.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa5a6b8e5c310829408703c6ad4cd5d6b60d77fd]

        INTEGRATION: CWS docking2 (1.2.36); FILE MERGED 2004/07/16 13:58:15 dfoster 1.2.36.2: #117383# Committed for tomaso Fix crash when Drag & Drop. 2004/07/15 07:03:52 cd 1.2.36.1: #i31466# Check reference before we use it

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f26aa5873d13fc3d085e602e862f5b9c82460bc7]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/16 12:34:08 oj 1.1.2.6: #i31520# make sure that the name doesn't contain any / 2004/03/17 12:52:32 oj 1.1.2.5: #111075# renaming of objects 2004/02/12 16:17:10 oj 1.1.2.4: #111075# fix refcount problem 2003/11/26 12:14:36 oj 1.1.2.3: #111075# ongoing work 2003/11/17 09:39:16 oj 1.1.2.2: #111075# ongoning work 2003/10/24 06:19:15 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [50121d32b4de055551161f6daed144a8eec98a84]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/12 16:17:10 oj 1.1.2.3: #111075# fix refcount problem 2003/12/17 09:46:36 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:19:22 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dbb97c425d1c3c1130849b963b4192782f7e359]

        INTEGRATION: CWS insight01 (1.8.124); FILE MERGED 2004/02/20 11:32:28 oj 1.8.124.3: #i25414# extend the datadescriptor for database location and connection resource 2003/12/17 09:19:06 oj 1.8.124.2: #111075# ongoing work 2003/10/24 06:20:31 oj 1.8.124.1: #i21643# changes for the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [80cd2e30c506da9adc39e26380e7ad7dccd49fde]

        INTEGRATION: CWS insight01 (1.7.126); FILE MERGED 2004/07/06 09:38:13 oj 1.7.126.3: RESYNC: (1.7-1.8); FILE MERGED 2004/05/13 06:38:25 oj 1.7.126.2: #i26347# add new string when ds wasn't stored before registerObject call 2004/03/16 11:07:20 oj 1.7.126.1: #111075# set non existing name when create new object

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7407d1b25903ea1ae1d75a939cde14d729ba812]

        INTEGRATION: CWS insight01 (1.6.126); FILE MERGED 2004/02/20 11:32:29 oj 1.6.126.3: #i25414# extend the datadescriptor for database location and connection resource 2003/12/17 09:19:07 oj 1.6.126.2: #111075# ongoing work 2003/10/24 06:20:30 oj 1.6.126.1: #i21643# changes for the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e054b70362c916709d02b1de45fbb8f0766490f8]

        INTEGRATION: CWS insight01 (1.21.38); FILE MERGED 2004/02/12 16:15:27 oj 1.21.38.4: #111075# fix refcount problem 2003/12/19 13:07:22 oj 1.21.38.3: #111075# ongoing work 2003/12/17 09:46:36 oj 1.21.38.2: #111075# ongoing work 2003/10/24 06:20:30 oj 1.21.38.1: #i21643# changes for the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cedff0a675cd9ac9abbf9dfad16464a6643cfcb]

        INTEGRATION: CWS docking2 (1.3.28); FILE MERGED 2004/07/20 12:46:19 dfoster 1.3.28.2: #i29739# Issue number: Submitted by: Reviewed by: 2004/07/20 11:58:09 dfoster 1.3.28.1: #i29739# Issue number: Submitted by: Reviewed by:

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ccb0fbf8b469ff17b76f9d0e50410f48015b858]

        INTEGRATION: CWS insight01 (1.13.104); FILE MERGED 2004/01/02 13:52:48 oj 1.13.104.4: RESYNC: (1.13-1.14); FILE MERGED 2003/12/19 13:07:21 oj 1.13.104.3: #111075# ongoing work 2003/12/17 09:46:37 oj 1.13.104.2: #111075# ongoing work 2003/10/24 06:20:29 oj 1.13.104.1: #i21643# changes for the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0eb04206e72e7d647abbc30b5de542900ad86f7]

        INTEGRATION: CWS docking2 (1.2.12); FILE MERGED 2004/07/21 05:44:58 cd 1.2.12.1: #i31779# Use dispatch only asynchronously as we can be destroyed during the dispatch!

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d05c026a921ab7df7771e53c2cab993f63e9915]

        INTEGRATION: CWS docking2 (1.7.12); FILE MERGED 2004/07/20 09:50:54 cd 1.7.12.1: #i29739# Use sal_Int32 to retrieve value from sequence. We use a unsigned short value for help IDs!

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1b66cbba5a52295b6818974cd986239a384fd96]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/12 16:17:10 oj 1.1.2.2: #111075# fix refcount problem 2003/12/17 09:52:26 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5516afd1b88e2ca1a5bddbaf2209f3b723db6be6]

        INTEGRATION: CWS insight01 (1.2.108); FILE MERGED 2004/02/18 14:45:23 oj 1.2.108.1: #111075# fix rfcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a64a90f48ed490e3665761af505511692eee3ded]

        INTEGRATION: CWS docking2 (1.3.32); FILE MERGED 2004/07/16 14:04:13 dfoster 1.3.32.1: #i29739# Add HIDs for Tools->Macros menu items

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0d932bcd9dddc21e4905d64e85e2d9b846245fc]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/22 10:35:20 oj 1.1.2.8: #i30199# AsTemplate for a component inserted 2004/03/30 12:54:08 oj 1.1.2.7: share storage 2004/02/12 16:17:10 oj 1.1.2.6: #111075# fix refcount problem 2004/01/22 14:22:44 oj 1.1.2.5: #i24598# parent handling changed 2003/12/17 09:46:37 oj 1.1.2.4: #111075# ongoing work 2003/11/26 12:14:35 oj 1.1.2.3: #111075# ongoing work 2003/11/17 09:39:15 oj 1.1.2.2: #111075# ongoning work 2003/10/24 06:19:07 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [23823111aff7521a3fffeab482df02027a09adb1]

        INTEGRATION: CWS docking2 (1.6.10); FILE MERGED 2004/07/16 06:36:45 cd 1.6.10.1: #i31417# Fixed wrong automatic merge

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad1ee98d7d6e38e1ae220383cd80516cb68c1d04]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/12 16:17:11 oj 1.1.2.2: #111075# fix refcount problem 2003/12/17 09:52:02 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d45eeb09434af63e1b4d967c3ca88065018786c3]

        INTEGRATION: CWS docking2 (1.7.12); FILE MERGED 2004/07/16 13:35:14 cd 1.7.12.1: #i31594# Use dispose to destroy toolkit windows, setVisible() should set the correct state when calling Window::Show

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aae818cf32fde14b71575352b419e31721dc30c9]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/12/17 09:51:37 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d44c9d5a2a9e6877eff5dc3b851441a0aaeec8db]

        INTEGRATION: CWS docking2 (1.1.2); FILE ADDED 2004/07/21 15:18:02 sg 1.1.2.1: #i31466#NEW: testdoc

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0f16732f0048daaa25721c054794aea693f5c50]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/26 12:14:33 oj 1.1.2.2: #111075# ongoing work 2003/11/17 09:40:19 oj 1.1.2.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a902aa112bf987d060361e92c29d9805ab83f6da]

        INTEGRATION: CWS docking2 (1.1.2); FILE ADDED 2004/07/21 15:17:40 sg 1.1.2.1: #i31466#NEW: testdoc

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [53fefe35fc79c38b249a197b75ba2e0f5fcc015b]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/26 12:14:33 oj 1.1.2.2: #111075# ongoing work 2003/11/17 09:40:10 oj 1.1.2.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [56919d5872c2c60de66c9711f4f1dcb9d6bd2dae]

        INTEGRATION: CWS docking2 (1.3.66); FILE MERGED 2004/07/21 16:25:47 sg 1.3.66.1: #i31466#CHG: removed superfluous bug ids

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [770bf8ad3116b3952998585259d99b2a4513c062]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/26 12:14:32 oj 1.1.2.2: #111075# ongoing work 2003/11/17 09:40:01 oj 1.1.2.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [785adfe2f1085159cc3b9bc2e675a350cbde3fa2]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/26 12:14:32 oj 1.1.2.2: #111075# ongoing work 2003/11/17 09:39:53 oj 1.1.2.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b50379fe1354d814b217db725b7c60b0eeff453]

        INTEGRATION: CWS docking2 (1.2.12); FILE MERGED 2004/07/21 05:44:41 cd 1.2.12.1: #i31779# Use dispatch only asynchronously as we can be destroyed during the dispatch!

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [56d427bf4244004fe3a3410e7aa946739056c967]

        INTEGRATION: CWS insight01 (1.4.108); FILE MERGED 2004/05/05 07:03:05 oj 1.4.108.3: #i28638# make use of the status indicator in the media descriptor 2003/11/17 09:39:13 oj 1.4.108.2: #111075# ongoning work 2003/10/24 06:27:30 oj 1.4.108.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4e7549e3af2bc46fdd4bf68f0a510c904f48986]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/06/30 12:07:38 oj 1.1.2.3: #i30175# listen for modify events 2004/06/10 11:07:58 oj 1.1.2.2: embedded obj changes 2003/11/17 09:40:36 oj 1.1.2.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [783d36a47bf252bbe2a583b075e2e316f7a479dd]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/22 10:35:21 oj 1.1.2.10: #i30199# AsTemplate for a component inserted 2004/06/30 13:22:33 oj 1.1.2.9: #i30401# handle document save 2004/06/30 12:07:38 oj 1.1.2.8: #i30175# listen for modify events 2004/06/11 09:54:10 oj 1.1.2.7: embedded obj changes 2004/06/10 11:07:58 oj 1.1.2.6: embedded obj changes 2004/06/09 17:37:06 oj 1.1.2.5: #i22465# add interceptor 2004/05/05 07:03:05 oj 1.1.2.4: #i28638# make use of the status indicator in the media descriptor 2004/03/11 15:08:38 oj 1.1.2.3: #111075# ongoing fixes 2004/03/11 09:06:19 oj 1.1.2.2: #111075# changes for closing 2003/11/17 09:40:26 oj 1.1.2.1: #111075# ongoning work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e451562da0577c4719b695c7f9c74e03c123e543]

        INTEGRATION: CWS docking2 (1.6.16); FILE MERGED 2004/07/16 14:07:40 dfoster 1.6.16.1: #i29739# Add HIDs for Tools->Macros menu items Issue number: Submitted by: Reviewed by:

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5502e8a154cadb1c12dd13c0dbcd86200e8156ba]

        INTEGRATION: CWS insight01 (1.8.124); FILE MERGED 2004/07/27 13:26:05 oj 1.8.124.20: new prop 2004/07/22 10:35:21 oj 1.8.124.19: #i30199# AsTemplate for a component inserted 2004/06/30 13:22:33 oj 1.8.124.18: #i30401# handle document save 2004/06/11 09:54:10 oj 1.8.124.17: embedded obj changes 2004/06/10 11:07:58 oj 1.8.124.16: embedded obj changes 2004/06/03 08:49:36 oj 1.8.124.15: merge to m40 2004/04/13 06:35:10 oj 1.8.124.14: ongoing work 2004/03/30 12:54:40 oj 1.8.124.13: share storage 2004/03/29 09:55:48 oj 1.8.124.12: set document title and read only mode 2004/03/16 14:21:49 oj 1.8.124.11: #111075# change rename handling 2004/03/11 11:22:02 oj 1.8.124.10: #111075# changes for closing 2004/03/11 09:06:20 oj 1.8.124.9: #111075# changes for closing 2004/02/20 14:39:55 oj 1.8.124.8: #111075# ongoing work 2004/02/12 16:15:27 oj 1.8.124.7: #111075# fix refcount problem 2004/01/07 13:54:37 oj 1.8.124.6: #111075# ongoing work 2003/12/17 09:46:38 oj 1.8.124.5: #111075# ongoing work 2003/11/26 12:14:32 oj 1.8.124.4: #111075# ongoing work 2003/11/17 09:39:12 oj 1.8.124.3: #111075# ongoning work 2003/11/05 11:36:24 oj 1.8.124.2: #111075# ongoing work 2003/10/24 06:27:29 oj 1.8.124.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c57415ad4d50e4526187fd449bb5137fbdfb5bce]

        INTEGRATION: CWS docking2 (1.2.18); FILE MERGED 2004/07/15 10:51:14 cd 1.2.18.1: #i31511# Make toolbar layout the same as the one in OOo 1.1

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b8f6eb0c7bb886b5adcad953390261358d801ef]

        INTEGRATION: CWS insight01 (1.10.126); FILE MERGED 2004/07/27 13:26:05 oj 1.10.126.45: new prop 2004/07/27 09:27:02 oj 1.10.126.44: fill report 2004/07/22 10:35:21 oj 1.10.126.43: #i30199# AsTemplate for a component inserted 2004/07/16 12:34:06 oj 1.10.126.42: #i31520# make sure that the name doesn't contain any / 2004/07/09 13:12:29 oj 1.10.126.41: #i30416# correct emb obj handling documentdefinition.cxx 2004/07/01 13:23:22 oj 1.10.126.40: bring window to front when object already exists 2004/07/01 12:33:19 oj 1.10.126.39: bring window to front when object already exists 2004/07/01 11:36:38 oj 1.10.126.38: #i30368# new element to componentData added 2004/06/30 13:22:33 oj 1.10.126.37: #i30401# handle document save 2004/06/11 09:54:09 oj 1.10.126.36: embedded obj changes 2004/06/10 15:43:41 oj 1.10.126.35: embedded obj changes 2004/06/10 11:07:58 oj 1.10.126.34: embedded obj changes 2004/06/04 12:49:38 oj 1.10.126.33: merge 2004/06/03 10:56:43 oj 1.10.126.32: throw missing 2004/06/03 08:49:36 oj 1.10.126.31: merge to m40 2004/06/02 07:44:22 oj 1.10.126.30: embedded api change 2004/04/26 06:37:19 oj 1.10.126.29: fix edit and open 2004/04/15 11:40:36 oj 1.10.126.28: make use of createInstanceUserInit 2004/04/13 12:32:37 oj 1.10.126.27: open only forms in a design mode 2004/04/13 06:35:10 oj 1.10.126.26: ongoing work 2004/03/31 10:03:36 oj 1.10.126.25: correct storage handling 2004/03/30 12:54:40 oj 1.10.126.24: share storage 2004/03/29 09:55:48 oj 1.10.126.23: set document title and read only mode 2004/03/19 07:45:42 oj 1.10.126.22: #111075# ongoing work 2004/03/17 12:52:32 oj 1.10.126.21: #111075# renaming of objects 2004/03/16 14:21:51 oj 1.10.126.20: #111075# change rename handling 2004/03/16 11:07:21 oj 1.10.126.19: #111075# set non existing name when create new object 2004/03/12 14:21:47 oj 1.10.126.18: #111075# ongoing changes 2004/03/12 11:55:21 oj 1.10.126.17: #111075# implement commit 2004/03/11 11:22:01 oj 1.10.126.16: #111075# changes for closing 2004/03/11 09:06:20 oj 1.10.126.15: #111075# changes for closing 2004/02/27 09:11:51 oj 1.10.126.14: #i24209# check if column and table are defaulted 2004/02/23 14:50:20 oj 1.10.126.13: #111075# set the document context 2004/02/20 14:39:55 oj 1.10.126.12: #111075# ongoing work 2004/02/20 11:32:30 oj 1.10.126.11: #i25414# extend the datadescriptor for database location and connection resource 2004/02/17 11:13:09 oj 1.10.126.10: #111075# ongoing work 2004/02/16 07:22:19 oj 1.10.126.9: #111075# linux changes 2004/02/12 16:15:26 oj 1.10.126.8: #111075# fix refcount problem 2004/01/22 14:22:42 oj 1.10.126.7: #i24598# parent handling changed 2004/01/07 13:54:36 oj 1.10.126.6: #111075# ongoing work 2003/12/17 09:46:38 oj 1.10.126.5: #111075# ongoing work 2003/11/26 12:14:31 oj 1.10.126.4: #111075# ongoing work 2003/11/17 09:39:12 oj 1.10.126.3: #111075# ongoning work 2003/11/05 11:36:23 oj 1.10.126.2: #111075# ongoing work 2003/10/24 06:27:29 oj 1.10.126.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e41bbb62c2e082dd0746784d35f36a2a0fcfa952]

        INTEGRATION: CWS insight01 (1.5.132); FILE MERGED 2004/07/16 12:34:07 oj 1.5.132.9: #i31520# make sure that the name doesn't contain any / 2004/03/30 12:54:41 oj 1.5.132.8: share storage 2004/03/12 12:50:07 oj 1.5.132.7: #111075# implement commit 2004/03/12 11:55:21 oj 1.5.132.6: #111075# implement commit 2004/02/12 16:15:26 oj 1.5.132.5: #111075# fix refcount problem 2003/12/17 09:46:39 oj 1.5.132.4: #111075# ongoing work 2003/11/26 12:14:31 oj 1.5.132.3: #111075# ongoing work 2003/11/17 09:39:11 oj 1.5.132.2: #111075# ongoning work 2003/10/24 06:27:28 oj 1.5.132.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b471b42348b1d136cb2d3e4a6f13f170bc5ee4d8]

        INTEGRATION: CWS docking2 (1.6.16); FILE MERGED 2004/07/16 14:07:39 dfoster 1.6.16.1: #i29739# Add HIDs for Tools->Macros menu items Issue number: Submitted by: Reviewed by:

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c81a5671d6fb5fd78f31398722a30e2709b56a4]

        INTEGRATION: CWS insight01 (1.8.124); FILE MERGED 2004/07/22 10:35:21 oj 1.8.124.23: #i30199# AsTemplate for a component inserted 2004/07/16 12:34:07 oj 1.8.124.22: #i31520# make sure that the name doesn't contain any / 2004/07/16 10:25:36 oj 1.8.124.21: close listener -> frame 2004/07/06 13:48:04 oj 1.8.124.20: #i30417# copy children as well 2004/04/13 06:35:09 oj 1.8.124.19: ongoing work 2004/03/31 09:44:46 oj 1.8.124.18: open in edit mode 2004/03/30 12:54:41 oj 1.8.124.17: share storage 2004/03/29 09:55:47 oj 1.8.124.16: set document title and read only mode 2004/03/16 12:48:34 oj 1.8.124.15: #111075# correct thrown exception 2004/03/12 14:21:47 oj 1.8.124.14: #111075# ongoing changes 2004/03/12 11:55:21 oj 1.8.124.13: #111075# implement commit 2004/03/11 09:06:20 oj 1.8.124.12: #111075# changes for closing 2004/03/03 09:56:37 oj 1.8.124.11: #111075# ongoing work 2004/02/20 14:39:55 oj 1.8.124.10: #111075# ongoing work 2004/02/17 11:13:09 oj 1.8.124.9: #111075# ongoing work 2004/02/12 16:15:26 oj 1.8.124.8: #111075# fix refcount problem 2004/01/22 14:22:41 oj 1.8.124.7: #i24598# parent handling changed 2003/12/17 09:46:39 oj 1.8.124.6: #111075# ongoing work 2003/11/28 06:59:06 oj 1.8.124.5: #111075# ongoing work 2003/11/26 12:14:30 oj 1.8.124.4: #111075# ongoing work 2003/11/17 09:39:11 oj 1.8.124.3: #111075# ongoning work 2003/11/05 11:36:23 oj 1.8.124.2: #111075# ongoing work 2003/10/24 06:27:28 oj 1.8.124.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5af0a3db6a7e7b656583f897317234c1668bf1fc]

        INTEGRATION: CWS docking2 (1.28.18); FILE MERGED 2004/07/13 13:39:43 cd 1.28.18.1: #i31427# Implement new listener for drop-down button

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cf5fa25b9eca2779cb6c96bbf6216df16fce2f4]

        INTEGRATION: CWS docking2 (1.10.18); FILE MERGED 2004/07/13 13:39:42 cd 1.10.18.1: #i31427# Implement new listener for drop-down button

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb8cc33b907bc9d50ab8117aed36c5981436dbf4]

        INTEGRATION: CWS insight01 (1.16.106); FILE MERGED 2004/07/16 12:34:07 oj 1.16.106.12: #i31520# make sure that the name doesn't contain any / 2004/07/16 10:25:36 oj 1.16.106.11: close listener -> frame 2004/07/02 10:26:36 oj 1.16.106.10: remove object out of list when deleting 2004/03/17 12:52:33 oj 1.16.106.9: #111075# renaming of objects 2004/03/16 14:21:51 oj 1.16.106.8: #111075# change rename handling 2004/03/16 12:48:34 oj 1.16.106.7: #111075# correct thrown exception 2004/02/20 14:39:55 oj 1.16.106.6: #111075# ongoing work 2004/02/12 16:15:26 oj 1.16.106.5: #111075# fix refcount problem 2003/12/17 09:46:39 oj 1.16.106.4: #111075# ongoing work 2003/11/26 12:14:30 oj 1.16.106.3: #111075# ongoing work 2003/11/17 09:39:11 oj 1.16.106.2: #111075# ongoning work 2003/10/24 06:27:27 oj 1.16.106.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [00213088a37ba210ebbba4b52a804a5287785b80]

        INTEGRATION: CWS insight01 (1.19.108); FILE MERGED 2004/07/09 12:46:11 oj 1.19.108.18: #i24598# ongoind work 2004/07/02 10:04:49 oj 1.19.108.17: #i30226# add controller, model behavior 2004/06/03 08:49:36 oj 1.19.108.16: merge to m40 2004/06/02 07:44:21 oj 1.19.108.15: embedded api change 2004/05/05 07:03:04 oj 1.19.108.14: #i28638# make use of the status indicator in the media descriptor 2004/04/15 11:33:53 oj 1.19.108.13: only use the URL as key 2004/03/31 10:03:37 oj 1.19.108.12: correct storage handling 2004/03/30 12:54:41 oj 1.19.108.11: share storage 2004/03/11 09:06:21 oj 1.19.108.10: #111075# changes for closing 2004/02/26 11:37:23 oj 1.19.108.9: #i24171# correct saveas mechanism 2004/02/23 14:50:20 oj 1.19.108.8: #111075# set the document context 2004/02/20 11:32:31 oj 1.19.108.7: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:15:26 oj 1.19.108.6: #111075# fix refcount problem 2004/01/22 14:22:40 oj 1.19.108.5: #i24598# parent handling changed 2003/12/17 09:46:40 oj 1.19.108.4: #111075# ongoing work 2003/11/17 09:39:10 oj 1.19.108.3: #111075# ongoning work 2003/11/05 11:36:23 oj 1.19.108.2: #111075# ongoing work 2003/10/24 06:27:27 oj 1.19.108.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7440ef41cf8454e888e13a6e3282eccc75a4e86e]

        INTEGRATION: CWS insight01 (1.48.106); FILE MERGED 2004/07/09 12:46:11 oj 1.48.106.29: #i24598# ongoind work 2004/07/02 11:13:45 oj 1.48.106.28: linux compile 2004/07/02 10:04:49 oj 1.48.106.27: #i30226# add controller, model behavior 2004/05/17 11:04:44 oj 1.48.106.26: commit database storage 2004/05/17 08:46:53 oj 1.48.106.25: #i17123# auto_increment fix for MySQL 2004/05/06 10:50:46 oj 1.48.106.24: insert some try catch 2004/05/06 06:23:28 oj 1.48.106.23: #i12497# allow to append ASC, DESC to index creation 2004/05/05 07:03:03 oj 1.48.106.22: #i28638# make use of the status indicator in the media descriptor 2004/04/28 11:39:26 oj 1.48.106.21: clear storages vector 2004/04/28 05:52:54 oj 1.48.106.20: variable moved 2004/04/21 13:48:00 oj 1.48.106.19: enable catalog and schema disabling 2004/04/16 12:52:01 oj 1.48.106.18: dispsoe storage when disposing ds 2004/04/15 11:33:53 oj 1.48.106.17: only use the URL as key 2004/03/30 12:54:41 oj 1.48.106.16: share storage 2004/03/15 13:28:33 oj 1.48.106.15: #111075# ongoing work 2004/03/12 12:50:07 oj 1.48.106.14: #111075# implement commit 2004/03/12 08:15:15 oj 1.48.106.13: #111075# check info field 2004/03/11 09:06:21 oj 1.48.106.12: #111075# changes for closing 2004/02/20 11:32:31 oj 1.48.106.11: #i25414# extend the datadescriptor for database location and connection resource 2004/02/18 14:45:22 oj 1.48.106.10: #111075# fix rfcount problem 2004/02/12 16:15:25 oj 1.48.106.9: #111075# fix refcount problem 2004/01/22 14:22:39 oj 1.48.106.8: #i24598# parent handling changed 2004/01/02 09:18:11 oj 1.48.106.7: #i22377# add table type filter to info sequence 2003/12/17 09:46:40 oj 1.48.106.6: #111075# ongoing work 2003/11/28 06:59:05 oj 1.48.106.5: #111075# ongoing work 2003/11/17 09:39:10 oj 1.48.106.4: #111075# ongoning work 2003/11/05 11:36:22 oj 1.48.106.3: #111075# ongoing work 2003/10/24 06:27:27 oj 1.48.106.2: #i21643# import filter changes 2003/08/01 11:49:54 oj 1.48.106.1: #111090# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [900d41c6c8b382744cf0020bf19aa336be67e346]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/16 10:25:35 oj 1.1.2.28: close listener -> frame 2004/07/09 13:05:51 oj 1.1.2.27: #i24598# ongoind work 2004/07/09 12:46:12 oj 1.1.2.26: #i24598# ongoind work 2004/07/02 10:04:49 oj 1.1.2.25: #i30226# add controller, model behavior 2004/06/04 11:38:01 oj 1.1.2.24: use inputsteam if available 2004/06/03 08:49:35 oj 1.1.2.23: merge to m40 2004/06/02 07:44:21 oj 1.1.2.22: embedded api change 2004/05/25 11:34:07 oj 1.1.2.21: first check if the own storage is available, when not throw exception 2004/05/06 06:23:29 oj 1.1.2.20: #i12497# allow to append ASC, DESC to index creation 2004/05/05 07:03:04 oj 1.1.2.19: #i28638# make use of the status indicator in the media descriptor 2004/04/13 06:35:09 oj 1.1.2.18: ongoing work 2004/04/01 13:18:06 oj 1.1.2.17: saveas corrected 2004/04/01 08:56:05 oj 1.1.2.16: set mimetype 2004/03/31 10:03:37 oj 1.1.2.15: correct storage handling 2004/03/30 12:54:42 oj 1.1.2.14: share storage 2004/03/12 11:55:20 oj 1.1.2.13: #111075# implement commit 2004/03/11 09:06:21 oj 1.1.2.12: #111075# changes for closing 2004/03/05 07:13:14 oj 1.1.2.11: #111090# changes for the new prop dialogs 2004/02/26 11:37:23 oj 1.1.2.10: #i24171# correct saveas mechanism 2004/02/23 14:50:19 oj 1.1.2.9: #111075# set the document context 2004/02/12 16:16:02 oj 1.1.2.8: #111075# fix refcount problem 2004/01/22 14:22:39 oj 1.1.2.7: #i24598# parent handling changed 2004/01/21 13:09:23 oj 1.1.2.6: #111075# ongoing work 2003/12/17 09:46:41 oj 1.1.2.5: #111075# ongoing work 2003/11/26 12:14:30 oj 1.1.2.4: #111075# ongoing work 2003/11/17 09:39:09 oj 1.1.2.3: #111075# ongoning work 2003/11/05 11:36:22 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:22:53 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a4579fe1f9a7dc193e341f144acb42b3e1856e5]

        INTEGRATION: CWS insight01 (1.9.106); FILE MERGED 2004/04/01 13:18:06 oj 1.9.106.4: saveas corrected 2004/02/12 16:15:25 oj 1.9.106.3: #111075# fix refcount problem 2004/01/21 13:09:24 oj 1.9.106.2: #111075# ongoing work 2003/10/24 06:27:26 oj 1.9.106.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1feb983d31c200d17cd1edff70b511061506affe]

        INTEGRATION: CWS docking2 (1.6.16); FILE MERGED 2004/07/16 14:06:03 dfoster 1.6.16.1: #i29739# Add HIDs for Tools->Macros menu items Issue number: Submitted by: Reviewed by:

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5adf447058c8d762b80ad902941982f45c4c65f2]

        INTEGRATION: CWS insight01 (1.23.106); FILE MERGED 2004/07/09 12:46:11 oj 1.23.106.15: #i24598# ongoind work 2004/06/29 09:31:16 oj 1.23.106.14: throw exception when name is unknown 2004/06/03 08:49:35 oj 1.23.106.13: merge to m40 2004/05/13 06:38:25 oj 1.23.106.12: #i26347# add new string when ds wasn't stored before registerObject call 2004/04/27 07:55:56 oj 1.23.106.11: SubstituteVariable 2004/04/15 11:33:52 oj 1.23.106.10: only use the URL as key 2004/04/01 13:18:05 oj 1.23.106.9: saveas corrected 2004/03/11 09:06:21 oj 1.23.106.8: #111075# changes for closing 2004/03/05 07:13:14 oj 1.23.106.7: #111090# changes for the new prop dialogs 2004/02/27 09:12:28 oj 1.23.106.6: #111075# check file URL 2004/02/20 11:32:31 oj 1.23.106.5: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:15:25 oj 1.23.106.4: #111075# fix refcount problem 2004/01/22 14:22:38 oj 1.23.106.3: #i24598# parent handling changed 2004/01/21 13:09:24 oj 1.23.106.2: #111075# ongoing work 2003/10/24 06:27:26 oj 1.23.106.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4a3933ecee6696b7f34ef18043c97cb5585568a]

        INTEGRATION: CWS docking2 (1.13.64); FILE MERGED 2004/07/14 07:36:00 cd 1.13.64.1: #i31427# Use new drop-down handler of toolbar for popup menu

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [813ce1e4a9e43aa0ae7c5830303aaf7f7d0952db]

        INTEGRATION: CWS docking2 (1.9.64); FILE MERGED 2004/07/14 07:35:59 cd 1.9.64.1: #i31427# Use new drop-down handler of toolbar for popup menu

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5295e9a31cb98891f0d02b68bc3732d1beaaef7f]

        INTEGRATION: CWS insight01 (1.18.104); FILE MERGED 2004/01/02 13:51:47 oj 1.18.104.3: RESYNC: (1.18-1.19); FILE MERGED 2003/12/17 09:46:41 oj 1.18.104.2: #111075# ongoing work 2003/10/24 06:27:25 oj 1.18.104.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f5eeefc26dbb0e9de99201c45c09a08717f9cf4]

        INTEGRATION: CWS insight01 (1.34.104); FILE MERGED 2004/05/11 09:50:22 oj 1.34.104.11: linux build problem 2004/05/06 10:50:46 oj 1.34.104.10: insert some try catch 2004/04/21 13:47:59 oj 1.34.104.9: enable catalog and schema disabling 2004/02/18 14:45:22 oj 1.34.104.8: #111075# fix rfcount problem 2004/02/12 16:15:25 oj 1.34.104.7: #111075# fix refcount problem 2004/01/22 14:22:37 oj 1.34.104.6: #i24598# parent handling changed 2004/01/02 13:51:26 oj 1.34.104.5: RESYNC: (1.34-1.36); FILE MERGED 2003/12/17 09:46:41 oj 1.34.104.4: #111075# ongoing work 2003/11/17 09:39:09 oj 1.34.104.3: #111075# ongoning work 2003/10/24 06:27:25 oj 1.34.104.2: #i21643# import filter changes 2003/08/15 08:52:47 oj 1.34.104.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [df549b0d7e88e562878e3251bebdb627879c5e78]

        INTEGRATION: CWS docking2 (1.47.28); FILE MERGED 2004/07/21 13:39:03 cd 1.47.28.3: #i31253# Fixed umlauts problem and replaced place holder characters 2004/07/19 14:28:27 mav 1.47.28.2: #i31253# use the new text 2004/07/16 15:32:53 mav 1.47.28.1: #i31253# new error code

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [320fe1cc3953b19fcf0aef15f822845883f64836]

        INTEGRATION: CWS insight01 (1.13.22); FILE MERGED 2004/02/20 11:32:32 oj 1.13.22.5: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:15:24 oj 1.13.22.4: #111075# fix refcount problem 2003/12/17 09:46:42 oj 1.13.22.3: #111075# ongoing work 2003/11/17 09:39:08 oj 1.13.22.2: #111075# ongoning work 2003/10/24 06:27:24 oj 1.13.22.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [39d93301250d90e20140f7c9584c7535b561f27d]

        INTEGRATION: CWS docking2 (1.3.28); FILE MERGED 2004/07/16 15:32:52 mav 1.3.28.1: #i31253# new error code

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a08eae2818daec3c5396323ec2c43582d9e017b8]

        INTEGRATION: CWS insight01 (1.15.22); FILE MERGED 2004/03/17 12:52:33 oj 1.15.22.7: #111075# renaming of objects 2004/03/16 14:21:51 oj 1.15.22.6: #111075# change rename handling 2004/02/20 11:32:32 oj 1.15.22.5: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:15:24 oj 1.15.22.4: #111075# fix refcount problem 2003/12/17 09:46:42 oj 1.15.22.3: #111075# ongoing work 2003/11/17 09:39:08 oj 1.15.22.2: #111075# ongoning work 2003/10/24 06:27:24 oj 1.15.22.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [322ce16c28ba6b8b5b576fbf3840438a590f3448]

        INTEGRATION: CWS insight01 (1.5.132); FILE MERGED 2004/02/20 11:32:33 oj 1.5.132.4: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:15:24 oj 1.5.132.3: #111075# fix refcount problem 2003/11/17 09:39:07 oj 1.5.132.2: #111075# ongoning work 2003/10/24 06:27:23 oj 1.5.132.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e50c668a4627d6c5be15aa65c207d62889f71c59]

        INTEGRATION: CWS docking2 (1.1.2); FILE ADDED 2004/07/13 16:43:19 cd 1.1.2.1: #i31413# Added missing toolbars which are also used by impress

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6cc8bc9dd9339d81c0a4d04ccb94020fc456eeb]

        INTEGRATION: CWS insight01 (1.9.124); FILE MERGED 2004/02/20 11:32:33 oj 1.9.124.4: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:15:24 oj 1.9.124.3: #111075# fix refcount problem 2003/11/17 09:39:07 oj 1.9.124.2: #111075# ongoning work 2003/10/24 06:27:23 oj 1.9.124.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b2b4725b5e5eae4916eeca3cc8dac63d7e47ea7]

        INTEGRATION: CWS docking2 (1.1.2); FILE ADDED 2004/07/13 16:42:58 cd 1.1.2.1: #i31413# Added missing toolbars which are also used by impress

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [edfcb99c67126f87a8e70e1d93528b1478b65c34]

        INTEGRATION: CWS insight01 (1.4.124); FILE MERGED 2003/10/24 06:27:23 oj 1.4.124.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b6ed79abdb06ad268d5640a9603d50cf4207393]

        INTEGRATION: CWS docking2 (1.7.18); FILE MERGED 2004/07/16 14:09:03 dfoster 1.7.18.1: #i29739# Add HIDs for Tools->Macros menu items Issue number: Submitted by: Reviewed by:

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c66bcb922dfc273760e84a88dc132bb66713687f]

        INTEGRATION: CWS insight01 (1.9.24); FILE MERGED 2003/12/17 09:46:42 oj 1.9.24.2: #111075# ongoing work 2003/10/24 06:27:22 oj 1.9.24.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce8e5c522dd0342e38539809ecd71deddf68f963]

        INTEGRATION: CWS docking2 (1.2.22); FILE MERGED 2004/07/13 16:38:26 cd 1.2.22.1: #i31354# Wrong mapping of ID to toolbar name caused wrong xml file content

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c6f67eabbc81386b6c5073cfefb2f3383ae52f2]

        INTEGRATION: CWS insight01 (1.3.10); FILE MERGED 2004/02/18 14:45:21 oj 1.3.10.1: #111075# fix rfcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b2692245d25ea1ab1b03a66d8e1b8498f99228f]

        INTEGRATION: CWS docking2 (1.1.2); FILE ADDED 2004/07/13 16:39:20 cd 1.1.2.1: #i31354# Added missing xml file due to wrong mapping table in sfx2

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1c0a45d50df3302818b0af0662c3cc4e0eab8dc]

        INTEGRATION: CWS insight01 (1.2.110); FILE MERGED 2004/02/18 14:45:21 oj 1.2.110.1: #111075# fix rfcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c98485971f19861602fcff9e9215cdb8229b2149]

        INTEGRATION: CWS docking2 (1.6.18); FILE MERGED 2004/07/16 14:09:02 dfoster 1.6.18.1: #i29739# Add HIDs for Tools->Macros menu items Issue number: Submitted by: Reviewed by:

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a8c4c1eb84647d315ba434c42547201add75066]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/30 12:54:42 oj 1.1.2.10: share storage 2004/03/16 14:21:51 oj 1.1.2.9: #111075# change rename handling 2004/03/16 12:48:34 oj 1.1.2.8: #111075# correct thrown exception 2004/02/12 16:16:02 oj 1.1.2.7: #111075# fix refcount problem 2004/01/22 14:22:37 oj 1.1.2.6: #i24598# parent handling changed 2003/12/17 09:46:43 oj 1.1.2.5: #111075# ongoing work 2003/11/26 12:14:29 oj 1.1.2.4: #111075# ongoing work 2003/11/17 09:39:06 oj 1.1.2.3: #111075# ongoning work 2003/11/05 11:36:21 oj 1.1.2.2: #111075# ongoing work 2003/10/24 06:22:27 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b460b0b6016617556e720566628e8b1127c6bcb]

        INTEGRATION: CWS docking2 (1.8.150); FILE MERGED 2004/07/14 07:48:34 cd 1.8.150.1: #i31427# Use new drop-down handler of toolbar for popup menu

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d973eb98b0e5cbb1164ccc3ddacc1ec520001e02]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/20 11:36:29 oj 1.1.2.7: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:16:02 oj 1.1.2.6: #111075# fix refcount problem 2004/01/22 14:22:36 oj 1.1.2.5: #i24598# parent handling changed 2003/12/19 13:07:20 oj 1.1.2.4: #111075# ongoing work 2003/12/17 09:46:43 oj 1.1.2.3: #111075# ongoing work 2003/11/17 09:39:06 oj 1.1.2.2: #111075# ongoning work 2003/10/24 06:22:37 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d18844ac7ad98918255636e3e0e0921ddef80fa0]

        INTEGRATION: CWS docking2 (1.22.150); FILE MERGED 2004/07/14 07:48:34 cd 1.22.150.1: #i31427# Use new drop-down handler of toolbar for popup menu

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [137d54dcfabfa79183f13db2b94a07ba9e2d62d2]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/04/01 11:37:01 oj 1.1.2.6: ongoing work 2004/02/20 11:36:29 oj 1.1.2.5: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:16:03 oj 1.1.2.4: #111075# fix refcount problem 2003/12/17 09:46:43 oj 1.1.2.3: #111075# ongoing work 2003/11/17 09:39:06 oj 1.1.2.2: #111075# ongoning work 2003/10/24 06:22:45 oj 1.1.2.1: #i21643# initial revision of the import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8949ec7ba81013216871c9b6b706356b7e6e8be8]

        INTEGRATION: CWS insight01 (1.17.104); FILE MERGED 2004/02/18 14:45:20 oj 1.17.104.3: #111075# fix rfcount problem 2004/02/12 16:15:23 oj 1.17.104.2: #111075# fix refcount problem 2003/11/05 11:36:17 oj 1.17.104.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8fdfe641439409d9c0a5527b3dc1891337d03f3]

        INTEGRATION: CWS insight01 (1.55.104); FILE MERGED 2004/03/19 07:45:42 oj 1.55.104.11: #111075# ongoing work 2004/02/27 09:11:19 oj 1.55.104.10: #i24209# check if column and table are defaulted 2004/02/18 14:45:20 oj 1.55.104.9: #111075# fix rfcount problem 2004/02/12 16:15:23 oj 1.55.104.8: #111075# fix refcount problem 2004/01/02 13:54:27 oj 1.55.104.7: RESYNC: (1.55-1.56); FILE MERGED 2003/12/19 13:07:18 oj 1.55.104.6: #111075# ongoing work 2003/12/17 09:19:00 oj 1.55.104.5: #111075# ongoing work 2003/11/05 11:36:16 oj 1.55.104.4: #111075# ongoing work 2003/10/24 06:30:03 oj 1.55.104.3: #i21643# import filter changes 2003/08/15 09:30:24 oj 1.55.104.2: #111075# ongoing new dbaapp work 2003/08/15 08:52:48 oj 1.55.104.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fbc3204e7eabe9455f47c0b75a369864be35c31]

        INTEGRATION: CWS insight01 (1.47.38); FILE MERGED 2004/07/06 09:36:18 oj 1.47.38.9: RESYNC: (1.48-1.49); FILE MERGED 2004/02/12 16:15:23 oj 1.47.38.8: #111075# fix refcount problem 2004/01/02 13:54:03 oj 1.47.38.7: RESYNC: (1.47-1.48); FILE MERGED 2003/12/19 13:07:18 oj 1.47.38.6: #111075# ongoing work 2003/12/17 09:19:00 oj 1.47.38.5: #111075# ongoing work 2003/11/05 11:36:16 oj 1.47.38.4: #111075# ongoing work 2003/10/24 06:30:03 oj 1.47.38.3: #i21643# import filter changes 2003/08/15 10:17:24 oj 1.47.38.2: #111075# ongoing new dbaapp work 2003/08/15 08:52:48 oj 1.47.38.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [18b3754cc638891b583889579979fb6507a592e6]

        INTEGRATION: CWS docking2 (1.86.16); FILE MERGED 2004/07/15 12:31:20 cd 1.86.16.1: #117394# Removed obsolete slots

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [255ae5e981c11dcdea65ad1b9b70f21e2c599387]

        INTEGRATION: CWS insight01 (1.10.104); FILE MERGED 2004/02/12 16:15:22 oj 1.10.104.3: #111075# fix refcount problem 2004/01/02 13:55:47 oj 1.10.104.2: RESYNC: (1.10-1.11); FILE MERGED 2003/10/24 06:30:02 oj 1.10.104.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f09a13a53884465ffd85ddc247e1705690cab3bc]

        INTEGRATION: CWS docking2 (1.2.230); FILE MERGED 2004/07/15 12:31:20 cd 1.2.230.1: #117394# Removed obsolete slots

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b12840636a2dc0aef5d2d7c38e28f68a2d6b2e05]

        INTEGRATION: CWS insight01 (1.7.124); FILE MERGED 2004/03/06 16:09:16 oj 1.7.124.1: #i14237# hold statment not more as weak

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecc291646c43164784e1a88d0429f551a4fd6793]

        INTEGRATION: CWS insight01 (1.11.104); FILE MERGED 2004/03/06 16:09:15 oj 1.11.104.2: #i14237# hold statment not more as weak 2003/12/17 09:18:59 oj 1.11.104.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c6ef3b0a317951bc43056a2ea0abca79cfd199d]

        INTEGRATION: CWS docking2 (1.63.46); FILE MERGED 2004/07/16 15:04:29 mav 1.63.46.1: #i26282# change warnings related to alien formats

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [442b8a08dd32f5e38cac9d45bdfd648c42a14444]

        INTEGRATION: CWS insight01 (1.4.126); FILE MERGED 2004/02/12 16:15:22 oj 1.4.126.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [375d98b2249bdda149c6ae90b12dec86df798e4c]

        INTEGRATION: CWS docking2 (1.73.24); FILE MERGED 2004/07/21 13:40:40 cd 1.73.24.2: #i26282# Fixed problem with upper/lowercase and umlaut characters 2004/07/16 15:04:28 mav 1.73.24.1: #i26282# change warnings related to alien formats

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd44e5fbc2a0eb073242509785e7d2e8ac714df5]

        INTEGRATION: CWS insight01 (1.12.124); FILE MERGED 2003/12/19 13:07:18 oj 1.12.124.3: #111075# ongoing work 2003/12/17 09:18:59 oj 1.12.124.2: #111075# ongoing work 2003/10/24 06:30:02 oj 1.12.124.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c291ffa066ee58f498d8aebf883ab18137272085]

        INTEGRATION: CWS docking2 (1.37.16); FILE MERGED 2004/07/13 16:49:52 cd 1.37.16.1: #i31354# Fixed wrong mapping entry for drawingobjectbar used by Draw module

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d58855cf649e9dd22691703733e214eb8e174cc7]

        INTEGRATION: CWS insight01 (1.20.124); FILE MERGED 2004/06/01 08:48:22 oj 1.20.124.4: RESYNC: (1.20-1.21); FILE MERGED 2004/02/20 11:36:29 oj 1.20.124.3: #i25414# extend the datadescriptor for database location and connection resource 2003/12/17 09:18:59 oj 1.20.124.2: #111075# ongoing work 2003/10/24 06:30:02 oj 1.20.124.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb397ae3a91254152d336e8987cf093c8d90fd63]

        INTEGRATION: CWS docking2 (1.39.14); FILE MERGED 2004/07/15 12:31:19 cd 1.39.14.1: #117394# Removed obsolete slots

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc35160f0cb9a932f627750c01794c737956f964]

        INTEGRATION: CWS insight01 (1.18.110); FILE MERGED 2004/03/18 13:47:52 oj 1.18.110.7: #111075# ongoing work 2004/03/17 12:52:33 oj 1.18.110.6: #111075# renaming of objects 2004/03/08 12:56:17 oj 1.18.110.5: remove unused var 2004/02/12 16:15:22 oj 1.18.110.4: #111075# fix refcount problem 2003/11/26 12:14:28 oj 1.18.110.3: #111075# ongoing work 2003/11/17 09:44:56 oj 1.18.110.2: #111075# ongoning work 2003/10/24 06:30:01 oj 1.18.110.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b1b10259c81371cf1a74d6f88117f493c8250cd]

        INTEGRATION: CWS docking2 (1.12.16); FILE MERGED 2004/07/15 12:31:18 cd 1.12.16.1: #117394# Removed obsolete slots

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a76c5b50f62790b33ab3687980c708cbd6882f07]

        INTEGRATION: CWS insight01 (1.55.104); FILE MERGED 2004/06/03 08:49:35 oj 1.55.104.8: merge to m40 2004/06/01 08:48:14 oj 1.55.104.7: RESYNC: (1.57-1.58); FILE MERGED 2004/03/15 13:28:34 oj 1.55.104.6: #111075# ongoing work 2004/02/12 16:15:21 oj 1.55.104.5: #111075# fix refcount problem 2004/01/02 13:56:22 oj 1.55.104.4: RESYNC: (1.55-1.57); FILE MERGED 2003/11/05 11:36:15 oj 1.55.104.3: #111075# ongoing work 2003/10/24 06:30:01 oj 1.55.104.2: #i21643# import filter changes 2003/08/01 11:49:53 oj 1.55.104.1: #111090# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [15fdaf5aebcd776b3efcd00dc2aebbf6aa817c7e]

        INTEGRATION: CWS docking2 (1.47.18); FILE MERGED 2004/07/15 12:31:18 cd 1.47.18.1: #117394# Removed obsolete slots

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1770ce0de75ebc00b61c034c4f36c19e8eb6053e]

        INTEGRATION: CWS insight01 (1.14.124); FILE MERGED 2003/12/17 09:18:58 oj 1.14.124.3: #111075# ongoing work 2003/11/17 09:39:05 oj 1.14.124.2: #111075# ongoning work 2003/10/24 06:30:00 oj 1.14.124.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d732b35fd251aa00c99adb09728829a9c68653f]

        INTEGRATION: CWS insight01 (1.24.122); FILE MERGED 2004/06/01 08:46:23 oj 1.24.122.8: RESYNC: (1.25-1.26); FILE MERGED 2004/02/20 11:36:28 oj 1.24.122.7: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:17:42 oj 1.24.122.6: #111075# fix refcount problem 2004/02/11 12:46:41 oj 1.24.122.5: RESYNC: (1.24-1.25); FILE MERGED 2003/12/17 09:18:58 oj 1.24.122.4: #111075# ongoing work 2003/11/17 09:39:04 oj 1.24.122.3: #111075# ongoning work 2003/11/05 11:36:15 oj 1.24.122.2: #111075# ongoing work 2003/10/24 06:30:00 oj 1.24.122.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8a28bcae74adf581d30459193b38958cfce0f68]

        INTEGRATION: CWS docking2 (1.16.138); FILE MERGED 2004/07/15 12:28:55 cd 1.16.138.1: #117394# Removed obsolete slots

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3163bfb52f64574d4a5714fa6a5115db3759ecf]

        INTEGRATION: CWS insight01 (1.8.124); FILE MERGED 2004/01/02 13:56:45 oj 1.8.124.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/17 09:18:57 oj 1.8.124.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [035abd79407bbd36e30f4d9cc2737a6b001e995d]

        INTEGRATION: CWS insight01 (1.16.110); FILE MERGED 2004/05/17 08:46:53 oj 1.16.110.5: #i17123# auto_increment fix for MySQL 2004/02/12 16:15:21 oj 1.16.110.4: #111075# fix refcount problem 2004/01/02 13:53:28 oj 1.16.110.3: RESYNC: (1.16-1.17); FILE MERGED 2003/12/17 09:18:57 oj 1.16.110.2: #111075# ongoing work 2003/10/24 06:29:59 oj 1.16.110.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c877fc88d0e338819ad7854ff256266bad465d70]

        INTEGRATION: CWS insight01 (1.17.64); FILE MERGED 2004/02/20 11:32:34 oj 1.17.64.3: #i25414# extend the datadescriptor for database location and connection resource 2003/12/17 09:18:56 oj 1.17.64.2: #111075# ongoing work 2003/10/24 06:29:59 oj 1.17.64.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8590805346763170e26a248fe4a88faa0725cca4]

        INTEGRATION: CWS docking2 (1.27.6); FILE MERGED 2004/07/13 05:39:21 cd 1.27.6.1: #i31364# Don't iterate over an empty vector

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [95638be3be50b9e08339939a3ab42c2ebef18dfe]

        INTEGRATION: CWS insight01 (1.43.44); FILE MERGED 2004/07/06 09:36:43 oj 1.43.44.6: RESYNC: (1.43-1.44); FILE MERGED 2004/02/12 16:15:21 oj 1.43.44.5: #111075# fix refcount problem 2003/12/19 13:07:17 oj 1.43.44.4: #111075# ongoing work 2003/12/17 09:18:56 oj 1.43.44.3: #111075# ongoing work 2003/11/05 11:36:14 oj 1.43.44.2: #111075# ongoing work 2003/10/24 06:29:59 oj 1.43.44.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3de63f069545c94ebbabc91270282d31e6943ae9]

        INTEGRATION: CWS docking2 (1.71.8); FILE MERGED 2004/07/13 12:39:40 pl 1.71.8.1: #i31373# add: long click for TIB_DROPDOWN items

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2d8d6eada8e98e91da59fb5d2649c4ec975d8a7]

        INTEGRATION: CWS insight01 (1.19.104); FILE MERGED 2004/07/06 09:37:42 oj 1.19.104.10: RESYNC: (1.20-1.21); FILE MERGED 2004/03/16 14:21:52 oj 1.19.104.9: #111075# change rename handling 2004/02/20 11:32:34 oj 1.19.104.8: #i25414# extend the datadescriptor for database location and connection resource 2004/02/12 16:15:20 oj 1.19.104.7: #111075# fix refcount problem 2004/01/02 13:56:34 oj 1.19.104.6: RESYNC: (1.19-1.20); FILE MERGED 2003/12/19 13:07:16 oj 1.19.104.5: #111075# ongoing work 2003/12/17 09:18:56 oj 1.19.104.4: #111075# ongoing work 2003/11/05 11:36:14 oj 1.19.104.3: #111075# ongoing work 2003/10/24 06:29:58 oj 1.19.104.2: #i21643# import filter changes 2003/08/15 08:52:48 oj 1.19.104.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c01106254950b7085d569f42ada1ff9b0609b0b7]

        INTEGRATION: CWS insight01 (1.13.4); FILE MERGED 2004/03/16 08:21:20 oj 1.13.4.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b99b7b2a27d6cb80b55edc99711145eeefff7c2]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/06 09:36:55 oj 1.2.2.4: RESYNC: (1.3-1.4); FILE MERGED 2004/05/12 12:03:22 oj 1.2.2.3: #i27455# order function 2004/04/05 10:11:51 oj 1.2.2.2: #i27286# add group by clause but without the having clause 2004/03/15 13:28:34 oj 1.2.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1daf4cd81d5276818b3b1a308585028529adf0c]

        INTEGRATION: CWS insight01 (1.68.18); FILE MERGED 2004/07/06 09:36:07 oj 1.68.18.5: RESYNC: (1.70-1.71); FILE MERGED 2004/06/01 08:47:37 oj 1.68.18.4: RESYNC: (1.69-1.70); FILE MERGED 2004/01/02 13:53:39 oj 1.68.18.3: RESYNC: (1.68-1.69); FILE MERGED 2003/12/17 09:18:55 oj 1.68.18.2: #111075# ongoing work 2003/10/24 06:29:58 oj 1.68.18.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6f26fda97da13a5fdf18c6d8559dc75d56a6b74]

        INTEGRATION: CWS insight01 (1.30.64); FILE MERGED 2003/12/17 09:18:55 oj 1.30.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2505ca9ac0d9d023323ebfe8fc89a7168e57f336]

        INTEGRATION: CWS insight01 (1.70.8); FILE MERGED 2004/07/28 07:43:25 oj 1.70.8.4: check if current row is valid 2004/05/21 08:24:34 oj 1.70.8.3: remove unused traces 2004/05/12 06:45:35 oj 1.70.8.2: #i27414# check if current row is valid 2003/12/17 09:18:54 oj 1.70.8.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [80e34edd18b62ce256026d6367bae2e956f682ab]

        INTEGRATION: CWS insight01 (1.34.64); FILE MERGED 2003/12/17 09:18:54 oj 1.34.64.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [70867734787d903cc8d9f627afebabfb0c5104a1]

        INTEGRATION: CWS insight01 (1.121.8); FILE MERGED 2004/07/06 09:35:58 oj 1.121.8.12: RESYNC: (1.124-1.125); FILE MERGED 2004/06/29 13:14:13 oj 1.121.8.11: #i30626# naming corrected 2004/06/01 08:47:28 oj 1.121.8.10: RESYNC: (1.122-1.124); FILE MERGED 2004/05/13 09:41:30 oj 1.121.8.9: #i23992# fix for delete row 2004/05/13 06:38:26 oj 1.121.8.8: #i26347# add new string when ds wasn't stored before registerObject call 2004/05/12 06:45:36 oj 1.121.8.7: #i27414# check if current row is valid 2004/04/21 13:47:59 oj 1.121.8.6: enable catalog and schema disabling 2004/01/02 13:53:16 oj 1.121.8.5: RESYNC: (1.121-1.122); FILE MERGED 2003/12/17 09:18:53 oj 1.121.8.4: #111075# ongoing work 2003/11/26 12:14:27 oj 1.121.8.3: #111075# ongoing work 2003/11/05 11:36:13 oj 1.121.8.2: #111075# ongoing work 2003/10/24 06:29:57 oj 1.121.8.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6303ee1c79ae8751de6d15e54e440bf49dc3a11]

        INTEGRATION: CWS insight01 (1.44.8); FILE MERGED 2004/07/06 09:37:17 oj 1.44.8.9: RESYNC: (1.48-1.49); FILE MERGED 2004/06/03 08:49:34 oj 1.44.8.8: merge to m40 2004/06/01 08:47:10 oj 1.44.8.7: RESYNC: (1.45-1.48); FILE MERGED 2004/05/18 08:32:59 oj 1.44.8.6: #i26432# correct index type of column 2004/05/17 13:47:31 oj 1.44.8.5: #i26432# correct index type of column 2004/04/21 13:47:58 oj 1.44.8.4: enable catalog and schema disabling 2004/01/02 13:56:11 oj 1.44.8.3: RESYNC: (1.44-1.45); FILE MERGED 2003/11/05 11:36:12 oj 1.44.8.2: #111075# ongoing work 2003/10/24 06:29:57 oj 1.44.8.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e53a30ddcfbdf9f0fac96e69223fec0de99384f]

        INTEGRATION: CWS insight01 (1.3.106); FILE MERGED 2004/03/19 07:45:41 oj 1.3.106.4: #111075# ongoing work 2004/02/18 14:45:20 oj 1.3.106.3: #111075# fix rfcount problem 2003/10/24 06:29:57 oj 1.3.106.2: #i21643# import filter changes 2003/08/15 08:52:49 oj 1.3.106.1: #111075# ongoing new dbaapp work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [346ea83577fb9feaeffd0acd4c32ee1b19eda11e]

        INTEGRATION: CWS insight01 (1.11.64); FILE MERGED 2004/06/29 13:14:12 oj 1.11.64.4: #i30626# naming corrected 2004/06/01 08:46:59 oj 1.11.64.3: RESYNC: (1.12-1.15); FILE MERGED 2004/01/02 13:55:08 oj 1.11.64.2: RESYNC: (1.11-1.12); FILE MERGED 2003/10/24 06:29:56 oj 1.11.64.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b08ba4ae5468a425f72b8d70f534f417106b8a1c]

        INTEGRATION: CWS insight01 (1.32.64); FILE MERGED 2004/07/06 09:36:30 oj 1.32.64.7: RESYNC: (1.35-1.36); FILE MERGED 2004/06/29 13:14:11 oj 1.32.64.6: #i30626# naming corrected 2004/06/03 08:49:34 oj 1.32.64.5: merge to m40 2004/06/01 08:46:51 oj 1.32.64.4: RESYNC: (1.33-1.35); FILE MERGED 2004/01/02 13:54:14 oj 1.32.64.3: RESYNC: (1.32-1.33); FILE MERGED 2003/11/05 11:36:11 oj 1.32.64.2: #111075# ongoing work 2003/10/24 06:29:56 oj 1.32.64.1: #i21643# import filter changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [77458487b0c2ca7903530a8d448b117cb7411ab2]

        INTEGRATION: CWS insight01 (1.10.108); FILE MERGED 2004/02/12 16:15:20 oj 1.10.108.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e1aaf823af10c119eaac2ad524f8fbe59ee9aed]

        INTEGRATION: CWS insight01 (1.25.122); FILE MERGED 2003/12/17 09:18:53 oj 1.25.122.2: #111075# ongoing work 2003/11/05 11:36:11 oj 1.25.122.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbcecdfc93da3738731f7de09881d21cb50005f8]

        INTEGRATION: CWS insight01 (1.5.126); FILE MERGED 2004/02/12 16:15:19 oj 1.5.126.1: #111075# fix refcount problem

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [29de4e5dae176247e21b0db1cc10fef3b60f27ee]

        INTEGRATION: CWS insight01 (1.10.122); FILE MERGED 2003/12/17 09:18:52 oj 1.10.122.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [89ca5feda804f48baf2a1d68bff7421724fc3b08]

        INTEGRATION: CWS insight01 (1.11.104); FILE MERGED 2003/11/05 11:36:10 oj 1.11.104.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c1569722683d1a8cdbb65a3e7c76b8e9897095d]

        INTEGRATION: CWS insight01 (1.10.64); FILE MERGED 2004/07/06 09:37:30 oj 1.10.64.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/01 08:46:43 oj 1.10.64.2: RESYNC: (1.10-1.12); FILE MERGED 2003/10/24 06:29:55 oj 1.10.64.1: #i21643# import filter changes

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2b64794af7898b0bd1e0a7ee0c926cec7a173041]

        INTEGRATION: CWS swobjpos04 (1.3.56); FILE MERGED 2004/07/07 07:42:57 od 1.3.56.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:59:08 od 1.3.56.4: #i28701# - further adjustments for the new object positioning 2004/06/30 15:06:06 od 1.3.56.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:59:12 od 1.3.56.2: #i28701# - correct type determination Issue number: Submitted by: Reviewed by: 2004/05/24 13:28:26 od 1.3.56.1: #i28701# - adjustments and corrections for the new positioning of 	   floating screen objects

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [daf17f8738229eda6d624e9dc216086ab55e11c8]

        INTEGRATION: CWS swobjpos04 (1.3.56); FILE MERGED 2004/07/07 07:42:56 od 1.3.56.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:59:08 od 1.3.56.4: #i28701# - further adjustments for the new object positioning 2004/06/30 15:06:05 od 1.3.56.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:59:12 od 1.3.56.2: #i28701# - correct type determination Issue number: Submitted by: Reviewed by: 2004/05/24 13:26:28 od 1.3.56.1: #i28701# - correction: no adjustment horizontal position in columns

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [fba35b98d5b6e7b14b4977d50dca04fca760d5d7]

        INTEGRATION: CWS swobjpos04 (1.4.56); FILE MERGED 2004/06/30 14:58:55 od 1.4.56.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6ba490ade6f72d3814240565e5e00ef6dac0d05]

        INTEGRATION: CWS insight01 (1.3.42); FILE MERGED 2004/07/20 12:17:00 sw 1.3.42.1: #i29289#

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [73f583887760e9c9894c47b23ecca6865f3cec38]

        INTEGRATION: CWS insight01 (1.2.20); FILE MERGED 2004/07/20 12:17:00 sw 1.2.20.1: #i29289#

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e104bb50266d954e2e81f7374b297bc363f25c12]

        INTEGRATION: CWS insight01 (1.13.2); FILE MERGED 2004/03/11 09:10:42 oj 1.13.2.2: #111075# changes for closing 2004/03/05 13:43:01 oj 1.13.2.1: new menu for db app

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [18a831a4d6103b5743d0e4b7fd52b070b8b583de]

        INTEGRATION: CWS insight01 (1.4.38); FILE MERGED 2004/07/06 09:24:53 oj 1.4.38.5: RESYNC: (1.5-1.6); FILE MERGED 2004/04/08 14:28:20 oj 1.4.38.4: new folder 2004/02/11 12:50:15 oj 1.4.38.3: RESYNC: (1.4-1.5); FILE MERGED 2003/10/24 06:36:26 oj 1.4.38.2: #i21643# import filter changes 2003/07/29 12:47:24 oj 1.4.38.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [447fa4b96433c6a2ca734da0b427cc61c7e318ec]

        INTEGRATION: CWS insight01 (1.2.134); FILE MERGED 2004/03/15 12:25:00 oj 1.2.134.9: #111075# ongoing work 2004/03/05 07:14:59 oj 1.2.134.8: #111090# changes for the new prop dialogs 2004/02/20 11:32:35 oj 1.2.134.7: #i25414# extend the datadescriptor for database location and connection resource 2004/01/21 13:02:36 oj 1.2.134.6: #i24179# remove unused slots 2004/01/07 13:52:32 oj 1.2.134.5: #111075# ongoing work 2003/11/26 12:25:24 oj 1.2.134.4: #111075# ongoing work 2003/10/24 06:36:25 oj 1.2.134.3: #i21643# import filter changes 2003/08/15 08:52:49 oj 1.2.134.2: #111075# ongoing new dbaapp work 2003/07/29 12:46:09 oj 1.2.134.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec0890c3dc86390f0ee81ff574735aba497fb829]

        INTEGRATION: CWS insight01 (1.52.64); FILE MERGED 2004/06/03 08:48:18 oj 1.52.64.19: merge to m40 2004/06/01 07:33:38 oj 1.52.64.18: RESYNC: (1.54-1.56); FILE MERGED 2004/05/28 13:28:39 oj 1.52.64.17: remove some unused things 2004/05/06 07:53:50 oj 1.52.64.16: #i12497# allow to append ASC, DESC to index creation 2004/04/27 07:13:36 oj 1.52.64.15: remove unused code 2004/04/21 13:44:39 oj 1.52.64.14: enable catalog and schema disabling 2004/04/16 13:38:15 oj 1.52.64.13: add HID 2004/03/15 12:25:00 oj 1.52.64.12: #111075# ongoing work 2004/03/05 07:14:58 oj 1.52.64.11: #111090# changes for the new prop dialogs 2004/01/07 13:52:31 oj 1.52.64.10: #111075# ongoing work 2003/12/18 13:55:02 oj 1.52.64.9: #111075# ongoing work 2003/11/28 06:56:15 oj 1.52.64.8: #111075# ongoing work 2003/11/26 12:25:23 oj 1.52.64.7: #111075# ongoing work 2003/11/17 09:46:48 oj 1.52.64.6: #111075# ongoning work 2003/11/11 07:11:47 oj 1.52.64.5: #111090# missing help ids 2003/11/07 07:23:23 oj 1.52.64.4: #111075# new helpid for the iconcontrol 2003/08/15 08:52:50 oj 1.52.64.3: #111075# ongoing new dbaapp work 2003/08/01 11:49:52 oj 1.52.64.2: #111090# ongoing work 2003/07/29 12:46:09 oj 1.52.64.1: #111075# insight changes

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed64872bb839792d284c61c1b93ce43659ee2d24]

        INTEGRATION: CWS insight01 (1.2.68); FILE MERGED 2004/03/31 09:27:43 oj 1.2.68.1: add database document ico

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [81f49a0913568de2943fcfccb01922a41ac912b0]

        INTEGRATION: CWS insight01 (1.41.2); FILE MERGED 2004/07/09 12:59:59 oj 1.41.2.1: #i30597# add base to start up

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7198d0942a9f657d853205fa90de594fdda9689a]

        INTEGRATION: CWS insight01 (1.4.174); FILE MERGED 2004/07/09 13:01:24 oj 1.4.174.1: #i30597# add base to start up

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [113b87c91f5cf6db55644c0fefaa0cc9c37368d6]

        INTEGRATION: CWS insight01 (1.18.38); FILE MERGED 2004/07/09 12:59:58 oj 1.18.38.1: #i30597# add base to start up

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7a87b00d1135d992d11f6ee11818aadd556c219]

        INTEGRATION: CWS insight01 (1.23.38); FILE MERGED 2004/07/09 12:59:58 oj 1.23.38.1: #i30597# add base to start up

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bde7a4f8e20374a793a3f8d7eacbfdf11a7b94c]

        INTEGRATION: CWS insight01 (1.144.2); FILE MERGED 2004/07/09 12:59:58 oj 1.144.2.1: #i30597# add base to start up

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [47f5cdfb4cf484433d6c1cb427fe4b6fdcc6425a]

        INTEGRATION: CWS insight01 (1.52.4); FILE MERGED 2004/07/07 11:52:58 oj 1.52.4.5: resource changes 2004/07/06 08:39:17 oj 1.52.4.4: RESYNC: (1.53-1.54); FILE MERGED 2004/06/28 06:34:28 oj 1.52.4.3: remove database icon 2004/05/28 19:34:21 oj 1.52.4.2: RESYNC: (1.52-1.53); FILE MERGED 2004/04/20 11:33:31 oj 1.52.4.1: #116204# new db icons

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [194307ed95273225c1f0f88dff9e5da320ff1e70]

        INTEGRATION: CWS insight01 (1.22.30); FILE MERGED 2004/07/27 12:16:09 oj 1.22.30.4: oob in odb 2004/07/26 14:20:32 oj 1.22.30.3: change extension of file format 2004/07/06 08:39:05 oj 1.22.30.2: RESYNC: (1.22-1.26); FILE MERGED 2004/04/20 11:33:30 oj 1.22.30.1: #116204# new db icons

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9a2e318983018a9add756aecd0b21bbea772b31]

        INTEGRATION: CWS insight01 (1.6.308); FILE MERGED 2004/05/28 19:36:55 oj 1.6.308.2: RESYNC: (1.6-1.7); FILE MERGED 2004/03/05 07:25:46 oj 1.6.308.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6215597181c152f88aaf9a908a40d024d9603230]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/06/10 12:00:46 oj 1.2.2.1: bug fix for va_list

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f061dc6cd12772bf0681c65fbbb1ce31306d405a]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/05 07:26:34 oj 1.1.2.1: #111090# new classes from dbaccess

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d3a87595317d07228779f7a568f2ae1b7294c79]

        INTEGRATION: CWS insight01 (1.10.4); FILE MERGED 2004/05/28 19:35:34 oj 1.10.4.2: RESYNC: (1.10-1.12); FILE MERGED 2004/03/05 07:25:46 oj 1.10.4.1: #111090# changes for the new prop dialogs

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f9a77f7d230f647b9746f71bbb942f5bc4ac057]

        INTEGRATION: CWS insight01 (1.26.140); FILE MERGED 2004/07/06 09:01:40 oj 1.26.140.2: RESYNC: (1.26-1.27); FILE MERGED 2004/01/07 13:59:28 oj 1.26.140.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8dbad75183c198306b7592b52180fbb29ce9cd4]

        INTEGRATION: CWS insight01 (1.52.140); FILE MERGED 2004/07/21 07:58:49 oj 1.52.140.5: RESYNC: (1.55-1.56); FILE MERGED 2004/07/07 08:37:31 oj 1.52.140.4: merge conflicts 2004/07/06 09:00:33 oj 1.52.140.3: RESYNC: (1.53-1.55); FILE MERGED 2004/02/12 08:47:10 oj 1.52.140.2: RESYNC: (1.52-1.53); FILE MERGED 2004/01/07 13:59:26 oj 1.52.140.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [222307311d063456e55db870769b0b2c3fe27eee]

        INTEGRATION: CWS insight01 (1.33.28); FILE MERGED 2004/07/06 09:01:21 oj 1.33.28.2: RESYNC: (1.33-1.35); FILE MERGED 2004/04/27 10:26:52 oj 1.33.28.1: impl disabling of this control

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcd4c5cdc3cab79febe4a75ab6dd71c50dec3488]

        INTEGRATION: CWS insight01 (1.4.290); FILE MERGED 2004/05/28 19:41:59 oj 1.4.290.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/27 10:28:12 oj 1.4.290.2: impl disabling of this control 2004/04/27 10:26:51 oj 1.4.290.1: impl disabling of this control

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [65583459cd924823422e1946c73235f77575265d]

        INTEGRATION: CWS insight01 (1.33.26); FILE MERGED 2004/07/06 09:01:31 oj 1.33.26.3: RESYNC: (1.36-1.37); FILE MERGED 2004/05/28 19:41:50 oj 1.33.26.2: RESYNC: (1.33-1.36); FILE MERGED 2004/01/09 12:43:39 oj 1.33.26.1: #111075# remove unused code

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4165c1a1a8384c3ecaac79cbca1fc3ecff9d64ec]

        INTEGRATION: CWS insight01 (1.17.70); FILE MERGED 2004/07/06 09:02:25 oj 1.17.70.4: RESYNC: (1.19-1.20); FILE MERGED 2004/02/12 08:47:39 oj 1.17.70.3: RESYNC: (1.18-1.19); FILE MERGED 2004/01/02 20:37:46 oj 1.17.70.2: RESYNC: (1.17-1.18); FILE MERGED 2003/08/12 11:20:55 oj 1.17.70.1: #111749# invalidate with CalcRect

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b89977b9457158036956895324ee7c54c5b0a281]

        INTEGRATION: CWS insight01 (1.55.22); FILE MERGED 2004/07/21 07:58:57 oj 1.55.22.5: RESYNC: (1.56-1.57); FILE MERGED 2004/07/06 09:02:47 oj 1.55.22.4: RESYNC: (1.55-1.56); FILE MERGED 2004/01/20 09:41:26 oj 1.55.22.3: #i24594# add filter capabilities to URL control 2003/11/28 12:48:42 oj 1.55.22.2: #111075# changes for general xcontent handling 2003/11/26 12:32:37 oj 1.55.22.1: #111075# changes for general xcontent handling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6560e495a78c5e14fe32bd69d00620e407c11ec7]

        INTEGRATION: CWS insight01 (1.15.4); FILE MERGED 2004/07/21 07:58:40 oj 1.15.4.5: RESYNC: (1.18-1.19); FILE MERGED 2004/07/06 08:57:40 oj 1.15.4.4: RESYNC: (1.17-1.18); FILE MERGED 2004/05/28 19:41:01 oj 1.15.4.3: RESYNC: (1.15-1.17); FILE MERGED 2004/04/13 12:15:40 oj 1.15.4.2: wrong enum type used for database 2004/03/12 08:18:03 oj 1.15.4.1: #111075# add new module for database

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6715cadb9d4af96e45d8aefa6af9d419855a94f]

        INTEGRATION: CWS insight01 (1.29.22); FILE MERGED 2004/05/28 19:37:56 oj 1.29.22.2: RESYNC: (1.29-1.30); FILE MERGED 2004/03/06 15:49:54 oj 1.29.22.1: #i25060# fix scroll problem

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [e9ac2670f6deabda713b4698aed370692f8d8a38]

        INTEGRATION: CWS swobjpos04 (1.135.14); FILE MERGED 2004/07/13 09:49:50 od 1.135.14.2: RESYNC: (1.135-1.144); FILE MERGED resolve merge conflict. 2004/06/03 08:25:37 od 1.135.14.1: #i28702# - new variable %WRITERCOMPATIBILITYVERSIONOOO11

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f747b9f93ad0682f7aac67606eb5e3848b93b17a]

        INTEGRATION: CWS insight01 (1.106.18); FILE MERGED 2004/07/21 07:55:53 oj 1.106.18.8: RESYNC: (1.114-1.115); FILE MERGED 2004/07/06 08:08:19 oj 1.106.18.7: RESYNC: (1.113-1.114); FILE MERGED 2004/05/28 18:53:35 oj 1.106.18.6: RESYNC: (1.110-1.113); FILE MERGED 2004/03/05 07:25:45 oj 1.106.18.5: #111090# changes for the new prop dialogs 2004/02/12 08:58:30 oj 1.106.18.4: RESYNC: (1.107-1.110); FILE MERGED 2004/01/07 13:56:56 oj 1.106.18.3: #111075# ongoing work 2004/01/02 20:48:39 oj 1.106.18.2: RESYNC: (1.106-1.107); FILE MERGED 2003/11/26 12:32:35 oj 1.106.18.1: #111075# changes for general xcontent handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [45de8eb0c980f308b668aba9bcdb8f839eaafc38]

        INTEGRATION: CWS swobjpos04 (1.7.10); FILE MERGED 2004/07/13 09:30:44 od 1.7.10.3: RESYNC: (1.7-1.8); FILE MERGED resolve merge conflicts. 2004/07/08 05:51:02 od 1.7.10.2: #i28702# - adjust defaults of compatibility options 2004/06/02 13:43:24 pb 1.7.10.1: fix: #i28702# new flag for consider wrapping style

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [f12a25b683f78dff799d360741208ef421d83c31]

        INTEGRATION: CWS swobjpos04 (1.5.10); FILE MERGED 2004/07/08 05:50:40 od 1.5.10.2: #i28702# - adjust defaults of compatibility options 2004/06/02 13:39:00 pb 1.5.10.1: fix: #i28702# new flag for consider wrapping style

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [663b4df757378002e1f7adc2a3de5124e7d08e83]

        INTEGRATION: CWS insight01 (1.8.282); FILE MERGED 2004/04/20 11:33:29 oj 1.8.282.1: #116204# new db icons

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f7ef47286c93ccaca46f3fd4d8841226329c3ed]

        INTEGRATION: CWS insight01 (1.14.22); FILE MERGED 2003/11/26 12:32:29 oj 1.14.22.1: #111075# changes for general xcontent handling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ef1c267c836ae1ecc99a03d8a5451c3a30dff57]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2003/11/26 12:33:11 oj 1.1.2.1: #111075# changes for general xcontent handling

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ee8cffb6ccbb6c7e74b82934ccd7170f487438e]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/07 08:37:30 oj 1.1.2.2: merge conflicts 2004/01/07 13:55:34 oj 1.1.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [22e753bfaf5c4b0a61ed3b3690b2d7461e2f42b1]

        INTEGRATION: CWS insight01 (1.2.136); FILE MERGED 2004/07/27 12:47:17 oj 1.2.136.4: oob to odb 2004/07/27 08:19:50 oj 1.2.136.3: file extension changed 2004/04/16 08:35:23 tv 1.2.136.2: corrected target for database.zip 2004/04/16 08:31:16 tv 1.2.136.1: added sxb file for bibliography

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4facdceeb4498852f34ae0d83024aa93a078d206]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/27 12:47:07 oj 1.1.2.1: new file

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cebad3a9f5cebeae5f3afc400dcc5ddabcb9624d]

        INTEGRATION: CWS insight01 (1.94.2); FILE MERGED 2004/07/25 14:56:20 oj 1.94.2.5: merge problem 2004/07/21 07:28:17 oj 1.94.2.4: RESYNC: (1.97-1.98); FILE MERGED 2004/06/03 10:59:17 oj 1.94.2.3: , missing 2004/05/29 01:09:59 oj 1.94.2.2: RESYNC: (1.94-1.97); FILE MERGED 2004/05/05 12:04:28 tl 1.94.2.1: #i25411# new database properties added to API

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [c0e952effd09e8bffb09f944b92fbd199660eb80]

        INTEGRATION: CWS swobjpos04 (1.24.12); FILE MERGED 2004/08/02 11:18:17 od 1.24.12.3: RESYNC: (1.32-1.33); FILE MERGED resolve merge conflict. 2004/07/13 07:04:36 od 1.24.12.2: RESYNC: (1.24-1.32); FILE MERGED resolve merge conflicts. 2004/06/30 12:35:49 od 1.24.12.1: #i28701# - merging changes of cws swdrawpositioning

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [d55f4b79163f1b6e8b2af8a3e92fec1ca5f346ca]

        INTEGRATION: CWS swobjpos04 (1.26.218); FILE MERGED 2004/07/13 07:01:58 od 1.26.218.2: RESYNC: (1.26-1.29); FILE MERGED resolve merge conflicts. 2004/06/30 12:35:48 od 1.26.218.1: #i28701# - merging changes of cws swdrawpositioning

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [75166289c13a0b45a24964267b7ff0303f987208]

        INTEGRATION: CWS swobjpos04 (1.45.218); FILE MERGED 2004/07/13 06:59:19 od 1.45.218.2: RESYNC: (1.45-1.46); FILE MERGED 2004/06/30 12:35:48 od 1.45.218.1: #i28701# - merging changes of cws swdrawpositioning

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [9be17c52b7c565758088b8020a543d7b840e31a7]

        INTEGRATION: CWS swobjpos04 (1.9.190); FILE MERGED 2004/06/30 12:35:47 od 1.9.190.1: #i28701# - merging changes of cws swdrawpositioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [70f052eacbea45e762fd4b6d222465453823de3d]

        INTEGRATION: CWS insight01 (1.90.2); FILE MERGED 2004/07/21 06:56:34 oj 1.90.2.3: RESYNC: (1.93-1.94); FILE MERGED 2004/05/28 18:18:18 oj 1.90.2.2: RESYNC: (1.90-1.93); FILE MERGED 2004/05/05 12:03:40 tl 1.90.2.1: #i25411# new database properties added to API

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [785a071eeaf1fa5009eab4f42cac62f6b8d613ae]

        INTEGRATION: CWS insight01 (1.21.2); FILE MERGED 2004/07/23 12:39:07 oj 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2004/02/20 11:55:25 oj 1.21.2.1: #i20311# file open entries for the db file format

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a99f806c144b3906064b86d5e7b49f76905a46cf]

        INTEGRATION: CWS insight01 (1.23.2); FILE MERGED 2004/07/23 12:41:45 oj 1.23.2.4: RESYNC: (1.24-1.25); FILE MERGED 2004/05/28 13:18:45 oj 1.23.2.3: RESYNC: (1.23-1.24); FILE MERGED 2004/04/14 07:00:09 oj 1.23.2.2: remove data source entries 2004/02/17 11:31:12 oj 1.23.2.1: #111075# ongoing work

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d8b190061fc03897bcb5ff25bc858b389edf6b6]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/30 08:26:20 oj 1.2.2.5: RESYNC: (1.9-1.10); FILE MERGED 2004/07/23 12:35:22 oj 1.2.2.4: RESYNC: (1.8-1.9); FILE MERGED 2004/07/06 08:40:16 oj 1.2.2.3: RESYNC: (1.4-1.8); FILE MERGED 2004/05/28 13:17:17 oj 1.2.2.2: RESYNC: (1.2-1.4); FILE MERGED 2004/03/06 12:30:18 oj 1.2.2.1: #110542# remove the sdb import autopilot

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [37f47941aff5048a09f9f91cc50c4933cecba4cc]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/23 12:31:27 oj 1.2.2.14: RESYNC: (1.2-1.3); FILE MERGED 2004/07/23 08:10:50 oj 1.2.2.13: add send strings for db 2004/06/10 07:15:48 oj 1.2.2.12: new string 2004/05/26 06:06:48 oj 1.2.2.11: new strings 2004/04/28 11:22:03 oj 1.2.2.10: ongoing work 2004/04/27 07:34:57 oj 1.2.2.9: new string 2004/04/26 13:08:38 oj 1.2.2.8: folder handling 2004/04/14 13:29:45 oj 1.2.2.7: string changes 2004/03/18 12:23:59 oj 1.2.2.6: #111075# remove double entry 2004/03/15 12:34:27 oj 1.2.2.5: #111075# ongoing work 2004/03/15 06:56:49 oj 1.2.2.4: #111075# ongoing changes 2004/03/08 09:14:11 oj 1.2.2.3: add new item to menu 2004/03/08 09:01:50 oj 1.2.2.2: change to new menu layout 2004/03/05 13:39:40 oj 1.2.2.1: new menu for db app

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [909bdb3d41ebbadae38007c0f1f5f504bc3f3aef]

        INTEGRATION: CWS insight01 (1.25.2); FILE MERGED 2004/07/23 12:29:48 oj 1.25.2.2: RESYNC: (1.25-1.26); FILE MERGED 2004/02/20 11:55:24 oj 1.25.2.1: #i20311# file open entries for the db file format

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9a9ce73a752cb8babad6feb697fc8416ec16f36]

        INTEGRATION: CWS insight01 (1.15.2); FILE MERGED 2004/07/27 12:43:24 oj 1.15.2.4: oob in odb 2004/07/27 08:26:27 oj 1.15.2.3: file extension changed 2004/05/28 13:15:36 oj 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2004/04/14 07:00:10 oj 1.15.2.1: remove data source entries

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e88e9e2e8e69323845fe194c80319c7c0214beb]

        INTEGRATION: CWS insight01 (1.17.52); FILE MERGED 2004/07/26 10:55:22 oj 1.17.52.2: config changes 2004/07/26 07:32:40 oj 1.17.52.1: add new db app

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0c93a1d37732a9159bf053ba0551c65eb80e095]

        INTEGRATION: CWS insight01 (1.9.2); FILE MERGED 2004/07/26 07:32:40 oj 1.9.2.1: add new db app

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [199ac0f3ea1acea90c1f3863b838a0675b19f458]

        INTEGRATION: CWS swobjpos04 (1.35.16); FILE MERGED 2004/08/02 11:15:14 od 1.35.16.2: RESYNC: (1.35-1.36); FILE MERGED resolve merge conflicts. 2004/07/08 07:12:13 od 1.35.16.1: #i28701# - load/save of new document compatibility option 'Consider 	   wrapping style influence when positioning objects'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [21480fca584aac8aced4fdcd896c3434b792287c]

        INTEGRATION: CWS impress19ea (1.45.8); FILE MERGED 2004/07/23 15:46:17 cl 1.45.8.1: #i31533# do not add presentation styles for handout page objects

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [003b08c9449cdf9093ed82f1b1776de2cea08653]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/21 07:08:09 oj 1.2.2.4: RESYNC: (1.5-1.6); FILE MERGED 2004/07/06 07:46:38 oj 1.2.2.3: RESYNC: (1.4-1.5); FILE MERGED 2004/05/28 21:32:49 oj 1.2.2.2: RESYNC: (1.2-1.4); FILE MERGED 2004/04/26 13:23:51 oj 1.2.2.1: remove datasource admin dialog entry from tools menu

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [01af2695fc422c349c79be92a81e7b79552f160a]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/21 06:59:15 oj 1.2.2.4: RESYNC: (1.5-1.6); FILE MERGED 2004/07/06 07:46:21 oj 1.2.2.3: RESYNC: (1.4-1.5); FILE MERGED 2004/05/28 21:32:31 oj 1.2.2.2: RESYNC: (1.2-1.4); FILE MERGED 2004/04/26 13:23:50 oj 1.2.2.1: remove datasource admin dialog entry from tools menu

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ae9e28df105f0c7359bf3f6eedaecc377f9d643]

        INTEGRATION: CWS insight01 (1.2.2); FILE MERGED 2004/07/21 07:03:32 oj 1.2.2.4: RESYNC: (1.5-1.6); FILE MERGED 2004/07/06 07:46:29 oj 1.2.2.3: RESYNC: (1.4-1.5); FILE MERGED 2004/05/28 21:32:41 oj 1.2.2.2: RESYNC: (1.2-1.4); FILE MERGED 2004/04/26 13:23:50 oj 1.2.2.1: remove datasource admin dialog entry from tools menu

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3eb20b368d2c1fdf3bbd0ad3e0f168e658d10518]

        INTEGRATION: CWS insight01 (1.7.10); FILE MERGED 2004/02/20 11:27:59 oj 1.7.10.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a6d70ea55b94e5fd5a8fb46c8a5bd88e7f6c4a5]

        INTEGRATION: CWS insight01 (1.22.34); FILE MERGED 2004/03/02 10:54:07 oj 1.22.34.2: RESYNC: (1.22-1.23); FILE MERGED 2004/02/25 12:16:48 tl 1.22.34.1: #i25719# new properties for SwXViewSettings

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [90e5ef65823937cd8a0d0ae32c05d2c99bdc1c66]

        INTEGRATION: CWS swobjpos04 (1.14.110); FILE MERGED 2004/07/14 09:14:37 od 1.14.110.3: complete resolution of merge conflict 2004/07/13 02:09:02 od 1.14.110.2: RESYNC: (1.14-1.16); FILE MERGED resolve merge conflicts. 2004/06/30 12:55:28 od 1.14.110.1: #i28701# - merge changes from cws swdrawpositioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [32548e64bfa534eb5b2b55a5c6c5610fedb1ddd6]

        INTEGRATION: CWS insight01 (1.9.34); FILE MERGED 2004/05/28 23:59:01 oj 1.9.34.2: RESYNC: (1.9-1.10); FILE MERGED 2004/02/20 11:27:59 oj 1.9.34.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [6343afde2154df3fc449d7ff1d497fa2a6e4f3bf]

        INTEGRATION: CWS swobjpos04 (1.4.110); FILE MERGED 2004/07/13 02:08:55 od 1.4.110.2: RESYNC: (1.4-1.6); FILE MERGED resolve merge conflicts. 2004/06/30 12:55:27 od 1.4.110.1: #i28701# - merge changes from cws swdrawpositioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [34bbe5e9f0f5be0b02047d1c64e1f571559c03af]

        INTEGRATION: CWS insight01 (1.13.184); FILE MERGED 2004/02/20 11:28:00 oj 1.13.184.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [b7e6260d23da1820f416241a4734777ab0c5e540]

        INTEGRATION: CWS swobjpos04 (1.6.16); FILE MERGED 2004/07/13 02:07:19 od 1.6.16.2: RESYNC: (1.6-1.9); FILE MERGED 2004/06/30 12:55:26 od 1.6.16.1: #i28701# - merge changes from cws swdrawpositioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1cf860e17686784b21500cc122c9c4d14b8fa93]

        INTEGRATION: CWS insight01 (1.18.10); FILE MERGED 2004/05/29 00:28:58 oj 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/20 11:28:00 oj 1.18.10.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d124679430d9d3acecd2ea104b3804311dafe78]

        INTEGRATION: CWS insight01 (1.7.44); FILE MERGED 2004/05/27 10:17:08 os 1.7.44.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [91f778fdb63fe4a9291e6b794aadc7197620f7b1]

        INTEGRATION: CWS swobjpos04 (1.40.110); FILE MERGED 2004/07/13 02:06:37 od 1.40.110.2: RESYNC: (1.40-1.43); FILE MERGED resolve merge conflicts. 2004/06/30 12:55:25 od 1.40.110.1: #i28701# - merge changes from cws swdrawpositioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ca025a1c0b23c34fd5abb8f9dcaff8693fc03d3]

        INTEGRATION: CWS insight01 (1.4.358); FILE MERGED 2004/05/27 10:17:08 os 1.4.358.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [12ab00664e143dfadb2e4320cae9c18bf5be6701]

        INTEGRATION: CWS swobjpos04 (1.10.110); FILE MERGED 2004/07/13 02:06:29 od 1.10.110.2: RESYNC: (1.10-1.12); FILE MERGED resolve merge conflicts. 2004/06/30 12:55:25 od 1.10.110.1: #i28701# - merge changes from cws swdrawpositioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f4c68532df6b2ff36e2cfce12647bdd6fb50efc]

        INTEGRATION: CWS insight01 (1.3.104); FILE MERGED 2004/05/27 10:16:55 os 1.3.104.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [25373550f2724912d576ba84940c8b0aefbdc592]

        INTEGRATION: CWS swobjpos04 (1.7.14); FILE MERGED 2004/07/14 06:10:27 od 1.7.14.3: remove '<<<<<<<' line 2004/07/13 01:57:30 od 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED resolve merge conflicts. 2004/06/02 13:49:44 pb 1.7.14.1: fix: #i28702# new flag for consider wrapping style

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [34637dcd89a812b11a9feb98b7269b5529488298]

        INTEGRATION: CWS insight01 (1.28.2); FILE MERGED 2004/07/11 15:59:42 oj 1.28.2.4: resource changes 2004/07/06 08:01:55 oj 1.28.2.3: RESYNC: (1.28-1.29); FILE MERGED 2004/05/27 10:19:33 os 1.28.2.2: #i26302# ... added to browse button 2004/05/27 10:16:55 os 1.28.2.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [bc5ddc2accfc2cb320d2903d634a9daab8cda121]

        INTEGRATION: CWS swobjpos04 (1.6.16); FILE MERGED 2004/06/02 13:49:44 pb 1.6.16.1: fix: #i28702# new flag for consider wrapping style

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b3b02caa2d46135fe6f5fa9418ba5054f69b0df]

        INTEGRATION: CWS insight01 (1.5.44); FILE MERGED 2004/05/27 10:16:55 os 1.5.44.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [83023fcd0e1fe76b2b49c251214238a562c580c8]

        INTEGRATION: CWS swobjpos04 (1.6.16); FILE MERGED 2004/07/08 08:17:37 od 1.6.16.2: #i28702# <SwCompatibilityOptPage::InitControls(..)> 	 - correct initialize of <bConsiderWrappingStyle> 2004/06/02 13:49:45 pb 1.6.16.1: fix: #i28702# new flag for consider wrapping style

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6992b6fc074ffb8a01e9f1a7276c80a6c8d945c4]

        INTEGRATION: CWS insight01 (1.12.44); FILE MERGED 2004/05/29 00:03:50 oj 1.12.44.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/27 10:16:55 os 1.12.44.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [f1b67bb85950602cf331b179b49a00b4d901ac33]

        INTEGRATION: CWS swobjpos04 (1.79.16); FILE MERGED 2004/07/08 07:13:33 od 1.79.16.1: #i28701# - correct default of document compatibility option 'Consider 	   wrapping style influence when positioning objects', if 	   no value for the option is found in the file format

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [375f931738c017a8e2937f20aa0a240bcfede2a0]

        INTEGRATION: CWS insight01 (1.29.2); FILE MERGED 2004/07/19 07:48:24 oj 1.29.2.4: remove double sie entries 2004/07/06 08:02:05 oj 1.29.2.3: RESYNC: (1.29-1.30); FILE MERGED 2004/05/27 10:19:33 os 1.29.2.2: #i26302# ... added to browse button 2004/05/27 10:16:54 os 1.29.2.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2e755e2d09c584e8d7eead5883cf5c13f3752e23]

        INTEGRATION: CWS swobjpos04 (1.152.16); FILE MERGED 2004/07/13 01:51:50 od 1.152.16.5: RESYNC: (1.152-1.153); FILE MERGED 2004/07/02 14:59:59 od 1.152.16.4: #i28701# - further adjustments for the new object positioning 2004/06/18 12:29:56 od 1.152.16.3: #i19922# - use new contant for minimal page header/footer 	 - resolve some compiler warnings 2004/06/16 09:20:49 od 1.152.16.2: #i27767# - correct comment 2004/06/14 09:14:47 od 1.152.16.1: #i28701# - remove deactivated code 	 - set new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [56b4e51eb05b4a0a1ad30e7850ee8f89815fc70c]

        INTEGRATION: CWS insight01 (1.3.358); FILE MERGED 2004/05/27 10:16:54 os 1.3.358.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [0ea349c7b948c257a5ffbeeb74e18a1670fe5f39]

        INTEGRATION: CWS swobjpos04 (1.135.16); FILE MERGED 2004/07/13 01:50:50 od 1.135.16.2: RESYNC: (1.135-1.136); FILE MERGED 2004/06/14 09:04:22 od 1.135.16.1: #i27767# - set new document compatibility option 'ConsiderWrapOnObjPos' 	   to <TRUE>.

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b46d81669bf9bbfd6686661167fdf9d1094448bd]

        INTEGRATION: CWS insight01 (1.13.44); FILE MERGED 2004/05/27 10:16:54 os 1.13.44.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [04aeaf9292684ac57da82399f419b66ff62ef8e1]

        INTEGRATION: CWS insight01 (1.73.8); FILE MERGED 2004/07/21 07:18:39 oj 1.73.8.4: RESYNC: (1.78-1.79); FILE MERGED 2004/07/06 08:20:08 oj 1.73.8.3: RESYNC: (1.76-1.78); FILE MERGED 2004/05/29 00:23:04 oj 1.73.8.2: RESYNC: (1.73-1.76); FILE MERGED 2004/02/20 11:28:01 oj 1.73.8.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [73ca905129f8b20b474cdb258b993e1cc357be78]

        INTEGRATION: CWS swobjpos04 (1.116.16); FILE MERGED 2004/07/13 01:50:41 od 1.116.16.3: RESYNC: (1.116-1.119); FILE MERGED 2004/07/02 14:59:59 od 1.116.16.2: #i28701# - further adjustments for the new object positioning 2004/06/30 12:42:37 od 1.116.16.1: #i28701# - merging changes of cws swdrawpositioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed895d910a8fb2bd8b2c96e06631f919ff99cc1f]

        INTEGRATION: CWS jlmsi (1.3.10); FILE MERGED 2004/07/27 13:44:49 jl 1.3.10.1: #i31585

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9acbd7a752413dfc6acf0013bbdafe5bbe029d4]

        INTEGRATION: CWS insight01 (1.21.2); FILE MERGED 2004/07/27 12:13:14 oj 1.21.2.5: change odb 2004/07/27 08:13:16 oj 1.21.2.4: change file extension fo db 2004/07/09 09:20:30 oj 1.21.2.3: resource changes 2004/07/06 07:55:49 oj 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2004/05/27 10:16:42 os 1.21.2.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [dddd7da63e622da1cf0aaba978a618d086850776]

        INTEGRATION: CWS swobjpos04 (1.77.14); FILE MERGED 2004/07/13 01:50:34 od 1.77.14.2: RESYNC: (1.77-1.81); FILE MERGED 2004/05/07 15:25:34 od 1.77.14.1: #i28701# - use which id of new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [421ce64d3a2d54e5af7ae785814d7db5728ca543]

        INTEGRATION: CWS insight01 (1.19.44); FILE MERGED 2004/05/27 10:16:42 os 1.19.44.2: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database 2004/02/20 11:28:02 oj 1.19.44.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6f1f95267338f8a6cccca09888a1866796d0f3b]

        INTEGRATION: CWS jlmsi (1.25.6); FILE MERGED 2004/07/27 11:47:29 is 1.25.6.1: #i31585# condition for assemblies

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [105c5398bb31d1ec806b6ff7a26ea4a493b86668]

        INTEGRATION: CWS insight01 (1.75.10); FILE MERGED 2004/07/27 12:13:14 oj 1.75.10.6: change odb 2004/07/27 08:13:15 oj 1.75.10.5: change file extension fo db 2004/06/04 07:30:52 oj 1.75.10.4: remove using of rtl nmsp 2004/05/29 00:00:37 oj 1.75.10.3: RESYNC: (1.75-1.76); FILE MERGED 2004/05/27 10:16:41 os 1.75.10.2: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database 2004/02/20 11:28:02 oj 1.75.10.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [db447a42f9d8bc26fa19f2acc4b65baa0a611856]

        INTEGRATION: CWS swobjpos04 (1.39.16); FILE MERGED 2004/07/13 01:48:25 od 1.39.16.2: RESYNC: (1.39-1.41); FILE MERGED 2004/06/30 12:43:46 od 1.39.16.1: #i27767# - set document compatibility option 'Consider wrapping style on 	   object positioning'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9643d0e63021c99fe80b4a5e5d2d602844af46a1]

        INTEGRATION: CWS insight01 (1.25.10); FILE MERGED 2004/05/28 23:50:43 oj 1.25.10.2: RESYNC: (1.25-1.26); FILE MERGED 2004/02/20 11:28:03 oj 1.25.10.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [88896ecff8ea6573c1421469c23887e2eb78a777]

        INTEGRATION: CWS jlmsi (1.9.6); FILE MERGED 2004/07/27 11:46:53 is 1.9.6.1: #i31585# condition for assemblies Issue number: Submitted by: Reviewed by:

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [76168324b746699e413f3b2bb6d338bcceb79616]

        INTEGRATION: CWS swobjpos04 (1.15.126); FILE MERGED 2004/07/13 01:48:17 od 1.15.126.3: RESYNC: (1.15-1.16); FILE MERGED 2004/07/02 14:59:33 od 1.15.126.2: #i28701# - further adjustments for the new object positioning 2004/06/30 14:40:09 od 1.15.126.1: #i27767# - set wrapping style influence and keep order of imported objects

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [67e7e2a9de5b12b5f19d62374c9f58976d191abe]

        INTEGRATION: CWS jlmsi (1.2.6); FILE MERGED 2004/07/27 11:46:52 is 1.2.6.1: #i31585# condition for assemblies Issue number: Submitted by: Reviewed by:

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [bc2a47757f13da3ee061f2e97c4f6c7ae69bac5b]

        INTEGRATION: CWS swobjpos04 (1.46.110); FILE MERGED 2004/07/13 01:48:07 od 1.46.110.3: RESYNC: (1.47-1.49); FILE MERGED 2004/05/24 15:36:52 od 1.46.110.2: RESYNC: (1.46-1.47); FILE MERGED 2004/05/07 15:25:31 od 1.46.110.1: #i28701# - use which id of new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [01fc5409a93f26804a9c13037cea1fe0946e124b]

        INTEGRATION: CWS insight01 (1.157.2); FILE MERGED 2004/07/21 07:28:40 oj 1.157.2.6: RESYNC: (1.162-1.163); FILE MERGED 2004/07/06 09:12:49 oj 1.157.2.5: RESYNC: (1.161-1.162); FILE MERGED 2004/05/29 01:11:51 oj 1.157.2.4: RESYNC: (1.157-1.161); FILE MERGED 2004/05/25 08:25:16 tl 1.157.2.3: #i25411# some comments inserted 2004/05/19 12:06:20 dvo 1.157.2.2: #i25411# continue DataBaseResource & DataBaseURL properties for text fields          (commit on behalf of TL) 2004/05/05 12:04:27 tl 1.157.2.1: #i25411# new database properties added to API

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e20afa76bfd6f814bc29a7537a7f6d5b6cb9d40c]

        INTEGRATION: CWS jlmsi (1.7.6); FILE MERGED 2004/07/27 11:46:26 is 1.7.6.1: #i31585# condition for assemblies Issue number: Submitted by: Reviewed by:

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [df2acd1a9efcd3895d6e17f70a3b2f1403881bf6]

        INTEGRATION: CWS swobjpos04 (1.23.112); FILE MERGED 2004/05/07 15:25:31 od 1.23.112.1: #i28701# - use which id of new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52f9204110152b596c11ab31b9c47626a3cb3ba]

        INTEGRATION: CWS insight01 (1.78.44); FILE MERGED 2004/05/29 01:12:00 oj 1.78.44.4: RESYNC: (1.78-1.83); FILE MERGED 2004/05/25 08:25:15 tl 1.78.44.3: #i25411# some comments inserted 2004/05/19 12:06:19 dvo 1.78.44.2: #i25411# continue DataBaseResource & DataBaseURL properties for text fields          (commit on behalf of TL) 2004/05/05 12:04:26 tl 1.78.44.1: #i25411# new database properties added to API

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3cfc8b06329b67248ccb03aa4395914ba25eaf7]

        INTEGRATION: CWS jlmsi (1.6.6); FILE MERGED 2004/07/27 11:49:34 is 1.6.6.1: #i32144# No error in first two tries Issue number: Submitted by: Reviewed by:

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [7c8ac3a1e48c801b5dfc16d2ac37495a77f409b4]

        INTEGRATION: CWS swobjpos04 (1.23.126); FILE MERGED 2004/07/13 01:47:13 od 1.23.126.2: RESYNC: (1.23-1.24); FILE MERGED 2004/05/07 15:25:30 od 1.23.126.1: #i28701# - use which id of new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc31d2b611f0e2c6bf5a1589ef5a8ba58aa862f5]

        INTEGRATION: CWS insight01 (1.3.104); FILE MERGED 2004/05/05 12:04:14 tl 1.3.104.1: #i25411# new database properties added to API

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6ba8a10922dba775f21c56e9f5473696ddb808a]

        INTEGRATION: CWS jlmsi (1.9.4); FILE MERGED 2004/07/27 13:38:28 is 1.9.4.2: #i31585# checking dot net framework already in ui sequence 2004/07/27 11:45:41 is 1.9.4.1: #i31585# condition for assemblies

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [09edd68dc4f1659fc6ddedf34821ef7c34d6b803]

        INTEGRATION: CWS insight01 (1.16.72); FILE MERGED 2004/05/29 01:03:09 oj 1.16.72.2: RESYNC: (1.16-1.17); FILE MERGED 2004/05/05 12:04:03 tl 1.16.72.1: #i25411# new database properties added to API

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [edd7e2d75bb20cfcbcbd476b2dbd222206b18cc3]

        INTEGRATION: CWS swobjpos04 (1.47.56); FILE MERGED 2004/06/30 14:44:35 od 1.47.56.6: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 09:01:12 od 1.47.56.5: #i28701# - correct comment 2004/05/25 07:11:45 od 1.47.56.4: remove 'merge conlfict' mark 2004/05/24 15:36:07 od 1.47.56.3: RESYNC: (1.47-1.51); FILE MERGED resolve merge conflict 2004/05/24 12:48:41 od 1.47.56.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/05 10:26:33 od 1.47.56.1: #i28701# class <ViewShell> - Introduce new compatibility option 'Consider 	 		     wrapping style on object positioning'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0867e22f7c5fa1de22b3b563d1144c47ebbecf8]

        INTEGRATION: CWS insight01 (1.5.184); FILE MERGED 2004/02/23 10:58:45 oj 1.5.184.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c325c9d32b2761e4ba2b9705a3e3df4cc5d4461]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/23 10:59:03 oj 1.1.2.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [d3d17efdbb39806ef37013b92d2ddc74117ac028]

        INTEGRATION: CWS swobjpos04 (1.95.46); FILE MERGED 2004/08/02 11:11:58 od 1.95.46.4: RESYNC: (1.97-1.98); FILE MERGED resolve merge conflict. 2004/07/14 08:29:00 od 1.95.46.3: correct syntax 2004/07/13 01:45:38 od 1.95.46.2: RESYNC: (1.95-1.97); FILE MERGED resolve merge conflict. 2004/05/07 15:37:56 od 1.95.46.1: #i28701# - add uno name for new attribute 'WrapInfluenceOnPosition'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [022e00d5d481f113416d5ee5108d2ae682e9bbda]

        INTEGRATION: CWS insight01 (1.7.184); FILE MERGED 2004/07/21 07:25:30 oj 1.7.184.4: RESYNC: (1.8-1.9); FILE MERGED 2004/05/29 00:47:08 oj 1.7.184.3: RESYNC: (1.7-1.8); FILE MERGED 2004/02/23 10:58:45 oj 1.7.184.2: #i25414# extend the datadescriptor for database location and connection resource 2004/02/20 11:28:03 oj 1.7.184.1: #i25414# extend the datadescriptor for database location and connection resource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2dd8404bac1e75859ef13a274dc4a83543dfa26c]

        INTEGRATION: CWS swobjpos04 (1.42.126); FILE MERGED 2004/07/13 01:45:31 od 1.42.126.5: RESYNC: (1.42-1.44); FILE MERGED 2004/06/30 14:51:49 od 1.42.126.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 09:00:41 od 1.42.126.3: #i28701# - correct comment 2004/05/24 12:49:02 od 1.42.126.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:40:29 od 1.42.126.1: #i28701# method <CollectFrameAtNode> - sort array of collected objects 	 as the objects are sorted in layout list <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f90f159cb8e22eafdfcef4fa57bbc6a05781688b]

        INTEGRATION: CWS insight01 (1.13.218); FILE MERGED 2004/05/28 18:16:08 oj 1.13.218.2: RESYNC: (1.13-1.14); FILE MERGED 2004/05/05 12:03:39 tl 1.13.218.1: #i25411# new database properties added to API

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [c2d43e2b676d236411d8e7e52f5d382ea878ac37]

        INTEGRATION: CWS swobjpos04 (1.159.30); FILE MERGED 2004/07/13 01:45:15 od 1.159.30.3: RESYNC: (1.159-1.162); FILE MERGED resolve merge conflict. 2004/06/30 14:51:49 od 1.159.30.2: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/07 15:37:02 od 1.159.30.1: #i28701# - add property mappings for new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5db9225f166330daa8e6eed23d304828e1423eb5]

        INTEGRATION: CWS insight01 (1.2.20); FILE MERGED 2004/06/03 10:19:44 oj 1.2.20.1: new strings

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [4d67654e8d4079af1b22c02b05f6ecc56e708408]

        INTEGRATION: CWS swobjpos04 (1.85.168); FILE MERGED 2004/07/13 01:44:56 od 1.85.168.2: RESYNC: (1.85-1.88); FILE MERGED 2004/05/07 15:36:13 od 1.85.168.1: #i28701# - API implementation for new property <BaseFrameProperties::WrapInfluenceOnPosition>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8552fcce69b7994a0fbf8c6f767b409a141e0b8]

        INTEGRATION: CWS insight01 (1.20.146); FILE MERGED 2004/07/06 07:36:35 oj 1.20.146.3: RESYNC: (1.21-1.22); FILE MERGED 2004/05/28 18:17:18 oj 1.20.146.2: RESYNC: (1.20-1.21); FILE MERGED 2004/05/27 10:16:19 os 1.20.146.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [4a686331f90267f1c88acc4b1a61acac43272963]

        INTEGRATION: CWS swobjpos04 (1.52.226); FILE MERGED 2004/07/02 14:57:13 od 1.52.226.3: #i28701# - further adjustments for the new object positioning 2004/06/30 14:51:48 od 1.52.226.2: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/07 15:34:08 od 1.52.226.1: #i28701# - API implementation for new property <Shape::WrapInfluenceOnPosition>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [77e78aa6cd128e2771034e002e1b9e636c708866]

        INTEGRATION: CWS swobjpos04 (1.13.112); FILE MERGED 2004/05/07 13:07:00 od 1.13.112.1: #i28701# - correct double declaration of loop variable <i>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f96f4388bd2440813feb72f8a6d6e4685b3b4ae]

        INTEGRATION: CWS insight01 (1.47.32); FILE MERGED 2004/07/23 12:55:26 oj 1.47.32.5: RESYNC: (1.51-1.52); FILE MERGED 2004/07/06 09:20:57 oj 1.47.32.4: RESYNC: (1.50-1.51); FILE MERGED 2004/06/21 09:02:18 dvo 1.47.32.3: #i25411# load/save connection-resource as XLink 2004/05/28 10:37:37 oj 1.47.32.2: RESYNC: (1.47-1.50); FILE MERGED 2004/05/19 12:00:31 dvo 1.47.32.1: #i25411# read/write database fields with database URLs or database resource strings

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [3b5d4d741656425798f2ea703a19ea6535b18b02]

        INTEGRATION: CWS swobjpos04 (1.9.226); FILE MERGED 2004/07/12 07:55:18 od 1.9.226.2: #i28701# - further adjustments for the new object positioning algorithm 2004/05/07 15:23:50 od 1.9.226.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [37778a7627697dfaebb30a2e85034d460d7d3d29]

        INTEGRATION: CWS insight01 (1.52.52); FILE MERGED 2004/07/23 12:50:02 oj 1.52.52.4: RESYNC: (1.54-1.55); FILE MERGED 2004/06/21 09:02:17 dvo 1.52.52.3: #i25411# load/save connection-resource as XLink 2004/05/28 10:35:55 oj 1.52.52.2: RESYNC: (1.52-1.54); FILE MERGED 2004/05/19 12:00:30 dvo 1.52.52.1: #i25411# read/write database fields with database URLs or database resource strings

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [ce9313a447844578c1952df912f92e13bf9f21f8]

        INTEGRATION: CWS swobjpos04 (1.38.90); FILE MERGED 2004/06/30 14:49:22 od 1.38.90.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 09:00:11 od 1.38.90.3: #i28701# - correct comment and type determination 2004/05/24 12:53:47 od 1.38.90.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:23:49 od 1.38.90.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5ee632af70a65de9e70f0cc17942b19c3e2310c]

        INTEGRATION: CWS insight01 (1.31.20); FILE MERGED 2004/07/23 13:30:17 oj 1.31.20.2: RESYNC: (1.31-1.32); FILE MERGED 2004/07/01 09:17:18 oj 1.31.20.1: #i30395# remove assertion

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [25902a59cdebc52c4169847d3f4db8a43533aebf]

        INTEGRATION: CWS swobjpos04 (1.72.56); FILE MERGED 2004/07/16 14:54:43 od 1.72.56.5: #i28701# - further adjustments for the new object positioning 2004/07/13 01:40:57 od 1.72.56.4: RESYNC: (1.72-1.75); FILE MERGED 2004/06/30 14:49:22 od 1.72.56.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/24 13:06:19 od 1.72.56.2: #i28701# - usage of new class <SwSortedObjs>          - correction <SwTxtFrm::WouldFit> - no 'short cut' for empty 	   paragraph during test format. 2004/05/07 15:23:48 od 1.72.56.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7c0ffcb2f092e589b6560cb70ded70668365df3]

        INTEGRATION: CWS insight01 (1.39.98); FILE MERGED 2004/07/23 13:26:01 oj 1.39.98.3: RESYNC: (1.40-1.41); FILE MERGED 2004/01/02 20:20:45 oj 1.39.98.2: RESYNC: (1.39-1.40); FILE MERGED 2003/12/17 10:49:12 oj 1.39.98.1: #111075# changes for the new database export/import filter

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1f57da9a15edc2d8086ee445526722331f34f849]

        INTEGRATION: CWS swobjpos04 (1.43.126); FILE MERGED 2004/07/02 14:57:48 od 1.43.126.6: #i28701# - further adjustments for the new object positioning 2004/06/30 14:49:21 od 1.43.126.5: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 09:00:10 od 1.43.126.4: #i28701# - correct comment and type determination 2004/05/24 15:35:00 od 1.43.126.3: RESYNC: (1.43-1.44); FILE MERGED resolve merge conflicts 2004/05/24 12:57:10 od 1.43.126.2: #i28701# - usage of new class <SwSortedObjs>          - adjustements for new positioning of floating screen objects 2004/05/07 15:23:47 od 1.43.126.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdd214717c8ab666870962532bc0f1a5aa12f7ab]

        INTEGRATION: CWS insight01 (1.17.8); FILE MERGED 2004/07/23 13:23:49 oj 1.17.8.2: RESYNC: (1.17-1.20); FILE MERGED 2004/02/20 11:15:30 oj 1.17.8.1: #i25414# extend form file format for form:datasource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ae1d7a19e3fd0d37d73511dc54fd7557ce8b777]

        INTEGRATION: CWS insight01 (1.22.98); FILE MERGED 2004/07/23 13:23:18 oj 1.22.98.4: RESYNC: (1.23-1.25); FILE MERGED 2004/02/20 11:15:30 oj 1.22.98.3: #i25414# extend form file format for form:datasource 2004/01/02 20:26:46 oj 1.22.98.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/17 10:49:12 oj 1.22.98.1: #111075# changes for the new database export/import filter

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [d2b59e9bae38d9b72567b8955bd769836fe45e79]

        INTEGRATION: CWS swobjpos04 (1.25.112); FILE MERGED 2004/07/14 06:52:02 od 1.25.112.7: resolve merge conflict. 2004/07/13 01:40:07 od 1.25.112.6: RESYNC: (1.25-1.27); FILE MERGED resolve merge conflicts. 2004/07/07 07:42:14 od 1.25.112.5: #i28701# - further adjustments for the new object positioning algorithm 2004/06/30 14:49:21 od 1.25.112.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 09:00:10 od 1.25.112.3: #i28701# - correct comment and type determination 2004/05/24 12:53:47 od 1.25.112.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:23:47 od 1.25.112.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9550097ed2dcb56188edc2869a38cbfff696561]

        INTEGRATION: CWS insight01 (1.3.98); FILE MERGED 2004/02/20 11:15:31 oj 1.3.98.1: #i25414# extend form file format for form:datasource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [d9589f3b951452454d4f8b911853e66fc323c405]

        INTEGRATION: CWS swobjpos04 (1.12.60); FILE MERGED 2004/05/07 15:23:47 od 1.12.60.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1adebc8382018076db2ed510c7c1cda19066f020]

        INTEGRATION: CWS insight01 (1.6.98); FILE MERGED 2004/02/20 11:15:31 oj 1.6.98.1: #i25414# extend form file format for form:datasource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1526c0e5149464078e27aac6461fb32e816a513e]

        INTEGRATION: CWS swobjpos04 (1.47.54); FILE MERGED 2004/07/13 01:39:11 od 1.47.54.7: RESYNC: (1.48-1.50); FILE MERGED resolve merge conflicts. 2004/07/02 14:57:48 od 1.47.54.6: #i28701# - further adjustments for the new object positioning 2004/06/30 14:49:20 od 1.47.54.5: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 09:00:10 od 1.47.54.4: #i28701# - correct comment and type determination 2004/05/24 15:34:30 od 1.47.54.3: RESYNC: (1.47-1.48); FILE MERGED 2004/05/24 12:56:02 od 1.47.54.2: #i28701# - usage of new class <SwSortedObjs>          - Adjustment for new positioning of floating screen objects 2004/05/07 15:23:46 od 1.47.54.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9bffe3394ce5bf5d53bd5242f3da121bfa96e2d]

        INTEGRATION: CWS insight01 (1.12.20); FILE MERGED 2004/07/23 13:22:53 oj 1.12.20.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/20 11:15:31 oj 1.12.20.1: #i25414# extend form file format for form:datasource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [33c1a26783f8a9b83116609655898d7678c7be0c]

        INTEGRATION: CWS swobjpos04 (1.35.58); FILE MERGED 2004/07/13 01:39:03 od 1.35.58.3: RESYNC: (1.35-1.36); FILE MERGED 2004/06/14 09:00:09 od 1.35.58.2: #i28701# - correct comment and type determination 2004/05/24 12:53:46 od 1.35.58.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e75a7b18324e97008f15ef3173604b4b441cd69b]

        INTEGRATION: CWS insight01 (1.9.8); FILE MERGED 2004/07/23 13:24:19 oj 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2004/02/20 11:15:31 oj 1.9.8.1: #i25414# extend form file format for form:datasource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ffe16d92dcea9dd1a8b824ff17f8afb6a0b4730]

        INTEGRATION: CWS insight01 (1.13.8); FILE MERGED 2004/07/23 13:24:08 oj 1.13.8.2: RESYNC: (1.13-1.15); FILE MERGED 2004/02/20 11:15:32 oj 1.13.8.1: #i25414# extend form file format for form:datasource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2e662e188024e69c4854da89f2b9cea73aaef8e]

        INTEGRATION: CWS insight01 (1.21.8); FILE MERGED 2004/07/23 13:22:07 oj 1.21.8.3: RESYNC: (1.22-1.24); FILE MERGED 2004/05/28 10:40:36 oj 1.21.8.2: RESYNC: (1.21-1.22); FILE MERGED 2004/02/20 11:15:32 oj 1.21.8.1: #i25414# extend form file format for form:datasource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cb0e9376db87b2c6d4719b3f276c56fbeae5dd9]

        INTEGRATION: CWS insight01 (1.37.8); FILE MERGED 2004/07/23 13:20:54 oj 1.37.8.4: RESYNC: (1.38-1.42); FILE MERGED 2004/06/11 08:44:14 oj 1.37.8.3: file format changes for connection-resource 2004/05/28 10:40:05 oj 1.37.8.2: RESYNC: (1.37-1.38); FILE MERGED 2004/02/20 11:15:32 oj 1.37.8.1: #i25414# extend form file format for form:datasource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c532392c6d5e1548db3c5adfa953e602455e539d]

        INTEGRATION: CWS insight01 (1.9.20); FILE MERGED 2004/07/23 13:23:58 oj 1.9.20.4: RESYNC: (1.10-1.11); FILE MERGED 2004/07/06 09:22:19 oj 1.9.20.3: RESYNC: (1.9-1.10); FILE MERGED 2004/06/11 08:44:14 oj 1.9.20.2: file format changes for connection-resource 2004/02/20 11:15:33 oj 1.9.20.1: #i25414# extend form file format for form:datasource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [0e1cb1cd735a91b12811e63b60fed0cd3de1e567]

        INTEGRATION: CWS swobjpos04 (1.51.30); FILE MERGED 2004/07/13 01:37:10 od 1.51.30.6: RESYNC: (1.51-1.56); FILE MERGED resolve merge conflicts. 2004/07/12 08:15:43 od 1.51.30.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:30 od 1.51.30.4: #i28701# - further adjustments for the new object positioning 2004/06/30 15:05:01 od 1.51.30.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/24 13:25:07 od 1.51.30.2: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects 2004/05/07 15:31:44 od 1.51.30.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7167518ab873a655d398d939a66969ca33328a0]

        INTEGRATION: CWS insight01 (1.27.8); FILE MERGED 2004/07/23 20:33:49 oj 1.27.8.7: merge problems 2004/07/23 13:23:28 oj 1.27.8.6: RESYNC: (1.32-1.34); FILE MERGED 2004/07/08 05:35:27 oj 1.27.8.5: merge conflicts 2004/07/06 09:21:58 oj 1.27.8.4: RESYNC: (1.31-1.32); FILE MERGED 2004/06/11 08:44:15 oj 1.27.8.3: file format changes for connection-resource 2004/05/28 10:40:58 oj 1.27.8.2: RESYNC: (1.27-1.31); FILE MERGED 2004/02/20 11:15:33 oj 1.27.8.1: #i25414# extend form file format for form:datasource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2016a567b61a38cd012d7bcfd98c749921118d0f]

        INTEGRATION: CWS swobjpos04 (1.34.30); FILE MERGED 2004/07/13 01:36:54 od 1.34.30.8: RESYNC: (1.35-1.39); FILE MERGED resolve merge conflicts. 2004/07/12 08:15:42 od 1.34.30.7: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:29 od 1.34.30.6: #i28701# - further adjustments for the new object positioning 2004/06/30 15:05:01 od 1.34.30.5: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:57:57 od 1.34.30.4: #i28701# - correct comment 2004/05/24 15:33:27 od 1.34.30.3: RESYNC: (1.34-1.35); FILE MERGED 2004/05/24 13:23:47 od 1.34.30.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:31:43 od 1.34.30.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [c2286a8121e8ce050f2aa62a789822545e647602]

        INTEGRATION: CWS swobjpos04 (1.55.30); FILE MERGED 2004/07/13 01:36:46 od 1.55.30.8: RESYNC: (1.57-1.63); FILE MERGED resolve merge conflicts. 2004/07/12 08:15:41 od 1.55.30.7: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:28 od 1.55.30.6: #i28701# - further adjustments for the new object positioning 2004/06/30 15:05:00 od 1.55.30.5: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 14:05:13 od 1.55.30.4: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/06/14 13:38:58 od 1.55.30.3: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 15:33:16 od 1.55.30.2: RESYNC: (1.55-1.57); FILE MERGED 2004/05/24 13:23:28 od 1.55.30.1: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b80434f27790717c21d3ff824c55147e5ae88f3b]

        INTEGRATION: CWS insight01 (1.26.74); FILE MERGED 2004/07/23 12:42:54 oj 1.26.74.6: RESYNC: (1.31-1.32); FILE MERGED 2004/07/06 09:16:59 oj 1.26.74.5: RESYNC: (1.30-1.31); FILE MERGED 2004/05/28 10:28:41 oj 1.26.74.4: RESYNC: (1.28-1.30); FILE MERGED 2004/01/02 20:31:39 oj 1.26.74.3: RESYNC: (1.27-1.28); FILE MERGED 2003/10/24 12:53:50 oj 1.26.74.2: RESYNC: (1.26-1.27); FILE MERGED 2003/10/24 06:50:56 oj 1.26.74.1: #i21643# changes for the db import filter

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [f62e46af6eadeac5e8abe4666c787ca7fdf0596c]

        INTEGRATION: CWS swobjpos04 (1.37.30); FILE MERGED 2004/07/13 01:36:38 od 1.37.30.5: RESYNC: (1.37-1.39); FILE MERGED resolve merge conflicts. 2004/06/30 15:05:00 od 1.37.30.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:57:57 od 1.37.30.3: #i28701# - correct comment 2004/05/24 13:22:14 od 1.37.30.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:31:43 od 1.37.30.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2eca875c90badf8b104e3179e037484b9a9a35c]

        INTEGRATION: CWS insight01 (1.45.2); FILE MERGED 2004/07/27 07:42:08 oj 1.45.2.10: add database oasis namespace 2004/07/27 07:00:05 oj 1.45.2.9: remove double token 2004/07/23 12:43:58 oj 1.45.2.8: RESYNC: (1.58-1.62); FILE MERGED 2004/07/22 10:14:22 oj 1.45.2.7: #i30199# new element for db 2004/07/06 09:17:31 oj 1.45.2.6: RESYNC: (1.57-1.58); FILE MERGED 2004/05/28 10:29:31 oj 1.45.2.5: RESYNC: (1.50-1.57); FILE MERGED 2004/02/11 12:39:03 oj 1.45.2.4: RESYNC: (1.48-1.50); FILE MERGED 2004/01/02 20:32:30 oj 1.45.2.3: RESYNC: (1.46-1.48); FILE MERGED 2003/10/24 12:33:10 oj 1.45.2.2: #i21643# changes for the db import filter 2003/10/24 06:50:55 oj 1.45.2.1: #i21643# changes for the db import filter

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [261eebf6e155653f230046dbfe1b158dfd83eeb2]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/02 14:58:27 od 1.1.2.5: #i28701# - further adjustments for the new object positioning 2004/06/30 15:05:00 od 1.1.2.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 13:38:57 od 1.1.2.3: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 13:05:14 od 1.1.2.2: #i28701# - implementation of new class <SwSortedObjs> 2004/05/07 15:28:07 od 1.1.2.1: #i28701# - implementation of class <SwSortedObjsImpl>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [36ca907fda31033d62f214384c29ef63beb477c3]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/02 14:58:26 od 1.1.2.4: #i28701# - further adjustments for the new object positioning 2004/06/30 15:05:00 od 1.1.2.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/24 13:05:14 od 1.1.2.2: #i28701# - implementation of new class <SwSortedObjs> 2004/05/07 15:27:50 od 1.1.2.1: #i28701# - implementation of class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [09315d1c17f317082960d826c2b19223dc815515]

        INTEGRATION: CWS insight01 (1.71.82); FILE MERGED 2004/07/23 12:43:39 oj 1.71.82.4: RESYNC: (1.73-1.74); FILE MERGED 2004/05/28 10:29:11 oj 1.71.82.3: RESYNC: (1.72-1.73); FILE MERGED 2004/01/02 20:32:05 oj 1.71.82.2: RESYNC: (1.71-1.72); FILE MERGED 2003/10/24 06:50:55 oj 1.71.82.1: #i21643# changes for the db import filter

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [a5ddfda0336258e30f43fe129b6bfb5cc4d85509]

        INTEGRATION: CWS swobjpos04 (1.32.146); FILE MERGED 2004/07/13 01:36:28 od 1.32.146.7: RESYNC: (1.33-1.34); FILE MERGED 2004/07/12 08:15:41 od 1.32.146.6: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:26 od 1.32.146.5: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:59 od 1.32.146.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 13:38:55 od 1.32.146.3: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 15:33:07 od 1.32.146.2: RESYNC: (1.32-1.33); FILE MERGED 2004/05/24 13:21:55 od 1.32.146.1: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e34f2c5f0ce642ff4109c7af6f33af69c531ff5e]

        INTEGRATION: CWS insight01 (1.101.98); FILE MERGED 2004/07/27 12:02:53 oj 1.101.98.4: fix for export_oasis flag 2004/07/23 12:43:04 oj 1.101.98.3: RESYNC: (1.104-1.105); FILE MERGED 2004/05/28 10:28:50 oj 1.101.98.2: RESYNC: (1.101-1.104); FILE MERGED 2003/12/17 10:49:11 oj 1.101.98.1: #111075# changes for the new database export/import filter

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [290c8b861020b0f1eaedd903997d57ae4b99647f]

        INTEGRATION: CWS swobjpos04 (1.79.28); FILE MERGED 2004/06/30 15:04:59 od 1.79.28.5: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:56:07 od 1.79.28.4: #i28701# - correct comment 2004/05/24 15:32:58 od 1.79.28.3: RESYNC: (1.79-1.81); FILE MERGED 2004/05/24 13:21:11 od 1.79.28.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:31:42 od 1.79.28.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [16d5a04bd46d895b05a6836db9ed0e21a730ceee]

        INTEGRATION: CWS insight01 (1.18.46); FILE MERGED 2004/07/23 12:43:49 oj 1.18.46.4: RESYNC: (1.20-1.21); FILE MERGED 2004/07/06 09:17:15 oj 1.18.46.3: RESYNC: (1.19-1.20); FILE MERGED 2004/05/28 10:29:20 oj 1.18.46.2: RESYNC: (1.18-1.19); FILE MERGED 2004/04/01 09:59:24 oj 1.18.46.1: remove dbg_Assert for exportSettings

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2bea46ea46d678f89497ac274fb84c1733a2fe1d]

        INTEGRATION: CWS swobjpos04 (1.32.88); FILE MERGED 2004/07/13 01:36:01 od 1.32.88.7: RESYNC: (1.32-1.34); FILE MERGED resolve merge conflicts. 2004/07/12 08:15:40 od 1.32.88.6: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:25 od 1.32.88.5: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:58 od 1.32.88.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:56:06 od 1.32.88.3: #i28701# - correct comment 2004/05/24 13:20:49 od 1.32.88.2: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects 2004/05/07 15:31:41 od 1.32.88.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [15af404b34fc903fa66ee6baa6fa5f4e44934eae]

        INTEGRATION: CWS insight01 (1.42.60); FILE MERGED 2004/05/28 10:22:42 oj 1.42.60.3: RESYNC: (1.43-1.44); FILE MERGED 2004/02/11 12:39:50 oj 1.42.60.2: RESYNC: (1.42-1.43); FILE MERGED 2003/10/24 06:50:54 oj 1.42.60.1: #i21643# changes for the db import filter

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa546e73681db3fa0bf8748eb138a3b020ff7769]

        INTEGRATION: CWS insight01 (1.7.98); FILE MERGED 2004/07/23 12:42:08 oj 1.7.98.2: RESYNC: (1.7-1.9); FILE MERGED 2004/03/03 09:56:20 oj 1.7.98.1: #111075# ongoing work, add comphelper

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [ca104a3cda52fd7154f94c9e6825ba65db1dad55]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/22 08:55:24 od 1.1.2.4: #i28701# - further adjustments for the new object positioning algorithm 2004/07/12 08:15:40 od 1.1.2.3: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:25 od 1.1.2.2: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:11 od 1.1.2.1: #i28701# - implementation of new class <SwObjectFormatter> and 	   declaration and implementation of its subclasses

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1e773f526173c7dbf2525b65ea1fc54b0425f9ab]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/23 13:09:24 od 1.1.2.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/22 08:55:24 od 1.1.2.4: #i28701# - further adjustments for the new object positioning algorithm 2004/07/12 08:15:40 od 1.1.2.3: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:25 od 1.1.2.2: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:13 od 1.1.2.1: #i28701# - implementation of new class <SwObjectFormatter> and 	   declaration and implementation of its subclasses

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [182adb6421d048da235d360dd2c6c3b0669067c2]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/22 08:55:23 od 1.1.2.3: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:25 od 1.1.2.2: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:11 od 1.1.2.1: #i28701# - implementation of new class <SwObjectFormatter> and 	   declaration and implementation of its subclasses

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [cf332533abdefa7c623b1d2093a81364c86a5ebb]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/22 08:55:23 od 1.1.2.3: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:24 od 1.1.2.2: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:12 od 1.1.2.1: #i28701# - implementation of new class <SwObjectFormatter> and 	   declaration and implementation of its subclasses

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [67f8a1547e9ecadca01476af23d1bb601e38b6ba]

        INTEGRATION: CWS insight01 (1.9.204); FILE MERGED 2004/07/23 12:42:00 oj 1.9.204.3: RESYNC: (1.10-1.11); FILE MERGED 2004/05/28 10:22:33 oj 1.9.204.2: RESYNC: (1.9-1.10); FILE MERGED 2003/10/24 06:50:52 oj 1.9.204.1: #i21643# changes for the db import filter

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [988264bc637ab008f608509072af87005569f55b]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/22 08:55:23 od 1.1.2.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/14 07:54:53 od 1.1.2.4: #i28701# - syntax correction 2004/07/12 08:15:39 od 1.1.2.3: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:24 od 1.1.2.2: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:12 od 1.1.2.1: #i28701# - implementation of new class <SwObjectFormatter> and 	   declaration and implementation of its subclasses

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [fd685257d173b0fb6f018cd75299862ba394c7c4]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/06/30 15:02:59 od 1.1.2.1: #i28701# - implementation of new class <SwMovedFwdFrmsByObjPos>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [e427a5493b192db750103448e1c65ff89693ac09]

        INTEGRATION: CWS swobjpos04 (1.8.112); FILE MERGED 2004/06/30 15:04:58 od 1.8.112.2: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/07 15:28:56 od 1.8.112.1: #i28701# - add new source files <sortedobjs.cxx> and <sortedobjsimpl.cxx>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [49bc7c309bd7fd168cea0491015f218fe5e036b8]

        INTEGRATION: CWS insight01 (1.23.32); FILE MERGED 2004/07/23 12:41:15 oj 1.23.32.4: RESYNC: (1.25-1.26); FILE MERGED 2004/06/21 09:03:08 dvo 1.23.32.3: #i25411# load/save connection-resource as XLink 2004/05/28 10:22:14 oj 1.23.32.2: RESYNC: (1.23-1.25); FILE MERGED 2004/05/19 12:00:29 dvo 1.23.32.1: #i25411# read/write database fields with database URLs or database resource strings

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [ca3e83197c0b0e63fa437c7c696c837fa432c957]

        INTEGRATION: CWS swobjpos04 (1.4.522); FILE MERGED 2004/06/30 15:04:58 od 1.4.522.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [76774da2c68f765d17c0200c34169fcb5384113f]

        INTEGRATION: CWS insight01 (1.25.52); FILE MERGED 2004/07/23 12:32:05 oj 1.25.52.4: RESYNC: (1.26-1.27); FILE MERGED 2004/06/21 09:03:08 dvo 1.25.52.3: #i25411# load/save connection-resource as XLink 2004/05/28 10:20:38 oj 1.25.52.2: RESYNC: (1.25-1.26); FILE MERGED 2004/05/19 12:00:28 dvo 1.25.52.1: #i25411# read/write database fields with database URLs or database resource strings

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [04430d9a7c937724d08204bd073d4148a814a416]

        INTEGRATION: CWS swobjpos04 (1.16.28); FILE MERGED 2004/06/30 15:04:58 od 1.16.28.5: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:56:06 od 1.16.28.4: #i28701# - correct comment 2004/05/24 15:32:45 od 1.16.28.3: RESYNC: (1.16-1.17); FILE MERGED 2004/05/24 13:20:16 od 1.16.28.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:31:40 od 1.16.28.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [805b5e9aac7ef54ab269b113c9b3a1fdb8b614fa]

        INTEGRATION: CWS swobjpos04 (1.39.86); FILE MERGED 2004/07/23 13:09:23 od 1.39.86.10: #i28701# - further adjustments for the new object positioning algorithm 2004/07/22 08:55:23 od 1.39.86.9: #i28701# - further adjustments for the new object positioning algorithm 2004/07/13 01:35:37 od 1.39.86.8: RESYNC: (1.40-1.42); FILE MERGED resolve merge conflicts. 2004/07/12 08:15:39 od 1.39.86.7: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:23 od 1.39.86.6: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:57 od 1.39.86.5: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 13:38:53 od 1.39.86.4: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 15:32:38 od 1.39.86.3: RESYNC: (1.39-1.40); FILE MERGED resolve merge conflict. 2004/05/24 13:19:52 od 1.39.86.2: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects 2004/05/07 15:31:38 od 1.39.86.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2722db6aa393aa4a7ea654566cf722d6caafa935]

        INTEGRATION: CWS swobjpos04 (1.16.90); FILE MERGED 2004/07/13 01:35:27 od 1.16.90.5: RESYNC: (1.16-1.17); FILE MERGED 2004/07/02 14:58:23 od 1.16.90.4: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:57 od 1.16.90.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:56:05 od 1.16.90.2: #i28701# - correct comment 2004/05/24 13:04:43 od 1.16.90.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6be1f64b91d94e6ffddc573022f97c7e22937206]

        INTEGRATION: CWS insight01 (1.54.82); FILE MERGED 2004/06/21 09:03:44 dvo 1.54.82.3: #i25411# load/save connection-resource as XLink 2004/05/28 10:18:35 oj 1.54.82.2: RESYNC: (1.54-1.55); FILE MERGED 2004/05/19 12:00:29 dvo 1.54.82.1: #i25411# read/write database fields with database URLs or database resource strings

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [18dab4e82a2fea7dcf228f3ec37dbd1891e93df7]

        INTEGRATION: CWS swobjpos04 (1.62.54); FILE MERGED 2004/07/13 01:35:11 od 1.62.54.8: RESYNC: (1.62-1.65); FILE MERGED resolve merge conflicts. 2004/07/12 08:15:38 od 1.62.54.7: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:23 od 1.62.54.6: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:57 od 1.62.54.5: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 14:05:12 od 1.62.54.4: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/06/14 13:38:50 od 1.62.54.3: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 13:14:35 od 1.62.54.2: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects 2004/05/07 15:31:37 od 1.62.54.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [67adf489011b98cd5f405d44791ec9f6a2d5ea6e]

        INTEGRATION: CWS insight01 (1.15.8); FILE MERGED 2004/07/23 12:29:17 oj 1.15.8.3: RESYNC: (1.16-1.17); FILE MERGED 2004/05/28 10:18:14 oj 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2004/02/20 11:15:34 oj 1.15.8.1: #i25414# extend form file format for form:datasource

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [f85a48bbf10c7398636dfca609f090510ac3e3a1]

        INTEGRATION: CWS swobjpos04 (1.30.88); FILE MERGED 2004/07/14 07:33:17 od 1.30.88.8: resolve merge conflict 2004/07/13 01:35:03 od 1.30.88.7: RESYNC: (1.30-1.36); FILE MERGED resolve merge conflicts. 2004/07/12 08:15:38 od 1.30.88.6: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:23 od 1.30.88.5: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:56 od 1.30.88.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 13:41:11 od 1.30.88.3: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 13:11:31 od 1.30.88.2: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects 2004/05/07 15:31:34 od 1.30.88.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [05212aa2c7523e30282cbe68029115b7fcca316b]

        INTEGRATION: CWS swobjpos04 (1.7.88); FILE MERGED 2004/07/13 01:34:56 od 1.7.88.2: RESYNC: (1.7-1.9); FILE MERGED 2004/06/30 15:04:56 od 1.7.88.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [61580e144f0a6c67b4c3aa7607e227b129d9b31c]

        INTEGRATION: CWS swobjpos04 (1.39.88); FILE MERGED 2004/07/23 13:09:22 od 1.39.88.6: #i28701# - further adjustments for the new object positioning algorithm 2004/07/12 08:15:37 od 1.39.88.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:22 od 1.39.88.4: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:56 od 1.39.88.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 13:38:49 od 1.39.88.2: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 13:10:13 od 1.39.88.1: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f958e2809e38b4ece12f49492c0d748f69bfd0e6]

        INTEGRATION: CWS drawearesource2 (1.6.24); FILE MERGED 2004/07/28 14:05:10 cl 1.6.24.3: added missing flag for image on .uno::EffectWin slot 2004/07/28 12:38:37 cl 1.6.24.2: #i31376# added strings for translation 2004/07/28 10:38:11 cl 1.6.24.1: #i31376# added strings for translation

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8115b282f1b0625f4c72fdf93a6357b350d86bd7]

        INTEGRATION: CWS insight01 (1.6.14); FILE MERGED 2004/07/30 08:23:30 oj 1.6.14.4: RESYNC: (1.8-1.9); FILE MERGED 2004/07/01 15:00:05 mav 1.6.14.3: #i30983# merge fix from mav09 cws 2004/05/28 20:23:56 oj 1.6.14.2: RESYNC: (1.6-1.8); FILE MERGED 2004/03/12 14:35:41 mav 1.6.14.1: #i29398# the access mode to substorage is a virtual information

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [3053daa342e03418f66a8fbbf69835549d1d0d7a]

        INTEGRATION: CWS swobjpos04 (1.59.2); FILE MERGED 2004/07/23 13:09:22 od 1.59.2.7: #i28701# - further adjustments for the new object positioning algorithm 2004/07/13 01:34:06 od 1.59.2.6: RESYNC: (1.59-1.62); FILE MERGED resolve merge conflicts. 2004/07/12 08:15:36 od 1.59.2.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:58:22 od 1.59.2.4: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:55 od 1.59.2.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 13:38:46 od 1.59.2.2: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 13:08:37 od 1.59.2.1: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [ca59f3e441700d94308203cd57b269daa7e34e1b]

        INTEGRATION: CWS swobjpos04 (1.36.56); FILE MERGED 2004/07/13 01:34:44 od 1.36.56.6: RESYNC: (1.36-1.40); FILE MERGED resolve merge conflicts. 2004/07/02 14:58:21 od 1.36.56.5: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:55 od 1.36.56.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:54:06 od 1.36.56.3: #i28701# - correct comment 2004/05/24 13:03:21 od 1.36.56.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:31:34 od 1.36.56.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cca08d026e2963a96cf383ad053fa21e0a99ffc]

        INTEGRATION: CWS insight01 (1.3.280); FILE MERGED 2004/07/06 11:57:27 oj 1.3.280.4: RESYNC: (1.3-1.4); FILE MERGED 2004/05/25 08:39:39 tl 1.3.280.3: #i25411# comments updated 2004/05/19 09:23:25 tl 1.3.280.2: #i25411# documentation changed 2004/05/05 11:57:09 tl 1.3.280.1: #i25411# new database properties added

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [daa3e280447a82335cbd6b332a8ebbfb812e8e4d]

        INTEGRATION: CWS swobjpos04 (1.24.24); FILE MERGED 2004/07/13 01:34:35 od 1.24.24.2: RESYNC: (1.24-1.27); FILE MERGED resolve merge conflicts. 2004/06/30 15:04:54 od 1.24.24.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fafe4af30894239f227d40c194329739a1658d7a]

        INTEGRATION: CWS insight01 (1.3.280); FILE MERGED 2004/07/06 12:03:29 oj 1.3.280.4: RESYNC: (1.3-1.4); FILE MERGED 2004/05/25 08:39:39 tl 1.3.280.3: #i25411# comments updated 2004/05/19 09:23:25 tl 1.3.280.2: #i25411# documentation changed 2004/05/05 11:57:09 tl 1.3.280.1: #i25411# new database properties added

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [dc610491f5d7bd4447e528ed62240699ff8011f8]

        INTEGRATION: CWS swobjpos04 (1.6.224); FILE MERGED 2004/06/30 15:04:54 od 1.6.224.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:54:05 od 1.6.224.3: #i28701# - correct comment 2004/05/24 13:03:21 od 1.6.224.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:31:33 od 1.6.224.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [31fe9fe0b4659909897c0f7269fa5f72375a2260]

        INTEGRATION: CWS insight01 (1.3.280); FILE MERGED 2004/07/06 11:58:17 oj 1.3.280.4: RESYNC: (1.3-1.4); FILE MERGED 2004/05/25 08:39:39 tl 1.3.280.3: #i25411# comments updated 2004/05/19 09:23:24 tl 1.3.280.2: #i25411# documentation changed 2004/05/05 11:57:09 tl 1.3.280.1: #i25411# new database properties added

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [f4f1a47f5e79876c8429f3d149e1beb8ff3874f9]

        INTEGRATION: CWS swobjpos04 (1.45.30); FILE MERGED 2004/07/13 01:34:24 od 1.45.30.6: RESYNC: (1.45-1.48); FILE MERGED 2004/07/02 14:58:21 od 1.45.30.5: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:54 od 1.45.30.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:54:04 od 1.45.30.3: #i28701# - correct comment 2004/05/24 13:04:22 od 1.45.30.2: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects 2004/05/07 15:31:32 od 1.45.30.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [15966ff7e926da742837f96e4971379e3de2a8b5]

        INTEGRATION: CWS insight01 (1.3.280); FILE MERGED 2004/07/06 12:03:37 oj 1.3.280.4: RESYNC: (1.3-1.4); FILE MERGED 2004/05/25 08:39:38 tl 1.3.280.3: #i25411# comments updated 2004/05/19 09:23:23 tl 1.3.280.2: #i25411# documentation changed 2004/05/05 11:57:08 tl 1.3.280.1: #i25411# new database properties added

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [d2c6e27d6ff3e3b560a3f076afbe16022a546ecc]

        INTEGRATION: CWS swobjpos04 (1.45.110); FILE MERGED 2004/07/13 01:34:16 od 1.45.110.6: RESYNC: (1.45-1.48); FILE MERGED 2004/07/02 14:58:20 od 1.45.110.5: #i28701# - further adjustments for the new object positioning 2004/06/30 15:04:54 od 1.45.110.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:54:02 od 1.45.110.3: #i28701# - correct comment 2004/05/24 13:03:04 od 1.45.110.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:30:05 od 1.45.110.1: #i28701# class <SwFmtAnchor> - implementation for new member <mnOrder>          usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e5aae573a5fea3f77f32fd858904bb6baf8879b]

        INTEGRATION: CWS insight01 (1.3.280); FILE MERGED 2004/07/06 11:56:21 oj 1.3.280.4: RESYNC: (1.3-1.4); FILE MERGED 2004/05/25 08:33:45 tl 1.3.280.3: #i25411# comments updated 2004/05/19 09:19:36 tl 1.3.280.2: #i25411# documentation changed 2004/05/05 11:57:08 tl 1.3.280.1: #i25411# new database properties added

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [091effac0792085c942a0aec52983a6eb8828f00]

        INTEGRATION: CWS drawearesource2 (1.3.74); FILE MERGED 2004/07/28 10:39:12 cl 1.3.74.1: #i31376# added strings for translation

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [57e4006e1a043f5bc4172a3a846a701ed3823581]

        INTEGRATION: CWS insight01 (1.12.60); FILE MERGED 2004/07/06 11:15:33 oj 1.12.60.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/25 12:28:34 tl 1.12.60.1: #i25719# new properties for ViewSettings

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b240e33ca95adc8954af0a5d207c33f3d034d863]

        INTEGRATION: CWS drawearesource2 (1.1.4); FILE ADDED 2004/07/28 10:39:12 cl 1.1.4.1: #i31376# added strings for translation

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e90698e02e13714843cbf575ea20b5806e32455e]

        INTEGRATION: CWS drawearesource2 (1.3.74); FILE MERGED 2004/07/28 10:38:12 cl 1.3.74.1: #i31376# added strings for translation

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f29f32daad858c4ddf21212443eae54bbf03f908]

        INTEGRATION: CWS insight01 (1.5.96); FILE MERGED 2004/07/06 13:58:20 oj 1.5.96.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/10 11:46:04 sab 1.5.96.1: #i25410#; add ConnectionResource

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [63775b4d87a8a4025b1fc7debad9cc48df64418c]

        INTEGRATION: CWS insight01 (1.10.196); FILE MERGED 2004/05/28 18:58:25 oj 1.10.196.3: RESYNC: (1.11-1.12); FILE MERGED 2004/01/02 20:06:04 oj 1.10.196.2: RESYNC: (1.10-1.11); FILE MERGED 2003/11/26 12:37:54 oj 1.10.196.1: #111075# new save request

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [126e18f14e6ae56153c6c0803a520981f497b30c]

        INTEGRATION: CWS drawearesource2 (1.1.4); FILE ADDED 2004/07/28 10:38:11 cl 1.1.4.1: #i31376# added strings for translation

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [854c93ec3d8af4101cb70e7ec3b8f5e3e4558d25]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/02 14:56:34 od 1.1.2.4: #i28701# - further adjustments for the new object positioning 2004/06/30 14:58:57 od 1.1.2.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/24 13:00:58 od 1.1.2.2: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects 2004/05/07 15:19:31 od 1.1.2.1: #i28701# - new class <SwSortedObjsImpl> - implementation class of 	   class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c8e507b2066ce0e903275246649b246d2175176]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/12 08:34:15 oj 1.1.2.2: #111075# add since tag 2003/11/26 12:38:23 oj 1.1.2.1: #111075# new save request

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [a6d05a6ea538712dcbc6230fbe55765e96e3c64d]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/07 07:39:36 od 1.1.2.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:56:34 od 1.1.2.4: #i28701# - further adjustments for the new object positioning 2004/06/30 14:58:57 od 1.1.2.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/24 13:00:58 od 1.1.2.2: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects 2004/05/07 15:18:54 od 1.1.2.1: #i28701# - new class <SwSortedObjs> - object list sorted by anchor attribute

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcfa049dd5f774bff1f73b550353321b2cc2d60e]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/03/12 08:30:26 oj 1.1.2.2: #111075# add since tag 2003/11/26 12:38:31 oj 1.1.2.1: #111075# new save request

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [dc2fb3f55525d49b510f704d0487498f320c015a]

        INTEGRATION: CWS swobjpos04 (1.12.168); FILE MERGED 2004/07/13 01:32:49 od 1.12.168.5: RESYNC: (1.12-1.13); FILE MERGED 2004/07/07 07:39:36 od 1.12.168.4: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:56:34 od 1.12.168.3: #i28701# - further adjustments for the new object positioning 2004/05/24 13:00:57 od 1.12.168.2: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects 2004/05/07 15:23:02 od 1.12.168.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa5521d20994b21f1d57e8b26315943370875e36]

        INTEGRATION: CWS insight01 (1.9.280); FILE MERGED 2004/07/06 09:18:15 oj 1.9.280.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/12 08:32:08 oj 1.9.280.1: #111075# add since tag

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8355a4d7cb36324a919284a9b49dd86df4e9798f]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/22 08:53:03 od 1.1.2.4: #i28701# - further adjustments for the new object positioning algorithm 2004/07/07 07:39:36 od 1.1.2.3: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:56:34 od 1.1.2.2: #i28701# - further adjustments for the new object positioning 2004/06/30 14:57:19 od 1.1.2.1: #i28701# - new class <SwObjectFormatter> for the new object positioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e066372b70a636120343d4d8b32176a47b7083b]

        INTEGRATION: CWS drawearesource2 (1.1.4); FILE ADDED 2004/07/28 12:36:11 cl 1.1.4.1: #i31376# added strings for translation

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4ee5eddec540f629998c7b5dd3b130b8d5a6526]

        INTEGRATION: CWS insight01 (1.5.202); FILE MERGED 2004/07/06 09:09:05 oj 1.5.202.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/12 08:29:19 oj 1.5.202.1: #111075# add since tag

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [a7a03d7f8fe0e1121bbbb5c4f91690b5a4d5ab7a]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/06/30 14:56:42 od 1.1.2.1: #i28701# - new class <SwMovedFwdFrmsByObjPos> for the new object positioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d3150b52e08af65e2f0ad151ed83adc6ed0690d]

        INTEGRATION: CWS insight01 (1.6.202); FILE MERGED 2004/07/06 09:13:37 oj 1.6.202.2: RESYNC: (1.6-1.7); FILE MERGED 2004/02/18 07:22:56 oj 1.6.202.1: #i25414# new properties for database location

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [56a12eeb081f920fb5632fcafbda448872d42988]

        INTEGRATION: CWS swobjpos04 (1.1.1.1.730); FILE MERGED 2004/06/30 14:58:57 od 1.1.1.1.730.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f26d6a2f3ca3b2d446b56fef42ab94e169588506]

        INTEGRATION: CWS drawearesource2 (1.1.4); FILE ADDED 2004/07/28 12:36:10 cl 1.1.4.1: #i31376# added strings for translation

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfb55d283409388118b9c3b86ae81321ce6cb9f6]

        INTEGRATION: CWS insight01 (1.3.182); FILE MERGED 2004/07/06 09:12:46 oj 1.3.182.2: RESYNC: (1.3-1.4); FILE MERGED 2004/02/18 07:22:55 oj 1.3.182.1: #i25414# new properties for database location

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [0112b8fe2494e1602690d9923cfeefbbafdc4bde]

        INTEGRATION: CWS swobjpos04 (1.7.194); FILE MERGED 2004/07/13 01:32:25 od 1.7.194.3: RESYNC: (1.7-1.8); FILE MERGED 2004/07/02 14:56:33 od 1.7.194.2: #i28701# - further adjustments for the new object positioning 2004/06/30 14:58:57 od 1.7.194.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ade9ac3e0a6b27a5e9e56526cf993411dbc6033d]

        INTEGRATION: CWS drawearesource2 (1.1.4); FILE ADDED 2004/07/28 14:09:50 cl 1.1.4.2: fixed string 2004/07/28 12:36:10 cl 1.1.4.1: #i31376# added strings for translation

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [5a492112cb6766cf89e1b48c2a13068b9b9c07be]

        INTEGRATION: CWS swobjpos04 (1.4.516); FILE MERGED 2004/06/30 14:58:56 od 1.4.516.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 13:27:05 od 1.4.516.2: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 13:00:57 od 1.4.516.1: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [851a084680b18a08d30a3d443f39212f9aaae051]

        INTEGRATION: CWS drawearesource2 (1.1.4); FILE ADDED 2004/07/28 12:36:09 cl 1.1.4.1: #i31376# added strings for translation

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [b289a755c1dab93416f6c7f9d49628c531e1fe3c]

        INTEGRATION: CWS swobjpos04 (1.14.112); FILE MERGED 2004/07/02 14:56:33 od 1.14.112.4: #i28701# - further adjustments for the new object positioning 2004/06/30 14:58:56 od 1.14.112.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 13:27:04 od 1.14.112.2: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 13:00:57 od 1.14.112.1: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [4d06ea7d8c917f1cb7255afe2515fc4dfae13dff]

        INTEGRATION: CWS swobjpos04 (1.36.58); FILE MERGED 2004/08/02 11:09:13 od 1.36.58.7: RESYNC: (1.38-1.39); FILE MERGED resolve merge conflict. 2004/07/13 01:31:09 od 1.36.58.6: RESYNC: (1.36-1.38); FILE MERGED 2004/07/07 07:39:35 od 1.36.58.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:56:33 od 1.36.58.4: #i28701# - further adjustments for the new object positioning 2004/06/30 14:58:56 od 1.36.58.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/24 13:00:57 od 1.36.58.2: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects 2004/05/07 15:23:02 od 1.36.58.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c90af9a32eefae41b2a35f3c8c9601d07a99a8a5]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/07/27 12:15:00 oj 1.1.2.6: oob in odb 2004/07/26 14:21:14 oj 1.1.2.5: change extension of file format 2004/04/13 12:18:56 oj 1.1.2.4: change URL pattern for database 2004/02/20 11:56:14 oj 1.1.2.3: #i20311# file open entries for the db file format 2004/02/17 08:43:28 oj 1.1.2.2: #111075# new type detection for starbase 2004/02/13 07:44:28 oj 1.1.2.1: #111075# new type detection for starbase

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8982f598741cf308b68d1b4ae3e1e25969c8a43c]

        INTEGRATION: CWS drawearesource2 (1.1.4); FILE ADDED 2004/07/28 12:36:08 cl 1.1.4.1: #i31376# added strings for translation

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [78f66339ff1d8b471cbf6fbc8155c6bc25538e5f]

        INTEGRATION: CWS swobjpos04 (1.6.112); FILE MERGED 2004/07/23 13:07:27 od 1.6.112.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:56:33 od 1.6.112.4: #i28701# - further adjustments for the new object positioning 2004/06/30 14:58:56 od 1.6.112.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 13:27:04 od 1.6.112.2: #i28701# - further adjustments for the new positioning of floating 	   screen objects. 2004/05/24 13:00:56 od 1.6.112.1: #i28701# - usage of new class <SwSortedObjs>          - adjustments for the new positioning of floating screen objects

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ddb8ae1b1d854e60c67dddb214637efcad0295f]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/13 07:44:16 oj 1.1.2.1: #111075# new type detection for starbase

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [54b98fae6530e75d67bb585faad63879f38c49ef]

        INTEGRATION: CWS swobjpos04 (1.10.126); FILE MERGED 2004/07/23 13:07:26 od 1.10.126.4: #i28701# - further adjustments for the new object positioning algorithm 2004/07/13 01:32:05 od 1.10.126.3: RESYNC: (1.10-1.13); FILE MERGED resolve merge conflict. 2004/07/02 14:56:32 od 1.10.126.2: #i28701# - further adjustments for the new object positioning 2004/06/30 14:58:55 od 1.10.126.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1687ef64eb0d62c25be5fa77bc02517a85e55df0]

        INTEGRATION: CWS insight01 (1.1.2); FILE ADDED 2004/02/20 11:56:40 oj 1.1.2.1: #i20311# file open entries for the db file format

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2f6a13b5b01b4f94b5b8d9b057a9fe2b238a5090]

        INTEGRATION: CWS swobjpos04 (1.5.58); FILE MERGED 2004/06/30 14:58:55 od 1.5.58.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [45193f342dbb755f4f819d8b686bf3cfbb7db72b]

        INTEGRATION: CWS insight01 (1.2.10); FILE MERGED 2004/02/20 11:56:15 oj 1.2.10.2: #i20311# file open entries for the db file format 2004/02/13 07:45:08 oj 1.2.10.1: #111075# new type detection for starbase

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a588a97a4b6bdde07e6439cc2851083634aec91]

        INTEGRATION: CWS drawearesource2 (1.1.4); FILE ADDED 2004/07/28 12:36:07 cl 1.1.4.1: #i31376# added strings for translation

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6c879b80c9cde09bfb816278e0bec01063d1534]

        INTEGRATION: CWS drawearesource2 (1.13.22); FILE MERGED 2004/07/28 12:36:06 cl 1.13.22.1: #i31376# added strings for translation

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [3e5fb9a289b89fff5a71e1803af8ac302d424c3d]

        INTEGRATION: CWS swobjpos04 (1.21.32); FILE MERGED 2004/06/30 14:53:37 od 1.21.32.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:48:37 od 1.21.32.3: #i28701# - correct comment 2004/05/24 15:31:21 od 1.21.32.2: RESYNC: (1.21-1.22); FILE MERGED 2004/05/24 12:48:11 od 1.21.32.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [c3da1982d49599285c6a0decd1b54590395f4e0e]

        INTEGRATION: CWS swobjpos04 (1.29.110); FILE MERGED 2004/07/16 14:55:20 od 1.29.110.5: #i28701# - further adjustments for the new object positioning 2004/07/13 01:30:49 od 1.29.110.4: RESYNC: (1.29-1.31); FILE MERGED resolve merge conflicts. 2004/06/30 14:53:36 od 1.29.110.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:49:28 od 1.29.110.2: #i28701# - no format of Writer fly frames or its anchor frame. 2004/05/24 12:48:10 od 1.29.110.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [403e7fee25e47edbf1624504523dff1382e7ca7f]

        INTEGRATION: CWS swobjpos04 (1.18.110); FILE MERGED 2004/07/16 14:55:19 od 1.18.110.4: #i28701# - further adjustments for the new object positioning 2004/07/13 01:30:40 od 1.18.110.3: RESYNC: (1.18-1.20); FILE MERGED resolve merge conflicts. 2004/06/30 14:53:36 od 1.18.110.2: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:49:28 od 1.18.110.1: #i28701# - no format of Writer fly frames or its anchor frame.

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [0a3117f5529c5d82502da598bd2c5c604bcf3801]

        INTEGRATION: CWS swobjpos04 (1.13.226); FILE MERGED 2004/07/02 14:55:02 od 1.13.226.4: #i28701# - further adjustments for the new object positioning 2004/06/30 15:02:16 od 1.13.226.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:47:44 od 1.13.226.2: #i28701# - correct comment 2004/05/24 12:47:36 od 1.13.226.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [4a56d27df445ab944a603a2c0a9856a2ed18a784]

        INTEGRATION: CWS swobjpos04 (1.25.126); FILE MERGED 2004/07/16 14:54:02 od 1.25.126.8: #i28701# - further adjustments for the new object positioning 2004/07/13 01:27:51 od 1.25.126.7: RESYNC: (1.25-1.27); FILE MERGED resolve merge conflicts. 2004/07/12 07:54:43 od 1.25.126.6: #i28701# - further adjustments for the new object positioning algorithm 2004/07/07 07:37:22 od 1.25.126.5: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:55:02 od 1.25.126.4: #i28701# - further adjustments for the new object positioning 2004/06/30 15:02:15 od 1.25.126.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:47:43 od 1.25.126.2: #i28701# - correct comment 2004/05/24 12:47:36 od 1.25.126.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [01221fa1175fcf190cc36ad7d17a40b763ec7f25]

        INTEGRATION: CWS swobjpos04 (1.40.16); FILE MERGED 2004/07/13 01:25:11 od 1.40.16.4: RESYNC: (1.40-1.42); FILE MERGED resolve merge conflict 2004/07/07 07:36:04 od 1.40.16.3: #i28701# - remove test code 2004/06/30 14:55:06 od 1.40.16.2: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/02 13:50:12 pb 1.40.16.1: fix: #i28702# new flag for consider wrapping style

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [7c03a9a9e54e079db1302455a8568a15f2709363]

        INTEGRATION: CWS swobjpos04 (1.17.168); FILE MERGED 2004/07/13 01:25:04 od 1.17.168.5: RESYNC: (1.17-1.21); FILE MERGED 2004/06/30 14:55:06 od 1.17.168.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:46:16 od 1.17.168.3: #i28701# - correct comment 2004/05/24 12:47:14 od 1.17.168.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:22:37 od 1.17.168.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [65596bec3404f2b63a09f0f2388539195e0a76d2]

        INTEGRATION: CWS swobjpos04 (1.9.218); FILE MERGED 2004/07/13 01:23:36 od 1.9.218.5: RESYNC: (1.9-1.10); FILE MERGED 2004/06/30 14:55:05 od 1.9.218.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:46:16 od 1.9.218.3: #i28701# - correct comment 2004/05/24 12:47:13 od 1.9.218.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:22:37 od 1.9.218.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [376f25585d4095f8a1845ccc06d63edc448e71b9]

        INTEGRATION: CWS swobjpos04 (1.2.58); FILE MERGED 2004/07/13 01:23:19 od 1.2.58.2: RESYNC: (1.2-1.4); FILE MERGED resolve merge conflict. 2004/06/30 14:55:05 od 1.2.58.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [35bded1ca9972a1ae82c2d94e62efeb4950b5c5e]

        INTEGRATION: CWS swobjpos04 (1.46.32); FILE MERGED 2004/08/02 11:06:08 od 1.46.32.4: RESYNC: (1.47-1.48); FILE MERGED resolve merge conflicts. 2004/07/02 14:53:37 od 1.46.32.3: #i28701# - further adjustments for the new object positioning 2004/05/24 15:28:23 od 1.46.32.2: RESYNC: (1.46-1.47); FILE MERGED 2004/05/07 15:26:36 od 1.46.32.1: #i28701# - extend static attribute pool by new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [917ba9bb6c2fdfb151d910c3316c8628f252c414]

        INTEGRATION: CWS swobjpos04 (1.3.168); FILE MERGED 2004/05/07 15:20:39 od 1.3.168.1: #i28701# - add new source file <fmtwrapinfluenceonobjpos.cxx>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [102f2fcedf2c1e1afa532be445a6a3877053d304]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/02 14:53:20 od 1.1.2.2: #i28701# - further adjustments for the new object positioning 2004/05/07 15:17:35 od 1.1.2.1: #i28701# new attribute 'WrapInfluenceOnObjPos' - implementation of 	 class <SwFmtWrapInfluenceOnObjPos>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [21ddbf66e4ce1f518619bf07d4cdaec889922350]

        INTEGRATION: CWS swobjpos04 (1.3.522); FILE MERGED 2004/06/30 14:43:18 od 1.3.522.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:45:18 od 1.3.522.3: #i28701# - correct comment 2004/05/24 12:46:31 od 1.3.522.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:21:34 od 1.3.522.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [adce5db904e1fcb28f97782691686babd989e684]

        INTEGRATION: CWS swobjpos04 (1.4.522); FILE MERGED 2004/06/30 14:43:18 od 1.4.522.4: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/06/14 08:45:18 od 1.4.522.3: #i28701# - correct comment 2004/05/24 12:46:31 od 1.4.522.2: #i28701# - usage of new class <SwSortedObjs> 2004/05/07 15:21:33 od 1.4.522.1: #i28701# - usage of new class <SwSortedObjs>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [78040311e7619b43f9e4930f99784010d00017ae]

        INTEGRATION: CWS swobjpos04 (1.33.58); FILE MERGED 2004/06/30 15:01:05 od 1.33.58.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/24 15:27:47 od 1.33.58.2: RESYNC: (1.33-1.37); FILE MERGED resolve merge conflict. 2004/05/05 10:25:40 od 1.33.58.1: #i28701# class <ViewShell> - Introduce new compatibility option 'Consider 	 		     wrapping style on object positioning'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [106a2781a42122676281ee0282ce6e9e080a84a0]

        INTEGRATION: CWS swobjpos04 (1.91.46); FILE MERGED 2004/08/02 11:03:02 od 1.91.46.3: RESYNC: (1.93-1.94); FILE MERGED resolve merge conflict. 2004/07/13 01:02:36 od 1.91.46.2: RESYNC: (1.91-1.93); FILE MERGED resolve merge conflict. 2004/05/07 15:15:18 od 1.91.46.1: #i28701# - add uno name for new attribute 'WrapInfluenceOnPosition'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [09ee2273238ff9eddc991d7b0acaf93576b842aa]

        INTEGRATION: CWS swobjpos04 (1.32.90); FILE MERGED 2004/07/13 01:02:26 od 1.32.90.3: RESYNC: (1.32-1.33); FILE MERGED 2004/06/30 15:01:05 od 1.32.90.2: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/07 15:14:25 od 1.32.90.1: #i28701# - adjust synopsis of method <CollectFrameAtNode>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [3f7b3f9974cbfc502c2c625b7777af3d69a8c706]

        INTEGRATION: CWS swobjpos04 (1.13.692); FILE MERGED 2004/07/13 01:02:18 od 1.13.692.2: RESYNC: (1.13-1.14); FILE MERGED 2004/05/07 15:13:27 od 1.13.692.1: #i28701# - add map id define for new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8da8441085570cf932654436699633613e500eca]

        INTEGRATION: CWS swobjpos04 (1.15.90); FILE MERGED 2004/07/13 01:01:04 od 1.15.90.2: RESYNC: (1.15-1.16); FILE MERGED 2004/06/30 15:01:04 od 1.15.90.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [dfd08e5addcaeb2491cfc83b0ffbd37d0db02f21]

        INTEGRATION: CWS swobjpos04 (1.20.126); FILE MERGED 2004/05/07 15:11:48 od 1.20.126.1: #i28701# class <SwAttrSet> - add accessor for new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [af78deb41a714d597e5243a4ec64c283d53bdb68]

        INTEGRATION: CWS swobjpos04 (1.25.126); FILE MERGED 2004/08/02 11:01:05 od 1.25.126.2: RESYNC: (1.25-1.26); FILE MERGED resolve merge conflict. 2004/05/07 15:12:34 od 1.25.126.1: #i28701# - add which id define for new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [24ea26b4647a2c8bc475421df23d38a5fde69ba7]

        INTEGRATION: CWS swobjpos04 (1.21.126); FILE MERGED 2004/05/07 15:10:48 od 1.21.126.1: #i28701# class <SwFmt> - add accessor for new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [71d843c8b9c6ed7764a0c7b52427b84ef87153cc]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/07/02 14:52:48 od 1.1.2.2: #i28701# - further adjustments for the new object positioning 2004/05/07 15:07:53 od 1.1.2.1: #i28701# - new attribute 'WrapInfluenceOnObjPos'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [5b387071c3ed6e991a64151c08588ad4f990a0ff]

        INTEGRATION: CWS swobjpos04 (1.5.170); FILE MERGED 2004/05/07 15:09:31 od 1.5.170.1: #i28701# class <SwFmtAnchor> - introduce new member <mnOrder>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8466ad25f6202b8f8f6bf8a8b337e6e725ccf123]

        INTEGRATION: CWS swobjpos04 (1.66.14); FILE MERGED 2004/07/13 00:58:24 od 1.66.14.4: RESYNC: (1.69-1.77); FILE MERGED 2004/06/30 15:00:53 od 1.66.14.3: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning 2004/05/24 15:24:44 od 1.66.14.2: RESYNC: (1.66-1.69); FILE MERGED resolve merge conflicts. 2004/05/05 10:24:41 od 1.66.14.1: #i28701# class <SwDoc> - Introduce new compatibility option 'Consider 	 		 wrapping style on object positioning'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [29b7b7413cf7e819ce9d80ebafaa360f29a62397]

        INTEGRATION: CWS swobjpos04 (1.9.126); FILE MERGED 2004/07/07 07:34:17 od 1.9.126.3: #i28701# - further adjustments for the new object positioning algorithm 2004/07/02 14:52:48 od 1.9.126.2: #i28701# - further adjustments for the new object positioning 2004/06/30 15:00:53 od 1.9.126.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8b26653a4246b834cc0c60e4ad5112d70657d2f3]

        INTEGRATION: CWS swobjpos04 (1.2.58); FILE MERGED 2004/07/13 00:58:05 od 1.2.58.2: RESYNC: (1.2-1.4); FILE MERGED 2004/06/30 15:00:52 od 1.2.58.1: #i28701# - merge changes of cws swdrawpositioning 	 - further adjustments for the new object positioning

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [e9e91e2323423fc424fe14f5d0eead9ac209bd48]

        INTEGRATION: CWS swobjpos04 (1.6.18); FILE MERGED 2004/06/02 13:44:58 pb 1.6.18.1: fix: #i28702# new flag for consider wrapping style

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [6dbefb6b4b05e8e080d75743bf7f1406f1bebbe9]

        INTEGRATION: CWS swobjpos04 (1.37.122); FILE MERGED 2004/05/07 15:01:45 od 1.37.122.1: #i28701# - adjust for new idl file <WrapInfluenceOnPosition.idl>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8e14cae1224baa0e8aeab098c2971c04c4dcbf25]

        INTEGRATION: CWS swobjpos04 (1.1.2); FILE ADDED 2004/05/07 14:56:20 od 1.1.2.1: #i28701# - new constants for new attribute 'WrapInfluenceOnPosition'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2ce8c6a438859723782f882c068592b133969a2e]

        INTEGRATION: CWS swobjpos04 (1.5.324); FILE MERGED 2004/07/12 19:57:34 od 1.5.324.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/07 15:00:39 od 1.5.324.1: #i28701# - add new optional property <WrapInfluenceOnPosition>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [869dc3f3918165c6757c30abcf50bfcba92aa7f3]

        INTEGRATION: CWS swobjpos04 (1.9.48); FILE MERGED 2004/07/12 19:48:54 od 1.9.48.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/07 14:58:59 od 1.9.48.1: #i28701# - add new optional property <ConsiderTextWrapOnObjPos>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [c6e2140d82c6e3d803c435fc9d78b06b9188591f]

        INTEGRATION: CWS swobjpos04 (1.3.402); FILE MERGED 2004/07/12 19:43:49 od 1.3.402.2: RESYNC: (1.3-1.5); FILE MERGED 2004/05/07 15:00:01 od 1.3.402.1: #i28701# - add new optional property <WrapInfluenceOnPosition>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [b8316314ee85b2248728c67420a81b810f353c05]

        INTEGRATION: CWS swobjpos04 (1.75.72); FILE MERGED 2004/08/02 10:58:28 od 1.75.72.5: RESYNC: (1.78-1.81); FILE MERGED resolve merge conflicts. 2004/07/12 13:39:50 od 1.75.72.4: RESYNC: (1.76-1.78); FILE MERGED 2004/06/30 12:33:06 od 1.75.72.3: #i28701# - merging changes of cws swdrawpositioning 2004/05/24 15:22:13 od 1.75.72.2: RESYNC: (1.75-1.76); FILE MERGED 2004/05/07 14:49:34 od 1.75.72.1: #i28701# - add property mappings for new attribute 'WrapInfluenceOnPosition'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [09c395f0a99a236067fb742bba3c1551e8a2e9c6]

        INTEGRATION: CWS swobjpos04 (1.24.66); FILE MERGED 2004/08/02 10:45:06 od 1.24.66.2: RESYNC: (1.24-1.26); FILE MERGED resolve merge conflict. 2004/05/07 14:48:36 od 1.24.66.1: #i28701# - add contants property handler for new attribute 'WrapInfluenceOnPosition'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [64f5a31b0435ef5b2d45edfb296b01d64eb8b52c]

        INTEGRATION: CWS swobjpos04 (1.56.20); FILE MERGED 2004/08/02 10:40:49 od 1.56.20.3: RESYNC: (1.60-1.63); FILE MERGED resolve merge conflict. 2004/07/12 13:29:37 od 1.56.20.2: RESYNC: (1.56-1.60); FILE MERGED resolve merge conflict. 2004/05/07 14:47:19 od 1.56.20.1: #i28701# add tokens for new attribute 'WrapInfluenceOnPosition'

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [358dc8b0036c4534b90a38618002c55963b62279]

        INTEGRATION: CWS swobjpos04 (1.37.12); FILE MERGED 2004/07/12 13:23:50 od 1.37.12.2: RESYNC: (1.37-1.38); FILE MERGED resolve merge conflict. 2004/06/02 13:54:20 pb 1.37.12.1: fix: #i28702# global get writer compatibility version

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [89b10102f71e09796d9c94a6124e4f83b8960b7d]

        INTEGRATION: CWS swobjpos04 (1.15.12); FILE MERGED 2004/06/02 13:54:09 pb 1.15.12.1: fix: #i28702# global get writer compatibility version

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [95ff589552ea2c9eadcc4acb81e77241b5945913]

        #i10000# Bugfix by IS

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [10eeb168b8c6a7f336bd45bcdc60018fcdac9794]

        INTEGRATION: CWS os35 (1.4.84); FILE MERGED 2004/07/22 10:07:53 dr 1.4.84.6: #i31872# missing strings in Writer 2004/07/15 18:13:33 dr 1.4.84.5: RESYNC: (1.4-1.5); FILE MERGED 2004/07/06 13:24:18 os 1.4.84.4: #i30407# Picture instead of Graphic 2004/07/06 06:29:50 os 1.4.84.3: #i29875# table menu popups added 2004/06/30 12:01:02 os 1.4.84.2: #i29875# name object -> name group 2004/06/30 10:52:50 os 1.4.84.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [70d41f09a62a3c6c7d5f170b9e753a300c5d0996]

        INTEGRATION: CWS os35 (1.7.18); FILE MERGED 2004/07/22 10:07:52 dr 1.7.18.6: #i31872# missing strings in Writer 2004/07/19 09:19:01 dr 1.7.18.5: #i30271# standard for hor. and vert. alignment 2004/07/15 18:12:34 dr 1.7.18.4: RESYNC: (1.7-1.9); FILE MERGED 2004/07/12 16:21:43 cd 1.7.18.3: #i31348# New popup menu controller for recent file list implementation 2004/07/01 14:24:11 os 1.7.18.2: #i29875# generic alignment commands added 2004/06/30 10:52:50 os 1.7.18.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [e91e59da04fe00e6df56d70fd914c2743e5bb0e9]

        INTEGRATION: CWS os35 (1.4.86); FILE MERGED 2004/07/22 15:18:57 dr 1.4.86.5: #i31835# it's Folienlayout... 2004/07/22 09:41:23 dr 1.4.86.4: #i31835# 'modify layout' -> 'slide layout' 2004/07/15 18:12:05 dr 1.4.86.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/30 12:01:52 os 1.4.86.2: #i30407# Modify->Layer 2004/06/30 10:52:26 os 1.4.86.1: #i30407# format menu changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1089bf7518a860464071540e322cc968e7bd83e4]

        INTEGRATION: CWS os35 (1.4.84); FILE MERGED 2004/07/17 13:14:47 dr 1.4.84.5: #112292# print range images 2004/07/16 23:23:22 dr 1.4.84.4: #i20500# merge cells toolbar button 2004/07/15 18:11:21 dr 1.4.84.3: RESYNC: (1.4-1.5); FILE MERGED 2004/07/12 17:27:09 dr 1.4.84.2: #i20340# redesigned Calc View menu 2004/07/01 05:30:13 os 1.4.84.1: #i30271#  format menu filled

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [153acc76067b451e6dbc6bfd856e289a5f80945e]

        #i10000# Needed for windows native installers (IS)

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8d9ef4357bd1ba29dfc079e8e253022bea291e7a]

        INTEGRATION: CWS os35 (1.3.86); FILE MERGED 2004/07/15 18:22:08 dr 1.3.86.2: RESYNC: (1.3-1.5); FILE MERGED 2004/06/29 13:42:41 os 1.3.86.1: #i29875# customization of the format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [754a07f267cb481dfbf352392caadf2ed49a7b49]

        INTEGRATION: CWS os35 (1.91.2); FILE MERGED 2004/07/15 18:16:26 dr 1.91.2.2: RESYNC: (1.91-1.94); FILE MERGED 2004/07/12 16:21:44 cd 1.91.2.1: #i31348# New popup menu controller for recent file list implementation

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [170538dc2193ef742716075245ecfd8f23748e0a]

        INTEGRATION: CWS os35 (1.3.52); FILE MERGED 2004/07/15 18:11:45 dr 1.3.52.3: RESYNC: (1.3-1.4); FILE MERGED 2004/07/12 16:21:42 cd 1.3.52.2: #i31348# New popup menu controller for recent file list implementation 2004/06/30 10:52:49 os 1.3.52.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [d668b3a96164ff94bd358b868832963d2da4bbe4]

        INTEGRATION: CWS os35 (1.4.12); FILE MERGED 2004/07/15 20:12:42 dr 1.4.12.3: RESYNC: (1.4-1.5); FILE MERGED 2004/07/14 10:15:42 tl 1.4.12.2: #i31459# new view menu order according to view-menu specification 2004/07/12 16:25:34 cd 1.4.12.1: #i31348# Recent file list is now a popup menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8b24e0d4c834abd14359ea0f92bcc74019d4c26c]

        INTEGRATION: CWS os35 (1.34.296); FILE MERGED 2004/07/15 16:32:24 dr 1.34.296.2: RESYNC: (1.34-1.35); FILE MERGED 2004/06/30 12:10:00 os 1.34.296.1: #i29875# dialog titles changed to conform format menu entries

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [48040217cfcfe25d0c3ed75114b4a76e0fb25b91]

        INTEGRATION: CWS os35 (1.49.98); FILE MERGED 2004/07/17 13:34:52 dr 1.49.98.4: #i30271# 'any alignment' items not for toolbars 2004/07/15 16:16:26 dr 1.49.98.3: RESYNC: (1.49-1.50); FILE MERGED 2004/07/13 15:04:45 dr 1.49.98.2: #i30271# new Calc Format menu 2004/07/02 13:16:10 os 1.49.98.1: #i29875# generic alignment commands added

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [c657ff01866b25e730ce503dcc0e249c575b8d65]

        INTEGRATION: CWS os35 (1.79.12); FILE MERGED 2004/07/20 10:59:37 dr 1.79.12.5: #i10000# merge error 2004/07/16 13:58:45 dr 1.79.12.4: #i10000# merge error 2004/07/15 15:44:28 dr 1.79.12.3: RESYNC: (1.79-1.81); FILE MERGED 2004/07/14 15:07:34 os 1.79.12.2: #i29875# formatmenucontroller removed 2004/07/12 16:18:57 cd 1.79.12.1: #i31348# New popup menu controller for recent file list

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [096e7f72a6ad32ec546748545aabfce4e82e312d]

        INTEGRATION: CWS os35 (1.3.12); FILE MERGED 2004/07/12 16:18:39 cd 1.3.12.1: #i31348# Recent file list is now a popup menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [40fb8e4cac5ad18d15b0d2e68daec88ccc22bad6]

        INTEGRATION: CWS os35 (1.2.60); FILE MERGED 2004/07/15 15:42:40 dr 1.2.60.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/29 13:45:06 os 1.2.60.1: #i29875# join from cws docking1; additional property ContextLabel to support differing labels in menues

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [35b3983de5cdf7d5b447876633b5fabca6382d13]

        INTEGRATION: CWS os35 (1.1.2); FILE ADDED 2004/07/14 05:33:11 os 1.1.2.2: #i31348# throw statement added 2004/07/12 16:15:30 cd 1.1.2.1: #i31348# New popup menu controller for recent file list

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [136fd1bba7dd09c5a362195a27a1a4efbf044562]

        INTEGRATION: CWS os35 (1.3.34); FILE MERGED 2004/07/12 16:17:54 cd 1.3.34.1: #i31348# New popup menu controller for recent file list

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [7be3f1a563b40364f5a4cbd09e266b567f460c05]

        INTEGRATION: CWS os35 (1.6.12); FILE MERGED 2004/07/15 15:41:47 dr 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2004/07/12 16:17:52 cd 1.6.12.1: #i31348# New popup menu controller for recent file list

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [d1575021ea86c23bda023a045283cf94447c8736]

        INTEGRATION: CWS os35 (1.3.18); FILE MERGED 2004/07/15 15:41:40 dr 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2004/07/12 16:17:52 cd 1.3.18.2: #i31348# New popup menu controller for recent file list 2004/06/29 13:45:54 os 1.3.18.1: #i29875# formatmenucontroller.cxx removed - no automatic format menu anymore

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [525c4a9c23ef5f1032058163cce71dfdfa4f7eda]

        INTEGRATION: CWS os35 (1.21.12); FILE MERGED 2004/07/15 15:38:24 dr 1.21.12.3: RESYNC: (1.21-1.22); FILE MERGED 2004/07/12 16:17:02 cd 1.21.12.2: #i31348# New popup menu controller for recent file list 2004/06/29 13:47:08 os 1.21.12.1: #i29875# formatmenucontroller.cxx removed - no automatic format menu anymore

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [380f8d4a8f8ca285239c3d2e210b360368dbaa9c]

        INTEGRATION: CWS os35 (1.17.8); FILE MERGED 2004/07/16 13:56:37 dr 1.17.8.3: #i10000# merge error 2004/07/15 15:37:23 dr 1.17.8.2: RESYNC: (1.17-1.21); FILE MERGED 2004/07/12 16:16:34 cd 1.17.8.1: #i31348# New popup menu controller for recent file list

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [655fd492ba2ff0b66ed0798c0f52ca45d804daae]

        INTEGRATION: CWS os35 (1.1.2); FILE ADDED 2004/07/12 16:14:39 cd 1.1.2.1: #i31348# New popup menu controller for recent file list

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [58ef731d68f8f6413e00d5fe60ee9bf4e05783a8]

        INTEGRATION: CWS os35 (1.8.10); FILE MERGED 2004/07/15 15:31:19 dr 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/12 16:16:17 cd 1.8.10.1: #i31348# New popup menu controller for recent file list

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [b886decb4559e5e5189ac28889b7d85f31ac98cb]

        INTEGRATION: CWS os35 (1.21.12); FILE MERGED 2004/07/15 15:31:03 dr 1.21.12.2: RESYNC: (1.21-1.22); FILE MERGED 2004/07/12 16:15:05 cd 1.21.12.1: #i31348# New popup menu controller for recent file list

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [755663e2de23c8e89c892050d6a9154e0966f368]

        INTEGRATION: CWS os35 (1.1.92); FILE MERGED 2004/07/14 10:29:26 cd 1.1.92.1: #i10000# Made some necessary changes advised by hr

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [7d033d2dd09b6f99b889a8d1439c576faf2a3bcd]

        INTEGRATION: CWS os35 (1.5.18); FILE MERGED 2004/07/15 19:44:08 dr 1.5.18.7: RESYNC: (1.5-1.6); FILE MERGED 2004/07/12 16:25:46 cd 1.5.18.6: #i31348# Recent file list is now a popup menu 2004/07/08 09:21:52 os 1.5.18.5: #i30639# view menu changed 2004/07/05 05:54:48 os 1.5.18.4: #i29875# text-to-table removed from tools menu 2004/07/02 11:06:46 os 1.5.18.3: #i29875# generic alignment commands supported 2004/06/30 11:52:56 os 1.5.18.2: #i29875# #i30444# FormatMenu and TableMenu impl./changed 2004/06/30 10:49:45 os 1.5.18.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [9aea86dface572bede3dafce6d562b2f5dde1a06]

        INTEGRATION: CWS os35 (1.5.18); FILE MERGED 2004/07/15 19:40:26 dr 1.5.18.7: RESYNC: (1.5-1.6); FILE MERGED 2004/07/12 16:25:46 cd 1.5.18.6: #i31348# Recent file list is now a popup menu 2004/07/08 09:21:52 os 1.5.18.5: #i30639# view menu changed 2004/07/05 05:54:48 os 1.5.18.4: #i29875# text-to-table removed from tools menu 2004/07/02 11:06:45 os 1.5.18.3: #i29875# generic alignment commands supported 2004/06/30 11:52:56 os 1.5.18.2: #i29875# #i30444# FormatMenu and TableMenu impl./changed 2004/06/30 10:49:44 os 1.5.18.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [88e7996ebe0b03f60bf01adba792bdbcb3149707]

        INTEGRATION: CWS os35 (1.5.18); FILE MERGED 2004/07/15 19:36:39 dr 1.5.18.7: RESYNC: (1.5-1.6); FILE MERGED 2004/07/12 16:25:45 cd 1.5.18.6: #i31348# Recent file list is now a popup menu 2004/07/08 09:21:51 os 1.5.18.5: #i30639# view menu changed 2004/07/05 05:54:47 os 1.5.18.4: #i29875# text-to-table removed from tools menu 2004/07/02 11:06:44 os 1.5.18.3: #i29875# generic alignment commands supported 2004/06/30 11:52:55 os 1.5.18.2: #i29875# #i30444# FormatMenu and TableMenu impl./changed 2004/06/30 10:49:43 os 1.5.18.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1edf6e29e3719efdfd4fd33b4b90f122bdc1a76e]

        INTEGRATION: CWS os35 (1.19.572); FILE MERGED 2004/06/30 10:49:43 os 1.19.572.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2b38aadbc1f467bb89d72556e721cef626690458]

        INTEGRATION: CWS os35 (1.4.214); FILE MERGED 2004/06/30 10:49:42 os 1.4.214.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [50a29306b24a721fde33aa69f7d3e6e765a256d8]

        INTEGRATION: CWS os35 (1.3.572); FILE MERGED 2004/06/30 10:49:42 os 1.3.572.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [41fc7fbbd2efef2fd469560563dd0df0d60f9b22]

        INTEGRATION: CWS os35 (1.3.572); FILE MERGED 2004/06/30 10:49:41 os 1.3.572.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [50d2b0bd4f9ba0bb9f7c8e4d479ddf810e38a998]

        INTEGRATION: CWS os35 (1.22.142); FILE MERGED 2004/07/16 20:59:58 dr 1.22.142.2: #i10000# merge error 2004/07/02 11:02:01 os 1.22.142.1: #i29875# generic alignment commands supported

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d9f562044c1f26f61888faf7d4e27bbc9c4c9b6]

        INTEGRATION: CWS swqbugfixes04 (1.51.60); FILE MERGED 2004/07/23 04:16:13 pb 1.51.60.1: fix: #i31553# use the correct item name in SvxStyleBox_Impl::Select()

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [35284fcf4f91630d6fc30a617293f5344b7cdbdb]

        INTEGRATION: CWS os35 (1.47.50); FILE MERGED 2004/07/16 20:59:58 dr 1.47.50.2: #i10000# merge error 2004/07/02 11:02:00 os 1.47.50.1: #i29875# generic alignment commands supported

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [286b91ebca0eb1922c391e691d8392e3463160b7]

        INTEGRATION: CWS os35 (1.26.80); FILE MERGED 2004/07/15 19:30:18 dr 1.26.80.2: RESYNC: (1.26-1.27); FILE MERGED 2004/07/06 11:46:33 os 1.26.80.1: #i30444# default to insert table is now 2 rows/2 columns

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [db161557bd19834af3739fcf50d83f2b99a79205]

        INTEGRATION: CWS os35 (1.40.58); FILE MERGED 2004/06/30 10:49:41 os 1.40.58.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7510b54a6f9fc7d6416fab2dfa43575a605fac43]

        INTEGRATION: CWS swqbugfixes04 (1.36.206); FILE MERGED 2004/07/23 08:35:43 pb 1.36.206.1: fix: #i31896# filesave dialog with autoextension

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec9caccf23322ecfac3cf6bb656fad6e13569bb9]

        INTEGRATION: CWS swqbugfixes04 (1.15.18); FILE MERGED 2004/07/27 09:42:31 fme 1.15.18.2: RESYNC: (1.15-1.17); FILE MERGED 2004/07/14 07:47:33 od 1.15.18.1: #i30451# <SwDrawBaseShell::Execute(..)> - start and end undo for execute 	 of the format dialog.

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [6af0cc85b337629c3cc8c3d40550c96a49e6c9e8]

        INTEGRATION: CWS os35 (1.35.54); FILE MERGED 2004/06/30 10:49:40 os 1.35.54.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4940d1858d7c885e0b8c059839e8ee2746719f01]

        INTEGRATION: CWS swqbugfixes04 (1.58.20); FILE MERGED 2004/07/19 07:56:26 od 1.58.20.1: #i31564# - correct positions of GUI-objects introduced by incorrect 	   merge of cws mergebuild into SRC680m46

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [61a4f9d8fc13dc83b2768acdf21cd0200329e418]

        INTEGRATION: CWS swqbugfixes04 (1.75.20); FILE MERGED 2004/07/19 12:04:21 fme 1.75.20.2: #i31490# Correction - No CalcFitToCntnt if frame is _locked_ 2004/07/16 08:09:55 fme 1.75.20.1: #i31490# Lock the text frame during CalcFitToContent

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [98711e0ab9157590dc7ea197c7e7b4751ecbd290]

        INTEGRATION: CWS os35 (1.29.52); FILE MERGED 2004/07/15 05:50:30 os 1.29.52.3: #30444# heading row repeat state corrected 2004/07/06 12:53:15 os 1.29.52.2: #i30444# heading repeat with checkmark 2004/06/30 10:49:40 os 1.29.52.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [fe8e85b7053e2646619acbb85ec60b42f37a469d]

        INTEGRATION: CWS os35 (1.42.92); FILE MERGED 2004/07/15 19:29:23 dr 1.42.92.2: RESYNC: (1.42-1.43); FILE MERGED 2004/06/30 11:53:41 os 1.42.92.1: #i29875# dialog titles changed to conform format menu entries

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f81837d90e669fe258a8bffe3461c9264eac8e5]

        INTEGRATION: CWS swqbugfixes04 (1.45.20); FILE MERGED 2004/07/14 11:26:52 fme 1.45.20.1: #i20505# Do not consider oversized objects during text formatting

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [38d75bdde597044a5aef727a02ac29f5e0a20ffb]

        INTEGRATION: CWS os35 (1.3.572); FILE MERGED 2004/06/30 10:49:40 os 1.3.572.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [662e2d9ac80bce1e165fdbc6cce17dad80e3e820]

        INTEGRATION: CWS swqbugfixes04 (1.84.50); FILE MERGED 2004/07/12 14:23:19 od 1.84.50.2: RESYNC: (1.84-1.85); FILE MERGED 2004/06/22 13:01:52 fme 1.84.50.1: #i30557# WhichFirstPortion: Grid kerning portion and automatic centered tab portion problem

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [b5c4a39502d00f3b45dd61b95fb7964d1cd77d1e]

        INTEGRATION: CWS os35 (1.6.166); FILE MERGED 2004/06/30 10:49:40 os 1.6.166.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddbdeda34888eef04b4f403adff6c56153267596]

        INTEGRATION: CWS swqbugfixes04 (1.50.20); FILE MERGED 2004/07/22 13:04:21 fme 1.50.20.1: #i10826# Keep - sections - footnotes - One of the most evil combinations

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [97337b711e54cff92e2d0202d191ee897a758ed8]

        INTEGRATION: CWS os35 (1.16.74); FILE MERGED 2004/06/30 10:49:40 os 1.16.74.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef38232a65bf31597d2f0e558133b8e8135dae5b]

        INTEGRATION: CWS swqbugfixes04 (1.4.20); FILE MERGED 2004/07/22 10:24:27 od 1.4.20.4: #i31805# <SwToCntntAnchoredObjectPosition::CalcPosition> 	 - on negative vertical positions do not check, if bottom of 	   anchored object would fit in its environment, if it has to 	   follow the text flow. 2004/07/20 13:57:00 od 1.4.20.3: #i23512# typo error - wrong issue id 2004/07/20 13:52:23 od 1.4.20.2: #i23521# <SwToCntntAnchoredObjectPosition::CalcPosition()> 	 - correct consideration of section frames in online layout for growing 2004/07/15 08:43:37 od 1.4.20.1: #117380# <::CalcPosition()> - suppress check for paragraph portion information 	 on method call <CheckCharRectAndTopOfLine(..)>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [abca05487b9612e0e246e0ee2799802b43e8c12d]

        INTEGRATION: CWS os35 (1.13.60); FILE MERGED 2004/06/30 10:49:39 os 1.13.60.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2c83dc3eff71b2537688e0085b055997e86d1e9]

        INTEGRATION: CWS swqbugfixes04 (1.4.20); FILE MERGED 2004/07/22 10:20:47 od 1.4.20.1: #i31805# <SwAnchoredObjectPosition::_AdjustVertRelPos> 	 - handle new parameter <_bCheckBottom>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [828c4e5ff2f63e48671216f8c0b11ffdafc2bb79]

        INTEGRATION: CWS os35 (1.23.92); FILE MERGED 2004/06/30 10:49:39 os 1.23.92.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [01543c9775909a18f095fc14d6c950056f919e19]

        INTEGRATION: CWS swqbugfixes04 (1.56.20); FILE MERGED 2004/07/22 13:04:20 fme 1.56.20.3: #i10826# Keep - sections - footnotes - One of the most evil combinations 2004/07/19 08:26:21 fme 1.56.20.2: #i27399# Automatic width of columns - consider gutter calculation in FormatWidthCols 2004/07/16 12:23:07 od 1.56.20.1: #i26250# - Consider lower spacing of table in a table cell, if table is 	   the last content and corresponding document compatibility 	   option is ON

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1745b5b7474c1a3e957ea7323c7956bf3e435985]

        INTEGRATION: CWS os35 (1.6.300); FILE MERGED 2004/06/30 10:49:39 os 1.6.300.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f87d91bd36a8e88da3834e6257d5d9d534642c99]

        INTEGRATION: CWS swqbugfixes04 (1.63.20); FILE MERGED 2004/07/27 09:34:16 fme 1.63.20.3: RESYNC: (1.63-1.64); FILE MERGED 2004/07/16 12:23:07 od 1.63.20.2: #i26250# - Consider lower spacing of table in a table cell, if table is 	   the last content and corresponding document compatibility 	   option is ON 2004/07/15 11:34:59 fme 1.63.20.1: #i26831# The old problem: Table moves back and forward, invalidates surrounding section, which in turn invalidates the table etc. - Calling a SimpleFormat should help here

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [ad32184ae37d8f06e0c57afc93200e3b3aea70cb]

        INTEGRATION: CWS os35 (1.8.122); FILE MERGED 2004/06/30 10:49:39 os 1.8.122.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd42415386434b416667ef57cf4eaed25fc34d46]

        INTEGRATION: CWS swqbugfixes04 (1.34.36); FILE MERGED 2004/07/15 11:34:58 fme 1.34.36.1: #i26831# The old problem: Table moves back and forward, invalidates surrounding section, which in turn invalidates the table etc. - Calling a SimpleFormat should help here

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [44647fcbbe2ae23c53c661b9e8436c60bb56606b]

        INTEGRATION: CWS os35 (1.3.572); FILE MERGED 2004/06/30 10:49:38 os 1.3.572.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a529012b013e0d4596541bd955565a470b71e6de]

        INTEGRATION: CWS swqbugfixes04 (1.82.18); FILE MERGED 2004/07/27 09:34:06 fme 1.82.18.2: RESYNC: (1.82-1.83); FILE MERGED 2004/07/19 08:26:21 fme 1.82.18.1: #i27399# Automatic width of columns - consider gutter calculation in FormatWidthCols

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [566f588ac5246a0390190bf894d0c6d592977da9]

        INTEGRATION: CWS os35 (1.53.2); FILE MERGED 2004/07/15 19:28:58 dr 1.53.2.2: RESYNC: (1.53-1.54); FILE MERGED 2004/06/30 10:49:38 os 1.53.2.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c12cec7c286d3a7c191c47d75950175f54e90ef3]

        INTEGRATION: CWS swqbugfixes04 (1.40.20); FILE MERGED 2004/07/22 13:04:20 fme 1.40.20.3: #i10826# Keep - sections - footnotes - One of the most evil combinations 2004/07/16 12:23:07 od 1.40.20.2: #i26250# - Consider lower spacing of table in a table cell, if table is 	   the last content and corresponding document compatibility 	   option is ON 2004/07/15 11:34:58 fme 1.40.20.1: #i26831# The old problem: Table moves back and forward, invalidates surrounding section, which in turn invalidates the table etc. - Calling a SimpleFormat should help here

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [9e538217ca9ad8f80b154388fa7b77ad5523d21b]

        INTEGRATION: CWS os35 (1.31.72); FILE MERGED 2004/07/15 19:24:57 dr 1.31.72.2: RESYNC: (1.31-1.32); FILE MERGED 2004/07/01 05:34:13 os 1.31.72.1: #i29875# dialog title changed to conform format menu entries

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [25ce7d70d36f2650bd7ba230d4624a3c9f65c8be]

        INTEGRATION: CWS swqbugfixes04 (1.12.228); FILE MERGED 2004/07/19 08:26:20 fme 1.12.228.1: #i27399# Automatic width of columns - consider gutter calculation in FormatWidthCols

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [027345326948b081af7c4fe68185da2b238c0cf3]

        INTEGRATION: CWS os35 (1.18.16); FILE MERGED 2004/07/15 19:11:12 dr 1.18.16.2: RESYNC: (1.18-1.19); FILE MERGED 2004/06/30 10:49:38 os 1.18.16.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eace190c6db3f5f66c96d9375476d195e24395b0]

        INTEGRATION: CWS swqbugfixes04 (1.2.22); FILE MERGED 2004/07/15 08:37:19 od 1.2.22.2: #117380# <SwAnchoredObject::CheckCharRectAndTopOfLine(..) 	 - check for paragraph portion information, if requested. 2004/07/14 13:49:56 od 1.2.22.1: #117380# class <SwAnchoredObject> 	 - method <CheckCharRectAndTopOfLine()> - assure that text frame 	   containing the anchor character has paragraph portion info. 	 - methods <_CheckCharRect(..)> and <_CheckTopOfLine(..)> - 	   improved by second parameter <_rAnchorCharFrm>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [fe9d74daaf6d421ef47cf661d2120f07a6ed204a]

        INTEGRATION: CWS os35 (1.2.772); FILE MERGED 2004/06/30 10:49:37 os 1.2.772.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f90f8e6cc5ee42cc4dbd6b5b6562b92874d144f8]

        INTEGRATION: CWS swqbugfixes04 (1.8.52); FILE MERGED 2004/07/19 13:57:08 fme 1.8.52.1: #i27399# Automatic width of columns - consider gutter calculation in FormatWidthCols

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [ecce40c6385cc04ab6dd7ce834ea3f4c7b001bf3]

        INTEGRATION: CWS os35 (1.2.38); FILE MERGED 2004/07/16 21:54:34 dr 1.2.38.1: #i10000# merge error

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [08d438c3dc71aee3da73bfe490ec11962b87d7ee]

        INTEGRATION: CWS swqbugfixes04 (1.5.114); FILE MERGED 2004/07/16 12:23:57 od 1.5.114.1: #i26250# - new method <SwFlowFrm::CalcAddLowerSpaceAsLastInTableCell(..)>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [3da90b852858fa0d8b5e35e1accc17f2388ec6f7]

        INTEGRATION: CWS os35 (1.3.744); FILE MERGED 2004/06/30 10:49:36 os 1.3.744.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5efdabb9353504fb651f7efe57c032016083893]

        INTEGRATION: CWS swqbugfixes04 (1.5.20); FILE MERGED 2004/07/22 10:19:51 od 1.5.20.1: #i31805# <SwAnchoredObjectPosition::_AdjustVertRelPos> 	 - add 3rd parameter <_bCheckBottom>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [b8f71a90f5b02797e46c3896ef039d5916ef6b2d]

        INTEGRATION: CWS os35 (1.57.58); FILE MERGED 2004/07/15 19:22:37 dr 1.57.58.2: RESYNC: (1.57-1.58); FILE MERGED 2004/07/06 11:56:08 os 1.57.58.1: #i30407# Picture instead of Graphic

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dbc58f820ff372af4a372df0763f4a5b9f827bc]

        INTEGRATION: CWS swqbugfixes04 (1.26.18); FILE MERGED 2004/07/27 06:01:04 fme 1.26.18.1: #i31976# MakeSelUnions should consider empty cells in FollowFlowRows

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [247e31d4a140357781e9a32e7568009d9552ccff]

        INTEGRATION: CWS os35 (1.35.60); FILE MERGED 2004/07/08 09:21:51 os 1.35.60.1: #i30639# view menu changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0068420334900ff0529059b8811775dc69451c56]

        INTEGRATION: CWS swqbugfixes04 (1.27.10); FILE MERGED 2004/07/26 14:52:44 od 1.27.10.3: #i32089# <SwDrawContact::ConnectToLayout(..)> - add an assertion 2004/07/20 09:54:09 od 1.27.10.2: #i31573# <SwDrawContact::_Changed(..)> - Only invalidate background of 	 given drawing object. 2004/07/14 07:04:19 fme 1.27.10.1: #i26791# Correction - Check if view shell exists

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [ed14c4a5c6ed314378d0c66e071c5a840176a338]

        INTEGRATION: CWS os35 (1.38.80); FILE MERGED 2004/06/30 10:49:36 os 1.38.80.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [967742926f4c9d84703484ce80a844d5374e4353]

        INTEGRATION: CWS swqbugfixes04 (1.29.50); FILE MERGED 2004/07/13 10:52:49 fme 1.29.50.1: #i30402# Removed unused function

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [a0510968d39a6c82bf86d081a4ad3e01fa24bd53]

        INTEGRATION: CWS os35 (1.22.80); FILE MERGED 2004/06/30 10:49:35 os 1.22.80.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [151388eb37f6496a6235a1ef33ced345e1a841fd]

        INTEGRATION: CWS swqbugfixes04 (1.21.18); FILE MERGED 2004/07/28 11:36:52 fme 1.21.18.2: #i32089# <SwDoc::DelLayoutFmt(..)> - delete at-frame anchored objects - correction 2004/07/26 14:58:21 od 1.21.18.1: #i32089# <SwDoc::DelLayoutFmt(..)> - delete at-frame anchored objects

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2685e7c9649bc34cc31cda43ab7d6e788a0fd6c3]

        INTEGRATION: CWS os35 (1.2.758); FILE MERGED 2004/07/08 09:21:50 os 1.2.758.1: #i30639# view menu changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2febf767a66314f9a1a9d07fe11c5a012be2a1d9]

        INTEGRATION: CWS swqbugfixes04 (1.37.6); FILE MERGED 2004/07/20 11:20:00 fme 1.37.6.1: #i31763# Use of uninitialized value bNodeIdx gives wrong results for progress calculation during find and replace

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [c90e0227e7bae17731b5aacbbae850365874df96]

        INTEGRATION: CWS os35 (1.116.86); FILE MERGED 2004/07/16 20:56:56 dr 1.116.86.3: #i10000# merge error 2004/07/15 18:51:50 dr 1.116.86.2: RESYNC: (1.116-1.117); FILE MERGED 2004/06/30 10:49:34 os 1.116.86.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb0770f464c42eb49cf46526ee7ac65a3957fb72]

        INTEGRATION: CWS swqbugfixes04 (1.2.22); FILE MERGED 2004/07/15 08:35:45 od 1.2.22.2: #117380# <SwAnchoredObject::CheckCharRectAndTopOfLine(..)> 	 - add parameter to control, if check for paragraph portion 	   information has to be done. 2004/07/14 13:46:55 od 1.2.22.1: #117380# class <SwAnchoredObject> - improve private methods 	 <_CheckCharRect(..)> and <_CheckTopOfLine(..)>

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8a243afe6be8b91144e57e9d6d3428d25650dfa6]

        INTEGRATION: CWS os35 (1.50.86); FILE MERGED 2004/07/15 18:51:42 dr 1.50.86.2: RESYNC: (1.50-1.51); FILE MERGED 2004/06/30 10:49:33 os 1.50.86.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [a64c51df2fd59b0ca79e720996bfaef96178e478]

        INTEGRATION: CWS os35 (1.3.174); FILE MERGED 2004/07/08 09:21:50 os 1.3.174.1: #i30639# view menu changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [c5572a0e2d60b93f5e1e574d715a11da65841d87]

        INTEGRATION: CWS os35 (1.16.172); FILE MERGED 2004/07/02 11:05:26 os 1.16.172.1: #i29875# generic alignment commands supported

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [cc76c343e04ba3355e304c94f3e7bdc0cbb5c21c]

        INTEGRATION: CWS os35 (1.27.92); FILE MERGED 2004/07/15 18:51:05 dr 1.27.92.2: RESYNC: (1.27-1.28); FILE MERGED 2004/06/30 10:49:33 os 1.27.92.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [0b1b4545142b20d7b1f9665c915fb898adc1fbd6]

        INTEGRATION: CWS os35 (1.10.236); FILE MERGED 2004/06/30 10:49:33 os 1.10.236.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [933026198c4a40c75a6a8fdb5e01d632c6405c2e]

        INTEGRATION: CWS os35 (1.2.758); FILE MERGED 2004/06/30 10:49:32 os 1.2.758.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [84de549c0120c6100c9069b461d4540d23deb25a]

        INTEGRATION: CWS os35 (1.4.174); FILE MERGED 2004/07/15 18:50:58 dr 1.4.174.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/08 09:21:50 os 1.4.174.1: #i30639# view menu changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [9b3281baa9b63054e2adf75a54dc5e665bf64590]

        INTEGRATION: CWS os35 (1.11.536); FILE MERGED 2004/06/30 10:49:32 os 1.11.536.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [93db3929199f19dedd41aece496c104a14630867]

        INTEGRATION: CWS os35 (1.37.80); FILE MERGED 2004/07/15 18:49:45 dr 1.37.80.2: RESYNC: (1.37-1.38); FILE MERGED 2004/06/30 10:49:32 os 1.37.80.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [0c8f89d642a87abdc23b33f2b86fb513912461c7]

        INTEGRATION: CWS os35 (1.52.86); FILE MERGED 2004/06/30 10:49:31 os 1.52.86.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [e3ee65942ffd35ef84313b926792ff5bc894b161]

        INTEGRATION: CWS os35 (1.2.32); FILE MERGED 2004/07/16 23:22:46 dr 1.2.32.1: #i20500# merge cells toolbar button

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [5353b75195ab525d5a6f8204b785bf9f646b5880]

        INTEGRATION: CWS os35 (1.5.12); FILE MERGED 2004/07/16 23:22:29 dr 1.5.12.6: #i20500# merge cells toolbar button 2004/07/15 20:08:31 dr 1.5.12.5: RESYNC: (1.5-1.6); FILE MERGED 2004/07/13 15:07:18 dr 1.5.12.4: #i30271# new Calc Format menu 2004/07/12 17:33:48 dr 1.5.12.3: #i20340# redesigned Calc View menu 2004/07/12 16:22:15 cd 1.5.12.2: #i31348# Recent file list is now a popup menu 2004/06/30 14:25:33 os 1.5.12.1: #i30271#  format menu filled

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [da7d10f1118c941282d3d38d5457075e7c4f55ab]

        INTEGRATION: CWS os35 (1.12.34); FILE MERGED 2004/07/12 17:33:20 dr 1.12.34.1: #i20340# redesigned Calc View menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8a93a476a65ed4c9e6a396c2723cd23f359ea827]

        INTEGRATION: CWS os35 (1.23.34); FILE MERGED 2004/07/12 17:33:16 dr 1.23.34.1: #i20340# redesigned Calc View menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2e5c75ec2fe2f07deca9011d567fb03a458f9c2e]

        INTEGRATION: CWS os35 (1.37.32); FILE MERGED 2004/07/16 23:21:59 dr 1.37.32.2: #i20500# merge cells toolbar button 2004/07/13 15:06:51 dr 1.37.32.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [b5474f89d8c9e656f60cb54993f49e76e0ce8367]

        INTEGRATION: CWS os35 (1.21.30); FILE MERGED 2004/07/13 15:06:50 dr 1.21.30.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [d291eb2549617943c190f382e14cb8e14bf0374f]

        INTEGRATION: CWS os35 (1.24.34); FILE MERGED 2004/07/13 15:06:48 dr 1.24.34.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [545db7e2837b607392b4b6d9e6b5ea290242321d]

        INTEGRATION: CWS os35 (1.13.34); FILE MERGED 2004/07/17 13:42:00 dr 1.13.34.3: #i20500# new 'toggle merge cells' slot 2004/07/17 13:18:08 dr 1.13.34.2: #i20500# new 'toggle merge cells' slot 2004/07/16 23:21:59 dr 1.13.34.1: #i20500# merge cells toolbar button

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [9d1c9c84d506af4f38305386c4d2e2d0f4d6ce0e]

        INTEGRATION: CWS os35 (1.26.34); FILE MERGED 2004/07/16 23:21:58 dr 1.26.34.1: #i20500# merge cells toolbar button

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [d7dc9370448d42bf3b21eabc62a0b33203772240]

        INTEGRATION: CWS os35 (1.63.40); FILE MERGED 2004/07/15 20:07:28 dr 1.63.40.3: RESYNC: (1.63-1.66); FILE MERGED 2004/07/13 17:00:21 dr 1.63.40.2: #112292# print range icons 2004/07/13 09:12:04 dr 1.63.40.1: #112292# icon for print preview

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [5b07be27830c86add7cd210bdce4d033319a6450]

        INTEGRATION: CWS os35 (1.14.172); FILE MERGED 2004/07/13 15:06:21 dr 1.14.172.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [9bdd7242057fc3ec923a831c6386823727b9a507]

        INTEGRATION: CWS os35 (1.19.142); FILE MERGED 2004/07/13 15:06:20 dr 1.19.142.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [063f51e2369b4a96b6ea48e39cf7618a65e80380]

        INTEGRATION: CWS os35 (1.13.34); FILE MERGED 2004/07/13 15:06:18 dr 1.13.34.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [9fa21e560eb0bc9e869dfe9d04110f21a47eeeea]

        INTEGRATION: CWS os35 (1.10.96); FILE MERGED 2004/07/13 15:06:17 dr 1.10.96.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [dd58eab7056b115d1e0f60a2a034415884950936]

        INTEGRATION: CWS os35 (1.50.34); FILE MERGED 2004/07/16 23:21:34 dr 1.50.34.2: #i20500# merge cells toolbar button 2004/07/13 15:05:50 dr 1.50.34.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [49062490bfb8955e009a744945289350799adb12]

        INTEGRATION: CWS os35 (1.12.186); FILE MERGED 2004/07/12 17:32:48 dr 1.12.186.1: #i20340# redesigned Calc View menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [95d43084b231d86bc5fc2867db7c390bf3924052]

        INTEGRATION: CWS os35 (1.28.34); FILE MERGED 2004/07/17 13:17:55 dr 1.28.34.3: #i20500# new 'toggle merge cells' slot 2004/07/16 23:21:01 dr 1.28.34.2: #i20500# merge cells toolbar button 2004/07/12 17:32:45 dr 1.28.34.1: #i20340# redesigned Calc View menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [59da3b34de543b7c8462685627de49578cd06dc8]

        INTEGRATION: CWS os35 (1.7.186); FILE MERGED 2004/07/15 19:50:21 dr 1.7.186.2: RESYNC: (1.7-1.8); FILE MERGED 2004/07/13 15:05:28 dr 1.7.186.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [54581d859d80211abc55d8620144ceab31becd8e]

        INTEGRATION: CWS os35 (1.10.186); FILE MERGED 2004/07/15 19:50:14 dr 1.10.186.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/13 15:05:26 dr 1.10.186.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [a249475cfc79915321a81eb006480c016fc6c3ea]

        INTEGRATION: CWS os35 (1.8.94); FILE MERGED 2004/07/15 19:50:07 dr 1.8.94.2: RESYNC: (1.8-1.9); FILE MERGED 2004/07/13 15:05:23 dr 1.8.94.1: #i30271# new Calc Format menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [fbbcffb000a34d3623d3c5e8a22909b41c425030]

        INTEGRATION: CWS os35 (1.14.78); FILE MERGED 2004/07/16 23:21:01 dr 1.14.78.1: #i20500# merge cells toolbar button

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [dcbe7f53d5a1c22c5bea4bc51b30a7fc5e99e2c0]

        INTEGRATION: CWS os35 (1.40.32); FILE MERGED 2004/07/16 23:20:26 dr 1.40.32.2: #i20500# merge cells toolbar button 2004/07/12 17:32:14 dr 1.40.32.1: #i20340# redesigned Calc View menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2c4fe685b450592b7071a19e662db173040096e4]

        INTEGRATION: CWS os35 (1.6.10); FILE MERGED 2004/07/15 18:44:23 dr 1.6.10.4: RESYNC: (1.6-1.7); FILE MERGED 2004/07/12 16:23:05 cd 1.6.10.3: #i31348# Recent file list is now a popup menu 2004/07/08 13:55:40 os 1.6.10.2: #i30407# Insert menu: Picture submenu added 2004/07/01 05:31:36 os 1.6.10.1: #i30407# format menu changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [6eb6a7fcb4edb6082789349ddb85613ae94b0977]

        INTEGRATION: CWS os35 (1.5.12); FILE MERGED 2004/07/15 18:40:34 dr 1.5.12.4: RESYNC: (1.5-1.6); FILE MERGED 2004/07/12 16:23:05 cd 1.5.12.3: #i31348# Recent file list is now a popup menu 2004/07/08 13:55:40 os 1.5.12.2: #i30407# Insert menu: Picture submenu added 2004/07/01 05:31:52 os 1.5.12.1: #i30407# format menu changed

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [388840ca1dbad84abd511ed7c435cadfc4dbc175]

        INTEGRATION: CWS os35 (1.26.144); FILE MERGED 2004/07/15 18:34:15 dr 1.26.144.2: RESYNC: (1.26-1.27); FILE MERGED 2004/06/30 12:06:31 os 1.26.144.1: #i30407# dialog titles changed to conform format menu entries

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [702c1a95a92c53a278030128e3d7a40f1331b0e0]

        INTEGRATION: CWS os35 (1.94.64); FILE MERGED 2004/07/15 18:32:06 dr 1.94.64.2: RESYNC: (1.94-1.95); FILE MERGED 2004/06/30 12:06:29 os 1.94.64.1: #i30407# dialog titles changed to conform format menu entries

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1b8a41fc1143613ce653ed2cb24a639735b0c956]

        INTEGRATION: CWS os35 (1.10.148); FILE MERGED 2004/06/30 10:47:24 os 1.10.148.1: #i29875# stylist got PopupMenu in the Toolbox for Writer

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [d243449bd6cbbe356d3a3dc2dd4abd13c4c3464f]

        INTEGRATION: CWS os35 (1.36.148); FILE MERGED 2004/06/30 10:46:48 os 1.36.148.1: #i29875# stylist got PopupMenu in the Toolbox for Writer

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1af9ec5bdb3a57b314b4cd61a392bca6aedb9def]

        INTEGRATION: CWS os35 (1.21.42); FILE MERGED 2004/07/05 09:59:01 os 1.21.42.2: #i29875# templdlg.obj only once 2004/06/30 10:46:58 os 1.21.42.1: #i29875# stylist got PopupMenu in the Toolbox for Writer

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8f206334fe2244efa15b62e21d59e46e078f7d74]

        INTEGRATION: CWS os35 (1.46.40); FILE MERGED 2004/07/15 15:46:47 dr 1.46.40.2: RESYNC: (1.46-1.48); FILE MERGED 2004/07/12 16:24:31 cd 1.46.40.1: #i31348# New popup menu controller for recent file list

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [f9a5cf21e98225c858de1ca5d002990928a12cbb]

        INTEGRATION: CWS os35 (1.13.42); FILE MERGED 2004/07/12 16:24:31 cd 1.13.42.1: #i31348# New popup menu controller for recent file list

2004-08-02  Andre Fischer  <af@openoffice.org>  [8d5a5b8dffd4ff10c3bf18c74bd40488afd063bc]

        #i31854# Reapplied bug fix that was originally made for i31278.

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [99a5570135ec89b795ba2efe3437924a2460a717]

        INTEGRATION: CWS os35 (1.3.22); FILE MERGED 2004/07/15 16:09:02 dr 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/12 16:20:17 cd 1.3.22.1: #i31348# Recent file list is now a popup menu

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [6b785079de793802a2bb897f90204cea8fb53afa]

        INTEGRATION: CWS formatpaintbrush02 (1.9.16); FILE MERGED 2004/07/13 19:45:51 iha 1.9.16.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [0a1a0253facfe1de512c1c58080aec5037704845]

        INTEGRATION: CWS formatpaintbrush02 (1.48.18); FILE MERGED 2004/07/14 15:44:17 iha 1.48.18.2: #i20119# format paintbrush - correct double click behaviour 2004/07/13 19:47:50 iha 1.48.18.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [232e2cbdf88fde3d479dc93bfc3a5ef1a5dcbec5]

        INTEGRATION: CWS formatpaintbrush02 (1.2.22); FILE MERGED 2004/07/13 20:26:57 iha 1.2.22.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [4a370009798c3bd1ad6a7b06caf7304080872712]

        INTEGRATION: CWS formatpaintbrush02 (1.40.20); FILE MERGED 2004/07/15 18:36:29 nn 1.40.20.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [e2786b05f9649ab1022d45aaab3b9715e48586e4]

        INTEGRATION: CWS formatpaintbrush02 (1.14.66); FILE MERGED 2004/07/15 18:36:28 nn 1.14.66.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [72f5001336dc7a04a0eb047a50bc030cc26c25ca]

        INTEGRATION: CWS formatpaintbrush02 (1.18.64); FILE MERGED 2004/07/15 18:36:28 nn 1.18.64.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [0f461a1b1409a6f7f4ec54d75ec64cd3a36a5220]

        INTEGRATION: CWS formatpaintbrush02 (1.9.64); FILE MERGED 2004/07/16 14:53:48 nn 1.9.64.2: #i20119# change parameter to GetAttrFromMarked/SetAttrToMarked 2004/07/15 18:36:28 nn 1.9.64.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1e4ee2a6186c06a9687fdeeb19efdd7a9830293e]

        INTEGRATION: CWS formatpaintbrush02 (1.56.28); FILE MERGED 2004/07/15 18:36:27 nn 1.56.28.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2660c2f884e4c1d3452c6b59da498d07e2393fd2]

        INTEGRATION: CWS formatpaintbrush02 (1.21.62); FILE MERGED 2004/07/15 18:36:27 nn 1.21.62.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [6b9f31d8d27d4053e95974400ebe55e9ef09459b]

        INTEGRATION: CWS formatpaintbrush02 (1.24.62); FILE MERGED 2004/07/15 18:36:26 nn 1.24.62.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [ef1dee86ea7b4d5928033285c19e7410870147f3]

        INTEGRATION: CWS formatpaintbrush02 (1.13.66); FILE MERGED 2004/07/15 18:36:26 nn 1.13.66.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [7b10989a00092c7cc27b8ea0719882a98146f8c0]

        INTEGRATION: CWS formatpaintbrush02 (1.13.66); FILE MERGED 2004/07/15 18:35:24 nn 1.13.66.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [69129075982e810aba6d5e27dea58e1e854f80cc]

        INTEGRATION: CWS formatpaintbrush02 (1.2.506); FILE MERGED 2004/07/15 18:35:24 nn 1.2.506.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [6a659fa329cbeb1d327838f78344ce2d91d4d980]

        INTEGRATION: CWS formatpaintbrush02 (1.4.168); FILE MERGED 2004/07/15 18:35:23 nn 1.4.168.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [37a8e672511c44f148fb14ff520cc708eddaec2e]

        INTEGRATION: CWS formatpaintbrush02 (1.13.62); FILE MERGED 2004/07/16 14:54:03 nn 1.13.62.2: #i20119# change parameter to GetAttrFromMarked/SetAttrToMarked 2004/07/15 18:35:01 nn 1.13.62.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [665c0efd5ae8e553299a5523d5b5fd30beb56d9c]

        INTEGRATION: CWS formatpaintbrush02 (1.18.118); FILE MERGED 2004/07/15 18:34:44 nn 1.18.118.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [aba025b9a3507ddaa80e95ec1e34fd1ca9cc9276]

        INTEGRATION: CWS formatpaintbrush02 (1.8.20); FILE MERGED 2004/07/15 18:34:24 nn 1.8.20.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [c238ab025ec046c8ea914e72605caf50c296c68d]

        INTEGRATION: CWS formatpaintbrush02 (1.9.22); FILE MERGED 2004/07/15 18:34:24 nn 1.9.22.1: #i20119# format paint brush handling

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [eaa47af45f1dcaab393e399d2a1442bc6976560f]

        INTEGRATION: CWS formatpaintbrush02 (1.2.26); FILE MERGED 2004/07/13 20:29:24 iha 1.2.26.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [75275888f0310f4768cc007da92b87f1266b8bee]

        INTEGRATION: CWS formatpaintbrush02 (1.2.26); FILE MERGED 2004/07/13 20:27:58 iha 1.2.26.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [5c32319f49488203f07c4a5ea64ce48810923435]

        INTEGRATION: CWS formatpaintbrush02 (1.41.100); FILE MERGED 2004/07/30 12:49:24 iha 1.41.100.4: RESYNC: (1.41-1.44); FILE MERGED 2004/07/20 13:27:41 iha 1.41.100.3: #i31746# format paintbrush - differentiate types of selected objects 2004/07/19 18:34:25 iha 1.41.100.2: #i31723# disable format paintbrush icon if in text edit mode- 2004/07/16 23:34:49 iha 1.41.100.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8adcc51fcc2d2c0e1b76b8c1b2dc4e169c7e5ad9]

        INTEGRATION: CWS formatpaintbrush02 (1.8.102); FILE MERGED 2004/07/16 22:48:35 iha 1.8.102.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [12a872c38e5115e02b4bd1399dad8972064c297f]

        INTEGRATION: CWS formatpaintbrush02 (1.1.2); FILE ADDED 2004/07/16 22:43:15 iha 1.1.2.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [bbea0b0c91c1b4008abf896d1248b37e951c04c6]

        INTEGRATION: CWS formatpaintbrush02 (1.1.2); FILE ADDED 2004/07/20 12:58:34 iha 1.1.2.2: #i31746# format paintbrush - differentiate types of selected objects 2004/07/16 22:42:59 iha 1.1.2.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [40a78a9602883ae795b8f2af8a0f995c36d1d2f7]

        INTEGRATION: CWS formatpaintbrush02 (1.3.148); FILE MERGED 2004/07/16 22:47:36 iha 1.3.148.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [ef72a1b1c5e74223be37f940aa52f5b607a5e625]

        INTEGRATION: CWS formatpaintbrush02 (1.12.84); FILE MERGED 2004/07/16 22:46:41 iha 1.12.84.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [5afd381fbaa82aa91feea74c3ab35a5849005e56]

        INTEGRATION: CWS formatpaintbrush02 (1.1.2); FILE ADDED 2004/07/20 13:24:51 iha 1.1.2.2: #i31746# format paintbrush - differentiate types of selected objects 2004/07/16 22:44:10 iha 1.1.2.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [4b6f2ddb8cd5e7a6fb76abcdc8f433c217253318]

        INTEGRATION: CWS formatpaintbrush02 (1.3.196); FILE MERGED 2004/07/16 22:46:20 iha 1.3.196.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [8a56d5310e9b5615e877b37792447c63ccd035dc]

        INTEGRATION: CWS formatpaintbrush02 (1.1.2); FILE ADDED 2004/07/21 15:48:40 iha 1.1.2.3: #i31717# #i31713# format paintbrush - copy corrected set of items 2004/07/20 12:57:58 iha 1.1.2.2: #i31746# format paintbrush - differentiate types of selected objects 2004/07/16 22:43:45 iha 1.1.2.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [a0b43db7c14625e9c5e923a55345f10d026000a8]

        INTEGRATION: CWS formatpaintbrush02 (1.25.40); FILE MERGED 2004/07/16 22:47:54 iha 1.25.40.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2da66878c988c848e58c267a531a54ea26a35170]

        INTEGRATION: CWS formatpaintbrush02 (1.13.102); FILE MERGED 2004/07/30 12:51:13 iha 1.13.102.2: RESYNC: (1.13-1.14); FILE MERGED 2004/07/16 22:45:37 iha 1.13.102.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [ef6a85ca2200d67e482a45208f50ca955196502d]

        INTEGRATION: CWS formatpaintbrush02 (1.22.20); FILE MERGED 2004/07/16 22:44:49 iha 1.22.20.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [7fd122a21566f5e1041a41a1ad175465d4ad119d]

        INTEGRATION: CWS formatpaintbrush02 (1.8.28); FILE MERGED 2004/07/13 20:03:02 iha 1.8.28.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [fe1c888ae3915ff9b68e4361ee1d9b5665fe8133]

        INTEGRATION: CWS formatpaintbrush02 (1.1.2); FILE ADDED 2004/07/14 15:42:29 iha 1.1.2.2: #i20119# format paintbrush - correct double click behaviour 2004/07/13 20:02:09 iha 1.1.2.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [c505c77d330481c15dee4f6c5bb891bdd3f52fc9]

        INTEGRATION: CWS formatpaintbrush02 (1.15.342); FILE MERGED 2004/07/15 14:48:30 iha 1.15.342.1: #i20119# format paintbrush - avoid error message during setting attributes to shapes

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [0f3956bf41bdb3d1cea8d5730ab21df43bd7a320]

        INTEGRATION: CWS formatpaintbrush02 (1.89.32); FILE MERGED 2004/07/13 20:03:29 iha 1.89.32.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [f712242813ccbd24a6428bfd9b613c74b90b0bbe]

        INTEGRATION: CWS formatpaintbrush02 (1.1.2); FILE ADDED 2004/07/14 15:40:33 iha 1.1.2.2: #i20119# format paintbrush - correct double click behaviour 2004/07/13 20:00:23 iha 1.1.2.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1d8355783d7ba534e716b9f57fb2e3a27e3ea75a]

        INTEGRATION: CWS formatpaintbrush02 (1.2.20); FILE MERGED 2004/07/13 20:25:18 iha 1.2.20.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [60bebed62f2dd4790e342b6e0edb273138ca80fc]

        INTEGRATION: CWS formatpaintbrush02 (1.2.22); FILE MERGED 2004/07/13 20:24:30 iha 1.2.22.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [51abc3cdeedb0798d05e3a69ddfe23febc440eeb]

        INTEGRATION: CWS formatpaintbrush02 (1.2.22); FILE MERGED 2004/07/13 20:23:53 iha 1.2.22.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [6a556b2dd100db4ab87a8d49adcb1fd5a75a0ff5]

        INTEGRATION: CWS formatpaintbrush02 (1.8.38); FILE MERGED 2004/07/21 12:25:57 iha 1.8.38.3: #i20119# format paintbrush - disable on incompatible selection 2004/07/14 15:51:48 iha 1.8.38.2: #i20119# format paintbrush - correct double click behaviour 2004/07/13 20:16:33 iha 1.8.38.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2308b6e8f9e4eda1b5abbaed7c2809f47d8dd4dc]

        INTEGRATION: CWS formatpaintbrush02 (1.71.32); FILE MERGED 2004/07/13 20:15:37 iha 1.71.32.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1cc76e61fbd2184b79e9130c5530245de102eafb]

        INTEGRATION: CWS formatpaintbrush02 (1.3.338); FILE MERGED 2004/07/13 20:11:58 iha 1.3.338.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [3d345399644a74f6fa56dbc7379cb56188e79728]

        INTEGRATION: CWS formatpaintbrush02 (1.1.2); FILE ADDED 2004/07/28 19:02:25 iha 1.1.2.11: #i29297# format paintbrush - enable graphics + check writing direction 2004/07/21 12:24:05 iha 1.1.2.10: #i20119# format paintbrush - disable on incompatible selection 2004/07/20 16:20:37 iha 1.1.2.9: #i20119# format paintbrush - additional paragraph settings 2004/07/20 14:16:02 iha 1.1.2.8: #i20119# format paintbrush - table text <-> normal text + (table number format) 2004/07/19 20:41:41 iha 1.1.2.7: #i20119# format paintbrush - table textflow attributes 2004/07/19 16:14:32 iha 1.1.2.6: #i20119# format paintbrush - table borders and shadow 2004/07/19 12:45:32 iha 1.1.2.5: #i20119# format paintbrush - build error on unix 2004/07/16 23:02:05 iha 1.1.2.4: #i20119# format paintbrush - table background ... 2004/07/16 21:54:36 iha 1.1.2.3: #i20119# format paintbrush - frame, ole, draw, table... 2004/07/14 15:50:11 iha 1.1.2.2: #i20119# format paintbrush - correct double click behaviour 2004/07/13 20:10:59 iha 1.1.2.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [e565775444ad69141f9509afc796f9fe79942e21]

        INTEGRATION: CWS formatpaintbrush02 (1.22.88); FILE MERGED 2004/07/13 20:15:02 iha 1.22.88.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [9acc8b37b53590c0d323382939186ed89c74e6b3]

        INTEGRATION: CWS formatpaintbrush02 (1.1.2); FILE ADDED 2004/07/21 12:23:12 iha 1.1.2.4: #i20119# format paintbrush - disable on incompatible selection 2004/07/16 21:55:02 iha 1.1.2.3: #i20119# format paintbrush - frame, ole, draw, table... 2004/07/14 15:49:38 iha 1.1.2.2: #i20119# format paintbrush - correct double click behaviour 2004/07/13 20:10:21 iha 1.1.2.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [2625ff5dddc9c432ef7632e8fa5ca7d9a27a6751]

        INTEGRATION: CWS formatpaintbrush02 (1.90.20); FILE MERGED 2004/07/20 19:24:23 iha 1.90.20.5: #i20119# format paintbrush - prevent multiselection with key modifier 1 2004/07/16 23:44:24 iha 1.90.20.4: #i20119# format paintbrush - end on KEY_ESCAPE 2004/07/16 21:19:32 iha 1.90.20.3: #i20119# format paintbrush 2004/07/14 15:48:49 iha 1.90.20.2: #i20119# format paintbrush - correct double click behaviour 2004/07/13 20:20:17 iha 1.90.20.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [40096e3c29260210c825e1b2f32fe240552f15f2]

        INTEGRATION: CWS formatpaintbrush02 (1.39.96); FILE MERGED 2004/07/13 20:13:36 iha 1.39.96.1: #i20119# format paintbrush

2004-08-02  Kurt Zenker  <kz@openoffice.org>  [1a63d31dc1fea832a537dfbbb19a34e91ecfda56]

        INTEGRATION: CWS formatpaintbrush02 (1.16.190); FILE MERGED 2004/07/13 20:12:55 iha 1.16.190.1: #i20119# format paintbrush

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [646146112b130e3c28ac0e989844056bac84ba3b]

        INTEGRATION: CWS jl10 (1.17.16); FILE MERGED 2004/07/27 11:07:05 jl 1.17.16.2: assertion 2004/07/20 13:58:03 dbo 1.17.16.1: #117224# assure fully initialized iface_td

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [715bd9ee483ee7c327965521de02d87dd0adbb3c]

        INTEGRATION: CWS jl10 (1.10.74); FILE MERGED 2004/07/21 10:45:06 jl 1.10.74.1: #111019#

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [0d61405b4da04c6035e3307771eaf903b34dd007]

        INTEGRATION: CWS jl10 (1.8.74); FILE MERGED 2004/07/21 10:44:52 jl 1.8.74.1: #111019#

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [5930b6a9918c46fa014f95f888a6e9b269b221c5]

        INTEGRATION: CWS jl10 (1.12.74); FILE MERGED 2004/07/21 10:44:52 jl 1.12.74.1: #111019#

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [483c3aaa60da47e976659c77fc5fca44cefcc01c]

        INTEGRATION: CWS jl10 (1.5.74); FILE MERGED 2004/07/21 10:46:40 jl 1.5.74.1: #111019#

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [46e38a1c76bf5e57b3848c9eb226ef94959f30b4]

        INTEGRATION: CWS jl10 (1.7.74); FILE MERGED 2004/07/21 10:46:40 jl 1.7.74.1: #111019#

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [6003a3e8f6aae78c054e88e95273c8bfb2482d6c]

        INTEGRATION: CWS jl10 (1.6.74); FILE MERGED 2004/07/20 12:56:43 jl 1.6.74.1: #111019#

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [3a08c61c4570705873e9a283dcec6f3bd880642a]

        INTEGRATION: CWS jl10 (1.3.230); FILE MERGED 2004/07/20 12:56:43 jl 1.3.230.1: #111019#

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [ff35dfd2fa1167ecc517e926122fbea0430b5452]

        INTEGRATION: CWS jl10 (1.1.2); FILE ADDED 2004/07/21 11:22:08 jl 1.1.2.1: #111019# support for UNO type

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [66792fa06bd77a17915c5e2b22bca6957d87de7f]

        INTEGRATION: CWS jl10 (1.1.2); FILE ADDED 2004/07/21 11:41:02 jl 1.1.2.2: #111019# support for UNO type 2004/07/21 11:22:22 jl 1.1.2.1: #111019# support for UNO type

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [964364f6f31fbf631d99790e4d9042f1ba320eca]

        INTEGRATION: CWS jl10 (1.8.74); FILE MERGED 2004/07/21 10:47:26 jl 1.8.74.1: #111019# support for UNO type

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [e32e453e96aac6083dfced30da2335f4bf29cc4c]

        INTEGRATION: CWS jl10 (1.17.74); FILE MERGED 2004/07/21 10:47:26 jl 1.17.74.1: #111019# support for UNO type

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [4e599b3bd4bb45af3c9451293bcce3eb56da0e5c]

        INTEGRATION: CWS jl10 (1.15.74); FILE MERGED 2004/07/21 10:47:25 jl 1.15.74.1: #111019# support for UNO type

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [b8326d0eb6de6879af739cad87d24a20d3204dc3]

        INTEGRATION: CWS jl10 (1.7.74); FILE MERGED 2004/07/21 10:47:25 jl 1.7.74.1: #111019# support for UNO type

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [912f293747600b72aa66ab1271f95ad4c827a650]

        INTEGRATION: CWS jl10 (1.12.74); FILE MERGED 2004/07/21 10:47:24 jl 1.12.74.1: #111019# support for UNO type

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [079b40d8f5d0f269a3ed41d51cf0a17507d203ef]

        INTEGRATION: CWS jl10 (1.1.1.1.360); FILE MERGED 2004/07/21 10:47:23 jl 1.1.1.1.360.1: #111019# support for UNO type

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [b898ed532e389f04b41f37e88af13e71585990b2]

        INTEGRATION: CWS jl10 (1.1.118); FILE MERGED 2004/07/22 12:52:01 jl 1.1.118.1: #115688#

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [07fdf4bd60d6a0e24f3581c22669f758b85c0e54]

        INTEGRATION: CWS jl10 (1.5.104); FILE MERGED 2004/07/22 12:52:01 jl 1.5.104.1: #115688#

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [bb195c3eaf54f5e0b55d99fda47ba55d0b8fefda]

        INTEGRATION: CWS jl10 (1.1.118); FILE MERGED 2004/07/22 12:52:00 jl 1.1.118.1: #115688#

2004-08-02  Rüdiger Timm  <rt@openoffice.org>  [66c458350f6d82c58356b3d1543133a7f18abd3c]

        INTEGRATION: CWS jl10 (1.7.104); FILE MERGED 2004/07/22 12:55:46 jl 1.7.104.1: #115688# support for UNO enum types

2004-08-02  Michael Mi  <mmi@openoffice.org>  [ebdf508e990b7cba9cfd67befbaf500a679337ec]

        Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Add certvalidity.hxx

2004-08-02  Michael Mi  <mmi@openoffice.org>  [f8eaa59e88656efd59f0638f1e841331c409adde]

        Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Add certvalidity.cxx

2004-08-02  Michael Mi  <mmi@openoffice.org>  [c1f8875f33697516efa24853dc965f6269f987c4]

        Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Adjust CertificateValidity interfaces.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f7530ecbabb9651f186ca916fc0e8a62029b6669]

        INTEGRATION: CWS dialogxml1 (1.28.12); FILE MERGED 2004/07/16 14:42:28 dbo 1.28.12.2: #115999# border color 2004/07/15 15:16:13 dbo 1.28.12.1: #115999# fixed various new properties

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [a869e4e140bef3f9d9ef99fe72cdf6142412c7b7]

        INTEGRATION: CWS dialogxml1 (1.31.34); FILE MERGED 2004/07/15 15:16:12 dbo 1.31.34.2: #115999# fixed various new properties 2004/07/06 13:23:38 dbo 1.31.34.1: #115999#

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [228db81821e261313736f9a5ae500500ddf3419a]

        INTEGRATION: CWS dialogxml1 (1.30.26); FILE MERGED 2004/07/16 14:42:27 dbo 1.30.26.2: #115999# border color 2004/07/15 15:16:12 dbo 1.30.26.1: #115999# fixed various new properties

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [d8674eec517580cf0d4c2f0b38d58105f5e8d40b]

        INTEGRATION: CWS dialogxml1 (1.22.92); FILE MERGED 2004/07/16 14:42:27 dbo 1.22.92.3: #115999# border color 2004/07/15 15:16:12 dbo 1.22.92.2: #115999# fixed various new properties 2004/07/06 13:23:38 dbo 1.22.92.1: #115999#

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [8721ff67f9e2a37e68b6856b9c986dcd3ae5778f]

        INTEGRATION: CWS dialogxml1 (1.22.12); FILE MERGED 2004/07/16 14:42:27 dbo 1.22.12.3: #115999# border color 2004/07/15 15:16:12 dbo 1.22.12.2: #115999# fixed various new properties 2004/07/06 13:23:37 dbo 1.22.12.1: #115999#

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [a3c6f6227e717a1152c3ab72705da48ddfc636f5]

        INTEGRATION: CWS dialogxml1 (1.14.98); FILE MERGED 2004/07/16 14:42:27 dbo 1.14.98.3: #115999# border color 2004/07/15 15:16:11 dbo 1.14.98.2: #115999# fixed various new properties 2004/07/06 13:23:36 dbo 1.14.98.1: #115999#

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [391d485107b82451645520e5dda652a9c976b991]

        INTEGRATION: CWS dialogxml1 (1.1.2); FILE ADDED 2004/07/16 14:42:26 dbo 1.1.2.1: #115999# border color

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [3f006710cb9295b1131b92b1472b8b98d7b38d28]

        INTEGRATION: CWS dialogxml1 (1.1.2); FILE ADDED 2004/07/06 13:23:36 dbo 1.1.2.1: #115999#

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [42fab08cbe828a8312580833aaa6cde9052f14c9]

        INTEGRATION: CWS dialogxml1 (1.27.14); FILE MERGED 2004/07/16 09:13:15 dbo 1.27.14.1: #115999# show VisualEffect in dialog property browser

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [1ae8b5abe23636f9246ed2c8dea88356c87a8fda]

        INTEGRATION: CWS dialogxml1 (1.70.14); FILE MERGED 2004/07/27 08:50:41 dbo 1.70.14.1: applying sf fixes concerning event descriptors

2004-07-30  Rüdiger Timm  <rt@openoffice.org>  [72fa8728c87f094328197344ea82f5d3ac3cd8eb]

        #i10000# Syntax

2004-07-30  Rüdiger Timm  <rt@openoffice.org>  [e02fa240525528659f8e741745a96eb7f82095d6]

        #i10000# Fixws for windows OOo

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [415b5a9222110d011e75c963feae1c6fcc1a77b2]

        INTEGRATION: CWS enusencoding (1.16.6); FILE MERGED 2004/07/22 15:53:31 ihi 1.16.6.1: #i8252# localize -> localize_sl fixed

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [3fdb6d5e4886bb0ba82a2e82cf4f910b593f1d73]

        INTEGRATION: CWS dr19 (1.17.86); FILE MERGED 2004/06/11 12:26:54 dr 1.17.86.2: RESYNC: (1.17-1.18); FILE MERGED 2004/06/03 18:16:59 dr 1.17.86.1: #i29530# loop while scrolling outline window, type correctness

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [e5bfdf98442e35700d74b754a8b4ac361f49d4b4]

        INTEGRATION: CWS dr19 (1.7.122); FILE MERGED 2004/06/11 12:23:26 dr 1.7.122.2: RESYNC: (1.7-1.8); FILE MERGED 2004/06/03 18:16:58 dr 1.7.122.1: #i29530# loop while scrolling outline window, type correctness

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [29c9be0071e3f5689e0f4d47f10e8f30bb750457]

        INTEGRATION: CWS dr19 (1.6.122); FILE MERGED 2004/06/11 11:55:43 dr 1.6.122.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/03 18:16:34 dr 1.6.122.1: #i29530# loop while scrolling outline window, type correctness

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f54fef9895c33782fd158194755ea576d58fa373]

        INTEGRATION: CWS dr19 (1.14.102); FILE MERGED 2004/06/11 11:24:55 dr 1.14.102.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/07 18:41:29 dr 1.14.102.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [94e5f4fff86f13bccba5fe29fb9cb307ffff29d0]

        INTEGRATION: CWS enusencoding (1.3.96); FILE MERGED 2004/07/20 16:54:59 ihi 1.3.96.1: #i31788# Native Windows rc file hack

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [50420a4af7666e4e0326920e4c92c1bbedfd7394]

        INTEGRATION: CWS dr19 (1.10.8); FILE MERGED 2004/06/07 18:43:01 dr 1.10.8.1: #i25468# new number format import, added more German/English locales

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [be16944698dd5eb3e6086386ea41b67f24cac456]

        INTEGRATION: CWS enusencoding (1.1.116); FILE MERGED 2004/07/20 16:54:59 ihi 1.1.116.1: #i31788# Native Windows rc file hack

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [86d40f3ae9342b3842a69cf5d2af27ea08aefdad]

        INTEGRATION: CWS dr19 (1.11.104); FILE MERGED 2004/06/11 11:24:46 dr 1.11.104.2: RESYNC: (1.11-1.12); FILE MERGED 2004/06/07 18:41:28 dr 1.11.104.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [b3a14bd2f776e323bbd6858279537c4bbcc92d73]

        INTEGRATION: CWS enusencoding (1.6.2); FILE MERGED 2004/07/20 16:54:59 ihi 1.6.2.1: #i31788# Native Windows rc file hack

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [aaf7d503680fa4a2eecea853f0cc78a5a767adbe]

        INTEGRATION: CWS dr19 (1.2.162); FILE MERGED 2004/06/02 13:29:36 dr 1.2.162.1: #i23153# import left/right h/f margins

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [30d0fc2b855f5656123ce207845b7bace209255e]

        INTEGRATION: CWS enusencoding (1.6.2); FILE MERGED 2004/07/20 16:54:58 ihi 1.6.2.1: #i31788# Native Windows rc file hack

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [74d344bbc73613460fb5255c6594f40f331d253a]

        INTEGRATION: CWS dr19 (1.13.100); FILE MERGED 2004/06/11 11:23:47 dr 1.13.100.2: RESYNC: (1.13-1.15); FILE MERGED 2004/06/07 18:41:28 dr 1.13.100.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [e093e71ef1ef50ddb195e578972fd31d04235c02]

        INTEGRATION: CWS dr19 (1.8.104); FILE MERGED 2004/06/11 11:23:23 dr 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2004/06/07 18:43:01 dr 1.8.104.1: #i25468# new number format import, added more German/English locales

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [c42ba2bcad8fc20676651c61e4447f37f886494c]

        INTEGRATION: CWS dr19 (1.4.106); FILE MERGED 2004/06/07 18:41:27 dr 1.4.106.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f0bd1e77f0688ef771c350b70923e0fc09a17de0]

        INTEGRATION: CWS dr19 (1.8.106); FILE MERGED 2004/06/11 11:23:13 dr 1.8.106.2: RESYNC: (1.8-1.9); FILE MERGED 2004/06/07 18:41:27 dr 1.8.106.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [fbc2ad19faadc3334bce0df3ae9a3c49fcb804c9]

        INTEGRATION: CWS dr19 (1.6.106); FILE MERGED 2004/06/11 11:22:54 dr 1.6.106.2: RESYNC: (1.6-1.8); FILE MERGED 2004/06/09 11:10:03 jmarmion 1.6.106.1: #i26402# support import/export of VBA macros.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [6265d810c0408aeb3b77a492a68b334cd5a38602]

        INTEGRATION: CWS dr19 (1.6.104); FILE MERGED 2004/06/14 08:26:05 dr 1.6.104.3: #100000# merge/build errors 2004/06/11 11:22:44 dr 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/02 15:53:05 dr 1.6.104.1: #i23296# header/footer position

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [14abd06e2f0ebe13560a54dc34d7ea4f7f639e7f]

        INTEGRATION: CWS dr19 (1.9.14); FILE MERGED 2004/06/16 14:36:12 dr 1.9.14.1: #i23296# correct export of header/footer position

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [901afda895bf08a5a273d31e7622a8208e8e180a]

        INTEGRATION: CWS dr19 (1.24.162); FILE MERGED 2004/06/11 11:18:20 dr 1.24.162.2: RESYNC: (1.24-1.25); FILE MERGED 2004/06/07 18:41:27 dr 1.24.162.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [c1961db95248b83684f6ad231c1c962bbf864903]

        INTEGRATION: CWS dr19 (1.10.14); FILE MERGED 2004/06/16 14:36:11 dr 1.10.14.1: #i23296# correct export of header/footer position

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [0d2e216a64415b813df1bb11842e662c5e460ddc]

        INTEGRATION: CWS dr19 (1.39.102); FILE MERGED 2004/07/05 08:54:00 dr 1.39.102.3: RESYNC: (1.40-1.41); FILE MERGED 2004/06/11 11:16:39 dr 1.39.102.2: RESYNC: (1.39-1.40); FILE MERGED 2004/06/09 11:10:03 jmarmion 1.39.102.1: #i26402# support import/export of VBA macros.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [91f6a809a9eabd1c0a4643f999ca2c0f9fef91a5]

        INTEGRATION: CWS dr19 (1.51.162); FILE MERGED 2004/06/11 11:16:29 dr 1.51.162.3: RESYNC: (1.51-1.53); FILE MERGED 2004/06/09 11:10:02 jmarmion 1.51.162.2: #i26402# support import/export of VBA macros. 2004/06/07 18:41:26 dr 1.51.162.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [2c90d23ec4b25c641e04a9edb8aa6cb2b1c7268a]

        INTEGRATION: CWS dr19 (1.10.8); FILE MERGED 2004/07/22 13:47:53 dr 1.10.8.5: #i31530# fixes in built-in number formats 2004/06/14 09:44:08 dr 1.10.8.4: #100000# build error 2004/06/08 15:04:40 dr 1.10.8.3: #i26092# default number formats: added French and Italian 2004/06/08 12:53:46 dr 1.10.8.2: #i26092# default number formats: added Hebrew, completed Asian locales 2004/06/07 18:43:25 dr 1.10.8.1: #i25468# new number format import, added more German/English locales

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [127ce53f2425916d0e7f070dcdc0747687cce68d]

        INTEGRATION: CWS dr19 (1.11.106); FILE MERGED 2004/06/14 08:26:21 dr 1.11.106.3: #100000# merge/build errors 2004/06/11 11:12:11 dr 1.11.106.2: RESYNC: (1.11-1.12); FILE MERGED 2004/06/07 18:42:08 dr 1.11.106.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [9ebcd336a9f0836d52e03bc3ac9430ef2ac1cec4]

        INTEGRATION: CWS dr19 (1.3.106); FILE MERGED 2004/06/02 13:28:48 dr 1.3.106.1: #i23153# import left/right h/f margins

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [5da90a4a66ae52f67099c6805926acb1bcc148f6]

        INTEGRATION: CWS dr19 (1.13.104); FILE MERGED 2004/06/11 11:11:23 dr 1.13.104.2: RESYNC: (1.13-1.14); FILE MERGED 2004/06/07 18:43:25 dr 1.13.104.1: #i25468# new number format import, added more German/English locales

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [0db70e9f797417bb56d9393b62076c6e09a1507b]

        INTEGRATION: CWS dr19 (1.5.106); FILE MERGED 2004/06/07 18:42:08 dr 1.5.106.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [37fcfe27c95b3f062eac8a4697e15ad95f48d737]

        INTEGRATION: CWS dr19 (1.8.106); FILE MERGED 2004/06/11 11:11:13 dr 1.8.106.2: RESYNC: (1.8-1.9); FILE MERGED 2004/06/07 18:42:08 dr 1.8.106.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [2d61fb60ed835b97d8934f9e3e57d08383980d59]

        INTEGRATION: CWS dr19 (1.4.88); FILE MERGED 2004/06/23 10:02:52 dr 1.4.88.4: #i23296# #i30586# handle headers/footers overlaying sheet data 2004/06/11 11:10:50 dr 1.4.88.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/02 15:52:35 dr 1.4.88.2: #i23296# header/footer position 2004/06/02 13:28:47 dr 1.4.88.1: #i23153# import left/right h/f margins

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [318cd260b11fde4c708b3e845622f82bd859f7a2]

        INTEGRATION: CWS dr19 (1.9.52); FILE MERGED 2004/07/05 08:53:16 dr 1.9.52.3: RESYNC: (1.11-1.12); FILE MERGED 2004/06/11 11:10:40 dr 1.9.52.2: RESYNC: (1.9-1.11); FILE MERGED 2004/06/09 11:11:34 jmarmion 1.9.52.1: #i26402# support import/export of VBA macros.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [50b735f814359f7798b94ae912b7f729045845ad]

        INTEGRATION: CWS dr19 (1.10.104); FILE MERGED 2004/06/14 08:26:20 dr 1.10.104.3: #100000# merge/build errors 2004/06/11 11:10:30 dr 1.10.104.2: RESYNC: (1.10-1.11); FILE MERGED 2004/06/02 15:52:34 dr 1.10.104.1: #i23296# header/footer position

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [6de745bc9cf6c12d9d0b7b81aaadd839ece6f4dc]

        INTEGRATION: CWS dr19 (1.15.8); FILE MERGED 2004/07/05 08:52:57 dr 1.15.8.3: RESYNC: (1.16-1.17); FILE MERGED 2004/06/11 11:10:21 dr 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2004/06/08 15:38:34 dr 1.15.8.1: #i29015# fallback from filled radar chart to radar chart

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [953e5b68e329b93979964e4ace8a637dde501364]

        INTEGRATION: CWS dr19 (1.11.104); FILE MERGED 2004/06/16 14:36:33 dr 1.11.104.2: #i23296# correct export of header/footer position 2004/06/07 18:42:07 dr 1.11.104.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [3fb96415adad548982592b6b95f21baf75a12fd7]

        INTEGRATION: CWS dr19 (1.5.14); FILE MERGED 2004/06/23 10:02:52 dr 1.5.14.2: #i23296# #i30586# handle headers/footers overlaying sheet data 2004/06/16 14:36:33 dr 1.5.14.1: #i23296# correct export of header/footer position

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [a255ac9d9c4c5403321a6698dcc02fbec374c6e5]

        INTEGRATION: CWS dr19 (1.13.14); FILE MERGED 2004/06/16 14:36:32 dr 1.13.14.1: #i23296# correct export of header/footer position

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [0887a0e11e3bf5073900f9c2525711dc7a6847ac]

        INTEGRATION: CWS dr19 (1.4.122); FILE MERGED 2004/06/11 11:08:36 dr 1.4.122.2: RESYNC: (1.4-1.5); FILE MERGED 2004/06/09 11:11:34 jmarmion 1.4.122.1: #i26402# support import/export of VBA macros.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [fc8be6b477ae10fc939e725d341ed64e2c4616ed]

        INTEGRATION: CWS dr19 (1.42.106); FILE MERGED 2004/06/11 11:04:35 dr 1.42.106.4: RESYNC: (1.42-1.43); FILE MERGED 2004/06/09 11:11:34 jmarmion 1.42.106.3: #i26402# support import/export of VBA macros. 2004/06/08 15:38:33 dr 1.42.106.2: #i29015# fallback from filled radar chart to radar chart 2004/06/07 18:43:24 dr 1.42.106.1: #i25468# new number format import, added more German/English locales

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [273f1c7fc819010951c8faf0a476f56da5b593b4]

        INTEGRATION: CWS dr19 (1.60.100); FILE MERGED 2004/06/11 11:07:56 dr 1.60.100.2: RESYNC: (1.60-1.61); FILE MERGED 2004/06/07 18:42:07 dr 1.60.100.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [924504645a48767ea1c6827a46b7ca126f52a339]

        INTEGRATION: CWS dr19 (1.71.102); FILE MERGED 2004/07/22 13:47:17 dr 1.71.102.4: #i31530# doc language is UI language 2004/07/05 08:51:34 dr 1.71.102.3: RESYNC: (1.72-1.73); FILE MERGED 2004/06/11 11:07:05 dr 1.71.102.2: RESYNC: (1.71-1.72); FILE MERGED 2004/06/09 11:11:33 jmarmion 1.71.102.1: #i26402# support import/export of VBA macros.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [64f7b6fe1994472e816c720299506a4ef0595941]

        INTEGRATION: CWS dr19 (1.90.104); FILE MERGED 2004/07/05 08:51:20 dr 1.90.104.4: RESYNC: (1.92-1.93); FILE MERGED 2004/06/11 11:06:42 dr 1.90.104.3: RESYNC: (1.90-1.92); FILE MERGED 2004/06/09 11:11:33 jmarmion 1.90.104.2: #i26402# support import/export of VBA macros. 2004/06/07 18:42:07 dr 1.90.104.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [4f531fc0f4ab3dfc8f0102db49eb148382f77d2e]

        INTEGRATION: CWS dr19 (1.26.106); FILE MERGED 2004/07/20 08:43:23 jmarmion 1.26.106.4: #i19664# - fix name range problems following import of macros. 2004/07/05 08:51:07 dr 1.26.106.3: RESYNC: (1.27-1.28); FILE MERGED 2004/06/11 11:06:31 dr 1.26.106.2: RESYNC: (1.26-1.27); FILE MERGED 2004/06/09 11:11:32 jmarmion 1.26.106.1: #i26402# support import/export of VBA macros.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [6f698f4751b3e9f97b9206c6f8e4540bc44cf964]

        INTEGRATION: CWS dr19 (1.24.104); FILE MERGED 2004/07/20 08:43:23 jmarmion 1.24.104.4: #i19664# - fix name range problems following import of macros. 2004/07/05 08:50:51 dr 1.24.104.3: RESYNC: (1.25-1.27); FILE MERGED 2004/06/11 11:06:21 dr 1.24.104.2: RESYNC: (1.24-1.25); FILE MERGED 2004/06/09 11:11:32 jmarmion 1.24.104.1: #i26402# support import/export of VBA macros.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [5a2e433458b3d9f9a4e81a32d4b3ddff7c86d4b0]

        INTEGRATION: CWS dr19 (1.12.194); FILE MERGED 2004/07/05 08:50:28 dr 1.12.194.2: RESYNC: (1.12-1.13); FILE MERGED 2004/06/07 18:42:06 dr 1.12.194.1: #i25468# detect BIFF version before starting filter, needed for new number format import

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [518b66967e7923ddb25522c053363a689f2312dd]

        INTEGRATION: CWS dr19 (1.13.354); FILE MERGED 2004/06/11 11:05:31 dr 1.13.354.2: RESYNC: (1.13-1.14); FILE MERGED 2004/06/10 17:12:25 dr 1.13.354.1: #b5060767# DCONNAME

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [e4158e6e2c5ed3571df6c2f2a2cbaf25398b29b7]

        INTEGRATION: CWS dr19 (1.63.8); FILE MERGED 2004/06/11 11:05:20 dr 1.63.8.2: RESYNC: (1.63-1.64); FILE MERGED 2004/06/10 17:12:24 dr 1.63.8.1: #b5060767# DCONNAME

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [218ec94be0b344596d3c58a60b1844d5f4e7baa0]

        INTEGRATION: CWS dr19 (1.22.20); FILE MERGED 2004/06/11 10:49:25 dr 1.22.20.2: RESYNC: (1.22-1.23); FILE MERGED 2004/06/03 18:08:19 nn 1.22.20.1: #i29813# When called from dtor, pass true to SdrModel::ClearModel

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [30a1456f03f77c51e43b04cd22f93f31acbe0cf6]

        INTEGRATION: CWS dr19 (1.42.120); FILE MERGED 2004/06/11 10:48:04 dr 1.42.120.3: RESYNC: (1.42-1.43); FILE MERGED 2004/06/07 15:57:39 nn 1.42.120.2: #i26690# TransferTab: detect duplicate named ranges by name, not by failed Insert 2004/06/03 18:08:18 nn 1.42.120.1: #i29813# When called from dtor, pass true to SdrModel::ClearModel

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [8d6fa294a68543f3c40e1e08903c16550875bc20]

        INTEGRATION: CWS dr19 (1.75.84); FILE MERGED 2004/06/11 10:24:50 dr 1.75.84.2: RESYNC: (1.75-1.76); FILE MERGED 2004/06/03 18:07:25 nn 1.75.84.1: #i29813# When called from dtor, pass true to SdrModel::ClearModel

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f8730336a9b8a7bb1a312ac82d3cb39c556879b1]

        INTEGRATION: CWS dr19 (1.26.18); FILE MERGED 2004/06/03 18:39:40 dr 1.26.18.1: #i25883# complex functions, thanks to Michael Meeks

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [ef71cb606a1940051282888377b5f3ae92616425]

        INTEGRATION: CWS dr19 (1.42.18); FILE MERGED 2004/06/09 12:44:10 dr 1.42.18.2: #i19434# wrong conversion entry for cubic yards 2004/06/03 18:39:40 dr 1.42.18.1: #i25883# complex functions, thanks to Michael Meeks

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [4e8d9deb0a42552bc0dbffd1824c0f10c0b82135]

        INTEGRATION: CWS dr19 (1.35.16); FILE MERGED 2004/07/05 08:41:46 dr 1.35.16.2: RESYNC: (1.35-1.37); FILE MERGED 2004/06/03 18:39:39 dr 1.35.16.1: #i25883# complex functions, thanks to Michael Meeks

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [4f9fbd7af8c47ca65f8d79f6b8e4d71accc9de0f]

        INTEGRATION: CWS gcc340fixes01 (1.2.190); FILE MERGED 2004/07/16 13:09:35 cmc 1.2.190.1: #i31592# = NULL -> = 0 for pure virtuals

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [a67771746a33524a082ce95eb286646da9c1a55a]

        INTEGRATION: CWS gcc340fixes01 (1.1.12); FILE MERGED 2004/07/13 20:24:21 fa 1.1.12.1: #i31263# Add 'typename' to satisfy gcc 3.4

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [5e91de1e5574430f52d05044488df691aab2eeb0]

        INTEGRATION: CWS gcc340fixes01 (1.28.12); FILE MERGED 2004/07/15 16:17:55 hr 1.28.12.1: #i31534#: nTransliterationFlags is now mutable, clean up

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [eb4d34b59f1d7de3d43a38bca0255a9f384b0213]

        INTEGRATION: CWS gcc340fixes01 (1.15.480); FILE MERGED 2004/07/15 17:21:16 hr 1.15.480.1: #i31534#: gcc-3.4.1 port: AccessibleShapeInfo has no copy ctor which seems to be needed if AccessibleShapeInfo object is created on the fly. I can't see why the copy ctor should be needed here, gcc bug?

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [87497f9e0883ef4bebfaad6a0a08842bc96b9874]

        INTEGRATION: CWS gcc340fixes01 (1.31.96); FILE MERGED 2004/07/15 17:17:40 hr 1.31.96.1: #i31534#: gcc-3.4.1 port: AccessibleShapeInfo has no copy ctor which seems to be needed if AccessibleShapeInfo object is created on the fly. I can't see why the copy ctor should be needed here, gcc bug?

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [54f739748267c8d611507d20b26a295cb2634873]

        INTEGRATION: CWS gcc340fixes01 (1.3.480); FILE MERGED 2004/07/15 17:03:42 hr 1.3.480.1: #i31534: #include <algorithm>

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [c74ef36bf22512240c037192b40430810853d4d8]

        INTEGRATION: CWS gcc340fixes01 (1.2.576); FILE MERGED 2004/07/16 12:16:26 hr 1.2.576.1: #i31568#: gcc.3.4.x needs copy ctor for AccesibleShapeInfo, see http://gcc.gnu.org/bugs.html#cxx_rvalbind

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [93be92dadb06bf5bb6c26fc40da9e05be2f12b20]

        INTEGRATION: CWS gcc340fixes01 (1.2.778); FILE MERGED 2004/07/15 17:29:06 hr 1.2.778.1: #i31534#: syntax

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [6af7478a412c868090d76bb895208592163c9561]

        INTEGRATION: CWS gcc340fixes01 (1.9.204); FILE MERGED 2004/07/15 16:18:33 hr 1.9.204.1: #i31534#: nTransliterationFlags is now mutable, clean up

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [c54d1aaf4dfa7842c8bcd256a80202a21dc69da3]

        INTEGRATION: CWS gcc340fixes01 (1.4.128); FILE MERGED 2004/07/02 09:50:58 sb 1.4.128.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [a71116a4aea25ed0fb7adf24b458e6d7b233e1cd]

        INTEGRATION: CWS gcc340fixes01 (1.4.128); FILE MERGED 2004/07/02 09:38:07 sb 1.4.128.1: #i29352# Avoid problems with dependent names in templates; cleaned up #includes.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [908ebabf8ff554f575096451911354a825b118af]

        INTEGRATION: CWS gcc340fixes01 (1.11.26); FILE MERGED 2004/07/15 14:45:58 cmc 1.11.26.1: #i31532# add some thises

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [a20c0f8d363b0646400ce545ba577cba1d8c31f7]

        INTEGRATION: CWS gcc340fixes01 (1.5.172); FILE MERGED 2004/07/02 10:09:46 sb 1.5.172.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [6b2ab2cda574f4932aa00cf78ce0ee3bfc5a224c]

        INTEGRATION: CWS gcc340fixes01 (1.5.204); FILE MERGED 2004/07/13 11:27:01 hr 1.5.204.2: #i31262#: qualify UNO_QUERY 2004/07/02 10:09:46 sb 1.5.204.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [be772a844c5d584c9659142ab4040a355b1b77e9]

        INTEGRATION: CWS gcc340fixes01 (1.2.50); FILE MERGED 2004/07/15 15:57:55 hr 1.2.50.1: #i31546#: template lookup fix

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [e2a7d77f28a5434aad409dc15e082e1a3e3e83df]

        INTEGRATION: CWS gcc340fixes01 (1.4.34); FILE MERGED 2004/07/13 11:30:57 hr 1.4.34.1: #i31262#: include <algrorithm> (patch by fa)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [93bff697d3600937f1f1b6a8c1b3f59740e41387]

        INTEGRATION: CWS gcc340fixes01 (1.1.1.1.208); FILE MERGED 2004/07/02 10:09:46 sb 1.1.1.1.208.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [d6334392307fdc59084b850bb4795b48c2948fe5]

        INTEGRATION: CWS gcc340fixes01 (1.4.136); FILE MERGED 2004/07/02 10:09:45 sb 1.4.136.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [d8eba6803acb8a2ed9a39edf2e6675fc3cdeaa1b]

        INTEGRATION: CWS gcc340fixes01 (1.1.1.1.208); FILE MERGED 2004/07/13 11:57:19 hr 1.1.1.1.208.1: #i31262#: fix template lookup, see http://gcc.gnu.org/gcc-3.4/changes.html

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f3b9d7f8462dd35960f4491024f8dc4e0513430b]

        INTEGRATION: CWS gcc340fixes01 (1.1.200); FILE MERGED 2004/07/02 10:09:45 sb 1.1.200.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [5a4bdf2f312cfc1b58261fb9a49093d52faa984b]

        INTEGRATION: CWS gcc340fixes01 (1.3.268); FILE MERGED 2004/07/13 16:56:04 hr 1.3.268.1: #i31439#: fix template resolution

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [5506e794141a8fcc84d03ae418624e190d63f778]

        INTEGRATION: CWS gcc340fixes01 (1.4.4); FILE MERGED 2004/07/14 15:57:38 fa 1.4.4.1: #i31468# Make gcc 3.4 happy (patch from cmc)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [0056f84d5598f65491052e0d406737f1752081c3]

        INTEGRATION: CWS gcc340fixes01 (1.2.106); FILE MERGED 2004/06/04 15:09:15 fa 1.2.106.1: #i28777# gcc 3.4 fixes (only instantiate static object in template once)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [e74c25fdb15a8940a94260b5f90b6224d4ba34c6]

        INTEGRATION: CWS gcc340fixes01 (1.2.106); FILE MERGED 2004/06/04 15:09:13 fa 1.2.106.1: #i28777# gcc 3.4 fixes (only instantiate static object in template once)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [eafdb8ef741a7ba2a320f0cf00ec07f16b7a46b1]

        INTEGRATION: CWS gcc340fixes01 (1.3.14); FILE MERGED 2004/07/14 12:41:32 cmc 1.3.14.2: #i31438# trivial XWindow.hpp include 2004/07/14 12:22:13 cmc 1.3.14.1: #i31438# trivial XPackageRegistry.hpp include

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [bf76d01fca816ad8bfff389005b15ddd5c5d86ee]

        INTEGRATION: CWS gcc340fixes01 (1.139.10); FILE MERGED 2004/07/14 16:03:46 fa 1.139.10.1: #i31469# Make gcc 3.4 happy.  Patch by cmc, approved by JoergB: "Binding an rvalue (e.g. an unnamed temporary) to a reference requires the copy constructor to exist."

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [4854988d17ccd22e10846bb43f6113e3776b8a4e]

        INTEGRATION: CWS gcc340fixes01 (1.3.28); FILE MERGED 2004/07/14 07:39:23 cmc 1.3.28.2: #i31438# Hamburg likes uncouth this-> 2004/07/13 16:15:18 cmc 1.3.28.1: #i31438# gcc34 fixes for ucb

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [da13a91cda7b7467d8b3d5cf1f6cce392765cfce]

        INTEGRATION: CWS gcc340fixes01 (1.1.2); FILE ADDED 2004/07/14 13:56:42 hr 1.1.2.1: #i28294#: new linux environment

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [e369a8202043288487abbb100bbc7bde02f73fa3]

        INTEGRATION: CWS gcc340fixes01 (1.23.78); FILE MERGED 2004/07/14 14:07:18 hr 1.23.78.1: #i28294#: enable gcc-3.4.1

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [907d5604fd7cca1e43f3955ad346c71554b35e54]

        INTEGRATION: CWS gcc340fixes01 (1.2.64); FILE MERGED 2004/07/22 11:37:46 hr 1.2.64.2: #i28294#: use a more idiomatic approach to resolve template class bese members/methods 2004/06/04 15:14:23 fa 1.2.64.1: #i28928# gcc 3.4 fixes (must use explicit scoping)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [69181c42e1ee91e6392a2ff2f872c3e88e83b234]

        INTEGRATION: CWS gcc340fixes01 (1.2.82); FILE MERGED 2004/06/04 15:14:20 fa 1.2.82.1: #i28928# gcc 3.4 fixes (must use explicit scoping)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [bbbc2314ffa6ffa4f89960ab245eb14791abfdc6]

        INTEGRATION: CWS gcc340fixes01 (1.4.172); FILE MERGED 2004/07/14 14:54:31 hr 1.4.172.1: #i10000#: [Get|Set]LineOrientation() -> [Get|Set]Orientation()

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [4b0c84cec33e584c79a4e3073c426f2db743ca4b]

        INTEGRATION: CWS gcc340fixes01 (1.4.566); FILE MERGED 2004/07/14 14:56:12 hr 1.4.566.1: #i10000#: fix i18n* regsitration

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [0dbef8deba62c2d30032f1c379c47319a9a2499e]

        INTEGRATION: CWS gcc340fixes01 (1.4.162); FILE MERGED 2004/07/13 13:06:06 hr 1.4.162.1: #i31260#: include <algorithm> (patch by fa)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [b4c20bfbd26f429f86bf07c9e2bba39535002c04]

        INTEGRATION: CWS gcc340fixes01 (1.6.78); FILE MERGED 2004/07/22 13:57:53 hr 1.6.78.2: #i28294#: use a more idiomatic approach to resolve template class bese members/methods 2004/06/04 15:02:11 fa 1.6.78.1: #i28450# gcc 3.4 fixes (must use explicit scoping)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [936632b8ce7c97cbe3336602a98e73ed10553e5d]

        INTEGRATION: CWS gcc340fixes01 (1.22.14); FILE MERGED 2004/07/22 16:41:13 hr 1.22.14.1: #i28294#: libstdc++ and libgcc_s are needed for all versions of gcc3

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [7aa09ed55e77ddfd9dea3d72465b3a74c190c9c8]

        INTEGRATION: CWS gcc340fixes01 (1.14.8); FILE MERGED 2004/07/13 12:23:27 hr 1.14.8.1: #i31264#: fix syntax for template specialization (patch by FA)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [c384852d470e7c125a4edf8127a1448286fa174a]

        INTEGRATION: CWS gcc340fixes01 (1.20.6); FILE MERGED 2004/07/14 08:34:26 cmc 1.20.6.1: #i31438# namespace qualify Reference

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [9cb5d8ef3e98d599f0bbf0045ab36345a717fdb0]

        INTEGRATION: CWS gcc340fixes01 (1.5.128); FILE MERGED 2004/07/20 10:52:34 hr 1.5.128.1: #i31484#: gcc-3.4.x port, initialization fixes

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [1c9a478a754665fc592684a1419a47772a14cd4b]

        INTEGRATION: CWS gcc340fixes01 (1.18.128); FILE MERGED 2004/07/20 10:52:34 hr 1.18.128.1: #i31484#: gcc-3.4.x port, initialization fixes

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [fa33572ec28905893c6e63294ee6b0c47a6ea9c4]

        INTEGRATION: CWS gcc340fixes01 (1.16.128); FILE MERGED 2004/07/20 10:52:34 hr 1.16.128.1: #i31484#: gcc-3.4.x port, initialization fixes

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [3140045c7398d1f5332a6e149bc9ce701b47bd54]

        INTEGRATION: CWS gcc340fixes01 (1.2.28); FILE MERGED 2004/07/13 12:54:02 hr 1.2.28.1: #i31424#: insert typename

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [84ae43e0fe69e4a2ca7705bb5912ae7e9894d71d]

        INTEGRATION: CWS gcc340fixes01 (1.2.8); FILE MERGED 2004/07/13 20:25:50 fa 1.2.8.1: #i31442# #include IndexOutOfBoundsException.hpp to satisfy gcc 3.4

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [d1279d12b0f37597ca8a62e792e7d36b7658b2fc]

        INTEGRATION: CWS gcc340fixes01 (1.3.6); FILE MERGED 2004/07/22 12:56:06 hr 1.3.6.2: #i28294#: use a more idiomatic approach to resolve template class bese members/methods 2004/06/04 14:58:41 fa 1.3.6.1: #i28307# gcc 3.4 updates (must use explicit scoping)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [71e7e18c51f70941939b1aa9fdfb44fa5244d206]

        INTEGRATION: CWS gcc340fixes01 (1.3.110); FILE MERGED 2004/07/13 20:22:10 fa 1.3.110.1: #i31261# Specify namespaces/explicitly scope variables for gcc 3.4

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [ed6768aa5999409167c7e420690c52f5f51ea4ad]

        INTEGRATION: CWS gcc340fixes01 (1.15.14); FILE MERGED 2004/07/13 20:22:07 fa 1.15.14.1: #i31261# Specify namespaces/explicitly scope variables for gcc 3.4

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [2fc773a5c2fa2295a8ea9891bd249a69fcc0b8f3]

        INTEGRATION: CWS gcc340fixes01 (1.6.34); FILE MERGED 2004/07/13 20:22:05 fa 1.6.34.1: #i31261# Specify namespaces/explicitly scope variables for gcc 3.4

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [1c92523766802cd8366e1b922bff1c56c0654dda]

        INTEGRATION: CWS gcc340fixes01 (1.8.38); FILE MERGED 2004/07/16 12:37:49 cmc 1.8.38.1: #i31586# trivial namespace mod for gcc34

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [b10f500456e41e2084006f8071cbbe4736532a8f]

        INTEGRATION: CWS gcc340fixes01 (1.4.334); FILE MERGED 2004/07/13 20:28:08 fa 1.4.334.1: #i31445# explicitly scope data member to satisfy gcc 3.4

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [cf35b38539d468f4fcdcade6d553a59afbc27d7d]

        INTEGRATION: CWS gcc340fixes01 (1.6.128); FILE MERGED 2004/07/02 10:01:55 sb 1.6.128.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [4c81da578194625d8679105b500fce3d257adcb7]

        INTEGRATION: CWS gcc340fixes01 (1.11.44); FILE MERGED 2004/06/04 14:51:47 fa 1.11.44.1: #i28294# recognize gcc 3.4 and new libstdc++ (.so.6)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [8f1c300307394b707553e1803d42daf193433fcd]

        INTEGRATION: CWS gcc340fixes01 (1.9.44); FILE MERGED 2004/07/02 09:59:21 sb 1.9.44.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [0f0dc81248fe70945b783dff160441cdd6ebdb7b]

        INTEGRATION: CWS gcc340fixes01 (1.18.24); FILE MERGED 2004/07/02 09:58:05 sb 1.18.24.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [8267cc510f5e7ae515d38f80421edd87178b3570]

        INTEGRATION: CWS gcc340fixes01 (1.21.8); FILE MERGED 2004/07/02 09:56:36 sb 1.21.8.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [ecce85e01f06dde844d07c12bb00cfb58edfaad2]

        INTEGRATION: CWS gcc340fixes01 (1.13.6); FILE MERGED 2004/07/02 09:54:27 sb 1.13.6.1: #i29352# Avoid problems with dependent names in templates.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [5875a758da2d85eb5384e212c171c554fcd7df93]

        INTEGRATION: CWS gcc340fixes01 (1.14.346); FILE MERGED 2004/07/16 14:25:57 cmc 1.14.346.1: #i31601# trivial extra this and = 0 instead of = NULL and friend problem all for gcc34

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [d24f9d21ff9620fbb8c45f67bb76a706788f24a7]

        INTEGRATION: CWS gcc340fixes01 (1.19.38); FILE MERGED 2004/07/16 14:25:57 cmc 1.19.38.1: #i31601# trivial extra this and = 0 instead of = NULL and friend problem all for gcc34

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [01fb27e2e388ed45cbc7953403c0ef4b49381072]

        INTEGRATION: CWS gcc340fixes01 (1.4.96); FILE MERGED 2004/07/16 14:25:57 cmc 1.4.96.1: #i31601# trivial extra this and = 0 instead of = NULL and friend problem all for gcc34

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [6b47a06dabd6b65420e82bd524e93d96e493e16e]

        INTEGRATION: CWS gcc340fixes01 (1.21.40); FILE MERGED 2004/07/16 14:25:56 cmc 1.21.40.1: #i31601# trivial extra this and = 0 instead of = NULL and friend problem all for gcc34

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [5732c894dfb1db82a7f4329448a0f7b91bc19d5d]

        INTEGRATION: CWS gcc340fixes01 (1.4.92); FILE MERGED 2004/07/13 10:11:06 hr 1.4.92.1: #i31209#: fix typo

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [ca8d9c9bacaf7a734649d42bd5894176b4b562b2]

        INTEGRATION: CWS gcc340fixes01 (1.10.78); FILE MERGED 2004/07/22 12:42:34 hr 1.10.78.2: #i28294#: use a more idiomatic approach to resolve template class bese members/methods 2004/06/04 15:04:14 fa 1.10.78.1: #i28452# gcc 3.4 fixes (must use explicit scoping)

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [9f26753c73acb57092efc273f2ff8e1eb84c46fd]

        INTEGRATION: CWS gcc340fixes01 (1.59.44); FILE MERGED 2004/07/16 13:07:23 cmc 1.59.44.1: #i28294# trivial friend fix for gcc34

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [661a4aefc2c0ddc6f27bea06ca4224420720fa5f]

        INTEGRATION: CWS gcc340fixes01 (1.9.62); FILE MERGED 2004/07/16 13:36:57 cmc 1.9.62.1: #i31595# gcc34 requirements of a temp when no copy ctor available for pass by const reference

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [026ceb99af3803bd3bd283a6c73a4dd6bf097753]

        INTEGRATION: CWS gcc340fixes01 (1.20.56); FILE MERGED 2004/07/16 13:36:56 cmc 1.20.56.1: #i31595# gcc34 requirements of a temp when no copy ctor available for pass by const reference

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [72a73545f47add037b734f99bb0fea0f52239973]

        INTEGRATION: CWS gcc340fixes01 (1.30.16); FILE MERGED 2004/07/16 13:36:55 cmc 1.30.16.1: #i31595# gcc34 requirements of a temp when no copy ctor available for pass by const reference

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [fb5818130e2bea56556926bf399dd007f0b6acb5]

        INTEGRATION: CWS gcc340fixes01 (1.2.4); FILE MERGED 2004/07/15 15:37:27 cmc 1.2.4.1: #i31542# trivial = 0 instead of = NULL for pure virtuals

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [b91f430561a18cc00beb0c8fab070828ed6c5cba]

        INTEGRATION: CWS gcc340fixes01 (1.3.4); FILE MERGED 2004/07/14 15:32:02 cmc 1.3.4.1: #i31438# pure virtual is = 0, not = NULL

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [02b282d54c1dec8c666bbff1451d18954aaeb677]

        INTEGRATION: CWS gcc340fixes01 (1.4.4); FILE MERGED 2004/07/16 13:16:19 cmc 1.4.4.1: #i31580# minor gcc34 tweaks

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [1df815c26c74489249ffa8606993eda2d8034cff]

        INTEGRATION: CWS gcc340fixes01 (1.1.4); FILE MERGED 2004/07/15 15:25:46 cmc 1.1.4.1: #i31540# a little this required for gcc34

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [754b3b2208cc65bde9a14fad98873aecff541975]

        INTEGRATION: CWS gcc340fixes01 (1.7.4); FILE MERGED 2004/07/14 15:34:37 cmc 1.7.4.1: #i31438# passing temp to something that takes unconst reference

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [44a341c4d588343705ecda9603d5b979e73056e0]

        INTEGRATION: CWS gcc340fixes01 (1.2.4); FILE MERGED 2004/07/16 13:16:18 cmc 1.2.4.1: #i31580# minor gcc34 tweaks

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [581d4e489b8ed0317a6a2bf54cca928d9379bd96]

        INTEGRATION: CWS gcc340fixes01 (1.2.4); FILE MERGED 2004/07/16 13:16:17 cmc 1.2.4.1: #i31580# minor gcc34 tweaks

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [527c2740afa18e79786fe9e2b67e01383ea5a8ae]

        INTEGRATION: CWS gcc340fixes01 (1.2.4); FILE MERGED 2004/07/15 15:01:30 cmc 1.2.4.1: #i31537# gcc34 typename requirements

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [63594fa547c13cf8d2ae81cd3a27d369c3a054a8]

        INTEGRATION: CWS i18n13 (1.10.92); FILE MERGED 2004/05/13 07:16:05 khong 1.10.92.1: #i28829# fix crash problem when none of translation module is loaded

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [abda1a301f3f45d326d021ce5aa8c7e5550a6acd]

        INTEGRATION: CWS i18n13 (1.6.108); FILE MERGED 2004/06/08 22:45:58 khong 1.6.108.1: #115841# #115878# #116314# #116316# fix Japanese search problem and Katakana and Hiragana conversion

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [950d2d0628436da32f1db1197da968efe7e43514]

        INTEGRATION: CWS i18n13 (1.7.18); FILE MERGED 2004/06/08 22:45:58 khong 1.7.18.1: #115841# #115878# #116314# #116316# fix Japanese search problem and Katakana and Hiragana conversion

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f078a377a82b8e2b4ee423f6814de9e0485c8d44]

        INTEGRATION: CWS i18n13 (1.6.108); FILE MERGED 2004/06/08 22:45:57 khong 1.6.108.1: #115841# #115878# #116314# #116316# fix Japanese search problem and Katakana and Hiragana conversion

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [a1de411985c837741d8798466852f24c72ee4ec3]

        INTEGRATION: CWS i18n13 (1.11.2); FILE MERGED 2004/06/14 22:46:24 khong 1.11.2.1: #i20131# update Chinese and Korean bullet/numbering and outline setting

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [7e12439d66656b2f2336150e6939a5d27b46f74e]

        INTEGRATION: CWS i18n13 (1.12.2); FILE MERGED 2004/06/14 22:46:24 khong 1.12.2.1: #i20131# update Chinese and Korean bullet/numbering and outline setting

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [467d6820fbdea77fe8effb09fee3f1cb6054ad0b]

        INTEGRATION: CWS i18n13 (1.15.2); FILE MERGED 2004/06/14 22:46:23 khong 1.15.2.1: #i20131# update Chinese and Korean bullet/numbering and outline setting

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f0e1ab8ab033ce1ece12642c93aa020a2694b744]

        INTEGRATION: CWS i18n13 (1.12.2); FILE MERGED 2004/06/14 22:44:50 khong 1.12.2.1: #116417# update Japanese bullet/numbering and outline setting

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f961dd58721de1b03d46cf04e80c150206eebbd1]

        INTEGRATION: CWS i18n13 (1.10.2); FILE MERGED 2004/06/17 20:45:58 khong 1.10.2.2: #111946# remove added calendars, update some format code 2004/06/17 04:40:53 khong 1.10.2.1: #111946# add different calendars for Arabic locales

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [8bb84c5f1b16412bf3fc3e7e4a2a013ac312a70a]

        INTEGRATION: CWS i18n13 (1.9.84); FILE MERGED 2004/06/17 20:45:57 khong 1.9.84.4: #111946# remove added calendars, update some format code 2004/06/17 04:40:53 khong 1.9.84.3: #111946# add different calendars for Arabic locales 2004/06/03 22:58:47 khong 1.9.84.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/13 07:19:14 khong 1.9.84.1: #111945# use Arabic commas in Arabic date format

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [e858955c339d69b9acd331d29e4c3fe6c7c1c156]

        INTEGRATION: CWS i18n13 (1.9.2); FILE MERGED 2004/06/17 20:45:57 khong 1.9.2.2: #111946# remove added calendars, update some format code 2004/06/17 04:40:53 khong 1.9.2.1: #111946# add different calendars for Arabic locales

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [317aabed81ea13fe6ec271613d59324499404fb4]

        INTEGRATION: CWS i18n13 (1.12.84); FILE MERGED 2004/06/19 00:16:01 khong 1.12.84.5: #111946# update date format 2004/06/17 20:45:57 khong 1.12.84.4: #111946# remove added calendars, update some format code 2004/06/17 04:40:52 khong 1.12.84.3: #111946# add different calendars for Arabic locales 2004/06/03 22:58:13 khong 1.12.84.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/13 07:19:13 khong 1.12.84.1: #111945# use Arabic commas in Arabic date format

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [f40d7dd9f3b96070189314ec3e8001031b0a431e]

        INTEGRATION: CWS i18n13 (1.26.2); FILE MERGED 2004/06/14 22:41:31 khong 1.26.2.2: #i29964# #i29965# fix indexentrysupplier crash on window platform 2004/06/11 15:26:19 er 1.26.2.1: #i30095# getFollowPageWords: typo caused this to not work

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [92ea6e096ecfb32e41721aec534e311a659fd418]

        INTEGRATION: CWS i18n13 (1.10.2); FILE MERGED 2004/06/14 22:41:31 khong 1.10.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [3735e9a369b2ff6da2624dfef23cc1489a66151e]

        INTEGRATION: CWS i18n13 (1.5.2); FILE MERGED 2004/06/14 22:37:57 khong 1.5.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [30041230619194834cfeee613731d86483e77eaa]

        INTEGRATION: CWS i18n13 (1.6.26); FILE MERGED 2004/05/20 19:00:41 khong 1.6.26.1: #i29377# map Ignore case option to ICU Secondary stregth

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [14fa9dbe4a71af54675285ef3bb38870be56b191]

        INTEGRATION: CWS i18n13 (1.9.26); FILE MERGED 2004/06/08 22:19:05 khong 1.9.26.1: #111946# add more gregorian calendar in different languages for Arabic locales

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [d2a6a31e6981800c2a920f8c6ff901c341a0466e]

        INTEGRATION: CWS i18n13 (1.8.92); FILE MERGED 2004/06/14 23:24:16 khong 1.8.92.2: #112772# Japanese word breakiterator is not correct 2004/06/11 19:23:04 khong 1.8.92.1: #112772# Japanese word breakiterator is not correct

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [6138176b324d55efb1970ad4506c3aee41061d6f]

        INTEGRATION: CWS i18n13 (1.15.2); FILE MERGED 2004/06/17 20:29:38 khong 1.15.2.3: # 2004/06/11 18:59:43 khong 1.15.2.2: #i29548# Fix Thai word breakiterator problem 2004/06/08 21:11:34 khong 1.15.2.1: #i29548# Fix Thai word breakiterator problem

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [25e78ca2315f780c2708dd51824aba36c29bc7b7]

        INTEGRATION: CWS i18n13 (1.4.162); FILE MERGED 2004/06/08 21:11:33 khong 1.4.162.1: #i29548# Fix Thai word breakiterator problem

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [d6b8dabc3dc4811e1152d411a8428ccb334d16ab]

        INTEGRATION: CWS i18n13 (1.7.162); FILE MERGED 2004/06/11 19:23:04 khong 1.7.162.1: #112772# Japanese word breakiterator is not correct

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [9ea4c16a699ac7cf5e255a19653651ac993f022b]

        INTEGRATION: CWS i18n13 (1.9.92); FILE MERGED 2004/06/11 19:23:04 khong 1.9.92.1: #112772# Japanese word breakiterator is not correct

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [2887ecb5554eee699e1dce4ffbc2dfcf71a54a41]

        INTEGRATION: CWS i18n13 (1.15.18); FILE MERGED 2004/06/17 20:29:38 khong 1.15.18.2: # 2004/06/02 04:54:24 khong 1.15.18.1: #i11993# fix getWordBoundary problem when position is on the end of the word.

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [138fad3972a34309f1d578dcfcac6169bd965979]

        INTEGRATION: CWS i18n13 (1.3.158); FILE MERGED 2004/06/11 19:24:35 khong 1.3.158.1: #112772# Japanese word breakiterator is not correct

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [a153428dd115934cea956cf3795f9b1aea6c3c5d]

        INTEGRATION: CWS i18n13 (1.10.2); FILE MERGED 2004/06/14 22:42:36 khong 1.10.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [25c0d8b1c9bab89676ada64bcd1a104dce28e806]

        INTEGRATION: CWS i18n13 (1.3.2); FILE MERGED 2004/06/14 22:42:36 khong 1.3.2.1: #i29964# #i29965# fix indexentrysupplier crash on window platform

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [7b414a54d0cc35f97f026683413921a7a8e6025c]

        INTEGRATION: CWS i18n13 (1.7.2); FILE MERGED 2004/06/11 19:11:33 khong 1.7.2.2: #i29548# Fix Thai word breakiterator problem 2004/06/08 21:08:43 khong 1.7.2.1: #i29548# Fix Thai word breakiterator problem

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [e945dcab54ad86f5b2629313e2c7727454164dc0]

        INTEGRATION: CWS i18n13 (1.3.164); FILE MERGED 2004/06/08 21:08:43 khong 1.3.164.1: #i29548# Fix Thai word breakiterator problem

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [e585ce7f8ebfbe9481e53aeab3d43de4603635f0]

        INTEGRATION: CWS i18n13 (1.4.26); FILE MERGED 2004/06/11 19:24:35 khong 1.4.26.1: #112772# Japanese word breakiterator is not correct

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [b7498a395c9f596cf901ed06519bbdb80fd6ac3d]

        INTEGRATION: CWS db2003tk (1.3.68); FILE MERGED 2004/07/08 13:49:04 obo 1.3.68.1: #i30978# make berkeleydb buildable for .NET2003 Toolkit

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [20c1da8baafeb30fb41e0693936e31c92ac9c359]

        INTEGRATION: CWS db2003tk (1.16.14); FILE MERGED 2004/07/22 14:50:18 obo 1.16.14.3: #i30978# export symbols 2004/07/21 08:55:36 obo 1.16.14.2: #i30978# some changes by Volker Quetschke 2004/07/02 11:44:56 obo 1.16.14.1: #i30978# change to build with makefiles

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [b25ae687857e4b780585faae4aec4c55b0f2473e]

        INTEGRATION: CWS icu2003tk (1.17.8); FILE MERGED 2004/07/01 11:32:25 obo 1.17.8.3: #i30561# path separator fixed 2004/06/22 11:31:23 obo 1.17.8.2: #i30561# change build process for wntmsci10 (.NET 2003) to makefiles 2004/06/21 14:07:43 obo 1.17.8.1: change to nmake makefiles for .NET 2003 toolkit

2004-07-30  Kurt Zenker  <kz@openoffice.org>  [31b6ac095b3d22e339cbc0e8af46529b6046cc7f]

        INTEGRATION: CWS powerpointmetrics01 (1.37.104); FILE MERGED 2004/05/14 15:12:17 thb 1.37.104.1: #115345# Corrected some cases when adding to an empty clip path

2004-07-30  Rüdiger Timm  <rt@openoffice.org>  [ba4c539d7ac09df76149fc1dbcd69aab245e0c05]

        #i10000# Correct destdir

2004-07-30  Stephan Bergmann  <sb@openoffice.org>  [600c784af3b929f71e650b896e8b05bf425e9231]

        #i100000#

2004-07-30  Rüdiger Timm  <rt@openoffice.org>  [1c82bd957dac480e2d537f49a39180897b2dfb08]

        #i10000# Removed BSCLIENT condition

2004-07-30  Rüdiger Timm  <rt@openoffice.org>  [275b9011b7a273159a4701e636c38edb477462df]

        #i10000# Correct path

2004-07-29  Rüdiger Timm  <rt@openoffice.org>  [cfe3e7b06dee65c277ceaee1e6d170b14f873953]

        #i10000# Initial revision, created by IS

2004-07-29  Rüdiger Timm  <rt@openoffice.org>  [e31edcdf1eb99616973ab04a70df3c63531d554a]

        #i10000# Fixes by IS

2004-07-29  Rüdiger Timm  <rt@openoffice.org>  [48966537f06161044280f81da7be1d08457a7c78]

        #i10000# Windows: need to find msvcr70.dll(changed by IS)

2004-07-29  Rüdiger Timm  <rt@openoffice.org>  [41ed40ac7149d192b4665d1ed0d7db04b49add18]

        #i10000# For Hamburg RE builds now use environment variable 'SHIPDRIVE' (changes made by IS)

2004-07-29  Oliver Braun  <obr@openoffice.org>  [c14a9bceb3607058661006ad7ebf6e099d2e8e7d]

        #i32283# new package naming conventions

2004-07-29  Christof Pintaske  <cp@openoffice.org>  [76887fa77f4064dd84b76e2f337e749aaaef0856]

        #i32245# FIXME: temporarily disabled display destructor

2004-07-29  Ingo Schmidt  <is@openoffice.org>  [9a7e138608348f1d479aec24c38f2cf83a7d55d5]

        #i32283# substituting milestone with lastminor

2004-07-28  Lars Oppermann  <lo@openoffice.org>  [240e44e353cd4e9553cee10fc1fed43d775ab41c]

        #i32224# set install-complete flag after files have been copied, not after language has been set (messed up merge)

2004-07-28  Kurt Zenker  <kz@openoffice.org>  [3500d3476b5289cbbb4f7623fef7c67d8e5693e9]

        #i32204# libxml2.so -> libxml2.so.2

2004-07-28  Malte Timmermann  <mt@openoffice.org>  [d9bfd7e2955db0bcdccfea2e0f680195bd84e1c0]

        #i21596# Digital Signatures...

2004-07-28  Michael Mi  <mmi@openoffice.org>  [51ed32f789d9f58ee159a881e464994ad3984c5e]

        bug fix
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-27  Oliver Bolte  <obo@openoffice.org>  [98335f39c9f4a178bc6971764454346e0beaddf6]

        iso code change

2004-07-27  Oliver Bolte  <obo@openoffice.org>  [2535c037f4bb7803e10a74e3bd1f4c79bf0d4ce7]

        iso code change

2004-07-27  Vladimir Glazounov  <vg@openoffice.org>  [adf8a28ff2096868edcf74acf7a12bbb9a61a5a5]

        #100000# changed update policy

2004-07-27  Vladimir Glazounov  <vg@openoffice.org>  [a09e5752bf8a1533ef89bc5783e49a4d5dea5ded]

        #100000# get rid of warning

2004-07-27  Kurt Zenker  <kz@openoffice.org>  [7d48f5d5a231f634824bf3ff50e805ceb1d1311a]

        #i10000# add HID_SCRIPTSBOX

2004-07-27  Vladimir Glazounov  <vg@openoffice.org>  [a8ad29833d1a8b45b89b99c7d1011496b2403f16]

        #100000# get rid of warning

2004-07-27  Kurt Zenker  <kz@openoffice.org>  [453113ff2557f57a4c56ed7a4944515bf7eec589]

        #i10000# renamed xml2.dll to libxml2.dll (LO)

2004-07-27  Malte Timmermann  <mt@openoffice.org>  [1f9acb2f71e95ce9333728ab19dea0aa8e12f819]

        #i21596# Digital Signatures...

2004-07-27  Kurt Zenker  <kz@openoffice.org>  [3da3e34499e8066e51d2aad3c74e44332ed2e814]

        #i10000# syntax in documentation fixed

2004-07-27  Kurt Zenker  <kz@openoffice.org>  [d9513eef7405d03192263faacb880be47e4edee1]

        #i10000# syntax in documentation fixed

2004-07-27  gt  <gt@openoffice.org>  [797bcf1c33e166b7880c5eed7292a600ce3e6fd0]

        #i20883# image for tree list in Certification Path

2004-07-27  gt  <gt@openoffice.org>  [732efe1b2f854287e4bf7b8998a050fe0b4a0179]

        #i20883# signature state in DigitalSignaturesDialog

2004-07-26  Kurt Zenker  <kz@openoffice.org>  [4a4a64450f80aa1bf5dd58b455d21a8ea87e6811]

        #i10000# VCLLIB added

2004-07-26  Kurt Zenker  <kz@openoffice.org>  [dde8cd7c9a2e6d25f560e0f77ba46006c089762a]

        #i10000# return value was missing

2004-07-26  Malte Timmermann  <mt@openoffice.org>  [f5ac518a9ac4af010b3267594bdc5caf4da617a8]

        #i21596# Digital Signatures...

2004-07-26  Malte Timmermann  <mt@openoffice.org>  [e732866dd73615e5f582fa637b6c884e99980732]

        #i21596# Digital Signatures...

2004-07-26  Kurt Zenker  <kz@openoffice.org>  [c063d59c8de79248a2dbeb800b26e198c8470a4c]

        #i10000# wrong merge resolved

2004-07-26  Rüdiger Timm  <rt@openoffice.org>  [f6280f41548ae4acf53509e5a4f5d77f657ec425]

        #i10000# ADDITIONAL_FILES added again.

2004-07-26  Malte Timmermann  <mt@openoffice.org>  [0295f68c9dadd9e01e383f3d7d1975022c643e8f]

        #i21596# Digital Signatures...

2004-07-26  Rüdiger Timm  <rt@openoffice.org>  [83ce5da43b489e50449d3b9113c2f5f149ee8b68]

        #i10000# There really should be no dependency on sal here.

2004-07-26  Rüdiger Timm  <rt@openoffice.org>  [adb4bad3391071ad76b92d13fc65ae992e992c1d]

        #i10000#

2004-07-26  Malte Timmermann  <mt@openoffice.org>  [f2cd9e259fb634584b42ffebfd22622df3867065]

        #i21596# Digital Signatures...

2004-07-26  Michael Mi  <mmi@openoffice.org>  [568e4e8c2e5f4a6b9351a3880f97c23a0c5a0f48]

        Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Provide big integer convertor.

2004-07-26  Malte Timmermann  <mt@openoffice.org>  [2c16e861d922a9ab9150083e1e7311727f78dc23]

        #i21596# Digital Signatures...

2004-07-26  Malte Timmermann  <mt@openoffice.org>  [ce749e09bedaa501990200ff826774d2112ffe44]

        #i21596# Digital Signatures...

2004-07-25  Michael Mi  <mmi@openoffice.org>  [0bf1fb5a8c6e73fa8959450eced60e323e48b93b]

        Issue number: Submitted by:   Andrew Fan Reviewed by:
        
        Fix the buf that NSS cannot initialize twice.

2004-07-25  Kurt Zenker  <kz@openoffice.org>  [bebb9026b3162c2c3a2fc4011988727d1fac04ec]

        new version for SRC680

2004-07-24  Kurt Zenker  <kz@openoffice.org>  [1509715b3fe5a637742367dfd620a1ac6a5b6738]

        new version for SRC680

2004-07-24  Kurt Zenker  <kz@openoffice.org>  [59d3f200fee07c04067bb18f87185e9ad62e3195]

        new version for SRC680

2004-07-24  Kurt Zenker  <kz@openoffice.org>  [f9013b252a06a905cca81b2a030a68327b629636]

        new version for SRC680

2004-07-24  Kurt Zenker  <kz@openoffice.org>  [2bb4d3c7d7d5762cc1ccc84c371213ac1900f983]

        new version for SRC680

2004-07-24  Kurt Zenker  <kz@openoffice.org>  [9a7953cf38363bfa62a659b549d108967dc5b942]

        new version for SRC680

2004-07-24  Kurt Zenker  <kz@openoffice.org>  [66365eeba50e2ab52e82e73f03c6dbf617a65953]

        new version for SRC680

2004-07-24  Rüdiger Timm  <rt@openoffice.org>  [53896bc18b6662a465bfa9656585d889def1433f]

        new version for SRC680

2004-07-24  Rüdiger Timm  <rt@openoffice.org>  [e8c1870334620258019d4662a7dc3ce1bd109de7]

        new version for SRC680

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [bdef8c4d4891610f71f8c3eb6bb2291ff5d82dc4]

        new version for SRC680

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [3b1d8a10fac363f8e71e720ce1ecd9b3c8d31298]

        SRC680

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [fe5dad9fc10bb07c8b9fb2bc3e29672eaf6a21e8]

        INTEGRATION: CWS sb20 (1.5.100); FILE MERGED 2004/06/14 13:25:31 sb 1.5.100.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a36b0fd79e8f790ba99f65f5961cc6a4e80ee563]

        INTEGRATION: CWS sb20 (1.3.96); FILE MERGED 2004/06/14 13:25:30 sb 1.3.96.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e5cd7b9fada330f70e282a867b24a58ab7b8c185]

        INTEGRATION: CWS sb20 (1.6.4); FILE MERGED 2004/07/02 13:28:31 sb 1.6.4.1: #i29740# Added PropertySetMixin.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [06856a565b7cfa52aaafa120ecb684e1a6ec4625]

        INTEGRATION: CWS sb20 (1.4.100); FILE MERGED 2004/06/14 13:25:30 sb 1.4.100.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [997854be8bd1d276ff0006d2fa0a12b6557e0c97]

        INTEGRATION: CWS sb20 (1.2.6); FILE MERGED 2004/06/14 13:25:29 sb 1.2.6.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [46548b03b1fa79512f4eea064b6627b93a55ac05]

        INTEGRATION: CWS sb20 (1.5.10); FILE MERGED 2004/06/14 13:25:28 sb 1.5.10.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9e3cc0d8c6537a8d75e7ff20a21838671fe23a9e]

        INTEGRATION: CWS sb20 (1.2.10); FILE MERGED 2004/06/14 13:25:27 sb 1.2.10.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6a5fcef8bb8e804e184ab51bed5dcad1c8fe3b3e]

        INTEGRATION: CWS sb20 (1.7.10); FILE MERGED 2004/07/09 09:50:14 sb 1.7.10.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [bbba52fc255e702d64f7830fe838eeee3dfa8287]

        INTEGRATION: CWS sb20 (1.3.36); FILE MERGED 2004/06/14 13:50:45 sb 1.3.36.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f3457dcfb4d6021cf6486c5b284968a253ca9351]

        INTEGRATION: CWS sb20 (1.4.20); FILE MERGED 2004/06/14 13:08:30 sb 1.4.20.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [aa71a71b1a5612ceba5963cb05b69c898be5f066]

        INTEGRATION: CWS sb20 (1.1.1.1.38); FILE MERGED 2004/06/14 11:52:02 sb 1.1.1.1.38.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [31675d20bdd15e084bf6814cf0f120c6f4f6e320]

        INTEGRATION: CWS sb20 (1.5.80); FILE MERGED 2004/06/14 13:14:12 sb 1.5.80.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [73c85bf10df458a24e738aae4a6197e990f69a64]

        INTEGRATION: CWS sb20 (1.6.50); FILE MERGED 2004/06/14 13:14:10 sb 1.6.50.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a6eb5f97ba5fe799eb3d880f737aacb0e4008a4b]

        INTEGRATION: CWS sb20 (1.3.68); FILE MERGED 2004/06/14 13:14:09 sb 1.3.68.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [631f6e7a9ea53a2b4f2c3bb3c70c3b80851fdac8]

        INTEGRATION: CWS sb20 (1.2.70); FILE MERGED 2004/06/14 13:14:08 sb 1.2.70.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6637d550c6b4fe9e7c0c04b2a0a6d9901f7d16b4]

        INTEGRATION: CWS sb20 (1.3.50); FILE MERGED 2004/06/14 13:14:06 sb 1.3.50.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [aa366cc9c8fcff04ce1057d32e81e379e60e4dc3]

        INTEGRATION: CWS sb20 (1.2.28); FILE MERGED 2004/06/14 13:14:05 sb 1.2.28.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [981b3ae117897fdaa2cfb85f6a5ba87a03a00937]

        INTEGRATION: CWS sb20 (1.4.30); FILE MERGED 2004/06/14 13:14:03 sb 1.4.30.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [dc2f035bdbb5e73612a6738671f27f9f51232284]

        INTEGRATION: CWS sb20 (1.1.98); FILE MERGED 2004/06/14 13:45:18 sb 1.1.98.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [fa895606248145a1072d0a4d503bb12c1f91414e]

        INTEGRATION: CWS sb20 (1.4.8); FILE MERGED 2004/06/30 13:25:46 sb 1.4.8.1: #i29740# Minor improvement.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [babb9f85c9f6d926f0a7968fd3207a88ee07a982]

        INTEGRATION: CWS sb20 (1.2.38); FILE MERGED 2004/07/12 12:08:11 sb 1.2.38.2: RESYNC: (1.2-1.6); FILE MERGED 2004/06/15 08:48:43 sb 1.2.38.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f28cfffb6a59ecf358e6e47aea3416f58e240e2f]

        INTEGRATION: CWS sb20 (1.3.100); FILE MERGED 2004/06/15 08:48:43 sb 1.3.100.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f3e7d67750db13cb982dafceac9679c183055b1e]

        INTEGRATION: CWS sb20 (1.4.100); FILE MERGED 2004/06/15 08:48:43 sb 1.4.100.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5a8fb751f77040624163852dd95708df292a41ad]

        INTEGRATION: CWS sb20 (1.76.18); FILE MERGED 2004/07/12 11:57:30 sb 1.76.18.2: RESYNC: (1.76-1.79); FILE MERGED 2004/07/08 13:40:17 sb 1.76.18.1: #i29741# Introduced new type_references/OO_20.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [efcaa87f550f8c48e3f1949a7ade4d9f465dd507]

        INTEGRATION: CWS sb20 (1.3.40); FILE MERGED 2004/07/09 08:32:34 sb 1.3.40.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e4d51f13ad24638d16371a03783de45462ea059c]

        INTEGRATION: CWS sb20 (1.9.40); FILE MERGED 2004/07/09 08:32:33 sb 1.9.40.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4fa2a1f084d6135e88100b71601effe23897410c]

        INTEGRATION: CWS sb20 (1.2.4); FILE MERGED 2004/07/13 14:34:52 sb 1.2.4.1: #i31281# Added support for XPublished.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4d1e253358b4fe2aebcf8b4607784368abfd83f4]

        INTEGRATION: CWS sb20 (1.3.4); FILE MERGED 2004/07/13 14:34:49 sb 1.3.4.2: #i31281# Added support for XPublished. 2004/07/08 15:34:28 sb 1.3.4.1: Adapted to the change that polymorphic struct type templates may not have base types.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [237874ca15d62156f75dcaf4241c4c733b429e2b]

        INTEGRATION: CWS sb20 (1.3.4); FILE MERGED 2004/07/13 14:34:48 sb 1.3.4.2: #i31281# Added support for XPublished. 2004/07/08 15:34:28 sb 1.3.4.1: Adapted to the change that polymorphic struct type templates may not have base types.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5bf834c8e2740337df13e20f1cd3aff766c1cc49]

        INTEGRATION: CWS sb20 (1.6.4); FILE MERGED 2004/07/08 08:58:48 sb 1.6.4.1: #i31194# Use XServiceConstructorDescription for default constructors also (so that a service can now have no constructors at all).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [05c035971984a2b6539a6dc9c9e7b9781192689a]

        INTEGRATION: CWS sb20 (1.15.4); FILE MERGED 2004/07/13 14:34:45 sb 1.15.4.1: #i31281# Added support for XPublished.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9c30b597cc482f009d435c1b62022d01bbfcddf1]

        INTEGRATION: CWS sb20 (1.10.4); FILE MERGED 2004/07/13 14:34:44 sb 1.10.4.1: #i31281# Added support for XPublished.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9a9dc1201b9690bcdec8ea3cbe0024fb782200ab]

        INTEGRATION: CWS sb20 (1.2.4); FILE MERGED 2004/07/13 14:34:43 sb 1.2.4.1: #i31281# Added support for XPublished.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [756f1cc976a09a194b168d2f66f782cf0c44c6e7]

        INTEGRATION: CWS sb20 (1.2.4); FILE MERGED 2004/07/13 14:34:42 sb 1.2.4.1: #i31281# Added support for XPublished.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [902853fdc662f3a3300726dd3da57c70b68d5842]

        INTEGRATION: CWS sb20 (1.5.22); FILE MERGED 2004/07/13 14:34:41 sb 1.5.22.1: #i31281# Added support for XPublished.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d36b3495bb98c2dbcfa73674ae135adc93239401]

        INTEGRATION: CWS sb20 (1.15.4); FILE MERGED 2004/07/13 14:34:40 sb 1.15.4.1: #i31281# Added support for XPublished.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d055962cc62554ce072f4f09902207349ecac7da]

        INTEGRATION: CWS sb20 (1.6.42); FILE MERGED 2004/07/14 09:02:30 sb 1.6.42.2: #i31281# Dropped explicit keyword from ctors with more than one args. 2004/07/14 08:58:42 sb 1.6.42.1: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7b80ba1fde3d786c70210fa00ef0996f78ef8d79]

        INTEGRATION: CWS sb20 (1.17.6); FILE MERGED 2004/07/12 11:01:16 sb 1.17.6.2: RESYNC: (1.17-1.18); FILE MERGED 2004/07/09 09:24:26 sb 1.17.6.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f1f0d0b6d04e8cb0f402dea4a7feaedc9dd85e1d]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:41 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 10:58:46 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:16 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:21 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ce489cb43599da41f6b12699463208c2afd9219b]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:41 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 10:58:12 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:15 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:20 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c62b12784865ddcc004ff395fda398ce9741aaed]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:41 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 10:57:42 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:15 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:20 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [3f3b924b891aef94ae37bee6c5667a3f29f6c68b]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:40 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 10:57:13 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:15 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:19 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [32e8f5b2fb7c1b834fcf8b80d9c9a8c1b044d34f]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:40 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 10:56:47 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:15 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:19 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6aa87e8882f188dad50a470dac5528f02634537d]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:39 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 11:00:32 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:14 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:18 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [72fbb643198b75e2976778690b5e49ce76e9c2a8]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:39 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 11:00:10 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:14 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:18 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4dd6185620d05e59a19ad7b0838178d638a26189]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:39 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 10:59:40 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:14 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:18 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [806ca382fda53b05b6459d33ee8a5fe3a9beb703]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:38 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 10:57:32 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:14 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:17 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b67d4de56d85df43f764f55af92750653ae160c7]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:38 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 10:57:04 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:14 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:17 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [901bec55363950cf56f489550af0e0d49d877442]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:38 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 11:00:52 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:13 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:16 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4fd0483acf0c9ec0d9853cf95b0c4016524d6076]

        INTEGRATION: CWS sb20 (1.9.34); FILE MERGED 2004/07/14 08:58:37 sb 1.9.34.4: #i31281# [Agg]ImplInheritanceHelper1--12 now support BaseClass ctors with up to six arguments (more can be added if need be). 2004/07/12 10:59:14 sb 1.9.34.3: RESYNC: (1.9-1.10); FILE MERGED 2004/07/12 07:34:13 sb 1.9.34.2: #i29352# Reverted 1.9.34.1 to 1.9, to avoid merge conflicts; 1.9.34.1 will make its way to HEAD as the copied 1.9.26.1 once cws_src680_gcc340fixes01 is integrated. 2004/06/10 12:55:16 sb 1.9.34.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [41539921950710f55d64da10b8a8b3bfe6bc3d49]

        INTEGRATION: CWS sb20 (1.4.34); FILE MERGED 2004/07/08 12:49:25 sb 1.4.34.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8a2065865d6107c2c8ebcc40b4e4ca6127017728]

        INTEGRATION: CWS sb20 (1.15.16); FILE MERGED 2004/07/12 15:23:57 sb 1.15.16.1: #i31281# Added XPublished.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [476611ac3fc4f3b7e8483bd83510fbc30aaf5b03]

        INTEGRATION: CWS sb20 (1.9.16); FILE MERGED 2004/07/12 15:23:33 sb 1.9.16.1: #i31281# Fixed documentation.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4ee3da583c97d47870d56d78ab1336794d46e709]

        INTEGRATION: CWS sb20 (1.11.16); FILE MERGED 2004/07/12 15:23:56 sb 1.11.16.1: #i31281# Added XPublished.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [512a51096141cc7e338bdb2f5618ac589d3eb68c]

        INTEGRATION: CWS sb20 (1.3.16); FILE MERGED 2004/07/08 08:57:58 sb 1.3.16.1: #i31194# Use XServiceConstructorDescription for default constructors also (so that a service can now have no constructors at all).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [221553a234f91b8e690b7a7f4887d6eabae9ef1d]

        INTEGRATION: CWS sb20 (1.2.32); FILE MERGED 2004/07/08 08:57:57 sb 1.2.32.1: #i31194# Use XServiceConstructorDescription for default constructors also (so that a service can now have no constructors at all).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a185a6ff931dee31c306c274fca80b1a816304ee]

        INTEGRATION: CWS sb20 (1.1.2); FILE ADDED 2004/07/12 15:24:49 sb 1.1.2.1: #i31281# Added XPublished.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [cd9fdc3d3ccac85b44df23cf3198dc024ecc064c]

        INTEGRATION: CWS sb20 (1.7.16); FILE MERGED 2004/07/08 12:49:25 sb 1.7.16.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b8c17bef785199961a2205be85676810d83e0855]

        INTEGRATION: CWS sb20 (1.9.16); FILE MERGED 2004/07/08 12:49:24 sb 1.9.16.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [83de94ea7db2d3997f6aef54f625190a8c5eb2b2]

        INTEGRATION: CWS sb20 (1.1.34); FILE MERGED 2004/06/15 07:44:17 sb 1.1.34.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [111369138fb3719b3aae6b0268db6e8c13fb6c19]

        INTEGRATION: CWS sb20 (1.1.34); FILE MERGED 2004/06/15 07:44:02 sb 1.1.34.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e5a14a5700b445b609e52aa036425d14b9685f90]

        INTEGRATION: CWS sb20 (1.28.34); FILE MERGED 2004/06/15 07:43:45 sb 1.28.34.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7c0d68c8535af2a55995f2016dbb7b0eab1f5f6d]

        INTEGRATION: CWS sb20 (1.2.34); FILE MERGED 2004/07/09 12:43:45 sb 1.2.34.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a373124b5a751ce1fcefe4ce646ab32111643702]

        INTEGRATION: CWS sb20 (1.3.34); FILE MERGED 2004/06/15 07:43:13 sb 1.3.34.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [bc55427ad22744b9ce3c0b9655c82fd527c34a23]

        INTEGRATION: CWS sb20 (1.29.16); FILE MERGED 2004/06/15 07:43:12 sb 1.29.16.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [806f32733c432f91c1d5007f27149efee0fdf285]

        INTEGRATION: CWS sb20 (1.8.24); FILE MERGED 2004/06/15 07:42:55 sb 1.8.24.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a5d16addc8bc6372fec16674778a528b1d0a5b83]

        INTEGRATION: CWS sb20 (1.1.34); FILE MERGED 2004/06/15 07:42:33 sb 1.1.34.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [624e248fadcc8e8df3cc12527fe7632a52abbb55]

        INTEGRATION: CWS sb20 (1.2.44); FILE MERGED 2004/07/09 11:39:25 sb 1.2.44.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [aa4d60260a32e5fd0f06cfea5118a28dd49cde8b]

        INTEGRATION: CWS sb20 (1.2.44); FILE MERGED 2004/06/14 11:41:45 sb 1.2.44.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [bb7da2c4d53800ce458a1e619c968e6e465a9085]

        INTEGRATION: CWS sb20 (1.2.44); FILE MERGED 2004/07/09 13:29:34 sb 1.2.44.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6602cab6b75b535d0bb5bf6b44ea0b1341c36b5e]

        INTEGRATION: CWS sb20 (1.2.116); FILE MERGED 2004/07/09 13:29:32 sb 1.2.116.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [422f6931e91da50b2a7e4b0ab8245df02867e9b2]

        INTEGRATION: CWS sb20 (1.3.110); FILE MERGED 2004/06/14 11:41:43 sb 1.3.110.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9c90fa61e9ea6159e54fe79454c61e7cf1280a42]

        INTEGRATION: CWS sb20 (1.3.110); FILE MERGED 2004/07/09 13:29:31 sb 1.3.110.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8910bd3edacc0a213076139f75b11ed174b9147e]

        INTEGRATION: CWS sb20 (1.5.2); FILE MERGED 2004/06/14 11:41:42 sb 1.5.2.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8dc9d3f3fb205870e9778833513967c89a02eac5]

        INTEGRATION: CWS sb20 (1.3.62); FILE MERGED 2004/07/09 11:39:24 sb 1.3.62.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6f65dea04cbccd9f615890d89f4356e9c9186366]

        INTEGRATION: CWS sb20 (1.3.62); FILE MERGED 2004/06/14 11:41:41 sb 1.3.62.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a3335abd4792d86494febf8e49ec54958b2a55a2]

        INTEGRATION: CWS sb20 (1.3.62); FILE MERGED 2004/07/09 13:29:30 sb 1.3.62.2: #i29741# Retrofitted existing services as single-interface--based ones. 2004/07/09 11:39:24 sb 1.3.62.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [992844245b51c4e6edea263dbfcb70b99dc04976]

        INTEGRATION: CWS sb20 (1.6.2); FILE MERGED 2004/06/14 11:41:40 sb 1.6.2.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f894b84631bb79d3a77b78ea85c10067c6ba58db]

        INTEGRATION: CWS sb20 (1.3.20); FILE MERGED 2004/07/09 13:29:29 sb 1.3.20.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [89deac22a89e888c246a08e2a163b1c1d26ea6dd]

        INTEGRATION: CWS sb20 (1.6.126); FILE MERGED 2004/06/14 11:41:39 sb 1.6.126.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4921661c802a4bca1b96d170ff11ee2632d4e801]

        INTEGRATION: CWS sb20 (1.2.126); FILE MERGED 2004/06/14 11:41:39 sb 1.2.126.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8b5da41f15a7df28f6323f1fb1736bbae0d6e137]

        INTEGRATION: CWS sb20 (1.16.2); FILE MERGED 2004/07/02 13:16:19 sb 1.16.2.1: #i29740# When mapping ANYs from binary UNO to Java, do not lose information about type arguments of instantiated polymorphic struct types.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [1c20a60b5c65ac7f2d6905fdabe6c85dd0ab2ee8]

        INTEGRATION: CWS sb20 (1.2.14); FILE MERGED 2004/06/15 08:13:04 sb 1.2.14.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [496513357daba9354a468fa8d94e6e387e2b03c7]

        INTEGRATION: CWS sb20 (1.2.14); FILE MERGED 2004/07/09 13:45:55 sb 1.2.14.2: #i29741# Retrofitted existing services as single-interface--based ones. 2004/07/09 12:49:33 sb 1.2.14.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d14f117388cd82f5063dfc24f525ae11e545ba2e]

        INTEGRATION: CWS sb20 (1.15.2); FILE MERGED 2004/07/15 14:37:24 sb 1.15.2.2: #i29741# Adapted to W32 platform; cleaned up. 2004/06/15 08:13:03 sb 1.15.2.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b5e3f284284ca83c91e786ffa1117c2890124638]

        INTEGRATION: CWS sb20 (1.11.2); FILE MERGED 2004/07/15 14:37:11 sb 1.11.2.4: #i29741# Adapted to W32 platform. 2004/07/09 12:49:32 sb 1.11.2.3: #i29741# Retrofitted existing services as single-interface--based ones. 2004/07/06 13:00:51 sb 1.11.2.2: #i31129# New getCppuType template that favors UNO type CHAR (sal_Unicode) over UNO type UNSIGNED SHORT (sal_uInt16), in case both have the same underlying C++ type. 2004/07/02 13:37:38 sb 1.11.2.1: #i29740# When mapping ANYs, do not lose information about type arguments of instantiated polymorphic struct types.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7606151fbb5503ec91892212013321f4b3da40af]

        INTEGRATION: CWS sb20 (1.2.70); FILE MERGED 2004/06/15 08:13:03 sb 1.2.70.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [477e0131493169e1c01ec87b349d25a864282aab]

        INTEGRATION: CWS sb20 (1.1.70); FILE MERGED 2004/07/09 13:45:54 sb 1.1.70.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [dae14f742c7540a56fc360ea6954f9044186faa0]

        INTEGRATION: CWS sb20 (1.3.4); FILE MERGED 2004/07/06 13:00:04 sb 1.3.4.1: #i31129# New getCppuType template that favors UNO type CHAR (sal_Unicode) over UNO type UNSIGNED SHORT (sal_uInt16), in case both have the same underlying C++ type.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0e0e63b71bf8d41b16c56d86e450408c81d2fbba]

        INTEGRATION: CWS sb20 (1.22.4); FILE MERGED 2004/07/08 09:16:47 sb 1.22.4.1: #i29741# Allow for single-interface--based services that have neither explicit nor implicit constructors.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [251e295b0363562db4de191deb878d01a4218e19]

        INTEGRATION: CWS sb20 (1.5.4); FILE MERGED 2004/07/08 09:16:46 sb 1.5.4.1: #i29741# Allow for single-interface--based services that have neither explicit nor implicit constructors.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b28bfd4568bfb53ed8cf8c6f6da5649ad0d754d6]

        INTEGRATION: CWS sb20 (1.28.2); FILE MERGED 2004/07/08 09:16:46 sb 1.28.2.6: #i29741# Allow for single-interface--based services that have neither explicit nor implicit constructors. 2004/07/06 13:00:03 sb 1.28.2.5: #i31129# New getCppuType template that favors UNO type CHAR (sal_Unicode) over UNO type UNSIGNED SHORT (sal_uInt16), in case both have the same underlying C++ type. 2004/07/02 12:22:05 sb 1.28.2.4: #i29740# Cleaned up generated code; avoid problems with dependent type names. 2004/07/01 07:43:27 sb 1.28.2.3: #i30949# Fixed generation of dependent types. 2004/06/10 13:14:22 sb 1.28.2.2: #i29352# Avoid exception specifications. 2004/06/10 12:51:59 sb 1.28.2.1: #i29352# Added static_type to C++ classes generated for UNO interface types, so that cppuhelper/comp|implbaseN.hxx can be made Standard C++ conformant (as required by GCC 3.4.0).

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ccd8becb5e8f6d6e93eb10a40c262a6628275e39]

        INTEGRATION: CWS sb20 (1.4.4); FILE MERGED 2004/07/01 07:43:26 sb 1.4.4.1: #i30949# Fixed generation of dependent types.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b2009f345068f2c76255443133e8bd29fc0eba60]

        INTEGRATION: CWS sb20 (1.2.4); FILE MERGED 2004/07/08 09:16:45 sb 1.2.4.1: #i29741# Allow for single-interface--based services that have neither explicit nor implicit constructors.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c9415d4fac2fd4ff2daeed1c3f8bdfd2a0eb2f5d]

        INTEGRATION: CWS sb20 (1.2.100); FILE MERGED 2004/07/09 09:56:22 sb 1.2.100.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0a454e6050d62f829891a8144a1fd7d2c6bd5c32]

        INTEGRATION: CWS sb20 (1.2.174); FILE MERGED 2004/06/14 13:37:09 sb 1.2.174.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6130663a6e1847f1b61268735040754c52d4ce5f]

        INTEGRATION: CWS sb20 (1.10.16); FILE MERGED 2004/06/14 13:37:07 sb 1.10.16.2: #i29119# sandbox.jar no longer needed by UNO. 2004/06/14 11:26:48 sb 1.10.16.1: #i29119# Replaced sandbox.jar-based class loader with an own one.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ecd903d6f3658cdf4fb1e4ae5d2d74e6ab0d74af]

        INTEGRATION: CWS sb20 (1.4.46); FILE MERGED 2004/06/14 13:37:05 sb 1.4.46.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [27c08ed70929b87f05583fa8194904cf8a3e2006]

        INTEGRATION: CWS sb20 (1.6.134); FILE MERGED 2004/06/14 13:37:02 sb 1.6.134.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [1d3164df959b31ba9f50ddc108569f3adec32ff7]

        INTEGRATION: CWS sb20 (1.6.136); FILE MERGED 2004/06/14 11:26:47 sb 1.6.136.1: #i29119# Replaced sandbox.jar-based class loader with an own one.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [462f3d3f8f7442d5bf2642d136a1b170ecbb99b7]

        INTEGRATION: CWS sb20 (1.13.100); FILE MERGED 2004/06/14 11:26:47 sb 1.13.100.1: #i29119# Replaced sandbox.jar-based class loader with an own one.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [bac4c735861d2c8f3033f8b300064cb603c362e5]

        INTEGRATION: CWS sb20 (1.8.8); FILE MERGED 2004/07/08 09:14:44 sb 1.8.8.1: #i29741# Allow for single-interface--based services that have neither explicit nor implicit constructors.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7252e6e02878d923a7008bb6475610cd0ca0c218]

        INTEGRATION: CWS sb20 (1.9.8); FILE MERGED 2004/07/08 09:14:44 sb 1.9.8.1: #i29741# Allow for single-interface--based services that have neither explicit nor implicit constructors.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6f888416c284a6eacdd17c41152e98602f9bd5cf]

        INTEGRATION: CWS sb20 (1.3.18); FILE MERGED 2004/07/08 09:14:43 sb 1.3.18.1: #i29741# Allow for single-interface--based services that have neither explicit nor implicit constructors.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [894c0fa0e9d0e51ebfbf9bd25f39054bbaec96ec]

        INTEGRATION: CWS sb20 (1.1.82); FILE MERGED 2004/06/15 08:10:04 sb 1.1.82.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f077e62a0b4268fa49956d80289b8a122f274ff8]

        INTEGRATION: CWS sb20 (1.1.110); FILE MERGED 2004/06/14 11:27:45 sb 1.1.110.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [79f7dee67a9a6486a777ae8829d951f2f1d32d6e]

        INTEGRATION: CWS sb20 (1.11.6); FILE MERGED 2004/07/12 10:40:58 sb 1.11.6.2: RESYNC: (1.11-1.12); FILE MERGED 2004/07/02 12:12:16 sb 1.11.6.1: #i29740# Improved constness.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7ccf95e696dd2311371047f87abe70e675de1d6a]

        INTEGRATION: CWS sb20 (1.16.12); FILE MERGED 2004/07/02 12:12:15 sb 1.16.12.1: #i29740# Improved constness.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4876fc55bc769a008397664bc4b75218a833d86a]

        INTEGRATION: CWS sb20 (1.9.56); FILE MERGED 2004/07/06 12:58:56 sb 1.9.56.1: #i31129# New getCppuType template that favors UNO type CHAR (sal_Unicode) over UNO type UNSIGNED SHORT (sal_uInt16), in case both have the same underlying C++ type.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f292b16eecdb849ddf4d593b0c693b121fa8ad19]

        INTEGRATION: CWS sb20 (1.10.56); FILE MERGED 2004/07/06 12:58:03 sb 1.10.56.1: #i31129# New getCppuType template that favors UNO type CHAR (sal_Unicode) over UNO type UNSIGNED SHORT (sal_uInt16), in case both have the same underlying C++ type.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7de38f2069761b012d76c1bf50e9503cfe5bff22]

        INTEGRATION: CWS sb20 (1.2.36); FILE MERGED 2004/06/14 13:16:12 sb 1.2.36.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ae11bf82c1830045393f47f1f0ba32a324b10018]

        INTEGRATION: CWS sb20 (1.2.36); FILE MERGED 2004/06/14 13:16:10 sb 1.2.36.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d3dc016b6021dec0deb062705c391dafc88b3d32]

        INTEGRATION: CWS sb20 (1.7.26); FILE MERGED 2004/06/28 14:27:07 sb 1.7.26.1: #i29740# Added PropertySetMixin.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4eb7fc2b6bb500f2bd0bed3c182216b529dcc36b]

        INTEGRATION: CWS sb20 (1.9.40); FILE MERGED 2004/06/28 14:27:06 sb 1.9.40.1: #i29740# Added PropertySetMixin.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f4a356b22da11b59aa5f4b9c6f1eae0ffc09d4b8]

        INTEGRATION: CWS sb20 (1.8.26); FILE MERGED 2004/06/28 14:27:05 sb 1.8.26.1: #i29740# Added PropertySetMixin.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [66de1943da7ef3ff619bfd21ad070b93b24f91d1]

        INTEGRATION: CWS sb20 (1.2.46); FILE MERGED 2004/06/14 12:50:17 sb 1.2.46.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6678cc2dde22da3061efacb0183ac7bd12ce84e0]

        INTEGRATION: CWS sb20 (1.2.16); FILE MERGED 2004/06/14 13:47:26 sb 1.2.16.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [3e20c4c9c0f5cfcede8c34185a758fa60351e034]

        INTEGRATION: CWS jmarmion2 (1.55.20); FILE MERGED 2004/07/20 13:32:34 jmarmion 1.55.20.1: #i20501# add drop-down to header/footer dialog.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [637b33ba758a2c6349781aa8c87a15e7fc5ce458]

        INTEGRATION: CWS sb20 (1.4.22); FILE MERGED 2004/07/12 15:36:20 sb 1.4.22.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8678c20e1bae73756e6c0770a6bae363d63481ab]

        INTEGRATION: CWS sb20 (1.2.102); FILE MERGED 2004/06/15 08:08:50 sb 1.2.102.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c2345a4871f885a6a3c5d5ad451ab0d2cbbde869]

        INTEGRATION: CWS sb20 (1.2.102); FILE MERGED 2004/06/15 08:08:49 sb 1.2.102.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e95316ed85ef6b15234ab8afea0e02a8d83f473d]

        INTEGRATION: CWS jmarmion2 (1.8.20); FILE MERGED 2004/07/20 13:26:53 jmarmion 1.8.20.1: #i20501# add drop-down to header/footer dialog.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [bd527b12c56f3f3b5b3a84d7b832c3e9129ee698]

        INTEGRATION: CWS sb20 (1.2.12); FILE MERGED 2004/06/15 09:16:57 sb 1.2.12.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0c55f3af427d9fe7868ec6f15a965926b8728c9f]

        INTEGRATION: CWS sb20 (1.2.12); FILE MERGED 2004/06/15 09:16:56 sb 1.2.12.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9100b69a73015ea9d898ea1c810b1510a050b1a5]

        INTEGRATION: CWS sb20 (1.1.1.1.342); FILE MERGED 2004/06/14 13:09:22 sb 1.1.1.1.342.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [461b5f587653677a49739cec455d9564eefcfcbc]

        INTEGRATION: CWS sb20 (1.13.62); FILE MERGED 2004/06/10 13:24:39 sb 1.13.62.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b537dcd28934b3bee69110e111e57ad9decf3146]

        INTEGRATION: CWS sb20 (1.4.62); FILE MERGED 2004/06/10 13:24:35 sb 1.4.62.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [25459ef9ba70e547d4541b51f9c2a4eaa03e0d18]

        INTEGRATION: CWS sb20 (1.2.66); FILE MERGED 2004/06/14 12:49:21 sb 1.2.66.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [da57be4edc9a716a8256c913bacac26a925efa6a]

        INTEGRATION: CWS sb20 (1.1.158); FILE MERGED 2004/06/15 08:14:28 sb 1.1.158.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f4ad13b94fcb818b3e392013c6378c0f6fcdd339]

        INTEGRATION: CWS sb20 (1.2.152); FILE MERGED 2004/06/15 08:14:27 sb 1.2.152.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5fc4bb8be003b37649e30b008d46d847a0a464f5]

        INTEGRATION: CWS sb20 (1.25.144); FILE MERGED 2004/06/15 08:14:26 sb 1.25.144.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [eb3cbcf8079e4f971bc1b3a4693fc296e5c2ed63]

        INTEGRATION: CWS sb20 (1.3.182); FILE MERGED 2004/06/15 08:14:26 sb 1.3.182.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6eb8420e9dc3142f775d65a7043c0ae73fd70aca]

        INTEGRATION: CWS jmarmion2 (1.2.82); FILE MERGED 2004/07/23 11:07:06 jmarmion 1.2.82.3: #i20501# - add preview when traversing using the cursor/ up/down keys. 2004/07/22 15:38:04 jmarmion 1.2.82.2: #i20501- allow cursor keys up/down to scroll through the drop-down list. 2004/07/20 13:30:55 jmarmion 1.2.82.1: #i20501# add drop-down to header/footer dialog.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [588aadd076fd7274107ccef9724c992d22e7c4ae]

        INTEGRATION: CWS jmarmion2 (1.40.34); FILE MERGED 2004/07/20 13:30:54 jmarmion 1.40.34.1: #i20501# add drop-down to header/footer dialog.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a0fe10d9d5290a22cc6a150af52e445bf1c4e636]

        INTEGRATION: CWS sb20 (1.2.12); FILE MERGED 2004/06/15 09:07:07 sb 1.2.12.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [81aa6dbf285a33555eefd87274e65f7336df7ced]

        INTEGRATION: CWS jmarmion2 (1.3.504); FILE MERGED 2004/07/20 13:30:54 jmarmion 1.3.504.1: #i20501# add drop-down to header/footer dialog.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e93c2a5f447d3a29dff91426400a2637ab5410e9]

        INTEGRATION: CWS jmarmion2 (1.8.82); FILE MERGED 2004/07/20 13:28:58 jmarmion 1.8.82.1: #i20501# add drop-down to header/footer dialog.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [42d008af89ed302ac33485be272eb00b29093cc3]

        INTEGRATION: CWS sb20 (1.2.12); FILE MERGED 2004/06/15 09:07:06 sb 1.2.12.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c68d0b2dccd9956140af1cfc3f84c0c5fa7eb31b]

        INTEGRATION: CWS jmarmion2 (1.3.66); FILE MERGED 2004/07/23 11:07:33 jmarmion 1.3.66.2: #i20501# - add preview when traversing using the cursor/ up/down keys. 2004/07/20 13:28:57 jmarmion 1.3.66.1: #i20501# add drop-down to header/footer dialog.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6a6c48e18b357febd8c6e3c9d1e46b63161840a3]

        INTEGRATION: CWS sb20 (1.11.12); FILE MERGED 2004/06/15 09:07:01 sb 1.11.12.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [88dcb08f5ba232b37b635bcc35dd16c56fd17f47]

        INTEGRATION: CWS sb20 (1.2.12); FILE MERGED 2004/06/15 09:07:01 sb 1.2.12.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ff71e0d08b0111f4ccfb41842115102ae502e202]

        INTEGRATION: CWS sb20 (1.2.12); FILE MERGED 2004/06/15 09:07:00 sb 1.2.12.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b31879bc7c296debe2fa2b7f194391c3688d82c]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/06/30 10:45:31 npower 1.1.2.2: #i25269# Added new resource files and dp_parceldesc for parsing the parcel-descriptor.xml
        
        Issue number:
        Submitted by:
        Reviewed by:
        2004/06/22 07:45:45 npower 1.1.2.1: #i25269# makefile for new scripting framework pkgchk backend

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e7e88c1e5720525dc713743bea75572da138212]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/07/13 15:21:27 npower 1.1.2.4: #i25269# use new de language tag for resource Issue number: Submitted by: Reviewed by: 2004/07/13 12:41:25 npower 1.1.2.3: #i25269# Update to resource file for new en-US tag. Issue number: Submitted by: Reviewed by: 2004/07/06 07:20:34 npower 1.1.2.2: #i25269# changes to string resource to reflect changes in spec. Issue number: Submitted by: Reviewed by: 2004/06/30 10:44:34 npower 1.1.2.1: 25269# Resource file support for new string needed for display of the subpackage type for scripting framework scripts.
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b20cdc8ab93cfa516e602b5c7154dcb662b393c]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/06/30 10:43:49 npower 1.1.2.1: #i25269# Resource file support for new string needed for display of the subpackage type for scripting framework scripts. Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [949765274b0e3c1e449a3da4674fd7a9f1e929f2]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/06/30 10:47:08 npower 1.1.2.2: #i25269# changes needed to get name of subpackage type from resource id and modify that id with the language detected. Also added code to parse parcel-descriptor.xml
        
        Issue number:
        Submitted by:
        Reviewed by:
        2004/06/22 07:46:10 npower 1.1.2.1: #i25269# new backend for scripting framework

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [981ca7adfaf56e43dd9ae4543c06e1c2c5ba2c77]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/06/30 10:42:38 npower 1.1.2.1: #i25269# Parsing functionality for parcel-descriptor.xml file. This is needed to determine the language of the parcel for display. Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2a9a6fb5aadc6c147dc8dc5e4fc1a62be35f890]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/07/13 14:41:00 toconnor 1.1.2.2: #i25269# fix typo adding pkgchk support for scripting framework Issue number: Submitted by: Reviewed by: 2004/06/30 10:41:39 npower 1.1.2.1: #i25269# Parsing functionality for parcel-descriptor.xml file. This is needed to determine the language of the parcel for display. Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a09dc7b17f53025ff013b84d48079ebde3696f2f]

        INTEGRATION: CWS scriptingf7 (1.2.54); FILE MERGED 2004/06/30 10:48:05 npower 1.2.54.3: #i25269# Resource file support for new string needed for display of the subpackage type for scripting framework scripts added deployment_registry_sfwk.srs to makefile
        
        Issue number:
        Submitted by:
        Reviewed by:
        2004/06/23 09:00:01 toconnor 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED
        2004/06/22 07:49:03 npower 1.2.54.1: #i25269# add sfwk to be built
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [24a70897d655a40cff784657fb31c41de1de862c]

        INTEGRATION: CWS scriptingf7 (1.16.70); FILE MERGED 2004/07/08 14:52:33 toconnor 1.16.70.1: #i25682# command line support for scripting framework URLs

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd1de2d001e13b0843201ec601efe34b4e24482a]

        INTEGRATION: CWS scriptingf7 (1.16.4); FILE MERGED 2004/06/23 08:56:47 toconnor 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2004/06/22 07:47:58 npower 1.16.4.1: #i25269# adding sfwk directory and targets to build.lst

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [16c647633dccba30b01a270c4a7be73dc9290a8a]

        INTEGRATION: CWS scriptingf7 (1.2.24); FILE MERGED 2004/07/13 12:20:34 dfoster 1.2.24.3: #i30924# Fixing resource locales 2004/07/12 18:43:29 toconnor 1.2.24.2: RESYNC: (1.2-1.4); FILE MERGED 2004/07/12 16:10:07 dfoster 1.2.24.1: #i30924#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0059b4918414b4c2f669332a60d22bef96094e3]

        INTEGRATION: CWS scriptingf7 (1.2.24); FILE MERGED 2004/07/12 18:50:25 toconnor 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/12 16:10:07 dfoster 1.2.24.1: #i30924#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [90a020c59159de3af595985c7c979f7b09e9344e]

        INTEGRATION: CWS scriptingf7 (1.2.24); FILE MERGED 2004/07/12 18:49:24 toconnor 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/12 16:10:07 dfoster 1.2.24.1: #i30924#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [79d3e08dd30b6fd390977e31a0e663cfae9da980]

        INTEGRATION: CWS scriptingf7 (1.2.24); FILE MERGED 2004/07/13 15:41:10 dfoster 1.2.24.3: #i30924# Fix problem with user/share when launched from customize dialog where slots are shown. 2004/07/12 18:43:19 toconnor 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/12 16:10:06 dfoster 1.2.24.1: #i30924#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [11d2c70553a4dc0bb8ba908d3872ce0c56fe8793]

        INTEGRATION: CWS scriptingf7 (1.2.24); FILE MERGED 2004/07/14 11:03:19 dfoster 1.2.24.8: #i30924# Fixed dialog resizing. 2004/07/14 10:52:09 toconnor 1.2.24.7: #i25260# move resource ids into global file 2004/07/13 15:13:55 dfoster 1.2.24.6: #i31141# 2004/07/13 12:20:33 dfoster 1.2.24.5: #i30924# Fixing resource locales 2004/07/13 10:08:57 dfoster 1.2.24.4: #i29782# 2004/07/12 18:50:13 toconnor 1.2.24.3: RESYNC: (1.2-1.4); FILE MERGED 2004/07/12 16:10:06 dfoster 1.2.24.2: #i30924# 2004/07/07 17:19:46 toconnor 1.2.24.1: #i25260# error handling dialog for scripting framework

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6eb04700acd395c2dd625b90b3562ba90a26ef0f]

        INTEGRATION: CWS scriptingf7 (1.2.24); FILE MERGED 2004/07/12 16:10:06 dfoster 1.2.24.3: #i30924# 2004/07/09 14:39:17 toconnor 1.2.24.2: #i25260# show error dialog asynchronously 2004/07/07 17:19:46 toconnor 1.2.24.1: #i25260# error handling dialog for scripting framework

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d41e775f7a311206f10678bac102d5cd67a3e725]

        INTEGRATION: CWS scriptingf7 (1.2.24); FILE MERGED 2004/07/14 10:52:09 toconnor 1.2.24.4: #i25260# move resource ids into global file 2004/07/12 18:56:19 toconnor 1.2.24.3: RESYNC: (1.2-1.3); FILE MERGED 2004/07/12 16:10:06 dfoster 1.2.24.2: #i30924# 2004/07/07 17:19:46 toconnor 1.2.24.1: #i25260# error handling dialog for scripting framework

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb953642793fddb202ac3f5beb6febeed9148bee]

        INTEGRATION: CWS scriptingf7 (1.2.24); FILE MERGED 2004/07/14 13:25:14 toconnor 1.2.24.9: #i30924# Removing debug #defines 2004/07/14 11:03:19 dfoster 1.2.24.8: #i30924# Fixed dialog resizing. 2004/07/14 10:52:08 toconnor 1.2.24.7: #i25260# move resource ids into global file 2004/07/14 09:27:27 dfoster 1.2.24.6: #i30924# Fixed WindowBits problem that prevented display of +/- on nodes. 2004/07/12 18:49:51 toconnor 1.2.24.5: RESYNC: (1.2-1.3); FILE MERGED 2004/07/12 16:10:05 dfoster 1.2.24.4: #i30924# 2004/07/12 10:16:04 toconnor 1.2.24.3: #i25260# - implement error handling specification 2004/07/09 14:39:17 toconnor 1.2.24.2: #i25260# show error dialog asynchronously 2004/07/07 17:19:46 toconnor 1.2.24.1: #i25260# error handling dialog for scripting framework

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [758c45a629b4bb4f271493f0eac57aa07417a3ec]

        INTEGRATION: CWS scriptingf7 (1.7.24); FILE MERGED 2004/07/12 18:44:03 toconnor 1.7.24.2: RESYNC: (1.7-1.9); FILE MERGED 2004/07/07 17:19:45 toconnor 1.7.24.1: #i25260# error handling dialog for scripting framework

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fefa0c76a06239f6644a12e116938fb75b3848dd]

        INTEGRATION: CWS scriptingf7 (1.8.22); FILE MERGED 2004/07/14 13:25:14 toconnor 1.8.22.3: #i30924# Removing debug #defines 2004/07/12 18:38:15 toconnor 1.8.22.2: RESYNC: (1.8-1.10); FILE MERGED 2004/07/07 17:19:45 toconnor 1.8.22.1: #i25260# error handling dialog for scripting framework

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [84f8ec39defbcd172d8e05767c9d0ca1a1d6c6a2]

        INTEGRATION: CWS scriptingf7 (1.3.18); FILE MERGED 2004/07/13 10:32:03 dfoster 1.3.18.1: *** empty log message ***

2004-07-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [92cd78b26678916f6092a25bf5a4f391e0b09a47]

        #i32010# rsc require -lg switch without equal sign

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [23e8da7f8a4d55ab9462f1cbe4dad9777fca291b]

        INTEGRATION: CWS scriptingf7 (1.49.18); FILE MERGED 2004/07/13 10:08:56 dfoster 1.49.18.1: #i29782#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a43d9fac378719dc1992f0e3e672299518490ceb]

        INTEGRATION: CWS scriptingf7 (1.20.2); FILE MERGED 2004/06/23 08:46:53 toconnor 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED 2004/06/08 15:17:53 kso 1.20.2.1: #i29648# - Fixed OFileAccess::transferImpl()

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [39c0cc0acd00f95cfc59c77b25d7d347182e8754]

        INTEGRATION: CWS scriptingf7 (1.3.22); FILE MERGED 2004/07/02 09:01:47 npower 1.3.22.1: #i25269# add UCBHELP to link list, pyprovider has been enabled to be initialise from a string ( support for pkgchk, MasterScriptProvider factory, tdoc ) Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9534e94487cfb047b4824758b5eae1758c7e438c]

        INTEGRATION: CWS scriptingf7 (1.3.32); FILE MERGED 2004/06/12 08:42:36 npower 1.3.32.1: #i25269# Add support for pkgchk.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [05efa5846e75edb34cd0b374e0d845af60463211]

        INTEGRATION: CWS scriptingf7 (1.5.18); FILE MERGED 2004/06/12 08:42:36 npower 1.5.18.1: #i25269# Add support for pkgchk.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9536ce8d68b60b30fe7aa9f3445fd4a92878442]

        INTEGRATION: CWS scriptingf7 (1.8.4); FILE MERGED 2004/07/15 09:52:34 npower 1.8.4.3: #i25269# Fix crash/hang on exit, release in InvocationCtxProperties not using osl  osl_decrementInterlockedCount/osl_incrementInterlockedCount in fact we don't use this class anymore, have deleted from MasterScriptProvider.[ch]xx 2004/07/09 18:11:58 npower 1.8.4.2: #i25260# Changed exception handling as per new exception specification for Xscript::inovke and XScriptProvider::getScript. 2004/06/12 08:42:35 npower 1.8.4.1: #i25269# Add support for pkgchk.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2098b84c4ff3ba0c7866d031105eb20cb76590d9]

        INTEGRATION: CWS scriptingf7 (1.10.4); FILE MERGED 2004/07/15 09:52:34 npower 1.10.4.7: #i25269# Fix crash/hang on exit, release in InvocationCtxProperties not using osl  osl_decrementInterlockedCount/osl_incrementInterlockedCount in fact we don't use this class anymore, have deleted from MasterScriptProvider.[ch]xx 2004/07/13 13:55:27 npower 1.10.4.6: #i25269# fixed bad check on index returned from indexOf method also just rearranged some error messages passed to exceptions 2004/07/09 18:11:57 npower 1.10.4.5: #i25260# Changed exception handling as per new exception specification for Xscript::inovke and XScriptProvider::getScript. 2004/07/05 16:02:11 npower 1.10.4.4: #i25269# changes to getScript() to use the current MSP if the location in the script url matches the location of the MSP or access the correct MSP using the MSP Factory otherwise. Special case exists for Basic where the previous handling is retained 2004/07/02 09:06:49 npower 1.10.4.3: #i25269# Added some trace information, also added python provider to blacklist so it no attemt is made to instantiate a python provider for uno-packages. When support for UNO-packages is added for python the blacklist will need to be modified again. Issue number: Submitted by: Reviewed by: 2004/06/23 07:53:37 npower 1.10.4.2: #i25269# workaround for tdoc bug, use model to get title, don't use ucb 2004/06/12 08:42:35 npower 1.10.4.1: #i25269# Add support for pkgchk.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc68707a3716790ebc8a3c38876688dffd79ca6b]

        INTEGRATION: CWS scriptingf7 (1.3.4); FILE MERGED 2004/06/12 08:42:34 npower 1.3.4.1: #i25269# Add support for pkgchk.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [242f66f55a528ef08a7bf9f240e1afcaf101aec0]

        INTEGRATION: CWS scriptingf7 (1.4.4); FILE MERGED 2004/06/12 08:42:34 npower 1.4.4.1: #i25269# Add support for pkgchk.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7912a91fa8dbaf17337f359391fd82fd37ef45bb]

        INTEGRATION: CWS scriptingf7 (1.5.4); FILE MERGED 2004/06/12 08:42:33 npower 1.5.4.1: #i25269# Add support for pkgchk.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f931ee90e8012da607b5766e0b78fd215352e538]

        INTEGRATION: CWS scriptingf7 (1.17.4); FILE MERGED 2004/07/09 19:30:01 npower 1.17.4.2: #i25260# Modified handler to reflect changes in exception specifications for XScript and XScriptProvider 2004/07/09 14:38:50 toconnor 1.17.4.1: #i25260# show error dialog if invocation fails

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [87be397fda0519de57042c5eaef8b74b3adb91cc]

        INTEGRATION: CWS scriptingf7 (1.3.32); FILE MERGED 2004/06/12 08:43:53 npower 1.3.32.1: i25269 as part of changes to support pkgchk context from MSP is now passed as sting ( user/hare or tdoc url )

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d814617b544e7a7e9fd6a5d4263e2fd2e0c162b2]

        INTEGRATION: CWS scriptingf7 (1.2.32); FILE MERGED 2004/07/09 18:11:57 npower 1.2.32.1: #i25260# Changed exception handling as per new exception specification for Xscript::inovke and XScriptProvider::getScript.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [67822dc6d0a2c751f55dfe753cc1c0073bfaa345]

        INTEGRATION: CWS scriptingf7 (1.4.32); FILE MERGED 2004/07/09 18:11:57 npower 1.4.32.1: #i25260# Changed exception handling as per new exception specification for Xscript::inovke and XScriptProvider::getScript.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [db6a6d9a4d52b48d3258f7ab93f7c855280c70c0]

        INTEGRATION: CWS scriptingf7 (1.5.14); FILE MERGED 2004/07/09 18:11:57 npower 1.5.14.2: #i25260# Changed exception handling as per new exception specification for Xscript::inovke and XScriptProvider::getScript. 2004/06/12 08:43:52 npower 1.5.14.1: i25269 as part of changes to support pkgchk context from MSP is now passed as sting ( user/hare or tdoc url )

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d3c247e889fd5c4bac1402915c495c91565afae]

        INTEGRATION: CWS scriptingf7 (1.10.4); FILE MERGED 2004/07/09 18:11:56 npower 1.10.4.3: #i25260# Changed exception handling as per new exception specification for Xscript::inovke and XScriptProvider::getScript. 2004/07/02 09:07:51 npower 1.10.4.2: #i25269# Uncomment throw for invalid argument type. Issue number: Submitted by: Reviewed by: 2004/06/12 08:43:52 npower 1.10.4.1: i25269 as part of changes to support pkgchk context from MSP is now passed as sting ( user/hare or tdoc url )

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7ab666f15f124132b92f716e9d45bdfcedc2f7f]

        INTEGRATION: CWS scriptingf7 (1.4.32); FILE MERGED 2004/06/12 08:43:52 npower 1.4.32.1: i25269 as part of changes to support pkgchk context from MSP is now passed as sting ( user/hare or tdoc url )

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b27c04eedf119e9c7acf078435c7f169801e3c5]

        INTEGRATION: CWS scriptingf7 (1.6.14); FILE MERGED 2004/06/12 08:43:52 npower 1.6.14.1: i25269 as part of changes to support pkgchk context from MSP is now passed as sting ( user/hare or tdoc url )

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec924c21faca66e8693ec603ec71c0e7f7ba32cb]

        INTEGRATION: CWS scriptingf7 (1.4.32); FILE MERGED 2004/06/12 08:43:51 npower 1.4.32.1: i25269 as part of changes to support pkgchk context from MSP is now passed as sting ( user/hare or tdoc url )

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f516d44bd892b02fdf5bc47105ca27407ffdf502]

        INTEGRATION: CWS scriptingf7 (1.2.26); FILE MERGED 2004/07/15 16:18:24 toconnor 1.2.26.1: #i25870# add method to scroll to a line

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [61e9f5db500ef6603d37f4b9c7af47cd90ae7c97]

        INTEGRATION: CWS scriptingf7 (1.4.14); FILE MERGED 2004/07/16 11:29:08 npower 1.4.14.7: #i25260# When executing in the IDE  make sure there is a valid value  to return 2004/07/14 10:06:12 npower 1.4.14.6: #i25260# Allow Javascript scripts to raise IDE when error occurs, also indicate line in error when this happens 2004/07/14 09:07:12 npower 1.4.14.5: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted. 2004/07/12 16:34:38 npower 1.4.14.4: #i25260# Changes to support error displayed in IDE for javascript and beanshell when script that is invoked is opened in IDE Issue number: Submitted by: Reviewed by: 2004/07/09 18:09:33 npower 1.4.14.3: #i25260# Changed exception specification for invoke and getScript, modified exception handling so correct exceptions passed up. 2004/07/02 13:29:13 npower 1.4.14.2: #i25269# fix up exception handling for getScript method Issue number: Submitted by: Reviewed by: 2004/06/12 09:19:32 npower 1.4.14.1: #i25269# added some extra exception handling, defered reading source until use of script, these changes are reflected by changes in Parcel[Container]

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c70d5f9dc7833c85a0e14933219ecffc559235e]

        INTEGRATION: CWS scriptingf7 (1.4.14); FILE MERGED 2004/07/16 13:54:11 npower 1.4.14.3: #i25260# Make sure breakpoints are cleared when IDE is torn down 2004/07/14 09:07:11 npower 1.4.14.2: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted. 2004/07/12 16:34:38 npower 1.4.14.1: #i25260# Changes to support error displayed in IDE for javascript and beanshell when script that is invoked is opened in IDE Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [66b637d73b275f0c1062e33a861fb15fa89c6daf]

        INTEGRATION: CWS scriptingf7 (1.1.32); FILE MERGED 2004/07/08 10:21:33 npower 1.1.32.1: #i25260# removed Exception for exception spec.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [004b944adefe071e5bd490afee26c57049aa7521]

        INTEGRATION: CWS scriptingf7 (1.4.14); FILE MERGED 2004/07/09 18:15:30 npower 1.4.14.5: #i25260# Changes for  exception specification for getScript and invoke methods as per changes in the IDL files 2004/07/08 10:25:55 npower 1.4.14.4: #i25260# Added catch all for invocation 2004/07/08 10:19:08 npower 1.4.14.3:  #i25260# adjusted exception handling so that exception are wrapped in css.reflection.InvocationTargetException as appropriate. Exceptions that happen in the script itself are inserted as ScriptExceptionRaisedExceptions and arbitrary framework exception other that those specified in the signature of invoke are inserted as appropriate uno type exceptions. 2004/07/02 13:29:11 npower 1.4.14.2: #i25269# fix up exception handling for getScript method Issue number: Submitted by: Reviewed by: 2004/06/12 09:19:30 npower 1.4.14.1: #i25269# added some extra exception handling, defered reading source until use of script, these changes are reflected by changes in Parcel[Container]

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3637361af0307edeffcc069c0d14e59fae8c1ffe]

        INTEGRATION: CWS scriptingf7 (1.3.14); FILE MERGED 2004/07/14 09:07:10 npower 1.3.14.3: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted. 2004/07/12 16:34:37 npower 1.3.14.2: #i25260# Changes to support error displayed in IDE for javascript and beanshell when script that is invoked is opened in IDE Issue number: Submitted by: Reviewed by: 2004/06/30 11:57:37 npower 1.3.14.1: #i25870# Changes to BeanshellProvider and editor to make sure that the classloader is setup correctly such that scripts run from the IDE use the classpath defined in parcel-descriptor.xml

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [679b4b044caccc9a38166f942b0dce0b1a3173dc]

        INTEGRATION: CWS scriptingf7 (1.4.14); FILE MERGED 2004/07/16 11:28:31 npower 1.4.14.12: #i25260# correct error in previous check-in line incorrectly moved 2004/07/16 11:12:36 npower 1.4.14.11: #i25260# removed System.out messages 2004/07/16 09:35:14 npower 1.4.14.10: #i25260# Improver error reporting for case where exception thrown by BeanShell script 2004/07/14 09:07:09 npower 1.4.14.9: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted. 2004/07/12 12:58:34 toconnor 1.4.14.8: #i25260# error handling, throw ScriptFrameworkError when io error occurs 2004/07/09 18:09:32 npower 1.4.14.7: #i25260# Changed exception specification for invoke and getScript, modified exception handling so correct exceptions passed up. 2004/07/08 10:14:43 npower 1.4.14.6: #i25260# modified error message in exception 2004/07/07 16:22:35 npower 1.4.14.5: #25260# added support to set language member in ScriptErrorRaisedException 2004/07/07 15:04:26 npower 1.4.14.4: #i25260# Modified exception handling so that scripting errors are distinguished between framework errors. Scripting error or transported as either ScriptErrorRaisedException or ScriptExceptionRaisedException depending on what has happened in the script. The latter represents an exception that could have been handled by the script. 2004/07/02 13:29:09 npower 1.4.14.3: #i25269# fix up exception handling for getScript method Issue number: Submitted by: Reviewed by: 2004/06/30 11:57:36 npower 1.4.14.2: #i25870# Changes to BeanshellProvider and editor to make sure that the classloader is setup correctly such that scripts run from the IDE use the classpath defined in parcel-descriptor.xml 2004/06/12 09:19:29 npower 1.4.14.1: #i25269# added some extra exception handling, defered reading source until use of script, these changes are reflected by changes in Parcel[Container]

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d81f5cb61a557e1b901c275a12de11b648e5b2d8]

        INTEGRATION: CWS scriptingf7 (1.4.14); FILE MERGED 2004/07/14 09:07:09 npower 1.4.14.4: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted. 2004/07/12 16:34:37 npower 1.4.14.3: #i25260# Changes to support error displayed in IDE for javascript and beanshell when script that is invoked is opened in IDE Issue number: Submitted by: Reviewed by: 2004/06/30 11:57:36 npower 1.4.14.2: #i25870# Changes to BeanshellProvider and editor to make sure that the classloader is setup correctly such that scripts run from the IDE use the classpath defined in parcel-descriptor.xml 2004/06/22 14:39:50 npower 1.4.14.1: #i25269# changed code to always use UCB ( via url ) to get output stream

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f89baab4c4aa4e7be215c96b666da7eb27b6de1a]

        INTEGRATION: CWS scriptingf7 (1.6.4); FILE MERGED 2004/07/15 09:55:55 npower 1.6.4.9: #i25269# Changes to ProviderBrowseNode so that is doesn't try to get the scriptng context ( this was causing a crash in the cmdline version of pkgchk as it tried to instantiate the desktop component ). Changed the ctor to take XComponentContext, also changed PkgProviderBrowseNode the same way and additionally changed ScriptProvider to use the new ctor. 2004/07/14 15:11:33 toconnor 1.6.4.8: #i25269# form expand url using either bootstraprc or bootstrap.ini depending on platform 2004/07/09 18:09:30 npower 1.6.4.7: #i25260# Changed exception specification for invoke and getScript, modified exception handling so correct exceptions passed up. 2004/07/06 15:07:40 npower 1.6.4.6: #i25269# Changed call to deleteParce() to removeParcel() in removeByName for packages ( only pkgmgr physically removes packages ) 2004/07/05 15:58:31 npower 1.6.4.5: #i25269#  added support for use of UnoPkgContainer and ParcelContainer classes 2004/06/30 11:47:28 npower 1.6.4.4: #i25269# Added some error handling for deregister of scripts 2004/06/22 07:36:01 npower 1.6.4.3: #i25269# pkgchk support, correct handling of context url passed to provider 2004/06/21 13:57:31 npower 1.6.4.2: #i25269# changed retrieval of Scripting context to be lazy, for a) creating Scripting Context seems to cause problems when called from pkgchk ( and its not needed by pkgchk ) b) for efficiency 2004/06/12 09:07:40 npower 1.6.4.1: #i25269# Added new make_url method to PathUtils for tdoc support. Added XNameAccess interface implementation to ScriptProvider to handle PkgChk and additionally changed init method to handle string context.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d8d3ef9eaa1e8020252b4dd1615f1e6e9e6f694]

        INTEGRATION: CWS scriptingf7 (1.2.14); FILE MERGED 2004/07/14 09:07:08 npower 1.2.14.2: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted. 2004/07/12 16:34:36 npower 1.2.14.1: #i25260# Changes to support error displayed in IDE for javascript and beanshell when script that is invoked is opened in IDE Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [547e75b3888ef2ca36561729571fb113539d2d2f]

        INTEGRATION: CWS scriptingf7 (1.6.4); FILE MERGED 2004/06/22 07:39:03 npower 1.6.4.1: #i25269# part of the changes to support pkgchk involve slight change to initialisation of ScriptProviders, these no longer pass a scripting context so the ScriptContext class is now initialised with XModel ( or null )

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [65216bc4a2f04d462fd7c1f6381ba5427634fee5]

        INTEGRATION: CWS scriptingf7 (1.5.4); FILE MERGED 2004/06/12 09:07:40 npower 1.5.4.1: #i25269# Added new make_url method to PathUtils for tdoc support. Added XNameAccess interface implementation to ScriptProvider to handle PkgChk and additionally changed init method to handle string context.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb4203aa8e7db9be5b7e5cd359885202faeeede4]

        INTEGRATION: CWS scriptingf7 (1.2.14); FILE MERGED 2004/06/24 12:41:06 npower 1.2.14.2: #25269# close() method doesn't call closeOutput fixing this 2004/06/12 09:01:07 npower 1.2.14.1: #i25269# changes required to support tdoc urls Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [58b63512d70def70ff88955fe8c068f769ecd873]

        INTEGRATION: CWS scriptingf7 (1.2.14); FILE MERGED 2004/06/12 09:01:06 npower 1.2.14.1: #i25269# changes required to support tdoc urls Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebb55cef05f6195b8b238facd706662cedc0513b]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/06/12 09:00:21 npower 1.1.2.1: #i25269# New class needed to use XSimpleFileAccess2 interface. Part of tdoc support changes which are needed to support pkgchk Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [32d67423294fc3725ecd37208b604f6496d4e8b1]

        INTEGRATION: CWS scriptingf7 (1.2.14); FILE MERGED 2004/06/30 11:39:54 npower 1.2.14.3: #i25870# Fix bug where relative urls do not get concatenated correctly the observed affect was that if a classpath ( directory ) was given then the path to the class was formed incorrectly. Issue number: Submitted by: Reviewed by: 2004/06/22 14:36:56 npower 1.2.14.2: #i25269# use truncate to zero the file for output stream Issue number: Submitted by: Reviewed by: 2004/06/21 14:12:51 npower 1.2.14.1: #i25269# Modified UCBStreamHandler to accept multiple schemes, removed unused ctor and added more debug info. Removed XStorageStreamHandler, no longer used Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b877d32d796ac226a78f208139ba705f55498ebe]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/07/09 18:07:52 npower 1.1.2.2: #i25260# changes to exception specifications to support error handling, also changed to use ParsedUrl class 2004/07/05 15:22:57 npower 1.1.2.1: #i25269# new class for managing containment of uno-packages ( and sub packages in and uno package bundle )

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b261189b1c4abdc0bc3c591735731447e55c04d]

        INTEGRATION: CWS scriptingf7 (1.4.4); FILE MERGED 2004/07/14 15:29:23 toconnor 1.4.4.2: #i25260# Fix to correctly identify script location ( for url ) from context path under windows Issue number: Submitted by: Reviewed by: 2004/06/12 08:54:40 npower 1.4.4.1: #i25269# Changes for pkgchk support, as part of these changes use of tdoc is also supported and removal of Document/Application specific classes. Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c28e27b1bdc52b38213d629293bac86314caa10]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/07/09 18:03:56 npower 1.1.2.1: #i25260# New class to share information on parsed uris

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [886715b6b6f30fed36d50a4ddf84ed5984f4f993]

        INTEGRATION: CWS scriptingf7 (1.3.4); FILE MERGED 2004/07/09 18:07:51 npower 1.3.4.6: #i25260# changes to exception specifications to support error handling, also changed to use ParsedUrl class 2004/07/06 15:06:05 npower 1.3.4.5: #i25269# added removeParcel method to ParcelContainer 2004/07/05 15:21:18 npower 1.3.4.4: #i25269# Added new findScript method and parseScriptUri methods 2004/07/01 08:44:27 npower 1.3.4.3: #i30951#  added new method to detect if the container represents an UNO package or subpackage, also removed some System.out/err statements Issue number: Submitted by: Reviewed by: 2004/06/30 11:02:37 npower 1.3.4.2: #i25269# Corrected logic error in getChildContainer method, added parent() and removeChildContainer() methods Issue number: Submitted by: Reviewed by: 2004/06/12 08:54:39 npower 1.3.4.1: #i25269# Changes for pkgchk support, as part of these changes use of tdoc is also supported and removal of Document/Application specific classes. Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9bab5eaef77a2c3ca2e9ff03aea303e843edb7c]

        INTEGRATION: CWS scriptingf7 (1.3.4); FILE MERGED 2004/07/09 18:05:52 npower 1.3.4.3: #i25260 remove check for source when deleting scripts, its possible the source hasn't being loaded yet 2004/07/01 08:41:18 npower 1.3.4.2: #i30951# Added method to detect if the parcel is contained within an UNO package and also a method to return the path url to the parcel Issue number: Submitted by: Reviewed by: 2004/06/12 08:54:39 npower 1.3.4.1: #i25269# Changes for pkgchk support, as part of these changes use of tdoc is also supported and removal of Document/Application specific classes. Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [22358958706a995908af6ff9c1d9a7c6b61de5f3]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/06/30 10:59:44 npower 1.1.2.2: #i25269# Removed some unused methods and System.[out!err] statements Issue number: Submitted by: Reviewed by: 2004/06/12 08:52:42 npower 1.1.2.1: #i25269# New class to contain information regarding scripts deployed using pkgchk. Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c26e2f6367c3dda001bd5cc68d0d5a6c20468f8]

        INTEGRATION: CWS scriptingf7 (1.10.4); FILE MERGED 2004/07/07 15:01:27 npower 1.10.4.3: #i25260# modified exception handling so that correct exception type is wrapped in InvocationTarget exception where appropriate 2004/07/01 08:33:08 npower 1.10.4.2: #i30951#  Added checks to see if directory containing script library is read only and also to see if the library is within an uno-package. The delete/create etc. properties are set accordingly 2004/06/22 07:40:34 npower 1.10.4.1: #25269# updates to support pkgchk

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [97f80991a4d147632c41b195b80c29622fb8ebea]

        INTEGRATION: CWS scriptingf7 (1.3.4); FILE MERGED 2004/07/15 09:55:58 npower 1.3.4.3: #i25269# Changes to ProviderBrowseNode so that is doesn't try to get the scriptng context ( this was causing a crash in the cmdline version of pkgchk as it tried to instantiate the desktop component ). Changed the ctor to take XComponentContext, also changed PkgProviderBrowseNode the same way and additionally changed ScriptProvider to use the new ctor. 2004/07/01 08:34:52 npower 1.3.4.2: #i30951#  Added checks to see if directory containing language dir is read only and also to see if the library is within an uno-package. The delete/create etc. properties are set accordingly 2004/06/22 07:40:34 npower 1.3.4.1: #25269# updates to support pkgchk

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c67bd421506eedc58fcb6d8e24fd70eae021fc5e]

        INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED 2004/07/15 09:55:58 npower 1.1.2.2: #i25269# Changes to ProviderBrowseNode so that is doesn't try to get the scriptng context ( this was causing a crash in the cmdline version of pkgchk as it tried to instantiate the desktop component ). Changed the ctor to take XComponentContext, also changed PkgProviderBrowseNode the same way and additionally changed ScriptProvider to use the new ctor. 2004/06/22 07:41:18 npower 1.1.2.1: #i25269# new class support for uno package browsing

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e9b322b82bf3a183b7308cd601b8bd3ea2b1f97]

        INTEGRATION: CWS scriptingf7 (1.7.4); FILE MERGED 2004/07/01 08:16:42 npower 1.7.4.2: #i30951#  Added checks to see if directory containing script library is read only and also to see if the library is within an uno-package. The delete/create etc. properties are set accordingly 2004/06/22 07:40:35 npower 1.7.4.1: #25269# updates to support pkgchk

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [618828ef5b25dedef6708e7403fe079fabe34f00]

        INTEGRATION: CWS scriptingf7 (1.23.52); FILE MERGED 2004/07/12 16:00:31 dfoster 1.23.52.1: #i30924# Initial commit. string & harddisk images still broken.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1143478b412b91e096d3be8054fdce13128036b4]

        INTEGRATION: CWS scriptingf7 (1.40.26); FILE MERGED 2004/07/09 17:58:03 npower 1.40.26.2: #i25260# add support for new exception spec for XScript and XScriptProvider 2004/07/07 17:21:22 toconnor 1.40.26.1: #i25260# use new error dialog for scripting framework errors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [78135aec883d721c59197ec87fd79f71fd61c0d6]

        INTEGRATION: CWS scriptingf7 (1.16.32); FILE MERGED 2004/07/13 13:40:12 dfoster 1.16.32.1: #i30924# Fix images & user/share to MyMacros/OOo Macros.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaad48ed64e87d458dcb3b2ae803aef5f1faf35e]

        INTEGRATION: CWS scriptingf7 (1.33.172); FILE MERGED 2004/07/13 13:40:11 dfoster 1.33.172.4: #i30924# Fix images & user/share to MyMacros/OOo Macros. 2004/07/13 11:06:43 toconnor 1.33.172.3: #i30924# renaming of user and share directories 2004/07/12 18:06:12 toconnor 1.33.172.2: RESYNC: (1.33-1.35); FILE MERGED 2004/07/12 16:00:30 dfoster 1.33.172.1: #i30924# Initial commit. string & harddisk images still broken.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc9bb767952f9e45d09ae0d3b886ac9ad2a3aefe]

        INTEGRATION: CWS scriptingf7 (1.2.564); FILE MERGED 2004/07/13 13:40:10 dfoster 1.2.564.2: #i30924# Fix images & user/share to MyMacros/OOo Macros. 2004/07/12 16:00:30 dfoster 1.2.564.1: #i30924# Initial commit. string & harddisk images still broken.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d77f6c6787f98f4ffabb0163b249c50974e76189]

        INTEGRATION: CWS scriptingf7 (1.36.52); FILE MERGED 2004/07/12 16:00:30 dfoster 1.36.52.1: #i30924# Initial commit. string & harddisk images still broken.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c30e47cc8e1620aeb71b64597fd832436e4ee575]

        INTEGRATION: CWS scriptingf7 (1.38.50); FILE MERGED 2004/07/12 17:54:34 toconnor 1.38.50.3: RESYNC: (1.38-1.39); FILE MERGED 2004/07/09 17:58:03 npower 1.38.50.2: #i25260# add support for new exception spec for XScript and XScriptProvider 2004/07/07 17:21:21 toconnor 1.38.50.1: #i25260# use new error dialog for scripting framework errors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1391725cd3cf0854eb1e58a7943130b85692917e]

        INTEGRATION: CWS scriptingf7 (1.3.2); FILE MERGED 2004/07/12 17:43:52 toconnor 1.3.2.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/23 08:47:19 toconnor 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/04 13:52:58 kso 1.3.2.1: #i29649# - Fixed impl and usage of Content::copyData(). Issue number: Submitted by: Reviewed by:

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [92bf87e5ffd7d68f2cb7e670685fffc4048bd3fa]

        INTEGRATION: CWS scriptingf7 (1.4.2); FILE MERGED 2004/07/12 17:43:42 toconnor 1.4.2.3: RESYNC: (1.5-1.6); FILE MERGED 2004/06/23 08:47:11 toconnor 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/06/04 13:52:57 kso 1.4.2.1: #i29649# - Fixed impl and usage of Content::copyData(). Issue number: Submitted by: Reviewed by:

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [047a0fdfd1a3f3dfd74d6402fba2efcef740762d]

        INTEGRATION: CWS sb20 (1.2.40); FILE MERGED 2004/06/14 15:05:53 sb 1.2.40.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [cfec01f3e433a3adbf9d40ff9406b37dc251ac88]

        INTEGRATION: CWS sb20 (1.2.40); FILE MERGED 2004/06/14 15:05:52 sb 1.2.40.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [dec8ec2ebd8d4a84c9ddf83e465c6c755f54f8ec]

        INTEGRATION: CWS sb20 (1.2.26); FILE MERGED 2004/06/14 15:05:52 sb 1.2.26.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d9750a186746b607fa5ea6b2b3f7d29d5a654d14]

        INTEGRATION: CWS sb20 (1.5.68); FILE MERGED 2004/06/14 15:05:50 sb 1.5.68.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0d3079d850986aac8449eecdbb3b7c8ca0e17ae6]

        INTEGRATION: CWS sb20 (1.6.74); FILE MERGED 2004/06/14 15:05:49 sb 1.6.74.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f4685534818014f5a2e8d51cbe4e27d64eac06c4]

        INTEGRATION: CWS sb20 (1.2.120); FILE MERGED 2004/06/14 15:05:47 sb 1.2.120.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f043b7258570a201e150a047c36c2d51c3cc5b7f]

        INTEGRATION: CWS sb20 (1.4.120); FILE MERGED 2004/06/14 15:05:47 sb 1.4.120.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [64b255068b40dec6b4f9ec86b3dea37a4fce3791]

        INTEGRATION: CWS sb20 (1.2.120); FILE MERGED 2004/06/14 15:05:46 sb 1.2.120.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e678740212423d383e233a5152ec3dc94219a630]

        INTEGRATION: CWS sb20 (1.4.68); FILE MERGED 2004/06/14 15:05:45 sb 1.4.68.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [3ca6cdc72f62b87b4ff04342afb399ed4da3139e]

        INTEGRATION: CWS sb20 (1.11.18); FILE MERGED 2004/07/09 11:53:51 sb 1.11.18.1: #i29741# Retrofitted existing services as single-interface--based ones.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a61740ad27de71c02db9b038e64cde3e5335d40c]

        INTEGRATION: CWS sb20 (1.3.74); FILE MERGED 2004/06/14 15:05:44 sb 1.3.74.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [200cfeb4bc4d66c345aaa59e5586a7458f7dacc3]

        INTEGRATION: CWS sb20 (1.2.120); FILE MERGED 2004/06/14 15:05:42 sb 1.2.120.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6ffcc0b3e52cc0f34ef8345875bb4fb86665ce0d]

        INTEGRATION: CWS sb20 (1.4.120); FILE MERGED 2004/06/14 15:05:41 sb 1.4.120.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8cacd2742a453e3a38887f4703b9de2f7cbc68e4]

        INTEGRATION: CWS sb20 (1.5.74); FILE MERGED 2004/06/14 15:05:40 sb 1.5.74.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5d7b7d12b0abaabf1e60eb84c52688ea16343f0d]

        INTEGRATION: CWS sb20 (1.2.134); FILE MERGED 2004/06/15 07:30:20 sb 1.2.134.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [06fe857fc8f57c95097f2aa97c882451a0153a88]

        INTEGRATION: CWS sb20 (1.2.82); FILE MERGED 2004/06/15 07:30:20 sb 1.2.82.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ee1d4f493270deb237fb14639e18fd9eecd5ec57]

        INTEGRATION: CWS sb20 (1.2.82); FILE MERGED 2004/06/15 07:30:19 sb 1.2.82.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a66b959e1bdd95122a704ce046b01003007a339c]

        INTEGRATION: CWS sb20 (1.2.82); FILE MERGED 2004/06/15 07:30:18 sb 1.2.82.1: #i29119# sandbox.jar no longer needed by UNO.

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [36494c8617f919569fc908eed1c54816b99d131c]

        INTEGRATION: CWS tableoptions (1.55.32); FILE MERGED 2004/07/14 15:24:09 nn 1.55.32.2: RESYNC: (1.55-1.56); FILE MERGED 2004/07/05 17:07:54 nn 1.55.32.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfc4603f5eaaf66a1cf9fa0a81767ababd58661b]

        INTEGRATION: CWS tableoptions (1.6.34); FILE MERGED 2004/07/05 17:07:54 nn 1.6.34.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbebf12fc779b8a73c5cc28ecca23750ba07ee6e]

        INTEGRATION: CWS tableoptions (1.29.34); FILE MERGED 2004/07/06 13:36:21 dr 1.29.34.2: #i25111# DataPilot Show Details dialog 2004/07/05 17:07:56 nn 1.29.34.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [13e0433080dd984602f2b0f89954d478f37d2765]

        INTEGRATION: CWS tableoptions (1.26.36); FILE MERGED 2004/07/05 17:07:55 nn 1.26.36.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cca4f9fef8950dde40ed83058101e77838b68f1]

        INTEGRATION: CWS tableoptions (1.11.36); FILE MERGED 2004/07/14 13:25:52 sab 1.11.36.1: #i25111#; add table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2ed626cfd7f5658d5782ee71fbbd326e21f29da]

        INTEGRATION: CWS tableoptions (1.8.36); FILE MERGED 2004/07/06 10:20:44 dr 1.8.36.1: #i25111# UI for new DataPilot table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [af792b20113ef002dc161f0642f60156f8eb9374]

        INTEGRATION: CWS tableoptions (1.4.36); FILE MERGED 2004/07/06 13:35:44 dr 1.4.36.1: #i25111# DataPilot Show Details dialog

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b187232399101a69a681f82d699df30fdd27937]

        INTEGRATION: CWS tableoptions (1.2.518); FILE MERGED 2004/07/05 17:07:30 nn 1.2.518.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a646863469262563c3226488a6ec954d6786be3]

        INTEGRATION: CWS tableoptions (1.17.34); FILE MERGED 2004/07/06 10:21:34 dr 1.17.34.1: #i25111# UI for new DataPilot table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a30e4d7b2cc898bcb0f7c10fef9428ec056f8675]

        INTEGRATION: CWS tableoptions (1.32.36); FILE MERGED 2004/07/14 17:35:29 nn 1.32.36.4: resource changes 2004/07/14 15:11:48 nn 1.32.36.3: RESYNC: (1.32-1.34); FILE MERGED 2004/07/06 19:06:07 dr 1.32.36.2: #i25111# string review 2004/07/06 13:35:24 dr 1.32.36.1: #i25111# DataPilot Show Details dialog

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [eca5c1b01ab04af38d029bc20cfa14fb3f3ba416]

        INTEGRATION: CWS tableoptions (1.3.36); FILE MERGED 2004/07/06 13:35:23 dr 1.3.36.1: #i25111# DataPilot Show Details dialog

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e453f3fd0ce357f763bced9cdfdcb73cca621dfa]

        INTEGRATION: CWS tableoptions (1.5.36); FILE MERGED 2004/07/06 13:35:21 dr 1.5.36.1: #i25111# DataPilot Show Details dialog

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c8c1a1ca8a6630412eb0647ca40ea8ebf680512]

        INTEGRATION: CWS tableoptions (1.53.78); FILE MERGED 2004/07/14 17:35:28 nn 1.53.78.4: resource changes 2004/07/14 15:10:34 nn 1.53.78.3: RESYNC: (1.53-1.54); FILE MERGED 2004/07/06 19:06:07 dr 1.53.78.2: #i25111# string review 2004/07/06 10:21:35 dr 1.53.78.1: #i25111# UI for new DataPilot table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [03e60bd0a9cbb765f29d90ec7b72154011d0b7c3]

        INTEGRATION: CWS tableoptions (1.5.94); FILE MERGED 2004/07/06 10:21:35 dr 1.5.94.1: #i25111# UI for new DataPilot table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f06dd5ead206259330ee2d77fdb7d848c702e7f3]

        INTEGRATION: CWS tableoptions (1.3.36); FILE MERGED 2004/07/06 13:34:55 dr 1.3.36.1: #i25111# DatPilot Show Details dialog

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [be03b9e0d54bb08fc5b447b8c2729644cdda782b]

        INTEGRATION: CWS tableoptions (1.3.36); FILE MERGED 2004/07/06 13:34:54 dr 1.3.36.1: #i25111# DatPilot Show Details dialog

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1cf30fdf7302655b066ef9efc2d43fc6a856774]

        INTEGRATION: CWS tableoptions (1.58.22); FILE MERGED 2004/07/14 14:44:49 nn 1.58.22.2: RESYNC: (1.58-1.60); FILE MERGED 2004/07/14 13:50:26 sab 1.58.22.1: #i25111#; add table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b760af24162487e549c49dc575d9aef9edf70fae]

        INTEGRATION: CWS tableoptions (1.72.36); FILE MERGED 2004/07/14 13:25:27 sab 1.72.36.1: #i25111#; add table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [224d81fd0aaf884fd385a2cd2e8fd859cc22f322]

        INTEGRATION: CWS tableoptions (1.95.32); FILE MERGED 2004/07/14 15:09:51 nn 1.95.32.2: RESYNC: (1.95-1.96); FILE MERGED 2004/07/14 13:25:26 sab 1.95.32.1: #i25111#; add table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [419d0c165cff2f3364cc2d927d0848a25809b5d3]

        INTEGRATION: CWS tableoptions (1.11.36); FILE MERGED 2004/07/14 13:25:26 sab 1.11.36.1: #i25111#; add table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a23740af22170a7cd8bb8f96d3f9a9109a99e40a]

        INTEGRATION: CWS tableoptions (1.14.36); FILE MERGED 2004/07/14 13:25:25 sab 1.14.36.1: #i25111#; add table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f51d28245bd5d1072d03784443b8151fde61d796]

        INTEGRATION: CWS tableoptions (1.13.36); FILE MERGED 2004/07/14 13:25:24 sab 1.13.36.1: #i25111#; add table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d05247fac09bc5edaff322850417c2a1b561dbd8]

        INTEGRATION: CWS tableoptions (1.2.36); FILE MERGED 2004/07/06 10:22:36 dr 1.2.36.1: #i25111# new DataPilot table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8d3caf1dfd0503d78794ba1bb1664f3b61e61ff]

        INTEGRATION: CWS tableoptions (1.2.36); FILE MERGED 2004/07/06 10:22:35 dr 1.2.36.1: #i25111# new DataPilot table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6e940a0aa1bb168256c002f9a4f8e06b1abe427]

        INTEGRATION: CWS tableoptions (1.2.36); FILE MERGED 2004/07/06 10:22:19 dr 1.2.36.1: #i25111# new DataPilot table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0066ac387bf7d8382bfe1e233d90c0399f3f142e]

        INTEGRATION: CWS tableoptions (1.2.36); FILE MERGED 2004/07/06 13:58:39 dr 1.2.36.2: #i25111# correct position for DP with page fields 2004/07/06 10:22:19 dr 1.2.36.1: #i25111# new DataPilot table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d7af7d64c9cb5241761e46bd0d83ed92c963488]

        INTEGRATION: CWS tableoptions (1.2.36); FILE MERGED 2004/07/06 10:22:18 dr 1.2.36.1: #i25111# new DataPilot table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbd21d54fc5e67fbceff6add29afc5816e1e3be9]

        INTEGRATION: CWS tableoptions (1.43.34); FILE MERGED 2004/07/06 10:22:18 dr 1.43.34.1: #i25111# new DataPilot table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c251e84e79a8bdfd689977818d52ff0497143ff]

        INTEGRATION: CWS tableoptions (1.5.34); FILE MERGED 2004/07/05 17:07:08 nn 1.5.34.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [13fc06677a580fe6b3f4725fda1a56b4de4cf19b]

        INTEGRATION: CWS tableoptions (1.8.36); FILE MERGED 2004/07/05 17:07:08 nn 1.8.36.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [949ecca13e27c7ac191fb16f003fd63f2e6c0ea3]

        INTEGRATION: CWS tableoptions (1.12.34); FILE MERGED 2004/07/05 17:07:08 nn 1.12.34.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7edcb96b746270459bd5eae2fefb5cd68815bad8]

        INTEGRATION: CWS tableoptions (1.62.32); FILE MERGED 2004/07/14 13:24:55 sab 1.62.32.1: #i25111#; add table options

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c950682eda949025929579e58f5a9956f8228d5d]

        INTEGRATION: CWS tableoptions (1.3.36); FILE MERGED 2004/07/06 13:34:28 dr 1.3.36.1: #i25111# DatPilot Show Details dialog

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4e7c95502eb229aaff9a3cdf5a71df25a0912f9]

        INTEGRATION: CWS tableoptions (1.40.34); FILE MERGED 2004/07/06 13:34:27 dr 1.40.34.1: #i25111# DatPilot Show Details dialog

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab5174f332ebce68b5add6e1ef7a783b03680dd2]

        INTEGRATION: CWS tableoptions (1.4.34); FILE MERGED 2004/07/05 17:06:53 nn 1.4.34.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb328d54c1ec752b45b35da758f68b1e6ccc9902]

        INTEGRATION: CWS tableoptions (1.4.36); FILE MERGED 2004/07/05 17:06:52 nn 1.4.36.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c040f149b39ecf7d045d786af26e67f5140f6e3d]

        INTEGRATION: CWS tableoptions (1.5.34); FILE MERGED 2004/07/05 17:06:52 nn 1.5.34.1: #i25111# table options, drill to details

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f56e4dd5150fc2ad6497042fde40844de2225564]

        INTEGRATION: CWS tableoptions (1.4.58); FILE MERGED 2004/07/14 13:22:54 sab 1.4.58.1: #i25111#; add table options

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [defd669e46aff70c7055f9617cb6a486444d2fd3]

        INTEGRATION: CWS tbe11 (1.27.58); FILE MERGED 2004/07/22 13:52:14 tbe 1.27.58.5: #99468# Basic IDE cannot handle libraries, which contain dialogs only 2004/07/16 13:28:52 tbe 1.27.58.4: RESYNC: (1.27-1.28); FILE MERGED 2004/07/15 17:49:52 tbe 1.27.58.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/23 08:35:03 tbe 1.27.58.2: #99468# Basic IDE cannot handle libraries, which contain dialogs only 2004/06/21 11:24:52 tbe 1.27.58.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a3495ad9b0c2580015d2e3b322e02352cd398c17]

        INTEGRATION: CWS i18naddloc (1.6.16); FILE MERGED 2004/07/13 16:25:05 er 1.6.16.1: #i31143# add North Korean (DPR)

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5229c07719cea48a80fcf8fe5992aa5c04e712e6]

        INTEGRATION: CWS i18naddloc (1.41.12); FILE MERGED 2004/07/12 16:56:25 er 1.41.12.1: #i31143# (not really, just using ID) remove erroneous x-comment section

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [340ec1dc2ea059a8541589afd1bb62827763879f]

        INTEGRATION: CWS i18naddloc (1.13.422); FILE MERGED 2004/07/13 17:11:18 er 1.13.422.1: #i31143# add North Korean (DPR)

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b5d84ce364f3ac6449d267690f02d40347158c5]

        INTEGRATION: CWS jl8 (1.15.18); FILE MERGED 2004/07/19 12:54:39 jl 1.15.18.3: #i30342# solving conflict after resynchronization to m47 (1.22) 2004/07/07 11:48:24 jl 1.15.18.2: RESYNC: (1.15-1.22); FILE MERGED 2004/07/07 08:47:13 jl 1.15.18.1: #i30342# pack JREProperties.class

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8cfb590e8cd4cc9bfdf54d4665403f564e21c5bc]

        INTEGRATION: CWS i18naddloc (1.7.4); FILE MERGED 2004/06/11 18:35:26 er 1.7.4.2: #i28518# fm/em instead of am/pm 2004/06/11 18:00:10 er 1.7.4.1: #i26461# correct TimeSeparator

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5e7f467a159e6ca6dc90b18d94849fc5f06a6f8a]

        INTEGRATION: CWS i18naddloc (1.7.4); FILE MERGED 2004/06/11 18:35:26 er 1.7.4.2: #i28518# fm/em instead of am/pm 2004/06/11 17:57:27 er 1.7.4.1: #i26461# use Finnish regional and number format settings adapted to Swedish language

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e1fabc74b406c9fa64ab86c0413cd4b82a3908e8]

        INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/07/08 11:58:37 er 1.1.2.4: #i18659# LC_INFO DefaultName in readable English ;-) 2004/07/06 11:11:23 er 1.1.2.3: #i18659# small change in currency name 2004/07/05 15:43:12 er 1.1.2.2: #i18659# latest changes 2004/06/14 15:48:14 er 1.1.2.1: #i18659# add sr_YU and sh_YU Serbian locale data, provided by Tanovic Branko < tane@ooo >

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d7666f3b49c3ac395dc3942c8da9cf58bfe50d47]

        INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/07/08 11:58:36 er 1.1.2.4: #i18659# LC_INFO DefaultName in readable English ;-) 2004/07/06 11:11:23 er 1.1.2.3: #i18659# small change in currency name 2004/07/05 15:43:12 er 1.1.2.2: #i18659# latest changes 2004/06/14 15:48:13 er 1.1.2.1: #i18659# add sr_YU and sh_YU Serbian locale data, provided by Tanovic Branko < tane@ooo >

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [591849f90d040bd01f3fee4eaaa0191e25f03746]

        INTEGRATION: CWS i18naddloc (1.3.4); FILE MERGED 2004/06/11 18:36:26 er 1.3.4.1: #i28518# AM/PM instead of am/pm

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0160163aba2ee19b9d4f591bcb042fca5d534ec6]

        INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/11 18:36:26 er 1.1.2.2: #i28518# AM/PM instead of am/pm 2004/06/11 16:32:11 er 1.1.2.1: #i15834# add ms_MY Malaysian locale data, provided by Syed Ahmad Shazali <zali@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [3a631c843d3dde4ee300beacb101e4bbf48113a8]

        INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/14 13:25:27 er 1.1.2.1: #i27677# add mn_MN Mongolian locale data, provided by Sanlig Badral <badaa@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4a9d8b529436e329c7cba84ff0ebdaf25aa28d01]

        INTEGRATION: CWS i18naddloc (1.23.2); FILE MERGED 2004/07/05 15:07:14 er 1.23.2.8: #i30508# add Azerbaijani (az_AZ) locale data, provided by Rail Aliev <rail@ooo> and Emin Huseynov <emin_huseynov@ooo> 2004/06/17 16:31:57 er 1.23.2.7: #i27248# add bs_BA Bosnian for Bosnia-Herzegovina locale data, provided by Vedran Ljubovic <vljubovic@ooo> 2004/06/14 16:39:11 er 1.23.2.6: #i20613# add hr_HR Croatian locale data, provided by Denis Lakcovic <delacko@ooo> 2004/06/14 15:48:13 er 1.23.2.5: #i18659# add sr_YU and sh_YU Serbian locale data, provided by Tanovic Branko < tane@ooo > 2004/06/14 13:25:26 er 1.23.2.4: #i27677# add mn_MN Mongolian locale data, provided by Sanlig Badral <badaa@ooo> 2004/06/14 11:57:52 er 1.23.2.3: #i18069# add ia Interlingua locale data, provided by Ove Hanebring <ovehanebring@ooo> 2004/06/11 17:06:55 er 1.23.2.2: #i16276# add bg_BG Bulgarian locale data, provided by Hristo Hristov <icobgr@ooo> 2004/06/11 16:32:10 er 1.23.2.1: #i15834# add ms_MY Malaysian locale data, provided by Syed Ahmad Shazali <zali@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b23a6863b2f3fa82abf5bff794f5f1a419a25582]

        INTEGRATION: CWS i18naddloc (1.3.4); FILE MERGED 2004/07/05 15:07:14 er 1.3.4.4: #i30508# add Azerbaijani (az_AZ) locale data, provided by Rail Aliev <rail@ooo> and Emin Huseynov <emin_huseynov@ooo> 2004/06/14 13:25:26 er 1.3.4.3: #i27677# add mn_MN Mongolian locale data, provided by Sanlig Badral <badaa@ooo> 2004/06/14 11:57:52 er 1.3.4.2: #i18069# add ia Interlingua locale data, provided by Ove Hanebring <ovehanebring@ooo> 2004/06/11 16:32:10 er 1.3.4.1: #i15834# add ms_MY Malaysian locale data, provided by Syed Ahmad Shazali <zali@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ba1554c847444f5e6d7129ea5cb52b433769c850]

        INTEGRATION: CWS i18naddloc (1.7.4); FILE MERGED 2004/06/17 16:31:57 er 1.7.4.4: #i27248# add bs_BA Bosnian for Bosnia-Herzegovina locale data, provided by Vedran Ljubovic <vljubovic@ooo> 2004/06/14 16:39:11 er 1.7.4.3: #i20613# add hr_HR Croatian locale data, provided by Denis Lakcovic <delacko@ooo> 2004/06/14 15:48:12 er 1.7.4.2: #i18659# add sr_YU and sh_YU Serbian locale data, provided by Tanovic Branko < tane@ooo > 2004/06/11 17:06:55 er 1.7.4.1: #i16276# add bg_BG Bulgarian locale data, provided by Hristo Hristov <icobgr@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8889f29f960746f52929202023dd2db65932c45d]

        INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/14 11:57:51 er 1.1.2.1: #i18069# add ia Interlingua locale data, provided by Ove Hanebring <ovehanebring@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d4fb003fb33bac81df50d89f9510776c6cccba61]

        INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/14 16:39:11 er 1.1.2.1: #i20613# add hr_HR Croatian locale data, provided by Denis Lakcovic <delacko@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8584db67156018adc649d305463d89a283f5d1da]

        INTEGRATION: CWS i18naddloc (1.11.4); FILE MERGED 2004/06/11 18:36:25 er 1.11.4.1: #i28518# AM/PM instead of am/pm

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [04818db2192720079d42aa4e9f53de3e6c59154a]

        INTEGRATION: CWS i18naddloc (1.8.4); FILE MERGED 2004/06/11 18:36:25 er 1.8.4.2: #i28518# AM/PM instead of am/pm 2004/06/11 17:38:22 er 1.8.4.1: #i26460# remove trailing dots from abbreviated month names

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8771e6f49c923e32c3827e3928e45297a2e2bb03]

        INTEGRATION: CWS i18naddloc (1.9.4); FILE MERGED 2004/06/11 17:58:50 er 1.9.4.1: #i26461# correct DateSeparator

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a6c234db0f4bda69e61b83df2f4d951dbc469eca]

        INTEGRATION: CWS i18naddloc (1.4.4); FILE MERGED 2004/06/11 18:13:52 er 1.4.4.1: #i26462# get data and references right (were always wrong before)

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [84a598ffbc035555e021da5636e7ffcfdffc0a21]

        INTEGRATION: CWS i18naddloc (1.7.4); FILE MERGED 2004/06/11 18:52:50 er 1.7.4.1: #i29944# correct decimal and group separators

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5a6fe3f760c39528ed2804482b7d8fa37f0d20a8]

        INTEGRATION: CWS i18naddloc (1.3.2); FILE MERGED 2004/06/14 15:14:33 er 1.3.2.1: #i18069# entities may be indented, preceded by leading blanks

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7ba3e30269f2bdbcff384d9d3a6bb294e12585ea]

        INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/17 16:31:57 er 1.1.2.1: #i27248# add bs_BA Bosnian for Bosnia-Herzegovina locale data, provided by Vedran Ljubovic <vljubovic@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d7d296eec6bb5dea8fe5d7284f04c24d884bebf0]

        INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/06/11 17:06:54 er 1.1.2.1: #i16276# add bg_BG Bulgarian locale data, provided by Hristo Hristov <icobgr@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [41780bfb358a836df01a0d60ab4015e222cfd566]

        INTEGRATION: CWS i18naddloc (1.1.2); FILE ADDED 2004/07/05 15:07:14 er 1.1.2.1: #i30508# add Azerbaijani (az_AZ) locale data, provided by Rail Aliev <rail@ooo> and Emin Huseynov <emin_huseynov@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a3bf26f6e95ae35ff6b7a0a75be602c63003d35b]

        INTEGRATION: CWS i18naddloc (1.6.4); FILE MERGED 2004/06/11 18:13:51 er 1.6.4.1: #i26462# get data and references right (were always wrong before)

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [128ada45d5d56795180661bc5d2346f58a2ffc26]

        INTEGRATION: CWS i18naddloc (1.26.4); FILE MERGED 2004/07/05 15:07:13 er 1.26.4.8: #i30508# add Azerbaijani (az_AZ) locale data, provided by Rail Aliev <rail@ooo> and Emin Huseynov <emin_huseynov@ooo> 2004/06/17 16:31:56 er 1.26.4.7: #i27248# add bs_BA Bosnian for Bosnia-Herzegovina locale data, provided by Vedran Ljubovic <vljubovic@ooo> 2004/06/14 16:39:09 er 1.26.4.6: #i20613# add hr_HR Croatian locale data, provided by Denis Lakcovic <delacko@ooo> 2004/06/14 15:48:12 er 1.26.4.5: #i18659# add sr_YU and sh_YU Serbian locale data, provided by Tanovic Branko < tane@ooo > 2004/06/14 13:25:25 er 1.26.4.4: #i27677# add mn_MN Mongolian locale data, provided by Sanlig Badral <badaa@ooo> 2004/06/14 11:57:50 er 1.26.4.3: #i18069# add ia Interlingua locale data, provided by Ove Hanebring <ovehanebring@ooo> 2004/06/11 17:06:53 er 1.26.4.2: #i16276# add bg_BG Bulgarian locale data, provided by Hristo Hristov <icobgr@ooo> 2004/06/11 16:32:09 er 1.26.4.1: #i15834# add ms_MY Malaysian locale data, provided by Syed Ahmad Shazali <zali@ooo>

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9588e451515d2185ec2f74f6919a13c087d5a7a9]

        INTEGRATION: CWS ricohfonts (1.25.20); FILE MERGED 2004/06/02 10:56:22 hdu 1.25.20.7: #114960# HG*Sun fonts look better than their HG* alternatives 2004/06/01 15:49:03 hdu 1.25.20.6: #116319# adapt to font name change of new ricoh fonts, change default japanese latin font 2004/04/29 14:33:40 hdu 1.25.20.5: #116190# use HGPMincho as default latin font for ja-jp 2004/04/28 07:05:33 hdu 1.25.20.4: #116188# prefer native names for japanese fonts 2004/04/20 14:40:01 hdu 1.25.20.3: #116319# use HGPGothic as Calc default font 2004/03/12 12:48:22 hdu 1.25.20.2: #114960# change japanese default font settings for more pleasant reading in UI 2004/03/10 15:30:50 hdu 1.25.20.1: #114960# add new japanese Ricoh fonts

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9d6587e4bcc14022d8a2234253216ad1e77d3f11]

        INTEGRATION: CWS ricohfonts (1.164.10); FILE MERGED 2004/06/02 10:47:12 hdu 1.164.10.7: #114770# more translations for ricoh related fonts 2004/06/02 09:02:22 hdu 1.164.10.6: #114770# ignore vendor extensions for ricoh font special emboldening 2004/06/01 15:31:22 hdu 1.164.10.5: #114999# for special japanese bold effect adapt to changed fontnames 2004/04/20 07:02:02 hdu 1.164.10.4: RESYNC: (1.169-1.170); FILE MERGED 2004/03/10 13:45:05 hdu 1.164.10.3: #114960# add new japanese Ricoh fonts 2004/03/10 10:23:12 hdu 1.164.10.2: RESYNC: (1.164-1.169); FILE MERGED 2004/01/22 14:02:58 hdu 1.164.10.1: #114770# special handling for emboldening Ricoh fonts

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5905390c9b9cb81d1a409ba920238c0efd80d382]

        INTEGRATION: CWS ricohfonts (1.25.20); FILE MERGED 2004/03/12 12:32:56 hdu 1.25.20.2: #114960# change japanese default names for pleasant reading in UI 2004/03/10 14:54:17 hdu 1.25.20.1: #114960# add hggothicbsun as default japanese UI font

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [8b5815c3df896a4817407608c7e26033a7c3bdff]

        INTEGRATION: CWS tbe11 (1.64.64); FILE MERGED 2004/07/09 16:00:08 tbe 1.64.64.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [0cee67751a828261cf7151eb719a4cfc4f2ed844]

        INTEGRATION: CWS tbe11 (1.2.14); FILE MERGED 2004/07/19 14:59:42 tbe 1.2.14.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [4a9dac0ae8ffc15122dcf1c21c92b035a2b17cef]

        INTEGRATION: CWS tbe11 (1.5.10); FILE MERGED 2004/07/15 17:47:18 tbe 1.5.10.4: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:50:11 tbe 1.5.10.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/23 08:33:32 tbe 1.5.10.2: #99468# Basic IDE cannot handle libraries, which contain dialogs only 2004/06/21 11:21:59 tbe 1.5.10.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [fc6a8d214ea14565babf8384854de9c9b195a505]

        INTEGRATION: CWS tbe11 (1.3.154); FILE MERGED 2004/07/15 17:47:18 tbe 1.3.154.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:50:11 tbe 1.3.154.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:21:59 tbe 1.3.154.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [44f5d9075d2426235c86a5eb878ae3778ab8153e]

        INTEGRATION: CWS tbe11 (1.25.12); FILE MERGED 2004/07/16 13:30:22 tbe 1.25.12.2: RESYNC: (1.25-1.26); FILE MERGED 2004/06/21 11:29:49 tbe 1.25.12.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [097eba16abe0e32eb0352ed46e53558f7b28b0bb]

        INTEGRATION: CWS tbe11 (1.3.210); FILE MERGED 2004/07/15 17:51:49 tbe 1.3.210.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:56:12 tbe 1.3.210.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:29:49 tbe 1.3.210.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [bf58a0bfb8cfd7c644de633004dc2f0e9e1bb03d]

        INTEGRATION: CWS tbe11 (1.2.210); FILE MERGED 2004/06/21 11:29:48 tbe 1.2.210.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [9b74957494fab81b42802be61834740591699854]

        INTEGRATION: CWS tbe11 (1.12.154); FILE MERGED 2004/07/15 17:51:48 tbe 1.12.154.4: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/13 08:39:43 tbe 1.12.154.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:56:12 tbe 1.12.154.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:29:48 tbe 1.12.154.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [c7c9c30248fd6362a4cf0078f2c38641f8dc5486]

        INTEGRATION: CWS tbe11 (1.53.12); FILE MERGED 2004/07/22 11:16:59 tbe 1.53.12.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/16 13:30:00 tbe 1.53.12.2: RESYNC: (1.53-1.54); FILE MERGED 2004/07/09 15:56:12 tbe 1.53.12.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [5f025ccc429aeaf566c6683035c2417d7328f9b3]

        INTEGRATION: CWS tbe11 (1.16.14); FILE MERGED 2004/07/15 17:51:48 tbe 1.16.14.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:56:11 tbe 1.16.14.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:29:00 tbe 1.16.14.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [aa70318b43865a5c842253f6aff4e7ddf6ac1ea2]

        INTEGRATION: CWS tbe11 (1.7.14); FILE MERGED 2004/07/09 15:56:11 tbe 1.7.14.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [ce16b58ab8a2cfeb05cfa863cf340bdac1a6c9bf]

        INTEGRATION: CWS tbe11 (1.24.14); FILE MERGED 2004/07/15 17:51:48 tbe 1.24.14.4: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/13 08:39:42 tbe 1.24.14.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:56:11 tbe 1.24.14.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:28:59 tbe 1.24.14.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [589579eff14e885c1e52f7c33f6ca1c898c31299]

        INTEGRATION: CWS tbe11 (1.45.10); FILE MERGED 2004/07/15 17:51:48 tbe 1.45.10.4: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/13 08:39:41 tbe 1.45.10.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:56:11 tbe 1.45.10.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:28:58 tbe 1.45.10.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [ffe367e5c36f090154a62d59d4dbe56a5a448cb0]

        INTEGRATION: CWS tbe11 (1.6.208); FILE MERGED 2004/07/09 15:56:10 tbe 1.6.208.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:27:54 tbe 1.6.208.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [6ab17d50db68f8b2d953cbefaa1d7244032ed59c]

        INTEGRATION: CWS tbe11 (1.29.14); FILE MERGED 2004/07/15 17:51:48 tbe 1.29.14.4: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/13 08:39:40 tbe 1.29.14.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:56:10 tbe 1.29.14.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:27:53 tbe 1.29.14.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [507a9e97316a57bf15191dbd7f82ff832cfeb38a]

        INTEGRATION: CWS jl8 (1.3.68); FILE MERGED 2004/06/14 09:46:32 jl 1.3.68.1: #i29389# remove javainfo.hxx + implementation

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [4df2dfd20372a4b57f2d4854d04a52e05c333f04]

        INTEGRATION: CWS tbe11 (1.2.226); FILE MERGED 2004/07/15 17:50:48 tbe 1.2.226.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [d0b0d8c181a20850ba68927908733475266ab94b]

        INTEGRATION: CWS tbe11 (1.1.1.1.248); FILE MERGED 2004/06/21 11:27:52 tbe 1.1.1.1.248.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [57641d10103145d0fda1e482ab57bb77b9f5c293]

        INTEGRATION: CWS jl8 (1.4.68); FILE MERGED 2004/06/14 09:46:31 jl 1.4.68.1: #i29389# remove javainfo.hxx + implementation

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [21b25f9c9810b91f66956eb11c76d99bc851fe76]

        INTEGRATION: CWS tbe11 (1.6.74); FILE MERGED 2004/06/21 11:27:51 tbe 1.6.74.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [57aaf7321552eedaae04990031f6345ab72bbfd4]

        INTEGRATION: CWS tbe11 (1.23.10); FILE MERGED 2004/07/15 17:50:47 tbe 1.23.10.5: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/13 08:39:40 tbe 1.23.10.4: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:54:54 tbe 1.23.10.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/23 08:35:27 tbe 1.23.10.2: #99468# Basic IDE cannot handle libraries, which contain dialogs only 2004/06/21 11:26:48 tbe 1.23.10.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [7eaf4b6e4b2c5027567f236241dac75eaabfe87c]

        INTEGRATION: CWS tbe11 (1.15.210); FILE MERGED 2004/07/15 17:50:47 tbe 1.15.210.5: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/13 08:39:39 tbe 1.15.210.4: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:54:54 tbe 1.15.210.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/23 08:35:27 tbe 1.15.210.2: #99468# Basic IDE cannot handle libraries, which contain dialogs only 2004/06/21 11:26:47 tbe 1.15.210.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [7f6d6cf3ed43433481fe938bf112c8bde7ba90fb]

        INTEGRATION: CWS tbe11 (1.7.210); FILE MERGED 2004/07/15 17:50:47 tbe 1.7.210.5: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/13 08:39:38 tbe 1.7.210.4: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:54:53 tbe 1.7.210.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/23 08:35:04 tbe 1.7.210.2: #99468# Basic IDE cannot handle libraries, which contain dialogs only 2004/06/21 11:26:47 tbe 1.7.210.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [f3f9ae01d9bec4f28e2537b178adc1fefa226245]

        INTEGRATION: CWS tbe11 (1.13.204); FILE MERGED 2004/07/15 17:50:47 tbe 1.13.204.5: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/13 08:39:38 tbe 1.13.204.4: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:54:53 tbe 1.13.204.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/23 08:35:04 tbe 1.13.204.2: #99468# Basic IDE cannot handle libraries, which contain dialogs only 2004/06/21 11:26:47 tbe 1.13.204.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b49e5f0d3bd686d23ea0f03baad06531162ba423]

        INTEGRATION: CWS jl8 (1.5.22); FILE MERGED 2004/06/14 09:46:27 jl 1.5.22.1: #i29389# remove javainfo.hxx + implementation

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [3558e9f6d9b4cdd1931a89eba8e166e8cd56c1dc]

        INTEGRATION: CWS tbe11 (1.27.10); FILE MERGED 2004/07/09 15:54:53 tbe 1.27.10.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:26:46 tbe 1.27.10.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [49751c87652bdd9de8aeca244b4644811f4b0956]

        INTEGRATION: CWS tbe11 (1.26.14); FILE MERGED 2004/07/15 17:49:52 tbe 1.26.14.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:54:53 tbe 1.26.14.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:26:45 tbe 1.26.14.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [33da8a597c067cdff4d4c232f20de60323a6c6f2]

        INTEGRATION: CWS tbe11 (1.96.12); FILE MERGED 2004/07/16 13:29:07 tbe 1.96.12.2: RESYNC: (1.96-1.97); FILE MERGED 2004/07/09 15:54:52 tbe 1.96.12.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [598fb2249ce3f5464ca142ef348e165247686bb8]

        INTEGRATION: CWS tbe11 (1.11.168); FILE MERGED 2004/06/21 11:24:51 tbe 1.11.168.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a139160c706d333db2b4020a2f36bb55857386d]

        INTEGRATION: CWS jl8 (1.3.60); FILE MERGED 2004/06/15 10:19:13 jl 1.3.60.1: #i29389#

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [40fde47cfe776e503af4ec46f2bc9be20f8f509e]

        INTEGRATION: CWS tbe11 (1.8.70); FILE MERGED 2004/07/22 13:52:13 tbe 1.8.70.3: #99468# Basic IDE cannot handle libraries, which contain dialogs only 2004/07/09 15:54:52 tbe 1.8.70.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:24:51 tbe 1.8.70.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [f3de601ee152c392095c91ec6ad195471e129d86]

        INTEGRATION: CWS tbe11 (1.30.14); FILE MERGED 2004/07/16 13:28:45 tbe 1.30.14.4: RESYNC: (1.30-1.31); FILE MERGED 2004/07/09 15:54:52 tbe 1.30.14.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/23 08:35:03 tbe 1.30.14.2: #99468# Basic IDE cannot handle libraries, which contain dialogs only 2004/06/21 11:24:50 tbe 1.30.14.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [964a4b02711b5d982b07fd9c3c600454f0b32668]

        INTEGRATION: CWS tbe11 (1.27.154); FILE MERGED 2004/07/15 17:49:51 tbe 1.27.154.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:53:13 tbe 1.27.154.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:23:45 tbe 1.27.154.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [256114635844471bd5dfa8dff0d0e43bfa7c398e]

        INTEGRATION: CWS tbe11 (1.17.58); FILE MERGED 2004/07/15 17:49:51 tbe 1.17.58.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:23:45 tbe 1.17.58.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [861266f519b5f0ba9cfc79520f493f2ab48dc87f]

        INTEGRATION: CWS tbe11 (1.2.204); FILE MERGED 2004/07/09 15:53:13 tbe 1.2.204.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [9880248fdfed163be97d9886311d07b73180be9b]

        INTEGRATION: CWS tbe11 (1.31.22); FILE MERGED 2004/07/15 17:49:51 tbe 1.31.22.3: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/09 15:53:13 tbe 1.31.22.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:23:44 tbe 1.31.22.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [5d3938b1cc5643a7f421267d70dc3585c1ad585c]

        INTEGRATION: CWS tbe11 (1.1.1.1.248); FILE MERGED 2004/07/16 13:28:26 tbe 1.1.1.1.248.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/07/09 15:53:13 tbe 1.1.1.1.248.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [5be0a843b38182268a3550b45321b716f482bdd4]

        INTEGRATION: CWS tbe11 (1.3.70); FILE MERGED 2004/07/19 13:36:10 tbe 1.3.70.4: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/16 13:28:18 tbe 1.3.70.3: RESYNC: (1.3-1.4); FILE MERGED 2004/07/09 15:53:12 tbe 1.3.70.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/06/21 11:23:43 tbe 1.3.70.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [07b10450e26849f1695a72883919c3ad79b0175a]

        INTEGRATION: CWS tbe11 (1.8.74); FILE MERGED 2004/07/09 15:49:27 tbe 1.8.74.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [ea648eb264b8e3003806c3fc55b82ae37ff25855]

        INTEGRATION: CWS tbe11 (1.13.14); FILE MERGED 2004/07/09 15:48:42 tbe 1.13.14.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [09e72e21074b4ac1afb0cf287799774a7480c7d9]

        INTEGRATION: CWS tbe11 (1.2.38); FILE MERGED 2004/07/19 15:01:29 tbe 1.2.38.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [ba3b2c27dfe2dcbef56a54f8f91761c76c65dd41]

        INTEGRATION: CWS tbe11 (1.3.82); FILE MERGED 2004/07/19 13:34:03 tbe 1.3.82.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer 2004/07/16 17:40:07 tbe 1.3.82.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [c42505235c57e1dbb1f4c91483ec8f94c420e0cb]

        INTEGRATION: CWS tbe11 (1.46.44); FILE MERGED 2004/07/16 13:06:20 tbe 1.46.44.2: RESYNC: (1.46-1.48); FILE MERGED 2004/07/09 15:38:04 tbe 1.46.44.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [44905c1ff4ea43e9c76eb09c0cb66397f495f912]

        INTEGRATION: CWS jl8 (1.2.54); FILE MERGED 2004/07/06 06:02:27 pb 1.2.54.2: fix: #i30307# show path of the highlighted JRE 2004/06/15 11:21:01 pb 1.2.54.1: fix: #i29602# RadioButtons instead of CheckBoxes fix: #i30083# no own RequestHelp(); ClassPathDlg: initial focus on path list

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [856884635737854c41946dc582fab9cb477dd476]

        INTEGRATION: CWS jl8 (1.2.54); FILE MERGED 2004/06/16 10:32:00 pb 1.2.54.3: fix: #i30307# show path of the highlighted JRE 2004/06/15 11:21:02 pb 1.2.54.2: fix: #i29602# RadioButtons instead of CheckBoxes fix: #i30083# no own RequestHelp(); ClassPathDlg: initial focus on path list 2004/06/13 10:28:44 jl 1.2.54.1: #i29473# selecting a JRE after the javavendors.xml has been modified after product patch did not work

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [163474749d156708b49efceb45743e83c792d4df]

        INTEGRATION: CWS jl8 (1.5.30); FILE MERGED 2004/06/16 10:17:51 pb 1.5.30.1: fix: #i29602# support for RadioButtons

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [92c996a8e575d1846b9c8f00983babe96091df09]

        INTEGRATION: CWS jl8 (1.8.4); FILE MERGED 2004/07/06 16:03:15 jl 1.8.4.2: #i30342# 2004/06/24 13:02:03 jl 1.8.4.1: #i30342#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [717e47eca4004e7b7f04194a2c3568dc30a435c0]

        INTEGRATION: CWS jl8 (1.17.4); FILE MERGED 2004/07/08 09:39:27 jl 1.17.4.6: #116544# use bootstrap vars _OS _ARCH 2004/07/07 13:30:18 jl 1.17.4.5: #i30342# 2004/07/06 16:03:15 jl 1.17.4.4: #i30342# 2004/06/25 09:43:21 jl 1.17.4.3: #i30342# 2004/06/24 13:02:03 jl 1.17.4.2: #i30342# 2004/06/18 15:01:57 jl 1.17.4.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a05ba3ff9bc4214a555637e53b0048e982a0ed40]

        INTEGRATION: CWS jl8 (1.3.4); FILE MERGED 2004/06/18 15:01:56 jl 1.3.4.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [20269bdb8682741f068b117d23b03d5dfe3566d8]

        INTEGRATION: CWS jl8 (1.18.4); FILE MERGED 2004/07/06 16:03:14 jl 1.18.4.5: #i30342# 2004/06/24 13:02:03 jl 1.18.4.4: #i30342# 2004/06/18 15:01:56 jl 1.18.4.3: #i30342# plugin supports multiple vendors 2004/06/13 10:31:23 jl 1.18.4.2: #i29473# selecting a JRE after the javavendors.xml has been modified after product patch did not work 2004/06/09 13:14:07 jl 1.18.4.1: #29961# wrong if expression in jfw_getJavaInfoByPath

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b584f2d6838a9a3665cce401224829984a09f226]

        INTEGRATION: CWS jl8 (1.5.4); FILE MERGED 2004/06/24 13:02:03 jl 1.5.4.1: #i30342#

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [cc6451b74a389fdbb5edb96c3e540a0fbcd4c934]

        INTEGRATION: CWS tbe11 (1.25.24); FILE MERGED 2004/06/21 11:17:53 tbe 1.25.24.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f1f80e677d01a38ff5ea6a89608a12944743415]

        INTEGRATION: CWS jl8 (1.11.4); FILE MERGED 2004/07/08 10:24:36 jl 1.11.4.2: #i30342# deliver JREProperties also into lib dir because it needs to reside next to the plugin 2004/07/07 08:40:42 jl 1.11.4.1: #i30342# deliver JREProperties.class

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7aaa5b42cec98227dad57cb2ddc5a971abb7433]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/07/05 13:06:07 jl 1.1.2.2: #i30342# 2004/06/23 12:29:24 jl 1.1.2.1: #i30342#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [738e9b77b9d181b376188e405e1eb353cf93c597]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/06/23 12:29:14 jl 1.1.2.1: #i30342#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5abeda55717cb8c62a1cabbc6476f7e382ddfe7a]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/06/18 14:56:14 jl 1.1.2.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1da1a7e0ba23f434cf1ac4c3f76afa89081b21b1]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/06/25 14:58:49 jl 1.1.2.3: #i30342# 2004/06/23 12:31:35 jl 1.1.2.2: #i30342# refactorizing plugin 2004/06/18 14:56:24 jl 1.1.2.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [45a4642b0124afb0675ff12b743094151eee4c26]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/07/06 12:20:37 jl 1.1.2.5: #i30342# 2004/07/02 15:20:13 jl 1.1.2.4: #i30342# 2004/06/25 09:43:20 jl 1.1.2.3: #i30342# 2004/06/23 12:31:35 jl 1.1.2.2: #i30342# refactorizing plugin 2004/06/18 14:56:55 jl 1.1.2.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b43f2b5ad728cdbe61bededdd447edc906329fa]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/07/08 10:24:36 jl 1.1.2.11: #i30342# deliver JREProperties also into lib dir because it needs to reside next to the plugin 2004/07/06 16:02:54 jl 1.1.2.10: #i30342# 2004/07/06 12:20:37 jl 1.1.2.9: #i30342# 2004/07/02 15:20:13 jl 1.1.2.8: #i30342# 2004/06/25 14:58:49 jl 1.1.2.7: #i30342# 2004/06/25 09:43:20 jl 1.1.2.6: #i30342# 2004/06/24 14:12:04 jl 1.1.2.5: #i30342# 2004/06/24 13:02:02 jl 1.1.2.4: #i30342# 2004/06/23 15:57:23 jl 1.1.2.3: #i30342 2004/06/23 12:31:35 jl 1.1.2.2: #i30342# refactorizing plugin 2004/06/18 14:56:44 jl 1.1.2.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0808a1d5a806f2ddf4d2958ab5978f21166cf81a]

        INTEGRATION: CWS jl8 (1.2.4); FILE MERGED 2004/07/07 13:28:51 jl 1.2.4.3: #i30342# 2004/07/07 10:47:37 jl 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/23 12:31:35 jl 1.2.4.1: #i30342# refactorizing plugin

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [dab138b0b01265b9132b3e712f31ce3be909864e]

        INTEGRATION: CWS jl8 (1.2.4); FILE MERGED 2004/07/07 13:28:50 jl 1.2.4.4: #i30342# 2004/07/07 10:47:28 jl 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/06/23 12:31:34 jl 1.2.4.2: #i30342# refactorizing plugin 2004/06/18 15:00:11 jl 1.2.4.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [81f6efc593091d9ddd24089622e6cb124950bf23]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/06/23 12:31:34 jl 1.1.2.2: #i30342# refactorizing plugin 2004/06/18 14:57:04 jl 1.1.2.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [eda4bbe2a43f8657e4ea5c31eb7d0a801add3bd3]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/06/25 14:58:49 jl 1.1.2.2: #i30342# 2004/06/18 14:57:13 jl 1.1.2.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [166ab600019114cdd5d592486a2244576298bfaa]

        INTEGRATION: CWS jl8 (1.13.4); FILE MERGED 2004/06/23 12:31:34 jl 1.13.4.2: #i30342# refactorizing plugin 2004/06/18 15:00:11 jl 1.13.4.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5f3a357ed8374587aed01327f7631160294735a]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/06/23 12:29:04 jl 1.1.2.1: #i30342#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bf5ff01649fbf211319d2c72b480bf0c058f1aa]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/06/23 12:28:53 jl 1.1.2.1: #i30342#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [08c214a0cf0d9efdcf21aa1df6bc89bc1ad40b34]

        INTEGRATION: CWS jl8 (1.3.4); FILE MERGED 2004/06/23 12:31:34 jl 1.3.4.2: #i30342# refactorizing plugin 2004/06/18 15:00:11 jl 1.3.4.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c25d1058d0bf03aa01bd232dbcdfd2705d89dc4]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/06/24 14:12:04 jl 1.1.2.2: #i30342# 2004/06/18 14:56:34 jl 1.1.2.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [03770d3ed721cf91609917ab460163470aca0a84]

        INTEGRATION: CWS jl8 (1.1.4); FILE MERGED 2004/06/23 12:31:33 jl 1.1.4.1: #i30342# refactorizing plugin

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a501dab772feee593f84228c471bdb4b2b54e6a]

        INTEGRATION: CWS jl8 (1.4.4); FILE MERGED 2004/06/23 12:31:33 jl 1.4.4.1: #i30342# refactorizing plugin

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0df81094cda60fd6deb569378daaf4900099d014]

        INTEGRATION: CWS jl8 (1.9.4); FILE MERGED 2004/06/18 15:02:15 jl 1.9.4.1: #i30342# plugin supports multiple vendors

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [13cfe26f4203aedee99b0237228f8346bfb186e8]

        INTEGRATION: CWS jl8 (1.2.4); FILE MERGED 2004/06/23 12:27:18 jl 1.2.4.1: #i30342#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc39c4ed38156a5d1f1fa2658d0ca18890a25d17]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/06/23 12:26:27 jl 1.1.2.1: #i30342#

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1728c80814db2e4681a6f0400dd837b2a21570b0]

        INTEGRATION: CWS jl8 (1.1.2); FILE ADDED 2004/06/23 12:26:15 jl 1.1.2.1: #i30342#

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9803b17509c6a398389f6afcec062dc6398134a9]

        INTEGRATION: CWS extras13 (1.2.4); FILE MERGED 2004/07/09 14:49:22 va 1.2.4.1: #117273# Deleted Entry 'Homepage'

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [51f52c6f97c644330acf65ae7862bbf186fb059d]

        INTEGRATION: CWS extras13 (1.8.12); FILE MERGED 2004/07/09 14:49:22 va 1.8.12.1: #117273# Deleted Entry 'Homepage'

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dc9906a692adacfcbf3ad628fdd659ea3a0e8f2]

        INTEGRATION: CWS fwklhf01 (1.6.2); FILE MERGED 2004/06/24 08:09:55 as 1.6.2.1: #i29789# free vector after deleting its objects - otherwhise it would be used later and runs into trouble

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [158d6ad96d7d3221e96bb322de4679a336ca95b2]

        INTEGRATION: CWS fwklhf01 (1.16.2); FILE MERGED 2004/06/28 13:03:57 as 1.16.2.2: RESYNC: (1.16-1.17); FILE MERGED 2004/06/23 09:21:46 lo 1.16.2.1: #i30017# clean up resource

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [16adc9a567165243196ddae9e4eb85f974455a6e]

        INTEGRATION: CWS fwklhf01 (1.8.4); FILE MERGED 2004/06/24 09:57:19 lo 1.8.4.2: #i26299# check for availability of selected language and fallback to installed language if user selected language is not available 2004/06/18 08:26:24 lo 1.8.4.1: #i30410# don't call RegisterServices() before userinstall is done

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [db1aad5a81e203e02f53a40deba3a9be69b20807]

        INTEGRATION: CWS fwklhf01 (1.3.88); FILE MERGED 2004/06/24 09:57:19 lo 1.3.88.1: #i26299# check for availability of selected language and fallback to installed language if user selected language is not available

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [82b2593b880c3116a2ff59fa801bf8236ceb9cdd]

        INTEGRATION: CWS fwklhf01 (1.139.4); FILE MERGED 2004/06/28 13:02:50 as 1.139.4.5: RESYNC: (1.139-1.140); FILE MERGED 2004/06/24 09:57:18 lo 1.139.4.4: #i26299# check for availability of selected language and fallback to installed language if user selected language is not available 2004/06/18 13:16:14 as 1.139.4.3: #115305# filter configuration implements singleton by itself from now ... 2004/06/18 11:10:36 as 1.139.4.2: #115305# handle corrupted filter configuration 2004/06/18 08:26:23 lo 1.139.4.1: #i30410# don't call RegisterServices() before userinstall is done

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [75c5f3d9ede5d6634c6023d8e71d33b5eadd7dba]

        INTEGRATION: CWS fwklhf01 (1.1.14); FILE MERGED 2004/07/12 13:38:16 lo 1.1.14.1: #27032# remove CRLF lineends and deliver lib*.so.*

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e86cdc61d768c3463641e8f530c4c8f4b7562e73]

        INTEGRATION: CWS fwklhf01 (1.1.14); FILE MERGED 2004/06/22 16:32:32 lo 1.1.14.1: #i30478# zlib dependency

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [78cc871c47270d4ed58267ca0bd7fd3a30453d18]

        INTEGRATION: CWS fwklhf01 (1.3.142); FILE MERGED 2004/06/23 08:18:00 mav 1.3.142.1: #i30599# use parent when dialog itself is not visible

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d09575dc4a2629d099bbe9741a86777f40c76c2]

        INTEGRATION: CWS fwklhf01 (1.1.142); FILE MERGED 2004/06/23 08:18:00 mav 1.1.142.1: #i30599# use parent when dialog itself is not visible

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b11bb9357b22a0d38457f16745f7ce8a2d86d77]

        INTEGRATION: CWS fwklhf01 (1.24.4); FILE MERGED 2004/06/28 13:31:45 as 1.24.4.2: RESYNC: (1.24-1.25); FILE MERGED resolve resync conflicts 2004/06/18 11:03:17 as 1.24.4.1: #115305# dont hide runtime exceptions

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7adf9d24f29042c7b0742fa931ac77374e3ee36d]

        INTEGRATION: CWS fwklhf01 (1.5.14); FILE MERGED 2004/06/21 11:24:50 mav 1.5.14.1: #i30236# fix autodisposing of readonly storages

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d404ba0eabb0db772e42d194ca48acee7c766092]

        INTEGRATION: CWS fwklhf01 (1.8.8); FILE MERGED 2004/07/13 13:32:59 mav 1.8.8.6: #i30236# use list 2004/07/13 12:07:29 mav 1.8.8.5: #i30236# add to the correct list 2004/06/24 10:50:22 mav 1.8.8.4: #i30677# do streams commit before the common process to avoid exceptional situations 2004/06/23 09:57:52 mav 1.8.8.3: #i29321# handle gracefuly cases when nonmodified storage is commited and nothing is written to a new stream 2004/06/21 11:24:48 mav 1.8.8.2: #i30236# fix autodisposing of readonly storages 2004/06/21 09:24:24 mav 1.8.8.1: #i30400# do not ignore target name

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [94763447970de203a1b983ca30b936b1148a8da8]

        INTEGRATION: CWS fwklhf01 (1.6.14); FILE MERGED 2004/06/23 09:57:53 mav 1.6.14.1: #i29321# handle gracefuly cases when nonmodified storage is commited and nothing is written to a new stream

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [90fea68f5dd8743087b34873d24afc9fd3de9b06]

        INTEGRATION: CWS fwklhf01 (1.4.2); FILE MERGED 2004/06/18 13:15:36 as 1.4.2.1: #115305# repair filter registration of these type

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c558acaba0d1b55ed656971df18c8623e8ed04d5]

        INTEGRATION: CWS fwklhf01 (1.3.24); FILE MERGED 2004/06/18 13:14:50 as 1.3.24.1: #115305# make shure, that filter cache isnt created more then once ...

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [38a8584610679a8fbc7caa3ceb8ea45e70fc72d7]

        INTEGRATION: CWS fwklhf01 (1.3.32); FILE MERGED 2004/06/18 13:14:50 as 1.3.32.1: #115305# make shure, that filter cache isnt created more then once ...

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [de5abb6cc2859a51973791f940c0f4d2f8bdc055]

        INTEGRATION: CWS fwklhf01 (1.6.2); FILE MERGED 2004/06/24 11:27:06 as 1.6.2.3: #115305# set new english error message for corrupted filter cfg 2004/06/18 13:14:49 as 1.6.2.2: #115305# make shure, that filter cache isnt created more then once ... 2004/06/18 11:04:04 as 1.6.2.1: #115305# handle corrupted filter configuration

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [19acd766dbebe0e0891912630e672a61dfbc0534]

        INTEGRATION: CWS fwklhf01 (1.4.32); FILE MERGED 2004/06/18 13:14:49 as 1.4.32.1: #115305# make shure, that filter cache isnt created more then once ...

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [89461ab237c323d69973b8775363bd7bafe99c58]

        INTEGRATION: CWS fwklhf01 (1.3.32); FILE MERGED 2004/06/18 13:14:48 as 1.3.32.1: #115305# make shure, that filter cache isnt created more then once ...

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf81f8c7c60d9250da0bbdca45d64deb1c714281]

        INTEGRATION: CWS fwklhf01 (1.73.20); FILE MERGED 2004/06/23 13:14:27 lo 1.73.20.1: #i27032# using configure for libxml2 build

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac7856883ff91cbc1767c709a4480408f36318f2]

        INTEGRATION: CWS fwklhf01 (1.33.188); FILE MERGED 2004/06/18 11:15:28 as 1.33.188.1: #115305# new exception to handle corrupted filter configuration

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [679e53e8072d8e5f39a3279f087792ab83db12fe]

        INTEGRATION: CWS fwklhf01 (1.27.178); FILE MERGED 2004/07/01 14:33:17 cd 1.27.178.1: #i29789# Remember slots which were invalidate while in update. They are invalidated after we have completed the last update process. Removed assertions for the changed methods. Crash, which is based on the assertion, is now fixed

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d43086319a091e87448def1f5af0bfc20d5b271a]

        INTEGRATION: CWS fwklhf01 (1.1.2); FILE ADDED 2004/06/18 11:15:03 as 1.1.2.1: #115305# new exception to handle corrupted filter configuration

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd3a534d7ad808dc59781f511a7ff234c17e2aa8]

        INTEGRATION: CWS fwklhf01 (1.2.2); FILE MERGED 2004/06/29 12:57:07 as 1.2.2.1: #i30017# (as) fix errors in licences dialog

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f86e792018b74a4b01af4c1faf70616106819a4]

        INTEGRATION: CWS fwklhf01 (1.74.2); FILE MERGED 2004/06/24 09:06:07 as 1.74.2.1: #i30574# remove frame from global tree before its document will be disposed to supress using of this disposed frame inside global transactions as e.g. activate/deactivate

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [965cc9c2bcef1222d366672cb351e1a91cbbbbc7]

        INTEGRATION: CWS fwklhf01 (1.8.2); FILE MERGED 2004/07/02 07:37:41 as 1.8.2.3: #i30576# close frames only, if they was created inside loadenv! 2004/06/22 12:41:20 as 1.8.2.2: #i29587# repair loading from stream 2004/06/21 08:36:27 as 1.8.2.1: #111051# support MINIMIZED state for loading documents

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c43ebc75e9a46899d1e6b720736ec38726d6524b]

        INTEGRATION: CWS fwklhf01 (1.2.38); FILE MERGED 2004/07/09 11:34:06 as 1.2.38.1: #i29587# repair test (broken stream loading) and restructure it

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9980c09cdc879d39657c217c0acbe837d8b1d240]

        INTEGRATION: CWS fwklhf01 (1.2.64); FILE MERGED 2004/06/18 09:15:10 as 1.2.64.1: #i26501# use typename to avoid gcc warnings

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a95975ce915e9c43bac4a3b9a3bfc7a00cf403d7]

        INTEGRATION: CWS fwklhf01 (1.2.4); FILE MERGED 2004/07/05 08:07:33 lo 1.2.4.2: #i27032# -> \ -> $/ 2004/06/23 14:07:58 lo 1.2.4.1: #i27032# using configure for libxml2 build

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae125bdcd6b90dafc5eaa3bfd3a68d9b9b28f193]

        INTEGRATION: CWS fwklhf01 (1.6.20); FILE MERGED 2004/06/24 09:57:20 lo 1.6.20.1: #i26299# check for availability of selected language and fallback to installed language if user selected language is not available

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [885d87a75dee992a18764f6393f0a9bc0cee304b]

        INTEGRATION: CWS fwklhf01 (1.128.6); FILE MERGED 2004/06/21 08:20:14 mav 1.128.6.2: #i29999# use Thumbnails substorage 2004/06/21 05:56:29 as 1.128.6.1: #i30376# use default instead of any filter to decide if information can be lost on save

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae750f4c387d19a95c4f60159b57007f28e977e]

        INTEGRATION: CWS fwklhf01 (1.2.10); FILE MERGED 2004/06/23 14:05:58 lo 1.2.10.1: #i27032# using configure for libxml2 build

2004-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [13914d996b43c7efa473e49ab3de72c3b24a37b4]

        INTEGRATION: CWS fwklhf01 (1.1.10); FILE MERGED 2004/06/23 14:05:57 lo 1.1.10.1: #i27032# using configure for libxml2 build

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [de73b114f6f1b34a15ef2bf9c56fa1f031c67ed2]

        INTEGRATION: CWS qadev18 (1.4.60); FILE MERGED 2004/07/09 15:36:45 sg 1.4.60.1: #115090#CHG: added new services with docking1 cws

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [724c4f603742ecc04151f7a6ab1e68ad9686de49]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 16:01:17 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4c226daee058669f50c808969f55b029d0c9d980]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 16:05:22 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d413ba97a79d2b297f9f5b6d8fa64ae7ac5db2a4]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 16:05:01 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [2eb1fd0a54ca433824e43e5d659fe6f76e4ee87c]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 16:02:47 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [21c118d37f14d974e3307010fdc4e645b779a7fd]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 16:02:25 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6a26915a82c4f1497b6b053a51a502b21223263b]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 16:02:03 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [bb7c35a604d0bea29cf51cbbd1a552d85e8e8641]

        INTEGRATION: CWS calcundo (1.25.120); FILE MERGED 2004/07/14 00:43:17 nn 1.25.120.2: RESYNC: (1.25-1.26); FILE MERGED 2004/05/26 10:44:00 nn 1.25.120.1: #i17043# undo for cut/paste with several sheets

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d83b8ad9f570fe6e521608c541c1a055cc098118]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 16:01:38 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [df984191e34bf54bc4c780b07c5333ac40de56dc]

        INTEGRATION: CWS calcundo (1.7.452); FILE MERGED 2004/07/14 00:34:13 nn 1.7.452.2: RESYNC: (1.7-1.8); FILE MERGED 2004/07/13 18:18:31 nn 1.7.452.1: #i21498# undo for AutoFilter

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [57ebd8c49c7c8f5761b21032626beb1636538886]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 16:00:37 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [e8ca498c979b727b5186fec3565c35327fda3345]

        INTEGRATION: CWS calcundo (1.17.14); FILE MERGED 2004/07/14 00:33:31 nn 1.17.14.2: RESYNC: (1.17-1.18); FILE MERGED 2004/07/13 18:18:29 nn 1.17.14.1: #i21498# undo for AutoFilter

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [87d533e7b9924ebebc56bc9c23bf5bead89b8163]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 16:00:13 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [8a458a332fe9425ebc50f0720e9afc969c94b8fe]

        INTEGRATION: CWS calcundo (1.3.58); FILE MERGED 2004/07/14 00:28:30 nn 1.3.58.4: RESYNC: (1.3-1.4); FILE MERGED 2004/07/13 18:21:56 nn 1.3.58.3: #i21498# undo for AutoFilter 2004/05/26 14:55:42 nn 1.3.58.2: #i25907# undo for subtotals: insert right number of rows 2004/05/26 13:14:45 nn 1.3.58.1: #106681# handle drawing objects in undo of filter

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [d10f9ff4cfaa3320dd9162a7f45d385cca0ed48f]

        INTEGRATION: CWS calcundo (1.11.120); FILE MERGED 2004/07/14 00:27:50 nn 1.11.120.2: RESYNC: (1.11-1.12); FILE MERGED 2004/05/26 10:43:47 nn 1.11.120.1: #i17043# undo for cut/paste with several sheets

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [8ec2d5023e4224f7b1053e0118e4c3214678dc57]

        INTEGRATION: CWS calcundo (1.3.452); FILE MERGED 2004/07/14 00:27:41 nn 1.3.452.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/13 18:21:55 nn 1.3.452.1: #i21498# undo for AutoFilter

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [873434911cf0c3b89328f33c77f8f16fa93f6920]

        INTEGRATION: CWS qadev18 (1.2.2); FILE MERGED 2004/06/29 12:52:54 lla 1.2.2.2: #i27893# changes for test expandMacrosFrom() 2004/05/24 07:47:17 lla 1.2.2.1: #116021# add a test for expandMacrosFrom_002

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [f6cbcf03a9082b904a6e3b75f19a61a982e43dd5]

        INTEGRATION: CWS calcundo (1.3.58); FILE MERGED 2004/07/14 00:13:18 nn 1.3.58.3: RESYNC: (1.3-1.5); FILE MERGED 2004/07/13 18:16:12 nn 1.3.58.2: #i21498# undo for AutoFilter 2004/05/26 13:14:23 nn 1.3.58.1: #106681# handle drawing objects in undo of filter

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [2a1254883248ec71c99df8ebf727562798722b1c]

        INTEGRATION: CWS qadev18 (1.2.2); FILE MERGED 2004/07/05 08:10:52 lla 1.2.2.4: #116709# better comment why we must quit the tests. 2004/06/29 12:52:54 lla 1.2.2.3: #i27893# changes for test expandMacrosFrom() 2004/05/24 07:06:22 lla 1.2.2.2: #116021# expandMacroFrom() contains wrong tests, which are replaced by better once 2004/05/17 10:16:19 lla 1.2.2.1: #116709# end bootstrap test, if (UNO)ini files can write

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [5ee72a675dbfe9749005e7bd510e1b57f4051e64]

        INTEGRATION: CWS calcundo (1.8.40); FILE MERGED 2004/07/14 00:12:57 nn 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/26 10:43:36 nn 1.8.40.1: #i17043# undo for cut/paste with several sheets

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [6f14e7bc9349dad51b255875884fb6c77ddcd753]

        INTEGRATION: CWS calcundo (1.2.452); FILE MERGED 2004/07/14 00:12:49 nn 1.2.452.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/13 18:16:11 nn 1.2.452.1: #i21498# undo for AutoFilter

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [4fc1357ec6d357601c5776c8efaa0ee6e3e9cbf3]

        INTEGRATION: CWS calcundo (1.27.82); FILE MERGED 2004/07/13 23:58:25 nn 1.27.82.2: RESYNC: (1.27-1.28); FILE MERGED 2004/07/13 18:16:09 nn 1.27.82.1: #i21498# undo for AutoFilter

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [b403aa78bda824643be7c8e603dcd4327cf33566]

        INTEGRATION: CWS calcundo (1.11.84); FILE MERGED 2004/07/13 23:53:12 nn 1.11.84.2: RESYNC: (1.11-1.12); FILE MERGED 2004/07/13 18:17:37 nn 1.11.84.1: #i21498# undo for AutoFilter

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c0ade95d187015d24d51c301502a93f08fe38cc9]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/01 08:28:30 lla 1.1.2.1: #116709# new skeleton

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [d7f7d079501fcb25bcbf4e715cdf0c8f04a1f338]

        INTEGRATION: CWS calcundo (1.67.14); FILE MERGED 2004/07/13 23:51:39 nn 1.67.14.2: RESYNC: (1.67-1.69); FILE MERGED 2004/07/13 18:17:24 nn 1.67.14.1: #i21498# undo for AutoFilter

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c93fc9852a08de3cc4389161b94d28cb137febf8]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/01 08:28:21 lla 1.1.2.1: #116709# new skeleton

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [d4728c0b3bb445574b728aa59c8e1f2646d1c327]

        INTEGRATION: CWS calcundo (1.10.58); FILE MERGED 2004/07/13 23:51:58 nn 1.10.58.2: RESYNC: (1.10-1.11); FILE MERGED 2004/05/26 13:15:20 nn 1.10.58.1: #106681# handle drawing objects in undo of filter

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a809c55d13b38502b813f34e11a0227f7cd911ed]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/01 08:28:11 lla 1.1.2.1: #116709# new skeleton

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [4a5b2b814431ea9ff29278744d7883cb109bcc0e]

        INTEGRATION: CWS calcundo (1.7.120); FILE MERGED 2004/07/13 23:50:47 nn 1.7.120.2: RESYNC: (1.7-1.8); FILE MERGED 2004/07/13 18:22:25 nn 1.7.120.1: #i21498# undo for AutoFilter

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b3e49d9342cc1d7a92c929c0f230ca92cac4103b]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/01 08:31:24 lla 1.1.2.1: #116709# first simple test for precrocessor

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [dbebd5fdf6b41f3fa178d15b2ebba9a9985326d2]

        INTEGRATION: CWS qadev18 (1.4.14); FILE MERGED 2004/07/01 09:07:38 lla 1.4.14.1: #116709# add test_preproc to makefile

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [41bc08dd0555e77c55f62d4bce70796b0613e626]

        INTEGRATION: CWS calcundo (1.9.120); FILE MERGED 2004/07/13 23:48:48 nn 1.9.120.2: RESYNC: (1.9-1.10); FILE MERGED 2004/07/13 18:22:23 nn 1.9.120.1: #i21498# undo for AutoFilter

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [848161d036ba39db7ca6f07264f0aaf9a8cdebc6]

        INTEGRATION: CWS calcundo (1.55.98); FILE MERGED 2004/07/13 22:51:37 nn 1.55.98.2: RESYNC: (1.55-1.56); FILE MERGED 2004/05/26 10:43:21 nn 1.55.98.1: #i17043# undo for cut/paste with several sheets

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [7a07707a2a1f5bdc12d6fe8d0cf573bc3d843506]

        INTEGRATION: CWS calcundo (1.75.80); FILE MERGED 2004/07/13 19:34:58 nn 1.75.80.2: RESYNC: (1.75-1.76); FILE MERGED 2004/05/26 10:43:09 nn 1.75.80.1: #i17043# undo for cut/paste with several sheets

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b9a95919ce0b392a50282d1219013384d1bb9ca2]

        INTEGRATION: CWS qadev18 (1.2.34); FILE MERGED 2004/06/18 15:51:39 sg 1.2.34.1: CHG: updated buglist after cws cfgapi Issue number: Submitted by: Reviewed by:

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [762612de9da3b9ac3700d782fa5a11e565e752c0]

        INTEGRATION: CWS qadev18 (1.10.58); FILE MERGED 2004/07/12 16:17:33 sg 1.10.58.1: #i31375#CHG: adapted to new toolbars in container window

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [62c0560477d7cc1c00323ba26764112bb7a6f8f2]

        INTEGRATION: CWS qadev18 (1.5.58); FILE MERGED 2004/06/30 19:09:33 cn 1.5.58.1: #115141# EventProducer changed

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b65c0d369cad63707acb223f56fe913fd5ddc580]

        INTEGRATION: CWS qadev18 (1.5.58); FILE MERGED 2004/07/12 16:17:08 sg 1.5.58.1: #i31375#CHG: adapted to new toolbars in container window

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [3d428da880aad8a1a2f33c723ad42aa47e46af8e]

        INTEGRATION: CWS qadev18 (1.5.74); FILE MERGED 2004/07/16 14:23:46 cn 1.5.74.1: #i31294 object relations for DataAccessDescriptor MailMerge tests

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5ec60d8bf66de49b6d891b701f24c15393168170]

        INTEGRATION: CWS qadev18 (1.7.32); FILE MERGED 2004/06/28 10:44:58 cn 1.7.32.1: #i30811# object relation MAKEENTRYINCELL adjusted to 65535 rows

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d1971c247dd53a3b06e9a0cf10a528262d1b5ec1]

        INTEGRATION: CWS qadev18 (1.7.58); FILE MERGED 2004/07/12 16:16:30 sg 1.7.58.1: #i31375#CHG: adapted to new toolbars in container window

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6ac90ebee46b48c042ff7b604c2632d5369885ce]

        INTEGRATION: CWS qadev18 (1.5.74); FILE MERGED 2004/07/12 16:15:56 sg 1.5.74.1: #i31375#CHG: adapted to new toolbars in container window

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [bf7f18fa5607ba47ac846e7b55731892d0360839]

        INTEGRATION: CWS qadev18 (1.6.58); FILE MERGED 2004/07/12 16:14:20 sg 1.6.58.1: #i31375#CHG: adapted to new toolbars in container window

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [de0661def908ecb92ecfe266d14c1e35b5778870]

        INTEGRATION: CWS qadev18 (1.6.50); FILE MERGED 2004/06/24 14:07:35 cn 1.6.50.1: #i30570# for XNameReplace another property must changed.

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9a9957abd134eceee8cc334f65592c1b97359354]

        INTEGRATION: CWS dba14 (1.27.28); FILE MERGED 2004/07/16 07:22:55 fs 1.27.28.1: #i31536# +imageresouceaccess

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ea053808a3f7e4ca97feb63f87804746afe7b2a3]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 13:41:13 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [31baa0262be81982c627520fc8358564898a5bbe]

        INTEGRATION: CWS dba14 (1.1.2); FILE ADDED 2004/07/16 07:22:43 fs 1.1.2.1: #i31536#

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9496a9cb368efa8f327d2ed6d599e011d0a50a9d]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/09 13:40:45 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ca48e4839c48c61d55091e7be54ec4f4ccc4cb90]

        INTEGRATION: CWS dba14 (1.115.18); FILE MERGED 2004/07/16 07:24:51 fs 1.115.18.1: #i31536# +imageresouceaccess

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5ee881a761ee5f7276b4c33ab20855f07149b077]

        INTEGRATION: CWS qadev18 (1.2.38); FILE MERGED 2004/07/09 15:20:46 sg 1.2.38.1: #115090#CHG: updated version for docking1 cws

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [39d1a48844b6193555ed69ae26dca5e42a064ac0]

        INTEGRATION: CWS dba14 (1.1.2); FILE ADDED 2004/07/16 07:22:31 fs 1.1.2.1: #i31536#

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [f8526d1fbb20a54e5bde44f4b55344e8f41c9aa7]

        INTEGRATION: CWS qadev18 (1.2.64); FILE MERGED 2004/06/18 16:33:33 sg 1.2.64.1: #112549#CHG: updated tests after cfgapi cws

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [92f4e24518e1ca896f48d74674b31d5ed3fb52d6]

        INTEGRATION: CWS qadev18 (1.3.62); FILE MERGED 2004/06/18 16:33:33 sg 1.3.62.1: #112549#CHG: updated tests after cfgapi cws

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c5fd29a783622184b24c1a5e5772515a77eccbff]

        INTEGRATION: CWS dba14 (1.24.8); FILE MERGED 2004/07/15 13:41:42 fs 1.24.8.1: #i30912#

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [eb31bbf79fcb676d3b8c2fd4e23c01e9f09b6a11]

        INTEGRATION: CWS qadev18 (1.2.38); FILE MERGED 2004/07/09 15:38:33 sg 1.2.38.1: #115090#CHG: updated for docking1 cws

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b9747b624e0a8f15ad065d9ea4b0a21605cdd151]

        INTEGRATION: CWS dba14 (1.66.6); FILE MERGED 2004/07/15 13:41:41 fs 1.66.6.1: #i30912#

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e0a1e302fcb333e9ad3d886aad2834f7c3b1ef1e]

        INTEGRATION: CWS qadev18 (1.3.74); FILE MERGED 2004/07/16 14:25:05 cn 1.3.74.1: #i31294# special property test for ResultSet and Activeconnection

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5c2cb67a5d66b624f93aefc90014bc30adec08f0]

        INTEGRATION: CWS dba14 (1.70.8); FILE MERGED 2004/07/15 13:41:41 fs 1.70.8.1: #i30912#

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7c0c2f6864fa6fb8b52783b266c4bc6c98a2869f]

        INTEGRATION: CWS qadev18 (1.2.74); FILE MERGED 2004/07/16 14:25:30 cn 1.2.74.1: #i31294# special property test for ResultSet and Activeconnection

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ada9ffaf191e42ff120baf34d0cd622604f5e59d]

        INTEGRATION: CWS qadev18 (1.2.74); FILE MERGED 2004/06/11 08:26:36 sg 1.2.74.2: #115090#CHG: adapted _compareString() to LOWERCASE_UPPERCASE behaviour 2004/06/11 08:25:37 sg 1.2.74.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [dcff509f0bff04da4a076a76c7e776cb7a8e445c]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/06/11 08:20:14 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6d1e650edf01cb388f67734d2c70cc11ee74c2de]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/07/08 13:54:45 sg 1.1.2.2: #115090#CHG: fixed bug in test 2004/06/11 08:19:50 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ac79c51716bea463291cd4bb6621a3eff5aec43f]

        INTEGRATION: CWS dba14 (1.34.32); FILE MERGED 2004/07/16 07:24:30 fs 1.34.32.2: #i31536# moved ControlGraphicsHelper to svtools, renamed to ImageResourceAccess 2004/07/15 15:08:12 fs 1.34.32.1: #i31536# allow displaying images specified by resource URLs, using the css.graphic.GraphicsProvider

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [1806dd723e390c7c3c3f352bf8ec87aa4954b961]

        INTEGRATION: CWS qadev18 (1.1.2); FILE ADDED 2004/06/11 08:19:28 sg 1.1.2.1: #115090#NEW: initial version

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a94efc720c3f6ea78ae16692a19b79b2429b8d8f]

        INTEGRATION: CWS qadev18 (1.3.74); FILE MERGED 2004/07/08 16:11:40 sg 1.3.74.1: #115090#CHG: added reset to original date/time inside of test

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [204ff05ea3bb97a6e29c02be1890ff38ad696a13]

        INTEGRATION: CWS qadev18 (1.2.74); FILE MERGED 2004/07/08 13:50:52 sg 1.2.74.1: #115090#CHG: fixed bug in test

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c52a397d71f6331b02249925a33ca0afda2c5a77]

        INTEGRATION: CWS qadev18 (1.2.64); FILE MERGED 2004/06/18 16:33:52 sg 1.2.64.1: #112549#CHG: updated tests after cfgapi cws

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [1cfbde0841e9c0762c7606e6d126bb63fe867c51]

        INTEGRATION: CWS dba14 (1.48.38); FILE MERGED 2004/07/15 15:03:54 fs 1.48.38.1: moving herein the fix from branch cws_src680_mav09 - needed for #i31536#

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [33606a7b377f5d90f13f069e7d47ec407cbd9c4c]

        INTEGRATION: CWS qadev18 (1.5.34); FILE MERGED 2004/06/21 15:53:39 cn 1.5.34.1: #i30525# handling for network path changed

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7063eb61f38d49933c93310ef2a83461ecac2bf1]

        INTEGRATION: CWS dba14 (1.3.192); FILE MERGED 2004/07/15 15:04:24 fs 1.3.192.1: #i31536# +OSeekableOutputStreamWrapper

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [1149665cd04b0de3899e284a37bafe76e7ee8031]

        INTEGRATION: CWS qadev18 (1.1.122); FILE MERGED 2004/07/01 13:44:52 cn 1.1.122.2: #i30975# debugging on PropertyValue[] added 2004/07/01 12:59:52 cn 1.1.122.1: #i30975# debugging on PropertyValue[] added

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [853cc6ddaf3b347be2782c4a672378a121f59884]

        INTEGRATION: CWS dba14 (1.4.192); FILE MERGED 2004/07/15 15:04:20 fs 1.4.192.1: #i31536# +OSeekableOutputStreamWrapper

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [df570ac6cf08208091e43a12a5e03ec801a6ba1a]

        INTEGRATION: CWS qadev18 (1.6.34); FILE MERGED 2004/07/15 14:29:33 sg 1.6.34.2: #i31375#CHG: fixed bug 2004/07/12 16:11:04 sg 1.6.34.1: #i31375#CHG: adapted to new toolbars in container window

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6ab22f4a534c9ddea806679b7e9f189bc5ecb286]

        INTEGRATION: CWS qadev18 (1.4.64); FILE MERGED 2004/06/11 08:32:22 sg 1.4.64.1: #i26812#CHG: fixed bug in sql statement execution

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [22aa54f1248d57fdb11d89e5e95e50d3fff6f163]

        INTEGRATION: CWS qadev18 (1.3.66); FILE MERGED 2004/07/09 10:11:05 cn 1.3.66.1: #i30975# Notify information about properties of type Any with value of NULL

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6afce696008a0c60a275da82a3f7f1e1272e3ea3]

        INTEGRATION: CWS qadev18 (1.2.108); FILE MERGED 2004/07/13 08:21:37 sw 1.2.108.1: #i30525#

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [222b1b6bc114f3092f0bc6a696171c589547d549]

        INTEGRATION: CWS qadev18 (1.11.16); FILE MERGED 2004/07/13 08:21:20 sw 1.11.16.1: #i30525#

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5613d7faffdc91e496cc4bfdd06845b83c8699e3]

        INTEGRATION: CWS qadev18 (1.9.22); FILE MERGED 2004/07/13 08:20:59 sw 1.9.22.1: #i30525#

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c4815256ac04c00ffcb3ffa311eecc3dfb805bad]

        INTEGRATION: CWS mergebuild02 (1.5.10); FILE MERGED 2004/07/13 15:14:28 ihi 1.5.10.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [febef05ef4a08b3e2410aa4c8b2f44f28110e42e]

        INTEGRATION: CWS mergebuild02 (1.5.10); FILE MERGED 2004/07/13 15:14:24 ihi 1.5.10.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [700bc75d499aa49b65fa6779e4fe42a9f9c7c186]

        INTEGRATION: CWS mergebuild02 (1.26.10); FILE MERGED 2004/07/13 11:18:23 hjs 1.26.10.1: #i31416# merge on the fly

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6d358c8cd1f1fe5e3af507babefbd429acb5012a]

        INTEGRATION: CWS mergebuild02 (1.5.8); FILE MERGED 2004/07/13 15:14:35 ihi 1.5.8.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [20aa8decf33d74e3f38be04dc7d4c01520c2f914]

        INTEGRATION: CWS mergebuild02 (1.3.10); FILE MERGED 2004/07/13 15:14:33 ihi 1.3.10.1: #i8252# Iso code / File unmerge

2004-07-23  Kurt Zenker  <kz@openoffice.org>  [d6a428fb51b2f7a015c2039b0e2d260dd14c5bb6]

        INTEGRATION: CWS iha01 (1.30.62); FILE MERGED 2004/07/21 18:27:37 iha 1.30.62.1: #i31688# broken resource - dublicated CheckBox + wrong position

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c897f05b290575fade795b2aa311521bfc1b1c97]

        INTEGRATION: CWS mergebuild02 (1.9.8); FILE MERGED 2004/07/13 15:14:30 ihi 1.9.8.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5a9ecbf9bedd575859937256f1ce565937191db8]

        INTEGRATION: CWS launchertips (1.23.8); FILE MERGED 2004/07/15 13:51:51 obr 1.23.8.1: #i29569#,#i30472# switched to new translation mechanism, removed invalid entries and added tooltips/help strings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [87816883d03a3fc5d2bc2458b85ff92fa092cc3f]

        INTEGRATION: CWS mergebuild02 (1.3.10); FILE MERGED 2004/07/13 15:14:27 ihi 1.3.10.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [dacffb4f9cd50a0d65a6ba8925cb40bbaa19f84d]

        INTEGRATION: CWS launchertips (1.3.14); FILE MERGED 2004/07/14 14:17:25 obr 1.3.14.1: #i20355#,#i20356# install gnome files to /opt/gnome2

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [79ada6459f5ae9bfe3539597e6d642c1c60c9115]

        INTEGRATION: CWS mergebuild02 (1.3.10); FILE MERGED 2004/07/13 15:14:26 ihi 1.3.10.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e1995343707515bab2cbb9dbffb800c7c992d0ce]

        INTEGRATION: CWS launchertips (1.3.2); FILE MERGED 2004/07/15 13:51:51 obr 1.3.2.3: #i29569#,#i30472# switched to new translation mechanism, removed invalid entries and added tooltips/help strings 2004/07/14 14:14:01 obr 1.3.2.2: #i30472# No X-Redhat-Base for SuSE files 2004/07/14 14:09:58 obr 1.3.2.1: #i20355#,#i20356# install gnome files to /opt/gnome2

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e999201ec93f482f58c4b4767fcf461dc481b111]

        INTEGRATION: CWS launchertips (1.2.18); FILE MERGED 2004/07/15 13:51:51 obr 1.2.18.1: #i29569#,#i30472# switched to new translation mechanism, removed invalid entries and added tooltips/help strings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [bbfd266aaa47788b77a8b8e681b781b218a5d643]

        INTEGRATION: CWS mergebuild02 (1.4.10); FILE MERGED 2004/07/13 15:14:23 ihi 1.4.10.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [54a84bf98d1820d58983e74df6bfd680370cd9bc]

        INTEGRATION: CWS launchertips (1.2.18); FILE MERGED 2004/07/15 13:51:50 obr 1.2.18.1: #i29569#,#i30472# switched to new translation mechanism, removed invalid entries and added tooltips/help strings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [dc4b57d5e3c44edd50965892e4cd64555be59c3f]

        INTEGRATION: CWS launchertips (1.12.8); FILE MERGED 2004/07/15 13:51:50 obr 1.12.8.1: #i29569#,#i30472# switched to new translation mechanism, removed invalid entries and added tooltips/help strings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [cf52ac244b15437757a8b924fc4b983f9c6ceb78]

        INTEGRATION: CWS mergebuild02 (1.13.10); FILE MERGED 2004/07/13 15:14:18 ihi 1.13.10.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c1c178f5698176795aefaf428525cbaaceeb4da7]

        INTEGRATION: CWS launchertips (1.9.8); FILE MERGED 2004/07/15 13:51:50 obr 1.9.8.1: #i29569#,#i30472# switched to new translation mechanism, removed invalid entries and added tooltips/help strings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [ccc2c12e09f694bd753e99842b43da3e33b9454c]

        INTEGRATION: CWS mergebuild02 (1.25.174); FILE MERGED 2004/07/13 15:14:17 ihi 1.25.174.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [e237bccd626d19b0d31b9b3c1e3efde7e3b4b0ad]

        INTEGRATION: CWS launchertips (1.3.2); FILE MERGED 2004/07/15 13:51:49 obr 1.3.2.1: #i29569#,#i30472# switched to new translation mechanism, removed invalid entries and added tooltips/help strings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [43b3c5038e30d9f39d464934aafbf188167e3811]

        INTEGRATION: CWS mergebuild02 (1.5.298); FILE MERGED 2004/07/13 15:14:16 ihi 1.5.298.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [2890a10df727f2199bd77eeda6e66ee15862718b]

        INTEGRATION: CWS mergebuild02 (1.16.126); FILE MERGED 2004/07/13 15:14:15 ihi 1.16.126.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9bed92fae12e5061fc50c4c1f053e82db31d5e1a]

        INTEGRATION: CWS launchertips (1.2.18); FILE MERGED 2004/07/15 13:51:49 obr 1.2.18.1: #i29569#,#i30472# switched to new translation mechanism, removed invalid entries and added tooltips/help strings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [966ae3bece0aaa557ad7da2393a8c2e4dba4d08a]

        INTEGRATION: CWS mergebuild02 (1.17.10); FILE MERGED 2004/07/13 15:14:14 ihi 1.17.10.1: #i8252# Iso code / File unmerge

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [a629bfbbbbc53b07561d8ffd0a4bd61693a8d30d]

        INTEGRATION: CWS mergebuild02 (1.1.2); FILE ADDED 2004/07/13 11:18:21 hjs 1.1.2.1: #i31416# merge on the fly

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [b3ddbbdeea84bbf3368139acc272819e0e2c0428]

        INTEGRATION: CWS launchertips (1.2.18); FILE MERGED 2004/07/15 13:51:48 obr 1.2.18.1: #i29569#,#i30472# switched to new translation mechanism, removed invalid entries and added tooltips/help strings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [af12af188b38207c1284324397a4955d71c9a14c]

        INTEGRATION: CWS mergebuild02 (1.11.10); FILE MERGED 2004/07/13 11:18:19 hjs 1.11.10.1: #i31416# merge on the fly

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c7fe0483e648ac12b6149ffffdc55f9950675223]

        INTEGRATION: CWS mergebuild02 (1.27.14); FILE MERGED 2004/07/13 10:07:29 hjs 1.27.14.1: another command

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6bd75046b8f3055ffb385ded2c106760ead89e95]

        INTEGRATION: CWS mergebuild02 (1.2.14); FILE MERGED 2004/07/13 15:54:19 hjs 1.2.14.1: #i31416# depend on localize.sdf

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [459a29ac7f0d5672eeb9b0c8c7baec82149e5f90]

        INTEGRATION: CWS watchwindow2 (1.35.10); FILE MERGED 2004/07/07 10:11:39 ab 1.35.10.1: #i20405# Fixed ::EditEntry for multi tab usage

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [712e565c4a155035d4567a212c2a17414c6bb625]

        INTEGRATION: CWS watchwindow2 (1.54.32); FILE MERGED 2004/07/07 10:47:22 ab 1.54.32.1: #i20405# IDE watch window improvement

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c742ad78c97c2af10d8b72783f6cd188ea5aeeae]

        INTEGRATION: CWS watchwindow2 (1.7.34); FILE MERGED 2004/07/07 10:45:12 ab 1.7.34.1: #i20405# IDE watch window improvement

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5b0329d6e7da568c011cc4ce29edfcc04638796e]

        INTEGRATION: CWS watchwindow2 (1.27.34); FILE MERGED 2004/07/07 10:47:48 ab 1.27.34.1: #i20405# IDE watch window improvement

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [20f26b55b9b8b589dbe5a54f1ca96f3d982f4a4b]

        INTEGRATION: CWS watchwindow2 (1.27.68); FILE MERGED 2004/07/07 12:36:53 ab 1.27.68.1: #i20405# IDE watch window improvement

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5ed577d0607a7a712864e50ad29feb8f77955ce1]

        INTEGRATION: CWS watchwindow2 (1.8.80); FILE MERGED 2004/07/07 12:34:53 ab 1.8.80.1: #i20405# IDE watch window improvement

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [73c02cedb395f0f9a27358e2e33e545808c5f533]

        INTEGRATION: CWS watchwindow2 (1.37.24); FILE MERGED 2004/07/19 14:06:35 ab 1.37.24.2: #i20405# Added a NULL check 2004/07/07 12:38:02 ab 1.37.24.1: #i20405# IDE watch window improvement

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [367a27ec450b38837ed0aae45e547f40ef073848]

        INTEGRATION: CWS watchwindow2 (1.17.68); FILE MERGED 2004/07/07 12:35:29 ab 1.17.68.1: #i20405# IDE watch window improvement

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7515f39d3d4a48403221a70c9e904e7a42432f8e]

        INTEGRATION: CWS vcl24 (1.25.134); FILE MERGED 2004/07/06 08:44:35 pl 1.25.134.1: #i30429# Kochi Gothic

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [33de725fd1579fb8f4344272b3798795616eedad]

        INTEGRATION: CWS vcl24 (1.23.26); FILE MERGED 2004/07/16 12:58:39 pl 1.23.26.3: RESYNC: (1.23-1.24); FILE MERGED 2004/07/08 15:50:51 pl 1.23.26.2: #i28763# workaround possibly hanging CUPS calls 2004/06/30 17:44:06 pl 1.23.26.1: removed some warnings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [7d6c646ec244f9ea1db9b5bd160ecfc43ac27f13]

        INTEGRATION: CWS vcl24 (1.3.14); FILE MERGED 2004/07/12 16:03:43 pl 1.3.14.3: fix a crash 2004/07/08 15:50:51 pl 1.3.14.2: #i28763# workaround possibly hanging CUPS calls 2004/06/30 17:35:57 pl 1.3.14.1: #i30914# #i30917# handle queue instances correctly

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [45551df64a4072446dd8686c172f104f0cd64f4b]

        INTEGRATION: CWS vcl24 (1.14.14); FILE MERGED 2004/07/08 15:50:50 pl 1.14.14.1: #i28763# workaround possibly hanging CUPS calls

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0ed6f9af01f7e3b033cabaaa606743c10a9a7147]

        INTEGRATION: CWS vcl24 (1.4.14); FILE MERGED 2004/07/08 16:09:57 pl 1.4.14.1: #i30513# merge from vcl22, make compilation without fontconfig work again

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5bda0dfccf14e62d0b89c8f2000fff40bd236634]

        INTEGRATION: CWS vcl24 (1.5.26); FILE MERGED 2004/07/08 15:50:48 pl 1.5.26.1: #i28763# workaround possibly hanging CUPS calls

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [fc54d57fee993388cfef50c483d9c2efc490e570]

        INTEGRATION: CWS vcl24 (1.2.26); FILE MERGED 2004/07/08 15:50:47 pl 1.2.26.1: #i28763# workaround possibly hanging CUPS calls

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [508fee714aaf2d7f18038152a462274e1cce18da]

        INTEGRATION: CWS vcl24 (1.179.2); FILE MERGED 2004/06/29 11:49:04 pl 1.179.2.1: #i30571# migrate resize event buffering to independent part

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [883ef53d655000d6271e7f73c6adc77509009d30]

        INTEGRATION: CWS vcl24 (1.36.2); FILE MERGED 2004/06/28 16:18:14 pl 1.36.2.1: #i30832# avoid unnecessary context switches

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5bcd6db4e0f9c3ca0b94cb606827b165ae4fbe89]

        INTEGRATION: CWS vcl24 (1.10.140); FILE MERGED 2004/07/06 08:50:41 pl 1.10.140.1: #i30919# portuguese key names

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [aab1448442906a53e1dbe28e1e1ca93b299bde24]

        INTEGRATION: CWS vcl24 (1.38.34); FILE MERGED 2004/06/29 11:49:04 pl 1.38.34.1: #i30571# migrate resize event buffering to independent part

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [88b1d319ec81645d369a70e685d28d9a86140f61]

        INTEGRATION: CWS vcl24 (1.6.2); FILE MERGED 2004/07/16 12:53:16 pl 1.6.2.3: RESYNC: (1.6-1.8); FILE MERGED 2004/07/06 13:04:31 pl 1.6.2.2: #i30981# menu highlight text color 2004/06/29 16:44:34 pl 1.6.2.1: #i29929# improve on keyinput <-> ime input conversion

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [50738ffe8706049098b2f5e23933be3942050b4c]

        INTEGRATION: CWS vcl24 (1.89.42); FILE MERGED 2004/06/29 11:49:03 pl 1.89.42.1: #i30571# migrate resize event buffering to independent part

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [3e14f13fc2caa22ab8534e6e006f9b49e32a7819]

        INTEGRATION: CWS vcl24 (1.190.2); FILE MERGED 2004/07/08 16:29:34 pl 1.190.2.2: RESYNC: (1.190-1.191); FILE MERGED 2004/06/29 11:49:01 pl 1.190.2.1: #i30571# migrate resize event buffering to independent part

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [83c885846311a105ee320a7ca8f7e486c3e13cae]

        INTEGRATION: CWS vcl24 (1.4.140); FILE MERGED 2004/07/06 09:08:09 pl 1.4.140.1: #i30972# clean up some warnings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [9cfde00ca0014a5249ee4320126311cf27c0f038]

        INTEGRATION: CWS vcl24 (1.52.18); FILE MERGED 2004/07/08 16:22:54 pl 1.52.18.2: RESYNC: (1.52-1.53); FILE MERGED 2004/07/08 10:35:16 pl 1.52.18.1: #i29060# remove erroneous Pos attribute of dialog

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [0dd0c1a02e6d3f169afdc9a4bf419e4453d8cbc0]

        INTEGRATION: CWS vcl23 (1.6.20); FILE MERGED 2004/06/14 14:30:17 pl 1.6.20.1: #i27753# revert to math.h for isnan

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [c9ee8c6a66f5cca34e052c25bec67839bc389fcb]

        INTEGRATION: CWS vcl23 (1.6.22); FILE MERGED 2004/06/07 10:17:23 pl 1.6.22.1: #i29873# add: default constructore for PrinterInfo

2004-07-23  Malte Timmermann  <mt@openoffice.org>  [42a7aa467a2f8c9fd39f9e6e183a5f0f00742629]

        #i21596# Digital Signatures...

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [4381390fe79ab8e3a510592897340b8300e74131]

        INTEGRATION: CWS vcl23 (1.1.74); FILE MERGED 2004/06/15 10:49:49 pl 1.1.74.1: #i30232# removed useless resolution settings

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [8e7c2a9b3e68e421ea5c728e6f9782424a570ab7]

        INTEGRATION: CWS vcl23 (1.5.62); FILE MERGED 2004/06/15 17:00:50 pl 1.5.62.1: #i30268# do not access a dead connection

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [d2fdaa1e834b44c2381d1a69a0f197bd98901935]

        INTEGRATION: CWS vcl23 (1.79.46); FILE MERGED 2004/07/16 12:46:36 pl 1.79.46.2: RESYNC: (1.79-1.81); FILE MERGED 2004/06/01 13:44:44 hdu 1.79.46.1: #i29748# fix BiDi in vertical layout mode

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [6b05b62444544db66b08d3301ee3b9b3c2b5f733]

        INTEGRATION: CWS vcl23 (1.3.6); FILE MERGED 2004/07/16 12:44:14 pl 1.3.6.2: RESYNC: (1.3-1.5); FILE MERGED 2004/06/09 11:10:42 pl 1.3.6.1: #i19826# enable glyph mapping to ansi1252 in PostScript again

2004-07-23  Rüdiger Timm  <rt@openoffice.org>  [5c17a3e6f5ebb96269d6c418c596152295a60fd5]

        INTEGRATION: CWS vcl23 (1.67.40); FILE MERGED 2004/06/01 13:09:33 pl 1.67.40.1: #i29128# merge from CWS pdfdrawlinebug

2004-07-23  gt  <gt@openoffice.org>  [2aaf1b9eb752c99a2bbf117b9a52789d1867b96f]

        #i20883# complete addLocationToTrustedSources()

2004-07-23  gt  <gt@openoffice.org>  [345587a39c71f984599a5b8baeedb96cdf02b71f]

        #i20883# fill addAuthorToTrustedSources() and addLocationToTrustedSources() with life

2004-07-23  Michael Mi  <mmi@openoffice.org>  [4f4e9ada797f248a8e84ffffef743fe316073358]

        Issue number: Submitted by:  Andrew Fan Reviewed by:

2004-07-23  Malte Timmermann  <mt@openoffice.org>  [4bcf58803bc7c10254da90cd44ad89eccbf8bd16]

        #i21596# Digital Signatures...

2004-07-23  gt  <gt@openoffice.org>  [001aad587f0c8643922695dbd140b9d0e7fa7aa9]

        #i20883# no need for warnings.* here

2004-07-23  Michael Mi  <mmi@openoffice.org>  [7735f9f7120d6d821824a0c7912dcd633e9cca47]

        mozilla registry.dat support Issue number: Submitted by: Reviewed by:

2004-07-23  Michael Mi  <mmi@openoffice.org>  [010915ede42559b26dc2fdaf64b8f0d5b77cc85c]

        mozilla registry.dat parsing
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-23  Michael Mi  <mmi@openoffice.org>  [f7a7f2b0e923125dc63cec4c476e2d02537a22f3]

        Issue number: Submitted by:  Andrew Fan Reviewed by:

2004-07-23  Michael Mi  <mmi@openoffice.org>  [401fc9b2074fae68e9386b86e1a047e72ae29191]

        nss -> mscrtpro for Windows
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-23  Michael Mi  <mmi@openoffice.org>  [9f3abd38e07252fe00cab97c35057c9f81a22db0]

        mozilla registry.dat parsing
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-22  Malte Timmermann  <mt@openoffice.org>  [1cc5cc574a55ed0b57ddbf487e38b907c3790395]

        #i21596# Digital Signatures...

2004-07-22  Rüdiger Timm  <rt@openoffice.org>  [689567cbfb4c3cfe5d91c4bbb11a840e641b9b56]

        #i10000# util depends on source/transform

2004-07-22  gt  <gt@openoffice.org>  [d36c9997f2a4e2ae5c6cb92636b5f04a55ff6e96]

        #i20883# configuration i/o

2004-07-22  Thorsten Behrens  <thb@openoffice.org>  [74c53cc1fe233dc5d7349c33f0fb93c79123026f]

        #i31855# Temporarily disabled singleton destruction. Factory hands out references, which might still be in use when we delete here

2004-07-22  Daniel Vogelheim  <dvo@openoffice.org>  [6814dea0f599a8143896d8c1b78c980ce99a4d31]

        #i31818# compute m_aExtPathPrefix without looping Issue number: Submitted by: Reviewed by:

2004-07-22  Malte Timmermann  <mt@openoffice.org>  [7a6083cf2a96b15d660fd0f5e35164726ab2fd6b]

        #i21596# Digital Signatures...

2004-07-22  Malte Timmermann  <mt@openoffice.org>  [d82e2ea98f75c8c3d8ee391ea3e2c74b03e64f7f]

        #i21596# Digital Signatures...

2004-07-22  gt  <gt@openoffice.org>  [a36ecca35f0a838e4f6c5e6993f890ef25b10876]

        #i20883# config i/o

2004-07-22  gt  <gt@openoffice.org>  [43a9149c4b1cf2113edfb33a17abaf0126a405c7]

        #i20883# config i/o

2004-07-22  Malte Timmermann  <mt@openoffice.org>  [c788498d4c94dfca6427aea050e4d7ebafa3d6a5]

        #i21596# Digital Signatures...

2004-07-22  Malte Timmermann  <mt@openoffice.org>  [2a18c9245d70f230730561d06aa69176e225c294]

        #i21596# Digital Signatures...

2004-07-21  Malte Timmermann  <mt@openoffice.org>  [61dd1203a50927a532baf8d0cb3573386395d2ab]

        #i21596# Digital Signatutres...

2004-07-21  Malte Timmermann  <mt@openoffice.org>  [b262c189c5788e98a50dff82013eff7e91a85839]

        #i21596# Digital Signatutres...

2004-07-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8c4ec70fb849a3a47902dca9052991401690c20]

        #i10000#: initialize m_bUserActive

2004-07-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6f808d65bda7192a6b926bbff0f96f302e64425]

        #i10000#: initialize member of MutexRef

2004-07-20  Rüdiger Timm  <rt@openoffice.org>  [7dca54e815904fb63cca9ec274674477c9046a5d]

        #i31703# Hotfix by HDU

2004-07-20  gt  <gt@openoffice.org>  [2d153fbe2e250e95942113b7cbbe01c574f1b2cf]

        #i20883# + config

2004-07-20  Herbert Duerr  <hdu@openoffice.org>  [6777bc4ccde3a4b0f1d420648ec91f3bd74139ff]

        #i31610# fix refcount on ImplFontCharmap

2004-07-20  Andre Fischer  <af@openoffice.org>  [3d4f49a73fc66415aa65fb394f135e82a2d8359b]

        #i22705# Added virtual destructor.

2004-07-20  Rüdiger Timm  <rt@openoffice.org>  [c2269602d902f130fb4bb9b94e866130ab0bbcfb]

        #i31728# Fixed by MIB

2004-07-20  gt  <gt@openoffice.org>  [c375859d8add3fd354eef906a448e56cf29b6194]

        #i20883# no status bar control needed here

2004-07-20  gt  <gt@openoffice.org>  [c53d9311911f0c039e9ef945cdffedd474cf0935]

        #i20883#

2004-07-19  Michael Mi  <mmi@openoffice.org>  [83a22dc4e159fdf47780262cac63bc6ecd8a03da]

        add "-lxpcomglue"
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-19  gt  <gt@openoffice.org>  [594f40e128a76c24a639848d46d737f97a131dd2]

        #i20883# warnings

2004-07-19  gt  <gt@openoffice.org>  [20d67c048be37426fa5ef7db4867fda4e4d1ba79]

        #i20883# macro security

2004-07-19  gt  <gt@openoffice.org>  [0a417711a64372b2d1e2436e1408cb06368fda66]

        #i20883# call of macro security dialog

2004-07-19  Malte Timmermann  <mt@openoffice.org>  [fb7533db1986cda5c3ee7b16ba727154eb2723c3]

        #i21596# slllib

2004-07-19  Kurt Zenker  <kz@openoffice.org>  [e100d205ef958e9de342c01f7866403238bb14d0]

        #i10000# office did not shut down during smoketest

2004-07-19  Michael Mi  <mmi@openoffice.org>  [6c639c2acca70087234b0b5af4c7ff6af01a4b76]

        Issue number: Submitted by: Reviewed by:
        
        Add certificate status testing codes.

2004-07-19  Michael Mi  <mmi@openoffice.org>  [40df6fd2accc5e328f9dfc48a30ec8a7dc0f3049]

        Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Add certificate status methods.

2004-07-19  Michael Mi  <mmi@openoffice.org>  [9f02b0a717b00c2e60d00b3e5c4b62d7e723770d]

        Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Add certificate statuse interfaces.

2004-07-19  gt  <gt@openoffice.org>  [4da0bd781769f41cbf044902e3318a7685108cd4]

        #i20883# minor changes

2004-07-19  Michael Mi  <mmi@openoffice.org>  [8a806a89624e279d23f50a67cea8df1503b17d54]

        nss profile supporting
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-19  Michael Mi  <mmi@openoffice.org>  [e78005be59dd68aded159c97160b9dbdbd83c3e6]

        nss user profile support
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-19  Malte Timmermann  <mt@openoffice.org>  [6cfff3f0b50d0399079966062031147e8e14fd4c]

        #i21596# convert user data to int32 first...

2004-07-16  Malte Timmermann  <mt@openoffice.org>  [df4fa95d4e13e119a05fa7f367a00d8810659861]

        #i21596# ...

2004-07-16  Malte Timmermann  <mt@openoffice.org>  [6c64a3eca35bd93197fb976fbce371409bd245da]

        #i21596# ...

2004-07-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [de0d929a4bf4ed59337da3a6e20f7e34b89b4e5d]

        sometimes it's too hard to read if statements correctly

2004-07-16  Michael Mi  <mmi@openoffice.org>  [81daa9434f14def10dd04c759565a34e8357d507]

        update
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-16  gt  <gt@openoffice.org>  [cee2818f48205999b6301b3ffecb69957d58c884]

        #i20883# macro security

2004-07-16  gt  <gt@openoffice.org>  [8b021fa1b3324bd6f03814ea1d74122ec66b8859]

        #i20883# macro security

2004-07-16  Malte Timmermann  <mt@openoffice.org>  [a76bcea1dec9103885e79fda283421a314d3723e]

        #i20156# Digital Signatures...

2004-07-16  Michael Mi  <mmi@openoffice.org>  [555d6574b82d9bb63aaa51724d69bc7453636045]

        update
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-16  gt  <gt@openoffice.org>  [13655984eee891ecca4352382d70464bb6c99ca5]

        #i20883# macro security

2004-07-16  Michael Mi  <mmi@openoffice.org>  [90152329959e8509933020ed598a5e56ceb09b10]

        update
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-16  Michael Mi  <mmi@openoffice.org>  [4f06c1f442323ad213cbfac51936fb8b9e4d9ad8]

        update
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-16  Michael Mi  <mmi@openoffice.org>  [5e0e07c20813056f9b3fe1e6af28ede966e550a2]

        update
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-16  Michael Mi  <mmi@openoffice.org>  [9688f95cc0121477db5a0c7ad11a818110639261]

        update
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-16  gt  <gt@openoffice.org>  [7c3ce58e686332d811f1c87ce2b81d19dfe29b65]

        #i20883# macro security

2004-07-16  Michael Mi  <mmi@openoffice.org>  [5633615e57d1b5b34a64c9e7a4b1dd8a89cfe082]

        update
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-16  Michael Mi  <mmi@openoffice.org>  [b9838edb8c564b0034a6d8e99544d5ece9b1781d]

        bugfix
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-16  Michael Mi  <mmi@openoffice.org>  [0d01f27feae04f1ad25cd6eee44934a12bcfdf6f]

        update
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-16  Michael Mi  <mmi@openoffice.org>  [fe61130c1865f25b3ac10e718dbb659246240a32]

        add "cryptoken.default" support
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-15  Daniel Vogelheim  <dvo@openoffice.org>  [56fa15b722896b46ec2cc53acb99d29ffeed02b6]

        #i31549# remove NULL-dereference in assertion

2004-07-15  Rüdiger Timm  <rt@openoffice.org>  [912386fa447fb7616244ad72018b19d2fc7d963f]

        #i10000# viewcontactofsdrobj.hxx includes a hedabu'ed header and therefore itself has to be hedabu'ed.

2004-07-15  Daniel Vogelheim  <dvo@openoffice.org>  [74971bffd46240ba0e27b85da295fee26959010f]

        #i31526# sync xmltoken list with header

2004-07-15  Malte Timmermann  <mt@openoffice.org>  [85e6135011824b837878bfd85a5540c55ff3a159]

        ...

2004-07-15  Malte Timmermann  <mt@openoffice.org>  [bb0c4dce0df1319a7e3b5393fde8942fdbf0dc66]

        solaris...

2004-07-15  Malte Timmermann  <mt@openoffice.org>  [9b12c4731a3cced633c55d604a0463caaa8b40a9]

        ...

2004-07-15  Rüdiger Timm  <rt@openoffice.org>  [0531ae66c36e8b053db03779bf9fb30b4ab8f8e8]

        #i10000# Adapt to changes made in CWS aw013

2004-07-15  Michael Mi  <mmi@openoffice.org>  [45620898275aec52a59e60025aa0ec62c36779c7]

        Issue number: Submitted by: Reviewed by:
        
        Deliver linux and unix lib files.

2004-07-15  Michael Mi  <mmi@openoffice.org>  [20a4040bf713088490ea0595a32923fafd36d5ce]

        Issue number: Submitted by: Reviewed by:
        
        Comments out "-z defs" during linking.

2004-07-15  Michael Mi  <mmi@openoffice.org>  [34fe1cc9611a84d9b94e998378597ae3d50e7bfe]

        Issue number: Submitted by: Reviewed by:
        
        Comments out xpocom codes.

2004-07-15  Michael Mi  <mmi@openoffice.org>  [d683c1b3196dacd364ff6fec7e9b38346f19bfcf]

        Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Change file head name in the include.

2004-07-15  Michael Mi  <mmi@openoffice.org>  [ff5c6eb43f8e45c4aa1ea84e68557f8d775f1adc]

        Add thumbprint support in XCertificate.
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-15  Rüdiger Timm  <rt@openoffice.org>  [53c76eba354cde6b93a0d0d5ddd3b599880b3aff]

        #i10000# InitRedraw changed into CompleteRedraw (see CWS aw013)

2004-07-15  Rüdiger Timm  <rt@openoffice.org>  [de623f3871cd96a992047aa8fcaa0ac1583a21c4]

        #i10000# GetMarkList() changed into GetMarkedObjectList()

2004-07-15  Rüdiger Timm  <rt@openoffice.org>  [6c7c90796b6aef401b2aa43595d85ca5f5418f51]

        #i10000# New Syntax: [ english_us ] -> [ en-US ]

2004-07-15  Rüdiger Timm  <rt@openoffice.org>  [de323f6b2b53e1a6f2ebf6b6959ba844eec7635b]

        #i10000# Remove [ English ]

2004-07-15  Rüdiger Timm  <rt@openoffice.org>  [14c1d84850d56e2588ce8fd15ad5ac79cb21fe55]

        #i10000# Wrong include path

2004-07-15  Malte Timmermann  <mt@openoffice.org>  [9e997f79d05ae5be084bed24758f38d4c49328c3]

        ...

2004-07-15  gt  <gt@openoffice.org>  [b95222d74caa71fa217ac713048d2694816d38f5]

        #i20883# correct background for image

2004-07-15  gt  <gt@openoffice.org>  [a2f117f28b6714a704bcd34f3cd7d93b5caf52ac]

        #i20883# fixed font at details

2004-07-15  Kurt Zenker  <kz@openoffice.org>  [b6bdd5eeacb4c2c9cda533e875192fbec49acbce]

        new version for SRC680

2004-07-15  gt  <gt@openoffice.org>  [6558932ccb7993089b28bce5ab56093aeb1fced8]

        #i20883# more Details

2004-07-14  Kurt Zenker  <kz@openoffice.org>  [6d224618847cdcff3fed626e0332d0a8390c1fc1]

        new version for SRC680

2004-07-14  Kurt Zenker  <kz@openoffice.org>  [0d61bb148592b9c068936c94a1692f3fb3d9d55b]

        new version for SRC680

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [b7af2da33f041a2a23a95adfb12b57b690245fe0]

        #i10000# SdrView::GetMarkList changed into GetMarkedObjectList

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [07b63eacea5bde31efcb15a104e3573f06f63c1d]

        #i10000# View::InitRedraw changed into View::CompleteRedraw

2004-07-14  Kurt Zenker  <kz@openoffice.org>  [ca17b467c3fd7b7e9f3215e3f840737aaceee7a5]

        new version for SRC680

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [7e6cc9ed1df08056f692de1fd4ad2a7007be50ab]

        #i10000# SdrView::GetMarkList changed into GetMarkedObjectList

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [740e61939de12e1169b696cef84bb2ae242d4f2f]

        #i10000# Get braces correct

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [976664d631ed3dd7c5ddc3c1d62778ab92f12cd8]

        #i10000# [ english_us ] -> [ en-US ]

2004-07-14  Kurt Zenker  <kz@openoffice.org>  [d508f4ec3d75df08b51b486f1f3bafbec6173a2e]

        new version for SRC680

2004-07-14  Kurt Zenker  <kz@openoffice.org>  [0ff65afb10180cd709ad568eb578f01438b91447]

        new version for SRC680

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [0ae91bb98ff394612b5b07f576d739afe8ef0f25]

        #i10000# Merge error: AddAttribute( sal_uInt16 _nPrefix, const ::rtl::OUString& _rName, const ::rtl::OUString& _rValue ) was missing in case of DBG_UTIL

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [84eefbad7c086ee16bb099a237af405fd8e22df7]

        #i10000# GetEventsContext and SetEventsContext

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [caeb15ea7d148549e128748368a6762fbb1729ea]

        #i10000# Last time I obviously remove too much :-(

2004-07-14  Kurt Zenker  <kz@openoffice.org>  [3e3d0203791e165b3acd2056a01d70624e36e147]

        new version for SRC680

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [6823efa9095e483139cd9774d96b80bde8e5b7d8]

        #i10000# Converted: '' to [ de ] and [english-us] into [ en-US ], but remove all other languages and [ ENGLISH ]

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [cd28eefd861204a11da20c1aeec6818da965c61e]

        #i10000# Ause: only convert '' to [ de ] and [english-us into [ en-US ], but remove [ ENGLISH ]

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [54e7a2faeaec8f2e4e6caa362158d373bcbb635f]

        #i10000# .

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [c92c9c5ed7a36d499cb3bdbecba4e4991ee8f11d]

        #i10000# Syntax

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [53fe8a9d08708b3da8ee7205c0624bff1d69f32e]

        #i10000# Merge errors corrected

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [360ddf556867c269a8c7d32b691b8d7d26d37f4d]

        #i10000# Syntax

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [ffb708659de56dd6666d4fd64370b9e770d3cf89]

        #i10000# Fix merge errors (some defices were duplicate)

2004-07-14  gt  <gt@openoffice.org>  [b1b0cdf5779e5098fd0adf536ab25a064b6a9f85]

        #i20883#

2004-07-14  Malte Timmermann  <mt@openoffice.org>  [9a4ece8af2609336269fddd7710d01a59a99b3e3]

        component...

2004-07-14  Michael Mi  <mmi@openoffice.org>  [f8ceb18df9a64a49fea567aab8347988b18a0575]

        Issue number: Submitted by:  Andrew Fan Reviewed by:
        
        Add a flag for xpcom linking.

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [8a0b6e3036b98dde5c370d307347ca07d9f5989d]

        #i10000# Revert last change: STR_UndoMovPageMasterDscr is still in use

2004-07-14  Michael Mi  <mmi@openoffice.org>  [e6e127b5a1636e9cbde7ca280b5cd64145eb9bbe]

        improve algorithm description
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-14  Michael Mi  <mmi@openoffice.org>  [b692bf169d3f50cd5904454318ccf45127451c97]

        add oid description
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [6c2f290d57312c7d94c2f7ff5eb5d629926a80b6]

        #i10000# Fix wrongly resolved merge conflict.

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [1386b8fdd5f12d130ade41866aaab7335d34c31c]

        #i10000# Wrongly resolved merge conflict: OColumnWrapperImport was implemented twice.

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [b84c3f8c2b49d38254e8f7093f49a43be9dbc3e3]

        new version for SRC680

2004-07-14  Kurt Zenker  <kz@openoffice.org>  [50cb9208175f28575ee6d5eb7cc585f5b529ab96]

        new version for SRC680

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [e8ddaa9c2f83813c0a774b7a56d250c1957ba153]

        #i10000# Change return type from BOOL into bool as in source/gdi/sakgdi3.cxx

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [83127455e903d9c12b66ef585c27d0ef4e51aaaf]

        #i10000# There is no GetFirstChar() nor GetLastChar() in class ImplFontMetric any more (HDU, CWS fontlists02)

2004-07-14  Kurt Zenker  <kz@openoffice.org>  [3477cc6dc50382238d6642c4e70a37cdef7532c1]

        new version for SRC680

2004-07-14  Michael Mi  <mmi@openoffice.org>  [cf87468f1de54d3d41de6cc21982807a31e4f108]

        add more detailed certificate information: 1) signature algorithm 2) subject public key algorithm 3) subject public key value 4) thumbprint (not implemented) 5) thumbprint algorithm (not implemented)
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [87278adfa13c8e894483727731b5f8e9c1620d56]

        #i10000# Syntax: multi letter switches (as, f.e., -fp) need a '='.

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [079eb89acc712be3891d77252b97688a9b76757f]

        new version for SRC680

2004-07-14  Rüdiger Timm  <rt@openoffice.org>  [a73fc4bae12bb6262c818489e80f6e494291c5de]

        new version for SRC680

2004-07-14  Michael Mi  <mmi@openoffice.org>  [45f8145b76b62fc9ac273bc19502f99b628821c9]

        bugfix in makefile.mk
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8a497086171342a786103d72f915a9cad30d2fa5]

        SRC680

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8046715102bbf8ceda591d80bd3d82d89660df7f]

        INTEGRATION: CWS ooo20040620 (1.9.76); FILE MERGED 2004/06/10 16:20:34 khendricks 1.9.76.1: fixing macosx static lib issue at end of link list and reverting fragment/filters back to original SRC680_m41 form Sorry for the double commits

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b7067da531c4c2bc5dc4c374505656387935c69d]

        INTEGRATION: CWS ooo20040620 (1.2.66); FILE MERGED 2004/06/27 02:48:38 svesik 1.2.66.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/10 16:20:33 khendricks 1.2.66.1: fixing macosx static lib issue at end of link list and reverting fragment/filters back to original SRC680_m41 form Sorry for the double commits

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7289f99bf48c51f57f041d45cf838cd80816c0d2]

        INTEGRATION: CWS ooo20040620 (1.2.66); FILE MERGED 2004/06/27 02:44:15 svesik 1.2.66.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/10 16:20:33 khendricks 1.2.66.1: fixing macosx static lib issue at end of link list and reverting fragment/filters back to original SRC680_m41 form Sorry for the double commits

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6595796bc60138440a072cc20ca9461dccc26bdb]

        INTEGRATION: CWS ooo20040620 (1.17.38); FILE MERGED 2004/06/15 20:38:29 vq 1.17.38.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [baa553ce14c7171ef4bb270d09bee9706ebd0607]

        INTEGRATION: CWS ooo20040620 (1.2.2); FILE MERGED 2004/06/10 17:45:20 pjanik 1.2.2.1: #i27042#: Do not use -ldl on FreeBSD.
        
        Contributed by Nakata Maho <maho@openoffice.org>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3d4207259ed2470d006d03a0537485889e19dfcb]

        INTEGRATION: CWS ooo20040620 (1.8.2); FILE MERGED 2004/06/15 20:38:29 vq 1.8.2.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [238a4d6700655450471d3c33d99b08f0cc9d5ee8]

        INTEGRATION: CWS ooo20040620 (1.1.16); FILE MERGED 2004/06/09 08:17:19 pjanik 1.1.16.1: #i27033#: Use alloca.h from sal instead of alloca.h.
        
        Contributed by Nakata Maho <maho@openoffice.org>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [eed57fdce22a06bb2b5782281bead44ff5897f23]

        INTEGRATION: CWS ooo20040620 (1.2.8); FILE MERGED 2004/06/10 15:51:49 khendricks 1.2.8.1: fixing d.lst for MacOSX

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fd4132b5ba8346938049c07211f4dbcb0a1d2e42]

        INTEGRATION: CWS ooo20040620 (1.1.12); FILE MERGED 2004/06/10 15:53:30 khendricks 1.1.12.1: build and deliver fixes for MacOSX

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1c5a603fa292fa8ad6feb93ab1d9f96ebf6ccb7f]

        INTEGRATION: CWS ooo20040620 (1.1.12); FILE MERGED 2004/06/10 15:53:29 khendricks 1.1.12.1: build and deliver fixes for MacOSX

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [54d51d08c16cbe9129b6b0f3851a6303ea26c525]

        INTEGRATION: CWS ooo20040620 (1.12.122); FILE MERGED 2004/06/09 14:02:05 pjanik 1.12.122.1: #i29994#: Add dependency on jvmfwk.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [92d80358cd518f7395903ed14e059384da64b663]

        INTEGRATION: CWS ooo20040620 (1.25.134); FILE MERGED 2004/06/03 20:39:50 pjanik 1.25.134.1: #i28925#: Remove lines with unknown language code "en".

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b79b88c105dd2347cd3fb9dcc3f32d7c16111ade]

        INTEGRATION: CWS ooo20040620 (1.4.16); FILE MERGED 2004/06/04 12:10:10 sparcmoz 1.4.16.1: #i28110# editing linux sparc bridges code

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [652e6108178b7e40e9276d9040cc4248b3cbe330]

        INTEGRATION: CWS ooo20040620 (1.52.86); FILE MERGED 2004/06/06 17:00:18 vq 1.52.86.1: #i29919# rename nul -> $(NULLDEV). This fix was already applied to 112fix2.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [45347e80264747f06d503ea7bbf25132e2be7070]

        INTEGRATION: CWS ooo20040620 (1.6.18); FILE MERGED 2004/06/10 15:50:44 khendricks 1.6.18.1: isnan fix for MacOSX

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e6b172ddfcd0c0898768e1e402d6fb000b39ff3e]

        INTEGRATION: CWS ooo20040620 (1.9.2); FILE MERGED 2004/06/15 20:38:29 vq 1.9.2.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b31ea6b20e346260c102281d349b30d44216b8d9]

        INTEGRATION: CWS ooo20040620 (1.2.10); FILE MERGED 2004/06/21 20:52:13 svesik 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/10 15:54:43 khendricks 1.2.10.1: canvas deliver fix for MacOSX

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [99ba4c67b38a2d49753434b24f472f26786f265d]

        INTEGRATION: CWS ooo20040620 (1.3.38); FILE MERGED 2004/06/15 20:38:29 vq 1.3.38.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [688e5bfc9b7db758e39eed822b6da74381a74600]

        INTEGRATION: CWS ooo20040620 (1.11.38); FILE MERGED 2004/06/15 20:38:30 vq 1.11.38.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d22c12ebf9ed8699c9f2cd66ac08d5f701d3717d]

        INTEGRATION: CWS ooo20040620 (1.28.76); FILE MERGED 2004/06/06 17:00:17 vq 1.28.76.1: #i29919# rename nul -> $(NULLDEV). This fix was already applied to 112fix2.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [dbaf849d33199c158ae1118f921f45cf1c144a08]

        INTEGRATION: CWS ooo20040620 (1.14.66); FILE MERGED 2004/06/09 01:18:14 vq 1.14.66.2: #i28717# Let guw.pl accept "," as a path seperator. Needed for pre2par.pl and par2script.pl. 2004/06/05 14:16:19 vq 1.14.66.1: #i28717#, #i28953# *crossmerge* Adapt guw.pl to accept multiple @ and silence its output.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5007501494c047fdf7bd182fbc03fe6589bdb9b9]

        INTEGRATION: CWS ooo20040620 (1.54.24); FILE MERGED 2004/06/10 02:07:31 vq 1.54.24.2: #i27043# Fix syntax error. 2004/06/09 08:11:14 pjanik 1.54.24.1: #i27043#: Do not use -ldl on FreeBSD.
        
        Contributed by Nakata Maho <maho@openoffice.org>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [85e23b7dfeb5fb3949db9f6b3281663249aea928]

        INTEGRATION: CWS ooo20040620 (1.28.72); FILE MERGED 2004/06/09 08:22:38 pjanik 1.28.72.1: #i27041#: do not use malloc.h on FreeBSD.
        
        Contributed by Nakata Maho <maho@openoffice.org>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ebec1ed30763638464144d953c96b74662c9999e]

        INTEGRATION: CWS ooo20040620 (1.57.46); FILE MERGED 2004/06/09 08:21:27 pjanik 1.57.46.1: #i27041#: do not use malloc.h on FreeBSD.
        
        Contributed by Nakata Maho <maho@openoffice.org>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d13f8d0eaaaa6ac9e6d24cac4725f9f1dd1fd698]

        INTEGRATION: CWS ooo20040620 (1.171.24); FILE MERGED 2004/06/09 08:20:20 pjanik 1.171.24.1: #i27041#: do not use malloc.h on FreeBSD.
        
        Contributed by Nakata Maho <maho@openoffice.org>.

2004-07-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1be0010d8648ed649506b41ed2fd1ee511977dab]

        #i10000# fix zipdependencies for 4nt and two drives

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d12f3759ffe07b882769f1167ceed0e44772c9a5]

        INTEGRATION: CWS ooo20040620 (1.6.4); FILE MERGED 2004/06/12 21:52:58 waratah 1.6.4.1: Missing prereq for shell

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [87e549eb0fe0e8baa0fa8c27985fcfb9d158f281]

        INTEGRATION: CWS ooo20040620 (1.4.10); FILE MERGED 2004/06/10 15:55:32 khendricks 1.4.10.1: static libs need to be at end of link list for MacOSX

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0892e185e79b6a3d7db49e012839bb38f7ebfe6d]

        INTEGRATION: CWS ooo20040620 (1.5.10); FILE MERGED 2004/06/10 15:55:30 khendricks 1.5.10.1: static libs need to be at end of link list for MacOSX

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [78cc0234ae891affa418fbf4c376ad838f70b75f]

        INTEGRATION: CWS ooo20040620 (1.17.30); FILE MERGED 2004/06/12 07:11:11 waratah 1.17.30.1: Sal depends on stlport for hash_map include

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ac97f627614bef00c68ad76fac991abdb2466cbf]

        INTEGRATION: CWS ooo20040620 (1.8.464); FILE MERGED 2004/06/04 16:31:38 mmeeks 1.8.464.1: Issue number:  18157

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2ab34da85579a0fac97aa4f11672dd9dbfe6ea1d]

        INTEGRATION: CWS ooo20040620 (1.19.2); FILE MERGED 2004/06/15 20:38:28 vq 1.19.2.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [69f51ec5e767506b85a1ecd548aa567cf8bd4a3b]

        INTEGRATION: CWS ooo20040620 (1.2.122); FILE MERGED 2004/06/15 20:38:28 vq 1.2.122.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5a5e6413e63ee745686af876f3b9ba5485876a81]

        INTEGRATION: CWS ooo20040620 (1.7.2); FILE MERGED 2004/06/15 20:38:27 vq 1.7.2.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f90e25f64a7c0d28f812bd6aad97238460faa5db]

        INTEGRATION: CWS ooo20040620 (1.44.12); FILE MERGED 2004/06/12 04:44:48 waratah 1.44.12.2: #i27021# add location of X include files into compile test for xaw.h 2004/06/09 02:03:25 rene 1.44.12.1: regenerate configure

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3d3907a6003009bcb16428e098d32e363706f64d]

        INTEGRATION: CWS ooo20040620 (1.17.16); FILE MERGED 2004/06/20 23:44:29 svesik 1.17.16.3: RESYNC: (1.17-1.18); FILE MERGED 2004/06/12 04:30:40 waratah 1.17.16.2: Clean up an unused variable 2004/06/11 02:07:11 vq 1.17.16.1: #i29893# Switch SOLARSRC to default (POSIX) style for w32-tcsh builds.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f9dbfacb20d1dbaa6957da08ae9ec2b321632c16]

        INTEGRATION: CWS ooo20040620 (1.63.12); FILE MERGED 2004/06/26 22:57:24 svesik 1.63.12.4: RESYNC: (1.63-1.64); FILE MERGED 2004/06/12 04:42:57 waratah 1.63.12.3: #i27021# add location of X include files into compile test for xaw.h 2004/06/12 04:32:39 waratah 1.63.12.2: #i28757#  implement revised test for studio compiler numbers 2004/06/09 02:02:21 rene 1.63.12.1: #i28192# fix mozilla logic (enable per default), crossmerge from cws_src680_ooo20040509

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [23b6a0cc9ec73aa2c42a9fa6a2dff3cdc55cb3c0]

        INTEGRATION: CWS impress2 (1.23.24); FILE MERGED 2004/07/10 14:57:45 af 1.23.24.11: #i22705# In SetRuler() InvalidateBorder() is only called when being the main view shell. 2004/06/22 17:38:36 af 1.23.24.10: #i22705# Added changes for bug fix i30263. 2004/06/15 15:19:10 af 1.23.24.9: #i22705# Renamed member bHasRuler to mbHasRulers. 2004/06/11 07:18:12 af 1.23.24.8: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/04 07:13:21 af 1.23.24.7: #i22705# Adapted the SetActiveWindow() function to the use of multiple panes. 2004/05/19 18:49:51 af 1.23.24.6: RESYNC: (1.23-1.25); FILE MERGED 2004/04/22 07:40:13 af 1.23.24.5: #i22705# Removed buttons that switch between views. 2004/04/15 12:11:37 af 1.23.24.4: #i22705# Splitter removed: Replaced pointer arrays by single auto_ptr. 2004/04/15 08:24:54 af 1.23.24.3: #i22705# Removed splitters. 2004/03/05 12:26:04 af 1.23.24.2: #i22705# Added new Set... method. 2004/02/25 10:17:16 af 1.23.24.1: #i22705# Adaption to modified shell handling.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8325ffbd0b81f40cec6ddbd10e3d637ab609e4b3]

        INTEGRATION: CWS impress2 (1.26.24); FILE MERGED 2004/07/11 14:58:06 af 1.26.24.3: #i22705# Fixed signature of InitRedraw(). 2004/05/19 18:48:51 af 1.26.24.2: RESYNC: (1.26-1.29); FILE MERGED 2004/02/25 09:52:10 af 1.26.24.1: #i22705# Added new member mpClipboard.  Added nPaintMode argument to InitRedraw().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a7f4982a978d4a95aab33744e2ca4fde84e03094]

        INTEGRATION: CWS impress2 (1.36.22); FILE MERGED 2004/07/07 16:43:26 af 1.36.22.15: #i22705# Fixed setting the master page mode. 2004/06/28 07:56:27 af 1.36.22.14: #i22705# Using new PaneManager::RequestMainViewShellChange() method. 2004/06/15 15:17:25 af 1.36.22.13: #i22705# Renamed member bHasRuler to mbHasRulers. 2004/06/14 13:51:35 af 1.36.22.12: #i22705# Resolved compiler problems. 2004/06/11 07:18:06 af 1.36.22.11: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/06 13:02:40 af 1.36.22.10: #i22705# Fixed switching into master page mode. 2004/05/23 14:10:12 af 1.36.22.9: #i22705# Using new PaneManager class. 2004/05/19 18:48:06 af 1.36.22.8: RESYNC: (1.36-1.38); FILE MERGED 2004/04/23 11:52:13 af 1.36.22.7: #i22705# Removed edit-, master-,and layer button. 2004/04/22 15:19:37 af 1.36.22.6: #i22705# Transition from layer tab bar to layer dialog. 2004/04/22 07:39:44 af 1.36.22.5: #i22705# Removed buttons that switch between views. 2004/04/15 12:08:47 af 1.36.22.4: #i22705# Splitter removed: Replaced pointer arrays by single auto_ptr. 2004/04/15 08:24:26 af 1.36.22.3: #i22705# Removed splitters. 2004/03/02 10:32:29 af 1.36.22.2: #i22705# Adaption to panes in ViewShellBase. 2004/02/19 15:38:51 af 1.36.22.1: #i22705# Accessing view through GetView().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4aa360546f19fb36a216766bb6e420f620cbe259]

        Ooops, wrongly resolved merge conflict.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1f6bd26d52c20f5af45f8efea3a6792f9fa05918]

        INTEGRATION: CWS impress2 (1.6.24); FILE MERGED 2004/06/14 13:51:14 af 1.6.24.4: #i22705# Resolved compiler problems. 2004/06/11 07:18:04 af 1.6.24.3: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/05/19 18:47:32 af 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2004/02/19 15:11:11 af 1.6.24.1: #i22705# Accessing view through GetView().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e3ce1ab0d6502faf04e050c0557df6193b88e3d1]

        INTEGRATION: CWS impress2 (1.19.104); FILE MERGED 2004/07/13 12:31:17 af 1.19.104.3: RESYNC: (1.19-1.20); FILE MERGED 2004/07/02 17:06:33 af 1.19.104.2: #i22705# Rulers are turned off by default. 2004/05/23 14:22:09 af 1.19.104.1: #i22705# Added menu entries for the Multi Pane GUI.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [baeb03b70ffc427ba80d4a82e32b14a35cdfe3ea]

        INTEGRATION: CWS impress2 (1.4.30); FILE MERGED 2004/07/13 12:23:23 af 1.4.30.5: RESYNC: (1.4-1.5); FILE MERGED 2004/07/02 12:29:40 af 1.4.30.4: #i22705# Changed text of View menu entries according to spec. 2004/06/28 08:00:48 af 1.4.30.3: #i22705# Modified entries for the Impress view menu. 2004/06/09 15:17:42 af 1.4.30.2: #i22705# Renamed entries for the multi pane GUI menu. 2004/05/23 14:21:20 af 1.4.30.1: #i22705# Added strings for the Multi Pane GUI.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cfc2696bec71fe49a676aa30b7c18b37d911993f]

        INTEGRATION: CWS impress2 (1.25.12); FILE MERGED 2004/07/13 12:17:39 af 1.25.12.7: RESYNC: (1.29-1.30); FILE MERGED 2004/06/18 00:23:29 af 1.25.12.6: RESYNC: (1.28-1.29); FILE MERGED 2004/06/09 15:00:31 af 1.25.12.5: #i22705# Removed entries for resource files that do not exist anymore. 2004/05/19 18:50:40 af 1.25.12.4: RESYNC: (1.25-1.28); FILE MERGED 2004/05/05 13:42:33 af 1.25.12.3: #i22705# (last commit was an accident) Added the library for source/ui/toolpanel/controls. 2004/05/05 11:04:09 af 1.25.12.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/25 17:08:32 af 1.25.12.1: #i22705# Added libs and resources for new GUI panes.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4d84dd62bd2847e31ee831f13cc12a7594ebcbd8]

        INTEGRATION: CWS impress2 (1.39.22); FILE MERGED 2004/06/11 07:18:03 af 1.39.22.6: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/05/19 18:47:24 af 1.39.22.5: RESYNC: (1.39-1.41); FILE MERGED 2004/04/23 11:51:53 af 1.39.22.4: #i22705# Removed edit-, master-,and layer button. 2004/04/22 15:18:20 af 1.39.22.3: #i22705# Transition from layer tab bar to layer dialog. 2004/04/22 07:39:27 af 1.39.22.2: #i22705# Removed buttons that switch between views. 2004/02/19 15:09:25 af 1.39.22.1: #i22705# Accessing view through GetView().  Handling maSlideSorterButton.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [27ba2dcfce0a0c3d0a3de07846eb209d3d20f80f]

        INTEGRATION: CWS impress2 (1.4.28); FILE MERGED 2004/07/13 12:11:13 af 1.4.28.5: RESYNC: (1.6-1.7); FILE MERGED 2004/07/02 12:28:17 af 1.4.28.4: #i22705# Changed View menu to conform to spec. 2004/06/28 07:59:20 af 1.4.28.3: #i22705# Modified the view menu. 2004/06/18 00:23:13 af 1.4.28.2: RESYNC: (1.4-1.6); FILE MERGED 2004/06/04 07:17:41 af 1.4.28.1: #i22705# Added menu for the Multi Pane GUI.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f52f94ea60dc6d625e4943838a742ecfa32f68a6]

        INTEGRATION: CWS impress2 (1.16.24); FILE MERGED 2004/06/15 15:16:28 af 1.16.24.7: #i22705# Renamed member bHasRuler to mbHasRulers. 2004/06/11 07:18:02 af 1.16.24.6: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/08 12:54:57 af 1.16.24.5: #i22705# Fixed upper/lowercase of include directive. 2004/05/19 18:47:01 af 1.16.24.4: RESYNC: (1.16-1.17); FILE MERGED 2004/04/22 15:16:19 af 1.16.24.3: #i22705# Transition from layer tab bar to layer dialog. 2004/04/15 12:08:39 af 1.16.24.2: #i22705# Splitter removed: Replaced pointer arrays by single auto_ptr. 2004/02/19 14:58:22 af 1.16.24.1: #i22705# The view is accessed through GetView().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2e5a17d2835df5cec8ed12f16c9ddc0d9a3f361b]

        INTEGRATION: CWS impress2 (1.5.2); FILE MERGED 2004/07/13 12:05:36 af 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2004/07/02 12:28:47 af 1.5.2.1: #i22705# Changed View menu to conform to spec.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3053c89ea0134bd81fe4a90ffb00f69d3506733b]

        INTEGRATION: CWS impress2 (1.26.26); FILE MERGED 2004/07/13 12:05:24 af 1.26.26.34: RESYNC: (1.27-1.29); FILE MERGED 2004/07/10 14:56:37 af 1.26.26.33: #i22705# In Activate() checking for missing SfxDispatcher.  Preparation for fixing InnerResizerPixel problems. 2004/07/09 07:13:30 af 1.26.26.32: #i22705# Added initialisation of mpImpl member. 2004/07/07 16:46:18 af 1.26.26.31: #i22705# New view shell shows its content window. 2004/06/30 12:06:50 af 1.26.26.30: #i22705# Included mpLayerTabBar into arrangement of GUI elements. 2004/06/29 07:11:20 af 1.26.26.29: #i22705# Return value of PrepareClose() now initialized with correct value. 2004/06/22 11:59:02 af 1.26.26.28: #i22705# Moved creation of controller to GetController() method. 2004/06/18 00:22:55 af 1.26.26.27: RESYNC: (1.26-1.27); FILE MERGED 2004/06/15 15:20:30 af 1.26.26.26: #i22705# Renamed member bHasRuler to mbHasRulers.  Factored out creation of rulers to SetupRulers() method. 2004/06/12 12:33:35 af 1.26.26.25: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/06/11 07:18:13 af 1.26.26.24: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/09 17:26:38 af 1.26.26.23: #i22705# Setting the window of the SfxShell to NULL is done by the PaneManager. 2004/06/09 15:05:25 af 1.26.26.22: #i22705# Set the active window and thus the window of the SfxViewShell to NULL in the destructor. 2004/06/09 14:58:01 af 1.26.26.21: #i22705# Moved inline implementation of some methods from header to this file. 2004/06/06 15:00:37 af 1.26.26.20: #i22705# Fixed placing of scroll bars. 2004/06/06 13:01:52 af 1.26.26.19: #i22705# Cleanup of member initialization.  Fixed using the ScrollBarBox member. 2004/06/05 15:03:35 af 1.26.26.18: #i22705# Moved the re-setting of the window from the ViewShell classes to the VieShellBase class. 2004/06/04 07:16:41 af 1.26.26.17: #i22705# Rulers are off by default.  Content window is transparent by default.  Added guards against missing view.  Fixed layout of controls. 2004/05/23 14:15:01 af 1.26.26.16: #i22705# Fixed resync error. 2004/05/19 14:17:51 af 1.26.26.15: #i22705# Commented out code that is no longer necessary. Remove it in the future. 2004/05/05 13:40:29 af 1.26.26.14: #i22705# (last commit was an accident) Moved the ViewTabBar to ViewShellBase.cxx.  Reorganized the ArrangeGUIElements(). 2004/05/05 11:04:09 af 1.26.26.13: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/04/27 12:53:16 af 1.26.26.12: #i22705# Cleaned up ArrangeGUIElements(). 2004/04/23 12:42:16 af 1.26.26.11: #i22705# Vertical scroll bar now starts below tab bar. 2004/04/22 15:22:43 af 1.26.26.10: #i22705# Transition from layer tab bar to layer dialog. 2004/04/22 07:40:21 af 1.26.26.9: #i22705# Removed buttons that switch between views. 2004/04/21 15:24:18 af 1.26.26.8: #i22705# Added support for ViewTabBar. 2004/04/15 12:11:49 af 1.26.26.7: #i22705# Splitter removed: Replaced pointer arrays by single auto_ptr. 2004/04/15 08:24:45 af 1.26.26.6: #i22705# Removed splitters. 2004/03/05 12:26:15 af 1.26.26.5: #i22705# Added new Set... method. 2004/03/03 17:33:59 af 1.26.26.4: #i22705# Added missing Connect() and Disconnect() calls to the docshell. 2004/03/02 13:23:23 af 1.26.26.3: #i22705# Reordered initialization of ObjectBarManager. 2004/03/02 10:37:36 af 1.26.26.2: #i22705# Fixes for the use of PrintManager. 2004/02/25 10:29:55 af 1.26.26.1: #i22705# Added argument to constructor.  Adaption to modified shell handling.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [47a67c30de7927183479a45a8b5359779f74649a]

        INTEGRATION: CWS impress2 (1.31.10); FILE MERGED 2004/07/06 08:27:08 af 1.31.10.6: #i22705# Improved CreateOrDuplicatePage() so that it can cope with given insert position and can insert at head of document. 2004/07/02 17:03:43 af 1.31.10.5: #i22705# Moved most of the code of CreateOrDuplicatePage() here from drviews2.cxx. 2004/06/11 07:18:12 af 1.31.10.4: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/05 15:01:47 af 1.31.10.3: #i22705# Accessing the preview child window only when that exists. 2004/05/19 18:50:01 af 1.31.10.2: RESYNC: (1.31-1.33); FILE MERGED 2004/02/25 10:21:29 af 1.31.10.1: #i22705# Replaced pView by GetView().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7652950b51095c6859ea905940871e349ba55f5b]

        INTEGRATION: CWS impress2 (1.27.26); FILE MERGED 2004/02/25 10:04:55 af 1.27.26.1: #i22705# Code clean up.  UpdateMapModel split off of UpdateMapOrigin().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [dcbe804bc9a1366ca0ec872653af5244f92d9b31]

        INTEGRATION: CWS impress2 (1.49.26); FILE MERGED 2004/06/18 00:22:22 af 1.49.26.2: RESYNC: (1.49-1.50); FILE MERGED 2004/02/25 09:54:15 af 1.49.26.1: #i22705# Moved some code to ViewClipboard.cxx.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0595f5be3af786993e57f7b280d31bd6c1e28d49]

        INTEGRATION: CWS impress2 (1.37.48); FILE MERGED 2004/06/11 07:18:10 af 1.37.48.1: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1a80fdedba5e09ce4fdeb04ffc24aee8165afc6c]

        INTEGRATION: CWS impress2 (1.29.6); FILE MERGED 2004/07/10 14:32:36 af 1.29.6.7: #i22705# Moved handling of SID_MODIFYPAGE to ViewShell::Implementation. 2004/07/07 16:34:45 af 1.29.6.6: #i22705# SID_MODIFYPAGE with 4 arguments now handles handout pages. 2004/07/06 08:25:54 af 1.29.6.5: #i22705# CreateOrDuplicatePage() has additional parameter.  Removed code that has been moved to viewshe3.cxx. 2004/07/02 17:02:46 af 1.29.6.4: #i22705# Moved most of the code of CreateOrDuplicatePage() to ViewShell. 2004/06/14 13:51:01 af 1.29.6.3: #i22705# Resolved compiler problems. 2004/06/11 07:18:00 af 1.29.6.2: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/05/23 14:08:21 af 1.29.6.1: #i22705# Fixed resync error.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [dce05982cba36e10767283257223489bc6f00359]

        INTEGRATION: CWS impress2 (1.15.26); FILE MERGED 2004/07/12 12:36:59 af 1.15.26.7: #i22705# Fixed a crash due to unchecked access to current page of pOriginShell: it is NULL for the slide sorter when it has an empty selection. 2004/07/09 16:32:36 af 1.15.26.6: #i22705# Fixed the creation of a full screen show. 2004/06/25 16:49:08 af 1.15.26.5: #i22705# Fixed CreateFullScreenShow() by creating the SfxTopFrame not-hidden. 2004/05/23 14:13:28 af 1.15.26.4: #i22705# Using new PaneManager class. 2004/04/27 12:44:58 af 1.15.26.3: #i22705# Adaption to relocation of event ids. 2004/03/05 12:25:10 af 1.15.26.2: #i22705# Moved initialization of new ViewShell object into listener class. 2004/02/25 09:48:02 af 1.15.26.1: #i22705# Added argument to constructors.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cd1f68638ac00ab5dc62353f91e584108a810dd0]

        INTEGRATION: CWS impress2 (1.50.10); FILE MERGED 2004/07/01 11:53:47 af 1.50.10.12: #i22705# Added SetCurrentPage() method.  UpdatePreview() does its updating even when the preview is not visible (the slide sorter is updated, too.) 2004/06/22 11:54:56 af 1.50.10.11: #i22705# Moved creation of controller to GetController() method. 2004/06/18 00:22:14 af 1.50.10.10: RESYNC: (1.52-1.54); FILE MERGED 2004/06/12 12:32:06 af 1.50.10.9: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/06/11 07:18:09 af 1.50.10.8: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/05/23 14:12:52 af 1.50.10.7: #i22705# Fixed resync error. 2004/05/20 11:14:17 af 1.50.10.6: #i22705# Moved handling of pane docking windows to ViewShellBase class. 2004/05/19 18:48:32 af 1.50.10.5: RESYNC: (1.50-1.52); FILE MERGED 2004/04/22 07:39:54 af 1.50.10.4: #i22705# Removed buttons that switch between views. 2004/04/15 12:10:53 af 1.50.10.3: #i22705# Splitter removed: Replaced pointer arrays by single auto_ptr. 2004/03/02 10:35:58 af 1.50.10.2: #i22705# Adaption to panes in ViewShellBase. 2004/02/19 15:58:41 af 1.50.10.1: #i22705# Adaption to modified ObjectBarManager.  Using new child windows for panes of new GUI.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [86b784210d21c382a3ea0500f2a22bad1086c248]

        INTEGRATION: CWS impress2 (1.13.26); FILE MERGED 2004/06/28 07:57:02 af 1.13.26.5: #i22705# Using new PaneManager::RequestMainViewShellChange() method. 2004/06/11 07:18:08 af 1.13.26.4: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/05/23 14:12:09 af 1.13.26.3: #i22705# Using new PaneManager class. 2004/05/19 18:48:21 af 1.13.26.2: RESYNC: (1.13-1.15); FILE MERGED 2004/03/02 10:34:03 af 1.13.26.1: #i22705# Adaption to panes in ViewShellBase.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [70a9d0c49be9ccb4e45d9c894ddf80e0fcd06a0d]

        INTEGRATION: CWS impress2 (1.10.26); FILE MERGED 2004/07/08 07:53:25 af 1.10.26.10: #i22705# Added ViewShellImplementation. 2004/07/06 18:02:05 af 1.10.26.9: #i22705# Added ViewShellCache. 2004/06/18 00:22:07 af 1.10.26.8: RESYNC: (1.11-1.12); FILE MERGED 2004/06/15 15:21:38 af 1.10.26.7: #i22705# Moved PaneChildWindows and PaneDockingWindow to ../dlg. 2004/06/04 07:11:59 af 1.10.26.6: #i22705# Added files for the pane child windows. 2004/05/23 14:11:41 af 1.10.26.5: #i22705# Added new PaneManager class. 2004/05/19 18:48:13 af 1.10.26.4: RESYNC: (1.10-1.11); FILE MERGED 2004/04/22 15:22:08 af 1.10.26.3: #i22705# Moved to layertab.cxx to ../dlg/LayerTabBar.cxx. 2004/04/15 12:12:35 af 1.10.26.2: #i22705# Added file ViewTabBar. 2004/02/19 15:53:17 af 1.10.26.1: #i22705# Replaced SubShellManager by ViewShellManager.  Added ViewClipboard.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2f70bc1195c60709192942c37b5a314976e19b3e]

        INTEGRATION: CWS impress2 (1.3.26); FILE MERGED 2004/06/30 12:05:54 af 1.3.26.3: #i22705# Added Construct(), ChangeEditMode(), and ArrangeGUIElements() methods. 2004/04/23 11:52:23 af 1.3.26.2: #i22705# Removed edit-, master-,and layer button. 2004/02/19 15:49:17 af 1.3.26.1: #i22705# Added argument to constructors.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c52db30ee7447161a0810cdaf00ae9cbea148fd0]

        INTEGRATION: CWS impress2 (1.18.26); FILE MERGED 2004/07/07 16:44:20 af 1.18.26.3: #i22705# Changed default values for preview window to FALSE. 2004/05/23 14:11:17 af 1.18.26.2: #i22705# Using new PaneManager class. 2004/03/02 10:33:37 af 1.18.26.1: #i22705# Adaption to panes in ViewShellBase.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [19a7814e768b16934d773db7fc06a65ae6a1271c]

        INTEGRATION: CWS impress2 (1.8.12); FILE MERGED 2004/06/09 17:25:46 af 1.8.12.4: #i22705# Turned of the layer dialog temporarily. 2004/05/20 11:13:37 af 1.8.12.3: #i22705# Moved handling of pane docking windows to ViewShellBase class. 2004/04/22 15:20:02 af 1.8.12.2: #i22705# Transition from layer tab bar to layer dialog. 2004/02/19 15:44:55 af 1.8.12.1: #i22705# Using new child windows to show panes of new GUI.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [787f645ba3e3cb6eb7e25323d71c2c51e5bf004b]

        INTEGRATION: CWS impress2 (1.11.26); FILE MERGED 2004/02/19 15:43:31 af 1.11.26.1: #i22705# Accessing view through GetView().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8a2392d08a096beea62a638cb1cd611628fb8ec8]

        INTEGRATION: CWS impress2 (1.11.26); FILE MERGED 2004/06/14 13:51:46 af 1.11.26.3: #i22705# Resolved compiler problems. 2004/06/11 07:18:07 af 1.11.26.2: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/02/19 15:42:42 af 1.11.26.1: #i22705# Accessing view through GetView().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d41e43a2af6141f8c7f315a2f8ade5410c97fb15]

        INTEGRATION: CWS impress2 (1.5.26); FILE MERGED 2004/07/11 14:31:39 af 1.5.26.1: #i22705# Fixed signature of MakeVisible().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [514e8deb362d2f9c83c69ede01d800c06f825eca]

        INTEGRATION: CWS impress2 (1.9.26); FILE MERGED 2004/06/11 07:18:06 af 1.9.26.2: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/02/19 15:40:05 af 1.9.26.1: #i22705# Accessing view through GetView().  Adaption to modified ObjectBarManager.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [13fd387327582e8602ef5fe45b973feebe5176dc]

        INTEGRATION: CWS impress2 (1.18.10); FILE MERGED 2004/06/14 13:51:25 af 1.18.10.4: #i22705# Resolved compiler problems. 2004/06/11 07:18:05 af 1.18.10.3: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/05/19 18:47:56 af 1.18.10.2: RESYNC: (1.18-1.20); FILE MERGED 2004/02/19 15:31:55 af 1.18.10.1: #i22705# Accessing view through GetView().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [494d48604ca139753ac45806d7ff6ab3c2dc11ad]

        INTEGRATION: CWS impress2 (1.15.12); FILE MERGED 2004/07/01 11:51:37 af 1.15.12.5: #i22705# Minor changes. 2004/06/11 07:18:05 af 1.15.12.4: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/05/19 18:47:48 af 1.15.12.3: RESYNC: (1.15-1.17); FILE MERGED 2004/04/22 15:19:14 af 1.15.12.2: #i22705# Transition from layer tab bar to layer dialog. 2004/02/19 15:30:22 af 1.15.12.1: #i22705# Adaption to modified ObjectBarManager.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9097962798a12cf6f7a92e0da278b3f92c65eb4e]

        INTEGRATION: CWS impress2 (1.18.24); FILE MERGED 2004/07/13 12:04:49 af 1.18.24.13: RESYNC: (1.21-1.23); FILE MERGED 2004/06/30 12:04:38 af 1.18.24.12: #i22705# Moved inclusion of DrawViewShell.hxx to the top. 2004/06/22 11:53:59 af 1.18.24.11: #i22705# Moved creation of controller to GetController() method. 2004/06/18 00:22:00 af 1.18.24.10: RESYNC: (1.20-1.21); FILE MERGED 2004/06/15 09:31:35 af 1.18.24.9: #i22705# Changed internal name of view shell. 2004/06/11 07:18:05 af 1.18.24.8: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/05 14:59:41 af 1.18.24.7: #i22705# Moved the re-setting of the window from the ViewShell classes to the VieShellBase class. 2004/05/23 14:09:25 af 1.18.24.6: #i22705# Moved FormShellManager to ViewShellBase. 2004/05/19 18:47:40 af 1.18.24.5: RESYNC: (1.18-1.20); FILE MERGED 2004/04/23 11:52:01 af 1.18.24.4: #i22705# Removed edit-, master-,and layer button. 2004/04/22 15:18:50 af 1.18.24.3: #i22705# Transition from layer tab bar to layer dialog. 2004/04/22 07:39:37 af 1.18.24.2: #i22705# Removed buttons that switch between views. 2004/02/19 15:21:55 af 1.18.24.1: #i22705# Added argument to contructo.  Removed registration of object bars: ObjectBarManager creates them on demand.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [abbcb40b0e893ba7f4d37241932f3841c23846db]

        INTEGRATION: CWS impress2 (1.9.26); FILE MERGED 2004/06/11 07:18:04 af 1.9.26.2: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/02/19 15:11:48 af 1.9.26.1: #i22705# Accessing view through GetView().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [337acc397cfff0d48905762efaebaada70099eb4]

        INTEGRATION: CWS impress2 (1.7.24); FILE MERGED 2004/06/11 07:18:03 af 1.7.24.6: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/09 17:25:17 af 1.7.24.5: #i22705# Added a slot handler for the layout dialog. 2004/05/20 11:13:06 af 1.7.24.4: #i22705# Moved handling of pane docking windows to ViewShellBase class. 2004/05/19 18:47:17 af 1.7.24.3: RESYNC: (1.7-1.8); FILE MERGED 2004/04/22 15:17:49 af 1.7.24.2: #i22705# Transition from layer tab bar to layer dialog. 2004/02/19 15:03:18 af 1.7.24.1: #i22705# Introduction of new child windows for the panes of the multi-pane-GUI.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5f767035cd7ea04edffb9eecfa6b1ef2d3543482]

        INTEGRATION: CWS impress2 (1.29.48); FILE MERGED 2004/07/11 14:31:00 af 1.29.48.1: #i22705# Fixed signature of InitRedraw().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b053a4c63b398f5e873b1c9bf261426eaaa6ebad]

        INTEGRATION: CWS impress2 (1.31.24); FILE MERGED 2004/07/13 12:04:37 af 1.31.24.12: RESYNC: (1.33-1.34); FILE MERGED 2004/06/30 12:02:16 af 1.31.24.11: #i22705# The GetLayerTabControl() returns the value of the new mpLayerTabBar member. 2004/06/18 00:21:52 af 1.31.24.10: RESYNC: (1.32-1.33); FILE MERGED 2004/06/12 12:31:27 af 1.31.24.9: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/06/11 07:18:02 af 1.31.24.8: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/08 12:55:17 af 1.31.24.7: #i22705# Fixed upper/lowercase of include directive. 2004/05/19 18:47:09 af 1.31.24.6: RESYNC: (1.31-1.32); FILE MERGED 2004/04/23 11:51:43 af 1.31.24.5: #i22705# Removed edit-, master-,and layer button. 2004/04/22 15:16:51 af 1.31.24.4: #i22705# Transition from layer tab bar to layer dialog. 2004/04/22 07:39:17 af 1.31.24.3: #i22705# Removed buttons that switch between views. 2004/04/15 12:08:20 af 1.31.24.2: #i22705# Splitter removed: Replaced pointer arrays by single auto_ptr. 2004/02/19 15:00:42 af 1.31.24.1: #i22705# Adaption to changes in ObjectBarManager.  Using GetParent(). Introduction of maSlideSorterButton.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7406ec222138771f2ca61d2db3492c3dd7463982]

        INTEGRATION: CWS impress2 (1.23.24); FILE MERGED 2004/06/11 07:18:01 af 1.23.24.4: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/05/19 18:46:53 af 1.23.24.3: RESYNC: (1.23-1.25); FILE MERGED 2004/04/22 15:15:46 af 1.23.24.2: #i22705# Transition from layer tab bar to layer dialog. 2004/02/19 14:57:09 af 1.23.24.1: #i22705# Adaption to changes in ObjectBarManager.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4ba438c0109dd0ee5887c07053feebd3d61ff39c]

        INTEGRATION: CWS impress2 (1.35.10); FILE MERGED 2004/07/02 17:01:37 af 1.35.10.10: #i22705# Guarded enabling and disabling the layer tab bar against not being present. 2004/06/18 00:21:45 af 1.35.10.9: RESYNC: (1.37-1.38); FILE MERGED 2004/06/11 07:18:00 af 1.35.10.8: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/06 14:57:23 af 1.35.10.7: #i22705# Added guard against the LayerTabWindow not being present. 2004/05/19 18:46:35 af 1.35.10.6: RESYNC: (1.35-1.37); FILE MERGED 2004/04/23 11:51:33 af 1.35.10.5: #i22705# Removed edit-, master-,and layer button. 2004/04/22 15:14:00 af 1.35.10.4: #i22705# Transition from layer tab bar to layer dialog. 2004/04/15 12:08:29 af 1.35.10.3: #i22705# Splitter removed: Replaced pointer arrays by single auto_ptr. 2004/04/15 08:24:16 af 1.35.10.2: #i22705# Removed splitters. 2004/02/19 14:53:01 af 1.35.10.1: #i22705# Adaption to changes in ObjectBarManager. Using GetParentWindow().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [411b1ca25fb5953717109ca27728153efa9f30e8]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 11:21:50 af 1.1.2.19: #i22705# Setting edit mode to EM_PAGE when switching view shell. 2004/06/28 07:55:42 af 1.1.2.18: #i22705# Using new PaneManager::RequestMainViewShellChange() method. 2004/06/22 12:14:24 af 1.1.2.17: #i22705# Removed already-commented-out line. 2004/06/16 08:31:05 af 1.1.2.16: #i22705# The tab page is deleted in the destructor. 2004/06/15 15:05:32 af 1.1.2.15: #i22705# Finished the switch of the base class to TabControl. 2004/06/14 13:50:41 af 1.1.2.14: #i22705# Using correct background color for TabControl. 2004/06/14 09:13:54 af 1.1.2.13: #i22705# Replaced TabBar by TabControl. 2004/06/12 12:30:52 af 1.1.2.12: #i22705# Fixed initialization. 2004/06/06 13:00:37 af 1.1.2.11: #i22705# When switching to a view shell, the master page mode is ended as well. 2004/06/04 07:11:12 af 1.1.2.10: #i22705# Commented out the support for the old slide sorter. 2004/05/23 13:31:28 af 1.1.2.9: #i22705# Using new PaneManager class. 2004/05/19 14:14:45 af 1.1.2.8: #i22705# Removed unused code. 2004/05/05 13:38:01 af 1.1.2.7: #i22705# (last commit was an accident) Added an entry for the old slide sorter (for debugging). 2004/05/05 11:04:09 af 1.1.2.6: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/04/27 12:44:38 af 1.1.2.5: #i22705# Adaption to relocation of event ids. 2004/04/22 15:13:03 af 1.1.2.4: #i22705# Changed argument of constructor from ViewShell& to ViewShellBase&. 2004/04/22 07:37:02 af 1.1.2.3: #i22705# Added help ids for tab bar entries. 2004/04/21 15:21:37 af 1.1.2.2: #i22705# Completed initial implementation. 2004/04/15 12:01:30 af 1.1.2.1: #i22705# Initialn revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d6157f44a9205c88f52a8372b82183ce1bd786b3]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/10 14:54:58 af 1.1.2.14: #i22705# Calling SfxDispatcher::Flush() after modifying the shell stack (preparation for change in SFX2). 2004/07/07 17:00:27 af 1.1.2.13: #i22705# Guarded registration of listener against missing window. 2004/07/06 17:53:13 af 1.1.2.12: #i22705# Added CreateViewShell() method and mpCache member. 2004/07/01 16:56:03 af 1.1.2.11: #i22705# Member mbKeepMainViewShellOnTop now initialized with false to allow the focused view shell be moved to the top of the shell stack. 2004/07/01 11:48:29 af 1.1.2.10: #i22705# Added implementation of inner UpdateLocker class. 2004/06/28 07:55:08 af 1.1.2.9: #i22705# Reactivated code for listening for focus changes of windows. 2004/06/15 17:10:09 af 1.1.2.8: #i22705# The mbKeepMainViewShellOnTop flag is now correctly handled. 2004/06/15 15:35:52 af 1.1.2.7: #i22705# Modified debug code. 2004/06/11 07:18:00 af 1.1.2.6: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/08 12:37:10 af 1.1.2.5: #i22705# Added debug code. 2004/06/05 15:05:18 af 1.1.2.4: #i22705# Removed references to TextLogger debug utility. 2004/06/04 07:09:52 af 1.1.2.3: #i22705# Refactored code for gathering the active view shells into its own function. 2004/04/23 14:16:49 af 1.1.2.2: #i22705# Preparation for object bars stacked below the associated sub shell. 2004/02/19 14:40:21 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2994aa23443ce57b95efd3746e5ec6c66d0d4b2a]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/10 14:36:55 af 1.1.2.2: #i22705# Finished implementation of ProcessModifyPageSlot(). 2004/07/08 07:52:30 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bb053af9de4fb3c00a118f874c1530998ccbf1d1]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/13 12:04:22 af 1.2.26.35: RESYNC: (1.4-1.5); FILE MERGED 2004/07/12 08:09:06 af 1.2.26.34: #i22705# Setting up the members in the correct order. 2004/07/10 14:53:49 af 1.2.26.33: #i22705# In ResizePixel() calling SetBorderPixel with empty border when no main view shell exists. 2004/07/09 07:08:09 af 1.2.26.32: #i22705# Added ResizePixel() method that implements the common code of Outer- and InnerResizePixel(). 2004/07/04 13:50:20 af 1.2.26.31: #i22705# Improved implementation of SetBusyState(). 2004/07/02 12:27:34 af 1.2.26.30: #i22705# Handling slots (execution, state setting) for switching the view shells by forwarding them to the PaneManager. 2004/07/01 11:47:44 af 1.2.26.29: #i22705# Added new SetBusyState() method. 2004/06/30 12:00:29 af 1.2.26.28: #i22705# The mpViewTabBar member may be NULL. 2004/06/28 07:53:09 af 1.2.26.27: #i22705# Using new PaneManager::RequestMainViewShellChange() method.  Forwarding of new slots SID_NORMAL_MULTI_PANE_GUI and SID_SLIDE_SORTER_MULTI_PANE_GUI to PaneManager. 2004/06/24 08:45:24 af 1.2.26.26: #i22705# In the destructor the window of the center pane is hidden so that after a reload SFX does not complain. 2004/06/22 12:13:36 af 1.2.26.25: #i22705# Fixed handling of controller.  Added Activate() and Deactivate(). 2004/06/18 00:21:38 af 1.2.26.24: RESYNC: (1.3-1.4); FILE MERGED 2004/06/16 08:32:14 af 1.2.26.23: #i22705# Pane manager correctly shut down and deleted in the destructor. 2004/06/15 15:04:06 af 1.2.26.22: #i22705# OuterResizePixel() calls SetWindow(). 2004/06/14 09:13:31 af 1.2.26.21: #i22705# Replaced TabBar by TabControl. 2004/06/12 12:30:02 af 1.2.26.20: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/06/09 17:24:15 af 1.2.26.19: #i22705# PaneManager is deleted in destructor. 2004/06/09 14:59:37 af 1.2.26.18: #i22705# Guarder OuterResizePixel against missing main sub shell. 2004/06/08 12:55:56 af 1.2.26.17: #i22705# Fixed template typo. 2004/06/08 12:36:22 af 1.2.26.16: #i22705# Removed unnecessary call to PaneManager::InitPanes(). 2004/06/06 09:10:01 af 1.2.26.15: #i22705# Reordered code in constructor. 2004/06/05 14:57:42 af 1.2.26.14: #i22705# Moved the re-setting of the window from the ViewShell classes to the VieShellBase class. 2004/06/04 07:08:30 af 1.2.26.13: #i22705# Cleanup of pane management code. 2004/05/23 13:30:14 af 1.2.26.12: #i22705# Moved pane related code to new PaneManager class. 2004/05/20 11:11:53 af 1.2.26.11: #i22705# Moved handling of pane docking windows to ViewShellBase class. 2004/05/19 14:13:34 af 1.2.26.10: #i22705# Registering documents to the MasterPageObserver. 2004/04/27 12:43:35 af 1.2.26.9: #i22705# Added ArrangeGUIElements() and GetPaneOfViewShell() methods. 2004/04/23 14:25:24 af 1.2.26.8: #i22705# Moved definition of EventId from ViewShellBase to ViewShellBaseEvent.  Moved CallEventListeners() to impl class. 2004/04/21 15:19:55 af 1.2.26.7: #i22705# Moved pane handling to implementation class. When switching views the reference to the old view is cleared. 2004/03/05 12:15:15 af 1.2.26.6: #i22705# Added support for events and listeners. 2004/03/03 09:44:56 af 1.2.26.5: #i22705# Clean up of pane handling. 2004/03/02 13:22:11 af 1.2.26.4: #i22705# Replaced bool argument in ViewShellBase::RequestViewShellChange() by more specific enum CallMode. 2004/03/02 12:03:22 af 1.2.26.3: #i22705# Initialising panes on SFX_EVENT_(OPEN,CREATE)DOC. 2004/03/02 10:23:53 af 1.2.26.2: #i22705# Moved printing to PrintManager. Added OuterResizePixel(). 2004/02/25 10:39:00 af 1.2.26.1: #i22705# Modified the handling of stacked shells (e.g. introduction of factories.)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [750e5392e0d1d199f852e03afeedd56c66136083]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/19 14:40:37 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [25ef1247321124fc0b237260ffb745ba677d3000]

        INTEGRATION: CWS impress2 (1.3.12); FILE MERGED 2004/05/23 14:07:25 af 1.3.12.3: #i22705# Adaption to changes in ViewShellBase class. 2004/05/19 18:46:02 af 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/02 10:21:48 af 1.3.12.1: #i22705# Adaption to panes in ViewShellBase.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7b65708c09ad49929b7a13b9a02cc5753969416b]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/07 16:54:33 af 1.2.26.2: #i22705# Added LateInit() method that destroys the ViewTabBar. 2004/03/05 12:23:20 af 1.2.26.1: #i22705# The diff SFX_IMPL_VIEWFACTORY macro is expanded manually to call LateInit() after construction of a new PresentationViewShellBase object.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7828ae909d840a3aab538bf9b183ec7d6f8812ce]

        INTEGRATION: CWS impress2 (1.4.12); FILE MERGED 2004/06/28 07:47:30 af 1.4.12.7: #i22705# Using new PaneManager::RequestMainViewShellChange() method. 2004/06/18 00:21:12 af 1.4.12.6: RESYNC: (1.7-1.8); FILE MERGED 2004/06/08 12:54:03 af 1.4.12.5: #i22705# Fixed upper/lowercase of include directive. 2004/05/23 14:07:06 af 1.4.12.4: #i22705# Adaption to changes in ViewShellBase class. 2004/05/19 18:45:42 af 1.4.12.3: RESYNC: (1.4-1.7); FILE MERGED 2004/03/02 10:13:40 af 1.4.12.2: #i22705# Removed inclusion of header files that do not exist anymore. 2004/02/25 10:42:57 af 1.4.12.1: #i22705# Adaption to modified shell handling of ViewShellBase.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e8f66db278c25279617e9448daab1bd0802f6348]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/03/05 12:28:02 af 1.2.26.1: #i22705# The diff SFX_IMPL_VIEWFACTORY macro is expanded manually to call LateInit() after construction of a new OutlineViewShellBase object.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [46702850423560783f521dd7fa4d41a121c3fda8]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/06/29 07:09:03 af 1.2.26.1: #i22705# Added LateInit() method where the ViewTabBar is deleted.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f27df4b39c4df537d9d563341390cf8beb94afdf]

        INTEGRATION: CWS impress2 (1.2.8); FILE MERGED 2004/06/22 11:52:50 af 1.2.8.4: #i22705# Made mrBase member non-const. 2004/06/18 00:21:04 af 1.2.8.3: RESYNC: (1.2-1.3); FILE MERGED 2004/06/11 07:17:58 af 1.2.8.2: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/04 07:02:54 af 1.2.8.1: #i22705# Modified registering at view shells.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [92cddae70e85fb995521ede268a6adf36c01d4be]

        INTEGRATION: CWS impress2 (1.58.22); FILE MERGED 2004/05/19 18:43:33 af 1.58.22.2: RESYNC: (1.58-1.61); FILE MERGED 2004/04/22 15:12:15 af 1.58.22.1: #i22705# Transition from layer tab bar to layer dialog.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [de51d7be4ffd533b345cb418ac14fcb2dc370493]

        INTEGRATION: CWS impress2 (1.6.26); FILE MERGED 2004/05/19 18:43:03 af 1.6.26.2: RESYNC: (1.6-1.7); FILE MERGED 2004/04/22 15:11:56 af 1.6.26.1: #i22705# Transition from layer tab bar to layer dialog.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8953a872172564a3dfd24c74b22125c2f3c40977]

        INTEGRATION: CWS impress2 (1.8.12); FILE MERGED 2004/07/01 11:44:36 af 1.8.12.1: #i22705# Added property CurrentPage.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0f1d1a7ec9d184edd77f1b09d24629e7df901a6a]

        INTEGRATION: CWS impress2 (1.14.26); FILE MERGED 2004/07/01 11:43:36 af 1.14.26.3: #i22705# Moved property WorkArea to base class. 2004/06/18 00:19:37 af 1.14.26.2: RESYNC: (1.14-1.15); FILE MERGED 2004/04/22 15:11:24 af 1.14.26.1: #i22705# Transition from layer tab bar to layer dialog.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4f4010e5a3ee383d73bc11e66c9d49d1c02bdb4a]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/01 11:42:16 af 1.2.26.6: #i22705# Added implementation of getSelection() method. 2004/06/22 11:51:49 af 1.2.26.5: #i22705# Solved merge conflict. 2004/06/18 00:19:44 af 1.2.26.4: RESYNC: (1.3-1.4); FILE MERGED 2004/05/23 14:06:23 af 1.2.26.3: #i22705# Adaption to changes in ViewShellBase class. 2004/05/19 18:42:11 af 1.2.26.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/25 12:29:03 af 1.2.26.1: #i22705# Adaption to modified shell handling.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fe2da0bcdf0c1f8da0fff1d96651fe6232f51285]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/01 11:45:36 af 1.1.2.5: #i22705# Added MasterPagesSelectorListener. 2004/06/24 08:43:03 af 1.1.2.4: #i22705# Added new file MasterPagesPanel. 2004/06/04 06:24:47 af 1.1.2.3: #i22705# Added PreviewValueSet. 2004/05/19 14:11:53 af 1.1.2.2: #i22705# Removed MasterPagesSelectorLayouter. Added PreviewRenderer, RecentlyUsedMasterPages, MasterPageContainer, MasterpageObserver. 2004/05/05 12:35:15 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [dfb9133f00fcddb5e854f6a94ee4cdd383796381]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/04 06:24:07 af 1.1.2.3: #i22705# Reimplementation of access to configuration. 2004/05/19 14:09:22 af 1.1.2.2: #i22705# Added persistency.  Moved some functionality to other classes. 2004/05/10 08:42:50 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5104898b172dcb1699d88638a9c84c76e109dd99]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/04 16:49:38 af 1.1.2.6: #i22705# Fixed index error. 2004/07/04 13:47:58 af 1.1.2.5: #i22705# Reversed order of master page list. 2004/07/01 16:54:49 af 1.1.2.4: #i22705# Code cleanup to avoid compiler errors on some platforms. 2004/06/04 06:22:47 af 1.1.2.3: #i22705# Reimplementation of access to configuration. 2004/05/19 14:08:31 af 1.1.2.2: #i22705# Added persistency.  Moved some functionality to other classes. 2004/05/10 08:43:01 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ff4c59d5e7ad9fac6fe894a756e5e72fc08756d6]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/04 06:21:43 af 1.1.2.3: #i22705# Adaption to new base class TreeNode. 2004/05/19 14:06:02 af 1.1.2.2: #i22705# Moved filling of valueset to its own Fill() function.  Added LateInit() function. 2004/05/05 12:36:04 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d347cf2b8bbfc66af023f88d6517c4c5244c9438]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:55:25 af 1.1.2.8: #i22705# Fixed the Fill() method. 2004/07/02 12:24:52 af 1.1.2.7: #i22705# Using new Clear() method. 2004/07/01 17:05:23 af 1.1.2.6: #i22705# Code cleanup to avoid compiler error on some platforms. 2004/06/23 13:11:53 af 1.1.2.5: #i22705# Adaption to base class not being a window anymore.  Removed debug code. 2004/06/15 09:32:42 af 1.1.2.4: #i22705# Setting internal sub-shell name. 2004/06/04 06:21:02 af 1.1.2.3: #i22705# Reimplementation of Fill() function. 2004/05/19 14:05:12 af 1.1.2.2: #i22705# Moved filling of valueset to its own Fill() function. 2004/05/05 12:36:13 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9b0d6f61a92d25dde690271b751f502e257e0c20]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/23 13:10:49 af 1.1.2.4: #i22705# Moved layout code from MasterPagesSelector to this class. 2004/06/22 11:49:35 af 1.1.2.3: #i22705# Added Paint() method. 2004/06/04 06:18:25 af 1.1.2.2: #i22705# Added handler for right mouse click. 2004/05/23 17:23:31 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e18bfe49b0d3a135cb840efaf84fc817279e608d]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/23 13:11:13 af 1.1.2.4: #i22705# Moved layout code from MasterPagesSelector to this class. 2004/06/22 11:50:34 af 1.1.2.3: #i22705# Added Paint() method where the background color is temporarily set. 2004/06/04 06:18:43 af 1.1.2.2: #i22705# Added handler for right mouse click. 2004/05/23 17:23:19 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [36b6b9311c21cee0a922ca63ea859f7aa46f306d]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/04 13:42:03 af 1.1.2.11: #i22705# Added AddItemForToken() method. 2004/07/02 12:24:12 af 1.1.2.10: #i22705# Added Clear() method. 2004/07/01 11:40:35 af 1.1.2.9: #i22705# Added methods UpdateSelection() and Fill(). 2004/06/23 13:06:16 af 1.1.2.8: #i22705# Removed ::Control base class.  The value set is returned now by GetWindow(). 2004/06/09 13:50:51 af 1.1.2.7: #i22705# Code cleanup. 2004/06/08 12:33:57 af 1.1.2.6: #i22705# Converted int to sal_Int32 in ILayoutableWindow interface.  Added GetMinimumWidth() function. 2004/06/04 06:14:49 af 1.1.2.5: #i22705# Adaption to new base class TreeNode.  Class is now a shell. 2004/05/23 14:01:53 af 1.1.2.4: #i22705# mpPageSet is now an auto pointer. 2004/05/19 13:58:51 af 1.1.2.3: #i22705# Support of ILayoutableWindow. 2004/05/10 09:10:25 af 1.1.2.2: #i22705# Added a PreviewRenderer member. Fixed calculation of required size. 2004/05/05 12:36:31 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7d5dbe3dec0a95a0f33afb86f91167215e45b276]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/12 18:07:32 af 1.1.2.19: #i22705# Calling MasterPageContainer::RemoveCallback() to unregister from the container before destruction. 2004/07/04 16:46:01 af 1.1.2.18: #i22705# Workaround for compiler problem. 2004/07/04 13:44:50 af 1.1.2.17: #i22705# Added AddItemForToken() method. 2004/07/02 16:55:54 af 1.1.2.16: #i22705# Reordered code in AssignMasterPageTo...() to avoid unnessery aassignment. 2004/07/02 12:23:42 af 1.1.2.15: #i22705# Added Clear() method. 2004/07/01 16:53:29 af 1.1.2.14: #i22705# Renamed the context menu id. 2004/07/01 11:39:31 af 1.1.2.13: #i22705# Calling ViewShellBase::SetBusyState() for potentially time consuming operations.  Added methods UpdateSelection() and Fill(). 2004/06/28 07:45:09 af 1.1.2.12: #i22705# Grabbing focus before showing context menu so that the ViewShellManager can move the object to the top of the shell stack. 2004/06/23 13:07:24 af 1.1.2.11: #i22705# Removed ::Control base class.  The value set is returned now by GetWindow().  Made large and small width of previews larger to include the frame painted arround previews. 2004/06/22 11:46:49 af 1.1.2.10: #i22705# Made the background transparent to avoid flickering.  Added slots SID_CUT, SID_COPY, SID_PASTE so that they can be ignored. 2004/06/16 16:52:39 af 1.1.2.9: #i22705# Disabling cut,copy, and paste in context menus. 2004/06/16 12:22:57 af 1.1.2.8: #i22705# Added some documentation. 2004/06/09 13:50:24 af 1.1.2.7: #i22705# Code cleanup to avoid compiler warnings. 2004/06/08 12:33:26 af 1.1.2.6: #i22705# Converted int to sal_Int32 in ILayoutableWindow interface.  Added GetMinimumWidth() function. 2004/06/04 06:14:25 af 1.1.2.5: #i22705# Adaption to new base class TreeNode.  Class is now a shell. 2004/05/23 14:01:27 af 1.1.2.4: #i22705# mpPageSet is now an auto pointer. 2004/05/19 14:00:17 af 1.1.2.3: #i22705# Support of ILayoutableWindow. 2004/05/10 09:09:48 af 1.1.2.2: #i22705# Added a PreviewRenderer member. Fixed calculation of required size. 2004/05/05 12:36:22 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b76f1ccfdd1d36012b38129ef7f77a1a9afe53fd]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/24 08:40:53 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [12628933c3c97f5ba6b79805e9d3d9043fa8fa8b]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 09:37:59 af 1.1.2.4: #i22705# Fixed call to AddControl(). 2004/07/10 14:52:05 af 1.1.2.3: #i22705# Using the new ScrollPanel class. 2004/07/07 16:58:46 af 1.1.2.2: #i22705# Using strings from resource. 2004/06/24 08:41:06 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8dab2ee1238a79cf0d818068f6856c949b51d949]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/09 13:49:20 af 1.1.2.4: #i22705# Removed references to temporary objects. 2004/06/05 14:48:18 af 1.1.2.3: #i22705# Renamed implementation class. 2004/05/19 13:56:49 af 1.1.2.2: #i22705# Added GetMasterPageNames().  Notification of existing pages is done when a new listener registers instead of when a new document is registered. 2004/05/10 08:42:12 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c716469ef5b1281941faafe11283ac287264515e]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/12 18:04:58 af 1.1.2.6: #i22705# Added RemoveCallback() method. 2004/07/11 14:53:30 af 1.1.2.5: #i22705# Introduced reference counting.  Moved some methods to the inner Implementation class. 2004/07/04 13:41:19 af 1.1.2.4: #i22705# Moved code for reading templates here from AllMasterPagesSelector. 2004/06/09 13:48:31 af 1.1.2.3: #i22705# Renamed the inner implementation class to Implementation. 2004/06/04 06:11:29 af 1.1.2.2: #i22705# Extended documentation of some functions. 2004/05/19 13:19:50 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [87b0d66b13e55e143304fd8e607aac704eaadcc6]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/12 18:06:14 af 1.1.2.14: #i22705# Added RemoveCallback() method.  Fixed destruction of queue. 2004/07/11 14:52:33 af 1.1.2.13: #i22705# Introduced reference counting.  Moved some methods to the inner Implementation class. 2004/07/09 09:54:26 af 1.1.2.12: #i22705# Catching exceptions when creating a document. 2004/07/07 16:58:06 af 1.1.2.11: #i22705# Using strings from resource. 2004/07/06 08:23:54 af 1.1.2.10: #i22705# Master pages are not copied to local document when already present.  Previews of previews not stored in container. 2004/07/04 13:40:20 af 1.1.2.9: #i22705# Moved code for reading templates here from AllMasterPagesSelector. 2004/07/01 11:38:02 af 1.1.2.8: #i22705# Guarded the creation of a local draw document against missing desktop instance. 2004/06/30 13:05:26 af 1.1.2.7: #i22705# Paint a substitution when the preview can be loaded or created. 2004/06/22 17:34:00 af 1.1.2.6: #i22705# Using the new Thumbnail-in-File feature. 2004/06/16 12:21:04 af 1.1.2.5: #i22705# Resetting the modified flag of the local document every time a master page is inserted. 2004/06/09 13:48:04 af 1.1.2.4: #i22705# Renamed the inner implementation class to Implementation.  Document shell used for loading templates is not destroyed anymore. 2004/06/04 06:10:26 af 1.1.2.3: #i22705# Modified creation of previews.  Use of substitution strings for otherwise empty previews. 2004/05/23 13:59:58 af 1.1.2.2: #i22705# Rendering empty pages is now done by rendering an empty page (instead of drawing a rectangle.) 2004/05/19 13:20:02 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [23e2673b91d06a38b7e17ab91a20267cd10c0439]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/04 13:38:36 af 1.1.2.6: #i22705# Listening is done by MasterPagesSelectorListener. 2004/07/01 11:35:34 af 1.1.2.5: #i22705# Added a listener member that initiates updates of both the selection as well as the set of master pages. 2004/06/09 13:46:40 af 1.1.2.4: #i22705# Added LateInit() method. 2004/06/04 06:08:11 af 1.1.2.3: #i22705# Adaption to new base class TreeNode. 2004/05/19 13:53:13 af 1.1.2.2: #i22705# Using ILayout interface of owner.  Moved AssignMasterPage() to base class. 2004/05/05 12:35:55 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4a50d7e7ac2561dedf5095019c5a3691886a7b0a]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/04 16:43:17 af 1.1.2.13: #i22705# Workaround for compiler problem. 2004/07/04 13:39:00 af 1.1.2.12: #i22705# Listening is done by MasterPagesSelectorListener. 2004/07/03 13:18:46 af 1.1.2.11: #i22705# Removed unnecessary if statement. 2004/07/02 12:22:58 af 1.1.2.10: #i22705# ValueSet is cleared before it is filled again.  Finished implementation of UpdateSelection. 2004/07/01 11:36:13 af 1.1.2.9: #i22705# Added a listener member that initiates updates of both the selection as well as the set of master pages. 2004/06/28 07:42:35 af 1.1.2.8: #i22705# Fill() now includes every master page only one time. 2004/06/15 09:32:24 af 1.1.2.7: #i22705# Setting internal sub-shell name. 2004/06/09 13:46:16 af 1.1.2.6: #i22705# Moved initialization code to LateInit() method. 2004/06/04 06:07:37 af 1.1.2.5: #i22705# Adaption to new base class TreeNode. 2004/05/23 13:58:02 af 1.1.2.4: #i22705# mpPageSet is now an auto pointer. 2004/05/19 13:51:35 af 1.1.2.3: #i22705# Using ILayout interface of owner.  Moved some code to base class. 2004/05/10 08:59:23 af 1.1.2.2: #i22705# Using the PreviewRenderer to render previews. 2004/05/05 12:35:46 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [307eb89e9a6beba9f2c93ded59c430914a92d7de]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/01 11:34:12 af 1.1.2.6: #i22705# Added some comments. 2004/07/01 11:22:59 af 1.1.2.5: #i22705# Made Fill() a public virtual method. 2004/06/28 07:41:38 af 1.1.2.4: #i22705# Removed unused member. 2004/06/04 06:06:07 af 1.1.2.3: #i22705# New base class TreeNode. 2004/05/19 13:49:26 af 1.1.2.2: #i22705# Using ILayout interface of owner.  Moved several functions to base class and other classes. 2004/05/05 12:35:27 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [04f2e710234f537faf5462165bec102d6ec69ec1]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:50:26 af 1.1.2.13: #i22705# Previews are loaded asynchronously. 2004/07/03 13:17:43 af 1.1.2.12: #i22705# Loading all templates and layouts is now done by MasterPageContainer. 2004/07/02 12:22:01 af 1.1.2.11: #i22705# ValueSet is cleared before it is filled again. 2004/06/28 07:41:04 af 1.1.2.10: #i22705# Showing templates as well as layouts. 2004/06/23 13:05:13 af 1.1.2.9: #i22705# Adaption to base class not being a window anymore. 2004/06/22 17:32:58 af 1.1.2.8: #i22705# Using the new Thumbnail-in-File feature. 2004/06/15 09:32:58 af 1.1.2.7: #i22705# Setting internal sub-shell name. 2004/06/09 13:27:55 af 1.1.2.6: #i22705# Removed old, unused code 2004/06/04 06:05:13 af 1.1.2.5: #i22705# New base class TreeNode. 2004/05/23 13:56:42 af 1.1.2.4: #i22705# Deletion of item data is done in the base class. 2004/05/19 13:50:19 af 1.1.2.3: #i22705# Using ILayout interface of owner.  Moved several functions to base class and other classes. 2004/05/10 08:55:44 af 1.1.2.2: #i22705# Guarding LoadTemplate() calls with try/catch blocks.  Fixed upadate of size. 2004/05/05 12:35:37 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [50a52928cf8fbff64a708911dd821f8d1e9d2e0e]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/10 14:46:51 af 1.1.2.10: #i22705# Added ScrollPanel and TestPanel. 2004/06/09 13:45:23 af 1.1.2.9: #i22705# Removed code for resource file that is no longer used. 2004/06/08 12:32:30 af 1.1.2.8: #i22705# Added TestMenu. 2004/06/04 05:55:05 af 1.1.2.7: #i22705# Added some classes, removed others. 2004/05/23 13:55:25 af 1.1.2.6: #i22705# Removed AccessibleSubToolPanelContent class. 2004/05/10 09:05:47 af 1.1.2.5: #i22705# Removed classes ScrollablePanel, SubToolPanelContent, VerticalLayouter. 2004/05/05 13:35:30 af 1.1.2.4: #i22705# (last commit was an accident) Added the include directory of the slidesorter. 2004/05/05 11:04:08 af 1.1.2.3: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/03/03 17:30:34 af 1.1.2.2: #i22705# Added the slide sorter panel. 2004/03/02 11:02:37 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1b774eee999bc48c849c6b86a0ec9486c0dcc999]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/03/02 11:04:40 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1f4e23c10fc61a6f74d57e050b6b171da93cc901]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2003/10/17 16:06:33 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5e04461168741c72573de8b3c187a1d6c93674bf]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 13:17:26 af 1.1.2.2: #i22705# Adaption to sd namespace. 2003/10/17 16:00:47 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8c826f44e01cb24379fc922987ace822bd7c8c9c]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/01 17:04:49 af 1.1.2.10: #i22705# Code cleanup to avoid compiler error on some platforms. 2004/06/30 13:04:19 af 1.1.2.9: #i22705# Adaption to reorganization of ControlContainer and TreeNode. 2004/06/12 12:26:17 af 1.1.2.8: #i22705# Removed Paint() method. 2004/06/08 12:29:16 af 1.1.2.7: #i22705# Converted int to sal_Int32 in ILayoutableWindow interface.  Painting inner frame. 2004/06/05 14:46:07 af 1.1.2.6: #i22705# Corrected inclusion of headers. 2004/06/04 05:50:25 af 1.1.2.5: #i22705# Adaption to new TreeNode base class. 2004/05/19 13:40:27 af 1.1.2.4: #i22705# Added RequestResize() method as support for ILayouter. 2004/05/10 08:50:08 af 1.1.2.3: #i22705# Moved layout calculation of controls from the Layouter to this class. 2004/02/13 13:10:29 af 1.1.2.2: #i22705# Removed GrabFocus() and GetFocus() methods. 2003/10/17 16:00:34 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [45ef95e1d533ac66e88638975e4e55df7a35dc76]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/10 14:41:13 af 1.1.2.13: #i22705# Improved expansion code. 2004/07/02 12:21:04 af 1.1.2.12: #i22705# Fixed focus handling. 2004/07/01 11:29:43 af 1.1.2.11: #i22705# Fixed focus handling. 2004/06/30 13:03:29 af 1.1.2.10: #i22705# Adaption to reorganization of ControlContainer and TreeNode. 2004/06/23 13:04:28 af 1.1.2.9: #i22705# GetTitleBar() returns more specific TitleBar* instead of TreeNode*.  IMproved focus handling. 2004/06/08 12:52:36 af 1.1.2.8: #i22705# Fixed use of auto_ptr. 2004/06/08 12:27:30 af 1.1.2.7: #i22705# Converted int to sal_Int32 in ILayoutableWindow interface.  Adaption to title bars now having variable height. 2004/06/05 14:44:36 af 1.1.2.6: #i22705# Corrected inclusion of headers. 2004/06/04 05:48:00 af 1.1.2.5: #i22705# Adaption to new TreeNode base class. 2004/05/19 13:38:59 af 1.1.2.4: #i22705# Fixed GetPreferredHeight(). 2004/05/10 08:48:29 af 1.1.2.3: #i22705# Fixed calculation of preferred size.  Adaption to changes in ControlContainer. 2004/02/13 13:09:29 af 1.1.2.2: #i22705# Imporved expansion behaviour. Added support for accessibilitiy. 2003/10/17 16:00:23 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [858879aee2344f101ec0ce9e65ae97a5a108e81c]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2003/10/17 15:58:52 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [58c7323499da0712cdb9954c2d37c2c1e2a25a4e]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2003/10/17 15:56:54 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [93ae550010d4424eb4ba0c082bd8f216338e6762]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/10 14:50:39 af 1.1.2.12: #i22705# Improved expansion code. 2004/06/30 13:01:09 af 1.1.2.11: #i22705# Added high contrast versions of the triangle expansion indicators.  Images are loaded only once in new static InitializeImages() method. 2004/06/23 13:00:08 af 1.1.2.10: #i22705# Painting focus indicator directly as dotted rectangle without using ::WIndow::ShowFocus(). 2004/06/22 11:45:07 af 1.1.2.9: #i22705# Using a virtual device to paint title bar to avoid flickering. 2004/06/12 12:24:43 af 1.1.2.8: #i22705# Do not change pointer for window titles.  Fixed postitioning the title bar. 2004/06/09 13:43:47 af 1.1.2.7: #i22705# Changed colors used for painting backgrounds. 2004/06/08 12:26:05 af 1.1.2.6: #i22705# Title bars now have variable height. 2004/06/06 14:55:00 af 1.1.2.5: #i22705# Exchanged the bitmaps for the SubToolPanel expanded and collapsed indicators. 2004/06/04 05:42:54 af 1.1.2.4: #i22705# Adaption to new TreeNode base class. Replaced TBT_SUB_CONTROL_TITLE by TBT_WINDOW_TITLE. 2004/05/10 08:44:43 af 1.1.2.3: #i22705# Added bitmaps (plus and minus in a box) as expansion controls for drawing the titles in the SubToolPanel. 2004/02/13 13:07:22 af 1.1.2.2: #i22705# Added mouse over effect. 2003/10/17 15:56:44 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1f43a40ab7e2484c25865240c97ed65d2de7d5dc]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/10 14:42:17 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [810d2b9bcac63a987061424b4f6b9bb576607693]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:25:49 af 1.1.2.3: #i22705# Fixed use of pScrollPanel in constructor. 2004/07/11 09:55:33 af 1.1.2.2: #i22705# Fixed problem with Solaris compiler. 2004/07/10 14:42:03 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ae89a80e11153f76b651deccfc0958cf8ee3af48]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/08 12:42:16 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [69645b290d2a877820812484d9f64876b10211ae]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/08 12:42:00 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [43e217591d84dc508b02948aa22b43fb32989567]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:46:57 af 1.1.2.16: #i22705# Moved LayoutMenu in new ScrollPanel and let that take control over the scrolling. 2004/07/10 14:46:14 af 1.1.2.15: #i22705# Added code for inserting the TestPanel. 2004/07/07 16:56:11 af 1.1.2.14: #i22705# Using strings from resource. 2004/07/03 13:16:02 af 1.1.2.13: #i22705# Color test menu not added by default. 2004/07/01 16:59:46 af 1.1.2.12: #i22705# Removed the context menu registration.  Added registration of layout menu. 2004/06/30 12:59:18 af 1.1.2.11: #i22705# Adaption to reorganization of ControlContainer. 2004/06/24 08:40:16 af 1.1.2.10: #i22705# Replaced MasterPagesSelectors by MasterpagesPane. 2004/06/23 12:58:55 af 1.1.2.9: #i22705# Added missing header files. 2004/06/15 17:11:55 af 1.1.2.8: #i22705# Setting name of view shell.  Removed setting the bHasRuler member (to is default value). 2004/06/12 12:39:15 af 1.1.2.7: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/06/11 07:14:32 af 1.1.2.6: #i22705# Preparation to make the docking window show a titlem, menu, and closer. 2004/06/09 13:42:40 af 1.1.2.5: #i22705# Code cleanup to avoid compiler warnings. 2004/06/08 12:24:27 af 1.1.2.4: #i22705# Added TestMenu to tool panel.  Adaption to variable sized title bars. 2004/06/06 12:59:40 af 1.1.2.3: #i22705# Adaption to the ScrollBarBox now being an auto_ptr. 2004/06/05 14:43:20 af 1.1.2.2: #i22705# Corrected inclusion of headers. 2004/06/04 05:29:59 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [dec1b6410a5842e916d7213c0a0f32f434b44bd6]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/10 14:43:24 af 1.1.2.4: #i22705# Improved expansion code. Added GetWindow()const and IsResizable() methods. 2004/06/30 12:58:13 af 1.1.2.3: #i22705# Added Show(), IsShowing(), and IsExpanded() methods. 2004/06/08 12:22:28 af 1.1.2.2: #i22705# Added GetMinimumWidth() function. 2004/06/04 05:19:57 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b34dace1b476aebe7484352143d789a0b5a4ff78]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/01 16:52:34 af 1.1.2.3: #i22705# Added mrViewShell member so that MoveToTop() can move that view shell to the top of the global shell stack. 2004/06/16 12:20:11 af 1.1.2.2: #i22705# Shell stack is now implemented as a list. 2004/06/04 05:30:17 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [28101b19a9fec1c27a528a6df9a6e2d76bb68a14]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/01 17:03:43 af 1.1.2.5: #i22705# Added missing header. 2004/07/01 16:50:13 af 1.1.2.4: #i22705# Added mrViewShell member so that MoveToTop() can move that view shell to the top of the global shell stack. 2004/06/16 12:18:42 af 1.1.2.3: #i22705# Reversed orientation of stack representation. 2004/06/12 12:23:16 af 1.1.2.2: #i22705# Added debug code. 2004/06/04 05:30:31 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b3d4275987bf482b99fdf61dbd08c87ada6110f4]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/04 05:19:00 af 1.1.2.1: #i22705# Renamed from FocusManager.hxx

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [91c4e85884acf37de7dace06a560fddf15401299]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/23 12:57:58 af 1.1.2.3: #i22705# Code cleanup. 2004/06/05 14:41:53 af 1.1.2.2: #i22705# Including correct header. 2004/06/04 05:18:43 af 1.1.2.1: #i22705# Renamed from FocusManager.cxx

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e7a1f0fc35e786b8dab8e25a15b0d176ff269b2d]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 09:51:14 af 1.1.2.15: #i22705# Fixed problem with Solaris compiler. 2004/07/10 14:38:09 af 1.1.2.14: #i22705# Moved the scrolling code to new ScrollPanel class. 2004/07/01 17:03:03 af 1.1.2.13: #i22705# Code cleanup to avoid compiler error on some platforms. 2004/06/23 12:57:09 af 1.1.2.12: #i22705# Made SubToolPanel and its maScrollWindow member VCL Controls so that the focus is handled correctly. 2004/06/22 11:38:17 af 1.1.2.11: #i22705# Made window background transparent to avoid flickering and painting it ourselves. 2004/06/08 12:20:47 af 1.1.2.10: #i22705# Converted int to sal_Int32 in ILayoutableWindow interface.  Improved layout code. 2004/06/05 14:34:44 af 1.1.2.9: #i22705# Improved layout of child windows and setting up the scroll bars. 2004/06/04 05:38:03 af 1.1.2.8: #i22705# Adaption to new TreeNode base class. 2004/05/23 13:46:37 af 1.1.2.7: #i22705# Fixed listening to controls.  Fixed releasing the children. 2004/05/19 13:37:21 af 1.1.2.6: #i22705# Using and supporting ILayouter class. 2004/05/10 09:11:20 af 1.1.2.5: #i22705# Added missing header. 2004/05/10 08:41:15 af 1.1.2.4: #i22705# Integrated the scroll bar functionality of the ScrollablePanel class into this one. 2004/02/25 14:16:03 af 1.1.2.3: #i22705# Fixed auto_ptr error. 2004/02/13 13:04:34 af 1.1.2.2: #i22705# Removed Init(),Paint(),GrabFocus() and GetFocus() methods. Added destructor. 2003/10/17 15:56:27 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [91dd91262dff4bea00bff650fe9cac6936c361b0]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/05/23 13:44:32 af 1.1.2.2: #i22705# Made ILayoutableWindow a virtual sub class. 2003/10/17 15:54:50 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [afedbeb06275cb2cf4d76072439f4cf7ec342c71]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2003/10/17 15:54:03 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9b23cd301909001adf77425c120b34576f01729c]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:45:40 af 1.1.2.2: #i22705# Added AddControl() variant that does not require a title. 2004/07/10 14:38:55 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [47422e54076bc70a75fd9cd9ad1d44447f6d2013]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/03/02 11:02:47 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [340ff93f3c066119539820d33c5365635aa8f0e9]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:43:06 af 1.1.2.9: #i22705# Prepared support of drag&drop. 2004/07/07 16:38:59 af 1.1.2.8: #i22705# Add methods Paint() (for temporarily setting background color) and CreateRequest(). 2004/07/01 16:39:49 af 1.1.2.7: #i22705# Added support for context menu. 2004/07/01 11:28:02 af 1.1.2.6: #i22705# LayoutMenu reacts to changes of the main view shell by showing only aplicable layouts. 2004/06/08 12:18:10 af 1.1.2.5: #i22705# Converted int to sal_Int32 in ILayoutableWindow interface. 2004/06/04 05:37:03 af 1.1.2.4: #i22705# Adaption to new TreeNode base class. 2004/05/23 13:44:01 af 1.1.2.3: #i22705# Made ILayoutableWindow a virtual sub class. 2004/05/19 13:31:31 af 1.1.2.2: #i22705# Using ILayouter object to request re-layouts. 2003/10/17 16:03:19 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e53a94f1cf4274ce98c677efd9ac0c633b7843f7]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:44:01 af 1.1.2.13: #i22705# Prepared support of drag&drop.  Added GetMinimumWidth() method. 2004/07/10 14:50:15 af 1.1.2.12: #i22705# In Resize() the base class is called after it has been set up properly. 2004/07/07 16:37:04 af 1.1.2.11: #i22705# Setting the layout is done via calling SID_MODIFYPAGE slot. 2004/07/01 16:40:31 af 1.1.2.10: #i22705# Added support for context menu. 2004/07/01 11:28:53 af 1.1.2.9: #i22705# LayoutMenu reacts to changes of the main view shell by showing only aplicable layouts. 2004/06/08 12:17:12 af 1.1.2.8: #i22705# Converted int to sal_Int32 in ILayoutableWindow interface. 2004/06/04 05:36:19 af 1.1.2.7: #i22705# Adaption to new TreeNode base class. 2004/05/23 13:43:26 af 1.1.2.6: #i22705# Adaption to changes in ViewShellBase. 2004/05/19 13:30:46 af 1.1.2.5: #i22705# Using ILayouter object to request re-layouts.  Improved calculation of preferred size. 2004/03/02 10:11:43 af 1.1.2.4: #i22705# Double click now activates correct entry. 2004/02/25 14:14:06 af 1.1.2.3: #i22705# Fixed access to layouts being off by one. 2004/02/13 13:23:29 af 1.1.2.2: #i22705# Adaption to change shell handling. 2003/10/17 16:02:52 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [78d6823703f41c85b922526203269e3319ba9b54]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2003/10/17 16:03:09 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a5b0bb0f441551e3af2c9b31b60b1e1ca0a816da]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2003/10/17 16:02:42 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5652d41f20798cce9546b5e526e93505f54bc927]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/03/02 11:04:00 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fb24cbb64c363a6831eb1b8dd62fbe1a2e2bb7fc]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/03/02 11:02:57 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [253907a662a5eb3c6828cf6d65c2ecf47b1f24ae]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/05/23 13:41:53 af 1.1.2.2: #i22705# Made ILayoutableWindow a virtual sub class. 2004/03/02 11:04:51 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9680a7f57402a2f82ef9846ec84d5303c47c33a3]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/30 12:50:34 af 1.1.2.6: #i22705# Reorganization: SetExpansionState() and SetVisibilityState() methods do all the necessary work to keep a tree node in a valid state. 2004/06/04 05:34:02 af 1.1.2.5: #i22705# The items in the container are now TreeNode objects. 2004/05/23 13:40:46 af 1.1.2.4: #i22705# Added DeleteChildren() function. 2004/05/10 08:36:36 af 1.1.2.3: #i22705# Simplified the class by switching from iterators to index base access to controls. 2004/02/13 12:59:02 af 1.1.2.2: #i22705# Added mutex. Selection replaced by expansion. 2003/10/17 15:53:35 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9ef89bcf916a55017da6d3c28c3f85dc1aede865]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/03/02 11:04:10 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a785b8ca2436aa76ffc0efe50247dfccbbd70ee6]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/03/02 11:04:20 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [84c9587268096e4185dfdd2dab43ceadf47be70f]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:35:50 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [70435e13ac7c2f0031a55cc75fa846a46276db68]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/22 11:35:48 af 1.1.2.4: #i22705# Renamed SlideSorterController::GetController() to GetSlideSorterController(). 2004/03/02 10:10:06 af 1.1.2.3: #i22705# Removed const from page enumeration argument of SubstitutionOverlay::Create(). 2004/02/25 15:34:24 af 1.1.2.2: #i22705# Made signature of Create() more restrictive. 2004/02/13 12:34:55 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7c972c0a204d715d28fa5375759fdb549738a055]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/01 17:09:56 af 1.1.2.17: #i22705# Removed unused header. 2004/06/30 12:16:19 af 1.1.2.16: #i22705# The page cache is given to the constructor and not retrieved from the view returned by removed GetView() method.  Added image for high contrast fade effect indicator and static initialization method. 2004/06/23 13:02:18 af 1.1.2.15: #i22705# Fixed painting of focus rectangle. 2004/06/22 11:22:59 af 1.1.2.14: #i22705# Resturctured the painting of page objects. 2004/06/16 16:51:08 af 1.1.2.13: #i22705# Preparation for better page number boxes. 2004/06/09 17:19:42 af 1.1.2.12: #i22705# Transition effect indicator is now a bitmap. 2004/06/08 16:51:12 af 1.1.2.11: #i22705# Improved painting of page name and number. 2004/06/08 12:10:30 af 1.1.2.10: #i22705# Improved painting of slide name and number. 2004/06/06 16:02:07 af 1.1.2.9: #i22705# Added PaintPageNumber() method. 2004/05/23 13:39:26 af 1.1.2.8: #i22705# Added new function GetView(). 2004/05/05 13:31:33 af 1.1.2.7: #i22705# (last commit was an accident) update of paths of include files.  Reorganization of Paint...() methods. 2004/05/05 11:04:08 af 1.1.2.6: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/03/03 17:27:29 af 1.1.2.5: #i22705# Fixed size of focus indicator. Improved its dash pattern. 2004/03/03 09:42:49 af 1.1.2.4: #i22705# Added PaintFrame() method. 2004/03/02 12:21:46 af 1.1.2.3: #i22705# Class is now derived directly from ViewObjectContact. 2004/02/25 15:33:46 af 1.1.2.2: #i22705# Removed some OSL_TRACE commands. 2004/02/13 12:34:56 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [49d486067a3e0fcfcabbc825737f71233a3ca6ce]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/30 12:47:24 af 1.1.2.5: #i22705# Removed unused header file. 2004/06/22 11:26:29 af 1.1.2.4: #i22705# Moved the storing of the page borders to model/PageDescriptor. 2004/05/05 13:29:19 af 1.1.2.3: #i22705# (last commit was an accident) update of paths of include files.  Added support for PageObjectFactory. 2004/05/05 11:04:07 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:34:56 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d3e3b1bb6cd9ee599c4d28f7ba7d5f4fd5801a98]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/30 12:45:33 af 1.1.2.4: #i22705# Removed unused header file. 2004/05/05 13:28:26 af 1.1.2.3: #i22705# (last commit was an accident) update of paths of include files.  Added support for PageObjectFactory. 2004/05/05 11:04:07 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:34:55 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [86523f3b891b7ed2d8d4db9d17ebf085a96ea3de]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/04 13:36:28 af 1.1.2.3: #i22705# Introduced mnRequested*Border members. 2004/06/22 11:20:51 af 1.1.2.2: #i22705# Borders arround all page objects can now be defined for all four sides seperately. 2004/02/13 12:34:56 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [52d2ce1e58a4c4db2e2e1abd68c282d0e4bf81e5]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:41:53 af 1.1.2.10: #i22705# Fixed signature of InitRedraw(). 2004/06/30 12:43:33 af 1.1.2.9: #i22705# Set the size of the page cache back to the original value of 4MB. 2004/06/22 11:35:03 af 1.1.2.8: #i22705# Renamed SlideSorterController::GetController() to GetSlideSorterController().  Improved Resize() and UpdatePageBorders(). 2004/06/16 16:50:47 af 1.1.2.7: #i22705# Preparation for better page number boxes. 2004/06/06 16:00:30 af 1.1.2.6: #i22705# Moved GetFadeEffectArea from SlideSorterView to PageObjectViewObjectContact. 2004/05/23 13:38:08 af 1.1.2.5: #i22705# Adaption to modified signature of InitRedraw(). 2004/05/05 13:01:31 af 1.1.2.4: #i22705# (last commit was an accident) Removed debug code. 2004/05/05 11:04:07 af 1.1.2.3: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/03/04 14:37:04 af 1.1.2.2: #i22705# Using a special document as model for the page that contains the page objects. 2004/02/13 12:34:37 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [406e826f698e161c5d3c6afb702ead3e6b83224b]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/04 06:59:28 af 1.1.2.2: #i22705# Moved definition of child windows for panes to ../../view. 2004/02/13 12:45:02 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2ef96dea25d8588fc9941a17977eb900f0ab343c]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/10 14:33:31 af 1.1.2.22: #i22705# Handling SID_MODIFYPAGE slot by calling ViewShell::Implementation. 2004/07/04 13:35:25 af 1.1.2.21: #i22705# Setting the active window before painting. 2004/06/23 12:56:20 af 1.1.2.20: #i22705# Added GetFocus() and LoseFocus() methods. 2004/06/22 11:33:17 af 1.1.2.19: #i22705# Renamed GetController() to GetSlideSorterController(). 2004/06/15 09:33:57 af 1.1.2.18: #i22705# Setting internal sub-shell name.  Object bars are registerd with the ..._FEATURE_... version. 2004/06/12 12:38:36 af 1.1.2.17: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/06/11 07:36:21 af 1.1.2.16: #i22705# Using GetActiveWindow() instead of GetWindow() or GetBrowserWindow(). 2004/06/06 12:58:44 af 1.1.2.15: #i22705# Removed references to the old tab bar.  Added access method to the ScrollBarBox member. 2004/06/06 10:01:20 af 1.1.2.14: #i22705# Using slide sorter specific tool bars only when shown in center pane. 2004/06/04 12:16:15 af 1.1.2.13: #i22705# Improved resizing. 2004/06/04 06:57:15 af 1.1.2.12: #i22705# Moved registration of child windows to ViewShellBase. Setting the correct shell type.  Added implementation of GetSelectedPages() function. 2004/05/23 13:37:20 af 1.1.2.11: #i22705# Adaption to changes in ViewShellBase::ArrangeGUIElements(). 2004/05/05 12:56:40 af 1.1.2.10: #i22705# (last commit was an accident) The Create...() methods return pointers to the new objects instead of setting them by side effect. 2004/05/05 11:04:07 af 1.1.2.9: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/04/27 12:41:53 af 1.1.2.8: #i22705# Calling ViewShellBase::ArrangeGUI() method to show view tab bar. 2004/04/22 07:35:59 af 1.1.2.7: #i22705# Removed buttons that switch between views. 2004/04/15 12:06:33 af 1.1.2.6: #i22705# Splitter removed: Replaced pointer arrays by single auto_ptr. 2004/04/15 08:20:43 af 1.1.2.5: #i22705# Introduced factory methods for model, view, and controller. Removed splitters. 2004/04/06 12:10:26 af 1.1.2.4: #i22705# Made the display of the tab bar optional. 2004/03/05 12:20:48 af 1.1.2.3: #i22705# Removed debug code. 2004/02/25 15:32:52 af 1.1.2.2: #i22705# Fixed some minor bugs. 2004/02/13 12:45:56 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2b3d3f3ddb50f416d5615a9172e409807bea6de8]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:45:46 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [521e1f90c4a1c579725036f35309fe4d65ab598c]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:45:35 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f71138d7e8aafd1034d8fc8fc08f758d026e43c3]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/05/23 13:36:20 af 1.1.2.7: #i22705# Using new PaneManager class. 2004/05/19 13:25:40 af 1.1.2.6: #i22705# Calling OuterResizePixel() of the view shell that is displayed in the SlideSorter docking window. 2004/03/05 12:18:38 af 1.1.2.5: #i22705# Removed mpViewShell that is not used anymore. 2004/03/03 17:25:53 af 1.1.2.4: #i22705# Removed unnecessary requests for view shell change. 2004/03/02 13:24:05 af 1.1.2.3: #i22705# Replaced bool argument in ViewShellBase::RequestViewShellChange() by more specific enum CallMode. 2004/02/25 15:31:24 af 1.1.2.2: #i22705# Using ViewShellManager class for creating the slide sorter. 2004/02/13 12:45:13 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [79273243222a196b3dd5e8a70a15eb13381c5633]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/03/01 16:18:02 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7b7ad271d7b30d64fa146b702a6aaa7ef07b0d9d]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/03/02 10:08:37 af 1.1.2.2: #i22705# Added implementation of standard copy constructor. 2004/02/13 12:38:15 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8d7ab8643f5a6deb50f4748dc52835969e86cbed]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/30 12:17:33 af 1.1.2.5: #i22705# The page factory can now be set at the descriptor. 2004/06/22 11:18:36 af 1.1.2.4: #i22705# Added support for setting and getting the borders arround page objects and for the area where page numbers are displayed. 2004/05/05 12:54:58 af 1.1.2.3: #i22705# (last commit was an accident) Added support for the PageObjectFactory. 2004/05/05 11:04:06 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:38:15 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e700f97e3b2b03f64c7cec35567889f64ecaafff]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/30 12:15:46 af 1.1.2.6: #i22705# A new page factory is set at all page descriptors. 2004/06/08 12:14:02 af 1.1.2.5: #i22705# Unnecessary code removed. 2004/06/04 06:54:12 af 1.1.2.4: #i22705# Stopped debug output. 2004/05/05 12:53:48 af 1.1.2.3: #i22705# (last commit was an accident) Added the PageObjectFactory. 2004/05/05 11:04:06 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:38:14 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7f621c16577677c8b26908c8e9c24f1bb3e9b9ee]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/03/02 10:07:16 af 1.1.2.3: #i22705# Removed const from page enumeration argument of SubstitutionOverlay::Create(). Added documentation. 2004/02/25 15:29:33 af 1.1.2.2: #i22705# Made signature of Create() more restrictive. 2004/02/13 12:15:53 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [07cfa1b1d3901231b3123eafa7df291b47f6310d]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/30 12:14:33 af 1.1.2.12: #i22705# The page cache is given to the constructor and not retrieved from the view returned by removed GetView() method.  Added image for high contrast fade effect indicator and static initialization method. 2004/06/22 11:22:33 af 1.1.2.11: #i22705# Resturctured the painting of page objects. 2004/06/16 16:51:23 af 1.1.2.10: #i22705# Preparation for better page number boxes. 2004/06/09 17:20:10 af 1.1.2.9: #i22705# Transition effect indicator is now a bitmap. 2004/06/08 12:12:35 af 1.1.2.8: #i22705# mnPageNumberWidth is dynamically calculated and thus not const anymore. 2004/06/06 16:01:24 af 1.1.2.7: #i22705# Added PaintPageNumber() method. 2004/05/23 13:35:31 af 1.1.2.6: #i22705# Added new function GetView(). 2004/05/05 12:49:31 af 1.1.2.5: #i22705# (last commit was an accident) Reorganized the Paint...() methods. 2004/05/05 11:04:05 af 1.1.2.4: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/03/02 13:25:02 af 1.1.2.3: #i22705# Added PaintFrame() method. 2004/03/02 12:17:04 af 1.1.2.2: #i22705# Class is now derived directly from ViewObjectContact. 2004/02/13 12:15:52 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [34fa3977821aa15629b9ef39a1b2fb643f0f9384]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/22 11:24:13 af 1.1.2.2: #i22705# Moved the storing of the page borders to model/PageDescriptor. 2004/05/05 12:58:28 af 1.1.2.1: #i22705# Moved here from ../../view.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bd253b6b1b68260a326301a6dd044b551ad8350d]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:15:52 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5a10b449dc5216ee3947939a4416a98c28cf09e6]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/04 13:37:38 af 1.1.2.3: #i22705# Introduced mnRequested*Border members. 2004/06/22 11:20:28 af 1.1.2.2: #i22705# Borders arround all page objects can now be defined for all four sides seperately. 2004/02/13 12:15:52 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [67d3dab2f9b4c7c00212ff48c89e0b490f18ffdc]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:41:16 af 1.1.2.6: #i22705# Fixed signature of InitRedraw(). 2004/07/10 14:49:12 af 1.1.2.5: #i22705# Added documentation for mpPage. 2004/06/16 16:51:36 af 1.1.2.4: #i22705# Preparation for better page number boxes. 2004/06/06 16:09:57 af 1.1.2.3: #i22705# Moved GetFadeEffectArea from SlideSorterView to PageObjectViewObjectContact. 2004/05/23 13:34:26 af 1.1.2.2: #i22705# Adaption to modified signature of InitRedraw(). 2004/02/13 12:15:53 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ea2b93869a538abe105aed0a3e818bdcec2402e5]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/03/02 10:03:58 af 1.1.2.3: #i22705# Added documentation. 2004/02/25 15:28:04 af 1.1.2.2: #i22705# Added copy constructor. 2004/02/13 12:14:52 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d6deb9872f8a3eccfd9e0e2c4221955fc0a67c56]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/30 12:42:31 af 1.1.2.5: #i22705# Added SetPageFactory() method. 2004/06/22 11:17:54 af 1.1.2.4: #i22705# Added support for setting and getting the borders arround page objects and for the area where page numbers are displayed. 2004/05/05 12:43:07 af 1.1.2.3: #i22705# (last commit was an accident) Added support for the PageObjectFactory. 2004/05/05 11:04:05 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:14:51 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c23c5f71595eef655195eaef0d3d224af955817c]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:14:51 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [188a6f942cbacb722ee40b5321410f3a05307257]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/05/05 12:41:47 af 1.1.2.3: #i22705# (last commit was an accident) Added a factory for the different types of page objects. 2004/05/05 11:04:05 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:14:52 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [074caaaebdb75f1d40a30a6d3fd1ecf5efc5619a]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/05/05 12:32:43 af 1.1.2.1: #i22705# Moved here from ../controller.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2607413f78c951a738fc22c4f88b6ed9fd3835b5]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:40:29 af 1.1.2.2: #i22705# Moved implementation of DragSlideHdl to new StartDrag() method. 2004/05/05 12:33:00 af 1.1.2.1: #i22705# Moved here from ../controller.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [12f2694f415dfa47afde0ed694774f6011b21418]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/06 14:53:58 af 1.1.2.4: #i22705# Using the ScrollBarFiller of the ViewShell. 2004/04/08 09:34:21 af 1.1.2.3: #i22705# Moved scroll bar placement to scroll bar manager. 2004/03/03 12:54:57 af 1.1.2.2: #i22705# Made mpScrollBarFiller into an auto_ptr<>. 2004/02/13 12:14:28 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [079ebcbeaf6a0171a3fa97a014551ff65548c454]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 08:15:25 af 1.1.2.3: #i22705# Added methods IsPageSelected(),SetCurrentPage(int),GetPageCount().  Added argument to EnableBroadcasting(). 2004/06/06 10:00:35 af 1.1.2.2: #i22705# Update of documentation. 2004/05/05 12:33:09 af 1.1.2.1: #i22705# Moved here from ../controller.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [47b781f74b71d8b52e14e5052c3729fd739967b3]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/30 12:12:22 af 1.1.2.2: #i22705# Added member mpPageCache. 2004/05/05 12:32:19 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3c6b151f6548b2635492101fafedf55f92805058]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 08:11:02 af 1.1.2.3: #i22705# Added inner class FocusHider. 2004/06/23 12:54:33 af 1.1.2.2: #i22705# Added ShowFocus() and HideFocus() methods to turn on and off the focus. 2004/05/05 12:33:20 af 1.1.2.1: #i22705# Moved here from ../controller.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c6455d220d69f2ca21917f26a06e8c3017e10b84]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/04 13:32:22 af 1.1.2.2: #i22705# Removed locking the view. 2004/02/13 12:14:29 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ee775ad4ecdb1ac76b07abfad73f21e752be330c]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 11:22:54 af 1.1.2.5: #i22705# Added parameter to SelectionHasChanged(). 2004/05/05 12:40:03 af 1.1.2.4: #i22705# (last commit was an accident) Added new CreateSelectionFunction() method. 2004/05/05 11:04:04 af 1.1.2.3: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/25 15:26:56 af 1.1.2.2: #i22705# Adaption to modified ImplementationReference class. 2004/02/13 12:14:28 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6ce7ae07c6c3022a5fdffac5878940af5d52f396]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:14:08 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1c7589274027e846a6b8a52b77006b9c5725f4f5]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/05/05 12:12:34 af 1.1.2.5: #i22705# (last commit was an accident) Added new file SlsPageObjectFactory. 2004/05/05 11:04:04 af 1.1.2.4: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/25 15:25:40 af 1.1.2.3: #i22705# Correction of previous commit message: Sorted entries alphabetically. 2004/02/25 14:57:29 af 1.1.2.2: #i22705# Removed accidantally added file. 2004/02/13 12:36:06 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4d574027e2f9e4af53b36189e26ebb61e6dd66d6]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:25:44 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [658f990012edfcd531a7a3d53c3f8f3d5d6dad05]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:20:29 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8ad63150b8cfc71db838246e8acd397cc7898931]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 07:59:01 af 1.1.2.10: #i22705# Moved code for inserting a page into new InsertPage() method and improved it. 2004/07/02 16:54:21 af 1.1.2.9: #i22705# Added code for renaming slides. 2004/06/12 12:21:54 af 1.1.2.8: #i22705# Renamed Layout() of view shell to ArrangeGUIElements(). 2004/06/11 07:35:22 af 1.1.2.7: #i22705# Using GetActiveWindow() instead of GetWindow() or GetBrowserWindow(). 2004/06/04 06:52:48 af 1.1.2.6: #i22705# Using draw mode of the slide sorter. 2004/05/23 13:33:15 af 1.1.2.5: #i22705# Using new PaneManager class. 2004/05/05 12:14:41 af 1.1.2.4: #i22705# (last commit was an accident) update of paths of include files. 2004/05/05 11:04:04 af 1.1.2.3: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/04/22 07:35:24 af 1.1.2.2: #i22705# Removed buttons that switch between views. 2004/02/13 12:20:25 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [70f4572a15e3fecea4011706c5cb13570f6976ca]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/05/05 12:29:59 af 1.1.2.3: #i22705# (last commit was an accident) update of paths of include files. 2004/05/05 11:04:03 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:20:27 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [07b6ef832a70ffec7433e7a59334080c7815759d]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/11 14:37:35 af 1.1.2.16: #i22705# Started to unify drag&drop and internal drags. 2004/07/06 08:17:42 af 1.1.2.15: #i22705# Deselecting all pages by clicking on background does not scroll view. 2004/07/02 16:52:55 af 1.1.2.14: #i22705# Double click is handled only when a page was hit. 2004/06/30 12:10:26 af 1.1.2.13: #i22705# When displayed in the center pane the slide sorter switches back to the edit view on a double click. 2004/06/28 07:40:03 af 1.1.2.12: #i22705# Using new PaneManager::RequestMainViewShellChange() method. 2004/06/23 13:01:05 af 1.1.2.11: #i22705# Changed the semantics of TAB and ESC keys. 2004/06/08 12:47:28 af 1.1.2.10: #i22705# Fixed upper/lowercase of include directive.  Fixed refrences to temporary objects. 2004/06/06 09:30:30 af 1.1.2.9: #i22705# Single click jumps to selected slide. 2004/05/23 13:32:42 af 1.1.2.8: #i22705# Using new PaneManager class. 2004/05/05 12:28:57 af 1.1.2.7: #i22705# (last commit was an accident) update of paths of include files.  Orderred initialization of members in constructor. 2004/05/05 11:04:03 af 1.1.2.6: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/03/03 17:23:33 af 1.1.2.5: #i22705# Removed debug code. 2004/03/02 10:02:46 af 1.1.2.4: #i22705# Removed inclusion of SubShellManagerInterface,hxx which does not exist anymore. 2004/02/25 15:07:35 af 1.1.2.3: #i22705# Correction of previous commit message: Name of included file changed. 2004/02/25 14:57:29 af 1.1.2.2: #i22705# Removed accidantally added file. 2004/02/13 12:20:24 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9423df8d68f9968f83200b12b45ed1bf6daee2a4]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/06 12:57:29 af 1.1.2.7: #i22705# Using the ScrollBarFiller of the ViewShell. 2004/06/04 12:14:34 af 1.1.2.6: #i22705# Page size of scroll bars is calculated every time the scroll bars are set-up. 2004/05/10 08:34:06 af 1.1.2.5: #i22705# Preventing UpdateScrollBars() cause a repain when the position of the scroll bars do not change. 2004/05/05 12:25:59 af 1.1.2.4: #i22705# (last commit was an accident) Guarded placement of horizontal scroll bar against empty model. 2004/05/05 11:04:02 af 1.1.2.3: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/04/08 09:33:10 af 1.1.2.2: #i22705# Moved scroll bar placement to scroll bar manager. 2004/02/13 12:20:26 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cf0e786652cc95779b1804cff1051af1776ba1b0]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 08:14:25 af 1.1.2.7: #i22705# Added methods IsPageSelected(),SetCurrentPage(int),GetPageCount().  Added argument to EnableBroadcasting(). 2004/06/23 12:55:47 af 1.1.2.6: #i22705# Now using the correct UNO controller. 2004/06/08 12:09:08 af 1.1.2.5: #i22705# After a model change the selection is updated correctly. 2004/06/06 09:56:59 af 1.1.2.4: #i22705# mpMostRecentlySelectedPage correctly initialized in constructor. 2004/05/05 12:23:39 af 1.1.2.3: #i22705# (last commit was an accident) update of paths of include files. 2004/05/05 11:04:02 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:20:28 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6823eac5b3699db8e94616613d51259cadd9ff38]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/30 12:09:22 af 1.1.2.2: #i22705# Added member mpPageCache and supporting methods. 2004/05/05 12:31:26 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3e2650bad23ea7f725b7c7be76a9648b3e80e615]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/01 11:21:17 af 1.1.2.5: #i22705# Added mxFrameWeak member. 2004/06/22 11:14:56 af 1.1.2.4: #i22705# Added base class XFrameActionListener.  Factored out ConnectToController() and DisconnectFromController(). 2004/02/25 15:06:09 af 1.1.2.3: #i22705# Correction of previous commit message: Removed superfluous public keyword. 2004/02/25 14:57:28 af 1.1.2.2: #i22705# Removed accidantally added file. 2004/02/13 12:25:44 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [418f7ac6f7bb4c8b08dc5e882da681013925c3f9]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/11 14:29:59 af 1.2.26.4: #i22705# Fixed signature of InitRedraw(). 2004/05/20 08:41:43 af 1.2.26.3: RESYNC: (1.2-1.3); FILE MERGED 2004/03/02 09:41:38 af 1.2.26.2: #i22705# Converted arguments of Do(Cut,Copy,Paste) to ::Window. 2004/02/19 14:14:00 af 1.2.26.1: #i22705# Changed several method signatures.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d2ea18b9d75e8b109fb34e553cd65ffed7678bcc]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/01 17:01:55 af 1.1.2.11: #i22705# Fixed signature of frameAction(). 2004/07/01 11:21:56 af 1.1.2.10: #i22705# Added mxFrameWeak member. 2004/06/24 08:39:28 af 1.1.2.9: #i22705# Guarding disposing() code with flags that indicate to which objects the listener is still connected. 2004/06/22 11:15:37 af 1.1.2.8: #i22705# Added base class XFrameActionListener.  Factored out ConnectToController() and DisconnectFromController(). 2004/06/06 12:53:49 af 1.1.2.7: #i22705# Removed commented out lines that are not needed anymore. 2004/06/06 09:11:02 af 1.1.2.6: #i22705# Removed references to the TextLogger debug utility. 2004/06/05 14:27:43 af 1.1.2.5: #i22705# Checking in disposing() for missing document. 2004/05/05 12:22:27 af 1.1.2.4: #i22705# (last commit was an accident) Empty line added. 2004/05/05 11:04:01 af 1.1.2.3: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/03/02 10:02:13 af 1.1.2.2: #i22705# Removed inclusion of SubShellManagerInterface,hxx which does not exist anymore. 2004/02/13 12:20:27 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [33515ade1f205c4dec036846b61a3cf8b498b98e]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/05/05 12:20:29 af 1.1.2.3: #i22705# (last commit was an accident) update of paths of include files. 2004/05/05 11:04:01 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:25:43 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e1a6f7cf4abe1f45a402ab643ae5ca33c2405f40]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:20:26 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fd5c33a74d28c1a9c4bc831c81817cea3b097c78]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 08:10:21 af 1.1.2.5: #i22705# Added inner class FocusHider. 2004/06/23 12:55:04 af 1.1.2.4: #i22705# Added ShowFocus() and HideFocus() methods to turn on and off the focus. 2004/05/05 12:04:22 af 1.1.2.3: #i22705# (last commit was an accident) update of paths of include files. 2004/05/05 11:04:00 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:20:25 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0a0f803f447ce7623efab7352d5e7691250c3b88]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/04 13:31:30 af 1.1.2.5: #i22705# Removed locking the view.  Fixed index problem when dropping pages.  Insertion indicator switched off after a drop. 2004/05/05 12:07:02 af 1.1.2.4: #i22705# (last commit was an accident) update of paths of include files. 2004/05/05 11:04:00 af 1.1.2.3: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/03/03 09:41:50 af 1.1.2.2: #i22705# Fixed index handling. 2004/02/13 12:20:23 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b847faa10b9fde0a3048fc6c341e874c8f07d1f0]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 08:04:47 af 1.1.2.15: #i22705# Added argument to SelectionHasChanged().  Insertion marker is shown when context menu is executed for background. 2004/06/30 12:08:13 af 1.1.2.14: #i22705# Creating a page object factory and setting it at the model that knows about the page cache. 2004/06/22 11:31:36 af 1.1.2.13: #i22705# Commented out ArrangeGUIElements() when window is activated or shown. 2004/06/12 12:20:13 af 1.1.2.12: #i22705# Renamed Layout() of view shell to ArrangeGUIElements(). 2004/06/11 07:34:50 af 1.1.2.11: #i22705# Using GetActiveWindow() instead of GetWindow() or GetBrowserWindow(). 2004/06/06 12:52:47 af 1.1.2.10: #i22705# Passing the ScrollBarBox to the ScrollBarManager. 2004/06/06 09:58:55 af 1.1.2.9: #i22705# Setting up the selection when a new instance is created. 2004/05/19 13:23:17 af 1.1.2.8: #i22705# Commented out a Window::Update() call in the constructor. 2004/05/05 11:59:12 af 1.1.2.7: #i22705# Selection function created in its own method which now is called from Init(). 2004/05/05 11:04:00 af 1.1.2.6: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/04/08 09:32:28 af 1.1.2.5: #i22705# Moved scroll bar placement to scroll bar manager. 2004/03/03 17:22:48 af 1.1.2.4: #i22705# Added a re-layout and re-paint on window activation. 2004/02/25 15:03:40 af 1.1.2.3: #i22705# Correction of previous commit message: Adaption to modified comphelper::ImplementationReference template. 2004/02/25 14:57:28 af 1.1.2.2: #i22705# Removed accidantally added file. 2004/02/13 12:20:24 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [24994ca70eacc3ac0e92550ccfa645205d8eb04b]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:36:22 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7dd6ac24223d202026c05269c3b07d19c3b80a17]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/14 13:49:23 af 1.1.2.3: #i22705# Resolved compiler problems. 2004/02/25 14:21:40 af 1.1.2.2: #i22705# Corrected spelling of included header. 2004/02/13 12:17:05 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [234df5af035d89dfb24e868b6676c65930512e49]

        INTEGRATION: CWS impress2 (1.3.50); FILE MERGED 2004/07/11 14:30:27 af 1.3.50.1: #i22705# Fixed signature of InitRedraw().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c912bf5444f8d1b3cae6cc832d4b4511e03c0d08]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/17 11:11:12 af 1.1.2.7: #i22705# Fixed termination of queue processor thread. 2004/06/16 13:53:17 af 1.1.2.6: #i22705# Fixed the termination of threads. 2004/06/15 15:30:58 af 1.1.2.5: #i22705# Fixed method signature. 2004/06/14 13:46:29 af 1.1.2.4: #i22705# Factored out ProcessQueueEntry() from run(). 2004/06/08 12:46:13 af 1.1.2.3: #i22705# Fixed template argument reference. 2004/06/05 14:25:44 af 1.1.2.2: #i22705# Improved the termination of the thread.  Made ::osl::Thread a public base class. 2004/02/13 12:17:05 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [adfd7d3eb82be6fc1732f426eed573e31d0fedc2]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 17:57:46 af 1.1.2.4: #i22705# Reactivated this timer based queue processor. 2004/05/05 11:42:53 af 1.1.2.3: #i22705# (Last commit was an accident) Main queue processing loop checks for pending input at loop entry to improve perceived performance. 2004/05/05 11:03:59 af 1.1.2.2: #i22705#lidesorter\controller\SlideSorterController.cxx 2004/02/13 12:17:04 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a7c42eca35c2ef5f7d2fcc8a67d09b3126b632ae]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:17:38 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9da9e4006d46c8adb71ba3896bc5fee3da05c90b]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 17:55:02 af 1.1.2.2: #i22705# Using timer based queue processor by default. 2004/02/13 12:17:37 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c8e8ffbbcf5716e3232ed7aa03c8f95a06da238f]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 17:54:03 af 1.1.2.8: #i22705# Added missing header. 2004/06/17 11:08:23 af 1.1.2.7: #i22705# Fixed termination of queue processor thread. 2004/06/16 13:56:25 af 1.1.2.6: #i22705# The queue processor is now a pointer member so that it can be detached. 2004/06/16 12:25:49 af 1.1.2.5: #i22705# Inserting requests with correct class. 2004/06/11 07:34:13 af 1.1.2.4: #i22705# Added an assertion against bitmaps becoming too large. 2004/06/05 14:02:42 af 1.1.2.3: #i22705# Stopping the queue processor thread in the destructor. 2004/05/05 09:45:07 af 1.1.2.2: #i22705# Minor reformatting. 2004/02/13 12:17:03 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b5023be4df758ba12ad83dd1a1a0e9d3dde1ceee]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/05 14:01:47 af 1.1.2.2: #i22705# Update of documentation. 2004/02/13 12:17:06 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c680361a5046d409e19ed0b6efbd869153a7d716]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/01 16:58:01 af 1.1.2.3: #i22705# Fixed problem with Solaris STL implementation. 2004/06/05 14:00:57 af 1.1.2.2: #i22705# Removed references to the TextLogger debug utility. 2004/02/13 12:17:37 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b08ffb3d90ba3bdbf6d038d08927896ea0827525]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 12:17:05 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [93d1a57f9ea231dd983755ff78a02c9e2190e043]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/05 14:00:15 af 1.1.2.2: #i22705# Removed references to the TextLogger debug utility. 2004/02/13 12:17:39 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c7e730a47922ec98dedd82b4aeb34a6749633cc5]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/25 12:23:41 af 1.1.2.1: #i22705# Initial impression.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [87272e1ea63e0f64403993afdca2383f8d4e6448]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/25 12:23:31 af 1.1.2.1: #i22705# Initial impression.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2d77c47171915da61cf12dbcdc92f9856405f480]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/25 12:23:21 af 1.1.2.1: #i22705# Initial impression.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [12167f0ce3d67e3c16a0ab17381fbc879376eda9]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/25 12:23:12 af 1.1.2.1: #i22705# Initial impression.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d176be3b62ed1ca84759c23a558c34e39c1c71d0]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/25 12:24:33 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f9be6aeb72eadb1b94f90e7bdba0e548e52e9b6e]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/25 12:22:58 af 1.1.2.1: #i22705# Initial impression.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [69b0e6423ee34475b8059d52ce4f9e2eb512731d]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/25 12:24:17 af 1.1.2.1: #i22705# Initial impression.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [310a0356b26366e925c80c379bc8ff18e7d1143a]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/25 12:22:48 af 1.1.2.1: #i22705# Initial impression.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [221b49e8968682ecec3fd85f2b8994579c737fa6]

        INTEGRATION: CWS impress2 (1.19.28); FILE MERGED 2004/07/07 16:55:24 af 1.19.28.1: #i22705# Added string ids for Multi Pane GUI strings.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7128370eb13242c28f9677a366eeeff68a7c6f34]

        INTEGRATION: CWS impress2 (1.12.26); FILE MERGED 2004/02/25 16:16:03 af 1.12.26.1: #i22705# Added missing forward declaration of SdrObject.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7cb35f3020c8fe09076f972cf9105a9ca9ca2baf]

        INTEGRATION: CWS impress2 (1.12.240); FILE MERGED 2004/07/01 17:09:15 af 1.12.240.6: #i22705# Added entry for context menu of layout menu.  Renamed that of master pages selector. 2004/06/29 07:01:05 af 1.12.240.5: #i22705# Added high contrast entries for TRIANGLE_DOWN and TRIANGLE_RIGHT.  Renamed ANIMATION_INDICATOR to FADE_EFFECT_INDICATOR. 2004/06/09 17:19:05 af 1.12.240.4: #i22705# Added entry for the transition effect indicator. 2004/06/04 06:48:39 af 1.12.240.3: #i22705# Added entry for popup menu of master pages selector. 2004/05/19 18:40:40 af 1.12.240.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/19 12:19:34 af 1.12.240.1: #i22705# Added bitmap ids for the task panel.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f8ab7f88eb09ecd15e46c89cf55ddc2bf12db355]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/02/19 14:20:14 af 1.2.26.1: #i22705# Reformat. Minor method signature changes.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9d0f298f12e03dd4734b2b879e4634e821ea8cee]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/04/22 07:33:06 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b8c3954588cf657ee7bb004a99178eb443472b8e]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/15 15:29:48 af 1.1.2.6: #i22705# Finished replacing the base class by TabControl. 2004/06/14 09:12:57 af 1.1.2.5: #i22705# Replaced TabBar by TabControl. 2004/05/23 13:31:03 af 1.1.2.4: #i22705# Using new PaneManager class. 2004/04/22 15:10:36 af 1.1.2.3: #i22705# Changed argument of constructor from ViewShell& to ViewShellBase&. 2004/04/21 15:17:03 af 1.1.2.2: #i22705# Removed unused methods. Added listener for view shell change events. 2004/04/15 12:01:10 af 1.1.2.1: #i22705# Initialn revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5bdc75cc81290d1a672c232eff9b7d297b500cda]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/06 17:52:34 af 1.1.2.4: #i22705# Added CreateViewShell() method and mpCache member. 2004/07/01 11:24:41 af 1.1.2.3: #i22705# Added inner class UpdateLocker. 2004/06/04 06:47:31 af 1.1.2.2: #i22705# Refactored the gathering of active view shells in GatherViewShell() function. 2004/02/13 13:36:13 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [37d1d070da9522d0eaad1309355e49630288354f]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/10 14:36:34 af 1.1.2.2: #i22705# Finished implementation of ProcessModifyPageSlot(). 2004/07/08 07:52:51 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f66e13c90af5b7f354ef6c0c0b43cfca6e64e5a6]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/09 07:06:12 af 1.2.26.18: #i22705# Added ResizePixel() method that implements the common code of Outer- and InnerResizePixel(). 2004/07/01 11:20:23 af 1.2.26.17: #i22705# Added SetBusyState() method. 2004/06/29 07:14:17 af 1.2.26.16: #i22705# Made LateInit() virtual.  Moved maMutex and mpViewTabBar to protected: section. 2004/06/22 11:12:14 af 1.2.26.15: #i22705# Moved mpController member to ViewShell.  Added Activate() and Deactivate() methods. 2004/06/18 00:19:13 af 1.2.26.14: RESYNC: (1.3-1.4); FILE MERGED 2004/06/12 12:21:19 af 1.2.26.13: #i22705# Added GetBorder() method to support Inner- and OuterResizePixel(). 2004/05/23 13:29:58 af 1.2.26.12: #i22705# Moved pane related code to new PaneManager class. 2004/05/20 11:10:13 af 1.2.26.11: #i22705# Added Execute() and GetState() method for the handling of slots. 2004/04/27 12:39:47 af 1.2.26.10: #i22705# Moved view tab bar from ViewShell. Added ArrangeGUI() method for placing it. Added GetPaneOfViewShell() method. 2004/04/23 14:25:10 af 1.2.26.9: #i22705# Moved definition of EventId from ViewShellBase to ViewShellBaseEvent.  Moved CallEventListeners() to impl class. 2004/04/23 11:26:11 af 1.2.26.8: #i22705# Removed edit-, master-,and layer button. 2004/04/21 15:15:29 af 1.2.26.7: #i22705# Added new PT_RIGHT pane. Moved pane handling to implementation class. 2004/03/05 12:13:35 af 1.2.26.6: #i22705# Added support for events and listeners. 2004/03/02 13:21:38 af 1.2.26.5: #i22705# Replaced bool argument in ViewShellBase::RequestViewShellChange() by more specific enum CallMode. 2004/03/02 12:04:04 af 1.2.26.4: #i22705# Added new method InitPanes(). 2004/03/02 09:48:30 af 1.2.26.3: #i22705# Moved printing to PrintManager. 2004/02/25 16:41:56 af 1.2.26.2: #i22705# Introdcution of member class PaneDescriptor. 2004/02/19 14:18:03 af 1.2.26.1: #i22705# Changed several method signatures.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d7770d37d5a48e665aad457ceaf7de24118bb73b]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/13 12:03:12 af 1.2.26.25: RESYNC: (1.3-1.4); FILE MERGED 2004/07/10 14:28:24 af 1.2.26.24: #i22705# Made mpImpl protected. 2004/07/08 07:50:59 af 1.2.26.23: #i22705# Added mpImpl member. 2004/07/06 08:02:42 af 1.2.26.22: #i22705# Added argument to CreateOrDuplicatePage(). 2004/07/02 16:51:05 af 1.2.26.21: #i22705# Added CreateOrDuplicatePage() and moved most of the implemenatation from DrawViewShell to this class. 2004/06/30 11:58:19 af 1.2.26.20: #i22705# Added mpLayerTabBar member. 2004/06/22 11:11:15 af 1.2.26.19: #i22705# Added virtual GetController() method.  Made ViewShellBase a friend.  Member mpController now is an ImplementationReference<> and replaces mpController and mxController. 2004/06/18 00:19:06 af 1.2.26.18: RESYNC: (1.2-1.3); FILE MERGED 2004/06/15 14:47:36 af 1.2.26.17: #i22705# Factored out creation of rulers to SetupRulers(). 2004/06/12 12:16:25 af 1.2.26.16: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/06/11 07:19:22 af 1.2.26.15: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow(). 2004/06/09 13:17:23 af 1.2.26.14: #i22705# Moved some inline function definitions to viewshel.cxx. 2004/06/06 12:51:43 af 1.2.26.13: #i22705# Made the ScrollBarBox member an auto_ptr. 2004/06/04 06:46:31 af 1.2.26.12: #i22705# Cleanup. Support of changes in ViewShellManager. 2004/04/27 12:36:18 af 1.2.26.11: #i22705# Moved the view tab bar to the ViewShellBase. 2004/04/23 11:25:08 af 1.2.26.10: #i22705# Removed edit-, master-,and layer button. 2004/04/22 07:34:20 af 1.2.26.9: #i22705# Removed buttons that switch between views. 2004/04/21 15:13:46 af 1.2.26.8: #i22705# Added new ST_TASK_PANEL shell type. Modified comment. 2004/04/15 12:05:29 af 1.2.26.7: #i22705# Splitter removed: Replaced pointer arrays by single auto_ptr. 2004/04/15 08:15:23 af 1.2.26.6: #i22705# Removed splitters. 2004/03/05 09:37:16 af 1.2.26.5: #i22705# Added two set methods. 2004/03/03 17:21:36 af 1.2.26.4: #i22705# Extended a comment. 2004/03/02 09:44:15 af 1.2.26.3: #i22705# Moved implementation of GetViewFrame() to viewshel. Moved printing to PrintManager. 2004/02/25 16:40:33 af 1.2.26.2: #i22705# Added Exit() method. 2004/02/19 14:17:28 af 1.2.26.1: #i22705# Changed several method signatures.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [14a7dd7c6fe3281de613d58741f575d99e77832d]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/19 10:30:12 af 1.1.2.1: #i22705# initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8accc0ab0bea83b667274247e69fd10698865e05]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2003/10/17 16:05:50 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8c9b060a32ec93860d57cc4316f3c1c29cc55e25]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2003/10/17 16:06:01 af 1.1.2.1: #i21363# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [37ea06416d889461b0bbb13a5d4ddf42a7b61074]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/19 10:29:40 af 1.1.2.1: #i22705# initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [24835ef0bc113abd9132c8c08e4bc2d264962494]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/12 12:18:53 af 1.1.2.2: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize().  Menu is displayed by PaneDockingWindow. 2004/06/04 04:44:39 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e2255a4a6f881c9acd45e8741657d710860c2d06]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/06/22 11:09:10 af 1.2.26.5: #i22705# Added overloading GetController() method. 2004/06/18 00:18:58 af 1.2.26.4: RESYNC: (1.3-1.4); FILE MERGED 2004/06/12 12:17:08 af 1.2.26.3: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/05/19 18:38:33 af 1.2.26.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/25 16:38:23 af 1.2.26.1: #i22705# Added argument to constructors.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [06d55e3788381621f72e9279dbe1324c386b6633]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/23 12:53:47 af 1.1.2.10: #i22705# Added GetFocus() and LoseFocus() methods. 2004/06/22 11:08:22 af 1.1.2.9: #i22705# Added overloading GetController() method.  Renamed existing GetController() to GetSlideSorterController(). 2004/06/12 12:15:39 af 1.1.2.8: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/06/11 07:19:57 af 1.1.2.7: #i22705# Using GetActiveWindow() instead of GetBrowserWindow(). 2004/06/06 12:50:25 af 1.1.2.6: #i22705# Giving access to the scroll bar box. 2004/06/04 06:45:00 af 1.1.2.5: #i22705# Added GetSelectedPages() function.  Removed declaration of view shell factory. 2004/05/05 09:42:45 af 1.1.2.4: #i22705# Made model,view,controller protected members. Create(Model,View,Controller) return new objects. 2004/04/15 08:14:08 af 1.1.2.3: #i22705# Added factory methods for model, view, and controller. 2004/03/03 17:20:35 af 1.1.2.2: #i22705# Removed debug code. 2004/02/13 13:35:44 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9a7da8eb9a51ac7e69927e669f0c1920b672b185]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/19 10:29:51 af 1.1.2.1: #i22705# initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c8b0acfe4fde1aa69012eaf3152c0a5c5198abee]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/19 10:30:02 af 1.1.2.1: #i22705# initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [59ace8d39cc631d1751361f7ee234891a4d3bbdd]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/05/23 13:28:51 af 1.1.2.2: #i22705# Added ReleaseShell() function. 2004/02/19 10:28:46 af 1.1.2.1: #i22705# initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e254324ad8fa5052ee2d0ee3620cf17b2bada57f]

        INTEGRATION: CWS impress2 (1.5.26); FILE MERGED 2004/06/18 00:18:42 af 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/19 10:48:44 af 1.5.26.1: #i22705# Added private data members mbDisposing and maLastVisArea.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [788bf2025369fb296254f85349e5ac2ac87e511b]

        INTEGRATION: CWS impress2 (1.6.12); FILE MERGED 2004/07/01 11:19:10 af 1.6.12.1: #i22705# Added current page enum.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [83a087eda2ec01bb8d05f36b38ad5dc9be4a17b2]

        INTEGRATION: CWS impress2 (1.8.12); FILE MERGED 2004/07/01 11:18:14 af 1.8.12.1: #i22705# Renamed property enums.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ab631e8975f7a56dc464525e8cd86313cb9979c6]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/07 17:01:49 af 1.2.26.1: #i22705# Added LateInit() method that delete the ViewShellBase.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [22902388cdd8fb7ffa6d03597001802f01088341]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/09 16:34:22 af 1.2.26.2: #i22705# Fixed the creation of a full screen show. 2004/02/19 14:05:39 af 1.2.26.1: #i22705# Added argument to constructors.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [27c8143810be02d44bc19b9cf4ef2a4f70623028]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/28 07:39:27 af 1.1.2.5: #i22705# Listening for state changes to init layout when necessary. 2004/06/15 14:46:46 af 1.1.2.4: #i22705# Added argument for resource id to constructor. 2004/06/12 12:14:28 af 1.1.2.3: #i22705# AddMenu() returns id of new menu.  Added border that is drown arround content window. 2004/06/11 07:16:56 af 1.1.2.2: #i22705# Preparation to make the docking window show a titlem, menu, and closer. 2004/06/04 04:46:31 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fbc674f097a777587c561c91dde9973bb536df4a]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/15 14:43:58 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [de23519d306cad0ad70ffad187d5a6372f02e0e7]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/04 04:46:51 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [58d8ed518031d6259d4e428c50a7cc27d02a92f4]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/01 11:16:44 af 1.2.26.7: #i22705# Added SetCurrentPage() method. 2004/06/22 11:06:54 af 1.2.26.6: #i22705# Added overloading GetController() method. 2004/06/18 00:18:07 af 1.2.26.5: RESYNC: (1.3-1.4); FILE MERGED 2004/06/12 12:12:28 af 1.2.26.4: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/05/19 18:38:03 af 1.2.26.3: RESYNC: (1.2-1.3); FILE MERGED 2004/03/02 09:38:06 af 1.2.26.2: #i22705# Made UpdatePreview public. 2004/02/19 14:04:21 af 1.2.26.1: #i22705# Added argument to constructors.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9cb139b03806361d5e94c4762faf5a3bb8500002]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/13 13:35:29 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d0ac2bd9e77c82f80eae76c37295d1f246544403]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/19 12:29:33 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c188aadd71d548318d306342984df92f8457d212]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/02/19 10:37:02 af 1.1.2.1: #i22705# initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [796492b18366ea779140990cf9a2fde4833b9a26]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/04 06:42:47 af 1.1.2.2: #i22705# Renamed the implementation class. 2004/05/19 13:19:15 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ddd6062c82d4013d47aa75fbd53dad1b2a904373]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/04/22 15:08:25 af 1.2.26.1: #i22705# Added a constructor that takes a resource id as additional parameter.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1e2b10f5a5e7ac3371189dff4104ae3c22055a44]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/04/22 14:53:52 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6ac1b54a18847989b0d95009bf165277bd1bf786]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/04/22 14:53:37 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1d702de93a3d5fb35b243785af259951b471ad44]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/04/22 14:53:20 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a92ca21dfed1b8250f0f00ddeaf339f3319431a6]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/06/29 07:12:54 af 1.2.26.1: #i22705# Added LateInit() method where the ViewTabBar is deleted.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b7e7418114e82e9c0d19404baabc7d211198e295]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/06/30 11:57:37 af 1.2.26.2: #i22705# Added Construct(), ChangeEditMode(), and ArrangeGUIElements() methods. 2004/02/19 13:56:28 af 1.2.26.1: #i22705# Added argument to constructors.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [404e2cd0ee2260457c1a4a44bdf361cb3d1a5071]

        INTEGRATION: CWS impress2 (1.2.8); FILE MERGED 2004/06/22 11:06:18 af 1.2.8.3: #i22705# Made mrBase member non-const. 2004/06/18 00:18:00 af 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/04 06:41:24 af 1.2.8.1: #i22705# Adaption to recent changes in ViewShellBase class.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [afb5b58b4bcaedb1313813310f018eccd8136332]

        INTEGRATION: CWS isocodefix1 (1.8.2); FILE MERGED 2004/07/08 17:25:25 ihi 1.8.2.2: Quite -> Quiet 2004/07/06 14:15:44 ihi 1.8.2.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [21c5ce7adb4fb22e8f043fd77190cd153aeee603]

        INTEGRATION: CWS impress2 (1.3.12); FILE MERGED 2004/07/11 14:27:44 af 1.3.12.11: #i22705# Fixed signature of MakeVisible(). 2004/07/06 08:01:59 af 1.3.12.10: #i22705# Added argument to CreateOrDuplicatePage(). 2004/07/02 16:49:44 af 1.3.12.9: #i22705# Made CreateOrDuplicatePage() virtual and moved most of the implemenatation to ViewShell. 2004/06/30 11:56:26 af 1.3.12.8: #i22705# Made ChangeEditMode() virtual. 2004/06/22 11:05:24 af 1.3.12.7: #i22705# Added overloading GetController() method. 2004/06/12 12:11:36 af 1.3.12.6: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize(). 2004/06/04 06:39:38 af 1.3.12.5: #i22705# Moved FormShellManager member to ViewShellBase class. 2004/05/19 18:37:31 af 1.3.12.4: RESYNC: (1.3-1.4); FILE MERGED 2004/04/23 11:24:43 af 1.3.12.3: #i22705# Removed edit-, master-,and layer button. 2004/04/22 15:07:08 af 1.3.12.2: #i22705# Transition from layer tab bar to layer dialog. 2004/02/19 13:51:51 af 1.3.12.1: #i22705# Added argument to constructors.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e7c443f26e9be2505387d99d3c6cd9ddc256555e]

        INTEGRATION: CWS isocodefix1 (1.1.148); FILE MERGED 2004/07/08 17:25:25 ihi 1.1.148.2: Quite -> Quiet 2004/07/06 14:15:44 ihi 1.1.148.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a7d1c9724322ff9a95e59f34af74aab4d7277f68]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/01 11:15:51 af 1.2.26.3: #i22705# Renamed property enums. 2004/06/18 00:17:45 af 1.2.26.2: RESYNC: (1.2-1.4); FILE MERGED 2004/02/19 13:44:25 af 1.2.26.1: #i22705# Minro errors in comments fixed.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ca9f84811562351330a578d8ffd9de20d04735ee]

        INTEGRATION: CWS isocodefix1 (1.7.2); FILE MERGED 2004/07/08 17:25:25 ihi 1.7.2.2: Quite -> Quiet 2004/07/06 14:15:43 ihi 1.7.2.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [22f07b64a5df347d657c197db624d7b9b3af2e28]

        INTEGRATION: CWS isocodefix1 (1.3.2); FILE MERGED 2004/07/06 14:15:42 ihi 1.3.2.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [72f4ffb206da5013bffc639d3d016872b290725f]

        INTEGRATION: CWS isocodefix1 (1.29.2); FILE MERGED 2004/07/08 17:23:55 ihi 1.29.2.1: localize -> localize_sl . Binary only for the source languages

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fdc6e3623daa7dc042ef320a35dcfe1b4e6d79f2]

        INTEGRATION: CWS impress2 (1.4.26); FILE MERGED 2004/05/23 13:25:34 af 1.4.26.2: #i22705# Adaption to change in ViewShellBase. 2004/02/25 14:01:06 af 1.4.26.1: #i22705# Adaption to modified shell handling.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [29bdea718da85138d1100d65d898d6b4a91ede95]

        INTEGRATION: CWS isocodefix1 (1.32.2); FILE MERGED 2004/07/08 17:25:24 ihi 1.32.2.2: Quite -> Quiet 2004/07/06 14:15:41 ihi 1.32.2.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c7107c1738064edc29f76b22c6f792d34e4d0f4d]

        INTEGRATION: CWS isocodefix1 (1.16.2); FILE MERGED 2004/07/08 17:25:24 ihi 1.16.2.2: Quite -> Quiet 2004/07/06 14:15:41 ihi 1.16.2.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [73d7f0574314cbdd92e6cc2787fde41845be3c0d]

        INTEGRATION: CWS impress2 (1.5.26); FILE MERGED 2004/05/23 13:25:17 af 1.5.26.2: #i22705# Adaption to change in ViewShellBase. 2004/02/25 13:44:29 af 1.5.26.1: #i22705# Adaption to modified shell handling.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [19c683ebc0c55d15b1ab4c911f38bd19bb818f86]

        INTEGRATION: CWS isocodefix1 (1.10.2); FILE MERGED 2004/07/08 17:25:24 ihi 1.10.2.2: Quite -> Quiet 2004/07/06 14:15:40 ihi 1.10.2.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [81ea09f036e5b4a7dbae6503b465e879eb535e85]

        INTEGRATION: CWS impress2 (1.5.26); FILE MERGED 2004/05/19 18:35:19 af 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/22 15:04:27 af 1.5.26.1: #i22705# Transition from layer tab bar to layer dialog.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d52c49427fb8b5bc7f4fc752ce40a6b1f61dde35]

        INTEGRATION: CWS isocodefix1 (1.24.2); FILE MERGED 2004/07/06 14:14:40 ihi 1.24.2.1: #i27732# Fix date format , \n removed

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4c5282c8e6a690b69ee505082713a2255daa659e]

        INTEGRATION: CWS impress2 (1.32.26); FILE MERGED 2004/04/22 15:04:04 af 1.32.26.1: #i22705# Transition from layer tab bar to layer dialog.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3326b463b25728178239b4daf1efb750315915e4]

        INTEGRATION: CWS impress2 (1.2.28); FILE MERGED 2004/05/23 13:24:58 af 1.2.28.1: #i22705# Adaption to change in ViewShellBase.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [86a414fef7a87deb8ee0b292baf14351ddc5d5f1]

        INTEGRATION: CWS isocodefix1 (1.38.2); FILE MERGED 2004/07/13 13:12:23 ihi 1.38.2.3: #i31314# Debug error msg added 2004/07/08 17:25:23 ihi 1.38.2.2: Quite -> Quiet 2004/07/06 14:15:39 ihi 1.38.2.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0322db814f9917aa477d026117dd777e4163abeb]

        INTEGRATION: CWS impress2 (1.6.26); FILE MERGED 2004/06/11 07:32:57 af 1.6.26.1: #i22705# Using GetActiveWindow() instead of GetWindow() or directly accessing pWindow.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [110143e3b0ac680ec12337a750883ca35c88c211]

        INTEGRATION: CWS isocodefix1 (1.29.2); FILE MERGED 2004/07/08 17:25:23 ihi 1.29.2.2: Quite -> Quiet 2004/07/06 14:15:38 ihi 1.29.2.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [83e7848963fb7f1facc9ef973737a29b95f4888b]

        INTEGRATION: CWS isocodefix1 (1.9.92); FILE MERGED 2004/07/08 17:25:23 ihi 1.9.92.2: Quite -> Quiet 2004/07/06 14:15:38 ihi 1.9.92.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [14965dd2cda679d6cd407b06d0ca499fff3d490d]

        INTEGRATION: CWS impress2 (1.22.26); FILE MERGED 2004/05/23 13:23:50 af 1.22.26.2: #i22705# Adaption to change in ViewShellBase. 2004/02/25 13:01:02 af 1.22.26.1: #i22705# Adaption to modified shell handling.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b88598586a38fcbafefb16f2a43c48156973efdb]

        INTEGRATION: CWS isocodefix1 (1.16.2); FILE MERGED 2004/07/08 17:24:44 ihi 1.16.2.1: localize -> localize_sl . Binary only for the source languages

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [47acec701201d4e6f200d4ecc8dcf1c4a226aee3]

        INTEGRATION: CWS impress2 (1.18.24); FILE MERGED 2004/06/18 00:16:06 af 1.18.24.5: RESYNC: (1.21-1.22); FILE MERGED 2004/06/15 14:45:12 af 1.18.24.4: #i22705# Added implementation and resource of/for PaneChildWindow and PaneDockingWindow. 2004/05/23 13:22:39 af 1.18.24.3: #i22705# Added new files. 2004/05/19 18:29:04 af 1.18.24.2: RESYNC: (1.18-1.21); FILE MERGED 2004/04/22 15:02:23 af 1.18.24.1: #i22705# Added files for layer dialog.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [40e7e4b4e3e2371ee6d700b544460990543de95f]

        INTEGRATION: CWS isocodefix1 (1.3.2); FILE MERGED 2004/07/08 17:25:23 ihi 1.3.2.2: Quite -> Quiet 2004/07/06 14:16:25 ihi 1.3.2.1: #i8252# Quite mode added

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e5f7d433d997f7e3079f5d2b4043a1edd2e47657]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/30 11:55:50 af 1.1.2.2: #i22705# Made initial width of docking windows smaller. 2004/06/15 14:43:36 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c7c4bba47363452fbb9d0569a6bf4570eb64ca16]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/28 07:39:01 af 1.1.2.3: #i22705# Listening for state changes to init layout when necessary. 2004/06/17 11:06:34 af 1.1.2.2: #i22705# Fixed calculation of title bar height. 2004/06/15 14:42:42 af 1.1.2.1: #i22705# Moved here from ../view.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [edf07346c063e9e50de1aa6a53624a342bc3fcbc]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/07 16:53:15 af 1.1.2.2: #i22705# Using strings from resource. 2004/06/15 14:42:23 af 1.1.2.1: #i22705# Moved here from ../view.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e94a391744a13956d2195c93367b2a5a1d0a7f88]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/06/09 17:18:14 af 1.1.2.2: #i22705# Added guard against missing view shell. 2004/04/22 14:55:48 af 1.1.2.1: #i22705# Initial revision. Moved from ../view/layertab.cxx.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [280497b09335b60436d377e93872e1b12112d585]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/05/23 13:21:39 af 1.1.2.2: #i22705# Adaption to introduction of the PaneManager class. 2004/04/22 14:54:43 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f7f4967736b86bf62e91f943bbb07198d7b70d9e]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/04/22 14:55:00 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cdc332758bdcdd0df4514ddb2d9636d08d085b6c]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/04/22 14:52:34 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d4f70c4371f5b542c5439021756be71637da6f7c]

        INTEGRATION: CWS impress2 (1.94.26); FILE MERGED 2004/07/13 11:52:43 af 1.94.26.4: RESYNC: (1.94-1.95); FILE MERGED 2004/07/09 07:03:52 af 1.94.26.3: #i22705# Exchanged english and german strings of STR_LEFT_PANE_TITLE. 2004/07/07 16:52:09 af 1.94.26.2: #i22705# Added preliminary versions of strings for Multi Pane GUI. 2004/06/16 13:54:16 af 1.94.26.1: #i22705# Renamed the names of the views as displayed by the ViewTabBar.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [443152533860536b45edf40f6d4251cf4d0e108b]

        INTEGRATION: CWS impress2 (1.38.8); FILE MERGED 2004/07/10 10:01:19 af 1.38.8.5: #i22705# Testing in GetCurrentPage() that page is really an SdPage. 2004/07/09 07:01:21 af 1.38.8.4: #i22705# Fixed setting up a view shell pointer. 2004/07/05 08:42:58 af 1.38.8.3: #i22705# In CalcFieldValueHdl not using current view shell anymore when the document is not connected with a view shell. 2004/07/02 16:48:21 af 1.38.8.2: #i22705# Fixed access to current view shell. 2004/06/08 16:50:09 af 1.38.8.1: #i22705# Added guards against missing view shell.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [71462c69b98874bb376147560c6dbf51c4d09d6a]

        INTEGRATION: CWS impress2 (1.28.12); FILE MERGED 2004/06/28 07:37:30 af 1.28.12.6: #i22705# Using new PaneManager::RequestMainViewShellChange() method. 2004/05/23 13:20:28 af 1.28.12.5: #i22705# Adaption to change in ViewShellBase. 2004/05/19 18:25:38 af 1.28.12.4: RESYNC: (1.28-1.29); FILE MERGED 2004/03/02 13:20:57 af 1.28.12.3: #i22705# Replaced bool argument in ViewShellBase::RequestViewShellChange() by more specific enum CallMode. 2004/03/02 09:36:40 af 1.28.12.2: #i22705# Using panes of ViewShellBase. 2004/02/25 11:15:20 af 1.28.12.1: #i22705# Adaption to modified shell handling.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ca0e9734c8b9119dca7ca12166c41c5297871fc1]

        INTEGRATION: CWS impress2 (1.12.10); FILE MERGED 2004/06/04 06:36:04 af 1.12.10.4: #i22705# Renamed the child windows of the left and righ panes. 2004/05/19 18:25:31 af 1.12.10.3: RESYNC: (1.12-1.13); FILE MERGED 2004/04/22 15:01:31 af 1.12.10.2: #i22705# Added registration of layer dialog. 2004/02/25 10:57:58 af 1.12.10.1: #i22705# Added new GUI panes.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d82a4138cc0c41809574c77121d115d1deefe73a]

        INTEGRATION: CWS impress2 (1.7.24); FILE MERGED 2004/06/18 00:15:19 af 1.7.24.3: RESYNC: (1.7-1.8); FILE MERGED 2004/06/04 06:35:17 af 1.7.24.2: #i22705# Registering interface of the TaskPaneViewShell. 2004/02/25 10:56:18 af 1.7.24.1: #i22705# Added slide sorter view shell.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c3400aadc28e0493f417bc5a9b9512f58fd3da86]

        INTEGRATION: CWS impress2 (1.44.16); FILE MERGED 2004/07/13 11:52:23 af 1.44.16.5: RESYNC: (1.45-1.46); FILE MERGED 2004/06/29 07:01:57 af 1.44.16.4: #i22705# Added high contrast entries for TRIANGLE_DOWN and TRIANGLE_RIGHT.  Renamed ANIMATION_INDICATOR to FADE_EFFECT_INDICATOR. 2004/06/18 00:15:12 af 1.44.16.3: RESYNC: (1.44-1.45); FILE MERGED 2004/06/10 08:03:14 af 1.44.16.2: #i22705# Added entry for the transition effect indicator. 2004/02/25 10:47:38 af 1.44.16.1: #i22705# Added preliminary entries for task panel bitmaps.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2a9bdb675f43ad213a701bf692f649e6cd88f370]

        INTEGRATION: CWS impress2 (1.27.16); FILE MERGED 2004/07/13 11:50:53 af 1.27.16.4: RESYNC: (1.27-1.28); FILE MERGED 2004/07/01 16:47:32 af 1.27.16.3: #i22705# Added context menu for the layout menu in the task pane. 2004/06/28 07:36:12 af 1.27.16.2: #i22705# Modified the context menus used by the slide sorter. 2004/06/04 06:33:58 af 1.27.16.1: #i22705# Added popup menu for master pages selectors.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fa5a16e2bf9b6a4d8d3dd8ac617cd6445650159a]

        INTEGRATION: CWS impress2 (1.8.26); FILE MERGED 2004/06/08 12:45:07 af 1.8.26.3: #i22705# Fixed upper/lowercase of include directive. 2004/05/23 13:19:26 af 1.8.26.2: #i22705# Adaption to change in ViewShellBase. 2004/02/19 10:14:14 af 1.8.26.1: #i22705# Adaption to changes in ViewShellBase.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c887a0bac130dd24f99de89df91c3930157136e2]

        INTEGRATION: CWS impress2 (1.38.24); FILE MERGED 2004/06/18 00:14:44 af 1.38.24.3: RESYNC: (1.42-1.43); FILE MERGED 2004/05/19 18:20:08 af 1.38.24.2: RESYNC: (1.38-1.42); FILE MERGED 2004/02/19 10:12:21 af 1.38.24.1: #i22705# Added SetName() method that calls ActionChanged().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [269ba66602199ef9b44f50164cc86e8ad8745b8c]

        INTEGRATION: CWS impress2 (1.21.24); FILE MERGED 2004/05/19 18:19:45 af 1.21.24.2: RESYNC: (1.21-1.22); FILE MERGED 2004/02/19 10:07:26 af 1.21.24.1: #i22705# Preventing handout pages from being returned by GetPageByName().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9a746775d45f8cc4f6355a38e7ea002fbf47d4a7]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/06 08:28:59 af 1.2.26.5: #i22705# Extended debug messages when GetSdPage() is called with invalid page index. 2004/05/23 13:18:36 af 1.2.26.4: #i22705# Corrected error due to recent resync. 2004/05/19 18:19:27 af 1.2.26.3: RESYNC: (1.2-1.3); FILE MERGED 2004/03/05 09:34:22 af 1.2.26.2: #i22705# Added braces arround assertions to be compilable when not in DEBUG mode. 2004/03/03 17:19:09 af 1.2.26.1: #i22705# Moved assertions to avoid unnecessary comparisons and allow break points on them.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [642d3579ee8345ab1f9d315efe57a8fbbc6b1ba9]

        INTEGRATION: CWS impress2 (1.6.10); FILE MERGED 2004/06/04 06:31:38 af 1.6.10.2: #i22705# Added TaskPaneViewShell.sdi. 2004/02/19 10:00:38 af 1.6.10.1: #i22705# Added SlideSorterController.sdi.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0942c1f6bbc4c42d23406a63cd4940c08584c6ed]

        INTEGRATION: CWS impress2 (1.13.146); FILE MERGED 2004/07/13 11:47:22 af 1.13.146.5: RESYNC: (1.16-1.17); FILE MERGED 2004/05/23 13:17:20 af 1.13.146.4: #i22705# Moved some slots to ViewShellBase.sdi. 2004/05/19 18:18:22 af 1.13.146.3: RESYNC: (1.13-1.16); FILE MERGED 2004/04/22 14:59:40 af 1.13.146.2: #i22705# Added item for layer dialog. 2004/02/19 09:59:36 af 1.13.146.1: #i22705# Added items for new panes.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [60b29f4c0dfa0675116754f2fd93602f4ba873ef]

        INTEGRATION: CWS impress2 (1.9.26); FILE MERGED 2004/07/02 12:19:40 af 1.9.26.1: #i22705# Moved slots for switching the view shell to ViewShellBase.sdi.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b9adb28ce6e84d2f37b03b85f231bf3e81e30d37]

        INTEGRATION: CWS impress2 (1.5.10); FILE MERGED 2004/06/04 06:30:58 af 1.5.10.2: #i22705# Added TaskPaneViewShell.sdi. 2004/02/19 09:57:04 af 1.5.10.1: #i22705# Added SlideSorterController.sdi.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bed01ac5350f56a2f6787b00a58ac0e42310d465]

        INTEGRATION: CWS impress2 (1.6.26); FILE MERGED 2004/02/19 09:54:45 af 1.6.26.1: #i22705# Removed already commented out import View statement.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e9a7a9df7b7b4e9721a29025017f2f2c0572effe]

        INTEGRATION: CWS impress2 (1.9.26); FILE MERGED 2004/07/02 12:19:06 af 1.9.26.2: #i22705# Moved slots for switching the view shell to ViewShellBase.sdi. 2004/04/22 14:58:07 af 1.9.26.1: #i22705# Added slot for layer dialog.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [02c95c03297e70b403cdf8409c6c891a73c05cba]

        INTEGRATION: CWS impress2 (1.19.48); FILE MERGED 2004/07/13 11:47:30 af 1.19.48.4: RESYNC: (1.21-1.22); FILE MERGED 2004/05/20 10:54:47 af 1.19.48.3: #i22705# Moved slots for the pane docking window to ViewShellBase.sdi. 2004/05/19 18:18:42 af 1.19.48.2: RESYNC: (1.19-1.21); FILE MERGED 2004/02/19 09:52:05 af 1.19.48.1: #i22705# Added entries for the new panes.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5a2fd97297f8bf0c2a945dc080721323eade8db3]

        INTEGRATION: CWS impress2 (1.2.26); FILE MERGED 2004/07/02 12:17:20 af 1.2.26.7: #i22705# Moved slots for changing the view shell here. 2004/06/28 07:33:32 af 1.2.26.6: #i22705# Added two slots SID_NORMAL_MULTI_PANE_GUI and SID_SLIDE_SORTER_MULTI_PANE_GUI. 2004/06/05 13:59:05 af 1.2.26.5: #i22705# Changed Synchron flag to Asynchron for some slots. 2004/06/04 06:30:12 af 1.2.26.4: #i22705# Added copyright header. Removed SID_MULTI_PANE_GUI slot.  Renamed slots for left and right panes. 2004/05/23 13:16:47 af 1.2.26.3: #i22705# Moved some slots from sdraw.sdi over here. 2004/05/20 10:52:12 af 1.2.26.2: #i22705# Moved slots for the pane docking window from _drvwsh.sdi over here. 2004/03/02 13:19:28 af 1.2.26.1: #i22705# Added item SID_SWITCH_SHELL_PANE.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [86ff6d43dee613be4e361d0ffd0e6caf3649eed7]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/01 16:43:21 af 1.1.2.5: #i22705# Added entry for the layout menu in the task pane that has been turned into a shell. 2004/06/28 07:31:42 af 1.1.2.4: #i22705# Made slots used by MasterPagesSelector context menu synchron. 2004/06/22 11:04:34 af 1.1.2.3: #i22705# Added SID_CUT, SID_COPY, SID_PASTE in order to remove them from the context menu. 2004/06/16 12:17:52 af 1.1.2.2: #i22705# Removed interface from TaskPaneViewShell (which does not yet have any slots.) 2004/06/04 04:43:51 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [851e46ace200cba1c98652901301fd974ecb98d8]

        INTEGRATION: CWS impress2 (1.1.2); FILE ADDED 2004/07/10 14:26:59 af 1.1.2.4: #i22705# Added SID_MODIFYPAGE. 2004/07/02 12:18:12 af 1.1.2.3: #i22705# Added missing slots. 2004/06/04 06:28:54 af 1.1.2.2: #i22705# Added copyright header. 2004/02/13 13:33:39 af 1.1.2.1: #i22705# Initial revision.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [483feacfb5e5094fc0e2c41972da548157b6eef3]

        INTEGRATION: CWS impress2 (1.8.12); FILE MERGED 2004/05/23 13:15:26 af 1.8.12.3: #i22705# Made some slidesorter libraries depend on the sdi files. 2004/05/05 09:39:54 af 1.8.12.2: #i22705# Added new directory source/ui/toolpanel/controls. 2004/02/25 16:52:14 af 1.8.12.1: #i22705# Added entries for new GUI panes.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [29fad544ce6b23c1c4d7abfe75360d28957e0c90]

        INTEGRATION: CWS impress2 (1.13.252); FILE MERGED 2004/05/19 18:17:39 af 1.13.252.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/19 09:36:57 af 1.13.252.1: #i22705# Added overloaded SetName() method that calls ActionChange when the name changes.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [44ed5576f8ca1c574f87c4140e7c5e2c0830a644]

        INTEGRATION: CWS impress2 (1.5.24); FILE MERGED 2004/07/01 16:42:34 af 1.5.24.4: #i22705# Added entry for the interface of the layout menu in the task pane that has been turned into a shell. 2004/06/04 06:27:52 af 1.5.24.3: #i22705# Added entries for the task pane its master pages selector. 2004/05/19 18:15:54 af 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/19 09:46:46 af 1.5.24.1: #i22705# Added an interface id for the SlideSorterViewShell.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [59954ba9d2c6d2642e5f2597569164a2f89587d1]

        INTEGRATION: CWS impress2 (1.11.24); FILE MERGED 2004/07/07 16:51:08 af 1.11.24.5: #i22705# Moved string ids up by 50 to make room in source/ui/inc/strings.hrc. 2004/07/01 16:41:23 af 1.11.24.4: #i22705# Added entry for the layout menu in the task pane. 2004/06/04 06:27:07 af 1.11.24.3: #i22705# Added entries for the task pane its master pages selector. 2004/05/19 18:15:44 af 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED Moved id for the SlideSorterViewShell after the new ids. 2004/02/19 09:45:20 af 1.11.24.1: #i22705# Added a string id for the SlideSorterViewShell.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [50fcc5fd6cca1500307527743bec95b9fb493425]

        INTEGRATION: CWS impress2 (1.30.24); FILE MERGED 2004/05/23 13:14:39 af 1.30.24.3: #i22705# Added missing class declarations. 2004/05/19 18:15:36 af 1.30.24.2: RESYNC: (1.30-1.31); FILE MERGED 2004/02/19 09:42:46 af 1.30.24.1: #i22705# Added a documentation comment for GetPageByName().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [666da8f18a4521f812ec3901c73e541a0d13aa9d]

        INTEGRATION: CWS impress2 (1.6.22); FILE MERGED 2004/06/25 16:53:28 af 1.6.22.5: #i22705# Cleanup and addition of multi pane GUI related slots. 2004/06/04 06:26:04 af 1.6.22.4: #i22705# Renamed SIDs for left and right pane.  Added SIDs for commands of the task pane. 2004/05/19 18:14:55 af 1.6.22.3: RESYNC: (1.6-1.9); FILE MERGED Appended SID ids for the multi pane GUI after the new SID ids. 2004/04/22 14:57:04 af 1.6.22.2: #i22705# Added resource id for child window of layer dialog. 2004/02/19 09:41:23 af 1.6.22.1: #i22705# Added SIDs for the new panes.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [484d2fb2f01855e1b7b97257b9e89f348e9a13e7]

        INTEGRATION: CWS impress2 (1.87.6); FILE MERGED 2004/07/13 09:39:55 af 1.87.6.3: RESYNC: (1.87-1.89); FILE MERGED 2004/07/01 13:38:42 af 1.87.6.2: #i22705# Exporting even more headers from svx/sdr/contact. 2004/07/01 13:18:36 af 1.87.6.1: #i22705# Exporting more headers from svx/sdr/contact.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b2531bac01dd85de4c49bd04b00c3b3e27ad5582]

        INTEGRATION: CWS impress2 (1.6.4); FILE MERGED 2004/07/05 13:40:34 af 1.6.4.1: #i22705# Moved painting the view background from DrawPaper() to PrePaintObject().

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [501fb4d15f047fda2c1d54d7d640499823cd5474]

        INTEGRATION: CWS impress2 (1.4.94); FILE MERGED 2004/07/01 13:37:24 af 1.4.94.1: #i22705# Introduced the PageRectangle that specifies the extent of the painted page.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ba5730a0c489793aa84866d22aa4226330040cd9]

        INTEGRATION: CWS impress2 (1.3.152); FILE MERGED 2004/07/01 13:32:21 af 1.3.152.1: #i22705# Fixed include statement.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [659e5ab42412f4b65e53a598f8f444636dbd2822]

        INTEGRATION: CWS impress2 (1.2.88); FILE MERGED 2004/07/01 13:26:21 af 1.2.88.1: #i22705# Introduced the PageRectangle that specifies the extent of the painted page.

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3aab9818a6073a0a35913bde1b0c006b32f30f48]

        INTEGRATION: CWS impress2 (1.141.26); FILE MERGED 2004/07/13 09:27:19 af 1.141.26.4: RESYNC: (1.143-1.144); FILE MERGED 2004/06/17 16:30:09 af 1.141.26.3: RESYNC: (1.142-1.143); FILE MERGED 2004/05/19 16:25:43 af 1.141.26.2: RESYNC: (1.141-1.142); FILE MERGED 2004/04/27 14:38:41 hjs 1.141.26.1: #116550# PRJINC can handle several path items now

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f6291806c196e646f335b042fd1864b7bc0e528e]

        INTEGRATION: CWS impress2 (1.142.6); FILE MERGED 2004/07/13 09:27:08 af 1.142.6.4: RESYNC: (1.146-1.148); FILE MERGED 2004/06/17 16:29:52 af 1.142.6.3: RESYNC: (1.145-1.146); FILE MERGED 2004/05/19 16:25:33 af 1.142.6.2: RESYNC: (1.142-1.145); FILE MERGED 2004/04/27 14:38:41 hjs 1.142.6.1: #116550# PRJINC can handle several path items now

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [25b2f187bc1a02e98a1dea451ca84e50b0d7691d]

        INTEGRATION: CWS dr21 (1.4.92); FILE MERGED 2004/07/06 15:32:03 dr 1.4.92.1: #i1834# Calc changes for 'Insert External Data'

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [dd55a9e318074439cc9b67639d33c40dbf16ecfb]

        INTEGRATION: CWS dr21 (1.5.26); FILE MERGED 2004/07/08 08:05:57 dr 1.5.26.1: #i1834#

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f0a18172d317f94653483b2f2936f139035c43e8]

        INTEGRATION: CWS dr21 (1.8.48); FILE MERGED 2004/07/08 10:09:01 dr 1.8.48.1: #i1834# moved from CWS dr20 to CWS dr21

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6a2801004d40bd05730584c777bca56e352a0eb7]

        INTEGRATION: CWS dr21 (1.7.48); FILE MERGED 2004/07/08 10:08:45 dr 1.7.48.1: #i1834# moved from CWS dr20 to CWS dr21

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [418ef8a747fc10e2419f486173f81f8f052fe16e]

        INTEGRATION: CWS dr21 (1.3.48); FILE MERGED 2004/07/08 10:08:26 dr 1.3.48.1: #i1834# moved from CWS dr20 to CWS dr21

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b5df56e9cf57b0808c80feee0c524604e78ea6ce]

        INTEGRATION: CWS dr21 (1.3.48); FILE MERGED 2004/07/08 10:07:50 dr 1.3.48.1: #i1834# moved from CWS dr20 to CWS dr21

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2827fb1bb633fff689feaaf5a483441ae36eaf57]

        INTEGRATION: CWS dr21 (1.12.194); FILE MERGED 2004/07/08 10:07:22 dr 1.12.194.1: #i1834# moved from CWS dr20 to CWS dr21

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e9f41cf345073a55a62a7a2f9d7ae56b528fe159]

        INTEGRATION: CWS dr21 (1.28.48); FILE MERGED 2004/07/08 10:07:21 dr 1.28.48.1: #i1834# moved from CWS dr20 to CWS dr21

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e3870b9d55ac8bde7a29286528dd09d66bda8acc]

        INTEGRATION: CWS dr21 (1.3.48); FILE MERGED 2004/07/08 10:05:51 dr 1.3.48.1: #i1834# moved from CWS dr20 to CWS dr21

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0b666ebdc9e56d72461558a1bfd37b066b233c89]

        INTEGRATION: CWS dr21 (1.40.46); FILE MERGED 2004/07/08 10:05:51 dr 1.40.46.1: #i1834# moved from CWS dr20 to CWS dr21

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [766414c7d660d094d4627b1da9aac0229cf5b09e]

        INTEGRATION: CWS dr21 (1.63.4); FILE MERGED 2004/07/09 08:55:50 dr 1.63.4.1: #i19527# german typo

2004-07-13  Malte Timmermann  <mt@openoffice.org>  [db32d8993379ffe0e67bf6625565b1ec615a1c56]

        store signature in storage

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6453f2841b421f3c68565a30df0a322e4fbd147b]

        INTEGRATION: CWS impress16ea (1.75.18); FILE MERGED 2004/07/07 11:47:39 sj 1.75.18.1: #i18739,115309# pdf export: fixed background color and end text edit problem

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [69b9fb6acbd720b8b288144665914b455fcf49b5]

        INTEGRATION: CWS impress16ea (1.62.8); FILE MERGED 2004/07/08 09:22:49 sj 1.62.8.1: #i28485# font color problems if header & footer are using standard style, now using pseudo background objects style from the pseudos family

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [97141b9c0f76fc8e5377d2faebec53b1c4db4b44]

        INTEGRATION: CWS impress16ea (1.15.4); FILE MERGED 2004/07/06 16:40:23 sj 1.15.4.1: #i31148# added resources for new PDF export dialog

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [664893f63ef6d613aa74d655c4b3027a642f0b2b]

        INTEGRATION: CWS impress16ea (1.4.238); FILE MERGED 2004/07/06 16:40:23 sj 1.4.238.1: #i31148# added resources for new PDF export dialog

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bf12b870b81c18dece25293a79c474ca07c347da]

        INTEGRATION: CWS impress16ea (1.7.220); FILE MERGED 2004/07/06 16:40:23 sj 1.7.220.1: #i31148# added resources for new PDF export dialog

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [26a5c5c57905de576b4a771c98df4b84caf36002]

        INTEGRATION: CWS impress16ea (1.3.232); FILE MERGED 2004/07/06 16:39:54 sj 1.3.232.1: #i31148# added resources for new PDF export dialog

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1ea391d0dccf88218ea9ccd57fb8620fc09a23da]

        INTEGRATION: CWS fontlists02 (1.32.148); FILE MERGED 2004/06/10 08:47:18 hdu 1.32.148.1: #i26679# adjust to pImpl-ified FontCharMap

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8eed7f381a345009bbc282942256b5a10b7a538e]

        INTEGRATION: CWS fontlists02 (1.79.6); FILE MERGED 2004/06/23 11:01:50 hdu 1.79.6.3: #i26679# use multilevel fontentry/fontface in win graphics 2004/06/18 11:17:50 hdu 1.79.6.2: #i26679# manage Win font face specific info with specialized class 2004/06/02 16:19:22 hdu 1.79.6.1: #i26679# extend ImplFontData/ImplFontEntry with Win32 specific classes; get rid of mxTextLayoutCache

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a72cb9f1568fda393a7d1bd813628e66a66c7de6]

        INTEGRATION: CWS fontlists02 (1.53.12); FILE MERGED 2004/06/23 11:00:45 hdu 1.53.12.10: #i26679# delay GSUB parsing, add multilevel fontentry/fontface to win graphics 2004/06/22 10:45:33 hdu 1.53.12.9: #i26679# don't allocate memory for unaccessable cmap table 2004/06/18 12:21:50 hdu 1.53.12.8: #i26679# fix symbol flag in GetFontMetric 2004/06/18 11:17:50 hdu 1.53.12.7: #i26679# manage Win font face specific info with specialized class 2004/06/02 16:19:21 hdu 1.53.12.6: #i26679# extend ImplFontData/ImplFontEntry with Win32 specific classes; get rid of mxTextLayoutCache 2004/05/19 15:51:20 hdu 1.53.12.5: #i26679# use ImplFontCharMap instead of messing with raw arrays 2004/05/12 14:03:38 hdu 1.53.12.4: #i26679# renamed FontStruct to FontAttributes 2004/04/19 16:04:46 hdu 1.53.12.3: RESYNC: (1.54-1.55); FILE MERGED 2004/03/25 17:52:47 hdu 1.53.12.2: RESYNC: (1.53-1.54); FILE MERGED 2004/03/25 16:39:03 hdu 1.53.12.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [dab770369319b823d2f99376f95a7309a57e0d79]

        INTEGRATION: CWS fontlists02 (1.18.6); FILE MERGED 2004/06/23 11:01:31 hdu 1.18.6.3: #i26679# init multilevel fontentry/fontface in win graphics 2004/06/10 12:08:40 hdu 1.18.6.2: RESYNC: (1.18-1.19); FILE MERGED 2004/06/02 16:19:20 hdu 1.18.6.1: #i26679# extend ImplFontData/ImplFontEntry with Win32 specific classes; get rid of mxTextLayoutCache

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [57b9a8ced15ce5fb4e88043f55d8e79aeeefe378]

        INTEGRATION: CWS fontlists02 (1.11.92); FILE MERGED 2004/06/23 10:58:14 hdu 1.11.92.6: #i26679# delay GSUB parsing, add multilevel fontentry/fontface to win graphics 2004/06/18 11:17:49 hdu 1.11.92.5: #i26679# manage Win font face specific info with specialized class 2004/06/10 12:07:41 hdu 1.11.92.4: RESYNC: (1.11-1.12); FILE MERGED 2004/06/02 16:19:20 hdu 1.11.92.3: #i26679# extend ImplFontData/ImplFontEntry with Win32 specific classes; get rid of mxTextLayoutCache 2004/05/12 14:02:57 hdu 1.11.92.2: #i26679# renamed FontStruct to FontAttributes 2004/03/25 16:39:03 hdu 1.11.92.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5ac0212986c9f99f8f4e265d28af19532aba104f]

        INTEGRATION: CWS fontlists02 (1.11.32); FILE MERGED 2004/06/11 09:41:19 hdu 1.11.32.6: fix remaining merge conflicts after resync 2004/06/03 15:00:20 hdu 1.11.32.5: #i26679# adjust to required changes in font attribute handling 2004/05/19 15:56:12 hdu 1.11.32.4: #i26679# create font technology specific cache entries 2004/05/12 14:02:40 hdu 1.11.32.3: #i26679# renamed FontStruct to FontAttributes 2004/03/25 17:53:26 hdu 1.11.32.2: RESYNC: (1.11-1.12); FILE MERGED 2004/03/25 16:39:02 hdu 1.11.32.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [788180b5389b2f59b8a7cecd8678a9e82ae5fe80]

        INTEGRATION: CWS fontlists02 (1.18.34); FILE MERGED 2004/06/11 09:41:19 hdu 1.18.34.6: fix remaining merge conflicts after resync 2004/06/03 15:00:18 hdu 1.18.34.5: #i26679# adjust to required changes in font attribute handling 2004/05/19 15:56:12 hdu 1.18.34.4: #i26679# create font technology specific cache entries 2004/04/19 16:04:01 hdu 1.18.34.3: RESYNC: (1.20-1.21); FILE MERGED 2004/03/25 17:55:08 hdu 1.18.34.2: RESYNC: (1.18-1.20); FILE MERGED 2004/03/25 16:39:02 hdu 1.18.34.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8b48992cd834c1d363e54f5be2b42a6149e48074]

        INTEGRATION: CWS fontlists02 (1.34.26); FILE MERGED 2004/06/03 15:00:21 hdu 1.34.26.3: #i26679# adjust to required changes in font attribute handling 2004/03/25 17:54:04 hdu 1.34.26.2: RESYNC: (1.34-1.35); FILE MERGED 2004/03/25 16:39:01 hdu 1.34.26.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [334a68477e356d25f3d1597a2e3275b3683a6630]

        INTEGRATION: CWS fontlists02 (1.115.6); FILE MERGED 2004/06/15 12:14:18 hdu 1.115.6.9: #i29881# use different container for extra kerning 2004/06/15 08:23:23 hdu 1.115.6.8: #i29881# allow delay of psprint provided kern info 2004/06/11 09:41:17 hdu 1.115.6.7: fix remaining merge conflicts after resync 2004/06/10 12:05:40 hdu 1.115.6.6: RESYNC: (1.117-1.118); FILE MERGED 2004/05/19 15:51:20 hdu 1.115.6.5: #i26679# use ImplFontCharMap instead of messing with raw arrays 2004/05/12 14:02:21 hdu 1.115.6.4: #i26679# renamed FontStruct to FontAttributes, small cleanups 2004/03/26 09:38:08 hdu 1.115.6.3: #i26679# resolve remaining conflicts caused by new pspgraphics.cxx 2004/03/25 17:54:34 hdu 1.115.6.2: RESYNC: (1.115-1.117); FILE MERGED 2004/03/25 16:39:01 hdu 1.115.6.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b907c2037b66d5074d026359434a665880ad3b92]

        INTEGRATION: CWS fontlists02 (1.2.48); FILE MERGED 2004/06/10 12:05:00 hdu 1.2.48.5: RESYNC: (1.2-1.3); FILE MERGED 2004/06/07 16:21:36 hdu 1.2.48.4: #i26679# add serverfont specific ImplFontEntry 2004/05/19 15:51:19 hdu 1.2.48.3: #i26679# use ImplFontCharMap instead of messing with raw arrays 2004/05/12 14:01:17 hdu 1.2.48.2: #i26679# renamed FontStruct to FontAttributes, move font name alias handling to ImplFontData user 2004/03/26 09:38:08 hdu 1.2.48.1: #i26679# resolve remaining conflicts caused by new pspgraphics.cxx

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [29b20ecf5bf5ad96ae3f7d188385397fdd44acd3]

        INTEGRATION: CWS fontlists02 (1.13.102); FILE MERGED 2004/03/25 16:39:00 hdu 1.13.102.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [32435c6614e3d647b905026624c4b6d8528bf70c]

        INTEGRATION: CWS fontlists02 (1.25.12); FILE MERGED 2004/06/10 12:01:06 hdu 1.25.12.4: RESYNC: (1.26-1.27); FILE MERGED 2004/05/19 15:51:19 hdu 1.25.12.3: #i26679# use ImplFontCharMap instead of messing with raw arrays 2004/03/25 18:00:54 hdu 1.25.12.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/25 16:39:00 hdu 1.25.12.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5daebe6319a273999739c7c6d4b523bb671cf5ec]

        INTEGRATION: CWS fontlists02 (1.2.48); FILE MERGED 2004/05/19 15:56:11 hdu 1.2.48.3: #i26679# create font technology specific cache entries 2004/05/12 14:04:10 hdu 1.2.48.2: #i26679# renamed FontStruct to FontAttributes 2004/03/26 09:38:07 hdu 1.2.48.1: #i26679# resolve remaining conflicts caused by new pspgraphics.cxx

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e4ee909339331b04c42ba5ac714e63531004f703]

        INTEGRATION: CWS fontlists02 (1.102.66); FILE MERGED 2004/06/22 11:23:40 hdu 1.102.66.11: #i30551# fix for some Apple TT fonts 2004/06/15 12:14:16 hdu 1.102.66.10: #i29881# use different container for extra kerning 2004/06/15 08:26:24 hdu 1.102.66.9: #i29881# delay use of psprint provided kern info 2004/06/11 09:08:38 hdu 1.102.66.8: fix remaining merge conflicts after resync 2004/06/10 12:25:06 hdu 1.102.66.7: RESYNC: (1.102-1.103); FILE MERGED 2004/06/09 10:18:09 hdu 1.102.66.6: #i29765# apply patch for new freetype inclusion scheme 2004/06/07 16:21:37 hdu 1.102.66.5: #i26679# add serverfont specific ImplFontEntry 2004/06/03 11:28:09 hdu 1.102.66.4: #i26679# use extendable ImplFontData to remove GlyphCache specific handling from OutputDevice 2004/05/19 15:56:10 hdu 1.102.66.3: #i26679# create font technology specific cache entries 2004/05/12 13:51:19 hdu 1.102.66.2: #i26679# renamed FontStruct to FontAttributes, move font name alias handling to ImplFontData user 2004/03/25 16:38:58 hdu 1.102.66.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6501cf5c4a001c9d5d3f2ed01fbf46ced4eb4408]

        INTEGRATION: CWS fontlists02 (1.183.4); FILE MERGED 2004/06/10 12:25:40 hdu 1.183.4.3: RESYNC: (1.187-1.189); FILE MERGED 2004/03/25 17:48:46 hdu 1.183.4.2: RESYNC: (1.183-1.187); FILE MERGED 2004/03/25 16:38:59 hdu 1.183.4.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3618b5f146aad7d8d65f643ad5ee671a9877f005]

        INTEGRATION: CWS oasis (1.8.12); FILE MERGED 2004/07/12 16:36:22 cl 1.8.12.1: #20158# Office 8 filters are the new default filters

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3bf158e85b4e5235ed61ced251d02fbbd891ecf7]

        INTEGRATION: CWS fontlists02 (1.6.92); FILE MERGED 2004/03/25 16:38:59 hdu 1.6.92.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4b2ab50308532bd070d9af4ef3d4893256cbe931]

        INTEGRATION: CWS fontlists02 (1.167.12); FILE MERGED 2004/06/24 06:28:05 hdu 1.167.12.22: #21821# use CTL processing for diacritical marks 2004/06/23 10:56:36 hdu 1.167.12.21: #i26679# fix glyphfallback for fontlists02 2004/06/15 12:13:42 hdu 1.167.12.20: #i26679# better handling of duplicate font faces, invalidate font cache when adding fonts 2004/06/10 12:13:33 hdu 1.167.12.19: RESYNC: (1.170-1.171); FILE MERGED 2004/06/10 08:42:29 hdu 1.167.12.18: #i30086# set symbol flag for *Symbol fonts correctly 2004/06/09 12:33:39 hdu 1.167.12.17: #i30086# symbol code aliasing while recoding symbols to another font 2004/06/08 14:34:12 hdu 1.167.12.16: #i29650# do not calculate ghostline color from COL_TRANSPARENT 2004/06/07 16:11:10 hdu 1.167.12.15: #i26679# fix GetNextFontToken() for empty token string 2004/06/03 14:58:46 hdu 1.167.12.14: #i26679# move encapsulation of font family and font attributes 2004/06/03 11:28:10 hdu 1.167.12.13: #i26679# use extendable ImplFontData to remove GlyphCache specific handling from OutputDevice 2004/06/02 12:42:19 hdu 1.167.12.12: #i26679# a little more cleanup 2004/05/28 16:10:02 hdu 1.167.12.11: #i26679# just moving source code segments after refactoring class responsibilities 2004/05/28 15:57:57 hdu 1.167.12.10: #i26679# better encapsulation of ImplFontListData 2004/05/28 15:03:25 hdu 1.167.12.9: #i26679# better encapsulation of ImplFontData 2004/05/28 12:06:40 hdu 1.167.12.8: #i26679# add cache of recently used font names to improve the ratio of direct hits in the font instance cache 2004/05/27 15:39:13 hdu 1.167.12.7: #i26679# fix fontcache management when multiple names map to the same entry 2004/05/26 08:44:46 hdu 1.167.12.6: #i26679# fix reference counting for mpFirstFontEntry 2004/05/25 13:18:09 hdu 1.167.12.5: #i26679# complete conversion to ImplFontEntry hash_map instead of linked list 2004/05/19 16:20:22 hdu 1.167.12.4: #i26679# use ImplFontCharMap instead of messing with raw arrays 2004/05/12 13:49:08 hdu 1.167.12.3: #i26679# treat make font alias names as first class font names 2004/03/25 17:51:01 hdu 1.167.12.2: RESYNC: (1.167-1.170); FILE MERGED 2004/03/25 16:38:56 hdu 1.167.12.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f9cc26bae026c0de8b9a91f00bbfe2f1c7b6e2f4]

        INTEGRATION: CWS oasis (1.8.90); FILE MERGED 2004/06/17 11:33:24 mib 1.8.90.1: #i20158#: OASIS file format for math

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6ef8f319a43b071a97868eb066f80c81a0a0d06c]

        INTEGRATION: CWS fontlists02 (1.24.12); FILE MERGED 2004/06/15 12:14:17 hdu 1.24.12.8: #i29881# use different container for extra kerning 2004/06/15 08:22:54 hdu 1.24.12.7: #i29881# allow delay of psprint provided kern info 2004/06/11 09:08:38 hdu 1.24.12.6: fix remaining merge conflicts after resync 2004/06/10 12:25:28 hdu 1.24.12.5: RESYNC: (1.25-1.26); FILE MERGED 2004/06/07 16:21:38 hdu 1.24.12.4: #i26679# add serverfont specific ImplFontEntry 2004/05/12 13:53:21 hdu 1.24.12.3: #i26679# renamed FontStruct to FontAttributes 2004/03/25 17:49:44 hdu 1.24.12.2: RESYNC: (1.24-1.25); FILE MERGED 2004/03/25 16:38:59 hdu 1.24.12.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [40981427ade11be6d7e56d1a72f070f7b8e1bd16]

        INTEGRATION: CWS oasis (1.23.18); FILE MERGED 2004/06/17 11:33:24 mib 1.23.18.1: #i20158#: OASIS file format for math

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [153e9d33f54869da068b128112bdbbca0411cc8f]

        INTEGRATION: CWS fontlists02 (1.7.68); FILE MERGED 2004/03/25 16:38:58 hdu 1.7.68.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0cd4cface84177414d9fe1f31e13f8a3bcb9c12f]

        INTEGRATION: CWS oasis (1.66.18); FILE MERGED 2004/06/17 11:33:24 mib 1.66.18.1: #i20158#: OASIS file format for math

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [31fc7f74005c984de527c9be20c5eab62bc13c2f]

        INTEGRATION: CWS fontlists02 (1.13.34); FILE MERGED 2004/03/25 16:38:58 hdu 1.13.34.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6231e4ab6d27344e5c7a26534ae8e699bcdd94ab]

        INTEGRATION: CWS oasis (1.66.34); FILE MERGED 2004/06/24 10:25:45 mib 1.66.34.2: i20158#: bug fixes 2004/06/17 11:33:23 mib 1.66.34.1: #i20158#: OASIS file format for math

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e327b264a1da1836e5ce873eb6ac30d10f45b10d]

        INTEGRATION: CWS fontlists02 (1.26.68); FILE MERGED 2004/06/15 12:14:17 hdu 1.26.68.9: #i29881# use different container for extra kerning 2004/06/15 08:26:24 hdu 1.26.68.8: #i29881# delay use of psprint provided kern info 2004/06/11 09:08:38 hdu 1.26.68.7: fix remaining merge conflicts after resync 2004/06/10 12:25:19 hdu 1.26.68.6: RESYNC: (1.26-1.27); FILE MERGED 2004/06/07 16:21:38 hdu 1.26.68.5: #i26679# add serverfont specific ImplFontEntry 2004/06/03 11:28:09 hdu 1.26.68.4: #i26679# use extendable ImplFontData to remove GlyphCache specific handling from OutputDevice 2004/05/19 15:56:11 hdu 1.26.68.3: #i26679# create font technology specific cache entries 2004/05/12 14:29:07 hdu 1.26.68.2: #i26679# renamed FontStruct to FontAttributes 2004/03/25 16:38:58 hdu 1.26.68.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3527a72859a3a37f9c5878039f93badbb531dfbc]

        INTEGRATION: CWS fontlists02 (1.8.126); FILE MERGED 2004/06/24 06:28:05 hdu 1.8.126.10: #21821# use CTL processing for diacritical marks 2004/06/23 08:18:50 hdu 1.8.126.9: #i26679# fix typo 2004/06/18 09:12:57 hdu 1.8.126.8: #i26679# make ImplFontCharMap refcount usable from outside 2004/06/18 09:00:38 hdu 1.8.126.7: #i26679# better export of default ImplFontCharMap 2004/05/25 09:01:10 hdu 1.8.126.6: #i26679# special case for default charmap 2004/05/25 07:18:16 hdu 1.8.126.5: #i26679# export more symbols 2004/05/24 12:49:44 hdu 1.8.126.4: #i26679# add FontCharMap::CountCharsInRange() 2004/05/19 15:39:00 hdu 1.8.126.3: #i26679# pImpl-ify fontcharmap and fontmetric 2004/05/12 13:47:49 hdu 1.8.126.2: #i26679# use CJK/CTL flags 2004/03/25 16:38:56 hdu 1.8.126.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [35da1acfcdff5d551ab3f036834c0c63681ff284]

        INTEGRATION: CWS fontlists02 (1.14.92); FILE MERGED 2004/03/25 16:38:57 hdu 1.14.92.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2b9dc7c09f979d948231041b9041ee3c312e85bf]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:20 mib 1.1.2.2: #i20158#: new filter names 2004/05/07 15:03:44 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f79cd8d2a6b0cfa863da2a9bc026c95d85dd51ef]

        INTEGRATION: CWS fontlists02 (1.27.102); FILE MERGED 2004/06/03 10:47:00 hdu 1.27.102.2: #i26679# adjust forward declaration 2004/03/25 16:38:57 hdu 1.27.102.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3186e7943b6347e8576a4cb36ed6ccc91e60d9c2]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/23 13:06:08 mib 1.1.2.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ad397b369410560667b0e66664e2a704a146e832]

        INTEGRATION: CWS fontlists02 (1.64.6); FILE MERGED 2004/06/03 10:47:48 hdu 1.64.6.6: #i26679# move expensive call out of inner loop 2004/05/19 15:56:10 hdu 1.64.6.5: #i26679# create font technology specific cache entries 2004/05/12 13:49:58 hdu 1.64.6.4: #i26679# renamed FontStruct to FontAttributes 2004/04/19 16:05:49 hdu 1.64.6.3: RESYNC: (1.66-1.67); FILE MERGED 2004/03/25 17:50:36 hdu 1.64.6.2: RESYNC: (1.64-1.66); FILE MERGED 2004/03/25 16:38:57 hdu 1.64.6.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d3b3efd7c3f5a490d3073dddbec512a55b1f0fd8]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/23 13:05:03 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 15:05:31 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e3731930c4f708084eef90e035ccf332a04062f6]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/23 13:05:03 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 15:05:43 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [72e5714dc563a4cd0a7a6c96025b2563822d07a2]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:08 mib 1.1.2.2: #i20158#: new filter names 2004/06/23 13:05:58 mib 1.1.2.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c9b3771d0b4674081f479177fa46d78e0c9a4f16]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/23 13:05:03 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 15:04:40 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9e877fe880a59a197e3138fa91270c923bdd9a8d]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/23 13:05:02 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 15:04:49 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [67b201a3e0f6dde3a150b220a2e95eac2e9f7ab3]

        INTEGRATION: CWS fontlists02 (1.24.6); FILE MERGED 2004/06/10 12:13:00 hdu 1.24.6.3: RESYNC: (1.25-1.26); FILE MERGED 2004/03/25 17:50:43 hdu 1.24.6.2: RESYNC: (1.24-1.25); FILE MERGED 2004/03/25 16:38:56 hdu 1.24.6.1: Font Management Refactoring, first step: Keep the externally visible original algorithms intact Split up the ImplFontCache::Get(..) monster method Make implicit relationships between font management classes explicit Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching Get rid of linear searches in mainstream code, use efficient STL containers Get rid of some obsolete data types BOOL->bool, USHORT->int, etc. Improve infrastructure for unicode surrogate processing

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e22c7221808aa800d6e1ceaa4f8d0cbaf9e5b5ca]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/07 15:04:20 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [864530067b0f64db6d151953d6d3e7c028bf6691]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/23 13:05:02 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 15:04:30 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fcf0c09614df95eb1db009d98346266adc6eb7f8]

        INTEGRATION: CWS fontlists02 (1.14.92); FILE MERGED 2004/06/09 12:33:39 hdu 1.14.92.1: #i30086# symbol code aliasing while recoding symbols to another font

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e253da12f61ac0ad429e73a79b2854ee714985de]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/23 13:05:02 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 15:05:21 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c40db3b2deb4c684aa4b289816dcbd626ac9f95a]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/23 13:05:01 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 15:04:58 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [20ae775c2c601962a205f9f27bf6bf3d61bc70c4]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/23 13:05:01 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 15:05:10 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e7bbd3df5a2583c259af2cf523a621c81f3ec2dd]

        INTEGRATION: CWS fontlists02 (1.7.92); FILE MERGED 2004/05/25 11:52:30 hdu 1.7.92.1: #i26679# proper pImpl-ification of Font/Impl_Font and lazier *pImpl copy-on-write

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [60e2485aadf17c991d523ebfc43d897bf6477a61]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:06 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:05:01 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:59:56 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8406d352b60e9362180116c7645d31809d028167]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:06 mib 1.1.2.2: #i20158#: new filter names 2004/06/23 13:07:43 mib 1.1.2.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b107865e55d87928301a6e323f81df8b647088ed]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:05 mib 1.1.2.2: #i20158#: new filter names 2004/06/23 13:07:28 mib 1.1.2.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4174241540c98e92e85dd050c692dfd8916f6e16]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:05 mib 1.1.2.2: #i20158#: new filter names 2004/06/23 13:07:16 mib 1.1.2.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [148d14a89783a02a9099c020a4fe398a22ba6fe2]

        INTEGRATION: CWS oasis (1.3.26); FILE MERGED 2004/06/24 07:00:05 mib 1.3.26.1: #i20158#: new filter names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ab7964f9281809e4ee3130846e864420da447db7]

        INTEGRATION: CWS oasis (1.3.26); FILE MERGED 2004/06/24 07:00:04 mib 1.3.26.1: #i20158#: new filter names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [652ed4bebae82469517ff76250fbbe8261e11644]

        INTEGRATION: CWS oasis (1.3.26); FILE MERGED 2004/06/24 07:00:03 mib 1.3.26.1: #i20158#: new filter names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ff614ad9213c3539ae7249f3244cc1c77495ead9]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:03 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:05:00 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:59:42 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [173379ccc71c6d6005da087c3d65a28aecef90f2]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:02 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:05:00 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:59:33 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [122b4603b6fecf09ea21be480e67310a15e10661]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:01 mib 1.1.2.2: #i20158#: new filter names 2004/06/23 13:07:05 mib 1.1.2.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [63bcefd1d5680f7e9aa4e45ef6b9ccc695dcb9f5]

        INTEGRATION: CWS oasis (1.3.26); FILE MERGED 2004/06/24 07:00:01 mib 1.3.26.1: #i20158#: new filter names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2ff6c6016538e89dcf55308888c21e2c11aca689]

        INTEGRATION: CWS oasis (1.3.26); FILE MERGED 2004/06/24 07:00:00 mib 1.3.26.1: #i20158#: new filter names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [95044f197f4ef9d9c9b13e99ffd655fc434cf8c7]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:00 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:04:59 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:59:24 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8a7da26405ccac6d53bc10a99395b1cb9472eed0]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:00 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:04:59 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:59:04 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [708ff6d35a6ac44f157cbf87fb80043c0ab90b01]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 07:00:00 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:04:59 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:59:15 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6f254ed20e92f32f73389caf974d69331e1d0a06]

        INTEGRATION: CWS oasis (1.3.26); FILE MERGED 2004/06/24 06:59:59 mib 1.3.26.1: #i20158#: new filter names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [51860972228dfbe8c7033a7941080face8939bd2]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 06:59:59 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:04:58 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:58:54 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8317495375c73a371a93539ef37b264a9bcd4995]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 06:59:58 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:04:57 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:58:44 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ab4cd71e763ef8daceabc70eb06699959605655f]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 06:59:58 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:04:57 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:58:35 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4f7f9cb532995f2c998ec5284870170dcc614047]

        INTEGRATION: CWS oasis (1.3.26); FILE MERGED 2004/06/24 06:59:58 mib 1.3.26.1: #i20158#: new filter names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1b0971b0acb0c6c6dbbb3befacbe55dd009d4f48]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 06:59:58 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:04:57 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:58:14 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b95e42683d360ed119698b937f44138243b21274]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 06:59:57 mib 1.1.2.3: #i20158#: new filter names 2004/06/23 13:04:56 mib 1.1.2.2: #i20158#: OASIS file format 2004/05/07 14:58:25 cl 1.1.2.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [48840bf160335387c7f16b6528c6f680c21ade1f]

        INTEGRATION: CWS oasis (1.3.26); FILE MERGED 2004/06/24 06:59:57 mib 1.3.26.1: #i20158#: new filter names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7b8749bb846849f2948ec1e8197c8f5753f2fd94]

        INTEGRATION: CWS oasis (1.3.26); FILE MERGED 2004/06/24 06:59:56 mib 1.3.26.1: #i20158#: new filter names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [89c604b758001fed01429a23ca5c0523e3079eba]

        INTEGRATION: CWS oasis (1.3.26); FILE MERGED 2004/06/24 06:59:55 mib 1.3.26.1: #i20158#: new filter names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f0d8ae120fc1eff37874cbae0eafaa634ea9a9e0]

        INTEGRATION: CWS oasis (1.2.56); FILE MERGED 2004/05/07 15:08:48 cl 1.2.56.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [37f7a07cfb1296ba0ce5e1a9a321c94e798166a1]

        INTEGRATION: CWS oasis (1.2.56); FILE MERGED 2004/06/23 13:04:56 mib 1.2.56.2: #i20158#: OASIS file format 2004/05/07 15:08:48 cl 1.2.56.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c5e85a9ab27e1f7f2dfa6dfcb6dd20e50363d052]

        INTEGRATION: CWS oasis (1.2.56); FILE MERGED 2004/06/23 13:04:55 mib 1.2.56.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4c7ffe1196da66bdb918138000da53fa031f0ba7]

        INTEGRATION: CWS oasis (1.2.56); FILE MERGED 2004/05/07 15:08:47 cl 1.2.56.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b51f1c4ac482d13ee9aa4ff0365d86e12e42ef8c]

        INTEGRATION: CWS oasis (1.3.54); FILE MERGED 2004/05/07 15:08:47 cl 1.3.54.1: added oasis filter configurations

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5c2d35b188d59694f0abed989e9fc5995add5555]

        INTEGRATION: CWS oasis (1.28.28); FILE MERGED 2004/04/29 07:38:56 mib 1.28.28.1: #i20153#: new class id/clipboard format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9f3368ef0e7c1ff7da81c3fe30018833c69b149b]

        INTEGRATION: CWS oasis (1.83.18); FILE MERGED 2004/06/12 11:05:47 mib 1.83.18.4: RESYNC: (1.83-1.84); FILE MERGED 2004/05/27 08:19:56 mib 1.83.18.3: - #i20153#: OASIS File Format 2004/05/18 08:19:22 mib 1.83.18.2: - #i20153#: keep SO6 class id for SO8 2004/04/29 07:38:57 mib 1.83.18.1: #i20153#: new class id/clipboard format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [90b3ad73928ec2ed7211490753c12b874e2d0525]

        INTEGRATION: CWS oasis (1.17.40); FILE MERGED 2004/05/18 08:19:22 mib 1.17.40.2: - #i20153#: keep SO6 class id for SO8 2004/04/29 07:38:56 mib 1.17.40.1: #i20153#: new class id/clipboard format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1e3bedbb7940f643bc07d6dd18e43b41b9f7dc0e]

        INTEGRATION: CWS oasis (1.8.38); FILE MERGED 2004/06/14 09:04:40 mib 1.8.38.4: RESYNC: (1.8-1.9); FILE MERGED 2004/05/18 14:17:27 mib 1.8.38.3: #i20153#: syntax 2004/05/18 08:18:45 mib 1.8.38.2: - #i20153#: keep SO6 class id for SO8 2004/04/29 07:38:12 mib 1.8.38.1: #i20153#: new class id/clipboard format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b7c818c797c97e2676023e9e5daab26a69f7c3e6]

        INTEGRATION: CWS instfixer (1.4.6); FILE MERGED 2004/07/08 09:09:57 is 1.4.6.1: #i31173# converting to UTF-8

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ce3f39dafa85d7823586aa184bd2c00ad8ca4882]

        INTEGRATION: CWS instfixer (1.4.6); FILE MERGED 2004/07/10 11:01:16 is 1.4.6.1: #i31173# increase error output for epm, rpm, pkgmk and regcomp Issue number: Submitted by: Reviewed by:

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [66690d202b48b51954e3d118fca0ac11fdacc566]

        INTEGRATION: CWS oasis (1.9.114); FILE MERGED 2004/06/17 11:33:58 mib 1.9.114.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d24adce30bb1388cc43d6710d1b8bf05194fdf62]

        INTEGRATION: CWS oasis (1.10.204); FILE MERGED 2004/04/29 13:33:40 mib 1.10.204.1: #i20153#: new class id/clipboard format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b3155b08518cc435a6a0135a900283402130363c]

        INTEGRATION: CWS oasis (1.35.44); FILE MERGED 2004/06/22 14:21:12 mib 1.35.44.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [641b59f80145932d1e440695f72176959a690d4f]

        INTEGRATION: CWS oasis (1.9.114); FILE MERGED 2004/06/17 11:34:12 mib 1.9.114.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [04cc13608cc1cf361440e9b9a5f74f5f86e66ed2]

        INTEGRATION: CWS oasis (1.77.26); FILE MERGED 2004/06/24 10:19:42 mib 1.77.26.2: i20158#: bug fixes 2004/06/22 14:20:54 mib 1.77.26.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8927d0251f34740df0e2e1a0f6bd7fd6a597f356]

        INTEGRATION: CWS instfixer (1.2.58); FILE MERGED 2004/07/07 16:01:37 is 1.2.58.1: #i31173# introducing ulf files to native installer Issue number: Submitted by: Reviewed by:

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [713e58110982848a02bb94190baabe43fcd9b41d]

        INTEGRATION: CWS oasis (1.2.46); FILE MERGED 2004/06/22 14:20:40 mib 1.2.46.1: #i20158#: OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [930b4eb8efa700d5c575e1554c0563d9c27bbda3]

        INTEGRATION: CWS instfixer (1.3.28); FILE MERGED 2004/07/07 16:01:37 is 1.3.28.1: #i31173# introducing ulf files to native installer Issue number: Submitted by: Reviewed by:

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [897fdc9ec37c2506ead91ec7f3ff1ac15f57854a]

        INTEGRATION: CWS oasis (1.59.98); FILE MERGED 2004/06/12 22:43:59 mib 1.59.98.3: RESYNC: (1.59-1.64); FILE MERGED 2004/05/28 14:00:30 mib 1.59.98.2: #i20153#: OASIS file format 2004/04/23 14:29:37 mib 1.59.98.1: - added SO8 file format (#i20153#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [30062b8b46415e8bd50dc30507567d88bc858a99]

        INTEGRATION: CWS instfixer (1.5.6); FILE MERGED 2004/07/07 16:01:36 is 1.5.6.1: #i31173# introducing ulf files to native installer Issue number: Submitted by: Reviewed by:

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fc3d5848ef99305f0fb33450c61fedb1b02321af]

        INTEGRATION: CWS oasis (1.35.34); FILE MERGED 2004/06/24 10:19:40 mib 1.35.34.1: i20158#: bug fixes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f674e507d898ed5249377c7ce915166d9b4100e3]

        INTEGRATION: CWS instfixer (1.8.6); FILE MERGED 2004/07/10 11:01:17 is 1.8.6.1: #i31173# increase error output for epm, rpm, pkgmk and regcomp Issue number: Submitted by: Reviewed by:

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [15fade01e78328a2a2995a373ca69f2031b0b16a]

        INTEGRATION: CWS oasis (1.21.630); FILE MERGED 2004/05/27 12:48:30 mib 1.21.630.1: - #i20153#:  <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f429113cad64f097cf24db3bf9a8a0a1036a026f]

        INTEGRATION: CWS oasis (1.33.204); FILE MERGED 2004/05/27 12:48:30 mib 1.33.204.1: - #i20153#:  <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d0c560dc6c4dc6882f2d9ff24944424197280a08]

        INTEGRATION: CWS instfixer (1.5.16); FILE MERGED 2004/07/10 11:00:28 is 1.5.16.2: #i31173# setting logging dir for exiter procedure 2004/07/07 16:00:29 is 1.5.16.1: #i31173# introducing ulf files to native installer

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3b19b61886d12e25422be3967b71a9fbdbc62417]

        INTEGRATION: CWS oasis (1.30.80); FILE MERGED 2004/06/16 07:42:43 mib 1.30.80.3: #i20153#: new package URI schema 2004/05/27 12:48:30 mib 1.30.80.2: - #i20153#:  <draw:frame> 2004/05/07 11:58:43 mib 1.30.80.1: - #i20153#: enocd/decode style-names

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c92f9904a506fcd59ea7a225acbf561df1ec8ca0]

        INTEGRATION: CWS oasis (1.9.448); FILE MERGED 2004/03/31 14:24:21 mib 1.9.448.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [532f00f46572e31621c1362e34bad102ef120768]

        INTEGRATION: CWS oasis (1.44.158); FILE MERGED 2004/06/16 07:47:05 mib 1.44.158.5: #i20153#: namespaced conditions 2004/06/12 22:42:36 mib 1.44.158.4: RESYNC: (1.44-1.46); FILE MERGED 2004/05/07 11:58:43 mib 1.44.158.3: - #i20153#: enocd/decode style-names 2004/04/22 15:19:25 mib 1.44.158.2: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/03/31 14:24:21 mib 1.44.158.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [062152e72ab93529efa1d02452702c3a130c9e0a]

        INTEGRATION: CWS oasis (1.25.132); FILE MERGED 2004/06/16 07:47:05 mib 1.25.132.5: #i20153#: namespaced conditions 2004/06/12 22:42:28 mib 1.25.132.4: RESYNC: (1.25-1.28); FILE MERGED 2004/04/22 15:19:24 mib 1.25.132.3: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/04/07 11:51:48 mib 1.25.132.2: splitted <properties> 2004/03/31 14:24:21 mib 1.25.132.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2b3e6b6909b7cfab6897aea0f568116d2e92ca07]

        INTEGRATION: CWS oasis (1.38.236); FILE MERGED 2004/05/07 11:58:43 mib 1.38.236.2: - #i20153#: enocd/decode style-names 2004/04/07 11:51:47 mib 1.38.236.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f1f2f451e1fa75dc58beb15a3c6f86f0a1f5782d]

        INTEGRATION: CWS oasis (1.9.132); FILE MERGED 2004/06/12 22:42:21 mib 1.9.132.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/22 15:19:24 mib 1.9.132.1: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e2e59375f54ec3b42c241ed3cd11f2581a008abb]

        INTEGRATION: CWS oasis (1.25.634); FILE MERGED 2004/06/12 22:41:45 mib 1.25.634.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/31 14:24:20 mib 1.25.634.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [35255e38a73b4e6707864659055b11e3e23d0b20]

        INTEGRATION: CWS oasis (1.72.22); FILE MERGED 2004/06/23 10:20:17 mib 1.72.22.4: #i20158#: redline protection key 2004/06/12 22:41:38 mib 1.72.22.3: RESYNC: (1.72-1.79); FILE MERGED 2004/04/19 12:41:16 mib 1.72.22.2: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/03/31 14:24:20 mib 1.72.22.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [617a6ae6083eeb0e2a222fff7d22360f26472e8c]

        INTEGRATION: CWS oasis (1.25.448); FILE MERGED 2004/05/07 11:58:42 mib 1.25.448.2: - #i20153#: enocd/decode style-names 2004/04/07 11:51:47 mib 1.25.448.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5b891ea384469678bda83655f47d52611bfb1c7b]

        INTEGRATION: CWS oasis (1.3.632); FILE MERGED 2004/04/07 11:51:47 mib 1.3.632.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [25efb95ed71994ec3dbaff6335b4666535431289]

        INTEGRATION: CWS oasis (1.7.132); FILE MERGED 2004/06/12 22:41:30 mib 1.7.132.2: RESYNC: (1.7-1.8); FILE MERGED 2004/04/07 11:51:46 mib 1.7.132.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ffa766d3abedf819b95ed7da889e77ee63c52b89]

        INTEGRATION: CWS oasis (1.69.448); FILE MERGED 2004/06/14 09:08:23 mib 1.69.448.2: RESYNC: (1.69-1.71); FILE MERGED 2004/03/31 14:24:19 mib 1.69.448.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3507c19461f82a0ebd5d19cf80da53d96cf6dfcf]

        INTEGRATION: CWS oasis (1.42.166); FILE MERGED 2004/06/23 10:20:16 mib 1.42.166.3: #i20158#: redline protection key 2004/06/16 07:42:43 mib 1.42.166.2: #i20153#: new package URI schema 2004/04/19 12:41:16 mib 1.42.166.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [89eb07808f8e9409fd344cb17e58c1edb4c7c739]

        INTEGRATION: CWS oasis (1.53.100); FILE MERGED 2004/06/16 07:42:42 mib 1.53.100.4: #i20153#: new package URI schema 2004/06/12 22:41:02 mib 1.53.100.3: RESYNC: (1.53-1.54); FILE MERGED 2004/05/07 11:58:42 mib 1.53.100.2: - #i20153#: enocd/decode style-names 2004/04/19 12:41:15 mib 1.53.100.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [683ce14ab56a1414af031debb2636b32f9196e0a]

        INTEGRATION: CWS oasis (1.15.158); FILE MERGED 2004/06/23 10:20:16 mib 1.15.158.1: #i20158#: redline protection key

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [22ef505ade46c18c188210419344cde172be5300]

        INTEGRATION: CWS oasis (1.5.54); FILE MERGED 2004/06/22 14:04:20 mib 1.5.54.1: - #i20153#: auto text

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e58ed75e4f2afb922b30d7d7e0c7b1fd79c4dcf9]

        INTEGRATION: CWS oasis (1.21.448); FILE MERGED 2004/06/22 14:04:20 mib 1.21.448.1: - #i20153#: auto text

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3a90e5e80433d3b989046e41fe16808d21d9aa6d]

        INTEGRATION: CWS oasis (1.8.54); FILE MERGED 2004/06/22 14:04:19 mib 1.8.54.1: - #i20153#: auto text

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cf5d7dbae39a1257209c8790e68c18106680e48a]

        INTEGRATION: CWS oasis (1.16.252); FILE MERGED 2004/05/26 07:37:54 mib 1.16.252.2: #i20153#: transform 2004/04/23 14:20:51 mib 1.16.252.1: - added draw/impress/calc/chart OOo import components (#i20153#) - turned draw/impress/chart import/export components into OASIS components (#i20153#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a56e2fbe7b76c778e95c005a480fbec526a2aa79]

        INTEGRATION: CWS instfixer (1.2.14); FILE MERGED 2004/07/08 12:01:42 obr 1.2.14.1: #i10000# fixed rpm[build] missmatch

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7a570f6136b397f3f735b639312ad517b6df032b]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/22 15:57:54 bm 1.1.2.14: +ChartPlotAreaOASISTContext.obj 2004/06/22 14:57:33 bm 1.1.2.13: +ChartPlotAreaOOoTContext.obj 2004/06/21 09:12:43 mib 1.1.2.12: #i20153#: meta generator, service names for chart and forms 2004/06/15 16:53:48 mib 1.1.2.11: #i20153#: merge conflicts + syntax 2004/06/08 14:49:24 mib 1.1.2.10: - #i20153#: form controls 2004/06/02 10:54:05 mib 1.1.2.9: - #i20153#: continued events 2004/05/21 14:59:20 mib 1.1.2.8: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:23 mib 1.1.2.7: - #i20153#: added <draw:frame> 2004/05/12 11:00:41 mib 1.1.2.6: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/11 11:11:30 mib 1.1.2.5: - #i20153#: encode/decode style names finished 2004/04/19 12:33:39 mib 1.1.2.4: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:37 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:07 mib 1.1.2.2: splitted <properties> 2004/03/31 14:07:20 mib 1.1.2.1: First steps

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b150343df97b54237095bb77cd057c0366f3c6a2]

        INTEGRATION: CWS instfixer (1.2.14); FILE MERGED 2004/07/07 09:09:20 obr 1.2.14.1: #i31015# fixed build of GNOME integration package

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f44ea48eacc307fee15d726bccc41117180b07b8]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/21 14:58:23 mib 1.1.2.1: - #i20153#: changed underline, line-through and tab-stop

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cb20563f8033164edb573104a6aa5e9d6ed75861]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/08 14:49:24 mib 1.1.2.5: - #i20153#: form controls 2004/04/19 12:33:39 mib 1.1.2.4: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:37 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:06 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:33 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [562f2c6447b23f73efa58e6fcba7f722ce738308]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/08 14:49:24 mib 1.1.2.4: - #i20153#: form controls 2004/04/19 12:33:38 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:36 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:05:36 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [eb4b36c6e797e5eda511422c48ff0a210e2cc460]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/16 07:54:07 mib 1.1.2.11: #i20153#: new package URI schema, namespaced conditions 2004/06/08 14:49:23 mib 1.1.2.10: - #i20153#: form controls 2004/06/02 10:54:05 mib 1.1.2.9: - #i20153#: continued events 2004/05/24 09:16:11 mib 1.1.2.8: - #i20153#: replaced transparency with opacity 2004/05/21 14:59:20 mib 1.1.2.7: - #i20153#: changed underline, line-through and tab-stop 2004/05/11 11:11:29 mib 1.1.2.6: - #i20153#: encode/decode style names finished 2004/05/07 12:00:12 mib 1.1.2.5: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/19 12:33:38 mib 1.1.2.4: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:36 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:06 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:30 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3080c9d73930767cbfadcbeb88d36daa681e6ce2]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/07/01 13:08:13 sab 1.1.2.18: #i20153#; oasis changes 2004/06/21 09:12:42 mib 1.1.2.17: #i20153#: meta generator, service names for chart and forms 2004/06/17 16:29:20 mib 1.1.2.16: #i20153#: bug fixes 2004/06/17 13:18:46 mib 1.1.2.15: #i20158#: bin-filter bug fixes, index-entry-chapter-number 2004/06/17 11:36:17 mib 1.1.2.14: #i20158#: OASIS file format for math 2004/06/16 07:54:07 mib 1.1.2.13: #i20153#: new package URI schema, namespaced conditions 2004/06/08 14:49:23 mib 1.1.2.12: - #i20153#: form controls 2004/06/02 10:54:05 mib 1.1.2.11: - #i20153#: continued events 2004/05/24 09:16:10 mib 1.1.2.10: - #i20153#: replaced transparency with opacity 2004/05/21 14:59:20 mib 1.1.2.9: - #i20153#: changed underline, line-through and tab-stop 2004/05/12 11:00:41 mib 1.1.2.8: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/11 11:11:29 mib 1.1.2.7: - #i20153#: encode/decode style names finished 2004/05/07 12:00:11 mib 1.1.2.6: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/28 14:07:26 mib 1.1.2.5: #i20153#: resolved Reference ambiguities 2004/04/19 12:33:38 mib 1.1.2.4: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:36 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:06 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:32 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c7d783df65a0ad17258ffa6396df1c0a4d6204ed]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/08 08:49:36 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:45:30 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [89115c53d4490afa71be3f3adf103bc68458924c]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/07 12:00:11 mib 1.1.2.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/08 08:49:36 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:45:30 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6c2fb3411db747f227393d2c1229da91420f3ccc]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/08 08:49:35 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:45:30 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:34 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [70a338c19f7f9567480b32ebd490dbb87409d2a3]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/19 12:33:38 mib 1.1.2.2: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/07 11:45:30 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [25d9ac0dadcdbcd192de393f2892eb57fb0577f9]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/19 12:25:42 mib 1.1.2.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fb493bd15ef051390cb76bb067db047aa7aae68d]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/03 09:04:38 mib 1.1.2.4: - #i20153#: draw/impress bug fixes 2004/04/19 12:33:37 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:35 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:44:14 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [17c372faaae65c43425431fe7e3a76482ee84e38]

        INTEGRATION: CWS instfixer (1.3.2); FILE MERGED 2004/07/08 09:11:38 is 1.3.2.1: #i31173# converting to UTF-8

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5e16030a6e4996fb9a1e1f1a10da293e8a3d29d9]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/07/01 13:08:12 sab 1.1.2.19: #i20153#; oasis changes 2004/06/25 14:23:46 cl 1.1.2.18: some fixes for impress 2004/06/25 11:51:41 bm 1.1.2.17: chart property: interval-minor-divisor 2004/06/21 13:23:29 mib 1.1.2.16: #i20158#: wrong assert 2004/06/18 14:56:51 bm 1.1.2.15: #i20158#: Replace chart:splines with chart:interpolation 2004/06/16 07:54:07 mib 1.1.2.14: #i20153#: new package URI schema, namespaced conditions 2004/06/08 14:49:23 mib 1.1.2.13: - #i20153#: form controls 2004/06/03 09:04:37 mib 1.1.2.12: - #i20153#: draw/impress bug fixes 2004/05/24 12:43:48 mib 1.1.2.11: - #i20153#: some attributes renamed 2004/05/24 09:16:10 mib 1.1.2.10: - #i20153#: replaced transparency with opacity 2004/05/21 14:59:19 mib 1.1.2.9: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:23 mib 1.1.2.8: - #i20153#: added <draw:frame> 2004/05/11 11:11:29 mib 1.1.2.7: - #i20153#: encode/decode style names finished 2004/05/07 12:00:11 mib 1.1.2.6: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/28 14:07:26 mib 1.1.2.5: #i20153#: resolved Reference ambiguities 2004/04/21 07:27:29 mib 1.1.2.4: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/19 12:33:37 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:35 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:44:12 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5bd318d65ac1179b3de1d6137c61db0697f8c1c3]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/03 09:04:36 mib 1.1.2.3: - #i20153#: draw/impress bug fixes 2004/04/08 08:49:35 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:44:13 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c517d72833ba31a75c14bed8397c21f75c973dbd]

        INTEGRATION: CWS instfixer (1.2.2); FILE MERGED 2004/07/07 16:02:42 is 1.2.2.1: #i31173# introducing ulf files to native installer

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b69d2a48262624a1c651e295654e45b903290012]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/25 11:51:41 bm 1.1.2.18: chart property: interval-minor-divisor 2004/06/18 14:56:51 bm 1.1.2.17: #i20158#: Replace chart:splines with chart:interpolation 2004/06/16 07:54:06 mib 1.1.2.16: #i20153#: new package URI schema, namespaced conditions 2004/06/08 14:49:23 mib 1.1.2.15: - #i20153#: form controls 2004/06/03 09:04:33 mib 1.1.2.14: - #i20153#: draw/impress bug fixes 2004/05/24 12:43:48 mib 1.1.2.13: - #i20153#: some attributes renamed 2004/05/24 09:16:10 mib 1.1.2.12: - #i20153#: replaced transparency with opacity 2004/05/21 14:59:18 mib 1.1.2.11: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:23 mib 1.1.2.10: - #i20153#: added <draw:frame> 2004/05/12 11:00:41 mib 1.1.2.9: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/11 11:11:29 mib 1.1.2.8: - #i20153#: encode/decode style names finished 2004/05/07 12:00:11 mib 1.1.2.7: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/28 14:07:26 mib 1.1.2.6: #i20153#: resolved Reference ambiguities 2004/04/22 15:17:04 mib 1.1.2.5: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/04/21 07:27:29 mib 1.1.2.4: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/19 12:33:36 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:35 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:44:12 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [be183c73e040467bcb5ee782736a8ca8e7ec3d5d]

        INTEGRATION: CWS instfixer (1.1.8); FILE MERGED 2004/07/08 09:05:44 is 1.1.8.1: #i31173# converting to UTF-8

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [77577be262aff67270a6578e593de409e4b9b180]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/08 08:49:35 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:05:25 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e2c00dde4ba9e164278f73237d0c46a323e9d48d]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/08 08:49:34 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:05:34 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ab0b9d9f2cf70c271ca0efc2892177f15c9a5686]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/07/01 13:08:12 sab 1.1.2.10: #i20153#; oasis changes 2004/06/25 14:23:44 cl 1.1.2.9: some fixes for impress 2004/06/25 11:51:40 bm 1.1.2.8: chart property: interval-minor-divisor 2004/06/18 14:56:50 bm 1.1.2.7: #i20158#: Replace chart:splines with chart:interpolation 2004/05/24 12:43:48 mib 1.1.2.6: - #i20153#: some attributes renamed 2004/05/21 14:59:18 mib 1.1.2.5: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:22 mib 1.1.2.4: - #i20153#: added <draw:frame> 2004/04/19 12:33:36 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:34 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:43:08 mib 1.1.2.1: splitted <properties> elements

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c2de4afa6b808e06f4460167bd4a1918cb140702]

        INTEGRATION: CWS instfixer (1.1.8); FILE MERGED 2004/07/08 09:05:43 is 1.1.8.1: #i31173# converting to UTF-8

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [54045ebff19c83b2dec8458d88ea94308e111fc6]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/07/01 13:08:12 sab 1.1.2.21: #i20153#; oasis changes 2004/06/25 14:23:44 cl 1.1.2.20: some fixes for impress 2004/06/25 14:21:34 bm 1.1.2.19: chart:interval-minor and -major had duplicate entries 2004/06/25 11:51:40 bm 1.1.2.18: chart property: interval-minor-divisor 2004/06/22 06:47:22 mib 1.1.2.17: - #i20153#: various bug fixes 2004/06/18 15:14:36 bm 1.1.2.16: #i20158#: text:rotation-angle -> style:rotation-angle 2004/06/18 14:56:50 bm 1.1.2.15: #i20158#: Replace chart:splines with chart:interpolation 2004/06/18 12:15:57 bm 1.1.2.14: change fo:direction->style:direction moved to chart attribute table 2004/06/18 12:03:32 mib 1.1.2.13: #i20158#: fo:direction 2004/06/03 09:04:33 mib 1.1.2.12: - #i20153#: draw/impress bug fixes 2004/05/24 12:43:47 mib 1.1.2.11: - #i20153#: some attributes renamed 2004/05/24 09:16:10 mib 1.1.2.10: - #i20153#: replaced transparency with opacity 2004/05/21 14:59:17 mib 1.1.2.9: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:22 mib 1.1.2.8: - #i20153#: added <draw:frame> 2004/05/11 11:11:28 mib 1.1.2.7: - #i20153#: encode/decode style names finished 2004/05/07 12:00:11 mib 1.1.2.6: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/22 15:17:03 mib 1.1.2.5: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/04/21 07:27:29 mib 1.1.2.4: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/19 12:33:36 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:34 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:43:08 mib 1.1.2.1: splitted <properties> elements

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [75e4bc0e5936ba2c542b37099ca65797670a82f1]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/25 11:51:40 bm 1.1.2.7: chart property: interval-minor-divisor 2004/06/18 14:56:50 bm 1.1.2.6: #i20158#: Replace chart:splines with chart:interpolation 2004/05/24 12:43:47 mib 1.1.2.5: - #i20153#: some attributes renamed 2004/05/21 14:59:16 mib 1.1.2.4: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:22 mib 1.1.2.3: - #i20153#: added <draw:frame> 2004/04/19 12:33:35 mib 1.1.2.2: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:47:41 mib 1.1.2.1: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [543f9f607d4c90ff9bc688cb2f075a1b72f2efa4]

        INTEGRATION: CWS instfixer (1.1.8); FILE MERGED 2004/07/08 11:59:49 is 1.1.8.1: #i31173# lng to ulf files

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ae01a9802df1e62297aecd59debc7a396854489c]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/25 14:23:43 cl 1.1.2.15: some fixes for impress 2004/06/25 11:51:40 bm 1.1.2.14: chart property: interval-minor-divisor 2004/06/22 06:47:22 mib 1.1.2.13: - #i20153#: various bug fixes 2004/06/18 15:14:36 bm 1.1.2.12: #i20158#: text:rotation-angle -> style:rotation-angle 2004/06/18 14:56:50 bm 1.1.2.11: #i20158#: Replace chart:splines with chart:interpolation 2004/06/18 12:03:31 mib 1.1.2.10: #i20158#: fo:direction 2004/05/24 12:43:47 mib 1.1.2.9: - #i20153#: some attributes renamed 2004/05/24 09:16:09 mib 1.1.2.8: - #i20153#: replaced transparency with opacity 2004/05/21 14:59:15 mib 1.1.2.7: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:22 mib 1.1.2.6: - #i20153#: added <draw:frame> 2004/05/07 12:00:10 mib 1.1.2.5: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/22 15:17:03 mib 1.1.2.4: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/04/21 07:27:28 mib 1.1.2.3: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/19 12:33:35 mib 1.1.2.2: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:48:52 mib 1.1.2.1: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d70603b266df378a51fb31a79a7d2951ed3c977c]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/07 11:47:00 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [90893d83cbf73ef46d6a179870721cfb8c7bcc72]

        INTEGRATION: CWS instfixer (1.1.2); FILE ADDED 2004/07/08 09:09:25 is 1.1.2.1: #i31173# converting to UTF-8

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ba9539eacbdab25f0377fe54c74a33d38ac263a1]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/11 11:11:28 mib 1.1.2.2: - #i20153#: encode/decode style names finished 2004/04/19 12:25:17 mib 1.1.2.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b750aa021532ab15f682b5b7bea4a10c5418583c]

        INTEGRATION: CWS instfixer (1.1.2); FILE ADDED 2004/07/07 17:00:15 ihi 1.1.2.1: Initial commit

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [64f221181dd4035dd3af5930ef3d3dfa961c7142]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/11 11:09:04 mib 1.1.2.1: - #i20153#: encode/decode style names finished

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [98f2e5e8eec852bf8ce19e8c21b9e070d605ab99]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/12 11:00:41 mib 1.1.2.2: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/11 11:09:34 mib 1.1.2.1: - #i20153#: encode/decode style names finished

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cedbb1c9241081ec697ea7c909f58d106381da1f]

        INTEGRATION: CWS instfixer (1.1.2); FILE ADDED 2004/07/07 17:00:14 ihi 1.1.2.1: Initial commit

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d8f46322dc23c68fae3e5ff4aa50dad660f9ecf1]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/21 09:17:41 mib 1.1.2.1: #i20153#: meta generator, service names for chart and forms

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [11aaefeee5e3cb0b722662e79be3eeaf35dbd750]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/21 09:17:27 mib 1.1.2.1: #i20153#: meta generator, service names for chart and forms

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7e1b74d5daa343599a70a2752c79b845d2c38799]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/22 14:56:59 bm 1.1.2.3: +GetAttrList to get attributes publicly (needed by XMLChartPlotAreaOOoTContext) 2004/05/12 11:00:40 mib 1.1.2.2: - #i20153#: changed <office:annotation> and <office:change-info> 2004/04/19 12:24:52 mib 1.1.2.1: - changed "graphics" style family to "graphic" (#i29153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [aceb3440c06dd5172ae022ee89b9fc5d9179de2e]

        INTEGRATION: CWS instfixer (1.1.2); FILE ADDED 2004/07/07 17:00:13 ihi 1.1.2.1: Initial commit

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [def3c5edf5a1e8c834856f8929d33b7dc9486831]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/22 14:56:43 bm 1.1.2.3: +GetAttrList to get attributes publicly (needed by XMLChartPlotAreaOOoTContext) 2004/05/11 11:11:27 mib 1.1.2.2: - #i20153#: encode/decode style names finished 2004/04/19 12:24:52 mib 1.1.2.1: - changed "graphics" style family to "graphic" (#i29153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0e5b8e18a29a8136c4ee3d22d899eef373fc70b0]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/02 10:54:04 mib 1.1.2.5: - #i20153#: continued events 2004/04/19 12:33:35 mib 1.1.2.4: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:34 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:06 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:26 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4dd66b3ce9f804780f7df6f6de07db12f72541e0]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/07/07 07:39:10 sab 1.1.2.26: #i20153#; make images work 2004/06/24 15:47:07 sab 1.1.2.25: #i20153#; oasis changes 2004/06/23 16:01:13 mib 1.1.2.24: #i20153#: redline protection key, bug fixes 2004/06/22 16:02:26 bm 1.1.2.23: action for chart plot-area (categories moved to axis) 2004/06/22 14:03:21 mib 1.1.2.22: - #i20153#: auto text 2004/06/21 09:12:41 mib 1.1.2.21: #i20153#: meta generator, service names for chart and forms 2004/06/17 16:29:20 mib 1.1.2.20: #i20153#: bug fixes 2004/06/17 13:18:46 mib 1.1.2.19: #i20158#: bin-filter bug fixes, index-entry-chapter-number 2004/06/16 07:54:06 mib 1.1.2.18: #i20153#: new package URI schema, namespaced conditions 2004/06/15 16:53:48 mib 1.1.2.17: #i20153#: merge conflicts + syntax 2004/06/08 14:49:22 mib 1.1.2.16: - #i20153#: form controls 2004/06/03 09:04:32 mib 1.1.2.15: - #i20153#: draw/impress bug fixes 2004/06/02 10:54:04 mib 1.1.2.14: - #i20153#: continued events 2004/05/24 12:43:47 mib 1.1.2.13: - #i20153#: some attributes renamed 2004/05/24 09:16:09 mib 1.1.2.12: - #i20153#: replaced transparency with opacity 2004/05/21 14:59:14 mib 1.1.2.11: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:21 mib 1.1.2.10: - #i20153#: added <draw:frame> 2004/05/12 11:00:40 mib 1.1.2.9: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/11 11:11:27 mib 1.1.2.8: - #i20153#: encode/decode style names finished 2004/05/07 12:00:10 mib 1.1.2.7: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/28 14:07:25 mib 1.1.2.6: #i20153#: resolved Reference ambiguities 2004/04/22 15:17:03 mib 1.1.2.5: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/04/19 12:33:35 mib 1.1.2.4: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:33 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:05 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:24 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [787d639198a3697743e870cfd19efb0082946d3e]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/17 13:18:45 mib 1.1.2.7: #i20158#: bin-filter bug fixes, index-entry-chapter-number 2004/06/16 07:54:05 mib 1.1.2.6: #i20153#: new package URI schema, namespaced conditions 2004/06/02 10:54:03 mib 1.1.2.5: - #i20153#: continued events 2004/04/19 12:33:34 mib 1.1.2.4: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:33 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:05 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:26 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [46259946e36cdcfa925d11609b88c499fc5809ab]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/07/07 07:39:10 sab 1.1.2.29: #i20153#; make images work 2004/07/01 13:08:11 sab 1.1.2.28: #i20153#; oasis changes 2004/06/24 15:47:07 sab 1.1.2.27: #i20153#; oasis changes 2004/06/24 15:23:24 mib 1.1.2.26: i20158#: bug fixes for flat fileformat (OLE) 2004/06/23 16:01:13 mib 1.1.2.25: #i20153#: redline protection key, bug fixes 2004/06/22 15:00:16 bm 1.1.2.24: action for chart plot-area (categories moved to axis) 2004/06/22 14:03:20 mib 1.1.2.23: - #i20153#: auto text 2004/06/21 09:12:40 mib 1.1.2.22: #i20153#: meta generator, service names for chart and forms 2004/06/17 16:29:20 mib 1.1.2.21: #i20153#: bug fixes 2004/06/17 13:18:45 mib 1.1.2.20: #i20158#: bin-filter bug fixes, index-entry-chapter-number 2004/06/17 11:36:17 mib 1.1.2.19: #i20158#: OASIS file format for math 2004/06/16 07:54:04 mib 1.1.2.18: #i20153#: new package URI schema, namespaced conditions 2004/06/08 14:49:22 mib 1.1.2.17: - #i20153#: form controls 2004/06/03 09:04:31 mib 1.1.2.16: - #i20153#: draw/impress bug fixes 2004/06/02 10:54:02 mib 1.1.2.15: - #i20153#: continued events 2004/05/24 12:43:46 mib 1.1.2.14: - #i20153#: some attributes renamed 2004/05/24 09:16:09 mib 1.1.2.13: - #i20153#: replaced transparency with opacity 2004/05/21 14:59:13 mib 1.1.2.12: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:21 mib 1.1.2.11: - #i20153#: added <draw:frame> 2004/05/12 11:00:40 mib 1.1.2.10: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/11 11:11:27 mib 1.1.2.9: - #i20153#: encode/decode style names finished 2004/05/07 12:00:10 mib 1.1.2.8: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/28 14:07:25 mib 1.1.2.7: #i20153#: resolved Reference ambiguities 2004/04/23 14:21:15 mib 1.1.2.6: - added draw/impress/calc/chart OOo import components (#i20153#) - turned draw/impress/chart import/export components into OASIS components (#i20153#) 2004/04/22 15:17:03 mib 1.1.2.5: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/04/19 12:33:34 mib 1.1.2.4: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:33 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:05 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:23 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b7b1bd559625513b1efdb8c02c966bb064215321]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/08 08:49:33 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:05:34 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3bb424d5e4d5d3517cca55bfc7a83854f292f882]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/12 11:00:40 mib 1.1.2.5: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/11 11:11:27 mib 1.1.2.4: - #i20153#: encode/decode style names finished 2004/05/07 12:00:10 mib 1.1.2.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/08 08:49:33 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:05:33 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [114f039eefc8a3f59d386b9c2bf8dcf325315e39]

        INTEGRATION: CWS instfixer (1.1.2); FILE ADDED 2004/07/08 11:59:22 is 1.1.2.2: #i31173# lng to ulf files 2004/07/07 17:00:15 ihi 1.1.2.1: Initial commit

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4f559c0ce2cb7238ff04f40ea254910ca2874291]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/08 08:49:32 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:05 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:35 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b4177b67c32b455291f245239e170c4911bd8340]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/08 08:49:32 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:05 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:31 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3a79db9fd192a07e222ef1bb03869d7e76384531]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/19 12:33:34 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:32 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:05:30 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [51db79260f202e6b465c4ce277dedcdbe67ae203]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/28 14:07:24 mib 1.1.2.4: #i20153#: resolved Reference ambiguities 2004/04/19 12:33:34 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:32 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:05:31 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [264f2b2abca76206f958e6c2720d4a27d3f855eb]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/12 11:00:07 mib 1.1.2.1: - #i20153#: changed <office:annotation> and <office:change-info>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ff10d714bbc164591ce7f82175b01dcd0e1f657a]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/19 07:16:16 mib 1.1.2.2: #i20153#: removed Reference ambiguities 2004/05/12 11:00:07 mib 1.1.2.1: - #i20153#: changed <office:annotation> and <office:change-info>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [061a51db61c9623aefd2d325fcded47dce119e54]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/08 08:49:32 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:05:27 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8e22fed8b33c25944f180a91e72bb9becc1e0a2c]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/08 08:49:31 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:05:28 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8183d45d770ec3d515f983aac3b591ba6f0abb5f]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/24 09:16:09 mib 1.1.2.2: - #i20153#: replaced transparency with opacity 2004/05/18 06:50:34 mib 1.1.2.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f95806d798773989bd9c3fa9db6bfdfa436a4eb2]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/02 10:54:02 mib 1.1.2.4: - #i20153#: continued events 2004/05/24 09:16:09 mib 1.1.2.3: - #i20153#: replaced transparency with opacity 2004/05/19 07:16:16 mib 1.1.2.2: #i20153#: removed Reference ambiguities 2004/05/18 06:50:34 mib 1.1.2.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [413ae8d96948dd341afb0fc329251a76987bf603]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/18 06:50:16 mib 1.1.2.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [17834d8935a9984b711d5c510eee042f20836223]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/16 07:54:04 mib 1.1.2.2: #i20153#: new package URI schema, namespaced conditions 2004/05/18 06:50:16 mib 1.1.2.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [df35c5834570118dd1aa2284f1002ae4fec1b7ae]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/08 14:48:21 mib 1.1.2.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e3c0b9110ce631f58d28ef032788b0b8a6246f36]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/23 16:01:12 mib 1.1.2.2: #i20153#: redline protection key, bug fixes 2004/06/08 14:48:22 mib 1.1.2.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bc8ee4ab6ea6cfb1842591a795dca74d4a6cc2f2]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/08 14:48:23 mib 1.1.2.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3383cac902263360780c46e4dd77f7333416d7d9]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/12 11:00:40 mib 1.1.2.5: - #i20153#: changed <office:annotation> and <office:change-info> 2004/04/19 12:33:33 mib 1.1.2.4: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:31 mib 1.1.2.3: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:04 mib 1.1.2.2: splitted <properties> 2004/03/31 14:05:30 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fdf258dad7d0ad44ac93373f8ec772c8f72009ca]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/04/19 12:33:33 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:31 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:05:32 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [41d4909d40df754585bde2c67a80e756bf42e5d8]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/07 12:00:09 mib 1.1.2.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/19 12:33:33 mib 1.1.2.2: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:31 mib 1.1.2.1: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [dd6b910d8cce296daf6071b98d74a6671988c455]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/02 10:55:54 mib 1.1.2.1: - #i20153#: continued events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8c1a6d86efbb9291f7434cf64d548b429fe47253]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/02 10:55:56 mib 1.1.2.1: - #i20153#: continued events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ee4ddf5f2ba8860e0483e4d7fc348a01f72ee526]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/03 09:04:31 mib 1.1.2.2: - #i20153#: draw/impress bug fixes 2004/06/02 10:55:57 mib 1.1.2.1: - #i20153#: continued events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [97943ddcfdca8fd0369711a342298287853ed9b3]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/02 10:55:55 mib 1.1.2.1: - #i20153#: continued events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [780e2b637bbc2bb018d14888a7e6bf9ad33258ac]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/07/01 13:08:11 sab 1.1.2.7: #i20153#; oasis changes 2004/06/17 13:18:45 mib 1.1.2.6: #i20158#: bin-filter bug fixes, index-entry-chapter-number 2004/05/18 06:48:21 mib 1.1.2.5: - #i20153#: added <draw:frame> 2004/05/12 11:00:40 mib 1.1.2.4: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/11 11:11:26 mib 1.1.2.3: - #i20153#: encode/decode style names finished 2004/04/19 12:33:32 mib 1.1.2.2: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/07 11:46:34 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fa5416236eae79dd47d93c6664b428a208b0172a]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/03/31 14:05:27 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9cb2c377f13ba338b5fbac7bb377a710992c3cc7]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 15:23:23 mib 1.1.2.2: i20158#: bug fixes for flat fileformat (OLE) 2004/03/31 14:05:28 mib 1.1.2.1: First steps of OOo->OASIS transformation and back

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c73dc0924b2658b7f34fb1abad96786082b14734]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/22 14:55:12 bm 1.1.2.5: make AddContent public (needed by XMLChartPlotAreaOOoTContext) 2004/06/03 09:04:30 mib 1.1.2.4: - #i20153#: draw/impress bug fixes 2004/04/19 12:33:32 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:30 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:44:34 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1f792a3f65e61cebafe233d4b725c8a9d87a8536]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/22 13:21:13 mib 1.1.2.9: #i20153#: keep text and element 2004/06/03 09:04:29 mib 1.1.2.8: - #i20153#: draw/impress bug fixes 2004/06/02 10:54:01 mib 1.1.2.7: - #i20153#: continued events 2004/05/21 14:59:13 mib 1.1.2.6: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:20 mib 1.1.2.5: - #i20153#: added <draw:frame> 2004/04/28 14:07:24 mib 1.1.2.4: #i20153#: resolved Reference ambiguities 2004/04/19 12:33:32 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:30 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:44:33 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d2ae70541073635673f25d74580d54446b3bab35]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/12 10:59:52 mib 1.1.2.1: - #i20153#: changed <office:annotation> and <office:change-info>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e28922057044f8b3b3009dbca863794bfef36685]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/19 07:16:15 mib 1.1.2.2: #i20153#: removed Reference ambiguities 2004/05/12 10:59:52 mib 1.1.2.1: - #i20153#: changed <office:annotation> and <office:change-info>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [16c59be7b411fb30735bb6d79bc1ff9329f3e4de]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/08 14:48:48 mib 1.1.2.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c5d98d511cbca719bc5edaead6bcac94d4e6a8af]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/16 07:54:03 mib 1.1.2.2: #i20153#: new package URI schema, namespaced conditions 2004/06/08 14:48:48 mib 1.1.2.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5d1b5dc8e6ec08ad6b989c6fd61812c92624318f]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/21 09:12:40 mib 1.1.2.3: #i20153#: meta generator, service names for chart and forms 2004/06/16 07:54:02 mib 1.1.2.2: #i20153#: new package URI schema, namespaced conditions 2004/06/08 14:48:47 mib 1.1.2.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d1c4f6ac72550cef7de3d8eb9c2fae2f65e4a0f3]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/22 14:55:01 bm 1.1.2.1: categories element moved from plot-area to axis in Oasis

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ff0f6d8548c7db91ef484513d796690d273cab32]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 17:10:20 bm 1.1.2.3: always return a context in CreateChildContext 2004/06/23 16:01:12 mib 1.1.2.2: #i20153#: redline protection key, bug fixes 2004/06/22 14:54:41 bm 1.1.2.1: categories element moved from plot-area to axis in Oasis

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f0d96f53a866fd0ee92a1d839d4c9fdcac2cf661]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 17:08:45 bm 1.1.2.3: ExportCategories no longer returns a bool 2004/06/22 16:04:49 bm 1.1.2.2: superfluous member removed 2004/06/22 15:55:49 bm 1.1.2.1: categories element moved from plot-area to axis in Oasis

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f644ff2f0d263aae37cc28b20fe4cfa95bc7a4b9]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 17:09:41 bm 1.1.2.4: always return a context in CreateChildContext ExportCategories no longer returns a bool 2004/06/24 15:47:07 sab 1.1.2.3: #i20153#; oasis changes 2004/06/23 16:01:11 mib 1.1.2.2: #i20153#: redline protection key, bug fixes 2004/06/22 15:55:37 bm 1.1.2.1: categories element moved from plot-area to axis in Oasis

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2924cf9dc9272e4326b25b399f59c3dd698b49f3]

        INTEGRATION: CWS oasis (1.75.12); FILE MERGED 2004/06/14 09:08:10 mib 1.75.12.9: RESYNC: (1.75-1.77); FILE MERGED 2004/05/24 12:43:45 mib 1.75.12.8: - #i20153#: some attributes renamed 2004/05/24 09:16:07 mib 1.75.12.7: - #i20153#: replaced transparency with opacity 2004/05/21 15:01:06 mib 1.75.12.6: - #i20153#: changed underline, line-through and tab-stop 2004/05/07 12:00:08 mib 1.75.12.5: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/21 07:27:27 mib 1.75.12.4: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/19 12:34:27 mib 1.75.12.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:52:49 mib 1.75.12.2: - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:58 mib 1.75.12.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fb1d39a29737f7f7b44af1fc0bd1eb61b4787776]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/21 09:16:41 mib 1.1.2.1: #i20153#: meta generator, service names for chart and forms

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9d6ad0d988a2d6f21c5f506a2491771e2d959c8f]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 15:47:06 sab 1.1.2.2: #i20153#; oasis changes 2004/06/21 09:16:28 mib 1.1.2.1: #i20153#: meta generator, service names for chart and forms

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [221b4f6966762cf865492194fa1c4a0de41da39b]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/21 09:17:14 mib 1.1.2.1: #i20153#: meta generator, service names for chart and forms

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e5bd8b2236d10741cfc0d5ce894b798422aba6cc]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/21 09:16:59 mib 1.1.2.1: #i20153#: meta generator, service names for chart and forms

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d37d346e5886813c042e7178030a65632524a548]

        INTEGRATION: CWS oasis (1.23.36); FILE MERGED 2004/06/12 19:46:11 mib 1.23.36.3: RESYNC: (1.23-1.24); FILE MERGED 2004/05/24 12:43:44 mib 1.23.36.2: - #i20153#: some attributes renamed 2004/04/08 08:52:49 mib 1.23.36.1: - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f487bc843fe8805efeacd0e85c9492f1870eb8bc]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/21 09:12:39 mib 1.1.2.8: #i20153#: meta generator, service names for chart and forms 2004/06/16 07:54:02 mib 1.1.2.7: #i20153#: new package URI schema, namespaced conditions 2004/06/02 10:54:00 mib 1.1.2.6: - #i20153#: continued events 2004/05/24 09:16:08 mib 1.1.2.5: - #i20153#: replaced transparency with opacity 2004/05/12 11:00:39 mib 1.1.2.4: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/11 11:11:26 mib 1.1.2.3: - #i20153#: encode/decode style names finished 2004/05/07 12:00:09 mib 1.1.2.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/19 12:26:03 mib 1.1.2.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f5ea5804244c879a7b6aacee9b4a53e028aa5797]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 15:47:06 sab 1.1.2.15: #i20153#; oasis changes 2004/06/21 09:12:38 mib 1.1.2.14: #i20153#: meta generator, service names for chart and forms 2004/06/16 07:54:02 mib 1.1.2.13: #i20153#: new package URI schema, namespaced conditions 2004/06/08 14:49:22 mib 1.1.2.12: - #i20153#: form controls 2004/06/02 10:53:59 mib 1.1.2.11: - #i20153#: continued events 2004/05/24 12:43:46 mib 1.1.2.10: - #i20153#: some attributes renamed 2004/05/24 09:16:08 mib 1.1.2.9: - #i20153#: replaced transparency with opacity 2004/05/21 14:59:13 mib 1.1.2.8: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:20 mib 1.1.2.7: - #i20153#: added <draw:frame> 2004/05/12 11:00:39 mib 1.1.2.6: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/11 11:11:26 mib 1.1.2.5: - #i20153#: encode/decode style names finished 2004/04/22 15:17:02 mib 1.1.2.4: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/04/19 12:33:31 mib 1.1.2.3: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:49:30 mib 1.1.2.2: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:46:16 mib 1.1.2.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [72fc8daca1a9325518f85799529ff76e2319f4f4]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/06/24 15:47:06 sab 1.1.2.14: #i20153#; oasis changes 2004/06/21 09:12:37 mib 1.1.2.13: #i20153#: meta generator, service names for chart and forms 2004/06/16 07:54:01 mib 1.1.2.12: #i20153#: new package URI schema, namespaced conditions 2004/06/08 14:49:21 mib 1.1.2.11: - #i20153#: form controls 2004/06/02 10:53:59 mib 1.1.2.10: - #i20153#: continued events 2004/05/24 12:43:45 mib 1.1.2.9: - #i20153#: some attributes renamed 2004/05/24 09:16:08 mib 1.1.2.8: - #i20153#: replaced transparency with opacity 2004/05/21 14:59:12 mib 1.1.2.7: - #i20153#: changed underline, line-through and tab-stop 2004/05/18 06:48:20 mib 1.1.2.6: - #i20153#: added <draw:frame> 2004/05/12 11:00:39 mib 1.1.2.5: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/07 12:00:09 mib 1.1.2.4: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/22 15:17:02 mib 1.1.2.3: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/04/19 12:33:31 mib 1.1.2.2: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:48:20 mib 1.1.2.1: - renamed memeber variables to m_ - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [81ac2e8c9a13958acbb4beb5b78a33a5a3a70718]

        INTEGRATION: CWS oasis (1.18.162); FILE MERGED 2004/06/16 07:54:00 mib 1.18.162.3: #i20153#: new package URI schema, namespaced conditions 2004/06/12 19:46:20 mib 1.18.162.2: RESYNC: (1.18-1.19); FILE MERGED 2004/05/07 12:00:09 mib 1.18.162.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [36125a5d8cc318d00a8376ca70a94ceeb7b342fd]

        INTEGRATION: CWS oasis (1.38.130); FILE MERGED 2004/05/28 16:38:04 mib 1.38.130.4: - #i20153#: Events 2004/05/18 06:48:19 mib 1.38.130.3: - #i20153#: added <draw:frame> 2004/05/07 12:00:08 mib 1.38.130.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/03/31 14:23:49 mib 1.38.130.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [65b5704bb199f5034e0f7e616df8c17f049033c5]

        INTEGRATION: CWS oasis (1.18.50); FILE MERGED 2004/06/08 14:49:21 mib 1.18.50.6: - #i20153#: form controls 2004/05/28 16:38:05 mib 1.18.50.5: - #i20153#: Events 2004/05/11 11:11:25 mib 1.18.50.4: - #i20153#: encode/decode style names finished 2004/05/07 12:00:08 mib 1.18.50.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/21 07:27:28 mib 1.18.50.2: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/07 11:49:58 mib 1.18.50.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bb287728086a38f74ee00d1d38b6326ba8341541]

        INTEGRATION: CWS oasis (1.14.276); FILE MERGED 2004/05/07 12:00:08 mib 1.14.276.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8751e76f2d1cc3c5a1e98da1d557e6399185fe3b]

        INTEGRATION: CWS oasis (1.108.98); FILE MERGED 2004/06/12 19:46:04 mib 1.108.98.5: RESYNC: (1.108-1.111); FILE MERGED 2004/05/18 06:48:19 mib 1.108.98.4: - #i20153#: added <draw:frame> 2004/05/07 12:00:07 mib 1.108.98.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/08 08:52:48 mib 1.108.98.2: - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:23:49 mib 1.108.98.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4873902e5cbc2c206e150a0091b84dd6d9a1d064]

        INTEGRATION: CWS oasis (1.14.22); FILE MERGED 2004/06/17 11:36:16 mib 1.14.22.1: #i20158#: OASIS file format for math

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1ca22572a89c84d5a603e2bbd66ecb3e86574d67]

        INTEGRATION: CWS oasis (1.101.132); FILE MERGED 2004/06/16 07:54:00 mib 1.101.132.6: #i20153#: new package URI schema, namespaced conditions 2004/06/12 19:45:37 mib 1.101.132.5: RESYNC: (1.101-1.104); FILE MERGED 2004/05/18 06:48:18 mib 1.101.132.4: - #i20153#: added <draw:frame> 2004/05/07 12:00:07 mib 1.101.132.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/08 08:52:48 mib 1.101.132.2: - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:23:49 mib 1.101.132.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e4b744175fdb4d0ae713eff85cbb1f6748f78042]

        INTEGRATION: CWS oasis (1.13.178); FILE MERGED 2004/05/07 12:00:07 mib 1.13.178.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/03/31 14:23:48 mib 1.13.178.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3c6c59e47a5b82284f82f5b066db7e9f147a6355]

        INTEGRATION: CWS oasis (1.47.94); FILE MERGED 2004/06/16 07:53:58 mib 1.47.94.8: #i20153#: new package URI schema, namespaced conditions 2004/06/12 19:45:29 mib 1.47.94.7: RESYNC: (1.47-1.50); FILE MERGED 2004/05/28 16:38:04 mib 1.47.94.6: - #i20153#: Events 2004/05/24 12:43:43 mib 1.47.94.5: - #i20153#: some attributes renamed 2004/05/12 11:00:38 mib 1.47.94.4: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/07 12:00:06 mib 1.47.94.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/22 15:17:02 mib 1.47.94.2: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/03/31 14:23:48 mib 1.47.94.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9598b837a69d31313795d1dbf411eb4dbe8e1223]

        INTEGRATION: CWS oasis (1.52.132); FILE MERGED 2004/06/16 07:53:57 mib 1.52.132.7: #i20153#: new package URI schema, namespaced conditions 2004/06/12 19:45:22 mib 1.52.132.6: RESYNC: (1.52-1.54); FILE MERGED 2004/05/24 12:43:43 mib 1.52.132.5: - #i20153#: some attributes renamed 2004/05/12 11:00:38 mib 1.52.132.4: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/07 12:00:06 mib 1.52.132.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/22 15:17:01 mib 1.52.132.2: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/03/31 14:23:48 mib 1.52.132.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b9fd18b460b6903a66f0b08138c367844aea00ee]

        INTEGRATION: CWS oasis (1.3.270); FILE MERGED 2004/05/07 12:00:06 mib 1.3.270.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d37f8c3ce95a5b09702c5d43f166f05d40dcf09b]

        INTEGRATION: CWS oasis (1.3.276); FILE MERGED 2004/06/23 16:01:11 mib 1.3.276.1: #i20153#: redline protection key, bug fixes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [af12ead245bbef25d5eb9ebf121e7db1528aa215]

        INTEGRATION: CWS oasis (1.2.280); FILE MERGED 2004/05/18 06:48:18 mib 1.2.280.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2c8cbaa08c79ff7fbf53cbbe22d7877f1e092518]

        INTEGRATION: CWS oasis (1.6.178); FILE MERGED 2004/05/28 16:38:04 mib 1.6.178.3: - #i20153#: Events 2004/04/21 07:27:27 mib 1.6.178.2: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/07 11:49:58 mib 1.6.178.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e221d8a0ee934bee9b1d6386581b060c28edb507]

        INTEGRATION: CWS oasis (1.1.1.1.294); FILE MERGED 2004/04/21 07:27:27 mib 1.1.1.1.294.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7a697cf01fdac5fc7084869a3fda366ad8bb4dd5]

        INTEGRATION: CWS oasis (1.8.250); FILE MERGED 2004/04/21 07:27:25 mib 1.8.250.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [37fed5a71aa8b7f5b013583095220f63e93104fa]

        INTEGRATION: CWS oasis (1.5.268); FILE MERGED 2004/06/23 16:01:11 mib 1.5.268.1: #i20153#: redline protection key, bug fixes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [eee556f76abad9d7aa0a6a5e4334b3d945fa011c]

        INTEGRATION: CWS oasis (1.6.260); FILE MERGED 2004/05/18 06:48:18 mib 1.6.260.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cc54cd7beb766b779bf18b19ae1515b285e8463c]

        INTEGRATION: CWS oasis (1.7.256); FILE MERGED 2004/05/07 12:00:06 mib 1.7.256.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/03/31 14:23:47 mib 1.7.256.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [42c94e0aa629c5ba9255e10fd66e78c7974d84a2]

        INTEGRATION: CWS oasis (1.4.248); FILE MERGED 2004/03/31 14:23:47 mib 1.4.248.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f790b3f19a3f0811d5ef9795fa968eb8347d2a06]

        INTEGRATION: CWS oasis (1.2.292); FILE MERGED 2004/03/31 14:23:47 mib 1.2.292.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [560b31cf7bb73753bf32acbc50d0419d1fc3e00b]

        INTEGRATION: CWS oasis (1.3.276); FILE MERGED 2004/05/07 12:00:06 mib 1.3.276.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/03/31 14:23:47 mib 1.3.276.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c0582f3277d4f306e8b43a754297aec5bd113fb6]

        INTEGRATION: CWS oasis (1.17.248); FILE MERGED 2004/05/18 06:48:17 mib 1.17.248.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [af06b2e5575ae4dcee77fe58b061e71c55f79619]

        INTEGRATION: CWS oasis (1.56.138); FILE MERGED 2004/06/15 16:53:47 mib 1.56.138.5: #i20153#: merge conflicts + syntax 2004/06/14 09:07:53 mib 1.56.138.4: RESYNC: (1.56-1.57); FILE MERGED 2004/05/28 16:38:03 mib 1.56.138.3: - #i20153#: Events 2004/05/18 06:48:17 mib 1.56.138.2: - #i20153#: added <draw:frame> 2004/05/07 12:00:05 mib 1.56.138.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [504694354b01359f46f781f64630e481a95de01f]

        INTEGRATION: CWS oasis (1.5.276); FILE MERGED 2004/04/19 12:34:27 mib 1.5.276.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7c6b81022909040dbd228dacf0ce49f070593735]

        INTEGRATION: CWS oasis (1.11.66); FILE MERGED 2004/04/19 12:34:27 mib 1.11.66.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e1d2edcd8a29d2eebc1beb5cc1bc40c30be74041]

        INTEGRATION: CWS oasis (1.2.178); FILE MERGED 2004/05/07 12:00:05 mib 1.2.178.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ab4cf2b7ba124ef4ab2fae926e894643c1cccf60]

        INTEGRATION: CWS oasis (1.19.256); FILE MERGED 2004/06/16 07:53:57 mib 1.19.256.1: #i20153#: new package URI schema, namespaced conditions

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [86d13b32eaae3554d8fb2a4edf475dc36da07cfc]

        INTEGRATION: CWS oasis (1.34.178); FILE MERGED 2004/06/16 07:53:56 mib 1.34.178.3: #i20153#: new package URI schema, namespaced conditions 2004/06/12 19:45:10 mib 1.34.178.2: RESYNC: (1.34-1.35); FILE MERGED 2004/05/07 12:00:05 mib 1.34.178.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c5e3e80f5e703990a0b4863aff15f70d2471cc91]

        INTEGRATION: CWS oasis (1.13.256); FILE MERGED 2004/06/23 16:01:10 mib 1.13.256.2: #i20153#: redline protection key, bug fixes 2004/05/12 11:00:37 mib 1.13.256.1: - #i20153#: changed <office:annotation> and <office:change-info>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cfb5e7c23a7d04e75cd721691c52ea455623027a]

        INTEGRATION: CWS oasis (1.8.276); FILE MERGED 2004/05/24 12:43:43 mib 1.8.276.2: - #i20153#: some attributes renamed 2004/05/07 12:00:05 mib 1.8.276.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3268f56a84cec559bb5409d8255b0fb23e7eba4e]

        INTEGRATION: CWS oasis (1.5.270); FILE MERGED 2004/05/24 12:43:42 mib 1.5.270.2: - #i20153#: some attributes renamed 2004/05/07 12:00:05 mib 1.5.270.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6a641ac8b5da34f54b7e61023251800a95c162f8]

        INTEGRATION: CWS oasis (1.3.276); FILE MERGED 2004/05/07 12:00:04 mib 1.3.276.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3d082edda12102b8673bbdd219d42c0d7adaf860]

        INTEGRATION: CWS oasis (1.4.276); FILE MERGED 2004/06/16 07:53:56 mib 1.4.276.1: #i20153#: new package URI schema, namespaced conditions

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b072c24f49841abb8aea7468a582ef4de7a32dfc]

        INTEGRATION: CWS oasis (1.6.66); FILE MERGED 2004/06/17 16:29:20 mib 1.6.66.3: #i20153#: bug fixes 2004/06/16 07:53:56 mib 1.6.66.2: #i20153#: new package URI schema, namespaced conditions 2004/05/07 12:00:04 mib 1.6.66.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8a5ec100617fbe22af2b43dc82f1e65fc48fce28]

        INTEGRATION: CWS oasis (1.6.178); FILE MERGED 2004/06/16 07:53:55 mib 1.6.178.1: #i20153#: new package URI schema, namespaced conditions

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ce0ea4fcc690694de73fbb8c1102924bb544be90]

        INTEGRATION: CWS oasis (1.12.256); FILE MERGED 2004/05/07 12:00:04 mib 1.12.256.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ec5cd58a8c2d86749915196a832c2b9d17640881]

        INTEGRATION: CWS oasis (1.3.276); FILE MERGED 2004/05/07 12:00:03 mib 1.3.276.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f259ef231459ddfd345f75388d7f3d9cf2928418]

        INTEGRATION: CWS oasis (1.1.290); FILE MERGED 2004/06/16 07:53:55 mib 1.1.290.1: #i20153#: new package URI schema, namespaced conditions

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a5afb9d50b7bd63d5f6321ebb01d320ad0a5e078]

        INTEGRATION: CWS oasis (1.7.270); FILE MERGED 2004/06/23 08:10:20 cl 1.7.270.3: fixed merge conflict 2004/05/11 11:11:24 mib 1.7.270.2: - #i20153#: encode/decode style names finished 2004/05/07 11:59:57 mib 1.7.270.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9d8189ed55297261f08bee3ceb122a014d6561aa]

        INTEGRATION: CWS oasis (1.4.276); FILE MERGED 2004/06/17 16:29:19 mib 1.4.276.2: #i20153#: bug fixes 2004/06/16 07:53:54 mib 1.4.276.1: #i20153#: new package URI schema, namespaced conditions

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6e4a3e1266b3c76c2f0e7f9671759836dad21ffc]

        INTEGRATION: CWS oasis (1.4.276); FILE MERGED 2004/05/07 12:00:03 mib 1.4.276.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [934954b4e4ef93b917ab66e8fe18d98ae5b6af22]

        INTEGRATION: CWS oasis (1.7.276); FILE MERGED 2004/07/07 09:20:14 sab 1.7.276.3: #i20153#; oasis changes 2004/07/05 08:41:00 sab 1.7.276.2: #i20153#; oasis changes 2004/03/31 14:23:47 mib 1.7.276.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [82e86cadcc74c7390c709fd453353cd66520fb65]

        INTEGRATION: CWS oasis (1.12.276); FILE MERGED 2004/05/07 12:00:03 mib 1.12.276.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/03/31 14:23:46 mib 1.12.276.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [facc2c15b35388d8f90b1ae9c407f5f3984182da]

        INTEGRATION: CWS oasis (1.17.62); FILE MERGED 2004/06/08 14:49:19 mib 1.17.62.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7d5e7550d9073ff116d6f187dc6dc9d80b1b1826]

        INTEGRATION: CWS oasis (1.2.288); FILE MERGED 2004/05/12 11:00:37 mib 1.2.288.1: - #i20153#: changed <office:annotation> and <office:change-info>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a9019e76812a947eb54cfa8d728c19361c929458]

        INTEGRATION: CWS oasis (1.3.276); FILE MERGED 2004/05/12 11:00:37 mib 1.3.276.1: - #i20153#: changed <office:annotation> and <office:change-info>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e9d64de2528b69f3d78a9b8291978297d4558714]

        INTEGRATION: CWS oasis (1.6.38); FILE MERGED 2004/06/22 14:03:20 mib 1.6.38.1: - #i20153#: auto text

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5c270c7ba237683cdfcce815cde8dd12a86c8807]

        INTEGRATION: CWS oasis (1.21.62); FILE MERGED 2004/06/12 19:41:47 mib 1.21.62.2: RESYNC: (1.21-1.22); FILE MERGED 2004/06/08 14:49:17 mib 1.21.62.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [be2f58f7a1f8b9060cf8b7cc873bc51db68db8c4]

        INTEGRATION: CWS oasis (1.5.38); FILE MERGED 2004/06/22 14:03:19 mib 1.5.38.1: - #i20153#: auto text

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a592ffc3a0604776f48dd0d5462a4c344b568bb4]

        INTEGRATION: CWS oasis (1.9.38); FILE MERGED 2004/06/22 14:03:19 mib 1.9.38.1: - #i20153#: auto text

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ad63c2314161dd4023200103bc4e5fd376d92a3e]

        INTEGRATION: CWS oasis (1.3.276); FILE MERGED 2004/06/22 14:03:19 mib 1.3.276.1: - #i20153#: auto text

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4ab4cbad37b03523872ec494965b5ea70f5a7cbe]

        INTEGRATION: CWS oasis (1.10.276); FILE MERGED 2004/05/21 15:01:05 mib 1.10.276.1: - #i20153#: changed underline, line-through and tab-stop

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4252345c32a5ab655771397415138a7907558c66]

        INTEGRATION: CWS oasis (1.37.62); FILE MERGED 2004/06/21 09:12:33 mib 1.37.62.5: #i20153#: meta generator, service names for chart and forms 2004/06/15 16:53:45 mib 1.37.62.4: #i20153#: merge conflicts + syntax 2004/06/14 09:07:10 mib 1.37.62.3: RESYNC: (1.37-1.38); FILE MERGED 2004/06/08 14:49:17 mib 1.37.62.2: - #i20153#: form controls 2004/05/28 16:37:59 mib 1.37.62.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e7f70c997f6e1453ee20e4d31fc5049a3ba4a257]

        INTEGRATION: CWS oasis (1.10.270); FILE MERGED 2004/05/21 15:00:53 mib 1.10.270.1: - #i20153#: changed underline, line-through and tab-stop

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e5f031dde25eaac5225ea0ed930d1e0299090832]

        INTEGRATION: CWS oasis (1.32.66); FILE MERGED 2004/06/16 08:33:04 mib 1.32.66.6: #i20153#: syntax 2004/06/16 07:53:53 mib 1.32.66.5: #i20153#: new package URI schema, namespaced conditions 2004/06/08 14:49:20 mib 1.32.66.4: - #i20153#: form controls 2004/05/24 09:16:07 mib 1.32.66.3: - #i20153#: replaced transparency with opacity 2004/05/07 12:00:02 mib 1.32.66.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/03/31 14:23:46 mib 1.32.66.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [16476bc1767e4fb78daa8c25ff63f5838313d2e4]

        INTEGRATION: CWS oasis (1.5.276); FILE MERGED 2004/04/21 07:27:25 mib 1.5.276.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1710005aaccb4674cf18906965af0529dd588d45]

        INTEGRATION: CWS oasis (1.3.282); FILE MERGED 2004/04/21 07:27:24 mib 1.3.282.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [984a21c1a53315fa82f3f4f62fc3064b7cf34038]

        INTEGRATION: CWS oasis (1.30.66); FILE MERGED 2004/06/12 19:43:55 mib 1.30.66.3: RESYNC: (1.30-1.31); FILE MERGED 2004/05/07 12:00:02 mib 1.30.66.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/07 11:49:57 mib 1.30.66.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [95be8e25f37c03f57150b914c72d547de176618d]

        INTEGRATION: CWS oasis (1.33.142); FILE MERGED 2004/06/12 19:43:47 mib 1.33.142.2: RESYNC: (1.33-1.34); FILE MERGED 2004/04/07 11:49:57 mib 1.33.142.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bc6769c62db0d06da6a5060bf8b8475752147316]

        INTEGRATION: CWS oasis (1.37.178); FILE MERGED 2004/06/23 08:07:42 cl 1.37.178.7: solved merge conflicts 2004/06/12 19:41:28 mib 1.37.178.6: RESYNC: (1.37-1.39); FILE MERGED 2004/05/27 12:52:38 mib 1.37.178.5: - #i20153#: Corrected API name for graphic styles 2004/05/07 14:41:08 cl 1.37.178.4: added oasis filter 2004/05/07 11:59:55 mib 1.37.178.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/21 07:27:21 mib 1.37.178.2: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/07 11:49:54 mib 1.37.178.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b25f1a16f486c4fcde07b6a0d943eaef83014b11]

        INTEGRATION: CWS oasis (1.36.142); FILE MERGED 2004/06/12 19:43:40 mib 1.36.142.4: RESYNC: (1.36-1.37); FILE MERGED 2004/05/07 12:00:02 mib 1.36.142.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/22 15:17:00 mib 1.36.142.2: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#) 2004/04/07 11:49:56 mib 1.36.142.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [a6ffaae40983733e0ffff4f71b67f8d3c50ae341]

        INTEGRATION: CWS oasis (1.19.256); FILE MERGED 2004/06/16 07:53:53 mib 1.19.256.4: #i20153#: new package URI schema, namespaced conditions 2004/06/12 19:43:32 mib 1.19.256.3: RESYNC: (1.19-1.20); FILE MERGED 2004/05/07 12:00:02 mib 1.19.256.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/07 11:49:56 mib 1.19.256.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e7abb1d2fa43d58878918b6f1658a4c829716766]

        INTEGRATION: CWS oasis (1.31.66); FILE MERGED 2004/06/25 14:25:45 cl 1.31.66.5: do not save own namespace attributes as alien attributes for now 2004/06/22 06:47:21 mib 1.31.66.4: - #i20153#: various bug fixes 2004/05/11 11:11:24 mib 1.31.66.3: - #i20153#: encode/decode style names finished 2004/04/21 07:27:24 mib 1.31.66.2: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/07 11:49:56 mib 1.31.66.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7d14c38ff015b4b54299fa1941aa90c398dcdca6]

        INTEGRATION: CWS oasis (1.40.64); FILE MERGED 2004/06/22 06:47:21 mib 1.40.64.3: - #i20153#: various bug fixes 2004/06/03 09:05:38 mib 1.40.64.2: - #i20153#: draw/impress bug fixes 2004/04/07 11:49:56 mib 1.40.64.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8fa070251c2bcc7e3fbf47a3d012e1ac604562d8]

        INTEGRATION: CWS oasis (1.82.60); FILE MERGED 2004/06/12 19:41:13 mib 1.82.60.5: RESYNC: (1.82-1.84); FILE MERGED 2004/06/08 14:49:16 mib 1.82.60.4: - #i20153#: form controls 2004/05/28 16:37:58 mib 1.82.60.3: - #i20153#: Events 2004/05/18 06:48:16 mib 1.82.60.2: - #i20153#: added <draw:frame> 2004/05/07 11:59:55 mib 1.82.60.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5471518f700dc9265df131cde8403656fc365624]

        INTEGRATION: CWS oasis (1.9.276); FILE MERGED 2004/05/24 09:16:07 mib 1.9.276.2: - #i20153#: replaced transparency with opacity 2004/05/07 12:00:01 mib 1.9.276.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [75331c202cda6e589143591501f58afee6586dcd]

        INTEGRATION: CWS oasis (1.13.70); FILE MERGED 2004/05/24 09:16:07 mib 1.13.70.2: - #i20153#: replaced transparency with opacity 2004/05/07 12:00:01 mib 1.13.70.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d90acc73713e524b9839944c8b5f302b4474ade0]

        INTEGRATION: CWS oasis (1.17.98); FILE MERGED 2004/05/07 12:00:00 mib 1.17.98.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5c1afa1b637c21b86017494ddc32b92af77d519d]

        INTEGRATION: CWS oasis (1.1.1.1.292); FILE MERGED 2004/05/21 15:00:52 mib 1.1.1.1.292.1: - #i20153#: changed underline, line-through and tab-stop

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7603ac4987a3826548ec309dffd42c02d53e62f2]

        INTEGRATION: CWS oasis (1.4.276); FILE MERGED 2004/05/21 15:00:43 mib 1.4.276.1: - #i20153#: changed underline, line-through and tab-stop

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9b089a4e8b08e83a360f344713fa4534987190a2]

        INTEGRATION: CWS oasis (1.47.250); FILE MERGED 2004/06/12 19:40:06 mib 1.47.250.2: RESYNC: (1.47-1.49); FILE MERGED 2004/05/18 06:48:16 mib 1.47.250.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [045122891a0316e809b6ffb46491ccde14bbe801]

        INTEGRATION: CWS oasis (1.12.66); FILE MERGED 2004/05/07 12:00:00 mib 1.12.66.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b820ffa48e9a22032b818273b973a9154b610f19]

        INTEGRATION: CWS oasis (1.10.248); FILE MERGED 2004/05/07 12:00:00 mib 1.10.248.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/21 07:27:24 mib 1.10.248.2: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/07 11:49:55 mib 1.10.248.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [566cc2d7fce7abac66014329d6dfc035f283e01d]

        INTEGRATION: CWS oasis (1.21.12); FILE MERGED 2004/05/24 09:16:06 mib 1.21.12.3: - #i20153#: replaced transparency with opacity 2004/05/21 15:00:43 mib 1.21.12.2: - #i20153#: changed underline, line-through and tab-stop 2004/05/07 11:59:59 mib 1.21.12.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3123774d6eb33bc6e4268e9e936ad30bcdcd5750]

        INTEGRATION: CWS oasis (1.18.162); FILE MERGED 2004/04/22 15:17:00 mib 1.18.162.1: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7557dc0100b7ad2bb42f00850e2944080227d8c0]

        INTEGRATION: CWS oasis (1.25.178); FILE MERGED 2004/05/07 11:59:59 mib 1.25.178.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c7fb437bdef1bebaa54f34ff0bb999cbc2fb79fb]

        INTEGRATION: CWS oasis (1.62.58); FILE MERGED 2004/06/15 16:53:44 mib 1.62.58.8: #i20153#: merge conflicts + syntax 2004/06/14 09:06:30 mib 1.62.58.7: RESYNC: (1.62-1.66); FILE MERGED 2004/05/24 12:43:41 mib 1.62.58.6: - #i20153#: some attributes renamed 2004/05/24 09:16:05 mib 1.62.58.5: - #i20153#: replaced transparency with opacity 2004/05/21 15:00:28 mib 1.62.58.4: - #i20153#: changed underline, line-through and tab-stop 2004/05/11 11:11:22 mib 1.62.58.3: - #i20153#: encode/decode style names finished 2004/05/07 11:59:53 mib 1.62.58.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/07 11:49:53 mib 1.62.58.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [db2264585dc5e1d98afc551aea2825dbfc64cc64]

        INTEGRATION: CWS oasis (1.12.98); FILE MERGED 2004/05/07 11:59:58 mib 1.12.98.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8089e6ef83b13035b3f3eaaf2c4e3a5db99069d0]

        INTEGRATION: CWS oasis (1.50.26); FILE MERGED 2004/06/24 15:46:50 sab 1.50.26.18: #i20153#; oasis changes 2004/06/24 14:52:16 mib 1.50.26.17: i20158#: spelling 2004/06/21 09:12:31 mib 1.50.26.16: #i20153#: meta generator, service names for chart and forms 2004/06/18 14:56:49 bm 1.50.26.15: #i20158#: Replace chart:splines with chart:interpolation 2004/06/18 08:39:06 bm 1.50.26.14: Replaces chart:splines with chart:interpolation (+ XML_INTERPOLATION) 2004/06/16 07:53:51 mib 1.50.26.13: #i20153#: new package URI schema, namespaced conditions 2004/06/14 09:06:05 mib 1.50.26.12: RESYNC: (1.50-1.58); FILE MERGED 2004/06/08 14:49:14 mib 1.50.26.11: - #i20153#: form controls 2004/05/28 16:37:54 mib 1.50.26.10: - #i20153#: Events 2004/05/24 12:43:41 mib 1.50.26.9: - #i20153#: some attributes renamed 2004/05/24 09:16:04 mib 1.50.26.8: - #i20153#: replaced transparency with opacity 2004/05/21 15:00:23 mib 1.50.26.7: - #i20153#: changed underline, line-through and tab-stop 2004/05/12 11:00:36 mib 1.50.26.6: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/06 13:31:28 bm 1.50.26.5: Oasis Chart token 2004/04/19 12:34:25 mib 1.50.26.4: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/04/08 08:52:47 mib 1.50.26.3: - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/04/07 11:49:52 mib 1.50.26.2: splitted <properties> 2004/03/31 14:23:43 mib 1.50.26.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [da6c6c518d4fb3db3c38fc9ddfd262a4ecac4056]

        INTEGRATION: CWS oasis (1.1.1.1.292); FILE MERGED 2004/05/21 15:00:43 mib 1.1.1.1.292.1: - #i20153#: changed underline, line-through and tab-stop

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6dd51e2f751f86e45c832ee5b30b0b771cd85a32]

        INTEGRATION: CWS oasis (1.3.276); FILE MERGED 2004/05/21 15:00:41 mib 1.3.276.1: - #i20153#: changed underline, line-through and tab-stop

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1870743499fafaa85e01bfc036ea47573b38259e]

        INTEGRATION: CWS oasis (1.11.98); FILE MERGED 2004/05/07 11:59:58 mib 1.11.98.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/03/31 14:23:46 mib 1.11.98.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [de8e568243ef461e14bd4173b295b1a0567edaf2]

        INTEGRATION: CWS oasis (1.4.276); FILE MERGED 2004/04/19 12:34:26 mib 1.4.276.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d262bcdd7d4f70bc8daec45aab4bd5624afc771d]

        INTEGRATION: CWS oasis (1.3.276); FILE MERGED 2004/04/19 12:34:26 mib 1.3.276.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [503e6958c6403a728815a9be8ef31b30336b1dfd]

        INTEGRATION: CWS oasis (1.7.250); FILE MERGED 2004/05/24 09:16:06 mib 1.7.250.1: - #i20153#: replaced transparency with opacity

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [027db540a622950ff4904bae4409dc33076149ba]

        INTEGRATION: CWS oasis (1.9.250); FILE MERGED 2004/05/24 09:16:06 mib 1.9.250.1: - #i20153#: replaced transparency with opacity

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [491b6cc1dd63a351a4d45e80d1a69ed97f837cf9]

        INTEGRATION: CWS oasis (1.10.248); FILE MERGED 2004/05/24 09:16:05 mib 1.10.248.3: - #i20153#: replaced transparency with opacity 2004/05/11 11:11:24 mib 1.10.248.2: - #i20153#: encode/decode style names finished 2004/05/07 11:59:58 mib 1.10.248.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ab89b4ed72a3466a4162a5d8b3c23dc0ed7a619c]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/12 07:45:11 mib 1.1.2.1: - #i20153#: encode/decode style names finished

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e1479dfd4e801b02f112e46ce198ad46fdde4b42]

        INTEGRATION: CWS oasis (1.2.290); FILE MERGED 2004/04/21 07:27:23 mib 1.2.290.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e5d956d9a64806541a379e207f2ad702d8e12e90]

        INTEGRATION: CWS oasis (1.8.250); FILE MERGED 2004/04/21 07:27:23 mib 1.8.250.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6fb4e66f16fb60b61b14a440ed4860d940aacf55]

        INTEGRATION: CWS oasis (1.24.250); FILE MERGED 2004/06/14 09:07:43 mib 1.24.250.3: RESYNC: (1.24-1.25); FILE MERGED 2004/05/07 11:59:58 mib 1.24.250.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/07 11:49:55 mib 1.24.250.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [909fd2ff3abbe3ad963f5dff2a6f357f0a4fd55c]

        INTEGRATION: CWS oasis (1.11.66); FILE MERGED 2004/05/07 11:59:57 mib 1.11.66.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3723a38f2a1cb77247965ce7147f5169bf6f50a1]

        INTEGRATION: CWS oasis (1.8.276); FILE MERGED 2004/04/21 07:27:22 mib 1.8.276.2: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/07 11:49:55 mib 1.8.276.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4fc9663eaa012f55c0f16db701558df4a0ec6085]

        INTEGRATION: CWS oasis (1.4.276); FILE MERGED 2004/04/21 07:27:22 mib 1.4.276.2: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/07 11:49:55 mib 1.4.276.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3022e54403ba0a10928fad0aab19949a53350bfd]

        INTEGRATION: CWS oasis (1.8.274); FILE MERGED 2004/05/11 11:11:24 mib 1.8.274.2: - #i20153#: encode/decode style names finished 2004/05/07 11:59:56 mib 1.8.274.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b975271431e47d56971ee2aeeea442f2965afc23]

        INTEGRATION: CWS oasis (1.9.248); FILE MERGED 2004/05/11 11:11:24 mib 1.9.248.2: - #i20153#: encode/decode style names finished 2004/05/07 11:59:56 mib 1.9.248.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ebae1cb2cdbbaf4ba28289f8b49bdbf53f2dec78]

        INTEGRATION: CWS oasis (1.9.248); FILE MERGED 2004/05/11 11:11:23 mib 1.9.248.2: - #i20153#: encode/decode style names finished 2004/05/07 11:59:56 mib 1.9.248.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [fc69cd6cd1d25d770081e10587cd91a31db1ec35]

        INTEGRATION: CWS oasis (1.10.270); FILE MERGED 2004/05/11 11:11:22 mib 1.10.270.2: - #i20153#: encode/decode style names finished 2004/05/07 11:59:55 mib 1.10.270.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2051b1aa06d3e073b2f279e93f57f03006a06d6f]

        INTEGRATION: CWS oasis (1.7.276); FILE MERGED 2004/05/28 16:38:02 mib 1.7.276.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [eb9f97354877eb53344fc2303977e7e7585cc277]

        INTEGRATION: CWS oasis (1.5.144); FILE MERGED 2004/05/28 16:38:01 mib 1.5.144.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d36d149dd965e0cfa50630d5e579f4e51f37d348]

        INTEGRATION: CWS oasis (1.4.274); FILE MERGED 2004/05/28 16:38:01 mib 1.4.274.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [eca91f4486994bc2bc587cf31c2fbdcf6ea7ff97]

        INTEGRATION: CWS oasis (1.2.178); FILE MERGED 2004/05/28 16:38:01 mib 1.2.178.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5eace88b811e62362f989939e3ecadfa39a0e2c1]

        INTEGRATION: CWS oasis (1.6.248); FILE MERGED 2004/05/28 16:38:00 mib 1.6.248.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1246ba2333d7061fb5da9d130f610f14e15db793]

        INTEGRATION: CWS oasis (1.11.178); FILE MERGED 2004/06/15 16:53:46 mib 1.11.178.4: #i20153#: merge conflicts + syntax 2004/06/14 09:07:32 mib 1.11.178.3: RESYNC: (1.11-1.12); FILE MERGED 2004/06/02 10:53:58 mib 1.11.178.2: - #i20153#: continued events 2004/05/28 16:38:00 mib 1.11.178.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8c216c9b256c976a9fef6a92f2ae04cf702204b4]

        INTEGRATION: CWS oasis (1.10.268); FILE MERGED 2004/03/31 14:23:45 mib 1.10.268.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b44972ca6a38303df66897de9c2d75ae0b4cac35]

        INTEGRATION: CWS oasis (1.9.266); FILE MERGED 2004/06/21 09:12:35 mib 1.9.266.3: #i20153#: meta generator, service names for chart and forms 2004/06/16 07:53:52 mib 1.9.266.2: #i20153#: new package URI schema, namespaced conditions 2004/03/31 14:23:45 mib 1.9.266.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [20a3d6357e443fa933c40418824ed0049990c3d0]

        INTEGRATION: CWS oasis (1.13.62); FILE MERGED 2004/06/12 19:42:35 mib 1.13.62.2: RESYNC: (1.13-1.14); FILE MERGED 2004/06/08 14:49:20 mib 1.13.62.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [96020a2b2cd3d7bea85d2915c500bf085dbfa306]

        INTEGRATION: CWS oasis (1.18.62); FILE MERGED 2004/06/14 09:07:22 mib 1.18.62.2: RESYNC: (1.18-1.19); FILE MERGED 2004/06/08 14:49:19 mib 1.18.62.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [258b7d2d0dbba1d31f2393be78b1fbf3d7099194]

        INTEGRATION: CWS oasis (1.23.60); FILE MERGED 2004/06/08 14:49:19 mib 1.23.60.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [025db149e27f0bf73ef34358623fb7561aca83a7]

        INTEGRATION: CWS oasis (1.17.80); FILE MERGED 2004/06/12 19:42:26 mib 1.17.80.2: RESYNC: (1.17-1.18); FILE MERGED 2004/06/08 14:49:19 mib 1.17.80.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6f6c3d19a967fa17a6d7d4e3b26a5c1da33e91f9]

        INTEGRATION: CWS oasis (1.12.66); FILE MERGED 2004/06/08 14:49:18 mib 1.12.66.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [65c45d1fe4d1d9de8eca33c55c4bcb1681a62726]

        INTEGRATION: CWS oasis (1.19.60); FILE MERGED 2004/06/12 19:42:19 mib 1.19.60.2: RESYNC: (1.19-1.20); FILE MERGED 2004/06/08 14:49:18 mib 1.19.60.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9d005d20dcc0d28036e3ec0a06f68e8f8c21aa2a]

        INTEGRATION: CWS oasis (1.21.162); FILE MERGED 2004/06/12 19:42:12 mib 1.21.162.2: RESYNC: (1.21-1.23); FILE MERGED 2004/06/08 14:49:18 mib 1.21.162.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2647c7f2de1f4cd63f645cf8bf6051152956997d]

        INTEGRATION: CWS oasis (1.11.66); FILE MERGED 2004/06/08 14:49:18 mib 1.11.66.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [48c218585629f9b4e9f185463a0974be9b6bb5ac]

        INTEGRATION: CWS oasis (1.2.62); FILE MERGED 2004/06/02 10:53:57 mib 1.2.62.2: - #i20153#: continued events 2004/05/28 16:38:00 mib 1.2.62.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d4fe677d3f7b44e368efb89894f6be27ef5d3c17]

        INTEGRATION: CWS oasis (1.13.62); FILE MERGED 2004/06/21 09:12:34 mib 1.13.62.2: #i20153#: meta generator, service names for chart and forms 2004/06/08 14:49:17 mib 1.13.62.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [eb0a19542dc8c35b6a50348247f58971570a276d]

        INTEGRATION: CWS oasis (1.27.62); FILE MERGED 2004/06/21 09:12:33 mib 1.27.62.3: #i20153#: meta generator, service names for chart and forms 2004/06/12 19:41:36 mib 1.27.62.2: RESYNC: (1.27-1.31); FILE MERGED 2004/06/08 14:49:17 mib 1.27.62.1: - #i20153#: form controls

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8e11c5e07c6f73d62f9cc231b55a8103ea233ae0]

        INTEGRATION: CWS oasis (1.18.62); FILE MERGED 2004/05/21 15:00:29 mib 1.18.62.2: - #i20153#: changed underline, line-through and tab-stop 2004/04/07 11:49:54 mib 1.18.62.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4b4d5b88aa595c841534e7791c090f0ea741171f]

        INTEGRATION: CWS oasis (1.34.178); FILE MERGED 2004/06/12 19:41:21 mib 1.34.178.2: RESYNC: (1.34-1.35); FILE MERGED 2004/05/18 06:48:16 mib 1.34.178.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [28f6015aeb06a0eca2134ec8dd198d8885b7b020]

        INTEGRATION: CWS oasis (1.10.178); FILE MERGED 2004/05/28 16:37:58 mib 1.10.178.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f71404c88e647bced51363497d5ad994124eacdc]

        INTEGRATION: CWS oasis (1.18.266); FILE MERGED 2004/06/12 19:40:13 mib 1.18.266.2: RESYNC: (1.18-1.19); FILE MERGED 2004/05/07 11:59:54 mib 1.18.266.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5a3fba44ff4053d5e7aa7b427ee2e21ac2ee1543]

        INTEGRATION: CWS oasis (1.14.162); FILE MERGED 2004/05/28 16:37:57 mib 1.14.162.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6ac7e90f3d1abe75681afedc11a947a4585be2a0]

        INTEGRATION: CWS oasis (1.30.254); FILE MERGED 2004/06/12 19:39:48 mib 1.30.254.4: RESYNC: (1.30-1.32); FILE MERGED 2004/06/08 14:49:15 mib 1.30.254.3: - #i20153#: form controls 2004/05/28 16:37:57 mib 1.30.254.2: - #i20153#: Events 2004/05/18 06:48:15 mib 1.30.254.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [926418b1e31d6ce671a335778fba91839977a1b7]

        INTEGRATION: CWS oasis (1.57.96); FILE MERGED 2004/06/12 19:39:40 mib 1.57.96.3: RESYNC: (1.57-1.61); FILE MERGED 2004/05/27 12:51:52 mib 1.57.96.2: - #i20153#: Corrected API name for graphics styles 2004/05/07 11:59:54 mib 1.57.96.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ea471eaa5e310c6c37e4bd1ed989cd75421fd4d5]

        INTEGRATION: CWS oasis (1.37.178); FILE MERGED 2004/06/14 09:06:58 mib 1.37.178.6: RESYNC: (1.37-1.38); FILE MERGED 2004/05/27 12:51:00 mib 1.37.178.5: - #i20153#: <office:presentation> and <office:drawing> 2004/05/06 14:24:26 cl 1.37.178.4: new oasis filter for impress and draw 2004/04/23 14:21:15 mib 1.37.178.3: - added draw/impress/calc/chart OOo import components (#i20153#) - turned draw/impress/chart import/export components into OASIS components (#i20153#) 2004/04/19 12:34:26 mib 1.37.178.2: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/03/31 14:23:45 mib 1.37.178.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7dc7d090c392526aaed332c30331699561cbfac7]

        INTEGRATION: CWS oasis (1.85.96); FILE MERGED 2004/06/14 09:06:44 mib 1.85.96.6: RESYNC: (1.85-1.87); FILE MERGED 2004/05/07 11:59:54 mib 1.85.96.5: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/05/06 14:24:25 cl 1.85.96.4: new oasis filter for impress and draw 2004/04/23 14:21:14 mib 1.85.96.3: - added draw/impress/calc/chart OOo import components (#i20153#) - turned draw/impress/chart import/export components into OASIS components (#i20153#) 2004/04/07 11:49:54 mib 1.85.96.2: splitted <properties> 2004/03/31 14:23:44 mib 1.85.96.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [cc25f7745d4f9cf8bdef458e996dda7df5dcb63f]

        INTEGRATION: CWS oasis (1.6.270); FILE MERGED 2004/06/15 16:53:44 mib 1.6.270.3: #i20153#: merge conflicts + syntax 2004/06/14 09:06:16 mib 1.6.270.2: RESYNC: (1.6-1.8); FILE MERGED 2004/05/28 16:37:57 mib 1.6.270.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f6b45ab2ec6483caebdf2418522163f2b8f3d662]

        INTEGRATION: CWS oasis (1.9.70); FILE MERGED 2004/05/11 11:11:21 mib 1.9.70.3: - #i20153#: encode/decode style names finished 2004/04/21 07:27:21 mib 1.9.70.2: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/07 11:49:53 mib 1.9.70.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1aa7ae0c459d31a2444eb41f522353f4e5d4f6f6]

        INTEGRATION: CWS oasis (1.2.274); FILE MERGED 2004/04/21 07:27:20 mib 1.2.274.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [9a7098a31b9c5f73ca49b70cfe7f6e090c7c7830]

        INTEGRATION: CWS oasis (1.6.256); FILE MERGED 2004/05/28 16:37:55 mib 1.6.256.2: - #i20153#: Events 2004/05/18 06:48:15 mib 1.6.256.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3a3f372984bf0fa729ff81be23c54f5d0a907947]

        INTEGRATION: CWS oasis (1.2.276); FILE MERGED 2004/04/21 07:27:20 mib 1.2.276.2: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/07 11:49:53 mib 1.2.276.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e0929a659d7bffa7418d4d59ab1439a809d5f745]

        INTEGRATION: CWS oasis (1.28.52); FILE MERGED 2004/06/15 16:53:43 mib 1.28.52.4: #i20153#: merge conflicts + syntax 2004/06/12 19:38:10 mib 1.28.52.3: RESYNC: (1.28-1.30); FILE MERGED 2004/05/07 11:59:53 mib 1.28.52.2: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/19 12:34:25 mib 1.28.52.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [25d8523b2c43354d76b71fbdf6a747d4eaee8015]

        INTEGRATION: CWS oasis (1.72.76); FILE MERGED 2004/06/17 16:29:19 mib 1.72.76.6: #i20153#: bug fixes 2004/06/16 07:53:51 mib 1.72.76.5: #i20153#: new package URI schema, namespaced conditions 2004/06/12 19:38:00 mib 1.72.76.4: RESYNC: (1.72-1.73); FILE MERGED 2004/05/28 16:37:54 mib 1.72.76.3: - #i20153#: Events 2004/05/11 11:11:21 mib 1.72.76.2: - #i20153#: encode/decode style names finished 2004/05/07 11:59:53 mib 1.72.76.1: - #i20153#: encode/decode style names (ooo2oasis missing)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5dccf6eba571c7464ceb9463d5c4d3ce50d5f4d4]

        INTEGRATION: CWS oasis (1.101.172); FILE MERGED 2004/06/24 15:23:23 mib 1.101.172.10: i20158#: bug fixes for flat fileformat (OLE) 2004/06/22 14:03:19 mib 1.101.172.9: - #i20153#: auto text 2004/06/17 16:29:19 mib 1.101.172.8: #i20153#: bug fixes 2004/06/16 07:53:51 mib 1.101.172.7: #i20153#: new package URI schema, namespaced conditions 2004/06/14 09:05:53 mib 1.101.172.6: RESYNC: (1.101-1.104); FILE MERGED 2004/05/28 16:37:53 mib 1.101.172.5: - #i20153#: Events 2004/05/12 11:00:36 mib 1.101.172.4: - #i20153#: changed <office:annotation> and <office:change-info> 2004/05/07 11:59:53 mib 1.101.172.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/19 12:34:25 mib 1.101.172.2: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#) 2004/03/31 14:23:43 mib 1.101.172.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2c0ec9df7effdb774f4d656a5eadc035765fe7b4]

        INTEGRATION: CWS oasis (1.6.276); FILE MERGED 2004/04/19 12:34:24 mib 1.6.276.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d42f6135366e6e8b1272a5caf7b5da87177ee6f0]

        INTEGRATION: CWS oasis (1.15.254); FILE MERGED 2004/06/22 14:03:18 mib 1.15.254.8: - #i20153#: auto text 2004/06/17 11:36:16 mib 1.15.254.7: #i20158#: OASIS file format for math 2004/05/27 12:49:45 mib 1.15.254.6: - #i20153#: OASIS File Format 2004/05/07 11:59:52 mib 1.15.254.5: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/05/06 14:24:01 cl 1.15.254.4: new oasis filter for impress and draw 2004/05/05 13:09:27 bm 1.15.254.3: chart oasis components 2004/04/23 14:21:13 mib 1.15.254.2: - added draw/impress/calc/chart OOo import components (#i20153#) - turned draw/impress/chart import/export components into OASIS components (#i20153#) 2004/03/31 14:23:43 mib 1.15.254.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [17d1ccd271181cda4c674b16e3808ce7714a1859]

        INTEGRATION: CWS oasis (1.7.38); FILE MERGED 2004/04/08 08:52:47 mib 1.7.38.2: - renamed <text:tab-stop> to <text:tab> - replaced fo:score-spaces with style:text-underline-mode and   style:text-line-through-mode 2004/03/31 14:23:43 mib 1.7.38.1: First steps of OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [e53a924c2cede85504f6f7b68d6e86819585a99e]

        INTEGRATION: CWS oasis (1.6.38); FILE MERGED 2004/06/24 15:23:23 mib 1.6.38.1: i20158#: bug fixes for flat fileformat (OLE)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [6b84462c33da615a7c56c156a051061840e1bd31]

        INTEGRATION: CWS oasis (1.19.36); FILE MERGED 2004/06/16 07:53:51 mib 1.19.36.1: #i20153#: new package URI schema, namespaced conditions

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [334a56eed976ce3ac20d882e00d4a0e74255356f]

        INTEGRATION: CWS oasis (1.19.38); FILE MERGED 2004/06/16 07:53:50 mib 1.19.38.1: #i20153#: new package URI schema, namespaced conditions

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [73566fef45caee37ed9cabb86607a28661f417a8]

        INTEGRATION: CWS oasis (1.6.258); FILE MERGED 2004/05/27 12:53:39 mib 1.6.258.1: - #i20153#: <office:chart>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4908e28420b5e85c58da6e03219d3cd8288089fb]

        INTEGRATION: CWS oasis (1.5.274); FILE MERGED 2004/05/07 11:59:52 mib 1.5.274.3: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/04/21 07:27:19 mib 1.5.274.2: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color" 2004/04/07 11:49:52 mib 1.5.274.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7ca374c789ab795e470f3436b2e02fb14e5532e7]

        INTEGRATION: CWS oasis (1.1.274); FILE MERGED 2004/04/21 07:27:19 mib 1.1.274.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [872c3f67c1bc47d6c9ad872996abcc77d62428d2]

        INTEGRATION: CWS oasis (1.15.256); FILE MERGED 2004/06/19 11:45:11 bm 1.15.256.1: #i20158#: categories element is at category-axis now

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bc69bca42b458b0a0e7afdea23c7f5c612764d6b]

        INTEGRATION: CWS oasis (1.28.256); FILE MERGED 2004/06/19 13:05:27 bm 1.28.256.2: #i20158#: Axis: grid didn't create a context 2004/06/19 11:45:11 bm 1.28.256.1: #i20158#: categories element is at category-axis now

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [eafb5329d26c80efbb0444350ca1871f1b30b3c7]

        INTEGRATION: CWS oasis (1.27.256); FILE MERGED 2004/06/21 09:12:30 mib 1.27.256.6: #i20153#: meta generator, service names for chart and forms 2004/06/19 12:11:42 bm 1.27.256.5: #i20158#: mpAxisElemTokenMap was uninitialized 2004/06/19 11:45:11 bm 1.27.256.4: #i20158#: categories element is at category-axis now 2004/06/12 19:37:25 mib 1.27.256.3: RESYNC: (1.27-1.28); FILE MERGED 2004/04/23 14:21:13 mib 1.27.256.2: - added draw/impress/calc/chart OOo import components (#i20153#) - turned draw/impress/chart import/export components into OASIS components (#i20153#) 2004/04/22 15:16:59 mib 1.27.256.1: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [0af310b1f39caaf8341896e001ccf8953e2dee58]

        INTEGRATION: CWS oasis (1.70.96); FILE MERGED 2004/06/21 09:12:30 mib 1.70.96.7: #i20153#: meta generator, service names for chart and forms 2004/06/19 11:45:10 bm 1.70.96.6: #i20158#: categories element is at category-axis now 2004/06/14 09:05:42 mib 1.70.96.5: RESYNC: (1.70-1.71); FILE MERGED 2004/05/07 11:59:51 mib 1.70.96.4: - #i20153#: encode/decode style names (ooo2oasis missing) 2004/05/05 13:09:26 bm 1.70.96.3: chart oasis components 2004/04/23 14:21:12 mib 1.70.96.2: - added draw/impress/calc/chart OOo import components (#i20153#) - turned draw/impress/chart import/export components into OASIS components (#i20153#) 2004/04/22 15:16:59 mib 1.70.96.1: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [3b90b48feb947d5a2c7f0555ac1cb3f0a4721d74]

        INTEGRATION: CWS oasis (1.28.248); FILE MERGED 2004/06/21 09:12:29 mib 1.28.248.1: #i20153#: meta generator, service names for chart and forms

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ea158d3aa62db83e8e6f9a22ef7cde571525a2ef]

        INTEGRATION: CWS oasis (1.38.178); FILE MERGED 2004/06/25 14:21:01 bm 1.38.178.4: minor-interval-divisor corrected 2004/06/25 11:51:07 bm 1.38.178.3: minor-interval-divisor corrected 2004/06/18 14:56:49 bm 1.38.178.2: #i20158#: Replace chart:splines with chart:interpolation 2004/05/06 13:32:57 bm 1.38.178.1: first Oasis change: interval-minor-divisor (int) instead of interval-minor (double)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c29d503ff566054ea57fcef3e9f4a8a97d9c251f]

        INTEGRATION: CWS oasis (1.17.162); FILE MERGED 2004/06/25 11:50:42 bm 1.17.162.7: minor-interval-divisor corrected 2004/06/18 15:14:35 bm 1.17.162.6: #i20158#: text:rotation-angle -> style:rotation-angle 2004/06/18 14:56:48 bm 1.17.162.5: #i20158#: Replace chart:splines with chart:interpolation 2004/06/18 08:39:37 bm 1.17.162.4: Replaces chart:splines with chart:interpolation (SplineType->interpolation) 2004/06/18 08:33:32 bm 1.17.162.3: Renamed fo:direction to style:direction 2004/05/06 13:32:57 bm 1.17.162.2: first Oasis change: interval-minor-divisor (int) instead of interval-minor (double) 2004/04/07 11:49:52 mib 1.17.162.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f67239b0cfff8638fa55d260804287136bb823ed]

        INTEGRATION: CWS oasis (1.7.178); FILE MERGED 2004/07/05 08:41:33 sab 1.7.178.2: #i20153#; transform depends on core 2004/05/26 07:37:26 mib 1.7.178.1: #i20153#: transform

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f56e2e94271f746242b0d4d53a6b84f7f65dd739]

        INTEGRATION: CWS oasis (1.9.282); FILE MERGED 2004/06/14 09:05:03 mib 1.9.282.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/28 16:40:20 mib 1.9.282.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [93d490294ecf7613ddc1082bdc71262dbf34a3a8]

        INTEGRATION: CWS oasis (1.23.94); FILE MERGED 2004/06/12 19:35:50 mib 1.23.94.2: RESYNC: (1.23-1.25); FILE MERGED 2004/05/18 06:51:11 mib 1.23.94.1: - #i20153#: added <draw:frame>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c9472bd821a6ba4fb91682a5542f841afda13718]

        INTEGRATION: CWS oasis (1.25.132); FILE MERGED 2004/06/16 07:53:24 mib 1.25.132.3: #i20153#: new package URI schema, namespaced conditions 2004/06/12 19:35:43 mib 1.25.132.2: RESYNC: (1.25-1.26); FILE MERGED 2004/04/22 15:17:28 mib 1.25.132.1: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [54594987b6553d29f333aa02d4166f6a3fb2fc29]

        INTEGRATION: CWS oasis (1.6.178); FILE MERGED 2004/04/22 15:17:28 mib 1.6.178.1: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#)

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b04a0842423fba5aefe314b13d32682915c30921]

        INTEGRATION: CWS oasis (1.1.286); FILE MERGED 2004/04/21 07:27:59 mib 1.1.286.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7747d0af83b9f7d42912735fdbaef52e5a243dab]

        INTEGRATION: CWS oasis (1.3.286); FILE MERGED 2004/05/24 12:44:21 mib 1.3.286.1: - #i20153#: some attributes renamed

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [97dc1b332b42f1f93a81632f429d2dcb6347bd3a]

        INTEGRATION: CWS oasis (1.3.284); FILE MERGED 2004/04/07 11:50:51 mib 1.3.284.1: splitted <properties>

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c503a3bad48fa3ddf4c3847900f1516320ac1f4c]

        INTEGRATION: CWS oasis (1.2.286); FILE MERGED 2004/05/28 16:40:19 mib 1.2.286.1: - #i20153#: Events

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1e770dc9033bf1daff71491b429de8474c3adbb9]

        INTEGRATION: CWS oasis (1.1.2); FILE ADDED 2004/05/11 11:13:12 mib 1.1.2.1: - #i20153#: encode/decode style names finished

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [bc2b49971ad32522eb288577cd0d9c8aad452198]

        INTEGRATION: CWS oasis (1.20.38); FILE MERGED 2004/06/19 11:45:10 bm 1.20.38.1: #i20158#: categories element is at category-axis now

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [7492762f3912ff5d82bfc2e7828a81e2d90a8c2f]

        INTEGRATION: CWS oasis (1.5.414); FILE MERGED 2004/06/14 09:04:23 mib 1.5.414.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/28 15:50:42 mib 1.5.414.1: - #i20153#: OASIS File Format: Keep OOo namespaces

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [576c4043b0c1417ae170fcc8735e0e4b960a9aa8]

        INTEGRATION: CWS oasis (1.8.256); FILE MERGED 2004/06/12 10:10:27 mib 1.8.256.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/28 15:50:40 mib 1.8.256.1: - #i20153#: OASIS File Format: Keep OOo namespaces

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [939fa1d948813d535fb19e1799f5887af1474ff4]

        INTEGRATION: CWS oasis (1.19.774); FILE MERGED 2004/06/16 07:40:25 mib 1.19.774.1: #i20153#: new package URI schema

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2f7821454f11c8dc10d9269a542364507d70821c]

        INTEGRATION: CWS oasis (1.12.620); FILE MERGED 2004/06/16 07:40:25 mib 1.12.620.1: #i20153#: new package URI schema

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [f78fdca8835b52b4ea4b88420fb33ba4513bdb3a]

        INTEGRATION: CWS oasis (1.15.150); FILE MERGED 2004/05/12 13:00:37 sab 1.15.150.1: #i20153#; handle OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8c553a447b3b2d4e5ab4b1e47fa9ea4e4db786b0]

        INTEGRATION: CWS oasis (1.65.12); FILE MERGED 2004/06/13 04:24:54 mib 1.65.12.3: RESYNC: (1.65-1.68); FILE MERGED 2004/05/28 14:02:35 mib 1.65.12.2: #i20153#: OASIS file format 2004/05/12 13:00:22 sab 1.65.12.1: #i20153#; handle OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8b16acc83569f3dc0d898538ef74912bae9a244a]

        INTEGRATION: CWS oasis (1.49.326); FILE MERGED 2004/06/24 14:58:55 sab 1.49.326.2: #i20153#; oasis changes 2004/05/12 13:00:05 sab 1.49.326.1: #i20153#; handle OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8973618f3e19854c11ab67a50e0f6d07c260b25b]

        INTEGRATION: CWS oasis (1.45.72); FILE MERGED 2004/06/24 14:58:54 sab 1.45.72.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8c20d41b59513f09fe0912e684f2b025049966a9]

        INTEGRATION: CWS oasis (1.48.96); FILE MERGED 2004/06/24 14:58:54 sab 1.48.96.3: #i20153#; oasis changes 2004/06/13 04:15:54 mib 1.48.96.2: RESYNC: (1.48-1.49); FILE MERGED 2004/05/12 13:00:04 sab 1.48.96.1: #i20153#; handle OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [4379b5da40744dbc6973f7d7a9bf0ea164929884]

        INTEGRATION: CWS oasis (1.72.16); FILE MERGED 2004/06/24 14:58:54 sab 1.72.16.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5c842e4255602eb1036a2a11faf669d276db6fde]

        INTEGRATION: CWS oasis (1.90.14); FILE MERGED 2004/07/07 07:47:00 sab 1.90.14.4: #i20153#; make images work 2004/06/24 14:58:53 sab 1.90.14.3: #i20153#; oasis changes 2004/06/13 04:15:13 mib 1.90.14.2: RESYNC: (1.90-1.95); FILE MERGED 2004/05/12 13:00:04 sab 1.90.14.1: #i20153#; handle OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [d3e5d0a1313f225c9157c76a88eb8e27bbddffc4]

        INTEGRATION: CWS oasis (1.172.8); FILE MERGED 2004/07/01 13:04:43 sab 1.172.8.5: #i20153#; oasis changes 2004/06/24 14:58:53 sab 1.172.8.4: #i20153#; oasis changes 2004/06/15 17:03:34 mib 1.172.8.3: #i20153#: merge conflicts + syntax 2004/06/13 04:14:48 mib 1.172.8.2: RESYNC: (1.172-1.176); FILE MERGED 2004/05/12 13:00:03 sab 1.172.8.1: #i20153#; handle OASIS file format

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b2948a4d25486b2afd462f701dfb1639c6236deb]

        INTEGRATION: CWS oasis (1.14.164); FILE MERGED 2004/07/07 08:47:38 sab 1.14.164.2: #i20153#; oasis changes 2004/06/24 14:58:53 sab 1.14.164.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [690256a4e5c7742ef666f172fe1283d39cfead3f]

        INTEGRATION: CWS oasis (1.76.16); FILE MERGED 2004/07/01 13:04:42 sab 1.76.16.2: #i20153#; oasis changes 2004/06/24 14:58:52 sab 1.76.16.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2e0264707ba9ccc351c82ca530b1cb81a40a0040]

        INTEGRATION: CWS oasis (1.4.460); FILE MERGED 2004/06/24 14:58:52 sab 1.4.460.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1272c1d58919758a5252908540b11cc9608201f3]

        INTEGRATION: CWS oasis (1.25.72); FILE MERGED 2004/06/25 14:26:43 cl 1.25.72.1: merged the writeuserdatasequence fix to oasis

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [efd6b64253d590f20715e741e9ca05324a87fc9a]

        INTEGRATION: CWS oasis (1.8.444); FILE MERGED 2004/06/24 14:58:52 sab 1.8.444.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [b359b451e58d06d7b2974c996492a5035a7235a3]

        INTEGRATION: CWS oasis (1.20.16); FILE MERGED 2004/07/01 13:04:42 sab 1.20.16.2: #i20153#; oasis changes 2004/06/24 14:58:52 sab 1.20.16.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [709b1ebef402f5880c7e4d75f0182587652acc93]

        INTEGRATION: CWS oasis (1.22.16); FILE MERGED 2004/07/07 08:47:38 sab 1.22.16.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [5b5d820f4fd9df41a8beda7deb995f3562b31213]

        INTEGRATION: CWS oasis (1.25.72); FILE MERGED 2004/06/25 14:26:43 cl 1.25.72.1: merged the writeuserdatasequence fix to oasis

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1625dfde3d84091c5f7dd47e73deef3c4afdaa9e]

        INTEGRATION: CWS oasis (1.38.16); FILE MERGED 2004/07/07 08:47:38 sab 1.38.16.2: #i20153#; oasis changes 2004/06/24 14:58:51 sab 1.38.16.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [8d11830bb08ed5dd13da8d1b08d09a6afb297bfb]

        INTEGRATION: CWS oasis (1.10.16); FILE MERGED 2004/07/01 13:04:42 sab 1.10.16.2: #i20153#; oasis changes 2004/06/24 14:58:51 sab 1.10.16.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [34a7f0f67a40a8fcfc142520cffeecaa0126f629]

        INTEGRATION: CWS oasis (1.12.16); FILE MERGED 2004/07/01 13:04:41 sab 1.12.16.2: #i20153#; oasis changes 2004/06/24 14:58:51 sab 1.12.16.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ce2028396f1a8c81f65d2aa1ca67976827272c7c]

        INTEGRATION: CWS oasis (1.11.16); FILE MERGED 2004/06/24 14:58:51 sab 1.11.16.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [ae49cd120d153f27cb2e68aabd00012ef72d1e41]

        INTEGRATION: CWS oasis (1.18.16); FILE MERGED 2004/06/24 14:58:50 sab 1.18.16.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2f6504f94f0e8d9f40dd00148622f842cb45405a]

        INTEGRATION: CWS oasis (1.22.16); FILE MERGED 2004/07/01 13:04:41 sab 1.22.16.2: #i20153#; oasis changes 2004/06/24 14:58:50 sab 1.22.16.1: #i20153#; oasis changes

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [2fd756bbc4c317044fae5474af8ae703d58596f9]

        INTEGRATION: CWS oasis (1.58.86); FILE MERGED 2004/06/12 19:13:01 mib 1.58.86.3: RESYNC: (1.58-1.60); FILE MERGED 2004/05/28 14:01:44 mib 1.58.86.2: #i20153#: OASIS file format 2004/05/07 14:52:14 cl 1.58.86.1: added oasis filter

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [1030941b87c22a74c6d127c37af0253b0463167d]

        INTEGRATION: CWS oasis (1.48.84); FILE MERGED 2004/06/25 14:26:12 cl 1.48.84.4: fixed a small error with the emptyargs sequence 2004/06/16 07:34:36 mib 1.48.84.3: #i20153#: new package URI schema 2004/05/27 12:45:01 mib 1.48.84.2: - #i20153#: OASIS File Format 2004/05/07 14:52:00 cl 1.48.84.1: added oasis filter

2004-07-13  Rüdiger Timm  <rt@openoffice.org>  [c9ed98923f9932ff3d900288aeff9790572845ce]

        INTEGRATION: CWS oasis (1.4.90); FILE MERGED 2004/05/07 14:51:49 cl 1.4.90.1: added oasis filter

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3cf7fabbb372cae02fe89029305e87447aca0f90]

        INTEGRATION: CWS aw013 (1.20.34); FILE MERGED 2004/06/24 09:35:39 aw 1.20.34.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1ac21a7ed6d84fa5edaaf69beb0e263fa86d034b]

        INTEGRATION: CWS aw013 (1.14.66); FILE MERGED 2004/06/24 09:26:42 aw 1.14.66.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8843064c3fb6c000bcb1297438818b5621196b82]

        INTEGRATION: CWS aw013 (1.19.138); FILE MERGED 2004/06/28 14:55:06 aw 1.19.138.3: #117254# 2004/06/24 09:26:39 aw 1.19.138.2: #i29181# 2004/06/15 16:08:02 aw 1.19.138.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8546907f7afa9206f7ffb81dbe8231f2a872ac73]

        INTEGRATION: CWS aw013 (1.3.138); FILE MERGED 2004/06/28 14:54:55 aw 1.3.138.2: #117254# 2004/06/11 16:10:23 aw 1.3.138.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0966a803fa1760cd263829d6ca2bd5b6bb064599]

        INTEGRATION: CWS aw013 (1.87.56); FILE MERGED 2004/06/28 14:55:56 aw 1.87.56.2: #117254# 2004/06/11 16:12:41 aw 1.87.56.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7e560640e8147e53f3bc07cadc8f4413e357b2a2]

        INTEGRATION: CWS aw013 (1.14.146); FILE MERGED 2004/06/24 09:28:17 aw 1.14.146.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [cb241f465519f2e4b2ee6f8cf1121001b2bb9b35]

        INTEGRATION: CWS aw013 (1.8.170); FILE MERGED 2004/06/24 09:28:16 aw 1.8.170.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [cba6e3615adcf039c3b15010104f236fcc9f6d41]

        INTEGRATION: CWS aw013 (1.31.58); FILE MERGED 2004/06/24 09:28:16 aw 1.31.58.2: #i29181# 2004/06/15 16:10:31 aw 1.31.58.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6249b038b5153ede5795f239709b26519c99845e]

        INTEGRATION: CWS aw013 (1.27.156); FILE MERGED 2004/06/24 09:28:16 aw 1.27.156.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [93f20583a52c99ea48e413107ea0fc0144445c2f]

        INTEGRATION: CWS aw013 (1.3.156); FILE MERGED 2004/06/24 09:28:15 aw 1.3.156.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [77a22977c6815f8808f2baea9f5a79bb5aa49e45]

        INTEGRATION: CWS aw013 (1.6.558); FILE MERGED 2004/06/24 09:35:51 aw 1.6.558.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7448029f2093de12bbdb65405be4d236ee29ac73]

        INTEGRATION: CWS aw013 (1.47.260); FILE MERGED 2004/06/24 09:35:50 aw 1.47.260.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [82b6881393db5abc3f71d35eed2c721d8a4bfbbd]

        INTEGRATION: CWS aw013 (1.22.252); FILE MERGED 2004/06/24 09:35:49 aw 1.22.252.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [558be1f317fc6e8fe38a1b3f196604a64c4b040d]

        INTEGRATION: CWS aw013 (1.47.28); FILE MERGED 2004/06/24 09:35:49 aw 1.47.28.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [81c7d7a5609d1e52306876277cf773c38cf12e38]

        INTEGRATION: CWS aw013 (1.70.52); FILE MERGED 2004/06/29 14:02:06 aw 1.70.52.2: RESYNC: (1.70-1.71); FILE MERGED 2004/06/24 09:35:49 aw 1.70.52.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [57809cd37646899a3397822eb733863198b3ed8d]

        INTEGRATION: CWS aw013 (1.6.558); FILE MERGED 2004/06/24 09:35:48 aw 1.6.558.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e92ee91dcdca2f2b6ce0978360949cfbfce9d954]

        INTEGRATION: CWS aw013 (1.23.70); FILE MERGED 2004/06/24 09:35:47 aw 1.23.70.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [416515963fed7245eaa1bc3c6416417b69a04352]

        INTEGRATION: CWS aw013 (1.25.50); FILE MERGED 2004/06/24 09:35:47 aw 1.25.50.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [5a2a1e48a62cca3a90cbc0577691f24fca3d8796]

        INTEGRATION: CWS aw013 (1.14.52); FILE MERGED 2004/06/24 09:35:47 aw 1.14.52.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [dfdaee1dd1323c0dc5cc53395b7226dcd29a7ca3]

        INTEGRATION: CWS aw013 (1.6.286); FILE MERGED 2004/06/24 09:35:47 aw 1.6.286.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [d4832341e46a8a62f3fcb97cb9909d510032f8e6]

        INTEGRATION: CWS aw013 (1.8.104); FILE MERGED 2004/06/24 09:35:47 aw 1.8.104.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c9b2e03163625dd7afa807f842d847ca39e62163]

        INTEGRATION: CWS aw013 (1.6.198); FILE MERGED 2004/06/24 09:35:46 aw 1.6.198.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b08b6bdbf58f33872b0875061b76a0bd0b06cc7b]

        INTEGRATION: CWS aw013 (1.3.558); FILE MERGED 2004/06/24 09:35:46 aw 1.3.558.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3db0613a7fec79894119c7d53e1e2848b625c668]

        INTEGRATION: CWS aw013 (1.10.558); FILE MERGED 2004/06/24 09:35:46 aw 1.10.558.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b3c89cd02f423fc027483c83a5aa0b8e688ac22b]

        INTEGRATION: CWS aw013 (1.8.254); FILE MERGED 2004/06/24 09:35:45 aw 1.8.254.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [18768a8e0399e804222c80993c8baebd93fc9c00]

        INTEGRATION: CWS aw013 (1.3.558); FILE MERGED 2004/06/24 09:35:45 aw 1.3.558.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [31fcd0f943ccf65aca27065936eabfdc9db45ebf]

        INTEGRATION: CWS aw013 (1.10.160); FILE MERGED 2004/06/24 09:35:45 aw 1.10.160.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [26209f384de932fb0efa9a5d1fc901b7493b130f]

        INTEGRATION: CWS aw013 (1.86.38); FILE MERGED 2004/06/29 13:59:58 aw 1.86.38.2: RESYNC: (1.86-1.88); FILE MERGED 2004/06/24 09:35:44 aw 1.86.38.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [a2a08f8a9ac52dcfce1ef6abcb32f5207503fb58]

        INTEGRATION: CWS aw013 (1.12.174); FILE MERGED 2004/06/24 09:35:44 aw 1.12.174.2: #i29181# 2004/06/15 16:30:33 aw 1.12.174.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1ea8490bb5fd364efb5801bfceffdb67f534d485]

        INTEGRATION: CWS aw013 (1.52.254); FILE MERGED 2004/06/24 09:35:43 aw 1.52.254.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [34f0b4e5a004676cdb06f99aba9c8f67057e846d]

        INTEGRATION: CWS aw013 (1.8.200); FILE MERGED 2004/06/24 09:35:42 aw 1.8.200.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [db51a27fc9766424dd54d53d87dd35bdbb73c106]

        INTEGRATION: CWS aw013 (1.3.474); FILE MERGED 2004/06/24 09:35:42 aw 1.3.474.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e01df3c0c90a27c615e38cc3ddef179a70b9f34d]

        INTEGRATION: CWS adc8 (1.2.14); FILE MERGED 2004/07/01 13:54:23 np 1.2.14.1: #i30968# Implement csv::StreamStr strip-functions. Also some general cosv maintenance. Fixing the bug with directory attributes in ploc_dir.cxx. Updating documentation. Making string classes 64-bit compatible by replacing UINT32 by ::size_t for the strings size- and position-type.

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [52f49bd748954412fc1a609086e0517816bfe01a]

        INTEGRATION: CWS aw013 (1.21.148); FILE MERGED 2004/06/24 09:35:41 aw 1.21.148.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f414ac1343672c39882322693b0ff4e1ac8bd98a]

        INTEGRATION: CWS adc8 (1.8.16); FILE MERGED 2004/07/01 13:54:23 np 1.8.16.1: #i30968# Implement csv::StreamStr strip-functions. Also some general cosv maintenance. Fixing the bug with directory attributes in ploc_dir.cxx. Updating documentation. Making string classes 64-bit compatible by replacing UINT32 by ::size_t for the strings size- and position-type.

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [5803b7c64b674c5c2a6a4cce920d9f3d1c8c791f]

        INTEGRATION: CWS aw013 (1.29.150); FILE MERGED 2004/06/24 09:35:40 aw 1.29.150.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1371129129a6e7a5234c1ffb23656af644633f87]

        INTEGRATION: CWS adc8 (1.5.70); FILE MERGED 2004/07/01 13:54:23 np 1.5.70.1: #i30968# Implement csv::StreamStr strip-functions. Also some general cosv maintenance. Fixing the bug with directory attributes in ploc_dir.cxx. Updating documentation. Making string classes 64-bit compatible by replacing UINT32 by ::size_t for the strings size- and position-type.

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7fce08d878ab659554d23cb2ec25a311a035ae36]

        INTEGRATION: CWS aw013 (1.19.40); FILE MERGED 2004/06/24 09:35:40 aw 1.19.40.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6c8e576db9a489428ea29613633a722e0e059c32]

        INTEGRATION: CWS aw013 (1.13.254); FILE MERGED 2004/06/24 09:35:39 aw 1.13.254.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [49ef46c25224d7d215c1a74c8e9773e8c0e0b053]

        INTEGRATION: CWS adc8 (1.3.88); FILE MERGED 2004/07/01 13:54:22 np 1.3.88.1: #i30968# Implement csv::StreamStr strip-functions. Also some general cosv maintenance. Fixing the bug with directory attributes in ploc_dir.cxx. Updating documentation. Making string classes 64-bit compatible by replacing UINT32 by ::size_t for the strings size- and position-type.

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f58dc7d909378cf3f4fd1e208e7a3b2bb7c49c57]

        INTEGRATION: CWS aw013 (1.13.176); FILE MERGED 2004/06/24 09:35:38 aw 1.13.176.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [76ae208b12523543432589b88d6aa3dd322be8cb]

        INTEGRATION: CWS adc8 (1.1.1.1.104); FILE MERGED 2004/07/01 13:54:22 np 1.1.1.1.104.1: #i30968# Implement csv::StreamStr strip-functions. Also some general cosv maintenance. Fixing the bug with directory attributes in ploc_dir.cxx. Updating documentation. Making string classes 64-bit compatible by replacing UINT32 by ::size_t for the strings size- and position-type.

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [aa9017527cecd66ccd8e0abe5d2a0c3d7fe4cfea]

        INTEGRATION: CWS aw013 (1.23.160); FILE MERGED 2004/06/29 13:48:57 aw 1.23.160.2: RESYNC: (1.23-1.24); FILE MERGED 2004/06/24 09:35:38 aw 1.23.160.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f447bb4a4500637fe884d30681cf4b00213aa775]

        INTEGRATION: CWS adc8 (1.4.8); FILE MERGED 2004/07/02 11:04:21 np 1.4.8.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ed26a25a43c578b5eabd6cc9d8aa08a690f30634]

        INTEGRATION: CWS aw013 (1.15.34); FILE MERGED 2004/06/29 13:48:15 aw 1.15.34.2: RESYNC: (1.15-1.16); FILE MERGED 2004/06/24 09:35:37 aw 1.15.34.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [987db8f74da16403a447481998dc267fb38080ef]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/02 11:04:21 np 1.2.82.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2c0f927117ab156c991214e09a3ebcbed12c6a4f]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:20 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3cd91959c028f88bdea3c8086f01893712892019]

        INTEGRATION: CWS aw013 (1.38.34); FILE MERGED 2004/06/29 13:47:12 aw 1.38.34.2: RESYNC: (1.38-1.39); FILE MERGED 2004/06/24 09:35:36 aw 1.38.34.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [970689c863218d6155e494d09b9e1db7052d2a11]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/02 11:04:20 np 1.2.82.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [4f1c65502c6827bc6c841e105ebf03b4651b0cec]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 10:49:26 np 1.1.2.1: #116899#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8e5c90193801ea19fc69724e57ac76c456f4963a]

        INTEGRATION: CWS adc8 (1.3.82); FILE MERGED 2004/07/02 11:04:19 np 1.3.82.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1a50c541d34cbbef79e70ecd32abfbaa8985d171]

        INTEGRATION: CWS adc8 (1.4.66); FILE MERGED 2004/07/02 11:04:19 np 1.4.66.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [12dbd354e74bc1efa83d69fc23c9b5364d7db7bf]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/02 11:04:19 np 1.2.82.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f649e44cd5890f45d82cbd6f8a7e3d71b4854ca1]

        INTEGRATION: CWS adc8 (1.2.54); FILE MERGED 2004/07/02 14:44:37 np 1.2.54.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [cccb6c607dc46ccdb302232e1cede1595eb35157]

        INTEGRATION: CWS adc8 (1.5.50); FILE MERGED 2004/07/02 14:44:36 np 1.5.50.2: #i30967# 2004/07/02 10:59:00 np 1.5.50.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [43626af12b936596d138a1d07c8337ce9ca599a6]

        INTEGRATION: CWS adc8 (1.2.54); FILE MERGED 2004/07/02 11:04:18 np 1.2.54.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [a9f4d5d7d517be172c042f010ac0e3acb7a39250]

        INTEGRATION: CWS adc8 (1.4.8); FILE MERGED 2004/07/02 11:04:17 np 1.4.8.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1ba905222653b7b765bb778a23f94c98c405a8c4]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/02 11:04:17 np 1.2.82.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [23b423992d9ae62bf73a83fbad2c79cf7bd4a1c4]

        INTEGRATION: CWS adc8 (1.3.48); FILE MERGED 2004/07/02 11:04:17 np 1.3.48.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c16b08396f7d7c5636464487ecfe9393ff4ab156]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:17 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2d4ce538f58fba833900a4eea6c21ac3789a9764]

        INTEGRATION: CWS adc8 (1.3.82); FILE MERGED 2004/07/02 11:04:16 np 1.3.82.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2f1822797a4e981aad3fea28e82ba0ecc0eb92c4]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 10:48:48 np 1.1.2.1: #116899#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [993f5475972320fa4d4fbf0eee049c2ef3c76392]

        INTEGRATION: CWS adc8 (1.4.82); FILE MERGED 2004/07/02 11:04:16 np 1.4.82.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [d5b9e778da6e08b224b31d20bbf36f78e3ce2b1b]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/02 11:04:16 np 1.2.82.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [4139746d5aa775b6aa8f98b17cc737915460b288]

        INTEGRATION: CWS adc8 (1.3.8); FILE MERGED 2004/07/02 11:04:16 np 1.3.8.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6af22be3de2e1671842f5d8f354b192f9405cf4f]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/02 11:04:15 np 1.2.82.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [39fb4dcde12efedc60228cf6549057c9c25e36d5]

        INTEGRATION: CWS adc8 (1.5.66); FILE MERGED 2004/07/02 11:04:15 np 1.5.66.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [fa7dae1ed504660403b1b8664722c9a09f9375de]

        INTEGRATION: CWS adc8 (1.3.8); FILE MERGED 2004/07/02 11:04:15 np 1.3.8.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [84d4118d0aba0f982c00299eb27f20b590bcdddd]

        INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED 2004/07/05 13:47:05 np 1.1.1.1.98.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c8391bb77e026fa8eaca4ab9680564fea3b082a9]

        INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED 2004/07/05 13:47:04 np 1.1.1.1.98.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [5bc14069f74deea67dd4f328bdd61e95b5dd01c2]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/05 13:47:04 np 1.2.82.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [4ae2661ad48601d0d44591254333e776390e6da2]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/05 13:47:03 np 1.2.82.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b9106f92559b5ebff2b36c15a941d9f7f2f8330d]

        INTEGRATION: CWS adc8 (1.2.98); FILE MERGED 2004/07/05 13:47:03 np 1.2.98.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [909549028d77269f065a7d4f690f3563ca008283]

        INTEGRATION: CWS adc8 (1.3.62); FILE MERGED 2004/07/02 11:04:14 np 1.3.62.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b547f8f22f93546330c23618b902337b32526b1f]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/02 14:44:36 np 1.2.82.2: #i30967# 2004/07/02 10:59:00 np 1.2.82.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0cb0f670731ed8b2779a6bd08cf568dba7084fda]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 10:54:23 np 1.1.2.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7cd3e93c1436862020f881827d9774948e50ffde]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:02:57 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c0a69f2bf206d476cf2c835fd00fdf7b76e3a1e8]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 10:54:01 np 1.1.2.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3197c060d745d6495be6bb65123d8f99cf2dcaea]

        INTEGRATION: CWS adc8 (1.9.20); FILE MERGED 2004/07/02 10:58:59 np 1.9.20.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [4509db395c491764a664fdf1699641eb1e9fc9d4]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 14:44:35 np 1.1.2.2: #i30967# 2004/07/02 10:54:57 np 1.1.2.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [73fc93106d5a8204d206f07f57a08349f5d06b6d]

        INTEGRATION: CWS aw013 (1.17.36); FILE MERGED 2004/06/24 09:29:04 aw 1.17.36.2: #i29181# Issue number: Submitted by: Reviewed by: 2004/06/15 16:12:31 aw 1.17.36.1: #117095# Issue number: Submitted by: Reviewed by:

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [fab2c611ffdb68a378d214fb05880e34578d7dd1]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/06 14:04:29 np 1.1.2.3: #i25608# 2004/07/02 14:44:35 np 1.1.2.2: #i30967# 2004/07/02 10:54:40 np 1.1.2.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9c87357baea5cf1a815b70ff6856d05925ac04a5]

        INTEGRATION: CWS aw013 (1.15.36); FILE MERGED 2004/06/15 16:12:31 aw 1.15.36.1: #117095# Issue number: Submitted by: Reviewed by:

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [41ed4a1c5a31ebab5a5ba92cb4ccd64be2abc5f8]

        INTEGRATION: CWS adc8 (1.3.82); FILE MERGED 2004/07/02 10:58:59 np 1.3.82.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ab0de6f0c6c3a1300abc5f8fe2f7799a6f519338]

        INTEGRATION: CWS aw013 (1.5.36); FILE MERGED 2004/06/15 16:12:30 aw 1.5.36.1: #117095# Issue number: Submitted by: Reviewed by:

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [92b34a1fe169c26240c59602401e75842e168f49]

        INTEGRATION: CWS adc8 (1.6.66); FILE MERGED 2004/07/02 10:58:59 np 1.6.66.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6d26dd2092d7c8189bee3f896d4eba12dffa5960]

        INTEGRATION: CWS aw013 (1.8.14); FILE MERGED 2004/06/24 09:29:03 aw 1.8.14.2: #i29181# Issue number: Submitted by: Reviewed by: 2004/06/15 16:12:30 aw 1.8.14.1: #117095# Issue number: Submitted by: Reviewed by:

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c42fa2152b18f8751636d1b00c2c6b830af429df]

        INTEGRATION: CWS adc8 (1.3.52); FILE MERGED 2004/07/02 10:58:58 np 1.3.52.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b79e1048c6e0b5ceaa73eff799dad3f1afceb2df]

        INTEGRATION: CWS adc8 (1.3.82); FILE MERGED 2004/07/02 10:58:58 np 1.3.82.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b388c6ea9e7d007e20326b54bee2dbbe5b622f30]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 10:58:58 np 1.1.84.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [11bd7fd68976a09032e6b1668ecbd9d77471ef12]

        INTEGRATION: CWS adc8 (1.3.54); FILE MERGED 2004/07/02 10:58:58 np 1.3.54.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [199dc5516ad81e81b188aaef8c6ced5609e152be]

        INTEGRATION: CWS adc8 (1.3.62); FILE MERGED 2004/07/02 14:44:35 np 1.3.62.2: #i30967# 2004/07/02 10:58:58 np 1.3.62.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [135eb4cc722a4312ac0d8c5b6d666dba8e2283c8]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 10:52:22 np 1.1.84.1: #116899#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [105b39825865d64b797cc076b7f31d4e795545fe]

        INTEGRATION: CWS aw013 (1.14.4); FILE MERGED 2004/06/29 13:33:34 aw 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/24 09:30:46 aw 1.14.4.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0be79b4eaf936cf16cd6ef3d9198fc428a51b51d]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/06 14:04:28 np 1.1.84.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e66bde34fabbdbbb857b89f86939faaa210d3b06]

        INTEGRATION: CWS aw013 (1.6.470); FILE MERGED 2004/06/24 09:30:45 aw 1.6.470.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7f42c59c65ed1bd801407451b58326f1001b6f4f]

        INTEGRATION: CWS aw013 (1.17.182); FILE MERGED 2004/06/24 09:30:45 aw 1.17.182.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [80f747d2d7b5eb17ccf76df3a7c3de7ff8bfe597]

        INTEGRATION: CWS aw013 (1.5.466); FILE MERGED 2004/06/24 09:30:45 aw 1.5.466.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9cd1873a2fa6ee8b19cffa56b7e70d1757121d74]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:14 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7fe732eaaea77ccb331958f9bc1b71fc9af137bc]

        INTEGRATION: CWS aw013 (1.13.180); FILE MERGED 2004/06/29 13:26:47 aw 1.13.180.2: RESYNC: (1.13-1.14); FILE MERGED 2004/06/24 09:30:45 aw 1.13.180.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8b70284fb418ef66b3f43a4d54ff76003b67f88f]

        INTEGRATION: CWS aw013 (1.35.38); FILE MERGED 2004/06/29 13:24:24 aw 1.35.38.2: RESYNC: (1.35-1.36); FILE MERGED 2004/06/15 16:18:01 aw 1.35.38.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [30cd84f5c7fd010769b8746bb3901bfea86140a7]

        INTEGRATION: CWS adc8 (1.3.84); FILE MERGED 2004/07/02 11:04:14 np 1.3.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b14aae12d12704edc8d939e1f4d7959e3f07d5af]

        INTEGRATION: CWS aw013 (1.11.68); FILE MERGED 2004/06/29 13:23:19 aw 1.11.68.2: RESYNC: (1.11-1.12); FILE MERGED 2004/06/15 16:18:01 aw 1.11.68.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [06ee7c73ae46bbc54eaf392dbcfe9be39378ec7a]

        INTEGRATION: CWS aw013 (1.8.20); FILE MERGED 2004/06/29 13:21:56 aw 1.8.20.3: RESYNC: (1.8-1.9); FILE MERGED 2004/06/24 09:30:44 aw 1.8.20.2: #i29181# 2004/06/15 16:18:00 aw 1.8.20.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [599e3b4899d469f754e7ee1eae92d9180df3616e]

        INTEGRATION: CWS adc8 (1.5.4); FILE MERGED 2004/07/02 11:04:13 np 1.5.4.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [932233dc30173ed7d9679a8bf44e2bc660216b2a]

        INTEGRATION: CWS aw013 (1.53.8); FILE MERGED 2004/06/29 13:21:36 aw 1.53.8.2: RESYNC: (1.53-1.55); FILE MERGED 2004/06/24 09:30:44 aw 1.53.8.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [45cb8852ffa4404de37786af1b9844c4b71d7c37]

        INTEGRATION: CWS adc8 (1.2.84); FILE MERGED 2004/07/02 11:04:13 np 1.2.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3744e701291e811203e4f76fb30ac1a6869bf946]

        INTEGRATION: CWS aw013 (1.23.20); FILE MERGED 2004/06/29 13:21:14 aw 1.23.20.2: RESYNC: (1.23-1.24); FILE MERGED 2004/06/24 09:30:44 aw 1.23.20.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f132c527dfd1afa9141faa42ab06f07874f21cbb]

        INTEGRATION: CWS aw013 (1.14.42); FILE MERGED 2004/06/29 13:21:06 aw 1.14.42.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/24 09:30:43 aw 1.14.42.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8e29296008918adab5a2b0d051d9edb012658fd9]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:13 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [934e3c1599db08ae95dbff16507529b2b3967e8c]

        INTEGRATION: CWS aw013 (1.3.310); FILE MERGED 2004/06/29 13:20:58 aw 1.3.310.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/24 09:30:43 aw 1.3.310.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [88a2f4b810dc2d836d9d2fba20ef609d9b2d1077]

        INTEGRATION: CWS adc8 (1.4.4); FILE MERGED 2004/07/02 11:04:12 np 1.4.4.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [4e878ba9de0a9d2a09cf95439dad8aed516146d7]

        INTEGRATION: CWS aw013 (1.17.38); FILE MERGED 2004/06/29 13:19:05 aw 1.17.38.2: RESYNC: (1.17-1.18); FILE MERGED 2004/06/24 09:30:43 aw 1.17.38.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f7354d34a21c3ad903b9af0fdefbf4b1527cd7d7]

        INTEGRATION: CWS adc8 (1.3.54); FILE MERGED 2004/07/02 14:44:34 np 1.3.54.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8bd4d850fb56b3f4ddd1129cbfac14a4427916f8]

        INTEGRATION: CWS aw013 (1.4.502); FILE MERGED 2004/06/24 09:30:42 aw 1.4.502.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0bc192426f29390975c96e640052bcf58dc52078]

        INTEGRATION: CWS adc8 (1.2.66); FILE MERGED 2004/07/02 11:04:12 np 1.2.66.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [741792859f21b16a5757d71f545d132caa03a294]

        INTEGRATION: CWS aw013 (1.14.160); FILE MERGED 2004/06/24 09:30:42 aw 1.14.160.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [fc13ee44013782f1ad742fac8ab378e8d685a1da]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:02:44 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [16531319a56819e0a56c9aa55a5368cbb5259923]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:02:33 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [df91eaf4d33006a3318f23d8b9de72cb03c1326e]

        INTEGRATION: CWS aw013 (1.5.466); FILE MERGED 2004/06/24 09:30:42 aw 1.5.466.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c394761e47d587cc8ac35127b25646faba8c0b97]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:12 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e88841a3ac3dcbfd4494a03754ef1de24101751a]

        INTEGRATION: CWS aw013 (1.9.362); FILE MERGED 2004/06/24 09:30:42 aw 1.9.362.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [4903ea4ea80b4cd550ee077d12c72b4e884a3955]

        INTEGRATION: CWS adc8 (1.2.54); FILE MERGED 2004/07/02 11:04:12 np 1.2.54.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ead528c5d359ee9633a1cf94dd1df623f932bf49]

        INTEGRATION: CWS aw013 (1.4.468); FILE MERGED 2004/06/24 09:30:41 aw 1.4.468.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f6e81657f1a7ff00a52e37f63d67d660a97c215e]

        INTEGRATION: CWS aw013 (1.7.160); FILE MERGED 2004/06/24 09:30:41 aw 1.7.160.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c47643d5c7a480a7cd9891d845084ad8896e0f74]

        INTEGRATION: CWS adc8 (1.2.66); FILE MERGED 2004/07/06 14:04:27 np 1.2.66.2: #i25608# 2004/07/02 10:52:21 np 1.2.66.1: #116899#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [d783aae834665711d020a36c74c9eb1ad6f76e71]

        INTEGRATION: CWS aw013 (1.10.464); FILE MERGED 2004/06/24 09:30:41 aw 1.10.464.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b1c7f53692e3cb890ec1911c3e0b97930c7ff1f1]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 10:52:21 np 1.1.84.1: #116899#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9242abeba55ce888baddae10b18d7796b2edab69]

        INTEGRATION: CWS aw013 (1.12.4); FILE MERGED 2004/06/29 12:52:52 aw 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2004/06/24 09:30:41 aw 1.12.4.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c24ad6679feddbd8321598f2cea926ffdba2b6c7]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:11 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7cf75645d0ccbd0e40bb871674c64749def2ef13]

        INTEGRATION: CWS aw013 (1.3.494); FILE MERGED 2004/06/24 09:30:40 aw 1.3.494.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [90bf0eecfc86d7e41758eb623f3f1ebc2c79b7b0]

        INTEGRATION: CWS aw013 (1.10.84); FILE MERGED 2004/06/24 09:30:40 aw 1.10.84.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [098f9bf00b827075003a311ec9c6db36e56b00bf]

        INTEGRATION: CWS adc8 (1.2.66); FILE MERGED 2004/07/02 11:04:11 np 1.2.66.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [498faf84864da5196a3a709c93cf558a085f14be]

        INTEGRATION: CWS aw013 (1.3.132); FILE MERGED 2004/06/24 09:30:40 aw 1.3.132.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c69bf8d6f00e75713be15494a984a5962cf14991]

        INTEGRATION: CWS aw013 (1.7.170); FILE MERGED 2004/06/24 09:30:39 aw 1.7.170.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [44a25c41c88cc2085761063f9cb6500372a1ad75]

        INTEGRATION: CWS aw013 (1.18.36); FILE MERGED 2004/06/29 12:45:21 aw 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2004/06/24 09:30:38 aw 1.18.36.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ed0df9871392f7e887a3656ad31fd6453d4bec6e]

        INTEGRATION: CWS adc8 (1.2.66); FILE MERGED 2004/07/07 08:42:42 np 1.2.66.3: #i26261# 2004/07/06 14:04:27 np 1.2.66.2: #i25608# 2004/07/02 11:04:11 np 1.2.66.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9f4598a53b7f81d98d8d5b2c34c34d9efb8d652a]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:02:08 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [defa05cec73851570b5610be38e7585c2442b5fd]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:02:19 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [5f913dd5dabe10b3d9d45ce6548814846aa85fe3]

        INTEGRATION: CWS adc8 (1.3.50); FILE MERGED 2004/07/02 11:04:10 np 1.3.50.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [123b9ccbd59fe2a0e1aec5205513d2f3c82f4f55]

        INTEGRATION: CWS adc8 (1.2.66); FILE MERGED 2004/07/02 11:04:10 np 1.2.66.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ebd6b8818c465d1c03ab8dbbc49f65af45284fa7]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:10 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6f050e2c5bc30da6f18af52c5ed3e5e358edae6b]

        INTEGRATION: CWS aw013 (1.33.30); FILE MERGED 2004/06/28 14:58:00 aw 1.33.30.3: #117254# 2004/06/24 09:33:20 aw 1.33.30.2: #i29181# 2004/06/15 16:25:30 aw 1.33.30.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [cb7ffebe3e78fd0f7e75de7eea2b319bca540d46]

        INTEGRATION: CWS adc8 (1.2.54); FILE MERGED 2004/07/06 14:04:26 np 1.2.54.2: #i25608# 2004/07/02 11:04:10 np 1.2.54.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [dfadf1ddb3f68bb8b200d1e1738ac3ddf3f0fff8]

        INTEGRATION: CWS aw013 (1.5.452); FILE MERGED 2004/06/28 14:57:59 aw 1.5.452.2: #117254# 2004/06/24 09:33:20 aw 1.5.452.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [93bc2cc85f97bd83a39eac918623caf5996319be]

        INTEGRATION: CWS adc8 (1.3.54); FILE MERGED 2004/07/02 11:04:10 np 1.3.54.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2cddbdba42d1e22fffa036b26bf752c4853236f3]

        INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED 2004/07/05 13:47:03 np 1.1.1.1.98.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [cb7ed9e5309dcb486752c1210ad584e17556b0a6]

        INTEGRATION: CWS aw013 (1.6.34); FILE MERGED 2004/06/15 16:25:30 aw 1.6.34.2: #117095# 2004/06/11 16:14:48 aw 1.6.34.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [aff38d3da93975e4cd7b896d4c7bbd2caf2d9b7a]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/06 14:04:25 np 1.2.82.2: #i25608# 2004/07/05 13:47:02 np 1.2.82.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [da37712081daff030a56e92d9f22c22d166260cc]

        INTEGRATION: CWS aw013 (1.16.68); FILE MERGED 2004/06/15 16:25:29 aw 1.16.68.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [916582a4507f81aa7cb712e944ab1c9da5f788b1]

        INTEGRATION: CWS adc8 (1.5.66); FILE MERGED 2004/07/02 11:04:09 np 1.5.66.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [27100785464aa25c624c4326db13de01209fc0a8]

        INTEGRATION: CWS aw013 (1.50.26); FILE MERGED 2004/06/24 09:33:20 aw 1.50.26.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [06670a00748e812f9637799821cb7db8cef1f84c]

        INTEGRATION: CWS aw013 (1.37.68); FILE MERGED 2004/06/24 09:33:20 aw 1.37.68.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3144fd474da7c90b3900b6cd2a7d581d3ac345c1]

        INTEGRATION: CWS adc8 (1.3.54); FILE MERGED 2004/07/02 14:44:34 np 1.3.54.2: #i30967# 2004/07/02 11:04:08 np 1.3.54.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [25893ff045a30ad8843c90a5502b277866874e8e]

        INTEGRATION: CWS aw013 (1.29.30); FILE MERGED 2004/06/24 09:33:20 aw 1.29.30.3: #i29181# 2004/06/15 16:25:29 aw 1.29.30.2: #117095# 2004/06/11 16:14:47 aw 1.29.30.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [70c6d504eb55dc54abc9722f5892c559b55aa74c]

        INTEGRATION: CWS adc8 (1.3.82); FILE MERGED 2004/07/02 11:04:08 np 1.3.82.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9e19680d96c43ae6d90096dcd662a55f08b6d904]

        INTEGRATION: CWS aw013 (1.28.70); FILE MERGED 2004/06/28 14:57:58 aw 1.28.70.2: #117254# 2004/06/24 09:33:19 aw 1.28.70.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [81d1a243ff0bb118fec68f7bea39d23ef6e91ba8]

        INTEGRATION: CWS aw013 (1.11.124); FILE MERGED 2004/06/24 09:33:19 aw 1.11.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [bf4ea9c352bd3e3c6d611d1f208685add22ae2f9]

        INTEGRATION: CWS aw013 (1.6.124); FILE MERGED 2004/06/24 09:33:19 aw 1.6.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c08251acb3e2c5a52320ed21af6c8e8c3556df04]

        INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED 2004/07/06 14:04:25 np 1.1.1.1.98.2: #i25608# 2004/07/05 13:47:01 np 1.1.1.1.98.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f5ab905509121cad9e09221c1c21b4545e989ed1]

        INTEGRATION: CWS aw013 (1.9.124); FILE MERGED 2004/06/24 09:33:19 aw 1.9.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [592021db23d1daf1d05c1c4ebab863da4f9afe2c]

        INTEGRATION: CWS adc8 (1.2.66); FILE MERGED 2004/07/02 11:04:07 np 1.2.66.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9d552d5b0036c64af81cfd1d586c9abf19d6084c]

        INTEGRATION: CWS aw013 (1.38.68); FILE MERGED 2004/06/24 09:33:18 aw 1.38.68.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [a8da9c009363b99b0d296b11635586e1debb23af]

        INTEGRATION: CWS aw013 (1.20.32); FILE MERGED 2004/06/24 09:33:18 aw 1.20.32.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1152315c25a22749fdbf611b1a8c4a999479c7f3]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:07 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7af3511ee4f8e7191c52d5c1a30558f2138de222]

        INTEGRATION: CWS aw013 (1.17.32); FILE MERGED 2004/06/28 14:57:57 aw 1.17.32.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2aedfed81fd0ad96f7eb5f6ada31c2cd90a308cc]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:06 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6da096ce859e68e28bc399c1fc87cf0c312b65e9]

        INTEGRATION: CWS aw013 (1.20.30); FILE MERGED 2004/06/29 11:41:05 aw 1.20.30.2: RESYNC: (1.20-1.21); FILE MERGED 2004/06/24 09:33:18 aw 1.20.30.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [638e09cd30905ac14f4f82a6a118160fbf6b2c97]

        INTEGRATION: CWS aw013 (1.9.124); FILE MERGED 2004/06/24 09:33:18 aw 1.9.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [45657baf32e0d7e9644cb90ca7dfbdbccf414d0e]

        INTEGRATION: CWS aw013 (1.7.70); FILE MERGED 2004/06/24 09:33:17 aw 1.7.70.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9f562f490d53827274f76ac243f865b71253bb71]

        INTEGRATION: CWS aw013 (1.41.66); FILE MERGED 2004/06/28 14:57:56 aw 1.41.66.2: #117254# 2004/06/24 09:33:17 aw 1.41.66.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [aa53e913b9a890dc25527f7f7a0c31952bd64de3]

        INTEGRATION: CWS aw013 (1.8.68); FILE MERGED 2004/06/24 09:33:17 aw 1.8.68.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [da79b8f798b03ae5cb827bddcc932d2ee17e3bbc]

        INTEGRATION: CWS aw013 (1.32.98); FILE MERGED 2004/06/29 11:40:57 aw 1.32.98.2: RESYNC: (1.32-1.33); FILE MERGED 2004/06/15 16:25:28 aw 1.32.98.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9b7ae3b613735b6c4c722569db8d11dac22a31d0]

        INTEGRATION: CWS aw013 (1.17.68); FILE MERGED 2004/06/24 09:33:17 aw 1.17.68.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [eb5021bcae5c65b2977d0f4102a91f556a3e0050]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:01:47 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [98059e6f53c0bba850c93b1e645e53cf7668aa75]

        INTEGRATION: CWS aw013 (1.25.30); FILE MERGED 2004/06/24 09:33:16 aw 1.25.30.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [d21deb52b6fc6f0da129e0398d4dd79de3091204]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:01:37 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [67a0b1fb9d835b1fb5ecd8b6c080fdda4ddf8dd3]

        INTEGRATION: CWS aw013 (1.29.34); FILE MERGED 2004/06/28 14:57:56 aw 1.29.34.2: #117254# 2004/06/24 09:33:16 aw 1.29.34.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6f80bef035e2ae3f617de0c5214d74693855921b]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:03 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2165b229524f1842e0d7a0ebd27264f73b3b0b5f]

        INTEGRATION: CWS aw013 (1.37.32); FILE MERGED 2004/06/29 11:40:49 aw 1.37.32.3: RESYNC: (1.37-1.38); FILE MERGED 2004/06/28 14:57:56 aw 1.37.32.2: #117254# 2004/06/24 09:33:16 aw 1.37.32.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b221aff9a667455e981ea54b2890b023f87112ea]

        INTEGRATION: CWS aw013 (1.4.124); FILE MERGED 2004/06/24 09:33:16 aw 1.4.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ec827f33179e712f6317c514a21ebdce2eb52efc]

        INTEGRATION: CWS adc8 (1.2.66); FILE MERGED 2004/07/02 11:04:03 np 1.2.66.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [440d1f929dff05ceb03f15eab97223977cc18725]

        INTEGRATION: CWS aw013 (1.29.68); FILE MERGED 2004/06/28 14:57:55 aw 1.29.68.4: #117254# 2004/06/24 09:33:15 aw 1.29.68.3: #i29181# 2004/06/15 16:25:28 aw 1.29.68.2: #117095# 2004/06/11 16:14:47 aw 1.29.68.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8b19812d8dd2f88127a107c0e2dafc679e5e7b80]

        INTEGRATION: CWS aw013 (1.3.122); FILE MERGED 2004/06/15 16:25:27 aw 1.3.122.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8b5670e3d5b65e1f2fde1bda1a5d657c82fee56d]

        INTEGRATION: CWS adc8 (1.2.84); FILE MERGED 2004/07/02 11:04:02 np 1.2.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [66b7d7681e8830779f5b665a07a607c6271f323c]

        INTEGRATION: CWS aw013 (1.4.34); FILE MERGED 2004/06/28 14:57:55 aw 1.4.34.2: #117254# 2004/06/24 09:33:15 aw 1.4.34.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9830d8dd6985f925e3c44364f1b30fb1bbb754c3]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:02 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [a8f30b77c157a80e163338c9d8f4a68e5001d33c]

        INTEGRATION: CWS aw013 (1.7.32); FILE MERGED 2004/06/29 11:40:10 aw 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2004/06/24 09:33:15 aw 1.7.32.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [89095e8a57d5b36b3a19a914c2acb466a2170f68]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:01:57 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [85f5e6a3ae08fd4ead957fd5311a7557e6a1dfa5]

        INTEGRATION: CWS aw013 (1.2.124); FILE MERGED 2004/06/24 09:33:15 aw 1.2.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [23b20fbe1f1a32055a8f1dfd606e02826bc2698b]

        INTEGRATION: CWS adc8 (1.3.54); FILE MERGED 2004/07/02 14:44:34 np 1.3.54.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [d6a5eb57be7f544137d0471d9ee801101d82253e]

        INTEGRATION: CWS aw013 (1.61.70); FILE MERGED 2004/06/28 14:57:54 aw 1.61.70.2: #117254# 2004/06/24 09:33:14 aw 1.61.70.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [bc44d4987895b3129852becad03d47559bb8eadb]

        INTEGRATION: CWS aw013 (1.39.26); FILE MERGED 2004/06/28 14:57:54 aw 1.39.26.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [943117233d130761572a4ae97beb0a13cb2d11b7]

        INTEGRATION: CWS aw013 (1.73.64); FILE MERGED 2004/06/29 11:40:02 aw 1.73.64.4: RESYNC: (1.73-1.75); FILE MERGED 2004/06/28 14:57:53 aw 1.73.64.3: #117254# 2004/06/15 16:25:26 aw 1.73.64.2: #117095# 2004/06/11 16:14:46 aw 1.73.64.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ac978076ab28990a193c50841e99a6e5aad792dd]

        INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED 2004/07/02 14:44:34 np 1.1.1.1.98.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [74b7caf71739fb7e25fc9cb2b3b696a8cfa7283b]

        INTEGRATION: CWS aw013 (1.14.124); FILE MERGED 2004/06/29 11:38:52 aw 1.14.124.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/24 09:33:14 aw 1.14.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6f0aebb2b554d16059110ffac7f95429b2714104]

        INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED 2004/07/02 14:44:33 np 1.1.1.1.98.1: #i30967#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [954824ac8173d031102883f1216aa4552495e8dd]

        INTEGRATION: CWS aw013 (1.3.70); FILE MERGED 2004/06/15 16:25:24 aw 1.3.70.2: #117095# 2004/06/11 16:14:45 aw 1.3.70.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [dc900e27a54581af1da2dda331e2a7d11c89e138]

        INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED 2004/07/05 13:47:00 np 1.1.1.1.98.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f1aeb5a8c8ef9ca06ccfcc7ef46a9dbc1653d3c3]

        INTEGRATION: CWS aw013 (1.3.70); FILE MERGED 2004/06/15 16:25:21 aw 1.3.70.2: #117095# 2004/06/11 16:14:44 aw 1.3.70.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [193be9a0fb763e99abc2c88b0b59efb2f2a515e8]

        INTEGRATION: CWS adc8 (1.2.82); FILE MERGED 2004/07/06 14:04:24 np 1.2.82.2: #i25608# 2004/07/05 13:46:59 np 1.2.82.1: #i25608#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [d63fc530af7256f01b8143bff4c6b004a23ae43d]

        INTEGRATION: CWS aw013 (1.3.344); FILE MERGED 2004/06/11 16:14:43 aw 1.3.344.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e5a289fcad2fea4896c8505f592ca57e7eede7f4]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:04:00 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [02afdeca13f00e3a94a8b44d11f0836878e0735b]

        INTEGRATION: CWS aw013 (1.3.68); FILE MERGED 2004/06/24 09:33:14 aw 1.3.68.3: #i29181# 2004/06/15 16:25:13 aw 1.3.68.2: #117095# 2004/06/11 16:14:43 aw 1.3.68.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [117982a19a6650bf57d8785a9e73c47ee8ea3829]

        INTEGRATION: CWS adc8 (1.2.66); FILE MERGED 2004/07/02 11:04:00 np 1.2.66.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [fe195658f704c89e922c34efbd120eac642882f7]

        INTEGRATION: CWS aw013 (1.3.72); FILE MERGED 2004/06/11 16:14:42 aw 1.3.72.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1015ab22f9f92ba3c6baf8deb5f2aaf69430f555]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:01:16 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b4fddc11d7203eb21ce260d12fee4e9c5ca60981]

        INTEGRATION: CWS aw013 (1.2.124); FILE MERGED 2004/06/24 09:33:13 aw 1.2.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e819ada9d8bbf173b86ca5a9786791a5d9fee7d5]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:01:06 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [400a288b9959c4d3260a8618572718217f33cb0a]

        INTEGRATION: CWS aw013 (1.2.124); FILE MERGED 2004/06/15 16:25:07 aw 1.2.124.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [31f944bdde7cdcf51ee97ad828bbd5ae35cb0c05]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:03:59 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [50bed66b5a300b5b366d9e670c14b02d9f4f63ab]

        INTEGRATION: CWS aw013 (1.4.124); FILE MERGED 2004/06/28 14:57:53 aw 1.4.124.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8f3e0f5efb3fbe360a305e3b6ab6a0a6698052c7]

        INTEGRATION: CWS aw013 (1.4.36); FILE MERGED 2004/06/24 09:33:13 aw 1.4.36.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0f51a7117f8fc646defa23319f6b5a6f5ee34146]

        INTEGRATION: CWS adc8 (1.2.84); FILE MERGED 2004/07/02 11:03:59 np 1.2.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3e28ade8885ed6a4bd731961a1c0d2bb277c10a5]

        INTEGRATION: CWS aw013 (1.3.120); FILE MERGED 2004/06/24 09:33:13 aw 1.3.120.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [569172c506b374d2fc415bc89244610a9fc67a64]

        INTEGRATION: CWS aw013 (1.9.120); FILE MERGED 2004/06/24 09:33:13 aw 1.9.120.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [86d414d42521bb937ffe8e0e16c4b0d031fe8bd7]

        INTEGRATION: CWS aw013 (1.45.26); FILE MERGED 2004/06/24 09:33:12 aw 1.45.26.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0e670c68a4a52c64c15cb7dcbd3ee0a714de75f9]

        INTEGRATION: CWS aw013 (1.17.34); FILE MERGED 2004/06/28 14:57:52 aw 1.17.34.2: #117254# 2004/06/24 09:33:12 aw 1.17.34.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [cc664527ae137eac13081e1e9f6d5eee03337f4c]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:03:58 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [4a08f4351b7fd53eadf2d3f417f6fc38cb473d76]

        INTEGRATION: CWS aw013 (1.5.124); FILE MERGED 2004/06/28 14:57:52 aw 1.5.124.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ef6cbb5e6c2cfcc478c97694cc00f7e67f123cea]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:00:55 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c5c3f521c6e1aad8e77b7dbb3aa7bfd951fd6c98]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:00:43 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [09a9d6ee0e89069aa3e980930159b0d524d69bae]

        INTEGRATION: CWS adc8 (1.1.84); FILE MERGED 2004/07/02 11:03:57 np 1.1.84.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [fa384f8f8d879dbcdd3745222079c612a63169be]

        INTEGRATION: CWS aw013 (1.25.6); FILE MERGED 2004/06/24 09:33:12 aw 1.25.6.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e02f7d4edee77beafaaf1650ba76f6f7724a6b0b]

        INTEGRATION: CWS adc8 (1.1.2); FILE ADDED 2004/07/02 11:01:26 np 1.1.2.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0f99a0ed2399123c208152cea5ba95f1283781d5]

        INTEGRATION: CWS aw013 (1.5.120); FILE MERGED 2004/06/24 09:33:12 aw 1.5.120.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [57c3f247343f9e9d7cedf838ca8c53413b08b844]

        INTEGRATION: CWS aw013 (1.6.32); FILE MERGED 2004/06/28 14:57:50 aw 1.6.32.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [87e35c7ef785aab7cd6b9383e2ad893a6f7641b3]

        INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED 2004/07/02 11:03:56 np 1.1.1.1.98.1: #i26261#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [5057f1bfca963359850fef7b4bce126271498c77]

        INTEGRATION: CWS aw013 (1.32.124); FILE MERGED 2004/06/24 09:33:11 aw 1.32.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [04ba0b9a261cad8807352ae073402bcb5d9934b4]

        INTEGRATION: CWS aw013 (1.17.34); FILE MERGED 2004/06/28 14:57:50 aw 1.17.34.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e0896d9638976ff6af669cbbbbc610a7498262b2]

        INTEGRATION: CWS aw013 (1.3.36); FILE MERGED 2004/06/24 09:33:11 aw 1.3.36.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [dc4937ab1e1607a6612ede808bdd9bcb73c2a621]

        INTEGRATION: CWS aw013 (1.5.36); FILE MERGED 2004/06/24 09:33:11 aw 1.5.36.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [cf2b66939b945328b56d50fc301c0a1ec7599aa5]

        INTEGRATION: CWS aw013 (1.7.36); FILE MERGED 2004/06/24 09:33:11 aw 1.7.36.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [d3719349cfcb0eefce7e7284d72916a0db6062c1]

        INTEGRATION: CWS aw013 (1.4.120); FILE MERGED 2004/06/24 09:33:11 aw 1.4.120.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [4d33b9a38ae51beba082f73147d94c81b1e088d1]

        INTEGRATION: CWS aw013 (1.4.120); FILE MERGED 2004/06/24 09:33:10 aw 1.4.120.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7f4a3239e9f1c5851756fc3a81c49ecab8b5a492]

        INTEGRATION: CWS aw013 (1.28.34); FILE MERGED 2004/06/28 14:57:50 aw 1.28.34.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8c5e93b62b1474608b472ed3fe3b097e196667b4]

        INTEGRATION: CWS aw013 (1.27.124); FILE MERGED 2004/06/24 09:33:10 aw 1.27.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [75fab47d899812f5da0dc5b37475389254505ee2]

        INTEGRATION: CWS aw013 (1.9.124); FILE MERGED 2004/06/28 14:57:50 aw 1.9.124.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [4a704975b80c160dcc8c103ea940a170c1bde20c]

        INTEGRATION: CWS aw013 (1.3.122); FILE MERGED 2004/06/24 09:33:10 aw 1.3.122.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [142e6827120fa2b540892421d18fdc870d33194d]

        INTEGRATION: CWS aw013 (1.18.24); FILE MERGED 2004/06/24 09:33:10 aw 1.18.24.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [58f05f796676734b31d1a3d604064553f61b73b3]

        INTEGRATION: CWS aw013 (1.5.36); FILE MERGED 2004/06/24 09:33:09 aw 1.5.36.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f62dffcaf6d0f69464c9a42938876f60f1e32340]

        INTEGRATION: CWS aw013 (1.8.124); FILE MERGED 2004/06/24 09:33:09 aw 1.8.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [de52f22ca90dde753aaeb1d15534c6a3f8f28731]

        INTEGRATION: CWS aw013 (1.6.124); FILE MERGED 2004/06/24 09:33:08 aw 1.6.124.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [15fdf345f840e91d9bfc37b627e28f8452145d97]

        INTEGRATION: CWS aw013 (1.24.118); FILE MERGED 2004/06/15 16:24:54 aw 1.24.118.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0c3f7a27684a8f04e1dd661d1e3c2cfc51f65ea6]

        INTEGRATION: CWS aw013 (1.27.26); FILE MERGED 2004/06/24 09:33:08 aw 1.27.26.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7a1f893e3943f63170b2b288ea78fc4f25fcab85]

        INTEGRATION: CWS aw013 (1.3.36); FILE MERGED 2004/06/28 14:57:48 aw 1.3.36.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [306cfde38699f90aae616c018c0ae1b4b53cc5c8]

        INTEGRATION: CWS aw013 (1.4.26); FILE MERGED 2004/06/28 14:57:48 aw 1.4.26.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f4bea7476f2e7a10125383dcaf18adb0e038f157]

        INTEGRATION: CWS aw013 (1.10.70); FILE MERGED 2004/06/15 16:24:53 aw 1.10.70.2: #117095# 2004/06/11 16:14:39 aw 1.10.70.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [33744540e679300ae2ff82d82e4ed6fcb4c37341]

        INTEGRATION: CWS aw013 (1.4.36); FILE MERGED 2004/06/24 09:33:07 aw 1.4.36.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [92fbfe05111a4fb396e69a1479e2c1f24fb08054]

        INTEGRATION: CWS aw013 (1.15.122); FILE MERGED 2004/06/24 09:33:07 aw 1.15.122.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [5241cc6605088a38e78e273139afc4e86007eeeb]

        INTEGRATION: CWS aw013 (1.32.34); FILE MERGED 2004/06/24 09:33:06 aw 1.32.34.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e05a69e6ce19b132e56365c697f6c039cca79111]

        INTEGRATION: CWS aw013 (1.13.52); FILE MERGED 2004/06/28 14:57:47 aw 1.13.52.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [03219768dd1aa0a19e6a9f131290026588d4b728]

        INTEGRATION: CWS aw013 (1.8.66); FILE MERGED 2004/06/24 09:33:06 aw 1.8.66.2: #i29181# 2004/06/15 16:24:51 aw 1.8.66.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [47c09675d59e55a04a0ee7cea20359092be4c109]

        INTEGRATION: CWS aw013 (1.61.48); FILE MERGED 2004/06/29 11:34:44 aw 1.61.48.2: RESYNC: (1.61-1.62); FILE MERGED 2004/06/28 14:57:46 aw 1.61.48.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f972cee2e40d9f7e107bc6d10a959ecb67503f85]

        INTEGRATION: CWS aw013 (1.18.36); FILE MERGED 2004/06/28 14:57:45 aw 1.18.36.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [05d49b7a500c8d851b56c35f3e3821341a5758af]

        INTEGRATION: CWS aw013 (1.43.26); FILE MERGED 2004/06/28 14:57:45 aw 1.43.26.2: #117254# 2004/06/11 16:14:36 aw 1.43.26.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3f15d1b6bb39b16ff3410a7fe39619233919cdec]

        INTEGRATION: CWS aw013 (1.35.118); FILE MERGED 2004/06/28 14:57:44 aw 1.35.118.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f6895a46bf51b5a0d64014cd91fd89c7b063785d]

        INTEGRATION: CWS aw013 (1.27.68); FILE MERGED 2004/06/28 14:57:44 aw 1.27.68.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [02e45cff01659d7638d5cf0538707b56cce0c8b7]

        INTEGRATION: CWS aw013 (1.22.66); FILE MERGED 2004/06/28 14:57:44 aw 1.22.66.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [bba9e544bdf2e686c27de2011113ff99eaf2e098]

        INTEGRATION: CWS aw013 (1.69.34); FILE MERGED 2004/06/28 14:57:43 aw 1.69.34.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e5437ccbaa2c1316d6468fb3976b3585d66adc97]

        INTEGRATION: CWS aw013 (1.14.70); FILE MERGED 2004/06/11 16:13:45 aw 1.14.70.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [92a963801f360ad4172e1ad6b83541e8129e6f78]

        INTEGRATION: CWS aw013 (1.114.134); FILE MERGED 2004/07/01 09:38:14 aw 1.114.134.2: #117254# 2004/07/01 09:23:01 aw 1.114.134.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1259ace49442b7b53249bdb244998e47fdb5c9a5]

        INTEGRATION: CWS aw013 (1.44.130); FILE MERGED 2004/07/02 12:03:41 aw 1.44.130.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c7c250f21047a7b028d630000382141e83f9f530]

        INTEGRATION: CWS aw013 (1.27.136); FILE MERGED 2004/06/24 09:26:43 aw 1.27.136.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [bfa378d727b6c7e494e30241e64867a7d1c1cefd]

        INTEGRATION: CWS aw013 (1.16.108); FILE MERGED 2004/06/29 11:33:07 aw 1.16.108.3: RESYNC: (1.16-1.17); FILE MERGED 2004/06/15 16:08:04 aw 1.16.108.2: #117095# 2004/06/11 16:11:32 aw 1.16.108.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [fa5bdf06fb22fa16546e9e453af1bc8f28287113]

        INTEGRATION: CWS aw013 (1.2.138); FILE MERGED 2004/06/24 09:26:43 aw 1.2.138.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3dd71c2cff82c9f19f097d2680645ad6bc071d74]

        INTEGRATION: CWS aw013 (1.2.138); FILE MERGED 2004/06/24 09:26:42 aw 1.2.138.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [a146c24c2020e3efc17f1ba0afbca13c27ea3aaf]

        INTEGRATION: CWS aw013 (1.18.66); FILE MERGED 2004/06/24 09:26:41 aw 1.18.66.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b88b380cef634539af108d1e0bc8ae19ad761b4d]

        INTEGRATION: CWS aw013 (1.1.1.1.842); FILE MERGED 2004/06/28 14:55:17 aw 1.1.1.1.842.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1adb356c4526e81e3b7cd872a24dfa4953353001]

        INTEGRATION: CWS aw013 (1.9.294); FILE MERGED 2004/06/24 09:26:40 aw 1.9.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f7271783892d9b4bd941a465861fbdd56bb37d62]

        INTEGRATION: CWS aw013 (1.13.294); FILE MERGED 2004/06/28 14:55:16 aw 1.13.294.2: #117254# 2004/06/24 09:26:40 aw 1.13.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [35aa913ae1850c16bf3e6237469b372ed8ff86fe]

        INTEGRATION: CWS aw013 (1.2.294); FILE MERGED 2004/06/24 09:26:39 aw 1.2.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ef7aae89860186630ab532e27c76e3bc48893f13]

        INTEGRATION: CWS aw013 (1.19.68); FILE MERGED 2004/06/15 16:08:03 aw 1.19.68.2: #117095# 2004/06/11 16:11:31 aw 1.19.68.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ab08fd1145b2c35983c2edb17dbfc7f91d46a906]

        INTEGRATION: CWS aw013 (1.39.66); FILE MERGED 2004/06/29 11:32:45 aw 1.39.66.3: RESYNC: (1.39-1.40); FILE MERGED 2004/06/15 16:08:03 aw 1.39.66.2: #117095# 2004/06/11 16:11:31 aw 1.39.66.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [150a88e2b2d7b3fe75775c1d48c77594581a973d]

        INTEGRATION: CWS aw013 (1.41.66); FILE MERGED 2004/06/29 11:32:37 aw 1.41.66.6: RESYNC: (1.41-1.42); FILE MERGED 2004/06/28 14:55:10 aw 1.41.66.5: #117254# 2004/06/22 15:21:07 aw 1.41.66.4: #i29641# 2004/06/15 16:08:03 aw 1.41.66.3: #117095# 2004/06/11 16:11:30 aw 1.41.66.2: #114389#, #114394# 2004/06/09 11:30:54 aw 1.41.66.1: #i29973#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1b87655a38742051858e97d25e3495c67a57dbde]

        INTEGRATION: CWS aw013 (1.15.292); FILE MERGED 2004/06/28 14:55:09 aw 1.15.292.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6448513e9ab60177b2d1450765678a3d0a895618]

        INTEGRATION: CWS aw013 (1.64.68); FILE MERGED 2004/06/28 14:55:08 aw 1.64.68.2: #117254# 2004/06/11 16:11:30 aw 1.64.68.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2981089ee716a4df6ad489d9ec0f3cbc2433dff8]

        INTEGRATION: CWS aw013 (1.2.138); FILE MERGED 2004/06/11 16:11:30 aw 1.2.138.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [4bed17a494176d53932e16ccafef7169067052ab]

        INTEGRATION: CWS aw013 (1.3.806); FILE MERGED 2004/06/24 09:26:39 aw 1.3.806.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [46d52ed78d87e8b8227b9fc6ec721fb69924ea94]

        INTEGRATION: CWS aw013 (1.55.66); FILE MERGED 2004/06/29 11:32:05 aw 1.55.66.2: RESYNC: (1.55-1.56); FILE MERGED 2004/06/28 14:55:05 aw 1.55.66.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7296bb3001863cc22557938a5d85ef330d0eb978]

        INTEGRATION: CWS aw013 (1.3.294); FILE MERGED 2004/06/29 10:10:24 aw 1.3.294.3: #i29181# 2004/06/28 14:55:03 aw 1.3.294.2: #117254# 2004/06/24 09:26:38 aw 1.3.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [5f7df1948d97e7631f24629f8ae9cfa07c2c6168]

        INTEGRATION: CWS aw013 (1.6.270); FILE MERGED 2004/06/24 09:26:38 aw 1.6.270.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7cb5e7dbf6c2f00fec7278339e01f3553326ee79]

        INTEGRATION: CWS aw013 (1.2.294); FILE MERGED 2004/06/24 09:26:37 aw 1.2.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f8d5a02c22d54b0e397a13c87f2a62cada415d06]

        INTEGRATION: CWS aw013 (1.38.98); FILE MERGED 2004/06/24 09:26:37 aw 1.38.98.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9245754116c7ab6020db63ded3153b6130a43f5e]

        INTEGRATION: CWS aw013 (1.12.236); FILE MERGED 2004/06/24 09:26:36 aw 1.12.236.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f3bee79d16ad98ec217ce8b6ad222ed59dad911d]

        INTEGRATION: CWS aw013 (1.15.294); FILE MERGED 2004/06/24 09:26:36 aw 1.15.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7bc0820e5dbde3a4a0df759a62f209c1b126b355]

        INTEGRATION: CWS aw013 (1.10.294); FILE MERGED 2004/06/24 09:26:36 aw 1.10.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [92ad45415261c9e0bab03f3bb31f9868d97cafcf]

        INTEGRATION: CWS aw013 (1.5.294); FILE MERGED 2004/06/24 09:26:35 aw 1.5.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [81ae8b9a1f87a95fa7279821bbd05011cfef766d]

        INTEGRATION: CWS aw013 (1.5.138); FILE MERGED 2004/06/24 09:26:35 aw 1.5.138.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [68a4c0c3a50d0cb6406bf224c5382217077c8af7]

        INTEGRATION: CWS aw013 (1.13.68); FILE MERGED 2004/06/15 16:08:02 aw 1.13.68.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0fe43e03aaa34a04843c12da6967d2855026642a]

        INTEGRATION: CWS aw013 (1.1.2); FILE ADDED 2004/06/28 14:53:45 aw 1.1.2.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1aee738c1a25c28a1d34e489b7372097055b1e69]

        INTEGRATION: CWS aw013 (1.10.134); FILE MERGED 2004/06/28 14:55:02 aw 1.10.134.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [58a6ee4b085c12db6e067cd332429543e16956bd]

        INTEGRATION: CWS aw013 (1.1.4); FILE ADDED 2004/06/11 16:09:40 aw 1.1.4.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7cb4e3ecba98ad38fa83b66660ee8f9c3ad3a323]

        INTEGRATION: CWS aw013 (1.3.192); FILE MERGED 2004/06/29 11:31:02 aw 1.3.192.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/11 16:10:25 aw 1.3.192.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [a63a797078bbd8c11f5bb459d4121bda770e040a]

        INTEGRATION: CWS aw013 (1.5.66); FILE MERGED 2004/06/29 11:30:54 aw 1.5.66.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/28 14:55:01 aw 1.5.66.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [47ad1a035226ec2200e1e56176327884a11a1615]

        INTEGRATION: CWS aw013 (1.6.68); FILE MERGED 2004/06/11 16:10:25 aw 1.6.68.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3bdc522408a15ed8e7a9b0f3f6c3ad9f995e3f24]

        INTEGRATION: CWS aw013 (1.1.2); FILE ADDED 2004/06/28 14:53:06 aw 1.1.2.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [447045da55e1d62f818ff89ed8c8a606c5694215]

        INTEGRATION: CWS aw013 (1.3.68); FILE MERGED 2004/06/11 16:10:24 aw 1.3.68.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f1d9b61f9e12f906aeefc433a8d5acbdb9fb8ae1]

        INTEGRATION: CWS aw013 (1.2.294); FILE MERGED 2004/06/11 16:10:24 aw 1.2.294.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c0f8dc4e4f76f8cbfefdd68947e8916dc13e9085]

        INTEGRATION: CWS aw013 (1.4.68); FILE MERGED 2004/06/11 16:10:24 aw 1.4.68.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c5785ca64685af182043c390cda6bf8b02f0d99d]

        INTEGRATION: CWS aw013 (1.3.196); FILE MERGED 2004/07/02 12:03:40 aw 1.3.196.5: #i29181# 2004/06/29 11:30:37 aw 1.3.196.4: RESYNC: (1.3-1.4); FILE MERGED 2004/06/28 15:03:32 aw 1.3.196.3: #i29181# 2004/06/28 14:54:59 aw 1.3.196.2: #117254# 2004/06/22 15:36:08 aw 1.3.196.1: #i29186#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f1e77b2f412b62d64361d44b74f539da8cba1275]

        INTEGRATION: CWS aw013 (1.3.194); FILE MERGED 2004/06/11 16:10:23 aw 1.3.194.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [341a1c295c24a73744871b6940d3b639b43decbb]

        INTEGRATION: CWS aw013 (1.97.6); FILE MERGED 2004/07/01 09:13:50 aw 1.97.6.2: #117254# 2004/06/30 14:22:03 aw 1.97.6.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [42a7b4aa8484a9c5f87d2ed44b4452c5fde41cd9]

        INTEGRATION: CWS aw013 (1.36.6); FILE MERGED 2004/07/01 09:13:49 aw 1.36.6.2: #117254# 2004/06/30 14:22:02 aw 1.36.6.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [816ad315640f267b172241a88185e263f74aa7d1]

        INTEGRATION: CWS aw013 (1.14.136); FILE MERGED 2004/06/15 16:08:01 aw 1.14.136.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8a784d84f5c50cad946adbdd73ba432809eec8f5]

        INTEGRATION: CWS aw013 (1.5.796); FILE MERGED 2004/06/24 09:26:34 aw 1.5.796.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2bdc09bd7a70077b312d8b7edb875ffb52ae702b]

        INTEGRATION: CWS aw013 (1.15.168); FILE MERGED 2004/06/24 09:26:34 aw 1.15.168.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [739b129622e2b0bd3d5239fcd9de8969e0f5dddb]

        INTEGRATION: CWS aw013 (1.33.66); FILE MERGED 2004/06/24 09:26:33 aw 1.33.66.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [779a739ea85ed80379a241786ec5f5c40f9f1b03]

        INTEGRATION: CWS aw013 (1.30.66); FILE MERGED 2004/06/24 09:26:33 aw 1.30.66.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9d9d7036b974840fbb7a821d669ae245cd46e0fa]

        INTEGRATION: CWS aw013 (1.53.68); FILE MERGED 2004/06/24 09:26:32 aw 1.53.68.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [424560f0dd24a93e2b25279bd30a7044595fab3f]

        INTEGRATION: CWS aw013 (1.51.68); FILE MERGED 2004/06/24 09:26:31 aw 1.51.68.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e0c1face2eb049721f080772428cf37b578fdbbf]

        INTEGRATION: CWS aw013 (1.5.294); FILE MERGED 2004/06/24 09:26:31 aw 1.5.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2419aa0be01147bcdcbd389e672d93c13608d4a8]

        INTEGRATION: CWS aw013 (1.17.68); FILE MERGED 2004/06/24 09:26:30 aw 1.17.68.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [af3a9db4ba2b3bc7cf971dc64da452594b7bbd5e]

        INTEGRATION: CWS aw013 (1.2.294); FILE MERGED 2004/06/24 09:26:30 aw 1.2.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f51d86846c6d72f14496b5b543fa397601b5e55a]

        INTEGRATION: CWS aw013 (1.15.290); FILE MERGED 2004/06/24 09:26:28 aw 1.15.290.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9a9923d9ea2e84cf2b570e0f8be0b8626d4c9347]

        INTEGRATION: CWS aw013 (1.15.48); FILE MERGED 2004/06/24 09:26:28 aw 1.15.48.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6810b9479c19769a9aea4bc624cc2d1ef7e94b8d]

        INTEGRATION: CWS aw013 (1.34.272); FILE MERGED 2004/07/12 09:53:02 aw 1.34.272.1: #116827# added ressources for aw012

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [5f99fec1907678fe1bb437660e8c6a182d6d902b]

        INTEGRATION: CWS aw013 (1.3.832); FILE MERGED 2004/07/12 09:53:03 aw 1.3.832.1: #116827# added ressources for aw012

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [cd86639ce75a0ffa48a760ac2b9060b091e15e43]

        INTEGRATION: CWS aw013 (1.12.244); FILE MERGED 2004/06/24 09:26:27 aw 1.12.244.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7f2ecb946bd306816cf0aeea1040e38a8722ddb5]

        INTEGRATION: CWS aw013 (1.18.294); FILE MERGED 2004/06/24 09:26:27 aw 1.18.294.2: #i29181# 2004/06/15 16:08:00 aw 1.18.294.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [298529b83c42d17be86d94f220bd75200c363c40]

        INTEGRATION: CWS aw013 (1.8.242); FILE MERGED 2004/06/15 16:08:00 aw 1.8.242.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [e458c23274dc7223a7f14a091dbeaec396f34cad]

        INTEGRATION: CWS aw013 (1.3.294); FILE MERGED 2004/06/15 16:08:00 aw 1.3.294.1: #117095#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [d926e4ecc49b965716b76ee3b7f8503ac379534a]

        INTEGRATION: CWS aw013 (1.4.294); FILE MERGED 2004/06/24 09:26:26 aw 1.4.294.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [52ca5cb648b081b26a4b7022b9c5aa60fb5d4c17]

        INTEGRATION: CWS aw013 (1.15.520); FILE MERGED 2004/06/24 09:26:26 aw 1.15.520.1: #i29181#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9a02f3430967b95e3646a24fab199574802f4042]

        INTEGRATION: CWS aw013 (1.1.4); FILE ADDED 2004/06/11 16:08:20 aw 1.1.4.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7ddc9c0919ae513c67cba2bc25e27b32493f5e8e]

        INTEGRATION: CWS aw013 (1.2.294); FILE MERGED 2004/06/11 16:08:36 aw 1.2.294.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3c71d91249334f2ec540b7fe5d4957e2fd7b58c4]

        INTEGRATION: CWS aw013 (1.3.194); FILE MERGED 2004/06/28 14:54:34 aw 1.3.194.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [424b6d81dcfca6fd140fcc710868b4ab374f1d1e]

        INTEGRATION: CWS aw013 (1.1.2); FILE ADDED 2004/06/28 14:52:43 aw 1.1.2.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [62023c3c6dd2bb811fef87ee678bfeb4d17f9ea9]

        INTEGRATION: CWS aw013 (1.3.194); FILE MERGED 2004/06/11 16:08:36 aw 1.3.194.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [289a21e1472a6e131481ad3fb64996dd0ef15fac]

        INTEGRATION: CWS aw013 (1.3.196); FILE MERGED 2004/06/28 14:54:34 aw 1.3.196.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6092e0523241c2200d288991cc4c904ddd9063fa]

        INTEGRATION: CWS aw013 (1.3.194); FILE MERGED 2004/06/28 14:54:33 aw 1.3.194.2: #117254# 2004/06/11 16:08:35 aw 1.3.194.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [deeca871179967fcf24a3fd866bebc634a1bd874]

        INTEGRATION: CWS aw013 (1.4.138); FILE MERGED 2004/06/11 16:08:35 aw 1.4.138.1: #114389#, #114394#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [972dfc020bd2c0b9d4ff324f27ecd8ac886ea58f]

        INTEGRATION: CWS aw013 (1.9.138); FILE MERGED 2004/06/28 14:54:31 aw 1.9.138.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0fcd4c73c9beed3f691e68c531aea05677dd8692]

        INTEGRATION: CWS aw013 (1.1.1.1.844); FILE MERGED 2004/06/28 14:54:30 aw 1.1.1.1.844.1: #117254#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [86457f846f5134d313062bc95666216063bb7fe8]

        INTEGRATION: CWS cellborders (1.22.14); FILE MERGED 2004/07/09 12:37:11 fme 1.22.14.4: RESYNC: (1.27-1.31); FILE MERGED 2004/06/10 20:41:04 fme 1.22.14.3: RESYNC: (1.26-1.27); FILE MERGED 2004/05/30 02:06:07 fme 1.22.14.2: RESYNC: (1.22-1.26); FILE MERGED 2004/05/27 14:38:19 fme 1.22.14.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f5a1e9230ec05c631f44f4140c61a5db8d98e98f]

        INTEGRATION: CWS cellborders (1.1.4); FILE ADDED 2004/05/27 14:39:18 fme 1.1.4.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8f9bc157e6049012db5ac1ffb734dfc3e5247783]

        INTEGRATION: CWS cellborders (1.52.60); FILE MERGED 2004/07/09 12:33:02 fme 1.52.60.4: RESYNC: (1.53-1.54); FILE MERGED 2004/06/10 09:43:45 fme 1.52.60.3: #i29552# Collapsing table borders - string review 2004/05/30 02:02:47 fme 1.52.60.2: RESYNC: (1.52-1.53); FILE MERGED 2004/05/27 14:38:18 fme 1.52.60.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [99b00e613d6fbd51958e7876376274082eb4d84c]

        INTEGRATION: CWS cellborders (1.2.36); FILE MERGED 2004/06/07 12:02:13 fme 1.2.36.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2de9641ec713d8d016fb5e27dcbcfaf33a1840e3]

        INTEGRATION: CWS cellborders (1.6.164); FILE MERGED 2004/05/27 14:38:19 fme 1.6.164.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [36242a1a2cb6ebc9b09c121d915298edb4f4c0eb]

        INTEGRATION: CWS cellborders (1.19.106); FILE MERGED 2004/05/30 02:02:25 fme 1.19.106.2: RESYNC: (1.19-1.20); FILE MERGED 2004/05/27 14:38:18 fme 1.19.106.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [164355653274af12894f125fc4d86e5507a368e6]

        INTEGRATION: CWS cellborders (1.83.44); FILE MERGED 2004/05/30 00:19:32 fme 1.83.44.2: RESYNC: (1.83-1.87); FILE MERGED 2004/05/27 14:44:28 fme 1.83.44.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [914d73d83ed4e13a4452083bbf699849f0b73c42]

        INTEGRATION: CWS cellborders (1.12.8); FILE MERGED 2004/06/10 19:02:26 fme 1.12.8.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/08 08:19:50 fme 1.12.8.2: #i29551# CollapsingBorders property is optional 2004/06/07 16:36:13 dvo 1.12.8.1: #i29551# CollapsingBorders property

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [9825c9ba011319625ca1f93ae36477a601e6cec9]

        INTEGRATION: CWS cellborders (1.18.104); FILE MERGED 2004/06/07 15:56:37 dvo 1.18.104.1: #i29551# load/save table:border-model

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [07cde52e1d84cf4c20b81cf1fe459ff19b57d02b]

        INTEGRATION: CWS cellborders (1.77.4); FILE MERGED 2004/06/07 15:56:36 dvo 1.77.4.1: #i29551# load/save table:border-model

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [200e5cf38beabf37e9722ec27c27f177f1eeafe7]

        INTEGRATION: CWS cellborders (1.24.78); FILE MERGED 2004/06/07 15:56:36 dvo 1.24.78.1: #i29551# load/save table:border-model

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [a566dd31b6e4526ff8ef304368e9a9ef5493b2ca]

        INTEGRATION: CWS cellborders (1.25.18); FILE MERGED 2004/06/10 12:55:41 fme 1.25.18.3: RESYNC: (1.28-1.29); FILE MERGED 2004/05/29 20:44:03 fme 1.25.18.2: RESYNC: (1.25-1.28); FILE MERGED 2004/05/27 14:19:54 fme 1.25.18.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [fc0b6cc555daa0c4a05408afc65aa165ebf513ef]

        INTEGRATION: CWS cellborders (1.45.80); FILE MERGED 2004/05/27 14:19:53 fme 1.45.80.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [310fa15c49ef52097d4f4f47e5bc629142d8cb32]

        INTEGRATION: CWS cellborders (1.10.18); FILE MERGED 2004/06/21 08:54:22 dvo 1.10.18.1: #i29551# load/save table:border-model attribute

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [106acefd7eb1701e34a814511faee216aab14437]

        INTEGRATION: CWS cellborders (1.10.6); FILE MERGED 2004/06/21 08:54:21 dvo 1.10.6.1: #i29551# load/save table:border-model attribute

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [a96a32488265946d825411eb2e68130e313be44f]

        INTEGRATION: CWS cellborders (1.8.6); FILE MERGED 2004/06/21 08:54:21 dvo 1.8.6.1: #i29551# load/save table:border-model attribute

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [cab7e5caac465b715a9c25a934f5ed307d5b3a17]

        INTEGRATION: CWS cellborders (1.27.190); FILE MERGED 2004/05/27 14:19:53 fme 1.27.190.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0a5d052abccfe94b43a2ca4047a36b8724721c45]

        INTEGRATION: CWS cellborders (1.152.4); FILE MERGED 2004/05/29 20:13:51 fme 1.152.4.2: RESYNC: (1.152-1.153); FILE MERGED 2004/05/27 14:19:52 fme 1.152.4.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ed9a3e51ef9353dd028126496a1a105570dc48a2]

        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

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2906d22a27be0b82dcae8f211e492dc46bb89bf1]

        INTEGRATION: CWS cellborders (1.115.4); FILE MERGED 2004/05/29 20:12:43 fme 1.115.4.2: RESYNC: (1.115-1.117); FILE MERGED 2004/05/27 14:19:52 fme 1.115.4.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [09953420bb49df8c161e848fcbe828e566440424]

        INTEGRATION: CWS cellborders (1.97.4); FILE MERGED 2004/06/07 15:53:14 dvo 1.97.4.1: #i29551# new CollapsingBorders property

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [385b88e802179c29d653ebcb8fb0c5ebc447429a]

        INTEGRATION: CWS cellborders (1.159.16); FILE MERGED 2004/06/07 15:53:15 dvo 1.159.16.3: #i29551# new CollapsingBorders property 2004/05/29 20:05:39 fme 1.159.16.2: RESYNC: (1.159-1.161); FILE MERGED 2004/05/27 14:19:51 fme 1.159.16.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b7d47dae394ac955e12392dec7434697aefe4312]

        INTEGRATION: CWS cellborders (1.55.20); FILE MERGED 2004/06/14 09:56:45 fme 1.55.20.8: #i29552# Collapsing table borders 2004/06/14 07:13:22 fme 1.55.20.7: #i29552# Collapsing table borders 2004/06/10 12:52:50 fme 1.55.20.6: RESYNC: (1.59-1.60); FILE MERGED 2004/06/08 10:14:29 fme 1.55.20.5: #i29552# correction 2004/06/08 09:54:36 fme 1.55.20.4: #i29552# lcl_CalcTopAndBottomMargins has to be used for cellbreak stuff 2004/06/08 08:16:51 fme 1.55.20.3: #i29552# Collapsing table borders 2004/05/29 19:54:35 fme 1.55.20.2: RESYNC: (1.55-1.59); FILE MERGED 2004/05/27 14:19:50 fme 1.55.20.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f7e655aa54f814ad2cac03525c508ace256a5613]

        INTEGRATION: CWS cellborders (1.79.18); FILE MERGED 2004/06/08 08:16:50 fme 1.79.18.8: #i29552# Collapsing table borders 2004/06/02 07:29:23 fme 1.79.18.7: #i29552# Collapsing table borders 2004/06/01 14:28:55 fme 1.79.18.6: #i29552# Collapsing table borders 2004/06/01 14:11:20 fme 1.79.18.5: #i29552# Collapsing table borders - Some more pixel shifting 2004/05/31 11:03:21 fme 1.79.18.4: #i29552# Collapsing table border - key type of multimap should be const 2004/05/29 19:54:02 fme 1.79.18.3: RESYNC: (1.79-1.81); FILE MERGED 2004/05/27 14:19:49 fme 1.79.18.2: #i29552# Collapsing table borders 2004/05/27 09:27:34 fme 1.79.18.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [f0abdfe81655496fed241d69e072497c1e8955c4]

        INTEGRATION: CWS cellborders (1.8.80); FILE MERGED 2004/06/10 12:50:52 fme 1.8.80.3: RESYNC: (1.9-1.10); FILE MERGED 2004/05/29 19:51:07 fme 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/27 14:19:49 fme 1.8.80.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1c81c93e8837bc87e92ac07d535e1c7d8baac869]

        INTEGRATION: CWS cellborders (1.4.190); FILE MERGED 2004/05/29 19:50:59 fme 1.4.190.2: RESYNC: (1.4-1.5); FILE MERGED 2004/05/27 14:19:48 fme 1.4.190.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [b0a6d030dde863c4c84ecb21aed9de11057f9498]

        INTEGRATION: CWS cellborders (1.36.48); FILE MERGED 2004/06/10 12:50:36 fme 1.36.48.3: RESYNC: (1.37-1.38); FILE MERGED 2004/05/29 19:50:06 fme 1.36.48.2: RESYNC: (1.36-1.37); FILE MERGED 2004/05/27 14:19:48 fme 1.36.48.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [abdcc3cc73a55ecbb82f75cfa3e33e4f771e89a4]

        INTEGRATION: CWS cellborders (1.28.164); FILE MERGED 2004/05/29 19:42:50 fme 1.28.164.2: RESYNC: (1.28-1.29); FILE MERGED 2004/05/27 14:19:47 fme 1.28.164.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ebdcf66d72d9a835ac6b99668592dff8bb459f05]

        INTEGRATION: CWS cellborders (1.46.20); FILE MERGED 2004/05/29 19:43:43 fme 1.46.20.2: RESYNC: (1.46-1.47); FILE MERGED 2004/05/27 14:19:46 fme 1.46.20.1: #i29552# Collapsing table borders

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [c1b3a88b2eea828fbf711b2467ad61c937b6e1df]

        INTEGRATION: CWS cellborders (1.93.4); FILE MERGED 2004/06/07 15:51:23 dvo 1.93.4.1: #i29551# new CollapsingBorders properties

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [efe3ae62f34997e8f99e39ef6773100f9daf10b5]

        INTEGRATION: CWS cellborders (1.25.120); FILE MERGED 2004/05/27 14:17:59 fme 1.25.120.1: #i29552# Collapsing table borders

2004-07-12  Malte Timmermann  <mt@openoffice.org>  [9f34fde7a8750b856570b5e855d2ecb226bf0c23]

        libxmlsec

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6cdf69f413d1fdf086b41302dbbcd6fe2bcc3759]

        INTEGRATION: CWS jl9 (1.4.6); FILE MERGED 2004/06/29 09:43:55 is 1.4.6.1: #i29432# adding assemblies to Windows Installer

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [993198d0d8ee256f4ca0ee53d64c7a03145a2c74]

        INTEGRATION: CWS jl9 (1.22.12); FILE MERGED 2004/07/06 09:49:42 jl 1.22.12.3: #i29432# assemblies were not installed with new c++ compiler 2004/07/01 13:59:26 jl 1.22.12.2: RESYNC: (1.22-1.23); FILE MERGED 2004/06/29 09:46:58 is 1.22.12.1: #i29432# adding assemblies to Windows Installer

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7c5313716a72de9d1aeb4590ee033dad72c7549c]

        INTEGRATION: CWS jl9 (1.1.2); FILE ADDED 2004/06/02 14:50:04 jl 1.1.2.1: #i29787#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [1708654767297bcd09a28242aaf3e5aebb631b7f]

        INTEGRATION: CWS jl9 (1.1.2); FILE ADDED 2004/06/02 14:49:53 jl 1.1.2.1: #i29787#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [53c545809f59e66fbc255f4e33a73a9f920973c5]

        INTEGRATION: CWS jl9 (1.1.2); FILE ADDED 2004/06/02 14:49:40 jl 1.1.2.1: #i29787#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [20dd1d80da2c7399642c2ee7144d3680d5d83bf9]

        INTEGRATION: CWS jl9 (1.7.20); FILE MERGED 2004/06/21 15:03:49 jl 1.7.20.1: #i20317# strongly named assemblies

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [00ec513195a99242bc281021a7a17e846cf2a346]

        INTEGRATION: CWS jl9 (1.9.18); FILE MERGED 2004/06/21 15:03:48 jl 1.9.18.1: #i20317# strongly named assemblies

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [2aba0b424d544d50d48740ba28bbfa9de1e1d730]

        INTEGRATION: CWS jl9 (1.2.2); FILE ADDED 2004/06/21 15:01:23 jl 1.2.2.1: #i20317#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [93c6a79800dc82c5c1699a87d29363df9cddf09e]

        INTEGRATION: CWS jl9 (1.4.24); FILE MERGED 2004/07/01 11:30:07 jl 1.4.24.4: #i29787# added bootstrap() 2004/07/01 08:27:46 jl 1.4.24.3: #i29787# 2004/06/21 15:03:48 jl 1.4.24.2: #i20317# strongly named assemblies 2004/06/02 14:45:53 jl 1.4.24.1: #i29787# cli_cppuhelper uses delayload for its linked libraries

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [664480ec042d8417a6193f7b66047828901c3a70]

        INTEGRATION: CWS jl9 (1.5.24); FILE MERGED 2004/06/21 15:03:47 jl 1.5.24.2: #i20317# strongly named assemblies 2004/06/02 14:45:52 jl 1.5.24.1: #i29787# cli_cppuhelper uses delayload for its linked libraries

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [3c56fd89cc74a60518e28bdcd0df6243d5a54d5d]

        INTEGRATION: CWS jl9 (1.1.2); FILE ADDED 2004/06/21 15:02:00 jl 1.1.2.1: #i20317#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [a3295be54336ee87c8feb13259dc010b0eb8badf]

        INTEGRATION: CWS jl9 (1.6.18); FILE MERGED 2004/06/30 14:06:09 jl 1.6.18.1: #i29433# adapt to uno changes like multiinheritance and parameterized structs

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [03679336cd31b93ebce86ac8ae71be2cf5cdb8c5]

        INTEGRATION: CWS jl9 (1.4.24); FILE MERGED 2004/06/30 14:06:08 jl 1.4.24.1: #i29433# adapt to uno changes like multiinheritance and parameterized structs

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [dcb319441f74e74940317e6ba6cbe4bdcc9e1a5c]

        INTEGRATION: CWS jl9 (1.9.24); FILE MERGED 2004/06/30 14:06:08 jl 1.9.24.1: #i29433# adapt to uno changes like multiinheritance and parameterized structs

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [06dba08b7957c6aae23d082186ed5f4793058f7c]

        INTEGRATION: CWS jl9 (1.6.20); FILE MERGED 2004/07/02 11:06:05 jl 1.6.20.3: #i20317# did not build with VS2003 2004/06/30 14:06:08 jl 1.6.20.2: #i29433# adapt to uno changes like multiinheritance and parameterized structs 2004/06/21 15:03:46 jl 1.6.20.1: #i20317# strongly named assemblies

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6e1658cb08e35a2822fe0c95d0b9ba221804100c]

        INTEGRATION: CWS jl9 (1.1.2); FILE ADDED 2004/06/21 15:00:07 jl 1.1.2.1: #i20317#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ff0e121b1668ec805b5293c9605ef87810c05b66]

        INTEGRATION: CWS jl9 (1.1.2); FILE ADDED 2004/06/21 14:59:27 jl 1.1.2.1: #i20317#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [459d1618b10f599c2f488121c93b58f038f4fea8]

        INTEGRATION: CWS jl9 (1.4.24); FILE MERGED 2004/06/30 14:06:08 jl 1.4.24.3: #i29433# adapt to uno changes like multiinheritance and parameterized structs 2004/06/21 15:27:51 jl 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2004/06/21 15:03:46 jl 1.4.24.1: #i20317# strongly named assemblies

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [74c732ebd80aa44b9d468b265e34f4fa5aae3145]

        INTEGRATION: CWS jl9 (1.2.4); FILE MERGED 2004/06/30 14:23:53 jl 1.2.4.1: #i29433# adapt to uno changes like multiinheritance and parameterized structs

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0a9313b2adbf6fc1804105b9d73dcecf94fb4e9a]

        INTEGRATION: CWS jl9 (1.6.10); FILE MERGED 2004/06/30 14:23:52 jl 1.6.10.1: #i29433# adapt to uno changes like multiinheritance and parameterized structs

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [6c91af3ded524cdbfbbaa24512d61b55b4f37259]

        INTEGRATION: CWS jl9 (1.2.22); FILE MERGED 2004/06/30 14:23:52 jl 1.2.22.1: #i29433# adapt to uno changes like multiinheritance and parameterized structs

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [38b30ec0f410d706ca722571d660b5cd5a11f1ee]

        INTEGRATION: CWS jl9 (1.3.18); FILE MERGED 2004/06/30 14:23:51 jl 1.3.18.1: #i29433# adapt to uno changes like multiinheritance and parameterized structs

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [316c35bfbd49c311009632de3c98ee715d24d835]

        INTEGRATION: CWS jl9 (1.1.2); FILE ADDED 2004/06/30 14:25:17 jl 1.1.2.1: #i29433#

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [802cf78e99dac919efa2412a41fa0b7b0538492a]

        INTEGRATION: CWS jl9 (1.2.22); FILE MERGED 2004/06/30 14:23:51 jl 1.2.22.1: #i29433# adapt to uno changes like multiinheritance and parameterized structs

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [44e9c46a2a03585c244ef030e450d00133a3b234]

        INTEGRATION: CWS jl9 (1.2.22); FILE MERGED 2004/06/30 14:23:50 jl 1.2.22.1: #i29433# adapt to uno changes like multiinheritance and parameterized structs

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [87474eb67b3491c931a5ad4381227f1e4a70dc61]

        INTEGRATION: CWS jl9 (1.3.18); FILE MERGED 2004/06/30 14:23:50 jl 1.3.18.1: #i29433# adapt to uno changes like multiinheritance and parameterized structs

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [18ead2c19718afa8d47277d1c998345c0c85c7c5]

        INTEGRATION: CWS jl9 (1.10.4); FILE MERGED 2004/06/30 15:01:58 jl 1.10.4.1: #i29433# disabling build because the java component cannot be registered

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [8dda6c17fb2f4a2e889d76777f6a0c365e6ce8b1]

        INTEGRATION: CWS jl9 (1.28.6); FILE MERGED 2004/07/05 12:28:33 jl 1.28.6.1: #i29433# cli_uno bridge was not build

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [330e1a34e480a1089406ce221397fb57eb673747]

        INTEGRATION: CWS jl9 (1.62.74); FILE MERGED 2004/07/01 13:59:17 jl 1.62.74.2: RESYNC: (1.62-1.63); FILE MERGED 2004/06/30 14:22:49 jl 1.62.74.1: #i29433# added tool CLIMAKER

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [36f5cf3132b091144269535316422be694934863]

        INTEGRATION: CWS jl9 (1.147.2); FILE MERGED 2004/06/30 14:22:49 jl 1.147.2.1: #i29433# added tool CLIMAKER

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [cb6e228ff3b475134d63bb6f31ee1e94bdd1a381]

        INTEGRATION: CWS jl9 (1.4.2); FILE MERGED 2004/06/29 09:45:30 is 1.4.2.1: #i29432# adding assemblies to Windows Installer Issue number: Submitted by: Reviewed by:

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [7a904907babf7d8c4e533408d8c41e9cb86962f0]

        INTEGRATION: CWS jl9 (1.1.2); FILE ADDED 2004/06/29 09:46:07 is 1.1.2.1: #i29432# adding assemblies to Windows Installer Issue number: Submitted by: Reviewed by:

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [ba683266f028b9a60421085896460afe70a6ffdb]

        INTEGRATION: CWS jl9 (1.3.6); FILE MERGED 2004/07/01 14:42:49 jl 1.3.6.2: #i29432# removed conflict 2004/06/29 09:44:26 is 1.3.6.1: #i29432# adding assemblies to Windows Installer Issue number: Submitted by: Reviewed by:

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0f8efbf98f8d1176f130225716efa26bcaaa6266]

        INTEGRATION: CWS jl9 (1.16.38); FILE MERGED 2004/06/02 14:42:01 jl 1.16.38.1: #i29787# osl_loadModule now uses LoadLibraryEx with altered search path as fallback

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [adc3bcd7f432a10dcbfb3af313182ccab96b7fe5]

        INTEGRATION: CWS redlincom (1.7.84); FILE MERGED 2004/07/02 17:30:24 er 1.7.84.2: #112261# differentiate between move and deletion 2004/07/02 14:35:32 er 1.7.84.1: #112261# add comment if rejection may have resulted in references not properly restored in formulas

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [55c41a4489b1e4d070f67d18739f66abfc5f98e7]

        INTEGRATION: CWS redlincom (1.52.82); FILE MERGED 2004/07/05 12:15:24 er 1.52.82.3: #112261# hngngn.. remove one blank 2004/07/02 17:30:45 er 1.52.82.2: #112261# differentiate between move and deletion 2004/07/02 14:35:47 er 1.52.82.1: #112261# add comment if rejection may have resulted in references not properly restored in formulas

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [0927ba0c79a083325cdbbc33108977b5ff8d0ea8]

        INTEGRATION: CWS redlincom (1.20.44); FILE MERGED 2004/07/02 17:30:44 er 1.20.44.2: #112261# differentiate between move and deletion 2004/07/02 14:35:46 er 1.20.44.1: #112261# add comment if rejection may have resulted in references not properly restored in formulas

2004-07-12  Rüdiger Timm  <rt@openoffice.org>  [622736eb0854e065314b3cfe2c482e63d7b29fab]

        INTEGRATION: CWS redlincom (1.21.44); FILE MERGED 2004/07/02 14:35:32 er 1.21.44.1: #112261# add comment if rejection may have resulted in references not properly restored in formulas

2004-07-12  Malte Timmermann  <mt@openoffice.org>  [92c5b59eb9ba53aa5c4f708d7c7e01c6b4cfff89]

        libxmlsec

2004-07-09  Rüdiger Timm  <rt@openoffice.org>  [9d283b485c975fff7016b9c7e7b07d99757509bb]

        #i10000# Fix by IS

2004-07-09  Rüdiger Timm  <rt@openoffice.org>  [bfb6b25164f74b05bb054caa0604ff6f10d211f6]

        #100000# get_tags now needs a fourth return value.

2004-07-09  Oliver Bolte  <obo@openoffice.org>  [0f38fe746f8140696eeb541542bb2271a8ab7c64]

        #i10000# config import missing

2004-07-09  Oliver Bolte  <obo@openoffice.org>  [95d66ed44ac7bd6d6bb86ac88764a7a1b6b42d49]

        #i10000# presentation full screen

2004-07-09  Gregor Hartmann  <gh@openoffice.org>  [8c7c9465b6a35c829294a829cfc3152e5dc9ce6e]

        #i31221# #i31229#fix tear-off and context-menu for toolboxes

2004-07-09  Gregor Hartmann  <gh@openoffice.org>  [279643261156afebcae98baf65b31e48f8210474]

        #i31221# #i31229#new methods to get ItemDropDown and Menubutton rects to click on

2004-07-08  Rüdiger Timm  <rt@openoffice.org>  [b577330d05bc0d79b5d902ee2bedb2cbc9227afe]

        new version for SRC680

2004-07-08  Oliver Bolte  <obo@openoffice.org>  [21c5027fd0e5fc90b1f065c5fb940d51b854501c]

        #i10000# wrong merge resolved

2004-07-08  Oliver Bolte  <obo@openoffice.org>  [49f9c576c2141c291c839affa3e9b11e7c545422]

        #i10000# configuration moved from scp2

2004-07-08  Rüdiger Timm  <rt@openoffice.org>  [5f08c247368b7543ef49fbfc6ce7eed907715aa0]

        #i10000# Changed naming convention

2004-07-08  Oliver Bolte  <obo@openoffice.org>  [e015c1028ab3e679d322106b58e10225829ed8a5]

        #i10000# typo fixed

2004-07-08  Oliver Bolte  <obo@openoffice.org>  [0348cd8b2d3bf88932c4b00b42b40253f2bd8918]

        #i10000# rid_str_enum_side_align obsolete

2004-07-08  Rüdiger Timm  <rt@openoffice.org>  [db8b8193b4684f0fd9597c198e83de3c87caf059]

        new version for SRC680

2004-07-08  Kurt Zenker  <kz@openoffice.org>  [38c74fadd7d904cae4a6040ab0009c80507837b6]

        new version for SRC680

2004-07-08  Kurt Zenker  <kz@openoffice.org>  [9a63a71474b3dc5d2201ced2e94bdbdee73a8c91]

        new version for SRC680

2004-07-07  Kurt Zenker  <kz@openoffice.org>  [a81168805d0eb08f404d0af27e9d04c07cac4410]

        new version for SRC680

2004-07-07  Kurt Zenker  <kz@openoffice.org>  [cf5e2fb5ded6904bcf4c7fea9b07b826172342ad]

        new version for SRC680

2004-07-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6340d16e5f2b681aeaef865f70cd97748da9c6f9]

        #i10000# fix usage of removed things

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [2b47ca80a7582ab5de48096cee0a60bcca8a9dae]

        #i10000# for scope

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [3cf8a38e6769aba217290ddd51d3080968631007]

        #i10000# ico code change

2004-07-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1fda1b274b95ddecc3f5b663dc60ad65f6be719a]

        #i10000# resolve ambiguity

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [36ad530d1bb659b7b50b29c1679a8b4b225cd001]

        #i10000# resolve merge problems

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [3adff387a902a71144332879515ee9656ea3d38a]

        #i10000# iso code change

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [d65942ac21834e895f65f02e30d9064355de8dbf]

        #i10000# merge problems solved

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [70480cd4ca58ea19cf2d82dbcdfdfa4f94479c31]

        #i10000# merge problems solved

2004-07-07  Rüdiger Timm  <rt@openoffice.org>  [901422cea15361afcfa4e95636fedf80731bfeca]

        new version for SRC680

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [fbb5646b92826e35509ce12d8e68830c7d8fd155]

        #10000# merge problems resolved

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [71bd72c77a7768ccce2d43cb86544cf153b0fd80]

        #i10000# resolver merge problems

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [a9b14935d88c41ba91fa67b99f51eb29306855fe]

        #i10000# resolve merge problems

2004-07-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6b43fe5052d2598248b6193d3b566903db05c4a9]

        #i10000# remove false prefixes

2004-07-07  Kurt Zenker  <kz@openoffice.org>  [f6ec30384535162c74ba8daf8ed14a004e966ae1]

        new version for SRC680

2004-07-07  Kurt Zenker  <kz@openoffice.org>  [a5003e84ae5a4a17c8e874b02c6afd91577addde]

        new version for SRC680

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [485b66cde46cc3338275309475a9a77e5f4e97d8]

        #i10000# mergeconflicts buildable resolved

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [584ee96ee18fcfe4762b57e411405bf4dede2e19]

        #i10000# create user interface configuration package

2004-07-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [74b72a2d60556485ecf101f243bfe61cec8bc10c]

        #i10000# old noniso entries

2004-07-07  Oliver Bolte  <obo@openoffice.org>  [398b8e1e3139f7471122a9bc2d549d143ace5084]

        #i10000# merge conflicts resolved

2004-07-07  Kurt Zenker  <kz@openoffice.org>  [3afd03c2eab05cf155f2f2a9bd671b2ea889473f]

        new version for SRC680

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0b9bb132439e4fc5bd9ea150b92f9d8905a4d203]

        SRC680

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1957855d309b65ce06cfbdfc591917c41bccd232]

        INTEGRATION: CWS docking1 (1.3.18); FILE MERGED 2004/06/21 06:31:52 cd 1.3.18.2: #i25238# Added configuration files for toolbar position and ui names 2004/06/14 06:01:42 cd 1.3.18.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [69e9643fe37b0b26f1cc0549b00e63bc9c23c24f]

        INTEGRATION: CWS docking1 (1.2.52); FILE MERGED 2004/06/21 06:31:52 cd 1.2.52.5: #i25238# Added configuration files for toolbar position and ui names 2004/06/14 12:52:37 cd 1.2.52.4: #i25236# Fixed typo for Writer/Web window state 2004/06/14 11:20:36 cd 1.2.52.3: #i25236# UI configuration is installed in a single zip archive 2004/06/14 06:31:52 cd 1.2.52.2: #i25236# Added Typo fixed for writer schema files 2004/06/14 06:01:41 cd 1.2.52.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [73a2f3dc6682945bffcaca294c837b70d3586291]

        INTEGRATION: CWS docking1 (1.3.28); FILE MERGED 2004/06/21 06:31:51 cd 1.3.28.2: #i25238# Added configuration files for toolbar position and ui names 2004/06/14 06:01:40 cd 1.3.28.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [70cb59a870294602b9ca823bb46aedf8450430b4]

        INTEGRATION: CWS docking1 (1.3.28); FILE MERGED 2004/06/21 06:31:50 cd 1.3.28.3: #i25238# Added configuration files for toolbar position and ui names 2004/06/14 11:20:35 cd 1.3.28.2: #i25236# UI configuration is installed in a single zip archive 2004/06/14 06:01:40 cd 1.3.28.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [67fe4785870f36f3ca54bab22a991b2e8ebebcc1]

        INTEGRATION: CWS docking1 (1.2.52); FILE MERGED 2004/06/21 06:31:50 cd 1.2.52.2: #i25238# Added configuration files for toolbar position and ui names 2004/06/14 06:01:39 cd 1.2.52.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f597d29dc005a7a54213cc0f1e9fba808a292dba]

        INTEGRATION: CWS docking1 (1.2.52); FILE MERGED 2004/06/21 06:31:50 cd 1.2.52.3: #i25238# Added configuration files for toolbar position and ui names 2004/06/14 11:20:35 cd 1.2.52.2: #i25236# UI configuration is installed in a single zip archive 2004/06/14 06:01:39 cd 1.2.52.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e0a5fb94595abe4a9fa8bb2345a96bdff6d24b1c]

        INTEGRATION: CWS docking1 (1.2.52); FILE MERGED 2004/06/21 06:31:49 cd 1.2.52.2: #i25238# Added configuration files for toolbar position and ui names 2004/06/14 06:01:38 cd 1.2.52.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d7e74e8ff4e2bc5d44f34dd4d2e108c2ce58477f]

        INTEGRATION: CWS docking1 (1.2.52); FILE MERGED 2004/06/21 06:31:49 cd 1.2.52.3: #i25238# Added configuration files for toolbar position and ui names 2004/06/14 11:20:34 cd 1.2.52.2: #i25236# UI configuration is installed in a single zip archive 2004/06/14 06:01:38 cd 1.2.52.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [af349680f2b0600530b14a74b26dbe194ad1e8b9]

        INTEGRATION: CWS docking1 (1.4.28); FILE MERGED 2004/06/21 06:31:48 cd 1.4.28.2: #i25238# Added configuration files for toolbar position and ui names 2004/06/14 06:01:36 cd 1.4.28.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f2cb19ec2e607943882130332758063dd8fea0ad]

        INTEGRATION: CWS docking1 (1.4.20); FILE MERGED 2004/07/06 10:10:03 cd 1.4.20.4: RESYNC manually 2004/06/21 06:31:48 cd 1.4.20.3: #i25238# Added configuration files for toolbar position and ui names 2004/06/14 11:20:34 cd 1.4.20.2: #i25236# UI configuration is installed in a single zip archive 2004/06/14 06:01:36 cd 1.4.20.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [77e20f4a1079f62e855fe87606c771f04f29d0f8]

        INTEGRATION: CWS docking1 (1.76.4); FILE MERGED 2004/06/20 19:54:36 cd 1.76.4.9: #i30169# Added files for image manager 2004/06/17 20:53:00 cd 1.76.4.8: #i30169# Create commandimagelist file for images.zip packing 2004/06/16 13:46:58 cd 1.76.4.7: #i30169# Trace code added for startup performance measuring 2004/05/31 04:23:37 cd 1.76.4.6: RESYNC: (1.77-1.78); FILE MERGED 2004/05/12 08:27:23 cd 1.76.4.5: #i25117# Support toggle visibility of toolbar buttons 2004/05/02 00:44:43 cd 1.76.4.4: RESYNC: (1.76-1.77); FILE MERGED 2004/04/21 07:24:33 cd 1.76.4.3: #i24937# Additional classes 2004/04/05 08:09:35 cd 1.76.4.2: #i24937# Programmatic control of toolbar items 2004/03/08 06:41:10 cd 1.76.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [dd7a3ae562d45ae6f246a2b5d1e01b340c1e430e]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/06/20 19:56:39 cd 1.3.2.4: #i30169# Added files for image manager 2004/06/01 10:55:38 cd 1.3.2.3: #i10000# Fixed merge problems 2004/05/31 04:21:53 cd 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2004/04/05 08:03:54 cd 1.3.2.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5051c58f4ae054fcd6acd9fa7135fb93f0e140b6]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b8a581c296bb7944be62f830184adfb1574d5cc8]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/07/06 10:08:22 cd 1.3.2.3: RESYNC manually 2004/05/31 04:15:35 cd 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/05 07:59:27 cd 1.3.2.1: #i25241# Customization of toolbars with popup menu

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9c563bbd408c67d1b61ef18e0cba7eda45132413]

        INTEGRATION: CWS docking1 (1.19.4); FILE MERGED 2004/07/06 10:08:09 cd 1.19.4.5: RESYNC manually 2004/05/31 04:14:45 cd 1.19.4.4: RESYNC: (1.19-1.20); FILE MERGED 2004/05/12 08:27:21 cd 1.19.4.3: #i25117# Support toggle visibility of toolbar buttons 2004/04/21 06:49:41 cd 1.19.4.2: #i24937# New service to load/store states of dockable windows 2004/03/08 06:41:03 cd 1.19.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [93a3703be3416347fcbfd36a8df3426d9b7e9150]

        INTEGRATION: CWS docking1 (1.184.8); FILE MERGED 2004/06/21 08:43:32 ssa 1.184.8.13: #i25121# changed menubutton gradient, correct paint error when locking/unlocking 2004/06/04 15:40:14 ssa 1.184.8.12: #i25121# support for subtoolbars 2004/05/30 11:01:01 cd 1.184.8.11: RESYNC: (1.187-1.189); FILE MERGED 2004/05/11 17:25:07 ssa 1.184.8.10: #i25117# support for toolbar locking 2004/04/29 14:17:28 ssa 1.184.8.9: #i25117# rework toolbox drawing code to allow for multiple toolbars in one line 2004/04/21 16:57:35 ssa 1.184.8.8: #i24913# keep track of the window position of frame windows 2004/04/07 16:47:01 ssa 1.184.8.7: #i24913# docking without Ctrl, provide drag area 2004/04/06 08:53:40 ssa 1.184.8.6: #i24939# enable startdocking during mouse move only after single-click 2004/04/05 16:20:18 ssa 1.184.8.5: #i24939# double-click should not trigger start/end docking 2004/04/02 12:06:22 ssa 1.184.8.4: #i24913# provide method to actively query the mouse pointer 2004/03/29 08:26:55 cd 1.184.8.3: RESYNC: (1.184-1.187); FILE MERGED 2004/03/25 16:00:07 ssa 1.184.8.2: #i24913# extend dockable interface 2004/03/24 17:57:14 ssa 1.184.8.1: #i24913# support for dockable windows via toolkit

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6a8ef62eb4bb24ab8062b6bce2cee68ea6051e14]

        INTEGRATION: CWS docking1 (1.64.38); FILE MERGED 2004/07/02 13:37:44 pl 1.64.38.36: #i30930# avoid enless autoresizing loop 2004/06/29 16:17:21 pl 1.64.38.35: setting of background to white breaks high contrast mode 2004/06/25 13:29:33 ssa 1.64.38.34: #i25121# reformat after sizing change 2004/06/23 08:54:55 ssa 1.64.38.33: #i25121# save against destruction in EndTracking 2004/06/22 15:52:43 ssa 1.64.38.32: #i25121# optimize resizing in floatingmode 2004/06/22 08:00:33 ssa 1.64.38.31: #i25121# remove warnings 2004/06/21 15:52:21 ssa 1.64.38.30: #i25121# correct selection paint error on item with windows 2004/06/21 10:18:21 ssa 1.64.38.29: #i25121# improve reapint of drag area 2004/06/21 08:43:31 ssa 1.64.38.28: #i25121# changed menubutton gradient, correct paint error when locking/unlocking 2004/06/17 14:16:42 ssa 1.64.38.27: #i25121# paint improvements, correct size calculation after undocking, helpidstring 2004/06/16 09:49:06 ssa 1.64.38.26: #i25121# improve floater positioning 2004/06/14 13:52:35 ssa 1.64.38.25: #i25121# improve gradient 2004/06/09 17:19:48 ssa 1.64.38.24: #i25121# implement popupmode 2004/06/04 15:40:13 ssa 1.64.38.23: #i25121# support for subtoolbars 2004/06/01 08:38:34 cd 1.64.38.22: #i25117# Fixed merge problem 2004/05/30 11:00:42 cd 1.64.38.21: RESYNC: (1.65-1.68); FILE MERGED 2004/05/27 16:53:24 ssa 1.64.38.20: #i25117# override floating mode when calculating docked sizes 2004/05/27 14:42:12 ssa 1.64.38.19: #i25117# correct gradient painting, no group breaks when being docked 2004/05/27 13:18:06 cd 1.64.38.18: #i25117# Fixed problem with CalcMinimumWindowSizePixel 2004/05/27 09:01:14 ssa 1.64.38.17: #i25117# no border for dockable toolbars 2004/05/25 15:27:04 ssa 1.64.38.16: #i25117# provide CalcMinimumWindowSize 2004/05/18 16:39:03 ssa 1.64.38.15: #i24913# execute toolbox menu asynchronously 2004/05/13 13:04:11 ssa 1.64.38.14: #i25117# undocking only when double click on empty toolbox space and not on buttons 2004/05/11 17:25:00 ssa 1.64.38.13: #i25117# support for toolbar locking 2004/05/10 15:33:16 ssa 1.64.38.12: #i25117# improve customization menu support 2004/05/07 15:54:26 ssa 1.64.38.11: #i25117# support menu and indicator for clipped toolbar items and customization menu 2004/05/04 16:34:46 ssa 1.64.38.10: #i25117# draw gradient, get rid of MOD1 for old docking windows 2004/05/01 23:22:29 cd 1.64.38.9: RESYNC: (1.64-1.65); FILE MERGED 2004/04/29 18:30:31 ssa 1.64.38.8: #i25117# improve floating toolbar sizing 2004/04/29 16:26:29 ssa 1.64.38.7: #i25117# avoid endless loop due to breakitem 2004/04/29 14:17:26 ssa 1.64.38.6: #i25117# rework toolbox drawing code to allow for multiple toolbars in one line 2004/04/14 14:48:29 ssa 1.64.38.5: #i25115# improve resizing of floating toolbars 2004/04/14 13:36:56 ssa 1.64.38.4: #i25115# improve painting of drag area and resizing of floating toolbars 2004/04/07 16:47:01 ssa 1.64.38.3: #i24913# docking without Ctrl, provide drag area 2004/04/06 16:49:13 ssa 1.64.38.2: #i24913# improve calculation of dockingrect 2004/04/02 12:06:22 ssa 1.64.38.1: #i24913# provide method to actively query the mouse pointer

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a1fc41bbf17491c3ce452a530ae39cf1d1d49d3f]

        INTEGRATION: CWS docking1 (1.14.4); FILE MERGED 2004/06/24 12:40:24 dfoster 1.14.4.8: #i30032# 2004/06/21 13:08:22 cd 1.14.4.7: #i30169# Now toolbar states for the non-sfx modules 2004/06/21 06:31:51 cd 1.14.4.6: #i25238# Added configuration files for toolbar position and ui names 2004/06/17 21:16:14 cd 1.14.4.5: #i10000# Fixed missing entry for WindowState.xcs 2004/06/14 12:06:09 cd 1.14.4.4: #i25236# UI configuration is installed in a single zip archive 2004/06/14 11:20:35 cd 1.14.4.3: #i25236# UI configuration is installed in a single zip archive 2004/06/14 07:01:46 cd 1.14.4.2: #i25236# Added toolbar window state for Basic IDE 2004/06/14 06:01:41 cd 1.14.4.1: #i25236# Added files for persistent toolbar window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4ca22ff0e3c3049f96b724e13e2a72e68e567f10]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/21 11:09:50 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 07:37:45 cd 1.1.2.1: #i25236# XML based toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1d7db26dd7cdc64b338eb441895346efb7f73f25]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/05 07:57:48 cd 1.2.4.1: #i26252# New internal structure to transport toolbar data

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [45047ff2d6642a4c30d932e84414b0a11dbd9852]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/01 10:55:39 cd 1.2.4.3: #i10000# Fixed merge problems 2004/04/21 07:10:14 cd 1.2.4.2: #i24937# Added support to load/store a customized UI name for toolbars 2004/04/05 07:57:48 cd 1.2.4.1: #i26252# New internal structure to transport toolbar data

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [11f284eca4fd5bf5e6db360957dc651c7642ac68]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/01 10:55:39 cd 1.2.4.3: #i10000# Fixed merge problems 2004/05/31 04:23:18 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/05 07:57:47 cd 1.2.4.1: #i26252# New internal structure to transport toolbar data

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0446c57cb38232002af2f20ff30d4963c67045d0]

        INTEGRATION: CWS docking1 (1.3.20); FILE MERGED 2004/06/16 13:43:11 cd 1.3.20.1: #i30169# First implementation of an UNO based module image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3f03cb71c31da316686c7fa67b16888da27376ab]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/21 07:08:54 cd 1.2.4.1: #i24937# Added new factory definition schema to support an addon toolbar factory

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a8db12ec6a9fae4b2ce1ce0b1558f93a68833a0c]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/05 08:08:29 cd 1.1.2.2: #i24937# Programmatic control of toolbar items 2004/03/08 06:43:19 cd 1.1.2.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4d65e31007da8137146e1a9fda9a553a24fd3c5d]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 08:31:31 cd 1.1.2.1: #i26252# Added toolbar controller factory

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [443c94cba45a7d24f6872957576888f94845ec2c]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/05/12 08:27:23 cd 1.2.4.3: #i25117# Support toggle visibility of toolbar buttons 2004/04/21 07:23:52 cd 1.2.4.2: #i24937# Added new factory for addon toolbars 2004/03/08 06:41:09 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [42be17a4068f224833bb48764d26864fb4f94f49]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/21 06:47:52 cd 1.1.2.1: #i24937# New toolbar factory for addons which use a different definition structure

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [44ec16c7186554a416b5a95d30db82e0135e6d9e]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/05 07:00:27 cd 1.2.4.3: #i30169# Support rotate/mirror for languages with right-to-left/vertical text layout 2004/06/16 13:45:09 cd 1.2.4.2: #i30169# First implementation of an UNO based module image manager 2004/04/05 08:03:55 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6a8f6d23dce92cb026752861a4c91fdff2a559c7]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/23 11:57:29 cd 1.1.2.4: #i25238# Changes to the UI options must be respected 2004/04/07 09:43:49 cd 1.1.2.3: #i25238# Better docking according to toolbar specification 2004/04/05 08:03:54 cd 1.1.2.2: #i24937# Programmatic control of toolbar items 2004/03/08 06:42:20 cd 1.1.2.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4ee3b10edeb22d72c3ad39d4ef956a3b438b2af9]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/28 21:08:12 cd 1.1.2.3: #i25239# Custom toolbars must be visible in toolbars popup menu 2004/06/20 19:56:40 cd 1.1.2.2: #i30169# Added files for image manager 2004/05/12 08:32:36 cd 1.1.2.1: #i25239# New popup menu controller to have access to all available toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2723b0ea8ffac85f7ec96f318ea6363a44525b0b]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/07/05 07:00:25 cd 1.1.2.27: #i30169# Support rotate/mirror for languages with right-to-left/vertical text layout 2004/07/02 11:24:35 cd 1.1.2.26: #i25117# Hold a reference to ourself if we open the context menu - we can be destroyed when we execute a command from the menu 2004/06/28 19:34:34 cd 1.1.2.25: #i30169# Retrieve background color of toolbar before image request 2004/06/28 16:58:43 cd 1.1.2.24: #i26252# Update controllers flag must be initialized 2004/06/25 07:47:37 cd 1.1.2.23: #i24937# Use UIName property to set the window title 2004/06/23 16:10:01 cd 1.1.2.22: #i26252# Toolbarmanager must be frameAction listener 2004/06/20 19:56:40 cd 1.1.2.21: #i30169# Added files for image manager 2004/06/18 15:40:12 toconnor 1.1.2.20: #i20055# - new Customize toolbar tab, pass ResourceURL of toolbar being customized 2004/06/18 13:00:27 ssa 1.1.2.19: #i25121# set extended toolbar name for testtool 2004/06/17 20:50:28 cd 1.1.2.18: #i30169# Added listener interface for notification from image manager 2004/06/17 16:25:22 ssa 1.1.2.17: #i25121# set toolbar name for testtool 2004/06/16 13:46:40 cd 1.1.2.16: #i30169# Trace code added for startup performance measuring 2004/05/14 16:33:18 cd 1.1.2.15: #i25238# Layoutmanager does layout with resize listener - don't call doLayout() 2004/05/12 08:27:22 cd 1.1.2.14: #i25117# Support toggle visibility of toolbar buttons 2004/05/11 17:27:19 ssa 1.1.2.13: #i25117# support for toolbar locking 2004/05/11 14:57:13 ssa 1.1.2.12: #i25117# improve customization menu support, removed old command handler 2004/05/10 15:34:34 ssa 1.1.2.11: #i25117# customization menu support 2004/05/10 08:44:50 cd 1.1.2.10: #i25241# Use retrieved position of menu items to remove them from popup menu 2004/04/29 14:20:33 ssa 1.1.2.9: #i23703# add dropdown handler and set toolbox buttonsize 2004/04/23 11:57:28 cd 1.1.2.8: #i25238# Changes to the UI options must be respected 2004/04/21 14:18:56 cd 1.1.2.7: #i25238# Added support for XDockableWindowListener 2004/04/21 07:07:28 cd 1.1.2.6: #i24937# Some bugfixes 2004/04/07 09:43:48 cd 1.1.2.5: #i25238# Better docking according to toolbar specification 2004/04/06 07:58:33 cd 1.1.2.4: #i25238# First implementation to support docking with full toolbars 2004/04/05 15:13:36 cd 1.1.2.3: #i24939# Better docking behavior 2004/04/05 08:03:54 cd 1.1.2.2: #i24937# Programmatic control of toolbar items 2004/03/08 06:42:19 cd 1.1.2.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [51e2224150da0fe9be38e913b6ad5b1ef5162582]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/21 09:18:43 cd 1.1.2.3: #i25238# Use handlers from base class 2004/04/07 09:43:48 cd 1.1.2.2: #i25238# Better docking according to toolbar specification 2004/04/05 07:56:35 cd 1.1.2.1: #i24939# New docking code for toolbars/floaters

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f25ed9d40b8168ca9db27965045247393522ede4]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/25 07:47:36 cd 1.2.4.2: #i24937# Use UIName property to set the window title 2004/04/21 07:03:43 cd 1.2.4.1: #i24937# Additional property to load/store customized UI name for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d6182226c662e5c2ddce7705b86aace6a06c9932]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/01 09:13:06 cd 1.2.4.6: #i10000# Fixed merge problem 2004/05/31 04:21:44 cd 1.2.4.5: RESYNC: (1.2-1.3); FILE MERGED 2004/05/12 08:27:22 cd 1.2.4.4: #i25117# Support toggle visibility of toolbar buttons 2004/04/21 07:07:03 cd 1.2.4.3: #i24937# Added new addon classes for toolbars 2004/04/05 08:03:54 cd 1.2.4.2: #i24937# Programmatic control of toolbar items 2004/03/08 06:41:08 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4767520965fab9d9ab193e4a7ee43e1f009da103]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/27 13:15:32 cd 1.1.2.4: #i25238# New shrink algorithm for docked toolbars 2004/04/21 07:06:21 cd 1.1.2.3: #i26252# Additional work on generic toolbar controller 2004/04/05 08:03:54 cd 1.1.2.2: #i24937# Programmatic control of toolbar items 2004/03/08 06:48:34 cd 1.1.2.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [44975bc1444b97e654f24abf408c5a141b9bb2cc]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/21 07:05:44 cd 1.2.4.1: #i24937# Use new type support for dispatch URL's

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [775c0d7dbb1a18b27e713c375ec63b593e01c111]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/25 07:47:36 cd 1.2.4.2: #i24937# Use UIName property to set the window title 2004/04/21 07:03:42 cd 1.2.4.1: #i24937# Additional property to load/store customized UI name for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [73ca8d86870d25c5dfcbd068f21fa65e0873a072]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/21 06:47:23 cd 1.1.2.1: #i24937# Adapt addon implementation to support new toolbar concept

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [42455386f198f88d727a46a2ee640a80ef1c8794]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/23 16:10:00 cd 1.1.2.2: #i26252# Toolbarmanager must be frameAction listener 2004/04/21 06:47:11 cd 1.1.2.1: #i24937# Adapt addon implementation to support new toolbar concept

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a2aa09ff8b846180c6a7febbff2d8659a3ebbcbb]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/23 11:57:28 cd 1.1.2.3: #i25238# Changes to the UI options must be respected 2004/04/21 07:00:37 cd 1.1.2.2: #i24937# New service to load/store states of dockable windows 2004/03/08 06:39:09 cd 1.1.2.1: #i25236# Persistence toolbar/window state

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [da28d9e926c77b1427ed1d8065ac4b768d39c95f]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:09:19 cd 1.2.4.9: RESYNC manually 2004/06/25 06:27:00 cd 1.2.4.8: #i30707# Provide writable settings container if requested 2004/06/21 13:33:28 cd 1.2.4.7: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:39 cd 1.2.4.6: #i30169# Added files for image manager 2004/06/09 09:11:34 cd 1.2.4.5: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/01 10:55:38 cd 1.2.4.4: #i10000# Fixed merge problems 2004/05/31 04:21:27 cd 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/05/12 10:37:07 cd 1.2.4.2: #i24937# Fixed storing toolbars bug due to merge problems 2004/04/05 08:09:19 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1cf45b84a5a8bb48695817d75f685a79a3c23d0a]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/17 06:59:59 cd 1.2.4.7: #i30169# Fixed some problems with gcc compiler 2004/06/16 13:44:42 cd 1.2.4.6: #i30169# First implementation of an UNO based module image manager 2004/06/09 09:11:34 cd 1.2.4.5: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/01 10:55:37 cd 1.2.4.4: #i10000# Fixed merge problems 2004/05/31 04:21:17 cd 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/05/12 10:37:07 cd 1.2.4.2: #i24937# Fixed storing toolbars bug due to merge problems 2004/04/05 08:09:18 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ee2bb348d85bd2a9b4f4bf3c94abee6def48822e]

        INTEGRATION: CWS docking1 (1.3.12); FILE MERGED 2004/06/17 20:47:53 cd 1.3.12.2: #i30169# Provide a new property for initialize - module short name 2004/06/14 07:47:50 cd 1.3.12.1: #i24937# Performance optimization for startup

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [cb119d3291c52b50d0a43e26b0bca5a33aa46ec5]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/28 18:26:36 cd 1.1.2.9: #i30169# Wrong order of image stream names 2004/06/23 09:27:28 cd 1.1.2.8: #i30169# Provide command names instead of image names for getAllImageNames() 2004/06/21 13:33:27 cd 1.1.2.7: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:39 cd 1.1.2.6: #i30169# Added files for image manager 2004/06/18 13:04:01 ssa 1.1.2.5: #i30169# correct res path 2004/06/17 20:46:20 cd 1.1.2.4: #i30169# Added scaling for images with the wrong size 2004/06/17 06:59:59 cd 1.1.2.3: #i30169# Fixed some problems with gcc compiler 2004/06/17 06:39:43 cd 1.1.2.2: #i30169# First implementation of an UNO based module image manager 2004/06/16 13:39:06 cd 1.1.2.1: #i30169# First implementation of an UNO based module image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [8461044926a1c99bee2ad46ea33141148613de49]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/21 13:33:27 cd 1.2.4.4: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:38 cd 1.2.4.3: #i30169# Added files for image manager 2004/06/16 13:39:19 cd 1.2.4.2: #i30169# First implementation of an UNO based module image manager 2004/03/08 06:41:07 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [95e459d30abf4e427f6b50deb88694ec6716f2bf]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/28 18:26:13 cd 1.1.2.3: #i30169# Wrong order of image stream names 2004/06/21 13:33:26 cd 1.1.2.2: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:57:05 cd 1.1.2.1: #i30169# Added files for image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0a46a30e9104077c39605b1451f7731523ee2292]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/20 19:57:14 cd 1.1.2.1: #i30169# Added files for image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3f8f638db7c66f68b8d36be61029a91d3173c524]

        INTEGRATION: CWS docking1 (1.8.4); FILE MERGED 2004/04/30 08:39:22 cd 1.8.4.3: #i24937# Fixed crash and added toolbar to backing component 2004/04/21 14:18:55 cd 1.8.4.2: #i25238# Added support for XDockableWindowListener 2004/04/05 15:01:15 cd 1.8.4.1: #i24939# Better docking behavior

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [068febb1e2e0009f4fda92367842bcc92093d258]

        INTEGRATION: CWS docking1 (1.19.4); FILE MERGED 2004/06/20 19:56:38 cd 1.19.4.5: #i30169# Added files for image manager 2004/05/31 04:20:17 cd 1.19.4.4: RESYNC: (1.19-1.20); FILE MERGED 2004/05/12 08:27:21 cd 1.19.4.3: #i25117# Support toggle visibility of toolbar buttons 2004/04/21 06:59:55 cd 1.19.4.2: #i24937# Additional services for addons/persistent window states 2004/03/08 06:41:06 cd 1.19.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c3ad13e53ff7635a4671b747ba438bf1bd0ac0cb]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/23 11:57:27 cd 1.2.4.2: #i25238# Changes to the UI options must be respected 2004/04/21 06:57:57 cd 1.2.4.1: #i24937# Non-configurable ui element must also have a reference to its frame

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [59fc335b9a87376a5b5da5dd9c546beec5547f01]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/23 11:57:26 cd 1.2.4.2: #i25238# Changes to the UI options must be respected 2004/04/05 08:08:19 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [87a9cd7804501c21d2fe8d14381d0c4fac3d80d3]

        INTEGRATION: CWS docking1 (1.30.4); FILE MERGED 2004/06/14 07:47:09 cd 1.30.4.1: #i24937# Performance optimization for startup

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d52f2c39492bd80d204d23fab4107e91442ab0e9]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/05 08:06:46 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a161f5726c8cf180b9b9568683d50a6d128d9dfd]

        INTEGRATION: CWS docking1 (1.11.2); FILE MERGED 2004/07/06 10:08:39 cd 1.11.2.4: RESYNC manually 2004/06/01 10:55:36 cd 1.11.2.3: #i10000# Fixed merge problems 2004/05/31 04:19:21 cd 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/05 08:06:46 cd 1.11.2.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3a4eebfa7087f810009e727e36a7576a1b530ce8]

        INTEGRATION: CWS docking1 (1.5.108); FILE MERGED 2004/05/31 04:18:21 cd 1.5.108.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/21 06:57:22 cd 1.5.108.1: #i24937# Adapt addon implementation to support new toolbar concept

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b1e8840f08c9dcbe0f771317e4e1ba0b6dd608d2]

        INTEGRATION: CWS docking1 (1.29.4); FILE MERGED 2004/06/14 07:48:47 cd 1.29.4.1: #i25236# Deliver toolbar layouts as XML files

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [18a6bba8dfe0a365af0658572971ead3e221b842]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/05 07:57:37 cd 1.2.4.1: #i26252# New internal structure to transport toolbar data

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f11e683334fa03393c4213e4cdab879ec0e4ef68]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/01 10:55:36 cd 1.2.4.3: #i10000# Fixed merge problems 2004/04/21 06:54:33 cd 1.2.4.2: #i24937# Additional property to load/store customized UI name for toolbars 2004/04/05 07:57:37 cd 1.2.4.1: #i26252# New internal structure to transport toolbar data

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c1cda51a66aa48552bcb5e55a5b3f784e843dc19]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/21 06:54:32 cd 1.2.4.1: #i24937# Additional property to load/store customized UI name for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4396431863d6f648869711208544af93cd447843]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/01 10:55:35 cd 1.2.4.3: #i10000# Fixed merge problems 2004/05/31 04:18:11 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/05 07:57:37 cd 1.2.4.1: #i26252# New internal structure to transport toolbar data

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e2b88eb54d76a53e0629a58553691cbbac2ec8c4]

        INTEGRATION: CWS docking1 (1.3.20); FILE MERGED 2004/06/16 13:43:42 cd 1.3.20.1: #i30169# First implementation of an UNO based module image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5ebabfc4f3d0705c876f3e5bc353e123f2ca71c6]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/03/08 06:43:18 cd 1.1.2.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ac7382edad758907370bc0d76811ddf7bdc89df2]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 08:33:01 cd 1.1.2.1: #i26252# Added toolbar controller factory

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [fa8ef4c6197a276820f941f31b00769b7c914067]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/21 06:46:28 cd 1.1.2.1: #i24937# New toolbar factory for addons which use a different definition structure

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b8ef5b34f7c2d6f1e10bbcbfff2b8a2b9d59c1e6]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/16 13:44:23 cd 1.2.4.1: #i30169# First implementation of an UNO based module image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d7e037dadf148f75a49bf67aa5150c282ddbc7c0]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/23 11:57:25 cd 1.1.2.3: #i25238# Changes to the UI options must be respected 2004/04/05 08:04:16 cd 1.1.2.2: #i24937# Programmatic control of toolbar items 2004/03/08 06:42:17 cd 1.1.2.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a1d5729635ff25dbbea61dd4d0b67a0dc37dea24]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/28 21:08:55 cd 1.1.2.3: #i25239# Custom toolbars must be visible in toolbars popup menu 2004/06/20 19:55:02 cd 1.1.2.2: #i30169# Added files for image manager 2004/05/12 08:33:23 cd 1.1.2.1: #i25239# New popup menu controller to have access to all available toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9760804681b5620b41e2f16e10eac0af8266ad4d]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/07/05 07:00:12 cd 1.1.2.15: #i30169# Support rotate/mirror for languages with right-to-left/vertical text layout 2004/07/02 11:24:17 cd 1.1.2.14: #i25117# Hold a reference to ourself if we open the context menu - we can be destroyed when we execute a command from the menu 2004/06/23 16:09:38 cd 1.1.2.13: #i26252# Toolbarmanager must be frameAction listener 2004/06/20 19:55:02 cd 1.1.2.12: #i30169# Added files for image manager 2004/06/17 20:49:14 cd 1.1.2.11: #i30169# Added listener interface for notification from image manager 2004/05/12 08:27:21 cd 1.1.2.10: #i25117# Support toggle visibility of toolbar buttons 2004/05/11 14:57:12 ssa 1.1.2.9: #i25117# improve customization menu support, removed old command handler 2004/05/10 15:34:33 ssa 1.1.2.8: #i25117# customization menu support 2004/04/30 06:36:56 cd 1.1.2.7: #i26252# Added flag to check for vertical text status 2004/04/29 14:21:14 ssa 1.1.2.6: #i23703# add dropdown handler 2004/04/21 14:18:41 cd 1.1.2.5: #i25238# Added support for XDockableWindowListener 2004/04/21 06:44:44 cd 1.1.2.4: #i24937# Make members accessible for derived classes 2004/04/07 09:43:47 cd 1.1.2.3: #i25238# Better docking according to toolbar specification 2004/04/05 08:04:16 cd 1.1.2.2: #i24937# Programmatic control of toolbar items 2004/03/08 06:42:16 cd 1.1.2.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b6530d65c8fd4e63308af8a23c1345d8dd881f36]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/21 09:17:29 cd 1.1.2.3: #i25238# Some bug fixes and support for closed handler 2004/04/07 09:43:47 cd 1.1.2.2: #i25238# Better docking according to toolbar specification 2004/04/05 07:56:11 cd 1.1.2.1: #i24939# New docking code for toolbars/floaters

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c5fad62d6ef59bf2973e3358d693f8511b77117e]

        INTEGRATION: CWS docking1 (1.33.40); FILE MERGED 2004/06/30 12:52:16 toconnor 1.33.40.1: #i20055# - allow accelerator tab page to be created via SfxAbstractDialogFactory and change dimensions to fit new Customize dialog

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f100c28074b969057316990866b258be85be9697]

        INTEGRATION: CWS docking1 (1.3.10); FILE MERGED 2004/04/21 06:43:24 cd 1.3.10.1: #i24937# Support property to change/load/store a user defined UI name

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7ac140460de175b554ac1b0f73c0529ce4146923]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/20 19:55:01 cd 1.2.4.3: #i30169# Added files for image manager 2004/05/31 04:17:00 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/05 08:04:15 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [932f9b2602a73859fd7a12cdfc4b02ecb87534a6]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/05 08:04:15 cd 1.1.2.2: #i24937# Programmatic control of toolbar items 2004/03/08 06:48:33 cd 1.1.2.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [803bbfd6f4670d968dc3879fc581e2537fa15bfc]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/21 06:43:23 cd 1.2.4.1: #i24937# Support property to change/load/store a user defined UI name

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [02ff16dc54cdcef2860c2fc375ea6780da9db35f]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/21 06:40:54 cd 1.1.2.1: #i24937# Adapt addon implementation to support new toolbar concept

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3120ed2a0bcf3f5b920397b1f9d8c8a170edff7c]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/21 06:40:43 cd 1.1.2.1: #i24937# Adapt addon implementation to support new toolbar concept

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [88132535a4d25d59915284b9d7f6cb2bc3439601]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/21 06:53:14 cd 1.1.2.2: #i24937# New service to load/store states of dockable windows 2004/03/08 06:38:32 cd 1.1.2.1: #i25236# Persistence toolbar/window state

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [790ddac33692a9eabebb3ea9dea246c0a00dc904]

        INTEGRATION: CWS docking1 (1.3.10); FILE MERGED 2004/06/20 19:55:01 cd 1.3.10.1: #i30169# Added files for image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [17930850133238367220d9da472f499bd9e9f643]

        INTEGRATION: CWS docking1 (1.3.10); FILE MERGED 2004/06/16 13:40:01 cd 1.3.10.1: #i30169# First implementation of an UNO based module image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [34a1030cd91da8eb1a3902fa6656790e54e95ed8]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/23 09:27:56 cd 1.1.2.5: #i30169# Provide command names instead of image names for getAllImageNames() 2004/06/20 19:55:00 cd 1.1.2.4: #i30169# Added files for image manager 2004/06/17 06:59:49 cd 1.1.2.3: #i30169# Fixed some problems with gcc compiler 2004/06/17 06:39:26 cd 1.1.2.2: #i30169# First implementation of an UNO based module image manager 2004/06/16 13:40:20 cd 1.1.2.1: #i30169# First implementation of an UNO based module image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [dd41832ea216b2fda5aefdcdf7c6a4a43efdcf2b]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/20 19:55:37 cd 1.1.2.1: #i30169# Added files for image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [543bf0df511e0e8a8f8a283a838ef562bce1ea61]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/20 19:55:46 cd 1.1.2.1: #i30169# Added files for image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [45f4bd30d84c52586630aa1ad20e8d3983bb27c1]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/20 19:55:59 cd 1.1.2.1: #i30169# Added files for image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3a2758314b6d43c1cde9e3b1be22346e8ab3f3a7]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/06/28 19:27:21 cd 1.2.4.24: #i25238# Remove as listener in disposing not dtor 2004/06/21 13:32:58 cd 1.2.4.23: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:55:00 cd 1.2.4.22: #i30169# Added files for image manager 2004/06/11 16:10:25 ssa 1.2.4.21: #i25121# initialize m_bMasterHide 2004/06/09 07:19:52 cd 1.2.4.20: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:46:14 cd 1.2.4.19: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:20 ssa 1.2.4.18: #i25121# support for subtoolbars 2004/05/31 04:16:30 cd 1.2.4.17: RESYNC: (1.3-1.4); FILE MERGED 2004/05/26 15:26:54 cd 1.2.4.16: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/25 11:19:03 cd 1.2.4.15: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/03 11:28:06 cd 1.2.4.14: #i25240# New custom toolbars concept 2004/04/26 09:14:52 cd 1.2.4.13: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:21 cd 1.2.4.12: #i25238# Correct docking procedure 2004/04/23 11:57:25 cd 1.2.4.11: #i25238# Changes to the UI options must be respected 2004/04/22 13:43:48 cd 1.2.4.10: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:40 cd 1.2.4.9: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:29 cd 1.2.4.8: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:52:36 cd 1.2.4.7: #i25238# Additional work to support new docking concept 2004/04/08 06:26:04 cd 1.2.4.6: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 09:43:46 cd 1.2.4.5: #i25238# Better docking according to toolbar specification 2004/04/05 15:13:34 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:38 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:15:10 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:04 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [77952c88b9531acb9bf5e86f68f3079112a26ca0]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/23 11:57:25 cd 1.2.4.2: #i25238# Changes to the UI options must be respected 2004/04/21 06:51:58 cd 1.2.4.1: #i24937# Non-configurable ui element must also have a reference to its frame

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [364f58040acf533f4408eedfe7e437fc01eba5c9]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/23 11:57:23 cd 1.2.4.2: #i25238# Changes to the UI options must be respected 2004/04/05 08:06:30 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [46dc587875a76d3be35abd14bcfdedbdc4331c4e]

        INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/04/05 08:09:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [bc57951dc924aaf6b78261453970b5eddaa9835f]

        INTEGRATION: CWS docking1 (1.3.132); FILE MERGED 2004/04/21 06:50:09 cd 1.3.132.1: #i24937# Adapt addon implementation to support new toolbar concept

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ba5702cf8619e06804079d70ff69398e0166bf58]

        INTEGRATION: CWS docking1 (1.3.4); FILE MERGED 2004/06/16 16:53:09 cd 1.3.4.1: #i30169# First implementation of an UNO based module image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2f3f23b4ea6cdd6e221df5193ccfabb7d32602ca]

        INTEGRATION: CWS docking1 (1.6.4); FILE MERGED 2004/05/14 16:35:06 cd 1.6.4.7: #i25239# Save info about storing process, save additional prop within Commands.xcu files to support rotate/mirror of command images 2004/05/12 08:27:20 cd 1.6.4.6: #i25117# Support toggle visibility of toolbar buttons 2004/05/10 13:54:00 cd 1.6.4.5: #i26252# Fixed problem with moved ofa-resource 2004/05/06 15:20:49 cd 1.6.4.4: #i25239# Fixed a problem when reading SfxSlotInfo resources 2004/05/05 11:36:36 cd 1.6.4.3: #i25239# Additional toolbars from draw team 2004/04/30 06:28:17 cd 1.6.4.2: #i25239# Added several sub toolbars available from svx library 2004/04/21 07:25:13 cd 1.6.4.1: #i24937# Added all known toolbar to convert them to XML

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [eff885d8cf1341bf4876022d0693c81a38d90deb]

        INTEGRATION: CWS docking1 (1.66.4); FILE MERGED 2004/07/01 09:51:04 dfoster 1.66.4.1: #i30032#

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d32c0d1f7f83096e513683fdef73ece4efa31ecd]

        INTEGRATION: CWS docking1 (1.45.130); FILE MERGED 2004/06/24 12:50:06 ssa 1.45.130.17: #i25238# 2004/06/23 15:51:11 cd 1.45.130.16: #i26252# Style controller must respect update notification 2004/06/23 14:44:57 cd 1.45.130.15: #i26252# Text size tbx controller must respect enable/disable state 2004/06/15 08:45:30 ssa 1.45.130.14: #i25121# correct GetSlotId 2004/06/15 08:34:01 ssa 1.45.130.13: #i25121# correct GetSlotId 2004/06/14 13:45:13 ssa 1.45.130.12: #i25121# build problem fixed 2004/06/05 18:34:36 cd 1.45.130.11: #i26252# Adapt controller to support life-time management of floating window of base class 2004/06/02 10:20:11 cd 1.45.130.10: #i10000# Fixed missing return statements and doubled resource IDs for global strings 2004/05/29 21:38:06 cd 1.45.130.9: RESYNC: (1.46-1.48); FILE MERGED 2004/05/17 12:21:54 cd 1.45.130.8: #i26252# SvxFontHeightItem provides/expect font height in point metric as float type in uno::Any 2004/05/03 12:50:02 cd 1.45.130.7: #i26252# Make changes for new toolbar controller 2004/05/02 05:53:56 cd 1.45.130.6: #100000# Build problem with gcc fixed 2004/05/02 01:41:17 cd 1.45.130.5: RESYNC: (1.45-1.46); FILE MERGED 2004/04/30 17:14:14 cd 1.45.130.4: #i26252# Adapt controllers to correctly initialize items 2004/04/30 08:37:15 cd 1.45.130.3: #i26252# Query/PutValue for complete conversion implemented 2004/04/27 11:01:01 cd 1.45.130.2: #i26252# Fixes for line style controller and items 2004/04/25 05:40:39 cd 1.45.130.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9d99a84bf1b642b42115c080eba75964e81a1d56]

        INTEGRATION: CWS docking1 (1.11.134); FILE MERGED 2004/07/06 10:01:28 cd 1.11.134.3: RESYNC manually 2004/06/05 18:34:35 cd 1.11.134.2: #i26252# Adapt controller to support life-time management of floating window of base class 2004/04/22 15:33:53 ssa 1.11.134.1: #i24913# the position of floating windows is not zero anymore, just use mousecoordinates as they are, i.e., in output coordinates

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [51a23c03d27622e44ccc731a775f520358c5c681]

        INTEGRATION: CWS docking1 (1.45.4); FILE MERGED 2004/07/06 10:00:25 cd 1.45.4.3: RESYNC manually 2004/06/29 17:34:30 toconnor 1.45.4.2: #i20055# - implementation of customize toolbar tab 2004/06/09 16:38:26 dfoster 1.45.4.1: #i30032#

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5352aa11818b59bf49d450b9c66d938c705ada06]

        INTEGRATION: CWS docking1 (1.2.6); FILE MERGED 2004/06/29 17:35:44 toconnor 1.2.6.1: #i20055# - implementation of customize toolbar tab

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [bf12ed1ac17e056a78c89e987ff167ba7da80fce]

        INTEGRATION: CWS docking1 (1.2.6); FILE MERGED 2004/06/02 10:20:10 cd 1.2.6.1: #i10000# Fixed missing return statements and doubled resource IDs for global strings

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3d1daa148f23369b435cdf46294dfa3e40455553]

        INTEGRATION: CWS docking1 (1.26.4); FILE MERGED 2004/07/06 10:01:03 cd 1.26.4.5: RESYNC manually 2004/06/16 15:17:35 ssa 1.26.4.4: #i25121# revert latest changes 2004/06/16 14:49:22 ssa 1.26.4.3: #i25121# macropg only in LIB1OBJFILES to have it built correctly 2004/06/09 16:42:53 dfoster 1.26.4.2: #i30032# Also fixed problem creating Macro Organizer dialogs 2004/06/02 10:20:09 cd 1.26.4.1: #i10000# Fixed missing return statements and doubled resource IDs for global strings

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [dc780cb8f2ea68f1445f96c2d00ca83688087945]

        INTEGRATION: CWS nativesmoker (1.2.6); FILE MERGED 2004/07/01 08:26:49 is 1.2.6.1: #i30826# updater pack to ship directory

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [db176c32c2bffb452e60b0d474df3f2f5891194c]

        INTEGRATION: CWS nativesmoker (1.3.18); FILE MERGED 2004/07/02 08:52:29 is 1.3.18.5: #i30826# fix number of cab files Issue number: Submitted by: Reviewed by: 2004/06/30 16:10:51 is 1.3.18.4: #i30826# updater pack to ship directory Issue number: Submitted by: Reviewed by: 2004/06/30 12:54:59 is 1.3.18.3: #i30826# updater do pack in ship directory Issue number: Submitted by: Reviewed by: 2004/06/30 09:08:47 is 1.3.18.2: #i30826# only one installation set in instset_native output tree Issue number: Submitted by: Reviewed by: 2004/06/29 13:09:43 is 1.3.18.1: #i30828# less terminal output Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [fbfc86f537ad15f662263cdc61969a1474a344f7]

        INTEGRATION: CWS nativesmoker (1.3.18); FILE MERGED 2004/07/02 08:46:55 is 1.3.18.2: #i30826# fix number of cab files Issue number: Submitted by: Reviewed by: 2004/06/29 13:10:38 is 1.3.18.1: #i30828# less terminal output Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [d435bf9f1b784920b966dde173a1c2101c76d0a0]

        INTEGRATION: CWS nativesmoker (1.3.18); FILE MERGED 2004/07/02 08:46:55 is 1.3.18.1: #i30826# fix number of cab files Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [c547c26ccb6b99c7adf4c611480614792757cbb0]

        INTEGRATION: CWS nativesmoker (1.4.16); FILE MERGED 2004/07/05 15:24:25 is 1.4.16.2: #i30828# no more visible pkgchk dos box Issue number: Submitted by: Reviewed by: 2004/07/05 09:08:12 is 1.4.16.1: #i30828# defaulting to "en-US" instead of "01" Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [39852d6afb3485a161b44a12e42904dc0ce4032a]

        INTEGRATION: CWS nativesmoker (1.2.50); FILE MERGED 2004/07/01 11:05:50 is 1.2.50.1: #i30920# installlocation for all feature Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [bbb1f930c857326f6e74230754817abe00853c7d]

        INTEGRATION: CWS nativesmoker (1.2.18); FILE MERGED 2004/06/30 17:34:17 is 1.2.18.5: #i30826# removing content of output tree Issue number: Submitted by: Reviewed by: 2004/06/30 16:10:51 is 1.2.18.4: #i30826# updater pack to ship directory Issue number: Submitted by: Reviewed by: 2004/06/30 12:54:59 is 1.2.18.3: #i30826# updater do pack in ship directory Issue number: Submitted by: Reviewed by: 2004/06/30 09:08:47 is 1.2.18.2: #i30826# only one installation set in instset_native output tree Issue number: Submitted by: Reviewed by: 2004/06/29 13:09:43 is 1.2.18.1: #i30828# less terminal output Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [ec612eea8101b3106a92ff47b5b1400f86847701]

        INTEGRATION: CWS nativesmoker (1.2.50); FILE MERGED 2004/06/30 17:34:17 is 1.2.50.1: #i30826# removing content of output tree Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [98b6ea1360aea15bf60e1e95318dfe5b9a94d436]

        INTEGRATION: CWS nativesmoker (1.3.18); FILE MERGED 2004/06/30 09:08:47 is 1.3.18.1: #i30826# only one installation set in instset_native output tree Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [5f9db6fc66e8cfc43e65769b0302d04df7ba7337]

        INTEGRATION: CWS nativesmoker (1.7.6); FILE MERGED 2004/07/06 08:17:25 is 1.7.6.3: #31120# regcomp is added to LD_LIBRARY_PATH, does not substiute it Issue number: Submitted by: Reviewed by: 2004/06/30 17:34:16 is 1.7.6.2: #i30826# removing content of output tree Issue number: Submitted by: Reviewed by: 2004/06/29 13:09:43 is 1.7.6.1: #i30828# less terminal output Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [dcfbe797ac57e91cdf30c91e63473b0bd1f147e8]

        INTEGRATION: CWS nativesmoker (1.4.18); FILE MERGED 2004/07/01 11:06:38 is 1.4.18.1: #i30826# stop to pack if files are missing Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [2a6706a4b00d204ea6b583350a814527e913f545]

        INTEGRATION: CWS nativesmoker (1.5.6); FILE MERGED 2004/06/30 17:34:17 is 1.5.6.1: #i30826# removing content of output tree Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [38e025eeb4a49a50106d1fd5ef82336a885c23dd]

        INTEGRATION: CWS nativesmoker (1.4.16); FILE MERGED 2004/06/30 09:08:47 is 1.4.16.2: #i30826# only one installation set in instset_native output tree Issue number: Submitted by: Reviewed by: 2004/06/29 13:09:43 is 1.4.16.1: #i30828# less terminal output Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [a225e562cb5af5d0ea93e49e6716f916ea864dc7]

        INTEGRATION: CWS nativesmoker (1.2.18); FILE MERGED 2004/06/29 13:09:42 is 1.2.18.1: #i30828# less terminal output Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [31de08c4fc37e3506b69cc7074f498ac8797fa7e]

        INTEGRATION: CWS nativesmoker (1.5.6); FILE MERGED 2004/07/02 08:51:35 is 1.5.6.4: #i30826# fix number of cab files Issue number: Submitted by: Reviewed by: 2004/06/30 17:34:15 is 1.5.6.3: #i30826# removing content of output tree Issue number: Submitted by: Reviewed by: 2004/06/30 12:54:59 is 1.5.6.2: #i30826# updater do pack in ship directory Issue number: Submitted by: Reviewed by: 2004/06/30 09:08:46 is 1.5.6.1: #i30826# only one installation set in instset_native output tree Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [f118083cd51abeeebf4838c26afc144034f44b06]

        INTEGRATION: CWS nativesmoker (1.3.18); FILE MERGED 2004/06/30 16:10:51 is 1.3.18.3: #i30826# updater pack to ship directory Issue number: Submitted by: Reviewed by: 2004/06/30 09:08:46 is 1.3.18.2: #i30826# only one installation set in instset_native output tree Issue number: Submitted by: Reviewed by: 2004/06/29 13:09:42 is 1.3.18.1: #i30828# less terminal output Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [244a14afaf378f6c9df5b437f335012bb383d733]

        INTEGRATION: CWS nativesmoker (1.3.18); FILE MERGED 2004/06/30 12:54:59 is 1.3.18.1: #i30826# updater do pack in ship directory Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [ffd4dd8068ab36a4316c8418943b8d4857b1b6e3]

        INTEGRATION: CWS nativesmoker (1.3.18); FILE MERGED 2004/06/30 16:10:51 is 1.3.18.3: #i30826# updater pack to ship directory Issue number: Submitted by: Reviewed by: 2004/06/30 12:54:58 is 1.3.18.2: #i30826# updater do pack in ship directory Issue number: Submitted by: Reviewed by: 2004/06/30 09:08:46 is 1.3.18.1: #i30826# only one installation set in instset_native output tree Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [09f4b7c8d69c0ae90b06122bc1a0973ea7f6e970]

        INTEGRATION: CWS nativesmoker (1.4.6); FILE MERGED 2004/06/30 12:54:58 is 1.4.6.2: #i30826# updater do pack in ship directory Issue number: Submitted by: Reviewed by: 2004/06/30 09:08:46 is 1.4.6.1: #i30826# only one installation set in instset_native output tree Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [a512c24c867b69d91a0fe1297ac289ef323862ae]

        INTEGRATION: CWS nativesmoker (1.3.16); FILE MERGED 2004/06/29 13:09:42 is 1.3.16.1: #i30828# less terminal output Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [9deeecf249c9c8088c7a840c1e475b3364d35b54]

        INTEGRATION: CWS nativesmoker (1.4.6); FILE MERGED 2004/06/30 17:34:10 is 1.4.6.2: #i30826# removing content of output tree Issue number: Submitted by: Reviewed by: 2004/06/29 13:09:41 is 1.4.6.1: #i30828# less terminal output Issue number: Submitted by: Reviewed by:

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [7a788147ad84ce2614e61fb4e0c8101a166b5f22]

        INTEGRATION: CWS nativesmoker (1.5.6); FILE MERGED 2004/07/05 15:23:58 is 1.5.6.7: #i30828# no more visible pkgchk dos box 2004/07/02 08:46:02 is 1.5.6.6: #i30826# fix number of cab files 2004/06/30 17:33:01 is 1.5.6.5: #i30826# removing content of output tree 2004/06/30 16:10:07 is 1.5.6.4: #i30826# updater pack to ship directory 2004/06/30 12:53:38 is 1.5.6.3: #i30826# updater do pack in ship directory 2004/06/30 09:04:06 is 1.5.6.2: #i30826# only one installation set in instset_native output tree 2004/06/29 13:07:59 is 1.5.6.1: #i30828# less terminal output

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [02f3576c4cd5549752251d72a364b00c07ff26df]

        INTEGRATION: CWS bmpres02 (1.3.836); FILE MERGED 2004/07/02 14:40:11 ka 1.3.836.1: #i30986#: use unique ids for imagelists

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [3e4928430123300a5057f0b3f2d0aca58f84ce83]

        INTEGRATION: CWS bmpres02 (1.2.838); FILE MERGED 2004/07/02 14:40:10 ka 1.2.838.1: #i30986#: use unique ids for imagelists

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [448f2cd6059d236dd6d5b71de5fab76fc7cefc6a]

        INTEGRATION: CWS docking1 (1.3.12); FILE MERGED 2004/07/06 09:59:30 cd 1.3.12.2: RESYNC manually 2004/06/23 15:17:14 mba 1.3.12.1: Provide document border size before resizing (needed for InPlace mode)

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [a12216e2a63e33fdb1524e428678f6bfd0342a0e]

        INTEGRATION: CWS bmpres02 (1.6.224); FILE MERGED 2004/07/02 14:40:10 ka 1.6.224.1: #i30986#: use unique ids for imagelists

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [a9b865bda38c4b819fca4acad53b526a12b79ee2]

        INTEGRATION: CWS bmpres02 (1.6.834); FILE MERGED 2004/07/02 14:40:10 ka 1.6.834.1: #i30986#: use unique ids for imagelists

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [557cf105963a9dfb52ded1a73c770339f60c0e08]

        INTEGRATION: CWS docking1 (1.2.72); FILE MERGED 2004/07/06 09:59:06 cd 1.2.72.2: RESYNC manually 2004/06/23 15:17:14 mba 1.2.72.1: Provide document border size before resizing (needed for InPlace mode)

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [9fac74dc9ed910fece2afc58829de916e54bc588]

        INTEGRATION: CWS bmpres02 (1.15.16); FILE MERGED 2004/07/02 14:46:41 ka 1.15.16.1: #i30986#: use unique ids for imagelists

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c10c60b6a08b977bd8bd35a5029c02d646277d1d]

        #i10000# moved from schema/makefile.mk

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [29ee7a8caf6054ac995e824361fb8a0aba789ae8]

        #i10000# Events.xcs added

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f55b90abd27b8325a09b3dfa04c171c015c16aeb]

        #i10000# moved from data/makefile.mk

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [dd91bac71606b8a67b2f80ce21cda5f576f80b9c]

        INTEGRATION: CWS docking1 (1.7.70); FILE MERGED 2004/07/06 09:57:52 cd 1.7.70.4: RESYNC manually 2004/06/30 08:30:02 cd 1.7.70.3: #i29531# Fix no access problem of toolbar items with help ID 2004/06/18 14:41:22 gh 1.7.70.2: #i29531#add support for Toolbox stringIDs themselves 2004/06/15 15:01:38 gh 1.7.70.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [68144ae52f2656826073132e996b631abaf6d90b]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/05/12 16:01:19 cd 1.3.2.1: #i24937# Added two additional properties for every command to have help ID support and mirrored/rotated images

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [94f893f837a8f831d312128d421ee5bc964dfcbd]

        INTEGRATION: CWS docking1 (1.103.14); FILE MERGED 2004/06/21 15:42:49 ssa 1.103.14.4: #i25121# correct assertion check for SetParent 2004/05/30 11:11:57 cd 1.103.14.3: RESYNC: (1.103-1.105); FILE MERGED 2004/05/04 16:36:41 ssa 1.103.14.2: #i25117# set correct minimum window size for all window types 2004/04/02 12:06:26 ssa 1.103.14.1: #i24913# provide method to actively query the mouse pointer

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0651b1d2756ac0430df1aaa4beb9653cce571e97]

        INTEGRATION: CWS docking1 (1.9.62); FILE MERGED 2004/04/02 12:06:25 ssa 1.9.62.1: #i24913# provide method to actively query the mouse pointer

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [124be258e9786eee080f4ffee905a9a0f7472f14]

        INTEGRATION: CWS docking1 (1.172.12); FILE MERGED 2004/05/30 11:09:15 cd 1.172.12.4: RESYNC: (1.173-1.177); FILE MERGED 2004/05/01 23:23:46 cd 1.172.12.3: RESYNC: (1.172-1.173); FILE MERGED 2004/04/23 17:09:45 ssa 1.172.12.2: #i24913# correct typos in GetPointerState() 2004/04/02 12:06:25 ssa 1.172.12.1: #i24913# provide method to actively query the mouse pointer

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6d0873a7dfa747359556c12aea5ab031c3c16e87]

        INTEGRATION: CWS docking1 (1.48.10); FILE MERGED 2004/07/02 14:17:52 pl 1.48.10.1: #i30958# use utility hint on net wm

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d9c91040ba92a63e4ae36253a2a73bd690a8fbaa]

        INTEGRATION: CWS docking1 (1.2.10); FILE MERGED 2004/05/30 11:04:19 cd 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/02 12:06:24 ssa 1.2.10.1: #i24913# provide method to actively query the mouse pointer

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9921cd2e0be8ec1cd613818f3f0b774fc79d36d1]

        INTEGRATION: CWS docking1 (1.36.10); FILE MERGED 2004/05/30 11:03:27 cd 1.36.10.2: RESYNC: (1.36-1.38); FILE MERGED 2004/04/02 12:06:24 ssa 1.36.10.1: #i24913# provide method to actively query the mouse pointer

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [85be8806e5c9492830db508e642e39a31ed99726]

        INTEGRATION: CWS docking1 (1.3.10); FILE MERGED 2004/05/30 11:02:28 cd 1.3.10.3: RESYNC: (1.3-1.4); FILE MERGED 2004/04/23 17:17:20 ssa 1.3.10.2: #i24913# correct typos in GetPointerState() 2004/04/02 12:06:23 ssa 1.3.10.1: #i24913# provide method to actively query the mouse pointer

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [16fdaa05ea4ea65c297979eed9d48ee4546397d7]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/05/12 16:01:18 cd 1.3.2.1: #i24937# Added two additional properties for every command to have help ID support and mirrored/rotated images

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5cd0d64d00796476758d5e8eaec0c03048f8f967]

        INTEGRATION: CWS docking1 (1.12.4); FILE MERGED 2004/06/04 15:40:16 ssa 1.12.4.3: #i25121# support for subtoolbars 2004/03/25 16:00:08 ssa 1.12.4.2: #i24913# extend dockable interface 2004/03/24 17:57:14 ssa 1.12.4.1: #i24913# support for dockable windows via toolkit

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [cc47f3cfcc4090a7ce593f6c5fab89ff740f63ec]

        INTEGRATION: CWS docking1 (1.22.38); FILE MERGED 2004/07/02 13:37:43 pl 1.22.38.15: #i30930# avoid enless autoresizing loop 2004/06/17 14:16:43 ssa 1.22.38.14: #i25121# paint improvements, correct size calculation after undocking, helpidstring 2004/06/16 09:49:07 ssa 1.22.38.13: #i25121# improve floater positioning 2004/06/11 16:02:20 ssa 1.22.38.12: #i25121# improve new subtoolbars 2004/06/04 15:40:13 ssa 1.22.38.11: #i25121# support for subtoolbars 2004/05/30 11:00:50 cd 1.22.38.10: RESYNC: (1.22-1.25); FILE MERGED 2004/05/27 16:53:25 ssa 1.22.38.9: #i25117# override floating mode when calculating docked sizes 2004/05/27 13:18:08 cd 1.22.38.8: #i25117# Fixed problem with CalcMinimumWindowSizePixel 2004/05/18 16:39:03 ssa 1.22.38.7: #i24913# execute toolbox menu asynchronously 2004/05/11 17:25:06 ssa 1.22.38.6: #i25117# support for toolbar locking 2004/05/10 15:33:17 ssa 1.22.38.5: #i25117# improve customization menu support 2004/05/07 15:54:27 ssa 1.22.38.4: #i25117# support menu and indicator for clipped toolbar items and customization menu 2004/05/04 16:34:46 ssa 1.22.38.3: #i25117# draw gradient, get rid of MOD1 for old docking windows 2004/05/03 09:34:49 ssa 1.22.38.2: #i25117# always remove mnemonics from toolbox strings 2004/04/29 14:17:27 ssa 1.22.38.1: #i25117# rework toolbox drawing code to allow for multiple toolbars in one line

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [dbc2323ad554f8191a55f0d9a014f771aefa6aa4]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/05/12 06:38:55 cd 1.3.2.1: #i26252# Section for toolbar controller factories added

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [615042fdf47a545133ef45a3ff07a9631ad6753f]

        INTEGRATION: CWS docking1 (1.102.4); FILE MERGED 2004/05/30 10:59:45 cd 1.102.4.3: RESYNC: (1.102-1.105); FILE MERGED 2004/05/18 16:39:03 ssa 1.102.4.2: #i24913# execute toolbox menu asynchronously 2004/05/07 15:54:26 ssa 1.102.4.1: #i25117# support menu and indicator for clipped toolbar items and customization menu

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7055bfb85c95ef1e8ef0e79ebe94f30ac0d6a8e8]

        INTEGRATION: CWS docking1 (1.12.34); FILE MERGED 2004/05/30 11:00:15 cd 1.12.34.4: RESYNC: (1.12-1.13); FILE MERGED 2004/03/30 06:12:05 cd 1.12.34.3: #100000# Solved merge problem 2004/03/29 15:36:31 cd 1.12.34.2: #100000# Resolved bad merge which lead to duplicate symbols 2004/03/24 17:57:14 ssa 1.12.34.1: #i24913# support for dockable windows via toolkit

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [8b71b3385918ec3edfd2dc8347ff20a2b612e44d]

        INTEGRATION: CWS docking1 (1.27.38); FILE MERGED 2004/06/16 09:49:06 ssa 1.27.38.4: #i25121# improve floater positioning 2004/06/11 16:02:20 ssa 1.27.38.3: #i25121# improve new subtoolbars 2004/05/07 15:54:25 ssa 1.27.38.2: #i25117# support menu and indicator for clipped toolbar items and customization menu 2004/04/22 15:26:34 ssa 1.27.38.1: #i24913# correct float hittest, the position of floating windows is not zero anymore

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7563fc4726bcb2a805167301aec39efe0701a9c9]

        INTEGRATION: CWS docking1 (1.15.38); FILE MERGED 2004/05/13 13:02:38 ssa 1.15.38.7: #i24913# docking must always use screen coordinates 2004/05/04 16:34:45 ssa 1.15.38.6: #i25117# draw gradient, get rid of MOD1 for old docking windows 2004/04/07 07:59:18 ssa 1.15.38.5: #i24913# forward SetFloatingMode to DockingWrapper 2004/04/06 16:49:13 ssa 1.15.38.4: #i24913# improve calculation of dockingrect 2004/04/02 12:06:22 ssa 1.15.38.3: #i24913# provide method to actively query the mouse pointer 2004/03/25 16:00:07 ssa 1.15.38.2: #i24913# extend dockable interface 2004/03/24 17:57:13 ssa 1.15.38.1: #i24913# support for dockable windows via toolkit

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [085bf9ff4e54d0cb10b3a1bb4460ef6905761f44]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 16:22:11 ssa 1.1.2.22: #i25121# improve focus handling 2004/06/14 13:52:52 ssa 1.1.2.21: #i25121# smaller grip 2004/06/14 10:16:40 ssa 1.1.2.20: #i25121# fulldrag for subtoolbars 2004/06/11 16:02:19 ssa 1.1.2.19: #i25121# improve new subtoolbars 2004/06/09 17:19:48 ssa 1.1.2.18: #i25121# implement popupmode 2004/06/09 11:20:55 cd 1.1.2.17: #i10000# Build problem fixed 2004/06/04 15:40:12 ssa 1.1.2.16: #i25121# support for subtoolbars 2004/05/25 15:24:42 ssa 1.1.2.15: #i25117# use screen coordinates for trackingrect pos 2004/05/11 17:25:00 ssa 1.1.2.14: #i25117# support for toolbar locking 2004/04/26 11:47:59 ssa 1.1.2.13: #i24913# check mouse down in dockinghdl to prevent docking due to programatically changing the position 2004/04/21 17:08:35 cd 1.1.2.12: #i24913# Check visibility 2004/04/20 16:54:21 ssa 1.1.2.11: #i24913# provide close handler 2004/04/07 17:32:45 ssa 1.1.2.10: #i24913# start/enddocking during floatingwindow move 2004/04/07 16:47:00 ssa 1.1.2.9: #i24913# docking without Ctrl, provide drag area 2004/04/06 16:49:13 ssa 1.1.2.8: #i24913# improve calculation of dockingrect 2004/04/06 08:53:40 ssa 1.1.2.7: #i24939# enable startdocking during mouse move only after single-click 2004/04/05 16:19:38 ssa 1.1.2.6: #i24939# trackingrect in screen coordinates 2004/04/02 14:09:43 ssa 1.1.2.5: #i24913# send dockingdata with startdocking 2004/04/02 12:06:22 ssa 1.1.2.4: #i24913# provide method to actively query the mouse pointer 2004/03/29 15:40:23 cd 1.1.2.3: #i24913# Save returned rectangle and use local copy of data because dtor can be called before 2004/03/25 16:00:06 ssa 1.1.2.2: #i24913# extend dockable interface 2004/03/24 17:57:29 ssa 1.1.2.1: #i24913# support for dockable windows via toolkit

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [46e72571f7c048d5e30f3e62018b3f036787ee43]

        INTEGRATION: CWS docking1 (1.171.16); FILE MERGED 2004/06/17 14:17:30 ssa 1.171.16.1: no shadow in disabled texts

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [101549442bf1fc836d1dc8067b385bc00ddf7540]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/06/23 14:27:57 ssa 1.3.2.3: #i30169# search for language dependent images first 2004/06/17 21:00:23 cd 1.3.2.2: #i30169# Support access to language dependent images 2004/06/11 16:03:04 ssa 1.3.2.1: #i25121# joined from graphicsapi CWS to avoid crash

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0066aa7ea3282859a547ee1118ba7d93cc9cda39]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/05/12 16:01:17 cd 1.3.2.1: #i24937# Added two additional properties for every command to have help ID support and mirrored/rotated images

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [fa6da4d68b57ca6236548f8956fb0de10f35dccd]

        INTEGRATION: CWS docking1 (1.32.10); FILE MERGED 2004/03/24 17:57:12 ssa 1.32.10.1: #i24913# support for dockable windows via toolkit

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [ae081289defd2a8ba26e8f0828dc3f2ca667f45a]

        INTEGRATION: CWS dba13 (1.3.64); FILE MERGED 2004/06/29 08:29:45 fs 1.3.64.1: #i30598# derive the OMultilineEditControl from Edit, to ensure proper painting

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9ed79141e7b663b38d12e6f4a4cf1d693d6acfb0]

        INTEGRATION: CWS docking1 (1.26.38); FILE MERGED 2004/06/01 08:49:54 cd 1.26.38.1: #i29745# Added new virtual method to access help with a string as key

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [d7d6ecab6fa5e410a97892112b497d315f6853f7]

        INTEGRATION: CWS dba13 (1.13.48); FILE MERGED 2004/06/29 08:29:45 fs 1.13.48.1: #i30598# derive the OMultilineEditControl from Edit, to ensure proper painting

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [2f3fc2e7ec65debf4013ca6df715a0ad38a9f18e]

        INTEGRATION: CWS dba13 (1.2.48); FILE MERGED 2004/06/18 07:57:14 fs 1.2.48.1: typo in comment

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [3f6e515db70f381098aef0f98a286f1e70274471]

        INTEGRATION: CWS dba13 (1.8.34); FILE MERGED 2004/06/29 08:28:26 fs 1.8.34.1: removed unnecessary ctor during #i30861#

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [72bde9edc4e1382006b1b75ccd631d36d8e49ea1]

        INTEGRATION: CWS dba13 (1.10.34); FILE MERGED 2004/06/29 08:28:26 fs 1.10.34.1: removed unnecessary ctor during #i30861#

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [e654e3f6d78dbc2390f379e05adc0ae143154793]

        INTEGRATION: CWS dba13 (1.22.32); FILE MERGED 2004/07/06 11:14:47 fs 1.22.32.2: MANUAL RESYNC: (1.22-1.23); FILE MERGED 2004/06/18 07:56:52 fs 1.22.32.1: discovered during #i29478#: remove duplicates

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [6805cf96016382970e706c92b0e2969299d05625]

        INTEGRATION: CWS dba13 (1.20.32); FILE MERGED 2004/07/06 11:11:11 fs 1.20.32.2: MANUAL RESYNC: (1.20-1.21); FILE MERGED 2004/06/18 08:07:18 fs 1.20.32.1: discovered during #i29478#: remove duplicates

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [e1fc023cda6e1b9ae335f7305104342b9a3ba66d]

        INTEGRATION: CWS dba13 (1.66.16); FILE MERGED 2004/06/18 07:58:17 fs 1.66.16.2: #i29478# Commit: call updateDependentProperties with the newly obtained value (important for virtual properties) 2004/06/18 07:00:42 fs 1.66.16.1: #i29477# properly enable/disable 'password character'

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [8fec51dfc09c907778c12ed657c6dc31500c88ef]

        INTEGRATION: CWS dba13 (1.3.248); FILE MERGED 2004/06/29 08:28:01 fs 1.3.248.1: #i30861# properly propagate background color

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [4fee9c6806db5ea312c83e4c8e62b056139c6bc2]

        INTEGRATION: CWS dba13 (1.7.64); FILE MERGED 2004/06/29 08:27:42 fs 1.7.64.1: #i30861# properly propagate background color

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [6da08e92a1be9c8037e56c519471807a7e733b94]

        INTEGRATION: CWS dba13 (1.21.32); FILE MERGED 2004/06/18 07:56:29 fs 1.21.32.1: discovered during #i29478#: remove duplicates

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c2041c166ac929c0446a92a582155cd56b4c179a]

        INTEGRATION: CWS docking1 (1.82.10); FILE MERGED 2004/06/20 12:16:14 mba 1.82.10.1: #111899#: reenable inplace mode

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7e665a5a042b6e6c26064fc1bb0d41ea956f5e85]

        INTEGRATION: CWS docking1 (1.58.10); FILE MERGED 2004/07/01 15:27:29 cd 1.58.10.2: #i25238# Don't create a menu bar if it shouldn't be visible 2004/06/23 15:20:13 mba 1.58.10.1: Provide document border size before resizing (needed for InPlace mode)

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f742f3fd871f78fcaa3781929de251516e062a15]

        INTEGRATION: CWS docking1 (1.50.10); FILE MERGED 2004/06/24 08:02:57 mba 1.50.10.1: #i26252#: get rid of contextChanged calls in SFX

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [c3c0c6bf3e3916f09210ff25be59adac9f3c1364]

        INTEGRATION: CWS dba13 (1.12.18); FILE MERGED 2004/06/16 07:55:58 fs 1.12.18.1: discovered during #i29468#: two properties had the same handle

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1a7778ed834e612bb99084cfb6091aa01b02a2b6]

        INTEGRATION: CWS docking1 (1.72.12); FILE MERGED 2004/06/23 15:20:13 mba 1.72.12.1: Provide document border size before resizing (needed for InPlace mode)

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [ba111772d77563695b21e62cc9d486bd46cc2945]

        INTEGRATION: CWS dba13 (1.5.20); FILE MERGED 2004/06/16 07:56:26 fs 1.5.20.1: discovered during #i29468#: fillProperties corrected to rely on the base class

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [3f4ffd65cd7f7817e70a2ed5c6fa620c97ff63aa]

        INTEGRATION: CWS dba13 (1.3.32); FILE MERGED 2004/06/25 06:43:52 fs 1.3.32.1: #i29021# proper cloning of the OEntryListHelper

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f5211d64f70727ead2dd9f626a1a94b591496f68]

        INTEGRATION: CWS docking1 (1.34.26); FILE MERGED 2004/06/23 15:53:36 cd 1.34.26.16: #i26252# Use UNO tunnel from model to retrieve module more efficient 2004/06/20 20:05:08 cd 1.34.26.15: #i30169# Use new image manager implementation and new layout manager methods 2004/06/14 10:18:34 ssa 1.34.26.14: #i25121# improve subtoolbar size 2004/06/11 16:05:10 ssa 1.34.26.13: #i25121# improve new subtoolbars 2004/06/10 06:58:16 ssa 1.34.26.12: #i25121# implement popupmode 2004/06/05 17:31:29 cd 1.34.26.11: #i26252# Fixed life-time problem of SfxPopupWindow 2004/06/04 15:46:58 ssa 1.34.26.10: #i25121# support for subtoolbars 2004/05/27 13:14:19 cd 1.34.26.9: #i24937# Dispose on SfxToolBoxControl must remove and destroy item window 2004/05/12 15:42:18 cd 1.34.26.8: #i26252# Removed obsolete assertion 2004/05/04 16:21:26 ssa 1.34.26.7: #i25117# set proper layout 2004/05/04 06:41:32 cd 1.34.26.6: #i26252# Fixed crash when button is activated without first opening the popup menu 2004/04/30 07:41:15 cd 1.34.26.5: #i26252# AppToolBox controller must dispatch commands asynchronously to avoid self-destruction to early 2004/04/30 05:52:51 cd 1.34.26.4: #i26252# Adapt toolbox controller to use new drop-down button function to show menu 2004/04/29 14:19:02 ssa 1.34.26.3: #i25117# improve placement of subtoolbars 2004/04/26 09:09:06 cd 1.34.26.2: #100000# Solved build problems with gcc compiler 2004/04/25 05:34:47 cd 1.34.26.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [b5759d70337032518312ae480a7c1cbfa6a92566]

        INTEGRATION: CWS dba13 (1.31.18); FILE MERGED 2004/06/25 06:43:52 fs 1.31.18.1: #i29021# proper cloning of the OEntryListHelper

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [304b7d10d49777b7f9f7e24322c3a31ec17df419]

        INTEGRATION: CWS dba13 (1.10.32); FILE MERGED 2004/06/18 13:53:14 fs 1.10.32.1: #i29828# clear the shared formatter instance earlier than upon library unloading

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [74961779fe381d89462f20ad4ea3224b897069f2]

        INTEGRATION: CWS dba13 (1.31.20); FILE MERGED 2004/06/18 13:53:14 fs 1.31.20.1: #i29828# clear the shared formatter instance earlier than upon library unloading

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0683426f3a7627dcf4e5eccb6031781588814be0]

        INTEGRATION: CWS docking1 (1.24.12); FILE MERGED 2004/07/05 16:27:55 cd 1.24.12.2: #i30032# Call macros stored in the new global events config item 2004/07/05 15:18:06 cd 1.24.12.1: #i30032# Use new config item to store global events configuration

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [c60ed352440fb42148cfc24506216d434d5e98f9]

        INTEGRATION: CWS dba13 (1.31.18); FILE MERGED 2004/06/18 11:50:14 fs 1.31.18.1: #i29828# also translate DefaultControl service names upon reading

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6724a7e351b5af10fa99507a01086ac16f4ded29]

        INTEGRATION: CWS docking1 (1.24.82); FILE MERGED 2004/05/01 22:31:12 cd 1.24.82.2: RESYNC: (1.24-1.25); FILE MERGED 2004/04/25 05:34:45 cd 1.24.82.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9950ccb6c27640d6659d056bfeb8739e19fa0c6d]

        INTEGRATION: CWS docking1 (1.12.10); FILE MERGED 2004/06/23 15:19:03 mba 1.12.10.4: Special code for external InPlace 2004/06/20 12:16:11 mba 1.12.10.3: #111899#: reenable inplace mode 2004/05/10 09:21:12 cd 1.12.10.2: #i24939# WorkWindow calls correct methods to create/destroy context senstive toolbars 2004/04/25 05:34:44 cd 1.12.10.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [f57cce4158bcb65c470c04717a39af116d71aa6d]

        INTEGRATION: CWS dba13 (1.21.18); FILE MERGED 2004/06/21 12:57:32 fs 1.21.18.1: #i26549# - createPeer: disable java compatible textChanged notifications - default control now is the OEditControl, which aggregates a RichTextControl

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [7e24eb4f9983a94fc8d19ab24e9a68929f02bb93]

        INTEGRATION: CWS dba13 (1.24.18); FILE MERGED 2004/06/25 06:43:53 fs 1.24.18.1: #i29021# proper cloning of the OEntryListHelper

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9eee154db06e39aad437ffe079827a11a71076ea]

        INTEGRATION: CWS docking1 (1.8.212); FILE MERGED 2004/07/05 15:18:05 cd 1.8.212.1: #i30032# Use new config item to store global events configuration

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d6a3ba1912e22ac87fab51fa66ddf8db4250ffe4]

        INTEGRATION: CWS docking1 (1.64.4); FILE MERGED 2004/06/23 15:20:01 mba 1.64.4.2: Provide document border size before resizing (needed for InPlace mode) 2004/06/20 20:05:08 cd 1.64.4.1: #i30169# Use new image manager implementation and new layout manager methods

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [81340bd3300480bda8917275e445aa4f154a171d]

        INTEGRATION: CWS docking1 (1.2.32); FILE MERGED 2004/06/30 12:52:16 toconnor 1.2.32.1: #i20055# - allow accelerator tab page to be created via SfxAbstractDialogFactory and change dimensions to fit new Customize dialog

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [715b590e8753fac3083e15a13f14270f15162050]

        INTEGRATION: CWS docking1 (1.29.254); FILE MERGED 2004/05/14 11:32:03 ssa 1.29.254.2: #i24913# reduce docking rectangle to avoid docking by accident 2004/05/13 13:01:14 ssa 1.29.254.1: #i24913# docking must always use screen coordinates

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [cfa617d071123968afda38f2e896e66b56a100cb]

        INTEGRATION: CWS docking1 (1.18.54); FILE MERGED 2004/06/30 12:52:16 toconnor 1.18.54.1: #i20055# - allow accelerator tab page to be created via SfxAbstractDialogFactory and change dimensions to fit new Customize dialog

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [12b6d5b205619eba43204f70c2358ae9c9ac9285]

        INTEGRATION: CWS docking1 (1.30.10); FILE MERGED 2004/05/17 12:19:32 cd 1.30.10.2: #i26252# Fixed problem with metric conversion flag which wasn't respected on calling QueryValue 2004/04/25 05:34:43 cd 1.30.10.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1f97db385090c47e9a0c041390ea5037c4fdf0e5]

        INTEGRATION: CWS docking1 (1.19.12); FILE MERGED 2004/06/05 16:53:38 cd 1.19.12.1: #i26252# Comment out assertion which is not usefull anymore

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [6169aadc1b7f586e7f1e1a4347d07e780681dbf6]

        INTEGRATION: CWS dba13 (1.44.148); FILE MERGED 2004/06/16 09:26:42 fs 1.44.148.1: #i29519# ControlForeground -> ControlSymbolColor

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2b9b8352cf4caa0fc0fc5bb90628b4075ea4ab89]

        INTEGRATION: CWS docking1 (1.8.10); FILE MERGED 2004/05/01 22:24:31 cd 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2004/04/25 05:34:43 cd 1.8.10.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [ccfe5ae4380d788d5b50a1b5224b8212ce567b67]

        INTEGRATION: CWS dba13 (1.51.156); FILE MERGED 2004/07/06 11:07:16 fs 1.51.156.2: MANUAL RESYNC: (1.51-1.52); FILE MERGED 2004/06/16 09:26:00 fs 1.51.156.1: #i29519# ControlForeground -> ControlSymbolColor

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [47f508a9bd090ed06850cd34ab436c38b0d56c4e]

        INTEGRATION: CWS dba13 (1.15.182); FILE MERGED 2004/07/05 14:59:59 fs 1.15.182.2: #i31038# two Undo actions in DeleteSelection - Writer does not like DeleteMarked encapsulated in an own UNDO action 2004/06/28 15:13:32 fs 1.15.182.1: #i28502# DeleteSelection: don't delete entries which have a SdrObject associated with it - this prevents problems with controls in hidden layers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e6be35f605ffa3e7ba10984abd267a3611441a61]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/25 05:37:10 cd 1.1.2.1: #i24937# New support classes to use dispatch API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [02548f20b4bc2dade9ebe933596a342cb4c93f55]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/25 05:37:01 cd 1.1.2.1: #i24937# New support classes to use dispatch API

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [6f3e43cd6a286c355549b7a23862b160c7122653]

        INTEGRATION: CWS dba13 (1.2.94); FILE MERGED 2004/07/06 11:03:15 fs 1.2.94.2: MANUAL RESYNC: (1.2-1.3); FILE MERGED 2004/06/15 14:35:30 fs 1.2.94.1: #i29570# corrected page identifiers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c3b6ca8e091b0a72cde06cd25d514729989810e2]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/07/06 09:56:54 cd 1.3.2.17: RESYNC manually 2004/06/30 15:51:46 toconnor 1.3.2.16: #i20055# - Tools/Configure dialog is being renamed to Tools/Customize 2004/06/30 06:31:08 cd 1.3.2.15: #i30169# Remove obsolete image property from command 2004/06/22 09:49:24 cd 1.3.2.14: #i30169# Removed obsolete and added image property from some commands 2004/06/22 07:58:19 cd 1.3.2.13: #i30169# Added missing command for formsbar 2004/06/21 10:00:28 cd 1.3.2.12: #i30169# Added image property for some extrusion commands 2004/06/20 20:03:11 cd 1.3.2.11: #i30169# Removed obsolete image property for some commands 2004/06/18 14:05:05 cd 1.3.2.10: #i30169# Removed image property from commands 2004/06/16 06:24:38 cd 1.3.2.9: #i30169# Revised some commands and their image property 2004/06/15 08:30:53 cd 1.3.2.8: #i24937# Display new configuration dialogs 2004/06/14 05:41:36 cd 1.3.2.7: #i30169# Added properties to get information about command images 2004/05/30 10:38:24 cd 1.3.2.6: RESYNC: (1.3-1.4); FILE MERGED 2004/05/28 15:16:08 cd 1.3.2.5: #i25239# Added new commands for bibliography and dbaccess 2004/05/13 07:08:09 cd 1.3.2.4: #i26252# Added missing command to generic commands XCU file 2004/05/12 06:40:12 cd 1.3.2.3: #i25239# Added command to access all available toolbars 2004/05/11 13:23:28 cd 1.3.2.2: #i25239# Added new popup menu controller to have access to all toolbars 2004/05/10 14:45:26 cd 1.3.2.1: #i26252# Added new UI commands for extrusion - have been forgotten by developer

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4e372c0ecca91220c11cf80cb2954cbff0011e2c]

        INTEGRATION: CWS docking1 (1.3.94); FILE MERGED 2004/05/30 13:30:43 cd 1.3.94.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/25 05:34:42 cd 1.3.94.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [48dbe288a2ef3af0491d25b1aefc40723df39757]

        INTEGRATION: CWS dba13 (1.33.90); FILE MERGED 2004/06/29 07:20:29 fs 1.33.90.1: #i30859# implInitializeControlModel: care for formatted fields, which also claim to be TEXT fields

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5f3fb37adc7aef9abc80f368c7c18079f2be6f49]

        INTEGRATION: CWS docking1 (1.26.10); FILE MERGED 2004/07/02 06:17:02 cd 1.26.10.4: #i25238# Don't create a menu bar if it shouldn't be visible 2004/06/30 15:42:29 cd 1.26.10.3: #i26252# Don't set read-only mode during loading - it interferes with our new binding changes 2004/06/20 12:16:10 mba 1.26.10.2: #111899#: reenable inplace mode 2004/05/17 12:19:32 cd 1.26.10.1: #i26252# Fixed problem with metric conversion flag which wasn't respected on calling QueryValue

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [8329ba713e4abd4072dee435c8b7ddb285d26119]

        INTEGRATION: CWS dba13 (1.3.94); FILE MERGED 2004/06/15 14:36:09 fs 1.3.94.1: #i29570# still the need to remove a tab page, even if never explicitly inserted - it's present in the resource

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [057a1fd618fae83dfadef75e918f41d53c00cdd0]

        INTEGRATION: CWS docking1 (1.3.410); FILE MERGED 2004/05/01 22:23:43 cd 1.3.410.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/25 05:34:42 cd 1.3.410.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [0c075faaefbdb63fae70cb3183d02b3ae438ceea]

        INTEGRATION: CWS dba13 (1.39.78); FILE MERGED 2004/07/06 10:58:53 fs 1.39.78.2: MANUAL RESYNC: (1.39-1.40); FILE MERGED 2004/06/16 07:58:06 fs 1.39.78.1: #i29468# 'conversion to navbar' in the proper menu

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [88eb488bc8f9694de55ac133e9ad19a310241825]

        INTEGRATION: CWS docking1 (1.27.54); FILE MERGED 2004/06/24 08:04:36 mba 1.27.54.3: #i26252#: get rid of contextChanged calls in SFX 2004/06/23 14:46:24 cd 1.27.54.2: #i26252# set contextchanged flag back before notifying frame - otherwise endless recursion is possible 2004/04/25 05:34:41 cd 1.27.54.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [e7bc267692824fe8629cb8ccd9951eceae997067]

        INTEGRATION: CWS dba13 (1.36.78); FILE MERGED 2004/06/29 08:39:15 fs 1.36.78.1: #i30643# only ask for the LineEndFormat property if it exists at the model

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f9500a753789fdfdf80441d942fce55c7a5720d4]

        INTEGRATION: CWS docking1 (1.36.10); FILE MERGED 2004/06/30 05:13:51 cd 1.36.10.13: #i25238# Secure access to frame reference 2004/06/25 11:28:16 cd 1.36.10.12: #i24937# Check reference before calling a method 2004/06/23 15:18:55 mba 1.36.10.11: Special code for external InPlace 2004/06/23 08:01:05 cd 1.36.10.10: #i25239# Hide/show of floating toolbars is completely controlled by the layout manager itself 2004/06/20 20:05:07 cd 1.36.10.9: #i30169# Use new image manager implementation and new layout manager methods 2004/06/20 12:16:03 mba 1.36.10.8: #111899#: reenable inplace mode 2004/06/04 07:30:16 cd 1.36.10.7: #i25238# Docking allowed must not depend on status bar visibility 2004/05/14 16:14:08 cd 1.36.10.6: #i25238# Support for presentation mode implemented 2004/05/10 09:21:11 cd 1.36.10.5: #i24939# WorkWindow calls correct methods to create/destroy context senstive toolbars 2004/05/10 06:25:58 cd 1.36.10.4: #i26252# Added code for item conversion and fixed wrong definition of SID_UNDO/SID_REDO slots 2004/05/05 11:35:05 cd 1.36.10.3: #i25239# Additional toolbars from draw team 2004/04/27 11:04:27 cd 1.36.10.2: #i24939# Mapping of resource ID's to resource names 2004/04/25 05:34:41 cd 1.36.10.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d82b6f0e9f883720c6bd4a765223f3584fec00d1]

        INTEGRATION: CWS docking1 (1.7.386); FILE MERGED 2004/06/22 10:05:21 cd 1.7.386.4: #i30169# Support retrieving images with slot URLs 2004/06/22 06:11:36 cd 1.7.386.3: #i30169# Support slot URLs to retrieve images 2004/06/20 20:05:07 cd 1.7.386.2: #i30169# Use new image manager implementation and new layout manager methods 2004/06/16 13:53:16 cd 1.7.386.1: #i30169# First implementation of an UNO based module image manager

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [239a400c582a4bd30e6d35092d71739ffdcfd95c]

        INTEGRATION: CWS docking1 (1.92.24); FILE MERGED 2004/05/03 08:46:28 cd 1.92.24.3: #i26252# Support full conversion of items on function call 2004/05/01 22:20:24 cd 1.92.24.2: RESYNC: (1.92-1.94); FILE MERGED 2004/04/25 05:34:40 cd 1.92.24.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9971ae3af06faeea80d90446e50d6c247ef1df01]

        INTEGRATION: CWS docking1 (1.37.10); FILE MERGED 2004/06/29 13:01:38 dfoster 1.37.10.4: #i30050# Removed unnecessary arg. 2004/06/18 15:41:35 toconnor 1.37.10.3: #i20055# - new Customize toolbar dialog - pass ResourceURL if provided 2004/05/30 13:29:43 cd 1.37.10.2: RESYNC: (1.37-1.38); FILE MERGED 2004/05/26 15:04:39 toconnor 1.37.10.1: #i20055# #i20069# initial checkin of toolbar and menu customize tabs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [41aa489ac2f8efa3384a003da03adcbf971194de]

        INTEGRATION: CWS docking1 (1.10.10); FILE MERGED 2004/05/10 06:25:58 cd 1.10.10.3: #i26252# Added code for item conversion and fixed wrong definition of SID_UNDO/SID_REDO slots 2004/05/01 22:20:16 cd 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2004/04/25 05:34:40 cd 1.10.10.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [944c6a6911571027e61ffafc3d0af0aeb66d3226]

        INTEGRATION: CWS docking1 (1.46.10); FILE MERGED 2004/06/20 12:14:04 mba 1.46.10.2: #111899#: reenable inplace mode 2004/04/25 05:34:39 cd 1.46.10.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [70bc2b52950287d3def2e2f7ec3a0f1ad74fcb2c]

        INTEGRATION: CWS docking1 (1.19.26); FILE MERGED 2004/04/25 05:34:39 cd 1.19.26.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ceb103fbce0e7bfa9c2a89ac0081814ad8973899]

        INTEGRATION: CWS docking1 (1.51.26); FILE MERGED 2004/07/05 15:41:58 cd 1.51.26.1: #i30032# Don't create event configuration here. It is now created by SfxGlobalEvents_Impl

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [634a7b408ed8eab13efd838c02934fc737863e9c]

        INTEGRATION: CWS docking1 (1.77.16); FILE MERGED 2004/05/30 13:28:53 cd 1.77.16.3: RESYNC: (1.78-1.79); FILE MERGED 2004/05/01 22:18:59 cd 1.77.16.2: RESYNC: (1.77-1.78); FILE MERGED 2004/04/25 05:34:38 cd 1.77.16.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [51026a63d522a88e868a835452cc48a8a391185e]

        INTEGRATION: CWS docking1 (1.44.10); FILE MERGED 2004/06/18 15:41:34 toconnor 1.44.10.3: #i20055# - new Customize toolbar dialog - pass ResourceURL if provided 2004/05/30 13:28:15 cd 1.44.10.2: RESYNC: (1.44-1.46); FILE MERGED 2004/05/10 06:25:47 cd 1.44.10.1: #i26252# Added code for item conversion and fixed wrong definition of SID_UNDO/SID_REDO slots

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2ef479f3d4628427e90abc9abf020790a883e182]

        INTEGRATION: CWS docking1 (1.24.6); FILE MERGED 2004/04/25 05:34:37 cd 1.24.6.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [97bc2e03b35aa0c76c968ff51b87a16fc904b344]

        INTEGRATION: CWS docking1 (1.9.410); FILE MERGED 2004/04/25 05:34:35 cd 1.9.410.1: #i24937# Prepare sfx2 to use framework based UNO API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6f85816a81c254149be0cad56debe3760b023177]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/07 14:46:37 cd 1.1.2.1: #i26252# added UNO structs for dispatch/status communication

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4dc355c689217f263728e352f42bc341f98efa5d]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/07 14:44:31 cd 1.1.2.1: #i26252# added UNO structs for dispatch/status communication

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [fd9bf4d4ca72452e04307723797d9c9081a10a42]

        INTEGRATION: CWS docking1 (1.17.34); FILE MERGED 2004/06/15 14:59:10 gh 1.17.34.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e44dc769954c7b84f4fea667a8fac3413e1283d2]

        INTEGRATION: CWS docking1 (1.53.36); FILE MERGED 2004/07/06 10:01:51 cd 1.53.36.3: RESYNC manually 2004/06/15 14:59:10 gh 1.53.36.2: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes 2004/05/27 15:19:18 gh 1.53.36.1: compensate libraries which have been renamed

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [60d7a669d59e3fd2717860cee1c2b29956cc5538]

        INTEGRATION: CWS docking1 (1.31.4); FILE MERGED 2004/06/29 17:35:54 toconnor 1.31.4.1: #i20055# - implementation of customize toolbar tab

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6d78f7c094ac0f745e335c446790985a188cb39e]

        INTEGRATION: CWS docking1 (1.41.2); FILE MERGED 2004/07/06 09:55:33 cd 1.41.2.3: RESYNC manually 2004/05/02 01:59:07 cd 1.41.2.2: RESYNC: (1.41-1.44); FILE MERGED 2004/04/21 09:31:57 cd 1.41.2.1: #i26252# New namespace for UNO structs that are used for item/UNO transport

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c58a9620833d7080d3920c070ee442d11b68cebf]

        INTEGRATION: CWS docking1 (1.25.82); FILE MERGED 2004/05/02 01:43:30 cd 1.25.82.2: RESYNC: (1.25-1.26); FILE MERGED 2004/04/27 11:01:02 cd 1.25.82.1: #i26252# Fixes for line style controller and items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [62903bf2edb9f7c8802a1133f9e1872d62d9c9cc]

        INTEGRATION: CWS docking1 (1.5.502); FILE MERGED 2004/04/25 05:40:40 cd 1.5.502.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [248cd17b1e3b5266a940e563fe2be8e0943fc823]

        INTEGRATION: CWS docking1 (1.5.658); FILE MERGED 2004/04/30 08:37:15 cd 1.5.658.2: #i26252# Query/PutValue for complete conversion implemented 2004/04/25 05:40:40 cd 1.5.658.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d04d33867773d0d106fad7f71d44110f8fb9a711]

        INTEGRATION: CWS docking1 (1.1.1.1.694); FILE MERGED 2004/04/30 08:37:15 cd 1.1.1.1.694.2: #i26252# Query/PutValue for complete conversion implemented 2004/04/25 05:40:39 cd 1.1.1.1.694.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [57fda096a7f8d6d2a13bfdc99612aed9c4c211fe]

        INTEGRATION: CWS docking1 (1.5.216); FILE MERGED 2004/05/29 21:37:58 cd 1.5.216.3: RESYNC: (1.6-1.7); FILE MERGED 2004/05/02 01:41:09 cd 1.5.216.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/25 05:40:38 cd 1.5.216.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [29e8db036e372e68b51c5da01aae4768a6fe050d]

        INTEGRATION: CWS docking1 (1.5.480); FILE MERGED 2004/06/05 18:34:35 cd 1.5.480.5: #i26252# Adapt controller to support life-time management of floating window of base class 2004/05/04 16:37:09 cd 1.5.480.4: #i26252# Adapt toolbox controller to new implementation 2004/04/28 16:21:23 cd 1.5.480.3: #i26252# Fixes for toolbox controllers/items that used non-convertible items 2004/04/27 11:01:01 cd 1.5.480.2: #i26252# Fixes for line style controller and items 2004/04/25 05:40:38 cd 1.5.480.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b201b0bf5d0ab351439914d11b4e51e999c771c3]

        INTEGRATION: CWS docking1 (1.18.154); FILE MERGED 2004/06/15 07:06:36 cd 1.18.154.5: #i26252# Fixed merge problems that uses wrong method to retrieve slot ID 2004/06/05 18:34:35 cd 1.18.154.4: #i26252# Adapt controller to support life-time management of floating window of base class 2004/05/29 21:37:39 cd 1.18.154.3: RESYNC: (1.18-1.19); FILE MERGED 2004/05/10 06:22:15 cd 1.18.154.2: #i26252# Added missing slot for basic and fixed some bugs 2004/04/25 05:40:37 cd 1.18.154.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [463a39d38f79ca7fb4e1cb667389f2f5780571e4]

        INTEGRATION: CWS docking1 (1.14.432); FILE MERGED 2004/05/04 16:27:45 ssa 1.14.432.4: #i25117# remove DBG_ASSERT due to build errors 2004/04/28 16:21:22 cd 1.14.432.3: #i26252# Fixes for toolbox controllers/items that used non-convertible items 2004/04/27 11:01:00 cd 1.14.432.2: #i26252# Fixes for line style controller and items 2004/04/25 05:40:37 cd 1.14.432.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1cd56a0ef579932cceef9ddf99d54b4a1214cbdc]

        INTEGRATION: CWS docking1 (1.13.158); FILE MERGED 2004/05/29 21:37:31 cd 1.13.158.3: RESYNC: (1.13-1.14); FILE MERGED 2004/04/27 11:01:00 cd 1.13.158.2: #i26252# Fixes for line style controller and items 2004/04/25 05:40:36 cd 1.13.158.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2bf9d75a8fdb6aea004faab19396596e14dd1aa3]

        INTEGRATION: CWS docking1 (1.8.654); FILE MERGED 2004/04/28 16:21:22 cd 1.8.654.2: #i26252# Fixes for toolbox controllers/items that used non-convertible items 2004/04/25 05:40:36 cd 1.8.654.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [468745e7f28311a27cca437491ffdc3fac1cdfa2]

        INTEGRATION: CWS docking1 (1.2.60); FILE MERGED 2004/06/05 18:34:34 cd 1.2.60.3: #i26252# Adapt controller to support life-time management of floating window of base class 2004/05/11 06:38:06 cd 1.2.60.2: #i26252# Prepare extrusion controls 2004/05/03 12:50:02 cd 1.2.60.1: #i26252# Make changes for new toolbar controller

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d294b6f2b1f96fbd9874d246ff4b26e112e120d6]

        INTEGRATION: CWS docking1 (1.2.60); FILE MERGED 2004/06/05 18:34:34 cd 1.2.60.3: #i26252# Adapt controller to support life-time management of floating window of base class 2004/05/29 21:37:23 cd 1.2.60.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/03 12:50:02 cd 1.2.60.1: #i26252# Make changes for new toolbar controller

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0d295e1c78c7697e18a5e3401a3c64e43565fe23]

        INTEGRATION: CWS docking1 (1.7.652); FILE MERGED 2004/06/16 09:43:59 ssa 1.7.652.2: #i25121# improve floater positioning 2004/04/25 05:40:35 cd 1.7.652.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e63b2921fa18b22c0deab12d34025e0c0e8a6c66]

        INTEGRATION: CWS docking1 (1.54.12); FILE MERGED 2004/05/29 21:29:54 cd 1.54.12.2: RESYNC: (1.54-1.55); FILE MERGED 2004/05/17 12:21:53 cd 1.54.12.1: #i26252# SvxFontHeightItem provides/expect font height in point metric as float type in uno::Any

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [e69c477bf456d73eb46628479ea4ce5de3dc3e29]

        INTEGRATION: CWS dba13 (1.66.24); FILE MERGED 2004/06/16 09:26:22 fs 1.66.24.1: #i29519# ControlForeground -> ControlSymbolColor, exported as draw:symbol-color instead of fo:color

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4bbc1941fbe70879a349651c524f2f72e85b47a4]

        INTEGRATION: CWS docking1 (1.2.98); FILE MERGED 2004/04/28 16:21:21 cd 1.2.98.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [9667c401dc6aeb942c22054ad8ae345d57821649]

        INTEGRATION: CWS dba13 (1.58.6); FILE MERGED 2004/07/06 10:38:43 fs 1.58.6.2: MANUAL RESYNC: (1.58-1.59); FILE MERGED 2004/06/16 09:24:28 fs 1.58.6.1: #i29519# +SYMBOL_COLOR

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e2246f5fadb35343160027dd337af9ed1485d738]

        INTEGRATION: CWS docking1 (1.31.12); FILE MERGED 2004/05/29 21:29:46 cd 1.31.12.4: RESYNC: (1.32-1.33); FILE MERGED 2004/05/02 01:31:37 cd 1.31.12.3: RESYNC: (1.31-1.32); FILE MERGED 2004/04/30 17:14:13 cd 1.31.12.2: #i26252# Adapt controllers to correctly initialize items 2004/04/30 08:37:14 cd 1.31.12.1: #i26252# Query/PutValue for complete conversion implemented

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ee12a3811867beaaa465de87e992696b1cef2d06]

        INTEGRATION: CWS docking1 (1.2.682); FILE MERGED 2004/04/28 16:21:21 cd 1.2.682.2: #i26252# Fixes for toolbox controllers/items that used non-convertible items 2004/04/27 11:00:59 cd 1.2.682.1: #i26252# Fixes for line style controller and items

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [0933bbf39409123cf3662c08741970f225be1a23]

        INTEGRATION: CWS dba13 (1.60.70); FILE MERGED 2004/06/16 09:23:58 fs 1.60.70.1: #i29519# +draw:symbol-color

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [8beb2700158688db9551b7dcc44d09c2acb85170]

        INTEGRATION: CWS docking1 (1.3.98); FILE MERGED 2004/05/02 01:30:36 cd 1.3.98.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/25 05:40:35 cd 1.3.98.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [22805085456c4f4c48e367647a4d44e80901023c]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/09 16:40:01 dfoster 1.1.2.1: #i30032#

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [89006d4b60aa0ddc2b5fab1ab2d6fbdbeb78da3c]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/09 16:39:41 dfoster 1.1.2.1: #i30032#

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5adab28950464b1e4fd21f2d39b86267da189652]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/09 16:39:22 dfoster 1.1.2.1: #i30032#

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a6f239108236f54f4e37ab178c8a61e54110d5a1]

        INTEGRATION: CWS docking1 (1.11.12); FILE MERGED 2004/06/08 15:32:25 ssa 1.11.12.6: #i25121# must use slotid 2004/06/05 18:34:34 cd 1.11.12.5: #i26252# Adapt controller to support life-time management of floating window of base class 2004/05/10 06:22:14 cd 1.11.12.4: #i26252# Added missing slot for basic and fixed some bugs 2004/05/04 16:37:09 cd 1.11.12.3: #i26252# Adapt toolbox controller to new implementation 2004/05/02 01:28:05 cd 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/25 05:40:34 cd 1.11.12.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [bd1a4f4b2732af11aa64c5849001028964812f0b]

        INTEGRATION: CWS docking1 (1.2.6); FILE MERGED 2004/06/29 17:35:46 toconnor 1.2.6.1: #i20055# - implementation of customize toolbar tab

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0bc9378d3a395166d806a26c71e77b0afcd1ae3b]

        INTEGRATION: CWS docking1 (1.2.6); FILE MERGED 2004/06/29 17:35:01 toconnor 1.2.6.1: #i20055# - implementation of customize toolbar tab

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ba888371d2192e5cc02d99d091c908b17c10feec]

        INTEGRATION: CWS docking1 (1.2.6); FILE MERGED 2004/06/29 17:35:48 toconnor 1.2.6.1: #i20055# - implementation of customize toolbar tab

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [60e860a11219592ebf03ce53e8135e07bbe5adf7]

        INTEGRATION: CWS dba13 (1.11.148); FILE MERGED 2004/06/18 14:11:31 fs 1.11.148.1: +desktopterminationlistener

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [096f444d2eca6b606eca4e74d790ca76595b4348]

        INTEGRATION: CWS dba13 (1.1.2); FILE ADDED 2004/06/18 13:54:09 fs 1.1.2.1: helper class for observing the application shutdown (for non-UNO components)

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4004476b91a5affb604eebc4d622f358edc13a4b]

        INTEGRATION: CWS docking1 (1.2.6); FILE MERGED 2004/06/02 10:20:10 cd 1.2.6.1: #i10000# Fixed missing return statements and doubled resource IDs for global strings

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [da18994e4398de46e36957e5382d58c93ff4d173]

        INTEGRATION: CWS dba13 (1.1.2); FILE ADDED 2004/06/18 13:53:56 fs 1.1.2.1: helper class for observing the application shutdown (for non-UNO components)

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [cfe1a9e6b59c9034935c1adbbb7eb604350e9b0d]

        INTEGRATION: CWS docking1 (1.2.6); FILE MERGED 2004/06/29 14:19:51 dfoster 1.2.6.2: #i30032# 2004/06/02 10:20:10 cd 1.2.6.1: #i10000# Fixed missing return statements and doubled resource IDs for global strings

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [0075cceab7da20b56f0a9c1c2913565ae6b9db44]

        INTEGRATION: CWS dba13 (1.2.38); FILE MERGED 2004/06/18 09:30:17 fs 1.2.38.1: #i29490# convertFastPropertyValue: try conversion all the time for non-equal types, not only for interface types

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [659c926fd225de7c559f58b6f15dcd1eee92b49e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/07/01 09:50:09 dfoster 1.1.2.4: #i30032# 2004/06/29 17:34:47 toconnor 1.1.2.3: #i20055# - implementation of customize toolbar tab 2004/06/15 11:34:46 dfoster 1.1.2.2: #i30032# 2004/06/09 16:42:53 dfoster 1.1.2.1: #i30032# Also fixed problem creating Macro Organizer dialogs

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [4b0caa78f05ca31d8650e48be9311ab23fea407b]

        INTEGRATION: CWS dba13 (1.3.152); FILE MERGED 2004/06/21 11:37:19 fs 1.3.152.2: type in previous mods to tryPropertyValue 2004/06/18 09:29:31 fs 1.3.152.1: #i29490# tryPropertyValue: really try something ... (namely conversion)

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [56040083e150a6d73a47045b7ab7ec8f43e3cd07]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/15 11:34:46 dfoster 1.1.2.2: #i30032# 2004/06/09 16:42:52 dfoster 1.1.2.1: #i30032# Also fixed problem creating Macro Organizer dialogs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f9cb4eec61a23ce039a3c5177bb2fffb5aa6c4ff]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/07/01 09:50:09 dfoster 1.1.2.6: #i30032# 2004/06/29 14:19:50 dfoster 1.1.2.5: #i30032# 2004/06/25 14:10:46 dfoster 1.1.2.4: #i30032# 2004/06/16 15:41:14 ssa 1.1.2.3: #i25121# added missing dtor 2004/06/15 11:34:45 dfoster 1.1.2.2: #i30032# 2004/06/09 16:42:52 dfoster 1.1.2.1: #i30032# Also fixed problem creating Macro Organizer dialogs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2c5e5fb91541b91989fd21311fb5240e659c108d]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/29 17:34:33 toconnor 1.1.2.4: #i20055# - implementation of customize toolbar tab 2004/06/29 14:19:49 dfoster 1.1.2.3: #i30032# 2004/06/15 11:34:45 dfoster 1.1.2.2: #i30032# 2004/06/09 16:42:51 dfoster 1.1.2.1: #i30032# Also fixed problem creating Macro Organizer dialogs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e1d5a9e5745b7993ba36ba815fc2f58cec1e62f4]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/09 16:42:51 dfoster 1.1.2.1: #i30032# Also fixed problem creating Macro Organizer dialogs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9a3b8db03fe4f4212de5ea3082aaed05b815813e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/07/05 15:21:44 cd 1.1.2.4: #i30032# Use global events broadcaster service to access global event bindings 2004/06/30 11:46:40 dfoster 1.1.2.3: #i30032# 2004/06/25 14:10:45 dfoster 1.1.2.2: #i30032# 2004/06/09 16:42:50 dfoster 1.1.2.1: #i30032# Also fixed problem creating Macro Organizer dialogs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a67f7a89ceda6cb699d5eedc63a11122de2cdb9f]

        INTEGRATION: CWS docking1 (1.7.6); FILE MERGED 2004/07/01 09:50:09 dfoster 1.7.6.4: #i30032# 2004/06/30 08:16:44 cd 1.7.6.3: #i10000# Fixed build problem - missing include 2004/06/29 14:19:49 dfoster 1.7.6.2: #i30032# 2004/06/29 12:58:41 dfoster 1.7.6.1: #i30050# Removed unnecessary arg.

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d87b9e432d29e07aa2a793338fd933dc6b6f6bcf]

        INTEGRATION: CWS docking1 (1.6.4); FILE MERGED 2004/07/01 09:50:08 dfoster 1.6.4.6: #i30032# 2004/06/29 14:19:49 dfoster 1.6.4.5: #i30032# 2004/06/29 12:58:40 dfoster 1.6.4.4: #i30050# Removed unnecessary arg. 2004/06/09 16:42:49 dfoster 1.6.4.3: #i30032# Also fixed problem creating Macro Organizer dialogs 2004/05/29 21:05:53 cd 1.6.4.2: RESYNC: (1.6-1.8); FILE MERGED 2004/05/26 15:18:37 toconnor 1.6.4.1: #i20055# #i20069# initial commit of toolbar and menu customize tabs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [66048e0edfc7d4ed2ee40f3735a2db3c5a13cdfa]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/30 12:54:38 toconnor 1.1.2.9: #i20055# - added accelerator tab 2004/06/29 17:34:33 toconnor 1.1.2.8: #i20055# - implementation of customize toolbar tab 2004/06/25 16:08:56 toconnor 1.1.2.7: #i20055# - fix german strings that were incorrectly entered in UTF-8 locale 2004/06/23 14:51:27 toconnor 1.1.2.6: #i20055# - more implementation of toolbar tab 2004/06/15 13:51:22 toconnor 1.1.2.5: #i20055# - implementation of toolbar tab 2004/06/09 16:42:49 dfoster 1.1.2.4: #i30032# Also fixed problem creating Macro Organizer dialogs 2004/06/08 13:33:06 toconnor 1.1.2.3: #i20055# - further implementation of toolbars tab 2004/06/02 10:20:09 cd 1.1.2.2: #i10000# Fixed missing return statements and doubled resource IDs for global strings 2004/05/26 15:18:38 toconnor 1.1.2.1: #i20055# #i20069# initial commit of toolbar and menu customize tabs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d7faf89941f79427d474b82d958f5fe971a67b60]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/07/05 16:03:09 toconnor 1.1.2.14: #i20069# customize menu tab implementation 2004/07/02 13:08:10 toconnor 1.1.2.13: #i20055# customize toolbar tab 2004/07/02 11:09:07 toconnor 1.1.2.12: #i20055# customize toolbar tab 2004/07/01 17:01:13 toconnor 1.1.2.11: #i20055# - customize toolbar tab 2004/06/30 14:57:03 toconnor 1.1.2.10: #i20055# - customize toolbar tab 2004/06/29 17:34:32 toconnor 1.1.2.9: #i20055# - implementation of customize toolbar tab 2004/06/25 11:31:57 toconnor 1.1.2.8: #i20055# - implementation of toolbar tab 2004/06/24 16:36:01 toconnor 1.1.2.7: #i20055# - implementation of toolbar tab 2004/06/23 14:51:26 toconnor 1.1.2.6: #i20055# - more implementation of toolbar tab 2004/06/18 16:16:50 toconnor 1.1.2.5: #i20055# - customize toolbar tab - use image management api to get icons 2004/06/15 13:51:21 toconnor 1.1.2.4: #i20055# - implementation of toolbar tab 2004/06/08 13:33:05 toconnor 1.1.2.3: #i20055# - further implementation of toolbars tab 2004/06/02 10:20:09 cd 1.1.2.2: #i10000# Fixed missing return statements and doubled resource IDs for global strings 2004/05/26 15:18:38 toconnor 1.1.2.1: #i20055# #i20069# initial commit of toolbar and menu customize tabs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [60702d8468fc47a31afd2a0c5feb41e7a80829c1]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/29 17:34:33 toconnor 1.1.2.5: #i20055# - implementation of customize toolbar tab 2004/06/23 14:51:27 toconnor 1.1.2.4: #i20055# - more implementation of toolbar tab 2004/06/08 13:33:05 toconnor 1.1.2.3: #i20055# - further implementation of toolbars tab 2004/06/02 10:20:09 cd 1.1.2.2: #i10000# Fixed missing return statements and doubled resource IDs for global strings 2004/05/26 15:18:39 toconnor 1.1.2.1: #i20055# #i20069# initial commit of toolbar and menu customize tabs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2177b9707ba0bafec6d07a2701932d448d62e88f]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/07/05 17:40:34 toconnor 1.1.2.23: #i20069# customize menu implementation 2004/07/05 16:03:10 toconnor 1.1.2.22: #i20069# customize menu tab implementation 2004/07/02 15:00:42 toconnor 1.1.2.21: #i20055# customize toolbar tab 2004/07/02 13:20:40 cd 1.1.2.20: #i25238# Call old accelerator config page with static method at SfxAbstractDialogFactory 2004/07/02 13:08:11 toconnor 1.1.2.19: #i20055# customize toolbar tab 2004/07/02 11:09:07 toconnor 1.1.2.18: #i20055# customize toolbar tab 2004/07/02 09:26:55 toconnor 1.1.2.17: #i20055# member templates are not allowed due to build breakage on Solaris 2004/07/01 18:11:44 toconnor 1.1.2.16: #i20055# - customize toolbars tab 2004/07/01 17:01:13 toconnor 1.1.2.15: #i20055# - customize toolbar tab 2004/06/30 14:57:03 toconnor 1.1.2.14: #i20055# - customize toolbar tab 2004/06/30 12:54:38 toconnor 1.1.2.13: #i20055# - added accelerator tab 2004/06/29 17:34:31 toconnor 1.1.2.12: #i20055# - implementation of customize toolbar tab 2004/06/25 11:31:57 toconnor 1.1.2.11: #i20055# - implementation of toolbar tab 2004/06/24 16:36:02 toconnor 1.1.2.10: #i20055# - implementation of toolbar tab 2004/06/23 14:51:26 toconnor 1.1.2.9: #i20055# - more implementation of toolbar tab 2004/06/18 16:16:50 toconnor 1.1.2.8: #i20055# - customize toolbar tab - use image management api to get icons 2004/06/15 13:51:22 toconnor 1.1.2.7: #i20055# - implementation of toolbar tab 2004/06/14 16:20:17 ssa 1.1.2.6: #i25121# correct build error 2004/06/09 16:42:48 dfoster 1.1.2.5: #i30032# Also fixed problem creating Macro Organizer dialogs 2004/06/09 16:10:32 toconnor 1.1.2.4: #i20055# - implementation of toolbar customization tab 2004/06/08 13:33:04 toconnor 1.1.2.3: #i20055# - further implementation of toolbars tab 2004/06/02 10:20:08 cd 1.1.2.2: #i10000# Fixed missing return statements and doubled resource IDs for global strings 2004/05/26 15:18:37 toconnor 1.1.2.1: #i20055# #i20069# initial commit of toolbar and menu customize tabs

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [09666a15dffc8c678557d3be96e15ba6ed110fa4]

        INTEGRATION: CWS docking1 (1.22.12); FILE MERGED 2004/05/29 21:02:17 cd 1.22.12.4: RESYNC: (1.23-1.25); FILE MERGED 2004/05/02 01:13:38 cd 1.22.12.3: RESYNC: (1.22-1.23); FILE MERGED 2004/04/28 16:21:20 cd 1.22.12.2: #i26252# Fixes for toolbox controllers/items that used non-convertible items 2004/04/25 05:40:33 cd 1.22.12.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7960d59aef64cea629efcbf928b01e98e7bc0b51]

        INTEGRATION: CWS docking1 (1.72.18); FILE MERGED 2004/07/06 09:54:20 cd 1.72.18.3: RESYNC manually 2004/05/01 23:55:45 cd 1.72.18.2: RESYNC: (1.72-1.75); FILE MERGED 2004/04/21 06:20:48 cd 1.72.18.1: #i26252# New struct to transport item through UNO

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2695a4f17a436f9a2eee19b041e9d00b64176fc3]

        INTEGRATION: CWS docking1 (1.45.12); FILE MERGED 2004/05/29 21:01:56 cd 1.45.12.5: RESYNC: (1.47-1.49); FILE MERGED 2004/05/14 16:43:11 cd 1.45.12.4: #i26252# Fixed problem with wrong usage of slot identifiers SID_DRAW_TEXT_VERTICAL cannot be an alias - svidl compiler limitation 2004/05/10 06:22:13 cd 1.45.12.3: #i26252# Added missing slot for basic and fixed some bugs 2004/05/02 01:13:19 cd 1.45.12.2: RESYNC: (1.45-1.47); FILE MERGED 2004/04/28 16:21:19 cd 1.45.12.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4d8e87ab620e80355d9686bdd36610ee4944c40f]

        INTEGRATION: CWS docking1 (1.3.502); FILE MERGED 2004/04/25 05:40:33 cd 1.3.502.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [df1c3b6e79bfa11022098f5ac4cd9747528604b6]

        INTEGRATION: CWS docking1 (1.59.20); FILE MERGED 2004/07/06 09:53:47 cd 1.59.20.3: RESYNC manually 2004/05/01 23:54:41 cd 1.59.20.2: RESYNC: (1.59-1.60); FILE MERGED 2004/04/21 06:21:12 cd 1.59.20.1: #i26252# New struct to transport item through UNO

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [eb52a17d9ea6c16e18ae66fa1974604235d07d44]

        INTEGRATION: CWS docking1 (1.2.680); FILE MERGED 2004/04/25 05:40:32 cd 1.2.680.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4867194d386e00d19e1f868b26592621b4d32c85]

        INTEGRATION: CWS docking1 (1.55.18); FILE MERGED 2004/07/06 09:53:47 cd 1.55.18.3: RESYNC manually 2004/05/01 23:54:34 cd 1.55.18.2: RESYNC: (1.55-1.59); FILE MERGED 2004/04/21 06:22:00 cd 1.55.18.1: #i26252# New namespace for definitions to transport items through UNO

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [41e1d6a68d24b9a0b55667cbb43d1e711bf3ffb8]

        INTEGRATION: CWS docking1 (1.1.1.1.696); FILE MERGED 2004/04/25 05:40:32 cd 1.1.1.1.696.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [bf8e6f9bf11b06278c80ffeed3acda776db0849b]

        INTEGRATION: CWS docking1 (1.1.1.1.696); FILE MERGED 2004/04/25 05:40:31 cd 1.1.1.1.696.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [29c293686e88ba4b170d99bd51ca3a2ef2450c2c]

        INTEGRATION: CWS docking1 (1.2.98); FILE MERGED 2004/04/28 16:21:19 cd 1.2.98.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d6b177b688c1492a7ff695cb033a2d3875eeffdc]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/07/01 09:50:08 dfoster 1.1.2.5: #i30032# 2004/06/30 07:18:57 dfoster 1.1.2.4: #i30032# 2004/06/20 18:38:24 cd 1.1.2.3: #i10000# Fixed build problems 2004/06/15 09:11:29 dfoster 1.1.2.2: #i30032# Added L10N string resids. 2004/06/09 16:35:28 dfoster 1.1.2.1: #i30032#

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [40c6f97b3fd1bcd88e7ee84e4c760918427990d2]

        INTEGRATION: CWS docking1 (1.3.650); FILE MERGED 2004/06/05 18:34:22 cd 1.3.650.4: #i26252# Adapt controller to support life-time management of floating window of base class 2004/04/28 16:21:18 cd 1.3.650.3: #i26252# Fixes for toolbox controllers/items that used non-convertible items 2004/04/27 11:00:58 cd 1.3.650.2: #i26252# Fixes for line style controller and items 2004/04/25 05:40:30 cd 1.3.650.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [391da8bfcb1fc70045f3fe8d73577545d1f522cf]

        INTEGRATION: CWS docking1 (1.6.674); FILE MERGED 2004/04/25 05:40:30 cd 1.6.674.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d3608152e6204af790dd85c5f18888f509568f1a]

        INTEGRATION: CWS docking1 (1.1.1.1.696); FILE MERGED 2004/04/25 05:40:29 cd 1.1.1.1.696.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [dc30cc0bc65da2b624a8a56091c1cf1de432f168]

        INTEGRATION: CWS docking1 (1.5.692); FILE MERGED 2004/04/25 05:40:28 cd 1.5.692.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d422cea46ef4bb935b042ace1d8df5ee0dccfa02]

        INTEGRATION: CWS docking1 (1.2.60); FILE MERGED 2004/05/03 12:50:01 cd 1.2.60.1: #i26252# Make changes for new toolbar controller

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1e7634d20f260fda34e67a3d097d7b9c7ddeb061]

        INTEGRATION: CWS docking1 (1.2.684); FILE MERGED 2004/05/03 12:50:01 cd 1.2.684.3: #i26252# Make changes for new toolbar controller 2004/04/28 16:21:17 cd 1.2.684.2: #i26252# Fixes for toolbox controllers/items that used non-convertible items 2004/04/27 11:00:57 cd 1.2.684.1: #i26252# Fixes for line style controller and items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [18d1e5d40512d5fbc5465b3fac83ce4f41cf723b]

        INTEGRATION: CWS docking1 (1.2.654); FILE MERGED 2004/04/25 05:40:27 cd 1.2.654.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0f01791d7663001857a48c455c4759c2273a2ebd]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:00:16 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2c31dcf9094f9bca756dc6a6aa7c6da14744be09]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:00:06 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4a6649ca432eb0852beccc950a61cc8ff6d13d79]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/28 06:40:37 cd 1.1.2.3: #i30169# Replaced wrong command in standard bar 2004/06/21 11:26:57 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 07:59:54 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6ac7591041bd66cb2e445ba9a6b5ad8865a72210]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 07:59:43 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [427841d1db88273ab12c6a3497c81d4c8994aeba]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 07:59:14 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3fa96ab57f155c86b05957e784606adf271079cf]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 07:59:00 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [489a745ff0affc0ca4793741e17506b4ce00daab]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 12:50:31 cd 1.1.2.1: #i30169# Added missing fullscreenbar.xml

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6cee169539611c118fed2b7389c85427fe422f49]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 07:57:06 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9a54583a73df352a007466355ac24f0757566ad2]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 07:56:52 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ecdd9b4ef4d988e7b45b568d435ee9b917c9906d]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 07:56:40 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [afb262c718a93e8dc332e2532ae5446d384bdfed]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 07:56:28 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f6937764e2d088be3e0875d7541b6c430dc8a215]

        INTEGRATION: CWS docking1 (1.4.4); FILE MERGED 2004/06/23 08:10:34 cd 1.4.4.1: #i25238# New toolbars popup menu

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9e0c6b580bf296a0274b458a7b627aee4028dac8]

        INTEGRATION: CWS docking1 (1.38.18); FILE MERGED 2004/06/23 15:16:49 mba 1.38.18.1: Provide document border size before resizing (needed for InPlace mode)

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [74624b43edf7173556bd1fb046a75957e1d01d29]

        INTEGRATION: CWS docking1 (1.1.1.1.444); FILE MERGED 2004/04/25 05:43:32 cd 1.1.1.1.444.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f236b9d2b075a8f892047ac4a264812243afbe64]

        INTEGRATION: CWS docking1 (1.4.408); FILE MERGED 2004/05/05 16:17:45 cd 1.4.408.2: #i26252# Fixed wrong item type for some slots and added state slots for CTL and vertical text 2004/04/25 05:43:31 cd 1.4.408.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b39451c2bb28ab39cdd8629aea4860b96b220508]

        INTEGRATION: CWS docking1 (1.9.300); FILE MERGED 2004/05/05 16:17:45 cd 1.9.300.3: #i26252# Fixed wrong item type for some slots and added state slots for CTL and vertical text 2004/05/02 00:31:53 cd 1.9.300.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/28 16:27:14 cd 1.9.300.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [291c919cf98347703e7ad2216b2b79aacd7cdfac]

        INTEGRATION: CWS docking1 (1.4.76); FILE MERGED 2004/07/06 07:13:44 cd 1.4.76.1: #i25238# Support for inplace editing - please ask MBA

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [cacd07f3b0057553bde2a2d50055aef94ece62d2]

        INTEGRATION: CWS docking1 (1.7.126); FILE MERGED 2004/05/05 16:17:44 cd 1.7.126.1: #i26252# Fixed wrong item type for some slots and added state slots for CTL and vertical text

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [81bc572b8874b1ebc1a8b5298fbe14c62cacc1da]

        INTEGRATION: CWS docking1 (1.10.126); FILE MERGED 2004/05/05 16:17:44 cd 1.10.126.1: #i26252# Fixed wrong item type for some slots and added state slots for CTL and vertical text

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a7d2e28865bc870eb1d4b40a3c74a8a6f5e400e6]

        INTEGRATION: CWS docking1 (1.7.126); FILE MERGED 2004/05/02 00:26:32 cd 1.7.126.2: RESYNC: (1.7-1.8); FILE MERGED 2004/04/28 16:27:13 cd 1.7.126.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3035f58495e7f9b20886fe9dd6201bf2763289f9]

        INTEGRATION: CWS docking1 (1.15.18); FILE MERGED 2004/06/14 08:17:24 cd 1.15.18.1: #i25236# Deliver toolbar layouts as XML files

2004-07-06  Rüdiger Timm  <rt@openoffice.org>  [c4e7d4805464e6c014b394b90f733e64e595dda4]

        #i30109# Don't use global mutex

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a374fbdddb432ce642c35174090eae02a44c3f8b]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:26 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [109b9585922a8aeab6d5b1ee561f20b1b08e9781]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:25 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7da073cb1c5b2836a9fa3ac682ee29d7bdeef6c1]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:24 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [883c99f9d9bbdf04e68967b3ff3738366bcfd81f]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/21 11:27:45 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 08:49:23 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d4154f695849576c48d5e7c02ff084a3fdafec82]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:22 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [575842b18797c1dc8c6c8e88d154ca9e6581cb65]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:19 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [58809dececde4aa4f13a6a1f200f96e9066c93b5]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:18 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b1a47a82537d506781ea1ec8394379f5abcef883]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:15 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0fd92d700d7b8a5a1f52635ac8b5133bfeaa4f93]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:14 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2cd266954656686356ebe96a707b77b8403feaef]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:12 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b7b647f94e479775a74d4e1f5d9b7d96400ae7b9]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:11 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [fbf787d0be0319ea44e5786947db10b63b47544b]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:10 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [277213630e56eacfc275b0945df2fe76ef53246c]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:09 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a2081670ba5303e77ad853173c8da42851400743]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:07 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [952830ecf229cb825b1a5b225d13e6a59abe1d8c]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:06 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [00e68f7d34bd55e2f3116beec0edd584176d7956]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:05 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [faa98e28be3df771e667b4674b080e74173f2c01]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:03 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [87cb77ad0f12601dbd9f815025a962a4db128837]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:01 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4a9e1d1c06b1f7d6bdf788ae7c82de6fd0c70c5c]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:49:00 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4b127f6bdc8e7a16a091402746e328bcb1aaf964]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:48:59 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [56f216a8ca32dc72f7121bf4cc5c1efe130383f3]

        INTEGRATION: CWS docking1 (1.5.2); FILE MERGED 2004/06/23 08:12:56 cd 1.5.2.1: #i25238# New toolbars popup menu

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [88191bc3c592b3725e16d24ca71c3ad968fb1014]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:26 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2e6eb04d5e5ce38d0d438f3ac5db5739073fc0b3]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:24 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e7859bb3ba5df8135f1f972214c183e294e4e3fe]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:23 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [70ea6d55360821c9c39268584806fe9cb50a5c74]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/21 11:27:44 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 08:50:21 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d12de6a5c67d956c4d71f86019d4143d19ccd31e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:18 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f590371452e3895cfc5934d675ae1f8aaa5da88d]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:17 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2e9aa8789a8211dac5bcfc991aa08fb89343803f]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:16 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [92664d3e6100431ce36eb25fdc85e60254acf514]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:15 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [14f6ee04aa68bf41ca965834e87a189f1d0c36b1]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:13 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [10a69d31ee15ceb0d27e6f163c047c3b1b979477]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:12 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3a70f9b780aa4cafed65e01581aece0b55816869]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:10 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4ff7f8a61d1c29b8e66dd652d07328ff1c3dea1f]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 12:38:26 cd 1.1.2.1: #i30169# Added missing fullscreenbar.xml

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [de02488297404a808c533a547ad8f1e1382ab2be]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:09 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [31a8077e5dbcd9b41c9b2dd50d1f9ee3e07db929]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:07 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3dcb0fa5a317dc2fdf1c763dd1b3a350c2c23e99]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:06 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a320c5e0118807bfe75ec5dcbfb770a1b16a3025]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:05 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [8867a97d7fd26e8c18999110fa7ba16e3566367b]

        #i10000# iso code change

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [af837852cd8ee037c36c9e6ed974881aff0887e8]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:04 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4789812b6da078e9da6edef93503a5f4f2e36a57]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:50:03 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f6f1734e2511b53e10e81c8b9afed0e764d48ab9]

        INTEGRATION: CWS docking1 (1.4.2); FILE MERGED 2004/06/23 08:12:56 cd 1.4.2.1: #i25238# New toolbars popup menu

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [8cd4530a3792752dcb8a5a061e796b91e5b398b2]

        INTEGRATION: CWS docking1 (1.26.72); FILE MERGED 2004/06/23 15:17:15 mba 1.26.72.1: Provide document border size before resizing (needed for InPlace mode)

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5906ad8944b8c97f7acc3359e52af62a8f14abb6]

        INTEGRATION: CWS docking1 (1.20.12); FILE MERGED 2004/06/23 15:17:15 mba 1.20.12.1: Provide document border size before resizing (needed for InPlace mode)

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e71e92ad4858873a221674c0022889ad827cafd4]

        INTEGRATION: CWS docking1 (1.3.282); FILE MERGED 2004/04/25 05:44:04 cd 1.3.282.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [727097067d23480e9f0a39a8f4690d63e0a3755d]

        INTEGRATION: CWS docking1 (1.1.1.1.414); FILE MERGED 2004/04/25 05:44:03 cd 1.1.1.1.414.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2208e5383b161beda920ac61797196ad43cd0215]

        INTEGRATION: CWS docking1 (1.3.240); FILE MERGED 2004/04/25 05:44:02 cd 1.3.240.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [93883daf2c7533699a9535f1cf19d43c10a8c5f7]

        INTEGRATION: CWS docking1 (1.4.378); FILE MERGED 2004/04/25 05:44:01 cd 1.4.378.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ca84e1f93dea9efc35a745bb5590908b3290e28d]

        INTEGRATION: CWS docking1 (1.6.240); FILE MERGED 2004/04/25 05:44:01 cd 1.6.240.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [985aa70ab97de930d035eeea7bd62c1a6927edc4]

        INTEGRATION: CWS docking1 (1.13.70); FILE MERGED 2004/05/03 10:48:43 cd 1.13.70.3: #i26252# Use new function to create sub toolbars 2004/05/02 00:10:22 cd 1.13.70.2: RESYNC: (1.13-1.14); FILE MERGED 2004/04/25 05:44:00 cd 1.13.70.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1907330ea18652cd64ac0d5ab0d9008ed89fb6b3]

        INTEGRATION: CWS docking1 (1.6.116); FILE MERGED 2004/05/02 00:06:20 cd 1.6.116.2: RESYNC: (1.6-1.7); FILE MERGED 2004/04/28 16:25:39 cd 1.6.116.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [8624110ff812d4b21129209b5da7ee1660c74413]

        INTEGRATION: CWS docking1 (1.2.390); FILE MERGED 2004/05/04 16:42:46 cd 1.2.390.1: #i26252# Adapt toolbox controller to new implementation

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2e01cec0d7fa8946211efca24aed1f69ecc03144]

        INTEGRATION: CWS docking1 (1.3.68); FILE MERGED 2004/05/05 11:30:36 cd 1.3.68.1: #i26252# Fixed wrong definitions of slots/properties to make them usable from dispatch API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b8280933c63d75d0114eb448b050a10cc7437704]

        INTEGRATION: CWS docking1 (1.14.32); FILE MERGED 2004/05/05 11:30:35 cd 1.14.32.3: #i26252# Fixed wrong definitions of slots/properties to make them usable from dispatch API 2004/05/02 00:04:31 cd 1.14.32.2: RESYNC: (1.14-1.16); FILE MERGED 2004/04/28 16:25:38 cd 1.14.32.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f5a622af259c2393873308224a1b21b1f904a823]

        INTEGRATION: CWS docking1 (1.19.112); FILE MERGED 2004/06/03 06:33:26 cd 1.19.112.4: #i10000# Fixed wrong slot name. The correct slot name must be used inside SDI files, outside aliases can be used 2004/05/04 16:42:45 cd 1.19.112.3: #i26252# Adapt toolbox controller to new implementation 2004/05/02 00:04:52 cd 1.19.112.2: RESYNC: (1.19-1.21); FILE MERGED 2004/04/28 16:25:38 cd 1.19.112.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0b8764901f054b2cafa1a48b90e952b32d0c9f48]

        INTEGRATION: CWS docking1 (1.18.16); FILE MERGED 2004/06/14 08:54:21 cd 1.18.16.2: #i25236# Deliver toolbar layouts as XML files 2004/06/14 08:52:28 cd 1.18.16.1: #i25236# Deliver toolbar layouts as XML files

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4bb7481ac59a929ff9e93a1ce86f5827b72c607a]

        INTEGRATION: CWS docking1 (1.1.1.1.414); FILE MERGED 2004/05/05 11:30:35 cd 1.1.1.1.414.1: #i26252# Fixed wrong definitions of slots/properties to make them usable from dispatch API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [eca513ffbabacb0ac478fa1f2c0fdf54dcba30e3]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/05 11:31:03 cd 1.1.2.1: #i26252# Fixed wrong definitions of slots/properties to make them usable from dispatch API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d2067d8775aa6c98285de8d4156cb84c096ff8bd]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/23 08:09:17 cd 1.1.2.3: #i25238# New toolbars popup menu 2004/06/21 11:26:04 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 07:53:39 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [fff8e19205aa7566398b7476786cda074ae1474e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 07:53:26 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2fee3268545ca29f43c5ec646a862d35a46060e8]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 07:53:13 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f85627646106ccd4914a9ff6ad757f086717173a]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 14:26:51 cd 1.1.2.1: #i30169# Added missing fullscreenbar.xml

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [fe5213eda06e75ad57d4fa937a4a9ce66841eac5]

        INTEGRATION: CWS docking1 (1.2.16); FILE MERGED 2004/06/23 08:09:16 cd 1.2.16.1: #i25238# New toolbars popup menu

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b3a53f6d9504c16ea1682b606338f023ba25465c]

        INTEGRATION: CWS docking1 (1.2.40); FILE MERGED 2004/04/25 05:42:52 cd 1.2.40.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9a6ce4e8d6e9d10d6c5398a4aa13afdc14cf3205]

        INTEGRATION: CWS docking1 (1.7.40); FILE MERGED 2004/05/06 12:00:15 cd 1.7.40.2: #i26252# Fixed several problems with non-defined enum-slots and added subtoolbar creation 2004/04/25 05:42:51 cd 1.7.40.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2bcb4158b3111d50e88f583ae289076fde1e5867]

        INTEGRATION: CWS docking1 (1.27.28); FILE MERGED 2004/05/06 12:00:15 cd 1.27.28.1: #i26252# Fixed several problems with non-defined enum-slots and added subtoolbar creation

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3f0675f4595a242c3cd30858452cc642d53217ff]

        INTEGRATION: CWS docking1 (1.1.1.1.210); FILE MERGED 2004/05/06 12:00:15 cd 1.1.1.1.210.2: #i26252# Fixed several problems with non-defined enum-slots and added subtoolbar creation 2004/04/25 05:42:51 cd 1.1.1.1.210.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [397ddcd45d71f26e2759f04a3bab4b530adb2347]

        INTEGRATION: CWS docking1 (1.3.40); FILE MERGED 2004/05/06 12:00:15 cd 1.3.40.2: #i26252# Fixed several problems with non-defined enum-slots and added subtoolbar creation 2004/04/25 05:42:50 cd 1.3.40.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0a9386b4316b625f13c186e3df3d3f4671d9b74f]

        INTEGRATION: CWS docking1 (1.22.16); FILE MERGED 2004/06/14 07:54:39 cd 1.22.16.2: #i25236# Deliver toolbar layouts as XML files 2004/06/14 07:51:08 cd 1.22.16.1: #i25236# Deliver toolbar layouts as XML files

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ef8f9cfb262a7e6bc1b9f8c2494fec77799db2b6]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/23 16:14:26 cd 1.1.2.4: #i26252# Release reference earlier 2004/06/05 16:32:14 cd 1.1.2.3: #i26252# Added new argument for initialize, parent window (toolbar) is provided 2004/04/21 06:36:58 cd 1.1.2.2: #i26252# New methods to retrieve valuable information 2004/04/05 12:03:40 cd 1.1.2.1: #i26252# New base class for UNO based toolbar controller

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [102b55c7b383ab4ae931c9cfa2cc5600918b243d]

        INTEGRATION: CWS docking1 (1.14.158); FILE MERGED 2004/05/12 08:10:41 cd 1.14.158.2: #i26252# Added new class to support frame status listener 2004/04/05 12:03:10 cd 1.14.158.1: #i26252# New base class for UNO based toolbar controller

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ca7c215434516002758585616e2892a881c364c3]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/05 16:32:00 cd 1.1.2.2: #i26252# Removed obsolete member 2004/05/12 08:06:22 cd 1.1.2.1: #i26252# Added new class to support frame status listener

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f80f396375cee01c89df7e1c5114101ffb7996ac]

        INTEGRATION: CWS docking1 (1.1.494); FILE MERGED 2004/07/05 15:19:35 cd 1.1.494.2: #i30169# Fixed build problem with gcc 2004/07/05 12:06:16 cd 1.1.494.1: #i30169# Image item must transport all member via UNO any

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4602e64796ccc52acdf03c5b8a0c44d8606badcd]

        INTEGRATION: CWS docking1 (1.4.344); FILE MERGED 2004/04/21 06:29:12 cd 1.4.344.1: #i26252# Make items usable for dispatch based toolbox controller

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0e17577b99a92ac4972dae5c94ba7a3de3e77430]

        INTEGRATION: CWS docking1 (1.18.4); FILE MERGED 2004/06/23 15:20:53 mba 1.18.4.1: wmf without font width don't scale properly

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [23a20c1be6bc1998217e6e5705f5063310367013]

        INTEGRATION: CWS docking1 (1.47.40); FILE MERGED 2004/06/25 14:10:12 dfoster 1.47.40.2: #i30032# 2004/06/18 13:01:50 toconnor 1.47.40.1: #i30032# - add new event configuration support for Customize Events tab

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [026f5ef5eee4bc75dafbdc00216808daf5acce7e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/29 12:31:41 dfoster 1.1.2.4: #i30032# 2004/06/28 15:42:16 dfoster 1.1.2.3: #i30032# 2004/06/25 14:10:12 dfoster 1.1.2.2: #i30032# 2004/06/18 13:00:37 toconnor 1.1.2.1: #i30032# - add new event configuration support for new Event tab

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [08f04eb96d269de582e61e4c6b33b5e5590e4a7f]

        INTEGRATION: CWS docking1 (1.111.20); FILE MERGED 2004/06/25 14:10:11 dfoster 1.111.20.4: #i30032# 2004/05/30 15:34:11 cd 1.111.20.3: RESYNC: (1.111-1.113); FILE MERGED 2004/05/12 08:10:41 cd 1.111.20.2: #i26252# Added new class to support frame status listener 2004/04/05 12:02:53 cd 1.111.20.1: #i26252# New base class for UNO based toolbar controller

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e4bcc3d2d82e2f8768aa96afcbe9dd46ce2b7904]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/05 16:30:23 cd 1.1.2.2: #i26252# Removed obsolete member 2004/05/12 08:05:52 cd 1.1.2.1: #i26252# Added new class to support frame status listener

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1708a5bda1ac14046c9e7b90ed07c1eef8e87b28]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/25 14:10:10 dfoster 1.1.2.2: #i30032# 2004/06/18 12:58:18 toconnor 1.1.2.1: *** empty log message ***

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [98ed2c3444f75d246cc6af44767c26c0ee47188d]

        INTEGRATION: CWS docking1 (1.9.18); FILE MERGED 2004/06/15 15:01:34 gh 1.9.18.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d99ed9307029f77e30789174b42347c51baf7285]

        INTEGRATION: CWS docking1 (1.4.18); FILE MERGED 2004/06/15 15:01:40 gh 1.4.18.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [dc2bccbe41e29d1ef41b56f945310e5253b53f1a]

        INTEGRATION: CWS docking1 (1.9.18); FILE MERGED 2004/06/18 14:41:23 gh 1.9.18.2: #i29531#add support for Toolbox stringIDs themselves 2004/06/15 15:01:40 gh 1.9.18.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f0a17a2b752dc3402cb3740b7b717361f102b634]

        INTEGRATION: CWS docking1 (1.1.104); FILE MERGED 2004/06/15 15:01:40 gh 1.1.104.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4620a65b736abbce4966bdd4d9106befad04c729]

        INTEGRATION: CWS docking1 (1.2.86); FILE MERGED 2004/06/15 15:01:40 gh 1.2.86.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5b978ee98350120eb2366d9b2ad5b4df4bb51af4]

        INTEGRATION: CWS docking1 (1.5.30); FILE MERGED 2004/06/15 15:01:39 gh 1.5.30.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [15b21baa0a30ca66851203d69c86cd77c60413b6]

        INTEGRATION: CWS docking1 (1.7.26); FILE MERGED 2004/06/18 14:41:22 gh 1.7.26.2: #i29531#add support for Toolbox stringIDs themselves 2004/06/15 15:01:38 gh 1.7.26.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [843226f0c3a888a6a3d7c8091c82f8bd287003e3]

        INTEGRATION: CWS docking1 (1.4.26); FILE MERGED 2004/06/15 15:01:38 gh 1.4.26.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2b29ecb99f25f2376fa3ccb4887ecf606f3262a0]

        INTEGRATION: CWS docking1 (1.1.104); FILE MERGED 2004/06/15 15:01:37 gh 1.1.104.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [690499632bb612b628a5dc88bd685467c3cbbe92]

        INTEGRATION: CWS docking1 (1.2.78); FILE MERGED 2004/06/15 15:01:37 gh 1.2.78.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f228514d629074a33d95a8f269df0819665a2b65]

        INTEGRATION: CWS docking1 (1.4.10); FILE MERGED 2004/06/15 15:01:37 gh 1.4.10.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c70007b4bd7c9c1f251259b4b2503c8cc207bf6f]

        INTEGRATION: CWS docking1 (1.1.104); FILE MERGED 2004/06/15 15:01:36 gh 1.1.104.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d04255d7e6939785250fc54ebeaf29eecfbe7db4]

        INTEGRATION: CWS docking1 (1.2.78); FILE MERGED 2004/06/15 15:01:36 gh 1.2.78.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1b62d0743b9ab47c4a2f68314cf8ae08ca88308e]

        INTEGRATION: CWS docking1 (1.4.18); FILE MERGED 2004/06/15 15:01:35 gh 1.4.18.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [bcb1bf66bebf29894f983e3104bcebf445734a40]

        INTEGRATION: CWS docking1 (1.2.86); FILE MERGED 2004/06/15 15:01:34 gh 1.2.86.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [45c11fd86da19a0e3e047420d049030515b5ce6a]

        INTEGRATION: CWS docking1 (1.44.2); FILE MERGED 2004/06/04 15:40:43 ssa 1.44.2.8: #i25121# support for subtoolbars 2004/05/31 01:11:56 cd 1.44.2.7: RESYNC: (1.44-1.45); FILE MERGED 2004/05/11 17:25:37 ssa 1.44.2.6: #i25117# support for toolbar locking 2004/04/21 14:16:57 cd 1.44.2.5: #i24913# extend dockable interface 2004/04/20 16:55:30 ssa 1.44.2.4: #i24913# provide close handler and set/getpossize for dockable windows 2004/04/02 14:06:07 ssa 1.44.2.3: #i24913# send dockingdata with startdocking 2004/03/25 15:58:38 ssa 1.44.2.2: #i24913# extend dockable interface 2004/03/24 17:59:45 ssa 1.44.2.1: #i24913# support for dockable windows via toolkit

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [670347f58e67dd5b0fc80dae6250b489abd59467]

        INTEGRATION: CWS docking1 (1.4.4); FILE MERGED 2004/06/20 20:09:34 cd 1.4.4.1: #i30169# Support new interface in queryInterface

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [70ad21b1d25db34f5e06d3c5bbf16850be1cb1a7]

        INTEGRATION: CWS docking1 (1.1.236); FILE MERGED 2004/06/04 15:41:29 ssa 1.1.236.1: #i25121# do not generate uno headers anymore

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a1afe7954818347cb3aa26f3c193bceb575ac4a0]

        INTEGRATION: CWS docking1 (1.19.82); FILE MERGED 2004/06/04 15:40:42 ssa 1.19.82.4: #i25121# support for subtoolbars 2004/05/11 17:25:36 ssa 1.19.82.3: #i25117# support for toolbar locking 2004/03/25 18:21:58 ssa 1.19.82.2: #i24913# extend dockable interface 2004/03/24 17:59:57 ssa 1.19.82.1: #i24913# support for dockable windows via toolkit

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [158278be943a04de75d06a92fcf90e1979957fb1]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/25 06:03:40 cd 1.1.2.1: #i25236# Persistent window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9aabd21de9d3d2d0cacf27d3817380ad28a18da6]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 16:27:20 cd 1.1.2.1: #i25236# Added persistent window state schema for all application modules

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9802230258c1672c8c7712246e7dd439214f9fe2]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 16:27:09 cd 1.1.2.1: #i25236# Added persistent window state schema for all application modules

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9b4401cf2d53950088a500ad01b07625b2f88b46]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/25 06:09:02 cd 1.1.2.2: #i25236# Persistent window states 2004/03/08 06:36:05 cd 1.1.2.1: #i25236# Schema for persistent toolbar+window state

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [8e9892adf841d5d5487dfdeb8875d67affb2c31e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 16:28:03 cd 1.1.2.3: #i25236# Added persistent window state schema for all application module 2004/04/25 06:09:01 cd 1.1.2.2: #i25236# Persistent window states 2004/03/08 06:36:04 cd 1.1.2.1: #i25236# Schema for persistent toolbar+window state

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [61191c01c9517c17a989d47eda90226d2b652252]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 16:27:29 cd 1.1.2.1: #i25236# Added persistent window state schema for all application modules

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d38692ba2379dd75b7780c12d59ef3e13cf39f25]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/25 06:04:38 cd 1.1.2.1: #i25236# Persistent window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ac643c98ed8d95540fa7e932face0a5c2ef0e210]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/25 06:04:22 cd 1.1.2.1: #i25236# Persistent window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4b2f2fa6ca8d03c4a5a88df30399eb59e3254dce]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 16:26:15 cd 1.1.2.1: #i25236# Added persistent window state schema for all application modules

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c8f53866179f5a91df743ded2d1a0e7259281ac7]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 16:26:37 cd 1.1.2.1: #i25236# Added persistent window state schema for all application modules

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1e6a4db08e949f163f795504dbc5ba6573159293]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 16:26:26 cd 1.1.2.1: #i25236# Added persistent window state schema for all application modules

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7484aed177ccdd928a909d6e78cbf7353ad0ca89]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/06/15 08:30:55 cd 1.3.2.2: #i24937# Display new configuration dialogs 2004/05/12 16:01:18 cd 1.3.2.1: #i24937# Added two additional properties for every command to have help ID support and mirrored/rotated images

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7082677fff24addb0adfb6681efc17a2655d4d79]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 06:38:14 cd 1.1.2.1: #i25236# Window state schema for chart module

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [df1e81f983de471e9a3a9f5f6fda26086622e7b6]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/25 06:04:02 cd 1.1.2.1: #i25236# Persistent window states

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b340b2f825b443885d5775c8d5b4ad40f3364257]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 16:25:39 cd 1.1.2.1: #i25236# Added persistent window state schema for all application modules

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c655bd883035ee5e480bd2267766ec87012520a8]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/05/12 16:25:28 cd 1.1.2.1: #i25236# Added persistent window state schema for all application modules

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a3f02ec827b37b6b5f9a2406f3d62b514e440bc1]

        INTEGRATION: CWS docking1 (1.4.2); FILE MERGED 2004/06/15 08:30:54 cd 1.4.2.2: #i24937# Display new configuration dialogs 2004/05/26 14:55:15 toconnor 1.4.2.1: #i20055# #i20069# initial commit of toolbar and menu customize pages

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1f3834072021d772f69215aa490557a533773ddd]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/24 12:08:34 dfoster 1.1.2.1: #i30032#

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c0ba89a7ce307bb43626f2c47968697727453f1b]

        INTEGRATION: CWS docking1 (1.30.2); FILE MERGED 2004/05/30 10:38:56 cd 1.30.2.2: RESYNC: (1.30-1.31); FILE MERGED 2004/05/03 15:10:11 cd 1.30.2.1: #i25236# Added reference to window state configuration

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [bb07af9b01bbca9885693141d4086893e888815b]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/23 16:04:26 cd 1.1.2.3: #i25238# Removed non existing toolbar 2004/06/22 15:35:10 cd 1.1.2.2: New layout for applications 2004/06/21 13:37:03 cd 1.1.2.1: #i25238# Predefined set of toolbar ui names and positions

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a60c1649ed3b5f654e6fb7d8d2d049ec867cff96]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 15:35:10 cd 1.1.2.2: New layout for applications 2004/06/21 13:36:33 cd 1.1.2.1: #i25238# Predefined set of toolbar ui names and positions

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [221f0fa16832b96108bf7b47130c429cef119f49]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 15:35:10 cd 1.1.2.2: New layout for applications 2004/06/21 13:36:47 cd 1.1.2.1: #i25238# Predefined set of toolbar ui names and positions

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6a1005adbc21d7badb166ee0aaa9eba1eea9c0ef]

        INTEGRATION: CWS docking1 (1.4.2); FILE MERGED 2004/06/18 14:06:07 cd 1.4.2.3: #i30169# Removed image property from commands 2004/06/16 06:24:40 cd 1.4.2.2: #i30169# Revised some commands and their image property 2004/06/14 05:41:38 cd 1.4.2.1: #i30169# Added properties to get information about command images

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [28bda5691cb558474fffacb7341f45a116b6712e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/21 13:36:20 cd 1.1.2.1: #i25238# Predefined set of toolbar ui names and positions

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [96cd34d43f3d92bfd30ea1c3549fe4407fc0fad7]

        INTEGRATION: CWS docking1 (1.2.10); FILE MERGED 2004/06/14 05:41:38 cd 1.2.10.1: #i30169# Added properties to get information about command images

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [cc302553139a9c5203a6b317121644ae6b3f2942]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 15:35:09 cd 1.1.2.2: New layout for applications 2004/06/21 13:37:18 cd 1.1.2.1: #i25238# Predefined set of toolbar ui names and positions

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b29b917e2cf3a85d77da4ae95652d024dba0751b]

        INTEGRATION: CWS docking1 (1.2.10); FILE MERGED 2004/06/23 07:36:20 cd 1.2.10.2: #i30169# Added image property for some commands 2004/06/14 05:41:37 cd 1.2.10.1: #i30169# Added properties to get information about command images

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5cf121b54f561448da6cde98316e8adb33f6f4df]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 15:35:09 cd 1.1.2.2: New layout for applications 2004/06/21 13:37:37 cd 1.1.2.1: #i25238# Predefined set of toolbar ui names and positions

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [a2e29c7daaa3ba1c11fa5741302b6b9dd41a9afd]

        INTEGRATION: CWS docking1 (1.2.10); FILE MERGED 2004/05/12 08:52:04 cd 1.2.10.1: #i24937# Added factories to create toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9fec2ca5bae1d56ba245945b63a3ea0c0809a5a1]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 15:35:09 cd 1.1.2.2: New layout for applications 2004/06/21 13:38:03 cd 1.1.2.1: #i25238# Predefined set of toolbar ui names and positions

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7830372d96f2e026e8f462e6c5aaa261c7a96090]

        INTEGRATION: CWS docking1 (1.4.2); FILE MERGED 2004/06/14 05:41:36 cd 1.4.2.1: #i30169# Added properties to get information about command images

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [32c49ab0ffb465711ae5ee5189ad8d550069e445]

        INTEGRATION: CWS docking1 (1.2.10); FILE MERGED 2004/05/28 15:16:08 cd 1.2.10.1: #i25239# Added new commands for bibliography and dbaccess

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [cc368030831c0d72622af8b2524d7fdaf645d16e]

        INTEGRATION: CWS docking1 (1.2.10); FILE MERGED 2004/05/30 10:38:13 cd 1.2.10.3: RESYNC: (1.2-1.3); FILE MERGED 2004/05/11 13:57:08 cd 1.2.10.2: #i25239# Fixed case problem with popup menu controller 2004/05/11 13:23:28 cd 1.2.10.1: #i25239# Added new popup menu controller to have access to all toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [aa0669169a8b1765ac1562194222ba3a391c2c78]

        INTEGRATION: CWS docking1 (1.2.10); FILE MERGED 2004/06/14 05:41:35 cd 1.2.10.1: #i30169# Added properties to get information about command images

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [036a71a0cc39b3e3ad858dd7505b1af3455bdcd9]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 15:35:08 cd 1.1.2.2: New layout for applications 2004/06/21 13:36:05 cd 1.1.2.1: #i25238# Predefined set of toolbar ui names and positions

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3f7304b9e6eb4f589d2b1ab6dd60900ce36a8396]

        INTEGRATION: CWS docking1 (1.4.2); FILE MERGED 2004/06/22 09:49:24 cd 1.4.2.2: #i30169# Removed obsolete and added image property from some commands 2004/06/14 05:41:35 cd 1.4.2.1: #i30169# Added properties to get information about command images

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5a86a90c48bd7ba7cb930b6b14a61248e3d6b8c1]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/05/28 15:16:07 cd 1.3.2.1: #i25239# Added new commands for bibliography and dbaccess

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [886911ffe367b9a562e51c313d6296b63f1ae361]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 15:35:08 cd 1.1.2.2: New layout for applications 2004/06/21 13:38:18 cd 1.1.2.1: #i25238# Predefined set of toolbar ui names and positions

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d20085bbb6ece6e4e81576d32825b531f2559a50]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:28 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [11a98830dad91cdfa9c88fa56282aa1ad0cb19e6]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:27 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [61a3663962ff42505d3be79d0a992a74bbb59e48]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/21 11:28:15 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 09:01:26 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [eb7fdb2a26bae08f03b1381ef64d0b4f5c51848a]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:26 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [477a089b4224ee94464d4b7de190f6b3cf5ca220]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:25 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [85770583b9704efa922c3724d2e1e8f75415c19d]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:24 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b2f1218bb46e4d0829886f840540fc17cce0318c]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:22 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c278cc34311bcf66404572a7385d2cdf2eb81536]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:20 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ac39272f244e3c127cbcf8e102728d1a0743b760]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:19 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [12b3bfa0ad467a8b08682889f858816e38324b2e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:18 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [838bc0eceb208076dbb01780950eea7309bd07cb]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:17 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [67764321eae06f8cd1cb8457e06451f0f9503f5b]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:16 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7d4cbea54d5d4ef28b754e837817075d98ffb4c5]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:14 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e7327aa0748a525399bb2b220d3a00acb78405c8]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:13 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [79f259efe92c729aa8107ac209ff27b42fabd2d4]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:12 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5ad7088699e33ee02a94f556c7afdb5bb2a51783]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:01:11 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [248f885fd03a451467ecb71fa2ebe664a3b8c377]

        INTEGRATION: CWS docking1 (1.4.4); FILE MERGED 2004/06/23 08:13:46 cd 1.4.4.1: #i25238# New toolbars popup menu

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5dc02d7b51771ae079ceb266beed01c9d547c1e2]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:00:07 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1f729c9e9d4637a4c5679b9d840f89a4f5382d5a]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:00:06 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e1b8e13597eb2390a1e40fc16bce0faaf9dd7f70]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/21 11:28:14 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 09:00:06 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [25e3236feb125f934e76e5cf070b160bab28a061]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/21 11:28:13 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 09:00:06 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [58465470c7edb09053e86131ccc80ed43f73fe8e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:00:05 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9b2da61045a11c47b93a0f4b270705338c30b1f2]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/24 12:48:36 ssa 1.1.2.1: #i25238# add toolbart

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [58ff391ce920ccbb81fc077a95b92edd7b05fd85]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/23 14:38:49 cd 1.1.2.2: #i25238# Some buttons removed to apply to new toolbar concept 2004/06/14 09:00:04 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [25db9dd258ea8657f808a2e8b6e0c51b6f594923]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/23 15:39:42 cd 1.1.2.1: #i25238# Added missing insert bar

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [576ecbce5df18ed073abf95700b67601d8e92d73]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:00:04 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [91bbe1fe0d68addf8579a6c4cfc9bcbf7b72b162]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:00:03 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9fb8bf25c42c600e351806168e6a11641d1914b8]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:00:02 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [267e7eea1741a7376a3211082b54bde061f92c1b]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:00:01 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d0ad3785aebffdce3a08446caf6e564ccb7aa7d1]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:00:00 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f2ac55dde8d3ad90da74d1d35a82d6ff2b6df9e0]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:59 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [762358aff84d774d87673b1cf19d11d86140f2df]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:58 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2f7b1737e64666d1d97cf14b0ad0f6d4793f36ed]

        INTEGRATION: CWS docking1 (1.4.6); FILE MERGED 2004/06/23 08:13:45 cd 1.4.6.1: #i25238# New toolbars popup menu

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [69fe43e616359e00a08945a8bb8cb7e36a3a5049]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:23 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [21e82216bc3ea26e4f7bb4e5f8f533a5da52babc]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:22 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d8ef8785bd29a351edff72d04ffe6b10efbac9bf]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/21 11:28:12 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 08:59:20 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [174e7625ca0b0d88d1c4b50544acab205c70b91c]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/21 11:28:11 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 08:59:19 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [cab71f031e89c18e7597eef35f369c21d876d8f7]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:19 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ff03baf76cb6e7d2f2d17d9888de15f7ad63947a]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:17 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4afffd4686c9885eac734515c6ae6d6d704cf017]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:16 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [cf8f526aed37c8c9b65a1baf7354cb2141ac506a]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:14 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [677edceeccc9822df05a5778b9bcca5f38b3ffe5]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:13 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [20d6651e7021c07bf74672e10bca8d5506b29ad1]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:12 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [963a965256a3d3958b295e3fdc17fd8da619de3a]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:10 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [116cf329b926807f0e4c207be2173a79ad541f6d]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:08 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [40b19114c8eb1cc83149064e43053dc67c5b7ce2]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:07 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7ae41a253b1b4362ee3846754f561c4d0fade426]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:06 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2dbd1f7bf3ac9e1289a03f03fa6244c7b2d8e128]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 08:59:05 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [45b3c51c12acd021c567a4988f9ecb4ef8dd30e4]

        INTEGRATION: CWS docking1 (1.26.186); FILE MERGED 2004/06/15 15:09:08 ssa 1.26.186.3: #i25121# correct popup position 2004/06/05 18:42:20 cd 1.26.186.2: #i26252# Adapt code to support life-time management of floating window 2004/04/25 05:50:35 cd 1.26.186.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7075ef656221f0f1bc3ec940a4f6ce32d59dc7d1]

        INTEGRATION: CWS docking1 (1.32.26); FILE MERGED 2004/06/23 15:21:26 mba 1.32.26.1: Provide document border size before resizing (needed for InPlace mode)

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f4bd6950215aa9b787f89c1beb57abfcecc97e05]

        INTEGRATION: CWS docking1 (1.12.484); FILE MERGED 2004/06/05 18:42:20 cd 1.12.484.2: #i26252# Adapt code to support life-time management of floating window 2004/04/25 05:50:34 cd 1.12.484.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [4231aed6d1ad3e76d233855179de963a5875c41b]

        INTEGRATION: CWS docking1 (1.19.76); FILE MERGED 2004/05/01 23:05:35 cd 1.19.76.3: RESYNC: (1.19-1.20); FILE MERGED 2004/04/28 16:23:35 cd 1.19.76.2: #i26252# Fixes for toolbox controllers/items that used non-convertible items 2004/04/25 05:50:33 cd 1.19.76.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [e489f700c96d1e728fbc621ed718ea130b0a66cd]

        INTEGRATION: CWS docking1 (1.20.186); FILE MERGED 2004/06/22 10:03:07 cd 1.20.186.7: #i30169# Frame is necessary to retrieve images. It is set on initialize call. GetImageFromURL is not usable in ctor 2004/06/16 09:45:46 ssa 1.20.186.6: #i25121# improve floater positioning 2004/06/05 18:42:20 cd 1.20.186.5: #i26252# Adapt code to support life-time management of floating window 2004/05/30 07:42:15 cd 1.20.186.4: RESYNC: (1.20-1.21); FILE MERGED 2004/05/04 07:14:21 cd 1.20.186.3: #i26252# Made fixes for new toolbar controller implementation and incorrect slot usage 2004/05/02 05:49:37 cd 1.20.186.2: #100000# Build problems with gcc solved 2004/04/25 05:50:33 cd 1.20.186.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [516d203a448658432519a37fcebd85cc23e1f25d]

        INTEGRATION: CWS docking1 (1.3.484); FILE MERGED 2004/06/05 18:42:19 cd 1.3.484.2: #i26252# Adapt code to support life-time management of floating window 2004/04/25 05:50:32 cd 1.3.484.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [fda0d60c9412fbaf9f27585f8aaf0093cc46a863]

        INTEGRATION: CWS docking1 (1.4.186); FILE MERGED 2004/05/04 07:14:21 cd 1.4.186.2: #i26252# Made fixes for new toolbar controller implementation and incorrect slot usage 2004/04/25 05:50:32 cd 1.4.186.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [1ac7a2ce6e1f024571a55b73439587d2632a41f4]

        INTEGRATION: CWS docking1 (1.3.484); FILE MERGED 2004/05/04 07:14:21 cd 1.3.484.2: #i26252# Made fixes for new toolbar controller implementation and incorrect slot usage 2004/04/25 05:50:31 cd 1.3.484.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [da79c1ba964641b055d25921c04d7f65ca4a5c5f]

        INTEGRATION: CWS docking1 (1.7.648); FILE MERGED 2004/06/22 11:02:05 cd 1.7.648.3: #i30169# Frame is necessary to retrieve images. It is set on initialize call. GetImageFromURL is not usable in ctor 2004/06/05 18:42:19 cd 1.7.648.2: #i26252# Adapt code to support life-time management of floating window 2004/04/25 05:50:31 cd 1.7.648.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [5215a8a42f17c5976008840eb0004d50406da4d3]

        INTEGRATION: CWS docking1 (1.1.1.1.692); FILE MERGED 2004/06/05 18:42:19 cd 1.1.1.1.692.2: #i26252# Adapt code to support life-time management of floating window 2004/04/25 05:50:30 cd 1.1.1.1.692.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [0e5308d01fea3a2fe88594202bd0d788a426f405]

        INTEGRATION: CWS docking1 (1.1.1.1.692); FILE MERGED 2004/05/04 07:14:18 cd 1.1.1.1.692.2: #i26252# Made fixes for new toolbar controller implementation and incorrect slot usage 2004/04/25 05:50:30 cd 1.1.1.1.692.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c345d2748fd9bea444c7305498943b1cd1b8a1f1]

        INTEGRATION: CWS docking1 (1.1.1.1.692); FILE MERGED 2004/04/25 05:50:29 cd 1.1.1.1.692.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ad59ed8216a381ae1b9c504e0dba80dc970f28b0]

        INTEGRATION: CWS docking1 (1.9.656); FILE MERGED 2004/06/05 18:42:18 cd 1.9.656.1: #i26252# Adapt code to support life-time management of floating window

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f116f41b9c47beff0a0a9192da21135e796f3a18]

        INTEGRATION: CWS docking1 (1.48.26); FILE MERGED 2004/05/04 07:14:14 cd 1.48.26.3: #i26252# Made fixes for new toolbar controller implementation and incorrect slot usage 2004/05/01 22:39:34 cd 1.48.26.2: RESYNC: (1.48-1.50); FILE MERGED 2004/04/25 05:50:27 cd 1.48.26.1: #i26252# Transition of toolbar controllers

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ccb6242ef4ccd39cb5fed802f216b594ec95b947]

        INTEGRATION: CWS docking1 (1.11.484); FILE MERGED 2004/05/04 07:14:14 cd 1.11.484.1: #i26252# Made fixes for new toolbar controller implementation and incorrect slot usage

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7f159a951dafe158f00b6ac390b4e5f507538be6]

        INTEGRATION: CWS docking1 (1.3.670); FILE MERGED 2004/05/01 22:39:26 cd 1.3.670.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/28 16:23:34 cd 1.3.670.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [c3c468b3508cd9f09753e3135b50954a58abad74]

        INTEGRATION: CWS docking1 (1.27.6); FILE MERGED 2004/05/04 07:14:13 cd 1.27.6.1: #i26252# Made fixes for new toolbar controller implementation and incorrect slot usage

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f3ae08862386b8cf431c0942ff510870205749b3]

        INTEGRATION: CWS docking1 (1.4.78); FILE MERGED 2004/04/28 16:23:34 cd 1.4.78.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [59efe7c71134b8b286052ed8b945437f88fffcfc]

        INTEGRATION: CWS docking1 (1.15.24); FILE MERGED 2004/06/14 09:03:43 cd 1.15.24.1: #i25236# Deliver toolbar layouts as XML files

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d55d6f3778d0a140e318c2d7a56867b5c1e1d3cf]

        INTEGRATION: CWS docking1 (1.12.8); FILE MERGED 2004/06/23 15:15:04 mba 1.12.8.1: Add document border to HatchWindow size

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d3c7ece71a14b2c03170820cdb0345c755d623f8]

        INTEGRATION: CWS docking1 (1.14.8); FILE MERGED 2004/06/25 10:30:48 abi 1.14.8.3: container window size too large 2004/06/23 15:14:43 mba 1.14.8.2: Add document border to HatchWindow size 2004/05/19 07:22:20 cd 1.14.8.1: Added fixes to solve visibility problems of docking areas

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [d3d2da7a4826df327284d90af3f521909d0244d1]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/14 14:08:11 cd 1.1.2.1: #i26252# New status classes to transport item state information

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [664d9989a4aead2be6fc9a132da8f3db4061250e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/14 14:08:01 cd 1.1.2.1: #i26252# New status classes to transport item state information

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [9da901d87c6c3d218c50414dcaba4c2499ddf733]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/14 14:07:51 cd 1.1.2.1: #i26252# New status classes to transport item state information

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [999610c05eceb3cfe5717a4dd4fd54a8f9639ccd]

        INTEGRATION: CWS docking1 (1.19.10); FILE MERGED 2004/05/31 04:45:43 cd 1.19.10.3: RESYNC: (1.20-1.21); FILE MERGED 2004/05/01 23:40:09 cd 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2004/04/02 16:11:41 cd 1.19.10.1: i26252# New interface for UNO based toolbar controller

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [806215377042b381a5516908085ab362771b2f2e]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/02 16:11:22 cd 1.1.2.1: i26252# New interface for UNO based toolbar controller

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [7bd331454765fe63174414cd9f8532b050bef31a]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/02 16:10:49 cd 1.1.2.1: i26252# New interface for UNO based toolbar controller

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [52e88d343c0110d2c6b2b17ed6df3561ca89878f]

        INTEGRATION: CWS docking1 (1.25.10); FILE MERGED 2004/06/04 15:38:44 ssa 1.25.10.5: #i25121# subtoolbar API 2004/05/31 04:33:51 cd 1.25.10.4: RESYNC: (1.26-1.28); FILE MERGED 2004/04/07 09:45:39 cd 1.25.10.3: #i24937# Support docking from API with a default docking area 2004/03/29 08:55:06 cd 1.25.10.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/24 17:54:33 ssa 1.25.10.1: #i24913# support for dockable windows

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3440ea229af62a2a9e7e1a53251c3eccd640423b]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/04 15:38:43 ssa 1.1.2.4: #i25121# subtoolbar API 2004/04/20 16:52:13 ssa 1.1.2.3: #i24913# provide close handler 2004/04/02 14:08:58 ssa 1.1.2.2: #i24913# send dockingdata with startdocking 2004/03/24 17:54:33 ssa 1.1.2.1: #i24913# support for dockable windows

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [ccedac602045803ca198fd3bc201e130388c91bf]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/04 15:38:43 ssa 1.1.2.4: #i25121# subtoolbar API 2004/05/11 17:26:24 ssa 1.1.2.3: #i25117# support for toolbar locking 2004/03/25 15:59:11 ssa 1.1.2.2: #i24913# extend dockable interface 2004/03/24 17:54:32 ssa 1.1.2.1: #i24913# support for dockable windows

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [2ef25dcd223a4f291750d26ef0aa369c3d36feca]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/04 15:38:43 ssa 1.1.2.1: #i25121# subtoolbar API

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6552ba814fa1e0bc98e3804a75a3fc4b054a4ba8]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/03/25 15:59:11 ssa 1.1.2.2: #i24913# extend dockable interface 2004/03/24 17:54:32 ssa 1.1.2.1: #i24913# support for dockable windows

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [b724e7048c74ef38a4ab665617c2f2fc2a39047f]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/04/02 14:08:59 ssa 1.1.2.3: #i24913# send dockingdata with startdocking 2004/03/25 15:59:11 ssa 1.1.2.2: #i24913# extend dockable interface 2004/03/24 17:54:32 ssa 1.1.2.1: #i24913# support for dockable windows

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [aa685e005af7a6e30972a5e939a715c375cb6c8d]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/03/24 17:54:31 ssa 1.1.2.1: #i24913# support for dockable windows

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [afe74461bd97c12c8ceafe090cf53551b11967aa]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/14 09:08:26 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [8fa388d3e51d147f6a1104f0dff7233081654753]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/21 11:28:59 cd 1.1.2.2: #i20055# New toolbar design for Q 2004/06/14 09:08:26 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [588e823a461d812fa369aa96c8ddfb832bc34c7a]

        INTEGRATION: CWS docking1 (1.1.2); FILE ADDED 2004/06/22 14:25:51 cd 1.1.2.1: #i30169# Added missing fullscreenbar.xml

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [3822fa81b4a6db2968d0e03ab4d4ced607628075]

        INTEGRATION: CWS docking1 (1.3.2); FILE MERGED 2004/07/06 08:34:17 cd 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/23 08:13:26 cd 1.3.2.1: #i25238# New toolbars popup menu

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [55f2c74d0b34b752cc774db4a831862dec20bbe5]

        INTEGRATION: CWS docking1 (1.16.20); FILE MERGED 2004/06/14 09:10:41 cd 1.16.20.1: #i25236# Deliver toolbar layouts as XML files

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [f514ff700386a22b367e534bbbe079dae5b0ecfc]

        SRC680

2004-07-06  Oliver Bolte  <obo@openoffice.org>  [6ecd1fcab709e229496b633e2880a6c4470a05b9]

        INTEGRATION: CWS swqbugfixes03 (1.55.224); FILE MERGED 2004/06/14 06:31:54 pb 1.55.224.2: fix: #i20698# don't move the current entry in the first resort 2004/06/14 06:12:36 pb 1.55.224.1: fix: #i9394# don't replace doc title with empty string

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [5c23b5fe994c9b13d4338bf32ab5c3ad9b49010c]

        INTEGRATION: CWS frmcontrols04 (1.26.70); FILE MERGED 2004/06/15 21:03:40 fs 1.26.70.2: RESYNC: (1.26-1.27); FILE MERGED 2004/03/30 14:26:04 dv 1.26.70.1: #i26046# Replaced GetImage with GetModeImage

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [fabde630cba469a7e6f1b49d77a3b161d336d9d3]

        INTEGRATION: CWS frmcontrols04 (1.18.68); FILE MERGED 2004/06/15 21:06:19 fs 1.18.68.2: RESYNC: (1.18-1.21); FILE MERGED 2004/03/30 14:26:03 dv 1.18.68.1: #i26046# Replaced GetImage with GetModeImage

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [18865af569c415996ee918d042be1801da33cc14]

        INTEGRATION: CWS frmcontrols04 (1.4.70); FILE MERGED 2004/04/16 10:02:41 dv 1.4.70.1: #i26046# RadioButton::SetModeImage() replaced with SetModeRadioImage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [eba2adf979d58e4062ec99932e8bcf29ee57408b]

        INTEGRATION: CWS frmcontrols04 (1.11.10); FILE MERGED 2004/06/16 03:58:44 fs 1.11.10.6: RESYNC: (1.11-1.14); FILE MERGED 2004/05/10 08:06:34 fs 1.11.10.5: #i10000# 2004/05/04 12:39:24 fs 1.11.10.4: Style -> VisualEffect 2004/05/03 15:58:20 fs 1.11.10.3: #28672# +IMAGEPOSITION property 2004/04/29 10:55:38 fs 1.11.10.2: #i24694# support for BorderColor 2004/04/29 06:27:48 fs 1.11.10.1: #i24683# #i24684# #i24685# #i24686# new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a91aa353e2dffe25aef04ebbfe664382cebc4673]

        INTEGRATION: CWS frmcontrols04 (1.20.8); FILE MERGED 2004/06/16 04:07:01 fs 1.20.8.5: RESYNC: (1.20-1.24); FILE MERGED 2004/05/04 12:39:42 fs 1.20.8.4: Style -> VisualEffect 2004/05/03 16:00:37 fs 1.20.8.3: #28672# ImagePosition replacing ImageAlign 2004/04/29 10:56:00 fs 1.20.8.2: #i24694# support for BorderColor 2004/04/29 06:28:51 fs 1.20.8.1: #i24683# #i24684# #i24685# #i24686# new properties: flat/3D for radios/check boxes, HideSelection for edits, Toggle/TakeFocusOnClick for buttons

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [24bc36209f5c726bb84cc6c04832427765773113]

        INTEGRATION: CWS frmcontrols04 (1.19.10); FILE MERGED 2004/06/16 04:07:25 fs 1.19.10.5: RESYNC: (1.19-1.22); FILE MERGED 2004/05/04 12:39:42 fs 1.19.10.4: Style -> VisualEffect 2004/05/03 16:00:30 fs 1.19.10.3: #28672# ImagePosition replacing ImageAlign 2004/04/29 10:56:00 fs 1.19.10.2: #i24694# support for BorderColor 2004/04/29 06:28:51 fs 1.19.10.1: #i24683# #i24684# #i24685# #i24686# new properties: flat/3D for radios/check boxes, HideSelection for edits, Toggle/TakeFocusOnClick for buttons

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [22ba7c950124cdb90f4266ac2a2ccb4faec45655]

        INTEGRATION: CWS frmcontrols04 (1.57.10); FILE MERGED 2004/07/05 10:05:07 fs 1.57.10.7: RESYNC: (1.63-1.64); FILE MERGED 2004/06/18 16:48:42 fs 1.57.10.6: linguistic review 2004/06/16 04:07:34 fs 1.57.10.5: RESYNC: (1.57-1.63); FILE MERGED 2004/05/04 12:39:42 fs 1.57.10.4: Style -> VisualEffect 2004/05/03 16:00:29 fs 1.57.10.3: #28672# ImagePosition replacing ImageAlign 2004/04/29 10:55:59 fs 1.57.10.2: #i24694# support for BorderColor 2004/04/29 06:28:50 fs 1.57.10.1: #i24683# #i24684# #i24685# #i24686# new properties: flat/3D for radios/check boxes, HideSelection for edits, Toggle/TakeFocusOnClick for buttons

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [db6b4245203e639464a421a8fdc655b4f8d0f2a9]

        INTEGRATION: CWS frmcontrols04 (1.17.10); FILE MERGED 2004/06/16 04:06:25 fs 1.17.10.5: RESYNC: (1.17-1.20); FILE MERGED 2004/05/04 12:39:41 fs 1.17.10.4: Style -> VisualEffect 2004/05/03 16:00:29 fs 1.17.10.3: #28672# ImagePosition replacing ImageAlign 2004/04/29 10:55:59 fs 1.17.10.2: #i24694# support for BorderColor 2004/04/29 06:28:50 fs 1.17.10.1: #i24683# #i24684# #i24685# #i24686# new properties: flat/3D for radios/check boxes, HideSelection for edits, Toggle/TakeFocusOnClick for buttons

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2450448a58f3eb990933f9976c24caa51ab9f665]

        INTEGRATION: CWS frmcontrols04 (1.22.10); FILE MERGED 2004/06/16 04:08:38 fs 1.22.10.7: RESYNC: (1.22-1.26); FILE MERGED 2004/05/05 09:06:41 fs 1.22.10.6: new properties also for the Basic dialog editor 2004/05/04 12:39:40 fs 1.22.10.5: Style -> VisualEffect 2004/05/03 16:00:29 fs 1.22.10.4: #28672# ImagePosition replacing ImageAlign 2004/04/29 11:01:38 fs 1.22.10.3: #i24694# support for BorderColor 2004/04/29 10:55:58 fs 1.22.10.2: #i24694# support for BorderColor 2004/04/29 06:28:49 fs 1.22.10.1: #i24683# #i24684# #i24685# #i24686# new properties: flat/3D for radios/check boxes, HideSelection for edits, Toggle/TakeFocusOnClick for buttons

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a82b1752a92b33fb6828b2d216f3035c023dc7d5]

        INTEGRATION: CWS frmcontrols04 (1.11.34); FILE MERGED 2004/06/16 04:08:45 fs 1.11.34.2: RESYNC: (1.11-1.12); FILE MERGED 2004/05/03 15:59:42 fs 1.11.34.1: moved some help ids to extensio.hrc

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [87f3599c4b8ff08e2e7dadd6b5be46fec21306b5]

        INTEGRATION: CWS frmcontrols04 (1.59.8); FILE MERGED 2004/06/16 04:06:53 fs 1.59.8.5: RESYNC: (1.59-1.66); FILE MERGED 2004/05/03 16:00:28 fs 1.59.8.4: #28672# ImagePosition replacing ImageAlign 2004/04/29 10:55:57 fs 1.59.8.3: #i24694# support for BorderColor 2004/04/29 07:37:34 fs 1.59.8.2: #i24681# WordBreak property for push buttons, option buttons, and check boxes 2004/04/29 06:28:49 fs 1.59.8.1: #i24683# #i24684# #i24685# #i24686# new properties: flat/3D for radios/check boxes, HideSelection for edits, Toggle/TakeFocusOnClick for buttons

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a3e6becdc6e4aa0271c1b43ee175a5915b0367ad]

        INTEGRATION: CWS frmcontrols04 (1.18.10); FILE MERGED 2004/06/16 03:56:02 fs 1.18.10.5: RESYNC: (1.18-1.21); FILE MERGED 2004/05/04 12:39:21 fs 1.18.10.4: Style -> VisualEffect 2004/05/03 15:56:59 fs 1.18.10.3: #28672# +IMAGEPOSITION property 2004/04/29 10:55:23 fs 1.18.10.2: #i24694# support for BorderColor 2004/04/29 06:27:58 fs 1.18.10.1: #i24683# #i24684# #i24685# #i24686# new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [3f0a730b821ee12c58c8cdc10358b6e7daa3120a]

        INTEGRATION: CWS frmcontrols04 (1.2.18); FILE MERGED 2004/06/23 09:03:45 fs 1.2.18.1: #i24694# #i24686# HideInactiveSelection and BorderColor also for the rich text model

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [05e5bacf48dc224ce60a54bbd95b82a9690e9694]

        INTEGRATION: CWS frmcontrols04 (1.2.18); FILE MERGED 2004/06/23 08:43:40 fs 1.2.18.1: #i24694# #i24686# HideInactiveSelection and BorderColor also for the rich text model

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [77072f8bc032947d9d5f3084c99e68617b8f65f6]

        INTEGRATION: CWS frmcontrols04 (1.2.18); FILE MERGED 2004/06/23 08:43:39 fs 1.2.18.1: #i24694# #i24686# HideInactiveSelection and BorderColor also for the rich text model

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [90fd07320af47d321ee2e630a49cdd543f352ac1]

        INTEGRATION: CWS frmcontrols04 (1.2.18); FILE MERGED 2004/06/23 09:03:44 fs 1.2.18.1: #i24694# #i24686# HideInactiveSelection and BorderColor also for the rich text model

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e4028488a57131ddc58180ae675a4060e98bb60b]

        INTEGRATION: CWS frmcontrols04 (1.3.18); FILE MERGED 2004/06/23 09:03:44 fs 1.3.18.1: #i24694# #i24686# HideInactiveSelection and BorderColor also for the rich text model

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [70041d3e3599a7f9a986e1a87b696b4b6fd06bc8]

        INTEGRATION: CWS frmcontrols04 (1.9.6); FILE MERGED 2004/06/23 08:42:15 fs 1.9.6.3: #i24694# #i24686# HideInactiveSelection and BorderColor also for the rich text model 2004/06/16 04:12:26 fs 1.9.6.2: RESYNC: (1.9-1.12); FILE MERGED 2004/05/07 13:53:16 fs 1.9.6.1: new properties for dynamic border colors

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [853c2de06565baf8d799bb682f4eeae375d1070f]

        INTEGRATION: CWS frmcontrols04 (1.6.18); FILE MERGED 2004/06/23 08:42:14 fs 1.6.18.2: #i24694# #i24686# HideInactiveSelection and BorderColor also for the rich text model 2004/06/17 06:37:11 fs 1.6.18.1: #i10000# manual resync

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6752bf88f58800c8c4b356792733e98e362a7c3b]

        INTEGRATION: CWS frmcontrols04 (1.18.26); FILE MERGED 2004/05/11 08:51:43 fs 1.18.26.2: DynamicControlBorder is MAYBEVOID now, to allow the environment to override it if we ourself don't have a value 2004/05/07 14:05:01 fs 1.18.26.1: new properties for dynamic border colors

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [4eb8056b0f3d3fa31ed057673919a2aeec48b825]

        INTEGRATION: CWS frmcontrols04 (1.54.4); FILE MERGED 2004/06/16 04:17:56 fs 1.54.4.4: RESYNC: (1.54-1.56); FILE MERGED 2004/05/11 08:51:43 fs 1.54.4.3: DynamicControlBorder is MAYBEVOID now, to allow the environment to override it if we ourself don't have a value 2004/05/07 14:25:19 fs 1.54.4.2: correct getTypes 2004/05/07 14:05:00 fs 1.54.4.1: new properties for dynamic border colors

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b5b1686bb4128e57117d9c633d654f9f1f0a37d1]

        INTEGRATION: CWS frmcontrols04 (1.9.508); FILE MERGED 2004/06/23 10:10:08 fs 1.9.508.3: #i24686# properly implement HideInactiveSelection for the MultiLineEdit 2004/06/16 05:49:26 fs 1.9.508.2: RESYNC: (1.9-1.12); FILE MERGED 2004/04/29 06:11:01 fs 1.9.508.1: #i24686# support HideInactiveSelection property at the file control

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [9af4f6be4c5423e55ce4f8e86c16d11f42361167]

        INTEGRATION: CWS frmcontrols04 (1.8.254); FILE MERGED 2004/03/31 10:28:36 dv 1.8.254.1: #i26046# Use PushButton::GetModeImage() instead of GetImage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [fcda6d5e6d0c2974cc23d9342440ee871adfac57]

        INTEGRATION: CWS frmcontrols04 (1.2.508); FILE MERGED 2004/06/16 05:49:18 fs 1.2.508.2: RESYNC: (1.2-1.5); FILE MERGED 2004/04/29 06:10:53 fs 1.2.508.1: #i24686# support HideInactiveSelection property at the file control

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [65acdb1937ac17c7b9b6e21ec01be5ec00dcaed8]

        INTEGRATION: CWS frmcontrols04 (1.5.368); FILE MERGED 2004/06/16 05:54:19 fs 1.5.368.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/29 06:10:21 fs 1.5.368.1: #i24688# support 'flat' effect for check box columns

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b3fbf8b1bf9939082088565959214dd37fbe474d]

        INTEGRATION: CWS frmcontrols04 (1.13.10); FILE MERGED 2004/06/15 21:34:25 fs 1.13.10.3: RESYNC: (1.13-1.15); FILE MERGED 2004/05/06 12:25:40 fs 1.13.10.2: #i26047# import and export of the ImagePosition property 2004/05/05 14:15:57 fs 1.13.10.1: #i24683# #i24685# #i24688# new attributes reflecting new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [0071eac57bd4984296f41bebe3a20ce784547648]

        INTEGRATION: CWS frmcontrols04 (1.17.96); FILE MERGED 2004/05/06 12:25:40 fs 1.17.96.1: #i26047# import and export of the ImagePosition property

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [45995cebf454bf67ce3805362a45cfb70841a39d]

        INTEGRATION: CWS frmcontrols04 (1.23.94); FILE MERGED 2004/05/06 12:25:39 fs 1.23.94.1: #i26047# import and export of the ImagePosition property

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a4be8bf07849e3405ca5bdf308a5d423a334a3d7]

        INTEGRATION: CWS frmcontrols04 (1.19.94); FILE MERGED 2004/06/15 21:34:44 fs 1.19.94.2: RESYNC: (1.19-1.20); FILE MERGED 2004/05/05 14:15:57 fs 1.19.94.1: #i24683# #i24685# #i24688# new attributes reflecting new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ec757a2d648a90d991268f6aecae9e09db927c2a]

        INTEGRATION: CWS frmcontrols04 (1.9.96); FILE MERGED 2004/05/06 12:25:39 fs 1.9.96.2: #i26047# import and export of the ImagePosition property 2004/05/05 14:15:57 fs 1.9.96.1: #i24683# #i24685# #i24688# new attributes reflecting new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a0aa9d0f1127f74a066483815f8dc084084d13ea]

        INTEGRATION: CWS frmcontrols04 (1.11.96); FILE MERGED 2004/05/06 12:25:39 fs 1.11.96.2: #i26047# import and export of the ImagePosition property 2004/05/05 14:15:56 fs 1.11.96.1: #i24683# #i24685# #i24688# new attributes reflecting new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [610905e0a6ffe7e8c44160417bdb8d3acd1afa0a]

        INTEGRATION: CWS frmcontrols04 (1.9.96); FILE MERGED 2004/05/06 12:25:38 fs 1.9.96.2: #i26047# import and export of the ImagePosition property 2004/05/05 14:15:56 fs 1.9.96.1: #i24683# #i24685# #i24688# new attributes reflecting new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [9e2a2c18e81b40aff465e63fd280bd5e34190784]

        INTEGRATION: CWS frmcontrols04 (1.13.96); FILE MERGED 2004/05/05 14:15:56 fs 1.13.96.1: #i24683# #i24685# #i24688# new attributes reflecting new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [49e897ad3959f01a2a9542504d415b2d7139c43a]

        INTEGRATION: CWS frmcontrols04 (1.21.96); FILE MERGED 2004/06/15 21:35:27 fs 1.21.96.2: RESYNC: (1.21-1.22); FILE MERGED 2004/05/06 12:25:38 fs 1.21.96.1: #i26047# import and export of the ImagePosition property

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [698d0fd8c22f4f7924a3b87cea5c841555e36320]

        INTEGRATION: CWS frmcontrols04 (1.37.96); FILE MERGED 2004/06/15 21:34:33 fs 1.37.96.2: RESYNC: (1.37-1.38); FILE MERGED 2004/05/06 12:25:38 fs 1.37.96.1: #i26047# import and export of the ImagePosition property

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ab2db1b4229d279b3ecd6aebc1f0af1149392e2d]

        INTEGRATION: CWS frmcontrols04 (1.9.98); FILE MERGED 2004/07/05 10:02:10 fs 1.9.98.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/06 12:25:37 fs 1.9.98.1: #i26047# import and export of the ImagePosition property

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [52e20d93ee871a717919ebf8420d9cdee49ffb02]

        INTEGRATION: CWS frmcontrols04 (1.27.10); FILE MERGED 2004/07/05 09:56:46 fs 1.27.10.4: RESYNC: (1.31-1.32); FILE MERGED 2004/06/15 21:36:12 fs 1.27.10.3: RESYNC: (1.27-1.31); FILE MERGED 2004/05/06 12:25:37 fs 1.27.10.2: #i26047# import and export of the ImagePosition property 2004/05/05 14:15:56 fs 1.27.10.1: #i24683# #i24685# #i24688# new attributes reflecting new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7c71a794724eed1ce942461692793b84fc552bd7]

        INTEGRATION: CWS frmcontrols04 (1.18.96); FILE MERGED 2004/04/29 13:54:40 fs 1.18.96.2: #i24694# control border color now exported as part of the fo:border attribute 2004/04/29 11:56:47 fs 1.18.96.1: #i24694# BorderColor

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d7f1f94cf09bd8da867af0dcec55b16a8362c065]

        INTEGRATION: CWS frmcontrols04 (1.10.312); FILE MERGED 2004/04/29 13:54:40 fs 1.10.312.1: #i24694# control border color now exported as part of the fo:border attribute

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7d6d1a7f7718de8b0dd471705a907a2ec6173c99]

        INTEGRATION: CWS frmcontrols04 (1.26.158); FILE MERGED 2004/06/15 21:30:09 fs 1.26.158.2: RESYNC: (1.26-1.27); FILE MERGED 2004/04/29 13:54:25 fs 1.26.158.1: #i24694# control border color now exported as part of the fo:border attribute

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [dca6af36e0d753066ad494336bef90426febab42]

        INTEGRATION: CWS frmcontrols04 (1.62.8); FILE MERGED 2004/06/15 21:28:56 fs 1.62.8.3: RESYNC: (1.62-1.66); FILE MERGED 2004/04/29 13:54:24 fs 1.62.8.2: #i24694# control border color now exported as part of the fo:border attribute 2004/04/29 11:57:16 fs 1.62.8.1: #i24694# BorderColor

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [de4fc2d6a0397e4305b896632481b375594deaaf]

        INTEGRATION: CWS frmcontrols04 (1.52.4); FILE MERGED 2004/06/15 21:26:32 fs 1.52.4.3: RESYNC: (1.52-1.58); FILE MERGED 2004/05/06 12:25:18 fs 1.52.4.2: #i26047# image-position and image-align 2004/05/05 14:15:11 fs 1.52.4.1: #i24688# +XML_3D

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [aca9d3b685e507cda87a9694af5e92a66be0833e]

        INTEGRATION: CWS frmcontrols04 (1.15.96); FILE MERGED 2004/06/15 21:17:35 fs 1.15.96.3: RESYNC: (1.15-1.16); FILE MERGED 2004/05/06 12:24:57 fs 1.15.96.2: #i26047# image-position and image-align 2004/05/05 14:14:19 fs 1.15.96.1: #i24683# #i24685# #i24688# new attributes reflecting new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e6509dbd5727e4dbf85f9f3f0e72f86153d532ca]

        INTEGRATION: CWS frmcontrols04 (1.26.54); FILE MERGED 2004/06/16 06:15:57 fs 1.26.54.4: RESYNC: (1.26-1.28); FILE MERGED 2004/05/11 11:09:17 fs 1.26.54.3: manual 'resync' of selected files/portions to HEAD (SRC680_m39) 2004/05/04 15:22:58 fs 1.26.54.2: #i28672# ImagePosition.idl 2004/04/29 06:19:12 fs 1.26.54.1: #i24688# +VisualEffect

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [120d8c74602377e88ec8f81b932b0a6db6fc7706]

        INTEGRATION: CWS frmcontrols04 (1.1.2); FILE ADDED 2004/04/29 06:19:01 fs 1.1.2.1: #i24688#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [4c6d8926b476a52a39a591a2ce30325a3a198b04]

        INTEGRATION: CWS frmcontrols04 (1.5.400); FILE MERGED 2004/06/16 06:24:44 fs 1.5.400.2: RESYNC: (1.5-1.7); FILE MERGED 2004/05/04 15:22:20 fs 1.5.400.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [dda3806cb4d310039769e885fc156f62010c48a6]

        INTEGRATION: CWS frmcontrols04 (1.2.142); FILE MERGED 2004/06/16 06:27:19 fs 1.2.142.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/04 15:22:19 fs 1.2.142.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [4ca86e0009ca14fdbe3c9faa8e222e0be492ce27]

        INTEGRATION: CWS frmcontrols04 (1.4.142); FILE MERGED 2004/06/16 06:20:21 fs 1.4.142.2: RESYNC: (1.4-1.6); FILE MERGED 2004/05/04 15:22:23 fs 1.4.142.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [049b1384eff85c2f581b55804830282ed8718784]

        INTEGRATION: CWS frmcontrols04 (1.6.398); FILE MERGED 2004/06/16 06:13:34 fs 1.6.398.3: RESYNC: (1.6-1.8); FILE MERGED 2004/05/05 14:00:37 fs 1.6.398.2: constraints for VisualEffect 2004/05/04 15:22:19 fs 1.6.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [49e0db80bc6fc9ce95d463afc870073bb222501d]

        INTEGRATION: CWS frmcontrols04 (1.3.398); FILE MERGED 2004/06/16 06:21:49 fs 1.3.398.2: RESYNC: (1.3-1.5); FILE MERGED 2004/05/04 15:22:22 fs 1.3.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c8f2f415e7137f124cedccfcd7aa5eae85342139]

        INTEGRATION: CWS frmcontrols04 (1.9.242); FILE MERGED 2004/06/16 06:23:54 fs 1.9.242.2: RESYNC: (1.9-1.11); FILE MERGED 2004/05/04 15:22:19 fs 1.9.242.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c1362f1634e2bbc17f55e3e912540c12e1a3c58e]

        INTEGRATION: CWS frmcontrols04 (1.9.242); FILE MERGED 2004/06/16 06:39:17 fs 1.9.242.2: RESYNC: (1.9-1.11); FILE MERGED 2004/05/04 15:22:21 fs 1.9.242.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a99a0fbf2989cfdf453cf0b851bc7df67750753f]

        INTEGRATION: CWS frmcontrols04 (1.5.398); FILE MERGED 2004/06/16 06:28:44 fs 1.5.398.2: RESYNC: (1.5-1.7); FILE MERGED 2004/05/04 15:22:21 fs 1.5.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [697f7eec7963b923e37b9778f0e596668da5165f]

        INTEGRATION: CWS frmcontrols04 (1.6.242); FILE MERGED 2004/06/16 06:05:23 fs 1.6.242.2: RESYNC: (1.6-1.8); FILE MERGED 2004/05/04 15:22:22 fs 1.6.242.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [0fb1acf93aa7cbe7c4b417bdc3d43df37c02dccf]

        INTEGRATION: CWS frmcontrols04 (1.7.242); FILE MERGED 2004/06/16 06:40:44 fs 1.7.242.2: RESYNC: (1.7-1.9); FILE MERGED 2004/05/04 15:22:23 fs 1.7.242.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d1a39d484ea369be838d1ab7d77a4321ca4aed9b]

        INTEGRATION: CWS frmcontrols04 (1.7.320); FILE MERGED 2004/06/16 06:28:01 fs 1.7.320.2: RESYNC: (1.7-1.9); FILE MERGED 2004/05/04 15:22:22 fs 1.7.320.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [5c0532deb8263cb13df7eeb3840b894d87a19ee8]

        INTEGRATION: CWS frmcontrols04 (1.6.242); FILE MERGED 2004/06/16 06:11:31 fs 1.6.242.2: RESYNC: (1.6-1.8); FILE MERGED 2004/05/04 15:22:22 fs 1.6.242.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [18b4a618cc214d6a28f429222f00bae7dd4a3882]

        INTEGRATION: CWS frmcontrols04 (1.7.398); FILE MERGED 2004/06/16 06:07:39 fs 1.7.398.2: RESYNC: (1.7-1.10); FILE MERGED 2004/05/04 15:22:23 fs 1.7.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [54be33103d07ac6ef63bbfe67d3e9e1f19370587]

        INTEGRATION: CWS frmcontrols04 (1.5.398); FILE MERGED 2004/06/16 06:24:22 fs 1.5.398.2: RESYNC: (1.5-1.7); FILE MERGED 2004/05/04 15:22:20 fs 1.5.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c9aa77ac1ddffc7c5841a2e868faea592f492245]

        INTEGRATION: CWS frmcontrols04 (1.9.242); FILE MERGED 2004/06/16 06:05:31 fs 1.9.242.2: RESYNC: (1.9-1.11); FILE MERGED 2004/05/04 15:22:20 fs 1.9.242.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d33e42652467c901a2f1ddf99bb6cf9724bbe5ae]

        INTEGRATION: CWS frmcontrols04 (1.5.398); FILE MERGED 2004/06/16 06:40:28 fs 1.5.398.2: RESYNC: (1.5-1.7); FILE MERGED 2004/05/04 15:22:19 fs 1.5.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2a3b07c76fafd52dbcfcaec8738878a6f6d2b183]

        INTEGRATION: CWS frmcontrols04 (1.5.398); FILE MERGED 2004/06/16 06:07:00 fs 1.5.398.2: RESYNC: (1.5-1.7); FILE MERGED 2004/05/04 15:22:21 fs 1.5.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [53d1b8c653212e1b2c55636b90b9696a92014c54]

        INTEGRATION: CWS frmcontrols04 (1.5.398); FILE MERGED 2004/06/16 06:20:29 fs 1.5.398.3: RESYNC: (1.5-1.7); FILE MERGED 2004/05/05 14:00:37 fs 1.5.398.2: constraints for VisualEffect 2004/05/04 15:22:21 fs 1.5.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [cb907a283f25f8960905f0e475a12e7e7fb4ad70]

        INTEGRATION: CWS frmcontrols04 (1.6.176); FILE MERGED 2004/06/16 06:18:51 fs 1.6.176.2: RESYNC: (1.6-1.9); FILE MERGED 2004/05/04 15:22:18 fs 1.6.176.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [683d9239c1040ff98335e188e0ecde0e7d56d216]

        INTEGRATION: CWS frmcontrols04 (1.1.2); FILE ADDED 2004/05/04 15:22:10 fs 1.1.2.1: #i28672# image position

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2b9b4b37c360f2d10d6a7de0f70bfe42442044a7]

        INTEGRATION: CWS frmcontrols04 (1.20.32); FILE MERGED 2004/06/16 04:36:46 fs 1.20.32.5: RESYNC: (1.20-1.23); FILE MERGED 2004/05/04 12:41:03 fs 1.20.32.4: Style -> VisualEffect 2004/05/03 15:58:28 fs 1.20.32.3: #28672# +IMAGEPOSITION property 2004/04/29 10:54:32 fs 1.20.32.2: #i24694# support for BorderColor 2004/04/29 06:06:24 fs 1.20.32.1: #i24683# #i24684# #i24685# #i24686# new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d1284e70e8527b8c76440d8ab6d66ea988e32ef5]

        INTEGRATION: CWS frmcontrols04 (1.6.136); FILE MERGED 2004/05/04 15:00:51 fs 1.6.136.1: +imagealign.cxx

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [16ee7756109361b59b24f805ba60c7fb71fec30a]

        INTEGRATION: CWS frmcontrols04 (1.1.2); FILE ADDED 2004/05/04 14:59:31 fs 1.1.2.1: helper for translating the various representations of ImageAlign/ImagePosition

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [dfbc4fbd5fbeb7ad8b8845b7d00dfbea73b300ad]

        INTEGRATION: CWS frmcontrols04 (1.62.12); FILE MERGED 2004/06/16 04:35:18 fs 1.62.12.11: RESYNC: (1.62-1.66); FILE MERGED 2004/05/06 12:24:31 fs 1.62.12.10: #i26047# properly couple ImageAlign and ImagePosition 2004/05/04 15:10:26 fs 1.62.12.9: tie ImagePosition property to ImageAlign property 2004/05/04 15:00:25 fs 1.62.12.8: tie ImagePosition property to ImageAlign property 2004/05/04 12:40:46 fs 1.62.12.7: Style -> VisualEffect 2004/05/03 15:57:22 fs 1.62.12.6: #28672# +IMAGEPOSITION image support for radio buttons and check boxes 2004/04/29 10:54:31 fs 1.62.12.5: #i24694# support for BorderColor 2004/04/29 08:03:49 fs 1.62.12.4: #i24692# Text alignment for push button, option button, check box, list box, combo box 2004/04/29 07:43:58 fs 1.62.12.3: #i24684# BackgroundColor property for check box, option button 2004/04/29 07:37:57 fs 1.62.12.2: #i24681# WordBreak property for push buttons, option buttons, and check boxes 2004/04/29 06:07:22 fs 1.62.12.1: #i24683# #i24684# #i24685# #i24686# new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [81efbcb6b8c4f87b73b3b57d97ef43f1e5bf16e9]

        INTEGRATION: CWS frmcontrols04 (1.33.34); FILE MERGED 2004/06/16 04:36:29 fs 1.33.34.4: RESYNC: (1.33-1.35); FILE MERGED 2004/05/03 16:01:47 fs 1.33.34.3: #28672# +IMAGEPOSITION image support for radio buttons and check boxes 2004/04/29 10:54:31 fs 1.33.34.2: #i24694# support for BorderColor 2004/04/29 06:07:21 fs 1.33.34.1: #i24683# #i24684# #i24685# #i24686# new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [48804a63b278bd39cfda9dd072364f875efa311f]

        INTEGRATION: CWS frmcontrols04 (1.2.216); FILE MERGED 2004/04/29 10:54:31 fs 1.2.216.1: #i24694# support for BorderColor

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [30dcb7718940d7ef6cef054149832daede07001f]

        INTEGRATION: CWS frmcontrols04 (1.2.34); FILE MERGED 2004/04/29 10:54:30 fs 1.2.34.1: #i24694# support for BorderColor

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [8a4ced5a4c5c9ad0829318d8b502b46ddcec3560]

        INTEGRATION: CWS frmcontrols04 (1.2.34); FILE MERGED 2004/06/16 04:35:08 fs 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/29 10:54:30 fs 1.2.34.1: #i24694# support for BorderColor

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [15183871cbd56756417671eafb60c44e84fab772]

        INTEGRATION: CWS frmcontrols04 (1.1.46); FILE MERGED 2004/06/16 04:35:42 fs 1.1.46.2: RESYNC: (1.1-1.2); FILE MERGED 2004/04/29 10:54:30 fs 1.1.46.1: #i24694# support for BorderColor

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [4a0cc477b7f15561535f334c7c1a37f301fd9a6a]

        INTEGRATION: CWS frmcontrols04 (1.4.34); FILE MERGED 2004/06/16 04:36:06 fs 1.4.34.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/29 10:54:29 fs 1.4.34.2: #i24694# support for BorderColor 2004/04/29 06:07:01 fs 1.4.34.1: #i24686# HideSelection

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [520c7cc785df3ae43c24aceb21ff4552e94daaf9]

        INTEGRATION: CWS frmcontrols04 (1.45.34); FILE MERGED 2004/07/05 09:54:54 fs 1.45.34.8: RESYNC: (1.47-1.48); FILE MERGED 2004/06/16 04:34:36 fs 1.45.34.7: RESYNC: (1.45-1.47); FILE MERGED 2004/05/07 11:00:13 fs 1.45.34.6: don't stream Anys into Anys 2004/05/04 15:00:42 fs 1.45.34.5: moved image align related helper functions to dedicated file 2004/05/04 12:40:58 fs 1.45.34.4: Style -> VisualEffect 2004/05/03 15:57:09 fs 1.45.34.3: #28672# +IMAGEPOSITION image support for radio buttons and check boxes 2004/04/29 06:07:48 fs 1.45.34.2: #i24683# #i24684# #i24685# #i24686# new properties 2004/03/31 10:37:31 dv 1.45.34.1: #i26046# Use PushButton::GetModeImage() instead of GetImage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ed61d550f0a7519a31ed4f801eb296891d560f54]

        INTEGRATION: CWS frmcontrols04 (1.44.14); FILE MERGED 2004/06/16 04:35:01 fs 1.44.14.5: RESYNC: (1.44-1.45); FILE MERGED 2004/05/07 10:59:33 fs 1.44.14.4: getProperty: Border should be signed, not unsigned 2004/04/29 10:54:29 fs 1.44.14.3: #i24694# support for BorderColor 2004/04/29 08:04:06 fs 1.44.14.2: #i24692# Text alignment for push button, option button, check box, list box, combo box 2004/04/29 07:38:17 fs 1.44.14.1: #i24681# WordBreak property for push buttons, option buttons, and check boxes

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [8852630686e9b7357410f7b94ed9322321ff9e53]

        INTEGRATION: CWS frmcontrols04 (1.35.6); FILE MERGED 2004/06/16 04:34:53 fs 1.35.6.4: RESYNC: (1.35-1.36); FILE MERGED 2004/05/06 13:31:36 fs 1.35.6.3: WB_CENTER not necessary anymore for buttons 2004/05/03 15:56:45 fs 1.35.6.2: WB_WCENTER flag is respected by push buttons since #i26047# 2004/03/03 13:35:15 dv 1.35.6.1: #i24682# Since the type WinBits is 64 bits long, the type itself should be used instead of SALUINT32

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f6d9118f9e15f109c3a3994c88662552f9b161a1]

        INTEGRATION: CWS frmcontrols04 (1.15.32); FILE MERGED 2004/06/16 04:33:45 fs 1.15.32.5: RESYNC: (1.15-1.18); FILE MERGED 2004/05/04 12:41:11 fs 1.15.32.4: Style -> VisualEffect 2004/05/03 15:54:03 fs 1.15.32.3: #28672# +IMAGEPOSITION property 2004/04/29 10:50:55 fs 1.15.32.2: #i24694# support for BorderColor 2004/04/29 06:06:04 fs 1.15.32.1: #i24683# #i24684# #i24685# #i24686# new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [1402004fe6c43afce3d9d830ade7edf5cbfea25f]

        INTEGRATION: CWS frmcontrols04 (1.1.2); FILE ADDED 2004/05/04 14:59:23 fs 1.1.2.1: helper for translating the various representations of ImageAlign/ImagePosition

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [af8e0dbb0d0053868f1f1295928030f1f9b06b24]

        INTEGRATION: CWS frmcontrols04 (1.30.32); FILE MERGED 2004/06/16 04:33:10 fs 1.30.32.4: RESYNC: (1.30-1.32); FILE MERGED 2004/05/06 12:24:26 fs 1.30.32.3: #i26047# properly couple ImageAlign and ImagePosition 2004/05/04 12:41:10 fs 1.30.32.2: Style -> VisualEffect 2004/05/03 15:55:14 fs 1.30.32.1: #28672# +IMAGEPOSITION image support for radio buttons and check boxes

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [1622477707f55d0a9f47c86326d9a092e8a3f3ca]

        INTEGRATION: CWS frmcontrols04 (1.29.34); FILE MERGED 2004/05/03 15:54:50 fs 1.29.34.1: #28672# +IMAGEPOSITION image support for radio buttons and check boxes

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [814b9a4fea56dc1e7d9b0da6c1b59ae92f02fe72]

        INTEGRATION: CWS frmcontrols04 (1.13.134); FILE MERGED 2004/03/03 13:35:03 dv 1.13.134.1: #i24682# Since the type WinBits is 64 bits long, the type itself should be used instead of SALUINT32

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2c765301b9b470da6e6e1c375124475633467a1d]

        INTEGRATION: CWS frmcontrols04 (1.42.172); FILE MERGED 2004/06/15 14:50:35 fs 1.42.172.2: RESYNC: (1.42-1.44); FILE MERGED 2004/04/29 11:51:48 fs 1.42.172.1: #i24694# ControlBorderColor

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [50b3dde87168d5595a5ecf78c4cb04388025c866]

        INTEGRATION: CWS frmcontrols04 (1.50.130); FILE MERGED 2004/06/15 14:49:53 fs 1.50.130.2: RESYNC: (1.50-1.51); FILE MERGED 2004/04/29 11:51:48 fs 1.50.130.1: #i24694# ControlBorderColor

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2088a3303433dadae206de9c162b928316c7d579]

        INTEGRATION: CWS frmcontrols04 (1.6.26); FILE MERGED 2004/07/05 09:44:12 fs 1.6.26.6: RESYNC: (1.7-1.8); FILE MERGED 2004/05/11 08:39:49 fs 1.6.26.5: manual 'resync' of selected files/portions to HEAD (SRC680_m39) 2004/05/07 14:27:23 fs 1.6.26.4: new properties for dynamic border colors 2004/05/04 12:34:44 fs 1.6.26.3: Style -> VisualEffect 2004/04/29 11:48:02 fs 1.6.26.2: #i24694# BorderColor 2004/04/29 06:12:41 fs 1.6.26.1: #i24683# #i24684# #i24685# #i24686# new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a7c701a712f4e298b3a36056b360fff809d8ade9]

        INTEGRATION: CWS frmcontrols04 (1.1.2); FILE ADDED 2004/05/11 08:45:40 fs 1.1.2.1: helper class for classifying document types

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [46b26d4566176b571aa6f475dddc839afe59a341]

        INTEGRATION: CWS frmcontrols04 (1.10.478); FILE MERGED 2004/07/05 09:41:52 fs 1.10.478.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/15 13:53:45 fs 1.10.478.2: RESYNC: (1.10-1.12); FILE MERGED 2004/05/07 14:26:01 fs 1.10.478.1: preparations to allow a dynamic border color for controls (changing onFocus and OnMouseOver)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [8f0159eb76f5f0c77f49a12cfd823f31561856ca]

        INTEGRATION: CWS frmcontrols04 (1.1.2); FILE ADDED 2004/05/07 14:27:42 fs 1.1.2.1: preparations to allow a dynamic border color for controls (changing onFocus and OnMouseOver)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [1f8cbdd5a58ae519cb717c5fdfa84764917f28eb]

        INTEGRATION: CWS frmcontrols04 (1.17.24); FILE MERGED 2004/06/15 14:12:14 fs 1.17.24.3: RESYNC: (1.17-1.20); FILE MERGED 2004/05/11 08:46:15 fs 1.17.24.2: +fmdocumentclassification 2004/05/07 14:28:13 fs 1.17.24.1: +fmcontrolbordermanager.cxx

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [40401c135f66af7a7930c61c1bba7a5fb0ea7284]

        INTEGRATION: CWS frmcontrols04 (1.30.172); FILE MERGED 2004/06/15 14:12:33 fs 1.30.172.2: RESYNC: (1.30-1.33); FILE MERGED 2004/05/11 08:50:06 fs 1.30.172.1: - manual 'resync' of selected files/portions to HEAD (SRC680_m39) - for newly created controls, if they live in an eForm or database form,   set a flat border of color light gray

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6ed4c22526b8d187db4ccee8defe1cc797d59ff6]

        INTEGRATION: CWS frmcontrols04 (1.11.26); FILE MERGED 2004/07/05 09:31:01 fs 1.11.26.7: RESYNC: (1.12-1.13); FILE MERGED (pre-nomination resync) 2004/06/15 14:12:05 fs 1.11.26.6: RESYNC: (1.11-1.12); FILE MERGED 2004/05/11 08:43:53 fs 1.11.26.5: manual 'resync' of selected files/portions to HEAD (SRC680_m39) 2004/05/07 14:27:25 fs 1.11.26.4: new properties for dynamic border colors 2004/05/04 12:36:13 fs 1.11.26.3: Style -> VisualEffect 2004/04/29 11:49:38 fs 1.11.26.2: #i24694# BorderColor 2004/04/29 06:19:55 fs 1.11.26.1: #i24683# #i24684# #i24685# #i24686# new properties

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [cb455372d0f2ea0576cc081ead9fb0b242e34ff8]

        INTEGRATION: CWS frmcontrols04 (1.1.2); FILE ADDED 2004/05/11 08:45:51 fs 1.1.2.1: helper class for classifying document types

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [3a78190480847afde77fda96e72bb6e0eba4873f]

        INTEGRATION: CWS frmcontrols04 (1.38.54); FILE MERGED 2004/06/15 14:13:36 fs 1.38.54.3: RESYNC: (1.38-1.43); FILE MERGED 2004/05/11 08:48:01 fs 1.38.54.2: for eForms and database forms, enable dynamic control border color if the logical form has no other preference 2004/05/07 14:27:05 fs 1.38.54.1: preparations to allow a dynamic border color for controls (changing onFocus and OnMouseOver)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [3d40696a3860318bd7372b69252894749c9e847b]

        INTEGRATION: CWS frmcontrols04 (1.1.2); FILE ADDED 2004/05/10 08:06:55 fs 1.1.2.2: new default colors (red did conflict: it is to be used for invalid controls) 2004/05/07 14:27:44 fs 1.1.2.1: preparations to allow a dynamic border color for controls (changing onFocus and OnMouseOver)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [5f9a98d9dd8fc28dd7b0012dc9786dbbe2676707]

        INTEGRATION: CWS frmcontrols04 (1.64.166); FILE MERGED 2004/06/15 14:47:44 fs 1.64.166.2: RESYNC: (1.64-1.65); FILE MERGED 2004/03/31 11:55:23 dv 1.64.166.1: #i26046# Use PushButton::GetModeImage() instead of GetImage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [016930463ac44d0f4365748407706b6918baf418]

        INTEGRATION: CWS frmcontrols04 (1.33.186); FILE MERGED 2004/06/15 14:47:09 fs 1.33.186.3: RESYNC: (1.33-1.36); FILE MERGED 2004/05/07 07:43:44 fs 1.33.186.2: #i10000# 2004/04/29 06:15:25 fs 1.33.186.1: #i24688# support 'flat' effect for check box columns

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2b934afda3ff1efcbcdd9883825734162b4a2c80]

        INTEGRATION: CWS frmcontrols04 (1.16.132); FILE MERGED 2004/03/31 11:55:23 dv 1.16.132.1: #i26046# Use PushButton::GetModeImage() instead of GetImage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [cbb2a3d804e9002f810b39d061e8f55ae5a5eacd]

        INTEGRATION: CWS frmcontrols04 (1.17.538); FILE MERGED 2004/06/15 14:30:16 fs 1.17.538.2: RESYNC: (1.17-1.18); FILE MERGED 2004/03/31 11:55:22 dv 1.17.538.1: #i26046# Use PushButton::GetModeImage() instead of GetImage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [be6e39f0c4c6197b69993eef6ed25fe840c8e002]

        INTEGRATION: CWS frmcontrols04 (1.3.502); FILE MERGED 2004/06/15 14:28:31 fs 1.3.502.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/16 10:11:02 dv 1.3.502.1: #i26046# RadioButton::GetImage() replaced with GetModeRadioImage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [bfd879d09565ff1cf12e2eee1210bcc6f82b12d7]

        INTEGRATION: CWS frmcontrols04 (1.20.182); FILE MERGED 2004/06/16 03:12:22 fs 1.20.182.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/31 11:53:48 dv 1.20.182.1: #i26046# Use PushButton::GetModeImage() instead of GetImage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [9f96df15dcf12a7b8706e12339387da64ec2816d]

        INTEGRATION: CWS frmcontrols04 (1.55.20); FILE MERGED 2004/06/16 02:56:02 fs 1.55.20.2: RESYNC: (1.55-1.58); FILE MERGED 2004/04/16 10:00:03 dv 1.55.20.1: #i26046# RadioButton::SetModeImage() replaced with SetModeRadioImage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [752383e12ec8e48fc2a47b9524e72ea2278ce10f]

        INTEGRATION: CWS frmcontrols04 (1.8.130); FILE MERGED 2004/06/16 03:10:30 fs 1.8.130.2: RESYNC: (1.8-1.9); FILE MERGED 2004/04/16 09:59:16 dv 1.8.130.1: #i26046# RadioButton::SetImage() replaced with SetModeRadioImage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [3964c86557e3ea0d3fe8c13e015ab8e22800d777]

        INTEGRATION: CWS frmcontrols04 (1.35.38); FILE MERGED 2004/06/16 04:31:15 fs 1.35.38.3: RESYNC: (1.36-1.37); FILE MERGED 2004/03/31 12:37:28 dv 1.35.38.2: RESYNC: (1.35-1.36); FILE MERGED 2004/03/30 08:08:16 dv 1.35.38.1: #i26046# Replaced GetImage with GetModeImage

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [1a7e76bb5d77cc64d9c00f803bb18256686ec55b]

        INTEGRATION: CWS frmcontrols04 (1.7.68); FILE MERGED 2004/06/17 07:42:54 fs 1.7.68.3: #i10000# 2004/06/16 05:18:02 fs 1.7.68.2: RESYNC: (1.7-1.9); FILE MERGED 2004/03/10 14:20:06 dv 1.7.68.1: #i24693# Use StyleSettings().GetMonoColor for drawing the window border

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d702ef5358cc405db562b6d70a8389fc3152510b]

        INTEGRATION: CWS frmcontrols04 (1.2.424); FILE MERGED 2004/03/09 09:50:52 dv 1.2.424.1: #i24687# Added suppurt for monochrome checkboxes and radiobuttons

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [414db136c02302fc52cc74e93b6a719d84477aab]

        INTEGRATION: CWS frmcontrols04 (1.25.40); FILE MERGED 2004/06/16 05:16:18 fs 1.25.40.2: RESYNC: (1.25-1.27); FILE MERGED 2004/03/08 11:21:18 dv 1.25.40.1: #i24689# Added support for WB_RIGHT and WB_CENTER

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e00c2ddde6c214a337f53269674b68361e61e4cc]

        INTEGRATION: CWS frmcontrols04 (1.44.40); FILE MERGED 2004/06/16 05:15:43 fs 1.44.40.2: RESYNC: (1.44-1.46); FILE MERGED 2004/03/08 11:20:45 dv 1.44.40.1: #i24689# Added support for WB_RIGHT and WB_CENTER

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [06c8d5d02a3cabffc20a6e14664ebcb72290ed32]

        INTEGRATION: CWS frmcontrols04 (1.63.40); FILE MERGED 2004/06/16 05:15:52 fs 1.63.40.2: RESYNC: (1.63-1.64); FILE MERGED 2004/03/08 11:20:10 dv 1.63.40.1: #i24689# Set clipping before modify paint position

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b3fdc9bda4caf51aa0746380a67492d7c425ffe3]

        INTEGRATION: CWS frmcontrols04 (1.12.68); FILE MERGED 2004/06/16 05:16:00 fs 1.12.68.3: RESYNC: (1.12-1.14); FILE MERGED 2004/03/31 10:47:00 dv 1.12.68.2: #i26046# Use PushButton::GetModeImage() instead of GetImage() 2004/03/10 14:17:58 dv 1.12.68.1: #i24693# Prevent overwriting of some style settings

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e8fa24e62102cdfd45a22824946dc585bd5f927e]

        INTEGRATION: CWS frmcontrols04 (1.28.68); FILE MERGED 2004/06/16 05:15:13 fs 1.28.68.3: RESYNC: (1.28-1.30); FILE MERGED 2004/03/10 14:16:38 dv 1.28.68.2: #i24689# ComboBox::Draw() now supports WB_RIGHT / WB_CENTER, too 2004/03/08 11:18:33 dv 1.28.68.1: #i24689# Forward WB_RIGHT and WB_CENTER to children

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d727e1094312e34fedc2bfdb12b43c109a954054]

        INTEGRATION: CWS frmcontrols04 (1.26.14); FILE MERGED 2004/06/16 05:16:10 fs 1.26.14.12: RESYNC: (1.26-1.27); FILE MERGED 2004/05/04 13:45:47 fs 1.26.14.11: #i26046# PushButton::ImplInitStyle: default to WB_VCENTER if no vertical alignment is given 2004/04/29 07:18:21 dv 1.26.14.10: #i28477# PusButton::ImplGetTextStyle() needs DrawFlags, too, to enable disabled look 2004/04/20 08:04:08 dv 1.26.14.9: #i26046# ImageButton images will be centered by default 2004/04/16 09:48:17 dv 1.26.14.8: #i26046# RadioButton::SetFocusRect() still needed! 2004/04/14 13:36:33 dv 1.26.14.7: #i26046# Added support for images to CheckBox and RadioButton 2004/04/02 13:04:26 dv 1.26.14.6: #i26046# More changes for supporting images in checkboxes 2004/03/31 10:47:00 dv 1.26.14.5: #i26046# Use PushButton::GetModeImage() instead of GetImage() 2004/03/10 14:14:51 dv 1.26.14.4: #i24693# Removed warning 2004/03/09 09:52:15 dv 1.26.14.3: #i24687# Added suppurt for monochrome checkboxes and radiobuttons 2004/03/03 13:01:03 dv 1.26.14.2: #i24682# Added support for toggeling PushButton 2004/03/03 07:46:40 dv 1.26.14.1: #i24691# Added support for WB_LEFT, ... to PushButton

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [60410b41f28ea36649b7269c48e2b6d86c7e2ad5]

        INTEGRATION: CWS frmcontrols04 (1.41.68); FILE MERGED 2004/06/16 05:02:59 fs 1.41.68.3: RESYNC: (1.42-1.44); FILE MERGED 2004/03/31 12:23:48 dv 1.41.68.2: RESYNC: (1.41-1.42); FILE MERGED 2004/03/10 14:11:52 dv 1.41.68.1: #i24693# Added support for border color

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [326af5c83e840f28a943ee3d03a05482d4643d99]

        INTEGRATION: CWS swqbugfixes03 (1.7.80); FILE MERGED 2004/06/16 08:10:39 pb 1.7.80.1: fix: #108828# beautified

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6cbaf8fcedd1300fd0dfb5562417d368cd0eceb4]

        INTEGRATION: CWS swqbugfixes03 (1.38.62); FILE MERGED 2004/06/16 08:16:22 os 1.38.62.1: #115704# presentation names of SwFmtFollowTextFlow changed

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b082d6540c18100e80eabcaa64b4c64e71067d36]

        INTEGRATION: CWS swqbugfixes03 (1.38.20); FILE MERGED 2004/06/21 11:12:47 od 1.38.20.2: RESYNC: (1.38-1.39); FILE MERGED 2004/06/21 08:58:32 hbrinkm 1.38.20.1: #i30453#

2004-07-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [58231a12dbe3ab030c5f53394158187b8100df4b]

        #i10000# merge error

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [87489bd5e6662816cb8d5063f065e5f0e48638c1]

        INTEGRATION: CWS swqbugfixes03 (1.16.64); FILE MERGED 2004/06/14 06:48:56 pb 1.16.64.1: fix: #i27559# SfxSingleTabDialog::Dtor(): delete pOutSet

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2ba1b8cc2021e202cf8a773b9a606122b9c8e07d]

        INTEGRATION: CWS swqbugfixes03 (1.9.54); FILE MERGED 2004/06/16 10:00:57 pb 1.9.54.1: fix: #i27093# restore lost focus

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d9da96af96eb31d155b091e8430bd8b1a9dd768b]

        INTEGRATION: CWS swqbugfixes03 (1.41.28); FILE MERGED 2004/06/16 08:09:09 os 1.41.28.1: #115704# call SaveValue() at the follow CheckBox in ::ActivatePage()

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f5c4e793fd1acdb36ff7ef56e268266b41feda6d]

        INTEGRATION: CWS swqbugfixes03 (1.86.24); FILE MERGED 2004/06/21 11:19:52 od 1.86.24.2: RESYNC: (1.86-1.87); FILE MERGED 2004/06/17 14:23:52 hbrinkm 1.86.24.1: #i30315#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [923c6131648de853124b1aca406b7a8f0f2bc1fe]

        INTEGRATION: CWS swqbugfixes03 (1.8.40); FILE MERGED 2004/06/16 11:19:51 os 1.8.40.1: #i30327# re-enable Fixed line spacing

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [8ca651b9ab10dbe2de1ed275da2abacdb911d8b5]

        INTEGRATION: CWS swqbugfixes03 (1.38.316); FILE MERGED 2004/06/16 13:10:56 hbrinkm 1.38.316.1: #i26762#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [0153ef624901115bbbce324f8225179a49991b29]

        INTEGRATION: CWS swqbugfixes03 (1.61.28); FILE MERGED 2004/06/16 14:29:19 hbrinkm 1.61.28.1: #i29951#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [39f11544ed52ba39b40e0b68e0c1ddec754c9dd2]

        INTEGRATION: CWS swqbugfixes03 (1.5.28); FILE MERGED 2004/06/18 12:55:59 hbrinkm 1.5.28.2: #i30295# 2004/06/18 12:05:54 hbrinkm 1.5.28.1: #i30295#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6a81f5792a7d3a5d165f16fa787e9ddbaf90b78a]

        INTEGRATION: CWS swqbugfixes03 (1.30.24); FILE MERGED 2004/06/21 11:18:54 od 1.30.24.2: RESYNC: (1.30-1.32); FILE MERGED 2004/06/16 09:55:39 hbrinkm 1.30.24.1: #i30310

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [98920c7e3b63d6ed89a8ad2234c47413e1d56127]

        INTEGRATION: CWS swqbugfixes03 (1.9.28); FILE MERGED 2004/06/15 08:05:14 od 1.9.28.1: #107072# <SwPageDesc::RegisterChange()> - check, if document isn't in 	 destructor and a viewshell exists, before perform action.

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7fbc116401abea532992b6fd756e86e696c16a85]

        INTEGRATION: CWS swqbugfixes03 (1.29.142); FILE MERGED 2004/06/15 10:01:13 od 1.29.142.1: #i30010# <SwFEShell::UnGroupSelection()> - change of anchor no longer needed.

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [1f1dc48b7a6b3a8c135f6b541c2819df7030dfa4]

        INTEGRATION: CWS swqbugfixes03 (1.8.144); FILE MERGED 2004/06/17 11:00:23 hbrinkm 1.8.144.1: #117106#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [cbf6f428ea6497e60c161e8053e5dd2127f7c3ca]

        INTEGRATION: CWS swqbugfixes03 (1.8.26); FILE MERGED 2004/06/16 13:53:11 hbrinkm 1.8.26.1: #i30221#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [0a1d7df9aa4fc65b044ad0832be11b38c06de4fe]

        INTEGRATION: CWS swqbugfixes03 (1.25.154); FILE MERGED 2004/06/15 13:59:47 od 1.25.154.1: #i29199# <SwDrawContact::ConnectToLayout(..)> - Consider that the anchor 	 of a to-frame anchored drawing object doesn't exist.

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [9d648111068afec19b873286f73fe99be102e520]

        INTEGRATION: CWS swqbugfixes03 (1.14.194); FILE MERGED 2004/06/18 12:11:20 hbrinkm 1.14.194.2: #i26762 2004/06/16 13:10:55 hbrinkm 1.14.194.1: #i26762#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [eec7b36a392ab850003d27f4bf4b62265e19c991]

        INTEGRATION: CWS swqbugfixes03 (1.18.28); FILE MERGED 2004/06/21 11:17:31 od 1.18.28.2: RESYNC: (1.18-1.19); FILE MERGED 2004/06/18 08:40:35 hbrinkm 1.18.28.1: #i30312#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [5beabbe02725901ecbce47f6c7228407b201bcda]

        INTEGRATION: CWS swqbugfixes03 (1.12.242); FILE MERGED 2004/06/16 13:10:55 hbrinkm 1.12.242.1: #i26762#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d46795e171f434c06754cf3a6f308725621fb63e]

        INTEGRATION: CWS swqbugfixes03 (1.9.28); FILE MERGED 2004/06/18 12:54:37 hbrinkm 1.9.28.2: #i30295# 2004/06/18 12:05:00 hbrinkm 1.9.28.1: #i30295#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d8d1ee7b4a78e359f139050cff67221181cf9856]

        INTEGRATION: CWS swqbugfixes03 (1.15.120); FILE MERGED 2004/06/18 08:12:11 hbrinkm 1.15.120.1: #i30312#

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2e16c0d986174ed14424c46c136086819f17a1b3]

        INTEGRATION: CWS swqbugfixes03 (1.23.28); FILE MERGED 2004/06/21 11:09:13 od 1.23.28.2: RESYNC: (1.23-1.25); FILE MERGED 2004/06/16 09:54:37 hbrinkm 1.23.28.1: #i30310

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [9167b53c6815c578673aa22c3627ca0ec008f2be]

        INTEGRATION: CWS rangename (1.63.32); FILE MERGED 2004/06/18 18:47:57 nn 1.63.32.1: #i28236# allow creation of names using the name box

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f5b3f64827509348a9f1407cc1f41408165c0a55]

        INTEGRATION: CWS rangename (1.52.70); FILE MERGED 2004/06/18 18:47:56 nn 1.52.70.1: #i28236# allow creation of names using the name box

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [1249f18d4985838b4b04c71bff457480372f4886]

        INTEGRATION: CWS rangename (1.13.344); FILE MERGED 2004/06/18 18:48:10 nn 1.13.344.1: #i28236# allow creation of names using the name box

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2fd1a4edb59056855769227c5f3516196dcb7ac3]

        INTEGRATION: CWS rangename (1.39.24); FILE MERGED 2004/06/18 18:48:52 nn 1.39.24.1: #i28236# allow creation of names using the name box

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a1c0221553936de95102a7aa22d0bf5190d1c535]

        INTEGRATION: CWS rangename (1.7.72); FILE MERGED 2004/06/18 18:47:06 nn 1.7.72.1: #i28236# allow creation of names using the name box

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [398ffd14d3789c2faa1953822fddf31a6af2eeb0]

        INTEGRATION: CWS scp2officecfg (1.31.4); FILE MERGED 2004/06/17 12:36:25 jb 1.31.4.3: RESYNC: (1.31-1.32); FILE MERGED 2004/06/17 09:35:40 jb 1.31.4.2: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements 2004/05/18 15:58:56 jb 1.31.4.1: #i25937# New InstalledLocales handling to replace ooSetupLocales

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c6d871836c2b00673897d25fc39e2e3ddd46e126]

        INTEGRATION: CWS scp2officecfg (1.5.248); FILE MERGED 2004/05/18 16:05:52 jb 1.5.248.1: #i29185# Simplified parameter passing for package name

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [347003b021d45e397e8778a76b6ef00450b40838]

        INTEGRATION: CWS scp2officecfg (1.7.306); FILE MERGED 2004/06/17 09:40:49 jb 1.7.306.1: #i18588# Include documentation into delivered schemas

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b912e9319b150dbe3d497eb5024694ac704f7b65]

        INTEGRATION: CWS scp2officecfg (1.24.92); FILE MERGED 2004/07/05 09:30:45 jb 1.24.92.5: RESYNC: (1.24-1.25); FILE MERGED 2004/06/17 09:39:01 jb 1.24.92.4: Stop generating .properties files from schema documentation items 2004/06/11 09:26:06 jb 1.24.92.3: #i25937# Use placeholder that works on all platforms; adjust argument quoting to work for windows also 2004/06/07 18:45:11 jb 1.24.92.2: #i25937# Remove leftovers from generated Langpack xcu files: drop DOCTYPE declaration in template; strip license comment while processing 2004/05/18 15:38:58 jb 1.24.92.1: #i29185#,#i25937# Add rules to build module files Add rules to build special language pack registration module files Change all rules to build from local source files in each directory, using $(PACKAGE) and $(PACKAGEDIR).

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f65a0428809efee050fe692e7cf214fabd203696]

        INTEGRATION: CWS scp2officecfg (1.3.212); FILE MERGED 2004/06/10 13:29:47 jb 1.3.212.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/18 16:05:09 jb 1.3.212.1: #i25937# Add support for installation modules to source format

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e08376d8723b85e84714270e49552d3b745f80e4]

        INTEGRATION: CWS scp2officecfg (1.7.212); FILE MERGED 2004/06/10 13:29:35 jb 1.7.212.2: RESYNC: (1.7-1.8); FILE MERGED Reconciled module-aware merging and correct resolution of imported templates. 2004/05/18 16:05:09 jb 1.7.212.1: #i25937# Add support for installation modules to source format

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [fb2ef8b6e2afd06656f1bc3b7305fdd6439e1f6e]

        INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDED 2004/05/18 15:43:58 jb 1.1.2.1: #i29185# Add local makefiles in each source directory

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [9623f37fdceceb8bda1d8cf1e20aed7f6923bfb7]

        INTEGRATION: CWS scp2officecfg (1.15.92); FILE MERGED 2004/06/17 09:36:23 jb 1.15.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a5f942581e8854509f9f375f5614a2e4225f9dd0]

        INTEGRATION: CWS scp2officecfg (1.15.92); FILE MERGED 2004/06/17 09:36:22 jb 1.15.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [28d3ad261e637d490ea6b1c40e1ac5aa4b36867b]

        INTEGRATION: CWS scp2officecfg (1.15.92); FILE MERGED 2004/06/17 09:36:21 jb 1.15.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ec28ea0be59e3e492ceebe61b2526f370ccc0b8a]

        INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDED 2004/05/18 15:43:46 jb 1.1.2.1: #i29185# Add local makefiles in each source directory

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [1a4718a430a602512f0f624ec3e7bc5189d608ce]

        INTEGRATION: CWS scp2officecfg (1.3.20); FILE MERGED 2004/06/17 09:36:20 jb 1.3.20.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [5d2d641aa738bad0a696aa5b80c328250af5871d]

        INTEGRATION: CWS scp2officecfg (1.2.82); FILE MERGED 2004/06/17 09:36:20 jb 1.2.82.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6cd254379082bacf9a166d228aeceeae7353628c]

        INTEGRATION: CWS scp2officecfg (1.3.20); FILE MERGED 2004/06/17 09:36:19 jb 1.3.20.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [813688fa4f771a4f7ab7e3c5550c2686623273a7]

        INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDED 2004/05/18 15:43:34 jb 1.1.2.1: #i29185# Add local makefiles in each source directory

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e5962b7a2b4d938f0805cb2bf3a311b91d1eb281]

        INTEGRATION: CWS scp2officecfg (1.3.14); FILE MERGED 2004/06/17 09:36:18 jb 1.3.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [35d4c2c77f02ff54227ac375eaa529f405d95b0e]

        INTEGRATION: CWS scp2officecfg (1.3.14); FILE MERGED 2004/06/17 09:36:17 jb 1.3.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [bc51e312934531f804c3f32ec8a5e98b35eea5ef]

        INTEGRATION: CWS scp2officecfg (1.3.14); FILE MERGED 2004/06/17 09:36:16 jb 1.3.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [5a1271121a906b8a1939e54c6dc9b2047f9f6e45]

        INTEGRATION: CWS scp2officecfg (1.3.14); FILE MERGED 2004/06/17 09:36:15 jb 1.3.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [74f495c2e359a0090433f001ca87ef07ae2946a1]

        INTEGRATION: CWS scp2officecfg (1.3.14); FILE MERGED 2004/06/17 09:36:14 jb 1.3.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [30a3cf8453a7ea78ea0897871afbc0de15c3ad4a]

        INTEGRATION: CWS scp2officecfg (1.3.14); FILE MERGED 2004/06/17 09:36:13 jb 1.3.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [801d79c97d8e8ab9f10473b81bd8bb472e2b230a]

        INTEGRATION: CWS scp2officecfg (1.3.14); FILE MERGED 2004/06/17 09:36:12 jb 1.3.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2bf24b0a228519644f6fabbada4929a33a38955d]

        INTEGRATION: CWS scp2officecfg (1.3.14); FILE MERGED 2004/06/17 09:36:11 jb 1.3.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7c8faea9ba3495e0c29776cd01d53f5220304364]

        INTEGRATION: CWS scp2officecfg (1.3.14); FILE MERGED 2004/06/17 09:36:10 jb 1.3.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [1afb8565036f109da835ac757c5bc453dd7434a9]

        INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDED 2004/06/10 15:47:16 jb 1.1.2.2: RESYNC: Migrate change from officecfg/registry/schema/makefile.mk 2004/05/18 15:43:22 jb 1.1.2.1: #i29185# Add local makefiles in each source directory

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [329d425df8681239fc1177a16da32c06cf09c9e7]

        INTEGRATION: CWS scp2officecfg (1.17.14); FILE MERGED 2004/06/17 09:36:08 jb 1.17.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ddef0231e11d00d1dd376bc32b68db93536bdbe9]

        INTEGRATION: CWS scp2officecfg (1.28.24); FILE MERGED 2004/06/17 09:36:02 jb 1.28.24.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f340c9dabe29e624c8239cedfc1bc051226f35ec]

        INTEGRATION: CWS scp2officecfg (1.2.26); FILE MERGED 2004/06/17 09:36:02 jb 1.2.26.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a7ba513edb260c46dcfe86cbd1298e93e0d097ed]

        INTEGRATION: CWS scp2officecfg (1.12.92); FILE MERGED 2004/06/17 09:36:01 jb 1.12.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [25eae050463ee86abddcbd36cbda838a2be71703]

        INTEGRATION: CWS scp2officecfg (1.21.92); FILE MERGED 2004/06/17 09:35:59 jb 1.21.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [75b7cb6104995c48f9f8ca9f9babc3d260e86988]

        INTEGRATION: CWS scp2officecfg (1.16.4); FILE MERGED 2004/06/17 09:35:59 jb 1.16.4.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [fa25cc5513f6146734fbcfe6f1173a257c9d2cb1]

        INTEGRATION: CWS scp2officecfg (1.10.92); FILE MERGED 2004/06/17 09:35:59 jb 1.10.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [388c13fa1e4b4e2ec89c2c75ca165f77f054e85b]

        INTEGRATION: CWS scp2officecfg (1.8.92); FILE MERGED 2004/06/17 09:35:58 jb 1.8.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ed74d2ac2b6293cf0e4e7b19543ee0160c0bd0cd]

        INTEGRATION: CWS scp2officecfg (1.4.14); FILE MERGED 2004/06/17 09:35:58 jb 1.4.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a9e2785becf2b7838101a6ebdd5db0b8db49d92d]

        INTEGRATION: CWS scp2officecfg (1.13.92); FILE MERGED 2004/06/17 09:35:58 jb 1.13.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a13850f5aa202a83d293f3a59e8fc75f3100e7c5]

        INTEGRATION: CWS scp2officecfg (1.13.92); FILE MERGED 2004/06/17 09:35:57 jb 1.13.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [4085905b9b1eea7d07ba7b5f18b9040b1d3db04b]

        INTEGRATION: CWS scp2officecfg (1.13.92); FILE MERGED 2004/06/17 09:35:55 jb 1.13.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [29e550b5f299744ecb3d1fe2658edabe9e1200ba]

        INTEGRATION: CWS scp2officecfg (1.14.14); FILE MERGED 2004/06/17 09:35:55 jb 1.14.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f9eea12021be0d6a1604bff2c33d199f1227659a]

        INTEGRATION: CWS scp2officecfg (1.11.92); FILE MERGED 2004/06/17 09:35:54 jb 1.11.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ba8335010633d8d7d7e8f94a46e440228aa2bd84]

        INTEGRATION: CWS scp2officecfg (1.14.92); FILE MERGED 2004/06/17 09:35:54 jb 1.14.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c790025e93e05643a7e0c8d0fbdab481243f8429]

        INTEGRATION: CWS scp2officecfg (1.15.92); FILE MERGED 2004/06/17 09:35:53 jb 1.15.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f67a5987e340cdd88755b2124c55e13eccbf6885]

        INTEGRATION: CWS scp2officecfg (1.19.92); FILE MERGED 2004/06/17 09:35:52 jb 1.19.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [16a980bc99953c695109b8b862718ffefabfbe6e]

        INTEGRATION: CWS scp2officecfg (1.16.92); FILE MERGED 2004/06/17 09:35:51 jb 1.16.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [4510b628b2c60712b39a7b378ecedc3d2ab07aad]

        INTEGRATION: CWS scp2officecfg (1.24.38); FILE MERGED 2004/06/17 09:35:49 jb 1.24.38.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c03ad7c7459de7b86d61c8a36b76974ea1552c15]

        INTEGRATION: CWS scp2officecfg (1.7.38); FILE MERGED 2004/06/17 09:35:49 jb 1.7.38.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [4eb8205bb7b21e678183d8a25acd40e9420912fc]

        INTEGRATION: CWS scp2officecfg (1.88.20); FILE MERGED 2004/07/05 09:30:34 jb 1.88.20.4: RESYNC: (1.90-1.91); FILE MERGED 2004/06/17 09:35:45 jb 1.88.20.3: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements 2004/06/10 13:28:37 jb 1.88.20.2: RESYNC: (1.88-1.90); FILE MERGED 2004/06/07 18:42:22 jb 1.88.20.1: #i25937# Change defaults of CJK settings to false (as they are typically off except in a CJK locale)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e4c2159fe8cfdfbc8944f83e9f5ac6f917c791f9]

        INTEGRATION: CWS scp2officecfg (1.13.92); FILE MERGED 2004/06/17 09:35:45 jb 1.13.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [8fead3df63e262d27710e045731b57aba46a5c82]

        INTEGRATION: CWS scp2officecfg (1.16.92); FILE MERGED 2004/06/17 09:35:43 jb 1.16.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [26827a8b00effc669b860a99bf57e66d6ade81be]

        INTEGRATION: CWS scp2officecfg (1.10.92); FILE MERGED 2004/06/17 09:35:42 jb 1.10.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6c3781110061a684a116100b4e2d83513c49f91a]

        INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDED 2004/05/18 15:43:10 jb 1.1.2.1: #i29185# Add local makefiles in each source directory

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [748936169ccf819bd8e027e13b449898877285b9]

        INTEGRATION: CWS scp2officecfg (1.15.92); FILE MERGED 2004/06/17 09:35:41 jb 1.15.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b964f462a961f7704e41bdb88c281795b0b3cb8c]

        INTEGRATION: CWS scp2officecfg (1.14.92); FILE MERGED 2004/06/17 09:35:40 jb 1.14.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [9f93c1ab0eda735f994e47646a5f6a2cde664a89]

        INTEGRATION: CWS scp2officecfg (1.16.92); FILE MERGED 2004/06/17 09:35:39 jb 1.16.92.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [654a614ea6d89aba4c31e1997821eb776cac079b]

        INTEGRATION: CWS scp2officecfg (1.16.56); FILE MERGED 2004/05/18 15:54:32 jb 1.16.56.1: #i29185# Move building from the package root directories to the individual package directories

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f847919236b7c6c7ec7f8f240f7cc412cb90683b]

        INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDED 2004/05/18 15:42:48 jb 1.1.2.1: #i29185# Add local makefiles in each source directory

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a170253a744ce0b9adda3aa07bf8c520e9e26423]

        INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDED 2004/05/18 15:42:35 jb 1.1.2.1: #i29185# Add local makefiles in each source directory

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [02c2ebca2a6d133c9c749b4d31e065a018535768]

        INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDED 2004/06/10 15:46:38 jb 1.1.2.4: RESYNC: Migrate change from officecfg/registry/data/makefile.mk 2004/06/08 13:23:36 jb 1.1.2.3: #i25937# Separate module for DicOOo installation. Add python scripting intagration 2004/06/07 18:46:25 jb 1.1.2.2: #i25937# Add module settings (migrated from scp2) to xcu source files 2004/05/18 15:42:23 jb 1.1.2.1: #i29185# Add local makefiles in each source directory

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e841ae59aefa06b93ff189982f703aae4533db29]

        INTEGRATION: CWS scp2officecfg (1.11.92); FILE MERGED 2004/06/10 13:27:29 jb 1.11.92.2: RESYNC: (1.11-1.12); FILE MERGED 2004/06/07 18:46:25 jb 1.11.92.1: #i25937# Add module settings (migrated from scp2) to xcu source files

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [61c5a7af5fe9af7a0df8015f37347780d5fb8a8a]

        INTEGRATION: CWS scp2officecfg (1.4.20); FILE MERGED 2004/06/08 13:23:36 jb 1.4.20.1: #i25937# Separate module for DicOOo installation. Add python scripting intagration

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e9f10288e0e5f2519ff3da1e2de2c20a99fd9779]

        INTEGRATION: CWS scp2officecfg (1.14.78); FILE MERGED 2004/07/05 09:30:53 jb 1.14.78.6: RESYNC: (1.15-1.16); FILE MERGED Also added FontOOo wizard entry from obsolete scp2/source/writer/configurationitem_writer.* files. 2004/06/23 13:27:50 jb 1.14.78.5: #i19043# Added x-no-translate marker to items that should be localized, but not via translation 2004/06/10 16:02:40 jb 1.14.78.4: RESYNC: Migrate change from scp2/source/writer/configurationitem_writer.scp (1.4-1.5) 2004/06/10 13:26:47 jb 1.14.78.3: RESYNC: (1.14-1.15); FILE MERGED 2004/06/08 13:23:36 jb 1.14.78.2: #i25937# Separate module for DicOOo installation. Add python scripting intagration 2004/06/07 18:46:25 jb 1.14.78.1: #i25937# Add module settings (migrated from scp2) to xcu source files

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7a8e4ce1afbdb3d2ff2ad4efa6efa926e6fc0fe8]

        INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDED 2004/07/05 09:54:43 jb 1.1.2.3: RESYNC: Merge alllangext -> alllangiso transition from registry/data/makefile.mk 2004/06/07 18:46:24 jb 1.1.2.2: #i25937# Add module settings (migrated from scp2) to xcu source files 2004/05/18 15:42:59 jb 1.1.2.1: #i29185# Add local makefiles in each source directory

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [3f8949bce87b15b9061450d881462917f7525263]

        INTEGRATION: CWS scp2officecfg (1.6.98); FILE MERGED 2004/06/07 18:46:24 jb 1.6.98.1: #i25937# Add module settings (migrated from scp2) to xcu source files

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [826032dffca921e9c256143a591ae3d138242eb9]

        INTEGRATION: CWS scp2officecfg (1.1.2); FILE ADDED 2004/06/11 09:26:05 jb 1.1.2.3: #i25937# Use placeholder that works on all platforms; adjust argument quoting to work for windows also 2004/06/07 18:45:11 jb 1.1.2.2: #i25937# Remove leftovers from generated Langpack xcu files: drop DOCTYPE declaration in template; strip license comment while processing 2004/05/18 15:52:40 jb 1.1.2.1: #i25937# New InstalledLocales handling to replace ooSetupLocales

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2de8ec828f56ee1836574e4426ab0d846e90ee91]

        INTEGRATION: CWS scp2officecfg (1.5.112); FILE MERGED 2004/06/07 18:46:23 jb 1.5.112.1: #i25937# Add module settings (migrated from scp2) to xcu source files

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [18b9e29e1330ee82b196c71841d657ca2de05365]

        INTEGRATION: CWS scp2officecfg (1.4.212); FILE MERGED 2004/05/18 16:04:02 jb 1.4.212.1: #i25937# Add support for installation modules to source format

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [1638615bd0c32f8572ce72c1694aa8d29429f9bb]

        INTEGRATION: CWS scp2officecfg (1.4.248); FILE MERGED 2004/05/18 16:03:23 jb 1.4.248.1: #i25937# Cleanup schema to match current capabilities

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ea2ebeb035bc50160e28b25836c34d544501bb79]

        INTEGRATION: CWS scp2officecfg (1.35.14); FILE MERGED 2004/05/18 15:56:13 jb 1.35.14.1: #i25937# Add support for spooled module files

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c2660b1ec4edb3c18213fff0fba619d69639088f]

        INTEGRATION: CWS scp2officecfg (1.10.58); FILE MERGED 2004/05/18 15:54:32 jb 1.10.58.1: #i29185# Move building from the package root directories to the individual package directories

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [bfc37bf5b54bc0feaddbdd24ad59514dd49d1a67]

        INTEGRATION: CWS scp2officecfg (1.4.14); FILE MERGED 2004/06/09 14:11:52 jb 1.4.14.1: #i25937# Remove support for ConfigurationItem

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b6253bb90b63ca2cfde5f366153892b691a713e3]

        INTEGRATION: CWS scp2officecfg (1.3.2); FILE MERGED 2004/06/22 13:59:05 jb 1.3.2.1: #i25937# Prevent infinite recursion in try_create_directory, if the directory exists ...

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e53a54a1f0e90e38948978c71c5990a9c4a303aa]

        INTEGRATION: CWS scp2officecfg (1.2.14); FILE MERGED 2004/06/17 12:02:41 jb 1.2.14.3: RESYNC: (1.2-1.3); FILE MERGED 2004/06/08 14:38:26 jb 1.2.14.2: #i25937# Remove transliteration (which is unsupported in current perl) 2004/05/25 11:53:56 jb 1.2.14.1: #i26937# Cleanup conversion: add support for ISO8859-1 + proper separatoers for lists

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c0153055cba328517dffb87808ae263933c1593a]

        INTEGRATION: CWS scp2officecfg (1.13.4); FILE MERGED 2004/06/16 14:30:17 jb 1.13.4.1: #116392# Change timestamps for local backend to take into account file size in addition to time, so that different files that happen to have the same modification time (e.g. explicitly set by setup) are recognized as different

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [5bd106db642b986f3f80c6a73e208efa3f56ad4e]

        INTEGRATION: CWS scp2officecfg (1.26.4); FILE MERGED 2004/06/08 14:31:54 jb 1.26.4.1: #i25937# Reorganize local backends to separate fixed default data from localizations, so that module configuration can be installed

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e842bb9e49912eae54183678111a2e4c0a245565]

        INTEGRATION: CWS scp2officecfg (1.2.4); FILE MERGED 2004/06/08 14:31:56 jb 1.2.4.1: #i25937# Reorganize local backends to separate fixed default data from localizations, so that module configuration can be installed

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a0263a1ca2a4b42a0e17008c12058408e2963bcb]

        INTEGRATION: CWS scp2officecfg (1.2.4); FILE MERGED 2004/06/09 18:17:42 jb 1.2.4.2: #i25937# Correct missing (but unreachable) return in getUpdatableLayer of readonly strata - required by MSVC 2004/06/08 14:31:56 jb 1.2.4.1: #i25937# Reorganize local backends to separate fixed default data from localizations, so that module configuration can be installed

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [354fb896e366df1743ab8aba03a2cc4d701b075d]

        INTEGRATION: CWS scp2officecfg (1.17.4); FILE MERGED 2004/06/16 14:30:17 jb 1.17.4.2: #116392# Change timestamps for local backend to take into account file size in addition to time, so that different files that happen to have the same modification time (e.g. explicitly set by setup) are recognized as different 2004/06/08 14:31:55 jb 1.17.4.1: #i25937# Reorganize local backends to separate fixed default data from localizations, so that module configuration can be installed

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [89fd8553a2e41b5d76cba6f73dce1927f5578a14]

        INTEGRATION: CWS scp2officecfg (1.8.90); FILE MERGED 2004/06/08 14:31:55 jb 1.8.90.1: #i25937# Reorganize local backends to separate fixed default data from localizations, so that module configuration can be installed

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [dddf07eabd62ea875483d31f5b9841a313a5852b]

        INTEGRATION: CWS scp2officecfg (1.9.4); FILE MERGED 2004/06/16 14:30:16 jb 1.9.4.2: #116392# Change timestamps for local backend to take into account file size in addition to time, so that different files that happen to have the same modification time (e.g. explicitly set by setup) are recognized as different 2004/06/08 14:31:55 jb 1.9.4.1: #i25937# Reorganize local backends to separate fixed default data from localizations, so that module configuration can be installed

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [583bb4821eb4f2eea41e188bcf3c75ce3d88cc1b]

        INTEGRATION: CWS scp2officecfg (1.9.90); FILE MERGED 2004/06/16 14:30:16 jb 1.9.90.1: #116392# Change timestamps for local backend to take into account file size in addition to time, so that different files that happen to have the same modification time (e.g. explicitly set by setup) are recognized as different

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [ec81c1dbc9dc7017cb77d4cde8a7699e20406880]

        INTEGRATION: CWS scp2officecfg (1.15.4); FILE MERGED 2004/06/08 14:31:54 jb 1.15.4.1: #i25937# Reorganize local backends to separate fixed default data from localizations, so that module configuration can be installed

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f5de7fe6abe473d9a97fa0daa18ce443483b90dc]

        INTEGRATION: CWS scp2officecfg (1.3.26); FILE MERGED 2004/06/10 09:40:55 jb 1.3.26.1: #i25937# Remove spurious assertion from layers without timestamp support

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c50f458d6205ccf53e7f02396ad334f386bb3bad]

        INTEGRATION: CWS scp2officecfg (1.4.32); FILE MERGED 2004/06/17 12:36:02 jb 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2004/06/09 13:27:35 jb 1.4.32.1: #i25937# Remove all configurationitems (replaced with xcu particle files)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7e99d54adb59ab90f44dea25a844cfb9366e6358]

        INTEGRATION: CWS scp2officecfg (1.2.54); FILE MERGED 2004/06/10 12:37:27 jb 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/08 13:15:37 jb 1.2.54.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b02f78e1aab73be5b8eeefabd486840a3ab33fb0]

        INTEGRATION: CWS scp2officecfg (1.2.50); FILE MERGED 2004/07/05 08:01:19 jb 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/09 13:27:34 jb 1.2.50.1: #i25937# Remove all configurationitems (replaced with xcu particle files)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [106a372bd5e3a7e5499a7e690163ebe6b8d564fd]

        INTEGRATION: CWS scp2officecfg (1.2.54); FILE MERGED 2004/06/17 12:35:36 jb 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/08 13:15:37 jb 1.2.54.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [769195fc13ae585f3f2acb59f0bd763f11430179]

        INTEGRATION: CWS scp2officecfg (1.3.50); FILE MERGED 2004/06/17 12:34:32 jb 1.3.50.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/08 13:15:36 jb 1.3.50.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [5e140a83f2ea3a521e940a09a04966a6cdbc7804]

        INTEGRATION: CWS scp2officecfg (1.3.50); FILE MERGED 2004/06/09 13:27:34 jb 1.3.50.1: #i25937# Remove all configurationitems (replaced with xcu particle files)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d738807e2b342494521470c03681a5b568329d54]

        INTEGRATION: CWS scp2officecfg (1.2.68); FILE MERGED 2004/06/17 12:34:22 jb 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/08 13:15:36 jb 1.2.68.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6df4efdbe3c89e2d3925ecc919581b4c90a9c7d6]

        INTEGRATION: CWS scp2officecfg (1.1.68); FILE MERGED 2004/06/18 12:02:17 jb 1.1.68.5: #i25937# The attempted (partial) fix for #30340# does not work in the build environment. LD_LIBRARY_PATH needs to be (re)set by a wrapper script to prevent libraries to be loaded from solver during setup. 2004/06/17 14:15:37 jb 1.1.68.4: #i25937#,#i30340# Eliminate the start script for configimport to prevent repeating #i30340#. 2004/06/17 12:34:13 jb 1.1.68.3: RESYNC: (1.3-1.6); FILE MERGED 2004/06/10 12:37:04 jb 1.1.68.2: RESYNC: (1.1-1.3); FILE MERGED 2004/06/08 15:32:35 jb 1.1.68.1: #i25937# Add configimport for postinstall

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [cb604b0d1499e19fd81e177e4e8e81204408f13c]

        INTEGRATION: CWS scp2officecfg (1.6.12); FILE MERGED 2004/06/17 12:33:51 jb 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/08 15:32:36 jb 1.6.12.1: #i25937# Add configimport for postinstall

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [0d4c82ae3b055cd192f921bc9bd77c6642e441cb]

        INTEGRATION: CWS scp2officecfg (1.2.48); FILE MERGED 2004/07/05 08:26:37 jb 1.2.48.4: RESYNC: (1.4-1.5); FILE MERGED 2004/06/17 12:33:34 jb 1.2.48.3: RESYNC: (1.3-1.4); FILE MERGED 2004/06/10 12:36:51 jb 1.2.48.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/09 13:27:34 jb 1.2.48.1: #i25937# Remove all configurationitems (replaced with xcu particle files)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [190d6a02760c5f81bdfa1b5d310571fcb2c48df6]

        INTEGRATION: CWS scp2officecfg (1.9.4); FILE MERGED 2004/06/17 12:32:38 jb 1.9.4.5: RESYNC: (1.15-1.20); FILE MERGED 2004/06/10 12:36:28 jb 1.9.4.4: RESYNC: (1.9-1.15); FILE MERGED 2004/06/09 15:10:35 jb 1.9.4.3: #i25937# Correct wrong prefix for Langpack- xcu particles 2004/06/08 15:32:35 jb 1.9.4.2: #i25937# Add configimport for postinstall 2004/06/08 13:15:35 jb 1.9.4.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [a9532e04e7881e1db3df53d580151b827998db4f]

        INTEGRATION: CWS scp2officecfg (1.5.10); FILE MERGED 2004/06/10 12:35:47 jb 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/08 13:15:35 jb 1.5.10.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [734a7abc80578ba64a74d48a5d2f0c4a8d619a8c]

        INTEGRATION: CWS scp2officecfg (1.3.4); FILE MERGED 2004/06/08 13:15:35 jb 1.3.4.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [dbc5fff60644377067da9412e55833b1a40e723b]

        INTEGRATION: CWS scp2officecfg (1.2.50); FILE MERGED 2004/07/05 08:01:10 jb 1.2.50.3: RESYNC: (1.3-1.4); FILE MERGED 2004/06/17 12:31:52 jb 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/09 13:27:33 jb 1.2.50.1: #i25937# Remove all configurationitems (replaced with xcu particle files)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [0088e54c3f5110d96fb4c36abe7cf81dc8f924df]

        INTEGRATION: CWS scp2officecfg (1.3.4); FILE MERGED 2004/06/17 12:31:33 jb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/08 13:15:34 jb 1.3.4.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7d1a8358398c66a094e3ee9915be4bd043747294]

        INTEGRATION: CWS scp2officecfg (1.2.54); FILE MERGED 2004/06/08 13:15:33 jb 1.2.54.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [92bc0db2f8c8fb2437a69117a019c5db36b56917]

        INTEGRATION: CWS scp2officecfg (1.2.50); FILE MERGED 2004/07/05 08:01:02 jb 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/09 13:27:33 jb 1.2.50.1: #i25937# Remove all configurationitems (replaced with xcu particle files)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6210e8e00df3b3bfb87f4dded4182d597b810a05]

        INTEGRATION: CWS scp2officecfg (1.2.54); FILE MERGED 2004/06/17 12:30:19 jb 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/08 13:15:33 jb 1.2.54.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [52cf0a27fdc3971cfed438816f8e7c174c338ab8]

        INTEGRATION: CWS scp2officecfg (1.2.54); FILE MERGED 2004/06/08 13:15:32 jb 1.2.54.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f8fa5fd916da2dad94a09d93822502fadff3b83e]

        INTEGRATION: CWS scp2officecfg (1.2.50); FILE MERGED 2004/07/05 08:00:52 jb 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/09 13:27:32 jb 1.2.50.1: #i25937# Remove all configurationitems (replaced with xcu particle files)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [abeb335cacf83ac9c0cba5a9332a19de4c2053a1]

        INTEGRATION: CWS scp2officecfg (1.2.54); FILE MERGED 2004/06/17 12:29:59 jb 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/08 13:15:32 jb 1.2.54.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fa7b8c9020d751f7756f32de6d83bede4c0d1340]

        #i10000# fix errorhandling of zip dependencies

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7c211a5c9ca1c255d46ae935ef18d69d87bcb49b]

        INTEGRATION: CWS scp2officecfg (1.4.4); FILE MERGED 2004/06/08 13:15:30 jb 1.4.4.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [35e67b937940437a93659a2dafb9925245551041]

        INTEGRATION: CWS scp2officecfg (1.2.50); FILE MERGED 2004/07/05 08:00:43 jb 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/09 13:27:32 jb 1.2.50.1: #i25937# Remove all configurationitems (replaced with xcu particle files)

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [98cc42c3c7bd06448517f56a342cfb0ae0cdc199]

        INTEGRATION: CWS scp2officecfg (1.3.2); FILE MERGED 2004/06/17 12:29:38 jb 1.3.2.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/10 12:35:22 jb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/08 13:15:30 jb 1.3.2.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [46343ee0ca19cf4383178756c1394630b8542976]

        INTEGRATION: CWS scp2officecfg (1.4.10); FILE MERGED 2004/06/08 13:15:29 jb 1.4.10.1: #i25937# Move configuration data to officecfg particle xcu files; install particle files for spooling

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e94647cacfe5fa3942784195dae82d87259593e1]

        INTEGRATION: CWS scp2officecfg (1.2.2); FILE MERGED 2004/06/18 08:08:48 jb 1.2.2.1: #i29645# Add mising variables to openoffice.lst

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f40a95a249d4a04867fac48a82f5f9f29fa1317d]

        INTEGRATION: CWS scp2officecfg (1.3.66); FILE MERGED 2004/05/18 15:59:42 jb 1.3.66.1: #i25937# New InstalledLocales handling to replace ooSetupLocales

2004-07-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3e43c94ac9e3ab212caa08d72d5e6e33d0b4cacc]

        #i10000# merge error

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [691d569fc40773bd42312c729e99020c708f98e5]

        INTEGRATION: CWS indephome (1.5.24); FILE MERGED 2004/06/11 00:30:44 kso 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2004/06/04 11:44:30 kso 1.5.24.1: #i29837# - create directory <inst>/program/plugin instead of <inst>/user/plugin

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [82aee3e5e81deaa47c68b2abe0f2d5c3c1b54b1f]

        INTEGRATION: CWS indephome (1.17.116); FILE MERGED 2004/05/27 12:56:37 kso 1.17.116.1: #116677# - Multithreading issues.

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [6e028851a468a31aba7c18a4c7994b55407941f6]

        INTEGRATION: CWS indephome (1.43.18); FILE MERGED 2004/05/27 12:56:37 kso 1.43.18.1: #116677# - Multithreading issues.

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [5d7a2a7b49b9b7f5ecb67024abac2b49ebcb1fb4]

        INTEGRATION: CWS indephome (1.31.36); FILE MERGED 2004/05/26 14:40:57 kso 1.31.36.1: #i29518# - Office/ooSetupInstCompleted no longer deprecated.

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [7e32d1335e392344625e616fd72830c4c9d42314]

        INTEGRATION: CWS indephome (1.2.18); FILE MERGED 2004/06/11 08:53:47 kso 1.2.18.3: Syntax. Issue number: Submitted by: Reviewed by: 2004/06/11 00:28:27 kso 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/27 12:57:34 kso 1.2.18.1: #116171# - Multithreading issues. Issue number: Submitted by: Reviewed by:

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [bc6f9f4e09a41ef9db73141e447270d7e0393ccb]

        INTEGRATION: CWS indephome (1.3.4); FILE MERGED 2004/06/11 08:53:47 kso 1.3.4.3: Syntax. Issue number: Submitted by: Reviewed by: 2004/06/11 00:28:19 kso 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/27 12:57:34 kso 1.3.4.1: #116171# - Multithreading issues. Issue number: Submitted by: Reviewed by:

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [0c123d73290d51d6a81fbe0f369d396c29816a55]

        INTEGRATION: CWS indephome (1.17.8); FILE MERGED 2004/06/16 15:06:28 kso 1.17.8.1: #i300339# - Fixed generateErrorArguments() regression.

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [3f907306d88c76923adafc2c59ff39f5adeadf76]

        INTEGRATION: CWS indephome (1.5.10); FILE MERGED 2004/06/14 08:50:46 kso 1.5.10.3: #i29523# - adapt logic to changes done in m42. 2004/06/10 20:26:27 kso 1.5.10.2: RESYNC: (1.5-1.7); FILE MERGED 2004/05/26 14:35:39 kso 1.5.10.1: #i29518# #i29523# - readme and license files no longer copied from base                     to user installation.

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [f9cb15bc94d5fa715eca41646cb7b136a123a052]

        INTEGRATION: CWS indephome (1.3.64); FILE MERGED 2004/06/04 11:42:08 kso 1.3.64.1: #i29834# - addin,plugin,filter paths no longer appear in dialog

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [16e17b5de7ee56d1215b140077aa80d9bf0f7601]

        INTEGRATION: CWS indephome (1.90.16); FILE MERGED 2004/06/04 11:46:37 kso 1.90.16.1: #i29837# - changed default for 'plugin' path from <userinst>/plugin to            <baseinst>/program/plugin

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [48327e5b7d21af8300556382686a5b53db9717b1]

        INTEGRATION: CWS indephome (1.53.176); FILE MERGED 2004/06/03 07:49:00 kso 1.53.176.1: #i29764# - No longer needs to set locale for template component (done by component itself now)

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [9a4b9290228ada9f9ed08e84f946a679c864f1bb]

        INTEGRATION: CWS indephome (1.17.38); FILE MERGED 2004/06/16 15:07:58 kso 1.17.38.1: #i30339# - Does no longer write absolute paths to user/basee installation;            uses macros instead.

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [57c633be559e2c7d822111bfeb36ab40b8643903]

        INTEGRATION: CWS indephome (1.2.12); FILE MERGED 2004/05/28 10:59:38 kso 1.2.12.1: #i21151# - URLs must be made canonical before string-comparing them. Issue number: Submitted by: Reviewed by:

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [c15b8c72887b94ecd74d826c7ccc9f9414b57dea]

        INTEGRATION: CWS indephome (1.3.512); FILE MERGED 2004/06/03 07:54:27 kso 1.3.512.1: #i29764# - #define LOCALE ... caused problems, renamed to UNOLOCALE.

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [18595a8dd8deab80af400c99a46481f0cd58e5de]

        INTEGRATION: CWS indephome (1.26.26); FILE MERGED 2004/06/03 07:57:43 kso 1.26.26.1: #i29764# - SfxDocTplService_Impl::getDefaultLocale() now obtains locale            using utl::ConfigManager.

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [ead2e77ead8e70acee227ce8e68facf6b625d076]

        INTEGRATION: CWS indephome (1.55.84); FILE MERGED 2004/06/03 07:56:10 kso 1.55.84.1: #i29764# - LOcale now obtained from template component.

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [99b67aea954376e61e59d6a1f3035c7a372f40b3]

        INTEGRATION: CWS vcl22 (1.28.236); FILE MERGED 2004/05/25 13:22:36 pl 1.28.236.1: #i16683# moved system ui fonts check box from accessibility to view tab page

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b731a9c10d11709af53981c79ee6b04157af28e3]

        INTEGRATION: CWS vcl22 (1.189.4); FILE MERGED 2004/05/25 10:50:11 pl 1.189.4.2: #i16683# system font changes 2004/05/24 14:15:25 pl 1.189.4.1: #i16683# system font changes

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e5598f401738e10bc638212b9e4085ed6791681a]

        INTEGRATION: CWS vcl22 (1.49.4); FILE MERGED 2004/05/25 13:16:14 ssa 1.49.4.2: #108244# added ctrl-shift-f6 shortcut string 2004/05/25 10:50:10 pl 1.49.4.1: #i16683# system font changes

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [e6c85471ffb1845ff71577dbc576cd7bedcb8753]

        INTEGRATION: CWS drawres01 (1.2.446); FILE MERGED 2004/06/24 14:55:39 ka 1.2.446.1: #i29976# use unique id's for ImageLists

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [fc93affd5c54131926dfc700013851de95566ba8]

        INTEGRATION: CWS drawres01 (1.14.100); FILE MERGED 2004/06/24 14:06:51 ka 1.14.100.1: #114422#: watch for NULL pointer

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [7007f5a0a07093d61ef84d04ab353cc525a09924]

        INTEGRATION: CWS drawres01 (1.14.658); FILE MERGED 2004/06/24 14:07:53 ka 1.14.658.1: #116603#: watch for NULL pointer

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f12318057a68e7f9c5be023921bd6d73375e6280]

        INTEGRATION: CWS vcl22 (1.16.10); FILE MERGED 2004/05/18 11:30:57 pl 1.16.10.3: RESYNC: (1.16-1.17); FILE MERGED 2004/05/14 11:55:50 hdu 1.16.10.2: #29154# streamline compare_WithLength more 2004/05/13 17:23:21 hdu 1.16.10.1: #29154# more efficent implementation of extremely oftenly used function

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [22e230981453707ce3a0337e5919d17488807843]

        INTEGRATION: CWS vcl22 (1.7.18); FILE MERGED 2004/05/25 13:22:35 pl 1.7.18.1: #i16683# moved system ui fonts check box from accessibility to view tab page

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [b5c70093ab6eeb54b092c6741f582181862df460]

        INTEGRATION: CWS vcl22 (1.7.20); FILE MERGED 2004/05/25 13:22:35 pl 1.7.20.1: #i16683# moved system ui fonts check box from accessibility to view tab page

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c712f66efeb29258077348c147dcbc39283fb896]

        INTEGRATION: CWS vcl22 (1.7.20); FILE MERGED 2004/05/25 13:22:34 pl 1.7.20.1: #i16683# moved system ui fonts check box from accessibility to view tab page

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c9513e7914c502a950bd5a905b7703ba3c1e3983]

        INTEGRATION: CWS vcl22 (1.9.20); FILE MERGED 2004/05/25 13:22:34 pl 1.9.20.1: #i16683# moved system ui fonts check box from accessibility to view tab page

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [cabb1735057b42249de4937d9b7e2457d404b165]

        INTEGRATION: CWS vcl22 (1.2.208); FILE MERGED 2004/05/25 13:22:34 pl 1.2.208.1: #i16683# moved system ui fonts check box from accessibility to view tab page

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [edc1f072360b9b32c06b6d36c2f8e9bcab3415db]

        INTEGRATION: CWS vcl22 (1.2.208); FILE MERGED 2004/05/25 13:22:33 pl 1.2.208.1: #i16683# moved system ui fonts check box from accessibility to view tab page

2004-07-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6d7b71c5ddd428300bc7242afb6afb2f3afaaa7]

        #i10000#: replace vcsid in cvsroot in case of global config file

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [6d5ce3ac422a2954ae9a46b752d0b1774d1b076d]

        INTEGRATION: CWS vcl22 (1.23.18); FILE MERGED 2004/05/26 10:57:34 pl 1.23.18.1: #i29521# quiet please

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e788a57c7f2afe534bfd15600151efd7315eb102]

        INTEGRATION: CWS vcl22 (1.48.4); FILE MERGED 2004/06/25 18:13:55 pl 1.48.4.1: #i30611# add: fontmatching via fontconfig, removed some warnings

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [801ef844ad761f5cd99440a7272dd7ef47f96e01]

        INTEGRATION: CWS vcl22 (1.4.2); FILE MERGED 2004/06/25 20:47:45 pl 1.4.2.2: #i30611# handle truetype collections correctly 2004/06/25 18:13:55 pl 1.4.2.1: #i30611# add: fontmatching via fontconfig, removed some warnings

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2297069d473c6ff3ba6a613222c20ce01cfecd60]

        INTEGRATION: CWS vcl22 (1.10.18); FILE MERGED 2004/06/25 20:46:46 pl 1.10.18.1: #i30611# do not write cache file if nothing changed

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [cb86c77270fe18e80554350073a2c9118948407a]

        INTEGRATION: CWS vcl22 (1.17.4); FILE MERGED 2004/06/25 20:47:05 pl 1.17.4.2: #i30611# do not write cache file if nothing changed 2004/06/25 18:13:54 pl 1.17.4.1: #i30611# add: fontmatching via fontconfig, removed some warnings

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [5708634ffdd74b1d813212ca9d94e4e705aeb063]

        INTEGRATION: CWS vcl22 (1.3.28); FILE MERGED 2004/06/25 20:46:46 pl 1.3.28.1: #i30611# do not write cache file if nothing changed

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [05198cd1486bfbc91120d29be5d7767faf2fcb40]

        INTEGRATION: CWS vcl22 (1.104.4); FILE MERGED 2004/06/03 17:06:45 pl 1.104.4.2: RESYNC: (1.104-1.105); FILE MERGED 2004/05/24 14:15:27 pl 1.104.4.1: #i16683# system font changes

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [c6ffc19bc45210455a431d4ae0555a224c42862c]

        INTEGRATION: CWS vcl22 (1.55.10); FILE MERGED 2004/05/24 14:15:27 pl 1.55.10.1: #i16683# system font changes

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [2eae9d3767b4c68a8a3d1ad51c5d3e60f4597e94]

        INTEGRATION: CWS vcl22 (1.14.4); FILE MERGED 2004/05/24 14:15:26 pl 1.14.4.1: #i16683# system font changes

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [4179ff44ae4c9c6141053f9940b636910705e750]

        INTEGRATION: CWS vcl22 (1.54.4); FILE MERGED 2004/06/25 18:08:18 pl 1.54.4.1: #i30611# gtk plugin depends on psp library

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [1e3ca169352e35dd110da9bd5cb6dc49ac4f452f]

        INTEGRATION: CWS vcl22 (1.54.4); FILE MERGED 2004/05/18 16:42:48 pl 1.54.4.1: #i29088# use more system cursors

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e0f5a172eaa1d00feaca6d1c2f40e5be90a96dfa]

        INTEGRATION: CWS vcl22 (1.4.4); FILE MERGED 2004/06/25 18:07:49 pl 1.4.4.2: #i30611# match ui font with fontconfig algorithm if possible 2004/05/19 13:49:08 pl 1.4.4.1: #i16683# system ui font, better menu colors

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [81fd3ad82c8dfa46c4004a3ec208ba89bc53fcfe]

        INTEGRATION: CWS vcl22 (1.6.4); FILE MERGED 2004/06/03 17:02:49 pl 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/18 16:42:47 pl 1.6.4.1: #i29088# use more system cursors

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [0f5c98aa3201a87b65fc9eb12d37016546d86fc4]

        INTEGRATION: CWS vcl22 (1.28.106); FILE MERGED 2004/05/19 15:07:39 ssa 1.28.106.1: #115933# modal dialogs now disable all frames above them

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [41846063cb098cf4e480f9483056fb6b1c88d682]

        INTEGRATION: CWS vcl22 (1.34.106); FILE MERGED 2004/05/25 13:16:15 ssa 1.34.106.1: #108244# added ctrl-shift-f6 shortcut string

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7472b12565a85c857777f6497a4d02ba8e5ec428]

        INTEGRATION: CWS vcl22 (1.57.10); FILE MERGED 2004/05/06 08:27:28 hdu 1.57.10.2: #27689# fix extension of fallback run with single runpos in BiDi case 2004/05/03 11:58:17 hdu 1.57.10.1: #i28567# fix text width calculation for overlapping glyph clusters

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [35598f53c1a360d3656f0614a80d685901cfc33a]

        INTEGRATION: CWS vcl22 (1.171.4); FILE MERGED 2004/05/24 14:03:49 hdu 1.171.4.1: #i29451# return STRING_LEN in OutputDevice::HasGlyphs() if the font supports the whole string

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [d8d418913dbb9316eb3c8a89e53b267e65155f42]

        INTEGRATION: CWS vcl22 (1.3.106); FILE MERGED 2004/05/25 12:32:15 ssa 1.3.106.1: #i27453# init mbRefPoint

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [7e2edf43d1852aca2b3ce932b93da49c7d90bef5]

        INTEGRATION: CWS vcl22 (1.43.2); FILE MERGED 2004/06/25 09:33:21 pl 1.43.2.3: RESYNC: (1.44-1.45); FILE MERGED 2004/06/03 17:07:26 pl 1.43.2.2: RESYNC: (1.43-1.44); FILE MERGED 2004/05/26 17:18:04 ssa 1.43.2.1: #i16683# make UseSystemUIFont default

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [f4b7fbc2ec4a058f309fa36883c6e7638c15a781]

        INTEGRATION: CWS vcl22 (1.25.10); FILE MERGED 2004/04/28 09:51:41 pl 1.25.10.1: #i28193# larger threshold for incremental transfers, better handling for failed incrmental transfers

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [51cd62a64ce252b5efa3cc231555dfaa72099fa6]

        INTEGRATION: CWS vcl22 (1.68.8); FILE MERGED 2004/04/28 09:51:41 pl 1.68.8.1: #i28193# larger threshold for incremental transfers, better handling for failed incrmental transfers

2004-07-05  Oliver Bolte  <obo@openoffice.org>  [e879c8de7632655f6d21023ffe675bb12874bbc2]

        INTEGRATION: CWS vcl22 (1.90.14); FILE MERGED 2004/05/25 13:33:42 pl 1.90.14.1: #i16683# change default value for system ui font to true

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [d2b618fa672e66763516c791fa304b40b28b2361]

        INTEGRATION: CWS xsltfilter02 (1.93.26); FILE MERGED 2004/06/23 22:15:01 sus 1.93.26.2: RESYNC: (1.93-1.95); FILE MERGED 2004/06/17 11:53:57 sab 1.93.26.1: #i30209#; set boolean if there is no boolean style set

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [996cb7ee034817d57934e790fcb5cf039ceace1c]

        INTEGRATION: CWS xsltfilter02 (1.175.30); FILE MERGED 2004/06/23 22:14:32 sus 1.175.30.2: RESYNC: (1.175-1.176); FILE MERGED 2004/06/17 10:53:06 sab 1.175.30.1: #i30251#; don't write text styles twice

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [d79c5ee222db3bdd5b398da0c7512e1c7db24fde]

        INTEGRATION: CWS xsltfilter02 (1.1.2); FILE ADDED 2004/05/26 07:44:08 glu 1.1.2.2: #110944# & #112202# features for EA1 of SO8 2004/05/24 12:27:37 glu 1.1.2.1: move MsWordXMLImport.xsl from source/mswordml to here

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [f86c12fa099a734463284b2a60f5a7eaa5cd85b3]

        INTEGRATION: CWS xsltfilter02 (1.1.2); FILE ADDED 2004/05/26 07:40:29 glu 1.1.2.2: #112202# features for EA1 of SO8 2004/05/24 12:29:56 glu 1.1.2.1: add MsWordXMLExport.xsl initially

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [b9e5c3f68882289c0310103a5328dc6c300907e5]

        INTEGRATION: CWS xsltfilter02 (1.2.12); FILE MERGED 2004/07/01 14:58:02 sus 1.2.12.4: #i28456# fixing measure conversion, by default rounding with 4 comma now 2004/06/14 12:35:29 sus 1.2.12.3: #i28221# measure conversion improvements 2004/06/11 12:42:35 sus 1.2.12.2: #i28221# adding default measure conversion of Pica, used by Excel, for values without measure abbreviation 2004/05/26 15:55:53 sus 1.2.12.1: #115567# adding new twip format

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [255dbfee388058386d5e09a4c5e17da2ceed4bd2]

        INTEGRATION: CWS xsltfilter02 (1.1.2); FILE ADDED 2004/06/01 14:36:40 sus 1.1.2.1: #115567# renaming the type files by adding an XML suffix to be able to differ to a possible later added 2003 binary format and changing DOCTYPE information

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [0e35626fb0bda7fa1d4d11562a317b3091caa5c0]

        INTEGRATION: CWS xsltfilter02 (1.1.2); FILE ADDED 2004/06/01 14:36:29 sus 1.1.2.1: #115567# renaming the type files by adding an XML suffix to be able to differ to a possible later added 2003 binary format and changing DOCTYPE information

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [8e789d14075d8343957c1b98206cb6418260d255]

        INTEGRATION: CWS xsltfilter02 (1.1.2); FILE ADDED 2004/06/02 09:19:58 sus 1.1.2.2: #115567# adapting relative file type name 2004/06/01 14:40:27 sus 1.1.2.1: #115567# renaming the filter files by exchanging the 'Microsoft' prefix to 'MS', as all other Microsoft filters had been named in this manner.

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [f06938f78e44bc989ce8a362b1755d79164eb337]

        INTEGRATION: CWS xsltfilter02 (1.1.2); FILE ADDED 2004/06/02 09:19:58 sus 1.1.2.2: #115567# adapting relative file type name 2004/06/01 14:40:16 sus 1.1.2.1: #115567# renaming the filter files by exchanging the 'Microsoft' prefix to 'MS', as all other Microsoft filters had been named in this manner.

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [cd58be957c380c7d37a3c9a2704713ab6922943f]

        INTEGRATION: CWS xsltfilter02 (1.3.12); FILE MERGED 2004/06/01 15:14:43 sus 1.3.12.4: #115567# removing a space at line end and exchanging tabs to spaces 2004/06/01 15:07:55 sus 1.3.12.3: #115567# removing a line break 2004/06/01 13:10:02 sus 1.3.12.2: #115567# Adding excel and word filter and type information as new named files 2004/05/27 13:17:16 sus 1.3.12.1: #28207# adding export filter to configuration

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [0657e872402c3644d8ff0f41fed72c3c7e40b0fa]

        INTEGRATION: CWS xsltfilter02 (1.16.12); FILE MERGED 2004/05/26 15:39:25 sus 1.16.12.2: #115567# Adding excel files to the project 2004/05/25 02:07:27 glu 1.16.12.1: add wordml delivery

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [44a81b596094bb07ca9b86f30fbdf1f9862e709d]

        INTEGRATION: CWS xsltfilter02 (1.16.18); FILE MERGED 2004/06/23 18:22:08 sus 1.16.18.2: RESYNC: (1.16-1.17); FILE MERGED 2004/05/25 02:06:20 glu 1.16.18.1: remove mswordml

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [c7861d222095149e4a87b384a5a711f530ffb4b6]

        INTEGRATION: CWS xsltfilter02 (1.3.14); FILE MERGED 2004/05/26 17:37:19 sus 1.3.14.1: #115567# adding (or moving) Excel and Word import and export filter into new location

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [00d091c4a466f81cca5d93e3273053a71f5339e5]

        INTEGRATION: CWS xsltfilter02 (1.3.14); FILE MERGED 2004/05/26 17:37:18 sus 1.3.14.1: #115567# adding (or moving) Excel and Word import and export filter into new location

2004-07-05  Rüdiger Timm  <rt@openoffice.org>  [cfe28233ec436328c59f4328fa473db1adadedfd]

        INTEGRATION: CWS xsltfilter02 (1.5.14); FILE MERGED 2004/06/23 18:16:50 sus 1.5.14.5: RESYNC: (1.5-1.8); FILE MERGED 2004/05/26 17:59:26 sus 1.5.14.4: #115567# adding (or moving) Excel and Word import and export filter into new location 2004/05/26 17:57:04 sus 1.5.14.3: #115567# adding (or moving) Excel and Word import and export filter into new location 2004/05/26 17:43:26 sus 1.5.14.2: #115567# adding (or moving) Excel and Word import and export filter into new location 2004/05/26 17:37:46 sus 1.5.14.1: #115567# adding (or moving) Excel and Word import and export filter into new location

2004-07-02  Martin Hollmichel  <mh@openoffice.org>  [9d4ce6e7991700c10150830316872709dca666c0]

        chg: refine rcommand collab bug workaround (hr), #i10000#

2004-07-02  Kurt Zenker  <kz@openoffice.org>  [9ce83ead7846e4c4b5f73ca4b3e0503fcae7221e]

        #i10000# correct includepath for mozrumtime

2004-07-02  Kurt Zenker  <kz@openoffice.org>  [c53790372aabc587b7f70e22868b48894f545382]

        #i10000# chg. path for soreporter.exe

2004-07-02  Kurt Zenker  <kz@openoffice.org>  [61662eae5ded326b313e01be42be14c987c27898]

        #i10000# corrected license file name

2004-07-02  Kurt Zenker  <kz@openoffice.org>  [385090e43fd7e645f70a1eece4d003f233c79a4c]

        #i10000# corrected path of quickstart

2004-07-02  Kurt Zenker  <kz@openoffice.org>  [cea4e3ef572797a9946fdbdb0df3e831538053ec]

        #100000# new language id

2004-07-01  Kurt Zenker  <kz@openoffice.org>  [99bfa67f01b25f67bcb4eb286be0fd4d70514c98]

        #i10000# no more epn resource

2004-07-01  Kurt Zenker  <kz@openoffice.org>  [ba83e7087facfa9323a2ac3cbc001c0ea2e1f224]

        new version for SRC680

2004-07-01  Kurt Zenker  <kz@openoffice.org>  [ae7bf01a43564815ba988d8193d11930e231df6b]

        new version for SRC680

2004-07-01  Kurt Zenker  <kz@openoffice.org>  [7c6dd7fec43397d5c2cfb9e5f75ae64f6f8030ae]

        new version for SRC680

2004-07-01  Kurt Zenker  <kz@openoffice.org>  [39c702c8538d933b01ac23ab8e1661882250b47e]

        new version for SRC680

2004-06-30  Kurt Zenker  <kz@openoffice.org>  [eb48b5ebe1b67decced56450b74b092a4dc77352]

        new version for SRC680

2004-06-30  Rüdiger Timm  <rt@openoffice.org>  [ddd98afbc76201e617f19351dc52da2bf07dbf60]

        new version for SRC680

2004-06-30  Kurt Zenker  <kz@openoffice.org>  [7c469ca9fef79a9f19cc5a06dcd3c5da9d99cc48]

        new version for SRC680

2004-06-30  Kurt Zenker  <kz@openoffice.org>  [d21d7e400a8ea53468a565d97a2fbe173a34f049]

        new version for SRC680

2004-06-30  Rüdiger Timm  <rt@openoffice.org>  [b6efe402c09f228279133c02a72b73f9f5863aeb]

        new version for SRC680

2004-06-30  Rüdiger Timm  <rt@openoffice.org>  [22dca0e1c46c5071e0ab043554c9d3316312e5eb]

        new version for SRC680

2004-06-30  Kurt Zenker  <kz@openoffice.org>  [78abde376ceb7043c01b7886af4b6e6104c5c8cc]

        new version for SRC680

2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [92c0017265c53e002e2d1347f2e1e979620b8260]

        #i10000# fix merge problems

2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [98b253b90382490d79afe7bf04ef4fa6ce302328]

        #i10000# remove obsolete object from makefile.mk

2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [efe097e661775ae3595e82854cb0e536438d20ac]

        #i10000# adopt to ISO codes

2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [80e41596a43b6cd992962ff48e7ebea958b7ce73]

        #i10000# adopt to ISO code

2004-06-30  Rüdiger Timm  <rt@openoffice.org>  [4ebd3ba2717285c1d80dca2bd89b556609708976]

        #i10000# Remove duplicate IsOldNumbering() and SetOldNumbering(sal_Bool _bOldNumbering)

2004-06-30  Martin Hollmichel  <mh@openoffice.org>  [189c30de124013f1a4f48c731f874b1e0fa989a0]

        #i10000#, fix build breakage

2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [92910b30dc8b07c8be5fdedaf5724e6e75c922a3]

        #i10000# remove duplicate object

2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7400407043570b8b51b98e50619f637cb5a2691d]

        #i10000# initialize new member

2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [715edd5b246a110890fab93bb379eef0893275f0]

        #i10000# adopt to ISO code

2004-06-30  Kurt Zenker  <kz@openoffice.org>  [8775b8aeadb70ff296c12a1533b88ac011a54e26]

        new version for SRC680

2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8bae58c05c3d28bed9d2efbc19c2fa746211994e]

        #i10000# missing line continuation

2004-06-30  Rüdiger Timm  <rt@openoffice.org>  [e1c1c4b446fd29e9c6004a475d926c31a1633cb2]

        #i10000# No const for SvtPathOptions::GetLocale()

2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b6543fbfe5b6f81df01b5f88553025f349deeb67]

        #i10000# adopt to ISO codes

2004-06-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b3c9f6d9fd51cb0b8c2456e326f92fce183b70a6]

        #i10000# adopt to ISO codes

2004-06-30  Kurt Zenker  <kz@openoffice.org>  [14060ede3c7f88901a7f8f9bde21e7743243cc20]

        new version for SRC680

2004-06-30  Kurt Zenker  <kz@openoffice.org>  [07827ed84afc57cc9699b5d94912f42e539c1ac1]

        new version for SRC680

2004-06-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8cff4a6dc9f087056d252071face5eaea6ae1661]

        #i10000# missing dependency for merge on the fly

2004-06-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68de077fe593b0cade4a9b6f36115fc6c4b51155]

        #i10000# adopt to ISO codes

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [d6cf40d6969b60c06c643be21af86c9373631d47]

        INTEGRATION: CWS swqbugfixes02 (1.52.18); FILE MERGED 2004/06/16 19:18:59 fme 1.52.18.2: RESYNC: (1.52-1.53); FILE MERGED 2004/06/10 09:32:30 fme 1.52.18.1: #i30006# #i29771# Splitting table rows - fallback to old behaviour if something went wrong

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [f8ab7d3ebd99bdce16baa670755c31c394863359]

        INTEGRATION: CWS swqbugfixes02 (1.60.4); FILE MERGED 2004/06/18 08:45:32 fme 1.60.4.3: #i30040# Removed wrong assertion from FindLastCntnt 2004/06/14 08:09:35 fme 1.60.4.2: #i30040# FindLastCntnt - some more effort to find last content for tables with empty cells 2004/06/10 09:32:11 fme 1.60.4.1: #i30006# #i29771# Splitting table rows - fallback to old behaviour if something went wrong

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [f8bc11cdc749799fdbba231b9fea2ec92cfc7a40]

        INTEGRATION: CWS swqbugfixes02 (1.7.62); FILE MERGED 2004/06/09 07:37:18 os 1.7.62.1: #i29960# set printer warning at the appropriate config item - there are no items anymore

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [6b3b55fd1a4d08b1bf968518295adc2296227094]

        INTEGRATION: CWS swqbugfixes02 (1.48.46); FILE MERGED 2004/06/09 11:21:53 os 1.48.46.1: #i19158# default size of color window increased

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [4a8720312ace4a96485b9567ee1318cb45f69496]

        INTEGRATION: CWS swqbugfixes02 (1.9.22); FILE MERGED 2004/06/18 11:52:29 os 1.9.22.1: #i29810# set Y2K at the configuration, too

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [c96366f1844aeb27ee2943a465818372c617c1de]

        INTEGRATION: CWS swqbugfixes02 (1.2.242); FILE MERGED 2004/06/09 09:15:12 os 1.2.242.1: #i26913# Save scheme works, again

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [c8cf99c23ddbaa3de51d7d035069064daa601e88]

        INTEGRATION: CWS swqbugfixes02 (1.20.60); FILE MERGED 2004/06/09 09:01:47 os 1.20.60.1: #i26665# Ranges array corrected

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [e93c39d12e0d6993761443e5066a03c935eca78a]

        INTEGRATION: CWS swqbugfixes02 (1.18.16); FILE MERGED 2004/06/09 12:58:08 os 1.18.16.2: #115731# call edit-field-dialog synchronously in StartDropDownFldDlg() 2004/06/09 08:57:01 os 1.18.16.1: #i256566# prevent muliple creation of the input field insert dialog

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [177cf414fd8377d8b55e545a61e14e86efa74aa6]

        INTEGRATION: CWS swqbugfixes02 (1.26.240); FILE MERGED 2004/06/10 12:58:15 pb 1.26.240.1: fix: #i30019# don't set a bad font on the tree view

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [d42aaf5db22434770019446436e2a619663be164]

        INTEGRATION: CWS swqbugfixes02 (1.89.18); FILE MERGED 2004/06/09 10:25:35 os 1.89.18.1: #i18823# format of outline hyperlinks corrected - now it's the same as the navigator creates

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [8a0742d4d5dda8213d8e4910ad4a1191887ca751]

        INTEGRATION: CWS swqbugfixes02 (1.17.32); FILE MERGED 2004/06/16 19:20:20 fme 1.17.32.2: RESYNC: (1.17-1.18); FILE MERGED 2004/06/09 08:57:00 os 1.17.32.1: #i256566# prevent muliple creation of the input field insert dialog

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [acc54a676d57c1219ca788c9d5f455193414aa00]

        INTEGRATION: CWS swqbugfixes02 (1.9.18); FILE MERGED 2004/06/09 08:57:00 os 1.9.18.1: #i256566# prevent muliple creation of the input field insert dialog

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [888b94406fdb18370f7736d252b71defd679d971]

        INTEGRATION: CWS swqbugfixes02 (1.11.18); FILE MERGED 2004/06/09 08:57:00 os 1.11.18.1: #i256566# prevent muliple creation of the input field insert dialog

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [cf74f91b4e2d9087860d65f77b22e886d96ba490]

        INTEGRATION: CWS swqbugfixes02 (1.34.16); FILE MERGED 2004/06/09 08:56:59 os 1.34.16.1: #i256566# prevent muliple creation of the input field insert dialog

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [15000e2be4220a57e38968e76a4825fda57b0a42]

        INTEGRATION: CWS swqbugfixes02 (1.14.536); FILE MERGED 2004/06/09 12:29:48 os 1.14.536.1: #114734# Copy entry added to Readonly-Menu

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [8265d3a436be016f486efb7e4f5edc008c355c0f]

        INTEGRATION: CWS swqbugfixes02 (1.38.58); FILE MERGED 2004/06/09 12:29:49 os 1.38.58.1: #114734# Copy entry added to Readonly-Menu

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [babfb114e417f8265e88ef05aa44e7c79418016a]

        INTEGRATION: CWS swqbugfixes02 (1.4.152); FILE MERGED 2004/06/09 12:29:48 os 1.4.152.1: #114734# Copy entry added to Readonly-Menu

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [0b2248b0d0aa753408327f77e6cb85416b1f7e90]

        INTEGRATION: CWS swqbugfixes02 (1.73.18); FILE MERGED 2004/06/16 19:19:24 fme 1.73.18.2: RESYNC: (1.73-1.74); FILE MERGED 2004/06/09 08:05:45 od 1.73.18.1: #i29909# <SwTxtFrm::HideAndShowObjects()> - use type <sal_uInt32> instead 	 of <sal_Int8>.

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [bd9abd3564c0212e372cb3f3b8691bc69a686c4a]

        INTEGRATION: CWS swqbugfixes02 (1.48.58); FILE MERGED 2004/06/09 07:06:29 fme 1.48.58.1: #i29968# Remove hidden text ranges from document before sending it

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [8a0be95f7c9267025924a9c50acb8f0d60d9849a]

        INTEGRATION: CWS swqbugfixes02 (1.40.42); FILE MERGED 2004/06/04 13:14:14 od 1.40.42.1: #i27756# <SwLayAction::IsShortCut(..)> - check on each calculation of a 	 frame, if the content frame changes the page.

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [81279eef1cfe392f9a9b7c4624c46e52b0036267]

        INTEGRATION: CWS swqbugfixes02 (1.31.18); FILE MERGED 2004/06/16 19:18:14 fme 1.31.18.2: RESYNC: (1.31-1.32); FILE MERGED 2004/06/04 13:20:07 od 1.31.18.1: #i29879# <SwFlyFreeFrm::~SwFlyFreeFrm()> - remove also to-frame anchored 	 Writer fly frames from its page.

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [99fda8265ef4f6c4ae204e6dd89da649bf1945af]

        INTEGRATION: CWS swqbugfixes02 (1.10.4); FILE MERGED 2004/06/10 09:32:02 fme 1.10.4.1: #i30006# #i29771# Splitting table rows - fallback to old behaviour if something went wrong

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [86ebc684086544370e10412e64d7a118f276cde9]

        INTEGRATION: CWS swqbugfixes02 (1.4.58); FILE MERGED 2004/06/09 07:06:15 fme 1.4.58.1: #i29968# Remove hidden text ranges from document before sending it

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [fd2c987a912000f368ba745f21d360f498a2e00d]

        INTEGRATION: CWS swqbugfixes02 (1.20.4); FILE MERGED 2004/06/10 11:03:18 fme 1.20.4.1: #i30046# Copy of table contents into table should not generate a new table

2004-06-29  Kurt Zenker  <kz@openoffice.org>  [225743724b32f6108926b13de428286f47204916]

        INTEGRATION: CWS swqbugfixes02 (1.28.18); FILE MERGED 2004/06/09 07:06:04 fme 1.28.18.1: #i29968# Remove hidden text ranges from document before sending it

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [310285691157eaa445b875dcf24ec25435763774]

        SRC680

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d13d4a37cc10d33bfad6906d41b4a4ca9c266af]

        INTEGRATION: CWS dr18 (1.62.56); FILE MERGED 2004/06/01 17:01:36 dr 1.62.56.2: RESYNC: (1.62-1.63); FILE MERGED 2004/05/24 16:41:48 dr 1.62.56.1: #i29206# 'AutoPilot Functions' -> 'Function Wizard'

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [67dbeb70e6eb0307b9f4eb6197d0ab3756171772]

        INTEGRATION: CWS dr18 (1.42.136); FILE MERGED 2004/05/24 16:41:35 dr 1.42.136.1: #i29206# 'AutoPilot Functions' -> 'Function Wizard'

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dc2ed17479512929cce09c678c576dcd007388c2]

        INTEGRATION: CWS dr18 (1.2.14); FILE MERGED 2004/06/09 12:01:20 dr 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/25 09:37:39 dr 1.2.14.1: #i24235# allow to enter text separator directly

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7cce9e795a5a537c44f1b1d5912e2abe66a39bec]

        INTEGRATION: CWS dr18 (1.6.350); FILE MERGED 2004/05/25 10:22:24 dr 1.6.350.1: #i24235# output device handling

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cf6eccb2f0d57df9d70c402af0620aae565bfe85]

        INTEGRATION: CWS dr18 (1.65.80); FILE MERGED 2004/06/09 11:46:18 dr 1.65.80.3: RESYNC: (1.66-1.67); FILE MERGED 2004/06/01 16:59:49 dr 1.65.80.2: RESYNC: (1.65-1.66); FILE MERGED 2004/05/26 09:54:18 dr 1.65.80.1: #i29269# form controls require TXO record

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ef135d9bedd0ee588a3baf1c71b490ef775bbbc9]

        INTEGRATION: CWS dr18 (1.3.100); FILE MERGED 2004/05/24 16:30:15 dr 1.3.100.1: #116856# fixed loading external linked data

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c253123a73e7b7c0e7b0dd2ca7a7fda2e216a1ff]

        INTEGRATION: CWS dr18 (1.7.100); FILE MERGED 2004/06/09 11:41:02 dr 1.7.100.3: RESYNC: (1.8-1.9); FILE MERGED 2004/06/01 16:59:26 dr 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/26 15:20:57 dr 1.7.100.1: #i27542# new custom shape import

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [efbb3317772e1ab3679b6c62e1f97dd7ec63a75e]

        INTEGRATION: CWS dr18 (1.6.98); FILE MERGED 2004/06/09 11:39:28 dr 1.6.98.6: RESYNC: (1.7-1.8); FILE MERGED 2004/06/01 16:59:14 dr 1.6.98.5: RESYNC: (1.6-1.7); FILE MERGED 2004/05/26 15:20:57 dr 1.6.98.4: #i27542# new custom shape import 2004/05/26 11:39:41 dr 1.6.98.3: #i27542# new custom shape import 2004/05/26 09:27:48 dr 1.6.98.2: #i26521# ignore Forms.HTML:Hidden.1 controls 2004/05/25 16:42:08 dr 1.6.98.1: #i25429# skip invisible form controls

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [50f791cdad7d918cdfd74e1622fbb4c03858f488]

        INTEGRATION: CWS dr18 (1.31.98); FILE MERGED 2004/06/09 11:36:42 dr 1.31.98.2: RESYNC: (1.31-1.33); FILE MERGED 2004/05/25 11:27:00 dr 1.31.98.1: #113567# #114980# remove all static variables

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d674e18dfa6222052252ab6a73326800718343f2]

        INTEGRATION: CWS dr18 (1.39.96); FILE MERGED 2004/06/09 11:34:18 dr 1.39.96.2: RESYNC: (1.39-1.40); FILE MERGED 2004/05/25 11:27:00 dr 1.39.96.1: #113567# #114980# remove all static variables

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e5450ffc0c0edb0359961c9a33f672d79a198a40]

        INTEGRATION: CWS dr18 (1.11.340); FILE MERGED 2004/06/09 11:33:49 dr 1.11.340.2: RESYNC: (1.11-1.12); FILE MERGED 2004/05/25 11:27:00 dr 1.11.340.1: #113567# #114980# remove all static variables

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c4c3c4e1bcbbfbc452dd5c8889de291f0361ecc8]

        INTEGRATION: CWS dr18 (1.7.60); FILE MERGED 2004/06/09 11:30:02 dr 1.7.60.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/25 15:30:46 dr 1.7.60.1: #i27542# catch exceptions from svx form controls importer

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6db90dbf0442d363a921a663c8fe1e1ac1c5ac10]

        INTEGRATION: CWS dr18 (1.9.46); FILE MERGED 2004/06/09 11:29:00 dr 1.9.46.2: RESYNC: (1.9-1.11); FILE MERGED 2004/05/24 16:30:04 dr 1.9.46.1: #116856# fixed loading external linked data

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [db1325091519dc63e89414ff9cb083c171db8401]

        INTEGRATION: CWS dr18 (1.14.56); FILE MERGED 2004/06/09 11:28:43 dr 1.14.56.6: RESYNC: (1.15-1.16); FILE MERGED 2004/06/01 16:58:04 dr 1.14.56.5: RESYNC: (1.14-1.15); FILE MERGED 2004/05/26 15:20:43 dr 1.14.56.4: #i27542# new custom shape import 2004/05/26 11:40:03 dr 1.14.56.3: #i27542# new custom shape import 2004/05/26 09:27:35 dr 1.14.56.2: #i26521# ignore Forms.HTML:Hidden.1 controls 2004/05/25 16:41:53 dr 1.14.56.1: #i25429# skip invisible form controls

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a7dda8022fd32d793eafae7f0cf953d5cce564e6]

        INTEGRATION: CWS dr18 (1.7.98); FILE MERGED 2004/06/09 11:27:53 dr 1.7.98.3: RESYNC: (1.8-1.9); FILE MERGED 2004/06/01 16:57:54 dr 1.7.98.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/24 16:30:03 dr 1.7.98.1: #116856# fixed loading external linked data

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf827ab06e0357afefb41ab82b33c83547ad983d]

        INTEGRATION: CWS dr18 (1.3.468); FILE MERGED 2004/06/09 11:26:35 dr 1.3.468.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/25 11:40:47 dr 1.3.468.1: #115223# check array index

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e52abc19b2a53e73f98d246db116ecee42235e48]

        INTEGRATION: CWS dr18 (1.45.82); FILE MERGED 2004/06/09 11:26:13 dr 1.45.82.2: RESYNC: (1.45-1.47); FILE MERGED 2004/05/25 11:26:00 dr 1.45.82.1: #113567# #114980# remove all static variables

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [50f25e0a2fd623f0d58496eee02e11dc1886ae84]

        INTEGRATION: CWS dr18 (1.71.96); FILE MERGED 2004/06/09 11:26:04 dr 1.71.96.2: RESYNC: (1.71-1.72); FILE MERGED 2004/05/25 11:26:00 dr 1.71.96.1: #113567# #114980# remove all static variables

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fe5c5263895e1699ba7295f604c9d6ed36180749]

        INTEGRATION: CWS dr18 (1.90.98); FILE MERGED 2004/06/09 11:25:40 dr 1.90.98.2: RESYNC: (1.90-1.92); FILE MERGED 2004/05/26 09:27:35 dr 1.90.98.1: #i26521# ignore Forms.HTML:Hidden.1 controls

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c40394a34c71bb55dd0a2e846d09ebc10c3dd843]

        INTEGRATION: CWS dr18 (1.26.100); FILE MERGED 2004/06/09 11:25:31 dr 1.26.100.2: RESYNC: (1.26-1.27); FILE MERGED 2004/05/24 15:55:03 dr 1.26.100.1: #116856# handle formulas with OLE links

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [268a080f587daf8e6d88c9d75bd8c71301acffda]

        INTEGRATION: CWS dr18 (1.12.190); FILE MERGED 2004/05/25 11:26:00 dr 1.12.190.2: #113567# #114980# remove all static variables 2004/05/24 16:30:04 dr 1.12.190.1: #116856# fixed loading external linked data

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [75f7ad63f924545068c9613fea84342737ea207e]

        INTEGRATION: CWS dr18 (1.50.100); FILE MERGED 2004/06/09 11:25:12 dr 1.50.100.2: RESYNC: (1.50-1.52); FILE MERGED 2004/05/25 11:25:59 dr 1.50.100.1: #113567# #114980# remove all static variables

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e5ade13f41ade1691bae4efa3e23a42fffca8073]

        INTEGRATION: CWS dr18 (1.17.96); FILE MERGED 2004/06/09 11:23:14 dr 1.17.96.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/26 13:34:01 er 1.17.96.1: #i23089# ReadjustRelative3DReferences: handle second reference part of Sheet1.A2:A3 as 3D

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c29d47c2b2058d7e2c52764caa84a7a30b8b673a]

        INTEGRATION: CWS dr18 (1.13.296); FILE MERGED 2004/06/09 11:22:00 dr 1.13.296.2: RESYNC: (1.13-1.14); FILE MERGED 2004/05/28 19:03:49 er 1.13.296.1: #i14569# UpdateNameReference: distinguish between defined name and shared formula if no sheet is specified

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bda495985526fa68e5ff80d69075f44cf024f758]

        INTEGRATION: CWS dr18 (1.46.14); FILE MERGED 2004/06/09 11:19:04 dr 1.46.14.2: RESYNC: (1.46-1.47); FILE MERGED 2004/05/28 19:03:47 er 1.46.14.1: #i14569# UpdateNameReference: distinguish between defined name and shared formula if no sheet is specified

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1eb286b907f5d7adf34d48a1a18b3105b9746b4]

        INTEGRATION: CWS dr18 (1.92.56); FILE MERGED 2004/06/01 13:02:16 dr 1.92.56.3: RESYNC: (1.92-1.95); FILE MERGED 2004/05/26 15:49:47 dr 1.92.56.2: #i27542# new functions to access Escher BOOL properties directly 2004/05/26 15:20:01 dr 1.92.56.1: #i27542# new functions to access Escher BOOL properties directly

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9775b8feab6b81a9cd6cc7e0f3fd764c10423b01]

        INTEGRATION: CWS dr18 (1.18.14); FILE MERGED 2004/06/09 10:54:07 dr 1.18.14.2: RESYNC: (1.18-1.19); FILE MERGED 2004/05/28 19:02:06 er 1.18.14.1: #i14569# UpdateNameReference: distinguish between defined name and shared formula if no sheet is specified

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [42ef5356b8ef8c7ed0ff82272e1ed84ac5db1a95]

        INTEGRATION: CWS dr18 (1.42.94); FILE MERGED 2004/05/27 10:43:24 dr 1.42.94.1: #i27542# lost return value

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c54a542938ee3b2ed6e9664fb7b86dd1d4c51f83]

        INTEGRATION: CWS dr18 (1.15.88); FILE MERGED 2004/05/25 11:54:29 dr 1.15.88.1: #i25439# YIELDDISC fixed

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9700e9f2a6040607cdaf9bf8361f3347b44dd403]

        INTEGRATION: CWS dr18 (1.10.138); FILE MERGED 2004/05/25 12:16:14 dr 1.10.138.1: #i25890# MULTINOMIAL with var arg list

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [374657d5e0cb255e143cbfaeaa7f7be824d8a880]

        INTEGRATION: CWS dr18 (1.13.138); FILE MERGED 2004/05/25 12:16:13 dr 1.13.138.1: #i25890# MULTINOMIAL with var arg list

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [45c5ffbfbe34b7958b4db5312c9a0f5129db971c]

        INTEGRATION: CWS dr18 (1.35.12); FILE MERGED 2004/05/25 12:29:12 dr 1.35.12.2: #i25890# MULTINOMIAL with var arg list 2004/05/25 12:16:13 dr 1.35.12.1: #i25890# MULTINOMIAL with var arg list

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f13eee82165defafdf4a33a74c5b15f3e98ebd7b]

        INTEGRATION: CWS dba12 (1.24.70); FILE MERGED 2004/05/14 07:58:13 fs 1.24.70.1: #i29153# 'auto pilot' renamed to 'wizard'

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [51808c24a4f775dc37ab67ff3536c3c58fc78a74]

        INTEGRATION: CWS dba12 (1.27.70); FILE MERGED 2004/05/14 07:58:12 fs 1.27.70.1: #i29153# 'auto pilot' renamed to 'wizard'

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1a12c7bbd749795273c7c1d3553cb2cd6db1206]

        INTEGRATION: CWS dba12 (1.32.70); FILE MERGED 2004/05/14 07:58:12 fs 1.32.70.1: #i29153# 'auto pilot' renamed to 'wizard'

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [be42ad953d9abbe209cea84299b28328c022fa0c]

        INTEGRATION: CWS dba12 (1.34.70); FILE MERGED 2004/05/14 07:58:12 fs 1.34.70.3: #i29153# 'auto pilot' renamed to 'wizard' 2004/04/27 07:37:17 fs 1.34.70.2: #i12378# also allow for queries to be the form's data source 2004/04/27 07:35:11 fs 1.34.70.1: #i12378# also allow for queries to be the form's data source

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3161fcace51da81535e3279f13467ab1f25e588a]

        INTEGRATION: CWS dba12 (1.44.70); FILE MERGED 2004/06/14 20:51:54 fs 1.44.70.2: RESYNC: (1.44-1.46); FILE MERGED 2004/05/14 07:57:37 fs 1.44.70.1: #i29153# 'auto pilot' renamed to 'wizard'

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2a0d467ffe521b666230dde4198eda6094414f9a]

        #i10000# adopt to ISO codes

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e014927e238eb3335d5dcc3cab10cc9f227f8618]

        #i10000# adopt to ISO codes

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a0c581cdef79d86e76d29b23e181358a640f55d]

        INTEGRATION: CWS dba12 (1.61.2); FILE MERGED 2004/06/14 20:53:45 fs 1.61.2.2: RESYNC: (1.61-1.66); FILE MERGED 2004/04/29 14:33:44 fs 1.61.2.1: #i28319# reset StringItemList when list/combo box is unbound from a cell range

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b4e6b8b8abe58ea99700bcf4694a0ea162b63648]

        INTEGRATION: CWS dba12 (1.7.308); FILE MERGED 2004/05/14 07:58:12 fs 1.7.308.2: #i29153# 'auto pilot' renamed to 'wizard' 2004/04/27 07:35:11 fs 1.7.308.1: #i12378# also allow for queries to be the form's data source

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [55c755a75e70fdd721cebe5deeddccce6b1bb7df]

        INTEGRATION: CWS dba12 (1.6.222); FILE MERGED 2004/04/27 07:35:10 fs 1.6.222.1: #i12378# also allow for queries to be the form's data source

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [528533df18288ba525bcedf5f65e11e0be49e5a1]

        INTEGRATION: CWS dba12 (1.2.222); FILE MERGED 2004/05/14 07:57:38 fs 1.2.222.1: #i29153# 'auto pilot' renamed to 'wizard'

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f452986652b45ab563d50cefc323adf54df72700]

        INTEGRATION: CWS dba12 (1.2.222); FILE MERGED 2004/05/14 07:57:37 fs 1.2.222.1: #i29153# 'auto pilot' renamed to 'wizard'

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d36c1761061106abb2906bce573ef1821cf15e21]

        INTEGRATION: CWS dba12 (1.2.16); FILE MERGED 2004/06/16 09:31:54 fs 1.2.16.1: #i10000#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [178b8a986d3c5e0fc4d0894f52764179ade1e988]

        INTEGRATION: CWS dba12 (1.29.2); FILE MERGED 2004/06/14 21:00:03 fs 1.29.2.4: RESYNC: (1.29-1.31); FILE MERGED 2004/05/14 14:58:35 fs 1.29.2.3: #i24495# reset: on the insertion row, also do a full reset (not just a simple reset) 2004/04/28 08:09:31 fs 1.29.2.2: #i27816# OBoundControl::queryAggregation: properly handle XTypeProvider request 2004/04/28 06:51:50 fs 1.29.2.1: #i25306# proper defaults for the OBoundControlModel's properties

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0d60620de5e4f67800883edb01a36e8c204f2231]

        INTEGRATION: CWS dba12 (1.3.40); FILE MERGED 2004/04/28 06:54:32 fs 1.3.40.1: #i26720# use a OPredicateInputController to normalize the input

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f40f3c2ec8b9cc24dc5402ee140e860be8d8a625]

        INTEGRATION: CWS dba12 (1.3.2); FILE MERGED 2004/04/28 06:54:31 fs 1.3.2.1: #i26720# use a OPredicateInputController to normalize the input

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [71221d5f0fafe4be97ed1cd31692c72351fc5463]

        INTEGRATION: CWS dba12 (1.9.6); FILE MERGED 2004/06/14 20:59:21 fs 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/26 09:18:43 fs 1.9.6.1: #i27072# disable Java-like text notifications on the peer

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [736ff116797c093a4dfd752aa39225d0be3cce84]

        INTEGRATION: CWS dba12 (1.19.6); FILE MERGED 2004/06/14 20:58:44 fs 1.19.6.2: RESYNC: (1.19-1.21); FILE MERGED 2004/04/26 09:18:43 fs 1.19.6.1: #i27072# disable Java-like text notifications on the peer

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05bc0111750ecd18b7fab8212f4d4efb7399b714]

        INTEGRATION: CWS dba12 (1.13.6); FILE MERGED 2004/06/14 20:59:03 fs 1.13.6.2: RESYNC: (1.13-1.14); FILE MERGED 2004/05/17 13:27:39 fs 1.13.6.1: #i28806# more generous with the min date default

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7272ee64a1a9852866ecbf93032fdc47f112e782]

        INTEGRATION: CWS dba12 (1.18.18); FILE MERGED 2004/05/14 12:33:08 fs 1.18.18.1: #i3227# +XDatabaseParameterBroadcaster2

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b76cbfc494b79546c6cc280d560a6e193af537f5]

        INTEGRATION: CWS dba12 (1.56.2); FILE MERGED 2004/05/14 12:33:07 fs 1.56.2.2: #i3227# +XDatabaseParameterBroadcaster2 2004/04/30 07:49:01 fs 1.56.2.1: #115530# don't use sprintf

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [33c7867035de97e50358e36e7226ae31272348a4]

        INTEGRATION: CWS dba12 (1.10.16); FILE MERGED 2004/06/14 22:19:19 fs 1.10.16.2: RESYNC: (1.10-1.12); FILE MERGED 2004/04/26 10:50:39 fs 1.10.16.1: #i27072# multi line text field: more clever focus grabbing / optionally disable the Java-like text notifications

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c2ce185112551430ca7063ca9c5a66d75d3cbb2c]

        INTEGRATION: CWS dba12 (1.3.16); FILE MERGED 2004/06/14 22:19:10 fs 1.3.16.2: RESYNC: (1.3-1.5); FILE MERGED 2004/04/26 10:50:11 fs 1.3.16.1: #i27072# more clever focus grabbing for the multi line text field

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b903a114506625904ed7917cb39738e4d70e377e]

        INTEGRATION: CWS dba12 (1.3.156); FILE MERGED 2004/05/04 07:41:59 fs 1.3.156.1: #i28669# properly respect WB_LEFT/CENTER/RIGHT styles

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05ed694099e97952612cfd4d0822061f4970919d]

        INTEGRATION: CWS dba12 (1.55.182); FILE MERGED 2004/04/26 10:56:23 fs 1.55.182.1: #i15668# don't notify selection which is caused by re-ordering

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [233b88bc967d828a9a7d3b429541bbb163d70ea3]

        INTEGRATION: CWS dba12 (1.1.1.1.580); FILE MERGED 2004/05/04 07:41:33 fs 1.1.1.1.580.1: #i28669# properly respect WB_LEFT/CENTER/RIGHT styles

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0ad06296cfc02a0b26f7b7f2738557aa013234a2]

        INTEGRATION: CWS dba12 (1.9.106); FILE MERGED 2004/05/17 12:06:51 fs 1.9.106.1: #i29644# don't export current-value and list entries if they're not provided by the user, but implicitly obtained from another source (such as a database, or an external binding/list source supplier)

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cd2896adca1e4c670af50466f5e15fdc5ca7be86]

        INTEGRATION: CWS dba12 (1.29.30); FILE MERGED 2004/06/14 12:25:42 fs 1.29.30.2: RESYNC: (1.29-1.31); FILE MERGED 2004/05/17 12:06:52 fs 1.29.30.1: #i29644# don't export current-value and list entries if they're not provided by the user, but implicitly obtained from another source (such as a database, or an external binding/list source supplier)

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a396a7417573e3de030837364358fb6d8fe32aea]

        INTEGRATION: CWS dba12 (1.59.18); FILE MERGED 2004/06/21 13:02:35 fs 1.59.18.3: spelling error (forgot a string review change: 'Scroll Bar' -> 'Scrollbar') 2004/06/14 09:29:05 fs 1.59.18.2: RESYNC: (1.59-1.60); FILE MERGED 2004/04/29 06:44:38 fs 1.59.18.1: #i21645# removing some obsolete strings, defines, and constants

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7937347c588e3445dc600339fb0bb0d4c09cbf0b]

        INTEGRATION: CWS dba12 (1.10.118); FILE MERGED 2004/04/28 06:50:53 fs 1.10.118.1: #i25306# setPropertyToDefault: not all exceptions are allowed to leave

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee1a7fd2c1543161e18f9760f7d07996195a0ece]

        INTEGRATION: CWS dba12 (1.11.10); FILE MERGED 2004/06/14 21:13:22 fs 1.11.10.2: RESYNC: (1.11-1.19); FILE MERGED 2004/04/27 07:01:28 fs 1.11.10.1: #i28385# renamed dbtools lib to SUPD scheme

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5f816d054ede7d20739f868f3f61078c51c1e17a]

        INTEGRATION: CWS dba12 (1.8.56); FILE MERGED 2004/05/14 12:31:19 fs 1.8.56.1: #i3227# +XDatabaseParameterBroadcaster2

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ec9780b775a192c7afd521667035b40c10f2ded]

        INTEGRATION: CWS dba12 (1.1.2); FILE ADDED 2004/05/14 12:28:38 fs 1.1.2.1: scriptable version of XDatabaseParameterBroadcaster

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f96807bafd4998e321cc83fba4eb034d0a6a8606]

        INTEGRATION: CWS dba12 (1.8.2); FILE MERGED 2004/04/26 11:04:06 fs 1.8.2.1: #i22982# more tolerant activateTabOrder

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9ef2d5e8f58a2aee60f625059bba4d41feb65dba]

        INTEGRATION: CWS dba12 (1.19.26); FILE MERGED 2004/05/18 08:35:24 cl 1.19.26.2: #i29181# removed last fix since it has sideeffects 2004/05/14 15:13:06 cl 1.19.26.1: #i29181# unmark shape after removal

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [20ae05a0a5e1d2ac46a53e0234b61c342f56a91f]

        INTEGRATION: CWS dba12 (1.13.18); FILE MERGED 2004/06/14 09:21:57 fs 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2004/04/29 06:41:02 fs 1.13.18.1: #i21645# removing some obsolete strings, defines, and constants

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d4aab63c10734920fc734b9c906fb10b870849fa]

        INTEGRATION: CWS dba12 (1.6.76); FILE MERGED 2004/06/14 09:22:17 fs 1.6.76.2: RESYNC: (1.6-1.7); FILE MERGED 2004/04/29 06:41:01 fs 1.6.76.1: #i21645# removing some obsolete strings, defines, and constants

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [014bad6be8034641f1f125e6f14afa7db0e78048]

        INTEGRATION: CWS dba12 (1.12.18); FILE MERGED 2004/05/14 12:35:47 fs 1.12.18.1: #i3227# +XDatabaseParameterBroadcaster2

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3540ab622e9fbbe66c59e4f4a60cb83eb29a1ee]

        INTEGRATION: CWS dba12 (1.22.26); FILE MERGED 2004/06/14 09:26:34 fs 1.22.26.2: RESYNC: (1.22-1.23); FILE MERGED 2004/04/29 06:44:39 fs 1.22.26.1: #i21645# removing some obsolete strings, defines, and constants

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [26bd8902b55726c9e7576e0a488f1e24e793d45c]

        INTEGRATION: CWS dba12 (1.52.18); FILE MERGED 2004/06/14 09:29:40 fs 1.52.18.2: RESYNC: (1.52-1.53); FILE MERGED 2004/05/14 15:18:42 fs 1.52.18.1: spacing

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [957a8cefb7cdda00e565b59350ea000728ceed4c]

        INTEGRATION: CWS dba12 (1.11.76); FILE MERGED 2004/06/16 07:31:35 fs 1.11.76.3: #i10000# 2004/06/14 09:27:42 fs 1.11.76.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/29 06:44:38 fs 1.11.76.1: #i21645# removing some obsolete strings, defines, and constants

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [df1fbf5b830c6a959fd214a3a0844b47dcc0562d]

        INTEGRATION: CWS dba12 (1.41.18); FILE MERGED 2004/06/14 09:28:40 fs 1.41.18.2: RESYNC: (1.41-1.43); FILE MERGED 2004/05/14 12:35:44 fs 1.41.18.1: #i3227# +XDatabaseParameterBroadcaster2

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [85ae50403c3726f80c0a84b2af67b1996c8ab2d8]

        INTEGRATION: CWS dba12 (1.15.18); FILE MERGED 2004/05/13 16:33:15 fs 1.15.18.1: #i28522#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [793e2bbdbe2022272ae4f160934b432af02ce916]

        INTEGRATION: CWS dba12 (1.9.214); FILE MERGED 2004/05/04 07:06:33 fs 1.9.214.2: corrected dbtools lib name 2004/04/27 07:19:54 fs 1.9.214.1: #i28385# renamed dbtools lib to SUPD scheme

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1ac302e16daf2bbc1db0a92dc3292b39cfc62e3]

        INTEGRATION: CWS dba12 (1.2.168); FILE MERGED 2004/06/16 05:49:04 fs 1.2.168.2: #i10000# 2004/04/29 06:49:17 fs 1.2.168.1: #i21645# removing some obsolete strings, defines, and constants

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6735b341bbab2befd2a1a5b638c40a29466e22e6]

        INTEGRATION: CWS dba12 (1.3.208); FILE MERGED 2004/04/27 07:06:01 fs 1.3.208.1: #i28385# renamed dbtools lib to SUPD scheme

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [4645142007d26a25a15b7500c81096b3328519a4]

        INTEGRATION: CWS jmarmion1 (1.18.20); FILE MERGED 2004/06/28 12:42:40 jmarmion 1.18.20.1: #i27974# - add HID_FUNC_HYPERLINK.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [8f548acdf11c8c63db9e048921ed09e46e4edf6d]

        INTEGRATION: CWS jmarmion1 (1.20.90); FILE MERGED 2004/06/15 15:37:17 jmarmion 1.20.90.3: RESYNC: (1.21-1.22); FILE MERGED 2004/06/09 12:51:39 jmarmion 1.20.90.2: RESYNC: (1.20-1.21); FILE MERGED 2004/06/08 11:26:23 jmarmion 1.20.90.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [95b847f49d4fa777a61af91130cbf04876a4a85a]

        INTEGRATION: CWS jmarmion1 (1.51.8); FILE MERGED 2004/06/15 15:22:08 jmarmion 1.51.8.3: RESYNC: (1.53-1.55); FILE MERGED 2004/06/09 12:47:38 jmarmion 1.51.8.2: RESYNC: (1.51-1.53); FILE MERGED 2004/06/08 11:26:22 jmarmion 1.51.8.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [93ef05de2449dd2c79df7223048aed7c66b50a95]

        INTEGRATION: CWS jmarmion1 (1.78.112); FILE MERGED 2004/06/08 11:25:23 jmarmion 1.78.112.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [6c2cf91b94f22f5e65f4aeb03971aa052dca4330]

        INTEGRATION: CWS jmarmion1 (1.24.64); FILE MERGED 2004/06/15 13:34:10 jmarmion 1.24.64.2: RESYNC: (1.24-1.25); FILE MERGED 2004/06/08 11:24:42 jmarmion 1.24.64.1: #i27974# support hyperlink() function.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e253bc20552b47e14192c0aaf593caf254994c89]

        INTEGRATION: CWS dba12 (1.4.196); FILE MERGED 2004/04/27 07:06:30 fs 1.4.196.1: #i28385# renamed dbtools lib to SUPD scheme

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [f92e1aac367cf85f9fcfdf8c6b7705a7ffea6d06]

        INTEGRATION: CWS jmarmion1 (1.17.62); FILE MERGED 2004/06/15 13:30:43 jmarmion 1.17.62.2: RESYNC: (1.17-1.18); FILE MERGED 2004/06/08 11:23:58 jmarmion 1.17.62.1: #i27974# support hyperlink() function.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3683728f7afe3d7ca5ce14fa2a067734f3ec849e]

        INTEGRATION: CWS dba12 (1.5.136); FILE MERGED 2004/04/28 06:53:29 fs 1.5.136.1: #i26720# forgot to use the parse context in normalizePredicateString ...

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [e52f8f0622f08cb45d960cbb2a3b96d844de6287]

        INTEGRATION: CWS jmarmion1 (1.27.62); FILE MERGED 2004/06/15 13:27:17 jmarmion 1.27.62.2: RESYNC: (1.27-1.29); FILE MERGED 2004/06/08 11:23:58 jmarmion 1.27.62.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [7ab834c376b4284028289b840330daad3de88871]

        INTEGRATION: CWS jmarmion1 (1.16.62); FILE MERGED 2004/06/15 13:26:46 jmarmion 1.16.62.2: RESYNC: (1.16-1.18); FILE MERGED 2004/06/08 11:23:58 jmarmion 1.16.62.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [9557c4848b7cc3fdb218188ef7825eb1c42fd12e]

        INTEGRATION: CWS jmarmion1 (1.45.62); FILE MERGED 2004/06/15 13:24:08 jmarmion 1.45.62.3: RESYNC: (1.46-1.47); FILE MERGED 2004/06/09 12:13:11 jmarmion 1.45.62.2: RESYNC: (1.45-1.46); FILE MERGED 2004/06/08 11:23:57 jmarmion 1.45.62.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [09ebd67af4142a1c5c9396ca9ba833223a4b8b12]

        INTEGRATION: CWS jmarmion1 (1.42.112); FILE MERGED 2004/06/08 11:23:13 jmarmion 1.42.112.1: #i27974# support hyperlink() function.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [567be31b1d5b0373a009c9fc64b558c3af4f1115]

        INTEGRATION: CWS dba12 (1.70.24); FILE MERGED 2004/06/14 21:46:10 fs 1.70.24.2: RESYNC: (1.70-1.73); FILE MERGED 2004/04/27 07:11:19 fs 1.70.24.1: #i28385# renamed dbtools lib to SUPD scheme

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [d439f4c03a5b9693bb4813820441cc7b5ab6a366]

        INTEGRATION: CWS jmarmion1 (1.15.62); FILE MERGED 2004/06/15 13:20:52 jmarmion 1.15.62.2: RESYNC: (1.15-1.16); FILE MERGED 2004/06/08 11:22:08 jmarmion 1.15.62.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [3b641264d9822785a174ad0ce2cda7dc22c784f4]

        INTEGRATION: CWS jmarmion1 (1.19.62); FILE MERGED 2004/06/16 08:22:41 jmarmion 1.19.62.3: #i27974# fix merge conflict. 2004/06/15 16:21:48 jmarmion 1.19.62.2: RESYNC: (1.19-1.20); FILE MERGED 2004/06/08 11:22:34 jmarmion 1.19.62.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [640ae7c9eccb00e2cd5c1ac70fbb676145f7989c]

        INTEGRATION: CWS jmarmion1 (1.2.64); FILE MERGED 2004/06/15 13:03:40 jmarmion 1.2.64.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/08 11:21:26 jmarmion 1.2.64.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [6cf376b0e8bf0f77556a850ec27a011df4181eb7]

        INTEGRATION: CWS jmarmion1 (1.6.460); FILE MERGED 2004/06/08 11:21:25 jmarmion 1.6.460.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [db09c52f058a2173b757ef2ea9546e4dae496885]

        INTEGRATION: CWS jmarmion1 (1.9.64); FILE MERGED 2004/06/08 11:21:25 jmarmion 1.9.64.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [6a904852a71486bec3b0db6cfc110d0bbf1b8bd1]

        INTEGRATION: CWS jmarmion1 (1.7.452); FILE MERGED 2004/06/08 11:21:25 jmarmion 1.7.452.1: #i27974# support hyperlink() function.

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [90d16aa644fec05b272f02b0c0b8099d78e812c7]

        INTEGRATION: CWS jmarmion1 (1.11.62); FILE MERGED 2004/06/15 12:44:14 jmarmion 1.11.62.2: RESYNC: (1.11-1.12); FILE MERGED 2004/06/08 11:21:25 jmarmion 1.11.62.1: #i27974# support hyperlink() function.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d88ca2a6f1a84ded134f1481e7479b62159b3cf3]

        INTEGRATION: CWS ooo19prep (1.2.14); FILE MERGED 2004/06/02 11:32:11 mh 1.2.14.1: patch: use systems zlib if configured, #i26484#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [33e0a3ab06c55cc2711a9cf1554b787d0bf753b7]

        INTEGRATION: CWS ooo19prep (1.1.14); FILE MERGED 2004/06/02 11:32:10 mh 1.1.14.1: patch: use systems zlib if configured, #i26484#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d448056b9a1a65b6d4faa2d28602c03e1de469fe]

        INTEGRATION: CWS ooo19prep (1.7.12); FILE MERGED 2004/06/16 09:11:00 mh 1.7.12.1: join from ooo112fix?, #i29766

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a21050c6280bbb1622d3b89a5b076dd08e287734]

        INTEGRATION: CWS ooo19prep (1.3.16); FILE MERGED 2004/06/22 15:55:15 mh 1.3.16.2: update FontOoo from ooo112fix2, #i29766# 2004/06/16 09:15:30 mh 1.3.16.1: join from ooo112fix?, #i29766

2004-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d954c2e1307d171c87e0007ddacc220c3fe601c]

        #i30244#: adapt to OOo env

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1ffcdaafda6d0588f0d351b3f08911050b3313a7]

        INTEGRATION: CWS ooo19prep (1.15.10); FILE MERGED 2004/06/24 10:15:51 mh 1.15.10.2: RESYNC: (1.15-1.20); FILE MERGED 2004/06/23 08:43:39 mh 1.15.10.1: join from ooo112fix?, #i29766#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5e00ad1cdb1dbb3113c715305d8b4630133dce02]

        INTEGRATION: CWS ooo19prep (1.1.6); FILE ADDED 2004/06/16 10:29:20 mh 1.1.6.1: join from ooo112fix?, #i29766

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9119f3b2d38599a205b95953935e78ac294d6a19]

        INTEGRATION: CWS ooo19prep (1.4.14); FILE MERGED 2004/06/02 10:53:50 mh 1.4.14.1: change year of copyright, #i24965#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6439c7d17c545e50d0ada1be65a0423ae5a1ea2d]

        INTEGRATION: CWS ooo19prep (1.17.42); FILE MERGED 2004/06/24 12:52:17 mh 1.17.42.1: join from ooo112fix?, #i29766#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eed99616ecf569882fef68efa52c08e20bbf4373]

        INTEGRATION: CWS ooo19prep (1.9.152); FILE MERGED 2004/06/24 12:52:17 mh 1.9.152.1: join from ooo112fix?, #i29766#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c09a78bb4969c72fb9d204e158e454b9d419d3f6]

        INTEGRATION: CWS ooo19prep (1.25.40); FILE MERGED 2004/06/18 09:27:03 mh 1.25.40.1: introduce extra ARCHFLAGS, #i29537#

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [5c9c8276fe0d4e81c120ac2e73567db64a64486c]

        INTEGRATION: CWS impress14ea (1.3.60); FILE MERGED 2004/06/11 16:47:53 sj 1.3.60.1: #i30102# now using png filter from module vcl

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [897b7e72cb245258cf6446025e8edc700dfdfb44]

        INTEGRATION: CWS impress14ea (1.2.24); FILE MERGED 2004/06/24 12:32:20 sj 1.2.24.2: __LITTLEENDIAN define is about to be replaced by OSL_LITENDIAN 2004/06/11 16:59:40 sj 1.2.24.1: #i30102# some funtionality added, some code cleanup

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [7a694bc4211996f673c8699fcf361b1d50216365]

        INTEGRATION: CWS impress14ea (1.2.24); FILE MERGED 2004/06/24 12:32:20 sj 1.2.24.2: __LITTLEENDIAN define is about to be replaced by OSL_LITENDIAN 2004/06/11 16:58:34 sj 1.2.24.1: #i30102# some funtionality added, some code cleanup

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [eebe7965646e3e2d58b640d9538a4507aac2eaf4]

        INTEGRATION: CWS impress14ea (1.2.132); FILE MERGED 2004/06/17 16:28:52 sj 1.2.132.1: #114297# added gluepoint support for customshapes

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [7cffb2d29abc5332b305543c86b7a28b1dae5b06]

        INTEGRATION: CWS impress14ea (1.95.40); FILE MERGED 2004/06/17 17:04:48 sj 1.95.40.2: #114297# added gluepoint support for customshapes, using correct autolayout node distance 2004/06/17 16:28:17 sj 1.95.40.1: #114297# added gluepoint support for customshapes

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [9ac5f06003b56e714a2b1e0b529a7d228ebf4dfa]

        INTEGRATION: CWS impress14ea (1.2.132); FILE MERGED 2004/06/17 16:27:41 sj 1.2.132.1: #114297# added gluepoint support for customshapes

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [0be4cba6b9d35cde72ad20c518f03106db6e6376]

        INTEGRATION: CWS impress14ea (1.2.132); FILE MERGED 2004/06/17 16:27:03 sj 1.2.132.1: #114297# added gluepoint support for customshapes

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [689f726723d768db3c70c2bc01f4ac2cdb9ff7f9]

        INTEGRATION: CWS impress14ea (1.11.62); FILE MERGED 2004/06/11 16:47:53 sj 1.11.62.1: #i30102# now using png filter from module vcl

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [fcce5c0eb9f1d9ed1b3ed869809ef918aa2d0b39]

        INTEGRATION: CWS impress14ea (1.1.114); FILE MERGED 2004/06/11 16:09:52 sj 1.1.114.1: #i30102# png export filter is no longer a external component

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [00991cfe8354891d971c15be7973f3f02008be41]

        INTEGRATION: CWS impress14ea (1.48.16); FILE MERGED 2004/06/11 16:46:00 sj 1.48.16.1: #i30102# now using png filter from module vcl

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [d1a51005fd8939283f519a1f8a4fd065d0fe9a51]

        INTEGRATION: CWS impress14ea (1.8.234); FILE MERGED 2004/06/11 16:33:40 sj 1.8.234.1: #i30102# png export dialog moved from module goodies

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [b7e1b90a02a43bf36f56f3ae7eef5fc09c0bf8cb]

        INTEGRATION: CWS impress14ea (1.47.152); FILE MERGED 2004/06/11 16:32:32 sj 1.47.152.1: #i30102# png export filter is no longer a external component, using png import filter of vcl

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [6a358169856ee7f5c49a2a7e7916f534f9d817ce]

        INTEGRATION: CWS impress14ea (1.1.2); FILE ADDED 2004/06/11 16:13:26 sj 1.1.2.1: #i30102# png export dialog moved from module goodies

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [367e969aeecbf2274d95b2d90c83f7dcf84bf8c4]

        INTEGRATION: CWS impress14ea (1.1.2); FILE ADDED 2004/06/11 16:13:14 sj 1.1.2.1: #i30102# png export dialog moved from module goodies

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [7ca75e289d76a25cc97099936577ec941ae60137]

        INTEGRATION: CWS impress14ea (1.1.2); FILE ADDED 2004/06/11 16:12:50 sj 1.1.2.1: #i30102# png export dialog moved from module goodies

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [a8a4fb69c0bcc863d865ab894a434bb2ccafbe04]

        INTEGRATION: CWS impress14ea (1.1.2); FILE ADDED 2004/06/11 16:13:02 sj 1.1.2.1: #i30102# png export dialog moved from module goodies

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [68c14e1bc3b2e2879b7424066878bb9ffae8a22e]

        INTEGRATION: CWS impress14ea (1.7.442); FILE MERGED 2004/06/11 16:31:11 sj 1.7.442.1: #i30102# png export dialog is no longer a external component

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [2a48b40a9396d4fc8255809d6df1ca7d9f6803b1]

        INTEGRATION: CWS impress14ea (1.17.158); FILE MERGED 2004/06/11 16:17:13 sj 1.17.158.1: #i30102# png export filter is no longer a external component

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [4da2e9e0b64fde08df9101df4112f01ad41e105b]

        INTEGRATION: CWS impress14ea (1.24.64); FILE MERGED 2004/06/11 16:41:01 sj 1.24.64.1: #i30102# now using png filter from module vcl

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [9d60830dda5a718621ddabb157e3a6c526ec25af]

        INTEGRATION: CWS impress14ea (1.13.16); FILE MERGED 2004/06/11 16:15:00 sj 1.13.16.1: #i30102# PNGWriter interface changed

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [7e205c3ff5afa58b07de0bc2c74c48a687bfd6f1]

        INTEGRATION: CWS impress14ea (1.2.82); FILE MERGED 2004/06/18 09:58:38 sj 1.2.82.1: #i23822# removed compiler warnings

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [e414b2e4164b16f3a119aab81c7af6eb98059a78]

        INTEGRATION: CWS impress14ea (1.3.24); FILE MERGED 2004/06/11 16:08:39 sj 1.3.24.1: #i30102# png export filter is no longer a external component

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [eeeaa3765a4acad086e688fe807002b1ae9439ec]

        INTEGRATION: CWS impress14ea (1.30.32); FILE MERGED 2004/06/07 13:47:29 cl 1.30.32.1: #i28076# skip whitespaces below ' ' also

2004-06-28  Kurt Zenker  <kz@openoffice.org>  [abfc38ab8da76caed35d82799f91720383a708d8]

        INTEGRATION: CWS impress14ea (1.19.32); FILE MERGED 2004/06/07 13:48:45 cl 1.19.32.1: #i28076# there may be more locales than forbiden character rules

2004-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef4f91a56f559a22dbc4b57cedb19d7498ca6494]

        #i30244#: make logging optional

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1a9a32873803428423b2686c8b5ec289888a5ac5]

        #i10000# adopt new files to ISO codes

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [934d2c1b0979ff5277136aa0f6c791257772f08c]

        INTEGRATION: CWS swdrawpositioning (1.26.136); FILE MERGED 2004/03/15 07:11:39 os 1.26.136.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c2e331bd995ef614749870db17c494be338928e0]

        INTEGRATION: CWS swdrawpositioning (1.49.136); FILE MERGED 2004/03/15 07:11:45 os 1.49.136.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [59a44fce8019bdad2e7d8becfab080d857549301]

        INTEGRATION: CWS tbe10 (1.4.14); FILE MERGED 2004/06/04 09:35:43 tbe 1.4.14.1: #i29791# sfx slot SID_BASICIDE_TOGGLEBRKPNTENABLED must be UI configurable

2004-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a9c7847c7698a0c0fa89258854947fd93635bd6]

        INTEGRATION: CWS tbe10 (1.46.20); FILE MERGED 2004/06/04 09:56:00 tbe 1.46.20.2: #i29866# some Basic IDE slots have wrong group id 2004/06/04 09:33:17 tbe 1.46.20.1: #i29791# sfx slot SID_BASICIDE_TOGGLEBRKPNTENABLED must be UI configurable

2004-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [981c7c3d98270c46bccd1e5503703f7427e3c700]

        INTEGRATION: CWS tbe10 (1.17.2); FILE MERGED 2004/06/07 14:32:36 tbe 1.17.2.1: #i29939# ::cppu::bootstrap(): use get_this_libpath() instead of $ORIGIN

2004-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [20cf87e4fbf89bcf2b2a1535beb3cde3be997f42]

        INTEGRATION: CWS tbe10 (1.12.80); FILE MERGED 2004/06/04 10:50:47 tbe 1.12.80.1: #i29867# change Basic IDE keyboard shortcut for BasicStop

2004-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [69c3f18bd7b94090bb39f0673ba0b1f7b7b0f929]

        INTEGRATION: CWS tbe10 (1.30.10); FILE MERGED 2004/06/04 10:50:35 tbe 1.30.10.1: #i29867# change Basic IDE keyboard shortcut for BasicStop

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f4a4e1b01a80627b74a606890e4462f602acf45e]

        INTEGRATION: CWS swdrawpositioning (1.49.136); FILE MERGED 2004/03/15 07:11:45 os 1.49.136.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ce6beb0cf6b232a4bec9c8597ebb5417985e7432]

        INTEGRATION: CWS swdrawpositioning (1.26.136); FILE MERGED 2004/03/15 07:11:39 os 1.26.136.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e7441283ac7cb89213834666f30f23b7307c6df0]

        INTEGRATION: CWS swdrawpositioning (1.31.134); FILE MERGED 2004/05/04 06:30:48 od 1.31.134.4: RESYNC: (1.32-1.33); FILE MERGED resolve merge conflict 2004/03/30 15:01:00 os 1.31.134.3: #i26173# STR_REL_LINE moved to svx 2004/03/15 07:44:42 os 1.31.134.2: RESYNC: (1.31-1.32); FILE MERGED 2004/03/08 09:05:39 os 1.31.134.1: #i26173# draw positioning TabPage in svx created -> strings moved to svx

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7dcb28e6ad3b10a2b8095188acba7fbac43d00ee]

        INTEGRATION: CWS swdrawpositioning (1.10.156); FILE MERGED 2004/05/03 16:30:22 od 1.10.156.1: #i27224# - view contact for 'virtual' drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e4b08af85f4a7dfa9e3441bdeb2659284fca4122]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/05/03 16:32:01 od 1.1.2.1: #i27224# - view contact for 'virtual' drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2f61fe40c05eafbced50f2a018fca86347224b98]

        INTEGRATION: CWS swdrawpositioning (1.3.6); FILE MERGED 2004/05/03 16:32:20 od 1.3.6.1: #i27224# - view contact for 'virtual' drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [748f7cce997b7f9dd19544e67e0d648d3ff14819]

        INTEGRATION: CWS swdrawpositioning (1.2.92); FILE MERGED 2004/03/15 07:11:45 os 1.2.92.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bdf05fadf67b43ebf17fceb44c373aa1d5ad011c]

        INTEGRATION: CWS swdrawpositioning (1.15.152); FILE MERGED 2004/03/15 07:11:44 os 1.15.152.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7d3b8f94a97c7c901e886daa3186a86df698af41]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/03/15 07:11:44 os 1.1.2.2: #i26173# draw positioning TabPage for sw created 2004/03/05 16:53:36 os 1.1.2.1: #i26173# positioning TabPage for drawing objects in Writer

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2a9915dec3f39d20c6dfad2b1bb1833b32c634ac]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/04/14 11:32:36 os 1.1.2.3: #i26173# some missing to-character options added 2004/03/15 07:11:43 os 1.1.2.2: #i26173# draw positioning TabPage for sw created 2004/03/05 16:53:47 os 1.1.2.1: #i26173# positioning TabPage for drawing objects in Writer

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b3bd5d8089ed4abbbcf9a6fc8aea4803ae34a5e5]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/03/15 07:11:43 os 1.1.2.2: #i26173# draw positioning TabPage for sw created 2004/03/05 16:53:59 os 1.1.2.1: #i26173# positioning TabPage for drawing objects in Writer

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [46952138c938730afcc3607e1a524bb590b0e30e]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/04/15 08:24:15 os 1.1.2.6: #i26173# follow text flow completed 2004/04/14 11:32:37 os 1.1.2.5: #i26173# some missing to-character options added 2004/03/31 05:26:41 os 1.1.2.4: #i26173# syntax 2004/03/30 12:59:00 os 1.1.2.3: #i26173# vertical text line alignment added 2004/03/15 07:11:41 os 1.1.2.2: #i26173# draw positioning TabPage for sw created 2004/03/05 16:54:12 os 1.1.2.1: #i26173# positioning TabPage for drawing objects in Writer

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cbedb19f1cac0119e3b8c0605dc20f184de0f142]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/04/08 12:07:22 od 1.1.2.2: #22341# - add string for vertical orientation at top of line 2004/03/05 16:52:35 os 1.1.2.1: #i26173# provider of strings for positioning tab pages in Writer (drawing objects and fly frames)

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3e9d6c4948f8cdf5694f6b1b38039878815b6119]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/03/05 16:52:20 os 1.1.2.1: #i26173# provider of strings for positioning tab pages in Writer (drawing objects and fly frames)

2004-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0982db35c30b70532dd1cb2d933ed680cfb0da82]

        INTEGRATION: CWS reportcompfix2 (1.17.8); FILE MERGED 2004/06/14 10:47:42 hro 1.17.8.1: #i29559# Fixed solaris compiler bug

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [db2e827c391245569b9445ab3830d81ab1567c45]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/04/08 12:06:25 od 1.1.2.2: #i22341# - port changes on MWS on /sw/source/ui/frmdlg/frmex.cxx 2004/03/15 07:16:24 os 1.1.2.1: #i26173# example in frame/drawing positioning TabPages in sw

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [19e6e7984f67e3c03e64907ed1123321e3e6f66a]

        INTEGRATION: CWS swdrawpositioning (1.20.90); FILE MERGED 2004/06/21 08:37:07 od 1.20.90.4: RESYNC: (1.22-1.27); FILE MERGED resolve merge conflicts. 2004/05/04 07:06:39 od 1.20.90.3: RESYNC: (1.21-1.22); FILE MERGED 2004/04/08 09:53:32 od 1.20.90.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/15 07:11:40 os 1.20.90.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c50be8136a26bf165f5832f3a75c5f969888d761]

        INTEGRATION: CWS swdrawpositioning (1.2.92); FILE MERGED 2004/03/15 07:11:38 os 1.2.92.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [53d0f3aa5ecc0fc226ae1f5249900c95f02ad437]

        INTEGRATION: CWS swdrawpositioning (1.9.646); FILE MERGED 2004/03/15 07:11:37 os 1.9.646.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [04f9886bf1570061ffd0006a840afd574f00e086]

        INTEGRATION: CWS swdrawpositioning (1.3.92); FILE MERGED 2004/05/04 07:04:23 od 1.3.92.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/08 09:53:25 od 1.3.92.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/15 07:11:36 os 1.3.92.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [14a55d8ac109b425fcb4713b4029d7a01a17d57f]

        INTEGRATION: CWS swdrawpositioning (1.4.92); FILE MERGED 2004/05/04 07:04:14 od 1.4.92.3: RESYNC: (1.5-1.6); FILE MERGED 2004/04/08 09:53:17 od 1.4.92.2: RESYNC: (1.4-1.5); FILE MERGED 2004/03/15 07:11:35 os 1.4.92.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2857741c9fde5507fb63e64f24bbb2f88b7adbf4]

        INTEGRATION: CWS swdrawpositioning (1.80.78); FILE MERGED 2004/04/30 13:02:11 od 1.80.78.4: #i28501# - extend deliver list for correct painting of 'virtual' group 	   drawing objects. 2004/04/08 09:48:24 od 1.80.78.3: RESYNC: (1.81-1.83); FILE MERGED 2004/03/15 08:29:20 os 1.80.78.2: RESYNC: (1.80-1.81); FILE MERGED 2004/03/15 07:10:36 os 1.80.78.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2adf60705d8db8b6c3a5c51e325037939684ea07]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/05/03 16:29:55 od 1.1.2.1: #i27224# - view contact for 'virtual' drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [69ca49f3aaf5dc2e88e7284372731c030725e614]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/06/21 07:57:37 od 1.1.2.2: adjusted due to merging /sw/source/ui/frmdlg/frmpage.cxx to SRC680:m44 2004/03/05 16:50:53 os 1.1.2.1: #i26173# structure containing positioning information of fly frames to be validated by Writer

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [43e15acc9f48a3689d62413fdcd8dab950306457]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/04/08 12:11:16 od 1.1.2.2: #i22341# - add string id for new vertical orientation at top of text line 2004/03/05 16:51:58 os 1.1.2.1: #i26173# provider of strings for positioning tab pages in Writer (drawing objects and fly frames)

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3a290e8755ce2bd316cf5cd80e895cfb31f485cc]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/03/15 07:16:08 os 1.1.2.1: #i26173# example in frame/drawing positioning TabPages in sw

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e5f7e7b0456e55678584933093011348f342f1b7]

        INTEGRATION: CWS swdrawpositioning (1.41.86); FILE MERGED 2004/05/04 06:58:45 od 1.41.86.3: RESYNC: (1.42-1.43); FILE MERGED resolve merge conflict 2004/04/08 09:41:34 od 1.41.86.2: RESYNC: (1.41-1.42); FILE MERGED 2004/03/15 07:10:22 os 1.41.86.1: #i26173# draw positioning TabPage for sw created

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [83595c6b11cae885086eb8f668f1683d20f13a92]

        INTEGRATION: CWS swdrawpositioning (1.97.4); FILE MERGED 2004/05/04 06:26:58 od 1.97.4.2: RESYNC: (1.97-1.99); FILE MERGED 2004/04/15 04:58:20 pb 1.97.4.1: fix: #i27554# remove double id (SID_AUTOSPELL_CHECK) from imagelist

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d39cece2a1d5b1359a5a9a2527447db4a51fdf6e]

        INTEGRATION: CWS swdrawpositioning (1.75.40); FILE MERGED 2004/05/04 09:33:54 od 1.75.40.2: #i26791# - adjustment for the unification of the positioning of Writer 	   fly frames and drawing objects. 2004/04/22 13:40:15 od 1.75.40.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f2915abb738fd3f0bcc9360760361fce7be64ffe]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/04/23 07:12:49 od 1.1.2.2: #i26791# - adjustment for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/22 13:39:21 od 1.1.2.1: #i26791# - outsource definition and declaration of class <XMLHint_Impl> 	   and its derived classes.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [98647bc244ec8f608ca8f1b16d244e446bdb0453]

        INTEGRATION: CWS swdrawpositioning (1.29.6); FILE MERGED 2004/06/21 07:23:02 od 1.29.6.4: RESYNC: (1.30-1.32); FILE MERGED 2004/04/23 09:12:54 od 1.29.6.3: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/08 09:20:39 od 1.29.6.2: RESYNC: (1.29-1.30); FILE MERGED 2004/04/07 12:07:09 od 1.29.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0cbcc483a0a7c6e7fed87f5b87a28162ece9c711]

        INTEGRATION: CWS swdrawpositioning (1.38.144); FILE MERGED 2004/04/23 07:12:49 od 1.38.144.2: #i26791# - adjustment for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/22 13:40:15 od 1.38.144.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e35d46ec9566ee7adc9a90eecb9c2229a3b40c57]

        INTEGRATION: CWS swdrawpositioning (1.110.2); FILE MERGED 2004/06/01 11:42:21 od 1.110.2.4: #i26791# <XMLTextParagraphExport::addTextFrameAttributes(..)> - 	 correction - no export of <svg:x>, if object is anchored 	 as-character. 2004/06/01 11:26:54 od 1.110.2.3: #i26791# - undo changes of revisions 1.110.2.2 and 1.110.2.1 2004/05/03 16:19:00 od 1.110.2.2: #i26791# <XMLTextParagraphExport::addTextFrameAttributes(..) 	 - correct handling of group shapes 2004/04/22 13:40:14 od 1.110.2.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8ff405c8cf3f690e2e2d57b5741ad6c3638ef13e]

        INTEGRATION: CWS swdrawpositioning (1.9.284); FILE MERGED 2004/06/01 11:44:26 od 1.9.284.5: #i26791# - correct syntax error 2004/06/01 11:29:02 od 1.9.284.4: #i26791# <XMLTextShapeImportHelper::addShape(..)> - allow all anchor types 2004/06/01 11:24:54 od 1.9.284.3: #i26791# - undo changes of revisions 1.9.284.2 and 1.9.284.1 2004/05/03 16:20:50 od 1.9.284.2: #i26791# class <XMLTextShapeImportHelper> - extension for the import of 	 group shapes. 2004/04/22 13:40:14 od 1.9.284.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b270764558ab8467be5ee5a2cee8dacbf36e45ff]

        INTEGRATION: CWS swdrawpositioning (1.2.294); FILE MERGED 2004/04/22 13:40:14 od 1.2.294.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cd5ffc4529320d1c977fefd1e36f05669ec8358b]

        INTEGRATION: CWS swdrawpositioning (1.6.274); FILE MERGED 2004/04/22 13:40:14 od 1.6.274.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b63415ba63ba8d956b99a23ecada1cef7065f70]

        INTEGRATION: CWS swdrawpositioning (1.35.2); FILE MERGED 2004/04/21 13:43:43 cl 1.35.2.1: #116441# project global context to get created XShape from import context

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [026ec9932a9d997fc9f67d5df085596d099c5f6e]

        INTEGRATION: CWS swdrawpositioning (1.84.2); FILE MERGED 2004/04/21 13:43:43 cl 1.84.2.1: #116441# project global context to get created XShape from import context

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [604179e6649770006502288768cb3113fc9f3077]

        INTEGRATION: CWS swdrawpositioning (1.10.192); FILE MERGED 2004/04/21 13:43:43 cl 1.10.192.1: #116441# project global context to get created XShape from import context

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5121049d6239701c5069aada74545f0de7a3714]

        INTEGRATION: CWS swdrawpositioning (1.49.2); FILE MERGED 2004/04/21 13:43:42 cl 1.49.2.1: #116441# project global context to get created XShape from import context

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [608d30b26a2c2971f93b080f3d22ad9f1a212627]

        INTEGRATION: CWS swdrawpositioning (1.13.84); FILE MERGED 2004/06/21 08:14:33 od 1.13.84.6: RESYNC: (1.13-1.14); FILE MERGED 2004/04/15 08:24:02 os 1.13.84.5: #i26173# follow text flow completed 2004/03/30 15:03:09 os 1.13.84.4: #i26173# new: SetDrawingAttr() 2004/03/30 12:59:49 os 1.13.84.3: #i26173# retrieve content position to use for CalcBoundRect 2004/03/15 07:08:32 os 1.13.84.2: #i26173# draw positioning TabPage in svx created 2004/03/08 09:07:42 os 1.13.84.1: #i26173# access to SvxTransform/CaptionDialog changed

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [df239aba53026836bb3782c370f681a7bc07f087]

        INTEGRATION: CWS swdrawpositioning (1.49.44); FILE MERGED 2004/04/14 11:34:25 os 1.49.44.1: #i26173# anchor context menu/drop down completed for drawings

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dfa95c0f868fcd72a1f9c13c075b024e0a2fee55]

        INTEGRATION: CWS swdrawpositioning (1.4.150); FILE MERGED 2004/04/14 11:34:26 os 1.4.150.1: #i26173# anchor context menu/drop down completed for drawings

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [38d178b2d9664e963225a5ad2bfa3760138128b0]

        INTEGRATION: CWS swdrawpositioning (1.3.602); FILE MERGED 2004/03/15 09:47:38 os 1.3.602.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/08 09:05:57 os 1.3.602.1: #i26173# draw positioning TabPage in svx created -> strings moved to svx

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b49475b5b2ce66902defd548d9716d74e18f462f]

        INTEGRATION: CWS swdrawpositioning (1.13.82); FILE MERGED 2004/03/30 15:02:42 os 1.13.82.4: #i26173# removed methods added, again 2004/03/15 09:47:52 os 1.13.82.3: RESYNC: (1.13-1.14); FILE MERGED 2004/03/15 07:08:06 os 1.13.82.2: #i26173# frame example moved to svx 2004/03/08 09:05:56 os 1.13.82.1: #i26173# draw positioning TabPage in svx created -> strings moved to svx

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a487390c06b34bf89f2ac12a20ded0e482d356af]

        INTEGRATION: CWS swdrawpositioning (1.3.82); FILE MERGED 2004/06/21 08:03:18 od 1.3.82.3: RESYNC: (1.4-1.5); FILE MERGED resolve merge conflict. 2004/03/30 15:02:05 os 1.3.82.2: #i26173# SwFrmMgr::ValidateMetrics changed 2004/03/08 09:05:55 os 1.3.82.1: #i26173# draw positioning TabPage in svx created -> strings moved to svx

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e7b40a9b014d793aaa8a7835953b927947721477]

        INTEGRATION: CWS swdrawpositioning (1.3.84); FILE MERGED 2004/03/15 07:07:34 os 1.3.84.1: #i26173# draw positioning TabPage in svx created - ValidatePosition handler added

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e28aa38d9eb4c774e566b4d66d1e294a3ab36934]

        INTEGRATION: CWS swdrawpositioning (1.8.82); FILE MERGED 2004/06/21 08:00:30 od 1.8.82.3: RESYNC: (1.8-1.9); FILE MERGED resolve merge conflict. 2004/03/30 15:01:47 os 1.8.82.2: #i26173# SwFrmMgr::ValidateMetrics changed 2004/03/08 09:05:40 os 1.8.82.1: #i26173# draw positioning TabPage in svx created -> strings moved to svx

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d5174b24e012f779c0f9e0f6e070357003e66b2f]

        INTEGRATION: CWS swdrawpositioning (1.5.214); FILE MERGED 2004/03/15 07:04:48 os 1.5.214.1: #i26173# frame example moved to svx

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7f092d7fa3ef800636936db54ca6c3d90b95aea0]

        INTEGRATION: CWS swdrawpositioning (1.39.82); FILE MERGED 2004/06/21 07:51:59 od 1.39.82.5: RESYNC: (1.40-1.41); FILE MERGED resolve merge conflicts. 2004/03/30 15:00:34 os 1.39.82.4: #i26173# enums corrected, strings from svx used completely 2004/03/15 09:48:11 os 1.39.82.3: RESYNC: (1.39-1.40); FILE MERGED 2004/03/15 07:06:01 os 1.39.82.2: #i26173# frame example moved to svx 2004/03/08 09:05:38 os 1.39.82.1: #i26173# draw positioning TabPage in svx created -> strings moved to svx

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [28f305e1e8251af7ea6f01dd9b4308cc759ecfeb]

        INTEGRATION: CWS swdrawpositioning (1.9.82); FILE MERGED 2004/06/21 07:26:55 od 1.9.82.4: RESYNC: (1.10-1.11); FILE MERGED resolve merge conflict. 2004/03/30 15:00:01 os 1.9.82.3: #i26173# enums corrected 2004/03/15 09:48:01 os 1.9.82.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/08 09:05:37 os 1.9.82.1: #i26173# draw positioning TabPage in svx created -> strings moved to svx

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1fd16e59dbf8c2a3a58c8f429d520581f7f18070]

        INTEGRATION: CWS swdrawpositioning (1.114.6); FILE MERGED 2004/05/04 06:25:06 od 1.114.6.3: RESYNC: (1.114-1.115); FILE MERGED 2004/04/21 15:25:10 mmaher 1.114.6.2: #i26790# First stab at using the new anchoring option for drawing objects 2004/04/07 10:43:15 od 1.114.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5141c9f063acbebbc505cf3c9f41096941f4be71]

        INTEGRATION: CWS swdrawpositioning (1.10.158); FILE MERGED 2004/04/23 07:49:26 od 1.10.158.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c9b32f9390e0b025a833965bab72ffd7474f0c62]

        INTEGRATION: CWS swdrawpositioning (1.16.38); FILE MERGED 2004/06/01 11:56:59 od 1.16.38.1: #i26791# - usage of new member <ViewShell::mbInConstructor>

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d408c2fd28dd1766c487d681c4847e8a18e925b0]

        INTEGRATION: CWS swdrawpositioning (1.12.36); FILE MERGED 2004/04/07 09:28:49 od 1.12.36.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f3d9906c546ed26a6e9a7cea4b30c7032a0c40e7]

        INTEGRATION: CWS swdrawpositioning (1.159.28); FILE MERGED 2004/05/04 09:38:07 od 1.159.28.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dcc8cd045e12fe27471931cdb78d7d56650c2f9e]

        INTEGRATION: CWS swdrawpositioning (1.52.158); FILE MERGED 2004/06/03 05:29:55 od 1.52.158.3: #i26791# class <SwShapeDescriptor_Impl> - change default value of member 	 <pHOrient> 2004/04/23 09:09:05 od 1.52.158.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 10:43:48 od 1.52.158.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c8683d5d8984050f1cbe5d4adc8ca438844ee1cd]

        INTEGRATION: CWS swdrawpositioning (1.8.352); FILE MERGED 2004/04/23 09:06:01 od 1.8.352.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [53ee22fdb2b9fb945e2da9e53c8f9953e42d84e3]

        INTEGRATION: CWS swdrawpositioning (1.8.84); FILE MERGED 2004/04/23 09:06:00 od 1.8.84.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5075bef57db8041bfdfb5930e69d5f4885fb4ba4]

        INTEGRATION: CWS swdrawpositioning (1.4.436); FILE MERGED 2004/04/07 10:45:04 od 1.4.436.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [947f2244240e249c2954ddb62c3b9377338d4a2c]

        INTEGRATION: CWS swdrawpositioning (1.2.436); FILE MERGED 2004/04/07 09:28:24 od 1.2.436.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [479746810ee77918a13cc365a1298bed7c9897ce]

        INTEGRATION: CWS swdrawpositioning (1.43.38); FILE MERGED 2004/04/07 10:49:10 od 1.43.38.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4d6ff42d1dd21afc09f8367637123bf6536884fd]

        INTEGRATION: CWS swdrawpositioning (1.16.156); FILE MERGED 2004/04/07 10:49:10 od 1.16.156.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e373cceee7114f0392b8b65836fc4aac103f4c20]

        INTEGRATION: CWS swdrawpositioning (1.25.6); FILE MERGED 2004/04/23 07:48:50 od 1.25.6.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 10:49:09 od 1.25.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [31645d70b1ae9135418e3c6366f5348626ffe8ba]

        INTEGRATION: CWS swdrawpositioning (1.46.6); FILE MERGED 2004/04/08 09:22:49 od 1.46.6.2: RESYNC: (1.46-1.47); FILE MERGED 2004/04/07 10:49:09 od 1.46.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d5a1cb0f8c97fb30f30dbb349fcd96ce91014ad2]

        INTEGRATION: CWS swdrawpositioning (1.2.6); FILE MERGED 2004/06/17 10:24:52 od 1.2.6.4: #i26791# - further adjustments for the unification of the positioning 	   of Writer fly frames and drawing objects. 2004/06/01 11:59:19 od 1.2.6.3: #i26791# - use object geometry instead of its bounding rectangle 2004/04/23 09:07:46 od 1.2.6.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 12:23:12 od 1.2.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c00c07fd6c71c319c65e3d0e2669349b904516e]

        INTEGRATION: CWS swdrawpositioning (1.2.6); FILE MERGED 2004/06/17 10:24:52 od 1.2.6.4: #i26791# - further adjustments for the unification of the positioning 	   of Writer fly frames and drawing objects. 2004/06/01 11:59:19 od 1.2.6.3: #i26791# - use object geometry instead of its bounding rectangle 2004/04/08 09:22:11 od 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED resolve merge conflicts. 2004/04/07 12:23:11 od 1.2.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [58f991f5131db65401d0e5911ee6971a1b511ae2]

        INTEGRATION: CWS swdrawpositioning (1.2.6); FILE MERGED 2004/04/07 12:23:11 od 1.2.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [09e667f2170b714bf6f8e2e88144b4ac39cafadd]

        INTEGRATION: CWS swdrawpositioning (1.2.6); FILE MERGED 2004/06/01 11:59:19 od 1.2.6.3: #i26791# - use object geometry instead of its bounding rectangle 2004/04/23 09:07:45 od 1.2.6.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 12:23:11 od 1.2.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3123091c040a62c7a4025ea6140a2d271cb43d2c]

        INTEGRATION: CWS swdrawpositioning (1.2.6); FILE MERGED 2004/06/17 10:24:51 od 1.2.6.4: #i26791# - further adjustments for the unification of the positioning 	   of Writer fly frames and drawing objects. 2004/06/01 11:59:18 od 1.2.6.3: #i26791# - use object geometry instead of its bounding rectangle 2004/04/08 09:22:00 od 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED resolve merge conflict. 2004/04/07 12:23:11 od 1.2.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f80f46a3ee8134200d6ab803f9f3763fd6a1630]

        INTEGRATION: CWS swdrawpositioning (1.48.6); FILE MERGED 2004/05/04 06:19:03 od 1.48.6.4: RESYNC: (1.50-1.51); FILE MERGED 2004/04/14 07:03:43 od 1.48.6.3: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects. 2004/04/08 09:21:51 od 1.48.6.2: RESYNC: (1.48-1.50); FILE MERGED 2004/04/07 12:07:15 od 1.48.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [38c29999612275f12d8c463e91b8781dc3afedf9]

        INTEGRATION: CWS swdrawpositioning (1.33.36); FILE MERGED 2004/05/04 06:18:55 od 1.33.36.2: RESYNC: (1.33-1.34); FILE MERGED 2004/04/07 12:07:14 od 1.33.36.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d227de610cc21abb3ec1a444337fb6ee964f845b]

        INTEGRATION: CWS swdrawpositioning (1.51.32); FILE MERGED 2004/05/04 06:18:45 od 1.51.32.4: RESYNC: (1.53-1.55); FILE MERGED 2004/04/23 09:12:56 od 1.51.32.3: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/08 09:21:41 od 1.51.32.2: RESYNC: (1.51-1.53); FILE MERGED resolve merge conflict. 2004/04/07 12:07:12 od 1.51.32.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fcbc77a20c3da4a685cecb922b217e3e5998cb2b]

        INTEGRATION: CWS swdrawpositioning (1.35.156); FILE MERGED 2004/05/04 06:18:13 od 1.35.156.4: RESYNC: (1.36-1.37); FILE MERGED 2004/04/23 09:12:55 od 1.35.156.3: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/08 09:21:30 od 1.35.156.2: RESYNC: (1.35-1.36); FILE MERGED resolve merge conflict. 2004/04/07 12:07:12 od 1.35.156.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [23706dbe8b21458bdee1e8f1bab34d28a5ec1376]

        INTEGRATION: CWS swdrawpositioning (1.78.6); FILE MERGED 2004/05/04 06:18:36 od 1.78.6.2: RESYNC: (1.78-1.79); FILE MERGED 2004/04/07 12:07:11 od 1.78.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dfa03d447a2cbba864e188a2c26ab39bdcdb198e]

        INTEGRATION: CWS swdrawpositioning (1.31.36); FILE MERGED 2004/04/08 09:21:21 od 1.31.36.2: RESYNC: (1.31-1.32); FILE MERGED 2004/04/07 12:07:11 od 1.31.36.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6108b644f084bb6f80b4f0392af80aea221a498a]

        INTEGRATION: CWS swdrawpositioning (1.8.6); FILE MERGED 2004/04/07 12:07:11 od 1.8.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [15f6d905b55bb622265be391ea57af3bbab0f293]

        INTEGRATION: CWS swdrawpositioning (1.15.120); FILE MERGED 2004/05/04 06:18:28 od 1.15.120.2: RESYNC: (1.15-1.16); FILE MERGED 2004/04/07 12:07:10 od 1.15.120.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bfe2aa9933e133b89b53f6c035ad7df0bdae380b]

        INTEGRATION: CWS swdrawpositioning (1.38.38); FILE MERGED 2004/04/23 09:12:55 od 1.38.38.3: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/08 09:21:09 od 1.38.38.2: RESYNC: (1.38-1.39); FILE MERGED 2004/04/07 12:07:10 od 1.38.38.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [396c4a4dc367c45e84c118022bb7c377e4984f9e]

        INTEGRATION: CWS swdrawpositioning (1.60.6); FILE MERGED 2004/04/23 09:12:54 od 1.60.6.3: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/08 09:20:49 od 1.60.6.2: RESYNC: (1.60-1.62); FILE MERGED resolve merge conflicts. 2004/04/07 12:07:09 od 1.60.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1d928cb74eba3e38786d63ec663a7941051058f]

        #i10000# adopt to ISO codes

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8c2ab9c94f18cee88eedbdce016224d568d6f201]

        INTEGRATION: CWS swdrawpositioning (1.6.36); FILE MERGED 2004/06/01 12:08:48 od 1.6.36.3: #i26791# - removed member <SwFlyFrm::aRelPos> 2004/04/08 09:20:30 od 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2004/04/07 12:07:08 od 1.6.36.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5711a99b84868b7d252e1ad65ae0082ce77218a6]

        INTEGRATION: CWS swdrawpositioning (1.38.6); FILE MERGED 2004/04/08 09:20:21 od 1.38.6.2: RESYNC: (1.38-1.39); FILE MERGED Resolve merge conflicts. 2004/04/07 12:07:04 od 1.38.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f2bfb51b13caac6ad69da380e1321864e4364599]

        INTEGRATION: CWS swdrawpositioning (1.57.6); FILE MERGED 2004/06/21 07:20:50 od 1.57.6.6: RESYNC: (1.58-1.61); FILE MERGED 2004/06/01 12:07:48 od 1.57.6.5: #i26791# class <SwFlyFrm> - member <aRelPos> is removed. 2004/04/23 09:12:53 od 1.57.6.4: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/14 07:03:42 od 1.57.6.3: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects. 2004/04/08 09:20:04 od 1.57.6.2: RESYNC: (1.57-1.58); FILE MERGED 2004/04/07 12:07:03 od 1.57.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [91610f6d5e6b6c13de3b820c8a63abdf6178acda]

        INTEGRATION: CWS swdrawpositioning (1.32.6); FILE MERGED 2004/04/08 09:19:54 od 1.32.6.2: RESYNC: (1.32-1.36); FILE MERGED 2004/04/07 12:07:03 od 1.32.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f7301634f4a3162aaef29869cf1aa047b6299569]

        INTEGRATION: CWS swdrawpositioning (1.22.36); FILE MERGED 2004/04/08 09:19:45 od 1.22.36.2: RESYNC: (1.22-1.23); FILE MERGED Resolve merge conflicts. 2004/04/07 12:07:02 od 1.22.36.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [26e47d37baed29549202e427b6bd4f5e8fe7a06a]

        INTEGRATION: CWS swdrawpositioning (1.43.6); FILE MERGED 2004/05/04 06:18:20 od 1.43.6.3: RESYNC: (1.44-1.45); FILE MERGED 2004/04/08 09:19:36 od 1.43.6.2: RESYNC: (1.43-1.44); FILE MERGED 2004/04/07 12:07:02 od 1.43.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [99f33b8dc4fef7b2e4a191a74303e0e080b3c796]

        INTEGRATION: CWS swdrawpositioning (1.45.6); FILE MERGED 2004/04/07 12:06:58 od 1.45.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ae306806c966ee0a2033d9f906535153c0cc6d4f]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/06/01 12:06:49 od 1.1.2.3: #i26791# - methods to set/convert positioning attributes. 2004/04/23 09:12:53 od 1.1.2.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 09:00:39 od 1.1.2.1: #i26791# implementation of new class <SwAnchoredObject> for the unification 	 of the positioning of Writer fly frames and drawing objects.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c0def28a4b3022c96228c3eecb811627a868396c]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/06/17 10:22:54 od 1.1.2.5: #i26791# - further adjustments for the unification of the positioning 	   of Writer fly frames and drawing objects. 2004/06/01 12:06:02 od 1.1.2.4: #i26791# - use object geometry instead of its bounding rectangle 	 - method to set and convert positioning attributes. 	 - apply calculated position to to-page/to-fly anchored objects 2004/04/23 09:12:52 od 1.1.2.3: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/08 05:01:55 od 1.1.2.2: #i26791# - further adjustements for the unification of the positioning 	   of Writer fly frames and drawing objects 2004/04/07 09:01:57 od 1.1.2.1: #i26791# implementation of new class <SwAnchoredDrawObject> for the 	 unification of the positioning of Writer fly frames and 	 drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8e1539cdf3ec283755ab86f752f70cc7237d0c43]

        INTEGRATION: CWS swdrawpositioning (1.2.6); FILE MERGED 2004/06/17 10:21:32 od 1.2.6.2: #i26791# - further adjustments for the unification of the positioning 	   of Writer fly frames and drawing objects. 2004/04/07 11:59:19 od 1.2.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc7dd3eccefa27d040d82641f155dbfab886a429]

        INTEGRATION: CWS swdrawpositioning (1.2.6); FILE MERGED 2004/06/17 10:21:32 od 1.2.6.3: #i26791# - further adjustments for the unification of the positioning 	   of Writer fly frames and drawing objects. 2004/04/08 09:19:18 od 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/07 11:59:19 od 1.2.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d5ee529239be133cb96866cf7a90304101d5f980]

        INTEGRATION: CWS swdrawpositioning (1.14.6); FILE MERGED 2004/04/23 07:37:11 od 1.14.6.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c1e6791ccb2fb2b900965747f96956b07c0dfe2]

        INTEGRATION: CWS swdrawpositioning (1.6.6); FILE MERGED 2004/04/07 11:59:19 od 1.6.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9acf8e057e11484bbe8f4025ab605ce7ca8f4430]

        INTEGRATION: CWS swdrawpositioning (1.10.38); FILE MERGED 2004/06/01 12:04:41 od 1.10.38.3: #i26791# class <SwFlyFrm> - remove member <aRelPos> 2004/04/23 07:37:11 od 1.10.38.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 11:59:18 od 1.10.38.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1f855b6e6db3a3c388d43d2c6018938be324d520]

        INTEGRATION: CWS swdrawpositioning (1.3.156); FILE MERGED 2004/04/07 11:59:18 od 1.3.156.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [591792bb9978480abad1223805a40e8cf4459c67]

        INTEGRATION: CWS swdrawpositioning (1.2.6); FILE MERGED 2004/04/07 11:59:18 od 1.2.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b8144f5cac095cdd8599d217d798dd9e02b82845]

        INTEGRATION: CWS swdrawpositioning (1.3.6); FILE MERGED 2004/06/17 10:21:32 od 1.3.6.3: #i26791# - further adjustments for the unification of the positioning 	   of Writer fly frames and drawing objects. 2004/04/08 09:18:23 od 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/07 11:59:17 od 1.3.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf0baa597e9a18b8a0aed08259d4fa2cea2f307b]

        INTEGRATION: CWS swdrawpositioning (1.20.80); FILE MERGED 2004/04/07 12:19:14 od 1.20.80.3: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects 2004/03/15 08:07:19 os 1.20.80.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/15 07:06:56 os 1.20.80.1: #i26173# IsFrmVertical() works for drawing objects, too

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5f7d6695ab561758acb27a93f14e08ee960324d5]

        INTEGRATION: CWS swdrawpositioning (1.29.6); FILE MERGED 2004/06/01 11:54:45 od 1.29.6.3: #i26791# - use object geometry instead of its bounding rectangle 2004/04/23 07:36:25 od 1.29.6.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 12:19:02 od 1.29.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d4b1547888b9fcf22e6859b2d07bd8005aa5c53c]

        INTEGRATION: CWS swdrawpositioning (1.18.6); FILE MERGED 2004/06/17 10:19:25 od 1.18.6.3: #i26791# - further adjustments for the unification of the positioning 	   of Writer fly frames and drawing objects. 2004/04/08 04:56:42 od 1.18.6.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/03/30 14:55:14 os 1.18.6.1: #i26173# new: SetDrawingAttr()

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8d4d6d600b982c0361e275002d72debf84e1a08a]

        INTEGRATION: CWS swdrawpositioning (1.19.150); FILE MERGED 2004/04/23 07:36:24 od 1.19.150.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 12:18:46 od 1.19.150.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c04038c5598bf0266fba925a51a2973bbc38ed6]

        INTEGRATION: CWS swdrawpositioning (1.15.150); FILE MERGED 2004/04/07 09:27:11 od 1.15.150.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ba1608cf28d97f73cba22860913776a57c1bdb1f]

        INTEGRATION: CWS swdrawpositioning (1.17.150); FILE MERGED 2004/04/07 09:27:11 od 1.17.150.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eaf56dd161563f61762f49bed91de3e25548c2b5]

        INTEGRATION: CWS swdrawpositioning (1.13.158); FILE MERGED 2004/04/07 11:38:02 od 1.13.158.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e6f36acbc9027b8904882f49afa9bf152225f022]

        INTEGRATION: CWS swdrawpositioning (1.13.38); FILE MERGED 2004/04/07 11:47:40 od 1.13.38.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [df1f7de37193139c18de0fa390cdfa7e3620b36c]

        INTEGRATION: CWS swdrawpositioning (1.25.38); FILE MERGED 2004/06/17 10:17:58 od 1.25.38.8: #i26791# - further adjustments for the unification of the positioning 	   of Writer fly frames and drawing objects. 2004/06/09 16:00:55 od 1.25.38.7: #i26791# <SwDrawVirtObj::GetOffset()> - calculate offset on the base of 	 the bounding rectangles. 2004/06/01 12:03:36 od 1.25.38.6: #i26791# - use object geometry instead of its bounding rectangle 	 - <SwDrawContact::Changed(..)> - no event handling, if existing 	   <ViewShell> instance is in constructor. 	 - <SwDrawContact::_Changed(..)> - set positioning attributes 	   as long as object isn't attached to a anchor frame. 2004/04/30 13:00:57 od 1.25.38.5: #i26791# <SwDrawVirtObj::DoPaintObject(..)> - correct painting of 'virtual' 	 group drawing objects. 2004/04/26 13:33:00 od 1.25.38.4: #i26791# - further adjustements for the unification of the positioning            of Writer fly frames and drawing objects 2004/04/23 07:47:49 od 1.25.38.3: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/08 05:00:52 od 1.25.38.2: #i26791# - further adjustements for the unification of the positioning 	   of Writer fly frames and drawing objects 2004/04/07 11:53:08 od 1.25.38.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [906bc4fcaf8846e3b08c12a76c88b1dfb295c9b6]

        INTEGRATION: CWS swdrawpositioning (1.4.150); FILE MERGED 2004/05/04 06:16:30 od 1.4.150.2: RESYNC: (1.4-1.5); FILE MERGED 2004/04/07 09:26:41 od 1.4.150.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [099d4058cfe3ae410e3ea2d75efd2fde923eed49]

        INTEGRATION: CWS swdrawpositioning (1.17.82); FILE MERGED 2004/04/23 07:35:17 od 1.17.82.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 09:26:41 od 1.17.82.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [555df78fe9097d78eecd5f85623a180b9adc844d]

        INTEGRATION: CWS swdrawpositioning (1.18.60); FILE MERGED 2004/06/21 07:16:57 od 1.18.60.4: RESYNC: (1.18-1.21); FILE MERGED resolve merge conflict. 2004/06/01 11:53:24 od 1.18.60.3: #i26791# - use object geometry instead of its bounding rectangle 2004/04/23 07:35:17 od 1.18.60.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 09:26:41 od 1.18.60.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [95e0a2f25fa62c02136842b5c7370fa719fa82b9]

        INTEGRATION: CWS swdrawpositioning (1.23.38); FILE MERGED 2004/06/01 11:53:23 od 1.23.38.4: #i26791# - use object geometry instead of its bounding rectangle 2004/04/23 07:35:16 od 1.23.38.3: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/08 04:59:41 od 1.23.38.2: #i26791# - further adjustements for the unification of the positioning 	   of Writer fly frames and drawing objects 2004/04/07 09:26:40 od 1.23.38.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2b511ee5aad73933c1ff78443482942b9253d781]

        INTEGRATION: CWS swdrawpositioning (1.31.34); FILE MERGED 2004/05/04 06:15:42 od 1.31.34.2: RESYNC: (1.31-1.33); FILE MERGED 2004/04/07 09:21:03 od 1.31.34.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ceff3237553ce74c5220f2ed1a02beae8c9996f0]

        INTEGRATION: CWS swdrawpositioning (1.10.158); FILE MERGED 2004/06/21 07:13:01 od 1.10.158.2: RESYNC: (1.10-1.11); FILE MERGED resolve merge conflict. 2004/04/07 09:20:15 od 1.10.158.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [33cc0efa3404e7a9845a767235d6018105aa75cb]

        INTEGRATION: CWS swdrawpositioning (1.19.436); FILE MERGED 2004/04/07 09:20:14 od 1.19.436.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e24c007b92a03e7a40117e89fc1ee896cf21706]

        INTEGRATION: CWS swdrawpositioning (1.33.4); FILE MERGED 2004/06/01 11:55:45 od 1.33.4.1: #i26791# class <ViewShell> - introduce new member <mbInContructor>

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bec65980dacc1a810a26f9f3c053fafc751eb86b]

        INTEGRATION: CWS swdrawpositioning (1.7.4); FILE MERGED 2004/04/23 07:23:57 od 1.7.4.1: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ece05defb3583661607f2f64c12ec32e3f8a5c8a]

        INTEGRATION: CWS swdrawpositioning (1.9.182); FILE MERGED 2004/03/15 07:04:22 os 1.9.182.1: #i26173# draw positioning TabPage in svx created -> strings moved to svx

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b869f2ac6f1732b11970d9b7a759b6726c4f2f72]

        INTEGRATION: CWS swdrawpositioning (1.34.6); FILE MERGED 2004/05/04 06:13:34 od 1.34.6.2: RESYNC: (1.34-1.36); FILE MERGED 2004/03/30 14:54:58 os 1.34.6.1: #i26173# new: SetDrawingAttr()

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c025202b8a00e0940411db00f94c5bdd7da38227]

        INTEGRATION: CWS swdrawpositioning (1.59.6); FILE MERGED 2004/06/21 07:08:21 od 1.59.6.4: RESYNC: (1.66-1.75); FILE MERGED resolve merge conflict. 2004/05/04 06:13:17 od 1.59.6.3: RESYNC: (1.63-1.66); FILE MERGED 2004/04/08 09:12:18 od 1.59.6.2: RESYNC: (1.59-1.63); FILE MERGED 2004/04/07 09:07:08 od 1.59.6.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c249a267db8101006c2505a01263dc2a3617469d]

        INTEGRATION: CWS swdrawpositioning (1.9.38); FILE MERGED 2004/04/23 07:23:56 od 1.9.38.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 09:06:13 od 1.9.38.1: #i26791# - adjustments for the unification of the positioning of 	   Writer fly frames and drawing objects

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [20db95b763c4e39602337ba35b4f68d49a27e983]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/06/01 12:01:09 od 1.1.2.3: #i26791# classes <SwAnchoredObject> and <SwAnchoredDrawObject> - 	 method to set and convert positioning attributes. 2004/04/23 07:23:56 od 1.1.2.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 08:58:17 od 1.1.2.1: #i26791# new class <SwAnchoredObject> for the unification of the positioning 	 of Writer fly frames and drawing objects.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [75c1d8c4964826f99af842bfa11ec418a6e97ade]

        INTEGRATION: CWS swdrawpositioning (1.1.2); FILE ADDED 2004/06/17 10:17:33 od 1.1.2.4: #i26791# - further adjustments for the unification of the positioning 	   of Writer fly frames and drawing objects. 2004/06/01 12:01:09 od 1.1.2.3: #i26791# classes <SwAnchoredObject> and <SwAnchoredDrawObject> - 	 method to set and convert positioning attributes. 2004/04/23 07:23:55 od 1.1.2.2: #i26791# - adjustments for the unification of the positioning of Writer 	   fly frames and drawing objects 2004/04/07 08:58:42 od 1.1.2.1: #i26791# new class <SwAnchoredDrawObject> for the unification of the positioning 	 of Writer fly frames and drawing objects.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3a7c721f4e5a9668ba5e022ddad178dfd945f7c6]

        INTEGRATION: CWS swqbugfixes01 (1.95.32); FILE MERGED 2004/06/02 12:56:08 os 1.95.32.1: #i27969# spelling: scroll bar -> scrollbar

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8fd3b69e5b9574fffbfd6fb9ae55e9cde4b0eccf]

        INTEGRATION: CWS swqbugfixes01 (1.51.44); FILE MERGED 2004/06/04 10:44:20 od 1.51.44.3: RESYNC: (1.51-1.52); FILE MERGED 2004/06/03 07:57:18 fme 1.51.44.2: #i29438# Table at end of section with columns - do not split table row if section does not have a reasonable height 2004/06/02 10:08:04 od 1.51.44.1: #i22922# <SwCntntFrm::Paste(..) - add assertion, which assures that the 	 sibling is a flow frame.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [86282399affa705fa8c0975bd235a08dd4a06c08]

        INTEGRATION: CWS swqbugfixes01 (1.36.70); FILE MERGED 2004/06/04 10:41:58 od 1.36.70.2: RESYNC: (1.36-1.37); FILE MERGED 2004/05/26 13:05:23 od 1.36.70.1: #i21478# <SwFlowFrm::MoveBwd(..)> - Do not move backward, if frame has 	 to keep with next frame and this frame is locked.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [657a2e9abaf174cc4c3887fa83a326364c347f0d]

        INTEGRATION: CWS swqbugfixes01 (1.38.188); FILE MERGED 2004/06/03 12:31:57 dvo 1.38.188.1: #i25947# adapt level attribute to new zero-based API

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b1a4b052fe7f89fde95849cbba76d03359e263da]

        INTEGRATION: CWS swqbugfixes01 (1.6.236); FILE MERGED 2004/06/03 12:31:55 dvo 1.6.236.1: #i25947# adapt level attribute to new zero-based API

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4f2d86a960da374c0bddeb505ce23999cb358f03]

        INTEGRATION: CWS swqbugfixes01 (1.18.180); FILE MERGED 2004/06/04 11:35:36 od 1.18.180.2: RESYNC: (1.18-1.19); FILE MERGED 2004/05/27 06:59:24 os 1.18.180.1: #i16319# superfluous Start/EndAllAction while replacing removed

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1fe89778024183c6edc62940385cfd8c14beff08]

        INTEGRATION: CWS swqbugfixes01 (1.2.712); FILE MERGED 2004/06/01 13:00:07 os 1.2.712.1: #115983# XContextMenuInterceptor now works for read-only documents, too

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e50d1e0b2089d2341c187b74bf2277322d6ec5b]

        INTEGRATION: CWS swqbugfixes01 (1.14.526); FILE MERGED 2004/06/01 13:00:06 os 1.14.526.1: #115983# XContextMenuInterceptor now works for read-only documents, too

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [98471149249d844324db7f74f3c0c7641d9e58e8]

        INTEGRATION: CWS swqbugfixes01 (1.84.10); FILE MERGED 2004/06/04 11:12:08 od 1.84.10.2: RESYNC: (1.84-1.86); FILE MERGED 2004/06/01 13:00:04 os 1.84.10.1: #115983# XContextMenuInterceptor now works for read-only documents, too

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6daad0c7aeca4d1a16925f7b4336f45d9ba26e13]

        INTEGRATION: CWS swqbugfixes01 (1.11.228); FILE MERGED 2004/05/28 06:05:45 od 1.11.228.1: #i29527# <ViewShell::Scroll()> - add flag SCROLL_NOWINDOWINVALIDATE to 	 call of method <Window::Scroll(..)> to avoid unnecessary repaints 	 due to invalidate window areas.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3aca83f3b0147e6c5123bd35e61b92d9dae4c234]

        INTEGRATION: CWS swqbugfixes01 (1.54.212); FILE MERGED 2004/06/04 10:53:22 od 1.54.212.3: RESYNC: (1.54-1.55); FILE MERGED 2004/06/03 12:26:26 dvo 1.54.212.2: #i25947# make the Level property for index marks go from 0..MAXLEVEL-1          for consistency with the remainder of the API 2004/06/02 14:26:03 dvo 1.54.212.1: #i25947# for alphabetical index marks, outline level is 1..MAX.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ebd084b6d4a0fc246020e30b17758f72f644cda2]

        INTEGRATION: CWS swqbugfixes01 (1.85.180); FILE MERGED 2004/06/04 10:53:12 od 1.85.180.2: RESYNC: (1.85-1.86); FILE MERGED 2004/06/02 13:21:25 os 1.85.180.1: #i27445# use SvInPlaceObject::CreateObject to create OLE object

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5fe53af826d1c7f0573b676d78436145ba715703]

        INTEGRATION: CWS swqbugfixes01 (1.27.28); FILE MERGED 2004/06/04 10:49:14 od 1.27.28.2: RESYNC: (1.27-1.30); FILE MERGED 2004/06/02 13:28:49 hbrinkm 1.27.28.1: #i27601#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [038eaaff6252013c62b98f1b1b68f5a6724d6bd7]

        INTEGRATION: CWS swqbugfixes01 (1.83.72); FILE MERGED 2004/06/04 10:47:17 od 1.83.72.2: RESYNC: (1.83-1.84); FILE MERGED 2004/05/26 13:06:24 od 1.83.72.1: #i29529# <SwTxtFormatter::UnderFlow(..)> - Do not clear footnotes

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2f0ab3c548b90a0bd1ed99b888c65d04105f7cbd]

        INTEGRATION: CWS swqbugfixes01 (1.56.10); FILE MERGED 2004/06/04 10:43:44 od 1.56.10.4: RESYNC: (1.56-1.60); FILE MERGED resolve merge conflict. 2004/06/03 07:57:17 fme 1.56.10.3: #i29438# Table at end of section with columns - do not split table row if section does not have a reasonable height 2004/06/02 10:52:55 fme 1.56.10.2: #116532# Do not consider table cell alignment on pages with a grid 2004/05/26 13:04:17 od 1.56.10.1: #i21478# <SwTabFrm::MakeAll> - Do not split table, if it has to keep with 	 next frame

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4549aa8364b6e509f0db132ce77f45205023031e]

        INTEGRATION: CWS swqbugfixes01 (1.24.10); FILE MERGED 2004/06/14 06:04:25 od 1.24.10.1: #i21478# <SwFtnBossFrm::_MoveFtns(..)> - format footnote following the 	 last inserted footnote.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2b3a19b1b812e8b221fde7fc780bdf85561d1140]

        INTEGRATION: CWS swqbugfixes01 (1.30.100); FILE MERGED 2004/06/04 10:42:22 od 1.30.100.2: RESYNC: (1.30-1.31); FILE MERGED 2004/06/02 07:17:27 od 1.30.100.1: #i29778# method <CalcClipRect(..)> - no calculation of upper frames any more

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e997b7f0603e4ce66bdafb0662bb1a6fd7e5d63c]

        INTEGRATION: CWS swqbugfixes01 (1.45.44); FILE MERGED 2004/06/04 10:41:40 od 1.45.44.2: RESYNC: (1.45-1.46); FILE MERGED 2004/05/26 15:25:40 od 1.45.44.1: #i25904# <SwCntntFrm::ShouldBwdMoved(..)> - do *not* move backward frame, 	 if it has to wrap around objects and its *no* space left in the 	 proposed new upper frame.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5d122193346e9ab16c46daca3d4d19843036b423]

        INTEGRATION: CWS swqbugfixes01 (1.23.10); FILE MERGED 2004/06/04 10:39:10 od 1.23.10.3: RESYNC: (1.23-1.24); FILE MERGED 2004/06/02 14:24:58 fme 1.23.10.2: #116983# Regression in lcl_IsLineOfTblFrm 2004/06/02 09:22:38 fme 1.23.10.1: #i29526# Removing all follow flow lines before deleting a row frame is not necessary. Even if it is necessary we should not leave empty table frames behind

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [42b60c805d06aba0259d7c282c715dd559c93da2]

        INTEGRATION: CWS swqbugfixes01 (1.4.272); FILE MERGED 2004/06/02 10:08:51 od 1.4.272.1: #i22922# <SwNode2LayImpl::UpperFrm(..)> - consider columned sections

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f47dfa68866810650dee69b4d9fa8aab19519e4e]

        INTEGRATION: CWS swqbugfixes01 (1.24.62); FILE MERGED 2004/06/04 10:34:15 od 1.24.62.2: RESYNC: (1.24-1.27); FILE MERGED 2004/05/25 12:16:22 os 1.24.62.1: #i27114# lcl_FindOutlineNum() improved to find outlines by node number instead of searching by upper levels

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb902a193612f6e7c4bf36fdcb04f460c0170df4]

        INTEGRATION: CWS swqbugfixes01 (1.39.72); FILE MERGED 2004/06/04 10:34:05 od 1.39.72.2: RESYNC: (1.39-1.40); FILE MERGED 2004/06/03 10:02:28 dvo 1.39.72.1: #116370# re-create pOutlineRule in SwDoc::ClearDoc          (which is called during AutoText insertion)

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [475880ac3af0f45e827a397b6da79cb608b05433]

        INTEGRATION: CWS swqbugfixes01 (1.2.72); FILE MERGED 2004/06/04 10:32:43 od 1.2.72.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/03 12:23:10 dvo 1.2.72.1: compile without errors/warnings on wmtnsci8

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7248b5bf8cb7eda8c0faaa07f246a7fd90172d6]

        INTEGRATION: CWS swqbugfixes01 (1.38.6); FILE MERGED 2004/06/08 07:56:51 od 1.38.6.1: #i27615# <SwCrsrShell::UpdateCrsr(..)> - correction: change scope of local 	 variable <aSpecialPos>, which is assigned to member of local 	 variable <aTmpState>.

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7941a06ca2f3f65e9851749f29383f67104ae1bd]

        INTEGRATION: CWS swqbugfixes01 (1.44.10); FILE MERGED 2004/06/04 07:52:50 od 1.44.10.2: RESYNC: (1.44-1.45); FILE MERGED 2004/06/01 12:28:17 os 1.44.10.1: #109119# remove listener on disposing event

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d17ff00dcffcc4cddfba40310d2d4e3a8292881c]

        INTEGRATION: CWS binfilterfix (1.3.2); FILE MERGED 2004/05/28 11:04:56 hjs 1.3.2.1: #116934# remove UNO Type header generation

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1060dfda8df105833b183fbfbec1069bbfc2c7b3]

        INTEGRATION: CWS binfilterfix (1.66.82); FILE MERGED 2004/05/11 17:16:59 nn 1.66.82.1: #116569# #116577# set bIsEmpty = FALSE in AfterXMLLoading

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ef2557463afae5e4571b9289e1105a023bf74f3f]

        INTEGRATION: CWS binfilterfix (1.126.58); FILE MERGED 2004/06/17 11:41:38 aw 1.126.58.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e06efc0a995bd50c6ee5b63100bc83aa8b0b2e7f]

        INTEGRATION: CWS binfilterfix (1.4.2); FILE MERGED 2004/06/03 15:12:45 aw 1.4.2.1: #i27151#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fd61a02e595eb3f65a5b3abc2f84ea0bdcb00254]

        INTEGRATION: CWS binfilterfix (1.3.2); FILE MERGED 2004/06/08 12:01:19 aw 1.3.2.1: #i27161#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [20df90f23fb61d563b8eeef74a2204997575edec]

        INTEGRATION: CWS binfilterfix (1.3.2); FILE MERGED 2004/06/04 10:28:48 aw 1.3.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dc06e1604b6a5e6ffda9935f20aff60ae1b1dc50]

        INTEGRATION: CWS binfilterfix (1.2.2); FILE MERGED 2004/06/04 10:28:47 aw 1.2.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [38031a4d23dc987b353df0e22932165e96875f6e]

        INTEGRATION: CWS binfilterfix (1.2.2); FILE MERGED 2004/06/08 12:01:18 aw 1.2.2.1: #i27161#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [21a15d92e8d016dc6f99a1c70f6137fcb01aff5b]

        INTEGRATION: CWS binfilterfix (1.2.2); FILE MERGED 2004/05/12 09:44:38 nn 1.2.2.1: #116571# ScArea stream operators needed for ScConsolidateParam::Load/Save

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6709e4446ede3543697dc3804a32cecad6017f50]

        INTEGRATION: CWS binfilterfix (1.3.2); FILE MERGED 2004/05/28 11:04:04 hjs 1.3.2.1: #116934# remove UNO Type header generation

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [44f99529211aacbeafc6b05d930212398c02628a]

        INTEGRATION: CWS binfilterfix (1.1.2); FILE MERGED 2004/05/28 11:04:02 hjs 1.1.2.1: #116934# remove UNO Type header generation

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5b531b00974760698a681e01803be99a705119d4]

        INTEGRATION: CWS binfilterfix (1.1.2); FILE MERGED 2004/05/28 11:04:00 hjs 1.1.2.1: #116934# remove UNO Type header generation

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cff14e97eff29e4a987b5269975adf0fb2bb13a1]

        INTEGRATION: CWS binfilterfix (1.4.2); FILE MERGED 2004/06/03 15:12:19 aw 1.4.2.1: #i27151#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [50a361e8a3e4b4dd7b20cf5d8b46d9829973ab3c]

        INTEGRATION: CWS binfilterfix (1.4.2); FILE MERGED 2004/06/03 15:12:18 aw 1.4.2.1: #i27151#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [58722cb35e7d28ac0e5f7dfd876b256874dd627c]

        INTEGRATION: CWS binfilterfix (1.3.2); FILE MERGED 2004/06/04 10:28:33 aw 1.3.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d73954191f326909f2a1f130be51bff0c66427cd]

        INTEGRATION: CWS binfilterfix (1.4.2); FILE MERGED 2004/06/04 10:28:33 aw 1.4.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a01d338a9d7fd7d97e6b9bcfd3c5670799014ff6]

        INTEGRATION: CWS binfilterfix (1.6.2); FILE MERGED 2004/06/04 10:28:33 aw 1.6.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [799f0e300e59e111d8746b4da22d05b3bb6c45dc]

        INTEGRATION: CWS binfilterfix (1.3.2); FILE MERGED 2004/06/04 10:28:32 aw 1.3.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e899c532d4890ff1d1a0256ec33b2de128a31f91]

        INTEGRATION: CWS binfilterfix (1.5.2); FILE MERGED 2004/06/04 10:28:31 aw 1.5.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4c9b8817f0d8ff6fc7ffd6b42ab16e50815c72b6]

        INTEGRATION: CWS binfilterfix (1.2.2); FILE MERGED 2004/06/04 10:28:31 aw 1.2.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d8fb7b019622488ebbd4e915676d90261e350769]

        INTEGRATION: CWS binfilterfix (1.4.2); FILE MERGED 2004/06/09 11:36:36 aw 1.4.2.2: #i27161# 2004/06/03 16:00:01 aw 1.4.2.1: #i28764#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0582302431479e2d68eefaa8b206a29e5309813]

        INTEGRATION: CWS binfilterfix (1.4.2); FILE MERGED 2004/06/08 12:00:48 aw 1.4.2.1: #i27161#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cadf69462e5976c397d8b27d75e919ba0c435636]

        INTEGRATION: CWS binfilterfix (1.4.2); FILE MERGED 2004/06/17 11:28:17 aw 1.4.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [12be5144a657c84ca43629cc62f4d448355cfdd7]

        INTEGRATION: CWS binfilterfix (1.3.2); FILE MERGED 2004/05/28 11:04:06 hjs 1.3.2.1: #116934# remove UNO Type header generation

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf36341bec3cb6f2540f6f561529f0d17bbcf012]

        INTEGRATION: CWS binfilterfix (1.4.2); FILE MERGED 2004/06/04 10:27:29 aw 1.4.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fef8ab4b9a30fec06f326b69284eae78f8da2fd7]

        INTEGRATION: CWS binfilterfix (1.3.2); FILE MERGED 2004/06/04 10:27:28 aw 1.3.2.1: #i29292#

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9c807f6e8257af416f57318b76806f1a54938409]

        INTEGRATION: CWS binfilterfix (1.4.2); FILE MERGED 2004/05/12 09:47:04 nn 1.4.2.1: #116571# ScConsolidateParam::Load/Save is needed

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ae40a015d20ecafc3cc02ea30604eef621834552]

        INTEGRATION: CWS mergebuild (1.37.68); FILE MERGED 2004/05/30 15:51:45 hjs 1.37.68.5: RESYNC: (1.38-1.39); FILE MERGED 2004/04/30 13:32:05 hjs 1.37.68.4: #i8252# fix unmerge probs 2004/04/20 23:49:22 hjs 1.37.68.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/11 19:20:04 ihi 1.37.68.2: en -> en-US 2003/11/10 17:36:06 ihi 1.37.68.1: #111234# Merge during build

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bdb9e509263052d19987a95561962082004749f3]

        INTEGRATION: CWS mergebuild (1.30.68); FILE MERGED 2004/04/20 23:35:13 hjs 1.30.68.3: RESYNC: (1.30-1.31); FILE MERGED 2003/11/11 19:19:52 ihi 1.30.68.2: en -> en-US 2003/11/10 17:35:56 ihi 1.30.68.1: #111234# Merge during build

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [578240c00faff918077709d338e11f998c2fe2fa]

        INTEGRATION: CWS mergebuild (1.44.54); FILE MERGED 2004/05/18 13:59:54 hjs 1.44.54.4: RESYNC: (1.45-1.47); FILE MERGED 2004/04/20 21:59:19 hjs 1.44.54.3: RESYNC: (1.44-1.45); FILE MERGED 2003/11/11 19:22:20 ihi 1.44.54.2: en -> en-US 2003/11/10 17:40:39 ihi 1.44.54.1: #111234# Merge during build

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [595a9ba789e5b57344c75f7b888ca85b848fd01d]

        INTEGRATION: CWS mergebuild (1.38.58); FILE MERGED 2004/04/20 21:52:28 hjs 1.38.58.3: RESYNC: (1.38-1.39); FILE MERGED 2003/11/11 19:22:11 ihi 1.38.58.2: en -> en-US 2003/11/10 17:40:21 ihi 1.38.58.1: #111234# Merge during build

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ff86b8100b91abee29038c8f6f00e72e57db4c8]

        INTEGRATION: CWS mergebuild (1.31.54); FILE MERGED 2004/04/20 20:50:57 hjs 1.31.54.2: RESYNC: (1.31-1.32); FILE MERGED 2003/11/10 17:55:00 ihi 1.31.54.1: #111234# Merge during build

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cebf445c050d3c31415f03ada98f9c1d96b27d5b]

        INTEGRATION: CWS mergebuild (1.39.54); FILE MERGED 2004/04/20 20:49:12 hjs 1.39.54.3: RESYNC: (1.39-1.40); FILE MERGED 2004/02/23 11:38:12 ihi 1.39.54.2: Merge-While-Build update 2003/11/10 17:54:57 ihi 1.39.54.1: #111234# Merge during build

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [06722b63846595f222c765745bfbfe79fb5dbf59]

        INTEGRATION: CWS mergebuild (1.32.94); FILE MERGED 2004/05/18 13:01:27 hjs 1.32.94.4: RESYNC: (1.33-1.34); FILE MERGED 2004/04/20 18:31:00 hjs 1.32.94.3: RESYNC: (1.32-1.33); FILE MERGED 2003/11/11 19:26:35 ihi 1.32.94.2: en -> en-US 2003/11/10 18:01:01 ihi 1.32.94.1: #111234# Merge during build

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0fd0aa0770f4a766447898f81fbe65b744b2f694]

        INTEGRATION: CWS mergebuild (1.17.94); FILE MERGED 2004/04/20 18:30:53 hjs 1.17.94.3: RESYNC: (1.17-1.18); FILE MERGED 2003/11/11 19:26:34 ihi 1.17.94.2: en -> en-US 2003/11/10 18:01:00 ihi 1.17.94.1: #111234# Merge during build

2004-06-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f34040998fcffc455f2dac3147e12e766adf0ae2]

        INTEGRATION: CWS mergebuild (1.35.94); FILE MERGED 2004/04/30 15:08:10 hjs 1.35.94.5: #i8252# fix unmerge probs 2004/04/20 18:15:30 hjs 1.35.94.4: RESYNC: (1.35-1.36); FILE MERGED 2004/02/23 12:57:35 ihi 1.35.94.3: Merge-While-Build update 2003/11/11 19:26:06 ihi 1.35.94.2: en -> en-US 2003/11/10 18:00:41 ihi 1.35.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a1b79a8515c13db30ae835c3d4d1518f28f1d279]

        INTEGRATION: CWS mergebuild (1.2.10); FILE MERGED 2004/05/19 11:13:15 ihi 1.2.10.1: Unmerge

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f353abbbb1b93425bf9e1757d82c6be9aa503a62]

        INTEGRATION: CWS mergebuild (1.1.1.1.22); FILE MERGED 2004/05/19 11:13:15 ihi 1.1.1.1.22.1: Unmerge

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ff19742f4bc3de5abdaa63cbf270f653b9b867c]

        INTEGRATION: CWS mergebuild (1.1.1.1.22); FILE MERGED 2004/05/19 11:13:14 ihi 1.1.1.1.22.1: Unmerge

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2796e5c9ae8202bd62d4afe5f4888e7322fe7cd2]

        INTEGRATION: CWS mergebuild (1.3.10); FILE MERGED 2004/06/21 12:54:41 ihi 1.3.10.2: #i8252# Removed duplicated de entry 2004/05/19 11:13:13 ihi 1.3.10.1: Unmerge

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a83a8ad591b9dad3676d4edda11d1db6e70067e9]

        INTEGRATION: CWS mergebuild (1.1.1.1.22); FILE MERGED 2004/05/19 11:13:12 ihi 1.1.1.1.22.1: Unmerge

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [df73a75531f087d752811c15e8e80e5e1e2892cf]

        INTEGRATION: CWS mergebuild (1.2.10); FILE MERGED 2004/05/19 11:13:12 ihi 1.2.10.1: Unmerge

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0459d75892c165c4d203a9b7c1cdb8c524da5b3d]

        INTEGRATION: CWS mergebuild (1.1.1.1.22); FILE MERGED 2004/05/19 11:13:11 ihi 1.1.1.1.22.1: Unmerge

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b5bdcf0e8482ed36648d90be2d6e63e455db99ed]

        INTEGRATION: CWS mergebuild (1.2.10); FILE MERGED 2004/05/19 11:13:11 ihi 1.2.10.1: Unmerge

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [82c353489fa99d62789c6c1db84f47ddf5de8e7e]

        INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2003/12/08 14:46:53 hjs 1.2.68.1: #i8252# fixed commandline problem; generic ids

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [818764d1ddd37553f6c13ab8b722bdbce28bafe4]

        INTEGRATION: CWS mergebuild (1.15.22); FILE MERGED 2004/06/02 10:52:13 hjs 1.15.22.7: RESYNC: (1.16-1.18); FILE MERGED 2004/05/30 13:37:34 hjs 1.15.22.6: RESYNC: (1.15-1.16); FILE MERGED 2004/02/06 11:33:36 hjs 1.15.22.5: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:50 pl 1.15.22.4: #110286# fallback resources, move to iso codes 2003/12/08 14:46:48 hjs 1.15.22.3: #i8252# fixed commandline problem; generic ids 2003/09/29 16:22:15 hjs 1.15.22.2: i8252 no more rsclang.c 2003/09/16 11:58:28 hjs 1.15.22.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c483248060a0cc0370846e302e01f9d999ff5595]

        INTEGRATION: CWS mergebuild (1.2.12); FILE MERGED 2004/01/21 14:57:49 pl 1.2.12.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [41827f48a88abf39c330509a1f0333dcebcde1d7]

        INTEGRATION: CWS mergebuild (1.3.22); FILE MERGED 2004/01/21 14:57:48 pl 1.3.22.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f39cc693a201ef6a85e0f16703b6a4150424dce1]

        INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2004/01/21 14:57:47 pl 1.2.68.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8dbda68759a0cd15feddaaa702c3988fd255d224]

        INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2004/02/06 11:33:35 hjs 1.2.68.2: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:47 pl 1.2.68.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a324ef53b08b1e6762fe014638c48e26fa5aed19]

        INTEGRATION: CWS mergebuild (1.3.22); FILE MERGED 2004/01/21 14:57:45 pl 1.3.22.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [61f5747a991ba4b9c8877069a9ffbb5d51239fae]

        INTEGRATION: CWS mergebuild (1.4.52); FILE MERGED 2003/09/16 11:58:27 hjs 1.4.52.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6255002329a76ff0d0a6be140bebaf4f432ba78d]

        INTEGRATION: CWS mergebuild (1.7.52); FILE MERGED 2004/05/30 13:37:24 hjs 1.7.52.3: RESYNC: (1.8-1.9); FILE MERGED 2004/04/20 19:12:11 hjs 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/21 14:57:44 pl 1.7.52.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1739d9e16d7c4e9e87639f0d211489443b2c7ded]

        INTEGRATION: CWS mergebuild (1.6.24); FILE MERGED 2004/05/30 13:37:16 hjs 1.6.24.3: RESYNC: (1.7-1.8); FILE MERGED 2004/04/20 19:12:01 hjs 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/21 14:57:43 pl 1.6.24.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee1f8f4f5ab93ce53d047dac4c1088530e43053f]

        INTEGRATION: CWS mergebuild (1.4.46); FILE MERGED 2004/05/27 08:33:50 hjs 1.4.46.11: #i8252# accept x-comment 2004/04/20 19:11:50 hjs 1.4.46.10: RESYNC: (1.4-1.5); FILE MERGED 2004/02/06 11:33:34 hjs 1.4.46.9: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:42 pl 1.4.46.8: #110286# fallback resources, move to iso codes 2003/12/08 16:08:46 hjs 1.4.46.7: #i8252# accept language only 2003/12/08 14:46:44 hjs 1.4.46.6: #i8252# fixed commandline problem; generic ids 2003/11/20 13:44:19 hjs 1.4.46.5: #i8252# fix error caused by back and forth converting of language 2003/10/10 17:58:30 hjs 1.4.46.4: #i8252# fake plain language codes for now... 2003/10/06 16:27:01 hjs 1.4.46.3: #i8252# no hard limit to 7 2003/09/29 16:21:30 hjs 1.4.46.2: i8252 no more rsclang.c 2003/09/16 11:58:26 hjs 1.4.46.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [de090f2cb79e68eebb183e282d46df6da6ad9024]

        INTEGRATION: CWS mergebuild (1.6.20); FILE MERGED 2004/05/30 13:37:00 hjs 1.6.20.4: RESYNC: (1.7-1.8); FILE MERGED 2004/04/20 19:11:42 hjs 1.6.20.3: RESYNC: (1.6-1.7); FILE MERGED 2004/02/06 11:33:33 hjs 1.6.20.2: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:41 pl 1.6.20.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d28ce5f26c9816154c872aa2f9e64a9c4ed05a7b]

        INTEGRATION: CWS mergebuild (1.6.66); FILE MERGED 2004/05/30 13:37:08 hjs 1.6.66.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/21 14:57:41 pl 1.6.66.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f6105bb1b9e6e337593c2660d2b500e6db16cc6e]

        INTEGRATION: CWS mergebuild (1.6.46); FILE MERGED 2004/06/03 08:29:50 hjs 1.6.46.4: #i8252# resync problems 2004/05/30 13:36:53 hjs 1.6.46.3: RESYNC: (1.6-1.7); FILE MERGED 2004/01/21 14:57:40 pl 1.6.46.2: #110286# fallback resources, move to iso codes 2003/12/08 14:46:39 hjs 1.6.46.1: #i8252# fixed commandline problem; generic ids

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [83630fb56bf439fb5b1fe3cf074f121299e0bd95]

        INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2003/12/08 14:46:36 hjs 1.2.68.1: #i8252# fixed commandline problem; generic ids

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [34f05f3b7e939bacc907390012dced3a67cd45a7]

        INTEGRATION: CWS mergebuild (1.8.52); FILE MERGED 2004/06/03 08:29:49 hjs 1.8.52.3: #i8252# resync problems 2004/05/30 13:36:35 hjs 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/21 14:57:38 pl 1.8.52.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1c7155cd27abacca76a5cf5fd22ecf971f7cae7c]

        INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2004/02/06 11:33:33 hjs 1.2.68.2: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:38 pl 1.2.68.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [12906da7b7638cd81f8a30ee3d2c815aab8a0ece]

        INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2004/01/21 14:57:37 pl 1.2.68.1: #110286# fallback resources, move to iso codes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2642789bede40c9e6915a810e694da4d9c127a76]

        INTEGRATION: CWS mergebuild (1.19.14); FILE MERGED 2004/05/30 15:53:23 hjs 1.19.14.5: RESYNC: (1.23-1.24); FILE MERGED 2004/05/18 14:52:16 hjs 1.19.14.4: RESYNC: (1.22-1.23); FILE MERGED 2004/04/21 00:09:13 hjs 1.19.14.3: RESYNC: (1.21-1.22); FILE MERGED 2003/11/18 22:01:29 hjs 1.19.14.2: RESYNC: (1.19-1.21); FILE MERGED 2003/10/20 19:05:15 hjs 1.19.14.1: #111260# use SOLARCOMMONRESDDIR to access delivered srs files

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8fa0869a777aa01f190018af7acfa470a02dcb2f]

        INTEGRATION: CWS mergebuild (1.31.68); FILE MERGED 2004/04/20 23:58:01 hjs 1.31.68.3: RESYNC: (1.31-1.32); FILE MERGED 2003/11/11 19:20:41 ihi 1.31.68.2: en -> en-US 2003/11/10 17:36:41 ihi 1.31.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a8b601c69b6e17efe73358d24106c0f1fa6ad345]

        INTEGRATION: CWS mergebuild (1.22.68); FILE MERGED 2004/05/30 15:52:23 hjs 1.22.68.4: RESYNC: (1.22-1.23); FILE MERGED 2004/02/05 18:00:07 hjs 1.22.68.3: #i8252# fix too much localizing 2003/11/11 19:20:40 ihi 1.22.68.2: en -> en-US 2003/11/10 17:36:40 ihi 1.22.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [29c11ed3d462bcda0df9c01d3d0077f0e2e0bba0]

        INTEGRATION: CWS mergebuild (1.57.68); FILE MERGED 2004/05/30 15:52:04 hjs 1.57.68.7: RESYNC: (1.62-1.63); FILE MERGED 2004/05/18 14:45:49 hjs 1.57.68.6: RESYNC: (1.61-1.62); FILE MERGED 2004/04/30 13:32:10 hjs 1.57.68.5: #i8252# fix unmerge probs 2004/04/20 23:57:54 hjs 1.57.68.4: RESYNC: (1.58-1.61); FILE MERGED 2003/11/18 22:07:50 hjs 1.57.68.3: RESYNC: (1.57-1.58); FILE MERGED 2003/11/11 19:20:29 ihi 1.57.68.2: en -> en-US 2003/11/10 17:36:29 ihi 1.57.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [427d0fda2bd25e6dc5c4fb1c8f65cd18f0416a64]

        INTEGRATION: CWS mergebuild (1.24.68); FILE MERGED 2004/04/30 13:32:10 hjs 1.24.68.4: #i8252# fix unmerge probs 2004/04/20 23:57:46 hjs 1.24.68.3: RESYNC: (1.24-1.25); FILE MERGED 2003/11/11 19:20:29 ihi 1.24.68.2: en -> en-US 2003/11/10 17:36:29 ihi 1.24.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [24de9ef5f71e023ab11976be56c51cb06787cf49]

        INTEGRATION: CWS mergebuild (1.20.68); FILE MERGED 2004/04/20 23:57:39 hjs 1.20.68.4: RESYNC: (1.21-1.22); FILE MERGED 2003/11/18 22:07:45 hjs 1.20.68.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/11 19:20:28 ihi 1.20.68.2: en -> en-US 2003/11/10 17:36:28 ihi 1.20.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e0a42ed26f0d3fdc73cbe806052c01e0752ca4c9]

        INTEGRATION: CWS mergebuild (1.35.68); FILE MERGED 2004/04/20 23:57:23 hjs 1.35.68.3: RESYNC: (1.35-1.36); FILE MERGED 2003/11/11 19:20:27 ihi 1.35.68.2: en -> en-US 2003/11/10 17:36:28 ihi 1.35.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [374bdbbbccff62cc217399c5afd2643a9970c8c2]

        INTEGRATION: CWS mergebuild (1.34.68); FILE MERGED 2004/05/18 14:45:42 hjs 1.34.68.6: RESYNC: (1.35-1.36); FILE MERGED 2004/04/20 23:57:15 hjs 1.34.68.5: RESYNC: (1.34-1.35); FILE MERGED 2004/02/23 11:25:49 ihi 1.34.68.4: Merge-While-Build update 2003/12/16 16:17:29 ihi 1.34.68.3: x-no-translate conversion 2003/11/11 19:20:26 ihi 1.34.68.2: en -> en-US 2003/11/10 17:36:27 ihi 1.34.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7c00081a4ab20c2da4fa0b20f76fdb30211aaa23]

        INTEGRATION: CWS mergebuild (1.22.68); FILE MERGED 2004/04/20 23:57:07 hjs 1.22.68.4: RESYNC: (1.23-1.24); FILE MERGED 2003/11/18 22:07:40 hjs 1.22.68.3: RESYNC: (1.22-1.23); FILE MERGED 2003/11/11 19:20:26 ihi 1.22.68.2: en -> en-US 2003/11/10 17:36:27 ihi 1.22.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ca641ed672bf895159629bca50bbe287fdd11192]

        INTEGRATION: CWS mergebuild (1.15.68); FILE MERGED 2004/04/20 23:56:59 hjs 1.15.68.6: RESYNC: (1.16-1.17); FILE MERGED 2004/02/23 11:25:49 ihi 1.15.68.5: Merge-While-Build update 2003/12/16 16:17:28 ihi 1.15.68.4: x-no-translate conversion 2003/11/18 22:07:34 hjs 1.15.68.3: RESYNC: (1.15-1.16); FILE MERGED 2003/11/11 19:20:25 ihi 1.15.68.2: en -> en-US 2003/11/10 17:36:27 ihi 1.15.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e623e81149e05dbb8ef52f0ce8f86ebbd70c710f]

        INTEGRATION: CWS mergebuild (1.18.68); FILE MERGED 2004/04/20 23:56:52 hjs 1.18.68.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/11 19:20:25 ihi 1.18.68.2: en -> en-US 2003/11/10 17:36:26 ihi 1.18.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [489be5cc57aacc75c97b25659562cf36475f094a]

        INTEGRATION: CWS mergebuild (1.77.16); FILE MERGED 2004/05/18 14:45:34 hjs 1.77.16.6: RESYNC: (1.78-1.79); FILE MERGED 2004/04/20 23:56:44 hjs 1.77.16.5: RESYNC: (1.77-1.78); FILE MERGED 2004/02/23 11:25:48 ihi 1.77.16.4: Merge-While-Build update 2003/12/16 16:17:27 ihi 1.77.16.3: x-no-translate conversion 2003/11/11 19:20:24 ihi 1.77.16.2: en -> en-US 2003/11/10 17:36:25 ihi 1.77.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [23034c5dad6ed61665a42de8b4ce319dfd45630c]

        INTEGRATION: CWS mergebuild (1.76.62); FILE MERGED 2004/04/20 23:56:30 hjs 1.76.62.6: RESYNC: (1.77-1.78); FILE MERGED 2003/12/03 17:30:38 hjs 1.76.62.5: #i8252# fixed syntax 2003/11/20 18:37:59 hjs 1.76.62.4: #i8252# removed remains of resync 2003/11/18 22:07:21 hjs 1.76.62.3: RESYNC: (1.76-1.77); FILE MERGED 2003/11/11 19:20:18 ihi 1.76.62.2: en -> en-US 2003/11/10 17:36:19 ihi 1.76.62.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [805233c233fa44631db7caf271dc151b40a7a484]

        INTEGRATION: CWS mergebuild (1.41.68); FILE MERGED 2004/04/20 23:56:09 hjs 1.41.68.3: RESYNC: (1.41-1.42); FILE MERGED 2003/11/11 19:20:17 ihi 1.41.68.2: en -> en-US 2003/11/10 17:36:19 ihi 1.41.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [23e82fff14e9f282b3a6003f1d04e0a14787d5a7]

        INTEGRATION: CWS mergebuild (1.19.68); FILE MERGED 2004/04/20 23:56:02 hjs 1.19.68.6: RESYNC: (1.20-1.21); FILE MERGED 2004/02/23 11:25:48 ihi 1.19.68.5: Merge-While-Build update 2003/12/16 16:17:27 ihi 1.19.68.4: x-no-translate conversion 2003/11/18 22:07:14 hjs 1.19.68.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/11 19:20:17 ihi 1.19.68.2: en -> en-US 2003/11/10 17:36:19 ihi 1.19.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d591e51524952798ed6b437295d8bc2811ae6dce]

        INTEGRATION: CWS mergebuild (1.1.1.1.292); FILE MERGED 2004/03/02 15:45:57 ihi 1.1.1.1.292.1: Update Merge-While-Build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a4a6b5cc0b951d0a9800e37495fa4fb268552aac]

        INTEGRATION: CWS mergebuild (1.47.68); FILE MERGED 2004/05/18 14:45:23 hjs 1.47.68.4: RESYNC: (1.50-1.51); FILE MERGED 2004/04/20 23:55:46 hjs 1.47.68.3: RESYNC: (1.47-1.50); FILE MERGED 2003/11/11 19:20:16 ihi 1.47.68.2: en -> en-US 2003/11/10 17:36:18 ihi 1.47.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e5c8af840f3a0aa279a79fd8d982a945773d9810]

        INTEGRATION: CWS mergebuild (1.57.68); FILE MERGED 2004/05/21 17:41:15 hjs 1.57.68.4: #i8252# fix resync problems 2004/04/20 23:55:39 hjs 1.57.68.3: RESYNC: (1.57-1.58); FILE MERGED 2003/11/11 19:20:16 ihi 1.57.68.2: en -> en-US 2003/11/10 17:36:18 ihi 1.57.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dcef68c66088e87b369651236cadfd8b8ff3f390]

        INTEGRATION: CWS mergebuild (1.31.68); FILE MERGED 2004/04/20 23:55:32 hjs 1.31.68.3: RESYNC: (1.31-1.32); FILE MERGED 2003/11/11 19:20:15 ihi 1.31.68.2: en -> en-US 2003/11/10 17:36:17 ihi 1.31.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d087a88faab0a8e7e8972fe4321d18e3c78495d0]

        INTEGRATION: CWS mergebuild (1.28.68); FILE MERGED 2004/04/20 23:55:24 hjs 1.28.68.4: RESYNC: (1.29-1.30); FILE MERGED 2003/11/18 22:07:08 hjs 1.28.68.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:20:15 ihi 1.28.68.2: en -> en-US 2003/11/10 17:36:17 ihi 1.28.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8a6aa7c5a7b8a49e8375d7175bc36d75fb69ed77]

        INTEGRATION: CWS mergebuild (1.66.68); FILE MERGED 2004/05/21 17:41:14 hjs 1.66.68.6: #i8252# fix resync problems 2004/05/18 14:45:16 hjs 1.66.68.5: RESYNC: (1.67-1.68); FILE MERGED 2004/04/20 23:55:17 hjs 1.66.68.4: RESYNC: (1.66-1.67); FILE MERGED 2003/12/16 16:17:27 ihi 1.66.68.3: x-no-translate conversion 2003/11/11 19:20:14 ihi 1.66.68.2: en -> en-US 2003/11/10 17:36:16 ihi 1.66.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cb6faf49e3da65029fd90ae03fa9cac74779b941]

        INTEGRATION: CWS mergebuild (1.27.68); FILE MERGED 2004/05/18 14:45:09 hjs 1.27.68.5: RESYNC: (1.29-1.30); FILE MERGED 2004/04/30 13:32:08 hjs 1.27.68.4: #i8252# fix unmerge probs 2004/04/20 23:54:58 hjs 1.27.68.3: RESYNC: (1.27-1.29); FILE MERGED 2003/11/11 19:20:13 ihi 1.27.68.2: en -> en-US 2003/11/10 17:36:15 ihi 1.27.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f4b79bd2375f74a40a81e972cc4e707c8ee5f0e5]

        INTEGRATION: CWS mergebuild (1.47.68); FILE MERGED 2004/05/18 14:45:00 hjs 1.47.68.5: RESYNC: (1.50-1.52); FILE MERGED 2004/04/30 13:32:07 hjs 1.47.68.4: #i8252# fix unmerge probs 2004/04/20 23:54:49 hjs 1.47.68.3: RESYNC: (1.47-1.50); FILE MERGED 2003/11/11 19:20:11 ihi 1.47.68.2: en -> en-US 2003/11/10 17:36:13 ihi 1.47.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d682d571abd63e94e03ae09375a7f7427cf24cf5]

        INTEGRATION: CWS mergebuild (1.50.68); FILE MERGED 2004/05/21 17:41:14 hjs 1.50.68.5: #i8252# fix resync problems 2004/05/18 14:44:52 hjs 1.50.68.4: RESYNC: (1.51-1.52); FILE MERGED 2004/04/20 23:54:06 hjs 1.50.68.3: RESYNC: (1.50-1.51); FILE MERGED 2003/11/11 19:20:11 ihi 1.50.68.2: en -> en-US 2003/11/10 17:36:13 ihi 1.50.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f9c000cab01bd49d49a5b6bdc47aa611f2bd46f6]

        INTEGRATION: CWS mergebuild (1.38.68); FILE MERGED 2004/05/18 14:44:45 hjs 1.38.68.4: RESYNC: (1.39-1.40); FILE MERGED 2004/04/20 23:53:59 hjs 1.38.68.3: RESYNC: (1.38-1.39); FILE MERGED 2003/11/11 19:20:11 ihi 1.38.68.2: en -> en-US 2003/11/10 17:36:13 ihi 1.38.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [450e3c7f7c39fd041209581c7f45cc3ea8874712]

        INTEGRATION: CWS mergebuild (1.37.68); FILE MERGED 2004/05/18 14:44:38 hjs 1.37.68.4: RESYNC: (1.38-1.39); FILE MERGED 2004/04/20 23:53:52 hjs 1.37.68.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/11 19:20:10 ihi 1.37.68.2: en -> en-US 2003/11/10 17:36:12 ihi 1.37.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [034db25c42c89a8c235c417da1b361bd111794e8]

        INTEGRATION: CWS mergebuild (1.25.68); FILE MERGED 2004/04/20 23:53:44 hjs 1.25.68.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:20:10 ihi 1.25.68.2: en -> en-US 2003/11/10 17:36:12 ihi 1.25.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [be8b7eda23d5f117eba63f5d88868384861d6fc4]

        INTEGRATION: CWS mergebuild (1.38.68); FILE MERGED 2004/04/20 23:53:29 hjs 1.38.68.3: RESYNC: (1.38-1.39); FILE MERGED 2003/11/11 19:20:09 ihi 1.38.68.2: en -> en-US 2003/11/10 17:36:11 ihi 1.38.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6de283825084c58689bff44c4b6b34874dbaea23]

        INTEGRATION: CWS mergebuild (1.49.68); FILE MERGED 2004/05/18 14:44:22 hjs 1.49.68.5: RESYNC: (1.50-1.51); FILE MERGED 2004/04/30 13:32:06 hjs 1.49.68.4: #i8252# fix unmerge probs 2004/04/20 23:53:22 hjs 1.49.68.3: RESYNC: (1.49-1.50); FILE MERGED 2003/11/11 19:20:08 ihi 1.49.68.2: en -> en-US 2003/11/10 17:36:10 ihi 1.49.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [07ddbcd61b37126011b041a75c132b071d398bf2]

        INTEGRATION: CWS mergebuild (1.20.68); FILE MERGED 2004/04/20 23:51:11 hjs 1.20.68.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/11 19:20:07 ihi 1.20.68.2: en -> en-US 2003/11/10 17:36:09 ihi 1.20.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8cd00f7e1073af0f7adaaa1b2f8968d89dcd5d17]

        INTEGRATION: CWS mergebuild (1.44.68); FILE MERGED 2004/05/18 14:43:45 hjs 1.44.68.7: RESYNC: (1.47-1.48); FILE MERGED 2004/04/30 13:32:06 hjs 1.44.68.6: #i8252# fix unmerge probs 2004/04/20 23:51:03 hjs 1.44.68.5: RESYNC: (1.44-1.47); FILE MERGED 2004/02/23 11:25:47 ihi 1.44.68.4: Merge-While-Build update 2003/12/16 16:17:23 ihi 1.44.68.3: x-no-translate conversion 2003/11/11 19:20:06 ihi 1.44.68.2: en -> en-US 2003/11/10 17:36:08 ihi 1.44.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8c112e3311081d078d771f01f65dd8fdd26a2d96]

        INTEGRATION: CWS mergebuild (1.37.68); FILE MERGED 2004/05/18 14:43:29 hjs 1.37.68.4: RESYNC: (1.38-1.39); FILE MERGED 2004/04/20 23:50:42 hjs 1.37.68.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/11 19:20:06 ihi 1.37.68.2: en -> en-US 2003/11/10 17:36:08 ihi 1.37.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4009a7488482be21a3adfec98c917449772e240d]

        INTEGRATION: CWS mergebuild (1.25.68); FILE MERGED 2004/04/20 23:48:32 hjs 1.25.68.5: RESYNC: (1.25-1.26); FILE MERGED 2004/02/23 11:25:47 ihi 1.25.68.4: Merge-While-Build update 2003/12/16 16:17:22 ihi 1.25.68.3: x-no-translate conversion 2003/11/11 19:20:02 ihi 1.25.68.2: en -> en-US 2003/11/10 17:36:04 ihi 1.25.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d9380b9722ec3824f8ed48e7398e8e35a1f2cea6]

        INTEGRATION: CWS mergebuild (1.29.68); FILE MERGED 2004/04/20 23:48:16 hjs 1.29.68.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:20:01 ihi 1.29.68.2: en -> en-US 2003/11/10 17:36:04 ihi 1.29.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e248b55ce0418e31e804747006592c5ccf6f517]

        INTEGRATION: CWS mergebuild (1.26.68); FILE MERGED 2004/04/20 23:48:08 hjs 1.26.68.3: RESYNC: (1.26-1.27); FILE MERGED 2003/11/11 19:20:01 ihi 1.26.68.2: en -> en-US 2003/11/10 17:36:04 ihi 1.26.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8e9f6e2194a604f9f295f6e4df40887b70bf3935]

        INTEGRATION: CWS mergebuild (1.28.68); FILE MERGED 2004/04/30 13:32:05 hjs 1.28.68.5: #i8252# fix unmerge probs 2004/04/20 23:47:29 hjs 1.28.68.4: RESYNC: (1.28-1.29); FILE MERGED 2004/02/23 11:25:46 ihi 1.28.68.3: Merge-While-Build update 2003/11/11 19:20:01 ihi 1.28.68.2: en -> en-US 2003/11/10 17:36:03 ihi 1.28.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a0b285ca8e055e96474cc822d523d3e50e3fbc9d]

        INTEGRATION: CWS mergebuild (1.23.68); FILE MERGED 2004/04/30 13:32:04 hjs 1.23.68.4: #i8252# fix unmerge probs 2004/04/20 23:41:39 hjs 1.23.68.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:19:59 ihi 1.23.68.2: en -> en-US 2003/11/10 17:36:02 ihi 1.23.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [269407acd7ebb4b1f2e756e8df2721684a78477e]

        INTEGRATION: CWS mergebuild (1.41.68); FILE MERGED 2004/04/20 23:41:00 hjs 1.41.68.3: RESYNC: (1.41-1.42); FILE MERGED 2003/11/11 19:19:59 ihi 1.41.68.2: en -> en-US 2003/11/10 17:36:02 ihi 1.41.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cb6fea5ed4dc23799421da71495cf7b4e7ad9633]

        INTEGRATION: CWS mergebuild (1.28.68); FILE MERGED 2004/04/20 23:40:52 hjs 1.28.68.4: RESYNC: (1.28-1.29); FILE MERGED 2003/12/16 16:17:21 ihi 1.28.68.3: x-no-translate conversion 2003/11/11 19:19:59 ihi 1.28.68.2: en -> en-US 2003/11/10 17:36:01 ihi 1.28.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [15c6b6a750332d5680fa54502888ea7d9fdfef1c]

        INTEGRATION: CWS mergebuild (1.58.68); FILE MERGED 2004/04/30 13:32:04 hjs 1.58.68.4: #i8252# fix unmerge probs 2004/04/20 23:40:22 hjs 1.58.68.3: RESYNC: (1.58-1.60); FILE MERGED 2003/11/11 19:19:57 ihi 1.58.68.2: en -> en-US 2003/11/10 17:36:00 ihi 1.58.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb3359277afab8e50a47342e4a639cc221c63162]

        INTEGRATION: CWS mergebuild (1.19.68); FILE MERGED 2004/04/30 13:32:03 hjs 1.19.68.4: #i8252# fix unmerge probs 2004/04/20 23:39:07 hjs 1.19.68.3: RESYNC: (1.19-1.21); FILE MERGED 2003/11/11 19:19:57 ihi 1.19.68.2: en -> en-US 2003/11/10 17:36:00 ihi 1.19.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2d6c4f893897619b42a01c5d3bcc4ec5c98551ac]

        INTEGRATION: CWS mergebuild (1.24.68); FILE MERGED 2004/04/20 23:38:24 hjs 1.24.68.3: RESYNC: (1.24-1.25); FILE MERGED 2003/11/11 19:19:56 ihi 1.24.68.2: en -> en-US 2003/11/10 17:35:59 ihi 1.24.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9932a9de7c107fdb34a1f2056ffac6c96f9352cf]

        INTEGRATION: CWS mergebuild (1.38.16); FILE MERGED 2004/05/18 14:35:34 hjs 1.38.16.6: RESYNC: (1.39-1.40); FILE MERGED 2004/04/20 23:36:18 hjs 1.38.16.5: RESYNC: (1.38-1.39); FILE MERGED 2004/02/23 11:25:46 ihi 1.38.16.4: Merge-While-Build update 2003/12/16 16:17:20 ihi 1.38.16.3: x-no-translate conversion 2003/11/11 19:19:53 ihi 1.38.16.2: en -> en-US 2003/11/10 17:35:57 ihi 1.38.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2bee3098a0934b8353741b3a21fd6f8839cb675d]

        INTEGRATION: CWS mergebuild (1.36.68); FILE MERGED 2004/04/20 23:35:38 hjs 1.36.68.3: RESYNC: (1.36-1.38); FILE MERGED 2003/11/11 19:19:52 ihi 1.36.68.2: en -> en-US 2003/11/10 17:35:56 ihi 1.36.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [939686fde0a1f354c7de08853de5dd70c79170d7]

        INTEGRATION: CWS mergebuild (1.50.68); FILE MERGED 2004/06/21 13:07:23 ihi 1.50.68.6: #i8252# Removed duplicated de entry 2004/05/21 17:41:13 hjs 1.50.68.5: #i8252# fix resync problems 2004/05/18 14:34:38 hjs 1.50.68.4: RESYNC: (1.51-1.53); FILE MERGED 2004/04/20 23:33:57 hjs 1.50.68.3: RESYNC: (1.50-1.51); FILE MERGED 2003/11/11 19:19:51 ihi 1.50.68.2: en -> en-US 2003/11/10 17:35:56 ihi 1.50.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d9cbd536f2fce149b6169135620df086dbb6e011]

        INTEGRATION: CWS mergebuild (1.29.68); FILE MERGED 2004/04/20 23:34:55 hjs 1.29.68.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:19:51 ihi 1.29.68.2: en -> en-US 2003/11/10 17:35:55 ihi 1.29.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3a9836b4ba2575532a68c79d391a20783bb84456]

        INTEGRATION: CWS mergebuild (1.32.68); FILE MERGED 2004/04/20 23:34:31 hjs 1.32.68.4: RESYNC: (1.32-1.33); FILE MERGED 2003/12/16 16:17:19 ihi 1.32.68.3: x-no-translate conversion 2003/11/11 19:19:50 ihi 1.32.68.2: en -> en-US 2003/11/10 17:35:55 ihi 1.32.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5e3abe9ac83c13449f30047a9f780380c891cad3]

        INTEGRATION: CWS mergebuild (1.31.68); FILE MERGED 2004/05/18 14:34:01 hjs 1.31.68.4: RESYNC: (1.32-1.33); FILE MERGED 2004/04/20 23:34:14 hjs 1.31.68.3: RESYNC: (1.31-1.32); FILE MERGED 2003/11/11 19:19:50 ihi 1.31.68.2: en -> en-US 2003/11/10 17:35:55 ihi 1.31.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b4384d24b8bfe734b68ff9f2b753af5f7882fd70]

        INTEGRATION: CWS mergebuild (1.29.68); FILE MERGED 2004/04/20 23:34:04 hjs 1.29.68.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:19:49 ihi 1.29.68.2: en -> en-US 2003/11/10 17:35:54 ihi 1.29.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ea3f57baa62080b3a5741badd095fe097c79770f]

        INTEGRATION: CWS mergebuild (1.41.68); FILE MERGED 2004/04/30 13:32:02 hjs 1.41.68.6: #i8252# fix unmerge probs 2004/04/20 23:11:20 hjs 1.41.68.5: RESYNC: (1.41-1.42); FILE MERGED 2004/02/23 11:25:45 ihi 1.41.68.4: Merge-While-Build update 2003/12/16 16:17:18 ihi 1.41.68.3: x-no-translate conversion 2003/11/11 19:19:47 ihi 1.41.68.2: en -> en-US 2003/11/10 17:35:53 ihi 1.41.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f8c27811e5e344bcddbc0cef7a31cb1a41f0ed4]

        INTEGRATION: CWS mergebuild (1.12.60); FILE MERGED 2004/05/18 14:23:29 hjs 1.12.60.3: RESYNC: (1.14-1.15); FILE MERGED 2004/04/20 23:04:48 hjs 1.12.60.2: RESYNC: (1.12-1.14); FILE MERGED 2003/12/08 17:20:55 hjs 1.12.60.1: #i8252# deliver five char iso too

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3fc1a94690169c761a4188d325c713b3872268a8]

        INTEGRATION: CWS mergebuild (1.17.68); FILE MERGED 2004/04/20 22:56:16 hjs 1.17.68.3: RESYNC: (1.17-1.18); FILE MERGED 2003/11/11 19:19:44 ihi 1.17.68.2: en -> en-US 2003/11/10 17:35:50 ihi 1.17.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [601e395d83eb932b510180d77853b721971f33fa]

        INTEGRATION: CWS mergebuild (1.27.68); FILE MERGED 2004/04/20 22:56:05 hjs 1.27.68.3: RESYNC: (1.27-1.28); FILE MERGED 2003/11/11 19:19:43 ihi 1.27.68.2: en -> en-US 2003/11/10 17:35:49 ihi 1.27.68.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [718f309c932d6bad1b6de923bec77023e47c2053]

        INTEGRATION: CWS mergebuild (1.20.84); FILE MERGED 2004/05/30 23:11:21 hjs 1.20.84.6: RESYNC: (1.28-1.29); FILE MERGED 2004/05/18 14:20:23 hjs 1.20.84.5: RESYNC: (1.27-1.28); FILE MERGED 2004/05/10 18:53:36 hjs 1.20.84.4: #i8252# also try lcommon dir 2004/04/20 22:55:04 hjs 1.20.84.3: RESYNC: (1.24-1.27); FILE MERGED 2003/11/18 21:44:23 hjs 1.20.84.2: RESYNC: (1.20-1.24); FILE MERGED 2003/10/20 19:05:29 hjs 1.20.84.1: #111260# use SOLARCOMMONRESDDIR to access delivered srs files

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [94af34ba1f11c65e8af24f0a82cdedee3bf401c5]

        INTEGRATION: CWS mergebuild (1.21.58); FILE MERGED 2004/04/30 15:29:03 hjs 1.21.58.5: #i8252# fix unmerge probs 2004/04/20 21:59:36 hjs 1.21.58.4: RESYNC: (1.21-1.22); FILE MERGED 2004/02/23 11:36:33 ihi 1.21.58.3: Merge-While-Build update 2003/11/11 19:22:20 ihi 1.21.58.2: en -> en-US 2003/11/10 17:40:40 ihi 1.21.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1ad2de9618db915ed9dd64bd4b2b98c038c863c9]

        INTEGRATION: CWS mergebuild (1.13.58); FILE MERGED 2004/04/30 15:29:03 hjs 1.13.58.5: #i8252# fix unmerge probs 2004/04/20 21:58:59 hjs 1.13.58.4: RESYNC: (1.13-1.14); FILE MERGED 2004/02/23 11:36:33 ihi 1.13.58.3: Merge-While-Build update 2003/11/11 19:22:19 ihi 1.13.58.2: en -> en-US 2003/11/10 17:40:38 ihi 1.13.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7327d87ff956ae2b472fa4a4accbbecd371f4c76]

        INTEGRATION: CWS mergebuild (1.23.58); FILE MERGED 2004/05/21 16:51:50 hjs 1.23.58.5: #i8252# fix resync problems 2004/05/18 13:59:34 hjs 1.23.58.4: RESYNC: (1.24-1.25); FILE MERGED 2004/04/20 21:58:33 hjs 1.23.58.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:22:19 ihi 1.23.58.2: en -> en-US 2003/11/10 17:40:38 ihi 1.23.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b8c4f97d4aff72ab8326049c820bc241b03b9341]

        INTEGRATION: CWS mergebuild (1.18.58); FILE MERGED 2004/04/20 21:57:29 hjs 1.18.58.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/11 19:22:18 ihi 1.18.58.2: en -> en-US 2003/11/10 17:40:36 ihi 1.18.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c594ea4f432371da15bca3dd143a8977832bd6e2]

        INTEGRATION: CWS mergebuild (1.33.58); FILE MERGED 2004/04/20 21:57:01 hjs 1.33.58.3: RESYNC: (1.33-1.34); FILE MERGED 2003/11/11 19:22:17 ihi 1.33.58.2: en -> en-US 2003/11/10 17:40:34 ihi 1.33.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8243680bc5c367be6754c2b76b0b36fc8039c624]

        INTEGRATION: CWS mergebuild (1.23.58); FILE MERGED 2004/05/21 16:51:50 hjs 1.23.58.5: #i8252# fix resync problems 2004/05/18 13:58:14 hjs 1.23.58.4: RESYNC: (1.24-1.25); FILE MERGED 2004/04/20 21:56:54 hjs 1.23.58.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:22:16 ihi 1.23.58.2: en -> en-US 2003/11/10 17:40:33 ihi 1.23.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0aa2da99b58d27db08dd90da5162131d4d8ba78d]

        INTEGRATION: CWS mergebuild (1.20.58); FILE MERGED 2004/04/20 21:56:37 hjs 1.20.58.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/11 19:22:16 ihi 1.20.58.2: en -> en-US 2003/11/10 17:40:32 ihi 1.20.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f9f1cf3f9bc23b18c69f6e8268310515cc0dc374]

        INTEGRATION: CWS mergebuild (1.39.58); FILE MERGED 2004/05/18 13:57:53 hjs 1.39.58.5: RESYNC: (1.40-1.41); FILE MERGED 2004/04/30 15:29:03 hjs 1.39.58.4: #i8252# fix unmerge probs 2004/04/20 21:56:21 hjs 1.39.58.3: RESYNC: (1.39-1.40); FILE MERGED 2003/11/11 19:22:15 ihi 1.39.58.2: en -> en-US 2003/11/10 17:40:30 ihi 1.39.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [796a7b7f7b63aba6841e4e0fde5fd97722a28bbe]

        INTEGRATION: CWS mergebuild (1.22.58); FILE MERGED 2004/04/30 15:29:02 hjs 1.22.58.4: #i8252# fix unmerge probs 2004/04/20 21:56:14 hjs 1.22.58.3: RESYNC: (1.22-1.23); FILE MERGED 2003/11/11 19:22:15 ihi 1.22.58.2: en -> en-US 2003/11/10 17:40:29 ihi 1.22.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b8a3ee5db3777b559be63035582755edf3cf6815]

        INTEGRATION: CWS mergebuild (1.28.58); FILE MERGED 2004/05/30 23:08:38 hjs 1.28.58.6: RESYNC: (1.29-1.30); FILE MERGED 2004/04/29 11:10:48 hjs 1.28.58.5: #i8252# fix unmerge probs 2004/04/20 21:55:47 hjs 1.28.58.4: RESYNC: (1.28-1.29); FILE MERGED 2004/02/23 11:36:33 ihi 1.28.58.3: Merge-While-Build update 2003/11/11 19:22:14 ihi 1.28.58.2: en -> en-US 2003/11/10 17:40:28 ihi 1.28.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3e4e5b4f853da5789b30e26a4b9c724ddc239337]

        INTEGRATION: CWS mergebuild (1.19.58); FILE MERGED 2004/04/20 21:55:31 hjs 1.19.58.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/11 19:22:14 ihi 1.19.58.2: en -> en-US 2003/11/10 17:40:27 ihi 1.19.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d754f238ffc714a176fe3d5982316dfb3f94546f]

        INTEGRATION: CWS mergebuild (1.2.48); FILE MERGED 2004/05/21 16:51:50 hjs 1.2.48.1: #i8252# fix resync problems

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9b45db9f3bd1d656f6ef0e5ceff43f98ea79d5f4]

        INTEGRATION: CWS mergebuild (1.25.58); FILE MERGED 2004/04/20 21:55:06 hjs 1.25.58.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:22:14 ihi 1.25.58.2: en -> en-US 2003/11/10 17:40:26 ihi 1.25.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [27f4f6428d1f980de82518d3c3b9df8cba7f1643]

        INTEGRATION: CWS mergebuild (1.9.58); FILE MERGED 2004/04/20 21:54:46 hjs 1.9.58.3: RESYNC: (1.9-1.10); FILE MERGED 2003/11/11 19:22:13 ihi 1.9.58.2: en -> en-US 2003/11/10 17:40:26 ihi 1.9.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b53482a81af1774b58f4d20ebeee25f9562553e6]

        INTEGRATION: CWS mergebuild (1.2.48); FILE MERGED 2004/05/21 16:51:49 hjs 1.2.48.1: #i8252# fix resync problems

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1362053394d3c5dc477d3247c0cc2b57bd754719]

        INTEGRATION: CWS mergebuild (1.25.58); FILE MERGED 2004/04/20 21:53:44 hjs 1.25.58.4: RESYNC: (1.25-1.26); FILE MERGED 2004/02/23 11:36:32 ihi 1.25.58.3: Merge-While-Build update 2003/11/11 19:22:12 ihi 1.25.58.2: en -> en-US 2003/11/10 17:40:23 ihi 1.25.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [108c853ceaa8bc2c22ee72df4e920dfb8db9b3c3]

        INTEGRATION: CWS mergebuild (1.21.58); FILE MERGED 2004/04/20 21:53:28 hjs 1.21.58.3: RESYNC: (1.21-1.22); FILE MERGED 2003/11/11 19:22:12 ihi 1.21.58.2: en -> en-US 2003/11/10 17:40:23 ihi 1.21.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e65994a28027bf652203dc09d318aaaec42d64d2]

        INTEGRATION: CWS mergebuild (1.25.58); FILE MERGED 2004/04/20 21:53:12 hjs 1.25.58.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:22:12 ihi 1.25.58.2: en -> en-US 2003/11/10 17:40:22 ihi 1.25.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [70080f2ff5a17805d9409911a62f20986ad69f58]

        INTEGRATION: CWS mergebuild (1.29.58); FILE MERGED 2004/04/20 21:52:52 hjs 1.29.58.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:22:11 ihi 1.29.58.2: en -> en-US 2003/11/10 17:40:22 ihi 1.29.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5a303417d9ee71f4845b4086f6491b1f70853f1a]

        INTEGRATION: CWS mergebuild (1.23.58); FILE MERGED 2004/04/20 21:52:11 hjs 1.23.58.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:22:10 ihi 1.23.58.2: en -> en-US 2003/11/10 17:40:21 ihi 1.23.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6044e81198fe4443ae5b865c7c49690e3ceb424b]

        INTEGRATION: CWS mergebuild (1.24.58); FILE MERGED 2004/04/30 15:29:02 hjs 1.24.58.5: #i8252# fix unmerge probs 2004/04/20 21:52:04 hjs 1.24.58.4: RESYNC: (1.24-1.25); FILE MERGED 2004/02/23 11:36:32 ihi 1.24.58.3: Merge-While-Build update 2003/11/11 19:22:10 ihi 1.24.58.2: en -> en-US 2003/11/10 17:40:20 ihi 1.24.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a75313dade270a41264bcc1c47854a8418ddb727]

        INTEGRATION: CWS mergebuild (1.34.58); FILE MERGED 2004/04/20 21:51:56 hjs 1.34.58.3: RESYNC: (1.34-1.35); FILE MERGED 2003/11/11 19:22:10 ihi 1.34.58.2: en -> en-US 2003/11/10 17:40:18 ihi 1.34.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dad099319f1f917c38361d974e3e3f29ac2e5575]

        INTEGRATION: CWS mergebuild (1.9.58); FILE MERGED 2004/04/20 21:51:37 hjs 1.9.58.3: RESYNC: (1.9-1.10); FILE MERGED 2003/11/11 19:22:09 ihi 1.9.58.2: en -> en-US 2003/11/10 17:40:18 ihi 1.9.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3183c989d8fc3f4d03d2a57b246ac35eb357149]

        INTEGRATION: CWS mergebuild (1.30.58); FILE MERGED 2004/04/20 21:51:20 hjs 1.30.58.4: RESYNC: (1.30-1.31); FILE MERGED 2004/02/23 11:36:32 ihi 1.30.58.3: Merge-While-Build update 2003/11/11 19:22:09 ihi 1.30.58.2: en -> en-US 2003/11/10 17:40:17 ihi 1.30.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [60773aaf13b6271c4d809248d57c689b788781eb]

        INTEGRATION: CWS mergebuild (1.11.58); FILE MERGED 2004/05/18 13:55:09 hjs 1.11.58.4: RESYNC: (1.13-1.14); FILE MERGED 2004/04/20 21:49:50 hjs 1.11.58.3: RESYNC: (1.11-1.13); FILE MERGED 2003/11/11 19:22:06 ihi 1.11.58.2: en -> en-US 2003/11/10 17:40:09 ihi 1.11.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc06a9884b20c1f45c1021ca3a6ebec1ec778ee1]

        INTEGRATION: CWS mergebuild (1.26.58); FILE MERGED 2004/05/18 13:54:37 hjs 1.26.58.4: RESYNC: (1.28-1.29); FILE MERGED 2004/04/20 21:49:30 hjs 1.26.58.3: RESYNC: (1.26-1.28); FILE MERGED 2003/11/11 19:22:05 ihi 1.26.58.2: en -> en-US 2003/11/10 17:40:08 ihi 1.26.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dc16ed89137d1954da7670c142c79f46ad1590ea]

        INTEGRATION: CWS mergebuild (1.89.54); FILE MERGED 2004/05/21 15:53:27 hjs 1.89.54.6: #i8252# fix resync problems 2004/05/18 13:54:28 hjs 1.89.54.5: RESYNC: (1.90-1.94); FILE MERGED 2004/04/20 21:49:21 hjs 1.89.54.4: RESYNC: (1.89-1.90); FILE MERGED 2004/02/23 11:36:30 ihi 1.89.54.3: Merge-While-Build update 2003/11/11 19:22:04 ihi 1.89.54.2: en -> en-US 2003/11/10 17:40:05 ihi 1.89.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e972d022dad3c2740cf7b881876e085795d4c5d3]

        INTEGRATION: CWS mergebuild (1.25.58); FILE MERGED 2004/04/20 21:49:05 hjs 1.25.58.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:22:03 ihi 1.25.58.2: en -> en-US 2003/11/10 17:40:04 ihi 1.25.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bab94ba728f6ac6bf7eb2d9ae73aa68f07aad706]

        INTEGRATION: CWS mergebuild (1.43.58); FILE MERGED 2004/05/30 23:08:03 hjs 1.43.58.8: RESYNC: (1.44-1.45); FILE MERGED 2004/05/05 16:00:45 ihi 1.43.58.7: ISO Code update / Macro added 2004/04/29 11:10:47 hjs 1.43.58.6: #i8252# fix unmerge probs 2004/04/20 21:47:52 hjs 1.43.58.5: RESYNC: (1.43-1.44); FILE MERGED 2004/02/23 11:36:30 ihi 1.43.58.4: Merge-While-Build update 2004/02/05 18:04:22 hjs 1.43.58.3: #i8252# fix too much localizing 2003/11/11 19:22:03 ihi 1.43.58.2: en -> en-US 2003/11/10 17:40:01 ihi 1.43.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf180cdc4d43db7a41b4371e747d54d8bc091aa4]

        INTEGRATION: CWS mergebuild (1.26.58); FILE MERGED 2004/04/20 21:47:45 hjs 1.26.58.3: RESYNC: (1.26-1.27); FILE MERGED 2003/11/11 19:22:02 ihi 1.26.58.2: en -> en-US 2003/11/10 17:39:59 ihi 1.26.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [046fbc3de85349f5323e7873896b217abc3b5ab0]

        INTEGRATION: CWS mergebuild (1.9.58); FILE MERGED 2004/04/20 21:46:36 hjs 1.9.58.3: RESYNC: (1.9-1.10); FILE MERGED 2003/11/11 19:21:59 ihi 1.9.58.2: en -> en-US 2003/11/10 17:39:49 ihi 1.9.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a65b20c96ea2ea8bb05021523310fb70ab8bd41]

        INTEGRATION: CWS mergebuild (1.13.58); FILE MERGED 2004/04/20 21:45:27 hjs 1.13.58.3: RESYNC: (1.13-1.14); FILE MERGED 2003/11/11 19:21:58 ihi 1.13.58.2: en -> en-US 2003/11/10 17:39:46 ihi 1.13.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0e1e98110929352ac32968a34c7395481ffa65a2]

        INTEGRATION: CWS mergebuild (1.53.58); FILE MERGED 2004/05/21 16:51:49 hjs 1.53.58.6: #i8252# fix resync problems 2004/05/18 13:48:25 hjs 1.53.58.5: RESYNC: (1.54-1.55); FILE MERGED 2004/04/20 21:41:36 hjs 1.53.58.4: RESYNC: (1.53-1.54); FILE MERGED 2004/02/23 11:36:29 ihi 1.53.58.3: Merge-While-Build update 2003/11/11 19:21:57 ihi 1.53.58.2: en -> en-US 2003/11/10 17:39:45 ihi 1.53.58.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e67db19e28901ac48ba4ef43002a86e7d9751c13]

        INTEGRATION: CWS mergebuild (1.15.36); FILE MERGED 2004/05/18 13:47:18 hjs 1.15.36.3: RESYNC: (1.17-1.18); FILE MERGED 2004/04/20 21:38:33 hjs 1.15.36.2: RESYNC: (1.15-1.17); FILE MERGED 2003/12/08 17:14:49 hjs 1.15.36.1: #i8252# deliver five char iso too

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fea2a2e5f9bdd50dd56e221e94453389755b34c0]

        INTEGRATION: CWS mergebuild (1.31.124); FILE MERGED 2004/05/31 02:28:44 hjs 1.31.124.2: RESYNC: (1.31-1.32); FILE MERGED 2003/11/10 17:55:21 ihi 1.31.124.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e5bb72969d3b57034add79e10cf025dad3b33fd]

        INTEGRATION: CWS mergebuild (1.82.36); FILE MERGED 2004/06/02 13:49:37 hjs 1.82.36.2: RESYNC: (1.82-1.83); FILE MERGED 2004/05/19 10:53:56 hjs 1.82.36.1: #i8252# resolve conflict

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b08eac38aa61bee4ebe350b8ad2c66044a93114]

        INTEGRATION: CWS mergebuild (1.41.46); FILE MERGED 2004/05/18 11:25:31 hjs 1.41.46.4: RESYNC: (1.42-1.43); FILE MERGED 2004/04/20 21:04:30 hjs 1.41.46.3: RESYNC: (1.41-1.42); FILE MERGED 2004/02/23 11:38:15 ihi 1.41.46.2: Merge-While-Build update 2003/11/10 17:55:19 ihi 1.41.46.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a85205b2a2a52a845b7f1677e965d52e8655a135]

        INTEGRATION: CWS mergebuild (1.23.54); FILE MERGED 2004/05/31 02:27:04 hjs 1.23.54.4: RESYNC: (1.24-1.25); FILE MERGED 2004/04/22 17:35:58 hjs 1.23.54.3: #i8252# fix marco 2004/04/20 20:58:51 hjs 1.23.54.2: RESYNC: (1.23-1.24); FILE MERGED 2003/11/10 17:55:12 ihi 1.23.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0211707d1e98fb353694914cfb72ec70aad3f9cc]

        INTEGRATION: CWS mergebuild (1.25.54); FILE MERGED 2004/04/20 20:55:54 hjs 1.25.54.2: RESYNC: (1.25-1.26); FILE MERGED 2003/11/10 17:55:09 ihi 1.25.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [885fe5ccac2491eaeae155eab1c589cf97cbaa7e]

        INTEGRATION: CWS mergebuild (1.39.54); FILE MERGED 2004/06/18 16:19:46 hjs 1.39.54.3: #i8252# fix german labeling 2004/04/20 20:55:28 hjs 1.39.54.2: RESYNC: (1.39-1.40); FILE MERGED 2003/11/10 17:55:09 ihi 1.39.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f2d0f302a578edfd5f949cc0927495cafed987a4]

        INTEGRATION: CWS mergebuild (1.26.54); FILE MERGED 2004/04/20 20:55:03 hjs 1.26.54.3: RESYNC: (1.26-1.28); FILE MERGED 2004/02/23 11:38:13 ihi 1.26.54.2: Merge-While-Build update 2003/11/10 17:55:08 ihi 1.26.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e253b7ebc9de0ff1a195896c97697237ae179664]

        INTEGRATION: CWS mergebuild (1.29.54); FILE MERGED 2004/04/20 20:54:44 hjs 1.29.54.2: RESYNC: (1.29-1.30); FILE MERGED 2003/11/10 17:55:08 ihi 1.29.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d2f4074a7b0604de8e61079fd3ca50d64f4460b]

        INTEGRATION: CWS mergebuild (1.70.46); FILE MERGED 2004/04/20 20:53:38 hjs 1.70.46.3: RESYNC: (1.70-1.71); FILE MERGED 2004/02/23 11:38:12 ihi 1.70.46.2: Merge-While-Build update 2003/11/10 17:55:07 ihi 1.70.46.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a987732bfd0a2475858bc809808cf97198d158f4]

        INTEGRATION: CWS mergebuild (1.31.54); FILE MERGED 2004/04/20 20:53:31 hjs 1.31.54.2: RESYNC: (1.31-1.32); FILE MERGED 2003/11/10 17:55:03 ihi 1.31.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [92aea3d0feebbb30efe03e4f81a9c8864814c44c]

        INTEGRATION: CWS mergebuild (1.27.54); FILE MERGED 2004/05/31 02:26:11 hjs 1.27.54.3: RESYNC: (1.28-1.29); FILE MERGED 2004/04/20 20:53:15 hjs 1.27.54.2: RESYNC: (1.27-1.28); FILE MERGED 2003/11/10 17:55:03 ihi 1.27.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [829f6255f61cbb3c6bba4e299c2f9180b1d450bf]

        INTEGRATION: CWS mergebuild (1.2.60); FILE MERGED 2004/04/22 16:00:18 ihi 1.2.60.1: Unmerge fix

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [675b1f1eac7f01996aa340705b9a65a592dd89df]

        INTEGRATION: CWS mergebuild (1.11.54); FILE MERGED 2004/04/20 20:51:53 hjs 1.11.54.2: RESYNC: (1.11-1.12); FILE MERGED 2003/11/10 17:55:02 ihi 1.11.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e39b0047c8fdd6231f80247809a96ec95ced37b]

        INTEGRATION: CWS mergebuild (1.34.54); FILE MERGED 2004/04/20 20:51:46 hjs 1.34.54.2: RESYNC: (1.34-1.35); FILE MERGED 2003/11/10 17:55:01 ihi 1.34.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b279728f8471c8aca84a12fd12a6d8c8c7504bd3]

        INTEGRATION: CWS mergebuild (1.23.54); FILE MERGED 2004/04/20 20:51:36 hjs 1.23.54.2: RESYNC: (1.23-1.24); FILE MERGED 2003/11/10 17:55:01 ihi 1.23.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [48cb7f1e77ca457917188a6ad9eaf944406d86ba]

        INTEGRATION: CWS mergebuild (1.18.54); FILE MERGED 2004/04/20 20:51:29 hjs 1.18.54.2: RESYNC: (1.18-1.19); FILE MERGED 2003/11/10 17:55:01 ihi 1.18.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b165954621004a7ceb3d8ef11743d4677c03c539]

        INTEGRATION: CWS mergebuild (1.27.54); FILE MERGED 2004/04/20 20:51:22 hjs 1.27.54.2: RESYNC: (1.27-1.28); FILE MERGED 2003/11/10 17:55:00 ihi 1.27.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8acb2bcb1f380d5be5075222425e92d74d8ea585]

        INTEGRATION: CWS mergebuild (1.34.54); FILE MERGED 2004/06/16 15:15:55 hjs 1.34.54.5: #i8252# en-US 2004/06/03 09:50:05 hjs 1.34.54.4: #i8252# resync problems 2004/04/20 20:50:29 hjs 1.34.54.3: RESYNC: (1.34-1.35); FILE MERGED 2004/02/23 11:38:12 ihi 1.34.54.2: Merge-While-Build update 2003/11/10 17:54:59 ihi 1.34.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d2cbf3cb187ffd3ffc4b4d32e36a738c2af98911]

        INTEGRATION: CWS mergebuild (1.21.54); FILE MERGED 2004/04/20 20:49:54 hjs 1.21.54.2: RESYNC: (1.21-1.22); FILE MERGED 2003/11/10 17:54:58 ihi 1.21.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a72e51658d4a0d86ac186692af26f1fa92ebdbe7]

        INTEGRATION: CWS mergebuild (1.17.54); FILE MERGED 2004/04/20 20:49:19 hjs 1.17.54.2: RESYNC: (1.17-1.18); FILE MERGED 2003/11/10 17:54:57 ihi 1.17.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bb7b9b6f84f6ac0edec93cc682b4deea24934078]

        INTEGRATION: CWS mergebuild (1.39.54); FILE MERGED 2004/06/03 09:50:04 hjs 1.39.54.5: #i8252# resync problems 2004/05/31 02:25:41 hjs 1.39.54.4: RESYNC: (1.41-1.43); FILE MERGED 2004/04/20 20:49:05 hjs 1.39.54.3: RESYNC: (1.39-1.40); FILE MERGED 2004/02/23 11:38:11 ihi 1.39.54.2: Merge-While-Build update 2003/11/10 17:54:56 ihi 1.39.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e3af0ba5483a3553d6708372275008050ae44aa8]

        INTEGRATION: CWS mergebuild (1.32.54); FILE MERGED 2004/04/20 20:48:50 hjs 1.32.54.3: RESYNC: (1.32-1.33); FILE MERGED 2004/02/23 11:38:11 ihi 1.32.54.2: Merge-While-Build update 2003/11/10 17:54:56 ihi 1.32.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4bc4d9c4c86cd91c4629aff179073fa13179284d]

        INTEGRATION: CWS mergebuild (1.15.60); FILE MERGED 2004/04/20 20:48:16 hjs 1.15.60.2: RESYNC: (1.15-1.17); FILE MERGED 2004/01/29 15:08:02 hjs 1.15.60.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a2f676df9b0d90b3301029fc56b7db5834aff53a]

        INTEGRATION: CWS mergebuild (1.38.54); FILE MERGED 2004/04/20 20:46:51 hjs 1.38.54.2: RESYNC: (1.38-1.39); FILE MERGED 2003/11/10 17:54:54 ihi 1.38.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [24e58e2f28b241bd072e930c6121e5a48b148264]

        INTEGRATION: CWS mergebuild (1.22.54); FILE MERGED 2004/04/20 20:45:48 hjs 1.22.54.2: RESYNC: (1.22-1.23); FILE MERGED 2003/11/10 17:54:52 ihi 1.22.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [27bf0b1a116f391493a488d044d29a7928417905]

        INTEGRATION: CWS mergebuild (1.53.32); FILE MERGED 2004/05/18 11:09:19 hjs 1.53.32.3: RESYNC: (1.57-1.58); FILE MERGED 2004/04/20 20:45:41 hjs 1.53.32.2: RESYNC: (1.53-1.57); FILE MERGED 2004/01/29 15:07:56 hjs 1.53.32.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc7b63f3f1bf8b136a8098635ab07a4ab512b8e4]

        INTEGRATION: CWS mergebuild (1.26.54); FILE MERGED 2004/04/20 20:45:26 hjs 1.26.54.3: RESYNC: (1.26-1.27); FILE MERGED 2004/02/23 11:38:10 ihi 1.26.54.2: Merge-While-Build update 2003/11/10 17:54:50 ihi 1.26.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [82a29fb1a86762094a6ed969bf51aa59f2d0e1b1]

        INTEGRATION: CWS mergebuild (1.37.54); FILE MERGED 2004/04/20 20:44:41 hjs 1.37.54.3: RESYNC: (1.37-1.38); FILE MERGED 2004/02/23 11:38:10 ihi 1.37.54.2: Merge-While-Build update 2003/11/10 17:54:46 ihi 1.37.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [00f1a4474041cfe2c2d2df0ac07dfcc832506a68]

        INTEGRATION: CWS mergebuild (1.83.54); FILE MERGED 2004/04/22 17:21:53 hjs 1.83.54.4: #i8252# fix macro 2004/04/20 20:44:34 hjs 1.83.54.3: RESYNC: (1.83-1.85); FILE MERGED 2004/02/23 11:38:09 ihi 1.83.54.2: Merge-While-Build update 2003/11/10 17:54:46 ihi 1.83.54.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b80681b5181710d1a550adf970a8a6ccdffaf1ba]

        INTEGRATION: CWS mergebuild (1.30.8); FILE MERGED 2004/05/31 02:24:55 hjs 1.30.8.4: RESYNC: (1.33-1.34); FILE MERGED 2004/04/20 20:43:41 hjs 1.30.8.3: RESYNC: (1.31-1.33); FILE MERGED 2003/11/18 21:20:46 hjs 1.30.8.2: RESYNC: (1.30-1.31); FILE MERGED 2003/11/10 17:54:45 ihi 1.30.8.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [535c4b9ed450fc86587aaa955bac4e1fb8ccf479]

        INTEGRATION: CWS mergebuild (1.27.146); FILE MERGED 2004/05/31 02:24:28 hjs 1.27.146.6: RESYNC: (1.30-1.31); FILE MERGED 2004/04/22 17:22:13 hjs 1.27.146.5: #i8252# remove obsolete code 2004/04/20 20:41:21 hjs 1.27.146.4: RESYNC: (1.28-1.30); FILE MERGED 2004/01/29 15:07:53 hjs 1.27.146.3: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale 2003/11/18 21:19:17 hjs 1.27.146.2: RESYNC: (1.27-1.28); FILE MERGED 2003/11/10 17:54:44 ihi 1.27.146.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a4b33c42c351853062bdb5b9549a87c3f0f85cd8]

        INTEGRATION: CWS mergebuild (1.89.46); FILE MERGED 2004/05/31 02:24:20 hjs 1.89.46.7: RESYNC: (1.93-1.94); FILE MERGED 2004/05/21 17:16:41 hjs 1.89.46.6: #i8252# fix resync problems 2004/05/18 10:11:17 hjs 1.89.46.5: RESYNC: (1.91-1.93); FILE MERGED 2004/04/22 16:12:07 ihi 1.89.46.4: Unmerge fix 2004/04/20 20:41:13 hjs 1.89.46.3: RESYNC: (1.89-1.91); FILE MERGED 2004/02/23 11:38:09 ihi 1.89.46.2: Merge-While-Build update 2003/11/10 17:54:43 ihi 1.89.46.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [32fbf145743b2877449793f137d6a2d8e2758184]

        INTEGRATION: CWS mergebuild (1.69.34); FILE MERGED 2004/05/31 02:24:12 hjs 1.69.34.4: RESYNC: (1.78-1.79); FILE MERGED 2004/05/18 10:10:58 hjs 1.69.34.3: RESYNC: (1.77-1.78); FILE MERGED 2004/04/20 20:40:43 hjs 1.69.34.2: RESYNC: (1.69-1.77); FILE MERGED 2004/01/29 15:07:51 hjs 1.69.34.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [62b8a335700a401d2b6b252efef11d069ed2e2ec]

        INTEGRATION: CWS mergebuild (1.20.34); FILE MERGED 2004/04/20 20:39:06 hjs 1.20.34.2: RESYNC: (1.20-1.24); FILE MERGED 2003/12/08 17:18:38 hjs 1.20.34.1: #i8252# deliver five char iso too

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [95c1fc7cd8a1216772541ec99933922d8f01787e]

        INTEGRATION: CWS mergebuild (1.23.26); FILE MERGED 2004/04/21 05:58:42 hjs 1.23.26.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:16:28 ihi 1.23.26.2: en -> en-US 2003/11/10 16:42:25 ihi 1.23.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9da5be303d2e1dff392e2193a6dda8e799bd3a15]

        INTEGRATION: CWS mergebuild (1.79.26); FILE MERGED 2004/05/24 12:42:16 hjs 1.79.26.6: #i8252# fix resync problems 2004/05/18 14:58:25 hjs 1.79.26.5: RESYNC: (1.82-1.84); FILE MERGED 2004/04/30 16:03:43 hjs 1.79.26.4: #i8252# fix unmerge probs 2004/04/21 05:58:02 hjs 1.79.26.3: RESYNC: (1.79-1.82); FILE MERGED 2003/11/11 19:16:26 ihi 1.79.26.2: en -> en-US 2003/11/10 16:42:22 ihi 1.79.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [47f46b4affa598c4522d12ff24e7464e75ff5e7f]

        INTEGRATION: CWS mergebuild (1.52.26); FILE MERGED 2004/04/21 05:57:54 hjs 1.52.26.3: RESYNC: (1.52-1.54); FILE MERGED 2003/11/11 19:16:25 ihi 1.52.26.2: en -> en-US 2003/11/10 16:42:20 ihi 1.52.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [521fce443e9023b2a38c184e226b331299bff950]

        INTEGRATION: CWS mergebuild (1.40.26); FILE MERGED 2004/05/18 14:58:16 hjs 1.40.26.5: RESYNC: (1.43-1.44); FILE MERGED 2004/04/21 05:57:36 hjs 1.40.26.4: RESYNC: (1.40-1.43); FILE MERGED 2003/12/16 16:16:39 ihi 1.40.26.3: x-no-translate conversion 2003/11/11 19:16:24 ihi 1.40.26.2: en -> en-US 2003/11/10 16:42:19 ihi 1.40.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5e8a4ba8a1bd85d63e479990cabbd118aa45b3f7]

        INTEGRATION: CWS mergebuild (1.84.20); FILE MERGED 2004/05/28 17:38:58 hjs 1.84.20.6: RESYNC: (1.88-1.89); FILE MERGED 2004/04/21 05:55:30 hjs 1.84.20.5: RESYNC: (1.84-1.88); FILE MERGED 2004/02/20 18:26:32 ihi 1.84.20.4: Merge-While-Build update 2003/12/16 16:16:39 ihi 1.84.20.3: x-no-translate conversion 2003/11/11 19:16:23 ihi 1.84.20.2: en -> en-US 2003/11/10 16:42:18 ihi 1.84.20.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [207ca695bf3b320854484572b70370066dfffda6]

        INTEGRATION: CWS mergebuild (1.58.24); FILE MERGED 2004/05/24 12:42:16 hjs 1.58.24.7: #i8252# fix resync problems 2004/05/18 14:58:08 hjs 1.58.24.6: RESYNC: (1.59-1.61); FILE MERGED 2004/04/21 05:55:11 hjs 1.58.24.5: RESYNC: (1.58-1.59); FILE MERGED 2004/02/20 18:26:32 ihi 1.58.24.4: Merge-While-Build update 2003/12/16 16:16:38 ihi 1.58.24.3: x-no-translate conversion 2003/11/11 19:16:22 ihi 1.58.24.2: en -> en-US 2003/11/10 16:42:17 ihi 1.58.24.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68827b3591e586538f695cc5cce732586398cae7]

        INTEGRATION: CWS mergebuild (1.39.26); FILE MERGED 2004/04/21 05:55:02 hjs 1.39.26.5: RESYNC: (1.39-1.40); FILE MERGED 2004/02/20 18:26:32 ihi 1.39.26.4: Merge-While-Build update 2003/12/16 16:16:37 ihi 1.39.26.3: x-no-translate conversion 2003/11/11 19:16:21 ihi 1.39.26.2: en -> en-US 2003/11/10 16:42:17 ihi 1.39.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f3a0a6bbec1f2d8901d43ba2730c4db04755a45d]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/07 15:53:36 ihi 1.1.2.6: #i8252# Iso Codes updates 2004/05/24 12:42:15 hjs 1.1.2.5: #i8252# fix resync problems 2004/05/19 16:12:37 ihi 1.1.2.4: unmerge / join from SRC680_m39 2003/12/16 16:16:36 ihi 1.1.2.3: x-no-translate conversion 2003/11/11 19:16:20 ihi 1.1.2.2: en -> en-US 2003/11/10 16:42:16 ihi 1.1.2.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cdd13364e69bb5c6c531651d79e4255613510950]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/14 08:27:15 hjs 1.1.2.2: #i8252# localize header on the fly 2003/11/12 18:16:40 hjs 1.1.2.1: #i8252# merge on the fly for hrc

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f137d8d057e3e66929eff38821699ac97cc4bd2]

        INTEGRATION: CWS mergebuild (1.40.26); FILE MERGED 2004/04/21 05:50:54 hjs 1.40.26.3: RESYNC: (1.40-1.41); FILE MERGED 2003/11/11 19:16:14 ihi 1.40.26.2: en -> en-US 2003/11/10 16:42:10 ihi 1.40.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [852d6614cce84e26e0e2f75b81db07d0238e5e2a]

        INTEGRATION: CWS mergebuild (1.28.22); FILE MERGED 2004/04/21 05:50:46 hjs 1.28.22.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:16:13 ihi 1.28.22.2: en -> en-US 2003/11/10 16:42:09 ihi 1.28.22.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c4b9a3043bb7afb667f051d27310970ca73dc6cf]

        INTEGRATION: CWS mergebuild (1.28.26); FILE MERGED 2004/05/24 12:42:14 hjs 1.28.26.6: #i8252# fix resync problems 2004/05/18 14:56:31 hjs 1.28.26.5: RESYNC: (1.29-1.30); FILE MERGED 2004/04/21 05:50:25 hjs 1.28.26.4: RESYNC: (1.28-1.29); FILE MERGED 2003/12/16 16:16:35 ihi 1.28.26.3: x-no-translate conversion 2003/11/11 19:16:13 ihi 1.28.26.2: en -> en-US 2003/11/10 16:42:09 ihi 1.28.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb483f2558b24cd7652fe6628c652f77651119b2]

        INTEGRATION: CWS mergebuild (1.30.26); FILE MERGED 2004/04/21 05:50:06 hjs 1.30.26.3: RESYNC: (1.30-1.31); FILE MERGED 2003/11/11 19:16:12 ihi 1.30.26.2: en -> en-US 2003/11/10 16:42:08 ihi 1.30.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f721e7576123c1f3b39968cb2a861f10a14208ad]

        INTEGRATION: CWS mergebuild (1.38.20); FILE MERGED 2004/05/28 17:36:27 hjs 1.38.20.5: RESYNC: (1.39-1.40); FILE MERGED 2004/04/30 16:03:42 hjs 1.38.20.4: #i8252# fix unmerge probs 2004/04/21 05:49:27 hjs 1.38.20.3: RESYNC: (1.38-1.39); FILE MERGED 2003/11/11 19:16:11 ihi 1.38.20.2: en -> en-US 2003/11/10 16:42:07 ihi 1.38.20.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [96c16a5f6b0ad3eee0a5f81e1e6ced19bb54277a]

        INTEGRATION: CWS mergebuild (1.37.26); FILE MERGED 2004/04/21 05:48:58 hjs 1.37.26.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/11 19:16:11 ihi 1.37.26.2: en -> en-US 2003/11/10 16:42:06 ihi 1.37.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f18bcab7d35817163695282a243c69646a9c1312]

        INTEGRATION: CWS mergebuild (1.26.26); FILE MERGED 2004/04/21 05:48:17 hjs 1.26.26.3: RESYNC: (1.26-1.27); FILE MERGED 2003/11/11 19:16:10 ihi 1.26.26.2: en -> en-US 2003/11/10 16:42:05 ihi 1.26.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1bd00d1f126a5e9f9d24b45cdf6b5120da8a8c2f]

        INTEGRATION: CWS mergebuild (1.37.26); FILE MERGED 2004/05/18 14:55:52 hjs 1.37.26.4: RESYNC: (1.38-1.39); FILE MERGED 2004/04/21 05:48:08 hjs 1.37.26.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/11 19:16:09 ihi 1.37.26.2: en -> en-US 2003/11/10 16:42:04 ihi 1.37.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b124cb0551fb1a3c1f57e444607ef2c1151649f4]

        INTEGRATION: CWS mergebuild (1.27.26); FILE MERGED 2004/04/21 05:47:49 hjs 1.27.26.3: RESYNC: (1.27-1.28); FILE MERGED 2003/11/11 19:16:09 ihi 1.27.26.2: en -> en-US 2003/11/10 16:42:04 ihi 1.27.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f5cf4ff2edfcffc226dfcea23d88144784dd2b8]

        INTEGRATION: CWS mergebuild (1.20.26); FILE MERGED 2004/04/21 05:47:40 hjs 1.20.26.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/11 19:16:08 ihi 1.20.26.2: en -> en-US 2003/11/10 16:42:03 ihi 1.20.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3cf64802c5541d8d6e635ce229997d20c06e8039]

        INTEGRATION: CWS mergebuild (1.30.26); FILE MERGED 2004/04/21 05:47:10 hjs 1.30.26.3: RESYNC: (1.30-1.31); FILE MERGED 2003/11/11 19:16:08 ihi 1.30.26.2: en -> en-US 2003/11/10 16:42:02 ihi 1.30.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [817b96f54369613abc47d0425c993984ffd8db30]

        INTEGRATION: CWS mergebuild (1.129.20); FILE MERGED 2004/05/28 17:36:18 hjs 1.129.20.8: RESYNC: (1.135-1.136); FILE MERGED 2004/05/18 14:55:24 hjs 1.129.20.7: RESYNC: (1.133-1.135); FILE MERGED 2004/04/30 16:03:41 hjs 1.129.20.6: #i8252# fix unmerge probs 2004/04/21 05:46:51 hjs 1.129.20.5: RESYNC: (1.129-1.133); FILE MERGED 2004/02/20 18:26:30 ihi 1.129.20.4: Merge-While-Build update 2003/12/16 16:16:33 ihi 1.129.20.3: x-no-translate conversion 2003/11/11 19:16:07 ihi 1.129.20.2: en -> en-US 2003/11/10 16:42:01 ihi 1.129.20.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [10c95fe21dac6425541800f4c6405558b8a7ebcc]

        INTEGRATION: CWS mergebuild (1.26.26); FILE MERGED 2004/04/21 05:46:20 hjs 1.26.26.3: RESYNC: (1.26-1.27); FILE MERGED 2003/11/11 19:16:06 ihi 1.26.26.2: en -> en-US 2003/11/10 16:42:01 ihi 1.26.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [627c7266d83bfe30cd43ddd50fb2c4c7d382ef4f]

        INTEGRATION: CWS mergebuild (1.18.26); FILE MERGED 2004/04/21 05:45:52 hjs 1.18.26.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/11 19:16:06 ihi 1.18.26.2: en -> en-US 2003/11/10 16:42:00 ihi 1.18.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cbbff21d0b4fa28a0061d9647351a6da14ea2c4f]

        INTEGRATION: CWS mergebuild (1.35.26); FILE MERGED 2004/04/30 16:03:40 hjs 1.35.26.5: #i8252# fix unmerge probs 2004/04/21 05:45:44 hjs 1.35.26.4: RESYNC: (1.35-1.37); FILE MERGED 2004/02/20 18:26:30 ihi 1.35.26.3: Merge-While-Build update 2003/11/11 19:16:05 ihi 1.35.26.2: en -> en-US 2003/11/10 16:42:00 ihi 1.35.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [484f5d9ae83e38fc950d7890abfd45918cfe2eba]

        INTEGRATION: CWS mergebuild (1.29.26); FILE MERGED 2004/04/21 05:45:15 hjs 1.29.26.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:16:05 ihi 1.29.26.2: en -> en-US 2003/11/10 16:41:59 ihi 1.29.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7f1fcd3c38303690a235d0634f8302fa38205886]

        INTEGRATION: CWS mergebuild (1.22.26); FILE MERGED 2004/04/21 05:44:49 hjs 1.22.26.3: RESYNC: (1.22-1.23); FILE MERGED 2003/11/11 19:16:03 ihi 1.22.26.2: en -> en-US 2003/11/10 16:41:57 ihi 1.22.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [90bd60fbaae5774c2f7393fd69832a8ffa4acdf5]

        INTEGRATION: CWS mergebuild (1.37.24); FILE MERGED 2004/04/21 05:44:41 hjs 1.37.24.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/11 19:16:02 ihi 1.37.24.2: en -> en-US 2003/11/10 16:41:56 ihi 1.37.24.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [992d7c0fbec80b1026ce0f82c225adff3d049d3d]

        INTEGRATION: CWS mergebuild (1.12.26); FILE MERGED 2004/04/21 05:44:34 hjs 1.12.26.3: RESYNC: (1.12-1.13); FILE MERGED 2003/11/11 19:16:02 ihi 1.12.26.2: en -> en-US 2003/11/10 16:41:56 ihi 1.12.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f9b986e503ed816703ad7e670f617e4cd0230519]

        INTEGRATION: CWS mergebuild (1.50.26); FILE MERGED 2004/05/18 14:54:30 hjs 1.50.26.4: RESYNC: (1.51-1.52); FILE MERGED 2004/04/21 05:43:40 hjs 1.50.26.3: RESYNC: (1.50-1.51); FILE MERGED 2003/11/11 19:16:00 ihi 1.50.26.2: en -> en-US 2003/11/10 16:41:54 ihi 1.50.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f6a899d88d9dd33bc5f873334db43a0a97002b99]

        INTEGRATION: CWS mergebuild (1.91.24); FILE MERGED 2004/05/28 17:35:22 hjs 1.91.24.5: RESYNC: (1.92-1.94); FILE MERGED 2004/04/30 16:03:39 hjs 1.91.24.4: #i8252# fix unmerge probs 2004/04/21 05:43:18 hjs 1.91.24.3: RESYNC: (1.91-1.92); FILE MERGED 2003/11/11 19:15:59 ihi 1.91.24.2: en -> en-US 2003/11/10 16:41:53 ihi 1.91.24.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5521e46e1ca4792e4ac93150d67176b241207f34]

        INTEGRATION: CWS mergebuild (1.18.26); FILE MERGED 2004/04/21 05:42:14 hjs 1.18.26.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/11 19:15:59 ihi 1.18.26.2: en -> en-US 2003/11/10 16:41:52 ihi 1.18.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [30f486d56609a87e11b1a41f30294feeb0ed5aba]

        INTEGRATION: CWS mergebuild (1.40.26); FILE MERGED 2004/06/04 13:18:36 hjs 1.40.26.5: #i8252# resync problems 2004/06/02 13:39:26 hjs 1.40.26.4: RESYNC: (1.41-1.42); FILE MERGED 2004/04/21 05:41:10 hjs 1.40.26.3: RESYNC: (1.40-1.41); FILE MERGED 2003/11/11 19:15:58 ihi 1.40.26.2: en -> en-US 2003/11/10 16:41:51 ihi 1.40.26.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4588696e60b852dd7e0594098e5b983344df1eba]

        INTEGRATION: CWS mergebuild (1.4.162); FILE MERGED 2004/01/29 15:43:57 hjs 1.4.162.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [04c9f42785b9cd136232b65103c33062c5ee51b0]

        INTEGRATION: CWS mergebuild (1.4.68); FILE MERGED 2004/04/21 05:13:39 hjs 1.4.68.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/12 18:18:34 hjs 1.4.68.1: #i8252# merge on the fly for hrc. merge first

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6487ebd36d0e508a6548a0e5b15e999225c03e14]

        INTEGRATION: CWS mergebuild (1.20.14); FILE MERGED 2004/04/20 21:06:10 hjs 1.20.14.5: RESYNC: (1.20-1.21); FILE MERGED 2004/02/23 11:26:39 ihi 1.20.14.4: Merge-While-Build update 2003/12/16 16:18:35 ihi 1.20.14.3: x-no-translate conversion 2003/11/11 19:20:58 ihi 1.20.14.2: en -> en-US 2003/11/10 17:37:18 ihi 1.20.14.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c042a47860da8988b2c3bb3e93cb7642d359a4a9]

        INTEGRATION: CWS mergebuild (1.8.32); FILE MERGED 2004/01/29 11:32:57 hjs 1.8.32.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc1d6bab22a84ede3c7bfb704a6be1a59f9875fc]

        INTEGRATION: CWS mergebuild (1.23.14); FILE MERGED 2004/04/20 21:05:33 hjs 1.23.14.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:20:54 ihi 1.23.14.2: en -> en-US 2003/11/10 17:37:14 ihi 1.23.14.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7c3f9a49425d0f31c250e62ea5d2975b9b9de5ed]

        INTEGRATION: CWS mergebuild (1.60.14); FILE MERGED 2004/05/30 15:53:49 hjs 1.60.14.4: RESYNC: (1.61-1.62); FILE MERGED 2004/04/20 21:05:19 hjs 1.60.14.3: RESYNC: (1.60-1.61); FILE MERGED 2003/11/11 19:20:48 ihi 1.60.14.2: en -> en-US 2003/11/10 17:37:08 ihi 1.60.14.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ab5461312746c20da7fb2855e0f90aa4b8916cb7]

        INTEGRATION: CWS mergebuild (1.33.22); FILE MERGED 2004/04/20 21:05:11 hjs 1.33.22.2: RESYNC: (1.33-1.35); FILE MERGED 2004/01/29 11:32:54 hjs 1.33.22.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a61e8f0ee92ed72ee3e4860344ed9f5734777075]

        INTEGRATION: CWS mergebuild (1.2.4); FILE MERGED 2004/06/15 14:06:46 hjs 1.2.4.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0423ca3b854157ced02a7f1bded16254fa7615b9]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:38:21 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [db07891b11838a1ebe779d3bf81b748287f99b2b]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:38:20 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [312c5a185385513d87f0ca65b197878461cc8279]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:38:17 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e7830d035504f41cccfcdc42ea2f1da515b930da]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:38:13 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [500146e02afc3278f89e4a909024f988dffe1a3f]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:38:11 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4d5b6fd828e2d089b7619c914ea587879bb51481]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:38:10 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [90a41201bc03c798210a636edaaa139a7e327d96]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:38:07 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [15480257d385fc065cc832b088e8316e7bfe9545]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:38:04 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c0142ddcf24136b5dd7e93a46e34ebd573efe47c]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:38:03 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4b4c1b65ec8040cefdaa52d2a05782c681a99cf1]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:38:01 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [268044ebfeda0ed1ad060a6ba44b49d070f84e1a]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:37:58 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2574d9177cda586556c8080911a7fa201da3950f]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:37:56 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e9884ebd5ea95e24f483f9636bc14174fed8ad5a]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:37:54 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2c3232b88f26795ab20d6854eb9a1fedd1dc80f0]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:37:52 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [989c0538f3f5e16c1068fa3c7686e600e17ef7af]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:27 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [446bc8209a1bfa89ba0814be65c911cd32fe1938]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:25 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [57f5b0be3c3bb8847e9c39627999ea260a5b1260]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:24 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [417d3c279d6b6b5c105e105746bb461464f60dbf]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:22 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cfb03d99c5ec41203970f8ef36f60dd9d329fd59]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:21 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a78ac00fa51f638a25d4a89c02f0da010bc913ed]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:20 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [12e4f754de7d37cdef693e57cd2817e12a651ff5]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:18 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ab3f6cc8fb2f3093ce3a24682c79cc8a315466c4]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:15 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f21ec0cd34f648d854f585d47f9e99c51f30885d]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:10 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [81dbfc0499860c53f217ba45a0cffefad19d3d9e]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:08 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [40ac234c07b46462224849173326d0ac25fd82c9]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:34:00 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e055a578634ccac9cba57dc93af0ae3b02999cb2]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:59 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9621511b3853f3468d74b2c46b03aebf9823e931]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:57 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4684c8a881b31cb69bcb3ece216ac8b2111c365c]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:56 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d5e64b7473ead1967efb49f8100df52a5bc2f86d]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:54 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0aea9b6cf5ca92905a4d17fb69a257bba9e54d3c]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:52 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e3b39b7b985c1965d1cf2f673a420c0957da6c1f]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:49 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [747c378e62c2d27afc074a82a2a1a9b1e4d6259b]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:47 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ec21ed9e04bc901e7b4c7b31d58b7d7870fa1e27]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:44 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3621e2d5c829bcc41f0c44563edaee23c674a2c]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:41 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9bbc1259cfb53d308d5a3707a4249615a30631fb]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:37 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9949c8d82912fab07fc086d306614e6e8270fb8a]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:36 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b189e9dcd767de3f48856061a4470d765c216715]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/15 09:33:35 hjs 1.1.2.1: #i8252# restructuring language dirs

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b1736dc3c948a5c97b56f6638e2ef3b21a5712cf]

        INTEGRATION: CWS mergebuild (1.2.90); FILE MERGED 2004/06/15 09:33:34 hjs 1.2.90.3: #i8252# restructuring language dirs 2004/06/14 16:20:01 hjs 1.2.90.2: #i8252# restructuring of language directories 2004/05/13 11:35:40 hjs 1.2.90.1: #i8252# forec zip all languages

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc3e8f09c3b412be57d898e72536f0359539b6f1]

        INTEGRATION: CWS mergebuild (1.2.96); FILE REMOVED 2004/06/14 16:20:01 hjs 1.2.96.1: #i8252# restructuring of language directories

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d4b1ec4bb3557f109b684449eeae5ce3de845ae6]

        INTEGRATION: CWS mergebuild (1.27.10); FILE MERGED 2004/06/01 20:22:31 hjs 1.27.10.5: RESYNC: (1.34-1.36); FILE MERGED 2004/05/18 13:04:34 hjs 1.27.10.4: RESYNC: (1.32-1.34); FILE MERGED 2004/04/20 18:35:09 hjs 1.27.10.3: RESYNC: (1.28-1.32); FILE MERGED 2003/11/18 20:12:16 hjs 1.27.10.2: RESYNC: (1.27-1.28); FILE MERGED 2003/10/20 19:05:39 hjs 1.27.10.1: #111260# use SOLARCOMMONRESDDIR to access delivered srs files

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [669effb5af949dc72d6e4ba8427737a65bb3f558]

        INTEGRATION: CWS mergebuild (1.39.82); FILE MERGED 2004/06/01 20:21:28 hjs 1.39.82.5: RESYNC: (1.40-1.41); FILE MERGED 2004/04/20 18:34:50 hjs 1.39.82.4: RESYNC: (1.39-1.40); FILE MERGED 2004/02/23 12:57:42 ihi 1.39.82.3: Merge-While-Build update 2003/11/11 19:26:47 ihi 1.39.82.2: en -> en-US 2003/11/10 18:01:14 ihi 1.39.82.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c49a9b3106eba3a626931a8eb274314b34a7647]

        INTEGRATION: CWS mergebuild (1.29.84); FILE MERGED 2004/05/18 13:02:39 hjs 1.29.84.4: RESYNC: (1.30-1.31); FILE MERGED 2004/04/20 18:32:03 hjs 1.29.84.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:26:40 ihi 1.29.84.2: en -> en-US 2003/11/10 18:01:06 ihi 1.29.84.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [641066f1fb5dd4c854d134fbeabf014fbb0434a6]

        INTEGRATION: CWS mergebuild (1.42.94); FILE MERGED 2004/06/01 20:20:15 hjs 1.42.94.5: RESYNC: (1.44-1.45); FILE MERGED 2004/04/30 15:05:43 hjs 1.42.94.4: #i8252# fix unmerge probs 2004/04/20 18:29:42 hjs 1.42.94.3: RESYNC: (1.42-1.44); FILE MERGED 2003/11/11 19:26:37 ihi 1.42.94.2: en -> en-US 2003/11/10 18:01:04 ihi 1.42.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c01eaf383fa82b6e6c494dd062128bdd6c3b93fe]

        INTEGRATION: CWS mergebuild (1.18.94); FILE MERGED 2004/04/20 18:31:55 hjs 1.18.94.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/11 19:26:37 ihi 1.18.94.2: en -> en-US 2003/11/10 18:01:03 ihi 1.18.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7b6dcd4b8ad2c33f0c620417a8ea08c6011afd26]

        INTEGRATION: CWS mergebuild (1.44.94); FILE MERGED 2004/04/20 18:31:35 hjs 1.44.94.3: RESYNC: (1.44-1.45); FILE MERGED 2003/11/11 19:26:36 ihi 1.44.94.2: en -> en-US 2003/11/10 18:01:02 ihi 1.44.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [12ef74771a5ca0c7d8397927d40180153bd6d73b]

        INTEGRATION: CWS mergebuild (1.49.28); FILE MERGED 2004/06/01 20:21:01 hjs 1.49.28.6: RESYNC: (1.51-1.52); FILE MERGED 2004/05/18 13:01:49 hjs 1.49.28.5: RESYNC: (1.50-1.51); FILE MERGED 2004/04/30 15:05:42 hjs 1.49.28.4: #i8252# fix unmerge probs 2004/04/20 18:31:26 hjs 1.49.28.3: RESYNC: (1.49-1.50); FILE MERGED 2003/11/11 19:26:35 ihi 1.49.28.2: en -> en-US 2003/11/10 18:01:01 ihi 1.49.28.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4dc8198a73a1a9b47b6b845faf5035e4ed46e1b4]

        INTEGRATION: CWS mergebuild (1.34.94); FILE MERGED 2004/05/18 13:00:49 hjs 1.34.94.4: RESYNC: (1.37-1.38); FILE MERGED 2004/04/20 18:30:13 hjs 1.34.94.3: RESYNC: (1.34-1.37); FILE MERGED 2003/11/11 19:26:34 ihi 1.34.94.2: en -> en-US 2003/11/10 18:01:00 ihi 1.34.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [95026d7f3a024dd3991fb61dbf668248cc0dba10]

        INTEGRATION: CWS mergebuild (1.44.94); FILE MERGED 2004/04/20 18:26:16 hjs 1.44.94.3: RESYNC: (1.44-1.45); FILE MERGED 2003/11/11 19:26:33 ihi 1.44.94.2: en -> en-US 2003/11/10 18:00:58 ihi 1.44.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [71448ac4aeb2a12116fe00e09c1838bfa7468a91]

        INTEGRATION: CWS mergebuild (1.28.94); FILE MERGED 2004/05/18 12:59:01 hjs 1.28.94.4: RESYNC: (1.29-1.30); FILE MERGED 2004/04/20 18:25:35 hjs 1.28.94.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:26:32 ihi 1.28.94.2: en -> en-US 2003/11/10 18:00:58 ihi 1.28.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [477cca0da202ca15626b3effed2adcdb4f0bb3b7]

        INTEGRATION: CWS mergebuild (1.31.94); FILE MERGED 2004/04/20 18:25:15 hjs 1.31.94.4: RESYNC: (1.31-1.32); FILE MERGED 2004/02/23 12:57:39 ihi 1.31.94.3: Merge-While-Build update 2003/11/11 19:26:29 ihi 1.31.94.2: en -> en-US 2003/11/10 18:00:56 ihi 1.31.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0dbdbeba628343207f93b6d165402046b226c32b]

        INTEGRATION: CWS mergebuild (1.27.94); FILE MERGED 2004/05/24 12:00:06 hjs 1.27.94.6: #i8252# fix resync problems 2004/05/18 12:58:09 hjs 1.27.94.5: RESYNC: (1.29-1.32); FILE MERGED 2004/04/20 18:24:44 hjs 1.27.94.4: RESYNC: (1.27-1.29); FILE MERGED 2004/02/23 12:57:38 ihi 1.27.94.3: Merge-While-Build update 2003/11/11 19:26:29 ihi 1.27.94.2: en -> en-US 2003/11/10 18:00:56 ihi 1.27.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [84b512111350bc6d644cf1ff7cf37bdf882847bd]

        INTEGRATION: CWS mergebuild (1.15.94); FILE MERGED 2004/04/20 18:24:14 hjs 1.15.94.3: RESYNC: (1.15-1.16); FILE MERGED 2003/11/11 19:26:28 ihi 1.15.94.2: en -> en-US 2003/11/10 18:00:55 ihi 1.15.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0fdbfb75adaba94c8738a9485fe8f1365055e1af]

        INTEGRATION: CWS mergebuild (1.19.94); FILE MERGED 2004/04/20 18:24:03 hjs 1.19.94.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/11 19:26:28 ihi 1.19.94.2: en -> en-US 2003/11/10 18:00:55 ihi 1.19.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fdb829b8dabc585f45f2ab45fad62c144df9ffd8]

        INTEGRATION: CWS mergebuild (1.20.94); FILE MERGED 2004/04/20 18:23:47 hjs 1.20.94.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/11 19:26:27 ihi 1.20.94.2: en -> en-US 2003/11/10 18:00:54 ihi 1.20.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7d7abbbe195054a169448105cc55ebe8cf12d12e]

        INTEGRATION: CWS mergebuild (1.19.94); FILE MERGED 2004/04/20 18:23:37 hjs 1.19.94.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/11 19:26:27 ihi 1.19.94.2: en -> en-US 2003/11/10 18:00:54 ihi 1.19.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f39e3f314645012be7e35633e47a8e01017f8bf4]

        INTEGRATION: CWS mergebuild (1.24.94); FILE MERGED 2004/05/24 12:00:05 hjs 1.24.94.5: #i8252# fix resync problems 2004/05/18 12:56:54 hjs 1.24.94.4: RESYNC: (1.25-1.26); FILE MERGED 2004/04/20 18:23:30 hjs 1.24.94.3: RESYNC: (1.24-1.25); FILE MERGED 2003/11/11 19:26:26 ihi 1.24.94.2: en -> en-US 2003/11/10 18:00:53 ihi 1.24.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [041bfa731332e42fa5072fc03ca76147f83ea29e]

        INTEGRATION: CWS mergebuild (1.24.94); FILE MERGED 2004/04/20 18:23:21 hjs 1.24.94.3: RESYNC: (1.24-1.26); FILE MERGED 2003/11/11 19:26:26 ihi 1.24.94.2: en -> en-US 2003/11/10 18:00:53 ihi 1.24.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1181e2cc9f82b7af202a3748f818dd193e35042]

        INTEGRATION: CWS mergebuild (1.21.94); FILE MERGED 2004/05/24 12:00:05 hjs 1.21.94.6: #i8252# fix resync problems 2004/05/18 12:56:24 hjs 1.21.94.5: RESYNC: (1.22-1.23); FILE MERGED 2004/04/20 18:23:14 hjs 1.21.94.4: RESYNC: (1.21-1.22); FILE MERGED 2004/02/23 12:57:38 ihi 1.21.94.3: Merge-While-Build update 2003/11/11 19:26:25 ihi 1.21.94.2: en -> en-US 2003/11/10 18:00:52 ihi 1.21.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb98ad1baae50ce5784ec7284b8cf7e66ea603fb]

        INTEGRATION: CWS mergebuild (1.16.94); FILE MERGED 2004/04/20 18:22:44 hjs 1.16.94.3: RESYNC: (1.16-1.17); FILE MERGED 2003/11/11 19:26:25 ihi 1.16.94.2: en -> en-US 2003/11/10 18:00:52 ihi 1.16.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1068e8a03bf0ac47d362900ce746bb0fb6c0224a]

        INTEGRATION: CWS mergebuild (1.29.94); FILE MERGED 2004/05/18 12:56:00 hjs 1.29.94.5: RESYNC: (1.30-1.31); FILE MERGED 2004/04/30 15:05:41 hjs 1.29.94.4: #i8252# fix unmerge probs 2004/04/20 18:22:53 hjs 1.29.94.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:26:24 ihi 1.29.94.2: en -> en-US 2003/11/10 18:00:52 ihi 1.29.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e8f688bae3e352f38d170b6fb329839c51ca8ef4]

        INTEGRATION: CWS mergebuild (1.40.94); FILE MERGED 2004/05/18 12:54:00 hjs 1.40.94.5: RESYNC: (1.41-1.42); FILE MERGED 2004/04/30 15:05:40 hjs 1.40.94.4: #i8252# fix unmerge probs 2004/04/20 18:20:54 hjs 1.40.94.3: RESYNC: (1.40-1.41); FILE MERGED 2003/11/11 19:26:23 ihi 1.40.94.2: en -> en-US 2003/11/10 18:00:50 ihi 1.40.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [93a8ca5131f386f4e53c0d9038831a356bace6fa]

        INTEGRATION: CWS mergebuild (1.46.94); FILE MERGED 2004/06/01 20:18:46 hjs 1.46.94.6: RESYNC: (1.47-1.48); FILE MERGED 2004/04/30 15:05:39 hjs 1.46.94.5: #i8252# fix unmerge probs 2004/04/20 18:19:10 hjs 1.46.94.4: RESYNC: (1.46-1.47); FILE MERGED 2004/02/23 12:57:38 ihi 1.46.94.3: Merge-While-Build update 2003/11/11 19:26:21 ihi 1.46.94.2: en -> en-US 2003/11/10 18:00:49 ihi 1.46.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3142f3dbdcdc78889368444ba36eef32c84f0d89]

        INTEGRATION: CWS mergebuild (1.15.94); FILE MERGED 2004/04/20 18:18:52 hjs 1.15.94.3: RESYNC: (1.15-1.16); FILE MERGED 2003/11/11 19:26:21 ihi 1.15.94.2: en -> en-US 2003/11/10 18:00:49 ihi 1.15.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc567bc6954bc4bdc0f71f3feb7b38426dca9ed0]

        INTEGRATION: CWS mergebuild (1.12.94); FILE MERGED 2004/04/20 18:18:33 hjs 1.12.94.3: RESYNC: (1.12-1.13); FILE MERGED 2003/11/11 19:26:20 ihi 1.12.94.2: en -> en-US 2003/11/10 18:00:48 ihi 1.12.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f06b66c1e9ca29b56cebf0eed926efd59a70a5be]

        INTEGRATION: CWS mergebuild (1.20.94); FILE MERGED 2004/04/30 15:05:39 hjs 1.20.94.5: #i8252# fix unmerge probs 2004/04/20 18:18:23 hjs 1.20.94.4: RESYNC: (1.20-1.21); FILE MERGED 2004/03/02 15:53:54 ihi 1.20.94.3: Update Merge-While-Build 2003/11/11 19:26:19 ihi 1.20.94.2: en -> en-US 2003/11/10 18:00:48 ihi 1.20.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [85f58254a7bd6211fe5561c74e7a3846ed8c0c5d]

        INTEGRATION: CWS mergebuild (1.28.94); FILE MERGED 2004/04/20 18:18:05 hjs 1.28.94.4: RESYNC: (1.28-1.29); FILE MERGED 2004/02/23 12:57:37 ihi 1.28.94.3: Merge-While-Build update 2003/11/11 19:26:11 ihi 1.28.94.2: en -> en-US 2003/11/10 18:00:45 ihi 1.28.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1ec377dad70cd31b51330c85454a8bf7efaaff6]

        INTEGRATION: CWS mergebuild (1.25.94); FILE MERGED 2004/04/20 18:17:48 hjs 1.25.94.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:26:11 ihi 1.25.94.2: en -> en-US 2003/11/10 18:00:45 ihi 1.25.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e2927da620674ddd9a2cd31fd7ad7d6d7ad8bd3d]

        INTEGRATION: CWS mergebuild (1.17.94); FILE MERGED 2004/05/18 12:52:02 hjs 1.17.94.4: RESYNC: (1.18-1.19); FILE MERGED 2004/04/20 18:17:30 hjs 1.17.94.3: RESYNC: (1.17-1.18); FILE MERGED 2003/11/11 19:26:10 ihi 1.17.94.2: en -> en-US 2003/11/10 18:00:44 ihi 1.17.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8827a6d0f291b87a95562da5e9a3b6b06255517b]

        INTEGRATION: CWS mergebuild (1.25.94); FILE MERGED 2004/04/30 15:10:08 hjs 1.25.94.5: #i8252# fix unmerge probs 2004/04/20 18:17:09 hjs 1.25.94.4: RESYNC: (1.25-1.26); FILE MERGED 2004/02/23 12:57:37 ihi 1.25.94.3: Merge-While-Build update 2003/11/11 19:26:09 ihi 1.25.94.2: en -> en-US 2003/11/10 18:00:44 ihi 1.25.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9539db86df3c41befa97d50e1c421728ed64d388]

        INTEGRATION: CWS mergebuild (1.28.94); FILE MERGED 2004/04/30 15:08:10 hjs 1.28.94.5: #i8252# fix unmerge probs 2004/04/20 18:17:00 hjs 1.28.94.4: RESYNC: (1.28-1.29); FILE MERGED 2004/02/23 12:57:36 ihi 1.28.94.3: Merge-While-Build update 2003/11/11 19:26:09 ihi 1.28.94.2: en -> en-US 2003/11/10 18:00:43 ihi 1.28.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a50982b28fb306024e77573e4fad72d8a08b131]

        INTEGRATION: CWS mergebuild (1.14.94); FILE MERGED 2004/04/20 18:16:42 hjs 1.14.94.3: RESYNC: (1.14-1.15); FILE MERGED 2003/11/11 19:26:08 ihi 1.14.94.2: en -> en-US 2003/11/10 18:00:43 ihi 1.14.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9181455d66bb2d5e8af24e59ca30e4329759aee0]

        INTEGRATION: CWS mergebuild (1.29.94); FILE MERGED 2004/05/18 12:51:43 hjs 1.29.94.6: RESYNC: (1.30-1.31); FILE MERGED 2004/04/30 15:08:10 hjs 1.29.94.5: #i8252# fix unmerge probs 2004/04/20 18:14:03 hjs 1.29.94.4: RESYNC: (1.29-1.30); FILE MERGED 2004/02/23 12:57:36 ihi 1.29.94.3: Merge-While-Build update 2003/11/11 19:26:08 ihi 1.29.94.2: en -> en-US 2003/11/10 18:00:42 ihi 1.29.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8e0db4cba53fd67e0d034734fc0cf2faf407b25d]

        INTEGRATION: CWS mergebuild (1.27.94); FILE MERGED 2004/04/20 18:16:25 hjs 1.27.94.3: RESYNC: (1.27-1.28); FILE MERGED 2003/11/11 19:26:07 ihi 1.27.94.2: en -> en-US 2003/11/10 18:00:42 ihi 1.27.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e3c9f6800d5cddfefc1d2cdcc2a75747eca53f44]

        INTEGRATION: CWS mergebuild (1.15.94); FILE MERGED 2004/04/20 18:16:14 hjs 1.15.94.3: RESYNC: (1.15-1.16); FILE MERGED 2003/11/11 19:26:07 ihi 1.15.94.2: en -> en-US 2003/11/10 18:00:41 ihi 1.15.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [75ba4df884bbb91d6c9099033679e791e0eabbbb]

        INTEGRATION: CWS mergebuild (1.20.94); FILE MERGED 2004/04/20 18:16:06 hjs 1.20.94.4: RESYNC: (1.20-1.21); FILE MERGED 2004/02/23 12:57:35 ihi 1.20.94.3: Merge-While-Build update 2003/11/11 19:26:07 ihi 1.20.94.2: en -> en-US 2003/11/10 18:00:41 ihi 1.20.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f96556aa7bfb3813983c061136d8bea838a16eaa]

        INTEGRATION: CWS mergebuild (1.16.94); FILE MERGED 2004/04/20 18:15:00 hjs 1.16.94.3: RESYNC: (1.16-1.17); FILE MERGED 2003/11/11 19:26:06 ihi 1.16.94.2: en -> en-US 2003/11/10 18:00:40 ihi 1.16.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf8f5af7f3a1a348389d8183331440cc587f6621]

        INTEGRATION: CWS mergebuild (1.29.94); FILE MERGED 2004/04/20 18:14:41 hjs 1.29.94.4: RESYNC: (1.29-1.30); FILE MERGED 2004/02/23 12:57:34 ihi 1.29.94.3: Merge-While-Build update 2003/11/11 19:26:05 ihi 1.29.94.2: en -> en-US 2003/11/10 18:00:40 ihi 1.29.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0bb38824addabc17771fedf37878b26faa2e9dbf]

        INTEGRATION: CWS mergebuild (1.20.94); FILE MERGED 2004/04/20 18:14:22 hjs 1.20.94.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/11 19:26:05 ihi 1.20.94.2: en -> en-US 2003/11/10 18:00:40 ihi 1.20.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6b424dad3f7abd8806c433a1bdfc085f168b665a]

        INTEGRATION: CWS mergebuild (1.31.94); FILE MERGED 2004/05/18 12:50:39 hjs 1.31.94.4: RESYNC: (1.32-1.34); FILE MERGED 2004/04/20 18:13:45 hjs 1.31.94.3: RESYNC: (1.31-1.32); FILE MERGED 2003/11/11 19:26:04 ihi 1.31.94.2: en -> en-US 2003/11/10 18:00:38 ihi 1.31.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ce00acb29f6dd781ac4fb958fbdf5bbe084d69a2]

        INTEGRATION: CWS mergebuild (1.14.94); FILE MERGED 2004/04/20 18:13:07 hjs 1.14.94.3: RESYNC: (1.14-1.15); FILE MERGED 2003/11/11 19:26:03 ihi 1.14.94.2: en -> en-US 2003/11/10 18:00:37 ihi 1.14.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [31dd9240d79553840d9484a8faf7634e4ce38b02]

        INTEGRATION: CWS mergebuild (1.37.94); FILE MERGED 2004/04/30 15:08:09 hjs 1.37.94.5: #i8252# fix unmerge probs 2004/04/20 18:12:59 hjs 1.37.94.4: RESYNC: (1.37-1.38); FILE MERGED 2004/03/02 15:52:16 ihi 1.37.94.3: Update Merge-While-Build 2003/11/11 19:26:02 ihi 1.37.94.2: en -> en-US 2003/11/10 18:00:36 ihi 1.37.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [33f7b5aa85256951a2e38ff822f0679ac3f7133d]

        INTEGRATION: CWS mergebuild (1.69.84); FILE MERGED 2004/05/18 12:49:24 hjs 1.69.84.6: RESYNC: (1.70-1.71); FILE MERGED 2004/04/30 15:08:08 hjs 1.69.84.5: #i8252# fix unmerge probs 2004/04/20 18:12:38 hjs 1.69.84.4: RESYNC: (1.69-1.70); FILE MERGED 2004/02/23 12:57:34 ihi 1.69.84.3: Merge-While-Build update 2003/11/11 19:26:01 ihi 1.69.84.2: en -> en-US 2003/11/10 18:00:35 ihi 1.69.84.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a96178b4d26ef8ac2cd74e775ef276e59707d00a]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/19 13:33:20 hjs 1.1.2.3: #i8252# resync to m39 2003/11/11 19:26:00 ihi 1.1.2.2: en -> en-US 2003/11/10 18:00:34 ihi 1.1.2.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [30048f3e57827a5e973e09f7d724ddd17a95eaf3]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/19 13:33:19 hjs 1.1.2.5: #i8252# resync to m39 2004/05/04 16:17:09 ihi 1.1.2.4: ISO Code update 2004/02/23 12:57:33 ihi 1.1.2.3: Merge-While-Build update 2003/11/11 19:26:00 ihi 1.1.2.2: en -> en-US 2003/11/10 18:00:33 ihi 1.1.2.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [17351ebb2f8868fd7219dc46520616b3d7a63b49]

        INTEGRATION: CWS mergebuild (1.1.1.1.410); FILE MERGED 2004/05/12 09:15:12 hjs 1.1.1.1.410.2: #i8252# fixed it... 2003/11/11 19:26:00 ihi 1.1.1.1.410.1: en -> en-US

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [395e3f409ab47eb631a6a1eaf8a82519c6e2d9f7]

        INTEGRATION: CWS mergebuild (1.19.84); FILE MERGED 2004/04/20 18:09:28 hjs 1.19.84.4: RESYNC: (1.19-1.20); FILE MERGED 2004/02/23 12:57:33 ihi 1.19.84.3: Merge-While-Build update 2003/11/11 19:25:59 ihi 1.19.84.2: en -> en-US 2003/11/10 18:00:31 ihi 1.19.84.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2dcf4872ecf286fdc9df7bb1167cf9715f1f57fb]

        INTEGRATION: CWS mergebuild (1.29.94); FILE MERGED 2004/06/01 20:16:15 hjs 1.29.94.6: RESYNC: (1.31-1.32); FILE MERGED 2004/05/18 12:42:40 hjs 1.29.94.5: RESYNC: (1.30-1.31); FILE MERGED 2004/04/30 15:08:07 hjs 1.29.94.4: #i8252# fix unmerge probs 2004/04/20 18:09:10 hjs 1.29.94.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:25:57 ihi 1.29.94.2: en -> en-US 2003/11/10 18:00:29 ihi 1.29.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1df4c1139fe3462647cdb2f4f93cdd1b39852e3c]

        INTEGRATION: CWS mergebuild (1.30.94); FILE MERGED 2004/05/18 12:41:19 hjs 1.30.94.4: RESYNC: (1.32-1.33); FILE MERGED 2004/04/20 18:08:49 hjs 1.30.94.3: RESYNC: (1.30-1.32); FILE MERGED 2003/11/11 19:25:57 ihi 1.30.94.2: en -> en-US 2003/11/10 18:00:28 ihi 1.30.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fd4415bba1ad902af53ccd3af50cb80fd9fcac93]

        INTEGRATION: CWS mergebuild (1.53.94); FILE MERGED 2004/05/18 12:41:58 hjs 1.53.94.6: RESYNC: (1.55-1.56); FILE MERGED 2004/04/30 15:08:07 hjs 1.53.94.5: #i8252# fix unmerge probs 2004/04/20 18:08:41 hjs 1.53.94.4: RESYNC: (1.53-1.55); FILE MERGED 2004/02/23 12:57:32 ihi 1.53.94.3: Merge-While-Build update 2003/11/11 19:25:56 ihi 1.53.94.2: en -> en-US 2003/11/10 18:00:27 ihi 1.53.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e70bdb6bf2f0a75451f3f33b95dd687f08ee1c28]

        INTEGRATION: CWS mergebuild (1.34.94); FILE MERGED 2004/04/20 18:07:42 hjs 1.34.94.4: RESYNC: (1.34-1.35); FILE MERGED 2004/02/23 12:57:32 ihi 1.34.94.3: Merge-While-Build update 2003/11/11 19:25:55 ihi 1.34.94.2: en -> en-US 2003/11/10 18:00:27 ihi 1.34.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68649550d078e8da98880d6c0d9304ec4e40631f]

        INTEGRATION: CWS mergebuild (1.48.94); FILE MERGED 2004/05/18 12:41:28 hjs 1.48.94.6: RESYNC: (1.49-1.50); FILE MERGED 2004/04/30 15:08:07 hjs 1.48.94.5: #i8252# fix unmerge probs 2004/04/20 18:07:24 hjs 1.48.94.4: RESYNC: (1.48-1.49); FILE MERGED 2004/02/23 12:57:31 ihi 1.48.94.3: Merge-While-Build update 2003/11/11 19:25:55 ihi 1.48.94.2: en -> en-US 2003/11/10 18:00:26 ihi 1.48.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0feca5d4e7c027f65ae29881ac7cfc48f3d30978]

        INTEGRATION: CWS mergebuild (1.46.94); FILE MERGED 2004/04/30 15:04:49 hjs 1.46.94.4: #i8252# fix unmerge probs 2004/04/20 18:06:56 hjs 1.46.94.3: RESYNC: (1.46-1.47); FILE MERGED 2003/11/11 19:25:54 ihi 1.46.94.2: en -> en-US 2003/11/10 18:00:25 ihi 1.46.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a650df97bbaf81726b6df3d4a76e07639869154e]

        INTEGRATION: CWS mergebuild (1.6.94); FILE MERGED 2004/04/20 18:06:37 hjs 1.6.94.4: RESYNC: (1.6-1.7); FILE MERGED 2004/02/23 12:57:31 ihi 1.6.94.3: Merge-While-Build update 2003/11/11 19:25:53 ihi 1.6.94.2: en -> en-US 2003/11/10 18:00:25 ihi 1.6.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7ff5974555b8616390774423f91e82e908ed1e8]

        INTEGRATION: CWS mergebuild (1.21.94); FILE MERGED 2004/04/20 18:06:29 hjs 1.21.94.4: RESYNC: (1.21-1.22); FILE MERGED 2004/02/23 12:57:30 ihi 1.21.94.3: Merge-While-Build update 2003/11/11 19:25:50 ihi 1.21.94.2: en -> en-US 2003/11/10 18:00:23 ihi 1.21.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dcb0aa05002274dbf6ef6ccf637ee85ef9c57696]

        INTEGRATION: CWS mergebuild (1.19.94); FILE MERGED 2004/04/30 15:04:48 hjs 1.19.94.4: #i8252# fix unmerge probs 2004/04/20 18:06:21 hjs 1.19.94.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/11 19:25:49 ihi 1.19.94.2: en -> en-US 2003/11/10 18:00:22 ihi 1.19.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8238952ab57a7fd64f7fc0328fb0a294e710ef7b]

        INTEGRATION: CWS mergebuild (1.22.94); FILE MERGED 2004/04/20 18:06:13 hjs 1.22.94.4: RESYNC: (1.22-1.23); FILE MERGED 2004/02/23 12:57:30 ihi 1.22.94.3: Merge-While-Build update 2003/11/11 19:25:49 ihi 1.22.94.2: en -> en-US 2003/11/10 18:00:22 ihi 1.22.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7c8fff2edde307cef68dbfa09e58af0be9afba8f]

        INTEGRATION: CWS mergebuild (1.45.82); FILE MERGED 2004/04/30 15:04:48 hjs 1.45.82.5: #i8252# fix unmerge probs 2004/04/20 18:06:05 hjs 1.45.82.4: RESYNC: (1.45-1.46); FILE MERGED 2004/02/23 12:57:30 ihi 1.45.82.3: Merge-While-Build update 2003/11/11 19:25:48 ihi 1.45.82.2: en -> en-US 2003/11/10 18:00:21 ihi 1.45.82.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eb1d5682d7b462f952344dd9dc9cdd4e73ce42ae]

        INTEGRATION: CWS mergebuild (1.20.94); FILE MERGED 2004/04/20 18:05:57 hjs 1.20.94.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/11 19:25:47 ihi 1.20.94.2: en -> en-US 2003/11/10 18:00:21 ihi 1.20.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [79e1c411b58b4fb04ec633cf5d83a20dc5b4c20a]

        INTEGRATION: CWS mergebuild (1.22.94); FILE MERGED 2004/04/20 18:05:36 hjs 1.22.94.3: RESYNC: (1.22-1.23); FILE MERGED 2003/11/11 19:25:47 ihi 1.22.94.2: en -> en-US 2003/11/10 18:00:20 ihi 1.22.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4855d39dd328d371080e480738ddc1ccd82a1b26]

        INTEGRATION: CWS mergebuild (1.18.84); FILE MERGED 2004/04/20 18:05:14 hjs 1.18.84.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/11 19:25:46 ihi 1.18.84.2: en -> en-US 2003/11/10 18:00:20 ihi 1.18.84.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [690dd4735e554a91cff9c89ecc4c073745fb59fe]

        INTEGRATION: CWS mergebuild (1.20.94); FILE MERGED 2004/04/20 18:04:45 hjs 1.20.94.4: RESYNC: (1.20-1.21); FILE MERGED 2004/02/23 12:57:29 ihi 1.20.94.3: Merge-While-Build update 2003/11/11 19:25:46 ihi 1.20.94.2: en -> en-US 2003/11/10 18:00:19 ihi 1.20.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6816778e8cb023f357f21aed637314f618143095]

        INTEGRATION: CWS mergebuild (1.21.94); FILE MERGED 2004/04/20 18:04:25 hjs 1.21.94.3: RESYNC: (1.21-1.22); FILE MERGED 2003/11/11 19:25:46 ihi 1.21.94.2: en -> en-US 2003/11/10 18:00:19 ihi 1.21.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [908f2b57997dfdba1314987640fa1a2cde90acc3]

        INTEGRATION: CWS mergebuild (1.27.94); FILE MERGED 2004/04/20 18:04:14 hjs 1.27.94.3: RESYNC: (1.27-1.28); FILE MERGED 2003/11/11 19:25:45 ihi 1.27.94.2: en -> en-US 2003/11/10 18:00:19 ihi 1.27.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e045edbf3487d155f75a8119f4e0d61689af0d10]

        INTEGRATION: CWS mergebuild (1.28.94); FILE MERGED 2004/04/20 18:03:56 hjs 1.28.94.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:25:45 ihi 1.28.94.2: en -> en-US 2003/11/10 18:00:18 ihi 1.28.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [59e004b94466af1d14b5b3417929a9853d242b60]

        INTEGRATION: CWS mergebuild (1.5.84); FILE MERGED 2004/04/20 18:03:22 hjs 1.5.84.3: RESYNC: (1.5-1.6); FILE MERGED 2003/11/11 19:25:45 ihi 1.5.84.2: en -> en-US 2003/11/10 18:00:18 ihi 1.5.84.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4dd5d11b1ec2d8ef61cb3c0b26ab9d649a8a705d]

        INTEGRATION: CWS mergebuild (1.35.94); FILE MERGED 2004/05/18 12:39:05 hjs 1.35.94.5: RESYNC: (1.36-1.37); FILE MERGED 2004/04/20 18:03:04 hjs 1.35.94.4: RESYNC: (1.35-1.36); FILE MERGED 2004/02/23 12:57:29 ihi 1.35.94.3: Merge-While-Build update 2003/11/11 19:25:43 ihi 1.35.94.2: en -> en-US 2003/11/10 18:00:16 ihi 1.35.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7d92ac69136a5e4c90027275311565b9dd0af8d7]

        INTEGRATION: CWS mergebuild (1.30.94); FILE MERGED 2004/04/20 18:02:47 hjs 1.30.94.3: RESYNC: (1.30-1.31); FILE MERGED 2003/11/11 19:25:42 ihi 1.30.94.2: en -> en-US 2003/11/10 18:00:16 ihi 1.30.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0ced9cc623345a0cebc9aed54a1b0de54a2c1582]

        INTEGRATION: CWS mergebuild (1.23.94); FILE MERGED 2004/04/20 18:02:24 hjs 1.23.94.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:25:42 ihi 1.23.94.2: en -> en-US 2003/11/10 18:00:15 ihi 1.23.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f529056aafdcac3252f846da63f3db0f256ffc2]

        INTEGRATION: CWS mergebuild (1.52.94); FILE MERGED 2004/04/20 18:01:17 hjs 1.52.94.4: RESYNC: (1.52-1.53); FILE MERGED 2004/02/23 12:57:28 ihi 1.52.94.3: Merge-While-Build update 2003/11/11 19:25:41 ihi 1.52.94.2: en -> en-US 2003/11/10 18:00:15 ihi 1.52.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3cfc8a28b91a0ceb62aeb3e81696dfcc3e295089]

        INTEGRATION: CWS mergebuild (1.28.94); FILE MERGED 2004/04/20 18:01:54 hjs 1.28.94.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:25:41 ihi 1.28.94.2: en -> en-US 2003/11/10 18:00:14 ihi 1.28.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b58f7006f6937fe6eeb74eb4e3e331dcae5e6e1f]

        INTEGRATION: CWS mergebuild (1.32.94); FILE MERGED 2004/04/20 18:01:46 hjs 1.32.94.3: RESYNC: (1.32-1.33); FILE MERGED 2003/11/11 19:25:41 ihi 1.32.94.2: en -> en-US 2003/11/10 18:00:14 ihi 1.32.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f32dad7cb0606a91cd5307d462d361c247e3cebe]

        INTEGRATION: CWS mergebuild (1.23.94); FILE MERGED 2004/04/20 18:01:37 hjs 1.23.94.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:25:40 ihi 1.23.94.2: en -> en-US 2003/11/10 18:00:13 ihi 1.23.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f1e0f6c330c76383ab0549eb18dddccde1cd795]

        INTEGRATION: CWS mergebuild (1.29.94); FILE MERGED 2004/04/20 18:01:26 hjs 1.29.94.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:25:40 ihi 1.29.94.2: en -> en-US 2003/11/10 18:00:13 ihi 1.29.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [adf4760618dce27585ac0e51e18c67c3376b38bd]

        INTEGRATION: CWS mergebuild (1.35.94); FILE MERGED 2004/04/20 18:00:25 hjs 1.35.94.3: RESYNC: (1.35-1.37); FILE MERGED 2003/11/11 19:25:39 ihi 1.35.94.2: en -> en-US 2003/11/10 18:00:12 ihi 1.35.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d6dcb63355759cb668d35e8c57422400b34ef9c1]

        INTEGRATION: CWS mergebuild (1.19.94); FILE MERGED 2004/05/18 12:36:57 hjs 1.19.94.4: RESYNC: (1.20-1.21); FILE MERGED 2004/04/20 18:00:17 hjs 1.19.94.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/11 19:25:38 ihi 1.19.94.2: en -> en-US 2003/11/10 18:00:11 ihi 1.19.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [be65d36c2e51c0d823ab6d791fb75c9877829bcf]

        INTEGRATION: CWS mergebuild (1.22.94); FILE MERGED 2004/04/20 17:59:49 hjs 1.22.94.3: RESYNC: (1.22-1.23); FILE MERGED 2003/11/11 19:25:37 ihi 1.22.94.2: en -> en-US 2003/11/10 18:00:10 ihi 1.22.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d2000f17627f96e7379421b9c1256f30d8c95b3e]

        INTEGRATION: CWS mergebuild (1.39.94); FILE MERGED 2004/05/18 12:36:07 hjs 1.39.94.6: RESYNC: (1.40-1.41); FILE MERGED 2004/04/30 15:04:47 hjs 1.39.94.5: #i8252# fix unmerge probs 2004/04/20 17:59:30 hjs 1.39.94.4: RESYNC: (1.39-1.40); FILE MERGED 2004/02/23 12:57:28 ihi 1.39.94.3: Merge-While-Build update 2003/11/11 19:25:37 ihi 1.39.94.2: en -> en-US 2003/11/10 18:00:10 ihi 1.39.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9e7deb2299726f56095f0cc283a963cc359edc96]

        INTEGRATION: CWS mergebuild (1.2.38); FILE MERGED 2004/05/24 12:00:04 hjs 1.2.38.1: #i8252# fix resync problems

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ac8ce09648e334173205b2fe954ce7173dbabc27]

        INTEGRATION: CWS mergebuild (1.47.28); FILE MERGED 2004/06/01 20:14:19 hjs 1.47.28.6: RESYNC: (1.49-1.50); FILE MERGED 2004/04/30 15:04:46 hjs 1.47.28.5: #i8252# fix unmerge probs 2004/04/20 17:59:19 hjs 1.47.28.4: RESYNC: (1.47-1.48); FILE MERGED 2004/02/23 12:57:27 ihi 1.47.28.3: Merge-While-Build update 2003/11/11 19:25:35 ihi 1.47.28.2: en -> en-US 2003/11/10 18:00:08 ihi 1.47.28.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0da948fc5ff405cea86d1a8331655c0ca4354b9f]

        INTEGRATION: CWS mergebuild (1.28.94); FILE MERGED 2004/04/20 17:59:00 hjs 1.28.94.4: RESYNC: (1.28-1.29); FILE MERGED 2004/02/23 12:57:27 ihi 1.28.94.3: Merge-While-Build update 2003/11/11 19:25:35 ihi 1.28.94.2: en -> en-US 2003/11/10 18:00:07 ihi 1.28.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [db2d7358fcc8d31d155d0fb8d8c6bd9a85fe2d17]

        INTEGRATION: CWS mergebuild (1.23.94); FILE MERGED 2004/04/20 17:58:53 hjs 1.23.94.4: RESYNC: (1.23-1.24); FILE MERGED 2004/02/23 12:57:27 ihi 1.23.94.3: Merge-While-Build update 2003/11/11 19:25:34 ihi 1.23.94.2: en -> en-US 2003/11/10 18:00:07 ihi 1.23.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f4a20920edd81542fd33a7308b9d91c4fc0ec19]

        INTEGRATION: CWS mergebuild (1.21.94); FILE MERGED 2004/04/20 17:58:45 hjs 1.21.94.3: RESYNC: (1.21-1.22); FILE MERGED 2003/11/11 19:25:34 ihi 1.21.94.2: en -> en-US 2003/11/10 18:00:06 ihi 1.21.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7a8cc6ba232044d816856a4ec6b2f796f2a5aaba]

        INTEGRATION: CWS mergebuild (1.24.94); FILE MERGED 2004/04/20 17:58:28 hjs 1.24.94.3: RESYNC: (1.24-1.25); FILE MERGED 2003/11/11 19:25:34 ihi 1.24.94.2: en -> en-US 2003/11/10 18:00:06 ihi 1.24.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3427531d6549950f30a52f8ce6da0cdeca119142]

        INTEGRATION: CWS mergebuild (1.20.94); FILE MERGED 2004/04/20 17:54:13 hjs 1.20.94.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/11 19:25:33 ihi 1.20.94.2: en -> en-US 2003/11/10 18:00:05 ihi 1.20.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3461e0ec3751ce4b5b89853850884d30ec560fe]

        INTEGRATION: CWS mergebuild (1.41.94); FILE MERGED 2004/05/18 12:29:09 hjs 1.41.94.4: RESYNC: (1.42-1.43); FILE MERGED 2004/04/20 17:53:54 hjs 1.41.94.3: RESYNC: (1.41-1.42); FILE MERGED 2003/11/11 19:25:32 ihi 1.41.94.2: en -> en-US 2003/11/10 18:00:05 ihi 1.41.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [392fa3c1bb50faebc4db5974378728a6d94ab600]

        INTEGRATION: CWS mergebuild (1.47.94); FILE MERGED 2004/04/20 17:57:58 hjs 1.47.94.3: RESYNC: (1.47-1.48); FILE MERGED 2003/11/11 19:25:31 ihi 1.47.94.2: en -> en-US 2003/11/10 18:00:03 ihi 1.47.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7f2bbea56c3ccb0ab370f819edf1c608ad515e45]

        INTEGRATION: CWS mergebuild (1.64.84); FILE MERGED 2004/05/18 12:32:25 hjs 1.64.84.5: RESYNC: (1.65-1.66); FILE MERGED 2004/04/20 17:57:39 hjs 1.64.84.4: RESYNC: (1.64-1.65); FILE MERGED 2004/02/23 12:57:26 ihi 1.64.84.3: Merge-While-Build update 2003/11/11 19:25:30 ihi 1.64.84.2: en -> en-US 2003/11/10 18:00:02 ihi 1.64.84.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1a1a323c86cb5fda1294c2c8985b1a63420f9e5]

        INTEGRATION: CWS mergebuild (1.92.94); FILE MERGED 2004/05/18 12:32:14 hjs 1.92.94.4: RESYNC: (1.94-1.95); FILE MERGED 2004/04/20 17:57:31 hjs 1.92.94.3: RESYNC: (1.92-1.94); FILE MERGED 2003/11/11 19:25:30 ihi 1.92.94.2: en -> en-US 2003/11/10 18:00:01 ihi 1.92.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [01fcb7c11380405947af4de5c329b7011d23aeca]

        INTEGRATION: CWS mergebuild (1.2.48); FILE MERGED 2004/05/24 12:00:04 hjs 1.2.48.4: #i8252# fix resync problems 2004/05/18 12:31:52 hjs 1.2.48.3: RESYNC: (1.4-1.7); FILE MERGED 2004/04/20 17:56:50 hjs 1.2.48.2: RESYNC: (1.2-1.4); FILE MERGED 2003/12/05 10:53:42 hjs 1.2.48.1: #i8252# change languages to isocodes

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2b0a6d6d6ef450967a1303fdb81dce535656a5ca]

        INTEGRATION: CWS mergebuild (1.19.94); FILE MERGED 2004/04/20 17:56:00 hjs 1.19.94.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/11 19:25:28 ihi 1.19.94.2: en -> en-US 2003/11/10 17:59:59 ihi 1.19.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e81702a48886b7ca28a492dde462c46900b1e9b9]

        INTEGRATION: CWS mergebuild (1.29.94); FILE MERGED 2004/04/20 17:55:43 hjs 1.29.94.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:25:28 ihi 1.29.94.2: en -> en-US 2003/11/10 17:59:59 ihi 1.29.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [429e92ab8060f512e7b24e857251e1cbf97e5450]

        INTEGRATION: CWS mergebuild (1.35.94); FILE MERGED 2004/04/20 17:55:35 hjs 1.35.94.3: RESYNC: (1.35-1.36); FILE MERGED 2003/11/11 19:25:27 ihi 1.35.94.2: en -> en-US 2003/11/10 17:59:58 ihi 1.35.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ebfb7692774a471511d9312fbe1559469e13e969]

        INTEGRATION: CWS mergebuild (1.34.94); FILE MERGED 2004/04/20 17:55:27 hjs 1.34.94.3: RESYNC: (1.34-1.35); FILE MERGED 2003/11/11 19:25:27 ihi 1.34.94.2: en -> en-US 2003/11/10 17:59:57 ihi 1.34.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c4db77ad0438f8fbe0c176be3dcb95b8df43816e]

        INTEGRATION: CWS mergebuild (1.21.94); FILE MERGED 2004/04/20 17:55:20 hjs 1.21.94.3: RESYNC: (1.21-1.22); FILE MERGED 2003/11/11 19:25:27 ihi 1.21.94.2: en -> en-US 2003/11/10 17:59:57 ihi 1.21.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c48790fa86dd11c74ecfa732b87024af6d2622e0]

        INTEGRATION: CWS mergebuild (1.46.94); FILE MERGED 2004/04/20 17:55:12 hjs 1.46.94.3: RESYNC: (1.46-1.47); FILE MERGED 2003/11/11 19:25:26 ihi 1.46.94.2: en -> en-US 2003/11/10 17:59:56 ihi 1.46.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb934b2d23324d697fdd80676e454b7843f51889]

        INTEGRATION: CWS mergebuild (1.38.94); FILE MERGED 2004/04/20 17:54:51 hjs 1.38.94.3: RESYNC: (1.38-1.39); FILE MERGED 2003/11/11 19:25:26 ihi 1.38.94.2: en -> en-US 2003/11/10 17:59:56 ihi 1.38.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [50b11a32258bbb2c5a84cfa5cc7ad7c1b6cd3f6f]

        INTEGRATION: CWS mergebuild (1.32.94); FILE MERGED 2004/05/04 16:14:10 ihi 1.32.94.4: ISO Code update 2004/04/20 17:52:54 hjs 1.32.94.3: RESYNC: (1.32-1.33); FILE MERGED 2003/11/11 19:25:25 ihi 1.32.94.2: en -> en-US 2003/11/10 17:59:55 ihi 1.32.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [79b4a1c4d0fc97c3bdee6a685dab38d67e99716e]

        INTEGRATION: CWS mergebuild (1.43.84); FILE MERGED 2004/05/18 12:28:14 hjs 1.43.84.4: RESYNC: (1.44-1.45); FILE MERGED 2004/04/20 17:52:32 hjs 1.43.84.3: RESYNC: (1.43-1.44); FILE MERGED 2003/11/11 19:25:24 ihi 1.43.84.2: en -> en-US 2003/11/10 17:59:54 ihi 1.43.84.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [99845247c27f85f617ba8400a642177c89f38f75]

        INTEGRATION: CWS mergebuild (1.93.84); FILE MERGED 2004/06/01 20:13:07 hjs 1.93.84.7: RESYNC: (1.100-1.102); FILE MERGED 2004/05/18 12:27:10 hjs 1.93.84.6: RESYNC: (1.96-1.100); FILE MERGED 2004/04/30 15:04:45 hjs 1.93.84.5: #i8252# fix unmerge probs 2004/04/20 17:50:44 hjs 1.93.84.4: RESYNC: (1.93-1.96); FILE MERGED 2004/02/23 12:57:25 ihi 1.93.84.3: Merge-While-Build update 2003/11/11 19:25:23 ihi 1.93.84.2: en -> en-US 2003/11/10 17:59:53 ihi 1.93.84.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1b75f81859bf38cbdc698b89c19de3c8e4e6da9a]

        INTEGRATION: CWS mergebuild (1.2.12); FILE MERGED 2004/06/04 09:56:58 hjs 1.2.12.1: #i8252# resync problems

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d53b2c3e9963fe641efff241c6c2ee16cc17f896]

        INTEGRATION: CWS mergebuild (1.109.94); FILE MERGED 2004/05/24 12:00:02 hjs 1.109.94.5: #i8252# fix resync problems 2004/05/18 11:58:54 hjs 1.109.94.4: RESYNC: (1.113-1.116); FILE MERGED 2004/04/20 16:44:24 hjs 1.109.94.3: RESYNC: (1.109-1.113); FILE MERGED 2003/11/11 19:25:20 ihi 1.109.94.2: en -> en-US 2003/11/10 17:59:50 ihi 1.109.94.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [430dcfbde743435dbb565def9ba233b87ae5fbab]

        INTEGRATION: CWS mergebuild (1.12.72); FILE MERGED 2004/05/18 11:58:13 hjs 1.12.72.3: RESYNC: (1.14-1.15); FILE MERGED 2004/04/20 16:42:47 hjs 1.12.72.2: RESYNC: (1.12-1.14); FILE MERGED 2003/12/08 17:17:40 hjs 1.12.72.1: #i8252# deliver five char iso too

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3d6b6ab21b1aab741efa80453e89603700487653]

        INTEGRATION: CWS mergebuild (1.6.162); FILE MERGED 2004/04/20 16:42:39 hjs 1.6.162.3: RESYNC: (1.8-1.12); FILE MERGED 2003/11/18 20:53:15 hjs 1.6.162.2: RESYNC: (1.6-1.8); FILE MERGED 2003/11/13 13:31:47 hjs 1.6.162.1: #i8252# merge on the fly for hrc. merge first

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ae57e839957f2a1e8c3ed71fa590d91a3747391]

        INTEGRATION: CWS mergebuild (1.7.16); FILE MERGED 2004/04/21 01:14:44 hjs 1.7.16.3: RESYNC: (1.7-1.8); FILE MERGED 2003/11/11 19:27:12 ihi 1.7.16.2: en -> en-US 2003/11/10 18:02:08 ihi 1.7.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5418c32baeb46b1a826f7ed7c2eddc105f552451]

        INTEGRATION: CWS mergebuild (1.36.16); FILE MERGED 2004/04/21 01:14:37 hjs 1.36.16.3: RESYNC: (1.36-1.37); FILE MERGED 2003/11/11 19:27:11 ihi 1.36.16.2: en -> en-US 2003/11/10 18:02:07 ihi 1.36.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68c9c38fe488b1e440516c6f379c2f97733d5051]

        INTEGRATION: CWS mergebuild (1.16.16); FILE MERGED 2004/04/21 01:14:30 hjs 1.16.16.3: RESYNC: (1.16-1.17); FILE MERGED 2003/11/11 19:27:11 ihi 1.16.16.2: en -> en-US 2003/11/10 18:02:07 ihi 1.16.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1eaf4ee6b3b1a73f599ae9a904f2c992e42c94a8]

        INTEGRATION: CWS mergebuild (1.6.16); FILE MERGED 2004/04/21 01:14:24 hjs 1.6.16.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:27:10 ihi 1.6.16.2: en -> en-US 2003/11/10 18:02:07 ihi 1.6.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [86d51ec327bc87713affbe3a154da21c99f57f39]

        INTEGRATION: CWS mergebuild (1.6.16); FILE MERGED 2004/04/21 01:14:17 hjs 1.6.16.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:27:10 ihi 1.6.16.2: en -> en-US 2003/11/10 18:02:06 ihi 1.6.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f2519d4f97cdf5ca7cbefa47b2a3cfe5b0e0033d]

        INTEGRATION: CWS mergebuild (1.36.16); FILE MERGED 2004/04/21 01:14:10 hjs 1.36.16.4: RESYNC: (1.36-1.37); FILE MERGED 2004/02/23 13:00:52 ihi 1.36.16.3: Merge-While-Build update 2003/11/11 19:27:10 ihi 1.36.16.2: en -> en-US 2003/11/10 18:02:06 ihi 1.36.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [afbf36ac80adfc991730747c0a73c2f5605e0bff]

        INTEGRATION: CWS mergebuild (1.53.16); FILE MERGED 2004/05/18 18:51:23 hjs 1.53.16.4: RESYNC: (1.54-1.55); FILE MERGED 2004/04/21 01:13:27 hjs 1.53.16.3: RESYNC: (1.53-1.54); FILE MERGED 2003/11/11 19:27:09 ihi 1.53.16.2: en -> en-US 2003/11/10 18:02:05 ihi 1.53.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [55f8e620b475994cd8e9959e980818f76cdcf67e]

        INTEGRATION: CWS mergebuild (1.12.16); FILE MERGED 2004/04/21 01:13:42 hjs 1.12.16.3: RESYNC: (1.12-1.13); FILE MERGED 2003/11/11 19:27:09 ihi 1.12.16.2: en -> en-US 2003/11/10 18:02:05 ihi 1.12.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c00a2a2f84134a693053009ac86cf685c1277f6]

        INTEGRATION: CWS mergebuild (1.27.16); FILE MERGED 2004/04/21 01:13:34 hjs 1.27.16.3: RESYNC: (1.27-1.28); FILE MERGED 2003/11/11 19:27:08 ihi 1.27.16.2: en -> en-US 2003/11/10 18:02:04 ihi 1.27.16.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [08d1d2f7eb88d899537d689c56ba7107c2b7b734]

        INTEGRATION: CWS mergebuild (1.37.14); FILE MERGED 2004/06/21 13:04:17 ihi 1.37.14.6: #i8252# Removed duplicated de entry 2004/04/20 19:31:12 hjs 1.37.14.5: RESYNC: (1.37-1.39); FILE MERGED 2004/02/20 18:41:21 ihi 1.37.14.4: Merge-While-Build update 2003/12/16 16:16:52 ihi 1.37.14.3: x-no-translate conversion 2003/11/11 19:19:18 ihi 1.37.14.2: en -> en-US 2003/11/10 16:46:41 ihi 1.37.14.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6d3a67037052bdd185136817e263db36f99c2604]

        INTEGRATION: CWS mergebuild (1.49.18); FILE MERGED 2004/06/21 13:04:16 ihi 1.49.18.8: #i8252# Removed duplicated de entry 2004/05/19 16:24:31 hjs 1.49.18.7: #i8252# fix resync problems 2004/05/18 15:47:39 hjs 1.49.18.6: RESYNC: (1.51-1.52); FILE MERGED 2004/04/20 19:29:53 hjs 1.49.18.5: RESYNC: (1.49-1.51); FILE MERGED 2004/02/20 18:41:20 ihi 1.49.18.4: Merge-While-Build update 2003/12/16 16:16:51 ihi 1.49.18.3: x-no-translate conversion 2003/11/11 19:19:16 ihi 1.49.18.2: en -> en-US 2003/11/10 16:46:40 ihi 1.49.18.1: #111234# Merge during build

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [854a3534bcee4464d0ca9e4c6c6cceac0c8796f6]

        INTEGRATION: CWS mergebuild (1.12.32); FILE MERGED 2004/05/18 15:47:10 hjs 1.12.32.3: RESYNC: (1.13-1.14); FILE MERGED 2004/04/20 19:29:10 hjs 1.12.32.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/20 18:40:04 ihi 1.12.32.1: Merge-While-Build update

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9bd2fbfae00092236243a5dcfff900714ac78e8a]

        INTEGRATION: CWS mergebuild (1.4.22); FILE MERGED 2004/06/14 11:01:33 hjs 1.4.22.2: #i8252# adopt to merge on the fly 2004/06/07 14:17:16 ihi 1.4.22.1: #i8252# Iso Code update

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6df75172feafafc726d8b6bd510448727a31e2ab]

        INTEGRATION: CWS mergebuild (1.1.36); FILE MERGED 2004/04/20 16:37:01 hjs 1.1.36.2: RESYNC: (1.1-1.2); FILE MERGED 2003/10/29 17:19:38 hjs 1.1.36.1: #i8252# telnr. to iso code; switch to ulf

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2f0055984c1e982cc232390c673faf02488bbdaf]

        INTEGRATION: CWS mergebuild (1.9.2); FILE MERGED 2004/06/14 11:01:32 hjs 1.9.2.3: #i8252# adopt to merge on the fly 2004/04/20 16:36:30 hjs 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2003/10/29 17:19:37 hjs 1.9.2.1: #i8252# telnr. to iso code; switch to ulf

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0da12df7d6dcd877899d6e07e1c210e19ee7b3d1]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/14 11:01:47 hjs 1.1.2.1: #i8252# adopt to merge on the fly

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a2f37a6f09ef5e196e9c182916d4a3bdb5e650c9]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2003/10/29 17:19:36 hjs 1.1.2.1: #i8252# telnr. to iso code; switch to ulf

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [720083bf54471f9162ee4ea3041a18ff0cd8559b]

        INTEGRATION: CWS mergebuild (1.4.16); FILE MERGED 2003/10/29 17:19:34 hjs 1.4.16.1: #i8252# telnr. to iso code; switch to ulf

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [276dfaa8a73c2554960e5d7f60149e683789e678]

        INTEGRATION: CWS mergebuild (1.5.28); FILE MERGED 2004/06/14 11:01:30 hjs 1.5.28.1: #i8252# adopt to merge on the fly

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [274aa34c968190a3ba4fbab7a6dda6de03cfb9b7]

        INTEGRATION: CWS mergebuild (1.3.16); FILE MERGED 2004/06/07 12:36:51 hjs 1.3.16.1: #i8252# seperate name and isocode

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a5af40ac234c5f6f4aa6a26eaf78841b970b1a7a]

        INTEGRATION: CWS mergebuild (1.17.16); FILE MERGED 2004/06/07 12:23:47 ihi 1.17.16.1: #i8252# ISO Code / renamed readme<iso> to readme_<iso>

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1f687f1ae835ab75c0e38f733278c186a744d30]

        INTEGRATION: CWS mergebuild (1.2.8); FILE MERGED 2004/06/07 12:36:50 hjs 1.2.8.1: #i8252# seperate name and isocode

2004-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6bdafcc33b9f5aeb3462c3ebdb327614afe757c4]

        INTEGRATION: CWS mergebuild (1.10.6); FILE MERGED 2004/05/25 15:59:55 ihi 1.10.6.1: ISO Code / Unmerge

2004-06-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [39bbb682b92dddaea625f0bc25511f132ace0405]

        #i30244#: fix path

2004-06-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [543c4ee80452861860f878c879f323625f619c4b]

        #i30244#: adaption to OOo environment

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [59660c5a9137080f1de27ba5cc29dbb1709e0a44]

        #i10000# correct api

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9c69356d86a288dc864d026b55f2563193e4b5ab]

        INTEGRATION: CWS jlregcomp (1.2.6); FILE MERGED 2004/06/24 09:12:38 jl 1.2.6.1: #i30628# obtaiing the version did not work

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1312b6389c68527c8bcd306b61bad74bec6a3b0f]

        INTEGRATION: CWS ooogrind (1.1.2); FILE ADDED 2004/06/14 09:46:24 thb 1.1.2.2: #i26634# Changed export symbol to match the sal.map 2004/06/11 17:45:59 thb 1.1.2.1: #i26634# Cleaned up and adhered more closely to *nix and UDK conventions

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [86ec4df8bc7266d4059b84dbaf318136ffd26c9f]

        INTEGRATION: CWS ooogrind (1.31.116); FILE MERGED 2004/06/21 14:30:29 thb 1.31.116.4: RESYNC: (1.31-1.32); FILE MERGED 2004/06/11 17:46:47 thb 1.31.116.3: #i26634# Cleaned up and adhered more closely to *nix and UDK conventions 2004/03/17 17:36:49 thb 1.31.116.2: #i26634# Now defining OSL_DEBUG_LEVEL=0, to avoid need to link against standard sal lib 2004/03/17 16:51:51 thb 1.31.116.1: #i26634# Building second version of sal lib, with FORCE_SYSALLOC defined. This will then later be LD_PRELOADED to soffice, to enable proper valgrinding

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b797d95ae621b5aebe821ec06c21beb6aea8b427]

        INTEGRATION: CWS ooogrind (1.19.172); FILE MERGED 2004/06/11 17:47:06 thb 1.19.172.4: #i26634# Cleaned up and adhered more closely to *nix and UDK conventions 2004/05/10 17:20:49 thb 1.19.172.3: #i26634# Added comment separator 2004/03/17 17:36:49 thb 1.19.172.2: #i26634# Now defining OSL_DEBUG_LEVEL=0, to avoid need to link against standard sal lib 2004/03/17 16:51:51 thb 1.19.172.1: #i26634# Building second version of sal lib, with FORCE_SYSALLOC defined. This will then later be LD_PRELOADED to soffice, to enable proper valgrinding

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7c4980b29933b4c409a83c7f5ab241a90ed736b]

        INTEGRATION: CWS mozab04 (1.7.32); FILE MERGED 2004/04/13 06:42:51 windly 1.7.32.2: #i6883# output thread identifier in osl_trace 2004/04/13 04:44:01 windly 1.7.32.1: #i6883# output thread identifier in osl_trace

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5af823272f041fe57cef45362cb210e1a9118b86]

        INTEGRATION: CWS mozab04 (1.12.170); FILE MERGED 2004/04/13 04:43:48 windly 1.12.170.1: #i6883# output thread identifier in osl_trace

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [370a29642fd8eb181c894df73b7fc51186293240]

        INTEGRATION: CWS mozab04 (1.1.2); FILE ADDED 2004/04/12 10:35:13 windly 1.1.2.3: #i6883# tools used to test mozab driver 2004/04/07 02:33:55 windly 1.1.2.2: #1000# make mozThread compilable under windows 2004/04/06 07:03:00 windly 1.1.2.1: #1000# code for test mozab driver

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1a35ebd807e2de65c7fa217ed2cb0538243ec6fd]

        INTEGRATION: CWS mozab04 (1.4.192); FILE MERGED 2004/04/13 04:45:34 windly 1.4.192.2: #i6883# fix some build error on Solaris 2004/04/06 07:03:24 windly 1.4.192.1: #1000# code for test mozab driver

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a823039007ac02a126afd8610ae6698547082b60]

        INTEGRATION: CWS mozab04 (1.4.192); FILE MERGED 2004/04/06 07:03:24 windly 1.4.192.1: #1000# code for test mozab driver

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8aa357bb10952ab2c670bcf606ada3dc54fc5cdf]

        INTEGRATION: CWS mozab04 (1.1.2); FILE ADDED 2004/04/13 06:01:27 windly 1.1.2.3: #i6883# change the code used to init uno 2004/04/07 02:33:55 windly 1.1.2.2: #1000# make mozThread compilable under windows 2004/04/06 07:02:28 windly 1.1.2.1: #1000# code for test mozab driver

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [34506a92ae2f972c9a667e1498d62e73807e8084]

        INTEGRATION: CWS mozab04 (1.39.2); FILE MERGED 2004/04/12 10:30:00 windly 1.39.2.1: #i20338# add create table statement to mozab driver

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ed9b6731e117b5ff2ddd3eacd85df949bfeec94]

        INTEGRATION: CWS mozab04 (1.25.2); FILE MERGED 2004/04/12 10:30:00 windly 1.25.2.1: #i20338# add create table statement to mozab driver

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f3d7d48354dd03ead8c7f158002b49c550a82590]

        INTEGRATION: CWS mozab04 (1.46.2); FILE MERGED 2004/04/12 10:29:59 windly 1.46.2.1: #i20338# add create table statement to mozab driver

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [516be40397e7af782efe4085b4c3cc9174473fdf]

        INTEGRATION: CWS mozab04 (1.12.34); FILE MERGED 2004/05/13 10:24:04 windly 1.12.34.5: #i28398# fix a redhat related bug 2004/04/30 11:34:58 windly 1.12.34.4: #i20338# make solaris builds workable 2004/04/27 04:49:52 windly 1.12.34.3: #i28398# Update mozilla components form v1.0 to v1.7 2004/04/27 03:13:37 windly 1.12.34.2: #i28398# update Mozilla components from v1.0 to v1.7 2004/04/12 10:15:56 windly 1.12.34.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1dfe91966c9e2d645bcfc17ca6ba66da9ca4163]

        INTEGRATION: CWS mozab04 (1.3.170); FILE MERGED 2004/04/12 10:15:56 windly 1.3.170.2: #i6883# make mozab driver threadsafe 2004/04/05 09:54:45 windly 1.3.170.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d3ff2ed2f65aebb0f6c040a93fbba9df62daa373]

        INTEGRATION: CWS mozab04 (1.9.2); FILE MERGED 2004/04/27 03:13:37 windly 1.9.2.5: #i28398# update Mozilla components from v1.0 to v1.7 2004/04/13 09:15:21 windly 1.9.2.4: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM 2004/04/13 04:45:33 windly 1.9.2.3: #i6883# fix some build error on Solaris 2004/04/12 10:15:56 windly 1.9.2.2: #i6883# make mozab driver threadsafe 2004/04/05 09:54:45 windly 1.9.2.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [64d340b83cbb773289379db7dbb8165f215904e8]

        INTEGRATION: CWS mozab04 (1.10.2); FILE MERGED 2004/04/12 10:15:55 windly 1.10.2.2: #i6883# make mozab driver threadsafe 2004/04/05 09:54:44 windly 1.10.2.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee5a5efe4e51589c1ae6e9966d15796162961ac0]

        INTEGRATION: CWS mozab04 (1.12.2); FILE MERGED 2004/04/13 10:50:37 windly 1.12.2.4: #i6883# some little change such as replace tab to space 2004/04/13 04:45:33 windly 1.12.2.3: #i6883# fix some build error on Solaris 2004/04/12 10:15:55 windly 1.12.2.2: #i6883# make mozab driver threadsafe 2004/04/05 09:54:44 windly 1.12.2.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aef2171332725abe456f51af333533254a8ddd5d]

        INTEGRATION: CWS mozab04 (1.2.2); FILE MERGED 2004/04/12 10:15:55 windly 1.2.2.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0c2bed82b107d350e8c235187cfb9b7bd720f85]

        INTEGRATION: CWS mozab04 (1.1.2); FILE ADDED 2004/05/13 10:24:03 windly 1.1.2.1: #i28398# fix a redhat related bug

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7a03ca2918a01b3ea6e637bbd128d98f4c69eebc]

        INTEGRATION: CWS mozab04 (1.1.2); FILE ADDED 2004/05/13 10:24:02 windly 1.1.2.1: #i28398# fix a redhat related bug

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5a649fda4965affe0f81333643234b020c5ed548]

        INTEGRATION: CWS mozab04 (1.1.2); FILE ADDED 2004/04/13 10:50:37 windly 1.1.2.3: #i6883# some little change such as replace tab to space 2004/04/13 04:45:33 windly 1.1.2.2: #i6883# fix some build error on Solaris 2004/04/12 10:27:03 windly 1.1.2.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0582ccf58feebb94a840fa88b1d6ebe41ae089d4]

        INTEGRATION: CWS mozab04 (1.1.2); FILE ADDED 2004/05/13 10:24:01 windly 1.1.2.5: #i28398# fix a redhat related bug 2004/04/30 11:34:58 windly 1.1.2.4: #i20338# make solaris builds workable 2004/04/27 03:13:37 windly 1.1.2.3: #i28398# update Mozilla components from v1.0 to v1.7 2004/04/13 04:45:32 windly 1.1.2.2: #i6883# fix some build error on Solaris 2004/04/12 10:27:02 windly 1.1.2.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8e48ba78ee6fc7d48b099416578f2cfc17d1a686]

        INTEGRATION: CWS mozab04 (1.7.170); FILE MERGED 2004/04/27 03:13:36 windly 1.7.170.2: #i28398# update Mozilla components from v1.0 to v1.7 2004/04/12 10:15:55 windly 1.7.170.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [965f610848d5ea49da4276f0746c9345a24564e7]

        INTEGRATION: CWS mozab04 (1.1.2); FILE ADDED 2004/04/12 10:15:54 windly 1.1.2.2: #i6883# make mozab driver threadsafe 2004/04/05 09:56:34 windly 1.1.2.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ef2a71e588b65b14ff2d8ce0c1cde581111e21b8]

        INTEGRATION: CWS mozab04 (1.4.2); FILE MERGED 2004/04/12 10:15:54 windly 1.4.2.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1da3dd56598133996394d692bbd025d60536ce06]

        INTEGRATION: CWS mozab04 (1.8.2); FILE MERGED 2004/04/27 03:13:36 windly 1.8.2.3: #i28398# update Mozilla components from v1.0 to v1.7 2004/04/13 09:15:21 windly 1.8.2.2: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM 2004/04/12 10:15:54 windly 1.8.2.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [296d05762b226e3e024d9fb8e7f738872f7bac22]

        INTEGRATION: CWS mozab04 (1.2.186); FILE MERGED 2004/04/05 09:54:43 windly 1.2.186.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [000eefd841ac7ee2c1f350d25471fbfd84283837]

        INTEGRATION: CWS mozab04 (1.12.2); FILE MERGED 2004/05/13 10:31:03 windly 1.12.2.3: #i28398# fix a redhat related bug 2004/05/11 03:28:48 windly 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2004/04/12 10:15:54 windly 1.12.2.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [46927915bb9502ddc9e94fb98cb3a8ce082431e5]

        INTEGRATION: CWS mozab04 (1.3.186); FILE MERGED 2004/04/13 09:15:20 windly 1.3.186.1: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a6df77b9b5907b18e0d27c053a4a4c7b4ff14652]

        INTEGRATION: CWS mozab04 (1.4.184); FILE MERGED 2004/04/13 09:15:20 windly 1.4.184.1: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e64e9ffe83754974412d3f756b2d4e5fc7539bc7]

        INTEGRATION: CWS mozab04 (1.3.182); FILE MERGED 2004/04/12 10:15:53 windly 1.3.182.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a275a3779d3a44fd17aad917d90f9119d1fd496]

        INTEGRATION: CWS mozab04 (1.7.114); FILE MERGED 2004/04/13 10:50:36 windly 1.7.114.3: #i6883# some little change such as replace tab to space 2004/04/13 09:15:20 windly 1.7.114.2: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM 2004/04/12 10:15:53 windly 1.7.114.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [782714683059ad50d8bb23e30566cbcaa2eaf414]

        INTEGRATION: CWS mozab04 (1.1.186); FILE MERGED 2004/04/13 09:15:20 windly 1.1.186.1: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5c459f8330970157ffd54dd9ee7398c16c081a3e]

        INTEGRATION: CWS mozab04 (1.2.182); FILE MERGED 2004/04/05 09:54:42 windly 1.2.182.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [07483856b037f28efbe4a9b1b2f4f9e2ad65dd05]

        INTEGRATION: CWS mozab04 (1.5.182); FILE MERGED 2004/04/05 09:54:42 windly 1.5.182.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1cc11751e0ac451d107d9eb22403a23fe3a866b4]

        INTEGRATION: CWS mozab04 (1.17.38); FILE MERGED 2004/04/13 10:50:36 windly 1.17.38.4: #i6883# some little change such as replace tab to space 2004/04/13 09:15:19 windly 1.17.38.3: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM 2004/04/12 10:15:53 windly 1.17.38.2: #i6883# make mozab driver threadsafe 2004/04/05 09:54:41 windly 1.17.38.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e5f166e9261f28993e4eb526b74fd9186ddd68fe]

        INTEGRATION: CWS mozab04 (1.4.182); FILE MERGED 2004/04/12 10:15:53 windly 1.4.182.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f2c336c5473bad59d970290bc4e7f09580825260]

        INTEGRATION: CWS mozab04 (1.6.114); FILE MERGED 2004/04/12 10:15:53 windly 1.6.114.2: #i6883# make mozab driver threadsafe 2004/04/05 09:54:41 windly 1.6.114.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4cda32b53de3d1a88e8fe4586fe45af39c61a917]

        INTEGRATION: CWS mozab04 (1.8.36); FILE MERGED 2004/04/13 09:15:19 windly 1.8.36.2: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM 2004/04/12 10:15:52 windly 1.8.36.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1823d81e72f5c5f11386d8eed41b1c9fec9812f]

        INTEGRATION: CWS mozab04 (1.8.2); FILE MERGED 2004/04/27 03:13:35 windly 1.8.2.4: #i28398# update Mozilla components from v1.0 to v1.7 2004/04/13 10:50:36 windly 1.8.2.3: #i6883# some little change such as replace tab to space 2004/04/13 09:15:19 windly 1.8.2.2: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM 2004/04/05 09:54:41 windly 1.8.2.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [027298c5bd56d8a6ad9325a5da7a8b8fb1c494aa]

        INTEGRATION: CWS mozab04 (1.10.2); FILE MERGED 2004/04/12 10:15:52 windly 1.10.2.2: #i6883# make mozab driver threadsafe 2004/04/05 09:54:41 windly 1.10.2.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ec434f70f4834b510a811a37e256d3a5064003cc]

        INTEGRATION: CWS mozab04 (1.15.2); FILE MERGED 2004/04/13 09:15:19 windly 1.15.2.3: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM 2004/04/12 10:15:52 windly 1.15.2.2: #i6883# make mozab driver threadsafe 2004/04/05 09:54:40 windly 1.15.2.1: #i20338# Read and Write access to Address Books

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [95c359bd5d3b848dd28f5a93475c1817eb2cef6c]

        INTEGRATION: CWS mozab04 (1.3.2); FILE MERGED 2004/04/13 09:15:18 windly 1.3.2.1: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5a696c62855afff467a22f28c49d48eb3ec0d5d7]

        INTEGRATION: CWS mozab04 (1.5.2); FILE MERGED 2004/04/13 09:15:18 windly 1.5.2.1: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3d8453c9ea51ff5df80ec749b49e8a2d1e636ab]

        INTEGRATION: CWS mozab04 (1.1.186); FILE MERGED 2004/04/12 10:15:52 windly 1.1.186.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4cf2549269ab4867457db417a94b35bfe2b37f12]

        INTEGRATION: CWS mozab04 (1.1.186); FILE MERGED 2004/04/13 09:15:18 windly 1.1.186.2: #1000# replace createFromAscii to RTL_CONSTASCII_USTRINGPARAM 2004/04/12 10:15:51 windly 1.1.186.1: #i6883# make mozab driver threadsafe

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [900323627877387712e62752466250855bb7c5f3]

        INTEGRATION: CWS mozab04 (1.14.52); FILE MERGED 2004/04/12 10:30:50 windly 1.14.52.1: #i20338# add create table statement to mozab driver

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4a11b71ac04aeacdfc90419a30d2d489eb5f4314]

        INTEGRATION: CWS mozab04 (1.13.2); FILE MERGED 2004/04/12 10:30:49 windly 1.13.2.1: #i20338# add create table statement to mozab driver

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ca99306e9c036f50128620966c15a8ee4cbb632e]

        INTEGRATION: CWS mozab04 (1.1.166); FILE MERGED 2004/04/12 10:30:49 windly 1.1.166.1: #i20338# add create table statement to mozab driver

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b1e51af2ead097184e15c4f37f92d473bd500497]

        INTEGRATION: CWS mozab04 (1.7.58); FILE MERGED 2004/05/10 11:09:28 windly 1.7.58.1: #i28398# update mozilla components from v1.0 to v1.7b

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5e9406302685911873e9400a63e9cc2bf3d780e7]

        INTEGRATION: CWS tune04 (1.5.288); FILE MERGED 2004/06/14 09:03:41 cmc 1.5.288.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [89f67d30afa5070dbde11cfe2839ccb3ea2fa4ee]

        INTEGRATION: CWS tune04 (1.6.94); FILE MERGED 2004/06/14 09:03:39 cmc 1.6.94.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b3828f1a15f280d50b6123c53236456df0bf3e3b]

        INTEGRATION: CWS tune04 (1.3.74); FILE MERGED 2004/06/14 09:03:39 cmc 1.3.74.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eb91c036771fa934c584a140c6a592f1d80d3bf0]

        INTEGRATION: CWS tune04 (1.3.74); FILE MERGED 2004/06/14 09:03:38 cmc 1.3.74.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ea0c9ab6fe1e8ee59c2b287aa700f667216dbbff]

        INTEGRATION: CWS tune04 (1.5.28); FILE MERGED 2004/06/15 08:53:11 cmc 1.5.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5f410a225a9cea57320d0e6f938ed3c07783396d]

        INTEGRATION: CWS tune04 (1.5.122); FILE MERGED 2004/06/15 08:53:10 cmc 1.5.122.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1166e3aec1b335d46ca54cf44ace963aca093ff7]

        INTEGRATION: CWS tune04 (1.9.28); FILE MERGED 2004/06/15 08:53:10 cmc 1.9.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [22760d8f32b9171e4afcd44b65039102f710ef05]

        INTEGRATION: CWS tune04 (1.9.28); FILE MERGED 2004/06/15 08:53:09 cmc 1.9.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6e2896d5e1d60e947d48f7deadf3a95753fb8cc2]

        INTEGRATION: CWS tune04 (1.9.28); FILE MERGED 2004/06/15 08:53:08 cmc 1.9.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e2bb68ee8f6acecdfbece8767f3b4a357460c453]

        INTEGRATION: CWS tune04 (1.11.28); FILE MERGED 2004/06/15 08:53:08 cmc 1.11.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [631d26c696c448626d6d6b6ec2b8df919a45b375]

        INTEGRATION: CWS tune04 (1.9.28); FILE MERGED 2004/06/17 12:29:30 mhu 1.9.28.2: #i29636# Fixed typos in Weak[Agg]..Helper[Base|n] templates. 2004/06/15 08:53:07 cmc 1.9.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e6365709c570e8fd1b90b067495565f51103e78]

        INTEGRATION: CWS tune04 (1.9.28); FILE MERGED 2004/06/15 08:53:07 cmc 1.9.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [69817be1940b70504d12427b2eca6562e374d957]

        INTEGRATION: CWS tune04 (1.9.28); FILE MERGED 2004/06/15 08:53:06 cmc 1.9.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2b382a8c0d1cfdfad611f05921ebfdf5a9e185cb]

        INTEGRATION: CWS tune04 (1.9.28); FILE MERGED 2004/06/17 12:29:30 mhu 1.9.28.2: #i29636# Fixed typos in Weak[Agg]..Helper[Base|n] templates. 2004/06/15 08:53:06 cmc 1.9.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b1f9cb0558d6eb75418fa4f2e685a803f9ab9684]

        INTEGRATION: CWS tune04 (1.9.28); FILE MERGED 2004/06/15 08:53:05 cmc 1.9.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [31e519f97b8d16e73a76f9b60064b006ffe2b64f]

        INTEGRATION: CWS tune04 (1.16.58); FILE MERGED 2004/06/14 09:03:42 cmc 1.16.58.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [29844ed4d97a4437fc1af2bdbdf06a92b504bcc5]

        INTEGRATION: CWS tune04 (1.40.56); FILE MERGED 2004/06/14 09:03:41 cmc 1.40.56.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5bf8810e555e8187a49dc0e079bc4d960d224c4c]

        INTEGRATION: CWS tune04 (1.17.84); FILE MERGED 2004/06/14 09:03:38 cmc 1.17.84.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [113033355ecd8e59ef4b5a3458815e26e1a5aa78]

        INTEGRATION: CWS tune04 (1.135.12); FILE MERGED 2004/06/14 09:03:37 cmc 1.135.12.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [91a28406d197a8a389f2bb69f9846549bbc023ee]

        INTEGRATION: CWS tune04 (1.22.72); FILE MERGED 2004/06/14 09:03:35 cmc 1.22.72.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5a8f760ea5f2bd8187429779ffb1c1982335fc16]

        INTEGRATION: CWS tune04 (1.1.1.1.198); FILE MERGED 2004/06/15 08:13:58 cmc 1.1.1.1.198.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b9ad024df890baadba0d368e1f779c258ff2a81]

        INTEGRATION: CWS tune04 (1.2.38); FILE MERGED 2004/06/15 08:13:58 cmc 1.2.38.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d951b404444049d086c41b18519acf948829f130]

        INTEGRATION: CWS tune04 (1.6.50); FILE MERGED 2004/06/15 08:13:57 cmc 1.6.50.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a50738cd09a4e9fc107373a0abb970378a68e0bc]

        INTEGRATION: CWS tune04 (1.28.38); FILE MERGED 2004/06/15 08:13:57 cmc 1.28.38.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d30946b9d494734b81b54176aa6d26b949b1eaa8]

        INTEGRATION: CWS tune04 (1.34.76); FILE MERGED 2004/06/11 11:59:13 cmc 1.34.76.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [649e690cdb254d7970a93edc694b11995eab68f0]

        INTEGRATION: CWS tune04 (1.1.1.1.618); FILE MERGED 2004/06/11 11:59:32 cmc 1.1.1.1.618.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3232b2cd4fc3c77d88abcbd91ecb460972c24c94]

        INTEGRATION: CWS tune04 (1.16.178); FILE MERGED 2004/06/11 11:59:29 cmc 1.16.178.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4773753b0fb28d10f9dd01580debc31293963e12]

        INTEGRATION: CWS tune04 (1.34.178); FILE MERGED 2004/06/18 11:51:33 mhu 1.34.178.2: #i29636# Added missing 'static' keyword in ImplEnglishColors. 2004/06/11 11:59:28 cmc 1.34.178.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8423f1cbe0c192813d045d1b1babceb21271921a]

        INTEGRATION: CWS tune04 (1.57.120); FILE MERGED 2004/06/11 11:59:27 cmc 1.57.120.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [31aea4f7c407d4864b6c5633bbd113d41f57c50b]

        INTEGRATION: CWS tune04 (1.51.178); FILE MERGED 2004/06/11 11:59:26 cmc 1.51.178.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [65ededaeaf61f8acec9b600a44516169a813c47a]

        INTEGRATION: CWS tune04 (1.2.616); FILE MERGED 2004/06/11 11:59:24 cmc 1.2.616.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e6c47e357981c05c9ca7a0d910429d31f329310]

        INTEGRATION: CWS tune04 (1.11.364); FILE MERGED 2004/06/11 11:58:44 cmc 1.11.364.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [27abe90e3be8e38d4d6a144a55618a2a3699d236]

        INTEGRATION: CWS tune04 (1.12.434); FILE MERGED 2004/06/11 11:59:22 cmc 1.12.434.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9336daf410b5dc8157282a439ac7021f49960b67]

        INTEGRATION: CWS tune04 (1.47.146); FILE MERGED 2004/06/11 11:59:20 cmc 1.47.146.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3690283c99a25a3faafacb72a535ee098e53d347]

        INTEGRATION: CWS tune04 (1.1.1.1.618); FILE MERGED 2004/06/11 11:59:18 cmc 1.1.1.1.618.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6b4c021cb51de732cdd080d21b93f72d887c2c43]

        INTEGRATION: CWS tune04 (1.21.148); FILE MERGED 2004/06/11 11:59:14 cmc 1.21.148.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8d1b2672dc49df26e70ec3557d78f36b49cccdfb]

        INTEGRATION: CWS tune04 (1.7.48); FILE MERGED 2004/06/10 12:08:32 cmc 1.7.48.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2bcc17d9e15767fc57e1e612015abf77a40aac69]

        INTEGRATION: CWS tune04 (1.15.36); FILE MERGED 2004/06/11 11:59:11 cmc 1.15.36.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b4693349a762e2e0dd11a5d43581305b1677839]

        INTEGRATION: CWS tune04 (1.10.98); FILE MERGED 2004/06/11 11:59:10 cmc 1.10.98.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e796fe0005151b3160e27bb9a2bc7480c78e4896]

        INTEGRATION: CWS tune04 (1.1.578); FILE MERGED 2004/06/11 11:59:07 cmc 1.1.578.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4fbe5731c3f5e61db59c6ddcdce5f46b3bdf0d34]

        INTEGRATION: CWS tune04 (1.65.32); FILE MERGED 2004/06/11 11:59:04 cmc 1.65.32.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [298105742e7afc9f37e41572e01df4f755a40971]

        INTEGRATION: CWS tune04 (1.5.370); FILE MERGED 2004/06/11 11:59:03 cmc 1.5.370.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f26029e3b2a2f5527399495168442b588b8b131]

        INTEGRATION: CWS tune04 (1.5.594); FILE MERGED 2004/06/11 11:59:02 cmc 1.5.594.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0afaabf533eb64fa5212beb741c48ece87aeb9db]

        INTEGRATION: CWS tune04 (1.6.370); FILE MERGED 2004/06/11 11:59:00 cmc 1.6.370.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [681c3b11bb1b3210ec7d28420a19454a6504d4b0]

        INTEGRATION: CWS tune04 (1.5.234); FILE MERGED 2004/06/11 11:58:58 cmc 1.5.234.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [265cff3f3d24b6af9cb20686d33d669ef7c9357e]

        INTEGRATION: CWS tune04 (1.11.336); FILE MERGED 2004/06/11 11:58:56 cmc 1.11.336.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7be3ed1513368a65780c7adf7da87f48427f5bb9]

        INTEGRATION: CWS tune04 (1.6.148); FILE MERGED 2004/06/11 11:58:54 cmc 1.6.148.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a0efb92a5e26da18773e2984df08360f54831aa1]

        INTEGRATION: CWS tune04 (1.9.114); FILE MERGED 2004/06/14 10:00:04 cmc 1.9.114.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fd4dcfabad523ce8dce5708a92e24ab3055ed401]

        INTEGRATION: CWS tune04 (1.6.114); FILE MERGED 2004/06/14 10:00:03 cmc 1.6.114.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a29128b6251f585ae22e14069b1102f0abe642d7]

        INTEGRATION: CWS tune04 (1.6.120); FILE MERGED 2004/06/14 09:16:48 cmc 1.6.120.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [84cde8c8f640f89e15d2c5337038091d1ba4cd00]

        INTEGRATION: CWS tune04 (1.5.66); FILE MERGED 2004/06/14 09:16:47 cmc 1.5.66.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [556da55440c4043450d79d661a76f978c0074ba2]

        INTEGRATION: CWS tune04 (1.4.128); FILE MERGED 2004/06/14 09:16:47 cmc 1.4.128.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f2c2da81941816eda2d216160164d6db0272960e]

        INTEGRATION: CWS tune04 (1.6.56); FILE MERGED 2004/06/14 09:16:47 cmc 1.6.56.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f17a2416244ca12d9cb4a9b4eb48632685e74ce]

        INTEGRATION: CWS tune04 (1.1.26); FILE MERGED 2004/06/15 07:23:36 cmc 1.1.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [257fb020fdd2ca31627fd415a021d276f29a5899]

        INTEGRATION: CWS tune04 (1.4.26); FILE MERGED 2004/06/15 07:23:36 cmc 1.4.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1445069b9d07f31911e53f01fd717e1f70e5d18]

        INTEGRATION: CWS tune04 (1.2.26); FILE MERGED 2004/06/15 07:23:35 cmc 1.2.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bb6ebfa1ee8f3387f64e8f98f1c6bea180978798]

        INTEGRATION: CWS tune04 (1.1.26); FILE MERGED 2004/06/15 07:23:35 cmc 1.1.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [24d402bac4f6b48262be712d622e1e4054a5ecb6]

        INTEGRATION: CWS tune04 (1.6.26); FILE MERGED 2004/06/15 07:23:34 cmc 1.6.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7026f47374933a35c2a86e997410a34673b8f71c]

        INTEGRATION: CWS tune04 (1.3.26); FILE MERGED 2004/06/15 07:23:34 cmc 1.3.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6244e675d2bda9585882ad2d366e8b6c3bd25d81]

        INTEGRATION: CWS tune04 (1.10.26); FILE MERGED 2004/06/15 07:23:33 cmc 1.10.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc59a824ea41aa0c644ed52a0e49cad257f58207]

        INTEGRATION: CWS tune04 (1.9.26); FILE MERGED 2004/06/15 07:23:33 cmc 1.9.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7c16d5830f3bd35e28e837db948853f991de2e57]

        INTEGRATION: CWS tune04 (1.2.26); FILE MERGED 2004/06/15 07:23:32 cmc 1.2.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c1630289534477ab1503bdd1d32cd8a95459d75]

        INTEGRATION: CWS tune04 (1.8.26); FILE MERGED 2004/06/15 07:23:31 cmc 1.8.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c31f570874f16086b2eaedcc6b5f898f2c27daae]

        INTEGRATION: CWS tune04 (1.3.26); FILE MERGED 2004/06/15 07:23:31 cmc 1.3.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f765992c08a14d407926ab36223495f7290f290]

        INTEGRATION: CWS tune04 (1.2.26); FILE MERGED 2004/06/15 07:23:31 cmc 1.2.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [40ae06ca1f3167e112ae09b50464c63c1072351b]

        INTEGRATION: CWS tune04 (1.22.10); FILE MERGED 2004/06/11 08:25:15 cmc 1.22.10.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [78022820b15471f2bf0f7dcc356b833361237425]

        INTEGRATION: CWS tune04 (1.5.270); FILE MERGED 2004/06/14 07:24:14 cmc 1.5.270.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ddf10f346487b1c670750d9879c5c03ee7715f1c]

        INTEGRATION: CWS tune04 (1.5.274); FILE MERGED 2004/06/14 09:56:25 cmc 1.5.274.1: #i29636# turn global objects into local static data

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6e393c83b0c9ddc95d4b0d91207483f2592a8179]

        INTEGRATION: CWS tune04 (1.26.66); FILE MERGED 2004/06/10 12:42:07 cmc 1.26.66.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [57545960be5cfadef35c03253e58bd25298eafac]

        INTEGRATION: CWS tune04 (1.4.54); FILE MERGED 2004/06/10 12:20:17 cmc 1.4.54.1: #i29636# persistant UNICHAR_SLASH OUString obj can be a simple sal_Unicode

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bb0fbef3851f81037d58b43888ffdbbed4a1b162]

        INTEGRATION: CWS tune04 (1.3.208); FILE MERGED 2004/06/10 12:44:36 cmc 1.3.208.1: #i29636# some OUString obj can be single sal_Unicode

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [424e2f1281188324acb9f9eb674efd598422d066]

        INTEGRATION: CWS tune04 (1.4.98); FILE MERGED 2004/06/10 15:07:31 cmc 1.4.98.2: #i29636# make helper a little more flexible 2004/06/10 12:05:28 cmc 1.4.98.1: #i29636# add helper templates to instance.hxx to simplify usage

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a5ac057d8ae9a0d5f4760650b5e097677c39d779]

        INTEGRATION: CWS tune04 (1.3.48); FILE MERGED 2004/06/11 11:25:21 cmc 1.3.48.1: #i29636# global empty strings are popular for returning something by const reference on failure, centralize their usage

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aad5df5fcfa66494c604a87a5398c77516895cc8]

        INTEGRATION: CWS tune04 (1.4.98); FILE MERGED 2004/06/11 11:25:21 cmc 1.4.98.1: #i29636# global empty strings are popular for returning something by const reference on failure, centralize their usage

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9d0371af99edf15b47b3bec5d9b7b132724f9685]

        INTEGRATION: CWS tune04 (1.27.26); FILE MERGED 2004/06/10 12:08:31 cmc 1.27.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e63e708527e3cb7e5301310ce7a1a985bbb4ad29]

        INTEGRATION: CWS tune04 (1.3.262); FILE MERGED 2004/06/10 12:08:31 cmc 1.3.262.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b3a8f4c9fd2346c886354ec60a39021882e6e403]

        INTEGRATION: CWS tune04 (1.4.48); FILE MERGED 2004/06/10 12:08:30 cmc 1.4.48.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a85216a14d4fab33699dfdcae68c077c071968f]

        INTEGRATION: CWS tune04 (1.3.256); FILE MERGED 2004/06/04 12:20:43 cmc 1.3.256.1: #i29636# unused sLastCaseSensitiveDir variables

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1488e40258902e7ecd17b985824868284e5b408b]

        INTEGRATION: CWS tune04 (1.44.26); FILE MERGED 2004/06/10 12:08:29 cmc 1.44.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b5c295b84a6e3580efa2c7efbda811d6220b4f6d]

        INTEGRATION: CWS tune04 (1.4.74); FILE MERGED 2004/06/10 12:08:29 cmc 1.4.74.2: #i29636# turn global objects into local static data protected with swishy double-locked templated template 2004/06/04 12:20:42 cmc 1.4.74.1: #i29636# unused sLastCaseSensitiveDir variables

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [77e63773a2f5ed718ef1877bf86729c8ff6f7aad]

        INTEGRATION: CWS tune04 (1.5.246); FILE MERGED 2004/06/10 12:08:29 cmc 1.5.246.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7c25957fb123d6ce3721db387c1aadf1b4549e16]

        INTEGRATION: CWS tune04 (1.2.74); FILE MERGED 2004/06/04 12:20:41 cmc 1.2.74.1: #i29636# unused sLastCaseSensitiveDir variables

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [70d3039d8e51e18b56295bd6ca6d34cc752749dc]

        INTEGRATION: CWS tune04 (1.15.46); FILE MERGED 2004/06/10 12:08:28 cmc 1.15.46.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7c7bc4193bb47e1371de1a99bb6ebb79db48762d]

        INTEGRATION: CWS tune04 (1.18.64); FILE MERGED 2004/06/11 12:53:46 cmc 1.18.64.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ae1bb54c50f391ab528b6e89b10158f5666c70b0]

        INTEGRATION: CWS tune04 (1.14.64); FILE MERGED 2004/06/11 12:53:45 cmc 1.14.64.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [028b94cd6c4efc763a189efe55d45dbb9451cb3d]

        INTEGRATION: CWS tune04 (1.11.94); FILE MERGED 2004/06/10 15:29:59 cmc 1.11.94.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7f7fa9133e2250bc8868eb43c1cafccd1bd8db34]

        INTEGRATION: CWS tune04 (1.28.62); FILE MERGED 2004/06/10 15:29:58 cmc 1.28.62.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [65e33f52e7434c22022bfeb9eb30bb01d3817139]

        INTEGRATION: CWS tune04 (1.102.92); FILE MERGED 2004/06/10 15:29:58 cmc 1.102.92.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e38dc7914974eec79ab1b20ff006c57b22d19d70]

        INTEGRATION: CWS tune04 (1.32.72); FILE MERGED 2004/06/11 11:43:45 cmc 1.32.72.4: #i29636# ok then, as global empty strings are so popular, centralize their usage 2004/06/11 08:37:25 cmc 1.32.72.3: #i29636# turn global objects into local static data protected with swishy double-locked templated template 2004/06/10 15:47:01 cmc 1.32.72.2: #i29636# remove globals 2004/06/10 15:28:06 cmc 1.32.72.1: #i29636# global aImplSVShlData unused

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b40d1b01abbbb05ad509ef58b7737f03faeeb299]

        INTEGRATION: CWS tune04 (1.49.12); FILE MERGED 2004/06/11 08:37:24 cmc 1.49.12.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2fad79fca33a9b8cdc4e38b75e7885b5bdfc1db1]

        INTEGRATION: CWS tune04 (1.15.14); FILE MERGED 2004/06/14 09:53:06 cmc 1.15.14.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eef9e1d36ce07b942a128b6cc7c8aa84e378c4bc]

        INTEGRATION: CWS tune04 (1.28.110); FILE MERGED 2004/06/14 09:53:04 cmc 1.28.110.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c2ea3b2694f281e8895f48dac3f2db3a72d65175]

        INTEGRATION: CWS tune04 (1.37.10); FILE MERGED 2004/06/14 09:53:03 cmc 1.37.10.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3871c47dcb37f2b0159add0960d15087da835ca2]

        INTEGRATION: CWS tune04 (1.21.142); FILE MERGED 2004/06/14 09:53:01 cmc 1.21.142.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7f0199ffbfe68b690d47a563a196cb15b5d36804]

        INTEGRATION: CWS mergebuild (1.21.32); FILE MERGED 2004/06/03 09:48:54 hjs 1.21.32.2: #i8252# resync problems 2004/05/12 09:53:59 hjs 1.21.32.1: #i8252# switch to ulf format; merge on the fly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cce2e7ef7d7d3c39f70c37c63095b4c9875f0dac]

        INTEGRATION: CWS mergebuild (1.8.18); FILE MERGED 2004/05/12 09:54:12 hjs 1.8.18.1: #i8252# switch to ulf format; merge on the fly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [342ea1488977aade7cc11d089287abf1a3bab9bf]

        INTEGRATION: CWS mergebuild (1.10.18); FILE MERGED 2004/05/12 09:54:12 hjs 1.10.18.1: #i8252# switch to ulf format; merge on the fly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4daa6d7faf0f5309b01661a1b2901383578bf400]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/21 16:58:12 hjs 1.1.2.2: #i8252# use COMMONMISC 2004/05/12 16:11:28 hjs 1.1.2.1: #i8252# merge on the fly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6832c38492a26f7bfbf8fdeb5c92a24f52c06970]

        INTEGRATION: CWS mergebuild (1.22.44); FILE MERGED 2004/01/29 11:56:00 hjs 1.22.44.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2f7d3c19e914b09917a3a453e42dafe7efbe046d]

        INTEGRATION: CWS mergebuild (1.8.18); FILE MERGED 2004/05/12 09:54:11 hjs 1.8.18.1: #i8252# switch to ulf format; merge on the fly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b8aa48420e3d7db4151dadb276fe0ba14016404]

        INTEGRATION: CWS mergebuild (1.17.60); FILE MERGED 2004/04/20 21:34:10 hjs 1.17.60.3: RESYNC: (1.17-1.18); FILE MERGED 2003/11/11 19:24:10 ihi 1.17.60.2: en -> en-US 2003/11/10 17:57:09 ihi 1.17.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7fcc23356d5919b8261c27a26446d79131a78362]

        INTEGRATION: CWS mergebuild (1.2.342); FILE MERGED 2004/01/29 11:56:08 hjs 1.2.342.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5d95d96eb9b8c5c2961446ed87b0e3eda6ca34a3]

        INTEGRATION: CWS mergebuild (1.23.172); FILE MERGED 2004/06/01 14:00:08 hjs 1.23.172.3: RESYNC: (1.25-1.26); FILE MERGED 2004/04/20 21:27:17 hjs 1.23.172.2: RESYNC: (1.23-1.25); FILE MERGED 2004/01/29 11:56:04 hjs 1.23.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [72bac60b2a439bcbe9056de8dfb54857740f8cb4]

        INTEGRATION: CWS mergebuild (1.20.60); FILE MERGED 2004/04/20 21:27:10 hjs 1.20.60.3: RESYNC: (1.20-1.21); FILE MERGED 2003/11/11 19:24:06 ihi 1.20.60.2: en -> en-US 2003/11/10 17:57:05 ihi 1.20.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [753756260914797f7df173642e0a30961a13e012]

        INTEGRATION: CWS mergebuild (1.51.60); FILE MERGED 2004/06/03 08:48:33 hjs 1.51.60.5: #i8252# resync problems 2004/04/21 17:32:18 hjs 1.51.60.4: #i8252# fix damaged macro 2004/04/20 21:26:46 hjs 1.51.60.3: RESYNC: (1.51-1.52); FILE MERGED 2003/11/11 19:24:06 ihi 1.51.60.2: en -> en-US 2003/11/10 17:57:04 ihi 1.51.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d52465d975fc7abb550c4c675959b5356fd960fc]

        INTEGRATION: CWS mergebuild (1.45.60); FILE MERGED 2004/04/30 17:13:27 hjs 1.45.60.5: #i8252# remove unused string 2004/04/20 21:26:09 hjs 1.45.60.4: RESYNC: (1.45-1.46); FILE MERGED 2004/02/23 11:41:03 ihi 1.45.60.3: Merge-While-Build update 2003/11/11 19:24:05 ihi 1.45.60.2: en -> en-US 2003/11/10 17:57:03 ihi 1.45.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c874da3c2e97d46aea458e12633a7ae279f20655]

        INTEGRATION: CWS mergebuild (1.23.60); FILE MERGED 2004/04/20 21:26:01 hjs 1.23.60.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:24:05 ihi 1.23.60.2: en -> en-US 2003/11/10 17:57:03 ihi 1.23.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b78ba5c0a9bdd7b3e931e0f44402827c4899a1e8]

        INTEGRATION: CWS mergebuild (1.17.60); FILE MERGED 2004/04/20 21:24:02 hjs 1.17.60.4: RESYNC: (1.17-1.18); FILE MERGED 2004/02/23 11:41:03 ihi 1.17.60.3: Merge-While-Build update 2003/11/11 19:24:03 ihi 1.17.60.2: en -> en-US 2003/11/10 17:57:01 ihi 1.17.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e986df33236da2db7df78a9f4766aa265b67fa5]

        INTEGRATION: CWS mergebuild (1.2.64); FILE MERGED 2004/05/18 11:31:15 hjs 1.2.64.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/10 18:33:32 hjs 1.2.64.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f4d01f474cf964b35489204d2b26aa29d36e846]

        INTEGRATION: CWS mergebuild (1.46.164); FILE MERGED 2004/04/20 21:22:57 hjs 1.46.164.2: RESYNC: (1.46-1.47); FILE MERGED 2004/01/29 11:55:51 hjs 1.46.164.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9d6bda0f2a82234083b75ab3da1b154913be5956]

        INTEGRATION: CWS mergebuild (1.26.60); FILE MERGED 2004/04/20 21:22:49 hjs 1.26.60.4: RESYNC: (1.26-1.27); FILE MERGED 2004/02/23 11:41:02 ihi 1.26.60.3: Merge-While-Build update 2003/11/11 19:24:02 ihi 1.26.60.2: en -> en-US 2003/11/10 17:57:00 ihi 1.26.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cece5c2b05460a90ac5bb781d49cf3de48e2dd4e]

        INTEGRATION: CWS mergebuild (1.23.60); FILE MERGED 2004/04/20 21:22:42 hjs 1.23.60.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:24:02 ihi 1.23.60.2: en -> en-US 2003/11/10 17:57:00 ihi 1.23.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4834cf8f22faf46fd024628a51fe6021086439d7]

        INTEGRATION: CWS mergebuild (1.7.172); FILE MERGED 2004/01/29 11:55:48 hjs 1.7.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ba1b4d6ccbf13525129f6cd71755bf1ae84dd1ec]

        INTEGRATION: CWS mergebuild (1.28.60); FILE MERGED 2004/04/20 21:20:33 hjs 1.28.60.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:23:59 ihi 1.28.60.2: en -> en-US 2003/11/10 17:56:55 ihi 1.28.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [90dc2a3512543849a2833bcda3fd5c4b3079190e]

        INTEGRATION: CWS mergebuild (1.33.60); FILE MERGED 2004/04/20 21:20:07 hjs 1.33.60.3: RESYNC: (1.33-1.34); FILE MERGED 2003/11/11 19:23:58 ihi 1.33.60.2: en -> en-US 2003/11/10 17:56:54 ihi 1.33.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e047a07910a0624b8454e5cf77a34c07f01ace72]

        INTEGRATION: CWS mergebuild (1.41.60); FILE MERGED 2004/04/20 21:19:52 hjs 1.41.60.4: RESYNC: (1.41-1.42); FILE MERGED 2004/02/23 11:41:01 ihi 1.41.60.3: Merge-While-Build update 2003/11/11 19:23:58 ihi 1.41.60.2: en -> en-US 2003/11/10 17:56:54 ihi 1.41.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [91708d2b51f2621be55a5ab23db41f2797e762ba]

        INTEGRATION: CWS mergebuild (1.36.60); FILE MERGED 2004/04/20 21:19:25 hjs 1.36.60.4: RESYNC: (1.36-1.37); FILE MERGED 2004/02/23 11:41:01 ihi 1.36.60.3: Merge-While-Build update 2003/11/11 19:23:57 ihi 1.36.60.2: en -> en-US 2003/11/10 17:56:53 ihi 1.36.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7ff083a67162de69363dda1ec6ab3ca024ba9270]

        INTEGRATION: CWS mergebuild (1.23.60); FILE MERGED 2004/04/20 21:19:06 hjs 1.23.60.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:23:57 ihi 1.23.60.2: en -> en-US 2003/11/10 17:56:53 ihi 1.23.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2120757941b6d2ffeb9282341a9a21cf2bb00242]

        INTEGRATION: CWS mergebuild (1.23.60); FILE MERGED 2004/04/28 18:35:44 hjs 1.23.60.5: #i8252# fix unmerge probs 2004/04/20 21:18:40 hjs 1.23.60.4: RESYNC: (1.23-1.24); FILE MERGED 2004/02/23 11:41:00 ihi 1.23.60.3: Merge-While-Build update 2003/11/11 19:23:56 ihi 1.23.60.2: en -> en-US 2003/11/10 17:56:53 ihi 1.23.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9b66d9583b7bca05ed36546b4de137ca6fad0492]

        INTEGRATION: CWS mergebuild (1.47.60); FILE MERGED 2004/04/21 17:16:30 hjs 1.47.60.5: #i8252# fix damaged macro 2004/04/20 21:18:32 hjs 1.47.60.4: RESYNC: (1.47-1.48); FILE MERGED 2004/02/23 11:41:00 ihi 1.47.60.3: Merge-While-Build update 2003/11/11 19:23:56 ihi 1.47.60.2: en -> en-US 2003/11/10 17:56:52 ihi 1.47.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c9dcd900415c1e06e85740ba9b45f7687cda8ad6]

        INTEGRATION: CWS mergebuild (1.6.60); FILE MERGED 2004/04/20 21:17:20 hjs 1.6.60.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:23:55 ihi 1.6.60.2: en -> en-US 2003/11/10 17:56:51 ihi 1.6.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [521d20e0003f7cfa4f9881e2a8dda99518cd2bba]

        INTEGRATION: CWS mergebuild (1.29.60); FILE MERGED 2004/04/20 21:17:13 hjs 1.29.60.3: RESYNC: (1.29-1.30); FILE MERGED 2003/11/11 19:23:55 ihi 1.29.60.2: en -> en-US 2003/11/10 17:56:51 ihi 1.29.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5e3eb92d08afb74e91b1b9075f8de8c31ae87ca]

        INTEGRATION: CWS mergebuild (1.52.60); FILE MERGED 2004/04/20 21:16:54 hjs 1.52.60.3: RESYNC: (1.52-1.53); FILE MERGED 2003/11/11 19:23:54 ihi 1.52.60.2: en -> en-US 2003/11/10 17:56:51 ihi 1.52.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee9222e6d7d828561848abde4317aeb07feae735]

        INTEGRATION: CWS mergebuild (1.6.60); FILE MERGED 2004/04/20 21:16:47 hjs 1.6.60.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:23:54 ihi 1.6.60.2: en -> en-US 2003/11/10 17:56:50 ihi 1.6.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [81aff061ff88ea0b8681bb1126114e9d522dbea0]

        INTEGRATION: CWS mergebuild (1.4.6); FILE MERGED 2004/06/14 13:31:55 hjs 1.4.6.8: #i8252# resolve resync problems 2004/06/02 10:54:11 hjs 1.4.6.7: RESYNC: (1.5-1.6); FILE MERGED 2004/06/01 08:31:06 hjs 1.4.6.6: RESYNC: (1.4-1.5); FILE MERGED 2003/11/12 17:03:16 hjs 1.4.6.5: #i8252# get rid of alllangext 2003/10/14 15:55:14 hjs 1.4.6.4: i8252# switch to genrating resources with iso names - no common tree 2003/10/14 09:52:12 hjs 1.4.6.3: i8252# switch to genrating resources with iso names; make rsc_once default 2003/09/29 16:25:54 hjs 1.4.6.2: #i8252# reslib with iso name 2003/09/11 15:11:07 hjs 1.4.6.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [28e31f05488f7459a00d5f8b3c50db7f58383e6a]

        INTEGRATION: CWS mergebuild (1.56.60); FILE MERGED 2004/04/20 21:16:20 hjs 1.56.60.3: RESYNC: (1.56-1.57); FILE MERGED 2003/11/11 19:23:53 ihi 1.56.60.2: en -> en-US 2003/11/10 17:56:49 ihi 1.56.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [249cf99cb6c7ad2606126fef0812992ab64d977f]

        INTEGRATION: CWS mergebuild (1.5.6); FILE MERGED 2004/06/14 13:31:54 hjs 1.5.6.8: #i8252# resolve resync problems 2004/06/02 10:54:20 hjs 1.5.6.7: RESYNC: (1.6-1.7); FILE MERGED 2004/06/01 08:31:55 hjs 1.5.6.6: RESYNC: (1.5-1.6); FILE MERGED 2003/11/12 17:03:16 hjs 1.5.6.5: #i8252# get rid of alllangext 2003/10/14 15:55:14 hjs 1.5.6.4: i8252# switch to genrating resources with iso names - no common tree 2003/10/14 09:52:12 hjs 1.5.6.3: i8252# switch to genrating resources with iso names; make rsc_once default 2003/09/29 16:25:54 hjs 1.5.6.2: #i8252# reslib with iso name 2003/09/11 15:11:09 hjs 1.5.6.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8b9c15d79168bb398155c093dd27ea5719c56e1c]

        INTEGRATION: CWS mergebuild (1.26.172); FILE MERGED 2004/01/29 11:55:43 hjs 1.26.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7341d96024508d2f26949372bcd143bd14ccb15e]

        INTEGRATION: CWS mergebuild (1.52.172); FILE MERGED 2004/04/20 21:16:13 hjs 1.52.172.2: RESYNC: (1.52-1.53); FILE MERGED 2004/01/29 11:55:41 hjs 1.52.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c0dd66d174d940005356b2f9fb2a3c1e58fefd4c]

        INTEGRATION: CWS mergebuild (1.8.60); FILE MERGED 2004/04/20 21:15:26 hjs 1.8.60.3: RESYNC: (1.8-1.9); FILE MERGED 2003/11/11 19:23:53 ihi 1.8.60.2: en -> en-US 2003/11/10 17:56:48 ihi 1.8.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dd6691150e050fd16ae0a143cf3afc21076950a8]

        INTEGRATION: CWS mergebuild (1.28.60); FILE MERGED 2004/04/20 21:15:00 hjs 1.28.60.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:23:52 ihi 1.28.60.2: en -> en-US 2003/11/10 17:56:48 ihi 1.28.60.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [54602458710b1d2a76a4a379abf505fdb1348e94]

        INTEGRATION: CWS mergebuild (1.62.172); FILE MERGED 2004/05/18 13:17:20 hjs 1.62.172.3: RESYNC: (1.64-1.65); FILE MERGED 2004/04/20 21:14:33 hjs 1.62.172.2: RESYNC: (1.62-1.64); FILE MERGED 2004/01/29 11:55:38 hjs 1.62.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c86da6f118d3958ebe7a3fd15a455339379d4022]

        INTEGRATION: CWS mergebuild (1.107.28); FILE MERGED 2004/06/01 13:28:22 hjs 1.107.28.4: RESYNC: (1.112-1.113); FILE MERGED 2004/05/18 13:14:35 hjs 1.107.28.3: RESYNC: (1.111-1.112); FILE MERGED 2004/04/20 21:11:59 hjs 1.107.28.2: RESYNC: (1.107-1.111); FILE MERGED 2003/12/08 17:13:52 hjs 1.107.28.1: #i8252# deliver five char iso too

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [084de4cceec526efbd948d544309861216064334]

        INTEGRATION: CWS mergebuild (1.2.314); FILE MERGED 2004/04/30 17:13:26 hjs 1.2.314.1: #i8252# remove unused string

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c92c1a22fed4f7e49dc3262ea504321e651bd284]

        INTEGRATION: CWS mergebuild (1.9.170); FILE MERGED 2004/04/20 21:06:38 hjs 1.9.170.2: RESYNC: (1.9-1.10); FILE MERGED 2003/09/11 15:12:26 hjs 1.9.170.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [69d277181ba7cc14aaf4f3c4a14537c0795ade04]

        INTEGRATION: CWS mergebuild (1.12.142); FILE MERGED 2004/06/01 13:26:01 hjs 1.12.142.2: RESYNC: (1.12-1.13); FILE MERGED 2003/09/11 15:12:26 hjs 1.12.142.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee6fd2f98e884703e0f3b8520bb7f9c1673554b9]

        INTEGRATION: CWS mergebuild (1.38.18); FILE MERGED 2004/04/21 00:12:53 hjs 1.38.18.3: RESYNC: (1.38-1.39); FILE MERGED 2003/11/11 19:15:34 ihi 1.38.18.2: en -> en-US 2003/11/10 16:44:09 ihi 1.38.18.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bfcd535c9a89866c3555265164a9d9a2a12848a5]

        INTEGRATION: CWS mergebuild (1.6.2); FILE MERGED 2004/01/29 13:52:59 hjs 1.6.2.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [923e09f66b779b581204024f47c8ea65828a1be9]

        INTEGRATION: CWS mergebuild (1.15.2); FILE MERGED 2004/04/21 00:11:19 hjs 1.15.2.4: RESYNC: (1.15-1.17); FILE MERGED 2004/01/29 13:57:25 hjs 1.15.2.3: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale 2004/01/29 13:56:58 hjs 1.15.2.2: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale 2004/01/29 13:52:55 hjs 1.15.2.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b2ad436e38655c186630d9f644096c4e2d21caae]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:30 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:15:08 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [735ca1162e502814258be415652a27003a94206e]

        INTEGRATION: CWS mergebuild (1.3.64); FILE MERGED 2004/05/10 18:33:33 hjs 1.3.64.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [03ecc2b8ae816508d4da1198e1fc4c53ebd680b0]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:29 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:15:08 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [613f444cbe3eacd95a931a24d1f682241dee8a91]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:29 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:15:07 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cf98c4121720dcc14838cd2004769c99e01026c2]

        INTEGRATION: CWS mergebuild (1.2.66); FILE MERGED 2004/05/10 18:33:33 hjs 1.2.66.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee416ff5a7a0d31d3e88b8d2a5de1e8ab052d2cd]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:27 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:15:06 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [58c7fe97c9731d0b83357558a8559d0f92a5a1c4]

        INTEGRATION: CWS mergebuild (1.2.66); FILE MERGED 2004/05/10 18:33:32 hjs 1.2.66.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1ce165802bbc64d2b1b98ea8eed4426d524c58b8]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:27 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:15:05 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b73bd01a1e58ab51fa5a79dce27cd1d2d12aa00a]

        INTEGRATION: CWS mergebuild (1.3.66); FILE MERGED 2004/05/10 18:33:32 hjs 1.3.66.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [407758c8be1f1dc773755a6e8b93716e603e1bba]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:27 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:15:03 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0feaddc92a345981c688b2d89e67e0f934befce5]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:26 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:15:02 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [957f83033caa9937234f81d03da867d2b4e1d3dd]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:26 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:15:01 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b7bb66ba93bd596b812a23d78b7b3aeb8b270213]

        INTEGRATION: CWS mergebuild (1.1.84); FILE MERGED 2004/05/30 17:21:46 hjs 1.1.84.2: RESYNC: (1.1-1.2); FILE MERGED 2004/05/05 15:15:00 hjs 1.1.84.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0379e359dd4d7926e40914513d4a0625639f48f6]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:26 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:15:00 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [082ae7a535e3555ae2040f2d0395c4a40467fb7b]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:25 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:58 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7b469bdfd2f05a7df4621f66444fff8acbfecac5]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:24 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:57 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e10b65330b835429c7caf64f921404b7a5e89436]

        INTEGRATION: CWS mergebuild (1.2.66); FILE MERGED 2004/05/10 18:33:31 hjs 1.2.66.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7480ab4c08de0c7fe099382265c30bdc04598343]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:23 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:56 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [62fce4921c92bbcc7781c89b6fe0383285d88d16]

        INTEGRATION: CWS mergebuild (1.1.84); FILE MERGED 2004/05/10 18:33:30 hjs 1.1.84.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1a52a47ca24480052e1be0f59613d54eaa6af754]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:23 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:55 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [28343856d30d42c7220159e53b7b86f28e71689b]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:22 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:55 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [707c7da26e20b1816eabc510593b31d821d52670]

        INTEGRATION: CWS mergebuild (1.1.84); FILE MERGED 2004/05/05 15:14:55 hjs 1.1.84.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9ca1170acc4129c77118afef3a40557ab9f8de3d]

        INTEGRATION: CWS mergebuild (1.2.66); FILE MERGED 2004/05/10 18:33:29 hjs 1.2.66.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e50b1243bde2a9f4139ab0615521ca7d10be9ee7]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:22 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:54 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fa64ec3b3a2d473a4750e7e033550cd98eacb3ae]

        INTEGRATION: CWS mergebuild (1.2.66); FILE MERGED 2004/05/10 18:33:28 hjs 1.2.66.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [88ae913b2652f971158135348f92ff71c90e5ece]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:21 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:53 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3bdce2d7597283a9c15a3ee6a621b8dfbb01fd2]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:21 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:52 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc8e1a9f406ba176cf1c3040b9c3ef5ede378434]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:20 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:52 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [336ed617d37d81b128b4bd4f33c8e3ff8827c224]

        INTEGRATION: CWS mergebuild (1.1.84); FILE MERGED 2004/05/10 18:33:27 hjs 1.1.84.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f2834f262a41c2aeb5abbe3a2ebd25466b0ae25]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:20 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:50 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d32db6e4771c70d4f513b26b1b77e3e8662f8329]

        INTEGRATION: CWS mergebuild (1.2.66); FILE MERGED 2004/05/10 18:33:27 hjs 1.2.66.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7f70bb85502920be922a9d795b7955c119bdedbc]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:19 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:49 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1f3cab0d4518a7b20f6fc3d4d09982b5231d6b05]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:18 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:40 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ca107a2866a2bed5695a7a8a073d965482460c26]

        INTEGRATION: CWS mergebuild (1.2.66); FILE MERGED 2004/05/10 18:33:26 hjs 1.2.66.1: #i8252# lngfiles to ulffiles

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [538a647388f0192e0b38e49d9d00ab2b47c3ebe1]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:17 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:39 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [892177933d8541143dd4682e65b90f6d90ceedca]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/10 16:28:16 hjs 1.1.2.2: #i8252# convert to UTF8 2004/05/05 15:14:37 hjs 1.1.2.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [960535a692fb75b682f339b067a16f37016b48ca]

        INTEGRATION: CWS mergebuild (1.1.74); FILE MERGED 2004/06/07 11:41:36 hjs 1.1.74.4: #i8252# seperate name and isocode 2004/05/18 11:27:28 hjs 1.1.74.3: RESYNC: (1.1-1.4); FILE MERGED 2004/05/10 16:26:36 hjs 1.1.74.2: #i8252# insert _ in zipfile names 2004/05/05 15:14:34 hjs 1.1.74.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ed79bef730a80fc16b4f663acd14344f8e6cb2b3]

        INTEGRATION: CWS mergebuild (1.22.24); FILE MERGED 2004/05/18 11:50:41 hjs 1.22.24.7: RESYNC: (1.24-1.25); FILE MERGED 2004/05/12 13:38:14 hjs 1.22.24.6: #i8252# merge xrm; remove MISCX 2004/05/12 09:50:34 hjs 1.22.24.5: #i8252# merge on the fly for *.xrb 2004/05/10 18:24:50 hjs 1.22.24.4: #i8252# merge ulf on the fly 2004/04/21 06:51:25 hjs 1.22.24.3: RESYNC: (1.22-1.24); FILE MERGED 2004/01/21 13:44:33 hjs 1.22.24.2: #i8252# switch to transex3 to avoid problems in local modules 2003/09/16 10:54:06 ihi 1.22.24.1: #i8252# more preps

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1710e2e40ed4c795c48d946316f7eec35c26b3f]

        INTEGRATION: CWS mergebuild (1.18.6); FILE MERGED 2004/05/13 11:34:40 hjs 1.18.6.3: #i8252# force zip all languages 2003/10/22 11:21:22 hjs 1.18.6.2: #i8252# fixed handling of path replacement 2003/10/15 15:52:23 hjs 1.18.6.1: #i8252# iso code support for language dependent zip targets

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eff931b15731445861a40642018360ac34f9e8ab]

        INTEGRATION: CWS mergebuild (1.10.6); FILE MERGED 2004/05/19 14:37:03 hjs 1.10.6.9: #i8252# avoid blanks in rscdep switches 2004/05/18 11:50:32 hjs 1.10.6.8: RESYNC: (1.10-1.11); FILE MERGED 2004/05/05 15:34:18 hjs 1.10.6.7: #i8252# cleanup 2004/01/21 13:44:32 hjs 1.10.6.6: #i8252# switch to transex3 to avoid problems in local modules 2003/11/12 16:54:20 hjs 1.10.6.5: #i8252# some temporary hacks to avoid breakage 2003/10/28 12:42:31 hjs 1.10.6.4: #i8252# add missing rename 2003/09/22 16:52:06 hjs 1.10.6.3: #111237# localize on the fly 2003/09/16 10:54:05 ihi 1.10.6.2: #i8252# more preps 2003/09/11 15:11:09 hjs 1.10.6.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a9c43f1e44de2c94635c0e3adc69c35814c671c9]

        INTEGRATION: CWS mergebuild (1.76.6); FILE MERGED 2004/05/18 11:50:22 hjs 1.76.6.3: RESYNC: (1.78-1.79); FILE MERGED 2004/04/21 06:51:07 hjs 1.76.6.2: RESYNC: (1.76-1.78); FILE MERGED 2003/10/24 17:17:38 hjs 1.76.6.1: #i8252# make windows native resource targets aware of iso codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [55841ee8c6dc89bb45779c835fd73c041724dc5a]

        INTEGRATION: CWS mergebuild (1.6.6); FILE MERGED 2004/05/12 13:38:14 hjs 1.6.6.4: #i8252# merge xrm; remove MISCX 2004/04/21 06:50:59 hjs 1.6.6.3: RESYNC: (1.7-1.8); FILE MERGED 2003/11/18 21:30:59 hjs 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2003/10/20 13:41:33 hjs 1.6.6.1: #111260# remove existing intermediates

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [108fbdaaacfd436061904b653cc8330eeb019e6f]

        INTEGRATION: CWS mergebuild (1.5.46); FILE MERGED 2003/11/18 21:30:54 hjs 1.5.46.2: RESYNC: (1.5-1.6); FILE MERGED 2003/10/24 17:17:37 hjs 1.5.46.1: #i8252# make windows native resource targets aware of iso codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0dc2e46fd0ef153145d4562c79ef03a7db9246ef]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/12 10:32:23 hjs 1.1.2.1: #i8252# merge on the fly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c0ac313bdc1d0eb9e7aba2ae470034bc2efc47ff]

        INTEGRATION: CWS mergebuild (1.43.6); FILE MERGED 2004/04/21 06:49:53 hjs 1.43.6.2: RESYNC: (1.43-1.45); FILE MERGED 2003/10/24 17:17:37 hjs 1.43.6.1: #i8252# make windows native resource targets aware of iso codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [61493623cd3f954d899719c2091cbe26b43f1e0e]

        INTEGRATION: CWS mergebuild (1.141.6); FILE MERGED 2004/06/23 13:41:06 hjs 1.141.6.17: #i8252# more generic language support 2004/06/18 14:34:03 hjs 1.141.6.16: #i8252# fix L10N_framework; cleanup 2004/06/01 08:31:44 hjs 1.141.6.15: RESYNC: (1.142-1.143); FILE MERGED 2004/05/12 13:38:14 hjs 1.141.6.14: #i8252# merge xrm; remove MISCX 2004/05/12 09:50:34 hjs 1.141.6.13: #i8252# merge on the fly for *.xrb 2004/05/12 09:14:32 hjs 1.141.6.12: #i8252# fix merge of *.hrc 2004/05/11 09:55:30 hjs 1.141.6.11: #i8252# fixes for ulf 2004/05/10 18:24:52 hjs 1.141.6.10: #i8252# merge ulf on the fly 2004/04/21 06:49:42 hjs 1.141.6.9: RESYNC: (1.141-1.142); FILE MERGED 2004/01/21 13:44:33 hjs 1.141.6.8: #i8252# switch to transex3 to avoid problems in local modules 2003/11/12 17:04:33 hjs 1.141.6.7: #i8252# switch to .ulf files for scp 2003/10/29 17:37:07 hjs 1.141.6.6: #i8252# switch to ulf 2003/10/24 17:17:36 hjs 1.141.6.5: #i8252# make windows native resource targets aware of iso codes 2003/10/15 15:52:24 hjs 1.141.6.4: #i8252# iso code support for language dependent zip targets 2003/09/22 16:52:06 hjs 1.141.6.3: #111237# localize on the fly 2003/09/16 10:54:03 ihi 1.141.6.2: #i8252# more preps 2003/09/11 15:11:09 hjs 1.141.6.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f033813a7d1d333ff4bf89a5a0433e4834b501ba]

        INTEGRATION: CWS mergebuild (1.137.6); FILE MERGED 2004/06/23 13:41:05 hjs 1.137.6.15: #i8252# more generic language support 2004/06/22 10:58:48 hjs 1.137.6.14: #i8252# workaround L10N_framework breakage in scp2 2004/06/22 08:48:33 ihi 1.137.6.13: #i8252# L10N-framework export fix 2004/06/18 14:34:04 hjs 1.137.6.12: #i8252# fix L10N_framework; cleanup 2004/06/01 08:31:34 hjs 1.137.6.11: RESYNC: (1.145-1.146); FILE MERGED 2004/05/18 11:49:52 hjs 1.137.6.10: RESYNC: (1.144-1.145); FILE MERGED 2004/05/13 18:22:02 hjs 1.137.6.9: #i8252# fix COMMONMISC 2004/05/12 13:38:13 hjs 1.137.6.8: #i8252# merge xrm; remove MISCX 2004/05/12 09:50:34 hjs 1.137.6.7: #i8252# merge on the fly for *.xrb 2004/04/21 06:49:32 hjs 1.137.6.6: RESYNC: (1.138-1.144); FILE MERGED 2003/11/18 21:30:48 hjs 1.137.6.5: RESYNC: (1.137-1.138); FILE MERGED 2003/10/24 17:17:36 hjs 1.137.6.4: #i8252# make windows native resource targets aware of iso codes 2003/10/20 11:46:39 hjs 1.137.6.3: #111260# define SOLARCOMMONRESDIR to contain res 2003/10/17 16:24:35 hjs 1.137.6.2: #111260# define SOLARCOMMONRESDIR 2003/09/11 15:11:08 hjs 1.137.6.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6078fc68ed1cea9f8442d883bf1a6f4c3accb6b5]

        INTEGRATION: CWS mergebuild (1.51.6); FILE MERGED 2004/05/12 13:54:49 hjs 1.51.6.11: #i8252# merge xrm 2004/05/12 13:38:13 hjs 1.51.6.10: #i8252# merge xrm; remove MISCX 2004/05/12 09:50:33 hjs 1.51.6.9: #i8252# merge on the fly for *.xrb 2004/05/11 12:52:14 hjs 1.51.6.8: #i8252# use iso codes in zip dependencies 2004/05/10 18:24:51 hjs 1.51.6.7: #i8252# merge ulf on the fly 2004/04/21 06:49:24 hjs 1.51.6.6: RESYNC: (1.51-1.52); FILE MERGED 2003/11/12 16:51:52 hjs 1.51.6.5: #i8252# merge on the fly for *.ulf; some temporary hacks to avoid breakage 2003/10/24 17:17:35 hjs 1.51.6.4: #i8252# make windows native resource targets aware of iso codes 2003/10/15 15:52:25 hjs 1.51.6.3: #i8252# iso code support for language dependent zip targets 2003/09/29 16:28:53 hjs 1.51.6.2: #i8252# last resort to get a sdf file 2003/09/16 10:54:02 ihi 1.51.6.1: #i8252# more preps

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a8966da762f4a0ffeb65ca1b98eea1f78ac55cd2]

        INTEGRATION: CWS mergebuild (1.26.6); FILE MERGED 2004/06/16 09:42:53 hjs 1.26.6.5: #i8252# fix issue with OOo environment 2004/05/11 09:55:30 hjs 1.26.6.4: #i8252# fixes for ulf 2004/05/10 18:24:52 hjs 1.26.6.3: #i8252# merge ulf on the fly 2004/04/21 06:49:16 hjs 1.26.6.2: RESYNC: (1.26-1.28); FILE MERGED 2003/11/12 15:54:27 hjs 1.26.6.1: #i8252# switch to .ulf files

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [41b2b2dd214e2d8fa68788e0717a089c0a7a5006]

        INTEGRATION: CWS mergebuild (1.19.24); FILE MERGED 2004/06/18 14:34:04 hjs 1.19.24.5: #i8252# fix L10N_framework; cleanup 2004/05/13 11:34:39 hjs 1.19.24.4: #i8252# force zip all languages 2004/04/21 06:49:08 hjs 1.19.24.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/12 17:03:49 hjs 1.19.24.2: #i8252# get rid of alllangext 2003/09/11 15:11:08 hjs 1.19.24.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [43e0deb112791e47cc89ff53be9abe939700dcaa]

        INTEGRATION: CWS mergebuild (1.11.60); FILE MERGED 2003/11/12 17:03:48 hjs 1.11.60.2: #i8252# get rid of alllangext 2003/09/29 16:27:35 hjs 1.11.60.1: #i8252# all but german is UTF8

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0cbd96875062f9e4f350348da663159aaf1ad6c0]

        INTEGRATION: CWS mergebuild (1.17.6); FILE MERGED 2004/05/13 11:34:39 hjs 1.17.6.3: #i8252# force zip all languages 2003/10/22 11:21:21 hjs 1.17.6.2: #i8252# fixed handling of path replacement 2003/10/15 15:52:21 hjs 1.17.6.1: #i8252# iso code support for language dependent zip targets

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [286ecfb8fb625cdcdda76cce8680b618079ceab7]

        INTEGRATION: CWS mergebuild (1.2.6); FILE MERGED 2004/05/19 14:37:04 hjs 1.2.6.9: #i8252# avoid blanks in rscdep switches 2004/05/18 11:48:58 hjs 1.2.6.8: RESYNC: (1.2-1.3); FILE MERGED 2004/05/05 15:34:19 hjs 1.2.6.7: #i8252# cleanup 2004/01/21 13:44:31 hjs 1.2.6.6: #i8252# switch to transex3 to avoid problems in local modules 2003/11/12 16:54:21 hjs 1.2.6.5: #i8252# some temporary hacks to avoid breakage 2003/10/28 12:42:31 hjs 1.2.6.4: #i8252# add missing rename 2003/09/22 16:52:06 hjs 1.2.6.3: #111237# localize on the fly 2003/09/16 10:54:01 ihi 1.2.6.2: #i8252# more preps 2003/09/11 15:11:07 hjs 1.2.6.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bc7222de32cccbb64c879496e58a62bd74ba5d37]

        INTEGRATION: CWS mergebuild (1.74.6); FILE MERGED 2004/05/18 11:48:47 hjs 1.74.6.4: RESYNC: (1.76-1.77); FILE MERGED 2004/04/21 15:52:10 hjs 1.74.6.3: #i8252# fix generated file after resync 2004/04/21 06:48:00 hjs 1.74.6.2: RESYNC: (1.74-1.76); FILE MERGED 2003/10/24 17:17:35 hjs 1.74.6.1: #i8252# make windows native resource targets aware of iso codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9344ae21d0cff07663531d6955a3c583210edb5a]

        INTEGRATION: CWS mergebuild (1.42.6); FILE MERGED 2004/04/21 06:47:29 hjs 1.42.6.2: RESYNC: (1.42-1.44); FILE MERGED 2003/10/24 17:17:34 hjs 1.42.6.1: #i8252# make windows native resource targets aware of iso codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [99b2f5df3f7c7d7594107b3113e03525e45c52c1]

        INTEGRATION: CWS mergebuild (1.2.48); FILE MERGED 2004/05/11 09:50:48 hjs 1.2.48.2: #i8252# find merged ulf files 2004/05/05 15:32:24 hjs 1.2.48.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dd2b1f31556179cdecd71c71479be3d82209bb3e]

        INTEGRATION: CWS mergebuild (1.2.48); FILE MERGED 2004/05/11 09:50:48 hjs 1.2.48.1: #i8252# find merged ulf files

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e01f75496bb4552fe2b5ab0f7186d292dda917da]

        INTEGRATION: CWS mergebuild (1.2.48); FILE MERGED 2004/05/05 15:32:24 hjs 1.2.48.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a0aaea6ad2fc1e9f69097e89c9eac91b1812b2b9]

        INTEGRATION: CWS mergebuild (1.3.44); FILE MERGED 2004/05/11 09:50:48 hjs 1.3.44.3: #i8252# find merged ulf files 2004/05/05 18:47:12 hjs 1.3.44.2: #i8252# allow - as language char 2004/05/05 15:32:24 hjs 1.3.44.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7b786e3c5ba025d2a416a5a420aa5bbd2015dd2b]

        INTEGRATION: CWS mergebuild (1.3.32); FILE MERGED 2004/05/18 11:47:44 hjs 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/05 15:32:24 hjs 1.3.32.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c76c4b0ccb2efcf69356910feccb21ceea31194e]

        INTEGRATION: CWS mergebuild (1.2.48); FILE MERGED 2004/05/05 15:32:05 hjs 1.2.48.1: #i8252# switch to iso codes and ulf format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a4db203d166808efb3c221f54ac8835d0616f40e]

        INTEGRATION: CWS mergebuild (1.1.156); FILE MERGED 2004/01/29 11:34:22 hjs 1.1.156.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f4fdee29b3da5c3076753f9b405cf66d79a61e63]

        INTEGRATION: CWS mergebuild (1.14.4); FILE MERGED 2004/05/18 18:28:02 hjs 1.14.4.3: RESYNC: (1.16-1.17); FILE MERGED 2004/04/21 01:40:06 hjs 1.14.4.2: RESYNC: (1.14-1.16); FILE MERGED 2003/12/08 17:16:15 hjs 1.14.4.1: #i8252# deliver five char iso too

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [80fd2208a327b5029636e990383dc2e9a8e77e15]

        INTEGRATION: CWS mergebuild (1.8.30); FILE MERGED 2004/05/19 17:38:42 hjs 1.8.30.5: #i8252# fix resync problems 2004/05/18 17:31:01 hjs 1.8.30.4: RESYNC: (1.11-1.12); FILE MERGED 2004/04/21 06:21:24 hjs 1.8.30.3: RESYNC: (1.8-1.11); FILE MERGED 2003/11/11 19:18:02 ihi 1.8.30.2: en -> en-US 2003/11/10 16:45:28 ihi 1.8.30.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [211077911d33a67316f8b26f2cd6953268ce7647]

        INTEGRATION: CWS mergebuild (1.10.164); FILE MERGED 2004/01/29 12:41:29 hjs 1.10.164.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4f09da7b313d0af5beafb7754e04352eda4fec79]

        INTEGRATION: CWS mergebuild (1.6.28); FILE MERGED 2004/04/23 13:15:26 hjs 1.6.28.1: #i8252# adopt

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2d7e027e56cf1533328e38d98e229449e18764e9]

        INTEGRATION: CWS mergebuild (1.24.88); FILE MERGED 2004/06/18 16:17:54 hjs 1.24.88.1: #i8252# alllangext to alllangiso

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [38f5185a702feb3c25942ca0ce278c1cac18d31b]

        INTEGRATION: CWS mergebuild (1.1.182); FILE MERGED 2003/12/16 11:51:55 hjs 1.1.182.1: #i8252# switch to iso codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1af81a764e9cc7d456c538ba7aa342b37979c71e]

        INTEGRATION: CWS mergebuild (1.17.4); FILE MERGED 2004/06/18 16:17:54 hjs 1.17.4.1: #i8252# alllangext to alllangiso

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c8609b245a68aa70be462febd63ce7d771b8b21]

        INTEGRATION: CWS mergebuild (1.18.28); FILE MERGED 2004/04/21 01:18:18 hjs 1.18.28.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/11 19:27:36 ihi 1.18.28.2: en -> en-US 2003/11/10 18:03:03 ihi 1.18.28.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4e4ed3e01d749f4a0a6a03f047eb64ccbd0ef920]

        INTEGRATION: CWS mergebuild (1.42.28); FILE MERGED 2004/05/18 13:09:59 hjs 1.42.28.4: RESYNC: (1.43-1.44); FILE MERGED 2004/04/21 01:18:01 hjs 1.42.28.3: RESYNC: (1.42-1.43); FILE MERGED 2003/11/11 19:27:34 ihi 1.42.28.2: en -> en-US 2003/11/10 18:03:01 ihi 1.42.28.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [efd969395d956d64cc095fc2f6271e365ecb69bc]

        INTEGRATION: CWS mergebuild (1.41.28); FILE MERGED 2004/04/21 01:17:53 hjs 1.41.28.3: RESYNC: (1.41-1.42); FILE MERGED 2003/11/11 19:27:33 ihi 1.41.28.2: en -> en-US 2003/11/10 18:03:00 ihi 1.41.28.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6e245844131c9e1cfa5dabfcbbde0f4cceff3f5c]

        INTEGRATION: CWS mergebuild (1.45.28); FILE MERGED 2004/04/21 01:17:19 hjs 1.45.28.3: RESYNC: (1.45-1.46); FILE MERGED 2003/11/11 19:27:32 ihi 1.45.28.2: en -> en-US 2003/11/10 18:02:59 ihi 1.45.28.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cd6dc985389074481b3d81bf3a5b954bb01fd240]

        INTEGRATION: CWS mergebuild (1.54.24); FILE MERGED 2004/06/21 14:05:45 ihi 1.54.24.6: #i8252# Removed duplicated de entry 2004/06/01 23:46:36 hjs 1.54.24.5: RESYNC: (1.56-1.57); FILE MERGED 2004/05/18 13:08:12 hjs 1.54.24.4: RESYNC: (1.55-1.56); FILE MERGED 2004/04/21 01:17:11 hjs 1.54.24.3: RESYNC: (1.54-1.55); FILE MERGED 2003/11/11 19:27:29 ihi 1.54.24.2: en -> en-US 2003/11/10 18:02:57 ihi 1.54.24.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ed6babe46e08af7dea1c632ef1c30d238db980f]

        INTEGRATION: CWS mergebuild (1.55.28); FILE MERGED 2004/04/21 01:17:03 hjs 1.55.28.3: RESYNC: (1.55-1.56); FILE MERGED 2003/11/11 19:27:28 ihi 1.55.28.2: en -> en-US 2003/11/10 18:02:56 ihi 1.55.28.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7cebedcaff62895c60d0c6b053be60896da9daa2]

        INTEGRATION: CWS mergebuild (1.189.6); FILE MERGED 2004/06/10 19:21:56 pl 1.189.6.1: move fontcfg to locales instead of language types

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8578bd8a4e32fa8dcfc8f07e5e3b34cd26e1d8c7]

        INTEGRATION: CWS mergebuild (1.13.58); FILE MERGED 2004/05/18 15:33:11 hjs 1.13.58.4: RESYNC: (1.14-1.15); FILE MERGED 2004/04/20 20:02:20 hjs 1.13.58.3: RESYNC: (1.13-1.14); FILE MERGED 2003/11/11 19:27:21 ihi 1.13.58.2: en -> en-US 2003/11/10 18:02:22 ihi 1.13.58.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e6a1cf26441345c98c457e25de54391dcea264f7]

        INTEGRATION: CWS mergebuild (1.42.58); FILE MERGED 2004/04/20 20:02:12 hjs 1.42.58.3: RESYNC: (1.42-1.43); FILE MERGED 2003/11/11 19:27:21 ihi 1.42.58.2: en -> en-US 2003/11/10 18:02:21 ihi 1.42.58.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [133ae00f7741f571f500479d4819e669ea964518]

        INTEGRATION: CWS mergebuild (1.25.58); FILE MERGED 2004/04/20 20:01:48 hjs 1.25.58.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:27:20 ihi 1.25.58.2: en -> en-US 2003/11/10 18:02:21 ihi 1.25.58.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [19c38afce22ab29e28021ba30b73c26845430114]

        INTEGRATION: CWS mergebuild (1.33.58); FILE MERGED 2004/04/20 20:02:03 hjs 1.33.58.3: RESYNC: (1.33-1.34); FILE MERGED 2003/11/11 19:27:20 ihi 1.33.58.2: en -> en-US 2003/11/10 18:02:21 ihi 1.33.58.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ce665890ed8d5893d9628f39ef3afffef87a5813]

        INTEGRATION: CWS mergebuild (1.33.58); FILE MERGED 2004/04/20 20:01:55 hjs 1.33.58.3: RESYNC: (1.33-1.34); FILE MERGED 2003/11/11 19:27:19 ihi 1.33.58.2: en -> en-US 2003/11/10 18:02:20 ihi 1.33.58.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8df516f685c86e6470ec4275b33cea5a0cd71ec0]

        INTEGRATION: CWS mergebuild (1.171.6); FILE MERGED 2004/06/16 14:58:20 hjs 1.171.6.2: #i8252# fix #if for debug code 2004/06/10 19:21:55 pl 1.171.6.1: move fontcfg to locales instead of language types

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [91af2932a7d7f9e12313327f47c62dc6a29e7305]

        INTEGRATION: CWS mergebuild (1.26.6); FILE MERGED 2004/06/11 09:51:04 pl 1.26.6.2: fix an ambiguity in debug case 2004/06/10 19:21:55 pl 1.26.6.1: move fontcfg to locales instead of language types

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2702677a1e4ee10a5c28a964b2b6a0e4bb13bab1]

        INTEGRATION: CWS mergebuild (1.27.88); FILE MERGED 2004/04/20 19:43:57 hjs 1.27.88.3: RESYNC: (1.27-1.32); FILE MERGED 2004/02/06 11:18:55 hjs 1.27.88.2: #i8252# rework *CreateResmgr parameters 2004/01/29 11:27:47 hjs 1.27.88.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d86b35fa39bf9c69aad212332c50595a03baceb6]

        INTEGRATION: CWS mergebuild (1.44.8); FILE MERGED 2004/06/10 19:22:43 pl 1.44.8.1: move fontcfg to locales instead of language types

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [875739c549f8579a3e584bff6ec8611fb1c35e35]

        INTEGRATION: CWS mergebuild (1.30.12); FILE MERGED 2004/06/01 22:40:48 hjs 1.30.12.5: RESYNC: (1.37-1.38); FILE MERGED 2004/05/18 15:28:15 hjs 1.30.12.4: RESYNC: (1.36-1.37); FILE MERGED 2004/05/05 17:51:43 hjs 1.30.12.3: #i8252# deliver all *.res 2004/04/20 19:41:51 hjs 1.30.12.2: RESYNC: (1.30-1.36); FILE MERGED 2003/12/08 17:37:08 hjs 1.30.12.1: #i8252# deliver five char iso too

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b07dcc6e34680e0b9734616db670e5daa7c6338]

        INTEGRATION: CWS mergebuild (1.25.6); FILE MERGED 2004/06/16 18:12:36 hjs 1.25.6.8: #i8252# handle incomplete language/country pair resources 2004/05/18 17:22:20 hjs 1.25.6.7: RESYNC: (1.26-1.27); FILE MERGED 2004/04/21 01:09:40 hjs 1.25.6.6: RESYNC: (1.25-1.26); FILE MERGED 2004/03/02 13:15:45 hjs 1.25.6.5: #i8252# compile problems on windows 2004/02/06 11:17:25 hjs 1.25.6.4: #i8252# rework *CreateResmgr parameters 2004/01/29 11:24:31 hjs 1.25.6.3: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale 2003/10/06 15:20:45 hjs 1.25.6.2: #i8252# switch to ByteString ref outparameter 2003/09/29 16:32:27 hjs 1.25.6.1: #i8252# look for names with iso codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [85a360f2795ea54a182ecee8ca35185eea42e7d6]

        INTEGRATION: CWS mergebuild (1.5.66); FILE MERGED 2004/01/29 11:24:29 hjs 1.5.66.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9a3084130507f738ce30b3db849aa2c81d2b970c]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/03/02 17:26:41 ihi 1.1.2.1: #111234# Build Environment ISO code support

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [184b2ed9e984b2e00260902df2626d6d0f57abbd]

        INTEGRATION: CWS mergebuild (1.7.34); FILE MERGED 2004/04/21 01:08:09 hjs 1.7.34.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/29 11:24:23 hjs 1.7.34.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [692522ee468796f213918506a8ed0c9fa7ca205c]

        INTEGRATION: CWS mergebuild (1.24.66); FILE MERGED 2004/04/21 01:06:37 hjs 1.24.66.2: RESYNC: (1.24-1.26); FILE MERGED 2004/01/29 11:24:17 hjs 1.24.66.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [375e2fc01f7b7d4d2d5222e7e440f7338a888ad7]

        INTEGRATION: CWS mergebuild (1.11.66); FILE MERGED 2004/06/16 13:34:47 ihi 1.11.66.1: #i8252# ISO Code / Removed programm output

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [78c698d09c18728e801adaa94ed05ed7f596a37d]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/21 15:26:02 hjs 1.1.2.2: #i8252# fix generated rc file 2004/05/19 14:43:27 hjs 1.1.2.1: #i8252# switch to ulf and merge on the fly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c4ff8668a6471ce2b9ed68d70e4d88a446ccc0c7]

        INTEGRATION: CWS mergebuild (1.2.10); FILE MERGED 2004/05/21 15:26:02 hjs 1.2.10.1: #i8252# fix generated rc file

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6a0fb9d2c899038f98740d1dffdb2f4658d5e5b3]

        INTEGRATION: CWS mergebuild (1.2.10); FILE MERGED 2004/05/26 16:52:43 ihi 1.2.10.3: #i8252# ISO Code update / Unmerge 2004/05/21 15:26:01 hjs 1.2.10.2: #i8252# fix generated rc file 2004/05/19 14:43:27 hjs 1.2.10.1: #i8252# switch to ulf and merge on the fly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [872e298dd6be9fe6adbafa090a49c53f7f53d3be]

        INTEGRATION: CWS mergebuild (1.4.48); FILE MERGED 2004/05/18 15:12:55 hjs 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/05 08:40:45 tra 1.4.48.1: #112953#adapted command line to new command line convention of lngconvex

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7992a7512a72160071e7ca0ece97e71ede98fa3]

        INTEGRATION: CWS mergebuild (1.6.28); FILE MERGED 2003/11/05 08:32:47 tra 1.6.28.1: #112953#changed tool to deal with ulf files and iso language code

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c9f4ff5d6ecace826d467fbb53558fc06ad65e0b]

        INTEGRATION: CWS mergebuild (1.1.76); FILE MERGED 2003/11/05 08:32:47 tra 1.1.76.1: #112953#changed tool to deal with ulf files and iso language code

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2b8017b35fe959809f9d6c251ea8d4f94bc042fc]

        INTEGRATION: CWS mergebuild (1.1.76); FILE MERGED 2003/11/05 08:32:46 tra 1.1.76.1: #112953#changed tool to deal with ulf files and iso language code

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8125c38c869866da872f1e7b048167f2b588abcf]

        INTEGRATION: CWS mergebuild (1.15.2); FILE MERGED 2004/06/16 15:16:36 hjs 1.15.2.1: #i8252# dependency on transex3

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8575f3a1a8a95ee7021279336bae041e947c03ed]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/07 13:30:01 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:40 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [83581d5ef5e1c8d893ab4be2f709873506570663]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/05/25 11:53:39 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cd23a704407242e6d7dab4c1e374531fdd63b6cf]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:08:14 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [96ea4bfd7da18d2574d3289b69f16072eb99c9e4]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:37:36 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:08:14 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:30:00 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:39 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [302ab84a9ab456956039f9be2e6bb5b83c743e9e]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:08:09 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:58 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:35 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b7264f9cf698b578d214654cd5a6c97b8be8468c]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:08:08 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:58 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:35 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3e5f0135afe92337c2accaf2799556481e50a364]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:08:07 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [62f038919ae4ddee5dcbe990bf0c666300bd981c]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:08:07 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:57 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:34 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b7f8e6802e0be6ff9fe8b553ad7573c66e7d73fa]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:08:06 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:57 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:34 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a708a885d074ac679e3849255d750952c9e65278]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:08:05 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:56 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:33 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bc58b1300532fe2dc58d6b1dc67ec8abc2409995]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:37:28 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:08:05 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:56 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:33 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cde0191f64486c7837bd2cbdc685a775410b159a]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:08:00 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:55 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:32 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ed66b95d9894b142c4421cc4661999c6aeb622a]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:08:00 ihi 1.1.1.1.6.2: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/05/25 11:53:32 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [59298dc2d58c095a137442f16abf7ab11a93236a]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:59 ihi 1.1.1.1.6.2: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/05/25 11:53:31 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [04266aa1daff36674ba8cf4eaf4dcd2b71ab0039]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:58 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4833d3cde467d0406e0897958b18dbc0797ec144]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:52 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:55 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:30 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [90695832dd42ff4107b5d2899789796b5db319d2]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:51 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:54 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:29 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f7a88bc724ddb4c8651d826768e32e32e7d32b17]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/21 12:19:18 ihi 1.1.1.1.6.4: #i8252# Removed duplicated de entry 2004/06/08 16:07:50 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:54 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:28 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [31f12a570bc0a9939a034462df33d9634633821e]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/05/25 11:53:28 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6533415b234ee72f6503fcf59c4f370df4ba3834]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:50 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:53 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:28 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b9e83570db357176869de2dc029a91a8073f3a8f]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:37:49 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:07:46 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:53 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:25 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [651151826e24f6246480ad725471a878866832af]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:42 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:52 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:25 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5c19b7b3c109788ddbe4a1d2d05103cc444ebe4d]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:38 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:50 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:23 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [be7e970185f1d426f17928beeea9aa599965b894]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:38 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:50 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:22 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dbb8e666b0dff711429b4137a85e48128a538926]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:33 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:48 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:21 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [31633e62b81ca9308612bd3b05bb92d676f75d32]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:25 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:47 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:20 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d8c0362b6a81674293e4a835652c39e04de47848]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/21 11:42:37 ihi 1.1.1.1.6.5: #i8252# Removed duplicated de entry 2004/06/16 07:37:22 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:07:23 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:47 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:20 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ab1c03a2c56f4cfe35cee31ce9284cfbb02e81f9]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:18 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [42de30461805a182f969d59efc54b0fc0beb3a39]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:13 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:43 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:16 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d370488a6d752eae8f9e2e301c6d62c1e42eaaa1]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:41:39 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:07:10 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:42 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:15 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c6a54c17102a32d589ecb71865ed6fab96daa73]

        INTEGRATION: CWS mergebuild (1.3.6); FILE MERGED 2004/05/24 17:39:55 ihi 1.3.6.1: ISO Code update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6270576aa2a0648358d71986fe4b8b83f029342b]

        INTEGRATION: CWS mergebuild (1.2.6); FILE MERGED 2004/05/24 17:39:06 ihi 1.2.6.1: ISO Code update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [376ed863f07084dda01b1d7e41cd4334a2c68a09]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:07:09 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:41 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:14 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ac587b3ba34b4b2b31430813f69accfabab73f31]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:41:04 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:06:57 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:37 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:10 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [57eb1e9b1ac963df5fee4fe097b71b30d12b154c]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:06:56 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:36 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:10 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3bb1db55eeae3380e99cce3dfa72a83d738e3e6d]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:41:30 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:06:53 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:34 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:08 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [97eafab0c867ba514fe8d326530ace52882d74e5]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:06:53 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:34 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:08 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a63a021a3ea6ec9d6d7fe20e691b42917cb92663]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:41:30 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:06:53 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:33 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:07 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [06632d49ae74bf39d419855dbd23ccee737d5f29]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:06:52 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:32 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:07 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9e2e6e3785363107bbea2f16e1ea75adb913e24c]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:06:51 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:31 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:07 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3d39838f9cb76460dc6a42d653514b9261e5936f]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:06:51 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:30 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:07 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [de9bf165d8cd34da95ba6b6c3ffe5d4c77513070]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:06:46 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:28 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:05 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3e3bcd6e4affbe7d035de50d9dad4ab0a4d3482a]

        INTEGRATION: CWS mergebuild (1.2.6); FILE MERGED 2004/05/24 14:56:26 hjs 1.2.6.1: #i8252# switch to Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [edaf40fe030744f2c87a5febd6a70594d93d87f3]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:06:45 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:27 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:04 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [89b389fa3a0f85e8c2da33392c34fd170ffd7f06]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:41:52 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:06:32 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:26 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:03 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [daea5ef6cc2c134e933c51f294c8a40cdc3b5931]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:06:27 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:24 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:02 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9cb7329041136c3b138a06759e176729fb3d44a3]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:41:51 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:06:23 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:23 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:01 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ac5403fda2c8cd1c7e3cd91745e63b3683b93b2b]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:41:51 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:06:23 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:23 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:53:00 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [348b8349edd9496ff760a94e27f41596d54ef4b0]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:06:04 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6b0ec0dbf3612617f9145ce7ea499e270f52d965]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:38:26 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:06:03 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:18 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:55 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc90fd142100994cfee64022eb9e3a8fbf5ccf83]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:38:25 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:06:02 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:17 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:54 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3fad696f1fc3ad93220625a74c54cde9b3b5460e]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:06:02 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b7e79aa20a0b1f92c1093c6703cf924a63014cf4]

        #i10000# store found locale to allow error messages to display correctly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9b9d2fce26d24688513d9819f6727284bc89343d]

        INTEGRATION: CWS mergebuild (1.4.6); FILE MERGED 2004/05/24 17:13:02 hjs 1.4.6.1: #i8252# merge on the fly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [556a80cb6b71a70fb104993a6267e2c11df26a76]

        INTEGRATION: CWS mergebuild (1.6.6); FILE MERGED 2004/05/25 11:52:45 ihi 1.6.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7b86035f651531eadadb67c09e85ef34bce0ad39]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:38:42 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:05:39 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:06 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:44 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [35b1eaf1e64055e4a5c51a42418cf854bc3d686a]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:05:38 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:05 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:43 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4ea2624a1d23b483a9dd5b2f210bc5176f3aa885]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:38:41 ihi 1.1.1.1.6.5: #i8252# ISO Code / Fix no translates 2004/06/08 16:05:37 ihi 1.1.1.1.6.4: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:04 ihi 1.1.1.1.6.3: #i8252# Language id x-deprecated removed 2004/06/02 10:48:23 hjs 1.1.1.1.6.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/05/25 11:52:43 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3975ed2bc19afa3df70b19963b9607b39c5b5d36]

        INTEGRATION: CWS mergebuild (1.3.6); FILE MERGED 2004/05/24 17:12:44 hjs 1.3.6.1: #i8252# merge on the fly

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [54fe2ca89119be76cf79b8674f676ccf8e7f52a5]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:05:34 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e31bdc6c31515311a67c9cf53ac3d06f16ffe0e3]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:38:00 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:05:18 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:29:00 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:40 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8430476b5cd0082a6c9f84a96152f5348cba7b06]

        INTEGRATION: CWS mergebuild (1.1.6); FILE MERGED 2004/06/16 07:38:07 ihi 1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:05:07 ihi 1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:57 ihi 1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:37 ihi 1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [50e8055fdba23ecf2d2895d12230b3f5a82c4068]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:05:05 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5016ec993f4e0d9beca153bf0cc65651c6521256]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:40:36 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:04:54 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:55 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:36 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9eb6fed618a03845235081bde92a5e8a364800cb]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:04:53 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:55 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:36 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9dcc9d7015d8a6007cf61ab35a91a097dcdd3e7a]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:04:53 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:55 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:35 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ee2a07731a67637fdcb530e9a52504749ad0106]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:40:36 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:04:53 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:54 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:35 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [758674c2419570d267ad292c04cc19849d08087d]

        INTEGRATION: CWS mergebuild (1.1.6); FILE MERGED 2004/06/16 07:40:42 ihi 1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:04:51 ihi 1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:53 ihi 1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:35 ihi 1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [647883f97be85cbfbd0e04d5153dfd6d58b9d823]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:04:49 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [33258ac10fb9c0f5f308a14b9c7e58bee502f39e]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:39:58 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:04:44 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:52 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:33 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [19ed371941de8f8e98126c2d8c3bb7e7f2a8a4a2]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:04:40 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:51 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:33 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9814b52f3b7b9bd2768b997ff8215254b708f07b]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:39:58 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:04:39 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:51 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:33 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [71390c988be71d77fee20a0ec9229a8b60dc971b]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:04:39 ihi 1.1.1.1.6.2: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/05/25 11:52:33 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c123c1a28685fbb70ac608e7169228f20bb5cf3]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:04:36 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:49 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:31 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [55582d18246b709e1848424813fc98160b669818]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:04:34 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:48 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:31 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dcb299c2eaee2df77d5b50b74401bc51a45198f4]

        INTEGRATION: CWS mergebuild (1.124.4); FILE MERGED 2004/05/28 17:44:01 hjs 1.124.4.6: RESYNC: (1.135-1.137); FILE MERGED 2004/05/21 16:55:44 hjs 1.124.4.5: #i8252# switch to Locale 2004/05/18 17:42:55 hjs 1.124.4.4: RESYNC: (1.133-1.135); FILE MERGED 2004/04/21 06:58:35 hjs 1.124.4.3: RESYNC: (1.124-1.133); FILE MERGED 2004/01/29 15:41:40 hjs 1.124.4.2: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale 2003/12/10 18:07:32 hjs 1.124.4.1: #i8252# set UILocale at startup

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b10af45a721a589adf9360a7afcc8cc07f68e4b8]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:04:04 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [64404508f716f1677f0170a6960c71cc0e23e4bc]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:04:03 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [de234c2fba9c42165efe7913661f36dd3283473b]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:04:01 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8c46fdcd381d26fe280d4db7668fe70a8af9a273]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/08 16:03:59 ihi 1.1.1.1.6.1: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [da1447e2b5aac82a3af0318ac9e270fd69882923]

        INTEGRATION: CWS mergebuild (1.1.6); FILE MERGED 2004/06/08 16:03:58 ihi 1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:44 ihi 1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:27 ihi 1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a0a887bc03381db8dc53bb20921465531ad42f09]

        INTEGRATION: CWS mergebuild (1.3.6); FILE MERGED 2004/06/07 13:28:42 ihi 1.3.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:26 ihi 1.3.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5604d101443bbd9fab82a2fc47fd05bdc1a4d71f]

        INTEGRATION: CWS mergebuild (1.4.42); FILE MERGED 2004/01/29 15:41:54 hjs 1.4.42.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f874e6c71a808c4d4d9f651df2e0c93304ebdf56]

        INTEGRATION: CWS mergebuild (1.1.1.1.6); FILE MERGED 2004/06/16 07:40:09 ihi 1.1.1.1.6.4: #i8252# ISO Code / Fix no translates 2004/06/08 16:03:45 ihi 1.1.1.1.6.3: #i8252# Iso codes / Added #define NO_LOCALIZE_EXPORT to prevent localize from export 2004/06/07 13:28:36 ihi 1.1.1.1.6.2: #i8252# Language id x-deprecated removed 2004/05/25 11:52:21 ihi 1.1.1.1.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e771f31f7a7c7d9b7f07dd7b1ce13a8588b3ba4]

        INTEGRATION: CWS mergebuild (1.2.6); FILE MERGED 2004/05/25 11:52:21 ihi 1.2.6.1: ISO Code update / Binfilter resources now uses ISO Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [72379f43b849f791b631de0db31dbd60aa8335d8]

        INTEGRATION: CWS mergebuild (1.17.50); FILE MERGED 2004/05/28 14:21:07 hjs 1.17.50.2: RESYNC: (1.17-1.18); FILE MERGED 2003/10/20 13:58:45 hjs 1.17.50.1: #111260# find delivered srs files

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1b439078d6ef61571bdbbaea625b6fb11aa91ec0]

        INTEGRATION: CWS mergebuild (1.28.20); FILE MERGED 2004/04/21 05:12:25 hjs 1.28.20.5: RESYNC: (1.28-1.29); FILE MERGED 2004/02/20 18:23:38 ihi 1.28.20.4: Merge-While-Buld update 2003/12/16 16:18:47 ihi 1.28.20.3: x-no-translate conversion 2003/11/11 19:15:29 ihi 1.28.20.2: en -> en-US 2003/11/10 16:44:05 ihi 1.28.20.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c547135e085e0d42538cde3df5a4d27b0347ba4]

        INTEGRATION: CWS mergebuild (1.44.20); FILE MERGED 2004/04/21 05:11:43 hjs 1.44.20.3: RESYNC: (1.44-1.45); FILE MERGED 2003/11/11 19:15:25 ihi 1.44.20.2: en -> en-US 2003/11/10 16:44:03 ihi 1.44.20.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ca21054327773ad3f7387fbc7175b97f4d76b930]

        INTEGRATION: CWS mergebuild (1.23.20); FILE MERGED 2004/05/28 14:20:41 hjs 1.23.20.5: RESYNC: (1.24-1.25); FILE MERGED 2004/04/30 16:32:37 hjs 1.23.20.4: #i8252# fix unmerge probs 2004/04/21 05:11:15 hjs 1.23.20.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:15:25 ihi 1.23.20.2: en -> en-US 2003/11/10 16:44:02 ihi 1.23.20.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [529d92ee9400590cb1b40af51f1ec2be3cff4136]

        INTEGRATION: CWS mergebuild (1.24.20); FILE MERGED 2004/04/21 05:11:08 hjs 1.24.20.3: RESYNC: (1.24-1.25); FILE MERGED 2003/11/11 19:15:24 ihi 1.24.20.2: en -> en-US 2003/11/10 16:44:02 ihi 1.24.20.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [af06517788a400dd976fb030476f5763f29c589f]

        INTEGRATION: CWS mergebuild (1.51.20); FILE MERGED 2004/06/03 19:27:43 hjs 1.51.20.7: #i8252# resync problems 2004/05/28 14:20:32 hjs 1.51.20.6: RESYNC: (1.52-1.53); FILE MERGED 2004/04/30 16:32:37 hjs 1.51.20.5: #i8252# fix unmerge probs 2004/04/21 05:11:00 hjs 1.51.20.4: RESYNC: (1.51-1.52); FILE MERGED 2004/02/20 18:23:37 ihi 1.51.20.3: Merge-While-Buld update 2003/11/11 19:15:23 ihi 1.51.20.2: en -> en-US 2003/11/10 16:44:02 ihi 1.51.20.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ba7ce024c8791669ffd8084967be22ee3726e354]

        INTEGRATION: CWS mergebuild (1.52.20); FILE MERGED 2004/05/28 14:19:03 hjs 1.52.20.4: RESYNC: (1.53-1.54); FILE MERGED 2004/04/21 05:10:39 hjs 1.52.20.3: RESYNC: (1.52-1.53); FILE MERGED 2003/11/11 19:15:23 ihi 1.52.20.2: en -> en-US 2003/11/10 16:44:01 ihi 1.52.20.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [77dfb355b292d8eec7ed6257643bb09648c649bc]

        INTEGRATION: CWS mergebuild (1.12.14); FILE MERGED 2004/01/29 15:34:00 hjs 1.12.14.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [65ef5ccf9f04f336184e8ec8b13e433e051599cb]

        INTEGRATION: CWS mergebuild (1.21.20); FILE MERGED 2004/04/21 05:10:32 hjs 1.21.20.3: RESYNC: (1.21-1.22); FILE MERGED 2003/11/11 19:15:22 ihi 1.21.20.2: en -> en-US 2003/11/10 16:44:01 ihi 1.21.20.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [abb263bc3d4308765fbc3019ffeb54b5ee027c5e]

        INTEGRATION: CWS mergebuild (1.92.20); FILE MERGED 2004/05/28 14:18:19 hjs 1.92.20.9: RESYNC: (1.95-1.96); FILE MERGED 2004/05/21 14:05:10 hjs 1.92.20.8: #i8252# fix resync problems 2004/05/18 15:48:12 hjs 1.92.20.7: RESYNC: (1.94-1.95); FILE MERGED 2004/04/30 16:32:36 hjs 1.92.20.6: #i8252# fix unmerge probs 2004/04/21 05:09:50 hjs 1.92.20.5: RESYNC: (1.92-1.94); FILE MERGED 2004/02/20 18:23:36 ihi 1.92.20.4: Merge-While-Buld update 2003/12/16 16:18:45 ihi 1.92.20.3: x-no-translate conversion 2003/11/11 19:15:22 ihi 1.92.20.2: en -> en-US 2003/11/10 16:44:00 ihi 1.92.20.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [52d69cbc755402225fe47d646c2f8e02b0a10264]

        INTEGRATION: CWS mergebuild (1.40.18); FILE MERGED 2004/05/21 14:25:05 hjs 1.40.18.6: #i8252# fix resync problems 2004/05/18 13:38:07 hjs 1.40.18.5: RESYNC: (1.41-1.43); FILE MERGED 2004/04/21 01:37:49 hjs 1.40.18.4: RESYNC: (1.40-1.41); FILE MERGED 2003/12/16 16:18:02 ihi 1.40.18.3: x-no-translate conversion 2003/11/11 19:17:56 ihi 1.40.18.2: en -> en-US 2003/11/10 16:45:20 ihi 1.40.18.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4fb9c766854eb8604bcd60af377bed3f25a5c7a6]

        INTEGRATION: CWS mergebuild (1.2.116); FILE MERGED 2004/03/02 19:17:07 hjs 1.2.116.1: #i8252# replace LanguageType with Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5428a236178e1c19f52028bbc56ec90cf3c8dbc7]

        INTEGRATION: CWS mergebuild (1.7.4); FILE MERGED 2004/05/12 17:54:13 ihi 1.7.4.2: ISO Code updates / Support for xrm files 2004/05/12 12:03:45 ihi 1.7.4.1: ISO code update / Support for xrm files

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9913691d4e5e06b3635b8bfc0e35bc8e3c7ce4f3]

        INTEGRATION: CWS mergebuild (1.6.92); FILE MERGED 2004/05/03 12:30:37 ihi 1.6.92.2: Slashbug update 2003/12/09 18:19:43 ihi 1.6.92.1: Merge-While-Build update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [383d26ab4dc105eeaf50058ad6e1117251a3881b]

        INTEGRATION: CWS mergebuild (1.2.92); FILE MERGED 2003/09/22 14:41:49 ihi 1.2.92.1: Support for merging one file

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [581a46091d51738c189e7a74924622d316dde9a7]

        INTEGRATION: CWS mergebuild (1.11.40); FILE MERGED 2004/05/19 16:47:02 ihi 1.11.40.7: Multithreading tempfilegeneration bug fixed 2004/05/10 16:26:33 ihi 1.11.40.6: Iso Code Update 2004/05/04 17:01:41 ihi 1.11.40.5: ISO Code update 2004/05/03 12:30:36 ihi 1.11.40.4: Slashbug update 2004/04/20 16:32:13 hjs 1.11.40.3: RESYNC: (1.11-1.14); FILE MERGED 2004/03/04 14:42:54 ihi 1.11.40.2: Merge-While-Build update 2003/12/09 18:19:39 ihi 1.11.40.1: Merge-While-Build update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e2825bf94a915f3c1d9569b3970acbcc07016635]

        INTEGRATION: CWS mergebuild (1.28.4); FILE MERGED 2004/05/13 12:40:24 ihi 1.28.4.5: ISO Code update 2004/05/10 12:08:03 ihi 1.28.4.4: ISO Code Update 2004/05/03 12:30:36 ihi 1.28.4.3: Slashbug update 2003/12/09 18:19:36 ihi 1.28.4.2: Merge-While-Build update 2003/09/22 14:41:48 ihi 1.28.4.1: Support for merging one file

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [49614f9e6c09236f901e1d51179e341a6d5d6fa5]

        INTEGRATION: CWS mergebuild (1.30.14); FILE MERGED 2004/06/08 16:05:21 ihi 1.30.14.9: #i8252# ISO Codes / Prevent exporting binfilter module 2004/05/13 13:18:47 ihi 1.30.14.8: ISO code update / localize now support all filetypes / no -iso required 2004/05/03 12:30:36 ihi 1.30.14.7: Slashbug update 2004/04/21 15:28:29 ihi 1.30.14.6: Resync fix 2004/04/20 16:32:38 hjs 1.30.14.5: RESYNC: (1.30-1.31); FILE MERGED 2004/03/04 14:42:54 ihi 1.30.14.4: Merge-While-Build update 2003/12/09 18:19:32 ihi 1.30.14.3: Merge-While-Build update 2003/10/14 17:05:57 ihi 1.30.14.2: Unmerge changes 2003/09/22 14:41:48 ihi 1.30.14.1: Support for merging one file

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [92b07c2e747916ecf7e6c6d41af2427c83a0e912]

        INTEGRATION: CWS mergebuild (1.15.14); FILE MERGED 2004/05/10 16:26:32 ihi 1.15.14.4: Iso Code Update 2004/05/04 17:02:05 ihi 1.15.14.3: ISO Code update 2004/05/03 12:30:36 ihi 1.15.14.2: Slashbug update 2003/12/09 18:19:28 ihi 1.15.14.1: Merge-While-Build update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d2c5dcfb72f52726f0f1109e3b485a498de3cf62]

        INTEGRATION: CWS mergebuild (1.9.34); FILE MERGED 2003/12/09 18:19:25 ihi 1.9.34.1: Merge-While-Build update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d16157d7b2a44c26ff5bcaaf638df607b4a0b389]

        INTEGRATION: CWS mergebuild (1.50.40); FILE MERGED 2004/06/03 10:26:15 hjs 1.50.40.12: #i8252# resync problems 2004/06/02 13:41:59 hjs 1.50.40.11: RESYNC: (1.57-1.58); FILE MERGED 2004/05/28 17:44:22 hjs 1.50.40.10: RESYNC: (1.55-1.57); FILE MERGED 2004/05/21 16:55:45 hjs 1.50.40.9: #i8252# switch to Locale 2004/05/18 17:43:04 hjs 1.50.40.8: RESYNC: (1.54-1.55); FILE MERGED 2004/04/21 06:59:29 hjs 1.50.40.7: RESYNC: (1.52-1.54); FILE MERGED 2004/02/20 18:27:20 ihi 1.50.40.6: Merge-While-Build update 2003/12/16 16:21:40 ihi 1.50.40.5: x-no-translate conversion 2003/12/02 17:28:46 hjs 1.50.40.4: #i8252# change LanguageSelect to use isocodes 2003/11/19 15:05:23 hjs 1.50.40.3: RESYNC: (1.50-1.52); FILE MERGED 2003/11/11 19:16:33 ihi 1.50.40.2: en -> en-US 2003/11/10 16:44:23 ihi 1.50.40.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0036908208cc1df98142281f8bcb4338646ddca5]

        INTEGRATION: CWS mergebuild (1.22.40); FILE MERGED 2004/06/08 16:14:44 ihi 1.22.40.11: #i8252 ISO Code / Merge conflict fix 2004/06/08 16:12:42 ihi 1.22.40.10: #i8252 ISO Code 2004/06/08 16:05:21 ihi 1.22.40.9: #i8252# ISO Codes / Prevent exporting binfilter module 2004/05/19 16:47:02 ihi 1.22.40.8: Multithreading tempfilegeneration bug fixed 2004/05/14 16:42:10 ihi 1.22.40.7: #i27732# Fix date format in sdf file 2004/05/10 16:26:32 ihi 1.22.40.6: Iso Code Update 2004/05/03 12:30:35 ihi 1.22.40.5: Slashbug update 2004/04/20 16:32:30 hjs 1.22.40.4: RESYNC: (1.22-1.23); FILE MERGED 2004/01/30 12:37:04 hjs 1.22.40.3: #i8252# removed obsolete header 2003/12/09 18:19:21 ihi 1.22.40.2: Merge-While-Build update 2003/10/14 17:05:56 ihi 1.22.40.1: Unmerge changes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c39e5a33518ca901e3b76a7fecfbb44c6db81b8]

        INTEGRATION: CWS mergebuild (1.34.12); FILE MERGED 2004/06/15 14:10:20 ihi 1.34.12.11: #i8252# ISO Codes / Fix for binfilter exclusion 2004/06/08 16:05:20 ihi 1.34.12.10: #i8252# ISO Codes / Prevent exporting binfilter module 2004/05/19 16:47:02 ihi 1.34.12.9: Multithreading tempfilegeneration bug fixed 2004/05/10 16:26:31 ihi 1.34.12.8: Iso Code Update 2004/05/10 13:04:31 ihi 1.34.12.7: #i24947# Iso Code update / Quoting 2004/05/03 12:30:35 ihi 1.34.12.6: Slashbug update 2004/04/21 15:28:30 ihi 1.34.12.5: Resync fix 2004/04/20 16:32:22 hjs 1.34.12.4: RESYNC: (1.34-1.37); FILE MERGED 2003/12/09 18:19:17 ihi 1.34.12.3: Merge-While-Build update 2003/10/14 17:05:56 ihi 1.34.12.2: Unmerge changes 2003/09/22 14:41:48 ihi 1.34.12.1: Support for merging one file

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f4fce635e053c643cac00f960bf302f08c1065ae]

        INTEGRATION: CWS mergebuild (1.28.16); FILE MERGED 2004/05/12 17:52:11 ihi 1.28.16.2: ISO Code updates / Support for xcs files 2003/12/09 18:19:13 ihi 1.28.16.1: Merge-While-Build update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c597c7ae3bc77692243cb0c61d5a18d9e3b6ba2e]

        INTEGRATION: CWS mergebuild (1.14.40); FILE MERGED 2004/06/08 16:09:20 ihi 1.14.40.3: #i8252# ISO Code update 2004/04/20 16:32:03 hjs 1.14.40.2: RESYNC: (1.14-1.15); FILE MERGED 2003/12/09 18:21:45 ihi 1.14.40.1: Merge-While-Build update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dbcae337ee8edcdae2c1c5c8248515e14d6e2830]

        INTEGRATION: CWS mergebuild (1.1.88); FILE MERGED 2004/05/12 12:04:07 ihi 1.1.88.1: ISO code update / Support for xrm files

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8aeca89712eac1871614ea00d899ec0bd41cc8b1]

        INTEGRATION: CWS mergebuild (1.6.34); FILE MERGED 2004/06/08 16:03:12 ihi 1.6.34.1: #i8252# ISO Codes / Prevent exporting binfilter module

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5fef0443e2c74403714b433d220fbed74d8ce263]

        INTEGRATION: CWS mergebuild (1.1.90); FILE MERGED 2003/12/09 18:20:43 ihi 1.1.90.1: Merge-While-Build update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [da56cfc2bd260c21c7ae9c41a64185f4617a9d6e]

        INTEGRATION: CWS mergebuild (1.124.4); FILE MERGED 2004/05/28 17:44:01 hjs 1.124.4.6: RESYNC: (1.135-1.137); FILE MERGED 2004/05/21 16:55:44 hjs 1.124.4.5: #i8252# switch to Locale 2004/05/18 17:42:55 hjs 1.124.4.4: RESYNC: (1.133-1.135); FILE MERGED 2004/04/21 06:58:35 hjs 1.124.4.3: RESYNC: (1.124-1.133); FILE MERGED 2004/01/29 15:41:40 hjs 1.124.4.2: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale 2003/12/10 18:07:32 hjs 1.124.4.1: #i8252# set UILocale at startup

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [96d519c546904778dd16ba009c3dc4f4ce2d3d40]

        INTEGRATION: CWS mergebuild (1.2.34); FILE MERGED 2004/05/10 16:30:50 ihi 1.2.34.2: Iso Code Update 2003/12/09 18:20:41 ihi 1.2.34.1: Merge-While-Build update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8cd5e7be89c148f67b6247fd8ad2f8c80caa78f2]

        INTEGRATION: CWS mergebuild (1.6.34); FILE MERGED 2004/06/15 14:10:39 ihi 1.6.34.8: #i8252# ISO Codes / Fix for binfilter exclusion 2004/05/10 16:40:28 ihi 1.6.34.7: Iso Code Update 2004/05/10 16:37:42 ihi 1.6.34.6: Iso Code Update 2004/05/10 16:30:50 ihi 1.6.34.5: Iso Code Update 2004/05/03 12:19:36 ihi 1.6.34.4: Slashbug update 2004/04/20 16:31:55 hjs 1.6.34.3: RESYNC: (1.6-1.7); FILE MERGED 2004/03/04 14:43:37 ihi 1.6.34.2: Merge-While-Build update 2003/12/09 18:20:39 ihi 1.6.34.1: Merge-While-Build update

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [888ae95e9aca8ad80b3630f0b6f51d46c4540069]

        INTEGRATION: CWS mergebuild (1.2.90); FILE MERGED 2004/05/12 17:54:36 ihi 1.2.90.1: ISO Code updates / Support for xcs files

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [267adb31b27d1748997fe057c66c4c5f840f6dd6]

        INTEGRATION: CWS mergebuild (1.6.40); FILE MERGED 2004/04/22 16:45:40 hjs 1.6.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd0ddfa4a5c51c3fda1a94dc7013a31000151812]

        INTEGRATION: CWS mergebuild (1.6.40); FILE MERGED 2004/04/22 17:20:13 hjs 1.6.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [97a63d402f8bb5da8908fa551f37ac7a7867c48a]

        INTEGRATION: CWS mergebuild (1.6.40); FILE MERGED 2004/04/22 16:52:30 hjs 1.6.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [150a35a66d380e3c3ef6c94f2455e1175044112c]

        INTEGRATION: CWS mergebuild (1.6.40); FILE MERGED 2004/04/22 13:45:12 hjs 1.6.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [73b38a25a4dee273daaed810d7cc9b98d3e68b62]

        INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 17:22:44 hjs 1.7.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bc300524f23996884f16caf66e081a3c5692037e]

        INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 14:40:44 hjs 1.7.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [94091fe126b38356abb835a4e2928ccd8d61e23f]

        INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 16:33:43 hjs 1.7.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [200db13076796890fc2e0d6b478728ab9f30efe2]

        INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 16:48:39 hjs 1.7.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [00d2ea9ccd453e8a3301d050ffc33dba9c58d9c2]

        INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/05/21 16:56:55 hjs 1.7.40.1: #i8252# fixed makefile

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3d7a6b6073183b0baf6823f5de619fea4aca3b23]

        INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 14:38:42 hjs 1.7.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [66e1f42b38241f42cbce64aee58e65846b891bfc]

        INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 17:12:19 hjs 1.7.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1ef575b5f82524f202c4adbf8d28470a4d1e14b]

        INTEGRATION: CWS mergebuild (1.75.96); FILE MERGED 2004/05/21 13:18:38 hjs 1.75.96.5: #i8252# fix resync problems 2004/05/18 16:43:16 hjs 1.75.96.4: RESYNC: (1.76-1.78); FILE MERGED 2004/04/20 18:46:01 hjs 1.75.96.3: RESYNC: (1.75-1.76); FILE MERGED 2003/11/11 19:24:47 ihi 1.75.96.2: en -> en-US 2003/11/10 17:58:44 ihi 1.75.96.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [90a6d1b9c8db916f970e6c85a784e4121548143e]

        INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 14:25:26 hjs 1.7.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d07b0094926a8113bfd40d5fb82937422c2e5a97]

        INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED 2004/04/22 16:10:32 hjs 1.7.40.1: #i8252# missing libarary

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [045a839ab4da9df04d73eb0929a52b133c4f9e05]

        INTEGRATION: CWS mergebuild (1.37.16); FILE MERGED 2004/04/22 13:34:04 hjs 1.37.16.4: #i8252# fix unmerge results 2004/04/20 16:27:32 hjs 1.37.16.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/11 19:18:20 ihi 1.37.16.2: en -> en-US 2003/11/10 16:45:48 ihi 1.37.16.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [be1466482b1845b08bd12a8aed5e8bbd2e623b71]

        INTEGRATION: CWS mergebuild (1.22.26); FILE MERGED 2004/04/20 16:27:12 hjs 1.22.26.2: RESYNC: (1.22-1.23); FILE MERGED 2004/01/29 14:38:35 hjs 1.22.26.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a0845e8561084942b3777df9c990ef2c31d87296]

        INTEGRATION: CWS mergebuild (1.42.16); FILE MERGED 2004/04/28 18:57:36 hjs 1.42.16.5: #i8252# fix unmerge probs 2004/04/20 16:27:25 hjs 1.42.16.4: RESYNC: (1.42-1.43); FILE MERGED 2004/02/20 18:37:54 ihi 1.42.16.3: Merge-While-Build update 2003/11/11 19:18:20 ihi 1.42.16.2: en -> en-US 2003/11/10 16:45:47 ihi 1.42.16.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b3f18637117077379321df30cbf13f397b316813]

        INTEGRATION: CWS mergebuild (1.3.116); FILE MERGED 2004/01/29 14:38:32 hjs 1.3.116.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [70edcad9f77894772c8cd80ce6d348e19030f0a1]

        INTEGRATION: CWS mergebuild (1.16.16); FILE MERGED 2004/04/20 16:27:04 hjs 1.16.16.3: RESYNC: (1.16-1.17); FILE MERGED 2003/11/11 19:18:18 ihi 1.16.16.2: en -> en-US 2003/11/10 16:45:46 ihi 1.16.16.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fbd1ed7fa7cfa1863ddbecb1b7def03779f0f5e5]

        INTEGRATION: CWS mergebuild (1.10.94); FILE MERGED 2004/01/29 14:38:25 hjs 1.10.94.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [17b89df530912b8ded028683496854ec19a01b15]

        INTEGRATION: CWS mergebuild (1.14.16); FILE MERGED 2004/04/20 16:26:47 hjs 1.14.16.3: RESYNC: (1.14-1.15); FILE MERGED 2003/11/11 19:18:16 ihi 1.14.16.2: en -> en-US 2003/11/10 16:45:43 ihi 1.14.16.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [97f0f227637ef2b59871cb1d44cab43402df6de5]

        INTEGRATION: CWS mergebuild (1.3.116); FILE MERGED 2004/01/29 14:38:22 hjs 1.3.116.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0f76b6a02a89904ccfc5ebfebb89911d9191c63a]

        INTEGRATION: CWS mergebuild (1.19.16); FILE MERGED 2004/04/20 16:26:40 hjs 1.19.16.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/11 19:18:15 ihi 1.19.16.2: en -> en-US 2003/11/10 16:45:42 ihi 1.19.16.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5a6c7cb7d7defb0a409abcc316e95218b9a0cea]

        INTEGRATION: CWS mergebuild (1.2.158); FILE MERGED 2004/06/02 13:53:29 hjs 1.2.158.3: RESYNC: (1.4-1.5); FILE MERGED 2004/05/18 16:25:32 hjs 1.2.158.2: RESYNC: (1.2-1.4); FILE MERGED 2004/04/27 16:32:36 hjs 1.2.158.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb55eb5a4f38211f5cdf99c956403f71d51f6ed7]

        INTEGRATION: CWS mergebuild (1.4.110); FILE MERGED 2004/01/29 14:38:19 hjs 1.4.110.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [caa742d77b88ce9d11c1d0e3b8b63fcbb11e677e]

        INTEGRATION: CWS mergebuild (1.15.16); FILE MERGED 2004/04/20 16:26:33 hjs 1.15.16.3: RESYNC: (1.15-1.16); FILE MERGED 2003/11/11 19:18:14 ihi 1.15.16.2: en -> en-US 2003/11/10 16:45:41 ihi 1.15.16.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e54442cfa8ccf83ed6587949a35ee4ac54bf4e3e]

        INTEGRATION: CWS mergebuild (1.8.94); FILE MERGED 2004/04/20 16:26:25 hjs 1.8.94.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/29 14:38:16 hjs 1.8.94.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ae49100039409f237c8c585fb250977179076b8a]

        INTEGRATION: CWS mergebuild (1.14.16); FILE MERGED 2004/04/20 16:26:14 hjs 1.14.16.3: RESYNC: (1.14-1.15); FILE MERGED 2003/11/11 19:18:12 ihi 1.14.16.2: en -> en-US 2003/11/10 16:45:39 ihi 1.14.16.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [70676a3617625b7277bab9afe21b4652085b6549]

        INTEGRATION: CWS mergebuild (1.3.116); FILE MERGED 2004/01/29 14:38:13 hjs 1.3.116.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6117e8993490ae8ce60722dd943adcdcb2765304]

        INTEGRATION: CWS mergebuild (1.25.16); FILE MERGED 2004/04/20 16:26:06 hjs 1.25.16.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:18:10 ihi 1.25.16.2: en -> en-US 2003/11/10 16:45:39 ihi 1.25.16.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2fc169da5a0a132887138d402b181abe592b521f]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/05/26 10:29:24 hjs 1.1.2.1: #i8252# switch to ULF format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7315347f4fe27a7bfab69069d369ef32c5b4c18e]

        INTEGRATION: CWS mergebuild (1.2.22); FILE MERGED 2004/05/26 10:29:23 hjs 1.2.22.1: #i8252# switch to ULF format

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1c4cda144c55204246821bd17f6e2c21edaadce4]

        INTEGRATION: CWS mergebuild (1.4.10); FILE MERGED 2003/12/02 17:28:51 hjs 1.4.10.1: #i8252# change LanguageSelect to use isocodes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d62b511dd817eb597b7545e1995d3ea14ac902d8]

        INTEGRATION: CWS mergebuild (1.6.10); FILE MERGED 2004/06/09 14:50:36 hjs 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2003/12/02 17:28:50 hjs 1.6.10.1: #i8252# change LanguageSelect to use isocodes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [017baed124ad1f6646bff0d0f635962413a94282]

        INTEGRATION: CWS mergebuild (1.4.10); FILE MERGED 2003/12/02 17:28:49 hjs 1.4.10.1: #i8252# change LanguageSelect to use isocodes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [302833c798b5e05d00b3e514bf9a570bb59f11d2]

        INTEGRATION: CWS mergebuild (1.2.4); FILE MERGED 2004/05/28 17:44:52 hjs 1.2.4.3: RESYNC: (1.4-1.6); FILE MERGED 2004/04/21 07:02:34 hjs 1.2.4.2: RESYNC: (1.2-1.4); FILE MERGED 2003/12/02 17:28:48 hjs 1.2.4.1: #i8252# change LanguageSelect to use isocodes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ad4d9870ba361c44fa55e298f7a3fd3f78f8403]

        INTEGRATION: CWS mergebuild (1.2.4); FILE MERGED 2004/05/28 17:44:42 hjs 1.2.4.4: RESYNC: (1.5-1.7); FILE MERGED 2004/05/18 17:44:19 hjs 1.2.4.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/21 07:02:22 hjs 1.2.4.2: RESYNC: (1.2-1.4); FILE MERGED 2003/12/02 17:28:48 hjs 1.2.4.1: #i8252# change LanguageSelect to use isocodes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1871560b930bb84e7ed68aade52a569e26946b9d]

        INTEGRATION: CWS mergebuild (1.2.4); FILE MERGED 2004/05/21 16:55:45 hjs 1.2.4.4: #i8252# switch to Locale 2004/04/21 07:00:26 hjs 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/01/29 15:41:45 hjs 1.2.4.2: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale 2003/12/02 17:28:47 hjs 1.2.4.1: #i8252# change LanguageSelect to use isocodes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bda5788d8f5004c1932bda264a94153985e0e970]

        INTEGRATION: CWS mergebuild (1.2.4); FILE MERGED 2004/05/21 16:55:45 hjs 1.2.4.5: #i8252# switch to Locale 2004/04/21 06:59:59 hjs 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2004/03/03 10:57:35 hjs 1.2.4.3: #i8252# replacement of LanguageType 2004/01/29 15:41:42 hjs 1.2.4.2: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale 2003/12/02 17:28:47 hjs 1.2.4.1: #i8252# change LanguageSelect to use isocodes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d735ce1c1b0fe2134a3b9e8df7a9fbfdd299d212]

        INTEGRATION: CWS mergebuild (1.25.178); FILE MERGED 2004/06/02 13:54:11 hjs 1.25.178.5: RESYNC: (1.31-1.32); FILE MERGED 2004/06/01 16:14:46 hjs 1.25.178.4: RESYNC: (1.30-1.31); FILE MERGED 2004/05/18 17:22:47 hjs 1.25.178.3: RESYNC: (1.28-1.30); FILE MERGED 2004/04/20 19:06:23 hjs 1.25.178.2: RESYNC: (1.25-1.28); FILE MERGED 2003/10/20 13:59:17 hjs 1.25.178.1: #111260# find delivered srs files

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0fe67e59374c0873261d40d2f09ddad58596238e]

        INTEGRATION: CWS mergebuild (1.2.90); FILE MERGED 2004/05/21 10:58:52 hjs 1.2.90.1: #i8252# fix resync problems

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [47dce8d7f4ede1de986d803f77e55fa3c204b41c]

        INTEGRATION: CWS mergebuild (1.40.94); FILE MERGED 2004/04/20 19:01:22 hjs 1.40.94.3: RESYNC: (1.40-1.41); FILE MERGED 2003/11/11 19:25:00 ihi 1.40.94.2: en -> en-US 2003/11/10 17:58:57 ihi 1.40.94.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [09d11ef65b709379c0ab738bc31094b1214183e1]

        INTEGRATION: CWS mergebuild (1.36.94); FILE MERGED 2004/06/01 16:14:14 hjs 1.36.94.4: RESYNC: (1.37-1.38); FILE MERGED 2004/04/20 19:01:13 hjs 1.36.94.3: RESYNC: (1.36-1.37); FILE MERGED 2003/11/11 19:25:00 ihi 1.36.94.2: en -> en-US 2003/11/10 17:58:57 ihi 1.36.94.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2b6e938e348986bc701eeb12829848395d38d32e]

        INTEGRATION: CWS mergebuild (1.21.98); FILE MERGED 2004/06/01 16:13:43 hjs 1.21.98.4: RESYNC: (1.22-1.23); FILE MERGED 2004/04/20 19:00:39 hjs 1.21.98.3: RESYNC: (1.21-1.22); FILE MERGED 2003/11/11 19:25:00 ihi 1.21.98.2: en -> en-US 2003/11/10 17:58:57 ihi 1.21.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eaa52227b1b9e70ef06cd3b0bbc3fe5ceb5e3eb0]

        INTEGRATION: CWS mergebuild (1.18.98); FILE MERGED 2004/04/20 19:00:12 hjs 1.18.98.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/11 19:24:59 ihi 1.18.98.2: en -> en-US 2003/11/10 17:58:56 ihi 1.18.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [07d9740ff9c3fa55b38da07885bc1bc64f183060]

        INTEGRATION: CWS mergebuild (1.2.90); FILE MERGED 2004/05/21 13:18:39 hjs 1.2.90.1: #i8252# fix resync problems

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d067e5a79a68be27fb6a28293c325164957bf84d]

        INTEGRATION: CWS mergebuild (1.15.98); FILE MERGED 2004/04/20 18:59:55 hjs 1.15.98.3: RESYNC: (1.15-1.16); FILE MERGED 2003/11/11 19:24:59 ihi 1.15.98.2: en -> en-US 2003/11/10 17:58:56 ihi 1.15.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1704eeaba7ea69f929a773c5f76cfdd5b323ae1]

        INTEGRATION: CWS mergebuild (1.18.98); FILE MERGED 2004/04/20 18:59:47 hjs 1.18.98.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/11 19:24:58 ihi 1.18.98.2: en -> en-US 2003/11/10 17:58:55 ihi 1.18.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9ea8a48f342fa5081e2fb638a26f10272f8cb149]

        INTEGRATION: CWS mergebuild (1.77.14); FILE MERGED 2004/05/21 10:55:45 hjs 1.77.14.6: #i8252# fix resync problems 2004/05/18 16:52:00 hjs 1.77.14.5: RESYNC: (1.78-1.80); FILE MERGED 2004/04/20 18:57:30 hjs 1.77.14.4: RESYNC: (1.77-1.78); FILE MERGED 2004/02/23 11:43:36 ihi 1.77.14.3: Merge-While-Build update 2003/11/11 19:24:54 ihi 1.77.14.2: en -> en-US 2003/11/10 17:58:51 ihi 1.77.14.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [91c8304e364afdd8f61a6d6452dee48d3f14aacd]

        INTEGRATION: CWS mergebuild (1.17.44); FILE MERGED 2004/05/18 16:48:40 hjs 1.17.44.3: RESYNC: (1.18-1.19); FILE MERGED 2004/04/20 18:50:28 hjs 1.17.44.2: RESYNC: (1.17-1.18); FILE MERGED 2004/01/29 15:29:10 hjs 1.17.44.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1a536f63ebe274d1c046f0a4e342552af7191b65]

        INTEGRATION: CWS mergebuild (1.22.98); FILE MERGED 2004/04/20 18:48:14 hjs 1.22.98.4: RESYNC: (1.22-1.23); FILE MERGED 2004/02/23 11:43:36 ihi 1.22.98.3: Merge-While-Build update 2003/11/11 19:24:54 ihi 1.22.98.2: en -> en-US 2003/11/10 17:58:50 ihi 1.22.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b316a42fc5d0f41742c912bf5b1d0fa7f09c7b83]

        INTEGRATION: CWS mergebuild (1.3.158); FILE MERGED 2004/06/01 16:11:37 hjs 1.3.158.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/04 16:26:06 hjs 1.3.158.1: #i8252# get remote srs from common

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [20536be3bf034376b9db4af08ec8d8994d0cc9b8]

        INTEGRATION: CWS mergebuild (1.3.54); FILE MERGED 2004/06/01 16:11:28 hjs 1.3.54.3: RESYNC: (1.5-1.6); FILE MERGED 2004/05/18 16:46:56 hjs 1.3.54.2: RESYNC: (1.3-1.5); FILE MERGED 2004/04/28 17:41:26 hjs 1.3.54.1: #i8252# unmerge

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [701b7958e3d067fe91ecc5356d6d5c96501e27dd]

        INTEGRATION: CWS mergebuild (1.13.98); FILE MERGED 2004/04/20 18:48:06 hjs 1.13.98.3: RESYNC: (1.13-1.14); FILE MERGED 2003/11/11 19:24:53 ihi 1.13.98.2: en -> en-US 2003/11/10 17:58:50 ihi 1.13.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd9c5d96b2e077dbbee1c0cf3111e1b72d1a116d]

        INTEGRATION: CWS mergebuild (1.28.98); FILE MERGED 2004/04/20 18:47:34 hjs 1.28.98.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:24:50 ihi 1.28.98.2: en -> en-US 2003/11/10 17:58:47 ihi 1.28.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [02f38273d37cf6b884e17937f02797f49ec7e7a7]

        INTEGRATION: CWS mergebuild (1.64.96); FILE MERGED 2004/05/18 16:43:35 hjs 1.64.96.6: RESYNC: (1.65-1.66); FILE MERGED 2004/04/28 17:40:31 hjs 1.64.96.5: #i8252# fix unmerge probs 2004/04/20 18:47:17 hjs 1.64.96.4: RESYNC: (1.64-1.65); FILE MERGED 2004/02/23 11:43:35 ihi 1.64.96.3: Merge-While-Build update 2003/11/11 19:24:49 ihi 1.64.96.2: en -> en-US 2003/11/10 17:58:46 ihi 1.64.96.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1a94b8bbc5e3310651ce98c0249b22666ae1e860]

        INTEGRATION: CWS mergebuild (1.25.96); FILE MERGED 2004/05/21 13:18:38 hjs 1.25.96.5: #i8252# fix resync problems 2004/05/18 16:43:25 hjs 1.25.96.4: RESYNC: (1.26-1.27); FILE MERGED 2004/04/20 18:46:56 hjs 1.25.96.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:24:49 ihi 1.25.96.2: en -> en-US 2003/11/10 17:58:46 ihi 1.25.96.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [12f52456c387797214744a7982a9a77adedc588e]

        INTEGRATION: CWS mergebuild (1.40.98); FILE MERGED 2004/04/20 18:46:37 hjs 1.40.98.3: RESYNC: (1.40-1.41); FILE MERGED 2003/11/11 19:24:48 ihi 1.40.98.2: en -> en-US 2003/11/10 17:58:45 ihi 1.40.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6344479f9bbfcf356c46be496117a754c926bc2e]

        INTEGRATION: CWS mergebuild (1.33.98); FILE MERGED 2004/04/20 18:46:19 hjs 1.33.98.3: RESYNC: (1.33-1.34); FILE MERGED 2003/11/11 19:24:48 ihi 1.33.98.2: en -> en-US 2003/11/10 17:58:45 ihi 1.33.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f39b97b78f7ede04d5b8f7a157f582d26e40efc6]

        INTEGRATION: CWS mergebuild (1.50.98); FILE MERGED 2004/04/20 18:45:41 hjs 1.50.98.3: RESYNC: (1.50-1.51); FILE MERGED 2003/11/11 19:24:47 ihi 1.50.98.2: en -> en-US 2003/11/10 17:58:44 ihi 1.50.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3e81095e6868a3247d2dff77686e33be8d26b20]

        INTEGRATION: CWS mergebuild (1.47.98); FILE MERGED 2004/04/20 18:45:33 hjs 1.47.98.3: RESYNC: (1.47-1.48); FILE MERGED 2003/11/11 19:24:46 ihi 1.47.98.2: en -> en-US 2003/11/10 17:58:43 ihi 1.47.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd8aa93925cb05414f5a45e3641b77f252d38c80]

        INTEGRATION: CWS mergebuild (1.23.98); FILE MERGED 2004/04/20 18:44:59 hjs 1.23.98.4: RESYNC: (1.24-1.25); FILE MERGED 2003/11/19 13:57:56 hjs 1.23.98.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:24:45 ihi 1.23.98.2: en -> en-US 2003/11/10 17:58:42 ihi 1.23.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8412983c2029da3a79d9a548074e1f68e713214d]

        INTEGRATION: CWS mergebuild (1.10.98); FILE MERGED 2004/04/20 18:44:39 hjs 1.10.98.3: RESYNC: (1.10-1.11); FILE MERGED 2003/11/11 19:24:45 ihi 1.10.98.2: en -> en-US 2003/11/10 17:58:42 ihi 1.10.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [859fabdd8f4e91ab081054b8e424aeeecf040cd3]

        INTEGRATION: CWS mergebuild (1.34.98); FILE MERGED 2004/04/20 18:44:21 hjs 1.34.98.3: RESYNC: (1.34-1.35); FILE MERGED 2003/11/11 19:24:45 ihi 1.34.98.2: en -> en-US 2003/11/10 17:58:41 ihi 1.34.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc003a86de14014776a13ffc1732f404729eac32]

        INTEGRATION: CWS mergebuild (1.42.98); FILE MERGED 2004/04/20 18:44:02 hjs 1.42.98.3: RESYNC: (1.42-1.43); FILE MERGED 2003/11/11 19:24:44 ihi 1.42.98.2: en -> en-US 2003/11/10 17:58:41 ihi 1.42.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4722f5ebb9727c7640ccf6ff4ccc2197ad1a02bd]

        INTEGRATION: CWS mergebuild (1.27.98); FILE MERGED 2004/04/20 18:43:42 hjs 1.27.98.3: RESYNC: (1.27-1.28); FILE MERGED 2003/11/11 19:24:44 ihi 1.27.98.2: en -> en-US 2003/11/10 17:58:40 ihi 1.27.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f9bcf06c7914cc044b0aaf5898b5388f3f5b0861]

        INTEGRATION: CWS mergebuild (1.32.98); FILE MERGED 2004/04/20 18:43:25 hjs 1.32.98.3: RESYNC: (1.32-1.33); FILE MERGED 2003/11/11 19:24:44 ihi 1.32.98.2: en -> en-US 2003/11/10 17:58:40 ihi 1.32.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fd40e01768499c28f4dfd65bbc0a2d4a8d7b788e]

        INTEGRATION: CWS mergebuild (1.71.98); FILE MERGED 2004/05/18 16:40:41 hjs 1.71.98.5: RESYNC: (1.73-1.74); FILE MERGED 2004/04/20 18:37:32 hjs 1.71.98.4: RESYNC: (1.71-1.73); FILE MERGED 2004/02/23 11:43:33 ihi 1.71.98.3: Merge-While-Build update 2003/11/11 19:24:41 ihi 1.71.98.2: en -> en-US 2003/11/10 17:58:38 ihi 1.71.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [77e887dab564295fc2506c3085b08e243bec459d]

        INTEGRATION: CWS mergebuild (1.45.98); FILE MERGED 2004/04/20 18:37:11 hjs 1.45.98.3: RESYNC: (1.45-1.46); FILE MERGED 2003/11/11 19:24:41 ihi 1.45.98.2: en -> en-US 2003/11/10 17:58:37 ihi 1.45.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a9f97323744587c99f6fcd2e694ba24aca6f18fd]

        INTEGRATION: CWS mergebuild (1.2.158); FILE MERGED 2004/06/01 16:10:14 hjs 1.2.158.3: RESYNC: (1.3-1.4); FILE MERGED 2004/05/18 16:39:48 hjs 1.2.158.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/27 16:46:58 hjs 1.2.158.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bef124dde63809e1ed0e1d1863b6339334627a38]

        INTEGRATION: CWS mergebuild (1.2.158); FILE MERGED 2004/06/01 16:09:44 hjs 1.2.158.3: RESYNC: (1.3-1.4); FILE MERGED 2004/05/18 16:39:40 hjs 1.2.158.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/27 16:46:58 hjs 1.2.158.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ec93e7b819d1c8b0ac7e1262f95dd66e0c51313]

        INTEGRATION: CWS mergebuild (1.50.98); FILE MERGED 2004/05/21 10:57:49 hjs 1.50.98.6: #i8252# fix resync problems 2004/05/18 16:35:16 hjs 1.50.98.5: RESYNC: (1.51-1.52); FILE MERGED 2004/04/20 18:31:29 hjs 1.50.98.4: RESYNC: (1.50-1.51); FILE MERGED 2004/02/23 11:43:32 ihi 1.50.98.3: Merge-While-Build update 2003/11/11 19:24:40 ihi 1.50.98.2: en -> en-US 2003/11/10 17:58:36 ihi 1.50.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [32810fdeb6ca5692133e057c0ddb115053de5690]

        INTEGRATION: CWS mergebuild (1.13.222); FILE MERGED 2004/05/18 16:35:06 hjs 1.13.222.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/29 15:29:01 hjs 1.13.222.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e6a4cfc551f09a4d26b5d395b0adf357d580ea1]

        INTEGRATION: CWS mergebuild (1.24.404); FILE MERGED 2004/05/18 16:34:58 hjs 1.24.404.2: RESYNC: (1.24-1.25); FILE MERGED 2004/01/29 15:28:56 hjs 1.24.404.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1816e07e1d7e66cf7e86515f9cf34534c0431e27]

        INTEGRATION: CWS mergebuild (1.68.98); FILE MERGED 2004/04/20 18:30:37 hjs 1.68.98.4: RESYNC: (1.68-1.69); FILE MERGED 2004/02/23 11:43:31 ihi 1.68.98.3: Merge-While-Build update 2003/11/11 19:24:39 ihi 1.68.98.2: en -> en-US 2003/11/10 17:58:36 ihi 1.68.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f50bb692ff06fb3eeef24f6fb874e0c05839579f]

        INTEGRATION: CWS mergebuild (1.22.98); FILE MERGED 2004/05/18 16:34:29 hjs 1.22.98.6: RESYNC: (1.24-1.25); FILE MERGED 2004/04/28 17:39:46 hjs 1.22.98.5: #i8252# fix unmerge probs 2004/04/20 18:29:03 hjs 1.22.98.4: RESYNC: (1.22-1.24); FILE MERGED 2004/02/23 11:43:30 ihi 1.22.98.3: Merge-While-Build update 2003/11/11 19:24:37 ihi 1.22.98.2: en -> en-US 2003/11/10 17:58:34 ihi 1.22.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f467d479dddaa144054a89d2ebd18430d4309c92]

        INTEGRATION: CWS mergebuild (1.2.4); FILE MERGED 2004/05/21 13:18:37 hjs 1.2.4.1: #i8252# fix resync problems

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [07a40876d5cee6a5065293fee204c3b1fcf892cc]

        INTEGRATION: CWS mergebuild (1.55.92); FILE MERGED 2004/05/21 13:18:36 hjs 1.55.92.6: #i8252# fix resync problems 2004/05/18 16:32:20 hjs 1.55.92.5: RESYNC: (1.58-1.60); FILE MERGED 2004/04/20 18:27:19 hjs 1.55.92.4: RESYNC: (1.55-1.58); FILE MERGED 2004/02/23 11:43:29 ihi 1.55.92.3: Merge-While-Build update 2003/11/11 19:24:36 ihi 1.55.92.2: en -> en-US 2003/11/10 17:58:32 ihi 1.55.92.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aa1f9f9d00c152d01a5c3eb48abba3402851859c]

        INTEGRATION: CWS mergebuild (1.50.98); FILE MERGED 2004/04/20 18:26:28 hjs 1.50.98.3: RESYNC: (1.50-1.51); FILE MERGED 2003/11/11 19:24:35 ihi 1.50.98.2: en -> en-US 2003/11/10 17:58:32 ihi 1.50.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [97d3848edc13e6414bafc6ff850fb095cdd7dad0]

        INTEGRATION: CWS mergebuild (1.33.98); FILE MERGED 2004/06/01 16:04:27 hjs 1.33.98.7: RESYNC: (1.38-1.39); FILE MERGED 2004/05/21 13:18:36 hjs 1.33.98.6: #i8252# fix resync problems 2004/05/18 16:30:46 hjs 1.33.98.5: RESYNC: (1.36-1.38); FILE MERGED 2004/04/28 17:39:46 hjs 1.33.98.4: #i8252# fix unmerge probs 2004/04/20 18:25:12 hjs 1.33.98.3: RESYNC: (1.33-1.36); FILE MERGED 2003/11/11 19:24:35 ihi 1.33.98.2: en -> en-US 2003/11/10 17:58:31 ihi 1.33.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b822be64bb1d6a00bb9d5aa841f9d25cbdc3a3e]

        INTEGRATION: CWS mergebuild (1.6.98); FILE MERGED 2004/04/20 18:24:20 hjs 1.6.98.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:24:35 ihi 1.6.98.2: en -> en-US 2003/11/10 17:58:31 ihi 1.6.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a505f7625179d1fe2df0b213e901c9071d3fc417]

        INTEGRATION: CWS mergebuild (1.21.98); FILE MERGED 2004/04/20 18:23:50 hjs 1.21.98.3: RESYNC: (1.21-1.22); FILE MERGED 2003/11/11 19:24:34 ihi 1.21.98.2: en -> en-US 2003/11/10 17:58:30 ihi 1.21.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3df2825a0fa2b871cab2e244d88a549a766db246]

        INTEGRATION: CWS mergebuild (1.26.98); FILE MERGED 2004/04/20 18:23:21 hjs 1.26.98.3: RESYNC: (1.26-1.27); FILE MERGED 2003/11/11 19:24:33 ihi 1.26.98.2: en -> en-US 2003/11/10 17:58:30 ihi 1.26.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6389ba492bc84d72f7ff86e3d1de2b27b6a4c338]

        INTEGRATION: CWS mergebuild (1.26.98); FILE MERGED 2004/04/20 18:21:55 hjs 1.26.98.3: RESYNC: (1.26-1.27); FILE MERGED 2003/11/11 19:24:32 ihi 1.26.98.2: en -> en-US 2003/11/10 17:58:29 ihi 1.26.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3583b07e34167f9f07659b49af0142ad2bf0662d]

        INTEGRATION: CWS mergebuild (1.55.98); FILE MERGED 2004/04/20 18:19:57 hjs 1.55.98.4: RESYNC: (1.55-1.56); FILE MERGED 2004/02/23 11:43:28 ihi 1.55.98.3: Merge-While-Build update 2003/11/11 19:24:32 ihi 1.55.98.2: en -> en-US 2003/11/10 17:58:28 ihi 1.55.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [848c3d704f1c9d0ced6846bf8f3ca9d079c91d52]

        INTEGRATION: CWS mergebuild (1.20.410); FILE MERGED 2004/04/20 18:17:18 hjs 1.20.410.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/29 15:28:52 hjs 1.20.410.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6dfcbf9261cc00fc9761dbb91768e9981c729f04]

        INTEGRATION: CWS mergebuild (1.40.98); FILE MERGED 2004/05/18 16:26:35 hjs 1.40.98.4: RESYNC: (1.41-1.42); FILE MERGED 2004/04/20 18:16:30 hjs 1.40.98.3: RESYNC: (1.40-1.41); FILE MERGED 2003/11/11 19:24:31 ihi 1.40.98.2: en -> en-US 2003/11/10 17:58:27 ihi 1.40.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c9efef07ae42eb7f00517df99afe10d3e4a375b6]

        INTEGRATION: CWS mergebuild (1.22.98); FILE MERGED 2004/04/27 16:32:39 hjs 1.22.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 18:15:46 hjs 1.22.98.3: RESYNC: (1.22-1.23); FILE MERGED 2004/02/23 11:43:27 ihi 1.22.98.2: Merge-While-Build update 2003/11/10 17:58:15 ihi 1.22.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3086aa00b0f04fb251e1b58a51a7bbe00571055e]

        INTEGRATION: CWS mergebuild (1.38.94); FILE MERGED 2004/05/18 16:25:40 hjs 1.38.94.3: RESYNC: (1.39-1.40); FILE MERGED 2004/04/20 18:15:18 hjs 1.38.94.2: RESYNC: (1.38-1.39); FILE MERGED 2003/11/10 17:58:14 ihi 1.38.94.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5bb2ea68889ba356eb36370db906515fbf1b2738]

        INTEGRATION: CWS mergebuild (1.48.98); FILE MERGED 2004/04/20 18:14:24 hjs 1.48.98.2: RESYNC: (1.48-1.49); FILE MERGED 2003/11/10 17:58:14 ihi 1.48.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eb2661fdb826f4a7570797fdd3208222f2d6fab1]

        INTEGRATION: CWS mergebuild (1.16.98); FILE MERGED 2004/04/20 18:12:09 hjs 1.16.98.2: RESYNC: (1.16-1.17); FILE MERGED 2003/11/10 17:58:13 ihi 1.16.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3eab0a2258e92b3bf0a173a6909283d420626d67]

        INTEGRATION: CWS mergebuild (1.24.98); FILE MERGED 2004/05/21 13:18:35 hjs 1.24.98.4: #i8252# fix resync problems 2004/05/18 16:24:44 hjs 1.24.98.3: RESYNC: (1.25-1.26); FILE MERGED 2004/04/20 18:11:58 hjs 1.24.98.2: RESYNC: (1.24-1.25); FILE MERGED 2003/11/10 17:58:13 ihi 1.24.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0e55a906d60f10c6005061001ed5456faa255d54]

        INTEGRATION: CWS mergebuild (1.30.98); FILE MERGED 2004/05/18 16:24:00 hjs 1.30.98.5: RESYNC: (1.31-1.32); FILE MERGED 2004/04/27 16:32:35 hjs 1.30.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 18:11:50 hjs 1.30.98.3: RESYNC: (1.30-1.31); FILE MERGED 2004/02/23 11:43:26 ihi 1.30.98.2: Merge-While-Build update 2003/11/10 17:58:13 ihi 1.30.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b57dd94ac7b8303b814bb190557de18f5216f18f]

        INTEGRATION: CWS mergebuild (1.24.38); FILE MERGED 2004/04/27 16:32:35 hjs 1.24.38.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 18:11:33 hjs 1.24.38.3: RESYNC: (1.24-1.25); FILE MERGED 2004/02/23 11:43:25 ihi 1.24.38.2: Merge-While-Build update 2003/11/10 17:58:12 ihi 1.24.38.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1a3c5e9c56466652c78fcf660f9f287183c0c7db]

        INTEGRATION: CWS mergebuild (1.23.98); FILE MERGED 2004/04/20 18:11:25 hjs 1.23.98.3: RESYNC: (1.23-1.24); FILE MERGED 2004/02/23 11:43:25 ihi 1.23.98.2: Merge-While-Build update 2003/11/10 17:58:12 ihi 1.23.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7cf2360ad82d7eafafe6d0c639491559885918cd]

        INTEGRATION: CWS mergebuild (1.33.98); FILE MERGED 2004/04/27 16:32:34 hjs 1.33.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 18:11:16 hjs 1.33.98.3: RESYNC: (1.33-1.34); FILE MERGED 2004/02/23 11:43:24 ihi 1.33.98.2: Merge-While-Build update 2003/11/10 17:58:11 ihi 1.33.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4030894af771568641844d12c144c27d8b3688e1]

        INTEGRATION: CWS mergebuild (1.56.98); FILE MERGED 2004/04/27 16:32:33 hjs 1.56.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 18:10:55 hjs 1.56.98.3: RESYNC: (1.56-1.57); FILE MERGED 2004/02/23 11:43:23 ihi 1.56.98.2: Merge-While-Build update 2003/11/10 17:58:10 ihi 1.56.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [751be5e3adba3b74f9230928ad3d69780b4d3e0d]

        INTEGRATION: CWS mergebuild (1.45.98); FILE MERGED 2004/04/20 18:10:07 hjs 1.45.98.2: RESYNC: (1.45-1.46); FILE MERGED 2003/11/10 17:58:10 ihi 1.45.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e55f3e13a4cf30c7435976ca8b5d08bfffd8c65d]

        INTEGRATION: CWS mergebuild (1.3.62); FILE MERGED 2004/05/18 16:19:23 hjs 1.3.62.2: RESYNC: (1.3-1.7); FILE MERGED 2004/04/27 16:32:30 hjs 1.3.62.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [87f6774cabec90b8cce643a0d0ac1758f9c50c55]

        INTEGRATION: CWS mergebuild (1.63.38); FILE MERGED 2004/05/18 16:22:53 hjs 1.63.38.4: RESYNC: (1.65-1.66); FILE MERGED 2004/04/20 18:09:46 hjs 1.63.38.3: RESYNC: (1.63-1.65); FILE MERGED 2004/02/23 11:43:22 ihi 1.63.38.2: Merge-While-Build update 2003/11/10 17:58:09 ihi 1.63.38.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e2eebeca8c03ff1d1f8aecf4cbcc319b1b331c11]

        INTEGRATION: CWS mergebuild (1.2.14); FILE MERGED 2004/06/03 18:22:08 hjs 1.2.14.1: #i8252# resync problems

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8283a2fff227f3ac49bbd00265aabd14dda55277]

        INTEGRATION: CWS mergebuild (1.34.98); FILE MERGED 2004/04/27 16:32:32 hjs 1.34.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 18:08:45 hjs 1.34.98.3: RESYNC: (1.34-1.35); FILE MERGED 2004/02/23 11:43:20 ihi 1.34.98.2: Merge-While-Build update 2003/11/10 17:58:08 ihi 1.34.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [80a85f37369a91524317b8040a6959fb01da1f2a]

        INTEGRATION: CWS mergebuild (1.2.14); FILE MERGED 2004/06/03 18:22:07 hjs 1.2.14.1: #i8252# resync problems

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b7483c76671dbbf6e5f35cd07018cc2493ff7134]

        INTEGRATION: CWS mergebuild (1.15.98); FILE MERGED 2004/04/27 16:32:31 hjs 1.15.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 18:08:10 hjs 1.15.98.3: RESYNC: (1.15-1.17); FILE MERGED 2004/02/23 11:43:20 ihi 1.15.98.2: Merge-While-Build update 2003/11/10 17:58:07 ihi 1.15.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [050dd35c80b291e30ce1fc6da03b3b4a52f77b74]

        INTEGRATION: CWS mergebuild (1.33.98); FILE MERGED 2004/04/20 18:08:02 hjs 1.33.98.2: RESYNC: (1.33-1.34); FILE MERGED 2003/11/10 17:58:07 ihi 1.33.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e6d4412da29f91cbd8562c6ff2453dee220c387c]

        INTEGRATION: CWS mergebuild (1.2.20); FILE MERGED 2004/05/21 13:18:34 hjs 1.2.20.1: #i8252# fix resync problems

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7d55f53eab52d329e2067c42e63b49e3a263e9d]

        INTEGRATION: CWS mergebuild (1.12.98); FILE MERGED 2004/04/20 18:07:42 hjs 1.12.98.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/10 17:58:07 ihi 1.12.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7946a0618abd00938536f109a679277e3407d1a5]

        INTEGRATION: CWS mergebuild (1.20.98); FILE MERGED 2004/04/20 18:07:34 hjs 1.20.98.2: RESYNC: (1.20-1.21); FILE MERGED 2003/11/10 17:58:06 ihi 1.20.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ca6d6ebebe17b7c5dee369ba3f1386b4904d2c91]

        INTEGRATION: CWS mergebuild (1.19.98); FILE MERGED 2004/04/20 18:07:25 hjs 1.19.98.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/10 17:58:06 ihi 1.19.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8460a5d134582f81177d7eba9dfc2d188f4906b4]

        INTEGRATION: CWS mergebuild (1.75.94); FILE MERGED 2004/05/18 16:21:33 hjs 1.75.94.5: RESYNC: (1.76-1.77); FILE MERGED 2004/04/27 16:32:31 hjs 1.75.94.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 18:07:18 hjs 1.75.94.3: RESYNC: (1.75-1.76); FILE MERGED 2004/02/23 11:43:18 ihi 1.75.94.2: Merge-While-Build update 2003/11/10 17:58:05 ihi 1.75.94.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7b5eace78898377658067d6e37882376c446bdd3]

        INTEGRATION: CWS mergebuild (1.60.98); FILE MERGED 2004/04/20 18:06:59 hjs 1.60.98.3: RESYNC: (1.60-1.61); FILE MERGED 2004/02/23 11:43:16 ihi 1.60.98.2: Merge-While-Build update 2003/11/10 17:58:04 ihi 1.60.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0115319060c8bbed49d60170cdbb6ec131aedf9e]

        INTEGRATION: CWS mergebuild (1.2.158); FILE MERGED 2004/04/27 16:32:31 hjs 1.2.158.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fd54253b9169a6b03bbcf3faedffc5fe4cbb48d8]

        INTEGRATION: CWS mergebuild (1.2.2); FILE MERGED 2004/06/03 18:21:30 hjs 1.2.2.1: #i8252# resync problems

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5b99d94843912bf4ef49e47b0c29cc1b922a5bd4]

        INTEGRATION: CWS mergebuild (1.2.158); FILE MERGED 2004/04/27 16:32:30 hjs 1.2.158.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f86a3aeae11c747d30c53646d19eb7456b22d18]

        INTEGRATION: CWS mergebuild (1.2.158); FILE MERGED 2004/04/27 16:32:29 hjs 1.2.158.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a358be3726a0cabd0a8b30a9bc23ccb5112558f0]

        INTEGRATION: CWS mergebuild (1.51.98); FILE MERGED 2004/05/18 16:18:23 hjs 1.51.98.4: RESYNC: (1.52-1.53); FILE MERGED 2004/04/20 17:59:48 hjs 1.51.98.3: RESYNC: (1.51-1.52); FILE MERGED 2004/02/23 11:43:15 ihi 1.51.98.2: Merge-While-Build update 2003/11/10 17:58:04 ihi 1.51.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [13c8510297c25a4e1dbb42bf6029fd1822eacf46]

        INTEGRATION: CWS mergebuild (1.41.98); FILE MERGED 2004/06/01 16:01:09 hjs 1.41.98.3: RESYNC: (1.42-1.43); FILE MERGED 2004/04/20 17:59:29 hjs 1.41.98.2: RESYNC: (1.41-1.42); FILE MERGED 2003/11/10 17:58:03 ihi 1.41.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4c51dbeebd38bedcf730c09277b0f6a4a3ca2592]

        INTEGRATION: CWS mergebuild (1.22.98); FILE MERGED 2004/04/20 17:58:42 hjs 1.22.98.2: RESYNC: (1.22-1.23); FILE MERGED 2003/11/10 17:58:03 ihi 1.22.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [224d58124642cf6d9cbe3f47993507322e66252a]

        INTEGRATION: CWS mergebuild (1.17.30); FILE MERGED 2004/06/02 13:52:07 hjs 1.17.30.6: RESYNC: (1.26-1.27); FILE MERGED 2004/06/01 16:01:00 hjs 1.17.30.5: RESYNC: (1.24-1.26); FILE MERGED 2004/05/18 16:17:34 hjs 1.17.30.4: RESYNC: (1.21-1.24); FILE MERGED 2004/04/20 17:58:03 hjs 1.17.30.3: RESYNC: (1.18-1.21); FILE MERGED 2003/11/19 14:06:22 hjs 1.17.30.2: RESYNC: (1.17-1.18); FILE MERGED 2003/11/10 17:58:03 ihi 1.17.30.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [82bee9f1b67fa1d83067d335e24da41f59fd9928]

        INTEGRATION: CWS mergebuild (1.26.98); FILE MERGED 2004/04/20 17:57:56 hjs 1.26.98.2: RESYNC: (1.26-1.27); FILE MERGED 2003/11/10 17:58:02 ihi 1.26.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f6a3cbefd6dbdf0ea908a6be2ca7d40a40be7e48]

        INTEGRATION: CWS mergebuild (1.22.98); FILE MERGED 2004/04/20 17:57:48 hjs 1.22.98.2: RESYNC: (1.22-1.23); FILE MERGED 2003/11/10 17:58:02 ihi 1.22.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5aaee85bc61747e9880a55f5b3554aca032b416]

        INTEGRATION: CWS mergebuild (1.25.98); FILE MERGED 2004/04/20 17:57:30 hjs 1.25.98.2: RESYNC: (1.25-1.26); FILE MERGED 2003/11/10 17:58:00 ihi 1.25.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [52b4798a52e86b3d3cc1e9ce079ac89aa2416e5c]

        INTEGRATION: CWS mergebuild (1.2.160); FILE MERGED 2004/04/27 16:32:27 hjs 1.2.160.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [244b0362d695d38a57ae6129b31e2ad73cee891d]

        INTEGRATION: CWS mergebuild (1.22.98); FILE MERGED 2004/04/20 17:56:29 hjs 1.22.98.3: RESYNC: (1.22-1.23); FILE MERGED 2004/02/23 11:43:14 ihi 1.22.98.2: Merge-While-Build update 2003/11/10 17:58:00 ihi 1.22.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8319df777fc287cc9890765402cd3af566bed7e3]

        INTEGRATION: CWS mergebuild (1.42.38); FILE MERGED 2004/06/21 12:48:50 ihi 1.42.38.8: #i8252# Removed duplicated de entry 2004/06/01 16:00:51 hjs 1.42.38.7: RESYNC: (1.44-1.45); FILE MERGED 2004/05/21 13:18:33 hjs 1.42.38.6: #i8252# fix resync problems 2004/05/18 16:17:09 hjs 1.42.38.5: RESYNC: (1.43-1.44); FILE MERGED 2004/04/27 16:32:27 hjs 1.42.38.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 17:55:48 hjs 1.42.38.3: RESYNC: (1.42-1.43); FILE MERGED 2004/02/23 11:43:12 ihi 1.42.38.2: Merge-While-Build update 2003/11/10 17:58:00 ihi 1.42.38.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [858f6bd7862b6937fb8387668b0e4e8622f9b272]

        INTEGRATION: CWS mergebuild (1.12.98); FILE MERGED 2004/04/20 17:55:30 hjs 1.12.98.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/10 17:57:59 ihi 1.12.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [16bb53c7da832f636b1827e5bd7a2e74e277b54e]

        INTEGRATION: CWS mergebuild (1.27.98); FILE MERGED 2004/05/18 16:16:41 hjs 1.27.98.3: RESYNC: (1.29-1.30); FILE MERGED 2004/04/20 17:55:13 hjs 1.27.98.2: RESYNC: (1.27-1.29); FILE MERGED 2003/11/10 17:57:59 ihi 1.27.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2772f64f456408756fc6a3c83e79f56b5504af82]

        INTEGRATION: CWS mergebuild (1.2.158); FILE MERGED 2004/05/21 13:18:33 hjs 1.2.158.1: #i8252# fix resync problems

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d6ebe58237b7ee9bd1d182b3a308efe6ff0cb1d4]

        INTEGRATION: CWS mergebuild (1.18.98); FILE MERGED 2004/04/20 17:54:25 hjs 1.18.98.2: RESYNC: (1.18-1.19); FILE MERGED 2003/11/10 17:57:59 ihi 1.18.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [52c93ea4c967e0302392da856c45812f7df94764]

        INTEGRATION: CWS mergebuild (1.65.98); FILE MERGED 2004/05/18 16:16:32 hjs 1.65.98.4: RESYNC: (1.67-1.68); FILE MERGED 2004/04/20 17:54:17 hjs 1.65.98.3: RESYNC: (1.66-1.67); FILE MERGED 2003/11/19 14:05:39 hjs 1.65.98.2: RESYNC: (1.65-1.66); FILE MERGED 2003/11/10 17:57:58 ihi 1.65.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6bb1decd4f20ce5975a6a4d860c414738126f057]

        INTEGRATION: CWS mergebuild (1.20.98); FILE MERGED 2004/04/20 17:53:36 hjs 1.20.98.2: RESYNC: (1.20-1.21); FILE MERGED 2003/11/10 17:57:58 ihi 1.20.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d95f2b5fb6da6ec2542f50111e7040b7c11a3162]

        INTEGRATION: CWS mergebuild (1.44.98); FILE MERGED 2004/04/20 17:52:12 hjs 1.44.98.2: RESYNC: (1.44-1.45); FILE MERGED 2003/11/10 17:57:57 ihi 1.44.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a06c560f39693ca9c763fce4df9762eb1041fd76]

        INTEGRATION: CWS mergebuild (1.7.98); FILE MERGED 2004/05/21 13:18:33 hjs 1.7.98.4: #i8252# fix resync problems 2004/05/18 16:16:13 hjs 1.7.98.3: RESYNC: (1.8-1.9); FILE MERGED 2004/04/20 17:51:48 hjs 1.7.98.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/10 17:57:57 ihi 1.7.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ab206a79bc975a0150498afab883c6a2cd279d3]

        INTEGRATION: CWS mergebuild (1.23.98); FILE MERGED 2004/04/27 16:32:27 hjs 1.23.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 17:51:28 hjs 1.23.98.3: RESYNC: (1.23-1.24); FILE MERGED 2004/02/23 11:43:12 ihi 1.23.98.2: Merge-While-Build update 2003/11/10 17:57:57 ihi 1.23.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5793f85187d243c288e965daf065897acfffd0d2]

        INTEGRATION: CWS mergebuild (1.38.98); FILE MERGED 2004/04/27 16:32:26 hjs 1.38.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 17:51:20 hjs 1.38.98.3: RESYNC: (1.38-1.39); FILE MERGED 2004/02/23 11:43:11 ihi 1.38.98.2: Merge-While-Build update 2003/11/10 17:57:56 ihi 1.38.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [77e08f9ddb50e6dc5c8bc4d1bbe3b0098c4bdbc6]

        INTEGRATION: CWS mergebuild (1.12.98); FILE MERGED 2004/04/20 17:50:51 hjs 1.12.98.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/10 17:57:56 ihi 1.12.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c342e3cbf76b4f6e4a802f653687b61e8185caad]

        INTEGRATION: CWS mergebuild (1.7.98); FILE MERGED 2004/04/20 17:50:44 hjs 1.7.98.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/10 17:57:55 ihi 1.7.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [25457538a34abddfbcf3c3ddd2ef56caebd7c0d8]

        INTEGRATION: CWS mergebuild (1.32.38); FILE MERGED 2004/06/01 16:00:30 hjs 1.32.38.6: RESYNC: (1.33-1.34); FILE MERGED 2004/04/27 16:32:26 hjs 1.32.38.5: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 17:50:36 hjs 1.32.38.4: RESYNC: (1.32-1.33); FILE MERGED 2004/02/23 15:53:50 ihi 1.32.38.3: Merge-While-Build update 2004/02/23 11:43:10 ihi 1.32.38.2: Merge-While-Build update 2003/11/10 17:57:55 ihi 1.32.38.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [45bcbff9e1a7aaf66c8256db1097b5da9482f02e]

        INTEGRATION: CWS mergebuild (1.3.94); FILE MERGED 2004/06/01 15:59:56 hjs 1.3.94.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/27 16:32:26 hjs 1.3.94.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e707763eb7aaade5a194f00475e33ed096a9bba]

        INTEGRATION: CWS mergebuild (1.27.98); FILE MERGED 2004/04/20 17:49:36 hjs 1.27.98.2: RESYNC: (1.27-1.28); FILE MERGED 2003/11/10 17:57:54 ihi 1.27.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [828cb569ec122887ab75925465ef164b1f5862f0]

        INTEGRATION: CWS mergebuild (1.6.98); FILE MERGED 2004/04/20 17:49:19 hjs 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2003/11/10 17:57:54 ihi 1.6.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a292bcf576918ec1c8a497ff1dd0acd13a7fad9a]

        INTEGRATION: CWS mergebuild (1.2.158); FILE MERGED 2004/04/26 16:26:52 hjs 1.2.158.1: #i8252# use Locale to create Resmgr

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [de9f2481670aa5b091b4dd2924f68da0a9becf2b]

        INTEGRATION: CWS mergebuild (1.40.98); FILE MERGED 2004/04/20 17:44:22 hjs 1.40.98.2: RESYNC: (1.40-1.41); FILE MERGED 2003/11/10 17:57:54 ihi 1.40.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [057438d20c0b56f4dcd234bd3120bac2f7ae5bfe]

        INTEGRATION: CWS mergebuild (1.32.38); FILE MERGED 2004/06/01 15:59:19 hjs 1.32.38.4: RESYNC: (1.33-1.34); FILE MERGED 2004/04/27 16:32:25 hjs 1.32.38.3: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 17:43:44 hjs 1.32.38.2: RESYNC: (1.32-1.33); FILE MERGED 2003/11/10 17:57:53 ihi 1.32.38.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fa9cf38e805469c52e09145969da54a889c6b026]

        INTEGRATION: CWS mergebuild (1.2.158); FILE MERGED 2004/04/27 16:32:25 hjs 1.2.158.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [88327254dd6ae8f876fb2af9304a219af4d116f3]

        INTEGRATION: CWS mergebuild (1.27.98); FILE MERGED 2004/04/20 17:42:11 hjs 1.27.98.2: RESYNC: (1.27-1.28); FILE MERGED 2003/11/10 17:57:53 ihi 1.27.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d43a35c634a00f29a756a559a179f71fe79dc6e]

        INTEGRATION: CWS mergebuild (1.6.98); FILE MERGED 2004/05/21 13:18:32 hjs 1.6.98.4: #i8252# fix resync problems 2004/05/18 16:13:43 hjs 1.6.98.3: RESYNC: (1.7-1.8); FILE MERGED 2004/04/20 17:41:33 hjs 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2003/11/10 17:57:52 ihi 1.6.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [257ea84b4046e72df604bc1c5c0e469a9ef1a173]

        INTEGRATION: CWS mergebuild (1.49.98); FILE MERGED 2004/04/20 17:41:21 hjs 1.49.98.2: RESYNC: (1.49-1.50); FILE MERGED 2003/11/10 17:57:52 ihi 1.49.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8943e271b24c8af7c753aa86dff4edf0c90cf80a]

        INTEGRATION: CWS mergebuild (1.67.98); FILE MERGED 2004/04/27 16:32:23 hjs 1.67.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 17:41:00 hjs 1.67.98.3: RESYNC: (1.67-1.69); FILE MERGED 2004/02/23 11:43:09 ihi 1.67.98.2: Merge-While-Build update 2003/11/10 17:57:51 ihi 1.67.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1762b32cb60439b21ec4aff4e15c8c0bea7857a]

        INTEGRATION: CWS mergebuild (1.48.36); FILE MERGED 2004/06/01 15:59:11 hjs 1.48.36.7: RESYNC: (1.52-1.53); FILE MERGED 2004/04/27 16:32:23 hjs 1.48.36.6: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 17:40:29 hjs 1.48.36.5: RESYNC: (1.49-1.51); FILE MERGED 2004/02/23 11:43:07 ihi 1.48.36.4: Merge-While-Build update 2003/11/20 18:40:11 hjs 1.48.36.3: #i8252# removed remains of resync 2003/11/19 14:04:32 hjs 1.48.36.2: RESYNC: (1.48-1.49); FILE MERGED 2003/11/10 17:57:50 ihi 1.48.36.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d8777500fc2895b76453ffdf51e407d0cbe32c78]

        INTEGRATION: CWS mergebuild (1.40.98); FILE MERGED 2004/04/27 16:32:23 hjs 1.40.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 17:39:56 hjs 1.40.98.3: RESYNC: (1.40-1.41); FILE MERGED 2004/02/23 11:43:06 ihi 1.40.98.2: Merge-While-Build update 2003/11/10 17:57:50 ihi 1.40.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [511914500513ecdea9703c309f77ae656223df76]

        INTEGRATION: CWS mergebuild (1.16.98); FILE MERGED 2004/04/20 17:39:49 hjs 1.16.98.2: RESYNC: (1.16-1.17); FILE MERGED 2003/11/10 17:57:49 ihi 1.16.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4ae02de32a3b6b346c591e61de01a4ed87586f38]

        INTEGRATION: CWS mergebuild (1.32.98); FILE MERGED 2004/04/27 16:32:22 hjs 1.32.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 17:39:33 hjs 1.32.98.3: RESYNC: (1.32-1.33); FILE MERGED 2004/02/23 11:43:06 ihi 1.32.98.2: Merge-While-Build update 2003/11/10 17:57:49 ihi 1.32.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [60bd6c02ba19f6d79a02a87cffbce2b82bd28b77]

        INTEGRATION: CWS mergebuild (1.2.158); FILE MERGED 2004/04/27 16:32:21 hjs 1.2.158.1: #i8252# fix unmerge, isonames and no translatable strings

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ac1e68661a4f1290f80a4825279219468c8b504]

        INTEGRATION: CWS mergebuild (1.45.98); FILE MERGED 2004/06/01 15:59:02 hjs 1.45.98.6: RESYNC: (1.47-1.48); FILE MERGED 2004/05/18 16:11:40 hjs 1.45.98.5: RESYNC: (1.46-1.47); FILE MERGED 2004/04/27 16:32:20 hjs 1.45.98.4: #i8252# fix unmerge, isonames and no translatable strings 2004/04/20 17:38:42 hjs 1.45.98.3: RESYNC: (1.45-1.46); FILE MERGED 2004/02/23 11:43:05 ihi 1.45.98.2: Merge-While-Build update 2003/11/10 17:57:49 ihi 1.45.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9cfb5052cae9878203715b7fcfb59baecda454d9]

        INTEGRATION: CWS mergebuild (1.28.98); FILE MERGED 2004/04/20 17:27:56 hjs 1.28.98.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/11 19:24:30 ihi 1.28.98.2: en -> en-US 2003/11/10 17:57:47 ihi 1.28.98.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e85877f5baf985b84d5d1522c5cc589e2c0a6ab9]

        INTEGRATION: CWS mergebuild (1.76.14); FILE MERGED 2004/05/18 16:06:10 hjs 1.76.14.3: RESYNC: (1.81-1.87); FILE MERGED 2004/04/20 17:16:15 hjs 1.76.14.2: RESYNC: (1.76-1.81); FILE MERGED 2003/11/10 17:57:44 ihi 1.76.14.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b26c9a7b2d86fd726320e49c1d239163882f8b0b]

        INTEGRATION: CWS mergebuild (1.7.140); FILE MERGED 2004/05/21 13:18:30 hjs 1.7.140.5: #i8252# fix resync problems 2004/05/18 16:06:01 hjs 1.7.140.4: RESYNC: (1.11-1.12); FILE MERGED 2004/04/20 17:16:07 hjs 1.7.140.3: RESYNC: (1.8-1.11); FILE MERGED 2003/11/19 14:08:08 hjs 1.7.140.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/10 17:57:44 ihi 1.7.140.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bad770427dc36946afd19692dd050accacca3271]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/07 15:50:18 ihi 1.1.2.1: #i8252# Iso Codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c0b2361e7a19181b38bfd52688e865534fbc0a54]

        INTEGRATION: CWS mergebuild (1.1.2); FILE ADDED 2004/06/07 15:49:29 ihi 1.1.2.8: #i8252# Iso Code update 2004/05/21 13:18:29 hjs 1.1.2.7: #i8252# fix resync problems 2004/05/19 16:16:02 ihi 1.1.2.6: unmerge / join from SRC680_m39 2004/03/04 14:31:13 hjs 1.1.2.5: #i8252# fix syntax 2004/03/02 15:50:37 ihi 1.1.2.4: Update Merge-While-Build 2004/02/23 12:56:19 ihi 1.1.2.3: Merge-While-Build update 2003/11/11 19:24:27 ihi 1.1.2.2: en -> en-US 2003/11/10 17:57:42 ihi 1.1.2.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5a1e0164dc9af83406581ec18d6fa7d4778c78cf]

        INTEGRATION: CWS mergebuild (1.9.406); FILE MERGED 2004/05/19 13:39:36 hjs 1.9.406.4: #i8252# set default ACC key 2003/12/16 16:21:01 ihi 1.9.406.3: x-no-translate conversion 2003/11/19 14:16:04 hjs 1.9.406.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/10 17:57:41 ihi 1.9.406.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05f3e349b49f1854ae4e1f3f05ab2001fd8e9c02]

        INTEGRATION: CWS mergebuild (1.10.68); FILE MERGED 2004/06/01 13:25:31 hjs 1.10.68.3: RESYNC: (1.11-1.12); FILE MERGED 2003/11/18 19:11:33 hjs 1.10.68.2: RESYNC: (1.10-1.11); FILE MERGED 2003/10/20 15:32:33 hjs 1.10.68.1: #111260# us SOLARCOMMONRESDDIR to access delivered srs files

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [84f1649d4bd7d447ff5f2caf2265a114971e60ee]

        INTEGRATION: CWS mergebuild (1.45.36); FILE MERGED 2004/04/20 14:21:24 hjs 1.45.36.4: RESYNC: (1.45-1.47); FILE MERGED 2004/02/23 11:39:59 ihi 1.45.36.3: Merge-While-Build update 2003/11/11 19:23:42 ihi 1.45.36.2: en -> en-US 2003/11/10 17:56:15 ihi 1.45.36.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2d4053be844becdde8ca8688250b9936ba9c5242]

        INTEGRATION: CWS mergebuild (1.99.8); FILE MERGED 2004/06/01 13:24:56 hjs 1.99.8.8: RESYNC: (1.101-1.102); FILE MERGED 2004/04/28 18:58:36 hjs 1.99.8.7: #i8252# fix unmerge probs 2004/04/20 14:21:12 hjs 1.99.8.6: RESYNC: (1.100-1.101); FILE MERGED 2004/03/02 15:15:59 ihi 1.99.8.5: Update Merge-While-Build 2004/02/23 11:39:58 ihi 1.99.8.4: Merge-While-Build update 2003/11/18 19:14:45 hjs 1.99.8.3: RESYNC: (1.99-1.100); FILE MERGED 2003/11/11 19:23:41 ihi 1.99.8.2: en -> en-US 2003/11/10 17:56:13 ihi 1.99.8.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9e40893aa85e0a427a0c9d036d0e9b898ca243fe]

        INTEGRATION: CWS mergebuild (1.27.34); FILE MERGED 2004/05/28 17:53:04 hjs 1.27.34.5: RESYNC: (1.29-1.30); FILE MERGED 2004/04/28 18:22:08 hjs 1.27.34.4: #i8252# fix unmerge probs 2004/04/20 18:39:25 hjs 1.27.34.3: RESYNC: (1.27-1.29); FILE MERGED 2003/11/11 19:16:57 ihi 1.27.34.2: en -> en-US 2003/11/10 16:44:40 ihi 1.27.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [43b5e56f987e07605efe916117db3b2fa7d8b75c]

        INTEGRATION: CWS mergebuild (1.24.38); FILE MERGED 2004/04/20 14:18:55 hjs 1.24.38.4: RESYNC: (1.24-1.25); FILE MERGED 2004/02/23 11:39:58 ihi 1.24.38.3: Merge-While-Build update 2003/11/11 19:23:40 ihi 1.24.38.2: en -> en-US 2003/11/10 17:56:12 ihi 1.24.38.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d679e1090ee7cbdbf64735c51353cd71440313ae]

        INTEGRATION: CWS mergebuild (1.13.32); FILE MERGED 2004/04/20 14:18:09 hjs 1.13.32.2: RESYNC: (1.13-1.16); FILE MERGED 2003/12/05 17:44:29 hjs 1.13.32.1: #i8252# accept country codes

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [30bc516e0c57fdef7acc1ac492b442b839994dbd]

        INTEGRATION: CWS mergebuild (1.25.34); FILE MERGED 2004/04/20 18:57:06 hjs 1.25.34.3: RESYNC: (1.25-1.26); FILE MERGED 2003/11/11 19:17:13 ihi 1.25.34.2: en -> en-US 2003/11/10 16:44:50 ihi 1.25.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8a51bc5c1000e71d3ca511b15c63830829f3400a]

        INTEGRATION: CWS mergebuild (1.19.34); FILE MERGED 2004/04/20 18:56:23 hjs 1.19.34.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/11 19:17:13 ihi 1.19.34.2: en -> en-US 2003/11/10 16:44:50 ihi 1.19.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8ba1375ca86d7286fcf007dfa8aba698e4efc4af]

        INTEGRATION: CWS mergebuild (1.2.30); FILE MERGED 2004/04/28 18:23:24 hjs 1.2.30.1: #i8252# fix unmerge probs

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [902e8e81146dc3aa7911d3670b7a99a0d1c1fe7b]

        INTEGRATION: CWS mergebuild (1.23.34); FILE MERGED 2004/04/20 18:54:35 hjs 1.23.34.3: RESYNC: (1.23-1.24); FILE MERGED 2003/11/11 19:17:10 ihi 1.23.34.2: en -> en-US 2003/11/10 16:44:48 ihi 1.23.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [db2cdfe330fb131c7f96f0af569fbf8c2fe8182a]

        INTEGRATION: CWS mergebuild (1.52.34); FILE MERGED 2004/06/02 13:43:31 hjs 1.52.34.11: RESYNC: (1.62-1.63); FILE MERGED 2004/05/28 17:56:31 hjs 1.52.34.10: RESYNC: (1.61-1.62); FILE MERGED 2004/05/21 15:17:25 hjs 1.52.34.9: #i8252# fix resync problems 2004/05/18 17:39:04 hjs 1.52.34.8: RESYNC: (1.57-1.61); FILE MERGED 2004/04/28 18:23:23 hjs 1.52.34.7: #i8252# fix unmerge probs 2004/04/20 18:51:26 hjs 1.52.34.6: RESYNC: (1.54-1.57); FILE MERGED 2004/02/20 18:28:29 ihi 1.52.34.5: Merge-While-Build update 2003/12/16 16:19:31 ihi 1.52.34.4: x-no-translate conversion 2003/11/19 12:05:22 hjs 1.52.34.3: RESYNC: (1.52-1.54); FILE MERGED 2003/11/11 19:17:09 ihi 1.52.34.2: en -> en-US 2003/11/10 16:44:47 ihi 1.52.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [145deb6bbfd87d9229ff18c8929ca8bab26c3bb0]

        INTEGRATION: CWS mergebuild (1.2.30); FILE MERGED 2004/04/28 18:23:22 hjs 1.2.30.1: #i8252# fix unmerge probs

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f63544ad62c2b11feef1d36e8cfdb6e5f6bf584f]

        INTEGRATION: CWS mergebuild (1.35.26); FILE MERGED 2004/05/18 17:37:36 hjs 1.35.26.7: RESYNC: (1.36-1.37); FILE MERGED 2004/04/28 18:23:45 hjs 1.35.26.6: #i8252# fix unmerge probs 2004/04/20 18:48:36 hjs 1.35.26.5: RESYNC: (1.35-1.36); FILE MERGED 2004/02/20 18:28:29 ihi 1.35.26.4: Merge-While-Build update 2003/12/16 16:19:30 ihi 1.35.26.3: x-no-translate conversion 2003/11/11 19:17:08 ihi 1.35.26.2: en -> en-US 2003/11/10 16:44:47 ihi 1.35.26.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb1fae7143df422aa1078fdc5d1c0c49e54217e5]

        INTEGRATION: CWS mergebuild (1.35.34); FILE MERGED 2004/04/28 18:23:44 hjs 1.35.34.4: #i8252# fix unmerge probs 2004/04/20 18:42:53 hjs 1.35.34.3: RESYNC: (1.35-1.36); FILE MERGED 2003/11/11 19:17:05 ihi 1.35.34.2: en -> en-US 2003/11/10 16:44:44 ihi 1.35.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c33115281760da83e7a3654ba1c147bf040776f3]

        INTEGRATION: CWS mergebuild (1.23.34); FILE MERGED 2004/04/20 18:42:44 hjs 1.23.34.5: RESYNC: (1.23-1.24); FILE MERGED 2004/02/20 18:28:28 ihi 1.23.34.4: Merge-While-Build update 2003/12/16 16:19:29 ihi 1.23.34.3: x-no-translate conversion 2003/11/11 19:17:05 ihi 1.23.34.2: en -> en-US 2003/11/10 16:44:44 ihi 1.23.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e28d759157ac4ab72d2201883e07bd25086dbba2]

        INTEGRATION: CWS mergebuild (1.26.34); FILE MERGED 2004/04/20 18:42:32 hjs 1.26.34.5: RESYNC: (1.26-1.27); FILE MERGED 2004/02/20 18:28:28 ihi 1.26.34.4: Merge-While-Build update 2003/12/16 16:19:29 ihi 1.26.34.3: x-no-translate conversion 2003/11/11 19:17:04 ihi 1.26.34.2: en -> en-US 2003/11/10 16:44:44 ihi 1.26.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c6f99322821f6dceaca59f60bb988faf01d8ece4]

        INTEGRATION: CWS mergebuild (1.31.34); FILE MERGED 2004/04/20 18:42:21 hjs 1.31.34.3: RESYNC: (1.31-1.32); FILE MERGED 2003/11/11 19:17:04 ihi 1.31.34.2: en -> en-US 2003/11/10 16:44:43 ihi 1.31.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ba1e6631e6a2998736e9e0af53f2e7cbd01b7e5b]

        INTEGRATION: CWS mergebuild (1.33.34); FILE MERGED 2004/04/28 18:23:44 hjs 1.33.34.4: #i8252# fix unmerge probs 2004/04/20 18:42:13 hjs 1.33.34.3: RESYNC: (1.33-1.34); FILE MERGED 2003/11/11 19:17:03 ihi 1.33.34.2: en -> en-US 2003/11/10 16:44:43 ihi 1.33.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6d121a1b9de17b5b76bf9a844030761492d55b19]

        INTEGRATION: CWS mergebuild (1.32.26); FILE MERGED 2004/04/20 18:39:08 hjs 1.32.26.3: RESYNC: (1.32-1.33); FILE MERGED 2003/11/11 19:16:56 ihi 1.32.26.2: en -> en-US 2003/11/10 16:44:39 ihi 1.32.26.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dfef8f1742511f606562ba8a2213249825150064]

        INTEGRATION: CWS mergebuild (1.45.34); FILE MERGED 2004/04/20 18:38:21 hjs 1.45.34.3: RESYNC: (1.45-1.46); FILE MERGED 2003/11/11 19:16:54 ihi 1.45.34.2: en -> en-US 2003/11/10 16:44:38 ihi 1.45.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [102b16226892b2d5e319eb7eb37d338cb15a3db6]

        INTEGRATION: CWS mergebuild (1.26.34); FILE MERGED 2004/04/20 18:37:32 hjs 1.26.34.3: RESYNC: (1.26-1.27); FILE MERGED 2003/11/11 19:16:53 ihi 1.26.34.2: en -> en-US 2003/11/10 16:44:38 ihi 1.26.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f0ed03ad17c09bf7a73e9ef7f2e1233750431e09]

        INTEGRATION: CWS mergebuild (1.43.34); FILE MERGED 2004/05/28 17:49:31 hjs 1.43.34.6: RESYNC: (1.45-1.46); FILE MERGED 2004/05/18 17:36:56 hjs 1.43.34.5: RESYNC: (1.44-1.45); FILE MERGED 2004/04/28 18:23:42 hjs 1.43.34.4: #i8252# fix unmerge probs 2004/04/20 18:37:10 hjs 1.43.34.3: RESYNC: (1.43-1.44); FILE MERGED 2003/11/11 19:16:49 ihi 1.43.34.2: en -> en-US 2003/11/10 16:44:36 ihi 1.43.34.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [33a398adb42e206d6f19e19cc22963d4cd39a809]

        INTEGRATION: CWS mergebuild (1.6.24); FILE MERGED 2004/04/20 16:23:36 hjs 1.6.24.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:17:51 ihi 1.6.24.2: en -> en-US 2003/11/10 16:45:14 ihi 1.6.24.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b07cf153c56fe3bbd57491e3f0ce987ce2fbb82e]

        INTEGRATION: CWS mergebuild (1.6.24); FILE MERGED 2004/04/20 16:23:27 hjs 1.6.24.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:17:51 ihi 1.6.24.2: en -> en-US 2003/11/10 16:45:13 ihi 1.6.24.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [58218b3a24342f865b06f0f66753147cfe7e2f2e]

        INTEGRATION: CWS mergebuild (1.7.24); FILE MERGED 2004/04/20 16:23:18 hjs 1.7.24.3: RESYNC: (1.7-1.8); FILE MERGED 2003/11/11 19:17:51 ihi 1.7.24.2: en -> en-US 2003/11/10 16:45:13 ihi 1.7.24.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a41a83bccdb07974028286a3f3a76313a2a538f7]

        INTEGRATION: CWS mergebuild (1.6.24); FILE MERGED 2004/04/20 16:23:10 hjs 1.6.24.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:17:50 ihi 1.6.24.2: en -> en-US 2003/11/10 16:45:12 ihi 1.6.24.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ff943cb95f09eebcd54d8b6e50ec2c9d8dcadac]

        INTEGRATION: CWS mergebuild (1.9.20); FILE MERGED 2004/04/20 16:22:48 hjs 1.9.20.3: RESYNC: (1.9-1.10); FILE MERGED 2003/11/11 19:17:50 ihi 1.9.20.2: en -> en-US 2003/11/10 16:45:12 ihi 1.9.20.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b72697c0caba560b5a3aa8e35388c31e1b45231e]

        INTEGRATION: CWS mergebuild (1.8.24); FILE MERGED 2004/04/20 16:22:29 hjs 1.8.24.5: RESYNC: (1.8-1.9); FILE MERGED 2004/02/20 18:36:00 ihi 1.8.24.4: Merge-While-Build update 2003/12/16 16:17:44 ihi 1.8.24.3: x-no-translate conversion 2003/11/11 19:17:49 ihi 1.8.24.2: en -> en-US 2003/11/10 16:45:11 ihi 1.8.24.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7aa0333dc9a03afe98e69c4d2d8121a427893fea]

        INTEGRATION: CWS mergebuild (1.2.88); FILE MERGED 2004/05/28 18:57:38 hjs 1.2.88.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/29 15:45:09 hjs 1.2.88.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [af7aaf60b01e09392ebe20d5fd977626e0b22dea]

        INTEGRATION: CWS mergebuild (1.6.24); FILE MERGED 2004/04/20 16:22:20 hjs 1.6.24.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:17:49 ihi 1.6.24.2: en -> en-US 2003/11/10 16:45:11 ihi 1.6.24.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c5c5e9a3a253aa77eb5a8daecdaa1e17590a4717]

        INTEGRATION: CWS mergebuild (1.25.56); FILE MERGED 2004/04/20 16:20:36 hjs 1.25.56.2: RESYNC: (1.25-1.28); FILE MERGED 2004/01/29 15:45:04 hjs 1.25.56.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a06ed52d310e13b601a95d5fa6244573abb48393]

        INTEGRATION: CWS mergebuild (1.5.138); FILE MERGED 2004/01/29 15:45:02 hjs 1.5.138.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [20b919230de644c4cf3eb452b26745bc2a31dfe0]

        INTEGRATION: CWS mergebuild (1.6.24); FILE MERGED 2004/04/20 16:20:18 hjs 1.6.24.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/11 19:17:48 ihi 1.6.24.2: en -> en-US 2003/11/10 16:45:10 ihi 1.6.24.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b633d059bfe45e1911ef280105ec1b2a96ec262]

        INTEGRATION: CWS mergebuild (1.14.24); FILE MERGED 2004/04/20 16:20:28 hjs 1.14.24.3: RESYNC: (1.14-1.15); FILE MERGED 2003/11/11 19:17:47 ihi 1.14.24.2: en -> en-US 2003/11/10 16:45:09 ihi 1.14.24.1: #111234# Merge during build

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1ed67efb7d59560a953ea8d975ef2490339a47e1]

        INTEGRATION: CWS mergebuild (1.1.136); FILE MERGED 2004/01/29 15:44:57 hjs 1.1.136.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale

2004-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9bba4c45a4ca1b8f4716ef986562197abbbb2d8c]

        INTEGRATION: CWS mergebuild (1.10.24); FILE MERGED 2004/04/20 16:19:32 hjs 1.10.24.5: RESYNC: (1.10-1.11); FILE MERGED 2004/02/20 18:36:00 ihi 1.10.24.4: Merge-While-Build update 2003/12/16 16:17:43 ihi 1.10.24.3: x-no-translate conversion 2003/11/11 19:17:46 ihi 1.10.24.2: en -> en-US 2003/11/10 16:45:08 ihi 1.10.24.1: #111234# Merge during build

2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [286e56a967db0291f3e376991c10a1cf979cde58]

        #i10000#: __LITTLEENDIAN -> OSL_LITENDIAN

2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c778c6a6da03dccba168e6b97e0421fe72c3bf9d]

        #i10000#: __LITTLEENDIAN -> OSL_LITENDIAN

2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0d8a0503d927eab4dd76eb30cbe911cbfec0fed]

        #i10000#: __BIGENDIAN -> OSL_BIGENDIAN

2004-06-24  Ken Foskey  <waratah@openoffice.org>  [55f9579b065103a6edcc5c63b21048af381b0aab]

        #i30167# insert a short into variable declaration

2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [75e9179ec429aaf81fc6a68d4e9dadf7b422d7f8]

        #i10000#: __BIGENDIAN -> OSL_BIGENDIAN

2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f37f28570f277c807ccd710ad738ad829100ef5]

        #i10000#: __BIGENDIAN -> OSL_BIGENDIAN

2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [15897b8d956cdf5ef756f0e91c895c7a55e51657]

        #i10000#: __LITTLEENDIAN -> OSL_LITENDIAN

2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d32681c75a7b5bd2e72d181505accb2681f4b95]

        #i10000#: include <osl/endian.h>

2004-06-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2e6423d5848635542d7caa8614285fbeabaa46b]

        #i10000#: __LITTLEENDIAN -> OSL_LITENDIAN

2004-06-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [477541f3b8ebe125fd3158ee4e528e38c8d5d8e5]

        #i10000#: invalid typedef

2004-06-23  Oliver Bolte  <obo@openoffice.org>  [0c5a4d5c29218ab7c4d0e9d2236cea236f8ba7f2]

        new version for SRC680

2004-06-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [694e6f5f9a5abf7dcd8b01e632f14d36250a5d29]

        #i10000#: workaround GCC quirk to prevent valgrind diagnostics

2004-06-23  luctur  <luctur@openoffice.org>  [1154de3dc1e9a202d72127ed7eba03602897e997]

        updated readme with new date and email address

2004-06-23  luctur  <luctur@openoffice.org>  [4cf9c7cd330133ac115033b4dbbdaaeb355cbf84]

        new dictionary

2004-06-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [31b98d3f95e96ac87ee91833560b7b8a286d996b]

        #i30539# proof against dead frames; followup issues for painting on dead frames imminent. Also optimize Yield behaviour

2004-06-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [e62957d0f14207164a1ae3295671ce1c5ae679b8]

        #i10000#: fix byte swap code to honor aligned access on SPARC, PPC etc

2004-06-22  Kurt Zenker  <kz@openoffice.org>  [ddd7e8356d70f6019fb002e4f99a00fc4bca32a9]

        #i10000# Keys must be unique

2004-06-22  Oliver Bolte  <obo@openoffice.org>  [ae34c34e46f4084ac101c18b24d01b0ee69ff541]

        #i10000# creating subdirectories for files with scpzip_replace flag

2004-06-22  Oliver Bolte  <obo@openoffice.org>  [bcd078e8889fa55d7f2871a0343b2f9907a207fe]

        #i10000# optimizing registration process

2004-06-22  Oliver Bolte  <obo@openoffice.org>  [41bfd203f176ab3a7de358d4bb0e1f790607fcfc]

        #i10000# chmod 775 for directories in zip files

2004-06-22  Kurt Zenker  <kz@openoffice.org>  [ff3f6eecc0a3fd11863145e9166bb12ecdc5835c]

        new version for SRC680

2004-06-22  Kurt Zenker  <kz@openoffice.org>  [5de0e9ce7f0b20b926d6e098489a720577f911f1]

        new version for SRC680

2004-06-22  Kurt Zenker  <kz@openoffice.org>  [63c9888ca7676f8e2bdc8b94130d0426070e678b]

        new version for SRC680

2004-06-22  Kurt Zenker  <kz@openoffice.org>  [8f4e17556099affe677b8aebfe3041673cde7f1f]

        new version for SRC680

2004-06-22  Kurt Zenker  <kz@openoffice.org>  [17d6305e826b417bd19c3d930317699c42b272e4]

        new version for SRC680

2004-06-21  Kurt Zenker  <kz@openoffice.org>  [18e869aab0b3e743de5747427a1df8baf7677101]

        new version for SRC680

2004-06-21  Kurt Zenker  <kz@openoffice.org>  [3b8c58e6596dd8880002c65ae45b82121ca6e46a]

        new version for SRC680

2004-06-21  Kurt Zenker  <kz@openoffice.org>  [d67376f7ae7812e71ed5e2396d0d65cfede85a9c]

        new version for SRC680

2004-06-21  Kurt Zenker  <kz@openoffice.org>  [b84e81db30033143b7406ecad8403c02cfde1382]

        new version for SRC680

2004-06-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [4996aa8570a7bb39d8f91675cbe90cb9d9beb89a]

        #i10000#: add missing include <vector>

2004-06-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f18924888ffce70272a5d95820be6f49ed2842c]

        #i10000#: file had no proper line end at end of file

2004-06-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aadae8a06049fff1c45c58f0de8e04dca454e5f]

        #i10000#: remove obsolete testtool.obj entry

2004-06-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [289b34236196bd3196ace3260132522b4891bf07]

        #i10000#: for-scope

2004-06-21  Kurt Zenker  <kz@openoffice.org>  [304195fa9e4ec6e36c04a089f55969f2e7ed2c9d]

        #i10000# path for mozruntime

2004-06-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ec805d899af16c16e2aca70adb84928e1bccf6f]

        #i10000#: using component context given to CmdMailSuppl to instantiate CmdMailMsg (hro)

2004-06-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [96db5fb57aa8960527ce64a3fdd371a65a1faa10]

        #i30457# enable for-scope

2004-06-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [117d5bd3ab189c693dd6405abb183da91ece5ca3]

        #i10000#: cast to avoid overload ambiguity between SvSlotElement::Seek(unsigned long) and SvSlotElement::Seek(void*), hope this doesn't break 64bit build again

2004-06-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [1504d9a9037023ac2e0ee35d4a89da6a51f7c376]

        #i30474#,#i10000# ignore additional files in build root

2004-06-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [869373c85ceabc7a05f9f24e81965035be0bae16]

        #i10000#: addInherited(): change signature

2004-06-18  Kurt Zenker  <kz@openoffice.org>  [4bc6f58fb901b14d1c16eba08cbe0910955460a5]

        SRC680

2004-06-18  Kurt Zenker  <kz@openoffice.org>  [f40dac563dd0b9aa0d706f624333e5cfd9602316]

        #i10000# fix for scpzip_replace flag

2004-06-18  Kurt Zenker  <kz@openoffice.org>  [4b2cc844d5382f355dbdefa7bbf15bf43803d83a]

        #i10000# max. 25 Files for regcomp

2004-06-18  Kurt Zenker  <kz@openoffice.org>  [c240a0f173ad4f46e6aa2cfab142b9687507a19e]

        #i10000# perparing wntmsci10

2004-06-18  Kurt Zenker  <kz@openoffice.org>  [85b62663a5edc7700f45ee4df2a9c416f5ac102b]

        #i10000# no more to ship install

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [13e21b8d7931bded31a14c21f38f745c6f3e5105]

        #i30457# enable for-scope

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d65b1ab462355824bc3b5e7bcf3a1ddf32d9a5f]

        INTEGRATION: CWS cfgapi (1.2.316); FILE MERGED 2004/06/14 14:57:54 ssmith 1.2.316.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/07 12:35:39 ssmith 1.2.316.1: #112671# updating specification

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d9b3f4baa76e914896ac28c3cc0f63709db0f8d]

        INTEGRATION: CWS cfgapi (1.2.316); FILE MERGED 2004/06/14 14:50:33 ssmith 1.2.316.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/02 13:48:54 ssmith 1.2.316.1: #28723# updating import service

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [87c8bfaa96409ed2bc7b0ff21da2d04b08dfd7fd]

        INTEGRATION: CWS cfgapi (1.2.316); FILE MERGED 2004/06/14 14:41:59 ssmith 1.2.316.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/02 13:49:54 ssmith 1.2.316.1: #23249# #28723# updating DefaultProvider service

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4e298e87e90bcfd0eb728b86754a66c30e92784]

        INTEGRATION: CWS cfgapi (1.6.32); FILE MERGED 2004/05/31 13:31:24 ssmith 1.6.32.1: #28728# adding EnableAsync parameter

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [de3fea39cfaa044fc966ce6c21e0ede0c2d1f8e9]

        INTEGRATION: CWS cfgapi (1.6.94); FILE MERGED 2004/05/07 10:47:02 ssmith 1.6.94.1: #112671# clearing inputStream after initial parsing

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e9dcb5716dafab320d0edb5c51a3ba960ee2472]

        INTEGRATION: CWS cfgapi (1.6.108); FILE MERGED 2004/05/31 12:52:58 ssmith 1.6.108.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d17a0b255b1da697b92240af2c27324a5daaf64]

        INTEGRATION: CWS cfgapi (1.7.8); FILE MERGED 2004/05/31 12:52:58 ssmith 1.7.8.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [be203981984a4226e002e762f0bf6201d92328db]

        INTEGRATION: CWS cfgapi (1.12.8); FILE MERGED 2004/05/31 12:52:57 ssmith 1.12.8.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [8756613eaf3961968571117e7326ddabe8a42b7c]

        INTEGRATION: CWS cfgapi (1.4.108); FILE MERGED 2004/05/31 12:52:57 ssmith 1.4.108.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [592b903a89ae333aa71831882d907f019bfa67b1]

        INTEGRATION: CWS cfgapi (1.7.8); FILE MERGED 2004/05/31 12:50:40 ssmith 1.7.8.1: #28725# #28728# adding XFlushable and XRefreshable, removing old assertions

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [371e249e0823e55ccb603d0cba99cdfd3aad2996]

        INTEGRATION: CWS cfgapi (1.28.94); FILE MERGED 2004/06/03 12:50:57 ssmith 1.28.94.2: #109550# adding XServiceInfo 2004/05/31 12:49:44 ssmith 1.28.94.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b9f4b1707258fbd78d104e7b30168682d078d19]

        INTEGRATION: CWS cfgapi (1.19.108); FILE MERGED 2004/05/31 12:47:15 ssmith 1.19.108.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [112726d52f04d48a22256f4eb7a06691f4456f8f]

        INTEGRATION: CWS cfgapi (1.3.108); FILE MERGED 2004/05/31 12:47:15 ssmith 1.3.108.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [812f36c023c4ede3188f77a68536ebaec4c53bbb]

        INTEGRATION: CWS cfgapi (1.5.20); FILE MERGED 2004/05/31 12:47:14 ssmith 1.5.20.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6eb00bc8ea629c674238bc8e4273b9fc3ea81ac]

        INTEGRATION: CWS cfgapi (1.6.108); FILE MERGED 2004/05/18 15:23:21 ssmith 1.6.108.1: #23113# fixing resolveUnoObjects function

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cd839c6bd76e920db90c5c0e059b9f4c1cb37c5]

        INTEGRATION: CWS cfgapi (1.2.138); FILE MERGED 2004/05/31 12:47:14 ssmith 1.2.138.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [471112992234c65ee5feeaa98a6cd4111c024d3c]

        INTEGRATION: CWS cfgapi (1.2.108); FILE MERGED 2004/06/03 12:50:39 ssmith 1.2.108.1: #109550# adding XServiceInfo

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d0d756ebe4b0676a9a71908e0347d91fbacd62e]

        INTEGRATION: CWS cfgapi (1.24.8); FILE MERGED 2004/06/03 12:50:20 ssmith 1.24.8.1: #109550# adding XServiceInfo

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [07b37dba2134ea080191cd3b23d61bfdec9c25e0]

        INTEGRATION: CWS cfgapi (1.5.94); FILE MERGED 2004/05/04 12:59:17 ssmith 1.5.94.1: #112742# check if object is initialized

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb238613083c0bf80ef7480bb0f1b018b4e9cf7d]

        INTEGRATION: CWS cfgapi (1.9.94); FILE MERGED 2004/05/31 13:09:44 ssmith 1.9.94.2: #112742# removing compiler warnings 2004/05/04 12:58:59 ssmith 1.9.94.1: #112742# check if object is initialized

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5e8249668b2ba1bc27870a4d324f144b1e87b08]

        INTEGRATION: CWS cfgapi (1.2.8); FILE MERGED 2004/06/02 12:06:54 ssmith 1.2.8.1: #28723# import services should trigger backend notifications

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [901c118d1b865787d95a8b597942fd8367e631ad]

        INTEGRATION: CWS cfgapi (1.2.8); FILE MERGED 2004/06/03 13:25:29 ssmith 1.2.8.2: #28723# adding XBackendChangesListener 2004/06/02 12:06:53 ssmith 1.2.8.1: #28723# import services should trigger backend notifications

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [921c73b96b8646e3b8480da5bb6d03e6ede64aa0]

        INTEGRATION: CWS cfgapi (1.4.94); FILE MERGED 2004/06/02 12:06:53 ssmith 1.4.94.1: #28723# import services should trigger backend notifications

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [857c82200ac752d1ed7c2483279ee2776fd5e200]

        INTEGRATION: CWS cfgapi (1.5.94); FILE MERGED 2004/06/02 12:06:53 ssmith 1.5.94.1: #28723# import services should trigger backend notifications

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b9fd26781cb8f5b850150a78dbd29feda7d5745]

        INTEGRATION: CWS cfgapi (1.3.94); FILE MERGED 2004/06/02 12:06:53 ssmith 1.3.94.1: #28723# import services should trigger backend notifications

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [3765c098e664858a051a5eb80a2c6b0305147b25]

        INTEGRATION: CWS cfgapi (1.4.78); FILE MERGED 2004/06/02 12:06:52 ssmith 1.4.78.1: #28723# import services should trigger backend notifications

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea4a267d35ab399e2a07adf9128ed1e40a648686]

        INTEGRATION: CWS cfgapi (1.2.94); FILE MERGED 2004/06/02 12:06:52 ssmith 1.2.94.1: #28723# import services should trigger backend notifications

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4419413320f34cc02ba9af2e1bd04b5a7f8305d]

        INTEGRATION: CWS cfgapi (1.2.94); FILE MERGED 2004/06/02 12:06:51 ssmith 1.2.94.1: #28723# import services should trigger backend notifications

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4b23e77aac76b2e5606e19e93bad6c0e3568361]

        INTEGRATION: CWS cfgapi (1.6.108); FILE MERGED 2004/05/07 16:10:52 ssmith 1.6.108.1: #23113# update support for sets of simple values

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [0744166e5b6038a7f089ca290b4fdefc06d772e6]

        INTEGRATION: CWS cfgapi (1.6.136); FILE MERGED 2004/05/18 15:23:02 ssmith 1.6.136.2: #23113# fixing resolveUnoObjects function 2004/05/07 16:10:52 ssmith 1.6.136.1: #23113# update support for sets of simple values

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [094c40855c017b057cf3bb1798bee434580f0e74]

        INTEGRATION: CWS cfgapi (1.14.8); FILE MERGED 2004/05/31 12:45:19 ssmith 1.14.8.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [76523e70bea754cf51099bcfe490bc89d1c3c241]

        INTEGRATION: CWS cfgapi (1.59.8); FILE MERGED 2004/05/31 12:45:19 ssmith 1.59.8.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b7446f89809f8c98fd5ca01feb71eb4dc18b6ba]

        INTEGRATION: CWS cfgapi (1.5.20); FILE MERGED 2004/05/31 12:45:19 ssmith 1.5.20.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [c38bfef01e4abcc96f6a385e867a9a354b675fad]

        INTEGRATION: CWS cfgapi (1.13.108); FILE MERGED 2004/05/31 12:45:19 ssmith 1.13.108.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4517765f358b219e2b16cd804af61ef962546e7]

        INTEGRATION: CWS cfgapi (1.4.20); FILE MERGED 2004/05/31 12:45:19 ssmith 1.4.20.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [339d642da647436b2734f1f22123dfbe281bc73d]

        INTEGRATION: CWS cfgapi (1.26.20); FILE MERGED 2004/05/31 12:45:18 ssmith 1.26.20.1: #28725# #28728# adding XFlushable and XRefreshable

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ab32ef272358f8d66a444993b11eb340a732134]

        INTEGRATION: CWS cfgapi (1.15.108); FILE MERGED 2004/05/07 16:10:52 ssmith 1.15.108.1: #23113# update support for sets of simple values

2004-06-18  Sven Jacobi  <sj@openoffice.org>  [715a7b145788a68a5aca8bf7c0a5cfa69e196606]

        #i30445# fixed gpf (uninitialized variable mpGDIMetafile)

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [67a642a4386ba776e946422c23cfe7abe5b1ace0]

        INTEGRATION: CWS forscope (1.62.72); FILE MERGED 2004/06/18 14:00:59 obo 1.62.72.1: #i30457# forScope and RTTI

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [b77d1aee1be92b124a9b6ec80b37424c3cdf8b83]

        INTEGRATION: CWS forscope (1.79.60); FILE MERGED 2004/06/18 14:12:22 obo 1.79.60.1: #i30457# forScope and RTTI

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [3561d5405cceb40e4b87fe97679654eebae917da]

        INTEGRATION: CWS forscope (1.19.30); FILE MERGED 2004/06/18 14:11:14 obo 1.19.30.1: #i30457# forScope and RTTI

2004-06-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf60daaf7fb8b3a168965fca7ec75f2760022b4e]

        INTEGRATION: CWS forscope (1.1.152); FILE MERGED 2004/06/18 14:18:01 obo 1.1.152.1: #i30457# forScope and RTTI

2004-06-18  Andre Fischer  <af@openoffice.org>  [ddb43efcc313d83fab6394adc014b48ffaf2d1a1]

        #i30263# Removed forwarding of Read/WriteUserData back to ViewShellBase.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [17b6b48804b57a9dbb17da14356c8697c8bb958e]

        INTEGRATION: CWS os30 (1.29.66); FILE MERGED 2004/05/19 11:14:08 os 1.29.66.1: #i11591# enable bibliography also if data source does not exist

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9a1860149921636a91c75c14e78de090e55bd2fc]

        INTEGRATION: CWS os30 (1.6.222); FILE MERGED 2004/05/19 11:14:08 os 1.6.222.1: #i11591# enable bibliography also if data source does not exist

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9b8fbfd779016919e5cd1a3fd547702e942f3500]

        INTEGRATION: CWS os30 (1.18.2); FILE MERGED 2004/06/04 13:12:39 os 1.18.2.3: #i11591# disable dispatches when no connection is active 2004/05/19 18:12:21 os 1.18.2.2: RESYNC: (1.18-1.21); FILE MERGED 2004/05/19 11:14:08 os 1.18.2.1: #i11591# enable bibliography also if data source does not exist

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [260cdb2a2796f3d0eadc2266c6f59b82fae1fd2d]

        INTEGRATION: CWS os30 (1.10.290); FILE MERGED 2004/06/04 13:12:38 os 1.10.290.2: #i11591# disable dispatches when no connection is active 2004/05/19 11:14:08 os 1.10.290.1: #i11591# enable bibliography also if data source does not exist

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e37e255e005463b076389b7307cec8d36505cd40]

        INTEGRATION: CWS os30 (1.30.86); FILE MERGED 2004/06/04 13:12:37 os 1.30.86.3: #i11591# disable dispatches when no connection is active 2004/05/19 18:12:13 os 1.30.86.2: RESYNC: (1.30-1.31); FILE MERGED 2004/05/19 11:14:07 os 1.30.86.1: #i11591# enable bibliography also if data source does not exist

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2c2f8b71132e7ab88125446a46d0d3456f3450ac]

        INTEGRATION: CWS os30 (1.7.294); FILE MERGED 2004/05/19 11:14:07 os 1.7.294.1: #i11591# enable bibliography also if data source does not exist

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7a30c58fbeea11df782394c197902b4107ea4120]

        INTEGRATION: CWS os30 (1.17.146); FILE MERGED 2004/05/21 13:39:31 os 1.17.146.4: merge error corrected - again 2004/05/21 13:28:47 os 1.17.146.3: merge error corrected 2004/05/19 18:12:04 os 1.17.146.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/19 11:14:07 os 1.17.146.1: #i11591# enable bibliography also if data source does not exist

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c9f8ab0555586e9fb33878489a638cc6078d2be1]

        INTEGRATION: CWS os30 (1.2.78); FILE MERGED 2004/03/10 14:14:01 tl 1.2.78.2: #i11655# adding entries from user-dictionaries to suggestion list for misspelled words 2004/03/10 13:59:23 tl 1.2.78.1: #i11655# adding entries from user-dictionaries to suggestion list for misspelled words

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3363660d80bba0d6cca5fe889b18c9b013333add]

        INTEGRATION: CWS os30 (1.15.56); FILE MERGED 2004/03/10 14:31:50 tl 1.15.56.2: #i11655# adding entries from user-dictionaries to suggestion list for misspelled words 2004/03/10 13:59:23 tl 1.15.56.1: #i11655# adding entries from user-dictionaries to suggestion list for misspelled words

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1200acf3580c756b2ee8d8c48b5135ef31635ca1]

        INTEGRATION: CWS os30 (1.20.20); FILE MERGED 2004/06/15 11:12:35 tl 1.20.20.4: #i11655# array indexing fixed 2004/05/21 07:46:03 os 1.20.20.3: #i11655# return type added 2004/05/19 16:19:49 os 1.20.20.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/10 13:59:22 tl 1.20.20.1: #i11655# adding entries from user-dictionaries to suggestion list for misspelled words

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [711b650fe5390e5c7ca9a698d38f55cf03d3a898]

        INTEGRATION: CWS os30 (1.2.78); FILE MERGED 2004/03/10 13:57:24 tl 1.2.78.1: #i11655# adding entries from user-dictionaries to suggestion list for misspelled words

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f3772dd494b024512cda7ae828106ae2a84725cd]

        INTEGRATION: CWS os30 (1.5.56); FILE MERGED 2004/05/19 16:16:13 os 1.5.56.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/10 13:57:24 tl 1.5.56.1: #i11655# adding entries from user-dictionaries to suggestion list for misspelled words

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [aaf196047cc91f543c69fc561ea0ec10a80a5002]

        INTEGRATION: CWS os30 (1.33.12); FILE MERGED 2004/06/01 06:58:55 pb 1.33.12.1: fix: #115068# now all text and selection are visible in high contrast

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [23a8d4cb8c763bd0ea6fd77be6e5e841fa1bd1b4]

        INTEGRATION: CWS os30 (1.14.82); FILE MERGED 2004/06/01 06:58:54 pb 1.14.82.1: fix: #115068# now all text and selection are visible in high contrast

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3561c4d74a77517b0c83f575a56d3f963d0a7dad]

        INTEGRATION: CWS os30 (1.19.80); FILE MERGED 2004/06/01 06:58:54 pb 1.19.80.1: fix: #115068# now all text and selection are visible in high contrast

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [649fce50d6c1b1868efe4342be5057571a3cc60e]

        INTEGRATION: CWS os30 (1.102.2); FILE MERGED 2004/05/19 15:34:52 os 1.102.2.2: RESYNC: (1.102-1.104); FILE MERGED 2004/05/19 13:06:04 ssa 1.102.2.1: #i21019# make sure GetInputLanguage() always reflects what the user has set before

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e95386af694fca6cc609a8d0a92aafaba843d237]

        INTEGRATION: CWS os30 (1.41.36); FILE MERGED 2004/05/24 09:42:02 os 1.41.36.1: #106192# Revision number, editing time - strings changed

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8c84341e58b8da311bfb69d1bd0581a62306c5af]

        INTEGRATION: CWS os30 (1.78.22); FILE MERGED 2004/05/28 09:22:38 gt 1.78.22.1: #96313# adjust width of some FTs

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [22b2165c035a45af52c229f0968b7a4c2a1aed08]

        INTEGRATION: CWS os30 (1.7.6); FILE MERGED 2004/05/24 10:35:27 os 1.7.6.1: #115819# AppearanceConfiguration now committed

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a0de56a3b48582cb890037ab049d24cda3e9b53b]

        INTEGRATION: CWS os30 (1.9.6); FILE MERGED 2004/05/24 10:35:27 os 1.9.6.1: #115819# AppearanceConfiguration now committed

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f3a24adbf9983c2cbaf4d6b22a79c57834707824]

        INTEGRATION: CWS os30 (1.26.6); FILE MERGED 2004/05/24 14:02:23 os 1.26.6.1: #116788# Crash on access to invalid SID_ATTR_BRUSH item fixed

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [14456957222d86432e299ad9ed2ff94cb6394310]

        INTEGRATION: CWS os30 (1.2.80); FILE MERGED 2004/05/24 09:09:33 os 1.2.80.1: #116801# commit changes to AutoCorrection configuration

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6b2fc9e453546838df8c97ac08733c5865e7564f]

        INTEGRATION: CWS os30 (1.2.80); FILE MERGED 2004/05/24 09:10:00 os 1.2.80.1: #116801# commit changes to AutoCorrection configuration

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [731398c2672b1b09d2ae8461d1d64ebe6683004a]

        INTEGRATION: CWS os30 (1.25.60); FILE MERGED 2004/05/19 18:06:46 os 1.25.60.2: RESYNC: (1.25-1.29); FILE MERGED 2004/05/19 13:13:54 os 1.25.60.1: #i21019# set CJK/CTL language on text input if necessary

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f22748987c10066f97d3db0b5368b154ad112812]

        INTEGRATION: CWS os30 (1.34.40); FILE MERGED 2004/05/24 09:52:29 os 1.34.40.2: #106192# German strings changed for Created and Modified 2004/05/24 09:44:35 os 1.34.40.1: #106192# Revision number, editing time - strings changed

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e89f6199f05f947e5ca2b67e9aa5f6223181b93f]

        INTEGRATION: CWS os30 (1.18.124); FILE MERGED 2004/05/25 07:53:43 os 1.18.124.1: #108367# German: AutoText not Textbaustein

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7927e5078722dcd5cd4e7acf3e80b888e4fb1e57]

        INTEGRATION: CWS os30 (1.9.428); FILE MERGED 2004/05/25 07:53:43 os 1.9.428.1: #108367# German: AutoText not Textbaustein

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0b88318ffe6f50113d476b7f8e1e9772dbdd17be]

        INTEGRATION: CWS os30 (1.27.66); FILE MERGED 2004/03/08 14:04:58 tl 1.27.66.1: #i26146# SwXAutoTextContainer::getByName fixed

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [97f3f1b558ad2cae4606d9d3971c95f970599927]

        INTEGRATION: CWS os30 (1.25.54); FILE MERGED 2004/05/24 13:52:43 os 1.25.54.1: #116788# SwEditShell::GetAttr() doesn't like non-WhichIds in ranges of SfxItemSets

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [801af7d03ef502a1b47ac15d636475df0ba05bc5]

        INTEGRATION: CWS os30 (1.7.428); FILE MERGED 2004/05/19 13:13:54 os 1.7.428.1: #i21019# set CJK/CTL language on text input if necessary

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ce8ecb26e4970029e95a1ad18397b6a2ea73f667]

        INTEGRATION: CWS os30 (1.70.8); FILE MERGED 2004/05/25 10:42:32 os 1.70.8.1: #i29474# svx::ExtrusionBar must be forgotton on the dispatcher stack

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a188d9d51a251d4dc61bd7de937d83ae0ac70a46]

        INTEGRATION: CWS os30 (1.26.8); FILE MERGED 2004/05/24 14:03:34 os 1.26.8.1: #116788# table/row/cell background selector visible, again

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [d212bbd1c29577e4ad17ac84c4f7eb4e22960dae]

        INTEGRATION: CWS os30 (1.11.428); FILE MERGED 2004/05/19 13:13:53 os 1.11.428.1: #i21019# set CJK/CTL language on text input if necessary

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0fa1535b573abbdf86b3e30e41b7271c94405240]

        INTEGRATION: CWS os30 (1.48.66); FILE MERGED 2004/05/19 17:52:40 os 1.48.66.2: RESYNC: (1.48-1.51); FILE MERGED 2004/05/19 13:13:53 os 1.48.66.1: #i21019# set CJK/CTL language on text input if necessary

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [934402ad086fb6724212ae8df428abebbe2aa208]

        INTEGRATION: CWS os30 (1.8.66); FILE MERGED 2004/05/25 07:53:25 os 1.8.66.1: #108367# German: AutoText not Textbaustein

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7888a0a42a53c376bd06918c2f6e07a2ad797f88]

        INTEGRATION: CWS os30 (1.36.124); FILE MERGED 2004/05/25 07:53:21 os 1.36.124.1: #108367# German: AutoText not Textbaustein

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5f9432e99724e7374db9f6d53502bec05af86df5]

        INTEGRATION: CWS os30 (1.14.66); FILE MERGED 2004/05/19 17:41:22 os 1.14.66.2: RESYNC: (1.14-1.15); FILE MERGED 2004/05/19 13:13:52 os 1.14.66.1: #i21019# set CJK/CTL language on text input if necessary

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7d5254f7fa573ceac6543aa44909e4194e2c5e36]

        INTEGRATION: CWS os30 (1.31.40); FILE MERGED 2004/05/28 07:46:26 gt 1.31.40.1: #96103# redesign

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [04754ae66047f7cb4742ea9d774b7a32dd70f1ee]

        INTEGRATION: CWS os30 (1.7.8); FILE MERGED 2004/05/26 09:33:44 os 1.7.8.1: #i29517# putting the same item type twice doesn't work

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f5e24a5c2bd3eb075a46535f080a716fb9001754]

        INTEGRATION: CWS os30 (1.18.8); FILE MERGED 2004/05/26 09:34:05 os 1.18.8.1: #i29517# putting the same item type twice doesn't work

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7d95caa72205634ac58963841829d9ce0b6910ff]

        INTEGRATION: CWS os30 (1.75.60); FILE MERGED 2004/05/21 05:29:29 os 1.75.60.2: RESYNC: (1.75-1.84); FILE MERGED 2004/05/19 13:13:51 os 1.75.60.1: #i21019# set CJK/CTL language on text input if necessary

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [381f328a05b775ba5b0efc0c560b14369ec131ec]

        INTEGRATION: CWS os30 (1.81.94); FILE MERGED 2004/05/19 17:05:19 os 1.81.94.2: RESYNC: (1.81-1.84); FILE MERGED 2004/03/10 15:25:07 tl 1.81.94.1: #115877# lcl_setString fixed

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [34ff6ca642b13f4d0eb933167b5bb502b10bb7f2]

        INTEGRATION: CWS os30 (1.85.64); FILE MERGED 2004/03/08 11:34:10 tl 1.85.64.1: #i26227# solar mutex now acquired in SwXFrame::attachToRange

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ab961e8962df5e450524e3e8da3d38fc14f21ea4]

        INTEGRATION: CWS os30 (1.26.136); FILE MERGED 2004/05/19 16:42:48 os 1.26.136.2: RESYNC: (1.26-1.29); FILE MERGED 2004/05/19 13:14:00 os 1.26.136.1: #i21019# set CJK/CTL language on text input if necessary

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [753d21086e3def5fab90377deb26cf3e8654e68c]

        INTEGRATION: CWS os30 (1.8.428); FILE MERGED 2004/05/19 13:14:00 os 1.8.428.1: #i21019# set CJK/CTL language on text input if necessary

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b7c0368f0653d3c2c15c5eaece6e7d27d3275453]

        INTEGRATION: CWS os30 (1.3.106); FILE MERGED 2004/06/09 10:29:17 sw 1.3.106.1: #i26146#

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e0c78d0e8453b752c56eeef32e9ef248f1d051a3]

        INTEGRATION: CWS os30 (1.3.106); FILE MERGED 2004/06/09 10:28:55 sw 1.3.106.1: #i26146#

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2b83fe6a823356cb3e910d82e0bfa8499b9fbf84]

        INTEGRATION: CWS os30 (1.14.462); FILE MERGED 2004/03/10 15:24:58 tl 1.14.462.1: #115877# lcl_setString fixed

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [956fa5976195e5688811891436cf5cb5bcfff9b2]

        INTEGRATION: CWS os30 (1.4.622); FILE MERGED 2004/05/19 13:13:32 os 1.4.622.1: #i21019# set CJK/CTL language on text input if necessary

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [60ad99eb70cc52cb6a27fdc301c26e1f47247278]

        INTEGRATION: CWS os30 (1.28.428); FILE MERGED 2004/05/19 16:24:13 os 1.28.428.2: RESYNC: (1.28-1.32); FILE MERGED 2004/05/19 13:13:15 os 1.28.428.1: #i21019# set CJK/CTL language on text input if necessary

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c185bf9c436641085dc93b70fa95d8b3c7d3c067]

        INTEGRATION: CWS os30 (1.2.356); FILE MERGED 2004/06/17 14:45:03 os 1.2.356.2: RESYNC: (1.2-1.4); FILE MERGED 2004/03/09 08:59:55 tl 1.2.356.1: #i26038# PageStyle vs PageProperties fixed

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7cb19acc5a661d15a2c6c0a7c5655bcf5c9f8b1d]

        INTEGRATION: CWS os30 (1.13.56); FILE MERGED 2004/05/19 14:59:00 os 1.13.56.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/09 08:59:54 tl 1.13.56.1: #i26038# PageStyle vs PageProperties fixed

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2f137724a59e6df22719f8f7b704c5f0b870bdd3]

        INTEGRATION: CWS defaultmailer (1.90.18); FILE MERGED 2004/06/08 11:37:54 obr 1.90.18.1: #i21321# deprecated ExternalMailer/Profile ExternalMailer/UseDefaultMailer and MailCommandLineProfile

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7286c9a21ee18ba1253d993fff36dfc158b6910b]

        INTEGRATION: CWS defaultmailer (1.15.18); FILE MERGED 2004/06/08 11:37:52 obr 1.15.18.1: #i21321# deprecated ExternalMailer/Profile ExternalMailer/UseDefaultMailer and MailCommandLineProfile

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [d832aa67bc982d160a599443230337b9b6d21e63]

        INTEGRATION: CWS defaultmailer (1.32.140); FILE MERGED 2004/06/16 08:39:59 obr 1.32.140.1: #i30196# changed error message for invalid mail configurations

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0aae73e76e8d02a156190914e7192de652ec9de5]

        INTEGRATION: CWS defaultmailer (1.24.118); FILE MERGED 2004/06/16 08:39:59 obr 1.24.118.2: #i30196# changed error message for invalid mail configurations 2004/06/07 12:53:22 obr 1.24.118.1: #i21321# do no longer use >UseDefaultMailer< config item

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [698a889384331e4a72b30c3193e7e75a0d302d8e]

        INTEGRATION: CWS defaultmailer (1.15.12); FILE MERGED 2004/06/16 08:39:58 obr 1.15.12.1: #i30196# changed error message for invalid mail configurations

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b60eb3b6a709a5f871c541bb84a6d30a32ca50c7]

        INTEGRATION: CWS defaultmailer (1.5.164); FILE MERGED 2004/06/08 10:32:20 obr 1.5.164.1: #i21321#,#i28378#,103347 cmdmail is now unix only and auto-detects the command line profile to use

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5843f59afff250a7e67fb85bdae29204cfe82e68]

        INTEGRATION: CWS defaultmailer (1.78.42); FILE MERGED 2004/06/03 09:45:49 obr 1.78.42.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [21ed78b78abc7833cdca966847230b361d734a62]

        INTEGRATION: CWS defaultmailer (1.4.60); FILE MERGED 2004/06/10 07:50:39 obr 1.4.60.2: RESYNC: (1.4-1.5); FILE MERGED 2004/06/03 09:45:48 obr 1.4.60.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0300800ccc4b1fc264563bc12b010420a4f38a30]

        INTEGRATION: CWS defaultmailer (1.8.24); FILE MERGED 2004/06/10 07:50:29 obr 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED 2004/06/03 09:45:48 obr 1.8.24.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1ff07efadc9b2fcf96cd9c1b01d6be7a8713ea1c]

        INTEGRATION: CWS defaultmailer (1.3.44); FILE MERGED 2004/06/03 09:45:48 obr 1.3.44.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [047d51f629b3238ba54f6b8ed111071a65131e34]

        INTEGRATION: CWS defaultmailer (1.3.42); FILE MERGED 2004/06/10 07:49:39 obr 1.3.42.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/03 09:45:48 obr 1.3.42.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6a1e64d2d672994f885569d4cbf63eff201730ab]

        INTEGRATION: CWS defaultmailer (1.7.24); FILE MERGED 2004/06/03 09:45:47 obr 1.7.24.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [453b3a8c21b4dea146c85c86b0798e5e6aad20bf]

        INTEGRATION: CWS defaultmailer (1.7.26); FILE MERGED 2004/06/03 09:45:47 obr 1.7.26.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6a5f80a2d8c3ebd7b635f8df002cc73805de1d1e]

        INTEGRATION: CWS defaultmailer (1.9.26); FILE MERGED 2004/06/03 09:45:46 obr 1.9.26.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4d447824621732ff2e3a816ada41c5a0c1af725a]

        INTEGRATION: CWS defaultmailer (1.3.44); FILE MERGED 2004/06/03 09:45:46 obr 1.3.44.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3fdaa76eb7ffa0c9b9e6fae16c65cc96f81960d8]

        INTEGRATION: CWS defaultmailer (1.45.8); FILE MERGED 2004/06/10 07:49:03 obr 1.45.8.2: RESYNC: (1.45-1.46); FILE MERGED 2004/06/03 09:45:45 obr 1.45.8.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6c29197780a438baba6714fb437bd0ba38d013e3]

        INTEGRATION: CWS defaultmailer (1.14.6); FILE MERGED 2004/06/10 07:48:24 obr 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/07 12:32:52 obr 1.14.6.1: #i21321# added new binary names >senddoc[.exe] and renamed services to comply to UNO service naming scheme

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b49f3778b2a6ff275c2f654e8931d649311d821e]

        INTEGRATION: CWS defaultmailer (1.18.8); FILE MERGED 2004/06/11 06:29:27 obr 1.18.8.4: #i21321# added missing .uno 2004/06/10 07:48:16 obr 1.18.8.3: RESYNC: (1.18-1.19); FILE MERGED 2004/06/07 12:32:52 obr 1.18.8.2: #i21321# added new binary names >senddoc[.exe] and renamed services to comply to UNO service naming scheme 2004/06/07 12:20:35 obr 1.18.8.1: #i21321# disabled command mail service for Windows

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [83ffdbca45907e13121fe0976d84ba70befe05bd]

        INTEGRATION: CWS defaultmailer (1.1.174); FILE MERGED 2004/06/04 15:09:45 tra 1.1.174.1: #i29558#refactoring of simple mail service, MAPI stuff now called in an own executable

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c4f9817dcf10e46faf1effd1d91e067fd8fb8437]

        INTEGRATION: CWS defaultmailer (1.2.164); FILE MERGED 2004/06/04 15:09:44 tra 1.2.164.1: #i29558#refactoring of simple mail service, MAPI stuff now called in an own executable

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6b9d7a9c2f09e5eb22aeab0887c3be1a00e6fff2]

        INTEGRATION: CWS defaultmailer (1.3.160); FILE MERGED 2004/06/04 15:09:43 tra 1.3.160.1: #i29558#refactoring of simple mail service, MAPI stuff now called in an own executable

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9c80ffd6ddd523a444ff3e1a51028e2e765b66de]

        INTEGRATION: CWS defaultmailer (1.9.36); FILE MERGED 2004/06/07 13:51:40 tra 1.9.36.3: #i29558#now evaluating registry key for alternative senddoc executable as specified 2004/06/07 12:05:50 tra 1.9.36.2: #i29558#using osl_Process_DETACHED in order to avoid a console popup 2004/06/04 15:09:42 tra 1.9.36.1: #i29558#refactoring of simple mail service, MAPI stuff now called in an own executable

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [acf4145fc4a2e49a6de6067dec633b01d246513c]

        INTEGRATION: CWS defaultmailer (1.1.174); FILE MERGED 2004/06/04 15:09:42 tra 1.1.174.1: #i29558#refactoring of simple mail service, MAPI stuff now called in an own executable

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [719eb2e292f515592c78bdac74f83f0ae4e16a70]

        INTEGRATION: CWS defaultmailer (1.1.174); FILE MERGED 2004/06/04 15:09:40 tra 1.1.174.1: #i29558#refactoring of simple mail service, MAPI stuff now called in an own executable

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [dfa911221ae48506c0259bf64c8e818cb9ae757c]

        INTEGRATION: CWS defaultmailer (1.1.2); FILE ADDED 2004/06/15 11:49:27 tra 1.1.2.4: #i29558#fixed yet another bug in command line evaluation and additionally evaluate --body parameter now 2004/06/15 09:58:29 tra 1.1.2.3: #i29558#fixed a bug in command line evaluation 2004/06/07 12:04:21 tra 1.1.2.2: #i29558# 2004/06/04 15:08:07 tra 1.1.2.1: #i29558#

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f3a46c4065e9cc7e1da32186b476bcd41c2ea0f0]

        INTEGRATION: CWS defaultmailer (1.2.142); FILE MERGED 2004/06/07 13:51:40 tra 1.2.142.3: #i29558#now evaluating registry key for alternative senddoc executable as specified 2004/06/07 12:23:43 tra 1.2.142.2: #i29558#following UNO convention and name uno libraries with an 'uno' in the middle of the name 2004/06/04 15:09:39 tra 1.2.142.1: #i29558#refactoring of simple mail service, MAPI stuff now called in an own executable

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [84bbd5a3a2ba685ae4b10c1ade22437bd34ab215]

        INTEGRATION: CWS defaultmailer (1.6.142); FILE MERGED 2004/06/07 12:24:35 tra 1.6.142.1: #i29558#following UNO convention and name uno libraries with an 'uno' in the middle of the name

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1251f3838c627d7562626cf17378dbe9964b9ea2]

        INTEGRATION: CWS defaultmailer (1.1.2); FILE ADDED 2004/06/08 10:32:22 obr 1.1.2.1: #i21321#,#i28378#,103347 cmdmail is now unix only and auto-detects the command line profile to use

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5187114ea3f6ef9c33807c965d6b140ead50ee77]

        INTEGRATION: CWS defaultmailer (1.2.6); FILE MERGED 2004/06/08 10:32:22 obr 1.2.6.1: #i21321#,#i28378#,103347 cmdmail is now unix only and auto-detects the command line profile to use

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [fb72fc5544ff2161b2f93499297e2384f956fbc0]

        INTEGRATION: CWS defaultmailer (1.6.6); FILE MERGED 2004/06/08 10:32:22 obr 1.6.6.1: #i21321#,#i28378#,103347 cmdmail is now unix only and auto-detects the command line profile to use

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6d0220f5c0569b31f165fc24eea8d2573fb255ba]

        INTEGRATION: CWS defaultmailer (1.3.116); FILE MERGED 2004/06/08 10:32:21 obr 1.3.116.1: #i21321#,#i28378#,103347 cmdmail is now unix only and auto-detects the command line profile to use

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a6a076fbaaf612cf3b749a55688ec918b1dd31ab]

        INTEGRATION: CWS defaultmailer (1.1.172); FILE MERGED 2004/06/08 10:32:21 obr 1.1.172.1: #i21321#,#i28378#,103347 cmdmail is now unix only and auto-detects the command line profile to use

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [94ea888cd5028359c6f550e06bc724a73cd505af]

        INTEGRATION: CWS defaultmailer (1.1.172); FILE MERGED 2004/06/08 10:32:20 obr 1.1.172.1: #i21321#,#i28378#,103347 cmdmail is now unix only and auto-detects the command line profile to use

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [74c60e1d6254726c39ab3946fbc24d020337ccfa]

        INTEGRATION: CWS defaultmailer (1.11.6); FILE MERGED 2004/06/08 10:32:20 obr 1.11.6.1: #i21321#,#i28378#,103347 cmdmail is now unix only and auto-detects the command line profile to use

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c3a6b421f6fdb877411e37362fb386bcc80c37cd]

        INTEGRATION: CWS defaultmailer (1.15.6); FILE MERGED 2004/06/08 10:32:19 obr 1.15.6.1: #i21321#,#i28378#,103347 cmdmail is now unix only and auto-detects the command line profile to use

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [524a35719902b582bef46e85f4a76963c3272a61]

        INTEGRATION: CWS aw015 (1.41.74); FILE MERGED 2004/06/17 15:20:41 aw 1.41.74.1: #i29973#

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b53d33178f2d8b4c9cec069b15e4abde003e0e04]

        INTEGRATION: CWS impress11ea (1.65.44); FILE MERGED 2004/05/18 16:49:53 sj 1.65.44.1: #110748# bitmaps via clipboard were sometimes much too big

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8d0aeb5700349b4fb406280f4050986e6288f495]

        INTEGRATION: CWS impress11ea (1.24.20); FILE MERGED 2004/05/25 13:42:27 cl 1.24.20.1: #i28667# use correct slot id for new document

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4a82d5eb8269d762015fca9e3ea2cc572a8f5215]

        INTEGRATION: CWS impress11ea (1.43.44); FILE MERGED 2004/06/03 10:07:58 sj 1.43.44.1: #i28010# now exporting the (display of master page object) feature

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b6f1e0ec6243371d1696afb9b615cc0b454a864e]

        INTEGRATION: CWS impress11ea (1.61.18); FILE MERGED 2004/06/03 09:03:03 sj 1.61.18.1: #114758# fixed line/fillstyle problem with table objects

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [10feee5d7d4628d920fd189bc062ec0dcefdd2b7]

        INTEGRATION: CWS impress11ea (1.120.84); FILE MERGED 2004/06/03 15:05:08 sj 1.120.84.3: #i28259# taking the environment text style at first (and hoping that there are no side effects) 2004/06/03 12:01:07 sj 1.120.84.2: #i28060# not losing line and fillstyle in pres objects 2004/06/01 12:32:58 sj 1.120.84.1: #i24019# fixed little numbering problem

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c84201044d9634ececc11f1ac944594d6735ae0c]

        INTEGRATION: CWS impress11ea (1.3.232); FILE MERGED 2004/05/27 12:03:02 thb 1.3.232.1: #i29367# Added update call in ItemSetChanged, to force aGrafInfo refresh in SdrGrafObj

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3518642cbc52eda9c2b9f1b9700e5daf32c16a0c]

        INTEGRATION: CWS impress11ea (1.92.36); FILE MERGED 2004/05/28 14:16:10 sj 1.92.36.1: #i29644# removed some debug code

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [185bb6f776085d5c2784722b69441a90ad185339]

        INTEGRATION: CWS impress11ea (1.7.320); FILE MERGED 2004/05/26 11:54:14 cl 1.7.320.1: #i24392# allow different attribute order for marker styles

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [48c10698ff5a2f89c45a73c0ce19e7f98505b608]

        INTEGRATION: CWS impress11ea (1.39.16); FILE MERGED 2004/05/26 11:43:00 cl 1.39.16.1: #i29454# better error handling with invalid styles

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b7096e4d583bf6817aeef9067e4c2709327006ce]

        INTEGRATION: CWS impress11ea (1.15.326); FILE MERGED 2004/05/26 13:28:21 sj 1.15.326.1: added custom-shape

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b41df1f4630911456a95470640692226fcad3bff]

        INTEGRATION: CWS impress11ea (1.86.48); FILE MERGED 2004/05/26 13:29:13 sj 1.86.48.1: fixed dtd for custom shapes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [929322c7786af24449cb5fba08aa4fd561aa45aa]

        INTEGRATION: CWS ooo64bit01 (1.16.52); FILE MERGED 2004/03/15 06:45:41 fa 1.16.52.1: #i25651# Move automatic type length/configuration code from tools module to sal

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [097199ca801252bf8aedf6e316cc775b3b70198f]

        INTEGRATION: CWS ooo64bit01 (1.17.254); FILE MERGED 2004/03/31 16:48:44 fa 1.17.254.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:57 fa 1.17.254.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:34 fa 1.17.254.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [857dc5124d79f8810e56d7bb7e5849acb3fabc55]

        INTEGRATION: CWS ooo64bit01 (1.20.322); FILE MERGED 2004/03/15 23:18:34 fa 1.20.322.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [46b845053f264f6cb6e5478c2ef09040496daf03]

        INTEGRATION: CWS ooo64bit01 (1.6.518); FILE MERGED 2004/03/31 16:48:41 fa 1.6.518.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:55 fa 1.6.518.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9e3e2f901eb9f7c2b4f8804e38083e6f6a75ae42]

        INTEGRATION: CWS ooo64bit01 (1.15.58); FILE MERGED 2004/03/15 23:18:45 fa 1.15.58.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Kurt Zenker  <kz@openoffice.org>  [6808fdb08a8e4df8cf8bac7dc3782ada0eaaa377]

        #i10000# sysbols must be unique

2004-06-17  Kurt Zenker  <kz@openoffice.org>  [1bfa227a9deda1a84f536a789f053ac96514001c]

        #i10000# fix last merge

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e6d784c15ca43ef4290b2cbea5b1037242d443ea]

        INTEGRATION: CWS ooo64bit01 (1.1.102); FILE MERGED 2004/05/05 00:00:42 svesik 1.1.102.2: RESYNC: (1.1-1.2); FILE MERGED 2004/03/16 23:54:08 fa 1.1.102.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2885cde3216bd4220916b1c4de7c1078a17c683d]

        INTEGRATION: CWS ooo64bit01 (1.2.8); FILE MERGED 2004/05/04 23:54:45 svesik 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/16 23:54:07 fa 1.2.8.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8ee6651e13e1bab54ef8aead77ed338cb565db23]

        INTEGRATION: CWS ooo64bit01 (1.3.140); FILE MERGED 2004/03/31 16:48:57 fa 1.3.140.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:09 fa 1.3.140.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [454456b5d2c801899246e3163caecfdc3234e9e9]

        INTEGRATION: CWS ooo64bit01 (1.11.80); FILE MERGED 2004/03/31 16:48:57 fa 1.11.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:09 fa 1.11.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [cbfeaf6f536c911d15e56cdd5dd55b3c13273e83]

        INTEGRATION: CWS ooo64bit01 (1.11.80); FILE MERGED 2004/03/31 16:48:56 fa 1.11.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:09 fa 1.11.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7b2d328a5e8bbbfb1a1b9aab048745aa6aa2415c]

        INTEGRATION: CWS ooo64bit01 (1.45.8); FILE MERGED 2004/05/02 15:22:42 svesik 1.45.8.4: RESYNC: (1.45-1.47); FILE MERGED 2004/04/13 03:53:24 fa 1.45.8.3: #i8605# psprint changes to accomodate 64-bit VCL fixes 2004/03/31 16:48:31 fa 1.45.8.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:46 fa 1.45.8.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1d61ea8afaafebb355f92722e7c2f2ea5afa4df6]

        INTEGRATION: CWS ooo64bit01 (1.15.70); FILE MERGED 2004/05/02 15:20:43 svesik 1.15.70.4: RESYNC: (1.15-1.16); FILE MERGED 2004/04/13 03:53:24 fa 1.15.70.3: #i8605# psprint changes to accomodate 64-bit VCL fixes 2004/03/31 16:48:31 fa 1.15.70.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:46 fa 1.15.70.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [bb477dd68e4c00618040e73713477d4356d72a08]

        INTEGRATION: CWS ooo64bit01 (1.73.110); FILE MERGED 2004/03/15 23:18:43 fa 1.73.110.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9c9570d868db6337ffd8c426be31aae644e9bf75]

        INTEGRATION: CWS ooo64bit01 (1.3.646); FILE MERGED 2004/03/15 23:18:43 fa 1.3.646.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c510f8671cd0f08cf830d8799c2bb88bb33818a7]

        INTEGRATION: CWS ooo64bit01 (1.7.470); FILE MERGED 2004/03/15 23:18:43 fa 1.7.470.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0136b98120b5fff6499fe5c0739ba737fe4af723]

        INTEGRATION: CWS ooo64bit01 (1.27.142); FILE MERGED 2004/03/15 23:18:42 fa 1.27.142.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [11741c7b628720c2d66af920c6dc05f862913f58]

        INTEGRATION: CWS ooo64bit01 (1.107.32); FILE MERGED 2004/05/02 22:08:24 svesik 1.107.32.2: RESYNC: (1.107-1.109); FILE MERGED 2004/03/15 23:18:42 fa 1.107.32.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [09d181b81b70119c7d7f0fa1740706dab6341c73]

        INTEGRATION: CWS ooo64bit01 (1.44.142); FILE MERGED 2004/05/02 22:07:45 svesik 1.44.142.2: RESYNC: (1.44-1.45); FILE MERGED 2004/03/15 23:18:42 fa 1.44.142.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a23301b21ef1718464668eaf980e661cf5b943f2]

        INTEGRATION: CWS ooo64bit01 (1.114.4); FILE MERGED 2004/05/02 22:06:27 svesik 1.114.4.2: RESYNC: (1.114-1.115); FILE MERGED 2004/03/15 23:18:41 fa 1.114.4.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [d6fa1b35f4f620a2d4cbdfe7247e9861c238dbc5]

        INTEGRATION: CWS ooo64bit01 (1.76.4); FILE MERGED 2004/05/02 22:06:16 svesik 1.76.4.2: RESYNC: (1.76-1.77); FILE MERGED 2004/04/06 14:58:09 fa 1.76.4.1: Fixes for type conflicts: typessw.hxx was redefining sal_* which conflicted with the real sal_* types inside the ww:: namespace.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [bee61253e471de15ed53f4812eff665ccef0cbe1]

        INTEGRATION: CWS ooo64bit01 (1.35.142); FILE MERGED 2004/04/06 14:58:09 fa 1.35.142.1: Fixes for type conflicts: typessw.hxx was redefining sal_* which conflicted with the real sal_* types inside the ww:: namespace.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0c2382d000634abe0e9a61851c6da4ad56df677c]

        INTEGRATION: CWS ooo64bit01 (1.64.34); FILE MERGED 2004/05/02 22:05:50 svesik 1.64.34.2: RESYNC: (1.64-1.65); FILE MERGED 2004/03/15 23:18:41 fa 1.64.34.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [564ebd801a0da3fbe518267d1320fae30dccfa81]

        INTEGRATION: CWS ooo64bit01 (1.63.4); FILE MERGED 2004/05/02 22:05:13 svesik 1.63.4.2: RESYNC: (1.63-1.66); FILE MERGED 2004/04/06 14:58:08 fa 1.63.4.1: Fixes for type conflicts: typessw.hxx was redefining sal_* which conflicted with the real sal_* types inside the ww:: namespace.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f88dba5d788f0f388bd1b8787de8e0f2c0bdee77]

        INTEGRATION: CWS ooo64bit01 (1.74.4); FILE MERGED 2004/05/02 22:05:02 svesik 1.74.4.2: RESYNC: (1.74-1.75); FILE MERGED 2004/04/06 14:58:07 fa 1.74.4.1: Fixes for type conflicts: typessw.hxx was redefining sal_* which conflicted with the real sal_* types inside the ww:: namespace.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [d818c2490b5d440d3e50ce46971b31cd5f1ed08f]

        INTEGRATION: CWS ooo64bit01 (1.6.142); FILE MERGED 2004/03/15 23:18:40 fa 1.6.142.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [d4bbc95f8ecb669baf50b2ec215ccf0fbff2604f]

        INTEGRATION: CWS ooo64bit01 (1.74.4); FILE MERGED 2004/05/02 21:58:33 svesik 1.74.4.2: RESYNC: (1.74-1.76); FILE MERGED 2004/03/15 23:18:39 fa 1.74.4.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [87836bc3a04b3e2d8e4747612fb4ab5d1914e090]

        INTEGRATION: CWS ooo64bit01 (1.6.460); FILE MERGED 2004/03/15 23:18:39 fa 1.6.460.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b4614513df0e30deb9785adcbb8a587112fd85e7]

        INTEGRATION: CWS ooo64bit01 (1.9.112); FILE MERGED 2004/03/15 23:18:39 fa 1.9.112.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [54ff8ba4b0f9a5655b62146c6b6f5c8aabed4386]

        INTEGRATION: CWS ooo64bit01 (1.1.94); FILE MERGED 2004/03/15 23:18:27 fa 1.1.94.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8493df9582f7c0f8307b2e7aa5be289de546fa00]

        INTEGRATION: CWS ooo64bit01 (1.12.16); FILE MERGED 2004/04/08 21:03:40 fa 1.12.16.3: Fix 0UL->0U, broke 64-bit compiles 2004/03/31 16:48:30 fa 1.12.16.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:45 fa 1.12.16.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a4008e4191b66457ce65bbdd52297616945290b0]

        INTEGRATION: CWS ooo64bit01 (1.1.2); FILE ADDED 2004/03/15 23:18:29 fa 1.1.2.2: First bits of 64-bitness.  #i25651# & more 2004/03/15 06:45:43 fa 1.1.2.1: #i25651# Move automatic type length/configuration code from tools module to sal

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7ec3172416e151cc1a245a75ebca6af0d2c2e401]

        INTEGRATION: CWS ooo64bit01 (1.1.2); FILE ADDED 2004/03/15 06:45:43 fa 1.1.2.1: #i25651# Move automatic type length/configuration code from tools module to sal

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e45abcf5cee922ba118eeda9ad24cd7c7278f1c9]

        INTEGRATION: CWS ooo64bit01 (1.3.42); FILE MERGED 2004/03/16 23:54:14 fa 1.3.42.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f5c02dc128c88929d9c459a6148d2186308d4576]

        INTEGRATION: CWS ooo64bit01 (1.3.44); FILE MERGED 2004/03/16 23:54:13 fa 1.3.44.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [d47ed4c3142f645919ed45a9dbb61f97249be290]

        INTEGRATION: CWS ooo64bit01 (1.1.1.1.274); FILE MERGED 2004/03/16 23:54:13 fa 1.1.1.1.274.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [dcb887b342dfb3d58d84220bbbe9e28834ff9b73]

        INTEGRATION: CWS ooo64bit01 (1.5.232); FILE MERGED 2004/03/15 23:18:29 fa 1.5.232.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [da644e587e5c5b2fc98c5e2a792da15066b9ee6e]

        INTEGRATION: CWS ooo64bit01 (1.5.36); FILE MERGED 2004/03/16 23:54:13 fa 1.5.36.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3de089b0013dd1ba453fb7b99461b28e4055e4ba]

        INTEGRATION: CWS ooo64bit01 (1.14.36); FILE MERGED 2004/04/13 03:34:56 fa 1.14.36.2: #i8578#  Integrate 64-bit clean RTL alloc from port64bit 2004/03/16 23:54:13 fa 1.14.36.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ce4e7859ae62908dd2716fb38011d17b8f9bcc22]

        INTEGRATION: CWS ooo64bit01 (1.18.136); FILE MERGED 2004/03/15 06:45:42 fa 1.18.136.1: #i25651# Move automatic type length/configuration code from tools module to sal

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [fadc96722c5f8e59de07fa80b0e068c0d8d597c8]

        INTEGRATION: CWS ooo64bit01 (1.4.22); FILE MERGED 2004/03/16 23:54:12 fa 1.4.22.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [58be4e90bbc9b614a548b55136e77b3dd4b99fa7]

        INTEGRATION: CWS ooo64bit01 (1.3.4); FILE MERGED 2004/05/02 16:30:07 svesik 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/16 23:54:12 fa 1.3.4.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5a6eff584f6e3325d82a66c2b2acdb639bbd7ba5]

        INTEGRATION: CWS ooo64bit01 (1.22.4); FILE MERGED 2004/05/14 00:48:48 svesik 1.22.4.8: correct misspelling of defined 2004/04/05 19:01:27 fa 1.22.4.7: Fixes for 32-bit platforms, switch sal_Ptr back to sal_Handle 2004/03/31 19:57:48 fa 1.22.4.6: Preserve the sal_[u]Int32 types for 32-bit arches: use long again.  64-bit arches will have to use int to achieve 32-bit size for sal_[u]Int32 2004/03/31 16:48:35 fa 1.22.4.5: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:50 fa 1.22.4.4: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/16 23:54:12 fa 1.22.4.3: Merge cws_srx644_port64bit, other misc fixes 2004/03/15 23:18:28 fa 1.22.4.2: First bits of 64-bitness.  #i25651# & more 2004/03/15 06:45:41 fa 1.22.4.1: #i25651# Move automatic type length/configuration code from tools module to sal

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1308223c85efe84b54d4be1a8b14b92556801ce4]

        INTEGRATION: CWS ooo64bit01 (1.9.42); FILE MERGED 2004/05/02 16:29:42 svesik 1.9.42.2: RESYNC: (1.9-1.11); FILE MERGED 2004/03/16 23:54:11 fa 1.9.42.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [daee63c6af3ada7789b0e612db17eeaf040af514]

        INTEGRATION: CWS ooo64bit01 (1.8.170); FILE MERGED 2004/05/02 16:29:06 svesik 1.8.170.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/16 23:54:11 fa 1.8.170.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [096abcf8d772d4ba2df3de58a12ee67619ece1d5]

        INTEGRATION: CWS ooo64bit01 (1.4.248); FILE MERGED 2004/03/16 23:54:11 fa 1.4.248.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5ef37b9202109a4352a6b414ba98a24250cf2e9d]

        INTEGRATION: CWS ooo64bit01 (1.1.1.1.274); FILE MERGED 2004/03/16 23:54:11 fa 1.1.1.1.274.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2668997bf450efd66be132a62e46cf4a4617abc0]

        INTEGRATION: CWS ooo64bit01 (1.4.160); FILE MERGED 2004/03/16 23:54:10 fa 1.4.160.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b205d6165a963a8d3327aaa7341e2e3d96343d8b]

        INTEGRATION: CWS ooo64bit01 (1.5.248); FILE MERGED 2004/03/16 23:54:10 fa 1.5.248.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2bdaa7602645ca9c477d12fd66fce0a96f999780]

        INTEGRATION: CWS ooo64bit01 (1.19.322); FILE MERGED 2004/03/15 23:18:34 fa 1.19.322.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [27a798f9f915df054b8382be9145ea20401ede26]

        INTEGRATION: CWS ooo64bit01 (1.10.22); FILE MERGED 2004/03/15 23:18:33 fa 1.10.22.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6a276217d34a766726475b5c4fba451fb29d01eb]

        INTEGRATION: CWS ooo64bit01 (1.4.110); FILE MERGED 2004/03/15 23:18:33 fa 1.4.110.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [cd8e46b46cf97229ceb51225f10a27451e126e9d]

        INTEGRATION: CWS ooo64bit01 (1.3.498); FILE MERGED 2004/03/31 16:48:44 fa 1.3.498.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:57 fa 1.3.498.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:32 fa 1.3.498.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1c0b2ce940cdadb2997931c23d4ea33f85eb9e65]

        INTEGRATION: CWS ooo64bit01 (1.2.44); FILE MERGED 2004/03/15 23:18:47 fa 1.2.44.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [87de0d9bd57620fde21b4792ff71403b35ff8b01]

        INTEGRATION: CWS ooo64bit01 (1.7.10); FILE MERGED 2004/03/16 23:54:16 fa 1.7.10.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4bc90c73931da731ac3499014fa8c0eb3225826e]

        INTEGRATION: CWS ooo64bit01 (1.15.44); FILE MERGED 2004/04/05 19:02:25 fa 1.15.44.5: SeekRel() should take _signed_ argument, got mixed up in initial 64-bit work 2004/03/31 16:48:55 fa 1.15.44.4: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:07 fa 1.15.44.3: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/16 23:54:16 fa 1.15.44.2: Merge cws_srx644_port64bit, other misc fixes 2004/03/15 23:18:47 fa 1.15.44.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6fc8d1d466144293589cfa12d4a421d8fa86211c]

        INTEGRATION: CWS ooo64bit01 (1.26.44); FILE MERGED 2004/05/02 22:41:06 svesik 1.26.44.3: RESYNC: (1.26-1.27); FILE MERGED 2004/04/13 03:37:43 fa 1.26.44.2: #i8598# Tools date/time fixes for 64-bit platforms 2004/03/15 23:18:46 fa 1.26.44.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [86ec15770f0e6bbd1dd8e7d9d898702143e34e31]

        INTEGRATION: CWS ooo64bit01 (1.2.200); FILE MERGED 2004/03/15 23:18:46 fa 1.2.200.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9e1db56a6f3cbc2ac36e6a53ba20569841e3b745]

        INTEGRATION: CWS ooo64bit01 (1.4.130); FILE MERGED 2004/03/16 23:54:15 fa 1.4.130.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [cebcb0aa9cc881452d21adba4764d12f3042826a]

        INTEGRATION: CWS ooo64bit01 (1.3.12); FILE MERGED 2004/03/31 16:48:54 fa 1.3.12.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:07 fa 1.3.12.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:45 fa 1.3.12.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a4bef69f02ce9472bf48a451d72a7cb090014447]

        INTEGRATION: CWS ooo64bit01 (1.2.224); FILE MERGED 2004/03/16 23:54:15 fa 1.2.224.2: Merge cws_srx644_port64bit, other misc fixes 2004/03/15 23:18:45 fa 1.2.224.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0ca651bd3c959d9f9110fbe6c220a02f588ba6b2]

        INTEGRATION: CWS ooo64bit01 (1.6.110); FILE MERGED 2004/04/13 03:37:43 fa 1.6.110.3: #i8598# Tools date/time fixes for 64-bit platforms 2004/03/31 16:48:54 fa 1.6.110.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:06 fa 1.6.110.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6a943ad1ee1bf4cc2d9930935276313e71fa6a05]

        INTEGRATION: CWS ooo64bit01 (1.2.34); FILE MERGED 2004/04/12 17:47:53 fa 1.2.34.3: 64-bit fix 2004/03/31 16:48:36 fa 1.2.34.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:51 fa 1.2.34.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [feec1799568b49ecefcaa32ca6b14d3f79585a21]

        INTEGRATION: CWS ooo64bit01 (1.5.140); FILE MERGED 2004/03/15 23:18:38 fa 1.5.140.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8d69b59bd01d53be3367f6f884f8dbb56ff0987c]

        INTEGRATION: CWS ooo64bit01 (1.6.142); FILE MERGED 2004/05/02 21:04:20 svesik 1.6.142.2: RESYNC: (1.6-1.7); FILE MERGED 2004/03/15 23:18:38 fa 1.6.142.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6fbc122849f1d160bc9aaaa7331dd886cb93a4cc]

        INTEGRATION: CWS ooo64bit01 (1.53.22); FILE MERGED 2004/05/02 21:01:42 svesik 1.53.22.2: RESYNC: (1.53-1.54); FILE MERGED 2004/03/15 23:18:37 fa 1.53.22.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [fadb877cbab44266ecf203086744ffdf7a07ea4d]

        INTEGRATION: CWS ooo64bit01 (1.117.6); FILE MERGED 2004/05/02 21:01:03 svesik 1.117.6.2: RESYNC: (1.117-1.120); FILE MERGED 2004/03/15 23:18:37 fa 1.117.6.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [09106b376a0927e4c36cae6f83041e7f64e527d9]

        INTEGRATION: CWS ooo64bit01 (1.13.140); FILE MERGED 2004/03/15 23:18:36 fa 1.13.140.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [870edbd9780fae75e9060f0a6461ef50a97f6595]

        INTEGRATION: CWS ooo64bit01 (1.89.6); FILE MERGED 2004/05/02 20:55:26 svesik 1.89.6.4: RESYNC: (1.89-1.92); FILE MERGED 2004/03/31 16:48:50 fa 1.89.6.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:03 fa 1.89.6.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:36 fa 1.89.6.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a725b8f6f3e912e2c1e21d1aab0cebe4d9293547]

        INTEGRATION: CWS ooo64bit01 (1.34.164); FILE MERGED 2004/05/02 20:54:33 svesik 1.34.164.2: RESYNC: (1.34-1.35); FILE MERGED 2004/03/15 23:18:35 fa 1.34.164.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [70dcecc676a8f317e677a8802916e3f89d86be14]

        INTEGRATION: CWS ooo64bit01 (1.6.104); FILE MERGED 2004/03/15 23:18:28 fa 1.6.104.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2b027d69cd9dc3b3a341397838c3856d49e2de80]

        INTEGRATION: CWS ooo64bit01 (1.3.96); FILE MERGED 2004/03/15 23:18:32 fa 1.3.96.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e3716990728122d1d170d55a8e2f9a5626e3b12b]

        INTEGRATION: CWS ooo64bit01 (1.9.14); FILE MERGED 2004/05/02 00:42:59 svesik 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/16 23:54:09 fa 1.9.14.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6812dc03803a5df34ea7096a36a835587fc20d6d]

        INTEGRATION: CWS ooo64bit01 (1.8.14); FILE MERGED 2004/05/05 00:10:06 svesik 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/16 23:54:09 fa 1.8.14.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [634a3e70815fa4201056996aa0303ef9cf3a06d2]

        INTEGRATION: CWS ooo64bit01 (1.12.54); FILE MERGED 2004/05/02 00:41:59 svesik 1.12.54.2: RESYNC: (1.12-1.13); FILE MERGED 2004/03/16 23:54:09 fa 1.12.54.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [cd5204cb54c61d2342a1e9904053c8e09ec4eb6d]

        INTEGRATION: CWS ooo64bit01 (1.5.8); FILE MERGED 2004/05/02 00:41:18 svesik 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/16 23:54:08 fa 1.5.8.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1c12c3b990fa15f54c2998499d046612df08a4fc]

        INTEGRATION: CWS ooo64bit01 (1.3.28); FILE MERGED 2004/04/13 03:42:34 fa 1.3.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:28 fa 1.3.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:35 fa 1.3.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [37fbb8553281dbb98a0d3afd8497a4bd3bb898c3]

        INTEGRATION: CWS ooo64bit01 (1.4.8); FILE MERGED 2004/04/05 18:59:37 fa 1.4.8.2: Use <sal/types.h> constants rather than defining our own 2004/03/16 23:54:08 fa 1.4.8.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [11f25a21d609acf09b36767e8ab8fb9304637dfc]

        INTEGRATION: CWS ooo64bit01 (1.2.100); FILE MERGED 2004/03/16 23:54:08 fa 1.2.100.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a9f8a0d42185fbc638e075ebdec83488565f8728]

        INTEGRATION: CWS ooo64bit01 (1.3.8); FILE MERGED 2004/05/02 00:38:14 svesik 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/16 23:54:08 fa 1.3.8.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a27c4409c3412208388f11fa8eacef3bc57aa4a7]

        INTEGRATION: CWS ooo64bit01 (1.1.102); FILE MERGED 2004/05/02 00:35:38 svesik 1.1.102.2: RESYNC: (1.1-1.2); FILE MERGED 2004/03/16 23:54:07 fa 1.1.102.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [799fb7c444fd21204bd91538f91de976b80d65e2]

        INTEGRATION: CWS ooo64bit01 (1.1.102); FILE MERGED 2004/03/16 23:54:07 fa 1.1.102.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a2d5fcd2e18a25cef370c79f845841f114ef26f8]

        INTEGRATION: CWS ooo64bit01 (1.15.38); FILE MERGED 2004/03/16 23:54:06 fa 1.15.38.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a083e663561325eda4a3a4abd63d81dcfbd4c86a]

        INTEGRATION: CWS ooo64bit01 (1.11.38); FILE MERGED 2004/03/16 23:54:06 fa 1.11.38.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ac118e0b6447e62846cde976c9cd59cc8cee2430]

        INTEGRATION: CWS ooo64bit01 (1.21.16); FILE MERGED 2004/05/01 22:26:40 svesik 1.21.16.2: RESYNC: (1.21-1.22); FILE MERGED 2004/03/16 23:54:05 fa 1.21.16.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b744095bb30ee68231a096a64fa63ffa0d86a309]

        INTEGRATION: CWS ooo64bit01 (1.10.16); FILE MERGED 2004/03/16 23:54:05 fa 1.10.16.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [eac7a50024bc55de09f5f81985c054d77fed1463]

        INTEGRATION: CWS ooo64bit01 (1.9.72); FILE MERGED 2004/05/01 22:26:31 svesik 1.9.72.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/16 23:54:05 fa 1.9.72.1: Merge cws_srx644_port64bit, other misc fixes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0151abef62ea911fd466de205a202131c9e48150]

        INTEGRATION: CWS ooo64bit01 (1.12.80); FILE MERGED 2004/04/13 03:42:31 fa 1.12.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:23 fa 1.12.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:32 fa 1.12.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [029547fea073065bed848826ae7acf1007454e40]

        INTEGRATION: CWS ooo64bit01 (1.65.26); FILE MERGED 2004/05/05 00:30:31 svesik 1.65.26.4: RESYNC: (1.65-1.67); FILE MERGED 2004/04/13 03:42:28 fa 1.65.26.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:20 fa 1.65.26.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:28 fa 1.65.26.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b30cea98103f3b3f1d7afb30633d0a7d840c796e]

        INTEGRATION: CWS ooo64bit01 (1.4.66); FILE MERGED 2004/03/15 23:18:32 fa 1.4.66.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [138075d895d5de17b6df9a12446806ca6d8ed9a0]

        INTEGRATION: CWS ooo64bit01 (1.3.66); FILE MERGED 2004/03/15 23:18:32 fa 1.3.66.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1b4cfbea4a103887fa65b0b66a6cac0c8113619e]

        INTEGRATION: CWS ooo64bit01 (1.6.8); FILE MERGED 2004/04/05 19:00:11 fa 1.6.8.2: Back out of silly change from earlier, forgot this one 2004/03/29 00:29:47 fa 1.6.8.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [093c31530439d2beee01ddc2938fa56b5b6bb497]

        INTEGRATION: CWS ooo64bit01 (1.28.4); FILE MERGED 2004/05/02 16:52:23 svesik 1.28.4.2: RESYNC: (1.28-1.30); FILE MERGED 2004/03/15 23:18:29 fa 1.28.4.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9a324044a4d4c3472bd1632b234cb136d5202492]

        INTEGRATION: CWS ooo64bit01 (1.45.44); FILE MERGED 2004/05/02 22:38:09 svesik 1.45.44.4: RESYNC: (1.45-1.46); FILE MERGED 2004/04/13 03:54:17 fa 1.45.44.3: #i8605# Toolkit changes to accomodate 64-bit VCL fixes 2004/03/31 16:48:52 fa 1.45.44.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:05 fa 1.45.44.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f2e8d5bf23b96d7475e67f638dbb853f150138e5]

        INTEGRATION: CWS ooo64bit01 (1.4.78); FILE MERGED 2004/04/12 17:45:58 fa 1.4.78.3: 64-bit fixes (long->sal_Int32) 2004/03/31 16:48:30 fa 1.4.78.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:45 fa 1.4.78.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8c389346e06b7ef5d281de047398ba88f054e861]

        INTEGRATION: CWS ooo64bit01 (1.10.78); FILE MERGED 2004/04/12 17:45:58 fa 1.10.78.3: 64-bit fixes (long->sal_Int32) 2004/03/31 16:48:30 fa 1.10.78.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:45 fa 1.10.78.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [51bde2c4ffb8c251cb687f79fa08fafd5544dbc4]

        INTEGRATION: CWS ooo64bit01 (1.3.98); FILE MERGED 2004/05/02 00:31:57 svesik 1.3.98.4: RESYNC: (1.3-1.4); FILE MERGED 2004/04/12 17:45:57 fa 1.3.98.3: 64-bit fixes (long->sal_Int32) 2004/03/31 16:48:29 fa 1.3.98.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:44 fa 1.3.98.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f3e781fe9f0093792f1aeb43457d066b545146a1]

        INTEGRATION: CWS ooo64bit01 (1.171.26); FILE MERGED 2004/05/02 23:21:54 svesik 1.171.26.4: RESYNC: (1.171-1.173); FILE MERGED 2004/03/31 16:49:34 fa 1.171.26.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:40 fa 1.171.26.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:50 fa 1.171.26.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [936cd0d94cc4c71e8cc86e9ff0c1be5742463498]

        INTEGRATION: CWS ooo64bit01 (1.34.54); FILE MERGED 2004/05/02 23:20:26 svesik 1.34.54.4: RESYNC: (1.34-1.35); FILE MERGED 2004/04/13 03:42:39 fa 1.34.54.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:33 fa 1.34.54.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:40 fa 1.34.54.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8298cd9e88dbe85007a6138dc742b8f45f0106d8]

        INTEGRATION: CWS ooo64bit01 (1.116.28); FILE MERGED 2004/05/02 23:20:17 svesik 1.116.28.4: RESYNC: (1.116-1.117); FILE MERGED 2004/04/13 03:42:38 fa 1.116.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:33 fa 1.116.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:39 fa 1.116.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [97d1c89e4d73f183676c736be8128142d7c3d595]

        INTEGRATION: CWS ooo64bit01 (1.30.28); FILE MERGED 2004/04/13 03:42:38 fa 1.30.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:32 fa 1.30.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:39 fa 1.30.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [63d10ef79efc8e56cfffa61dd339dc4b33572f9a]

        INTEGRATION: CWS ooo64bit01 (1.11.28); FILE MERGED 2004/03/15 23:18:49 fa 1.11.28.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [bfb69fa0a0553b2c45c709ed7e3d10819b8a17d8]

        INTEGRATION: CWS ooo64bit01 (1.2.28); FILE MERGED 2004/04/13 03:42:37 fa 1.2.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:32 fa 1.2.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:39 fa 1.2.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [760c37660f738cc767a48c9173207c6217c96cd3]

        INTEGRATION: CWS ooo64bit01 (1.52.28); FILE MERGED 2004/05/02 23:19:25 svesik 1.52.28.4: RESYNC: (1.52-1.53); FILE MERGED 2004/04/13 03:42:37 fa 1.52.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:31 fa 1.52.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:38 fa 1.52.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [528ec1520a6c4d70bcbdf86d3fa7eaaddc7dd50e]

        INTEGRATION: CWS ooo64bit01 (1.33.26); FILE MERGED 2004/05/02 23:19:14 svesik 1.33.26.4: RESYNC: (1.33-1.34); FILE MERGED 2004/04/13 03:42:36 fa 1.33.26.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:31 fa 1.33.26.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:38 fa 1.33.26.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8eecbd999d67bf819f1101d7cb9f193270e22d08]

        INTEGRATION: CWS ooo64bit01 (1.28.54); FILE MERGED 2004/03/15 23:18:49 fa 1.28.54.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [79ae8f5cfc226367f1e7dce4206a4b671d3f01ae]

        INTEGRATION: CWS ooo64bit01 (1.13.92); FILE MERGED 2004/04/13 03:42:36 fa 1.13.92.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:30 fa 1.13.92.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:37 fa 1.13.92.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7bc29ededf42b4a9b47b8c5520704f54db2c931c]

        INTEGRATION: CWS ooo64bit01 (1.26.28); FILE MERGED 2004/04/13 03:42:35 fa 1.26.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:30 fa 1.26.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:37 fa 1.26.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [aa85c9a9ec1e0c008e7db8ef077c6c8e9d2fcf80]

        INTEGRATION: CWS ooo64bit01 (1.22.28); FILE MERGED 2004/04/13 03:42:35 fa 1.22.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:29 fa 1.22.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:36 fa 1.22.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [326844c0094c8af7039b6f789884628af2bf9123]

        INTEGRATION: CWS ooo64bit01 (1.2.28); FILE MERGED 2004/04/13 03:42:34 fa 1.2.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:29 fa 1.2.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:36 fa 1.2.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5ebeab36750fbdee3a87e28ecfd3b357b81c2c4c]

        INTEGRATION: CWS ooo64bit01 (1.184.26); FILE MERGED 2004/05/02 23:17:22 svesik 1.184.26.4: RESYNC: (1.184-1.187); FILE MERGED 2004/04/13 03:42:33 fa 1.184.26.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:26 fa 1.184.26.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:34 fa 1.184.26.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [307b63e50848d7f3ac7ba8dd633140ba99b67b37]

        INTEGRATION: CWS ooo64bit01 (1.102.20); FILE MERGED 2004/04/13 03:42:32 fa 1.102.20.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:24 fa 1.102.20.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:33 fa 1.102.20.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0c96c618d102bba27713a99955fc31570c96434b]

        INTEGRATION: CWS ooo64bit01 (1.28.80); FILE MERGED 2004/04/13 03:42:32 fa 1.28.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:24 fa 1.28.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:32 fa 1.28.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [fe975d9590358bf4b8ae57d8e962d8c7faa525ac]

        INTEGRATION: CWS ooo64bit01 (1.14.20); FILE MERGED 2004/04/13 03:42:30 fa 1.14.20.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:23 fa 1.14.20.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:31 fa 1.14.20.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [bef25f403016dd7d545a2f621cfb5681d1cb4103]

        INTEGRATION: CWS ooo64bit01 (1.56.4); FILE MERGED 2004/05/02 23:16:21 svesik 1.56.4.4: RESYNC: (1.56-1.57); FILE MERGED 2004/04/13 03:42:30 fa 1.56.4.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:21 fa 1.56.4.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:30 fa 1.56.4.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [52535b628c6d462a961a301605263521c07c07ef]

        INTEGRATION: CWS ooo64bit01 (1.27.92); FILE MERGED 2004/04/13 03:42:29 fa 1.27.92.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:20 fa 1.27.92.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:29 fa 1.27.92.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [552eb8a12d0d3484e0195f9c6ad917d824b3903f]

        INTEGRATION: CWS ooo64bit01 (1.8.274); FILE MERGED 2004/04/13 03:42:28 fa 1.8.274.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:19 fa 1.8.274.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:28 fa 1.8.274.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [65a48b477446fb792be33c995b08dda98b0c8b5d]

        INTEGRATION: CWS ooo64bit01 (1.170.4); FILE MERGED 2004/04/13 03:42:27 fa 1.170.4.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:18 fa 1.170.4.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:27 fa 1.170.4.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [41c5a3589bcfb67fa6497b796fff49e5226e0c31]

        INTEGRATION: CWS ooo64bit01 (1.8.116); FILE MERGED 2004/04/13 03:42:27 fa 1.8.116.1: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long*

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5cb05b7b8305bd3280c1725b392ddf2fd1d26855]

        INTEGRATION: CWS ooo64bit01 (1.13.80); FILE MERGED 2004/04/13 03:42:26 fa 1.13.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:17 fa 1.13.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:26 fa 1.13.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b93a8ae066c46515022ea307597900d630103a33]

        INTEGRATION: CWS ooo64bit01 (1.25.28); FILE MERGED 2004/04/13 03:42:26 fa 1.25.28.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:15 fa 1.25.28.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:25 fa 1.25.28.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5d0e55e419c7458da69294770f728a30cd948b30]

        INTEGRATION: CWS ooo64bit01 (1.8.80); FILE MERGED 2004/04/13 03:42:25 fa 1.8.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:15 fa 1.8.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:25 fa 1.8.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6b875a5c743bcbadf3a3645d8fecb89ba1509dc1]

        INTEGRATION: CWS ooo64bit01 (1.3.78); FILE MERGED 2004/03/31 16:49:15 fa 1.3.78.3: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:24 fa 1.3.78.2: More 64-bit changes.  'rsc' still broken, but not as much as before. 2004/03/15 23:18:48 fa 1.3.78.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3f394a0788dbfc3d083302d9d0f78eaa42a62ca6]

        INTEGRATION: CWS ooo64bit01 (1.5.78); FILE MERGED 2004/04/13 03:42:25 fa 1.5.78.1: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long*

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ae352d6f175b5035b69c89fe9f1c0426d3e29d5b]

        INTEGRATION: CWS ooo64bit01 (1.3.80); FILE MERGED 2004/04/13 03:42:24 fa 1.3.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:13 fa 1.3.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:23 fa 1.3.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ad9a8a2b7f71f3d58d54e8e166f5955fad0a8ca4]

        INTEGRATION: CWS ooo64bit01 (1.25.54); FILE MERGED 2004/04/13 03:42:23 fa 1.25.54.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:11 fa 1.25.54.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:22 fa 1.25.54.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f0087ddb8ed3de28a59e72701058c72d502979b6]

        INTEGRATION: CWS ooo64bit01 (1.44.54); FILE MERGED 2004/04/13 03:42:23 fa 1.44.54.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:11 fa 1.44.54.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:22 fa 1.44.54.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6504f508a6a9656283c06ad66a441ca6e6c11e48]

        INTEGRATION: CWS ooo64bit01 (1.63.54); FILE MERGED 2004/04/13 03:42:22 fa 1.63.54.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:10 fa 1.63.54.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:21 fa 1.63.54.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7e8a9739da13a46596438873bfc3917abd2ebe7b]

        INTEGRATION: CWS ooo64bit01 (1.28.80); FILE MERGED 2004/04/13 03:42:22 fa 1.28.80.3: #i8605# Make vcl 64-bit clean, all coordinate arrays (like pDXAry, etc) should be   sal_Int32* rather than long* 2004/03/31 16:49:10 fa 1.28.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:20 fa 1.28.80.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2cf8185a4384498fe8f1bf256cfe38f8764b1cd6]

        INTEGRATION: CWS ooo64bit01 (1.25.8); FILE MERGED 2004/03/22 16:59:05 fa 1.25.8.1: Convert a Sequence< Atom > to a more correct std::vector< Atom > to work around ambiguous overloading of Sequence::getCppuType() for "const Atom *"

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3f861e9d01b20235d4d65df4a60de0fcef1a761e]

        INTEGRATION: CWS ooo64bit01 (1.68.6); FILE MERGED 2004/03/22 16:59:05 fa 1.68.6.1: Convert a Sequence< Atom > to a more correct std::vector< Atom > to work around ambiguous overloading of Sequence::getCppuType() for "const Atom *"

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8765026525794431f35d228b5469a91ed87f1977]

        INTEGRATION: CWS ooo64bit01 (1.43.2); FILE MERGED 2004/03/19 08:21:30 waratah 1.43.2.1: Merge from ant01 to make compiles with ant 1.6 work correctly

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [126fd4d4db717181c0356dbc911102c73bab3a5f]

        INTEGRATION: CWS ooo64bit01 (1.7.414); FILE MERGED 2004/03/15 23:18:30 fa 1.7.414.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2b105ff576fe582cf0b5b29a2349294c21c4c50e]

        INTEGRATION: CWS ooo64bit01 (1.26.4); FILE MERGED 2004/03/15 23:18:30 fa 1.26.4.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ee1fdeeb6f9ee05049144de3b5afaf639bb01f8d]

        INTEGRATION: CWS ooo64bit01 (1.24.4); FILE MERGED 2004/03/15 23:18:30 fa 1.24.4.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c0a4ce3649d51253e371cc1c883055eced116c32]

        INTEGRATION: CWS ooo64bit01 (1.62.2); FILE MERGED 2004/03/19 08:20:08 waratah 1.62.2.1: Merge from ant01 to make compiles with ant 1.6 work correctly

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5f521b9e4180f84e686851196834f4955bfc32ea]

        INTEGRATION: CWS ooo64bit01 (1.73.70); FILE MERGED 2004/05/05 00:21:19 svesik 1.73.70.2: RESYNC: (1.73-1.76); FILE MERGED 2004/03/15 23:18:31 fa 1.73.70.1: First bits of 64-bitness.  #i25651# & more

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b0bb1dc9fadd6709ba476f2d361baca2f6a5152c]

        INTEGRATION: CWS gh6 (1.130.10); FILE MERGED 2004/05/12 11:38:28 gh 1.130.10.1: #111796#use loader for sts library for testtool from tools

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f58f352b9c336cda46cd63439c60c5043883d721]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:25 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f37f3349d25439c8dec1c9c005dc86dc355e29df]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:24 fa 1.2.104.3: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean 2004/03/31 16:48:35 fa 1.2.104.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:50 fa 1.2.104.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [03723a82271341fe6ec91f6e6013c573261acc71]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:23 fa 1.2.104.3: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean 2004/03/31 16:48:34 fa 1.2.104.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:49 fa 1.2.104.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [bf8b61bfcfe656f8c5d7213e90ba84d17c4e793f]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:23 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [52e1534c53ff71da518e8468b6565bc26f760cbe]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:22 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6ba2144071621695a94d7f9ec774ab2874357004]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:22 fa 1.2.104.3: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean 2004/03/31 16:48:34 fa 1.2.104.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:49 fa 1.2.104.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [64016996343428ad39bc676f2b7f65a06f2d4729]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:21 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [ab0fd1f6a6c7f52d8930dee5f40f002bffd93560]

        INTEGRATION: CWS ooo64bit01 (1.3.88); FILE MERGED 2004/04/13 03:40:20 fa 1.3.88.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8b27af9e5fdb9584a39f1ae8366ef9f29ebe8394]

        INTEGRATION: CWS ooo64bit01 (1.4.88); FILE MERGED 2004/04/13 03:40:19 fa 1.4.88.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0a872d00e04544092998d46e09d1fddab0da310e]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:18 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6e31884415a3ea4cc25249e2f01c9d7488cf71a3]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:18 fa 1.2.104.3: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean 2004/03/31 16:48:33 fa 1.2.104.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:48 fa 1.2.104.1: More 64-bit changes.  'rsc' still broken, but not as much as before.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e9c1f5ff5a69861fac3e1f3c1c666caf057d0498]

        INTEGRATION: CWS gh6 (1.8.86); FILE MERGED 2004/05/13 11:16:27 gh 1.8.86.1: handle tabs in old gsi files correctly detect illegal characters move sourcelanguage default from german to english

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [640e7f184880bc7a6dfd055a0ebdaade5dbf0324]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:17 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e464419ca2e8d21f7d320683f7dae00e1fd40909]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:16 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [fb7c012319ea120214d6c19a9c5c0d9085f4d299]

        INTEGRATION: CWS gh6 (1.25.4); FILE MERGED 2004/05/12 11:38:28 gh 1.25.4.1: #111796#use loader for sts library for testtool from tools

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7571473bb3b9d9df1f012894b6a015891fb41a61]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:16 fa 1.2.104.2: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean 2004/03/31 16:48:33 fa 1.2.104.1: Back out of changes since 2004-03-24, focus on smaller, more integratable changes

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [676f74307acf8b636c33ed5848baa6a0b700fb37]

        INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED 2004/04/13 03:40:15 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean #i8582# make tools portions of resource code 64-bit clean

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [25459bae7cf851279d111404ab22ec065a948611]

        INTEGRATION: CWS gh6 (1.6.14); FILE MERGED 2004/05/12 11:31:59 gh 1.6.14.1: #111796#make spadmin testable by testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [1a989dcf32ff23640a355570a1f8477d9a3c6b3b]

        INTEGRATION: CWS gh6 (1.11.44); FILE MERGED 2004/05/12 11:31:59 gh 1.11.44.1: #111796#make spadmin testable by testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [76f056f179cf07adcb5c7c2da2a6d45b5c63d7eb]

        INTEGRATION: CWS gh6 (1.2.142); FILE MERGED 2004/05/12 11:31:58 gh 1.2.142.1: #111796#make spadmin testable by testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [dbdf274c7845c56acbf32997f07f6b2ca14f5afc]

        INTEGRATION: CWS gh6 (1.2.166); FILE MERGED 2004/05/12 11:31:58 gh 1.2.166.1: #111796#make spadmin testable by testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6168721cb378df963d51fa533b0d967f3bbb130a]

        INTEGRATION: CWS gh6 (1.6.100); FILE MERGED 2004/05/18 12:40:25 gh 1.6.100.1: #116401# allow setting of environment variables for childprocesses from BASIC

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [24fd00c9614167c29779f87fa23252b68a117ad9]

        INTEGRATION: CWS gh6 (1.4.114); FILE MERGED 2004/05/05 15:37:36 gh 1.4.114.1: #116221#limit size of resultfile

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e452f192d774149c049f3b6d3587e42d1c8bb478]

        INTEGRATION: CWS gh6 (1.15.16); FILE MERGED 2004/05/05 15:37:36 gh 1.15.16.3: #116221#limit size of resultfile 2004/03/08 13:10:51 gh 1.15.16.2: #109333#add userdata earlier so the type is already available in the Paint 2004/03/08 10:44:16 gh 1.15.16.1: #112055# warnings are more important than qaErrors

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e8039879b1f39e667c03b1f02ac44854b4f55848]

        INTEGRATION: CWS gh6 (1.8.24); FILE MERGED 2004/03/08 16:01:41 gh 1.8.24.1: #i20002#new look and feel of About Box

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8f42f0fc166af45b1e7b277014f022da63460416]

        INTEGRATION: CWS gh6 (1.17.16); FILE MERGED 2004/03/08 16:01:41 gh 1.17.16.1: #i20002#new look and feel of About Box

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [fe11098ada4b185218f9b99a85235ed587c5793f]

        INTEGRATION: CWS gh6 (1.53.128); FILE MERGED 2004/06/08 14:19:04 gh 1.53.128.3: #i20002# changed from (R) to (C) 2004/04/02 10:11:37 gh 1.53.128.2: #i26908#comment out unused menu entry 2004/03/08 16:01:40 gh 1.53.128.1: #i20002#new look and feel of About Box

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8fa4530cb9dc35c13cdad17dd9375dff3867d340]

        INTEGRATION: CWS gh6 (1.3.32); FILE MERGED 2004/05/06 10:01:55 gh 1.3.32.1: #116440#make automatically started scripts more unattended

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b10e4e5c27125e60b35dff159dae99f89fcc8f5e]

        INTEGRATION: CWS gh6 (1.4.162); FILE MERGED 2004/05/06 10:01:54 gh 1.4.162.3: #116440#make automatically started scripts more unattended 2004/05/05 15:53:50 gh 1.4.162.2: #i26967#show filename in 'not found' dialog 2004/05/05 15:35:56 gh 1.4.162.1: #i26967#show filename in 'not found' dialog

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6431d63c9d19aa3f742a02cd4415bb171547b595]

        INTEGRATION: CWS gh6 (1.5.156); FILE MERGED 2004/05/12 11:25:48 gh 1.5.156.1: #i29082#recompile after reload of sources

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [359262b037f2eff4c69bae1a5e5b201b15ff1a4f]

        INTEGRATION: CWS gh6 (1.7.162); FILE MERGED 2004/05/05 10:09:31 gh 1.7.162.1: #108007#Get focus handling better

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [bfe49c642dd4075041bdd4f778e8721f6d646868]

        INTEGRATION: CWS gh6 (1.53.16); FILE MERGED 2004/05/27 15:22:53 gh 1.53.16.6: compensate libraries which have been renamed 2004/05/06 10:01:53 gh 1.53.16.5: #116440#make automatically started scripts more unattended 2004/05/05 15:37:36 gh 1.53.16.4: #116221#limit size of resultfile 2004/05/05 10:09:31 gh 1.53.16.3: #108007#Get focus handling better 2004/05/03 16:21:01 gh 1.53.16.2: #i26798# run even when resultfile has focus 2004/03/08 16:02:24 gh 1.53.16.1: fix compiler warnings

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [be5cbb30dc0746a794bb8a33ce02890bd89a81f1]

        INTEGRATION: CWS sb17 (1.3.4); FILE MERGED 2004/06/03 13:40:05 sb 1.3.4.3: #115879# Added VndSunStarPkgUrlReferenceFactory service. 2004/06/03 08:44:44 sb 1.3.4.2: #109735# Improved tests. 2004/06/02 10:50:05 sb 1.3.4.1: #109735# Added ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [954bf14be03ab5fef900e5e0b8baae314719ea82]

        INTEGRATION: CWS gh6 (1.12.6); FILE MERGED 2004/05/06 10:02:35 gh 1.12.6.1: remove delivering testtool.res since it is not used since ages

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [93ec9656e2c7680990191fa8f9830adc2f682d3c]

        INTEGRATION: CWS sb17 (1.3.4); FILE MERGED 2004/06/03 13:40:05 sb 1.3.4.2: #115879# Added VndSunStarPkgUrlReferenceFactory service. 2004/06/02 10:50:04 sb 1.3.4.1: #109735# Added ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4d3dacfba2c22c5da748184595d3b91f0f685b46]

        INTEGRATION: CWS sb17 (1.3.4); FILE MERGED 2004/06/03 13:42:08 sb 1.3.4.2: #115879# Added VndSunStarPkgUrlReferenceFactory service. 2004/06/02 10:50:03 sb 1.3.4.1: #109735# Added ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [dd1fb301ccf421de1673e66d8b18dc4bd458fe8f]

        INTEGRATION: CWS gh6 (1.170.2); FILE MERGED 2004/03/17 18:33:01 pl 1.170.2.1: #i26400# fixed bug in frame state evaluation

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0032e787766181111c6d896642a4117a5e093033]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/06/03 13:42:55 sb 1.1.2.1: #115879# Added VndSunStarPkgUrlReferenceFactory service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [777bd108f4ff95957ea1e457dae6e48cdadb9277]

        INTEGRATION: CWS gh6 (1.10.76); FILE MERGED 2004/05/12 15:51:32 pl 1.10.76.3: #116634# state mask is input, not output parameter 2004/03/18 09:30:26 pl 1.10.76.2: #i26400# add: IsMaximized() 2004/03/17 18:32:26 pl 1.10.76.1: #i26400# add: Maximize method

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b1216b8ca1f694fb3cff0f523a6d52ef5374b340]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/06/03 13:42:35 sb 1.1.2.1: #115879# Added VndSunStarPkgUrlReferenceFactory service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3b204342a624005f8a963088250bc297b0b2edf5]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/06/02 10:54:22 sb 1.1.2.1: #109735# Added ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [924ff91eea9f4df7a734e54e34dc542b46e233f7]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/06/02 10:54:36 sb 1.1.2.1: #109735# Added ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e68570c1d4fc832b68a241556e00c36bdf67a127]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/04/05 15:32:16 sb 1.1.2.1: #i25672# Changed textenc.c to textenc.cxx.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f260173fc3ef7994b96cbffd29b875adf24483a5]

        INTEGRATION: CWS gh6 (1.9.8); FILE MERGED 2004/05/24 11:58:51 gh 1.9.8.2: had windows specific library also linked for gcc 2004/05/19 14:55:30 gh 1.9.8.1: #i29104#new command to access windows registry from testtool-BASIC

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [936b8a7de6e4ce36620a045c02dc91faef96aba6]

        INTEGRATION: CWS sb17 (1.23.78); FILE MERGED 2004/04/05 15:34:34 sb 1.23.78.1: #i25672# Added RTL_TEXTENCODING_ADOBE_STANDARD/SYMBOL.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4d48d2d3561ebbab8347107daf5cbef6ac99baae]

        INTEGRATION: CWS gh6 (1.3.28); FILE MERGED 2004/05/18 12:40:45 gh 1.3.28.1: #116401# allow setting of environment variables for childprocesses from BASIC

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a5ba7d535577ef6b43e29bdbdacfb58f0c1c5b27]

        INTEGRATION: CWS sb17 (1.6.78); FILE MERGED 2004/04/05 15:35:59 sb 1.6.78.1: #i25672# Extended ImplHandleBadInputMbTextToUnicodeConversion to single-byte scenarios.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9fac78ff7ac82055df5e40df51973f45ef7a1912]

        INTEGRATION: CWS gh6 (1.3.16); FILE MERGED 2004/05/18 12:40:45 gh 1.3.16.2: #116401# allow setting of environment variables for childprocesses from BASIC 2004/03/05 09:46:59 gh 1.3.16.1: fix compiler warnings

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [25ea8ed50e7e82ffe7e0ea48e4ebea4174ac2a60]

        INTEGRATION: CWS sb17 (1.9.176); FILE MERGED 2004/06/11 07:06:04 sb 1.9.176.2: #i25672# OBJFILES still needed by util/makefile... 2004/04/05 15:34:33 sb 1.9.176.1: #i25672# Added RTL_TEXTENCODING_ADOBE_STANDARD/SYMBOL.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [0a446858d7a017abaf907e1b66af21d58ab2b250]

        INTEGRATION: CWS gh6 (1.2.8); FILE MERGED 2004/05/19 14:54:23 gh 1.2.8.1: make code nicer

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a0523a687ef93ebbafa7024afdb59f0268252ffd]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/04/05 15:33:52 sb 1.1.2.1: #i25672# Added RTL_TEXTENCODING_ADOBE_STANDARD/SYMBOL.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [23b5e979311334411ab33b0d5cc89db890709d6c]

        INTEGRATION: CWS gh6 (1.1.2); FILE ADDED 2004/05/19 14:53:20 gh 1.1.2.1: #i29104#new command to access windows registry from testtool-BASIC

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [10ba2b95c97f61f7f9886d4bf35a2ff9e09a39a1]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/04/05 15:33:41 sb 1.1.2.1: #i25672# Added RTL_TEXTENCODING_ADOBE_STANDARD/SYMBOL.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [cf4437e7fe9a4c3d6258f147a285dc902dfdb30f]

        INTEGRATION: CWS gh6 (1.1.2); FILE ADDED 2004/05/19 14:53:21 gh 1.1.2.1: #i29104#new command to access windows registry from testtool-BASIC

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [dc9c9797c8845d1e7a47cc7013046441a548ab82]

        INTEGRATION: CWS sb17 (1.2.28); FILE MERGED 2004/04/05 15:35:58 sb 1.2.28.1: #i25672# Extended ImplHandleBadInputMbTextToUnicodeConversion to single-byte scenarios.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8bd568d6af167b9edb67ecf764918fb6a73373b6]

        INTEGRATION: CWS gh6 (1.4.8); FILE MERGED 2004/05/19 14:54:57 gh 1.4.8.4: #i29104#new command to access windows registry from testtool-BASIC 2004/05/18 15:05:55 gh 1.4.8.3: #i29106#new command getLinkDestination to read out a link under unix 2004/05/18 12:40:45 gh 1.4.8.2: #116401# allow setting of environment variables for childprocesses from BASIC 2004/03/12 09:56:58 gh 1.4.8.1: #108085# no senseless directries and new key for GUI version in empty control-file

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [be9a67d6a673ffd8d02af4d6088f9ee21b52eda6]

        INTEGRATION: CWS sb17 (1.4.28); FILE MERGED 2004/04/05 15:35:58 sb 1.4.28.1: #i25672# Extended ImplHandleBadInputMbTextToUnicodeConversion to single-byte scenarios.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5b92145fd881aaf3f0e34b520f123714b935035f]

        INTEGRATION: CWS gh6 (1.9.8); FILE MERGED 2004/05/19 14:54:57 gh 1.9.8.6: #i29104#new command to access windows registry from testtool-BASIC 2004/05/18 15:05:55 gh 1.9.8.5: #i29106#new command getLinkDestination to read out a link under unix 2004/05/18 12:40:45 gh 1.9.8.4: #116401# allow setting of environment variables for childprocesses from BASIC 2004/04/29 13:39:41 gh 1.9.8.3: #106857# remove CTTreeListBox 2004/03/12 09:56:58 gh 1.9.8.2: #108085# no senseless directries and new key for GUI version in empty control-file 2004/03/05 09:45:16 gh 1.9.8.1: #106714# make ValueSet accessible for testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [dbded0a1f0348a1a044e606149e04e5e3e2718f6]

        INTEGRATION: CWS gh6 (1.2.8); FILE MERGED 2004/05/19 14:54:57 gh 1.2.8.1: #i29104#new command to access windows registry from testtool-BASIC

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8d18d3d42f0a7105e4e51eeab88fe22d77eba395]

        INTEGRATION: CWS gh6 (1.1.88); FILE MERGED 2004/03/05 09:46:58 gh 1.1.88.1: fix compiler warnings

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7182528ba1c3ad291c0abc473f34cd6a0b70e700]

        INTEGRATION: CWS gh6 (1.5.20); FILE MERGED 2004/05/24 11:51:33 gh 1.5.20.2: #i29440# 2004/05/07 14:27:22 gh 1.5.20.1: #110980#GetDocumentCount is now 0(zero) if only backing Window is there

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6ecb2bfb29660c56b5658e980bf7fc241c1c03a9]

        INTEGRATION: CWS sb17 (1.3.256); FILE MERGED 2004/04/05 15:35:57 sb 1.3.256.1: #i25672# Extended ImplHandleBadInputMbTextToUnicodeConversion to single-byte scenarios.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e21f7c717c509cfdbaf656ff40a7c371729dec9a]

        INTEGRATION: CWS gh6 (1.7.54); FILE MERGED 2004/06/08 14:20:57 gh 1.7.54.8: #i26121#adapt system model of min/max/restore to testtool model 2004/05/25 15:59:15 gh 1.7.54.7: do not redirect settext to typekeys even if TypeKeysDelay is active 2004/05/24 14:33:10 gh 1.7.54.6: new command GetSelText for ValueSet and initializing of variables 2004/05/24 11:51:32 gh 1.7.54.5: #i29440# 2004/05/03 14:52:52 gh 1.7.54.4: #i26121# add maximize,minimize and restore to WorkWindow for testtool 2004/04/29 13:39:40 gh 1.7.54.3: #106857# remove CTTreeListBox 2004/03/05 17:05:35 gh 1.7.54.2: #106857#generate qa warning for CTTreeListBox usage 2004/03/05 09:45:16 gh 1.7.54.1: #106714# make ValueSet accessible for testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6c433144feb3cf2b6929b500e5f33dd15d1a4f1b]

        INTEGRATION: CWS gh6 (1.7.16); FILE MERGED 2004/05/24 11:51:32 gh 1.7.16.3: #i29440# 2004/05/07 14:27:22 gh 1.7.16.2: #110980#GetDocumentCount is now 0(zero) if only backing Window is there 2004/04/29 13:39:40 gh 1.7.16.1: #106857# remove CTTreeListBox

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [932f678f3ce06910e7913420c732afd5e945b7af]

        INTEGRATION: CWS sb17 (1.3.28); FILE MERGED 2004/04/05 15:35:57 sb 1.3.28.1: #i25672# Extended ImplHandleBadInputMbTextToUnicodeConversion to single-byte scenarios.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [dca0d1b671c17f938fe895acf3a734b88c1248fe]

        INTEGRATION: CWS gh6 (1.4.16); FILE MERGED 2004/05/24 11:51:32 gh 1.4.16.2: #i29440# 2004/03/05 09:46:58 gh 1.4.16.1: fix compiler warnings

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6525167449fffb7d975fb4caf52fc6b1226f72d6]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/04/05 15:33:23 sb 1.1.2.1: #i25672# Added RTL_TEXTENCODING_ADOBE_STANDARD/SYMBOL.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [e638a1674604528a03a8a221bf8d4070bf561f78]

        INTEGRATION: CWS sb17 (1.4.124); FILE MERGED 2004/06/03 08:10:34 sb 1.4.124.2: #109735# Multibyte characters can be represented in URLs with mixtures of escape sequences and ASCII characters. 2004/06/02 10:46:47 sb 1.4.124.1: #109735# Added rtl_UriEn/DecodeStrict.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4f810d3fa4cba3092c135666dea8d4b3c266d315]

        INTEGRATION: CWS gh6 (1.3.28); FILE MERGED 2004/03/05 09:46:57 gh 1.3.28.1: fix compiler warnings

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [89d6f69a2e66e0e61b2f4a2e85949f6e27e0a1aa]

        INTEGRATION: CWS sb17 (1.2.26); FILE MERGED 2004/06/03 08:10:33 sb 1.2.26.2: #109735# Multibyte characters can be represented in URLs with mixtures of escape sequences and ASCII characters. 2004/06/02 10:46:46 sb 1.2.26.1: #109735# Added rtl_UriEn/DecodeStrict.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [744ebbb1c9c205437086c60cbcefdad09a3de89f]

        INTEGRATION: CWS gh6 (1.2.62); FILE MERGED 2004/03/05 09:46:57 gh 1.2.62.1: fix compiler warnings

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [22628ede854bb5b6853b78a6d29edd0c23e9059f]

        INTEGRATION: CWS sb17 (1.2.26); FILE MERGED 2004/06/11 08:57:14 sb 1.2.26.1: #i25672# Merged in sal/test/testtextenc.cxx 1.30.20.1.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f45c0881568c58ddca7504391d38b367d252c3b2]

        INTEGRATION: CWS gh6 (1.4.8); FILE MERGED 2004/05/18 12:40:44 gh 1.4.8.1: #116401# allow setting of environment variables for childprocesses from BASIC

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9615690f5f9a46275d5a3a841c641097799a4e97]

        INTEGRATION: CWS sb17 (1.7.238); FILE MERGED 2004/06/02 10:46:45 sb 1.7.238.1: #109735# Added rtl_UriEn/DecodeStrict.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [abd2e1d28c72d8e4c8a5bbf8dfa70c92808058b6]

        INTEGRATION: CWS gh6 (1.3.70); FILE MERGED 2004/05/03 14:52:52 gh 1.3.70.3: #i26121# add maximize,minimize and restore to WorkWindow for testtool 2004/04/29 13:39:40 gh 1.3.70.2: #106857# remove CTTreeListBox 2004/03/05 09:45:14 gh 1.3.70.1: #106714# make ValueSet accessible for testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [2216e4a388ba5b79e3950b551d44f6455388d628]

        INTEGRATION: CWS sb17 (1.12.78); FILE MERGED 2004/04/05 15:31:05 sb 1.12.78.1: #i25672# Added RTL_TEXTENCODING_ADOBE_STANDARD/SYMBOL.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4bc3372ff81224548064426b9cc7ca3a386d1334]

        INTEGRATION: CWS gh6 (1.12.66); FILE MERGED 2004/05/12 11:36:07 gh 1.12.66.1: #111796#provide loader for sts library for testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9e1b8635a3bf068e42a47a57e9f756bf4a6ca349]

        #i10000# unxsoli

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [6569f5e48d0ba0f6925821de44e8d0840d3ac48a]

        INTEGRATION: CWS gh6 (1.1.2); FILE ADDED 2004/05/12 11:34:47 gh 1.1.2.1: #111796#provide loader for sts library for testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [4ef3f65ee1b12d89111a9ca7bb647090d3159a51]

        INTEGRATION: CWS gh6 (1.1.2); FILE ADDED 2004/05/12 11:34:37 gh 1.1.2.1: #111796#provide loader for sts library for testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3236ca511da8e4d6e49a90d5e6eec57cea0b5e12]

        INTEGRATION: CWS gh6 (1.14.2); FILE MERGED 2004/03/12 16:28:25 gh 1.14.2.1: #109512#preserve case of path in ToAbs even for caseinsensitive filesystem

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [89a95f4706ed04ce1150453a1030fa88294cf072]

        INTEGRATION: CWS sb17 (1.3.6); FILE MERGED 2004/06/03 13:38:17 sb 1.3.6.2: #115879# Added VndSunStarPkgUrlReferenceFactory service. 2004/06/02 10:47:54 sb 1.3.6.1: #109735# Added ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a95d29054d5f58b254d931944301b42a0bf26eab]

        INTEGRATION: CWS gh6 (1.26.26); FILE MERGED 2004/05/12 11:36:06 gh 1.26.26.1: #111796#provide loader for sts library for testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [5bcab6b7857288dd49b9daebac6a81c1cf7fa66f]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/06/03 13:38:41 sb 1.1.2.1: #115879# Added VndSunStarPkgUrlReferenceFactory service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [00e7b2dfa68b9f4273cf21e0d792efccb3f4c666]

        INTEGRATION: CWS gh6 (1.15.54); FILE MERGED 2004/05/12 11:36:07 gh 1.15.54.1: #111796#provide loader for sts library for testtool

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [885e1b0978c76a90552dbaa113d53ad8de1e2fd6]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/06/02 10:48:50 sb 1.1.2.1: #109735# Added ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [71c4d14b7909d2511ce2a1fa37c21fde25d1efee]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/06/03 13:38:57 sb 1.1.2.1: #115879# Added VndSunStarPkgUrlReferenceFactory service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [b9eda63de1036064e93442d2bc072636875c51de]

        INTEGRATION: CWS sb17 (1.3.18); FILE MERGED 2004/06/03 13:35:56 sb 1.3.18.1: #109735# Merged in 1.3.22.2.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [c756d29d5095f37d2b72a856247eaf689fda00be]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/06/02 10:48:30 sb 1.1.2.1: #109735# Added ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [907947be6df116fbd7d9443cd7e5fe0539417e3e]

        INTEGRATION: CWS sb17 (1.47.4); FILE MERGED 2004/06/10 11:46:45 sb 1.47.4.2: RESYNC: (1.47-1.48); FILE MERGED 2004/04/27 09:55:26 hdu 1.47.4.1: #i25644# use exact ADOBE encoding instead of approximation

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [8686f1c2c6f8b10c769c6a4e25b625b9e7347af3]

        INTEGRATION: CWS sb17 (1.2.8); FILE MERGED 2004/06/07 14:12:43 sb 1.2.8.1: #109735# Adapted to ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [bdb57d79783a87fc7e1720d964be5efaebf47bb0]

        INTEGRATION: CWS sb17 (1.9.8); FILE MERGED 2004/06/07 14:12:43 sb 1.9.8.1: #109735# Adapted to ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [3779ecf04988c781a6792bbf51cfcef2e49b0fed]

        INTEGRATION: CWS sb17 (1.5.166); FILE MERGED 2004/06/02 10:56:00 sb 1.5.166.1: #109735# Adapted to ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [686cdea5ac408ba78cf3c52dfcc43e2baef149e1]

        INTEGRATION: CWS sb17 (1.1.174); FILE MERGED 2004/06/02 10:56:00 sb 1.1.174.1: #109735# Adapted to ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [017f58ea2a0d6e4779c816d8bf8c232b1171943e]

        INTEGRATION: CWS sb17 (1.2.100); FILE MERGED 2004/06/03 12:04:27 sb 1.2.100.2: #109735# Fixed typo. 2004/06/02 10:55:59 sb 1.2.100.1: #109735# Adapted to ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [04890ea9ce9f2cfa17a0ad01ccd0dc1b41aacbad]

        INTEGRATION: CWS sb17 (1.7.148); FILE MERGED 2004/06/02 10:55:59 sb 1.7.148.1: #109735# Adapted to ExternalUriReferenceTranslator service.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a9f169e0a6e809941b93f7716c93f0f9413660df]

        INTEGRATION: CWS sb17 (1.20.18); FILE MERGED 2004/05/28 08:15:12 sb 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2004/04/06 08:23:10 sb 1.20.18.1: #i21297# Made up for forgotten adaption to removal of vnd.sun.star.script URLs from INetURLObject.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [f268aa9271fa6f1dfb6d61fd95c4c348e8409720]

        INTEGRATION: CWS sb17 (1.5.150); FILE MERGED 2004/04/06 08:21:39 sb 1.5.150.1: #i21297# Fixed base64 INetMIME::decodeHeaderFiledBody.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [20f9b85cdc69f4713747d47e1db0d8bdb474afb2]

        INTEGRATION: CWS sb17 (1.1.2); FILE ADDED 2004/04/06 08:21:55 sb 1.1.2.1: #i21297# Fixed base64 INetMIME::decodeHeaderFiledBody.

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [9e55c1da11d170be6b8f44c58d83f451c1b4a15f]

        INTEGRATION: CWS sb17 (1.8.20); FILE MERGED 2004/04/06 08:20:58 sb 1.8.20.1: #i21297# Fixed base64 decodeHeaderFiledBody (patch supplied by tianyongwei).

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [a3bcbec40f393b80d32b916fb6a3d5167f77bfd3]

        #i10000# Fix for windows native installer (IS).

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [44fa8f8f2c31d510c960b5bccd48c1f038e9e180]

        new version for SRC680

2004-06-17  Rüdiger Timm  <rt@openoffice.org>  [7f48db506f9c1424fc9bf8867bad1be88da812ea]

        #i10000# redo part of last change: remove SwAccTableSelHander_Impl::~SwAccTableSelHander_Impl() again because it does not compile with solaris x86.

2004-06-16  Kurt Zenker  <kz@openoffice.org>  [1330872e9f374bed1b866d289bcb6491b81f69f5]

        new version for SRC680

2004-06-16  Kurt Zenker  <kz@openoffice.org>  [ce0819d9290fedc103b8518bbb86fc723020978b]

        new version for SRC680

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7f7b51d6a9c821e8782b5e257688b819dfc5ef73]

        #i10000# typo: it's bIsInFrontOfLabel(FALSE), not IsInFrontOfLabel(FALSE) here.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [40e32fcd55eab988dc9ef9676e8ee88e4979ebf2]

        #i10000# pDtorNotify and bCallingDropCallback where initialized twice.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [ad5b6e0c6f8b6bbcfd5d6e16f4713a90adc9980e]

        #i10000# make instset_native work

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9112656572ce3d907cea1a7227577f6fb848e3f0]

        SRC680

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [8425e8b674f8942757488825bdaa6c9cd90cfc1d]

        #i10000# Copy image files ones, even if they are listed in several ilst files.

2004-06-16  Martin Hollmichel  <mh@openoffice.org>  [32c05bfe30ed54309b761886a062ed185aaa5cd5]

        join from ooo112fix?, #i29766#

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [4a90763a24c4d9aa66b48816b2e7dd4ff7b73c7c]

        INTEGRATION: CWS ooo20040509 (1.2.226); FILE MERGED 2004/05/07 00:23:04 vq 1.2.226.1: #i27968# Only use SOLARINC, remove the use of INCLUDE and SOLARINCLUDES.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [027b588fd803029e389a3cb26adc9413ae9523bb]

        INTEGRATION: CWS ooo20040509 (1.17.12); FILE MERGED 2004/05/10 14:54:14 vq 1.17.12.6: #i28579# Change $CYGWIN to $CYGWIN_PATH and prevent the incorrect shortening done by dirname. 2004/05/10 01:45:37 vq 1.17.12.5: #i27968# Remove WIN_LIB/LIB from set_soenv.in 2004/05/07 13:52:31 waratah 1.17.12.4: #i26548# Implemented enable directx option for windows 2004/05/07 13:45:32 waratah 1.17.12.3: #i26857# added enable-fontconfig and enable cups option to configure sript 2004/05/07 12:58:43 waratah 1.17.12.2: #i24006# Force language ENUS as well no matter what language selected 2004/05/07 00:23:02 vq 1.17.12.1: #i27968# Only use SOLARINC, remove the use of INCLUDE and SOLARINCLUDES.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [1c01781236a2ea76217f6cad300dfbdfe5ce5ba4]

        INTEGRATION: CWS ooo20040509 (1.63.8); FILE MERGED 2004/05/10 14:54:14 vq 1.63.8.9: #i28579# Change $CYGWIN to $CYGWIN_PATH and prevent the incorrect shortening done by dirname. 2004/05/10 14:33:43 vq 1.63.8.8: #i10000# Add missing quotes. 2004/05/10 10:14:44 waratah 1.63.8.7: #i26857# Implement testing for cups.h as well 2004/05/08 04:44:48 waratah 1.63.8.6: #i26548# Change directx default to on and allow disable 2004/05/07 13:52:31 waratah 1.63.8.5: #i26548# Implemented enable directx option for windows 2004/05/07 13:45:32 waratah 1.63.8.4: #i26857# added enable-fontconfig and enable cups option to configure sript 2004/05/07 12:42:14 waratah 1.63.8.3: #i22729# added a couple of missing trailing else to configure 2004/05/07 12:26:21 waratah 1.63.8.2: #i26396# implement bison version number test 2004/05/06 01:56:09 vq 1.63.8.1: #i28787# Micro merge from ooo112fix1.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [87427bb85c6b1635495b31839b188ae5dd0ac1cd]

        INTEGRATION: CWS ooo20040509 (1.44.8); FILE MERGED 2004/05/10 14:54:12 vq 1.44.8.7: #i28579# Change $CYGWIN to $CYGWIN_PATH and prevent the incorrect shortening done by dirname. 2004/05/10 10:16:46 waratah 1.44.8.6: #i26857# Implement testing for cups.h as well 2004/05/08 04:45:34 waratah 1.44.8.5: #i26548# Change directx default to on and allow disable 2004/05/07 13:54:12 waratah 1.44.8.4: #i26548# Implemented enable directx option for windows 2004/05/07 12:42:54 waratah 1.44.8.3: #i22729# added a couple of missing trailing else to configure 2004/05/07 12:27:09 waratah 1.44.8.2: #i26396# implement bison version number test 2004/05/06 01:56:06 vq 1.44.8.1: #i28787# Micro merge from ooo112fix1.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [618c36329c0aa86032ba5114ea0704655d5b6780]

        INTEGRATION: CWS ooo20040509 (1.1.2); FILE ADDED 2004/05/05 18:00:44 cmc 1.1.2.1: #28773# add alternative python fallback to FCFGMerge.java

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [8f5a905ff117422ad11de5bef5490d444bd106b9]

        INTEGRATION: CWS ooo20040509 (1.4.30); FILE MERGED 2004/05/05 18:02:31 cmc 1.4.30.1: #28773# attempt to use my fallback python script if we don't have java available

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e4f8feae28406a9054514fce2047e2e4d1bcf52b]

        INTEGRATION: CWS ooo20040509 (1.6.54); FILE MERGED 2004/05/08 15:51:18 pjanik 1.6.54.1: #i28946#: Add jurt to accesibility's depencencies.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [5b3bacf52025bb91a8ae1148d52912e9b7265ba7]

        INTEGRATION: CWS ooo20040509 (1.49.50); FILE MERGED 2004/05/07 00:23:04 vq 1.49.50.1: #i27968# Only use SOLARINC, remove the use of INCLUDE and SOLARINCLUDES.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [07f1357c6d9d57e66ed7aeafd1022adf967c1d38]

        INTEGRATION: CWS ooo20040509 (1.14.76); FILE MERGED 2004/05/07 13:56:30 waratah 1.14.76.1: #i28294# Added correct library number for gcc 3.4

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [dc4edee97d05498e3d8fde74b03486cbe888f5c9]

        INTEGRATION: CWS ooo20040509 (1.144.38); FILE MERGED 2004/05/12 21:56:13 svesik 1.144.38.2: RESYNC: (1.144-1.145); FILE MERGED 2004/05/07 00:23:03 vq 1.144.38.1: #i27968# Only use SOLARINC, remove the use of INCLUDE and SOLARINCLUDES.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [874340c726299668ee5250ad5475bcaea0576dd3]

        INTEGRATION: CWS ooo20040509 (1.14.44); FILE MERGED 2004/05/08 22:07:12 vq 1.14.44.4: #i28953# Disable the output of Command: ... to stderr. 2004/05/05 02:51:16 vq 1.14.44.3: #i28717# Adapt guw.pl to par2script, accept multiple @ switch for parameter files and keep the number of @ in the output. 2004/05/05 02:09:27 vq 1.14.44.2: #i28717# Basic perl, don't ask. 2004/05/05 01:49:07 vq 1.14.44.1: #i28717# Let guw.pl handle multiple @@.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a695902012718f628f01c354588e057c73df0148]

        INTEGRATION: CWS ooo20040509 (1.2.404); FILE MERGED 2004/06/14 15:35:10 svesik 1.2.404.3: eliminate conflict 2004/05/13 13:45:42 svesik 1.2.404.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/06 14:09:19 waratah 1.2.404.1: Bracket pragma not valid for gcc reorder definition to match order in class definiton

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [3ae66e5d2daa4d12d3db369df6cda2612e967b19]

        INTEGRATION: CWS ooo20040509 (1.7.572); FILE MERGED 2004/05/06 12:00:16 waratah 1.7.572.1: #i1858# bracket the pragma's that gcc does not know about

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [45ffa7d9620fa2098151d65e7414e0eb2cf6cdab]

        INTEGRATION: CWS ooo20040509 (1.5.172); FILE MERGED 2004/05/06 12:01:56 waratah 1.5.172.1: #i1858# reorder some definitions to match header, initialise a field to a sensible value because of warning in gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [fb11c806dcbfdf6be9bfef82dfd197afea16e53d]

        INTEGRATION: CWS ooo20040509 (1.3.572); FILE MERGED 2004/05/06 12:09:59 waratah 1.3.572.1: #i1858# bracket the pragma's that gcc does not know about

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e5758a9ebbaf77f3fd46f5e4e4fb069443e64b1c]

        INTEGRATION: CWS ooo20040509 (1.10.124); FILE MERGED 2004/05/06 12:12:08 waratah 1.10.124.1: #i1858# Implement correct bracketting in initialisation clause

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [5ca594daa9635b956c955b3f251d78c958d2433e]

        INTEGRATION: CWS ooo20040509 (1.5.564); FILE MERGED 2004/05/06 12:14:23 waratah 1.5.564.1: #i1858# Reorder some definitions to match the header file add some initialisations that are warned about in gcc remove a trailing \ that gcc warns about

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [62c519d8f8d227fd218309ebc5bd8ee4702da8d3]

        INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 12:13:12 waratah 1.1.1.1.588.1: #i1858# correct an initialisation warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [af92567efe60d6b6f59eba4487ba2d4406df4db2]

        INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 12:20:18 waratah 1.1.1.1.588.1: #i1858# reorder definitions to match header

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [13aceec56cefa5a4bdcaff8629749bdb0d71f785]

        INTEGRATION: CWS ooo20040509 (1.34.154); FILE MERGED 2004/05/06 12:25:07 waratah 1.34.154.1: Add some initialisers to variables Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7b0fe34f288d29c3b2c1b7813750bdec646ca019]

        INTEGRATION: CWS ooo20040509 (1.51.154); FILE MERGED 2004/05/06 12:26:08 waratah 1.51.154.1: Add some initialisers to variables Bracket a pragma that is not valid for gcc to remove -Wall warning remove unused variable add an unhandled case to case statement for documentation purposes

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7b89f21dc86bffc70a5d1f96ef89160a12172d4a]

        INTEGRATION: CWS ooo20040509 (1.2.154); FILE MERGED 2004/05/06 12:26:36 waratah 1.2.154.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [b7c85270ef5bd3a8298a65cedcf42668577d9dec]

        INTEGRATION: CWS ooo20040509 (1.3.404); FILE MERGED 2004/05/06 12:26:36 waratah 1.3.404.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [39f2e75b47947d157748a3f7416f547bec5413fc]

        INTEGRATION: CWS ooo20040509 (1.4.154); FILE MERGED 2004/05/06 12:26:36 waratah 1.4.154.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [0cd692eff6db7c99a8f0ec905b7c94891fb27f3e]

        INTEGRATION: CWS ooo20040509 (1.2.566); FILE MERGED 2004/05/06 12:29:08 waratah 1.2.566.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [920ad665101c5385d50e4bd1d21911fe9dab1d3a]

        INTEGRATION: CWS ooo20040509 (1.1.584); FILE MERGED 2004/05/06 12:29:07 waratah 1.1.584.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [2b0106f8b6fc383bf874e9344c50ffb2dadf9681]

        INTEGRATION: CWS ooo20040509 (1.1.584); FILE MERGED 2004/05/06 12:28:03 waratah 1.1.584.1: #i1858# reorder definitions to match header bracket pragma that is not valid in gcc to clean up -Wall compile

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [b601c4cfaa98b99257319ae92147db70e94a362a]

        INTEGRATION: CWS ooo20040509 (1.4.404); FILE MERGED 2004/05/06 12:29:07 waratah 1.4.404.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [21076acaef15312f1ad693f2ae27a4cf3cb1c4d0]

        INTEGRATION: CWS ooo20040509 (1.2.566); FILE MERGED 2004/05/06 12:29:07 waratah 1.2.566.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [0192dcea9a4ace9d145cb82c40fbc31b5575c90c]

        INTEGRATION: CWS ooo20040509 (1.2.586); FILE MERGED 2004/05/06 12:29:07 waratah 1.2.586.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [85591cd89c1d3476df6f8feb7c52d3970af5ea45]

        INTEGRATION: CWS ooo20040509 (1.1.584); FILE MERGED 2004/05/06 12:29:06 waratah 1.1.584.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [2edc0362228e8eb4bd2cd05298903150309e5477]

        INTEGRATION: CWS ooo20040509 (1.2.566); FILE MERGED 2004/05/06 12:29:06 waratah 1.2.566.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [bf75289992d7c757598d695fdb7581a1a2ef84e9]

        INTEGRATION: CWS ooo20040509 (1.3.572); FILE MERGED 2004/05/06 12:48:22 waratah 1.3.572.1: #i1858# remove a couple of unused variables

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [f1758a38c413ddf5181f7b3d35511db27bb7b6a4]

        INTEGRATION: CWS ooo20040509 (1.22.192); FILE MERGED 2004/05/06 12:51:55 waratah 1.22.192.1: #i1858# correct the bracketting of the initialisers

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [315e898245e4ed592a44f858c7c458ab5b115da1]

        INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 12:49:30 waratah 1.1.1.1.588.1: Bracket a pragma that is not valid for gcc to remove -Wall warning CHange the order of some definitions to match header

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e58256a6035f5996189b2a64f6966fec606d46aa]

        INTEGRATION: CWS ooo20040509 (1.8.396); FILE MERGED 2004/05/06 12:57:58 waratah 1.8.396.1: Bracket a pragma that is not valid for gcc to remove -Wall warning remove unused varaiables Reorder and tidy formatting on definitions to match header order

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a580b0c81d23ab53086695147293442aadeb93c3]

        INTEGRATION: CWS ooo20040509 (1.10.26); FILE MERGED 2004/05/04 13:57:12 waratah 1.10.26.1: #i1858# correct for scoping

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [96cd4fe9e24e47209271880fb462aed47b46ac89]

        INTEGRATION: CWS ooo20040509 (1.3.576); FILE MERGED 2004/05/06 12:56:55 waratah 1.3.576.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e5ba503858b118894c588a8d99b86bf84a492763]

        INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 12:58:56 waratah 1.1.1.1.588.1: Bracket a pragma that is not valid for gcc to remove -Wall warning Reorder definitions in class to match header order

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [d422b9b40c6cbbd1fa8303e4b4d35149ba0b6cda]

        INTEGRATION: CWS ooo20040509 (1.3.172); FILE MERGED 2004/05/06 12:56:55 waratah 1.3.172.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [5a75b058d009f48b69e72fca8ba5d5388e266fa6]

        INTEGRATION: CWS ooo20040509 (1.7.6); FILE MERGED 2004/06/14 15:10:48 svesik 1.7.6.2: try to reduce conflictness 2004/05/03 21:13:27 cmc 1.7.6.1: if SOLAR_JAVA is unset then JVMACCESSLIB doesn't get built

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [af59f1fb77851f2eedd29e016c51b689a208ab44]

        INTEGRATION: CWS ooo20040509 (1.3.572); FILE MERGED 2004/05/06 12:56:56 waratah 1.3.572.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [3ca7fbcd54036ed0bf49adfa8f79fe19f4933a85]

        INTEGRATION: CWS ooo20040509 (1.4.404); FILE MERGED 2004/05/06 12:56:56 waratah 1.4.404.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [98216191df1473d57463cdb51ce359970f6f78c8]

        INTEGRATION: CWS ooo20040509 (1.4.544); FILE MERGED 2004/05/06 13:06:27 waratah 1.4.544.1: #i1858# reorder definition to class order

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [06c9a2ce80541d3a56f23d77b8c6fc3d401c2631]

        INTEGRATION: CWS ooo20040509 (1.24.154); FILE MERGED 2004/05/06 13:08:03 waratah 1.24.154.1: #i1858# reorder definition to class order

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [0ce730927ca0ba2f8e5247129d1c14b298e113e3]

        INTEGRATION: CWS ooo20040509 (1.37.90); FILE MERGED 2004/05/06 13:09:03 waratah 1.37.90.1: #i1858# reorder definition to class order add extra case that is not handled in switch statement

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [201fa0d3433512a9bd946bf1490d3f3f65f78f82]

        INTEGRATION: CWS ooo20040509 (1.9.94); FILE MERGED 2004/05/06 13:10:58 waratah 1.9.94.1: #i1858# change variable to unsigned because of what is assigned and checked against

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e6ab7f7a9170a28815145baa79dddb08631887bf]

        INTEGRATION: CWS ooo20040509 (1.2.576); FILE MERGED 2004/05/06 13:12:29 waratah 1.2.576.1: #i1858# reorder definition to match header file order REmove useless dereference of a pointer after increment

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [aeeec0d4c52ed109a2de0328ea27941310f5c449]

        INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 13:13:33 waratah 1.1.1.1.588.1: #i1858# reorder definitions to match header definitions initialise field to a reasonable value

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [82ca3f2ef6612227e89000c0c6231503b6112209]

        INTEGRATION: CWS ooo20040509 (1.2.154); FILE MERGED 2004/05/06 13:14:22 waratah 1.2.154.1: #i1858# reorder definitions to match header definitions initialise fields to a reasonable values

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [249913a702194ab2023417fdefe7d8019746c099]

        INTEGRATION: CWS ooo20040509 (1.4.154); FILE MERGED 2004/05/06 13:15:39 waratah 1.4.154.1: #i1858# initialise to reasonable values in code

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [20d2a67a0ef30f227e31ce72aae98e76d4ca07b9]

        INTEGRATION: CWS ooo20040509 (1.6.154); FILE MERGED 2004/05/06 13:18:38 waratah 1.6.154.1: #i1858# initialise to reasonable values in code

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [fa5c5cab52dea6ef33e30fcaaae42a3fe08caceb]

        INTEGRATION: CWS ooo20040509 (1.10.92); FILE MERGED 2004/05/06 13:19:53 waratah 1.10.92.1: #i1858# remove unused variable

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [51fca78415e242c042620194557720e13335a6c1]

        INTEGRATION: CWS ooo20040509 (1.4.154); FILE MERGED 2004/05/06 13:18:37 waratah 1.4.154.1: #i1858# initialise to reasonable values in code

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [8897ea91378c8d2325716f70c5399d738c8d514f]

        INTEGRATION: CWS ooo20040509 (1.11.128); FILE MERGED 2004/05/06 13:21:01 waratah 1.11.128.1: #i1858# double bracket assignment in if statement or break into two statements add a couple of initialisers on variables

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [97dc547b12a3ae94e6a6bed9a7f41c0ce20ba559]

        INTEGRATION: CWS ooo20040509 (1.47.122); FILE MERGED 2004/05/06 13:21:47 waratah 1.47.122.1: #i1858# remove unused variable

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a391c243b8c5b2a123407f20e027581cef96a50a]

        INTEGRATION: CWS ooo20040509 (1.3.550); FILE MERGED 2004/05/06 13:22:48 waratah 1.3.550.1: Bracket a pragma that is not valid for gcc to remove -Wall warning Reorder definitions in class to match header order

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [3bb3d48d99d9f4f7ff07c2b857e31e26752606c0]

        INTEGRATION: CWS ooo20040509 (1.3.550); FILE MERGED 2004/05/06 13:23:53 waratah 1.3.550.1: Bracket a pragma that is not valid for gcc to remove -Wall warning

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [c5fa334d0b83165ab3f3e9819ba427192002b643]

        INTEGRATION: CWS ooo20040509 (1.8.542); FILE MERGED 2004/05/06 13:28:16 waratah 1.8.542.1: #i1858# remove unused variable Add fixme for initeresting code

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [b6b275c924f0c99dd95bde74f02136e831f288f8]

        INTEGRATION: CWS ooo20040509 (1.42.124); FILE MERGED 2004/05/06 13:29:07 waratah 1.42.124.1: #i1858# remove unused variable bracket program that is not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [441bda24a75ec749601280513c6c244d02e422b7]

        INTEGRATION: CWS ooo20040509 (1.31.86); FILE MERGED 2004/05/06 13:30:26 waratah 1.31.86.1: #i1858# remove unused variable tranlate comments into english initialise one pointer to null (reaonable value)

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [83c1ac662475840d35a843fa9b943092007c1dc9]

        INTEGRATION: CWS ooo20040509 (1.2.124); FILE MERGED 2004/05/06 13:36:38 waratah 1.2.124.1: #i1858# reorder definitions to match header definitions remove unused variable Add fixme for code that needs some attention

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [63aebd4dd2482fa86e1834af80de4e589941cdee]

        INTEGRATION: CWS ooo20040509 (1.3.124); FILE MERGED 2004/05/06 13:31:26 waratah 1.3.124.1: Bracket a pragma that is not valid for gcc to remove -Wall warning Reorder definitions in class to match header order

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [0733010854a8fcfa6bd63e83268e7496fc2421a1]

        INTEGRATION: CWS ooo20040509 (1.6.154); FILE MERGED 2004/05/06 13:32:00 waratah 1.6.154.1: #i1858# remove unused variables from code

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [f87ce7807a0e4c3f84a66245b4d2806f72a6d82e]

        INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 13:34:54 waratah 1.1.1.1.588.1: Bracket a pragma that is not valid for gcc to remove -Wall warning Reorder definitions in class to match header order

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [09e2fdd42d2b666f5231ae4560c9d76c988bc280]

        INTEGRATION: CWS ooo20040509 (1.3.404); FILE MERGED 2004/05/06 13:35:47 waratah 1.3.404.1: #i1858# add initialisers to a couple of fields and a fixme for things not handled

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [c8310de856d15959f2b1a3d7e335a9f0c0e7d39e]

        INTEGRATION: CWS ooo20040509 (1.16.566); FILE MERGED 2004/05/06 13:33:54 waratah 1.16.566.1: #i1858# reorder definitions to match header definitions remove unused variable

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [1f67037151830de4721f29d9400d62224c9e4ac3]

        INTEGRATION: CWS ooo20040509 (1.20.44); FILE MERGED 2004/05/06 13:38:51 waratah 1.20.44.1: #i1858# remove unused variables from code

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [983aa81ab084f5e11b68de8fb445e1e5ab7bd773]

        INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 13:40:19 waratah 1.1.1.1.588.1: Initialise variables where they need it

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [895f4a0eb838f447fe6cba55713946af0af880b6]

        INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED 2004/05/06 13:38:51 waratah 1.1.1.1.588.1: #i1858# remove unused variables from code

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [4cab814a68f937951443974f7a43d8cb83464759]

        INTEGRATION: CWS ooo20040509 (1.4.566); FILE MERGED 2004/05/06 13:38:52 waratah 1.4.566.1: #i1858# remove unused variables from code

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [2bcb2cda5a5b86f3a223c809d8eab7d0e61c9090]

        INTEGRATION: CWS ooo20040509 (1.17.42); FILE MERGED 2004/05/12 22:04:17 svesik 1.17.42.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/06 13:45:00 waratah 1.17.42.1: Remove unused variable leave default clause in when not compiling with debug

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9802978a01d16b5efce542cc0827f231f2b15758]

        INTEGRATION: CWS ooo20040509 (1.5.374); FILE MERGED 2004/05/06 13:40:20 waratah 1.5.374.1: Initialise variables where they need it

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [c971bd3b78662e135b43421389ccfa3e5078d48c]

        INTEGRATION: CWS ooo20040509 (1.27.48); FILE MERGED 2004/05/06 13:41:29 waratah 1.27.48.1: Amend definition in macro to match order of header class definition

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [cf4ecaa955e5551d44a2f1597a5e13e3558a8ad9]

        INTEGRATION: CWS ooo20040509 (1.4.566); FILE MERGED 2004/05/06 13:41:54 waratah 1.4.566.1: Bracket pragma not valid in gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [89c58c943f9d2a383aa64b585fb7b65fb3a680b9]

        INTEGRATION: CWS ooo20040509 (1.5.404); FILE MERGED 2004/05/06 13:46:47 waratah 1.5.404.1: Bracket pragma not valid in gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [16541fb4abe3c3bb8dbd46b5a853e4100b711971]

        INTEGRATION: CWS ooo20040509 (1.53.150); FILE MERGED 2004/05/06 13:47:45 waratah 1.53.150.1: Bracket initialisers correctly add fixme for return value of -1 on unsigned

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [89413d4eadc9099a4b546410fcdde9727d8cd657]

        INTEGRATION: CWS ooo20040509 (1.33.110); FILE MERGED 2004/05/06 13:46:48 waratah 1.33.110.1: Bracket pragma not valid in gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9380d407795d024597a418e6c305b2b6ddcd3b1a]

        INTEGRATION: CWS ooo20040509 (1.21.124); FILE MERGED 2004/05/06 13:48:16 waratah 1.21.124.1: Remove unused variables from code

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [ab5b852b1da19e385c092c6a34cb451d90a66bda]

        INTEGRATION: CWS ooo20040509 (1.2.576); FILE MERGED 2004/05/06 13:46:48 waratah 1.2.576.1: Bracket pragma not valid in gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [5fef80b5351b8770269c71c79eedf5bd561605d2]

        INTEGRATION: CWS ooo20040509 (1.14.154); FILE MERGED 2004/05/06 13:46:48 waratah 1.14.154.1: Bracket pragma not valid in gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [78fcdac7eb80e52c8b83f6aeea126582cf81fce4]

        INTEGRATION: CWS ooo20040509 (1.4.384); FILE MERGED 2004/05/06 14:04:20 waratah 1.4.384.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [8c80c4b7eab0d38afe08cc666fed542e1dc625b2]

        INTEGRATION: CWS ooo20040509 (1.2.586); FILE MERGED 2004/05/12 22:03:53 svesik 1.2.586.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/06 14:04:21 waratah 1.2.586.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [997d91f3e1a4292a27c86fd7458b285e7af748a7]

        INTEGRATION: CWS ooo20040509 (1.10.70); FILE MERGED 2004/05/06 14:04:21 waratah 1.10.70.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [2c3b6dbc8c7982957b08beb1579351316802f70d]

        INTEGRATION: CWS ooo20040509 (1.8.384); FILE MERGED 2004/05/06 14:04:21 waratah 1.8.384.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7a89885db6f2bd524f5f5f82206d54c94c5b67c7]

        INTEGRATION: CWS ooo20040509 (1.18.384); FILE MERGED 2004/05/06 14:04:22 waratah 1.18.384.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9cf88bf32f37565a8e88ef14685adee5dd3ca373]

        INTEGRATION: CWS ooo20040509 (1.15.404); FILE MERGED 2004/05/06 14:04:22 waratah 1.15.404.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [50268ac8583953fbd13b5b458a033aaf54702405]

        INTEGRATION: CWS ooo20040509 (1.2.566); FILE MERGED 2004/05/06 14:04:22 waratah 1.2.566.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7990fe1865dea0bf154c015d1b29d6facd104036]

        INTEGRATION: CWS ooo20040509 (1.6.566); FILE MERGED 2004/05/06 14:08:45 waratah 1.6.566.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [b270ad230c29fa8511da2f046438166a6503ef0a]

        INTEGRATION: CWS ooo20040509 (1.64.162); FILE MERGED 2004/05/12 22:03:44 svesik 1.64.162.2: RESYNC: (1.64-1.65); FILE MERGED 2004/05/06 14:05:29 waratah 1.64.162.1: Bracket pragma not valid for gcc Add a couple of cases that are not handled with warning for next coder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [3aaca2616351388ac40c9c5460b2d1278bd3a1fc]

        INTEGRATION: CWS ooo20040509 (1.2.582); FILE MERGED 2004/05/06 14:04:23 waratah 1.2.582.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [89f02ccf7521b8dd9bee5720630b0ef046c1177b]

        INTEGRATION: CWS ooo20040509 (1.16.88); FILE MERGED 2004/05/12 22:03:34 svesik 1.16.88.2: RESYNC: (1.16-1.17); FILE MERGED 2004/05/06 14:04:23 waratah 1.16.88.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [39d0bc8c67aa586c0f6ddbda4a99be26570bc2ab]

        INTEGRATION: CWS ooo20040509 (1.8.376); FILE MERGED 2004/05/06 14:06:08 waratah 1.8.376.1: Bracket pragma not valid for gcc reorder definition to match class definition

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a2d82cc79c8f992176f38db5b1760c0de621b594]

        INTEGRATION: CWS ooo20040509 (1.6.384); FILE MERGED 2004/05/06 14:04:23 waratah 1.6.384.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [38165dbe600026cc51bdebbe53da08a69e26f860]

        INTEGRATION: CWS ooo20040509 (1.4.384); FILE MERGED 2004/05/06 14:04:23 waratah 1.4.384.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [10e899204df0aa3203ba4ff154b146602111d1b0]

        INTEGRATION: CWS ooo20040509 (1.11.318); FILE MERGED 2004/05/06 14:09:50 waratah 1.11.318.1: Bracket pragma not valid for gcc reorder definition to match order in class definiton

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [67ef91a2e91cf58bae4d4560005cfd91edbe72d3]

        INTEGRATION: CWS ooo20040509 (1.2.384); FILE MERGED 2004/05/06 14:04:24 waratah 1.2.384.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [aea33b07c082f3dd8a10c471ccd9611dd88d9a0e]

        INTEGRATION: CWS ooo20040509 (1.10.552); FILE MERGED 2004/05/06 14:04:24 waratah 1.10.552.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [702fce26f18b281280258215bdecf5dee22168fe]

        INTEGRATION: CWS ooo20040509 (1.4.576); FILE MERGED 2004/05/06 14:04:24 waratah 1.4.576.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [db457845fd2bca05f1b711b219933c5565a71d99]

        INTEGRATION: CWS ooo20040509 (1.1.584); FILE MERGED 2004/05/06 14:04:24 waratah 1.1.584.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [3008d2fc7579133d2d38c3e9d5b8b8986e6376f2]

        INTEGRATION: CWS ooo20040509 (1.2.544); FILE MERGED 2004/05/06 14:04:25 waratah 1.2.544.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [b56ae8ba4ea2fb103936807741f9ab8c7cf440fe]

        INTEGRATION: CWS ooo20040509 (1.11.546); FILE MERGED 2004/06/14 15:32:29 svesik 1.11.546.2: merge from HEAD to eliminate conflict 2004/05/06 13:53:01 waratah 1.11.546.1: Bracket pragma not valid for gcc Reorder definition to match order in class definition

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [c4a43c323610b47ecdd29fd0ec4089466817282a]

        INTEGRATION: CWS ooo20040509 (1.3.548); FILE MERGED 2004/05/06 13:53:14 waratah 1.3.548.1: Bracket pragma not valid for gcc

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [3506fb134aab1e26469d989863a631577013fc41]

        INTEGRATION: CWS ooo20040509 (1.25.210); FILE MERGED 2004/05/06 13:52:18 waratah 1.25.210.1: Bracket pragma not valid for gcc remove unused variables break up if statements with = into two separate statements

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7cc3b0b58574be7153d24d340814acc2619914be]

        INTEGRATION: CWS ooo20040509 (1.2.566); FILE MERGED 2004/05/06 13:57:36 waratah 1.2.566.1: Alter definitions order to match class definitions order

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [6a87aa005c92aba9889ef563056c4bced28a004d]

        INTEGRATION: CWS ooo20040509 (1.2.574); FILE MERGED 2004/05/06 13:57:37 waratah 1.2.574.1: Alter definitions order to match class definitions order

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [81a66deb3678653a2f1bfec007a8174ad2c509dc]

        INTEGRATION: CWS ooo20040509 (1.7.154); FILE MERGED 2004/05/06 13:54:54 waratah 1.7.154.1: Remove unused variables reorder definitions to match order of class definitions

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [5533727e1e0c77e4be324e1033b9711e135e4867]

        INTEGRATION: CWS ooo20040509 (1.4.46); FILE MERGED 2004/05/10 18:30:25 thb 1.4.46.1: #i26548# Adapted DirectX enabler to common variable naming

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e0165dbb6223dfbac6e9c283720f405935240e40]

        INTEGRATION: CWS ooo20040509 (1.18.6); FILE MERGED 2004/05/03 21:05:01 cmc 1.18.6.1: someone put the #endif on the wrong line

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [048e89bb817af82a98e3a69d5a56680d0df774d6]

        INTEGRATION: CWS ooo20040509 (1.2.4); FILE MERGED 2004/05/03 19:39:29 pjanik 1.2.4.1: #i28508#: Add build dependency on javaunohelper.

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [fcdb31196d2292c262b670e1f3a6f3f2bc879c72]

        INTEGRATION: CWS ooo20040509 (1.9.122); FILE MERGED 2004/06/14 15:49:57 svesik 1.9.122.2: merge from HEAD to kill conflicts 2004/05/07 15:04:10 cmc 1.9.122.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [6b81358512e78538afd9a8e89fbd80a3966583cb]

        INTEGRATION: CWS ooo20040509 (1.1.1.1.728); FILE MERGED 2004/05/07 16:56:33 cmc 1.1.1.1.728.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a41fd2e90ffb9b877d9562a7dd2be060d80cf1e5]

        INTEGRATION: CWS ooo20040509 (1.2.726); FILE MERGED 2004/05/07 16:27:48 cmc 1.2.726.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [f821e9834e3a21cfb03cf31a697e957d07bc30fb]

        INTEGRATION: CWS ooo20040509 (1.9.168); FILE MERGED 2004/05/12 22:35:36 svesik 1.9.168.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/07 18:42:16 cmc 1.9.168.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [af2cfac1d77125e99a808254b15a824bdfa1ecae]

        INTEGRATION: CWS ooo20040509 (1.26.214); FILE MERGED 2004/05/07 18:36:23 cmc 1.26.214.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [196cf3b9f85e52722eadcee8fa7da8b58b3db9d0]

        INTEGRATION: CWS ooo20040509 (1.24.46); FILE MERGED 2004/05/07 18:02:16 cmc 1.24.46.1: #i9055# trivial -Wall fixes

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [6563afc967765b1e77ed8a5928e1d4a849cc439b]

        INTEGRATION: CWS ooo20040509 (1.39.56); FILE MERGED 2004/05/07 17:54:33 cmc 1.39.56.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [c725ddd9393e3c176ea4d9880571b95504e40470]

        INTEGRATION: CWS ooo20040509 (1.17.166); FILE MERGED 2004/05/07 17:34:33 cmc 1.17.166.1: #i9055# trivial -Wall fixes

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [66fe00276c6ec720c64b9e60b8c043a9bc4d363a]

        INTEGRATION: CWS ooo20040509 (1.4.262); FILE MERGED 2004/05/07 17:31:10 cmc 1.4.262.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a259fd4d3516efb3f85ee220f04025ae1b00d648]

        INTEGRATION: CWS ooo20040509 (1.22.168); FILE MERGED 2004/05/07 17:27:00 cmc 1.22.168.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [ee7d7add0f6854b735646e64694424308e4d19e1]

        INTEGRATION: CWS ooo20040509 (1.18.154); FILE MERGED 2004/05/07 17:09:45 cmc 1.18.154.1: #i9055# trivial -Wall fixes

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [b9a1d20cb928d4a70f30e8367d9897e024db7bc1]

        INTEGRATION: CWS ooo20040509 (1.18.214); FILE MERGED 2004/05/07 17:03:51 cmc 1.18.214.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [bb2feaff2406c6fb7a5f080bf5fd788ca0288487]

        INTEGRATION: CWS ooo20040509 (1.23.124); FILE MERGED 2004/05/07 16:34:45 cmc 1.23.124.1: #i9055# trivial -Wall fixes

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [8b02127ecdc156dd4d02cce272b1d5fba8cb7e64]

        INTEGRATION: CWS ooo20040509 (1.12.198); FILE MERGED 2004/05/07 16:19:56 cmc 1.12.198.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a1566bcb051ac5514e3007d9e6da656faf8bbbbe]

        INTEGRATION: CWS ooo20040509 (1.9.216); FILE MERGED 2004/05/07 16:16:01 cmc 1.9.216.1: #i9055# trivial -Wall fixes

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9f1b2dc911758a615282abc2f76e79856a1ddd7e]

        INTEGRATION: CWS ooo20040509 (1.6.168); FILE MERGED 2004/05/07 16:12:43 cmc 1.6.168.1: #i9055# trivial -Wall fixes

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [8733166c8e6b4971da209895fea86600515a24b7]

        INTEGRATION: CWS ooo20040509 (1.14.192); FILE MERGED 2004/05/07 16:06:26 cmc 1.14.192.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [914ad1f1dd1795ff443c5e337dfbf9d5ce1f74f2]

        INTEGRATION: CWS ooo20040509 (1.6.430); FILE MERGED 2004/05/07 16:00:22 cmc 1.6.430.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [f59471a88af05ed5242aea382dbe863003322ba2]

        INTEGRATION: CWS ooo20040509 (1.33.84); FILE MERGED 2004/05/07 15:09:47 cmc 1.33.84.1: #i9055# trivial -Wall unused variable

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7fa18fe4b1e843fed3af6783432b80e7f8f26e26]

        INTEGRATION: CWS ooo20040509 (1.14.520); FILE MERGED 2004/05/07 14:59:44 cmc 1.14.520.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [65b2ef9d37dbc2f6f9024bb53c443d50eb5864ac]

        INTEGRATION: CWS ooo20040509 (1.3.520); FILE MERGED 2004/05/07 14:54:31 cmc 1.3.520.1: #i9055# trivial -Wall member init reorder

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [d3530fa13bc71df783ef301b3ecb40c6a555b475]

        INTEGRATION: CWS ooo20040509 (1.9.46); FILE MERGED 2004/05/07 14:25:40 cmc 1.9.46.1: #i9055# trivial -Wall fixes

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [a26ee8678adace402ae9d16eab0c37bbe1602341]

        INTEGRATION: CWS ooo20040509 (1.33.28); FILE MERGED 2004/05/12 22:34:59 svesik 1.33.28.2: RESYNC: (1.33-1.34); FILE MERGED 2004/05/06 00:45:52 cmc 1.33.28.1: #i9055# reduce -Wall unused variables warnings

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [43a10781a106e578eee454f1b74b603263818bb1]

        INTEGRATION: CWS ooo20040509 (1.4.520); FILE MERGED 2004/05/07 05:03:41 cmc 1.4.520.1: #i9055# -Wall trivial reorder member inits

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [c1edcc07ec1d0d2374b907c000600ea4d9944b39]

        INTEGRATION: CWS ooo20040509 (1.4.124); FILE MERGED 2004/05/06 22:26:03 cmc 1.4.124.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [7638d130b5b1eb9377f0b33f6fbb08a8471bd9ec]

        INTEGRATION: CWS ooo20040509 (1.7.520); FILE MERGED 2004/05/06 22:05:45 cmc 1.7.520.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [573eddaa0b000f94f683c0c6cb4ce9432f8a0649]

        INTEGRATION: CWS ooo20040509 (1.3.216); FILE MERGED 2004/05/06 21:59:42 cmc 1.3.216.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [c254e02447b68690d625cf3f937362734264590b]

        INTEGRATION: CWS ooo20040509 (1.29.166); FILE MERGED 2004/05/12 22:34:49 svesik 1.29.166.2: RESYNC: (1.29-1.30); FILE MERGED 2004/05/06 21:57:01 cmc 1.29.166.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [62c52a34b64e57584358c87c04f473c6cae310f6]

        INTEGRATION: CWS ooo20040509 (1.4.520); FILE MERGED 2004/05/06 21:16:35 cmc 1.4.520.1: #i9055# trivial -Wall changes

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [879406a880bc93d242096c1b642f649484d94f66]

        INTEGRATION: CWS ooo20040509 (1.6.56); FILE MERGED 2004/05/06 21:08:42 cmc 1.6.56.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [9644a372106d24e2c7c9efe67d5896fe209858e4]

        INTEGRATION: CWS ooo20040509 (1.5.88); FILE MERGED 2004/05/06 21:04:26 cmc 1.5.88.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [d98fef0173042396bdaae9da8f493fcc2426216c]

        INTEGRATION: CWS ooo20040509 (1.20.484); FILE MERGED 2004/05/06 20:06:20 cmc 1.20.484.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [6a20b8a973ae886640ebb07c363ccd91427a42d7]

        INTEGRATION: CWS ooo20040509 (1.8.484); FILE MERGED 2004/05/06 19:58:56 cmc 1.8.484.1: #i9055# trivial -Wall changes, unused variable

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [994d9608641661329ca5a2b8232757555f2eddc1]

        INTEGRATION: CWS ooo20040509 (1.26.258); FILE MERGED 2004/05/06 19:57:13 cmc 1.26.258.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [97cfab7bf6f9c0c6b52ff68b9953cd46fcf1298b]

        INTEGRATION: CWS ooo20040509 (1.46.256); FILE MERGED 2004/05/06 19:26:03 cmc 1.46.256.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [f128580224b34eb59a1b600e90a654ec20af0224]

        INTEGRATION: CWS ooo20040509 (1.2.466); FILE MERGED 2004/05/06 18:53:03 cmc 1.2.466.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [e2a89b3e2303f9022572cebfa8825e5d686cf895]

        INTEGRATION: CWS ooo20040509 (1.10.224); FILE MERGED 2004/05/06 18:47:50 cmc 1.10.224.1: #i9055# trivial -Wall changes, fall through to end of statement without return

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [db8444e6308af1c9a4902098c2a0d11692ac61b3]

        INTEGRATION: CWS ooo20040509 (1.46.258); FILE MERGED 2004/05/06 18:39:59 cmc 1.46.258.1: #i9055# trivial -Wall changes

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [0c5ce8521526c88e19a10a906e95c9794647df6d]

        INTEGRATION: CWS ooo20040509 (1.2.686); FILE MERGED 2004/05/06 22:28:39 cmc 1.2.686.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Rüdiger Timm  <rt@openoffice.org>  [489c28921db1319c25edc7b1aee890d463feb649]

        INTEGRATION: CWS ooo20040509 (1.20.482); FILE MERGED 2004/05/06 22:28:38 cmc 1.20.482.1: #i9055# trivial -Wall changes, reorder member initing

2004-06-16  Kurt Zenker  <kz@openoffice.org>  [0d444ac1166c5e8e1d93bbb001b1f1ca60479273]

        #i10000# merge fixed (hbrinkm)

2004-06-15  Rüdiger Timm  <rt@openoffice.org>  [9a587d2a4ac7afd96596e1959f18d26700bcde86]

        #i10000# redo last change - was not really duplicate

2004-06-15  Rüdiger Timm  <rt@openoffice.org>  [9904d1d041b92b3c0b6c37f1cb08f0cd30b02ef3]

        #i10000# Language independent name

2004-06-15  Rüdiger Timm  <rt@openoffice.org>  [f7eb079018a1ba44f62020c2238ab9779f6832ea]

        #i10000# Redo last change because parent directory is language dependent.

2004-06-15  Rüdiger Timm  <rt@openoffice.org>  [572b998126f5dd9090e8bdd9809bf41211005102]

        #i10000# Language independent directory name 'letter' for gid_Dir_Template_Wizard_Letter

2004-06-15  Oliver Bolte  <obo@openoffice.org>  [6dd314c5992363766a7c6521df7e10665c2e9c04]

        #i10000# problem with default initalizing (.NET 2003)

2004-06-15  Rüdiger Timm  <rt@openoffice.org>  [ab638f762be24531aec4c6f9296403a32164bbc8]

        #i10000# Set LD_LIBRARY_PATH correctly when working on a flat

2004-06-15  Rüdiger Timm  <rt@openoffice.org>  [71f1859c8c6a4139c67c2309709fd2a09096427a]

        #i10000# check: default parameter Lockfile_execWarning removed

2004-06-15  Kurt Zenker  <kz@openoffice.org>  [3524d8d222e34e4b5ae8a80033785e8d0ee19c57]

        new version for SRC680

2004-06-15  Rüdiger Timm  <rt@openoffice.org>  [100d4f6c8e09f09e65874f3c439b4c856fa995a6]

        new version for SRC680

2004-06-15  Oliver Bolte  <obo@openoffice.org>  [2088f5fcb1341a9480aae80c6befd83fb2fd0c84]

        #i10000# type change to SCsCOL

2004-06-15  Kurt Zenker  <kz@openoffice.org>  [08d7c9194cd1529cf4bad5b35fd71986f85ddc94]

        new version for SRC680

2004-06-14  Kurt Zenker  <kz@openoffice.org>  [cda3f0456ac6c73674fabe551c20499548805848]

        new version for SRC680

2004-06-14  Rüdiger Timm  <rt@openoffice.org>  [e69405afbf34dbee9b832eb89f47518ba5dd4172]

        #i10000# g++ 3.2.2 on linux x86 can not compile svx_svdattr.cxx with -Os

2004-06-14  Rüdiger Timm  <rt@openoffice.org>  [72eaf6f4d07768279c38f0698bf7cda6ba855eaa]

        #i10000# For scope

2004-06-14  Kurt Zenker  <kz@openoffice.org>  [0afad8c29681906c59ad94d48d665a14f9ebd51f]

        #i10000# twice definitions fixed

2004-06-14  Rüdiger Timm  <rt@openoffice.org>  [939197ffe4afa3e1e66ba4418df0504083ea3a13]

        #i10000# for scope

2004-06-14  Rüdiger Timm  <rt@openoffice.org>  [765ed9203f3ced9bf1bb7de3f70d48b1b605123b]

        #i10000# gid_File_Script_Unopkg was defined twice

2004-06-14  Rüdiger Timm  <rt@openoffice.org>  [a19ab1ffb924cb8ca74f6b25e3cf516ca8208241]

        #i10000# gid_File_Bin_Uno and gid_File_Bin_Unopkg where defined twice

2004-06-14  Rüdiger Timm  <rt@openoffice.org>  [74afb5dec5c7c38ea34b617056389f86fe4aa4cc]

        #i10000# listenernotification.obj was listed twice

2004-06-14  Rüdiger Timm  <rt@openoffice.org>  [289ca2e55d105ce551936ebc81c8f8aeeae8dc44]

        #i10000# Use standard location specification

2004-06-14  Rüdiger Timm  <rt@openoffice.org>  [c73b965aed87c8e10c90121d70a8d6628225d25a]

        #i10000# Set RESLIB1IMAGES for new image handling

2004-06-14  Kurt Zenker  <kz@openoffice.org>  [066bcb7ddb159ff0c585db1e7d753003668cc458]

        new version for SRC680

2004-06-14  Kurt Zenker  <kz@openoffice.org>  [219799b90b756735eba489f6c9fb076180634af9]

        new version for SRC680

2004-06-14  Kurt Zenker  <kz@openoffice.org>  [d149e1690bf0711bac17ce35c771219c32df2491]

        new version for SRC680

2004-06-13  Rüdiger Timm  <rt@openoffice.org>  [8feb5b971c3afd236c3704fec551a949ccedb9d9]

        new version for SRC680

2004-06-13  Kurt Zenker  <kz@openoffice.org>  [0aa1052b84ecb51287a5198223f7683cfbb3496a]

        new version for SRC680

2004-06-13  Kurt Zenker  <kz@openoffice.org>  [6615eb6de428844a53f7cddca5b92e62dd003146]

        new version for SRC680

2004-06-12  Kurt Zenker  <kz@openoffice.org>  [f3269d7dd1bd612f41189f7eab4c88928e9fa6dd]

        new version for SRC680

2004-06-12  Kurt Zenker  <kz@openoffice.org>  [7d2322d879bbe8c39751a5f7bbb25dbcd90dc2c2]

        new version for SRC680

2004-06-12  Kurt Zenker  <kz@openoffice.org>  [fc846a3a43ec1404ab4d1b4bdaf7ee6e826cdd40]

        new version for SRC680

2004-06-12  Kurt Zenker  <kz@openoffice.org>  [3ce22f8aee204ebb5eee03b5f9acbd02a555f4f1]

        new version for SRC680

2004-06-12  Kurt Zenker  <kz@openoffice.org>  [ff936605c01bcc39feb5cdfa665d4bdeb07978c2]

        new version for SRC680

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [efe0dea6f462ae615d37933a5b847b4f370fd4f3]

        SRC680

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [709dfc65467e14cb9747766b859e20178c3e2f02]

        INTEGRATION: CWS networker3 (1.55.8); FILE MERGED 2004/05/24 14:55:17 lo 1.55.8.1: #i26374# change license/splashscreen behaviour

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b48e8c7e751c5193b2c797c7414278ebb04415bf]

        conflict corrected

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [61179b33bb4dba7e97fe534922299b28dc0793c4]

        INTEGRATION: CWS networker3 (1.11.28); FILE MERGED 2004/05/24 14:58:05 lo 1.11.28.1: #i26374# change license/splashscreen behaviour

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b36e105bbb44d2f9270a9a889ea4ffa190e5277e]

        INTEGRATION: CWS networker3 (1.3.30); FILE MERGED 2004/05/24 14:58:03 lo 1.3.30.1: #i26374# change license/splashscreen behaviour

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6d08962f012a3fd16f08abc185fc998ec2cd6068]

        INTEGRATION: CWS networker3 (1.7.106); FILE MERGED 2004/06/03 12:23:05 mav 1.7.106.2: #i28277# fix typo 2004/05/19 09:22:12 mav 1.7.106.1: #i28277# register only for modules that are installed

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [825bcbdbe313d8a3ac9418f156b0f3fc615a3549]

        INTEGRATION: CWS networker3 (1.7.220); FILE MERGED 2004/05/13 11:33:46 mav 1.7.220.1: #116132# close the frame

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5bb5516f57d25b51f5fc2ab43eedae07ba360b71]

        INTEGRATION: CWS networker3 (1.2.52); FILE MERGED 2004/05/19 13:47:03 is 1.2.52.1: #i29348# new folderitems Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [0450df7791ae1c2defa4865be71d8bf7a6c1538d]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/06/01 14:16:53 is 1.1.2.1: #i25326# substitute for zipdirector

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a86d4a3b663a257cfe696785000e26c99cb4a730]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/06/01 14:16:52 is 1.1.2.1: #i25326# substitute for zipdirector

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4852a0edf70775addd6d29c7799ecf227f55024d]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/06/01 14:16:51 is 1.1.2.1: #i25326# substitute for zipdirector

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3837497817ff2ed23ae6b650169708128f8ddd98]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/19 13:51:47 is 1.2.2.2: #i29348# new folderitems Issue number: Submitted by: Reviewed by: 2004/04/28 10:07:10 is 1.2.2.1: #i28292# new custom actions for Windows

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d0534bffadfdc8d6c8a2ade8992147dfbe1cb74a]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/05 14:29:44 is 1.1.2.2: #116511# preparing adabas installation Issue number: Submitted by: Reviewed by: 2004/05/03 13:22:50 is 1.1.2.1: #i28280# new table selfreg Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ff6e29e83a3656ac1abee8cd181c3601d61c9450]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/18 10:58:00 is 1.2.2.3: #i28280# Windows registry at correct position Issue number: Submitted by: Reviewed by: 2004/05/17 16:23:12 is 1.2.2.2: #i28288# registry value 0 instead of -1 Issue number: Submitted by: Reviewed by: 2004/05/03 16:13:54 is 1.2.2.1: #i28280# new selfreg table Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b85a2c9c32a81f5a791db067600869e53d221058]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/06 16:40:06 is 1.2.2.3: #116504# multilingual installation sets Issue number: Submitted by: Reviewed by: 2004/05/03 13:22:52 is 1.2.2.2: #i28280# new table selfreg Issue number: Submitted by: Reviewed by: 2004/04/30 14:52:16 is 1.2.2.1: #116619# product child installations Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c520662dbe9d2cc95a730f47f140023fd98ba789]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/06 16:40:06 is 1.2.2.1: #116504# multilingual installation sets Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4c02081eaaae69e33c3eed72f2cf637b97b79447]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/12 16:40:23 is 1.2.2.7: #i28276# reg4msdoc Issue number: Submitted by: Reviewed by: 2004/05/03 16:13:53 is 1.2.2.6: #i28280# new selfreg table Issue number: Submitted by: Reviewed by: 2004/05/03 13:22:51 is 1.2.2.5: #i28280# new table selfreg Issue number: Submitted by: Reviewed by: 2004/04/30 15:44:02 is 1.2.2.4: #116619# adding child installations Issue number: Submitted by: Reviewed by: 2004/04/30 15:30:07 is 1.2.2.3: #116619# adding child installations Issue number: Submitted by: Reviewed by: 2004/04/30 14:52:16 is 1.2.2.2: #116619# product child installations Issue number: Submitted by: Reviewed by: 2004/04/28 10:07:13 is 1.2.2.1: #i28292# new custom actions for Windows

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [422bdffef37606aa844c2451862ac4e46d86084b]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/12 12:11:25 is 1.2.2.2: #i28291# Issue number: Submitted by: Reviewed by: 2004/05/06 16:40:07 is 1.2.2.1: #116504# multilingual installation sets Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6a182e15864586d9ac51f2dde988d7860fe10e4b]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/19 13:51:46 is 1.2.2.3: #i29348# new folderitems Issue number: Submitted by: Reviewed by: 2004/05/05 14:29:43 is 1.2.2.2: #116511# preparing adabas installation Issue number: Submitted by: Reviewed by: 2004/04/28 10:07:14 is 1.2.2.1: #i28292# new custom actions for Windows

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a284d598a54aab73d2794f4da46650ecc8ac9adb]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/05 14:29:43 is 1.2.2.1: #116511# preparing adabas installation Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5a77309c4e5c14db9f7ad5a5cd4cd4d690b24b4b]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/12 16:40:23 is 1.1.2.1: #i28276# reg4msdoc Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ef4193bf4f88c8191e9c0eb732ccbb53f30c1da5]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/03 13:21:41 is 1.2.2.1: #i28280# new table selfreg Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ed66ffcbc333174341a8e10767a4219197705474]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/06/04 17:35:40 is 1.1.2.6: #i25326# checksum file Issue number: Submitted by: Reviewed by: 2004/05/27 14:29:05 is 1.1.2.5: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/27 09:29:10 is 1.1.2.4: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/26 16:56:24 is 1.1.2.3: #116507# javafilter custom action Issue number: Submitted by: Reviewed by: 2004/05/25 17:14:54 is 1.1.2.2: #i25326# native installer packaging Issue number: Submitted by: Reviewed by: 2004/05/24 15:54:06 is 1.1.2.1: i25326# native installer support

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [13f1b56ac958f95d636658bf669179aa6cd4eba0]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/06/02 09:18:02 is 1.2.2.12: #i25326# small fix for native installer Issue number: Submitted by: Reviewed by: 2004/05/27 14:29:30 is 1.2.2.11: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/27 10:00:21 is 1.2.2.10: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/26 16:56:23 is 1.2.2.9: #116507# javafilter custom action Issue number: Submitted by: Reviewed by: 2004/05/25 17:14:55 is 1.2.2.8: #i25326# native installer packaging Issue number: Submitted by: Reviewed by: 2004/05/24 15:54:05 is 1.2.2.7: i25326# native installer support 2004/05/19 13:48:00 is 1.2.2.6: #i29348# new folderitems Issue number: Submitted by: Reviewed by: 2004/05/18 14:11:50 is 1.2.2.5: #i28286# python.bat custom action Issue number: Submitted by: Reviewed by: 2004/05/10 11:18:16 is 1.2.2.4: #116511# editing services file at adabas installation Issue number: Submitted by: Reviewed by: 2004/05/07 16:07:27 is 1.2.2.3: #i28293# parallel packaging processes Issue number: Submitted by: Reviewed by: 2004/05/06 13:14:09 is 1.2.2.2: #i28291# sversion ini file Issue number: Submitted by: Reviewed by: 2004/04/30 14:50:59 is 1.2.2.1: #116619# product child installations Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2a1795049f9ea5578c81b3d96a9f1ef281e54712]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/04/28 10:06:25 is 1.2.2.1: #i28292# new custom actions for Windows

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [159d27927442a0f8b9171d4be458860a408c1c8b]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/06/07 13:44:55 is 1.2.2.4: #i25326# optimizing creation of services.rdb Issue number: Submitted by: Reviewed by: 2004/06/04 12:02:36 is 1.2.2.3: #i25326# adding support for legacy_binfilter.rdb Issue number: Submitted by: Reviewed by: 2004/05/28 12:57:54 is 1.2.2.2: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/07 16:07:26 is 1.2.2.1: #i28293# parallel packaging processes Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2a0c9eeb7b2686a5472f3e9b0b540435d4f25a80]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/27 11:27:06 is 1.2.2.6: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/11 16:58:05 is 1.2.2.5: #i28276# new file type dialog Issue number: Submitted by: Reviewed by: 2004/05/10 11:18:16 is 1.2.2.4: #116511# editing services file at adabas installation Issue number: Submitted by: Reviewed by: 2004/05/05 14:29:06 is 1.2.2.3: #116511# preparing adabas installation Issue number: Submitted by: Reviewed by: 2004/05/03 13:21:42 is 1.2.2.2: #i28280# new table selfreg Issue number: Submitted by: Reviewed by: 2004/04/30 14:50:58 is 1.2.2.1: #116619# product child installations Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [0b99bc372add92e6abf3e3d46345a2a998ff5e91]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/27 13:22:17 is 1.2.2.1: #i25326# native installer Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [23bd293137d93911cc70bb939a2ac887dd09f773]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/17 12:41:47 is 1.2.2.1: #i28285# language dir in patchsoname Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1693e6e984d9145b901f81e7270450b14fad2f6a]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/06/08 09:58:27 is 1.2.2.8: #i25326# removing -ispatchedepm for simpler ooo building Issue number: Submitted by: Reviewed by: 2004/05/24 15:54:05 is 1.2.2.7: i25326# native installer support 2004/05/18 10:56:07 is 1.2.2.6: #i28286# new pythonmsidll Issue number: Submitted by: Reviewed by: 2004/05/13 16:21:04 is 1.2.2.5: #i28276# new custom objects Issue number: Submitted by: Reviewed by: 2004/05/06 13:13:24 is 1.2.2.4: #i28291# sversion ini file Issue number: Submitted by: Reviewed by: 2004/05/03 13:21:41 is 1.2.2.3: #i28280# new table selfreg Issue number: Submitted by: Reviewed by: 2004/04/30 14:50:59 is 1.2.2.2: #116619# product child installations Issue number: Submitted by: Reviewed by: 2004/04/28 10:06:08 is 1.2.2.1: #i28292# new custom actions for Windows

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [772875ba8de6735428bc20070f722a801594465c]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/24 15:54:05 is 1.1.2.1: i25326# native installer support

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1cee38d25336001d9f600b2a565f4aab5778cba2]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/06 13:14:09 is 1.1.2.1: #i28291# sversion ini file Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [f7a9584007939129e060e7a83a9f21db3ce6dea0]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/06/04 17:35:40 is 1.2.2.14: #i25326# checksum file Issue number: Submitted by: Reviewed by: 2004/05/26 16:56:23 is 1.2.2.13: #116507# javafilter custom action Issue number: Submitted by: Reviewed by: 2004/05/25 17:14:55 is 1.2.2.12: #i25326# native installer packaging Issue number: Submitted by: Reviewed by: 2004/05/24 15:54:05 is 1.2.2.11: i25326# native installer support 2004/05/21 10:23:50 is 1.2.2.10: #i28277# regactivex Issue number: Submitted by: Reviewed by: 2004/05/13 16:21:03 is 1.2.2.9: #i28276# new custom objects Issue number: Submitted by: Reviewed by: 2004/05/12 16:39:05 is 1.2.2.8: #i28276# reg4msdoc Issue number: Submitted by: Reviewed by: 2004/05/06 16:39:25 is 1.2.2.7: #116504# multilingual installation sets Issue number: Submitted by: Reviewed by: 2004/05/06 13:13:25 is 1.2.2.6: #i28291# sversion ini file Issue number: Submitted by: Reviewed by: 2004/05/05 14:29:06 is 1.2.2.5: #116511# preparing adabas installation Issue number: Submitted by: Reviewed by: 2004/05/04 11:43:06 is 1.2.2.4: #i22149# new ause variables LOCAL_OUT and LOCAL_COMMON_OUT to instset_native Issue number: Submitted by: Reviewed by: 2004/05/03 13:21:41 is 1.2.2.3: #i28280# new table selfreg Issue number: Submitted by: Reviewed by: 2004/04/30 14:50:59 is 1.2.2.2: #116619# product child installations Issue number: Submitted by: Reviewed by: 2004/04/28 10:06:31 is 1.2.2.1: #i28292# new custom actions for Windows

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [63c13ffd4e525175cadc80342decbb6fdf2365c7]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/06/08 09:58:16 is 1.2.2.19: #i25326# removing -ispatchedepm for simpler ooo building Issue number: Submitted by: Reviewed by: 2004/06/02 13:15:18 is 1.2.2.18: #i25326# openoffice instead of openoffice.org in scripts 2004/06/01 14:15:14 is 1.2.2.17: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/28 16:07:27 is 1.2.2.16: #i25326# Solaris packages with 775 instead of 755 Issue number: Submitted by: Reviewed by: 2004/05/28 09:19:43 is 1.2.2.15: #i25326# force mv Issue number: Submitted by: Reviewed by: 2004/05/27 14:29:05 is 1.2.2.14: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/27 11:27:07 is 1.2.2.13: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/27 10:15:01 is 1.2.2.12: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/27 10:00:21 is 1.2.2.11: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/27 09:52:47 is 1.2.2.10: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/27 09:29:10 is 1.2.2.9: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/26 18:25:06 is 1.2.2.8: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/26 18:13:04 is 1.2.2.7: #i25326# native installer Issue number: Submitted by: Reviewed by: 2004/05/26 16:56:23 is 1.2.2.6: #116507# javafilter custom action Issue number: Submitted by: Reviewed by: 2004/05/25 17:14:54 is 1.2.2.5: #i25326# native installer packaging Issue number: Submitted by: Reviewed by: 2004/05/24 15:54:04 is 1.2.2.4: i25326# native installer support 2004/05/19 16:06:36 is 1.2.2.3: #i25326# rpm version Issue number: Submitted by: Reviewed by: 2004/05/19 15:54:29 is 1.2.2.2: #i25326# checking rpm version Issue number: Submitted by: Reviewed by: 2004/05/04 16:39:43 is 1.2.2.1: #i28293# fixing ooo specific tasks Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4d235300fd10d06e34acfcbfafee946ca702b324]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/26 16:56:23 is 1.2.2.4: #116507# javafilter custom action Issue number: Submitted by: Reviewed by: 2004/05/17 11:07:40 is 1.2.2.3: #i28288# new zip list path variable platformname Issue number: Submitted by: Reviewed by: 2004/05/04 11:43:07 is 1.2.2.2: #i22149# new ause variables LOCAL_OUT and LOCAL_COMMON_OUT to instset_native Issue number: Submitted by: Reviewed by: 2004/05/03 13:21:42 is 1.2.2.1: #i28280# new table selfreg Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [98225d6d4c0b5caf7a9a7b409a007f4f6e11b109]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/24 15:54:04 is 1.2.2.1: i25326# native installer support

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4f6223383d63d4291415716ad471840f34fa9f74]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/07 16:07:27 is 1.2.2.1: #i28293# parallel packaging processes Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [30c9d14c20ac0d98c809b886fe4427c20e36051f]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/06/01 16:11:42 is 1.2.2.5: #i25326# inhouse ooo packaging Issue number: Submitted by: Reviewed by: 2004/05/28 10:54:37 is 1.2.2.4: #i25326# native installer 2004/05/26 16:56:22 is 1.2.2.3: #116507# javafilter custom action Issue number: Submitted by: Reviewed by: 2004/05/24 15:54:05 is 1.2.2.2: i25326# native installer support 2004/05/07 16:07:27 is 1.2.2.1: #i28293# parallel packaging processes Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [71d603f5a08703e82f65d02213c7c6f50942c28d]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/24 15:54:06 is 1.2.2.2: i25326# native installer support 2004/05/04 16:39:43 is 1.2.2.1: #i28293# fixing ooo specific tasks Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d539115fca42b08b04df9bf470ac8806ce111b51]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/06/01 14:17:49 is 1.1.2.1: #i25326# substitute for zip director

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [cf8189dd1134e4b9a4fac8b12c200daaf9cd3c38]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/06/08 10:13:10 is 1.2.2.26: #i25326# removing -ispatchedepm for easier update process 2004/06/08 09:57:25 is 1.2.2.25: #i25326# removing -ispatchedepm for simpler ooo building 2004/06/04 17:35:04 is 1.2.2.24: #i25326# checksum file 2004/05/28 12:58:17 is 1.2.2.23: #i25326# native installer 2004/05/27 09:28:23 is 1.2.2.22: #i25326# native installer 2004/05/26 18:25:30 is 1.2.2.21: #i25326# native installer 2004/05/26 18:12:39 is 1.2.2.20: #i25326# native installer 2004/05/26 16:54:51 is 1.2.2.19: #116507# javafilter custom action 2004/05/25 17:14:11 is 1.2.2.18: #i25326# native installer packaging 2004/05/24 15:52:01 is 1.2.2.17: #i25326# native installer support 2004/05/21 10:22:52 is 1.2.2.16: #i28277# regactivex 2004/05/19 13:52:14 is 1.2.2.15: #i29348# new folderitems 2004/05/18 15:20:46 is 1.2.2.14: #i25326# preparing productextension in package names 2004/05/18 14:10:13 is 1.2.2.13: #i28286# python.bat custom action 2004/05/18 10:55:20 is 1.2.2.12: #i28286# new python custom action 2004/05/17 12:42:16 is 1.2.2.11: #i28285# lanuage dir in patchsoname 2004/05/13 16:20:27 is 1.2.2.10: #i28276# new custom objects 2004/05/12 16:38:37 is 1.2.2.9: #i28276# reg4msdoc 2004/05/11 16:57:28 is 1.2.2.8: #i28276# new file type dialog 2004/05/07 16:06:39 is 1.2.2.7: #i28293# parallel packaging processes 2004/05/06 16:38:48 is 1.2.2.6: #116504# multilingual installation sets 2004/05/06 13:12:49 is 1.2.2.5: #i28291# sversion ini file 2004/05/05 14:28:34 is 1.2.2.4: #116511# preparing adabas installation 2004/05/03 13:20:49 is 1.2.2.3: #i28280# new table selfreg 2004/04/30 14:49:12 is 1.2.2.2: #116619# Java and Adabas child installations 2004/04/28 10:04:55 is 1.2.2.1: #i28292# new custom actions for Windows

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [22913983cb3282fd273ebf2a50b443dc42dc8bce]

        INTEGRATION: CWS networker3 (1.82.4); FILE MERGED 2004/04/29 14:45:07 cd 1.82.4.1: #i28290# Use correct string variable to check index

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e08343d2cb8d8d118e23fb2e68eacccd21e91fdb]

        INTEGRATION: CWS networker3 (1.25.296); FILE MERGED 2004/05/25 08:49:10 hro 1.25.296.1: #116894# Removed application shortcuts from quickstarter systray menu

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [86e276c98ab0bd7fc85b799c7e53cec3e1b8f63d]

        INTEGRATION: CWS networker3 (1.37.90); FILE MERGED 2004/05/24 17:22:25 lo 1.37.90.1: #i26374# change license/splashscreen behaviour

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6ab88dc8c5dbe55adc4d541ff6893cc9de060b2f]

        INTEGRATION: CWS networker3 (1.19.56); FILE MERGED 2004/05/14 09:18:58 pb 1.19.56.1: fix: #i28285# new return value and parameter for InitLabelResMgr()

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5a3b6bf7e1155088167e613d9f8dc3e9114f83ff]

        INTEGRATION: CWS networker3 (1.78.4); FILE MERGED 2004/05/14 09:18:46 pb 1.78.4.1: fix: #i28285# load ooo resource is iso resource not exists

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4af3d7d72094ab8ca7f7d13830a8993c5169a3fe]

        INTEGRATION: CWS networker3 (1.4.36); FILE MERGED 2004/05/26 17:00:18 is 1.4.36.3: #i20379# mailcap module 2004/05/19 14:01:29 is 1.4.36.2: #i29348# new folderitem structure 2004/04/28 10:11:38 is 1.4.36.1: #i28292 new quickstarter file

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3c154a22cc3591bc03a883041c3b696d266a1f53]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/05/19 14:06:05 is 1.1.72.2: #i29348# new folderitem structure 2004/04/28 10:20:49 is 1.1.72.1: #i28297# making windows startmenu entries deselectable

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [76590fa06c3105ff7113c1664d7f886abf58ce12]

        INTEGRATION: CWS networker3 (1.2.58); FILE MERGED 2004/04/28 10:20:49 is 1.2.58.1: #i28297# making windows startmenu entries deselectable

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [8440686011a4b084588d0fadd90fb0038c6fac15]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/05/26 16:49:41 is 1.1.72.2: #i26374# no more quickstarter at end of installation 2004/04/28 10:10:57 is 1.1.72.1: #i28292 new quickstarter file

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [53aa6fb067b18420689fbc60b315e5a10c9820e9]

        INTEGRATION: CWS networker3 (1.2.54); FILE MERGED 2004/04/28 10:10:03 is 1.2.54.1: #i28292 new quickstarter file

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [8ce2be03a83d8a207365830598df8e6ac87f7f61]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/04/28 10:10:03 is 1.1.72.1: #i28292 new quickstarter file

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4c857626c886a7516ce59732712775f22b6f0a5a]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/04/28 10:10:03 is 1.1.2.1: #i28292 new quickstarter file

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [31fb1f133e258075961bce2a5b8b20c1106dfc59]

        INTEGRATION: CWS networker3 (1.3.54); FILE MERGED 2004/05/18 10:54:39 is 1.3.54.1: #i28286# new pythonmsidll for python.bat

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2a882449cd725ef8d2e8b7158f6cbd0c92d2696e]

        INTEGRATION: CWS networker3 (1.2.72); FILE MERGED 2004/05/18 10:54:39 is 1.2.72.1: #i28286# new pythonmsidll for python.bat

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5d5ab1aa6d0e16343c7694130fcfefb019d29b0a]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/05/10 14:21:23 is 1.1.72.2: RESYNC: (1.1-1.2); FILE MERGED 2004/05/07 16:14:15 is 1.1.72.1: #i28291# substitute for sversion file

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [8a82ddce42c286f45893a924c521158fcda200d5]

        INTEGRATION: CWS networker3 (1.2.52); FILE MERGED 2004/05/19 14:00:59 is 1.2.52.1: #i29348# new folderitem structure

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [725e28821b27fd03967114c727264ef44c26aa77]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/05/17 11:06:32 is 1.1.72.2: #i28285# no empty UPDATEFOR 2004/04/29 09:58:42 is 1.1.72.1: #i26912# changing patchlevel and Updatefor-key for OOo 2.0

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [215e825db60e6799810f05798b50049d7f8397de]

        INTEGRATION: CWS networker3 (1.1.72); FILE REMOVED 2004/05/19 14:00:08 is 1.1.72.1: #i29348# new folderitem structure

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [0db4ee1c761af682ee9a5b52ad6138120f4d82b8]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/05/19 14:00:59 is 1.1.72.1: #i29348# new folderitem structure

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6c2c6127a0af1435287be17a12e57576c63f4872]

        INTEGRATION: CWS networker3 (1.15.2); FILE MERGED 2004/05/19 14:07:14 is 1.15.2.2: #i24253# new file librecentfile 2004/05/12 16:37:18 is 1.15.2.1: #i28276# reg4msdoc

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [cc00dc41c98fe89b60698ad9dd9721bbbc93c467]

        INTEGRATION: CWS networker3 (1.2.54); FILE MERGED 2004/05/19 14:04:07 is 1.2.54.1: #i29348# new folderitem structure

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1e3eb1ee797f80eeceeffa3ec37062413539fe40]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/19 14:04:07 is 1.1.2.1: #i29348# new folderitem structure

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2b482b794fbf23737bf9f17b8ddea6a31486690c]

        INTEGRATION: CWS networker3 (1.3.2); FILE MERGED 2004/05/19 14:04:06 is 1.3.2.1: #i29348# new folderitem structure

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c96e0bb16e7670a2339e3a555308a26e06e7b447]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/05/26 16:54:03 is 1.1.72.1: #116507# javafilter custom action

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [90e571afca44a31a967336f299e2b247828106f1]

        INTEGRATION: CWS networker3 (1.3.2); FILE MERGED 2004/05/26 16:54:03 is 1.3.2.1: #116507# javafilter custom action

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [9f9ef79c0ed20efde7d5b64d7f78993bca5cb7c0]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/05/19 14:06:29 is 1.1.72.2: #i29348# new folderitem structure 2004/04/28 10:20:27 is 1.1.72.1: #i28297# making windows startmenu entries deselectable

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [7816df2078e50d46e00bbdb4250038c631438397]

        INTEGRATION: CWS networker3 (1.2.58); FILE MERGED 2004/04/28 10:20:27 is 1.2.58.1: #i28297# making windows startmenu entries deselectable

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2710f7029e2e4a261e751e34576b25dd898a62d1]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/05/19 14:04:44 is 1.1.72.2: #i29348# new folderitem structure 2004/04/28 10:19:59 is 1.1.72.1: #i28297# making windows startmenu entries deselectable

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [8ae0f9688422d9ef1f53bd949e1bd57bbec69e29]

        INTEGRATION: CWS networker3 (1.2.58); FILE MERGED 2004/04/28 10:19:59 is 1.2.58.1: #i28297# making windows startmenu entries deselectable

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [82479ae46788765004357fe9c94604be5f7aede4]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/05/19 14:05:08 is 1.1.72.2: #i29348# new folderitem structure 2004/04/28 10:19:27 is 1.1.72.1: #i28297# making windows startmenu entries deselectable

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1d8906e8c7ff16e9e7afd97f84fca55b4ec1519a]

        INTEGRATION: CWS networker3 (1.2.58); FILE MERGED 2004/05/10 14:22:52 is 1.2.58.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/28 10:19:27 is 1.2.58.1: #i28297# making windows startmenu entries deselectable

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4e9a3e2d5ddd9aa92a6d9829642b994e38c12edb]

        INTEGRATION: CWS networker3 (1.1.72); FILE MERGED 2004/05/21 10:22:14 is 1.1.72.1: #i28277# regactivex

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [0485f9c86744a9ae535b0dbf2f9e06e254196596]

        INTEGRATION: CWS networker3 (1.2.36); FILE MERGED 2004/05/26 17:00:42 is 1.2.36.1: #i20379# mailcap module

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [8a34e98975ef49e0584cd3e820fce95d8b4189af]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/25 12:32:50 dv 1.2.2.2: #116567# Modified some strings according to spec 2004/04/27 12:27:21 dv 1.2.2.1: #i25671# Cleanup of choose language dialog

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2883db49d9d8975d330ea826c2b345e2db7d9a9d]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/04/27 12:27:21 dv 1.2.2.1: #i25671# Cleanup of choose language dialog

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b7b5b052ff717d1f6c4a35ca11814e0401463f8c]

        INTEGRATION: CWS networker3 (1.2.2); FILE MERGED 2004/05/25 12:32:49 dv 1.2.2.2: #116567# Modified some strings according to spec 2004/04/27 12:27:20 dv 1.2.2.1: #i25671# Cleanup of choose language dialog

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [eb92d94b53e3c1cdd5bdf39d71a0962672302d04]

        INTEGRATION: CWS networker3 (1.9.60); FILE MERGED 2004/06/08 13:28:10 obr 1.9.60.3: #i29425# solaris /bin/sh does not know source 2004/05/24 14:11:04 obr 1.9.60.2: #i29425# source adabasrc file 2004/05/24 14:02:51 obr 1.9.60.1: #i29425# file locking now enabled by default

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [01b469c597056e6d44228229a55fa9c92529f302]

        INTEGRATION: CWS networker3 (1.28.2); FILE MERGED 2004/05/19 14:02:47 is 1.28.2.2: #i29348# new folderitem structure 2004/04/28 10:30:16 is 1.28.2.1: #i28297# making windows startmenu entries deselectable

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d5c03d51855d802c32d8fcf3bf7380d2bb75454b]

        INTEGRATION: CWS networker3 (1.4.146); FILE MERGED 2004/05/24 14:58:05 lo 1.4.146.1: #i26374# change license/splashscreen behaviour

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ef6ee5f28b761a394f7f666a791a8d380fe2778d]

        INTEGRATION: CWS networker3 (1.16.20); FILE MERGED 2004/05/07 10:26:49 is 1.16.20.1: #i28891# links for cppuhelper

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6f4a1878a0e565fdf1afd478b59112c2fe6116b9]

        INTEGRATION: CWS networker3 (1.22.202); FILE MERGED 2004/05/14 09:16:27 pb 1.22.202.1: fix: #i28285# load ooo resource is iso resource not exists

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [731d46c7cfa12a607ed7aec71c6f72c7204a391f]

        INTEGRATION: CWS networker3 (1.23.14); FILE MERGED 2004/05/26 11:54:24 obr 1.23.14.3: #i20379# new script to modify mime.types and mailcap in /etc 2004/05/20 11:35:16 obr 1.23.14.2: #i20355#,#i20356# deliver also rpm and tar.gz 2004/04/28 10:08:16 is 1.23.14.1: #i28292# new install_quickstart.exe

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1c578607b23735950b4fc43c9b7ba0d07827f49f]

        INTEGRATION: CWS networker3 (1.21.90); FILE MERGED 2004/05/25 09:52:45 obr 1.21.90.2: #i20355#,#i20356# new pkg based CDE menu integration 2004/05/20 11:34:45 obr 1.21.90.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ca15964dd2d56743a9f24135de5380cd2fee0ea5]

        INTEGRATION: CWS networker3 (1.4.14); FILE MERGED 2004/05/26 11:54:25 obr 1.4.14.1: #i20379# new script to modify mime.types and mailcap in /etc

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6fac2ba282f9d151d9867553d26ae69f721b4de9]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:39:01 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [01299520624cce1af54d53f807fd9e698b4bf37d]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:39:00 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [0af14aae469fc2be898a2c667cca28010230befd]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/06/02 08:50:03 obr 1.1.2.2: #i20355#,#i20356# adapted GNOME integration files to GNOME 2.0 for Solaris 2004/05/20 11:39:00 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3eb2dd6f2639ea7a9f82eae1d0db7743126b5337]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/25 14:05:11 obr 1.1.2.2: #i20355#,#i20356# some small corrections 2004/05/20 11:38:59 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5381db33c8367e864a718e15c64a1420cfbca34f]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/06/02 08:50:02 obr 1.1.2.3: #i20355#,#i20356# adapted GNOME integration files to GNOME 2.0 for Solaris 2004/05/26 06:31:00 obr 1.1.2.2: #i20355#,#i20356# remove package from spool directory 2004/05/20 11:38:59 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [be63ae6cba16a0e31c1388cd5e0bc418cb41afd6]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:58 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c893962e4ec2cab82029e2612f3f72f42ddacc4c]

        INTEGRATION: CWS networker3 (1.8.20); FILE MERGED 2004/05/20 06:04:01 obr 1.8.20.1: #i20355# removed web & template launchers to be consistant with system wide integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [65d6db7af8eadcd54706fcedd224ad3a5cdbb907]

        INTEGRATION: CWS networker3 (1.10.20); FILE MERGED 2004/05/20 06:04:00 obr 1.10.20.1: #i20355# removed web & template launchers to be consistant with system wide integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e3465f273faad9b335f2f0e1d91d4390df369ac7]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/26 13:27:57 obr 1.1.2.2: #i20355#,#i20356# removed applnk directory from spec file 2004/05/20 11:38:57 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [14b0d7c98ce41b14c92d04362328dfa5df1c1c00]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:57 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2af21219e4d788490ef0b425fb179742331e24ff]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:56 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4b9b8b3ae4e5c7e51d39ba77651fa32b37001dc3]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:55 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c1f36494991402d5a90fcaadf6093cfb90da9714]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:54 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e50c6b76f0f510bb49bea008fde7abd218fa54b0]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:53 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [55fed85d03562894217c9cc7ead72e21d56dddfd]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:52 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d1bc7c027a8dfe07e6b83fc082e4ca2a52139ad5]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:51 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [77b6dd2fd487f6ead0688f5dad78bb83b3dfd42a]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:50 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [30bbc7aa38f4aaeaa10873ee565eee074a655cf2]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:49 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [77841c79c288a6f89168b18f894f5138333d522d]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:48 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c630416e9740b8ef66df42240c41f41dcaa7e947]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:47 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [fc800de4f0ded746a0f11effd4cbd56962cd2b0f]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:22:06 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e311c4ba6e780dcab36aede5752f1d17ca7cdb86]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:22:07 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4e5d90e59fa46c0d972cd156e839d1e9acaa4db0]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:22:09 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [87aeacfbab2aa330cb733467c26dee0cac89c8dc]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:22:10 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6488b435477d2a7e9c60b7b2fe11d557dd717dd6]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:22:08 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a4c6cac0ac8242d61f1e38c56b0d8ca8e91226af]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:59 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a62173646bbf7a8946619c5850f298c81b840298]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:22:00 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [34dd5bbcf16dff9953b2bf2a3c65f35512652489]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:22:01 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [8a12b82788ac90ec39254db40deb06a992409632]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:22:02 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [228367ed1b62c557eafb9a67f547c01473427cb3]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:22:03 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5019c7c6c86dd657381f1efbdc06a043798fe637]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:41 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ebeea3d6aa4119fc1973095becd08d1b3695e590]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:42 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [88307a78eaec8b8b77ae1afdc7cecd02b84e0af2]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:43 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3f369ac8750828a36a4240a660ca0151687100a8]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:44 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e8cb4943a3a569f11b87e2e07feba5f8c2c021ac]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:47 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [9fbf58905b9894884cc8fe7c8349e9cfee4465a7]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:48 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [936e26078c9477a3d5a5c0060a706fce8bf9a15c]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:45 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5bd22b24cac51e2dcacedd7d3277aad84a9089bd]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:46 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [dbeb4d8a1b3c0200352fa95fd95b890772a368dc]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:32 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2681faedf7999bcdc6f7a0beca19df974fa57d23]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:33 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [61eba862c3f160e950170747500d2b6649fe8f2d]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:34 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e6ec0655ba31368cae736b7e0f1553652b611a98]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:36 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [7052aff239ffcf728982963a5ddad92aa5127cda]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:37 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b82d94826681e81461475aa325c305dc64ffbf0e]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:35 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [eddc40a1b81155d153da00aeb5b70aa32b894799]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:15 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [11591e891946a7f086c9973a32efefdb90a3a865]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:16 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b30dcce50a89f39c15e7dc6568caa016c40561a5]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:17 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e8b62266273e0e66a6a55b9e71ce555c316f3de3]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:18 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1117c43f97c65c3670cbff9045ab20181cbcb316]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:19 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2772afea0762c70e0258944bfecdda5c6aaea85d]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:21:20 obr 1.1.2.1: #i20355#,#i20356# icons converted to png format

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c03e18321821fb3b02d35802e671979eb307a2c2]

        INTEGRATION: CWS networker3 (1.1.2); FILE ADDED 2004/05/20 11:38:47 obr 1.1.2.1: #i20355#,#i20356# new directories for system wide desktop integration

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [aeb266918285bd2d67b1a3544bbaecd2cdbbf591]

        INTEGRATION: CWS unopkg2 (1.59.10); FILE MERGED 2004/05/05 11:25:37 dbo 1.59.10.1: #115885# added deployment.ui

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [f16790af62f42a09b182e522218f84b240551291]

        INTEGRATION: CWS hebnum (1.6.142); FILE MERGED 2004/04/14 22:00:32 khong 1.6.142.1: #i23372# add Hebrew native numbering system

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [a695508859ced2831ef705b10513844827895784]

        INTEGRATION: CWS hebnum (1.17.14); FILE MERGED 2004/05/07 17:54:54 khong 1.17.14.4: #i23372# add Hebrew native numbering system 2004/05/04 21:42:22 khong 1.17.14.3: #i23372# add Hebrew native numbering system 2004/05/04 00:24:38 khong 1.17.14.2: #i23372# add Hebrew native numbering system 2004/04/14 22:00:31 khong 1.17.14.1: #i23372# add Hebrew native numbering system

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [48ee260e3b8378f60aee3ceca09e5ba293404b4b]

        INTEGRATION: CWS hebnum (1.17.6); FILE MERGED 2004/05/07 17:51:39 khong 1.17.6.2: #i23372# add Hebrew native numbering system 2004/05/04 21:42:38 khong 1.17.6.1: #i23372# add Hebrew native numbering system

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [b623779f468191682138b5d219ad9e01503b3638]

        INTEGRATION: CWS hebnum (1.7.100); FILE MERGED 2004/05/11 23:24:41 khong 1.7.100.1: #i28127# make date and year display as Hebrew number for Jewish calendar

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [7290017594fcc601403927e7040da7cb708557a6]

        INTEGRATION: CWS hebnum (1.4.100); FILE MERGED 2004/05/07 17:51:03 khong 1.4.100.2: #i23372# add Hebrew native numbering system 2004/05/04 21:42:49 khong 1.4.100.1: #i23372# add Hebrew native numbering system

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [f893a0a748daefc4fd5051ecaef51f9543a95eab]

        INTEGRATION: CWS hebnum (1.7.22); FILE MERGED 2004/05/11 23:41:12 khong 1.7.22.1: #i28127# make date and year display as Hebrew number for Jewish calendar

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ca5ab05e8875f79a05ab149bb1d9ff5437879190]

        INTEGRATION: CWS hbea1bugs01 (1.28.62); FILE MERGED 2004/05/27 09:24:36 hbrinkm 1.28.62.1: #i29560#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [06b8d5e2e054a856aa1f1f9201b92adc57936889]

        INTEGRATION: CWS hbea1bugs01 (1.24.56); FILE MERGED 2004/05/27 09:24:31 hbrinkm 1.24.56.3: #i29560# 2004/05/18 14:13:56 hbrinkm 1.24.56.2: #106897# 2004/05/17 09:49:03 hbrinkm 1.24.56.1: #106897# RenameNumRule

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [7d26ea0992145e6a17a2524bfc166ce01ab7d3a7]

        INTEGRATION: CWS unopkg2 (1.10.6); FILE MERGED 2004/06/03 13:33:25 dbo 1.10.6.2: #i20304# 2004/05/19 14:16:43 dbo 1.10.6.1: #i20304# adding uno executable, unopkg, unopkg startup script, links for Unix, multi-platform unorc in user layer

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [8b0cf8c93b7430b847ae54d4db17254fc84c740b]

        INTEGRATION: CWS hbea1bugs01 (1.20.20); FILE MERGED 2004/05/27 09:24:30 hbrinkm 1.20.20.1: #i29560#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [87bd2ed7f7975614914c16213b03eaa6f1451108]

        INTEGRATION: CWS hbea1bugs01 (1.2.66); FILE MERGED 2004/05/27 09:24:30 hbrinkm 1.2.66.2: #i29560# 2004/05/18 15:44:10 hbrinkm 1.2.66.1: #i22362#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b19f435236f40a43c6afbc745e43eba4165bfc87]

        INTEGRATION: CWS hbea1bugs01 (1.6.454); FILE MERGED 2004/03/10 16:20:08 hbrinkm 1.6.454.1: #i21739#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [8b2e0d6974b47e82b9fd8048a27fe91e959b72f5]

        INTEGRATION: CWS hbea1bugs01 (1.7.118); FILE MERGED 2004/05/27 09:24:36 hbrinkm 1.7.118.1: #i29560#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [bceaffd3840d6339b5372aedfb34eb8386554d5c]

        INTEGRATION: CWS hbea1bugs01 (1.16.56); FILE MERGED 2004/05/27 09:24:35 hbrinkm 1.16.56.1: #i29560#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [42f3e61b6e060a33bfd42e1df4afe3f0aa50344f]

        INTEGRATION: CWS hbea1bugs01 (1.84.2); FILE MERGED 2004/05/27 09:24:34 hbrinkm 1.84.2.1: #i29560#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d646369860e40a1edc7c45872845bf640cfa2af2]

        INTEGRATION: CWS hbea1bugs01 (1.9.454); FILE MERGED 2004/05/18 14:18:17 hbrinkm 1.9.454.1: #106897#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [89c2af71557d05d1a79a7bd9167a9f8c950aa04c]

        INTEGRATION: CWS hbea1bugs01 (1.5.162); FILE MERGED 2004/03/10 15:03:03 hbrinkm 1.5.162.1: #i19649#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [dfa4e4aa16b24539e023b5850dac7fcb3c0106de]

        INTEGRATION: CWS hbea1bugs01 (1.27.20); FILE MERGED 2004/05/27 09:24:33 hbrinkm 1.27.20.2: #i29560# 2004/05/18 14:17:22 hbrinkm 1.27.20.1: #i22362#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3afee76022a50f009881851dfa3e93f478d804e6]

        INTEGRATION: CWS hbea1bugs01 (1.9.58); FILE MERGED 2004/05/27 09:24:32 hbrinkm 1.9.58.1: #i29560#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ad046114ef06c0bd112e82eeb79b4bc7232bcb4a]

        INTEGRATION: CWS hbea1bugs01 (1.17.56); FILE MERGED 2004/05/27 09:24:31 hbrinkm 1.17.56.3: #i29560# 2004/05/18 14:16:55 hbrinkm 1.17.56.2: #i22362# 2004/05/18 14:15:11 hbrinkm 1.17.56.1: #i22362#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d917b09bbb18b1198794820d7b2c88f672cd845d]

        INTEGRATION: CWS hbea1bugs01 (1.13.56); FILE MERGED 2004/05/27 09:24:30 hbrinkm 1.13.56.2: #i29560# 2004/05/18 15:44:10 hbrinkm 1.13.56.1: #i22362#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a738b815064359ae7b74e3141014dbe4a6aab077]

        INTEGRATION: CWS hbea1bugs01 (1.32.2); FILE MERGED 2004/05/27 09:24:30 hbrinkm 1.32.2.1: #i29560#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [de2f2909daec4f5f92b231c611a7f6da2560e350]

        INTEGRATION: CWS hbea1bugs01 (1.67.2); FILE MERGED 2004/05/18 15:44:10 hbrinkm 1.67.2.2: #i22362# 2004/05/17 09:41:41 hbrinkm 1.67.2.1: #106897# RenameNumRule

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a6e3ea47a2530c620a63d26ab0e437c4910bc464]

        INTEGRATION: CWS reportcompfix (1.10.10); FILE MERGED 2004/06/11 09:54:09 hro 1.10.10.1: #117060# Generate compiler version string dynamically

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ba14997db02ea6aee820fd8b454db1956c089c67]

        INTEGRATION: CWS reportcompfix (1.4.32); FILE MERGED 2004/06/11 09:54:09 hro 1.4.32.1: #117060# Generate compiler version string dynamically

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [248885ebf701d930977114b73aefac9ffcfaf7e1]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/18 19:37:30 dbo 1.1.2.1: #115885# added UI

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [05e848db569bcde7539998cc6c881c5d1a1abdcd]

        INTEGRATION: CWS unopkg2 (1.13.78); FILE MERGED 2004/05/25 14:48:11 dbo 1.13.78.1: #i20304# PB: accessibility fix to get non-root entry

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [586db989aecfe438b6180729f3ffe2d3b7be23cd]

        INTEGRATION: CWS unopkg2 (1.17.26); FILE MERGED 2004/06/03 09:27:14 dbo 1.17.26.4: #i20304# silent => quiet 2004/05/19 18:06:29 dbo 1.17.26.3: #i20304# added --silent 2004/05/14 12:46:33 dbo 1.17.26.2: #i20304# default bootstrapping if no registries are given 2004/05/13 14:20:13 dbo 1.17.26.1: #i20304# added mode for getting component context

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [75bf0bd86768369f85aba372471754069345dd86]

        INTEGRATION: CWS unopkg2 (1.12.10); FILE MERGED 2004/05/19 13:28:08 dbo 1.12.10.1: #i20304# delivering uno.bin

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4c65fbdc2f75ec1679d24f1278f1d29a50ffb266]

        INTEGRATION: CWS unopkg2 (1.2.2); FILE MERGED 2004/04/23 12:03:02 kso 1.2.2.1: #116500# - Fixed/completed content event notification. Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [61aad5ba0215a05465db89e8570a6ae97793d278]

        INTEGRATION: CWS unopkg2 (1.2.2); FILE MERGED 2004/05/18 19:01:30 dbo 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/23 12:03:02 kso 1.2.2.1: #116500# - Fixed/completed content event notification. Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1806db805b7737787c6dd834f1417e40e8376459]

        INTEGRATION: CWS unopkg2 (1.2.2); FILE MERGED 2004/06/10 11:28:19 dbo 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/23 12:03:02 kso 1.2.2.1: #116500# - Fixed/completed content event notification. Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [62c21564ac90f63d71cc8ffb25a3245ab71e7fa8]

        INTEGRATION: CWS unopkg2 (1.2.2); FILE MERGED 2004/06/10 11:27:48 dbo 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/23 12:03:01 kso 1.2.2.1: #116500# - Fixed/completed content event notification. Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [16dad616f7a7031280279ef66ac78f0613849b76]

        INTEGRATION: CWS unopkg2 (1.2.2); FILE MERGED 2004/05/18 19:01:22 dbo 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/23 12:03:00 kso 1.2.2.1: #116500# - Fixed/completed content event notification. Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [04e532b2ddf6fb758ade0aab86ca0a4c635c525f]

        INTEGRATION: CWS unopkg2 (1.11.2); FILE MERGED 2004/05/27 14:09:14 kso 1.11.2.1: #116171# - Fixed: Transfer of non-empty folder in conjunction with renaming            the folder during transfer.

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [fe15c844e2dadf44df64b1818df7133bba76b7f6]

        INTEGRATION: CWS unopkg2 (1.2.56); FILE MERGED 2004/05/26 14:17:33 dbo 1.2.56.1: #i20304# added PackageManager menu item Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a982adcf2b36de75970892e101b83c6fdb03d422]

        INTEGRATION: CWS unopkg2 (1.3.36); FILE MERGED 2004/05/26 13:06:16 dbo 1.3.36.1: #i20304# added Package Manager menu item Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [cdba3f12f1dd71aecbc14abd87875f948691df04]

        INTEGRATION: CWS unopkg2 (1.4.32); FILE MERGED 2004/05/26 13:04:30 dbo 1.4.32.1: #i20304# added PackageManager menu item Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [88ed710012a2907f868730e6a75b00669a3c1ce7]

        INTEGRATION: CWS unopkg2 (1.3.32); FILE MERGED 2004/05/26 13:04:29 dbo 1.3.32.1: #i20304# added PackageManager menu item Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ff621d6776584f902eea8cef2e54fc865d1b6eac]

        INTEGRATION: CWS unopkg2 (1.39.22); FILE MERGED 2004/05/27 10:10:40 dbo 1.39.22.4: #i20304# help ids 2004/05/24 17:04:54 dbo 1.39.22.3: #i20304# lock file, misc 2004/05/18 18:38:45 dbo 1.39.22.2: RESYNC: (1.39-1.40); FILE MERGED 2004/05/18 18:15:29 dbo 1.39.22.1: #115885# icons, minor fixes

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [8b041a8a2bf3ff807c9db91fb19fd2bf32fdbc00]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/27 15:07:11 dbo 1.1.2.2: #i20304# HIDs for progress dialog 2004/05/27 10:10:40 dbo 1.1.2.1: #i20304# help ids

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [36338d733bb0d9a5a5d2491c71a7b44ee28b87f1]

        INTEGRATION: CWS hr3 (1.15.36); FILE MERGED 2004/05/06 10:17:58 hr 1.15.36.1: #i28734#: DirEntry::DirEntry(): remove warning - compare with correct enum

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5ff71440f8a4a9c321c845d102bb881378b7638e]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/27 15:07:11 dbo 1.1.2.2: #i20304# HIDs for progress dialog 2004/05/27 10:10:39 dbo 1.1.2.1: #i20304# help ids

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3839b839a0f31abd7200ab7292ac7dbd14890bd5]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/26 12:38:25 dbo 1.2.4.2: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/11 15:14:23 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [35d12385c8585bfbb7af1d5decf1b5a1deec9ed5]

        INTEGRATION: CWS hr3 (1.8.168); FILE MERGED 2004/05/06 09:50:22 hr 1.8.168.1: #i28734#: cleanup

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [00c6cd960c09c459e9486ead4818865070cf0604]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:51 dbo 1.1.2.5: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/05/26 16:40:27 dbo 1.1.2.4: #i20304# minor string review Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:25 dbo 1.1.2.3: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:29 dbo 1.1.2.2: #115885# icons, minor fixes 2004/05/11 15:14:23 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [48674204dcba37ce93b2455bd2e00c2e3a0376fc]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:50 dbo 1.1.2.4: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:25 dbo 1.1.2.3: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:29 dbo 1.1.2.2: #115885# icons, minor fixes 2004/05/11 15:14:22 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3a4b9944cede71ca669ad8ca7d545c132a7112f9]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/09 14:09:21 dbo 1.2.4.6: #i30026# Basic/Dialogs libs found everywhere in legacy bundles 2004/05/26 12:38:25 dbo 1.2.4.5: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/19 12:53:49 dbo 1.2.4.4: #i20304# minor fixes 2004/05/18 18:15:28 dbo 1.2.4.3: #115885# icons, minor fixes 2004/05/14 16:56:26 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:22 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5a0e545115da7fdb5145bebdb1a7ddbb072af9f6]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/11 15:14:22 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [0dd9be944b739e6c60b61aaeaf27d1f99b689186]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/09 14:09:21 dbo 1.2.4.3: #i30026# Basic/Dialogs libs found everywhere in legacy bundles 2004/06/03 13:15:36 dbo 1.2.4.2: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/11 15:14:21 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6495df1d3c13ada3535ab4a78354a27a6e4fe07d]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/11 15:14:21 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1f69fe944986ff7412d949517c444731decb0939]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/27 10:09:51 dbo 1.1.2.4: #i20304# minor string review, help id Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:24 dbo 1.1.2.3: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:28 dbo 1.1.2.2: #115885# icons, minor fixes 2004/05/11 15:14:20 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [fcc14f075f6f3c769b63b3ab9c96f1a168b58888]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:50 dbo 1.1.2.4: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:24 dbo 1.1.2.3: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:28 dbo 1.1.2.2: #115885# icons, minor fixes 2004/05/11 15:14:19 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3e196ec3e8951fb490d0ea5a91aad588b5744bf8]

        INTEGRATION: CWS hr3 (1.7.168); FILE MERGED 2004/05/06 09:49:33 hr 1.7.168.1: #i28734#: cleanup

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5a712cd065c545faf3f20ec4ecd7fc39b11a7e70]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/09 14:09:20 dbo 1.2.4.11: #i30026# Basic/Dialogs libs found everywhere in legacy bundles 2004/06/04 15:02:49 dbo 1.2.4.10: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/06/03 13:15:35 dbo 1.2.4.9: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/28 09:41:09 dbo 1.2.4.8: #i20304# minor improvements 2004/05/26 12:38:24 dbo 1.2.4.7: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/19 18:17:10 dbo 1.2.4.6: #i20304# support read-only layers 2004/05/19 12:53:48 dbo 1.2.4.5: #i20304# minor fixes 2004/05/18 18:15:28 dbo 1.2.4.4: #115885# icons, minor fixes 2004/05/14 18:41:38 dbo 1.2.4.3: #i20304# multi-platform user layer 2004/05/14 16:56:26 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:18 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3fc66b3470f6c7dd06b6b0cc668ee40eb3596b47]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/03 13:15:34 dbo 1.2.4.7: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:24 dbo 1.2.4.6: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/19 18:17:10 dbo 1.2.4.5: #i20304# support read-only layers 2004/05/19 12:53:48 dbo 1.2.4.4: #i20304# minor fixes 2004/05/14 18:41:38 dbo 1.2.4.3: #i20304# multi-platform user layer 2004/05/14 16:56:25 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:18 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [48816e51ef177819626fc0fda389ca0d3c6dabc3]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/18 18:15:27 dbo 1.2.4.2: #115885# icons, minor fixes 2004/05/11 15:14:18 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [97a744b50cdad49daa4f55220c2d6a5cb6b8bcf7]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:49 dbo 1.1.2.4: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/05/27 10:09:50 dbo 1.1.2.3: #i20304# minor string review, help id Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:23 dbo 1.1.2.2: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:27 dbo 1.1.2.1: #115885# icons, minor fixes

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [97f4ba39d206c2f25af1ee82c19914c88b75c181]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:48 dbo 1.1.2.3: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:23 dbo 1.1.2.2: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:27 dbo 1.1.2.1: #115885# icons, minor fixes

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [cf54dd96ab305239403f2249f6a0252be1262bb5]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/07 14:47:00 dbo 1.2.4.8: #i20304# 2004/05/26 12:38:23 dbo 1.2.4.7: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/19 18:17:09 dbo 1.2.4.6: #i20304# support read-only layers 2004/05/19 12:53:47 dbo 1.2.4.5: #i20304# minor fixes 2004/05/18 18:15:26 dbo 1.2.4.4: #115885# icons, minor fixes 2004/05/14 18:41:37 dbo 1.2.4.3: #i20304# multi-platform user layer 2004/05/14 16:56:25 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:17 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [85e18549e39d35f9dcbb8709467c24443ca860df]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/18 18:15:26 dbo 1.2.4.2: #115885# icons, minor fixes 2004/05/11 15:14:17 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [88a6090cfe0f7a866d1ed7fbfa536b19632ab5b1]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:48 dbo 1.1.2.3: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:22 dbo 1.1.2.2: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:26 dbo 1.1.2.1: #115885# icons, minor fixes

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [90c86b73c97564fc2c0f05a273fd7f09a7d958e4]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/09 14:09:19 dbo 1.2.4.15: #i30026# Basic/Dialogs libs found everywhere in legacy bundles 2004/06/07 16:23:17 dbo 1.2.4.14: #i20304# 2004/06/07 14:47:00 dbo 1.2.4.13: #i20304# 2004/06/03 13:15:34 dbo 1.2.4.12: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/27 13:23:06 dbo 1.2.4.11: #i20304# cleanup process in case of error Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:22 dbo 1.2.4.10: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/24 17:04:53 dbo 1.2.4.9: #i20304# lock file, misc 2004/05/21 14:06:38 dbo 1.2.4.8: #i20304# 2004/05/21 12:51:28 dbo 1.2.4.7: #i20304# progress Issue number: Submitted by: Reviewed by: 2004/05/19 18:17:09 dbo 1.2.4.6: #i20304# support read-only layers 2004/05/19 12:53:47 dbo 1.2.4.5: #i20304# minor fixes 2004/05/18 18:15:25 dbo 1.2.4.4: #115885# icons, minor fixes 2004/05/14 18:41:36 dbo 1.2.4.3: #i20304# multi-platform user layer 2004/05/14 16:56:25 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:17 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [667b3b4a92727fbbe159d3ed25bcd96b5b1e2e2c]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/26 12:38:22 dbo 1.2.4.2: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/11 15:14:16 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5e07f2d5bab1f8d8711654b7215c108cb3421a1b]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/27 10:09:49 dbo 1.1.2.4: #i20304# minor string review, help id Issue number: Submitted by: Reviewed by: 2004/05/26 16:40:27 dbo 1.1.2.3: #i20304# minor string review Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:21 dbo 1.1.2.2: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/11 15:14:16 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [bd84d4761cde9c81a11c8837b9b281c9e15773af]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/03 13:15:33 dbo 1.2.4.5: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:21 dbo 1.2.4.4: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/19 18:17:08 dbo 1.2.4.3: #i20304# support read-only layers 2004/05/19 12:53:46 dbo 1.2.4.2: #i20304# minor fixes 2004/05/11 15:14:15 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [69ceedc32513dcb5895b69717698b7081fbd34be]

        INTEGRATION: CWS hr3 (1.17.168); FILE MERGED 2004/05/06 09:55:24 hr 1.17.168.1: #i28734#: cleanup

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e827afc97060ad5c0bb5ffc4dac0b0271f3f5bad]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/26 12:38:21 dbo 1.2.4.6: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/21 12:51:28 dbo 1.2.4.5: #i20304# progress Issue number: Submitted by: Reviewed by: 2004/05/19 18:17:08 dbo 1.2.4.4: #i20304# support read-only layers 2004/05/14 18:41:36 dbo 1.2.4.3: #i20304# multi-platform user layer 2004/05/14 16:56:24 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:14 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e7249b6b07f8abbfa4330e60e7cce1669ef56acf]

        INTEGRATION: CWS hr3 (1.4.168); FILE MERGED 2004/05/06 09:21:06 hr 1.4.168.1: #i28734#: cleanup, remove obsolete MAC stuff

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1d0537db8bd6b285df5f7c187383c873d683ac5c]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/26 12:38:20 dbo 1.2.4.3: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/19 12:53:45 dbo 1.2.4.2: #i20304# minor fixes 2004/05/11 15:14:13 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [01c29460c6ea61055854e50c889edfb10633cdd5]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/07 14:46:59 dbo 1.2.4.8: #i20304# 2004/06/03 13:15:32 dbo 1.2.4.7: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:20 dbo 1.2.4.6: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/21 12:51:27 dbo 1.2.4.5: #i20304# progress Issue number: Submitted by: Reviewed by: 2004/05/19 18:17:07 dbo 1.2.4.4: #i20304# support read-only layers 2004/05/19 12:53:45 dbo 1.2.4.3: #i20304# minor fixes 2004/05/14 16:56:24 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:13 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [dac24e3d8e21fb4cff57372ae734899f565c99a1]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:47 dbo 1.1.2.4: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/06/03 13:15:32 dbo 1.1.2.3: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:20 dbo 1.1.2.2: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/19 12:53:45 dbo 1.1.2.1: #i20304# minor fixes

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d158de6a38165df43d8127788ff3b3765a49a7f4]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/26 12:38:19 dbo 1.1.2.3: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/21 12:51:27 dbo 1.1.2.2: #i20304# progress Issue number: Submitted by: Reviewed by: 2004/05/11 15:14:13 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [57093db61c84d761a27fc3dae93dfc21a104e1ce]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/26 12:38:19 dbo 1.1.2.3: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/21 12:51:27 dbo 1.1.2.2: #i20304# progress Issue number: Submitted by: Reviewed by: 2004/05/11 15:14:12 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5b881381d70d5c9c0f0f4b45371378dbbfabde4c]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/03 13:15:31 dbo 1.2.4.5: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/27 13:23:06 dbo 1.2.4.4: #i20304# cleanup process in case of error Issue number: Submitted by: Reviewed by: 2004/05/19 12:53:44 dbo 1.2.4.3: #i20304# minor fixes 2004/05/14 16:56:24 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:12 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [506310695554d949409d14ebebf5828e54556317]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/14 16:56:23 dbo 1.1.2.2: #i20304# live deployment, abort feature 2004/05/11 15:14:11 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [17b718cf0e4a4e7cfd5f7d1a986bd2fd0f3986f1]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/11 15:14:10 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [02d99a58846f695caeec9c509ee36d7c5c8194f5]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/26 12:38:19 dbo 1.1.2.2: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/11 15:14:10 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [514d1ef3f52898fc07dead27c3aa5c162833e1fe]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/26 12:38:18 dbo 1.1.2.2: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/11 15:14:09 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [19a10039a59002b68291e7f200f85fd962592d75]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/04 15:02:47 dbo 1.2.4.12: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/06/03 13:15:31 dbo 1.2.4.11: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:18 dbo 1.2.4.10: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/21 17:19:44 dbo 1.2.4.9: #i20304# ignore alien platforms Issue number: Submitted by: Reviewed by: 2004/05/21 15:01:15 dbo 1.2.4.8: #i20304# for now: no automatic renewal 2004/05/21 09:33:18 dbo 1.2.4.7: #i20304# Issue number: Submitted by: Reviewed by: 2004/05/19 18:17:06 dbo 1.2.4.6: #i20304# support read-only layers 2004/05/19 12:53:44 dbo 1.2.4.5: #i20304# minor fixes 2004/05/18 18:15:25 dbo 1.2.4.4: #115885# icons, minor fixes 2004/05/14 18:41:35 dbo 1.2.4.3: #i20304# multi-platform user layer 2004/05/14 16:56:23 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:09 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1c8a53bccf8edec73a915a949be8d8ec8b5868dc]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/11 15:14:08 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [22e3a4a16f21ac331e4aedc8a8670030f139915c]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/03 13:15:30 dbo 1.2.4.4: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/19 18:17:05 dbo 1.2.4.3: #i20304# support read-only layers 2004/05/14 16:56:23 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:08 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [06cbad1a158c1a0d4f75b664de7c0de7fb204954]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:46 dbo 1.1.2.2: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/06/03 13:15:30 dbo 1.1.2.1: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [f8ad4f7e929976dff31693cb4e2b0d451b8610ed]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/05/19 18:17:05 dbo 1.2.4.2: #i20304# support read-only layers 2004/05/11 15:14:07 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [bbfa9fad49dc096b02274bb04c09ac0b91145999]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/07 14:46:59 dbo 1.2.4.6: #i20304# 2004/06/03 13:15:29 dbo 1.2.4.5: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/27 13:23:05 dbo 1.2.4.4: #i20304# cleanup process in case of error Issue number: Submitted by: Reviewed by: 2004/05/19 12:53:43 dbo 1.2.4.3: #i20304# minor fixes 2004/05/14 16:56:22 dbo 1.2.4.2: #i20304# live deployment, abort feature 2004/05/11 15:14:07 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b808acb9606bf8701549dace3ba246be62dde5e4]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/19 13:41:42 dbo 1.1.2.4: #i20304# friend Chain 2004/05/14 18:41:35 dbo 1.1.2.3: #i20304# multi-platform user layer 2004/05/14 16:56:22 dbo 1.1.2.2: #i20304# live deployment, abort feature 2004/05/11 15:14:07 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a2399e599b75295d2aeac7d78093032f30e775d3]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:45 dbo 1.1.2.5: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/06/03 13:15:28 dbo 1.1.2.4: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:17 dbo 1.1.2.3: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:24 dbo 1.1.2.2: #115885# icons, minor fixes 2004/05/11 15:14:06 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1a8e65a386607e78fb21ccaaa2b53cf2bbe83bd0]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/03 13:15:28 dbo 1.1.2.11: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/28 14:37:32 dbo 1.1.2.10: #i20304# dialog close 2004/05/28 09:41:09 dbo 1.1.2.9: #i20304# minor improvements 2004/05/27 15:07:09 dbo 1.1.2.8: #i20304# HIDs for progress dialog 2004/05/26 12:38:17 dbo 1.1.2.7: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/24 17:04:52 dbo 1.1.2.6: #i20304# lock file, misc 2004/05/19 18:17:04 dbo 1.1.2.5: #i20304# support read-only layers 2004/05/19 12:53:42 dbo 1.1.2.4: #i20304# minor fixes 2004/05/18 18:15:24 dbo 1.1.2.3: #115885# icons, minor fixes 2004/05/14 18:41:35 dbo 1.1.2.2: #i20304# multi-platform user layer 2004/05/11 15:14:06 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [13bf62292471b9798db072ab44b13d8672f8f2ed]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/03 13:15:27 dbo 1.1.2.1: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3ab3cd8a64bbd9de44fe79a2382edd6b17bd0d65]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:45 dbo 1.1.2.8: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/05/27 15:07:09 dbo 1.1.2.7: #i20304# HIDs for progress dialog 2004/05/27 10:09:48 dbo 1.1.2.6: #i20304# minor string review, help id Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:17 dbo 1.1.2.5: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/19 12:53:42 dbo 1.1.2.4: #i20304# minor fixes 2004/05/18 18:15:24 dbo 1.1.2.3: #115885# icons, minor fixes 2004/05/14 16:56:22 dbo 1.1.2.2: #i20304# live deployment, abort feature 2004/05/11 15:14:05 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [7a7c6edcd704250da2aa56926ba209b285ccb20e]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:09:45 dbo 1.1.2.18: #i20304# 2004/06/04 15:02:45 dbo 1.1.2.17: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/06/03 14:12:40 dbo 1.1.2.16: #i20304# 2004/06/03 13:15:27 dbo 1.1.2.15: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/28 15:32:58 dbo 1.1.2.14: #i20304# Issue number: Submitted by: Reviewed by: 2004/05/28 14:37:32 dbo 1.1.2.13: #i20304# dialog close 2004/05/28 09:41:08 dbo 1.1.2.12: #i20304# minor improvements 2004/05/26 16:40:27 dbo 1.1.2.11: #i20304# minor string review Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:17 dbo 1.1.2.10: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/24 17:04:52 dbo 1.1.2.9: #i20304# lock file, misc 2004/05/21 16:09:58 dbo 1.1.2.8: #i20304# Issue number: Submitted by: Reviewed by: 2004/05/21 14:32:47 dbo 1.1.2.7: #i20304# 2004/05/21 13:41:08 dbo 1.1.2.6: #i20304# file picker fix 2004/05/21 12:51:26 dbo 1.1.2.5: #i20304# progress Issue number: Submitted by: Reviewed by: 2004/05/19 12:53:42 dbo 1.1.2.4: #i20304# minor fixes 2004/05/18 18:15:24 dbo 1.1.2.3: #115885# icons, minor fixes 2004/05/14 18:41:34 dbo 1.1.2.2: #i20304# multi-platform user layer 2004/05/11 15:14:05 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [da2da98d6c9d0d324c010c5140859c6ffea5a310]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:44 dbo 1.1.2.8: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/05/21 14:36:43 dbo 1.1.2.7: #i20304# 2004/05/21 14:34:41 dbo 1.1.2.6: #i20304# 2004/05/21 14:32:47 dbo 1.1.2.5: #i20304# 2004/05/21 13:41:08 dbo 1.1.2.4: #i20304# file picker fix 2004/05/21 12:51:26 dbo 1.1.2.3: #i20304# progress Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:24 dbo 1.1.2.2: #115885# icons, minor fixes 2004/05/11 15:14:04 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [fd955a28e30074bdc66012b524cf8366da2ec876]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:44 dbo 1.1.2.7: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/06/03 13:15:26 dbo 1.1.2.6: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/27 15:07:09 dbo 1.1.2.5: #i20304# HIDs for progress dialog 2004/05/21 13:41:07 dbo 1.1.2.4: #i20304# file picker fix 2004/05/21 12:51:26 dbo 1.1.2.3: #i20304# progress Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:23 dbo 1.1.2.2: #115885# icons, minor fixes 2004/05/11 15:14:04 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5fbeb7da8e8b5476443a57860ee7a07b6d436ea4]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:44 dbo 1.1.2.1: #i20304# resource management Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [f77f376cd824cb85339b06c60f8a89f5eba62fbf]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/04 15:02:43 dbo 1.1.2.6: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/06/03 13:15:26 dbo 1.1.2.5: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/27 15:07:08 dbo 1.1.2.4: #i20304# HIDs for progress dialog 2004/05/26 12:38:16 dbo 1.1.2.3: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:23 dbo 1.1.2.2: #115885# icons, minor fixes 2004/05/11 15:14:04 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [486e3d8ae7f13e532f9e0506abedd7f06ba84262]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/06/03 13:15:24 dbo 1.1.2.10: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/28 14:37:31 dbo 1.1.2.9: #i20304# dialog close 2004/05/28 09:41:08 dbo 1.1.2.8: #i20304# minor improvements 2004/05/26 16:40:26 dbo 1.1.2.7: #i20304# minor string review Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:15 dbo 1.1.2.6: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/24 17:04:52 dbo 1.1.2.5: #i20304# lock file, misc 2004/05/21 12:51:26 dbo 1.1.2.4: #i20304# progress Issue number: Submitted by: Reviewed by: 2004/05/19 12:53:42 dbo 1.1.2.3: #i20304# minor fixes 2004/05/18 18:15:22 dbo 1.1.2.2: #115885# icons, minor fixes 2004/05/11 15:14:03 dbo 1.1.2.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [58200fa938dce7e241b538da759518a4426f2e33]

        INTEGRATION: CWS unopkg2 (1.2.4); FILE MERGED 2004/06/04 15:02:43 dbo 1.2.4.5: #i20304# resource management Issue number: Submitted by: Reviewed by: 2004/06/03 13:15:23 dbo 1.2.4.4: #i20304# decoupling from vcl Issue number: Submitted by: Reviewed by: 2004/05/26 12:38:15 dbo 1.2.4.3: #i20304# string review Issue number: Submitted by: Reviewed by: 2004/05/18 18:15:22 dbo 1.2.4.2: #115885# icons, minor fixes 2004/05/11 15:14:03 dbo 1.2.4.1: #i20304# major API revision, GUI Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2895127e87a2735fc2871741656e47e4cde1691d]

        INTEGRATION: CWS unopkg2 (1.27.6); FILE MERGED 2004/05/24 17:02:18 dbo 1.27.6.1: #i20304# splitted GUI code

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [27e624ca22ac1635d76045157aa8bdde4e6c57db]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/24 17:02:17 dbo 1.1.2.1: #i20304# splitted GUI code

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5184f668b6d7df3a65c0eee33f2c428f52ec208c]

        INTEGRATION: CWS unopkg2 (1.5.256); FILE MERGED 2004/05/24 17:02:17 dbo 1.5.256.1: #i20304# splitted GUI code

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2132acc94992e7f5190f53f57a52bd4130d27670]

        INTEGRATION: CWS unopkg2 (1.6.66); FILE MERGED 2004/05/24 17:02:16 dbo 1.6.66.1: #i20304# splitted GUI code

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [8926c270f2e0e8ade70804d5088bc906f907b210]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/24 17:04:32 dbo 1.1.2.2: #i20304# file locking 2004/05/11 13:48:42 dbo 1.1.2.1: #i20304# adding unopkg.sh

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [444327181432d83d0f2cc3d6c4c562c0cf6dc340]

        INTEGRATION: CWS unopkg2 (1.2.256); FILE MERGED 2004/05/11 13:48:42 dbo 1.2.256.1: #i20304# adding unopkg.sh

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b98408bff600aea8374c6262f8342b6867e9d6c1]

        INTEGRATION: CWS unopkg2 (1.27.4); FILE MERGED 2004/06/03 13:19:22 dbo 1.27.4.3: #i20304# add msi-pkgchk 2004/05/18 18:38:30 dbo 1.27.4.2: RESYNC: (1.27-1.28); FILE MERGED 2004/05/11 13:46:24 dbo 1.27.4.1: #i20304# unopkg

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6096e22e35448426e96f271970b8b3d2cd3aca21]

        INTEGRATION: CWS unopkg2 (1.14.4); FILE MERGED 2004/06/03 13:19:22 dbo 1.14.4.4: #i20304# add msi-pkgchk 2004/05/24 17:04:51 dbo 1.14.4.3: #i20304# lock file, misc 2004/05/18 18:38:37 dbo 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2004/04/23 14:51:08 dbo 1.14.4.1: #115885# new directory

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6cbb9d24ea6da464ae5887383ae0cd86bd99c2c5]

        INTEGRATION: CWS unopkg2 (1.44.8); FILE MERGED 2004/05/05 11:24:48 dbo 1.44.8.1: #115885# deployment::ui namespace

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c9981bc18e494456e04cae4609b16451ebf49d70]

        INTEGRATION: CWS unopkg2 (1.2.6); FILE MERGED 2004/05/19 14:16:44 dbo 1.2.6.1: #i20304# adding uno executable, unopkg, unopkg startup script, links for Unix, multi-platform unorc in user layer

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [abbfdf66aa9cfcaa2405f757e96118e34ec6414c]

        INTEGRATION: CWS unopkg2 (1.6.20); FILE MERGED 2004/05/19 14:16:44 dbo 1.6.20.1: #i20304# adding uno executable, unopkg, unopkg startup script, links for Unix, multi-platform unorc in user layer

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [63c4ef1b79fe9b1d25d58de1e225cba17ce41218]

        INTEGRATION: CWS unopkg2 (1.3.16); FILE MERGED 2004/06/10 11:26:47 dbo 1.3.16.3: RESYNC: (1.3-1.5); FILE MERGED 2004/06/03 13:33:25 dbo 1.3.16.2: #i20304# 2004/05/19 14:16:43 dbo 1.3.16.1: #i20304# adding uno executable, unopkg, unopkg startup script, links for Unix, multi-platform unorc in user layer

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e8137f9c83366d5f7c43fb8e0f080155ce24529b]

        INTEGRATION: CWS unopkg2 (1.10.6); FILE MERGED 2004/06/03 13:33:25 dbo 1.10.6.2: #i20304# 2004/05/19 14:16:43 dbo 1.10.6.1: #i20304# adding uno executable, unopkg, unopkg startup script, links for Unix, multi-platform unorc in user layer

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2e06f1658fef096f9b14fcf8da65789cf65d755c]

        INTEGRATION: CWS unopkg2 (1.17.4); FILE MERGED 2004/06/03 13:33:24 dbo 1.17.4.1: #i20304#

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ca348d34afd5a20f47a689854bb196a3aed5930a]

        INTEGRATION: CWS unopkg2 (1.19.50); FILE MERGED 2004/04/22 16:19:54 kso 1.19.50.1: #116171# Fixed success exit condition in OFileAccess::createFolder()

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [08409ab27f8af6b31bc54fe4a88484b7c15a8bd7]

        INTEGRATION: CWS unopkg2 (1.2.280); FILE MERGED 2004/05/21 09:08:29 dbo 1.2.280.2: #i20304# 2004/05/19 12:07:05 dbo 1.2.280.1: #i20304# added _OS, _ARCH

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [7d9c1145ee2b201be04100530dce292b5d48349e]

        INTEGRATION: CWS unopkg2 (1.26.56); FILE MERGED 2004/05/21 09:08:28 dbo 1.26.56.3: #i20304# 2004/05/19 12:07:05 dbo 1.26.56.2: #i20304# added _OS, _ARCH 2004/05/18 19:33:24 dbo 1.26.56.1: #i20304# need fixes from uno8eabugs01

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1044378ad59061f71084c16c08f24646995dfc65]

        INTEGRATION: CWS unopkg2 (1.75.10); FILE MERGED 2004/05/06 14:33:30 dbo 1.75.10.1: #115885# added deploymentui

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [486df7dd95d9516d29921988f08556ea30856a89]

        INTEGRATION: CWS unopkg2 (1.60.10); FILE MERGED 2004/05/05 11:25:38 dbo 1.60.10.1: #115885# added deployment.ui

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c28da5514676ecf1302122f5ed48d22dd7dcc17b]

        INTEGRATION: CWS unopkg2 (1.3.10); FILE MERGED 2004/05/14 12:54:45 dbo 1.3.10.1: tag API for internal use only

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a86af0a493906a31f8172bbe603173e13e69897b]

        INTEGRATION: CWS unopkg2 (1.2.10); FILE MERGED 2004/05/14 12:54:45 dbo 1.2.10.1: tag API for internal use only

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [7e9658f0f4ce1c7c4e13fb962401c62af72cb61f]

        INTEGRATION: CWS unopkg2 (1.3.10); FILE MERGED 2004/05/14 12:54:44 dbo 1.3.10.1: tag API for internal use only

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a508878b11312dd59962e30d7b671224589cd16f]

        INTEGRATION: CWS unopkg2 (1.3.166); FILE MERGED 2004/05/14 12:54:44 dbo 1.3.166.1: tag API for internal use only

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1a920d3f270143243d3eac6a44db9a74342f3ae5]

        INTEGRATION: CWS unopkg2 (1.15.312); FILE MERGED 2004/05/05 11:07:59 dbo 1.15.312.1: #115885# added XAbortChannel

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [25ba0217563e0a26d4e50ce0ef7dfb6b6c568795]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/05 11:07:59 dbo 1.1.2.1: #115885# added XAbortChannel

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [f854c5c7258f2dc1679d868b3543380b3604de01]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/06 16:03:48 dbo 1.1.2.1: #i20304# API revision Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [dd6fd94eb2aa8ca65f4c6fff9fcf5bd7ca5ad68c]

        INTEGRATION: CWS unopkg2 (1.1.2); FILE ADDED 2004/05/06 16:03:47 dbo 1.1.2.1: #i20304# API revision Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [70d12e95fff5bafd23793bc610e5b55de8094326]

        INTEGRATION: CWS unopkg2 (1.2.10); FILE MERGED 2004/05/06 16:03:47 dbo 1.2.10.1: #i20304# API revision Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a65ec59d24fb8586388ddeb6857cd8bd7dc4eb3a]

        INTEGRATION: CWS unopkg2 (1.2.10); FILE MERGED 2004/05/06 16:03:46 dbo 1.2.10.1: #i20304# API revision Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [0d828d93934dadb1eead533cd151cabfe686c2d1]

        INTEGRATION: CWS unopkg2 (1.2.10); FILE MERGED 2004/05/19 12:04:37 dbo 1.2.10.2: #i20304# Issue number: Submitted by: Reviewed by: 2004/05/06 16:03:46 dbo 1.2.10.1: #i20304# API revision Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [9c92d7b5df2ac26170d04802f6a6e9acf2875844]

        INTEGRATION: CWS unopkg2 (1.2.10); FILE MERGED 2004/05/25 14:03:22 dbo 1.2.10.3: #i20304# composition => bundle, add ctor for registry Issue number: Submitted by: Reviewed by: 2004/05/14 16:47:09 dbo 1.2.10.2: #i20304# isRegistered abortable Issue number: Submitted by: Reviewed by: 2004/05/06 16:03:46 dbo 1.2.10.1: #i20304# API revision Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [f07bca4826f3f78a30a44706d6ab682671d2df9c]

        INTEGRATION: CWS unopkg2 (1.2.10); FILE MERGED 2004/05/25 14:03:21 dbo 1.2.10.2: #i20304# composition => bundle, add ctor for registry Issue number: Submitted by: Reviewed by: 2004/05/06 16:03:46 dbo 1.2.10.1: #i20304# API revision Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d3b0f5e1df06181f1c0296770efbb6ab5dfd1a74]

        INTEGRATION: CWS unopkg2 (1.2.10); FILE MERGED 2004/05/06 16:03:45 dbo 1.2.10.1: #i20304# API revision Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [93c8366f0a6a007f2a5ebd257eddd712f6a07d77]

        INTEGRATION: CWS unopkg2 (1.3.38); FILE MERGED 2004/05/26 13:45:55 dbo 1.3.38.1: #i20304# added Package Manager Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [f6e23bb10ea355b3ddeb188401ca1399519b067e]

        INTEGRATION: CWS unopkg2 (1.2.38); FILE MERGED 2004/05/26 16:22:35 dbo 1.2.38.1: #i20304# added Package Manager menu item Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [80d1fd8af6543744e5a68cb3b9656bcab667de1e]

        INTEGRATION: CWS unopkg2 (1.3.46); FILE MERGED 2004/05/26 13:01:53 dbo 1.3.46.1: #i20304# added PackageManager menu item Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [972af0ffcde69f057debd9e30c461aa734ed09fb]

        INTEGRATION: CWS unopkg2 (1.3.46); FILE MERGED 2004/05/26 13:01:52 dbo 1.3.46.1: #i20304# added PackageManager menu item Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [735e20b4262d81f77797ddd23e63c41bc6127e5a]

        INTEGRATION: CWS unopkg2 (1.1.60); FILE MERGED 2004/05/26 13:39:15 dbo 1.1.60.1: #i20304# added PackageManager menu item Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2c3d4f5c3ea0b10bc59ff9fbce8e356b287f0039]

        INTEGRATION: CWS unopkg2 (1.2.44); FILE MERGED 2004/05/26 16:27:12 dbo 1.2.44.1: #i20304# added Package Manager menu item Issue number: Submitted by: Reviewed by:

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e07483b10fef29c35d8816a906f2bc2c08d77ec0]

        INTEGRATION: CWS unopkg2 (1.2.6); FILE MERGED 2004/05/21 09:52:42 dbo 1.2.6.1: missing return statement

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5eb549bc1ce84b4370cabb7c7cc3e8142b92a29e]

        #i10000# keys must be unique for all modules

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [862f2032052a3065137dc25ef53015129a8a62f0]

        INTEGRATION: CWS graphicapi (1.59.52); FILE MERGED 2004/05/19 14:50:55 ka 1.59.52.1: added graphic subdir

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [87e7c4909f938beba3e3e1bf0381cc37e1c96dee]

        INTEGRATION: CWS graphicapi (1.69.260); FILE MERGED 2004/06/04 14:57:41 ka 1.69.260.1: rebuild resources

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [07b24001a1b908249a0dfc40a744786f7c6dd0a9]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/24 08:41:29 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [be68b4ccaf7b65083b9d9949c0579c515c27ef44]

        INTEGRATION: CWS graphicapi (1.5.98); FILE MERGED 2004/06/03 10:16:20 ka 1.5.98.4: syntax 2004/05/24 16:18:07 ka 1.5.98.3: added tklib 2004/05/19 14:51:50 ka 1.5.98.2: implementation 2004/05/19 09:43:01 ka 1.5.98.1: added unographic directory

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [37cfcba268ea506e616bae4b0d2d867bb25ddf22]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/19 09:40:36 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1a41b36fd0ec6da134bc80ef6a1bb5574960e523]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/03 10:16:19 ka 1.1.2.4: syntax 2004/05/24 08:42:21 ka 1.1.2.3: implementation 2004/05/19 14:51:49 ka 1.1.2.2: implementation 2004/05/19 09:38:29 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [37fd96a0716dfbb1f0a6225b4519d7e9c0f764a1]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/03 10:16:19 ka 1.1.2.5: syntax 2004/05/26 18:06:00 ka 1.1.2.4: cleanup 2004/05/24 08:42:21 ka 1.1.2.3: implementation 2004/05/19 14:51:49 ka 1.1.2.2: implementation 2004/05/19 09:37:42 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [1978ce7745f4fdf675d84376ea9848fe6deac3bb]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 18:06:00 ka 1.1.2.3: cleanup 2004/05/25 15:50:33 ka 1.1.2.2: implementations 2004/05/19 09:38:18 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [6cd39294b8cd4f5f598be00ec36d6f8e75c567e6]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/04 12:44:02 ka 1.1.2.8: use BitmapEx resource ctor 2004/06/01 12:29:01 ka 1.1.2.7: using new Image methods from VCL 2004/05/26 18:06:00 ka 1.1.2.6: cleanup 2004/05/25 16:13:09 ka 1.1.2.5: implementations 2004/05/25 15:50:33 ka 1.1.2.4: implementations 2004/05/24 08:42:21 ka 1.1.2.3: implementation 2004/05/19 14:51:49 ka 1.1.2.2: implementation 2004/05/19 09:37:28 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c62939ac434e4f3532c2c293f6ed86e7b553d73d]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/19 09:38:44 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [ce215acbcbf00ec07d96c9b578e3cde48481a9a5]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/25 15:50:33 ka 1.1.2.2: implementations 2004/05/19 09:37:16 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [49add99afea43727b9b85249e0d09c5bfdb35b70]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 18:05:59 ka 1.1.2.3: cleanup 2004/05/19 14:51:49 ka 1.1.2.2: implementation 2004/05/19 09:38:06 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b80b26a3439b2652d342ceec52cbb551c173fa25]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 18:05:59 ka 1.1.2.4: cleanup 2004/05/25 15:50:32 ka 1.1.2.3: implementations 2004/05/19 14:51:48 ka 1.1.2.2: implementation 2004/05/19 09:37:04 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2815c6900e1a2adb835121cc84e8defbdd572b59]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/03 10:16:19 ka 1.1.2.5: syntax 2004/05/26 18:05:59 ka 1.1.2.4: cleanup 2004/05/25 15:50:32 ka 1.1.2.3: implementations 2004/05/19 14:51:48 ka 1.1.2.2: implementation 2004/05/19 09:37:55 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [7e83653a7fac894bee2c7c35fa2b84daac026642]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/03 10:16:18 ka 1.1.2.5: syntax 2004/05/26 18:05:59 ka 1.1.2.4: cleanup 2004/05/25 15:50:32 ka 1.1.2.3: implementations 2004/05/19 14:51:48 ka 1.1.2.2: implementation 2004/05/19 09:36:52 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [65e54d6d9805a7209a0fe9be3ef94a9dda3fe0e4]

        INTEGRATION: CWS graphicapi (1.16.36); FILE MERGED 2004/05/19 10:14:15 ka 1.16.36.1: warnings removed

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [5477e691acf5d480367b334442007ea1a8d5f399]

        INTEGRATION: CWS graphicapi (1.24.118); FILE MERGED 2004/05/19 09:43:41 ka 1.24.118.1: added alpha flag

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [fa04e0a9dfa2d2d57b4c5d7b95f698ef24f489eb]

        INTEGRATION: CWS graphicapi (1.3.50); FILE MERGED 2004/05/19 09:42:15 ka 1.3.50.1: added unographic directory

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a3b17dc38fd6268ba1cf5d9a49baf57df2492952]

        INTEGRATION: CWS graphicapi (1.16.118); FILE MERGED 2004/05/19 09:41:28 ka 1.16.118.1: added alpha flag

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e3f18fb53f2b1013eda3206159e6024a00dce7d3]

        INTEGRATION: CWS graphicapi (1.44.28); FILE MERGED 2004/05/19 14:52:52 ka 1.44.28.1: added graphic subdir

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [3faae117e0404f4e34ea0f4fb347696522294324]

        INTEGRATION: CWS graphicapi (1.18.14); FILE MERGED 2004/06/04 11:55:02 ka 1.18.14.1: goodies offers UNO implementations from now on

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [01856cdcbf2013dc13548996496cd51f620b884d]

        INTEGRATION: CWS graphicapi (1.64.14); FILE MERGED 2004/06/03 08:37:10 mav 1.64.14.1: #i27850# thumbnail storing

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [f5432a965511f21c8b36d39f0ed57c2b1e70bfb9]

        INTEGRATION: CWS graphicapi (1.126.50); FILE MERGED 2004/06/03 08:37:09 mav 1.126.50.1: #i27850# thumbnail storing

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [4ba6fa09fcc3c9e4cbaf59bc1da77929c76d93da]

        INTEGRATION: CWS graphicapi (1.12.96); FILE MERGED 2004/06/03 13:02:36 mav 1.12.96.2: #i27850# build resource file 2004/06/03 08:37:09 mav 1.12.96.1: #i27850# thumbnail storing

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [d010a81bf39cb190d1ef2c6aed9b5762178f241c]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/03 08:36:35 mav 1.1.2.1: #i27850# graphical help functions

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [92e8c123b794d6bad4533ff3b8e8b2f1af30da38]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/03 08:36:23 mav 1.1.2.1: #i27850# graphical help functions

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [dd2f230139525891d60e06b4afdc977d5630d4e9]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/06/04 14:49:47 mav 1.1.2.5: #i27850# workaround wrapper nonexistance 2004/06/04 14:29:56 mav 1.1.2.4: #i27850# workaround wrapper nonexistance 2004/06/04 12:40:58 ka 1.1.2.3: use sfx instead of sfx2 for resource URL's 2004/06/04 11:49:22 mav 1.1.2.2: #i27850# provide mimetype 2004/06/03 08:36:09 mav 1.1.2.1: #i27850# graphical help functions

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [0a88db9f22ccc7bea71e35381fa84f2b902d82cc]

        INTEGRATION: CWS graphicapi (1.11.508); FILE MERGED 2004/06/03 08:37:08 mav 1.11.508.1: #i27850# thumbnail storing

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [fe9d9a79343055244d0a394d19a288f3f167a5ba]

        INTEGRATION: CWS graphicapi (1.75.52); FILE MERGED 2004/05/24 09:14:18 ka 1.75.52.2: added graphic module/interfaces 2004/05/19 14:50:57 ka 1.75.52.1: added graphic subdir

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [7c808104e197b608321db5f02e8b42053728fc69]

        INTEGRATION: CWS graphicapi (1.60.50); FILE MERGED 2004/05/19 14:50:56 ka 1.60.50.1: added graphic subdir

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [de5b9bbd3e2ebf11120e9115050458286d6490e4]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/19 14:50:26 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [0940d281c870876241fadcb393f0d3177c2cfeb0]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 13:26:16 ka 1.1.2.2: added documentation 2004/05/19 14:50:12 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b3d370b5a17dd292ae1f6a60ae1aeb673b564071]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 13:26:16 ka 1.1.2.2: added documentation 2004/05/19 14:49:59 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [c4e30032748c27bfb21fe8430d41cb280f0d6ca3]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 13:26:16 ka 1.1.2.2: added documentation 2004/05/19 14:49:45 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e13046f0ec11a78588c56774f1d4a390f757faeb]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 13:26:15 ka 1.1.2.2: added documentation 2004/05/19 14:49:28 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [24be805443229b1bf7a582ba6cb6c6081a697a92]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 13:26:15 ka 1.1.2.2: added documentation 2004/05/19 14:49:16 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [a75192a5754fecdd5b43eebccf62a37c7b63c13c]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 13:26:15 ka 1.1.2.2: added documentation 2004/05/19 14:49:01 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [9e4bd4eb009c61973f323acf48e704c146c474b0]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 13:26:15 ka 1.1.2.2: added documentation 2004/05/19 14:48:47 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [acf6958e4ca8064a1cfae3c7392aba0ab2715e07]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 13:26:15 ka 1.1.2.2: added documentation 2004/05/19 14:48:34 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [90b019b97f4775841329c4384f345840840b244a]

        INTEGRATION: CWS graphicapi (1.1.2); FILE ADDED 2004/05/26 13:26:14 ka 1.1.2.2: added documentation 2004/05/19 14:48:17 ka 1.1.2.1: initial revision

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [e5ff8567609409cedae291b254f4390419c083af]

        INTEGRATION: CWS graphicapi (1.10.126); FILE MERGED 2004/05/24 09:14:18 ka 1.10.126.1: added graphic module/interfaces

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [97e4bdd43c3c68ef6431cb6ae83cad87b6e38f7a]

        INTEGRATION: CWS graphicapi (1.2.4); FILE MERGED 2004/06/04 08:43:24 ka 1.2.4.1: #i29860#: skip chunk with correct size

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [b5f40e69c38b5ba9ee3ba85faba3c2cdb7436cec]

        INTEGRATION: CWS graphicapi (1.3.4); FILE MERGED 2004/06/04 08:44:40 ka 1.3.4.1: do some more cleanup for interfaces

2004-06-11  Kurt Zenker  <kz@openoffice.org>  [2d27a29c06c5b6b6ebd92cbd464a1738ee81ff67]

        INTEGRATION: CWS graphicapi (1.13.4); FILE MERGED 2004/06/02 12:30:57 ka 1.13.4.2: #112149#: added new Ctor to construct Imagelist with BitmapEx and name vector 2004/06/01 12:19:06 ka 1.13.4.1: added XGraphic support for Images

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [b1b7a3b5bfa4142d59a7ea1426e81742945f1e1a]

        INTEGRATION: CWS dvoea1 (1.110.28); FILE MERGED 2004/05/10 15:40:05 dvo 1.110.28.1: #i28549# skip invalid properties          (previous fix disabled style name and hyperlinks; this will now           work again)

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [d9ca00bf570b3eebc00ae62c0dd3afbc8d9cf081]

        INTEGRATION: CWS dvoea1 (1.47.88); FILE MERGED 2004/04/30 15:24:59 dvo 1.47.88.2: RESYNC: (1.47-1.48); FILE MERGED 2004/03/01 18:19:56 dvo 1.47.88.1: #i25849# drop-down field now correctly reads the selected entry

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [de40ecec422ba38a57322dec2a10762253c94506]

        INTEGRATION: CWS dvoea1 (1.15.152); FILE MERGED 2004/03/24 16:51:30 dvo 1.15.152.1: #112895# don't delete redlined text during import

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [d2cf6d7d416aa8ca50205c16dc81350fc6977b8d]

        INTEGRATION: CWS dvoea1 (1.19.200); FILE MERGED 2004/04/30 14:39:17 dvo 1.19.200.2: RESYNC: (1.19-1.27); FILE MERGED 2004/04/06 12:23:43 dvo 1.19.200.1: #114500# update all redline positions on deleting text

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [569f6d714d0b0b5065cefa6468a8824649a4e402]

        INTEGRATION: CWS dvoea1 (1.26.150); FILE MERGED 2004/03/24 16:54:55 dvo 1.26.150.1: #112895# gracefully handle INSERT over DELETE redlines of the same range

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [abba2e4ade22044adeba478ff8fcf8eb1b5ecf33]

        INTEGRATION: CWS dvoea1 (1.3.152); FILE MERGED 2004/04/06 12:23:42 dvo 1.3.152.1: #114500# update all redline positions on deleting text

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [44d53db0c4728c0f646dd69c238a6cac60273373]

        INTEGRATION: CWS dvoea1 (1.15.80); FILE MERGED 2004/04/30 14:00:07 dvo 1.15.80.2: RESYNC: (1.15-1.20); FILE MERGED 2004/04/06 12:21:17 dvo 1.15.80.1: #114500# update all redline positions on deleting text

2004-06-11  Rüdiger Timm  <rt@openoffice.org>  [4de95fb2bc1f82b058bf72d3df2a8df806e40b2f]

        INTEGRATION: CWS dvoea1 (1.2.624); FILE MERGED 2004/04/06 12:21:16 dvo 1.2.624.1: #114500# update all redline positions on deleting text

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2165446af32912b9b608b9e3f562379a12c7ce39]

        INTEGRATION: CWS so8ea1acc01 (1.13.92); FILE MERGED 2004/06/04 12:31:10 mt 1.13.92.4: #i21242# Fixed merge problems... 2004/06/02 08:36:38 mt 1.13.92.3: merged... 2004/05/11 06:18:34 mt 1.13.92.2: #i21242# More transformations... 2004/04/29 12:05:31 mt 1.13.92.1: #i21242# Image transformations...

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [d0e11fd7bfc91a4e2c75f9ae3e0454fe182f582a]

        INTEGRATION: CWS so8ea1acc01 (1.9.92); FILE MERGED 2004/06/04 12:31:10 mt 1.9.92.4: #i21242# Fixed merge problems... 2004/06/02 08:36:37 mt 1.9.92.3: merged... 2004/05/11 06:18:33 mt 1.9.92.2: #i21242# More transformations... 2004/04/29 12:05:31 mt 1.9.92.1: #i21242# Image transformations...

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6830cf1e0cc5ff0180b45376be99409dfcc09d92]

        INTEGRATION: CWS so8ea1acc01 (1.22.204); FILE MERGED 2004/05/13 15:55:52 mt 1.22.204.1: #i21242# Black and White convertion for B&W HC mode

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c6fb51e6813949775254146f5e00a4af14d5bd9b]

        INTEGRATION: CWS so8ea1acc01 (1.17.36); FILE MERGED 2004/06/01 19:33:28 mt 1.17.36.3: RESYNC: (1.19-1.20); FILE MERGED 2004/05/14 06:22:00 mt 1.17.36.2: RESYNC: (1.17-1.19); FILE MERGED 2004/05/13 15:58:04 mt 1.17.36.1: #i21242# Black and White convertion for B&W HC mode

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [626850e220b9649be967f3bee97cdf97fb2ff2c6]

        INTEGRATION: CWS so8ea1acc01 (1.9.28); FILE MERGED 2004/05/14 06:10:10 mt 1.9.28.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/13 15:57:45 mt 1.9.28.1: #i21242# Black and White convertion for B&W HC mode

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ce54425de412dba40e16832abd45ae5d516bcc39]

        INTEGRATION: CWS so8ea1acc01 (1.4.2); FILE MERGED 2004/05/24 09:49:45 mt 1.4.2.1: #i21242# Correct MenuHighlightColor

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6ea6acd5013028cd2b3f096368487b28478694c2]

        INTEGRATION: CWS so8ea1acc01 (1.64.92); FILE MERGED 2004/06/01 15:07:28 mt 1.64.92.4: RESYNC: (1.66-1.68); FILE MERGED 2004/05/17 15:41:59 mt 1.64.92.3: RESYNC: (1.65-1.66); FILE MERGED 2004/05/14 06:04:21 mt 1.64.92.2: RESYNC: (1.64-1.65); FILE MERGED 2004/05/13 15:54:43 mt 1.64.92.1: #i21242# Black or White triangle in B&W mode

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [59179067c4db23304bd5db8b8e41bca063d30fd2]

        INTEGRATION: CWS so8ea1acc01 (1.42.18); FILE MERGED 2004/06/01 14:54:14 mt 1.42.18.4: RESYNC: (1.43-1.44); FILE MERGED 2004/05/24 09:48:34 mt 1.42.18.3: #i21242# IsHighContastBlackAndWhite: Is Luminance 2004/05/17 15:32:33 mt 1.42.18.2: RESYNC: (1.42-1.43); FILE MERGED 2004/05/13 15:53:10 mt 1.42.18.1: #i21242# IsHighContrastBlackAndWhite

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ab5c08f14ac28a649200337e3d78c35673f4ed59]

        INTEGRATION: CWS fwk02ea (1.23.12); FILE MERGED 2004/06/09 05:40:58 as 1.23.12.2: resolve merge conflicts 2004/05/13 09:45:40 as 1.23.12.1: #115945# new locale class with support of fallback mechanism

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bc9cd01051f1df8249e2c0463afbf064d7ba2470]

        INTEGRATION: CWS fwk02ea (1.39.20); FILE MERGED 2004/06/02 08:25:45 as 1.39.20.1: #i29643# (lo) license dialog

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [58ebb6b198f21939b6b8cb908c08527f0423db79]

        INTEGRATION: CWS fwk02ea (1.4.28); FILE MERGED 2004/06/01 15:35:11 lo 1.4.28.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [66054ae5baa4e69d13629a3bb74733ec035b848b]

        INTEGRATION: CWS fwk02ea (1.26.28); FILE MERGED 2004/06/01 15:35:11 lo 1.26.28.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [772a1f5e0e839626c8cf1b07be4af095f4cdfae9]

        INTEGRATION: CWS fwk02ea (1.55.4); FILE MERGED 2004/06/01 15:35:10 lo 1.55.4.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [76b3c0b5237e66304aeb89c015bbac12c0058f95]

        INTEGRATION: CWS fwk02ea (1.3.28); FILE MERGED 2004/06/01 15:31:27 lo 1.3.28.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f59e3bef6ac796c54ff894aab6b1a57f912f23c9]

        INTEGRATION: CWS fwk02ea (1.3.28); FILE MERGED 2004/06/01 15:31:27 lo 1.3.28.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [8e1aef3bfc1a4555351ca5977545d6aac37b52c7]

        INTEGRATION: CWS fwk02ea (1.11.26); FILE MERGED 2004/06/01 15:31:27 lo 1.11.26.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e83777e31f7a00e1b508d2601bdd28ed885d02d3]

        INTEGRATION: CWS fwk02ea (1.1.2); FILE ADDED 2004/05/27 12:09:20 as 1.1.2.3: #115945# syntax 2004/05/25 09:08:29 as 1.1.2.2: #115945# handle x_default as possible locale fallback too 2004/05/13 09:45:26 as 1.1.2.1: #115945# new locale class with support of fallback mechanism

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [31bbfca8e94d3e0bdbedc4790560d079d06b96e3]

        INTEGRATION: CWS fwk02ea (1.1.2); FILE ADDED 2004/05/25 09:08:18 as 1.1.2.2: #115945# handle x_default as possible locale fallback too 2004/05/13 09:45:12 as 1.1.2.1: #115945# new locale class with support of fallback mechanism

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f5ba875fa6f8397feefe6ff7d0b3bb06e9a77f01]

        INTEGRATION: CWS fwk02ea (1.4.10); FILE MERGED 2004/05/25 10:02:21 lo 1.4.10.1: #i29393# seek  back in xinputstream

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4a8cb10ffd446a9540bcf99ac624367ebb90e16b]

        INTEGRATION: CWS fwk02ea (1.5.160); FILE MERGED 2004/05/27 09:25:50 lo 1.5.160.1: #i28639# always used supplied status indicator

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2627bdaddc6f694dc7fc6ba347a305af0f88ee2c]

        INTEGRATION: CWS fwk02ea (1.12.10); FILE MERGED 2004/05/27 09:25:49 lo 1.12.10.1: #i28639# always used supplied status indicator

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4c6768bf76cf1f6ba3195151a7e407d13311dd48]

        INTEGRATION: CWS fwk02ea (1.3.56); FILE MERGED 2004/06/10 07:24:07 as 1.3.56.1: remove UTF-8 problematic signs

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c1289abebf61f6ccfff20fbcfb2efac8efe32ade]

        INTEGRATION: CWS fwk02ea (1.2.58); FILE MERGED 2004/06/10 07:24:07 as 1.2.58.1: remove UTF-8 problematic signs

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [87d0a2f7f5bfedf4d849c817ed9f60f507791e9e]

        INTEGRATION: CWS fwk02ea (1.6.12); FILE MERGED 2004/06/10 07:24:07 as 1.6.12.1: remove UTF-8 problematic signs

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [baf174ebe3a40ee88596173e6c9dbad2baea1c7c]

        INTEGRATION: CWS fwk02ea (1.2.58); FILE MERGED 2004/06/10 07:45:20 as 1.2.58.2: remove UTF-8 problematic signs 2004/06/10 07:24:06 as 1.2.58.1: remove UTF-8 problematic signs

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [462c0996cc63963b82328467b8f3cd859713da45]

        INTEGRATION: CWS fwk02ea (1.4.12); FILE MERGED 2004/06/10 07:24:06 as 1.4.12.1: remove UTF-8 problematic signs

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6d090ff59a8656a84eefb5964cb450b9ddb91231]

        INTEGRATION: CWS fwk02ea (1.2.58); FILE MERGED 2004/06/10 07:24:05 as 1.2.58.1: remove UTF-8 problematic signs

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [5b3101ef3dfadb873b4bdfd30ffd4d2d9ea864d0]

        INTEGRATION: CWS fwk02ea (1.2.58); FILE MERGED 2004/06/10 07:24:04 as 1.2.58.1: remove UTF-8 problematic signs

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ae7a959a0e933ec47efc3ba842e0af4292ab98e0]

        INTEGRATION: CWS fwk02ea (1.4.12); FILE MERGED 2004/06/10 07:24:03 as 1.4.12.1: remove UTF-8 problematic signs

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [1479d413793710c7613b0813470dc0d35e7afa53]

        INTEGRATION: CWS fwk02ea (1.2.58); FILE MERGED 2004/06/10 07:24:02 as 1.2.58.1: remove UTF-8 problematic signs

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2f1e9e0f0f1a121dc80f052ae6830f27afd9c854]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:09 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [12be4c819ad6648e7ad9ce63864273b788b5e839]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:08 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [cfbc3c33afe2aec2519120c70a919dd136c35005]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:36:08 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [409e75cc6e5dcc1e21a1f856db3ee4b3c4536494]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:07 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2479c4da5aa3326b4e5b80ade9036316e32f4a66]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:06 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b3c07b5638e88bbfc4e19df8337110f61179a7b4]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:05 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [315d84eadf014aed70f18f914bfdcb8167a3b138]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:04 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b2128b7831f00ce5639864868b1017411cdb0b23]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:03 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [33e2b966eda83e96945f788e5e8849e937387701]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:02 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [637ba0c8ee2bdf7f4ecddf80cb07bd6310a6e7db]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:01 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ab1077d57dd1b3dc31f24fb99c8c6b2d36dc2332]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:00 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [03e7809ae14017f7d67a27e7247a5a99a30185cf]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:59 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ac8329a114df66612e948ead03550765673d0bfa]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:58 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [84199edf32bd7d5ed2dc8db529139778a207af64]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:57 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [9f29496c9b76623052f61d9d9428e6479236b763]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:56 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4b2df4ddfbce33d447bbd7a862a1eccbfc3834f1]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:56 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [91135d12d43a37d5737ed2604b6be5aa2cec6dac]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:55 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bf59b782a22f561de1c62c408a147fdd2f0d8dab]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:55 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2fb35bdc0960ff4057c2b5ea9dc06f9a5ef21fba]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:54 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [9324126afa267f0d645c95c14f5d557ae8603c6c]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:53 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [cafe3ddae3af141a1dbaeafdec3e167865884484]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:52 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [82fc1dc8a2f55e9d52cf91f678b66afb853c6f61]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:51 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bd3cb4b5a432299c28af2359f20417ece08c0e1f]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:50 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [554dbd3aa22767018575aa0d406568bee97ce017]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:49 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [74d0b82899d690d3b5492b1f10c356a10a5be252]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:48 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [44986af59933a7688649bee2c010a9c77361f7b3]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:47 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [df07c5afd78c75d5ee8b4e36071334b35f47f07c]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:46 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [47eb7374067733b128bced379c6b1c8c6c7bb21c]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:45 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ae6a4aab7859a0f7247517d71f5125721fb42b1b]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:44 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [d88ef013871d82dc9e4f05a512f9f375de4cf51a]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:43 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [dad9cec27e98364aa831589cdd1f6a200a694f89]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:42 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b6b6d19125791625d3845a714d1b77bebfa554f5]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:41 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4699beb977369a46efafeb56fd5c27519397d6a7]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:40 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [d90994d6627c7ab7edf4cb3c1f637159256a06e5]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:39 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4e97cd74903922216772b7e1624d61cf7f0a315c]

        INTEGRATION: CWS fwk02ea (1.2.58); FILE MERGED 2004/05/25 12:35:39 as 1.2.58.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [cb81aa8dc3506a49cd27f46cb14a94a057409b5b]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:38 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6a59256951bc42928e83567757ebcbe0d7dbd926]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:37 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [5dedc3802e23d7db9e541f5fd0e4873433518015]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:36 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [cffbcd742b86b1cb9c440d799b87f98d1862dcba]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:35 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [94dc0c8173d85ef8dd759336a8ee118a06a5636c]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:34 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [766834e6a07a126b878dee02c8f98d73d10dc946]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:33 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [547722928a9f079fdaefca8d98d3a04439d225e4]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:32 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2def305475ab002199110c14c859f4f82ec2c3f3]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:31 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [deae443188ab66d1a31ffae68354c3fbb7c65ec7]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:31 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e8bfca246a58e9029229fd7b46805f882628c1ae]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:30 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ffcfae416f200e213db13227802fbff7a0e6a3b3]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:30 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c32f94c21b8fb33577e3c6b80bdb1bc2bb9e6a07]

        INTEGRATION: CWS fwk02ea (1.1.2); FILE ADDED 2004/05/25 13:00:30 as 1.1.2.1: #115945# force localization of types

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [dde91d43ae1f41adeabfcb7e410438cb16da069a]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:29 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [841e57c79e9afedb11b52f3a3beb2b97938d38c4]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:29 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6499fdf6c8c0fb6e6e215d9fe462074ef3a2aa9c]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:28 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ebad2bcf6a84d885ac52ede815c40be960e4a583]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:28 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b5b50b8e43bd466de9e85545b5c88cb57e9d4b45]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:27 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [98ced81c16fb868dc7e5ea1b4e185ee4ab58c668]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:26 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [d9e12dce6d9da9d09a0b9afc6b7d71e1e91cf3ca]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:26 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [9486097496bf372b8b1b7477ba72f8e4314c9fa8]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:25 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6c2981fdac7cf96a2858bec8f011ff0fa6f500c9]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:25 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4b4b55be5fd44f3addf211cae34793dd7b588d3e]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:24 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [991924fbffa774f1d8d13b51ddef844d76a073db]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:24 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f3a9c14a14229a89c3226ae7cc3e72f0a8bb7387]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:23 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e321cf38e4c199c435b1c875b36f5d1ac8f535c7]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:23 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [469be31359319024e358376ab4e1b8f90a03505d]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:22 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [0be16a8ff98dfbfdf6f518019d866bac3ff6313d]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:35:21 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ee1e399a13d0496bf4e4b5fc61e3367c7ad2896c]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:21 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f44dcb98eccdb691d828fe1b57b789111fd5a60e]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:20 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [9266942ca6eb7b165acde652a15a7ea823d15afc]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:19 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6ad8165c51831dd554525a64ee8baf66bd1888e1]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:35:18 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [cfd95601fa146834fee5d256edcad6da2177f947]

        INTEGRATION: CWS fwk02ea (1.2.10); FILE MERGED 2004/05/25 12:35:18 as 1.2.10.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [3deeada5dc719c70041424a8a348b8f6032b40e7]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:28 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4fd3a75fc0583f9c9ed3d55285ad3e91cefe1d96]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:07:08 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [7270d2c361deef4f1b472f8249e050e21e33213d]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:27 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6165ea6f51adb1627e98a7d668d499344c56f5ea]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:07:07 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [918ab8843e94f5a6e433815b48246f41cea07e8b]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:26 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [215edbcd6ada352b8ca78d043571df4ecdd67811]

        INTEGRATION: CWS fwk02ea (1.1.2); FILE ADDED 2004/05/25 13:00:58 as 1.1.2.1: #115945# force localization of filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [8cfbf596184391d161221c8d291fc75be0509eb9]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:26 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e918d3a042c8f14227f92f81fda28c31dbb21ff8]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:25 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2af89139cf44542feef436ff5e3737063caa59ae]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:24 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bb4d0df96bbfc422118ad51cbd5e79c4d012e8dc]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:24 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [0f0a44fea7447780606f0afa4a4869d436042e8d]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:23 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b54778622ad5e91a41fa3d84b338b046bc67586d]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:23 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [3165955a095afcd5c52a5a044499ad006a354351]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:07:06 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [a4c65e15f44fcc08a6b6abb95ef0d4908ad55b35]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:22 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [818e89a09c2fcaa00b8c0a61f2719fc3a069cf77]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:21 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bc8b8b9f7c6e965ed0bb6d6ed431dc1a7ae7d6e1]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:20 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [8e35b5b446aa902e63f27865f953347056c2ccb1]

        INTEGRATION: CWS fwk02ea (1.4.6); FILE MERGED 2004/05/25 12:37:20 as 1.4.6.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6b3a4d0c1557ef4010211c4da8b918b4ce141bd7]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:20 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e7eff78247b32bd3bb89f2709096d36c6dc60ab4]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:19 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [d43e3aa2bede4d0bcb6a20a9026f16746d2fc077]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:19 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [00bfc6ddc0a82dafdbe85caa5341db8960d6a64f]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:18 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [7f3edd2edb47c8d7c2417d4c463f702bc89730b4]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:18 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2a5c63f4738e5035f688e0539f3f4a868e27e34f]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:17 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [8450a76619f1e5861d66eae38eaa326060f07b17]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:07:05 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [82106f7065b35c91e0f08d5726a1cb6be22b139a]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:16 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [1a834424659c27d2b6bc1e178280ec9dec555d72]

        INTEGRATION: CWS fwk02ea (1.2.10); FILE MERGED 2004/05/25 12:37:16 as 1.2.10.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [8680e9758373731d17c84408d3fa07d2b2384944]

        INTEGRATION: CWS fwk02ea (1.2.10); FILE MERGED 2004/05/25 12:37:15 as 1.2.10.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [9a1f503af28c527448512fb0416a48b69b8d57fe]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:15 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [3214a07c3a2c9d1b7fbd85ae7eced82b471f228e]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:14 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c47b71ef2ad9c58045520c33cf5064c9510b7a23]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:13 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2659bad0092eda214b3902a00945a6622825d68b]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:12 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [51fcb906445bb6fec0068f724005c17eb558558f]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:11 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [52f99fa475e7e01a42450baba62660118452d8ed]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:10 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2a1fc7eda4f02b5ba04f0d23029aa4d4f567d98a]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:09 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c54e3ba101b2c7d3372fd38ed3cf26ba5c35d0b2]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:08 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [41b3edf5cc97389e5f8867bb383a6b804b3f76c8]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:07 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [effc9a6e3325cf317c99477db26b3b0262065b74]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:06 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b4d0235c83e34afcc9b1e8227ac810339a418454]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:07:05 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b8b13a017e536c678789e73219593a4ff0e62eac]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:07:04 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [8bf0daa37a9461d73dec00ea22d440b102d4edeb]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:07:03 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [87b50ef8ed3a478a7a9942f10094f7d3af40bc53]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:05 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c2a2a9a866ddf3a8bc280e819d4edfa79cef4cc4]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/06/10 07:07:03 as 1.4.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b692f135439f48a7e4b843a2d5cb0f5d5e65b0b2]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:05 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bb37da015087d538b41c304c7b1e8651bc579ff8]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/06/10 07:07:02 as 1.4.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [fe17874b91a7ae45c95657358ae0f8bf1ba2dc66]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:04 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bfc3659dd00b2931e48e4adc4cf450bb31317130]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:04 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [592256b5bf7a18932503820cc0a2e958f097ed06]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:07:02 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e2c61cad1d17daa2f8976d4ded64ea61fbcc0c0d]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:07:01 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2bed440bd0f0ac325fcf59bf9e452a6e496babf2]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:03 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f06bd854b71a013056e6e5afa33d9976e155f9f1]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/06/10 07:07:00 as 1.4.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bc291c666315861f89574034895ccc29caa60643]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:02 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [155be5b457b093c85e45806025eb940487df5383]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/06/10 07:06:59 as 1.4.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ff896a22904c00b8f0295780a30d96030cfc2b46]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:01 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [badf1adf506afecb5c51a37f931030604322d8e7]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/06/10 07:06:58 as 1.4.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [68720ac0e547b186a4df8ecb67b7ae193ba6d006]

        INTEGRATION: CWS fwk02ea (1.4.8); FILE MERGED 2004/05/25 12:37:00 as 1.4.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [27262e2c9cfc40919e8a6b4f0f789f454503ee47]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:37:00 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f9e10f592ad339be17ba8f6ecaffb2959aaf1788]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:59 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b1da8f64e7aea52ace812ebb39a5aafff7b4d214]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:58 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2a68605d2e3a1ee7a2b14b85855a674a6a412e19]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:57 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [dcb9dcb10f5f0a62d62567f3a27039d9e1061c36]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:56 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [0b8dc92d5c51fdbe6913ae64cf77759c4051ad20]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:55 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e1c6d78e00fb57ef9934a17797ac452397b85f87]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:54 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [7aba3f0f4629b4a72791313359e781dc11117a84]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:53 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6b2eb262390e0a371299e91ce6fd833867febabf]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:52 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4955ffe955de5b0d4d1033cc41cc52669484b0b9]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:51 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c9055d03f9ca3f24d07f45362500dd4224c276cf]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:50 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [5686582bbe75a3e82c81e9608a9c231a55d85276]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:06:58 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [a2b017e711e7df1b7523334deb9195044be36d49]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:49 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ed7b67da4d99f5c4602bd3db61e0d92f454531a9]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:48 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [5a53b098980754c1f62326ed03bc0924b3ae6771]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:47 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ced510a152fc8eaf131d5752b611e3b5d02e6ab5]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:06:57 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [059b3ed62a86fc736da93b77045651f75a52bb4e]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:46 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e0e42254f86948687f0a418ce864b0d15ef13fbb]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:45 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [7c88d714a5564fe409de63a2dac1752c7e784e2a]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:44 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f0baed2eef4ee8ac0a55a3ecb627834507e0d7d5]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:43 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6210e541f74d9efbef4cab1c6c9a7481afca378b]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/06/10 07:06:56 as 1.3.8.1: #115945# correct UTF-8 problems and force new translation of these filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bc980b9dde4f5361d59b7de23df30b7e28fa6c1a]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:42 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bd6e10412c50162f9574a2cf4627062346d093ef]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:41 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [d436d5ce255b0001c88880294237c8ed2347925d]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:40 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [71d08d2f9470492d419935998eab10d13ddf4ea0]

        INTEGRATION: CWS fwk02ea (1.2.58); FILE MERGED 2004/05/25 12:36:40 as 1.2.58.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [18923f55d03829e233c6c52348ee7c7e3637f730]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:39 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [850567597afdf0231d43385116091de116f25628]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:38 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c814487e4b0d807186e963a38b6f6b8aad9da7b8]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:37 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c484e2167488a78f6e20145482efa3f966582fda]

        INTEGRATION: CWS fwk02ea (1.3.8); FILE MERGED 2004/05/25 12:36:36 as 1.3.8.1: #115945# optimize UIName handling

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [721b216d0434f864dcfeecb46b3cddb979caa572]

        INTEGRATION: CWS fwk02ea (1.5.8); FILE MERGED 2004/05/13 09:44:25 as 1.5.8.1: #115945# use new locale fallback mechanism

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [98b8fd48b0c7a3210044e29d5898878fdeb55be8]

        INTEGRATION: CWS fwk02ea (1.16.16); FILE MERGED 2004/05/25 13:01:31 as 1.16.16.1: #115945# force localization of types/filters

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [dcc0af0dad6c1f85e340bacbe040799bc363d7a7]

        INTEGRATION: CWS fwk02ea (1.7.74); FILE MERGED 2004/06/03 14:21:21 gh 1.7.74.1: assume dispatchers which do not call a StatusListener on addStatusListener to be enabled instead of disabled

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [df1c2c04caebe483201f28548783621fa5478323]

        INTEGRATION: CWS fwk02ea (1.31.8); FILE MERGED 2004/06/01 15:34:18 lo 1.31.8.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [805186390a5011d12a73ab73f733ff7791e4f4f4]

        INTEGRATION: CWS fwk02ea (1.3.18); FILE MERGED 2004/05/17 15:59:12 cd 1.3.18.1: #i29198# Added German and English/US translation for command '.uno:TestMode'

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ae66fe30a8c31691b13137d1fdde13a3684e2918]

        INTEGRATION: CWS fwk02ea (1.18.396); FILE MERGED 2004/05/13 10:47:06 as 1.18.396.1: #110074# use default values in case config does not include something usefull

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ae710fafcad95fef0a6d819606974fa67d51554e]

        INTEGRATION: CWS fwk02ea (1.3.98); FILE MERGED 2004/06/01 15:35:12 lo 1.3.98.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [20cf4f37a2a1b881b05bbc6bb1f496129f402b28]

        INTEGRATION: CWS fwk02ea (1.5.96); FILE MERGED 2004/06/01 15:35:11 lo 1.5.96.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [07d7f15e33bad774d0a6f275f093df80a7ba5673]

        INTEGRATION: CWS fwk02ea (1.13.104); FILE MERGED 2004/06/01 15:35:09 lo 1.13.104.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e76c002f4143bae7cdb120ac1f728a23934d8106]

        INTEGRATION: CWS fwk02ea (1.134.12); FILE MERGED 2004/06/01 15:35:09 lo 1.134.12.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b6a8594300b8acc3e4983fd4042dc61ecdfe0b68]

        INTEGRATION: CWS fwk02ea (1.14.358); FILE MERGED 2004/05/25 07:22:17 cd 1.14.358.2: #i27758# Added hidspecial for listbox 2004/05/24 14:35:27 mba 1.14.358.1: #i28628#: helpid for macro messagebox

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [9b1fc9418a92e46aada9ce92625abc2968b7c9eb]

        INTEGRATION: CWS fwk02ea (1.72.28); FILE MERGED 2004/05/17 10:17:17 as 1.72.28.1: #i24366# use special NewDocDirectExec_ImplOld function directly instead of ExecuteSlot to prevent recursive call of NewDocDirectExec_Impl

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [fed5f52fc4c09f21e6035e4f68cbe5b9bf04579a]

        INTEGRATION: CWS fwk02ea (1.22.78); FILE MERGED 2004/05/24 14:31:23 mba 1.22.78.3: #i28628#: helpid for macro messagebox 2004/05/17 14:54:49 cd 1.22.78.2: #i27758# Help ID for the internal SvHeaderTabListBox 2004/05/17 14:53:47 cd 1.22.78.1: #i27758# Help ID for the internal SvHeaderTabListBox

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [1df02b32cdc2fdb1327ed33eec844badbc021ac5]

        INTEGRATION: CWS fwk02ea (1.61.24); FILE MERGED 2004/05/26 13:29:18 mav 1.61.24.3: #116711# do not let Stream parameter of MediaDescriptor be cached by Model until it is correctly handled 2004/05/26 10:10:30 mba 1.61.24.2: #116829#: don't treat binary filters as own storage format 2004/05/25 08:15:38 as 1.61.24.1: #i28652# correct typo

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [3addccdf73a5694ba406d51fded5b4e93dff9ddc]

        INTEGRATION: CWS fwk02ea (1.126.24); FILE MERGED 2004/05/26 10:10:29 mba 1.126.24.1: #116829#: don't treat binary filters as own storage format

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4ac53f682164b757db8163137066db2f982b6fbe]

        INTEGRATION: CWS fwk02ea (1.62.2); FILE MERGED 2004/05/24 06:38:24 as 1.62.2.1: #i29335# repair sending document as email

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f869d087b920eaa13d04efa09fa648652d65e6d8]

        INTEGRATION: CWS fwk02ea (1.39.24); FILE MERGED 2004/05/24 14:30:22 mba 1.39.24.1: #i28628#: helpid for macro messagebox

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c8443d12ddc5fcfc2656f425ebbed0532c1344f2]

        INTEGRATION: CWS fwk02ea (1.139.26); FILE MERGED 2004/05/25 08:14:58 as 1.139.26.1: #i28652# handle medium readonly if filter is readonly

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2e7856cc828441c28ede6b81cf28b7edeb32c703]

        INTEGRATION: CWS fwk02ea (1.17.102); FILE MERGED 2004/05/17 10:18:48 as 1.17.102.1: #i24366# improve Set/GetStandardTemplate so it can work with long and short factory names

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [864f2878152220289e7a44e08fbbd33a8b4e52a7]

        INTEGRATION: CWS fwk02ea (1.10.28); FILE MERGED 2004/05/17 14:54:07 cd 1.10.28.1: #i27758# Help ID for the internal SvHeaderTabListBox

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [b8c89653fff0cd9761bcaf35c50181a313c9aeba]

        INTEGRATION: CWS fwk02ea (1.30.78); FILE MERGED 2004/05/25 07:00:25 as 1.30.78.1: #i29356# parse URL right to extract optional arguments

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f04887a757a87b0ce0ad4f716009f761fc306606]

        INTEGRATION: CWS fwk02ea (1.19.158); FILE MERGED 2004/05/25 08:14:19 as 1.19.158.1: #i28652# ignore help urls for picklist

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [5cdb17960ea3bf7e498c0e0ad373adbd4f089a9b]

        INTEGRATION: CWS fwk02ea (1.53.322); FILE MERGED 2004/05/28 11:43:51 as 1.53.322.3: #i28652# repair history, f1 => to front + load new 2004/05/28 09:28:29 as 1.53.322.2: #i28652# repair jump marks, load content synchron 2004/05/25 08:13:48 as 1.53.322.1: #i28652# dont open help twice

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [8500e81a72f2f013527869e948993f802ecfe21b]

        INTEGRATION: CWS fwk02ea (1.49.78); FILE MERGED 2004/05/28 11:43:51 as 1.49.78.3: #i28652# repair history, f1 => to front + load new 2004/05/28 09:28:28 as 1.49.78.2: #i28652# repair jump marks, load content synchron 2004/05/25 08:13:25 as 1.49.78.1: #i28652# use loadComponentFromURL instead of dispach() - to 'hide' help urls in picklist

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [a7551a6a18fd46b4e287225c84807f9665db63ab]

        INTEGRATION: CWS fwk02ea (1.93.78); FILE MERGED 2004/05/28 11:43:50 as 1.93.78.3: #i28652# repair history, f1 => to front + load new 2004/05/28 09:28:28 as 1.93.78.2: #i28652# repair jump marks, load content synchron 2004/05/25 08:13:24 as 1.93.78.1: #i28652# use loadComponentFromURL instead of dispach() - to 'hide' help urls in picklist

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6c78ca35757ba3ca70ad5199ec60916a911c4cf8]

        INTEGRATION: CWS fwk02ea (1.14.358); FILE MERGED 2004/05/28 09:28:28 as 1.14.358.1: #i28652# repair jump marks, load content synchron

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [1e7e62913dc89969a1c87c086087e6d411bad053]

        INTEGRATION: CWS fwk02ea (1.20.358); FILE MERGED 2004/05/28 11:43:50 as 1.20.358.2: #i28652# repair history, f1 => to front + load new 2004/05/28 09:28:27 as 1.20.358.1: #i28652# repair jump marks, load content synchron

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2286907c058d0ef73288567e62718702a647b8df]

        INTEGRATION: CWS fwk02ea (1.4.504); FILE MERGED 2004/05/28 09:28:27 as 1.4.504.1: #i28652# repair jump marks, load content synchron

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f5455b1ae5433715c4a5ad97946ef1ebd6c0ca0f]

        INTEGRATION: CWS fwk02ea (1.78.26); FILE MERGED 2004/05/17 10:16:07 as 1.78.26.1: #i24366# implement new version of NewDocDirectExec_Impl but but provide copy of old version for FrameLoader!

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [8f2efd4c27e9d79ced423471cfad2aa01e44d1de]

        INTEGRATION: CWS fwk02ea (1.77.12); FILE MERGED 2004/06/01 15:31:30 lo 1.77.12.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6e101e8df40fb860a414b70f8b4046fe8d29f7a2]

        INTEGRATION: CWS fwk02ea (1.2.188); FILE MERGED 2004/06/01 15:31:30 lo 1.2.188.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [bfe22f912ca753309c684026dde90d7b77c95273]

        INTEGRATION: CWS fwk02ea (1.2.38); FILE MERGED 2004/05/25 07:02:39 as 1.2.38.1: #i29356# add type for VerbID

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [30f5b7ae85054ab45507431f00fb13156340cea3]

        INTEGRATION: CWS fwk02ea (1.4.2); FILE MERGED 2004/05/24 15:45:58 cd 1.4.2.1: #i29427# Cache dispatch objects to speed up menu activation - use frameActionListener to support requery

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [38a3c9a162ca05546507e7e85ebaec0298710293]

        INTEGRATION: CWS fwk02ea (1.2.38); FILE MERGED 2004/05/17 13:24:11 cd 1.2.38.1: #i27574# Check extension of xml files

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e44fdd5b621bd08633d9337eec034745dabe0c77]

        INTEGRATION: CWS fwk02ea (1.2.38); FILE MERGED 2004/05/17 13:24:10 cd 1.2.38.1: #i27574# Check extension of xml files

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [57a4c708ab20befc4ca5a794b2f418c96f13250b]

        INTEGRATION: CWS fwk02ea (1.7.36); FILE MERGED 2004/05/14 07:08:32 as 1.7.36.1: #116234# apply NORWEGIAN_NYNORSK patch for 8.0

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [d3bb2e52e17fc3f53e74f210351b06c300eb04e3]

        INTEGRATION: CWS fwk02ea (1.17.38); FILE MERGED 2004/06/01 15:31:29 lo 1.17.38.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [9e941c6875e29ddf6b3ef3be019f3804f5ad9525]

        INTEGRATION: CWS fwk02ea (1.1.4); FILE ADDED 2004/06/01 15:49:36 lo 1.1.4.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e56f389073f2d9dd5e1033807892a54efc6cda54]

        INTEGRATION: CWS fwk02ea (1.73.16); FILE MERGED 2004/05/25 13:10:38 as 1.73.16.2: #i29256# ignore already disposed objects 2004/05/17 08:02:14 as 1.73.16.1: #i24366# handle focus forwarding right

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [0287958e6cedb030901a938ed019417ff9a9e885]

        INTEGRATION: CWS fwk02ea (1.19.38); FILE MERGED 2004/06/01 15:31:28 lo 1.19.38.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [e2a4aa0e24a54f12f31a4a29f0106da89342de86]

        INTEGRATION: CWS fwk02ea (1.7.16); FILE MERGED 2004/05/28 09:26:57 as 1.7.16.4: #i28652# support jump marks 2004/05/27 05:56:05 as 1.7.16.3: #116711# free media descriptor after loading finished, to let the might open stream die 2004/05/25 13:09:45 as 1.7.16.2: #i29256# remove superflous todo statement 2004/05/25 13:08:39 as 1.7.16.1: #i29256# release load-lock later ...

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [1942509deead8813729bad765d1fc0450c39d713]

        INTEGRATION: CWS fwk02ea (1.4.2); FILE MERGED 2004/05/11 08:20:53 as 1.4.2.1: #116400# restore special closer button if menu is replaced/merged with an embedded frame menu

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [63d90c714c671fad9a4df657039d76ee0fec5811]

        INTEGRATION: CWS fwk02ea (1.1.2); FILE ADDED 2004/05/13 08:42:46 as 1.1.2.1: #111074# use new pattern for closing something

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2f303d689ea7add6a94d14e2040a4d11ab866edd]

        INTEGRATION: CWS fwk02ea (1.6.38); FILE MERGED 2004/05/13 08:41:14 as 1.6.38.1: #111074# make frame empty before you check the environment

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [2ca627c01a389c6227b66b3f63948a68fb35ecba]

        INTEGRATION: CWS fwk02ea (1.3.2); FILE MERGED 2004/05/24 15:45:34 cd 1.3.2.1: #i29427# Cache dispatch objects to speed up menu activation - use frameActionListener to support requery

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [60dd60005134af798e208bec64fd965c57f45560]

        INTEGRATION: CWS fwk02ea (1.1.4); FILE ADDED 2004/06/01 15:32:41 lo 1.1.4.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [245f25d89e1205292b745ecc7e41c4ebf7d649b9]

        INTEGRATION: CWS fwk02ea (1.1.4); FILE ADDED 2004/06/01 15:32:40 lo 1.1.4.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [3b177db2809b84ad334aa4331d406086ea7d9c6e]

        INTEGRATION: CWS fwk02ea (1.3.38); FILE MERGED 2004/05/13 08:41:03 as 1.3.38.1: #111074# make frame empty before you check the environment

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c34e6b66b90ea0e0d6c76b4279dde1df590cdcda]

        INTEGRATION: CWS fwk02ea (1.19.38); FILE MERGED 2004/06/01 15:31:26 lo 1.19.38.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c71a4867502744f1145079e4d5a5dfdd4106a160]

        INTEGRATION: CWS fwk02ea (1.2.188); FILE MERGED 2004/06/01 15:31:25 lo 1.2.188.1: #i29643# #i26375# licens dialog behavior + helpids

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [1d1881dc1661f365b696c2200ac177df54b2d196]

        INTEGRATION: CWS aw011 (1.5.12); FILE MERGED 2004/05/14 15:35:23 aw 1.5.12.1: #116732# Corrected an error when migrationg the polygon cutter to basegfx. On 8 polaces, i had to replacce a less() compare with an moreOrEqual() one.

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [f6180cb95c1500bd79194292616d517a8bc479ae]

        INTEGRATION: CWS aw011 (1.4.12); FILE MERGED 2004/06/03 10:51:02 thb 1.4.12.1: #i29820# Changed return types from Tuple to Point/Vector, which is much more convenient for further processing

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [01df5d50b8181a2105f6c924f834132b8e135874]

        INTEGRATION: CWS aw011 (1.9.12); FILE MERGED 2004/06/03 10:51:02 thb 1.9.12.1: #i29820# Changed return types from Tuple to Point/Vector, which is much more convenient for further processing

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c2dc21f47f61c199a13e83c27201ce2f837000c0]

        INTEGRATION: CWS aw011 (1.9.12); FILE MERGED 2004/06/03 10:51:01 thb 1.9.12.1: #i29820# Changed return types from Tuple to Point/Vector, which is much more convenient for further processing

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [a70ae62cdb95b4b4f00b849b68593c2bd613f197]

        INTEGRATION: CWS aw011 (1.73.50); FILE MERGED 2004/05/28 08:27:07 aw 1.73.50.1: #i29486# Use DoPaintObject instead of SingleObjectPainter in PaintProc recalls. Done that for all simple places, not yet for the more complicated oned. Will be changed when the proc recall mechanism will be changed.

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [018a42b708455fbf41dabbc795560903685116b8]

        INTEGRATION: CWS aw011 (1.10.58); FILE MERGED 2004/05/28 08:27:07 aw 1.10.58.1: #i29486# Use DoPaintObject instead of SingleObjectPainter in PaintProc recalls. Done that for all simple places, not yet for the more complicated oned. Will be changed when the proc recall mechanism will be changed.

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [09da9cb02736389ca4d71af32c3c2b87d8335e5d]

        INTEGRATION: CWS aw011 (1.6.16); FILE MERGED 2004/05/28 18:49:34 thb 1.6.16.1: #i24832# Added implementation for build-in clipper, should neither gpc nor libart be available. Subject to detailed performance analysis, this might also become the default clipper in the future

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [fdc7455a65066a102e6db6eb87d6a34eae218765]

        INTEGRATION: CWS aw011 (1.38.68); FILE MERGED 2004/06/02 18:21:28 aw 1.38.68.2: RESYNC: (1.38-1.39); FILE MERGED 2004/05/14 15:19:09 aw 1.38.68.1: #116657# In SdrPageView::SetLayer, if layer visibility really is changed, notify the UnoControlRec to allow the controls in live mode to update correctly to the evtl. changed visibility.

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [ba3155e2be134dde74a486eeda486c0a71804313]

        INTEGRATION: CWS aw011 (1.24.236); FILE MERGED 2004/05/07 12:27:25 aw 1.24.236.1: #i21479# When constructing a path, take over the 2nd position when not yet taken over by previous MouseMove (if MouseMove did not happen)

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [52fa71b6acd577a590d7954be3e91bb963b3033d]

        INTEGRATION: CWS aw011 (1.60.214); FILE MERGED 2004/05/03 15:53:23 aw 1.60.214.1: #116639# Simply take the logic size, forward/backward conversion is no longer necessary  and may make the pixel size one too big.

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [4ff090d2cfe618c199953f0579244356d18bf5a4]

        INTEGRATION: CWS aw011 (1.21.68); FILE MERGED 2004/05/07 09:43:58 aw 1.21.68.1: #i28528#
        
        Added extra Item (Bool) for chart2 to be able to show reduced line geometry

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [67949bbd6a5254fe652530dc4c944e1597de26c2]

        INTEGRATION: CWS aw011 (1.3.216); FILE MERGED 2004/05/07 09:43:57 aw 1.3.216.1: #i28528#
        
        Added extra Item (Bool) for chart2 to be able to show reduced line geometry

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [a48c108c0cd79df80b39b6c6cc4f5564175502a2]

        INTEGRATION: CWS aw011 (1.3.128); FILE MERGED 2004/06/07 10:12:35 aw 1.3.128.1: #i29129#

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [1de7bab3108a66bc2b64f073229651762e9378d7]

        INTEGRATION: CWS aw011 (1.4.68); FILE MERGED 2004/06/02 18:17:42 aw 1.4.68.2: RESYNC: (1.4-1.5); FILE MERGED 2004/05/12 15:34:20 aw 1.4.68.1: #i29089# Instead of simply returning sal_True, look for the state of PagePainting which is per default disabled for the applications which do not need let the page be painted (but do it themselves).

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [c03a9cdff1597c7a0bef7dbb5fdac2238eb89237]

        INTEGRATION: CWS aw011 (1.3.132); FILE MERGED 2004/06/07 12:13:33 aw 1.3.132.3: #i29132# Since e.g. with connectors like in #i29132# still rounding errors happen when converting to pixels, i choose now to handle this here in expanding the expand rectangle by one pixel, that means: device dependent. The maximum rounding error is potentially 1/2 pixel, so with one pixel the rect is then potentially up to 1/2 pixel too big. I see no other way until we have more precise conversions, though. All involved logic coordinates are correct. 2004/06/07 10:12:07 aw 1.3.132.2: #i29129#, #116639#> 2004/05/07 10:54:32 aw 1.3.132.1: #i28641# Force ControlLayer Paint to unbuffered due to VCL limitations

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [dee47b76d88a31dc5934c1ad42fc86009080f13c]

        INTEGRATION: CWS aw011 (1.4.590); FILE MERGED 2004/05/07 09:43:57 aw 1.4.590.1: #i28528#
        
        Added extra Item (Bool) for chart2 to be able to show reduced line geometry

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [71de7057e4ee7ce75b18e6136884fc74f37636f5]

        INTEGRATION: CWS aw011 (1.32.68); FILE MERGED 2004/05/19 11:55:15 aw 1.32.68.3: #i29168# The received Bitmap may still be empty (see bug), so the fix needs his own if, it is not enough to use the else-tree 2004/05/07 09:43:56 aw 1.32.68.2: #i28528#
        
        Added extra Item (Bool) for chart2 to be able to show reduced line geometry
        2004/05/04 11:10:39 aw 1.32.68.1: #116336#
        
        If shapes are mirrored once (mirroring two times correct geometry again)
         double-sided at the object and two-sided-lighting at the scene need to be set.

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [dd67a9928f3b7ee3f794572828eaf5feee00323a]

        INTEGRATION: CWS aw011 (1.16.212); FILE MERGED 2004/05/07 09:43:56 aw 1.16.212.1: #i28528#
        
        Added extra Item (Bool) for chart2 to be able to show reduced line geometry

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [331b0761bb739fc117aaed0beb296f83c42c407f]

        INTEGRATION: CWS aw011 (1.14.68); FILE MERGED 2004/05/07 09:43:56 aw 1.14.68.2: #i28528#
        
        Added extra Item (Bool) for chart2 to be able to show reduced line geometry
        2004/05/04 11:10:38 aw 1.14.68.1: #116336#
        
        If shapes are mirrored once (mirroring two times correct geometry again)
         double-sided at the object and two-sided-lighting at the scene need to be set.

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [3494664205cd64282b0d981d2126f9799281403a]

        INTEGRATION: CWS aw011 (1.2.68); FILE MERGED 2004/05/04 11:10:38 aw 1.2.68.1: #116336#
        
        If shapes are mirrored once (mirroring two times correct geometry again)
         double-sided at the object and two-sided-lighting at the scene need to be set.

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [07c32744c26384305bf30ff086bf03e75aeb1df6]

        INTEGRATION: CWS aw011 (1.3.22); FILE MERGED 2004/05/07 14:06:18 aw 1.3.22.1: #i27159#
        
        Still numerical problems here around 0.0 and 1.0. I decided to
         go the numerically more cautios way and avoid values which get
         a little bit below 0.0 or above 1.0 here. The original line was:
        
        fFactor = (fBound - aHigh.Point()[nDim]) / (aLow.Point()[nDim] - aHigh.Point()[nDim]);

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [6330283f3dd0128b69ad2ffcf7942ed1dd710b22]

        INTEGRATION: CWS impress12ea (1.7.10); FILE MERGED 2004/06/03 07:51:30 af 1.7.10.3: #i29763# After switching to a new view shell we call SetViewShell() before all else. 2004/05/28 09:34:35 af 1.7.10.2: #i29436# The OutlinerView is not deleted and re-created after every ViewShell switch. 2004/05/27 14:10:50 af 1.7.10.1: #i29436# Concentrated all the code guarding the execution of message boxes to new function ShowModalMessageBox().

2004-06-10  Kurt Zenker  <kz@openoffice.org>  [004b7e6b96ce50b98cc870964777c3b0cf0af0f4]

        INTEGRATION: CWS impress12ea (1.4.14); FILE MERGED 2004/05/28 09:36:12 af 1.4.14.2: #i29436# Added new function ProvideOutlinerView() that creates and/or initialzes an OutlinerView object. 2004/05/27 14:09:00 af 1.4.14.1: #i29436# Added a function that shows modal message boxes.

2004-06-09  Kurt Zenker  <kz@openoffice.org>  [b9eebd15ec963a5fb3e1020d371c2a0dacb649d0]

        new version for SRC680

2004-06-09  Kurt Zenker  <kz@openoffice.org>  [d29ddf401fdf221696d5cab75d05ae79c80473b5]

        new version for SRC680

2004-06-08  Kurt Zenker  <kz@openoffice.org>  [b599cd13f6ffabab3075e0202e4829947acda39d]

        new version for SRC680

2004-06-08  Kurt Zenker  <kz@openoffice.org>  [e70d7a7eb22902d57c7022636d31fd0e64964b48]

        new version for SRC680

2004-06-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c2d8970ca38ac525979960e845ab209d7b44cc1d]

        #i10000# fix image/resource mess

2004-06-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6b2318f4cbda81200ec276cd33b1829a080da9e9]

        #i10000# fix image/resource mess

2004-06-08  Oliver Bolte  <obo@openoffice.org>  [04aa1a084f884a01c742f578ec987d85a7ebbdc7]

        #i10000# cli bridge isn't build at the moment

2004-06-08  Oliver Bolte  <obo@openoffice.org>  [e86616bcc35b87d847b5197aebc17d4de00c17ca]

        #i10000# SCsCOL, SCsROW change missing

2004-06-08  Oliver Bolte  <obo@openoffice.org>  [982a28d4d18b164d0678c2b7cc364bbae441939e]

        #i10000# header com/sun/star/lang/DisposedException.hpp missing

2004-06-08  Oliver Bolte  <obo@openoffice.org>  [b53619717a8f03ebb6fc5e7c87c1137884f97c79]

        #i10000# resolve implementation conflicts global.hxx (from CWSs fieldoptions/rowtable)

2004-06-08  Oliver Bolte  <obo@openoffice.org>  [4162873b7d464dd8395015a97a29180964348b2a]

        #i10000# resolve implementation conflicts pivot.hxx (from CWSs fieldoptions/rowtable)

2004-06-08  Rüdiger Timm  <rt@openoffice.org>  [391fe8b3f6539def196c26519b1d201765e66d50]

        #i10000# Typo in module name

2004-06-08  Kurt Zenker  <kz@openoffice.org>  [e6ce0b350850c436b9165e6643bdf3c76c78dabf]

        new version for SRC680

2004-06-08  Kurt Zenker  <kz@openoffice.org>  [9f859e143421a685d137836cedec87834d128af5]

        new version for SRC680

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [72d409da167bd65f9418e06bc70186fe868ba663]

        new version for SRC680

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [dbe20a16945144f2a156b6e2fa4861febce75dd0]

        new version for SRC680

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [8ac4a06d94f77a27b13c399ae05188ed1c26dade]

        new version for SRC680

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [5ebb2bde3a1773dc1f863ea47ca7d96d934c01ed]

        new version for SRC680

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [e38377b45da3c8301c26ba150adcfcff6ec812f2]

        new version for SRC680

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [cea82c2de95743b4f4007216748f5344852f0f3c]

        new version for SRC680

2004-06-07  Rüdiger Timm  <rt@openoffice.org>  [fe5fecf9d1b5e7fc7a3b3e81bc3d5d026e4ebd59]

        new version for SRC680

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [874caf8f802d0ecca65ca32d69e0bb12c3f6ee3a]

        new version for SRC680

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [30f51864ab04932730fc8639eeaf425ca8b1512a]

        new version for SRC680

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [fb8304447235c497c90454e0fd1a580d8070e85d]

        new version for SRC680

2004-06-07  Rüdiger Timm  <rt@openoffice.org>  [00aacc014ed11fe370f1755c2eaa50bee6b00077]

        new version for SRC680

2004-06-07  Rüdiger Timm  <rt@openoffice.org>  [07211f69219049cab01dc996318c0e4a8a2a3002]

        #i10000# Sorry, obviously I missed sqlbison.hxx. Reverting to 1.17, including all hedabu actions.

2004-06-07  Oliver Bolte  <obo@openoffice.org>  [1f17e511f7ad9125408e4a786562ac32399b9b52]

        #i10000# hedabu still needed for sqlparse.hxx / sqlbison.hxx

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [8937de20199d9c403815c40d7e981264069fbf1c]

        new version for SRC680

2004-06-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b61e56a8948ee4e1b29ea15e51c19b3702dd1000]

        #i10000# back to ilst2 to fix OOo builds

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [2abd1f3b723a179e2c872f056412f6ffadc67c5e]

        new version for SRC680

2004-06-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1b8bd4d74f5a8ba5d80c5e1327395dff09fcb5ea]

        #i10000# back to ilst2 to fix OOo builds

2004-06-07  Rüdiger Timm  <rt@openoffice.org>  [203763b1f3dcd0893619d5cef6d241ce05ac4439]

        #i10000# source\cnttype needs header generated by source\generic

2004-06-07  Oliver Bolte  <obo@openoffice.org>  [fd0c09d690740887bcf1cd9a4ed7c153e46a9734]

        #i10000# remove source/prot_uno

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [67d58277b228fb9698dd662a7ddc44c6fd0c2fde]

        new version for SRC680

2004-06-07  Kurt Zenker  <kz@openoffice.org>  [f311fc3c52aecdb1bcf24c319400d8f04d795584]

        new version for SRC680

2004-06-07  Rüdiger Timm  <rt@openoffice.org>  [a98acc6ea1807fae27dad46787fe7ff77ab8f1f5]

        #i29666# Create directory %COMMON_DEST%\res%_EXT%\img before copy into into, even in case of empty .ilst filed.

2004-06-07  Oliver Bolte  <obo@openoffice.org>  [0b9c67694a5e3cbd1dd1c556b97598e23a79eb16]

        #i10000# published missing

2004-06-07  Rüdiger Timm  <rt@openoffice.org>  [fdab88ebece0991f8360915bcde7d958462b129f]

        #i10000# Do not reqire jvm ressource.

2004-06-07  Oliver Bolte  <obo@openoffice.org>  [740d72816fcb163cd66a7ccb347f6b47d3fcb999]

        #i10000# publish typedef Color

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3313840cae69005485d037fa06cdaad94e54eab6]

        SRC680

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7683634508399c2661487693507d1176e6a39e58]

        #i10000# undo last change

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3892d1f06296882e7ad567615d168e6fca100ee8]

        INTEGRATION: CWS fieldoptions (1.9.2); FILE MERGED 2004/05/12 18:11:22 sab 1.9.2.2: #i23447#; add fieldoptions 2004/05/04 16:32:38 dr 1.9.2.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c27b8230ad1142ecdd597edc82ce59d06d119853]

        INTEGRATION: CWS fieldoptions (1.6.2); FILE MERGED 2004/05/07 09:49:22 dr 1.6.2.3: #i23447# hidden members and used hierarchy 2004/05/05 14:11:14 dr 1.6.2.2: #i23447# sort options in subtotal dialog 2004/05/04 16:32:03 dr 1.6.2.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b0e5db00b60929843cde30523535dbf7d82846ba]

        INTEGRATION: CWS fieldoptions (1.14.2); FILE MERGED 2004/05/27 08:28:56 dr 1.14.2.11: #100000# dialogdiet changes 2004/05/24 09:38:31 dr 1.14.2.10: RESYNC: (1.14-1.15); FILE MERGED 2004/05/18 09:11:53 dr 1.14.2.9: #i23447# support page+data dimension from same field 2004/05/17 19:30:52 dr 1.14.2.8: #i29203# right align page area 2004/05/07 11:49:20 dr 1.14.2.7: #i23447# DP subtotal options dialog: used hierarchy updates members list 2004/05/07 10:32:55 dr 1.14.2.6: #i23447# used hierarchy by index 2004/05/07 09:49:12 dr 1.14.2.5: #i23447# hidden members and used hierarchy 2004/05/06 11:13:52 dr 1.14.2.4: #i23447# auto show options in subtotal dialog 2004/05/05 16:02:08 dr 1.14.2.3: #i23447# layout options in subtotal dialog 2004/05/05 14:10:58 dr 1.14.2.2: #i23447# sort options in subtotal dialog 2004/05/04 16:31:15 dr 1.14.2.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [950fdf118b7ee7bda18fd1def8133f3ad8a76711]

        INTEGRATION: CWS fieldoptions (1.30.2); FILE MERGED 2004/05/24 09:35:44 dr 1.30.2.2: RESYNC: (1.30-1.31); FILE MERGED 2004/05/04 16:24:33 dr 1.30.2.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1146ecc2181edfdbd7409688520b0e2c637fe1e1]

        INTEGRATION: CWS fieldoptions (1.17.224); FILE MERGED 2004/05/04 16:33:46 dr 1.17.224.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1167848a66395d2ee295de444b7336bb83f64744]

        INTEGRATION: CWS fieldoptions (1.4.326); FILE MERGED 2004/05/24 09:47:49 dr 1.4.326.2: RESYNC: (1.4-1.5); FILE MERGED 2004/05/04 16:33:21 dr 1.4.326.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [eb49a819fb6ae5545a8adea2ae7f53abf806ce0b]

        INTEGRATION: CWS fieldoptions (1.3.2); FILE MERGED 2004/05/04 16:32:04 dr 1.3.2.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [689c9b95d495b65ade5ca3e440bf8fde1ba2c90e]

        INTEGRATION: CWS fieldoptions (1.2.12); FILE MERGED 2004/05/27 08:29:26 dr 1.2.12.1: #100000# dialogdiet changes

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5af81b3e2343754f490b94b958ae5fd6aef23346]

        INTEGRATION: CWS fieldoptions (1.2.12); FILE MERGED 2004/05/27 08:29:25 dr 1.2.12.1: #100000# dialogdiet changes

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [eb0fda26b7cd2fe888a7ef212ab6decb53e660f0]

        INTEGRATION: CWS fieldoptions (1.3.332); FILE MERGED 2004/05/27 08:29:24 dr 1.3.332.7: #100000# dialogdiet changes 2004/05/07 11:49:30 dr 1.3.332.6: #i23447# DP subtotal options dialog: used hierarchy updates members list 2004/05/07 09:49:22 dr 1.3.332.5: #i23447# hidden members and used hierarchy 2004/05/06 11:14:25 dr 1.3.332.4: #i23447# auto show options in subtotal dialog 2004/05/05 16:02:22 dr 1.3.332.3: #i23447# layout options in subtotal dialog 2004/05/05 14:11:13 dr 1.3.332.2: #i23447# sort options in subtotal dialog 2004/05/04 16:32:03 dr 1.3.332.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fc98458025a593b67f10426c0daeab4c7c9607d1]

        INTEGRATION: CWS fieldoptions (1.31.22); FILE MERGED 2004/05/06 11:13:52 dr 1.31.22.2: #i23447# auto show options in subtotal dialog 2004/05/04 16:31:14 dr 1.31.22.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5566334f54ad51abeaa5529c296c8603fe385d2d]

        INTEGRATION: CWS fieldoptions (1.2.354); FILE MERGED 2004/05/04 16:31:14 dr 1.2.354.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bc7dcc73184a24a2ce8989da6b9819f59e77675a]

        INTEGRATION: CWS fieldoptions (1.4.332); FILE MERGED 2004/05/27 08:28:54 dr 1.4.332.10: #100000# dialogdiet changes 2004/05/19 10:24:04 dr 1.4.332.9: #i23447# do not set invalid hierarchy in FillLabelData() 2004/05/18 09:12:18 dr 1.4.332.8: #i23447# do not show single hierarchy in listbox 2004/05/07 11:49:19 dr 1.4.332.7: #i23447# DP subtotal options dialog: used hierarchy updates members list 2004/05/07 10:32:56 dr 1.4.332.6: #i23447# used hierarchy by index 2004/05/07 09:49:11 dr 1.4.332.5: #i23447# hidden members and used hierarchy 2004/05/06 11:13:51 dr 1.4.332.4: #i23447# auto show options in subtotal dialog 2004/05/05 16:02:08 dr 1.4.332.3: #i23447# layout options in subtotal dialog 2004/05/05 14:10:58 dr 1.4.332.2: #i23447# sort options in subtotal dialog 2004/05/04 16:31:14 dr 1.4.332.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c4af64b24e503af1926341851277c6d7fc39cbb1]

        INTEGRATION: CWS fieldoptions (1.2.12); FILE MERGED 2004/05/27 08:28:32 dr 1.2.12.1: #100000# dialogdiet changes

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0221f3c53a086f1d2ed5b4e5e358079f6bcc16fd]

        INTEGRATION: CWS fieldoptions (1.70.2); FILE MERGED 2004/05/18 09:55:24 dr 1.70.2.2: RESYNC: (1.70-1.71); FILE MERGED 2004/05/12 18:10:35 sab 1.70.2.1: #i23447#; add fieldoptions

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e8c2471674f140ebdfa5e2aed3ed784a640eff3b]

        INTEGRATION: CWS fieldoptions (1.92.2); FILE MERGED 2004/05/18 09:55:16 dr 1.92.2.2: RESYNC: (1.92-1.93); FILE MERGED 2004/05/12 18:10:35 sab 1.92.2.1: #i23447#; add fieldoptions

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5e037310f93174bf02bc558c0f3f41dc9f0ff1bd]

        INTEGRATION: CWS fieldoptions (1.10.2); FILE MERGED 2004/05/12 18:10:34 sab 1.10.2.1: #i23447#; add fieldoptions

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2ba879b365b5a4fc270939057e706632c4105012]

        INTEGRATION: CWS fieldoptions (1.13.2); FILE MERGED 2004/05/12 18:10:34 sab 1.13.2.1: #i23447#; add fieldoptions

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e409cbee08b762b05a57b6e03a37d0c443fa9cb3]

        INTEGRATION: CWS fieldoptions (1.11.2); FILE MERGED 2004/05/12 18:10:34 sab 1.11.2.1: #i23447#; add fieldoptions

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4d37c85ca6c2d3d8ecba7d12d6b6be085485dd9f]

        INTEGRATION: CWS fieldoptions (1.11.224); FILE MERGED 2004/05/17 19:13:00 dr 1.11.224.2: #i23447# remove old code, #i22541# shrink source range to used cells 2004/05/12 11:45:59 dr 1.11.224.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5858311d3c5cbdc0391ba88338d0b6640cb78255]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/17 17:39:29 dr 1.1.2.14: #i23447# reimpl of pivot table export, step 6, autoshow, layout, member visibility, SXLI record 2004/05/17 15:00:37 dr 1.1.2.13: #i23447# reimpl of pivot table export, step 5: sort info, minor adjustments 2004/05/14 18:36:38 dr 1.1.2.12: #i23447# reimpl of pivot table export, step 4: page field options 2004/05/14 16:21:49 dr 1.1.2.11: #i23447# reimpl of pivot table export, step 3: general field options, data field options 2004/05/13 17:10:36 dr 1.1.2.10: #i23447# reimpl of pivot table export, step 2: raw structure of pivot tables 2004/05/13 12:04:42 dr 1.1.2.9: #i23447# reimpl of pivot table export, step 1: pivot cache 2004/05/12 19:49:41 dr 1.1.2.8: #i23447# import of SXDATETIME, SXBOOLEAN, SXERROR, SXEMPTY cache items 2004/05/12 12:09:09 dr 1.1.2.7: #i23447# import of field layout options 2004/05/12 11:42:04 dr 1.1.2.6: #i23447# reimpl of pivot table import completed 2004/05/11 18:45:27 dr 1.1.2.5: #i23447# import of field autoshow info 2004/05/11 18:19:34 dr 1.1.2.4: #i23447# import of field sort info 2004/05/11 16:02:54 dr 1.1.2.3: #i23447# import of PT fields/items reimplemented 2004/05/11 09:54:38 dr 1.1.2.2: #i23447# import of data field options #2 2004/05/10 18:26:00 dr 1.1.2.1: #i23447# import of data field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [17a328755d06aaed1621ff36e83142cb3e59b218]

        INTEGRATION: CWS fieldoptions (1.8.2); FILE MERGED 2004/05/11 18:19:34 dr 1.8.2.1: #i23447# import of field sort info

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2d91ddd120f7f85606abbba0691200c08d4387e8]

        INTEGRATION: CWS fieldoptions (1.3.52); FILE MERGED 2004/05/12 11:42:04 dr 1.3.52.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4a11677114c096c468816687f737230c36287229]

        INTEGRATION: CWS fieldoptions (1.13.18); FILE MERGED 2004/05/12 11:42:03 dr 1.13.18.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f6124670da3e70bc7209bbc4885330265597c4f3]

        INTEGRATION: CWS fieldoptions (1.8.22); FILE MERGED 2004/05/13 12:04:42 dr 1.8.22.2: #i23447# reimpl of pivot table export, step 1: pivot cache 2004/05/12 11:42:03 dr 1.8.22.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9fdbe948a65a01960ce2a3ed93f5ddafa0b5bdce]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/14 16:21:49 dr 1.1.2.5: #i23447# reimpl of pivot table export, step 3: general field options, data field options 2004/05/13 17:10:36 dr 1.1.2.4: #i23447# reimpl of pivot table export, step 2: raw structure of pivot tables 2004/05/12 19:49:40 dr 1.1.2.3: #i23447# import of SXDATETIME, SXBOOLEAN, SXERROR, SXEMPTY cache items 2004/05/12 14:03:37 dr 1.1.2.2: #i23447# handling of skipped object 2004/05/12 11:42:02 dr 1.1.2.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b5fa9c465f8c3aa227a4817f65b47f813a1832b1]

        INTEGRATION: CWS fieldoptions (1.6.22); FILE MERGED 2004/05/12 13:20:18 dr 1.6.22.1: #i23447# sheet name and ScAddress handling

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [eaa480807d00e191ac56c041043a19362fc16720]

        INTEGRATION: CWS fieldoptions (1.5.52); FILE MERGED 2004/05/12 11:42:03 dr 1.5.52.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [04b3ccd74e7e0c661e373cfd0e1873d329ca2e49]

        INTEGRATION: CWS fieldoptions (1.90.22); FILE MERGED 2004/05/12 14:03:18 dr 1.90.22.6: #i23447# handling of skipped object 2004/05/12 13:20:03 dr 1.90.22.5: #i23447# sheet name and ScAddress handling 2004/05/12 11:41:04 dr 1.90.22.4: #i23447# reimpl of pivot table import completed 2004/05/11 16:02:28 dr 1.90.22.3: #i23447# import of PT fields/items reimplemented 2004/05/11 09:54:19 dr 1.90.22.2: #i23447# import of data field options #2 2004/05/10 18:25:24 dr 1.90.22.1: #i23447# import of data field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0a8cd125d599a76b8a7ef61c92c52da894c19c4e]

        INTEGRATION: CWS fieldoptions (1.8.22); FILE MERGED 2004/05/13 12:04:42 dr 1.8.22.1: #i23447# reimpl of pivot table export, step 1: pivot cache

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [dd59366afae6153ebe6d11a53009c5a83249ad38]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/17 19:11:29 dr 1.1.2.7: #i23447# remove old code, #i22541# shrink source range to used cells 2004/05/17 17:39:29 dr 1.1.2.6: #i23447# reimpl of pivot table export, step 6, autoshow, layout, member visibility, SXLI record 2004/05/17 15:00:31 dr 1.1.2.5: #i23447# reimpl of pivot table export, step 5: sort info, minor adjustments 2004/05/14 18:36:38 dr 1.1.2.4: #i23447# reimpl of pivot table export, step 4: page field options 2004/05/14 16:21:48 dr 1.1.2.3: #i23447# reimpl of pivot table export, step 3: general field options, data field options 2004/05/13 17:10:36 dr 1.1.2.2: #i23447# reimpl of pivot table export, step 2: raw structure of pivot tables 2004/05/13 12:04:42 dr 1.1.2.1: #i23447# reimpl of pivot table export, step 1: pivot cache

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [96ebad8da1ea2c913e0e9c35baad8b4f51468c23]

        INTEGRATION: CWS fieldoptions (1.31.20); FILE MERGED 2004/05/17 19:11:29 dr 1.31.20.2: #i23447# remove old code, #i22541# shrink source range to used cells 2004/05/12 11:42:03 dr 1.31.20.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8ecf4d3f1ef5772e026235bf62d0ac6db4937779]

        INTEGRATION: CWS fieldoptions (1.3.36); FILE MERGED 2004/05/12 13:20:18 dr 1.3.36.1: #i23447# sheet name and ScAddress handling

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [86f6af12cab4599b4f6b1afa7ffd458f49a690c7]

        INTEGRATION: CWS fieldoptions (1.51.52); FILE MERGED 2004/05/12 11:42:02 dr 1.51.52.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2deda92a25a9cd9e92a02515bc43c85bb68ad806]

        INTEGRATION: CWS fieldoptions (1.42.2); FILE MERGED 2004/05/12 11:42:02 dr 1.42.2.2: #i23447# reimpl of pivot table import completed 2004/05/11 16:02:53 dr 1.42.2.1: #i23447# import of PT fields/items reimplemented

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ee3b0de8c591e07561f63ef81e952e75e21ba95a]

        INTEGRATION: CWS fieldoptions (1.10.2); FILE MERGED 2004/05/18 08:59:33 dr 1.10.2.8: #i23447# support page+data dimension from same field 2004/05/07 11:49:05 dr 1.10.2.7: #i23447# DP subtotal options dialog: used hierarchy updates members list 2004/05/07 10:32:30 dr 1.10.2.6: #i23447# used hierarchy by index 2004/05/07 09:48:44 dr 1.10.2.5: #i23447# hidden members and used hierarchy 2004/05/06 11:13:17 dr 1.10.2.4: #i23447# auto show options in subtotal dialog 2004/05/05 16:01:42 dr 1.10.2.3: #i23447# layout options in subtotal dialog 2004/05/05 14:10:18 dr 1.10.2.2: #i23447# sort options in subtotal dialog 2004/05/04 16:30:10 dr 1.10.2.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0300b142db6e1a01e7adb950ef35eba78c04fbeb]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/17 15:00:19 dr 1.1.2.12: #i23447# reimpl of pivot table export, step 5: sort info, minor adjustments 2004/05/14 18:36:50 dr 1.1.2.11: #i23447# reimpl of pivot table export, step 4: page field options 2004/05/14 16:21:37 dr 1.1.2.10: #i23447# reimpl of pivot table export, step 3: general field options, data field options 2004/05/13 17:10:24 dr 1.1.2.9: #i23447# reimpl of pivot table export, step 2: raw structure of pivot tables 2004/05/13 12:04:04 dr 1.1.2.8: #i23447# reimpl of pivot table export, step 1: pivot cache 2004/05/12 19:49:23 dr 1.1.2.7: #i23447# import of SXDATETIME, SXBOOLEAN, SXERROR, SXEMPTY cache items 2004/05/12 12:08:57 dr 1.1.2.6: #i23447# import of field layout options 2004/05/11 18:45:18 dr 1.1.2.5: #i23447# import of field autoshow info 2004/05/11 18:19:14 dr 1.1.2.4: #i23447# import of field sort info 2004/05/11 16:02:29 dr 1.1.2.3: #i23447# import of PT fields/items reimplemented 2004/05/11 09:54:19 dr 1.1.2.2: #i23447# import of data field options #2 2004/05/10 18:25:25 dr 1.1.2.1: #i23447# import of data field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cc78393166504468d0d5bc391171c4ab55048646]

        INTEGRATION: CWS fieldoptions (1.8.22); FILE MERGED 2004/05/12 11:41:06 dr 1.8.22.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [203acff619a92c405c36fdd607ec8f8734b0e866]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/17 15:00:19 dr 1.1.2.9: #i23447# reimpl of pivot table export, step 5: sort info, minor adjustments 2004/05/14 16:21:37 dr 1.1.2.8: #i23447# reimpl of pivot table export, step 3: general field options, data field options 2004/05/13 17:10:24 dr 1.1.2.7: #i23447# reimpl of pivot table export, step 2: raw structure of pivot tables 2004/05/13 12:04:04 dr 1.1.2.6: #i23447# reimpl of pivot table export, step 1: pivot cache 2004/05/12 19:49:23 dr 1.1.2.5: #i23447# import of SXDATETIME, SXBOOLEAN, SXERROR, SXEMPTY cache items 2004/05/12 14:03:19 dr 1.1.2.4: #i23447# handling of skipped object 2004/05/12 13:20:04 dr 1.1.2.3: #i23447# sheet name and ScAddress handling 2004/05/12 12:08:57 dr 1.1.2.2: #i23447# import of field layout options 2004/05/12 11:41:04 dr 1.1.2.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1d4cf8b43290134a9a7e67aa57cacfc4384b80da]

        INTEGRATION: CWS fieldoptions (1.8.22); FILE MERGED 2004/05/18 09:54:23 dr 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/12 13:20:04 dr 1.8.22.1: #i23447# sheet name and ScAddress handling

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [12b0990a9775108c118be2f50a2a2137ed1d1c71]

        INTEGRATION: CWS fieldoptions (1.8.22); FILE MERGED 2004/05/12 11:41:05 dr 1.8.22.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b17a6ba83002fd4d6002c018140d6efe4d113f40]

        INTEGRATION: CWS fieldoptions (1.9.22); FILE MERGED 2004/05/13 12:04:04 dr 1.9.22.1: #i23447# reimpl of pivot table export, step 1: pivot cache

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e31bca13e15e7b4c0f1544be985f4854aeae430c]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/18 09:11:23 dr 1.1.2.8: #i22541# memleak, check top/bottom row of source area independently 2004/05/17 19:11:51 dr 1.1.2.7: #i23447# remove old code, #i22541# shrink source range to used cells 2004/05/17 17:39:03 dr 1.1.2.6: #i23447# reimpl of pivot table export, step 6, autoshow, layout, member visibility, SXLI record 2004/05/17 15:00:09 dr 1.1.2.5: #i23447# reimpl of pivot table export, step 5: sort info, minor adjustments 2004/05/14 18:36:49 dr 1.1.2.4: #i23447# reimpl of pivot table export, step 4: page field options 2004/05/14 16:21:36 dr 1.1.2.3: #i23447# reimpl of pivot table export, step 3: general field options, data field options 2004/05/13 17:10:24 dr 1.1.2.2: #i23447# reimpl of pivot table export, step 2: raw structure of pivot tables 2004/05/13 12:04:04 dr 1.1.2.1: #i23447# reimpl of pivot table export, step 1: pivot cache

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0c86293ccd26b6198589b860f0d00ada5dd290cc]

        INTEGRATION: CWS fieldoptions (1.11.22); FILE MERGED 2004/05/13 12:04:03 dr 1.11.22.1: #i23447# reimpl of pivot table export, step 1: pivot cache

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6ab31abc0110abb1812a3fcca6fd7e380337bbe7]

        INTEGRATION: CWS fieldoptions (1.7.22); FILE MERGED 2004/05/12 11:41:05 dr 1.7.22.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [05d75cd523f6fb0441f2a29553324915838cdfe9]

        INTEGRATION: CWS fieldoptions (1.42.22); FILE MERGED 2004/05/12 11:41:05 dr 1.42.22.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d2732056e89a9effc3fc0db26d64e239ee5565b1]

        INTEGRATION: CWS fieldoptions (1.24.70); FILE MERGED 2004/05/13 12:04:03 dr 1.24.70.3: #i23447# reimpl of pivot table export, step 1: pivot cache 2004/05/12 11:41:05 dr 1.24.70.2: #i23447# reimpl of pivot table import completed 2004/05/11 09:54:19 dr 1.24.70.1: #i23447# import of data field options #2

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8b3d5a5439928b11bd67aaa7b8865855943eb874]

        INTEGRATION: CWS fieldoptions (1.45.36); FILE MERGED 2004/05/17 19:11:50 dr 1.45.36.3: #i23447# remove old code, #i22541# shrink source range to used cells 2004/05/12 13:20:03 dr 1.45.36.2: #i23447# sheet name and ScAddress handling 2004/05/12 11:41:05 dr 1.45.36.1: #i23447# reimpl of pivot table import completed

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [80cf7d4042a8b3049431dc1d9033103669ca31b1]

        INTEGRATION: CWS fieldoptions (1.50.22); FILE MERGED 2004/05/17 19:11:50 dr 1.50.22.2: #i23447# remove old code, #i22541# shrink source range to used cells 2004/05/13 12:04:02 dr 1.50.22.1: #i23447# reimpl of pivot table export, step 1: pivot cache

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e95114e85f7bd0cd1f8508d512733889e8f8fa27]

        INTEGRATION: CWS fieldoptions (1.13.224); FILE MERGED 2004/05/12 19:49:22 dr 1.13.224.1: #i23447# import of SXDATETIME, SXBOOLEAN, SXERROR, SXEMPTY cache items

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [af508054060c686a781e0d64766db4667dd6d3b8]

        INTEGRATION: CWS fieldoptions (1.2.2); FILE MERGED 2004/05/27 08:27:47 dr 1.2.2.7: #100000# dialogdiet changes 2004/05/07 10:32:05 dr 1.2.2.6: #i23447# used hierarchy by index 2004/05/07 09:48:18 dr 1.2.2.5: #i23447# hideen members and used hierarchy 2004/05/06 11:12:29 dr 1.2.2.4: #i23447# auto show options in subtotal dialog 2004/05/05 16:01:16 dr 1.2.2.3: #i23447# layout options in subtotal dialog 2004/05/05 14:09:19 dr 1.2.2.2: #i23447# sort options in subtotal dialog 2004/05/04 16:24:34 dr 1.2.2.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4722a410f3f5161c0076905bcba22b62559cabe3]

        INTEGRATION: CWS fieldoptions (1.62.20); FILE MERGED 2004/05/12 19:49:21 dr 1.62.20.2: #i23447# import of SXDATETIME, SXBOOLEAN, SXERROR, SXEMPTY cache items 2004/05/11 18:19:14 dr 1.62.20.1: #i23447# import of field sort info

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1d36c64c3a91161e71854c19667bbad2fe3b3252]

        INTEGRATION: CWS fieldoptions (1.3.2); FILE MERGED 2004/05/18 08:59:03 dr 1.3.2.5: #i23447# support page+data dimension from same field 2004/05/07 11:48:45 dr 1.3.2.4: #i23447# DP subtotal options dialog: used hierarchy updates members list 2004/05/07 09:48:18 dr 1.3.2.3: #i23447# hideen members and used hierarchy 2004/05/05 14:09:18 dr 1.3.2.2: #i23447# sort options in subtotal dialog 2004/05/04 16:24:31 dr 1.3.2.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [62b44e588084b0a50a8da2d2940fe4af25aaf373]

        INTEGRATION: CWS fieldoptions (1.5.20); FILE MERGED 2004/05/27 08:28:10 dr 1.5.20.1: #100000# dialogdiet changes

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [326e4e0369c206c44fa083393f6ce72eb1aa585a]

        INTEGRATION: CWS fieldoptions (1.13.2); FILE MERGED 2004/05/27 08:28:10 dr 1.13.2.4: #100000# dialogdiet changes 2004/05/07 10:32:30 dr 1.13.2.3: #i23447# used hierarchy by index 2004/05/05 14:10:19 dr 1.13.2.2: #i23447# sort options in subtotal dialog 2004/05/04 16:30:11 dr 1.13.2.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [35cdea5a6f1d9acb131d5ed5a3f7cff7af35893a]

        INTEGRATION: CWS fieldoptions (1.7.224); FILE MERGED 2004/05/07 12:46:06 nn 1.7.224.11: #i23447# treat manual sort mode as none as long as there is no manual order 2004/05/04 14:42:35 nn 1.7.224.10: #i23447# use field options API structs 2004/04/22 12:42:07 nn 1.7.224.9: #i23447# use DataPilotFieldReference API struct 2004/04/15 18:55:53 nn 1.7.224.8: RESYNC: (1.7-1.8); FILE MERGED 2004/03/18 13:35:24 nn 1.7.224.7: #i23447# field options in ScDPSaveData 2004/03/05 18:29:08 nn 1.7.224.6: #i23447# row field layout options 2004/02/19 11:04:18 nn 1.7.224.5: #i23447# AutoShow (continued) 2004/02/06 14:54:38 nn 1.7.224.4: #i23447# do column/row percentages and index in UpdateRunningTotals, after sorting 2004/02/02 16:52:54 nn 1.7.224.3: #i23447# sorting (incomplete) 2004/01/22 20:40:27 nn 1.7.224.2: #i23447# handle displayed value with several measures 2004/01/16 19:35:32 nn 1.7.224.1: #i23447# handle options for displayed value

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d1c4d5fdd215b8783019c06c458b40274ed4e637]

        INTEGRATION: CWS fieldoptions (1.4.344); FILE MERGED 2004/05/05 16:57:05 nn 1.4.344.14: #i23447# Calculate: handle SUBTOTAL_FUNC_NONE 2004/05/04 14:42:35 nn 1.4.344.13: #i23447# use field options API structs 2004/04/22 12:42:07 nn 1.4.344.12: #i23447# use DataPilotFieldReference API struct 2004/03/05 18:29:07 nn 1.4.344.11: #i23447# row field layout options 2004/02/19 11:19:27 nn 1.4.344.10: #i23447# DoAutoShow: nothing to do if AutoCount >= member count 2004/02/19 11:04:17 nn 1.4.344.9: #i23447# AutoShow (continued) 2004/02/13 17:08:32 nn 1.4.344.8: #i23447# DoAutoShow (empty) 2004/02/06 14:54:36 nn 1.4.344.7: #i23447# do column/row percentages and index in UpdateRunningTotals, after sorting 2004/02/05 16:35:36 nn 1.4.344.6: #i23447# calculate selected function for measure in addition to manual subtotals 2004/02/02 19:17:11 nn 1.4.344.5: #i23447# correct use of sorted/unsorted indexes 2004/02/02 16:52:54 nn 1.4.344.4: #i23447# sorting (incomplete) 2004/01/22 20:40:27 nn 1.4.344.3: #i23447# handle displayed value with several measures 2004/01/16 19:35:32 nn 1.4.344.2: #i23447# handle options for displayed value 2003/12/12 14:32:35 nn 1.4.344.1: #i23447# use subtotal state struct instead of global variables

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c855907dc2db076b982a4a3ac18b7c337e08d3d1]

        INTEGRATION: CWS fieldoptions (1.3.362); FILE MERGED 2004/05/17 17:35:52 dr 1.3.362.10: #i23447# const correctness 2004/05/17 14:53:42 dr 1.3.362.9: #i23447# const correctness, array deletion 2004/05/11 09:53:17 dr 1.3.362.8: #i23447# duplicate dimension from existing dimension 2004/05/07 10:43:27 nn 1.3.362.7: #i23447# ignore UnknownPropertyException for new properties 2004/05/04 14:42:34 nn 1.3.362.6: #i23447# use field options API structs 2004/04/22 12:42:07 nn 1.3.362.5: #i23447# use DataPilotFieldReference API struct 2004/04/16 09:24:59 nn 1.3.362.4: merge errors 2004/04/15 18:55:21 nn 1.3.362.3: RESYNC: (1.3-1.4); FILE MERGED 2004/03/18 13:35:24 nn 1.3.362.2: #i23447# field options in ScDPSaveData 2004/01/16 19:35:31 nn 1.3.362.1: #i23447# handle options for displayed value

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [93c2f98112216cfdd5786b26d6ff0dbc80d8aa2c]

        INTEGRATION: CWS fieldoptions (1.55.14); FILE MERGED 2004/05/12 18:08:26 sab 1.55.14.5: #i23447#; add fieldoptions 2004/04/15 18:51:46 nn 1.55.14.4: RESYNC: (1.57-1.61); FILE MERGED 2004/03/18 13:35:09 nn 1.55.14.3: #i23447# field options in ScDPSaveData 2004/03/17 10:23:07 nn 1.55.14.2: RESYNC: (1.55-1.57); FILE MERGED 2004/01/16 19:35:09 nn 1.55.14.1: #i23447# handle options for displayed value

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7270cbed621cf8607b0e6c125d658e8a9d0360dd]

        INTEGRATION: CWS fieldoptions (1.2.12); FILE MERGED 2004/05/27 08:27:47 dr 1.2.12.1: #100000# dialogdiet changes

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c15356dbe4f4ebfa54e4edf22532fde0f39a3733]

        INTEGRATION: CWS fieldoptions (1.39.36); FILE MERGED 2004/05/04 16:24:35 dr 1.39.36.1: #i23447# DP data field options dialog

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1f219224f6377230d4a9fa30131cbc0fb8273c48]

        INTEGRATION: CWS fieldoptions (1.2.360); FILE MERGED 2004/05/04 14:42:16 nn 1.2.360.8: #i23447# use field options API structs 2004/04/22 12:41:51 nn 1.2.360.7: #i23447# use DataPilotFieldReference API struct 2004/04/15 18:50:34 nn 1.2.360.6: RESYNC: (1.2-1.3); FILE MERGED 2004/03/18 13:35:09 nn 1.2.360.5: #i23447# field options in ScDPSaveData 2004/03/05 18:28:49 nn 1.2.360.4: #i23447# row field layout options 2004/02/19 11:04:04 nn 1.2.360.3: #i23447# AutoShow (continued) 2004/02/02 16:52:39 nn 1.2.360.2: #i23447# sorting (incomplete) 2004/01/16 19:35:09 nn 1.2.360.1: #i23447# handle options for displayed value

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5d43b78f4c1c0bca33dcb8e8b38904f1cc940eb0]

        INTEGRATION: CWS fieldoptions (1.2.360); FILE MERGED 2004/04/22 12:41:50 nn 1.2.360.11: #i23447# use DataPilotFieldReference API struct 2004/03/05 18:28:48 nn 1.2.360.10: #i23447# row field layout options 2004/02/19 11:04:04 nn 1.2.360.9: #i23447# AutoShow (continued) 2004/02/13 17:08:10 nn 1.2.360.8: #i23447# DoAutoShow (empty) 2004/02/06 14:53:18 nn 1.2.360.7: #i23447# do column/row percentages and index in UpdateRunningTotals, after sorting 2004/02/05 16:35:25 nn 1.2.360.6: #i23447# calculate selected function for measure in addition to manual subtotals 2004/02/02 19:16:56 nn 1.2.360.5: #i23447# correct use of sorted/unsorted indexes 2004/02/02 16:52:38 nn 1.2.360.4: #i23447# sorting (incomplete) 2004/01/22 20:39:58 nn 1.2.360.3: #i23447# handle displayed value with several measures 2004/01/16 19:35:09 nn 1.2.360.2: #i23447# handle options for displayed value 2003/12/12 14:32:09 nn 1.2.360.1: #i23447# use subtotal state struct instead of global variables

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [55e34779db2abced7f35f8c483d9a9ca3c172b82]

        INTEGRATION: CWS fieldoptions (1.2.362); FILE MERGED 2004/05/17 17:35:43 dr 1.2.362.8: #i23447# const correctness 2004/05/17 14:53:23 dr 1.2.362.7: #i23447# const correctness, array deletion 2004/05/11 09:52:48 dr 1.2.362.6: #i23447# duplicate dimension from existing dimension 2004/05/04 14:42:16 nn 1.2.362.5: #i23447# use field options API structs 2004/04/22 12:41:49 nn 1.2.362.4: #i23447# use DataPilotFieldReference API struct 2004/04/15 18:50:18 nn 1.2.362.3: RESYNC: (1.2-1.3); FILE MERGED 2004/03/18 13:35:08 nn 1.2.362.2: #i23447# field options in ScDPSaveData 2004/01/16 19:35:08 nn 1.2.362.1: #i23447# handle options for displayed value

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6328ba5366c930fd2d82b2bec5697017bf37c160]

        INTEGRATION: CWS fieldoptions (1.4.2); FILE MERGED 2004/05/12 18:08:25 sab 1.4.2.1: #i23447#; add fieldoptions

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7c0db8e8b1c20d37df387ec126ee2faf082b0109]

        INTEGRATION: CWS fieldoptions (1.18.4); FILE MERGED 2004/05/04 10:24:54 sab 1.18.4.2: #i23447#; add field options 2004/04/22 11:37:18 sab 1.18.4.1: #i23447# add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [641af30a1948afede61b579f6f1085f77d904e5c]

        INTEGRATION: CWS fieldoptions (1.2.6); FILE MERGED 2004/05/04 10:24:54 sab 1.2.6.1: #i23447#; add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1333325838f68641572a72ac3181670f9bf9615a]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/04 10:19:23 sab 1.1.2.1: #i23447#; add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [416fd44ba12f2731f46312efa866bfe22749d37d]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/04 10:19:10 sab 1.1.2.1: #i23447#; add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2132796cf3340facc1c67405a950dae78047b7e1]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/04 10:19:01 sab 1.1.2.1: #i23447#; add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4405aacab84a8005aca407c269d96b71f047f5f4]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/04 10:24:54 sab 1.1.2.2: #i23447#; add field options 2004/04/22 11:36:56 sab 1.1.2.1: #i23447# add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [338e1e011c24232a5058b1281bc99571ae390c8f]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/04 10:24:54 sab 1.1.2.2: #i23447#; add field options 2004/04/22 11:36:47 sab 1.1.2.1: #i23447# add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3c58d784e036b6463b221b2ff2dc122278ddf7d2]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/13 13:40:05 nn 1.1.2.3: #i23447# missing descriptions added 2004/05/04 10:24:54 sab 1.1.2.2: #i23447#; add field options 2004/04/22 11:36:36 sab 1.1.2.1: #i23447# add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3f32146385f19d2297c649c87dd7af0cb5ffa48a]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/04 10:18:52 sab 1.1.2.1: #i23447#; add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b5f2b58cd76aea637e5d612b2e12ce5227f74553]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/13 13:40:05 nn 1.1.2.2: #i23447# missing descriptions added 2004/05/04 10:18:42 sab 1.1.2.1: #i23447#; add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [899d1ad5676a92ad4691d1f075ec822f48b0995c]

        INTEGRATION: CWS fieldoptions (1.1.2); FILE ADDED 2004/05/13 13:40:04 nn 1.1.2.2: #i23447# missing descriptions added 2004/05/04 10:18:33 sab 1.1.2.1: #i23447#; add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0b879adc5956520b1880b2059315115830b367e0]

        INTEGRATION: CWS fieldoptions (1.5.6); FILE MERGED 2004/05/13 13:40:04 nn 1.5.6.2: #i23447# missing descriptions added 2004/05/04 10:24:53 sab 1.5.6.1: #i23447#; add field options

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f4cd558f4f9986bbe8739dabd5aa69d6e2313650]

        INTEGRATION: CWS fieldoptions (1.55.6); FILE MERGED 2004/05/19 11:11:34 dr 1.55.6.3: #100000# merge error 2004/05/18 09:43:11 dr 1.55.6.2: RESYNC: (1.55-1.56); FILE MERGED 2004/05/12 18:13:15 sab 1.55.6.1: #i23447#; add fieldoptions

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [697e6f2e57d00a9bafde3385c01621c06ddc5bb0]

        INTEGRATION: CWS rowlimit (1.21.54); FILE MERGED 2004/02/26 19:06:45 jmarmion 1.21.54.4: #i1967# setp 5 changes. 2004/02/11 13:48:49 er 1.21.54.3: RESYNC: (1.22-1.23); FILE MERGED 2004/01/21 14:19:04 er 1.21.54.2: RESYNC: (1.21-1.22); FILE MERGED 2004/01/16 17:43:11 er 1.21.54.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4dd671aca3cb7fda033fa5add04cf2633b36e64a]

        INTEGRATION: CWS rowlimit (1.5.310); FILE MERGED 2004/01/16 17:43:04 er 1.5.310.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3cc028891ee5a42adfda7feeb429998eff83271a]

        INTEGRATION: CWS rowlimit (1.7.308); FILE MERGED 2004/02/26 15:28:15 er 1.7.308.6: #i1967# type correctness 2004/02/11 13:50:42 er 1.7.308.5: RESYNC: (1.7-1.8); FILE MERGED 2004/02/04 11:28:24 er 1.7.308.4: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/23 18:15:05 er 1.7.308.3: #i1967# restructure ScAddress to use SCCOL/SCROW/SCTAB instead of one single UINT32; make converting ctors explicit 2004/01/15 12:43:16 er 1.7.308.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:07 er 1.7.308.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c278090bc5198332e2581e0e403591c9cf44b610]

        INTEGRATION: CWS rowlimit (1.6.302); FILE MERGED 2004/02/26 15:27:11 er 1.6.302.5: #i1967# type correctness 2004/02/20 22:49:06 er 1.6.302.4: #i1967# type correctness 2004/02/11 13:55:16 er 1.6.302.3: RESYNC: (1.6-1.7); FILE MERGED 2004/02/04 11:28:18 er 1.6.302.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/13 20:04:47 er 1.6.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1dd16c1a5d746a3fd899e901420ff022388ba42f]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/13 20:04:36 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [31c90c02872c57d7f10f2720b359b17752e2c20f]

        #i10000# type changes

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e9bcc6bb7149ab313b2d54cfe20ee4e38db37898]

        INTEGRATION: CWS rowlimit (1.3.334); FILE MERGED 2004/02/04 11:28:14 er 1.3.334.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/14 14:15:00 er 1.3.334.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6ce47f9174d243b07f4944a5a3020e2541a57751]

        INTEGRATION: CWS rowlimit (1.18.178); FILE MERGED 2004/05/06 16:01:08 er 1.18.178.3: #i1967# type correctness 2004/04/23 16:43:02 er 1.18.178.2: #i1967# adapt to higher row limit 2004/01/14 14:14:59 er 1.18.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5d07429e8f5552313165f6f9befbbb14999f380c]

        INTEGRATION: CWS rowlimit (1.17.16); FILE MERGED 2004/03/25 21:35:58 er 1.17.16.6: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/11 13:35:37 er 1.17.16.5: #i1967# void* casts and ambiguities 2004/03/04 18:16:25 er 1.17.16.4: #i1967# type correctness 2004/03/01 16:21:16 jmarmion 1.17.16.3: #i1967# step 5 changes. 2004/02/11 14:03:46 er 1.17.16.2: RESYNC: (1.17-1.18); FILE MERGED 2004/01/19 15:53:06 jmarmion 1.17.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2d61874e9bc4d4ecbf4eba1b08dbf10f3fab84ec]

        INTEGRATION: CWS rowlimit (1.32.70); FILE MERGED 2004/03/25 17:46:32 er 1.32.70.7: #i1967# consolidate ColToAlpha,AlphaToCol methods 2004/03/15 17:39:03 er 1.32.70.6: RESYNC: (1.34-1.36); FILE MERGED 2004/03/07 11:31:34 jmarmion 1.32.70.5: #i1967# step 5 changes. 2004/02/11 14:08:15 er 1.32.70.4: RESYNC: (1.33-1.34); FILE MERGED 2004/02/04 11:28:02 er 1.32.70.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/21 14:46:02 er 1.32.70.2: RESYNC: (1.32-1.33); FILE MERGED 2004/01/09 20:51:34 er 1.32.70.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2b17260e9edefd7daca516dccc4689420480f2ed]

        INTEGRATION: CWS rowlimit (1.24.72); FILE MERGED 2004/04/29 16:16:20 er 1.24.72.14: RESYNC: (1.28-1.30); FILE MERGED 2004/03/15 17:40:53 er 1.24.72.13: RESYNC: (1.26-1.28); FILE MERGED 2004/03/11 12:05:48 er 1.24.72.12: #i1967# type correctness 2004/03/05 20:35:52 er 1.24.72.11: #i1967# type correctness 2004/03/01 17:44:05 er 1.24.72.10: #i1967# type correctness 2004/02/26 21:02:28 er 1.24.72.9: #i1967# type correctness 2004/02/26 19:42:12 er 1.24.72.8: #i1967# type correctness 2004/02/24 20:20:21 er 1.24.72.7: #i1967# type correctness 2004/02/16 13:28:20 er 1.24.72.6: #i1967# remove address typedefs of master workspace 2004/02/11 14:11:41 er 1.24.72.5: RESYNC: (1.25-1.26); FILE MERGED 2004/01/21 14:47:41 er 1.24.72.4: RESYNC: (1.24-1.25); FILE MERGED 2004/01/16 17:39:46 er 1.24.72.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:15:01 er 1.24.72.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:22 er 1.24.72.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e13f3d0f41057dbc7ff2ec40785f228251fa229c]

        INTEGRATION: CWS rowlimit (1.16.72); FILE MERGED 2004/03/15 17:40:20 er 1.16.72.5: RESYNC: (1.16-1.17); FILE MERGED 2004/03/05 12:16:01 er 1.16.72.4: #i1967# type correctness 2004/03/03 20:32:18 er 1.16.72.3: #i1967# type correctness 2004/01/16 17:39:43 er 1.16.72.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:53 er 1.16.72.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Rüdiger Timm  <rt@openoffice.org>  [bfbb1013e1f12cd4f3fedc6749faad705a3c4bd7]

        #i10000# No hedabu necessary here.

2004-06-04  Rüdiger Timm  <rt@openoffice.org>  [ace7d95f2bce40ce153273aa4325de7388898c32]

        #i10000# No hedabu necessary here.

2004-06-04  Rüdiger Timm  <rt@openoffice.org>  [35916b11beb342ec7948e2469358256145dd88de]

        #i10000# No hedabu necessary here.

2004-06-04  Rüdiger Timm  <rt@openoffice.org>  [f32904e67fb4c765a391e9a3ce93ad2bf6072a8e]

        #i10000# No hedabu necessary here.

2004-06-04  Rüdiger Timm  <rt@openoffice.org>  [5e3bf17ce5287c2b9e9fb426478d60d4668fb9bf]

        #i10000# No hedabu necessary here.

2004-06-04  Rüdiger Timm  <rt@openoffice.org>  [88362b145a78afa027c5bc1c957666afdecb3c8c]

        #i10000# No hedabu necessary here.

2004-06-04  Ingo Schmidt  <is@openoffice.org>  [d8cf7396cbf69be5e6297a7c542c548dd47210ef]

        #i25326# new images.zip Issue number: Submitted by: Reviewed by:

2004-06-04  Ingo Schmidt  <is@openoffice.org>  [22d53c4cc5d75d9e2759a5d584be1d7eb3fb38a9]

        #i25326# adding images.zip Issue number: Submitted by: Reviewed by:

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5e343c9851f94ba56baa1ffd0f885d4d62cb1c51]

        INTEGRATION: CWS rowlimit (1.6.328); FILE MERGED 2004/02/11 13:49:27 er 1.6.328.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/16 17:43:13 er 1.6.328.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [51ffe99772f86b6c64e057f5d240654cf7989667]

        INTEGRATION: CWS rowlimit (1.19.194); FILE MERGED 2004/03/17 12:24:59 er 1.19.194.6: #i1967# type correctness (ScMatrix parameters are SCSIZE now) 2004/03/11 12:07:50 er 1.19.194.5: #i1967# type correctness 2004/03/03 21:36:28 er 1.19.194.4: #i1967# type correctness 2004/02/26 19:10:14 jmarmion 1.19.194.3: #i1967# setp 5 changes. 2004/02/11 13:49:17 er 1.19.194.2: RESYNC: (1.19-1.20); FILE MERGED 2004/01/16 17:43:13 er 1.19.194.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c9d74e3ea79dd30a9aa9f7a142b8300c9c3b3b2b]

        INTEGRATION: CWS rowlimit (1.12.26); FILE MERGED 2004/02/26 19:08:45 jmarmion 1.12.26.3: #i1967# setp 5 changes. 2004/02/11 13:49:07 er 1.12.26.2: RESYNC: (1.12-1.13); FILE MERGED 2004/01/16 17:43:12 er 1.12.26.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8db253dfc1cc25dff6e2e50bce4f30b681eb3358]

        INTEGRATION: CWS rowlimit (1.5.310); FILE MERGED 2004/01/16 17:43:12 er 1.5.310.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [21defd917e91c4fbdc71e85e90d641ff8d1957d2]

        INTEGRATION: CWS rowlimit (1.23.202); FILE MERGED 2004/03/19 16:20:21 er 1.23.202.4: #i1967# type correctness (pass SCTAB to ScExtDocOptions::SetExtTabOptions()/GetExtTabOptions()) 2004/02/26 19:07:55 jmarmion 1.23.202.3: #i1967# setp 5 changes. 2004/02/11 13:48:58 er 1.23.202.2: RESYNC: (1.23-1.25); FILE MERGED 2004/01/16 17:43:12 er 1.23.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [510f1be59994f023bf45f902d0c7da51ed195cc8]

        INTEGRATION: CWS rowlimit (1.23.16); FILE MERGED 2004/05/27 19:22:37 er 1.23.16.4: #i1967# PasteFromClip: check for OffLimits condition 2004/02/26 19:05:59 jmarmion 1.23.16.3: #i1967# setp 5 changes. 2004/02/11 13:48:40 er 1.23.16.2: RESYNC: (1.23-1.25); FILE MERGED 2004/01/16 17:43:11 er 1.23.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6e9edfd521862bed55c640968e42b2be4ca8b364]

        INTEGRATION: CWS rowlimit (1.20.14); FILE MERGED 2004/05/06 16:01:14 er 1.20.14.5: #i1967# type correctness 2004/03/15 17:16:30 er 1.20.14.4: RESYNC: (1.20-1.22); FILE MERGED 2004/03/03 21:36:28 er 1.20.14.3: #i1967# type correctness 2004/02/26 19:04:59 jmarmion 1.20.14.2: #i1967# setp 5 changes. 2004/01/16 17:43:10 er 1.20.14.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [93e384afb89b1a34ca0e21bd155718ce8ef86937]

        INTEGRATION: CWS rowlimit (1.39.12); FILE MERGED 2004/04/29 16:39:27 er 1.39.12.9: RESYNC: (1.42-1.44); FILE MERGED 2004/03/25 21:36:05 er 1.39.12.8: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/19 16:20:20 er 1.39.12.7: #i1967# type correctness (pass SCTAB to ScExtDocOptions::SetExtTabOptions()/GetExtTabOptions()) 2004/03/15 17:16:22 er 1.39.12.6: RESYNC: (1.41-1.42); FILE MERGED 2004/03/03 21:36:28 er 1.39.12.5: #i1967# type correctness 2004/02/26 19:00:05 jmarmion 1.39.12.4: #i1967# setp 5 changes. 2004/02/11 13:48:30 er 1.39.12.3: RESYNC: (1.40-1.41); FILE MERGED 2004/01/21 14:18:51 er 1.39.12.2: RESYNC: (1.39-1.40); FILE MERGED 2004/01/16 17:43:10 er 1.39.12.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c81c84ec54a366df64c3e74e46d02dd6a11e0ed4]

        INTEGRATION: CWS rowlimit (1.6.12); FILE MERGED 2004/02/13 11:33:27 er 1.6.12.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bc553d9fe2dc2d353befc52f03c814c971265d1e]

        INTEGRATION: CWS rowlimit (1.5.202); FILE MERGED 2004/03/03 21:36:27 er 1.5.202.5: #i1967# type correctness 2004/02/26 18:42:02 jmarmion 1.5.202.4: #i1967# setp 5 changes. 2004/02/13 11:33:26 er 1.5.202.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:48:09 er 1.5.202.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/16 17:43:09 er 1.5.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [857dfb0f662c405c52a370050c2680f403dbb94a]

        INTEGRATION: CWS rowlimit (1.6.322); FILE MERGED 2004/01/16 17:43:09 er 1.6.322.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e24293dc2b6a4ab361fea4a37a033b59710a73a0]

        INTEGRATION: CWS rowlimit (1.4.304); FILE MERGED 2004/02/04 11:28:33 er 1.4.304.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/23 18:15:06 er 1.4.304.2: #i1967# restructure ScAddress to use SCCOL/SCROW/SCTAB instead of one single UINT32; make converting ctors explicit 2004/01/16 17:43:08 er 1.4.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d11449ab6beb54ad4b5d84268eec4a523800e3f9]

        INTEGRATION: CWS rowlimit (1.10.16); FILE MERGED 2004/02/26 18:39:36 jmarmion 1.10.16.2: #i1967# setp 5 changes. 2004/01/16 17:43:08 er 1.10.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1a5376669abee25b3f2a5fd32723512e9586df51]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/02/26 18:38:47 jmarmion 1.1.1.1.346.1: #i1967# setp 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0a30403e600ff41f9260cd18d4e0c790a170c424]

        INTEGRATION: CWS rowlimit (1.6.302); FILE MERGED 2004/01/16 17:43:08 er 1.6.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3e3227cefbdfd0e84c97189fa1e85e257fdad112]

        INTEGRATION: CWS rowlimit (1.33.124); FILE MERGED 2004/04/29 16:39:16 er 1.33.124.5: RESYNC: (1.34-1.36); FILE MERGED 2004/03/03 21:36:27 er 1.33.124.4: #i1967# type correctness 2004/02/26 18:37:56 jmarmion 1.33.124.3: #i1967# setp 5 changes. 2004/02/11 13:48:00 er 1.33.124.2: RESYNC: (1.33-1.34); FILE MERGED 2004/01/16 17:43:07 er 1.33.124.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [384f2d8a889be459bcd77ee8b9ed096483151b80]

        INTEGRATION: CWS rowlimit (1.18.16); FILE MERGED 2004/03/25 21:36:04 er 1.18.16.6: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/15 17:16:15 er 1.18.16.5: RESYNC: (1.20-1.21); FILE MERGED 2004/02/26 18:37:27 jmarmion 1.18.16.4: #i1967# setp 5 changes. 2004/02/11 13:47:49 er 1.18.16.3: RESYNC: (1.19-1.20); FILE MERGED 2004/01/21 14:18:40 er 1.18.16.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/16 17:43:07 er 1.18.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a8ce391eb90e90e2532525cc672bae73e3e6b2ab]

        INTEGRATION: CWS rowlimit (1.13.202); FILE MERGED 2004/01/16 17:43:07 er 1.13.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [65b11f9b98d364aa0b3f58c27b0a552d48f77aca]

        INTEGRATION: CWS rowlimit (1.11.156); FILE MERGED 2004/04/29 16:39:06 er 1.11.156.4: RESYNC: (1.12-1.13); FILE MERGED 2004/02/26 18:36:21 jmarmion 1.11.156.3: #i1967# setp 5 changes. 2004/02/11 13:47:28 er 1.11.156.2: RESYNC: (1.11-1.12); FILE MERGED 2004/01/16 17:43:06 er 1.11.156.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [63bd759c3a372df646eeb34c22122ac78ce3fe1b]

        INTEGRATION: CWS rowlimit (1.2.302); FILE MERGED 2004/02/26 18:35:51 jmarmion 1.2.302.4: #i1967# setp 5 changes. 2004/02/11 13:47:19 er 1.2.302.3: RESYNC: (1.2-1.3); FILE MERGED 2004/02/04 11:28:32 er 1.2.302.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/16 17:43:06 er 1.2.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a31c22bfc458d549bbc410dbaae13a869d638699]

        INTEGRATION: CWS rowlimit (1.35.62); FILE MERGED 2004/03/25 21:36:04 er 1.35.62.6: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/18 19:42:51 er 1.35.62.5: #i1967# type correctness (ScChartPositionMap using SCSIZE) 2004/03/03 21:36:26 er 1.35.62.4: #i1967# type correctness 2004/02/26 18:35:13 jmarmion 1.35.62.3: #i1967# setp 5 changes. 2004/02/11 13:47:08 er 1.35.62.2: RESYNC: (1.35-1.36); FILE MERGED 2004/01/16 17:43:06 er 1.35.62.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a85c451ca8c665be93466087c1fe0a6ed4882ff8]

        INTEGRATION: CWS rowlimit (1.8.304); FILE MERGED 2004/03/25 21:36:04 er 1.8.304.3: #i1967# use ValidCol,ValidRow,ValidTab 2004/02/26 18:32:15 jmarmion 1.8.304.2: #i1967# setp 5 changes. 2004/01/16 17:43:05 er 1.8.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8c45d2c7ed6952983f8910c05b7d63a6d2599525]

        INTEGRATION: CWS rowlimit (1.15.302); FILE MERGED 2004/04/29 16:38:57 er 1.15.302.4: RESYNC: (1.16-1.17); FILE MERGED 2004/02/26 18:31:40 jmarmion 1.15.302.3: #i1967# setp 5 changes. 2004/02/11 13:46:58 er 1.15.302.2: RESYNC: (1.15-1.16); FILE MERGED 2004/01/16 17:43:05 er 1.15.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e370caf88a45c679b13bd84ccb5a6238475457dd]

        INTEGRATION: CWS rowlimit (1.5.334); FILE MERGED 2004/03/03 21:36:26 er 1.5.334.5: #i1967# type correctness 2004/02/26 18:30:23 jmarmion 1.5.334.4: #i1967# setp 5 changes. 2004/02/11 13:46:37 er 1.5.334.3: RESYNC: (1.6-1.7); FILE MERGED 2004/01/21 14:18:27 er 1.5.334.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/16 17:43:05 er 1.5.334.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [aa8ec48dc73e5594d361ef8af9cdd86021be1e71]

        INTEGRATION: CWS rowlimit (1.11.194); FILE MERGED 2004/03/03 21:36:25 er 1.11.194.4: #i1967# type correctness 2004/02/26 18:20:37 jmarmion 1.11.194.3: #i1967# step 5 changes. 2004/02/04 11:28:32 er 1.11.194.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/16 17:43:04 er 1.11.194.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3e7ba3b5000e79106dee82c32389d58df695e4a8]

        INTEGRATION: CWS rowlimit (1.31.16); FILE MERGED 2004/04/29 16:38:49 er 1.31.16.10: RESYNC: (1.34-1.35); FILE MERGED 2004/04/06 14:17:07 er 1.31.16.9: #i1967# change REPEAT_NONE to SCCOL_REPEAT_NONE,SCROW_REPEAT_NONE 2004/03/16 09:47:42 er 1.31.16.8: #i1967# scope 2004/03/15 17:16:08 er 1.31.16.7: RESYNC: (1.33-1.34); FILE MERGED 2004/03/03 21:36:25 er 1.31.16.6: #i1967# type correctness 2004/02/26 18:19:07 jmarmion 1.31.16.5: #i1967# step 5 changes. 2004/02/11 13:46:27 er 1.31.16.4: RESYNC: (1.32-1.33); FILE MERGED 2004/02/04 11:28:31 er 1.31.16.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/21 14:18:14 er 1.31.16.2: RESYNC: (1.31-1.32); FILE MERGED 2004/01/16 17:43:03 er 1.31.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bf9473e59feeb8e4fa459068cccc63d080066db4]

        INTEGRATION: CWS rowlimit (1.19.178); FILE MERGED 2004/02/11 13:46:17 er 1.19.178.2: RESYNC: (1.19-1.20); FILE MERGED 2004/01/16 17:43:03 er 1.19.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6cfd84e9d4e134b447b0f5dd364309d0e7bcb084]

        INTEGRATION: CWS rowlimit (1.9.202); FILE MERGED 2004/03/03 21:36:25 er 1.9.202.3: #i1967# type correctness 2004/02/26 18:15:43 jmarmion 1.9.202.2: #i1967# step 5 changes. 2004/01/16 17:43:03 er 1.9.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [20ee4553471229d6bd174eb570b889818e3b291c]

        INTEGRATION: CWS rowlimit (1.22.156); FILE MERGED 2004/03/03 21:36:24 er 1.22.156.4: #i1967# type correctness 2004/02/26 18:14:39 jmarmion 1.22.156.3: #i1967# step 5 changes. 2004/01/21 14:18:02 er 1.22.156.2: RESYNC: (1.22-1.23); FILE MERGED 2004/01/16 17:43:02 er 1.22.156.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [07bdd37d2b1fa9ec0bad73637ab11816d2eee3ae]

        INTEGRATION: CWS rowlimit (1.3.310); FILE MERGED 2004/01/16 17:43:02 er 1.3.310.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2eb39c98f1ed3c7b4dc11b66b062a6da0c80bc4d]

        INTEGRATION: CWS rowlimit (1.1.308); FILE MERGED 2004/03/03 21:36:24 er 1.1.308.3: #i1967# type correctness 2004/02/26 18:12:41 jmarmion 1.1.308.2: #i1967# step 5 changes. 2004/01/16 17:43:02 er 1.1.308.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6a8e4d90747e37aff723b9b232aff6274e3d6c31]

        INTEGRATION: CWS rowlimit (1.9.26); FILE MERGED 2004/03/03 21:36:24 er 1.9.26.4: #i1967# type correctness 2004/02/11 13:46:08 er 1.9.26.3: RESYNC: (1.10-1.11); FILE MERGED 2004/01/21 14:17:49 er 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/16 17:43:01 er 1.9.26.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0887e5eb141c9512f3b99912f00698cab60cc11b]

        INTEGRATION: CWS rowlimit (1.36.34); FILE MERGED 2004/03/11 12:07:50 er 1.36.34.7: #i1967# type correctness 2004/03/03 21:36:23 er 1.36.34.6: #i1967# type correctness 2004/02/26 18:11:08 jmarmion 1.36.34.5: #i1967# step 5 changes. 2004/02/13 11:33:26 er 1.36.34.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:45:58 er 1.36.34.3: RESYNC: (1.37-1.38); FILE MERGED 2004/01/21 14:17:37 er 1.36.34.2: RESYNC: (1.36-1.37); FILE MERGED 2004/01/16 17:43:01 er 1.36.34.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cd728a56e5f59c34a170ea58899da45a9b97d2fd]

        INTEGRATION: CWS rowlimit (1.18.200); FILE MERGED 2004/03/25 21:36:03 er 1.18.200.9: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/18 17:14:30 er 1.18.200.8: #i1967# type correctness 2004/03/15 17:16:00 er 1.18.200.7: RESYNC: (1.21-1.22); FILE MERGED 2004/03/03 21:36:23 er 1.18.200.6: #i1967# type correctness 2004/02/26 18:01:08 jmarmion 1.18.200.5: #i1967# step 5 changes. 2004/02/11 13:45:47 er 1.18.200.4: RESYNC: (1.20-1.21); FILE MERGED 2004/02/04 11:28:30 er 1.18.200.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/21 14:17:23 er 1.18.200.2: RESYNC: (1.18-1.20); FILE MERGED 2004/01/16 17:43:00 er 1.18.200.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ddb51f8a4827464a9b7d177499c6a732b532dca9]

        INTEGRATION: CWS rowlimit (1.6.180); FILE MERGED 2004/02/26 17:59:44 jmarmion 1.6.180.3: #i1967# step 5 changes. 2004/02/11 13:45:38 er 1.6.180.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/16 17:43:00 er 1.6.180.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6bee8c987228c60e98463ac2a96ce67ff271c248]

        INTEGRATION: CWS rowlimit (1.5.28); FILE MERGED 2004/01/16 17:43:00 er 1.5.28.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f6790d1882f8d7e541e22ff55faf9c20d8e7653c]

        INTEGRATION: CWS rowlimit (1.13.10); FILE MERGED 2004/03/15 17:15:52 er 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/26 17:58:19 jmarmion 1.13.10.1: #i1967# step 5 changes.

2004-06-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [984c35d825fe1ab28cc6f0e5d3629679a89ea914]

        #i10000# fix switches for symbols

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9f6ba0b96fd2640d37419f5636150b719a2c4a78]

        INTEGRATION: CWS rowlimit (1.12.178); FILE MERGED 2004/01/16 17:42:59 er 1.12.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a7090fc53e292f5c273eb1845e3dd6394357046a]

        INTEGRATION: CWS rowlimit (1.20.26); FILE MERGED 2004/05/06 16:01:14 er 1.20.26.7: #i1967# type correctness 2004/04/29 16:38:35 er 1.20.26.6: RESYNC: (1.21-1.22); FILE MERGED 2004/03/25 21:36:03 er 1.20.26.5: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/03 21:36:22 er 1.20.26.4: #i1967# type correctness 2004/02/26 17:55:19 jmarmion 1.20.26.3: #i1967# step 5 changes. 2004/02/11 13:44:55 er 1.20.26.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/16 17:42:59 er 1.20.26.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [de3d80e66552140303952c53f23fc3e3a98853c8]

        INTEGRATION: CWS rowlimit (1.7.26); FILE MERGED 2004/02/11 13:44:44 er 1.7.26.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/16 17:42:59 er 1.7.26.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6d22412c7383ec97386769edb05cab14d0573b41]

        INTEGRATION: CWS rowlimit (1.4.16); FILE MERGED 2004/04/29 16:38:27 er 1.4.16.4: RESYNC: (1.4-1.5); FILE MERGED 2004/03/03 21:36:22 er 1.4.16.3: #i1967# type correctness 2004/02/26 17:48:28 jmarmion 1.4.16.2: #i1967# step 5 changes. 2004/01/16 17:42:58 er 1.4.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5a8ceb9967050db47460cba7b18152e2c37f6a1e]

        INTEGRATION: CWS rowlimit (1.44.70); FILE MERGED 2004/05/06 16:01:13 er 1.44.70.11: #i1967# type correctness 2004/04/29 16:38:17 er 1.44.70.10: RESYNC: (1.49-1.51); FILE MERGED 2004/03/18 17:14:29 er 1.44.70.9: #i1967# type correctness 2004/03/15 17:15:45 er 1.44.70.8: RESYNC: (1.47-1.49); FILE MERGED 2004/03/03 21:36:21 er 1.44.70.7: #i1967# type correctness 2004/02/26 17:30:36 jmarmion 1.44.70.6: #i1967# step 5 changes. 2004/02/13 11:33:26 er 1.44.70.5: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:44:31 er 1.44.70.4: RESYNC: (1.45-1.47); FILE MERGED 2004/02/04 11:28:29 er 1.44.70.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/21 14:16:32 er 1.44.70.2: RESYNC: (1.44-1.45); FILE MERGED 2004/01/16 17:42:58 er 1.44.70.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7a705fb41e05780091020f16403a9af965fe4fd2]

        INTEGRATION: CWS rowlimit (1.18.202); FILE MERGED 2004/02/26 17:02:05 jmarmion 1.18.202.2: #i1967# step 5 changes 2004/01/16 17:42:57 er 1.18.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bb1b0db19c919169a6643e0db087cf7f57668eb6]

        INTEGRATION: CWS rowlimit (1.21.26); FILE MERGED 2004/02/26 16:59:41 jmarmion 1.21.26.4: #i1967# step 5 changes 2004/02/11 13:44:06 er 1.21.26.3: RESYNC: (1.22-1.23); FILE MERGED 2004/01/21 14:16:17 er 1.21.26.2: RESYNC: (1.21-1.22); FILE MERGED 2004/01/16 17:42:57 er 1.21.26.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [81b1f0f0ae53368f78039af546e1f758f5644388]

        INTEGRATION: CWS rowlimit (1.14.56); FILE MERGED 2004/01/16 17:42:56 er 1.14.56.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a1e3911d4bbcd1c72dd1a590ee68bf2c4260f943]

        INTEGRATION: CWS rowlimit (1.3.330); FILE MERGED 2004/03/25 21:36:03 er 1.3.330.3: #i1967# use ValidCol,ValidRow,ValidTab 2004/02/26 16:58:44 jmarmion 1.3.330.2: #i1967# step 5 changes 2004/01/16 17:42:56 er 1.3.330.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [85dbd547ecafc59cd4b86c95fb4ddef00fbe1f0d]

        INTEGRATION: CWS rowlimit (1.3.324); FILE MERGED 2004/01/16 17:42:56 er 1.3.324.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [787a147713121cfd30767d921b4eb56152e3f7af]

        INTEGRATION: CWS rowlimit (1.4.302); FILE MERGED 2004/04/29 16:38:08 er 1.4.302.3: RESYNC: (1.4-1.5); FILE MERGED 2004/02/26 16:56:46 jmarmion 1.4.302.2: #i1967# step 5 changes 2004/01/16 17:42:55 er 1.4.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [68cccbdaba03a5e97e4a0826c559ad368595bd7b]

        INTEGRATION: CWS rowlimit (1.7.302); FILE MERGED 2004/05/06 16:01:13 er 1.7.302.2: #i1967# type correctness 2004/01/16 17:42:55 er 1.7.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7bc546d34fdf3031596566a2cd5e68a59d90ee16]

        INTEGRATION: CWS rowlimit (1.9.304); FILE MERGED 2004/02/26 16:52:58 jmarmion 1.9.304.3: #i1967# step 5 changes 2004/02/11 13:43:54 er 1.9.304.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/16 17:42:55 er 1.9.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a7655b11ebda1c47eaf771a50b495e2fbea1cf11]

        INTEGRATION: CWS rowlimit (1.6.12); FILE MERGED 2004/03/03 21:36:21 er 1.6.12.2: #i1967# type correctness 2004/02/26 16:49:25 jmarmion 1.6.12.1: #i1967# step 5 changes

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fc82980e53523d99ecaba8c7ade74076896b5b30]

        INTEGRATION: CWS rowlimit (1.10.302); FILE MERGED 2004/04/29 16:37:59 er 1.10.302.3: RESYNC: (1.10-1.11); FILE MERGED 2004/02/26 16:49:24 jmarmion 1.10.302.2: #i1967# step 5 changes 2004/01/16 17:42:55 er 1.10.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7463e4d56c0c93051e0d1ec84a74448fdcce5fea]

        INTEGRATION: CWS rowlimit (1.15.74); FILE MERGED 2004/05/06 16:01:13 er 1.15.74.5: #i1967# type correctness 2004/03/03 21:48:30 er 1.15.74.4: #i1967# type correctness 2004/03/03 21:36:20 er 1.15.74.3: #i1967# type correctness 2004/02/11 13:43:29 er 1.15.74.2: RESYNC: (1.15-1.16); FILE MERGED 2004/01/16 17:42:54 er 1.15.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a2028c0c486811149dabbc41b8f65850abb60e25]

        INTEGRATION: CWS rowlimit (1.25.302); FILE MERGED 2004/02/26 16:49:22 jmarmion 1.25.302.3: #i1967# step 5 changes 2004/02/11 13:43:18 er 1.25.302.2: RESYNC: (1.25-1.26); FILE MERGED 2004/01/16 17:42:54 er 1.25.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a40d1eb91b13075664822bd58b076295ad00c6c8]

        INTEGRATION: CWS rowlimit (1.21.74); FILE MERGED 2004/04/29 16:37:51 er 1.21.74.5: RESYNC: (1.23-1.24); FILE MERGED 2004/03/03 21:36:20 er 1.21.74.4: #i1967# type correctness 2004/02/11 13:43:07 er 1.21.74.3: RESYNC: (1.22-1.23); FILE MERGED 2004/01/21 14:16:04 er 1.21.74.2: RESYNC: (1.21-1.22); FILE MERGED 2004/01/16 17:42:53 er 1.21.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [96e8ce31d256ef47760edd5263c2ec51b0903cbf]

        INTEGRATION: CWS rowlimit (1.2.346); FILE MERGED 2004/03/03 21:36:20 er 1.2.346.2: #i1967# type correctness 2004/01/16 17:42:53 er 1.2.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [32e2f5baec761c7c2038dba2140875efd841f75b]

        INTEGRATION: CWS rowlimit (1.16.302); FILE MERGED 2004/05/06 16:01:12 er 1.16.302.5: #i1967# type correctness 2004/04/30 14:59:37 er 1.16.302.4: #i1967# type correctness 2004/04/29 16:37:37 er 1.16.302.3: RESYNC: (1.16-1.17); FILE MERGED 2004/02/27 16:04:30 jmarmion 1.16.302.2: #i1967# step 5 changes. 2004/01/15 14:28:43 er 1.16.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d72268191cfeafc0bf5102e5c1714146fd3113b0]

        INTEGRATION: CWS rowlimit (1.26.304); FILE MERGED 2004/04/29 16:37:28 er 1.26.304.4: RESYNC: (1.27-1.29); FILE MERGED 2004/03/15 17:17:29 er 1.26.304.3: RESYNC: (1.26-1.27); FILE MERGED 2004/02/27 19:05:35 jmarmion 1.26.304.2: #i1967# step 5 changes. 2004/01/15 14:28:41 er 1.26.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2cfe68d5c75f2bab601d9bc6f2fd73b7cd9af4c3]

        INTEGRATION: CWS rowlimit (1.10.26); FILE MERGED 2004/02/27 19:11:18 jmarmion 1.10.26.4: #i1967# step 5 changes. 2004/02/13 11:33:25 er 1.10.26.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:50:08 er 1.10.26.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/15 14:28:39 er 1.10.26.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [98ff40bed734051b87a0582736fd580f71253b7b]

        INTEGRATION: CWS rowlimit (1.2.338); FILE MERGED 2004/01/15 14:28:37 er 1.2.338.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7097153fc2cb1da5abafe736cf4c67eae3f8fa13]

        INTEGRATION: CWS rowlimit (1.8.178); FILE MERGED 2004/01/15 14:28:35 er 1.8.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e2ee23df2b182f198d3314618108794470b93862]

        INTEGRATION: CWS rowlimit (1.8.304); FILE MERGED 2004/04/29 16:37:10 er 1.8.304.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/15 14:28:34 er 1.8.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [589964a72777fea51dec228c175c396a4a07be51]

        INTEGRATION: CWS rowlimit (1.9.54); FILE MERGED 2004/03/15 17:17:05 er 1.9.54.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/15 14:28:33 er 1.9.54.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [382efee9b58760ff2d36b065a93213913dbe9dc3]

        INTEGRATION: CWS rowlimit (1.8.74); FILE MERGED 2004/01/15 14:28:32 er 1.8.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [08562077a261b2de3f44b9040ae4d8b45dcd0b1a]

        INTEGRATION: CWS rowlimit (1.37.34); FILE MERGED 2004/05/17 17:49:02 er 1.37.34.11: #i1967# bad pointer casts (C-style casts are boo) 2004/05/17 16:10:55 er 1.37.34.10: #i1967# not necessary to include viewfunc.hxx anymore 2004/04/29 16:37:00 er 1.37.34.9: RESYNC: (1.40-1.42); FILE MERGED 2004/03/25 22:17:08 er 1.37.34.8: #i1967# get AlphaToCol calls straight 2004/03/25 17:46:35 er 1.37.34.7: #i1967# consolidate ColToAlpha,AlphaToCol methods 2004/03/15 17:16:57 er 1.37.34.6: RESYNC: (1.39-1.40); FILE MERGED 2004/03/02 15:37:52 er 1.37.34.5: #i1967# type correctness 2004/02/27 15:57:41 jmarmion 1.37.34.4: #i1967# step 5 changes. 2004/02/11 13:49:46 er 1.37.34.3: RESYNC: (1.38-1.39); FILE MERGED 2004/01/21 14:19:34 er 1.37.34.2: RESYNC: (1.37-1.38); FILE MERGED 2004/01/15 14:28:30 er 1.37.34.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a790385d6bc08f44c15fbcee1527d94ded98802c]

        INTEGRATION: CWS rowlimit (1.18.202); FILE MERGED 2004/05/06 16:01:12 er 1.18.202.6: #i1967# type correctness 2004/04/29 16:36:51 er 1.18.202.5: RESYNC: (1.19-1.21); FILE MERGED 2004/03/02 15:37:52 er 1.18.202.4: #i1967# type correctness 2004/02/27 12:42:15 jmarmion 1.18.202.3: #i1967# setp 5 changes. 2004/01/21 14:19:20 er 1.18.202.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/15 14:28:28 er 1.18.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [67f895ef5ca45c587989cd3e620d4ef3aca452a5]

        INTEGRATION: CWS rowlimit (1.8.304); FILE MERGED 2004/05/06 16:01:12 er 1.8.304.5: #i1967# type correctness 2004/04/29 16:36:41 er 1.8.304.4: RESYNC: (1.8-1.9); FILE MERGED 2004/03/02 15:37:52 er 1.8.304.3: #i1967# type correctness 2004/02/27 12:12:59 jmarmion 1.8.304.2: #i1967# setp 5 changes. 2004/01/15 14:28:23 er 1.8.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8168027515b0817c6c2f06fca0d24956c2c90c6c]

        INTEGRATION: CWS rowlimit (1.5.302); FILE MERGED 2004/03/02 15:37:52 er 1.5.302.3: #i1967# type correctness 2004/02/27 10:31:16 jmarmion 1.5.302.2: #i1967# setp 5 changes. 2004/01/15 14:28:22 er 1.5.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f68d60d336b1e62079b7554183bb589710570d72]

        INTEGRATION: CWS rowlimit (1.18.68); FILE MERGED 2004/01/15 14:28:20 er 1.18.68.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [dddf8e55c4c67e6faf82d477b59de645a1e25e6a]

        INTEGRATION: CWS rowlimit (1.11.56); FILE MERGED 2004/03/02 15:37:51 er 1.11.56.3: #i1967# type correctness 2004/02/27 19:17:49 jmarmion 1.11.56.2: #i1967# step 5 changes. 2004/01/15 14:28:19 er 1.11.56.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [003a66a6e60c4d29c672ebf1d4ffb802f5bf938b]

        INTEGRATION: CWS rowlimit (1.2.52); FILE MERGED 2004/03/18 17:14:28 er 1.2.52.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [736ee0c7016cd58b8f65812124cc87634717e388]

        INTEGRATION: CWS rowlimit (1.78.30); FILE MERGED 2004/05/17 17:49:02 er 1.78.30.14: #i1967# bad pointer casts (C-style casts are boo) 2004/05/06 16:01:11 er 1.78.30.13: #i1967# type correctness 2004/04/29 16:36:04 er 1.78.30.12: RESYNC: (1.82-1.83); FILE MERGED 2004/04/07 14:44:21 er 1.78.30.11: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/18 19:42:50 er 1.78.30.10: #i1967# type correctness (ScChartPositionMap using SCSIZE) 2004/03/18 17:14:27 er 1.78.30.9: #i1967# type correctness 2004/03/15 17:16:41 er 1.78.30.8: RESYNC: (1.80-1.82); FILE MERGED 2004/03/02 15:37:51 er 1.78.30.7: #i1967# type correctness 2004/02/27 16:44:51 jmarmion 1.78.30.6: #i1967# step 5 changes. 2004/02/11 13:49:37 er 1.78.30.5: RESYNC: (1.79-1.80); FILE MERGED 2004/02/04 11:28:28 er 1.78.30.4: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/15 14:28:16 er 1.78.30.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/12 12:25:25 er 1.78.30.2: RESYNC: (1.78-1.79); FILE MERGED 2003/11/28 19:48:07 er 1.78.30.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d9cd321d5e0f461f4715fdf839e711c51652e29e]

        INTEGRATION: CWS rowlimit (1.2.40); FILE MERGED 2004/03/02 15:37:51 er 1.2.40.2: #i1967# type correctness 2004/02/27 19:01:24 jmarmion 1.2.40.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5c7b735e330e54f06d86e48844d375823f05e371]

        INTEGRATION: CWS rowlimit (1.2.324); FILE MERGED 2004/02/26 15:28:16 er 1.2.324.3: #i1967# type correctness 2004/02/04 11:28:25 er 1.2.324.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/15 12:43:21 er 1.2.324.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6ae6f2388654bb1d0e2cf602390b10569e04a85d]

        INTEGRATION: CWS rowlimit (1.8.178); FILE MERGED 2004/02/26 15:28:16 er 1.8.178.4: #i1967# type correctness 2004/02/13 11:33:25 er 1.8.178.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:51:02 er 1.8.178.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/15 12:43:20 er 1.8.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ca14d9b16aae41c5db75ade371c40952dfde45ac]

        INTEGRATION: CWS rowlimit (1.2.328); FILE MERGED 2004/01/15 12:43:19 er 1.2.328.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [74cc0405b5e6d1fbbb580a18829638c6b15a0c1b]

        INTEGRATION: CWS rowlimit (1.2.340); FILE MERGED 2004/04/29 16:35:27 er 1.2.340.5: RESYNC: (1.2-1.3); FILE MERGED 2004/03/11 12:07:49 er 1.2.340.4: #i1967# type correctness 2004/02/26 15:28:15 er 1.2.340.3: #i1967# type correctness 2004/02/04 11:28:24 er 1.2.340.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/15 12:43:17 er 1.2.340.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [38370620d8baf01f2b8661bf6506070dcc0514a9]

        INTEGRATION: CWS rowlimit (1.4.202); FILE MERGED 2004/03/03 21:36:19 er 1.4.202.3: #i1967# type correctness 2004/02/11 13:50:52 er 1.4.202.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/15 12:43:17 er 1.4.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [aee7262a5f0e629533ee0b1ec11fb5bc9d68c89e]

        INTEGRATION: CWS rowlimit (1.4.36); FILE MERGED 2004/02/26 15:28:15 er 1.4.36.2: #i1967# type correctness 2004/01/15 12:43:15 er 1.4.36.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2e965abc473738f51e5c0e651779eedbec2f5dbb]

        INTEGRATION: CWS rowlimit (1.10.302); FILE MERGED 2004/03/11 12:07:49 er 1.10.302.4: #i1967# type correctness 2004/02/26 15:28:14 er 1.10.302.3: #i1967# type correctness 2004/02/11 13:50:31 er 1.10.302.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/15 12:43:15 er 1.10.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [edf94655895db83838f3a6cc2324a269353ad84b]

        INTEGRATION: CWS rowlimit (1.3.302); FILE MERGED 2004/02/26 15:28:14 er 1.3.302.2: #i1967# type correctness 2004/01/15 12:43:13 er 1.3.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4d13026ae002968eed0bc4489272f29b07a41308]

        INTEGRATION: CWS rowlimit (1.8.16); FILE MERGED 2004/03/25 17:46:35 er 1.8.16.4: #i1967# consolidate ColToAlpha,AlphaToCol methods 2004/02/26 12:42:51 er 1.8.16.3: #i1967# type correctness 2004/01/21 14:27:29 er 1.8.16.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/14 18:02:25 er 1.8.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [26ae5b74482b25231bb089dfdf75d184f878c637]

        INTEGRATION: CWS rowlimit (1.2.302); FILE MERGED 2004/02/11 13:52:21 er 1.2.302.3: RESYNC: (1.2-1.3); FILE MERGED 2004/02/04 11:28:22 er 1.2.302.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/14 17:44:59 er 1.2.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [25aad982e5a34daa84e436d33ffd2f56b953760e]

        INTEGRATION: CWS rowlimit (1.38.24); FILE MERGED 2004/04/23 14:43:24 er 1.38.24.1: #i1967# remove hard row limit from resource, do it programmatically

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cbe6cdb2cc641edbadb4a31d5fc348fdb2a01f7a]

        INTEGRATION: CWS rowlimit (1.12.132); FILE MERGED 2004/04/23 14:43:24 er 1.12.132.4: #i1967# remove hard row limit from resource, do it programmatically 2004/03/25 17:46:34 er 1.12.132.3: #i1967# consolidate ColToAlpha,AlphaToCol methods 2004/02/26 12:24:16 er 1.12.132.2: #i1967# type correctness 2004/01/14 17:40:19 er 1.12.132.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8266101df1255979950c44b13752d6c501e00ca7]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/14 17:40:18 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f8f2a9ae44c8a2e77325e4c82f0ed35637cd402b]

        INTEGRATION: CWS rowlimit (1.14.302); FILE MERGED 2004/02/26 12:24:16 er 1.14.302.2: #i1967# type correctness 2004/01/14 17:40:18 er 1.14.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9ad86db9a7c79c522d381ac7159f17c3c2416345]

        INTEGRATION: CWS rowlimit (1.4.302); FILE MERGED 2004/01/14 17:27:30 er 1.4.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [65fbd133b4d79d4bb1fdee62be0028be9b173680]

        INTEGRATION: CWS rowlimit (1.6.202); FILE MERGED 2004/02/04 11:28:21 er 1.6.202.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/14 17:23:38 er 1.6.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [19639dfa7d6025205b6819e57719e0daf3590df0]

        INTEGRATION: CWS rowlimit (1.2.332); FILE MERGED 2004/02/26 11:46:59 er 1.2.332.2: #i1967# type correctness 2004/01/14 17:23:38 er 1.2.332.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2e1df81303758eeb544994b36bec84775d3a2943]

        INTEGRATION: CWS rowlimit (1.6.56); FILE MERGED 2004/02/26 11:46:59 er 1.6.56.2: #i1967# type correctness 2004/01/14 17:23:37 er 1.6.56.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b74501b3e793d51e5de8c2638c6305611c3d3db6]

        INTEGRATION: CWS rowlimit (1.4.310); FILE MERGED 2004/02/26 11:46:59 er 1.4.310.2: #i1967# type correctness 2004/01/14 17:23:37 er 1.4.310.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7c064544fde7b70a11ce7b7934cee715395bd804]

        INTEGRATION: CWS rowlimit (1.10.16); FILE MERGED 2004/02/26 11:46:58 er 1.10.16.2: #i1967# type correctness 2004/02/13 11:33:24 er 1.10.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4681da7672fd98d14116efe52b82a73502560dc4]

        INTEGRATION: CWS rowlimit (1.10.310); FILE MERGED 2004/01/21 14:29:45 er 1.10.310.2: RESYNC: (1.10-1.12); FILE MERGED 2004/01/14 17:23:36 er 1.10.310.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c74dc5ea39303f667777a9e8b80305768a04e80b]

        INTEGRATION: CWS rowlimit (1.13.202); FILE MERGED 2004/05/17 16:29:04 er 1.13.202.6: #i1967# get rid of some 0xffff hard coded values, and don't confuse dialog columns with sheet columns 2004/05/06 16:01:11 er 1.13.202.5: #i1967# type correctness 2004/02/26 11:46:58 er 1.13.202.4: #i1967# type correctness 2004/02/04 11:28:20 er 1.13.202.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/21 14:29:12 er 1.13.202.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/14 17:23:36 er 1.13.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [96438921c542564e15cac71a7e07e95115a7ed6a]

        INTEGRATION: CWS rowlimit (1.4.336); FILE MERGED 2004/01/16 17:42:52 er 1.4.336.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:53 er 1.4.336.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:04 er 1.4.336.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4fb1b7bdb9ff008eed3645a24b03d483e07a5de3]

        INTEGRATION: CWS rowlimit (1.18.16); FILE MERGED 2004/05/17 16:08:56 er 1.18.16.4: #i1967# move TABLEID_DOC to address.hxx and assign proper value 2004/02/26 15:27:11 er 1.18.16.3: #i1967# type correctness 2004/01/16 17:42:52 er 1.18.16.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:52 er 1.18.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c801e505add62a812fcdce61b19b2fa3c5dd6eba]

        INTEGRATION: CWS rowlimit (1.12.194); FILE MERGED 2004/02/26 19:15:20 jmarmion 1.12.194.6: #i1967# setp 5 changes. 2004/02/20 22:49:06 er 1.12.194.5: #i1967# type correctness 2004/02/16 17:26:34 er 1.12.194.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:55:37 er 1.12.194.3: RESYNC: (1.12-1.13); FILE MERGED 2004/01/16 17:42:52 er 1.12.194.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:52 er 1.12.194.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6fa8758290fa41f5e21a801f811089aecef8bcc1]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/02/04 11:28:19 er 1.1.1.1.346.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/16 17:42:51 er 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:51 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ef48f4f87a4d99862a883f5f0a410b692bf330af]

        INTEGRATION: CWS rowlimit (1.5.320); FILE MERGED 2004/02/25 01:17:33 er 1.5.320.5: #i1967# type correctness 2004/02/13 11:33:24 er 1.5.320.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:55:26 er 1.5.320.3: RESYNC: (1.5-1.6); FILE MERGED 2004/01/13 20:04:50 er 1.5.320.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:03 er 1.5.320.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e5a0af276bd23e857cf7d035f8b77354ee78be13]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/13 20:04:49 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d8f64205198e8f54a52781cfa7b5f9711bca44b1]

        INTEGRATION: CWS rowlimit (1.2.338); FILE MERGED 2004/04/29 16:33:59 er 1.2.338.7: RESYNC: (1.2-1.3); FILE MERGED 2004/03/11 12:07:48 er 1.2.338.6: #i1967# type correctness 2004/02/26 15:27:11 er 1.2.338.5: #i1967# type correctness 2004/02/25 01:17:33 er 1.2.338.4: #i1967# type correctness 2004/02/20 22:49:06 er 1.2.338.3: #i1967# type correctness 2004/02/04 11:28:19 er 1.2.338.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/13 20:04:48 er 1.2.338.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [169a8532bd27ec0ed678e2b7cc8750ca11b0ee80]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/03 21:27:25 er 1.1.1.1.346.2: #i1967# type correctness 2004/01/13 20:04:47 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [62b82db66ca0f9f042f9d7ad19f5863f3834e7fe]

        INTEGRATION: CWS rowlimit (1.2.302); FILE MERGED 2004/01/13 20:04:46 er 1.2.302.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:03 er 1.2.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d8c8c42485042bfccc2f254192e421365e630caa]

        INTEGRATION: CWS rowlimit (1.2.338); FILE MERGED 2004/03/15 17:21:42 er 1.2.338.3: RESYNC: (1.2-1.3); FILE MERGED 2004/01/13 20:04:43 er 1.2.338.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:03 er 1.2.338.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8332463ac7bc2dceca54adceba43c072f011f70d]

        INTEGRATION: CWS rowlimit (1.11.308); FILE MERGED 2004/02/21 00:32:46 er 1.11.308.4: #i1967# type correctness 2004/02/16 17:26:34 er 1.11.308.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:41 er 1.11.308.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:02 er 1.11.308.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [faa3bea7e23b81ce10c9a36b776c0e724db6ad82]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/02/04 11:28:18 er 1.1.1.1.346.1: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [dfedee066de6ae77071f2f390226983cb8803ee3]

        INTEGRATION: CWS rowlimit (1.3.332); FILE MERGED 2004/02/24 20:21:26 er 1.3.332.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [54e92c37aea237c325258a33f6f15fbbe66d03cb]

        INTEGRATION: CWS rowlimit (1.4.332); FILE MERGED 2004/02/24 20:21:25 er 1.4.332.3: #i1967# type correctness 2004/01/13 20:04:39 er 1.4.332.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:02 er 1.4.332.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [84f392a42280b07d84fed45a6c4fc961e61a3ce5]

        INTEGRATION: CWS rowlimit (1.13.202); FILE MERGED 2004/04/29 16:33:29 er 1.13.202.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/13 20:04:38 er 1.13.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f854b65f0d171b6adb0295c3cf99b383b194a545]

        INTEGRATION: CWS rowlimit (1.11.62); FILE MERGED 2004/02/11 13:55:07 er 1.11.62.2: RESYNC: (1.11-1.12); FILE MERGED 2004/01/13 20:04:37 er 1.11.62.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [226572357e29a951e70a47c3055742b41ecbcefb]

        INTEGRATION: CWS rowlimit (1.3.310); FILE MERGED 2004/02/04 11:28:18 er 1.3.310.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/13 20:04:37 er 1.3.310.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:02 er 1.3.310.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b8803983e1bd5427372f39281f9fc67d0d67fba7]

        INTEGRATION: CWS rowlimit (1.3.334); FILE MERGED 2004/02/11 13:54:58 er 1.3.334.2: RESYNC: (1.3-1.4); FILE MERGED 2004/01/16 17:42:51 er 1.3.334.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a0d51b174fb35fa671bd473e2cd66b53cf41f217]

        INTEGRATION: CWS rowlimit (1.3.310); FILE MERGED 2004/01/13 20:04:35 er 1.3.310.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:01 er 1.3.310.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [253f5c88afdd7a4092dbc7eb0db95f6ca758b4aa]

        INTEGRATION: CWS rowlimit (1.2.338); FILE MERGED 2004/04/07 14:44:20 er 1.2.338.2: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2003/11/28 19:48:01 er 1.2.338.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ebcf926b867ea00b5774738165cea150e918c4f7]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/02/26 19:15:54 jmarmion 1.1.1.1.346.3: #i1967# setp 5 changes. 2004/02/04 11:28:17 er 1.1.1.1.346.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/13 20:04:35 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [854cbd8ada4496af2f9b06f84449ced8db5aa323]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/21 14:32:23 er 1.1.1.1.346.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/11/28 19:48:01 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fb380ad0fb5c2f388d3ef5c4957b49af7b8e8aa9]

        INTEGRATION: CWS rowlimit (1.5.202); FILE MERGED 2004/04/29 16:33:09 er 1.5.202.3: RESYNC: (1.5-1.6); FILE MERGED 2004/02/24 20:21:25 er 1.5.202.2: #i1967# type correctness 2004/01/13 20:04:34 er 1.5.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f7a25425c18de2bb020641aa4aac1649de95d79e]

        INTEGRATION: CWS rowlimit (1.9.28); FILE MERGED 2004/04/29 16:33:00 er 1.9.28.3: RESYNC: (1.9-1.10); FILE MERGED 2004/01/16 17:42:51 er 1.9.28.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:33 er 1.9.28.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [62b0364a77e38d36d08755a63d5b77294cc19e83]

        INTEGRATION: CWS rowlimit (1.5.202); FILE MERGED 2004/01/13 20:04:33 er 1.5.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a26e2237f183187f9dd29394191d107c42c1fe9c]

        INTEGRATION: CWS rowlimit (1.8.312); FILE MERGED 2004/03/03 21:36:18 er 1.8.312.5: #i1967# type correctness 2004/02/26 19:16:36 jmarmion 1.8.312.4: #i1967# setp 5 changes. 2004/02/16 17:26:34 er 1.8.312.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:30 er 1.8.312.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:00 er 1.8.312.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a7dae5bd1adc7fd483a98473733b825a917d73c8]

        INTEGRATION: CWS rowlimit (1.6.178); FILE MERGED 2004/02/20 22:49:05 er 1.6.178.2: #i1967# type correctness 2004/01/13 20:04:29 er 1.6.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [40cbadec9500cca937b45d253a1a10de1f29dba0]

        INTEGRATION: CWS rowlimit (1.1.308); FILE MERGED 2004/02/20 22:49:05 er 1.1.308.2: #i1967# type correctness 2004/01/13 20:04:26 er 1.1.308.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6b9b0e44564da7682867672c04790886c5f5be94]

        INTEGRATION: CWS rowlimit (1.2.332); FILE MERGED 2004/02/24 20:21:25 er 1.2.332.4: #i1967# type correctness 2004/02/20 22:49:05 er 1.2.332.3: #i1967# type correctness 2004/01/13 20:04:24 er 1.2.332.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:00 er 1.2.332.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4d62d00f90241bcb7eeec6ff348e5552d808587a]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/16 17:42:50 er 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:48:00 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [86ef25acb77701190ed600c3bda039c98c3d8039]

        INTEGRATION: CWS rowlimit (1.8.26); FILE MERGED 2004/03/02 15:37:11 er 1.8.26.7: #i1967# type correctness 2004/02/27 17:34:25 er 1.8.26.6: #i1967# type correctness 2004/02/11 13:54:33 er 1.8.26.5: RESYNC: (1.9-1.10); FILE MERGED 2004/02/04 11:28:17 er 1.8.26.4: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/21 14:32:11 er 1.8.26.3: RESYNC: (1.8-1.9); FILE MERGED 2004/01/16 17:42:50 er 1.8.26.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:22 er 1.8.26.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fa68dff144fc1e01c0cc61288d18498ac78afae9]

        INTEGRATION: CWS rowlimit (1.5.180); FILE MERGED 2004/02/11 13:54:21 er 1.5.180.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/16 17:42:50 er 1.5.180.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [11d5f2c74a6d8b939e9fe2247b6b2fb58ac715da]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/13 20:04:20 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [483a96bf36c4f1efd576791bb631b46f040a6013]

        INTEGRATION: CWS rowlimit (1.2.310); FILE MERGED 2003/11/28 19:48:00 er 1.2.310.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c71f89f2882787f1c6adaa94886afcacd025b0f7]

        INTEGRATION: CWS rowlimit (1.8.310); FILE MERGED 2004/02/26 12:23:51 er 1.8.310.2: #i1967# type correctness 2004/01/13 20:04:19 er 1.8.310.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9d821554b667c9377d7e9dc9a00f86ba53fed6c0]

        INTEGRATION: CWS rowlimit (1.4.324); FILE MERGED 2003/11/28 19:47:59 er 1.4.324.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1ab64dd3a87d0947c3fb3f9cb1049425430c77be]

        INTEGRATION: CWS rowlimit (1.2.332); FILE MERGED 2004/01/13 20:04:18 er 1.2.332.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1ac1907b19882f25113000c2db1082541d2ce5b0]

        INTEGRATION: CWS rowlimit (1.2.334); FILE MERGED 2004/02/26 11:46:44 er 1.2.334.3: #i1967# type correctness 2004/01/13 20:04:18 er 1.2.334.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:59 er 1.2.334.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [262790b4ea6df4a767e1ff67a3d39c14169934a2]

        INTEGRATION: CWS rowlimit (1.11.16); FILE MERGED 2003/11/28 19:47:59 er 1.11.16.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2131e760e5f0a85d4b27abeb2ec494c3aef386cd]

        INTEGRATION: CWS rowlimit (1.7.322); FILE MERGED 2003/11/28 19:47:58 er 1.7.322.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a49c1f31e3f9aa1fd25705d8d79b4f3de6aa16b5]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/21 14:31:57 er 1.1.1.1.346.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/11/28 19:47:58 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c2a57abc380f4e58b1c463460d80ee660a0bf9eb]

        INTEGRATION: CWS rowlimit (1.2.12); FILE MERGED 2004/02/26 19:18:37 jmarmion 1.2.12.1: #i1967# setp 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5fc6c8faa577284b32f2174da043377d59337d56]

        INTEGRATION: CWS rowlimit (1.12.74); FILE MERGED 2004/05/06 16:01:10 er 1.12.74.7: #i1967# type correctness 2004/04/29 16:32:51 er 1.12.74.6: RESYNC: (1.12-1.14); FILE MERGED 2004/03/03 21:36:18 er 1.12.74.5: #i1967# type correctness 2004/02/27 17:34:25 er 1.12.74.4: #i1967# type correctness 2004/02/26 19:17:40 jmarmion 1.12.74.3: #i1967# setp 5 changes. 2004/01/16 17:42:49 er 1.12.74.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:17 er 1.12.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [39c079b66c2468866b041cf0d5bb1037627c5d25]

        INTEGRATION: CWS rowlimit (1.3.324); FILE MERGED 2004/02/24 20:21:24 er 1.3.324.4: #i1967# type correctness 2004/02/20 22:49:05 er 1.3.324.3: #i1967# type correctness 2004/01/13 20:04:17 er 1.3.324.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:58 er 1.3.324.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a028914c702617663c937345cbe0f554c0b45d90]

        INTEGRATION: CWS rowlimit (1.9.178); FILE MERGED 2004/04/29 16:32:43 er 1.9.178.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/13 20:04:16 er 1.9.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f09ef2d844b08ec7cf93338318afed8956c79064]

        INTEGRATION: CWS rowlimit (1.1.302); FILE MERGED 2004/01/13 20:04:15 er 1.1.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d7db0674bf4a8c5d95a218d56e31680a5758f027]

        INTEGRATION: CWS rowlimit (1.9.322); FILE MERGED 2004/01/13 20:04:15 er 1.9.322.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [872cb1b36b4381948eac9492e04b14178e4feeec]

        INTEGRATION: CWS rowlimit (1.3.28); FILE MERGED 2004/01/13 20:04:13 er 1.3.28.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [65f343f7ec56c71607a9dd58766cc6fa97eb6301]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/13 20:04:12 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [15b296c39bb5248e6ced48fdb1a75c815f8c88b1]

        INTEGRATION: CWS rowlimit (1.25.56); FILE MERGED 2004/04/29 16:32:21 er 1.25.56.7: RESYNC: (1.26-1.27); FILE MERGED 2004/02/25 01:17:32 er 1.25.56.6: #i1967# type correctness 2004/02/20 22:49:05 er 1.25.56.5: #i1967# type correctness 2004/02/13 11:33:23 er 1.25.56.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:53:20 er 1.25.56.3: RESYNC: (1.25-1.26); FILE MERGED 2004/01/16 17:42:49 er 1.25.56.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:11 er 1.25.56.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [181ca66ca5f495087e962a8642515544c9251079]

        INTEGRATION: CWS rowlimit (1.7.202); FILE MERGED 2004/02/20 22:49:04 er 1.7.202.5: #i1967# type correctness 2004/02/13 11:33:23 er 1.7.202.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:53:48 er 1.7.202.3: RESYNC: (1.7-1.8); FILE MERGED 2004/01/16 17:42:49 er 1.7.202.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 20:04:11 er 1.7.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b5b2694f1471d688a62cda2c320682f4907293ed]

        INTEGRATION: CWS rowlimit (1.4.306); FILE MERGED 2004/04/29 16:32:30 er 1.4.306.3: RESYNC: (1.5-1.6); FILE MERGED 2004/02/11 13:53:39 er 1.4.306.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/13 20:04:10 er 1.4.306.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bb56b21ddeb42893430921c0c7e09f478f499253]

        INTEGRATION: CWS rowlimit (1.10.178); FILE MERGED 2004/02/24 20:21:24 er 1.10.178.2: #i1967# type correctness 2003/11/28 19:47:57 er 1.10.178.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4ea7f75330af22a1a119f6395d0ba09f0b4ebb0f]

        INTEGRATION: CWS rowlimit (1.8.302); FILE MERGED 2003/11/28 19:47:57 er 1.8.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [79709612b9b489dee78ace5868ffc0088bfaed94]

        INTEGRATION: CWS rowlimit (1.2.12); FILE MERGED 2004/02/26 19:13:39 jmarmion 1.2.12.1: #i1967# setp 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7ca605eb0ae2fb86104c1d8910781c263e2033f4]

        INTEGRATION: CWS rowlimit (1.3.322); FILE MERGED 2003/11/28 19:47:57 er 1.3.322.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b727e1cfcddd3642adff05532a4b3b450deca03c]

        INTEGRATION: CWS rowlimit (1.2.332); FILE MERGED 2004/01/13 20:04:08 er 1.2.332.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3002cbed552bf650865b035e4c248231c5a5987d]

        INTEGRATION: CWS rowlimit (1.1.344); FILE MERGED 2003/11/28 19:47:56 er 1.1.344.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4e9fee5a12f012e9576e38af72310e723b4897f7]

        INTEGRATION: CWS rowlimit (1.4.308); FILE MERGED 2004/01/13 20:04:07 er 1.4.308.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [24e191909b16ebd3e21e7c0254d93ec3d0346af6]

        INTEGRATION: CWS rowlimit (1.19.160); FILE MERGED 2003/11/28 19:47:56 er 1.19.160.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0b40d96a9f18709aff08750f048f22bec93c00a7]

        INTEGRATION: CWS rowlimit (1.24.160); FILE MERGED 2004/01/16 17:42:48 er 1.24.160.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2a089dec737d3787f54e59439cfd27ed09b7a1ba]

        INTEGRATION: CWS rowlimit (1.9.178); FILE MERGED 2003/11/28 19:47:56 er 1.9.178.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [dd5ac3bb42dfc5cfdc370aee210ef35d4b112192]

        INTEGRATION: CWS rowlimit (1.23.160); FILE MERGED 2004/01/16 17:42:48 er 1.23.160.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9ed9296f33abc7785f351897c36e4fc8d9304f41]

        INTEGRATION: CWS rowlimit (1.7.302); FILE MERGED 2004/03/15 17:22:00 er 1.7.302.4: RESYNC: (1.9-1.10); FILE MERGED 2004/02/25 18:26:18 er 1.7.302.3: #i1967# correct swapped values error on the fly 2004/01/21 14:33:32 er 1.7.302.2: RESYNC: (1.7-1.9); FILE MERGED 2004/01/14 16:47:08 er 1.7.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [947a87aa28be2d9452d539cc823ded2526699be8]

        INTEGRATION: CWS rowlimit (1.3.338); FILE MERGED 2004/02/25 15:35:25 er 1.3.338.2: #i1967# type correctness 2004/01/23 18:15:04 er 1.3.338.1: #i1967# restructure ScAddress to use SCCOL/SCROW/SCTAB instead of one single UINT32; make converting ctors explicit

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e7fda8b0d4ca2be41830ddfe79c8c5441ebc4527]

        INTEGRATION: CWS rowlimit (1.4.340); FILE MERGED 2004/01/14 16:32:27 er 1.4.340.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3a666551e51761bc40e9b7870664223f0cf0355c]

        INTEGRATION: CWS rowlimit (1.5.308); FILE MERGED 2004/02/11 13:57:19 er 1.5.308.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/14 16:32:26 er 1.5.308.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6bd4d3480e8644762dfc92d1f722f102ccc6bf7d]

        INTEGRATION: CWS rowlimit (1.10.16); FILE MERGED 2004/05/06 16:01:10 er 1.10.16.5: #i1967# type correctness 2004/03/15 17:22:37 er 1.10.16.4: RESYNC: (1.11-1.12); FILE MERGED 2004/02/25 15:35:25 er 1.10.16.3: #i1967# type correctness 2004/02/11 13:57:10 er 1.10.16.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/14 16:32:26 er 1.10.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [dca7a4282fb2a6f1829a89af72c68a7f020489f7]

        INTEGRATION: CWS rowlimit (1.9.302); FILE MERGED 2004/04/29 16:32:12 er 1.9.302.3: RESYNC: (1.10-1.11); FILE MERGED 2004/02/11 13:56:11 er 1.9.302.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/14 16:32:25 er 1.9.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [64043ff38e3727a147a6481a43f49beca1978b95]

        INTEGRATION: CWS rowlimit (1.15.56); FILE MERGED 2004/03/15 17:23:15 er 1.15.56.3: RESYNC: (1.16-1.17); FILE MERGED 2004/02/11 13:58:55 er 1.15.56.2: RESYNC: (1.15-1.16); FILE MERGED 2004/01/14 15:50:20 er 1.15.56.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [de9d45c7868f78a72ecc46c21a9036980abadb4c]

        INTEGRATION: CWS rowlimit (1.4.322); FILE MERGED 2004/04/07 14:44:20 er 1.4.322.2: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/01/14 15:50:20 er 1.4.322.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [df7704fcc28bfc3f4109c05bdac0dd6cd13c9765]

        INTEGRATION: CWS rowlimit (1.3.202); FILE MERGED 2004/02/25 01:17:54 er 1.3.202.2: #i1967# type correctness 2004/01/16 17:42:47 er 1.3.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c46be8aef25c777e29ad1190a0005f83bf70e93d]

        INTEGRATION: CWS rowlimit (1.3.338); FILE MERGED 2004/02/25 01:17:54 er 1.3.338.2: #i1967# type correctness 2004/01/14 15:50:18 er 1.3.338.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2b1d2b765f7e42d588c70cc9c3b82c086cb4a30c]

        INTEGRATION: CWS rowlimit (1.25.150); FILE MERGED 2004/03/25 21:36:02 er 1.25.150.5: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/18 17:14:26 er 1.25.150.4: #i1967# type correctness 2004/03/15 17:23:08 er 1.25.150.3: RESYNC: (1.25-1.26); FILE MERGED 2004/02/25 01:17:54 er 1.25.150.2: #i1967# type correctness 2004/01/14 15:50:16 er 1.25.150.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a0e5dfd91a72bc3760bfb7022392ec4b3006760e]

        INTEGRATION: CWS rowlimit (1.1.302); FILE MERGED 2004/01/14 15:50:15 er 1.1.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [98a7b908571f08dd3ea3c6ba87e25427168fb996]

        INTEGRATION: CWS rowlimit (1.16.16); FILE MERGED 2004/03/11 12:07:48 er 1.16.16.3: #i1967# type correctness 2004/02/25 01:17:54 er 1.16.16.2: #i1967# type correctness 2004/01/14 15:50:14 er 1.16.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7e5015d2c20d5c59ac51d4180896f8d8c95fd12f]

        INTEGRATION: CWS rowlimit (1.10.180); FILE MERGED 2004/04/29 16:31:51 er 1.10.180.4: RESYNC: (1.10-1.11); FILE MERGED 2004/02/25 01:17:53 er 1.10.180.3: #i1967# type correctness 2004/02/04 11:28:16 er 1.10.180.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/14 15:50:13 er 1.10.180.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c5218f224ebf863369eff42d85b3837f19e65083]

        INTEGRATION: CWS rowlimit (1.10.178); FILE MERGED 2004/04/29 16:31:42 er 1.10.178.6: RESYNC: (1.10-1.11); FILE MERGED 2004/03/25 21:36:02 er 1.10.178.5: #i1967# use ValidCol,ValidRow,ValidTab 2004/02/27 11:01:40 er 1.10.178.4: #i1967# type correctness 2004/02/25 01:17:53 er 1.10.178.3: #i1967# type correctness 2004/02/13 11:33:23 er 1.10.178.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/14 15:50:12 er 1.10.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [130c2a717ea3f31e7172fcf146f87d45f4a6cd57]

        INTEGRATION: CWS rowlimit (1.27.12); FILE MERGED 2004/05/06 16:01:09 er 1.27.12.9: #i1967# type correctness 2004/04/29 16:31:34 er 1.27.12.8: RESYNC: (1.31-1.34); FILE MERGED 2004/03/25 21:36:02 er 1.27.12.7: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/15 17:23:00 er 1.27.12.6: RESYNC: (1.30-1.31); FILE MERGED 2004/03/03 13:12:40 er 1.27.12.5: #i1967# type correctness 2004/02/25 01:17:53 er 1.27.12.4: #i1967# type correctness 2004/02/11 13:58:46 er 1.27.12.3: RESYNC: (1.28-1.30); FILE MERGED 2004/01/21 14:34:42 er 1.27.12.2: RESYNC: (1.27-1.28); FILE MERGED 2004/01/14 15:50:10 er 1.27.12.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [786118a85606335af537f167531c67fd7ce5a47e]

        INTEGRATION: CWS rowlimit (1.16.202); FILE MERGED 2004/03/25 21:36:02 er 1.16.202.4: #i1967# use ValidCol,ValidRow,ValidTab 2004/02/13 11:33:22 er 1.16.202.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:58:37 er 1.16.202.2: RESYNC: (1.16-1.18); FILE MERGED 2004/01/14 15:50:09 er 1.16.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a60ea2af0136cc22541067cf3af5359e5deee263]

        INTEGRATION: CWS rowlimit (1.13.324); FILE MERGED 2004/02/25 01:17:52 er 1.13.324.3: #i1967# type correctness 2004/02/11 13:58:28 er 1.13.324.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/14 15:50:08 er 1.13.324.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b37f18873692685ed7a0d869288bd0c6a5d4957b]

        INTEGRATION: CWS rowlimit (1.63.54); FILE MERGED 2004/03/15 17:22:45 er 1.63.54.4: RESYNC: (1.65-1.66); FILE MERGED 2004/02/25 01:17:52 er 1.63.54.3: #i1967# type correctness 2004/02/11 13:57:52 er 1.63.54.2: RESYNC: (1.63-1.65); FILE MERGED 2004/01/14 15:50:06 er 1.63.54.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [09e14f36602ef960308fdf6e572791e3760e0aa4]

        INTEGRATION: CWS rowlimit (1.45.24); FILE MERGED 2004/03/25 21:36:01 er 1.45.24.8: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/15 17:22:53 er 1.45.24.7: RESYNC: (1.46-1.48); FILE MERGED 2004/03/11 12:07:47 er 1.45.24.6: #i1967# type correctness 2004/02/25 01:17:51 er 1.45.24.5: #i1967# type correctness 2004/02/11 13:58:19 er 1.45.24.4: RESYNC: (1.45-1.46); FILE MERGED 2004/01/23 18:15:03 er 1.45.24.3: #i1967# restructure ScAddress to use SCCOL/SCROW/SCTAB instead of one single UINT32; make converting ctors explicit 2004/01/16 17:42:47 er 1.45.24.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/14 15:50:04 er 1.45.24.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0ecf1c9bf8eb91bd60f17b23da30174cc2d1bcbc]

        INTEGRATION: CWS rowlimit (1.13.202); FILE MERGED 2004/04/29 16:31:21 er 1.13.202.6: RESYNC: (1.14-1.15); FILE MERGED 2004/03/25 21:36:01 er 1.13.202.5: #i1967# use ValidCol,ValidRow,ValidTab 2004/02/25 01:17:51 er 1.13.202.4: #i1967# type correctness 2004/02/13 11:33:22 er 1.13.202.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:58:10 er 1.13.202.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/14 15:50:02 er 1.13.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c476072fceec27250fba33365c8dc8772a850953]

        INTEGRATION: CWS rowlimit (1.9.302); FILE MERGED 2004/04/29 16:31:12 er 1.9.302.4: RESYNC: (1.9-1.10); FILE MERGED 2004/03/11 12:07:46 er 1.9.302.3: #i1967# type correctness 2004/02/25 01:17:51 er 1.9.302.2: #i1967# type correctness 2004/01/14 15:50:00 er 1.9.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0b08f4c9dc077efbafc687932efb3298a099324f]

        INTEGRATION: CWS rowlimit (1.15.302); FILE MERGED 2004/02/25 01:17:51 er 1.15.302.4: #i1967# type correctness 2004/02/13 11:33:22 er 1.15.302.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 13:58:01 er 1.15.302.2: RESYNC: (1.15-1.16); FILE MERGED 2004/01/14 15:49:57 er 1.15.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [622242619075db80764bf1d40e829d006784244d]

        INTEGRATION: CWS rowlimit (1.4.302); FILE MERGED 2004/02/24 20:21:39 er 1.4.302.3: #i1967# type correctness 2004/01/21 14:38:48 er 1.4.302.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/14 14:15:17 er 1.4.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [304c8bdcd61a8c3eef4d74f1bca37bf232285c20]

        INTEGRATION: CWS rowlimit (1.6.202); FILE MERGED 2004/02/24 20:21:39 er 1.6.202.2: #i1967# type correctness 2004/01/14 14:15:15 er 1.6.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [095cce8374835523b108732973a1a2c570b23124]

        INTEGRATION: CWS rowlimit (1.5.310); FILE MERGED 2004/02/24 20:21:38 er 1.5.310.4: #i1967# type correctness 2004/02/11 13:59:14 er 1.5.310.3: RESYNC: (1.6-1.7); FILE MERGED 2004/01/21 14:38:33 er 1.5.310.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/14 14:15:13 er 1.5.310.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2552725af1eb5fa86e845090623c2c6e0b5a7c5a]

        INTEGRATION: CWS rowlimit (1.13.202); FILE MERGED 2004/04/30 15:42:28 er 1.13.202.5: #i1967# type correctness 2004/04/29 16:30:16 er 1.13.202.4: RESYNC: (1.13-1.14); FILE MERGED 2004/03/02 18:04:37 er 1.13.202.3: #i1967# type correctness 2004/02/24 20:21:38 er 1.13.202.2: #i1967# type correctness 2004/01/14 14:15:10 er 1.13.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0f2c1641e3560d60a9f26bc8cb3c3ef25a141339]

        INTEGRATION: CWS rowlimit (1.3.304); FILE MERGED 2004/05/06 16:01:09 er 1.3.304.5: #i1967# type correctness 2004/02/27 11:01:18 er 1.3.304.4: #i1967# type correctness 2004/02/24 20:21:38 er 1.3.304.3: #i1967# type correctness 2004/02/04 11:28:15 er 1.3.304.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/14 14:15:06 er 1.3.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [52f586fc34e34756f0b531521293504bd60231cd]

        INTEGRATION: CWS rowlimit (1.7.16); FILE MERGED 2004/05/06 16:01:09 er 1.7.16.6: #i1967# type correctness 2004/02/27 11:01:18 er 1.7.16.5: #i1967# type correctness 2004/02/24 20:21:38 er 1.7.16.4: #i1967# type correctness 2004/02/04 11:28:15 er 1.7.16.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/21 14:37:26 er 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/14 14:15:05 er 1.7.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a13b31326404d7a13f85a5e2a0ddc433cd42ab9b]

        INTEGRATION: CWS rowlimit (1.11.178); FILE MERGED 2004/05/06 16:01:08 er 1.11.178.5: #i1967# type correctness 2004/04/29 16:29:55 er 1.11.178.4: RESYNC: (1.12-1.13); FILE MERGED 2004/02/24 20:21:37 er 1.11.178.3: #i1967# type correctness 2004/01/21 14:37:10 er 1.11.178.2: RESYNC: (1.11-1.12); FILE MERGED 2004/01/14 14:15:02 er 1.11.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8959a5fa3ce78e1928e1b334b31b8c15ec99c2f6]

        INTEGRATION: CWS rowlimit (1.18.16); FILE MERGED 2004/05/06 16:01:08 er 1.18.16.3: #i1967# type correctness 2004/03/11 17:47:40 er 1.18.16.2: #i1967# type correctness 2004/02/24 20:21:37 er 1.18.16.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7359769025644d74fbc88e986ebe36648ebcc3e3]

        INTEGRATION: CWS rowlimit (1.7.302); FILE MERGED 2004/02/04 11:28:14 er 1.7.302.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/14 14:14:59 er 1.7.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [81122ed0c396b35405af53d70cadfa7820bc30f7]

        INTEGRATION: CWS rowlimit (1.30.24); FILE MERGED 2004/04/23 16:42:10 er 1.30.24.1: #i1967# remove unnecessary limit of start line

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c90f88fcc41901c244ec5a367765e7638e00472e]

        INTEGRATION: CWS rowlimit (1.2.202); FILE MERGED 2004/03/15 17:23:31 er 1.2.202.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/14 13:34:10 er 1.2.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [33bddb7b8e132c57487b9f29a4ada1eac4cee4d2]

        INTEGRATION: CWS rowlimit (1.20.178); FILE MERGED 2004/02/20 23:43:57 er 1.20.178.3: #i1967# type correctness 2004/02/04 11:28:13 er 1.20.178.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/14 13:34:09 er 1.20.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [37e26bd69968c43b8be4248865a317300c6d2e85]

        INTEGRATION: CWS rowlimit (1.36.54); FILE MERGED 2004/02/20 23:43:57 er 1.36.54.3: #i1967# type correctness 2004/02/11 14:00:15 er 1.36.54.2: RESYNC: (1.36-1.37); FILE MERGED 2004/01/14 13:34:07 er 1.36.54.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [caa4a8f311aa9b842f9a2ea6adf7f48f1d29f6dc]

        INTEGRATION: CWS rowlimit (1.34.14); FILE MERGED 2004/03/15 17:23:23 er 1.34.14.4: RESYNC: (1.36-1.37); FILE MERGED 2004/02/11 14:00:06 er 1.34.14.3: RESYNC: (1.35-1.36); FILE MERGED 2004/01/21 14:39:37 er 1.34.14.2: RESYNC: (1.34-1.35); FILE MERGED 2004/01/14 13:34:05 er 1.34.14.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a6daf754d33dd1f04b26cec4a32fb60cf0b3295f]

        INTEGRATION: CWS rowlimit (1.51.12); FILE MERGED 2004/04/29 16:29:20 er 1.51.12.2: RESYNC: (1.51-1.52); FILE MERGED 2004/03/25 21:36:00 er 1.51.12.1: #i1967# use ValidCol,ValidRow,ValidTab

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b1d2c071f171f07720cfbcdf4ac4249ef3f3f0e4]

        INTEGRATION: CWS rowlimit (1.18.28); FILE MERGED 2004/02/20 23:43:56 er 1.18.28.2: #i1967# type correctness 2004/01/14 13:34:05 er 1.18.28.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [eef26a46cd99897416fa31c0f2878b0b8f956348]

        INTEGRATION: CWS rowlimit (1.8.302); FILE MERGED 2004/02/20 23:43:56 er 1.8.302.3: #i1967# type correctness 2004/02/11 13:59:46 er 1.8.302.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/14 13:34:03 er 1.8.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b804b1a4b484ed3ed33596f914205295369906cd]

        INTEGRATION: CWS rowlimit (1.28.202); FILE MERGED 2004/01/21 14:40:08 er 1.28.202.2: RESYNC: (1.28-1.29); FILE MERGED 2004/01/14 12:34:57 er 1.28.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ef496c2c8c7060ffd831f2bc1026a8e0b826c0de]

        INTEGRATION: CWS rowlimit (1.27.160); FILE MERGED 2004/02/20 23:13:13 er 1.27.160.3: #i1967# type correctness 2004/02/16 17:25:42 er 1.27.160.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/14 12:34:57 er 1.27.160.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ce68ef3e9466ef716a2a9ec79f9df07bf1de3565]

        INTEGRATION: CWS rowlimit (1.42.156); FILE MERGED 2004/02/20 23:13:13 er 1.42.156.3: #i1967# type correctness 2004/02/16 17:25:42 er 1.42.156.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/14 12:34:56 er 1.42.156.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [98bb74daa6d6a112e62b68f8268e436f8ce8be19]

        INTEGRATION: CWS rowlimit (1.21.178); FILE MERGED 2004/02/20 23:13:13 er 1.21.178.3: #i1967# type correctness 2004/02/16 17:25:42 er 1.21.178.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/14 12:34:55 er 1.21.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [18aeca8e620532383aa878a9b88688cb7621898d]

        INTEGRATION: CWS rowlimit (1.28.126); FILE MERGED 2004/02/20 23:13:13 er 1.28.126.2: #i1967# type correctness 2004/01/14 12:34:54 er 1.28.126.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2ad7dd37b981bab3ae2362a8b77a48a8290cab8b]

        INTEGRATION: CWS rowlimit (1.63.126); FILE MERGED 2004/02/20 23:13:13 er 1.63.126.2: #i1967# type correctness 2004/01/14 12:34:53 er 1.63.126.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b77bcd81bba006ded61048084bc7a48da2172c4a]

        INTEGRATION: CWS rowlimit (1.24.178); FILE MERGED 2004/04/29 16:28:41 er 1.24.178.3: RESYNC: (1.24-1.25); FILE MERGED 2004/02/20 23:13:12 er 1.24.178.2: #i1967# type correctness 2004/02/04 11:28:12 er 1.24.178.1: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0c854c212049f12f1e14bee0a82cb238eda8396e]

        INTEGRATION: CWS rowlimit (1.30.16); FILE MERGED 2004/03/04 18:16:30 er 1.30.16.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fba4210774d71ad5b39ccdadf6fb10096526c4d1]

        INTEGRATION: CWS rowlimit (1.24.22); FILE MERGED 2004/02/13 17:17:11 er 1.24.22.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7cac37dcc560adbb98c23701d9cea4e254cfeb6e]

        INTEGRATION: CWS rowlimit (1.35.16); FILE MERGED 2004/03/04 18:16:29 er 1.35.16.4: #i1967# type correctness 2004/02/13 17:17:10 er 1.35.16.3: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32 2004/02/11 14:01:25 er 1.35.16.2: RESYNC: (1.35-1.36); FILE MERGED 2004/01/19 19:19:23 jmarmion 1.35.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f1a6fbc5fd5355cab3ba16048521f1574aec66c5]

        INTEGRATION: CWS rowlimit (1.7.324); FILE MERGED 2004/04/29 16:27:56 er 1.7.324.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/19 19:17:47 jmarmion 1.7.324.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [05e5dd3920f6244cc3b371bbbe761b72828ea636]

        INTEGRATION: CWS rowlimit (1.21.308); FILE MERGED 2004/03/04 18:16:29 er 1.21.308.2: #i1967# type correctness 2004/02/13 17:17:10 er 1.21.308.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c2a4e78a429267297a9c0919e31d7409df54b6c4]

        INTEGRATION: CWS rowlimit (1.90.16); FILE MERGED 2004/04/29 16:27:35 er 1.90.16.2: RESYNC: (1.90-1.92); FILE MERGED 2004/01/19 19:20:22 jmarmion 1.90.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [aa1f52c967cf688953a8f221acff0c0002541231]

        INTEGRATION: CWS rowlimit (1.10.304); FILE MERGED 2004/03/02 13:22:14 jmarmion 1.10.304.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6528deae900fe5bcf522f8cc367ba2255bdc7e0e]

        INTEGRATION: CWS rowlimit (1.73.202); FILE MERGED 2004/02/13 17:17:10 er 1.73.202.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0009736e02defb2a1c3e4ad366288ec67630c634]

        INTEGRATION: CWS rowlimit (1.171.16); FILE MERGED 2004/04/29 16:27:27 er 1.171.16.7: RESYNC: (1.172-1.174); FILE MERGED 2004/03/11 12:07:46 er 1.171.16.6: #i1967# type correctness 2004/03/04 18:16:29 er 1.171.16.5: #i1967# type correctness 2004/03/02 13:21:30 jmarmion 1.171.16.4: #i1967# step 5 changes. 2004/02/13 17:17:09 er 1.171.16.3: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32 2004/02/11 14:00:50 er 1.171.16.2: RESYNC: (1.171-1.172); FILE MERGED 2004/01/19 19:22:07 jmarmion 1.171.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1771f3fe4ef8180b38a8d8aad85b33d52bfd7bc4]

        INTEGRATION: CWS rowlimit (1.20.202); FILE MERGED 2004/04/29 16:27:17 er 1.20.202.3: RESYNC: (1.20-1.21); FILE MERGED 2004/03/02 13:19:28 jmarmion 1.20.202.2: #i1967# step 5 changes. 2004/02/13 17:17:09 er 1.20.202.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e81b185ab57f758948f7d7b0408bb153cdab84b0]

        INTEGRATION: CWS rowlimit (1.15.324); FILE MERGED 2004/03/04 18:16:29 er 1.15.324.2: #i1967# type correctness 2004/02/13 17:17:08 er 1.15.324.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6a7ab0d1fe585d2705bb4b464329cbb90899e844]

        INTEGRATION: CWS rowlimit (1.75.74); FILE MERGED 2004/03/04 18:16:28 er 1.75.74.2: #i1967# type correctness 2004/01/19 19:16:53 jmarmion 1.75.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d46ec48239e8dbb873c762e649f8804adfd567c1]

        INTEGRATION: CWS rowlimit (1.18.324); FILE MERGED 2004/03/15 17:24:25 er 1.18.324.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/13 17:17:07 er 1.18.324.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [953a5eb34de698f229368a5dc6ffe5d9c4c2985a]

        INTEGRATION: CWS rowlimit (1.8.324); FILE MERGED 2004/03/15 17:24:17 er 1.8.324.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/04 18:16:28 er 1.8.324.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [75400fa1bbbfd91f9150662d11e6bc77fbac7330]

        INTEGRATION: CWS rowlimit (1.22.12); FILE MERGED 2004/02/13 17:17:07 er 1.22.12.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [11487842f75255cfe633af9085145bdf618d5c45]

        INTEGRATION: CWS rowlimit (1.6.322); FILE MERGED 2004/02/13 17:17:07 er 1.6.322.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9093c2d2c94a1327bb3f7bd4c930f98e5d161a01]

        INTEGRATION: CWS rowlimit (1.15.74); FILE MERGED 2004/03/04 18:16:28 er 1.15.74.2: #i1967# type correctness 2004/02/13 17:17:07 er 1.15.74.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [94f7479ade5b1c300267697fe8659c8808a962f2]

        INTEGRATION: CWS rowlimit (1.21.74); FILE MERGED 2004/02/13 17:17:06 er 1.21.74.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4d459d393e96920ed128cd94451fd8f7c954e11f]

        INTEGRATION: CWS rowlimit (1.37.74); FILE MERGED 2004/03/11 17:26:51 er 1.37.74.5: #i1967# type correctness 2004/03/11 12:07:45 er 1.37.74.4: #i1967# type correctness 2004/03/04 18:16:27 er 1.37.74.3: #i1967# type correctness 2004/03/02 13:18:23 jmarmion 1.37.74.2: #i1967# step 5 changes. 2004/02/13 17:17:06 er 1.37.74.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [76200a207c3e7a5119f4af5c3f78c2cd07ad3129]

        INTEGRATION: CWS rowlimit (1.25.74); FILE MERGED 2004/01/19 19:15:59 jmarmion 1.25.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2f20c47909a329ad23c67c08504bd2ebd8c74a94]

        INTEGRATION: CWS rowlimit (1.36.74); FILE MERGED 2004/02/13 17:17:06 er 1.36.74.3: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32 2004/02/04 11:28:11 er 1.36.74.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/19 19:15:36 jmarmion 1.36.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f58eaed1984c7425eefe05644070e4f534a3f31a]

        INTEGRATION: CWS rowlimit (1.10.16); FILE MERGED 2004/05/06 16:01:07 er 1.10.16.5: #i1967# type correctness 2004/04/29 16:26:07 er 1.10.16.4: RESYNC: (1.10-1.11); FILE MERGED 2004/03/04 18:16:27 er 1.10.16.3: #i1967# type correctness 2004/03/02 13:16:12 jmarmion 1.10.16.2: #i1967# step 5 changes. 2004/01/19 19:12:15 jmarmion 1.10.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d8d83711bebd9671cccbd61ff2342ff5e71c9828]

        INTEGRATION: CWS rowlimit (1.8.324); FILE MERGED 2004/03/17 12:24:59 er 1.8.324.3: #i1967# type correctness (ScMatrix parameters are SCSIZE now) 2004/03/15 17:24:10 er 1.8.324.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/19 19:09:23 jmarmion 1.8.324.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8fc957628712f075bfe07c54f4fefb7a48e807f7]

        INTEGRATION: CWS rowlimit (1.10.324); FILE MERGED 2004/03/17 12:24:58 er 1.10.324.3: #i1967# type correctness (ScMatrix parameters are SCSIZE now) 2004/03/15 17:24:03 er 1.10.324.2: RESYNC: (1.10-1.11); FILE MERGED 2004/02/13 17:17:06 er 1.10.324.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [21043a1cb822bf545f033cd6d519c8715b483744]

        INTEGRATION: CWS rowlimit (1.20.202); FILE MERGED 2004/02/13 17:17:06 er 1.20.202.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [867452ca0ffd2e5a699a7a98c254e907b93467ea]

        INTEGRATION: CWS rowlimit (1.3.338); FILE MERGED 2003/11/28 19:47:55 er 1.3.338.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0db3a323c90ce3d3a84e2fef762e653a0fdf7476]

        INTEGRATION: CWS rowlimit (1.9.324); FILE MERGED 2004/03/15 17:23:55 er 1.9.324.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/05 12:03:58 er 1.9.324.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [931cc9d2f4b19406eafe629962ad3972259859a1]

        INTEGRATION: CWS rowlimit (1.16.202); FILE MERGED 2004/03/15 17:23:46 er 1.16.202.2: RESYNC: (1.16-1.17); FILE MERGED 2004/01/19 19:08:47 jmarmion 1.16.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1d8d8a380d13dc406a0b9452847fcc627feccfb1]

        INTEGRATION: CWS rowlimit (1.20.324); FILE MERGED 2004/03/15 17:23:39 er 1.20.324.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/19 19:08:17 jmarmion 1.20.324.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [643f644dbd0bb5fd5b2f69b334207037a4263bf8]

        INTEGRATION: CWS rowlimit (1.61.22); FILE MERGED 2004/04/29 16:25:58 er 1.61.22.7: RESYNC: (1.64-1.65); FILE MERGED 2004/03/22 13:05:31 er 1.61.22.6: #i1967# type correctness 2004/03/19 13:47:37 er 1.61.22.5: #i1967# type correctness 2004/03/15 17:24:56 er 1.61.22.4: RESYNC: (1.63-1.64); FILE MERGED 2004/03/02 18:25:18 jmarmion 1.61.22.3: #i1967# step 5 changes 2004/02/11 14:01:45 er 1.61.22.2: RESYNC: (1.61-1.63); FILE MERGED 2004/01/19 14:52:32 jmarmion 1.61.22.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9199d57ca7da6e04a98e011e4d693935f69d15a5]

        INTEGRATION: CWS rowlimit (1.10.24); FILE MERGED 2004/03/19 13:47:37 er 1.10.24.5: #i1967# type correctness 2004/03/15 17:24:46 er 1.10.24.4: RESYNC: (1.11-1.12); FILE MERGED 2004/03/02 18:25:17 jmarmion 1.10.24.3: #i1967# step 5 changes 2004/02/11 14:01:35 er 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/19 14:52:05 jmarmion 1.10.24.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7315385b0e5e51e269c0e67526156f3ab52228c5]

        INTEGRATION: CWS rowlimit (1.19.16); FILE MERGED 2004/03/19 13:47:36 er 1.19.16.4: #i1967# type correctness 2004/03/15 17:24:39 er 1.19.16.3: RESYNC: (1.19-1.20); FILE MERGED 2004/03/02 18:25:17 jmarmion 1.19.16.2: #i1967# step 5 changes 2004/01/19 14:50:58 jmarmion 1.19.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [46615b6e5c54c29b64021da31aed267cf194ea02]

        INTEGRATION: CWS rowlimit (1.13.202); FILE MERGED 2004/03/19 13:47:36 er 1.13.202.4: #i1967# type correctness 2004/03/15 17:24:32 er 1.13.202.3: RESYNC: (1.13-1.14); FILE MERGED 2004/03/02 18:25:16 jmarmion 1.13.202.2: #i1967# step 5 changes 2004/01/19 14:49:48 jmarmion 1.13.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b3efcfd02c85b1eb979fd6f530f4ec3f2773b218]

        INTEGRATION: CWS rowlimit (1.5.56); FILE MERGED 2004/03/04 18:16:26 er 1.5.56.2: #i1967# type correctness 2004/01/19 12:12:13 jmarmion 1.5.56.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [96c853c70402435ef8195ca090536fcee63367c6]

        INTEGRATION: CWS rowlimit (1.9.202); FILE MERGED 2004/03/02 12:23:57 jmarmion 1.9.202.3: #i1967# step 5 changes. 2004/02/13 11:33:21 er 1.9.202.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/19 12:11:44 jmarmion 1.9.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [92d818b4d879509e2d3040e25e712b79ae6ec087]

        INTEGRATION: CWS rowlimit (1.2.310); FILE MERGED 2004/03/04 18:16:26 er 1.2.310.3: #i1967# type correctness 2004/03/02 11:12:35 jmarmion 1.2.310.2: #i1967# step 5 changes. 2004/02/13 11:33:21 er 1.2.310.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cc6c4da8c22088e4a5241eb8a910b432b1f57f81]

        INTEGRATION: CWS rowlimit (1.2.310); FILE MERGED 2004/03/02 11:11:46 jmarmion 1.2.310.2: #i1967# step 5 changes. 2004/01/19 10:05:39 jmarmion 1.2.310.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d2ec97404849519d10b0781a1f59c7f5845dee39]

        INTEGRATION: CWS rowlimit (1.4.324); FILE MERGED 2004/01/19 10:04:35 jmarmion 1.4.324.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [457b796ace6e98294e0fe5ef7cd76220fbb4a0d1]

        INTEGRATION: CWS rowlimit (1.8.16); FILE MERGED 2004/03/25 21:36:00 er 1.8.16.4: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/02 11:11:04 jmarmion 1.8.16.3: #i1967# step 5 changes. 2004/01/21 14:40:36 er 1.8.16.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/19 10:04:04 jmarmion 1.8.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [185110035f437b99917a7ea775d2b3f3707c3b00]

        INTEGRATION: CWS rowlimit (1.6.200); FILE MERGED 2004/03/19 12:04:15 er 1.6.200.3: #i1967# type correctness 2004/03/02 10:49:13 jmarmion 1.6.200.2: #i1967# step 5 changes. 2004/01/19 09:38:58 jmarmion 1.6.200.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [03e7bbba70352eb8d8a4b7213b1b1a8414a730a6]

        INTEGRATION: CWS rowlimit (1.7.200); FILE MERGED 2004/01/19 09:38:32 jmarmion 1.7.200.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [76e0fcf6f6d2a0a68026796654d412b66bb59ae9]

        INTEGRATION: CWS rowlimit (1.4.202); FILE MERGED 2004/03/02 10:47:17 jmarmion 1.4.202.2: #i1967# step 5 changes. 2004/01/19 09:38:09 jmarmion 1.4.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [381cd32282295393f71dd59ebb306977dce84a4a]

        INTEGRATION: CWS rowlimit (1.6.202); FILE MERGED 2004/03/02 10:46:42 jmarmion 1.6.202.2: #i1967# step 5 changes. 2004/01/19 09:37:39 jmarmion 1.6.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [abc0f00dac30a53529cc417bff6a69af7f189d39]

        INTEGRATION: CWS rowlimit (1.7.202); FILE MERGED 2004/03/02 10:45:44 jmarmion 1.7.202.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ee3bc0741f69466e62ba4a419f7cf7306f50bbd8]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/25 21:35:59 er 1.1.1.1.346.2: #i1967# use ValidCol,ValidRow,ValidTab 2004/01/19 09:37:14 jmarmion 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e4ffeabdc9f8d6d35fad678d3f9cba4e86f35ce4]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/19 12:04:14 er 1.1.1.1.346.3: #i1967# type correctness 2004/03/04 18:16:26 er 1.1.1.1.346.2: #i1967# type correctness 2004/03/02 10:44:20 jmarmion 1.1.1.1.346.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3038ccb00802dd772b6902ba91d0f3701b6d8f32]

        INTEGRATION: CWS rowlimit (1.4.18); FILE MERGED 2004/03/21 19:39:59 jmarmion 1.4.18.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [de2c940cc3f111a834dc06f46c0e937c337c59eb]

        INTEGRATION: CWS rowlimit (1.14.18); FILE MERGED 2004/03/19 15:58:07 er 1.14.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [17e7e0a1438c143d830849e79c7df625c4beacf1]

        INTEGRATION: CWS rowlimit (1.9.14); FILE MERGED 2004/03/19 13:47:14 er 1.9.14.4: #i1967# type correctness 2004/03/15 17:28:09 er 1.9.14.3: RESYNC: (1.10-1.11); FILE MERGED 2004/02/11 14:03:05 er 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/28 19:47:53 er 1.9.14.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a90e9b3c361d86875f5d44fb31837fd349584247]

        INTEGRATION: CWS rowlimit (1.6.18); FILE MERGED 2004/03/19 15:16:11 er 1.6.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b674a7dacbe3a216d2999dfa1d95711cc43cdebd]

        INTEGRATION: CWS rowlimit (1.7.18); FILE MERGED 2004/03/19 15:16:08 er 1.7.18.2: #i1967# type correctness 2004/03/19 13:47:14 er 1.7.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [28a937d01105231e0d1a4053729ed1f5c3669fae]

        INTEGRATION: CWS rowlimit (1.11.10); FILE MERGED 2004/03/19 13:47:12 er 1.11.10.3: #i1967# type correctness 2004/03/15 17:27:34 er 1.11.10.2: RESYNC: (1.11-1.13); FILE MERGED 2004/03/04 18:16:25 er 1.11.10.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c22d4eecf3785ccf70035b0108bb49c9d0d33875]

        INTEGRATION: CWS rowlimit (1.8.18); FILE MERGED 2004/03/19 18:48:16 er 1.8.18.2: #i1967# type correctness 2004/03/19 15:16:03 er 1.8.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [281fd0037bdddb384322eb1a9285946a3d4f409c]

        INTEGRATION: CWS rowlimit (1.6.18); FILE MERGED 2004/03/19 13:47:12 er 1.6.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [df694dfca4e5764526e1c82b6ee853fb25758705]

        INTEGRATION: CWS rowlimit (1.6.18); FILE MERGED 2004/03/19 15:58:06 er 1.6.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d0e9d18631fbdb78a7678dfe5accf274149b5d0b]

        INTEGRATION: CWS rowlimit (1.6.18); FILE MERGED 2004/03/19 17:10:44 er 1.6.18.3: #i1967# type correctness 2004/03/19 13:47:11 er 1.6.18.2: #i1967# type correctness 2004/03/19 12:15:36 jmarmion 1.6.18.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d8096f780608b4ff691186e355028dc0a0faa6b6]

        INTEGRATION: CWS rowlimit (1.8.18); FILE MERGED 2004/03/19 18:48:16 er 1.8.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e235d367d61253917f8c0a5a308e1bf0cdd1112c]

        INTEGRATION: CWS rowlimit (1.5.18); FILE MERGED 2004/03/19 18:48:16 er 1.5.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a23e5a2c4c9562d3afbf214198723acc1b5db28d]

        INTEGRATION: CWS rowlimit (1.32.14); FILE MERGED 2004/04/29 16:25:31 er 1.32.14.4: RESYNC: (1.34-1.35); FILE MERGED 2004/03/15 17:25:46 er 1.32.14.3: RESYNC: (1.33-1.34); FILE MERGED 2004/02/11 14:02:17 er 1.32.14.2: RESYNC: (1.32-1.33); FILE MERGED 2004/01/19 15:16:27 jmarmion 1.32.14.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bc1bfa3e856e498864121eb0cc0295cd00770f7d]

        INTEGRATION: CWS rowlimit (1.5.122); FILE MERGED 2004/03/19 13:47:11 er 1.5.122.3: #i1967# type correctness 2004/02/11 14:02:07 er 1.5.122.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/19 15:14:24 jmarmion 1.5.122.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fe21568c79e7a7f102d2b52d3780d60f17539cfa]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/19 09:42:00 jmarmion 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c69b497a522180868cab0c494290c25194f07df7]

        INTEGRATION: CWS rowlimit (1.5.338); FILE MERGED 2004/02/04 11:28:10 er 1.5.338.1: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2e4f6afbe23056c47cf00eb2cbe36832e84ee1f1]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/19 12:12:38 jmarmion 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short. 2003/11/28 19:47:53 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0a9fc8cdbbc0b20087c036e268012ed43fce0c69]

        INTEGRATION: CWS rowlimit (1.3.202); FILE MERGED 2004/03/02 12:09:55 jmarmion 1.3.202.3: #i1967# step 5 changes. 2004/01/19 12:13:03 jmarmion 1.3.202.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short. 2003/11/28 19:47:53 er 1.3.202.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [508b781c5a53e5adcf665fc33bb3a1a8dd6c7ff1]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/02/13 11:33:21 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [26367fedb797fcf47044627570ad4809a8e39354]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/02 12:09:21 jmarmion 1.1.1.1.346.2: #i1967# step 5 changes. 2004/01/19 10:08:00 jmarmion 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1af3b6d2a74e79d6f1bee2ecb81baef85c69611d]

        INTEGRATION: CWS rowlimit (1.30.14); FILE MERGED 2004/03/21 19:44:26 jmarmion 1.30.14.3: #i1967# step 5 changes. 2004/03/15 17:25:03 er 1.30.14.2: RESYNC: (1.30-1.31); FILE MERGED 2003/11/28 19:47:52 er 1.30.14.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2bb5943683649055a8b9798d904e4f21acc4369a]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/04/01 16:39:33 er 1.1.1.1.346.1: #i1967# SCSIZE instead of USHORT (and remove unused SetOuted())

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [19c09ca726fec76a257adf65c7ad5d6e531e4fa7]

        INTEGRATION: CWS rowlimit (1.2.16); FILE MERGED 2004/03/02 12:08:10 jmarmion 1.2.16.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1044bd7e9e10cb403a40fa8be11491528234a079]

        INTEGRATION: CWS rowlimit (1.5.202); FILE MERGED 2004/03/02 12:04:01 jmarmion 1.5.202.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [10071062a64ec8e26488bc003861fe8c684c8335]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/02 12:00:42 jmarmion 1.1.1.1.346.4: #i1967# step 5 changes. 2004/01/19 09:41:14 jmarmion 1.1.1.1.346.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short. 2003/12/12 12:36:06 er 1.1.1.1.346.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/11/28 19:47:52 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ca995f33c24ee0e54aec9631d056eca9555b98fa]

        INTEGRATION: CWS rowlimit (1.24.16); FILE MERGED 2004/03/21 19:41:38 jmarmion 1.24.16.2: #i1967# step 5 changes. 2004/03/19 21:03:55 er 1.24.16.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a298052f37283bcb5784465439d45993119b0e67]

        INTEGRATION: CWS rowlimit (1.8.16); FILE MERGED 2004/03/04 18:16:25 er 1.8.16.4: #i1967# type correctness 2004/03/01 16:23:18 jmarmion 1.8.16.3: #i1967# step 5 changes. 2004/01/19 19:23:42 jmarmion 1.8.16.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short. 2004/01/19 15:57:28 jmarmion 1.8.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a6ccc5488023c27c9cbc4115664089ba65e60da4]

        INTEGRATION: CWS rowlimit (1.5.302); FILE MERGED 2004/02/13 11:33:20 er 1.5.302.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/19 15:57:51 jmarmion 1.5.302.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short. 2003/11/28 19:47:52 er 1.5.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4cec583625119d6a8ad89c2c103ecfe0cb47bb07]

        INTEGRATION: CWS rowlimit (1.4.16); FILE MERGED 2004/03/01 16:24:22 jmarmion 1.4.16.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [18a56f016cbabc33d51caabc87dd00983d1f7b46]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/19 10:07:33 jmarmion 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short. 2003/11/28 19:47:51 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c8ee021894aa046909635f9d24bf5b1b10754fb3]

        INTEGRATION: CWS rowlimit (1.6.192); FILE MERGED 2004/03/19 12:04:14 er 1.6.192.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0f4ffba09440854b6ba6d9e0b65c5d22a5598288]

        INTEGRATION: CWS rowlimit (1.2.338); FILE MERGED 2004/04/29 16:25:10 er 1.2.338.2: RESYNC: (1.2-1.3); FILE MERGED 2003/11/28 19:47:51 er 1.2.338.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8376b1af65be2455388cc5a28a3f3718792b87ef]

        INTEGRATION: CWS rowlimit (1.39.16); FILE MERGED 2004/03/21 19:22:28 jmarmion 1.39.16.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cfa494c26c1d72399e86d0f8a1cfbe7dff17f824]

        INTEGRATION: CWS rowlimit (1.51.16); FILE MERGED 2004/03/21 19:24:19 jmarmion 1.51.16.2: #i1967# step 5 changes. 2004/03/19 15:58:06 er 1.51.16.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [31a3d7569c19ada621907c75eea16a24f85dd8e6]

        INTEGRATION: CWS rowlimit (1.10.162); FILE MERGED 2004/03/21 19:19:38 jmarmion 1.10.162.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d5728bb27f4ca1d31d6bf97d29e112c81a4513e5]

        INTEGRATION: CWS rowlimit (1.11.192); FILE MERGED 2004/03/21 19:46:57 jmarmion 1.11.192.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cf53a21f4d10a796ac766a9615f70fec540c13b7]

        INTEGRATION: CWS rowlimit (1.2.202); FILE MERGED 2004/03/01 16:22:22 jmarmion 1.2.202.2: #i1967# step 5 changes. 2004/01/19 10:07:04 jmarmion 1.2.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4af4104bdf198798f9e772f090c0279b046ba723]

        INTEGRATION: CWS rowlimit (1.2.200); FILE MERGED 2004/03/25 21:35:59 er 1.2.200.4: #i1967# use ValidCol,ValidRow,ValidTab 2004/01/19 09:14:35 jmarmion 1.2.200.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short. 2003/12/12 12:35:33 er 1.2.200.2: RESYNC: (1.2-1.3); FILE MERGED 2003/11/28 19:47:51 er 1.2.200.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4888235143238f4b3ee7bacec7ff72ac74dc35ed]

        INTEGRATION: CWS rowlimit (1.16.16); FILE MERGED 2004/03/25 21:35:59 er 1.16.16.2: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/21 19:45:45 jmarmion 1.16.16.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4b9471645c65765f6a0e74aaaa54a9a08ee16313]

        INTEGRATION: CWS rowlimit (1.13.202); FILE MERGED 2004/03/19 13:47:11 er 1.13.202.3: #i1967# type correctness 2004/03/02 18:26:57 jmarmion 1.13.202.2: #i1967# step 5 changes. 2004/01/19 15:12:26 jmarmion 1.13.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5404a4cdb198452d6b6a2e6d34055724123162b3]

        INTEGRATION: CWS rowlimit (1.10.202); FILE MERGED 2004/03/15 17:25:11 er 1.10.202.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/19 15:09:35 jmarmion 1.10.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d76d9b2a5c45cfb13d33a0cbc150515271ffe1ee]

        INTEGRATION: CWS rowlimit (1.11.74); FILE MERGED 2004/03/01 16:04:31 jmarmion 1.11.74.2: #i1967# step 5 changes. 2004/01/19 15:52:35 jmarmion 1.11.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [29e5630f4f0b5f1095fcc21eae87c2f9e4ce9ab8]

        INTEGRATION: CWS rowlimit (1.7.28); FILE MERGED 2004/03/01 16:03:31 jmarmion 1.7.28.2: #i1967# step 5 changes. 2004/01/19 15:51:58 jmarmion 1.7.28.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a018adcc1c40a170838f8412720e7d7e58c6ce58]

        INTEGRATION: CWS rowlimit (1.23.194); FILE MERGED 2004/03/01 16:03:11 jmarmion 1.23.194.3: #i1967# step 5 changes. 2004/02/11 14:03:36 er 1.23.194.2: RESYNC: (1.23-1.24); FILE MERGED 2004/01/19 15:51:34 jmarmion 1.23.194.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [474fe086fecb82da1691158bbce22289cc92f4e4]

        INTEGRATION: CWS rowlimit (1.3.18); FILE MERGED 2004/03/21 19:38:30 jmarmion 1.3.18.4: #i1967# step 5 changes. 2004/03/19 15:58:30 er 1.3.18.3: #i1967# type correctness 2004/03/15 17:34:23 er 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2003/11/28 19:47:50 er 1.3.18.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d118c9d1108f325e7c9fce096dde31a3965cdb4e]

        INTEGRATION: CWS rowlimit (1.15.18); FILE MERGED 2004/03/19 15:58:30 er 1.15.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f70c0ebb100ae56e8959223e1fc71b264a94d14a]

        INTEGRATION: CWS rowlimit (1.11.18); FILE MERGED 2004/03/19 15:58:29 er 1.11.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fa4917a8b714f212e32375e037b445e4852caeac]

        INTEGRATION: CWS rowlimit (1.6.18); FILE MERGED 2004/04/29 16:23:37 er 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2004/03/19 15:58:29 er 1.6.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ee7ff8a5fc58bab10db6cbd0255f31379c5ce861]

        INTEGRATION: CWS rowlimit (1.2.12); FILE MERGED 2004/06/01 10:23:03 er 1.2.12.2: #i1967# a row is a row 2004/03/19 15:58:29 er 1.2.12.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8af315a66aae725b5cb9de2c790875f51099a138]

        INTEGRATION: CWS rowlimit (1.13.18); FILE MERGED 2004/03/19 20:55:18 er 1.13.18.2: #i1967# type correctness 2004/03/19 15:58:28 er 1.13.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e11a56c1d980f7fc85146caae49d2fd7a95f5df0]

        INTEGRATION: CWS rowlimit (1.3.16); FILE MERGED 2004/04/29 16:24:27 er 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/19 15:58:28 er 1.3.16.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6b9dadac3eb4ac72c0c62b2925930af054819c49]

        INTEGRATION: CWS rowlimit (1.8.18); FILE MERGED 2004/04/29 16:24:18 er 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/19 15:58:28 er 1.8.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [178d3ca52407744afa6a81b92b55af0094f60065]

        INTEGRATION: CWS rowlimit (1.10.18); FILE MERGED 2004/03/19 15:58:28 er 1.10.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d19dac2fd223a5a4826fdfb65548ecd9776d705e]

        INTEGRATION: CWS rowlimit (1.13.16); FILE MERGED 2004/04/29 16:24:10 er 1.13.16.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/19 15:58:27 er 1.13.16.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ef23b8657c9ac774dadb271df6cde4f18a913f70]

        INTEGRATION: CWS rowlimit (1.8.18); FILE MERGED 2004/03/19 15:58:27 er 1.8.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c766e9d58a4b13196ae63b3699756f397b6daf52]

        INTEGRATION: CWS rowlimit (1.3.16); FILE MERGED 2004/04/29 16:23:57 er 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/19 20:55:17 er 1.3.16.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [949b110dbe79df717c7ffadcb06a6d85396b5ef2]

        INTEGRATION: CWS rowlimit (1.7.18); FILE MERGED 2004/03/19 20:55:17 er 1.7.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0f2c3238a708a46938424d6f1244205bc92efda6]

        INTEGRATION: CWS rowlimit (1.11.18); FILE MERGED 2004/03/19 20:55:17 er 1.11.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b4bc84ef81a572a1914e32d207780e85bb99953b]

        INTEGRATION: CWS rowlimit (1.3.324); FILE MERGED 2004/02/04 11:28:09 er 1.3.324.1: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [31f0b94c06d1d5f559e0dcf4dd96574305143970]

        INTEGRATION: CWS rowlimit (1.17.18); FILE MERGED 2004/03/19 20:55:17 er 1.17.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e71b9fec98050a1a3ddf87e0e0f989b4960a8776]

        INTEGRATION: CWS rowlimit (1.57.14); FILE MERGED 2004/03/19 20:55:16 er 1.57.14.6: #i1967# type correctness 2004/03/15 17:28:45 er 1.57.14.5: RESYNC: (1.59-1.60); FILE MERGED 2004/02/11 14:03:56 er 1.57.14.4: RESYNC: (1.58-1.59); FILE MERGED 2004/02/04 11:28:08 er 1.57.14.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2003/12/12 12:37:23 er 1.57.14.2: RESYNC: (1.57-1.58); FILE MERGED 2003/11/28 19:47:49 er 1.57.14.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d8dc146bce679ac9dd66f2b31a332b134251108a]

        INTEGRATION: CWS rowlimit (1.3.320); FILE MERGED 2004/03/25 21:35:58 er 1.3.320.2: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/19 20:55:16 er 1.3.320.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4c921b80e848701c7d28e1b5c92cecde7d51e6ad]

        INTEGRATION: CWS rowlimit (1.17.18); FILE MERGED 2004/03/21 19:18:26 jmarmion 1.17.18.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2e41e66d97ce3ec0cdb906424c32edb2c6969657]

        INTEGRATION: CWS rowlimit (1.44.16); FILE MERGED 2004/04/29 16:23:48 er 1.44.16.2: RESYNC: (1.44-1.45); FILE MERGED 2004/04/01 16:39:03 er 1.44.16.1: #i1967# SCSIZE instead of USHORT (and remove unused SetOuted())

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6cf0f463264d66d9597ecd5edd290397fea27cc2]

        INTEGRATION: CWS rowlimit (1.71.16); FILE MERGED 2004/03/21 19:13:52 jmarmion 1.71.16.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6952535adf3803f2acbac31f302a4e33e71e3c77]

        INTEGRATION: CWS rowlimit (1.31.18); FILE MERGED 2004/03/23 11:16:55 er 1.31.18.4: #i1967# type correctness 2004/03/22 16:50:22 er 1.31.18.3: #i1967# type correctness 2004/03/22 10:45:26 jmarmion 1.31.18.2: #i1967# more step 5 changes. 2004/03/21 18:58:38 jmarmion 1.31.18.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [992eca3afc935213745f10fdbcd891052a20b1a3]

        INTEGRATION: CWS rowlimit (1.90.18); FILE MERGED 2004/03/21 18:53:36 jmarmion 1.90.18.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [68a66f4c9bb0ab6a7ee658fc147d550a8630e3f2]

        INTEGRATION: CWS rowlimit (1.26.18); FILE MERGED 2004/03/25 21:35:57 er 1.26.18.3: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/24 15:31:21 er 1.26.18.2: #i1967# type correctness 2004/03/21 13:13:05 jmarmion 1.26.18.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [159f770594ba72454c358601d449e66136582ef7]

        INTEGRATION: CWS rowlimit (1.24.18); FILE MERGED 2004/03/25 21:35:57 er 1.24.18.3: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/24 15:31:21 er 1.24.18.2: #i1967# type correctness 2004/03/21 13:05:38 jmarmion 1.24.18.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5609335b75cb1e0975f876a3d11f424002bdf143]

        INTEGRATION: CWS rowlimit (1.50.18); FILE MERGED 2004/03/21 12:50:58 jmarmion 1.50.18.1: #i1967# step 5 changes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0fd9763e68df16c9013fb4dde21efdea4b233778]

        INTEGRATION: CWS rowlimit (1.21.18); FILE MERGED 2004/03/25 21:35:57 er 1.21.18.3: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/21 12:15:40 jmarmion 1.21.18.2: #i1967# step 5 changes. 2004/03/19 20:55:16 er 1.21.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [749533b737446c00cd385d4856554813727a4f13]

        INTEGRATION: CWS rowlimit (1.5.200); FILE MERGED 2004/03/25 21:35:57 er 1.5.200.5: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/19 12:04:13 er 1.5.200.4: #i1967# type correctness 2004/02/11 14:06:25 er 1.5.200.3: RESYNC: (1.5-1.6); FILE MERGED 2004/02/04 11:28:07 er 1.5.200.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/19 09:14:04 jmarmion 1.5.200.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fb79d2fcd1ccf459323a18b8153c4f21fbd3306e]

        INTEGRATION: CWS rowlimit (1.6.200); FILE MERGED 2004/01/19 09:13:31 jmarmion 1.6.200.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2aff555f48a4f1c49f7cb5435d3ef62ce75f4a63]

        INTEGRATION: CWS rowlimit (1.16.72); FILE MERGED 2004/03/18 10:22:49 er 1.16.72.4: #i1967# type correctness 2004/03/15 17:34:31 er 1.16.72.3: RESYNC: (1.16-1.17); FILE MERGED 2004/01/16 17:42:46 er 1.16.72.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:25 er 1.16.72.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [30e45712dbd83f925f95fe7f5ff4aeb83949b74d]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/15 17:36:43 er 1.1.1.1.346.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/12/19 20:16:24 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cc2906bfab590e10768ab385de45cd941a913b40]

        INTEGRATION: CWS rowlimit (1.6.202); FILE MERGED 2004/03/17 12:24:58 er 1.6.202.4: #i1967# type correctness (ScMatrix parameters are SCSIZE now) 2004/03/15 17:36:35 er 1.6.202.3: RESYNC: (1.6-1.7); FILE MERGED 2004/01/13 17:19:43 er 1.6.202.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:24 er 1.6.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8e6de2e433d2d097a20a11858476a78106178392]

        INTEGRATION: CWS rowlimit (1.2.186); FILE MERGED 2004/03/11 17:04:25 er 1.2.186.4: #i1967# type correctness 2004/03/05 17:13:08 er 1.2.186.3: #i1967# type correctness 2004/01/12 17:14:05 er 1.2.186.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:23 er 1.2.186.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fa5916d3ce719b0edcad7737fe805da1f6d39fed]

        INTEGRATION: CWS rowlimit (1.2.338); FILE MERGED 2004/03/05 17:13:08 er 1.2.338.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [78d0d87a6dbbe8796e717125c6b1fecd6353e8ec]

        INTEGRATION: CWS rowlimit (1.3.302); FILE MERGED 2004/03/05 17:13:07 er 1.3.302.3: #i1967# type correctness 2004/02/04 11:28:06 er 1.3.302.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2003/12/19 20:16:23 er 1.3.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5a0e302987639ccb4a40d9ab695f5971d49864f1]

        INTEGRATION: CWS rowlimit (1.4.202); FILE MERGED 2004/03/17 12:24:58 er 1.4.202.2: #i1967# type correctness (ScMatrix parameters are SCSIZE now) 2003/12/19 20:16:23 er 1.4.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [eb9a7521c12ca3f5536ce6efa0e4aae6c38a4f8c]

        INTEGRATION: CWS rowlimit (1.13.146); FILE MERGED 2004/03/05 17:13:07 er 1.13.146.4: #i1967# type correctness 2004/02/13 11:33:20 er 1.13.146.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:04 er 1.13.146.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:22 er 1.13.146.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [96d2398c84f2d5450121d341c4cc805b35a81ce7]

        INTEGRATION: CWS rowlimit (1.4.334); FILE MERGED 2004/03/11 14:35:08 er 1.4.334.4: #i1967# no streaming 2004/03/05 17:13:07 er 1.4.334.3: #i1967# type correctness 2004/01/12 17:14:04 er 1.4.334.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:22 er 1.4.334.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2cb247c2bad91c825ad13ac11bba07238c013dd2]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/05 17:13:07 er 1.1.1.1.346.4: #i1967# type correctness 2003/12/19 20:16:22 er 1.1.1.1.346.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT 2003/12/12 12:40:11 er 1.1.1.1.346.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/11/28 19:47:49 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [27a151d7fe54f5decf143d433aed13956acc4631]

        INTEGRATION: CWS rowlimit (1.11.18); FILE MERGED 2004/03/25 17:42:01 er 1.11.18.1: #i1967# add address.cxx and sort

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9843ce52765f7d0a699e8f230f1802f52423d514]

        INTEGRATION: CWS rowlimit (1.8.202); FILE MERGED 2004/03/18 19:04:13 er 1.8.202.6: #i1967# type correctness 2004/03/18 10:22:48 er 1.8.202.5: #i1967# type correctness 2004/03/15 17:36:06 er 1.8.202.4: RESYNC: (1.8-1.10); FILE MERGED 2004/02/13 11:33:19 er 1.8.202.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 17:19:42 er 1.8.202.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:21 er 1.8.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [039065bdd0770277babb35373a1ab157f4e0b2a1]

        INTEGRATION: CWS rowlimit (1.26.178); FILE MERGED 2004/04/07 14:44:19 er 1.26.178.7: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/25 21:35:56 er 1.26.178.6: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/18 10:22:48 er 1.26.178.5: #i1967# type correctness 2004/03/15 17:35:57 er 1.26.178.4: RESYNC: (1.26-1.27); FILE MERGED 2004/02/13 11:33:19 er 1.26.178.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 17:19:41 er 1.26.178.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:20 er 1.26.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3773e7cf05a1b8d40cd270efc8e44fae1ca8d9c4]

        INTEGRATION: CWS rowlimit (1.9.16); FILE MERGED 2004/03/22 16:55:07 er 1.9.16.5: #i1967# type correctness 2004/03/18 19:04:12 er 1.9.16.4: #i1967# type correctness 2004/03/18 10:22:48 er 1.9.16.3: #i1967# type correctness 2004/03/15 17:35:48 er 1.9.16.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/13 17:19:40 er 1.9.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0f98ae620f95eeae7de4f7e89f86875e92c83b2c]

        INTEGRATION: CWS rowlimit (1.14.44); FILE MERGED 2004/04/07 14:44:19 er 1.14.44.6: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/18 10:22:47 er 1.14.44.5: #i1967# type correctness 2004/03/15 17:35:40 er 1.14.44.4: RESYNC: (1.15-1.16); FILE MERGED 2004/01/21 14:43:43 er 1.14.44.3: RESYNC: (1.14-1.15); FILE MERGED 2004/01/13 17:19:39 er 1.14.44.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:20 er 1.14.44.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [413f52ebb67ec72fbb9dbbd865969782eb45de69]

        INTEGRATION: CWS rowlimit (1.26.16); FILE MERGED 2004/03/25 21:35:55 er 1.26.16.6: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/18 10:22:41 er 1.26.16.5: #i1967# type correctness 2004/03/15 17:35:32 er 1.26.16.4: RESYNC: (1.26-1.27); FILE MERGED 2004/02/04 11:28:05 er 1.26.16.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/13 17:19:38 er 1.26.16.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:19 er 1.26.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b6003d1ec3070f989c04b17f0585c9b599227f9a]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/04/29 16:23:27 er 1.1.1.1.346.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/01/12 17:14:03 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7c3ea0f248d756fb8efbf52ca9e6b70fd26f6ca6]

        INTEGRATION: CWS rowlimit (1.19.202); FILE MERGED 2004/03/05 17:13:06 er 1.19.202.4: #i1967# type correctness 2004/02/11 14:06:44 er 1.19.202.3: RESYNC: (1.20-1.21); FILE MERGED 2004/01/21 14:43:29 er 1.19.202.2: RESYNC: (1.19-1.20); FILE MERGED 2003/12/19 20:16:19 er 1.19.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3dcab5dd3dee91785b6cdcad6c2343ea4f9019b6]

        INTEGRATION: CWS rowlimit (1.12.26); FILE MERGED 2004/03/25 21:35:55 er 1.12.26.5: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/05 17:13:06 er 1.12.26.4: #i1967# type correctness 2004/02/11 14:06:35 er 1.12.26.3: RESYNC: (1.12-1.13); FILE MERGED 2004/02/04 11:28:04 er 1.12.26.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2003/12/19 20:16:18 er 1.12.26.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b2bf2b01c60ada1be90e3730c51038b21e85105d]

        INTEGRATION: CWS rowlimit (1.2.302); FILE MERGED 2004/03/11 14:00:12 er 1.2.302.3: #i1967# no streaming 2004/01/12 17:14:03 er 1.2.302.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:18 er 1.2.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [25092473f0eb8ba17f0fc51911cccc06bd7ce0af]

        INTEGRATION: CWS rowlimit (1.8.314); FILE MERGED 2004/03/17 12:24:57 er 1.8.314.4: #i1967# type correctness (ScMatrix parameters are SCSIZE now) 2004/03/15 17:35:23 er 1.8.314.3: RESYNC: (1.8-1.9); FILE MERGED 2004/03/05 17:13:06 er 1.8.314.2: #i1967# type correctness 2003/12/19 20:16:18 er 1.8.314.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2cfa68662db804d84ad6df37de073b444bf12a4d]

        INTEGRATION: CWS rowlimit (1.10.302); FILE MERGED 2004/05/06 16:01:06 er 1.10.302.4: #i1967# type correctness 2004/03/05 17:13:06 er 1.10.302.3: #i1967# type correctness 2004/01/12 17:14:02 er 1.10.302.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:17 er 1.10.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a88e7a0f517c864f87976e476cde8251c18cad8a]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/15 17:35:15 er 1.1.1.1.346.5: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/03/11 12:07:45 er 1.1.1.1.346.4: #i1967# type correctness 2004/03/05 17:13:05 er 1.1.1.1.346.3: #i1967# type correctness 2004/01/13 17:19:38 er 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:17 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [492803b692124d6d417370e547901424933a02be]

        INTEGRATION: CWS rowlimit (1.42.16); FILE MERGED 2004/03/25 21:35:55 er 1.42.16.9: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/25 17:46:34 er 1.42.16.8: #i1967# consolidate ColToAlpha,AlphaToCol methods 2004/03/15 17:35:06 er 1.42.16.7: RESYNC: (1.43-1.45); FILE MERGED 2004/03/11 13:52:05 er 1.42.16.6: #i1967# type correctness 2004/03/05 17:13:04 er 1.42.16.5: #i1967# type correctness 2004/02/13 11:33:18 er 1.42.16.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/21 14:43:14 er 1.42.16.3: RESYNC: (1.42-1.43); FILE MERGED 2004/01/12 17:14:01 er 1.42.16.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:16 er 1.42.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f62e28f7392775bbee2c8fa74d46d17c89b0904c]

        INTEGRATION: CWS rowlimit (1.9.322); FILE MERGED 2003/12/19 20:16:15 er 1.9.322.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [185d40fb3b55c9551c9515b67867f7ca0c73d790]

        INTEGRATION: CWS rowlimit (1.17.172); FILE MERGED 2004/03/15 17:34:58 er 1.17.172.7: RESYNC: (1.17-1.18); FILE MERGED 2004/03/11 13:38:58 er 1.17.172.6: #i1967# no streaming 2004/03/05 17:13:04 er 1.17.172.5: #i1967# type correctness 2004/01/16 17:42:45 er 1.17.172.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/13 17:19:36 er 1.17.172.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:00 er 1.17.172.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:14 er 1.17.172.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [dfe12a16b8c0bd981ece1d807e35c941b19c0ca0]

        INTEGRATION: CWS rowlimit (1.5.314); FILE MERGED 2004/04/07 14:44:18 er 1.5.314.2: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2003/12/19 20:16:14 er 1.5.314.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4d049cff7c721401e4af92f5a6b334dc827083bf]

        INTEGRATION: CWS rowlimit (1.11.202); FILE MERGED 2004/04/01 13:24:16 er 1.11.202.4: #i1967# create empty memchart if <short> limits are exceeded 2004/03/18 19:42:49 er 1.11.202.3: #i1967# type correctness (ScChartPositionMap using SCSIZE) 2004/03/05 17:13:04 er 1.11.202.2: #i1967# type correctness 2003/12/19 20:16:13 er 1.11.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [16e806b5f959951722a9ab639057c6a55988b2f0]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/04/07 14:44:18 er 1.1.1.1.346.2: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/05 17:13:04 er 1.1.1.1.346.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [818be24c0ceba1dcc1d716aee5c631e79328f180]

        INTEGRATION: CWS rowlimit (1.1.2); FILE ADDED 2004/03/25 22:21:42 er 1.1.2.2: #i1967# AlphaToCol() extra parameters not needed 2004/03/25 17:41:24 er 1.1.2.1: #i1967# moved address,range,reference related methods from ../data/global*.cxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8463707de44cb796880520ae837477446552efcd]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/05 17:13:03 er 1.1.1.1.346.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [258150a52b387d9ecfbabfc39780722433dedfc0]

        INTEGRATION: CWS rowlimit (1.12.302); FILE MERGED 2004/03/17 12:24:57 er 1.12.302.3: #i1967# type correctness (ScMatrix parameters are SCSIZE now) 2004/03/15 17:34:40 er 1.12.302.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/19 20:16:13 er 1.12.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [40177336ec77d2d3975e1c746d9e90f527fbbd0f]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2003/11/28 19:47:48 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2a30379bd592f6639a33cfea2f41da3616c247f4]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/13 13:38:09 er 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:48 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [21c9365c95803990ae1e92c574e3b3ed91402d50]

        INTEGRATION: CWS rowlimit (1.2.18); FILE MERGED 2004/03/18 10:22:41 er 1.2.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c48557c14e6d5ade7221bba34a6b648936729629]

        INTEGRATION: CWS rowlimit (1.14.202); FILE MERGED 2004/03/18 10:22:41 er 1.14.202.3: #i1967# type correctness 2004/03/15 17:37:10 er 1.14.202.2: RESYNC: (1.14-1.15); FILE MERGED 2004/01/13 13:38:09 er 1.14.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3008f161112ad3067cb6d7c08b3d0e8ecd3e40a8]

        INTEGRATION: CWS rowlimit (1.5.338); FILE MERGED 2004/04/07 14:44:18 er 1.5.338.5: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/17 12:24:57 er 1.5.338.4: #i1967# type correctness (ScMatrix parameters are SCSIZE now) 2004/03/15 17:37:02 er 1.5.338.3: RESYNC: (1.5-1.6); FILE MERGED 2004/01/13 13:38:07 er 1.5.338.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:47 er 1.5.338.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ec5b90ba3eec148029173a2d744dfa706463889a]

        INTEGRATION: CWS rowlimit (1.2.302); FILE MERGED 2004/05/24 12:02:36 er 1.2.302.6: #i1967# replace the multiset equalness attempt with a unique set 2004/04/19 14:18:25 er 1.2.302.5: #i1967# get rid of SV_PTRARR_SORT, use STL multiset 2004/04/07 14:44:17 er 1.2.302.4: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/11 12:07:44 er 1.2.302.3: #i1967# type correctness 2004/03/08 08:50:56 jmarmion 1.2.302.2: #i1967# step 5 changes. 2004/01/13 13:38:05 er 1.2.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [85efb07dc1b0bf4bc5b5740ee8af89a889cd5bd7]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/04/07 14:44:17 er 1.1.1.1.346.1: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [52304249e991f4027447e1e06f04a18ed4b51599]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/04/07 14:44:17 er 1.1.1.1.346.2: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2003/11/28 19:47:47 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f1ca0980a482fd2e279a65785232b08643181016]

        INTEGRATION: CWS rowlimit (1.10.74); FILE MERGED 2004/01/12 17:14:32 er 1.10.74.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:40 er 1.10.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [704291f3b3722de634a5289ddb0950c3cfbfc58e]

        INTEGRATION: CWS rowlimit (1.2.346); FILE MERGED 2004/03/05 20:36:22 er 1.2.346.2: #i1967# type correctness 2004/02/04 11:28:03 er 1.2.346.1: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2eba16e292083583667a9d82c23ec57ccfd2ec1b]

        INTEGRATION: CWS rowlimit (1.6.202); FILE MERGED 2004/03/31 17:49:32 er 1.6.202.4: #i1967# replace some USHRT_MAX with appropriate SCCOL_MAX,SCROW_MAX,SCTAB_MAX 2004/03/05 20:36:22 er 1.6.202.3: #i1967# type correctness 2004/02/04 11:28:03 er 1.6.202.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/09 20:51:39 er 1.6.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3c84184ac6f7a0faa5fab383d41b7701736942f3]

        INTEGRATION: CWS rowlimit (1.5.334); FILE MERGED 2004/04/07 14:44:16 er 1.5.334.5: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/04/06 14:17:06 er 1.5.334.4: #i1967# change REPEAT_NONE to SCCOL_REPEAT_NONE,SCROW_REPEAT_NONE 2004/03/05 20:36:22 er 1.5.334.3: #i1967# type correctness 2004/01/12 17:14:32 er 1.5.334.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:39 er 1.5.334.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8df3d9f74ed1477de6cf76533b5cc46be690aeae]

        INTEGRATION: CWS rowlimit (1.8.202); FILE MERGED 2004/03/25 21:35:54 er 1.8.202.7: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/15 17:39:21 er 1.8.202.6: RESYNC: (1.8-1.9); FILE MERGED 2004/03/11 12:07:44 er 1.8.202.5: #i1967# type correctness 2004/03/05 20:36:22 er 1.8.202.4: #i1967# type correctness 2004/01/16 17:42:44 er 1.8.202.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:32 er 1.8.202.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:38 er 1.8.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ad32437f3b4771f830967f45301317b90b4fa32a]

        INTEGRATION: CWS rowlimit (1.15.178); FILE MERGED 2004/03/31 17:49:32 er 1.15.178.5: #i1967# replace some USHRT_MAX with appropriate SCCOL_MAX,SCROW_MAX,SCTAB_MAX 2004/03/25 21:35:54 er 1.15.178.4: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/11 12:07:43 er 1.15.178.3: #i1967# type correctness 2004/03/05 20:36:21 er 1.15.178.2: #i1967# type correctness 2004/01/09 20:51:38 er 1.15.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b912f80c1b222be03e90e72b3766ffd1cc82f4e7]

        INTEGRATION: CWS rowlimit (1.24.16); FILE MERGED 2004/05/27 18:44:57 er 1.24.16.12: #i1967# ExtendMerge, IsBlockEmpty: check for valid column numbers 2004/05/06 16:01:06 er 1.24.16.11: #i1967# type correctness 2004/04/29 16:23:15 er 1.24.16.10: RESYNC: (1.25-1.26); FILE MERGED 2004/03/25 21:35:53 er 1.24.16.9: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/18 18:29:37 er 1.24.16.8: #i1967# type correctness 2004/03/11 12:07:43 er 1.24.16.7: #i1967# type correctness 2004/03/07 11:32:52 jmarmion 1.24.16.6: #i1967# step 5 changes 2004/02/13 11:33:17 er 1.24.16.5: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 14:08:59 er 1.24.16.4: RESYNC: (1.24-1.25); FILE MERGED 2004/01/16 17:42:44 er 1.24.16.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:31 er 1.24.16.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:37 er 1.24.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ab0043254ff5e1ab770987b175a52e184c28ea49]

        INTEGRATION: CWS rowlimit (1.7.16); FILE MERGED 2004/04/06 14:17:06 er 1.7.16.8: #i1967# change REPEAT_NONE to SCCOL_REPEAT_NONE,SCROW_REPEAT_NONE 2004/03/25 21:35:53 er 1.7.16.7: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/11 12:07:42 er 1.7.16.6: #i1967# type correctness 2004/03/07 11:32:52 jmarmion 1.7.16.5: #i1967# step 5 changes 2004/02/11 14:08:50 er 1.7.16.4: RESYNC: (1.7-1.8); FILE MERGED 2004/01/16 17:42:43 er 1.7.16.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:31 er 1.7.16.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:37 er 1.7.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4295ce8438b8acb72f443808ee41af3ae603f4a1]

        INTEGRATION: CWS rowlimit (1.6.178); FILE MERGED 2004/01/09 20:51:36 er 1.6.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [610caf9ae62d7bf464ecc29cb3bb49ab7831b6ae]

        INTEGRATION: CWS rowlimit (1.1.338); FILE MERGED 2004/03/07 11:32:52 jmarmion 1.1.338.2: #i1967# step 5 changes 2004/01/09 20:51:36 er 1.1.338.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0e8e721090921bbab5646e3e7ba9d46a55c0aaad]

        INTEGRATION: CWS rowlimit (1.4.330); FILE MERGED 2004/03/15 17:39:12 er 1.4.330.5: RESYNC: (1.4-1.5); FILE MERGED 2004/03/11 12:07:42 er 1.4.330.4: #i1967# type correctness 2004/03/07 11:32:51 jmarmion 1.4.330.3: #i1967# step 5 changes 2004/01/12 17:14:30 er 1.4.330.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:36 er 1.4.330.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6d40ca621d4beebfaf77ceed6910eb62e4a40b0f]

        INTEGRATION: CWS rowlimit (1.4.304); FILE MERGED 2004/03/25 21:35:53 er 1.4.304.7: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/18 18:29:36 er 1.4.304.6: #i1967# type correctness 2004/03/11 13:02:49 er 1.4.304.5: #i1967# resolve ambiguity 2004/03/11 12:07:42 er 1.4.304.4: #i1967# type correctness 2004/03/07 11:32:51 jmarmion 1.4.304.3: #i1967# step 5 changes 2004/01/12 17:14:29 er 1.4.304.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:35 er 1.4.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [01db8b87fce13e01c8c736b840d404993a7d88ea]

        INTEGRATION: CWS rowlimit (1.3.194); FILE MERGED 2004/03/31 17:49:32 er 1.3.194.5: #i1967# replace some USHRT_MAX with appropriate SCCOL_MAX,SCROW_MAX,SCTAB_MAX 2004/03/11 12:07:41 er 1.3.194.4: #i1967# type correctness 2004/03/07 11:32:51 jmarmion 1.3.194.3: #i1967# step 5 changes 2004/01/09 20:51:35 er 1.3.194.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT 2003/11/28 19:47:46 er 1.3.194.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c7d2d36d5c045de7740b3eb32a3049c1a4351b7d]

        INTEGRATION: CWS rowlimit (1.3.334); FILE MERGED 2004/03/25 17:46:33 er 1.3.334.5: #i1967# consolidate ColToAlpha,AlphaToCol methods 2004/03/11 12:07:41 er 1.3.334.4: #i1967# type correctness 2004/03/07 11:32:50 jmarmion 1.3.334.3: #i1967# step 5 changes 2004/01/16 17:42:43 er 1.3.334.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:34 er 1.3.334.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [98eaa52f16e521f2a3acc98211f76a2c17813dd2]

        INTEGRATION: CWS rowlimit (1.5.202); FILE MERGED 2004/03/11 12:07:41 er 1.5.202.5: #i1967# type correctness 2004/03/07 11:32:50 jmarmion 1.5.202.4: #i1967# step 5 changes 2004/01/16 17:41:47 er 1.5.202.3: #i1967# typedef size_t SCSIZE 2004/01/09 20:50:31 er 1.5.202.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t 2003/11/28 19:47:46 er 1.5.202.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c231c7bd2b17cbe5509ab24f18640f76ac1114aa]

        INTEGRATION: CWS rowlimit (1.9.12); FILE MERGED 2004/04/07 14:44:16 er 1.9.12.1: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [538a55705ef19d1bda5de7a8b16cf605eb3229dd]

        INTEGRATION: CWS rowlimit (1.11.330); FILE MERGED 2004/04/29 16:22:40 er 1.11.330.11: RESYNC: (1.12-1.13); FILE MERGED 2004/03/31 17:49:31 er 1.11.330.10: #i1967# replace some USHRT_MAX with appropriate SCCOL_MAX,SCROW_MAX,SCTAB_MAX 2004/03/25 17:46:33 er 1.11.330.9: #i1967# consolidate ColToAlpha,AlphaToCol methods 2004/03/15 14:29:57 er 1.11.330.8: #i1967# ScAddress::Format: remove superfluous local variables hiding member variables 2004/03/11 12:07:41 er 1.11.330.7: #i1967# type correctness 2004/03/07 11:31:34 jmarmion 1.11.330.6: #i1967# step 5 changes. 2004/02/04 11:28:03 er 1.11.330.5: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/23 18:15:02 er 1.11.330.4: #i1967# restructure ScAddress to use SCCOL/SCROW/SCTAB instead of one single UINT32; make converting ctors explicit 2004/01/09 20:51:34 er 1.11.330.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT 2003/12/12 12:42:34 er 1.11.330.2: RESYNC: (1.11-1.12); FILE MERGED 2003/11/28 19:47:46 er 1.11.330.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a473478957dbb99e2cfd86bbe8677c1342c6acef]

        INTEGRATION: CWS rowlimit (1.3.338); FILE MERGED 2004/03/25 21:35:52 er 1.3.338.6: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/11 12:07:40 er 1.3.338.5: #i1967# type correctness 2004/03/07 11:31:33 jmarmion 1.3.338.4: #i1967# step 5 changes. 2004/02/11 14:08:06 er 1.3.338.3: RESYNC: (1.3-1.4); FILE MERGED 2004/01/16 17:42:43 er 1.3.338.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:33 er 1.3.338.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1b4072194fd460ee21bcba86a77c1d3357a4cd4b]

        INTEGRATION: CWS rowlimit (1.23.16); FILE MERGED 2004/03/11 12:07:40 er 1.23.16.7: #i1967# type correctness 2004/03/07 11:31:33 jmarmion 1.23.16.6: #i1967# step 5 changes. 2004/02/11 14:07:55 er 1.23.16.5: RESYNC: (1.24-1.26); FILE MERGED 2004/02/04 11:28:02 er 1.23.16.4: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/21 14:45:43 er 1.23.16.3: RESYNC: (1.23-1.24); FILE MERGED 2004/01/12 17:14:29 er 1.23.16.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:33 er 1.23.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [52d21a4d0d3f1d87c0db148f7509a47f1ea13ced]

        INTEGRATION: CWS rowlimit (1.5.328); FILE MERGED 2004/04/29 16:22:20 er 1.5.328.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/16 17:42:42 er 1.5.328.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [10a65153b15c30aefdfd1da5d39607082e79dbe8]

        INTEGRATION: CWS rowlimit (1.3.304); FILE MERGED 2004/04/29 16:22:11 er 1.3.304.4: RESYNC: (1.3-1.4); FILE MERGED 2004/03/11 12:07:40 er 1.3.304.3: #i1967# type correctness 2004/01/16 17:42:42 er 1.3.304.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:32 er 1.3.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [30fbc8b8237264c535b6e0622b58025fb05218d3]

        INTEGRATION: CWS rowlimit (1.6.202); FILE MERGED 2004/04/29 16:22:03 er 1.6.202.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/16 17:42:42 er 1.6.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ffc090c643093e9cbf5479e6196167af0af64280]

        INTEGRATION: CWS rowlimit (1.5.322); FILE MERGED 2004/05/06 16:01:06 er 1.5.322.5: #i1967# type correctness 2004/04/29 16:21:39 er 1.5.322.4: RESYNC: (1.6-1.7); FILE MERGED 2004/03/15 17:38:56 er 1.5.322.3: RESYNC: (1.5-1.6); FILE MERGED 2004/03/07 11:31:33 jmarmion 1.5.322.2: #i1967# step 5 changes. 2004/01/09 20:51:32 er 1.5.322.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7436d9647f618020e966431a0802e569b7db1cde]

        INTEGRATION: CWS rowlimit (1.9.304); FILE MERGED 2004/05/06 16:01:05 er 1.9.304.5: #i1967# type correctness 2004/04/29 16:21:31 er 1.9.304.4: RESYNC: (1.9-1.10); FILE MERGED 2004/03/11 12:07:39 er 1.9.304.3: #i1967# type correctness 2004/03/07 11:31:32 jmarmion 1.9.304.2: #i1967# step 5 changes. 2004/01/09 20:51:32 er 1.9.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a37ab92864f75e851ba7e27dc0be63b81ad9a1ec]

        INTEGRATION: CWS rowlimit (1.52.12); FILE MERGED 2004/03/25 21:35:52 er 1.52.12.9: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/11 12:07:38 er 1.52.12.8: #i1967# type correctness 2004/03/07 11:31:32 jmarmion 1.52.12.7: #i1967# step 5 changes. 2004/02/13 11:33:17 er 1.52.12.6: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 14:07:45 er 1.52.12.5: RESYNC: (1.53-1.54); FILE MERGED 2004/01/21 14:45:28 er 1.52.12.4: RESYNC: (1.52-1.53); FILE MERGED 2004/01/16 17:42:41 er 1.52.12.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:28 er 1.52.12.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:31 er 1.52.12.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0dc39cf2a7e4dad21b87ead87356c91d63147971]

        INTEGRATION: CWS rowlimit (1.21.28); FILE MERGED 2004/03/25 21:35:52 er 1.21.28.5: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/11 12:07:38 er 1.21.28.4: #i1967# type correctness 2004/03/07 11:31:32 jmarmion 1.21.28.3: #i1967# step 5 changes. 2004/02/04 11:28:01 er 1.21.28.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/09 20:51:31 er 1.21.28.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2975df3be192a9ff43a52125cca401a373829cb9]

        INTEGRATION: CWS rowlimit (1.31.16); FILE MERGED 2004/03/25 21:35:51 er 1.31.16.6: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/15 17:38:43 er 1.31.16.5: RESYNC: (1.32-1.34); FILE MERGED 2004/03/11 12:07:38 er 1.31.16.4: #i1967# type correctness 2004/02/11 14:07:35 er 1.31.16.3: RESYNC: (1.31-1.32); FILE MERGED 2004/01/12 17:14:27 er 1.31.16.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:30 er 1.31.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0eca9917c451a22586eb696e8d81d1ff6a6f5bb5]

        INTEGRATION: CWS rowlimit (1.4.302); FILE MERGED 2004/04/07 14:44:15 er 1.4.302.5: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/15 17:38:35 er 1.4.302.4: RESYNC: (1.5-1.6); FILE MERGED 2004/01/21 14:45:13 er 1.4.302.3: RESYNC: (1.4-1.5); FILE MERGED 2004/01/12 17:14:27 er 1.4.302.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:30 er 1.4.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cc37ea930bdcc114c627916bc6fa56151aa069f2]

        INTEGRATION: CWS rowlimit (1.10.322); FILE MERGED 2004/01/09 20:51:29 er 1.10.322.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [99277239e465079249bd692e411db6425da684b7]

        INTEGRATION: CWS rowlimit (1.19.28); FILE MERGED 2004/03/11 12:07:37 er 1.19.28.4: #i1967# type correctness 2004/03/07 11:31:31 jmarmion 1.19.28.3: #i1967# step 5 changes. 2004/01/12 17:14:26 er 1.19.28.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:29 er 1.19.28.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [58349e3e750831be74405199e07c97d8978f3d2c]

        INTEGRATION: CWS rowlimit (1.11.178); FILE MERGED 2004/05/06 16:01:05 er 1.11.178.8: #i1967# type correctness 2004/03/25 21:35:51 er 1.11.178.7: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/16 09:37:23 er 1.11.178.6: #i1967# add compiler.hxx 2004/03/11 12:07:37 er 1.11.178.5: #i1967# type correctness 2004/03/07 11:31:31 jmarmion 1.11.178.4: #i1967# step 5 changes. 2004/02/04 11:28:01 er 1.11.178.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/09 20:51:28 er 1.11.178.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT 2003/11/28 19:47:45 er 1.11.178.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [457bab1ba488dfcf7d0830820d6b0c9c02ec6980]

        INTEGRATION: CWS rowlimit (1.19.32); FILE MERGED 2004/05/03 08:51:33 er 1.19.32.10: #i1967# type correctness 2004/04/29 16:21:21 er 1.19.32.9: RESYNC: (1.21-1.23); FILE MERGED 2004/03/25 21:35:51 er 1.19.32.8: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/15 17:38:23 er 1.19.32.7: RESYNC: (1.20-1.21); FILE MERGED 2004/03/11 12:07:37 er 1.19.32.6: #i1967# type correctness 2004/02/13 11:33:16 er 1.19.32.5: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 14:07:26 er 1.19.32.4: RESYNC: (1.19-1.20); FILE MERGED 2004/02/04 11:28:00 er 1.19.32.3: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/16 17:42:41 er 1.19.32.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:28 er 1.19.32.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1961b4bb129d0624e9cad9a1627b2b596ba38963]

        INTEGRATION: CWS rowlimit (1.40.14); FILE MERGED 2004/03/25 21:35:50 er 1.40.14.6: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/07 11:30:13 jmarmion 1.40.14.5: #i1967# step 5 changes. 2004/02/11 14:07:16 er 1.40.14.4: RESYNC: (1.41-1.42); FILE MERGED 2004/01/21 14:44:55 er 1.40.14.3: RESYNC: (1.40-1.41); FILE MERGED 2004/01/12 17:14:26 er 1.40.14.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:28 er 1.40.14.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3faba825530c2942526f60dc1a5163f49fcddd99]

        INTEGRATION: CWS rowlimit (1.9.16); FILE MERGED 2004/03/25 21:35:50 er 1.9.16.4: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/11 12:07:37 er 1.9.16.3: #i1967# type correctness 2004/01/16 17:41:47 er 1.9.16.2: #i1967# typedef size_t SCSIZE 2004/01/09 20:50:31 er 1.9.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c23711aed55aba2bc6c6f8724e61f2c5fd25342b]

        INTEGRATION: CWS rowlimit (1.2.344); FILE MERGED 2004/03/15 17:38:15 er 1.2.344.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/09 20:51:27 er 1.2.344.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f4b4376b97aa13396ce65e2d43b903ef9d1eff2e]

        INTEGRATION: CWS rowlimit (1.12.74); FILE MERGED 2004/03/11 12:07:36 er 1.12.74.5: #i1967# type correctness 2004/03/07 11:30:13 jmarmion 1.12.74.4: #i1967# step 5 changes. 2004/02/13 11:33:16 er 1.12.74.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:25 er 1.12.74.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:27 er 1.12.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [49e7c850d5e4b2df36677a08e4f2c47349094f0c]

        INTEGRATION: CWS rowlimit (1.9.202); FILE MERGED 2004/04/29 16:21:02 er 1.9.202.8: RESYNC: (1.10-1.11); FILE MERGED 2004/04/07 14:44:15 er 1.9.202.7: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/18 18:29:36 er 1.9.202.6: #i1967# type correctness 2004/03/15 17:38:06 er 1.9.202.5: RESYNC: (1.9-1.10); FILE MERGED 2004/03/11 12:07:36 er 1.9.202.4: #i1967# type correctness 2004/03/07 11:30:12 jmarmion 1.9.202.3: #i1967# step 5 changes. 2004/01/16 17:35:03 er 1.9.202.2: #i1967# typedef size_t SCSIZE 2004/01/09 20:50:30 er 1.9.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f67e15fe8e8963ae7ade097d8588c1d8acd9f293]

        INTEGRATION: CWS rowlimit (1.18.302); FILE MERGED 2004/04/07 14:44:14 er 1.18.302.6: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/25 21:35:49 er 1.18.302.5: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/11 12:07:35 er 1.18.302.4: #i1967# type correctness 2004/03/07 11:30:12 jmarmion 1.18.302.3: #i1967# step 5 changes. 2004/01/16 17:35:03 er 1.18.302.2: #i1967# typedef size_t SCSIZE 2004/01/09 20:50:29 er 1.18.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [33c96c4b206dc6719e7f270a5419440c1fe8709e]

        INTEGRATION: CWS rowlimit (1.10.186); FILE MERGED 2004/04/07 14:44:14 er 1.10.186.6: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/18 18:29:35 er 1.10.186.5: #i1967# type correctness 2004/03/11 12:07:35 er 1.10.186.4: #i1967# type correctness 2004/03/08 13:19:33 er 1.10.186.3: #i1967# type correctness 2004/01/16 17:35:02 er 1.10.186.2: #i1967# typedef size_t SCSIZE 2004/01/09 20:50:29 er 1.10.186.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e8ace7dffa7776078652a042a86a97daca16cd4a]

        INTEGRATION: CWS rowlimit (1.18.146); FILE MERGED 2004/03/15 17:37:58 er 1.18.146.4: RESYNC: (1.18-1.19); FILE MERGED 2004/03/07 11:30:12 jmarmion 1.18.146.3: #i1967# step 5 changes. 2004/01/13 17:04:13 er 1.18.146.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:26 er 1.18.146.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e4810348fcc37bfd6b29f65fbee975dcfc0974ef]

        INTEGRATION: CWS rowlimit (1.18.146); FILE MERGED 2004/04/07 14:44:13 er 1.18.146.6: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/17 12:24:56 er 1.18.146.5: #i1967# type correctness (ScMatrix parameters are SCSIZE now) 2004/03/15 17:37:45 er 1.18.146.4: RESYNC: (1.18-1.19); FILE MERGED 2004/03/07 11:30:11 jmarmion 1.18.146.3: #i1967# step 5 changes. 2004/02/04 11:27:59 er 1.18.146.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/09 20:51:26 er 1.18.146.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [75936446a9ce0c311e8756b0aafa853bdd994c4e]

        INTEGRATION: CWS rowlimit (1.4.202); FILE MERGED 2004/05/24 12:02:49 er 1.4.202.9: #i1967# replace the multiset equalness attempt with a unique set 2004/04/19 14:18:37 er 1.4.202.8: #i1967# get rid of SV_PTRARR_SORT, use STL multiset 2004/04/07 14:44:12 er 1.4.202.7: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/25 21:35:49 er 1.4.202.6: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/11 12:07:35 er 1.4.202.5: #i1967# type correctness 2004/03/07 11:30:11 jmarmion 1.4.202.4: #i1967# step 5 changes. 2004/01/15 17:56:06 er 1.4.202.3: #i1967# MAX...COUNT 2004/01/12 17:14:25 er 1.4.202.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:25 er 1.4.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a9bea4a737ae2a56c864d802318eafb36ea92b52]

        INTEGRATION: CWS rowlimit (1.6.308); FILE MERGED 2004/04/29 16:20:53 er 1.6.308.6: RESYNC: (1.6-1.7); FILE MERGED 2004/03/11 12:07:35 er 1.6.308.5: #i1967# type correctness 2004/03/07 11:30:11 jmarmion 1.6.308.4: #i1967# step 5 changes. 2004/02/13 11:33:16 er 1.6.308.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/16 17:42:40 er 1.6.308.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:25 er 1.6.308.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3f83b32f4f8088b7723b3fdbdd3f667a64a95783]

        INTEGRATION: CWS rowlimit (1.13.16); FILE MERGED 2004/03/16 09:40:38 er 1.13.16.7: #i1967# scope 2004/03/11 12:07:34 er 1.13.16.6: #i1967# type correctness 2004/03/07 11:30:10 jmarmion 1.13.16.5: #i1967# step 5 changes. 2004/02/13 11:33:16 er 1.13.16.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/02/11 14:07:06 er 1.13.16.3: RESYNC: (1.13-1.14); FILE MERGED 2004/01/16 17:35:02 er 1.13.16.2: #i1967# typedef size_t SCSIZE 2004/01/09 20:50:28 er 1.13.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [879681404f422dc03aa8ae203191c18855306800]

        INTEGRATION: CWS rowlimit (1.27.12); FILE MERGED 2004/03/03 13:13:46 er 1.27.12.2: #i1967# type correctness 2004/02/27 12:46:38 er 1.27.12.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ac8bbb2d540f69a51bf77c55fc329ecff2d983fa]

        INTEGRATION: CWS rowlimit (1.5.12); FILE MERGED 2004/03/15 17:39:29 er 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/03 13:13:46 er 1.5.12.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2088be40f3229be04eb0b571cfb41737e8da2711]

        INTEGRATION: CWS rowlimit (1.11.324); FILE MERGED 2003/11/28 19:47:28 er 1.11.324.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fc79154dfe4e794eb004c669addc943b318a4fe2]

        INTEGRATION: CWS rowlimit (1.5.74); FILE MERGED 2004/01/12 17:15:10 er 1.5.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d73c7be6af0a3e864cba73a5119dcb5bdeaff210]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/02/04 11:26:27 er 1.1.1.1.346.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2003/11/28 19:47:28 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8e505218815997bf0c122bda707de91bc4a4ee19]

        INTEGRATION: CWS rowlimit (1.2.18); FILE MERGED 2004/03/18 10:22:17 er 1.2.18.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5a2a1fc4f3691b565490706c53f3400ea1b12e76]

        INTEGRATION: CWS rowlimit (1.12.302); FILE MERGED 2003/11/28 19:47:27 er 1.12.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6e308c5de1b5e75c15dcb05393f0339ef0f975a6]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2003/11/28 19:47:27 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1fc594f3f974e789054640fcc0fbdaa9a0d42ff9]

        INTEGRATION: CWS rowlimit (1.3.178); FILE MERGED 2003/12/12 12:44:49 er 1.3.178.2: RESYNC: (1.3-1.4); FILE MERGED 2003/11/28 19:47:27 er 1.3.178.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f7e99608795acbd8025517e788578549f839899c]

        INTEGRATION: CWS rowlimit (1.20.16); FILE MERGED 2004/04/07 14:44:12 er 1.20.16.13: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/11 12:05:48 er 1.20.16.12: #i1967# type correctness 2004/03/09 18:48:21 er 1.20.16.11: #i1967# type correctness 2004/03/09 18:37:01 er 1.20.16.10: #i1967# type correctness 2004/03/07 11:37:16 jmarmion 1.20.16.9: #i1967# step 5 changes. 2004/03/05 20:35:52 er 1.20.16.8: #i1967# type correctness 2004/03/05 12:22:13 er 1.20.16.7: #i1967# type correctness 2004/02/20 22:54:29 er 1.20.16.6: #i1967# type correctness 2004/02/11 14:12:04 er 1.20.16.5: RESYNC: (1.21-1.22); FILE MERGED 2004/01/21 14:47:09 er 1.20.16.4: RESYNC: (1.20-1.21); FILE MERGED 2004/01/16 17:39:48 er 1.20.16.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:15:08 er 1.20.16.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:05 er 1.20.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2c120345b01c13b46b9f94cd48f2dc0c15193947]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/15 17:41:56 er 1.1.1.1.346.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/03/11 12:05:48 er 1.1.1.1.346.1: #i1967# type correctness

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2d04ec4666570dc34440cd8853a627d81d8e49ac]

        INTEGRATION: CWS rowlimit (1.1.338); FILE MERGED 2004/02/24 20:20:21 er 1.1.338.3: #i1967# type correctness 2004/01/16 17:39:48 er 1.1.338.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:15:07 er 1.1.338.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fe02df902d6fb04654776dda9ad302ef51fbac33]

        INTEGRATION: CWS rowlimit (1.6.302); FILE MERGED 2003/11/28 19:47:27 er 1.6.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9e10d0def636e8bf20270ddf6914fed25c8b0e4d]

        INTEGRATION: CWS rowlimit (1.2.18); FILE MERGED 2004/03/17 12:23:34 er 1.2.18.1: #i1967# type correctness (ScMatrix parameters are SCSIZE now)

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [60c2e892727f17195bbe8e011017acb7022f0265]

        INTEGRATION: CWS rowlimit (1.1.338); FILE MERGED 2003/11/28 19:47:26 er 1.1.338.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f8dd1001ed77d65d5e0c5aeeccae197ef4dca8d1]

        INTEGRATION: CWS rowlimit (1.6.202); FILE MERGED 2004/03/25 20:28:42 er 1.6.202.7: #i1967# use ValidCol,ValidRow,ValidTab 2004/03/19 16:19:55 er 1.6.202.6: #i1967# type correctness (pass SCTAB to ScExtDocOptions::SetExtTabOptions()/GetExtTabOptions()) 2004/03/15 17:41:22 er 1.6.202.5: RESYNC: (1.7-1.8); FILE MERGED 2004/01/16 17:39:47 er 1.6.202.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:15:07 er 1.6.202.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/12 12:44:36 er 1.6.202.2: RESYNC: (1.6-1.7); FILE MERGED 2003/11/28 19:47:26 er 1.6.202.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9996247f18c1e99974c77b8c259866e6fbb03385]

        INTEGRATION: CWS rowlimit (1.3.74); FILE MERGED 2004/01/16 17:39:47 er 1.3.74.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:26 er 1.3.74.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [357b261b9006810f1db976309a39308e52857df6]

        INTEGRATION: CWS rowlimit (1.3.302); FILE MERGED 2004/02/04 11:26:27 er 1.3.302.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/12 17:15:06 er 1.3.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [277c5d7ffd66a33e17c1cc7fc51583ad9383483e]

        INTEGRATION: CWS rowlimit (1.5.302); FILE MERGED 2004/01/12 17:15:05 er 1.5.302.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:25 er 1.5.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3a6fe7396432c84593350edccebda237bdda6f66]

        INTEGRATION: CWS rowlimit (1.2.334); FILE MERGED 2004/01/12 17:15:04 er 1.2.334.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:25 er 1.2.334.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [02520b5cf8278c5bafe305f4afdffd3b88ad1c9d]

        INTEGRATION: CWS rowlimit (1.2.16); FILE MERGED 2004/03/05 17:11:41 er 1.2.16.2: #i1967# type correctness 2004/01/12 17:15:03 er 1.2.16.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4f7888707c188c9021cbdaf8ae399a2aacc620ee]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/04/29 16:16:52 er 1.1.1.1.346.8: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/03/11 12:05:48 er 1.1.1.1.346.7: #i1967# type correctness 2004/03/03 21:35:26 er 1.1.1.1.346.6: #i1967# type correctness 2004/02/26 17:29:22 jmarmion 1.1.1.1.346.5: #i1967# step 5 changes. 2004/01/16 17:39:47 er 1.1.1.1.346.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:15:03 er 1.1.1.1.346.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:04 er 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT 2003/11/28 19:47:24 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3d2c00f6613a52b9bc1425719d6ffb4741611cce]

        INTEGRATION: CWS rowlimit (1.1.2); FILE ADDED 2004/02/04 11:26:27 er 1.1.2.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2003/11/28 19:46:36 er 1.1.2.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [01e74c91cb9c6db993b85a17ddeae98fb11a7074]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/04/29 16:16:43 er 1.1.1.1.346.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/11/28 19:47:24 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4c4f16b31ac50efca5fdc106cecb76a63dc4841b]

        INTEGRATION: CWS rowlimit (1.2.304); FILE MERGED 2004/03/11 12:05:48 er 1.2.304.6: #i1967# type correctness 2004/03/07 11:38:44 jmarmion 1.2.304.5: #i1967# step 5 changes. 2004/02/26 19:42:13 er 1.2.304.4: #i1967# type correctness 2004/02/26 17:29:21 jmarmion 1.2.304.3: #i1967# step 5 changes. 2004/02/20 22:54:28 er 1.2.304.2: #i1967# type correctness 2004/01/12 17:15:03 er 1.2.304.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f36f163ae991ecf2b215f28a2f6a601e06b90ec0]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2003/11/28 19:47:24 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [545b54a09548c48505f3799e4474e290797c6b8a]

        INTEGRATION: CWS rowlimit (1.2.346); FILE MERGED 2003/11/28 19:47:24 er 1.2.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [310fe3fd8e5d07821975d5b845eecbc02c082156]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/02/20 22:54:28 er 1.1.1.1.346.4: #i1967# type correctness 2004/01/16 17:39:46 er 1.1.1.1.346.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:04 er 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT 2003/11/28 19:47:23 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [adad975df75f5b80dea412d10c1ee2e713926770]

        INTEGRATION: CWS rowlimit (1.2.322); FILE MERGED 2004/01/16 17:39:11 er 1.2.322.2: #i1967# typedef size_t SCSIZE 2004/01/09 20:50:00 er 1.2.322.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a530b2f0faf0b7040d34b90e9c4fcdc0e2f6cbcc]

        INTEGRATION: CWS rowlimit (1.2.40); FILE MERGED 2003/11/28 19:47:23 er 1.2.40.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7f09c18de8654ac8bf746f623c992080e40163ba]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/04/29 16:14:32 er 1.1.1.1.346.4: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/01/16 17:39:46 er 1.1.1.1.346.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:15:02 er 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:23 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [85aa36e76abe4ce5e8ada557747732450c291a69]

        INTEGRATION: CWS rowlimit (1.4.74); FILE MERGED 2003/11/28 19:47:22 er 1.4.74.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ea63bcd1b27477b17eb6e9a4644b6995d262a9c6]

        INTEGRATION: CWS rowlimit (1.5.302); FILE MERGED 2003/11/28 19:47:22 er 1.5.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3dd2af6ee295788afe2c33a87144ca8cf0a12289]

        INTEGRATION: CWS rowlimit (1.2.334); FILE MERGED 2004/01/12 17:15:00 er 1.2.334.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:21 er 1.2.334.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [90faf861d3a321c644f14c8dc7bb7ce815c5b053]

        INTEGRATION: CWS rowlimit (1.5.302); FILE MERGED 2004/01/16 17:39:45 er 1.5.302.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:59 er 1.5.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [facde0dcffb499b2ffb30c5cceb1305a0a86c8ad]

        INTEGRATION: CWS rowlimit (1.13.310); FILE MERGED 2003/11/28 19:47:21 er 1.13.310.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bffdfcea16dbbdcb0810cb914c8c40c0f715de3d]

        INTEGRATION: CWS rowlimit (1.8.302); FILE MERGED 2004/02/11 14:11:31 er 1.8.302.4: RESYNC: (1.9-1.10); FILE MERGED 2004/01/12 17:14:58 er 1.8.302.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/12 12:43:58 er 1.8.302.2: RESYNC: (1.8-1.9); FILE MERGED 2003/11/28 19:47:21 er 1.8.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [437b0a0fb2deaf65a5bd625c2a7ae38d4b30da9a]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/04/29 16:16:02 er 1.1.1.1.346.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/01/16 17:39:45 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [90c710208f409e593856d135b98d2352e8b61313]

        INTEGRATION: CWS rowlimit (1.2.304); FILE MERGED 2003/11/28 19:47:20 er 1.2.304.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c50f86b6e964fe3aa354c8d457c0d1504afd0ff5]

        INTEGRATION: CWS rowlimit (1.2.338); FILE MERGED 2004/04/29 16:15:43 er 1.2.338.3: RESYNC: (1.2-1.3); FILE MERGED 2004/01/12 17:14:58 er 1.2.338.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:20 er 1.2.338.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [48caf7a887579582c1b6e46984510185b6697973]

        INTEGRATION: CWS rowlimit (1.2.338); FILE MERGED 2004/04/29 16:15:35 er 1.2.338.6: RESYNC: (1.2-1.3); FILE MERGED 2004/03/11 12:05:47 er 1.2.338.5: #i1967# type correctness 2004/03/07 11:39:33 jmarmion 1.2.338.4: #i1967# step 5 changes. 2004/02/24 20:20:20 er 1.2.338.3: #i1967# type correctness 2004/01/12 17:14:57 er 1.2.338.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:20 er 1.2.338.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6381317e6c713cca9cd464e44612924701aff755]

        INTEGRATION: CWS rowlimit (1.15.56); FILE MERGED 2004/03/15 17:40:36 er 1.15.56.5: RESYNC: (1.15-1.16); FILE MERGED 2004/02/27 15:58:23 jmarmion 1.15.56.4: #i1967# step 5 changes. 2004/01/16 17:39:45 er 1.15.56.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:57 er 1.15.56.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:19 er 1.15.56.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8bbe610ac6ba3de4e81efced986dbd57f7a2f2d1]

        INTEGRATION: CWS rowlimit (1.69.26); FILE MERGED 2004/04/29 16:15:22 er 1.69.26.28: RESYNC: (1.74-1.75); FILE MERGED 2004/04/07 14:44:12 er 1.69.26.27: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/04/06 14:17:05 er 1.69.26.26: #i1967# change REPEAT_NONE to SCCOL_REPEAT_NONE,SCROW_REPEAT_NONE 2004/04/05 14:45:21 er 1.69.26.25: #i1967# move BCA_BRDCST_ALWAYS,BCA_LISTEN_ALWAYS to address.hxx 2004/03/31 17:47:27 er 1.69.26.24: #i1967# replace some USHRT_MAX with appropriate SCCOL_MAX,SCROW_MAX,SCTAB_MAX 2004/03/18 17:34:00 er 1.69.26.23: #i1967# type correctness 2004/03/15 17:40:28 er 1.69.26.22: RESYNC: (1.72-1.74); FILE MERGED 2004/03/11 12:05:47 er 1.69.26.21: #i1967# type correctness 2004/03/09 20:00:36 er 1.69.26.20: #i1967# type correctness 2004/03/09 19:46:40 er 1.69.26.19: #i1967# type correctness 2004/03/09 19:00:40 er 1.69.26.18: #i1967# type correctness 2004/03/09 18:48:21 er 1.69.26.17: #i1967# type correctness 2004/03/09 18:37:00 er 1.69.26.16: #i1967# type correctness 2004/03/07 11:44:24 jmarmion 1.69.26.15: #i1967# step 5 changes. 2004/03/05 20:35:51 er 1.69.26.14: #i1967# type correctness 2004/03/03 15:54:05 er 1.69.26.13: #i1967# type correctness 2004/02/27 17:20:20 er 1.69.26.12: #i1967# type correctness 2004/02/24 23:03:46 er 1.69.26.11: #i1967# type correctness 2004/02/20 22:54:28 er 1.69.26.10: #i1967# type correctness 2004/02/16 17:23:26 er 1.69.26.9: #i1967# type changes 2004/02/11 14:11:22 er 1.69.26.8: RESYNC: (1.71-1.72); FILE MERGED 2004/02/04 11:26:26 er 1.69.26.7: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/16 17:39:44 er 1.69.26.6: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/15 19:51:38 er 1.69.26.5: #i1967# move SC_TAB_APPEND constant from document.hxx to address.hxx 2004/01/12 17:14:56 er 1.69.26.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:04 er 1.69.26.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT 2003/12/12 12:43:39 er 1.69.26.2: RESYNC: (1.69-1.71); FILE MERGED 2003/11/28 19:47:19 er 1.69.26.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [918a1e45594b36cd200e383ed3b742870f144306]

        INTEGRATION: CWS rowlimit (1.3.324); FILE MERGED 2004/01/16 17:39:10 er 1.3.324.3: #i1967# typedef size_t SCSIZE 2004/01/09 20:50:00 er 1.3.324.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t 2003/11/28 19:47:18 er 1.3.324.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e9afad5270c30676e060cba20b4ecbaaffdb0aa4]

        INTEGRATION: CWS rowlimit (1.6.310); FILE MERGED 2004/02/04 11:26:25 er 1.6.310.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/12 17:14:56 er 1.6.310.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [68b84d58a93e54d49c078e25ed764da2f5ea82bf]

        INTEGRATION: CWS rowlimit (1.2.302); FILE MERGED 2004/01/12 17:14:55 er 1.2.302.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:18 er 1.2.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [328d2ae534850ef0e8eea35b74021493242a4278]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/12 17:14:55 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d4fcb2dd61dfb2c664be3b530d265d1603de8d93]

        INTEGRATION: CWS rowlimit (1.1.344); FILE MERGED 2004/01/12 17:14:55 er 1.1.344.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cd66d3bd054b724269de400e6047ac9bde1c4313]

        INTEGRATION: CWS rowlimit (1.5.334); FILE MERGED 2004/03/05 17:11:40 er 1.5.334.6: #i1967# type correctness 2004/03/05 12:22:13 er 1.5.334.5: #i1967# type correctness 2004/02/26 19:42:12 er 1.5.334.4: #i1967# type correctness 2004/01/12 17:14:54 er 1.5.334.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:12 er 1.5.334.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT 2003/11/28 19:47:18 er 1.5.334.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0b94e900e5733b769fa4c58753cb81ce5386151b]

        INTEGRATION: CWS rowlimit (1.3.324); FILE MERGED 2004/04/29 16:14:58 er 1.3.324.4: RESYNC: (1.3-1.4); FILE MERGED 2004/03/01 17:44:06 er 1.3.324.3: #i1967# type correctness 2004/02/27 12:13:37 jmarmion 1.3.324.2: #i1967# setp 5 changes. 2004/01/16 17:39:44 er 1.3.324.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2ec07da70bfa17f52c6caecba7a24d31c320eabe]

        INTEGRATION: CWS rowlimit (1.3.340); FILE MERGED 2004/02/20 22:54:28 er 1.3.340.3: #i1967# type correctness 2004/01/16 17:39:43 er 1.3.340.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:17 er 1.3.340.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b93b620a3c39b6a09b8da6115a954785470be99a]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/03/05 17:11:39 er 1.1.1.1.346.4: #i1967# type correctness 2004/02/26 21:02:28 er 1.1.1.1.346.3: #i1967# type correctness 2004/01/12 17:14:54 er 1.1.1.1.346.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/12/19 20:16:11 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b1718a6f5fbae0887916bc6186399d0b828ec108]

        INTEGRATION: CWS rowlimit (1.4.308); FILE MERGED 2004/03/05 12:22:13 er 1.4.308.3: #i1967# type correctness 2004/01/12 17:14:53 er 1.4.308.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:17 er 1.4.308.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a69b32d172f6300dbfadf6c10032d55f7bce074e]

        INTEGRATION: CWS rowlimit (1.8.302); FILE MERGED 2004/04/07 14:44:11 er 1.8.302.9: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/11 12:05:47 er 1.8.302.8: #i1967# type correctness 2004/03/08 12:33:19 er 1.8.302.7: #i1967# type correctness 2004/03/07 11:41:47 jmarmion 1.8.302.6: #i1967# step 5 changes. 2004/03/05 20:35:51 er 1.8.302.5: #i1967# type correctness 2004/02/20 22:54:28 er 1.8.302.4: #i1967# type correctness 2004/01/16 17:37:29 er 1.8.302.3: #i1967# typedef size_t SCSIZE 2004/01/09 20:49:59 er 1.8.302.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t 2003/11/28 19:47:17 er 1.8.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [09f31f3276ec16d5aba820bb019bd754a9a36108]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/12 17:14:52 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c6db3fdcddac42b8f7af16b1726504df92b1ff34]

        INTEGRATION: CWS rowlimit (1.18.72); FILE MERGED 2004/03/15 17:40:12 er 1.18.72.7: RESYNC: (1.19-1.20); FILE MERGED 2004/03/05 12:22:13 er 1.18.72.6: #i1967# type correctness 2004/02/16 17:23:26 er 1.18.72.5: #i1967# type changes 2004/02/13 11:31:31 er 1.18.72.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/21 14:47:25 er 1.18.72.3: RESYNC: (1.18-1.19); FILE MERGED 2004/01/16 17:39:43 er 1.18.72.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/12 17:14:52 er 1.18.72.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [41d83fbf36463e481d9d2edfa316e6bcee6b7158]

        INTEGRATION: CWS rowlimit (1.2.340); FILE MERGED 2004/01/16 17:39:42 er 1.2.340.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b57f746e28a6890c2997f99eb324697bddef5729]

        INTEGRATION: CWS rowlimit (1.3.314); FILE MERGED 2004/04/07 14:44:11 er 1.3.314.2: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/01/12 17:14:52 er 1.3.314.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1eab4e411f09722dde160fe6cf5fbb9304d1411c]

        INTEGRATION: CWS rowlimit (1.3.332); FILE MERGED 2004/03/18 19:40:01 er 1.3.332.2: #i1967# type correctness (ScChartPositionMap using SCSIZE) 2004/01/12 17:14:51 er 1.3.332.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [13c8273dd9739ee1f6453a069efeb90b7e92a6d2]

        INTEGRATION: CWS rowlimit (1.18.36); FILE MERGED 2004/04/29 16:14:49 er 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/12 17:14:51 er 1.18.36.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1cbc6554ec0b68d91922eefc5445e2222caf6c99]

        INTEGRATION: CWS rowlimit (1.10.178); FILE MERGED 2004/04/07 14:44:10 er 1.10.178.6: #i1967# #i5062# replace Sfx(Broadcaster|Listener) with Svt(Broadcaster|Listener) for mass objects like formula cells 2004/03/17 12:23:33 er 1.10.178.5: #i1967# type correctness (ScMatrix parameters are SCSIZE now) 2004/03/15 17:39:45 er 1.10.178.4: RESYNC: (1.10-1.11); FILE MERGED 2004/03/05 12:22:13 er 1.10.178.3: #i1967# type correctness 2004/02/04 11:26:25 er 1.10.178.2: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/12 17:14:50 er 1.10.178.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [05478254bb652ebdf0a4177040fc8efb7bf61013]

        INTEGRATION: CWS rowlimit (1.3.302); FILE MERGED 2003/11/28 19:47:16 er 1.3.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f1a53f113ca0713297a9ffe156180382d954417b]

        INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED 2004/01/12 17:14:50 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7ec84ae021dbf55b41acc38eb2bb1dd451407bf5]

        INTEGRATION: CWS rowlimit (1.2.334); FILE MERGED 2004/04/29 16:14:41 er 1.2.334.3: RESYNC: (1.2-1.3); FILE MERGED 2004/01/16 17:39:42 er 1.2.334.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2003/11/28 19:47:16 er 1.2.334.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b8947e815958f5e08149a75ff8fe9ca6bd19c17c]

        INTEGRATION: CWS rowlimit (1.4.302); FILE MERGED 2004/03/11 12:05:47 er 1.4.302.4: #i1967# type correctness 2004/02/20 22:54:27 er 1.4.302.3: #i1967# type correctness 2004/01/16 17:37:28 er 1.4.302.2: #i1967# typedef size_t SCSIZE 2004/01/09 20:49:59 er 1.4.302.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; arrays have size_t

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0a22e6bd453d4b9415f5048c11945c18250d27e7]

        INTEGRATION: CWS rowlimit (1.5.334); FILE MERGED 2003/11/28 19:47:16 er 1.5.334.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b718ed06c7183b7ac2dfdee14cdb0927a63a021f]

        INTEGRATION: CWS rowlimit (1.2.40); FILE MERGED 2003/11/28 19:47:15 er 1.2.40.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [43a21999a92c99867bc3417291719996776b0647]

        INTEGRATION: CWS rowlimit (1.1.2); FILE ADDED 2004/05/17 16:09:39 er 1.1.2.28: #i1967# move TABLEID_DOC from viewfunc.hxx and assign proper value 2004/05/06 15:59:37 er 1.1.2.27: #i1967# remove some TODOs 2004/04/06 14:17:05 er 1.1.2.26: #i1967# change REPEAT_NONE to SCCOL_REPEAT_NONE,SCROW_REPEAT_NONE 2004/04/05 14:45:58 er 1.1.2.25: #i1967# move BCA_BRDCST_ALWAYS,BCA_LISTEN_ALWAYS from document.hxx and adjust to SCROW_MAX 2004/04/01 21:01:59 er 1.1.2.24: #i1967# xub_StrLen cast 2004/04/01 17:11:52 er 1.1.2.23: #i1967# switch to signed types and 64k rows 2004/03/25 22:23:05 er 1.1.2.22: #i1967# AlphaToCol() extra parameters not needed 2004/03/25 17:46:14 er 1.1.2.21: #i1967# consolidate ColToAlpha,AlphaToCol methods 2004/03/11 13:57:24 er 1.1.2.20: #i1967# MSC confuses numeric_limit max() with macro max() 2004/03/11 12:57:09 er 1.1.2.19: #i1967# hngngn.. resolve size_t Max() ambiguity too 2004/03/11 12:39:05 er 1.1.2.18: #i1967# resolve size_t Min() ambiguity 2004/03/11 12:05:46 er 1.1.2.17: #i1967# type correctness 2004/03/08 13:17:29 er 1.1.2.16: #i1967# restructure some portions 2004/02/20 16:42:32 er 1.1.2.15: #i1967# correct copy&paste error 2004/02/16 13:14:56 er 1.1.2.14: #i1967# MAXCOLROWCOUNT = MAXROWCOUNT 2004/02/04 11:26:25 er 1.1.2.13: #i1967# replace ScTripel,ScRefTripel with ScAddress,ScRefAddress; get rid of some warnings 2004/01/26 15:10:59 er 1.1.2.12: #i1967# implement ScAddress::Set() method 2004/01/23 18:14:14 er 1.1.2.11: #i1967# restructure ScAddress to use SCCOL/SCROW/SCTAB instead of one single UINT32; make converting ctors explicit 2004/01/16 17:35:39 er 1.1.2.10: #i1967# typedef size_t SCSIZE 2004/01/15 19:51:39 er 1.1.2.9: #i1967# move SC_TAB_APPEND constant from document.hxx to address.hxx 2004/01/15 18:02:17 er 1.1.2.8: #i1967# MAX...COUNT 2004/01/15 15:15:13 er 1.1.2.7: #i1967# add SCCOLROW, SCsCOLROW 2004/01/15 11:03:09 er 1.1.2.6: #i1967# define SC_ROWLIMIT_MORE_THAN_64K 0 2004/01/13 16:48:53 er 1.1.2.5: #i1967# add ValidTab with maxtab 2004/01/12 17:14:50 er 1.1.2.4: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short 2004/01/09 20:51:03 er 1.1.2.3: #i1967# SCCOL,SCROW,SCTAB replace USHORT 2003/12/19 20:16:11 er 1.1.2.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT 2003/11/28 19:46:26 er 1.1.2.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1efcac5228de9c02e08b6054b968e217a0198b72]

        INTEGRATION: CWS rowlimit (1.4.302); FILE MERGED 2004/03/15 17:39:53 er 1.4.302.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/28 19:47:15 er 1.4.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d2d16d13fe7cfecf30c8ae89be16d5764a82f47d]

        INTEGRATION: CWS fmebugs02 (1.30.48); FILE MERGED 2004/05/19 12:53:49 fme 1.30.48.1: #i29333# Do not set size attribute of ole objects the 0

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5a4eff30f7f2576ab51303c9d48c2ca7aa7b61b5]

        INTEGRATION: CWS fmebugs02 (1.33.50); FILE MERGED 2004/05/10 07:07:50 fme 1.33.50.1: #i28911# Removed redundant comparisons xub_StrLen >= 0

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2b6d4aff6983708e9832c7ef5d97d26a5e662f9d]

        INTEGRATION: CWS fmebugs02 (1.5.50); FILE MERGED 2004/05/14 08:22:33 od 1.5.50.1: #i29146# <SwFmtFld::operator==(..)> - check fields and add condition

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d5d99073bbb43d11e1abb1226556ec089eb5824a]

        INTEGRATION: CWS fmebugs02 (1.72.10); FILE MERGED 2004/04/29 08:17:36 fme 1.72.10.1: #i26569# correct break condition during lcl_CalcFlyBasePos

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [760b3309c5d1e9363d9e20f3831ffba24a64d512]

        INTEGRATION: CWS fmebugs02 (1.26.462); FILE MERGED 2004/05/12 05:43:24 fme 1.26.462.1: #116772# Consider master and follow field situation within non-consecutive lines

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9e3c2485c3f0d156fe0e4cc789344a5bf4397d23]

        INTEGRATION: CWS fmebugs02 (1.47.8); FILE MERGED 2004/05/24 07:48:12 fme 1.47.8.2: RESYNC: (1.47-1.48); FILE MERGED 2004/05/12 05:43:24 fme 1.47.8.1: #116772# Consider master and follow field situation within non-consecutive lines

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9f22ba8d97f4e4f0feb189d3c799f7537cd65940]

        INTEGRATION: CWS fmebugs02 (1.50.8); FILE MERGED 2004/05/24 12:20:01 fme 1.50.8.4: #i29438# Incomplete fix. Undo 2004/05/24 12:03:39 fme 1.50.8.3: #i29438# Condition ContaintCntnt changed to ContainsAny on check for zombie section due to table frames without content 2004/05/24 07:46:59 fme 1.50.8.2: RESYNC: (1.50-1.51); FILE MERGED 2004/04/19 11:39:09 fme 1.50.8.1: #i27145# Invalidate printing area of frame behind section frame during PasteTree to get correct upper distance

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [67a3e7614c01ca51e4fb391b3e1e84623a31a8bd]

        INTEGRATION: CWS fmebugs02 (1.33.40); FILE MERGED 2004/05/24 07:46:50 fme 1.33.40.2: RESYNC: (1.33-1.35); FILE MERGED 2004/05/10 06:57:41 fme 1.33.40.1: #i28786# comparison was always true

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [aa29d810bcfb986c5f57965ebf9f6fb645a7d8a8]

        INTEGRATION: CWS fmebugs02 (1.33.26); FILE MERGED 2004/05/24 12:20:00 fme 1.33.26.2: #i29438# Incomplete fix. Undo 2004/05/24 12:03:39 fme 1.33.26.1: #i29438# Condition ContaintCntnt changed to ContainsAny on check for zombie section due to table frames without content

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d387d3e89fedd7f5c7cdb81dd90e303895a86611]

        INTEGRATION: CWS fmebugs02 (1.23.80); FILE MERGED 2004/05/24 07:45:37 fme 1.23.80.2: RESYNC: (1.23-1.24); FILE MERGED 2004/05/03 07:41:35 fme 1.23.80.1: #i28500# Find footnotes did not consider that the footnote frame is not inserted into the layout

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0956d8170c43534fb77308051d53ea913e557490]

        INTEGRATION: CWS fmebugs02 (1.62.8); FILE MERGED 2004/04/19 11:39:25 fme 1.62.8.1: #i27145# Invalidate printing area of frame behind section frame during PasteTree to get correct upper distance

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [54a5890beb885cf0bb3fccb34483ea18162c729d]

        INTEGRATION: CWS fmebugs02 (1.36.8); FILE MERGED 2004/04/19 11:41:06 fme 1.36.8.1: #i27145# Do a SimpleFormat on a section frame that has just lost some footnotes because some of its content had to move forward

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6a63a9565adc69298e88b581a30d56ac68fd9e23]

        INTEGRATION: CWS fmebugs02 (1.23.48); FILE MERGED 2004/05/24 07:45:18 fme 1.23.48.2: RESYNC: (1.23-1.24); FILE MERGED 2004/04/19 11:38:36 fme 1.23.48.1: #i27145# Invalidate printing area of frame behind section frame during PasteTree to get correct upper distance

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [383befd30e835fa8748f1b57659b7ae6832c48e9]

        INTEGRATION: CWS fmebugs02 (1.40.10); FILE MERGED 2004/04/19 11:37:58 fme 1.40.10.1: #i27145# Invalidate printing area of frame behind section frame during PasteTree to get correct upper distance

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0c6dafd07e88249349156025be1a2fd8cb2aa0a4]

        INTEGRATION: CWS fmebugs02 (1.36.10); FILE MERGED 2004/04/19 11:37:57 fme 1.36.10.1: #i27145# Invalidate printing area of frame behind section frame during PasteTree to get correct upper distance

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b5ec42665192ccce34e52f0440c973d827e358a8]

        INTEGRATION: CWS fmebugs02 (1.21.40); FILE MERGED 2004/05/24 07:43:57 fme 1.21.40.2: RESYNC: (1.21-1.23); FILE MERGED 2004/05/19 11:01:15 fme 1.21.40.1: #i29190# MakeSelUnions - Do not use SwRect constructor which takes two points because of 1 twip trouble

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4a8f30b475a969584a0b6d2ddeb67a28ba46536c]

        INTEGRATION: CWS fmebugs02 (1.18.94); FILE MERGED 2004/05/14 08:37:44 od 1.18.94.1: #i28922# <SwDoc::SetFlyFrmAnchor(..)> - compare <GetVertOrient()> with 	 VERT_NONE.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [52edaabeea7857a2072d4c9fbbb4038cd983c3be]

        INTEGRATION: CWS sb18 (1.25.10); FILE MERGED 2004/05/25 16:47:58 sb 1.25.10.1: #i21150# Temporarily disabled cli_uno, see cli_ure/prj/build.lst 1.4.22.1.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7256c0a7af0280c629d5da2ceaecd4024a725f37]

        INTEGRATION: CWS sb18 (1.9.12); FILE MERGED 2004/05/17 15:59:26 sb 1.9.12.3: #i21150# Do not create typelib_TypeDescriptions for polymorphic struct type templates. 2004/05/14 12:54:27 sb 1.9.12.2: #i21150# Missing includes. 2004/05/13 14:19:18 sb 1.9.12.1: #i21150# Adapted to updated cppu/typedescription.h functionality for struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8c742b8082477f7edf00aa5fe114c794499ed8a1]

        INTEGRATION: CWS sb18 (1.33.10); FILE MERGED 2004/05/21 12:13:25 sb 1.33.10.2: RESYNC: (1.33-1.34); FILE MERGED 2004/05/14 12:54:05 sb 1.33.10.1: #i21150# Missing UNO types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [16cea0db04053ea1b9ef7b7789f91c506b17f907]

        INTEGRATION: CWS sb18 (1.5.24); FILE MERGED 2004/05/14 12:54:27 sb 1.5.24.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ca36dbb430532b40175bb81f9bcf05ee2db320a5]

        INTEGRATION: CWS sb18 (1.8.24); FILE MERGED 2004/05/14 12:54:27 sb 1.8.24.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d51370de64dca8b7ca2e2306a8ce776a53ce2818]

        INTEGRATION: CWS sb18 (1.13.24); FILE MERGED 2004/05/14 12:54:27 sb 1.13.24.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e711e3c3a09f4a710d2d622db46376f0f31e0599]

        INTEGRATION: CWS sb18 (1.5.32); FILE MERGED 2004/05/14 12:54:27 sb 1.5.32.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3e8dbc065ad8683cb2bf14e484a2dafdf8aafa08]

        INTEGRATION: CWS sb18 (1.23.24); FILE MERGED 2004/05/14 12:54:27 sb 1.23.24.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0e78aee3f0caaf325cf2aa5cf578e202b894b474]

        INTEGRATION: CWS sb18 (1.10.68); FILE MERGED 2004/05/14 12:54:26 sb 1.10.68.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [defc66352b967d3789c9a13c9e8d41edef2fb5b7]

        INTEGRATION: CWS sb18 (1.10.4); FILE MERGED 2004/05/13 14:16:38 sb 1.10.4.1: #i21150# New functionality in cppu/typedescription.h for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2bc20d247e297c15f195599dc70dd721c33c728f]

        INTEGRATION: CWS sb18 (1.27.84); FILE MERGED 2004/05/25 14:46:45 sb 1.27.84.1: #i21150# Do not call cppumaker with -L on Windows (leads to crash, see i29492).

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [36a08cd958475adb962aceda9aa875946fb74f18]

        INTEGRATION: CWS sb18 (1.24.40); FILE MERGED 2004/05/25 13:34:02 sb 1.24.40.2: #i21150# Fixed tests for non-MAX_ALIGNMENT_4 platforms. 2004/04/21 15:54:17 sb 1.24.40.1: #i21150# Fixed tests to check packing of sal_Int16s between base and derived structs.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f9ae89322577efd44e0c76e59c1747639723386e]

        INTEGRATION: CWS sb18 (1.22.4); FILE MERGED 2004/05/18 08:31:15 sb 1.22.4.2: #i21150# Removed bBound from typelib_InterfaceAttributeTypeDescription, as it is not needed at runtime. 2004/05/13 14:16:37 sb 1.22.4.1: #i21150# New functionality in cppu/typedescription.h for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [106fae0b164fb12df048a6e48eb61ff71396e2ed]

        INTEGRATION: CWS sb18 (1.10.20); FILE MERGED 2004/05/13 14:16:37 sb 1.10.20.1: #i21150# New functionality in cppu/typedescription.h for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ddc9e2c129ad8cfc5b3c41f4719420710b8d3060]

        INTEGRATION: CWS sb18 (1.15.4); FILE MERGED 2004/05/18 08:31:14 sb 1.15.4.3: #i21150# Removed bBound from typelib_InterfaceAttributeTypeDescription, as it is not needed at runtime. 2004/05/13 14:18:50 sb 1.15.4.2: #i21150# Added clarifying comment. 2004/05/13 14:16:36 sb 1.15.4.1: #i21150# New functionality in cppu/typedescription.h for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d81184d0a56b772aa4e739a1de99dc847fafc529]

        INTEGRATION: CWS sb18 (1.16.68); FILE MERGED 2004/04/26 12:15:32 sb 1.16.68.1: #i21150# Clarified documentation.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [54da9e3561f475cdb880a3fb8499255d2282367a]

        INTEGRATION: CWS sb18 (1.19.4); FILE MERGED 2004/05/21 12:05:59 sb 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2004/05/18 09:54:48 sb 1.19.4.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ddcb830eac286844494846ae317d9d67f5d6750e]

        INTEGRATION: CWS sb18 (1.7.42); FILE MERGED 2004/05/14 13:41:28 sb 1.7.42.2: #i21150# Fixed including of ridl.jar UNOIDL class files into javadoc process. 2004/05/05 11:11:23 sb 1.7.42.1: #i21150# ridl2_src.zip (containing javamaker-generated .java files) no longer exists.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5bbc3fe9beb9578925863ca03b27fc76b1864bf0]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/07 12:20:40 sb 1.1.2.1: #i21150# Check that generated class files support new Java 1.5 features.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bf6fd25731b481d80f52a9558998b1c9de93683f]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/07 12:20:20 sb 1.1.2.1: #i21150# Check that generated class files support new Java 1.5 features.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b6a824cb65e2d85c57b6c9b86b390b8aa6bf8002]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/07 12:20:30 sb 1.1.2.1: #i21150# Check that generated class files support new Java 1.5 features.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [da1cbd1306919c0a4fc681025f07a90680da40a9]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/07 12:08:00 sb 1.2.4.2: #i21150# Support for polymorphic struct types. 2004/05/07 08:27:04 sb 1.2.4.1: #i21150# More thorough testing.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [63d340610bf6cae0b7fc9fd1eb5d7553263363ee]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/07 12:08:00 sb 1.2.4.2: #i21150# Support for polymorphic struct types. 2004/05/07 08:27:03 sb 1.2.4.1: #i21150# More thorough testing.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [dfe5ae83c9edabe83f9f05ab3351179ce020876d]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/22 08:28:41 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cae12c2870750f7cd86cb5690d767a0aa724868d]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/06/01 13:27:32 sb 1.2.4.3: #i21150# Work around MS compiler bug that default-initialized primitive class members are left uninitialized. 2004/04/28 09:00:34 sb 1.2.4.2: #i21150# Added struct alignment tests. 2004/04/22 08:28:19 sb 1.2.4.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c0205c088c058b790af3e333a5a1c4d0b76896ca]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/06/01 13:27:32 sb 1.2.4.3: #i21150# Work around MS compiler bug that default-initialized primitive class members are left uninitialized. 2004/04/28 09:00:34 sb 1.2.4.2: #i21150# Added struct alignment tests. 2004/04/22 08:28:18 sb 1.2.4.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fc1c8b18913fc316911768adef7c6bc923eec1c8]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/04/22 08:28:18 sb 1.2.4.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [422db561f208e784b7c4d43c5e5167263f4bde36]

        INTEGRATION: CWS sb18 (1.7.102); FILE MERGED 2004/05/07 08:25:49 sb 1.7.102.1: #i21150# Complete rewrite of javamaker to generate .class files instead of .java files.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1a390278331084e6d38a91e2485d5da79cc598e9]

        INTEGRATION: CWS sb18 (1.3.4); FILE MERGED 2004/05/07 08:25:48 sb 1.3.4.3: #i21150# Complete rewrite of javamaker to generate .class files instead of .java files. 2004/04/28 08:59:43 sb 1.3.4.2: #i21150# Simplified TypeDependency to Dependencies. 2004/04/22 08:23:26 sb 1.3.4.1: #i21150# Refactord GeneratedTypeSet out of TypeDependency; expanded unotypesort.hxx to unotype.hxx.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f39944373e0e44a9dd7f1c37406569d7800fad56]

        INTEGRATION: CWS sb18 (1.21.4); FILE MERGED 2004/05/25 07:39:02 sb 1.21.4.12: #i21150# Close the tempfile before renaming it. 2004/05/18 15:29:45 sb 1.21.4.11: #i21150# Adapted to new feature: published. 2004/05/14 14:36:42 sb 1.21.4.10: #i21150# Minor fixes. 2004/05/12 15:01:26 sb 1.21.4.9: #i21150# UNO polymorphic type names may be either sequence or struct types. 2004/05/12 09:08:14 sb 1.21.4.8: #i21150# Various fixes. 2004/05/07 15:26:41 sb 1.21.4.7: #i21150# Fixed generation of attribute setters. 2004/05/07 13:51:46 sb 1.21.4.6: #i21150# Fixed handling of out parameters; -wall cleanup. 2004/05/07 12:58:15 sb 1.21.4.5: #i21150# Fixed dependencies of services and singletons. 2004/05/07 12:08:00 sb 1.21.4.4: #i21150# Support for polymorphic struct types. 2004/05/07 08:25:46 sb 1.21.4.3: #i21150# Complete rewrite of javamaker to generate .class files instead of .java files. 2004/04/28 08:59:42 sb 1.21.4.2: #i21150# Simplified TypeDependency to Dependencies. 2004/04/22 08:23:26 sb 1.21.4.1: #i21150# Refactord GeneratedTypeSet out of TypeDependency; expanded unotypesort.hxx to unotype.hxx.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b4a160e2e9fcaee1d247284e62372d9acd7873cf]

        INTEGRATION: CWS sb18 (1.3.82); FILE MERGED 2004/04/28 08:59:42 sb 1.3.82.2: #i21150# Simplified TypeDependency to Dependencies. 2004/04/22 08:23:25 sb 1.3.82.1: #i21150# Refactord GeneratedTypeSet out of TypeDependency; expanded unotypesort.hxx to unotype.hxx.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cac093e6a82b0be7da3521a8322c104759bc20e7]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/10 07:42:58 sb 1.1.2.3: #i21150# Performance improvement. 2004/05/07 12:07:59 sb 1.1.2.2: #i21150# Support for polymorphic struct types. 2004/05/07 08:26:11 sb 1.1.2.1: #i21150# Complete rewrite of javamaker to generate .class files instead of .java files.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2b53f37f0811214ad976bdb0ed303054f7d75c1e]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/14 14:36:42 sb 1.1.2.5: #i21150# Minor fixes. 2004/05/10 07:42:58 sb 1.1.2.4: #i21150# Performance improvement. 2004/05/07 13:53:02 sb 1.1.2.3: #i21150# -wall cleanup. 2004/05/07 12:07:59 sb 1.1.2.2: #i21150# Support for polymorphic struct types. 2004/05/07 08:26:22 sb 1.1.2.1: #i21150# Complete rewrite of javamaker to generate .class files instead of .java files.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e08a77508788657e1b3e4d5f635f29cb8a17dbaf]

        INTEGRATION: CWS sb18 (1.5.102); FILE MERGED 2004/04/28 09:01:33 sb 1.5.102.2: #i21150# Factored out auxiliary dump functions. 2004/04/22 08:26:07 sb 1.5.102.1: #i21150# Improved include handling over what class TypeDependency offers.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f581dea25751da216b257ce1dc02bb68644e6a4a]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/14 16:44:54 sb 1.1.2.3: #i21150# Make the inclusion of header files look nicer in generated header files. 2004/04/28 09:03:00 sb 1.1.2.2: #i21150# Adapted to new Dependencies class. 2004/04/22 08:24:57 sb 1.1.2.1: #i21150# Improved include handling over what class TypeDependency offers.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a30af74cbc87b5c9a441462fef2fcf4a6cce3a8d]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/14 16:44:54 sb 1.1.2.4: #i21150# Make the inclusion of header files look nicer in generated header files. 2004/05/14 15:08:03 sb 1.1.2.3: #i21150# Always include sal/config.h at the start of each generated header file. 2004/04/28 09:03:00 sb 1.1.2.2: #i21150# Adapted to new Dependencies class. 2004/04/22 08:25:10 sb 1.1.2.1: #i21150# Improved include handling over what class TypeDependency offers.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6c913b1bcb7f4d1cf472bb4466d8fbd88f57db8b]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/28 09:01:52 sb 1.1.2.1: #i21150# Factored out auxiliary dump functions.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5ad3726087b0a6dc9f0baf94156b189474b304f1]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/28 09:02:03 sb 1.1.2.1: #i21150# Factored out auxiliary dump functions.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [396bdbe0d3949963696df91adca720d61989c2d6]

        INTEGRATION: CWS sb18 (1.4.4); FILE MERGED 2004/06/01 13:27:31 sb 1.4.4.5: #i21150# Work around MS compiler bug that default-initialized primitive class members are left uninitialized. 2004/05/14 16:15:12 sb 1.4.4.4: #i21150# Missing include in comprehensive getCppuType method for interface types. 2004/05/07 14:56:59 sb 1.4.4.3: #i21150# .hdl files for interface types with methods need to include RuntimeException.h; also fixed pathname where headers for constant groups are written. 2004/04/28 09:04:25 sb 1.4.4.2: #i21150# Many fixes/improvements. 2004/04/22 08:27:44 sb 1.4.4.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b67ead570c2d683356dccc280f6cbb90096f581a]

        INTEGRATION: CWS sb18 (1.27.4); FILE MERGED 2004/06/01 13:27:30 sb 1.27.4.12: #i21150# Work around MS compiler bug that default-initialized primitive class members are left uninitialized. 2004/05/24 14:50:42 sb 1.27.4.11: #i21150# Fixed comprehensive getCppuType function for struct types. 2004/05/18 15:29:44 sb 1.27.4.10: #i21150# Adapted to new feature: published. 2004/05/18 08:31:34 sb 1.27.4.9: #i21150# Removed bBound from typelib_InterfaceAttributeTypeDescription, as it is not needed at runtime. 2004/05/14 16:44:53 sb 1.27.4.8: #i21150# Make the inclusion of header files look nicer in generated header files. 2004/05/14 16:15:12 sb 1.27.4.7: #i21150# Missing include in comprehensive getCppuType method for interface types. 2004/05/13 14:15:09 sb 1.27.4.6: #i21150# Adapted to updated cppu/typedescription.h functionality for struct types. 2004/05/07 14:56:58 sb 1.27.4.5: #i21150# .hdl files for interface types with methods need to include RuntimeException.h; also fixed pathname where headers for constant groups are written. 2004/05/07 08:24:46 sb 1.27.4.4: #i21150# Fixed code generation bugs. 2004/04/28 09:04:24 sb 1.27.4.3: #i21150# Many fixes/improvements. 2004/04/22 08:27:43 sb 1.27.4.2: #i21150# Added support for polymorphic struct types. 2004/04/15 12:57:42 sb 1.27.4.1: #i21150# Removed support for __SUNPRO_CC == 0x500.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [de02c2eba74202f29f2b69b7de9636d2a4f31dcd]

        INTEGRATION: CWS sb18 (1.3.82); FILE MERGED 2004/04/28 09:03:38 sb 1.3.82.2: #i21150# Simplified TypeDependency to Dependencies. 2004/04/22 08:26:37 sb 1.3.82.1: #i21150# Refactord GeneratedTypeSet out of TypeDependency.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b87b4d904e1025dd5ace07a3eaf355b01cfcf4ff]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/22 08:21:30 sb 1.1.2.1: #i21150# Expanded unotypesort.cxx to unotype.cxx.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7781a574ef43dc1baa1504a0148c05c239dad747]

        INTEGRATION: CWS sb18 (1.6.4); FILE MERGED 2004/04/28 08:58:49 sb 1.6.4.1: #i21150# Constness improvements.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4793eb5e09308567a33886c95ef74dc7ac45d092]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/04/28 08:58:29 sb 1.2.4.2: #i21150# Simplified TypeDependency to Dependencies. 2004/04/22 08:21:56 sb 1.2.4.1: #i21150# Expanded unotypesort.cxx to unotype.cxx.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [588543136b7caa788efc18ca715a408877df6339]

        INTEGRATION: CWS sb18 (1.21.4); FILE MERGED 2004/05/07 08:24:04 sb 1.21.4.1: #i21150# Added support to write binary data to FileStream.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [670a20f900a54776ea7dd55d0a87346255e315b0]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/04/28 08:59:02 sb 1.2.4.1: #i21150# Constness improvements.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [760cbe7110b05d8ed814c3fc957e5144929d3f6c]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/28 08:57:49 sb 1.1.2.1: #i21150# Simplified TypeDependency to Dependencies.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1bdb07a9823a867c8df49d3be4bd7948d18648e9]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/28 08:56:43 sb 1.1.2.2: #i21150# Documentation improvements. 2004/04/22 08:20:09 sb 1.1.2.1: #i21150# Expanded unotypesort.hxx to unotype.hxx.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [436e1ffbb20f02de6506b6cdbe6a41c7c9591754]

        INTEGRATION: CWS sb18 (1.5.4); FILE MERGED 2004/04/28 08:55:51 sb 1.5.4.1: #i21150# Constness improvements.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8eb04722422cd2709a3d98a36fbd1dc83754f552]

        INTEGRATION: CWS sb18 (1.7.4); FILE MERGED 2004/05/14 14:36:42 sb 1.7.4.2: #i21150# Minor fixes. 2004/05/07 08:23:47 sb 1.7.4.1: #i21150# Added support to write binary data to FileStream.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [640bd595c5aff6c083daa586e007325936286293]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/28 08:57:16 sb 1.1.2.2: #i21150# Documentation improvements. 2004/04/22 08:19:20 sb 1.1.2.1: #i21150# Refactord GeneratedTypeSet out of TypeDependency.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [be5a1174182a4c1c1b6d0aaae6848a721394be7f]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/04/28 08:55:50 sb 1.2.4.1: #i21150# Constness improvements.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cbfd596198405854dfef23e2be36a21d66695a80]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/28 08:54:38 sb 1.1.2.1: #i21150# Simplified TypeDependency to Dependencies.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e563d0272216d9b58472adb0440acbe5cfc03494]

        INTEGRATION: CWS sb18 (1.3.100); FILE MERGED 2004/05/25 14:11:29 np 1.3.100.1: #i21150# Allow the token 'published' in IDL syntax. Still has to be interpreted, task for a later cws.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4a74559eefe67b8a32af92f6d98d12bdc48c8509]

        INTEGRATION: CWS sb18 (1.2.100); FILE MERGED 2004/05/25 14:11:29 np 1.2.100.1: #i21150# Allow the token 'published' in IDL syntax. Still has to be interpreted, task for a later cws.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3f16f2a6ab42b761c7ff2186b7c70be05a0dc7c2]

        INTEGRATION: CWS sb18 (1.2.94); FILE MERGED 2004/05/25 14:11:28 np 1.2.94.1: #i21150# Allow the token 'published' in IDL syntax. Still has to be interpreted, task for a later cws.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5fbf08dd2bc7d6b97f133bc2dbc1e17a7d82296c]

        INTEGRATION: CWS sb18 (1.4.100); FILE MERGED 2004/05/07 15:25:53 sb 1.4.100.1: #i21150# javamaker now directly generates .class files.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2120f1d5a6d6da31bbdca63c49afa53b0252249d]

        INTEGRATION: CWS sb18 (1.5.8); FILE MERGED 2004/05/12 09:11:25 sb 1.5.8.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b63ddb6ba2145dce93f1ea6c175972f577a277bd]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/12 09:12:09 sb 1.1.2.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bf7fe0eb5cca7a379b988c3b186ab7b63b807409]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/12 09:11:56 sb 1.1.2.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5862d886fca8ca3cf6301d5ecb376c057a0a0b03]

        INTEGRATION: CWS sb18 (1.2.8); FILE MERGED 2004/05/12 09:11:25 sb 1.2.8.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6f7e5b0a77ffc9a50f5bfe6fcf796680f50c5d73]

        INTEGRATION: CWS sb18 (1.2.100); FILE MERGED 2004/05/12 09:11:25 sb 1.2.100.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cfbd48c8e3456f47c7e95bbb89bf468340486440]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/12 09:12:21 sb 1.1.2.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3bac83229a0b4f2f63500e2a3420a463be9484d2]

        INTEGRATION: CWS sb18 (1.3.54); FILE MERGED 2004/05/12 09:11:25 sb 1.3.54.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6955b849c6201cebfc7affed3862aeed0072ad16]

        INTEGRATION: CWS sb18 (1.2.8); FILE MERGED 2004/05/12 09:11:24 sb 1.2.8.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8048c4db1110ec1c9799c8a93cfd30942a2f29a1]

        INTEGRATION: CWS sb18 (1.2.52); FILE MERGED 2004/05/12 09:11:24 sb 1.2.52.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [48474a3485ff8247bc045faa56210011a86f1ab7]

        INTEGRATION: CWS sb18 (1.2.58); FILE MERGED 2004/05/12 09:11:24 sb 1.2.58.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bfbb44542601477b5eb0863d5c81aa2b7971aa50]

        INTEGRATION: CWS sb18 (1.2.100); FILE MERGED 2004/05/12 09:11:24 sb 1.2.100.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1f621ab64161ca0a912cf174905615695aac52fe]

        INTEGRATION: CWS sb18 (1.2.100); FILE MERGED 2004/05/12 09:11:23 sb 1.2.100.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b3bfeea015e945c3cef130c9a3e54a32a9170839]

        INTEGRATION: CWS sb18 (1.3.172); FILE MERGED 2004/05/21 12:09:23 sb 1.3.172.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/14 16:14:24 sb 1.3.172.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ab3613b042fc8478b0d471e139f783757c929ca6]

        INTEGRATION: CWS sb18 (1.16.44); FILE MERGED 2004/05/19 16:17:56 sb 1.16.44.2: #i21150# Fixed multi-inheritance interface handling. 2004/05/07 14:57:39 sb 1.16.44.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4b09cc42e3625eed24ac92b5413d1045c06a0698]

        INTEGRATION: CWS sb18 (1.17.44); FILE MERGED 2004/05/21 10:12:06 sb 1.17.44.1: #i21150# Fixed bridging of attribute setters and multiple-inheritance calls.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3c2290492612985757cbf0e790a8f844fc33a870]

        INTEGRATION: CWS sb18 (1.9.44); FILE MERGED 2004/05/21 10:11:12 sb 1.9.44.2: #i21150# m_base no longer needed for JNI_interface_type_info. 2004/05/13 16:53:32 sb 1.9.44.1: #i21150# Adapted to polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [85c2b4c869757471b2d8c3672ec2b905c906e306]

        INTEGRATION: CWS sb18 (1.12.24); FILE MERGED 2004/05/21 12:08:12 sb 1.12.24.4: RESYNC: (1.12-1.13); FILE MERGED 2004/05/21 10:11:12 sb 1.12.24.3: #i21150# m_base no longer needed for JNI_interface_type_info. 2004/05/13 16:53:32 sb 1.12.24.2: #i21150# Adapted to polymorphic struct types. 2004/05/07 14:57:39 sb 1.12.24.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a518291988ea3dff7923e96cf1ffbfeef8748470]

        INTEGRATION: CWS sb18 (1.15.44); FILE MERGED 2004/05/14 11:04:52 sb 1.15.44.2: #i21150# In map_to_uno, correctly handle those members of instantiated polymorphic struct types that have parameterized types and null values. 2004/05/13 16:53:32 sb 1.15.44.1: #i21150# Adapted to polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fa26ff27a2ae2a2ea95a090d1e20ffdf5e16a6e3]

        INTEGRATION: CWS sb18 (1.9.44); FILE MERGED 2004/05/19 16:17:56 sb 1.9.44.1: #i21150# Fixed multi-inheritance interface handling.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3fa7c899d87183c505ad349fff6b5adcf07c6156]

        INTEGRATION: CWS sb18 (1.5.20); FILE MERGED 2004/05/12 09:35:22 sb 1.5.20.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2bc5c27da661722b07ee907bc5466d8f18ab9cc7]

        INTEGRATION: CWS sb18 (1.9.20); FILE MERGED 2004/05/07 14:57:38 sb 1.9.20.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [11b483d56360786fb75a4c142e8a908205d94b72]

        INTEGRATION: CWS sb18 (1.5.10); FILE MERGED 2004/05/12 09:35:22 sb 1.5.10.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c1844582a914ca9367979337acc4b49e8c32c10f]

        INTEGRATION: CWS sb18 (1.13.20); FILE MERGED 2004/05/27 14:03:25 sb 1.13.20.2: #i21150# Merged in 1.14. 2004/05/14 16:14:24 sb 1.13.20.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6dbd8a691195734d37be189e0b16468d4bb6b2a2]

        INTEGRATION: CWS sb18 (1.10.20); FILE MERGED 2004/05/27 14:03:14 sb 1.10.20.2: #i21150# Merged in 1.11. 2004/05/14 16:14:23 sb 1.10.20.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [40e09d55cacbd9958451b26ba8bf36f16685ac1e]

        INTEGRATION: CWS sb18 (1.4.30); FILE MERGED 2004/05/05 11:26:03 sb 1.4.30.1: #i21150# javamaker now directly generates .class files.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [07de78c5acb4e5ddddeaf134a93113542755f54e]

        INTEGRATION: CWS sb18 (1.7.18); FILE MERGED 2004/05/05 11:26:03 sb 1.7.18.1: #i21150# javamaker now directly generates .class files.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2c5562a6a8c3e76e4a8841af3122658802bd7dcb]

        INTEGRATION: CWS sb18 (1.14.8); FILE MERGED 2004/05/11 16:47:33 sb 1.14.8.2: #i21150# Fixed dependencies. 2004/05/05 11:26:02 sb 1.14.8.1: #i21150# javamaker now directly generates .class files.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0a6239bda07d011b144f227b468b3d447d887750]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/05 11:28:22 sb 1.1.2.1: #i21150# javamaker now directly generates .class files.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1f164df60977f68d73cec6186ba201ec712a290a]

        INTEGRATION: CWS sb18 (1.14.12); FILE MERGED 2004/05/12 14:59:27 sb 1.14.12.4: #i21150# Preserve full type name for instantiated polymorphic struct types. 2004/05/12 08:59:39 sb 1.14.12.3: #i21150# Made isSupertypeOf more robust. 2004/05/12 08:50:26 sb 1.14.12.2: #i21150# Added clarifying comment. 2004/05/11 16:48:57 sb 1.14.12.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e1efa9ec62d7df2cbb0823ab154d2821a155c7a5]

        INTEGRATION: CWS sb18 (1.2.84); FILE MERGED 2004/05/11 16:49:37 sb 1.2.84.1: #i21150# Deprecated because it does not support instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [866abc60131b3c9f5ab9c1d203abe5378e241093]

        INTEGRATION: CWS sb18 (1.2.120); FILE MERGED 2004/05/11 16:49:36 sb 1.2.120.1: #i21150# Deprecated because it does not support instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [431afe6e5a6c047b9a0585834db4e5e8a3d300a4]

        INTEGRATION: CWS sb18 (1.3.112); FILE MERGED 2004/05/11 16:49:36 sb 1.3.112.1: #i21150# Deprecated because it does not support instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [35acd8733f5b8ca6645d0953260d4f832ee6bc66]

        INTEGRATION: CWS sb18 (1.2.112); FILE MERGED 2004/05/11 16:49:36 sb 1.2.112.1: #i21150# Deprecated because it does not support instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7cfe665734ee68a9e4b156889fdde9c34ab63b56]

        INTEGRATION: CWS sb18 (1.5.84); FILE MERGED 2004/05/12 08:50:08 sb 1.5.84.1: #i21150# Added equals/hashCode.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4c966838525f29933fe98c61b1c0b97e50ed7fb2]

        INTEGRATION: CWS sb18 (1.3.8); FILE MERGED 2004/05/11 16:50:48 sb 1.3.8.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3cdc669ab686f8199bf9b75b1f3bffbef83670b7]

        INTEGRATION: CWS sb18 (1.1.142); FILE MERGED 2004/05/12 14:58:58 sb 1.1.142.2: #i21150# Added clarifying comment. 2004/05/11 16:50:48 sb 1.1.142.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1e2d55691c4302e7ef802b162765031480ad477d]

        INTEGRATION: CWS sb18 (1.1.142); FILE MERGED 2004/05/11 16:50:48 sb 1.1.142.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [40f2b40ecd5198e0c94ffc5b13bd97056e63bac0]

        INTEGRATION: CWS sb18 (1.2.120); FILE MERGED 2004/05/11 16:50:47 sb 1.2.120.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ee7721942e8acd2f676671863aff1d0d64293494]

        INTEGRATION: CWS sb18 (1.1.142); FILE MERGED 2004/05/11 16:50:47 sb 1.1.142.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7ddad3dc8261dc376da36e233d99df083beca77d]

        INTEGRATION: CWS sb18 (1.2.8); FILE MERGED 2004/05/11 16:50:47 sb 1.2.8.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d9fd9ab7d73f000724b1c0059c82997a01ea0edf]

        INTEGRATION: CWS sb18 (1.16.18); FILE MERGED 2004/05/12 08:50:25 sb 1.16.18.2: #i21150# Added clarifying comment. 2004/05/11 16:51:25 sb 1.16.18.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [356017af5d95b6940f0efa4a60415dcb1c40cb56]

        INTEGRATION: CWS sb18 (1.3.18); FILE MERGED 2004/05/11 16:51:25 sb 1.3.18.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0c8152b842c261015566e74ae76c0d9b260bcd3e]

        INTEGRATION: CWS sb18 (1.3.4); FILE MERGED 2004/05/18 15:35:26 sb 1.3.4.1: #i21150# Added new feature: published.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b70f00c9597ee7c3bc2af643fd1eb5defaaa1073]

        INTEGRATION: CWS sb18 (1.17.80); FILE MERGED 2004/05/19 14:24:25 sb 1.17.80.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [957c2f62ab7d011143afc5f29ac14e7bc3f8ebc7]

        INTEGRATION: CWS sb18 (1.4.108); FILE MERGED 2004/05/24 13:47:27 sb 1.4.108.2: #i21150# Cleaned up. 2004/05/19 14:24:24 sb 1.4.108.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a64d0edea5d353a8a520e0dcdeb4a27365672c21]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 14:27:26 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9e2bb20eb5f8943320a9d5040f734aac4dccd1a3]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 14:27:11 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a09e9ae33c19a4abb202c9aacdef492568483c15]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 14:26:54 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ac2fd0b524d469ed03e384c188c371173861eca7]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 14:26:40 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1c1739c6fa80b14f7b891a25cf3e0cd007aa44e1]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 14:26:22 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9edfa8577855d6ff87446221c9cb4332ea1e8c21]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 14:25:59 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [20516e16dbd25db9ef5d3fa7faedd11d594b43ea]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 14:25:44 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e3a9bbf1a17c37f38cc9364dd5586bdb04b9a5f2]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 14:25:29 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a5ed9d369cb2da954e92a2a6183a99ffd72a20bf]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 14:25:09 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d8914bad46822f7030cc4a34bbd19091dd8b45e3]

        INTEGRATION: CWS sb18 (1.18.4); FILE MERGED 2004/05/18 15:35:26 sb 1.18.4.2: #i21150# Added new feature: published. 2004/04/08 14:33:49 sb 1.18.4.1: #i21150# Reworked dumpType.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c6e13a5cb0814b224850c6a7afcd49275b77e939]

        INTEGRATION: CWS sb18 (1.9.4); FILE MERGED 2004/05/18 15:35:26 sb 1.9.4.1: #i21150# Added new feature: published.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b955488d5ddd86f5e65bcc94c0cb9bf8f8a066ab]

        INTEGRATION: CWS sb18 (1.11.4); FILE MERGED 2004/05/18 15:35:26 sb 1.11.4.1: #i21150# Added new feature: published.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [63cd54cffd8a447213e1dbed6c3c39e8834f4844]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/18 15:35:25 sb 1.2.4.1: #i21150# Added new feature: published.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5ab5f7b3abed7113adc1baafe19486164d41acf1]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/18 15:35:25 sb 1.2.4.2: #i21150# Added new feature: published. 2004/04/08 14:34:19 sb 1.2.4.1: #i21150# Initial support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [17638b48f902e96d578c408ee2bea46959008b98]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/18 15:35:25 sb 1.2.4.3: #i21150# Added new feature: published. 2004/04/21 15:35:57 sb 1.2.4.2: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/08 14:34:19 sb 1.2.4.1: #i21150# Initial support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [58f98a604a4826f7e277f380f9cfe959155b0380]

        INTEGRATION: CWS sb18 (1.8.4); FILE MERGED 2004/05/18 15:35:24 sb 1.8.4.1: #i21150# Added new feature: published.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ffbb90627655431c480d20516cf8896e4b436b31]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/18 15:35:24 sb 1.2.4.1: #i21150# Added new feature: published.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c910db42c410911fc39f6b04e0eaf8256a97a993]

        INTEGRATION: CWS sb18 (1.25.28); FILE MERGED 2004/05/19 14:30:02 sb 1.25.28.1: #i21150# New exectest tool.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b4b20baae26b5d624ede121528041a5353da53e5]

        INTEGRATION: CWS sb18 (1.3.26); FILE MERGED 2004/05/12 15:09:30 sb 1.3.26.4: #i21150# javamaker now directly generates class files. 2004/05/07 11:31:05 sb 1.3.26.3: #i21150# 1.3.26.2 had inadvertently dropped some lines... 2004/05/07 11:28:50 sb 1.3.26.2: #i21150# Bad hack... 2004/05/06 15:24:31 sb 1.3.26.1: #i21150# javamaker now directly generates .class files.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cd85042f45e10a032b9b2c39ae6a7f0f02a7ea25]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 14:30:22 sb 1.1.2.1: #i21150# New exectest tool.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a3e3d07a0ddf05879ebf8ed49c1e546dad18f3e0]

        INTEGRATION: CWS sb18 (1.3.30); FILE MERGED 2004/05/18 09:55:22 sb 1.3.30.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0d3990d163d98d2db20f17f17790be80a59669a1]

        INTEGRATION: CWS sb18 (1.1.1.1.30); FILE MERGED 2004/05/18 09:55:22 sb 1.1.1.1.30.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f1e09df0770daabf9cc7cfd6ce1566cae8078c59]

        INTEGRATION: CWS sb18 (1.5.26); FILE MERGED 2004/05/18 09:56:52 sb 1.5.26.1: #i21150# javamaker now directly generates .class files instead of .java files.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fe8a10d0d2634aa98beba70aabb6983c555e3a38]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/14 08:01:53 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4d152373afd1caf1b1374cade00dba908319165d]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/14 08:01:43 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [71f9db693587a137073b64efc6bc570d3b0b786b]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/14 08:01:33 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a10c852485e23ce5b185257442a6a6a0c6c1ebdd]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/14 08:01:12 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2d9d0c1123e9d512596d20e61072feb6e69fd26c]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/14 08:01:02 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a81d2aae29c2198b121dbb83a9ff19a60c8783fd]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/04/14 07:59:29 sb 1.2.4.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:35:38 sb 1.2.4.1: #i21150# Fixed UNOIDL typedef support.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e7a2bb3714453b0551b0a6557782187495f11e95]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/04/14 07:59:28 sb 1.2.4.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:35:38 sb 1.2.4.1: #i21150# Fixed UNOIDL typedef support.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [375732c9d90d0036a26da01436574aab0b2de6d1]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/04/14 07:59:28 sb 1.2.4.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d91769741418cd5c330564a9ef10fba0db9cbc6e]

        INTEGRATION: CWS sb18 (1.16.4); FILE MERGED 2004/05/12 11:33:28 sb 1.16.4.3: #i21150# Missing includes. 2004/04/21 15:31:50 sb 1.16.4.2: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/14 07:59:27 sb 1.16.4.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1e510540ad9aa30d28e54a8af25cab5e79b8fe67]

        INTEGRATION: CWS sb18 (1.3.4); FILE MERGED 2004/05/12 11:33:28 sb 1.3.4.2: #i21150# Missing includes. 2004/04/08 14:35:37 sb 1.3.4.1: #i21150# Fixed UNOIDL typedef support.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4d14b9e66bf6d69974e6642cdc8d4df24c06f3e6]

        INTEGRATION: CWS sb18 (1.5.4); FILE MERGED 2004/05/12 11:33:28 sb 1.5.4.2: #i21150# Missing includes. 2004/04/08 14:35:37 sb 1.5.4.1: #i21150# Fixed UNOIDL typedef support.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [198a9fcc470a142fe59798aa51b9658d835578d1]

        INTEGRATION: CWS sb18 (1.14.4); FILE MERGED 2004/05/12 11:33:28 sb 1.14.4.3: #i21150# Missing includes. 2004/04/14 07:59:27 sb 1.14.4.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:35:37 sb 1.14.4.1: #i21150# Fixed UNOIDL typedef support.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e5c5ae03a34fa56b8d22c2a5f8a9e8f0f2ec0386]

        INTEGRATION: CWS sb18 (1.9.4); FILE MERGED 2004/05/12 11:33:27 sb 1.9.4.2: #i21150# Missing includes. 2004/04/08 14:35:37 sb 1.9.4.1: #i21150# Fixed UNOIDL typedef support.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7aaea761f568dc8c393c8ac7cc74fef910a2169d]

        INTEGRATION: CWS sb18 (1.8.4); FILE MERGED 2004/04/14 07:59:27 sb 1.8.4.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [14425cca49ac02e0842b57a182476688f13cf400]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/14 08:00:00 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fbe356cb03b09a18de2dd12f97da59ffc5a1e1cd]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/21 15:31:50 sb 1.1.2.2: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/14 08:00:12 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [780255ecf9edde9664ed7a9c97427a267199601c]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/12 11:33:27 sb 1.2.4.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fc7366d32942b978235fe95581a301c0b7cc61f0]

        INTEGRATION: CWS sb18 (1.12.4); FILE MERGED 2004/04/14 07:59:26 sb 1.12.4.1: #i21150# Added support for polymorphic struct types.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [501e88f0bfacad4aca366e44f3251ff554b820d9]

        INTEGRATION: CWS sb18 (1.14.4); FILE MERGED 2004/04/08 14:35:36 sb 1.14.4.1: #i21150# Fixed UNOIDL typedef support.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0d4b4f987bb5bd53f7fa49d9735cfe0fdd474e9f]

        INTEGRATION: CWS sb18 (1.7.4); FILE MERGED 2004/05/12 11:33:27 sb 1.7.4.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1b37cbe88d026673b813883f9927ce922ebcaa17]

        INTEGRATION: CWS sb18 (1.19.4); FILE MERGED 2004/05/12 11:33:26 sb 1.19.4.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1d69fbf389fd4ab5fba3a45fb4e74eea4846bbb8]

        INTEGRATION: CWS sb18 (1.13.34); FILE MERGED 2004/05/12 11:33:26 sb 1.13.34.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6c2458dee605aee3a3237eda1ced0bdc06225caf]

        INTEGRATION: CWS sb18 (1.21.40); FILE MERGED 2004/05/12 11:33:25 sb 1.21.40.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [38e46ea0151321be5bd043ddcaf6f3f5de382c31]

        INTEGRATION: CWS sb18 (1.10.22); FILE MERGED 2004/05/17 16:01:48 sb 1.10.22.2: #i21150# Adapted to extended interface type attributes that raise non-RuntimeExceptions. 2004/05/12 11:33:24 sb 1.10.22.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d1e802a212971c884fdf12d86c57d8f0e8fdad9f]

        INTEGRATION: CWS sb18 (1.9.84); FILE MERGED 2004/05/12 11:33:24 sb 1.9.84.1: #i21150# Missing includes.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [52906dc471760e2e045ab9290967c411afc662b1]

        INTEGRATION: CWS sb18 (1.6.84); FILE MERGED 2004/05/17 16:01:48 sb 1.6.84.1: #i21150# Adapted to extended interface type attributes that raise non-RuntimeExceptions.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [04a530c511784c0636ea22ed25cc52ba483af306]

        INTEGRATION: CWS sb18 (1.4.22); FILE MERGED 2004/05/25 16:28:49 sb 1.4.22.1: #i21150# Temporarily disabled generating assemblies from types.rdb, as long as climaker is not adapted to polymorphic struct types (for which it currently fails).

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cb618f1c1429dbbf03cb1353191a172d0a643a8b]

        INTEGRATION: CWS sb18 (1.74.4); FILE MERGED 2004/05/21 11:58:15 sb 1.74.4.2: RESYNC: (1.74-1.75); FILE MERGED 2004/05/19 14:22:45 sb 1.74.4.1: #i21150# For now, call regcompare with -u.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f5ec1ff15e3e63d65780c884de427d439fe567be]

        INTEGRATION: CWS sb18 (1.59.60); FILE MERGED 2004/05/21 14:53:16 sb 1.59.60.1: #i21150# Missing dependency.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [19571fde85df2e861ad03a26638b113117185fef]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:19 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3a2f0fba06caad7cf046ef8331c097277aef82e9]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:18 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [936f282dccd25882a755219c904775a3f2213c02]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:07:17 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0a60b16384cd9b37fcd26a31a0607a42da81d195]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:07:17 sb 1.2.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6ca9ca48b8801d2b42434da47b3de751dbdc80eb]

        INTEGRATION: CWS sb18 (1.2.88); FILE MERGED 2004/05/05 11:06:14 sb 1.2.88.1: #i21150# Missing base.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a5b1c239586b94afedd2ed86644bdd4ae978e6fa]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:07:16 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ec5129b52a971bc8d49ebd05d45693cb2114bbbf]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:07:16 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [97f58331264ac51376d272379d2d2449fe12e0bc]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:07:16 sb 1.5.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ce83da8d8f196196232c82c1e8c3c9975cf201e3]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:07:16 sb 1.4.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [896e76bbd5c5fb9f7d1d7aaa3944c22015789d66]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:15 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e3bf9760b326fc56b4dcfd0538989b732d05c133]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:07:15 sb 1.5.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e9a6f6d49b6dca0779c9e125718452d5ae9908b3]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:07:15 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f5abdf80c6533944dcb40574addfd044cdd6d2c0]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:07:14 sb 1.8.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2c3adf526f5251f6c76cd3875c48870352625239]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:14 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [312d5b03d4418fe51c991ccac0339626915502d0]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:07:13 sb 1.8.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ec99d571834faa58ac0c05a36eca7d0705afeb27]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 15:07:13 sb 1.8.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7d3546c0dab9a36c9a7dbba2b9c3b52a94a0450c]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:07:12 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8ecbe3a94d48e3e08d3125c8a05d1c96a80d6cc5]

        INTEGRATION: CWS sb18 (1.9.308); FILE MERGED 2004/05/21 15:07:12 sb 1.9.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [be3f8ebc49f6707732786bb305ec0c5f15e398ce]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:07:11 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3a00a8241bd1239747a75277474dc7e18e72dfcd]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:11 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [243ff3c0964ae16207c7d63851063cbfab7ea091]

        INTEGRATION: CWS sb18 (1.4.442); FILE MERGED 2004/05/21 15:07:11 sb 1.4.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [46df1d70ba3758ef2bb084f426626ec39ca5b167]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:07:10 sb 1.3.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ba81d98af062b3f15f73709a9a1fbff27d0005dd]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:07:10 sb 1.4.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [314d87f1b7ab29e4173c99b74042ebb8ad3feb02]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:07:10 sb 1.9.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c0cd1b85b8f9854fe0fec2020460dbd40ae01194]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:09 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f74978dbe685c39ce9869f9899d0fec400ffc124]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:07:09 sb 1.2.408.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bc52e1cc6f190afaba45055b314496a6503f3610]

        INTEGRATION: CWS sb18 (1.6.308); FILE MERGED 2004/05/21 15:07:09 sb 1.6.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4d9bf06531edc53941f9d8c5165eca71b999b015]

        INTEGRATION: CWS sb18 (1.8.308); FILE MERGED 2004/05/21 15:07:08 sb 1.8.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3c3ba3b24dad011e0eef175a09ea9e03b6d334bc]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:07:08 sb 1.8.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [feb4ae1152c1d40d2e61778c51b7252e51786a68]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:07:08 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a01593175783c5100f053715c7bad7df565a4ffd]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:08 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [905ff3244005aced27b9303dca7d60b31684f9c3]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:07 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f1801a92c4a2a573b2c3eb9869d09b4574191c7d]

        INTEGRATION: CWS sb18 (1.8.90); FILE MERGED 2004/05/21 15:07:07 sb 1.8.90.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5189adaa3d3d5261d65b84015a52163a77de87d9]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:07:07 sb 1.3.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b18af36fee236374fbefbb1d0d0cf82828380b06]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:07:07 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d7e03d51f8a98a5d2e5effa2327e73a3bcd3e45b]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:07:06 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c721a81ade21899bd113d58ef1d133846107b346]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:06 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b43667659b312069be4c67d2384b41e7c929293b]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:07:06 sb 1.8.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8884977e6a7135e211553d089602013cf7524f4e]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:07:03 sb 1.2.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [37a6a8e9e3fd1d45a192a523af9d54c52da434e0]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:03 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a271dba1858de4d8e7427ae910aa369b1925c383]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:07:03 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [58fdd8fd3a9252c6ef8f2b2bb42deb1dd1ae78d7]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 15:07:03 sb 1.2.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c5dcb200375ebaf73ba335d602df140818bb23e5]

        INTEGRATION: CWS sb18 (1.10.410); FILE MERGED 2004/05/21 15:07:02 sb 1.10.410.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [364365dec05a551ce76f1ad5486fce43af2679ad]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:07:02 sb 1.2.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a3ae1a0dae9936e86dbeb846d0645979779a0e13]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:07:02 sb 1.4.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [952ab7f9b1504dd040ed9a60e97fe9c2a02c298e]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:07:02 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7e13bd5b0fed6ed9ec6aa5a505699e73f3d53346]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:07:01 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b0f2e2e3c5882f284620c84fd6e52ad19e300dc0]

        INTEGRATION: CWS sb18 (1.7.250); FILE MERGED 2004/05/21 15:07:01 sb 1.7.250.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ecd7fa173a6f468282bef7f3a21f0c84f21ca478]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:01 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8d76bdd665cc7eedfe15e03e0f1766a4992eb3f3]

        INTEGRATION: CWS sb18 (1.10.328); FILE MERGED 2004/05/21 15:07:01 sb 1.10.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [755ead697944ccffd113c04e841efe2981c5c444]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:07:00 sb 1.7.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a57a4fc60682599c340910407608eb93a5f52a8e]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:07:00 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b463a2f2398c05021be522b15a4a453c2a2d4791]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:00 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1c06555227836bb8adf34b5c32fc74c5d8655c0d]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:59 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9df81f7dfe30844fb9548ce52a0fafb9230b7000]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:06:59 sb 1.7.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [28ab0cfdf3b8c88f4b4320137da5f21b211de1fb]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:06:59 sb 1.8.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7c6891b8a3b64c9f5d6a30d1eb4512a5a099207c]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:58 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [92ad7e2012d6d60861d3d82b07e34a24372d8eaf]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:58 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [377e4eb58d43c5a7d9a1c3428eee9916a0ea9d65]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:57 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [dd7dbcf6d9305764165492d1dfc5eda861721a67]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:06:57 sb 1.5.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b37ab872dae44af0390e8389922d1f90f11842f5]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:56 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0f906404a31258a688ccbec7bdfda4f39c6a8945]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:56 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [11387c0e79047d3ce286331e3dd82eeae4118114]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:06:55 sb 1.7.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5b03648327f47b8d25e08f01eb600f3d8c3ab9f9]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:55 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [05a47e3a1a0acbe04b75ab5b71f904c3dc7b8871]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:54 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2d31520de571c206096e731c4ac9d772172cc166]

        INTEGRATION: CWS sb18 (1.1.416); FILE MERGED 2004/05/21 15:06:54 sb 1.1.416.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f13aed9ceb15b2fc1855d698624628b7771d8f16]

        INTEGRATION: CWS sb18 (1.3.328); FILE MERGED 2004/05/21 15:06:54 sb 1.3.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c925cf06417e475f279de7d919180a7db037a061]

        INTEGRATION: CWS sb18 (1.3.328); FILE MERGED 2004/05/21 15:06:53 sb 1.3.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [eb14e80e56db4aa617caa4c20cff2656f5ca529d]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:53 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5293eec5f91a2225c255c035073033b42dc845b9]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:52 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [cd02cbfceed51888fb6a7f4dbc80eff7ec1f79d8]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:52 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0815280b655b5456bb8efdaa62c652515d4a8cad]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:51 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [019e23917015384eafefebe46d6dc48323ed1f7a]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:51 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3c07155d8503e629fe67a562d87322fdd9017dc3]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:06:51 sb 1.5.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [10391cb46ed55c5d494783d53f1812bae6df4b71]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:51 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [88aad69e1ff4287241876459ae1590de700a0320]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:50 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3ced67a9a922baa2c58fbcd7d616d0a328e1eba3]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:50 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ed2b0e500f63589c06c4de794a63a492684ad679]

        INTEGRATION: CWS sb18 (1.6.308); FILE MERGED 2004/05/21 15:06:50 sb 1.6.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [76a78e1d85ef431b316034df844e702edcc03629]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:06:49 sb 1.5.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2c27db58a0ac99ed1378ab61f41483ff3cd424e6]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:06:49 sb 1.6.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b79fcb3ef13cea8c15538b899f790825033ee0f1]

        INTEGRATION: CWS sb18 (1.5.244); FILE MERGED 2004/05/21 15:06:49 sb 1.5.244.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ff491b3b716849bb6f431d839dfa7f3bcc454fdc]

        INTEGRATION: CWS sb18 (1.12.328); FILE MERGED 2004/05/21 15:06:49 sb 1.12.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b312cde55d0b659fb0bfc07ead68810ab2245d39]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:49 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8c0024706238616fa576004624b889db0b1b14fd]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:48 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a92a9b2865615f916dfab456916bd9054e7c9546]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:06:48 sb 1.5.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1f2394c5fecec16c285ae054b8d35f0ef816fd8a]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:47 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [996644ec604f404728bd5d89201d75268fc6c104]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:47 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e16db09c7b9f563310279f037f4b54075f1855cd]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:46 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e63474f450c89808de482b1faf04a80e33206ed2]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:06:46 sb 1.5.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [292e097307b197548a20f13a9f39b61c135d8ad0]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:06:46 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2d598f5724899fca34c1d79879f1f5d70bc70f4a]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:46 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [345d659b0d8ee45bfbc6163255b623fac46c2a66]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:06:45 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ac27c53fbc30e75ccdcbfcded6d382072910c166]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:45 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c127f042f1c26956a005a3084ad5874f1d1511a8]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:45 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1423f6ede11eb108b2b7abd9eb0fa30cc316783e]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:44 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6c1952889e76582b6ab762077825f49270940e2d]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:06:44 sb 1.7.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c1db67bcd86a166e342aaa9dbea81cdafb61c7a1]

        INTEGRATION: CWS sb18 (1.1.416); FILE MERGED 2004/05/21 15:06:43 sb 1.1.416.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ae608c39a19a7847afb2d61aaa0152add3398f72]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:43 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e692baf10a822bbca719f9f6aade5fee9cf574a5]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:43 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fbc532d6b2026455bcabc8cd55e7e27365e0eb2e]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:06:42 sb 1.6.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [247928ffb226cf9d20c901a3e0028ebd6db671af]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:42 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [43ad0324acddeb858102897e05595acffdb5dca8]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:06:42 sb 1.7.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [76e6cb2a24301e1a7f0208359289c7ac48f0cb1f]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:06:41 sb 1.5.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8d9290bb4c6154a711b5ba986b0f117e89f7e75f]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:06:40 sb 1.2.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b96631f272c2a853a7d40b093e5701c286a86da3]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:40 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4c53f891c8dcb6cbb9932f666ec82b5520f50e15]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:06:40 sb 1.6.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [72a26c38612203b9ae3d48ef220bc8f556c6d2eb]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:06:39 sb 1.5.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c5cc61e006935101e0090765dedef304fcea63e9]

        INTEGRATION: CWS sb18 (1.5.270); FILE MERGED 2004/05/21 15:06:39 sb 1.5.270.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [50339fdbfafb9f918849a4161ee937a1ea0ee1a4]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:06:39 sb 1.4.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4b16cf5f8f53f7a2f5df38be2711f5de03edb9a0]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:06:38 sb 1.2.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7f94442bbf742c7eee0bfc58b98d3d5ac4667c37]

        INTEGRATION: CWS sb18 (1.2.428); FILE MERGED 2004/05/21 15:06:38 sb 1.2.428.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1f332d43f50693d2dc36da636498205dcd729ec4]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:06:38 sb 1.7.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d87b85e56bb2f15aa78de63a2f1958b09bf1ff41]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:06:38 sb 1.4.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [48e2b64281709110dc04d7303828d2ee08933b14]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:06:37 sb 1.2.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c6f178753c9ff60257693252ad71f9216f148d14]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:06:37 sb 1.9.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [65efec5ddaae368381b4a947fb789af5a603506f]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:06:37 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [588ef243264c4c56b20781990f2c73e20b1253b0]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:06:37 sb 1.5.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [560a5bad1275e21adacc67cdbd6695283968987f]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:06:36 sb 1.2.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [513a7ce971284e42c85bf8c8c2fbad8dbcf74cb4]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:06:36 sb 1.5.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9d3877acf006dd325f771288bbc18b9bcc8f59bb]

        INTEGRATION: CWS sb18 (1.8.308); FILE MERGED 2004/05/21 15:06:36 sb 1.8.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3e17a7abf89e9ee39cce27f7acc2710f88953ad5]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:06:35 sb 1.1.426.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f9f8ae99cc6c9c6a098a74d21fcbe274cc37ddaf]

        INTEGRATION: CWS sb18 (1.2.296); FILE MERGED 2004/05/21 15:06:34 sb 1.2.296.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7e047bcfa10f5502079c0f0409dbc65512b492fe]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:06:34 sb 1.1.426.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [24d269c68cf88581f0e7700b6944ea97207c7d40]

        INTEGRATION: CWS sb18 (1.3.328); FILE MERGED 2004/05/21 15:06:34 sb 1.3.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4ae17414d25297f75becbcb870819e2899b4328e]

        INTEGRATION: CWS sb18 (1.2.426); FILE MERGED 2004/05/21 15:06:33 sb 1.2.426.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7b156a02546fad2633c515a960155ee85f14bf4e]

        INTEGRATION: CWS sb18 (1.6.442); FILE MERGED 2004/05/21 15:06:22 sb 1.6.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7a1f9c5ae46e75a1c0727ece4c3a1d4ddaebdcde]

        INTEGRATION: CWS sb18 (1.5.442); FILE MERGED 2004/05/21 15:06:22 sb 1.5.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [696704630167012c79ff78e854eecc3a239b62ed]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 15:06:22 sb 1.3.270.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d3074faa6a62e0bfad325265fea6277e2dd205e7]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:06:21 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7c841ddc97bf1c0df8b149dbed39cc6d479678b6]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:06:21 sb 1.7.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0c18071eed5f75ed9d67e34eb4130b119b6cc0c4]

        INTEGRATION: CWS sb18 (1.5.442); FILE MERGED 2004/05/21 15:06:21 sb 1.5.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1169901973df65030f21563cfef25ccfd5ad70cd]

        INTEGRATION: CWS sb18 (1.2.442); FILE MERGED 2004/05/21 15:06:21 sb 1.2.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f2d6e3298d9e5325796db3e12363a13a76cec8c1]

        INTEGRATION: CWS sb18 (1.6.442); FILE MERGED 2004/05/21 15:06:20 sb 1.6.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [52e79d193f5f810dfd84cbafee9d50ffbe514da0]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:06:20 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [df87a7c52fb472a0099d39672c931ec314a7d551]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:06:20 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e3a1ffcf573ed9e0ee4083de866b119182a3c05c]

        INTEGRATION: CWS sb18 (1.2.442); FILE MERGED 2004/05/21 15:06:20 sb 1.2.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [da835b2e9f6b75e9b3275b9a6f6fb046c73aa44d]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:20 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2be950f83c6c05563f6b33ad8b7f5d64fa6d6af7]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 15:06:19 sb 1.9.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3abc43a2ea809b06d15ad60a08a4d0274d614078]

        INTEGRATION: CWS sb18 (1.6.442); FILE MERGED 2004/05/21 15:06:19 sb 1.6.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6ab131f84ec89b4b563ea3d5eecc9a5fd19855e1]

        INTEGRATION: CWS sb18 (1.5.442); FILE MERGED 2004/05/21 15:06:19 sb 1.5.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fb1d1e830438363bbad7cefccb3876a1e59ef070]

        INTEGRATION: CWS sb18 (1.5.442); FILE MERGED 2004/05/21 15:06:18 sb 1.5.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [63aa9617fe2af88393a12c12f808d8cc05fccecd]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:18 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7aa856729789174ab2cdfa551dc173243e041bb3]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:06:17 sb 1.7.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7797678b39e7749984f7dc769326804177f4f5bb]

        INTEGRATION: CWS sb18 (1.1.438); FILE MERGED 2004/05/21 15:06:17 sb 1.1.438.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [88016ca2ea0e1891b5985159e7db9c41a1aaac7e]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:17 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8bcc923721125dc94cb45c72d4c10ad87954447d]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:16 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f8dc9450294fc7944a2c0aec79d3fe584eef561f]

        INTEGRATION: CWS sb18 (1.6.442); FILE MERGED 2004/05/21 15:06:16 sb 1.6.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8057231c0146b393ac1fee85bd12a714cecd266d]

        INTEGRATION: CWS sb18 (1.7.442); FILE MERGED 2004/05/21 15:06:16 sb 1.7.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [11eaae163f0a2d3ebe71314f55ff77f5be973559]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:06:16 sb 1.7.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b0ff1534ad0678f3a4a1c063c03af43f9195ef7e]

        INTEGRATION: CWS sb18 (1.5.442); FILE MERGED 2004/05/21 15:06:16 sb 1.5.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [519d602e6be164d9827b273544c753e9a843bcbf]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 15:06:15 sb 1.8.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a08a89b1f37d6cdc102c471a8026e6791e77b78e]

        INTEGRATION: CWS sb18 (1.13.328); FILE MERGED 2004/05/21 15:06:15 sb 1.13.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f19c25213cfe47305e5306da89ba4cadc16bc0f0]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:15 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8916aecd9f8bba69092e3f538168d721217e2360]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:15 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3493c2df207fbf3aace8632a86dd4da16e9a0f15]

        INTEGRATION: CWS sb18 (1.4.442); FILE MERGED 2004/05/21 15:06:15 sb 1.4.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2e08c0c419fea7080985cf6769f21bf4883bc75b]

        INTEGRATION: CWS sb18 (1.11.426); FILE MERGED 2004/05/21 15:06:14 sb 1.11.426.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ea81577637f2c9528cfaa5a0cb1ce714bfd4be44]

        INTEGRATION: CWS sb18 (1.5.442); FILE MERGED 2004/05/21 15:06:14 sb 1.5.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [91af16a0b9b8801ebf09483fcc1372cff92ad38f]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 15:06:14 sb 1.8.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4dc59ae4038765c32c83f62f7d19d4c75bad0a19]

        INTEGRATION: CWS sb18 (1.7.442); FILE MERGED 2004/05/21 15:06:14 sb 1.7.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0736abfa2da97e5bfcd5ea7a9ed4efa6c311acd7]

        INTEGRATION: CWS sb18 (1.4.442); FILE MERGED 2004/05/21 15:06:13 sb 1.4.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [38ec13985e84248f0cf2397697ae9501efd3a62f]

        INTEGRATION: CWS sb18 (1.5.442); FILE MERGED 2004/05/21 15:06:13 sb 1.5.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [635230abc87ecaa4c4ed8bb2e40536c231caab69]

        INTEGRATION: CWS sb18 (1.7.442); FILE MERGED 2004/05/21 15:06:12 sb 1.7.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [918a1941a1e96d40c327eea402b3256676bd4774]

        INTEGRATION: CWS sb18 (1.6.442); FILE MERGED 2004/05/21 15:06:12 sb 1.6.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5ddcdb6b11a736b141f99fd140706f5683a56f45]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:06:12 sb 1.5.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3f17be5fa5ccac82e7ed5ec7c40bff88ec940959]

        INTEGRATION: CWS sb18 (1.10.406); FILE MERGED 2004/05/21 15:06:12 sb 1.10.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [226450c869bcdc03aa8fe522313642a9581e4e2f]

        INTEGRATION: CWS sb18 (1.6.442); FILE MERGED 2004/05/21 15:06:11 sb 1.6.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6f79caf71971b88be33ffde9b65fd6cda0b98b49]

        INTEGRATION: CWS sb18 (1.5.442); FILE MERGED 2004/05/21 15:06:11 sb 1.5.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [317149d6fcc396d1f0924b90d9f95614b2ee54b4]

        INTEGRATION: CWS sb18 (1.7.442); FILE MERGED 2004/05/21 15:06:11 sb 1.7.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [dab95ad2011c066ef6bb4a8e2a3b6eaae50bd26d]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:06:11 sb 1.7.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c32eb38cd4574a60109062714b94f41864f2a1bb]

        INTEGRATION: CWS sb18 (1.5.442); FILE MERGED 2004/05/21 15:06:10 sb 1.5.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e65be98d37fac135fef047cac03889798a22a748]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:10 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e901bda86b559bc5ab6157c57f26971d0997ce4e]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 15:06:09 sb 1.8.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [640e418a275e9cb9f9a347cc217012153f20370c]

        INTEGRATION: CWS sb18 (1.5.444); FILE MERGED 2004/05/21 15:06:09 sb 1.5.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4fa5c52201ff0ee990b720e08d6acea1bdd88317]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:06:09 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d2223fd37a43be474741f4544033e7461249f669]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:06:09 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2b9282c6bba33ebb029442cadf0cebb1ba2e8289]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:06:08 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ca2e17c87361431f5f1569642c156ac8e1d16e92]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:06:08 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f0e84248c3e423e787f40b41fea5b713584c05b4]

        INTEGRATION: CWS sb18 (1.1.438); FILE MERGED 2004/05/21 15:06:08 sb 1.1.438.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [10b9367e6bc934fb0eabcfab24bc31bc58d5c4ee]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:06:07 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [a12deee894abef4ec5d922b422da633f19b2eea2]

        INTEGRATION: CWS sb18 (1.15.406); FILE MERGED 2004/05/21 15:06:07 sb 1.15.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [205d85cbdadc06de257b37c53de566133991fb56]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:06:07 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d873308fc08b49a5059d477c781133111a33d686]

        INTEGRATION: CWS sb18 (1.7.426); FILE MERGED 2004/05/21 15:06:07 sb 1.7.426.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1f51cb15bd9b0659648f99e637899a3fae322c1d]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:06:07 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [67803d524c070275d48e9ad0afd31b117d0b5937]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:06:06 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1d91392d578d35065238d7aef45af0e8e8b57505]

        INTEGRATION: CWS sb18 (1.5.444); FILE MERGED 2004/05/21 15:06:06 sb 1.5.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [799c907f806cd68898ed3041f6bbfb839c851de0]

        INTEGRATION: CWS sb18 (1.1.436); FILE MERGED 2004/05/21 15:06:06 sb 1.1.436.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [13404ddfe3f7e44f5999f0301a33f0633f229ea5]

        INTEGRATION: CWS sb18 (1.4.426); FILE MERGED 2004/05/21 15:06:05 sb 1.4.426.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [51b640662f4fcb4fa8e18c78ed648b18466945ec]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:06:05 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0942c6d9cf4a4b2a70a625a574c4805f55e45973]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:06:05 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fbe9a12d99962d945265a5d470b846520924f56f]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:06:04 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [91af17ec0ab2b4230b8efea2730618f0327eb0d2]

        INTEGRATION: CWS sb18 (1.5.444); FILE MERGED 2004/05/21 15:06:04 sb 1.5.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e8c00f6a4c464cb72c65d70122831560aa551e8f]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:06:03 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4d0b486b13005dca7397639bb9f4f70a81e2e9c5]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:06:03 sb 1.7.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [57df37c00a34832523e1a8240d71fccf2b56f67b]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:06:03 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d1fab711887fd0ae7870898532fb1007c60e79a9]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:06:02 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6807309a6b06e67477d97c681194fe97de82ec27]

        INTEGRATION: CWS sb18 (1.1.442); FILE MERGED 2004/05/21 15:06:02 sb 1.1.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b229c7716fa01236e64cfd4ce23cca242e4179b5]

        INTEGRATION: CWS sb18 (1.3.328); FILE MERGED 2004/05/21 15:06:02 sb 1.3.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0e48172c929751cbe98d84c9f2befbfd06892643]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 15:06:01 sb 1.8.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8f1acc9713e2c0a6472ffd0beb6dc1b98510a782]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:06:01 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [4cbb2ff83ad62c8fe54e003c5d16a6640820e5dc]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:06:01 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7e9ad59c90657f2c4c2681256fd72dc4d67690c6]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:06:00 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bfba1798fada622d2b764af4156b85ca6c787ba2]

        INTEGRATION: CWS sb18 (1.4.446); FILE MERGED 2004/05/21 15:06:00 sb 1.4.446.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6013327e04ba812f96272ad7c469d621503722ea]

        INTEGRATION: CWS sb18 (1.1.440); FILE MERGED 2004/05/21 15:06:00 sb 1.1.440.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f9e33a0fb790efdb1ce0aeea7b49048c1628e6d4]

        INTEGRATION: CWS sb18 (1.1.436); FILE MERGED 2004/05/21 15:05:59 sb 1.1.436.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [be22734ea0c5ec3098cc5839ed780ea392a7dbd8]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:59 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c92a2d7dc1f352d583c279a1a8ef4643ee8a86a6]

        INTEGRATION: CWS sb18 (1.4.446); FILE MERGED 2004/05/21 15:05:59 sb 1.4.446.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5d96132958d27e96708d8da26352b6a0f89b0922]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:05:59 sb 1.7.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [78b90e2ffeffd131730b99dc69262868e46b3f0c]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:05:58 sb 1.7.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fa81d5148fa22c53fde7b0172414ff9a1ec17988]

        INTEGRATION: CWS sb18 (1.2.444); FILE MERGED 2004/05/21 15:05:58 sb 1.2.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [980ed13ecf29f955a5bb9ec41a78b4df691352d9]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:58 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f060e48ae68a076942c3ef6b9c4b53d0bff8c469]

        INTEGRATION: CWS sb18 (1.5.444); FILE MERGED 2004/05/21 15:05:58 sb 1.5.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5c97d628786f20b409e288fa84e1d67ef02c8a46]

        INTEGRATION: CWS sb18 (1.10.406); FILE MERGED 2004/05/21 15:05:57 sb 1.10.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bbebed6923dc4c75fed2d5be208acbf9a6082942]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:05:57 sb 1.4.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [36dfe1a3b82fd2e511821dbb232bb34df7ff3cd8]

        INTEGRATION: CWS sb18 (1.6.308); FILE MERGED 2004/05/21 15:05:57 sb 1.6.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ebe3a706ff1b6f7def70b68066a6741bbafda40a]

        INTEGRATION: CWS sb18 (1.5.444); FILE MERGED 2004/05/21 15:05:57 sb 1.5.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d009ecc9d5381c5e1870b3e0b5a48c3e6087196f]

        INTEGRATION: CWS sb18 (1.1.438); FILE MERGED 2004/05/21 15:05:57 sb 1.1.438.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [46f3f1d09ce82798f34d9751844766ed8cb20e29]

        INTEGRATION: CWS sb18 (1.1.438); FILE MERGED 2004/05/21 15:05:56 sb 1.1.438.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d6ecbf98beba0c696a27e371b8b55dd0e66bf24a]

        INTEGRATION: CWS sb18 (1.5.438); FILE MERGED 2004/05/21 15:05:56 sb 1.5.438.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d193438cf954d2f1a04f37fbcc1ed3a7abd125a4]

        INTEGRATION: CWS sb18 (1.1.442); FILE MERGED 2004/05/21 15:05:56 sb 1.1.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [fb2d6245ff8a18709a755047a29a5385484dd1bd]

        INTEGRATION: CWS sb18 (1.1.442); FILE MERGED 2004/05/21 15:05:55 sb 1.1.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9a6091aac31afcf29c43c6afb60207986ddc7e2b]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:54 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [de514409445984931267b9b922a5fcf2f39d530c]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:54 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [391dd934e888c672ee2bfafc00cb23c5324e05f0]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:05:54 sb 1.8.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3e99635957dbec12634bf40329fe5db071490645]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:05:54 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [349211769925e6c0e1260397b33e4211c7f33029]

        INTEGRATION: CWS sb18 (1.1.442); FILE MERGED 2004/05/21 15:05:54 sb 1.1.442.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8eeb218678f2f8a69a87574dc89b5095fa4c9914]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:53 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1ddf02cdcc473906d56797319e0a8ed77e915dc1]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:53 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [37e88f227801d07a1790c1ab42e41c770285b5a8]

        INTEGRATION: CWS sb18 (1.4.446); FILE MERGED 2004/05/21 15:05:52 sb 1.4.446.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [617403bc21e6a26cbbca74a5c879821107489c72]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:52 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e4e47b28b6cdc03e1c9782894b3133638ad289af]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:05:52 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3e06c75f61a6b3793b21b9a90808a91eea2121bc]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:05:52 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [879e655506183fb70c96bffef3760a17dba57eaf]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:51 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8cea511a87b1c65de0423b7df5685709f6c59081]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:05:51 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7f9f4e43c27acee0379341c149fa283ab072a186]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:05:51 sb 1.4.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [efb05d2ee91a115ddfd633384a20dfe9818ce9dc]

        INTEGRATION: CWS sb18 (1.4.446); FILE MERGED 2004/05/21 15:05:51 sb 1.4.446.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [88c37d65c4ebdd2fac3b1513f425e36ce1ff94a7]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:05:50 sb 1.7.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2cb111112d3628af04fa6e9d34080bebbdc90da6]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:05:50 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [b34c8ada9c92b45326d0ea45cbf9107f7789715a]

        INTEGRATION: CWS sb18 (1.2.436); FILE MERGED 2004/05/21 15:05:49 sb 1.2.436.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [44c73ddd053372c61decf4adfc575ade8543f7f6]

        INTEGRATION: CWS sb18 (1.1.436); FILE MERGED 2004/05/21 15:05:49 sb 1.1.436.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6ce4c2783a6fffd938b345ca4020c727fb60c467]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:05:49 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [307e4f89b7d964ff07e46e591b52b84fa7974e64]

        INTEGRATION: CWS sb18 (1.1.416); FILE MERGED 2004/05/21 15:05:49 sb 1.1.416.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d47eb22125e1917d2f25d9694625caccf04b5938]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:05:48 sb 1.3.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [9e0e68fbc3a8c9be30728ec7ebc2362d217d70f5]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:48 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e47806cabe583cf32f76d897bf96f3f81ea15f2d]

        INTEGRATION: CWS sb18 (1.1.444); FILE MERGED 2004/05/21 15:05:48 sb 1.1.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1444ef6347dc75866de6768f7614a0c97d1be3e7]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:05:48 sb 1.5.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8556b9eb943b86e60491122301b0a7cb230e4ac8]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:48 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e96630b5079999e7f482785f281176968146d0bb]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:47 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [ca9bd39c2bb02eb8c313228bfd0364170250b8f7]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:47 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [eee73f696b5317604887158970b986512abed538]

        INTEGRATION: CWS sb18 (1.2.440); FILE MERGED 2004/05/21 15:05:47 sb 1.2.440.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [1808c65edcb2b613cf71bcafdd45678af789339b]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:05:47 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [140e476a6d04a3e8f23dbda02b19937364597068]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:05:46 sb 1.6.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d5048667cc2dee5beaf22063831b17f0e9808814]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:46 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [5d6757498ab0b96db3bc35a8c3f9dc11c364c9c5]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:05:46 sb 1.4.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [aee0a1682314535fffabbbc8180b1244c40bfad5]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:05:46 sb 1.5.308.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [3ee7b49df98d10fdfce73614276feccbc73ddc0e]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:46 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f746ef981522a0ff92b8103766f4404da30318a9]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:05:45 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [6b1a959c179eaeec4adfda17b968df427ee3cec7]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:45 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [04ad7de6f20386a5f0a2c9939c46f01089801aed]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:45 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [8ba1bb46e09e1239b4d550eccd0770fdb1a009b0]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:05:45 sb 1.4.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [47b7deec252d875c20249e660c493a0315341776]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:44 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [f3e4ef49d07f5628ff41335c7a63d552f074e513]

        INTEGRATION: CWS sb18 (1.1.436); FILE MERGED 2004/05/21 15:05:44 sb 1.1.436.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [aad3fac8df227ccb63b56792593c5516e161aabe]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:43 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [2496cfc6caa117516b16f08d71511a36c863a092]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:43 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [e65478ba24823f645e42f095b0a15836ca75de00]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:05:42 sb 1.4.406.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c6bdb07cc40962370c901e116f306782355430fa]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:42 sb 1.4.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [20955241fb2d407c69ca9310473ebc89613b8ddd]

        INTEGRATION: CWS sb18 (1.10.328); FILE MERGED 2004/05/21 15:05:42 sb 1.10.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [aa4479758f4c33778034ff182ba9c1572240cd40]

        INTEGRATION: CWS sb18 (1.5.444); FILE MERGED 2004/05/21 15:05:41 sb 1.5.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [bfe39274de15a379768dae6511dd21b8b6c9c986]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:41 sb 1.3.450.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [0b7ae5fbfa2856f585d149db7c85086432c2b9de]

        INTEGRATION: CWS sb18 (1.11.444); FILE MERGED 2004/05/21 15:05:41 sb 1.11.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [7c3d696e93406fa466cc3d1c969554c3b39a508f]

        INTEGRATION: CWS sb18 (1.8.444); FILE MERGED 2004/05/21 15:05:40 sb 1.8.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [63cfde981b5652160df584d9397c9fb422458358]

        INTEGRATION: CWS sb18 (1.5.444); FILE MERGED 2004/05/21 15:05:40 sb 1.5.444.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [13b83405c76a887abefc5aebc7d5a79faff57e8a]

        INTEGRATION: CWS sb18 (1.1.448); FILE MERGED 2004/05/21 15:05:40 sb 1.1.448.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [c808a6e341ade02b458dccaeea6c975574ce5b20]

        INTEGRATION: CWS sb18 (1.2.62); FILE MERGED 2004/05/21 15:05:40 sb 1.2.62.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [d318ef727d6b55664a85e816f6738569ff8ea7ea]

        INTEGRATION: CWS sb18 (1.21.328); FILE MERGED 2004/05/21 15:05:39 sb 1.21.328.1: #i21150# Added published flag.

2004-06-04  Oliver Bolte  <obo@openoffice.org>  [eb96dfa67b50d07b514106f7787766c9c273f3c6]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:39 sb 1.4.444.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [47622de637780c27ecdbeb582b39687d020909c8]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:39 sb 1.3.450.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6353fc9540c2c6a7cc2221e7ad5027a1c0c3eb4a]

        INTEGRATION: CWS sb18 (1.5.444); FILE MERGED 2004/05/21 15:05:39 sb 1.5.444.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6404f5e9271c71fe965582b99f9eec56121b8301]

        INTEGRATION: CWS sb18 (1.3.436); FILE MERGED 2004/05/21 15:05:38 sb 1.3.436.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0970437e7dfac970eeefc510e6d290ae9ee222c8]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:38 sb 1.3.450.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fffb9eb1b92dc270a175663271ca3f3a6970f668]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:05:38 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4b9a3ed1c4ffa5cb4190f3d1fa86b1e296e45dfd]

        INTEGRATION: CWS sb18 (1.1.440); FILE MERGED 2004/05/21 15:05:38 sb 1.1.440.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c7604fce4b0eb498b028a4383c63b1039f1fa717]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:05:38 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [13d6ac33958f0388d508ad148461466a155bfe61]

        INTEGRATION: CWS sb18 (1.1.440); FILE MERGED 2004/05/21 15:05:37 sb 1.1.440.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d808c1f63ad1d4ed438149eeaa0a2da4118362ee]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:05:37 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cf3ea09a00428f2195688c42c1167a1e0146c31b]

        INTEGRATION: CWS sb18 (1.4.444); FILE MERGED 2004/05/21 15:05:37 sb 1.4.444.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7ae348529d066ef56526d4ef28b738d19bf3bae3]

        INTEGRATION: CWS sb18 (1.5.444); FILE MERGED 2004/05/21 15:05:36 sb 1.5.444.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [db8e5b1a12bee86d651f60941919af13afdcd879]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:05:36 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a272752af3e85229705bf4e0e050894bdf5f7f06]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:36 sb 1.3.450.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4da3d61078a429f811182d696b86e762b3dc2335]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:05:36 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9c28377f4b3138ba928af89089474afe122cb89c]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:05:35 sb 1.3.450.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [816337f060a3ee1c752b12e105281c4d8556c9f2]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:35 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dd7e1fdd149b422409e5ab3ebd593f85e393af50]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:05:34 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d64f4f4972d74297097360739c34b0edda0cb888]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:34 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [524e2f444648543a3b55e509fc393c29fe834ca7]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:33 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d9d4995acb78f52a695eb5cd679128ea82a519f4]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:05:33 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [55f8a473337bc32e921c3a0ed5ddfe771ffca598]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:32 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bc86004a3851d967911769aa21d0a42a85b53af2]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:05:32 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f22414b2e417b42612e6d4b8f4f7cad345e08a84]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:31 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [682e06d07ab254bcdd5fceff5e600ce2a5f61fde]

        INTEGRATION: CWS sb18 (1.6.308); FILE MERGED 2004/05/21 15:05:31 sb 1.6.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [29c4b5205f6a178345c80c9a9f387eaf35bbc2cc]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:05:31 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [eea629c873d1ecc12c4c2fd0edf94e6c19424d8e]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:05:30 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bf3c9100f82d67343422a621c00c2dfe441081dc]

        INTEGRATION: CWS sb18 (1.2.404); FILE MERGED 2004/05/21 15:05:30 sb 1.2.404.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0b1ee376291d96307a9afe1bc49d1b125666c49e]

        INTEGRATION: CWS sb18 (1.6.308); FILE MERGED 2004/05/21 15:05:30 sb 1.6.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [91a4088d4d3af95bbec678b764f4828868c62a32]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:30 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [11d5f7e64fcb378b6cead01960cd1fa90e4a3be8]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:29 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dd39aa16b3337df616ff920f5398286021c3af34]

        INTEGRATION: CWS sb18 (1.3.328); FILE MERGED 2004/05/21 15:05:29 sb 1.3.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0a44997c60af561cd4fe963b030bb6331c20852c]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:05:28 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ba25ab38adbf86ecb2afd130a01ef9c0570fa492]

        INTEGRATION: CWS sb18 (1.4.442); FILE MERGED 2004/05/21 15:05:28 sb 1.4.442.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6daa9f27c88b40d4a2170c719e2a98f7ace0f9a1]

        INTEGRATION: CWS sb18 (1.1.442); FILE MERGED 2004/05/21 15:05:28 sb 1.1.442.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [50a1649b6749c456c09910fcf1c27309e2823fb6]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:28 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7ce45ae2581a452664650ccf1752c8caacc74706]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:05:27 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [01489306f1a00c30b66dc687777b2f3c409a66df]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:05:27 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [42f011a065a887b02e476c74c4d99ead5b2fdde2]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:27 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [505f5d5f5a6f7e88691b2591c369a7428227ac38]

        INTEGRATION: CWS sb18 (1.2.252); FILE MERGED 2004/05/21 15:05:26 sb 1.2.252.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [55413471db1735882479e592c601835df4bc5e11]

        INTEGRATION: CWS sb18 (1.7.308); FILE MERGED 2004/05/21 15:05:26 sb 1.7.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cd8ce627bf80778a38d5bc06f0e07b3a0497e4a2]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:05:26 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9951b4571fcb3844040179b053531ab5316a1289]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:05:25 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bb5579d0db806ea62fa1183a8f3fddd1fb0c15a1]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:05:25 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b0dc4d57ec7b209e56512a06e2d39ca1f210c7b0]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:05:25 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [56b8a8583aeb1744bbc133ddb97f2197ac4d5007]

        INTEGRATION: CWS sb18 (1.6.130); FILE MERGED 2004/05/21 15:05:25 sb 1.6.130.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fe509c32e0da69a36ec1cd974fcc7d75df67f985]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:25 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [94ac666468269652afb0cbccd057fbce22e43472]

        INTEGRATION: CWS sb18 (1.1.426); FILE MERGED 2004/05/21 15:05:24 sb 1.1.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a1c905d9a682486679a3daa01802d62521f7517f]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:05:24 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0d318693d6e273fe3547496f2f7b40655d6841bd]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:05:24 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [de72870de9489d36dc82a8c8a259477de16e02f6]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:05:23 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5663c916857be18af2680f8e46d2e34bd8d5a1c5]

        INTEGRATION: CWS sb18 (1.1.440); FILE MERGED 2004/05/21 15:05:23 sb 1.1.440.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8fcfc659a27b1b17e3790ef8f6a0ae53f461c782]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:05:23 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e166f8cea822189c4a2bd0e4e450c27891ed82e8]

        INTEGRATION: CWS sb18 (1.1.440); FILE MERGED 2004/05/21 15:05:22 sb 1.1.440.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7c55e88491a9d6587ec2e467fde398b0fb5136c5]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:05:22 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [738d03a882207e3019dc0c6814ea3a856f5f41a2]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:12 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a2dc3abd7cffb4f8f2b5dbe62ae20c4e5f85a247]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:05:11 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9bfdeb2a6d1f768b818c25c99e948ace23b629c3]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:11 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c68fed4fe79fe1594920c1cf55d8c820869ee061]

        INTEGRATION: CWS sb18 (1.8.168); FILE MERGED 2004/05/21 15:05:11 sb 1.8.168.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e454cf87f960a4b7de25f1558f887c0732ab8b4c]

        INTEGRATION: CWS sb18 (1.9.168); FILE MERGED 2004/05/21 15:05:11 sb 1.9.168.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [edc816460ceeaefc5f16be6c0830e80a2658f29d]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:05:10 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [56256caa13bd5fdd7140fe3bec026b2743e59500]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:10 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d8cd9d5963b42a5196409b670908813887fd6142]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:09 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3c1e948503764ec59e74cec722237717079b7527]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:05:09 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c7612a44ec565b67966ae28e3bcb5d79f5132305]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:05:08 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cb4496e9621acafcf2cb9f04ccfff9b2341010c3]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:08 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a3aabbb4221fdcf66fe850f6205fcb1023d77365]

        INTEGRATION: CWS sb18 (1.9.168); FILE MERGED 2004/05/21 15:05:08 sb 1.9.168.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8e52fc168e582d5ee345f5a9703b87206fc456c7]

        INTEGRATION: CWS sb18 (1.9.130); FILE MERGED 2004/05/21 15:05:07 sb 1.9.130.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [81c05fa524a107a96f33c11b14dd82fcd8711bbd]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:05:07 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [36cb866536b143fbd4b80696ecbd05741bb1b762]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:07 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b13d26f680d4aac233925dae0d527e48d1f333a9]

        INTEGRATION: CWS sb18 (1.8.130); FILE MERGED 2004/05/21 15:05:07 sb 1.8.130.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cfbfaa723b949129ea7a35986db058aae5621a8c]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:05:06 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5c05f38a12899166462e13e11315ae699aa2fa65]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:06 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [182e771e2a2cd0dcaaf19df710ec3f063aea4fde]

        INTEGRATION: CWS sb18 (1.2.442); FILE MERGED 2004/05/21 15:05:06 sb 1.2.442.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5de4fb8817f73340277fa577f901ca7c634d907d]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:05 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a2df9e791a455f5360ba57d7ac23083ed239db56]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:05:05 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [56d6a27a37296366197036de1cbde40b77f2ba58]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:05:04 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4a9c9842922efccc63414f33240fe5acd27a39c7]

        INTEGRATION: CWS sb18 (1.2.442); FILE MERGED 2004/05/21 15:05:04 sb 1.2.442.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9c7e4ea19253e52a4768921cff81338f97574996]

        INTEGRATION: CWS sb18 (1.4.442); FILE MERGED 2004/05/21 15:05:04 sb 1.4.442.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cb4ab887edbb47e0a1aa42d87cebc19315a383d9]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:04 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [df1d21a46daa1b7822085120ea7c3b722a51ee4f]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:05:03 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7f83d3b07fd51ab6ed0668dc207b158194225c64]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:03 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3de579d2dc54c3db2040250417f21f5692db9e35]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:05:03 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bf3a2a50639c4948e6a679ce8066dcc4dbe0d09e]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:02 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [566394b1aa19705fd5e48e6ee04c05ebbf12be0d]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:05:02 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [70e7b94e9feb50976e98e6b2276561cc46925cbe]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:05:02 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [13911acad847f78ffbfec7e716d8e4fd66d2fd93]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:01 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [36a450818e99a6c55e1b152a9e170ef4bf545104]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:05:01 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [025def9f339e50e0668c8ea0bffdd0f9c59aee72]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:05:01 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b8fa79a66898e96d354aedcaf06e517022dabf2e]

        INTEGRATION: CWS sb18 (1.4.442); FILE MERGED 2004/05/21 15:05:01 sb 1.4.442.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b87dde535cd4c16d46a2c3cbd934ab6fed9848d2]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:05:00 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8c6cf0d2b2bfd748424d10918364429fc52002e1]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:05:00 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [692372f9068a4c147952124cf76265d6040d4e08]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:04:59 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8af3fa81eddab95338a87dda153823ad2eb972e4]

        INTEGRATION: CWS sb18 (1.2.418); FILE MERGED 2004/05/21 15:04:59 sb 1.2.418.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fe83cb04f86cb6ebeea432219e6cfabc55e7c208]

        INTEGRATION: CWS sb18 (1.2.446); FILE MERGED 2004/05/21 15:04:59 sb 1.2.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a6c6ab4cfcf05af022f9d37b7714bee24368fb1c]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:59 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0744da871aaeacb69d4c6deeffc48eb1e9fc4250]

        INTEGRATION: CWS sb18 (1.12.186); FILE MERGED 2004/05/21 15:04:59 sb 1.12.186.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d8bb242fa66aef784e3689ee28fc87a699463d6a]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:58 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [238e710e111e0c3811cafe7435394c38647ae412]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:04:58 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d3b704a85de510267f4283f37426749cfc47eb5c]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:04:58 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [deba518b99ed9324beafe51d5ebbf39c85ec0a0e]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:04:58 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b62584454b08c40c6d6e84574ca7715c63fe574d]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:57 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bcaba4c6ffbf6e56be310a7ecb13921f420820fe]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:04:57 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0b728bc249d84dca4b63a3eb0853e0c2e47315d6]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:57 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [26547ec1c92ae6511adc774696ae3d73b12ec0d5]

        INTEGRATION: CWS sb18 (1.11.142); FILE MERGED 2004/05/21 15:04:57 sb 1.11.142.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c9c71cf0cb538774cd8db558cc03e97ea7181c3f]

        INTEGRATION: CWS sb18 (1.5.168); FILE MERGED 2004/05/21 15:04:56 sb 1.5.168.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d288e9ebe1df3be0781866686f32d12856cca325]

        INTEGRATION: CWS sb18 (1.11.168); FILE MERGED 2004/05/21 15:04:56 sb 1.11.168.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [08d00031253b72b36f0705c55b3c571908507c83]

        INTEGRATION: CWS sb18 (1.6.308); FILE MERGED 2004/05/21 15:04:56 sb 1.6.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [aa04aa0e64b99d2c0234b2218cd421320055521b]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:04:56 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [958011c0a41d6011ccc1acbaef2b8bcafff24d54]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:56 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0d556cb38dde50eae8b1605db5459b078c54c4ab]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:55 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [87130783a79c56d9b77d99e02064f9504ce1f324]

        INTEGRATION: CWS sb18 (1.9.258); FILE MERGED 2004/05/21 15:04:55 sb 1.9.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8c3e7d3173b93445d948c4ce803f667490f4e136]

        INTEGRATION: CWS sb18 (1.11.250); FILE MERGED 2004/05/21 15:04:55 sb 1.11.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0da538f0690a6ca62489fccc0455bf190f7b4055]

        INTEGRATION: CWS sb18 (1.1.448); FILE MERGED 2004/05/21 15:04:54 sb 1.1.448.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [814c71b44c2475e648aad70bba993b5d14accc89]

        INTEGRATION: CWS sb18 (1.6.76); FILE MERGED 2004/05/21 15:04:54 sb 1.6.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [52f155eec5a50f60dbc67e45628b427cf7157e6d]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:04:54 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [125f31f631f9f3f2e335015cd8a85ea1be792a0a]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:54 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dbae43a922ad6d81432d375e80678d6736ef4468]

        INTEGRATION: CWS sb18 (1.1.418); FILE MERGED 2004/05/21 15:04:53 sb 1.1.418.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8a10d3760ade2c103dbcd5b74e1639678ea1b825]

        INTEGRATION: CWS sb18 (1.1.448); FILE MERGED 2004/05/21 15:04:53 sb 1.1.448.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [413a09eec1ef4bc14871c13a2742df3c95068a49]

        INTEGRATION: CWS sb18 (1.8.436); FILE MERGED 2004/05/21 15:04:53 sb 1.8.436.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c7ec2adb7ea7f531f75d09cb0a5609affdae0d13]

        INTEGRATION: CWS sb18 (1.5.446); FILE MERGED 2004/05/21 15:04:53 sb 1.5.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e6f0611fdb4c73cd0dbd1786b069cbad319e09f5]

        INTEGRATION: CWS sb18 (1.10.124); FILE MERGED 2004/05/21 15:04:53 sb 1.10.124.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b9e750506aed287de475c8a852677ca756af8064]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:52 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [102754b2cac07cfaf7e4e1ab396187a7821ecd64]

        INTEGRATION: CWS sb18 (1.5.446); FILE MERGED 2004/05/21 15:04:52 sb 1.5.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2a661c38785fd92dfede847974a214ebda6752c0]

        INTEGRATION: CWS sb18 (1.7.430); FILE MERGED 2004/05/21 15:04:52 sb 1.7.430.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e47a765d9f89e97b57aa4c297fdd38fac6e2aece]

        INTEGRATION: CWS sb18 (1.1.448); FILE MERGED 2004/05/21 15:04:52 sb 1.1.448.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3dfbbec0d7055c94cff758b593312fe077cdc1c2]

        INTEGRATION: CWS sb18 (1.2.446); FILE MERGED 2004/05/21 15:04:52 sb 1.2.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4337c669b7d53b61745012edd99ce38767c962cd]

        INTEGRATION: CWS sb18 (1.9.308); FILE MERGED 2004/05/21 15:04:51 sb 1.9.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6381a15780d2b23fcf44efb3cff45e3c7da8a3c8]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:51 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [915264a18bce56ec1ccb87849685eacb935e1b59]

        INTEGRATION: CWS sb18 (1.15.128); FILE MERGED 2004/05/21 15:04:51 sb 1.15.128.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [65c27c4564f35fbe3d2c0fec93e3f3488f4c1c92]

        INTEGRATION: CWS sb18 (1.12.328); FILE MERGED 2004/05/21 15:04:51 sb 1.12.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cb0d465238bbbd7564f14dfd132b6cc09db5ab9d]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:51 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4d2b03bd9ed99ff3e84be97967a7a67c87650584]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:50 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [92ca1b74cbdbe6ed445617c520fd6316e87f7266]

        INTEGRATION: CWS sb18 (1.7.426); FILE MERGED 2004/05/21 15:04:50 sb 1.7.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b12dcbf91a2e8a5d92548c9e93dc52196d337d9f]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:04:50 sb 1.3.450.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f54d98447b75060fc7d740623d5b076c7238f9e4]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:49 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [df2949777269a3893c34420fb9262359c23bd5e0]

        INTEGRATION: CWS sb18 (1.8.414); FILE MERGED 2004/05/21 15:04:49 sb 1.8.414.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0a5816a523ebce8f94f38644bde88d822abc2dd8]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:49 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [759bf96b507117a5e06a404a612ba9df455cb7fa]

        INTEGRATION: CWS sb18 (1.4.168); FILE MERGED 2004/05/21 15:04:49 sb 1.4.168.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2aafc3daf797d559d9e4e387b992a2939ce7036f]

        INTEGRATION: CWS sb18 (1.7.168); FILE MERGED 2004/05/21 15:04:48 sb 1.7.168.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [93fdd784f10f3c5b42905dcc698cfcfd17131c50]

        INTEGRATION: CWS sb18 (1.4.168); FILE MERGED 2004/05/21 15:04:48 sb 1.4.168.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f872650be9cecbd9dd96d807586f2eca14a39883]

        INTEGRATION: CWS sb18 (1.9.168); FILE MERGED 2004/05/21 15:04:48 sb 1.9.168.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [43590ec0ca3f580f1692f9b6a44200fdb1534a7b]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:48 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [806365e092a9012630fa398e4086485f6d3cb064]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:04:47 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e21c1f831b06666be61f62b57866cab3b824f6aa]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:47 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2ed27a3025c7124b9138afb8c19e6651719d9811]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:47 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f15a72da1914a72c9bb077812b11438f65a7a952]

        INTEGRATION: CWS sb18 (1.1.444); FILE MERGED 2004/05/21 15:04:47 sb 1.1.444.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3197604c093c4064e63ebb7229968f06df250878]

        INTEGRATION: CWS sb18 (1.8.88); FILE MERGED 2004/05/21 15:04:47 sb 1.8.88.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e3a2c65d8a6b714705f7227f785a5c45793a137d]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:04:46 sb 1.3.450.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b6abb2fbb63ed2b901d4d2bee9de5551b1771bab]

        INTEGRATION: CWS sb18 (1.4.426); FILE MERGED 2004/05/21 15:04:46 sb 1.4.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3aef70af13e0a6a1b4a420b12138f8bff890dd65]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:04:46 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bb1109171986c21dad7f33af37294428d08a971b]

        INTEGRATION: CWS sb18 (1.8.426); FILE MERGED 2004/05/21 15:04:45 sb 1.8.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [16d00406c315b2b6b7f46d4b9cad2574bb828a31]

        INTEGRATION: CWS sb18 (1.2.174); FILE MERGED 2004/05/21 15:04:45 sb 1.2.174.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a0b5518699bc95ac7b3d4d4342bd9002f013d0b8]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:45 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7310f58ab1c773cd3b226297c7c1a338e073e16e]

        INTEGRATION: CWS sb18 (1.2.426); FILE MERGED 2004/05/21 15:04:45 sb 1.2.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b7ef6f02393cc5983d3d07455b258e13c70e2931]

        INTEGRATION: CWS sb18 (1.12.76); FILE MERGED 2004/05/21 15:04:45 sb 1.12.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [040a84551286d105f19f2f3bd41a82dfdc48c4ce]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:44 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0b0d371855d5792f4b654d9b93b68511bbaf0e21]

        INTEGRATION: CWS sb18 (1.5.426); FILE MERGED 2004/05/21 15:04:44 sb 1.5.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [031bb89bf8b23e09914343a2d90f257a5b432724]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:04:44 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e29ae19e24fefcf480f827558409d80e42cb20e5]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:04:43 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6eae59342be500f736f6dcadfe9070b578229223]

        INTEGRATION: CWS sb18 (1.5.426); FILE MERGED 2004/05/21 15:04:43 sb 1.5.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1223771521316f280f19b349a0f04ccb39613edf]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:43 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4fb73b21c3e6040e72d14e118345aa2d26c4bc2f]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:04:43 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f0c1480251ce1f3918e7a02b17a67cc7f473fda4]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:04:42 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [76391cc45368ef2dace5e64a2deea5fc2c50da91]

        INTEGRATION: CWS sb18 (1.5.430); FILE MERGED 2004/05/21 15:04:42 sb 1.5.430.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e228d5810a140fa53bb774881ac1a008c48e0c62]

        INTEGRATION: CWS sb18 (1.5.446); FILE MERGED 2004/05/21 15:04:42 sb 1.5.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e62deb71a38819a707e61bfd18c5b3f49e9a2ac7]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:42 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2fdba280a379c1e98a910bfffe05211e01095a9a]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:04:41 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6cc209a475f03fde071f342edc0d63e7b226da2b]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:41 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4efe6828eed78c2f938d2f36c2c6567c57fca2ac]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:41 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [61701eeca7003ffbc5e5d88c57d23fa05a734061]

        INTEGRATION: CWS sb18 (1.1.446); FILE MERGED 2004/05/21 15:04:40 sb 1.1.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dc2ac116e3dc6bbf39293ffdd83d30c890c79349]

        INTEGRATION: CWS sb18 (1.2.128); FILE MERGED 2004/05/21 15:04:40 sb 1.2.128.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5ac5bd19cf39247f1e9508cadbd3e3d4e425b06f]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:40 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0f5c1c851399ddeb08ac8c7ba4754c1c1864502a]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:40 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [df5eb307f1a4624de270051d73a29085a29e426f]

        INTEGRATION: CWS sb18 (1.4.446); FILE MERGED 2004/05/21 15:04:39 sb 1.4.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2bb05c6131bb0f4bd00b2633a2b30979c1a918c6]

        INTEGRATION: CWS sb18 (1.1.442); FILE MERGED 2004/05/21 15:04:39 sb 1.1.442.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [48ded294b9c0c856213d6cc14e37d6fb021a7f17]

        INTEGRATION: CWS sb18 (1.1.444); FILE MERGED 2004/05/21 15:04:39 sb 1.1.444.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [959476f366234e6f8707789d5f695b11f461bc4e]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:39 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [365801ffa3b12b607960585aa5167ae7c72cf4ed]

        INTEGRATION: CWS sb18 (1.1.406); FILE MERGED 2004/05/21 15:04:39 sb 1.1.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a63499e10d2210827dcc191a7cdff50f94b299ca]

        INTEGRATION: CWS sb18 (1.4.446); FILE MERGED 2004/05/21 15:04:38 sb 1.4.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [260096bfe9c8191b3562203e5aa25c524d301d2d]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:38 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [eafc2825be36b41122a9fbb7b28e71e97983d2b3]

        INTEGRATION: CWS sb18 (1.9.54); FILE MERGED 2004/05/21 15:04:38 sb 1.9.54.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [472e1b950e0198ac7f0aeddf7a6c01f4b732f3d9]

        INTEGRATION: CWS sb18 (1.2.426); FILE MERGED 2004/05/21 15:04:38 sb 1.2.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8679acfc4a1278ae1fdae05e41f456b025d674aa]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:04:38 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ec0697399c5664a7a8798029240699b884be4c16]

        INTEGRATION: CWS sb18 (1.4.446); FILE MERGED 2004/05/21 15:04:37 sb 1.4.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f29dbbcb94b4e3b04e99447966a6c9b1042f22a1]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:37 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b8835eaab4d76949bee30e136f8441bee7e0c3c4]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:04:37 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [415b497c4928441eb5c2a1309630107e84e64692]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:37 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f91d3b8d6647fc1be6801e14f3bf17259a0d2319]

        INTEGRATION: CWS sb18 (1.7.250); FILE MERGED 2004/05/21 15:04:36 sb 1.7.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d4a46cef75bf5e7c3a10773a5efb4f952925378e]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:04:36 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ead498273ac623dabfb4bb409082473d6b8e9e4e]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:04:36 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cfd1b303c3d96eef4397c6769594976bb201106c]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:36 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b2c8d8c1f7353417b5d5bb44f75b55ea18eb9fb1]

        INTEGRATION: CWS sb18 (1.2.404); FILE MERGED 2004/05/21 15:04:35 sb 1.2.404.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [008d76535b343054062da1c830d181bf3bc09c5c]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:35 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [aaff15261c25f0f658aa9a838c64f62f040c3641]

        INTEGRATION: CWS sb18 (1.1.438); FILE MERGED 2004/05/21 15:04:35 sb 1.1.438.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b843c55663828ebafb350c8056914276e41f8f9f]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:35 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [80764e7f6e2f03c7d4f83d62a595354021f7246a]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:35 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [aba1e1c5333e0c02c0e414030cc6567bd2b6e113]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:34 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1ad08ef9867e020a8de6e019670be3356d05e8a3]

        INTEGRATION: CWS sb18 (1.10.168); FILE MERGED 2004/05/21 15:04:34 sb 1.10.168.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [47053ad9e5353d7a5e608ead7fa3fe7f5e1972f6]

        INTEGRATION: CWS sb18 (1.10.88); FILE MERGED 2004/05/21 15:04:34 sb 1.10.88.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [823f9999a8e5617ee3ebdd17b9d4f57401922146]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:34 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a44dd01e48f6a156fcb41272fd2138657e8b1c7d]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:33 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0fc0726dab0c17531839ad3f38c623c81f42c876]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:33 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [110731bd6cd8f383004fbca3c4af6d4d75d5e22d]

        INTEGRATION: CWS sb18 (1.4.438); FILE MERGED 2004/05/21 15:04:33 sb 1.4.438.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2067dbd71c4908e568f4a011697080d701d064ee]

        INTEGRATION: CWS sb18 (1.2.426); FILE MERGED 2004/05/21 15:04:33 sb 1.2.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fc90e5a369be602928bdfb90199785278d08afef]

        INTEGRATION: CWS sb18 (1.13.308); FILE MERGED 2004/05/21 15:04:33 sb 1.13.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a00ce941b947c5eeaf70238da2400612f5af3541]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:04:32 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [61294d51472aca031e56b91162bcaa822263821b]

        INTEGRATION: CWS sb18 (1.13.406); FILE MERGED 2004/05/21 15:04:32 sb 1.13.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [79530ba38748423792df1b5f44b14110362f1358]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:04:32 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d22d48ad5fd2fb32e5b4f0a6efff5a9ce0ef6ab8]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:32 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3401f489bdaa653cf859559efb3f90dee7fc2563]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:04:31 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [34684cb99cba4161c705cfd753c774a390225506]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:04:31 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [16bdeeda48ac6359b32ead52499be7500b24477f]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 15:04:31 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [02b53a2fdd6812001e18ab14113a915c0aee59d2]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 15:04:30 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a827591532018ab6cd643b68b7986114c7dffb3e]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 15:04:29 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f67a7389108fed2b9c2d20dedd070ffb28ad203e]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:28 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1276fb1d3f656edcf3610d51453aa2aea864c235]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:04:28 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6369944a37deccbbe5f65148a35cdfaba8e9dcd7]

        INTEGRATION: CWS sb18 (1.6.440); FILE MERGED 2004/05/21 15:04:28 sb 1.6.440.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [70e3dda9735cefeede38cb562ac95494897c129e]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:04:27 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dd2c86833e762eecad0525aee286e596e8479f4f]

        INTEGRATION: CWS sb18 (1.6.322); FILE MERGED 2004/05/21 15:04:27 sb 1.6.322.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f422851ae7c0eb712e9adfd11a8ce919337307dc]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:04:27 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1ed67dd5547171346f7d5853bfd2b8f5fffd10b2]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:27 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5dd23df9892f05567e20c908d3fe5a8b90567cb0]

        INTEGRATION: CWS sb18 (1.5.322); FILE MERGED 2004/05/21 15:04:26 sb 1.5.322.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [74ac767b1bdf84fd1e4d85490922777afa504886]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:04:26 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d389ee8b57b4c0d4b6426b61232ad9b314d9c913]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:04:26 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [346c520ef8fefa656f43811566f422883df591c0]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:04:25 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [45d18e50fdb7b0bff73ebe0f8049a18d5364df6a]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:04:25 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bc9c274646843550a3b3d8e9739a85332c92ae0b]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:25 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [baea28adc4f8dab34e8a990061609fdbb5457df5]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:04:24 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b498922d620ab9a2614093432b76f30fa8c4d75f]

        INTEGRATION: CWS sb18 (1.5.322); FILE MERGED 2004/05/21 15:04:24 sb 1.5.322.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3d3a423f3a7be1713955a6543a85992289ecc3ce]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:04:24 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f7ec3e781f85bbf86a3398476dbcb8c5f4c9f88b]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:24 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [28f0556e5d7491d00474ca9fa696e8eab0f2dceb]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:04:23 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0c1835700e27fc05ff2a461275b59105894cafc2]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:04:23 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8c937b2a699ec4397982c539023ebfc5cd6316e8]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:04:23 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e6502851a39b2fd50810ca41499e53377e580505]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:22 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3c41f15debcc5b6329b3a8d59a6cb48c990ad6fd]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:04:22 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f0a6248e069d7752e87a73ff5868a7b231119d8b]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:04:21 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [53c30874254eaf8f9346d55de84eba12ba02e7e6]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:21 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0a8acc6a712984f9b2462cfcca15a8b0808321b4]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:04:20 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8a6356e746f207990919be3f104421e92b05f38b]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:04:20 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3efd9ec7d85c3db9c708ebbf25032b077bfbad6f]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:20 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [209f42d6eee19649e03098d30a46e6c8a6da6c40]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:04:19 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c69dd5f4c595f8b9092e592e321a327fd94566e2]

        INTEGRATION: CWS sb18 (1.4.278); FILE MERGED 2004/05/21 15:04:19 sb 1.4.278.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b902c6644f2580e4d8f1035fefda4bde0a4e43ce]

        INTEGRATION: CWS sb18 (1.8.308); FILE MERGED 2004/05/21 15:04:19 sb 1.8.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a18bdcd11e44ba86c513eb5f0dc074ed9c34bcf6]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:04:18 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4206f7b01fe8ac2edcd5885263d3eb906c709ab0]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:18 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2de4b55812fea0491b1a2301ac6b104e0a1ea8e3]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:04:18 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [208c5b7eeae9f491f4de7ccf222be1df1a3a8405]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:18 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9afe6c03c983c830137541f339bd34321c6e8661]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:17 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6609221e0a9aa6fa286dc1c08f43cc77b8a61712]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:04:17 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8d39b641480d72d40bc5a3f415300ec04fd52ad4]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:04:17 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e0c36b50441c09e3164c1afc279aac646cd92859]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:17 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6e6215d2561f7adfe4aa5c8581c934171fe76892]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:16 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cff58865b00366ea8d43c110df070031f362e8b0]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:16 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1ee7a41c70a32678c62f82397509e8c9b75cf242]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 15:04:15 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7ea8c50d81ea56618774d76c07c5fd8678748db2]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:15 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9e4d7c415a07f1cdcdcb527f51e1cd166e29be98]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:14 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6179e67284f7f172641743db46a183c7d8ca0981]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 15:04:14 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [134c74808580383088bca48b4aaffda82e977faf]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:13 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2205d9660ab066a24aad9fb0dbade8e9de9a0c79]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:13 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [27b5a557f497aaec78d3ae79abdc3afb9d1f2c9d]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:04:13 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ad744407871d71126a6220e178f88f2af06b8235]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:04:12 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [391182d2abbb756cb76267536316ea9314031dae]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:12 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5257869cf2ba283626f5953a1385fb263ffad597]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:04:12 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [da68c3a088cc567fe50be4af5817d931ce3da1bf]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:11 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f1a8274d4e3f95fdb206e3315b946f0a0001ae57]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:11 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fae50da519eb76831de2466de7305bad719ddaa4]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:04:11 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ef193df12ac60e2db718e81d80a2850adedf1930]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:04:11 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3596ec839d3d032f2e879e76acfc08972d3fb617]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:04:10 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e9562cecfa24d3c28e69a23805c41370a0af99f8]

        INTEGRATION: CWS sb18 (1.2.176); FILE MERGED 2004/05/21 15:04:10 sb 1.2.176.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4d2d6bf1820ba0a9fbab9563ff25cc81203cb1f6]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:09 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3df31d243767635d16d4c06bd16575bd3138909d]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:09 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8466ed570c50f6328f7a3447dd61b45aed514ad3]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:08 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ca72cfe3b380b381af8eb09ab5a33c051c005d76]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:08 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [396d67be985cd4724568b1a5ac24b47d0d3fde4f]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:07 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ccf64d2fa7644c86cf874ec0c90dc68929ffee2c]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:07 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [62bbbf8d4b1482f82296a8a8757a8d4b373ebe08]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:06 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [782485999d5d2541e3be38c4cd2aec729508e5d3]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:04:06 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a60a7d8b02f18b6d6823649506b22efdd379aaad]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:04:05 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fdd86eaadd59e5f14c8acc8a1a662af6aba45df9]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:04:05 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a2925cc7ef8c8747786cbca80ad6af2ea0c6021c]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:04:04 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7b2aef87d4d240e8c6a51ea5fe99f70560572d81]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:04:03 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [25a084d750a73d9c88d8da612f06d1f1adde28e7]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:04:01 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [875fc0f2746202bc9f89f635e3a35d42faa4ab8d]

        INTEGRATION: CWS sb18 (1.3.426); FILE MERGED 2004/05/21 15:04:00 sb 1.3.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1926a9b9e0fe073c491c00ce6af4bc0331e40b80]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:04:00 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [369efb51464cf9f641d581dbcfa0b5080f39c7e0]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:03:59 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c95c63430ee7b7d86d846d0299d912d0c838100f]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:03:59 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a024f36f814556c7cacd29553659546adc63fc40]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:03:59 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d4547895a075adf496ffd0e2552dba32d48d561a]

        INTEGRATION: CWS sb18 (1.6.408); FILE MERGED 2004/05/21 15:03:58 sb 1.6.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [deb85baf60cfbd817098b459d3ae9435d783fa7f]

        INTEGRATION: CWS sb18 (1.4.426); FILE MERGED 2004/05/21 15:03:58 sb 1.4.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [23955b20ce9c08dc3a9fbbdfca1513e231cb99b9]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:03:58 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ebbab5225c62bcb83c4637bd54816683877f5a94]

        INTEGRATION: CWS sb18 (1.1.414); FILE MERGED 2004/05/21 15:03:57 sb 1.1.414.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3743fea5b8e486213e35665137ad027a8e147225]

        INTEGRATION: CWS sb18 (1.1.412); FILE MERGED 2004/05/21 15:03:57 sb 1.1.412.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3e28990d5320486ba3e0e3906b88ce2227c1e344]

        INTEGRATION: CWS sb18 (1.18.278); FILE MERGED 2004/05/21 15:03:57 sb 1.18.278.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6c8f46ca737aa32cf04f316e057991e5a6373931]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:03:57 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d91222be9f3d5d6c1920aedab19756e417114eb0]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:56 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ffa54be514525b4436a8dc1aa9f7d3988e01883e]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:56 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cda77f78634704e71bd04bc0c31236dcfeb4ad9f]

        INTEGRATION: CWS sb18 (1.14.88); FILE MERGED 2004/05/21 15:03:56 sb 1.14.88.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [18f71ab76b4550a80d3172148cc1c47efa9674fc]

        INTEGRATION: CWS sb18 (1.9.88); FILE MERGED 2004/05/21 15:03:55 sb 1.9.88.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7b182a8d93ffa022558df546b1b635698287da85]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:03:55 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f72d0caccb519ea9d8f0c85387d61f874e68e325]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:03:55 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d7b3f1fb4d6364fdd2616354482a99efd4781d0b]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:03:54 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4a9422ae387d42612e26cd5edef312f7c7f311ef]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:03:53 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b6278b86e6cf5cd968ce3ed3fc845488feaaa82c]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:03:53 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c048aa51ca25dd967914717dba07419d72fe7af8]

        INTEGRATION: CWS sb18 (1.2.440); FILE MERGED 2004/05/21 15:03:53 sb 1.2.440.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [671363328cd82c8b9284bd83446082c4da832299]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:53 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cf98650d953eec10ec57aff798490471f5e8f0ed]

        INTEGRATION: CWS sb18 (1.24.94); FILE MERGED 2004/05/21 15:03:52 sb 1.24.94.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1e35710eaca75f833231d1474790ae2014ac65de]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:52 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [19c7167f71d5ca1e44e499fb50376da206c3abde]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:03:52 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a8d7c57d0965bb6bb4b2f974c1a7b2a2a0e16bdb]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:03:51 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0ad09ca0ced379575f0f5386d8d98113afab3c89]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:37 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [01ab93e8c724b189c60b66a6c72f16d546c15db3]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:37 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a140d5a3412c47f21b62ec55fbc2851d481d1706]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:36 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [73c0c01b4ec37cdd651f06670729143eb243fac5]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:36 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cd8357f210ad14bd591d0ad5bbd4aa98d18c1414]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:35 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3b5741fdc29531fd70b1e6d66bcc2b4ab63aec9b]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:03:35 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c0f2973f228dce3e60d6b22e35488b998e8239c4]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:34 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [430c7b5f98f05847f39c1b384c05d5e0df0c610d]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:34 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a35d77dd4a6fd29dce5b9611a3bb45f4ed34e383]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:33 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [59b7844514c24e9321ef2a3c06c1c474fa86e311]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:33 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3b320041381c7b5c82563b80aed0e22ae0093bab]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:32 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fb2703bc5bd985b30e299576d22d13906355ff7c]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:32 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [da1860b24bc311d9b208627125be1ab583fa988a]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:31 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [13634cbf3a7ad6a228dd4d72461be673bc6fc3de]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:31 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9dd052b6737c4383fc1630df159058a4400552c6]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:03:31 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e1703e1d17caaba6b693c86dc5d9ca4dfc76f855]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:30 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [31436de175a06e0a4228e43a7b0f256c54fa8f66]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:03:30 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [800654f0607acc6dff1ec4048713b0a1f56eb0b3]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:29 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e59e62c8786e8290667865b8bc207d8d0e03cb49]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:29 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a459baca2a2b3ebb8b3290b620090627ed7f9f62]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:28 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3b86c8a7f6d4b23cee6491c9968f65bc4b0617ec]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:28 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a73033ad0e013a78d1dabcb678b22454bed29da4]

        INTEGRATION: CWS sb18 (1.7.76); FILE MERGED 2004/05/21 15:03:27 sb 1.7.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [45c94e5ff10a8b00328e5c37e1ecc23c2a81485e]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:27 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0d45f61893dbfe0e2e5d700ee85c26e02a3f1053]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:27 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [31e882bb8538c22db63d11190502e5979af6d174]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:03:27 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4845e5ee48cd981f5723ca3f6061bed171600d19]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:03:26 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2cf9bffbff87c23db1fcd6200224617b161b43f0]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:26 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6d76ea1fb336f0c0e43768a138e14e33fa6cb99d]

        INTEGRATION: CWS sb18 (1.7.160); FILE MERGED 2004/05/21 15:03:26 sb 1.7.160.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [33df029f67d71ec8fbec4d7a8efb18138c4e0aa2]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:03:26 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [abeb2ba67f08393f12853ed4993267092c348c91]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:03:25 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2ee611b48729b115468b8ef4cac6d5979d22d2c6]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:25 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [21e79b87628aec46705ed5315c8dd1656b9aec9b]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:24 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [765193e764bd1123614a3a4d6691df32f1d17258]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:24 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d85cbbaf270688c50080ebca35ea6af9218affec]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:23 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1b5a10f04a1b7a955ecc70ec7933dd8fbf40c739]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:23 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [df8e90c451e47f0bdad909537d9bb80d5e695d4a]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:22 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [82ab0fce60f5c0774f3573050d18c968e5f30cce]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:22 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [320da1289269f8112c3d5e7c038f0c7a6e2bffd6]

        INTEGRATION: CWS sb18 (1.2.76); FILE MERGED 2004/05/21 15:03:22 sb 1.2.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f9ce91f5f867848c92af0cfbfbef32ac41b79b51]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:21 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [246da8b89a08dbf2a587d28f1fb0c8ed836305cb]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:21 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9581bd7e69bee8dc751e5dbdbddb4784d6963369]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:03:21 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7b5579edf8d60bb1e6371b91ed4eaa5d0e909308]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:20 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e3580f6b123c7b809410fed06d617ad3cc9e4e9b]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:03:20 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [89259b6d5039cc94a0fba3e4f9fcdcb655c5ce8c]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:19 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fcbe8d7bf3df4c04536f2c91e97534c622924fbe]

        INTEGRATION: CWS sb18 (1.2.62); FILE MERGED 2004/05/21 15:03:19 sb 1.2.62.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7b7228cb26cbcea054393c021140f2315cdd43cf]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:19 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8d278a9d3134d3c8478feb9154f09a45c291a182]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:18 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2c91bb13c814ad421fa8e28266f0b832e8695936]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:18 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Kurt Zenker  <kz@openoffice.org>  [12b764a7f21c237cc4b59d702e700f822f59727d]

        new version for SRC680

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c4b28b41c912209a566a437b4264268d2f7a16bc]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:17 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [003302abe42b4497453efa4d16d1fbc1232ccc5b]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:17 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0063f35aa7b32517d9c1ef8338ff249b7b7c1cf1]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:03:16 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e2e4947cd2d5a1665210f7ea4ff9104bb6de5c9d]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:16 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [170ee0a45101ca37302780a2d5224526680c3164]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:16 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bae76ff446e786e9417b0d7fb3080d9b78b0736c]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:15 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [675debae97dfdcce8a16be41624742769db6b545]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:15 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [144d94cbe62349facb6b747f8c0ea814e007c79e]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:03:14 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2ad0e9deb831d17ab7908dcfcbd81154c3da8b0c]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:13 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3319e2652d91f375559693b243f10057c138f40e]

        INTEGRATION: CWS sb18 (1.2.76); FILE MERGED 2004/05/21 15:03:13 sb 1.2.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4c1aba6b0fec6db5be0f86190f91b103f4deb3da]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:12 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f79a0d7f56deb0283e468e76de06c17e844f7a5d]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:12 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [da55925bc93210b56d372b78d642d2be116f5223]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:11 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ff6661458cb2896e3240104e2d3aa4dfe4e00ed5]

        INTEGRATION: CWS sb18 (1.6.198); FILE MERGED 2004/05/21 15:03:11 sb 1.6.198.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f9bd8ae56c79e8d55fa6628eee635841b0a85556]

        INTEGRATION: CWS sb18 (1.6.76); FILE MERGED 2004/05/21 15:03:10 sb 1.6.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9c99b3b607ac9ff797960247368b6dd8df368da0]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:10 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b78b23df1c6bfded4b13c884fb3e7415b3a223be]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:10 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [136eb47c6f08bda3d353c1eacb63599085958ed0]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:09 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a041e56ac505dfa6d03fc170e14a8a26bd0e3513]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:09 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f0617fcafaf284bd046e9480cab46cebd33db25b]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:08 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [49f273a617f5564efe1ee9232dfb3d3d94c3c0cc]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:08 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [414fdc83018bd981d22090647c9fa8423fe23a73]

        INTEGRATION: CWS sb18 (1.12.308); FILE MERGED 2004/05/21 15:03:08 sb 1.12.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [65d698cf752bb10e3055b796b620363ce158444a]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:07 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [aae24138c8fec5a1cdb872fed60f0d912ec2b5ef]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:07 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2643b50f229aead6d69653d838580f901e23ecca]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:06 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d9aba1370fe9ef805399166282bd38bbfc29b83c]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:06 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [041ed292bfa166f081dba8a662c21a18bd51657a]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:05 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cb152789b3c92af581307adcadbac0f450744032]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:05 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [684586df2cc0a9f68f94ddec49683badd0c3817f]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:05 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [64451a340153e48b02b25b2612b772bc116beedf]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:04 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1a29eeb4496cfaf578732f1a754562131823f018]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:03:04 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dd95a47a01021a88b04f9ddbdacacf4d9a867f5e]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:04 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f9b3f40a66264c0a11fc06295bb48200b89a0704]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:03 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8f4b91331822723841fa16aa521998ca9ff79bb7]

        INTEGRATION: CWS sb18 (1.6.76); FILE MERGED 2004/05/21 15:03:03 sb 1.6.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0b80da776667f4c61832899b72a24976701d3253]

        INTEGRATION: CWS sb18 (1.6.308); FILE MERGED 2004/05/21 15:03:02 sb 1.6.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [266e1717fbdfbca8e9a9bf68049e0c4b92b88d98]

        INTEGRATION: CWS sb18 (1.8.404); FILE MERGED 2004/05/21 15:03:02 sb 1.8.404.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [acc924036642044601fe6d1721b36580cf1f7cab]

        INTEGRATION: CWS sb18 (1.6.404); FILE MERGED 2004/05/21 15:03:02 sb 1.6.404.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [89626282e8f6e8ae4c8b931196e0379a3328b71f]

        INTEGRATION: CWS sb18 (1.4.250); FILE MERGED 2004/05/21 15:03:01 sb 1.4.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8542fc8875016b91c0ff83a6f9f32b976dab6359]

        INTEGRATION: CWS sb18 (1.9.308); FILE MERGED 2004/05/21 15:03:01 sb 1.9.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fa1a417325b6faf592c54ec9b406a189f7f64a6f]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:01 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [107e0400af6f3b128c348d41e970c04c17febadd]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:03:00 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e055200800f858831562f914d0c34186453954b4]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:03:00 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d9a32c7591fe045897079f0ba2dff10533354322]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:59 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f9e96b9e8ab04f0dca5b8bc1eb6180465ed906bb]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:59 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3566124e01c0d30ad057079a55040717164c26a3]

        INTEGRATION: CWS sb18 (1.12.74); FILE MERGED 2004/05/21 15:02:59 sb 1.12.74.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [26192e3051b964e6c3082a47256ad1ea0752c530]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:58 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6529be6cd902f1006c599703eae4fc406960605b]

        INTEGRATION: CWS sb18 (1.7.74); FILE MERGED 2004/05/21 15:02:58 sb 1.7.74.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0f9cf3e762f98598751166da6c999388e0cf6b0a]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:58 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ea611a1ba6c0ddeff7ab550f8256325f105c00b0]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:57 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0504b64220075140baac43d086463f13eb2a47f9]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:57 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [353682f6dcffc7ab18f3c06808cc4231afa0b5a6]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:02:57 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [54e21a7200e6d3969c76499376463563f274f912]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:02:56 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2b1c12f70fb31667235bb48156f33135da0d091b]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:56 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [39b18acee100342ffe0a76384b34c25c7d479ff8]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:56 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a0c9e50557ac54534fc6d2388e85348b70764365]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:55 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1654609aac6e26c71dfdc671ac079feb2c031d46]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:55 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6155914af3dfea8ceb0a1187a653d6f40008fc46]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:54 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6778b4f5552374348884dfea079557469fc34b3f]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:02:54 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b499e20743f7cf4839cee1539aa9e5f10b68b6b0]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:54 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5df0801ba33b03792c920841a8ac33d0a78f4a2e]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:53 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3bec6bb3fabb7b951576463ca9bbd4f3132b2f20]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:52 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a27bdb07fbcf1d8fa04d7815ef88bcbfff3379f1]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:51 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [22a1048201bcfc09e5e31436446f9b402b63a0e5]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:50 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1ef122b6085859e961c5b9f82c9602cd5c2ae035]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:50 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1aa3d813174ad99861ddaea73a639e1352dbdb51]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:49 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [19ca994ba15238168c9255b307796d615b6cde11]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:49 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [95b7106a33daec1f5d58926b08a432285fceec1f]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:48 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3d835f941bbe31379806a2f1745cd30a5f314003]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:47 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fa4a1e4f9d1028349e6ce193847181262cf229a1]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:47 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e665b4bcf6a6ab832bbc04c4ccdf86aa8ab6f4d2]

        INTEGRATION: CWS sb18 (1.3.328); FILE MERGED 2004/05/21 15:02:47 sb 1.3.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [777b6cef49eb96f0572480b3f4cfde0112068378]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:47 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [03521ad38c4335d9c575b73f9495a79115124cc6]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:46 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4bde6ad8d3941bec363796d794e9f2a087bf2350]

        INTEGRATION: CWS sb18 (1.10.76); FILE MERGED 2004/05/21 15:02:46 sb 1.10.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f89feeba1e7d18c57ba8e0432d276e8d4640d41f]

        INTEGRATION: CWS sb18 (1.5.76); FILE MERGED 2004/05/21 15:02:46 sb 1.5.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4ecae9bf14afb90ab32a6bea0deb5ea124cf4073]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:45 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [edf127e193c6509de1dcfd4e7f2955678b1786b7]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:45 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fcd42d08658c98685d3f2ac2aaa7f856d88f85f3]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:44 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8ab22f33bea9beba3a2531de2c3e2758b21e2769]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:43 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8b264fbe4eaf0779f7c26ce3a1114232697ee812]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:02:43 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [64a91000ff5312e0ebb6caf3ac53f154ff29f98f]

        INTEGRATION: CWS sb18 (1.3.62); FILE MERGED 2004/05/21 15:02:42 sb 1.3.62.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [96a6fc35cc75a38413693eac3774687d783b47b9]

        INTEGRATION: CWS sb18 (1.7.62); FILE MERGED 2004/05/21 15:02:42 sb 1.7.62.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [60f35d7856525b73f2b74d45649209b8aa0f5e17]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:42 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dbeca4cd42faea4542a17892a829340eb323b331]

        INTEGRATION: CWS sb18 (1.5.62); FILE MERGED 2004/05/21 15:02:42 sb 1.5.62.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [777e37ce494ad290cf510a46abb65e839e11da37]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:41 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [10aa919c7f1a4d7a3ade43c5525454ef9e192ae9]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:41 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f63ddd20ec9491cc5a7be415726f7ddc6a7c62da]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:40 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ce9250fb2e5d10fc3214fcb6e5b5473f0198f6e6]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:40 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [15693e8debe210165926ce9aa05e5ce66f90ef26]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:39 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [aa2877ead8f250536d981578b2e410584e73686b]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:39 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c5b8612d8606b0df316e8c7bb8f5f03be1eb2829]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:39 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a002432bdb91ef43226f71993bc4ed0aeb11160a]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:38 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [747b4e04b5e830a7188f5bda22c2234614735219]

        INTEGRATION: CWS sb18 (1.6.76); FILE MERGED 2004/05/21 15:02:38 sb 1.6.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [43d1044ebac33f07f077a83c4f71c2594282b0bc]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:02:38 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [89df7c2e9ccbee5fb22f91db5a5df49cf8f6dd86]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:37 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a7c89471d6db6a3a78bd9cebf4fbed25cd5fa23a]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 15:02:37 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [95f2216c7fd29b7515e73c89e43291f6647265c7]

        INTEGRATION: CWS sb18 (1.2.76); FILE MERGED 2004/05/21 15:02:37 sb 1.2.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5ebd6365dd12564e5f6eb7685b89eed6f15cf720]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 15:02:36 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d2e96c58b2f5fa6dc0cdf43a88f6841f844be89d]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 15:02:35 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e15612584711420feffab2a065275fb7c8930428]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 15:02:34 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0252e02dbd1004a87de175f9efd88008b8e8433c]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 15:02:34 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1502855dc31df0aa33ff9b7460a739fca837f1ab]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:34 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [76e6f9d033d54d68869ea3ba5df36804c9995c6c]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:33 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ce5cb0761f7e06be3c1337c99d77261f5f4c0090]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:02:33 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0f57c67389722f435583078f565c6828b3b2e233]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:33 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [65ac24c686b1c26423f92f0bdb6faacb10264530]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:32 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a9cfc3ae5262c45d5371081651b5ff40cfcbe78e]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:02:31 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fddf018f9475bc1d58a363a71f8292eb9662fe19]

        INTEGRATION: CWS sb18 (1.6.266); FILE MERGED 2004/05/21 15:02:31 sb 1.6.266.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d295294323c8f6a9817eedc2a15ea8d4433fe9ad]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:31 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a59e0db2a01e0bf709cec84186a9e2727c1a898b]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:30 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [050d08a108272cc78ad539f44d14d9abfbb3082e]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:29 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5029b9fcf56ae7912778469b5ed4613350eace5e]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:29 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3c5abaa09750ef71d501d2d4dce655aab0ac629c]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:28 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8da7647374b82b1da3190eb296ac70cb50133985]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:28 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d502ed3ca797bd452cbf04f817df5349db55dc00]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:27 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [33ccac22f2b758f16d67c9e671d9bb6dac3e2a74]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:27 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a4c2adf12a1b4ce6ef66dcdb438ac03fe7ab68d5]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:26 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4275215ff1e2461f84a108336378c1f89f0b6003]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:26 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5fe1b4a0e580a94e60245f5e2110045bac4fa4c2]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:25 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e1478e3af005b585cfe6c003e84fbeccf2ffa137]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:24 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f4c700b8445aea482708cbcfddca6dbea06ece76]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:24 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ec86753f5756bf293b223021de35d6f923b536fe]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:23 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bab30683ee997f50bb885729d6cf3e740dff80bf]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:02:23 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [80347d777ce2f6dd4f3400ce2b51dbf8bbbaf5ee]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:22 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e7492e7b55e8cd2f6080771453ee3fc61c459bcc]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:21 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [21ca6ff856cf28393c5ca52b7ea1727b823eb166]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:20 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [737c36f67cf28b3c7350dd7857722974d154fa98]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:20 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e17e875f7522903f10369948c86d29015e5f8a6f]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:19 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6426c4a857f45b974097dc8b5d739df5e75b3d51]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:19 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c5c311b5b6cb945a3e702cc1d2df87f3e030496c]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:18 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [604e594d2761fe3d7291211d9ec155f5d98fe04d]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:18 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f5bf7ce636a3332c3e4eb1185e20327957f30df7]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:02:17 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3121ce7bff4d5c38e00cca8d9afc5afdc0a46131]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:17 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [361eee0a081fce9ff29b7c83160ef207d0181548]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:02:16 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2a83ed7ea91f597e01b8a194977d7f3b3c4922e6]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:15 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [647d01b07f5c99b80915ef83fcf605bfc16f4eb1]

        INTEGRATION: CWS sb18 (1.8.270); FILE MERGED 2004/05/21 15:02:15 sb 1.8.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ab15343533b806120d31960e15ca79213bd89833]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:13 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a04fe20416af2a9ffd3a8f5dc830ba1726e2b3d9]

        INTEGRATION: CWS sb18 (1.7.270); FILE MERGED 2004/05/21 15:02:13 sb 1.7.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0b9922c30f50b80f9cc103cfda0b2d8bd2af0f8c]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:02:13 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b1a1b6c8acc99f2f98b0e237ead784928aad73ad]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:02:13 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [41e99ea622577aa85c7786d6e4b8fc9cd6aa6371]

        INTEGRATION: CWS sb18 (1.6.404); FILE MERGED 2004/05/21 15:02:12 sb 1.6.404.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [57af483e226e1ad6dfea5dfd493bf39f2a367f86]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:02:12 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8c22b5c2ce9af1921c5b7d7e1fa9c0460d4a3d9a]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:12 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d38abca73d4863a5a5c2cbd71aedb9bbf9619966]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:11 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [74401b3232cd3045d7af678443b8a1c8eeeade35]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:11 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ece6c2069d175416272fc8520e65e3a195442695]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:02:10 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [036a03850cae407daa08c25569446a93891e0e61]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:10 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [48edc94b37458aad51bd5ab49ba343a997fa4e5d]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:02:10 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dc280c447c7de070850f5c6c26efa2779b7ce095]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:02:09 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fc83f7a2647651c0ac54e8ef592c8a3f31202b54]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:09 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5d7a0d6d70c6c861ce847261c90053ee4faa6a0a]

        INTEGRATION: CWS sb18 (1.2.328); FILE MERGED 2004/05/21 15:02:08 sb 1.2.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6e78255a0156bf78fda27d6c26a945f4ee31a99b]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:02:08 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [884c1428c1fd2e79c832699d1ecbe31c38077a24]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 15:02:08 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d94cdb5020de7d17e14c34c96de0422ed735c004]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:07 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [185307f51a7bd188bc377d4fdb462aa1718676cc]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:06 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7f7227dbb40c35a547c5b063a75e6a3fe34f3533]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:02:06 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6e1ee02d70e4369c20588a9fd02724646f7b1e66]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:02:06 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d267869e0f891bd6895061b1e078aa4fb03fdcb5]

        INTEGRATION: CWS sb18 (1.7.270); FILE MERGED 2004/05/21 15:02:05 sb 1.7.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3a440ab006e634feec944ef67d4da5de812ed27a]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:02:05 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [045ad8a15c1f9de75be034dbbfa92a7ac168c2e5]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:02:04 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [92ecef1b8da5aabb50d300fd43f46db454f7e3f4]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:04 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a9a86034aee52842fd1edb0306ac936cbb0951ff]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:04 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1654764bf0394a81c15de5f7252aa6d2fd5d0c59]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:02:03 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [34b9ee1d2907202f5865a92f02eeb4c3a725bbd1]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:03 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [76157822587ac16f16a36e54d212761e8857519d]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:03 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f40df2423e4643d4d426ade3ae2cb522dc06e9c8]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:02 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a26f6c773d43f6bf98d5be1d63178901cc1fa7f1]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:02:02 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ab0cfde08b976a74b56ecf0a713863957aa690c5]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:01 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c6932b00bbf2980bc8b80d194bd0cd09dc8a543e]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:01 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [998c9c1abe17c5cb43320f0001afab9642950dda]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:02:00 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3a7ae261bb6e6dd6ecfae227d3e53ef6d3748d4f]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 15:02:00 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [05da648f7d050ffdcaface7ff3b59797c6ab414e]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:02:00 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9b1f495d2e1201cb2584cf72309e634bb0f372dd]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:59 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [726c918f5848ca1337a2ba9c7d6f471579228038]

        INTEGRATION: CWS sb18 (1.2.328); FILE MERGED 2004/05/21 15:01:59 sb 1.2.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9ae480e0dcee3be55d57d9d5a0ed2fea653bad68]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:59 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a1e13f26d5a2d3e87d90540bb6d431a18cf451a2]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:01:58 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [81d2cfd1c2c8b8603b4f9a8ff03fc17a7e39e8fa]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:58 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c208f37d265fb3d7cf694ad806f10b0e84564064]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 15:01:58 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f0421bb1cd89623a48e554560cb70cd132cf93f0]

        INTEGRATION: CWS sb18 (1.12.328); FILE MERGED 2004/05/21 15:01:58 sb 1.12.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [733573098eff733f540e3e72c2b46b1f0fb5cf69]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:57 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [be30788f87ea5966b7edd5dd2bcefd17673bcdf5]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:01:57 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2c33451b2bf79558191dda606cbaa169c3ba4cb8]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:57 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [be7363e5577ba8e6886da158b5053613d38755f2]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:56 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [79eafe025efe2bc42b984e89b1112b0184756b0c]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:55 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bdb2a0274f95c65411d0189df553c8b93add3486]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:55 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6c367e83d9816d5d3e9afe96983be91f049a3222]

        INTEGRATION: CWS sb18 (1.12.328); FILE MERGED 2004/05/21 15:01:55 sb 1.12.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [66d1bb8176b3c08d83b28ed49505cfac2d4017c6]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:55 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bed8ae32f8b8eae29c768f115d5cfb451ec7888f]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:54 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5113add33e25072990b18a0fb6464460758cde04]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:01:54 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [24e6ceae336ea04ad710f90c12a48c2f159a4cc8]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:53 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a02d47bfbc61020b4ef47fedba64c7f333670cb1]

        INTEGRATION: CWS sb18 (1.9.270); FILE MERGED 2004/05/21 15:01:53 sb 1.9.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [46b72104ae1e54fca3f810985704b8762992b9b1]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:53 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0b29972ce312bee00ed7a9f48ec7d054f048ed03]

        INTEGRATION: CWS sb18 (1.13.328); FILE MERGED 2004/05/21 15:01:52 sb 1.13.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f401d034a8524ad6d77bb0fdb888ad6614613d68]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:52 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ef75efeccd056cc2bebcf634749b1d6285a3bcf8]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:52 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cff3abdd7cc7bae34e4f09ca45fad57cbc1a04d1]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:01:51 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2fbaab748c4be0019ca33c7c1ed2ada379e85cbe]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:51 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [31bacd5b961286e266e25e2e06ef6dfba7c452f5]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:50 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [801501874f93a5c19dbf75bbcdac5db7f751abd8]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:50 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8c32e61a353aca536e48003aa1444846f22bfd4d]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 15:01:50 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [da7b40777a31359a61159b5a59d086833e453a01]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:01:49 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5c89357320d4935b97d4602e129e01001deb6f39]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:49 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [84327e95728bc688fabe8c77e11d032f3ed1eaf9]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:01:49 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b9f950d71960835b33801788b32fe63d77a56c4d]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:48 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6cae5abbcef9915386db138420e7e23f734f0154]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:48 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e06a325bd5bd834a3b87b75544c1423ed4ec669d]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:01:47 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dd5c57173b5e1f95c1154d599501ac387fc3db1f]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:01:47 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1a3adcd5d68bb64e7c6cd370814d7d77c6dc70c5]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:47 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cab786a61e1729ad539eb3a0011df988ba45b51b]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:46 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7f3cd505f39701a46ff2b9f94771e7aceaf4e34e]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:46 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ac379887539638e39b0ceb8480c92cbd526f630a]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:45 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1af95e17a50d5ebf6a7bd708c4380e5ad808aa7b]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:44 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c1e2fd301e24e06fb6b4e9aca2e25e28dbc309a5]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:44 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1f366ef49922fadae97637f340980dcb5f050376]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:43 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a08a7ebc0f781fb70647517727e8551867d8d3a6]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:43 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a04083768397cf0a94bce5a0ca7d2a55c94d060c]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:42 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [674b0d3456e3e8b093eb2d2d6c65e8567b7dde49]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:41 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0ff89828dee10542b949ac76aa9204396c292a31]

        INTEGRATION: CWS sb18 (1.6.326); FILE MERGED 2004/05/21 15:01:41 sb 1.6.326.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [03af02d2e52d4fa31d4ca4332ea57006bc66f499]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:01:41 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9a9e62b742f4b7cb76a34d321f968ba37e849f1c]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:40 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [30cd63dd69c99128d9496016c856215e25d9264b]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:40 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [44e3e3cd864fd0b91db280d3147610793c080385]

        INTEGRATION: CWS sb18 (1.9.308); FILE MERGED 2004/05/21 15:01:40 sb 1.9.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [430fb5959281762454023431458537696aa0c11f]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:39 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1497e84ed8e881727fbace0c089e1c5e9a977af5]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:38 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a3a480cc50229e0572a616a7065f3ae348f1c6cb]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:38 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [69a0a5df940a246a13bae5731177133a30dd84c8]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:01:38 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [57994f3a640098f5e74913e2f18e43dee874e75f]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:37 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [705b9def4d6ce1700e08b24584b1caaf851e5f78]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:01:37 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [13748203c332f326eb21c6739df9bf9c3f37d5c4]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:36 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a46cac255cb40af8e70af326a7b481617aab94dc]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:01:36 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1dcb4d2571e2c4f1e89fe43fb8f82bd804e4fa14]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:01:36 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4e8358b5e331c40b1b1a9422fcda11056be279a8]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:36 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [460c7d2bbe9b8137d403d79c7021aed41f649540]

        INTEGRATION: CWS sb18 (1.16.60); FILE MERGED 2004/05/21 15:01:35 sb 1.16.60.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8a7b7af26cbd60c42d7491a504101fa2f164cce6]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:34 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7f957999ebf4a722f22859b0e210747a85ad92ed]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:34 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3210f5f8d7463d2e0613975063f8835662a7a644]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:33 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [77f3a5363ebbcf08fea593f98da66bec5efd3488]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:01:33 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [13ff69eae0925458b4ec16b651c0e6854d6955ad]

        INTEGRATION: CWS sb18 (1.5.76); FILE MERGED 2004/05/21 15:01:33 sb 1.5.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6c17e8501454701755b8ef90d9a7114e04b7a95c]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:32 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [20dccb48a614e0c5aea8c276b3c469ed377199d1]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:32 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [81058c46e1a1bf4b6d501062917baf6b8a835c8d]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:31 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6d350abe25322ca9c26379f780055e7f756c4206]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:01:29 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [94a91d33910ab4c3432a382aca02f42dc6b05422]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:01:28 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [125993037faf4afd46d93e7167d56a1f020fd011]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:01:28 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0f8012020460e9b5119626532ec95185ca8d343c]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:01:28 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [69926823aef9be5d832010876671408b14ace798]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 15:01:28 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [845bfe7ead620bf56b6a806dfa97b46b3c7f6687]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:27 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1380489530d8b0e27d268e2f6bc1f91d96e422d8]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:27 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [29aea6375803fdb2c3c820a5ddafddbf811c1fa4]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:24 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [62697da089b2abf82c2c31fc01cd086a0283b969]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:23 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ee449c727576f99c64b9df3bb0ac973535d49e99]

        INTEGRATION: CWS sb18 (1.8.270); FILE MERGED 2004/05/21 15:01:23 sb 1.8.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8fbc9359a7c1f7523a5958bb56d58bef19695156]

        INTEGRATION: CWS sb18 (1.10.322); FILE MERGED 2004/05/21 15:01:22 sb 1.10.322.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a5e26bd0bfda689bc25e3d6a5dde981e4c07611c]

        INTEGRATION: CWS sb18 (1.11.406); FILE MERGED 2004/05/21 15:01:22 sb 1.11.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ea0f46f2ac850036e4ee660850532b166277ce35]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:01:17 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f3f9f2e2d838a089d70bf087abaac4a515318bb1]

        INTEGRATION: CWS sb18 (1.6.270); FILE MERGED 2004/05/21 15:01:17 sb 1.6.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [435a1f11b33f0171216c93e1e5b65493776278a0]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:01:17 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [251b9250899d39157ab3fa54e5740b534623014e]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:01:16 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9a73d0e016e578bc1ff1da3f65a8f9554e3b5b87]

        INTEGRATION: CWS sb18 (1.7.150); FILE MERGED 2004/05/21 15:01:16 sb 1.7.150.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [56de649cfe0bd0782154cd66324155b6d791b390]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:16 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bb2eb479fa5faf0e6b2c2839c968c6e6a05b4822]

        INTEGRATION: CWS sb18 (1.10.328); FILE MERGED 2004/05/21 15:01:15 sb 1.10.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5e7fadd376a71b9c06fe06a24ca9f387380880d9]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:01:07 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [38d3f7a8a0e729cf8c6f109fa59ca1a857f86891]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:07 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5806a180fb37af602cd8761c764a8ce405185ffd]

        INTEGRATION: CWS sb18 (1.5.426); FILE MERGED 2004/05/21 15:01:06 sb 1.5.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b5665906358f7a4a2c1e45288b25fbc61d8da95a]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:01:06 sb 1.3.450.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c5813d9a9fa78b21bf7448aa6fd736634ec451d9]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 15:01:05 sb 1.3.450.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [030333f1c2033acacb5ce72385f4b5686a308c8a]

        INTEGRATION: CWS sb18 (1.4.426); FILE MERGED 2004/05/21 15:01:05 sb 1.4.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1839550afbc75b0068b570c601a35389f151d052]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:00:52 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a3d18ef9c18ce3ea29d6a039bc5fc6ddc1f1cce5]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:00:52 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ad743a6272411fa0c5f1334e4894aaf6a593832f]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:00:43 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6c74c12ada4cd4f868b463fb87612ce8db9024bf]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:00:43 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [76ce03bb2e89761006a5e4ea845a87a7bc5fb601]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:00:42 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5423038cb5053e5f3c187a7d7c8c85dcb38c837d]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:00:41 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e3044f7ace26944e871f1c88ff83f72c76b5f0d9]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:00:40 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bc338c8f54849ac5f07c01fffd946ca89d09ffae]

        INTEGRATION: CWS sb18 (1.1.440); FILE MERGED 2004/05/21 15:00:29 sb 1.1.440.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [db0c4ba3fa64ff3e503afd07bacb588f014bc798]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:00:28 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ca8bfe06ac64a951a1ea1b3dd5a50c5c682b02f9]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:00:27 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c3f952090053a12c76f6ac3accdb383d312a21b4]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:00:26 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a247a990f52d0081fde91a90f6e1e554fb49aa49]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:00:19 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d214fca11ce978ef96ccddd206426493212f4916]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:00:18 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [02a5ba50550fd621458501143ed3780999c44a10]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:00:18 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a02dcbb62a0aa84e87342c441bd23dddc31c73ea]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:00:18 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9b34b4bfeb6f1c1ade3a01f8cdfee9852d2e33a9]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:00:17 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [917222159e8691b4b98f371f0046c5cbbfca0689]

        INTEGRATION: CWS sb18 (1.9.326); FILE MERGED 2004/05/21 15:00:17 sb 1.9.326.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e3f1a68c546de7c6cfa124be9edd57f26585aa58]

        INTEGRATION: CWS sb18 (1.4.326); FILE MERGED 2004/05/21 15:00:17 sb 1.4.326.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b39300ebf3125a80af92e4cc83f498177b26c2fa]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 15:00:17 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0dbaaecd672a7281932ac16aa1264bdcc6ec7f30]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:00:16 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d11004ab78487bc0b592e8adfb22e8cc9745da62]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 15:00:16 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f2da235fd37630724ca8750a0ca69fb8f25253c7]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:00:15 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e72305e51d5687a45e651f05068fbb2eb1d4e52a]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:00:09 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9c4107f13eb58e6bfbefc3b9c2882e31b6437b63]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:00:09 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8f48057690781ce0afdd00b9d1caa065cd3c3873]

        INTEGRATION: CWS sb18 (1.8.54); FILE MERGED 2004/05/21 15:00:09 sb 1.8.54.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [19d0bf0fe8f9ab765b506440684ee4daaf5d0fb3]

        INTEGRATION: CWS sb18 (1.1.406); FILE MERGED 2004/05/21 15:00:08 sb 1.1.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [128b7a397f738eb409be67574df35fbb603a713a]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 15:00:08 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7936baeeaa7935e4e67a54a863fd3853152cba5b]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:00:08 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [411e80d7e70cb3874c162088699e554cb6bb5f8b]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 15:00:08 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [42118de2703a448935817ea7d87532ff9ab34d2c]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 15:00:07 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [503f66c58e1b71f09c549666e739a0bbb999a5db]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:00:07 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [854d5807d07a0ef54ce6ca68846647a8aaaa3c41]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:00:07 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [39a06f68d312abaff2013fcc309df689614ef966]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:00:06 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e9b86892f88d5e13fb3db2d8aa31188d4ba95787]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:00:06 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [902eb4946783317d24e95b286f670f01f5a193c8]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:00:06 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a4b56e70e1e5b103f12cc8328321f9f708118ff9]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:00:05 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5106f38f8cedf676825237c45a46ed682c812534]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:00:05 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [39c54388197abe4af3e9c266fe9c36845c2415eb]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:00:05 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dce5362cc67f6449f3df31902e466b08b878b8c2]

        INTEGRATION: CWS sb18 (1.1.436); FILE MERGED 2004/05/21 15:00:04 sb 1.1.436.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5ddc6b5977a8d4e73dc508c1cae8ba81782ef06e]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:00:04 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1c97382000e3ebb165220121443cad500c8db5f2]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 15:00:03 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b0130e3a2d23aaf1ee691f335fad06426af818a0]

        INTEGRATION: CWS sb18 (1.2.440); FILE MERGED 2004/05/21 15:00:02 sb 1.2.440.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [13e7194be76fa5224449c5b7d9cac6331d800b85]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:00:01 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4068cf5829636f67d8d76d67a74b719f608f1e04]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 15:00:00 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d8777d62ce8c69a0ae77dae646aa233538bd94f3]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 15:00:00 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8de4f4a5014094c7818e43c07a9d7998d22ef96f]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:00:00 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6f0cbe3779e664382fc49313d6cec7b818d3087e]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:59:59 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ccc75bb75eebc68163b49f8daf71ca8fb8df42b1]

        INTEGRATION: CWS sb18 (1.12.328); FILE MERGED 2004/05/21 14:59:59 sb 1.12.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4ad1e7ddf73a2cf2a9cff74bea9583053f2e030e]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:59 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [71b968f2c79baaffa26bd59ce2bdae755c8aa2e6]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:58 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ab47be4346f8c1ec75b29b5337914bdeb7a113a3]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:58 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3b1b03d716ee513fdd40bcbe473e619d2d6daf7f]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:58 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [617464c224c66fc068cdca2413d8488f64500334]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:57 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [13dfed2866e0712663f6fd019518917fd7371288]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 14:59:57 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [59039dc646937921cd292317bf5c9e6abb4fa2cd]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:59:57 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f7c6d0c0ba32c1dc7f9c1d484bb181a7f062009e]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:57 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a05d7b903e0e1c90fb0db84cfcce83e08eb807da]

        INTEGRATION: CWS sb18 (1.5.442); FILE MERGED 2004/05/21 14:59:56 sb 1.5.442.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7946b067dc8205e3a6709c1abdfead78661e92b0]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:59:56 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [88091959960692d6b5b6f8e86a6d08afbd85315d]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:56 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ac659081e3ccd460b2fd872d081e9a08b91f8354]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 14:59:56 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a07696d15e2f93d10700a595412ac5cef77c54a4]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:55 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [daf04764c4fdcb8b3e3f3c6618aa02f8c3921238]

        INTEGRATION: CWS sb18 (1.10.406); FILE MERGED 2004/05/21 14:59:55 sb 1.10.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [127a179cae1d3eb6cf9133e1ac782ed2925a7f5b]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:59:55 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [658985c79e4d3d9c290a02c938180df699ebeb72]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:59:54 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d47113b96b544def060a6a5f49b84383c84f9f3a]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:54 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c7191d2fa840d1f5a96c9c762685a94dad24f9a6]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 14:59:54 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4b9454fdae69a569ee3ccf989bd70585dce1fcb5]

        INTEGRATION: CWS sb18 (1.6.426); FILE MERGED 2004/05/21 14:59:53 sb 1.6.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ad97202836194956847537ddd21067d72d2f9b97]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 14:59:53 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f4535fc770d27b6708bc1bdf77d994d687af2ab8]

        INTEGRATION: CWS sb18 (1.6.36); FILE MERGED 2004/05/21 14:59:53 sb 1.6.36.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8b648fe5c5ebe36111202f24d6568e60b07656a3]

        INTEGRATION: CWS sb18 (1.5.36); FILE MERGED 2004/05/21 14:59:53 sb 1.5.36.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ba48a5b73d898e7446124d2a5f479ebf74c99441]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:52 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [54f50afcf66ff767ab0b89f6ec1fceee60e282e7]

        INTEGRATION: CWS sb18 (1.1.446); FILE MERGED 2004/05/21 14:59:52 sb 1.1.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [135aba6434f4c5ece5e545d1bfe0e74a96fb4b67]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:52 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [878547477837f057125d098bbee638d316d36508]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:59:52 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [819923069e46cb884cf7eddc06937b50f9018270]

        INTEGRATION: CWS sb18 (1.4.446); FILE MERGED 2004/05/21 14:59:51 sb 1.4.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f9504f2b146feea824c49d0f861c071efff5532b]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:51 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a5294b43fc5242054f640f798f8d02d982460823]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:51 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f463e36c1db4e4c324b75cf33604ebcc17109c3b]

        INTEGRATION: CWS sb18 (1.1.446); FILE MERGED 2004/05/21 14:59:51 sb 1.1.446.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d691a6caecc5f63711213f8af3ee86b289a2dc4d]

        INTEGRATION: CWS sb18 (1.4.36); FILE MERGED 2004/05/21 14:59:51 sb 1.4.36.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d1a93aecc8c9a4fa33bb73f37e1b2c456b5db191]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:50 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c84565ebb5adcb4a7862837dc7bf6317c22268e2]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:59:50 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d8d3a1d0b36810dbdd265c313a94b4c840c8984f]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:59:50 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ef68ce06621f5c3c7b1db4b4f2b36eb4d04e3a41]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:50 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [74931c444e7f84457339fb769a50ff463eee94ee]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:49 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0870a3a5217f0e1fc2f5f6e3c5bc7c07d8d29a24]

        INTEGRATION: CWS sb18 (1.4.36); FILE MERGED 2004/05/21 14:59:49 sb 1.4.36.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b4525d17e10e4773840cc1078f2cd70b3d080a9e]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:49 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [66af9d3fb7b384d770e82988c9b32b2bd4d9cf18]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:48 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [371fe8414609dc8e26757d11cdf9ebe13ae6ae30]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:59:47 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [469cfcd22cfdb411617b84104698d5af85065e03]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:59:47 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c12bcad88bf650ba9de6d6edff34a6cb883afb91]

        INTEGRATION: CWS sb18 (1.10.328); FILE MERGED 2004/05/21 14:59:47 sb 1.10.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b59a91cf3959070ac399750353dd1be473b5dcde]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:59:46 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ee3b1e45bd6d0cecdda66046a0ec6a77356872c0]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:59:46 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d646db22f2cd6c7c8765e22e6c5cfef66f8b1fe9]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:59:45 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c1e18fb1c172d5f06f6ae24fffc35f69d0c2255c]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:59:45 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [16623910e3110bcb5962bf63c776e2be8e664635]

        INTEGRATION: CWS sb18 (1.2.426); FILE MERGED 2004/05/21 14:59:45 sb 1.2.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5ad3867d6e065f4afe1a9ed541fd50685ef353c9]

        INTEGRATION: CWS sb18 (1.2.426); FILE MERGED 2004/05/21 14:59:44 sb 1.2.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4dde8cd8b98dc8db8feadb9b3cc3e93414a4e458]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:59:43 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c4e8de5cd9a3cd1d2f64f3fc46e48c756157f8bb]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:43 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6b71180d6fce9d4ba755d562524e6fdb3e5c4d7a]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:42 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e19ba499c1cb6de49d19ce7912e8863ae200405f]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:42 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [20689abf15bc849d6ab95d6db51c04935ab1ab01]

        INTEGRATION: CWS sb18 (1.16.328); FILE MERGED 2004/05/21 14:59:42 sb 1.16.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0f48a47c1b38bedb84ec85d316fc76571cd1131f]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:41 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [aa45cc1c8771b008602424bb740ac05432814c30]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:41 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7fa6268c126d8f52289d3d21aea200eabd3e71c3]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:40 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8317b5f2f1dc2db86928dfec672c87c94d1ecbae]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:40 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d68657af45b92156bfee0cf501dc2e3cffd98955]

        INTEGRATION: CWS sb18 (1.11.406); FILE MERGED 2004/05/21 14:59:40 sb 1.11.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8e485619248c758d686f219014ed28cf2f27baa7]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 14:59:40 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [63521a9af9fc854e04de3e35873f2f531ccba6f1]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 14:59:39 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [911e730e679ca4de59adad9751a2327645aa95b3]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:59:39 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [495396c35750f6845cb45fbfe817a725f63f1c49]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:39 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7c1a969e4c4d97edbd340cf08f3a2473e477a1d6]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:38 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [63fa6d52be56477d7b49ba83668ed6c134aa9ad9]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 14:59:38 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cbc3c45e02fcb881c0db3e6c492c52c97bc650a9]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:38 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [11f7d5582956233c548fe2defb6b1624cfb8bd7c]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:37 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [37614d2d365c5926174b6f8a6fa44f91994d14ee]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:37 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [81652daeb5b8cb36368ad26321b8245b27254f12]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:36 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dddd4be21f423ef4488c3845b6a10fc1d1959e8e]

        INTEGRATION: CWS sb18 (1.8.308); FILE MERGED 2004/05/21 14:59:36 sb 1.8.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c66cc008e909939aa4af9f72380ed6184ea56de2]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:36 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c4e6652f23962cce992201c9ebfea26d1f29234e]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:36 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [86fa97fb33cc31134170897e15c41758a0ffebe8]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:35 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6029f79552efbd557594089bf97c08ce1574890d]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:59:35 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e6eb3d6edeca7e71b185665c6eda8923d802c771]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:34 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e4d3ac9e55e6bb2008d6f1a515461ad44e345f97]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:34 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0932274e756d8153730d2b495bbfcba0bf3377cb]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:59:34 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8e051506c39bc0fe2a48fc4609638d458644a662]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 14:59:34 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2cdb84ca51047bc8f3e4ca02557847c244f8039d]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:33 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [55eff1b62231b4df0604b5e921c3027d0876e2ff]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:33 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5a674658a91bf7500482af3c07f066d3f5390c03]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 14:59:32 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8ff697316ea891d182e0a3fc142ca50f55d226f9]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:32 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0b58e0f443e622c21cb55f7bb3546f5d4f8e9fb2]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:31 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [19a22b5c82d459c7ea61fbebe9c35b1d2991e591]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:31 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b26936ea77666968db8dc8221d9e1784e304397c]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 14:59:30 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d6233cafc397e07749b9ef61575d75e5cd1b51fe]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:30 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d95e98cee4c4486f86628bdb25a1e23e6cbd76fd]

        INTEGRATION: CWS sb18 (1.3.328); FILE MERGED 2004/05/21 14:59:29 sb 1.3.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b869a13823ef329954179987f757daf9061c07f0]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 14:59:29 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6e46c69c09c70920fdc131d99a5fc91c5a32c229]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:29 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [71a6044d3654cde2630971dfd603081669b1b067]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:28 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d758e5ccb7e9b24166f406313cf2c9cfe46690a5]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:59:28 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0b176fe6deb873568477c295febc691df2f44060]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:59:28 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f3b0074eb7f8d75380ae38e4f7f18d36c3059585]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:28 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d866f3517b9bcb8bdbaeb94c0f097faa1c485503]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:26 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6aea55a9a22011c2bbdd01b626613058f8247bc1]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:59:26 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [586bb520ad0f5c369c1a6431c0a75e0b04ab4b85]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:26 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a428de09c2e3adeeae9562ecaf8b3f7ad4fc8b31]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:59:25 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [57671c965c81496d5f1578a7af36fa340106785d]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:25 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dcd270cb7bbb090f27a8425fa572e643f729821a]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:25 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a925bf524eca4a75a7dbf790b9a3ed3f32dad240]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:25 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3450de51432f9163509dd9fc43f14df7194df325]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:59:24 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a78e2ec2606f1ae09b3348c5e73cae39dc0c3af1]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:24 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [909dd637bd2b7b8d42de19718ced40f2d9f932e0]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:24 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1766f2a5a5e1cca863250b4b2a2281bf4be1ab83]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:59:23 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c52054bd1bbdffb93c4155eae6077858d30a8b7c]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:59:23 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0c429a69dfc11cf0306df3ddd0d5a67476d3fdbc]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:22 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7ed2969fd9f976de2938fa9a5b2a703f6262013e]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:22 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [357cb2bd22b6ea2e79de3f3fe43887b0e3586151]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:21 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [835529a8a67c7f2c6ad663dc5186077a20abc037]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:59:21 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6d6ad1342d44b6707e566d8948c7d4ec75bc1112]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:21 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a99fa74ebb82246a87260d8f97c6d94c87ffdbdb]

        INTEGRATION: CWS sb18 (1.3.88); FILE MERGED 2004/05/21 14:59:21 sb 1.3.88.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [53a1930e22d22238c4c84639e198dafb3a3b65f8]

        INTEGRATION: CWS sb18 (1.9.270); FILE MERGED 2004/05/21 14:59:20 sb 1.9.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5ffd8a894df5ed8ff7525dfb86bfb117261df9da]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:20 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [69833410261b6a2064ae2c26a43267c90fcf7ada]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 14:59:20 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0b9be7d1fc9bae41083b5ff40b86ac69a90a1b3f]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:59:19 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [666851452cfa5ed9345a0f4892ef5f678b52bf0b]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:59:18 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [451cb3184ea84e90b2cd457a8ebac95988c0cbad]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 14:59:17 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b542276b71bad9d009660c53c8649d8517ba2827]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:17 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bc14b138ba061dd22c1c7e2667dc794a1ca0404d]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:16 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [637360be877a52117f6998585ad5039c8a48643c]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:15 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9477001c044a221449e88ba6862e2174e32e8f6a]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:14 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f515522ae7380848bdcf5cfb5ddd9efbebfcfc39]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:13 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [76a4d179e74f63fb6117a4fb3a0689eba65b8629]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:13 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ff982d92cbd960240fa6e3bf55930f0c339dd6df]

        INTEGRATION: CWS sb18 (1.11.328); FILE MERGED 2004/05/21 14:59:13 sb 1.11.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ec908e4651d32a214d0c168d75298d9acf230726]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:12 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e6d925fb7342cd29b4c73a2ee7bcfded15e65172]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:12 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c3d09a51992253ae44bf49259ee283ef08b6f371]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:59:11 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e1cc697797e2445713c89126c51b436d386fe68c]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 14:59:11 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a4912cdb818823db5574f57f8cd557a3ff1b1f8b]

        INTEGRATION: CWS sb18 (1.7.90); FILE MERGED 2004/05/21 14:59:11 sb 1.7.90.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4149f0c57cc204d25f968cfb42f0b8fc1ae9072c]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:10 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5ab650fe04ed8c69f975af6233ac64c4f920e34b]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:10 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [257e8afa977ed17e1108cbbbea2196e3ef7342fa]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 14:59:10 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f0f672eff0d248c8dac8c4f318508dd4a0cf78a6]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 14:59:09 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9657714920e5198afdae07c3056650614cd48dc0]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:59:09 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1f68f72518ad930d1852918f368e232fb3ac8823]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:59:09 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5def4f2a0a43206697f41a326d87495a97fe33d7]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:09 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a64ad610c1d13854fe06217ba4df7f2ca11b960e]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:08 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1b1b32e51fa1aba7c65f1e32a0dc7408f5536b3b]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:08 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4fbbf6082ab6d3f02b055924c41ba5c31a15b6e3]

        INTEGRATION: CWS sb18 (1.15.328); FILE MERGED 2004/05/21 14:59:08 sb 1.15.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2e08ee1402042d418d6fc040de18e192dcf8d901]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:07 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3cb5f6ef8c176522955ccacb7c44fc8377d32f6a]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:07 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7b3ca3a9c6830fc41d175b2538535d95e7673969]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 14:59:06 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [10eb4a647337a0d3fe8b81bff263703d76d419bd]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:59:06 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d24d7fe3f2756d9de586184049bbc13a2434905d]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:59:05 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [067b0ce14759c1b63c533cb986449130464d5747]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:59:05 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7f18b81b5390774a9354231818ecd0559efce11a]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:05 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c4e93256d61b8106ccd91ae3c7f176e7f69ff280]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 14:59:05 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [47816d5fb57e54c66a37ca3edfb2470addb7f822]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:04 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e23cc31d16618cafd1162bdc9579ebb800204117]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:04 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3c9aa226a25b78ced9756dc7f122a12892c21b84]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:59:04 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b0c5f4b61d819432aebcebe88b71f4ac9a406185]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:59:03 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f40571fd0cc2b93053f9221f9628d14e9b452cec]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:59:03 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a64e1dc45f05b759af5d745a48b5f633e3a88ba6]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:59:02 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b9133f04cb07adae498cb4bcade0d132a716b323]

        INTEGRATION: CWS sb18 (1.13.96); FILE MERGED 2004/05/21 14:59:01 sb 1.13.96.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fe0578f60684ceaec6981ca56bace399a745118f]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 14:59:01 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [05f1045291b54a80864546d843cdaf9ea5db07fc]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 14:59:00 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1b59f383c39a2509141c66f0668ed93dac234fd4]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:59:00 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [02f8710a44427d67c0d36302ee3ac58f59c29add]

        INTEGRATION: CWS sb18 (1.6.308); FILE MERGED 2004/05/21 14:58:59 sb 1.6.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cdb7674c4f70a0b7aba817ada7f960d2ec7d4513]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:58:59 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0d1751ddceea86e6d556e1fbf682aff0014634a5]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:58:59 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [956714adf724741da1791aff90637fd92ab85df8]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 14:58:58 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [19fceb34c4fac986cca2024c20a9ccd1a02b82fa]

        INTEGRATION: CWS sb18 (1.7.90); FILE MERGED 2004/05/21 14:58:58 sb 1.7.90.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2e46d79f488cb584f185ce436dbc47249ac10f2b]

        INTEGRATION: CWS sb18 (1.3.408); FILE MERGED 2004/05/21 14:58:58 sb 1.3.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fa0ff3f2299fd717b2cc062524e03ebdd7632063]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 14:58:58 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4fcace3c72061817efa5e7f33b984d63315d6c1f]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:58:58 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [af6674cf2a06a9e2fb55a74cb500778d49648c7b]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:57 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e317758d0b7e3026458381618e5afe3a3f723c21]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:58:57 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7784f7cf471d2bf3a1c030dd1446356f119850fc]

        INTEGRATION: CWS sb18 (1.9.90); FILE MERGED 2004/05/21 14:58:57 sb 1.9.90.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [81725ffeb012b8ab017d750046b99b3a11306395]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:58:57 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [090695742361d402dad5145ea3b4170d93a1ffc0]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 14:58:56 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a6b5db0997163070e83f1780bb72efa34fa5f2ea]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:58:56 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3d4eb6eeb23c309136d09bc95c62b0ea81668bbc]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:58:56 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a5e63bf671373b73f498179676b7601ff6b4c16f]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 14:58:55 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1b19b590ad5ed1f830cfa0875b934ba9d99fe813]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:55 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f709505a8b8a6b816c0235042bd998a64e912a29]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:58:55 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [aa00e28b58e9086c1834e159b009bd99523000fd]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:58:54 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [442cbc92943563a26547bb01bbc2f2bc477c0336]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:54 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [577ff1fef4630297dae4a23f6085a5c8ff23b81e]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:53 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a0bc0f8b7bb26ef3bac1d9102c253ffaad971b6a]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:58:52 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3e1d3ce100e51401fc01491deaf4e8acd3f6188d]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:52 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f0d197b96c529be8418403b3d2535bdcbb921409]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:51 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c150768736fe95b37762691b48cf3ac9be633f5d]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:50 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f7bab098ebae7c65ce66b14ceb89a73126e75410]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:58:50 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5a9d4a349dda90ce55b06e0098df6221df466e53]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:49 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7065bd7a3c2fc101dbb8446807ad91b6ab2dc17d]

        INTEGRATION: CWS sb18 (1.8.14); FILE MERGED 2004/05/21 14:58:49 sb 1.8.14.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [488ed6fa1a51d5adbcc6756693da85be809d91b7]

        INTEGRATION: CWS sb18 (1.2.14); FILE MERGED 2004/05/21 14:58:49 sb 1.2.14.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [61c5377e575b09a4ecd04ca3e7b3131233cc7c2e]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:48 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0006f37dae24801f2171dfcac418b74fcb7252f8]

        INTEGRATION: CWS sb18 (1.8.174); FILE MERGED 2004/05/21 14:58:48 sb 1.8.174.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9731c942f1bf70494a906426f1f0861b17ca59ff]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:47 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fd7bc4420d5a197fc8c83d60d93a866b70ec1c5c]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:46 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e841873882890244709778c00785c2f2660de493]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:46 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d8eb090fcfd4f751a909e177b15f394318caf0f4]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:45 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [19a2c53379fc3169a0aa19b66c70e2fffccd14cd]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:44 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dec2aff900a266c26a05ec69a05a256adcd66d3c]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:58:43 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7b93d4cfff947c4667dceeb41644b118318fb31a]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:58:43 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [93de4e6e83a5656afce26a44c492bc7bfab01087]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:43 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bd6e54b50437f13c9ce26c93f06b9ec7cc8e6b20]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:42 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [24cfc7575f984cc735dedc2f7781747e0fa15aa0]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:41 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a2b7c77b92d564b6fa4ce9efaac5cebf94089b40]

        INTEGRATION: CWS sb18 (1.9.76); FILE MERGED 2004/05/21 14:58:41 sb 1.9.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6c1731b150eafcc935bdef653d43fafbddd4b442]

        INTEGRATION: CWS sb18 (1.5.404); FILE MERGED 2004/05/21 14:58:41 sb 1.5.404.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [abc38d62ae4777d32b42df13b60c09c69f2d9652]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:40 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d4e0fe53a4060e9925b2dee9f7be84dd31dba4ca]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:58:40 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [22fe530c2925ab2f2ef573c09285f48dc4062fc6]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:39 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9b72680b6356a91aa32c29ae0750b1115793ead8]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:39 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [31f0b2ca7651615001e75788b632fdf3e0c4518e]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:38 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b9cf6ed50d26ccdfab443d668679efdee2b7f3e8]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:38 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2eb4aa348f0eb308626aab5e5a45816fb9993f26]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:37 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6f437e8a146fb38422a64f0a6678e478f0e43440]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:37 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [aa1edf33ea73b1034078ab69fb6d9668665a99ac]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:36 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d212dabdcd366f9b4b6173f0133e33610eea22d9]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:36 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f5e7266de1d39249a870849d860195869e849ad5]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:35 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3e1a74dc29dacbd1ad4126f7c6c696c398370927]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:58:35 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e42872ba8c973e4200b589aef5dd9c422558431c]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:35 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bda106a34d916d307a7c311124b985d72fb3848c]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:34 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a595966a44a9d12d81f08cda55eae690da6ef340]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:34 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [17fb26b2fba2482e8922777219f734442b7660d0]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:33 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b31e6b36bcec085a8e76b5088cb57379cc78d1e7]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:32 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e99dd70825adddb30d8431f6d545b722abe31d37]

        INTEGRATION: CWS sb18 (1.6.326); FILE MERGED 2004/05/21 14:58:32 sb 1.6.326.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6c44d2af28f04477d6cdc72b7366e7f351d6f079]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:58:32 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7110221fb74d4423f78911bc5ab01b7b79a93cc2]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 14:58:32 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [db546431097fe331cf7a8f07e2ed4253f4cc8c30]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:58:31 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bbf5be09367b70820b836b0c998b26aaf8a700c7]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:31 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4a4cb9bc7f581d03c53cbc560c4227be32ca53a9]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:58:30 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [39540e27eb1b6292be53ae1c738103949f585c88]

        INTEGRATION: CWS sb18 (1.2.62); FILE MERGED 2004/05/21 14:58:30 sb 1.2.62.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [51871b326d8d441782cd2d7d1777e656d621d358]

        INTEGRATION: CWS sb18 (1.8.62); FILE MERGED 2004/05/21 14:58:30 sb 1.8.62.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [10f51cfefc39e54693468829e09951f26b3413b2]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:29 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [648c4948b8928bc5fe71fb22e93e4fd83b50afde]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:29 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e1daf76311755a774235ad7c9ee47a7d449c4d67]

        INTEGRATION: CWS sb18 (1.7.62); FILE MERGED 2004/05/21 14:58:29 sb 1.7.62.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3367b5a21b385f17e3fa870d41baad56aafec1f3]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:58:28 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [01396fb3fe8cf267835bd80c9737c4b52cec42a4]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:28 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [21a786b8edcedc15d4233700d65cf960a1e33d64]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:58:27 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e895fde686abac10bcaa627580f011df95770752]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:27 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2f1d92208258cc4b50285994df6c98841597675b]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:58:26 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [04ffc7db4ea983eec888291964025c8a280c5893]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:19 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dba375082f05bbed136de82b8b19447679fcddde]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:58:19 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [17eafb6416a33cda73c6b06d57c35ab6e447b31a]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:58:18 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [102aa68434bf7358ea322722da5f726f19b0f95a]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:18 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3f61de86ffc63903f7d5e14c8bca9c736292dccb]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:17 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [92540c91c6327ebfba4dcc26c7cc5038e5b506e5]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:16 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [abd57f7331869bb54e462bf31f605e3c0ac200f1]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:58:16 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c7e4fd91b58262dbbcf3bd5c8d1c71d7c4ca6673]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:58:16 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2dc7b469be68a5f68e05dd5d9bacd4f9d7f41fc2]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:15 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ae402447f270e211928ab90a04ac37137f89965e]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:58:15 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1faefd8bbb404bbcb0219aa2b37268d35e120063]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:15 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fb9a82d5d1b0a78913403ceae1f29df75b957be7]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:14 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c7c87c65e82c1a2761405b15e6e0d03f9b2f83c3]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:58:14 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8d162a96092f017ad3b8cac7464f1b14732cc15d]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:58:14 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [79db3a04b1bec7cdb8fe8db385c0714decde4abf]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:13 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8b91e6d0567ddd7da247ac1ab81c9242b7b1848e]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:58:13 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0d863855d98faa2820efa9f34b7c4ce1ff9faf33]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:58:13 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [932e6d4e01910cb3669ca1ea052f01d87aaf3f5c]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:12 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [68216ee810940f13bd3b07f913777b9ab7976d71]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:58:12 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [51d82b1ca6396e45d0f7b5df170adf2a8a2b9bba]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:11 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5c1ee461a218c7154fe313199c173e9a303ebe66]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:11 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c6a4dff0fee32120eb3edba1d21594f93aa3b6b1]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:58:10 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6a23c10d0575576b8fe3f28b5f69290ade69892b]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:10 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bb5d39a27fd73d3cda96879aecb78277784b32ae]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:58:10 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [05a91697b8580c15d41c70fe3110259b5e30afb9]

        INTEGRATION: CWS sb18 (1.15.328); FILE MERGED 2004/05/21 14:58:09 sb 1.15.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c9d9a313b89ef64576d947c12bff6e1e53542a5f]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:58:09 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3b70ec6d462164b0adeaafa3e2d69ee926f4a8a7]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:09 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b6f27703428df96a6b5d4aa8e6cfd219d364588c]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:58:09 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b688f02f892e6d77ee1669efbaee65d8eecafe82]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:08 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3ce3b370e242c3ba7df67a5bc0b130b9198332c7]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:08 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8c698f503acdb1335ea0a650e546aee25a00170c]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:07 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [df46e75df6444d9b1f6b9072dac70f6ff75254a1]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:07 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a63b673766db5595d13280e612602f088579621c]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:58:07 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3c8d6a2009a8f45b788f25334ffac131fe9d3ff2]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:58:06 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ec6d450b617ad86a696c383468c4a116c815648a]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:06 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [be6f33102ba8fc96fddd9c10a13c877ecf5f5a93]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:06 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cd161815319340d569b54d6fcd91c073db7a79bf]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:05 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c9c9df362a87838531199791186fa9d984e0fa49]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:58:05 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [754c8c1dec7d6d70f0afbe57df0a3854a9f78bc8]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:05 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [12d50e686903f3d9bee2d7a01530bd2e6a4fa51d]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:58:05 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [74d0d4b51b6434c092f1320a6c2bfa917d21d939]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:04 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c0929d4c9904b45ec4a8be2736a3219de815876e]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:03 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7632e9c6390816c2691c40dc19111dcaa7bb7a31]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:58:03 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2d4b2c03dc92527a2fe1449479e6f0d6532e4921]

        INTEGRATION: CWS sb18 (1.7.308); FILE MERGED 2004/05/21 14:58:03 sb 1.7.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9d2b55f2222fb92928089c5f37174017732f97d8]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:02 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [748ecfa7da60808bc951990881772e070a6e870b]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:02 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b241bcdc659a40e497f4275927b838821543d419]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:58:02 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6682ff5944e74c6eba5e280d8091c6aefc80c0bd]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:01 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [97590a3fea6aaf72eed9813936f7d0687b428436]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:58:01 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [72eec60188824b6552f1e9fc4b8f140fe994d251]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:01 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c716514592049ef1332d33770f15821b8ff0e1e4]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:58:00 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [da1a3c1faebdea240cc709a129b625129d400b73]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:58:00 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d7e6e7f7996770cdfb19600f7328daa37f30074e]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:58:00 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [325a228b3db896fe18d0c39ba120cb54a73fb01e]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:59 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ae3df29d6e41a62744531f1e322000a773c4adae]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:59 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1b808d4b7052e6754ae00eae2f7f2bfb34410d86]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:59 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9d0e221d91e3eb09842e02da6252c949b750e7ae]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:58 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0ac40d34fdc68e06e8ca79f553ef8c6414ff60bd]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:58 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [45e7ff9d4cdd4ad6efdc153a30ab0a048fae1d1c]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:58 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9d86553b008d3003a7b70369e32b7f0a04d3d06d]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:57 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [31a74e4588546786a95d442375fa26bef92166e5]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 14:57:57 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f392e2460c5b099047d3943f165c14dcf8fa4323]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:57:57 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6e5af6512504a4cab724840e67008ae1b7ba7fac]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:57 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5993e899dbb77ec0f6a6e82496b2513540313985]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:56 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2d8e56bbb5ad01c098445e7b84d70b09893ac2a0]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:56 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7dbd963b368117775d16f6f740068c42db58aab2]

        INTEGRATION: CWS sb18 (1.10.36); FILE MERGED 2004/05/21 14:57:56 sb 1.10.36.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8bd405e56d407521a251aebb44d26ca0781c9c8c]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:56 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bd80f8e5b6bbf9b08853817266099695abd67e55]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:55 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f5d497167f57693fc02a873e89809fd1034ee771]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:55 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1345e79020d79e71c19c4bd6c321ebb3078687eb]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:55 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c6d64ff56af1300ffad5089848659b7e411baa39]

        INTEGRATION: CWS sb18 (1.6.128); FILE MERGED 2004/05/21 14:57:54 sb 1.6.128.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c4fab55fa4a30699dff51425b8701f39dc720076]

        INTEGRATION: CWS sb18 (1.10.308); FILE MERGED 2004/05/21 14:57:54 sb 1.10.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7b76286f2f4802078b2f2ca19a2e7e9922eedadc]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:57:54 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4c75c6d522e67abe8e8f3098932a760af9b66dc3]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:54 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2d5271540880af87c2cdedbbbb23a2b2991084e0]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:53 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ca744c570ef167831402767125e897e7573b7a71]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:53 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [284d0b350bf38deee67d4f2447859c98b456c9a2]

        INTEGRATION: CWS sb18 (1.3.450); FILE MERGED 2004/05/21 14:57:53 sb 1.3.450.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f3477737565866b7afaac1d981a324171e727863]

        INTEGRATION: CWS sb18 (1.3.328); FILE MERGED 2004/05/21 14:57:53 sb 1.3.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [45344afd2d06ee9045ac8b7f69d524d2d7c6c4bc]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:52 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [afffbd9b0d397c5846220e641ed6c4acde46d95b]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:52 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [faa649fcd8e453b554acf9fb34742203d1021a84]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:52 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e3f25a9597b8efa663540a620138f25db1186f39]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:51 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0b7a6bbe2449b3fb1e2bd8f8a42875604e42a631]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:51 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ea499d085e36376f13ae6e867fef4eaa18425787]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:57:51 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f5dcad3f9bb0473db87affb975e0a86a17cb491d]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:50 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dde782c77b46a7cf433f123b84926bc5a377631b]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:50 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1be3fb03e5c32a8778af35dee7bd465af6b378f4]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:50 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5306e6ecf6fea975da4dc8b41596d51f0d0581ad]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:49 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [351b6af26ab7a186f86f1dfec715e9a9607a44b7]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:49 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3ad66922f550b184fcead6edd1a93ebe9340b5e3]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:48 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cf042cad7b901363e590a0b518e5a0f93a2624f1]

        INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 14:57:47 sb 1.5.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cc8378825cb273ad2f1894575046e49d3c8cf87b]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:47 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ecf1b84de70cbccc4b408af1f6baa28424ffa3e3]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:47 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [171ff408d01c782bc50ce6e2a7240b3104b53b73]

        INTEGRATION: CWS sb18 (1.3.328); FILE MERGED 2004/05/21 14:57:47 sb 1.3.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4efad18802bc8680ee6f130ab2e413d1e587e509]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:46 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2083ea70226ee2dadd97a0213913bd13451a556d]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:46 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b0f9529b98cc2ca82808a5d8c416d15b3e1a9155]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:57:45 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c41d466410276a351c5fae3fb6e27e8113a9110e]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 14:57:45 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [16e734c8eb5f9afe505c52d98e357fb7ea2f05a4]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:57:44 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b681fbbf4ff182cae5da29c6d94866f0629c70c9]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 14:57:44 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [12081a853f02159e9b5bf0664bd85a9de75d5824]

        INTEGRATION: CWS sb18 (1.5.258); FILE MERGED 2004/05/21 14:57:43 sb 1.5.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [409d1de3fe2c7b147e68e948dceb5963db5e9a16]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 14:57:43 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [76256f18b6877a284f10b8863e4c8301b42eec6b]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:43 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ee30e7486f394ff0cad7dc1cabe101ea6fde5348]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:42 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0cc081b4092d08701ce448784919afaaee2b3586]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:42 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [26dcb9bdc80b5abc49fc9c98881f1199add3402c]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:42 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7586b33792a22149b6750a257688a0e1d483b446]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:41 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [38ed2a0617e5f5389bcfa2ad01de68e987777cf5]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 14:57:41 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9c4ac6544ca60c001c4c6c94ef8368743c0bb361]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:41 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b29e1412c4b51c9de96d8d52d21ef1c6e6191fc4]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:40 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [27ab8657d928ed4d686563d79a681185bd6d8fce]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:57:40 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1e755a2a80f2c9dddd859b46664ea6e8e71c1e4c]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:40 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ab8d8d3359b6d7ea0f70fa0b536e7a7b17fe86c3]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:39 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c43fdf0e2580cb2139956e8ce7139da1af8df574]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:39 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [848f3154e3c34c1c10c8f769be0a26c66f1c597d]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:39 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [06d929e654cbd85a011901b4dc22bbc0dec88684]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:38 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d5acf555d62cee3ae4f564cec3da40c2448734e6]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:38 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ff15ce132c7bd8a9daf7576fc7048c7781cf7a56]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:38 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [57e3675a86fc81f328cfeafb12fabb4c3c2f0203]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:37 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a4f1d07d3244bce21bf7e14c73c3881600fc7c0d]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 14:57:37 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0457d1504484bb93e7c14b08ac82a63dae77fb4f]

        INTEGRATION: CWS sb18 (1.6.322); FILE MERGED 2004/05/21 14:57:37 sb 1.6.322.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e010baaa16dc1726f44264e5bb4e323b614d4cf3]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:37 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1a4a35b43b7f07e0ed296eb5d8108526807478f7]

        INTEGRATION: CWS sb18 (1.5.174); FILE MERGED 2004/05/21 14:57:36 sb 1.5.174.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9d4c5191d4b08c03b3a9c8a4c828b1a1787f63dc]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:36 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ddcdc201858306f979d48b00af4d433ae2527445]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:57:36 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [97bd8f61ce531195ab41beb2c9e04f1f0d48733a]

        INTEGRATION: CWS sb18 (1.11.62); FILE MERGED 2004/05/21 14:57:36 sb 1.11.62.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [116832906cc4f7c2fb7a4a5ca2d1d0b274f3f1da]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:35 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [db69090c06caf8afa271a0b77d806eb4152c11cc]

        INTEGRATION: CWS sb18 (1.17.294); FILE MERGED 2004/05/21 14:57:35 sb 1.17.294.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6155ee8296208a08c27589a5c4715b718a99b7e4]

        INTEGRATION: CWS sb18 (1.5.308); FILE MERGED 2004/05/21 14:57:35 sb 1.5.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [05495276f4d768c11c5354f6ebfb331da7a5dd88]

        INTEGRATION: CWS sb18 (1.1.406); FILE MERGED 2004/05/21 14:57:34 sb 1.1.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [14022449d9d4f5a958f8354a3e9423b210702325]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:34 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f804486eb05ecc9e2a956ba89e26c26ddfc50f5a]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:34 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e3fb3819f3a5f50ac6f89cfe0a957dc88795b597]

        INTEGRATION: CWS sb18 (1.6.322); FILE MERGED 2004/05/21 14:57:34 sb 1.6.322.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0daa64e9c3c035cbc21f56f2fd00f8e36c06b8be]

        INTEGRATION: CWS sb18 (1.4.308); FILE MERGED 2004/05/21 14:57:33 sb 1.4.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [335451acd70535c4f43aa8bcde71b79322179dfa]

        INTEGRATION: CWS sb18 (1.5.322); FILE MERGED 2004/05/21 14:57:33 sb 1.5.322.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c85022f53e229cbb3a41de51624216183ba1f8ed]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 14:57:33 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3de828cdc4006d62d0ad033bc514c7cd51252a6d]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 14:57:32 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [75833659754e9b477ce8329a5172ced92a87e9fe]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:57:32 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3873135fd939272512feca1793fce415738b176a]

        INTEGRATION: CWS sb18 (1.7.322); FILE MERGED 2004/05/21 14:57:32 sb 1.7.322.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1b03524d62929f7d2e8d6160f22eff4218127377]

        INTEGRATION: CWS sb18 (1.5.88); FILE MERGED 2004/05/21 14:57:32 sb 1.5.88.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ad98e920fc59b2115eef054aa4bdb39e718ad3a3]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:31 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8f5f1f7fa3ff395863582f5efa006cd3656d92c9]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:31 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a5cf065605f59a9ebe96a6ffbe6e5f286cb5ca15]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:57:31 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c635233302464dc8928e6400f58529a59559f5bd]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 14:57:31 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [445480f650322f73afe2778f89773072ac0bed98]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:30 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [132948dd32ccbc66b270b5d8212a492b9d469614]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:57:30 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8d9302174ea981493afbc305eb3d53d6f8dfe42e]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:57:30 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [63ad95dc5ce0373d64bc902a9d0426a945585c42]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:57:29 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d91c47d42f300a0c8341c1e53d6d64dd481e497c]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:29 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [13aa05663c4fbf4c0a202f72c75627e079bc5b09]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:29 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fac03bb16850d7541422584e097e46047ae65e93]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:29 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9d82d23762a05ea55baf5f135f6c99516128fa6a]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:57:29 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a675e58c55200f24ab78c8bcda8b02b704b9c6fa]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:28 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2e0d3c5bcf53e44a92feb81d8e6f7d6bed704ae2]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:28 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d4e5329c9868f4846d9d7a8a08ba38f5654b6dc6]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:28 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8f43ccb40709ac0f05977a34561bd6965e1fc93c]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:28 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [05208bc9f3f1a32d6cef515279a7df95e935f67f]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:27 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5e9e2e625469ac4eac09c9df5e72a572b43b12e3]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:27 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9e3516ee7283c8ebd213bfe7a4beeca955e1f9e5]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:26 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [da2bb7168605a2e04f3847f11edef6c34aed3597]

        INTEGRATION: CWS sb18 (1.2.406); FILE MERGED 2004/05/21 14:57:26 sb 1.2.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f5ae882f8a37cafde065bc6f4eba256575e63c07]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:57:26 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [830c8a36fa0fa51d4be5fbf3612c7496ea0c9411]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:25 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0ea9c88d1e1386d602b586b65d9fb14267870ade]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:25 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [34a3a809539549e6c1376bae2029b80b845abe96]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:24 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8139952b3d4d17aba7fda3d389e3dc9ade332879]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:24 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9989d47e79289a919f1a9b06330b76c16951d62a]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:23 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e5b7bccb0d4cefae8e3b230de49d650a7fe33130]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:23 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5b2c344802b58c7d673a1f9fcaa6b7101cb93975]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:57:22 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [199274f1c220fa7ef66c2599cd33c88f05a06176]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:22 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a70d1291b87970da8a172460d5ea4c8e09a45cc9]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:57:22 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4b5d0397ca21be56202f2740d865740b5924e909]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:21 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [00793e4bef543c256267aeef05c5470cc6e9ebeb]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:21 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a3023690d2e2acd6b2db7a3d9d65c09799407aa5]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:21 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1208468c976511246c9a08d220d7748489317370]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:20 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [20b9a6e2bd657a18067cce5de097e1c70f684320]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:57:20 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a45a386b29c183b53d95d75738914ca3fe45b28d]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 14:57:20 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bcbe8eb35678bb58e27edc58f6bce35d2631e144]

        INTEGRATION: CWS sb18 (1.9.406); FILE MERGED 2004/05/21 14:57:19 sb 1.9.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c45f8383c00b46c02563beca92eb8b7d6625c4a1]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:19 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0d71813abb4eaee65b44b62a1b946b9388f28e8e]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:57:19 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b7b242e33ca496543a2bac6c89d9a242cd451d06]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:57:19 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [38815c276a95ccff5d37975ac3174984ce64d09e]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:19 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [99f8c82a70645c6e4a0edff8b9e0b5e01cbdb733]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:57:18 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ee344d4bc8d1d906ed0a21f1314625e19fc8a303]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:57:18 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [55b2aa6bd9ea74754a1c4a065aa60fbc83c2c872]

        INTEGRATION: CWS sb18 (1.7.406); FILE MERGED 2004/05/21 14:57:17 sb 1.7.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3ae0feef95db0feb99c7c4fbeefb1f58a7c53174]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:17 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a20fa7a83584488e152dfb919d9dd5f5e27ccc7d]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:16 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0f5f54537437aeb214b5916e730e5b56007e8b87]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:15 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3bcf1c4ad5668b031c8f20aa56b45aca04af0631]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:14 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c2fe8c741a630b16c861208ab76f7ab4a1efe652]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:13 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [35960cf3f8f5fcf9b0bf563915f934c5a7beb5ba]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:12 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [94689f83beb0185ac74ec9880a5ac9b36fa8d87d]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:11 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [76845bd1000466e111a79d1a12f7c3533a61a387]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:10 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9ffa4fb1b7594fe8bf36deb23d68732865b7b2ef]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:09 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d0fc06d4a00ec2b393f15588214780c31a70d29c]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:08 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [365eaf44e72afc5b5597e9901d4cf2b5b0339680]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:07 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c0479f77e696674ce740250a81fcceafe7488579]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:06 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [32803e19ed44ec91737a07953f4413a2d7f34db6]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:05 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7542fd389a78a5c3bb0d4df802f06901264fe21d]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:04 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b82463923e1f6ac8f00f095447fb56c9308341a1]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:03 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [02632f07f5af21d05b6ea5247bd96577c17f7f00]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:01 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [728e7dbdfae619bb7d117816a995ae1d6ea359dc]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:57:00 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [30e12a0ccc865916e9c89f7bf6b74afc85006aca]

        INTEGRATION: CWS sb18 (1.10.328); FILE MERGED 2004/05/21 14:56:59 sb 1.10.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2e1b461b9101be0b1959e2360cb353fb3c855e83]

        INTEGRATION: CWS sb18 (1.12.328); FILE MERGED 2004/05/21 14:56:59 sb 1.12.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a9e1cdb5b9b87e4115128a431753c1d905b80f05]

        INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:56:59 sb 1.6.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a300a7dd134d9a55e9ecbb28d9a767a21f06efad]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:56:58 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8fcd54a91289f2e62cebb7fafd5929915a5844f0]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:56:58 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e064115dcc999cf20a68d1664d24e637899852dc]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:56:58 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7b682a17e23fd172b906c112daa8dcdb03cb2ab8]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:57 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1c2b70b865dfb4a10f15dae71551a87ef5d95d27]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:56:57 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e9b8ab6e1c20337174fef73ed76231e1b2eba59e]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 14:56:57 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b4ee4c0f38f370885d8c7e06e38358258935c312]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 14:56:56 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e4806e83b1063554d6a1b945dc647fdce706b910]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:56 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [93ef463d78e7d29f0edfe2582212209e2f907e6e]

        INTEGRATION: CWS sb18 (1.6.308); FILE MERGED 2004/05/21 14:56:56 sb 1.6.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6b94672b222b9b018d896215555c4502945ca369]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:55 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4987d004f47075f9113ee4c05899d9aa726b158c]

        INTEGRATION: CWS sb18 (1.7.308); FILE MERGED 2004/05/21 14:56:55 sb 1.7.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [79852c7a257070b806ff51ad0ef01176ad9bcb86]

        INTEGRATION: CWS sb18 (1.2.308); FILE MERGED 2004/05/21 14:56:55 sb 1.2.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1cb2ce68ccb3b531967f4f7e82ae5aacc5be83b0]

        INTEGRATION: CWS sb18 (1.11.308); FILE MERGED 2004/05/21 14:56:54 sb 1.11.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [216296d728f278fa1f699c4e67e7afbeaffb071b]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:56:54 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8df9184ee395a98c9b92d113d7f679cf822e9580]

        INTEGRATION: CWS sb18 (1.15.308); FILE MERGED 2004/05/21 14:56:53 sb 1.15.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b26a59588694aad1031c2933ede242f51c2c3031]

        INTEGRATION: CWS sb18 (1.4.328); FILE MERGED 2004/05/21 14:56:53 sb 1.4.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0bcd5ada6d10edae40d33dbd567211445a6b74d4]

        INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 14:56:53 sb 1.3.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9d3e79d21edbf9a82f2119312f947714c6997d13]

        INTEGRATION: CWS sb18 (1.8.406); FILE MERGED 2004/05/21 14:56:53 sb 1.8.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4c0528e748daa35af2eeb8b0043d4857493669bc]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:56:50 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8cc88163c55fd00f3da0ae98136465cc1cd6e001]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:56:50 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [94d76a2d95042b55b067291cdd2060e3f7b93004]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:56:49 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [391052060df850f95cb74c27c775c05dbaff5a2c]

        INTEGRATION: CWS sb18 (1.10.328); FILE MERGED 2004/05/21 14:56:49 sb 1.10.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8e4e547073e196b863e5e0e612e821dae7242590]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:56:49 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a9acf779e3e4f80ce543a3a667d3f3778b66885e]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:56:48 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [04c5f748a79d1948a6a297ec1280fdc9a6a4d0d9]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:56:47 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9b0cf07a1cdb41cf171cb4f4128da508ec76cf46]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:56:47 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2af12c7e630d52988029029553607d78957f3e0f]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:56:47 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8b16bf8934d197496e74b997611b2ae7474e6ac5]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:56:46 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [93b3817816c3ed26b3c6e47872ab2ae640e21aad]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:56:46 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [21812ea6b81bd0e9413a9b856c9e8d43ba08f44e]

        INTEGRATION: CWS sb18 (1.12.328); FILE MERGED 2004/05/21 14:56:46 sb 1.12.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ae9571373fc5d0d64dd1aa79cf4e07880bb654e6]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:56:45 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dd31d6518dcfa27d6bd14849c9387c68011420f4]

        INTEGRATION: CWS sb18 (1.10.308); FILE MERGED 2004/05/21 14:56:45 sb 1.10.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [eee356b6eb1ebfa536cdb1eb00184e38ed637dd2]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:56:45 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2e6059aa35a33f4f38bf076e5baab2ad3f49d350]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:56:44 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e619e9fe57262ee5ba7d41f6c5d02b36b78a548f]

        INTEGRATION: CWS sb18 (1.11.308); FILE MERGED 2004/05/21 14:56:44 sb 1.11.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0480dea55a44456060008e74182f6a7c0edd2abd]

        INTEGRATION: CWS sb18 (1.5.426); FILE MERGED 2004/05/21 14:56:44 sb 1.5.426.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c37925ecfc35c865a1502cb5f37a907ae5ac5f34]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:56:44 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f420ece3b6cfd751e576bf8700e98a818573da5e]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:56:43 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f75d2a68a9a2b1efe7840388733b170f87944943]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:56:42 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cf240d48cdffdc93fbb3889518c6d97be44d8b7a]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:56:42 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3001243b6062b88fefc37851e7458f2d60b439a0]

        INTEGRATION: CWS sb18 (1.10.308); FILE MERGED 2004/05/21 14:56:42 sb 1.10.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [28503452e3770f061f0d1ff4829b545ab6ff8e0b]

        INTEGRATION: CWS sb18 (1.11.308); FILE MERGED 2004/05/21 14:56:41 sb 1.11.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [35c6de51f27846de67ac2b6bdf61a45ee5d3666d]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:56:41 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3075964911ea7e2592026c7ff1352254162296aa]

        INTEGRATION: CWS sb18 (1.12.118); FILE MERGED 2004/05/21 14:56:41 sb 1.12.118.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b400ca0cb5a4d0ef8f5177587a8e780f56eab482]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:56:40 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bea1109cafd05c35f9ee99fbd02d99cd966d3609]

        INTEGRATION: CWS sb18 (1.10.308); FILE MERGED 2004/05/21 14:56:40 sb 1.10.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [31d8d505fe56a04638f8b6f86cd3136188bd9b45]

        INTEGRATION: CWS sb18 (1.14.308); FILE MERGED 2004/05/21 14:56:39 sb 1.14.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [68f3594561df2ea11de15cf2dc1952d8d27e84b3]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:56:39 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3c0efc6b24179d5a8fcea0fed4c4e3c4bed87f0b]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:56:39 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c6e97d4aa7374fba9a38ea80d234968009872dce]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:56:38 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0373552cd3e6fcb27778d80d5cff2b529c71d018]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:56:38 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [81daf9783c12105c5336effefc54b7b2c9a2bc73]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:56:38 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5855644f3810df9884a54a8c51fc42bfa2ece411]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:56:37 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a5abeb2126f561ca7279731ecf3f27a50b433e0c]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:56:37 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3c598098fba568e81af829258a823d333c12edfb]

        INTEGRATION: CWS sb18 (1.14.308); FILE MERGED 2004/05/21 14:56:36 sb 1.14.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [577cdf58d2a7ae5ed3013e531cd74100385495cc]

        INTEGRATION: CWS sb18 (1.12.308); FILE MERGED 2004/05/21 14:56:36 sb 1.12.308.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [368aada75218309e5ee46f3e7647370577718772]

        INTEGRATION: CWS sb18 (1.8.328); FILE MERGED 2004/05/21 14:56:36 sb 1.8.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [08aae96d83dac0e2d464df30695ce5e08092b50d]

        INTEGRATION: CWS sb18 (1.9.328); FILE MERGED 2004/05/21 14:56:36 sb 1.9.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [68e71a46b669ad510cae0a4879d1b6a6e9f26c0d]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 14:56:35 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bf6fa14d6941d2ec32bc22f575a29be91fbaaf87]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:21 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0a99b701b708c894b801287c4b1ddabdd72774f5]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:21 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6e2b4afe36c826185cb2483d231d8d768fe89438]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:56:21 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1c38752ed7dd96bbd7dc30f34a21f7e27dbff87d]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:20 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5285f1cfb33a8dfd3d108283cdb8429b759918cc]

        INTEGRATION: CWS sb18 (1.4.270); FILE MERGED 2004/05/21 14:56:19 sb 1.4.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3da5c31ebdf74500438f8d83409e6c2feb73c04b]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:19 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [afb23404c05a9356fcfd24a557fb87e0a169cdb8]

        INTEGRATION: CWS sb18 (1.10.250); FILE MERGED 2004/05/21 14:56:19 sb 1.10.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ff9302c1a44492a01cf78430f4e674fa734fcefa]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:56:18 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6ab0f21aa71373e194be4fdc5931c1d58b41c03b]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:18 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8adc4a503a6fab20806523f7a07b43983c011963]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:18 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [562029a3947b28683d2d51cc9f0498df47f03b5a]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:56:17 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8d4223f3d840ed78c95b8d3481c3b968158c4a54]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:17 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cfbf9f7c223d4faa22b984dfec2e42b4d604eaf4]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:16 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [94909434742a9b121450866c6e70aea85b0932bf]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:56:16 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4071fecaf555187ea963f2a8533a68f99f2f8da0]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:15 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c7aa1070363fa5a14f9c18c30b0dd1a2f8815908]

        INTEGRATION: CWS sb18 (1.4.250); FILE MERGED 2004/05/21 14:56:15 sb 1.4.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6879b7f6494e73609a31a7ff26ae0a37b957aa92]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:56:15 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2bba6819772a9f05e1e18bf646225ace5fe39860]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:14 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a4fd070cc4f409fea7ac6266b32ec18811b3dace]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:14 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5f3fd9bf7869621edbd3acaa1587a0b5dc74fd17]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:13 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [142c0ff238a322a8b2106a9ef55633a5cda7deaa]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:13 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [38b1766641c93013e7713de4d0457b91309f5c5b]

        INTEGRATION: CWS sb18 (1.10.250); FILE MERGED 2004/05/21 14:56:12 sb 1.10.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2abe8fcb7e7d5022550d2a7321e1c7efa129f837]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:12 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [40f2b9eac5d0ac0cbbd30c5f8e83bf0aaf24ffd0]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:11 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9761c095a1e8d8294cb85ed217d475c929e22185]

        INTEGRATION: CWS sb18 (1.4.250); FILE MERGED 2004/05/21 14:56:10 sb 1.4.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [259c867af30a69483b40e68d1b6b67bb6049537a]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:10 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8411afd187ab4a14f9a12bfe5b911233a0ca4710]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:09 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ea282bf4322a86d51da31814d073db458577046e]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:09 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [99c7eaf6e16a71a7ddc943a71a1ecf4088ee6e1d]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:08 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b929f320374365c706f197689a8eb3f66d67e067]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:56:08 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d52887cd5d79ea66239c28705d3d84ab86b8b8b7]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:08 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7143a885d560ba85c769a47483d16d2cac7cd23d]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:07 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9a4e2cbed9d0814822f1afc7b69c08a175519d73]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:06 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4a850745c0c43ac54ef44566809f0bd36951aee7]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:05 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [073842e155094b47d198b5fec2aa213d26eab370]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:05 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6b04630bef7ca10302e3b809344c80466847263a]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:56:05 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [915b1898776c9483f3628e2f7362ebf3332dffef]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:56:05 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [469d686e3d6661a33588daa33b1da1e689f4e00b]

        INTEGRATION: CWS sb18 (1.2.76); FILE MERGED 2004/05/21 14:56:04 sb 1.2.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7b84f42063302f3db7c490b5d9b0be67bcc7aa43]

        INTEGRATION: CWS sb18 (1.4.250); FILE MERGED 2004/05/21 14:56:04 sb 1.4.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c32996e9caaecbfa9f6981ad5bb040fca0a89249]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:04 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a9b26bde1c4e6eb780c42e3a37bbb32b3c73e0fd]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:03 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f177e7947ddff19cc50ef36c021d9074ecfbd2aa]

        INTEGRATION: CWS sb18 (1.10.250); FILE MERGED 2004/05/21 14:56:03 sb 1.10.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [aeb1539d45f5cb81ed267f7715b2230e72e2f3fd]

        INTEGRATION: CWS sb18 (1.4.250); FILE MERGED 2004/05/21 14:56:02 sb 1.4.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [38d57dbdfd19552fe5454cab2b042ea2fdc480bf]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:02 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ea9046fcb07007ae780c5983468ff07e4677c134]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:01 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e333095472407eee7de075ab272264d83da1124f]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:01 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5f732bc6ffc14f7d6f6fc38ab20be6c64b369f45]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:56:00 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dced248275e7d0658cfa8389514bba9fcb976570]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:56:00 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6795b899495ef6ac2ec9f3f848582732a5023504]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:55:59 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [43c0b13af501a82c55e5d0fa4af1d41fe2a93cd0]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:55:59 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [13e4b13b814ba23d041f41eb8eacd617628ca236]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:59 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f9e642b4f715b6ec6039e6e9ecc53772b84cb03c]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:58 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e10b5af6660528b84113536e1cb4064506589217]

        INTEGRATION: CWS sb18 (1.10.62); FILE MERGED 2004/05/21 14:55:58 sb 1.10.62.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [897fde873324225d73e82a6d5d09934fe5259f51]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:55:57 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0ce31d1870a1437197e79ddc60b4b2adf1dbf139]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:57 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dd4d5cdd8856b69b122862f9ef85fdd14a2974c1]

        INTEGRATION: CWS sb18 (1.5.408); FILE MERGED 2004/05/21 14:55:57 sb 1.5.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [651406d9daefdc907da4420e24fd59f310da0d39]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:56 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [840cbcc870184d14699874d50b7af18c0fbe0adf]

        INTEGRATION: CWS sb18 (1.4.152); FILE MERGED 2004/05/21 14:55:56 sb 1.4.152.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [188f9c88f72bd4d570f0cab2437fa3f55d7271f7]

        INTEGRATION: CWS sb18 (1.3.250); FILE MERGED 2004/05/21 14:55:56 sb 1.3.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b82e80fc6bd3579e29129b59b7a39af095d2df95]

        INTEGRATION: CWS sb18 (1.6.406); FILE MERGED 2004/05/21 14:55:55 sb 1.6.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [58c1d66a9f1b8bec1a89014434ad64ae25c61867]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:55 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fe01a185638ee9161ff75466d562ad75124dc017]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:55:54 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a06e74e3a80e53f2d7ff90f8c8f6fae975ae2337]

        INTEGRATION: CWS sb18 (1.3.250); FILE MERGED 2004/05/21 14:55:54 sb 1.3.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [00740375ba5d6206d320d6fcbc18fd42074d6f06]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:55:54 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [44215b17d976ba8efaebd3c44b5acf2fccf32512]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:54 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e6483358e1b48c77045e7bfd656e02eb3da73c39]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:55:53 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d8df39735d5aba488090ae2ae6ee3378917a300e]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:53 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0e0c63fa458a53367c87977117483e890d7a59d5]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:55:53 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [07c09142415513c3e6d713ff9ac4639080108050]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:52 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f112cae86d65afb607fd442796887cd571ae982a]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:55:52 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [79a0b6de326dc521c341d9c4a67f28bb87d2c309]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:55:52 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [baaf1723e9b266f62c13afb97527d19c5f65b957]

        INTEGRATION: CWS sb18 (1.7.250); FILE MERGED 2004/05/21 14:55:51 sb 1.7.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [31778ac0ab098d584114197d85c744f03be1652e]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:55:51 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6fdbe12bfbe2f4469fae7814c5f38ce313fb5e0c]

        INTEGRATION: CWS sb18 (1.7.328); FILE MERGED 2004/05/21 14:55:51 sb 1.7.328.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c50c44fdc1e09c05be26c2e4a5b099847243edc8]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:51 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c8b6c94a80e4718d468a5add156f5d4799af7833]

        INTEGRATION: CWS sb18 (1.3.406); FILE MERGED 2004/05/21 14:55:51 sb 1.3.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7636f7a655dbe25f880f17d06b337bcbb40606e3]

        INTEGRATION: CWS sb18 (1.3.250); FILE MERGED 2004/05/21 14:55:50 sb 1.3.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0fac486e55eccb0436dcd3f2d00f763e4db7a46e]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:55:50 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bfbed71666a52d7607b3fc46a4dc4a768822b0c2]

        INTEGRATION: CWS sb18 (1.4.250); FILE MERGED 2004/05/21 14:55:50 sb 1.4.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4aaf2a0710539e6f3542b9c6d670e38a7f4c201c]

        INTEGRATION: CWS sb18 (1.8.14); FILE MERGED 2004/05/21 14:55:50 sb 1.8.14.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [75eb70367c23b9fe6505807ed87aa7bcd30e465c]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:55:49 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [118efe2d49926b3f8d0353f036ec34d2aa159021]

        INTEGRATION: CWS sb18 (1.2.408); FILE MERGED 2004/05/21 14:55:48 sb 1.2.408.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [348f145dec182cb6ca95ef2658c529a9ab981508]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:48 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [88062e4a6803f8e424d064edfef8c9b904e76f68]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:55:47 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [de9093e34fd8f22925a7b27c810e91b7c8355b11]

        INTEGRATION: CWS sb18 (1.7.250); FILE MERGED 2004/05/21 14:55:46 sb 1.7.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [02fa1c678ee016fe0c33b00f671c2592a80602f6]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:55:46 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cf7ce522379f6d4b5bc3ee40341c2487775f5a6f]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:55:45 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a79b38d46740bca51977bd26f37870a8a66db38e]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:55:45 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [87b615e542d29ed91a74f599ee11802ff6388031]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:45 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d5bc8bf55bde6b0c3ec81fa51e3a184baf4976f9]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:55:44 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0afcbd7408f6b69a1083f2f980da5d4c9f07b772]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:55:44 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5543c285161ca0eb64a22afd66fcc417c23060ba]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:44 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4fb80f5f9d3b287bcbc6a8d642260c51100c5f36]

        INTEGRATION: CWS sb18 (1.7.62); FILE MERGED 2004/05/21 14:55:44 sb 1.7.62.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [42252239457b82762ef0a546cd43262db5a16612]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:43 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [98547dd3bdfbddad78909d6b1c863f6f9491ebe9]

        INTEGRATION: CWS sb18 (1.10.250); FILE MERGED 2004/05/21 14:55:42 sb 1.10.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6c29acadd9f2bc8344c330be5b67f5e74b6ea128]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:42 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e07191eedbc1155cc3cd64d9934607bb5de14635]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:55:42 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0a6167eab92f99e80e06b3a94cfdb62f2b394b73]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:41 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [93eee3a2bc2fa6775bf7ce743cbfe35e0fddba2c]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:41 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bd6c15e066ad22e84a102e958d2ddaa21904cc2c]

        INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 14:55:40 sb 1.5.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ca45b34c89d66159a79e4e7cab1c32ccf100ef43]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:40 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3cc797ddb7f23dfa9d9d5b70e8a1a0c57995128f]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:55:39 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [581924fee61f40e46bdd288a05d2050e59770a09]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:39 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2ab1cfabfcff1c1ac9770bcec07c0a87952265b0]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:55:39 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [72582c19cd405f89adc6b464d503981e6180fe22]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:38 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [86035bac715ebaf1b2307ab073dd1f157fb669fe]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:55:38 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3096d4c89dc35016da26c5601f836a2244de5204]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:37 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2b958e8115a411c7af889aba732ae754cc8bb467]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:36 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2d799a55953e906b3bd3c3eeaf2b7a0cf9389ab9]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:35 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4c018eef5fd5224a58f6f6e78b19834d13a7d46a]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:34 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fad8288064f26132dd941d480e66af9f26705411]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:33 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [36aec971d9e52ae8c00310531f92ecade0906df8]

        INTEGRATION: CWS sb18 (1.4.250); FILE MERGED 2004/05/21 14:55:33 sb 1.4.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ccea7817c7251e7975a7c9592939c2b226a92415]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:32 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4b2451ac357429f2bf9cee55b358d8ca7a92d581]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:31 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [83da8d0421781d1b6c89caa215ee9d569228e658]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:30 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b0bbfcd7e3b06ee48569ad44788f1e6d204bffce]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:29 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2e04cae30467146b0a2e24c18aa888d2b7165060]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:55:29 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fec1be52661101016b1dbf2f5013f9769f763e73]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:28 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6fc13195bae4da6b3c4a3824cb8312a98af3cc82]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:27 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0e834485ef9350618bff17af1695eba9f322c02b]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:27 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [33c1a270ba01c6d215ffc1e890ca2213d92f247f]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:26 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [06c9799bbeded97883415baa803723a65f39edcb]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:55:26 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6e47de5ebc9dd9c66ccb909a4f1c9067e7548b83]

        INTEGRATION: CWS sb18 (1.9.250); FILE MERGED 2004/05/21 14:55:26 sb 1.9.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0496b0e44163bf6868d14cf09ab3b46f84ca6ade]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:25 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4f4fcd983fc53cd6e54af6863cfed753141b2597]

        INTEGRATION: CWS sb18 (1.2.76); FILE MERGED 2004/05/21 14:55:25 sb 1.2.76.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a5d92fe73eb8b72ded917da2885131cc92b77f50]

        INTEGRATION: CWS sb18 (1.9.202); FILE MERGED 2004/05/21 14:55:24 sb 1.9.202.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f73ba6e2a9d0b613b4047c9e5e1fcff9b853a061]

        INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 14:55:24 sb 1.4.406.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [47587e73d125e255e17c42b22da144ecead1f1c7]

        INTEGRATION: CWS sb18 (1.8.250); FILE MERGED 2004/05/21 14:55:24 sb 1.8.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [42fd8c13f771e608db31ff62459b5a3d105f357f]

        INTEGRATION: CWS sb18 (1.3.280); FILE MERGED 2004/05/21 14:55:23 sb 1.3.280.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a54133d67e0335506ff0395add10a0cd760efefa]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:23 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e3445c441486aa034e983edde695d6cfe837b8fa]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:22 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [869187f4986b367a6bf447ce6e5007da7f3eb09a]

        INTEGRATION: CWS sb18 (1.4.270); FILE MERGED 2004/05/21 14:55:22 sb 1.4.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bf3a91e246b1a8ad420f4bfb547f942b42dcb4a8]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:55:22 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f1c1ce24b0e14ee02fa295e291939eafe89e09c6]

        INTEGRATION: CWS sb18 (1.4.266); FILE MERGED 2004/05/21 14:55:22 sb 1.4.266.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9cb47eaf558864d3421bd211899d2a9ee7a1ca5b]

        INTEGRATION: CWS sb18 (1.3.280); FILE MERGED 2004/05/21 14:55:21 sb 1.3.280.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [271c9898488150ada3b8a18eac629281c7111a8d]

        INTEGRATION: CWS sb18 (1.3.280); FILE MERGED 2004/05/21 14:55:20 sb 1.3.280.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [075f0982569712d7e8ce5b270c52d995d4e783ac]

        INTEGRATION: CWS sb18 (1.4.270); FILE MERGED 2004/05/21 14:55:19 sb 1.4.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d8c06c2da695007f34d511ab65c7e9c8a7b1dfdb]

        INTEGRATION: CWS sb18 (1.3.280); FILE MERGED 2004/05/21 14:55:19 sb 1.3.280.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3b86a1d072b4a997e8467d1259abc6c9624a9470]

        INTEGRATION: CWS sb18 (1.6.250); FILE MERGED 2004/05/21 14:55:18 sb 1.6.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [53430b14ed4e42bf7b1159bfc168cfebf7138f51]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:18 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a012299cfc4ad644945f726ee29e36fae5446a27]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:18 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6c86adf76b73879589f5e6608a389edb6f6aa678]

        INTEGRATION: CWS sb18 (1.5.256); FILE MERGED 2004/05/21 14:55:17 sb 1.5.256.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c059085e34e5b2d038aba035d7b0e37fa7b228cd]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:17 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4acfb3961bf693f812fc49830faedb3c1fea5387]

        INTEGRATION: CWS sb18 (1.3.280); FILE MERGED 2004/05/21 14:55:17 sb 1.3.280.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8ef72acadd1d996a8c5a688a26f03c7e5ce11369]

        INTEGRATION: CWS sb18 (1.5.250); FILE MERGED 2004/05/21 14:55:16 sb 1.5.250.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6b01ea2b87cccdbf4580663f48196524f5b84178]

        INTEGRATION: CWS sb18 (1.3.280); FILE MERGED 2004/05/21 14:55:15 sb 1.3.280.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [656be6126424cdb8680b0e5d18e30de8a5895adb]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:15 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9c528dd80192c03604a722673b3de2fc72d744e1]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:14 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9f219fb7998e8896b84bfc62adf6f1790733ebde]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:13 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d18b017c6a28fe5374f0b9c0bdae09d723d0d0dc]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:12 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b09969eaed610173561468d035f0a04c8b47138c]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:11 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a7812c9ac8a8983be0be2e52ad080980511ca64c]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:10 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c8ad8cbdd4e4f341de3b3e8d84b7589f05ea5f06]

        INTEGRATION: CWS sb18 (1.5.258); FILE MERGED 2004/05/21 14:55:10 sb 1.5.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4cfe964002c80920920af252c9ac9aa00ef65e00]

        INTEGRATION: CWS sb18 (1.4.270); FILE MERGED 2004/05/21 14:55:09 sb 1.4.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a701c63bc7811b2030ef6fc0611de0f79d5e8d78]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:09 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cfe8aced42de18149c5cfb96fd5715e7f36d90b3]

        INTEGRATION: CWS sb18 (1.5.124); FILE MERGED 2004/05/21 14:55:08 sb 1.5.124.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [20721dde5f8f1387a72ca1425963fc9fb18d4a01]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 14:55:08 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [94a406c1f491b16bc777e092deed2192965f348b]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:08 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b94a182ab2746e6dbe9228d7913855ce156a4b95]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:07 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f4aeddcc66e4123f798e32e4f788aeb3128ca768]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 14:55:07 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b648c5f37fca4c4159efe226778fb3d03b8978b9]

        INTEGRATION: CWS sb18 (1.5.258); FILE MERGED 2004/05/21 14:55:06 sb 1.5.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [486b6a6c306ae020225aa57d287a4711cce06359]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:06 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5a069f981f3792fd4fba6ab0a62fe355601f5ba1]

        INTEGRATION: CWS sb18 (1.4.258); FILE MERGED 2004/05/21 14:55:05 sb 1.4.258.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a791a3305e70e82774f3fcab7dff5330037d5009]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:05 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [df257057bb7ccfb83d59ed4dc4e51c0256975d00]

        INTEGRATION: CWS sb18 (1.4.270); FILE MERGED 2004/05/21 14:55:05 sb 1.4.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [22f386bc6280fd20d986e0bef25a26d01ad45814]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:04 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [16a20f4a8097c7ef202a3844bb19ac42c0cfb6fe]

        INTEGRATION: CWS sb18 (1.4.270); FILE MERGED 2004/05/21 14:55:04 sb 1.4.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0af4b09d813f2bcf5548859482cafea4f9feca69]

        INTEGRATION: CWS sb18 (1.3.270); FILE MERGED 2004/05/21 14:55:03 sb 1.3.270.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d4ae0933346488f4be1a9668356dfc4e7d62d468]

        INTEGRATION: CWS sb18 (1.5.92); FILE MERGED 2004/05/21 15:10:40 sb 1.5.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [77bf1df5cdb839a8bacac15cc7689bcab20f6bc0]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:10:39 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6542480f8dcc45c4a7fdb7a681c6c1cf62ddc0b9]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:10:38 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e4b5eca506467ff73055deb6115e286cf260c78b]

        INTEGRATION: CWS sb18 (1.6.92); FILE MERGED 2004/05/21 15:10:37 sb 1.6.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6d48e7ce29f3ee77ce22cb8f317ce3717ea70847]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:10:36 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8f256096746a613c3197de23861550e604026f13]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:10:35 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6e741893ffd967a4d722dff6bb6b41ea304e2252]

        INTEGRATION: CWS sb18 (1.3.132); FILE MERGED 2004/05/21 15:10:35 sb 1.3.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3f58096f6d5e6602a433a422c4c463065c0346ae]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:10:34 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cb1f0cf87d8db6548cb43beef03b31175ec03213]

        INTEGRATION: CWS sb18 (1.10.8); FILE MERGED 2004/05/21 15:10:34 sb 1.10.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e403c24c7ef85564b2d5efe5f937848241ec0054]

        INTEGRATION: CWS sb18 (1.7.128); FILE MERGED 2004/05/21 15:10:34 sb 1.7.128.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6db1a3116b2440d964b1e746ae893214d96b9434]

        INTEGRATION: CWS sb18 (1.4.128); FILE MERGED 2004/05/21 15:10:34 sb 1.4.128.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dc8e3c8e62dc904bb304685a79b907c0f584cd2f]

        INTEGRATION: CWS sb18 (1.9.8); FILE MERGED 2004/05/21 15:10:33 sb 1.9.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0c30db5a08d4d386c740d6d6edfe02d64dd0ff46]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:10:33 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3512599cdd6964616fedfe14b9318614c0a31c34]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:10:33 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a2b9e1f8536326718b3d05bee302942bd3948e36]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:10:32 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [021762767886b4bb6d81f6ef00ea1ef2fb29e8c3]

        INTEGRATION: CWS sb18 (1.1.152); FILE MERGED 2004/05/21 15:10:32 sb 1.1.152.1: #i21150# Added published flag.

2004-06-03  Rüdiger Timm  <rt@openoffice.org>  [9731c792c007fbaf1d4fd26b0660d956349e66d9]

        #i10000# Time bomb set

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5b1a18769cf552304cdd621a512bc22389c33150]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:10:32 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [acde6732c67b303d1c19944f5ad1237a236b3409]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:10:31 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [83ba1b2caca3a098f3b0aebe4ffe8f846d4b4506]

        INTEGRATION: CWS sb18 (1.6.128); FILE MERGED 2004/05/21 15:10:31 sb 1.6.128.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ae68a8b5adecb550e5b90e3f48eaa1e65262b1f9]

        INTEGRATION: CWS sb18 (1.7.52); FILE MERGED 2004/05/21 15:10:30 sb 1.7.52.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1a403ff434fd520841c52cdbaf65334bb2c2d093]

        INTEGRATION: CWS sb18 (1.5.148); FILE MERGED 2004/05/21 15:10:30 sb 1.5.148.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b2b60962cf1e24a84aaf091999808e8c42eb55ae]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:10:29 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cadffc6482e1ebcbc21c9be7b3eac325fbbbf3d7]

        INTEGRATION: CWS sb18 (1.6.148); FILE MERGED 2004/05/21 15:10:29 sb 1.6.148.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [76882936331f99a63d48698f9a06615f48b6462d]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:10:29 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0c3da0b2a217b077040bd6dc4c8b5a9e77a2e319]

        INTEGRATION: CWS sb18 (1.5.116); FILE MERGED 2004/05/21 15:10:28 sb 1.5.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8a4e46254bbf372886129e1683e4b48629f91b00]

        INTEGRATION: CWS sb18 (1.4.100); FILE MERGED 2004/05/21 15:10:27 sb 1.4.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a397411907b17b0585330f4e156be11a0d91c6ce]

        INTEGRATION: CWS sb18 (1.5.100); FILE MERGED 2004/05/21 15:10:27 sb 1.5.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3587ad49f71f2e596d97af46f532e4951a66ad44]

        INTEGRATION: CWS sb18 (1.4.100); FILE MERGED 2004/05/21 15:10:26 sb 1.4.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [639702c8e48b84c0fbe2b45942745a87df10bb62]

        INTEGRATION: CWS sb18 (1.6.92); FILE MERGED 2004/05/21 15:10:26 sb 1.6.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [703f327cb75631a4e0069a345e9e9b91cc88b1a4]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:10:26 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [36371f0130957e12636d40c20e1f48b3d676f71f]

        INTEGRATION: CWS sb18 (1.14.92); FILE MERGED 2004/05/21 15:10:25 sb 1.14.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9ea5364e601fe6bec2f1d8f12ae3fa14ce8b3a14]

        INTEGRATION: CWS sb18 (1.11.92); FILE MERGED 2004/05/21 15:10:25 sb 1.11.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fe6958654b76259eec7ec7f0b6d0a2a43d51b3ef]

        INTEGRATION: CWS sb18 (1.5.92); FILE MERGED 2004/05/21 15:10:25 sb 1.5.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6b55e05c2df2a1bf8a4ff07343aaf9e5d3153dbe]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:10:24 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9da581011c47f367d1df9ac483aa61c9b959c89b]

        INTEGRATION: CWS sb18 (1.9.92); FILE MERGED 2004/05/21 15:10:24 sb 1.9.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9b42ccd91f40b12194ddd0a7ae6b7fe3cac83cf2]

        INTEGRATION: CWS sb18 (1.10.92); FILE MERGED 2004/05/21 15:10:23 sb 1.10.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0d94aa125e437f53aa143e8ad766fb3882fd3cdd]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:10:23 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8151b1bc5a3d59834dfa64b2a6e4226a74851c6b]

        INTEGRATION: CWS sb18 (1.4.116); FILE MERGED 2004/05/21 15:10:23 sb 1.4.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fd148ff2a873b590ffacf514a972fec5ad9f8d03]

        INTEGRATION: CWS sb18 (1.4.116); FILE MERGED 2004/05/21 15:10:22 sb 1.4.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8a0df68436e3deecd377807044547450c65f8d84]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:10:22 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0814699b22c81c39cf67ce6b891d1838861e8e8a]

        INTEGRATION: CWS sb18 (1.3.116); FILE MERGED 2004/05/21 15:10:22 sb 1.3.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4252f6b73e249b5e82b5ee73f642c46428c74148]

        INTEGRATION: CWS sb18 (1.4.116); FILE MERGED 2004/05/21 15:10:21 sb 1.4.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [01c2eb230e22a15a8e8a22adff473096b40b6fc0]

        INTEGRATION: CWS sb18 (1.8.116); FILE MERGED 2004/05/21 15:10:20 sb 1.8.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ede154caa8ccc4ac49ecefdbab28292114d88c6d]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:10:20 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [95779ce6c73a9337e6a9ea8eb2b181577294de8c]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:10:20 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c5e14bf045e0c2bb57605b2abf5a0ecf9df27f76]

        INTEGRATION: CWS sb18 (1.8.116); FILE MERGED 2004/05/21 15:10:19 sb 1.8.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [93badcb43e41c0750f718eb79023ab3a8282b501]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:10:19 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [74554149dc8600505ff7721ea760893c4d541b48]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:10:19 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [494819ecb4f5b284f5a4d3c157094571cb0fb308]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:10:18 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [da04f3b240dc2233750571987931dbd4f26b6e6a]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:10:18 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e4a86244671cca93e6462b3d98e314ef20ff422a]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:10:18 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [271b3bffd7ee427e5162018cfc9b316178ee92d6]

        INTEGRATION: CWS sb18 (1.5.116); FILE MERGED 2004/05/21 15:10:17 sb 1.5.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [831cfb18bc5c24e8d30886368aac9ac8335eb235]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:10:17 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d376987c836c1a0d704f63c52a6c745ff3c22667]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:10:16 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dcfd22f113d1d833eb651f8322853f7679239ec2]

        INTEGRATION: CWS sb18 (1.5.116); FILE MERGED 2004/05/21 15:10:16 sb 1.5.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f5a5e310eab0b352abd033d49c96a83d06614342]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:10:15 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [061f650a7826fcf7885afa6cc13b50b74fcf3e1f]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:10:15 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [55297816d67065c7791ddd43b532130feb7beee9]

        INTEGRATION: CWS sb18 (1.5.116); FILE MERGED 2004/05/21 15:10:15 sb 1.5.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [69dcd00294a2a80ebbcd3d3f66f263d1a1d3ca33]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:10:14 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fe0ba90da3a44f9c8e44d6cb5e165538f32763e3]

        INTEGRATION: CWS sb18 (1.5.116); FILE MERGED 2004/05/21 15:10:14 sb 1.5.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9be1935fa4f93e62be5cbec66e07e13a8ba8a5cd]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:10:13 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [48116aa54b198516fe7ac7329e95caa29b15735d]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:10:13 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5f9c1aa439622121b92ee4ee52906f5525558407]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:10:13 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [64ff771f8066d13a3ac9e4ac244085b116f9e03b]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:10:13 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9006edde0cded0c9c055cae15ed95b7f98b0f9c8]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:10:12 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1a891aa12cd927701621cc54505ccddf979a0bc0]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:10:12 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f2b4e9141c009c2c5b736caa7833f9e5c6570d17]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:10:11 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [40f3fa16f37c00153f8e00134b14169ed48f532f]

        INTEGRATION: CWS sb18 (1.8.116); FILE MERGED 2004/05/21 15:10:11 sb 1.8.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d2ff8d5ae2cf589befb9cfc5ea796a981f91e0f1]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:10:10 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [672b551e346d0a88633f7399f089acae223fd960]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:10:10 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d55679348537dd9a8ec45a7150130a22d4966a32]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:10:09 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1f87aa5b94dce03a44a790995a1cc32e4ffee371]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:10:08 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [46f3e44061c6c50ecd9f91c32f9bbe0baf862d60]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:10:08 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [882d83a6c569b40c4c77db9982f7b90974936fb5]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:10:07 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8461851b9aed2f3c7a05b150c632c53f5db32c55]

        INTEGRATION: CWS sb18 (1.7.100); FILE MERGED 2004/05/21 15:10:07 sb 1.7.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d88e23268d8a19ab73559e17cf594897c7c653ae]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:10:06 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6fb977d40406ae242890b956e79ba3ab577583d6]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:10:05 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cb9c85ee9e5ac951b27a91ac3be4f4c4d7d95ee1]

        INTEGRATION: CWS sb18 (1.14.2); FILE MERGED 2004/04/14 08:03:47 sb 1.14.2.1: #i21150# Added support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b7095fff25a9a6c2730b71cdc3483508ad1e762d]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:10:04 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ba059b7b5976f96de30b365d1794b23cda51b730]

        INTEGRATION: CWS sb18 (1.8.2); FILE MERGED 2004/05/21 15:10:03 sb 1.8.2.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [97e53b6b07d7ace7c64a5c523f78f9da8857433f]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:10:03 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [caf5541d101e3f07ca3239cbedbfaf25826275f2]

        INTEGRATION: CWS sb18 (1.10.30); FILE MERGED 2004/05/21 15:10:03 sb 1.10.30.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7c5ea58dc68a4e2d1c3c9c85326c381899096d34]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/21 15:25:26 sb 1.1.2.2: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/14 08:04:07 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [796849d2ee7518eff4e789028e0d6b55b8e09c79]

        INTEGRATION: CWS sb18 (1.2.2); FILE MERGED 2004/04/08 14:36:24 sb 1.2.2.1: #i21150# Fixed UNOIDL typedef support.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [81ccbf4697f199882438833ac2c598ab04f00aec]

        INTEGRATION: CWS sb18 (1.5.2); FILE MERGED 2004/05/21 15:10:03 sb 1.5.2.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f2c83c41e9130b2befaf07e722ab906943b9128f]

        INTEGRATION: CWS sb18 (1.2.2); FILE MERGED 2004/04/08 14:36:23 sb 1.2.2.1: #i21150# Fixed UNOIDL typedef support.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [19edd43eebad4d7ca12bc9bfcd958b3c4f3bc9bb]

        INTEGRATION: CWS sb18 (1.6.2); FILE MERGED 2004/05/21 15:10:02 sb 1.6.2.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9c83e2d0727e3090fe1cdf0af564e5b1690ac1a3]

        INTEGRATION: CWS sb18 (1.8.52); FILE MERGED 2004/05/21 15:10:02 sb 1.8.52.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [22c7375cb51d629dbb1369ad58f83221f89f3f39]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:10:02 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [63f0988bd74cc11bd13b2a304e6d05b5ae435a6b]

        INTEGRATION: CWS sb18 (1.11.2); FILE MERGED 2004/05/21 15:10:01 sb 1.11.2.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [214d0742b066dd93f6f2ccb04c33d5156a18947e]

        INTEGRATION: CWS sb18 (1.3.2); FILE MERGED 2004/04/08 14:36:23 sb 1.3.2.1: #i21150# Fixed UNOIDL typedef support.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0fe909069eb79392d26abc44a9de1fcb503e9490]

        INTEGRATION: CWS sb18 (1.10.30); FILE MERGED 2004/05/21 15:10:01 sb 1.10.30.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [24095391b9f1c60d0ba234ff0ae8afdf8c2e617a]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:10:01 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [65ccfd2e8f40fc94c92d165fd7c76f2d46e36bc9]

        INTEGRATION: CWS sb18 (1.10.2); FILE MERGED 2004/05/21 15:10:01 sb 1.10.2.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6895f29158ed4f168cfa11eab25afead67ea3a75]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:10:00 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c3d8b5c23fb72ea709a5dbad2219d071f20a037e]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:10:00 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [527d9ee6001d741ec57fbf889a06331dc2b45222]

        INTEGRATION: CWS sb18 (1.7.100); FILE MERGED 2004/05/21 15:10:00 sb 1.7.100.2: #i21150# Added published flag. 2004/05/17 16:03:02 sb 1.7.100.1: #i21150# Adapted to extended interface type attributes that raise non-RuntimeExceptions.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e3e4edc2623fc239d65fe243d1f191c8b3864eed]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:09:59 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [25caa486be8cb88eaf6deeaf88c1e17d7a6ae87f]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:59 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1292e9e2135fa703f2e23baa246bd386333129fe]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:59 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9d86b5069fa4fe42d06ba3b06234461fbc9875bf]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:09:58 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e1782cff3c2ca1dc78b7d78ac822fa22069052ea]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:58 sb 1.9.100.3: #i21150# Added published flag. 2004/05/13 14:20:26 sb 1.9.100.2: #i21150# Added clarifying comment. 2004/04/14 08:03:47 sb 1.9.100.1: #i21150# Added support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f678941429bf4c8beb2b27c1129b05fda4098b8b]

        INTEGRATION: CWS sb18 (1.5.100); FILE MERGED 2004/05/21 15:09:58 sb 1.5.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5a0026b1b736aa4c4c59d8d2d4ba66ab5fd1e44d]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:09:57 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [72127af7b3fe046513ce6f2a654f737bd19ce195]

        INTEGRATION: CWS sb18 (1.14.92); FILE MERGED 2004/05/21 15:09:57 sb 1.14.92.2: #i21150# Added published flag. 2004/04/14 08:03:47 sb 1.14.92.1: #i21150# Added support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2a56feea4413399249331b87c57ffc44e0b62eb5]

        INTEGRATION: CWS sb18 (1.16.92); FILE MERGED 2004/05/21 15:09:57 sb 1.16.92.3: #i21150# Added published flag. 2004/04/21 15:25:26 sb 1.16.92.2: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/14 08:03:47 sb 1.16.92.1: #i21150# Added support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [09a87f9f853b2466a6130eb61bcd4cd8acca5849]

        INTEGRATION: CWS sb18 (1.7.52); FILE MERGED 2004/05/21 15:09:57 sb 1.7.52.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4ddb83dcf60e7a5b4dd7ff41422fc5d85053ee0a]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:57 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e1d6e3fd30d6e65466df7d34e4a99bf1ca41ec54]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:56 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [89f850802ae6927b9ddffda52abfe35dfc1c8345]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:09:56 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bd68e63ff4336fc4616c64b28c70dd5a33adaccd]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:56 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0da75e397d5677312b3a2051aeeb7032f24fa9b2]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:55 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0cadcd9d23a96fcffb9b3cb1301a34eed20a5039]

        INTEGRATION: CWS sb18 (1.12.100); FILE MERGED 2004/05/21 15:09:55 sb 1.12.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [08f93a36a2d14efa2b12096b184ca8b8f8f25b48]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:09:55 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0a5efd083962911c04e5124ed36d183de52d8743]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:54 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [28d9d595450c61ed4d455cf7442d9b699ff81d81]

        INTEGRATION: CWS sb18 (1.5.100); FILE MERGED 2004/05/21 15:09:54 sb 1.5.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9f7e75940540835bf22a2fd3913673718250c9e3]

        INTEGRATION: CWS sb18 (1.4.116); FILE MERGED 2004/05/21 15:09:54 sb 1.4.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [012d2f8dbd1dfb46915580162645edfdc5a6ed99]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:53 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [68c3803f446d19577f1af349e27df7d84e26e5b7]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:09:53 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [280866e7512ff67f58970ffd95bdfd59fa40788e]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:09:53 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1bd15ddc9952be3765ba514f380d89ae78afc292]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:52 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [054e1f8bbf477403522a1087d60d7a75722ae6a0]

        INTEGRATION: CWS sb18 (1.2.128); FILE MERGED 2004/05/21 15:09:52 sb 1.2.128.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e98eea70944af41151eefc0d308d7e754cb7d5ee]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:09:52 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d0ab36b023ebab2a030f43632316594d489676de]

        INTEGRATION: CWS sb18 (1.7.132); FILE MERGED 2004/05/21 15:09:52 sb 1.7.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0ea0931624c0f8fd6de1b4a1f1cb51af38741991]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:09:51 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a89386fb727d8ac1a6c0c4f9cf7a54dfa11a627f]

        INTEGRATION: CWS sb18 (1.4.128); FILE MERGED 2004/05/21 15:09:51 sb 1.4.128.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [22219b6d2b9a8cfc965e18882ddaff723a4fe248]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:51 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9b8708409ff1ae3b6cce09150f7d73bb908f6cb4]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:09:50 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ce4e3906b63c31206d4db8eba129c995ab04efc8]

        INTEGRATION: CWS sb18 (1.12.8); FILE MERGED 2004/05/21 15:09:50 sb 1.12.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [789be06bbcbd16cd9fc65c8e568ef085b9a5fe1d]

        INTEGRATION: CWS sb18 (1.13.8); FILE MERGED 2004/05/21 15:09:50 sb 1.13.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9ed4d2b367a4ea5858bc1b38a8cbc87477ca9130]

        INTEGRATION: CWS sb18 (1.15.100); FILE MERGED 2004/05/21 15:09:50 sb 1.15.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [15729dd44d778083d93706c8eb7863cfd51b0b9c]

        INTEGRATION: CWS sb18 (1.2.132); FILE MERGED 2004/05/21 15:09:50 sb 1.2.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c5d3b2c9db486cf05e26b1ba05c1ca3ef7fbdafa]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:50 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [765d418ca570c9a511f3963b3e63c2c8dc68dfbd]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:49 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7eeda66e3792a289ea9e7cd5deff62a0ee7be79d]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:49 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c5bcdc2488d1cb0ba91896a589045d3dd8bc73e9]

        INTEGRATION: CWS sb18 (1.13.100); FILE MERGED 2004/05/21 15:09:49 sb 1.13.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d4f7c479bf8757fd5dc66c176e5c7b1b72f1efb3]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:09:49 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3ff7b406ad43dd8402e25715e5f51cedfc872f88]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:09:48 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7323a56ac6f69c1ee97fe0b28b2975de61158c8a]

        INTEGRATION: CWS sb18 (1.11.92); FILE MERGED 2004/05/21 15:09:48 sb 1.11.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fc452fc8fc8109f5f37bc88af222fa7d5eac8ff0]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:48 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5f7a8b1d3a7257dbfb005ed9023479f9ee37e625]

        INTEGRATION: CWS sb18 (1.12.100); FILE MERGED 2004/05/21 15:09:48 sb 1.12.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2af3af9eae43ccc0806789724b68cc0b3e6dabab]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:47 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [35a6309c97f39b758e51a8edcc532c3e61627950]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:47 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [279c1a44a6fcc51caaaa72f6567693ff9da1d12c]

        INTEGRATION: CWS sb18 (1.7.100); FILE MERGED 2004/05/21 15:09:46 sb 1.7.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [19642461bc2783986502c7c3f9cf78a3add03756]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:46 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cba4b509becb484617d6d86b4ab150334977d7e4]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:46 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [810cfa2c5e4df4b3e87cffc5df68b88c3bd6152d]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:45 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c7f630549da326659d452a246110a1839422a5ca]

        INTEGRATION: CWS sb18 (1.15.8); FILE MERGED 2004/05/21 15:09:45 sb 1.15.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [828dc4e892244847808811c2d6551320c8af7a36]

        INTEGRATION: CWS sb18 (1.10.2); FILE MERGED 2004/05/21 15:09:44 sb 1.10.2.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [61645ffc036627ac185f4a32d0a7bd6ced91e3a9]

        INTEGRATION: CWS sb18 (1.2.132); FILE MERGED 2004/05/21 15:09:44 sb 1.2.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2b7730ee00e3fa85ef607e3c43df09ed89a4d911]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:09:44 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [48976aa49927996abc45c8e6078a59e2388074e5]

        INTEGRATION: CWS sb18 (1.9.8); FILE MERGED 2004/05/21 15:09:43 sb 1.9.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6d88e6817e94c74b9285d1cde6f37ffbea7db721]

        INTEGRATION: CWS sb18 (1.5.92); FILE MERGED 2004/05/21 15:09:43 sb 1.5.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [670222aabe60f64b3417d92453f1e19252c1e816]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:09:43 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4f50abb51e4db298674f2d8f472afaccccd23f5c]

        INTEGRATION: CWS sb18 (1.4.92); FILE MERGED 2004/05/21 15:09:42 sb 1.4.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [04cc70bee41212a34c5f8ce4a58bffe4038ff68d]

        INTEGRATION: CWS sb18 (1.6.148); FILE MERGED 2004/05/21 15:09:41 sb 1.6.148.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [47953ea11adbfa9094c84f9db3612d5c59f0319c]

        INTEGRATION: CWS sb18 (1.5.100); FILE MERGED 2004/05/21 15:09:41 sb 1.5.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3a39b3257c0d4175788a95c31c5ec3180474403d]

        INTEGRATION: CWS sb18 (1.8.116); FILE MERGED 2004/05/21 15:09:41 sb 1.8.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a66987e20c3dc60bb024369b7f0e1c929d91c4ef]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:41 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c10b3bf0ac631c53f10fdf6d06034dca4f0fa098]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:40 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [96973ce703eeb301547d60843d803f36e189ccd7]

        INTEGRATION: CWS sb18 (1.10.50); FILE MERGED 2004/05/21 15:09:40 sb 1.10.50.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e8ea300cb11c95f55bcd5349049f86e573e32fcc]

        INTEGRATION: CWS sb18 (1.12.100); FILE MERGED 2004/05/21 15:09:39 sb 1.12.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b59db8893c7df55ad73071859e351b1fd4e69bab]

        INTEGRATION: CWS sb18 (1.6.148); FILE MERGED 2004/05/21 15:09:39 sb 1.6.148.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8b4756c7858e84f8b623c99de2498f6c679c0f14]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:39 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4d0850b4cc1e2ee013466cb7941042a5ce9e7469]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:38 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6d7684c9653d627759ea7be8afc60a22c34964df]

        INTEGRATION: CWS sb18 (1.4.116); FILE MERGED 2004/05/21 15:09:38 sb 1.4.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b50e16ba229867ccf55649746ece4e4efe778756]

        INTEGRATION: CWS sb18 (1.14.100); FILE MERGED 2004/05/21 15:09:37 sb 1.14.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6ada1c7e31a1fb8480216367082fc6360ffde57c]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:37 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a6aca8ea82e642266e4621d3c51217a719819900]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:37 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [141dd136cd5bd868067a7ceb201d42bfaf09b60b]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:36 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b8787833dd44ba086f25350992709c91a096acdf]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:35 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ee573369c34472ac5d8fd3bec6986b36960e1463]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:35 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6a320ddbe53131ec806085d71eebe90a57929a28]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:35 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d2d6d6714a1d21cb7305418ee2434303e8f404ee]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:09:35 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [54e3be08f82a43504923057a87b4e7ab87154f09]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:09:34 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [98ba7457a4f44fc4ecc1d268e4f40ee977996e22]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:34 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5171366709c72c51142164bad672c5f502a0ca13]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:34 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ce5b9af01b79464056e6bd54d7ef5f266fdf748a]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:33 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [798779d01db5c513d98a9d38ac3eef0401391905]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:33 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9497d5c8c8581ac0fe610856280111f472122a8d]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:09:33 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a1aad41e6878ba074fdf27f1784f69961d1d4848]

        INTEGRATION: CWS sb18 (1.4.132); FILE MERGED 2004/05/21 15:09:33 sb 1.4.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [195d543270a0ee6f541094afe609ce234190d0ec]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:32 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [72ccbd26c5472ad1c259f63610ea9f3e7181e4c6]

        INTEGRATION: CWS sb18 (1.6.92); FILE MERGED 2004/05/21 15:09:32 sb 1.6.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0976329bac6272f88512b888a201384ad1a96462]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:32 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6ca0b984c33c2a49f771935d20acd2a2c03fe6ec]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:31 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [12e94ab9adda28f93312543c3746a3faff89dec1]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:31 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a2a8e4180025bc217e1bc3f43effcef2f0e349fe]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:31 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [eb80eaa1190bc1f3e92195064375a593a1e19c64]

        INTEGRATION: CWS sb18 (1.5.132); FILE MERGED 2004/05/21 15:09:30 sb 1.5.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [833d3fca08a21900396d274087e3b9598f38044b]

        INTEGRATION: CWS sb18 (1.7.132); FILE MERGED 2004/05/21 15:09:30 sb 1.7.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1d56db407251513af6b2a7c0803233e22b6df3a2]

        INTEGRATION: CWS sb18 (1.6.132); FILE MERGED 2004/05/21 15:09:29 sb 1.6.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7146288ad7216bff5d51168a436c8a7edf574a86]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:29 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c8a62818ef3fd2ef4e6e30c4a49d9829d33eb003]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:09:28 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4ec60e81ef122c75596c00714cc7b45c9ac4f32b]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:28 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a23ce3aafa0cb408285c5f8f0ab7935c991e6e5c]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:27 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f640a9bea32b6b2e785feff9243e582b8eb34513]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:27 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [150a04ef9f5920a7d2be5e483259be66959f2f96]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:27 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d1e2fb886013b2f3da400dadc707561d36e56ee8]

        INTEGRATION: CWS sb18 (1.4.100); FILE MERGED 2004/05/21 15:09:27 sb 1.4.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d3de88a4abbe7c73097aaec4da0587b9482a72f6]

        INTEGRATION: CWS sb18 (1.4.100); FILE MERGED 2004/05/21 15:09:26 sb 1.4.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [980ed5be46733b9080a762dba6ac89374b12fd60]

        INTEGRATION: CWS sb18 (1.5.100); FILE MERGED 2004/05/21 15:09:26 sb 1.5.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cafd2ec0eabc2a6ec77cfae78f928405a8c72025]

        INTEGRATION: CWS sb18 (1.5.100); FILE MERGED 2004/05/21 15:09:25 sb 1.5.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [05967abbb4262b44df512481b6bf11466b800d4d]

        INTEGRATION: CWS sb18 (1.10.116); FILE MERGED 2004/05/21 15:09:25 sb 1.10.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [da4a534770f851807721d0efb1d211c9b45147e1]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:25 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d4764dc7b861120b3325bd611122fd52ad786c6d]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:24 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3789df20f538169d0444fb74ed336ef283d3d9ca]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:24 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [72caa2af539bb9f640b4ab82f957fbd454035cc8]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:09:24 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2a3e5744e16f5c8818aa9c628bb29cf41719e4a0]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:09:24 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5d05cedc1986d091c1987b8f7178445b19e221e1]

        INTEGRATION: CWS sb18 (1.2.116); FILE MERGED 2004/05/21 15:09:24 sb 1.2.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b6189e3b2411c4f4fe1c250dec84a4b7877f95be]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:09:23 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a70284ef80253e9acc79d6cef137fc738118a3d7]

        INTEGRATION: CWS sb18 (1.8.116); FILE MERGED 2004/05/21 15:09:23 sb 1.8.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [95d705d557ce7067b83504c75da5e1805aadca21]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:23 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [045b110f33b6600d734f18baa8d281026efa4fec]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:22 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4189a47e467f33a9859a709d453a1fa01a1c03c9]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:09:22 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [eab3d1a5f55c28e4499ee44d9c1582a54e140d57]

        INTEGRATION: CWS sb18 (1.9.132); FILE MERGED 2004/05/21 15:09:21 sb 1.9.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cf6122b78d943fb92d635e452aa2223acd492f39]

        INTEGRATION: CWS sb18 (1.8.116); FILE MERGED 2004/05/21 15:09:21 sb 1.8.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [44be26bdc2aff6c7b26142b14182c473eabf28a7]

        INTEGRATION: CWS sb18 (1.2.148); FILE MERGED 2004/05/21 15:09:21 sb 1.2.148.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ebbc8a79677d9d732fa9f3bba846fd7f93cb9fb2]

        INTEGRATION: CWS sb18 (1.9.132); FILE MERGED 2004/05/21 15:09:20 sb 1.9.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2ca54e182ee50ea0e8386c78ad7d225ac0a4bff6]

        INTEGRATION: CWS sb18 (1.5.92); FILE MERGED 2004/05/21 15:09:20 sb 1.5.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ed294e9807173e76741f2f7d970c5274f08f0f75]

        INTEGRATION: CWS sb18 (1.6.136); FILE MERGED 2004/05/21 15:09:20 sb 1.6.136.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [49e8b4492ff76bb4456adbc7ef0f61a4aada375a]

        INTEGRATION: CWS sb18 (1.6.132); FILE MERGED 2004/05/21 15:09:19 sb 1.6.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c8286009893914fd165f8b52e65f1c8145cd07b8]

        INTEGRATION: CWS sb18 (1.7.132); FILE MERGED 2004/05/21 15:09:19 sb 1.7.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6a1db8ffb51fdc5660b973e197651cda98bcce94]

        INTEGRATION: CWS sb18 (1.6.136); FILE MERGED 2004/05/21 15:09:19 sb 1.6.136.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bb2dc302fd6273d8af37ca0c824ac481f4c00885]

        INTEGRATION: CWS sb18 (1.6.132); FILE MERGED 2004/05/21 15:09:18 sb 1.6.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [66d14b3c7bd1e5b0942ae5745b8623f4e61009be]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:18 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ef09eeeb1c87dc81423be2f2fb804c201aae268a]

        INTEGRATION: CWS sb18 (1.7.132); FILE MERGED 2004/05/21 15:09:18 sb 1.7.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ce2514b7ba56cd8ba931ed76951156ee90408267]

        INTEGRATION: CWS sb18 (1.9.132); FILE MERGED 2004/05/21 15:09:18 sb 1.9.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8ca8ea74848eb11f039bd5e0ec3bc931a716e268]

        INTEGRATION: CWS sb18 (1.12.8); FILE MERGED 2004/05/21 15:09:17 sb 1.12.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [79fdbd57de51d8a0f6bab76de75cdee38e21e705]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:17 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dfaa91b2961d0c9cbe5cb2b1c5f3eb48ca88a45d]

        INTEGRATION: CWS sb18 (1.10.132); FILE MERGED 2004/05/21 15:09:17 sb 1.10.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2641c72ab0b8324f45004a7f9ef44a21639e51e3]

        INTEGRATION: CWS sb18 (1.10.92); FILE MERGED 2004/05/21 15:09:16 sb 1.10.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7ecdf482979321701aef43b25b1987f529c60567]

        INTEGRATION: CWS sb18 (1.5.152); FILE MERGED 2004/05/21 15:09:16 sb 1.5.152.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [421f52581a01f8d8a8b109a9695f57e71a739e25]

        INTEGRATION: CWS sb18 (1.8.100); FILE MERGED 2004/05/21 15:09:16 sb 1.8.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5a1e04469f693d72cd53575a48587e68c4b414ef]

        INTEGRATION: CWS sb18 (1.6.136); FILE MERGED 2004/05/21 15:09:16 sb 1.6.136.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8052a5e09df2c01139fbf0f77582b6a84e6225a5]

        INTEGRATION: CWS sb18 (1.12.8); FILE MERGED 2004/05/21 15:09:16 sb 1.12.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e0b94df5015939c02607ac95b4d3c403162a240c]

        INTEGRATION: CWS sb18 (1.6.8); FILE MERGED 2004/05/21 15:09:15 sb 1.6.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [33301d9407227437c1c46d892e6195719676c10c]

        INTEGRATION: CWS sb18 (1.7.8); FILE MERGED 2004/05/21 15:09:15 sb 1.7.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [26de155f410127d86c96636971ce961625831fe0]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:15 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dd048c6f71c9b40a687062c7dcdebb4a8f910e00]

        INTEGRATION: CWS sb18 (1.11.8); FILE MERGED 2004/05/21 15:09:15 sb 1.11.8.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [445a8f27686571ebecc283224293a6ffd7b27e3e]

        INTEGRATION: CWS sb18 (1.9.100); FILE MERGED 2004/05/21 15:09:14 sb 1.9.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d7189797832c3a5185a208decfee1ed2abe4ea5e]

        INTEGRATION: CWS sb18 (1.6.136); FILE MERGED 2004/05/21 15:09:14 sb 1.6.136.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7407b6c8cd848f225c8c6331ec951a619b60a69c]

        INTEGRATION: CWS sb18 (1.6.132); FILE MERGED 2004/05/21 15:09:14 sb 1.6.132.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dc6b98e5da23209c795c5696dacbd9c6b08feb15]

        INTEGRATION: CWS sb18 (1.6.136); FILE MERGED 2004/05/21 15:09:13 sb 1.6.136.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3541fbb3d1598aa6f08c2dd49997d555b6ef6c5a]

        INTEGRATION: CWS sb18 (1.5.152); FILE MERGED 2004/05/21 15:09:13 sb 1.5.152.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e1d18299a58434b1e2c66651039c09b3d660c20a]

        INTEGRATION: CWS sb18 (1.10.6); FILE MERGED 2004/05/17 16:04:17 sb 1.10.6.1: #i21150# Added auxiliary struct types needed to make the new extended interface type attributes as expressive as the deprecated service properties.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [24dca12e7ad30916a15f153c0e4057d6fa5e56a8]

        INTEGRATION: CWS sb18 (1.8.116); FILE MERGED 2004/05/21 15:09:12 sb 1.8.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9d6fa321df843f9cbf0101b6fa8a1d82c8c66e9a]

        INTEGRATION: CWS sb18 (1.2.6); FILE MERGED 2004/05/21 15:09:12 sb 1.2.6.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bf55ebe5e1ac6b11318126d91a311f0b69b4d704]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:09:12 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [16011893600a98d2c5b8d2b1c97234846eb3a1ba]

        INTEGRATION: CWS sb18 (1.12.100); FILE MERGED 2004/05/21 15:09:11 sb 1.12.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b2439d2ba9af79a20341fa10def72e76819e500b]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:09:11 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [80bb6183bdeb9eac10cc9518c567cda7ea7b4c1a]

        INTEGRATION: CWS sb18 (1.8.116); FILE MERGED 2004/05/21 15:09:11 sb 1.8.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c4028415e0717d7a21f99b102421aa0007ca1394]

        INTEGRATION: CWS sb18 (1.11.116); FILE MERGED 2004/05/21 15:09:10 sb 1.11.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e4522ae6dd9ca56911facd0ee1402e597560892f]

        INTEGRATION: CWS sb18 (1.12.100); FILE MERGED 2004/05/21 15:09:10 sb 1.12.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b9c65788e9c905a94ca38f645cb4329af534ba90]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:10 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ef885944e631ecbdda579da26b252ef7b62aeb40]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:09:10 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8c7208fa6ea17f97dc1eaf1c9e12018ecca91933]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:09 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [85ed61321b5e7e40cef07be1301c365d7558b67d]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:09:09 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9808c11fe2fa2d2231ce9f35460b52396daba003]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:09 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7a5c059f958cee925b70e1a5ec5c2cd0b5dba223]

        INTEGRATION: CWS sb18 (1.12.116); FILE MERGED 2004/05/21 15:09:09 sb 1.12.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c729da3bf62f811af852aa4a2d5d610397a35042]

        INTEGRATION: CWS sb18 (1.12.100); FILE MERGED 2004/05/21 15:09:08 sb 1.12.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2ffca0815d6e3a79dfe78f1dd0f8052294e54cce]

        INTEGRATION: CWS sb18 (1.8.116); FILE MERGED 2004/05/21 15:09:08 sb 1.8.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3d21276eaf5166ba55c4d2c4d100a0a6b78658ac]

        INTEGRATION: CWS sb18 (1.10.116); FILE MERGED 2004/05/21 15:09:08 sb 1.10.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [df4b988b30aeb0bdde3dc566fbccdf264ad1e01c]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:09:08 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a23faf2cc3f2c0c48bc46208501514f11b799fc2]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:09:07 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d991a3a821171b213fcbfbac78097a9669950450]

        INTEGRATION: CWS sb18 (1.11.100); FILE MERGED 2004/05/21 15:09:07 sb 1.11.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [671c5bb2f88dd0a31dde2cbde6fe1f3e8aee238d]

        INTEGRATION: CWS sb18 (1.10.116); FILE MERGED 2004/05/21 15:09:06 sb 1.10.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ca98fb46771f6b301bb715fa38ec6c475f420caa]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:06 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cb7d1abd12a2ab86dc66ea394a8a8c06ca8de1ae]

        INTEGRATION: CWS sb18 (1.4.100); FILE MERGED 2004/05/21 15:09:06 sb 1.4.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [076ba98b800cafd5583fda09526b816183f663ca]

        INTEGRATION: CWS sb18 (1.2.6); FILE MERGED 2004/05/21 15:09:05 sb 1.2.6.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [09ab95ae3649081fe0b1a2002e5020f892ea89ee]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:05 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [43241fb3b59fb9287617eb0a68247c036b1e8ef6]

        INTEGRATION: CWS sb18 (1.5.152); FILE MERGED 2004/05/21 15:09:05 sb 1.5.152.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [29211ee2c33312d8bbd0893ec563ea56c5648d77]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:09:05 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [bbfa03be76e9ba273835c4a05fa5fb41df3e76b4]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:09:04 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [26acc3c08f59f2c908622221936ef113b8fe233c]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:04 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a6bb0b01db1e52d4030ba2313f047f3c0abf5796]

        INTEGRATION: CWS sb18 (1.2.118); FILE MERGED 2004/05/21 15:09:04 sb 1.2.118.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7c453057d6151e861e1aef1dbb463e5d61e7738a]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:03 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a9000cbf2e93245a3a46761abaf032c791ade335]

        INTEGRATION: CWS sb18 (1.8.116); FILE MERGED 2004/05/21 15:09:03 sb 1.8.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b854c9d211ea3f8c908abb5283065cd270f686f6]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:09:03 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c4e03dcc88191fbc66fe6d57d982fada21252afa]

        INTEGRATION: CWS sb18 (1.13.92); FILE MERGED 2004/05/21 15:09:02 sb 1.13.92.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [535cdf9bce49930656b658ddd0d81b59dc3867bb]

        INTEGRATION: CWS sb18 (1.9.116); FILE MERGED 2004/05/21 15:09:02 sb 1.9.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [63a238442614d7e2b57ba11d185ea67ec81f8e41]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/17 16:05:03 sb 1.1.2.1: #i21150# Added auxiliary struct types needed to make the new extended interface type attributes as expressive as the deprecated service properties.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a1cb4c1371babb3c0cd42190ac7477aff4d771c1]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:01 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b309629115707fd58f6e293a50dc34c2c703c921]

        INTEGRATION: CWS sb18 (1.4.100); FILE MERGED 2004/05/21 15:09:01 sb 1.4.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b65942d79695f613649fc2b1e53184ea833f1714]

        INTEGRATION: CWS sb18 (1.10.100); FILE MERGED 2004/05/21 15:09:01 sb 1.10.100.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5dc4a7f404bb234721189ddbfe7d5ff6ecc2b9f6]

        INTEGRATION: CWS sb18 (1.6.116); FILE MERGED 2004/05/21 15:09:00 sb 1.6.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8f72a7bc8e9947718127658e2c572b23eb4a81cc]

        INTEGRATION: CWS sb18 (1.7.116); FILE MERGED 2004/05/21 15:09:00 sb 1.7.116.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [376b8b5ac41e7b740b6ac7c39497822089d17a4f]

        INTEGRATION: CWS sb18 (1.2.6); FILE MERGED 2004/05/21 15:09:00 sb 1.2.6.1: #i21150# Added published flag.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [e76b91725560d07656b53e6f5a0bd0cd9747f66f]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/17 16:05:14 sb 1.1.2.1: #i21150# Added auxiliary struct types needed to make the new extended interface type attributes as expressive as the deprecated service properties.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2719d9911e442495458c714683b9255eae9cfe28]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/17 16:04:49 sb 1.1.2.1: #i21150# Added auxiliary struct types needed to make the new extended interface type attributes as expressive as the deprecated service properties.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [99f1759e95ac9eecdce13681f7c13209e805ade6]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/14 08:52:32 sb 1.1.2.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:38:20 sb 1.1.2.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d3dd4081ba5a23cc3eacd8c0f124972112b257d9]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/14 11:56:59 sb 1.1.2.2: #i21150# A struct type S cannot have members of type S. 2004/04/14 08:52:52 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d22ea7ceb40493477e6bc7a6df63f718856398f1]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/19 08:56:09 sb 1.1.2.2: #i21150# Check that an unpublished entity is not used in the declaration of a published entity. 2004/05/19 06:44:00 sb 1.1.2.1: #i21150# Added new feature: published.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ba4d49a76210ab9ebc1c191c87a1f3b6f08e24ce]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/26 12:17:43 sb 1.1.2.4: #i21150# Forbid polymorphic struct type templates with base types. 2004/04/14 11:56:59 sb 1.1.2.3: #i21150# A struct type S cannot have members of type S. 2004/04/14 08:52:31 sb 1.1.2.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:38:30 sb 1.1.2.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [278930f0cc0a45d9ed3220b6920940305c0d5d05]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/19 14:21:19 sb 1.2.4.5: #i21150# Moved exittest.pl to solenv/bin/exectest.pl. 2004/05/18 15:36:51 sb 1.2.4.4: #i21150# Added new feature: published. 2004/05/14 12:31:57 sb 1.2.4.3: #i21150# Added constant tests. 2004/04/14 08:52:31 sb 1.2.4.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:37:18 sb 1.2.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a39210b5a31f932ee4e7f1f745d9744552f13d74]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/04/08 14:37:18 sb 1.2.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [69e1ce22753f1a029ed76dad450f54536c72081d]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/18 15:36:51 sb 1.1.2.2: #i21150# Added new feature: published. 2004/05/14 12:32:15 sb 1.1.2.1: #i21150# Added constant tests.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3293f82d8b696138368cbd3f5df88cba9d5ca4b6]

        INTEGRATION: CWS sb18 (1.10.4); FILE MERGED 2004/05/18 15:36:50 sb 1.10.4.1: #i21150# Added new feature: published.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d6d29bd4da43d045c4f9794b9545fb4bd7f063a4]

        INTEGRATION: CWS sb18 (1.6.2); FILE MERGED 2004/05/19 08:56:08 sb 1.6.2.9: #i21150# Check that an unpublished entity is not used in the declaration of a published entity. 2004/05/18 15:36:50 sb 1.6.2.8: #i21150# Added new feature: published. 2004/05/18 09:09:11 sb 1.6.2.7: #i21150# Handle documentation of interface attribute getters and setters. 2004/04/26 12:17:42 sb 1.6.2.6: #i21150# Forbid polymorphic struct type templates with base types. 2004/04/21 15:55:11 sb 1.6.2.5: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/20 08:02:49 sb 1.6.2.4: #i21150# Fixed typos. 2004/04/14 11:56:59 sb 1.6.2.3: #i21150# A struct type S cannot have members of type S. 2004/04/14 08:52:30 sb 1.6.2.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:37:18 sb 1.6.2.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [253d61e349205d5e01b38887f7eb80bd5754f385]

        INTEGRATION: CWS sb18 (1.9.4); FILE MERGED 2004/04/08 14:37:17 sb 1.9.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d1ba9e18f8d474a12199f974c47ac26e83c762fb]

        INTEGRATION: CWS sb18 (1.4.4); FILE MERGED 2004/04/08 14:37:17 sb 1.4.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c95fdf355a3057405430009af95620ba8640c511]

        INTEGRATION: CWS sb18 (1.5.4); FILE MERGED 2004/05/19 08:56:08 sb 1.5.4.3: #i21150# Check that an unpublished entity is not used in the declaration of a published entity. 2004/04/14 08:52:30 sb 1.5.4.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:37:17 sb 1.5.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d43f5ed82f040ef1b1cfe41d36c3559d83bb8d64]

        INTEGRATION: CWS sb18 (1.6.4); FILE MERGED 2004/05/19 08:56:07 sb 1.6.4.5: #i21150# Check that an unpublished entity is not used in the declaration of a published entity. 2004/05/18 15:36:50 sb 1.6.4.4: #i21150# Added new feature: published. 2004/04/26 12:17:42 sb 1.6.4.3: #i21150# Forbid polymorphic struct type templates with base types. 2004/04/21 15:55:11 sb 1.6.4.2: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/08 14:37:16 sb 1.6.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [08f9efa054b50c7b22f26cef891bf7bd79dd6f3a]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/18 09:09:10 sb 1.2.4.1: #i21150# Handle documentation of interface attribute getters and setters.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [af8aa590b7c65f81fe1bec69568fd623a095d5a7]

        INTEGRATION: CWS sb18 (1.4.4); FILE MERGED 2004/05/18 15:36:50 sb 1.4.4.2: #i21150# Added new feature: published. 2004/04/08 14:37:16 sb 1.4.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0089ee68bcf209d4cec830837ff1f35a98eb106a]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/21 15:55:11 sb 1.1.2.4: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/14 11:56:58 sb 1.1.2.3: #i21150# A struct type S cannot have members of type S. 2004/04/14 08:52:29 sb 1.1.2.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:38:10 sb 1.1.2.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d75a64e7677d31d217089f91ad253a8d75bf6ffe]

        INTEGRATION: CWS sb18 (1.5.4); FILE MERGED 2004/05/18 15:36:49 sb 1.5.4.4: #i21150# Added new feature: published. 2004/04/21 15:55:11 sb 1.5.4.3: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/14 08:52:29 sb 1.5.4.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:37:16 sb 1.5.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b7ca4cb9603db7f25df3471881c4a6abba993e62]

        INTEGRATION: CWS sb18 (1.8.4); FILE MERGED 2004/04/21 15:55:11 sb 1.8.4.2: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/08 14:37:16 sb 1.8.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [954c12f9bb7f4e33a004d200e1862a0762ae87d6]

        INTEGRATION: CWS sb18 (1.5.4); FILE MERGED 2004/05/18 15:36:49 sb 1.5.4.2: #i21150# Added new feature: published. 2004/04/08 14:37:16 sb 1.5.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2b10b8525b4d94d79d8667da1ff4e7c7f2bb20f7]

        INTEGRATION: CWS sb18 (1.4.12); FILE MERGED 2004/05/19 08:56:07 sb 1.4.12.1: #i21150# Check that an unpublished entity is not used in the declaration of a published entity.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a0922f62b581af2923d7ff59e4143e1028a2279a]

        INTEGRATION: CWS sb18 (1.4.4); FILE MERGED 2004/05/18 15:36:49 sb 1.4.4.1: #i21150# Added new feature: published.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [313bcaaa35769b4dd160f3f8e97689de870843eb]

        INTEGRATION: CWS sb18 (1.8.4); FILE MERGED 2004/05/18 15:36:49 sb 1.8.4.3: #i21150# Added new feature: published. 2004/05/18 09:09:10 sb 1.8.4.2: #i21150# Handle documentation of interface attribute getters and setters. 2004/04/08 14:37:15 sb 1.8.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [b374ceac1409f18dee12f34a297b79ac3d09f197]

        INTEGRATION: CWS sb18 (1.6.4); FILE MERGED 2004/05/18 15:36:49 sb 1.6.4.4: #i21150# Added new feature: published. 2004/04/21 15:55:10 sb 1.6.4.3: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/14 08:52:28 sb 1.6.4.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:37:15 sb 1.6.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fe08290b99f908d3000e3f2082de13501582d53a]

        INTEGRATION: CWS sb18 (1.4.4); FILE MERGED 2004/05/18 15:36:48 sb 1.4.4.1: #i21150# Added new feature: published.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [da8cd037cc4ddec6d6cfb7040e76e95cd926c8ce]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/04/08 14:37:15 sb 1.2.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [69f45fac9f1790dc42fba0f7fc5b324bafc6334a]

        INTEGRATION: CWS sb18 (1.4.4); FILE MERGED 2004/05/18 15:36:48 sb 1.4.4.2: #i21150# Added new feature: published. 2004/04/08 14:37:14 sb 1.4.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6f6e3c84ea12d19c5a30700007e6815df0e84f93]

        INTEGRATION: CWS sb18 (1.3.4); FILE MERGED 2004/04/08 14:37:14 sb 1.3.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [62f29b2597d20403851bba776a8276f3525389d0]

        INTEGRATION: CWS sb18 (1.4.4); FILE MERGED 2004/05/19 08:56:06 sb 1.4.4.5: #i21150# Check that an unpublished entity is not used in the declaration of a published entity. 2004/05/18 15:36:48 sb 1.4.4.4: #i21150# Added new feature: published. 2004/04/26 12:17:41 sb 1.4.4.3: #i21150# Forbid polymorphic struct type templates with base types. 2004/04/21 15:55:10 sb 1.4.4.2: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/08 14:37:14 sb 1.4.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [2e663ea58ea2c9d574093b4d247b483c15a4a6af]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/04/14 11:56:58 sb 1.1.2.2: #i21150# A struct type S cannot have members of type S. 2004/04/08 14:38:00 sb 1.1.2.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9dde4b65930b250ecd5bbbab49fb936a2801ddca]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/04/14 08:52:28 sb 1.2.4.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:37:14 sb 1.2.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6199b35a4d32ab6a10ffc5612e26609a4844363e]

        INTEGRATION: CWS sb18 (1.4.4); FILE MERGED 2004/05/18 15:36:48 sb 1.4.4.5: #i21150# Added new feature: published. 2004/05/14 13:11:14 sb 1.4.4.4: #i21150# Removed spurious top-level parameter const. 2004/04/21 15:55:10 sb 1.4.4.3: #i21150# Cleaned up nomenclature of polymorphic struct types. 2004/04/14 08:52:27 sb 1.4.4.2: #i21150# Added support for polymorphic struct types. 2004/04/08 14:37:13 sb 1.4.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [03759804dac659291d09b9d635b42e7e194e3a13]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/18 15:36:48 sb 1.2.4.1: #i21150# Added new feature: published.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ea45401dbd1bce5e758b81ee35277d3773b7ef49]

        INTEGRATION: CWS sb18 (1.2.4); FILE MERGED 2004/05/18 09:09:10 sb 1.2.4.1: #i21150# Handle documentation of interface attribute getters and setters.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [66fa6bcd8b44e31ffecd1c486a259439c7fd248e]

        INTEGRATION: CWS sb18 (1.1.1.1.118); FILE MERGED 2004/05/24 09:31:14 sb 1.1.1.1.118.1: #i21150# Adapted to new registry type reader.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1d1ebdf5c1a6b5da3e6083fe7129f7daac2b87d3]

        INTEGRATION: CWS sb18 (1.2.100); FILE MERGED 2004/05/24 09:31:14 sb 1.2.100.1: #i21150# Adapted to new registry type reader.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d4fa15c6313719e7b6351b7cd6f179d06cc7597d]

        INTEGRATION: CWS sb18 (1.3.60); FILE MERGED 2004/05/24 09:31:14 sb 1.3.60.1: #i21150# Adapted to new registry type reader.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0ff126bb96274e9d9719df5d3974c41fbde4345b]

        INTEGRATION: CWS sb18 (1.2.108); FILE MERGED 2004/05/24 09:31:12 sb 1.2.108.1: #i21150# Adapted to new registry type reader.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7d86d4d4d8608e0beb94b53567882cefc71dcfa3]

        INTEGRATION: CWS sb18 (1.1.1.1.118); FILE MERGED 2004/05/24 09:31:12 sb 1.1.1.1.118.1: #i21150# Adapted to new registry type reader.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a8642482da4a667a2cc740054768cbb9eab85788]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/06/01 13:25:52 sb 1.1.2.2: #i21150# WNT problem. 2004/05/12 15:07:26 sb 1.1.2.1: #i21150# Added tests for extended interface attributes that raise exceptions and for polymorphic struct types; no longer use published com.sun.star.test.bridge UNO types, but local copies instead (which can be extended over time).

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a26b688c10fce7ba4a1b35d93ace19455bfba8e5]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/21 10:09:35 sb 1.1.2.4: #i21150# Extended multiple inheriance tests. 2004/05/19 14:31:51 sb 1.1.2.3: #i21150# Added (very fundamental) multiple inheritance tests. 2004/05/14 11:05:44 sb 1.1.2.2: #i21150# Made testing of polymorphic struct types more thorough. 2004/05/12 15:07:15 sb 1.1.2.1: #i21150# Added tests for extended interface attributes that raise exceptions and for polymorphic struct types; no longer use published com.sun.star.test.bridge UNO types, but local copies instead (which can be extended over time).

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cb4faf22913833f50ae25c4f9eede907b2cee503]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/21 10:09:35 sb 1.1.2.2: #i21150# Extended multiple inheriance tests. 2004/05/19 14:32:12 sb 1.1.2.1: #i21150# Added (very fundamental) multiple inheritance tests.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ae265069dde2663554d16f7b242f51457f7ada97]

        INTEGRATION: CWS sb18 (1.14.10); FILE MERGED 2004/05/12 15:06:30 sb 1.14.10.1: #i21150# Added tests for extended interface attributes that raise exceptions and for polymorphic struct types; no longer use published com.sun.star.test.bridge UNO types, but local copies instead (which can be extended over time).

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [edec8f5e0f6b650f7b764688315754626f5bc8d0]

        INTEGRATION: CWS sb18 (1.4.16); FILE MERGED 2004/06/01 13:25:33 sb 1.4.16.6: #i21150# Work around MS compiler bug that default-initialized primitive class members are left uninitialized. 2004/05/21 10:09:34 sb 1.4.16.5: #i21150# Extended multiple inheriance tests. 2004/05/19 14:31:50 sb 1.4.16.4: #i21150# Added (very fundamental) multiple inheritance tests. 2004/05/14 11:05:44 sb 1.4.16.3: #i21150# Made testing of polymorphic struct types more thorough. 2004/05/12 15:06:30 sb 1.4.16.2: #i21150# Added tests for extended interface attributes that raise exceptions and for polymorphic struct types; no longer use published com.sun.star.test.bridge UNO types, but local copies instead (which can be extended over time). 2004/05/12 11:21:51 sb 1.4.16.1: #i21150# Missing includes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8455ebe1958f6363fc98857efe613c356b1ef1db]

        INTEGRATION: CWS sb18 (1.9.12); FILE MERGED 2004/05/21 12:02:05 sb 1.9.12.7: RESYNC: (1.9-1.10); FILE MERGED 2004/05/21 10:09:34 sb 1.9.12.6: #i21150# Extended multiple inheriance tests. 2004/05/21 07:32:57 sb 1.9.12.5: #i21150# A default-initialized parameterized member of type ANY of an instantiated polymorphic struct tpye is a VOID ANY in C++, but a null XInterface ANY in Java. 2004/05/19 14:31:49 sb 1.9.12.4: #i21150# Added (very fundamental) multiple inheritance tests. 2004/05/14 11:05:44 sb 1.9.12.3: #i21150# Made testing of polymorphic struct types more thorough. 2004/05/12 15:06:29 sb 1.9.12.2: #i21150# Added tests for extended interface attributes that raise exceptions and for polymorphic struct types; no longer use published com.sun.star.test.bridge UNO types, but local copies instead (which can be extended over time). 2004/05/12 11:21:50 sb 1.9.12.1: #i21150# Missing includes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3da776ae03f1954d31f21276f492778308611a1a]

        INTEGRATION: CWS sb18 (1.7.20); FILE MERGED 2004/05/12 15:06:29 sb 1.7.20.1: #i21150# Added tests for extended interface attributes that raise exceptions and for polymorphic struct types; no longer use published com.sun.star.test.bridge UNO types, but local copies instead (which can be extended over time).

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [fa5062858c8f2d37063d7df66f4fe3fefad18cd8]

        INTEGRATION: CWS sb18 (1.4.16); FILE MERGED 2004/05/21 10:09:33 sb 1.4.16.4: #i21150# Extended multiple inheriance tests. 2004/05/19 14:31:47 sb 1.4.16.3: #i21150# Added (very fundamental) multiple inheritance tests. 2004/05/14 11:05:43 sb 1.4.16.2: #i21150# Made testing of polymorphic struct types more thorough. 2004/05/12 15:06:28 sb 1.4.16.1: #i21150# Added tests for extended interface attributes that raise exceptions and for polymorphic struct types; no longer use published com.sun.star.test.bridge UNO types, but local copies instead (which can be extended over time).

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [96331637e97a1fc4db7cbb44ee3bf03d6bd98019]

        INTEGRATION: CWS sb18 (1.6.50); FILE MERGED 2004/05/05 11:30:27 sb 1.6.50.1: #i21150# javamaker now directly generates .class files.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [0e38bc4ac6349619245b3109935daa67faf19068]

        INTEGRATION: CWS sb18 (1.44.6); FILE MERGED 2004/05/05 11:30:27 sb 1.44.6.1: #i21150# javamaker now directly generates .class files.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1ea7546c47eac8a8a4c027ea8597c79b2b1940f4]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/05 11:31:14 sb 1.1.2.1: #i21150# javamaker now directly generates .class files.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7226c2bc16fcb5925651589080d257325dcb4402]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/12 09:05:27 sb 1.1.2.1: #i21150# Moved tests from directory protocols to directory protocols/urp to have access to non-public classes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [91d932af9c209f6753bd6d86e6b614b347637c40]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/12 09:05:15 sb 1.1.2.1: #i21150# Moved tests from directory protocols to directory protocols/urp to have access to non-public classes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1df0191eebdac5f7705ec78a283ff042dfd93855]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/12 09:06:12 sb 1.1.2.1: #i21150# Moved tests from directory protocols to directory protocols/urp to have access to non-public classes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [de871b5370a3afd61afc0c95ae9a72173fceb7e8]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/12 09:06:01 sb 1.1.2.1: #i21150# Moved tests from directory protocols to directory protocols/urp to have access to non-public classes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [226ce0cbc9116461760d03f4c4d9155a87395428]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/12 09:05:49 sb 1.1.2.1: #i21150# Moved tests from directory protocols to directory protocols/urp to have access to non-public classes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f6a873160aadaa97711cbeda2615b2c4dfb94a07]

        INTEGRATION: CWS sb18 (1.1.2); FILE ADDED 2004/05/12 09:05:37 sb 1.1.2.1: #i21150# Moved tests from directory protocols to directory protocols/urp to have access to non-public classes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6f8ee5a3de993d970781248738df75c41a8cf3e3]

        INTEGRATION: CWS sb18 (1.9.40); FILE MERGED 2004/05/12 09:06:46 sb 1.9.40.1: #i21150# Moved tests from directory protocols to directory protocols/urp to have access to non-public classes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dcc8fda829eb858f4f23ae34535146ad125935a5]

        INTEGRATION: CWS sb18 (1.10.24); FILE MERGED 2004/05/12 09:06:45 sb 1.10.24.1: #i21150# Moved tests from directory protocols to directory protocols/urp to have access to non-public classes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7ed23d545b939cf654369a9652e2ea6ea6c95cfa]

        INTEGRATION: CWS sb18 (1.6.24); FILE MERGED 2004/05/12 08:51:10 sb 1.6.24.1: #i21150# Adapted to instantiated polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3d436e6c446f3f9c65e4e1094cc01788318d40dd]

        INTEGRATION: CWS sb18 (1.14.8); FILE MERGED 2004/05/11 16:55:09 sb 1.14.8.1: #i21150# Complete cleanup of Marshal and Unmarshal; adapted to instantiated polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d755169c8cfd3f6f298bbfa610737f5ac3359cf8]

        INTEGRATION: CWS sb18 (1.12.20); FILE MERGED 2004/05/12 10:20:56 sb 1.12.20.3: #i21150# Fixed readType. 2004/05/12 09:03:42 sb 1.12.20.2: #i21150# Do not wrap RuntimeExceptions. 2004/05/11 16:55:09 sb 1.12.20.1: #i21150# Complete cleanup of Marshal and Unmarshal; adapted to instantiated polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ffa5d99f359c3f8d6cb45d87ce3d7cae3ef5e4b4]

        INTEGRATION: CWS sb18 (1.14.8); FILE MERGED 2004/05/12 09:03:26 sb 1.14.8.2: #i21150# Fixed writeEnum; do not wrap RuntimeExceptions. 2004/05/11 16:55:09 sb 1.14.8.1: #i21150# Complete cleanup of Marshal and Unmarshal; adapted to instantiated polymorphic struct types.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5d087ad0b358f973570a4e4ff0f92e258afe919d]

        INTEGRATION: CWS sb18 (1.4.40); FILE MERGED 2004/05/11 16:53:29 sb 1.4.40.2: #i21150# Throwing IProtocol away was too fast... 2004/05/11 14:06:37 sb 1.4.40.1: #i21150# Removed excessive scaffolding.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ea77db10425fd02646b93599dd8d191209158665]

        INTEGRATION: CWS sb18 (1.7.158); FILE MERGED 2004/05/11 16:52:27 sb 1.7.158.2: #i21150# Throwing this away was too fast... 2004/05/11 14:06:38 sb 1.7.158.1: #i21150# Removed excessive scaffolding.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [9d924e40c5da31cb2b49ce8a15407d8fe50137c1]

        INTEGRATION: CWS sb18 (1.36.8); FILE MERGED 2004/05/11 16:54:18 sb 1.36.8.1: #i21150# Removed excessive scaffolding.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [068e60323047174338d7cd00b7485adfc507c7fb]

        INTEGRATION: CWS sb18 (1.12.16); FILE MERGED 2004/05/18 11:09:49 sb 1.12.16.1: #i21150# Added new syntax: dim as ....

2004-06-03  Tom Verbeek  <tv@openoffice.org>  [1f82c77eeb88d802da7af289263328d242e105d2]

        hotfix: build jar files that use MANIFEST sequentially

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a4792df8b7b5f740a77fca17bb0b0be9a669cbb7]

        INTEGRATION: CWS calcfixer (1.3.102); FILE MERGED 2004/05/06 16:41:15 er 1.3.102.1: #i26407# loosen dbase filter detection to recognize headers wrongly padded with 0x00 to reach an even boundary

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [be9e231bacdf0076220f48a6f3b90a0820531df6]

        INTEGRATION: CWS calcfixer (1.27.70); FILE MERGED 2004/05/06 17:20:23 er 1.27.70.1: #i25924#,#i17664# DoubleRefToPosSingleRef: a singleton (B2:B2) is always valid

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1fa76f9332015a5244d4bb71982151b81a1b38a4]

        INTEGRATION: CWS calcfixer (1.16.70); FILE MERGED 2004/05/10 18:03:03 er 1.16.70.2: #71669# correct description 2004/05/10 17:49:46 er 1.16.70.1: #71669# ScGetDiffDate360: implementation follows PSA 30/360, NSDA 30/360

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5248175056d9626bd13cabeda93f71bbd38b826e]

        INTEGRATION: CWS calcfixer (1.27.70); FILE MERGED 2004/05/06 15:33:42 er 1.27.70.1: #i26411# ScDBCount2: allow 0 (missing field) as second parameter again

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [dad726db48e2ab7dc33d5fb88da1fb51f1c0eb7b]

        INTEGRATION: CWS calcfixer (1.57.96); FILE MERGED 2004/05/06 15:01:56 er 1.57.96.1: #115353# GetNumForString: don't access memory beyond bounds

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [386e655df2771f60b464ebe41c8c438055227e19]

        INTEGRATION: CWS calcfixer (1.24.32); FILE MERGED 2004/05/10 16:26:13 er 1.24.32.1: #i27458# setValue: always resubmit all determining field values in DST glitch correction

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [7c52e175d1542e1f9ae43349fade50f08fb63103]

        INTEGRATION: CWS impress10ea (1.3.24); FILE MERGED 2004/05/17 14:33:31 af 1.3.24.1: #i29263# Corrected text of menu entries for entering group shapes.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8a0a2ec74f23a0ba76d993cc1e2a0a61d6396b93]

        INTEGRATION: CWS impress10ea (1.26.98); FILE MERGED 2004/05/18 12:26:06 af 1.26.98.3: #i29267# Made functions be callable by ViewShellBase without looping. 2004/05/17 15:13:49 af 1.26.98.2: #116371# Member mpController correctly initialized. 2004/05/17 09:25:02 af 1.26.98.1: #116371# SubController is Controller again.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [29aa90edf8f43e3d436322727d3b1dbf21e8c112]

        INTEGRATION: CWS impress10ea (1.52.36); FILE MERGED 2004/05/17 15:13:07 af 1.52.36.2: #116371# Removed pController member that is replaced by ViewShell::mpController. 2004/05/17 09:24:20 af 1.52.36.1: #116371# Storing the implementation pointer to the UNO controller as well as its UNO reference.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [84f05a48018bc90b196353f6129cc244d4bcc09b]

        INTEGRATION: CWS impress10ea (1.10.100); FILE MERGED 2004/05/17 15:12:06 af 1.10.100.1: #i27217# Added SlideSorterViewShellBase.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5e5a871e9aa998911e338c7a8943c082c6ec4a70]

        INTEGRATION: CWS impress10ea (1.19.38); FILE MERGED 2004/05/17 09:23:06 af 1.19.38.1: #116371# Storing the implementation pointer to the UNO controller as well as its UNO reference.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a9f5a3933191985cbfd7e75370715022ff815d86]

        INTEGRATION: CWS impress10ea (1.32.74); FILE MERGED 2004/05/17 09:23:32 af 1.32.74.1: #116371# SubController is Controller again.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [13fc352c4e8937fae51dc079452fb2b551d7e6b8]

        INTEGRATION: CWS impress10ea (1.36.38); FILE MERGED 2004/05/17 09:22:00 af 1.36.38.1: #116371# SubController is Controller again.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ba4fc948e34dd99e4f6d9455e3ba684bb048830c]

        INTEGRATION: CWS impress10ea (1.3.56); FILE MERGED 2004/05/18 12:24:54 af 1.3.56.3: #i29267# Added several virtual functions from SfxViewShell that are now forwarded to the main  sub shell. 2004/05/17 15:11:09 af 1.3.56.2: #i27217# Added (Read,Write)UserDataSequence() methods that forward calls to main sub shell. 2004/05/17 09:20:40 af 1.3.56.1: #116371# Replaced GetDrawController() by UpdateController() that switches from one controller to another.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1ed592120cc6ad38c84815999e4b99e79568afd0]

        INTEGRATION: CWS impress10ea (1.1.2); FILE ADDED 2004/05/17 14:58:31 af 1.1.2.1: #i27217# New ViewShellBase sub class that can be registered in sddll1.cxx to create slide sorter view shells in a new frame.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [102ab2593403eb15abb404829312d41f8152334e]

        INTEGRATION: CWS impress10ea (1.73.34); FILE MERGED 2004/05/14 13:19:05 cl 1.73.34.1: #i29174# allow some interfaces during dispose

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [24c799f207ff1dc2d64031df4cfc502946bc7de3]

        INTEGRATION: CWS impress10ea (1.13.100); FILE MERGED 2004/05/17 09:36:35 af 1.13.100.1: #116371# Functionality of DrawSubController taken over by DrawController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cd147a521567cbbc6870e870ee3326549f4d5e39]

        INTEGRATION: CWS impress10ea (1.8.100); FILE MERGED 2004/05/17 09:37:55 af 1.8.100.1: #116371# Base class is DrawController instead of DrawSubController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8092b1a0fd1cd275ca91b1b17ac006183cc585b8]

        INTEGRATION: CWS impress10ea (1.4.100); FILE MERGED 2004/05/17 09:37:56 af 1.4.100.1: #116371# Base class is DrawController instead of DrawSubController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [87a1d6808f6cba11c2bc8a1f040e1b965211ed65]

        INTEGRATION: CWS impress10ea (1.7.100); FILE MERGED 2004/05/17 09:37:55 af 1.7.100.1: #116371# Base class is DrawController instead of DrawSubController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [3947119238ddd491ea3f03f8eba86a009d7167c3]

        INTEGRATION: CWS impress10ea (1.14.100); FILE MERGED 2004/05/18 08:29:53 af 1.14.100.3: #116371# Fixed the setup of the property table. 2004/05/17 15:09:58 af 1.14.100.2: #116371# Added ThrowIfDisposed() method. 2004/05/17 09:37:56 af 1.14.100.1: #116371# Base class is DrawController instead of DrawSubController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a4f0a56bf22a690d1f9f16bc0105076fba9c888a]

        INTEGRATION: CWS impress10ea (1.3.42); FILE MERGED 2004/05/18 08:29:24 af 1.3.42.3: #116371# Fixed the setup of the property table. 2004/05/17 15:09:32 af 1.3.42.2: #116371# Added ThrowIfDisposed() method. 2004/05/17 09:39:42 af 1.3.42.1: #116371# Moved functionality from DrawSubController to this class.  Introduced hierarchical handling of properties.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f797c5e4f063261989f89aeee2e20cbecc589d53]

        INTEGRATION: CWS impress10ea (1.3.58); FILE MERGED 2004/05/18 12:24:22 af 1.3.58.3: #i29267# Added several virtual functions from SfxViewShell that are now forwarded to the main  sub shell. 2004/05/17 15:08:41 af 1.3.58.2: #116371# Added (Read,Write)UserDataSequence() methods that forward calls to main sub shell. 2004/05/17 09:29:56 af 1.3.58.1: #116371# SubController is Controller again.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a635cbe14832f173a48f6cb3e02fd640e741c69d]

        INTEGRATION: CWS impress10ea (1.2.100); FILE MERGED 2004/05/18 12:22:51 af 1.2.100.2: #i29267# Made ViewShellBase a friend so that it can access protected methods when forwarding calls. 2004/05/17 09:29:17 af 1.2.100.1: #116371# SubController is Controller again.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [5175111172214face64edcc14f5ed2e5ce99e239]

        INTEGRATION: CWS impress10ea (1.3.16); FILE MERGED 2004/05/17 15:07:36 af 1.3.16.1: #116371# Removed pController member that is replaced by ViewShell::mpController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [8344ca97bb9ec6b749c5b408d4ae7577fc085940]

        INTEGRATION: CWS impress10ea (1.1.2); FILE ADDED 2004/05/17 14:58:06 af 1.1.2.1: #i27217# New ViewShellBase sub class that can be registered in sddll1.cxx to create slide sorter view shells in a new frame.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [d2f191f77279478efaae956b46497fafbce38724]

        INTEGRATION: CWS impress10ea (1.5.100); FILE MERGED 2004/05/17 09:28:27 af 1.5.100.1: #116371# Base class now is DrawController instead of DrawSubController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [ad4d6f6691804bed310f5a682abb6fa3ba5d11bf]

        INTEGRATION: CWS impress10ea (1.3.100); FILE MERGED 2004/05/17 09:28:14 af 1.3.100.1: #116371# Base class now is DrawController instead of DrawSubController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [c5743baccf68350327ef6baa51d012696e3d231f]

        INTEGRATION: CWS impress10ea (1.5.100); FILE MERGED 2004/05/17 09:28:04 af 1.5.100.1: #116371# Base class now is DrawController instead of DrawSubController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [4608c494233115d74c787665dbc5b16a6b69a4ad]

        INTEGRATION: CWS impress10ea (1.7.100); FILE MERGED 2004/05/17 09:27:45 af 1.7.100.1: #116371# Base class now is DrawController instead of DrawSubController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [49283b4e32fa04e4ae0b55795d4edd41318d302d]

        INTEGRATION: CWS impress10ea (1.3.58); FILE MERGED 2004/05/17 15:07:08 af 1.3.58.1: #116371# Removed pController member that is replaced by ViewShell::mpController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [621ef9ab970b8180cf97cfc47d9a8682f0d24375]

        INTEGRATION: CWS impress10ea (1.3.96); FILE MERGED 2004/05/17 15:06:06 af 1.3.96.1: #116371# Removed method that was already commented out.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [42cea39583a76f32c2ffbe120c955331b02cbb99]

        INTEGRATION: CWS impress10ea (1.2.100); FILE REMOVED 2004/05/17 09:40:15 af 1.2.100.1: #116371# Functionality of DrawSubController taken over by DrawController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [af382cf5d29ee619521b2061889b31a38d91fdfe]

        INTEGRATION: CWS impress10ea (1.2.100); FILE MERGED 2004/05/19 13:06:05 af 1.2.100.3: #116371# Corrected signature of ThrowIfDisposed(). 2004/05/17 15:05:09 af 1.2.100.2: #116371# Added ThrowIfDisposed() method. 2004/05/17 09:26:28 af 1.2.100.1: #116371# Take over functionality from DrawSubController.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [6f333c0c4533cfadf9f98cf6758e832d6fdb592e]

        INTEGRATION: CWS impress10ea (1.58.96); FILE MERGED 2004/05/17 09:34:39 af 1.58.96.1: #116371# SubController is Controller again.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [cf1b322b1ca72a0b79303158bd1cc16032e5157d]

        INTEGRATION: CWS impress10ea (1.47.16); FILE MERGED 2004/05/24 12:54:03 af 1.47.16.2: #i29151# Renamed the enlgish_us version of the CBX_START_WITH_TEMPLATE entry. 2004/05/17 09:33:54 af 1.47.16.1: #i29151# Renamed AutoPilot to Wizard.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [138d8978a948b594f2318a2d46d7dce4ce16e66f]

        INTEGRATION: CWS impress10ea (1.39.110); FILE MERGED 2004/05/17 09:33:08 af 1.39.110.1: #i29151# Renamed AutoPilot to Wizard.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [1ab05102584effbaba20aec5cd9ec68643967b9c]

        INTEGRATION: CWS impress10ea (1.7.98); FILE MERGED 2004/05/17 15:02:09 af 1.7.98.1: #i27217# Updated the registration of view shells.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [a9e3e2318a6df7f0d022c7c210e337bda8f965c0]

        INTEGRATION: CWS impress10ea (1.2.100); FILE MERGED 2004/05/17 15:00:01 af 1.2.100.1: #i27217# Updated and completed the list of factory ids to reflect the original values of view shells regsitered in sddll1.cxx.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [f572b5d7189c2d06b916f1f3a7744535d13097bd]

        INTEGRATION: CWS impress10ea (1.50.34); FILE MERGED 2004/05/19 12:41:15 af 1.50.34.1: #116371# Added flag that prevents the frame from being released when its controller is disposed.

2004-06-03  Oliver Bolte  <obo@openoffice.org>  [171e46bb7d36ee699e4de70c40c70242fc4a1fd8]

        INTEGRATION: CWS impress10ea (1.16.48); FILE MERGED 2004/05/18 13:41:22 cl 1.16.48.1: #i29125# do not use borders

2004-06-03  Rüdiger Timm  <rt@openoffice.org>  [4b075478ba90111c578b814954b714ba1f6e858a]

        #i10000# Reset DIRECTX_SUPPORT

2004-06-03  Rüdiger Timm  <rt@openoffice.org>  [6e52f57a14a9faef20c42e698d514d6f0124f99c]

        SRC680

2004-06-03  Rüdiger Timm  <rt@openoffice.org>  [b556293122bbc7c12f1f987513d99e395bcbbbca]

        INTEGRATION: CWS impress13ea (1.2.18); FILE MERGED 2004/06/02 14:56:45 af 1.2.18.1: #i29496# Prevent rebuilding the shell stack when the form shell does not change its position.

2004-06-03  Rüdiger Timm  <rt@openoffice.org>  [07238eace5fa5d49367522c539cf21845e129140]

        INTEGRATION: CWS impress13ea (1.2.20); FILE MERGED 2004/06/02 14:57:37 af 1.2.20.1: #i29496# Remembering the stack position of the form shell.

2004-06-03  Rüdiger Timm  <rt@openoffice.org>  [f1a3a4c39392cf4c1fca2f9ea497ede4d39af640]

        INTEGRATION: CWS impress13ea (1.24.8); FILE MERGED 2004/06/02 12:10:21 af 1.24.8.1: #i29761# Do not call Beg(Mark,Drag)Obj for right clicks.

2004-06-03  Kurt Zenker  <kz@openoffice.org>  [f752b87bb34517819c0d3a85339abddbfcef9157]

        new version for SRC680

2004-06-02  Kurt Zenker  <kz@openoffice.org>  [a9401a61a3aa9523a7f9983a11fb3b4266c70db5]

        new version for SRC680

2004-06-02  Kurt Zenker  <kz@openoffice.org>  [4428feef09e9a4b86f8f822f2cdbf33f46e99d8f]

        new version for SRC680

2004-06-02  Rüdiger Timm  <rt@openoffice.org>  [8ddac23c3984e5f827d1e13980327bebc2178eac]

        #i29656#, #i10000# Needs OOoRunner.jar out of module qadevOOo

2004-06-02  Rüdiger Timm  <rt@openoffice.org>  [c14fd95b974032304ec29b37237ecb8d30f3e505]

        #i29760# Hack for old setup (deinstallation). Author: KA

2004-06-02  Rüdiger Timm  <rt@openoffice.org>  [aa005e90038d4ba0bc299a33354ac077df6ef092]

        #i29781# gtk version: remove dlopen call (joined from CWS vcl23)

2004-06-02  Rüdiger Timm  <rt@openoffice.org>  [3e8eb3c9fa583f19021c5b2629d7692dc665a18c]

        #i29781# gtk version (joined from CWS vcl23)

2004-06-02  Rüdiger Timm  <rt@openoffice.org>  [cbb997828bf4f816830333a7d0f412d499745444]

        #i29762# Don't override proxy settings if environemnt variables are not set (joined from CWS recovery03)

2004-06-02  Kurt Zenker  <kz@openoffice.org>  [4df4eb3d10fb3be5f6c3080980358be47f9c690b]

        new version for SRC680

2004-06-02  Kurt Zenker  <kz@openoffice.org>  [6d2dbb5a0e53ab42aba2c02ccc30c5fe04166d8b]

        new version for SRC680

2004-06-02  Kurt Zenker  <kz@openoffice.org>  [bc76be38c89756fa11978e66b219362974834dfe]

        new version for SRC680

2004-06-02  Oliver Bolte  <obo@openoffice.org>  [560cd52f9448e4ae200547fd4395fbac3db1c807]

        #i10000# ambiguous function call UcbStreamHelper::CreateStream

2004-06-01  Kurt Zenker  <kz@openoffice.org>  [510c710d138f6aec4994361b12e72b865170bedb]

        new version for SRC680

2004-06-01  Kurt Zenker  <kz@openoffice.org>  [2d1d044ea36e232f84bdec436b14000dd207bc86]

        new version for SRC680

2004-06-01  Kurt Zenker  <kz@openoffice.org>  [c8d82489e71d33015fd1e382ac74a5d8e423e9f7]

        new version for SRC680

2004-06-01  Kurt Zenker  <kz@openoffice.org>  [3174fb5714e63514233129cf4b930868e35e4a1e]

        new version for SRC680

2004-06-01  Kurt Zenker  <kz@openoffice.org>  [c71402bb8a050149f34a05c13590becbcc833e04]

        new version for SRC680

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [021433fcf40796de254dc7f4f968f68f8775fa34]

        #i10000# depends on jvmfwk

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [ac2e0fd174a96ce63d956946b6e7d4463edf4075]

        #i10000# depends on jvmfwk

2004-06-01  Rüdiger Timm  <rt@openoffice.org>  [30ad66bc7949dc99312b0fb2e98cb8f552049607]

        #i29623# Fix by toconnor in SdXMLEventContext::EndElement

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [5a294e48e0211a5490aa793eee09b67033c69b60]

        #i10000# depends on offuh

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [d92e97bc438705e8d892a9a2a8916bbca7d6faaf]

        #i10000# depends on cppuhelper

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [937a851976a31b084758a8e59fc6e0fd3535b648]

        SRC680

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [ac092b421cc752ceedadfeb8150f0d5a74ff1473]

        INTEGRATION: CWS oj5 (1.13.52); FILE MERGED 2004/05/25 11:19:00 oj 1.13.52.1: #i15547# fix column position

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [0ff51c24522b9e21407ef8782b0de6fd12913613]

        INTEGRATION: CWS oj5 (1.32.52); FILE MERGED 2004/05/25 11:19:00 oj 1.32.52.4: #i15547# fix column position 2004/05/05 08:49:15 oj 1.32.52.3: RESYNC: (1.33-1.34); FILE MERGED 2003/11/28 13:08:02 oj 1.32.52.2: RESYNC: (1.32-1.33); FILE MERGED 2003/07/09 13:47:10 oj 1.32.52.1: #i15547# correct column position mapping

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [b05ca144552f931e6578133e55855e74d4a17098]

        INTEGRATION: CWS oj5 (1.4.100); FILE MERGED 2004/05/05 08:49:22 oj 1.4.100.2: RESYNC: (1.4-1.5); FILE MERGED 2003/07/09 12:20:09 oj 1.4.100.1: #i15027# new virtual methods called before and after drop in grid

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [dceee0360d1f001a7a12f1d55598fa2edc80204e]

        INTEGRATION: CWS oj5 (1.19.60); FILE MERGED 2003/11/28 13:09:14 oj 1.19.60.2: RESYNC: (1.19-1.21); FILE MERGED 2003/07/09 12:20:08 oj 1.19.60.1: #i15027# new virtual methods called before and after drop in grid

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [d34293673f617e55ef2ab2a771f477da3e9f5f2f]

        INTEGRATION: CWS oj5 (1.22.52); FILE MERGED 2004/05/18 14:20:15 oj 1.22.52.2: RESYNC: (1.22-1.23); FILE MERGED 2003/07/09 12:20:07 oj 1.22.52.1: #i15027# new virtual methods called before and after drop in grid

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [64030163a6814f07e1fc718546e8b87f852521da]

        INTEGRATION: CWS oj5 (1.64.60); FILE MERGED 2004/05/05 08:55:26 oj 1.64.60.2: RESYNC: (1.64-1.67); FILE MERGED 2003/07/09 12:20:06 oj 1.64.60.1: #i15027# new virtual methods called before and after drop in grid

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [ff7d8997835bbde0db241f68c3e0bfc3f561f81d]

        INTEGRATION: CWS oj5 (1.62.64); FILE MERGED 2004/05/25 11:18:59 oj 1.62.64.1: #i15547# fix column position

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [8d3f4c626327db07fa4a982f9dd5a6b1fc0199c9]

        INTEGRATION: CWS oj5 (1.75.52); FILE MERGED 2004/05/18 14:22:19 oj 1.75.52.3: RESYNC: (1.77-1.78); FILE MERGED 2004/05/05 08:54:51 oj 1.75.52.2: RESYNC: (1.75-1.77); FILE MERGED 2003/07/09 12:20:06 oj 1.75.52.1: #i15027# new virtual methods called before and after drop in grid

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [b5f6243bbe858256a7d16c367b723dfdd8ff5255]

        INTEGRATION: CWS oj5 (1.41.58); FILE MERGED 2004/05/19 09:25:38 oj 1.41.58.2: #109328# new strings 2004/05/19 09:20:22 oj 1.41.58.1: #109328# new strings

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [cf47f9f21402f6ade61ffc86bea32fd6fa9d8d41]

        INTEGRATION: CWS oj5 (1.7.122); FILE MERGED 2004/05/19 09:20:21 oj 1.7.122.1: #109328# new strings

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [49bc6a99df6fde1732c0176893fae50e6e4e287c]

        INTEGRATION: CWS oj5 (1.48.64); FILE MERGED 2004/05/19 09:20:20 oj 1.48.64.1: #109328# new strings

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [cef7f40b50b4fedbca5807ea2987399d06a908f7]

        INTEGRATION: CWS oj5 (1.43.40); FILE MERGED 2004/05/19 09:20:19 oj 1.43.40.1: #109328# new strings

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [d835ce3700e6b21b7b6f3c1e854135332e75baca]

        INTEGRATION: CWS oj5 (1.20.64); FILE MERGED 2004/05/19 09:20:19 oj 1.20.64.1: #109328# new strings

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [3612a800bd2a23cd6ec4212b67795b15e8f2e2a6]

        INTEGRATION: CWS oj5 (1.3.32); FILE MERGED 2004/05/19 11:12:35 oj 1.3.32.2: #109328# new strings 2004/05/19 09:20:18 oj 1.3.32.1: #109328# new strings

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [36ab314d9bb0f9ee458e46308b7cfe98fabf0761]

        INTEGRATION: CWS oj5 (1.70.34); FILE MERGED 2004/05/19 09:20:18 oj 1.70.34.1: #109328# new strings

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [07b0b7653d9b183bd3d8eef59db74d5410c6a624]

        INTEGRATION: CWS oj5 (1.70.6); FILE MERGED 2004/05/11 11:20:44 oj 1.70.6.1: #i23533# copy old row

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [37513fc5cc3593763f03cab6b4de63addd3f9922]

        INTEGRATION: CWS oj5 (1.124.32); FILE MERGED 2004/05/19 09:20:17 oj 1.124.32.2: #109328# new strings 2004/05/11 11:20:44 oj 1.124.32.1: #i23533# copy old row

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [a600fbfc4d8c24ea2823437b236d7db2e94c91a8]

        INTEGRATION: CWS oj5 (1.48.32); FILE MERGED 2004/05/19 09:20:16 oj 1.48.32.1: #109328# new strings

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [8795b0c7f7ccba692ce81ec9fd27aebd54b7ac72]

        INTEGRATION: CWS oj5 (1.35.32); FILE MERGED 2004/05/19 09:20:16 oj 1.35.32.1: #109328# new strings

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [accba95154e450366d7c731e090d5d58817f9088]

        INTEGRATION: CWS oj5 (1.12.32); FILE MERGED 2004/05/19 09:20:15 oj 1.12.32.1: #109328# new strings

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [f93b6d73938287de4246d0592dbf9c148da6bbaa]

        INTEGRATION: CWS oj5 (1.43.42); FILE MERGED 2004/05/17 13:12:16 oj 1.43.42.1: #i15851# replace break with continue

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [3ad27c5b212aae1505bddff3bb4500fd92ff9ffd]

        INTEGRATION: CWS oj5 (1.88.22); FILE MERGED 2004/05/10 07:11:23 oj 1.88.22.1: #i28903# change order of index check

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [6855acfc1e7ed0fec65510904c88a8ad985ca222]

        INTEGRATION: CWS oj5 (1.12.18); FILE MERGED 2004/05/05 08:08:53 oj 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2003/07/09 14:24:24 oj 1.12.18.1: #i15547# remove assertion

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [521cd27c974d6472e3b18bd86e6c693733b531be]

        INTEGRATION: CWS oj5 (1.23.22); FILE MERGED 2004/05/07 12:01:51 oj 1.23.22.2: #i26503# fix setTypeKind 2004/05/05 13:41:15 oj 1.23.22.1: merge conflict

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [fdf68b9fb5dd2fd13a65a0325991c6af02234625]

        INTEGRATION: CWS oj5 (1.9.22); FILE MERGED 2004/05/05 13:40:20 oj 1.9.22.1: merge conflict

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [4e721689533926efcd350853ea80100e3bb966dd]

        INTEGRATION: CWS oj5 (1.59.6); FILE MERGED 2004/05/18 14:15:39 oj 1.59.6.2: RESYNC: (1.59-1.61); FILE MERGED 2004/05/14 11:10:53 oj 1.59.6.1: #96553# string changed

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [a6acb2e9cab050c6a527564273cc3ce6d7eb7f19]

        INTEGRATION: CWS jl6 (1.2.12); FILE MERGED 2004/05/04 15:35:20 jl 1.2.12.1: #109765# use new jvmfwk to find JRE installation

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [198996959e198016fb593bef77bea8ecfc1da4cb]

        INTEGRATION: CWS jl6 (1.20.60); FILE MERGED 2004/05/13 12:52:31 jl 1.20.60.4: RESYNC: (1.22-1.23); FILE MERGED 2004/05/07 11:50:12 jl 1.20.60.3: RESYNC: (1.21-1.22); FILE MERGED 2004/04/28 12:56:15 jl 1.20.60.2: RESYNC: (1.20-1.21); FILE MERGED 2004/04/27 10:09:23 pb 1.20.60.1: fix: #i20052# add optjava.*

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [1944a59101bde3c0ddd36bc049df043a306db28c]

        INTEGRATION: CWS jl6 (1.41.140); FILE MERGED 2004/05/07 11:45:12 jl 1.41.140.3: RESYNC: (1.42-1.43); FILE MERGED 2004/04/28 12:37:17 jl 1.41.140.2: RESYNC: (1.41-1.42); FILE MERGED 2004/04/27 10:04:39 pb 1.41.140.1: fix: #i20052# new Java options

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [41f6521f6d4f64686db4df200955c0f671b71c91]

        INTEGRATION: CWS jl6 (1.6.50); FILE MERGED 2004/05/04 14:49:07 jl 1.6.50.4: #116645# applets and j2re1.5 2004/04/30 08:36:27 jl 1.6.50.3: #i20052# 2004/04/28 13:50:50 jl 1.6.50.2: RESYNC: (1.6-1.7); FILE MERGED 2004/03/03 08:52:52 jl 1.6.50.1: #115008# prototype for embedding applet without plugin.jar

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [4b587c39149a870bcb0bf71da0b627bf97f568db]

        INTEGRATION: CWS jl6 (1.17.10); FILE MERGED 2004/05/04 14:49:06 jl 1.17.10.5: #116645# applets and j2re1.5 2004/04/30 08:36:26 jl 1.17.10.4: #i20052# 2004/04/28 13:50:26 jl 1.17.10.3: RESYNC: (1.17-1.18); FILE MERGED 2004/03/18 07:43:35 jl 1.17.10.2: #115008# widget.h is only included on unx 2004/03/03 08:52:52 jl 1.17.10.1: #115008# prototype for embedding applet without plugin.jar

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [4f4d3f73e07c698ca7a03acea0cb000c019ee989]

        INTEGRATION: CWS jl6 (1.3.70); FILE MERGED 2004/05/04 14:49:06 jl 1.3.70.6: #116645# applets and j2re1.5 2004/04/28 13:50:05 jl 1.3.70.5: RESYNC: (1.3-1.4); FILE MERGED 2004/03/18 08:22:58 jl 1.3.70.4: #115008# 2004/03/18 08:18:40 jl 1.3.70.3: #115008# build widget.cxx only on UNX 2004/03/17 11:59:18 jl 1.3.70.2: #115008# makefile builds widget.cxx 2004/03/03 08:52:51 jl 1.3.70.1: #115008# prototype for embedding applet without plugin.jar

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [5bcedd78b548ac283a9a3aa487e9d3b58b5e606e]

        INTEGRATION: CWS jl6 (1.39.28); FILE MERGED 2004/05/07 15:10:17 jl 1.39.28.1: #i20052#

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [c91c930790a2264a441afa25ff2873a336534600]

        INTEGRATION: CWS jl6 (1.54.6); FILE MERGED 2004/05/10 11:44:10 jl 1.54.6.3: RESYNC: (1.54-1.55); FILE MERGED 2004/05/07 15:10:16 jl 1.54.6.2: #i20052# 2004/05/06 14:30:22 jl 1.54.6.1: #i20052# new exception handling for java

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [616bbc47d033ba5a2b1dd8aa4fbb6f9015e9f1f0]

        INTEGRATION: CWS jl6 (1.13.32); FILE MERGED 2004/05/07 15:10:16 jl 1.13.32.2: #i20052# 2004/05/06 14:30:22 jl 1.13.32.1: #i20052# new exception handling for java

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [aa28524320a8c8bec2902c9c60a116bf9aa74e3b]

        INTEGRATION: CWS jl6 (1.28.4); FILE MERGED 2004/05/03 14:40:57 jl 1.28.4.1: #i20052# javaldx now in jvmfwk/plugins/sunmajor/javaenvsetup

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [9468bcfd60d4d49469831d23442c7d2f39eef1a2]

        INTEGRATION: CWS jl6 (1.15.4); FILE MERGED 2004/05/03 14:40:57 jl 1.15.4.1: #i20052# javaldx now in jvmfwk/plugins/sunmajor/javaenvsetup

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [f1105e20f5d1dbbf9d40ed022359a08ed32d3952]

        INTEGRATION: CWS jl6 (1.69.40); FILE MERGED 2004/05/13 13:02:40 jl 1.69.40.6: RESYNC: (1.70-1.71); FILE MERGED 2004/04/30 08:42:20 jl 1.69.40.5: #i20052# 2004/04/28 15:06:57 jl 1.69.40.4: RESYNC: (1.69-1.70); FILE MERGED 2004/04/28 09:30:46 jl 1.69.40.3: #i20052# added JVMFWK 2004/04/27 15:57:34 jl 1.69.40.2: #i20052# 2004/04/27 15:23:44 jl 1.69.40.1: #i20052# added XML2LIB

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [0beb71b246620761891168172a484d181f768e52]

        INTEGRATION: CWS jl6 (1.8.78); FILE MERGED 2004/05/07 14:21:00 jl 1.8.78.7: #i20052# 2004/05/06 14:33:24 jl 1.8.78.6: #20052# 2004/05/06 12:21:17 jl 1.8.78.5: #20052# 2004/04/27 10:20:08 jl 1.8.78.4: #i20052# 2004/02/23 11:45:41 jl 1.8.78.3: #115008# 2004/02/19 09:45:16 jl 1.8.78.2: #1150008# 2004/02/11 16:42:24 jl 1.8.78.1: #105008# new types and service for java detection

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [3e3c8fcc6fa386d03ac3e65fc9a4d6d7e14dfb1d]

        INTEGRATION: CWS jl6 (1.1.2); FILE ADDED 2004/05/07 14:20:23 jl 1.1.2.1: #i20052#

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [79c7aa36b309adb1778fbcd5133943be3905c5da]

        INTEGRATION: CWS jl6 (1.1.2); FILE ADDED 2004/05/06 12:24:32 jl 1.1.2.1: #i20052#

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [b372094f52419b9d75a4992fe567844b839f24fa]

        INTEGRATION: CWS jl6 (1.1.2); FILE ADDED 2004/05/07 14:20:42 jl 1.1.2.1: #20052#

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [26f5b1f3c7f2179c62d13fef3ce578289f263fc4]

        INTEGRATION: CWS jl6 (1.1.82); FILE MERGED 2004/05/04 10:52:00 jl 1.1.82.1: #i20052# java configuration removed from setup

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [396d7c0a3fb8607d454cc95ded003d4f4850efa2]

        INTEGRATION: CWS jl6 (1.8.10); FILE MERGED 2004/05/13 13:00:40 jl 1.8.10.4: RESYNC: (1.8-1.9); FILE MERGED 2004/05/12 09:49:48 jl 1.8.10.3: #i20052# 2004/05/10 12:22:32 jl 1.8.10.2: #i20052# jvm setup is now part of project jvmfwk 2004/05/04 10:52:00 jl 1.8.10.1: #i20052# java configuration removed from setup

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [91c822f656446f9b2e3dbf1ebf5fa8912cef712c]

        INTEGRATION: CWS jl6 (1.14.10); FILE MERGED 2004/05/13 13:00:32 jl 1.14.10.5: RESYNC: (1.14-1.15); FILE MERGED 2004/05/10 12:22:31 jl 1.14.10.4: #i20052# jvm setup is now part of project jvmfwk 2004/05/05 14:36:21 jl 1.14.10.3: #20052# 2004/05/05 13:37:35 jl 1.14.10.2: #20052# 2004/05/04 10:51:59 jl 1.14.10.1: #i20052# java configuration removed from setup

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [960ceb5caff91fa75a7e454680bac93328454f69]

        INTEGRATION: CWS jl6 (1.16.60); FILE MERGED 2004/05/03 10:39:18 jl 1.16.60.3: #i20052# 2004/04/28 10:59:27 jl 1.16.60.2: #i20052# 2004/02/19 09:47:18 jl 1.16.60.1: #1150008#

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [1c13c37726156d059e7014a422aec67b37aa233d]

        INTEGRATION: CWS jl6 (1.8.96); FILE MERGED 2004/04/28 10:59:27 jl 1.8.96.5: #i20052# 2004/02/20 09:19:07 jl 1.8.96.4: #115008# 2004/02/04 15:33:01 jl 1.8.96.3: #115008# 2004/02/04 15:07:15 jl 1.8.96.2: #115008# 2004/02/04 11:25:59 jl 1.8.96.1: #115008#

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [814de011003784ec89d21da895d046e648d68afb]

        INTEGRATION: CWS jl6 (1.13.60); FILE MERGED 2004/04/28 10:59:27 jl 1.13.60.5: #i20052# 2004/02/20 09:19:07 jl 1.13.60.4: #115008# 2004/02/04 15:33:00 jl 1.13.60.3: #115008# 2004/02/04 15:07:15 jl 1.13.60.2: #115008# 2004/02/04 11:25:58 jl 1.13.60.1: #115008#

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [321f43fe45efae706012238b7f19a93d0b99930b]

        INTEGRATION: CWS jl6 (1.11.60); FILE MERGED 2004/05/07 15:03:25 jl 1.11.60.4: #i20052# 2004/04/30 08:34:42 jl 1.11.60.3: #i20052# 2004/02/19 09:47:18 jl 1.11.60.2: #1150008# 2004/02/02 15:25:56 jl 1.11.60.1: #115008# JVM service writes, and uses configuration data for the items which were formally in java.ini. Fixed use of environment variable OO_JAVA_PROPERTIES to initialize JVM service.

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [eedeb11c4003e030269843d8a470cf809217c053]

        INTEGRATION: CWS jl6 (1.3.96); FILE MERGED 2004/02/19 09:47:18 jl 1.3.96.1: #1150008#

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [f6597d4606d48f195cee45376c90c79aa75e7c7c]

        INTEGRATION: CWS jl6 (1.60.14); FILE MERGED 2004/05/07 15:03:25 jl 1.60.14.13: #i20052# 2004/04/30 08:34:41 jl 1.60.14.12: #i20052# 2004/04/28 15:11:45 jl 1.60.14.11: RESYNC: (1.61-1.63); FILE MERGED 2004/04/28 10:59:26 jl 1.60.14.10: #i20052# 2004/03/16 16:15:36 jl 1.60.14.9: RESYNC: (1.60-1.61); FILE MERGED 2004/02/20 09:19:06 jl 1.60.14.8: #115008# 2004/02/19 09:47:18 jl 1.60.14.7: #1150008# 2004/02/04 16:52:42 jl 1.60.14.6: #115008# 2004/02/04 15:32:59 jl 1.60.14.5: #115008# 2004/02/04 15:07:14 jl 1.60.14.4: #115008# 2004/02/04 11:25:57 jl 1.60.14.3: #115008# 2004/02/03 15:57:36 jl 1.60.14.2: #115008# removed use of java.ini/javarc 2004/02/02 15:25:56 jl 1.60.14.1: #115008# JVM service writes, and uses configuration data for the items which were formally in java.ini. Fixed use of environment variable OO_JAVA_PROPERTIES to initialize JVM service.

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [430aa3404d674a98bfd0ec70884c576b178fc51c]

        INTEGRATION: CWS jl6 (1.6.18); FILE MERGED 2004/05/07 15:03:24 jl 1.6.18.1: #i20052#

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [f99db492ff8ce6e36929922c3d8f7d68f2f243aa]

        INTEGRATION: CWS jl6 (1.11.4); FILE MERGED 2004/04/28 15:08:56 jl 1.11.4.3: RESYNC: (1.12-1.13); FILE MERGED 2004/03/16 16:16:23 jl 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2004/02/24 12:13:43 jl 1.11.4.1: #115008#

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [959469d5060400d5e7e36f123fef7d5ceacabaf1]

        INTEGRATION: CWS jl6 (1.11.22); FILE MERGED 2004/05/04 15:35:21 jl 1.11.22.1: #109765# use new jvmfwk to find JRE installation

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [ee0c5a96d4c341c62933d9c070b37c4621787b97]

        INTEGRATION: CWS jl6 (1.19.12); FILE MERGED 2004/05/04 15:35:21 jl 1.19.12.1: #109765# use new jvmfwk to find JRE installation

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [989186a9160a024ab9d48a83417ea06c2ac483a2]

        INTEGRATION: CWS jl6 (1.28.138); FILE MERGED 2004/04/30 08:41:34 jl 1.28.138.3: #i20052# 2004/04/28 13:24:09 jl 1.28.138.2: RESYNC: (1.28-1.29); FILE MERGED 2004/04/27 10:12:30 pb 1.28.138.1: fix: #i20052# add ijvmfwk.lib

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [146d66297ce401e81a7676f60886f08da733f7c7]

        INTEGRATION: CWS jl6 (1.2.152); FILE MERGED 2004/05/07 11:51:10 jl 1.2.152.3: RESYNC: (1.3-1.4); FILE MERGED 2004/04/28 12:59:17 jl 1.2.152.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/27 10:10:27 pb 1.2.152.1: fix: #i20052# new Java options

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [568f8fcecd6bb3382fdfb8d5fb82031222dff92c]

        INTEGRATION: CWS jl6 (1.3.152); FILE MERGED 2004/05/13 12:54:59 jl 1.3.152.3: RESYNC: (1.5-1.6); FILE MERGED 2004/04/28 12:58:40 jl 1.3.152.2: RESYNC: (1.3-1.5); FILE MERGED 2004/04/27 10:10:28 pb 1.3.152.1: fix: #i20052# new Java options

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [e0eab3facdd2c568abad71f91cee9dcdd720d5c0]

        INTEGRATION: CWS jl6 (1.1.2); FILE ADDED 2004/05/17 11:15:12 pb 1.1.2.3: fix: #i20052# java restart warning box added 2004/05/03 10:23:40 pb 1.1.2.2: fix: #i20052# improved 2004/04/27 10:07:48 pb 1.1.2.1: fix: #i20052# new Java options

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [aa8e6bff416ebdda529f059e2a637cf392a5da49]

        INTEGRATION: CWS jl6 (1.1.2); FILE ADDED 2004/05/17 11:15:13 pb 1.1.2.4: fix: #i20052# java restart warning box added 2004/05/14 10:32:51 pb 1.1.2.3: fix: #i20052# parameters and class path dlg improved 2004/05/03 10:23:39 pb 1.1.2.2: fix: #i20052# improved 2004/04/27 10:07:48 pb 1.1.2.1: fix: #i20052# new Java options

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [ec7eee4524e60625442eb35dd7ad100e39e224ef]

        INTEGRATION: CWS jl6 (1.1.2); FILE ADDED 2004/05/03 10:23:40 pb 1.1.2.2: fix: #i20052# improved 2004/04/27 10:07:49 pb 1.1.2.1: fix: #i20052# new Java options

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [c66d1208fa85d60dc83e70978d84bb861459a794]

        INTEGRATION: CWS jl6 (1.1.2); FILE ADDED 2004/05/24 12:12:10 jl 1.1.2.10: #i20052# 2004/05/18 08:05:51 pb 1.1.2.9: fix: #i20052# don't abbreviate the class pathes at the moment 2004/05/17 11:15:13 pb 1.1.2.8: fix: #i20052# java restart warning box added 2004/05/15 19:07:32 jl 1.1.2.7: #i20052# rtl::OUStrings where incorrectly released 2004/05/14 10:32:52 pb 1.1.2.6: fix: #i20052# parameters and class path dlg improved 2004/05/12 14:23:44 jl 1.1.2.5: #i20052# fix in SvxJavaClassPathDlg::SetClassPath, the last token was omitted 2004/05/12 07:59:49 jl 1.1.2.4: #i20052# selection of manually added JREs caused crash 2004/05/11 11:09:27 pb 1.1.2.3: fix: #i20052# some fixes 2004/05/03 10:23:39 pb 1.1.2.2: fix: #i20052# improved 2004/04/27 10:07:49 pb 1.1.2.1: fix: #i20052# new Java options

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [d82539a94388778620f7e637e4dbdbe7d89715b1]

        INTEGRATION: CWS jl6 (1.2.152); FILE MERGED 2004/05/13 12:53:29 jl 1.2.152.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/28 08:46:14 pb 1.2.152.1: fix: #i20052# new java options

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [88e012e2cc344008b9cfa0e2d2ba51ea609b8005]

        INTEGRATION: CWS tableintable (1.32.14); FILE MERGED 2004/02/13 08:00:09 pb 1.32.14.1: fix: #i20193# move InsertTable code in BaseShell

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [36275762b98d769b6798763b30a260be51ed5621]

        INTEGRATION: CWS tableintable (1.48.14); FILE MERGED 2004/05/18 19:21:15 fme 1.48.14.4: Resolved merge conflicts 2004/05/17 14:07:44 fme 1.48.14.3: RESYNC: (1.48-1.50); FILE MERGED 2004/03/22 15:08:08 fme 1.48.14.2: #i26609# No TextToTable for table selections 2004/02/13 07:59:10 pb 1.48.14.1: fix: #i20193# InsertTable() added

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [344f791f1d2d16774608c9c3f8613ac136a51485]

        INTEGRATION: CWS tableintable (1.11.82); FILE MERGED 2004/02/13 07:07:52 pb 1.11.82.1: fix: #i20193# enable TableWindow with SfxUInt16Item and Value != 0

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [951452a866ba41a554690b16e8cd23456261a0b2]

        INTEGRATION: CWS tableintable (1.101.122); FILE MERGED 2004/05/17 14:33:34 fme 1.101.122.2: RESYNC: (1.101-1.102); FILE MERGED 2004/02/20 13:32:41 fme 1.101.122.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [2849f3f4fa0eee1ce37a5d8b8d750adb729acb58]

        INTEGRATION: CWS tableintable (1.7.404); FILE MERGED 2004/05/17 14:16:32 fme 1.7.404.2: RESYNC: (1.7-1.8); FILE MERGED 2004/03/05 11:30:15 fme 1.7.404.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [827e1fd477a102c8cd81969469530042fb54fb47]

        INTEGRATION: CWS tableintable (1.43.14); FILE MERGED 2004/05/17 14:12:26 fme 1.43.14.2: RESYNC: (1.43-1.45); FILE MERGED 2004/03/23 09:52:56 pb 1.43.14.1: fix: #20193# attach table name to cell coordinate for Status Bar

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [5a93a41009f21a23683494c297eb5c28bdd55c02]

        INTEGRATION: CWS tableintable (1.24.14); FILE MERGED 2004/05/17 14:09:00 fme 1.24.14.2: RESYNC: (1.24-1.26); FILE MERGED 2004/02/13 08:00:27 pb 1.24.14.1: fix: #i20193# allow table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [0610f240703bb7a4a1e6d74594ef97d0f1a0406c]

        INTEGRATION: CWS tableintable (1.6.576); FILE MERGED 2004/02/13 07:58:31 pb 1.6.576.1: fix: #i20193# InsertTable() added

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [16ad49a20e7936f20d5a56036aaf0876bb816e3e]

        INTEGRATION: CWS tableintable (1.73.12); FILE MERGED 2004/05/17 13:58:16 fme 1.73.12.2: RESYNC: (1.73-1.74); FILE MERGED 2004/03/05 11:29:46 fme 1.73.12.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [7002d176c1ef9d323ece318f1c5e01c197653617]

        INTEGRATION: CWS tableintable (1.81.52); FILE MERGED 2004/05/17 13:36:29 fme 1.81.52.3: RESYNC: (1.81-1.84); FILE MERGED 2004/03/17 12:37:35 tl 1.81.52.2: #i25689# XML import/export of tables 2004/02/23 11:49:43 tl 1.81.52.1: #i25689# allow for tables in tables in SwXTextTable::attachToRange

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [c819dca92eacd3a43e3fe3378e06e27d0ff7a8cc]

        INTEGRATION: CWS tableintable (1.41.120); FILE MERGED 2004/05/17 13:35:30 fme 1.41.120.2: RESYNC: (1.41-1.42); FILE MERGED 2004/03/17 12:35:50 tl 1.41.120.1: #i25689# XML import/export of tables

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [df638008714383e578f417bca588ab9f107b139f]

        INTEGRATION: CWS tableintable (1.8.108); FILE MERGED 2004/05/17 13:34:16 fme 1.8.108.2: RESYNC: (1.8-1.10); FILE MERGED 2004/03/02 08:10:41 fme 1.8.108.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [708c7b70c12b98b9044d8ca95bdaee2942dd875e]

        INTEGRATION: CWS tableintable (1.32.66); FILE MERGED 2004/05/17 13:23:58 fme 1.32.66.2: RESYNC: (1.32-1.35); FILE MERGED 2004/03/29 11:41:46 fme 1.32.66.1: #i26620# Cursor travelling for tables in tables

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [54244c5173e7ee47aea3f879676bd80f43ec1037]

        INTEGRATION: CWS tableintable (1.49.14); FILE MERGED 2004/05/17 13:23:47 fme 1.49.14.3: RESYNC: (1.49-1.56); FILE MERGED 2004/02/26 15:55:57 fme 1.49.14.2: #i25679# Feature - Table in table 2004/02/20 13:29:35 fme 1.49.14.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [a5744cc0a2dcfe2cee7a3c9830f9ec0fc1553a52]

        INTEGRATION: CWS tableintable (1.28.62); FILE MERGED 2004/05/17 13:20:19 fme 1.28.62.3: RESYNC: (1.28-1.36); FILE MERGED 2004/02/26 15:55:57 fme 1.28.62.2: #i25679# Feature - Table in table 2004/02/20 13:29:34 fme 1.28.62.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [9b3d24518fe7bba213196c169599070dac8d01f9]

        INTEGRATION: CWS tableintable (1.20.14); FILE MERGED 2004/05/17 13:20:10 fme 1.20.14.3: RESYNC: (1.20-1.24); FILE MERGED 2004/02/26 15:55:56 fme 1.20.14.2: #i25679# Feature - Table in table 2004/02/20 13:29:34 fme 1.20.14.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [62065921cad8c569ac5372b2076f71be431ddad2]

        INTEGRATION: CWS tableintable (1.42.68); FILE MERGED 2004/05/17 13:20:01 fme 1.42.68.4: RESYNC: (1.42-1.45); FILE MERGED 2004/03/02 08:10:23 fme 1.42.68.3: #i25679# Feature - Table in table 2004/02/26 15:55:56 fme 1.42.68.2: #i25679# Feature - Table in table 2004/02/20 13:29:33 fme 1.42.68.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [22b170450445606904dddd7fe0d86c530e888755]

        INTEGRATION: CWS tableintable (1.7.68); FILE MERGED 2004/05/17 13:18:31 fme 1.7.68.2: RESYNC: (1.7-1.9); FILE MERGED 2004/02/26 15:55:56 fme 1.7.68.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [2dc914c6a92a092576e4be2347c273e57ecfa147]

        INTEGRATION: CWS tableintable (1.20.68); FILE MERGED 2004/05/17 13:15:03 fme 1.20.68.3: RESYNC: (1.20-1.23); FILE MERGED 2004/02/20 13:29:33 fme 1.20.68.2: #i25679# Feature - Table in table 2004/02/13 07:57:45 pb 1.20.68.1: fix: #i20193# Positition can be USHRT_MAX if table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [8cf9e9224d6770a4298393bc41bf7b4c76c1f3a5]

        INTEGRATION: CWS tableintable (1.19.108); FILE MERGED 2004/03/02 08:10:40 fme 1.19.108.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [71cf7f74d0aab558c6798d67f6b3c52ebf6c1c68]

        INTEGRATION: CWS tableintable (1.7.108); FILE MERGED 2004/05/17 13:13:05 fme 1.7.108.2: RESYNC: (1.7-1.8); FILE MERGED 2004/03/02 08:10:39 fme 1.7.108.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [e3aa7e7a9178b2621e42565d94d1ea8d80d2a8df]

        INTEGRATION: CWS tableintable (1.11.108); FILE MERGED 2004/02/26 15:55:55 fme 1.11.108.2: #i25679# Feature - Table in table 2004/02/20 13:29:33 fme 1.11.108.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [be6b2d768505d4bb7a60111ba363414f2c88df3c]

        INTEGRATION: CWS tableintable (1.11.106); FILE MERGED 2004/05/17 13:10:53 fme 1.11.106.3: RESYNC: (1.11-1.13); FILE MERGED 2004/03/30 08:45:43 fme 1.11.106.2: #i26629# Table in table - unique table names during copying of nested tables 2004/02/20 13:29:32 fme 1.11.106.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [fa23412336e4e86c4eacc87a756a5e9d85982630]

        INTEGRATION: CWS tableintable (1.2.404); FILE MERGED 2004/03/02 08:10:38 fme 1.2.404.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [e1e69cd5f8a2ad8de53abd7a9fedf68c2fa23381]

        INTEGRATION: CWS tableintable (1.22.14); FILE MERGED 2004/03/29 12:58:40 fme 1.22.14.1: #i26621# Tables in tables - set manual breaks at outer table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [d5f2c0fbd35c7f37833adeda75eb5b2f3d56ffef]

        INTEGRATION: CWS tableintable (1.14.68); FILE MERGED 2004/03/17 12:16:56 tl 1.14.68.2: #i25689# XML import/export of tables 2004/03/02 08:10:37 fme 1.14.68.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [97fb809b75498bfa1d1c3796dcd3b2250e9e4b39]

        INTEGRATION: CWS tableintable (1.6.404); FILE MERGED 2004/03/22 15:09:54 fme 1.6.404.1: #i26532# GotoPrevTable for tables in tables

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [7ae6e1a12ca8bebc59d85e0b412cbe1e3a649004]

        INTEGRATION: CWS tableintable (1.31.136); FILE MERGED 2004/05/17 13:10:44 fme 1.31.136.2: RESYNC: (1.31-1.33); FILE MERGED 2004/02/26 15:55:53 fme 1.31.136.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [a22ef5f5dc9bf52c66682d861869966b0d30f670]

        INTEGRATION: CWS tableintable (1.30.136); FILE MERGED 2004/05/17 13:10:00 fme 1.30.136.2: RESYNC: (1.30-1.34); FILE MERGED 2004/02/26 15:55:53 fme 1.30.136.1: #i25679# Feature - Table in table

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [3af4a5e755341116a2592e759d95311c8b65cf97]

        INTEGRATION: CWS tableintable (1.31.66); FILE MERGED 2004/05/17 13:01:08 fme 1.31.66.2: RESYNC: (1.31-1.32); FILE MERGED 2004/03/17 12:13:05 tl 1.31.66.1: #i25689# XML import/export of tables

2004-06-01  Oliver Bolte  <obo@openoffice.org>  [a6f7f39380b241e839c48dd4b2caddb10ac0f310]

        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

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [cd93db597354162438dacd5e9c3b8c152ab7bd84]

        INTEGRATION: CWS i18n12 (1.31.2); FILE MERGED 2004/04/13 11:55:32 er 1.31.2.3: #i27711# Hungarian breakiterator 2004/04/10 00:23:19 khong 1.31.2.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 20:11:03 khong 1.31.2.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [162b7e3bfad81521e2d69d8a83384ce37afd118e]

        INTEGRATION: CWS i18n12 (1.10.86); FILE MERGED 2004/04/09 20:06:44 khong 1.10.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [079330dc67ca50ccd17640a23a95f326e7d219b8]

        INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:44 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [9760137ba90e3b49a567cb0b2c6f49e5bf9add99]

        INTEGRATION: CWS i18n12 (1.11.86); FILE MERGED 2004/04/09 20:06:44 khong 1.11.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [7e5198bb2555e1d0f93b7511aa3dc9128981139f]

        INTEGRATION: CWS i18n12 (1.2.76); FILE MERGED 2004/04/09 20:06:44 khong 1.2.76.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d81eaf23805316ca31b974f489e98a799fc902f3]

        INTEGRATION: CWS i18n12 (1.8.86); FILE MERGED 2004/04/09 20:06:43 khong 1.8.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [89912bb81cea4d935d5b794b0612bed52df8d1ae]

        INTEGRATION: CWS i18n12 (1.5.126); FILE MERGED 2004/04/09 20:06:43 khong 1.5.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [f5de1c3333d06fe2410ff318e9044baa74f17790]

        INTEGRATION: CWS i18n12 (1.4.126); FILE MERGED 2004/04/09 20:06:43 khong 1.4.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [361404a290583c492a8a8c117e350f0a0ae03050]

        INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:43 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [20bd3ff9e67047c113a5809c3196a372cf5ffb36]

        INTEGRATION: CWS i18n12 (1.6.126); FILE MERGED 2004/04/09 20:06:43 khong 1.6.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [3fbe6115f949b5358ed80ce308af36f247086eda]

        INTEGRATION: CWS i18n12 (1.3.56); FILE MERGED 2004/04/09 20:06:43 khong 1.3.56.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [611434dcccb380337ad1512078a76e23ba08747b]

        INTEGRATION: CWS i18n12 (1.2.56); FILE MERGED 2004/04/19 11:57:28 er 1.2.56.2: #i27962# apply date format patch provided by Pavel Janik 2004/04/09 20:06:42 khong 1.2.56.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [259e5cf5be7b63ef458ede39a829136a2a65ebb7]

        INTEGRATION: CWS i18n12 (1.9.66); FILE MERGED 2004/04/13 19:36:17 khong 1.9.66.2: #i25323# put index page information into localedata 2004/04/09 20:06:42 khong 1.9.66.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [db39af5edd6412ddff9612c46fede1b520773f0e]

        INTEGRATION: CWS i18n12 (1.2.60); FILE MERGED 2004/04/09 20:06:42 khong 1.2.60.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d8ac31498934d67eac76da17b449cb810db0fe36]

        INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:42 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [a313c8334cc0ada1a83c13131c53e8dd9c08070b]

        INTEGRATION: CWS i18n12 (1.8.76); FILE MERGED 2004/04/09 20:06:41 khong 1.8.76.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [53ff1e44aede146e432069236ac020df3b6383c7]

        INTEGRATION: CWS i18n12 (1.1.126); FILE MERGED 2004/04/09 20:06:41 khong 1.1.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [2a8e464769a23fa06b729a5967aed42cb2e85d9d]

        INTEGRATION: CWS i18n12 (1.7.56); FILE MERGED 2004/04/09 20:06:41 khong 1.7.56.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [c31fecadae044bfd747b1b67eb8213754844888b]

        INTEGRATION: CWS i18n12 (1.8.56); FILE MERGED 2004/04/09 20:06:41 khong 1.8.56.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [cebe34c85d6c604795dc7c82591e02e27a666cf5]

        INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:41 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b2f9e96cab1214af5f2e44b046ccef196f019e8c]

        INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:41 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [69027953594070e22a77bf5cb4d8755feb8fa9a4]

        INTEGRATION: CWS i18n12 (1.6.56); FILE MERGED 2004/04/09 20:06:41 khong 1.6.56.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [df7f2de0f8c9ea74f9df4b704eed0ea1e5244302]

        INTEGRATION: CWS i18n12 (1.2.124); FILE MERGED 2004/04/09 20:06:40 khong 1.2.124.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8d5a752d1a3dc0330a76dbd3757ce9ce8b5029dd]

        INTEGRATION: CWS i18n12 (1.2.76); FILE MERGED 2004/04/09 20:06:40 khong 1.2.76.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [c117c350935e7e618b52b5d610e05403cc6a54ef]

        INTEGRATION: CWS i18n12 (1.2.80); FILE MERGED 2004/04/09 20:06:40 khong 1.2.80.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [181149947afdd9f75e652a3686322d935f83db05]

        INTEGRATION: CWS i18n12 (1.6.8); FILE MERGED 2004/04/09 20:06:40 khong 1.6.8.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [f67cffb2f81f6f0c59fcd21001ae00be7abd048c]

        INTEGRATION: CWS i18n12 (1.2.80); FILE MERGED 2004/04/09 20:06:39 khong 1.2.80.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d9cfac7c5da44b941db93f54537238921e23d98a]

        INTEGRATION: CWS i18n12 (1.10.76); FILE MERGED 2004/05/04 18:50:41 er 1.10.76.2: #i25323# description of LC_INDEX entities 2004/04/13 19:36:17 khong 1.10.76.1: #i25323# put index page information into localedata

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [af06d961290972da3e6ff0f457dbe093a0f8a05e]

        INTEGRATION: CWS i18n12 (1.2.74); FILE MERGED 2004/04/13 19:36:16 khong 1.2.74.1: #i25323# put index page information into localedata

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [fe956385556413e28081356e344ea89aed435b86]

        INTEGRATION: CWS i18n12 (1.14.94); FILE MERGED 2004/04/09 20:06:39 khong 1.14.94.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [74cb1f88c4de7d3379c9f75a45295bebed9eb913]

        INTEGRATION: CWS i18n12 (1.5.126); FILE MERGED 2004/04/09 20:06:39 khong 1.5.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [01870d8a25963f905d6187efccbcad75bf2a6765]

        INTEGRATION: CWS i18n12 (1.10.22); FILE MERGED 2004/04/30 11:27:47 er 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2004/04/09 20:06:39 khong 1.10.22.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [c53783aee7b4f1ae352c395ab24adb29d036f986]

        INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:39 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [62797e0c65791a26d3f268230432fd171a92beb5]

        INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:39 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [c2c22e7be0043bb553e0132fecf619ede1fd0887]

        INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:38 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [86dda62fa67e39c74e2b4fd7a66e98a92db2c35d]

        INTEGRATION: CWS i18n12 (1.5.86); FILE MERGED 2004/04/09 20:06:38 khong 1.5.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [a932db06bfeccb53689c15fe2b175eca501f0ebe]

        INTEGRATION: CWS i18n12 (1.7.14); FILE MERGED 2004/04/09 20:06:38 khong 1.7.14.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8d009ab8cc0a3d556276ea3a70d963eeeaf5f1bc]

        INTEGRATION: CWS i18n12 (1.8.86); FILE MERGED 2004/04/09 20:06:38 khong 1.8.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b9da91fc4c74248896b7b422e02f0e37c246151c]

        INTEGRATION: CWS i18n12 (1.10.18); FILE MERGED 2004/04/09 20:06:38 khong 1.10.18.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [72bce72601589e4c48b19335391f48dc44ce54a1]

        INTEGRATION: CWS i18n12 (1.1.126); FILE MERGED 2004/04/09 20:06:38 khong 1.1.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [dd5e7e643dac5084abbcf224df7f2e789148a7e4]

        INTEGRATION: CWS i18n12 (1.5.126); FILE MERGED 2004/04/09 20:06:37 khong 1.5.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [c2ce5346a6517fe86a6e9c6187f0c7e51253efa9]

        INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:37 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [16406a7f28af9f3f5e9501765ae8a0d263dca74a]

        INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:37 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [baa3cf3124086e94d65efcccd5f189b5411e1c43]

        INTEGRATION: CWS i18n12 (1.8.52); FILE MERGED 2004/04/09 20:06:36 khong 1.8.52.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [687a0e4a40785869689b44ff5c8523419b47a905]

        INTEGRATION: CWS i18n12 (1.2.86); FILE MERGED 2004/04/09 20:06:36 khong 1.2.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [ab66291e06e4862472462c835052da8d5623ce42]

        INTEGRATION: CWS i18n12 (1.4.126); FILE MERGED 2004/04/09 20:06:36 khong 1.4.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d59c73276eb22764bc9a659aebcaf98501c61b53]

        INTEGRATION: CWS i18n12 (1.6.56); FILE MERGED 2004/04/09 20:06:35 khong 1.6.56.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [c45717b7b67936fc4b8fbd46c961b90f20330cf2]

        INTEGRATION: CWS i18n12 (1.4.126); FILE MERGED 2004/04/09 20:06:35 khong 1.4.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [f3356acef03d3acd3f27e3211be6e58082a6f2b6]

        INTEGRATION: CWS i18n12 (1.5.86); FILE MERGED 2004/04/09 20:06:35 khong 1.5.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8a0b305b8863f623cd7460ecc971ae3c625844ca]

        INTEGRATION: CWS i18n12 (1.5.122); FILE MERGED 2004/04/09 20:06:34 khong 1.5.122.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [399717718904a14832b3b097af4b2fcb21e2b6e8]

        INTEGRATION: CWS i18n12 (1.5.126); FILE MERGED 2004/04/09 20:06:34 khong 1.5.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [5912210568f728fc4a07b47bbc62d598d0642e2b]

        INTEGRATION: CWS i18n12 (1.4.126); FILE MERGED 2004/04/09 20:06:34 khong 1.4.126.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [53e66870024a2626f1339e6c2314e423c76d8071]

        INTEGRATION: CWS i18n12 (1.5.86); FILE MERGED 2004/04/09 20:06:34 khong 1.5.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [ab6c242648102e6ed7e935435f4479a0cb4ede29]

        INTEGRATION: CWS i18n12 (1.10.66); FILE MERGED 2004/04/09 20:06:34 khong 1.10.66.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8ff7b0f85085f543e1f70638ed4e1aec9591b22c]

        INTEGRATION: CWS i18n12 (1.5.86); FILE MERGED 2004/04/09 20:06:33 khong 1.5.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [706fddc95be5a0da7c72c47ceac149591c37fc39]

        INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:33 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [81931a270cb1d5a9cb023fd457615498ba55a472]

        INTEGRATION: CWS i18n12 (1.3.128); FILE MERGED 2004/04/09 20:06:32 khong 1.3.128.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [6030a220e231c290b87b097fea1165dc0f37e3fd]

        INTEGRATION: CWS i18n12 (1.10.86); FILE MERGED 2004/04/09 20:06:32 khong 1.10.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [9e1ab1ca610485319b6dc65ea82728f6da4b254e]

        INTEGRATION: CWS i18n12 (1.3.128); FILE MERGED 2004/04/09 20:06:31 khong 1.3.128.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [ea9744be591166058bd70967eb10e8876569b495]

        INTEGRATION: CWS i18n12 (1.4.86); FILE MERGED 2004/04/09 20:06:31 khong 1.4.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [309c0cc97f0ee3de227a15ea4ebef8787d504205]

        INTEGRATION: CWS i18n12 (1.5.122); FILE MERGED 2004/04/09 20:06:31 khong 1.5.122.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [aa34012be10dbf5d38600f850a6c3757699a20a4]

        INTEGRATION: CWS i18n12 (1.4.86); FILE MERGED 2004/04/09 20:06:30 khong 1.4.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [2f4895b383c6b62e14a5104142c106ae0c6f8aea]

        INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:30 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [a9a6f8555ef2d0a8a2def626891990f4cf03ed3c]

        INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:30 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [df884ab6dfb54e540050725ae8eb720d542d2c33]

        INTEGRATION: CWS i18n12 (1.7.86); FILE MERGED 2004/04/09 20:06:29 khong 1.7.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [e2b33a810333988276f143a0f1dbad08ba77e65e]

        INTEGRATION: CWS i18n12 (1.6.86); FILE MERGED 2004/04/09 20:06:29 khong 1.6.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [619b7a315bb24e8f62122e1599318979da70773b]

        INTEGRATION: CWS i18n12 (1.2.10); FILE MERGED 2004/04/09 20:06:29 khong 1.2.10.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [e606642e57a6e412a2d54740fe668f3635ce4ac8]

        INTEGRATION: CWS i18n12 (1.10.60); FILE MERGED 2004/04/09 20:06:29 khong 1.10.60.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [fab727d9f1db0b765200b49e98735b70ac94c8fb]

        INTEGRATION: CWS i18n12 (1.11.22); FILE MERGED 2004/04/09 20:06:29 khong 1.11.22.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d31236094680ecdf3e85ea07d8f84187df961067]

        INTEGRATION: CWS i18n12 (1.9.94); FILE MERGED 2004/04/09 20:06:29 khong 1.9.94.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [309aeb0a0b44219e6a14c9d3be6161b85ce4bd93]

        INTEGRATION: CWS i18n12 (1.9.52); FILE MERGED 2004/04/09 20:06:28 khong 1.9.52.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [aa3e153184b9e3d4e319242ed35f543355d6b7af]

        INTEGRATION: CWS i18n12 (1.8.94); FILE MERGED 2004/04/09 20:06:28 khong 1.8.94.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [16eb5081809a423e8b152d636aa36bd8a8a1cf07]

        INTEGRATION: CWS i18n12 (1.12.52); FILE MERGED 2004/04/09 20:06:28 khong 1.12.52.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [393dafdd44158950b4d1e014da16e21f97303527]

        INTEGRATION: CWS i18n12 (1.5.86); FILE MERGED 2004/04/09 20:06:28 khong 1.5.86.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8eed7a224b8efa5148bed8011fb8a3aba7836556]

        INTEGRATION: CWS i18n12 (1.24.2); FILE MERGED 2004/04/30 11:27:30 er 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2004/04/09 20:06:28 khong 1.24.2.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [023f9afd3766aeee0f5e9309529d6971fd34803f]

        INTEGRATION: CWS i18n12 (1.5.2); FILE MERGED 2004/04/30 14:30:27 er 1.5.2.2: #i25323# add virtual to dtors 2004/04/09 20:06:27 khong 1.5.2.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [aefe0d79522660e38567bbe065e986303f5a229a]

        INTEGRATION: CWS i18n12 (1.8.80); FILE MERGED 2004/04/30 14:30:07 er 1.8.80.3: #i25323# for scope binding 2004/04/30 11:27:22 er 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2004/04/09 20:06:27 khong 1.8.80.1: #i25323# put index page information into localedata for each langauges

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8ce8e9ed8d15c7fc14eb8613b2dcfc6ba36a93ee]

        INTEGRATION: CWS i18n12 (1.10.130); FILE MERGED 2004/04/10 00:24:02 khong 1.10.130.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 19:58:51 khong 1.10.130.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8a1bfbb0ca7e561b28e50929e124e513ef41310d]

        INTEGRATION: CWS i18n12 (1.6.124); FILE MERGED 2004/04/09 19:58:49 khong 1.6.124.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [93852bb492b0425a3614a7be2b69b9a6e8469233]

        INTEGRATION: CWS i18n12 (1.4.124); FILE MERGED 2004/05/03 16:23:04 er 1.4.124.4: #i25323# Index::compare() isn't a SAL_CALL 2004/04/30 14:02:05 er 1.4.124.3: #i25323# for scoping 2004/04/10 00:24:02 khong 1.4.124.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 19:58:49 khong 1.4.124.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d328377cd660e4fbcb456a4cba53503c5673ff60]

        INTEGRATION: CWS i18n12 (1.1.2); FILE ADDED 2004/04/10 00:24:02 khong 1.1.2.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [fb67ba47ce57dbb5cb0cf78c349334d8c085c56a]

        INTEGRATION: CWS i18n12 (1.3.128); FILE MERGED 2004/04/09 19:58:49 khong 1.3.128.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d0d67d3bc4114f936ea689c64bf7f6d0b63be778]

        INTEGRATION: CWS i18n12 (1.13.2); FILE MERGED 2004/04/09 19:58:49 khong 1.13.2.2: #i25323# generate index table from ICU collator for western languages 2004/02/20 00:23:29 khong 1.13.2.1: #i25558# add checking algorithm existence in loadAlgorithm

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [53f856cb3f2575025ed142d681a5218ea991b9dd]

        INTEGRATION: CWS i18n12 (1.24.8); FILE MERGED 2004/02/14 01:27:54 khong 1.24.8.1: #111668# change first year for Japanese calendar to GAN

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [606556eed208d1218f950df2200510a7e19af1d9]

        INTEGRATION: CWS i18n12 (1.1.2); FILE ADDED 2004/04/30 14:37:52 er 1.1.2.1: #i27711# Hungarian breakiterator (provided by Timar Andras)

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [9710ca90166c18c0a92f7f0246a7c2f7dae87ebc]

        INTEGRATION: CWS i18n12 (1.4.22); FILE MERGED 2004/04/13 11:55:32 er 1.4.22.1: #i27711# Hungarian breakiterator

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b138663ef4f4ade38fb42f8a2f567527cf15949b]

        INTEGRATION: CWS i18n12 (1.13.22); FILE MERGED 2004/04/30 11:25:47 er 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED 2004/04/13 11:55:32 er 1.13.22.1: #i27711# Hungarian breakiterator

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [6a33c3e477367d3dc72b0beb6e20716b527105bf]

        INTEGRATION: CWS i18n12 (1.9.2); FILE MERGED 2004/04/09 20:10:41 khong 1.9.2.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [9ba7058eb393ae1f2d06b0bdc5b73943309bde9f]

        INTEGRATION: CWS i18n12 (1.2.128); FILE MERGED 2004/04/10 00:22:58 khong 1.2.128.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 20:10:41 khong 1.2.128.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [3288b3bff3c867033d96a73f5d2461665a3c407a]

        INTEGRATION: CWS i18n12 (1.1.2); FILE ADDED 2004/04/10 00:22:58 khong 1.1.2.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8b5a81dd89b7c666aa79bf5a3dbf719c834ed91a]

        INTEGRATION: CWS i18n12 (1.5.128); FILE MERGED 2004/04/10 00:22:58 khong 1.5.128.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 20:10:40 khong 1.5.128.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [d7ed1c00c7d2e24f35a0e49ec7b27562275d7c6a]

        INTEGRATION: CWS i18n12 (1.10.2); FILE MERGED 2004/04/09 20:10:39 khong 1.10.2.1: #i25323# generate index table from ICU collator for western languages

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [cba508f3491afa68f349f88e83bea542a2d42549]

        INTEGRATION: CWS i18n12 (1.6.22); FILE MERGED 2004/04/13 11:55:31 er 1.6.22.1: #i27711# Hungarian breakiterator

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [de96d573737ae9b96aa2890e02f6967bd0fedd16]

        INTEGRATION: CWS i18n12 (1.11.328); FILE MERGED 2004/05/04 16:47:12 er 1.11.328.1: #i24852# Change the descriptions for search direction from 'left' and 'right' to 'forwards' and 'backwards' to conform to different writing direction.

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [f72a1a3eeab683cb1491fad123a01afdc35b3bfd]

        INTEGRATION: CWS i18n12 (1.2.50); FILE MERGED 2004/04/30 10:14:55 er 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/09 20:09:09 khong 1.2.50.1: #i25323# add script start and end for the script type for indexentrysupplier

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [e59edb0a80836fee824b85f01ade81a5ad823e78]

        INTEGRATION: CWS i18n12 (1.2.50); FILE MERGED 2004/04/30 10:14:36 er 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/09 20:09:27 khong 1.2.50.1: #i25323# add script start and end for the script type for indexentrysupplier

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b70a1fca4bbaed3a683f5ff1d4a155f1157435e5]

        INTEGRATION: CWS tbe8 (1.43.54); FILE MERGED 2004/04/28 14:25:31 tbe 1.43.54.1: #115661# Crash in BASIC Organizer (encrypted library)

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [9f4cfe82b91e0488b130147b9cf24e6c2a1846e7]

        INTEGRATION: CWS comptrans2 (1.12.10); FILE MERGED 2004/05/19 13:59:20 tbe 1.12.10.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [0e471da8b96a3d53e6f7a22a216bd43c27287838]

        INTEGRATION: CWS comptrans2 (1.11.10); FILE MERGED 2004/05/19 14:02:41 tbe 1.11.10.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [4faf1b738d52df0af36579b3f27c641610a242ad]

        INTEGRATION: CWS comptrans2 (1.16.8); FILE MERGED 2004/05/19 13:58:12 tbe 1.16.8.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [4cef349f90a52cabeaa73d221c5fae45f4b1783c]

        INTEGRATION: CWS comptrans2 (1.7.36); FILE MERGED 2004/05/19 13:57:03 tbe 1.7.36.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [cf3532836c54cf422bec2d35d46987888055e723]

        INTEGRATION: CWS comptrans2 (1.6.4); FILE MERGED 2004/05/24 14:11:45 tbe 1.6.4.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [6564d2177436620a6a3fc20486924818b630bf0a]

        INTEGRATION: CWS comptrans2 (1.9.4); FILE MERGED 2004/05/24 13:42:31 tbe 1.9.4.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [93541302be4c5eb7f1376c4631550a423f1022f8]

        INTEGRATION: CWS comptrans2 (1.5.4); FILE MERGED 2004/05/24 13:41:49 tbe 1.5.4.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [56faca4a25249dd084a80815e0091ae5f93740d7]

        INTEGRATION: CWS comptrans2 (1.7.2); FILE MERGED 2004/05/24 14:40:00 tbe 1.7.2.2: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk 2004/05/19 14:48:45 tbe 1.7.2.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b8b2d04e7f6e4a8dff0743e885fe540a627ab7a6]

        INTEGRATION: CWS crashreport02 (1.20.14); FILE MERGED 2004/05/26 10:54:50 hro 1.20.14.1: #i441# Correctly handle SIGQUIT

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [56e3228fe18f01419d45edfe437097609573bdb0]

        INTEGRATION: CWS comptrans2 (1.9.30); FILE MERGED 2004/05/19 14:47:44 tbe 1.9.30.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [fbe1162fd8822c716b66155ea1dd6c9758f16fd3]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/24 14:26:35 tbe 1.1.2.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [6d17165575c26ba9042b7e56ae745bd9942f7591]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/24 14:26:54 tbe 1.1.2.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [a95e03c41d6926cd30ce20132793139817a7a297]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/27 09:35:36 tbe 1.1.2.3: #116239 Transparent Use of Office UNO Components from C++ 2004/05/27 08:44:02 tbe 1.1.2.2: #116239 Transparent Use of Office UNO Components from C++ 2004/05/19 14:10:25 tbe 1.1.2.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [f416aacb5a2888759c6576be3ce6b96601ab3a7a]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/19 14:10:43 tbe 1.1.2.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [05a3913409c4bdb684c8c04b6829abc50327f307]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/27 09:35:01 tbe 1.1.2.3: #116239# Transparent Use of Office UNO Components from C++ 2004/05/27 08:39:37 tbe 1.1.2.2: #116239# Transparent Use of Office UNO Components from C++ 2004/05/19 14:15:04 tbe 1.1.2.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [579518a5124b3b94b85b3566c8d40e9d0c42bf51]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/19 14:15:41 tbe 1.1.2.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [70022e8ecf92bd49a7742d0b420c7b8cc2762cfd]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/24 14:21:04 tbe 1.1.2.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [bbbe3544f31c22704873f9e22c2db870dd982120]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/24 14:20:35 tbe 1.1.2.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [549b63f2d4c79bf16527b987b90766ac0dfcccc2]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/24 14:20:22 tbe 1.1.2.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [9c36b3a2253daa11b0618aff7a462ded4eb870f2]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/24 14:19:53 tbe 1.1.2.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [f09f14a509b8b3511ecaa6867ef350346b388686]

        INTEGRATION: CWS comptrans2 (1.1.2); FILE ADDED 2004/05/24 14:19:32 tbe 1.1.2.1: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [1725458851ec810a6a8b5d93aae3f802d732e7af]

        INTEGRATION: CWS comptrans2 (1.24.52); FILE MERGED 2004/05/24 14:38:44 tbe 1.24.52.2: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk 2004/05/19 14:46:21 tbe 1.24.52.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [3c3eed1b36010f5da990f27132d2f2ed44cecfd3]

        INTEGRATION: CWS comptrans2 (1.67.2); FILE MERGED 2004/05/24 14:34:53 tbe 1.67.2.2: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk 2004/05/19 14:44:36 tbe 1.67.2.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [0b84bbef86dc023a07836526e118e1e376651539]

        INTEGRATION: CWS comptrans2 (1.3.58); FILE MERGED 2004/05/19 14:41:39 tbe 1.3.58.1: #116239# Transparent Use of Office UNO Components from C++

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [069f89f691c29f281ca892ae29c604e559f7a56d]

        INTEGRATION: CWS tdocfixes1 (1.83.24); FILE MERGED 2004/05/14 15:20:49 kso 1.83.24.1: #29204# - Avoid NameClashException by using special UcbStreamHelper::CreateStream

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [b6015ae158fe9df2a333aa82bfd7c349d7ab594c]

        INTEGRATION: CWS tdocfixes1 (1.19.56); FILE MERGED 2004/05/19 12:02:27 kso 1.19.56.1: #i29320# - Fixed OFileAccess::writeFile to create non-existing resources.

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [208de4e92f7894d2a2e952014faaa6e440c2a054]

        INTEGRATION: CWS tdocfixes1 (1.13.8); FILE MERGED 2004/05/14 15:17:52 kso 1.13.8.1: #29204# - Added new member function to class UcbStreamHelper

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [bb3f36a8d3c5c4be999d0af7f8319d8ab6e1fe86]

        INTEGRATION: CWS tdocfixes1 (1.15.8); FILE MERGED 2004/05/14 15:19:18 kso 1.15.8.1: #i29204# - Avoid NameClashException by using special UcbStreamHelper::CreateStream

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [fe1e82940ef2bcf6d8d4b6ff05bfe43ffbb78ecf]

        INTEGRATION: CWS tdocfixes1 (1.4.6); FILE MERGED 2004/05/14 15:17:51 kso 1.4.6.1: #29204# - Added new member function to class UcbStreamHelper

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [36b227b272f2f99ac98387275d2bf6d70c4e9ad6]

        INTEGRATION: CWS tdocfixes1 (1.2.14); FILE MERGED 2004/05/18 14:52:18 kso 1.2.14.2: #116171# - Adapted to src680 m39 XStorage API changes. Issue number: Submitted by: Reviewed by: 2004/05/12 12:33:12 kso 1.2.14.1: #i27499# - Added support for XActiveDataStreamer to 'open' command. Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [a237e16324bba99ee93eeac382e54effdbde3599]

        INTEGRATION: CWS tdocfixes1 (1.2.14); FILE MERGED 2004/05/18 14:52:18 kso 1.2.14.4: #116171# - Adapted to src680 m39 XStorage API changes. Issue number: Submitted by: Reviewed by: 2004/05/18 12:09:43 kso 1.2.14.3: RESYNC: (1.2-1.3); FILE MERGED 2004/05/14 10:22:56 kso 1.2.14.2: #116171# - Value of property "Storage" now always is a clone. Issue number: Submitted by: Reviewed by: 2004/05/12 12:33:12 kso 1.2.14.1: #i27499# - Added support for XActiveDataStreamer to 'open' command. Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [4b50fee3a484234d93aa424c8ef21ed573374885]

        INTEGRATION: CWS tdocfixes1 (1.2.14); FILE MERGED 2004/05/18 14:52:18 kso 1.2.14.7: #116171# - Adapted to src680 m39 XStorage API changes. Issue number: Submitted by: Reviewed by: 2004/05/18 12:09:33 kso 1.2.14.6: RESYNC: (1.2-1.3); FILE MERGED 2004/05/14 10:22:55 kso 1.2.14.5: #116171# - Value of property "Storage" now always is a clone. Issue number: Submitted by: Reviewed by: 2004/05/13 15:44:27 kso 1.2.14.4: #116171# Changes from lst revision withdrawn; performance problems. Issue number: Submitted by: Reviewed by: 2004/05/12 14:34:23 kso 1.2.14.3: #116171# - store objects do not hold parent storage when in read-only mode          - clone storages when read-only mode Issue number: Submitted by: Reviewed by: 2004/05/12 12:33:12 kso 1.2.14.2: #i27499# - Added support for XActiveDataStreamer to 'open' command. Issue number: Submitted by: Reviewed by: 2004/05/07 13:57:58 kso 1.2.14.1: #i27500# : writable streams are now opened truncated - streams are now opened seekable - fixed implementation of XTypeProvider for class Storage,InputStream,OutputStream Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [abade5e2da6ea1ad31c5a25eafeb0123c6f0c62f]

        INTEGRATION: CWS tdocfixes1 (1.1.2); FILE ADDED 2004/05/18 14:52:18 kso 1.1.2.5: #116171# - Adapted to src680 m39 XStorage API changes. Issue number: Submitted by: Reviewed by: 2004/05/13 15:44:27 kso 1.1.2.4: #116171# Changes from lst revision withdrawn; performance problems. Issue number: Submitted by: Reviewed by: 2004/05/13 07:55:01 kso 1.1.2.3: Fixed some exception declarations. Issue number: Submitted by: Reviewed by: 2004/05/12 14:34:20 kso 1.1.2.2: #116171# - store objects do not hold parent storage when in read-only mode          - clone storages when read-only mode Issue number: Submitted by: Reviewed by: 2004/05/12 12:32:17 kso 1.1.2.1: #i27499# - Initial revision. Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [6f162f58122bb50db0a10ccab636768c27990c9a]

        INTEGRATION: CWS tdocfixes1 (1.1.2); FILE ADDED 2004/05/25 10:48:20 kso 1.1.2.6: #i27499# - Workaround for Solaris compiler bug (temporary destruction) Issue number: Submitted by: Reviewed by: 2004/05/18 14:52:17 kso 1.1.2.5: #116171# - Adapted to src680 m39 XStorage API changes. Issue number: Submitted by: Reviewed by: 2004/05/13 15:44:27 kso 1.1.2.4: #116171# Changes from lst revision withdrawn; performance problems. Issue number: Submitted by: Reviewed by: 2004/05/13 07:55:01 kso 1.1.2.3: Fixed some exception declarations. Issue number: Submitted by: Reviewed by: 2004/05/12 14:34:18 kso 1.1.2.2: #116171# - store objects do not hold parent storage when in read-only mode          - clone storages when read-only mode Issue number: Submitted by: Reviewed by: 2004/05/12 12:31:46 kso 1.1.2.1: #i27499# - Initial revision. Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [09e538d2ef4dd359fe32b6b40babee554da8220d]

        INTEGRATION: CWS tdocfixes1 (1.2.14); FILE MERGED 2004/05/18 14:52:17 kso 1.2.14.2: #116171# - Adapted to src680 m39 XStorage API changes. Issue number: Submitted by: Reviewed by: 2004/05/12 12:33:12 kso 1.2.14.1: #i27499# - Added support for XActiveDataStreamer to 'open' command. Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [62cfc64d2d6649d2a583515748facb421719e0fc]

        INTEGRATION: CWS tdocfixes1 (1.2.14); FILE MERGED 2004/05/19 12:03:03 kso 1.2.14.4: #i29320# - Removed wrong asserts. Issue number: Submitted by: Reviewed by: 2004/05/18 14:52:17 kso 1.2.14.3: #116171# - Adapted to src680 m39 XStorage API changes. Issue number: Submitted by: Reviewed by: 2004/05/18 12:09:25 kso 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/12 12:33:12 kso 1.2.14.1: #i27499# - Added support for XActiveDataStreamer to 'open' command. Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [c468c1e78444f84c55c08676407ae85c1703f8a6]

        INTEGRATION: CWS tdocfixes1 (1.2.14); FILE MERGED 2004/05/07 14:01:50 kso 1.2.14.1: Fixed getDocumentTitle() - now used XStorable::getLocation() instead of XModel::getURL() to obtain document URL. Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [9921ed8cf4b37d80d8ec30087e30a7d1f6f0d9cd]

        INTEGRATION: CWS tdocfixes1 (1.2.14); FILE MERGED 2004/05/18 14:52:16 kso 1.2.14.3: #116171# - Adapted to src680 m39 XStorage API changes. Issue number: Submitted by: Reviewed by: 2004/05/14 10:22:54 kso 1.2.14.2: #116171# - Value of property "Storage" now always is a clone. Issue number: Submitted by: Reviewed by: 2004/05/12 12:33:11 kso 1.2.14.1: #i27499# - Added support for XActiveDataStreamer to 'open' command. Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [5733b8686f5e621db678d985bc09206971e48c16]

        INTEGRATION: CWS tdocfixes1 (1.2.14); FILE MERGED 2004/05/18 14:52:15 kso 1.2.14.4: #116171# - Adapted to src680 m39 XStorage API changes. Issue number: Submitted by: Reviewed by: 2004/05/18 12:09:17 kso 1.2.14.3: RESYNC: (1.2-1.3); FILE MERGED 2004/05/14 10:22:53 kso 1.2.14.2: #116171# - Value of property "Storage" now always is a clone. Issue number: Submitted by: Reviewed by: 2004/05/12 12:33:11 kso 1.2.14.1: #i27499# - Added support for XActiveDataStreamer to 'open' command. Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [bf984fd68afba90f5cbdd1d617764b49e03b4d8e]

        INTEGRATION: CWS tdocfixes1 (1.2.14); FILE MERGED 2004/05/12 12:33:11 kso 1.2.14.1: #i27499# - Added support for XActiveDataStreamer to 'open' command. Issue number: Submitted by: Reviewed by:

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [9e6352a20a5f3204e3cf191b4d823b455ec8aa2c]

        INTEGRATION: CWS tdocfixes1 (1.82.20); FILE MERGED 2004/05/07 14:03:28 kso 1.82.20.1: #i27380# : SfxViewFrame::ExecReload_Impl now sends SFX_EVENT_CLOSEDOC.

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [0951ac62f4bdd9c62498d0d37bbefbd82b6b34d8]

        INTEGRATION: CWS ause010 (1.11.190); FILE MERGED 2004/04/29 13:28:37 hjs 1.11.190.1: #115774# switch version

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [8e3506d2c4621d9153b2cee761490685c9082b35]

        INTEGRATION: CWS ause010 (1.5.92); FILE MERGED 2004/05/25 14:03:21 hjs 1.5.92.1: #i27746# don't call java when SOLAR_JAVA empty

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [07321bb276f13baafddefe7261f4f001c5c5ebf8]

        INTEGRATION: CWS ause010 (1.49.42); FILE MERGED 2004/05/25 12:29:04 hjs 1.49.42.1: #i27613# workaround logical ops in variable

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [52991311426c9463f7321e653df006beddf3a483]

        INTEGRATION: CWS ause010 (1.5.146); FILE MERGED 2004/04/29 13:33:31 hjs 1.5.146.1: #115774# switch version

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [7d336b291bf4140af149c37480d6fe567e2cbbc1]

        INTEGRATION: CWS ab08fixes (1.16.2); FILE MERGED 2004/04/02 08:24:25 ab 1.16.2.1: #i18989# Made dim handling in DimArray() and Array() consistant to Dim command

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [ec6057b9b1c25a77e0ccf5f5432f5c2008e954c4]

        INTEGRATION: CWS ab08fixes (1.16.2); FILE MERGED 2004/05/18 11:23:48 ab 1.16.2.1: #i16341# Fixed addLines() method

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [70790b0c2f722af43f077e5e7bfd4f217b39dac4]

        INTEGRATION: CWS ab08fixes (1.4.64); FILE MERGED 2004/05/05 14:59:36 ab 1.4.64.1: #i16341# Fixed EOL handling for syntax highlighter

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [cb5d8171a2a3b07b4cca4267bffe55b776eac908]

        INTEGRATION: CWS ab08fixes (1.22.60); FILE MERGED 2004/05/05 15:00:07 ab 1.22.60.1: #i16341# Fixed EOL handling for syntax highlighter

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [2c3087c2befd2dad56d7abfc54f6e90724be25b3]

        INTEGRATION: CWS ab08fixes (1.25.10); FILE MERGED 2004/05/05 15:02:34 ab 1.25.10.1: #i16341# Fixed EOL handling for syntax highlighter

2004-05-28  Oliver Bolte  <obo@openoffice.org>  [06d91e61346aee420c1621e7414b8793bdfcf999]

        INTEGRATION: CWS ab08fixes (1.36.32); FILE MERGED 2004/05/05 15:02:34 ab 1.36.32.1: #i16341# Fixed EOL handling for syntax highlighter

2004-05-28  Rüdiger Timm  <rt@openoffice.org>  [01c7e968fb3be72eae06461f9f743186e2467534]

        #i29627# cleanup at exit (fix by KA)

2004-05-28  Kurt Zenker  <kz@openoffice.org>  [aa448849abefc9f08c5c868734dc08fe245f79ec]

        new version for SRC680

2004-05-28  Rüdiger Timm  <rt@openoffice.org>  [074be721812ccebea7fc9ff02f0af5049a4abb43]

        #i29628# (Fix by KA)

2004-05-28  Rüdiger Timm  <rt@openoffice.org>  [d1cb71fbad7bf1865fd204f07d39ff8cdc4b7afb]

        #i29635# images2.zip, to get images in setup application (fixed by KA)

2004-05-27  Rüdiger Timm  <rt@openoffice.org>  [9f31114fbbafa695b3b69cd3aacd1cebb00f4525]

        #i10000# deliver.pl

2004-05-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5a3fc934aae4497f77eae14f8178cabf67b50cd4]

        #10000# remove now obsolete *.ilst2

2004-05-27  Rüdiger Timm  <rt@openoffice.org>  [1d962309fdefb9de1874c2db5e0424e985a53a8d]

        #i10000# Use correct macro for common outdir

2004-05-27  Mikhail Voitenko  <mav@openoffice.org>  [e7385170b269628124ccfdc5ed1fcbf2948b6809]

        #i28277# remove message box

2004-05-27  Rüdiger Timm  <rt@openoffice.org>  [5553a1eb86e1e1aea4050eb3fde34051b7cfe1ac]

        #i10000# make res files readable for anyone

2004-05-27  Rüdiger Timm  <rt@openoffice.org>  [f8c7a3a614598c641b190f211bbe8b9de4682eea]

        #i10000# correct path replacement

2004-05-27  Rüdiger Timm  <rt@openoffice.org>  [7a9aad2814feaba6f441059c060d0ff603d81caf]

        #i10000# correct path delimiter

2004-05-27  Rüdiger Timm  <rt@openoffice.org>  [b486fe64260cb29bdc7bdf89284aa2ee0e1ac5f6]

        #i10000# some more fine tuning

2004-05-27  Ingo Schmidt  <is@openoffice.org>  [ce46abd9ed7d61a276c54309e6fc7dd0278ecd41]

        #i25326# setup_native into dependency list

2004-05-27  Rüdiger Timm  <rt@openoffice.org>  [c6e26eb071918cb07dd4e74bbeafd77dbcf7c2aa]

        #i10000# .

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [0bc12ed51bf7509c85d9db378006598fddc667c5]

        #i10000# No getstyle-gnome

2004-05-26  Ingo Schmidt  <is@openoffice.org>  [03842faa2a04b35a1b03572063cabc93f60913ec]

        #116507# javafilter custom action

2004-05-26  Ingo Schmidt  <is@openoffice.org>  [7140b2fd09eba3c997ea70adbba28052e44c44c3]

        #i25326# fixes in makefile by ause

2004-05-26  Tino Rachui  <tra@openoffice.org>  [89f9d94faa3501d5eb8dba2f920536ab28a81b29]

        #i28276# #i28286#

2004-05-26  Tino Rachui  <tra@openoffice.org>  [72200a0ff7676d64dc127bfb281b73b2dcd77433]

        #i28276#

2004-05-26  Tino Rachui  <tra@openoffice.org>  [d028b0cdfc1e4a5a65597eefee1b7076b0e3b647]

        #i28277#force standard calling convention using __stdcall

2004-05-26  Ingo Schmidt  <is@openoffice.org>  [a43401310cba82296baa70315b6e40fe328150f7]

        #116507# registering javafilter

2004-05-26  Kurt Zenker  <kz@openoffice.org>  [64666277136a857267af0f8abbb45409d8bbf3a5]

        new version for SRC680

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [d185f8fc027e929bc8d251f350d6ca1a2a0f2d73]

        #i10000# No com?????.res gets built any more in module wizards

2004-05-26  Kurt Zenker  <kz@openoffice.org>  [1164b3274b0f7a8fe4bead0ac1bdab60d5d4d708]

        new version for SRC680

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [45dee4b2c9644d1a15d82004e5c688bc33ab63e4]

        #i10000# remove overloading ambiguity between SwDoc::GetPageDesc(const unsigned short) const and SwDoc::GetPageDesc(const String&)

2004-05-26  Vladimir Glazounov  <vg@openoffice.org>  [e05953cdc65f9c8015d651b9bc5b39b37bb2a9a7]

        #100000# changes from r1.62 available

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [5bee29757965b8f258ff8b780219ef512ccca4c2]

        #i10000# Replaced uint by sal_uInt32

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [aad1376e1223374d50cc9be0a41bbcb43c8ce315]

        #i10000# Replaced uint by sal_uInt32

2004-05-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f7209094878460e555e5eea6143c75d1dd652850]

        introduce SO_PACK

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [46923f8d874db2a0962f1ed5bf3c9786939ebe51]

        #i10000# Return value for SwPageDesc::operator =

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [c84e4aea017cb072543bd41a24981a73676dcb48]

        #i10000# Newline at end of file added

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [caacb2f026bf8fd810b94ecfafb2ac9e515b5119]

        #i10000# using namespace std, as it was removed from SwRewriter.hxx

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [43d76b13c03a3241c910c5b814842dd9d4227f2a]

        #i10000# Do not use 'using namespace std' in headers

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [5a82d7586a2b4a0b9ae461b40e77e5dfbf7d34a9]

        #i10000#, #i27205#: GetSizeType() replaced with GetHeightSizeType() (see CWS swautowidth)

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [9223e4ad8e72241e19272713851832728b5670b3]

        #i10000# Removed 'using namespace ::com::sun::star::util': typedef Color from com/sun/star/util/Color.hpp conflicts with class Color from tools/color.hxx

2004-05-26  Daniel Rentz  <dr@openoffice.org>  [6a969a63488179f680f17438195b66c6f40b403a]

        #i26521# endless loop in VBA import, if string is too long

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [17ef50c21827b549eb8e296c89f3a420fbde8f4a]

        #i10000#, #116912# Compile time fixes

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [b00f33ae6478c25b7cb25923f5b43c1430d0f4d9]

        #i10000#, #116912# Compile time fixes

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [9d5e4ac1c092ea29d2303516c894efb2ab8f3e41]

        #i10000# Merge conflict

2004-05-26  Rüdiger Timm  <rt@openoffice.org>  [7c583d7066bbf732e89773e4f44f89ef11462709]

        #i10000# Do not use svx include path inside module svx!

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [47adb5398582a6a1bde573e6e1ecb77506c411e4]

        #i10000#, #116912# GetDescr

2004-05-25  Mikhail Voitenko  <mav@openoffice.org>  [1829f62f407dfc74763e09a1af5697840366d232]

        #i28277# remove assertions

2004-05-25  Mikhail Voitenko  <mav@openoffice.org>  [ff9ed5583ed4cf0e6b837cf8bb022a7d2c6196c9]

        #i28277# native installer plugin for ActiveX control

2004-05-25  Mikhail Voitenko  <mav@openoffice.org>  [555899cbadc271cf8002504744951e45168b2e14]

        #i28277# native installer plugin for ActiveX control

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [a5f67ba9ff8b17fa03776eec22dce3b8765387c2]

        #i10000# Remove duplicates, introduced by multiple integrations

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [8a98e5e529e111f9075d855e080cedf1d916bcc7]

        INTEGRATION: CWS swundo01 (1.9.126); FILE MERGED 2004/05/25 14:43:39 hbrinkm 1.9.126.3: #116912# Compile time fixes 2003/11/18 13:47:21 hbrinkm 1.9.126.2: #i7983# 2003/08/15 14:14:19 hbrinkm 1.9.126.1: #111827#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [d1a30ede5190260fd02d7c5a9ea513bdf7ad9aec]

        INTEGRATION: CWS swundo01 (1.16.6); FILE MERGED 2004/05/25 14:43:30 hbrinkm 1.16.6.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [9cb8390985904edfc479ca2c4a74d8f68575231f]

        INTEGRATION: CWS swundo01 (1.77.8); FILE MERGED 2004/05/25 14:43:27 hbrinkm 1.77.8.4: #116912# Compile time fixes 2004/04/19 10:25:15 hbrinkm 1.77.8.3: RESYNC: (1.78-1.79); FILE MERGED 2004/01/06 23:46:25 hbrinkm 1.77.8.2: RESYNC: (1.77-1.78); FILE MERGED 2004/01/06 15:41:55 hbrinkm 1.77.8.1: #111840#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [c95e9bbffd40e119b28826eef3b0a2c4dbaaf8e9]

        INTEGRATION: CWS swundo01 (1.8.30); FILE MERGED 2004/05/25 14:43:26 hbrinkm 1.8.30.3: #116912# Compile time fixes 2003/09/23 12:38:05 hbrinkm 1.8.30.2: #111827# 2003/08/15 14:13:21 hbrinkm 1.8.30.1: #111827#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [323fd1bb300a407d8df5bc18a740bd4b389d37c7]

        INTEGRATION: CWS swundo01 (1.6.126); FILE MERGED 2004/05/25 14:43:26 hbrinkm 1.6.126.3: #116912# Compile time fixes 2003/09/23 12:38:04 hbrinkm 1.6.126.2: #111827# 2003/08/15 14:10:07 hbrinkm 1.6.126.1: #111827#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [9697eb91b23329e7cab66389a6c3cbe2007abefb]

        INTEGRATION: CWS swundo01 (1.5.126); FILE MERGED 2003/11/18 15:41:04 hbrinkm 1.5.126.3: RESYNC: (1.5-1.6); FILE MERGED 2003/09/23 12:38:02 hbrinkm 1.5.126.2: #111827# 2003/08/15 14:06:07 hbrinkm 1.5.126.1: #111835#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [f377e30604659749e947c63b5c6379c964f01056]

        INTEGRATION: CWS swundo01 (1.3.126); FILE MERGED 2004/05/25 14:43:19 hbrinkm 1.3.126.2: #116912# Compile time fixes 2003/08/15 14:01:04 hbrinkm 1.3.126.1: #111827#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [139d8a8e3e4c6ab5861b56e0f0ecf2941c69bb69]

        INTEGRATION: CWS swundo01 (1.29.48); FILE MERGED 2004/05/25 14:43:16 hbrinkm 1.29.48.4: #116912# Compile time fixes 2004/04/19 10:06:12 hbrinkm 1.29.48.3: RESYNC: (1.30-1.32); FILE MERGED 2003/11/18 15:55:44 hbrinkm 1.29.48.2: RESYNC: (1.29-1.30); FILE MERGED 2003/09/23 12:37:55 hbrinkm 1.29.48.1: #111827#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [8611946109c4c22f3e24b73cdfe5c9675fc91384]

        INTEGRATION: CWS swundo01 (1.37.30); FILE MERGED 2004/05/25 14:43:40 hbrinkm 1.37.30.3: #116912# Compile time fixes 2004/01/06 22:57:00 hbrinkm 1.37.30.2: RESYNC: (1.39-1.40); FILE MERGED 2003/08/15 14:18:01 hbrinkm 1.37.30.1: #111827#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [7b812466acb73fba08604dfe6cb3fcd8c7cb18d9]

        INTEGRATION: CWS swundo01 (1.70.68); FILE MERGED 2004/05/25 14:43:39 hbrinkm 1.70.68.5: #116912# Compile time fixes 2004/02/11 15:18:13 hbrinkm 1.70.68.4: RESYNC: (1.72-1.73); FILE MERGED 2004/01/06 23:25:50 hbrinkm 1.70.68.3: RESYNC: (1.70-1.72); FILE MERGED 2003/09/23 12:38:09 hbrinkm 1.70.68.2: #111827# 2003/08/15 14:15:02 hbrinkm 1.70.68.1: #111827#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [6638a37fde5668704dfb42f839a2acfe6c3f0a89]

        INTEGRATION: CWS swundo01 (1.60.50); FILE MERGED 2004/05/25 14:43:38 hbrinkm 1.60.50.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [968814b79af6b96ad4682ef8053870864edd5569]

        INTEGRATION: CWS swundo01 (1.34.98); FILE MERGED 2004/05/25 14:43:38 hbrinkm 1.34.98.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [165788dfa6ed4b722692330ca35f825fd69f8b70]

        INTEGRATION: CWS swundo01 (1.76.80); FILE MERGED 2004/05/25 14:43:37 hbrinkm 1.76.80.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [3b323cce35de8d34f0dec647d9c50b53e145c67c]

        INTEGRATION: CWS swundo01 (1.64.96); FILE MERGED 2004/05/25 14:43:36 hbrinkm 1.64.96.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [977add6a17e9fab679664f8c098bbf4857a9536d]

        INTEGRATION: CWS swundo01 (1.31.96); FILE MERGED 2004/05/25 14:43:36 hbrinkm 1.31.96.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [3b45d58a254bebeff5085d3a5e99bdc26b311cbc]

        INTEGRATION: CWS swundo01 (1.64.42); FILE MERGED 2004/05/25 14:43:35 hbrinkm 1.64.42.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [98df2a76c0f7690abbee38bbd9ca041238f4cb3c]

        INTEGRATION: CWS swundo01 (1.74.80); FILE MERGED 2004/05/25 14:43:35 hbrinkm 1.74.80.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [c1002dfa4ed2c3f823761dc8b9abf31f9dfb8270]

        INTEGRATION: CWS swundo01 (1.12.6); FILE MERGED 2004/05/25 14:43:34 hbrinkm 1.12.6.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [2c96378833d0f452af4e4b4bd5a7a2adaa6329d4]

        INTEGRATION: CWS swundo01 (1.23.96); FILE MERGED 2004/05/25 14:43:32 hbrinkm 1.23.96.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [855d75d2ae8df93dd7e1594c2b32bf6af098655d]

        INTEGRATION: CWS swundo01 (1.36.94); FILE MERGED 2004/05/25 14:43:31 hbrinkm 1.36.94.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [f760420ca1a9b7e0dd2fd121b32e12f5c02ce9b9]

        INTEGRATION: CWS swundo01 (1.46.80); FILE MERGED 2004/05/25 14:43:31 hbrinkm 1.46.80.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [74b727820bb1ab4d5c322655e6df1ce52a2aae37]

        INTEGRATION: CWS swundo01 (1.25.52); FILE MERGED 2004/05/25 14:43:30 hbrinkm 1.25.52.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [4d2e8467334e505ac654fbf112591a281e0b742c]

        INTEGRATION: CWS swundo01 (1.8.52); FILE MERGED 2004/05/25 14:43:30 hbrinkm 1.8.52.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [619c52b1d4c8427993d7d59a8b8e0151e47cf4ae]

        INTEGRATION: CWS swundo01 (1.11.80); FILE MERGED 2004/05/25 14:43:29 hbrinkm 1.11.80.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [96fbac1c7565091df2d0c2c0ce6164cbdab41c73]

        INTEGRATION: CWS swundo01 (1.27.98); FILE MERGED 2004/05/25 14:43:29 hbrinkm 1.27.98.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [12f07b447ad078f499aba000afd41267b8487aee]

        INTEGRATION: CWS swundo01 (1.54.8); FILE MERGED 2004/05/25 14:43:28 hbrinkm 1.54.8.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [21b22b611a15339d5ee91d238a3007a7828745aa]

        INTEGRATION: CWS swundo01 (1.35.52); FILE MERGED 2004/05/25 14:43:28 hbrinkm 1.35.52.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [8083f429b7157e8eacb8a47a67e3c4ca3b97d31f]

        INTEGRATION: CWS swundo01 (1.42.98); FILE MERGED 2004/05/25 14:43:27 hbrinkm 1.42.98.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [3d45a11c0c53742a69ea469803b33b65e0ba81f4]

        INTEGRATION: CWS swundo01 (1.53.40); FILE MERGED 2004/05/25 14:43:21 hbrinkm 1.53.40.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [702e87e9e63a19223c4af42b0a2dcb1a3c61227e]

        INTEGRATION: CWS swundo01 (1.32.50); FILE MERGED 2004/05/25 14:43:20 hbrinkm 1.32.50.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [917d7454b8593c21cac41a271c1f3de3fd54dfef]

        INTEGRATION: CWS swundo01 (1.18.126); FILE MERGED 2004/05/25 14:43:20 hbrinkm 1.18.126.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [8fd250612cf4899291fbae569a31a285e30b1a35]

        INTEGRATION: CWS swundo01 (1.4.126); FILE MERGED 2004/05/25 14:43:19 hbrinkm 1.4.126.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [8955edd67864ee706b7b7994b17e0ffc8d05b0b0]

        INTEGRATION: CWS swundo01 (1.28.6); FILE MERGED 2004/05/25 14:43:18 hbrinkm 1.28.6.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [3ee5f1f3d40c4617b7e0fe2f074ecaf2d8aaa479]

        INTEGRATION: CWS swundo01 (1.24.120); FILE MERGED 2004/05/25 14:43:18 hbrinkm 1.24.120.7: #116912# Compile time fixes 2004/04/19 10:07:51 hbrinkm 1.24.120.6: RESYNC: (1.30-1.31); FILE MERGED 2004/02/11 15:58:12 hbrinkm 1.24.120.5: RESYNC: (1.28-1.30); FILE MERGED 2004/01/07 00:10:21 hbrinkm 1.24.120.4: RESYNC: (1.27-1.28); FILE MERGED 2003/11/18 15:55:10 hbrinkm 1.24.120.3: RESYNC: (1.25-1.27); FILE MERGED 2003/09/23 14:10:20 hbrinkm 1.24.120.2: RESYNC: (1.24-1.25); FILE MERGED 2003/08/15 13:57:55 hbrinkm 1.24.120.1: #111835#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [0132202169849134f805390db8db9ad5655fa47c]

        INTEGRATION: CWS swundo01 (1.9.4); FILE MERGED 2004/05/25 14:43:17 hbrinkm 1.9.4.1: #116912# Compile time fixes

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [5abaa905763ad63342bb2b5803ab16caa2bcd282]

        INTEGRATION: CWS swundo01 (1.2.34); FILE MERGED 2004/05/25 14:43:16 hbrinkm 1.2.34.3: #116912# Compile time fixes 2004/04/19 10:01:20 hbrinkm 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/06 15:25:13 hbrinkm 1.2.34.1: #111840#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [1b42ffbdc5f4dc24cd26d7749ec46692cfa72090]

        INTEGRATION: CWS swundo01 (1.46.30); FILE MERGED 2004/05/25 14:43:15 hbrinkm 1.46.30.10: #116912# Compile time fixes 2004/04/19 09:57:50 hbrinkm 1.46.30.9: RESYNC: (1.53-1.64); FILE MERGED 2004/02/11 16:04:43 hbrinkm 1.46.30.8: RESYNC: (1.51-1.53); FILE MERGED 2004/01/06 14:51:45 hbrinkm 1.46.30.7: #111840# 2003/11/18 15:59:35 hbrinkm 1.46.30.6: RESYNC: (1.48-1.51); FILE MERGED 2003/11/18 13:47:13 hbrinkm 1.46.30.5: #i7983# 2003/11/11 13:43:35 hbrinkm 1.46.30.4: #i7983# 2003/09/23 14:11:35 hbrinkm 1.46.30.3: RESYNC: (1.46-1.48); FILE MERGED 2003/09/23 12:37:50 hbrinkm 1.46.30.2: #111827# 2003/08/15 13:21:35 hbrinkm 1.46.30.1: #111827#

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [ebd58780956e43f1bc5115df646ea39d0c4a3a0a]

        #i10000# Removed 'using namespace ::com::sun::star::util': typedef Color from com/sun/star/util/Color.hpp conflicts with class Color from tools/color.hxx

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [9023e97faec54d2c3952bd79d3d59754028bb8d5]

        #i10000# Removed 'using namespace ::com::sun::star::util': typedef Color from com/sun/star/util/Color.hpp conflicts with class Color from tools/color.hxx

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [3c000b0af4f2e3ced73b758ddd8cd6441b95d21e]

        #i10000# Do not include sfx2/sfxsids.hrc

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [e846c8fe410b62df53d56952d1a8b4cac367daa7]

        #i10000# Removed 'using namespace ::com::sun::star::util': typedef Color from com/sun/star/util/Color.hpp conflicts with class Color from tools/color.hxx

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [88a0d0a5753e643558c35daaf62bb41a1d091612]

        #i10000# removed 'using namespace ::com::sun::star::util'

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [485a29268530b5462369f44ffb554028805c4809]

        #i10000# Do not include svx header with svx path, this does not work before deliver!

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [5187c410e16a3d458b99de1ef73e872fc3a127cf]

        #i10000# Typo fixed

2004-05-25  Rüdiger Timm  <rt@openoffice.org>  [0a7c8d1a999f2e626dd32bce34cf6652ef8162f3]

        #i10000# Avoid using namespace ::com::sun::star::util, because typedef Color from com/sun/star/util/Color.hpp conflicts with class Color from tools/color.cxx

2004-05-24  Kurt Zenker  <kz@openoffice.org>  [7e0dd59c554802fc8ef42564f24ed57cdf599a69]

        new version for SRC680

2004-05-24  Ingo Schmidt  <is@openoffice.org>  [68d28e25348ced2619733d8b177423d3aefab900]

        #i28464# ooo native installer

2004-05-24  Ingo Schmidt  <is@openoffice.org>  [cf96b373ad54e0f838bbec849c78732e0516c39b]

        #i28464# ooo native installer

2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [90627fce048022d10de4ff7a86e0572b3d315d74]

        #i10000# Don't include own headers using svx path - this is handled by deliver and HEDABU.

2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [41dab6f17c983f28226f9fd3a89db01bac475df1]

        #i10000# New image handling introduced with CWS bmpres01

2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [af764409925bbb7b8f709534e45b2ff827e48a0d]

        #i10000# Syntax of DBG_ERROR() statements.

2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [46dd7d5eeeaeb723fb9dbaa5dd6ae2f4cf0a8eb7]

        #i10000# Multiple declaration for i

2004-05-24  Kurt Zenker  <kz@openoffice.org>  [4f3e46cccfa683ee2a3e0c00e59faf28317c29c8]

        new version for SRC680

2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [043c10fa983048fcd6fb26d958329bfd685cc1f8]

        #i10000# There is no com/sun/star/util/color any more, take Color instead

2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [b56fee92d9cded149eead3cddaf1bd8d823b9a24]

        #i10000# Cast changed to make it compile under solaris, too.

2004-05-24  Kurt Zenker  <kz@openoffice.org>  [6adf5bcafd161c6fd57bee99815a4426e3622911]

        new version for SRC680

2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [0372ee5240e3b8c80e3f82ff91a013dca0d76a63]

        #i10000# resolved merge problem

2004-05-24  Kurt Zenker  <kz@openoffice.org>  [77a52824b50d6e937837a3fb169e305c852208a7]

        new version for SRC680

2004-05-24  Rüdiger Timm  <rt@openoffice.org>  [8232443a5a1e257bb08f133d7cf8ac431cafb2c1]

        #i10000# merge conflict

2004-05-24  Vladimir Glazounov  <vg@openoffice.org>  [4f16ff9e677e9747b74f51e0d3ffb03c8083e1bf]

        #i29286# strip variable is not defined only for MSC

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [bf2188c28f24de23d47ca244e8d973d47770656c]

        INTEGRATION: CWS bmpres01 (1.11.40); FILE MERGED 2004/05/04 15:03:14 ka 1.11.40.1: new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b8df16af981b2c246c1016705fc87e2865216b0e]

        INTEGRATION: CWS bmpres01 (1.5.36); FILE MERGED 2004/02/29 21:33:10 ka 1.5.36.1: new Image handling

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [9895a98298597220206708a671c8c491ba7d3afb]

        INTEGRATION: CWS bmpres01 (1.22.36); FILE MERGED 2004/02/11 16:15:10 ka 1.22.36.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [ada6cb2b585c3050029cd979f2289cca7097b432]

        INTEGRATION: CWS bmpres01 (1.64.36); FILE MERGED 2004/04/27 22:20:30 ka 1.64.36.2: RESYNC: (1.64-1.65); FILE MERGED 2004/02/11 16:15:10 ka 1.64.36.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [5a65505cbd14282071414fe7286ff4038b64aa68]

        INTEGRATION: CWS bmpres01 (1.101.34); FILE MERGED 2004/04/27 22:20:21 ka 1.101.34.2: RESYNC: (1.101-1.102); FILE MERGED 2004/02/11 16:15:09 ka 1.101.34.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [c5d7f9c5b71e762dee4fed0e87650f8b036c9b84]

        INTEGRATION: CWS bmpres01 (1.7.36); FILE MERGED 2004/02/13 13:06:15 ka 1.7.36.2: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:09 ka 1.7.36.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [bfbee919b95571b5c6216ef92c7fa1a180d364a2]

        INTEGRATION: CWS bmpres01 (1.4.100); FILE MERGED 2004/04/27 13:28:04 ka 1.4.100.1: using new image resource structure

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [eb62093cd587fc6837af5a476c3fa86a8e8d301a]

        INTEGRATION: CWS bmpres01 (1.17.36); FILE MERGED 2004/04/27 22:18:54 ka 1.17.36.3: RESYNC: (1.17-1.19); FILE MERGED 2004/04/15 11:48:59 ka 1.17.36.2: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/11 16:15:08 ka 1.17.36.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [5ba4c986fa1fad3b03eb39d9dd7e2e00c520ad67]

        INTEGRATION: CWS bmpres01 (1.13.34); FILE MERGED 2004/04/23 14:39:41 ka 1.13.34.7: added support for ZIPped image directory 2004/04/21 13:33:13 ka 1.13.34.6: removed string.h include 2004/04/15 11:48:58 ka 1.13.34.5: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/29 21:34:20 ka 1.13.34.4: added Image display cache 2004/02/18 09:58:56 ka 1.13.34.3: #i22149#: added support for alpha masks 2004/02/13 15:22:38 ka 1.13.34.2: #i22149#: removed debug printf 2004/02/11 16:15:08 ka 1.13.34.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [587fdfd760bd3a6f4cea12c9bf57984c8788930e]

        INTEGRATION: CWS bmpres01 (1.9.34); FILE MERGED 2004/04/27 13:28:04 ka 1.9.34.7: using new image resource structure 2004/04/23 14:39:41 ka 1.9.34.6: added support for ZIPped image directory 2004/04/21 14:25:36 ka 1.9.34.5: added support for external compressed image tree 2004/04/15 11:48:58 ka 1.9.34.4: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/18 09:58:55 ka 1.9.34.3: #i22149#: added support for alpha masks 2004/02/12 11:39:37 ka 1.9.34.2: #i22149# support for alpha masks 2004/02/11 16:15:08 ka 1.9.34.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [23897bd2037173ef40a1ef2d79ebb9ab141a8ee8]

        INTEGRATION: CWS bmpres01 (1.2.36); FILE MERGED 2004/02/13 13:06:13 ka 1.2.36.2: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:08 ka 1.2.36.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [fc281785b3df12edc6d9ffd9cc6e5d10db219f75]

        INTEGRATION: CWS bmpres01 (1.3.34); FILE MERGED 2004/02/11 16:15:08 ka 1.3.34.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e6708cca85365a0d5110ab73ebca41d103d19e28]

        INTEGRATION: CWS bmpres01 (1.8.34); FILE MERGED 2004/05/03 08:08:36 ka 1.8.34.9: added additional short reading to satisfy bitmap respource structure 2004/04/27 13:28:03 ka 1.8.34.8: using new image resource structure 2004/04/21 14:25:36 ka 1.8.34.7: added support for external compressed image tree 2004/04/15 11:48:58 ka 1.8.34.6: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/03/03 15:51:11 ka 1.8.34.5: cleanup 2004/03/03 15:43:19 ka 1.8.34.4: cleanup 2004/02/13 13:06:12 ka 1.8.34.3: #i22149#: support for alpha masks (cleanup) 2004/02/12 11:42:07 ka 1.8.34.2: #i22149# support for alpha masks 2004/02/03 14:49:16 ka 1.8.34.1: added support for transparent resource bitmaps from local file system

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [0d9e8157ba32daa959c230f6ae201387dd8bb62b]

        INTEGRATION: CWS bmpres01 (1.9.34); FILE MERGED 2004/04/21 13:27:06 ka 1.9.34.5: added missing CopyPixel part (Palette=>24Bit) 2004/04/15 11:48:58 ka 1.9.34.4: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/13 13:06:12 ka 1.9.34.3: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:07 ka 1.9.34.2: #i22149#: added alpha mask support for Images/ImageLists 2004/02/03 14:49:15 ka 1.9.34.1: added support for transparent resource bitmaps from local file system

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [598c2d97282984992f71284d9452a70337c14793]

        INTEGRATION: CWS bmpres01 (1.8.188); FILE MERGED 2004/04/27 14:33:53 ka 1.8.188.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [5da4deaff917bd1acc25b03ed8ff61cb0de7713c]

        INTEGRATION: CWS bmpres01 (1.39.32); FILE MERGED 2004/05/04 14:20:55 ka 1.39.32.1: new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [33d6a27389243f53ce52f488f51aab483de2523d]

        INTEGRATION: CWS bmpres01 (1.4.36); FILE MERGED 2004/05/07 13:28:37 ka 1.4.36.1: call RegisterServices just after creation of user tree to allow usage of UCB for new image resource helper classes in VCL

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [cd85650466b1710d58caa48df86c7a55956c22fd]

        INTEGRATION: CWS bmpres01 (1.4.36); FILE MERGED 2004/05/07 14:00:26 ka 1.4.36.2: syntax 2004/05/07 13:28:37 ka 1.4.36.1: call RegisterServices just after creation of user tree to allow usage of UCB for new image resource helper classes in VCL

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [2d36bc194a3fb756a5a60c118bcf8d23f45de71a]

        INTEGRATION: CWS bmpres01 (1.54.54); FILE MERGED 2004/05/04 14:20:54 ka 1.54.54.1: new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [350de90a7a2d9905b086b52454527f92d29fb794]

        INTEGRATION: CWS bmpres01 (1.133.36); FILE MERGED 2004/05/07 13:28:36 ka 1.133.36.1: call RegisterServices just after creation of user tree to allow usage of UCB for new image resource helper classes in VCL

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [3d8812c103b2fb9586b9aef6a4f2889f53318274]

        INTEGRATION: CWS bmpres01 (1.22.52); FILE MERGED 2004/05/07 13:28:35 ka 1.22.52.1: call RegisterServices just after creation of user tree to allow usage of UCB for new image resource helper classes in VCL

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [9b558ed1ff5edec0a0b67f7ab679d4d34feb5162]

        INTEGRATION: CWS bmpres01 (1.7.40); FILE MERGED 2004/05/04 14:13:42 ka 1.7.40.2: copy images.zip file to share/config folder 2004/05/03 16:00:42 hjs 1.7.40.1: #i22149# add images.zip

2004-05-21  Joachim Lingner  <jl@openoffice.org>  [dfe71dabee5e3ff50f1903792f9c3b86613531da]

        #i20052#

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [323bc4fcca7f60530607d3c0ffa7d66ea5ea1a3c]

        INTEGRATION: CWS bmpres01 (1.15.36); FILE MERGED 2004/04/21 13:29:39 ka 1.15.36.3: added impimagetree.cxx 2004/02/12 11:42:07 ka 1.15.36.2: #i22149# support for alpha masks 2004/02/03 14:49:17 ka 1.15.36.1: added support for transparent resource bitmaps from local file system

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [4a16da8f48a04bbd0fe1457408087e4f26d393cb]

        INTEGRATION: CWS bmpres01 (1.5.36); FILE MERGED 2004/02/29 21:33:10 ka 1.5.36.1: new Image handling

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [c1c3d1740e1288a664bf655168a595bf668afa41]

        INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/05/05 17:17:32 tv 1.1.2.1: #i22149#

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [8f9ffae1ae9613ebd5e425193ec54db2c6ac7d6c]

        INTEGRATION: CWS bmpres01 (1.22.36); FILE MERGED 2004/02/11 16:15:10 ka 1.22.36.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [afcd2893715236c61d1313535ba8e194de0cdfcf]

        INTEGRATION: CWS bmpres01 (1.64.36); FILE MERGED 2004/04/27 22:20:30 ka 1.64.36.2: RESYNC: (1.64-1.65); FILE MERGED 2004/02/11 16:15:10 ka 1.64.36.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [8fd0b7b5bf7451a0efaa56572596d74c8c58877e]

        INTEGRATION: CWS bmpres01 (1.101.34); FILE MERGED 2004/04/27 22:20:21 ka 1.101.34.2: RESYNC: (1.101-1.102); FILE MERGED 2004/02/11 16:15:09 ka 1.101.34.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [7c0e84ecaf8f87a620c15ba7b140af2ae55e8126]

        INTEGRATION: CWS bmpres01 (1.4.100); FILE MERGED 2004/04/27 13:28:04 ka 1.4.100.1: using new image resource structure

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [1b6d4ef6c99fbb9c11ce79dd62c17c5fd1b42d01]

        INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/02/12 08:43:16 ka 1.1.2.1: initial revision

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [1637377787b6a8f39d9dc8dc2110d7e2097ee343]

        INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/02/13 13:06:14 ka 1.1.2.3: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:08 ka 1.1.2.2: #i22149#: added alpha mask support for Images/ImageLists 2004/02/02 08:59:32 ka 1.1.2.1: initial revision

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [0339e43208cd7b98d302e420b39ac32911acaa56]

        INTEGRATION: CWS bmpres01 (1.17.36); FILE MERGED 2004/04/27 22:18:54 ka 1.17.36.3: RESYNC: (1.17-1.19); FILE MERGED 2004/04/15 11:48:59 ka 1.17.36.2: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/11 16:15:08 ka 1.17.36.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [bd35bcbd013dc4b4cff4cfeed5e18fb492c5ae9e]

        INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/05/07 13:43:18 ka 1.1.2.9: cleanup 2004/05/06 11:32:44 ka 1.1.2.8: default to file system read in case of not available services 2004/05/05 17:17:19 tv 1.1.2.7: #i22149# 2004/04/29 15:29:29 ka 1.1.2.6: trying to read PNG's now 2004/04/27 13:28:04 ka 1.1.2.5: using new image resource structure 2004/04/23 14:38:32 ka 1.1.2.4: added support for ZIPped image directory 2004/04/21 14:30:32 ka 1.1.2.3: added DBG_ERROR for missing file 2004/04/21 14:25:37 ka 1.1.2.2: added support for external compressed image tree 2004/04/21 13:06:58 ka 1.1.2.1: initial revision

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b77bb89270d4625f0bd5cb9e7dd7d3fecb36ae44]

        INTEGRATION: CWS bmpres01 (1.13.34); FILE MERGED 2004/04/23 14:39:41 ka 1.13.34.7: added support for ZIPped image directory 2004/04/21 13:33:13 ka 1.13.34.6: removed string.h include 2004/04/15 11:48:58 ka 1.13.34.5: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/29 21:34:20 ka 1.13.34.4: added Image display cache 2004/02/18 09:58:56 ka 1.13.34.3: #i22149#: added support for alpha masks 2004/02/13 15:22:38 ka 1.13.34.2: #i22149#: removed debug printf 2004/02/11 16:15:08 ka 1.13.34.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b069f933caebdedb4d4dd4e99c2dbbccd62bc85c]

        INTEGRATION: CWS bmpres01 (1.9.34); FILE MERGED 2004/04/27 13:28:04 ka 1.9.34.7: using new image resource structure 2004/04/23 14:39:41 ka 1.9.34.6: added support for ZIPped image directory 2004/04/21 14:25:36 ka 1.9.34.5: added support for external compressed image tree 2004/04/15 11:48:58 ka 1.9.34.4: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/18 09:58:55 ka 1.9.34.3: #i22149#: added support for alpha masks 2004/02/12 11:39:37 ka 1.9.34.2: #i22149# support for alpha masks 2004/02/11 16:15:08 ka 1.9.34.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e394b447585e5c60b18ee6e9b2c459cb71e2fcd3]

        INTEGRATION: CWS bmpres01 (1.2.36); FILE MERGED 2004/02/13 13:06:13 ka 1.2.36.2: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:08 ka 1.2.36.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [312887adb87cb7ea9f83ebc35bd103ca35a4a1ed]

        INTEGRATION: CWS bmpres01 (1.3.34); FILE MERGED 2004/02/11 16:15:08 ka 1.3.34.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e8f6cf2ae4ccab40db406399b45a1ee3dc6279f5]

        INTEGRATION: CWS bmpres01 (1.8.34); FILE MERGED 2004/05/03 08:08:36 ka 1.8.34.9: added additional short reading to satisfy bitmap respource structure 2004/04/27 13:28:03 ka 1.8.34.8: using new image resource structure 2004/04/21 14:25:36 ka 1.8.34.7: added support for external compressed image tree 2004/04/15 11:48:58 ka 1.8.34.6: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/03/03 15:51:11 ka 1.8.34.5: cleanup 2004/03/03 15:43:19 ka 1.8.34.4: cleanup 2004/02/13 13:06:12 ka 1.8.34.3: #i22149#: support for alpha masks (cleanup) 2004/02/12 11:42:07 ka 1.8.34.2: #i22149# support for alpha masks 2004/02/03 14:49:16 ka 1.8.34.1: added support for transparent resource bitmaps from local file system

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [6458f2cb3d8193c7f5e7f168c726e780d6ca9476]

        INTEGRATION: CWS bmpres01 (1.9.34); FILE MERGED 2004/04/21 13:27:06 ka 1.9.34.5: added missing CopyPixel part (Palette=>24Bit) 2004/04/15 11:48:58 ka 1.9.34.4: added support for MONOCHROME_BLACK AND ..._WHITE images/bitmaps 2004/02/13 13:06:12 ka 1.9.34.3: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:15:07 ka 1.9.34.2: #i22149#: added alpha mask support for Images/ImageLists 2004/02/03 14:49:15 ka 1.9.34.1: added support for transparent resource bitmaps from local file system

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [afa1bc40d89a2fa05c39cabe865aa8b5806cbb4d]

        INTEGRATION: CWS bmpres01 (1.33.32); FILE MERGED 2004/04/27 22:17:44 ka 1.33.32.4: RESYNC: (1.35-1.36); FILE MERGED 2004/02/29 12:53:06 ka 1.33.32.3: RESYNC: (1.34-1.35); FILE MERGED 2004/02/16 15:39:25 ka 1.33.32.2: RESYNC: (1.33-1.34); FILE MERGED 2004/02/12 11:42:06 ka 1.33.32.1: #i22149# support for alpha masks

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [07473e6b3a81bbaaffe0c37183e525e6e49cedbb]

        INTEGRATION: CWS bmpres01 (1.4.36); FILE MERGED 2004/05/07 14:00:26 ka 1.4.36.2: syntax 2004/05/07 13:28:37 ka 1.4.36.1: call RegisterServices just after creation of user tree to allow usage of UCB for new image resource helper classes in VCL

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [3f7ad669ed6067b26e82255d613038534c69abe9]

        INTEGRATION: CWS bmpres01 (1.39.32); FILE MERGED 2004/05/04 14:20:55 ka 1.39.32.1: new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e0bf0a9f1210096ec1d37a2ee2131ddf0c9b7c54]

        INTEGRATION: CWS bmpres01 (1.4.36); FILE MERGED 2004/05/07 13:28:37 ka 1.4.36.1: call RegisterServices just after creation of user tree to allow usage of UCB for new image resource helper classes in VCL

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [5b47ba5b8fe7310e0c96edcfeb83a6f1fa63f1f3]

        INTEGRATION: CWS bmpres01 (1.54.54); FILE MERGED 2004/05/04 14:20:54 ka 1.54.54.1: new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [ea21984718c45fc8be2b2f2747d36ac7329b8df7]

        INTEGRATION: CWS bmpres01 (1.17.64); FILE MERGED 2004/05/07 13:28:37 ka 1.17.64.1: call RegisterServices just after creation of user tree to allow usage of UCB for new image resource helper classes in VCL

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [173f40192f3bfd1cfcb7e0ac9a4c87c602b08089]

        INTEGRATION: CWS bmpres01 (1.133.36); FILE MERGED 2004/05/07 13:28:36 ka 1.133.36.1: call RegisterServices just after creation of user tree to allow usage of UCB for new image resource helper classes in VCL

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [7f0e110fba5bbb90aa6e1dd333c6400dfa1ba1ac]

        INTEGRATION: CWS bmpres01 (1.22.52); FILE MERGED 2004/05/07 13:28:35 ka 1.22.52.1: call RegisterServices just after creation of user tree to allow usage of UCB for new image resource helper classes in VCL

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [1ee8b79cd082462cecd38dabee3c72d981e0d19a]

        INTEGRATION: CWS bmpres01 (1.7.76); FILE MERGED 2004/04/06 15:43:26 pl 1.7.76.1: #i27525# add support for image lists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [7bcf8ff3fa730587cb056578a1c34e855de3a6d7]

        INTEGRATION: CWS bmpres01 (1.15.46); FILE MERGED 2004/05/06 14:40:37 ka 1.15.46.8: ignore cases for filepath search 2004/05/03 13:55:47 ka 1.15.46.7: write relative pathes to syslist 2004/05/03 09:31:11 ka 1.15.46.6: changed switch from -r... to -sub... 2004/04/29 15:19:30 ka 1.15.46.5: optized search order (PNG first) 2004/04/27 13:42:46 ka 1.15.46.4: created new resource structure for images 2004/04/21 14:53:12 ka 1.15.46.3: added support for external imagelist images 2004/04/06 15:43:26 pl 1.15.46.2: #i27525# add support for image lists 2004/02/02 08:51:49 ka 1.15.46.1: added environment variable to dump all bitmap/image resources into an output directory (RSC_FSYS_RESOURCES)

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e86699f1a633e6dacf97ab63f90db0941f377052]

        INTEGRATION: CWS bmpres01 (1.8.8); FILE MERGED 2004/04/27 13:42:45 ka 1.8.8.1: created new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [caadb8a39129f7408d2592e51d3f25c2307e94b9]

        INTEGRATION: CWS bmpres01 (1.7.8); FILE MERGED 2004/04/27 13:42:45 ka 1.7.8.2: created new resource structure for images 2004/04/21 14:50:03 ka 1.7.8.1: changed resource format for ImageLists (added Prefix, removed file references

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [574a32f575f8bc9f88129ae53e0aa665d451483b]

        INTEGRATION: CWS bmpres01 (1.7.8); FILE MERGED 2004/04/27 13:42:45 ka 1.7.8.5: created new resource structure for images 2004/04/21 14:50:02 ka 1.7.8.4: changed resource format for ImageLists (added Prefix, removed file references 2004/04/06 15:43:25 pl 1.7.8.3: #i27525# add support for image lists 2004/02/13 14:34:33 ka 1.7.8.2: #i22149#: support for alpha masks (cleanup) 2004/02/02 08:51:47 ka 1.7.8.1: added environment variable to dump all bitmap/image resources into an output directory (RSC_FSYS_RESOURCES)

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [624c013525015238064a05b442b1b955fbf18440]

        INTEGRATION: CWS bmpres01 (1.6.88); FILE MERGED 2004/04/21 14:50:02 ka 1.6.88.2: changed resource format for ImageLists (added Prefix, removed file references 2004/04/06 15:43:25 pl 1.6.88.1: #i27525# add support for image lists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b0917134c951108f48e9ceb7b05d4c20a7bc2dbc]

        INTEGRATION: CWS bmpres01 (1.6.68); FILE MERGED 2004/04/27 13:42:44 ka 1.6.68.3: created new resource structure for images 2004/04/21 14:46:13 ka 1.6.68.2: added support for external imagelist images 2004/04/06 15:43:25 pl 1.6.68.1: #i27525# add support for image lists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [fe2be8a9649ccf73cd9a0697ed599a82c6502187]

        INTEGRATION: CWS bmpres01 (1.4.88); FILE MERGED 2004/04/21 14:46:13 ka 1.4.88.1: added support for external imagelist images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [2ca246c29459234c370496174c5d38dd0833d063]

        INTEGRATION: CWS bmpres01 (1.8.74); FILE MERGED 2004/04/27 13:42:44 ka 1.8.74.4: created new resource structure for images 2004/04/21 14:46:13 ka 1.8.74.3: added support for external imagelist images 2004/04/06 15:43:24 pl 1.8.74.2: #i27525# add support for image lists 2004/02/02 08:51:45 ka 1.8.74.1: added environment variable to dump all bitmap/image resources into an output directory (RSC_FSYS_RESOURCES)

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e25afb22a7761fa53c8730095cc7709fe0753b27]

        INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/05/05 17:30:05 tv 1.1.2.1: #i22149#

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [13d98b989e7bef2694a3c9b0bc86ece6c70b6d11]

        INTEGRATION: CWS bmpres01 (1.8.46); FILE MERGED 2004/04/29 16:13:35 ka 1.8.46.1: new image resource handling

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [4098f19bfe7c17e0632f82f5c91ca4efbd4955ec]

        INTEGRATION: CWS bmpres01 (1.9.14); FILE MERGED 2004/04/28 08:10:24 ka 1.9.14.2: RESYNC: (1.9-1.12); FILE MERGED 2004/04/27 14:31:42 ka 1.9.14.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [5c7a7e798768c97c1fbc08e553c1f02f31914537]

        INTEGRATION: CWS bmpres01 (1.56.26); FILE MERGED 2004/04/28 18:30:42 ka 1.56.26.3: new resource handling for images 2004/04/27 20:29:14 ka 1.56.26.2: RESYNC: (1.56-1.58); FILE MERGED 2004/04/27 14:31:41 ka 1.56.26.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e464bd1403a02a98b696b26ae9d301e223ce81bc]

        INTEGRATION: CWS bmpres01 (1.4.92); FILE MERGED 2004/04/28 18:30:41 ka 1.4.92.1: new resource handling for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [f8f6bd330c331cd05b21b6bb49e6fc012547f7ae]

        INTEGRATION: CWS bmpres01 (1.29.46); FILE MERGED 2004/04/27 14:31:40 ka 1.29.46.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [21497478280f6f5e91cb7ec47d634715405cfb22]

        INTEGRATION: CWS bmpres01 (1.15.92); FILE MERGED 2004/04/27 14:31:39 ka 1.15.92.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [7ea0cda92ccbab3ed09268d4b2793b8f93c5a852]

        INTEGRATION: CWS bmpres01 (1.5.92); FILE MERGED 2004/04/27 14:31:37 ka 1.5.92.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [c5ec8233415e4e0d288698f68861aeafadce1f20]

        INTEGRATION: CWS bmpres01 (1.5.98); FILE MERGED 2004/05/04 15:10:51 hjs 1.5.98.2: #i22149# replace command for 4nt 2004/05/03 12:37:48 hjs 1.5.98.1: #i22149# required switches for new image handling

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [bb12af2ea3161ffb912ada69b9cfd4435d6fe208]

        INTEGRATION: CWS bmpres01 (1.142.34); FILE MERGED 2004/05/03 12:44:09 hjs 1.142.34.1: #i22149# removed obsolete targets and includes

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [8758ee6693c4037675873764093152800425d903]

        INTEGRATION: CWS bmpres01 (1.144.36); FILE MERGED 2004/05/03 17:44:42 hjs 1.144.36.1: #i22149# export LOCAL_OUT and LOCAL_COMMON_OUT; remove remains of bmp tool

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [19a7b2372764f21a03058686011ffd3e7bb2b004]

        INTEGRATION: CWS bmpres01 (1.4.98); FILE MERGED 2004/05/04 15:10:50 hjs 1.4.98.2: #i22149# replace command for 4nt 2004/05/03 12:37:49 hjs 1.4.98.1: #i22149# required switches for new image handling

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [64e062157e516846324571b26a648a308f93ac59]

        INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/05/05 16:40:28 hjs 1.1.2.2: #i22149# eat lineends 2004/05/03 13:29:46 hjs 1.1.2.1: #i22149# create image archive

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e67eac91ecc928f16212c90520652cab453eb162]

        INTEGRATION: CWS bmpres01 (1.55.10); FILE MERGED 2004/05/03 13:48:48 hjs 1.55.10.1: #i22149# deliver local images and lists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e127b617f57388d2d0797941a2a706a0f6ad4fd9]

        INTEGRATION: CWS bmpres01 (1.32.34); FILE MERGED 2004/05/04 14:31:42 ka 1.32.34.2: new resource structure for images 2004/04/27 14:33:58 ka 1.32.34.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [1c27e90c269956a6019501a8344331836faf6528]

        INTEGRATION: CWS bmpres01 (1.43.100); FILE MERGED 2004/04/28 07:58:00 ka 1.43.100.2: RESYNC: (1.43-1.44); FILE MERGED 2004/04/27 14:33:57 ka 1.43.100.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b499c50f840a16faf0b61fa02dd5a28c4cdae66a]

        INTEGRATION: CWS bmpres01 (1.50.100); FILE MERGED 2004/04/27 14:33:56 ka 1.50.100.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [10bfe056ca70bafb69b8ba69f1cc16ee95b4bacd]

        INTEGRATION: CWS bmpres01 (1.6.188); FILE MERGED 2004/04/27 14:33:56 ka 1.6.188.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [339369cfb54c2dd5e22661f362f24a540ced1af4]

        INTEGRATION: CWS bmpres01 (1.82.32); FILE MERGED 2004/04/28 07:57:51 ka 1.82.32.3: RESYNC: (1.84-1.87); FILE MERGED 2004/02/16 17:53:13 ka 1.82.32.2: RESYNC: (1.82-1.84); FILE MERGED 2004/02/13 14:42:48 ka 1.82.32.1: #i22149#: support for alpha masks (cleanup)

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [bccce56bf5dcbfa9b2dd5ceb83b3a87b7da48e2c]

        INTEGRATION: CWS bmpres01 (1.47.100); FILE MERGED 2004/04/27 14:33:55 ka 1.47.100.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [89651664598c5291f4a308feb7077dbc03a949c6]

        INTEGRATION: CWS bmpres01 (1.3.188); FILE MERGED 2004/04/27 14:33:54 ka 1.3.188.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [bf71e6f366881674c9767861aa8f9a2987fee046]

        INTEGRATION: CWS bmpres01 (1.30.100); FILE MERGED 2004/04/27 14:33:54 ka 1.30.100.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [48fbd6ca86e826f213411ea08f07a42801055e0c]

        INTEGRATION: CWS bmpres01 (1.5.188); FILE MERGED 2004/04/27 14:33:54 ka 1.5.188.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [9fc0e983a006f880d3c08d79682af55a076f923d]

        INTEGRATION: CWS bmpres01 (1.48.100); FILE MERGED 2004/04/27 14:33:53 ka 1.48.100.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [1e4eea036a8f67792468ebe2427eb596842816c7]

        INTEGRATION: CWS bmpres01 (1.8.170); FILE MERGED 2004/04/27 14:33:52 ka 1.8.170.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [ba84017169dada0b00ddaf1d7cf4835b4d5f7b8e]

        INTEGRATION: CWS bmpres01 (1.95.32); FILE MERGED 2004/04/28 07:45:56 ka 1.95.32.2: RESYNC: (1.95-1.97); FILE MERGED 2004/04/27 14:33:51 ka 1.95.32.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b57ce8a8e466673f7cf63f161dbd24b4127049c8]

        INTEGRATION: CWS bmpres01 (1.2.48); FILE MERGED 2004/02/16 15:18:24 ka 1.2.48.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/11 16:49:24 ka 1.2.48.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [31eff4ed21733e4bf729066a8c46756decb32fb6]

        INTEGRATION: CWS bmpres01 (1.5.114); FILE MERGED 2004/02/18 10:36:46 ka 1.5.114.2: syntax 2004/02/18 09:51:09 ka 1.5.114.1: #i22149#: added support for alpha masks

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [d77edd44f83d86ba94d7f3ca790463eaa2a6c78f]

        INTEGRATION: CWS bmpres01 (1.7.24); FILE MERGED 2004/02/11 16:49:24 ka 1.7.24.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [3cdc65b28c5bfd7825bf4663d9f641815a1ad176]

        INTEGRATION: CWS bmpres01 (1.12.148); FILE MERGED 2004/04/27 14:30:54 ka 1.12.148.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [8027621b47302c95c1d1eeee1ec3ca04255995fc]

        INTEGRATION: CWS bmpres01 (1.53.148); FILE MERGED 2004/04/27 14:30:53 ka 1.53.148.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [b0be2b3eb39971b5ee42cfd00c3b3aa33a97a2ad]

        SRC680

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [c3467a92ede027902f154ec091f9bf81a56582d8]

        INTEGRATION: CWS bmpres01 (1.46.50); FILE MERGED 2004/04/30 12:26:49 ka 1.46.50.3: removed win/res search dir 2004/04/27 20:51:06 ka 1.46.50.2: RESYNC: (1.46-1.47); FILE MERGED 2004/04/27 14:33:18 ka 1.46.50.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [c64a687db3a3df97c83193a6f03cab15f5376abc]

        INTEGRATION: CWS bmpres01 (1.24.50); FILE MERGED 2004/04/27 20:46:47 ka 1.24.50.2: RESYNC: (1.24-1.25); FILE MERGED 2004/04/27 14:33:17 ka 1.24.50.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [bfeb26cfe81246f7e5b39f73ea67a043058a881b]

        INTEGRATION: CWS bmpres01 (1.52.66); FILE MERGED 2004/04/27 14:33:16 ka 1.52.66.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [2ac2a8a8410bd7b488ba05882ca20dea1b064bd5]

        INTEGRATION: CWS bmpres01 (1.7.124); FILE MERGED 2004/04/27 14:33:15 ka 1.7.124.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [a6f5c122341f351680e05640c23a43796d921edb]

        INTEGRATION: CWS bmpres01 (1.11.124); FILE MERGED 2004/04/27 14:33:15 ka 1.11.124.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [f107aae151838e250176a074220e7c10ccf921fb]

        INTEGRATION: CWS bmpres01 (1.4.450); FILE MERGED 2004/04/27 14:33:14 ka 1.4.450.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [40c82ca6be317ece2dd2371f4b8f0bd4fbd4da53]

        INTEGRATION: CWS bmpres01 (1.6.288); FILE MERGED 2004/02/13 13:18:58 ka 1.6.288.1: #i22149#: support for alpha masks (cleanup)

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [037a149d699c63aea971de68a0a15de5f45a8025]

        INTEGRATION: CWS bmpres01 (1.2.306); FILE MERGED 2004/04/15 10:07:15 ka 1.2.306.1: added InitVCL call

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e1a9e30efe67f74a2758d761c73339ed47ab35cd]

        INTEGRATION: CWS bmpres01 (1.12.278); FILE MERGED 2004/04/15 10:07:15 ka 1.12.278.6: added InitVCL call 2004/03/03 19:30:41 ka 1.12.278.5: removed invalid dot for extension 2004/03/03 19:19:39 ka 1.12.278.4: syntax 2004/03/03 16:26:10 ka 1.12.278.3: added PNG support 2004/02/13 13:18:58 ka 1.12.278.2: #i22149#: support for alpha masks (cleanup) 2004/02/11 16:42:04 ka 1.12.278.1: #i22149#: added alpha mask support for Images/ImageLists

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [63515fdef2ad8a058308b541fce4834e2a6d940e]

        INTEGRATION: CWS bmpres01 (1.28.34); FILE MERGED 2004/05/04 14:16:02 ka 1.28.34.3: new resource structure for images 2004/04/27 23:20:04 ka 1.28.34.2: RESYNC: (1.28-1.29); FILE MERGED 2004/04/27 14:33:38 ka 1.28.34.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [ccd8d1cb8b172bdf082e28f07b65635055f38ee7]

        INTEGRATION: CWS bmpres01 (1.37.96); FILE MERGED 2004/04/27 14:33:38 ka 1.37.96.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [aef11f78665e914cab2501e7fea17e0f693a5f0d]

        INTEGRATION: CWS bmpres01 (1.45.78); FILE MERGED 2004/04/28 08:10:53 ka 1.45.78.3: RESYNC: (1.45-1.46); FILE MERGED 2004/02/13 14:20:13 ka 1.45.78.2: #i22149#: support for alpha masks (cleanup) 2004/02/12 12:41:43 ka 1.45.78.1: #i22149# support for alpha masks

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [a43fcc9c46688fe45cb307eb08574d3223ec91c6]

        INTEGRATION: CWS bmpres01 (1.5.182); FILE MERGED 2004/04/27 23:17:08 ka 1.5.182.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/27 14:33:37 ka 1.5.182.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [d411e649b951fc99e3a2ffeb978f75327cca06d1]

        INTEGRATION: CWS bmpres01 (1.2.42); FILE MERGED 2004/04/28 15:12:17 ka 1.2.42.1: syntax

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [ac958f9c5878e8298f7de29579234210eb115135]

        INTEGRATION: CWS bmpres01 (1.14.56); FILE MERGED 2004/04/27 23:12:18 ka 1.14.56.4: RESYNC: (1.15-1.16); FILE MERGED 2004/02/16 15:44:23 ka 1.14.56.3: RESYNC: (1.14-1.15); FILE MERGED 2004/02/13 14:20:12 ka 1.14.56.2: #i22149#: support for alpha masks (cleanup) 2004/02/12 12:41:42 ka 1.14.56.1: #i22149# support for alpha masks

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [bcdbbd091bdad676d2f501f941066216bc30c473]

        INTEGRATION: CWS bmpres01 (1.3.36); FILE MERGED 2004/04/27 14:33:37 ka 1.3.36.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [011d7bc06ee547d78f9232cea4c1914fd2b11cb6]

        INTEGRATION: CWS bmpres01 (1.2.36); FILE MERGED 2004/04/27 23:10:21 ka 1.2.36.2: RESYNC: (1.2-1.4); FILE MERGED 2004/04/27 14:33:36 ka 1.2.36.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [5b2d89dfbd6e73c28fd10b15959123c767b4ed2d]

        INTEGRATION: CWS bmpres01 (1.2.36); FILE MERGED 2004/04/27 14:33:36 ka 1.2.36.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [44e215963d152b72846ea6c0afc71e9b4c2addeb]

        INTEGRATION: CWS bmpres01 (1.2.36); FILE MERGED 2004/04/27 14:33:35 ka 1.2.36.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [3b5728ee44715eb7159a41c37794dd2a48d755e7]

        INTEGRATION: CWS bmpres01 (1.4.36); FILE MERGED 2004/05/04 14:16:01 ka 1.4.36.2: new resource structure for images 2004/04/27 14:33:35 ka 1.4.36.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [d51ec9519bd908a108604b70ea3081a8988f9c4a]

        INTEGRATION: CWS bmpres01 (1.16.36); FILE MERGED 2004/04/27 22:59:25 ka 1.16.36.2: RESYNC: (1.16-1.18); FILE MERGED 2004/04/27 14:33:34 ka 1.16.36.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [363cb1eff868cc1f087a41abbfb4c45c28c7ec13]

        INTEGRATION: CWS bmpres01 (1.35.94); FILE MERGED 2004/04/27 22:57:09 ka 1.35.94.2: RESYNC: (1.35-1.37); FILE MERGED 2004/04/27 14:33:33 ka 1.35.94.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [7e9893a00d822520dd2c2baa5ea2cf4eb71401d2]

        INTEGRATION: CWS bmpres01 (1.42.96); FILE MERGED 2004/04/27 14:33:32 ka 1.42.96.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [27a778f6a5dbecb31b8575317f41e29cca0d6163]

        INTEGRATION: CWS bmpres01 (1.20.34); FILE MERGED 2004/04/27 22:52:21 ka 1.20.34.2: RESYNC: (1.20-1.21); FILE MERGED 2004/04/27 14:33:31 ka 1.20.34.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [689edae293b01f78b5c830f4c61d7188f1eaf551]

        INTEGRATION: CWS bmpres01 (1.43.96); FILE MERGED 2004/04/27 14:33:31 ka 1.43.96.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [2dccda814ac6c37099fbf32b2801cc89420424ab]

        INTEGRATION: CWS bmpres01 (1.2.36); FILE MERGED 2004/02/18 09:31:27 ka 1.2.36.1: syntax

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [0ae762c12331aefc45f409061ec3b54df4c69feb]

        INTEGRATION: CWS bmpres01 (1.33.96); FILE MERGED 2004/04/27 14:33:31 ka 1.33.96.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [6aefd197da37f0da49bfec1d9d4178ff2cc5024e]

        INTEGRATION: CWS bmpres01 (1.2.36); FILE MERGED 2004/04/27 14:33:30 ka 1.2.36.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [e1b9f565cfcf77d42d53701311d35e6aa20eb6fb]

        INTEGRATION: CWS bmpres01 (1.33.96); FILE MERGED 2004/04/27 14:33:30 ka 1.33.96.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [a0d4cf7dbd6d61253c95ff99d6529ce2130d866c]

        INTEGRATION: CWS bmpres01 (1.50.96); FILE MERGED 2004/04/27 22:51:10 ka 1.50.96.2: RESYNC: (1.50-1.51); FILE MERGED 2004/04/27 14:33:29 ka 1.50.96.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [5aa96f349f2c25284faa02d0841de8526638b342]

        INTEGRATION: CWS bmpres01 (1.46.94); FILE MERGED 2004/04/27 14:33:29 ka 1.46.94.1: using new resource structure for images

2004-05-21  Joachim Lingner  <jl@openoffice.org>  [e45599c3f74fcd9f87bf13a34db5d391b86a10b0]

        #i20052#

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [f30a8d77a892029cef8fb1700173fe3cfdac58c8]

        INTEGRATION: CWS bmpres01 (1.17.126); FILE MERGED 2004/05/04 15:00:55 ka 1.17.126.2: new resource structure for images 2004/04/27 14:30:46 ka 1.17.126.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [5923002eb720e243519e112f861bd3dafac57f22]

        INTEGRATION: CWS bmpres01 (1.24.44); FILE MERGED 2004/04/27 14:30:45 ka 1.24.44.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [f6e99abaa3ee82356dcf038f26fdd56cabea71e8]

        INTEGRATION: CWS bmpres01 (1.19.58); FILE MERGED 2004/04/27 14:30:45 ka 1.19.58.1: using new resource structure for images

2004-05-21  Rüdiger Timm  <rt@openoffice.org>  [1ea491b7461088a9ad1863f50dd838ba900a1c0a]

        INTEGRATION: CWS bmpres01 (1.93.10); FILE MERGED 2004/04/27 22:26:27 ka 1.93.10.2: RESYNC: (1.93-1.94); FILE MERGED 2004/04/27 14:30:43 ka 1.93.10.1: using new resource structure for images

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [faf1f1338a664109ed7504c36af0caf3647f96c6]

        INTEGRATION: CWS bmpres01 (1.31.252); FILE MERGED 2004/05/04 14:43:28 ka 1.31.252.2: new resource structure for images 2004/04/27 14:32:52 ka 1.31.252.1: using new resource structure for images

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [db636d7a07bedcffcb441da67fb7f509556a0d53]

        INTEGRATION: CWS bmpres01 (1.16.74); FILE MERGED 2004/04/27 20:17:04 ka 1.16.74.2: RESYNC: (1.16-1.18); FILE MERGED 2004/02/12 11:48:18 ka 1.16.74.1: #i22149# support for alpha masks

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [002c9d171f8664ca835a0818ebec3e7736d22fce]

        INTEGRATION: CWS bmpres01 (1.4.112); FILE MERGED 2004/04/27 14:32:51 ka 1.4.112.1: using new resource structure for images

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [f961245afd7ea746fad1317e375ca16bc1169150]

        INTEGRATION: CWS bmpres01 (1.24.62); FILE MERGED 2004/04/27 14:32:51 ka 1.24.62.1: using new resource structure for images

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [b5862c4e6a1c3cf789924ef85ccd63c946a22687]

        INTEGRATION: CWS bmpres01 (1.3.112); FILE MERGED 2004/04/27 14:32:50 ka 1.3.112.1: using new resource structure for images

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [18376f7bad1ce0617f5ea464bb12039673029d01]

        INTEGRATION: CWS bmpres01 (1.28.62); FILE MERGED 2004/04/27 14:32:49 ka 1.28.62.1: using new resource structure for images

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [4f5bce8bab1583169b441f501b2b1ddbddab43b6]

        INTEGRATION: CWS bmpres01 (1.17.48); FILE MERGED 2004/04/27 20:12:54 ka 1.17.48.2: RESYNC: (1.17-1.20); FILE MERGED 2004/04/27 14:32:49 ka 1.17.48.1: using new resource structure for images

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [41b64f8abbf4812015218e6dfdb6d4eac90fd7ac]

        INTEGRATION: CWS bmpres01 (1.40.62); FILE MERGED 2004/04/27 14:32:48 ka 1.40.62.1: using new resource structure for images

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [ef9b77207c210fac749d40b275f57243319a3b6d]

        INTEGRATION: CWS bmpres01 (1.31.100); FILE MERGED 2004/04/28 08:10:15 ka 1.31.100.2: RESYNC: (1.31-1.33); FILE MERGED 2004/04/27 14:32:47 ka 1.31.100.1: using new resource structure for images

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [ca97bc1102b2691e09e1ee949513f53449cbd84a]

        INTEGRATION: CWS bmpres01 (1.90.62); FILE MERGED 2004/04/27 20:07:49 ka 1.90.62.2: RESYNC: (1.90-1.91); FILE MERGED 2004/04/27 14:32:46 ka 1.90.62.1: using new resource structure for images

2004-05-20  Kurt Zenker  <kz@openoffice.org>  [d8673482480d2de5c281650a68f4f0064a803e73]

        INTEGRATION: CWS bmpres01 (1.11.264); FILE MERGED 2004/04/27 20:03:45 ka 1.11.264.2: RESYNC: (1.11-1.12); FILE MERGED 2004/02/12 11:48:17 ka 1.11.264.1: #i22149# support for alpha masks

2004-05-20  Joachim Lingner  <jl@openoffice.org>  [56c7be7fee90071dc4d1ef7ed378afde55614486]

        #i20052#

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [bb954b251986a34505faac47bdc54af51083a783]

        INTEGRATION: CWS qwizards1 (1.49.8); FILE MERGED 2004/03/19 09:01:45 oj 1.49.8.1: #115937# call query wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9028e4b1e94f585074d16612470f24e44526ad2d]

        INTEGRATION: CWS qwizards1 (1.6.42); FILE MERGED 2004/01/14 09:16:07 oj 1.6.42.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4be5b46300627eef81284c755d3ba12bbf0f343b]

        INTEGRATION: CWS qwizards1 (1.6.42); FILE MERGED 2004/01/14 09:16:08 oj 1.6.42.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2c7cc502806babd1b78928e714793481b4bbf9bc]

        INTEGRATION: CWS qwizards1 (1.54.8); FILE MERGED 2004/03/19 09:01:42 oj 1.54.8.1: #115937# call query wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0adeaf09c23d8d68878dd7208dc9347ebae9bca8]

        INTEGRATION: CWS qwizards1 (1.3.6); FILE MERGED 2004/03/17 18:45:21 tv 1.3.6.4: RESYNC: (1.3-1.7); FILE MERGED 2004/03/16 13:50:43 tv 1.3.6.3: added configuration files for web wizard Issue number: Submitted by: Reviewed by: 2004/03/12 15:55:37 rpiterman 1.3.6.2: added new web wizard files (zip, jar and component registry) 2004/02/18 09:42:37 tv 1.3.6.1: added registration of new wizards and tutorial framework Issue number: Submitted by: Reviewed by:

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [158dd07775b6deb0189ad19590a19b0c46cd330d]

        INTEGRATION: CWS qwizards1 (1.9.254); FILE MERGED 2003/11/24 16:01:23 tv 1.9.254.2: RESYNC: (1.9-1.10); FILE MERGED 2003/09/24 15:20:56 bc 1.9.254.1: #111603# Roadmap label class added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ae20163320fca5c784273669029a73c74fc11420]

        INTEGRATION: CWS qwizards1 (1.8.94); FILE MERGED 2004/03/11 18:04:34 rpiterman 1.8.94.2: web wizard changed 2004/03/11 12:18:35 rpiterman 1.8.94.1: new web wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [21837fc3f073b32e3d256019d4117098965b34a7]

        INTEGRATION: CWS qwizards1 (1.60.42); FILE MERGED 2004/02/13 18:15:31 tv 1.60.42.3: RESYNC: (1.61-1.62); FILE MERGED 2004/01/05 12:54:38 tv 1.60.42.2: RESYNC: (1.60-1.61); FILE MERGED 2003/11/07 15:10:16 bc 1.60.42.1: #111603# Roadmap API wrapper for Wizards added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ed37aaf3b42c7b0499c084b43c3b358626112109]

        INTEGRATION: CWS qwizards1 (1.14.36); FILE MERGED 2004/01/05 12:57:05 tv 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2003/11/10 12:38:52 bc 1.14.36.1: #111603# properties for roadmapcontrol added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b52f2ca1be04ea0d1dcf7b14628dc748aedeaa19]

        INTEGRATION: CWS qwizards1 (1.48.62); FILE MERGED 2004/02/23 14:48:17 abi 1.48.62.1: #115652# no addition of final slash if already present

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [66adbf638aab4d1015b49a917002780756472020]

        INTEGRATION: CWS qwizards1 (1.76.10); FILE MERGED 2004/02/25 11:06:58 abi 1.76.10.1: #115676# now testing error as error during setSize

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a76aae9f43d9f627fab4bb125759457a35431196]

        INTEGRATION: CWS qwizards1 (1.30.56); FILE MERGED 2004/02/26 15:09:10 abi 1.30.56.2: #115685# treating non-existence like directory; insert will do the rest in case of creation of file 2004/02/25 14:25:25 abi 1.30.56.1: #115685# now handling the case non-existing like directory

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [30cda2c3d6fd5d2770dce09aff31902e61768a76]

        INTEGRATION: CWS qwizards1 (1.10.84); FILE MERGED 2004/02/26 15:06:20 abi 1.10.84.1: #115710# changed direct use of sal_Bool to use of !!sal_Bool

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [98d9f76348919356789a1398eb9824148b554350]

        INTEGRATION: CWS qwizards1 (1.6.102); FILE MERGED 2003/12/09 14:41:07 mexx 1.6.102.1: Added tutorials

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f0ff882a1c2296e467e3f68d550f9b4fa56df689]

        INTEGRATION: CWS qwizards1 (1.54.14); FILE MERGED 2004/04/28 10:21:22 bc 1.54.14.22: #111602# . 2004/04/28 10:18:55 bc 1.54.14.21: #111602# resources of old formwizard reentered 2004/04/14 16:20:52 bc 1.54.14.20: #111603# resource for querywizard changed 2004/04/05 14:03:30 bc 1.54.14.19: #111604 resource for querywizard added 2004/03/19 17:25:08 rpiterman 1.54.14.18: WebWizard German and English rsources editted 2004/03/19 15:23:04 bc 1.54.14.17: #111603# committed final changes in query wizard strings 2004/03/17 11:48:13 bc 1.54.14.16: #1116036# labels of buttons changed 2004/03/15 15:09:03 tv 1.54.14.15: final strings for letter wizard 2004/03/12 17:21:11 tv 1.54.14.14: added strings for some listboxes in letter wizard 2004/03/09 17:15:57 tv 1.54.14.13: added strings for LetterWizard - Greeting and Salutation 2004/03/09 14:31:05 rpiterman 1.54.14.12: webwizard resources changed 2004/03/03 10:26:08 rpiterman 1.54.14.11: added/changed webwizard resources 2004/02/18 19:15:35 rpiterman 1.54.14.10: added "ok" and "close" 2004/02/17 19:02:16 rpiterman 1.54.14.9: added some web wizard resources 2004/02/03 14:32:20 tv 1.54.14.8: letter wizard: placeholders -> user data 2004/01/16 13:05:25 bc 1.54.14.7: #111603# resources for querywizard added 2004/01/05 13:26:00 tv 1.54.14.6: RESYNC: (1.54-1.55); FILE MERGED 2003/12/16 15:18:28 rpiterman 1.54.14.5: added web wizard resources 2003/11/26 15:50:01 tv 1.54.14.4: added LetterWizard-Roadmap-Labels 2003/11/14 11:19:35 tv 1.54.14.3: added common resource and letter wizard resource 2003/10/09 17:13:47 bc 1.54.14.2: #111603# resources for querywizard addded 2003/08/19 15:05:51 bc 1.54.14.1: #111780# resource "criterium" changed to "criterion"

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [85e83eab221b81873d9c21cbef40acd52a9338fd]

        INTEGRATION: CWS qwizards1 (1.19.94); FILE MERGED 2004/04/30 17:26:13 rpiterman 1.19.94.20: fixed target names to be unique. 2004/03/18 10:36:36 tv 1.19.94.19: web wizard is dependent on text document 2004/03/16 11:13:39 tv 1.19.94.18: corrected build order 2004/03/11 10:47:13 rpiterman 1.19.94.17: solved conflicts 2004/03/03 17:28:32 tv 1.19.94.16: correct dependencies for letter wizard 2004/02/06 10:09:06 tv 1.19.94.15: fixed typos 2004/01/28 17:56:50 tv 1.19.94.14: added report and query 2004/01/23 10:44:14 bc 1.19.94.13: #111603# Reportwizard and queryWizard added 2004/01/23 09:14:27 tv 1.19.94.12: added db package 2003/12/18 14:26:22 tv 1.19.94.11: added basic part of tutorials 2003/12/18 14:20:37 tv 1.19.94.10: removed db because it does not compile 2003/12/16 16:47:58 tv 1.19.94.9: added db 2003/12/16 16:00:55 tv 1.19.94.8: added Tutorial and removed high level wizards cause they don't compile at the moment 2003/12/15 11:16:46 tv 1.19.94.7: added Tutorial Creator and Executor 2003/12/02 07:49:06 bc 1.19.94.6: #111603# some modules removed 2003/11/26 16:07:08 tv 1.19.94.5: added letter wizard 2003/11/25 09:50:11 tv 1.19.94.4: dded build dependency wizards after filter 2003/11/25 09:41:26 tv 1.19.94.3: corrected dependecies between java dirs 2003/11/24 15:48:45 tv 1.19.94.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/18 14:04:54 tv 1.19.94.1: added missing makefile locations

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f1cbff9e4f9e2d5eab8e8bc26b4a3fbfa8a10721]

        INTEGRATION: CWS qwizards1 (1.1.1.1.132); FILE MERGED 2004/03/11 18:05:02 rpiterman 1.1.1.1.132.3: web wizard make file 2004/03/11 16:24:00 rpiterman 1.1.1.1.132.2: ... 2004/03/11 12:17:51 rpiterman 1.1.1.1.132.1: new web wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [31fa4f7259985d2fb3e86d6cb26ad2dede471fcd]

        INTEGRATION: CWS qwizards1 (1.1.1.1.132); FILE MERGED 2004/03/12 14:56:11 tv 1.1.1.1.132.1: changed to zip files language independent for letter wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c28df92588a9a28d57c96dfe92e9a8c4c3d88d12]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/08 16:12:00 va 1.1.2.1: Background Image for Floating Window of Tutorial.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [542608dc663ec5fc33dcdfb387bbefc046c1f214]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/08 16:10:40 va 1.1.2.1: Icon for Tutorial Dialog.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [334642d0c7c6f41c292a9ad8a6c34c287222d275]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/08 16:10:04 va 1.1.2.1: Icon for Tutorial Dialog.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [958f2587c02faebdbc27521ec4b799fcf4007a14]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/16 13:05:08 rpiterman 1.1.2.1: web wizard ftp icons

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [49b6c8d1b6ad634fdb4e5bde8012fe791ed7a702]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 10:15:42 rpiterman 1.1.2.2: icons changed 2004/03/16 13:05:43 rpiterman 1.1.2.1: web wizard ftp icons

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4517c3143d7b293aaa0fa0c920234347f2d4f2df]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 10:15:42 rpiterman 1.1.2.2: icons changed 2004/03/16 13:05:29 rpiterman 1.1.2.1: web wizard ftp icons

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6fb55b066478a5d556bad7518dc802ef5efe17a4]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/16 13:05:57 rpiterman 1.1.2.1: web wizard ftp icons

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3d3799fc61698a56fc55c6ee9d6d0ec77ae719e1]

        INTEGRATION: CWS qwizards1 (1.11.4); FILE MERGED 2004/01/14 09:14:45 oj 1.11.4.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1b00b141582e4f971d87a0a129957f610bb29ccd]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/14 09:14:08 oj 1.1.2.1: #i24380# new sverices for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0e5ef3854875802aa8a271289f380f574ad0145d]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/14 09:14:26 oj 1.1.2.1: #i24380# new sverices for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [575d40ebe022219962a9b4b95e0f5ba11dbe3cf8]

        INTEGRATION: CWS qwizards1 (1.22.144); FILE MERGED 2004/03/17 18:34:33 tv 1.22.144.4: RESYNC: (1.24-1.25); FILE MERGED 2004/02/13 15:59:59 tv 1.22.144.3: RESYNC: (1.23-1.24); FILE MERGED 2004/01/05 13:23:27 tv 1.22.144.2: RESYNC: (1.22-1.23); FILE MERGED 2003/11/18 15:11:49 bc 1.22.144.1: #111603# XItemEventBroadcaster added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3bb3f5fbba39f3ba26a334554bec85c5537f28b6]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/11/10 11:57:49 bc 1.1.2.1: #111603# services and interfaces for RoadmapControl added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a19379aad0ec2a7dd6faef07a78e07db078b44ae]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/11/18 15:11:49 bc 1.1.2.2: #111603# XItemEventBroadcaster added 2003/11/10 11:57:20 bc 1.1.2.1: #111603# services and interfaces for RoadmapControl added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [83a5dea727b939a0eb41f20cfca7624a977ecb6b]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/11/10 11:57:36 bc 1.1.2.1: #111603# services and interfaces for RoadmapControl added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ab4aba084f6ca62476dfac67d1277c9932c79c9e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/11/10 11:58:06 bc 1.1.2.1: #111603# services and interfaces for RoadmapControl added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [97034acf647a22ec6a3e8e1ff0e4a1bb9dfccb22]

        INTEGRATION: CWS qwizards1 (1.9.318); FILE MERGED 2004/04/05 12:28:34 fs 1.9.318.4: #i27457# some cleanup with respect to roadmap's index vs. id 2004/03/18 14:24:38 tv 1.9.318.3: change reference to Any to real object 2003/11/18 16:16:52 bc 1.9.318.2: #111603# unoiface.cxx added 2003/11/10 12:25:06 bc 1.9.318.1: #111603# roadmap peer added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [7ea9dc5bf463646328327598237239ca1d376ec8]

        INTEGRATION: CWS qwizards1 (1.4.318); FILE MERGED 2004/03/11 16:39:04 fs 1.4.318.1: #115918# initialize the formatter so that date strings are also analyzed according to international format

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c9e961d2fd5a5bb2b76c2f42167a3ca7ea54d59d]

        INTEGRATION: CWS qwizards1 (1.2.318); FILE MERGED 2004/04/05 12:28:14 fs 1.2.318.2: #i27457# forward-declare ORoadmap 2003/11/18 16:21:08 bc 1.2.318.1: #111603# unoiface.cxx added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e6115ea0c47673c3915f21ca4b8e762c4aff1bdc]

        INTEGRATION: CWS qwizards1 (1.3.322); FILE MERGED 2004/04/05 12:26:55 fs 1.3.322.1: #i27457# ImplPosTabPage: properly position during InitShow

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [826b50a8b4d45d90bba7f1a5a202f57c09d2e742]

        INTEGRATION: CWS qwizards1 (1.6.344); FILE MERGED 2004/04/07 08:35:37 tv 1.6.344.2: #100000# compiler problems under solaris fixed 2004/04/05 12:26:18 fs 1.6.344.1: some cleanup / additions for #i27457#

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3de81daa22a206b118b201a45589f4774d40dbf0]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/05 12:44:40 fs 1.1.2.2: #i27457# allow setting Interactive/Bitmap 2004/04/05 12:27:30 fs 1.1.2.1: #i27457# helper class for a wizard supporting a roadmap

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ab88a3c8d6baddac2dd6110d60478c2b8854d9bc]

        INTEGRATION: CWS qwizards1 (1.9.58); FILE MERGED 2004/04/05 12:27:36 fs 1.9.58.1: #i27457# +roadmapwizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [136af73cba5f34f24ad2eba0a94e6021c92ca275]

        INTEGRATION: CWS qwizards1 (1.1.4); FILE ADDED 2004/04/05 12:25:45 fs 1.1.4.5: #i27457# some cleanup with respect to index vs. id 2003/11/18 17:15:55 tv 1.1.4.4: removed constructor because of gcc compiler problem 2003/11/10 12:13:40 bc 1.1.4.3: #111603# Roadmap control added 2003/09/24 15:20:57 bc 1.1.4.2: #111603# Roadmap label class added 2003/09/15 14:58:09 bc 1.1.4.1: #111603# class file for roadmap added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5da5cc79d31bdbf5f2a0e849297daf9286c0db79]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/05 12:25:53 fs 1.1.2.3: #i27457# some cleanup and small additions 2004/03/22 15:41:39 tv 1.1.2.2: resolved line end problems 2003/11/18 16:45:08 tv 1.1.2.1: Renamed HyperLabel.cxx --> hyperlabel.cxx

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c8293f2733b47d91419f98ea5ed3703f699cd4be]

        INTEGRATION: CWS qwizards1 (1.110.12); FILE MERGED 2004/04/05 12:43:33 fs 1.110.12.1: #i27457# deliver roadmapwizard.hxx

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [79cdf40852cfd5f99955be28de9ced8cfcaf2309]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/05 12:23:51 fs 1.1.2.2: #i27457# some cleanup with respect to index vs. id 2003/11/10 12:19:35 bc 1.1.2.1: #111603# Roadmap Control added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [52678044bca562a50291670a0009fa9a150e0f68]

        INTEGRATION: CWS qwizards1 (1.5.44); FILE MERGED 2004/01/14 09:16:02 oj 1.5.44.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [230c9caa84dbbb3d50881ae35d0a85c7e1099738]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/14 09:19:16 oj 1.1.2.1: #i24380# new sverices for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [86d8940e393f0c1a9510230278a836a4fad1207e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/14 09:19:30 oj 1.1.2.1: #i24380# new sverices for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [74efd77faca688fca191dbcdf71a5dd00932a026]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/14 09:18:29 oj 1.1.2.1: #i24380# new sverices for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4de3075fc248c77b9f549befc5b286f6aabf811e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/14 09:18:12 oj 1.1.2.1: #i24380# new sverices for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [bd5b60e007ce402adb952a6bf66a9e892755561d]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/14 09:18:45 oj 1.1.2.1: #i24380# new sverices for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [aebd64c832b66157f5f4f36227cca36709868970]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/14 09:19:01 oj 1.1.2.1: #i24380# new sverices for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e49b7b40e72a301fdd5f07cc46c390ec4c1cd274]

        INTEGRATION: CWS qwizards1 (1.12.120); FILE MERGED 2004/01/14 09:16:03 oj 1.12.120.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4c2ef0fd11f7b036da08bd409058123bc8ed31d5]

        INTEGRATION: CWS qwizards1 (1.12.192); FILE MERGED 2004/01/14 09:16:04 oj 1.12.192.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [050c086476460863656d2d38a55d5362f110141e]

        INTEGRATION: CWS qwizards1 (1.7.146); FILE MERGED 2004/03/19 09:01:44 oj 1.7.146.1: #115937# call query wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6b25c0e28ce0bf5f86e070979cff97fd6a52cfe8]

        INTEGRATION: CWS qwizards1 (1.4.146); FILE MERGED 2004/03/19 09:01:44 oj 1.4.146.1: #115937# call query wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [abf71f8c44bd4be7bd5986b5b0dfcb8e008762c6]

        INTEGRATION: CWS qwizards1 (1.31.8); FILE MERGED 2004/03/19 09:01:43 oj 1.31.8.1: #115937# call query wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ece4951e998c5f8becb0f007e6ed42efa7e2b836]

        INTEGRATION: CWS qwizards1 (1.7.146); FILE MERGED 2004/01/14 09:16:04 oj 1.7.146.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [713053467adc6d86a5733b899bddf7fa5ebf48b6]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/14 09:17:54 oj 1.1.2.1: #i24380# new sverices for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [326760a48a0c439873a55e032ad4ad20b815bc9b]

        INTEGRATION: CWS qwizards1 (1.13.42); FILE MERGED 2004/01/14 09:16:05 oj 1.13.42.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [779082d46bdf27dc286a84de52d0620463de4b81]

        INTEGRATION: CWS qwizards1 (1.27.110); FILE MERGED 2004/03/17 18:09:06 tv 1.27.110.2: RESYNC: (1.27-1.28); FILE MERGED 2004/01/14 09:16:06 oj 1.27.110.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2116f938a55a3d80609895ca26b2993ae64f520d]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/14 09:17:39 oj 1.1.2.1: #i24380# new sverices for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3b7b73d0baf49907fb22befecde9c5418ba216a1]

        INTEGRATION: CWS qwizards1 (1.154.10); FILE MERGED 2004/03/19 09:01:43 oj 1.154.10.1: #115937# call query wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [71f8a3e43b2f751b3b1a9a6844bb84770a6e4268]

        INTEGRATION: CWS qwizards1 (1.92.8); FILE MERGED 2004/03/19 09:01:42 oj 1.92.8.1: #115937# call query wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9f5df2dbe4d149b3c9fff4c1e216ea24d7eeb2d4]

        INTEGRATION: CWS qwizards1 (1.31.8); FILE MERGED 2004/03/17 18:10:05 tv 1.31.8.2: RESYNC: (1.31-1.32); FILE MERGED 2004/01/14 09:16:07 oj 1.31.8.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [497a954388f0a5ab45e1232f080c5d9870fd55b1]

        INTEGRATION: CWS qwizards1 (1.13.8); FILE MERGED 2004/01/14 09:16:08 oj 1.13.8.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3d4a4bc156773d690b3b18fc19f9712ed5336db9]

        INTEGRATION: CWS qwizards1 (1.6.122); FILE MERGED 2004/01/14 09:16:09 oj 1.6.122.1: #i24380# new services for column descriptor control and model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e4a2ec55258bef3d9b7a1e938cd49f8dd56c3302]

        INTEGRATION: CWS qwizards1 (1.3.164); FILE MERGED 2004/03/03 16:43:35 jb 1.3.164.1: #115775# Added support for node-ref instantiation of templates in the schema

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4ae0aac56279a9dfc0804a36549990b442c91f0e]

        INTEGRATION: CWS qwizards1 (1.7.164); FILE MERGED 2004/03/03 16:43:35 jb 1.7.164.1: #115775# Added support for node-ref instantiation of templates in the schema

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f2ab61275ad56abd535cec1249b78487cdeac97d]

        INTEGRATION: CWS qwizards1 (1.24.2); FILE MERGED 2004/04/21 12:18:17 tv 1.24.2.3: added field for SenderState (LetterWizard) 2004/03/17 18:35:36 tv 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2004/03/03 15:10:56 tv 1.24.2.1: added settings for new Letter Wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8217e37b2ec6c7cbe10fdb2ebb0c622cf4281bce]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/03 10:48:50 rpiterman 1.1.2.2: added my name, and corrected <info> tags 2004/03/03 10:24:23 rpiterman 1.1.2.1: webwizard configuration schema

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5baf2bb39d888f57217af080f64dbf01ced62a59]

        INTEGRATION: CWS qwizards1 (1.15.20); FILE MERGED 2004/03/17 18:34:41 tv 1.15.20.2: RESYNC: (1.15-1.16); FILE MERGED 2004/03/16 13:01:33 rpiterman 1.15.20.1: added web wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [082a35ccc80b361fdeb204e2e4f6b570af706f7d]

        INTEGRATION: CWS qwizards1 (1.11.50); FILE MERGED 2004/04/21 12:18:17 tv 1.11.50.5: added field for SenderState (LetterWizard) 2004/03/19 10:46:56 tv 1.11.50.4: removed default path - default path for LetterWizard is now empty 2004/03/16 15:45:07 tv 1.11.50.3: correction to default values for Letter Wizard configuration 2004/03/16 14:19:50 tv 1.11.50.2: correct default configuration for letter wizard 2004/03/03 15:10:03 tv 1.11.50.1: added settings for new Letter Wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5696a6858923a02fefcf5d41f84b2940b9913cda]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 17:18:17 rpiterman 1.1.2.6: beutifies 2004/03/19 17:17:19 rpiterman 1.1.2.5: localizes strings for english and german edited 2004/03/09 11:54:25 rpiterman 1.1.2.4: added german names 2004/03/03 10:41:55 rpiterman 1.1.2.3: added my name in the header 2004/03/03 10:40:05 rpiterman 1.1.2.2: replaced the wrong xcu with the right one 2004/03/03 10:23:40 rpiterman 1.1.2.1: WebWizard Configuration data

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3e01d31d5e812ff011f42b52521967b6a303c58a]

        INTEGRATION: CWS qwizards1 (1.1.6); FILE MERGED 2004/03/12 17:36:28 tv 1.1.6.3: corrected error with letter templates Issue number: Submitted by: Reviewed by: 2004/03/12 15:55:36 rpiterman 1.1.6.2: added new web wizard files (zip, jar and component registry) 2004/03/12 15:02:32 tv 1.1.6.1: added new letter wizard templates Issue number: Submitted by: Reviewed by:

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [11efd5c8eb755de3379176aeebb2408b8dd69985]

        INTEGRATION: CWS qwizards1 (1.1.6); FILE MERGED 2004/03/17 18:44:56 tv 1.1.6.3: RESYNC: (1.1-1.3); FILE MERGED 2004/03/12 15:02:32 tv 1.1.6.2: added new letter wizard templates Issue number: Submitted by: Reviewed by: 2004/02/18 09:42:37 tv 1.1.6.1: added registration of new wizards and tutorial framework Issue number: Submitted by: Reviewed by:

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3ace93d09ca0534ba1407366e31594d9ad529ff7]

        INTEGRATION: CWS qwizards1 (1.21.78); FILE MERGED 2003/11/07 15:27:16 bc 1.21.78.1: #111603# roadmapcontrol added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6a111ce37a22f9233f7b5f1ab5bf3b27fd37fa70]

        INTEGRATION: CWS qwizards1 (1.5.188); FILE MERGED 2004/01/05 12:52:23 tv 1.5.188.2: RESYNC: (1.5-1.6); FILE MERGED 2003/11/07 15:27:15 bc 1.5.188.1: #111603# roadmapcontrol added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [34502cafedebed07b7ceb0406bea5cd8fc8797e1]

        INTEGRATION: CWS qwizards1 (1.8.92); FILE MERGED 2004/01/06 16:12:56 tv 1.8.92.4: fixed another merge conflict problem 2004/01/06 16:01:38 tv 1.8.92.3: fixed conflict solving error 2004/01/05 12:52:08 tv 1.8.92.2: RESYNC: (1.8-1.9); FILE MERGED 2003/11/07 15:27:14 bc 1.8.92.1: #111603# roadmapcontrol added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9b609913c1d3b437bf1bc98b7e9e1cc70f229c9b]

        INTEGRATION: CWS qwizards1 (1.19.36); FILE MERGED 2004/01/05 12:51:47 tv 1.19.36.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/07 15:27:13 bc 1.19.36.1: #111603# roadmapcontrol added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [940d95742f51f6c8c7cb4a15f48b1b02830c287e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/11/19 09:59:03 tv 1.1.2.2: make it compile on gcc 2003/11/07 15:13:50 bc 1.1.2.1: #111603# RoadmapEntry added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8b568d216e4014e383795e704f6452e7f8599fff]

        INTEGRATION: CWS qwizards1 (1.1.14); FILE MERGED 2004/03/18 13:55:53 tv 1.1.14.1: Changed reference to Any to real object

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d96808aeb6bf73040b3757544c9f2675aa848b1e]

        INTEGRATION: CWS qwizards1 (1.8.92); FILE MERGED 2004/01/05 12:53:29 tv 1.8.92.5: RESYNC: (1.8-1.9); FILE MERGED 2003/11/19 09:59:02 tv 1.8.92.4: make it compile on gcc 2003/11/07 15:24:24 bc 1.8.92.3: #111603# roadmapentry added 2003/11/07 15:10:13 bc 1.8.92.2: #111603# Roadmap API wrapper for Wizards added 2003/10/07 07:51:46 bc 1.8.92.1: #111603# roadmapcontrol for future wizards added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f51b35cb62cd81d0871cca44b42eb31120cfe9e7]

        INTEGRATION: CWS qwizards1 (1.4.56); FILE MERGED 2004/01/05 12:52:39 tv 1.4.56.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/07 15:10:12 bc 1.4.56.1: #111603# Roadmap API wrapper for Wizards added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [dbf7c033b0b394de9ee73cb4671b8ee2b960f588]

        INTEGRATION: CWS qwizards1 (1.5.188); FILE MERGED 2004/01/05 12:57:23 tv 1.5.188.2: RESYNC: (1.5-1.6); FILE MERGED 2003/11/10 12:38:52 bc 1.5.188.1: #111603# properties for roadmapcontrol added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [faa8e9db5f0e3ecc017de08b2c2621adc3df37e7]

        INTEGRATION: CWS qwizards1 (1.29.56); FILE MERGED 2004/01/05 12:58:37 tv 1.29.56.2: RESYNC: (1.29-1.30); FILE MERGED 2003/11/07 15:12:02 bc 1.29.56.1: #111603# Roadmap API wrapper added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [58f668da214b00a91dc2730d5eb9f5f4eeaf96a5]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/18 12:25:04 tv 1.1.2.2: added newline at end of file 2003/11/07 15:25:51 bc 1.1.2.1: #111603# roadmapentry added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6167be488013ac3dd100f289a64a90c35934f54c]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/11/19 09:59:00 tv 1.1.2.4: make it compile on gcc 2003/11/18 16:15:53 bc 1.1.2.3: #111603# RoadmapEntry added 2003/11/07 15:12:01 bc 1.1.2.2: #111603# Roadmap API wrapper added 2003/10/07 07:54:53 bc 1.1.2.1: #111603# roadmapcontrol for future wizards added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5aefe12707df77c50123d0f08f31a0ed869e32a3]

        INTEGRATION: CWS qwizards1 (1.5.88); FILE MERGED 2004/04/05 12:50:38 fs 1.5.88.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6d92c7097d3f97b00edf029583b8651d88e31f77]

        INTEGRATION: CWS qwizards1 (1.11.88); FILE MERGED 2004/04/05 12:50:38 fs 1.11.88.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b58c30917433d750c932bb099a7b7ac3d08981e2]

        INTEGRATION: CWS qwizards1 (1.6.88); FILE MERGED 2004/04/05 12:50:38 fs 1.6.88.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e77104b15d1683a96e4493d6a543770f96c00c11]

        INTEGRATION: CWS qwizards1 (1.2.88); FILE MERGED 2004/04/05 12:50:38 fs 1.2.88.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ac57cc586165abb4454a14a3a5da66a7c3cb70cb]

        INTEGRATION: CWS qwizards1 (1.8.88); FILE MERGED 2004/04/05 12:50:37 fs 1.8.88.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ece114733efcc4c75cb7c1c38fc6bbaa8c862706]

        INTEGRATION: CWS qwizards1 (1.2.88); FILE MERGED 2004/04/05 12:50:37 fs 1.2.88.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a835cc4916402b480633b20993de5297c50f3908]

        INTEGRATION: CWS qwizards1 (1.11.88); FILE MERGED 2004/04/05 12:50:37 fs 1.11.88.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e2bf3dfb357783af33b0307c2ab3dd813ce7284c]

        INTEGRATION: CWS qwizards1 (1.4.54); FILE MERGED 2004/04/05 12:50:07 fs 1.4.54.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3f4fc891ef6a5c7bea0bf6e34ac7797f80cda18a]

        INTEGRATION: CWS qwizards1 (1.4.54); FILE MERGED 2004/04/05 12:50:06 fs 1.4.54.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3986527e8a0f177e5abade0556030d93ebc5225c]

        INTEGRATION: CWS qwizards1 (1.3.88); FILE MERGED 2004/04/05 12:50:06 fs 1.3.88.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [513078004148c85f28f3c829e435caebfb854f94]

        INTEGRATION: CWS qwizards1 (1.4.88); FILE MERGED 2004/04/05 12:50:06 fs 1.4.88.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [35f910715b9b29dbc6de54cf3273cc9a6fa242f5]

        INTEGRATION: CWS qwizards1 (1.44.2); FILE MERGED 2004/04/05 12:50:05 fs 1.44.2.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [313839c113e5cc1dce09775fbea3d908609d4b15]

        INTEGRATION: CWS qwizards1 (1.2.88); FILE MERGED 2004/04/05 12:50:05 fs 1.2.88.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [38b4990621104ed383f7abb968e49fda8b34a707]

        INTEGRATION: CWS qwizards1 (1.6.54); FILE MERGED 2004/04/05 12:50:05 fs 1.6.54.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9f2d1f1c0326a0a41883e992d08542ab27b89841]

        INTEGRATION: CWS qwizards1 (1.4.54); FILE MERGED 2004/04/05 12:50:05 fs 1.4.54.1: #i27457# must changes in the base class

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ca04cfcd673d64ad9e30fae6aff9ba8b305dda25]

        INTEGRATION: CWS qwizards1 (1.2.80); FILE MERGED 2004/04/14 13:54:35 tv 1.2.80.1: Correction - ::CalcPosition() - save new vertical relative position, if vertical position is automatic (TOP, CENTER, BOTTOM) Submitted by: OD

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [462a420691a03e56250907b4518f6514fad7af79]

        INTEGRATION: CWS qwizards1 (1.57.2); FILE MERGED 2004/04/14 08:48:45 os 1.57.2.1: #116342# assure that SwXFrame::dispose() doesn't delete the Writer fly frame recursively

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f2b5fa8696f2f25b0a6ae52671f2029e7cee114f]

        INTEGRATION: CWS qwizards1 (1.15.56); FILE MERGED 2004/03/09 12:29:50 abi 1.15.56.2: #115870# iterating over subfolders now to ensure delete works for nonempty subdirs 2004/03/08 14:39:51 rpiterman 1.15.56.1: title has to be decoded before use in FTP command mkdir

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2b689dbb109930fbabe78f279432b1b168d93040]

        INTEGRATION: CWS qwizards1 (1.21.32); FILE MERGED 2004/02/27 14:08:45 abi 1.21.32.1: #115726# updating now the content identifier also

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [307e87ac76f5c810e4941844408e802ee22ce347]

        INTEGRATION: CWS qwizards1 (1.12.94); FILE MERGED 2004/05/06 09:34:58 bc 1.12.94.11: #111603# hiderror in webwizards iconset solved 2004/05/05 19:17:14 rpiterman 1.12.94.10: changed web wizard hids 2004/04/23 13:03:11 bc 1.12.94.9: #111603# hids for querywizard and reportwizard modified 2004/04/16 09:59:35 rpiterman 1.12.94.8: bugfix 116383: added hids for status dialog/web wizard 2004/04/14 10:50:22 bc 1.12.94.7: #111603# hids for querywizard added 2004/04/14 09:46:25 tv 1.12.94.6: added hashmark before define (syntax bugfix) 2004/04/13 14:46:53 bc 1.12.94.5: #111603# helpid for helpbuttone of QW added 2004/04/13 13:55:34 rpiterman 1.12.94.4: added web wizard hids 2004/04/13 13:33:43 tv 1.12.94.3: added help button for letterwizard 2004/03/31 11:51:22 bc 1.12.94.2: #111603# helpids for querywizard added 2004/03/30 13:33:59 tv 1.12.94.1: added second range, added LetterWizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [18b0a96b5293b66b756a60d44cd5b0a317ef4bbe]

        INTEGRATION: CWS qwizards1 (1.31.58); FILE MERGED 2004/04/28 13:01:00 bc 1.31.58.2: #111602# path to templates for formwizard reset 2004/04/28 09:53:01 bc 1.31.58.1: #111603# Formwizard Template directory now included

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f4b74955e981c90def3ce343d55ef7e927e7e6af]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/18 16:44:49 tv 1.1.2.2: set basic tutorial scripts to read only Issue number: Submitted by: Reviewed by: 2003/12/09 14:34:08 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [33fe4c89ab00b92038ca9c7e0e5c7542d4c7d0b4]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/09 14:34:00 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3e634f886679212c2341ce2c9d26cef8353549a0]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/18 16:44:48 tv 1.1.2.2: set basic tutorial scripts to read only Issue number: Submitted by: Reviewed by: 2003/12/09 14:33:52 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9a0b8124e7e38ddad969e617e5006ad960515c78]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/22 15:12:20 mexx 1.1.2.3: Fix image relative path 2003/12/17 12:15:48 mexx 1.1.2.2: Fixed Macros 2003/12/09 14:33:44 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b37616bdf60520168346ce354dd4724f74541808]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/17 12:15:48 mexx 1.1.2.2: Fixed Macros 2003/12/09 14:33:36 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f52f66f4c8b340efb85ebf8e903ee01ecdc36c3a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/22 16:20:50 mexx 1.1.2.3: Fix open document 2003/12/17 12:15:48 mexx 1.1.2.2: Fixed Macros 2003/12/09 14:33:31 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0c8c27d91e9f389e8bb1ce1435e20caa36e9b14c]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/09 15:43:56 mexx 1.1.2.2: Change the tutorial executer path 2003/12/09 14:33:23 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a8dcd89248e495272fa775379c39c783ac93a465]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/09 14:33:16 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3387bf1b14021e808490d7b0ed734164b3784b72]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/09 14:33:08 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [642dab77208094de77921f56af1f9164e48c6649]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/22 15:12:20 mexx 1.1.2.3: Fix image relative path 2003/12/17 12:15:47 mexx 1.1.2.2: Fixed Macros 2003/12/09 14:33:00 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2b6dd13a993b613f5acdb59e320c5a2b43a1e3af]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/12/17 12:15:47 mexx 1.1.2.2: Fixed Macros 2003/12/09 14:32:52 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ced19193542b0a62ff36786d3b117abfbac8a075]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/17 14:28:20 tv 1.1.2.7: set mouse speed to automatic (dependent on operating system) Issue number: Submitted by: Reviewed by: 2004/01/20 15:14:09 tv 1.1.2.6: initialize info window before every show me event Issue number: Submitted by: Reviewed by: 2003/12/23 15:10:17 mexx 1.1.2.5: *** empty log message *** 2003/12/22 15:12:20 mexx 1.1.2.4: Fix image relative path 2003/12/17 12:15:47 mexx 1.1.2.3: Fixed Macros 2003/12/09 15:43:53 mexx 1.1.2.2: Change the tutorial executer path 2003/12/09 14:32:44 mexx 1.1.2.1: Initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [42c71c2de66a43f980e8fb34df0d905ed7702309]

        INTEGRATION: CWS qwizards1 (1.3.94); FILE MERGED 2003/11/14 11:20:57 tv 1.3.94.1: removed because data is in dbwizres

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e31e7b27aa21772ddc48ca506b4006b0de0f4b28]

        INTEGRATION: CWS qwizards1 (1.11.58); FILE MERGED 2003/11/14 13:08:07 tv 1.11.58.1: changed resources to dbwizres

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ba68dd36c3f8567a761a95ef3d9195dece1e87ef]

        INTEGRATION: CWS qwizards1 (1.30.58); FILE MERGED 2003/11/24 15:48:04 tv 1.30.58.2: RESYNC: (1.30-1.31); FILE MERGED 2003/11/14 13:08:05 tv 1.30.58.1: changed resources to dbwizres

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1fd1c0dc0eeb764808b493432600a09713bf5066]

        INTEGRATION: CWS qwizards1 (1.19.58); FILE MERGED 2004/03/09 15:14:25 tv 1.19.58.1: compatible with new Letter Wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0a4c4818f5e5441322c330afd732e9dd0288d95f]

        INTEGRATION: CWS qwizards1 (1.42.32); FILE MERGED 2004/04/05 14:20:30 bc 1.42.32.3: #111604# Registrypath of Typedetection modified before saving 2003/08/19 15:00:32 bc 1.42.32.2: #110436# bdebug set to false 2003/08/19 14:58:47 bc 1.42.32.1: #110436# maxtextlength of memocontrols now set to 0

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d961c4f30847cd88b8091a834f470f591309d184]

        INTEGRATION: CWS qwizards1 (1.2.102); FILE MERGED 2004/04/21 12:19:27 tv 1.2.102.3: added support for SenderState 2004/02/13 17:49:28 tv 1.2.102.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/09 14:35:51 mexx 1.2.102.1: Added tutorial

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0714612cd9804f1fe10934a89bf9d60523452ccb]

        INTEGRATION: CWS qwizards1 (1.2.102); FILE MERGED 2004/04/21 12:19:26 tv 1.2.102.3: added support for SenderState 2004/02/13 17:49:19 tv 1.2.102.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/09 14:35:47 mexx 1.2.102.1: Added tutorial

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ed96f098d0b8165f554525f073cef5816038db71]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:02 rpiterman 1.1.2.2: documentation and small implementation-fixes 2003/11/05 14:12:56 rpiterman 1.1.2.1: An interface which defines a Listener who responses to changes of Task Status

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0af76ed39a663a40e039b3b6d8ba7b28fc9a21ae]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:02 rpiterman 1.1.2.2: documentation and small implementation-fixes 2003/11/05 14:13:37 rpiterman 1.1.2.1: An Event Object representing changes in the status of a Task object

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b6a118d0a9d9b5cfd77d26a3e291abeeee13c89a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/11/05 14:11:55 rpiterman 1.1.2.1: Used to track a Task Status

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0e9d01dd6412d09d2d73f5e83712b329dae413e2]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:02 rpiterman 1.1.2.2: documentation and small implementation-fixes 2003/11/05 14:14:40 rpiterman 1.1.2.1: An implementation of TaskListener which logs all events to a PrintStream.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8a4895742411908ef198acce7ba8e6a7247d483f]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:02 rpiterman 1.1.2.2: documentation and small implementation-fixes 2003/11/05 14:16:06 rpiterman 1.1.2.1: An Interface which defines an object which saves errors (exceptions) during a process.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b7b70db4b6f2b8dda72bf41746a0ea5adc1587b9]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:01 rpiterman 1.1.2.2: documentation and small implementation-fixes 2003/11/05 14:16:53 rpiterman 1.1.2.1: Implementation of ErrorReporter which saves all exception that accure to a List.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [7093aa105ee221d177f614f96bd8b10fce77de73]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/30 17:26:13 rpiterman 1.1.2.2: fixed target names to be unique. 2004/02/20 18:15:00 rpiterman 1.1.2.1: *** empty log message ***

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [416449a8f59bd5acea00f7dbfb1c37699adfec6a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:01 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/20 18:11:17 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:20:29 rpiterman 1.1.2.1: An Impress-HTML exporter

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c3733c8731233742006b8d5cb396a3871977302e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:01 rpiterman 1.1.2.4: documentation and small implementation-fixes 2004/03/05 19:11:53 rpiterman 1.1.2.3: Further developement 2004/02/20 18:11:17 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/13 15:42:55 rpiterman 1.1.2.1: performs a simple export using a filter

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1055e7ed960c1da7e7ff066578728b0b5a116918]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:01 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/13 15:45:22 rpiterman 1.1.2.2: added GNU license 2004/02/11 17:09:09 rpiterman 1.1.2.1: The interface definision of an exporter.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [48e55ddbb21e93d76aaa0847a1bb0bd641001459]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:01 rpiterman 1.1.2.4: documentation and small implementation-fixes 2004/03/11 12:45:05 rpiterman 1.1.2.3: changed to use FileAccess.connectURLs(folder,filename) static method 2004/03/05 19:11:52 rpiterman 1.1.2.2: Further developement 2004/02/11 17:21:13 rpiterman 1.1.2.1: An Exporter which copies the source file to the destination.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ec94608a5d468de91d34ff5f66208270d554e26b]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:00 rpiterman 1.1.2.4: documentation and small implementation-fixes 2004/03/09 12:09:31 rpiterman 1.1.2.3: further developement 2004/02/13 15:42:20 rpiterman 1.1.2.2: splitted to 2 classes: added FilterExporter 2004/02/11 17:20:00 rpiterman 1.1.2.1: An Exporter which recieves configuration data from the registry.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [266af1775100bc35f32ebd0377a4b4136182453b]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:00 rpiterman 1.1.2.4: documentation and small implementation-fixes 2004/03/05 19:11:52 rpiterman 1.1.2.3: Further developement 2004/02/13 15:44:09 rpiterman 1.1.2.2: added some storeToUrl(...) methods 2004/02/11 17:18:43 rpiterman 1.1.2.1: Abstract Implementation of Exporter, with uno open and store methods.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5d1eda40c600f454cb6bf6cf879659f222c040d8]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/30 17:26:12 rpiterman 1.1.2.2: fixed target names to be unique. 2004/02/20 18:14:32 rpiterman 1.1.2.1: *** empty log message ***

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [843ae281aec0148e00a8e5bdbd9d25f9dcf1decb]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:00 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/11 17:07:23 rpiterman 1.1.2.2: durther developement 2003/10/21 13:28:05 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c5a6bf5af80fb21afc44aebe7a8130aaf7336547]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:17:00 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/11 17:07:22 rpiterman 1.1.2.2: durther developement 2003/10/21 13:28:05 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a83a87d879a456884ab45fa6a3e415d86808ff1e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/11 12:45:04 rpiterman 1.1.2.4: changed to use FileAccess.connectURLs(folder,filename) static method 2004/02/20 18:11:16 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:07:22 rpiterman 1.1.2.2: durther developement 2003/10/21 13:28:04 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [dc27662c945d98e0f582231137672280f74f7896]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:59 rpiterman 1.1.2.5: documentation and small implementation-fixes 2004/03/11 12:45:04 rpiterman 1.1.2.4: changed to use FileAccess.connectURLs(folder,filename) static method 2004/03/05 19:11:52 rpiterman 1.1.2.3: Further developement 2004/02/11 17:07:22 rpiterman 1.1.2.2: durther developement 2003/10/21 13:28:03 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f817f2345367a08b941460ae19330ff759ab265e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/20 18:11:16 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:07:22 rpiterman 1.1.2.2: durther developement 2003/10/21 13:28:02 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6e0c44ad5b7713117594b89f7da45adea5bde6cf]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/05 19:11:52 rpiterman 1.1.2.4: Further developement 2004/02/20 18:11:16 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:07:22 rpiterman 1.1.2.2: durther developement 2003/10/21 13:28:01 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [c3aeab922e144a7c742871d7781220a6e5f953f1]

        INTEGRATION: CWS hr4 (1.2.296); FILE MERGED 2004/05/19 11:49:12 hr 1.2.296.1: #i28761#: remove obsolete glibc-2.1 sem_t hack which collides with newer glibc

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [26e603ed4c0bc2c94629c692903153af627f8335]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/11 12:45:04 rpiterman 1.1.2.4: changed to use FileAccess.connectURLs(folder,filename) static method 2004/02/20 18:11:15 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:07:21 rpiterman 1.1.2.2: durther developement 2003/10/21 13:28:00 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0eec600fe8ec20273bb600468e0b2b1141cd6b20]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:59 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/11 17:07:21 rpiterman 1.1.2.2: durther developement 2003/10/21 13:27:59 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2364790a275b445c1b3bb5387d94231f1c244a12]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/20 18:11:15 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:07:21 rpiterman 1.1.2.2: durther developement 2003/10/21 13:27:59 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [58f4243aa3cbff8136df653b40dc111596135aa8]

        INTEGRATION: CWS hr4 (1.6.14); FILE MERGED 2004/05/19 11:39:49 hr 1.6.14.2: #i29326#: Visual C** needs _USE_MATH_DEFINES for math constants 2004/05/19 11:25:28 hr 1.6.14.1: #i29326#: remove dependency on tools

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3a466a78268226d2484686e51d748f13b7fac607]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 10:40:26 rpiterman 1.1.2.4: commented out some System.out.println(...)s Issue number: Submitted by: Reviewed by: 2004/02/20 18:11:15 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:07:21 rpiterman 1.1.2.2: durther developement 2003/10/21 13:27:58 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ddc14a224c5ef204235ec80c8edb8d2b8f4ccf8d]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/05 19:11:51 rpiterman 1.1.2.4: Further developement 2004/02/20 18:11:15 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:07:21 rpiterman 1.1.2.2: durther developement 2003/10/21 13:27:57 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f4830e4ad748edbce21946745720c92079f3ed24]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 10:40:26 rpiterman 1.1.2.6: commented out some System.out.println(...)s Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:59 rpiterman 1.1.2.5: documentation and small implementation-fixes 2004/03/05 19:11:51 rpiterman 1.1.2.4: Further developement 2004/02/20 18:11:15 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:07:21 rpiterman 1.1.2.2: durther developement 2003/10/21 13:27:56 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2fad783be612be75bddc00a18963eaaa358edb06]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/20 18:11:14 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:07:20 rpiterman 1.1.2.2: durther developement 2003/10/21 13:27:55 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [bfe69cdafca4f024bd36b1328a4678d120a7d27c]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/20 18:11:14 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/11 17:07:20 rpiterman 1.1.2.2: durther developement 2003/10/21 13:27:54 rpiterman 1.1.2.1: webwizard configuration-access objects

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0973b5cadb2a0246bbdbac5a9f6e719a203b0577]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:09 rpiterman 1.1.2.5: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/04/30 17:26:12 rpiterman 1.1.2.4: fixed target names to be unique. 2004/03/12 15:41:54 rpiterman 1.1.2.3: changed jar name to web.jar 2004/03/11 18:25:36 rpiterman 1.1.2.2: changed jar name to webwiz 2004/03/09 12:25:43 rpiterman 1.1.2.1: updated

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b0413b25ce28c250baa487df580f9a570c478be0]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 17:15:25 rpiterman 1.1.2.7: removed the "Publishing..." resource and all its references. 2004/03/10 11:04:54 rpiterman 1.1.2.6: fixed wrong resource id for OK and Cancel 2004/03/09 12:09:30 rpiterman 1.1.2.5: further developement 2004/03/05 19:11:51 rpiterman 1.1.2.4: Further developement 2004/02/20 18:11:14 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:39:23 rpiterman 1.1.2.2: added many resources. 2003/12/19 18:07:52 rpiterman 1.1.2.1: WebWizard resources class (accesses the OO resources)

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [7cc3c2308e2b06def7b7b97d62d587e8d639b4c4]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:09 rpiterman 1.1.2.10: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/03/19 14:44:11 rpiterman 1.1.2.9: made more place for "Style" label on step 5 2004/03/12 16:16:59 rpiterman 1.1.2.8: documentation and small implementation-fixes 2004/03/10 11:19:25 rpiterman 1.1.2.7: small ui changes 2004/03/10 11:11:57 rpiterman 1.1.2.6: added HelpURL support, small ui changes 2004/03/09 14:10:57 rpiterman 1.1.2.5: changed save sation from textbox to comboBox 2004/03/09 12:09:30 rpiterman 1.1.2.4: further developement 2004/03/05 19:11:50 rpiterman 1.1.2.3: Further developement 2004/02/10 18:36:01 rpiterman 1.1.2.2: Further Developement 2003/12/19 18:06:23 rpiterman 1.1.2.1: GUI construction class of the webwizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b90ae66581ae89db50c6d73853170369cfb721e0]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:09 rpiterman 1.1.2.6: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/03/19 17:15:25 rpiterman 1.1.2.5: removed the "Publishing..." resource and all its references. 2004/03/12 16:16:58 rpiterman 1.1.2.4: documentation and small implementation-fixes 2004/03/10 10:46:34 rpiterman 1.1.2.3: added an HID (helpURL) constant : 34200 2004/02/20 18:11:13 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:59:24 rpiterman 1.1.2.1: Event and Configuration constants

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [10bf5aebb50cfbae21f5f9d5b22cbb35cf11e306]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:09 rpiterman 1.1.2.4: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/04/30 17:01:30 rpiterman 1.1.2.3: bugfix : now using a hidden frame as parent. Issue number: 116384 2004/03/12 16:16:58 rpiterman 1.1.2.2: documentation and small implementation-fixes 2004/03/05 19:09:22 rpiterman 1.1.2.1: The last class in the web wizard hyrarchy.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [333e7ed87b3744d102c2b6fba4dfe8c87940d1cd]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:09 rpiterman 1.1.2.1: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by:

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [17593162ee64bac594d7e0c0658c7dd6af68223d]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:08 rpiterman 1.1.2.14: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/04/30 17:01:30 rpiterman 1.1.2.13: bugfix : now using a hidden frame as parent. Issue number: 116384 2004/04/21 17:58:48 rpiterman 1.1.2.12: added status dialog help ids 2004/04/21 17:45:42 rpiterman 1.1.2.11: added help id to status dialog, moved cleanup to "CallWizard" class 2004/03/19 13:21:33 rpiterman 1.1.2.10: added DocumentPreview.dispose() on WindowHidden event. commented out a System.our.println in TOCPreview Issue number: Submitted by: Reviewed by: 2004/03/19 11:00:33 rpiterman 1.1.2.9: commented out println calls, added a refreshStylePreview() on session load method. Issue number: Submitted by: Reviewed by: 2004/03/19 09:36:00 rpiterman 1.1.2.8: fixed thread bug, which did not enable dialogs to function properly as OOo Component Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:58 rpiterman 1.1.2.7: documentation and small implementation-fixes 2004/03/10 11:11:18 rpiterman 1.1.2.6: fixed setSaveSessionName to get session name form resources 2004/03/09 14:17:35 rpiterman 1.1.2.5: changed save settings text box to comboBox 2004/03/09 12:27:34 rpiterman 1.1.2.4: changed web.DocumentPreview class to web.TOCPreview 2004/03/05 19:11:50 rpiterman 1.1.2.3: Further developement 2004/02/20 18:11:13 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:56:39 rpiterman 1.1.2.1: Extends WWD_General, implements all actions of the wizard that take place at startup (of the wizard): Configuration reading, DataAware synchronization and so on. One Exception: also the session loading implementation is in this class.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1189b0acb8b51833cc92659ab543be4326bc3af7]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:08 rpiterman 1.1.2.7: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/03/19 09:36:00 rpiterman 1.1.2.6: fixed thread bug, which did not enable dialogs to function properly as OOo Component Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:58 rpiterman 1.1.2.5: documentation and small implementation-fixes 2004/03/09 14:17:35 rpiterman 1.1.2.4: changed save settings text box to comboBox 2004/03/05 19:11:50 rpiterman 1.1.2.3: Further developement 2004/02/20 18:11:13 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:54:52 rpiterman 1.1.2.1: The second class in the WizardDialog class hirarchy, after the pure GUI construction class WebWizardDialog. General functions here.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [60660a97fdf6e66d8b78feb16d12a90a3bb2073d]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:08 rpiterman 1.1.2.16: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/04/21 17:58:47 rpiterman 1.1.2.15: added status dialog help ids 2004/04/21 17:45:42 rpiterman 1.1.2.14: added help id to status dialog, moved cleanup to "CallWizard" class 2004/03/23 15:56:31 tv 1.1.2.13: fixed bug in PathSelection and changed CallStoreDialog to pure URL handling 2004/03/19 17:15:25 rpiterman 1.1.2.12: removed the "Publishing..." resource and all its references. 2004/03/19 09:36:00 rpiterman 1.1.2.11: fixed thread bug, which did not enable dialogs to function properly as OOo Component Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:58 rpiterman 1.1.2.10: documentation and small implementation-fixes 2004/03/11 12:45:03 rpiterman 1.1.2.9: changed to use FileAccess.connectURLs(folder,filename) static method 2004/03/10 14:45:35 rpiterman 1.1.2.8: bugfix : package url to not end with '/' 2004/03/10 11:08:22 rpiterman 1.1.2.7: changed Iconset/BackgroundsDialog constructor calls 2004/03/10 11:05:34 rpiterman 1.1.2.6: changed Backgrounds/Iconsdialog constructor 2004/03/09 12:27:33 rpiterman 1.1.2.5: changed web.DocumentPreview class to web.TOCPreview 2004/03/09 12:09:30 rpiterman 1.1.2.4: further developement 2004/03/05 19:11:50 rpiterman 1.1.2.3: Further developement 2004/02/20 18:11:13 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:58:04 rpiterman 1.1.2.1: Extends WWD_Startup. Here are all the the methods that are invoked due to user-generated events (through the GUI)

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2c51715bc9348dec9a8b3b062c46f98774b0d61f]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 13:05:27 rpiterman 1.1.2.4: removed System.out.println(...) Issue number: Submitted by: Reviewed by: 2004/03/19 13:04:26 rpiterman 1.1.2.3: bug fix: url was calculated wrong. now using FileAccess.connectURLs(...) Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:57 rpiterman 1.1.2.2: documentation and small implementation-fixes 2004/03/09 12:29:25 rpiterman 1.1.2.1: A class to preview the TOC page in the default borwser

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8b3a0eafb1de76209be9951caa9b1ffd63fdb0cb]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:08 rpiterman 1.1.2.10: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/04/23 10:42:57 rpiterman 1.1.2.9: removed a System.out.println 2004/04/16 12:17:23 rpiterman 1.1.2.8: temporal bugfix 116384 2004/04/13 12:47:45 rpiterman 1.1.2.7: repaired crash on solaris Issue number: Submitted by: Reviewed by: Issue number: Submitted by: Reviewed by: 2004/03/22 10:01:32 rpiterman 1.1.2.6: changed background folder in preview to ./images/ 2004/03/12 16:16:57 rpiterman 1.1.2.5: documentation and small implementation-fixes 2004/03/11 12:45:03 rpiterman 1.1.2.4: changed to use FileAccess.connectURLs(folder,filename) static method 2004/03/05 19:11:50 rpiterman 1.1.2.3: Further developement 2004/02/20 18:11:13 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 19:06:31 rpiterman 1.1.2.1: Implements the refreshing of the Style-html files, which are used to display the style preview in page 5

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8e4570a87f81ff728fc1cd7e8ca2b389fcb6494f]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:07 rpiterman 1.1.2.5: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/04/21 17:58:47 rpiterman 1.1.2.4: added status dialog help ids 2004/03/19 09:35:59 rpiterman 1.1.2.3: fixed thread bug, which did not enable dialogs to function properly as OOo Component Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:57 rpiterman 1.1.2.2: documentation and small implementation-fixes 2004/03/09 12:08:39 rpiterman 1.1.2.1: StatusDialog used by the web wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [91642ab1e705301ec6cecb1448b0144ec0c75329]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 17:15:24 rpiterman 1.1.2.4: removed the "Publishing..." resource and all its references. 2004/03/12 16:16:56 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/20 18:11:12 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:48:46 rpiterman 1.1.2.1: renders the status of the Process class to localized text.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4ae7bdffc21aa60f4a9a550c748a9bac4baecbd1]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:56 rpiterman 1.1.2.2: documentation and small implementation-fixes 2004/03/09 12:33:40 rpiterman 1.1.2.1: some error constants used by ProcessErrorListener

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [32a377414620efa3a86677f1c8fd480c70fdce02]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:07 rpiterman 1.1.2.4: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:56 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/20 18:11:12 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:47:54 rpiterman 1.1.2.1: An error handler for the Process class, which renders errors (exceptions) to localized messages.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5ee716fd275c63d9c45dac21d3703b7b9917055a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:07 rpiterman 1.1.2.10: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/03/19 17:15:23 rpiterman 1.1.2.9: removed the "Publishing..." resource and all its references. 2004/03/12 16:16:56 rpiterman 1.1.2.8: documentation and small implementation-fixes 2004/03/11 12:45:03 rpiterman 1.1.2.7: changed to use FileAccess.connectURLs(folder,filename) static method 2004/03/09 12:09:30 rpiterman 1.1.2.6: further developement 2004/03/05 19:11:49 rpiterman 1.1.2.5: Further developement 2004/02/20 18:11:12 rpiterman 1.1.2.4: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:46:37 rpiterman 1.1.2.3: added GNU license text 2004/02/10 18:35:21 rpiterman 1.1.2.2: Many changes that may only be described as further developement. 2003/11/04 17:47:56 rpiterman 1.1.2.1: Core-Functionality of the web wizard. The functionality that acts when the user clicks "finish" is delegated to this class.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [33f5dac62192411d47245e179c4c199187e143f3]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/09 12:32:41 rpiterman 1.1.2.1: Used to register WebWizard as a OOo component

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [b6eb07fdedd0e8122b1803aab5abfccfeb302fb9]

        INTEGRATION: CWS uno8eabugs01 (1.1.1.1.134); FILE MERGED 2004/05/17 14:30:09 kso 1.1.1.1.134.1: #i27607# - Corrected dynamic resultset service name.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8b97a74da96c0062ad908a827b2331589c06df2e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:55 rpiterman 1.1.2.2: documentation and small implementation-fixes 2004/03/09 12:11:34 rpiterman 1.1.2.1: used for debugging

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8bff25c1aea1d753b4f39fee6ea7508350a41c1a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:07 rpiterman 1.1.2.7: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:55 rpiterman 1.1.2.6: documentation and small implementation-fixes 2004/03/10 11:03:40 rpiterman 1.1.2.5: changed helpURL support 2004/03/10 10:44:01 rpiterman 1.1.2.4: added HelpURL support 2004/03/05 19:11:49 rpiterman 1.1.2.3: Further developement 2004/02/20 18:11:12 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:52:34 rpiterman 1.1.2.1: A Base class for a dialog in which the user chooses an image. MAy move to .../wizards/ui in the future.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [28cefe332974ce70c7a3acd4fe95a582dd3312ea]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:07 rpiterman 1.1.2.7: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/03/19 09:35:59 rpiterman 1.1.2.6: fixed thread bug, which did not enable dialogs to function properly as OOo Component Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:55 rpiterman 1.1.2.5: documentation and small implementation-fixes 2004/03/10 11:09:23 rpiterman 1.1.2.4: does not recieve hid in constructor, takes it from WebWizardConst 2004/03/10 10:44:20 rpiterman 1.1.2.3: added HelpURL support 2004/02/20 18:11:12 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:44:22 rpiterman 1.1.2.1: Icons Dialog (the user should choose an icon set for impress export)

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ddd98a1de99e0c8fdd9dce544e6de182f667b514]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/20 18:11:11 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:43:27 rpiterman 1.1.2.1: resources class for the ftp dialog

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0dcd4aa16fce263a7e31790df4e4a4bf209fb888]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/11 12:13:10 rpiterman 1.1.2.11: bugfix: added ":" after "HID" in helpURL of 3 text boxes Issue number: 116731 2004/05/05 19:16:07 rpiterman 1.1.2.10: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/03/19 09:35:58 rpiterman 1.1.2.9: fixed thread bug, which did not enable dialogs to function properly as OOo Component Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:55 rpiterman 1.1.2.8: documentation and small implementation-fixes 2004/03/11 12:45:03 rpiterman 1.1.2.7: changed to use FileAccess.connectURLs(folder,filename) static method 2004/03/10 11:18:50 rpiterman 1.1.2.6: bugfix: password textbox properties order 2004/03/10 11:10:12 rpiterman 1.1.2.5: added support for HelpURL 2004/03/05 19:11:49 rpiterman 1.1.2.4: Further developement 2004/02/20 18:11:11 rpiterman 1.1.2.3: changes were made to use the Field Support of the DataAware model (beta) 2004/02/13 15:46:10 rpiterman 1.1.2.2: Further Developement 2004/02/10 18:40:56 rpiterman 1.1.2.1: Web Wizard Ftp dialog

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [3cb38da380c450923f26f8b19bad52a754eb5a73]

        INTEGRATION: CWS uno8eabugs01 (1.14.2); FILE MERGED 2004/05/18 09:14:49 kso 1.14.2.2: RESYNC: (1.14-1.17); FILE MERGED 2004/05/17 09:07:55 jl 1.14.2.1: #i29251# removed cli_cppuhelper.dll, cli_ure.dll, cli_types.dll, cli_uno.dll

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [49414548ce17a3321a36dd84c8ef5ac4a912dd78]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:55 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/20 18:11:11 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 19:05:14 rpiterman 1.1.2.1: used with UCB.copy(...) to filter files with a specific extension, so that thewy will not be copied.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4b8c3ba843d18fc8869efd88ee6a31401740bac3]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:55 rpiterman 1.1.2.4: documentation and small implementation-fixes 2004/03/05 19:11:49 rpiterman 1.1.2.3: Further developement 2004/02/20 18:11:11 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 19:02:55 rpiterman 1.1.2.1: An Interface which defines a class which recieves error messages and renders them to localited messages, and optionaly returns the response of the user.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e57a64b698198b19da8a75a025dcd2feeeff67c8]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:06 rpiterman 1.1.2.6: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/05/04 13:04:44 tv 1.1.2.5: prevented that the Wizard can be called twice Issue number: Submitted by: Reviewed by: 2004/04/21 17:45:41 rpiterman 1.1.2.4: added help id to status dialog, moved cleanup to "CallWizard" class 2004/03/19 17:40:51 rpiterman 1.1.2.3: changed message when error accures. Now uses common.Resource... error Message 2004/03/12 16:16:54 rpiterman 1.1.2.2: documentation and small implementation-fixes 2004/03/05 19:10:26 rpiterman 1.1.2.1: the class to be installed in OOo as component

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [64502fcb3cecfe4de6a3fb5de5f38250278f0153]

        INTEGRATION: CWS uno8eabugs01 (1.26.48); FILE MERGED 2004/05/17 15:26:53 dbo 1.26.48.5: #i20304# introducing _CPPU_ENV 2004/05/14 12:34:07 dbo 1.26.48.4: #i27888# recursion detection 2004/05/11 13:40:30 dbo 1.26.48.3: #i27888# 2004/05/10 13:32:47 dbo 1.26.48.2: #i27888# 2004/05/10 12:12:53 dbo 1.26.48.1: #i27888#

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4c853087a76cb54d1a266483fa78c33559b2b97f]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:06 rpiterman 1.1.2.8: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:54 rpiterman 1.1.2.7: documentation and small implementation-fixes 2004/03/11 12:45:03 rpiterman 1.1.2.6: changed to use FileAccess.connectURLs(folder,filename) static method 2004/03/10 11:08:52 rpiterman 1.1.2.5: does not recieve hid in constructor, take it from WebWizardConst 2004/03/10 10:43:42 rpiterman 1.1.2.4: added HelpURL support 2004/03/05 19:11:48 rpiterman 1.1.2.3: Further developement 2004/02/20 18:11:11 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 18:45:24 rpiterman 1.1.2.1: Background dialog: the user chooses a background image from the SO/OO gallery or another source of files.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6e360e630a0d3d687eb9f1e19f692a0c1c5f00f6]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:16:06 rpiterman 1.1.2.7: Changed HIDs Added own Frame as house-pet Issue number: Submitted by: Reviewed by: 2004/03/19 10:40:25 rpiterman 1.1.2.6: commented out some System.out.println(...)s Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:54 rpiterman 1.1.2.5: documentation and small implementation-fixes 2004/03/10 10:43:19 rpiterman 1.1.2.4: fixed bug: always returned false on question dialogs 2004/03/05 19:11:48 rpiterman 1.1.2.3: Further developement 2004/02/20 18:11:10 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta) 2004/02/10 19:01:09 rpiterman 1.1.2.1: A Basic implementation of ErrorHandler with some usefull static ErrorMessages methods.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [fe67f72b50923d3d27a61ba254ddef57ab5344ce]

        INTEGRATION: CWS uno8eabugs01 (1.13.22); FILE MERGED 2004/05/17 14:19:52 kso 1.13.22.1: #116445# - Fixed exception handling.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b67fd9e5d2dd657db765bec82d252cd0a3b07d41]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:54 rpiterman 1.1.2.10: documentation and small implementation-fixes 2004/03/12 15:37:50 tv 1.1.2.9: some property debugging code inserted 2004/03/02 14:55:40 tv 1.1.2.8: correct support for double in the configuration 2004/03/02 09:49:53 rpiterman 1.1.2.7: bugfix with field members 2004/03/01 11:24:47 rpiterman 1.1.2.6: Support for members 2004/02/20 18:13:31 rpiterman 1.1.2.5: changes were made to enable Fields in the DataAware model 2004/02/02 11:30:00 tv 1.1.2.4: formatted with autoformatter (indents now use TAB) 2003/12/16 15:54:40 rpiterman 1.1.2.3: added 'getModel(...)' and 'setEnabled(...)' static methods. removed use of UnoDialog (to enable package-based compilation) 2003/12/12 12:10:49 rpiterman 1.1.2.2: removed refernce to UIHelper (UIHelper was merged to UnoDialog) 2003/12/02 15:21:00 rpiterman 1.1.2.1: Used to Synchronize Uno simple Controls as text, Checkbox and listboxes with an arbitrary java property

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [ede30845ea4bfb10ac8397ea75abba2db7fe8811]

        INTEGRATION: CWS uno8eabugs01 (1.10.22); FILE MERGED 2004/05/17 14:19:52 kso 1.10.22.1: #116445# - Fixed exception handling.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [12201b609465e41186ac574aa00fee84b6f9161e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:53 rpiterman 1.1.2.2: documentation and small implementation-fixes 2004/02/13 09:57:17 rpiterman 1.1.2.1: TaskListener recieves Task events

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5df0c69fe2a2cfac0c7f449ce151015f53239851]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:53 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/20 18:13:31 rpiterman 1.1.2.2: changes were made to enable Fields in the DataAware model 2004/02/13 09:55:48 rpiterman 1.1.2.1: TaskEvent is sent to TaskListener when a task advances and so on...

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [f8327c980d85568f8afa06e282d936f2f4a33762]

        INTEGRATION: CWS uno8eabugs01 (1.1.1.1.182); FILE MERGED 2004/05/17 14:19:52 kso 1.1.1.1.182.1: #116445# - Fixed exception handling.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6ec3a259483c138110266d3fa4a978dd188ef50a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/20 18:13:31 rpiterman 1.1.2.2: changes were made to enable Fields in the DataAware model 2004/02/13 09:54:52 rpiterman 1.1.2.1: A Task is made of steps which can succeed or fail.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [7948499fc15ac8e9894b29fc136cf6911006772b]

        INTEGRATION: CWS uno8eabugs01 (1.9.160); FILE MERGED 2004/05/17 14:17:22 kso 1.9.160.1: #116445# - Improved exception handling.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [924b8484fae7958d4deedcac145a30be15683888]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/20 18:13:31 rpiterman 1.1.2.3: changes were made to enable Fields in the DataAware model 2004/02/02 11:30:00 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/12/19 18:04:54 rpiterman 1.1.2.1: Synchronizes a custom UI control with a data object

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [80167cbf3c532f01de3f1040c4f107c388110a78]

        INTEGRATION: CWS uno8eabugs01 (1.10.108); FILE MERGED 2004/05/17 14:17:21 kso 1.10.108.1: #116445# - Improved exception handling.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [7360bd340cc3b71275fb03bf043d2a84151e0e93]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:53 rpiterman 1.1.2.5: documentation and small implementation-fixes 2004/02/20 18:13:31 rpiterman 1.1.2.4: changes were made to enable Fields in the DataAware model 2004/02/02 11:29:59 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2003/12/12 12:10:48 rpiterman 1.1.2.2: removed refernce to UIHelper (UIHelper was merged to UnoDialog) 2003/12/02 15:19:58 rpiterman 1.1.2.1: used to synchronize a java property with a group of radio buttons.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [434c4038d8c2efccf4bbe58b4191d47540fe5ffd]

        INTEGRATION: CWS uno8eabugs01 (1.1.1.1.182); FILE MERGED 2004/05/17 14:17:21 kso 1.1.1.1.182.1: #116445# - Improved exception handling.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [621f06d7bcf484d61b3bd133ec9c19cdf3bdf11e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:53 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/02 11:29:58 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/12/02 15:19:18 rpiterman 1.1.2.1: Used by AbstractListener to invoke a method in response to an event

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c2e37623d4ee3208fe623f126c239814178f0d95]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:53 rpiterman 1.1.2.8: documentation and small implementation-fixes 2004/03/10 10:41:42 rpiterman 1.1.2.7: changed the default renderer to check the item for null 2004/03/09 13:51:20 rpiterman 1.1.2.6: added filleComboBox(...) method 2004/02/02 11:29:58 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2003/12/19 18:03:15 rpiterman 1.1.2.4: Small Changeds/Bug Fix 2003/12/16 16:02:50 rpiterman 1.1.2.3: change use of UnoDialog to UnoDataAware (to allow package-based compilation) 2003/12/12 12:10:47 rpiterman 1.1.2.2: removed refernce to UIHelper (UIHelper was merged to UnoDialog) 2003/12/02 15:18:01 rpiterman 1.1.2.1: A class used to synchronize a Uno List control and a Swing ListModel object

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9ea80c36330b9db5c2ad88a2c103a9a672d6971f]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:52 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/02 11:29:57 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/12/02 15:17:09 rpiterman 1.1.2.1: Constants class to define internal event names.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [daa42aa33bd18542a11a205b2a0d1874bcc7383e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:52 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/03/02 09:49:52 rpiterman 1.1.2.2: bugfix with field members 2004/02/20 18:12:37 rpiterman 1.1.2.1: Adds support for fields for the DataAware model

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8d3c6c65cc4528a4c3f0a82b21f307f7ef82e98a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:52 rpiterman 1.1.2.8: documentation and small implementation-fixes 2004/02/20 18:13:30 rpiterman 1.1.2.7: changes were made to enable Fields in the DataAware model 2004/02/13 09:52:41 rpiterman 1.1.2.6: changed exception thrown when new DataObject is wrong, (now ClassCastException) 2004/02/02 11:29:56 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2004/01/21 17:44:50 rpiterman 1.1.2.4: Added setDataObject(Collection,Object,boolean) method. 2004/01/14 20:02:48 rpiterman 1.1.2.3: added try-catch clause in setToUI() 2003/12/12 12:10:46 rpiterman 1.1.2.2: removed refernce to UIHelper (UIHelper was merged to UnoDialog) 2003/12/02 15:16:21 rpiterman 1.1.2.1: An abstract class that synchronises UI Control and Data object using the Control Listener to notice changes.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [bf8ec075781b065254af013f11f5ff250f091ebf]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:52 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/02 11:29:54 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/12/02 15:23:14 rpiterman 1.1.2.1: A listener-Method-trigger for common control events like textchanged, itemChanged, aso

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c875638506eb92d0300fc66f30869f4b7932a7b1]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 10:10:12 rpiterman 1.1.2.4: bugfix: checks for null when calling get(...) to avoid NullPointerException Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:52 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/02 11:29:53 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/12/02 15:22:18 rpiterman 1.1.2.1: Registers and calls methods to invoke uppon trigerring an event. This enables using one class to triger many events, and naming with a simple string the method which should be invoked.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0a0df1fafe6b22aefa131a880a2d776f7e23d683]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:29:52 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/10/17 13:54:31 tv 1.1.2.1: Interface for PathSelection

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c3a56855812097a7559971e5ba8c77ed575a45c2]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:29:51 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2003/12/12 11:20:58 bc 1.1.2.4: #111603# UIHelper added to makefile 2003/11/18 10:49:51 bc 1.1.2.3: #111603# Wizard Dialog class overworked 2003/09/09 15:33:44 tv 1.1.2.2: prepared for the use of resources 2003/08/21 16:24:37 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [508ccee72d4bb6a688121ed5a5af7047e2298d26]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:29:51 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2004/01/22 19:40:58 bc 1.1.2.1: #111603# interface for dialog component added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ab8a627b463eb76f31623eb379630586cc864aed]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/13 13:29:09 bc 1.1.2.34: #111603# hids for Querywizard modified 2004/03/12 15:23:55 bc 1.1.2.33: #111603# several changes 2004/03/10 10:35:03 rpiterman 1.1.2.32: Added HelpURL support 2004/03/09 14:21:24 rpiterman 1.1.2.31: made gotoNext/PreviousAvailableStep() methods synchronized. 2004/03/02 14:55:40 tv 1.1.2.30: correct support for double in the configuration 2004/02/25 14:10:23 rpiterman 1.1.2.29: the create Button is NOT enabled when switching steps. 2004/02/25 14:07:21 rpiterman 1.1.2.28: create button is NOT enabled by switching between steps. 2004/02/04 15:42:59 bc 1.1.2.27: #111603# several changes 2004/02/02 11:29:49 tv 1.1.2.26: formatted with autoformatter (indents now use TAB) 2004/02/02 05:09:04 bc 1.1.2.25: #111603# many changes 2004/01/30 15:17:09 bc 1.1.2.24: #111603# user interface finalized 2004/01/22 19:44:16 bc 1.1.2.23: #111603# querywizard now short before final 2004/01/20 16:57:55 bc 1.1.2.22: #111603# several modifications 2004/01/16 15:08:31 rpiterman 1.1.2.21: rechanged last changes 2004/01/16 10:05:57 bc 1.1.2.20: #111603# invisible Controls class removed 2004/01/14 19:28:26 rpiterman 1.1.2.19: Changed next button enabling : now if there is no enabled step after the current one, next button is automatically disabled. When dis/enabling a step, next button is also dis/enabled if there is no nextAvailabeStep 2003/12/19 18:02:26 rpiterman 1.1.2.18: small changes 2003/12/16 13:27:32 rpiterman 1.1.2.17: made abstract and added abstract method finishWizard() splitted navi buttons enable method to 3 methods (next, fw, finish) changed so that on last step, 'create/finish' button's enable status does not change 2003/12/12 11:20:58 bc 1.1.2.16: #111603# UIHelper added to makefile 2003/11/26 15:51:27 tv 1.1.2.15: added Methods to get/set properties 2003/11/25 18:35:05 bc 1.1.2.14: #111603# Listener removed due to new db file format 2003/11/18 13:25:27 bc 1.1.2.13: #111603# XNavigationListener removed 2003/11/18 10:49:50 bc 1.1.2.12: #111603# Wizard Dialog class overworked 2003/11/14 11:22:09 tv 1.1.2.11: changed resource to dbwizres 2003/11/04 15:51:20 tv 1.1.2.10: added norm control 2003/10/16 14:25:56 tv 1.1.2.9: several small fixes 2003/10/10 16:36:56 bc 1.1.2.8: #111603# several improvements 2003/09/22 12:02:49 tv 1.1.2.7: added loading of templates to letter wizard 2003/09/09 15:33:43 tv 1.1.2.6: prepared for the use of resources 2003/09/08 15:07:11 tv 1.1.2.5: optimized Speed 2003/09/05 16:12:26 tv 1.1.2.4: fixes for Wizard Navigation 2003/09/05 15:07:16 rpiterman 1.1.2.3: Beuty changes 2003/09/05 13:42:14 tv 1.1.2.2: modifications to make LetterWizard run 2003/09/05 09:38:29 rpiterman 1.1.2.1: Base class for wizard dialogs. Will in the future contain wizard buttons and roadmap functionality.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [99b62f04e6266b7f9782a559aa08793941458687]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/09 14:20:16 rpiterman 1.1.2.14: changed insertComboBox method to recieve 3 event names (added textChanged event support) added setControlPropertiesDebug(...) method 2004/02/02 11:29:48 tv 1.1.2.13: formatted with autoformatter (indents now use TAB) 2004/01/16 10:05:56 bc 1.1.2.12: #111603# invisible Controls class removed 2004/01/14 19:55:01 rpiterman 1.1.2.11: removed temporary method executeD() 2003/12/16 16:11:41 rpiterman 1.1.2.10: event package changed 2003/11/25 18:35:05 bc 1.1.2.9: #111603# Listener removed due to new db file format 2003/11/14 11:32:20 rpiterman 1.1.2.8: bugfix: formattedText control changed from XControl.class to XTextComponent.class 2003/11/11 14:10:19 rpiterman 1.1.2.7: added events target object support other than the unodialog object for all insert methods. 2003/09/22 12:02:49 tv 1.1.2.6: added loading of templates to letter wizard 2003/09/09 10:07:18 rpiterman 1.1.2.5: Bug fixed: Image control Model: Uno service name was wrong. 2003/09/08 15:07:11 tv 1.1.2.4: optimized Speed 2003/09/05 15:07:16 rpiterman 1.1.2.3: Beuty changes 2003/09/05 13:42:13 tv 1.1.2.2: modifications to make LetterWizard run 2003/09/05 09:46:02 rpiterman 1.1.2.1: Extends the UnoDialog with some convenience methods for inserting components and a "reflection multiple listener"

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d69d4bbf9bf4f5eb986362e11570a938a13750db]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:14:32 rpiterman 1.1.2.27: changed execute method to check for null Issue number: Submitted by: Reviewed by: 2004/04/30 17:02:57 rpiterman 1.1.2.26: bugfix: now if trying to call execute dialog an IllegalArgumentException accures, so one must create a peer before... Issue number: 116384 2004/03/09 14:18:51 rpiterman 1.1.2.25: removed unnecessary import 2004/03/08 16:01:58 rpiterman 1.1.2.24: added executeDialog(UnoDialog parent) 2004/03/02 14:55:40 tv 1.1.2.23: correct support for double in the configuration 2004/02/04 15:42:59 bc 1.1.2.22: #111603# several changes 2004/02/03 14:59:50 rpiterman 1.1.2.21: solved merge conflicts 2004/02/02 11:29:47 tv 1.1.2.20: formatted with autoformatter (indents now use TAB) 2004/02/02 05:09:04 bc 1.1.2.19: #111603# many changes 2004/01/30 15:17:08 bc 1.1.2.18: #111603# user interface finalized 2004/01/22 19:44:15 bc 1.1.2.17: #111603# querywizard now short before final 2004/01/20 16:57:54 bc 1.1.2.16: #111603# several modifications 2004/01/16 13:34:46 bc 1.1.2.15: #111603#insertLabel method now returns control 2004/01/16 10:05:53 bc 1.1.2.14: #111603# invisible Controls class removed 2004/01/14 19:53:44 rpiterman 1.1.2.13: changed flow of executeDialog() method and createPeer() method, so now, a peer is only creaeted when really needed. 2003/12/16 16:11:19 rpiterman 1.1.2.12: Bugfix 2003/12/12 11:20:57 bc 1.1.2.11: #111603# UIHelper added to makefile 2003/12/05 14:08:20 rpiterman 1.1.2.10: Added getModel(Object control), setEnabled(Object control, boolean/Boolean enabled) static methods 2003/11/18 13:21:25 bc 1.1.2.9: #111603# conflict with insertButton resolved 2003/11/18 13:01:10 tv 1.1.2.8: removed a file 2003/11/18 10:49:50 bc 1.1.2.7: #111603# Wizard Dialog class overworked 2003/10/17 13:52:27 tv 1.1.2.6: Path Selection control 2003/10/10 08:16:37 tv 1.1.2.5: several changes for LetterWizard 2003/10/09 13:59:37 bc 1.1.2.4: #111603# makefile modified 2003/09/05 15:07:16 rpiterman 1.1.2.3: Beuty changes 2003/08/29 09:59:17 tv 1.1.2.2: added 'insertCheckBox' and 'insertNumericField' 2003/08/21 16:24:35 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [28e4f9b1012682c5dbe9e6e3d5279a9d6dfe5e04]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:51 rpiterman 1.1.2.7: documentation and small implementation-fixes 2004/02/02 11:29:47 tv 1.1.2.6: formatted with autoformatter (indents now use TAB) 2004/02/02 05:09:03 bc 1.1.2.5: #111603# many changes 2004/01/30 15:17:08 bc 1.1.2.4: #111603# user interface finalized 2004/01/16 10:05:53 bc 1.1.2.3: #111603# invisible Controls class removed 2003/12/19 17:55:56 rpiterman 1.1.2.2: Did nothing :-) 2003/11/14 14:14:16 rpiterman 1.1.2.1: defines usefull Integer constants to use when creating dialogs.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e123d60798100b635cf1b40dea05f225fa2d6de8]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/23 13:05:33 bc 1.1.2.14: #111603# hids in Aggregatecomponent improved 2004/04/02 10:02:12 bc 1.1.2.13: #111603# Helpids added 2004/03/12 15:23:54 bc 1.1.2.12: #111603# several changes 2004/02/02 11:29:46 tv 1.1.2.11: formatted with autoformatter (indents now use TAB) 2004/01/30 15:17:07 bc 1.1.2.10: #111603# user interface finalized 2004/01/22 19:44:15 bc 1.1.2.9: #111603# querywizard now short before final 2004/01/20 16:57:54 bc 1.1.2.8: #111603# several modifications 2004/01/16 10:05:52 bc 1.1.2.7: #111603# invisible Controls class removed 2003/12/12 11:20:57 bc 1.1.2.6: #111603# UIHelper added to makefile 2003/11/25 18:35:05 bc 1.1.2.5: #111603# Listener removed due to new db file format 2003/11/18 11:53:41 bc 1.1.2.4: #111603# Aggregate component added 2003/11/18 10:49:49 bc 1.1.2.3: #111603# Wizard Dialog class overworked 2003/10/09 17:15:39 bc 1.1.2.2: #111603# wizads restructuring 2003/08/21 16:24:34 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [73b2dc339de5637cab646c52713d28564d529883]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:29:46 tv 1.1.2.10: formatted with autoformatter (indents now use TAB) 2004/02/02 05:09:03 bc 1.1.2.9: #111603# many changes 2004/01/30 15:17:07 bc 1.1.2.8: #111603# user interface finalized 2004/01/20 16:57:54 bc 1.1.2.7: #111603# several modifications 2004/01/16 10:05:51 bc 1.1.2.6: #111603# invisible Controls class removed 2003/12/12 11:20:56 bc 1.1.2.5: #111603# UIHelper added to makefile 2003/11/25 18:35:04 bc 1.1.2.4: #111603# Listener removed due to new db file format 2003/11/18 10:49:48 bc 1.1.2.3: #111603# Wizard Dialog class overworked 2003/08/21 16:50:12 tv 1.1.2.2: fixed reorganization related bugs 2003/08/21 16:24:32 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1c7cd59af8160efdc99938ca233e136b1e5886fc]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:51 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/02 11:29:44 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/11/07 17:48:01 rpiterman 1.1.2.1: Configures a peer by setting its properties and performing arbitrary configuration.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6106cdbbaaf59880c59605dd776c2ba5900905da]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/30 13:36:05 tv 1.1.2.10: added support for HelpURLs Issue number: Submitted by: Reviewed by: 2004/03/23 15:56:31 tv 1.1.2.9: fixed bug in PathSelection and changed CallStoreDialog to pure URL handling 2004/03/02 09:14:22 tv 1.1.2.8: made txtPath public Issue number: Submitted by: Reviewed by: 2004/02/13 10:32:42 tv 1.1.2.7: correct TabIndex Issue number: Submitted by: Reviewed by: 2004/02/03 14:59:49 rpiterman 1.1.2.6: solved merge conflicts 2004/02/02 11:29:44 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2004/01/22 19:44:14 bc 1.1.2.4: #111603# querywizard now short before final 2003/11/28 09:36:28 rpiterman 1.1.2.3: Changed to support changes in class SystemDialog (using now static method to instanciate) 2003/11/14 13:08:01 tv 1.1.2.2: changed resources to dbwizres 2003/10/17 13:52:27 tv 1.1.2.1: Path Selection control

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3b848a3738c5e6378af195412bd59bf924c38a1b]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:13:58 rpiterman 1.1.2.15: changed so that every image has its own HelpURL. 2004/04/02 15:22:21 bc 1.1.2.14: #111602# change in fireItemSelected method 2004/04/02 10:02:12 bc 1.1.2.13: #111603# Helpids added 2004/03/29 13:21:08 bc 1.1.2.12: #111603# some changes for formwizard 2004/03/29 11:39:56 rpiterman 1.1.2.11: fixed bug in getImagFromEvent method. SUbmitted by: Reviewed by: 2004/03/29 10:49:37 rpiterman 1.1.2.10: Added name support, to enable more than one image list to apear in a single dialog Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:51 rpiterman 1.1.2.9: documentation and small implementation-fixes 2004/03/10 10:40:32 rpiterman 1.1.2.8: added HelpURL support 2004/03/05 19:04:24 rpiterman 1.1.2.7: keyboard support completed 2004/02/02 11:29:43 tv 1.1.2.6: formatted with autoformatter (indents now use TAB) 2004/01/14 19:49:34 rpiterman 1.1.2.5: general Maintenance: changed "page" to "step". added BackgroundColor support. 2003/12/23 20:09:08 rpiterman 1.1.2.4: Bugfix 2003/12/19 17:55:26 rpiterman 1.1.2.3: bugfix : selection frame on wrong steps. 2003/12/16 16:11:59 rpiterman 1.1.2.2: bugfix 2003/11/14 11:37:32 rpiterman 1.1.2.1: Implements an image list component.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9fe9b871f9ddda9e9a33f4854994f0173fb68192]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/23 13:05:32 bc 1.1.2.18: #111603# hids in Aggregatecomponent improved 2004/04/14 16:23:53 bc 1.1.2.17: #111603# array of logicoperators now only global 2004/04/14 10:52:29 bc 1.1.2.16: #111603# Helpids added 2004/04/02 10:02:12 bc 1.1.2.15: #111603# Helpids added 2004/03/16 13:37:34 bc 1.1.2.14: #111603# final changes 2004/03/12 15:23:54 bc 1.1.2.13: #111603# several changes 2004/02/04 15:42:58 bc 1.1.2.12: #111603# several changes 2004/02/03 14:59:49 rpiterman 1.1.2.11: solved merge conflicts 2004/02/02 11:29:43 tv 1.1.2.10: formatted with autoformatter (indents now use TAB) 2004/01/30 15:17:07 bc 1.1.2.9: #111603# user interface finalized 2004/01/20 16:57:53 bc 1.1.2.8: #111603# several modifications 2004/01/16 13:34:45 bc 1.1.2.7: #111603#insertLabel method now returns control 2004/01/16 10:05:51 bc 1.1.2.6: #111603# invisible Controls class removed 2003/12/12 11:20:56 bc 1.1.2.5: #111603# UIHelper added to makefile 2003/11/25 18:35:03 bc 1.1.2.4: #111603# Listener removed due to new db file format 2003/11/18 11:53:41 bc 1.1.2.3: #111603# Aggregate component added 2003/11/18 10:49:46 bc 1.1.2.2: #111603# Wizard Dialog class overworked 2003/10/10 16:36:28 bc 1.1.2.1: #111603# Filtercomponent added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [23c86af1de73f5f27038427c308383e70152e70b]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/07 14:06:26 bc 1.1.2.20: #111603# last changes on Selection of commandtable 2004/05/07 10:58:20 bc 1.1.2.19: #111603# FieldSelection modified 2004/05/03 15:29:10 bc 1.1.2.18: #111603# when moveall clicked duplicate fields are removed from right listbox 2004/04/02 10:02:12 bc 1.1.2.17: #111603# Helpids added 2004/03/29 13:21:08 bc 1.1.2.16: #111603# some changes for formwizard 2004/03/16 15:17:20 bc 1.1.2.15: #111603# AccessibleTexts added 2004/03/12 15:23:53 bc 1.1.2.14: #111603# several changes 2004/02/04 15:42:58 bc 1.1.2.13: #111603# several changes 2004/02/02 11:29:42 tv 1.1.2.12: formatted with autoformatter (indents now use TAB) 2004/02/02 05:09:02 bc 1.1.2.11: #111603# many changes 2004/01/30 15:17:06 bc 1.1.2.10: #111603# user interface finalized 2004/01/16 10:05:50 bc 1.1.2.9: #111603# invisible Controls class removed 2003/12/12 11:20:55 bc 1.1.2.8: #111603# UIHelper added to makefile 2003/11/26 10:32:07 bc 1.1.2.7: #111603# DSFieldSelection no longer needed 2003/11/25 18:35:03 bc 1.1.2.6: #111603# Listener removed due to new db file format 2003/11/18 10:49:45 bc 1.1.2.5: #111603# Wizard Dialog class overworked 2003/10/10 16:36:55 bc 1.1.2.4: #111603# several improvements 2003/10/09 13:59:36 bc 1.1.2.3: #111603# makefile modified 2003/08/21 16:50:12 tv 1.1.2.2: fixed reorganization related bugs 2003/08/21 16:24:31 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [da5fd933780b614a61b7214acf15af5ada35a410]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/16 12:17:23 rpiterman 1.1.2.6: temporal bugfix 116384 2004/03/19 13:21:32 rpiterman 1.1.2.5: added DocumentPreview.dispose() on WindowHidden event. commented out a System.our.println in TOCPreview Issue number: Submitted by: Reviewed by: 2004/03/19 10:40:25 rpiterman 1.1.2.4: commented out some System.out.println(...)s Issue number: Submitted by: Reviewed by: 2004/03/12 16:16:51 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/02 11:29:41 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2004/01/16 13:35:00 rpiterman 1.1.2.1: Shows a preview of an office document in an uno.awt control

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [aaa0067ce2fd5c78c89065a3ea71fa2d3b5c7e1d]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/02 10:02:11 bc 1.1.2.6: #111603# Helpids added 2004/03/12 15:23:53 bc 1.1.2.5: #111603# several changes 2004/02/04 15:42:57 bc 1.1.2.4: #111603# several changes 2004/02/02 11:29:41 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2004/01/30 15:17:06 bc 1.1.2.2: #111603# user interface finalized 2004/01/22 19:40:14 bc 1.1.2.1: #111603# basic class for scrolled controls added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3970eb92fc6b7a5d813547c5fbf119f4cb19cdf4]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/12 09:36:56 bc 1.1.2.11: #111603# callto getMaxTablesinSelect modified 2004/05/11 15:52:47 bc 1.1.2.10: #111603# toggleCommandlistbox modified 2004/05/07 14:06:26 bc 1.1.2.9: #111603# last changes on Selection of commandtable 2004/04/05 14:04:40 bc 1.1.2.8: #111603# Resources add to component 2004/04/02 10:02:11 bc 1.1.2.7: #111603# Helpids added 2004/03/29 13:21:06 bc 1.1.2.6: #111603# some changes for formwizard 2004/03/12 15:23:49 bc 1.1.2.5: #111603# several changes 2004/02/02 11:29:40 tv 1.1.2.4: formatted with autoformatter (indents now use TAB) 2004/02/02 05:09:02 bc 1.1.2.3: #111603# many changes 2004/01/30 15:17:05 bc 1.1.2.2: #111603# user interface finalized 2004/01/22 19:41:35 bc 1.1.2.1: #111603# dialog component added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1000e2c7b455c7c28ca3b6f115fbcb1f85ae94e2]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/23 13:05:32 bc 1.1.2.18: #111603# hids in Aggregatecomponent improved 2004/04/14 10:52:29 bc 1.1.2.17: #111603# Helpids added 2004/04/02 10:02:10 bc 1.1.2.16: #111603# Helpids added 2004/03/12 17:10:58 bc 1.1.2.15: #111603 changed Selection behaviour of listboxes 2004/03/12 15:23:47 bc 1.1.2.14: #111603# several changes 2004/02/04 15:42:56 bc 1.1.2.13: #111603# several changes 2004/02/02 11:29:39 tv 1.1.2.12: formatted with autoformatter (indents now use TAB) 2004/02/02 05:09:02 bc 1.1.2.11: #111603# many changes 2004/01/30 15:17:05 bc 1.1.2.10: #111603# user interface finalized 2004/01/22 19:44:14 bc 1.1.2.9: #111603# querywizard now short before final 2004/01/20 16:57:53 bc 1.1.2.8: #111603# several modifications 2004/01/16 10:05:49 bc 1.1.2.7: #111603# invisible Controls class removed 2003/12/12 11:20:54 bc 1.1.2.6: #111603# UIHelper added to makefile 2003/11/25 18:35:02 bc 1.1.2.5: #111603# Listener removed due to new db file format 2003/11/18 15:51:39 bc 1.1.2.4: #111603# Querywizard added 2003/11/18 11:53:40 bc 1.1.2.3: #111603# Aggregate component added 2003/11/18 10:49:44 bc 1.1.2.2: #111603# Wizard Dialog class overworked 2003/11/10 10:46:30 bc 1.1.2.1: #111603 AggregateComponent added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5950f3748226cafdbb6ec86da3ceb721f0f3dd4e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:28:39 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2004/02/02 04:51:29 bc 1.1.2.4: #111603# two wrapper methods inserted 2004/01/30 15:24:03 bc 1.1.2.3: #111603# several improvements 2004/01/28 15:53:31 tv 1.1.2.2: added method setViewSettings 2003/08/21 16:24:27 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [7945a8158d6a17af99c1b35c6d068f4045c2674e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 15:25:32 bc 1.1.2.4: #111603# several changes 2004/02/02 11:28:38 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2004/01/30 15:24:03 bc 1.1.2.2: #111603# several improvements 2003/08/21 16:24:26 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [cf7615ea78946d5e23a2dcebf8dcccf97d5c18c7]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:28:37 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2003/09/09 15:33:42 tv 1.1.2.2: prepared for the use of resources 2003/08/21 16:24:26 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d5ab1c604c38a63edcf9b81e03cd63fbcd1b3fae]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/09 12:06:03 rpiterman 1.1.2.5: solved conflict and removed unneeded imports 2004/02/02 11:28:36 tv 1.1.2.4: formatted with autoformatter (indents now use TAB) 2004/02/02 04:51:28 bc 1.1.2.3: #111603# two wrapper methods inserted 2004/01/30 15:24:02 bc 1.1.2.2: #111603# several improvements 2003/08/21 16:24:25 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1660e7214728828e336af8b506168c0ef2702cfe]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:28:36 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2004/01/28 15:55:10 tv 1.1.2.1: initial Revision. This class handles Text Frames

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e3d1a81b750f65920be4ab52d0a2d44d19fc8334]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 15:25:32 bc 1.1.2.4: #111603# several changes 2004/03/09 12:06:03 rpiterman 1.1.2.3: solved conflict and removed unneeded imports 2004/02/02 11:28:35 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/08/21 16:24:24 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [45c7f02767e0ff125c5cc8234644dd70b5f8014e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/02 13:16:41 tv 1.1.2.7: added 2 more constructors Issue number: Submitted by: Reviewed by: 2004/03/16 13:39:24 bc 1.1.2.6: #111603# final changes 2004/03/12 15:25:31 bc 1.1.2.5: #111603# several changes 2004/03/09 12:06:03 rpiterman 1.1.2.4: solved conflict and removed unneeded imports 2004/03/08 13:15:43 tv 1.1.2.3: correct handling of newly created frames 2004/02/02 11:28:34 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/08/21 16:24:23 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ace1af64d82852d30c870a9f9042f0421b4a9e07]

        INTEGRATION: CWS qwizards1 (1.10.94); FILE MERGED 2004/03/12 08:07:48 bc 1.10.94.7: #111603# subclasses of Reportdocument now standalone 2004/02/18 09:46:08 tv 1.10.94.6: changed common.jar -> commonwizards.jar 2004/01/28 17:45:44 tv 1.10.94.5: correct start point for jar packaging 2004/01/23 10:46:01 bc 1.10.94.4: #111603# last slash removed 2004/01/22 19:33:33 bc 1.10.94.3: #111603# reimplementing Reportwizard due to querywizard 2003/11/18 12:43:49 bc 1.10.94.2: #111603# DBMetaData.java split 2003/11/18 10:52:44 bc 1.10.94.1: #111603# DBMetaData file split

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6fb1797fa4c0d858d117481ff7f314ec1e71a25b]

        INTEGRATION: CWS qwizards1 (1.4.58); FILE MERGED 2004/02/02 11:28:33 tv 1.4.58.3: formatted with autoformatter (indents now use TAB) 2003/08/21 16:24:21 tv 1.4.58.2: recommit after reorganization 2003/08/21 15:28:58 tv 1.4.58.1: removed due to reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a1e8f21c8f7befeb9c5a351d423fbeeda6c80eed]

        INTEGRATION: CWS qwizards1 (1.54.32); FILE MERGED 2004/05/04 13:03:51 tv 1.54.32.17: fixed crash under Linux when pressing cancel Issue number: Submitted by: Reviewed by: 2004/04/23 13:04:33 bc 1.54.32.16: #111603# removing of groupfields improved 2004/04/06 10:28:52 bc 1.54.32.15: #111603# modifycellcontent routine embedded 2004/04/02 10:02:54 bc 1.54.32.14: #111603# HelpidS modified 2004/03/19 15:05:02 bc 1.54.32.13: #111603# final changes for disposing DBMetaData 2004/03/19 14:41:18 bc 1.54.32.12: #111603# last changes committed 2004/03/17 19:21:46 tv 1.54.32.11: RESYNC: (1.54-1.55); FILE MERGED 2004/03/16 13:36:41 bc 1.54.32.10: #111603# final changes 2004/03/12 15:23:10 bc 1.54.32.9: #111603# several changes 2004/03/12 08:04:44 bc 1.54.32.8: #111603# several changes 2004/02/04 15:45:37 bc 1.54.32.7: #111603# several changes 2004/02/02 11:28:32 tv 1.54.32.6: formatted with autoformatter (indents now use TAB) 2004/01/30 15:17:46 bc 1.54.32.5: #111603# several improvements 2004/01/22 19:33:32 bc 1.54.32.4: #111603# reimplementing Reportwizard due to querywizard 2003/11/18 10:52:42 bc 1.54.32.3: #111603# DBMetaData file split 2003/08/21 16:24:19 tv 1.54.32.2: recommit after reorganization 2003/08/21 15:28:58 tv 1.54.32.1: removed due to reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [44720496bb99a3cc4ffd19c9d86be3c1bccd034c]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 16:10:02 bc 1.1.2.5: #111603# cancelwizard modified 2004/03/12 08:04:44 bc 1.1.2.4: #111603# several changes 2004/02/02 11:28:31 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2004/01/30 15:17:45 bc 1.1.2.2: #111603# several improvements 2004/01/22 19:33:32 bc 1.1.2.1: #111603# reimplementing Reportwizard due to querywizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c439f933dd1a6a783473ac67ce343e6f0a4fb156]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 08:03:30 bc 1.1.2.1: #111603# subclass of Reportdocument now standalone

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b997493047cacbf3a84afecbb05b5d3ddcf1019d]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/23 13:04:32 bc 1.1.2.6: #111603# removing of groupfields improved 2004/03/12 08:04:42 bc 1.1.2.5: #111603# several changes 2004/02/04 15:45:36 bc 1.1.2.4: #111603# several changes 2004/02/02 11:28:30 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2004/01/30 15:17:44 bc 1.1.2.2: #111603# several improvements 2004/01/22 19:33:30 bc 1.1.2.1: #111603# reimplementing Reportwizard due to querywizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [bbe5600002f2aaabeaeb321e44ad882f074a73c8]

        INTEGRATION: CWS qwizards1 (1.26.40); FILE MERGED 2004/03/16 13:36:41 bc 1.26.40.8: #111603# final changes 2004/03/12 08:04:41 bc 1.26.40.7: #111603# several changes 2004/02/02 11:28:28 tv 1.26.40.6: formatted with autoformatter (indents now use TAB) 2004/01/30 15:17:43 bc 1.26.40.5: #111603# several improvements 2004/01/22 19:33:27 bc 1.26.40.4: #111603# reimplementing Reportwizard due to querywizard 2003/11/18 10:52:41 bc 1.26.40.3: #111603# DBMetaData file split 2003/08/21 16:24:18 tv 1.26.40.2: recommit after reorganization 2003/08/21 15:28:57 tv 1.26.40.1: removed due to reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [69a9c613d4aebb87a82defce266a2c88f5b8307e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/06 10:28:52 bc 1.1.2.2: #111603# modifycellcontent routine embedded 2004/03/12 08:03:12 bc 1.1.2.1: #111603# subclass of Reportdocument now standalone

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ccda19b7c815be184d40d70d2524dbc5ebde6809]

        INTEGRATION: CWS qwizards1 (1.15.100); FILE MERGED 2004/05/05 16:10:01 bc 1.15.100.7: #111603# cancelwizard modified 2004/03/16 13:36:41 bc 1.15.100.6: #111603# final changes 2004/02/04 15:45:35 bc 1.15.100.5: #111603# several changes 2004/02/02 11:28:27 tv 1.15.100.4: formatted with autoformatter (indents now use TAB) 2004/01/22 19:33:27 bc 1.15.100.3: #111603# reimplementing Reportwizard due to querywizard 2003/08/21 16:24:17 tv 1.15.100.2: recommit after reorganization 2003/08/21 15:28:57 tv 1.15.100.1: removed due to reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [97f42c39f0b756c194b69c7202fe00e52c9c5e86]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/18 09:46:08 tv 1.1.2.14: changed common.jar -> commonwizards.jar 2004/01/30 15:18:20 bc 1.1.2.13: #111603# several improvements 2004/01/28 17:57:48 tv 1.1.2.12: correct start point for jar packaging 2004/01/23 10:07:32 bc 1.1.2.11: #111603# entry for QuerySummary.java added 2004/01/22 19:24:37 bc 1.1.2.10: #111603# Dialogquery.java removed 2003/12/16 15:37:34 tv 1.1.2.9: make things compile 2003/12/16 15:35:08 tv 1.1.2.8: make things compile 2003/11/26 09:25:47 bc 1.1.2.7: #111603# several modifications 2003/11/18 15:46:37 bc 1.1.2.6: #111603# Querywizard added 2003/11/10 10:45:04 bc 1.1.2.5: #111603#Aggregatecomponent added 2003/10/09 17:14:55 bc 1.1.2.4: #111603# resources for querywizard addded 2003/10/09 13:20:52 bc 1.1.2.3: #111603# makefile for querywizard modified 2003/10/09 13:19:38 bc 1.1.2.2: #111603# makefile for querywizard modified 2003/10/08 16:29:45 bc 1.1.2.1: #111603# makefile for new querywizard added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2573fd1408a3c9523f61bda487cd5fb153369ef5]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:28:26 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/11/18 15:43:23 bc 1.1.2.1: #111603# Querywizard added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [fc101a3f49a2972e78ad45f15105580407cfbb5f]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/11 15:54:12 bc 1.1.2.12: #111603# call to toggleCommandListbox modified 2004/04/14 10:53:17 bc 1.1.2.11: #111603# helpids modified 2004/04/02 10:00:52 bc 1.1.2.10: #111603# HelpIDs added 2004/03/16 13:36:01 bc 1.1.2.9: #111603# final changes 2004/03/12 15:22:41 bc 1.1.2.8: #111603# several changes 2004/02/04 15:46:14 bc 1.1.2.7: #111603# several changes 2004/02/02 11:28:23 tv 1.1.2.6: formatted with autoformatter (indents now use TAB) 2004/02/02 05:12:05 bc 1.1.2.5: #111603# many changes 2004/01/30 15:18:20 bc 1.1.2.4: #111603# several improvements 2004/01/22 19:24:36 bc 1.1.2.3: #111603# Dialogquery.java removed 2003/11/26 09:25:47 bc 1.1.2.2: #111603# several modifications 2003/11/18 15:41:36 bc 1.1.2.1: #111603# Querywizard.java added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [812000f88f33262d13d0480b6adefb8a67517b2c]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/14 16:22:37 bc 1.1.2.6: #111603#several changes 2004/02/04 15:46:14 bc 1.1.2.5: #111603# several changes 2004/02/02 11:28:21 tv 1.1.2.4: formatted with autoformatter (indents now use TAB) 2004/02/02 05:12:05 bc 1.1.2.3: #111603# many changes 2004/01/30 15:18:19 bc 1.1.2.2: #111603# several improvements 2004/01/22 19:23:59 bc 1.1.2.1: #111603# QuerySummary added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [cd04f3668eefaae01da933625aac38e2b6b6e145]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/11/10 10:45:03 bc 1.1.2.2: #111603#Aggregatecomponent added 2003/10/09 15:40:44 bc 1.1.2.1: #111603# manifest added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6381235426d6afeebaa20e2e1994b6c835882f9c]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/02 10:00:52 bc 1.1.2.8: #111603# HelpIDs added 2004/03/19 16:16:02 bc 1.1.2.7: #111603# Label on last page made bigger 2004/03/16 13:36:01 bc 1.1.2.6: #111603# final changes 2004/03/12 15:22:41 bc 1.1.2.5: #111603# several changes 2004/02/04 15:46:13 bc 1.1.2.4: #111603# several changes 2004/02/02 11:28:20 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2004/01/30 15:18:19 bc 1.1.2.2: #111603# several improvements 2004/01/22 19:23:33 bc 1.1.2.1: #111603# Finalizer added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8f2282cf2ff7692cdcd0d28b56ed889c2a2c557c]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/16 13:36:00 bc 1.1.2.3: #111603# final changes 2004/02/02 11:28:17 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/11/18 15:42:47 bc 1.1.2.1: #111603# Querywizard added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [aa57dfa2d4f0d6d47fc2382cd6074f826dcad370]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/18 09:46:07 tv 1.1.2.6: changed common.jar -> commonwizards.jar 2004/01/29 14:39:27 tv 1.1.2.5: make it run as component 2004/01/28 17:44:43 tv 1.1.2.4: correct start point for jar packaging 2004/01/28 17:26:34 tv 1.1.2.3: added MANIFEST 2004/01/28 17:01:00 tv 1.1.2.2: added configuration 2003/11/26 16:05:05 tv 1.1.2.1: initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3c079829bbebdd07a375a213fe15469d0351ec53]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/28 17:26:04 tv 1.1.2.1: initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [aa4b3eb7651cfe80707246740b5403a3bebc43b6]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 15:37:50 tv 1.1.2.9: some property debugging code inserted 2004/03/09 17:16:41 tv 1.1.2.8: added resource support for Greeting and Salutation 2004/02/13 10:35:04 tv 1.1.2.7: correct TabIndex & added Configuration (Part1) 2004/02/02 11:28:15 tv 1.1.2.6: formatted with autoformatter (indents now use TAB) 2003/11/26 16:04:20 tv 1.1.2.5: integrated roadmap control 2003/11/14 11:23:00 tv 1.1.2.4: changed resource to dbwizres 2003/09/22 12:02:47 tv 1.1.2.3: added loading of templates to letter wizard 2003/09/09 15:33:41 tv 1.1.2.2: prepared for the use of resources 2003/09/05 13:43:28 tv 1.1.2.1: first draft of letter wizard (mainly UI)

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [25b294d89a96d5dd7931fc0a1783c6caab8f991f]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/03 15:01:55 tv 1.1.2.26: correct handling when wizard is started a second time Issue number: Submitted by: Reviewed by: 2004/04/26 11:41:28 tv 1.1.2.25: #116508# set selected entry of style listboxes after refilling them Issue number: Submitted by: Reviewed by: 2004/04/21 12:19:26 tv 1.1.2.24: added support for SenderState 2004/03/30 13:36:37 tv 1.1.2.23: added HelpURLs 2004/03/23 15:56:30 tv 1.1.2.22: fixed bug in PathSelection and changed CallStoreDialog to pure URL handling 2004/03/15 16:03:59 tv 1.1.2.21: changed size of 2 labels 2004/03/12 15:37:49 tv 1.1.2.20: some property debugging code inserted 2004/03/09 17:16:41 tv 1.1.2.19: added resource support for Greeting and Salutation 2004/03/08 13:15:12 tv 1.1.2.18: correct setting of the document after reading the configuration 2004/03/02 14:55:39 tv 1.1.2.17: correct support for double in the configuration 2004/03/02 09:13:14 tv 1.1.2.16: added some configuration modifications 2004/02/13 14:36:27 tv 1.1.2.15: fixed some configuration bugs 2004/02/13 10:35:04 tv 1.1.2.14: correct TabIndex & added Configuration (Part1) 2004/02/06 10:11:21 tv 1.1.2.13: all basic functionality complete 2004/02/02 11:28:14 tv 1.1.2.12: formatted with autoformatter (indents now use TAB) 2004/01/29 14:39:23 tv 1.1.2.11: make it run as component 2004/01/28 16:05:16 tv 1.1.2.10: added configuration, added background objects.. 2003/11/26 16:04:19 tv 1.1.2.9: integrated roadmap control 2003/11/14 11:23:00 tv 1.1.2.8: changed resource to dbwizres 2003/11/04 15:51:19 tv 1.1.2.7: added norm control 2003/10/16 14:25:55 tv 1.1.2.6: several small fixes 2003/10/10 08:16:34 tv 1.1.2.5: several changes for LetterWizard 2003/09/22 12:02:46 tv 1.1.2.4: added loading of templates to letter wizard 2003/09/08 15:07:09 tv 1.1.2.3: optimized Speed 2003/09/05 16:12:24 tv 1.1.2.2: fixes for Wizard Navigation 2003/09/05 13:43:28 tv 1.1.2.1: first draft of letter wizard (mainly UI)

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0012a0af604120ed15487f5085e2c10f8a576964]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/06 10:11:19 tv 1.1.2.6: all basic functionality complete 2004/02/02 11:28:13 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2004/01/28 16:05:14 tv 1.1.2.4: added configuration, added background objects.. 2003/11/04 15:51:18 tv 1.1.2.3: added norm control 2003/09/09 15:33:41 tv 1.1.2.2: prepared for the use of resources 2003/09/05 13:43:27 tv 1.1.2.1: first draft of letter wizard (mainly UI)

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a5544427c47a88a2f9b174513a34f0cf70c3cba8]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/30 13:36:37 tv 1.1.2.7: added HelpURLs 2004/02/13 10:35:03 tv 1.1.2.6: correct TabIndex & added Configuration (Part1) 2004/02/06 10:11:17 tv 1.1.2.5: all basic functionality complete 2004/02/02 11:28:11 tv 1.1.2.4: formatted with autoformatter (indents now use TAB) 2004/01/28 16:05:12 tv 1.1.2.3: added configuration, added background objects.. 2003/11/04 15:51:18 tv 1.1.2.2: added norm control 2003/10/17 13:50:47 tv 1.1.2.1: constants for the Letter Wizard

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [df606f639b6cb3a7681e9bd55002d47d2583a849]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/21 12:19:26 tv 1.1.2.17: added support for SenderState 2004/04/14 14:54:53 tv 1.1.2.16: enlarged some labels so the text is not cut off 2004/04/02 13:17:29 tv 1.1.2.15: increased startup performance 2004/03/30 13:36:36 tv 1.1.2.14: added HelpURLs 2004/03/15 16:03:59 tv 1.1.2.13: changed size of 2 labels 2004/03/12 15:37:49 tv 1.1.2.12: some property debugging code inserted 2004/02/13 10:35:03 tv 1.1.2.11: correct TabIndex & added Configuration (Part1) 2004/02/06 10:11:17 tv 1.1.2.10: all basic functionality complete 2004/02/02 11:28:08 tv 1.1.2.9: formatted with autoformatter (indents now use TAB) 2004/01/28 16:05:11 tv 1.1.2.8: added configuration, added background objects.. 2003/11/14 11:22:59 tv 1.1.2.7: changed resource to dbwizres 2003/11/04 15:51:16 tv 1.1.2.6: added norm control 2003/10/10 08:16:33 tv 1.1.2.5: several changes for LetterWizard 2003/09/22 12:02:46 tv 1.1.2.4: added loading of templates to letter wizard 2003/09/09 15:33:40 tv 1.1.2.3: prepared for the use of resources 2003/09/08 15:07:09 tv 1.1.2.2: optimized Speed 2003/09/05 13:43:26 tv 1.1.2.1: first draft of letter wizard (mainly UI)

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [323cb37e2b3e85a5083e0619080432fccaf9b68d]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/14 14:54:11 tv 1.1.2.17: correct relation for frames 2004/04/02 13:17:29 tv 1.1.2.16: increased startup performance 2004/03/19 14:07:21 tv 1.1.2.15: put pre-printed elements in the background 2004/03/12 15:37:49 tv 1.1.2.14: some property debugging code inserted 2004/03/09 17:16:41 tv 1.1.2.13: added resource support for Greeting and Salutation 2004/03/08 13:15:12 tv 1.1.2.12: correct setting of the document after reading the configuration 2004/03/02 09:13:13 tv 1.1.2.11: added some configuration modifications 2004/02/13 10:35:02 tv 1.1.2.10: correct TabIndex & added Configuration (Part1) 2004/02/06 10:11:16 tv 1.1.2.9: all basic functionality complete 2004/02/02 11:28:08 tv 1.1.2.8: formatted with autoformatter (indents now use TAB) 2004/01/28 16:05:08 tv 1.1.2.7: added configuration, added background objects.. 2003/11/26 16:04:17 tv 1.1.2.6: integrated roadmap control 2003/10/16 14:25:55 tv 1.1.2.5: several small fixes 2003/10/10 08:16:33 tv 1.1.2.4: several changes for LetterWizard 2003/09/22 12:02:46 tv 1.1.2.3: added loading of templates to letter wizard 2003/09/08 15:07:08 tv 1.1.2.2: optimized Speed 2003/09/05 13:43:25 tv 1.1.2.1: first draft of letter wizard (mainly UI)

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1593f5684edaa1fcc0e2cbbf10d100cad5bcac20]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/03 15:01:55 tv 1.1.2.6: correct handling when wizard is started a second time Issue number: Submitted by: Reviewed by: 2004/02/02 11:28:08 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2004/01/29 14:39:22 tv 1.1.2.4: make it run as component 2003/09/22 12:02:45 tv 1.1.2.3: added loading of templates to letter wizard 2003/09/05 16:12:24 tv 1.1.2.2: fixes for Wizard Navigation 2003/09/05 13:43:25 tv 1.1.2.1: first draft of letter wizard (mainly UI)

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c535d5eb81447421caf1971c03cb63718418ee3f]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/21 12:19:25 tv 1.1.2.6: added support for SenderState 2004/03/02 14:55:39 tv 1.1.2.5: correct support for double in the configuration 2004/03/02 09:13:13 tv 1.1.2.4: added some configuration modifications 2004/02/13 10:35:01 tv 1.1.2.3: correct TabIndex & added Configuration (Part1) 2004/02/02 11:28:07 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2004/01/28 15:59:15 tv 1.1.2.1: initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b3b3c26d6a2bbebb88038f442e023784bb8577bc]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/21 12:19:25 tv 1.1.2.4: added support for SenderState 2004/03/02 09:13:13 tv 1.1.2.3: added some configuration modifications 2004/02/02 11:28:07 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2004/01/28 15:58:01 tv 1.1.2.1: initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [615b69a419c0818e9ad7c924180204ee47e183f4]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/21 12:19:25 tv 1.1.2.7: added support for SenderState 2004/03/02 14:55:39 tv 1.1.2.6: correct support for double in the configuration 2004/03/02 09:13:13 tv 1.1.2.5: added some configuration modifications 2004/02/13 14:36:27 tv 1.1.2.4: fixed some configuration bugs 2004/02/13 10:35:00 tv 1.1.2.3: correct TabIndex & added Configuration (Part1) 2004/02/02 11:28:06 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2004/01/28 15:57:05 tv 1.1.2.1: initial revision

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1b3dc55dda00bea12f54342da81b0e1ef049f9b9]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 15:25:05 bc 1.1.2.9: #111603# several changes 2004/03/09 12:04:12 rpiterman 1.1.2.8: solved conflict 2004/03/08 13:15:43 tv 1.1.2.7: correct handling of newly created frames 2004/02/02 11:28:03 tv 1.1.2.6: formatted with autoformatter (indents now use TAB) 2003/12/02 07:25:05 bc 1.1.2.5: #111603# package ui removed 2003/10/10 08:16:30 tv 1.1.2.4: several changes for LetterWizard 2003/09/22 12:02:44 tv 1.1.2.3: added loading of templates to letter wizard 2003/09/05 13:42:12 tv 1.1.2.2: modifications to make LetterWizard run 2003/08/21 16:24:16 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [83d0c447d5f9f7b3efb9ff94de7e8c16dbf0cc59]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:28:02 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2004/01/30 15:19:19 bc 1.1.2.4: #111603# several improvements 2003/12/02 07:25:05 bc 1.1.2.3: #111603# package ui removed 2003/10/16 14:25:54 tv 1.1.2.2: several small fixes 2003/08/21 16:24:15 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ceaf008543209d21f70388e7dcb4bbf2a55bcdfd]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 14:38:14 bc 1.1.2.9: #111603# last changes committed 2004/03/12 15:26:30 bc 1.1.2.8: #111603# several changes 2004/02/04 15:43:49 bc 1.1.2.7: #111603# several changes 2004/02/02 11:28:01 tv 1.1.2.6: formatted with autoformatter (indents now use TAB) 2004/02/02 05:03:22 bc 1.1.2.5: #111603# thousands of changes 2004/01/30 15:16:24 bc 1.1.2.4: #111603# Several improvements for Report wizard 2004/01/22 19:29:15 bc 1.1.2.3: #111603# several changes 2003/12/16 16:24:42 bc 1.1.2.2: #111603# some classes added 2003/11/18 10:48:17 bc 1.1.2.1: #111603# DBMetaData file split

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [05acc05bfb16035b2178e5c2e2b8717ca521d16c]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 15:26:29 bc 1.1.2.6: #111603# several changes 2004/02/02 11:28:00 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2004/01/30 15:16:24 bc 1.1.2.4: #111603# Several improvements for Report wizard 2004/01/22 19:29:15 bc 1.1.2.3: #111603# several changes 2003/12/16 16:24:41 bc 1.1.2.2: #111603# some classes added 2003/11/18 10:47:45 bc 1.1.2.1: #111603# DBMetaData file split

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [753fb1619e93cd7ef869c7b3081b0106e38cb69a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/04/05 11:59:28 bc 1.1.2.7: #111603# Assignment for Aliasnames added 2004/03/19 14:38:14 bc 1.1.2.6: #111603# last changes committed 2004/03/12 15:26:29 bc 1.1.2.5: #111603# several changes 2004/02/04 15:43:49 bc 1.1.2.4: #111603# several changes 2004/02/02 11:28:00 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2004/01/30 15:16:23 bc 1.1.2.2: #111603# Several improvements for Report wizard 2004/01/23 09:05:57 bc 1.1.2.1: #111603# QueryMetaData.java added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [153c20e98c6c2715fcb8eb66886e3b938e7cabbf]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2003/10/10 08:36:22 bc 1.1.2.1: #111603# manifest added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8b8880b5d266400ba717d590b4e141a704836e91]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 15:26:29 bc 1.1.2.7: #111603# several changes 2004/02/02 11:27:58 tv 1.1.2.6: formatted with autoformatter (indents now use TAB) 2004/02/02 05:03:21 bc 1.1.2.5: #111603# thousands of changes 2004/01/30 15:16:23 bc 1.1.2.4: #111603# Several improvements for Report wizard 2004/01/22 19:29:14 bc 1.1.2.3: #111603# several changes 2003/12/16 16:24:41 bc 1.1.2.2: #111603# some classes added 2003/11/18 10:48:33 bc 1.1.2.1: #111603# DBMetaData file split

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [79a248fc8db0133e1c13d50c4f3d652cd0c00588]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/12 09:36:02 bc 1.1.2.11: #111603# getMaxTablesinSelect added 2004/03/19 15:05:25 bc 1.1.2.10: #111603# final changes for disposing DBMetaData 2004/03/19 14:38:14 bc 1.1.2.9: #111603# last changes committed 2004/03/16 13:35:15 bc 1.1.2.8: #111603# final changes 2004/03/12 15:26:29 bc 1.1.2.7: #111603# several changes 2004/02/02 11:27:57 tv 1.1.2.6: formatted with autoformatter (indents now use TAB) 2004/01/30 15:16:22 bc 1.1.2.5: #111603# Several improvements for Report wizard 2004/01/22 19:29:14 bc 1.1.2.4: #111603# several changes 2003/12/16 16:24:40 bc 1.1.2.3: #111603# some classes added 2003/11/18 10:48:56 bc 1.1.2.2: #111603# DBMetaData file split 2003/10/10 08:35:41 bc 1.1.2.1: #111603# DBMetadata shifted

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d5a83f3e766a9029e405d5c5972ad850b9a18843]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/12 09:36:02 bc 1.1.2.7: #111603# getMaxTablesinSelect added 2004/03/19 14:38:14 bc 1.1.2.6: #111603# last changes committed 2004/03/12 15:26:28 bc 1.1.2.5: #111603# several changes 2004/02/04 15:43:48 bc 1.1.2.4: #111603# several changes 2004/02/02 11:27:56 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2004/02/02 05:03:21 bc 1.1.2.2: #111603# thousands of changes 2004/01/23 09:05:27 bc 1.1.2.1: #111603# CommandMetaData added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0980ecd3e74a97a9458ad3f45aeee3fece24904a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:27:54 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2003/11/18 12:52:52 bc 1.1.2.2: #111603# DBMetaData.java split 2003/11/18 10:48:00 bc 1.1.2.1: #111603# DBMetaData file split

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [22e0aee5e1d947f086bd237825077565de641204]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:50 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/02 11:27:53 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/11/04 16:30:46 rpiterman 1.1.2.1: XMLProvider ist an interface which enables an object to "add itself" to a DOM representation. XMLHelper has convenience methods for adding elements to a document.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d2aa0857d56d7e41cacc06111039698fbbb5c515]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:50 rpiterman 1.1.2.5: documentation and small implementation-fixes 2004/02/02 11:27:52 tv 1.1.2.4: formatted with autoformatter (indents now use TAB) 2004/01/14 19:47:29 rpiterman 1.1.2.3: now attributes with value "" (empty string) are not added to the element. 2003/12/19 17:53:25 rpiterman 1.1.2.2: extended... bugfix... 2003/11/04 16:30:48 rpiterman 1.1.2.1: XMLProvider ist an interface which enables an object to "add itself" to a DOM representation. XMLHelper has convenience methods for adding elements to a document.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3afbd6a4fec22dd41a24906074b6efa5d514b1b5]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/11 12:45:02 rpiterman 1.1.2.4: changed to use FileAccess.connectURLs(folder,filename) static method 2004/03/10 14:44:48 rpiterman 1.1.2.3: added a commented System.out.println(...); 2004/03/08 15:59:45 rpiterman 1.1.2.2: delete method changed to use +"/"+ instead of getURL(...) 2004/02/10 18:32:07 rpiterman 1.1.2.1: Gives convenience methods for using the UCB UNO API, like general copy, list files and other.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [43983a4dc7e07f20e61627df223a4463f76a301e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:27:52 tv 1.1.2.4: formatted with autoformatter (indents now use TAB) 2003/11/26 09:19:28 bc 1.1.2.3: #111603# Resource file modified 2003/10/09 14:22:28 bc 1.1.2.2: #111603# systemdialog moved from wizards.ui 2003/08/21 16:24:12 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a65d080f6f4efbcc1945f55c2c9744715674364e]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:12:30 rpiterman 1.1.2.21: Changed showMessageBox to have a peer as argument. 2004/04/16 12:17:22 rpiterman 1.1.2.20: temporal bugfix 116384 2004/03/23 15:56:29 tv 1.1.2.19: fixed bug in PathSelection and changed CallStoreDialog to pure URL handling 2004/03/11 10:40:01 bc 1.1.2.18: #111603# several changes 2004/03/05 18:54:20 rpiterman 1.1.2.17: added a static method to create OfficeFolderPicker 2004/03/02 12:13:33 rpiterman 1.1.2.16: Now uno string substitutions are called for all "callXXXDialog" methods on the path argument 2004/02/02 11:27:51 tv 1.1.2.15: formatted with autoformatter (indents now use TAB) 2004/02/02 05:09:36 bc 1.1.2.14: #111603# many changes 2004/01/23 08:59:54 bc 1.1.2.13: #111603# entries in makefile added 2004/01/22 19:45:46 bc 1.1.2.12: #111603# several changes for Querywizard 2004/01/14 19:44:51 rpiterman 1.1.2.11: showErrorBox now returns a int result added callStoreDialog, for better modularity of methods 2003/12/09 18:52:06 rpiterman 1.1.2.10: bugfix 2003/12/09 17:42:24 rpiterman 1.1.2.9: added FolderPicker support 2003/11/28 18:13:38 rpiterman 1.1.2.8: Bugfix : removed dispose in finalize. 2003/11/28 09:32:36 rpiterman 1.1.2.7: added gnu agreement comment 2003/11/28 09:31:18 rpiterman 1.1.2.6: Change constructor to recieve a short as dialog-type Added callOpenDialog method Added static methods to create store and open dialogs changed addFilter to public, and changed object to support calls between construction anc callXXXDialog() methods. changed to support multiple callXXXDialog(...) methods without initializing the dialog always again. 2003/11/26 19:52:51 rpiterman 1.1.2.5: Changed to give better support for filters and enable OpenDialog call. 2003/11/26 09:19:28 bc 1.1.2.4: #111603# Resource file modified 2003/11/04 16:21:00 rpiterman 1.1.2.3: remove unused imports 2003/10/09 17:16:32 bc 1.1.2.2: #111603# retructuring wizards project 2003/10/09 14:20:11 bc 1.1.2.1: #111603# Systemdialog moved from wizards::ui

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0f911d3bee15d13c4c6f888e5b1c3578ddafd8b2]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/19 17:43:41 rpiterman 1.1.2.10: simplified the standard error method 2004/02/02 11:27:50 tv 1.1.2.9: formatted with autoformatter (indents now use TAB) 2004/01/22 19:45:46 bc 1.1.2.8: #111603# several changes for Querywizard 2003/12/19 17:52:49 rpiterman 1.1.2.7: Bugfix 2003/11/26 09:19:27 bc 1.1.2.6: #111603# Resource file modified 2003/10/17 13:40:41 bc 1.1.2.5: #111603# GetResArray() added 2003/10/09 14:22:27 bc 1.1.2.4: #111603# systemdialog moved from wizards.ui 2003/09/05 09:36:16 rpiterman 1.1.2.3: Added constructor and methods to use also as object, (not only as static) 2003/08/21 16:50:10 tv 1.1.2.2: fixed reorganization related bugs 2003/08/21 16:24:11 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [422d0cb5d3d52192e72b5ff01131de77bd282283]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/01/16 09:31:48 rpiterman 1.1.2.1: Interface to render an Object to a string

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1ff5fa4ca99e76fc3756fc44c631dd360c43a5ab]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/16 13:38:41 bc 1.1.2.9: #111603# final changes 2004/02/03 15:06:11 rpiterman 1.1.2.8: Merge Conflicts again 2004/02/02 11:27:48 tv 1.1.2.7: formatted with autoformatter (indents now use TAB) 2004/01/22 19:45:45 bc 1.1.2.6: #111603# several changes for Querywizard 2003/12/17 13:32:48 rpiterman 1.1.2.5: Change argument order in static createProperty method, so that name comes first, value second... :-) 2003/11/04 16:19:25 rpiterman 1.1.2.4: Bug fixed 2003/10/01 15:42:41 rpiterman 1.1.2.3: bug fix 2003/10/01 15:40:37 rpiterman 1.1.2.2: *** empty log message *** 2003/10/01 15:37:52 rpiterman 1.1.2.1: Simplifies handling arrays of PropertyValue.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [288947fbe97e87f938e4c04d661d665891df1bf6]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:27:46 tv 1.1.2.8: formatted with autoformatter (indents now use TAB) 2003/12/19 17:52:04 rpiterman 1.1.2.7: changed super class to Exception (was Throwable) 2003/12/17 16:14:24 rpiterman 1.1.2.6: changed super class from Throwable to Exception 2003/11/14 11:51:36 tv 1.1.2.5: changed resource to dbwizres 2003/10/09 17:16:31 bc 1.1.2.4: #111603# retructuring wizards project 2003/10/09 14:28:02 bc 1.1.2.3: #111603# Systemdialog shifted from ui package 2003/10/09 14:22:26 bc 1.1.2.2: #111603# systemdialog moved from wizards.ui 2003/08/21 16:24:10 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f880f132779824eb136bc2ec7109a7d681a4d622]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 16:12:23 bc 1.1.2.17: #111603# getFolderContent modified 2004/05/03 15:30:26 bc 1.1.2.16: #111603# method added to JavaTools class 2004/03/11 10:40:01 bc 1.1.2.15: #111603# several changes 2004/02/04 15:23:44 bc 1.1.2.14: #111603# removeoutdatedStrings modified 2004/02/03 14:58:37 rpiterman 1.1.2.13: solved merge conflicts 2004/02/02 11:27:44 tv 1.1.2.12: formatted with autoformatter (indents now use TAB) 2004/02/02 05:09:35 bc 1.1.2.11: #111603# many changes 2004/01/30 15:15:29 bc 1.1.2.10: #111603# methods to search in Arrays added 2004/01/22 19:45:45 bc 1.1.2.9: #111603# several changes for Querywizard 2004/01/14 19:32:14 rpiterman 1.1.2.8: bugfix in getDateTime(...) 2004/01/12 16:18:30 rpiterman 1.1.2.7: ArrayOutOfString method: changed back to support jdk1.3 2003/11/26 09:19:27 bc 1.1.2.6: #111603# Resource file modified 2003/11/04 16:18:38 rpiterman 1.1.2.5: Deprecated split method; added DateTime Uno <-> Miliseconds conversion, and one import :-) 2003/09/05 15:07:14 rpiterman 1.1.2.4: Beuty changes 2003/09/05 13:42:11 tv 1.1.2.3: modifications to make LetterWizard run 2003/09/04 11:48:57 rpiterman 1.1.2.2: Method convertfromURLNotation, replaced the URLDecoder.decode method from a deprecated version (String) to the newer (String,String). 2003/08/21 16:24:09 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5851812e1e465906b9953e0ade17097e718f14d3]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/02/02 11:27:42 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2003/10/09 14:22:25 bc 1.1.2.2: #111603# systemdialog moved from wizards.ui 2003/08/21 16:24:08 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1714309c992477b63de96a2cbc81549e52d1e643]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:50 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/02 11:27:40 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/10/21 13:33:36 rpiterman 1.1.2.1: For configuration sets, indexable represents an item which has a swequantial access (not only name...)

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ea01a637e54035a63f7ce9e97ab54c192f77a9a8]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 15:24:38 bc 1.1.2.6: #111603# several changes 2004/03/11 10:40:01 bc 1.1.2.5: #111603# several changes 2004/02/03 14:58:37 rpiterman 1.1.2.4: solved merge conflicts 2004/02/02 11:27:40 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2004/01/22 19:45:45 bc 1.1.2.2: #111603# several changes for Querywizard 2003/08/21 16:24:07 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [7cb2314fec860d3d7ca78d1ff5548ea65607cf7a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 16:12:23 bc 1.1.2.18: #111603# getFolderContent modified 2004/05/03 15:30:26 bc 1.1.2.17: #111603# method added to JavaTools class 2004/04/05 14:06:54 bc 1.1.2.16: #111603# getFolderTitles modified 2004/03/11 12:45:02 rpiterman 1.1.2.15: changed to use FileAccess.connectURLs(folder,filename) static method 2004/03/11 10:40:00 bc 1.1.2.14: #111603# several changes 2004/03/02 12:12:28 rpiterman 1.1.2.13: removed XStringSubstitution member 2004/03/02 11:48:48 rpiterman 1.1.2.12: added xStringSubstitution member 2004/02/03 14:58:36 rpiterman 1.1.2.11: solved merge conflicts 2004/02/02 11:27:38 tv 1.1.2.10: formatted with autoformatter (indents now use TAB) 2004/01/14 19:40:46 rpiterman 1.1.2.9: the getPath(...) method now can get as second parameter an empty string. (bugfix) 2004/01/12 16:19:38 rpiterman 1.1.2.8: add getFilename() method to support also local path : getFilename(path,separator) 2003/12/17 17:34:43 rpiterman 1.1.2.7: changed class memebers to public 2003/11/26 09:19:26 bc 1.1.2.6: #111603# Resource file modified 2003/11/04 16:10:47 rpiterman 1.1.2.5: Added instanciation support (was only static before). The instance keeps a reference to UNO UCB Interfaces and gives convenience methods for simpleFileAccess. 2003/10/09 17:16:31 bc 1.1.2.4: #111603# retructuring wizards project 2003/10/09 14:22:23 bc 1.1.2.3: #111603# systemdialog moved from wizards.ui 2003/08/21 16:50:10 tv 1.1.2.2: fixed reorganization related bugs 2003/08/21 16:24:07 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [674ba18cd63fbb4d7aad78bf35d233cdef8ff377]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/05/05 19:13:10 rpiterman 1.1.2.8: Added findAFrame method to find a visual frame on the desktop Issue number: Submitted by: Reviewed by: 2004/03/12 15:24:38 bc 1.1.2.7: #111603# several changes 2004/03/11 10:40:00 bc 1.1.2.6: #111603# several changes 2004/02/02 11:27:38 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2004/01/22 19:45:44 bc 1.1.2.4: #111603# several changes for Querywizard 2004/01/14 19:41:43 rpiterman 1.1.2.3: added createStringSubstitution(xmsf) method 2003/08/21 16:50:09 tv 1.1.2.2: fixed reorganization related bugs 2003/08/21 16:24:06 tv 1.1.2.1: recommit after reorganization

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [fdf95cca029930d456137b78635aecf96e0c80cf]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:50 rpiterman 1.1.2.8: documentation and small implementation-fixes 2004/03/02 14:55:38 tv 1.1.2.7: correct support for double in the configuration 2004/02/03 14:58:35 rpiterman 1.1.2.6: solved merge conflicts 2004/02/02 11:27:37 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2004/01/22 19:45:44 bc 1.1.2.4: #111603# several changes for Querywizard 2004/01/14 19:38:50 rpiterman 1.1.2.3: Refined Configuration writing getXXX(...) methods now return 0 or empty string when the property is a void-Any-. 2003/12/19 17:52:33 rpiterman 1.1.2.2: added methods for writing to the configuration 2003/10/21 12:59:27 rpiterman 1.1.2.1: Help Methods for reading and writing from and to the SO Configuration

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e07a314376ea11a9db46c1682281ff1a47cb523a]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:50 rpiterman 1.1.2.8: documentation and small implementation-fixes 2004/03/02 12:10:44 rpiterman 1.1.2.7: changed "root" member to public 2004/02/13 09:48:31 rpiterman 1.1.2.6: fixed wrong remove method. 2004/02/02 11:27:36 tv 1.1.2.5: formatted with autoformatter (indents now use TAB) 2004/01/14 19:33:35 rpiterman 1.1.2.4: refined configuration writing 2003/12/19 15:59:28 rpiterman 1.1.2.3: Added Writing capabilities 2003/11/04 16:12:30 rpiterman 1.1.2.2: XML DOM Support changed - does not create an element as parent to the parent node, as it used to. 2003/10/21 13:01:21 rpiterman 1.1.2.1: Encapsulates a configuration set object

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [cfb6899fa119cf3803cd81bd75a7ed58b7677503]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:49 rpiterman 1.1.2.4: documentation and small implementation-fixes 2004/02/02 11:27:36 tv 1.1.2.3: formatted with autoformatter (indents now use TAB) 2004/01/14 19:45:58 rpiterman 1.1.2.2: added header 2003/12/19 15:58:57 rpiterman 1.1.2.1: An Interface which defines an object that reads and writes itseld to the OO Configuration. A Successor of ConfigReader.java

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [30c446bd5c3ab653d5799d899390f195bb71be88]

        INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:49 rpiterman 1.1.2.8: documentation and small implementation-fixes 2004/03/05 18:53:37 rpiterman 1.1.2.7: made root member public 2004/03/02 14:55:38 tv 1.1.2.6: correct support for double in the configuration 2004/02/13 09:46:44 tv 1.1.2.5: added support for Double 2004/02/02 11:27:34 tv 1.1.2.4: formatted with autoformatter (indents now use TAB) 2004/01/14 19:33:15 rpiterman 1.1.2.3: Refined Configuration writing. 2003/12/19 15:59:51 rpiterman 1.1.2.2: added Writing capabilities 2003/10/21 12:58:38 rpiterman 1.1.2.1: Encapsulates reading and writing to and from SO Configuration

2004-05-19  Vladimir Glazounov  <vg@openoffice.org>  [2db4daa340922d30d7f5faafe5c54464acf73c56]

        #i29286# more general strip concept

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9de03227573fa953752c109f332ef55e165a68a3]

        INTEGRATION: CWS sdk10 (1.11.52); FILE MERGED 2004/02/03 14:49:08 mi 1.11.52.2: RESYNC: (1.11-1.13); FILE MERGED 2003/11/27 15:51:59 sb 1.11.52.1: #i19974# After destroying a bridge, a newly created bridge with the same from/to pair as the old one will use the same java_environment as the old one, so make sure all proxies from the old bridge get removed from the java_environment when the old bridge is disposed.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6fde91a3d6f2fa67b4a57d0ec66951ae3999f651]

        INTEGRATION: CWS sdk10 (1.20.14); FILE MERGED 2004/05/17 13:56:38 mi 1.20.14.2: solved color <-> Color conflict on case insensitive file formats 2004/05/06 14:19:12 mi 1.20.14.1: #i18677# Color typedef added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [480023b0571a27e9a2ee3132eeb3b3f5452171ec]

        INTEGRATION: CWS sdk10 (1.7.244); FILE MERGED 2004/02/10 15:41:21 mi 1.7.244.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [90b8294a9d814258a63bb1d9b1ad6090f6582e25]

        INTEGRATION: CWS sdk10 (1.6.322); FILE MERGED 2004/02/10 15:41:20 mi 1.6.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [bd6d10864cb15c480f04e71a7baeef2a94dc7fc2]

        INTEGRATION: CWS sdk10 (1.1.332); FILE MERGED 2004/02/11 11:11:05 mi 1.1.332.1: #112131# @throws statt @raises

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5ab407b04527f58e0dcf6ec8f4719e794f8ff842]

        INTEGRATION: CWS sdk10 (1.3.244); FILE MERGED 2004/02/11 11:11:05 mi 1.3.244.1: #112131# @throws statt @raises

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3982e2034e6512a60d4c55ceff75c8d4a9a05eb4]

        INTEGRATION: CWS sdk10 (1.1.2); FILE ADDED 2004/05/18 12:32:08 mi 1.1.2.3: color -> Color 2004/05/17 13:43:42 mi 1.1.2.2: solved color <-> Color conflict on case insensitive file formats 2004/02/10 15:41:19 mi 1.1.2.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2593f74c30aac23bde7548394144a1a53e0d8927]

        INTEGRATION: CWS sdk10 (1.2.322); FILE MERGED 2004/02/10 15:41:17 mi 1.2.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4c5851521c8f882a7408e54beb524a2727cb97e6]

        INTEGRATION: CWS sdk10 (1.11.36); FILE MERGED 2004/02/10 15:41:16 mi 1.11.36.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9a21e060e043b27d9dee02402b2a5c1a46f6ac4d]

        INTEGRATION: CWS sdk10 (1.11.86); FILE MERGED 2004/02/10 15:41:16 mi 1.11.86.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0ea3c253c70b62d7d43b0a1809390888539e28fc]

        INTEGRATION: CWS sdk10 (1.2.324); FILE MERGED 2004/02/10 15:41:15 mi 1.2.324.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1104c9b4d737cdf680dc15fb9bcb036f3eae93f6]

        INTEGRATION: CWS sdk10 (1.7.342); FILE MERGED 2004/02/10 15:41:14 mi 1.7.342.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [7b002aed8d2c7035f38e458edd94334bda5b034e]

        INTEGRATION: CWS sdk10 (1.5.342); FILE MERGED 2004/02/10 15:41:14 mi 1.5.342.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e1c2360ed139c564cfaa63fe344b594cc65d9de7]

        INTEGRATION: CWS sdk10 (1.10.86); FILE MERGED 2004/02/10 15:41:14 mi 1.10.86.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4f7e58ef775dfddd807a2be53740319bbbac2783]

        INTEGRATION: CWS sdk10 (1.8.86); FILE MERGED 2004/03/29 08:19:58 mi 1.8.86.2: RESYNC: (1.8-1.10); FILE MERGED 2004/02/10 15:41:13 mi 1.8.86.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [38968fec5094d0978875b8fbc3addaea6cc46174]

        INTEGRATION: CWS sdk10 (1.13.224); FILE MERGED 2004/02/10 15:41:12 mi 1.13.224.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9cda048ead72a9928fdb83fe148dc192062a5c53]

        INTEGRATION: CWS sdk10 (1.3.322); FILE MERGED 2004/02/10 15:41:11 mi 1.3.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0b3a556d54252886c2da25f8d7f174561c22e434]

        INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED 2004/02/10 15:41:10 mi 1.5.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2a464e6b54a2ba8f1f0ce221c37c670d184f4d13]

        INTEGRATION: CWS sdk10 (1.8.322); FILE MERGED 2004/02/10 15:41:07 mi 1.8.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9ea0601921bc3bf95012c56a8b41250c2ac663c4]

        INTEGRATION: CWS sdk10 (1.4.322); FILE MERGED 2004/02/10 15:41:06 mi 1.4.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c5705cfd51895f6ecad93e91b76c0754e8e033c8]

        INTEGRATION: CWS sdk10 (1.18.194); FILE MERGED 2004/02/10 15:41:01 mi 1.18.194.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c64404c933f70032aa48d486eaa185503cfb860a]

        INTEGRATION: CWS sdk10 (1.2.324); FILE MERGED 2004/02/10 15:40:59 mi 1.2.324.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [cdb91078ac439de8caa8c4cd384cd034ec5161ad]

        INTEGRATION: CWS sdk10 (1.12.244); FILE MERGED 2004/03/29 08:14:13 mi 1.12.244.2: RESYNC: (1.12-1.14); FILE MERGED 2004/02/10 15:40:55 mi 1.12.244.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e374481414bfac9faa98de1fa4481d0100d9599d]

        INTEGRATION: CWS sdk10 (1.23.86); FILE MERGED 2004/03/29 08:14:28 mi 1.23.86.2: RESYNC: (1.23-1.24); FILE MERGED 2004/02/10 15:40:52 mi 1.23.86.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [23719e62f29d55bb8a9f266b403a2595ad908496]

        INTEGRATION: CWS sdk10 (1.12.224); FILE MERGED 2004/02/10 15:40:48 mi 1.12.224.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4582f3e8b823aefb61e42ee08fc4891e631a798c]

        INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED 2004/02/10 15:40:45 mi 1.5.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5051d7b44fae2cc13146f5811694ce0d4ea6e3ad]

        INTEGRATION: CWS sdk10 (1.3.244); FILE MERGED 2004/02/10 15:40:41 mi 1.3.244.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0346f92058d609b5d22dac3e4dbb18eeb401b103]

        INTEGRATION: CWS sdk10 (1.7.244); FILE MERGED 2004/02/10 15:40:35 mi 1.7.244.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4b1621304a12be23970dc569fdac2f3f5a4e40a4]

        INTEGRATION: CWS sdk10 (1.8.244); FILE MERGED 2004/02/10 15:40:29 mi 1.8.244.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b939f1b0ddd67461eff98c487000bebfdfeaf190]

        INTEGRATION: CWS sdk10 (1.6.322); FILE MERGED 2004/04/26 13:43:21 mi 1.6.322.1: #i26108# license claim added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [21c743e7d0863a85748d24e460a734055cb90ca8]

        INTEGRATION: CWS sdk10 (1.11.244); FILE MERGED 2004/02/11 11:36:21 mi 1.11.244.1: #i21904# initialied() takes over ownership of window - documented

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5f61818cc448b9afad4a09d2cc848ef7a4676ef5]

        INTEGRATION: CWS sdk10 (1.8.244); FILE MERGED 2004/02/11 11:59:26 mi 1.8.244.1: #i18834# css::awt::XExtendedToolkit is deprecated, css::frame::Controller supports also XUserInputInterception

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [08ac53d9c78bc5812bbf69aea80839e5f37f943f]

        INTEGRATION: CWS sdk10 (1.7.244); FILE MERGED 2004/02/10 15:40:25 mi 1.7.244.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d19d1f3dc4df2ba270a9a131fee0fcdf0fe05795]

        INTEGRATION: CWS sdk10 (1.20.96); FILE MERGED 2004/05/18 12:32:07 mi 1.20.96.1: color -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5778647d90716644765436d4350041c7b90726b5]

        INTEGRATION: CWS sdk10 (1.2.322); FILE MERGED 2004/02/10 15:40:17 mi 1.2.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [7c4729baa14eb5412b0bbab6bdc35b796c046077]

        INTEGRATION: CWS sdk10 (1.3.322); FILE MERGED 2004/02/10 15:40:14 mi 1.3.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0efd544c5447bb01ac8133026ed788204e8e71ad]

        INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED 2004/05/18 12:32:07 mi 1.5.322.1: color -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2a2db305f69aaacaceef7118f763c685851bde74]

        INTEGRATION: CWS sdk10 (1.3.322); FILE MERGED 2004/02/10 15:40:12 mi 1.3.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a8f0aea65f17cf2352aac478bdd2b21942f3088a]

        INTEGRATION: CWS sdk10 (1.17.210); FILE MERGED 2004/02/11 12:00:04 mi 1.17.210.1: #i18941# OutputStream added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [dde24a8019c5a0957de13f821b2602708e16c8cb]

        INTEGRATION: CWS sdk10 (1.7.322); FILE MERGED 2004/02/11 11:49:05 mi 1.7.322.1: #i18954# Theme is not deprecated, Subject is

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8ded83db2b622ebd0e9eab2bb459241378685cc2]

        INTEGRATION: CWS sdk10 (1.9.166); FILE MERGED 2004/02/10 15:40:08 mi 1.9.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [755c75eef17d9187f45d032731256ac1c01cb401]

        INTEGRATION: CWS sdk10 (1.9.166); FILE MERGED 2004/02/10 15:40:05 mi 1.9.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [41993b6f114971e316103a41db50d0400336a48b]

        INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED 2004/02/10 15:40:03 mi 1.5.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [282f870040db566c7ebe57de16df02435b9d6791]

        INTEGRATION: CWS sdk10 (1.9.166); FILE MERGED 2004/02/10 15:39:58 mi 1.9.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [92c1d9684f929945622a8d0ef655c975ffccda22]

        INTEGRATION: CWS sdk10 (1.5.166); FILE MERGED 2004/02/11 11:59:25 mi 1.5.166.1: #i18834# css::awt::XExtendedToolkit is deprecated, css::frame::Controller supports also XUserInputInterception

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [7de1767cd241dc1aeda970e24f375aafffced0d0]

        INTEGRATION: CWS sdk10 (1.5.324); FILE MERGED 2004/02/10 15:39:57 mi 1.5.324.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [381b7c9cbe0ec21bfd53c8db50139b85272b915e]

        INTEGRATION: CWS sdk10 (1.2.64); FILE MERGED 2004/02/10 15:39:54 mi 1.2.64.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3b942b4d212223393693d5dc9ae23fd9c395b88e]

        INTEGRATION: CWS sdk10 (1.4.64); FILE MERGED 2004/02/10 15:39:52 mi 1.4.64.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e7103482ab6547e9c506ecda4c572939f880bfa3]

        INTEGRATION: CWS sdk10 (1.6.322); FILE MERGED 2004/02/10 15:39:51 mi 1.6.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [974061e8278beeaf84932e7673cd8c6bcee56da1]

        INTEGRATION: CWS sdk10 (1.3.322); FILE MERGED 2004/02/10 15:39:49 mi 1.3.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [28c7ff223191cca4602fa1a6a1c63eb19497b12e]

        INTEGRATION: CWS sdk10 (1.9.166); FILE MERGED 2004/02/10 15:39:47 mi 1.9.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [4fee56af49e0f5520d48fe768bb4c40d7d4f5e50]

        INTEGRATION: CWS sdk10 (1.9.166); FILE MERGED 2004/02/10 15:39:45 mi 1.9.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [bb0cf1e966809f3a051cd78f936358f25e48b59f]

        INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED 2004/02/10 15:39:44 mi 1.5.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d9c9214b75260dea08dbd1d641d8ba88a87f201e]

        INTEGRATION: CWS sdk10 (1.6.166); FILE MERGED 2004/02/10 15:39:43 mi 1.6.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ddf80d094ff10c9b0e8a1ab95c961c2beeb0de11]

        INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED 2004/02/10 15:39:41 mi 1.5.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [bf5aa124e230303e29152f30a69166c9b4a18021]

        INTEGRATION: CWS sdk10 (1.7.166); FILE MERGED 2004/02/10 15:39:40 mi 1.7.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d0de587f98bde1bcb13e2503cf5e1a932d47eab3]

        INTEGRATION: CWS sdk10 (1.7.244); FILE MERGED 2004/02/10 15:39:37 mi 1.7.244.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [fbbfb1155c6bba59aff9d2b84d1fa741993468e2]

        INTEGRATION: CWS sdk10 (1.3.322); FILE MERGED 2004/02/10 15:39:37 mi 1.3.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [21531af0a530b9d118a06beda0c9d02d5b0a73f0]

        INTEGRATION: CWS sdk10 (1.6.166); FILE MERGED 2004/02/10 15:39:36 mi 1.6.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [fda35f032a590f0a9d40af464274e75a934ee78f]

        INTEGRATION: CWS sdk10 (1.7.322); FILE MERGED 2004/02/10 15:39:35 mi 1.7.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c21af0f98da1ae53b11b4cd8847b1462373f659c]

        INTEGRATION: CWS sdk10 (1.6.166); FILE MERGED 2004/02/10 15:39:34 mi 1.6.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8e71b181e2e626935da584722df546c1c1776025]

        INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED 2004/02/10 15:39:32 mi 1.5.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [db45a6f81721712d8a54d1f48397dd4b857da524]

        INTEGRATION: CWS sdk10 (1.9.166); FILE MERGED 2004/02/10 15:39:31 mi 1.9.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [06ca4d7612e6724b26a8aff48f06f7a9ecc9ca93]

        INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED 2004/02/10 15:39:29 mi 1.5.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5129917d40d4be784d451c3aa6c478335c84a39e]

        INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED 2004/02/10 15:39:28 mi 1.5.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [05a7edd6adc7b7d002075e321a8116febc00d543]

        INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED 2004/02/10 15:39:26 mi 1.5.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3f9f86ff880f952c75eac8d5bb1ec78e8eb8ef9c]

        INTEGRATION: CWS sdk10 (1.6.322); FILE MERGED 2004/02/10 15:39:26 mi 1.6.322.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5273e5bb45175d70406aaa00f25a6348576a3a26]

        INTEGRATION: CWS sdk10 (1.8.166); FILE MERGED 2004/02/10 15:39:24 mi 1.8.166.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [c7d7e02c5fed79e228ce375d5a5660f669e570a4]

        INTEGRATION: CWS sdk10 (1.5.166); FILE MERGED 2004/02/11 09:41:38 obr 1.5.166.1: #i25350# AT tools need state change events when expanding/collapsing, so AccessibleTreeListBoxEntries must not be transient

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b7d375b91ae44b25d16cbb0f4fa2e5d1dc74bc48]

        INTEGRATION: CWS sdk10 (1.5.166); FILE MERGED 2004/02/11 09:41:35 obr 1.5.166.1: #i25350# AT tools need state change events when expanding/collapsing, so AccessibleTreeListBoxEntries must not be transient

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [505c305f60466d6f1bf7477a2c6c14576dfa9f55]

        INTEGRATION: CWS sdk10 (1.4.174); FILE MERGED 2004/02/10 15:39:21 mi 1.4.174.1: #i18677# color/long -> Color

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [078ca4055e6172215eada85449087fd1dcc903ff]

        INTEGRATION: CWS sdk10 (1.1.74); FILE MERGED 2004/02/04 15:30:08 mi 1.1.74.1: Java-stream to UNO-stream wrapper added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [56cd41b23df62cbab285fb792db7cb7ba22a2ab5]

        INTEGRATION: CWS sdk10 (1.1.2); FILE ADDED 2004/02/04 15:30:08 mi 1.1.2.1: Java-stream to UNO-stream wrapper added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ed33d097cba04babb25cc5fcdd9d6d8d285b2113]

        INTEGRATION: CWS sdk10 (1.1.2); FILE ADDED 2004/02/04 15:30:07 mi 1.1.2.1: Java-stream to UNO-stream wrapper added

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [f3f1d6cc1032a58104850a8ed30e64c40eafc7f2]

        INTEGRATION: CWS sdk10 (1.30.26); FILE MERGED 2004/05/06 14:08:38 mi 1.30.26.4: handles a dying server more gracefully 2004/02/03 14:45:55 mi 1.30.26.3: RESYNC: (1.30.24.1-1.33); FILE MERGED 2003/12/11 07:53:26 mi 1.30.26.2: RESYNC: (1.30-1.30.24.1); FILE MERGED 2003/11/27 15:51:25 sb 1.30.26.1: #i19974# After destroying a bridge, a newly created bridge with the same from/to pair as the old one will use the same java_environment as the old one, so make sure all proxies from the old bridge get removed from the java_environment when the old bridge is disposed.

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [619010ef8da07a32edf489d8dd9407e6b93f18b0]

        INTEGRATION: CWS sdk10 (1.7.108); FILE MERGED 2004/02/11 11:11:26 mi 1.7.108.1: #112131# @throws statt @raises

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [d823f59ebe9c3d57f9c70576a581d448a6b10ec6]

        INTEGRATION: CWS sdk10 (1.11.92); FILE MERGED 2004/02/11 11:11:25 mi 1.11.92.1: #112131# @throws statt @raises

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [6735ef00c19ecf2c29d32630cfab36d66393d757]

        INTEGRATION: CWS sdk10 (1.94.112.1.40.1.12); FILE MERGED 2004/03/29 06:53:40 mi 1.94.112.1.40.1.12.3: RESYNC: (1.101-1.103); FILE MERGED 2004/02/03 11:36:40 mi 1.94.112.1.40.1.12.2: RESYNC: (1.94.112.1.40.1-1.101); FILE MERGED 2004/01/06 13:45:27 mi 1.94.112.1.40.1.12.1: #i19974# closing OooBean caused crash in OOo

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [fcedd8955b7166b3868ed965b0bf8ec33b3e6b2e]

        INTEGRATION: CWS sdk10 (1.163.38); FILE MERGED 2004/04/23 15:07:44 pl 1.163.38.5: corrected incomplete call of X11SalFrame::Init 2004/03/29 06:54:37 mi 1.163.38.4: RESYNC: (1.168-1.172); FILE MERGED 2004/02/03 11:51:27 mi 1.163.38.3: RESYNC: (1.163.76.1-1.168); FILE MERGED 2003/12/11 07:47:11 mi 1.163.38.2: RESYNC: (1.163-1.163.76.1); FILE MERGED 2003/12/10 14:09:21 mi 1.163.38.1: #i19974# OOoBean / SetPluginParent() can set null parent now

2004-05-19  Joachim Lingner  <jl@openoffice.org>  [6b9adb2fc619eb280d0f94cd22d2918e1782d3ac]

        #i20052#

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0759db1640c8a57c6c60532d11ff94f2462276b4]

        INTEGRATION: CWS bmpres01 (1.2.128); FILE MERGED 2004/04/13 16:04:05 mav 1.2.128.1: #116335# ZipFileAccess

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [fa76bf2a7fb237a310baf331c95b514f7511634a]

        INTEGRATION: CWS bmpres01 (1.20.24); FILE MERGED 2004/04/13 16:04:06 mav 1.20.24.1: #116335# ZipFileAccess

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [8d3b3e79ec1a2ecca1b983f5c25abd6b07cde3ea]

        INTEGRATION: CWS scriptingf4 (1.64.28); FILE MERGED 2004/05/14 14:41:00 mav 1.64.28.1: #i29169# fix rename problems

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [0f03d32b5f50872b412c2fa406b2bc8aa5f566c5]

        INTEGRATION: CWS scriptingf4 (1.6.30); FILE MERGED 2004/05/14 14:41:00 mav 1.6.30.1: #i29169# fix rename problems

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [8f84f04f33dd40dee5f3ae2bb1f64eb23c8d575c]

        INTEGRATION: CWS scriptingf4 (1.2.34); FILE MERGED 2004/05/13 12:30:53 dfoster 1.2.34.1: #i26923#

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [8a763d423a1da11e6b82c49d0d5c45efbfc672bb]

        INTEGRATION: CWS scriptingf4 (1.94.30); FILE MERGED 2004/04/29 08:46:18 dfoster 1.94.30.3: Fix mistake in made in resync to m36s1 2004/04/28 15:00:00 toconnor 1.94.30.2: RESYNC: (1.94-1.95); FILE MERGED 2004/04/27 14:10:10 toconnor 1.94.30.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [ceffc408e06ce7f598c243de4d35589e11bc5dd9]

        INTEGRATION: CWS scriptingf4 (1.90.30); FILE MERGED 2004/04/28 14:47:18 toconnor 1.90.30.2: RESYNC: (1.90-1.91); FILE MERGED 2004/04/27 14:10:06 toconnor 1.90.30.1: #i28384# - implement Macro Selector specification

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a76fee2a2f49e78c2e2f55bc430fb3ad68f3a3f8]

        INTEGRATION: CWS bmpres01 (1.11.70); FILE MERGED 2004/04/27 14:33:06 ka 1.11.70.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [2c5e7cdf7ec20d2e522d6c5e1f0a8c76a2dfb964]

        INTEGRATION: CWS bmpres01 (1.101.40); FILE MERGED 2004/04/27 14:33:04 ka 1.101.40.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [374d3eedb039fb2831094517c1607e77dc0c6c9a]

        INTEGRATION: CWS bmpres01 (1.20.72); FILE MERGED 2004/04/27 14:33:04 ka 1.20.72.1: using new resource structure for images

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [02774c7d59bb0af1ae16b65ae8215b9d739e2bb9]

        INTEGRATION: CWS scriptingf4 (1.28.20); FILE MERGED 2004/05/13 13:26:36 dfoster 1.28.20.1: #i26923#

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [8647694da1928c9a89e1fb58149085b6cf7441ac]

        INTEGRATION: CWS scriptingf4 (1.20.92); FILE MERGED 2004/04/27 14:29:20 toconnor 1.20.92.3: #i28384# - implement Macro Selector specification 2004/03/30 17:57:25 dfoster 1.20.92.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/24 13:41:08 dfoster 1.20.92.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [1356445354e98640a48526e8761ae4a33af3719c]

        INTEGRATION: CWS scriptingf4 (1.3.94); FILE MERGED 2004/05/06 13:37:43 toconnor 1.3.94.4: #i28384# - implement Macro Selector specification 2004/04/27 14:29:19 toconnor 1.3.94.3: #i28384# - implement Macro Selector specification 2004/03/30 17:57:17 dfoster 1.3.94.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/24 13:41:08 dfoster 1.3.94.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [d6c0b6dfbe252429fe2e8fb66209e3fa69b8aaff]

        INTEGRATION: CWS scriptingf4 (1.4.94); FILE MERGED 2004/05/06 13:40:20 toconnor 1.4.94.5: #i28384# - implement Macro Selector 2004/05/06 13:37:43 toconnor 1.4.94.4: #i28384# - implement Macro Selector specification 2004/04/27 14:29:19 toconnor 1.4.94.3: #i28384# - implement Macro Selector specification 2004/03/30 17:56:57 dfoster 1.4.94.2: RESYNC: (1.4-1.5); FILE MERGED 2004/03/24 13:41:07 dfoster 1.4.94.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [8aca6b9af5c78e0017a3d4614d39e56622e279fb]

        INTEGRATION: CWS scriptingf4 (1.47.6); FILE MERGED 2004/04/28 14:43:56 toconnor 1.47.6.2: RESYNC: (1.47-1.48); FILE MERGED 2004/04/27 14:25:49 toconnor 1.47.6.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [107a0e1f3200479ae5f1a11ba6b7b49feaa00e51]

        INTEGRATION: CWS scriptingf4 (1.52.28); FILE MERGED 2004/04/28 14:43:46 toconnor 1.52.28.2: RESYNC: (1.52-1.53); FILE MERGED 2004/04/27 14:25:49 toconnor 1.52.28.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [7858ab2ffefbf1eb7da431d53dd2250668888705]

        INTEGRATION: CWS scriptingf4 (1.30.152); FILE MERGED 2004/04/28 14:39:41 toconnor 1.30.152.2: RESYNC: (1.30-1.31); FILE MERGED 2004/04/27 14:25:48 toconnor 1.30.152.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [337462f152b470f1b77d47a8243355aaf4c3f2f3]

        INTEGRATION: CWS scriptingf4 (1.57.16); FILE MERGED 2004/04/28 14:39:24 toconnor 1.57.16.2: RESYNC: (1.57-1.59); FILE MERGED 2004/04/27 14:25:48 toconnor 1.57.16.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [cffd87eb7ee8f064f47a98fa8bf9fd3451ebd79f]

        INTEGRATION: CWS scriptingf4 (1.6.298); FILE MERGED 2004/04/27 14:25:48 toconnor 1.6.298.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [d3e6955d5d3faf50568f9d51d1990be39c392e08]

        INTEGRATION: CWS scriptingf4 (1.23.6); FILE MERGED 2004/04/28 14:35:56 toconnor 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2004/04/27 14:25:48 toconnor 1.23.6.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [615048d164822296023296a459026d731393132c]

        INTEGRATION: CWS scriptingf4 (1.2.32); FILE MERGED 2004/04/29 14:32:26 dfoster 1.2.32.3: #i26923# 2004/04/28 10:18:19 dfoster 1.2.32.2: #i26923# Issue number:  i26923 Submitted by: Reviewed by: 2004/03/24 13:18:53 dfoster 1.2.32.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [72575eb2c544d53f58f0d97792492838f58db155]

        INTEGRATION: CWS scriptingf4 (1.2.32); FILE MERGED 2004/04/29 14:32:25 dfoster 1.2.32.3: #i26923# 2004/04/28 10:18:18 dfoster 1.2.32.2: #i26923# Issue number:  i26923 Submitted by: Reviewed by: 2004/03/24 13:18:52 dfoster 1.2.32.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [866d1fcce8fe6f84bfdfdd2bcce26d7354d52840]

        INTEGRATION: CWS scriptingf4 (1.2.32); FILE MERGED 2004/04/29 14:32:24 dfoster 1.2.32.3: #i26923# 2004/04/28 10:18:18 dfoster 1.2.32.2: #i26923# Issue number:  i26923 Submitted by: Reviewed by: 2004/03/24 13:18:51 dfoster 1.2.32.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [d84d0934f094b66f9799ca07ad6229b4697a3d02]

        INTEGRATION: CWS scriptingf4 (1.16.376); FILE MERGED 2004/04/27 14:10:13 toconnor 1.16.376.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [bdf9517e9eaeea0b7dec79ef893fa25442951a99]

        INTEGRATION: CWS scriptingf4 (1.7.232); FILE MERGED 2004/04/27 14:10:13 toconnor 1.7.232.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [9bbb471e6f98a42f70dc8557ff61f183d87f822b]

        INTEGRATION: CWS scriptingf4 (1.32.18); FILE MERGED 2004/04/27 14:10:12 toconnor 1.32.18.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [a7179649ef0dd6319436ab3b2d51efe4e32bfdc3]

        INTEGRATION: CWS scriptingf4 (1.12.18); FILE MERGED 2004/04/27 14:10:11 toconnor 1.12.18.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [d596c19fe4b221230dc3758c0e5fae124327c3e5]

        INTEGRATION: CWS scriptingf4 (1.157.28); FILE MERGED 2004/04/28 14:59:50 toconnor 1.157.28.2: RESYNC: (1.157-1.159); FILE MERGED 2004/04/27 14:10:09 toconnor 1.157.28.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [018e490f0e4c2b54c27f52382763bd2a1cf0cff4]

        INTEGRATION: CWS scriptingf4 (1.79.18); FILE MERGED 2004/04/27 14:10:08 toconnor 1.79.18.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [f66c047bb2ed6d3e9d44afa76de976d2b262e712]

        INTEGRATION: CWS scriptingf4 (1.7.456); FILE MERGED 2004/04/27 14:10:07 toconnor 1.7.456.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [64a6e9d43532760f91476be0aeedf6b8eb51e15b]

        INTEGRATION: CWS scriptingf4 (1.5.640); FILE MERGED 2004/04/27 14:10:06 toconnor 1.5.640.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [86b0766ec0e10c77909ef6ca1636687598aa1de6]

        INTEGRATION: CWS scriptingf4 (1.42.44); FILE MERGED 2004/05/13 13:26:32 dfoster 1.42.44.1: #i26923#

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [9eb44dd7cbd1d977f13a3074f0e39cc7f0952aed]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/13 13:26:35 dfoster 1.1.2.5: #i26923# 2004/05/07 09:14:03 toconnor 1.1.2.4: #i28384# - implement Macro Selector spec 2004/05/06 13:23:44 toconnor 1.1.2.3: #i28384# - implement Macro selector 2004/04/28 10:47:50 toconnor 1.1.2.2: #i28384# - implement Macro Selector specification 2004/04/27 14:29:22 toconnor 1.1.2.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [7b9f380ffe4fd9311af9e9e59ada04b81c2bdac6]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/06 13:37:44 toconnor 1.1.2.3: #i28384# - implement Macro Selector specification 2004/05/06 13:23:42 toconnor 1.1.2.2: #i28384# - implement Macro selector 2004/04/27 14:29:21 toconnor 1.1.2.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [c0d26f3f92d14d781a177c3c7241d26d869cca05]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/04/28 10:47:49 toconnor 1.1.2.2: #i28384# - implement Macro Selector specification 2004/04/27 14:29:21 toconnor 1.1.2.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [715ce60111a0acb7abef33af3b2d9a0ad0ba1dc9]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/10 12:02:38 dfoster 1.1.2.7: #i28384# - implement Macro Selector spec, use exported sfx API to get help text 2004/05/06 17:57:14 toconnor 1.1.2.6: #i28384# - implement Macro Selector spec 2004/05/06 13:37:44 toconnor 1.1.2.5: #i28384# - implement Macro Selector specification 2004/05/06 13:23:42 toconnor 1.1.2.4: #i28384# - implement Macro selector 2004/05/06 13:07:52 dfoster 1.1.2.3: #i28812# Modified dialog to use new BrowseNodeFactory service to obtain browse nodes 2004/04/28 10:47:49 toconnor 1.1.2.2: #i28384# - implement Macro Selector specification 2004/04/27 14:29:20 toconnor 1.1.2.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [fe4385e57fb31ef7a8637fee14009819dbaab342]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/13 13:37:37 dfoster 1.1.2.7: #i26923# 2004/05/13 13:26:34 dfoster 1.1.2.6: #i26923# 2004/05/07 09:57:21 dfoster 1.1.2.5: #i26923# 2004/04/30 10:52:09 dfoster 1.1.2.4: #i26923# 2004/04/29 14:07:06 dfoster 1.1.2.3: #i26923# 2004/04/28 10:06:35 dfoster 1.1.2.2: #i26923# ScriptOrganizerSpec implementation 2004/03/24 13:41:10 dfoster 1.1.2.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [73b4ab136f0fb4fa3457399ecc5705ca76ad05f5]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/07 09:57:21 dfoster 1.1.2.5: #i26923# 2004/04/30 10:52:08 dfoster 1.1.2.4: #i26923# 2004/04/29 14:07:06 dfoster 1.1.2.3: #i26923# 2004/04/28 10:06:34 dfoster 1.1.2.2: #i26923# ScriptOrganizerSpec implementation 2004/03/24 13:41:09 dfoster 1.1.2.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [f662fbc4930578b9ae37a67493c084bb9eebebd0]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/07 09:57:20 dfoster 1.1.2.5: #i26923# 2004/04/30 10:52:08 dfoster 1.1.2.4: #i26923# 2004/04/29 14:07:06 dfoster 1.1.2.3: #i26923# 2004/04/28 10:06:31 dfoster 1.1.2.2: #i26923# ScriptOrganizerSpec implementation 2004/03/24 13:41:09 dfoster 1.1.2.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [8dfbcc633b9a5a91e22d4d485280f7588830a551]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/17 16:04:25 dfoster 1.1.2.14: #i26923# 2004/05/14 11:50:51 dfoster 1.1.2.13: #i29180# 2004/05/12 08:25:03 dfoster 1.1.2.12: #i26923# 2004/05/11 08:14:48 dfoster 1.1.2.11: #i26923# 2004/05/10 10:21:36 dfoster 1.1.2.10: #i26923# Commit for NP. Fix Context problems. 2004/05/07 15:47:18 dfoster 1.1.2.9: #i26923# Implementation of Script Organizer spec, add missing return from method 2004/05/07 09:57:14 dfoster 1.1.2.8: #i26923# 2004/05/06 13:07:53 dfoster 1.1.2.7: #i28812# Modified dialog to use new BrowseNodeFactory service to obtain browse nodes 2004/04/30 15:32:25 dfoster 1.1.2.6: #i26923# 2004/04/30 10:52:08 dfoster 1.1.2.5: #i26923# 2004/04/29 14:07:05 dfoster 1.1.2.4: #i26923# 2004/04/28 10:06:25 dfoster 1.1.2.3: #i26923# ScriptOrganizerSpec implementation 2004/03/25 10:30:59 dfoster 1.1.2.2: #i26923# Implmentation of the Script Organizer spec. Fixed resource problem. 2004/03/24 13:41:08 dfoster 1.1.2.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [b0c3adfc621660dec7819df8a7e61299c8f1237a]

        INTEGRATION: CWS scriptingf4 (1.22.8); FILE MERGED 2004/05/10 18:29:40 toconnor 1.22.8.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [dd082df9dc220c484b7b0fa5bd2361dee74b3df3]

        INTEGRATION: CWS scriptingf4 (1.61.4); FILE MERGED 2004/05/06 13:05:13 dfoster 1.61.4.1: #i28812# Modified to use new MasterScriptProviderFactory to obtain MasterScriptProvider ( used to create it directly )
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [6c43f95e5ac114a7360e01490f51943e8e450fcb]

        INTEGRATION: CWS scriptingf4 (1.40.52); FILE MERGED 2004/04/28 10:46:42 toconnor 1.40.52.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [4b0b2b22ba48f496171f90e1b2d1c66dc4bc76e6]

        INTEGRATION: CWS scriptingf4 (1.14.8); FILE MERGED 2004/04/28 10:46:42 toconnor 1.14.8.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [9bb22a9f350db93b513544e0f867dd04d07dfde5]

        INTEGRATION: CWS scriptingf4 (1.35.8); FILE MERGED 2004/05/06 13:06:14 dfoster 1.35.8.2: #i28812# Modified dialog to use the new BrowseNodeFactory to obtain XBrowseNode objects
        
        Issue number:
        Submitted by:
        Reviewed by:
        2004/04/28 10:46:41 toconnor 1.35.8.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [19c65983e769a95406b6f24bab16a69272716074]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/03/24 13:34:22 dfoster 1.1.2.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [08a062add98fe235129626325879624908fcac09]

        INTEGRATION: CWS scriptingf4 (1.3.102); FILE MERGED 2004/03/24 13:34:21 dfoster 1.3.102.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [308cf3b8a4ea5bb3da6e76fe068b17282d5fe4de]

        INTEGRATION: CWS scriptingf4 (1.37.8); FILE MERGED 2004/05/11 12:12:42 dfoster 1.37.8.5: #i26923# Committed to fix Windows problem, on behalf of NP Issue number: Submitted by: Reviewed by: 2004/05/11 08:08:10 dfoster 1.37.8.4: #i26923# Fixed for run macro problems, commited for NP Issue number: Submitted by: Reviewed by: 2004/05/06 13:33:32 toconnor 1.37.8.3: #i28384# - implement Macro Selector specification Issue number: Submitted by: Reviewed by: 2004/04/29 14:09:04 dfoster 1.37.8.2: #i26923# 2004/03/24 13:34:20 dfoster 1.37.8.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [e5fa73d24b6c7e69dd1f2b8948b8f73f4a982282]

        INTEGRATION: CWS scriptingf4 (1.30.8); FILE MERGED 2004/03/24 13:34:20 dfoster 1.30.8.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [410b6ad3b26ba7fa96b131108ffc91585044fbbd]

        INTEGRATION: CWS scriptingf4 (1.74.8); FILE MERGED 2004/04/28 12:37:59 toconnor 1.74.8.4: RESYNC: (1.77-1.78); FILE MERGED 2004/04/27 12:55:19 toconnor 1.74.8.3: #i28384# - implement Macro Selector specification 2004/03/30 18:53:05 dfoster 1.74.8.2: RESYNC: (1.74-1.77); FILE MERGED 2004/03/24 13:34:19 dfoster 1.74.8.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [7b89992bf892133210c3cfabcf66500d54da95b7]

        INTEGRATION: CWS scriptingf4 (1.13.8); FILE MERGED 2004/03/24 13:31:52 dfoster 1.13.8.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [e4f3cbd91bbf00e1f159c3d1658cabc5e1135cbf]

        INTEGRATION: CWS scriptingf4 (1.44.8); FILE MERGED 2004/04/29 14:08:59 dfoster 1.44.8.2: #i26923# 2004/03/24 13:31:51 dfoster 1.44.8.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [92f8303c8e0cba4d858d1dae55c7029550da8b33]

        INTEGRATION: CWS scriptingf4 (1.12.48); FILE MERGED 2004/04/29 14:08:57 dfoster 1.12.48.2: #i26923# 2004/03/24 13:31:51 dfoster 1.12.48.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [c1655bff229329b593589758ca6f9430c4e9bd54]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/03/24 13:32:16 dfoster 1.1.2.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Joachim Lingner  <jl@openoffice.org>  [3472be3b1a99c029a7954eaf5a9d61095ac3a7b2]

        #i20052#

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [3f8e4f2e46b03c38a1b8c07a47ecb6486605eb4d]

        INTEGRATION: CWS scriptingf4 (1.4.4); FILE MERGED 2004/05/06 12:56:08 npower 1.4.4.1: #i28812# MiscUtils.hxx file adds requirment for UCBHelper libs, so this is added to link

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [160331f86e37a654968d599989f6dc1b81c1b62f]

        INTEGRATION: CWS scriptingf4 (1.6.4); FILE MERGED 2004/05/06 12:55:01 npower 1.6.4.1: #i28812# added new files for MasterScriptProvider & BrowseNodeFactory services Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [082e067bf70465ef39c44a6d468a400696f58edd]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/06 12:54:15 npower 1.1.2.1: #i28812# Adding implementation for MasterScriptProviderFactory service, this service re-uses the ActiveMSP class to provide factory functionality. It is intended that client use this new service to obtain MasterScriptProvider for a particulay context, creating the MasterScriptProvider directly is discouraged. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [9ba13eb69ccbf0c74a441f9e94596f673d6c292d]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/06 12:53:22 npower 1.1.2.1: #i28812# Adding implementation for MasterScriptProviderFactory service, this service re-uses the ActiveMSP class to provide factory functionality. It is intended that client use this new service to obtain MasterScriptProvider for a particulay context, creating the MasterScriptProvider directly is discouraged. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [e859ea358a8c6763dbae1b6413b403c36e32eece]

        INTEGRATION: CWS scriptingf4 (1.7.4); FILE MERGED 2004/05/06 12:47:20 npower 1.7.4.1: #i28812# Adding support for new MasterScriptProviderFactory service. MasterScriptProvider no longer aggregates the browsenodes of all other MasterScriptProviders ( was a bad idea anyway ). This function is now performed by the standalone singleton css:script:browse::theBrowseNodeFactory which will aggregate the nodes, merge nodes from various languages and also sort them Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [76553ab242891a7e383e6ee18047c1cb3a45079c]

        INTEGRATION: CWS scriptingf4 (1.9.4); FILE MERGED 2004/05/11 07:57:30 npower 1.9.4.2: 28812# Allow a void context to be passed ( this should behave as if no args were passed to init ) e.g. a ScriptProvider initialised with no param or ( Any container Void type ) will just be used for invocation of application scripts. Issue number: Submitted by: Reviewed by: 2004/05/06 12:47:19 npower 1.9.4.1: #i28812# Adding support for new MasterScriptProviderFactory service. MasterScriptProvider no longer aggregates the browsenodes of all other MasterScriptProviders ( was a bad idea anyway ). This function is now performed by the standalone singleton css:script:browse::theBrowseNodeFactory which will aggregate the nodes, merge nodes from various languages and also sort them Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [4117e928e60afc29d370000f1a5448e6f267f92b]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/06 12:45:01 npower 1.1.2.1: #i28812# Adding support for new BrowseNodeFactory service, header file for implementation class
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [56cdedf192eba096599b9926aa5b78ce1c64f7d1]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/12 07:36:56 npower 1.1.2.5: #i28812# Adding support for new BrowseNodeFactory service..... In the absence of a notification mechanism changed getChildren method to creete new nodes each time ( needed as MacroOrganizer expects up to date view of nodes ). Issue number: Submitted by: Reviewed by: 2004/05/10 13:29:09 dfoster 1.1.2.4: #i28818# - need to add SAL_CALL to get build working on Windows Issue number: Submitted by: Reviewed by: 2004/05/07 17:11:46 npower 1.1.2.3: #i28818# Added support for XScriptProvider interface on DefaultBrowseNode object. Needed so the MacroOrganiser can use its root noot ( doc, user or share ) to invoke a selected script. Issue number: Submitted by: Reviewed by: 2004/05/06 15:57:16 dfoster 1.1.2.2: #i26923# Fix for Properties not being seen in Script Organizer Issue number: Submitted by: Reviewed by: 2004/05/06 12:43:09 npower 1.1.2.1: #i28812# Adding support for new BrowseNodeFactory service. Implementation classes in this file. Adds support for MacroSelector and MacroOrganiser dialogs to obtain different views of the underlying tree model. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [110a889f2b614803cb2536ad9dd93d1559d40746]

        INTEGRATION: CWS scriptingf4 (1.3.12); FILE MERGED 2004/05/06 12:50:30 npower 1.3.12.1: #i28812# Adding support for new MasterScriptProviderFactory service. ActiveMSP has been changes so that it no longer performs the aggregation of the browsenodes of all instances of MasterScriptProviders. Additionally it no longer supports the XBrowseNode interface ( this functionality now performed by the BrowseNodeFactory service/singleton [ BrowseNodeFactoryImpl.[ch]xx ]. Additional methods have been added so that this class can be resused by the MasterScriptProviderFactory service [ MasterScriptProviderFactory.[ch]xx ] Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [61cbf88343be62725e13ab8b0e71e0660c881299]

        INTEGRATION: CWS scriptingf4 (1.4.4); FILE MERGED 2004/05/11 07:57:31 npower 1.4.4.2: 28812# Allow a void context to be passed ( this should behave as if no args were passed to init ) e.g. a ScriptProvider initialised with no param or ( Any container Void type ) will just be used for invocation of application scripts. Issue number: Submitted by: Reviewed by: 2004/05/06 12:50:30 npower 1.4.4.1: #i28812# Adding support for new MasterScriptProviderFactory service. ActiveMSP has been changes so that it no longer performs the aggregation of the browsenodes of all instances of MasterScriptProviders. Additionally it no longer supports the XBrowseNode interface ( this functionality now performed by the BrowseNodeFactory service/singleton [ BrowseNodeFactoryImpl.[ch]xx ]. Additional methods have been added so that this class can be resused by the MasterScriptProviderFactory service [ MasterScriptProviderFactory.[ch]xx ] Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [00078fc95782b6da7da71c5fcab762e6b18fefa9]

        INTEGRATION: CWS scriptingf4 (1.16.4); FILE MERGED 2004/05/11 10:08:57 toconnor 1.16.4.1: #i28888# - basic provider not executing script for Start Application event

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [db6cbe51779e8c104abb6fb0532e2fb47864a287]

        INTEGRATION: CWS scriptingf4 (1.9.4); FILE MERGED 2004/05/11 10:08:56 toconnor 1.9.4.1: #i28888# - basic provider not executing script for Start Application event

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [34e1c6baddc0110d3dc79f9fd1711bb3763d8581]

        INTEGRATION: CWS scriptingf4 (1.7.12); FILE MERGED 2004/05/17 10:45:06 npower 1.7.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [5d87a74dbf5f85239364c1e9f27ee3e792203818]

        INTEGRATION: CWS scriptingf4 (1.4.12); FILE MERGED 2004/05/17 10:45:06 npower 1.4.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [fd98fa07726e4d4ce50c09e2e7b58355f3d7ca4d]

        INTEGRATION: CWS scriptingf4 (1.5.12); FILE MERGED 2004/05/17 10:45:06 npower 1.5.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [a3ce35910196933195e734c449b0fcc1b8707e4e]

        INTEGRATION: CWS scriptingf4 (1.12.12); FILE MERGED 2004/05/17 10:45:05 npower 1.12.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [e6e37f57397ca3ecd3f6bb92213b42bf2a7cffa3]

        INTEGRATION: CWS scriptingf4 (1.9.12); FILE MERGED 2004/05/17 10:45:05 npower 1.9.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [6cc86413ada8a1cf05cd50f1b8d0a863085f7a99]

        INTEGRATION: CWS scriptingf4 (1.7.12); FILE MERGED 2004/05/17 10:45:05 npower 1.7.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [5c52d32d804495e930a2b5fc3c3b97434c6089b0]

        INTEGRATION: CWS scriptingf4 (1.4.12); FILE MERGED 2004/05/17 10:45:04 npower 1.4.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [a1cfa2bf0a49d2ed98ea95cadd58c6630b02f07f]

        INTEGRATION: CWS scriptingf4 (1.8.12); FILE MERGED 2004/05/17 10:45:04 npower 1.8.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [f759a901391792663361a39f3c140f45baae4045]

        INTEGRATION: CWS scriptingf4 (1.7.12); FILE MERGED 2004/05/17 10:45:04 npower 1.7.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [783fffd4aa015250ce61a7c6bfdc598ae557bc87]

        INTEGRATION: CWS scriptingf4 (1.2.12); FILE MERGED 2004/05/17 10:45:03 npower 1.2.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [39da033f0a0431221afdee345c8674e790948e71]

        INTEGRATION: CWS scriptingf4 (1.4.12); FILE MERGED 2004/05/17 10:45:03 npower 1.4.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [1800cea55d0e242293e8fc620e310d0cfcf86183]

        INTEGRATION: CWS scriptingf4 (1.7.6); FILE MERGED 2004/05/17 10:45:03 npower 1.7.6.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [c25beeb140ce8c7774a4ccf8e4eb08cb092f9162]

        INTEGRATION: CWS scriptingf4 (1.5.4); FILE MERGED 2004/05/11 07:54:07 npower 1.5.4.2: #i28812# Allow a void context to be passed ( this should behave as if no args were passed to init ) e.g. a ScriptProvider initialised with no param or ( Any container Void type ) will just be used for invocation of application scripts. Fixes for undesired behavior ( exception thrown ) Issue number: Submitted by: Reviewed by: 2004/05/07 17:18:26 npower 1.5.4.1: #i28818# Changes to support Scripting context created from the ScriptProvider, not created in BrowseNodes any more. Behavior of the ScriptContext class has been changed so that for and application script ( e.g. user or share ) the getDocument() method will rerturn  the currently selected document. If it is a document script then the getDocument() method will return the document for the location of the script.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [8ce0337d3f126447f924775d3792cb7875e44a77]

        INTEGRATION: CWS scriptingf4 (1.5.4); FILE MERGED 2004/05/07 17:18:26 npower 1.5.4.1: #i28818# Changes to support Scripting context created from the ScriptProvider, not created in BrowseNodes any more. Behavior of the ScriptContext class has been changed so that for and application script ( e.g. user or share ) the getDocument() method will rerturn  the currently selected document. If it is a document script then the getDocument() method will return the document for the location of the script.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [f94b73dd9c3be042dbe9721368d4e057f0d3cce4]

        INTEGRATION: CWS scriptingf4 (1.4.4); FILE MERGED 2004/05/12 10:24:17 npower 1.4.4.1: #i28818# in testing for implementation of this issue, untitiled documents not handled very well. Reason code uses URL from XModel which however is blank for untitled documents. Now using the oid ( stringified ) Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [748004a012a688a8e9845d2a76d00f2488a43455]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/06 13:48:25 npower 1.1.2.1: #i28818# New ScriptingContext implementation, will always return the currently selected OO document when getDocument() is called.
        
        Issue number:
        Submitted by:
        Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [7c72b80408ae05661fb10ce67034ae752d5eb9cb]

        INTEGRATION: CWS scriptingf4 (1.2.4); FILE MERGED 2004/05/12 10:24:17 npower 1.2.4.1: #i28818# in testing for implementation of this issue, untitiled documents not handled very well. Reason code uses URL from XModel which however is blank for untitled documents. Now using the oid ( stringified ) Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [868252c5fc74de040c06a6baffe53511fcccce9b]

        INTEGRATION: CWS scriptingf4 (1.2.4); FILE MERGED 2004/05/12 10:24:18 npower 1.2.4.2: #i28818# in testing for implementation of this issue, untitiled documents not handled very well. Reason code uses URL from XModel which however is blank for untitled documents. Now using the oid ( stringified ) Issue number: Submitted by: Reviewed by: 2004/04/29 14:09:23 dfoster 1.2.4.1: #i28384# - implement Macro Selector specification Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [0ee638e55940aa1995dceedf67f847be1637d08d]

        INTEGRATION: CWS scriptingf4 (1.2.4); FILE MERGED 2004/04/29 14:09:23 dfoster 1.2.4.1: #i28384# - implement Macro Selector specification Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [7087700e5fc25362cd220990fc43f8d5b5913637]

        INTEGRATION: CWS scriptingf4 (1.2.4); FILE MERGED 2004/05/18 14:30:29 dfoster 1.2.4.5: #i26923# Fix for delete problem on Win. Output stream not closed. Issue number: Submitted by: Reviewed by: 2004/05/11 09:25:20 dfoster 1.2.4.4: #i26923# Fixed renaming of scripts/parcels. Issue number: Submitted by: Reviewed by: 2004/05/06 17:54:03 toconnor 1.2.4.3: #i28384# - implement Macro Selector spec Issue number: Submitted by: Reviewed by: 2004/04/30 15:42:43 dfoster 1.2.4.2: #i26923# Issue number: Submitted by: Reviewed by: 2004/04/29 14:09:22 dfoster 1.2.4.1: #i28384# - implement Macro Selector specification Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [4b54503bc072d3d225dd431ff12436ac030b7c79]

        INTEGRATION: CWS scriptingf4 (1.2.4); FILE MERGED 2004/05/11 09:25:19 dfoster 1.2.4.1: #i26923# Fixed renaming of scripts/parcels. Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [1dc2f1519bd3d00363442b4bbf7495377d6bd370]

        INTEGRATION: CWS scriptingf4 (1.9.4); FILE MERGED 2004/05/11 09:19:07 dfoster 1.9.4.6: #i26923# Fixed renaming of scripts/parcels. Issue number: Submitted by: Reviewed by: 2004/05/07 17:18:25 npower 1.9.4.5: #i28818# Changes to support Scripting context created from the ScriptProvider, not created in BrowseNodes any more. Behavior of the ScriptContext class has been changed so that for and application script ( e.g. user or share ) the getDocument() method will rerturn  the currently selected document. If it is a document script then the getDocument() method will return the document for the location of the script. 2004/05/07 10:01:15 dfoster 1.9.4.4: #i26923# Issue number:  #i26923# Submitted by: Reviewed by: 2004/05/06 13:47:01 npower 1.9.4.3: #i28818# Using EditorScriptContext when invoking IDE, this will ensure that the getDocument() method will always return the currently selected OO document which the script can act on
        
        Issue number:
        Submitted by:
        Reviewed by:
        2004/04/30 10:54:02 dfoster 1.9.4.2: #i26923#
        Issue number:
        Submitted by:
        Reviewed by:
        2004/04/29 14:09:20 dfoster 1.9.4.1: #i28384# - implement Macro Selector specification
        Issue number:
        Submitted by:
        Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [f167316afe16999bf0c4a658b63b8900583e5648]

        INTEGRATION: CWS scriptingf4 (1.2.4); FILE MERGED 2004/05/17 13:06:59 dfoster 1.2.4.2: #i26923# Removing System.err messages Issue number: Submitted by: Reviewed by: 2004/04/30 15:42:42 dfoster 1.2.4.1: #i26923# Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [854d9c4cb1389c09f2b244bb472ab54a45e53298]

        INTEGRATION: CWS scriptingf4 (1.6.4); FILE MERGED 2004/05/17 13:34:50 dfoster 1.6.4.6: #i26923# Issue number: Submitted by: Reviewed by: 2004/05/17 13:06:59 dfoster 1.6.4.5: #i26923# Removing System.err messages Issue number: Submitted by: Reviewed by: 2004/05/11 09:19:07 dfoster 1.6.4.4: #i26923# Fixed renaming of scripts/parcels. Issue number: Submitted by: Reviewed by: 2004/05/07 10:01:15 dfoster 1.6.4.3: #i26923# Issue number:  #i26923# Submitted by: Reviewed by: 2004/04/30 15:42:41 dfoster 1.6.4.2: #i26923# Issue number: Submitted by: Reviewed by: 2004/04/30 10:54:02 dfoster 1.6.4.1: #i26923# Issue number: Submitted by: Reviewed by:

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [8c3c1dad5c6fa68fa77fdd30eb06bdf6ed5a6b3a]

        INTEGRATION: CWS scriptingf4 (1.6.4); FILE MERGED 2004/05/06 12:59:07 npower 1.6.4.1: #i28812# Added changes to use the BrowseNodeFactory service.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [2112234da03087ca0d0c0cad5672c0e36847bd00]

        INTEGRATION: CWS scriptingf4 (1.76.8); FILE MERGED 2004/04/28 12:35:32 toconnor 1.76.8.2: RESYNC: (1.76-1.77); FILE MERGED 2004/03/24 13:09:28 dfoster 1.76.8.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [492d8b380f38a8ea9478aff5ec626ba08eb6a0af]

        INTEGRATION: CWS scriptingf4 (1.1.28); FILE MERGED 2004/04/29 14:11:40 dfoster 1.1.28.3: #i26923# 2004/04/28 10:10:04 dfoster 1.1.28.2: #i26923# 2004/03/24 13:09:28 dfoster 1.1.28.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [a379805c9cb5acf0249efc1a14dfbe5dc3d77c38]

        INTEGRATION: CWS scriptingf4 (1.7.8); FILE MERGED 2004/03/30 17:21:58 dfoster 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2004/03/24 13:09:27 dfoster 1.7.8.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [0d0bad945d59a5669d43085559dd08f3997c9351]

        INTEGRATION: CWS scriptingf4 (1.2.8); FILE MERGED 2004/03/24 13:09:27 dfoster 1.2.8.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [255b3740836e9c4545ac1bddfdd7112e9797b81c]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/14 17:18:12 toconnor 1.1.2.4: #i29136# - fix crash when using Basic Macro Organizer from new menu structure 2004/04/29 14:11:40 dfoster 1.1.2.3: #i26923# 2004/04/28 10:10:03 dfoster 1.1.2.2: #i26923# 2004/03/24 13:09:26 dfoster 1.1.2.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [f33e1aa7e7a08c96fe37941e89a052e0998ed587]

        INTEGRATION: CWS scriptingf4 (1.19.8); FILE MERGED 2004/03/24 13:09:25 dfoster 1.19.8.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [4493c725bba0651d8ea38abb74c48ff944084f2f]

        INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED 2004/05/14 17:18:12 toconnor 1.1.2.3: #i29136# - fix crash when using Basic Macro Organizer from new menu structure 2004/04/28 10:10:03 dfoster 1.1.2.2: #i26923# 2004/03/24 13:09:25 dfoster 1.1.2.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [4b4174018e914f342354648d7469dd6b7d07632c]

        INTEGRATION: CWS scriptingf4 (1.19.8); FILE MERGED 2004/03/24 13:09:24 dfoster 1.19.8.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [8b4fe6dd64b2677a0fe5724940b733d99284bcbc]

        INTEGRATION: CWS scriptingf4 (1.3.30); FILE MERGED 2004/03/24 13:12:00 dfoster 1.3.30.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [1b96fa4a7cc4f9b5e50b3312eae14a6e2692252b]

        INTEGRATION: CWS scriptingf4 (1.52.10); FILE MERGED 2004/04/29 14:13:10 dfoster 1.52.10.2: #i26923# 2004/03/24 13:11:59 dfoster 1.52.10.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [74f6a413e0d8121a8e6ed33b51df4b39b5e23431]

        INTEGRATION: CWS scriptingf4 (1.15.22); FILE MERGED 2004/03/24 13:11:59 dfoster 1.15.22.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [0aaa6fdb7cb0c8fdd831aab670e78d76cc7380b1]

        INTEGRATION: CWS scriptingf4 (1.6.106); FILE MERGED 2004/03/24 13:11:58 dfoster 1.6.106.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [277d2edbf1496d965bbc4045c516133f0ccf43af]

        INTEGRATION: CWS scriptingf4 (1.23.22); FILE MERGED 2004/03/24 13:11:58 dfoster 1.23.22.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [6f6b7ea49279c513c692c7dd7fc76f537a3e67bf]

        INTEGRATION: CWS scriptingf4 (1.43.10); FILE MERGED 2004/03/24 13:11:58 dfoster 1.43.10.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [673207314c00535df697356ed79afd79f35980af]

        INTEGRATION: CWS scriptingf4 (1.53.10); FILE MERGED 2004/04/29 14:13:09 dfoster 1.53.10.1: #i26923#

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [4aa894e8910e00c06b11315da603146162dbc478]

        INTEGRATION: CWS scriptingf4 (1.27.22); FILE MERGED 2004/03/24 13:11:57 dfoster 1.27.22.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [d388dcae7a4c4e7e293b2143923326fff7578a76]

        INTEGRATION: CWS scriptingf4 (1.24.16); FILE MERGED 2004/03/30 17:24:07 dfoster 1.24.16.2: RESYNC: (1.24-1.25); FILE MERGED 2004/03/24 13:11:57 dfoster 1.24.16.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [19fa164c165ab0d4a81dba60934a0d869aa1ecc8]

        INTEGRATION: CWS scriptingf4 (1.29.10); FILE MERGED 2004/03/24 13:11:57 dfoster 1.29.10.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [edc4d8fe0562089ab6c3995f5e017ab778bb95b7]

        INTEGRATION: CWS scriptingf4 (1.11.138); FILE MERGED 2004/03/24 13:11:56 dfoster 1.11.138.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [523e10ac08b35b6b63e9ac0ffefac7c013e4ee89]

        INTEGRATION: CWS scriptingf4 (1.10.14); FILE MERGED 2004/04/27 14:15:16 toconnor 1.10.14.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [c826d639bc1191c87068a9a49e16d132a53d8d46]

        INTEGRATION: CWS scriptingf4 (1.2.12); FILE MERGED 2004/04/29 14:10:12 dfoster 1.2.12.3: #i26923# 2004/04/28 10:14:38 dfoster 1.2.12.2: #i26923# 2004/03/24 13:15:06 dfoster 1.2.12.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [1268f8ebdb85c42ddc32a3a11b80a0261b24a200]

        INTEGRATION: CWS scriptingf4 (1.2.12); FILE MERGED 2004/03/24 13:15:05 dfoster 1.2.12.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [36565d839f277605ed736e20099d0a7ad41f985f]

        INTEGRATION: CWS scriptingf4 (1.2.22); FILE MERGED 2004/04/29 14:17:31 dfoster 1.2.22.3: #i26923# 2004/04/28 10:16:46 dfoster 1.2.22.2: #i26923# 2004/03/24 13:18:32 dfoster 1.2.22.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [187bc9933332e4d3cbd6fc585559658695eb7153]

        INTEGRATION: CWS scriptingf4 (1.10.138); FILE MERGED 2004/04/27 14:15:15 toconnor 1.10.138.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [298250175c02626fb7e7b4aef72c7c7fc106fa87]

        INTEGRATION: CWS scriptingf4 (1.5.138); FILE MERGED 2004/04/27 14:15:15 toconnor 1.5.138.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [b209ec4e22385c8a2c1c3f1e4ad5986500187c6c]

        INTEGRATION: CWS scriptingf4 (1.2.10); FILE MERGED 2004/04/29 14:21:37 dfoster 1.2.10.4: #i26923# 2004/04/28 14:34:20 toconnor 1.2.10.3: RESYNC: (1.2-1.3); FILE MERGED 2004/04/28 10:17:42 dfoster 1.2.10.2: #i26923# Issue number:  i26923 Submitted by: Reviewed by: 2004/03/24 13:19:16 dfoster 1.2.10.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [edadbc5b634c285bef7d3e3fc2b02fc5d460d509]

        INTEGRATION: CWS scriptingf4 (1.2.10); FILE MERGED 2004/04/29 14:21:36 dfoster 1.2.10.3: #i26923# 2004/04/28 10:17:41 dfoster 1.2.10.2: #i26923# Issue number:  i26923 Submitted by: Reviewed by: 2004/03/24 13:19:16 dfoster 1.2.10.1: #i26923# Implmentation of the Script Organizer spec.

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [8940c31bde81390dc97789e2229e297d32b74729]

        INTEGRATION: CWS scriptingf4 (1.38.60); FILE MERGED 2004/04/27 14:21:59 toconnor 1.38.60.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [2b6072dde2a11c6c95b0899773738b2a4a2c9d36]

        INTEGRATION: CWS scriptingf4 (1.5.6); FILE MERGED 2004/04/27 14:21:58 toconnor 1.5.6.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [214e6c9f9b290393426f4c07d0a9d88a045c8427]

        INTEGRATION: CWS scriptingf4 (1.22.54); FILE MERGED 2004/04/27 14:21:57 toconnor 1.22.54.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [81a83b71cf4a72fe3cf77f752c58211192fca15d]

        INTEGRATION: CWS scriptingf4 (1.16.56); FILE MERGED 2004/04/28 14:22:38 toconnor 1.16.56.2: RESYNC: (1.16-1.17); FILE MERGED 2004/04/27 14:21:57 toconnor 1.16.56.1: #i28384# - implement Macro Selector specification

2004-05-19  Rüdiger Timm  <rt@openoffice.org>  [5ecc55db0391a1ebe673f03362477bffce14bc11]

        INTEGRATION: CWS scriptingf4 (1.26.6); FILE MERGED 2004/04/27 14:21:56 toconnor 1.26.6.1: #i28384# - implement Macro Selector specification

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a418d4fc039abb9463cebbd93c21df3603bc38c8]

        INTEGRATION: CWS bmpres01 (1.2.310); FILE MERGED 2004/04/13 15:59:19 mav 1.2.310.1: #116335# ZipFileAccess

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1c4a56339ed379176b2e8ae6297fa983daf31a5e]

        INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/04/13 15:58:52 mav 1.1.2.1: #116335# ZipFileAccess

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e354779d294605d4568ab599fcf3c6f69dca6b26]

        INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/04/13 15:59:04 mav 1.1.2.1: #116335# ZipFileAccess

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [92a6273a351c7b36cc16faf762ac9603b785cdd3]

        INTEGRATION: CWS bmpres01 (1.21.160); FILE MERGED 2004/04/27 22:15:46 ka 1.21.160.2: RESYNC: (1.21-1.22); FILE MERGED 2004/04/27 14:31:21 ka 1.21.160.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e44f1cb452fc4ccd7c849a0dbcf38a294986b9a1]

        INTEGRATION: CWS bmpres01 (1.3.76); FILE MERGED 2004/04/27 14:31:20 ka 1.3.76.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [46bad9f098249cfb8907b220802c0a86c199ce10]

        INTEGRATION: CWS bmpres01 (1.2.76); FILE MERGED 2004/04/27 14:31:20 ka 1.2.76.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [a1016c3fd1969321922a42891aec1bacbe64fa39]

        INTEGRATION: CWS bmpres01 (1.85.4); FILE MERGED 2004/04/27 22:12:23 ka 1.85.4.2: RESYNC: (1.85-1.88); FILE MERGED 2004/04/27 14:31:19 ka 1.85.4.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [e9da07530d371cb32e1674baddabf6b61b0f73b5]

        INTEGRATION: CWS bmpres01 (1.11.76); FILE MERGED 2004/04/27 14:31:18 ka 1.11.76.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ad0cbed79c6104b556b087cda149814a06112d90]

        INTEGRATION: CWS bmpres01 (1.23.58); FILE MERGED 2004/04/27 22:09:50 ka 1.23.58.2: RESYNC: (1.23-1.24); FILE MERGED 2004/04/27 14:31:18 ka 1.23.58.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [69031ca067494ed0318f77e0bc6b3c6083a3732e]

        INTEGRATION: CWS bmpres01 (1.39.48); FILE MERGED 2004/04/27 14:31:18 ka 1.39.48.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [8baf8e58fda80d45a42b1fdc7d54f73834009323]

        INTEGRATION: CWS bmpres01 (1.132.16); FILE MERGED 2004/04/27 22:08:54 ka 1.132.16.2: RESYNC: (1.132-1.133); FILE MERGED 2004/04/27 14:31:16 ka 1.132.16.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [ae69375b63db2d092729d310e8c8db10b8065f2a]

        INTEGRATION: CWS bmpres01 (1.92.48); FILE MERGED 2004/04/27 14:31:16 ka 1.92.48.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [b6b8071f3e77b9c6df4044d79db191f3473bd734]

        INTEGRATION: CWS bmpres01 (1.13.74); FILE MERGED 2004/04/27 14:31:15 ka 1.13.74.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0c0067984ed64fada0d6f2cffe98eee53f6fd8e3]

        INTEGRATION: CWS bmpres01 (1.22.26); FILE MERGED 2004/04/27 14:32:05 ka 1.22.26.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [bb437cd14d6e7427566de94034b826f464f44efe]

        INTEGRATION: CWS bmpres01 (1.3.364); FILE MERGED 2004/02/13 10:29:28 ka 1.3.364.1: #i22149#: support for alpha masks

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [9fa8e9e882f266a74d09a73bb8d7b869b8186f53]

        INTEGRATION: CWS bmpres01 (1.22.150); FILE MERGED 2004/04/27 14:32:05 ka 1.22.150.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [5ebbbfa01af592b3a761fcc7ca0ed1a89160b15b]

        INTEGRATION: CWS bmpres01 (1.3.112); FILE MERGED 2004/04/27 14:32:04 ka 1.3.112.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [1e43aad0062ae45803cbcb0a23dd7a45b849e533]

        INTEGRATION: CWS bmpres01 (1.60.24); FILE MERGED 2004/04/27 21:53:53 ka 1.60.24.2: RESYNC: (1.60-1.62); FILE MERGED 2004/04/27 14:32:03 ka 1.60.24.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [60903760ee70cea2442c3f48e6adeea0aeb68ef7]

        INTEGRATION: CWS bmpres01 (1.3.112); FILE MERGED 2004/04/27 14:32:03 ka 1.3.112.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0c0b0ce4f8fb0bc4ade7184db01aeb14803c0243]

        INTEGRATION: CWS bmpres01 (1.38.56); FILE MERGED 2004/04/27 14:32:01 ka 1.38.56.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [3e5c909e910dae4a2293a80094ac986a4848e74d]

        INTEGRATION: CWS bmpres01 (1.2.112); FILE MERGED 2004/04/27 14:32:01 ka 1.2.112.1: using new resource structure for images

2004-05-19  Kurt Zenker  <kz@openoffice.org>  [0567c78fd43e830fbe11d56e72e86d7ba935b5f0]

        INTEGRATION: CWS bmpres01 (1.6.364); FILE MERGED 2004/04/27 14:32:00 ka 1.6.364.1: using new resource structure for images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [b58b9d14ff6dca83558961c162845742351dc59d]

        INTEGRATION: CWS bmpres01 (1.25.14); FILE MERGED 2004/04/27 21:13:44 ka 1.25.14.2: RESYNC: (1.25-1.27); FILE MERGED 2004/04/27 14:32:31 ka 1.25.14.1: using new resource structure for images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2e1116f4090d627d4b2eb17ec2188e813e354de7]

        INTEGRATION: CWS bmpres01 (1.49.18); FILE MERGED 2004/04/27 14:32:30 ka 1.49.18.1: using new resource structure for images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0d646d83e524f9b64b5874fd4d067db661f56035]

        INTEGRATION: CWS bmpres01 (1.29.42); FILE MERGED 2004/04/27 14:32:29 ka 1.29.42.1: using new resource structure for images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [3e67ed0a184944432e6715160fca69b37ff46cca]

        INTEGRATION: CWS bmpres01 (1.18.18); FILE MERGED 2004/04/27 21:00:30 ka 1.18.18.2: RESYNC: (1.18-1.19); FILE MERGED 2004/04/27 14:32:29 ka 1.18.18.1: using new resource structure for images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [7c07a08b16242ab7d9d3245942751ce360c83dca]

        INTEGRATION: CWS bmpres01 (1.44.42); FILE MERGED 2004/04/27 14:32:28 ka 1.44.42.1: using new resource structure for images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [4c096f0ca4f9c46f78986e6899f27c7fad5b3572]

        INTEGRATION: CWS bmpres01 (1.10.82); FILE MERGED 2004/04/27 14:32:28 ka 1.10.82.1: using new resource structure for images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [28cdaa5635b99e54f254f507c1abb1bdfc20320e]

        INTEGRATION: CWS bmpres01 (1.21.12); FILE MERGED 2004/04/27 20:57:25 ka 1.21.12.2: RESYNC: (1.21-1.23); FILE MERGED 2004/04/27 14:32:27 ka 1.21.12.1: using new resource structure for images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [03d7c93dae1ca5931fe94d67449df7908ccfb75a]

        INTEGRATION: CWS bmpres01 (1.38.18); FILE MERGED 2004/04/29 10:26:53 ka 1.38.18.3: syntax 2004/04/28 08:10:35 ka 1.38.18.2: RESYNC: (1.38-1.42); FILE MERGED 2004/02/12 14:13:04 ka 1.38.18.1: #i22149# support for alpha masks

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [b9b93d5efa43854409bd5a1c5784a564c593f02f]

        INTEGRATION: CWS bmpres01 (1.4.14); FILE MERGED 2004/04/27 14:31:03 ka 1.4.14.1: using new resource structure for images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0e38a86b51265664f2158ea308fd8cb50423177c]

        INTEGRATION: CWS bmpres01 (1.4.16); FILE MERGED 2004/04/27 14:31:03 ka 1.4.16.1: using new resource structure for images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [860508a6a80b28a593b3354a76a607f6f6f71753]

        INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/04/13 16:02:28 mav 1.1.2.1: #116335# ZipFileAccess

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [362e3105ceb0f12b26385a6d2ec17b097a825b5e]

        INTEGRATION: CWS bmpres01 (1.1.2); FILE ADDED 2004/04/13 16:02:16 mav 1.1.2.1: #116335# ZipFileAccess

2004-05-18  Joachim Lingner  <jl@openoffice.org>  [d18cf6a8d160dfa804b24b9f521288361593ac69]

        #i20052#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [87a93c04883999462d5da9e36c3b00ca955eda6d]

        INTEGRATION: CWS swautowidth (1.53.6); FILE MERGED 2004/04/06 08:37:03 fme 1.53.6.2: #i9046# Feature - Automatic frame width 2004/04/05 13:09:09 fme 1.53.6.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [1735c2fe45a7827ac7a8a87ada667b54c4ca362e]

        INTEGRATION: CWS swautowidth (1.36.66); FILE MERGED 2004/04/05 13:09:18 fme 1.36.66.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [3c407d2893e7c55721e2e231889c23c5468313d1]

        INTEGRATION: CWS swautowidth (1.64.6); FILE MERGED 2004/04/05 13:09:20 fme 1.64.6.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0d0f772caf9115856bc0a919c2487bc66aee2ce9]

        INTEGRATION: CWS swautowidth (1.132.4); FILE MERGED 2004/04/28 10:10:14 fme 1.132.4.3: resolve resync conflicts 2004/04/27 08:07:29 fme 1.132.4.2: RESYNC: (1.132-1.133); FILE MERGED 2004/04/26 11:03:59 mmaher 1.132.4.1: #i27204# Added fix for textboxes

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [5cefc70dde3d892578170f61200c49467a492c51]

        INTEGRATION: CWS swautowidth (1.99.50); FILE MERGED 2004/04/05 13:09:21 fme 1.99.50.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [873851ad8f049f2b4f1c53693bf5823edf682b27]

        INTEGRATION: CWS swautowidth (1.55.128); FILE MERGED 2004/04/23 08:19:43 gt 1.55.128.2: #i27202# final strings 2004/04/16 07:44:02 gt 1.55.128.1: #i27202# autowidth for textframes UI

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [4bbe90a6728c0846a4c0452bd2392fdec410d592]

        INTEGRATION: CWS swautowidth (1.90.48); FILE MERGED 2004/04/28 10:10:31 fme 1.90.48.3: resolve resync conflicts 2004/04/27 09:17:27 fme 1.90.48.2: RESYNC: (1.90-1.91); FILE MERGED 2004/04/26 11:05:50 mmaher 1.90.48.1: #i27204# Added fix for autowidth textboxes

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2a62a722e5b05475cec400f76aca613a4856dbdb]

        INTEGRATION: CWS swautowidth (1.90.48); FILE MERGED 2004/04/28 10:10:31 fme 1.90.48.3: resolve resync conflicts 2004/04/27 09:17:27 fme 1.90.48.2: RESYNC: (1.90-1.91); FILE MERGED 2004/04/26 11:05:50 mmaher 1.90.48.1: #i27204# Added fix for autowidth textboxes

2004-05-18  Joachim Lingner  <jl@openoffice.org>  [bd8762dd3254232595038164d61da245400c9cd9]

        #i20052#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ec2ed75d614889fdb94cf760b0550c0edeedad38]

        INTEGRATION: CWS swautowidth (1.75.42); FILE MERGED 2004/04/07 16:40:17 dvo 1.75.42.1: #i27203# load/save fo:min-width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [794ca1a4bb72d63ea98a31ae55b3e3f0571e0593]

        INTEGRATION: CWS swautowidth (1.109.30); FILE MERGED 2004/05/07 14:38:32 dvo 1.109.30.3: #i27203# save frame width/height='VARIABLE' as fo:min-width/fo:min-height="0" 2004/04/27 08:20:36 fme 1.109.30.2: RESYNC: (1.109-1.110); FILE MERGED 2004/04/07 16:40:17 dvo 1.109.30.1: #i27203# load/save fo:min-width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [34e69d4219129eea85dd4315df911bb6fd01bd75]

        INTEGRATION: CWS swautowidth (1.13.82); FILE MERGED 2004/04/07 16:40:16 dvo 1.13.82.1: #i27203# load/save fo:min-width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [48e88205884cfad15a068da2a2b61da346190612]

        INTEGRATION: CWS swautowidth (1.101.148); FILE MERGED 2004/04/27 08:20:27 fme 1.101.148.2: RESYNC: (1.101-1.102); FILE MERGED 2004/04/07 16:40:16 dvo 1.101.148.1: #i27203# load/save fo:min-width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ae9429cfdbb7a827c291359c16eed21ae48b8dd2]

        INTEGRATION: CWS swautowidth (1.21.86); FILE MERGED 2004/05/07 14:38:31 dvo 1.21.86.3: #i27203# save frame width/height='VARIABLE' as fo:min-width/fo:min-height="0" 2004/04/27 08:19:58 fme 1.21.86.2: RESYNC: (1.21-1.22); FILE MERGED 2004/04/07 16:40:16 dvo 1.21.86.1: #i27203# load/save fo:min-width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [062b82cd24ebdad91b98cc183ae778ba14b4aff2]

        INTEGRATION: CWS swautowidth (1.17.264); FILE MERGED 2004/04/07 16:40:15 dvo 1.17.264.1: #i27203# load/save fo:min-width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [215be4f328424c31e4252e76821b3bd1375b03f5]

        INTEGRATION: CWS swautowidth (1.56.154); FILE MERGED 2004/04/07 16:40:15 dvo 1.56.154.1: #i27203# load/save fo:min-width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [26b57f1e19d510ea6b6c26911915476172e54b2d]

        INTEGRATION: CWS swautowidth (1.62.76); FILE MERGED 2004/04/27 08:15:23 fme 1.62.76.2: RESYNC: (1.62-1.65); FILE MERGED 2004/04/07 16:39:23 dvo 1.62.76.1: #i27203# load/save fo:min-width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [b7e4856b6aad59d0426f407115964203493dc3b2]

        INTEGRATION: CWS swautowidth (1.27.70); FILE MERGED 2004/04/27 08:11:28 fme 1.27.70.2: RESYNC: (1.27-1.28); FILE MERGED 2004/04/05 13:09:33 fme 1.27.70.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [4489394933d18c2c3050e31c87c61c5b252fdb32]

        INTEGRATION: CWS swautowidth (1.12.226); FILE MERGED 2004/04/05 13:09:32 fme 1.12.226.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [b53963b0264971ecede2c3a6ad7cee3770e12bb0]

        INTEGRATION: CWS swautowidth (1.15.54); FILE MERGED 2004/04/05 13:09:32 fme 1.15.54.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9ee175462d519e70e5a048932c6b172bf2213402]

        INTEGRATION: CWS swautowidth (1.23.14); FILE MERGED 2004/04/27 08:10:34 fme 1.23.14.2: RESYNC: (1.23-1.24); FILE MERGED 2004/04/05 13:09:30 fme 1.23.14.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [58773a1e21d3bd61f5adeba59ea5fdd181efb568]

        INTEGRATION: CWS swautowidth (1.6.476); FILE MERGED 2004/04/05 13:09:30 fme 1.6.476.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [b0a8ec72fbf75bfa41d405a616259fca5d47a258]

        INTEGRATION: CWS swautowidth (1.24.128); FILE MERGED 2004/04/05 13:09:29 fme 1.24.128.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [b27a2b913f8e84f03d535b8a82e9d29758a35029]

        INTEGRATION: CWS swautowidth (1.11.130); FILE MERGED 2004/04/05 13:09:28 fme 1.11.130.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0e31b2528e36fd2c6fbf33bc999e14afdd60b0c3]

        INTEGRATION: CWS swautowidth (1.3.498); FILE MERGED 2004/04/28 12:51:17 gt 1.3.498.1: #i27202# handling of height/width value for ATT_VAR_SIZE

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [5c7b564e1ff070c51247c21c8c2e90d9acac068b]

        INTEGRATION: CWS swautowidth (1.14.52); FILE MERGED 2004/04/16 07:44:27 gt 1.14.52.1: #i27202# autowidth for textframes UI

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [6613ec0067cd9546a57f4f8ccedb0c1c42dceef1]

        INTEGRATION: CWS swautowidth (1.4.52); FILE MERGED 2004/04/16 07:44:26 gt 1.4.52.2: #i27202# autowidth for textframes UI 2004/04/05 13:09:28 fme 1.4.52.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [cefa6d9145ab8be3c495538273201f91f8534156]

        INTEGRATION: CWS swautowidth (1.8.128); FILE MERGED 2004/04/16 07:44:03 gt 1.8.128.2: #i27202# autowidth for textframes UI 2004/04/05 13:09:27 fme 1.8.128.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [d4f5057e4a185eeaf37cae44c43be307e844fcf1]

        INTEGRATION: CWS swautowidth (1.7.128); FILE MERGED 2004/04/16 07:44:01 gt 1.7.128.1: #i27202# autowidth for textframes UI

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [90f4a2fdbf1f2a556745fc3d7c22b6a57453a70e]

        INTEGRATION: CWS swautowidth (1.40.52); FILE MERGED 2004/04/28 12:48:34 gt 1.40.52.4: #i27202# handling of height/width value for ATT_VAR_SIZE 2004/04/28 12:22:08 gt 1.40.52.3: #i27202# handling of height/width value for ATT_VAR_SIZE 2004/04/16 07:44:01 gt 1.40.52.2: #i27202# autowidth for textframes UI 2004/04/05 13:09:26 fme 1.40.52.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [67f2d7c07f51ebbf1dcef899c83bfecff181ed37]

        INTEGRATION: CWS swautowidth (1.10.52); FILE MERGED 2004/04/16 07:44:01 gt 1.10.52.2: #i27202# autowidth for textframes UI 2004/04/05 13:09:26 fme 1.10.52.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [d903c520e334335f3b4c97029adec038c205f04e]

        INTEGRATION: CWS swautowidth (1.19.130); FILE MERGED 2004/04/05 13:09:25 fme 1.19.130.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [1651b585cf84dc6e2c537305dd4e57b0777e357c]

        INTEGRATION: CWS swautowidth (1.44.180); FILE MERGED 2004/04/05 13:09:24 fme 1.44.180.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [16dc152dc6ca5e4115eef0d3861293f3411a6a71]

        INTEGRATION: CWS swautowidth (1.25.156); FILE MERGED 2004/04/05 13:09:23 fme 1.25.156.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [1a836d0b5b5505657a11bd4170cb19d06eee3537]

        INTEGRATION: CWS swautowidth (1.9.156); FILE MERGED 2004/04/05 13:09:23 fme 1.9.156.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [1b34192c0d9266a17b0b7009314d22ce8c3c8670]

        INTEGRATION: CWS swautowidth (1.7.156); FILE MERGED 2004/04/05 13:09:23 fme 1.7.156.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [8bc66cff4a977ac6ecf5efcea08ddb505da80d37]

        INTEGRATION: CWS swautowidth (1.150.66); FILE MERGED 2004/04/16 11:51:24 mmaher 1.150.66.2: #i27204# Added autowidth setting 2004/04/05 13:09:22 fme 1.150.66.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [6890761b1b0c061d0047420b7d567f19bfebb72b]

        INTEGRATION: CWS swautowidth (1.126.68); FILE MERGED 2004/04/26 11:04:00 mmaher 1.126.68.1: #i27204# Added fix for textboxes

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [e3b377166fbbac4c33af045d27b035f9e426b486]

        INTEGRATION: CWS swautowidth (1.114.52); FILE MERGED 2004/04/26 11:03:57 mmaher 1.114.52.1: #i27204# Added fix for textboxes

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [95215d398a076c2ce27e4f49478e34c3d62cb117]

        INTEGRATION: CWS swautowidth (1.76.52); FILE MERGED 2004/04/16 11:51:23 mmaher 1.76.52.2: #i27204# Added autowidth setting 2004/04/05 13:09:20 fme 1.76.52.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [6bd7e0147c7c8474e23bc82fb30d75de647a8b6c]

        INTEGRATION: CWS swautowidth (1.7.68); FILE MERGED 2004/04/05 13:09:19 fme 1.7.68.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0215a2374d02e2159a6f7ba7d64cb0d9284b5deb]

        INTEGRATION: CWS swautowidth (1.15.70); FILE MERGED 2004/04/05 13:09:17 fme 1.15.70.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [23023b97e1daaf54cf36cfe4a4066a6d07916a27]

        INTEGRATION: CWS swautowidth (1.46.52); FILE MERGED 2004/04/05 13:09:17 fme 1.46.52.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [df380cd4334fb778b8b2cb7c8e0047579d5daad1]

        INTEGRATION: CWS swautowidth (1.16.130); FILE MERGED 2004/04/05 13:09:16 fme 1.16.130.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [bbdb052207bb81e39f1fc29a5c5d2567934580d0]

        INTEGRATION: CWS swautowidth (1.23.70); FILE MERGED 2004/04/05 13:09:15 fme 1.23.70.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [e423c3c60422c47f22c2364947ba91449843d531]

        INTEGRATION: CWS swautowidth (1.82.66); FILE MERGED 2004/04/05 13:09:14 fme 1.82.66.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [d385596696c9b5b920ae28ff42284aeaab75bd59]

        INTEGRATION: CWS swautowidth (1.94.68); FILE MERGED 2004/04/28 05:57:50 fme 1.94.68.3: resolve merge conflict 2004/04/27 08:06:39 fme 1.94.68.2: RESYNC: (1.94-1.95); FILE MERGED 2004/04/07 13:37:24 dvo 1.94.68.1: #i27203# implement WidthType property for frames

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [46e743608577c6fafb4ca489286be95e862d69e1]

        INTEGRATION: CWS swautowidth (1.157.66); FILE MERGED 2004/04/27 08:06:29 fme 1.157.66.2: RESYNC: (1.157-1.158); FILE MERGED 2004/04/07 13:37:23 dvo 1.157.66.1: #i27203# implement WidthType property for frames

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [3d7969897502dbbb696bdd6aac599a853f128745]

        INTEGRATION: CWS swautowidth (1.85.128); FILE MERGED 2004/04/07 13:37:22 dvo 1.85.128.1: #i27203# implement WidthType property for frames

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [7f34f54863e05be1f9f91b8dc472768e94496ea6]

        INTEGRATION: CWS swautowidth (1.71.62); FILE MERGED 2004/04/27 08:05:29 fme 1.71.62.3: RESYNC: (1.71-1.72); FILE MERGED 2004/04/06 08:37:04 fme 1.71.62.2: #i9046# Feature - Automatic frame width 2004/04/05 13:09:13 fme 1.71.62.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ff79e89e87eb01a856e04b5e4c63ef9b06e72052]

        INTEGRATION: CWS swautowidth (1.82.70); FILE MERGED 2004/04/27 08:04:33 fme 1.82.70.2: RESYNC: (1.82-1.83); FILE MERGED 2004/04/05 13:09:13 fme 1.82.70.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9ebd74315f6ec76728ef829f54bd84047cd6f06b]

        INTEGRATION: CWS swautowidth (1.49.4); FILE MERGED 2004/04/27 08:03:16 fme 1.49.4.2: RESYNC: (1.49-1.50); FILE MERGED 2004/04/05 13:09:10 fme 1.49.4.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [d74c6b645543e799b6591c4c9c53e5478883b7ce]

        INTEGRATION: CWS swautowidth (1.16.16); FILE MERGED 2004/04/05 13:09:09 fme 1.16.16.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [e2aba93c42a79a949948e100d85ea02f2de00dde]

        INTEGRATION: CWS swautowidth (1.61.14); FILE MERGED 2004/04/27 08:02:55 fme 1.61.14.4: RESYNC: (1.61-1.62); FILE MERGED 2004/04/15 17:08:44 fme 1.61.14.3: #i27205# Feature - Automatic frame width 2004/04/07 14:03:35 fme 1.61.14.2: #i27205# Feature - Automatic frame width 2004/04/05 13:09:08 fme 1.61.14.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [b87a57240a7cc6676d2b5e06292daa483687b287]

        INTEGRATION: CWS swautowidth (1.30.16); FILE MERGED 2004/04/05 13:09:08 fme 1.30.16.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f1a6303acfc843814092ad3cfab408a607357ee9]

        INTEGRATION: CWS swautowidth (1.7.16); FILE MERGED 2004/04/05 13:09:07 fme 1.7.16.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9bea33950486489a710c7997cc6a97e52d0e3e0e]

        INTEGRATION: CWS swautowidth (1.57.54); FILE MERGED 2004/04/27 08:02:46 fme 1.57.54.5: RESYNC: (1.57-1.58); FILE MERGED 2004/04/22 07:09:49 fme 1.57.54.4: #i9046# Feature - Automatic frame width 2004/04/07 14:03:32 fme 1.57.54.3: #i27205# Feature - Automatic frame width 2004/04/06 08:37:02 fme 1.57.54.2: #i9046# Feature - Automatic frame width 2004/04/05 13:09:07 fme 1.57.54.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [63349777601ddea3834c9601243b44494f602846]

        INTEGRATION: CWS swautowidth (1.45.54); FILE MERGED 2004/05/07 14:35:50 dvo 1.45.54.3: #i27203# make sure API accepts '0' for frame width/height (mapped to MINLAY internally) 2004/04/07 13:37:20 dvo 1.45.54.2: #i27203# implement WidthType property for frames 2004/04/05 13:09:07 fme 1.45.54.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f09910aee47bd20561a72aceeb9e73ae9a920c52]

        INTEGRATION: CWS swautowidth (1.10.70); FILE MERGED 2004/04/05 13:09:06 fme 1.10.70.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [3926f7cb35447b864d32991c172614262858bf6b]

        INTEGRATION: CWS swautowidth (1.18.54); FILE MERGED 2004/04/05 13:09:05 fme 1.18.54.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [b411b292fc00df17f57215901117683fcefc1344]

        INTEGRATION: CWS swautowidth (1.18.68); FILE MERGED 2004/04/05 13:09:04 fme 1.18.68.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [03a4631bd1f062ed2d49e2ff05ea1473318b7ae1]

        INTEGRATION: CWS swautowidth (1.11.180); FILE MERGED 2004/04/05 13:09:03 fme 1.11.180.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [45d0c071358a7808a93c588dabbc6c8734a3ea30]

        INTEGRATION: CWS swautowidth (1.17.128); FILE MERGED 2004/04/05 13:09:03 fme 1.17.128.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [da72357de3f9cb73182e4ba784453078f34a584b]

        INTEGRATION: CWS swautowidth (1.18.112); FILE MERGED 2004/04/05 13:09:02 fme 1.18.112.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2719ed4b7b1ffb0e5dcac23eb64b3306661da853]

        INTEGRATION: CWS swautowidth (1.90.68); FILE MERGED 2004/04/27 07:57:35 fme 1.90.68.2: RESYNC: (1.90-1.91); FILE MERGED 2004/04/07 13:37:21 dvo 1.90.68.1: #i27203# implement WidthType property for frames

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f3fabe9ad5829c1b8178a1cd21891eaf6bcc3864]

        INTEGRATION: CWS swautowidth (1.13.646); FILE MERGED 2004/04/07 13:37:21 dvo 1.13.646.1: #i27203# implement WidthType property for frames

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [99d8b66a1338be179c4df4e4eca7d2f4817f716a]

        INTEGRATION: CWS swautowidth (1.7.130); FILE MERGED 2004/04/05 13:08:30 fme 1.7.130.1: i27205# Feature - Automatic frame width

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [3a03663dec980285cb9c09abdb04c60944ea2490]

        INTEGRATION: CWS swundo01 (1.14.66); FILE MERGED 2004/04/19 09:59:06 hbrinkm 1.14.66.3: RESYNC: (1.15-1.19); FILE MERGED 2004/02/11 16:09:45 hbrinkm 1.14.66.2: RESYNC: (1.14-1.15); FILE MERGED 2004/01/06 14:52:27 hbrinkm 1.14.66.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [d10ef0dfd965c711e69a5bd0482c1c5c513de5b9]

        INTEGRATION: CWS swundo01 (1.6.292); FILE MERGED 2003/08/15 13:46:18 hbrinkm 1.6.292.1: #111835#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [90bfb4ed1a39b12dbdfffa466e88bc40efa1a182]

        INTEGRATION: CWS swundo01 (1.6.292); FILE MERGED 2004/04/19 10:01:31 hbrinkm 1.6.292.3: RESYNC: (1.6-1.7); FILE MERGED 2003/09/23 12:37:53 hbrinkm 1.6.292.2: #111827# 2003/08/15 13:21:38 hbrinkm 1.6.292.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2bfc468e5bbf96636304cd888bc473111077d8cd]

        INTEGRATION: CWS swundo01 (1.5.126); FILE MERGED 2003/11/18 15:41:04 hbrinkm 1.5.126.3: RESYNC: (1.5-1.6); FILE MERGED 2003/09/23 12:38:02 hbrinkm 1.5.126.2: #111827# 2003/08/15 14:06:07 hbrinkm 1.5.126.1: #111835#

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [57d4aca57cfb343276af5b689af77b42acb2bd58]

        new version for SRX645

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [84e13ab073648dc825bd503f40c0062d34835713]

        INTEGRATION: CWS swundo01 (1.22.20); FILE MERGED 2004/01/08 14:21:48 hbrinkm 1.22.20.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [92ea3d92606cf67204a48409709efb47ada09d13]

        INTEGRATION: CWS swundo01 (1.18.48); FILE MERGED 2004/01/08 14:29:50 hbrinkm 1.18.48.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [556c5620127ab4e8e1c1adb2bcd4934482e85ae9]

        INTEGRATION: CWS swundo01 (1.24.70); FILE MERGED 2004/02/11 15:02:52 hbrinkm 1.24.70.5: RESYNC: (1.31-1.32); FILE MERGED 2004/01/06 22:48:33 hbrinkm 1.24.70.4: RESYNC: (1.28-1.31); FILE MERGED 2003/11/18 15:17:07 hbrinkm 1.24.70.3: RESYNC: (1.27-1.28); FILE MERGED 2003/09/23 13:25:46 hbrinkm 1.24.70.2: RESYNC: (1.24-1.27); FILE MERGED 2003/09/23 12:38:13 hbrinkm 1.24.70.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [5bbe76e2657b8715191df8bd1a58c3d02e8acaa8]

        INTEGRATION: CWS swundo01 (1.6.126); FILE MERGED 2003/08/15 14:18:49 hbrinkm 1.6.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9ce556080fe4b4a1810653aa45d06e9cb34274b0]

        INTEGRATION: CWS swundo01 (1.22.126); FILE MERGED 2004/04/19 10:48:02 hbrinkm 1.22.126.5: RESYNC: (1.25-1.28); FILE MERGED 2004/02/11 15:03:02 hbrinkm 1.22.126.4: RESYNC: (1.24-1.25); FILE MERGED 2003/11/18 15:17:25 hbrinkm 1.22.126.3: RESYNC: (1.23-1.24); FILE MERGED 2003/09/23 13:26:00 hbrinkm 1.22.126.2: RESYNC: (1.22-1.23); FILE MERGED 2003/09/23 12:38:13 hbrinkm 1.22.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [dcfba0e381ee569c9e5c7e129342f62875ee5f87]

        INTEGRATION: CWS swundo01 (1.4.292); FILE MERGED 2003/08/15 14:18:01 hbrinkm 1.4.292.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [1410136143c0366986d508f696f5c70d5d0b7c2c]

        INTEGRATION: CWS swundo01 (1.17.88); FILE MERGED 2004/02/11 15:07:58 hbrinkm 1.17.88.2: RESYNC: (1.17-1.18); FILE MERGED 2003/09/23 12:38:12 hbrinkm 1.17.88.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [4d7aa6de271c7a4e750367c4181ca692d4b936d4]

        INTEGRATION: CWS swundo01 (1.32.46); FILE MERGED 2004/04/19 10:44:35 hbrinkm 1.32.46.3: RESYNC: (1.33-1.36); FILE MERGED 2004/02/11 15:11:09 hbrinkm 1.32.46.2: RESYNC: (1.32-1.33); FILE MERGED 2003/11/18 13:47:26 hbrinkm 1.32.46.1: #i7983#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [c3a5b609d12a0aa613d7fc91c0e129e909615e9d]

        INTEGRATION: CWS swundo01 (1.8.126); FILE MERGED 2003/09/23 13:28:52 hbrinkm 1.8.126.2: RESYNC: (1.8-1.9); FILE MERGED 2003/09/23 12:38:11 hbrinkm 1.8.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [c94a2731c4721efc64267f013134452794a31c07]

        INTEGRATION: CWS swundo01 (1.13.126); FILE MERGED 2004/01/06 23:12:32 hbrinkm 1.13.126.3: RESYNC: (1.13-1.14); FILE MERGED 2003/11/11 14:07:37 hbrinkm 1.13.126.2: #111827# 2003/09/23 12:38:10 hbrinkm 1.13.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ba8d8cbda431e1762284163b68d15d2503b7d588]

        INTEGRATION: CWS swundo01 (1.17.34); FILE MERGED 2004/02/11 15:13:01 hbrinkm 1.17.34.2: RESYNC: (1.17-1.18); FILE MERGED 2003/09/23 12:38:10 hbrinkm 1.17.34.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [01276946422d9366bad92f9e0fcb08ce3e5beecd]

        INTEGRATION: CWS swundo01 (1.9.126); FILE MERGED 2003/08/15 14:17:12 hbrinkm 1.9.126.1: #111835#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [b225f8cc0f2e113d23848ac90c789f0109c4f77f]

        INTEGRATION: CWS swundo01 (1.7.44); FILE MERGED 2004/01/08 13:03:47 hbrinkm 1.7.44.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [b91abe2789b6278dce16c27b965d7a3bfc9dd239]

        INTEGRATION: CWS swundo01 (1.43.30); FILE MERGED 2004/01/06 23:21:37 hbrinkm 1.43.30.4: RESYNC: (1.45-1.46); FILE MERGED 2004/01/06 15:44:14 hbrinkm 1.43.30.3: #111827# 2003/08/15 15:35:37 hbrinkm 1.43.30.2: RESYNC: (1.43-1.45); FILE MERGED 2003/08/15 14:15:53 hbrinkm 1.43.30.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [c7e9d832f408cf523571028ecfd2caa5e173a027]

        INTEGRATION: CWS swundo01 (1.10.126); FILE MERGED 2004/01/06 15:43:34 hbrinkm 1.10.126.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [6779fecb16153b324f41342fd434f75e61260c97]

        INTEGRATION: CWS swundo01 (1.28.44); FILE MERGED 2004/04/19 10:40:00 hbrinkm 1.28.44.3: RESYNC: (1.30-1.32); FILE MERGED 2004/02/11 15:16:39 hbrinkm 1.28.44.2: RESYNC: (1.28-1.30); FILE MERGED 2004/01/06 15:43:11 hbrinkm 1.28.44.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [55a1b2f60c83320c39124dd6e99eda00d0862315]

        INTEGRATION: CWS swundo01 (1.11.126); FILE MERGED 2004/01/06 23:18:46 hbrinkm 1.11.126.2: RESYNC: (1.11-1.12); FILE MERGED 2004/01/06 15:42:48 hbrinkm 1.11.126.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [063f1c10afa43e18afef07c3d8e935ece38233ab]

        INTEGRATION: CWS swundo01 (1.70.68); FILE MERGED 2004/02/11 15:18:13 hbrinkm 1.70.68.4: RESYNC: (1.72-1.73); FILE MERGED 2004/01/06 23:25:50 hbrinkm 1.70.68.3: RESYNC: (1.70-1.72); FILE MERGED 2003/09/23 12:38:09 hbrinkm 1.70.68.2: #111827# 2003/08/15 14:15:02 hbrinkm 1.70.68.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [e0458ee7ce6ef72bb14cc5d9833aac59ae99a91b]

        INTEGRATION: CWS swundo01 (1.9.126); FILE MERGED 2003/11/18 13:47:21 hbrinkm 1.9.126.2: #i7983# 2003/08/15 14:14:19 hbrinkm 1.9.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [e2bff7aa9ac37ca261201d001ec4f0b100c289d8]

        INTEGRATION: CWS swundo01 (1.93.40); FILE MERGED 2004/04/19 10:35:49 hbrinkm 1.93.40.4: RESYNC: (1.95-1.97); FILE MERGED 2004/02/11 15:20:03 hbrinkm 1.93.40.3: RESYNC: (1.94-1.95); FILE MERGED 2004/01/06 23:31:00 hbrinkm 1.93.40.2: RESYNC: (1.93-1.94); FILE MERGED 2003/09/23 12:38:07 hbrinkm 1.93.40.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f462a51fcc8e50f3255d2d8c98a4c6408dce725e]

        INTEGRATION: CWS swundo01 (1.77.8); FILE MERGED 2004/04/19 10:25:15 hbrinkm 1.77.8.3: RESYNC: (1.78-1.79); FILE MERGED 2004/01/06 23:46:25 hbrinkm 1.77.8.2: RESYNC: (1.77-1.78); FILE MERGED 2004/01/06 15:41:55 hbrinkm 1.77.8.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [fe3ffd69380572f309e334f9e09acc98eb926368]

        INTEGRATION: CWS swundo01 (1.11.126); FILE MERGED 2003/09/23 12:38:05 hbrinkm 1.11.126.2: #111827# 2003/08/15 14:13:22 hbrinkm 1.11.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [8c43b76d17d5c06feb9a8cf50a91ff57f416b0a5]

        INTEGRATION: CWS swundo01 (1.8.30); FILE MERGED 2003/09/23 12:38:05 hbrinkm 1.8.30.2: #111827# 2003/08/15 14:13:21 hbrinkm 1.8.30.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9202ac44718dc64d8c02c4fa8abe2c1a14700134]

        INTEGRATION: CWS swundo01 (1.3.126); FILE MERGED 2003/08/15 14:13:21 hbrinkm 1.3.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [29168bea08f817d095b15096a367b92066eebe65]

        INTEGRATION: CWS swundo01 (1.4.30); FILE MERGED 2003/09/23 12:38:05 hbrinkm 1.4.30.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [65814710d590e3d2722e4728c0a1e9f9b60cb782]

        INTEGRATION: CWS swundo01 (1.8.126); FILE MERGED 2004/04/19 10:24:55 hbrinkm 1.8.126.5: RESYNC: (1.10-1.11); FILE MERGED 2004/01/06 23:48:58 hbrinkm 1.8.126.4: RESYNC: (1.8-1.10); FILE MERGED 2003/11/11 14:01:28 hbrinkm 1.8.126.3: #111827# 2003/09/23 12:38:04 hbrinkm 1.8.126.2: #111827# 2003/08/15 14:13:20 hbrinkm 1.8.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [708cfad9e4ce21d563b3385f1577d0575d535b39]

        INTEGRATION: CWS swundo01 (1.1.2); FILE ADDED 2004/01/06 16:04:32 hbrinkm 1.1.2.5: #111827# 2004/01/06 15:41:10 hbrinkm 1.1.2.4: #111840#,#111827# 2003/11/18 13:47:18 hbrinkm 1.1.2.3: #i7983# 2003/11/11 13:52:51 hbrinkm 1.1.2.2: #i7983# 2003/09/23 11:17:02 hbrinkm 1.1.2.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [12ee82ccb05e971d908f8264d1c3b8d736d90d0e]

        INTEGRATION: CWS swundo01 (1.1.2); FILE ADDED 2004/01/06 15:40:33 hbrinkm 1.1.2.4: #111840# 2003/11/18 13:47:17 hbrinkm 1.1.2.3: #i7983# 2003/11/11 13:50:30 hbrinkm 1.1.2.2: #i7983# 2003/09/23 11:16:05 hbrinkm 1.1.2.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [d1489a9d0b9e5b59e2d32baed9568e387f1e8849]

        INTEGRATION: CWS swundo01 (1.6.126); FILE MERGED 2003/09/23 12:38:04 hbrinkm 1.6.126.2: #111827# 2003/08/15 14:10:07 hbrinkm 1.6.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [93937c0116c9d0646695663a521e97885870b8de]

        INTEGRATION: CWS swundo01 (1.3.126); FILE MERGED 2003/08/15 14:09:55 hbrinkm 1.3.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [52aa6fd45f4aaaa49b7e3eacfe0451e6707e1620]

        INTEGRATION: CWS swundo01 (1.6.126); FILE MERGED 2004/01/06 23:48:48 hbrinkm 1.6.126.2: RESYNC: (1.6-1.7); FILE MERGED 2003/08/15 14:09:55 hbrinkm 1.6.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [677f506da5fe2da40e232be63bb0863b1c69b2c1]

        INTEGRATION: CWS swundo01 (1.3.126); FILE MERGED 2004/01/06 15:40:11 hbrinkm 1.3.126.4: #111827# 2003/11/18 15:39:30 hbrinkm 1.3.126.3: RESYNC: (1.3-1.4); FILE MERGED 2003/11/11 13:50:04 hbrinkm 1.3.126.2: #i7983# 2003/08/15 14:09:24 hbrinkm 1.3.126.1: #111827#,#111835#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [5b38b587bc13512416247cb2630f9b0e9b094535]

        INTEGRATION: CWS swundo01 (1.8.126); FILE MERGED 2004/01/06 23:48:37 hbrinkm 1.8.126.4: RESYNC: (1.8-1.9); FILE MERGED 2004/01/06 15:39:51 hbrinkm 1.8.126.3: #111827# 2003/09/23 12:38:03 hbrinkm 1.8.126.2: #111827# 2003/08/15 14:08:54 hbrinkm 1.8.126.1: #111827#,#111835#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [bdd6a061fde637f43e5e061599f4f805a42a8b3e]

        INTEGRATION: CWS swundo01 (1.1.2); FILE ADDED 2003/09/23 11:17:40 hbrinkm 1.1.2.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2788065601191c2cee070ac3bcb83a3285911fd9]

        INTEGRATION: CWS swundo01 (1.1.2); FILE ADDED 2003/11/11 13:42:06 hbrinkm 1.1.2.1: #i7983#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2d70cf6b786a012c03b5c23b17ea569f9758a98a]

        INTEGRATION: CWS swundo01 (1.1.2); FILE ADDED 2004/01/07 15:15:25 hbrinkm 1.1.2.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [62d9068306123f419e48699f468acb931c848398]

        INTEGRATION: CWS swundo01 (1.1.2); FILE ADDED 2004/01/06 15:38:59 hbrinkm 1.1.2.2: #111827# 2003/09/23 11:18:40 hbrinkm 1.1.2.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [47db4ad50fc0847759b52be34749232d5961a59f]

        INTEGRATION: CWS swundo01 (1.19.74); FILE MERGED 2004/04/19 10:23:51 hbrinkm 1.19.74.2: RESYNC: (1.19-1.26); FILE MERGED 2004/01/06 15:37:31 hbrinkm 1.19.74.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [38d2b0444e88264912c34c13a86a189a85b6c670]

        INTEGRATION: CWS swundo01 (1.2.126); FILE MERGED 2004/04/19 10:24:01 hbrinkm 1.2.126.2: RESYNC: (1.2-1.5); FILE MERGED 2004/01/06 15:37:11 hbrinkm 1.2.126.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [c7e80d09a1c6f88953743df98266c5a2c02baf93]

        INTEGRATION: CWS swundo01 (1.15.34); FILE MERGED 2004/01/06 23:53:35 hbrinkm 1.15.34.2: RESYNC: (1.15-1.16); FILE MERGED 2004/01/06 15:34:15 hbrinkm 1.15.34.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [e22d8c7215cd1f5f9dc1c0b47d8d2bfdb1099f18]

        INTEGRATION: CWS swundo01 (1.4.126); FILE MERGED 2004/02/13 15:45:34 hbrinkm 1.4.126.3: RESYNC: (1.5-1.6); FILE MERGED 2004/02/11 15:49:52 hbrinkm 1.4.126.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/11 13:49:03 hbrinkm 1.4.126.1: #i7983#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [41267e274f73ad1ac992c201969cb61d97044012]

        INTEGRATION: CWS swundo01 (1.39.38); FILE MERGED 2004/04/19 10:15:22 hbrinkm 1.39.38.4: RESYNC: (1.41-1.45); FILE MERGED 2004/02/11 15:47:47 hbrinkm 1.39.38.3: RESYNC: (1.40-1.41); FILE MERGED 2004/01/06 23:57:37 hbrinkm 1.39.38.2: RESYNC: (1.39-1.40); FILE MERGED 2003/11/18 13:47:16 hbrinkm 1.39.38.1: #i7983#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [4fdc4efa4a6a807d3337b6e2927297fd157f1bd3]

        INTEGRATION: CWS swundo01 (1.16.46); FILE MERGED 2004/01/06 15:33:30 hbrinkm 1.16.46.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9c0974934ab02e4e00507dad52b0ea221b731ba1]

        INTEGRATION: CWS swundo01 (1.3.126); FILE MERGED 2003/08/15 14:04:40 hbrinkm 1.3.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [aaded148cc9c09d287243fa20b71429dc48924ab]

        INTEGRATION: CWS swundo01 (1.10.126); FILE MERGED 2003/08/15 14:04:12 hbrinkm 1.10.126.1: #111835#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [968a0004cc329494b94ae0a96dce75afa9ef662c]

        INTEGRATION: CWS swundo01 (1.7.126); FILE MERGED 2004/01/06 15:32:47 hbrinkm 1.7.126.2: #111840# 2003/08/15 14:03:33 hbrinkm 1.7.126.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [16d0fa62351116fb9dc34e2e038574d587d64b8e]

        INTEGRATION: CWS swundo01 (1.3.126); FILE MERGED 2003/08/15 14:01:04 hbrinkm 1.3.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2e478d0182002f21d16fba2d97ebf5f2e84c0401]

        INTEGRATION: CWS swundo01 (1.24.120); FILE MERGED 2004/04/19 10:07:51 hbrinkm 1.24.120.6: RESYNC: (1.30-1.31); FILE MERGED 2004/02/11 15:58:12 hbrinkm 1.24.120.5: RESYNC: (1.28-1.30); FILE MERGED 2004/01/07 00:10:21 hbrinkm 1.24.120.4: RESYNC: (1.27-1.28); FILE MERGED 2003/11/18 15:55:10 hbrinkm 1.24.120.3: RESYNC: (1.25-1.27); FILE MERGED 2003/09/23 14:10:20 hbrinkm 1.24.120.2: RESYNC: (1.24-1.25); FILE MERGED 2003/08/15 13:57:55 hbrinkm 1.24.120.1: #111835#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [424178998f6e880c88f692e5923c1abc5a147061]

        INTEGRATION: CWS swundo01 (1.24.126); FILE MERGED 2004/01/07 00:09:57 hbrinkm 1.24.126.2: RESYNC: (1.24-1.26); FILE MERGED 2003/09/23 12:37:59 hbrinkm 1.24.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [8f7fa2a372760aaf9d0e2abfe3f93d2f4cc7b0bc]

        INTEGRATION: CWS swundo01 (1.13.30); FILE MERGED 2004/02/11 15:57:31 hbrinkm 1.13.30.3: RESYNC: (1.16-1.17); FILE MERGED 2004/01/07 00:09:24 hbrinkm 1.13.30.2: RESYNC: (1.13-1.16); FILE MERGED 2003/11/18 13:47:15 hbrinkm 1.13.30.1: #i7983#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9583bca0567947020a7b2b41ea52257b6ffd4ab2]

        INTEGRATION: CWS swundo01 (1.17.34); FILE MERGED 2004/01/07 00:08:33 hbrinkm 1.17.34.2: RESYNC: (1.17-1.18); FILE MERGED 2004/01/06 15:32:20 hbrinkm 1.17.34.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [008b61ae2aac4d31610a926a9fa13ec8db40f90f]

        INTEGRATION: CWS swundo01 (1.17.126); FILE MERGED 2003/11/18 15:54:08 hbrinkm 1.17.126.3: RESYNC: (1.17-1.18); FILE MERGED 2003/11/18 13:47:14 hbrinkm 1.17.126.2: #i7983# 2003/11/11 13:47:08 hbrinkm 1.17.126.1: #i7983#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [c9370a6beaace74a5773f54c5b1360b4870a5c77]

        INTEGRATION: CWS swundo01 (1.16.126); FILE MERGED 2004/04/19 10:06:51 hbrinkm 1.16.126.9: RESYNC: (1.23-1.26); FILE MERGED 2004/02/11 15:56:25 hbrinkm 1.16.126.8: RESYNC: (1.22-1.23); FILE MERGED 2004/01/07 00:07:22 hbrinkm 1.16.126.7: RESYNC: (1.21-1.22); FILE MERGED 2004/01/06 15:26:46 hbrinkm 1.16.126.6: #111840# 2003/11/18 15:53:39 hbrinkm 1.16.126.5: RESYNC: (1.17-1.21); FILE MERGED 2003/09/23 14:09:37 hbrinkm 1.16.126.4: RESYNC: (1.16-1.17); FILE MERGED 2003/09/23 12:37:58 hbrinkm 1.16.126.3: #111827# 2003/08/15 14:00:03 hbrinkm 1.16.126.2: #111827#,#111835# 2003/08/15 13:56:04 hbrinkm 1.16.126.1: #111827#,#111835#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [03c18e7c886a29ec672e569ce44bad049e364b45]

        INTEGRATION: CWS swundo01 (1.8.126); FILE MERGED 2004/04/19 10:06:04 hbrinkm 1.8.126.4: RESYNC: (1.8-1.9); FILE MERGED 2003/11/11 14:25:36 hbrinkm 1.8.126.3: #111827 2003/09/23 12:37:56 hbrinkm 1.8.126.2: #111827# 2003/08/15 13:55:40 hbrinkm 1.8.126.1: #111827#,#111835#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [7a0e8b7002c1ec5483264daa73e851d792732f74]

        INTEGRATION: CWS swundo01 (1.29.48); FILE MERGED 2004/04/19 10:06:12 hbrinkm 1.29.48.3: RESYNC: (1.30-1.32); FILE MERGED 2003/11/18 15:55:44 hbrinkm 1.29.48.2: RESYNC: (1.29-1.30); FILE MERGED 2003/09/23 12:37:55 hbrinkm 1.29.48.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [51eb5d873400dea68fe14cd9a76fbeb4bf734bad]

        INTEGRATION: CWS swundo01 (1.13.160); FILE MERGED 2004/01/06 15:26:01 hbrinkm 1.13.160.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [93fdc85354ca266dc2efc0ea9fceb1ac0e7ab6bf]

        INTEGRATION: CWS swundo01 (1.2.34); FILE MERGED 2004/04/19 10:01:20 hbrinkm 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/06 15:25:13 hbrinkm 1.2.34.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [04211d0226c026a575577dedd5444b378aef9759]

        INTEGRATION: CWS swundo01 (1.5.292); FILE MERGED 2004/01/06 14:54:14 hbrinkm 1.5.292.5: #111840# 2003/11/18 13:47:13 hbrinkm 1.5.292.4: #i7983# 2003/11/11 13:45:28 hbrinkm 1.5.292.3: #i7983# 2003/09/23 12:37:52 hbrinkm 1.5.292.2: #111827# 2003/08/15 13:21:37 hbrinkm 1.5.292.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9059b8dc2d23c121220fb975f1d54dba690b5f93]

        INTEGRATION: CWS swundo01 (1.1.1.1.336); FILE MERGED 2003/08/15 13:21:37 hbrinkm 1.1.1.1.336.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [bc4aa1af4fa1bae627fe1d4ee1b6c76b00870306]

        INTEGRATION: CWS swundo01 (1.4.292); FILE MERGED 2003/09/23 12:37:51 hbrinkm 1.4.292.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [edaa5057be7c32f668a2dbda0853c3c8c9269e61]

        INTEGRATION: CWS swundo01 (1.6.294); FILE MERGED 2003/08/15 13:21:36 hbrinkm 1.6.294.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [58f69dba0a884f9c3558da1553803bb4c6cd0fe2]

        INTEGRATION: CWS swundo01 (1.6.126); FILE MERGED 2004/04/19 09:59:45 hbrinkm 1.6.126.2: RESYNC: (1.6-1.7); FILE MERGED 2003/09/23 12:37:51 hbrinkm 1.6.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [eb2c332f6f7b00915e7bc517c8ef84f205ea1ea8]

        INTEGRATION: CWS swundo01 (1.5.160); FILE MERGED 2004/01/06 14:53:19 hbrinkm 1.5.160.2: #i7983# 2003/11/11 13:44:49 hbrinkm 1.5.160.1: #i7983#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [52714f166a529688ba5eedb904f5234fd0962be7]

        INTEGRATION: CWS swundo01 (1.8.58); FILE MERGED 2003/11/18 16:00:03 hbrinkm 1.8.58.3: RESYNC: (1.8-1.9); FILE MERGED 2003/09/23 12:37:51 hbrinkm 1.8.58.2: #111827# 2003/08/15 13:21:36 hbrinkm 1.8.58.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9e4efec4b625ba88d3b3d945c5bce4cd0a94b266]

        INTEGRATION: CWS swundo01 (1.1.1.1.336); FILE MERGED 2004/01/06 14:52:06 hbrinkm 1.1.1.1.336.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [76e7836098973ec027bd656d7b7be7dd65b6eba3]

        INTEGRATION: CWS swundo01 (1.28.126); FILE MERGED 2004/04/19 09:58:08 hbrinkm 1.28.126.2: RESYNC: (1.28-1.30); FILE MERGED 2003/08/15 13:21:36 hbrinkm 1.28.126.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [a1b061815533acffe2f293277f40252a02086be1]

        INTEGRATION: CWS swundo01 (1.46.30); FILE MERGED 2004/04/19 09:57:50 hbrinkm 1.46.30.9: RESYNC: (1.53-1.64); FILE MERGED 2004/02/11 16:04:43 hbrinkm 1.46.30.8: RESYNC: (1.51-1.53); FILE MERGED 2004/01/06 14:51:45 hbrinkm 1.46.30.7: #111840# 2003/11/18 15:59:35 hbrinkm 1.46.30.6: RESYNC: (1.48-1.51); FILE MERGED 2003/11/18 13:47:13 hbrinkm 1.46.30.5: #i7983# 2003/11/11 13:43:35 hbrinkm 1.46.30.4: #i7983# 2003/09/23 14:11:35 hbrinkm 1.46.30.3: RESYNC: (1.46-1.48); FILE MERGED 2003/09/23 12:37:50 hbrinkm 1.46.30.2: #111827# 2003/08/15 13:21:35 hbrinkm 1.46.30.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [9e0bef286a59617702143647cd6bef0e4d5d4ff5]

        INTEGRATION: CWS swundo01 (1.4.126); FILE MERGED 2004/01/06 14:51:22 hbrinkm 1.4.126.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [3e7150ea50d6ed6453908aee73c3c099506da516]

        INTEGRATION: CWS swundo01 (1.17.86); FILE MERGED 2004/04/19 09:57:03 hbrinkm 1.17.86.5: RESYNC: (1.19-1.21); FILE MERGED 2004/02/11 16:04:34 hbrinkm 1.17.86.4: RESYNC: (1.18-1.19); FILE MERGED 2004/01/07 00:14:51 hbrinkm 1.17.86.3: RESYNC: (1.17-1.18); FILE MERGED 2004/01/06 14:49:49 hbrinkm 1.17.86.2: #111840# 2003/09/23 12:37:50 hbrinkm 1.17.86.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f5a798f6caf39a5154a83abcbdca5f70b673117e]

        INTEGRATION: CWS swundo01 (1.3.160); FILE MERGED 2004/01/06 14:48:13 hbrinkm 1.3.160.2: #111840# 2003/09/23 12:37:49 hbrinkm 1.3.160.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [373cbeecc16f0c42b9d74eecaf4add4fc4686bcc]

        INTEGRATION: CWS swundo01 (1.1.2); FILE ADDED 2003/09/23 11:15:04 hbrinkm 1.1.2.1: #111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827##111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2d9035fc019f60081921059fcccf30e9b7fe7dc1]

        INTEGRATION: CWS swundo01 (1.1.2); FILE ADDED 2003/11/11 13:41:01 hbrinkm 1.1.2.1: #i7983#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [2f657bc70ffe2da188255781f55296e862fd51fe]

        INTEGRATION: CWS swundo01 (1.1.2); FILE ADDED 2004/01/07 15:13:31 hbrinkm 1.1.2.1: #111840#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [7e9308e37c4d125b888324eec7231dace5630838]

        INTEGRATION: CWS swundo01 (1.1.2); FILE ADDED 2003/08/15 13:47:06 hbrinkm 1.1.2.1: #111827#

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [1b9c44490702af6524ce7480f1cf5f7f108ac750]

        INTEGRATION: CWS vcl21 (1.16.100); FILE MERGED 2004/03/18 11:23:22 pl 1.16.100.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0ac1b1045cf83233e15c98e0432f52112591e50f]

        /*************************************************************************  *  *  $RCSfile$  *  *  $Revision$  *  *  last change: $Author$ $Date$  *  *  The Contents of this file are made available subject to the terms of  *  either of the following licenses  *  *         - GNU Lesser General Public License Version 2.1  *         - Sun Industry Standards Source License Version 1.1  *  *  Sun Microsystems Inc., October, 2000  *  *  GNU Lesser General Public License Version 2.1  *  =============================================  *  Copyright 2000 by Sun Microsystems, Inc.  *  901 San Antonio Road, Palo Alto, CA 94303, USA  *  *  This library is free software; you can redistribute it and/or  *  modify it under the terms of the GNU Lesser General Public  *  License version 2.1, as published by the Free Software Foundation.  *  *  This library is distributed in the hope that it will be useful,  *  but WITHOUT ANY WARRANTY; without even the implied warranty of  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  *  Lesser General Public License for more details.  *  *  You should have received a copy of the GNU Lesser General Public  *  License along with this library; if not, write to the Free Software  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,  *  MA  02111-1307  USA  *  *  *  Sun Industry Standards Source License Version 1.1  *  =================================================  *  The contents of this file are subject to the Sun Industry Standards  *  Source License Version 1.1 (the "License"); You may not use this file  *  except in compliance with the License. You may obtain a copy of the  *  License at http://www.openoffice.org/license.html.  *  *  Software provided under this License is provided on an "AS IS" basis,  *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,  *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,  *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.  *  See the License for the specific provisions governing your rights and  *  obligations concerning the Software.  *  *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.  *  *  Copyright: 2000 by Sun Microsystems, Inc.  *  *  All Rights Reserved.  *  *  Contributor(s): _______________________________________  *  *  ************************************************************************/ #include <stdio.h> #include <stdlib.h> #include <string.h>
        
        #ifndef XLFD_ATTRIBUTE_HXX
        #include "xlfd_attr.hxx"
        #endif
        #ifndef XLFD_SIMPLE_HXX
        #include "xlfd_smpl.hxx"
        #endif
        
        // --------------------------------------------------------------------------
        //
        //
        // broken down structure equivalent to a Xlfd string
        //
        //
        // --------------------------------------------------------------------------
        
        Xlfd::Xlfd()
        {
        }
        
        // XlfdCompare abi has to be qsort(3) compatible, the sorting result must
        // guarantee that fonts with SameFontoutline() are successive
        // XlfdCompare relies on vFrom->mpFactory eq vTo->mpFactory. Since comparing
        // Xlfd's is done by comparing attributes there is no way around this.
        extern "C" int
        XlfdCompare( const void *vFrom, const void *vTo )
        {
        	const Xlfd *pFrom = (Xlfd*)vFrom;
        	const Xlfd *pTo   = (Xlfd*)vTo;
        
        	// Compare outline description
        	if ( pFrom->mnFoundry != pTo->mnFoundry )
        		return (int)pFrom->mnFoundry - (int)pTo->mnFoundry;
        	if ( pFrom->mnFamily != pTo->mnFamily )
        		return (int)pFrom->mnFamily - (int)pTo->mnFamily;
        	if ( pFrom->mnWeight != pTo->mnWeight )
        		return (int)pFrom->mnWeight - (int)pTo->mnWeight;
        	if ( pFrom->mnSlant != pTo->mnSlant )
        		return (int)pFrom->mnSlant - (int)pTo->mnSlant;
        	if ( pFrom->mnSetwidth != pTo->mnSetwidth )
        		return (int)pFrom->mnSetwidth - (int)pTo->mnSetwidth;
        
        	// Addstyle name is futile tricky. it may contain encoding information
        	// (like "ansi_1251") which Compares equal, or it may contain style
        	// information (like "serif") which Compares unequal, anyway if the font
        	// is "interface user" or "interface system" then compare equal anyway to
        	// build fontsets as large as possible
        	if ( pFrom->mnAddstyle == pTo->mnAddstyle )
        		return 0;
        
        	AttributeProvider *pFactory = pFrom->mpFactory;
        	Attribute *pFamily = pFactory->RetrieveFamily( pFrom->mnFamily );
        	if ( pFamily->HasFeature(XLFD_FEATURE_APPLICATION_FONT) )
        		return 0;
        
        	Attribute *pFromAddStyle = pFactory->RetrieveAddstyle( pFrom->mnAddstyle );
        	Attribute *pToAddStyle   = pFactory->RetrieveAddstyle( pTo->mnAddstyle );
        
        	// if both addstyles denote encodings or if one denotes an
        	// encoding and the other denotes a style which really
        	// duplicates weight and slant information
        
        	int nFromCompare =     (pFromAddStyle->GetValue() != RTL_TEXTENCODING_DONTKNOW)
        		    			|| (pFromAddStyle->HasFeature(XLFD_FEATURE_REDUNDANTSTYLE)) ?
        					 	-1 : pFrom->mnAddstyle;
        	int nToCompare   = 	   (pToAddStyle->GetValue()   != RTL_TEXTENCODING_DONTKNOW)
        		    			|| (pToAddStyle->HasFeature(XLFD_FEATURE_REDUNDANTSTYLE))   ?
        						-1 : pTo->mnAddstyle;
        
        	return nFromCompare - nToCompare;
        }
        
        // check whether two fonts are identical as appearance is concerned
        // this does not Compare the actual scaling of two fonts
        Bool
        Xlfd::SameFontoutline( const Xlfd* pComparedTo ) const
        {
        	void* pThis = (void*)this;
        	return XlfdCompare( (void*)pThis, (void*)pComparedTo ) == 0 ;
        }
        
        unsigned short
        Xlfd::GetEncoding() const
        {
        	Attribute *pAddstyle = mpFactory->RetrieveAddstyle( mnAddstyle );
        	if ( pAddstyle->GetValue() != RTL_TEXTENCODING_DONTKNOW )
        		return pAddstyle->GetValue();
        
        	Attribute *pEncoding = mpFactory->RetrieveCharset( mnCharset );
        	return pEncoding->GetValue();
        }
        
        XlfdFonttype
        Xlfd::Fonttype() const
        {
        	if ( (mnAverageWidth == 0) && (mnPixelSize == 0) && (mnPointSize == 0) )
        	{
        		return     (mnResolutionX == 0)
        				&& (mnResolutionY == 0) ? eTypeScalable : eTypeScalableBitmap;
        	}
        
        	return eTypeBitmap;
        }
        
        void
        Advance( const char** pFrom, const char** pTo )
        {
        	const char *pTmp = *pTo;
        
        	for( ; (*pTmp != '\0') && (*pTmp++ != '-'); )
        		{}
        	*pFrom = *pTo;
        	*pTo   = pTmp;
        }
        
        Bool
        Xlfd::IsConformant (const char* pXlfd) const
        {
            // X FontNameRegistry prefix "-"
            if (*pXlfd++ != '-')
                return False;
        
            // All Xlfd FontName fields are defined
            int nNumFields = 1;
            while (*pXlfd != '\0')
            {
                if (*pXlfd++ == '-')
                    nNumFields++;
            }
            // enough entries ?
            if (nNumFields != 14)
                return False;
            // and the last one is not empty as well ?
            if (*(pXlfd - 1) == '-')
                return False;
        
            return True;
        }
        
        // this is the real workhorse function. Since this is called for every font
        // in the fontpath it has to be as fast a possible
        Bool
        Xlfd::FromString( const char* pXlfdstring, AttributeProvider *pFactory )
        {
        	if (!IsConformant(pXlfdstring))
        		return False;
        
        	const char* pFrom = pXlfdstring + 1;
        	const char*	pTo   = pFrom;
            mpFactory         = pFactory;
        
        	Advance( &pFrom, &pTo ); //-foundry-*
        	mnFoundry = mpFactory->InsertFoundry( pFrom, pTo - pFrom - 1 );
        
        	Advance( &pFrom, &pTo ); // -*-family-*
        	mnFamily = mpFactory->InsertFamily( pFrom, pTo - pFrom - 1 );
        
        	Advance( &pFrom, &pTo ); // -*-*-weight-*
        	mnWeight = mpFactory->InsertWeight( pFrom, pTo - pFrom - 1 );
        
        	Advance( &pFrom, &pTo ); //-*-*-*-slant-*
        	mnSlant = mpFactory->InsertSlant( pFrom, pTo - pFrom - 1 );
        
        	Advance( &pFrom, &pTo ); //-*-*-*-*-setwidth-*
        	mnSetwidth = mpFactory->InsertSetwidth( pFrom, pTo - pFrom - 1 );
        
        	Advance( &pFrom, &pTo ); //-*-*-*-*-*-Addstyle-*
        	mnAddstyle = mpFactory->InsertAddstyle( pFrom, pTo - pFrom - 1 );
        
        	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-height-*
        	mnPixelSize = atoi( pFrom );
        
        	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-pt height-*
        	mnPointSize = atoi( pFrom );
        
        	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-*-x resolution-*
        	mnResolutionX = atoi( pFrom );
        
        	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-*-*-y resolution-*
        	mnResolutionY = atoi( pFrom );
        
        	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-*-*-*-spacing-*
        	mcSpacing = pFrom == pTo ? '\0' : *pFrom;
        
        	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-*-*-*-*-average-*
        	mnAverageWidth = atoi( pFrom );
        
        	Advance( &pFrom, &pTo ); //-*-*-*-*-*-*-*-*-*-*-*-*-registry-encoding
        	const char* pTmp = pFrom;
        	Advance( &pTmp, &pTo );
        	mnCharset = mpFactory->InsertCharset( pFrom, pTo - pFrom );
        
        	// sanity check whether we have really found a valid XLFD, if not
        	// throw away the whole font, since we have no idea what parts of
        	// the XLFD contains the error.
        	if ( !(pTo > pFrom) )
        		return False;
        
         	// a non-empty family name is essential, since otherwise the font
        	// would match the "default font" #52299#
        	Attribute*  pFamily     = mpFactory->RetrieveFamily( mnFamily );
        	const char* pFamilyName = pFamily->GetName();
        	if ( pFamilyName[0] == '\0' )
        		return False;
        
        	// well done
        	return True;
        }
        
        #if OSL_DEBUG_LEVEL > 1
        // pure debug for now: this is only to inspect/pretty print a Xlfd struct
        const char*
        Xlfd::ToString( ByteString &rString ) const
        {
        	AppendAttribute( mpFactory->RetrieveFoundry(mnFoundry),   rString );
        	AppendAttribute( mpFactory->RetrieveFamily(mnFamily), 	  rString );
        	AppendAttribute( mpFactory->RetrieveWeight(mnWeight), 	  rString );
        	AppendAttribute( mpFactory->RetrieveSlant(mnSlant), 	  rString );
        	AppendAttribute( mpFactory->RetrieveSetwidth(mnSetwidth), rString );
        	AppendAttribute( mpFactory->RetrieveAddstyle(mnAddstyle), rString );
        
        	rString.Append("-"); rString.Append( ByteString::CreateFromInt32( mnPixelSize ) );
        	rString.Append("-"); rString.Append( ByteString::CreateFromInt32( mnPointSize ) );
        	rString.Append("-"); rString.Append( ByteString::CreateFromInt32( mnResolutionX ) );
        	rString.Append("-"); rString.Append( ByteString::CreateFromInt32( mnResolutionY ) );
        	rString.Append("-"); rString.Append( (char)mcSpacing );
        	rString.Append("-"); rString.Append( ByteString::CreateFromInt32( mnAverageWidth ) );
        
        	AppendAttribute( mpFactory->RetrieveCharset(mnCharset), rString );
        
        	return rString.GetBuffer() ;
        }
        
        void
        Xlfd::Dump() const
        {
        	ByteString aString;
        	fprintf(stderr, "Xlfd: %s\n", ToString(aString) );
        }
        #endif

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0aed762e338f107bb5a191f0aff9cefa6797f8aa]

        INTEGRATION: CWS vcl21 (1.18.58); FILE MERGED 2004/03/23 17:17:03 ssa 1.18.58.1: provide empty CreateSalSession()

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [5670c036247f25e52789abb0f3c3832359b2928e]

        INTEGRATION: CWS sdk13 (1.8.56); FILE MERGED 2004/05/12 09:56:22 jsc 1.8.56.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/07 07:19:41 jsc 1.8.56.1: #116180# change default for generation urd files

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [15bd5d6f3907ccaec68fd95f9045256c5ab77a88]

        INTEGRATION: CWS sdk13 (1.8.16); FILE MERGED 2004/05/13 20:02:02 jsc 1.8.16.3: #116180# use vector iterator 2004/05/12 09:55:20 jsc 1.8.16.2: RESYNC: (1.8-1.9); FILE MERGED 2004/05/07 07:19:41 jsc 1.8.16.1: #116180# change default for generation urd files

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [4ad36d7047c93ccec11fe5768b285d7ffeef51f1]

        INTEGRATION: CWS sdk13 (1.12.56); FILE MERGED 2004/05/12 09:56:29 jsc 1.12.56.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/07 07:19:41 jsc 1.12.56.1: #116180# change default for generation urd files

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [d6d60f0b6c6d097657d201c2aa90d4866c199a4a]

        INTEGRATION: CWS sdk13 (1.21.40); FILE MERGED 2004/03/23 10:59:35 jsc 1.21.40.1: #115939# remove prot_uno

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [6c679ad03cf03f709ea62acb0302bb48414ff6a3]

        INTEGRATION: CWS sdk13 (1.24.8); FILE MERGED 2004/05/12 09:58:34 jsc 1.24.8.2: RESYNC: (1.24-1.25); FILE MERGED 2004/03/23 10:59:35 jsc 1.24.8.1: #115939# remove prot_uno

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [6224b1483af1ae19b2b8aea8112e97d5966ca711]

        INTEGRATION: CWS sdk13 (1.2.128); FILE MERGED 2004/05/05 09:32:50 jsc 1.2.128.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [d2ff8be54105455b74dfeb0d5fadfd7350b48576]

        INTEGRATION: CWS sdk13 (1.4.118); FILE MERGED 2004/05/11 12:16:47 jsc 1.4.118.2: #116705# ask for optional output directory 2004/05/05 09:32:50 jsc 1.4.118.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [71e14f3228482654bff31facef38637e8a019d4d]

        INTEGRATION: CWS sdk13 (1.16.94); FILE MERGED 2004/05/05 09:31:47 jsc 1.16.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [1fbb05b8f0c01a92d0919f23b635c3312d7fefa0]

        INTEGRATION: CWS sdk13 (1.4.100); FILE MERGED 2004/05/05 09:31:46 jsc 1.4.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [2a061abbc371c315fc619200e1c93385e577cb84]

        INTEGRATION: CWS sdk13 (1.2.46); FILE MERGED 2004/05/07 07:28:14 jsc 1.2.46.1: #116658# adapt changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [2413ead05059f05460b3d5be90bbb7399aacb2f2]

        INTEGRATION: CWS sdk13 (1.5.94); FILE MERGED 2004/05/05 09:31:46 jsc 1.5.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [23e4836fbce277672b5e53dba85f66a05cc1637e]

        INTEGRATION: CWS sdk13 (1.11.94); FILE MERGED 2004/05/05 09:31:45 jsc 1.11.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [93e80570256b5d8df59e3c96005a7ae5564862f2]

        INTEGRATION: CWS sdk13 (1.13.46); FILE MERGED 2004/05/05 09:31:45 jsc 1.13.46.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [98a44c6ffaa28fdf9d1122d9ba1efc8cd84b03b2]

        INTEGRATION: CWS sdk13 (1.12.94); FILE MERGED 2004/05/05 09:31:45 jsc 1.12.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [27ad2139ff587d0f9e9caf1c9e2b10ca50aef741]

        INTEGRATION: CWS sdk13 (1.16.40); FILE MERGED 2004/05/05 09:31:44 jsc 1.16.40.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [67c3ae971f72440efba91a23230e92a5ffe85b94]

        INTEGRATION: CWS sdk13 (1.2.30); FILE MERGED 2004/05/07 07:28:14 jsc 1.2.30.1: #116658# adapt changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [0d5d7ff806d71920b12c659495e8131797041829]

        INTEGRATION: CWS sdk13 (1.4.100); FILE MERGED 2004/05/05 09:31:44 jsc 1.4.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [06b56daf9f0eb35a7a31dc075b339cb7561fb110]

        INTEGRATION: CWS sdk13 (1.4.100); FILE MERGED 2004/05/05 09:31:43 jsc 1.4.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [86349cc0616148901854fd4968cfa2d4cce52a40]

        INTEGRATION: CWS sdk13 (1.12.40); FILE MERGED 2004/05/05 09:31:43 jsc 1.12.40.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [b070508712262cab2a35bbbbdb22bbe5a9321fcf]

        INTEGRATION: CWS sdk13 (1.7.20); FILE MERGED 2004/05/07 07:26:48 jsc 1.7.20.2: #i27128# use macro for regcomp 2004/05/05 09:31:42 jsc 1.7.20.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [1dd4ea26902d17043b14da84971c74835068f5ae]

        INTEGRATION: CWS sdk13 (1.6.94); FILE MERGED 2004/05/05 09:31:42 jsc 1.6.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [af381fbfdd4757f42754eb7ef9e57fa87749a8bf]

        INTEGRATION: CWS sdk13 (1.14.94); FILE MERGED 2004/05/07 07:26:47 jsc 1.14.94.2: #i27128# use macro for regcomp 2004/05/05 09:31:41 jsc 1.14.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [f57a7b4173d9c0496e27c7c6ef19790e21e5b3bb]

        INTEGRATION: CWS sdk13 (1.9.46); FILE MERGED 2004/05/05 09:31:41 jsc 1.9.46.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [38b8e23ef898c0feeafde32e795723d16e7c5f07]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:40 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [47444b30659055bd012ff9845342fa718c182ada]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/05 09:31:40 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [8019a301931bf7ce847954bb32ea51f5b12610a4]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/05 09:31:39 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [2582c9e1ffa89cb086a02202c42339ff28ee8ffe]

        INTEGRATION: CWS sdk13 (1.4.20); FILE MERGED 2004/05/05 09:31:39 jsc 1.4.20.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [414a7eee71328fd19e13f2002f4c52ea41c0a723]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/11 12:22:07 jsc 1.4.94.2: #i27128# use macro for regcomp 2004/05/05 09:31:38 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [e691ed5655bd317143030cbc5cc788a7a8ca6dc4]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:38 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [69eca6958f8a5e5d7af0ed0fb6027e311c66ad61]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:37 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [f833c5a26adeedcdd75c20e2e7a457b0e47852a8]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/05 09:31:37 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [1972d5716b0c90e89d8d30dc2d3cfe254217f6e8]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/05 09:31:36 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [114e8ce793d424ca8827d022113cd248b1c4a70d]

        INTEGRATION: CWS sdk13 (1.3.78); FILE MERGED 2004/05/05 09:31:35 jsc 1.3.78.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [7d0d10e21bc25c200b708c791b7d8a383c1bdcfb]

        INTEGRATION: CWS sdk13 (1.6.8); FILE MERGED 2004/05/05 09:31:28 jsc 1.6.8.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [f8890579bec945a63c0ea1e8a92d166e96f48775]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:28 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [171fa03cbfd300d329b056b3844b1faad9db5a5d]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:27 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [3dd757dd6819ea7863edd3ed96afa546d788e0fc]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:26 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [0498f530f8c7bd3fe4bd9ae9bf68f355884bece5]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:23 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [e7bd9d4699579b702c40d3b206dfb3c6253c6e3f]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/05 09:31:22 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [0113894d2b5b10498b593d71f4ba79a9361e401e]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:22 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [9260583d9e0abcaf01d81801fb33c2a4c274009e]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:21 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [66f46152a7d1ed251d81540613ff941b355ef0a1]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/05 09:31:21 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [13bfc7d1503317e7c64344252e4306d581de56d4]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:20 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [6bf3c7e1ecb2169095b422eda41f2c0d0f71454c]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/05 09:31:20 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [bba6598fc5241af686df14fb373585d44a8a88be]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/05 09:31:19 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [9459491b2354bd3d6c63a080db396779576e477e]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/05 09:31:18 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [0f40aeabdcf2ae44ddbe4e1c65d02464ab4669f4]

        INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED 2004/05/05 09:31:17 jsc 1.4.94.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [1d40b55238eedef102b516e65e8178dffad01b54]

        INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED 2004/05/05 09:31:16 jsc 1.3.100.1: #116658# merge cinnabar changes

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [12c7574dec04f657f5170a870dd2d50c61a14437]

        INTEGRATION: CWS sdk13 (1.5.20); FILE MERGED 2004/05/13 15:48:40 jsc 1.5.20.3: #116007# change typo in descr 2004/05/12 14:06:44 jsc 1.5.20.2: #116705# improve output 2004/03/22 15:39:30 jsc 1.5.20.1: #116007# correct typo

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [798bd279d52d1398eaa6a07229570cc709526321]

        INTEGRATION: CWS sdk13 (1.14.40); FILE MERGED 2004/05/12 14:06:44 jsc 1.14.40.2: #116705# improve output 2004/03/19 15:41:49 jsc 1.14.40.1: #115998# insert description for new option of regmerge

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [f6f989bda7212264e0de129d56e4f3750e357c69]

        INTEGRATION: CWS sdk13 (1.9.92); FILE MERGED 2004/05/12 14:06:44 jsc 1.9.92.1: #116705# improve output

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [9d23e68a98cd68f340f92eb13d844e5eeaf5a3c8]

        INTEGRATION: CWS sdk13 (1.17.40); FILE MERGED 2004/05/12 14:06:43 jsc 1.17.40.4: #116705# improve output 2004/05/12 13:52:54 jsc 1.17.40.3: #116705# insert descr for optional output dir 2004/05/12 10:04:37 jsc 1.17.40.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/11 12:16:47 jsc 1.17.40.1: #116705# ask for optional output directory

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [50a9587c925a0650ec7c496e067ec4cf9a09bb97]

        INTEGRATION: CWS sdk13 (1.12.106); FILE MERGED 2004/05/11 12:16:47 jsc 1.12.106.1: #116705# ask for optional output directory

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [acbb1d7c621f6bd4e0f5d72d42e60ddeb2f550b1]

        INTEGRATION: CWS sdk13 (1.6.40); FILE MERGED 2004/05/13 12:19:38 jsc 1.6.40.4: #116705# improve office suggestion 2004/05/13 12:02:20 jsc 1.6.40.3: #116705# remove debug output 2004/05/12 10:04:25 jsc 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/11 12:16:46 jsc 1.6.40.1: #116705# ask for optional output directory

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [4f51c04eb0b0944ea620e74acc8246727d13a789]

        INTEGRATION: CWS sdk13 (1.2.98); FILE MERGED 2004/03/19 15:26:46 jsc 1.2.98.1: #115998# insert new option -v

2004-05-18  Joachim Lingner  <jl@openoffice.org>  [84d390d0d43d3ae92343a0bd97e0bd205d2d988f]

        #i20052#

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [a1b42e0311637277e86b3c46c26833bbb0f4e971]

        INTEGRATION: CWS dr17 (1.7.62); FILE MERGED 2004/04/20 13:39:20 dr 1.7.62.1: #i27658# added ScFuncDesc::GetParamList()

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [d0c27e5a27a78866bd286b93171f057d2ea2b6a7]

        INTEGRATION: CWS dr17 (1.3.452); FILE MERGED 2004/04/17 18:16:39 dr 1.3.452.1: #i26500# do not delete a void*

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [8dd5bb02e5b4c3f775c70e369841d568a63a93dd]

        INTEGRATION: CWS dr17 (1.65.38); FILE MERGED 2004/04/20 12:20:45 dr 1.65.38.2: #i27879# export of spin buttons and scroll bars - min/max handling corrected 2004/04/16 13:55:08 dr 1.65.38.1: #i27879# export of scrollbar/spinbutton

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [a7cd8766fd433fe67a0e360c0325bf3b1db51c3e]

        INTEGRATION: CWS dr17 (1.9.90); FILE MERGED 2004/04/19 16:10:09 dr 1.9.90.2: #i27879# import of spin buttons and scroll bars 2004/04/19 07:58:57 dr 1.9.90.1: #116397# chart import: use palette colors instead of RGB values

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [0f872275c441aabdd77bd5135ff74f2d038aaca7]

        INTEGRATION: CWS dr17 (1.7.62); FILE MERGED 2004/04/16 13:54:39 dr 1.7.62.2: #i27879# export of scrollbar/spinbutton 2004/04/16 13:02:32 dr 1.7.62.1: #i27879# import of scrollbar/spinbutton

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [d5c891c5a603d02dbef1708eaf5590d983ea83e0]

        INTEGRATION: CWS dr17 (1.6.62); FILE MERGED 2004/04/16 13:02:33 dr 1.6.62.1: #i27879# import of scrollbar/spinbutton

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [c6fe00e81256e5b6303a2c9fab347d4fa70ab8b9]

        INTEGRATION: CWS dr17 (1.35.38); FILE MERGED 2004/04/16 13:54:39 dr 1.35.38.1: #i27879# export of scrollbar/spinbutton

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [a545767d6740ed14fcafe07ddc024a7c87f9dce6]

        INTEGRATION: CWS dr17 (1.8.134); FILE MERGED 2004/04/17 18:05:16 dr 1.8.134.1: #i27379# loop if final </pre> tag is missing

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [d0df5dc3f3954620592108410cc5dc0bdd5d4a29]

        INTEGRATION: CWS dr17 (1.8.4); FILE MERGED 2004/04/16 13:54:39 dr 1.8.4.1: #i27879# export of scrollbar/spinbutton

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [85e6cb54d08f617107c6d6c16e7e5cfb59542736]

        INTEGRATION: CWS dr17 (1.18.90); FILE MERGED 2004/04/17 18:04:58 dr 1.18.90.1: #i27379# loop if final </pre> tag is missing

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [489fc4933c3b611d4e00a3f57cd84b4379a15c33]

        INTEGRATION: CWS dr17 (1.9.108); FILE MERGED 2004/04/19 16:09:53 dr 1.9.108.2: #i27879# import of spin buttons and scroll bars 2004/04/19 07:59:37 dr 1.9.108.1: #116397# chart import: use palette colors instead of RGB values

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [0c14a95964e4d9731134a32d43ca58bb58b1e87c]

        INTEGRATION: CWS dr17 (1.14.8); FILE MERGED 2004/04/19 16:09:53 dr 1.14.8.2: #i27879# import of spin buttons and scroll bars 2004/04/16 13:03:32 dr 1.14.8.1: #i27879# import of scrollbar/spinbutton

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [0bfdf55c6c98899c9d39d6d58617625a3950a807]

        INTEGRATION: CWS dr17 (1.7.62); FILE MERGED 2004/04/17 17:54:12 dr 1.7.62.1: #115849# no assertion on creation of link manager

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [bb3285a62f8d52b24efa481549d1e6c9a7043c27]

        INTEGRATION: CWS dr17 (1.62.60); FILE MERGED 2004/04/19 16:09:52 dr 1.62.60.3: #i27879# import of spin buttons and scroll bars 2004/04/17 18:20:45 dr 1.62.60.2: #i25430# system path delimiter, typos 2004/04/16 12:58:22 dr 1.62.60.1: #100000#

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [64fc50bbe8d96c635cfef0847e828a65ba486713]

        INTEGRATION: CWS dr17 (1.36.58); FILE MERGED 2004/04/20 13:39:03 dr 1.36.58.1: #i27658# added ScFuncDesc::GetParamList()

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [6b20cea70297a9ebdc364dda56859b970a64fd57]

        INTEGRATION: CWS dr17 (1.30.4); FILE MERGED 2004/04/20 13:38:48 dr 1.30.4.1: #i27658# added ScFuncDesc::GetParamList()

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [463a5f03df02d77bc159ceab788eddc7ef50e793]

        INTEGRATION: CWS dr17 (1.13.184); FILE MERGED 2004/04/19 16:07:03 dr 1.13.184.1: #i27978# new VBA macro version

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [92d79d7f1588b9ca1b61bb2997e67701832cd2fe]

        INTEGRATION: CWS dr17 (1.15.184); FILE MERGED 2004/04/20 10:31:06 dr 1.15.184.2: #i27879# export of spin buttons and scroll bars 2004/04/19 16:01:55 dr 1.15.184.1: #i27879# import of spin buttons and scroll bars

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [9764013f9299da0c48d0659a791bba035b2a2b8f]

        INTEGRATION: CWS dr17 (1.61.14); FILE MERGED 2004/04/17 18:30:40 dr 1.61.14.1: #i19526# typo in German EOMONTH descr

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [13c739bd98d5f0946c7636e6880a6932fa0cf026]

        INTEGRATION: CWS vcl21 (1.4.510); FILE MERGED 2004/03/29 13:50:09 pl 1.4.510.1: #i27063# do not use static images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0428dc526499b02c4f2b57f77b1311b80b5b3503]

        INTEGRATION: CWS vcl21 (1.33.132); FILE MERGED 2004/03/29 13:50:09 pl 1.33.132.1: #i27063# do not use static images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [daca9362b4e2ba445ccf81ba62d7d6c4ae2f630e]

        INTEGRATION: CWS vcl21 (1.11.292); FILE MERGED 2004/03/29 13:50:09 pl 1.11.292.1: #i27063# do not use static images

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [55dda739f309de34a420ea2ed90c09a88a04de12]

        INTEGRATION: CWS vcl21 (1.10.90); FILE MERGED 2004/03/23 10:41:52 pl 1.10.90.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/18 16:04:33 pl 1.10.90.1: #i26547# get product name from configuration

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [8a1f550a115590255cc12cfe9e6eb92e316210bf]

        INTEGRATION: CWS vcl21 (1.15.58); FILE MERGED 2004/03/19 09:59:46 ssa 1.15.58.1: #i25342# never override the paper orientation when choosing a built-in paper format

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [befde62a2d84e3330dd010d3f7d6cde49794bf62]

        INTEGRATION: CWS vcl21 (1.6.100); FILE MERGED 2004/03/23 17:17:03 ssa 1.6.100.1: provide empty CreateSalSession()

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ecafea50ca12ce98781f694fe593476ec4558e7f]

        INTEGRATION: CWS vcl21 (1.171.30); FILE MERGED 2004/03/23 10:37:38 pl 1.171.30.2: RESYNC: (1.171-1.172); FILE MERGED 2004/03/18 11:23:23 pl 1.171.30.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0ffc6f0e4295bca96d8e5fda29aebc67a471a8c5]

        INTEGRATION: CWS vcl21 (1.117.2); FILE MERGED 2004/04/02 11:19:22 pl 1.117.2.1: #i23684# add kerning for type1 fonts

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [8a9e38bf7291c5004bc83ebd54723f93fcc0ea6e]

        INTEGRATION: CWS vcl21 (1.2.32); FILE MERGED 2004/04/01 17:26:01 pl 1.2.32.1: #i23684# kerning for printer

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [6c72ddb0f022c906b096789d5bc3e486f4506b81]

        INTEGRATION: CWS vcl21 (1.28.58); FILE MERGED 2004/03/18 11:23:21 pl 1.28.58.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [87925f047b2ef3a919197f3937835cb1909c3630]

        INTEGRATION: CWS vcl21 (1.28.84); FILE MERGED 2004/03/18 11:23:21 pl 1.28.84.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [606a37aa27bd57339f68abbcdaf3320eadc71dac]

        INTEGRATION: CWS vcl21 (1.5.224); FILE MERGED 2004/03/18 11:23:21 pl 1.5.224.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [292b68624d89424fedd84b8cdef74ca009f5e1ea]

        INTEGRATION: CWS vcl21 (1.7.32); FILE MERGED 2004/03/18 11:23:20 pl 1.7.32.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [8907d3aa1ae7236f05907d98bc49473dff6f043d]

        INTEGRATION: CWS vcl21 (1.36.32); FILE MERGED 2004/03/18 11:23:20 pl 1.36.32.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [02a2b0de6dcaeba652a2e69a421b9c02de057750]

        INTEGRATION: CWS vcl21 (1.10.122); FILE MERGED 2004/03/18 11:23:20 pl 1.10.122.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [63b925374cbf00fbafe11731b586ade2ff27df88]

        INTEGRATION: CWS vcl21 (1.25.32); FILE MERGED 2004/04/02 11:19:22 pl 1.25.32.1: #i23684# add kerning for type1 fonts

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [0e96be535b35fc1a7406451aecde08d3d75049a2]

        INTEGRATION: CWS vcl21 (1.26.58); FILE MERGED 2004/04/02 11:19:21 pl 1.26.58.1: #i23684# add kerning for type1 fonts

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [3b3ea0bb3feff83214c485f53447797eb0af1ef4]

        INTEGRATION: CWS vcl21 (1.102.56); FILE MERGED 2004/04/02 11:19:21 pl 1.102.56.1: #i23684# add kerning for type1 fonts

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [a8d7ac5cbf58a31d2f47e731a362615f8c1bb86d]

        INTEGRATION: CWS vcl21 (1.25.58); FILE MERGED 2004/04/01 13:26:24 pl 1.25.58.2: #114210# remove useless assertion 2004/04/01 11:54:52 pl 1.25.58.1: #114210# add: GetIndexForPoint for ListBox

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [36eed7077dc2ea1f62b1894e1e5b60a17b56f0f1]

        INTEGRATION: CWS vcl21 (1.44.58); FILE MERGED 2004/04/01 11:55:19 pl 1.44.58.1: #114210# add: GetIndexForPoint for ListBox

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [7a671fe3df6de7a9a1157f2a6ad6bbf512234e05]

        INTEGRATION: CWS vcl21 (1.12.84); FILE MERGED 2004/04/01 11:54:51 pl 1.12.84.1: #114210# add: GetIndexForPoint for ListBox

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ca273690b684252d0dbbb1b2a704415ecc35f9f7]

        INTEGRATION: CWS vcl21 (1.28.84); FILE MERGED 2004/04/01 13:26:01 pl 1.28.84.1: #114210# add: GetIndexForPoint for ComboBox

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ea4e7c1639da9523bfe4f20704060e092fb9ec0a]

        INTEGRATION: CWS vcl21 (1.1.6); FILE ADDED 2004/03/18 11:23:18 pl 1.1.6.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [18eaf922d4ca8627445e4aabd8e3819ce4b884f7]

        INTEGRATION: CWS vcl21 (1.12.84); FILE MERGED 2004/03/18 11:23:18 pl 1.12.84.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ec8581d51ae27b80fcd9c439b67aeb02d260d164]

        INTEGRATION: CWS vcl21 (1.25.14); FILE MERGED 2004/03/23 10:44:33 pl 1.25.14.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/18 13:44:02 pl 1.25.14.1: #i23601# #i24286# #i26147# join from CWS vclpp3bugs

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [785e91ff993e762f83918542816949a663cbc645]

        INTEGRATION: CWS vcl21 (1.13.14); FILE MERGED 2004/03/30 11:49:18 pl 1.13.14.4: #i27070# catch missing pt array 2004/03/30 10:25:40 pl 1.13.14.3: #i27070# catch missing flag array 2004/03/23 10:44:53 pl 1.13.14.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/18 13:44:01 pl 1.13.14.1: #i23601# #i24286# #i26147# join from CWS vclpp3bugs

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [7eedebf194e960f03e0697dff7a4a6d64433b5fc]

        INTEGRATION: CWS vcl21 (1.2.2); FILE MERGED 2004/03/23 13:53:17 pl 1.2.2.1: #i26851# fix default PPD case when ENABLE_CUPS is unset

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [cc0ee014a32086195782ba087378bc8d03179bfb]

        INTEGRATION: CWS vcl21 (1.12.2); FILE MERGED 2004/04/20 13:04:04 pl 1.12.2.1: #i28023# be prepared for multiple dots in a PPD file name

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f6e94945d3ef1023251e521c144204281784d424]

        INTEGRATION: CWS vcl21 (1.27.14); FILE MERGED 2004/03/23 10:46:30 pl 1.27.14.3: RESYNC: (1.27-1.28); FILE MERGED 2004/03/18 13:44:01 pl 1.27.14.2: #i23601# #i24286# #i26147# join from CWS vclpp3bugs 2004/03/16 15:17:08 hdu 1.27.14.1: #i26424# move check of table limits after table offset adjustment for TTCs

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [a63df3da53cc501c497d4edd518f28f851238ed0]

        INTEGRATION: CWS vcl21 (1.45.10); FILE MERGED 2004/03/25 17:54:43 pl 1.45.10.4: #i23601# merge from CWS vclpp3bugs 2004/03/23 13:14:40 pl 1.45.10.3: solver merge conflict 2004/03/23 10:45:37 pl 1.45.10.2: RESYNC: (1.45-1.47); FILE MERGED 2004/03/18 13:44:00 pl 1.45.10.1: #i23601# #i24286# #i26147# join from CWS vclpp3bugs

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [f52978283d42c30c2b69e22ba0dbf67f836c485e]

        INTEGRATION: CWS vcl21 (1.2.2); FILE MERGED 2004/03/25 17:54:43 pl 1.2.2.1: #i23601# merge from CWS vclpp3bugs

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [a55f3dd81682516b033c11ba2a4ffbf5fb011b63]

        INTEGRATION: CWS vcl21 (1.15.72); FILE MERGED 2004/03/25 17:54:43 pl 1.15.72.3: #i23601# merge from CWS vclpp3bugs 2004/03/23 10:48:09 pl 1.15.72.2: RESYNC: (1.15-1.16); FILE MERGED 2004/03/18 13:44:00 pl 1.15.72.1: #i23601# #i24286# #i26147# join from CWS vclpp3bugs

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [7d4a97a3a102124bafcfa77c663ff4884acf3fd1]

        INTEGRATION: CWS vcl21 (1.19.44); FILE MERGED 2004/03/18 10:43:05 pl 1.19.44.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [8282d6b0d47da1b596c144a6ffea88f9330ac689]

        INTEGRATION: CWS vcl21 (1.1.6); FILE ADDED 2004/03/18 10:43:05 pl 1.1.6.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [85d04f0d321eca3d49afb8bde22d766520429d91]

        INTEGRATION: CWS vcl21 (1.1.6); FILE ADDED 2004/03/18 10:43:04 pl 1.1.6.1: #112891# merge from apoc02

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [ee43bb21c4dbcf861db004a688a039254ef8218c]

        INTEGRATION: CWS vcl21 (1.7.100); FILE MERGED 2004/04/23 11:29:36 pl 1.7.100.1: #i27914# join from vclppbugs4

2004-05-18  Kurt Zenker  <kz@openoffice.org>  [696ebab7d74c3e92d7a5fa5855d674a94dda526d]

        INTEGRATION: CWS vcl21 (1.7.70); FILE MERGED 2004/04/23 11:29:36 pl 1.7.70.1: #i27914# join from vclppbugs4

2004-05-18  Rüdiger Timm  <rt@openoffice.org>  [f0b7107c4d53e2893aa7a7298581859759116494]

        #i10000# binfilter needs goodies, but not xmloff. And some more fine tuning.

2004-05-18  Joachim Lingner  <jl@openoffice.org>  [b2197626fde63249f99e14e049423b87560b5f9a]

        #i20052#

2004-05-18  Joachim Lingner  <jl@openoffice.org>  [f0df8160e185acda43a2edc04ec915868fce29a6]

        #i20052#

2004-05-18  Joachim Lingner  <jl@openoffice.org>  [7ad218fec64e01f26ea8734fa9b28c495c5b72c1]

        #i20052#

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [ca8f61cd12334b4371cfab77ba70bf88729fb8eb]

        INTEGRATION: CWS os17 (1.32.90); FILE MERGED 2004/04/28 12:49:12 os 1.32.90.3: RESYNC: (1.33-1.34); FILE MERGED 2004/02/27 14:37:12 os 1.32.90.2: RESYNC: (1.32-1.33); FILE MERGED 2003/08/26 12:50:23 os 1.32.90.1: #i18686# remove sub menues recursively

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [17080a4578ed098b85c23e0b6ddbc226b3747a8d]

        INTEGRATION: CWS os17 (1.15.178); FILE MERGED 2004/02/27 10:50:41 os 1.15.178.3: RESYNC: (1.17-1.18); FILE MERGED 2003/11/11 17:10:50 os 1.15.178.2: RESYNC: (1.15-1.17); FILE MERGED 2003/08/26 12:49:01 os 1.15.178.1: #i18686# switch context prior to execution of a context menu

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [d3c61d225afd1310ac3da33bead84ab72e38f6ac]

        INTEGRATION: CWS os17 (1.28.6); FILE MERGED 2004/03/15 12:42:19 os 1.28.6.3: RESYNC: (1.29-1.30); FILE MERGED 2004/02/27 16:10:06 os 1.28.6.2: RESYNC: (1.28-1.29); FILE MERGED 2003/08/26 12:49:00 os 1.28.6.1: #i18686# switch context prior to execution of a context menu

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [7ea23c0988c573627fc7f1ad2a2a8818f2dbf132]

        INTEGRATION: CWS os17 (1.15.60); FILE MERGED 2004/04/28 08:45:55 os 1.15.60.1: #i18735# open spelling popup outside of the wrong word's rectangle

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [540cd4d22d713240dd42d53f2c388cf6ebbebfd3]

        INTEGRATION: CWS os17 (1.18.72); FILE MERGED 2004/04/28 08:45:42 os 1.18.72.1: #i18735# open spelling popup outside of the wrong word's rectangle

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [4259f0865406071e7e987694d3c69111cb819c26]

        INTEGRATION: CWS os17 (1.3.376); FILE MERGED 2004/04/28 08:45:28 os 1.3.376.1: #i18735# open spelling popup outside of the wrong word's rectangle

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [ec04b3a6f9bd70a7924eee8e0939893a532dc81c]

        INTEGRATION: CWS os17 (1.13.174); FILE MERGED 2004/04/28 12:34:56 os 1.13.174.3: RESYNC: (1.14-1.15); FILE MERGED 2004/02/27 11:10:52 os 1.13.174.2: RESYNC: (1.13-1.14); FILE MERGED 2003/08/26 12:48:59 os 1.13.174.1: #i18686# switch context prior to execution of a context menu

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [c6e2f178081907e3a82684cd258daf2308bb9c7b]

        INTEGRATION: CWS os17 (1.3.352); FILE MERGED 2003/08/26 12:48:59 os 1.3.352.1: #i18686# switch context prior to execution of a context menu

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [016aa87988c0424af0bfdeb0ac2e5a96dc87c35e]

        INTEGRATION: CWS os17 (1.70.98); FILE MERGED 2004/04/28 12:33:40 os 1.70.98.6: RESYNC: (1.77-1.83); FILE MERGED 2004/03/15 12:48:42 os 1.70.98.5: RESYNC: (1.75-1.77); FILE MERGED 2004/02/27 11:21:26 os 1.70.98.4: RESYNC: (1.72-1.75); FILE MERGED 2003/11/11 17:20:12 os 1.70.98.3: RESYNC: (1.70-1.72); FILE MERGED 2003/08/27 13:43:58 os 1.70.98.2: #i18686# context menu handling in draw text 2003/08/26 12:48:58 os 1.70.98.1: #i18686# switch context prior to execution of a context menu

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [c3cdf2885799df70efd64259d7e9264cc01b0d20]

        INTEGRATION: CWS os17 (1.10.74); FILE MERGED 2004/04/28 08:45:12 os 1.10.74.1: #i18735# open spelling popup outside of the wrong word's rectangle

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [b1442eab6d8191252a607fd24baa55d8c3789f8d]

        INTEGRATION: CWS os17 (1.28.178); FILE MERGED 2004/04/28 12:06:44 os 1.28.178.2: RESYNC: (1.28-1.30); FILE MERGED 2004/04/28 08:46:13 os 1.28.178.1: #i18735# open spelling popup outside of the wrong word's rectangle

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [d301940796c1c606dd74c2c0710bfffb355e4aea]

        INTEGRATION: CWS os17 (1.7.48); FILE MERGED 2004/04/29 11:57:05 os 1.7.48.1: #i18735# activate and select the sheet under the mouse on the call of the context menu

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [8f7a73290cf79859cf1666eb3dd98614db7d24fb]

        INTEGRATION: CWS os17 (1.11.94); FILE MERGED 2004/03/15 13:34:03 os 1.11.94.3: RESYNC: (1.13-1.14); FILE MERGED 2004/02/27 14:50:38 os 1.11.94.2: RESYNC: (1.11-1.13); FILE MERGED 2003/11/07 17:58:25 nn 1.11.94.1: #i18735# Update selection before opening context menu

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [eeb47d50826fda261b2b54f5bc2e7a27b1396e17]

        INTEGRATION: CWS os17 (1.44.6); FILE MERGED 2004/04/28 12:03:22 os 1.44.6.4: RESYNC: (1.49-1.51); FILE MERGED 2004/03/15 13:33:55 os 1.44.6.3: RESYNC: (1.47-1.49); FILE MERGED 2004/02/27 14:49:46 os 1.44.6.2: RESYNC: (1.44-1.47); FILE MERGED 2003/11/07 16:54:41 nn 1.44.6.1: #i18735# Update selection before opening context menu

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [bf8b3c570ba3267bc1182fe032b21e8187ce0373]

        INTEGRATION: CWS os17 (1.12.6); FILE MERGED 2004/04/28 11:58:05 os 1.12.6.2: RESYNC: (1.12-1.14); FILE MERGED 2003/11/07 16:54:06 nn 1.12.6.1: #i18735# Update selection before opening context menu

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [a9db92224b7fa1b25e3021280e2914e700af91cb]

        INTEGRATION: CWS os17 (1.12.216); FILE MERGED 2004/02/27 12:51:28 os 1.12.216.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/11 13:31:23 af 1.12.216.1: #i18734# Right click selects object before showing context menu.

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [c0e0bfcb9eca5b0a3147c846cf38aa0988f9f7fa]

        INTEGRATION: CWS os17 (1.46.68); FILE MERGED 2004/04/28 11:37:26 os 1.46.68.4: RESYNC: (1.50-1.52); FILE MERGED 2004/03/01 10:08:25 os 1.46.68.3: merge error removed 2004/02/27 12:49:00 os 1.46.68.2: RESYNC: (1.46-1.50); FILE MERGED 2003/11/11 15:12:12 af 1.46.68.1: #i18734# Right click selects before showing the context menu.

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [af28954abf6689d7a6917a2ae1dfcbbd3a276b40]

        INTEGRATION: CWS os17 (1.39.58); FILE MERGED 2004/04/28 11:27:29 os 1.39.58.3: RESYNC: (1.43-1.44); FILE MERGED 2004/02/27 13:39:25 os 1.39.58.2: RESYNC: (1.39-1.43); FILE MERGED 2003/11/11 13:27:05 af 1.39.58.1: #i18734# Right click selects object before showing context menu.

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [a75f76dabafe47eeec6e2299727d3eb175c228be]

        INTEGRATION: CWS os17 (1.20.106); FILE MERGED 2004/02/27 13:36:19 os 1.20.106.2: RESYNC: (1.20-1.22); FILE MERGED 2003/11/11 13:25:03 af 1.20.106.1: #i18734# Right click selects object before showing context menu.

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [0038a06c0384d980f155f2a64d31a34b39e73d3b]

        INTEGRATION: CWS os17 (1.29.114); FILE MERGED 2004/04/28 06:14:09 os 1.29.114.1: #i18735# open spelling popup outside of the word's rectangle

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [26b758f95504f6c1820756de26c5cc7970fdbd1a]

        INTEGRATION: CWS os17 (1.41.12); FILE MERGED 2004/04/28 10:02:52 os 1.41.12.2: RESYNC: (1.41-1.42); FILE MERGED 2004/04/22 15:58:41 ssa 1.41.12.1: #i20330# change default to bringing up context menus on mouse button down

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [8dd64d4b7d267af8f131cdbfd1355bb2e290d3fd]

        INTEGRATION: CWS hbqea101 (1.24.38); FILE MERGED 2004/05/05 14:59:00 hbrinkm 1.24.38.2: RESYNC: (1.24-1.27); FILE MERGED 2004/04/26 13:38:31 hbrinkm 1.24.38.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [ff168536994a8212e72a794dc28938f461c7093b]

        INTEGRATION: CWS hbqea101 (1.6.330); FILE MERGED 2004/05/05 13:23:20 hbrinkm 1.6.330.1: #27615# WithTab

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [932eb6c320234a7b482dad525c4bb205602d13e5]

        INTEGRATION: CWS hbqea101 (1.34.212); FILE MERGED 2004/05/05 09:41:34 hbrinkm 1.34.212.1: #i21237# new property for index tab stop entry: with-tab

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [38e7b37d346ae160249658c07ab963e707439c75]

        INTEGRATION: CWS hbqea101 (1.2.310); FILE MERGED 2004/05/05 09:41:34 hbrinkm 1.2.310.1: #i21237# new property for index tab stop entry: with-tab

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [01f5c5534bbce8de7042ed3a176dc92f072cebf4]

        INTEGRATION: CWS hbqea101 (1.4.310); FILE MERGED 2004/05/05 12:45:21 hbrinkm 1.4.310.2: #i27615# 2004/05/05 09:41:34 hbrinkm 1.4.310.1: #i21237# new property for index tab stop entry: with-tab

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [cc0e3d0d3e4c4887ab194fac8a017f8ebd7824d1]

        INTEGRATION: CWS hbqea101 (1.52.8); FILE MERGED 2004/05/10 08:01:03 hbrinkm 1.52.8.3: #i21237# resolve error imposed by merge 2004/05/05 15:24:22 hbrinkm 1.52.8.2: RESYNC: (1.52-1.56); FILE MERGED 2004/05/05 09:41:33 hbrinkm 1.52.8.1: #i21237# new property for index tab stop entry: with-tab

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [3bc06a3f40d1c1ab2e77a05bd74a251920e3c137]

        INTEGRATION: CWS hbqea101 (1.54.196); FILE MERGED 2004/05/05 12:44:38 hbrinkm 1.54.196.1: #i27615# text:index-entry-tab-stop style:with-tab

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [7ed2eb35fe99a20f7065d444abf87d74b982e0e9]

        INTEGRATION: CWS hbqea101 (1.55.36); FILE MERGED 2004/05/05 09:31:27 hbrinkm 1.55.36.1: #i21237# TOX patterns are vectors of tokens now

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [6a9f250b5e6bbd3afc8b52a4873d677c6a1c6980]

        INTEGRATION: CWS hbqea101 (1.6.458); FILE MERGED 2004/05/05 09:31:27 hbrinkm 1.6.458.1: #i21237# TOX patterns are vectors of tokens now

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [6a5e3afce3231e647318603c6041b83f84276f19]

        INTEGRATION: CWS hbqea101 (1.78.38); FILE MERGED 2004/05/05 15:12:02 hbrinkm 1.78.38.2: RESYNC: (1.78-1.83); FILE MERGED 2004/04/26 13:38:32 hbrinkm 1.78.38.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [f96a6680a5edbcee8b7f6a47432d6d34ab5fa394]

        INTEGRATION: CWS hbqea101 (1.77.90); FILE MERGED 2004/05/05 15:06:59 hbrinkm 1.77.90.2: RESYNC: (1.77-1.78); FILE MERGED 2004/05/05 09:30:41 hbrinkm 1.77.90.1: #i21237# TOX patterns are vectors of tokens now

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [1c264cea7d9860e18a7d1bf8f205c1e27836af6d]

        INTEGRATION: CWS hbqea101 (1.60.18); FILE MERGED 2004/05/10 08:29:14 hbrinkm 1.60.18.2: #i27610# 2004/05/07 15:07:16 hbrinkm 1.60.18.1: #i27610#

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [1c1e93fabc5b840877d118220f0d65363747ffbd]

        INTEGRATION: CWS hbqea101 (1.76.76); FILE MERGED 2004/05/05 15:05:38 hbrinkm 1.76.76.2: RESYNC: (1.76-1.77); FILE MERGED 2004/05/05 09:30:40 hbrinkm 1.76.76.1: #i21237# TOX patterns are vectors of tokens now

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [56fa1cbca89fef5aa7115243f06cff1f046ac2ce]

        INTEGRATION: CWS hbqea101 (1.54.176); FILE MERGED 2004/05/05 09:29:31 hbrinkm 1.54.176.1: #i21237# TOX patterns are vectors of tokens now

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [6bb28a0ea83de53c290d8b313f791e13394c568d]

        INTEGRATION: CWS hbqea101 (1.7.192); FILE MERGED 2004/04/26 13:38:31 hbrinkm 1.7.192.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [33aa33a791a54681c057ae60af0928f9bb6231ef]

        INTEGRATION: CWS hbqea101 (1.6.236); FILE MERGED 2004/05/05 09:28:36 hbrinkm 1.6.236.1: #i21237# TOX patterns are vectors of tokens now

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [b029a730f41a673fe434c71b54eaf32a8152dc09]

        INTEGRATION: CWS hbqea101 (1.9.78); FILE MERGED 2004/04/26 13:38:30 hbrinkm 1.9.78.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [c2b9acebc60808c5ea92dbc9c12be4904387425b]

        INTEGRATION: CWS hbqea101 (1.25.78); FILE MERGED 2004/04/26 13:38:30 hbrinkm 1.25.78.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [301f76ca060b4b1411d888e6fad9c3befe34b370]

        INTEGRATION: CWS hbqea101 (1.14.530); FILE MERGED 2004/04/26 13:38:30 hbrinkm 1.14.530.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [e9a2f691d70d4e53d92158333d9971501370f04b]

        INTEGRATION: CWS hbqea101 (1.61.194); FILE MERGED 2004/05/05 14:57:22 hbrinkm 1.61.194.2: RESYNC: (1.61-1.62); FILE MERGED 2004/04/26 13:38:30 hbrinkm 1.61.194.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [262a4aa4904c38f6e6c481abc562e910f15e5955]

        INTEGRATION: CWS hbqea101 (1.92.40); FILE MERGED 2004/05/05 14:57:12 hbrinkm 1.92.40.2: RESYNC: (1.92-1.93); FILE MERGED 2004/04/26 13:38:29 hbrinkm 1.92.40.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [116fecd55b1eae37b85d86c3e2995d910d406e34]

        INTEGRATION: CWS hbqea101 (1.34.78); FILE MERGED 2004/05/05 14:56:52 hbrinkm 1.34.78.2: RESYNC: (1.34-1.35); FILE MERGED 2004/04/26 13:38:29 hbrinkm 1.34.78.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [86ffeb0bb1b217104defc0df24d45de35a384a87]

        INTEGRATION: CWS hbqea101 (1.3.238); FILE MERGED 2004/04/26 13:38:28 hbrinkm 1.3.238.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [64eb9cc09413fe7e746023ea6e3d129f11cabd3c]

        INTEGRATION: CWS hbqea101 (1.33.88); FILE MERGED 2004/05/05 14:56:11 hbrinkm 1.33.88.2: RESYNC: (1.33-1.34); FILE MERGED 2004/04/26 13:38:28 hbrinkm 1.33.88.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [ae8d380ff5c5d135ff2108d066a79a9da4944207]

        INTEGRATION: CWS hbqea101 (1.39.78); FILE MERGED 2004/05/05 14:54:35 hbrinkm 1.39.78.2: RESYNC: (1.39-1.40); FILE MERGED 2004/04/26 13:38:27 hbrinkm 1.39.78.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [233afa1b5afa2986eb1971119ab75279eb52472f]

        INTEGRATION: CWS hbqea101 (1.12.170); FILE MERGED 2004/05/05 14:54:04 hbrinkm 1.12.170.2: RESYNC: (1.12-1.13); FILE MERGED 2004/04/26 13:38:27 hbrinkm 1.12.170.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [1e86708e115bd90317d56c995556c1e0cafcee9e]

        INTEGRATION: CWS hbqea101 (1.12.144); FILE MERGED 2004/04/26 13:38:27 hbrinkm 1.12.144.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [4850bb515cfd94f5a787d4b7d8cb2478201bfa50]

        INTEGRATION: CWS hbqea101 (1.3.660); FILE MERGED 2004/04/26 13:38:27 hbrinkm 1.3.660.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [272d3a48293869891b9d4171c92bf49234ae0785]

        INTEGRATION: CWS hbqea101 (1.7.170); FILE MERGED 2004/04/26 13:38:27 hbrinkm 1.7.170.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [8147070d5c4d883202fa8789bf69b62d28d89345]

        INTEGRATION: CWS hbqea101 (1.35.144); FILE MERGED 2004/05/05 14:53:26 hbrinkm 1.35.144.2: RESYNC: (1.35-1.36); FILE MERGED 2004/04/26 13:38:27 hbrinkm 1.35.144.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [b0862e295ed6d64b417da1432e50436c45eaf36d]

        INTEGRATION: CWS hbqea101 (1.10.92); FILE MERGED 2004/04/26 13:38:26 hbrinkm 1.10.92.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [07a524dbc6ef96212a89038c242630a96a0ef66f]

        INTEGRATION: CWS hbqea101 (1.3.170); FILE MERGED 2004/05/05 14:53:46 hbrinkm 1.3.170.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/26 13:38:26 hbrinkm 1.3.170.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [241392b4c4c8fd89667728cfc5114aaea20bf246]

        INTEGRATION: CWS hbqea101 (1.27.90); FILE MERGED 2004/05/05 14:52:46 hbrinkm 1.27.90.2: RESYNC: (1.27-1.29); FILE MERGED 2004/04/26 13:38:26 hbrinkm 1.27.90.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [95645ed98a120459774d9b71416a46e119d0e09f]

        INTEGRATION: CWS hbqea101 (1.34.194); FILE MERGED 2004/04/26 13:38:25 hbrinkm 1.34.194.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [bdce3f4b7a5b07d8e3ec1bc646d72ab8f1bf27f4]

        INTEGRATION: CWS hbqea101 (1.16.74); FILE MERGED 2004/05/05 14:51:53 hbrinkm 1.16.74.2: RESYNC: (1.16-1.17); FILE MERGED 2004/04/26 13:38:25 hbrinkm 1.16.74.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [d288af84c410dcaa90790b779765472f7c567a60]

        INTEGRATION: CWS hbqea101 (1.25.174); FILE MERGED 2004/04/26 13:38:25 hbrinkm 1.25.174.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [a653eaf3e9bde1ebc56c541f917b74896dc590da]

        INTEGRATION: CWS hbqea101 (1.31.92); FILE MERGED 2004/05/05 09:23:57 hbrinkm 1.31.92.1: #i21237# TOX patterns are now vectors of tokens

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [924fbe154e42509fa94662aa1fd25d2effa95ee8]

        INTEGRATION: CWS hbqea101 (1.21.74); FILE MERGED 2004/05/10 08:52:27 hbrinkm 1.21.74.3: #i21237# 2004/05/05 14:51:25 hbrinkm 1.21.74.2: RESYNC: (1.21-1.24); FILE MERGED 2004/04/26 13:38:24 hbrinkm 1.21.74.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [4d2fb5e9ba2a5edded0144ba862e85376562e7a9]

        INTEGRATION: CWS hbqea101 (1.22.146); FILE MERGED 2004/04/26 13:38:24 hbrinkm 1.22.146.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [e5c3c2488d3ba612c6c946ac143eea64700d3c13]

        INTEGRATION: CWS hbqea101 (1.2.60); FILE MERGED 2004/05/07 15:04:34 hbrinkm 1.2.60.1: #i27610#

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [fafa9b61162039967adbccaf8614d03f6cbe1e79]

        INTEGRATION: CWS hbqea101 (1.33.42); FILE MERGED 2004/04/26 13:38:24 hbrinkm 1.33.42.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [09096628e617f4cbafcd3f88a0b8b4899a0faf47]

        INTEGRATION: CWS hbqea101 (1.9.92); FILE MERGED 2004/04/26 13:38:23 hbrinkm 1.9.92.2: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format 2004/04/08 15:11:44 hbrinkm 1.9.92.1: #i27615#

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [50f9374f8face3d8cf82b0b335f4ec8254e86711]

        INTEGRATION: CWS hbqea101 (1.31.86); FILE MERGED 2004/05/05 14:50:28 hbrinkm 1.31.86.3: RESYNC: (1.31-1.33); FILE MERGED 2004/05/05 09:22:51 hbrinkm 1.31.86.2: #i27615# only mark labels if cursor has no mark 2004/04/26 13:38:23 hbrinkm 1.31.86.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [7c1ffd065b621eba8e3d5378cc2f7df699dd3885]

        INTEGRATION: CWS hbqea101 (1.3.496); FILE MERGED 2004/04/26 13:38:22 hbrinkm 1.3.496.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [a33f0058b5c89cf291ae80da10366d3d8115dd53]

        INTEGRATION: CWS hbqea101 (1.1.2); FILE ADDED 2004/05/05 09:21:26 hbrinkm 1.1.2.2: #i27615# renaming members 2004/04/26 13:31:10 hbrinkm 1.1.2.1: #i27615# a bit array

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [ab8a0be6e7a7f676139b19046cc7d27f24906e17]

        INTEGRATION: CWS hbqea101 (1.6.660); FILE MERGED 2004/05/05 09:18:30 hbrinkm 1.6.660.1: #i21237# TOX patterns are now vectors of tokens

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [d28a90adf0bd3710be05fb11c60cb2659ea3ae3c]

        INTEGRATION: CWS hbqea101 (1.1.1.1.704); FILE MERGED 2004/04/26 13:38:22 hbrinkm 1.1.1.1.704.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [e8c5092f3a9a6b1f2f456f9c44113a749f43a577]

        INTEGRATION: CWS hbqea101 (1.7.92); FILE MERGED 2004/04/26 13:38:22 hbrinkm 1.7.92.2: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format 2004/04/08 15:12:05 hbrinkm 1.7.92.1: #i27615#

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [fcbff21382198036362067dabe558d8be8112957]

        INTEGRATION: CWS hbqea101 (1.11.72); FILE MERGED 2004/05/05 14:48:13 hbrinkm 1.11.72.2: RESYNC: (1.11-1.13); FILE MERGED 2004/04/26 13:38:21 hbrinkm 1.11.72.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [c1408de4473a3b480116ea7b8cbf900d99a51723]

        INTEGRATION: CWS hbqea101 (1.18.74); FILE MERGED 2004/05/05 14:48:05 hbrinkm 1.18.74.2: RESYNC: (1.18-1.20); FILE MERGED 2004/04/26 13:38:21 hbrinkm 1.18.74.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [6ca546a15dc37488ceccd3df5858302ec01304c3]

        INTEGRATION: CWS hbqea101 (1.61.28); FILE MERGED 2004/05/05 14:47:31 hbrinkm 1.61.28.2: RESYNC: (1.61-1.66); FILE MERGED 2004/04/26 13:38:20 hbrinkm 1.61.28.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [ad464a8cccf369df1f763ea827df3342331807f5]

        INTEGRATION: CWS hbqea101 (1.2.60); FILE MERGED 2004/05/07 15:03:34 hbrinkm 1.2.60.1: #i27610#

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [12116736b9f07e5d1f0f85847212eaec1871ec64]

        INTEGRATION: CWS hbqea101 (1.11.496); FILE MERGED 2004/05/07 15:02:16 hbrinkm 1.11.496.3: #i27615# merge errors 2004/05/05 14:47:15 hbrinkm 1.11.496.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/26 13:38:20 hbrinkm 1.11.496.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [b6782094a8b948b55076483989d0459e811fafbf]

        INTEGRATION: CWS hbqea101 (1.20.90); FILE MERGED 2004/05/05 14:47:07 hbrinkm 1.20.90.2: RESYNC: (1.20-1.21); FILE MERGED 2004/04/26 13:38:20 hbrinkm 1.20.90.1: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [d675c4fc922a1337c3712b9a1d69f28a5619fd94]

        INTEGRATION: CWS hbqea101 (1.1.2); FILE ADDED 2004/04/26 12:21:02 hbrinkm 1.1.2.1: #i27615# a bit array

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [b0899c7dcb0611f21ce8fd2dac4f5e9e1292eb93]

        INTEGRATION: CWS impress9ea1 (1.17.296); FILE MERGED 2004/05/04 12:30:30 sj 1.17.296.1: #i2432# using windows textencoding

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [333409b0036fc889d05c7be508b1a353f3d0dbf2]

        INTEGRATION: CWS impress9ea1 (1.20.364); FILE MERGED 2004/04/27 11:59:27 sj 1.20.364.1: #116514# fixed some unicode usage problems with CreateFontIndirect and ExtTextOutA

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [01685562bc3a6e83037c3710b48e5ca36ea56aa7]

        INTEGRATION: CWS impress9ea1 (1.24.142); FILE MERGED 2004/04/27 11:59:28 sj 1.24.142.1: #116514# fixed some unicode usage problems with CreateFontIndirect and ExtTextOutA

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [5281f34cbe9536b7d56c16b91fbbe43beefe2c7d]

        INTEGRATION: CWS impress9ea1 (1.37.70); FILE MERGED 2004/04/27 11:59:28 sj 1.37.70.1: #116514# fixed some unicode usage problems with CreateFontIndirect and ExtTextOutA

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [b5fcfc7339f57fc7adc5f57a6a3f311a21a8efb3]

        INTEGRATION: CWS impress9ea1 (1.19.364); FILE MERGED 2004/04/27 11:59:28 sj 1.19.364.1: #116514# fixed some unicode usage problems with CreateFontIndirect and ExtTextOutA

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [1f92950a93f3fb155818e21b8b52ac542ec09028]

        INTEGRATION: CWS impress9ea1 (1.6.390); FILE MERGED 2004/04/27 14:38:24 cl 1.6.390.1: #116108# added seperate helpids for header footer tabpages

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [2e2085334a1ccabb4f1accb94f717e1353ad14ce]

        INTEGRATION: CWS impress9ea1 (1.2.8); FILE MERGED 2004/04/27 14:37:59 cl 1.2.8.1: #116108# added seperate helpids for header footer tabpages

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [83443a6fd5bf57aad2f92a74ca9bfe8026de46ba]

        INTEGRATION: CWS impress9ea1 (1.7.8); FILE MERGED 2004/04/27 14:36:32 cl 1.7.8.1: #116108# added seperate helpids for header footer tabpages

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [1f865ffcb72f78536f726061d05fc3ef64cf862c]

        INTEGRATION: CWS impress9ea1 (1.91.36); FILE MERGED 2004/04/28 14:58:53 sj 1.91.36.1: #i21926# fixed some decompression problems

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [a079ace0dab034061a983a98a000962f64382cfc]

        INTEGRATION: CWS impress9ea1 (1.18.4); FILE MERGED 2004/05/05 11:55:00 thb 1.18.4.1: #i10737# Manually added PS clipping before writing the actual EPS. Windows seems to completely ignore DC clipping here

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [f1628ef6d1d1024753fa4b467d3f3bae9b734ba7]

        INTEGRATION: CWS impress9ea1 (1.8.98); FILE MERGED 2004/05/06 09:46:56 thb 1.8.98.1: #i10737# mbOutputClipped was interpreted incorrectly, this can be early-exit

2004-05-17  Rüdiger Timm  <rt@openoffice.org>  [9d589fb6d33ae05df44a34f369a8019ce16a9f51]

        INTEGRATION: CWS impress9ea1 (1.2.192); FILE MERGED 2004/05/10 12:42:38 cl 1.2.192.2: added missing disclaimer 2004/04/27 14:56:06 cl 1.2.192.1: #i24860# fixed QueryAggregation

2004-05-17  Joachim Lingner  <jl@openoffice.org>  [6807414a23b01b92f4a1e48247b195ed1232fe7d]

        #i20052#

2004-05-17  Kurt Zenker  <kz@openoffice.org>  [45fbba5a5084d3c7b3533f8536f1698adc978db3]

        new version for SRC680

2004-05-17  Joachim Lingner  <jl@openoffice.org>  [a917e5f73090323c80a5cd0670ea1d2dd69edadb]

        #i20052#

2004-05-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5934eb4758a1bf6e9b2ad00bf1457de431cebb0]

        #i10000#: enable Gtk plugin

2004-05-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f68cff8797db3cd8c816bed598605f61999dfb9]

        #i10000#: constness

2004-05-15  Rüdiger Timm  <rt@openoffice.org>  [73a753cb07239457ae6a38e39334ac59ae81f455]

        new version for SRC680

2004-05-15  Kurt Zenker  <kz@openoffice.org>  [5698b102fb17154430ccd40a9c4093f689fdef9a]

        new version for SRC680

2004-05-14  Kurt Zenker  <kz@openoffice.org>  [cfd80410faa2abd172aeb9afc9d2e573e7cb38c7]

        new version for SRC680

2004-05-14  Kurt Zenker  <kz@openoffice.org>  [7e1ff5fa8b55906a05283994d07881d566e9d8ec]

        new version for SRC680

2004-05-14  Oliver Bolte  <obo@openoffice.org>  [fdc7e5e3cd6fe188ec0d74ab1de6de8928dd6fc0]

        #i10000# use hard reference for EventListener

2004-05-14  Joachim Lingner  <jl@openoffice.org>  [4078f3b82ff4035f17257e965ed56178ffcff983]

        #i20052#

2004-05-14  Joachim Lingner  <jl@openoffice.org>  [4c5e2d7303b9536f28b0448d6884477dcc150359]

        #i20052#

2004-05-14  Joachim Lingner  <jl@openoffice.org>  [a4f62cc3474eb25826ee0e509a1ef9ab61d8ba08]

        #i20052#

2004-05-14  Kurt Zenker  <kz@openoffice.org>  [de21cf4e8e3df51ca7525ad871810f7faf22b19f]

        new version for SRC680

2004-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4911e068b0cc3a5450e762988bbf554f8f16ed04]

        #i10000#: adapt to new dialog handling

2004-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6772b15c3f030c2308267e7f3d62fb9445ac8ae]

        #i10000# merge error corrected

2004-05-14  Joachim Lingner  <jl@openoffice.org>  [97e043a37b4e0722a8eca55671cc7e71b36a222f]

        #i20052#

2004-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6154029a4484109bbb8a87750cb8306ea33a120b]

        #i10000#: adapt to new dialog handling

2004-05-14  Kurt Zenker  <kz@openoffice.org>  [66be324fc94f81a4497be40764a576453a89e3dd]

        new version for SRC680

2004-05-14  Kurt Zenker  <kz@openoffice.org>  [be49c0e1ab75594b268592285d0b49deb9503c64]

        initial version

2004-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [72ebcca64eb8f122de741dee30021229b2fda44f]

        #i10000#: adapt to new dialog handling

2004-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a78f1a2fef97f6c15805a6ae2082f9a9f86ac656]

        #i10000#: adapt to new dialog handling

2004-05-13  Rüdiger Timm  <rt@openoffice.org>  [41a81cd9f1b622103b620702a45e261cc07dce54]

        #i10000# Tried to allow parallel building.

2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9da14546251f2cb49a7320e85327105b4471cb0]

        #i10000#: adept new dialogs to abstract factory mechanism

2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [de6cbd0a5362ad46054ccfb47f61dcdc88e7fcf7]

        #i10000#: adept new dialogs to abstract factory mecahnism

2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [87e1650a1a6efe1d894da0d56928e47a1b480733]

        #I10000#: add missing virtual

2004-05-13  Oliver Specht  <os@openoffice.org>  [f7eb9652ed64fc7815289cb323bdae201befd589]

        #10000## SetValues abstract

2004-05-13  Oliver Bolte  <obo@openoffice.org>  [8f02fb896c5663d5e807ca3b65d39d584ac7cb89]

        #100000# use ::binfilter namespace for SwpHtStart_SAR

2004-05-13  Oliver Specht  <os@openoffice.org>  [fb3309a1f81b63d2e9cdae70fcdf7b7ea2d4cf11]

        #i10000# WordCountDialog added to dialogdiet

2004-05-13  Oliver Specht  <os@openoffice.org>  [c710d423582818891c0f7d2d21527836ab76422a]

        #i10000# WordCountDialog added to ddialogdiet

2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac5acb7a6d5a7f007504c28cf827d3677c53ca3b]

        #i10000#: tools depends on basegfx

2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0ffd326aea62d411e83e4881e9025fdfb020b9d]

        #i10000#: basegfx does depend on tools

2004-05-13  Joachim Lingner  <jl@openoffice.org>  [c58b07c958e7bc70a9d337852df477f33a453433]

        #i20020#

2004-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4297af859128657e851608664e6667b3c9ea96a9]

        #100000# the *.bin names should also be stripped

2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2ff240012dae6782e95e4c3d78a30f08e960858]

        #i10000# bOutline removed

2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [818133581bc67b254ec42348e6ebbae9cdc17489]

        #i10000# bOutline removed

2004-05-13  Oliver Bolte  <obo@openoffice.org>  [d241fa8764f4e487367b18567f73440154c3219c]

        #100000# .net 2003 problems with global resolution op at line 470

2004-05-13  Kurt Zenker  <kz@openoffice.org>  [9eeb5e1972504995d72644ecd610df0b0d6c2ace]

        new version for SRC680

2004-05-13  Oliver Bolte  <obo@openoffice.org>  [902990061cdfa2ed85c78a0a194e6f20e82a7e28]

        #100000# .net 2003 compiler warnings (#ifdef DBG_UTIL included)

2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [941141109ad88168aa2511f3e8ed1cbe6680ba97]

        #i10000# AddressItem removed, again

2004-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [993adc3a3d9d2246007730e6aeab63af4a689f35]

        #i10000# DLG_WORDCOUNT added

2004-05-13  Joachim Lingner  <jl@openoffice.org>  [99a825569ef62227ef6f40b4b13d9d0aa4ee5096]

        #i20052#

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [756563ac1cc0b4882e9a126d61dfb510e48c2bfb]

        new version for SRC680

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe2305373f18bba0a4d4390c4c05ab042c5c13c9]

        #i10000#: remove double entry

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8192c994dd0afd2e8d317828ea8620246c6a521]

        #i10000#: ElementMode spelling changes ( ElementModes.Element_* -> ElementModes.* )

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c92eab7aefd27dd05aaf61624d58197a1c3d7e6]

        #i10000#: wrong cast

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e6cbec3de89e9a6cd60945b1d92873c7217a9c0]

        #i10000#: obsolete include removed

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7054226e3dddbf0d2d1e34034540069146e804a9]

        #i10000#: missing delivery

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [62cdceb8b8a2e3e08afa54e2128facf26fc4d9ec]

        #i10000#: missing delivery

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b18ecef3b613eba44ea9e1ab81ff9e414747dd7]

        #i10000#: wrong includes

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dd32268e2e7972da8dd1144b5083b396b671053]

        #i10000#: wrong includes

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [57f8513ebf76dad3321c2dcd73909e835897edd0]

        #i10000#: some TabPages converted to abstract ones

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d8cc45570340d08b7adb496cb52c52e9be12fcb]

        #i10000#: use SwInsertTabOptions instead of USHORT

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [07c6153c74fb1e4c78d3aa391c00eabc90d7dd65]

        new version for SRC680

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [700efc2951b7fd6127ffdc6dc0bf0116281af4e9]

        #i10000#: dialog converted to use abstract TabPages

2004-05-12  Joachim Lingner  <jl@openoffice.org>  [fba121d3c40ebb50de60ba14cd35bc0e17d49142]

        #i20052#

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [be2ae092055b30758dc9c972cb08bcb1aac87407]

        #i10000#: for scope

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c03f3631fd37b9be8ed1acb064caa3ec84634ed6]

        #i10000#: merge resolution errors

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [229ba149619e8ffeb553c9dbafa5a72343137169]

        #i10000# fix merge resolution problem

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea0ed1f4d88d3b47729423308f6c47e73117697c]

        #i10000#: merge resolution errors

2004-05-12  Kurt Zenker  <kz@openoffice.org>  [1e90aa72ad1fe8a318cfa88c47372189652f0e06]

        new version for SRC680

2004-05-12  Joachim Lingner  <jl@openoffice.org>  [54308967168c3a07bb811296e234c2897f08a195]

        #i20052#

2004-05-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b041c4bd661d7355124964f3ca72ab1efe26706e]

        #i10000#: fix typo

2004-05-12  Joachim Lingner  <jl@openoffice.org>  [5abe67d7e1f4a924a2e0626cd9117c172fe8ee32]

        #i20052#

2004-05-12  Joachim Lingner  <jl@openoffice.org>  [dd3daf9e02c9f57549714321736670b447045d05]

        #i20052#

2004-05-12  Rüdiger Timm  <rt@openoffice.org>  [d844638785f3dfecb0c11f69e35b18155da8b254]

        #i10000# Fixes by obo for .Net2003?

2004-05-12  Rüdiger Timm  <rt@openoffice.org>  [979bd46b5657bab320dc60a5385310e7eb3ab3cf]

        #i10000#

2004-05-12  Rüdiger Timm  <rt@openoffice.org>  [3e3f5699b336317142e9785de44199c678983a15]

        #i10000# Fixed by obo for .Net2003 build?

2004-05-12  Rüdiger Timm  <rt@openoffice.org>  [165020d602a66c240ec936956c4eea07be8b3867]

        #i10000# Fixed by obo?

2004-05-12  Rüdiger Timm  <rt@openoffice.org>  [24ceffccb2a67f1c5904b7dfccf6e46735a8288b]

        #i10000# Fixed by obo?

2004-05-12  Rüdiger Timm  <rt@openoffice.org>  [e80c15fade75f9e55cd02c651d5c44e8634aebf6]

        #i10000# SingletonRef now belongs to salhelper, not comphelper

2004-05-12  Rüdiger Timm  <rt@openoffice.org>  [85f6c9b9ce14e2df596d254c890b961418f5ad55]

        new version for SRC680

2004-05-12  Kurt Zenker  <kz@openoffice.org>  [75a2cd47210435fb061d6ca943509b64c96b7975]

        new version for SRC680

2004-05-12  Rüdiger Timm  <rt@openoffice.org>  [11bf29fb05be39ea98c36996b8e1cec61098cc15]

        new version for SRC680

2004-05-11  Oliver Bolte  <obo@openoffice.org>  [1f644d2be6d3a72e080d41a882500bb79d043887]

        new version for SRC680

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [069a8b0110462c0cfddc3346ab763e29b143301c]

        #i10000#: fix dependencies

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [376b3a9acae7c7490c66be85fb7925b1b2c94652]

        #i10000#: remove unneeded link libs

2004-05-11  Rüdiger Timm  <rt@openoffice.org>  [f690343db32a3f23dc61993c8b29878b6eff7fb5]

        #i10000# NO_SHL1DESCRIPTION=TRUE

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b2994a4b2317906b000a7504873f9da45effffc]

        #i10000#: cast

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [db17d1319d72063f6c4fa71d6aada39f63e2af14]

        SRC680

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fff0cca3c08f274d3c72552d506555a240813cf]

        INTEGRATION: CWS num04 (1.44.60); FILE MERGED 2004/04/07 10:53:35 hbrinkm 1.44.60.3: RESYNC: (1.44-1.46); FILE MERGED 2004/04/07 09:16:06 hbrinkm 1.44.60.2: #i23728# IsOldNumbering 2004/04/01 15:06:47 hbrinkm 1.44.60.1: #i23728#

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [124ff40206bac46f8a64f6c5b60ab13f4670e8a4]

        INTEGRATION: CWS num04 (1.21.34); FILE MERGED 2004/04/01 15:00:02 hbrinkm 1.21.34.2: #i23730# 2004/03/31 15:44:50 hbrinkm 1.21.34.1: #i23730#

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c40590be3b828f597e25b47e1541ac136fa8761f]

        INTEGRATION: CWS num04 (1.18.34); FILE MERGED 2004/04/01 14:56:08 hbrinkm 1.18.34.1: #i23730#

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cd7d2787aa96f1c795c6f5b213e1b01c0af181e]

        INTEGRATION: CWS num04 (1.59.32); FILE MERGED 2004/04/07 10:44:25 hbrinkm 1.59.32.2: RESYNC: (1.59-1.61); FILE MERGED 2004/03/31 15:41:34 hbrinkm 1.59.32.1: #i23730#

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f575089c90d92377a197be0f9a0f1abdb4cda48]

        INTEGRATION: CWS swtextwrap (1.36.96); FILE MERGED 2004/04/23 12:15:42 fme 1.36.96.1: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [56baf5919268707db038fc293d479dc97273d21d]

        INTEGRATION: CWS nwf (1.3.130); FILE MERGED 2004/04/02 09:20:35 os 1.3.130.1: #i27275# changes for native widget framework

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [9adc08300785721eb059a9443066f2819791ecb3]

        INTEGRATION: CWS nwf (1.4.16); FILE MERGED 2004/04/23 10:53:57 os 1.4.16.3: #i25130# additional controls, changed strings in the View TabPage 2004/04/02 13:16:38 ssa 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2004/04/01 07:22:34 os 1.4.16.1: #i27275# changes for native widget framework

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [21f36bb611a365fb835e8fa749d8219bedf2584f]

        INTEGRATION: CWS num04 (1.52.164); FILE MERGED 2004/03/31 15:57:40 hbrinkm 1.52.164.1: #i23727#

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2a1e81bc0689f36fd3e190e7e9a8bd7b54b8650]

        INTEGRATION: CWS num04 (1.30.84); FILE MERGED 2004/04/14 15:03:46 hbrinkm 1.30.84.1: #i23727# numbering indent can be negative

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a69bc115e3407d455b07ca5ab8055cd434432abd]

        INTEGRATION: CWS num04 (1.19.278); FILE MERGED 2004/04/14 15:03:45 hbrinkm 1.19.278.1: #i23727# numbering indent can be negative

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf7d546e7a73a98d032476baa97aa174ad81be58]

        INTEGRATION: CWS num04 (1.30.164); FILE MERGED 2004/04/07 09:17:34 hbrinkm 1.30.164.1: #i23728# allow negative indent for outline numbering

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a9114bbdd492d1a7f26e2a7c8115eacb4dcbd8f]

        INTEGRATION: CWS num04 (1.35.178); FILE MERGED 2004/04/14 15:05:45 hbrinkm 1.35.178.1: #i23727# numbering indent can be negative

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d9797a0425cff3371b5966e8f41e0b3124829c1]

        INTEGRATION: CWS num04 (1.23.34); FILE MERGED 2004/04/07 10:52:21 hbrinkm 1.23.34.3: RESYNC: (1.23-1.24); FILE MERGED 2004/04/01 15:06:24 hbrinkm 1.23.34.2: #i23728# 2004/03/31 15:50:44 hbrinkm 1.23.34.1: #i23727#

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb3ac91b213bee934b8fa4e0dcddb169b36e9c63]

        INTEGRATION: CWS num04 (1.44.36); FILE MERGED 2004/04/07 09:06:15 hbrinkm 1.44.36.2: #i23728# 2004/04/01 15:04:53 hbrinkm 1.44.36.1: #i23728#

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0822bcd6a108f94c89d6a57d784fb53985b6c2ba]

        INTEGRATION: CWS num04 (1.61.178); FILE MERGED 2004/04/07 09:04:39 hbrinkm 1.61.178.3: #i23728# 2004/04/01 15:01:13 hbrinkm 1.61.178.2: #i23728# 2004/03/31 15:50:28 hbrinkm 1.61.178.1: #i23727#

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [3072f69728ca3128e8efebdfee27c03d8c45dea1]

        INTEGRATION: CWS num04 (1.12.36); FILE MERGED 2004/03/31 15:48:36 hbrinkm 1.12.36.2: #i23730# 2004/03/31 15:46:43 hbrinkm 1.12.36.1: #i23730#

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [edc25637a077932b501f0ae418fc914868b51085]

        INTEGRATION: CWS swtextwrap (1.5.8); FILE MERGED 2004/04/23 11:46:28 pb 1.5.8.1: fix: #i28008# new flag text wrapping

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [efffbab5e6e0c9a8d662c8e09a902b5d899b6317]

        INTEGRATION: CWS num04 (1.30.60); FILE MERGED 2004/04/07 10:46:08 hbrinkm 1.30.60.2: RESYNC: (1.30-1.32); FILE MERGED 2004/04/01 14:57:23 hbrinkm 1.30.60.1: #i23728#

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a0280eaaa3c392164c318dfbf73e3f461ab40eb]

        INTEGRATION: CWS swtextwrap (1.4.8); FILE MERGED 2004/04/23 11:46:44 pb 1.4.8.1: fix: #i28008# new flag text wrapping

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cbd397adebb272ddfe988aef90631b5665e25e3]

        INTEGRATION: CWS swtextwrap (1.5.4); FILE MERGED 2004/04/23 11:47:48 pb 1.5.4.1: fix: #i28008# new flag text wrapping

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb9f59e367431a6c5f325551feed91f7d393f516]

        INTEGRATION: CWS swtextwrap (1.34.12); FILE MERGED 2004/04/23 07:25:41 fme 1.34.12.1: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [95a72e39b218a301fba6352ea879d9baf5ab2f6e]

        INTEGRATION: CWS swtextwrap (1.5.14); FILE MERGED 2004/04/23 12:06:51 pb 1.5.14.2: fix: #i28008# new strings from EM 2004/04/23 11:50:40 pb 1.5.14.1: fix: #i28008# new flag text wrapping

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f000f0449120472cda0651be2a9c6d8c456efbe]

        INTEGRATION: CWS swtextwrap (1.5.14); FILE MERGED 2004/04/23 11:50:40 pb 1.5.14.1: fix: #i28008# new flag text wrapping

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [49ee4521e0642585d9e03f769c4925c07bd0da49]

        INTEGRATION: CWS swtextwrap (1.5.14); FILE MERGED 2004/04/23 11:50:41 pb 1.5.14.1: fix: #i28008# new flag text wrapping

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f65a2bd2fb8f36218c6965e15d003f033ceb7107]

        INTEGRATION: CWS swtextwrap (1.77.12); FILE MERGED 2004/05/07 08:42:19 fme 1.77.12.2: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects 2004/04/23 07:25:40 fme 1.77.12.1: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d4e3f53e7b461a6317e64e0b51ef8496c55e899]

        INTEGRATION: CWS swtextwrap (1.133.14); FILE MERGED 2004/04/23 12:16:13 fme 1.133.14.2: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer 2004/04/23 07:25:39 fme 1.133.14.1: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [96a66125d51fa38a1be2d54553ebda943b634977]

        INTEGRATION: CWS swtextwrap (1.47.14); FILE MERGED 2004/04/23 07:25:39 fme 1.47.14.1: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [23f698ecee033612ac3a9f5cfd7674b08bb3ccd1]

        INTEGRATION: CWS swtextwrap (1.43.100); FILE MERGED 2004/04/23 07:25:38 fme 1.43.100.1: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [67021e7ff0d15a8336cc67d361e8843303cd4362]

        INTEGRATION: CWS swtextwrap (1.53.42); FILE MERGED 2004/04/23 07:25:38 fme 1.53.42.1: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d06b253bcd2830e852ba45a98e0409ed28261cf3]

        INTEGRATION: CWS swtextwrap (1.39.14); FILE MERGED 2004/04/23 11:51:00 pb 1.39.14.2: fix: #i28008# new flag text wrapping 2004/04/23 07:25:37 fme 1.39.14.1: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1462e5c6599b48f9332f9419ff0c1a67f3216017]

        INTEGRATION: CWS swtextwrap (1.33.14); FILE MERGED 2004/04/23 07:25:18 fme 1.33.14.1: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c160ed5033750f3b0e667bd2fb3c1afeb2827b9]

        INTEGRATION: CWS swtextwrap (1.64.4); FILE MERGED 2004/04/23 07:25:18 fme 1.64.4.1: #108724# #i13832# #i24135# Compatibility flag - text wrapping around objects anchored in header and text wrapping of text in header/footer

2004-05-11  Oliver Bolte  <obo@openoffice.org>  [9b9e6784c196046f93821c095f176d45a94b90ba]

        new version for SRC680

2004-05-11  Oliver Bolte  <obo@openoffice.org>  [8c6ac7bcb5983765df79c11895573866a3c8edc5]

        initial version

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d17f5d78aca9d78bad4f46ffc5e69a0f0d78e99a]

        INTEGRATION: CWS dialogdiet01 (1.40.104); FILE MERGED 2004/03/31 04:57:57 gyang 1.40.104.2: RESYNC: (1.40-1.42); FILE MERGED 2004/03/26 09:11:57 mwu 1.40.104.1: sw model converted. 20040326

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [83fdbe2790f63911c34c539b20748b7736dfec28]

        INTEGRATION: CWS dialogdiet01 (1.21.42); FILE MERGED 2004/03/26 09:12:14 mwu 1.21.42.2: sw model converted. 20040326 2004/02/27 06:06:47 mwu 1.21.42.1: dialogdiet01 2004_02_27

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1c97f1d628c2757962e030ff31421ddb36eea38]

        INTEGRATION: CWS dialogdiet01 (1.7.420); FILE MERGED 2004/03/26 09:12:13 mwu 1.7.420.1: sw model converted. 20040326

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5388e2431d8a797362d34ca8a897847093bf4fc]

        INTEGRATION: CWS dialogdiet01 (1.22.42); FILE MERGED 2004/03/26 09:12:11 mwu 1.22.42.2: sw model converted. 20040326 2004/02/27 06:06:46 mwu 1.22.42.1: dialogdiet01 2004_02_27

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1019eb93472badc025f958412512339ab1c3bf83]

        INTEGRATION: CWS dialogdiet01 (1.7.126); FILE MERGED 2004/03/26 09:12:01 mwu 1.7.126.1: sw model converted. 20040326

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [10744f704c8665138e0325c919cd7abdfa3ae6f9]

        INTEGRATION: CWS dialogdiet01 (1.8.196); FILE MERGED 2004/03/26 09:11:58 mwu 1.8.196.1: sw model converted. 20040326

2004-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ed7c911ea0b513b962acb001382cdd167d8a377]

        INTEGRATION: CWS fwkbugfix02 (1.2.18); FILE MERGED 2004/04/14 16:07:29 mav 1.2.18.3: #116355# Save copy as 2004/03/31 16:46:17 mav 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/31 07:03:38 cd 1.2.18.1: #116054# Support new interfaces/methods to support inplace editing in a generic way.

2004-05-11  Oliver Bolte  <obo@openoffice.org>  [8ca5df106826b63ba6bc3c745a35132c375dcbf1]

        new version for SRC680

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad42b2210acad9fd12593b84e0b8f72f6bde110f]

        INTEGRATION: CWS fwkbugfix02 (1.3.8); FILE MERGED 2004/04/07 16:06:40 mav 1.3.8.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbe426834ee0112fd981b5016850a8e77e1f3139]

        INTEGRATION: CWS fwkbugfix02 (1.37.26); FILE MERGED 2004/04/27 11:42:03 mav 1.37.26.2: RESYNC: (1.37-1.38); FILE MERGED 2004/04/07 16:06:40 mav 1.37.26.1: #116056# adopt to incompatible changes

2004-05-10  Oliver Bolte  <obo@openoffice.org>  [817f2832dfaed7b2c88843fef910a2324c388f2a]

        new version for SRC680

2004-05-10  Oliver Bolte  <obo@openoffice.org>  [e515a4f01b1c23b9f0f9a30c839948b80551ca5b]

        new version for SRC680

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9722559d3f3c7cad4bd1abf8bd2e3cbfad4f67fe]

        INTEGRATION: CWS fwkbugfix02 (1.8.148); FILE MERGED 2004/04/06 14:04:33 mav 1.8.148.2: #116056# remove unused interfaces 2004/04/06 14:03:45 mav 1.8.148.1: #116056# use correct ifndef guard

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3f42e2c9b92750fe7f6851555f16e4329ad264a]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/04/06 14:03:44 mav 1.2.148.1: #116056# use correct ifndef guard

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0505061664f2d035a41917add680d6b7294f7aed]

        INTEGRATION: CWS fwkbugfix02 (1.4.24); FILE MERGED 2004/04/19 09:16:14 mav 1.4.24.6: #116056# object map mode 2004/04/14 11:22:28 mav 1.4.24.5: #i22465# state change events 2004/03/25 11:10:33 mav 1.4.24.4: #116056# interfaces review 2004/03/25 10:51:42 mav 1.4.24.3: #116056# interfaces review 2004/03/24 09:23:18 mav 1.4.24.2: #116056# remove unneeded interfaces 2004/03/22 10:14:38 mav 1.4.24.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdc5978085015703f1410d7e0bcaee97f5492a4d]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/22 10:14:37 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2b682b0e5855731135ffcceae0e5faa94440b62]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/04/19 12:37:48 mav 1.2.148.7: #116056# interfaces review 2004/04/19 12:02:03 mav 1.2.148.6: #116056# interfaces review 2004/04/19 11:19:01 mav 1.2.148.5: #116056# interfaces review 2004/04/19 11:18:17 mav 1.2.148.4: #116056# interfaces review 2004/04/19 09:16:14 mav 1.2.148.3: #116056# object map mode 2004/03/25 10:51:05 mav 1.2.148.2: #116056# interfaces review 2004/03/22 10:14:37 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [565044968cb0602d7a5b1e789c0801cdead3a4af]

        INTEGRATION: CWS fwkbugfix02 (1.3.124); FILE MERGED 2004/03/22 10:14:37 mav 1.3.124.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1791187c45cd976f4c1242960a770a6d9de2bf76]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/22 10:14:36 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3df5115a827eea9f9b05dda50161a5318354974b]

        INTEGRATION: CWS fwkbugfix02 (1.3.70); FILE MERGED 2004/04/28 09:24:48 mav 1.3.70.10: #116056# use inheritance 2004/04/01 14:56:36 mav 1.3.70.9: #116056# copyToStorage commits the target at the end 2004/03/31 15:50:14 mav 1.3.70.8: #116056# use StorageWrappedTargetException 2004/03/31 14:32:47 mav 1.3.70.7: #116056# copyToStorage does not commit the target 2004/03/25 10:50:01 mav 1.3.70.6: #116056# interfaces review 2004/03/24 09:25:33 mav 1.3.70.5: #115510# let storage accept passwords directly 2004/03/22 10:14:36 mav 1.3.70.4: #115011# review idl files 2004/03/16 16:15:12 mav 1.3.70.3: #115957# no need in out-parameters 2004/03/16 13:27:57 mav 1.3.70.2: #115957# retrieving of last commited version of a storage 2004/03/16 13:21:25 mav 1.3.70.1: #115957# retrieving of last commited version of a storage

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [02378327562737c6177a2bd3afd34ffcf42812ca]

        INTEGRATION: CWS fwkbugfix02 (1.1.2); FILE ADDED 2004/04/14 11:21:52 mav 1.1.2.1: #i22465# state change events

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd653ffb55c3e25d6c28bb947d80e9fd71735f4d]

        INTEGRATION: CWS fwkbugfix02 (1.1.2); FILE ADDED 2004/04/14 13:32:54 mav 1.1.2.2: #i22465# state change events 2004/04/14 11:22:02 mav 1.1.2.1: #i22465# state change events

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ed3b5d974b6c5264afb011d8e5a60de7e5b8d92]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/31 14:31:57 mav 1.2.148.3: #116056# persistance handling 2004/03/25 10:49:25 mav 1.2.148.2: #116056# interfaces review 2004/03/22 10:14:36 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ade648f290ac8428de3908c6159f50e9831039e]

        INTEGRATION: CWS fwkbugfix02 (1.2.26); FILE MERGED 2004/03/25 10:47:25 mav 1.2.26.2: #116056# interfaces review 2004/03/22 10:14:35 mav 1.2.26.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9842272a1d0fcd08786600634f7ad49b3d44a5e5]

        INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED 2004/03/25 10:45:29 mav 1.3.102.2: #116056# interfaces review 2004/03/22 10:14:35 mav 1.3.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [57b4627bdcdb3dd944996eadc48be74b7f664eb5]

        INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED 2004/03/25 10:44:30 mav 1.2.102.2: #116056# interfaces review 2004/03/22 10:14:35 mav 1.2.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a09b54b7579526bb9e449ffd41cde8e438ba865e]

        INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED 2004/03/25 10:43:37 mav 1.2.102.2: #116056# interfaces review 2004/03/22 10:14:35 mav 1.2.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [07c24eebc717b13dc71f8ea19a527a51f813d708]

        INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED 2004/04/19 11:18:15 mav 1.3.102.4: #116056# interfaces review 2004/03/25 10:41:03 mav 1.3.102.3: #116056# interfaces review 2004/03/24 10:17:39 mav 1.3.102.2: #116056# remove unneeded interfaces 2004/03/22 10:14:34 mav 1.3.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d830f89342f09419d264cba6de0f492671304e40]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/25 11:10:15 mav 1.2.148.3: #116056# interfaces review 2004/03/24 09:24:35 mav 1.2.148.2: #116056# use LayoutManager 2004/03/22 10:14:34 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e0bf5423079f3fdfe5ddd0dd00b33c253a9fd16]

        INTEGRATION: CWS fwkbugfix02 (1.1.4); FILE ADDED 2004/03/22 10:14:34 mav 1.1.4.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cd7e5c0ee8f22126ced16ea8df5b84a099e0470]

        INTEGRATION: CWS fwkbugfix02 (1.1.4); FILE ADDED 2004/03/22 10:14:33 mav 1.1.4.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b320160f569db8dc8fbaafc6b61e91fa761a58f2]

        INTEGRATION: CWS fwkbugfix02 (1.1.4); FILE ADDED 2004/03/25 10:36:19 mav 1.1.4.2: #116056# interfaces review 2004/03/22 10:14:33 mav 1.1.4.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8104b981dba0623b3ade31b6cec7dde8d1f6149]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/04/01 10:28:34 mav 1.2.148.5: #116056# allow to throw exception 2004/03/31 14:14:40 mav 1.2.148.4: #116056# the encryption can also be removed 2004/03/25 10:35:36 mav 1.2.148.3: #116056# interfaces review 2004/03/24 09:25:33 mav 1.2.148.2: #115510# let storage accept passwords directly 2004/03/22 10:14:32 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7973a601f754b9049b18aef2de25860a5dba889]

        INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED 2004/04/28 09:24:47 mav 1.3.102.5: #116056# use inheritance 2004/04/19 12:37:48 mav 1.3.102.4: #116056# interfaces review 2004/03/31 15:57:51 mav 1.3.102.3: #116056# use VerbDescriptor 2004/03/25 10:34:24 mav 1.3.102.2: #116056# interfaces review 2004/03/22 10:14:32 mav 1.3.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [95cb13aa92a4b834ee0e9010286b7ad88d7a7ffc]

        INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED 2004/04/28 09:24:47 mav 1.3.102.3: #116056# use inheritance 2004/03/25 10:33:18 mav 1.3.102.2: #116056# interfaces review 2004/03/22 10:14:32 mav 1.3.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8230731f6d5dcb5863ddf3d459f1855f11e7ff21]

        INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED 2004/04/19 12:00:29 mav 1.3.102.4: #116056# interfaces review 2004/04/19 07:42:02 mav 1.3.102.3: #116056# interfaces review 2004/03/25 10:30:23 mav 1.3.102.2: #116056# interfaces review 2004/03/22 10:14:32 mav 1.3.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5db975e1a7f454c9f42ac42be7d93003907a8362]

        INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED 2004/03/25 10:26:42 mav 1.3.102.2: #116056# interfaces review 2004/03/22 10:14:31 mav 1.3.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7124cecb37a76c364947d54a9679c8a129cfe00]

        INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED 2004/04/15 11:06:17 mav 1.2.102.3: #i27055# if an object is loaded from entry some properties of MediaDescriptor can make sence 2004/03/25 11:07:23 mav 1.2.102.2: #116056# interfaces review 2004/03/22 10:14:31 mav 1.2.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b130d5f78b91163baf9345d9eee876730b359612]

        INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED 2004/03/22 10:14:31 mav 1.3.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [52590ed1e570a4bc94f5d4baa1f54ca4d32c2daf]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/25 09:15:41 mav 1.2.148.2: #116056# interfaces review 2004/03/22 10:14:30 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [91364d9bb788ce4089a0629e17aca7723f16a005]

        INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED 2004/03/22 10:14:30 mav 1.3.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [562b67dbb9b5d6a89e81374a0e02ba6479d5c7c5]

        INTEGRATION: CWS fwkbugfix02 (1.1.2); FILE ADDED 2004/03/25 10:08:20 mav 1.1.2.1: #116056# interfaces review

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3be3286b65076a93a88608290e4f02b8c50ce2c3]

        INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED 2004/03/31 15:57:51 mav 1.2.102.2: #116056# use VerbDescriptor 2004/03/22 10:14:29 mav 1.2.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [12d9d8b21f25ce60a4a219b0e293399ad87606f5]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/25 10:06:16 mav 1.2.148.2: #116056# interfaces review 2004/03/22 10:14:29 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a2bf5c06f8a8da59623a3d3675324d8535f4c52]

        INTEGRATION: CWS fwkbugfix02 (1.1.2); FILE ADDED 2004/03/25 11:04:08 mav 1.1.2.1: #116056# interfaces review

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c9a97da7f38b91ba0c81da856edd5a27ebf47ee]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/31 14:13:52 mav 1.2.148.4: #116056# common encryption password idea 2004/03/25 11:01:42 mav 1.2.148.3: #116056# interfaces review 2004/03/24 09:25:33 mav 1.2.148.2: #115510# let storage accept passwords directly 2004/03/22 10:14:28 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [44c77f50d6992e97f51af9b714752eaaa8e1e74b]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/25 09:47:13 mav 1.2.148.2: #116056# interfaces review 2004/03/22 10:14:28 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f5596fe0513e7fc7377828e0bdc56a577bc70ba]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/04/28 09:24:47 mav 1.2.148.7: #116056# use inheritance 2004/03/31 14:11:03 mav 1.2.148.6: #116056# common encryption password idea 2004/03/25 09:38:24 mav 1.2.148.5: #116056# interfaces review 2004/03/25 09:23:31 mav 1.2.148.4: #116056# interfaces review 2004/03/25 09:17:17 mav 1.2.148.3: #116056# interfaces review 2004/03/24 09:25:32 mav 1.2.148.2: #115510# let storage accept passwords directly 2004/03/22 10:14:28 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca09508ea434abe890b58855d11df0373d2be14e]

        INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED 2004/03/25 12:48:59 mav 1.2.102.2: #116056# interfaces review 2004/03/22 10:14:27 mav 1.2.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c56c93c3d1a1f2ea18998fd61f5463a91d9cad0b]

        INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED 2004/03/22 10:14:27 mav 1.2.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [579f31fccfa885652b303ab7b0181e360e638138]

        INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED 2004/03/25 09:11:40 mav 1.2.102.2: #116056# interfaces review 2004/03/22 10:14:27 mav 1.2.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [abd00143bc5dcbb8d7a139e6fc78e466d1d9d64e]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/25 12:48:58 mav 1.2.148.3: #116056# interfaces review 2004/03/25 09:10:54 mav 1.2.148.2: #116056# interfaces review 2004/03/22 10:14:27 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [28ee3c8ddf726ee2bd3e4ab794068a2a9b6e0ced]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/25 09:09:43 mav 1.2.148.2: #116056# interfaces review 2004/03/22 10:14:27 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d149866482c9d053b903342befdaff523a22f91e]

        INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED 2004/04/15 10:56:59 mav 1.2.102.2: #116368# allow to provide dispatch interceptor for outplace activation 2004/03/22 10:14:26 mav 1.2.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6de6a30c40888b6a0e670ed9e9c6d4169932814a]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/22 10:14:26 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d339c5107306ad24fd836e4968205f1e7da94fe]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/25 09:08:28 mav 1.2.148.2: #116056# interfaces review 2004/03/22 10:14:25 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [61217177ad1ae35ee408a9bab1df743cb79655cd]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/25 09:06:20 mav 1.2.148.2: #116056# interfaces review 2004/03/22 10:14:25 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [61b81cabd09db43c1612377143dd8d28ed4841a4]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/22 10:14:24 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dd75a4e36455a390c4db48adca6c7005c877192]

        INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED 2004/03/25 09:06:19 mav 1.2.148.2: #116056# interfaces review 2004/03/22 10:14:24 mav 1.2.148.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4145934115ae29bb65383f52c95254a8de0360e4]

        INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED 2004/03/25 09:06:19 mav 1.3.102.2: #116056# interfaces review 2004/03/22 10:14:23 mav 1.3.102.1: #115011# review idl files

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2609bc65687f87574cb40789aace1a9efb10c9f]

        INTEGRATION: CWS fwkbugfix02 (1.4.10); FILE MERGED 2004/04/15 13:09:50 mav 1.4.10.1: #i27055# if an object is loaded from entry some properties of MediaDescriptor can make sence

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [50164a81b96ed2eceba1231f655dbf0ac9b36e7e]

        INTEGRATION: CWS fwkbugfix02 (1.3.10); FILE MERGED 2004/04/22 15:44:53 mav 1.3.10.3: #116056# Ole to OLE 2004/04/15 13:09:49 mav 1.3.10.2: #i27055# if an object is loaded from entry some properties of MediaDescriptor can make sence 2004/04/07 16:34:52 mav 1.3.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e49568aa3013709a3d2fa8bab601730ef3d3372d]

        INTEGRATION: CWS fwkbugfix02 (1.2.10); FILE MERGED 2004/04/19 13:35:49 mav 1.2.10.2: #116056# interfaces review 2004/04/07 16:34:52 mav 1.2.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [982b8f02fc9c0e34f66f934061b98d5e3c9acdf7]

        INTEGRATION: CWS fwkbugfix02 (1.13.10); FILE MERGED 2004/04/07 16:34:52 mav 1.13.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e80395e0ef66489e4cf2469b55ee572e4dc51b7e]

        INTEGRATION: CWS fwkbugfix02 (1.11.10); FILE MERGED 2004/04/29 07:49:11 mav 1.11.10.2: #116056# interfaces review 2004/04/07 16:34:52 mav 1.11.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [26ff1df5829867845cd9f9502e0cb1c54cbaa2d4]

        INTEGRATION: CWS fwkbugfix02 (1.5.10); FILE MERGED 2004/04/19 13:35:48 mav 1.5.10.2: #116056# interfaces review 2004/04/07 16:34:51 mav 1.5.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dc7d5243769c4bbc08cd34a1299ce7034a2334f]

        INTEGRATION: CWS fwkbugfix02 (1.9.10); FILE MERGED 2004/04/30 08:00:58 mav 1.9.10.1: #116056# interfaces review

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b94a5b677a72dc4e9c8e27709f61506c8292aeda]

        INTEGRATION: CWS fwkbugfix02 (1.17.10); FILE MERGED 2004/04/30 08:00:57 mav 1.17.10.1: #116056# interfaces review

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d639c647f254f68a2f08e2eb5c6ce2eb4ed685f7]

        INTEGRATION: CWS fwkbugfix02 (1.5.10); FILE MERGED 2004/04/21 07:41:44 mav 1.5.10.3: #116056# interfaces review 2004/04/20 15:28:24 mav 1.5.10.2: #116056# interfaces review 2004/04/15 16:45:16 mav 1.5.10.1: #i27055# if an object is loaded from entry some properties of MediaDescriptor can make sence

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d970055b3f9c3d3cda79b5fee827a7f1e4e2aead]

        INTEGRATION: CWS fwkbugfix02 (1.9.10); FILE MERGED 2004/04/29 07:49:10 mav 1.9.10.4: #116056# interfaces review 2004/04/28 10:26:11 mav 1.9.10.3: #116056# use inheritance 2004/04/19 13:35:48 mav 1.9.10.2: #116056# interfaces review 2004/04/07 16:34:51 mav 1.9.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [860be7cecf2412f07683f4cab994bbc09267ac50]

        INTEGRATION: CWS fwkbugfix02 (1.4.10); FILE MERGED 2004/04/19 13:35:48 mav 1.4.10.2: #116056# interfaces review 2004/04/15 10:06:02 mav 1.4.10.1: #116368# allow to provide dispatch interceptor for outplace activation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7615770026821959330522ec182bc93a9c55b46f]

        INTEGRATION: CWS fwkbugfix02 (1.8.10); FILE MERGED 2004/04/28 10:26:11 mav 1.8.10.5: #116056# use inheritance 2004/04/19 13:35:47 mav 1.8.10.4: #116056# interfaces review 2004/04/15 13:09:49 mav 1.8.10.3: #i27055# if an object is loaded from entry some properties of MediaDescriptor can make sence 2004/04/14 14:23:23 mav 1.8.10.2: #i22465# state change events 2004/04/07 16:34:50 mav 1.8.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cae261d5bbd0fd3bf9961983a7a0ce1ad8fe2f1]

        INTEGRATION: CWS fwkbugfix02 (1.5.10); FILE MERGED 2004/04/22 15:44:52 mav 1.5.10.4: #116056# Ole to OLE 2004/04/20 15:28:00 mav 1.5.10.3: #116056# interfaces review 2004/04/15 16:45:04 mav 1.5.10.2: #i27055# if an object is loaded from entry some properties of MediaDescriptor can make sence 2004/04/07 16:34:49 mav 1.5.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f085b5651bbcd902061208b8f9834515f86da5bd]

        INTEGRATION: CWS fwkbugfix02 (1.2.10); FILE MERGED 2004/04/14 16:58:33 mav 1.2.10.2: #116355# Save copy as 2004/04/07 16:34:49 mav 1.2.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a191bbc594a2ea02c60b699de6ea2b58e4f2a9f]

        INTEGRATION: CWS fwkbugfix02 (1.6.10); FILE MERGED 2004/04/19 13:35:47 mav 1.6.10.3: #116056# interfaces review 2004/04/15 10:06:02 mav 1.6.10.2: #116368# allow to provide dispatch interceptor for outplace activation 2004/04/14 14:23:22 mav 1.6.10.1: #i22465# state change events

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [53248a9f072e58bafe33556be05fdf2d87ca426c]

        INTEGRATION: CWS fwkbugfix02 (1.4.10); FILE MERGED 2004/04/15 13:09:49 mav 1.4.10.1: #i27055# if an object is loaded from entry some properties of MediaDescriptor can make sence

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [66682c07a58a6e81707d4f0393b53f289db8ec6a]

        INTEGRATION: CWS fwkbugfix02 (1.4.10); FILE MERGED 2004/04/15 13:09:48 mav 1.4.10.2: #i27055# if an object is loaded from entry some properties of MediaDescriptor can make sence 2004/04/07 16:34:49 mav 1.4.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [57db61a8d287ac434805ad2652d8a87f1b47c90e]

        INTEGRATION: CWS fwkbugfix02 (1.1.10); FILE MERGED 2004/04/19 13:35:46 mav 1.1.10.2: #116056# interfaces review 2004/04/07 16:34:48 mav 1.1.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [60ad7fd96fa179b6a6090a86e03b229796b338be]

        INTEGRATION: CWS fwkbugfix02 (1.7.10); FILE MERGED 2004/04/15 13:09:48 mav 1.7.10.3: #i27055# if an object is loaded from entry some properties of MediaDescriptor can make sence 2004/04/15 10:06:02 mav 1.7.10.2: #116368# allow to provide dispatch interceptor for outplace activation 2004/04/07 16:34:48 mav 1.7.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bbd4e977b91c4f536a8b121f97dea0bb9d8c763]

        INTEGRATION: CWS fwkbugfix02 (1.7.10); FILE MERGED 2004/04/30 15:28:17 mav 1.7.10.6: #116056# interfaces review 2004/04/30 15:27:33 mav 1.7.10.5: #116056# interfaces review 2004/04/29 07:49:10 mav 1.7.10.4: #116056# interfaces review 2004/04/28 10:25:20 mav 1.7.10.3: #116056# use inheritance 2004/04/14 14:23:22 mav 1.7.10.2: #i22465# state change events 2004/04/07 16:34:48 mav 1.7.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b80fd1bd0a598e174e1175a11a86375cb38536eb]

        INTEGRATION: CWS fwkbugfix02 (1.4.10); FILE MERGED 2004/04/19 13:35:46 mav 1.4.10.3: #116056# interfaces review 2004/04/14 14:23:22 mav 1.4.10.2: #i22465# state change events 2004/04/07 16:34:47 mav 1.4.10.1: #116056# adopt to incompatible changes

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d6da70e9ecfba44113422c52a55842fe61cb37]

        INTEGRATION: CWS fwkbugfix02 (1.2.18); FILE MERGED 2004/04/14 10:08:07 mav 1.2.18.1: #116056# adopt to interfaces change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef94492b52883dadf9f35ca00150fab3fd2a4aae]

        INTEGRATION: CWS fwkbugfix02 (1.2.18); FILE MERGED 2004/04/14 10:07:34 mav 1.2.18.1: #116056# adopt to interfaces change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [032a7f0f5a8c2bda626e79ada75b1943508512f2]

        INTEGRATION: CWS fwkbugfix02 (1.2.18); FILE MERGED 2004/03/31 16:46:33 mav 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/31 07:03:38 cd 1.2.18.1: #116054# Support new interfaces/methods to support inplace editing in a generic way.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e003738f4c8dbaef4b23dcb94a18404be62df2e]

        INTEGRATION: CWS fwkbugfix02 (1.11.6); FILE MERGED 2004/04/14 16:07:28 mav 1.11.6.1: #116355# Save copy as

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [97ebbb02d874868de162419fb11ab69f313e5778]

        INTEGRATION: CWS fwkbugfix02 (1.2.18); FILE MERGED 2004/03/31 16:47:33 mav 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/31 07:03:24 cd 1.2.18.1: #116054# Support new interfaces/methods to support inplace editing in a generic way.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcc8679ee4697ba6937c9d99d06b2e33cdeab3c2]

        INTEGRATION: CWS fwkbugfix02 (1.3.6); FILE MERGED 2004/04/14 16:07:28 mav 1.3.6.1: #116355# Save copy as

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [93e46c0fda8cd744152a89f3650a57a2cae236b7]

        INTEGRATION: CWS fwkbugfix02 (1.2.2); FILE MERGED 2004/04/29 09:32:22 mav 1.2.2.1: #116056# interfaces review

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [948a72f2637ada864fcb881dde7abe883b7a62e6]

        INTEGRATION: CWS fwkbugfix02 (1.2.8); FILE MERGED 2004/04/28 14:30:20 mav 1.2.8.1: #116056# interfaces review

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4441dfe370adb433238ae7dbf6dd72c38c5aa740]

        INTEGRATION: CWS fwkbugfix02 (1.2.8); FILE MERGED 2004/04/28 14:30:18 mav 1.2.8.1: #116056# interfaces review

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e828eff6a2c206eca4e83a85ef7d6778b1a05a74]

        INTEGRATION: CWS fwkbugfix02 (1.1.2); FILE ADDED 2004/03/24 07:50:05 mav 1.1.2.2: #115974# add static checking method 2004/03/23 15:40:18 mav 1.1.2.1: #115974# seekable wrapper

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5948a5f58a015f0e0c7e19abe4a9952c6db1e1c2]

        INTEGRATION: CWS fwkbugfix02 (1.4.178); FILE MERGED 2004/03/23 15:39:21 mav 1.4.178.1: #115974# seekable wrapper

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [99019ae91fa6f6675115708e6da74ff85092eac1]

        INTEGRATION: CWS fwkbugfix02 (1.1.2); FILE ADDED 2004/03/24 07:50:04 mav 1.1.2.2: #115974# add static checking method 2004/03/23 15:40:29 mav 1.1.2.1: #115974# seekable wrapper

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9811f0ee667d5a67ebed5e39ff2973c0196b8e5]

        INTEGRATION: CWS fwkbugfix02 (1.59.14); FILE MERGED 2004/04/27 10:44:28 mav 1.59.14.3: RESYNC: (1.59-1.61); FILE MERGED 2004/04/19 15:09:52 mav 1.59.14.2: #116056# object map mode 2004/04/16 08:52:26 mav 1.59.14.1: #116056# adopt to interfaces change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2210b8a77fd594ceb168fc4469deed724a155f0f]

        INTEGRATION: CWS fwkbugfix02 (1.44.18); FILE MERGED 2004/04/15 13:50:27 mav 1.44.18.1: #116355# Save copy as

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [85e9c9a27eea73769dbdc66dc54ada90b05fca25]

        INTEGRATION: CWS fwkbugfix02 (1.10.36); FILE MERGED 2004/03/23 15:42:24 mav 1.10.36.2: #115974# use seekable wrapper from comphelper 2004/03/17 11:39:26 mav 1.10.36.1: #115957# Extend the cloning functionality

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8bc2f2f6b257f4f9b6c8a0073b8cca48f9a5699]

        INTEGRATION: CWS fwkbugfix02 (1.2.12); FILE MERGED 2004/03/17 11:39:25 mav 1.2.12.1: #115957# Extend the cloning functionality

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [32ccae8baefc2effd196765cb398d2826828ed0d]

        INTEGRATION: CWS fwkbugfix02 (1.20.12); FILE MERGED 2004/04/07 12:28:09 mav 1.20.12.2: #115729# the problem is handled by storages 2004/03/17 11:39:25 mav 1.20.12.1: #115957# Extend the cloning functionality

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3426dd702af28f53d2b87ff56119430b7bdbb6e5]

        INTEGRATION: CWS fwkbugfix02 (1.37.12); FILE MERGED 2004/04/01 14:33:50 mav 1.37.12.2: #116056# adopt implementation to the design change 2004/03/24 07:49:06 mav 1.37.12.1: #115974# use seekable wrapper from comphelper

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aa6d3970c4ceb2f64577d01d0c865ad42626de0]

        INTEGRATION: CWS fwkbugfix02 (1.64.10); FILE MERGED 2004/03/17 11:39:25 mav 1.64.10.1: #115957# Extend the cloning functionality

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [94ea9bcb20a068e89ffb0641f4da5e55713aa9c1]

        INTEGRATION: CWS fwkbugfix02 (1.89.12); FILE MERGED 2004/04/27 10:58:22 mav 1.89.12.4: RESYNC: (1.89-1.90); FILE MERGED 2004/03/24 07:49:06 mav 1.89.12.3: #115974# use seekable wrapper from comphelper 2004/03/23 15:42:24 mav 1.89.12.2: #115974# use seekable wrapper from comphelper 2004/03/17 11:39:25 mav 1.89.12.1: #115957# Extend the cloning functionality

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed12b4e6beb59fe9268665cfb0cb96732d4d42ad]

        INTEGRATION: CWS fwkbugfix02 (1.4.12); FILE MERGED 2004/04/28 10:19:52 mav 1.4.12.5: #116056# use inheritance 2004/04/01 14:33:49 mav 1.4.12.4: #116056# adopt implementation to the design change 2004/03/22 10:28:23 mav 1.4.12.3: #115957# renaming 2004/03/16 16:16:18 mav 1.4.12.2: #115957# no need in out-parameters 2004/03/16 13:47:40 mav 1.4.12.1: #115957# retrieving of last commited version of a storage

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [82a0e7db852b07f456c9d6b40141cdb9b7b0e6ac]

        INTEGRATION: CWS fwkbugfix02 (1.6.12); FILE MERGED 2004/05/03 16:45:51 mav 1.6.12.7: #115510# transport the common key 2004/04/30 15:24:03 mav 1.6.12.6: #116056# interfaces review 2004/04/28 10:19:52 mav 1.6.12.5: #116056# use inheritance 2004/04/01 14:33:49 mav 1.6.12.4: #116056# adopt implementation to the design change 2004/03/22 10:28:22 mav 1.6.12.3: #115957# renaming 2004/03/16 16:16:18 mav 1.6.12.2: #115957# no need in out-parameters 2004/03/16 13:47:40 mav 1.6.12.1: #115957# retrieving of last commited version of a storage

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7c383f92f35c0ed5bfd81ce489255fe8c94d73b]

        INTEGRATION: CWS fwkbugfix02 (1.2.36); FILE MERGED 2004/03/16 13:47:39 mav 1.2.36.1: #115957# retrieving of last commited version of a storage

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [446a3366874025ebcaa6046f61b236a1b8e6b9e3]

        INTEGRATION: CWS fwkbugfix02 (1.2.36); FILE MERGED 2004/04/01 14:33:49 mav 1.2.36.1: #116056# adopt implementation to the design change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [70544fb7014ec95f2c11c7d716f76b4194d531ba]

        INTEGRATION: CWS fwkbugfix02 (1.5.12); FILE MERGED 2004/05/03 16:48:48 mav 1.5.12.2: #115510# transport the encryption info 2004/04/01 14:33:49 mav 1.5.12.1: #116056# adopt implementation to the design change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [01626ddc4938ba2e681c027856b5841f15355a67]

        INTEGRATION: CWS fwkbugfix02 (1.5.12); FILE MERGED 2004/05/04 08:59:51 mav 1.5.12.4: #115510# do not remove password from package stream 2004/05/03 16:48:47 mav 1.5.12.3: #115510# transport the encryption info 2004/04/29 11:31:29 mav 1.5.12.2: #116056# the method returns nothing 2004/04/01 14:33:48 mav 1.5.12.1: #116056# adopt implementation to the design change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff442e91b4f47056482cc83a48b53f24f74b10fd]

        INTEGRATION: CWS fwkbugfix02 (1.3.12); FILE MERGED 2004/05/03 16:46:13 mav 1.3.12.1: #115510# transport the common key

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [93ae2f2cd773cbc5dfb444d52586469ddb64e5ac]

        INTEGRATION: CWS fwkbugfix02 (1.2.116); FILE MERGED 2004/04/07 13:18:06 mav 1.2.116.3: #115729# fix the registration code 2004/04/06 16:36:03 mav 1.2.116.2: #115729# the problem is handled by storages 2004/03/17 11:39:24 mav 1.2.116.1: #115957# Extend the cloning functionality

2004-05-10  Kurt Zenker  <kz@openoffice.org>  [b621369f1de20445ad2215cbee58eef99aa987e5]

        new version for SRC680

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [87f6849434fa308dcae80c68ef4b2615cf5b0ecf]

        INTEGRATION: CWS fwkbugfix02 (1.3.12); FILE MERGED 2004/05/03 16:51:14 mav 1.3.12.4: #115510# fix property name 2004/04/01 14:33:48 mav 1.3.12.3: #116056# adopt implementation to the design change 2004/03/22 10:28:22 mav 1.3.12.2: #115957# renaming 2004/03/17 11:39:24 mav 1.3.12.1: #115957# Extend the cloning functionality

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [246256e9b26f89b4495bec6d5664bf910f79139e]

        INTEGRATION: CWS fwkbugfix02 (1.2.12); FILE MERGED 2004/04/01 14:33:48 mav 1.2.12.1: #116056# adopt implementation to the design change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [641a53315b6793e82014fe81e25b85fdcfba7e5f]

        INTEGRATION: CWS fwkbugfix02 (1.2.12); FILE MERGED 2004/04/01 14:33:47 mav 1.2.12.2: #116056# adopt implementation to the design change 2004/03/17 11:39:23 mav 1.2.12.1: #115957# Extend the cloning functionality

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa26b75000f5201103756ecc7e2118b4a21323b3]

        INTEGRATION: CWS fwkbugfix02 (1.2.28); FILE MERGED 2004/04/01 14:33:47 mav 1.2.28.1: #116056# adopt implementation to the design change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [468de8148811e68d16d03984e5c79f5e7626bf5e]

        INTEGRATION: CWS fwkbugfix02 (1.3.12); FILE MERGED 2004/04/01 14:33:47 mav 1.3.12.1: #116056# adopt implementation to the design change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [57dabddb4f64207280c6c1db362ac1473831c4ab]

        INTEGRATION: CWS fwkbugfix02 (1.3.12); FILE MERGED 2004/04/01 14:33:46 mav 1.3.12.1: #116056# adopt implementation to the design change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ded1ee8ac3d3051bf099b698508a7e1b232d25b5]

        INTEGRATION: CWS fwkbugfix02 (1.2.28); FILE MERGED 2004/04/01 14:33:46 mav 1.2.28.1: #116056# adopt implementation to the design change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9758dc9ed3c4cc10f0926e0d16481f117fac7dc5]

        INTEGRATION: CWS fwkbugfix02 (1.3.12); FILE MERGED 2004/04/01 14:33:45 mav 1.3.12.1: #116056# adopt implementation to the design change

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f3b1ae390ae115a35b3d9162e5f68db21fcd588]

        INTEGRATION: CWS fwkbugfix02 (1.98.4); FILE MERGED 2004/04/30 15:46:15 mav 1.98.4.1: #100000# (CD) Removed doubled entry as it makes trouble during runtime

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc23167d036f2b86f5335bd7b9c1dd3cf32bd9df]

        INTEGRATION: CWS fwkbugfix02 (1.4.12); FILE MERGED 2004/04/30 08:12:04 mav 1.4.12.2: #116056# interfaces review 2004/04/20 07:41:16 mav 1.4.12.1: #116056# interfaces review

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed93e87acb61ec5ad3774922b57d14832193bbdb]

        INTEGRATION: CWS fwkbugfix02 (1.6.12); FILE MERGED 2004/04/30 08:12:03 mav 1.6.12.2: #116056# interfaces review 2004/04/20 07:41:16 mav 1.6.12.1: #116056# interfaces review

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [323a4fe460bb3f38c14e28f91c16f4b960c7150e]

        INTEGRATION: CWS fwkbugfix02 (1.1.12); FILE MERGED 2004/04/20 08:22:21 mav 1.1.12.1: #116056# interfaces review

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a215ce64b0ff5911d35d64dafda984f0463f1b87]

        INTEGRATION: CWS dialogdiet01 (1.13.132); FILE MERGED 2004/03/26 04:31:13 mwu 1.13.132.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e980b5dd24b276f0cd45448c209ca5ef5c5a8e4]

        INTEGRATION: CWS dialogdiet01 (1.30.44); FILE MERGED 2004/03/31 03:35:11 gyang 1.30.44.2: RESYNC: (1.30-1.31); FILE MERGED 2004/02/27 06:09:21 mwu 1.30.44.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7690b66282fe1cf67deda85a6bceab5b695e14a2]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/02/27 08:06:32 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8abaefb0fad85846502369671682aa4c75a8027e]

        INTEGRATION: CWS dialogdiet01 (1.12.620); FILE MERGED 2004/03/26 04:31:12 mwu 1.12.620.2: sw model converted. 20040326 2004/02/27 06:09:20 mwu 1.12.620.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c3e731741bea098dd607a32b55c22d0c4edf073]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/02/27 08:06:50 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [362ae4ff0fc4235c7461c048906c24e9869f49f3]

        INTEGRATION: CWS dialogdiet01 (1.14.620); FILE MERGED 2004/03/26 04:31:12 mwu 1.14.620.2: sw model converted. 20040326 2004/02/27 06:09:20 mwu 1.14.620.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [35cee5287a1276e2284582c6efebc824f5e1fde2]

        INTEGRATION: CWS dialogdiet01 (1.2.46); FILE MERGED 2004/03/26 04:31:12 mwu 1.2.46.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bce40c47b906e232e8723e789a6d0132bab82571]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 04:31:11 mwu 1.1.2.2: sw model converted. 20040326 2004/02/27 08:06:15 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ae6ae6908cbbb05485865856acc9bd2c1ec440b]

        INTEGRATION: CWS dialogdiet01 (1.27.46); FILE MERGED 2004/02/27 06:09:20 mwu 1.27.46.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e53d1df161f972ece5babaffab9acabd0b6e89e5]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/02/27 08:38:16 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd41b0e576781208932b412201e0262bfc9c81c8]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/02/27 08:07:07 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5f4b3ba9668347faf52240e8cb2f990d56fcffd]

        INTEGRATION: CWS dialogdiet01 (1.40.102); FILE MERGED 2004/02/27 06:09:20 mwu 1.40.102.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cc83d25bca74106f34f22eb137b4b9d7e035273]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/02/27 08:04:44 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8eca393b10d3cb56b2c82ecf1d01ae3b1eaeb526]

        INTEGRATION: CWS dialogdiet01 (1.24.46); FILE MERGED 2004/02/27 06:09:19 mwu 1.24.46.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6f564d07f9c8a1d5d9b8dd83b43cddd36ac24d5]

        INTEGRATION: CWS dialogdiet01 (1.2.46); FILE MERGED 2004/03/26 04:31:11 mwu 1.2.46.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbbc86ff4bfa883bb5cecff59abe3a335ba0d505]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/02/27 08:07:24 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [810a8ec45797ba8a21bc44da567ec907eb46c337]

        INTEGRATION: CWS dialogdiet01 (1.40.46); FILE MERGED 2004/02/27 06:09:19 mwu 1.40.46.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2984851894bfa66f36b9e5545d4ffa0f983d7ff4]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/02/27 08:04:17 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [34736c5b6c26f98cad507faa7be8e80ad56379da]

        INTEGRATION: CWS dialogdiet01 (1.17.474); FILE MERGED 2004/02/27 06:09:19 mwu 1.17.474.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c676b8cb7e0b5145e24a3c7e24d94b176b70e5d]

        INTEGRATION: CWS dialogdiet01 (1.20.44); FILE MERGED 2004/03/31 03:50:34 gyang 1.20.44.3: RESYNC: (1.20-1.21); FILE MERGED 2004/03/26 04:31:11 mwu 1.20.44.2: sw model converted. 20040326 2004/02/27 06:09:18 mwu 1.20.44.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bff9dad6eb9f906e6588a0893b0f3abcfa9e6522]

        INTEGRATION: CWS dialogdiet01 (1.3.46); FILE MERGED 2004/03/31 03:48:57 gyang 1.3.46.2: RESYNC: (1.3-1.4); FILE MERGED 2004/02/27 06:09:18 mwu 1.3.46.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b0155b9050f7787e6005dd9ec585a96a11b159a]

        INTEGRATION: CWS dialogdiet01 (1.4.46); FILE MERGED 2004/03/31 03:48:44 gyang 1.4.46.3: RESYNC: (1.4-1.5); FILE MERGED 2004/03/26 04:31:11 mwu 1.4.46.2: sw model converted. 20040326 2004/02/27 06:09:18 mwu 1.4.46.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [490975b789e2a65f4c5733e448c6459aa2cc9653]

        INTEGRATION: CWS dialogdiet01 (1.2.46); FILE MERGED 2004/03/26 04:31:10 mwu 1.2.46.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab0dd77af07279a7fe93b87660ef42558c12ed64]

        INTEGRATION: CWS dialogdiet01 (1.2.46); FILE MERGED 2004/02/27 06:09:18 mwu 1.2.46.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9548e17841a7dc9b0cd548eec874851bcc7eac9]

        INTEGRATION: CWS dialogdiet01 (1.2.46); FILE MERGED 2004/03/26 04:31:09 mwu 1.2.46.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f1cdd815320c378efa706516d97917fbf728dd9]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/31 06:43:25 mwu 1.1.2.2: dialogdiet01 merge 2004-03-31 2004/02/27 08:05:04 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0ad8da57368773c82193d8582072e4845d2e858]

        INTEGRATION: CWS dialogdiet01 (1.79.44); FILE MERGED 2004/04/08 02:03:29 mwu 1.79.44.3: DialogDiet 2004_04_08 2004/03/31 03:47:40 gyang 1.79.44.2: RESYNC: (1.79-1.81); FILE MERGED 2004/02/27 06:09:17 mwu 1.79.44.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f948a52e3121fa2ea5ce211c6bef0e35dead997]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/31 06:12:09 mwu 1.1.2.2: dialogdiet01 merge 2004-03-31 2004/02/27 08:05:22 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aff75f312219f9bd3fe8cc1af890299b056bb7a]

        INTEGRATION: CWS dialogdiet01 (1.17.474); FILE MERGED 2004/03/31 03:46:52 gyang 1.17.474.2: RESYNC: (1.17-1.19); FILE MERGED 2004/02/27 06:09:17 mwu 1.17.474.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b2c4fbfdb9a4876d05cbea3817bdb3d396dd784]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/02/27 08:05:40 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d23c2fa8096bf84b7092f2a5d61e245368fed299]

        INTEGRATION: CWS dialogdiet01 (1.25.176); FILE MERGED 2004/02/27 06:09:16 mwu 1.25.176.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fb6b15dcfe178f9e70faf0309e55e9d35b5f374]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/02/27 08:05:57 mwu 1.1.2.1: cws_dialogdiet01_2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c293254e2df223d59027d612800f48ab835c7f80]

        INTEGRATION: CWS dialogdiet01 (1.15.108); FILE MERGED 2004/02/27 06:09:16 mwu 1.15.108.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c89feeadb5a28693ecad67feb67cc07685cbd5d1]

        INTEGRATION: CWS dialogdiet01 (1.80.36); FILE MERGED 2004/03/31 03:56:18 gyang 1.80.36.3: RESYNC: (1.80-1.81); FILE MERGED 2004/03/26 04:49:26 mwu 1.80.36.2: sw model converted. 20040326 2004/02/27 06:09:15 mwu 1.80.36.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [718507e78d93dd4a97c23f23ee0e3447035b17fc]

        INTEGRATION: CWS dialogdiet01 (1.2.46); FILE MERGED 2004/03/26 04:31:08 mwu 1.2.46.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd64871799a60709b3d1d6594a9a2e7b2f617d22]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/02/27 08:01:56 mwu 1.1.2.1: "dialoddiet 2004_02_27" Issue number: Submitted by: Reviewed by:

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ebd356e0243d348f21cad3fa725de2d565d0e17]

        INTEGRATION: CWS dialogdiet01 (1.2.46); FILE MERGED 2004/03/26 04:31:07 mwu 1.2.46.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [03c07f52487b53ecdb13d3809b280326d2f68d70]

        INTEGRATION: CWS dialogdiet01 (1.2.38); FILE MERGED 2004/04/05 10:08:55 mwu 1.2.38.1: dialogdiet01 2004_04_05

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbdc2e8d9aef5d49bdcf4cee069eb7c2de2fa5b7]

        INTEGRATION: CWS dialogdiet01 (1.8.10); FILE MERGED 2004/04/22 01:44:21 mwu 1.8.10.2: dialogdiet01_2004_04_22 2004/04/05 10:08:55 mwu 1.8.10.1: dialogdiet01 2004_04_05

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d05b391bc8efe917857269b91746fde8238666b]

        INTEGRATION: CWS dialogdiet01 (1.2.38); FILE MERGED 2004/04/22 01:44:20 mwu 1.2.38.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [707f6fbc03811dbc106d78352df6c48f5ab1d370]

        INTEGRATION: CWS dialogdiet01 (1.70.6); FILE MERGED 2004/04/22 01:47:52 mwu 1.70.6.2: dialogdiet01_2004_04_22 2004/04/05 02:14:32 gyang 1.70.6.1: dialogdiet01 20004_4_5

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b037e511dc43f03802d6b8451d990a529bc2091f]

        INTEGRATION: CWS dialogdiet01 (1.3.20); FILE MERGED 2004/04/22 01:47:51 mwu 1.3.20.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e05914f555e2fd2c0b411fe92670bc79d85255a]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/01 05:07:51 mwu 1.1.2.1:  dialogdiet01 merge 2004_03_31

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd75268e4c24f771b3858626b089d8fb592d1dd9]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:51:25 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6769a1b1bc5b36199464a4a65c20a1a87d92571]

        INTEGRATION: CWS dialogdiet01 (1.32.40); FILE MERGED 2004/03/26 09:12:18 mwu 1.32.40.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [21b0e04cd062ad8c2d6581642f5c04a1b910173b]

        INTEGRATION: CWS dialogdiet01 (1.16.340); FILE MERGED 2004/03/26 09:12:18 mwu 1.16.340.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8988de01447bd186337c385ad0dfd208bb91cab8]

        INTEGRATION: CWS dialogdiet01 (1.17.106); FILE MERGED 2004/03/26 09:12:18 mwu 1.17.106.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [064c77518d89bf157b1e5ca977cb85db9281b399]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:50:44 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [efa893f3802982acc304f3e08e432552e1e011ae]

        INTEGRATION: CWS dialogdiet01 (1.12.202); FILE MERGED 2004/03/26 09:12:17 mwu 1.12.202.2: sw model converted. 20040326 2004/02/27 06:06:47 mwu 1.12.202.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [21566c9746ae3e3d213ffcfe90939e87bc393bd5]

        INTEGRATION: CWS dialogdiet01 (1.6.196); FILE MERGED 2004/03/26 09:12:17 mwu 1.6.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e39b10b86387605d070b0b8cc6f8fec9f9c9c2e]

        INTEGRATION: CWS dialogdiet01 (1.8.382); FILE MERGED 2004/03/26 09:12:17 mwu 1.8.382.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7113d809f36c5ed79172036fd67e09918c0dfda3]

        INTEGRATION: CWS dialogdiet01 (1.18.126); FILE MERGED 2004/03/26 09:12:17 mwu 1.18.126.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3993e6ef104c76030425a71693bcadc54d7715ba]

        INTEGRATION: CWS dialogdiet01 (1.29.126); FILE MERGED 2004/03/31 04:44:53 gyang 1.29.126.2: RESYNC: (1.29-1.30); FILE MERGED 2004/03/26 09:12:16 mwu 1.29.126.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [62c228d2d5a06c43bea2a776815ad6fc214a40c1]

        INTEGRATION: CWS dialogdiet01 (1.5.178); FILE MERGED 2004/03/26 09:12:16 mwu 1.5.178.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [57679475e933ccbabcd45b486309678e2d575ed4]

        INTEGRATION: CWS dialogdiet01 (1.22.40); FILE MERGED 2004/03/31 04:47:46 gyang 1.22.40.2: RESYNC: (1.22-1.23); FILE MERGED 2004/03/26 09:12:15 mwu 1.22.40.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc0c34d508c2dfdda4227f310d89851f2a0b53a5]

        INTEGRATION: CWS dialogdiet01 (1.4.420); FILE MERGED 2004/03/26 09:12:15 mwu 1.4.420.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [970166bdc2f851f73b833ee792371ac3ae78b199]

        INTEGRATION: CWS dialogdiet01 (1.3.420); FILE MERGED 2004/03/26 09:12:15 mwu 1.3.420.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ee792179654e724b55480db119290b9eecd566f]

        INTEGRATION: CWS dialogdiet01 (1.43.42); FILE MERGED 2004/03/31 04:47:17 gyang 1.43.42.2: RESYNC: (1.43-1.45); FILE MERGED 2004/03/26 09:12:15 mwu 1.43.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [700e94ab61c748daf4399b1d4ae25761921f6d15]

        INTEGRATION: CWS dialogdiet01 (1.12.126); FILE MERGED 2004/03/26 09:12:14 mwu 1.12.126.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [de1144a92572a734ac3e3e811aa7c8a8e1bae12a]

        INTEGRATION: CWS dialogdiet01 (1.5.178); FILE MERGED 2004/03/26 09:12:14 mwu 1.5.178.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [194ec5720c8856294a3bb4b0c7636e75f17ccf9b]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:48:38 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [eac360d72e216df6ff28a9e09fbd03cdb75ed308]

        INTEGRATION: CWS dialogdiet01 (1.3.196); FILE MERGED 2004/03/26 09:12:13 mwu 1.3.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b82f8f2be5adb1a8effdbb046a64cd96f0ab6ba5]

        INTEGRATION: CWS dialogdiet01 (1.5.126); FILE MERGED 2004/03/26 09:12:13 mwu 1.5.126.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2cd3a4fe51d8f6b640c8c0e8af0c32adad64ff2]

        INTEGRATION: CWS dialogdiet01 (1.6.420); FILE MERGED 2004/03/31 04:50:31 gyang 1.6.420.2: RESYNC: (1.6-1.7); FILE MERGED 2004/03/26 09:12:12 mwu 1.6.420.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d03d221abcf2493313928fec1996c50c0ec34e7b]

        INTEGRATION: CWS dialogdiet01 (1.16.126); FILE MERGED 2004/03/26 09:12:12 mwu 1.16.126.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbdc21371fa99a4e4dc9848d6fb0397921a5875c]

        INTEGRATION: CWS dialogdiet01 (1.18.42); FILE MERGED 2004/03/26 09:12:12 mwu 1.18.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc90b64a1e1345d68774fdef8e21933be296be9d]

        INTEGRATION: CWS dialogdiet01 (1.33.40); FILE MERGED 2004/03/31 04:50:18 gyang 1.33.40.2: RESYNC: (1.33-1.36); FILE MERGED 2004/03/26 09:12:12 mwu 1.33.40.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebfccc90f048133dee99bc7ea84c189a5eab3c86]

        INTEGRATION: CWS dialogdiet01 (1.32.42); FILE MERGED 2004/03/26 09:12:11 mwu 1.32.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [61b57a223e5ac6cb5f4005b2cd767efc10638710]

        INTEGRATION: CWS dialogdiet01 (1.6.42); FILE MERGED 2004/03/26 09:12:11 mwu 1.6.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b75aa78e9b5185ea0363281b7f8f2c2c4364e2a0]

        INTEGRATION: CWS dialogdiet01 (1.4.420); FILE MERGED 2004/03/26 09:12:11 mwu 1.4.420.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [259ea849e13ab7f40717348c3b8d66e2de00f752]

        INTEGRATION: CWS dialogdiet01 (1.24.42); FILE MERGED 2004/03/26 09:12:11 mwu 1.24.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dbbae752894b5e0c438f269637d6fe8beec4f78]

        INTEGRATION: CWS dialogdiet01 (1.15.420); FILE MERGED 2004/03/26 09:12:10 mwu 1.15.420.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a1137b4f546fe1d70677ca2f7e8214a75961a61]

        INTEGRATION: CWS dialogdiet01 (1.11.42); FILE MERGED 2004/03/26 09:12:10 mwu 1.11.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a536fe7c834a8d1aa464506015d7e5e1ef22456b]

        INTEGRATION: CWS dialogdiet01 (1.24.314); FILE MERGED 2004/03/26 09:12:10 mwu 1.24.314.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c57333a87b23782f4cea80abce91314ce16a7ff]

        INTEGRATION: CWS dialogdiet01 (1.13.42); FILE MERGED 2004/03/26 09:12:10 mwu 1.13.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b235f89f10c9dcd42f3e2f09229a2d5c64128b29]

        INTEGRATION: CWS dialogdiet01 (1.48.42); FILE MERGED 2004/03/31 04:48:38 gyang 1.48.42.3: RESYNC: (1.48-1.49); FILE MERGED 2004/03/26 09:12:09 mwu 1.48.42.2: sw model converted. 20040326 2004/02/27 06:06:46 mwu 1.48.42.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [543b742f43ff159db08252e8738361102433f87f]

        INTEGRATION: CWS dialogdiet01 (1.20.126); FILE MERGED 2004/03/26 09:12:09 mwu 1.20.126.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b62b12e645ebb48d1309f933be2855f3c4df342d]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:47:46 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c1567442fd406e98778feec15561853538bccaf]

        INTEGRATION: CWS dialogdiet01 (1.14.124); FILE MERGED 2004/03/26 09:12:08 mwu 1.14.124.2: sw model converted. 20040326 2004/02/27 06:06:45 mwu 1.14.124.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [768a0076a18e23d708e705051855d8e68112f0ed]

        INTEGRATION: CWS dialogdiet01 (1.22.126); FILE MERGED 2004/02/27 06:06:45 mwu 1.22.126.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c86ac2a1b9fc3e4b33f67da53014e98e33e021e]

        INTEGRATION: CWS dialogdiet01 (1.8.420); FILE MERGED 2004/03/26 09:12:08 mwu 1.8.420.2: sw model converted. 20040326 2004/02/27 06:06:45 mwu 1.8.420.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [56c4e38cd919a3b87a20a2f90eae71eaa1631971]

        INTEGRATION: CWS dialogdiet01 (1.8.196); FILE MERGED 2004/03/31 04:51:02 gyang 1.8.196.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/26 09:12:08 mwu 1.8.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [683302ca4913033f949ecf5f458c8e4b2745f685]

        INTEGRATION: CWS dialogdiet01 (1.33.42); FILE MERGED 2004/03/26 09:12:08 mwu 1.33.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1216eb12177a48f48850026f45f029f6fe57e128]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:47:02 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [93654654b32acf8406f747df5c6e9b4b1ccb91d4]

        INTEGRATION: CWS dialogdiet01 (1.5.196); FILE MERGED 2004/03/26 09:12:07 mwu 1.5.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [aacd211d12e98c091accbfa360a83434cbec68b8]

        INTEGRATION: CWS dialogdiet01 (1.30.126); FILE MERGED 2004/03/26 09:12:07 mwu 1.30.126.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd845b4dc91fa2dc080f4a8c34b8f75e1d3215cf]

        INTEGRATION: CWS dialogdiet01 (1.54.106); FILE MERGED 2004/03/31 04:51:33 gyang 1.54.106.3: RESYNC: (1.54-1.55); FILE MERGED 2004/03/26 09:12:07 mwu 1.54.106.2: sw model converted. 20040326 2004/02/27 06:06:44 mwu 1.54.106.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [815010dc392e801d60ec417af84b0319a2869730]

        INTEGRATION: CWS dialogdiet01 (1.6.382); FILE MERGED 2004/03/26 09:12:06 mwu 1.6.382.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4cb8d3ac2e9c07e91e54fc9c7ac377ee281ec9a]

        INTEGRATION: CWS dialogdiet01 (1.7.612); FILE MERGED 2004/03/26 09:12:06 mwu 1.7.612.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ccb35d6e2cf7a34675ae24250e97cd0dd3e2d87]

        INTEGRATION: CWS dialogdiet01 (1.1.1.1.628); FILE MERGED 2004/03/26 09:12:06 mwu 1.1.1.1.628.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f15b554ef71bdb1970977b4484fbbc84a9d6982]

        INTEGRATION: CWS dialogdiet01 (1.9.590); FILE MERGED 2004/02/27 06:06:44 mwu 1.9.590.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ddd1478df13867ae50d2267987393eb653d1253]

        INTEGRATION: CWS dialogdiet01 (1.1.1.1.628); FILE MERGED 2004/03/26 09:12:05 mwu 1.1.1.1.628.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c2df440d0e51b28da588d5950e93adb178ec27e]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:35:35 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [01e231d5a79ac044fa9ec4175730d617fd42b219]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:46:11 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a40aa502a7e7222490ee4eab4ed22d2268291bb8]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:34:45 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e15ce6483cf68747a4a42c4526c0cd489b867ad7]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:35:51 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e67b001921560a6dc90b4b8ed52e03ccc101f610]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:35:18 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [570575f4735672b3e203090908db60c7ddcb0e60]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:46:10 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [03a0df919f17f7a2503afab30d1a5160d50e2910]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:46:09 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fdc49eadb4f2d9c73f092278e566f9d0d24bd27]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:36:08 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c0702848d8710ffb542147aff5f8ad5418d4e19]

        INTEGRATION: CWS dialogdiet01 (1.1.1.1.620); FILE MERGED 2004/03/26 09:12:05 mwu 1.1.1.1.620.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bc4ccfa75403fa4c53495a5af3b0fbe242a4e0c]

        INTEGRATION: CWS dialogdiet01 (1.14.586); FILE MERGED 2004/03/31 04:53:14 gyang 1.14.586.2: RESYNC: (1.14-1.15); FILE MERGED 2004/03/26 09:12:05 mwu 1.14.586.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a6322761eb5bf0ce04c5194ee391af54fa8fd13]

        INTEGRATION: CWS dialogdiet01 (1.4.430); FILE MERGED 2004/02/27 06:06:44 mwu 1.4.430.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [161c1bc04b261d4297a414e18a43d0003b69becc]

        INTEGRATION: CWS dialogdiet01 (1.1.1.1.628); FILE MERGED 2004/03/26 09:12:04 mwu 1.1.1.1.628.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2150431d41acbcb908b660afcf2d548f7dcbfc6]

        INTEGRATION: CWS dialogdiet01 (1.9.416); FILE MERGED 2004/03/26 09:12:04 mwu 1.9.416.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b3940fd384657fe368c6d05d39c158c8250ca48]

        INTEGRATION: CWS dialogdiet01 (1.2.454); FILE MERGED 2004/03/26 09:12:04 mwu 1.2.454.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a2703b11e32e083b5aaf91d84487b7d3e81c6ef]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:35:01 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [73feda46ffa78dbfce1b544a5942b212e6b5dc8f]

        INTEGRATION: CWS dialogdiet01 (1.11.586); FILE MERGED 2004/03/26 09:12:04 mwu 1.11.586.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1e5427849a45e7290683ff1a0a98cbca65a4030]

        INTEGRATION: CWS dialogdiet01 (1.3.420); FILE MERGED 2004/02/27 06:06:43 mwu 1.3.420.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9dfab06845be967b9a467eea04fe2358e28d825]

        INTEGRATION: CWS dialogdiet01 (1.5.196); FILE MERGED 2004/03/26 09:12:03 mwu 1.5.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf2a3f34d6bb1526c4aa21db4bfe36621c5ae0fb]

        INTEGRATION: CWS dialogdiet01 (1.6.42); FILE MERGED 2004/03/26 09:12:03 mwu 1.6.42.2: sw model converted. 20040326 2004/02/27 06:06:43 mwu 1.6.42.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [84efe8c8058b78fcd80efcb7cd8b660184519502]

        INTEGRATION: CWS dialogdiet01 (1.13.126); FILE MERGED 2004/03/26 09:12:03 mwu 1.13.126.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [823507e927f47620b73b986cf90889209313eb10]

        INTEGRATION: CWS dialogdiet01 (1.15.42); FILE MERGED 2004/04/02 03:08:32 mwu 1.15.42.5: dialogdiet01 m33 merge 20040402 2004/04/01 04:37:12 mwu 1.15.42.4: dialogdiet01 merge 2004-03-31 2004/03/31 04:55:14 gyang 1.15.42.3: RESYNC: (1.15-1.17); FILE MERGED 2004/03/26 09:12:02 mwu 1.15.42.2: sw model converted. 20040326 2004/02/27 06:06:42 mwu 1.15.42.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5c1710c8eea57472be5ba0644364a95ba2325ef]

        INTEGRATION: CWS dialogdiet01 (1.3.196); FILE MERGED 2004/03/26 09:12:02 mwu 1.3.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f71a385bd6d23b7fac681d10ff8d3f243dffec75]

        INTEGRATION: CWS dialogdiet01 (1.5.196); FILE MERGED 2004/03/26 09:12:02 mwu 1.5.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ae91eb7f1dec33e7172b771160434249611b16b]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:32:05 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [221c22202901b1fe9779f5906c5b9b87003b7e2c]

        INTEGRATION: CWS dialogdiet01 (1.12.106); FILE MERGED 2004/03/26 09:12:01 mwu 1.12.106.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [df76cae4265c6e23c8acb8737749f04e83afcbbc]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:30:58 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c80245dd8e788bf43f0d16d48678eb8454c697c]

        INTEGRATION: CWS dialogdiet01 (1.7.196); FILE MERGED 2004/03/26 09:12:01 mwu 1.7.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5cba7fa11d8a419452531e92eee26cb72e050f2]

        INTEGRATION: CWS dialogdiet01 (1.5.420); FILE MERGED 2004/03/26 09:12:01 mwu 1.5.420.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3fa50b4e52f47805dbabbffa23d7412d4392346]

        INTEGRATION: CWS dialogdiet01 (1.8.604); FILE MERGED 2004/03/26 09:12:00 mwu 1.8.604.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [45b074556d0aaafdca6662ac51196e3e5781fdbe]

        INTEGRATION: CWS dialogdiet01 (1.4.592); FILE MERGED 2004/03/26 09:12:00 mwu 1.4.592.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3228ffd3ad0585d815ef913449297befc5fe2134]

        INTEGRATION: CWS dialogdiet01 (1.9.202); FILE MERGED 2004/03/26 09:11:59 mwu 1.9.202.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bedeb2cee45da830bbbb9c50aead08d51690bce5]

        INTEGRATION: CWS dialogdiet01 (1.5.196); FILE MERGED 2004/03/26 09:11:59 mwu 1.5.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc1bb2f5846eb29bacd356717e42d3cf0a4acd41]

        INTEGRATION: CWS dialogdiet01 (1.15.42); FILE MERGED 2004/03/26 09:11:59 mwu 1.15.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5c2d6c7df2aaaa2727551ce16ade08ee69a0350]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:26:11 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a04a09ebdfd23e57380a51dcd0bd2fca53dfaf9c]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:25:52 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f00b99d2fc6a808de6a64b9c8d4f6c083e859308]

        INTEGRATION: CWS nwf (1.4.14); FILE MERGED 2004/04/02 13:22:29 ssa 1.4.14.2: RESYNC: (1.4-1.8); FILE MERGED 2004/03/16 17:14:55 pl 1.4.14.1: #i26570# honor ENABLE_GTK flag

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2bf06642fbb4722ee6f4e80f4d6852e2e4c86d0]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:28:10 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c103a1f1e3f07365662d3c61faa3ae7df62dc11]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:27:38 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [64ee54732f48f7475eac73edcadba3ba39562009]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/31 10:44:59 mwu 1.1.2.2: dialogdiet01 merge 2004-03-31 2004/03/26 09:27:54 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [936ef13e6c5fd23d63229b7c286b6f02684e77cc]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:25:37 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f1aa7f8f06ef9fd65d673e94b34a799c5d68a71]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:28:26 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [24d52661e5d9b0be4aeed738e0f0a35606be2376]

        INTEGRATION: CWS dialogdiet01 (1.30.42); FILE MERGED 2004/03/26 09:11:58 mwu 1.30.42.2: sw model converted. 20040326 2004/02/27 06:06:42 mwu 1.30.42.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f7b33c5c963b5ee8e28e10a24697ed4057d84d2]

        INTEGRATION: CWS dialogdiet01 (1.6.196); FILE MERGED 2004/03/26 09:11:58 mwu 1.6.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c48ffbf933446b9798105a0376f885632718c2b5]

        INTEGRATION: CWS dialogdiet01 (1.75.42); FILE MERGED 2004/03/26 09:11:57 mwu 1.75.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e074961a7ffa8d8c1a24cf408b60fcebacb0be68]

        INTEGRATION: CWS dialogdiet01 (1.37.40); FILE MERGED 2004/03/31 05:00:19 gyang 1.37.40.2: RESYNC: (1.37-1.38); FILE MERGED 2004/03/26 09:11:56 mwu 1.37.40.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7de7e9ceea4231907a1c465608b89c4d43a4fbf]

        INTEGRATION: CWS nwf (1.3.2); FILE MERGED 2004/05/04 14:20:54 pl 1.3.2.5: #i25153# search for gnome-panel to identify gnome 2004/04/26 11:47:43 pl 1.3.2.4: #i28370# fallback to generic plugin if suitable desktop plugin does not exist 2004/03/10 20:49:42 pl 1.3.2.3: merge from vcl20: yield mutex acquisition 2004/03/02 15:10:14 pl 1.3.2.2: enable gnome autodetect 2004/02/27 10:56:17 pl 1.3.2.1: activate gtk plugin for CWS

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cb3f8ae0f355926578c72d7bb5a46dcf1e90c69]

        INTEGRATION: CWS dialogdiet01 (1.9.164); FILE MERGED 2004/03/26 09:11:56 mwu 1.9.164.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8550d3a61c726968edd3ac0e25c0119221c05af3]

        INTEGRATION: CWS dialogdiet01 (1.4.420); FILE MERGED 2004/02/27 06:06:41 mwu 1.4.420.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e74e24875ed157dbb26e5ed4b910448d5fa545b1]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:20:56 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [52fbf2d43cddfe196479c8378eb8057388fa23ac]

        INTEGRATION: CWS dialogdiet01 (1.6.42); FILE MERGED 2004/03/31 05:00:53 gyang 1.6.42.3: RESYNC: (1.6-1.7); FILE MERGED 2004/03/26 09:11:56 mwu 1.6.42.2: sw model converted. 20040326 2004/02/27 06:06:41 mwu 1.6.42.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [389374af12f3f822d947eaf6fd7768c317698504]

        INTEGRATION: CWS dialogdiet01 (1.3.196); FILE MERGED 2004/03/26 09:11:56 mwu 1.3.196.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [190ddf9ee05c9919e39dced502106d83d34ac95c]

        INTEGRATION: CWS dialogdiet01 (1.12.164); FILE MERGED 2004/03/26 09:11:55 mwu 1.12.164.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f15ca0e6cc266da402b44d31bc9abe093eecb5dd]

        INTEGRATION: CWS dialogdiet01 (1.17.126); FILE MERGED 2004/02/27 06:06:40 mwu 1.17.126.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [27c7ea49a677f8b60154de1e02d4fb77656344c8]

        INTEGRATION: CWS dialogdiet01 (1.7.126); FILE MERGED 2004/03/26 09:11:55 mwu 1.7.126.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5b3af11a4bde4ae5b12c27fb030e9531b87de44]

        INTEGRATION: CWS dialogdiet01 (1.18.42); FILE MERGED 2004/03/26 09:11:55 mwu 1.18.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c097f25e54a9c233253e4efa4ed8c9e3261a5c94]

        INTEGRATION: CWS dialogdiet01 (1.59.42); FILE MERGED 2004/03/31 05:02:16 gyang 1.59.42.2: RESYNC: (1.59-1.60); FILE MERGED 2004/03/26 09:11:54 mwu 1.59.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d338f5401d14bfdaa8583e470aa7f05fd773619]

        INTEGRATION: CWS dialogdiet01 (1.23.42); FILE MERGED 2004/03/31 05:01:43 gyang 1.23.42.3: RESYNC: (1.23-1.24); FILE MERGED 2004/03/26 09:11:54 mwu 1.23.42.2: sw model converted. 20040326 2004/02/27 06:06:40 mwu 1.23.42.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e7e074b039d06ef1cfa2fcad631df96393d3587]

        INTEGRATION: CWS dialogdiet01 (1.20.42); FILE MERGED 2004/03/26 09:11:54 mwu 1.20.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [68bf95ee8f64ac3d3c70558c350d58e039cb05af]

        INTEGRATION: CWS dialogdiet01 (1.19.42); FILE MERGED 2004/03/26 09:11:54 mwu 1.19.42.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6e57b67f4c35dc90f1b618c6b5a20446ca8b33c]

        INTEGRATION: CWS dialogdiet01 (1.4.420); FILE MERGED 2004/03/26 09:11:53 mwu 1.4.420.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a29c4015361e8e74b9fcae76161897c85f9ad3de]

        INTEGRATION: CWS dialogdiet01 (1.42.124); FILE MERGED 2004/03/31 05:19:10 gyang 1.42.124.2: RESYNC: (1.42-1.46); FILE MERGED 2004/03/26 09:11:53 mwu 1.42.124.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fcd3a4e00b20dc0f57ed53f2a8bcf5a20079ca3]

        INTEGRATION: CWS dialogdiet01 (1.4.420); FILE MERGED 2004/03/31 05:50:53 gyang 1.4.420.2: RESYNC: (1.4-1.5); FILE MERGED 2004/03/26 09:11:52 mwu 1.4.420.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b82ec17d0371da2fcba025fc135e46cd6bec0f54]

        INTEGRATION: CWS dialogdiet01 (1.43.38); FILE MERGED 2004/03/31 05:51:24 gyang 1.43.38.2: RESYNC: (1.43-1.45); FILE MERGED 2004/03/26 09:11:52 mwu 1.43.38.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7820f4fc3de7aca9c46ca7a21cd771f8e952708a]

        INTEGRATION: CWS dialogdiet01 (1.14.72); FILE MERGED 2004/04/05 10:05:13 mwu 1.14.72.1: dialogdiet01 2004_04_05

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e65c609949a1fc63db358074dfec92f588e7d8c]

        INTEGRATION: CWS dialogdiet01 (1.29.164); FILE MERGED 2004/03/31 06:07:41 gyang 1.29.164.2: RESYNC: (1.29-1.32); FILE MERGED 2004/03/26 09:11:51 mwu 1.29.164.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a2b4726421217fe6129d0848e4d314436075194]

        INTEGRATION: CWS nwf (1.2.62); FILE MERGED 2004/04/23 10:53:58 os 1.2.62.3: #i25130# additional controls, changed strings in the View TabPage 2004/04/02 13:17:02 ssa 1.2.62.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/01 07:22:35 os 1.2.62.1: #i27275# changes for native widget framework

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a6967f71323abd3381f7a2f0644d22a79c8f0a5]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:18:32 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [deb6231bb3a2862eedc5a46f45f88c63c3fe6791]

        INTEGRATION: CWS nwf (1.3.50); FILE MERGED 2004/04/23 10:53:57 os 1.3.50.3: #i25130# additional controls, changed strings in the View TabPage 2004/04/02 13:16:54 ssa 1.3.50.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/01 07:22:35 os 1.3.50.1: #i27275# changes for native widget framework

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bbb03411cd65e3e659718e45dc7b39540021931]

        INTEGRATION: CWS dialogdiet01 (1.10.180); FILE MERGED 2004/03/31 06:03:07 gyang 1.10.180.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/26 09:11:51 mwu 1.10.180.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7b9cb41f503cb3a65a8ea9ff7b4c989375cadac]

        INTEGRATION: CWS nwf (1.2.64); FILE MERGED 2004/04/23 10:53:57 os 1.2.64.4: #i25130# additional controls, changed strings in the View TabPage 2004/04/02 13:16:46 ssa 1.2.64.3: RESYNC: (1.2-1.3); FILE MERGED 2004/04/02 09:27:07 os 1.2.64.2: #i27275# changes for native widget framework 2004/04/01 07:22:34 os 1.2.64.1: #i27275# changes for native widget framework

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9334ee2da6b070d4e0c08b4e20ab5bce75610dbe]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:18:31 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b71a07f47fb6439f15a6a1267b01bcaa7e496b9]

        INTEGRATION: CWS dialogdiet01 (1.9.162); FILE MERGED 2004/03/26 09:11:51 mwu 1.9.162.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [041e9ba40c49c3c074c84c62cf30b80fae4904d0]

        INTEGRATION: CWS nwf (1.13.536); FILE MERGED 2004/04/01 08:44:38 os 1.13.536.1: #i25166# reduced calls of Invalidate() to prevent flickering

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [babfaaa25b33a055c1e02fdd538b01770b916538]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:18:30 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [13d5191469d99ed8531f4dea79b95621ae97e35b]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:18:29 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [96e51c76b27b70a8d7cba3b20332b241b8c319c5]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:18:28 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [52cf9b8b5eb4aef0cb4d8951ffff38cd069c5d16]

        INTEGRATION: CWS nwf (1.35.10); FILE MERGED 2004/03/12 11:17:21 ssa 1.35.10.1: #i25130# disable native widget rendering for formcontrols

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [55158d29d5ba0e715e92d4e0b6fe804546d4437a]

        INTEGRATION: CWS dialogdiet01 (1.20.382); FILE MERGED 2004/03/26 09:11:51 mwu 1.20.382.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [73e8fc0462c23bdf4962d5c5210999c658fced9b]

        INTEGRATION: CWS dialogdiet01 (1.2.594); FILE MERGED 2004/03/26 09:11:50 mwu 1.2.594.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cd54dfde329aa5263bbb3a4eab34ab29b32db67]

        INTEGRATION: CWS nwf (1.1.30); FILE MERGED 2004/04/02 13:22:46 ssa 1.1.30.2: RESYNC: (1.1-1.2); FILE MERGED 2004/03/16 17:14:54 pl 1.1.30.1: #i26570# honor ENABLE_GTK flag

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [450609b95da8527c6ef4f4a15adef080b9371b4a]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/03/26 09:18:27 mwu 1.1.2.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3e68e7d8d3d7a12d91263ffe9f8be4a5b10d232]

        INTEGRATION: CWS dialogdiet01 (1.6.606); FILE MERGED 2004/03/26 09:11:50 mwu 1.6.606.1: sw model converted. 20040326

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [65e9b6663a18cad859f049c61322b70a2d86985c]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:43:10 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [91d28f6f16b4bd5deb94af41cdf57a00b7801493]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:42:55 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [71f4894f8eabf0e53c5a502001dc837777d80df2]

        INTEGRATION: CWS dialogdiet01 (1.22.32); FILE MERGED 2004/04/22 01:25:28 mwu 1.22.32.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [046b523a3b873d8b72e4c1b4dc468d8eabb40fa0]

        INTEGRATION: CWS dialogdiet01 (1.13.268); FILE MERGED 2004/04/22 01:25:17 mwu 1.13.268.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec0fe5523f2b1028d9f9e84f846ef624055864b2]

        INTEGRATION: CWS dialogdiet01 (1.20.28); FILE MERGED 2004/04/22 01:25:28 mwu 1.20.28.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd067eff2b19cb40721ebb7474587dbca6fadae7]

        INTEGRATION: CWS dialogdiet01 (1.6.30); FILE MERGED 2004/04/22 01:25:28 mwu 1.6.30.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a0f17563a560d966ab33eda3f494e01876c8c95]

        INTEGRATION: CWS dialogdiet01 (1.4.370); FILE MERGED 2004/04/22 01:25:27 mwu 1.4.370.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e6f12eb8cd6529f252ebbd401a04cdbab42f532]

        INTEGRATION: CWS dialogdiet01 (1.10.72); FILE MERGED 2004/04/22 01:25:27 mwu 1.10.72.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [950f90ff56ae41a8dd60c4f9b14d3a2b64a48224]

        INTEGRATION: CWS dialogdiet01 (1.35.14); FILE MERGED 2004/04/22 01:25:27 mwu 1.35.14.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b1ab8e1a6923d5a40cc26cd931c6377e8e3f3eb]

        INTEGRATION: CWS dialogdiet01 (1.21.40); FILE MERGED 2004/04/22 01:25:27 mwu 1.21.40.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4a7af030ecebb7f15f8561c6f2221f021831c1e]

        INTEGRATION: CWS dialogdiet01 (1.20.30); FILE MERGED 2004/04/22 01:25:26 mwu 1.20.30.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c2704491695e55bb30dd5dafd8913e7b038d6a7]

        INTEGRATION: CWS dialogdiet01 (1.3.376); FILE MERGED 2004/04/22 01:25:26 mwu 1.3.376.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a2cd4a28e56a769d44345c4d3a954c333b758be]

        INTEGRATION: CWS dialogdiet01 (1.4.70); FILE MERGED 2004/04/22 01:25:26 mwu 1.4.70.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f99abcbe8aa0130e7d917e4e358cb6b43b02627e]

        INTEGRATION: CWS dialogdiet01 (1.18.268); FILE MERGED 2004/04/22 01:25:26 mwu 1.18.268.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5f847d4494715e9188d5a4c2ac0c88fc54c7f93]

        INTEGRATION: CWS dialogdiet01 (1.19.368); FILE MERGED 2004/04/22 01:25:25 mwu 1.19.368.2: dialogdiet01_2004_04_22 2004/02/27 06:01:03 mwu 1.19.368.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff46e7b7711ca0bb524a5caf9804becea7772b20]

        INTEGRATION: CWS dialogdiet01 (1.11.16); FILE MERGED 2004/04/23 07:45:45 mwu 1.11.16.2: dialogdiet01 m33 sd 20040422 2004/04/22 01:25:25 mwu 1.11.16.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c50fdf9aa07f3d14f65a9463ecb5c60f6c692cc]

        INTEGRATION: CWS dialogdiet01 (1.16.30); FILE MERGED 2004/04/22 01:25:25 mwu 1.16.30.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8696aade9867eadba9c0700dc178862ed7538816]

        INTEGRATION: CWS dialogdiet01 (1.26.28); FILE MERGED 2004/04/22 01:25:25 mwu 1.26.28.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6ebb3b6a81edf130e46d5a2bad5a33a7af74233]

        INTEGRATION: CWS dialogdiet01 (1.8.244); FILE MERGED 2004/04/22 01:25:24 mwu 1.8.244.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3861a5a25e7650ec287bbbb451ebe521cad4519c]

        INTEGRATION: CWS dialogdiet01 (1.5.106); FILE MERGED 2004/04/22 01:25:24 mwu 1.5.106.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa00972430e219b600dfcf30be57b75b625ee345]

        INTEGRATION: CWS dialogdiet01 (1.5.372); FILE MERGED 2004/02/27 06:01:03 mwu 1.5.372.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bac69e064be72d5dbf377f2ea78ce3856f29ead]

        INTEGRATION: CWS dialogdiet01 (1.12.62); FILE MERGED 2004/04/22 01:25:24 mwu 1.12.62.2: dialogdiet01_2004_04_22 2004/02/27 06:01:02 mwu 1.12.62.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea4633c7a2ee300365683a8688f2ae090aeea8fa]

        INTEGRATION: CWS dialogdiet01 (1.5.62); FILE MERGED 2004/04/22 01:25:24 mwu 1.5.62.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6107fec4da9938febe5073ab9fe0096b7f39525d]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:35:36 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [207dff049121fdab4789971af564cc76580df4b7]

        INTEGRATION: CWS dialogdiet01 (1.2.118); FILE MERGED 2004/04/22 01:25:23 mwu 1.2.118.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ac50565887c7920f0e50fe2903f2fa6bc2062d1]

        INTEGRATION: CWS dialogdiet01 (1.1.1.1.412); FILE MERGED 2004/04/22 01:25:23 mwu 1.1.1.1.412.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c196834a93d4836ca0116ae4fabe23b9ab8d2a2c]

        INTEGRATION: CWS dialogdiet01 (1.3.30); FILE MERGED 2004/04/23 07:45:45 mwu 1.3.30.2: dialogdiet01 m33 sd 20040422 2004/04/22 01:25:23 mwu 1.3.30.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [559f43c1e5e89a39efc78eb6ba12a94584a077fc]

        INTEGRATION: CWS dialogdiet01 (1.10.30); FILE MERGED 2004/04/23 07:45:45 mwu 1.10.30.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [01f70732abb2c04374c605329edc0835c9955650]

        INTEGRATION: CWS dialogdiet01 (1.7.22); FILE MERGED 2004/02/27 06:01:41 mwu 1.7.22.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [31bd3953baa2b31dca5ee0fd895f459c210d5506]

        INTEGRATION: CWS dialogdiet01 (1.4.400); FILE MERGED 2004/02/27 06:01:02 mwu 1.4.400.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [59f17f5580300fc6b55ae7d220bf86f8a927e4c7]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:36:09 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [da982e92bbed1b8c86364e4fb74448c533732a9c]

        INTEGRATION: CWS dialogdiet01 (1.5.32); FILE MERGED 2004/02/27 06:01:02 mwu 1.5.32.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e8f7351587fd57f454cd0660caededa41499271]

        INTEGRATION: CWS dialogdiet01 (1.5.96); FILE MERGED 2004/04/22 01:25:23 mwu 1.5.96.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [08ad7029d14816a3ae7adbd44349e3bc6a5fe3bd]

        INTEGRATION: CWS dialogdiet01 (1.2.398); FILE MERGED 2004/04/22 01:25:22 mwu 1.2.398.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf38dedb953fd5fb29b66ae8ff8a91516485ecaa]

        INTEGRATION: CWS dialogdiet01 (1.10.72); FILE MERGED 2004/04/22 01:25:22 mwu 1.10.72.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [de7643eff76c5d98942b4b4a41c73f866673b9ab]

        INTEGRATION: CWS nwf (1.102.34); FILE MERGED 2004/04/02 13:01:17 ssa 1.102.34.3: RESYNC: (1.102-1.103); FILE MERGED 2004/02/27 16:34:01 ssa 1.102.34.2: #i25130# intial native widget framework, merged from srx645 2004/02/27 08:31:42 ssa 1.102.34.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [03ebae045324c26d14e1b476216b463e9b240514]

        INTEGRATION: CWS dialogdiet01 (1.7.244); FILE MERGED 2004/04/22 01:25:21 mwu 1.7.244.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8c81a260afda95671610e6213438546f2779f3]

        INTEGRATION: CWS dialogdiet01 (1.1.1.1.412); FILE MERGED 2004/04/22 01:25:21 mwu 1.1.1.1.412.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b4badc6a2e9c284679cd563702d70754afd3cdf]

        INTEGRATION: CWS nwf (1.6.66); FILE MERGED 2004/02/27 08:31:41 ssa 1.6.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [77b7f8f36ff6e2a9b4fb85ca3c39fb0e26ac8013]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:40:40 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [329ada9a1e5a38bf143a333650135e9eb914f0c3]

        INTEGRATION: CWS nwf (1.1.4); FILE ADDED 2004/03/18 09:19:05 ssa 1.1.4.3: #i25130# correct checkbox state 2004/02/27 16:34:00 ssa 1.1.4.2: #i25130# intial native widget framework, merged from srx645 2004/02/27 08:31:41 ssa 1.1.4.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c97aa1d2f9cc480ee5e0efb1f3ed3754cda3d75]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:40:55 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dbfea27b7a9c3891c0964e59765069e757dd803]

        INTEGRATION: CWS nwf (1.6.66); FILE MERGED 2004/02/27 08:31:40 ssa 1.6.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b77b1b8894dcef119b3290e73463678729022e0c]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:41:11 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a45bdc4997f4dd794dca5719238952d2e1afd7c3]

        INTEGRATION: CWS nwf (1.18.36); FILE MERGED 2004/02/27 16:35:36 ssa 1.18.36.1: #i25130# intial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [872d82f8ddff1e01a960c95220d7c8da008dbee4]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:41:28 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cffc975e6e9bd0e4f2957e51cd41f9a796323878]

        INTEGRATION: CWS nwf (1.1.4); FILE ADDED 2004/02/27 08:31:39 ssa 1.1.4.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9c4f79b5bad48cf640141968037be46a79964a2]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:40:26 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [913b881b59f9f9c6d7de4c54165577e61ec047b5]

        INTEGRATION: CWS nwf (1.11.66); FILE MERGED 2004/02/27 16:34:00 ssa 1.11.66.1: #i25130# intial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8206d54b40211c82f032000f9659f648f79f3792]

        INTEGRATION: CWS dialogdiet01 (1.2.32); FILE MERGED 2004/02/27 06:01:01 mwu 1.2.32.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b91ec918d4833bd789891a2cacc72774379f6ea4]

        INTEGRATION: CWS nwf (1.13.66); FILE MERGED 2004/02/27 16:34:00 ssa 1.13.66.2: #i25130# intial native widget framework, merged from srx645 2004/02/27 08:31:39 ssa 1.13.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [07c9a5b49d3c841ff3bc5e4b2d528dae0bb1b17a]

        INTEGRATION: CWS nwf (1.52.2); FILE MERGED 2004/04/02 13:01:25 ssa 1.52.2.3: RESYNC: (1.52-1.53); FILE MERGED 2004/03/16 16:31:19 pl 1.52.2.2: #i26570# honor ENABLE_GTK flag 2004/02/27 08:31:38 ssa 1.52.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdd90366f89c9b56b94618ea58b4d7a7b5de96a7]

        INTEGRATION: CWS dialogdiet01 (1.2.398); FILE MERGED 2004/04/22 01:25:21 mwu 1.2.398.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc9a08649aec6cd902eeba4fca1e03238447b327]

        INTEGRATION: CWS nwf (1.9.34); FILE MERGED 2004/03/01 13:34:31 pl 1.9.34.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a3ae4ebc09ea5a52f17e69fb2c42f413dd033b0]

        INTEGRATION: CWS dialogdiet01 (1.3.374); FILE MERGED 2004/04/22 01:25:21 mwu 1.3.374.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [28e07cb8012644e3f8b884f0e122e9294fc14f11]

        INTEGRATION: CWS nwf (1.171.2); FILE MERGED 2004/04/02 13:01:59 ssa 1.171.2.3: RESYNC: (1.171-1.172); FILE MERGED 2004/03/02 11:47:07 pl 1.171.2.2: correct condition in X11SalFrame::Init 2004/03/01 13:34:11 pl 1.171.2.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f932a76bac8ce35125c87d1c29e5ac1f3c3ea4d]

        INTEGRATION: CWS dialogdiet01 (1.8.114); FILE MERGED 2004/04/22 01:25:21 mwu 1.8.114.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a08e4aa40ef8fcb6188ffef09072c09acfcde485]

        INTEGRATION: CWS dialogdiet01 (1.2.398); FILE MERGED 2004/04/22 01:25:20 mwu 1.2.398.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d16b63db1e487e95d090574a5ac81d0a2bdd21c0]

        INTEGRATION: CWS nwf (1.4.66); FILE MERGED 2004/02/27 08:31:37 ssa 1.4.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [986809dc374cbcb723113419b8bb577749ffa4f6]

        INTEGRATION: CWS nwf (1.7.2); FILE MERGED 2004/03/01 13:34:10 pl 1.7.2.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0864806e4bcf94fd6a418b4118a2a435cc9930a]

        INTEGRATION: CWS dialogdiet01 (1.3.388); FILE MERGED 2004/04/22 01:25:20 mwu 1.3.388.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [de1b559bde23aebbbf8ea483c5af68fb86d07f58]

        INTEGRATION: CWS nwf (1.32.2); FILE MERGED 2004/03/01 13:34:10 pl 1.32.2.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f574304210d8d926d0d6f11fd354e8d3c0501e8]

        INTEGRATION: CWS dialogdiet01 (1.7.372); FILE MERGED 2004/04/22 01:25:20 mwu 1.7.372.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8df112c04ae3b9912791dbeaf6356126c5a5e3d3]

        INTEGRATION: CWS nwf (1.9.66); FILE MERGED 2004/04/02 13:02:35 ssa 1.9.66.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/01 13:34:09 pl 1.9.66.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0fc89abf7638086c37c8a4394fe3038de99328d]

        INTEGRATION: CWS dialogdiet01 (1.8.376); FILE MERGED 2004/04/22 01:25:19 mwu 1.8.376.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e66a4eaa3b517bca06d4acbbc74f5feb7418e352]

        INTEGRATION: CWS dialogdiet01 (1.10.28); FILE MERGED 2004/04/22 01:25:19 mwu 1.10.28.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a15da33813e61d55c20d06d7f2480060b4fed7f]

        INTEGRATION: CWS nwf (1.23.2); FILE MERGED 2004/03/09 17:12:57 pl 1.23.2.1: handle graphics exposes after all XCopyArea calls

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ee16bcd5fb668b26b4b67391e087f1b5ab8b5f1]

        INTEGRATION: CWS dialogdiet01 (1.5.118); FILE MERGED 2004/04/22 01:25:18 mwu 1.5.118.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff172763ad40b5d449c30c6914355d6162f367a8]

        INTEGRATION: CWS nwf (1.30.2); FILE MERGED 2004/03/11 15:58:24 ssa 1.30.2.2: #i25130# track window visibilty to avoid garbage in pixmap cache, track clipping region to allow for direct window painting, move NWPaint methods to GtkSalGraphics 2004/03/01 13:34:09 pl 1.30.2.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e70c0bde3128759823f5f0b95b344fca5d08fe1]

        INTEGRATION: CWS dialogdiet01 (1.33.16); FILE MERGED 2004/04/23 07:45:44 mwu 1.33.16.2: dialogdiet01 m33 sd 20040422 2004/04/22 01:25:18 mwu 1.33.16.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4027870691f5807e46923f32de1cccf41e25d510]

        INTEGRATION: CWS nwf (1.11.2); FILE MERGED 2004/03/09 17:12:57 pl 1.11.2.2: handle graphics exposes after all XCopyArea calls 2004/03/01 13:34:08 pl 1.11.2.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e5292cdfa95795a002e58a9df986e792e361ca3]

        INTEGRATION: CWS dialogdiet01 (1.66.38); FILE MERGED 2004/04/22 01:25:18 mwu 1.66.38.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b741be01fa43cd21547f3ff759ef906971588a9]

        INTEGRATION: CWS nwf (1.12.2); FILE MERGED 2004/02/27 08:31:36 ssa 1.12.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a38023f0dd2d69e1b8498a0246b7370c521f083]

        INTEGRATION: CWS dialogdiet01 (1.48.40); FILE MERGED 2004/04/22 01:25:17 mwu 1.48.40.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad242d05f3060358c4dc294536a89a0084cda4a0]

        INTEGRATION: CWS nwf (1.20.2); FILE MERGED 2004/03/01 13:34:07 pl 1.20.2.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [904ba937dc31e20908a5b1929ee0b506285789f4]

        INTEGRATION: CWS dialogdiet01 (1.16.38); FILE MERGED 2004/04/22 01:25:17 mwu 1.16.38.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bb98ae586d25b25fa2492088f1d440c4b607aad]

        INTEGRATION: CWS dialogdiet01 (1.10.16); FILE MERGED 2004/04/22 01:25:17 mwu 1.10.16.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc73acb516282962e2ca3e39a6f3c9fb92c2f3fe]

        INTEGRATION: CWS nwf (1.16.82); FILE MERGED 2004/03/01 13:34:06 pl 1.16.82.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5f188ccb30bd4c47d7da25b7eab8f8f3dc94fdc]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:36:58 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6da850916536a50d6a9c82d5dcda5264b7d5631d]

        INTEGRATION: CWS nwf (1.7.66); FILE MERGED 2004/03/25 10:59:22 mmeeks 1.7.66.1: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [42cc3afa9b119834889dc5dd592441f5e6c7af36]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/23 07:45:44 mwu 1.1.2.2: dialogdiet01 m33 sd 20040422 2004/04/22 01:37:13 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [39a0c435ab02323ac20bb11e83b423fd59fbd0c9]

        INTEGRATION: CWS dialogdiet01 (1.8.16); FILE MERGED 2004/04/23 07:45:44 mwu 1.8.16.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [18bfa1203c3b42294e70f4391b3463f177cf8005]

        INTEGRATION: CWS nwf (1.20.2); FILE MERGED 2004/03/10 20:49:43 pl 1.20.2.3: merge from vcl20: yield mutex acquisition 2004/03/01 13:34:05 pl 1.20.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:35 ssa 1.20.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5175cd35d8fe1f488448291bfc5d5fa5ba76fae9]

        INTEGRATION: CWS dialogdiet01 (1.3.118); FILE MERGED 2004/04/22 01:25:17 mwu 1.3.118.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [74b4abb1bbaa87113e9820899e1b62ea3b94879d]

        INTEGRATION: CWS nwf (1.52.2); FILE MERGED 2004/04/02 13:03:44 ssa 1.52.2.3: RESYNC: (1.52-1.53); FILE MERGED 2004/03/25 10:59:22 mmeeks 1.52.2.2: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/03/01 13:33:26 pl 1.52.2.1: #i25477# get rid of internal events for frame being destroyed

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [becb2aadcf815f6efba5d4a72b8faac1fcf8f26e]

        INTEGRATION: CWS dialogdiet01 (1.9.114); FILE MERGED 2004/04/22 01:25:16 mwu 1.9.114.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d891521eb12fd5594b6f683c7143982bb55b5fb8]

        INTEGRATION: CWS nwf (1.33.2); FILE MERGED 2004/03/25 10:59:21 mmeeks 1.33.2.3: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/03/01 13:34:04 pl 1.33.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:34 ssa 1.33.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [776de29a4d8e12fe999098fa8c2506b84c7d9127]

        INTEGRATION: CWS dialogdiet01 (1.18.244); FILE MERGED 2004/04/22 01:25:16 mwu 1.18.244.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [af6d0d8e756e8c6ea3f42857a7d2eb8b471f9280]

        INTEGRATION: CWS dialogdiet01 (1.7.32); FILE MERGED 2004/04/22 02:01:26 mwu 1.7.32.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6020765e40b16c213d2c5dc6410a126b93d66ae0]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:39:28 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [35f5ea3d8a3661b0ff6b179e36d3fe812beab4aa]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:39:12 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [092b053a1414b0789e4dfc5c7468c2857d6a2003]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:38:17 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [06070d39a1f6e2dfb44d5f6b6cc68c8f3e3744f3]

        INTEGRATION: CWS nwf (1.12.66); FILE MERGED 2004/02/27 08:31:34 ssa 1.12.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bc8b0f3687c75395c0d94522112e1a727cc1ef6]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:38:51 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [88d05efc3ef269226b1d17b5b16352ba676d691c]

        INTEGRATION: CWS nwf (1.24.66); FILE MERGED 2004/03/01 13:34:02 pl 1.24.66.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [860390d9c278306691116b3712a2ef695b7f326e]

        INTEGRATION: CWS dialogdiet01 (1.1.1.1.412); FILE MERGED 2004/04/22 01:25:16 mwu 1.1.1.1.412.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba7c39dee4394d9a074378c6353590c04a4b28b6]

        INTEGRATION: CWS nwf (1.28.66); FILE MERGED 2004/03/01 13:34:01 pl 1.28.66.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad6bc03a2aa935e8d170ff2e5b51cbfd34a20a8d]

        INTEGRATION: CWS dialogdiet01 (1.5.62); FILE MERGED 2004/02/27 06:01:01 mwu 1.5.62.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cc526cebcdf25ad0b80fdbd4cb5ca158f227daa]

        INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/03/25 10:59:21 mmeeks 1.2.2.1: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9b7ded7b1abb0d235167255a3bcb477bb888150]

        INTEGRATION: CWS dialogdiet01 (1.37.28); FILE MERGED 2004/04/22 01:25:15 mwu 1.37.28.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0520547556b96514f83bb5c0625b8fc0baf025fe]

        INTEGRATION: CWS nwf (1.1.2); FILE ADDED 2004/03/11 15:58:24 ssa 1.1.2.3: #i25130# track window visibilty to avoid garbage in pixmap cache, track clipping region to allow for direct window painting, move NWPaint methods to GtkSalGraphics 2004/03/04 18:09:15 ssa 1.1.2.2: #i25130# support for theme change 2004/02/27 08:31:33 ssa 1.1.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [545a9bb7e00f57574841a8fc4f6ed2ab9157d297]

        INTEGRATION: CWS dialogdiet01 (1.45.40); FILE MERGED 2004/04/22 01:25:15 mwu 1.45.40.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b296c410a7e781800ab5c074f3e4846d0210741a]

        INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/04/26 14:09:53 pl 1.2.2.5: #116502# move for child frames did not work correctly 2004/03/15 17:08:26 pl 1.2.2.4: improve initial frame size 2004/03/10 16:41:08 pl 1.2.2.3: add: visibility notify 2004/03/04 15:44:26 pl 1.2.2.2: #115278# make plugged mode work 2004/02/27 15:46:29 pl 1.2.2.1: #i25181# send simple ExtText input as keyinput/release

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ecdf21d16578d9b100edaa6b284f444e52d51f0]

        INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/03/25 10:59:21 mmeeks 1.2.2.3: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/03/01 13:34:00 pl 1.2.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:32 ssa 1.2.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [42f05618630d9e7265a384111db9097de53b42b9]

        INTEGRATION: CWS dialogdiet01 (1.36.38); FILE MERGED 2004/04/23 07:45:43 mwu 1.36.38.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ca2976be4b806b8f908fb1e1f97f484b055adfc]

        INTEGRATION: CWS nwf (1.26.2); FILE MERGED 2004/03/11 15:58:23 ssa 1.26.2.3: #i25130# track window visibilty to avoid garbage in pixmap cache, track clipping region to allow for direct window painting, move NWPaint methods to GtkSalGraphics 2004/03/09 17:12:56 pl 1.26.2.2: handle graphics exposes after all XCopyArea calls 2004/02/27 08:31:32 ssa 1.26.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a7cd7cc34aef67dfe753b3c87dd777393a7f347]

        INTEGRATION: CWS dialogdiet01 (1.14.46); FILE MERGED 2004/04/22 01:25:14 mwu 1.14.46.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba589e329d1097b399c43a8ea67c443b401fdcff]

        INTEGRATION: CWS nwf (1.36.2); FILE MERGED 2004/03/01 13:33:59 pl 1.36.2.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [59791f1eb3f17980d655dc5f84151018d4e10545]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 01:42:09 mwu 1.1.2.1: dialogdiet01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [576659236b7f603fcf66fb3d4c6bcf71d73ff2ee]

        INTEGRATION: CWS dialogdiet01 (1.29.14); FILE MERGED 2004/04/23 07:45:43 mwu 1.29.14.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3465fb17ca59e205dace2d1af2f6fe480b8177bf]

        INTEGRATION: CWS nwf (1.22.2); FILE MERGED 2004/03/25 10:59:20 mmeeks 1.22.2.2: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/03/01 13:33:58 pl 1.22.2.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a3ed963fbd703d0f3f297ff38e211f33cc50f96]

        INTEGRATION: CWS dialogdiet01 (1.59.12); FILE MERGED 2004/04/08 01:45:19 mwu 1.59.12.1: DialogDiet 2004_04_08

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [83a1e57613607734bcc5059a9c597e671cc77d92]

        INTEGRATION: CWS dialogdiet01 (1.17.40); FILE MERGED 2004/04/22 01:25:14 mwu 1.17.40.1: dialogdiet01_2004_04_22

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [30bb5c23596d9f7273e61a4e4f3be19bd3eef9bf]

        INTEGRATION: CWS nwf (1.8.2); FILE MERGED 2004/03/01 13:33:58 pl 1.8.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:31 ssa 1.8.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8604cff707e80110ac73985b5b0cd0c6b8e088a]

        INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/04/02 13:03:58 ssa 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/16 16:31:21 pl 1.2.2.1: #i26570# honor ENABLE_GTK flag

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [59299b9822307e1e282caf5dad616e4d2ff3be82]

        INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/03/01 13:33:56 pl 1.2.2.1: first step in SalDisplay cleanup

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9e30cff5bb9d1d38652fbcc16c874d2bdb1ead3]

        INTEGRATION: CWS nwf (1.3.2); FILE MERGED 2004/04/26 14:09:53 pl 1.3.2.15: #116502# move for child frames did not work correctly 2004/03/15 17:08:26 pl 1.3.2.14: improve initial frame size 2004/03/12 14:44:02 ssa 1.3.2.13: STYLE_DEFAULT means maximize 2004/03/11 15:58:23 ssa 1.3.2.12: #i25130# track window visibilty to avoid garbage in pixmap cache, track clipping region to allow for direct window painting, move NWPaint methods to GtkSalGraphics 2004/03/10 16:44:27 pl 1.3.2.11: missing initializer 2004/03/10 16:41:09 pl 1.3.2.10: add: visibility notify 2004/03/09 16:00:19 pl 1.3.2.9: combine motion events for speed 2004/03/08 18:21:15 pl 1.3.2.8: avoid dispatching initial style set signal 2004/03/04 18:09:14 ssa 1.3.2.7: #i25130# support for theme change 2004/03/04 15:44:25 pl 1.3.2.6: #115278# make plugged mode work 2004/03/03 12:19:21 pl 1.3.2.5: #i25165# evaluate window state correctly in GetWindowState 2004/03/01 13:33:55 pl 1.3.2.4: first step in SalDisplay cleanup 2004/02/27 15:46:29 pl 1.3.2.3: #i25181# send simple ExtText input as keyinput/release 2004/02/27 13:02:06 pl 1.3.2.2: #i25161# balance IMCommit/KeyUp 2004/02/27 08:31:30 ssa 1.3.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3de78eeb01efa4471e4eb1b9c755ff5cb06d11b7]

        INTEGRATION: CWS nwf (1.1.2); FILE ADDED 2004/03/31 18:59:22 fa 1.1.2.11: - Fix disabled PushButtons (ie Tools->Configure...) and SpinField edit boxes     and button.  (we weren't enabling the widgets at all) - Fix scrollbar Thumb sizes to account for the difference between OOo's size     for controls and the GTK theme's size 2004/03/31 17:40:32 fa 1.1.2.10: Remove some older WIDGETSET_GTK stuff, convert some GdkWindows -> GdkDrawables 2004/03/22 21:42:58 fa 1.1.2.9: Dont attempt to case a GdkPixmap directly to a GdkWindow, but use both objects' superclass instead, GdkDrawable. 2004/03/11 15:58:22 ssa 1.1.2.8: #i25130# track window visibilty to avoid garbage in pixmap cache, track clipping region to allow for direct window painting, move NWPaint methods to GtkSalGraphics 2004/03/09 17:12:56 pl 1.1.2.7: handle graphics exposes after all XCopyArea calls 2004/03/09 16:52:56 ssa 1.1.2.6: #i25130# improve pixmap caching 2004/03/08 17:51:04 ssa 1.1.2.5: #i25130# remove dbg output 2004/03/05 10:29:22 ssa 1.1.2.4: #i25130# please solaris compiler 2004/03/04 18:07:59 ssa 1.1.2.3: #i25130# provide pixmap caches to speed up drawing 2004/03/01 13:33:54 pl 1.1.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:30 ssa 1.1.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9b440c05f8a44ce83be596da965c8beb7e73a05]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 02:04:11 mwu 1.1.2.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b840fb3511d97408bccec1ff6567b832428471ad]

        INTEGRATION: CWS nwf (1.1.2); FILE ADDED 2004/03/16 16:31:20 pl 1.1.2.2: #i26570# honor ENABLE_GTK flag 2004/02/27 08:31:29 ssa 1.1.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [07b77d6207483aa95e4cd5f5844634e8d3927e0d]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 02:04:10 mwu 1.1.2.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [063340e6a878b01c46f6498285fe68b327abd532]

        INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/04/02 13:04:13 ssa 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/16 16:31:20 pl 1.2.2.1: #i26570# honor ENABLE_GTK flag

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [08344ff8f15fa679197b7898cbebe654dbbb7722]

        INTEGRATION: CWS dialogdiet01 (1.27.8); FILE MERGED 2004/04/22 02:01:39 mwu 1.27.8.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [05aba989c963a73483e63e5457267c92ed51f144]

        INTEGRATION: CWS nwf (1.3.2); FILE MERGED 2004/03/25 10:59:20 mmeeks 1.3.2.2: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/02/27 08:31:28 ssa 1.3.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f822296c14fd6f6e20f295b6a191d7521f810a8]

        INTEGRATION: CWS dialogdiet01 (1.31.20); FILE MERGED 2004/04/22 02:01:39 mwu 1.31.20.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [12638f3a219de4c49262939b3d5e64a3405abc4e]

        INTEGRATION: CWS nwf (1.2.2); FILE MERGED 2004/04/26 14:09:52 pl 1.2.2.7: #116502# move for child frames did not work correctly 2004/03/25 10:59:20 mmeeks 1.2.2.6: Fix a number of nasty bugs, bring the glib/gtk+ and VCL mainloops to parity so inferior loops work correctly, fix a number of nasty threading / race bugs. Reviewed by:   pl 2004/03/09 15:59:12 pl 1.2.2.5: remove unnecessary yieldThread (cancel point entered shortly after 2004/03/08 16:11:28 fa 1.2.2.4: Make for() scoping compliant with ISO C++ 2004/03/04 15:44:25 pl 1.2.2.3: #115278# make plugged mode work 2004/03/01 13:33:53 pl 1.2.2.2: first step in SalDisplay cleanup 2004/02/27 08:31:27 ssa 1.2.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a103f0b920d78709bad05b14e201e1a26dc07f6]

        INTEGRATION: CWS nwf (1.86.30); FILE MERGED 2004/04/02 13:04:37 ssa 1.86.30.2: RESYNC: (1.86-1.87); FILE MERGED 2004/02/27 08:31:27 ssa 1.86.30.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [420c590679047974fb98a5c3759c0709c427b2bd]

        INTEGRATION: CWS dialogdiet01 (1.13.34); FILE MERGED 2004/04/22 02:01:38 mwu 1.13.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ea07173c9789a71902ec5e2f06644cedc150146]

        INTEGRATION: CWS nwf (1.1.4); FILE ADDED 2004/03/09 16:52:55 ssa 1.1.4.4: #i25130# improve pixmap caching 2004/03/05 12:30:22 ssa 1.1.4.3: #i25130# don't clip away empty controlregion, some controls carry it in the optional data 2004/03/02 15:49:45 ssa 1.1.4.2: #i25130# improve NWF transparency handling 2004/02/27 08:31:26 ssa 1.1.4.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [211d7ce7725ecac114fc5d1e5ec58a1300127a24]

        INTEGRATION: CWS dialogdiet01 (1.18.20); FILE MERGED 2004/04/26 02:15:13 mwu 1.18.20.2: dialogdiet sd 20040426 2004/04/22 02:01:37 mwu 1.18.20.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6753d40b7202126407ed30a0dccdaa07bd0a3fa]

        INTEGRATION: CWS nwf (1.184.2); FILE MERGED 2004/04/02 13:04:27 ssa 1.184.2.4: RESYNC: (1.184-1.187); FILE MERGED 2004/03/17 17:33:41 ssa 1.184.2.3: #i25130# make sure form controls always keep the classic look 2004/03/09 13:17:22 pl 1.184.2.2: add SAL_NO_NWF for debugging purposes 2004/02/27 08:31:25 ssa 1.184.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e62c282700f3a6454c1faac0cd9a53f9034fb5d5]

        INTEGRATION: CWS dialogdiet01 (1.15.22); FILE MERGED 2004/04/22 02:01:37 mwu 1.15.22.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cba5ba4d8a95c589b32119eae71ad1e763bd6d8]

        INTEGRATION: CWS nwf (1.22.66); FILE MERGED 2004/03/31 09:28:34 ssa 1.22.66.1: #i25130# force flat toolbox buttons

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [22cad768c4ce61a920dc6e02e347ab218c1644e8]

        INTEGRATION: CWS dialogdiet01 (1.26.18); FILE MERGED 2004/04/22 02:01:37 mwu 1.26.18.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1cd6af623e86b5b1b45f9d09dc17d6fbb907f02]

        INTEGRATION: CWS nwf (1.64.66); FILE MERGED 2004/03/31 09:28:33 ssa 1.64.66.1: #i25130# force flat toolbox buttons

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [20aacf844d5748fda7a8ea041f0b207da27d66ef]

        INTEGRATION: CWS dialogdiet01 (1.3.22); FILE MERGED 2004/04/22 02:01:37 mwu 1.3.22.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [29e8830e740c98ade037769557788dcf822921d6]

        INTEGRATION: CWS nwf (1.9.2); FILE MERGED 2004/03/15 17:28:18 ssa 1.9.2.3: #i25130# correct tabpage init 2004/03/15 13:34:30 ssa 1.9.2.2: #i25130# draw native tabpages only inside tabcontrols 2004/02/27 08:31:25 ssa 1.9.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1136298bea8792d0a60a60d03000aa1a2f2f16ba]

        INTEGRATION: CWS dialogdiet01 (1.7.220); FILE MERGED 2004/04/22 02:01:36 mwu 1.7.220.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4042113457a2ab0b79e7c4b0d53304ace8fdd43]

        INTEGRATION: CWS nwf (1.11.66); FILE MERGED 2004/03/17 17:34:13 ssa 1.11.66.1: #i25130# improve statusbar text positioning

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5368a706ee7afac264c78e6e2bd6169dcb17a94]

        INTEGRATION: CWS dialogdiet01 (1.6.34); FILE MERGED 2004/04/22 02:01:36 mwu 1.6.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ec8d7cd11aa49922e978682ddc6f9e6864f8f64]

        INTEGRATION: CWS nwf (1.102.6); FILE MERGED 2004/03/31 11:36:57 ssa 1.102.6.1: #i25130# always enable mouse follows menu

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [974719b581879d7f08122afe46de583ee2ae4a7d]

        INTEGRATION: CWS nwf (1.12.60); FILE MERGED 2004/02/27 08:31:25 ssa 1.12.60.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [85b3484fd2893f1a55f34ab2d6b0885ea750535e]

        INTEGRATION: CWS dialogdiet01 (1.3.34); FILE MERGED 2004/04/22 02:01:35 mwu 1.3.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6517ef7b25b87229fa150c1b84dd928f7343c9e]

        INTEGRATION: CWS nwf (1.7.66); FILE MERGED 2004/03/17 17:33:40 ssa 1.7.66.4: #i25130# make sure form controls always keep the classic look 2004/03/16 13:33:40 ssa 1.7.66.3: #i25130# support for flat borders (ie with bordersize 1) 2004/03/15 17:27:42 ssa 1.7.66.2: #i25130# support flat borders for all decoview frames 2004/02/27 08:31:24 ssa 1.7.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec07824d8d624574f021f1784b4bd853386c88ee]

        INTEGRATION: CWS dialogdiet01 (1.3.358); FILE MERGED 2004/04/22 02:01:35 mwu 1.3.358.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b08af15351f4bbdb39bcbade7c56147bab1684d0]

        INTEGRATION: CWS dialogdiet01 (1.3.34); FILE MERGED 2004/04/22 02:01:34 mwu 1.3.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb1004d8857630ca6cf0c03f80be2c4daae8bdbb]

        INTEGRATION: CWS nwf (1.12.66); FILE MERGED 2004/03/31 11:34:51 ssa 1.12.66.5: #i25130# remove old look and feel support 2004/03/17 17:33:39 ssa 1.12.66.4: #i25130# make sure form controls always keep the classic look 2004/03/16 13:33:39 ssa 1.12.66.3: #i25130# support for flat borders (ie with bordersize 1) 2004/03/15 17:27:42 ssa 1.12.66.2: #i25130# support flat borders for all decoview frames 2004/02/27 08:31:23 ssa 1.12.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [97728dbcb29e4b301017e7533d6ce854ed307c82]

        INTEGRATION: CWS dialogdiet01 (1.3.22); FILE MERGED 2004/02/27 06:01:41 mwu 1.3.22.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [72945c74f03c58617137ea7c8f33f0dfbf0616ba]

        INTEGRATION: CWS nwf (1.1.2); FILE ADDED 2004/02/27 08:31:23 ssa 1.1.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a85fc09df9f3567267faeb29c55b5203bfb5e81]

        INTEGRATION: CWS nwf (1.16.36); FILE MERGED 2004/02/27 08:31:22 ssa 1.16.36.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [31ea7935151ea6ec69f0098f9b0a00980f20fd7e]

        INTEGRATION: CWS dialogdiet01 (1.16.34); FILE MERGED 2004/04/22 02:01:34 mwu 1.16.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c69b854697b37bf3df284a8e10b43a45c30b516]

        INTEGRATION: CWS nwf (1.168.2); FILE MERGED 2004/04/02 13:06:12 ssa 1.168.2.4: RESYNC: (1.169-1.170); FILE MERGED 2004/03/15 13:37:07 ssa 1.168.2.3: #i25130# disabled text without shadow 2004/03/05 09:10:15 ssa 1.168.2.2: RESYNC: (1.168-1.169); FILE MERGED 2004/03/01 12:38:00 pl 1.168.2.1: less noise in OSL_DEBUG_LEVEL 2

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f726b398264ae24e7221b0616e9485587b3f7e7]

        INTEGRATION: CWS dialogdiet01 (1.2.34); FILE MERGED 2004/04/22 02:01:34 mwu 1.2.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fab5f6ae40852382cca40aa0ebf460f97756ac6f]

        INTEGRATION: CWS nwf (1.15.66); FILE MERGED 2004/02/27 08:31:21 ssa 1.15.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ac41192cacdacd129328039404d1f0bf60d12de]

        INTEGRATION: CWS dialogdiet01 (1.3.34); FILE MERGED 2004/04/22 02:01:33 mwu 1.3.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [67c4b6a0fa2d2dbb49368929bc443062c82d57ae]

        INTEGRATION: CWS nwf (1.25.2); FILE MERGED 2004/03/01 12:37:59 pl 1.25.2.1: less noise in OSL_DEBUG_LEVEL 2

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8864eb87f7c66a7fe67fb5f0d126b53860d8d974]

        INTEGRATION: CWS dialogdiet01 (1.5.34); FILE MERGED 2004/04/22 02:01:33 mwu 1.5.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c840a70d956df94a31f2800a5bb065cbcb589fe]

        INTEGRATION: CWS nwf (1.20.2); FILE MERGED 2004/03/31 11:35:44 ssa 1.20.2.7: #i25130# remove support for colored and single line tab controls 2004/03/15 13:36:41 ssa 1.20.2.6: #i25130# no single line forced native tabcontrols 2004/03/11 15:55:09 ssa 1.20.2.5: #i25130# allow for better NWF pixmap caching by using proper clipregion 2004/03/09 16:37:58 ssa 1.20.2.4: #i25130# allow for slightly bigger tabitems as required by gtk 2004/03/04 18:15:22 ssa 1.20.2.3: #i25130# preclip to minimize NWF calls 2004/03/02 15:49:45 ssa 1.20.2.2: #i25130# improve NWF transparency handling 2004/02/27 08:31:21 ssa 1.20.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [58a73175eff66cc6b0d7bd0fb43249c522c1df24]

        INTEGRATION: CWS dialogdiet01 (1.9.34); FILE MERGED 2004/04/22 02:01:33 mwu 1.9.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [842dba9b0fa91a85e8da317eec452ff377033184]

        INTEGRATION: CWS nwf (1.13.2); FILE MERGED 2004/03/31 18:59:21 fa 1.13.2.2: - Fix disabled PushButtons (ie Tools->Configure...) and SpinField edit boxes     and button.  (we weren't enabling the widgets at all) - Fix scrollbar Thumb sizes to account for the difference between OOo's size     for controls and the GTK theme's size 2004/02/27 08:31:20 ssa 1.13.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a3a7c677ba3f4d22748aa9ecf94f8fa9a26d94d]

        INTEGRATION: CWS dialogdiet01 (1.16.34); FILE MERGED 2004/04/22 02:01:33 mwu 1.16.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef09de10fd4c92da0a33c52664ccb226d8498640]

        INTEGRATION: CWS nwf (1.5.66); FILE MERGED 2004/02/27 08:31:20 ssa 1.5.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d519d0ce96335ee6d007a04eaca93f2366103937]

        INTEGRATION: CWS dialogdiet01 (1.2.34); FILE MERGED 2004/04/22 02:01:32 mwu 1.2.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [859103ff40ba79527253f4fd10814642a3851a5e]

        INTEGRATION: CWS nwf (1.12.2); FILE MERGED 2004/02/27 08:31:19 ssa 1.12.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f71c3adcbf0b7726118cd11cb85789ef3de9dedb]

        INTEGRATION: CWS dialogdiet01 (1.4.34); FILE MERGED 2004/04/22 02:01:32 mwu 1.4.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4849fb6d668f6cf8fa7e6bf33c15db4696355001]

        INTEGRATION: CWS nwf (1.25.36); FILE MERGED 2004/03/16 13:33:39 ssa 1.25.36.3: #i25130# support for flat borders (ie with bordersize 1) 2004/03/08 18:06:43 ssa 1.25.36.2: #i25130# make listbox transparent again in datachange 2004/02/27 08:31:19 ssa 1.25.36.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [78d11590dd8cad8374075afe2de0ca44610acccb]

        INTEGRATION: CWS dialogdiet01 (1.6.34); FILE MERGED 2004/04/22 02:01:32 mwu 1.6.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6680d431602d715fc24499aec9921aba27954f5a]

        INTEGRATION: CWS nwf (1.44.36); FILE MERGED 2004/02/27 08:31:18 ssa 1.44.36.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bb1d92639afed387dab30462bd565cf71bfbf6b]

        INTEGRATION: CWS dialogdiet01 (1.27.34); FILE MERGED 2004/04/22 02:01:32 mwu 1.27.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [383f90d90e6d3045df336102656eeb0f9fb1e836]

        INTEGRATION: CWS nwf (1.3.66); FILE MERGED 2004/03/15 13:34:29 ssa 1.3.66.2: #i25130# draw native tabpages only inside tabcontrols 2004/02/27 08:31:18 ssa 1.3.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2c4f03901b3d979daac870c3c93d5c5eac20997]

        INTEGRATION: CWS dialogdiet01 (1.3.34); FILE MERGED 2004/04/22 02:01:31 mwu 1.3.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [904fa0f7420856139c312491da3cbbf5bf8bf212]

        INTEGRATION: CWS nwf (1.63.36); FILE MERGED 2004/03/12 09:46:01 ssa 1.63.36.3: #i25130# Introduced CTRL_EDITBOX_NOBORDER, an edit box without a border. It fixes an infinite loop caused by the absence of the border window. 2004/02/27 13:02:40 pl 1.63.36.2: #i25161# call autocomplete hdl on ext text commit 2004/02/27 08:31:17 ssa 1.63.36.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ab81ed65f2865c2c8cca56fef46a2fdc382f15b]

        INTEGRATION: CWS dialogdiet01 (1.4.34); FILE MERGED 2004/04/22 02:01:31 mwu 1.4.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1e4013bdd1ff340fffe9a686f629a7a94c959b5]

        INTEGRATION: CWS nwf (1.12.66); FILE MERGED 2004/02/27 08:31:17 ssa 1.12.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f16a515491bcc52b23111d14b0d42514a214c6a]

        INTEGRATION: CWS nwf (1.28.66); FILE MERGED 2004/03/16 13:33:39 ssa 1.28.66.3: #i25130# support for flat borders (ie with bordersize 1) 2004/03/08 17:54:04 ssa 1.28.66.2: #i25130# make combobox transparent again in datachange and correct button size 2004/02/27 08:31:17 ssa 1.28.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d42093e4ee521a96983120f9a99067d3df90743]

        INTEGRATION: CWS dialogdiet01 (1.58.22); FILE MERGED 2004/04/22 02:01:30 mwu 1.58.22.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b834c5638fa9d3e2aa1addcec70962fdf95dd21b]

        INTEGRATION: CWS nwf (1.26.2); FILE MERGED 2004/03/17 17:33:38 ssa 1.26.2.6: #i25130# make sure form controls always keep the classic look 2004/03/15 13:35:40 ssa 1.26.2.5: #i25130# improve positioning of symbols on native pushbuttons 2004/03/08 17:54:41 ssa 1.26.2.4: #i25130# use invalidate for mouse over effect 2004/03/04 18:14:38 ssa 1.26.2.3: #i25130# improve mouse over 2004/03/02 15:49:44 ssa 1.26.2.2: #i25130# improve NWF transparency handling 2004/02/27 08:31:16 ssa 1.26.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3bfdb52746e538f1739362c7d1ecb6201016227]

        INTEGRATION: CWS dialogdiet01 (1.17.54); FILE MERGED 2004/04/22 02:01:29 mwu 1.17.54.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [454d1d6fa0a6dc26ec449383e6b1e526a1c4529f]

        INTEGRATION: CWS nwf (1.47.2); FILE MERGED 2004/02/27 08:31:15 ssa 1.47.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [139ef18e5538c6bfa5c5d826838c8016e1d64835]

        INTEGRATION: CWS nwf (1.41.66); FILE MERGED 2004/04/02 13:06:53 ssa 1.41.66.4: RESYNC: (1.41-1.42); FILE MERGED 2004/03/31 11:34:50 ssa 1.41.66.3: #i25130# remove old look and feel support 2004/03/15 13:38:22 ssa 1.41.66.2: #i25130# disable changing of look and feel 2004/02/27 08:31:15 ssa 1.41.66.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f31aa49bf7a83879d0c7c6588258920e7af91827]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 02:05:23 mwu 1.1.2.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [60e8d56524a416d5c6d64a16774bb7266acb3e25]

        INTEGRATION: CWS nwf (1.3.82); FILE MERGED 2004/02/27 08:31:14 ssa 1.3.82.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b499dbae49cd3f3e1646eb020e82dd6633c0ce9c]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 02:05:22 mwu 1.1.2.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [af4aa580a802e6a686dced9414db021654a33be1]

        INTEGRATION: CWS nwf (1.35.2); FILE MERGED 2004/04/02 13:07:11 ssa 1.35.2.2: RESYNC: (1.35-1.36); FILE MERGED 2004/02/27 08:31:14 ssa 1.35.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [52e4ec19b8121fa5a69022afcc369a0e989eda6d]

        INTEGRATION: CWS nwf (1.28.2); FILE MERGED 2004/04/02 13:07:03 ssa 1.28.2.3: RESYNC: (1.28-1.30); FILE MERGED 2004/03/12 14:43:01 ssa 1.28.2.2: svdem needs i18npool 2004/02/27 08:31:13 ssa 1.28.2.1: #i25130# initial native widget framework, merged from srx645

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e10be7e1d209a14cb3ae610a1bf87fc8641b389e]

        INTEGRATION: CWS dialogdiet01 (1.8.342); FILE MERGED 2004/04/22 02:01:29 mwu 1.8.342.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2f39869e0ff85e780b287e1282e5c7174e375d0]

        INTEGRATION: CWS dialogdiet01 (1.8.22); FILE MERGED 2004/02/27 06:01:41 mwu 1.8.22.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [836915379ed76a068188e5177d9a68e1089f5028]

        INTEGRATION: CWS dialogdiet01 (1.5.368); FILE MERGED 2004/02/27 06:01:41 mwu 1.5.368.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d426d89b85982c9014a7b680df9d80344d931a45]

        INTEGRATION: CWS dialogdiet01 (1.18.32); FILE MERGED 2004/04/22 02:01:28 mwu 1.18.32.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f5466392e35ae8bddff31fe3939de953a65b8b2]

        INTEGRATION: CWS dialogdiet01 (1.4.22); FILE MERGED 2004/03/31 07:50:01 mwu 1.4.22.2: dialogdiet01 merge 2004-03-31 2004/02/27 06:01:40 mwu 1.4.22.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [63c1c171e4e7cf378ea17644fadaa7d1df6ac5e1]

        INTEGRATION: CWS dialogdiet01 (1.3.34); FILE MERGED 2004/02/27 06:01:40 mwu 1.3.34.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [798c7897e291c1b3864ad925f9f93c6a492aee3a]

        INTEGRATION: CWS dialogdiet01 (1.3.356); FILE MERGED 2004/02/27 06:01:40 mwu 1.3.356.1: dialogdiet01 2004_02_27

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0e14bc7ee8edaa46ed7159f356a61cfa0cf3138]

        INTEGRATION: CWS dialogdiet01 (1.35.20); FILE MERGED 2004/04/22 02:01:28 mwu 1.35.20.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9be60d046961dfbbe4c7a903d12c3c458b350ef8]

        INTEGRATION: CWS dialogdiet01 (1.28.22); FILE MERGED 2004/04/22 02:01:28 mwu 1.28.22.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c6c6aeca4b0e9ac8556303227a3fc4ef2b07ef3]

        INTEGRATION: CWS dialogdiet01 (1.6.34); FILE MERGED 2004/04/22 02:01:27 mwu 1.6.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [44fc407a0bcbd33d0996c0fbc696e22460f57c7b]

        INTEGRATION: CWS dialogdiet01 (1.5.94); FILE MERGED 2004/04/22 02:01:27 mwu 1.5.94.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [56734db6279b801f3e154b2dbc6f2af1f9929d45]

        INTEGRATION: CWS dialogdiet01 (1.1.344); FILE MERGED 2004/04/22 02:01:26 mwu 1.1.344.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b317acb01e768cf5ef7b04eafb5bfe487b3c6971]

        INTEGRATION: CWS dialogdiet01 (1.17.34); FILE MERGED 2004/04/22 03:34:41 mwu 1.17.34.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff3ca21e68be0bca7956921efb6262552e1f7fb9]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 02:06:44 mwu 1.1.2.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [207bcb540dcb9d9a784bdb6f032b4503fa662b10]

        INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDED 2004/04/22 02:06:43 mwu 1.1.2.1: dialogdiet01 m33 sd 20040422

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1aaca72872c34903f66509767fef62988a05ea3]

        INTEGRATION: CWS dialogdiet01 (1.3.204); FILE MERGED 2004/03/01 08:49:53 mwu 1.3.204.1: cws_src680_dialogdiet01_2004_03_01

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dce7ae6ffe4100863c1dbbeb2937bbc1d8d7271]

        INTEGRATION: CWS dialogdiet01 (1.10.12); FILE MERGED 2004/04/08 01:44:52 mwu 1.10.12.1: DialogDiet 2004_04_08

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [624f729fc2aa45979d088792223d9e92685e5d54]

        INTEGRATION: CWS dialogdiet01 (1.8.60); FILE MERGED 2004/04/08 01:45:19 mwu 1.8.60.1: DialogDiet 2004_04_08

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [392f10bebec9fb014118288d64dc92f8cf5830c2]

        INTEGRATION: CWS aw009 (1.7.696); FILE MERGED 2004/04/22 12:36:31 aw 1.7.696.1: #116235# Removed Clone(...) command with 2 parameters, removed some involved problems

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7abc9b89118d64c92c0e1890b41d9d20b4fab3ca]

        INTEGRATION: CWS aw009 (1.12.84); FILE MERGED 2004/04/30 10:16:12 aw 1.12.84.1: #116512#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dab8c780ae1257ed18690bae63c4f69420bc26fb]

        INTEGRATION: CWS aw009 (1.5.48); FILE MERGED 2004/04/30 10:15:58 aw 1.5.48.1: #116512#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [91a13f1e5f78a4a453bae266474b574f889cb7aa]

        INTEGRATION: CWS aw009 (1.3.32); FILE MERGED 2004/04/30 10:15:57 aw 1.3.32.1: #116512#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8382910d20ba52b32b5d996d5bf55eec3a255a88]

        INTEGRATION: CWS aw009 (1.13.98); FILE MERGED 2004/04/26 10:51:15 aw 1.13.98.1: #116168#, #116235#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [12b983b8cace4c54fc0b86b1f92a1d38a74d3f8f]

        INTEGRATION: CWS aw009 (1.26.98); FILE MERGED 2004/04/26 10:51:15 aw 1.26.98.1: #116168#, #116235#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d39c2140ea9d599477b8fba8cf408efc6353b1d8]

        INTEGRATION: CWS aw009 (1.21.128); FILE MERGED 2004/04/26 10:51:14 aw 1.21.128.1: #116168#, #116235#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f63c9ada4a59fa47a248cdf008bdc6a189bdfbb]

        INTEGRATION: CWS aw009 (1.4.72); FILE MERGED 2004/04/27 16:54:56 aw 1.4.72.1: #114898#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [08500163e63bd336ede7ec67e77c2f84875a2f27]

        INTEGRATION: CWS aw009 (1.27.36); FILE MERGED 2004/04/27 16:54:55 aw 1.27.36.1: #114898#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [302bc3844b7fda76fe95cca573388a851a139b51]

        INTEGRATION: CWS aw009 (1.30.76); FILE MERGED 2004/04/26 11:46:06 aw 1.30.76.1: #116235#, #116168#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5321da8400d45be6ed86b6b8152b9151b508098f]

        INTEGRATION: CWS aw009 (1.66.68); FILE MERGED 2004/04/26 11:46:06 aw 1.66.68.1: #116235#, #116168#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e30e4dae677ae0e64fbfab100de0b49ba7d5a0e4]

        INTEGRATION: CWS aw009 (1.28.136); FILE MERGED 2004/04/27 08:22:47 aw 1.28.136.1: #116512# Need to link against basegfx for basegfx::B2DPolyPolygon

2004-05-10  Joachim Lingner  <jl@openoffice.org>  [79a305d2fa51fb2c4ed70f1bbcca130217828dff]

        #i20052#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [418f67612dbaf459fc245930c685475ba71191a3]

        INTEGRATION: CWS aw009 (1.5.172); FILE MERGED 2004/04/26 13:01:10 aw 1.5.172.2: #116512# Added some basegfx includes 2004/04/26 12:35:25 aw 1.5.172.1: #116512#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ae97a5e1d9edb7d75ab8a5bbc407b3632fd84b2]

        INTEGRATION: CWS aw009 (1.17.70); FILE MERGED 2004/04/22 12:36:34 aw 1.17.70.1: #116235# Removed Clone(...) command with 2 parameters, removed some involved problems

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d7f32eeba9909c9408cb3303362a0e09fa466a4]

        INTEGRATION: CWS aw009 (1.17.170); FILE MERGED 2004/04/27 16:55:48 aw 1.17.170.1: #114898#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a173bc0cfbd373923d8687d1082a484b3ceb947]

        INTEGRATION: CWS aw009 (1.37.74); FILE MERGED 2004/04/28 13:04:27 aw 1.37.74.3: #112440# If object is a Group object, visibility depends evtl. on multiple layers. If one object is markable, Group is markable. 2004/04/27 16:55:48 aw 1.37.74.2: #114898# 2004/04/13 16:04:19 aw 1.37.74.1: #114376# Do not use the iterator anymore after using it as parameter for .erase

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0f87639b55d31d10fc66918224a63f45a386e39]

        INTEGRATION: CWS aw009 (1.39.76); FILE MERGED 2004/04/22 12:36:33 aw 1.39.76.1: #116235# Removed Clone(...) command with 2 parameters, removed some involved problems

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebca9338a8a06c7fa0acc3b1064563bca3f6cea1]

        INTEGRATION: CWS aw009 (1.6.196); FILE MERGED 2004/04/29 15:35:11 aw 1.6.196.1: #i25941#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6506f59a1305edb0e12d77fc13457664608c3915]

        INTEGRATION: CWS aw009 (1.43.70); FILE MERGED 2004/04/28 11:19:06 aw 1.43.70.2: #116235# Changes at SdrOle2Obj::Connect() and SdrOle2Obj::Unload() are risky and are not necessary for this fix. I take them back. 2004/04/22 12:36:33 aw 1.43.70.1: #116235# Removed Clone(...) command with 2 parameters, removed some involved problems

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [57a2a0f611949c1c6b5e661bc3a5d8cab471eaeb]

        INTEGRATION: CWS aw009 (1.62.42); FILE MERGED 2004/04/26 11:44:58 aw 1.62.42.2: #116235#, #116168# 2004/04/22 12:36:32 aw 1.62.42.1: #116235# Removed Clone(...) command with 2 parameters, removed some involved problems

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [de920f5cbcfa901e5c4da3b7d34901c44b6c5e35]

        INTEGRATION: CWS aw009 (1.53.76); FILE MERGED 2004/04/26 11:44:58 aw 1.53.76.1: #116235#, #116168#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [de3e043fadc2480865cddc24aa0f110b74cee4d2]

        INTEGRATION: CWS aw009 (1.6.174); FILE MERGED 2004/04/28 16:09:23 aw 1.6.174.1: #i27493#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5289aa56980ba36a7e937c5bee5ddc93fc26e246]

        INTEGRATION: CWS aw009 (1.12.196); FILE MERGED 2004/04/22 16:52:39 aw 1.12.196.1: #116425# For a fast solution, i use now a direct paint of the page content combined with a direct paint of the in-construction object.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [50ddc32babc07440c19db1617ad11bcce991d014]

        INTEGRATION: CWS aw009 (1.3.176); FILE MERGED 2004/04/26 11:44:57 aw 1.3.176.1: #116235#, #116168#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [017a2b91856cac3129759c27a681c52a6501fe89]

        INTEGRATION: CWS aw009 (1.3.72); FILE MERGED 2004/04/22 13:11:27 aw 1.3.72.1: #116481# Test page painting. Suppress output when control layer is painting.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccda912519cab2283437db8d208f04576ee705a3]

        INTEGRATION: CWS aw009 (1.5.74); FILE MERGED 2004/04/29 11:12:26 aw 1.5.74.2: #116168# Changed ViewContact::ActionRemoved() to not call ViewContact::ActionChanged(). That call would again setup e.g. AnimationInfos which may fail due to models in destruction. Also expanded ::SupportsAnimation() implementations to always take care of SdrObject::IsInDestruction(). 2004/04/26 11:44:57 aw 1.5.74.1: #116235#, #116168#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce476c8daeb43b264afd1b4dc22b1eb8746813ab]

        INTEGRATION: CWS aw009 (1.2.196); FILE MERGED 2004/04/29 11:12:25 aw 1.2.196.2: #116168# Changed ViewContact::ActionRemoved() to not call ViewContact::ActionChanged(). That call would again setup e.g. AnimationInfos which may fail due to models in destruction. Also expanded ::SupportsAnimation() implementations to always take care of SdrObject::IsInDestruction(). 2004/04/28 12:05:01 aw 1.2.196.1: #115931#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dc164e45cf7df4528c0dcd9977731b279e5c674]

        INTEGRATION: CWS aw009 (1.3.76); FILE MERGED 2004/04/29 11:12:23 aw 1.3.76.2: #116168# Changed ViewContact::ActionRemoved() to not call ViewContact::ActionChanged(). That call would again setup e.g. AnimationInfos which may fail due to models in destruction. Also expanded ::SupportsAnimation() implementations to always take care of SdrObject::IsInDestruction(). 2004/04/26 11:44:56 aw 1.3.76.1: #116235#, #116168#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba6ffaf25a907603a7fdc13ff45c80036271bbc5]

        INTEGRATION: CWS aw009 (1.2.196); FILE MERGED 2004/04/27 11:30:02 aw 1.2.196.1: #115934#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [95079dfacf6270731e0ed2744ab3c3f50a4b2b7c]

        INTEGRATION: CWS aw009 (1.2.196); FILE MERGED 2004/04/13 16:04:18 aw 1.2.196.1: #114376# Do not use the iterator anymore after using it as parameter for .erase

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c9da9193977832f14022ab7239bf0078324ed80]

        INTEGRATION: CWS aw009 (1.2.696); FILE MERGED 2004/04/22 12:36:32 aw 1.2.696.1: #116235# Removed Clone(...) command with 2 parameters, removed some involved problems

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [925a70b94e56b90643d5ae0bbcb3b09d6f9b7f0a]

        INTEGRATION: CWS aw009 (1.16.196); FILE MERGED 2004/04/22 12:36:31 aw 1.16.196.1: #116235# Removed Clone(...) command with 2 parameters, removed some involved problems

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a3cdfe70f978960d5bebde2ac9a207238df518e]

        INTEGRATION: CWS aw009 (1.20.78); FILE MERGED 2004/04/21 08:52:44 aw 1.20.78.1: #115662# For new chart, calculate the number of hit contained 3D objects at given point,  give back the count and a depth-sorted list of SdrObjects (a Vector). The vector will be  changed, at least cleared.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [69319d33cfc87b632dca7985bc3723d7043259b9]

        INTEGRATION: CWS aw009 (1.114.90); FILE MERGED 2004/04/26 12:33:56 aw 1.114.90.1: #116150#  first add and then set ItemSet

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9020f253ff5e7505dec03aa9aac9e709a1252a17]

        INTEGRATION: CWS aw009 (1.14.158); FILE MERGED 2004/04/26 11:00:16 aw 1.14.158.1: #116168#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a13b21b11e34bdfa245f16645d5c06082457d83]

        INTEGRATION: CWS relocinst (1.8.162); FILE MERGED 2004/04/22 11:30:21 kso 1.8.162.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:39:14 kso 1.8.162.1: #116281# - Does no longer store absolute paths to the office installation dir.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [41a88d9575148f42b94c0c2e1442fd317b98319f]

        INTEGRATION: CWS relocinst (1.9.14); FILE MERGED 2004/04/13 08:39:13 kso 1.9.14.1: #116281# - Does no longer store absolute paths to the office installation dir.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [323fcfc85e911c015354185aa58c3c219f0ddf19]

        INTEGRATION: CWS relocinst (1.5.162); FILE MERGED 2004/04/22 11:30:21 kso 1.5.162.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:39:11 kso 1.5.162.1: #116281# - Does no longer store absolute paths to the office installation dir.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [66ca8de43c9ae4b5b6447285e73c9475199f4cdc]

        INTEGRATION: CWS relocinst (1.11.164); FILE MERGED 2004/04/22 11:30:20 kso 1.11.164.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:39:11 kso 1.11.164.1: #116281# - Does no longer store absolute paths to the office installation dir.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d44ef4ff0bda2618a18a1ffb572beeb96bd004]

        INTEGRATION: CWS relocinst (1.11.134); FILE MERGED 2004/04/22 11:30:20 kso 1.11.134.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:39:11 kso 1.11.134.1: #116281# - Does no longer store absolute paths to the office installation dir.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [62657f7626758da70110b707525a496f5b5b49dd]

        INTEGRATION: CWS relocinst (1.22.134); FILE MERGED 2004/04/22 11:30:20 kso 1.22.134.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:39:10 kso 1.22.134.1: #116281# - Does no longer store absolute paths to the office installation dir.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [95965126d9cf59ab1b33245f4a4cb1e3567de963]

        INTEGRATION: CWS relocinst (1.17.96); FILE MERGED 2004/04/22 16:21:21 kso 1.17.96.2: RESYNC: (1.17-1.18); FILE MERGED 2004/04/22 11:31:19 kso 1.17.96.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.          - removed mountpoints support (not needed any longer).  CVS: ----------------------------------------------------------------------

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd2c93250dd5f809bbd977cacd3e25648b46b30c]

        INTEGRATION: CWS aw009 (1.34.40); FILE MERGED 2004/04/26 10:48:04 aw 1.34.40.1: #116235#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a54bef2f4283c134cd77dca465faa9b29e25bdfa]

        INTEGRATION: CWS relocinst (1.76.20); FILE MERGED 2004/04/22 16:21:10 kso 1.76.20.2: RESYNC: (1.76-1.77); FILE MERGED 2004/04/22 11:31:18 kso 1.76.20.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.          - removed mountpoints support (not needed any longer).  CVS: ----------------------------------------------------------------------

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ea28f940dca71eb4dcf81f195b6a111ecfaf134]

        INTEGRATION: CWS relocinst (1.11.134); FILE MERGED 2004/04/22 11:31:18 kso 1.11.134.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.          - removed mountpoints support (not needed any longer).  CVS: ----------------------------------------------------------------------

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e98f5cbadec995d506021edfe526e6f7904944a]

        INTEGRATION: CWS aw009 (1.7.24); FILE MERGED 2004/04/27 17:00:45 aw 1.7.24.1: #114898# Issue number: Submitted by: Reviewed by:

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2441ad97ca12f95c3469bb6e2e7e9f64866cde5]

        INTEGRATION: CWS relocinst (1.35.134); FILE MERGED 2004/04/22 11:31:18 kso 1.35.134.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.          - removed mountpoints support (not needed any longer).  CVS: ----------------------------------------------------------------------

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6557cab26ec6207d7c9ba5ab6368c5946aa46775]

        INTEGRATION: CWS relocinst (1.7.156); FILE MERGED 2004/04/22 11:31:17 kso 1.7.156.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.          - removed mountpoints support (not needed any longer).  CVS: ----------------------------------------------------------------------

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba966e4b41649a25e4aef1104b366b55e1beb4db]

        INTEGRATION: CWS relocinst (1.15.156); FILE MERGED 2004/04/22 11:31:17 kso 1.15.156.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.          - removed mountpoints support (not needed any longer).  CVS: ----------------------------------------------------------------------

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea7356789b361b51e2bd3c07e8f56c2a93f9431e]

        INTEGRATION: CWS relocinst (1.4.156); FILE MERGED 2004/04/22 11:31:17 kso 1.4.156.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.          - removed mountpoints support (not needed any longer).  CVS: ----------------------------------------------------------------------

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3afe7d7fb23e93cdeaafefa2c6331953e70f58d5]

        INTEGRATION: CWS relocinst (1.16.22); FILE MERGED 2004/04/22 11:31:17 kso 1.16.22.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.          - removed mountpoints support (not needed any longer).  CVS: ----------------------------------------------------------------------

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c38b8098811297f3efbd357539d978c4c5ff007]

        INTEGRATION: CWS relocinst (1.6.96); FILE MERGED 2004/04/22 11:31:16 kso 1.6.96.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.          - removed mountpoints support (not needed any longer).  CVS: ----------------------------------------------------------------------

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [03b2320067ba3d9855e075044e0427bc7f040bc2]

        INTEGRATION: CWS relocinst (1.30.68); FILE MERGED 2004/04/22 16:21:01 kso 1.30.68.2: RESYNC: (1.30-1.31); FILE MERGED 2004/04/22 11:31:14 kso 1.30.68.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.          - removed mountpoints support (not needed any longer).  CVS: ----------------------------------------------------------------------

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fef2738f32e2f30a0e7ad0cab47118627d02f3f]

        INTEGRATION: CWS relocinst (1.5.104); FILE MERGED 2004/04/13 08:17:16 kso 1.5.104.1: #i23104# - service com.sun.star.util.OfficeInstallationDirectory

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [398a765978147f16e92f9365de8eb8c13a3815d0]

        INTEGRATION: CWS relocinst (1.1.2); FILE ADDED 2004/04/22 11:00:25 kso 1.1.2.1: #116281# Initial revision

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1770b492f81b8b4e17102d3302505ff1ddbe7c8c]

        INTEGRATION: CWS relocinst (1.1.2); FILE ADDED 2004/04/22 11:00:26 kso 1.1.2.1: #116281# Initial revision

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4d09ab981e8043c04f9909ab8a41da5803a1479]

        INTEGRATION: CWS relocinst (1.1.2); FILE ADDED 2004/04/22 11:05:04 kso 1.1.2.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:17:15 kso 1.1.2.1: #i23104# - service com.sun.star.util.OfficeInstallationDirectory

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f6b407eb38d2f497a1d0f4e37a1504aa9c7e32e]

        INTEGRATION: CWS relocinst (1.4.156); FILE MERGED 2004/04/22 11:05:03 kso 1.4.156.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:17:14 kso 1.4.156.1: #i23104# - service com.sun.star.util.OfficeInstallationDirectory

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [673fe7470757c67e9b75f922d8fd69e028430913]

        INTEGRATION: CWS relocinst (1.6.118); FILE MERGED 2004/04/13 08:17:14 kso 1.6.118.1: #i23104# - service com.sun.star.util.OfficeInstallationDirectory

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [350a52049fc95cbcbc862414e9fc69d897a55205]

        INTEGRATION: CWS relocinst (1.1.70); FILE MERGED 2004/04/22 13:06:57 kso 1.1.70.1: #116482# - Removed links from <baseinstdir> to binaries in <baseinstdir>/program. Issue number: Submitted by: Reviewed by:

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3eedabd707e0e21a85f1909d13c7ab0ad35f9ec]

        INTEGRATION: CWS relocinst (1.36.66); FILE MERGED 2004/04/22 11:37:02 kso 1.36.66.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [66efee95176a6976551d0ad8daf9e9954e7aee6a]

        INTEGRATION: CWS relocinst (1.44.8); FILE MERGED 2004/04/22 11:37:01 kso 1.44.8.1: #116448# - Does no longer use ooSetupInstallPath and OfficeInstall config items.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [10a99439aedb2fb26a4ba382206659dd3f978199]

        INTEGRATION: CWS relocinst (1.14.116); FILE MERGED 2004/04/22 11:36:07 kso 1.14.116.1: #116448# - Deprecated ConfigProperty INSTALLPATH, OFFICEINSTALL, USERINSTALLURL, OFFICEINSTALLURL

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b080d10c17200c32663a6f718da9230808bea44]

        INTEGRATION: CWS relocinst (1.20.110); FILE MERGED 2004/04/22 11:14:30 kso 1.20.110.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:32:08 kso 1.20.110.1: #i23104# - Added [X]OfficeInstallationDirectory

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d12784f476f5cd77a42f1c69ab0752ff4fc8576]

        INTEGRATION: CWS relocinst (1.1.2); FILE ADDED 2004/04/22 11:14:08 kso 1.1.2.1: #116281# - Initial revision.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d3f7b3612d7197963520f8f753e7761440da2f8]

        INTEGRATION: CWS relocinst (1.1.2); FILE ADDED 2004/04/22 11:14:09 kso 1.1.2.1: #116281# - Initial revision.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb38d1baa3425a75d677e9c521a14bd61def41d3]

        INTEGRATION: CWS relocinst (1.87.56); FILE MERGED 2004/04/22 11:22:24 kso 1.87.56.1: #116448# - Deprecated "OfficeInstall" and "OfficeInstallURL".

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [70a0884374bf02b50a351cdfcc2b634dd160b875]

        INTEGRATION: CWS relocinst (1.5.24); FILE MERGED 2004/04/22 15:48:50 kso 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2004/04/22 11:20:36 kso 1.5.24.1: Removed entry for no longer existing 'Out' Content Provider

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f29bb42d98d9cf40476c252d2e6034731ea75764]

        INTEGRATION: CWS relocinst (1.6.376); FILE MERGED 2004/04/22 11:28:04 kso 1.6.376.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:36:13 kso 1.6.376.1: #116281# - Does no longer store absolute paths to the office installation dir.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [32e05a661918e23d411d6330c722d1415cc6701b]

        INTEGRATION: CWS relocinst (1.4.22); FILE MERGED 2004/04/22 11:08:16 kso 1.4.22.1: #116448# - Does no longer store ooSetupInstallPath and OfficeInstall config items.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e73558e0bce4fbe4b72d0a10bca48e0aa0077a0]

        INTEGRATION: CWS relocinst (1.24.16); FILE MERGED 2004/04/22 11:24:41 kso 1.24.16.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:34:29 kso 1.24.16.1: #116281# - Does no longer store absolute paths to the office installation dir.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7ff3ee5488f1ee92b7e77dcb33597de1156292c]

        INTEGRATION: CWS dba09 (1.59.40); FILE MERGED 2004/03/17 10:43:52 fs 1.59.40.1: #109049# replace 'Adabas' with 'Adabas D'

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [632b94b3088bc849832f9dc439f0c0e48696e764]

        INTEGRATION: CWS dba09 (1.30.152); FILE MERGED 2004/04/27 07:57:59 fs 1.30.152.4: RESYNC: (1.30-1.31); FILE MERGED 2004/03/25 07:44:22 fs 1.30.152.3: #100000# 2004/03/24 08:35:15 fs 1.30.152.2: #100000# moved code herein after resync 2004/03/19 15:33:57 fs 1.30.152.1: #i13497# #i14649# for newly created multi-line text fields, set the LineEndFormat property according to the preferences of the data source

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b97ba0e20b66cca99c28fec422baa0fa42d867c1]

        INTEGRATION: CWS dba09 (1.10.54); FILE MERGED 2004/05/04 14:20:46 fs 1.10.54.6: corrected help ids 2004/04/29 08:35:03 fs 1.10.54.5: copying the changes which happend on the cws_src680_frmcontrols03 branch to the cws_src680_dba09 branch - this is since both CWS' have some interdependencies 2004/04/26 14:54:30 fs 1.10.54.4: RESYNC: (1.11-1.12); FILE MERGED 2004/03/29 09:12:07 fs 1.10.54.3: #i26871# 2004/03/24 09:36:40 fs 1.10.54.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/19 15:26:23 fs 1.10.54.1: #i13497# #i14649#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9f418360ffc7e2f720994d2e1225bab632a1981]

        INTEGRATION: CWS dba09 (1.18.54); FILE MERGED 2004/04/29 08:35:02 fs 1.18.54.4: copying the changes which happend on the cws_src680_frmcontrols03 branch to the cws_src680_dba09 branch - this is since both CWS' have some interdependencies 2004/04/26 15:01:10 fs 1.18.54.3: RESYNC: (1.19-1.20); FILE MERGED 2004/03/24 09:22:48 fs 1.18.54.2: RESYNC: (1.18-1.19); FILE MERGED 2004/03/19 15:26:36 fs 1.18.54.1: #i13497# #i14649#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5435e5f9716b23e0b841b652e2477bad3c6d7c0]

        INTEGRATION: CWS dba09 (1.21.54); FILE MERGED 2004/04/29 08:35:00 fs 1.21.54.6: copying the changes which happend on the cws_src680_frmcontrols03 branch to the cws_src680_dba09 branch - this is since both CWS' have some interdependencies 2004/04/27 07:50:42 fs 1.21.54.5: RESYNC: (1.23-1.24); FILE MERGED 2004/04/26 15:00:37 fs 1.21.54.4: RESYNC: (1.22-1.23); FILE MERGED 2004/03/29 09:12:32 fs 1.21.54.3: #i26871# unique ids for the event browse buttons 2004/03/24 09:26:58 fs 1.21.54.2: RESYNC: (1.21-1.22); FILE MERGED 2004/03/19 15:26:35 fs 1.21.54.1: #i13497# #i14649#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0904648737f78b0697201330e0e38a5d1b8dc673]

        INTEGRATION: CWS dba09 (1.16.54); FILE MERGED 2004/04/29 08:35:01 fs 1.16.54.5: copying the changes which happend on the cws_src680_frmcontrols03 branch to the cws_src680_dba09 branch - this is since both CWS' have some interdependencies 2004/04/26 15:00:46 fs 1.16.54.4: RESYNC: (1.17-1.18); FILE MERGED 2004/03/29 09:12:33 fs 1.16.54.3: #i26871# unique ids for the event browse buttons 2004/03/24 09:21:21 fs 1.16.54.2: RESYNC: (1.16-1.17); FILE MERGED 2004/03/19 15:26:35 fs 1.16.54.1: #i13497# #i14649#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a16df3d8f4b76c442497142dbbd10942978234f]

        INTEGRATION: CWS dba09 (1.58.48); FILE MERGED 2004/04/29 08:37:18 fs 1.58.48.9: LineEndFormat also depends on TextType 2004/04/29 08:34:59 fs 1.58.48.8: copying the changes which happend on the cws_src680_frmcontrols03 branch to the cws_src680_dba09 branch - this is since both CWS' have some interdependencies 2004/04/26 15:00:28 fs 1.58.48.7: RESYNC: (1.59-1.61); FILE MERGED 2004/04/26 13:55:07 fs 1.58.48.6: #i27779# properly extract the list source for combo boxes 2004/04/26 13:50:11 fs 1.58.48.5: #i27779# properly extract the list source for combo boxes 2004/03/29 09:12:31 fs 1.58.48.4: #i26871# unique ids for the event browse buttons 2004/03/29 08:44:35 fs 1.58.48.3: #i13497# disable line end format when no multi line 2004/03/24 09:21:54 fs 1.58.48.2: RESYNC: (1.58-1.59); FILE MERGED 2004/03/19 15:26:34 fs 1.58.48.1: #i13497# #i14649#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [216ef1bece4c7fac60fb6ea96151607d966fd6a5]

        INTEGRATION: CWS dba09 (1.17.54); FILE MERGED 2004/05/04 14:20:36 fs 1.17.54.7: corrected help ids 2004/04/29 08:34:59 fs 1.17.54.6: copying the changes which happend on the cws_src680_frmcontrols03 branch to the cws_src680_dba09 branch - this is since both CWS' have some interdependencies 2004/04/26 14:53:04 fs 1.17.54.5: RESYNC: (1.18-1.19); FILE MERGED 2004/03/29 09:11:47 fs 1.17.54.4: #i26871# 2004/03/25 16:00:08 fs 1.17.54.3: #100000# UID_EVT_MACRODLG somehow got lost during resync 2004/03/24 09:45:18 fs 1.17.54.2: RESYNC: (1.17-1.18); FILE MERGED 2004/03/19 15:26:15 fs 1.17.54.1: #i13497# #i14649#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [26910213bda474c5f095bfdb9b02301879d3c6dc]

        INTEGRATION: CWS dba09 (1.62.24); FILE MERGED 2004/04/27 06:23:10 fs 1.62.24.3: RESYNC: (1.62-1.63); FILE MERGED 2004/03/19 15:11:05 fs 1.62.24.2: #i13497# +BASEPROPERTY_LINE_END_FORMAT 2004/03/17 14:23:12 fs 1.62.24.1: #i26549# reverted the fix for #96986# In agreement with TBE (who was the reporter of 96986), 96986 described a behavior which is no bug: When changing the content of a control via API, especially via a model property, the listeners of the control should *not* be called. Listeners are only to be called when a user interaction happened.

2004-05-10  Joachim Lingner  <jl@openoffice.org>  [17b1692682bf0d964b53c68607d6a664521befad]

        #i20052#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [65e683f4dd95ff8250d794976fa83695bba4178a]

        INTEGRATION: CWS dba09 (1.26.32); FILE MERGED 2004/04/28 12:19:46 fs 1.26.32.4: #100000# 2004/04/27 06:13:35 fs 1.26.32.3: RESYNC: (1.27-1.29); FILE MERGED 2004/03/24 08:38:04 fs 1.26.32.2: RESYNC: (1.26-1.27); FILE MERGED 2004/03/17 11:51:04 fs 1.26.32.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd6fa821ef1dcd81657318be4627405e9e37b64e]

        INTEGRATION: CWS dba09 (1.18.26); FILE MERGED 2004/04/27 06:10:08 fs 1.18.26.2: RESYNC: (1.18-1.19); FILE MERGED 2004/03/17 11:51:04 fs 1.18.26.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [03dc0193efbfbe6cf580ce87ca30b5c3f7006ce7]

        INTEGRATION: CWS defaultbrowser (1.3.20); FILE MERGED 2004/03/30 10:10:57 obr 1.3.20.1: #i27117# removed UI for URI handlers

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2043d7fe6bf38ca711ff238f03f5088ae7b1455d]

        INTEGRATION: CWS defaultbrowser (1.4.20); FILE MERGED 2004/03/30 10:10:57 obr 1.4.20.1: #i27117# removed UI for URI handlers

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ff3d838eb0cdd5e673ab4d0601192bd1f8c80d4]

        INTEGRATION: CWS defaultbrowser (1.3.20); FILE MERGED 2004/03/30 10:10:56 obr 1.3.20.1: #i27117# removed UI for URI handlers

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5d946a558378b1b156dadae9b8dd588e0e1fbf5]

        INTEGRATION: CWS defaultbrowser (1.5.20); FILE MERGED 2004/03/30 10:10:56 obr 1.5.20.1: #i27117# removed UI for URI handlers

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4a7490226cbfdbca473d80cd9ddc3faf98680dd]

        INTEGRATION: CWS dba09 (1.9.494); FILE MERGED 2004/04/27 08:38:59 fs 1.9.494.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/19 15:19:34 fs 1.9.494.1: #i13497# VCLXMultiLineEdit: remember and respect a LineEndFormat setting

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [afc1a0b34ff259ab6fdc0960b23dcf99a541c460]

        INTEGRATION: CWS defaultbrowser (1.91.12); FILE MERGED 2004/04/22 11:31:11 obr 1.91.12.1: #i27118# changed error message for >browser not found<

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [686bdf7341dd890c4adad9f873433f68b5c7c5fc]

        INTEGRATION: CWS dba09 (1.2.494); FILE MERGED 2004/04/27 08:38:49 fs 1.2.494.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/19 15:19:15 fs 1.2.494.1: #i13497# VCLXMultiLineEdit: remember and respect a LineEndFormat setting

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [163b41d0353fe2da6b53946864bccb8cc8d68a28]

        INTEGRATION: CWS dba09 (1.42.78); FILE MERGED 2004/03/19 15:17:23 fs 1.42.78.1: #i13497# #i14649# +GetSelected( LineEnd )

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [50d4fac0d9270a1d79a92407d8f6301d3719fe49]

        INTEGRATION: CWS dba09 (1.25.112); FILE MERGED 2004/03/22 09:47:57 fs 1.25.112.2: #i14649# corrected ClearModifyFlag 2004/03/19 15:17:24 fs 1.25.112.1: #i13497# #i14649# GetSelected/GetText/GetTextLines now also with LineEnd parameter

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ecdb873646b8b46d98ed4238e8a78824612f89d]

        INTEGRATION: CWS dba09 (1.22.268); FILE MERGED 2004/03/22 09:47:19 fs 1.22.268.1: #i14649# allow changing the row height interactively

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e41c8ec4d3b0f504b3605aa3f1c8c18fa62512c5]

        INTEGRATION: CWS dba09 (1.5.354); FILE MERGED 2004/03/22 16:12:00 fs 1.5.354.2: #i13497# #i14649# 2004/03/19 15:20:01 fs 1.5.354.1: #i14649# EditCellController can now also work with a multi line edit

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [46ec6186aee2d0be1776378b9b80a2021e986096]

        INTEGRATION: CWS dba09 (1.7.522); FILE MERGED 2004/03/22 09:47:20 fs 1.7.522.1: #i14649# allow changing the row height interactively

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdcbe5ef7b898304c4641a376c426e76aed2c5cf]

        INTEGRATION: CWS dba09 (1.11.496); FILE MERGED 2004/03/24 14:37:20 fs 1.11.496.2: don't use the modifier key when changing the row height (spec adjusted due to iTeam wishes) 2004/03/22 09:47:19 fs 1.11.496.1: #i14649# allow changing the row height interactively

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [46e5486e396a5fbca17065103bb1ad78c24e6c5c]

        INTEGRATION: CWS dba09 (1.25.174); FILE MERGED 2004/03/22 09:47:18 fs 1.25.174.1: #i14649# allow changing the row height interactively

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a2c7b83d56c7e5cd70fb4cf05cefa9dd70ce893]

        INTEGRATION: CWS dba09 (1.29.174); FILE MERGED 2004/03/22 09:47:19 fs 1.29.174.1: #i14649# allow changing the row height interactively

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f50cf9f50770c4633e462d869f1484fed2d69e65]

        INTEGRATION: CWS dba09 (1.110.74); FILE MERGED 2004/03/24 10:47:05 fs 1.110.74.2: RESYNC: (1.110-1.111); FILE MERGED 2004/03/19 15:20:46 fs 1.110.74.1: #i14649# deliver editimplementation.hxx

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae204081a740df7ed847e9844b1626db777940b6]

        INTEGRATION: CWS dba09 (1.25.42); FILE MERGED 2004/03/24 10:40:01 fs 1.25.42.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/19 15:24:54 fs 1.25.42.1: #i13497# #i14649# +LineEndFormat

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c296be64553ca96d247e564c31c9b61796aa535]

        INTEGRATION: CWS dba09 (1.7.372); FILE MERGED 2004/03/22 10:26:33 fs 1.7.372.1: #i13497# +LineEndFormat

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ab33481c63adf911ff3e5abd181296301b9ea5a]

        INTEGRATION: CWS dba09 (1.1.2); FILE ADDED 2004/03/19 15:24:23 fs 1.1.2.1: initial checkin

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0ae23428b56a8bb70c12964413f82fce7cb279a]

        INTEGRATION: CWS dba09 (1.27.108); FILE MERGED 2004/05/04 14:18:01 fs 1.27.108.2: moved HID_EVT_ help ids to extensions, where they rightfully belong to 2004/03/19 15:32:49 fs 1.27.108.1: #i26229# moved some unique ids to the extensions project (where they belong to, since they're used there)

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [060cbe8f95e2e1756301e4a245fe4640d3006a0a]

        INTEGRATION: CWS dba09 (1.11.456); FILE MERGED 2004/03/19 15:35:00 fs 1.11.456.1: #i13497# #i14649# enable multi line text column

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8ed22372ade7e5c0ad0d77e70e759648fd7af0c]

        INTEGRATION: CWS dba09 (1.20.516); FILE MERGED 2004/04/27 07:53:45 fs 1.20.516.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/19 15:34:01 fs 1.20.516.1: #i13497# #i14649# +initializeTextFieldLineEnds

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab0e0dde776ffc3049bc9eecaaf3e2890b9ac2e0]

        INTEGRATION: CWS dba09 (1.5.152); FILE MERGED 2004/03/24 10:07:49 fs 1.5.152.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/22 16:13:57 fs 1.5.152.1: new prop

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [13d581e3cc9936c0b380fcb9a2dac30c98355f61]

        INTEGRATION: CWS dba09 (1.27.154); FILE MERGED 2004/04/27 07:57:51 fs 1.27.154.4: RESYNC: (1.27-1.28); FILE MERGED 2004/04/26 14:48:49 fs 1.27.154.3: don't ask dbtools::getDataSource for empty names 2004/03/22 16:14:20 fs 1.27.154.2: #i13497# #i14649# 2004/03/19 15:33:12 fs 1.27.154.1: #i13497# #i14649# +initializeTextFieldLineEnds

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b4ddb07b8b8c5eaa657b390152ce1e650363de0]

        INTEGRATION: CWS dba09 (1.47.34); FILE MERGED 2004/04/27 06:59:42 fs 1.47.34.3: RESYNC: (1.48-1.49); FILE MERGED 2004/03/24 10:06:31 fs 1.47.34.2: RESYNC: (1.47-1.48); FILE MERGED 2004/03/16 14:51:15 fs 1.47.34.1: #i14491# when executing the 'sort' and 'filter' dialog, don't add extra filter for the current field

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [03edb4b6d109ee8804e1bf0d6eb74d771eef2e0b]

        INTEGRATION: CWS dba09 (1.10.152); FILE MERGED 2004/03/24 10:04:58 fs 1.10.152.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/22 16:13:59 fs 1.10.152.1: new prop

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d29edc7472abe5c0d54005e24d500219c5123794]

        INTEGRATION: CWS dba09 (1.38.20); FILE MERGED 2004/04/27 06:58:34 fs 1.38.20.3: RESYNC: (1.38-1.41); FILE MERGED 2004/03/25 11:21:30 fs 1.38.20.2: #100000# 2004/03/17 14:13:13 fs 1.38.20.1: #114655# getControls: allow for models which do not (yet) have a control

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc7247bb0079ba044a47ebeea10b9d0fe4c22766]

        INTEGRATION: CWS dba09 (1.33.166); FILE MERGED 2004/04/27 07:07:53 fs 1.33.166.6: RESYNC: (1.33-1.34); FILE MERGED 2004/03/22 16:29:59 fs 1.33.166.5: #i13497# #i14649# also need a painter for combo box cells now 2004/03/22 16:12:55 fs 1.33.166.4: #i13497# #i14649# also respect line end setting of the model when retrieving text 2004/03/19 17:13:00 fs 1.33.166.3: corrected alignment 2004/03/19 16:48:23 fs 1.33.166.2: #i14649# proper coloring when painting cells the new way 2004/03/19 15:35:38 fs 1.33.166.1: #i13497# #i14649# enable multi line text column

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3535e91871194cddf2b07fdecf5ac523ec04569]

        INTEGRATION: CWS dba09 (1.40.18); FILE MERGED 2004/04/27 07:08:02 fs 1.40.18.3: RESYNC: (1.41-1.42); FILE MERGED 2004/03/24 09:58:30 fs 1.40.18.2: RESYNC: (1.40-1.41); FILE MERGED 2004/03/19 15:36:13 fs 1.40.18.1: #i13497# #i14649# for newly created multi-line text columns, set the LineEndFormat property according to the preferences of the data source

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cabd70f23d5c2d2c12f4de78edd2e38597abf14d]

        INTEGRATION: CWS dba09 (1.42.98); FILE MERGED 2004/03/22 09:48:31 fs 1.42.98.1: #i14649# allow changing the row height interactively

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [370c5064cff90b58bb05a4733ff74b7e44610133]

        INTEGRATION: CWS dba09 (1.10.152); FILE MERGED 2004/05/04 14:17:00 fs 1.10.152.2: moved HID_EVT_ help ids to extensions, where they rightfully belong to 2004/03/19 15:32:40 fs 1.10.152.1: #i26229# moved some unique ids to the extensions project (where they belong to, since they're used there)

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [abb42dd28383f76366713af0bebf55d6c97591ae]

        INTEGRATION: CWS dba09 (1.27.76); FILE MERGED 2004/04/27 07:59:49 fs 1.27.76.2: RESYNC: (1.27-1.29); FILE MERGED 2004/03/17 10:00:38 fs 1.27.76.1: #i23388# initialize m_eType

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [708b9764922c7efdd1a95bf3363dd2d5f1ac0b22]

        INTEGRATION: CWS dba09 (1.81.8); FILE MERGED 2004/03/24 09:49:57 fs 1.81.8.2: RESYNC: (1.81-1.82); FILE MERGED 2004/03/18 10:21:15 fs 1.81.8.1: #i24876# proper undo strings for table design

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf336d53637b3f66eb87eba253e282dc14411eeb]

        INTEGRATION: CWS dba09 (1.4.172); FILE MERGED 2004/03/18 10:20:35 fs 1.4.172.1: #i24876# +TYPEINFO

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [73b5601c69b155225b1305c6c43d2b7db73c2e3a]

        INTEGRATION: CWS dba09 (1.10.48); FILE MERGED 2004/03/18 10:20:36 fs 1.10.48.1: #i24876# +TYPEINFO

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [05c02c96fbf65e9707a5269cf8f4464f9e69fd0d]

        INTEGRATION: CWS dba09 (1.38.22); FILE MERGED 2004/03/18 10:21:14 fs 1.38.22.1: #i24876# proper undo strings for table design

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [036e293bd6dedca3f1b4335a6752329d56767528]

        INTEGRATION: CWS defaultbrowser (1.5.102); FILE MERGED 2004/04/30 05:41:39 obr 1.5.102.1: #i27120# convert file url command to system path

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0805cf10c71aa1d7c5eadbb4aed283aa818d4bcd]

        INTEGRATION: CWS dba09 (1.4.218); FILE MERGED 2004/03/16 14:50:22 fs 1.4.218.1: #i14491# when executing the 'sort' and 'filter' dialog, don't add extra filter for the current field

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d5468a8590ff9b36ac16845782af118d07b7786]

        INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/27 07:59:44 obr 1.1.2.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ad3c9d7596e4208419c20629f349c4ad32946aa]

        INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/30 07:02:01 obr 1.1.2.3: #i14310# need a wrapper script even for GNOME 2004/04/29 08:15:27 obr 1.1.2.2: #i27120# fixed dependencies 2004/04/27 07:58:52 obr 1.1.2.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ec25337964245b2edeaf1a70fde08c89a9101e8]

        INTEGRATION: CWS dba09 (1.7.210); FILE MERGED 2004/03/24 09:51:25 fs 1.7.210.2: RESYNC: (1.7-1.8); FILE MERGED 2004/03/16 14:50:21 fs 1.7.210.1: #i14491# when executing the 'sort' and 'filter' dialog, don't add extra filter for the current field

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f44a6d78db10be7420ddf32df1db0031c00b7f5]

        INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/27 07:59:33 obr 1.1.2.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cc396c0e7f97fc1069dbda16115ba2d8de979e2]

        INTEGRATION: CWS dba09 (1.6.216); FILE MERGED 2004/03/19 15:28:26 fs 1.6.216.1: found during #i13497# #i14649#: InitializeGridModel is obsolete in this class

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b54b7e131dc45291c0384abda53471e44c27432b]

        INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/30 07:01:13 obr 1.1.2.1: #i14310# need a wrapper script even for GNOME

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eb728f818126bfa666b16a80a600f4baf4cbefc]

        INTEGRATION: CWS dba09 (1.3.210); FILE MERGED 2004/03/18 10:22:16 fs 1.3.210.1: #i24876# proper undo strings for table design

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [07ffc336206dbdd8270fc489958456dbabc393a6]

        INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/30 07:02:36 obr 1.1.2.4: #i14310# gnome-open-url crashed on Linux 2004/04/29 04:57:38 obr 1.1.2.3: #i27120# libgnome restored 2004/04/28 14:00:26 obr 1.1.2.2: #i27120# fixed CRITICAL output and added a fallback for remote machines without GNOME libs 2004/04/27 07:59:05 obr 1.1.2.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [85ad50b424624d4eba53da0fe7e7bf6dce1b6c86]

        INTEGRATION: CWS dba09 (1.28.172); FILE MERGED 2004/03/19 15:28:09 fs 1.28.172.1: #i13497# #i14649# +initializeNewlyCreatedDataSource

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c89df20577646c252f5ceaf118c7aaeb6f2e641]

        INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/29 07:57:33 obr 1.1.2.2: #i27120# do not wait for dtaction to return 2004/04/27 07:59:18 obr 1.1.2.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa32f1ce397a269107bf29b685988fd36652f4d5]

        INTEGRATION: CWS dba09 (1.22.164); FILE MERGED 2004/03/19 15:27:49 fs 1.22.164.1: found during #i13497# #i14649#: InitializeGridModel is obsolete in this class

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a849fad9736cedced708b74671a95a360a1b563c]

        INTEGRATION: CWS defaultbrowser (1.3.102); FILE MERGED 2004/04/27 08:03:17 obr 1.3.102.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c9756ad3afcfdb94b83a4aed86fc0651e8d8dc8]

        INTEGRATION: CWS dba09 (1.2.214); FILE MERGED 2004/03/18 10:20:20 fs 1.2.214.1: #i24876# +TYPEINFO

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c766f71a4c305d6803d140a158666f0550195d1]

        INTEGRATION: CWS defaultbrowser (1.1.154); FILE MERGED 2004/04/27 08:03:17 obr 1.1.154.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfae597a9bdb6aa57cbb9dfdb0abd52a458e9fec]

        INTEGRATION: CWS dba09 (1.10.218); FILE MERGED 2004/03/24 09:51:44 fs 1.10.218.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/16 14:50:21 fs 1.10.218.1: #i14491# when executing the 'sort' and 'filter' dialog, don't add extra filter for the current field

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7275869ff1e48732ba0aba66907882b095ac3585]

        INTEGRATION: CWS defaultbrowser (1.1.154); FILE MERGED 2004/04/27 08:03:16 obr 1.1.154.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5da704108326f14f5bbef9104436a5919831aa11]

        INTEGRATION: CWS dba09 (1.20.48); FILE MERGED 2004/03/24 09:52:02 fs 1.20.48.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/16 14:50:21 fs 1.20.48.1: #i14491# when executing the 'sort' and 'filter' dialog, don't add extra filter for the current field

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c8f30ec2c3341874255420b1ccc2dc92b690616]

        INTEGRATION: CWS defaultbrowser (1.8.102); FILE MERGED 2004/05/03 10:18:57 obr 1.8.102.6: #i27120# check for !=0 instead of -1 for errors 2004/04/29 11:31:03 obr 1.8.102.5: #i27120# CDE needs special file url treatment 2004/04/29 08:00:51 obr 1.8.102.4: #i27120# removed compiler warning 2004/04/28 14:02:34 obr 1.8.102.3: #i27120# extract desltop setting from current context (not component context) and removed debug output 2004/04/28 06:18:35 obr 1.8.102.2: #i27120# mailto uris now handled correctly 2004/04/27 08:03:16 obr 1.8.102.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf4d3c8520e2db56ba97af2c29a26e044ec81d1a]

        INTEGRATION: CWS dba09 (1.16.22); FILE MERGED 2004/03/24 09:51:53 fs 1.16.22.2: RESYNC: (1.16-1.17); FILE MERGED 2004/03/19 15:30:59 fs 1.16.22.1: #i13497# #i14649# +DSID_DOSLINEENDS

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b39107a0d72918aba7dadc9f46fd07253599b927]

        INTEGRATION: CWS defaultbrowser (1.5.36); FILE MERGED 2004/04/27 08:03:15 obr 1.5.36.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [128399f97995f9a1134ad19837446feb8c04f6d7]

        INTEGRATION: CWS dba09 (1.29.6); FILE MERGED 2004/03/24 09:53:09 fs 1.29.6.2: RESYNC: (1.29-1.30); FILE MERGED 2004/03/19 15:30:28 fs 1.29.6.1: #i13497# #i14649# when creating an MS Access database, tell it to prefer DOS line ends

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b43e063e67bf21fe8c94eb941f50906ba2004f2f]

        INTEGRATION: CWS defaultbrowser (1.10.90); FILE MERGED 2004/04/30 07:04:12 obr 1.10.90.2: #i14310# need a wrapper script even for GNOME 2004/04/27 07:57:28 obr 1.10.90.1: #i27120# unix shell execute service implementation changed

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5ab1eca2c7f75cb48fb67696f9541ced687b281]

        INTEGRATION: CWS dba09 (1.132.22); FILE MERGED 2004/03/24 09:52:34 fs 1.132.22.2: RESYNC: (1.132-1.133); FILE MERGED 2004/03/17 10:43:50 fs 1.132.22.1: #109049# replace 'Adabas' with 'Adabas D'

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [54bdc20f6696511b8a6d2fe62bd1083cbd465a3b]

        INTEGRATION: CWS defaultbrowser (1.14.2); FILE MERGED 2004/04/27 07:57:28 obr 1.14.2.1: #i27120# unix shell execute service implementation changed

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa9c113f1a7ea3f97d08284af9dc6404008238da]

        INTEGRATION: CWS dba09 (1.86.22); FILE MERGED 2004/03/24 09:52:24 fs 1.86.22.2: RESYNC: (1.86-1.87); FILE MERGED 2004/03/19 15:30:11 fs 1.86.22.1: #i13497# #i14649# when creating an MS Access database, tell it to prefer DOS line ends

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f8dcfee31d5db9d8948fead848333d2b863f446]

        INTEGRATION: CWS defaultbrowser (1.7.22); FILE MERGED 2004/04/30 07:06:09 obr 1.7.22.2: #i14310# need a wrapper script even for GNOME 2004/04/27 08:58:53 obr 1.7.22.1: #i27120# new unix shell execute service implementation

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [445d3dcdf87dc112b671b52d64246a144a27140d]

        INTEGRATION: CWS dba09 (1.153.42); FILE MERGED 2004/03/24 09:48:10 fs 1.153.42.2: RESYNC: (1.153-1.154); FILE MERGED 2004/03/19 15:29:30 fs 1.153.42.1: #i13497# #i14649# use a multi-line text column when displaying memo fields

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c937afa0b93310b750b41454ae4a3712b024d53]

        INTEGRATION: CWS dba09 (1.51.42); FILE MERGED 2004/04/26 13:34:22 fs 1.51.42.1: #i27469# 'Data Input' -> 'Data Entry'

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [76e1b9029c6392bd31868e8e125016b2dff51d57]

        INTEGRATION: CWS dba09 (1.24.22); FILE MERGED 2004/03/19 15:28:56 fs 1.24.22.1: found during #i13497# #i14649#: InitializeGridModel is obsolete in this class

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd821197749c666eee3bdc8f07784c3e2a2542d7]

        INTEGRATION: CWS dba09 (1.77.22); FILE MERGED 2004/03/16 14:50:20 fs 1.77.22.1: #i14491# when executing the 'sort' and 'filter' dialog, don't add extra filter for the current field

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [afe332ea9ee8287ad3af27a6a334da93afd2b11e]

        INTEGRATION: CWS defaultbrowser (1.87.34); FILE MERGED 2004/03/30 09:19:50 obr 1.87.34.1: #i27124# depricated ExternalApps settings

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d08e2a0b05060ce52628254e40be68fdc4f901e]

        INTEGRATION: CWS defaultbrowser (1.14.58); FILE MERGED 2004/03/30 09:19:49 obr 1.14.58.1: #i27124# depricated ExternalApps settings

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ef28460101bb45584d434c5f527e67559e26fdc]

        INTEGRATION: CWS dba09 (1.19.54); FILE MERGED 2004/04/29 08:35:02 fs 1.19.54.4: copying the changes which happend on the cws_src680_frmcontrols03 branch to the cws_src680_dba09 branch - this is since both CWS' have some interdependencies 2004/04/26 15:01:20 fs 1.19.54.3: RESYNC: (1.20-1.22); FILE MERGED 2004/03/24 09:22:03 fs 1.19.54.2: RESYNC: (1.19-1.20); FILE MERGED 2004/03/19 15:26:36 fs 1.19.54.1: #i13497# #i14649#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [75058cdd109cf58b598b8c461c8fd9b8e61a8030]

        INTEGRATION: CWS dba09 (1.56.52); FILE MERGED 2004/04/29 08:35:01 fs 1.56.52.7: copying the changes which happend on the cws_src680_frmcontrols03 branch to the cws_src680_dba09 branch - this is since both CWS' have some interdependencies 2004/04/26 15:00:56 fs 1.56.52.6: RESYNC: (1.57-1.58); FILE MERGED 2004/04/26 14:39:49 fs 1.56.52.5: #i13497# string review 2004/04/26 13:25:10 fs 1.56.52.4: #i26592# renamed 'Character set' property to 'Font' 2004/03/29 08:45:00 fs 1.56.52.3: #100000# 2004/03/24 09:22:58 fs 1.56.52.2: RESYNC: (1.56-1.57); FILE MERGED 2004/03/19 15:26:35 fs 1.56.52.1: #i13497# #i14649#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [463f4a97c8c11554c51fdd90b90b1f2313739a4b]

        INTEGRATION: CWS defaultbrowser (1.39.8); FILE MERGED 2004/04/27 12:47:50 obr 1.39.8.1: #i27120# moved the UNO context code out of javainteractionhandler and added desktop environment value

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [001d95224117a567564139647983a3b3d1e62d6b]

        INTEGRATION: CWS defaultbrowser (1.26.18); FILE MERGED 2004/04/27 07:22:59 obr 1.26.18.1: #i27120# moved the UNO context code out of javainteractionhandler and added desktop environment value

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5a74f8ebcd3a4d76c93b10b79c8a3c02d40741d]

        INTEGRATION: CWS dba09 (1.10.54); FILE MERGED 2004/05/04 14:21:14 fs 1.10.54.3: moved HID_EVT_ help ids to extensio.hrc 2004/03/24 09:27:22 fs 1.10.54.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/19 15:26:35 fs 1.10.54.1: #i13497# #i14649#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4def3318c770eda186f477fb70c3ee8f1faf5c7]

        INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/27 07:05:55 obr 1.1.2.1: #i27120# moved the UNO context code out of javainteractionhandler and added desktop environment value

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd38ed8f0700fcaf05df6121789d93d71a10bb71]

        INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/27 07:05:44 obr 1.1.2.1: #i27120# moved the UNO context code out of javainteractionhandler and added desktop environment value

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e37ebbd648572a1278d843054a1934ca8fe377f]

        INTEGRATION: CWS defaultbrowser (1.133.18); FILE MERGED 2004/04/27 07:22:59 obr 1.133.18.1: #i27120# moved the UNO context code out of javainteractionhandler and added desktop environment value

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [74cdfc01aea193b867da4bd4fc24b90e989ffa7c]

        INTEGRATION: CWS defaultbrowser (1.9.46); FILE MERGED 2004/04/28 14:05:51 obr 1.9.46.1: #i27120# save original dynamic loader search path and some cleanups

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9231b3a9972f5ba74452ee0461b2842e65a95e8]

        INTEGRATION: CWS dba09 (1.54.156); FILE MERGED 2004/03/24 09:11:32 fs 1.54.156.3: RESYNC: (1.54-1.55); FILE MERGED 2004/03/22 14:34:03 fs 1.54.156.2: API change at the EditCellController during #i14649# 2004/03/19 15:12:14 fs 1.54.156.1: API change at the EditCellController during #i14649#

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [84cb470c6b10f04413b014a7f2cfee4061aa93f8]

        INTEGRATION: CWS defaultbrowser (1.77.26); FILE MERGED 2004/04/30 05:36:02 obr 1.77.26.2: #i27120# do not convert file url to system patchs here 2004/04/22 11:31:11 obr 1.77.26.1: #i27118# changed error message for >browser not found<

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fe5269871d6350b7b96bdc552bec8121f57add8]

        INTEGRATION: CWS defaultbrowser (1.29.12); FILE MERGED 2004/04/22 11:31:10 obr 1.29.12.1: #i27118# changed error message for >browser not found<

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [edfa313599e125dba5147a071e7ee6e8a449a2c6]

        INTEGRATION: CWS defaultbrowser (1.18.80); FILE MERGED 2004/04/29 06:36:27 obr 1.18.80.2: #i27120# do not return reference to temporary 2004/04/27 06:45:56 obr 1.18.80.1: #i27120# export a string interface identifying the desktop environment

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [22795c8fad40ebf5f7fa34eef92068fdd4687c7a]

        INTEGRATION: CWS defaultbrowser (1.4.36); FILE MERGED 2004/04/29 07:41:25 obr 1.4.36.2: #i27120# /usr/dt/lib no longer in LD_LIBRARY_PATH 2004/04/27 06:45:55 obr 1.4.36.1: #i27120# export a string interface identifying the desktop environment

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca6bef646041ca07284f1fca26c4541db0948f7f]

        INTEGRATION: CWS defaultbrowser (1.20.58); FILE MERGED 2004/04/29 07:41:00 obr 1.20.58.1: #i27120# /usr/dt/lib no longer in LD_LIBRARY_PATH

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb0ebcfcf03c6c951f2a3ad17cc8abf271bf6344]

        INTEGRATION: CWS defaultbrowser (1.48.36); FILE MERGED 2004/04/27 06:45:56 obr 1.48.36.1: #i27120# export a string interface identifying the desktop environment

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b41f73be1412e777d70e6ce5d3c6c7c97352b01d]

        INTEGRATION: CWS dba09 (1.20.44); FILE MERGED 2004/04/27 06:23:53 fs 1.20.44.3: RESYNC: (1.20-1.21); FILE MERGED 2004/03/19 15:10:57 fs 1.20.44.2: #i13497# +BASEPROPERTY_LINE_END_FORMAT 2004/03/16 15:18:22 fs 1.20.44.1: #i26399# +BASEPROPERTY_LIVE_SCROLL

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf8a2d518fc5a94d5267b43ecd2ece60db24c324]

        INTEGRATION: CWS dba09 (1.33.46); FILE MERGED 2004/04/27 06:23:46 fs 1.33.46.2: RESYNC: (1.33-1.34); FILE MERGED 2004/03/18 09:08:27 fs 1.33.46.1: #i23451# setPropertyValues: unlock our mutex before calling into setFastPropertyValues

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [39f5b031ded83bbdcbe743808d526ca58a406d0b]

        INTEGRATION: CWS dba09 (1.2.46); FILE MERGED 2004/03/16 15:18:42 fs 1.2.46.1: #i26399# +BASEPROPERTY_LIVE_SCROLL

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c78a129ff4990b8efa39892f394d49ccff983a2]

        INTEGRATION: CWS dba09 (1.45.46); FILE MERGED 2004/04/27 06:23:03 fs 1.45.46.2: RESYNC: (1.45-1.46); FILE MERGED 2004/03/16 15:19:00 fs 1.45.46.1: #i26399# +BASEPROPERTY_LIVE_SCROLL

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [71c4ba618ad5ad7be30a434571981aa591fcafb1]

        INTEGRATION: CWS dba09 (1.15.44); FILE MERGED 2004/04/27 06:22:42 fs 1.15.44.3: RESYNC: (1.15-1.16); FILE MERGED 2004/03/19 15:10:43 fs 1.15.44.2: #i13497# +BASEPROPERTY_LINE_END_FORMAT 2004/03/16 15:18:04 fs 1.15.44.1: #i26399# +BASEPROPERTY_LIVE_SCROLL

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [58a47e44ad18687038fd023d8ac93d0b571949e0]

        INTEGRATION: CWS dba09 (1.16.34); FILE MERGED 2004/04/27 06:06:54 fs 1.16.34.2: RESYNC: (1.16-1.18); FILE MERGED 2004/03/17 11:51:09 fs 1.16.34.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e030701ccf40a3f2491f1c0d76b75a86d0596d5]

        INTEGRATION: CWS dba09 (1.7.34); FILE MERGED 2004/04/27 06:05:15 fs 1.7.34.2: RESYNC: (1.7-1.10); FILE MERGED 2004/03/17 11:51:08 fs 1.7.34.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a49db6e297a9131311a1d1df048e1035d405097]

        INTEGRATION: CWS dba09 (1.3.4); FILE MERGED 2004/04/27 06:30:50 fs 1.3.4.1: post-resync changes (happening in another file before the resync)

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [efb8b7fff26c76205a422a80414a33682de7d709]

        INTEGRATION: CWS dba09 (1.13.44); FILE MERGED 2004/04/27 06:15:52 fs 1.13.44.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/17 11:51:08 fs 1.13.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7fb1a3086f6a5c63b08f4856b642270d0f5d4fd]

        INTEGRATION: CWS dba09 (1.11.44); FILE MERGED 2004/04/27 06:16:17 fs 1.11.44.2: RESYNC: (1.11-1.12); FILE MERGED 2004/03/17 11:51:07 fs 1.11.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [247ca933ea74f6520748a9f5ea9125c2b256e19c]

        INTEGRATION: CWS dba09 (1.9.44); FILE MERGED 2004/04/27 06:14:36 fs 1.9.44.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/17 11:51:07 fs 1.9.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5bcacc6c04408aaaf54789068bdf30da989fcd7]

        INTEGRATION: CWS dba09 (1.9.44); FILE MERGED 2004/04/27 06:15:04 fs 1.9.44.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/17 11:51:07 fs 1.9.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c816048e4faae14341c70b63a18155f61f0cd2d]

        INTEGRATION: CWS dba09 (1.7.44); FILE MERGED 2004/04/27 06:15:59 fs 1.7.44.2: RESYNC: (1.7-1.8); FILE MERGED 2004/04/05 12:05:47 fs 1.7.44.1: #i27024# +setPropertyValues

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4468ec2554697163a9d54a721bd20fd0d18aadab]

        INTEGRATION: CWS dba09 (1.29.34); FILE MERGED 2004/04/27 06:14:07 fs 1.29.34.4: RESYNC: (1.29-1.30); FILE MERGED 2004/04/05 12:05:27 fs 1.29.34.3: #i27024# +setPropertyValues - care for interproperty-dependencies 2004/03/19 08:25:33 fs 1.29.34.2: #i26715# when reading the binary format, care for 'overwritten' aggregate properties 2004/03/17 11:51:06 fs 1.29.34.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3339b90ae64e1b14a6de72b33371e8eb03811186]

        INTEGRATION: CWS dba09 (1.28.32); FILE MERGED 2004/04/27 06:17:04 fs 1.28.32.3: RESYNC: (1.30-1.32); FILE MERGED 2004/03/24 08:38:51 fs 1.28.32.2: RESYNC: (1.28-1.30); FILE MERGED 2004/03/17 11:51:06 fs 1.28.32.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [3785274ea8d07a233b38bbe6d80ab4712405698c]

        INTEGRATION: CWS dba09 (1.8.44); FILE MERGED 2004/04/27 06:16:25 fs 1.8.44.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/17 11:51:05 fs 1.8.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6082f4668a8e011ca1389cf01c21ec78689903f]

        INTEGRATION: CWS dba09 (1.27.122); FILE MERGED 2004/04/27 06:12:04 fs 1.27.122.2: RESYNC: (1.27-1.29); FILE MERGED 2004/03/17 11:51:05 fs 1.27.122.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [849bac2292abe2626007357a7394bf72942f57e3]

        INTEGRATION: CWS dba09 (1.29.26); FILE MERGED 2004/04/27 06:10:38 fs 1.29.26.2: RESYNC: (1.29-1.30); FILE MERGED 2004/03/17 11:51:05 fs 1.29.26.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8843fb1552224add0af4a948d2239e6fa60ee5a8]

        INTEGRATION: CWS dba09 (1.12.44); FILE MERGED 2004/04/27 06:11:05 fs 1.12.44.2: RESYNC: (1.12-1.13); FILE MERGED 2004/03/17 11:51:04 fs 1.12.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2758eb7243d1c063beeafe6fb3d4f2cbba2487be]

        INTEGRATION: CWS dba09 (1.10.44); FILE MERGED 2004/04/27 06:13:04 fs 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/17 11:51:03 fs 1.10.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [12f6cdf7224b919505eeaabc268e959476395bf9]

        INTEGRATION: CWS dba09 (1.22.34); FILE MERGED 2004/04/27 06:15:21 fs 1.22.34.3: RESYNC: (1.22-1.23); FILE MERGED 2004/03/19 08:25:33 fs 1.22.34.2: #i26715# when reading the binary format, care for 'overwritten' aggregate properties 2004/03/17 11:51:03 fs 1.22.34.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa200e7b226f80a3344ccd063bc78eb99b215cac]

        INTEGRATION: CWS dba09 (1.13.44); FILE MERGED 2004/04/27 06:09:19 fs 1.13.44.4: RESYNC: (1.14-1.16); FILE MERGED 2004/03/24 08:36:37 fs 1.13.44.3: RESYNC: (1.13-1.14); FILE MERGED 2004/03/22 10:20:20 fs 1.13.44.2: #i14649# don't allow RichText property for grid columns 2004/03/17 11:51:03 fs 1.13.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b97d8a0e65bdd27e7a3c2efb9df87897f8402be3]

        INTEGRATION: CWS dba09 (1.10.44); FILE MERGED 2004/04/27 06:13:42 fs 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/17 11:51:02 fs 1.10.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5204ae21318d468e3e74d727d2070c4fe1d1a3a]

        INTEGRATION: CWS dba09 (1.11.44); FILE MERGED 2004/04/27 06:10:00 fs 1.11.44.2: RESYNC: (1.11-1.13); FILE MERGED 2004/03/17 11:51:02 fs 1.11.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b286cd8a55d35d678ca5b7e238795dd980497315]

        INTEGRATION: CWS impress8ea1 (1.5.50); FILE MERGED 2004/05/04 10:55:07 af 1.5.50.6: #115867# Removed typo. 2004/05/04 09:56:37 af 1.5.50.5: #115867# Message- and Info boxes now modal with respect to application. 2004/05/03 18:07:06 af 1.5.50.4: #115867# New flag for thhe validity of the view shell.  Fixed handling of view shell changes. 2004/04/30 15:15:31 af 1.5.50.3: #115867# Added a way to inform the Outliner about view shell switches.  Guarded the Outliner against view shells that do not support searching. 2004/04/27 09:34:30 af 1.5.50.2: #115867# Removed crash by keeping pointers synchronized. 2004/04/27 08:47:27 af 1.5.50.1: #115867# Fixed the setting of the view mode.  The position of the last text object is restored before a dialog box is displayed.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f8d770652b8b1a317b5b92c5662bce48670af46]

        INTEGRATION: CWS impress8ea1 (1.60.6); FILE MERGED 2004/04/21 17:35:55 cl 1.60.6.1: #i27567# there is not always a object shell! (f.e. clipboard documents)

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [b39203ca80ee0d72ca4fe0b3ec409006c8e113cc]

        INTEGRATION: CWS impress8ea1 (1.3.52); FILE MERGED 2004/05/03 18:07:51 af 1.3.52.1: #115867# Added the copy constructor.  Made some other constructors explicit.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [316e7ef0e0f5df4ceb6340dcd2320f58d82ce237]

        INTEGRATION: CWS impress8ea1 (1.30.88); FILE MERGED 2004/04/21 17:36:38 cl 1.30.88.1: #i27567# dispose temporary uno model before deleting it

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [83e4253488c63db90143b761c5e388daf45fd51f]

        INTEGRATION: CWS impress8ea1 (1.17.12); FILE MERGED 2004/04/21 17:04:04 cl 1.17.12.1: #i27556# added missing break on binary import

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8d39e1e88e0c157de20378054a58bd4633281b9]

        INTEGRATION: CWS impress8ea1 (1.2.88); FILE MERGED 2004/05/03 18:04:14 af 1.2.88.1: #115867# Added the copy constructor.  Made some other constructors explicit.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a410eb6f6f9ce99d485b4730547e4cf6e011cfd6]

        INTEGRATION: CWS impress8ea1 (1.2.88); FILE MERGED 2004/05/03 18:03:19 af 1.2.88.3: #115867# Modified the view shell change hints.  New flag for thhe validity of the view shell. 2004/04/30 15:13:44 af 1.2.88.2: #115867# Added a way to inform the Outliner about view shell switches. 2004/04/27 08:45:53 af 1.2.88.1: #115867# Added member for remembering where the last text object was found.

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4807ee2a500b2bcb2894f8911cad25d44681a00]

        INTEGRATION: CWS impress8ea1 (1.31.190); FILE MERGED 2004/04/21 18:03:13 cl 1.31.190.1: #116333# limit delay to 30000ms

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2845ae26636ee5b22cab42f7d3af31df0f76078f]

        INTEGRATION: CWS impress8ea1 (1.43.190); FILE MERGED 2004/04/21 18:17:10 cl 1.43.190.1: #115285# fixed text for Frame:

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [774aa7ffce86c8b2b9187b6f1312f2397b2c6249]

        INTEGRATION: CWS crashreport01 (1.44.6); FILE MERGED 2004/03/17 13:34:54 hro 1.44.6.3: #110526# Resolved conflict 2004/03/15 09:39:13 hro 1.44.6.2: RESYNC: (1.44-1.45); FILE MERGED 2004/02/17 07:34:37 tra 1.44.6.1: #115441#moved 3 functions from UDK_3.2 section to UDK_3.3 section where they belong

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [e08467e1583d4e4773bffe4278091fcd9593af23]

        INTEGRATION: CWS crashreport01 (1.6.6); FILE MERGED 2004/04/07 11:51:40 hro 1.6.6.2: #110526# Retreive configuration and content from environment 2004/03/09 11:28:53 hro 1.6.6.1: #110526# -noui starts generates and sends crash reports automatically

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bf10fad5c10cd689f0cbc06aac020c848745739]

        INTEGRATION: CWS crashreport01 (1.20.6); FILE MERGED 2004/04/19 08:55:46 hro 1.20.6.2: #110526# Use environment variables for crash reportwer configuration 2004/03/17 13:19:54 hro 1.20.6.1: #110526# Enable UI less crash reporting

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff1a7fcbe86af04b895b21a54e0906a30ad2b108]

        INTEGRATION: CWS crashreport01 (1.9.6); FILE MERGED 2004/04/19 09:10:55 hro 1.9.6.3: #110526# Use environment variables for crash reportwer configuration 2004/04/06 13:03:29 hro 1.9.6.2: #110526# Retreive configuration and content from environment 2004/03/09 11:28:30 hro 1.9.6.1: #110526# -noui starts generates and sends crash reports automatically

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [350872e5b56f54f1310a1f751d2c43f190502651]

        INTEGRATION: CWS crashreport01 (1.15.6); FILE MERGED 2004/04/19 09:31:41 hro 1.15.6.3: #110526# Use environment variables for crash reporter configuration 2004/04/16 13:59:13 hro 1.15.6.2: #110526# Read configuration from environment 2004/03/17 13:19:23 hro 1.15.6.1: #110526# Enable UI less crash reporting

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2c065779c99727e30a58ade4d368c6cd246e029]

        INTEGRATION: CWS crashreport01 (1.3.8); FILE MERGED 2004/03/17 13:19:22 hro 1.3.8.1: #110526# Enable UI less crash reporting

2004-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [11bcca81a4a11946602c73266f6c09f2ff26f0b2]

        INTEGRATION: CWS crashreport01 (1.3.8); FILE MERGED 2004/04/16 13:59:13 hro 1.3.8.2: #110526# Read configuration from environment 2004/03/17 13:19:22 hro 1.3.8.1: #110526# Enable UI less crash reporting

2004-05-10  Vladimir Glazounov  <vg@openoffice.org>  [92b5c015db69df621590b9dafd1b3e5227b1307d]

        #i28924# typo in reg. exp.

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [b26f57db727aa35b73839c229bdc5762e4771e99]

        INTEGRATION: CWS frmcontrols03 (1.6.96); FILE MERGED 2004/04/28 15:47:18 fs 1.6.96.2: RESYNC: (1.6-1.7); FILE MERGED 2004/03/03 16:05:58 fs 1.6.96.1: #i24387# +RichTextControl

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [063ee7dcd83c8bafd38eb0c8ec4fa157d4713ad5]

        INTEGRATION: CWS frmcontrols03 (1.7.268); FILE MERGED 2004/03/03 16:06:09 fs 1.7.268.1: #i24387# alternative rich text

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [75182568e882db933559e4768ca8c9149c23e9d0]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/04 08:00:24 fs 1.1.2.2: added missing include 2004/03/03 16:05:44 fs 1.1.2.1: model for a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [690f0b3adc61eaf106393a63e54ed0882cea683c]

        INTEGRATION: CWS frmcontrols03 (1.12.146); FILE MERGED 2004/02/18 10:31:14 fs 1.12.146.1: registry name has changed ... (does anybody really use this except the obsolete workbench program in svx??)

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [266ba64070c50d4717117bcaf0fd87393f147963]

        INTEGRATION: CWS frmcontrols03 (1.18.54); FILE MERGED 2004/04/29 09:13:38 fs 1.18.54.4: #i10000# 2004/04/28 15:38:01 fs 1.18.54.3: RESYNC: (1.19-1.23); FILE MERGED 2004/02/19 17:05:43 fs 1.18.54.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/18 10:28:01 fs 1.18.54.1: +listenernotification

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [695b008421e0853e1ded957e75a26860fd20e8a9]

        INTEGRATION: CWS frmcontrols03 (1.3.26); FILE MERGED 2004/04/26 11:17:07 sw 1.3.26.1: #i24390#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [a39ef5cb998f87d0b69f1338e619367194fab65e]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/04/26 11:19:20 sw 1.1.2.1: #i24390#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [d2a9c27313b45dfc2a730177bc09b85737143fe3]

        INTEGRATION: CWS frmcontrols03 (1.2.26); FILE MERGED 2004/04/26 11:18:04 sw 1.2.26.1: #i24390#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [599e340ad87fb788e3325914ae2da05241f16f1b]

        INTEGRATION: CWS frmcontrols03 (1.1.64); FILE MERGED 2004/04/28 15:13:59 fs 1.1.64.2: RESYNC: (1.1-1.2); FILE MERGED 2004/04/26 11:14:51 sw 1.1.64.1: #i24390#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [a1560441f49a9680b02366b2d4788270e94fbb16]

        INTEGRATION: CWS frmcontrols03 (1.39.8); FILE MERGED 2004/04/28 12:46:28 fs 1.39.8.3: RESYNC: (1.41-1.42); FILE MERGED 2004/02/19 15:48:48 fs 1.39.8.2: RESYNC: (1.39-1.41); FILE MERGED 2004/02/18 15:47:59 fs 1.39.8.1: #i24387#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [f3f3ecd68ceb7c05c443aa79e88ab78c433ce2e5]

        INTEGRATION: CWS frmcontrols03 (1.83.26); FILE MERGED 2004/03/23 15:27:39 fs 1.83.26.3: RESYNC: (1.86-1.87); FILE MERGED 2004/02/19 15:54:26 fs 1.83.26.2: RESYNC: (1.83-1.86); FILE MERGED 2004/02/18 15:34:19 fs 1.83.26.1: #i24986# ImplNotifyKeyMouseEventListeners renamed to ImplHandleKeyMouseEventListeners / call CommandEventListeners for compound controls (approved by SSA)

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [7c0d5b9e8db9d1d1bc17b68e4f184faa6227526b]

        INTEGRATION: CWS frmcontrols03 (1.180.26); FILE MERGED 2004/03/23 15:27:29 fs 1.180.26.3: RESYNC: (1.183-1.187); FILE MERGED 2004/02/19 15:54:05 fs 1.180.26.2: RESYNC: (1.180-1.183); FILE MERGED 2004/02/18 15:34:35 fs 1.180.26.1: #i24986# ImplNotifyKeyMouseEventListeners renamed to ImplHandleKeyMouseEventListeners / call CommandEventListeners for compound controls (approved by SSA)

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [4a8add2c5940d45ef44f893db696263007dccbc4]

        INTEGRATION: CWS frmcontrols03 (1.13.120); FILE MERGED 2004/03/23 15:26:05 fs 1.13.120.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/02 08:06:22 fs 1.13.120.1: #i24387# prepare UnoEditControl for being exported (don't filter the identifier)

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [2562afd3c58572ec9b9337424be27fe6744101e3]

        INTEGRATION: CWS frmcontrols03 (1.61.10); FILE MERGED 2004/04/28 15:00:37 fs 1.61.10.4: RESYNC: (1.62-1.63); FILE MERGED 2004/03/02 08:04:53 fs 1.61.10.3: #i24387# prepare UnoEditControl for being exported and derived from 2004/02/19 17:02:58 fs 1.61.10.2: RESYNC: (1.61-1.62); FILE MERGED 2004/02/18 14:45:44 fs 1.61.10.1: #i24387# UnoEditControl: fixed getText and insertText

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [9197ff3fac6e3cffe642aa365f4c7ec13b0357ed]

        INTEGRATION: CWS frmcontrols03 (1.3.128); FILE MERGED 2004/03/02 08:05:34 fs 1.3.128.1: #i24387# ImplHasProperty: allow to be called when the model is still NULL

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [27dec3465a88e44a0a573baa6e2724476522e4b0]

        INTEGRATION: CWS frmcontrols03 (1.26.74); FILE MERGED 2004/04/28 15:01:01 fs 1.26.74.3: RESYNC: (1.26-1.28); FILE MERGED 2004/03/02 08:04:47 fs 1.26.74.2: #i24387# +requiresNewPeer: allow derived classes to decide whether a property change requires a new peer 2004/02/18 14:45:53 fs 1.26.74.1: #i24387# +peerCreated

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [a921c3d6268e67d5bea4d9593a03a0de8905aed6]

        INTEGRATION: CWS frmcontrols03 (1.43.12); FILE MERGED 2004/02/19 17:03:40 fs 1.43.12.2: RESYNC: (1.43-1.44); FILE MERGED 2004/02/18 14:44:42 fs 1.43.12.1: #i24387#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [e5de5286b06a865e921c68659959e25f79bcda8d]

        INTEGRATION: CWS frmcontrols03 (1.15.8); FILE MERGED 2004/03/23 15:26:33 fs 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2004/03/02 08:02:53 fs 1.15.8.1: #i24387# export UnoEditControl

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [e86172f860bc19e3bc3dd2a5090949836c156fc4]

        INTEGRATION: CWS frmcontrols03 (1.30.10); FILE MERGED 2004/03/02 08:03:44 fs 1.30.10.1: #i24387# prepare UnoEditControl for being exported and derived from

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [1050901933c1c0447aa73c59800eb6edf915687f]

        INTEGRATION: CWS frmcontrols03 (1.9.114); FILE MERGED 2004/03/02 08:03:57 fs 1.9.114.2: #i24387# +requiresNewPeer 2004/02/18 14:44:09 fs 1.9.114.1: #i24387# +peerCreated

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [09d9ef032d2d895d7dcf9791cf26479f72d087f7]

        INTEGRATION: CWS frmcontrols03 (1.7.92); FILE MERGED 2004/04/28 11:57:28 fs 1.7.92.2: RESYNC: (1.7-1.8); FILE MERGED 2004/02/18 15:32:53 fs 1.7.92.1: #i24387# new directory: source/richtext

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [61982665ae647e11a19ac0ab505621355a0cd7dc]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/18 15:31:18 fs 1.1.2.1: callbacks for a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [a461058bb5a4f7e419e2a406b1fb25930a304ab6]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/23 11:35:44 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:29:31 fs 1.1.2.1: dispatching special functionality to a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [8e27bd0d7a83a538ed30386009870ce1cf7df02b]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/23 11:35:44 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:29:57 fs 1.1.2.1: attributes of a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [bc4c686c8508b4a1f078940a3caf07eb764aeabc]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/23 16:26:52 fs 1.1.2.3: #i24387# some more implementations (mainly CJK relevant) 2004/02/23 11:35:44 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:30:54 fs 1.1.2.1: dispatching attributes to a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [7eff3d3fc53fa494a86b1df127e45605bfe2fd71]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/25 17:04:16 fs 1.1.2.4: #i24387# reference device handling 2004/02/23 16:26:52 fs 1.1.2.3: #i24387# some more implementations (mainly CJK relevant) 2004/02/23 11:35:43 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:30:54 fs 1.1.2.1: dispatching attributes to a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [35ecf5b0b3d9531f1f42afca52af60e48222bebb]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/18 15:28:24 fs 1.1.2.1: viewport for a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [4dc7b59b5753919f25f5f257e48ed7a803e1cf80]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/04/15 08:22:20 fs 1.1.2.2: #i27730# hide the selection when we don't have the focus 2004/02/18 15:28:24 fs 1.1.2.1: viewport for a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [e84627dfb1d787c92df85ae7b3d7faf59bbd43b3]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/19 10:03:47 fs 1.1.2.4: wheel scrolling 2004/03/01 16:51:47 fs 1.1.2.3: merging the rich text control with the edit control 2004/02/25 16:17:12 fs 1.1.2.2: #i24387# changes for drawing the control onto ordinary output devices 2004/02/18 15:26:56 fs 1.1.2.1: rich text VCL control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [41fec684cfe1938644f2c762dadea964c6147903]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/19 10:03:47 fs 1.1.2.7: wheel scrolling 2004/03/01 16:51:46 fs 1.1.2.6: merging the rich text control with the edit control 2004/02/25 16:17:12 fs 1.1.2.5: #i24387# changes for drawing the control onto ordinary output devices 2004/02/23 17:11:22 fs 1.1.2.4: #i24387# some more implementations (mainly CJK relevant) 2004/02/23 16:26:52 fs 1.1.2.3: #i24387# some more implementations (mainly CJK relevant) 2004/02/23 11:35:43 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:26:56 fs 1.1.2.1: rich text VCL control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [b83b724c14b65838a84246b3a3de40836d716a59]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/01 16:51:46 fs 1.1.2.3: merging the rich text control with the edit control 2004/02/26 07:33:08 fs 1.1.2.2: #100000# corrected exception specification 2004/02/18 15:28:05 fs 1.1.2.1: helper classes for implementing the UNO text API for a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [2688ae160002577985c3e756e2a2b805b749ecd1]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/01 16:51:46 fs 1.1.2.3: merging the rich text control with the edit control 2004/02/26 07:33:09 fs 1.1.2.2: #100000# corrected exception specification 2004/02/18 15:28:05 fs 1.1.2.1: helper classes for implementing the UNO text API for a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [57439cae4443e00fb2ad121111e8538629470973]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/04/29 15:10:01 fs 1.1.2.4: #i10000# 2004/03/01 16:51:46 fs 1.1.2.3: merging the rich text control with the edit control 2004/02/25 17:04:16 fs 1.1.2.2: #i24387# reference device handling 2004/02/18 15:26:32 fs 1.1.2.1: model of a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [59f142e4ed7f554ca7f3aef3ec6daf8146d7eb0e]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/04/29 15:10:01 fs 1.1.2.9: #i10000# 2004/03/03 15:35:10 fs 1.1.2.8: also support css.text.TextRange 2004/03/01 16:51:46 fs 1.1.2.7: merging the rich text control with the edit control 2004/02/25 18:52:33 fs 1.1.2.6: reference device is transient 2004/02/25 17:04:16 fs 1.1.2.5: #i24387# reference device handling 2004/02/25 16:17:11 fs 1.1.2.4: #i24387# changes for drawing the control onto ordinary output devices 2004/02/23 11:35:43 fs 1.1.2.3: some more implementations (mainly CJK relevant) 2004/02/19 11:17:59 fs 1.1.2.2: refined some bits - proper scroll and word break handling now 2004/02/18 15:26:32 fs 1.1.2.1: model of a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [03c778268e04cbd57d2c33193397fb0b0af2bc37]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/19 10:03:47 fs 1.1.2.6: wheel scrolling 2004/03/01 16:51:45 fs 1.1.2.5: merging the rich text control with the edit control 2004/02/25 16:17:11 fs 1.1.2.4: #i24387# changes for drawing the control onto ordinary output devices 2004/02/23 17:11:21 fs 1.1.2.3: #i24387# some more implementations (mainly CJK relevant) 2004/02/23 11:35:43 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:27:08 fs 1.1.2.1: impl class for a rich text VCL control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [42a3aba6c7a8048dac0d58748d2d4f35b4054454]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/19 10:03:47 fs 1.1.2.12: wheel scrolling 2004/03/02 15:39:46 fs 1.1.2.11: layout slightly changed 2004/03/01 16:51:45 fs 1.1.2.10: merging the rich text control with the edit control 2004/02/26 07:31:45 fs 1.1.2.9: VCL cleanup after resync 2004/02/26 06:10:44 fs 1.1.2.8: draw a border when printing 2004/02/25 18:53:12 fs 1.1.2.7: 1-pixel-gap between control border and viewport - loks better 2004/02/25 17:04:15 fs 1.1.2.6: #i24387# reference device handling 2004/02/25 16:17:11 fs 1.1.2.5: #i24387# changes for drawing the control onto ordinary output devices 2004/02/23 17:11:21 fs 1.1.2.4: #i24387# some more implementations (mainly CJK relevant) 2004/02/23 11:35:43 fs 1.1.2.3: some more implementations (mainly CJK relevant) 2004/02/19 11:17:58 fs 1.1.2.2: refined some bits - proper scroll and word break handling now 2004/02/18 15:27:17 fs 1.1.2.1: impl class for a rich text VCL control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [8e8bf864406d7499ca039e44ce2a326ce6ec2615]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/01 16:51:45 fs 1.1.2.2: merging the rich text control with the edit control 2004/02/18 15:27:36 fs 1.1.2.1: EditEngine for a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [62075cd45dc75efd56b8b1e066e4623bd2293268]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/19 10:03:40 fs 1.1.2.5: properly do status notification 2004/03/01 16:51:45 fs 1.1.2.4: merging the rich text control with the edit control 2004/02/25 16:17:11 fs 1.1.2.3: #i24387# changes for drawing the control onto ordinary output devices 2004/02/23 16:26:51 fs 1.1.2.2: #i24387# some more implementations (mainly CJK relevant) 2004/02/18 15:27:37 fs 1.1.2.1: EditEngine for a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [becfd1ee97804f50c48c8a37270e779982188315]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/01 16:51:44 fs 1.1.2.3: merging the rich text control with the edit control 2004/02/23 11:35:42 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:26:46 fs 1.1.2.1: UNO control/peer for a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [a6a3ea5eac736372db5ee1f74e7a3e25b8146600]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/04/29 15:10:00 fs 1.1.2.7: #i10000# 2004/03/01 16:51:44 fs 1.1.2.6: merging the rich text control with the edit control 2004/02/25 16:17:11 fs 1.1.2.5: #i24387# changes for drawing the control onto ordinary output devices 2004/02/23 16:26:51 fs 1.1.2.4: #i24387# some more implementations (mainly CJK relevant) 2004/02/23 11:35:42 fs 1.1.2.3: some more implementations (mainly CJK relevant) 2004/02/19 11:17:58 fs 1.1.2.2: refined some bits - proper scroll and word break handling now 2004/02/18 15:26:46 fs 1.1.2.1: UNO control/peer for a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [38120f10d71d26827e7b026beca66955cd687b01]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/23 11:35:42 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:29:17 fs 1.1.2.1: dispatching features to a rich text control which correspond with character or paragraph attributes, and require parameters

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [cd4b52114fbec3f1461b12209ab3edf9aeb667cd]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/23 16:26:51 fs 1.1.2.3: #i24387# some more implementations (mainly CJK relevant) 2004/02/23 11:35:42 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:29:17 fs 1.1.2.1: dispatching features to a rich text control which correspond with character or paragraph attributes, and require parameters

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [0a71f0061eca260f2687ae730218e8df0f6e577f]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/18 15:23:01 fs 1.1.2.1: introduced this dir for all implementations related to the rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [6fa911a8d53ac8a2fb3e74b1638ba513870ece69]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/23 11:35:42 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:23:36 fs 1.1.2.1: base class for UNO dispatchers working on a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [d97b5366059567a318b54f4250b47cd624b6d3ad]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/23 11:35:41 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:23:36 fs 1.1.2.1: base class for UNO dispatchers working on a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [024846ff0da1fb1186f534c9fcc0c98917ea4e76]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/23 11:35:41 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:23:52 fs 1.1.2.1: dispatching clipboard related functionality to a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [632e120334eebda3ae5ef3f7c37107dd73ca9855]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/04/13 08:03:17 fs 1.1.2.4: #i27596# 2004/03/02 15:39:30 fs 1.1.2.3: assertion adjusted 2004/02/23 11:35:41 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:23:53 fs 1.1.2.1: dispatching clipboard related functionality to a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [212f33f927787ebe0df0e4d1df803610ac0f67ec]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/23 11:35:41 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:29:07 fs 1.1.2.1: dispatching features to a rich text control which correspond with character or paragraph attributes

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [64bcb4ea55c13047035a6ae35e5a6dea19a1ece9]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/23 11:35:40 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 15:29:08 fs 1.1.2.1: dispatching features to a rich text control which correspond with character or paragraph attributes

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [51343857254210622d10d1c08ca9ef8011d25950]

        INTEGRATION: CWS frmcontrols03 (1.16.12); FILE MERGED 2004/04/28 12:00:13 fs 1.16.12.2: RESYNC: (1.16-1.18); FILE MERGED 2004/02/18 15:19:13 fs 1.16.12.1: #i24387# rich text control services

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [c36cf152e7b9d54aef46e0e7e90d44251d96b471]

        INTEGRATION: CWS frmcontrols03 (1.10.10); FILE MERGED 2004/04/28 11:59:44 fs 1.10.10.4: RESYNC: (1.11-1.13); FILE MERGED 2004/03/23 15:24:43 fs 1.10.10.3: RESYNC: (1.10-1.11); FILE MERGED 2004/03/01 16:52:06 fs 1.10.10.2: new props 2004/02/25 17:04:14 fs 1.10.10.1: #i24387# reference device handling

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [fe508d75128afd11cd043c84316a2dfccd7e2f71]

        INTEGRATION: CWS frmcontrols03 (1.7.12); FILE MERGED 2004/04/28 14:32:12 fs 1.7.12.3: manual RESYNC - new strings which originally, on the CWS, were added to a different file 2004/04/28 11:58:44 fs 1.7.12.2: RESYNC: (1.7-1.10); FILE MERGED 2004/02/18 15:19:25 fs 1.7.12.1: #i24387# rich text control services

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [480c06f49aeb7de7245411e00a73c157f79a07e0]

        INTEGRATION: CWS frmcontrols03 (1.4.176); FILE MERGED 2004/04/28 11:58:04 fs 1.4.176.2: RESYNC: (1.4-1.5); FILE MERGED 2004/02/18 15:22:09 fs 1.4.176.1: #i24387# some more helper defines for usage together with the OPropertyContainerHelper

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [2606376a1028411aa1b6cb0895c53cc1cb8dae2c]

        INTEGRATION: CWS frmcontrols03 (1.8.10); FILE MERGED 2004/04/28 11:57:56 fs 1.8.10.4: RESYNC: (1.9-1.11); FILE MERGED 2004/03/23 15:24:53 fs 1.8.10.3: RESYNC: (1.8-1.9); FILE MERGED 2004/03/01 16:51:55 fs 1.8.10.2: new props 2004/02/25 17:04:13 fs 1.8.10.1: #i24387# reference device handling

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [a619ed005a9e51484d9e72deb8133b9014b3f13a]

        INTEGRATION: CWS frmcontrols03 (1.3.6); FILE MERGED 2004/04/28 14:32:12 fs 1.3.6.1: manual RESYNC - new strings which originally, on the CWS, were added to a different file

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [6f13de8fc2af61f258cad89029ca0b63e50b3f7d]

        INTEGRATION: CWS frmcontrols03 (1.2.6); FILE MERGED 2004/04/29 15:10:00 fs 1.2.6.1: #i10000#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [2ce004ed72bcd9fe81b310186536b56f33eedb22]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE MERGED 2004/03/01 16:51:17 fs 1.1.2.1: helper class for font handling (copied hereing from CWS frmcontrols02)

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [df1504d38e9af8d9ad96cce9d1813adc3f4d714b]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/18 15:20:40 fs 1.1.2.1: moved herein from ../component

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [ede30a0982e733a1b62c37f0c99c77f3b079a621]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/04/28 12:27:51 fs 1.1.2.3: #i10000# manual resync (file moved in CWS, and modified on master) 2004/03/02 15:02:13 fs 1.1.2.2: #i24387# isolated reading/writing the aggregate in a virtual method 2004/02/18 15:20:25 fs 1.1.2.1: moved herein from ../component

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [5d99224935ef5640ad63ab79ee2997974246d235]

        INTEGRATION: CWS frmcontrols03 (1.4.6); FILE MERGED 2004/04/29 14:57:28 fs 1.4.6.1: #i10000#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [7417a7df13d383091363b840ce574a737fe36d20]

        INTEGRATION: CWS frmcontrols03 (1.1.4); FILE MERGED 2004/04/29 14:57:28 fs 1.1.4.3: #i10000# 2004/03/30 12:05:06 fs 1.1.4.2: #100000# 2004/03/01 16:51:11 fs 1.1.4.1: helper class for font handling (copied hereing from CWS frmcontrols02)

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [df026f1e787a676afcd0a1afa72c3a0174606f0b]

        INTEGRATION: CWS frmcontrols03 (1.2.98); FILE MERGED 2004/02/18 15:18:44 fs 1.2.98.1: spelling typo

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [0fd71ddbb36cecf7fa65e732c6b9977d1daec4c6]

        INTEGRATION: CWS frmcontrols03 (1.28.10); FILE MERGED 2004/04/28 12:10:24 fs 1.28.10.3: RESYNC: (1.30-1.32); FILE MERGED 2004/03/23 15:24:35 fs 1.28.10.2: RESYNC: (1.28-1.30); FILE MERGED 2004/02/18 15:17:55 fs 1.28.10.1: removed obsolete include

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [1705d0c5d271247545265e43e51adf941963f857]

        INTEGRATION: CWS frmcontrols03 (1.29.4); FILE MERGED 2004/04/29 14:57:27 fs 1.29.4.1: #i10000#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [42eaeeef1e18a835ebd53cc44a10f7fe0ad56f93]

        INTEGRATION: CWS frmcontrols03 (1.26.10); FILE MERGED 2004/04/28 12:06:38 fs 1.26.10.4: RESYNC: (1.27-1.29); FILE MERGED 2004/03/23 15:23:48 fs 1.26.10.3: RESYNC: (1.26-1.27); FILE MERGED 2004/03/02 15:02:09 fs 1.26.10.2: #i24387# isolated reading/writing the aggregate in a virtual method 2004/02/18 15:18:18 fs 1.26.10.1: #i24387# allow cloning the OControl without cloning the aggregate immediately

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [9a5f9da2049af0787b8da6b29f1e3ef35248d289]

        INTEGRATION: CWS frmcontrols03 (1.8.24); FILE MERGED 2004/04/28 12:05:30 fs 1.8.24.3: RESYNC: (1.8-1.9); FILE MERGED 2004/03/03 14:00:19 fs 1.8.24.2: #i24387# do not bind rich text controls 2004/03/02 15:01:40 fs 1.8.24.1: #i24387# care for compatibility when reading/writing binary format

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [28adaece96e6719114579af77109f5220fe328fe]

        INTEGRATION: CWS frmcontrols03 (1.18.10); FILE MERGED 2004/04/30 11:46:39 fs 1.18.10.7: #i10000# wrong merging after resync 2004/04/29 15:09:59 fs 1.18.10.6: #i10000# 2004/04/29 14:42:26 fs 1.18.10.5: #i10000# 2004/04/28 12:03:20 fs 1.18.10.4: RESYNC: (1.18-1.19); FILE MERGED 2004/03/03 14:00:18 fs 1.18.10.3: #i24387# do not bind rich text controls 2004/03/02 15:01:40 fs 1.18.10.2: #i24387# care for compatibility when reading/writing binary format 2004/03/01 16:50:07 fs 1.18.10.1: merging the rich text control with the edit control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [03612266f6dbb1cc3d56c75c4f236f8c6f61cc2b]

        INTEGRATION: CWS frmcontrols03 (1.13.24); FILE MERGED 2004/04/28 12:02:26 fs 1.13.24.3: RESYNC: (1.14-1.16); FILE MERGED 2004/03/23 15:22:26 fs 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/18 15:17:32 fs 1.13.24.1: stumbled upon this during #i24387#: corrected a queryInterface call to the aggregate

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [17ded298008ccbf29ead72c70b077b933b9830a5]

        INTEGRATION: CWS frmcontrols03 (1.2.24); FILE MERGED 2004/04/29 15:02:15 fs 1.2.24.5: #i10000# 2004/04/29 15:00:07 fs 1.2.24.4: #i10000# 2004/04/29 12:08:20 fs 1.2.24.3: #i10000# 2004/04/28 11:57:07 fs 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/18 15:32:09 fs 1.2.24.1: #i24387# new directory: source/richtext

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [600e2ae20755c03421de12975478db6d4e1caeb2]

        INTEGRATION: CWS frmcontrols03 (1.10.10); FILE MERGED 2004/04/28 14:56:17 fs 1.10.10.4: RESYNC: (1.11-1.12); FILE MERGED 2004/03/23 15:13:25 fs 1.10.10.3: RESYNC: (1.10-1.11); FILE MERGED 2004/03/01 16:53:48 fs 1.10.10.2: #i24387# 2004/02/19 11:24:34 fs 1.10.10.1: #i24387# +HID_PROP_AUTOLINEBREAK

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [80f08bfe57f6f0600c7ef45f836a62dfa81a18ac]

        INTEGRATION: CWS frmcontrols03 (1.7.4); FILE MERGED 2004/04/06 11:02:53 fs 1.7.4.1: inter-property dependencies for rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [0c7e63adefa3cfd1af74c2762ede896da727cf0f]

        INTEGRATION: CWS frmcontrols03 (1.9.4); FILE MERGED 2004/04/06 11:02:52 fs 1.9.4.1: inter-property dependencies for rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [f2b6b3bef4a3220e088a0cfacf6eedc67186b1d7]

        INTEGRATION: CWS frmcontrols03 (1.21.36); FILE MERGED 2004/04/28 14:58:53 fs 1.21.36.4: RESYNC: (1.22-1.23); FILE MERGED 2004/04/06 11:02:50 fs 1.21.36.3: inter-property dependencies for rich text control 2004/03/23 15:01:55 fs 1.21.36.2: RESYNC: (1.21-1.22); FILE MERGED 2004/03/01 16:53:26 fs 1.21.36.1: #i24387# TextType property for text field

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [efd616115a7ab1563ac7fa308cd76807bc10782c]

        INTEGRATION: CWS frmcontrols03 (1.19.10); FILE MERGED 2004/04/28 14:57:30 fs 1.19.10.4: RESYNC: (1.20-1.22); FILE MERGED 2004/03/23 14:58:41 fs 1.19.10.3: RESYNC: (1.19-1.20); FILE MERGED 2004/03/01 16:53:26 fs 1.19.10.2: #i24387# TextType property for text field 2004/02/19 11:23:30 fs 1.19.10.1: added functionality for 'Automatic Line Break' property

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [bfafc8b34d986c0af6026bc08a40c7e1148e2582]

        INTEGRATION: CWS frmcontrols03 (1.18.10); FILE MERGED 2004/04/28 14:58:03 fs 1.18.10.4: RESYNC: (1.19-1.20); FILE MERGED 2004/03/23 14:59:23 fs 1.18.10.3: RESYNC: (1.18-1.19); FILE MERGED 2004/03/01 16:53:26 fs 1.18.10.2: #i24387# TextType property for text field 2004/02/19 11:23:30 fs 1.18.10.1: added functionality for 'Automatic Line Break' property

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [4d0dbdc34185f4d75fc2e2e7cd7ae16e16930728]

        INTEGRATION: CWS frmcontrols03 (1.56.8); FILE MERGED 2004/04/28 14:58:12 fs 1.56.8.6: RESYNC: (1.57-1.58); FILE MERGED 2004/04/06 08:16:40 fs 1.56.8.5: string review 2004/03/30 08:52:37 fs 1.56.8.4: #100000# 2004/03/23 14:59:33 fs 1.56.8.3: RESYNC: (1.56-1.57); FILE MERGED 2004/03/01 16:53:25 fs 1.56.8.2: #i24387# TextType property for text field 2004/02/19 11:23:29 fs 1.56.8.1: added functionality for 'Automatic Line Break' property

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [09a4ee8731697737c784b8b1b45f4acfa78f1f0c]

        INTEGRATION: CWS frmcontrols03 (1.16.10); FILE MERGED 2004/04/28 14:56:47 fs 1.16.10.4: RESYNC: (1.17-1.18); FILE MERGED 2004/03/23 14:58:00 fs 1.16.10.3: RESYNC: (1.16-1.17); FILE MERGED 2004/03/01 16:53:25 fs 1.16.10.2: #i24387# TextType property for text field 2004/02/19 11:23:29 fs 1.16.10.1: added functionality for 'Automatic Line Break' property

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [d71aa3bece11d1cef6c6e447beeee0b67a3618a7]

        INTEGRATION: CWS frmcontrols03 (1.21.10); FILE MERGED 2004/04/28 14:59:02 fs 1.21.10.5: RESYNC: (1.22-1.24); FILE MERGED 2004/04/06 11:02:47 fs 1.21.10.4: inter-property dependencies for rich text control 2004/03/23 15:03:24 fs 1.21.10.3: RESYNC: (1.21-1.22); FILE MERGED 2004/03/01 16:53:25 fs 1.21.10.2: #i24387# TextType property for text field 2004/02/19 11:23:29 fs 1.21.10.1: added functionality for 'Automatic Line Break' property

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [f1d4ea07db428b79fda60c7743bbe1e28b92ded0]

        INTEGRATION: CWS frmcontrols03 (1.58.32); FILE MERGED 2004/04/28 14:57:21 fs 1.58.32.5: RESYNC: (1.59-1.61); FILE MERGED 2004/04/13 08:02:18 fs 1.58.32.4: #i27595# 2004/04/06 11:02:42 fs 1.58.32.3: inter-property dependencies for rich text control 2004/03/23 14:58:33 fs 1.58.32.2: RESYNC: (1.58-1.59); FILE MERGED 2004/03/01 16:53:24 fs 1.58.32.1: #i24387# TextType property for text field

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [b21f3fb89bdf61317be4f52f707c1156ab27315f]

        INTEGRATION: CWS frmcontrols03 (1.17.10); FILE MERGED 2004/04/28 14:56:09 fs 1.17.10.5: RESYNC: (1.18-1.19); FILE MERGED 2004/03/24 07:14:13 fs 1.17.10.4: #100000# 2004/03/23 15:22:17 fs 1.17.10.3: RESYNC: (1.17-1.18); FILE MERGED 2004/03/01 16:53:00 fs 1.17.10.2: #i24387# 2004/02/19 11:24:25 fs 1.17.10.1: #i24387# +HID_PROP_AUTOLINEBREAK

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [bc2edb93ec512ac6a7a6e95b967b99a03a724572]

        INTEGRATION: CWS frmcontrols03 (1.61.46); FILE MERGED 2004/04/28 14:39:50 fs 1.61.46.3: RESYNC: (1.65-1.68); FILE MERGED 2004/03/23 14:34:38 fs 1.61.46.2: RESYNC: (1.61-1.65); FILE MERGED 2004/03/02 13:39:37 fs 1.61.46.1: #i24387# position of the FmFormShell on the dispatcher stack is dynamic now (approved by OS)

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [dfb9209326b02d7b47a44e7365d5260b61091b12]

        INTEGRATION: CWS frmcontrols03 (1.15.200); FILE MERGED 2004/04/28 14:34:48 fs 1.15.200.2: RESYNC: (1.15-1.16); FILE MERGED 2004/03/02 13:40:28 fs 1.15.200.1: #i24387# +FOC_FRM_CTRL

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [1c8ab5c4c921cf58ac301350a3f128c7cea21202]

        INTEGRATION: CWS frmcontrols03 (1.18.418); FILE MERGED 2004/04/28 14:34:58 fs 1.18.418.3: RESYNC: (1.20-1.21); FILE MERGED 2004/03/23 14:45:06 fs 1.18.418.2: RESYNC: (1.18-1.20); FILE MERGED 2004/03/02 13:38:50 fs 1.18.418.1: #i24387# +GotFocus / +OnFormControlActivated

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [083d98220aae82b028b6c86edce9101db6b2b806]

        INTEGRATION: CWS frmcontrols03 (1.72.20); FILE MERGED 2004/03/23 14:05:21 fs 1.72.20.3: RESYNC: (1.74-1.75); FILE MERGED 2004/02/19 12:23:26 fs 1.72.20.2: RESYNC: (1.72-1.74); FILE MERGED 2004/02/17 15:37:40 fs 1.72.20.1: #i24387# +XMLTextPropertySetMapper::getPropertyMapForType

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [0bc3e33b8228be6396bad16b881505a7ddd7368e]

        INTEGRATION: CWS frmcontrols03 (1.13.52); FILE MERGED 2004/04/28 14:27:22 fs 1.13.52.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/02 09:51:22 fs 1.13.52.1: #i24387# proper im/export of a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [13b06df7e271e1f51274bcfa8db6db447453c71f]

        INTEGRATION: CWS frmcontrols03 (1.13.52); FILE MERGED 2004/03/02 09:51:22 fs 1.13.52.1: #i24387# proper im/export of a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [7eaddc7cd676baca2e38120b4e18616d4026a309]

        INTEGRATION: CWS frmcontrols03 (1.18.52); FILE MERGED 2004/03/02 09:51:21 fs 1.18.52.1: #i24387# proper im/export of a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [98a89f2805cc07888eb7a7b6735413c5cb227379]

        INTEGRATION: CWS frmcontrols03 (1.21.150); FILE MERGED 2004/02/17 15:39:08 fs 1.21.150.1: #i24387# analyze text styles of a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [fbb4a8a70aa7f3e23c638ce0939b4d870d802074]

        INTEGRATION: CWS frmcontrols03 (1.21.52); FILE MERGED 2004/03/02 09:51:21 fs 1.21.52.2: #i24387# proper im/export of a rich text control 2004/02/17 15:38:38 fs 1.21.52.1: #i24387# import text paragraphs of a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [127485587946e05079e93b9a8ef3c2921e3a1905]

        INTEGRATION: CWS frmcontrols03 (1.37.52); FILE MERGED 2004/03/02 09:51:21 fs 1.37.52.2: #i24387# proper im/export of a rich text control 2004/02/17 15:38:38 fs 1.37.52.1: #i24387# import text paragraphs of a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [f114b49bcd61cac33a951e8625918dee644ce786]

        INTEGRATION: CWS frmcontrols03 (1.27.52); FILE MERGED 2004/04/28 14:27:41 fs 1.27.52.4: RESYNC: (1.27-1.29); FILE MERGED 2004/04/15 06:59:58 fs 1.27.52.3: #i27729# don't export CharCrossedOut property for text areas 2004/03/02 09:51:20 fs 1.27.52.2: #i24387# proper im/export of a rich text control 2004/02/17 15:38:09 fs 1.27.52.1: #i24387# export text paragraphs of a rich text control

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [b5ab541205847bf353da2ccae2ebad5eec66ea8f]

        INTEGRATION: CWS frmcontrols03 (1.15.52); FILE MERGED 2004/02/17 15:35:37 fs 1.15.52.1: #i24387# textarea is allowed to have text paragraphs

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [18e6782952216a95d8865ba325a4efb9ee09e4bc]

        INTEGRATION: CWS frmcontrols03 (1.34.34); FILE MERGED 2004/04/28 14:09:07 fs 1.34.34.3: RESYNC: (1.35-1.36); FILE MERGED 2004/03/23 13:53:44 fs 1.34.34.2: RESYNC: (1.34-1.35); FILE MERGED 2004/02/26 15:48:32 nn 1.34.34.1: #i25683# position FormShell above or below own sub shells depending on who got the focus last

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [3b4109192719e35086551a5c2a268546b58b537c]

        INTEGRATION: CWS frmcontrols03 (1.47.32); FILE MERGED 2004/04/28 14:08:42 fs 1.47.32.3: RESYNC: (1.50-1.51); FILE MERGED 2004/03/23 13:53:36 fs 1.47.32.2: RESYNC: (1.47-1.50); FILE MERGED 2004/02/26 15:48:32 nn 1.47.32.1: #i25683# position FormShell above or below own sub shells depending on who got the focus last

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [7ad0b65b10b97dc9baf8e35f6d01e350c11b4a14]

        INTEGRATION: CWS frmcontrols03 (1.13.270); FILE MERGED 2004/04/28 14:07:20 fs 1.13.270.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/26 15:45:28 nn 1.13.270.1: #i25683# position FormShell above or below own sub shells depending on who got the focus last

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [606ad1591ae8baee945f6ad6de00bc51cc6d07cd]

        INTEGRATION: CWS frmcontrols03 (1.36.36); FILE MERGED 2004/03/23 13:59:15 fs 1.36.36.2: RESYNC: (1.36-1.37); FILE MERGED 2004/02/26 15:48:59 nn 1.36.36.1: #i25683# position FormShell above or below own sub shells depending on who got the focus last

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [aa071f39f524f3c65724abe5c36b71e731a91651]

        INTEGRATION: CWS frmcontrols03 (1.10.42); FILE MERGED 2004/03/05 17:45:08 af 1.10.42.1: #i25684# Added new file FormShellManager.

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [1db40ee17ebd6e9bf56e11891f00165e8c7eca96]

        INTEGRATION: CWS frmcontrols03 (1.18.40); FILE MERGED 2004/04/28 13:51:57 fs 1.18.40.2: RESYNC: (1.18-1.19); FILE MERGED 2004/03/05 17:44:37 af 1.18.40.1: #i25684# Added new mpFormShellManager member.

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [8f17846aec39da29ca6cae80cc221f6ca2d82f13]

        INTEGRATION: CWS frmcontrols03 (1.35.32); FILE MERGED 2004/04/28 13:52:18 fs 1.35.32.2: RESYNC: (1.35-1.36); FILE MERGED 2004/04/27 12:21:13 af 1.35.32.1: #i27956# The shell stack is assumed to be initialized in Activate() and is not checked anymore.

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [5283b73e10e57e49a2270ab7737bfb75968b46c8]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/04/27 12:13:20 af 1.1.2.2: #i27956# When the form shell is deactivated it is moved on the shell stack below the view shell. 2004/03/05 17:41:15 af 1.1.2.1: #i25684# Initial revision.

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [c6fc2ddd796529291cbf9e80126f0f9abc55886f]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/05 17:40:57 af 1.1.2.1: #i25684# Initial revision.

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [851add6844473e0b8b32113ea30200da82e05154]

        INTEGRATION: CWS frmcontrols03 (1.3.34); FILE MERGED 2004/03/05 17:42:03 af 1.3.34.1: #i25684# Added new mpFormShellManager.

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [caef3c90ef792174d64a1e79fc0a3db948df8a49]

        INTEGRATION: CWS frmcontrols03 (1.3.2); FILE ADDED 2004/02/18 16:19:36 fs 1.3.2.1: re-introduced, and made it compile

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [149fa1e5c54105a29dc8fe8a88c325d7f2484ccb]

        INTEGRATION: CWS frmcontrols03 (1.10.2); FILE ADDED 2004/02/18 16:19:45 fs 1.10.2.1: re-introduced, and made it compile

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [2990e1fcf128f30d9c338bfd28ef41d116786136]

        INTEGRATION: CWS frmcontrols03 (1.44.408); FILE MERGED 2004/04/28 13:26:23 fs 1.44.408.3: RESYNC: (1.45-1.47); FILE MERGED 2004/03/23 13:01:39 fs 1.44.408.2: RESYNC: (1.44-1.45); FILE MERGED 2004/02/18 16:13:53 fs 1.44.408.1: #i24387# +SvxUnoText( const SfxItemProperty* _pMap)

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [8f0a57086abbb0e4bd0b59a76b91dcb98717eebe]

        INTEGRATION: CWS frmcontrols03 (1.2.66); FILE MERGED 2004/04/28 13:14:09 fs 1.2.66.3: RESYNC: (1.3-1.4); FILE MERGED 2004/03/23 13:11:52 fs 1.2.66.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/03 13:57:43 fs 1.2.66.1: #i24387# Superscript/Subscript icons

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [2d699afbf98c4a2918e99b4ab98723e59d78fc04]

        INTEGRATION: CWS frmcontrols03 (1.52.200); FILE MERGED 2004/03/23 13:08:23 fs 1.52.200.3: RESYNC: (1.53-1.54); FILE MERGED 2004/02/19 15:04:28 fs 1.52.200.2: RESYNC: (1.52-1.53); FILE MERGED 2004/02/18 15:51:10 fs 1.52.200.1: #i24387# some more static versions of some methods

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [da87b4078f54de7b281bd22693a25e434e9ae42a]

        INTEGRATION: CWS frmcontrols03 (1.20.70); FILE MERGED 2004/03/03 13:55:04 fs 1.20.70.1: initialize newly created text fields with the font from the document's default style

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [5cdba4d938081cc053559054b9ab6054eadaed2d]

        INTEGRATION: CWS frmcontrols03 (1.5.408); FILE MERGED 2004/03/23 13:14:00 fs 1.5.408.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/18 16:04:50 fs 1.5.408.1: #i24387# also be an XModifyListener

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [20a31376342eb163df25100a44390a240b42a3c4]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/03/03 13:54:24 fs 1.1.2.5: determine the VCL window on demand 2004/03/01 16:54:30 fs 1.1.2.4: #i24387# don't be that wasteful with clipboard slot invalidations 2004/02/26 11:26:22 fs 1.1.2.3: #i24387# 2004/02/23 11:39:25 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 16:04:40 fs 1.1.2.1: dedicated 'sub-shell' for handling text attributes of form controls

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [c2959a4fa7cf63628bb16b3490e46c6880639101]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/18 16:07:52 fs 1.1.2.1: dispatching features to form controls containing text

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [138b8c315d82483ed3e171d86580f30d48a3447d]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/18 16:07:22 fs 1.1.2.1: dialogs for setting text attributes of form controls

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [c6707b9dc3178a43fbf47f99d0c0128b40958939]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/18 16:08:19 fs 1.1.2.1: callbacks for text form controls

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [a8ed314d92550413dc583c5992b04011a8d6b4f5]

        INTEGRATION: CWS frmcontrols03 (1.16.554); FILE MERGED 2004/04/29 13:38:59 fs 1.16.554.5: #i100000# 2004/04/28 13:09:57 fs 1.16.554.4: RESYNC: (1.17-1.18); FILE MERGED 2004/03/23 13:13:51 fs 1.16.554.3: RESYNC: (1.16-1.17); FILE MERGED 2004/02/26 11:26:22 fs 1.16.554.2: #i24387# 2004/02/18 16:03:40 fs 1.16.554.1: #i24387# dedicated impl-class for handling text attributes of form controls

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [3b89e803c400f2989c3366dbcb0a90ce419a3c00]

        INTEGRATION: CWS frmcontrols03 (1.11.40); FILE MERGED 2004/04/28 13:10:39 fs 1.11.40.3: RESYNC: (1.12-1.13); FILE MERGED 2004/03/23 13:14:08 fs 1.11.40.2: RESYNC: (1.11-1.12); FILE MERGED 2004/02/18 16:04:06 fs 1.11.40.1: #i24387#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [6dcb5d332199014c54289e96525b6f93576360ea]

        INTEGRATION: CWS frmcontrols03 (1.2.554); FILE MERGED 2004/02/23 11:39:07 fs 1.2.554.1: care for a changing ref device at the drawing layer

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [20eefe03467cd1dcc931a4148bab5acc9e4a076f]

        INTEGRATION: CWS frmcontrols03 (1.2.408); FILE MERGED 2004/02/26 11:26:21 fs 1.2.408.2: #i24387# 2004/02/18 16:09:49 fs 1.2.408.1: #i24387# cleaned up the hacks herein

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [d0acb859bb4dff35d109ba50a69411943c89629d]

        INTEGRATION: CWS frmcontrols03 (1.15.100); FILE MERGED 2004/04/28 13:15:12 fs 1.15.100.4: RESYNC: (1.17-1.18); FILE MERGED 2004/03/23 13:09:41 fs 1.15.100.3: RESYNC: (1.16-1.17); FILE MERGED 2004/02/19 15:08:22 fs 1.15.100.2: RESYNC: (1.15-1.16); FILE MERGED 2004/02/18 16:11:40 fs 1.15.100.1: new files

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [c4822da80d5401af55fe7c7cb25bd53bcae6c24f]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/04/06 08:38:40 fs 1.1.2.4: string review 2004/02/26 11:26:21 fs 1.1.2.3: #i24387# 2004/02/23 11:39:43 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 16:11:20 fs 1.1.2.1: form shell related resources

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [3824a5ff9dd54611e26754190cfaa2189ac86d77]

        INTEGRATION: CWS frmcontrols03 (1.30.40); FILE MERGED 2004/04/28 13:15:34 fs 1.30.40.6: RESYNC: (1.30-1.31); FILE MERGED 2004/03/25 07:33:18 fs 1.30.40.5: #100000# 2004/03/24 07:29:09 fs 1.30.40.4: moved some code herein after resync 2004/03/03 14:43:09 fs 1.30.40.3: also include paragraph and asian/complex character properties when initializing a text field 2004/03/03 13:54:56 fs 1.30.40.2: initialize newly created text fields with the font from the document's default style 2004/02/18 16:09:32 fs 1.30.40.1: #i24387# forward form(De)Activated events to text-control-shell

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [4d293077d05580d6422071a5852d361a87619d3d]

        INTEGRATION: CWS frmcontrols03 (1.28.38); FILE MERGED 2004/03/23 13:09:18 fs 1.28.38.3: RESYNC: (1.28-1.29); FILE MERGED 2004/03/03 13:55:09 fs 1.28.38.2: initialize newly created text fields with the font from the document's default style 2004/02/25 18:46:14 fs 1.28.38.1: #i24387# grab focus to view window when switching design mode ON

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [53c003e87281585bd506d42bb7d758d50350b78b]

        INTEGRATION: CWS frmcontrols03 (1.20.72); FILE MERGED 2004/04/28 13:14:31 fs 1.20.72.3: RESYNC: (1.21-1.22); FILE MERGED 2004/03/23 13:09:01 fs 1.20.72.2: RESYNC: (1.20-1.21); FILE MERGED 2004/02/18 16:04:58 fs 1.20.72.1: #i24387# also be an XModifyListener

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [17117e18c905b98c130b997510bb21ee02ee3f9b]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/04/13 08:00:35 fs 1.1.2.7: #i27603# 2004/03/03 13:54:22 fs 1.1.2.6: determine the VCL window on demand 2004/03/02 15:46:58 fs 1.1.2.5: Execute refined, after the rich text control has been merged with the text field 2004/03/01 16:54:34 fs 1.1.2.4: #i24387# don't be that wasteful with clipboard slot invalidations 2004/02/26 11:26:20 fs 1.1.2.3: #i24387# 2004/02/23 11:39:17 fs 1.1.2.2: some more implementations (mainly CJK relevant) 2004/02/18 16:05:00 fs 1.1.2.1: dedicated 'sub-shell' for handling text attributes of form controls

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [9c0d6bfadc9afb3fbff519d8d47a6135637bde09]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/18 16:07:56 fs 1.1.2.1: dispatching features to form controls containing text

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [7b577cdce4da8c7f139813d0b7f7cb73b9ea2842]

        INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED 2004/02/18 16:07:25 fs 1.1.2.1: dialogs for setting text attributes of form controls

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [b1d9ef6c02312675308f707801a7667b0c8696e1]

        INTEGRATION: CWS frmcontrols03 (1.45.4); FILE MERGED 2004/04/28 13:18:04 fs 1.45.4.5: RESYNC: (1.50-1.52); FILE MERGED 2004/03/23 13:11:36 fs 1.45.4.4: RESYNC: (1.48-1.50); FILE MERGED 2004/02/26 11:26:20 fs 1.45.4.3: #i24387# 2004/02/19 15:09:40 fs 1.45.4.2: RESYNC: (1.45-1.48); FILE MERGED 2004/02/18 16:03:56 fs 1.45.4.1: #i24387# dedicated impl-class for handling text attributes of form controls

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [97bb287fc3e8920a6b01b022b69f7c9f9907aeb6]

        INTEGRATION: CWS frmcontrols03 (1.43.4); FILE MERGED 2004/04/28 13:17:44 fs 1.43.4.6: RESYNC: (1.48-1.49); FILE MERGED 2004/03/23 13:11:15 fs 1.43.4.5: RESYNC: (1.46-1.48); FILE MERGED 2004/03/02 15:46:25 fs 1.43.4.4: text control bar is available only when a rich text contrl is active 2004/02/26 11:26:19 fs 1.43.4.3: #i24387# 2004/02/19 15:09:30 fs 1.43.4.2: RESYNC: (1.43-1.46); FILE MERGED 2004/02/18 16:08:49 fs 1.43.4.1: #i24387# dedicated 'sub shell' for handling text attributes of form controls

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [8b3726e8517527a7c3d0324e1729c3949c84faf5]

        INTEGRATION: CWS frmcontrols03 (1.7.554); FILE MERGED 2004/02/26 11:26:18 fs 1.7.554.2: #i24387# 2004/02/23 11:39:05 fs 1.7.554.1: care for a changing ref device at the drawing layer

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [1b4bf6f850dca384a12c090701d968da22c42fe2]

        INTEGRATION: CWS frmcontrols03 (1.51.116); FILE MERGED 2004/04/15 08:21:33 fs 1.51.116.1: #i27730# +EE_SELMODE_HIDDEN - don't draw any selection in this mode

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [8ca34a852b90ec2de4760c22b64c2390c2a19a45]

        INTEGRATION: CWS frmcontrols03 (1.21.64); FILE MERGED 2004/04/28 12:49:01 fs 1.21.64.3: RESYNC: (1.22-1.23); FILE MERGED 2004/03/23 13:15:22 fs 1.21.64.2: RESYNC: (1.21-1.22); FILE MERGED 2004/02/26 11:26:18 fs 1.21.64.1: #i24387#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [b04d6dad77afb5e1bcd18f3e9914116107fa0337]

        INTEGRATION: CWS frmcontrols03 (1.43.60); FILE MERGED 2004/04/28 12:48:51 fs 1.43.60.3: RESYNC: (1.45-1.47); FILE MERGED 2004/03/23 13:15:13 fs 1.43.60.2: RESYNC: (1.43-1.45); FILE MERGED 2004/02/26 11:26:17 fs 1.43.60.1: #i24387#

2004-05-07  Rüdiger Timm  <rt@openoffice.org>  [fbf2646783b5c3abe21a16136b6d68811da43498]

        INTEGRATION: CWS frmcontrols03 (1.6.40); FILE MERGED 2004/04/28 12:49:22 fs 1.6.40.4: RESYNC: (1.7-1.8); FILE MERGED 2004/03/23 13:15:48 fs 1.6.40.3: RESYNC: (1.6-1.7); FILE MERGED 2004/02/26 11:26:17 fs 1.6.40.2: #i24387# 2004/02/18 16:12:13 fs 1.6.40.1: #i24387# grab some slots which are relevant for text form controls

2004-05-07  Joachim Lingner  <jl@openoffice.org>  [5c0536942e9d9fa56678af4602e9b60192902d59]

        #i20052#

2004-05-07  Joachim Lingner  <jl@openoffice.org>  [5def523f04bea8fbb65ea83648040df1741bb8a6]

        #i20052#

2004-05-07  Vladimir Glazounov  <vg@openoffice.org>  [199993d31c8231f6b2a2bfc6345b0b73123f6a23]

        #100000# more ealborate check for logging

2004-05-06  Kurt Zenker  <kz@openoffice.org>  [3a0da4bbf830cb125bc9d0945059ba4faa090d5f]

        #166665# initialisize empty BasicManager (AB)

2004-05-06  Joachim Lingner  <jl@openoffice.org>  [b21347f0dce6d55c17a4f82946a9a092a1259a2a]

        #i20052#

2004-05-05  Rüdiger Timm  <rt@openoffice.org>  [a194739bc55b47d708c74421c480f8a6151740b3]

        #116666# Replaced DBG_ASSERT(0, STRIP) with DBG_BF_ASSERT(0, STRIP)

2004-05-05  Rüdiger Timm  <rt@openoffice.org>  [10ec5e6467acee71d832d96eed54aa9f71a1ea4f]

        #116666# Replaced DBG_ASSERT(0, STRIP) with DBG_BF_ASSERT(0, STRIP)

2004-05-05  Sander Vesik  <svesik@openoffice.org>  [8f4b90a38697546c03835c7c1e83f20d5bc8de3f]

        #116659# fixed non-merge of fixes

2004-05-05  Joachim Lingner  <jl@openoffice.org>  [70695eea3198f6a1289929e58e8906f9bfc55974]

        #i20052#

2004-05-05  Rüdiger Timm  <rt@openoffice.org>  [e33de7b83d668be396357e1527af2650c9eb83e5]

        #i10000# instances=static

2004-05-05  Joachim Lingner  <jl@openoffice.org>  [de6af143cc13b0869e4a1bac236dde2b0b65abb2]

        #i20052#

2004-05-05  Rüdiger Timm  <rt@openoffice.org>  [9066ff575f2aaf621cb84bc9a714ff0d73a3c20c]

        #i10000# include com/sun/star/io/XInputStream.hpp

2004-05-04  Kurt Zenker  <kz@openoffice.org>  [f28faee839553236cb4a164e102fdb4cae9dad07]

        new version for SRC680

2004-05-04  Rüdiger Timm  <rt@openoffice.org>  [487dae96ab39091715dde79167f41032dde2bfeb]

        #i10000# corrected merge conflict resolution

2004-05-04  Rüdiger Timm  <rt@openoffice.org>  [8caeae81eed2f944eb8221b346878d6922464a1a]

        #i19699#, #i10000# Adapted to tightened tools/string.hxx as of CWS sb13.

2004-05-04  Rüdiger Timm  <rt@openoffice.org>  [fc5e74616964b4297ec6a0b429179c0a41a76905]

        #i10000# singletonref.hxx now is in salhelper, not comphelper

2004-05-04  Rüdiger Timm  <rt@openoffice.org>  [c049ef7558bfd7d24c03b525d30e561346fd06f5]

        #i10000# Class SwDrawTextShell had no user-defined constructor.

2004-05-04  Rüdiger Timm  <rt@openoffice.org>  [12b6e9dd2a562724dc72b99649065f71009489c3]

        #i10000#, #i22535#: remove the __DELETE macro it is redundant

2004-05-04  Rüdiger Timm  <rt@openoffice.org>  [0e6bfdf0017c46810893a4d8542533aef868836f]

        #i10000#, #i22535#: remove the __DELETE macro it is redundant

2004-05-04  Kurt Zenker  <kz@openoffice.org>  [016aa10cc1c2bd2506decfd3f316431b910b54d3]

        new version for SRX645

2004-05-04  Rüdiger Timm  <rt@openoffice.org>  [1dfa0b8c27105bb7209fc61f5e4b948d3719f897]

        #i10000# correct wrongly resolved merge conflict

2004-05-04  Kurt Zenker  <kz@openoffice.org>  [752aeda89cefa4c5dafc947ab3983964bd12f0c6]

        new version for SRC680

2004-05-04  Rüdiger Timm  <rt@openoffice.org>  [eb05a9434729cfb6f3a3f6b78b5288cb874cde1f]

        #110680#, #i10000#: Constructor of SvXMLExport / SvXMLImport now needs a getProcessServiceFactory() as first parameter.

2004-05-04  Joachim Lingner  <jl@openoffice.org>  [5c9f658f138b328845bdd0d5e4f9cefe3a7a4737]

        #i20052#

2004-05-04  Vladimir Glazounov  <vg@openoffice.org>  [05f8a980de6af531d1368cfcf049b7da741fb319]

        #100000# more elaborate prove for unstripped binaries

2004-05-04  Rüdiger Timm  <rt@openoffice.org>  [b4d6ac9d53e8750bf44e92a2c068437e935f229f]

        #i10000#, #i22535#: remove the __DELETE macro it is redundant

2004-05-04  Joachim Lingner  <jl@openoffice.org>  [eca6d766a7e2183007f6c7e682de6be46eeb99cb]

        #i20052#

2004-05-04  Joachim Lingner  <jl@openoffice.org>  [1d0171dd533c45b1073e5f7eabe9f040dddbb007]

        #i20052#

2004-05-03  Kurt Zenker  <kz@openoffice.org>  [10c04f854af2ac56a7ca7c5096455acd7ed44bfe]

        new version for SRC680

2004-05-03  Kurt Zenker  <kz@openoffice.org>  [3bf8fe59f8a942df35be4e45461af8e9b6df5730]

        new version for SRC680

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [08060cbf87c06bf58124b95a51922960f2379da6]

        #i10000# Syntax (missing blank)

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [ea00585d0f3ff2723890797fef5a381f7fbea5d3]

        INTEGRATION: CWS sunone8ccsparc (1.11.56); FILE MERGED 2004/05/03 15:38:43 rt 1.11.56.1: #i27526# remove -instances=static

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9704c3c53a706f7779fd6ffeee03ab71066fab66]

        SRC680

2004-05-03  Joachim Lingner  <jl@openoffice.org>  [0ec1aec72c97acb11e4c8f51ca6614764bf911ba]

        #i20052#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [cd29d3704e173954b50712f2587ed481538d47cc]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/13 14:18:30 aw 1.2.4.1: #110098# Changed types for binfilter to use com.sun.star.comp.sfx2.BinaryFormatDetector Issue number: Submitted by: Reviewed by:

2004-05-03  Joachim Lingner  <jl@openoffice.org>  [e64633adfe3f2e8c37e0a5d05692ab0a5505d139]

        #i20052#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [989bd3fe66bf73ff123aa270f37a61c832dd121b]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/13 14:18:29 aw 1.2.4.1: #110098# Changed types for binfilter to use com.sun.star.comp.sfx2.BinaryFormatDetector Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [23baccd9241f3558d5752ac755f8b4a780e4f9cb]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/13 14:18:28 aw 1.2.4.1: #110098# Changed types for binfilter to use com.sun.star.comp.sfx2.BinaryFormatDetector Issue number: Submitted by: Reviewed by:

2004-05-03  Joachim Lingner  <jl@openoffice.org>  [f09722270fdaae2d9d55c622f4b399912c452519]

        #i20052#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6ee035e241430b5998a5b21e59624ac3cf7e46fc]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/13 14:18:27 aw 1.2.4.1: #110098# Changed types for binfilter to use com.sun.star.comp.sfx2.BinaryFormatDetector Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [ea168a9dc5d5e627f7f349c3cc14fc8b19261c2d]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/13 14:18:26 aw 1.2.4.1: #110098# Changed types for binfilter to use com.sun.star.comp.sfx2.BinaryFormatDetector Issue number: Submitted by: Reviewed by:

2004-05-03  Joachim Lingner  <jl@openoffice.org>  [53bd72dc96f1443cde936ce882462ca9997c70ff]

        Issue number: #i20052# Submitted by: Reviewed by:

2004-05-03  Joachim Lingner  <jl@openoffice.org>  [161fa5861faf776a2ec8e7555fa9e7681aaa2000]

        Issue number:#i20052# Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [693d40d2e277efa4bf0bea60abd253efa3d72e41]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/13 14:18:25 aw 1.2.4.1: #110098# Changed types for binfilter to use com.sun.star.comp.sfx2.BinaryFormatDetector Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [27064b5595daa85b0b6dfe8a9f94b62ede12641a]

        INTEGRATION: CWS swqod01 (1.16.106); FILE MERGED 2004/04/28 08:44:15 od 1.16.106.2: RESYNC: (1.16-1.17); FILE MERGED 2004/03/12 13:19:46 os 1.16.106.1: #i26375# align search ranges for borders and margins between ruler and Writer tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2f4b5c4476741f855046242cfd247e2c484135bd]

        INTEGRATION: CWS swqod01 (1.83.6); FILE MERGED 2004/04/30 06:22:59 od 1.83.6.1: #i26375# - correct cursor icon for adjust row height in horizontal layout.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [63cb2997737fe4062370a31531a67ec8128cf94b]

        INTEGRATION: CWS swqod01 (1.77.10); FILE MERGED 2004/04/29 12:20:47 mmaher 1.77.10.2: #116351# Added support for dd yy dates in german documents 2004/04/29 12:17:22 mmaher 1.77.10.1: #116352# Changed so that custom DocProperty fields are imported as user fields

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [22507452db34fd1898c730f8f9bf72dff7fa9891]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/13 14:18:24 aw 1.2.4.1: #110098# Changed types for binfilter to use com.sun.star.comp.sfx2.BinaryFormatDetector Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [26dee7e25ae8340c89f92efb96ad33eb1d477c94]

        INTEGRATION: CWS swqod01 (1.46.2); FILE MERGED 2004/04/28 07:53:42 od 1.46.2.2: RESYNC: (1.46-1.47); FILE MERGED 2004/04/23 14:43:47 od 1.46.2.1: #116347# - clear and restore also line color at window before a paint

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8ec6b55df45a96f191a43ab8a1af809d9546f4b9]

        INTEGRATION: CWS swqod01 (1.3.180); FILE MERGED 2004/03/26 11:35:21 od 1.3.180.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/03 09:56:12 od 1.3.180.1: #i16128# rename method <WidowsAndOrphans::IsBreakNow> to 	 <WidowsAndOrphans::IsBreakNowWidAndOrh>

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f3e5310f25251074fcbb1a4f4f03592f2b1ec1d4]

        INTEGRATION: CWS swqod01 (1.12.92); FILE MERGED 2004/03/26 11:35:14 od 1.12.92.2: RESYNC: (1.12-1.14); FILE MERGED resolve merge conflicts. 2004/03/03 09:58:53 od 1.12.92.1: #i16128# method <WidowsAndOrphans::IsBreakNow> has been renamed - 	 new name <WidowsAndOrphans::IsBreakNowWidAndOrh>

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [5a492103653fa1661ad4367b535afc431ad21a0d]

        INTEGRATION: CWS swqod01 (1.44.42); FILE MERGED 2004/04/28 07:50:15 od 1.44.42.4: RESYNC: (1.46-1.47); FILE MERGED 2004/03/26 11:33:42 od 1.44.42.3: RESYNC: (1.45-1.46); FILE MERGED 2004/03/03 12:35:42 od 1.44.42.2: RESYNC: (1.44-1.45); FILE MERGED 2004/03/03 09:54:37 od 1.44.42.1: #i16128# <SwTxtFrm::FormatAdjust(..)> - call base class method 	 <SwTxtFrmBreak::IsBreakNow(..)> instead of method 	 <WidowsAndOrphans::IsBreakNow(..)> to get a break, even if due 	 to widow rule no enough lines exists.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2344bff30e760f67bedbcf2334bacd8045c6e3d8]

        INTEGRATION: CWS swqod01 (1.32.4); FILE MERGED 2004/04/28 14:32:41 od 1.32.4.1: #116561# <SwSectionFrm::MakeAll()> - in online layout join follows, if 	 section can grow. 	 <SwSectionFrm::_Grow(..)> - allow grow in online layout.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [cb103d41bbc95542732a1cf2e983a51b80c5afee]

        INTEGRATION: CWS swqod01 (1.78.50); FILE MERGED 2004/04/28 07:48:52 od 1.78.50.2: RESYNC: (1.78-1.79); FILE MERGED 2004/04/23 14:44:44 od 1.78.50.1: #116347# - clear and restore also line color at window before a paint

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [7f44102e310f040083fcbfe5b0d4294dd07824ba]

        INTEGRATION: CWS swqod01 (1.39.14); FILE MERGED 2004/04/23 14:44:19 od 1.39.14.1: #116347# - clear and restore also line color at window before a paint

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [0163493fff041518d2f2671677b11686d7faf2c7]

        INTEGRATION: CWS swqod01 (1.58.30); FILE MERGED 2004/04/28 14:29:19 od 1.58.30.1: #116560# <::CalcCntnt(..)> - no format of previous frame due to keep-attribute, 	 if current frame is a follow or locked. 	 <::CalcCntnt(..)> - no invalidation and format of Writer fly frame, 	 if it's locked.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8220124df845fe278144c5070fcdf2de13585155]

        INTEGRATION: CWS swqod01 (1.25.110); FILE MERGED 2004/04/23 14:43:18 od 1.25.110.1: #116347# - clear and restore also line color at window before a paint

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [92adb8318447f541fed696f3e6d4b5d4e2390b30]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/13 14:18:23 aw 1.2.4.1: #110098# Changed types for binfilter to use com.sun.star.comp.sfx2.BinaryFormatDetector Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2a39954e9a29d40366a5aef621c3cee907e68b77]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/13 14:18:21 aw 1.2.4.1: #110098# Changed types for binfilter to use com.sun.star.comp.sfx2.BinaryFormatDetector Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d42693be9a0aa04e065bee187ca11b3cd4a5dd75]

        #i10000# merge conflict

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f21eac1f23a9304d52f646c9eb2ed9f528d105ef]

        INTEGRATION: CWS gt03 (1.6.18); FILE MERGED 2004/04/23 20:29:58 gt 1.6.18.2: #26167# final strings and redesign 2004/04/08 11:17:45 gt 1.6.18.1: #i26167# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [559a5989d3e50dd342d6c3c0cc0814b5cce6445f]

        INTEGRATION: CWS gt03 (1.21.78); FILE MERGED 2004/04/23 20:29:57 gt 1.21.78.2: #26167# final strings and redesign 2004/04/08 11:17:44 gt 1.21.78.1: #i26167# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [fef6ac0ae4b1782c347bc61c9f1e08f12de05dce]

        INTEGRATION: CWS gt03 (1.29.18); FILE MERGED 2004/04/23 20:29:57 gt 1.29.18.2: #26167# final strings and redesign 2004/04/08 11:17:45 gt 1.29.18.1: #i26167# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a5f2b8a854e1822260956a74bb90089d4f012698]

        INTEGRATION: CWS gt03 (1.21.78); FILE MERGED 2004/04/23 20:29:57 gt 1.21.78.2: #26167# final strings and redesign 2004/04/08 11:17:44 gt 1.21.78.1: #i26167# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [db749f408b11999301ddbcca2267786769e3cbf7]

        INTEGRATION: CWS gt03 (1.96.74); FILE MERGED 2004/04/20 09:37:04 gt 1.96.74.7: RESYNC: (1.96-1.99); FILE MERGED 2004/04/08 11:11:53 gt 1.96.74.6: #i26167# merge problems 2004/03/15 10:58:21 mmaher 1.96.74.5: #i26168# Mutliple line repeat in tables 2004/03/12 11:05:05 mmaher 1.96.74.4: #i26168# Support in tables for multi-row repeat in word documents 2004/03/12 08:19:52 fme 1.96.74.3: #26165# Feature - Multiple headline rows in tables 2004/03/11 14:55:16 fme 1.96.74.2: #26165# Feature - Multiple headline rows in tables 2004/03/11 11:18:03 mmaher 1.96.74.1: #i26168# Made use of the new multiple row header calls (even though word does not support it)

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [569480fcc146b52cba944ccfcd6a17b81c3c9ffd]

        INTEGRATION: CWS gt03 (1.12.80); FILE MERGED 2004/03/11 14:55:14 fme 1.12.80.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [97c3ea9f981244b8a34b684b9027845abcccb9a6]

        INTEGRATION: CWS gt03 (1.35.16); FILE MERGED 2004/03/24 08:04:47 gt 1.35.16.2: RESYNC: (1.35-1.36); FILE MERGED 2004/03/15 11:13:14 mmaher 1.35.16.1: #i26284# Multiple row repeat in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [eb911b51427192ca9c09582e7ae1aa7a78044fd5]

        INTEGRATION: CWS binfilter (1.32.24); FILE MERGED 2004/02/05 14:51:00 aw 1.32.24.8: RESYNC: (1.45-1.47); FILE MERGED 2003/11/21 10:57:41 aw 1.32.24.7: #111880# Corrected TypeDetection.xcu with changes for the FormatDetectors and the preferred flag for StarDraw (StarImpress) filter 2003/11/19 17:20:38 aw 1.32.24.6: #111880# Changes to StarDraw 5.0 (StarImpress) filter entry, correcting the preferred flag. Changes to BinaryFormatDetector. Changes to the FormatDetectors of the other applications 2003/10/31 12:56:24 aw 1.32.24.5: #111880# Corrected one line too much 2003/10/30 14:43:35 aw 1.32.24.4: RESYNC: (1.44-1.45); FILE MERGED 2003/09/30 13:40:36 aw 1.32.24.3: #110743# Added usage of bindetect filter detection module for stripped binfilters 2003/08/08 13:02:51 aw 1.32.24.2: RESYNC: (1.32-1.44); FILE MERGED 2003/07/18 12:12:33 aw 1.32.24.1: #110098# changed the migrate filter component name from com.sun.star.comp.office.ExternalFilter to com.sun.star.comp.office.BF_MigrateFilter.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [ca6566f29096bd448d7492b5c73bdf166948b6e7]

        INTEGRATION: CWS binfilter (1.2.62); FILE MERGED 2004/04/19 08:59:36 aw 1.2.62.1: #110098# Migration from old scp to scp2 Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c6644c3e9998d5e6103635d0e162b86ad1700ddb]

        INTEGRATION: CWS binfilter (1.8.16); FILE MERGED 2004/04/19 08:59:35 aw 1.8.16.1: #110098# Migration from old scp to scp2 Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a48658f4d10058ef9a424bb2eb30f45d9e583081]

        INTEGRATION: CWS binfilter (1.2.48); FILE MERGED 2004/04/19 08:59:35 aw 1.2.48.1: #110098# Migration from old scp to scp2 Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d8fd1527a42834423bf43a86eda9931a84340963]

        INTEGRATION: CWS binfilter (1.3.44); FILE MERGED 2004/04/19 08:59:34 aw 1.3.44.1: #110098# Migration from old scp to scp2 Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c95ffa4094f9cd87c5dbe919c3696da274fd2dfb]

        INTEGRATION: CWS binfilter (1.2.48); FILE MERGED 2004/04/19 08:59:34 aw 1.2.48.1: #110098# Migration from old scp to scp2 Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [703583704eeafafa95de529e7a55fba8e6472774]

        INTEGRATION: CWS binfilter (1.19.20); FILE MERGED 2004/04/05 19:15:01 aw 1.19.20.2: RESYNC: (1.19-1.20); FILE MERGED 2003/10/22 15:04:00 dbo 1.19.20.1: #112766# passing context's service manager

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [498da8d0d4b6beb8976a7f305e702efd945993a1]

        INTEGRATION: CWS binfilter (1.16.92); FILE MERGED 2004/04/05 15:08:24 aw 1.16.92.2: RESYNC: (1.16-1.18); FILE MERGED 2004/03/30 15:28:23 er 1.16.92.1: #115964# make LockPaint/UnlockPaint work also if both levels are set/removed independently in not related order

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9e995a57f1a00d4e6c07d4ee942c2b4201a80b20]

        INTEGRATION: CWS binfilter (1.63.2); FILE MERGED 2004/04/05 15:04:16 aw 1.63.2.5: RESYNC: (1.67-1.69); FILE MERGED 2004/02/05 16:09:50 aw 1.63.2.4: RESYNC: (1.66-1.67); FILE MERGED 2003/10/30 13:45:42 aw 1.63.2.3: RESYNC: (1.64-1.66); FILE MERGED 2003/08/08 12:17:40 aw 1.63.2.2: RESYNC: (1.63-1.64); FILE MERGED 2003/07/08 17:19:21 aw 1.63.2.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [13d849859e2756817d575c19b254ce6b0f1b3659]

        INTEGRATION: CWS binfilter (1.86.18); FILE MERGED 2004/04/05 15:04:08 aw 1.86.18.5: RESYNC: (1.90-1.91); FILE MERGED 2004/02/05 16:09:19 aw 1.86.18.4: RESYNC: (1.89-1.90); FILE MERGED 2003/10/30 13:45:34 aw 1.86.18.3: RESYNC: (1.87-1.89); FILE MERGED 2003/08/08 12:17:34 aw 1.86.18.2: RESYNC: (1.86-1.87); FILE MERGED 2003/07/08 17:19:21 aw 1.86.18.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [66c7fe1c8750a42d3a13f60aa7a2febdb624396f]

        INTEGRATION: CWS gt03 (1.1.2); FILE ADDED 2004/04/23 20:28:13 gt 1.1.2.1: #26167# final strings and redesign

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [362e4128c8d97350916c82f9080956d9c1c27096]

        INTEGRATION: CWS binfilter (1.73.92); FILE MERGED 2003/07/08 17:19:20 aw 1.73.92.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b439c0bb82cae059ff80291a0f4c8b6153c69bb0]

        INTEGRATION: CWS gt03 (1.6.120); FILE MERGED 2004/04/23 20:31:03 gt 1.6.120.1: #26167# + textcontrolcombo.cxx

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6bb0a45d9aa48f4e7eac39383af1284ebf058956]

        INTEGRATION: CWS binfilter (1.166.10); FILE MERGED 2004/04/05 15:03:57 aw 1.166.10.5: RESYNC: (1.171-1.173); FILE MERGED 2004/02/05 16:08:59 aw 1.166.10.4: RESYNC: (1.169-1.171); FILE MERGED 2003/10/30 13:45:23 aw 1.166.10.3: RESYNC: (1.168-1.169); FILE MERGED 2003/08/08 12:17:29 aw 1.166.10.2: RESYNC: (1.166-1.168); FILE MERGED 2003/07/08 17:19:19 aw 1.166.10.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8c9a8e994c701958f7f55f0906652714a8ac963e]

        INTEGRATION: CWS gt03 (1.5.18); FILE MERGED 2004/04/23 20:29:57 gt 1.5.18.2: #26167# final strings and redesign 2004/04/08 11:17:45 gt 1.5.18.1: #i26167# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [ac7799a127d67b6af9f38b402342a9e48d3eee66]

        INTEGRATION: CWS gt03 (1.25.58); FILE MERGED 2004/04/23 20:29:56 gt 1.25.58.3: #26167# final strings and redesign 2004/04/08 11:17:44 gt 1.25.58.2: #i26167# repeated rows 2004/03/03 07:04:08 gt 1.25.58.1: #i24903# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8d4e5f2a0debdfa729ed0201d7c8375b0e949a19]

        INTEGRATION: CWS gt03 (1.2.520); FILE MERGED 2004/04/23 20:29:56 gt 1.2.520.2: #26167# final strings and redesign 2004/03/03 07:04:08 gt 1.2.520.1: #i24903# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6443d05e877cb9c7beffd174577a6dac94a1d758]

        INTEGRATION: CWS gt03 (1.7.326); FILE MERGED 2004/04/23 20:29:57 gt 1.7.326.5: #26167# final strings and redesign 2004/04/16 12:46:22 gt 1.7.326.4: #i26167# limit max. value of repeated rows to num of rows - 1 2004/04/08 11:17:44 gt 1.7.326.3: #i26167# repeated rows 2004/03/11 14:55:25 fme 1.7.326.2: #26165# Feature - Multiple headline rows in tables 2004/03/03 07:04:07 gt 1.7.326.1: #i24903# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8f0b6be7874ac97fd3d894fe142966fdbc127030]

        INTEGRATION: CWS binfilter (1.34.4); FILE MERGED 2004/04/05 13:25:36 aw 1.34.4.5: RESYNC: (1.39-1.40); FILE MERGED 2004/02/05 13:37:23 aw 1.34.4.4: RESYNC: (1.36-1.39); FILE MERGED 2003/10/30 16:07:38 aw 1.34.4.3: RESYNC: (1.35-1.36); FILE MERGED 2003/08/08 12:35:18 aw 1.34.4.2: RESYNC: (1.34-1.35); FILE MERGED 2003/07/18 12:24:25 aw 1.34.4.1: #110897# Changes necessary to support the changes for framework, see task description.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [fa1c4f7ae425c7d91455184364b6405a85459844]

        INTEGRATION: CWS gt03 (1.22.58); FILE MERGED 2004/04/08 11:17:44 gt 1.22.58.1: #i26167# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [7cf2d7b4e2ee658109a5d8de99f751e3d2d0d32f]

        INTEGRATION: CWS gt03 (1.2.520); FILE MERGED 2004/04/08 11:17:43 gt 1.2.520.1: #i26167# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [57a3190b33004cced3820289201f2d561beb470e]

        INTEGRATION: CWS gt03 (1.5.22); FILE MERGED 2004/04/08 11:17:43 gt 1.5.22.2: #i26167# repeated rows 2004/03/11 14:55:24 fme 1.5.22.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [334fa46614fdd0ece640859ecd21d1e36bff42c5]

        INTEGRATION: CWS binfilter (1.15.82); FILE MERGED 2004/04/05 13:22:54 aw 1.15.82.3: RESYNC: (1.16-1.17); FILE MERGED 2004/02/05 13:37:44 aw 1.15.82.2: RESYNC: (1.15-1.16); FILE MERGED 2003/07/18 12:24:23 aw 1.15.82.1: #110897# Changes necessary to support the changes for framework, see task description.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b0eb179e4db357fbe551c696c908c2c8cac69c40]

        INTEGRATION: CWS gt03 (1.32.80); FILE MERGED 2004/04/08 11:19:51 gt 1.32.80.2: #i26167# repeated rows 2004/03/11 14:55:23 fme 1.32.80.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [904711eca91455564a25fd80a244982286919229]

        INTEGRATION: CWS gt03 (1.24.78); FILE MERGED 2004/04/08 11:19:51 gt 1.24.78.2: #i26167# repeated rows 2004/03/11 14:55:23 fme 1.24.78.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [663fd6007d3501b25f33649ab54628d2e534d707]

        INTEGRATION: CWS gt03 (1.48.78); FILE MERGED 2004/04/20 09:41:49 gt 1.48.78.3: RESYNC: (1.48-1.49); FILE MERGED 2004/04/08 11:19:50 gt 1.48.78.2: #i26167# repeated rows 2004/03/11 14:55:21 fme 1.48.78.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [dde53266b43417ef06056d62eafd5dc87c3e234e]

        INTEGRATION: CWS binfilter (1.15.18); FILE MERGED 2004/04/05 13:14:44 aw 1.15.18.4: RESYNC: (1.17-1.18); FILE MERGED 2004/02/05 13:56:48 aw 1.15.18.3: RESYNC: (1.16-1.17); FILE MERGED 2003/08/08 12:45:42 aw 1.15.18.2: RESYNC: (1.15-1.16); FILE MERGED 2003/07/18 12:24:19 aw 1.15.18.1: #110897# Changes necessary to support the changes for framework, see task description.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [36195d184969d533acc5133b04bba197dfa4e103]

        INTEGRATION: CWS gt03 (1.1.2); FILE ADDED 2004/04/23 20:26:37 gt 1.1.2.1: #26167# final strings and redesign

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [98a21fdc27e779f1dfe40520497b4e97388efb5e]

        INTEGRATION: CWS gt03 (1.3.496); FILE MERGED 2004/04/23 20:27:16 gt 1.3.496.4: #26167# final strings and redesign 2004/04/16 12:46:04 gt 1.3.496.3: #i26167# limit max. value of repeated rows to num of rows - 1 2004/04/08 11:19:24 gt 1.3.496.2: #i26167# repeated rows 2004/03/03 07:03:18 gt 1.3.496.1: #i24903# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [5f5358af7897d8e6d900d6c5fe918456f83982e1]

        INTEGRATION: CWS gt03 (1.3.494); FILE MERGED 2004/04/08 11:19:25 gt 1.3.494.1: #i26167# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2a40d7fe22de60021c8b43971644bc0781fd8a4f]

        INTEGRATION: CWS gt03 (1.73.76); FILE MERGED 2004/03/11 14:55:20 fme 1.73.76.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [339fce953f916fb7d6daa68a47bc60d4c31abb75]

        INTEGRATION: CWS binfilter (1.4.132); FILE MERGED 2003/07/08 17:28:30 aw 1.4.132.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [4a911af54a81ebcf3948f56704218a11182c0818]

        INTEGRATION: CWS gt03 (1.40.40); FILE MERGED 2004/04/20 09:38:44 gt 1.40.40.4: RESYNC: (1.41-1.42); FILE MERGED 2004/04/08 11:18:55 gt 1.40.40.3: #i26167# repeated rows 2004/03/24 07:58:21 gt 1.40.40.2: RESYNC: (1.40-1.41); FILE MERGED 2004/03/11 14:55:19 fme 1.40.40.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [4391ac307227602fb0fbc9c8c1bc3afb6585f981]

        INTEGRATION: CWS binfilter (1.4.132); FILE MERGED 2003/07/08 17:28:29 aw 1.4.132.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c6b1f5be4a2696f38728d731552edee37082be78]

        INTEGRATION: CWS gt03 (1.37.76); FILE MERGED 2004/04/08 11:18:38 gt 1.37.76.3: #i26167# repeated rows 2004/03/24 07:57:59 gt 1.37.76.2: RESYNC: (1.37-1.38); FILE MERGED 2004/03/11 14:55:18 fme 1.37.76.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [850bee9872d6999e89d9dcaa0afa1b27dd88667e]

        INTEGRATION: CWS gt03 (1.19.326); FILE MERGED 2004/04/08 11:18:37 gt 1.19.326.2: #i26167# repeated rows 2004/03/11 14:55:18 fme 1.19.326.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6e47043ddd10ae83afee3acd08426995208561f6]

        INTEGRATION: CWS gt03 (1.12.498); FILE MERGED 2004/04/06 15:55:20 dvo 1.12.498.1: #i26169# load/save multiple header rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [47a53b0ce97eaa29a5ce733be2a4c83ea7f6c74f]

        INTEGRATION: CWS gt03 (1.44.22); FILE MERGED 2004/04/06 15:55:20 dvo 1.44.22.2: #i26169# load/save multiple header rows 2004/03/11 14:55:17 fme 1.44.22.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [796617bc3e94750b28a74d8a99e9b890f6d7bc79]

        INTEGRATION: CWS gt03 (1.25.18); FILE MERGED 2004/04/06 15:55:20 dvo 1.25.18.2: #i26169# load/save multiple header rows 2004/03/11 14:55:17 fme 1.25.18.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [04faa41735dd171c7820f0a06f06e3996892df84]

        INTEGRATION: CWS binfilter (1.4.44); FILE MERGED 2004/02/05 19:11:04 aw 1.4.44.2: RESYNC: (1.4-1.6); FILE MERGED 2003/07/18 11:24:45 aw 1.4.44.1: #110680# Changes due to XMLOFF changes. I am sure i had one this before, must have been lost somehow ?!?

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [720948b7b897eb2d417626a3a9da4df436c2b983]

        INTEGRATION: CWS gt03 (1.26.510); FILE MERGED 2004/04/06 15:55:19 dvo 1.26.510.1: #i26169# load/save multiple header rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f5a6f395c424852b2264409614af7d9dcb9b1929]

        INTEGRATION: CWS binfilter (1.4.44); FILE MERGED 2004/02/05 19:10:37 aw 1.4.44.2: RESYNC: (1.4-1.7); FILE MERGED 2003/07/18 11:24:44 aw 1.4.44.1: #110680# Changes due to XMLOFF changes. I am sure i had one this before, must have been lost somehow ?!?

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [7d4dc4f4a2a8e9a29f47933f1cea6f4169c9f0ed]

        INTEGRATION: CWS gt03 (1.61.76); FILE MERGED 2004/04/20 09:36:46 gt 1.61.76.4: RESYNC: (1.61-1.64); FILE MERGED 2004/03/12 11:05:04 mmaher 1.61.76.3: #i26168# Support in tables for multi-row repeat in word documents 2004/03/11 14:55:15 fme 1.61.76.2: #26165# Feature - Multiple headline rows in tables 2004/03/11 11:18:04 mmaher 1.61.76.1: #i26168# Made use of the new multiple row header calls (even though word does not support it)

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [69d60f2c619d43f680ae89f9067236d5892c7140]

        INTEGRATION: CWS gt03 (1.5.18); FILE MERGED 2004/03/03 07:10:07 gt 1.5.18.1: #i24903# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [889aaca073175136479de2df26abbb3d3207e0b8]

        INTEGRATION: CWS gt03 (1.15.16); FILE MERGED 2004/03/15 11:13:15 mmaher 1.15.16.1: #i26284# Multiple row repeat in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d058d87acfec8f20d4939dd4012eca7481dd06e3]

        INTEGRATION: CWS gt03 (1.21.16); FILE MERGED 2004/03/15 11:13:14 mmaher 1.21.16.4: #i26284# Multiple row repeat in tables 2004/03/12 08:19:50 fme 1.21.16.3: #26165# Feature - Multiple headline rows in tables 2004/03/11 14:55:13 fme 1.21.16.2: #26165# Feature - Multiple headline rows in tables 2004/03/11 11:19:47 mmaher 1.21.16.1: #i26284# Changed to use multiple row header calls

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [ca5ba9d5fd3fec73a1ef701a5b745214dad22122]

        INTEGRATION: CWS gt03 (1.43.74); FILE MERGED 2004/03/24 08:04:22 gt 1.43.74.3: RESYNC: (1.43-1.46); FILE MERGED 2004/03/15 11:13:14 mmaher 1.43.74.2: #i26284# Multiple row repeat in tables 2004/03/11 11:19:47 mmaher 1.43.74.1: #i26284# Changed to use multiple row header calls

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [53276518a4176fc05c7f4cb1fe50dd96ddabdf58]

        INTEGRATION: CWS gt03 (1.4.18); FILE MERGED 2004/03/03 07:09:38 gt 1.4.18.1: #i24903# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6f1a28581b299fc0a1931da184dfad4b64a3c80d]

        INTEGRATION: CWS gt03 (1.9.326); FILE MERGED 2004/04/08 11:15:16 gt 1.9.326.3: #i26167# repeated rows 2004/03/11 14:55:12 fme 1.9.326.2: #26165# Feature - Multiple headline rows in tables 2004/03/03 07:09:17 gt 1.9.326.1: #i24903# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [687d845193f80216e33981583cc28f46278f5ac0]

        INTEGRATION: CWS gt03 (1.9.22); FILE MERGED 2004/04/08 11:15:16 gt 1.9.22.4: #i26167# repeated rows 2004/03/24 08:06:58 gt 1.9.22.3: RESYNC: (1.9-1.10); FILE MERGED 2004/03/11 14:55:12 fme 1.9.22.2: #26165# Feature - Multiple headline rows in tables 2004/03/03 07:09:16 gt 1.9.22.1: #i24903# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8c4ac4202e2d0cbb2b0098f0641a21c12f1fe6fc]

        INTEGRATION: CWS gt03 (1.81.28); FILE MERGED 2004/03/24 08:10:39 gt 1.81.28.2: RESYNC: (1.81-1.82); FILE MERGED 2004/03/11 14:55:11 fme 1.81.28.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c094c1974edc98fd37b6702052551d117e51fa05]

        INTEGRATION: CWS gt03 (1.8.22); FILE MERGED 2004/03/11 14:55:10 fme 1.8.22.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3f82c808a1f4f81d5066123a44fcebab034683ff]

        INTEGRATION: CWS gt03 (1.32.18); FILE MERGED 2004/03/24 08:19:28 gt 1.32.18.2: RESYNC: (1.32-1.33); FILE MERGED 2004/03/11 14:55:08 fme 1.32.18.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9dc41a26cc979798543b672714e1925994f39565]

        INTEGRATION: CWS gt03 (1.50.32); FILE MERGED 2004/04/28 14:54:01 fme 1.50.32.10: resolve merge conflicts 2004/04/28 08:11:17 fme 1.50.32.9: #26165# Feature - Multiple headline rows in tables 2004/04/21 09:52:35 gt 1.50.32.8: #i26167# misc merge corrections 2004/04/20 09:29:54 gt 1.50.32.7: RESYNC: (1.51-1.53); FILE MERGED 2004/04/16 08:12:51 fme 1.50.32.6: #26165# Feature - Multiple headline rows in tables 2004/04/07 09:30:47 fme 1.50.32.5: #i26165# Feature - Multiple headline rows in tables - do not trust the layout cache, if may not match the number of repeated headlines 2004/03/24 08:19:18 gt 1.50.32.4: RESYNC: (1.50-1.51); FILE MERGED 2004/03/12 08:50:20 fme 1.50.32.3: #26165# Feature - Multiple headline rows in tables 2004/03/12 08:22:25 fme 1.50.32.2: #26165# Feature - Multiple headline rows in tables 2004/03/11 14:55:07 fme 1.50.32.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [301123f25426ea53820dc8bbe493c2e994c85101]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:43 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:32 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9bd387871cdd75d57b6577f98479c5b1ef2cf864]

        INTEGRATION: CWS gt03 (1.75.18); FILE MERGED 2004/03/24 08:19:06 gt 1.75.18.2: RESYNC: (1.75-1.78); FILE MERGED 2004/03/11 14:55:07 fme 1.75.18.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [37b23791ded6b8d374264113c443317d93f9f4b7]

        INTEGRATION: CWS gt03 (1.15.18); FILE MERGED 2004/04/16 08:12:51 fme 1.15.18.4: #26165# Feature - Multiple headline rows in tables 2004/04/07 09:30:47 fme 1.15.18.3: #i26165# Feature - Multiple headline rows in tables - do not trust the layout cache, if may not match the number of repeated headlines 2004/03/12 09:01:15 fme 1.15.18.2: #26165# Feature - Multiple headline rows in tables 2004/03/11 14:55:07 fme 1.15.18.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b8920b469e0f3b500c09b959ab7e24835c7ab210]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:43 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:31 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [77c243d8f72052ef6ee0461b067224a0e0c1e94f]

        INTEGRATION: CWS gt03 (1.23.34); FILE MERGED 2004/03/11 14:55:06 fme 1.23.34.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9b1c76e28c2e9ba5314216cbc7191ab30027b17f]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:42 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:31 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1b13908a948aa26fb54f1c65b3d533829e499439]

        INTEGRATION: CWS gt03 (1.20.76); FILE MERGED 2004/04/21 08:28:36 gt 1.20.76.4: #i26167# missing type in declaration in SwCellFrm::GetPreviousCell() for bIsInFirstLine 2004/04/20 09:28:12 gt 1.20.76.3: RESYNC: (1.22-1.23); FILE MERGED 2004/03/24 08:17:16 gt 1.20.76.2: RESYNC: (1.20-1.22); FILE MERGED 2004/03/11 14:55:05 fme 1.20.76.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [37d1143035a711eaac074d3293d05a266f1338a2]

        INTEGRATION: CWS gt03 (1.7.18); FILE MERGED 2004/04/20 09:27:19 gt 1.7.18.3: RESYNC: (1.7-1.8); FILE MERGED 2004/04/16 08:12:50 fme 1.7.18.2: #26165# Feature - Multiple headline rows in tables 2004/03/11 14:55:05 fme 1.7.18.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b47daee72f467308534847087bb265609838f7a7]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:41 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:31 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [92e7b056ef7fb832d8b1ea0817fb61936f46c52d]

        INTEGRATION: CWS gt03 (1.4.18); FILE MERGED 2004/04/16 08:12:50 fme 1.4.18.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [30225fc80824b12a9824c4f56d60cd7368d4e592]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:41 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:30 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [ac955da198cef2f319d9973f96c4c78dd9b00841]

        INTEGRATION: CWS gt03 (1.20.18); FILE MERGED 2004/04/21 11:30:45 gt 1.20.18.4: #i26167# lcl_UpdateRepeatedHeadlines(): missing type for nRepeat 2004/04/16 08:12:48 fme 1.20.18.3: #26165# Feature - Multiple headline rows in tables 2004/03/24 08:23:44 gt 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/11 14:55:04 fme 1.20.18.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [cca889f75e9b9bcdae835f4d903f8e44c57d1c83]

        INTEGRATION: CWS gt03 (1.18.18); FILE MERGED 2004/04/20 09:26:28 gt 1.18.18.3: RESYNC: (1.19-1.20); FILE MERGED 2004/03/24 08:22:55 gt 1.18.18.2: RESYNC: (1.18-1.19); FILE MERGED 2004/03/11 14:55:04 fme 1.18.18.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9127743804272b3e056437f73c25f1764590a978]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:40 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:30 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a3db03b8d497ae37f6a1fd854da876c0cc426c7f]

        INTEGRATION: CWS gt03 (1.17.22); FILE MERGED 2004/03/11 14:55:03 fme 1.17.22.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [32866354345b731524e8efec7d07a40db01c7b8e]

        INTEGRATION: CWS gt03 (1.4.18); FILE MERGED 2004/03/11 14:55:03 fme 1.4.18.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [fafa3722e6c5a5e425654e4e462cb7b6966c4ee7]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:40 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:29 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d878ab219f7a4c494002f0a0b951a784f2ef204b]

        INTEGRATION: CWS gt03 (1.7.22); FILE MERGED 2004/03/11 14:55:03 fme 1.7.22.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [504d1e2004825d6667abce2a5d4f2a50da9571c4]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:39 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:29 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [efdc4806d2fdd35cd44e8af64858e01cb8f9290c]

        INTEGRATION: CWS gt03 (1.22.78); FILE MERGED 2004/04/20 09:25:59 gt 1.22.78.3: RESYNC: (1.23-1.24); FILE MERGED 2004/03/24 08:24:16 gt 1.22.78.2: RESYNC: (1.22-1.23); FILE MERGED 2004/03/11 14:55:02 fme 1.22.78.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6e6063df14632ba3261f33261c537c5badaf1670]

        INTEGRATION: CWS gt03 (1.8.18); FILE MERGED 2004/03/11 14:55:01 fme 1.8.18.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2869aface5e8114e14790953a232af7da051cfa4]

        INTEGRATION: CWS gt03 (1.17.78); FILE MERGED 2004/04/16 08:12:46 fme 1.17.78.4: #26165# Feature - Multiple headline rows in tables 2004/04/08 11:13:26 gt 1.17.78.3: #i26167# repeated rows 2004/03/24 08:25:23 gt 1.17.78.2: RESYNC: (1.17-1.18); FILE MERGED 2004/03/11 14:55:01 fme 1.17.78.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b284e6ae4958e5f27528c56e6419885604434601]

        INTEGRATION: CWS gt03 (1.11.22); FILE MERGED 2004/03/24 08:25:12 gt 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2004/03/11 14:55:01 fme 1.11.22.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a22b69088313caa80a65028ec1fc75c5dc12c047]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:38 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:28 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [06feb1f826004cf216e854ddb1845841dd8a53a1]

        INTEGRATION: CWS gt03 (1.11.22); FILE MERGED 2004/03/11 14:55:00 fme 1.11.22.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [14b416a04ed92aad64717ff756343198f7149a33]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:37 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:28 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [91f66beb516ba3e007998e846bfebc37402c374a]

        INTEGRATION: CWS gt03 (1.9.80); FILE MERGED 2004/03/11 14:54:59 fme 1.9.80.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [bbf3eba2eb884583bd9a0c92ab9826bb633c5234]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:37 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:27 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [99a51de915f8eecff4b46b3a05d35bffa5896f0b]

        INTEGRATION: CWS gt03 (1.30.68); FILE MERGED 2004/04/20 09:23:43 gt 1.30.68.3: RESYNC: (1.31-1.32); FILE MERGED 2004/03/24 08:27:27 gt 1.30.68.2: RESYNC: (1.30-1.31); FILE MERGED 2004/03/11 14:54:59 fme 1.30.68.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [691b204413401562fd1f28f71c1f081574753952]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:36 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:27 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a6e7ab8ccd22de9764cec01d516476c3cc84f886]

        INTEGRATION: CWS gt03 (1.6.490); FILE MERGED 2004/04/20 09:21:19 gt 1.6.490.3: RESYNC: (1.6-1.7); FILE MERGED 2004/03/11 14:54:25 fme 1.6.490.2: #26165# Feature - Multiple headline rows in tables 2004/03/11 09:02:20 fme 1.6.490.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [5c0eba8850545e1000d210b0050bd93874e10b85]

        INTEGRATION: CWS gt03 (1.4.490); FILE MERGED 2004/04/16 08:12:27 fme 1.4.490.6: #26165# Feature - Multiple headline rows in tables 2004/04/08 11:12:52 gt 1.4.490.5: #i26167# repeated rows 2004/03/11 14:54:25 fme 1.4.490.4: #26165# Feature - Multiple headline rows in tables 2004/03/11 09:02:20 fme 1.4.490.3: #26165# Feature - Multiple headline rows in tables 2004/03/10 11:27:54 fme 1.4.490.2: #i24903# repeated rows 2004/03/03 07:12:02 gt 1.4.490.1: #i24903# repeated rows

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [04de4d3574e9aa02632812f8527ae3f15fb00340]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:36 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:26 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [e172f75149b488533414a955fda04819e246b65d]

        INTEGRATION: CWS gt03 (1.5.22); FILE MERGED 2004/04/16 08:12:26 fme 1.5.22.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [dbf874e2b76c08ae0dcc18e0ecb9133ee285103e]

        INTEGRATION: CWS gt03 (1.1.1.1.534); FILE MERGED 2004/04/08 11:12:50 gt 1.1.1.1.534.4: #i26167# repeated rows 2004/03/11 15:10:25 fme 1.1.1.1.534.3: #26165# Feature - Multiple headline rows in tables 2004/03/11 14:54:25 fme 1.1.1.1.534.2: #26165# Feature - Multiple headline rows in tables 2004/03/11 09:02:20 fme 1.1.1.1.534.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b10edb4ff268931b7018dbf8befdd3e6c105bb9e]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:35 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:26 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b94c9bfacda6dde08db9c05c9781b1651ad567f7]

        INTEGRATION: CWS gt03 (1.32.74); FILE MERGED 2004/04/20 09:20:10 gt 1.32.74.4: RESYNC: (1.34-1.35); FILE MERGED 2004/03/24 08:31:20 gt 1.32.74.3: RESYNC: (1.32-1.34); FILE MERGED 2004/03/11 14:54:25 fme 1.32.74.2: #26165# Feature - Multiple headline rows in tables 2004/03/11 09:02:19 fme 1.32.74.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [0eba99a72842631b7e3b55c8718e92c2be64f359]

        INTEGRATION: CWS gt03 (1.28.326); FILE MERGED 2004/04/20 09:20:01 gt 1.28.326.2: RESYNC: (1.28-1.30); FILE MERGED 2004/03/11 14:54:24 fme 1.28.326.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [4125594e625dd4fd4c7b109124f9937d0a453514]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:35 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:25 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [382b169c0af3f9493ffdb49d5e5f1f0290bdfac8]

        INTEGRATION: CWS gt03 (1.53.70); FILE MERGED 2004/04/20 09:19:42 gt 1.53.70.4: RESYNC: (1.59-1.64); FILE MERGED 2004/03/24 08:30:12 gt 1.53.70.3: RESYNC: (1.53-1.59); FILE MERGED 2004/03/11 14:54:23 fme 1.53.70.2: #26165# Feature - Multiple headline rows in tables 2004/03/11 09:02:18 fme 1.53.70.1: #26165# Feature - Multiple headline rows in tables

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [4e8412fb62c8cebc02159acda23a91533f00ea07]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:34 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:25 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [e9b82d8722435405e7238be10f52e7b45f396f75]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:33 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:24 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1a278bc1e961dd0b639c10c63c9b692f676753ef]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:33 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:23 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [cde5ae36e61bc22ad19e72f1b22678021c26c005]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:32 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:23 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8a7bc872f720a86059d40a0c2ae9fb92739b9854]

        INTEGRATION: CWS binfilter (1.2.4); FILE MERGED 2004/02/18 09:21:31 aw 1.2.4.2: #110098# Adapted filter flags and definitions for binfilter Issue number: Submitted by: Reviewed by: 2004/02/13 14:19:22 aw 1.2.4.1: #110098# Changed filters for binfilter to use com.sun.star.comp.office.BF_MigrateFilter Issue number: Submitted by: Reviewed by:

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9bb0bcfe047d5e34a552ff8ad7bda4ad5c017f0d]

        INTEGRATION: CWS binfilter (1.18.34); FILE MERGED 2003/12/05 09:56:49 aw 1.18.34.2: #111880# The fix for looking if all newly aded properties (after 7.0 release) in the xModel APIs are really existing can be removed again since binfilter will use it's own XMLOFF copy matching the possibilities of the 7.0 APIs used in the stripped applications. 2003/11/19 17:15:01 aw 1.18.34.1: #111880#-4 The API for binfilter does not have this property, so test it first  before using it to not throw exceptions

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [22249c767d4cc17f2d1d96a6822c6fe4e58a0e6a]

        INTEGRATION: CWS binfilter (1.47.38); FILE MERGED 2003/12/05 09:56:49 aw 1.47.38.2: #111880# The fix for looking if all newly aded properties (after 7.0 release) in the xModel APIs are really existing can be removed again since binfilter will use it's own XMLOFF copy matching the possibilities of the 7.0 APIs used in the stripped applications. 2003/11/19 17:15:00 aw 1.47.38.1: #111880#-4 The API for binfilter does not have this property, so test it first  before using it to not throw exceptions

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [072a60c46639b91891f935513588d72b0983801d]

        INTEGRATION: CWS binfilter (1.3.144); FILE MERGED 2003/08/19 15:46:32 aw 1.3.144.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:46:26 aw 1.3.144.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3772516367111380c5cf172c09b8e3ada2015324]

        INTEGRATION: CWS binfilter (1.5.144); FILE MERGED 2003/08/19 15:46:32 aw 1.5.144.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:46:26 aw 1.5.144.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8d51ebae5c1ccdc50c7074b032151a0534f7f948]

        INTEGRATION: CWS binfilter (1.4.150); FILE MERGED 2003/08/19 15:46:32 aw 1.4.150.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:46:25 aw 1.4.150.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [44663657ef80ae4b2c7195e6e50d07e2d1a56890]

        INTEGRATION: CWS binfilter (1.8.50); FILE MERGED 2003/08/19 15:46:31 aw 1.8.50.3: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/08 17:33:24 aw 1.8.50.2: #110680# 2003/07/07 15:46:25 aw 1.8.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [fe2056d15500f8d478e872a0ef608cfdbce5d3dd]

        INTEGRATION: CWS binfilter (1.32.10); FILE MERGED 2003/08/19 15:46:30 aw 1.32.10.4: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/08/08 10:42:14 aw 1.32.10.3: RESYNC: (1.32-1.33); FILE MERGED 2003/07/08 17:33:23 aw 1.32.10.2: #110680# 2003/07/07 15:46:22 aw 1.32.10.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [7ef396e8dabf6a5cb58432165bd5f45742996d3d]

        INTEGRATION: CWS binfilter (1.35.10); FILE MERGED 2003/08/08 10:42:07 aw 1.35.10.3: RESYNC: (1.35-1.36); FILE MERGED 2003/07/08 17:33:23 aw 1.35.10.2: #110680# 2003/07/07 15:46:22 aw 1.35.10.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8f47ea7a06ec4f47f3f87ea586bba3b55039ba72]

        INTEGRATION: CWS binfilter (1.6.144); FILE MERGED 2003/08/19 15:46:29 aw 1.6.144.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:46:20 aw 1.6.144.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [73e45e11b16344cff5e023f3338c6119941f3fee]

        INTEGRATION: CWS binfilter (1.9.50); FILE MERGED 2003/08/19 15:46:29 aw 1.9.50.3: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/08 17:33:20 aw 1.9.50.2: #110680# 2003/07/07 15:46:19 aw 1.9.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [e8c19198f4c1444643794d66b4eace827cafaa83]

        INTEGRATION: CWS binfilter (1.17.50); FILE MERGED 2004/02/05 15:02:53 aw 1.17.50.4: RESYNC: (1.18-1.19); FILE MERGED 2003/10/30 12:15:13 aw 1.17.50.3: RESYNC: (1.17-1.18); FILE MERGED 2003/07/08 17:32:55 aw 1.17.50.2: #110680# 2003/07/07 15:46:18 aw 1.17.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2cd87dc89b7d1e4fa4f0737c1c933fadd36823fb]

        INTEGRATION: CWS binfilter (1.21.34); FILE MERGED 2003/07/08 17:32:54 aw 1.21.34.2: #110680# 2003/07/07 15:46:18 aw 1.21.34.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [622c62f08d5e579f9fb1b74d7c4ff973639178a2]

        INTEGRATION: CWS binfilter (1.37.50); FILE MERGED 2003/07/08 17:31:56 aw 1.37.50.2: #110680# 2003/07/07 15:46:17 aw 1.37.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c9964367dc7468d616ff676b2d76670a6af4f065]

        INTEGRATION: CWS binfilter (1.56.50); FILE MERGED 2003/08/08 10:42:48 aw 1.56.50.2: RESYNC: (1.56-1.57); FILE MERGED 2003/07/11 14:10:13 aw 1.56.50.1: #110680#
        
        same reaction for binfilter chart type as for normal chart type

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [5989144c03363e277cbcea533e0404f2c5c1a3ab]

        INTEGRATION: CWS binfilter (1.20.50); FILE MERGED 2003/08/19 15:46:28 aw 1.20.50.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:46:16 aw 1.20.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [fcb042ba21c3775c0715f286376e60181d086faa]

        INTEGRATION: CWS binfilter (1.37.50); FILE MERGED 2003/08/19 15:46:28 aw 1.37.50.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:46:16 aw 1.37.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6e5616c01e65a94a3346568c00ba010c4742aa5d]

        INTEGRATION: CWS binfilter (1.22.124); FILE MERGED 2003/08/19 15:46:27 aw 1.22.124.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:46:16 aw 1.22.124.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [43a7027a179a3d6a9daa7367d0598a82a3a2f93f]

        INTEGRATION: CWS binfilter (1.84.50); FILE MERGED 2003/08/19 15:46:27 aw 1.84.50.3: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/08/08 10:42:41 aw 1.84.50.2: RESYNC: (1.84-1.85); FILE MERGED 2003/07/07 15:46:15 aw 1.84.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c51bfe2e3812ba8e53e210855ea32071d5a9e2f2]

        INTEGRATION: CWS binfilter (1.26.50); FILE MERGED 2004/02/05 15:08:54 aw 1.26.50.5: RESYNC: (1.27-1.28); FILE MERGED 2003/10/30 12:18:52 aw 1.26.50.4: RESYNC: (1.26-1.27); FILE MERGED 2003/08/19 15:46:26 aw 1.26.50.3: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/08 17:31:38 aw 1.26.50.2: #110680# 2003/07/07 15:46:13 aw 1.26.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a1a0d7ce87c27458413257789f595c859393cdac]

        INTEGRATION: CWS binfilter (1.71.34); FILE MERGED 2003/10/30 12:16:30 aw 1.71.34.4: RESYNC: (1.71-1.72); FILE MERGED 2003/08/19 15:46:25 aw 1.71.34.3: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/08 17:31:38 aw 1.71.34.2: #110680# 2003/07/07 15:46:13 aw 1.71.34.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3ea4cb01e1646b2b4e81b786eb88916fe53bc52b]

        INTEGRATION: CWS binfilter (1.101.50); FILE MERGED 2003/08/19 15:46:25 aw 1.101.50.3: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/08 17:31:38 aw 1.101.50.2: #110680# 2003/07/07 15:46:13 aw 1.101.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [05c08ca6980569bfd7420239a23767534eaaeb4b]

        INTEGRATION: CWS binfilter (1.4.122); FILE MERGED 2004/02/05 15:08:17 aw 1.4.122.4: RESYNC: (1.4-1.5); FILE MERGED 2003/10/06 15:25:00 aw 1.4.122.3: #111880# Added fix from CL for flatXML OLE 2003/07/08 17:31:37 aw 1.4.122.2: #110680# 2003/07/07 15:46:12 aw 1.4.122.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c1179fe365af48c5f7073640ef5028522392acf7]

        INTEGRATION: CWS binfilter (1.17.50); FILE MERGED 2003/10/30 12:16:23 aw 1.17.50.3: RESYNC: (1.17-1.18); FILE MERGED 2003/07/08 17:31:36 aw 1.17.50.2: #110680# 2003/07/07 15:46:12 aw 1.17.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c9961ad8bac5a4ceba046febd46bb9833af4661b]

        INTEGRATION: CWS binfilter (1.17.50); FILE MERGED 2003/10/30 12:16:17 aw 1.17.50.4: RESYNC: (1.17-1.18); FILE MERGED 2003/08/19 15:46:25 aw 1.17.50.3: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/08 17:31:35 aw 1.17.50.2: #110680# 2003/07/07 15:46:11 aw 1.17.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [e8dcfbe45d34ca3c7dad34e5d60e00781822b290]

        INTEGRATION: CWS binfilter (1.27.130); FILE MERGED 2003/08/19 15:46:24 aw 1.27.130.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:46:10 aw 1.27.130.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f78e7dbee1e8e647125f0dcd827a85561988f51c]

        INTEGRATION: CWS binfilter (1.69.50); FILE MERGED 2003/08/19 15:46:23 aw 1.69.50.4: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/08/08 10:43:37 aw 1.69.50.3: RESYNC: (1.69-1.70); FILE MERGED 2003/07/11 14:06:27 aw 1.69.50.2: #110680# changed initialisation for msCLSID. Compare the ServiceInfo name with the known name of the LegacyServiceManager. 2003/07/07 15:46:10 aw 1.69.50.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f45ad03e50c7c20df18406ffbb7ef5708b17cedd]

        INTEGRATION: CWS binfilter (1.19.130); FILE MERGED 2003/08/19 15:45:54 aw 1.19.130.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:45:39 aw 1.19.130.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9d1c717c80e606580b2a5429c53f156dea8406a2]

        INTEGRATION: CWS binfilter (1.7.144); FILE MERGED 2003/08/19 15:45:54 aw 1.7.144.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:45:38 aw 1.7.144.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [cf170a9b76f89a8c0557587c7875c6b5ef5bd339]

        INTEGRATION: CWS binfilter (1.3.144); FILE MERGED 2003/08/19 15:45:54 aw 1.3.144.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:45:38 aw 1.3.144.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [5426f99e844f0f2c42ebef62cf884ea18e51ab0b]

        INTEGRATION: CWS binfilter (1.3.150); FILE MERGED 2003/08/19 15:45:53 aw 1.3.150.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:45:38 aw 1.3.150.1: #110680# Changed all components to use the ServiceManager they were created with.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [7d28e58f5b3803db2c16adf914d974c3cefd5056]

        INTEGRATION: CWS binfilter (1.20.134); FILE MERGED 2004/02/05 23:33:00 aw 1.20.134.2: RESYNC: (1.20-1.22); FILE MERGED 2003/07/08 17:21:22 aw 1.20.134.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [e53c9df1d6c8d13ad070ac07fe8b51501b68b124]

        INTEGRATION: CWS binfilter (1.65.40); FILE MERGED 2003/07/08 17:21:20 aw 1.65.40.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9dc8fff0abe6ddb219aceb959164e64b8a140569]

        INTEGRATION: CWS binfilter (1.7.20); FILE MERGED 2003/10/30 14:38:56 aw 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2003/07/11 08:23:05 aw 1.7.20.1: // #110743# // Added necessary defines for binfilter stripping

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8842de63d46ccf59ea7c2b06a3815e50b1b81f56]

        INTEGRATION: CWS binfilter (1.5.318); FILE MERGED 2003/07/08 17:23:19 aw 1.5.318.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b551b132688eab512e38392fe5b5bf514c949914]

        INTEGRATION: CWS binfilter (1.8.160); FILE MERGED 2003/07/08 17:23:18 aw 1.8.160.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [df40e32e99c85252b93daef1f78864eccb5851f2]

        INTEGRATION: CWS binfilter (1.2.332); FILE MERGED 2003/07/08 17:23:18 aw 1.2.332.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d3e019e6d39ef7803f9d0440cb6df1ce9e0c891e]

        INTEGRATION: CWS binfilter (1.6.312); FILE MERGED 2003/07/08 17:23:18 aw 1.6.312.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c8280dcab079dcbf4e4649623b7012d4ebdb38cf]

        INTEGRATION: CWS binfilter (1.3.332); FILE MERGED 2003/07/08 17:22:46 aw 1.3.332.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [acb37f94578f46dd87c6b491493d79467ab14a2b]

        INTEGRATION: CWS binfilter (1.2.346); FILE MERGED 2003/07/08 17:22:45 aw 1.2.346.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8f9a893710054675e6a355ea9f5673cfb4947180]

        INTEGRATION: CWS binfilter (1.39.138); FILE MERGED 2004/04/05 17:04:33 aw 1.39.138.3: RESYNC: (1.40-1.41); FILE MERGED 2004/02/05 18:05:41 aw 1.39.138.2: RESYNC: (1.39-1.40); FILE MERGED 2003/07/08 17:22:13 aw 1.39.138.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a31a9f2b83087795ceac95e1d9e8809ab408df55]

        INTEGRATION: CWS binfilter (1.5.332); FILE MERGED 2003/07/08 17:22:13 aw 1.5.332.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c7d0aa006925ebf8b7a9ec51b84591b60f2420b0]

        INTEGRATION: CWS binfilter (1.7.332); FILE MERGED 2003/07/08 17:22:13 aw 1.7.332.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [41da642f63b1f8cd0775f1abc06deb46c004b387]

        INTEGRATION: CWS binfilter (1.5.338); FILE MERGED 2003/07/08 17:22:12 aw 1.5.338.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1d3e8bab3a689ef793dbd41bc27f9eb84cc08715]

        INTEGRATION: CWS binfilter (1.4.332); FILE MERGED 2003/07/08 17:22:12 aw 1.4.332.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d73d94906cca2078c59b04fa43b7ae01f007a2bb]

        INTEGRATION: CWS binfilter (1.1.1.1.146); FILE MERGED 2003/11/11 17:30:18 aw 1.1.1.1.146.2: #111880# Added friend definition to class B3DBVolume for binfilter namespace 2003/11/07 11:50:40 aw 1.1.1.1.146.1: #111880# To allow stripped binfilter code from bf_svx to compile, it is necessary to add the copied bf_svx classes as friends, too.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [893dd96d854bff39b1dd16a35f0aa11ab020b18b]

        INTEGRATION: CWS binfilter (1.142.4); FILE MERGED 2004/04/05 17:46:18 aw 1.142.4.2: RESYNC: (1.142-1.144); FILE MERGED 2004/03/30 14:17:16 er 1.142.4.1: #110098# fix MKDEPFLAGS to strip -I-I if INC+=... was set for additional include paths; we had no project dependencies in binfilter/bf_* modules

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [11e109457405da10dddb3e7d20c641a5bcf2dcee]

        INTEGRATION: CWS binfilter (1.64.26); FILE MERGED 2004/04/05 17:45:48 aw 1.64.26.7: RESYNC: (1.69-1.70); FILE MERGED 2004/02/05 21:33:15 aw 1.64.26.6: RESYNC: (1.68-1.69); FILE MERGED 2003/12/05 10:19:16 aw 1.64.26.5: Added BFXMLOFFLIB for binfilter project 2003/10/30 16:34:59 aw 1.64.26.4: RESYNC: (1.66-1.68); FILE MERGED 2003/10/09 11:45:57 aw 1.64.26.3: #111880# 2003/08/08 10:19:31 aw 1.64.26.2: RESYNC: (1.64-1.66); FILE MERGED 2003/07/16 16:58:58 aw 1.64.26.1: #110743#
        
        For BinFilters, some libs were added.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [243c2eee0a91486ae4210bce7c74a538678b5efc]

        INTEGRATION: CWS binfilter (1.2.24); FILE MERGED 2004/04/19 09:46:30 aw 1.2.24.1: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [aa3a0f6fb2e739cf9895907e0cb7bd8c234c9782]

        INTEGRATION: CWS binfilter (1.2.24); FILE MERGED 2004/04/19 09:46:29 aw 1.2.24.1: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [7dbddc23499602fdb7e228d43aa7037d362c3ee5]

        INTEGRATION: CWS binfilter (1.3.8); FILE MERGED 2004/04/19 09:46:28 aw 1.3.8.1: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d0f9d90fd943b4eaf0211de03619fdc89b7207cd]

        INTEGRATION: CWS binfilter (1.9.56); FILE MERGED 2004/04/19 09:46:28 aw 1.9.56.1: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3ab7e8aff84f409d9a89ab0f02510081a46cbedb]

        INTEGRATION: CWS binfilter (1.49.64); FILE MERGED 2004/04/05 12:56:38 aw 1.49.64.3: RESYNC: (1.50-1.51); FILE MERGED 2004/02/05 13:05:27 aw 1.49.64.2: RESYNC: (1.49-1.50); FILE MERGED 2003/07/18 12:22:53 aw 1.49.64.1: #110897# See the task. All changes to avoid usage of getProcessServiceManager().

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1e537dd9de7f3a5c8df1cb525ddd38664876ebde]

        INTEGRATION: CWS binfilter (1.3.4); FILE MERGED 2004/04/19 09:46:27 aw 1.3.4.1: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c9fef8f10b267c0e4be16e61b8fdc78fdfa150bb]

        INTEGRATION: CWS binfilter (1.2.124); FILE MERGED 2004/04/19 09:46:26 aw 1.2.124.2: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33 2003/07/18 12:22:53 aw 1.2.124.1: #110897# See the task. All changes to avoid usage of getProcessServiceManager().

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f2c1093b03e526d8bd7ecef3ab8e9a1f5acb4d6c]

        INTEGRATION: CWS binfilter (1.10.4); FILE MERGED 2004/04/05 12:47:56 aw 1.10.4.4: RESYNC: (1.14-1.15); FILE MERGED 2004/02/05 13:14:48 aw 1.10.4.3: RESYNC: (1.12-1.14); FILE MERGED 2003/08/08 10:15:33 aw 1.10.4.2: RESYNC: (1.10-1.12); FILE MERGED 2003/07/18 12:22:52 aw 1.10.4.1: #110897# See the task. All changes to avoid usage of getProcessServiceManager().

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [e8e16df5666ef539b4aeac007837cc7340661168]

        INTEGRATION: CWS binfilter (1.32.22); FILE MERGED 2004/04/19 09:46:25 aw 1.32.22.4: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33 2004/04/05 12:46:19 aw 1.32.22.3: RESYNC: (1.34-1.35); FILE MERGED 2003/08/08 10:16:33 aw 1.32.22.2: RESYNC: (1.32-1.34); FILE MERGED 2003/07/18 12:22:49 aw 1.32.22.1: #110897# See the task. All changes to avoid usage of getProcessServiceManager().

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [520f996552877f8e9e8f95e51a74d670be1647c6]

        INTEGRATION: CWS binfilter (1.2.22); FILE MERGED 2004/04/19 09:46:24 aw 1.2.22.1: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8428c0053c336cadde1ac176ce390ba8d7cedc7e]

        INTEGRATION: CWS binfilter (1.2.22); FILE MERGED 2004/04/19 09:46:23 aw 1.2.22.1: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f9d6ce0350fd38411e8626f3419fa13efc0dacf6]

        INTEGRATION: CWS binfilter (1.2.22); FILE MERGED 2004/04/19 09:46:22 aw 1.2.22.1: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [472a0590bfd7ba3e64ff87806074dc10a07fe656]

        INTEGRATION: CWS binfilter (1.5.140); FILE MERGED 2004/04/19 09:46:22 aw 1.5.140.1: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [70a9a71efa55b50062a6237f0dbaf64dbb8e6c74]

        INTEGRATION: CWS binfilter (1.1.136); FILE MERGED 2004/04/19 09:46:21 aw 1.1.136.2: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33 2003/07/18 12:22:46 aw 1.1.136.1: #110897# See the task. All changes to avoid usage of getProcessServiceManager().

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a5a36bf1759ab610165d15da5244333cb5e27955]

        INTEGRATION: CWS binfilter (1.6.124); FILE MERGED 2004/04/19 09:46:21 aw 1.6.124.3: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33 2004/02/05 13:27:49 aw 1.6.124.2: RESYNC: (1.6-1.7); FILE MERGED 2003/07/18 12:22:43 aw 1.6.124.1: #110897# See the task. All changes to avoid usage of getProcessServiceManager().

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [96ae619c1aa0d86487e685b6b55ada4adc851f27]

        INTEGRATION: CWS binfilter (1.1.146); FILE MERGED 2004/04/19 09:46:21 aw 1.1.146.2: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33 2003/07/18 12:22:42 aw 1.1.146.1: #110897# See the task. All changes to avoid usage of getProcessServiceManager().

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a8418e8b86c2530cc8b08cd4fc1aa77b8c7a45a7]

        INTEGRATION: CWS binfilter (1.14.46); FILE MERGED 2004/04/19 09:46:20 aw 1.14.46.3: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33 2003/08/08 10:18:14 aw 1.14.46.2: RESYNC: (1.14-1.15); FILE MERGED 2003/07/18 12:22:41 aw 1.14.46.1: #110897# See the task. All changes to avoid usage of getProcessServiceManager().

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [03fa8aadc1e5d7f42120e13e21fc2fbc3d90bc72]

        INTEGRATION: CWS binfilter (1.9.56); FILE MERGED 2004/04/19 09:46:20 aw 1.9.56.2: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33 2003/08/19 15:47:04 aw 1.9.56.1: #110897# Give ServiceManager as const reference and do not keep it as reference locally as member

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b69b5faead6e06e0ae70c9531a1247f77b82d3aa]

        INTEGRATION: CWS binfilter (1.6.126); FILE MERGED 2004/04/19 09:46:20 aw 1.6.126.2: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33 2003/07/18 12:22:41 aw 1.6.126.1: #110897# See the task. All changes to avoid usage of getProcessServiceManager().

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [da73eb333ac9cdcbc48d0b5a5db5099eb7a39975]

        INTEGRATION: CWS binfilter (1.1.146); FILE MERGED 2004/04/19 09:46:20 aw 1.1.146.2: #110098# Necessary adaptions to framework after resynching binfilter to SRC680m33 2003/07/18 12:22:40 aw 1.1.146.1: #110897# See the task. All changes to avoid usage of getProcessServiceManager().

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [de4a4d94924c88c30d9e335702a8e201da84a495]

        INTEGRATION: CWS binfilter (1.5.104); FILE MERGED 2003/07/08 17:25:30 aw 1.5.104.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [0aaf191dedb9ff653e4b97a68b0c1fe2e242e35f]

        INTEGRATION: CWS binfilter (1.10.104); FILE MERGED 2003/07/08 17:25:30 aw 1.10.104.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2f7d8b4283358cf3a67bbb92dc72df0c088f1a7d]

        INTEGRATION: CWS binfilter (1.25.292); FILE MERGED 2003/07/08 17:25:30 aw 1.25.292.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [917550266a05c24c5f7177059709c055fa8e250f]

        INTEGRATION: CWS binfilter (1.68.98); FILE MERGED 2004/04/05 18:40:41 aw 1.68.98.3: RESYNC: (1.71-1.76); FILE MERGED 2003/10/30 15:28:00 aw 1.68.98.2: RESYNC: (1.68-1.71); FILE MERGED 2003/07/08 17:25:29 aw 1.68.98.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [652d3f6881f9107cfe6251ebff1e189a29667897]

        INTEGRATION: CWS binfilter (1.26.290); FILE MERGED 2003/07/08 17:25:29 aw 1.26.290.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [bee2f7f40df1637885c729155cf6e4af910c259f]

        INTEGRATION: CWS binfilter (1.69.104); FILE MERGED 2004/04/05 18:40:34 aw 1.69.104.2: RESYNC: (1.69-1.70); FILE MERGED 2003/07/08 17:25:28 aw 1.69.104.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a71ae2c90a65197475e108bc0c712260a2f914b0]

        INTEGRATION: CWS binfilter (1.52.104); FILE MERGED 2004/04/05 18:40:17 aw 1.52.104.2: RESYNC: (1.52-1.53); FILE MERGED 2003/07/08 17:25:27 aw 1.52.104.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [fcef4b172711fb378675ebb8d8cdcce5f464112a]

        INTEGRATION: CWS binfilter (1.3.104); FILE MERGED 2003/10/30 15:47:16 aw 1.3.104.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/08 17:24:52 aw 1.3.104.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1bdfd13e972863fe29a2c37fd1c45ae2f510a1b4]

        INTEGRATION: CWS binfilter (1.3.292); FILE MERGED 2003/07/08 17:24:52 aw 1.3.292.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [5f43eaba1d37e55e914e6166f0d5e1d1963da3cf]

        INTEGRATION: CWS binfilter (1.4.292); FILE MERGED 2003/07/08 17:24:51 aw 1.4.292.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b55115cad6496dbe3d827d0d580fdb844f517d7e]

        INTEGRATION: CWS binfilter (1.7.282); FILE MERGED 2003/07/08 17:24:51 aw 1.7.282.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [eee2c5680cf2aa8441ecf139bf17224d694bf051]

        INTEGRATION: CWS binfilter (1.4.292); FILE MERGED 2003/07/08 17:24:16 aw 1.4.292.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [67ae528b5480b198a70cb9e533a2655109c03f8f]

        INTEGRATION: CWS binfilter (1.3.290); FILE MERGED 2003/07/08 17:24:16 aw 1.3.290.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [0118ee7c6bf1086d4f9cce8b18e1525760a4f5c8]

        INTEGRATION: CWS binfilter (1.3.292); FILE MERGED 2003/07/08 17:23:42 aw 1.3.292.1: #110680#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1708be6874c549e2c4e771726fb63cf4c2ef592c]

        INTEGRATION: CWS binfilter (1.3.80); FILE MERGED 2003/10/22 15:08:27 dbo 1.3.80.1: fixing Reference<> const & objects members

2004-05-03  Oliver Bolte  <obo@openoffice.org>  [fc1396ab8e69abfcf6ed4c1f201dfc02376dba30]

        new version for SRC680

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [5e7c09c7522ab4195298cae7bfa9f238a20f3dae]

        INTEGRATION: CWS qadev17 (1.9.12); FILE MERGED 2004/04/29 10:22:31 sw 1.9.12.1: #115142#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [ec9a851027c4f3b0565d5978e9b356e7403e6c5d]

        INTEGRATION: CWS qadev17 (1.15.236); FILE MERGED 2004/04/27 09:11:52 lla 1.15.236.1: #116021# old sal tests removed.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b19e0a21301bba191ec22076c6523b5ab4db6c67]

        INTEGRATION: CWS qadev17 (1.15.76); FILE MERGED 2004/03/24 09:07:05 lla 1.15.76.1: #116023# add '++'

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [381330915d2ded97b04e6954a7e2116da4fd0aef]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/22 06:02:11 lla 1.1.2.1: #116021# tests for internal helper functions

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3b10503b87acf9ae30e79395178067de8def2130]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/30 09:26:33 lla 1.1.2.2: #116021# some more helper tests 2004/04/22 06:02:21 lla 1.1.2.1: #116021# tests for internal helper functions

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9fdb9b2d0e5a98674e93afb013a0791ac25b39c6]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/22 06:02:01 lla 1.1.2.1: #116021# tests for internal helper functions

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6dced30c2975a3273b9be0fa482fd125d228881f]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/28 09:33:33 lla 1.1.2.1: #116021#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [4cdd4c9ec92d227efbd348c929579e6b07f4ee48]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/28 09:33:45 lla 1.1.2.1: #116021#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c38029316aa54a84f40906eab4d3b8d32416301a]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/28 09:33:56 lla 1.1.2.1: #116021#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [7d347aa738d0514aaf09333617a2a6059d73d893]

        INTEGRATION: CWS qadev17 (1.6.2); FILE MERGED 2004/04/28 09:37:01 lla 1.6.2.2: #116021 add old tests 2004/04/16 03:37:08 mindyliu 1.6.2.1: #116021# cleanups

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8f0ccd1cb551b6c292045e32b684df3bf6f78623]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/30 08:23:20 mindyliu 1.1.2.1: #116023# uuid test cases

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [00a1bc87b1ac3f142838cbebf0187c16fbc2181d]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/30 08:23:19 mindyliu 1.1.2.1: #116023# uuid test cases

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [77f027a9b389aedc23535b9ecd557e2ded9b0cc1]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/22 05:50:13 lla 1.1.2.1: #116021# new file

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b79c38e6bd761bf4243f0d31d297f9e90d7732b0]

        INTEGRATION: CWS qadev17 (1.3.2); FILE MERGED 2004/04/13 13:17:17 lla 1.3.2.1: #116021# UDK_3.1 changed to UDK_3.0 in export.map file

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [4d41009c7d07bbbe0e84c60c0f56be2fd1a987ef]

        INTEGRATION: CWS qadev17 (1.3.2); FILE MERGED 2004/04/22 06:00:24 lla 1.3.2.3: #116021# uri test 2004/04/14 12:09:06 lla 1.3.2.2: #116021# lot of clarification for test library names 2004/03/31 09:18:08 lla 1.3.2.1: #116021# some changes on makefiles

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [41eaf8b405d3655994b11361e75b2116cd6bff65]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/22 05:59:47 lla 1.1.2.2: #116021# failures are numbered for a better identification 2004/04/13 13:15:54 lla 1.1.2.1: #116021# new files

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6d6f8187093a9e651b7a603283ec46eb956b1b0b]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/22 07:33:31 mindyliu 1.1.2.4: #116021# add case to cover rtl_getTextEncodingInfo Submitted by: 2004/04/20 09:46:37 mindyliu 1.1.2.3: #116021# print more infor 2004/04/19 07:31:43 lla 1.1.2.2: #116021# 2004/04/13 13:16:04 lla 1.1.2.1: #116021# new files

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [779e315f2dbfb239a0f33adf919de6d550589fb4]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/13 13:16:16 lla 1.1.2.1: #116021# new files

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b066e2c9beb272b6f779dbbf4f097bd0ee2c0092]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/24 08:24:25 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [49f7ded714e1c9d3d34367700f6d2d665f98d430]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/24 08:25:06 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [fb0eaee34319ea8966abdd6cb1361767f90e08da]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/23 11:13:23 lla 1.1.2.3: #116021# add test1.mk 2004/03/31 09:18:07 lla 1.1.2.2: #116021# some changes on makefiles 2004/03/24 08:24:53 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9bf8e66f4d6dda4bd814318bc8d43286135b6430]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/24 08:24:13 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [35f49caa6a65dce2fe27a79207afa4c3ea265de2]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/05 03:03:42 mindyliu 1.1.2.1: #116021# functions in rtl/process.h test cases

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [0d0ef95c60aa9bca5c7117435fb5752dca27eed5]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/07 06:18:58 mindyliu 1.1.2.3: #116021# getGlobalProcessId test cases 2004/04/05 06:20:57 mindyliu 1.1.2.2: #116021# comments added 2004/04/05 03:03:38 mindyliu 1.1.2.1: #116021# functions in rtl/process.h test cases

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [42f04b519e67eea22c4c6c1d3c6937f6a254a5e7]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/16 05:23:01 lla 1.1.2.3: #116021# modify append std libs 2004/04/07 06:18:15 mindyliu 1.1.2.2: #116021# add child_process_id 2004/04/05 03:03:37 mindyliu 1.1.2.1: #116021# functions in rtl/process.h test cases

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a136a035b592b3739a9e381679e80697c1c09d38]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/07 06:19:43 mindyliu 1.1.2.1: #116021# for getGlobalProcessId test

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1e0c351afff618ab413b2b59333f09307b3225e6]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/05 03:03:36 mindyliu 1.1.2.1: #116021# functions in rtl/process.h test cases

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [15b3de1edda004a8ca1f807e26fe8f6c4c8cb7e8]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/13 14:07:14 lla 1.1.2.1: #116021# new files

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f271d0d27475391fe7355d0814c733b0d42c5448]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/13 14:06:51 lla 1.1.2.1: #116021# new files

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [ab366a6f7f13522a9242ea4968e9dbffe4e00b3c]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/26 11:43:52 lla 1.1.2.1: #116021# exclude file add

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [494ffa36e17f4dee0b6921145ea0fb957e0f1a4e]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/31 09:16:45 lla 1.1.2.2: #116021# mark sample code for compiling 2004/03/26 11:44:28 lla 1.1.2.1: #116021# add tests for rtl_ustr_*

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1295dd715887d2cbd9667147a1e9751804621e39]

        INTEGRATION: CWS qadev17 (1.3.2); FILE MERGED 2004/04/19 05:48:49 lla 1.3.2.2: #116021# add test for OUString(rtl_uString*) 2004/03/26 11:45:43 lla 1.3.2.1: #116021# add verbose for t_print and add getToken test

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1d38ea92c91c8c82e37d8ade5947b7be96af54dd]

        INTEGRATION: CWS qadev17 (1.2.50); FILE MERGED 2004/03/26 11:45:05 lla 1.2.50.1: #116021# add rtl_ustr

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [03a07a3455a445fe84544b83d7fd7c5d957c83ff]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/24 08:23:19 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8aa6cabe8c9da95a0738bae7962b2878fe6b83f8]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/08 13:06:20 lla 1.1.2.4: #116021# add some more string checks 2004/04/06 12:45:47 lla 1.1.2.3: #116021# rtl_convertOUStringToOString 2004/03/26 11:46:39 lla 1.1.2.2: #116021# 2004/03/24 08:24:00 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [689ffc860567f4a9013e08137a6eff2534bc535b]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/24 08:23:33 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3eb4e938696165ee37ab226488af30412ea60636]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/28 10:36:48 lla 1.1.2.2: #116021# malloc and strcpy boundaries fixed 2004/03/24 08:23:47 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [460b123a1f61a12136a653b4687b11585682fe8d]

        INTEGRATION: CWS qadev17 (1.3.2); FILE MERGED 2004/04/23 08:45:03 mindyliu 1.3.2.2: #116021# add replaceAt test cases 2004/03/26 11:46:12 lla 1.3.2.1: #116021# add verbose for t_print and add getToken test

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [58653c0461b1a2a9f317fb36c75769d5e2f98667]

        INTEGRATION: CWS qadev17 (1.3.2); FILE MERGED 2004/03/31 09:18:07 lla 1.3.2.2: #116021# some changes on makefiles 2004/03/24 08:38:37 lla 1.3.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a8472ecc8f444e30820d4e3e3359fb43b5b5e9a6]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/28 09:33:22 lla 1.1.2.1: #116021#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b38ec55184a43b152ed7140f6274e1f895edafd8]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/28 09:51:26 lla 1.1.2.2: #116021# M_PI is no longer defined within windows, use a define to do so. 2004/03/24 08:23:05 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f36b77ab498e573583d954d06327dafc6cbff329]

        INTEGRATION: CWS qadev17 (1.4.50); FILE MERGED 2004/04/28 09:34:50 lla 1.4.50.3: #116021 add old tests 2004/04/14 12:09:05 lla 1.4.50.2: #116021# lot of clarification for test library names 2004/03/24 08:38:10 lla 1.4.50.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [5107cd6bd949ce24638f9e5ebb414a08e616ab3e]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/26 10:22:22 mindyliu 1.1.2.3: #116021# changes for WNT 2004/04/26 08:02:52 mindyliu 1.1.2.2: #116021# directly call rtl_logfile_trace to test it Submitted by:mindyliu 2004/04/22 05:49:42 lla 1.1.2.1: #116021# new file

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d48eb23aef16e767f35715e04d4e7659df65e920]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/22 05:49:53 lla 1.1.2.1: #116021# new file

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [baf9522345b0a75211987b4260ffd20632382b06]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/23 06:39:18 lla 1.1.2.4: #116021# compile error within windows 2004/04/06 11:26:47 lla 1.1.2.3: #116021# getDefault_000() cleanups 2004/04/06 11:26:20 lla 1.1.2.2: #116021# getDefault_000() 2004/03/31 09:14:11 lla 1.1.2.1: #116021# new locale tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [67a57fb237723b5c623a42f8cbd9f74c506038e6]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/23 11:13:13 lla 1.1.2.2: #116021# add test1.mk 2004/03/31 09:14:43 lla 1.1.2.1: #116021# new locale tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [343809437ce2dd05a04f22136c605956e1a8cea4]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/23 09:05:58 lla 1.1.2.2: #116021# rtl_digest_updateMD2 2004/03/24 08:22:17 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [da5374b07142a64250b2de4462239ad6871bc61e]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/24 08:22:50 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [15375a0a0da3cfee7080fbea2f3325926ae3cab5]

        INTEGRATION: CWS qadev17 (1.2.58); FILE MERGED 2004/03/24 08:31:05 lla 1.2.58.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [5304d818c7cc3e68610e5dbdaa4acdf85eadd7cf]

        INTEGRATION: CWS qadev17 (1.4.2); FILE MERGED 2004/04/14 12:09:04 lla 1.4.2.2: #116021# lot of clarification for test library names 2004/03/31 09:18:06 lla 1.4.2.1: #116021# some changes on makefiles

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [23b3d5172ac86e640b256e3901c9bc35f30f2737]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/26 11:43:15 lla 1.1.2.2: #116021# cipher tests 2004/03/24 08:22:02 lla 1.1.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c774aceba041d4b158a0c872af8017b870778c57]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/26 11:42:34 lla 1.1.2.1: #116021# new files

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9bc4eeaee1ada91072a92d083df9d756afb1e5f1]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/23 13:07:51 lla 1.1.2.1: #116021# new job exclusion list

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [de8c500381d3cda72bdc9324ed3efc690a4064ec]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/19 12:50:26 lla 1.1.2.14: #116021# problems with setenv within solaris fixed. 2004/04/19 05:45:38 lla 1.1.2.13: #116021# add an additional simpler test for expandMacrosFrom_002 2004/04/13 07:08:47 mindyliu 1.1.2.12: #116021# getHandle_002: get another Macro's value 2004/04/08 11:22:34 lla 1.1.2.11: #116021# some cleanups 2004/04/08 08:18:10 mindyliu 1.1.2.10: #116021# for windows change 2004/04/08 07:36:16 mindyliu 1.1.2.9: #116021# add some cases for getFrom, new some child process 2004/04/06 11:06:18 lla 1.1.2.8: #116021# cleanup 2004/04/02 09:12:21 lla 1.1.2.7: #116021# better output 2004/04/02 08:54:04 lla 1.1.2.6: #116021# change lot of tests 2004/03/29 05:21:27 mindyliu 1.1.2.5: #116021# remove delete of getHandle_002 2004/03/29 03:06:19 mindyliu 1.1.2.4: #116023# getFrom_001, add comments 2004/03/26 09:12:32 mindyliu 1.1.2.3: #116023# getFrom_001 2004/03/26 08:30:57 mindyliu 1.1.2.2: #116023# fix some bug 2004/03/23 10:47:02 mindyliu 1.1.2.1: #116021# bootstrap test cases

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f3af855b7e3d98dcc016f221d596d40c21b314dd]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/16 05:22:50 lla 1.1.2.5: #116021# modify append std libs 2004/04/08 07:35:26 mindyliu 1.1.2.4: #116021# add bootstrap_process 2004/03/31 09:18:06 lla 1.1.2.3: #116021# some changes on makefiles 2004/03/26 11:47:30 lla 1.1.2.2: #116021# use shorter CPPUNITLIB 2004/03/23 10:47:01 mindyliu 1.1.2.1: #116021# bootstrap test cases

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [5a01cbc1b015dd37ca91a5453299bc130892b3e5]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/08 08:17:38 mindyliu 1.1.2.2: #116021# little change 2004/04/08 07:37:18 mindyliu 1.1.2.1: #116021# initial file

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [516dd8f07cae663ab8e5eb8506bbfec4a62802a5]

        INTEGRATION: CWS qadev17 (1.2.58); FILE MERGED 2004/03/24 08:27:44 lla 1.2.58.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f088366958739f361cf158d61f00e40b39d1d18a]

        INTEGRATION: CWS qadev17 (1.4.2); FILE MERGED 2004/04/14 12:09:04 lla 1.4.2.2: #116021# lot of clarification for test library names 2004/03/31 09:18:05 lla 1.4.2.1: #116021# some changes on makefiles

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [eadc5c60ecc1f5a212584c990a3874a91de98337]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/14 12:19:09 lla 1.1.2.1: #116021# renamed file from without osl_

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b3466f4271fe4cfa75733f58201e877bffc4f33e]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/14 12:19:33 lla 1.1.2.1: #116021# renamed file from without osl_

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9512eefd155601ef24713f6f3c1a738b7d0aaebf]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/14 12:19:21 lla 1.1.2.1: #116021# renamed file from without osl_

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [cbc1ee8b38c4c2e78f5cb29fc2981ca4659d3e27]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/14 12:19:49 lla 1.1.2.1: #116021# renamed file from without osl_

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b65ce7363298fd6f1fad3751634e8365503ada53]

        INTEGRATION: CWS qadev17 (1.3.2); FILE MERGED 2004/04/27 06:07:59 mindyliu 1.3.2.1: #116021# add one case to cover osl_getFamilyOfSocketAddr

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6fc42af623a494c481644701d902223b0d3d7f30]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/14 12:20:15 lla 1.1.2.1: #116021# renamed file from without osl_

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d13ed052bf25b588cf165127898992786fb74f46]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/14 12:20:02 lla 1.1.2.1: #116021# renamed file from without osl_

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [0ebb3da1130a29565dfa14029f4efb8a41ee27a7]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/14 12:18:57 lla 1.1.2.1: #116021# renamed file from without osl_

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [dddb770f015ee5d8ff6c606c547f2f9f39a321c6]

        INTEGRATION: CWS qadev17 (1.5.2); FILE MERGED 2004/04/14 12:09:03 lla 1.5.2.1: #116021# lot of clarification for test library names

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [7f636dc3920a6ee3f4369c5f30be1f792d388ae6]

        INTEGRATION: CWS qadev17 (1.4.2); FILE MERGED 2004/04/14 12:09:03 lla 1.4.2.1: #116021# lot of clarification for test library names

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [184cd09da69ad43e4a550b953ac1ed6677c95141]

        INTEGRATION: CWS qadev17 (1.4.2); FILE MERGED 2004/03/24 10:03:13 lla 1.4.2.1: #116021# problems with wrong parameter fixed.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f4e511c5e2f3d4a913c3896cc517aaa180896e40]

        INTEGRATION: CWS qadev17 (1.4.2); FILE MERGED 2004/04/14 12:09:02 lla 1.4.2.1: #116021# lot of clarification for test library names

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [e1ae0b16d3597e031cc96eaa5aa0b26ac7af3d52]

        INTEGRATION: CWS sunone8ccsparc (1.8.76); FILE MERGED 2004/04/07 15:32:47 hr 1.8.76.2: #i27527#: enable exceptions (reduces warnings about try/catch constructs in STL headers 2004/04/06 16:33:13 hr 1.8.76.1: #i27527#: remove GenInfoParser stuff

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [9b86c456f581c20a38320b2b9bec10be39bb12e4]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/28 09:29:02 lla 1.1.2.1: #116021# old tests for osl_profile

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [274ba2e0eabe718c5e6f4e4fd265d5b26868a1c2]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/28 09:28:49 lla 1.1.2.1: #116021# old tests for osl_profile

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [cdf453e97c11c81b89c11a5b11bd8b59d26dc27f]

        INTEGRATION: CWS qadev17 (1.3.2); FILE MERGED 2004/04/06 02:59:43 mindyliu 1.3.2.2: #116021# #define ENV2 "PATHb=b:\\" 2004/04/05 09:23:35 mindyliu 1.3.2.1: #116021# absolute&full file path used

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3f3481d5b3d82dc2d669a0497a77b7c04e29ca25]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/14 12:14:21 lla 1.1.2.1: #116021# mv Thread.xsce osl_Thread.xsce

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2bb5e4bde901b7147a7090873734ea97d7b13fa1]

        INTEGRATION: CWS qadev17 (1.6.2); FILE MERGED 2004/04/19 09:45:47 mindyliu 1.6.2.1: #116021# cleanups

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a82b9e7dc8f76614f67d23547d66dd3f3dedf56a]

        INTEGRATION: CWS qadev17 (1.7.2); FILE MERGED 2004/04/16 05:24:04 lla 1.7.2.2: #116021# modify append std libs 2004/04/14 12:09:02 lla 1.7.2.1: #116021# lot of clarification for test library names

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [293c42cbf328137d326de70e42789abfcb41d4ca]

        INTEGRATION: CWS qadev17 (1.3.50); FILE MERGED 2004/03/31 09:10:00 lla 1.3.50.1: #116021# ready for remove

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8001526278fa658321574145baf9d1038d731347]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/23 13:07:04 lla 1.1.2.2: #116021# add bug id's to job exclusion 2004/04/14 12:06:38 lla 1.1.2.1: #116021# mv Pipe.xsce osl_Pipe.xsce

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [64ae857c0f03cb26c65174ad26f6c26897725191]

        INTEGRATION: CWS qadev17 (1.4.2); FILE MERGED 2004/04/15 09:43:41 mindyliu 1.4.2.2: #116021# remove osl_Pipe::accept which is tested in osl_StreamPipe::recv 2004/03/31 09:10:37 lla 1.4.2.1: #116021# cleanups

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1cd307c2a7fadeb3cba39f7a811cfafb53d62241]

        INTEGRATION: CWS qadev17 (1.4.2); FILE MERGED 2004/04/14 12:09:01 lla 1.4.2.2: #116021# lot of clarification for test library names 2004/03/31 09:09:33 lla 1.4.2.1: #116021# cleanups

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [809ce09ff0b32efa72b6684d4f7efe79834dd254]

        INTEGRATION: CWS qadev17 (1.5.2); FILE MERGED 2004/03/31 12:56:58 lla 1.5.2.2: #116021# output reduced. 2004/03/31 06:19:35 lla 1.5.2.1: #116021# fix compile problems.

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [18f920d7252a052383cfb9c719eb96e20985adce]

        INTEGRATION: CWS qadev17 (1.4.2); FILE MERGED 2004/04/14 12:09:01 lla 1.4.2.1: #116021# lot of clarification for test library names

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b5317f163e0ed0bf31e960d60ed2e8ab0fa35db5]

        INTEGRATION: CWS qadev17 (1.4.2); FILE MERGED 2004/04/14 12:09:00 lla 1.4.2.1: #116021# lot of clarification for test library names

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [851ada1e1d306c9bb59e18997723451674ddfd01]

        INTEGRATION: CWS qadev17 (1.2.70); FILE MERGED 2004/04/13 13:18:54 lla 1.2.70.1: #116021# UDK_3.1 changed to UDK_3.0 in export.map file

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3c5fd0ee061314a86cead491dfcb91fd7d72f569]

        INTEGRATION: CWS qadev17 (1.3.2); FILE MERGED 2004/04/19 07:40:28 mindyliu 1.3.2.1: #116021# cleanups

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b087ecdcf6e00de342ffaf18970e261f3d2dea4b]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/28 09:33:10 lla 1.1.2.1: #116021#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [e7ebb82690164736dda7882b824bd1ef44e8e758]

        INTEGRATION: CWS qadev17 (1.9.2); FILE MERGED 2004/04/30 09:26:00 lla 1.9.2.2: #116021# problem with solaris (so-texas) and compareTime fixed. 2004/04/19 08:47:47 mindyliu 1.9.2.1: #116021# cleanups

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2e9bb0ce7150a1015629ec5d18e15c607c38f09f]

        INTEGRATION: CWS qadev17 (1.7.2); FILE MERGED 2004/04/23 09:07:18 lla 1.7.2.3: #116021# add osl_old_test_file test 2004/04/14 12:09:00 lla 1.7.2.2: #116021# lot of clarification for test library names 2004/03/31 09:12:15 lla 1.7.2.1: #116021# cleanups

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8d2425b0acd9f17a1ea9396df706a31c62244d5b]

        INTEGRATION: CWS qadev17 (1.4.2); FILE MERGED 2004/04/14 12:08:59 lla 1.4.2.1: #116021# lot of clarification for test library names

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d9bb8e7a68ea40e1b7c4e59b00123a7cccaf58d1]

        INTEGRATION: CWS qadev17 (1.2.2); FILE MERGED 2004/03/24 08:42:02 lla 1.2.2.1: #116021# add some docu about, how to handle the strtmpl.c better

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [e4ac03cecd8c289c401a75f2bc466d89bdfd3bb5]

        INTEGRATION: CWS qadev17 (1.5.38); FILE MERGED 2004/04/14 12:08:07 lla 1.5.38.4: #116021# mark unload.h functions as deprecated 2004/04/06 10:57:08 lla 1.5.38.3: #116021# new deprecated functions found in locale.c 2004/03/31 09:48:29 lla 1.5.38.2: #116021# deprecated, get/setDefault in rtl_locale? 2004/03/24 08:41:00 lla 1.5.38.1: #116021# add deprecated rtl_tres_* functions

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [bf7ffa1962a15f04f73f727adf4967be6a59893c]

        INTEGRATION: CWS qadev17 (1.8.2); FILE MERGED 2004/04/14 12:08:59 lla 1.8.2.1: #116021# lot of clarification for test library names

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [0822fec23d2771731f1d19ef090baa67a8dfc646]

        INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/04/22 13:39:54 lla 1.1.2.1: #116021# new file

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [6e85f7ceec495943f61958de4d7378fda1af1fd0]

        INTEGRATION: CWS qadev17 (1.7.2); FILE MERGED 2004/04/22 13:43:55 lla 1.7.2.2: #116021# add rtl_old_testbyteseq.obj 2004/04/14 12:08:58 lla 1.7.2.1: #116021# lot of clarification for test library names

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [41bf0fa23bfa37894f3421abce802bb604316d02]

        INTEGRATION: CWS qadev17 (1.13.2); FILE MERGED 2004/04/30 11:24:35 lla 1.13.2.2: #116021# new dmake behaviour, dmake test_all or dmake runtests=t also build runtests=t 2004/04/23 11:16:34 lla 1.13.2.1: #116021# solve problems with dmake test in sal/qa directory, some tests won't execute, compile errors won't found

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [a69de5f1f30463327a4e2b32c23199e2ab3a862e]

        INTEGRATION: CWS qadev17 (1.10.2); FILE MERGED 2004/04/22 06:57:53 lla 1.10.2.10: #116021# add rtl_logfile 2004/04/22 06:14:56 lla 1.10.2.9: #116021# add rtl_Uri test 2004/04/15 09:06:38 lla 1.10.2.8: #116021# forget ByteSequence 2004/04/14 12:03:59 lla 1.10.2.7: #116021# deprecated functions added 2004/04/13 13:19:33 lla 1.10.2.6: #116021# add new tests 2004/04/06 11:03:31 lla 1.10.2.5: #116021# conflicts solved 2004/04/06 07:07:32 mindyliu 1.10.2.4: #116021# add rtl_Process 2004/03/31 09:47:44 lla 1.10.2.3: #116021# add rtl_locate and rtl_Uuid 2004/03/26 11:51:15 lla 1.10.2.2: #116021# new tests 2004/03/24 08:40:03 lla 1.10.2.1: #116021# new tests

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [58ae19bec4619557c108a7c69cc3f78e60e83eb7]

        INTEGRATION: CWS qadev17 (1.2.2); FILE MERGED 2004/04/23 13:06:23 lla 1.2.2.3: #116021# add PASSED OK or PASSED Failed 2004/04/23 11:16:34 lla 1.2.2.2: #116021# solve problems with dmake test in sal/qa directory, some tests won't execute, compile errors won't found 2004/03/24 08:39:41 lla 1.2.2.1: #116021# don't run through test double

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d72177aaa786dc56954f410c7fe09f68446b5132]

        INTEGRATION: CWS qadev17 (1.16.56); FILE MERGED 2004/04/30 11:37:11 lla 1.16.56.1: #116021# add qa directory to build list, now build runtests=t possible

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3347a7cb0f63743b45f6753f7b14732033c15fd7]

        INTEGRATION: CWS qadev17 (1.6.16); FILE MERGED 2004/04/23 12:26:27 lla 1.6.16.1: #116021# codegen.pl cleanup

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [489daae2a522040501a34aee09cda0bcbc90f29b]

        INTEGRATION: CWS qadev17 (1.14.2); FILE MERGED 2004/04/02 12:10:57 lla 1.14.2.1: #116233# t_print

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [4aa82be172c792156de641ec1124c1dd649bbb8c]

        INTEGRATION: CWS qadev17 (1.3.18); FILE MERGED 2004/04/23 12:27:03 lla 1.3.18.1: #116499# using namespace removed from headers

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [39914ef95390b5bbf4d6a83e8d6c1ec08f79d937]

        INTEGRATION: CWS qadev17 (1.5.42); FILE MERGED 2004/04/28 14:13:19 sw 1.5.42.1: #i26677#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c5059e159a3e6cd88a2f56ff60e42c618f58c219]

        INTEGRATION: CWS qadev17 (1.5.12); FILE MERGED 2004/04/28 13:45:19 sw 1.5.12.1: #i27519

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d1ca2aa5cda62af2a70d4fa9c1b2df4037bf9088]

        INTEGRATION: CWS qadev17 (1.3.46); FILE MERGED 2004/04/28 14:14:05 sw 1.3.46.1: #i26677#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b7ae32c1dd77c76d7ce892b4fdb61c2e821532f1]

        INTEGRATION: CWS qadev17 (1.4.48); FILE MERGED 2004/04/28 13:08:40 sw 1.4.48.1: #116021#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [bdd129c2b159c521b4d7f0ebdf9d49e81ddbeba9]

        INTEGRATION: CWS qadev17 (1.4.96); FILE MERGED 2004/04/28 14:53:07 sw 1.4.96.1: #i26677#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [1d19140ce223ae54b529c0bdb81bc3a917a1575e]

        INTEGRATION: CWS qadev17 (1.3.48); FILE MERGED 2004/04/28 13:11:51 sw 1.3.48.1: #116021#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [d05322997974818759c00df048c4350c38d06f8e]

        INTEGRATION: CWS qadev17 (1.7.12); FILE MERGED 2004/04/28 13:08:28 sw 1.7.12.1: #116021#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [b5932d39e5c94385042feef677fe21545e53533c]

        INTEGRATION: CWS qadev17 (1.7.12); FILE MERGED 2004/04/28 13:08:27 sw 1.7.12.1: #116021#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [05ea47e427a0477a068d202d0b5444e10fb17778]

        INTEGRATION: CWS qadev17 (1.1.100); FILE MERGED 2004/04/28 16:01:43 sw 1.1.100.1: #115142#

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2aac2d0ae94fb3b8510e5c44260a90caa5746bc3]

        INTEGRATION: CWS macrosecurity2 (1.27.54); FILE MERGED 2004/04/21 13:35:37 tbe 1.27.54.1: #116444# Security RunMacro=Never misleading

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c501e87c7495fc9649e59804d6c74156c336598f]

        INTEGRATION: CWS macrosecurity2 (1.94.24); FILE MERGED 2004/04/21 13:35:14 tbe 1.94.24.1: #116444# Security RunMacro=Never misleading

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [20e207359f4e686ada3cf8d826f35032c85434f1]

        INTEGRATION: CWS macrosecurity2 (1.30.50); FILE MERGED 2004/04/21 13:35:24 tbe 1.30.50.1: #116444# Security RunMacro=Never misleading

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [e0f679ea61b9a53b6026e5d8f6b8bbf7cfb989c0]

        INTEGRATION: CWS macrosecurity2 (1.11.184); FILE MERGED 2004/04/21 13:34:58 tbe 1.11.184.1: #116444# Security RunMacro=Never misleading

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [2760e28943205a882052c00adba9d6592da7de28]

        INTEGRATION: CWS comptrans1 (1.6.18); FILE MERGED 2004/04/06 09:58:55 tbe 1.6.18.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [4a3e8d45aca1738bf8d4be053a7f338a998d2316]

        INTEGRATION: CWS comptrans1 (1.4.122); FILE MERGED 2004/04/07 09:54:28 tbe 1.4.122.2: #115421# Render Office Components Transparently Usable 2004/04/06 09:56:43 tbe 1.4.122.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [26ab5fb3d1232921a20abab6893b7582f5852b6c]

        INTEGRATION: CWS comptrans1 (1.8.8); FILE MERGED 2004/04/06 09:56:28 tbe 1.8.8.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [ffaca2c2387c34f5fe9a2879fbb608522fc06363]

        INTEGRATION: CWS comptrans1 (1.65.42); FILE MERGED 2004/04/06 10:01:15 tbe 1.65.42.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [f70d73a9b9332d9db01cb7e04da6a8bcfdae2fcf]

        INTEGRATION: CWS comptrans1 (1.4.44); FILE MERGED 2004/04/06 10:03:33 tbe 1.4.44.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [84581e94adaaec2c5cb25424a0acf708f3a7db94]

        INTEGRATION: CWS comptrans1 (1.3.94); FILE MERGED 2004/04/06 09:04:48 tbe 1.3.94.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [8c72249553aaae5021d9b8961b4bd000fe36954f]

        INTEGRATION: CWS comptrans1 (1.5.64); FILE MERGED 2004/04/06 09:34:33 tbe 1.5.64.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [4a39b7b06b3a0cebebbd02f06526560bf9b2d5d4]

        INTEGRATION: CWS comptrans1 (1.8.64); FILE MERGED 2004/04/06 09:33:59 tbe 1.8.64.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [822d8a6937247c588ec56b1d7c21d4ac4dcf5400]

        INTEGRATION: CWS comptrans1 (1.4.84); FILE MERGED 2004/04/06 09:32:51 tbe 1.4.84.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [c81017b7655ad670063ff362eff18994404ca8ae]

        INTEGRATION: CWS comptrans1 (1.4.108); FILE MERGED 2004/04/06 09:07:08 tbe 1.4.108.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [cd6639e7e82e35fa1a46fdaea9c16f2cd0a71db5]

        INTEGRATION: CWS comptrans1 (1.1.6); FILE ADDED 2004/04/06 09:13:14 tbe 1.1.6.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [cde8a50ff966554115dc94d6fcd75014585c137b]

        INTEGRATION: CWS comptrans1 (1.1.6); FILE ADDED 2004/04/06 09:07:29 tbe 1.1.6.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3ab1c3f6320c087f6cdd80bc1426aa2550aff983]

        INTEGRATION: CWS comptrans1 (1.6.80); FILE MERGED 2004/04/06 09:06:58 tbe 1.6.80.1: #115421# Render Office Components Transparently Usable

2004-05-03  Rüdiger Timm  <rt@openoffice.org>  [3801457dcfe3bea4a2b028e4c95806ed4453b981]

        INTEGRATION: CWS comptrans1 (1.1.56); FILE MERGED 2004/04/06 09:42:24 tbe 1.1.56.1: #115421# Render Office Components Transparently Usable

2004-04-30  Oliver Bolte  <obo@openoffice.org>  [74f2c171fe6f13402f581b0feba6eb93b205462a]

        new version for SRC680

2004-04-30  Oliver Bolte  <obo@openoffice.org>  [32ba2eb98471f38da0391e1161cea3afb0dcaa3e]

        new version for SRC680

2004-04-30  Vladimir Glazounov  <vg@openoffice.org>  [3bc9fc032e485a5b4c5bb72579d548998ccec73b]

        #100000# removed obsolete checks & method

2004-04-30  Oliver Bolte  <obo@openoffice.org>  [d4e38833fddfd5a884ebd855aec82847edca0319]

        new version for SRC680

2004-04-30  Joachim Lingner  <jl@openoffice.org>  [bc943226415ed7f0d0ad820845314653a0dba9d3]

        #i20052#

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3d2ac7a1e63336812ebc02d6255e1af0e433ed8a]

        INTEGRATION: CWS os12 (1.30.16); FILE MERGED 2004/02/19 22:01:31 os 1.30.16.3: RESYNC: (1.31-1.35); FILE MERGED 2003/10/22 16:10:00 os 1.30.16.2: RESYNC: (1.30-1.31); FILE MERGED 2003/07/09 13:07:28 os 1.30.16.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [350cc39176f8eef0971899356f584cd0e628fa8d]

        INTEGRATION: CWS os12 (1.1.138); FILE MERGED 2004/03/08 11:18:47 jb 1.1.138.1: #112224# Fix configpath extractor functions to deescape character entity references (&quot, &apos; and &amp;)

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [34461a7e5c20ac1949193dc41b24294deec3dafa]

        INTEGRATION: CWS os12 (1.57.100); FILE MERGED 2004/04/07 15:18:09 os 1.57.100.4: RESYNC: (1.61-1.65); FILE MERGED 2004/02/19 18:24:39 os 1.57.100.3: RESYNC: (1.58-1.61); FILE MERGED 2003/10/22 15:14:01 os 1.57.100.2: RESYNC: (1.57-1.58); FILE MERGED 2003/07/21 09:08:37 os 1.57.100.1: #103299# SvtUndoOptions is an SfxBroadcaster

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [520d389c707967ad6c86f77c8400bfbca61ebce3]

        INTEGRATION: CWS os12 (1.18.62); FILE MERGED 2004/02/20 09:00:35 os 1.18.62.3: RESYNC: (1.21-1.22); FILE MERGED 2003/10/22 15:16:45 os 1.18.62.2: RESYNC: (1.18-1.21); FILE MERGED 2003/07/09 12:49:32 os 1.18.62.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e961c8b15a42d30369309ba82266eddf32f2368d]

        INTEGRATION: CWS os12 (1.6.100); FILE MERGED 2004/02/19 18:47:46 os 1.6.100.2: RESYNC: (1.6-1.7); FILE MERGED 2003/07/09 12:49:23 os 1.6.100.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7ef66aa1ce4ac591874fbd84849d919cf9a3a0ea]

        INTEGRATION: CWS os12 (1.4.100); FILE MERGED 2004/02/19 18:51:05 os 1.4.100.2: RESYNC: (1.4-1.5); FILE MERGED 2003/07/09 12:49:15 os 1.4.100.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [73650fcac7e4f3c4d41b1b5011629abcaceb5b35]

        INTEGRATION: CWS os12 (1.7.100); FILE MERGED 2003/07/09 12:49:08 os 1.7.100.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f536163fea43992d06a4532016f34d9500a8001a]

        INTEGRATION: CWS os12 (1.32.46); FILE MERGED 2004/04/07 14:54:05 os 1.32.46.6: RESYNC: (1.36-1.37); FILE MERGED 2004/02/19 19:03:46 os 1.32.46.5: RESYNC: (1.34-1.36); FILE MERGED 2003/10/22 15:26:20 os 1.32.46.4: RESYNC: (1.33-1.34); FILE MERGED 2003/07/21 09:08:22 os 1.32.46.3: #103299# SvtUndoOptions is an SfxBroadcaster 2003/07/09 15:08:31 os 1.32.46.2: RESYNC: (1.32-1.33); FILE MERGED 2003/07/09 12:47:37 os 1.32.46.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e0b625e36768f48d198269cb242561b3f09e42a5]

        INTEGRATION: CWS os12 (1.24.100); FILE MERGED 2004/02/19 19:03:38 os 1.24.100.2: RESYNC: (1.24-1.25); FILE MERGED 2003/07/09 12:47:37 os 1.24.100.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [08a8e2ee14199ca63c9ee9f5464a91182f33f5bc]

        INTEGRATION: CWS os12 (1.34.46); FILE MERGED 2004/04/07 14:53:14 os 1.34.46.5: RESYNC: (1.36-1.37); FILE MERGED 2004/02/19 19:01:16 os 1.34.46.4: RESYNC: (1.35-1.36); FILE MERGED 2003/10/23 06:32:34 os 1.34.46.3: RESYNC: (1.34-1.35); FILE MERGED 2003/07/21 09:08:21 os 1.34.46.2: #103299# SvtUndoOptions is an SfxBroadcaster 2003/07/09 12:47:36 os 1.34.46.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7f56e6338c8d2bbcb61d5036166401cbeb1c1b74]

        INTEGRATION: CWS os12 (1.31.94); FILE MERGED 2003/10/22 15:43:30 os 1.31.94.2: RESYNC: (1.31-1.33); FILE MERGED 2003/07/09 12:48:35 os 1.31.94.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [46e9a3298e4f56ec9245a5b43d2715745215b27f]

        INTEGRATION: CWS os12 (1.25.100); FILE MERGED 2004/02/19 20:00:32 os 1.25.100.3: RESYNC: (1.25-1.29); FILE MERGED 2003/07/14 07:14:10 os 1.25.100.2: #103299# include removed 2003/07/09 12:48:53 os 1.25.100.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [417d8151e2a12753dc08d6b9dd91e9d81eca6ada]

        INTEGRATION: CWS os12 (1.7.134); FILE MERGED 2003/10/22 15:48:45 os 1.7.134.2: RESYNC: (1.7-1.9); FILE MERGED 2003/07/21 09:09:02 os 1.7.134.1: #103299# SvtUndoOptions is an SfxBroadcaster

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [6f82a3f37ce561ac08c2b6561326345bf6159882]

        INTEGRATION: CWS os12 (1.19.64); FILE MERGED 2003/10/23 06:32:40 os 1.19.64.3: RESYNC: (1.19-1.20); FILE MERGED 2003/07/21 09:07:57 os 1.19.64.2: #103299# SvtUndoOptions is an SfxBroadcaster 2003/07/09 12:46:51 os 1.19.64.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [efe309080019e027741213bf3c1f5347b8eb1604]

        INTEGRATION: CWS os12 (1.13.106); FILE MERGED 2003/07/09 12:37:14 os 1.13.106.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [a8f9036679070fc390f314b97c128e7827645751]

        INTEGRATION: CWS os12 (1.2.290); FILE MERGED 2003/07/21 09:05:26 os 1.2.290.1: #103299# SvtUndoOptions is an SfxBroadcaster

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [4b587a314635ab7007579c13a45b5002731c1f2b]

        INTEGRATION: CWS os12 (1.62.106); FILE MERGED 2004/02/19 13:35:59 os 1.62.106.2: RESYNC: (1.62-1.64); FILE MERGED 2003/07/21 09:05:41 os 1.62.106.1: #103299# Set/GetPath added

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e83a2bb5ac3e8669f598765146e7a1a0feb26cea]

        INTEGRATION: CWS os12 (1.14.38); FILE MERGED 2004/04/21 08:00:00 as 1.14.38.8: #114059# handle sweb/sglobal more tolerant - because they are registered in different versions :-( 2004/04/20 08:39:30 as 1.14.38.7: #115767# read only existing and valid property values 2004/04/08 11:08:11 os 1.14.38.6: #103299# merge errors corrected 2004/04/07 16:15:41 os 1.14.38.5: RESYNC: (1.14-1.16); FILE MERGED 2004/03/11 09:51:13 as 1.14.38.4: #114059# use direct type properties instead of filter query 2004/03/10 13:41:52 os 1.14.38.3: #103299# read only configuration of default filters 2004/03/09 12:20:04 as 1.14.38.2: #114059# new method to classify by short name 2004/03/04 12:34:12 as 1.14.38.1: #114059# support new property DefaultFilter

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [993ebe3dafb82133581026474ab478b98d371130]

        INTEGRATION: CWS os12 (1.41.42); FILE MERGED 2004/04/08 10:47:38 os 1.41.42.7: #103299# merge errors corrected 2004/04/07 16:15:33 os 1.41.42.6: RESYNC: (1.45-1.46); FILE MERGED 2004/02/26 16:10:07 os 1.41.42.5: #103299# duplicate moduleoptions.obj removed 2004/02/20 08:59:46 os 1.41.42.4: RESYNC: (1.42-1.45); FILE MERGED 2003/10/22 14:45:54 os 1.41.42.3: RESYNC: (1.41-1.42); FILE MERGED 2003/07/21 09:06:48 os 1.41.42.2: #103299# SvtUndoOptions is an SfxBroadcaster 2003/07/09 12:37:53 os 1.41.42.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5498e3a753fabeba5fb260715f2a2fe2ca5e284c]

        INTEGRATION: CWS os12 (1.2.106); FILE MERGED 2004/03/10 14:33:35 os 1.2.106.2: #103299# read only flags correctly set 2003/07/09 12:39:12 os 1.2.106.1: #103299# readonly configuration support for dialogs

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7014fb60efcb80d5dc43f830177d63dc0fd72897]

        INTEGRATION: CWS os12 (1.1.254); FILE MERGED 2003/07/09 12:39:11 os 1.1.254.1: #103299# readonly configuration support for dialogs

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [6500c96fa67ee8351c929025272508e7d3b31955]

        INTEGRATION: CWS os12 (1.15.106); FILE MERGED 2004/03/10 13:36:02 hjs 1.15.106.1: #26297# fix windows linelength problem

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [dc76026d2e92160c910d758d6a80b0d1d4740ddf]

        INTEGRATION: CWS os12 (1.14.106); FILE MERGED 2004/03/10 13:36:02 hjs 1.14.106.1: #26297# fix windows linelength problem

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [2c4c7a6f9330956147a25128a66289eca0c6b679]

        INTEGRATION: CWS os12 (1.60.30); FILE MERGED 2004/04/07 14:02:38 os 1.60.30.2: RESYNC: (1.60-1.61); FILE MERGED 2004/03/09 12:18:04 as 1.60.30.1: #114059# use new DEFAULTFILTER mechanism

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e99334ba9edf71850053f86a0bd1468cb01fa036]

        INTEGRATION: CWS os12 (1.22.60); FILE MERGED 2004/04/08 13:39:54 os 1.22.60.5: #114059# merge errors corrected 2004/04/07 14:01:48 os 1.22.60.4: RESYNC: (1.22-1.24); FILE MERGED 2004/03/11 12:29:36 os 1.22.60.3: #114059# include added 2004/03/11 09:52:38 as 1.22.60.2: #114059# use new query design 2004/03/09 12:18:04 as 1.22.60.1: #114059# use new DEFAULTFILTER mechanism

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [90ade33899f5e15a494f3fc97e5b3bca900aaa0e]

        INTEGRATION: CWS os12 (1.5.88); FILE MERGED 2004/03/09 12:18:03 as 1.5.88.1: #114059# use new DEFAULTFILTER mechanism

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [401c0358170b761ecfe0bda00ce7a5f913a4e76b]

        INTEGRATION: CWS os12 (1.19.80); FILE MERGED 2004/03/09 12:18:03 as 1.19.80.1: #114059# use new DEFAULTFILTER mechanism

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [515909b5fdaa130b8effd59bcfb8d4168da6ca06]

        INTEGRATION: CWS os12 (1.105.6); FILE MERGED 2004/03/09 12:18:03 as 1.105.6.1: #114059# use new DEFAULTFILTER mechanism

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f0fa5298de3959cf7c6e4995b5f619e7d2cbf8f7]

        INTEGRATION: CWS os12 (1.55.30); FILE MERGED 2004/04/13 05:18:35 os 1.55.30.3: #114059# merge errors corrected 2004/04/07 13:58:38 os 1.55.30.2: RESYNC: (1.55-1.57); FILE MERGED 2004/03/09 12:18:02 as 1.55.30.1: #114059# use new DEFAULTFILTER mechanism

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [8d0100d181834d7fb6d78183ecf4f42515489ae0]

        INTEGRATION: CWS os12 (1.3.18); FILE MERGED 2004/04/07 16:08:29 os 1.3.18.2: RESYNC: (1.3-1.7); FILE MERGED 2004/03/05 13:54:58 as 1.3.18.1: #115733# reactivate old TypeDetection configuration to support old 3rdparty components

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [40ab25c99c2c7bf83aa0d700ac123753a97c688a]

        INTEGRATION: CWS os12 (1.35.44); FILE MERGED 2004/02/19 22:54:13 os 1.35.44.3: RESYNC: (1.36-1.37); FILE MERGED 2003/10/22 16:24:59 os 1.35.44.2: RESYNC: (1.35-1.36); FILE MERGED 2003/07/09 13:05:11 os 1.35.44.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f5497e2392ca3be80dee4f4ccd644a00ab465679]

        INTEGRATION: CWS os12 (1.17.60); FILE MERGED 2004/02/19 23:12:42 os 1.17.60.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/09 13:04:50 os 1.17.60.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [77f2b349930ae0fa416d1faba03d25e0766a6d51]

        INTEGRATION: CWS os12 (1.12.44); FILE MERGED 2003/10/22 16:46:08 os 1.12.44.2: RESYNC: (1.12-1.13); FILE MERGED 2003/07/09 13:04:26 os 1.12.44.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [791f6d4d524f8e8aa9503e059f377d3f1e6014e6]

        INTEGRATION: CWS os12 (1.15.32); FILE MERGED 2004/03/05 13:56:44 as 1.15.32.1: #115733# reactivate old TypeDetection configuration to support old 3rdparty components

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [bf3dfc073d3e0090a851722ac455b1f6e511a492]

        INTEGRATION: CWS os12 (1.27.44); FILE MERGED 2004/04/07 17:40:51 os 1.27.44.2: RESYNC: (1.27-1.29); FILE MERGED 2004/03/04 12:31:40 as 1.27.44.1: #114059# add new property to factory template: DefaultFilter

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [577aab251430426fc64533ca68fbf411a6adbb77]

        INTEGRATION: CWS os12 (1.8.40); FILE MERGED 2004/02/25 12:04:30 os 1.8.40.3: #103299# AddressItem removed, again ;-) 2004/02/20 09:06:44 os 1.8.40.2: RESYNC: (1.8-1.10); FILE MERGED 2003/07/09 13:11:25 os 1.8.40.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d53b93bb51f87b90bbf019b9642a0c9af32c4a1e]

        INTEGRATION: CWS os12 (1.133.24); FILE MERGED 2004/04/15 09:24:44 as 1.133.24.1: #114059# hold at least one TypeDetection service alive to optimize startup performance related to caching filter config ...

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [b8dc1a95b46a4a5efb89f1709212d80500c7c14c]

        INTEGRATION: CWS os12 (1.21.58); FILE MERGED 2003/07/09 12:59:51 os 1.21.58.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [6b08b412c53c7953cb45e9c36471d748d837ac93]

        INTEGRATION: CWS os12 (1.63.8); FILE MERGED 2004/03/10 14:43:59 os 1.63.8.4: #103299# read only configuration of default filters 2004/02/19 15:31:45 os 1.63.8.3: RESYNC: (1.64-1.65); FILE MERGED 2003/08/08 08:14:29 os 1.63.8.2: RESYNC: (1.63-1.64); FILE MERGED 2003/07/15 11:28:21 os 1.63.8.1: #103299# tab page uses SvtSaveOptions instead of items

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e25adc8f0f000cd3853b9d0c6a27feb0f775a986]

        INTEGRATION: CWS os12 (1.24.8); FILE MERGED 2004/02/19 15:31:23 os 1.24.8.3: RESYNC: (1.25-1.26); FILE MERGED 2003/08/08 08:14:21 os 1.24.8.2: RESYNC: (1.24-1.25); FILE MERGED 2003/07/23 10:48:12 os 1.24.8.1: #103299# path tab page doesn't need SfxApplication::Get/SetOptions anymore

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [54427100d1d77e6ef5a824b49c2d7d4f306690b7]

        INTEGRATION: CWS os12 (1.73.46); FILE MERGED 2004/02/26 15:48:41 os 1.73.46.5: #103299# help tips added to readonly-images (locks) 2004/02/20 09:00:05 os 1.73.46.4: RESYNC: (1.75-1.76); FILE MERGED 2003/08/08 08:13:39 os 1.73.46.3: RESYNC: (1.74-1.75); FILE MERGED 2003/07/10 05:41:26 os 1.73.46.2: RESYNC: (1.73-1.74); FILE MERGED 2003/07/09 12:56:45 os 1.73.46.1: #103299# readonly configuration support for dialogs

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [2636232f7dfc05efb6438a2a25bf9ec06269b6a8]

        INTEGRATION: CWS os12 (1.23.154); FILE MERGED 2004/02/26 15:48:40 os 1.23.154.5: #103299# help tips added to readonly-images (locks) 2004/02/20 08:59:56 os 1.23.154.4: RESYNC: (1.24-1.25); FILE MERGED 2003/10/23 06:32:26 os 1.23.154.3: RESYNC: (1.23-1.24); FILE MERGED 2003/07/15 11:27:44 os 1.23.154.2: #103299# external browser tab page removed 2003/07/09 12:53:07 os 1.23.154.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7786e710ddab055087cd2c7c656737e01bb37035]

        INTEGRATION: CWS os12 (1.11.302); FILE MERGED 2004/02/19 15:34:54 os 1.11.302.2: RESYNC: (1.11-1.14); FILE MERGED 2003/07/09 12:52:39 os 1.11.302.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [188e104b8477cf3a00440ecc7cddbdf90a91b1f4]

        INTEGRATION: CWS os12 (1.2.70); FILE MERGED 2004/02/23 14:57:54 os 1.2.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [b59771d048098096dddb296bf91bae794ab2242d]

        INTEGRATION: CWS os12 (1.3.70); FILE MERGED 2004/02/23 14:57:53 os 1.3.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [0f8ef45abedbb614e7c21ce73ebc79e443af7f91]

        INTEGRATION: CWS os12 (1.1.2); FILE ADDED 2004/02/26 15:49:46 os 1.1.2.1: #103299# help tips added to readonly-images (locks)

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [1c1cf9837791e4f8d4b99f1ed2111dcd9644954b]

        INTEGRATION: CWS os12 (1.1.2); FILE ADDED 2004/02/26 15:49:30 os 1.1.2.1: #103299# help tips added to readonly-images (locks)

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [85ae7a77b4e0dae72219a527c191e6833ebb3a2a]

        INTEGRATION: CWS os12 (1.1.2); FILE ADDED 2004/02/27 07:16:50 os 1.1.2.2: #103299# include corrected 2004/02/26 15:50:07 os 1.1.2.1: #103299# help tips added to readonly-images (locks)

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [6573dd75eaa69ade3c7de4bb7836fe7d320ca67c]

        INTEGRATION: CWS os12 (1.2.70); FILE MERGED 2004/03/10 14:43:36 os 1.2.70.4: #103299# read only configuration of default filters 2004/02/27 07:16:50 os 1.2.70.3: #103299# include corrected 2004/02/26 15:48:39 os 1.2.70.2: #103299# help tips added to readonly-images (locks) 2004/02/23 14:57:53 os 1.2.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [20bfd48f0135b4f31182a962ed68de628af79e68]

        INTEGRATION: CWS os12 (1.2.70); FILE MERGED 2004/04/13 06:07:29 os 1.2.70.6: #114059# merge errors corrected 2004/04/07 15:37:38 os 1.2.70.5: RESYNC: (1.2-1.3); FILE MERGED 2004/03/11 15:54:26 os 1.2.70.4: #114059# filter query changed, again 2004/03/10 13:41:14 os 1.2.70.3: #103299# read only configuration of default filters; #115721# additionally merged 2004/02/26 15:48:39 os 1.2.70.2: #103299# help tips added to readonly-images (locks) 2004/02/23 14:57:52 os 1.2.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [4b54c45d6716d77ff2e2cdf3d6c30ca33b61cd2c]

        INTEGRATION: CWS os12 (1.2.70); FILE MERGED 2004/02/27 07:16:49 os 1.2.70.2: #103299# include corrected 2004/02/26 15:48:38 os 1.2.70.1: #103299# help tips added to readonly-images (locks)

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [cfd2859daea94e39b54571efea698e6d78535ad7]

        INTEGRATION: CWS os12 (1.3.70); FILE MERGED 2004/02/23 14:57:52 os 1.3.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [926bf4e58e92917725f573ac1b434bf8edcf5fa2]

        INTEGRATION: CWS os12 (1.2.70); FILE MERGED 2004/02/27 07:16:49 os 1.2.70.3: #103299# include corrected 2004/02/26 15:48:37 os 1.2.70.2: #103299# help tips added to readonly-images (locks) 2004/02/23 14:57:52 os 1.2.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [97decdb07a79f529ae117d3ca0751a0fd133e1ee]

        INTEGRATION: CWS os12 (1.2.70); FILE MERGED 2004/04/14 14:19:30 os 1.2.70.4: #103299# open hyperlinks FixedText readonly, too 2004/03/10 14:34:06 os 1.2.70.3: #103299# java ClassPath browse button disabled on readonly, too 2004/02/26 15:48:37 os 1.2.70.2: #103299# help tips added to readonly-images (locks) 2004/02/23 14:57:52 os 1.2.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e9b0175f526f0f964fdb5f53e55a6cfd9c0ca8a4]

        INTEGRATION: CWS os12 (1.3.70); FILE MERGED 2004/02/23 14:57:51 os 1.3.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [6ea7a04b6abbbcb5696ade917f33cadb96382045]

        INTEGRATION: CWS os12 (1.2.70); FILE MERGED 2004/04/13 07:26:22 os 1.2.70.3: #114059# merge errors corrected 2004/04/07 15:37:30 os 1.2.70.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/23 14:57:51 os 1.2.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [cf37b5a15b030fb72061cac8777eda9a442455fe]

        INTEGRATION: CWS os12 (1.3.56); FILE MERGED 2004/04/13 06:07:29 os 1.3.56.5: #114059# merge errors corrected 2004/04/07 15:37:20 os 1.3.56.4: RESYNC: (1.3-1.4); FILE MERGED 2004/02/27 07:16:48 os 1.3.56.3: #103299# include corrected 2004/02/26 15:48:36 os 1.3.56.2: #103299# help tips added to readonly-images (locks) 2004/02/23 14:57:50 os 1.3.56.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [01501a1ab45b4868784a44bcd136eee6155fb320]

        INTEGRATION: CWS os12 (1.2.70); FILE MERGED 2004/04/13 06:07:29 os 1.2.70.3: #114059# merge errors corrected 2004/04/07 15:37:12 os 1.2.70.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/23 14:57:50 os 1.2.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [ba5b7894649ff4e842de6f910ac0a5688759b016]

        INTEGRATION: CWS os12 (1.3.70); FILE MERGED 2004/04/13 06:07:28 os 1.3.70.5: #114059# merge errors corrected 2004/04/07 15:37:04 os 1.3.70.4: RESYNC: (1.3-1.5); FILE MERGED 2004/02/26 15:48:35 os 1.3.70.3: #103299# help tips added to readonly-images (locks) 2004/02/26 11:38:06 os 1.3.70.2: #103299# external programs: UNIX Readonly images no visible on non-Unix 2004/02/23 14:57:50 os 1.3.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [06f431bb42aed4f8c7313b98b35141fdb8543753]

        INTEGRATION: CWS os12 (1.20.68); FILE MERGED 2004/04/07 15:36:53 os 1.20.68.3: RESYNC: (1.20-1.21); FILE MERGED 2004/02/26 15:48:35 os 1.20.68.2: #103299# help tips added to readonly-images (locks) 2004/02/23 14:57:50 os 1.20.68.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3f0eb53a97549086178b81a5cead69dce6617266]

        INTEGRATION: CWS os12 (1.1.70); FILE MERGED 2004/02/23 14:57:48 os 1.1.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5f3633ea58e930b7dac6fbae6b5698439e405a85]

        INTEGRATION: CWS os12 (1.19.154); FILE MERGED 2004/04/07 15:34:07 os 1.19.154.4: RESYNC: (1.21-1.22); FILE MERGED 2004/02/19 16:55:21 os 1.19.154.3: RESYNC: (1.20-1.21); FILE MERGED 2003/10/22 15:03:22 os 1.19.154.2: RESYNC: (1.19-1.20); FILE MERGED 2003/07/09 12:51:46 os 1.19.154.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [6dbb7e91380de1a15354489c4ca7a0cd499d75f0]

        INTEGRATION: CWS os12 (1.38.84); FILE MERGED 2004/04/07 15:33:48 os 1.38.84.4: RESYNC: (1.43-1.45); FILE MERGED 2004/02/20 09:00:13 os 1.38.84.3: RESYNC: (1.40-1.43); FILE MERGED 2003/10/22 15:03:14 os 1.38.84.2: RESYNC: (1.38-1.40); FILE MERGED 2003/07/09 12:51:45 os 1.38.84.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [9fa9c8e58cb8b703ff5e969e3cba03f038e394aa]

        INTEGRATION: CWS os12 (1.74.116); FILE MERGED 2004/04/07 15:32:56 os 1.74.116.4: RESYNC: (1.80-1.81); FILE MERGED 2004/02/19 17:08:37 os 1.74.116.3: RESYNC: (1.76-1.80); FILE MERGED 2003/10/22 15:03:58 os 1.74.116.2: RESYNC: (1.74-1.76); FILE MERGED 2003/07/15 11:27:25 os 1.74.116.1: #103299# optextbr.hxx and adritem.hxx removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [2711f05ddb6c746bdb1de877550fdc298fe87db9]

        INTEGRATION: CWS os12 (1.2.70); FILE MERGED 2004/03/10 14:43:19 os 1.2.70.2: #103299# read only configuration of default filters 2004/02/23 14:55:34 os 1.2.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [1ca7abf81ef205edc1673e133dead71f2eb616cf]

        INTEGRATION: CWS os12 (1.2.70); FILE MERGED 2004/02/23 14:55:33 os 1.2.70.1: #103299# read only configuration

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d737d39eec921c913782d5f182fe5002eb8bbc7a]

        INTEGRATION: CWS os12 (1.12.174); FILE MERGED 2004/02/19 21:01:30 os 1.12.174.2: RESYNC: (1.12-1.13); FILE MERGED 2003/07/09 13:07:31 os 1.12.174.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [2f7b1282733356996d500c0638e0a4f91d7f207c]

        INTEGRATION: CWS os12 (1.11.64); FILE MERGED 2004/02/19 20:59:07 os 1.11.64.2: RESYNC: (1.12-1.15); FILE MERGED 2003/07/09 13:07:31 os 1.11.64.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [722b3811b27d486a3398f456833146210e56e132]

        INTEGRATION: CWS os12 (1.6.84); FILE MERGED 2004/02/19 21:51:14 os 1.6.84.2: RESYNC: (1.6-1.7); FILE MERGED 2003/07/09 13:07:29 os 1.6.84.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c24f4da11726dacb98d97c7939a2114a67d5be0a]

        INTEGRATION: CWS os12 (1.5.174); FILE MERGED 2004/02/19 22:01:38 os 1.5.174.2: RESYNC: (1.5-1.7); FILE MERGED 2003/07/09 13:07:28 os 1.5.174.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [20165346a1adf1bf10cd2297274c683eac3cfd6e]

        INTEGRATION: CWS os12 (1.3.182); FILE MERGED 2003/07/09 13:07:27 os 1.3.182.1: #103299# SvxAddressItem removed

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [353f01e70f1eb548b88b4754533512872f441401]

        INTEGRATION: CWS os12 (1.3.50); FILE MERGED 2004/04/07 11:05:12 os 1.3.50.1: #115816# incorporate interface changes from #103299#

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7ffef5f576d305ec4846a69eb21c33b408c52283]

        INTEGRATION: CWS os12 (1.7.44); FILE MERGED 2004/04/07 11:05:11 os 1.7.44.1: #115816# incorporate interface changes from #103299#

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [631d09c8055eb7552d0b4d9c5a826016ed82227c]

        INTEGRATION: CWS os12 (1.3.50); FILE MERGED 2004/04/07 11:05:09 os 1.3.50.1: #115816# incorporate interface changes from #103299#

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [b79ae67681315f8ebbeb8b3acde57ebe5b1a3911]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:18 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [ff7fa4017d7e306b4e16aceb6d94cb261075a486]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:17 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f3623d01550794d7e2daf478a719e767aead9d18]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:16 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [b12d6ed084a11a6111632d74948e8f9484802b71]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:15 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [6787a9ebc636fb314a4d93859f205eda61ee77dc]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:14 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [083f2948434bee7142a2f3757cb17305fa4baf63]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:13 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [10d6a61b640a0ad3310349c300f494bf09fd1fdb]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:12 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [db7bf3fc297823c02e1d30f9fcfbe7c90577ac38]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:11 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f6dff5365dccf59ca49a8b790c14d31fb9dc1994]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:10 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d5f5d951fcacb4756083bf925eb7b97f6bd9b9c2]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:09 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c169980431dc54cc375733c887e2afb85449bd10]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:08 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [ac595a94f6ab6b7ce692a43ba9a4b13419b61828]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:07 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e8377a5f75ebdb06d073ed28ac1cb7e26bd9ba7f]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:06 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [2df30068606811d33ab455efdd46ce4ee6ffa25a]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:05 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d99b4443a825eefd5ec4bfde998a2ea762d47e37]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:04 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [8a837b4c98d2ad49dca3c4f76f09e345577b4990]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:03 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c67f0e882af91689a5f6adca3d2a3f8057d84fec]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:02 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [2b47aa26b124c9a091df0ed1b4bf7fa286134516]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:01 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5245467bf2c72bf702d555a40ed0629fa3b28f45]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:19:00 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7e6b919ff5d1240e7f51a900f668a967a4f05c2c]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:59 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3ebae7f1549c7d07690a6e36c3e8289b5b8df377]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:58 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d65ebb59d9e1a7b6036133d91784ecc307d7d0b7]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:57 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [79edce93e97aeff042bddf88914b38021a6b5136]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:56 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f8aafc31063ae35faba92f8405534e0f678eb6c4]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:55 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d306f1bffdff5cfcc1ab54846114d9ae9c54b4dc]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:54 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [68d3bfaebe4fa71e0ee154df61c78045f34fe001]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:53 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [45b38527287ff9c3add138c7f4eab408483ce9bc]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:52 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [74109a5a03036bb87a7e9d5180e783c855266a58]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:51 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c1ac287a8d7d8abf6130a249cfbc3fe516d09aff]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:50 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [94405c864b9a938557b5c9916fd186dcd5c23dd1]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:49 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5f29c3e677f29bd0b0d950f5eb99905025b0a321]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:48 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c596ba4a18e525a7dc937aae6a1906b13b5cac69]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:47 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [172992b2c5c0b571f9c4bf80c17a4c8855479948]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:46 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7ee6e41fe609fe79a975c5d6a6efc9159eada51e]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:45 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [da577b02efb9b4b2aad7843608bc5e853e030a2a]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:44 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f0e00b7c9424a1bcfd6344b9457870a6e45d015e]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:43 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [1d96496657afa07206fd9f8d639c3a0fb05b24d4]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:42 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c8d0d4348b501483ef7e5f08c409bbedcef129e6]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:41 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5cf07901e9e275241c34ed5f88cf66ff12085ac5]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:40 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [0895096ec5fe15131fe0180eab0e2b30f48a3598]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:39 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [4db5b21f9da64390b7d1655926b01b6eb7830160]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:38 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [6ee9ade7b03a54216626b314eeb6f98793afdac8]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:37 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c7fff1f9bde8f0222f5256e4178c1ff80de85769]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:36 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [2d1cf3534a76bfbe625da27bff896c2582faecb7]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:35 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5b58c2bfefd4f14cc3b2ff3c9c098ff66646d788]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:34 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d26ec5c6b7b3a6c4c73b3d3d47532bf49fc6a48d]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:33 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [9ff8064731dec20c22071ddda787871ea525e036]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:32 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c12bd4498bb58a608a4f6ecc13bd5045b856dbb0]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:31 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [1f463c17d9759822c8bc22b89cd1ab7421d416fb]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:30 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [8a66d67494b51167afce98e9e710563890ec1515]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:29 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [697c7c85c99798e24de784986221efb806e29ef4]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:28 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [de47b9e8c3a77324cc8e9d5ccbb70b7fa34e5dfa]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:27 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [fe6601693b1ba58f0ba7ee67ed01eb5574e2bdc5]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:26 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [1f814dba5e7b719fa8c88ce11e8ad9ccd4936bae]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:25 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [18b3958e3c6a1123ce6864d873281f869e4b3a4d]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:24 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c0ce4d588ff4eaf80a25bf285b3a6195e8119dce]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:23 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [384e0b36b743d3fb0c653807e165b73ca3a00e9c]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:22 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [2e7f4f86aa3c0ee692131fa848b89cb97e30e037]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:21 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [680f9a391e2ae367f69d3835c6b60c1825695ce9]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:20 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [bb93f68f6a5fd8f3eaff23acd52376559b3c974c]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:19 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [75cd6471459387ddd9fe31295705c0052b68d467]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:18 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5ec42ef8e8e86a8ed1406dc1025da60d0ea17ee4]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:17 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3e05f9d3b77f5f7f1d109146246ff30f10572c94]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:16 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [a86f6d8aa10d863a474440cb8ecb7ba2c9621cfc]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:15 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e2db757a79b9c65607fde045457258e12ae24fda]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:14 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5444a8c8f2ebc95d98ed58c71fd6155aee019df4]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:13 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d0a9304a3e8bc07a7ed9f3d3a62ef975e54550a3]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:12 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c200dcdc2746fae747a4b8b0ad0f939938e9fbad]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:11 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5bd1d7394fb4e9e461288eae9c355f7baa8bc708]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:10 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [171281a88a0a2320456aa56b8bd877173e046ba8]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:18:09 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e76dab06011d51815b33ebe75695ac7416599675]

        INTEGRATION: CWS os12 (1.2.18); FILE MERGED 2004/03/04 12:18:08 as 1.2.18.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [54e58b4f64945f4d82b811b367a2c79c91dd910c]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:57 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [46d2ebce6bc8ec9e50dbc2145cb1de5d5371deb5]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:56 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3fc3129823a127554072e6ce893808463744d003]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/09 12:12:26 as 1.2.26.2: #114059# no DEFAULT flags any longer 2004/03/04 12:17:55 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3ff76fbe0517b5ac3331335cf0d1b8e9a77296cc]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:55 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [4ecb1de48ac61827247feb83c9136c8fd8ab512b]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:54 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7aa0c66345f82e82288d966b1be554a0b8e26768]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:53 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [74f7b6db98ec2274e24b3f51de2fa5884fb4df8c]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:52 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [a6714016f07388cb0cd8c589afe5b27734082d71]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:51 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [1a77cd35dbd14d0edfdc7916acbfebd218ee5475]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:50 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [b4eb697ee6db2797368e05712f4d2567ea3d69ba]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:49 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3ce7fb66e7ec685f0e85f4de9c1dec3a754b767e]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:48 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [572c51cf2ada069dbdde8e47c7dd929806f5d6af]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:47 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [87f9087bc4f7f084204b1460e252dc54ed913dcc]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:46 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [64bc85288de951cc2c696477852d32a4f8d38d66]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:45 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [1db22c09513eea3e209f320490d8bc1575efc171]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:44 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [4e31c1bca63aa6adce6390a0fb84aacb445dbfe1]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:43 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [6049293e51afcd6d866d41ade6a4286294891685]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:42 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [50a7b0a5afe5097d9ce4672dd6350d28e015c54e]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:41 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [86ef5145dfc615a6100973b64888cf188b629f58]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:40 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [b0e4b337c169a9f9af41e64296bec7a0af523f35]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:39 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [2a309329f816f06946018cee826bc7375fad6d4d]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:38 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5c310fa0b98ec6a452ecb20f7bf26b7aed8a04f4]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:37 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [effd72536cd7f5591873e7276302dae81fe0422d]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:36 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [a6764d5fca1fea534f573348d6ea338487865ff0]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:35 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [00c986c0118ef4ef54874c2b1a8bf7aa9c9887e6]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:34 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [30c4036977ee039424f9e1be4cb1ab8993c34e74]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:33 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [028ac302be8729053f1e234f10b6d0c9caba31ee]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:32 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [fac993462d5ee8739095191c739a6e7c5e661f6c]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:31 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f168c22401d6ed5a6e0fd1b0a68c3755ee38f205]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:30 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [4a40596c2011db9201f8be23ec962179e9d4cfc5]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:29 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [53b3a678e8e61c690c298e78fffc1973dbde4cab]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:28 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [a59da0dfaf26093b3ea8fbc7ba2abaee45276f78]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:27 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d56e1e9a093dedc0e863fe388de6338408cf67ef]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:26 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e7e9611eefaadb462b7c9daae26947a23af9638f]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:25 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f096bacf1d92f93527057626ca671847465c45a8]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:24 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f92c0426ed580a484d6c285c7d3eef79f6076f3b]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:23 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [05817e67ea50deb9344aca204a20fdf63930eb7a]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/09 12:12:26 as 1.2.26.2: #114059# no DEFAULT flags any longer 2004/03/04 12:17:23 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7a58c7e18b8ad95b7d2c884abd4c59461a181dd1]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/09 12:12:26 as 1.2.26.2: #114059# no DEFAULT flags any longer 2004/03/04 12:17:22 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7ef7501ca3d46eb5c6ade16cb380c4361a18c4f9]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/09 12:12:25 as 1.2.26.2: #114059# no DEFAULT flags any longer 2004/03/04 12:17:22 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [8260dd46a314330a3d76da9b74ca44fcbb41b528]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/09 12:12:25 as 1.2.26.2: #114059# no DEFAULT flags any longer 2004/03/04 12:17:21 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [432a5ffa4c17565f2df0679145429380f605a602]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/09 12:12:24 as 1.2.26.2: #114059# no DEFAULT flags any longer 2004/03/04 12:17:21 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [b8f0965da7ebea72cda12f81655feb367c487f98]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:21 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [8f8ddbfa928cb34ebf1b75f447159863812d3652]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:20 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e96d8174a7dfeca9f035c9e34338c8ff1ba4c5f5]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:19 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5dd96b412f9c8f0bb1580a74709749d0c8964e5a]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:18 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [758bbda3a5903f4f2bf56a4795ea86d69e6ecc0b]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:17 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [0ecadaca2dc3cde27440bc85fe21ed56513fbc7b]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:16 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3756c2a5d207d77de1780b05e348a61faf37333f]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:15 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3ba7c1a99743ac280f333074bfa1923d75565a6c]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:14 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e32967883a791d7f18b5141825b88f21c2f2f561]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:13 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [fef58835741942a26f5ee72e427dad11624de183]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:12 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7ab3705809aa9817b1b77c8a3a716530d88c356e]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:11 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [0b688b43fee005bb8c1e42a9275a31e0a0515976]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:10 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [cb1c251c543a8cf95f12781848bd935c6502280f]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:09 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [b689a4eb0840954a0bb338fdc85a824aca3611cb]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:08 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [bf9122ff6e5bc32cafbbb4ff14a29d18c2177d77]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:07 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [f33f2ac61551b22bf085e9e58bdb4ab15b43d9f6]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:06 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7759c2610367b42f05a9f2eb62d3d94a006caecd]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:05 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [43d4fdd6e654acf68cb592987706e9f9469672fb]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:04 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [36a2afa299b04a887768c69ffcc27b256c1f93ca]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:03 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [4df5cf591251acc279942b0465d5f50e276b64a8]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:02 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [36a7ad8440de1b39d7bc494ca2051b6a41d3cd50]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:01 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [5fda8dae36e1d6761ccc6a843d738ab12a267b9c]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:17:00 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7a6b8aedaf769b281714881db9a6d574fc8e51e5]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:59 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [01c1a07b05d0d8ee6c829adeeed7aaa691ac3754]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:58 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [cd896cfa1c088197bf8bbaac7623a6d2067c6df1]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:57 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [a6d75d943389790031c367b0714624237819b038]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:56 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [649c05356ab907d69343139fc414a72b4dda2bf8]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:55 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [ce03e19af9bef604806abec8988d43250c8c7416]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:54 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [b3b3dc6d5c238060e4d50dd0e6b417d1233310b3]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:53 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7c9bfa4b69a014e46e0bc197e2abd6324312539b]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:52 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [e05075118fc7765ddf179ca51175fb51557eeaaa]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/09 12:12:23 as 1.2.26.2: #114059# no DEFAULT flags any longer 2004/03/04 12:16:51 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [9aa770ad6b9712d867c664ca203bbb58fcc6de6f]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:51 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [497c50aefd342e4f1bbf5b4b6361d3049d83cf94]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:50 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [8e17878021f420f56a44d1bd2a68d29c3cf47641]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:49 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [2e3fa5a4bb207875c4576cdd977740f7395d0d13]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:48 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [46230151a1ccfca01e5b0a67ca40646aad179759]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:47 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [0a94bac3e58eb1dbfc8f5cf44ffd76f1d15a01d2]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:46 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [161c20bd37b9975c61e3abdc84034eb96047ded5]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:05 as 1.2.26.1: #114059# suport FINALIZED and MANDATORY; use multiple service instances; support cache cloning

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [3e76f6809c3537169a2efaaa52133972ba31c5d0]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:45 as 1.2.26.1: #114059# make non XSLT filters mandatory and finalized

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c371263ceec6e6fa4de89a45ddfc72f5c3053ee9]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/04/15 09:07:22 as 1.2.26.7: #114059# assertions -> reintrance problem = fixed 2004/04/07 16:23:28 os 1.2.26.6: RESYNC: (1.2-1.3); FILE MERGED 2004/03/15 08:01:14 as 1.2.26.5: #114059# add warning for dieing FilterCache instance -> Performance problem 2004/03/08 10:53:59 as 1.2.26.4: #114059# use clone/takeover instead of configuration listener 2004/03/05 14:03:33 as 1.2.26.3: #115733# let FilterCache to the update configuration job ... 2004/03/05 13:53:58 as 1.2.26.2: #114059#, #115733# start implementation of listener mode, read old typedetection file, fix build dependencies 2004/03/04 12:16:06 as 1.2.26.1: #114059# suport FINALIZED and MANDATORY; use multiple service instances; support cache cloning

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [fde830ff13fc335fd91afc57decbaad8187e828f]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/04 12:16:07 as 1.2.26.1: #114059# suport FINALIZED and MANDATORY; use multiple service instances; support cache cloning

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d5b315071aaa850c41d04946079e663b477b0023]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/08 10:54:00 as 1.2.26.3: #114059# use clone/takeover instead of configuration listener 2004/03/05 13:53:59 as 1.2.26.2: #114059#, #115733# start implementation of listener mode, read old typedetection file, fix build dependencies 2004/03/04 12:16:07 as 1.2.26.1: #114059# suport FINALIZED and MANDATORY; use multiple service instances; support cache cloning

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [1ae96b3da64f28f7bfa66bbf796ab934c5e2fb1f]

        INTEGRATION: CWS os12 (1.1.2); FILE ADDED 2004/03/04 12:30:37 as 1.1.2.1: #114059# rename update* classes to lateinit*

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c748fac386cc908c544714425742c1db1cba2428]

        INTEGRATION: CWS os12 (1.1.2); FILE ADDED 2004/04/15 09:07:23 as 1.1.2.2: #114059# assertions -> reintrance problem = fixed 2004/03/04 12:30:36 as 1.1.2.1: #114059# rename update* classes to lateinit*

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [1aaa85f35a4176058adee998391453505ee08f47]

        INTEGRATION: CWS os12 (1.1.2); FILE ADDED 2004/04/15 09:07:22 as 1.1.2.2: #114059# assertions -> reintrance problem = fixed 2004/03/04 12:30:36 as 1.1.2.1: #114059# rename update* classes to lateinit*

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [ea695015cdebc7cb9a9d59c43bd924d9f296675b]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/11 08:07:44 as 1.2.26.1: #114059# repair filter query

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [ab7b32da6232b051905cbe4c2fab6c563f0f6cd4]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/04/07 16:23:41 os 1.2.26.3: RESYNC: (1.2-1.3); FILE MERGED 2004/03/11 08:07:43 as 1.2.26.2: #114059# repair filter query 2004/03/04 12:16:06 as 1.2.26.1: #114059# suport FINALIZED and MANDATORY; use multiple service instances; support cache cloning

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [1f801186ccf8b7070e9a1615e0f29045c9170741]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/08 10:54:00 as 1.2.26.4: #114059# use clone/takeover instead of configuration listener 2004/03/05 14:03:33 as 1.2.26.3: #115733# let FilterCache to the update configuration job ... 2004/03/05 13:53:59 as 1.2.26.2: #114059#, #115733# start implementation of listener mode, read old typedetection file, fix build dependencies 2004/03/04 12:16:06 as 1.2.26.1: #114059# suport FINALIZED and MANDATORY; use multiple service instances; support cache cloning

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [773534745d5ded8a3cbb8d37baad2db1247530c2]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/11 08:07:43 as 1.2.26.3: #114059# repair filter query 2004/03/05 13:53:58 as 1.2.26.2: #114059#, #115733# start implementation of listener mode, read old typedetection file, fix build dependencies 2004/03/04 12:16:06 as 1.2.26.1: #114059# suport FINALIZED and MANDATORY; use multiple service instances; support cache cloning

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [ea3d6c7f375e758418fcb7353bc70f3f9589c0f9]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/08 10:53:59 as 1.2.26.2: #114059# use clone/takeover instead of configuration listener 2004/03/05 13:53:58 as 1.2.26.1: #114059#, #115733# start implementation of listener mode, read old typedetection file, fix build dependencies

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [44f8251e521c776f7810d78d08a606eac0c24b21]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/08 10:53:58 as 1.2.26.3: #114059# use clone/takeover instead of configuration listener 2004/03/05 14:03:33 as 1.2.26.2: #115733# let FilterCache to the update configuration job ... 2004/03/05 13:53:57 as 1.2.26.1: #114059#, #115733# start implementation of listener mode, read old typedetection file, fix build dependencies

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [c847b9430e26f98664f42c8fd4c28dc0433174b2]

        INTEGRATION: CWS os12 (1.2.26); FILE MERGED 2004/03/08 10:53:57 as 1.2.26.2: #114059# use clone/takeover instead of configuration listener 2004/03/04 12:16:05 as 1.2.26.1: #114059# suport FINALIZED and MANDATORY; use multiple service instances; support cache cloning

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [d55d04e02ba909d21ccb2f679190418ccc0562fd]

        INTEGRATION: CWS os12 (1.1.2); FILE ADDED 2004/04/26 10:37:00 cn 1.1.2.2: #115733# TypeDetection6FileFormat added 2004/04/23 16:03:51 cn 1.1.2.1: #114059# new make file

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [8e54b046dcc06d2055ccb108a84c1f91add2110a]

        INTEGRATION: CWS os12 (1.1.2); FILE ADDED 2004/04/26 10:39:06 cn 1.1.2.1: #115733# complex test to verify the old TypeDetection format could be read

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [fd4e7abd664cd155f040160153a67ca0ea5adc1f]

        INTEGRATION: CWS os12 (1.1.2); FILE ADDED 2004/04/26 11:04:57 cn 1.1.2.2: #115733# complex test to verify the old TypeDetection format could be read 2004/04/26 10:40:52 cn 1.1.2.1: #115733# complex test to verify the old TypeDetection format could be read

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [fad530d8b9b3ace1cc9a737ae628f27306ccfc95]

        INTEGRATION: CWS os12 (1.1.2); FILE ADDED 2004/04/26 08:43:11 cn 1.1.2.2: #114059# typo in source 2004/04/23 14:32:19 cn 1.1.2.1: #114059# new complex test for support of property 'Finalize' and Mandatory'

2004-04-29  Oliver Bolte  <obo@openoffice.org>  [7ff34f081d5bd635f533b9182e01763384263522]

        #100000# std::hash conflicts with STL::hash (unxlngi5)

2004-04-28  Kurt Zenker  <kz@openoffice.org>  [6de714808091a9816e251e357f8e67e270890742]

        new version for SRC680

2004-04-28  Oliver Bolte  <obo@openoffice.org>  [b29554065866a0b49b2c71f770a178ebc9e0ca93]

        new version for SRC680

2004-04-28  Vladimir Glazounov  <vg@openoffice.org>  [9961ff4496b6e91d3722e96886173a22a34327d5]

        new version for SRC680

2004-04-28  Oliver Bolte  <obo@openoffice.org>  [194c5842973acb5118d9dc31cd0a7e97035244cc]

        #100000# GetDefDialogParent instead of GetDefModalDialogParent (CWS tl01)

2004-04-28  Oliver Bolte  <obo@openoffice.org>  [6b423ee0a144b00cfee69054a50f7be2fa7ba9cb]

        #100000# method SetTransferPriority doesn't exsists anymore in SfxMedium anymore

2004-04-28  Kurt Zenker  <kz@openoffice.org>  [8c3fd929a08323a1e14d3aee7196bd8b4649486a]

        new version for SRC680

2004-04-28  Joachim Lingner  <jl@openoffice.org>  [afa33083f19c1a53ed006f1597efc2e3a176356f]

        #i20052#

2004-04-28  Joachim Lingner  <jl@openoffice.org>  [04517cb75df02f6547b169a2075bb8bf8f4b4286]

        #i20052#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [915dc2e7cf2aabe7f9c3e6ff81631e77aa534675]

        SRC680

2004-04-27  Vladimir Glazounov  <vg@openoffice.org>  [dfdb31a7e3fe165e542e7f2b0323720d2f77de07]

        #100000# more elaborate error handling

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [adef185bc99c82c31c998eae40b32fe5506a1ad9]

        INTEGRATION: CWS tl01 (1.10.16); FILE MERGED 2004/01/29 22:21:21 gt 1.10.16.5: RESYNC: (1.12-1.13); FILE MERGED 2003/11/24 15:52:06 tl 1.10.16.4: #109443# default value for ActiveConversionDictionaries fixed 2003/08/04 13:54:03 tl 1.10.16.3: #110762# API for Hangul/Hanja user dictionaries 2003/07/29 14:26:59 tl 1.10.16.2: RESYNC: (1.10-1.12); FILE MERGED 2003/07/29 09:17:25 tl 1.10.16.1: #110762# Hangul/Hanja text conversion user dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [9ee31a27c055030bbea7f37e3c086f07475748b4]

        INTEGRATION: CWS tl01 (1.2.38); FILE MERGED 2004/04/20 14:41:59 tl 1.2.38.5: RESYNC: (1.2-1.3); FILE MERGED 2004/04/02 10:29:22 tl 1.2.38.4: #110762# change in Hangul/Hanja text conversion API 2004/03/22 11:18:21 tl 1.2.38.3: #111082# eDirection for Hangul/Hanja conversion fixed 2003/07/31 10:57:30 tl 1.2.38.2: #110762# make use of Hangul/Hanja user dictionaries 2003/07/31 10:56:09 tl 1.2.38.1: #110763# make use of Hangul/Hanja user dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [49c6059ee28b1b0ce336fb1eb43bf73fc9e2b64e]

        INTEGRATION: CWS tl01 (1.2.72); FILE MERGED 2004/04/21 09:39:39 tl 1.2.72.1: #109443# entry for Hangul/Hanja conversion added

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c223c9012310df7a3fe6bbd171ef8bb0434a708a]

        INTEGRATION: CWS tl01 (1.20.256); FILE MERGED 2004/02/11 14:55:19 gt 1.20.256.4: RESYNC: (1.22-1.23); FILE MERGED 2004/01/29 21:34:39 gt 1.20.256.3: RESYNC: (1.21-1.22); FILE MERGED 2003/10/13 09:19:28 tl 1.20.256.2: RESYNC: (1.20-1.21); FILE MERGED 2003/10/07 14:34:58 dr 1.20.256.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [9c1877cfdccda4041c30caa1517a0afd76e9e8bb]

        INTEGRATION: CWS tl01 (1.5.264); FILE MERGED 2003/10/07 14:34:57 dr 1.5.264.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [6d02f89ff00ee2d57c5ec72ee19af73a4fa5cb87]

        INTEGRATION: CWS tl01 (1.18.154); FILE MERGED 2003/10/07 14:34:55 dr 1.18.154.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [3d9050760aa554798ebfe128449a253f035eb9fe]

        INTEGRATION: CWS tl01 (1.25.256); FILE MERGED 2004/02/11 14:50:00 gt 1.25.256.2: RESYNC: (1.25-1.26); FILE MERGED 2003/10/07 14:34:53 dr 1.25.256.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ef40b3b0e5d7af82dfe7b1ac517f802683360276]

        INTEGRATION: CWS tl01 (1.21.26); FILE MERGED 2004/04/20 14:34:05 tl 1.21.26.4: RESYNC: (1.23-1.24); FILE MERGED 2004/02/11 14:49:51 gt 1.21.26.3: RESYNC: (1.22-1.23); FILE MERGED 2004/01/29 21:30:08 gt 1.21.26.2: RESYNC: (1.21-1.22); FILE MERGED 2003/10/07 14:34:52 dr 1.21.26.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [a2ecfc63be88c0d5d281b131421eb0290ee24640]

        INTEGRATION: CWS tl01 (1.7.262); FILE MERGED 2004/02/11 14:57:29 gt 1.7.262.2: RESYNC: (1.7-1.8); FILE MERGED 2003/10/07 14:33:37 dr 1.7.262.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [eaac385828218549784b5162ceff354ae392f5b9]

        INTEGRATION: CWS tl01 (1.47.76); FILE MERGED 2004/04/20 14:29:08 tl 1.47.76.4: RESYNC: (1.49-1.50); FILE MERGED 2004/02/11 14:58:18 gt 1.47.76.3: RESYNC: (1.48-1.49); FILE MERGED 2004/01/29 13:29:15 gt 1.47.76.2: merge with SRC680m21 2003/10/07 14:33:12 dr 1.47.76.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b78a3d4005ea5a7dce7e471293abc6b9a47d9331]

        INTEGRATION: CWS tl01 (1.4.290); FILE MERGED 2003/10/07 14:32:28 dr 1.4.290.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c4062f3ceb152afa2a309c1147c449321fbaa4de]

        INTEGRATION: CWS tl01 (1.16.256); FILE MERGED 2004/02/06 10:23:14 os 1.16.256.5: SetPrintRanges corrected 2004/02/06 08:01:39 gt 1.16.256.4: merge again... 2004/01/29 21:47:38 gt 1.16.256.3: RESYNC: (1.17-1.18); FILE MERGED 2003/11/21 05:24:15 tl 1.16.256.2: RESYNC: (1.16-1.17); FILE MERGED 2003/10/07 14:32:26 dr 1.16.256.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [daac4da7ae6e6f34e5b8f562f20a15bd9369f520]

        INTEGRATION: CWS tl01 (1.6.256); FILE MERGED 2004/02/11 15:02:50 gt 1.6.256.2: RESYNC: (1.6-1.7); FILE MERGED 2003/10/07 14:32:24 dr 1.6.256.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [cdc17bc9f8e02c27aee6694407e7b6fc81b785cf]

        INTEGRATION: CWS tl01 (1.1.1.1.300); FILE MERGED 2003/10/07 14:32:22 dr 1.1.1.1.300.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [04ecd20901dbe3fe76ba135f6abc6880131478a2]

        INTEGRATION: CWS tl01 (1.12.6); FILE MERGED 2003/11/03 12:31:37 tl 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2003/10/07 14:31:10 dr 1.12.6.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ea6b508ab9713b4dd4b8d2654e87b1e5a1b137c9]

        INTEGRATION: CWS tl01 (1.4.286); FILE MERGED 2004/04/20 13:46:10 tl 1.4.286.3: RESYNC: (1.5-1.6); FILE MERGED 2004/02/11 15:20:26 gt 1.4.286.2: RESYNC: (1.4-1.5); FILE MERGED 2003/10/07 14:30:39 dr 1.4.286.1: #112060# Hangul/Hanja Conversion in Calc

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [a45763c8d12a937baa658a698847a7eca26ecd63]

        INTEGRATION: CWS tl01 (1.19.4); FILE MERGED 2004/01/29 21:29:29 gt 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2003/07/25 13:18:52 tl 1.19.4.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b522b828081dfd8296ecd31084494e11a4fdceae]

        INTEGRATION: CWS tl01 (1.11.46); FILE MERGED 2003/09/12 10:15:41 tl 1.11.46.2: #110762# make textconversion dictionaries read/write XML 2003/07/25 13:19:09 tl 1.11.46.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b92bd08e6cbc4b2106b47999ee07dc467273f0c5]

        INTEGRATION: CWS tl01 (1.1.1.1.86); FILE MERGED 2003/07/25 13:19:24 tl 1.1.1.1.86.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ceed7a9ba418ac202556ad88da5d24c2a7ac6acc]

        INTEGRATION: CWS tl01 (1.10.78); FILE MERGED 2003/07/29 09:08:06 tl 1.10.78.2: #110762# Hangul/Hanja text conversion user dictionaries 2003/07/29 08:56:31 tl 1.10.78.1: *** empty log message ***

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [9de70e2a15a174a2b2f4543c0cc6abbc55d38e27]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2003/07/25 13:17:41 tl 1.1.2.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [24f1af80032ae32dbb776e4e896cf3e615156003]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2004/04/02 10:35:56 tl 1.1.2.2: #110762# change in Hangul/Hanja text conversion API 2003/07/25 13:17:50 tl 1.1.2.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b05666689ede627548a4c89d632ca9cc139f0395]

        INTEGRATION: CWS tl01 (1.3.80); FILE MERGED 2003/07/25 13:19:42 tl 1.3.80.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c49f7faf679d2052a39baaad998da780d9fdcadd]

        INTEGRATION: CWS tl01 (1.11.46); FILE MERGED 2003/07/25 13:19:47 tl 1.11.46.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1676e64964ea6b4073fe747178a5497f03c2d057]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2003/09/18 10:06:13 tl 1.1.2.2: #110762# return type fixed 2003/09/12 10:42:18 tl 1.1.2.1: #110762# make textconversion dictionaries read/write XML

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [dca163da5ee9664db914276ecfafb314836cca72]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2004/04/02 10:35:05 tl 1.1.2.6: #110762# change in Hangul/Hanja text conversion API 2004/03/22 16:22:50 tl 1.1.2.5: #110762# Solaris crash fixed by removing exception that was thrown for load performance reasons 2004/03/22 16:11:56 tl 1.1.2.4: #110762# Solaris crash fixed by removing exception that was thrown for load performance reasons 2004/03/20 10:34:00 gt 1.1.2.3: #111170# ConvDicXMLDictionaryContext_Impl::StartElement() missing exception declaration 2003/09/23 12:22:08 tl 1.1.2.2: #110762# prefix now checked for every local name usage 2003/09/12 10:42:39 tl 1.1.2.1: #110762# make textconversion dictionaries read/write XML

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b5633ab341f54718b2e88d167c55bdbd3b783166]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2003/07/29 10:53:34 tl 1.1.2.2: #110762# Hangul/Hanja text conversion user dictionaries 2003/07/25 13:17:17 tl 1.1.2.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [19c33bc71e330b101b4b761ea82d0c760d400c57]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2004/04/02 10:35:04 tl 1.1.2.7: #110762# change in Hangul/Hanja text conversion API 2004/03/18 12:14:03 gt 1.1.2.6: #111170# ConvDicNameContainer::removeByName(): also removes physically 2003/09/12 10:17:43 tl 1.1.2.5: #110762# make textconversion dictionaries read/write XML 2003/07/29 10:53:33 tl 1.1.2.4: #110762# Hangul/Hanja text conversion user dictionaries 2003/07/29 09:08:35 tl 1.1.2.3: #110762# Hangul/Hanja text conversion user dictionaries 2003/07/29 08:56:31 tl 1.1.2.2: *** empty log message *** 2003/07/25 13:17:28 tl 1.1.2.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [450914dc4bf062a5c172126404d7ff1d0f9aa580]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2004/04/02 10:35:04 tl 1.1.2.5: #110762# change in Hangul/Hanja text conversion API 2003/09/12 10:16:56 tl 1.1.2.4: #110762# make textconversion dictionaries read/write XML 2003/07/29 09:08:28 tl 1.1.2.3: #110762# Hangul/Hanja text conversion user dictionaries 2003/07/29 08:56:31 tl 1.1.2.2: *** empty log message *** 2003/07/25 13:16:41 tl 1.1.2.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e277d13717f8cbea877c1fdca886468ad52755d9]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2004/04/02 10:35:04 tl 1.1.2.7: #110762# change in Hangul/Hanja text conversion API 2003/09/12 10:43:51 tl 1.1.2.6: #110762# make textconversion dictionaries read/write XML 2003/09/12 10:39:16 tl 1.1.2.5: #110762# make textconversion dictionaries read/write XML 2003/08/01 11:03:46 tl 1.1.2.4: #110762# API for Hangul/Hanja user dictionaries 2003/07/31 12:00:21 tl 1.1.2.3: #110762# API for Hangul/Hanja user dictionaries 2003/07/29 10:05:50 tl 1.1.2.2: #110762# Hangul/Hanja text conversion user dictionaries 2003/07/25 13:16:51 tl 1.1.2.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [96b396cf483fd0aceb6e534ef52c0fd724d7f384]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2004/04/16 13:27:02 sw 1.1.2.1: #110762#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [5fd20c68631d854015516359085f58b12e7809b3]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2004/04/16 13:19:19 sw 1.1.2.1: #110762#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1cdcf0e5e697aa8cdd8ea27eef65e4c39b33e78d]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2004/04/16 13:19:50 sw 1.1.2.1: #110762#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f198033ce2cb030cf5bc2ac2e75b18d17df6d95a]

        INTEGRATION: CWS tl01 (1.5.4); FILE MERGED 2003/07/25 13:18:08 tl 1.5.4.1: #110762# API for Hangul/Hanja text conversion user-dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [431ec14116416dff12e3fc15aa5d2b492e38c1d5]

        INTEGRATION: CWS tl01 (1.3.10); FILE MERGED 2004/04/21 09:41:18 tl 1.3.10.1: #109443# entry for Hangul/Hanja conversion added

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [0a0a30d418181cd08ec36d4fbe287ea36b1545ca]

        INTEGRATION: CWS tl01 (1.2.56); FILE MERGED 2004/04/21 09:41:18 tl 1.2.56.1: #109443# entry for Hangul/Hanja conversion added

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [49ff54047e0b4a66d19d9dd36b51ef0d96ec0938]

        INTEGRATION: CWS tl01 (1.4.2); FILE MERGED 2004/04/20 13:37:49 tl 1.4.2.3: RESYNC: (1.4-1.5); FILE MERGED 2004/03/04 10:27:52 tl 1.4.2.2: #112058# fixed as suggested by AF 2004/02/19 13:33:35 af 1.4.2.1: #112058# Incorporated changes made in sdoutl.cxx for Hangul/Hanja conversion.

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e0f4058fb7567dba36e7c82ed26d88e1cfd26dc1]

        INTEGRATION: CWS tl01 (1.17.234); FILE MERGED 2004/04/20 13:33:33 tl 1.17.234.2: RESYNC: (1.17-1.18); FILE MERGED 2003/10/08 12:35:56 cl 1.17.234.1: #112058# added undo for Hangul/Hanja conversion

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [3f68a7df71188e55dacd704ff1e987ab12f4e7a7]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2004/02/19 13:34:30 af 1.1.2.2: #112058# Adapted file to changes made in the impress1 CWS. 2003/10/02 10:21:12 cl 1.1.2.1: #112058# added Hangul/Hanja conversion

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e3a9b9a433d7012e34575061ab7903b255644310]

        INTEGRATION: CWS tl01 (1.9.144); FILE MERGED 2004/04/20 13:30:52 tl 1.9.144.3: RESYNC: (1.10-1.11); FILE MERGED 2003/10/13 09:12:37 tl 1.9.144.2: RESYNC: (1.9-1.10); FILE MERGED 2003/10/02 10:28:26 cl 1.9.144.1: #112058# added Hangul/Hanja conversion

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [fa27647343ccb62da056d513eac6f52bb18bdf12]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2004/03/04 10:27:25 tl 1.1.2.4: #112058# fixed as suggested by AF 2004/02/19 13:33:53 af 1.1.2.3: #112058# Incorporated changes made in sdoutl.cxx for Hangul/Hanja conversion. 2003/10/08 12:27:54 cl 1.1.2.2: #112058# added undo for Hangul/Hanja conversion 2003/10/02 10:28:15 cl 1.1.2.1: #112058# added Hangul/Hanja conversion

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f07d74df817c9433b33026aac68c2744895f3f69]

        INTEGRATION: CWS tl01 (1.19.140); FILE MERGED 2004/02/11 14:27:46 gt 1.19.140.3: RESYNC: (1.20-1.23); FILE MERGED 2003/10/13 09:12:44 tl 1.19.140.2: RESYNC: (1.19-1.20); FILE MERGED 2003/10/02 10:34:06 cl 1.19.140.1: #112058# added Hangul/Hanja conversion

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c5fd3f9eb1e44edbdb8fb8cd0a34d7bba86d9534]

        INTEGRATION: CWS tl01 (1.5.242); FILE MERGED 2004/02/11 14:27:21 gt 1.5.242.2: RESYNC: (1.5-1.7); FILE MERGED 2003/10/02 10:34:04 cl 1.5.242.1: #112058# added Hangul/Hanja conversion

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [99b678900fa1bf9d095ac2ef587e8e62fa9bd681]

        INTEGRATION: CWS tl01 (1.89.58); FILE MERGED 2004/04/20 13:26:48 tl 1.89.58.4: RESYNC: (1.90-1.92); FILE MERGED 2004/01/30 09:33:39 gt 1.89.58.3: RESYNC: (1.89-1.90); FILE MERGED 2004/01/29 13:09:31 gt 1.89.58.2: merge with SRC680m21 2003/10/08 12:35:47 cl 1.89.58.1: #112058# added undo for Hangul/Hanja conversion

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [5e3fb77f4a136e380f7c8921eb988d7a091f4697]

        INTEGRATION: CWS tl01 (1.6.234); FILE MERGED 2003/11/03 12:17:26 tl 1.6.234.2: RESYNC: (1.6-1.7); FILE MERGED 2003/10/02 10:18:56 cl 1.6.234.1: #112058# added Hangul/Hanja conversion

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e14f4522a3f46863e7a183988fa7283a1eadd52f]

        INTEGRATION: CWS tl01 (1.2.12); FILE MERGED 2004/02/19 13:34:54 af 1.2.12.1: #112058# Incorporated changes made in sdoutl.cxx for Hangul/Hanja conversion.

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b589ecd7eadaea80b7d6a5a0df9eac524a5228cc]

        INTEGRATION: CWS tl01 (1.3.284); FILE MERGED 2003/08/01 11:28:59 tl 1.3.284.2: #110762# API for Hangul/Hanja user dictionaries 2003/07/29 09:20:42 tl 1.3.284.1: #110762# Hangul/Hanja text conversion user dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d7610564f1b38cb3c62925ddfb38670ecd3623c3]

        INTEGRATION: CWS tl01 (1.101.74); FILE MERGED 2003/09/12 10:08:58 tl 1.101.74.1: #110762# make textconversion dictionaries read/write XML

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b414c851405702bdd1ea8cc2144f3d57e1155d5c]

        INTEGRATION: CWS tl01 (1.9.180); FILE MERGED 2003/09/12 10:09:41 tl 1.9.180.1: #110762# make textconversion dictionaries read/write XML

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [a1036950dd13a28bfb5551ab8e481cd1f18a2f01]

        INTEGRATION: CWS tl01 (1.6.6); FILE MERGED 2004/04/23 09:35:57 tl 1.6.6.4: #112046# removed entry that got included again during merge removed 2004/04/23 09:31:12 tl 1.6.6.3: #112046# removed entry that got included again during merge removed 2004/04/20 12:10:40 tl 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2004/02/12 14:06:05 gt 1.6.6.1: #112046#; the properties aren't readonly, #i20889#; XScenario moved to Scenario

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [178155c53ddb1c0bed264ac7cfdc32d6c6999aa9]

        INTEGRATION: CWS tl01 (1.4.32); FILE MERGED 2003/07/29 13:10:45 tl 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2003/07/29 09:15:37 tl 1.4.32.1: #110762# Hangul/Hanja text conversion user dictionaries

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [fc9bcab3460c7924fbf54ee2215dd4612cafc3e5]

        INTEGRATION: CWS tl01 (1.4.22); FILE MERGED 2004/04/02 10:37:13 tl 1.4.22.1: #110762# change in Hangul/Hanja text conversion API

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [05825c0964cc00b5762083535adc638b705a3399]

        INTEGRATION: CWS tl01 (1.3.34); FILE MERGED 2004/04/02 10:37:13 tl 1.3.34.1: #110762# change in Hangul/Hanja text conversion API

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [acfde089d1f105b3c356775a4c13b57461277eee]

        INTEGRATION: CWS tl01 (1.3.34); FILE MERGED 2004/04/02 10:37:12 tl 1.3.34.1: #110762# change in Hangul/Hanja text conversion API

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [479da510d87e2127cb25937ea0665586e37f970b]

        INTEGRATION: CWS tl01 (1.3.34); FILE MERGED 2004/04/02 10:37:11 tl 1.3.34.1: #110762# change in Hangul/Hanja text conversion API

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [dacc66c46ba90d7bc60c7ac036ab8b81e7619272]

        INTEGRATION: CWS tl01 (1.9.176); FILE MERGED 2004/02/12 08:08:37 gt 1.9.176.1: #i23298# make number property optional

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [4f6ab48ac7874052a779fa98f9a92c9ddfe2ca44]

        INTEGRATION: CWS tl01 (1.27.2); FILE MERGED 2004/04/20 11:27:40 tl 1.27.2.2: RESYNC: (1.27-1.28); FILE MERGED 2004/04/06 06:55:29 gt 1.27.2.1: #116249# missing help IDs

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [8a0ee2adc95eb2fc6519cd140c779817e86c9a32]

        INTEGRATION: CWS tl01 (1.32.20); FILE MERGED 2004/04/20 11:19:53 tl 1.32.20.4: RESYNC: (1.36-1.37); FILE MERGED 2004/01/29 17:48:20 gt 1.32.20.3: RESYNC: (1.33-1.36); FILE MERGED 2003/11/03 12:04:52 tl 1.32.20.2: RESYNC: (1.32-1.33); FILE MERGED 2003/10/02 14:36:31 cl 1.32.20.1: #112058# added Hangul/Hanja conversion

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [16e006d008d2f897305a69839823c54fb7a927d7]

        INTEGRATION: CWS tl01 (1.21.302); FILE MERGED 2003/10/14 08:12:02 tl 1.21.302.3: #110177# merge problem fixed 2003/10/13 09:00:21 tl 1.21.302.2: RESYNC: (1.21-1.22); FILE MERGED 2003/08/29 09:46:56 tl 1.21.302.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [284e3e62b074d880c2e4f045bec8ae996db29a26]

        INTEGRATION: CWS tl01 (1.23.300); FILE MERGED 2003/11/03 12:06:11 tl 1.23.300.4: RESYNC: (1.25-1.26); FILE MERGED 2003/10/13 09:00:14 tl 1.23.300.3: RESYNC: (1.24-1.25); FILE MERGED 2003/09/15 08:08:12 tl 1.23.300.2: RESYNC: (1.23-1.24); FILE MERGED 2003/08/29 09:46:56 tl 1.23.300.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [6e7612819b552fe2c23b69b09cef43e3f2386b86]

        INTEGRATION: CWS tl01 (1.6.304); FILE MERGED 2003/08/29 09:46:56 tl 1.6.304.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [416ab8e2079a0127f5684d26aac38ff25157f2bb]

        INTEGRATION: CWS tl01 (1.8.304); FILE MERGED 2003/08/29 09:46:55 tl 1.8.304.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [32d878a13d57696b4dbb3d2993a1ecd02823a1ac]

        INTEGRATION: CWS tl01 (1.2.2); FILE ADDED 2003/09/01 14:38:11 tl 1.2.2.4: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine) 2003/09/01 12:23:35 tl 1.2.2.3: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine) 2003/09/01 09:05:42 tl 1.2.2.2: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine) 2003/08/29 09:39:48 tl 1.2.2.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c0f91ef1f029f104b68bc5662c49aa3dcce02eb3]

        INTEGRATION: CWS tl01 (1.10.320); FILE MERGED 2004/02/11 12:02:43 gt 1.10.320.3: RESYNC: (1.11-1.12); FILE MERGED 2003/09/15 08:12:16 tl 1.10.320.2: RESYNC: (1.10-1.11); FILE MERGED 2003/08/29 09:49:06 tl 1.10.320.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1fe376a6e91429d1d9f9b2b3ec61b511824bf1d8]

        INTEGRATION: CWS tl01 (1.47.298); FILE MERGED 2004/01/29 18:36:16 gt 1.47.298.7: RESYNC: (1.49-1.50); FILE MERGED 2003/11/03 12:08:20 tl 1.47.298.6: RESYNC: (1.48-1.49); FILE MERGED 2003/10/13 09:02:02 tl 1.47.298.5: RESYNC: (1.47-1.48); FILE MERGED 2003/09/01 14:51:51 tl 1.47.298.4: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine) 2003/09/01 14:41:26 tl 1.47.298.3: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine) 2003/09/01 09:27:06 tl 1.47.298.2: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine) 2003/09/01 09:05:42 tl 1.47.298.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ac1e87b188bd7cc2adcd9d062c2cec5f0d2e017d]

        INTEGRATION: CWS tl01 (1.89.16); FILE MERGED 2004/04/20 11:03:35 tl 1.89.16.6: RESYNC: (1.93-1.94); FILE MERGED 2004/02/11 12:02:35 gt 1.89.16.5: RESYNC: (1.92-1.93); FILE MERGED 2004/01/29 18:36:02 gt 1.89.16.4: RESYNC: (1.91-1.92); FILE MERGED 2003/11/21 05:14:24 tl 1.89.16.3: RESYNC: (1.90-1.91); FILE MERGED 2003/11/03 12:08:04 tl 1.89.16.2: RESYNC: (1.89-1.90); FILE MERGED 2003/08/29 13:34:51 tl 1.89.16.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [32f4d15f2fd20f43ed1947a0a5809522fa4fbb99]

        INTEGRATION: CWS tl01 (1.62.150); FILE MERGED 2003/11/03 12:07:58 tl 1.62.150.3: RESYNC: (1.63-1.64); FILE MERGED 2003/09/15 08:12:00 tl 1.62.150.2: RESYNC: (1.62-1.63); FILE MERGED 2003/08/29 13:37:12 tl 1.62.150.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [94e9d60623d88cba5617d868ffeb2ab2bca4d2de]

        INTEGRATION: CWS tl01 (1.27.128); FILE MERGED 2004/04/20 11:03:14 tl 1.27.128.3: RESYNC: (1.28-1.29); FILE MERGED 2003/10/13 09:01:15 tl 1.27.128.2: RESYNC: (1.27-1.28); FILE MERGED 2003/08/29 13:32:39 tl 1.27.128.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [898ac670773b924688036f605d425f98d3ceb1f4]

        INTEGRATION: CWS tl01 (1.81.74); FILE MERGED 2004/04/20 11:03:01 tl 1.81.74.6: RESYNC: (1.88-1.89); FILE MERGED 2004/01/29 18:34:36 gt 1.81.74.5: RESYNC: (1.86-1.88); FILE MERGED 2003/11/03 12:07:51 tl 1.81.74.4: RESYNC: (1.85-1.86); FILE MERGED 2003/10/13 09:01:10 tl 1.81.74.3: RESYNC: (1.83-1.85); FILE MERGED 2003/09/15 08:11:44 tl 1.81.74.2: RESYNC: (1.81-1.83); FILE MERGED 2003/08/29 13:33:40 tl 1.81.74.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d09a61954d0c6acb98617e35e92b0d2b282f6a7f]

        INTEGRATION: CWS tl01 (1.9.150); FILE MERGED 2003/07/04 09:51:29 tl 1.9.150.1: #i16171# Thesaurus dialog: handling of words with periods at the end enhanced

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [999bf6ad083632004addfb387192b9987cfca2cc]

        INTEGRATION: CWS tl01 (1.20.2); FILE MERGED 2004/04/20 11:00:04 tl 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/16 13:55:24 gt 1.20.2.1: #111170# hangul hanja conversion options dlg

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [08a77233679a231e115803ae00aea3dee0884707]

        INTEGRATION: CWS tl01 (1.7.16); FILE MERGED 2004/04/06 12:16:20 gt 1.7.16.7: #116249# missing help IDs 2004/04/06 06:54:58 gt 1.7.16.6: #116249# missing help IDs 2004/03/18 13:40:23 gt 1.7.16.5: #111170# 2004/03/16 13:55:23 gt 1.7.16.4: #111170# hangul hanja conversion options dlg 2004/03/11 16:14:11 gt 1.7.16.3: #111170# intermediate changes 2004/01/29 18:45:22 gt 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/02 18:01:17 gt 1.7.16.1: #111170# common ui

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d5cfb61143c79ce8e7a6afadcd104a4167ac3a08]

        INTEGRATION: CWS tl01 (1.2.120); FILE MERGED 2004/03/18 13:40:23 gt 1.2.120.6: #111170# 2004/03/16 13:55:23 gt 1.2.120.5: #111170# hangul hanja conversion options dlg 2004/03/11 16:14:11 gt 1.2.120.4: #111170# intermediate changes 2003/11/18 11:40:19 tl 1.2.120.3: #109443# include statement fixed 2003/11/02 18:01:40 gt 1.2.120.2: #111170# common ui 2003/08/29 09:44:54 tl 1.2.120.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [3c7ebf8a41a8deff18a4c013fc0ee27a21182e30]

        INTEGRATION: CWS tl01 (1.2.120); FILE MERGED 2004/03/18 13:40:22 gt 1.2.120.4: #111170# 2004/03/16 13:55:23 gt 1.2.120.3: #111170# hangul hanja conversion options dlg 2004/03/11 16:14:10 gt 1.2.120.2: #111170# intermediate changes 2003/11/02 18:01:17 gt 1.2.120.1: #111170# common ui

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ea5be419ce5ff2b8f33ac5a8c6c45b58c178a64b]

        INTEGRATION: CWS tl01 (1.3.114); FILE MERGED 2004/04/06 06:54:57 gt 1.3.114.7: #116249# missing help IDs 2004/04/02 11:12:58 tl 1.3.114.6: #110762# change in Hangul/Hanja text conversion API 2004/03/19 09:23:50 gt 1.3.114.5: #111170# no semicolon at the end of namespace... 2004/03/18 13:40:21 gt 1.3.114.4: #111170# 2004/03/16 13:55:22 gt 1.3.114.3: #111170# hangul hanja conversion options dlg 2004/03/11 16:14:10 gt 1.3.114.2: #111170# intermediate changes 2003/08/29 09:44:54 tl 1.3.114.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [337eb85244f9f8dc15f26e3c37a3224adc44c071]

        INTEGRATION: CWS tl01 (1.2.120); FILE MERGED 2004/04/20 10:59:42 tl 1.2.120.6: RESYNC: (1.3-1.4); FILE MERGED 2004/03/04 10:36:50 tl 1.2.120.5: #110177# Hangul/Hanja dialog functionality added 2004/02/11 12:15:26 gt 1.2.120.4: RESYNC: (1.2-1.3); FILE MERGED 2003/10/01 13:28:36 tl 1.2.120.3: #110177# assertion replaced by warning 2003/09/23 10:58:26 tl 1.2.120.2: #112385# txoe of first character shown in dialog fixed 2003/08/29 09:44:53 tl 1.2.120.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [766ab9661fbc95555e09065f039b67cf18a88447]

        INTEGRATION: CWS tl01 (1.3.2); FILE MERGED 2004/04/20 10:59:15 tl 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/04 10:35:40 tl 1.3.2.1: #110177# Hangul/Hanja dialog functionality added

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f76a296d982c9839591990470281aac755d9a49a]

        INTEGRATION: CWS tl01 (1.4.2); FILE MERGED 2004/04/20 10:59:08 tl 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/03/04 10:35:03 tl 1.4.2.1: #110177# Hangul/Hanja dialog functionality added

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2079930c90ee413b02cdf40b1bba5d65b24ae111]

        INTEGRATION: CWS tl01 (1.6.16); FILE MERGED 2004/03/16 13:55:22 gt 1.6.16.4: #111170# hangul hanja conversion options dlg 2004/03/11 16:14:10 gt 1.6.16.3: #111170# intermediate changes 2004/01/29 18:39:44 gt 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2003/11/02 18:00:46 gt 1.6.16.1: #111170# common ui

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f0463c55f93ccee43ab2db59c0f9ea7ba420267b]

        INTEGRATION: CWS tl01 (1.2.120); FILE MERGED 2003/11/02 18:00:46 gt 1.2.120.1: #111170# common ui

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [650451ca2f1d0ef8e8e130025448f7a9fd159a63]

        INTEGRATION: CWS tl01 (1.2.120); FILE MERGED 2004/03/11 16:14:09 gt 1.2.120.2: #111170# intermediate changes 2003/11/02 18:00:43 gt 1.2.120.1: #111170# common ui

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [9357e0c616de8c9643d0909d204c96d89f699153]

        INTEGRATION: CWS tl01 (1.3.2); FILE ADDED 2003/08/29 09:39:13 tl 1.3.2.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [0e2ddd4fc204b70f698a80969151a7a03395577d]

        INTEGRATION: CWS tl01 (1.41.2); FILE MERGED 2004/04/20 10:43:24 tl 1.41.2.3: RESYNC: (1.41-1.42); FILE MERGED 2004/04/06 12:17:16 gt 1.41.2.2: #116249# missing help IDs 2004/04/06 06:54:26 gt 1.41.2.1: #116249# missing help IDs

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2ae5ecc0d7770cb360e31125d7dd27c306028753]

        INTEGRATION: CWS tl01 (1.77.42); FILE MERGED 2004/04/20 10:35:34 tl 1.77.42.6: RESYNC: (1.84-1.87); FILE MERGED 2004/02/11 10:56:23 gt 1.77.42.5: RESYNC: (1.82-1.84); FILE MERGED 2003/10/13 09:44:42 tl 1.77.42.4: RESYNC: (1.79-1.82); FILE MERGED 2003/09/15 07:35:54 tl 1.77.42.3: RESYNC: (1.78-1.79); FILE MERGED 2003/07/29 13:15:22 tl 1.77.42.2: RESYNC: (1.77-1.78); FILE MERGED 2003/07/07 08:28:52 tl 1.77.42.1: #110426# possible access of null pointer fixed

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [3cb9f58928a2d94a67dd7efc5044365e1e116438]

        INTEGRATION: CWS tl01 (1.13.96); FILE MERGED 2003/10/13 09:45:07 tl 1.13.96.3: RESYNC: (1.14-1.15); FILE MERGED 2003/07/29 13:16:01 tl 1.13.96.2: RESYNC: (1.13-1.14); FILE MERGED 2003/07/04 07:57:29 tl 1.13.96.1: #i16170# fixed a problem that made the thesaurus delete the preceeding word when started in a blank line

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [a1eb0d3fe1c148c6ba156fd8c328ebb367d71e02]

        INTEGRATION: CWS tl01 (1.18.96); FILE MERGED 2004/04/20 10:32:24 tl 1.18.96.4: RESYNC: (1.21-1.22); FILE MERGED 2004/02/11 10:58:52 gt 1.18.96.3: RESYNC: (1.20-1.21); FILE MERGED 2003/09/15 07:37:15 tl 1.18.96.2: RESYNC: (1.18-1.20); FILE MERGED 2003/08/29 09:14:20 tl 1.18.96.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [862261659760102aca12693775ea098126edc2b1]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2003/08/29 09:20:32 tl 1.1.2.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [4c3791c6d42c20ac167746710e41ca6b587e6c50]

        INTEGRATION: CWS tl01 (1.1.2); FILE ADDED 2003/08/29 09:20:53 tl 1.1.2.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [4845a593ef6789a0276783408acca5b28e8c6f74]

        INTEGRATION: CWS tl01 (1.3.96); FILE MERGED 2003/09/15 07:38:55 tl 1.3.96.2: RESYNC: (1.3-1.4); FILE MERGED 2003/08/29 09:17:25 tl 1.3.96.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [41e550afb5e12f218e81f44ad8dbe51b2e9da339]

        INTEGRATION: CWS tl01 (1.4.18); FILE MERGED 2004/02/11 11:01:04 gt 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2003/08/29 09:19:49 tl 1.4.18.1: #110177# Hangul/Hanja conversion for Sdr objects (EditEngine)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [0ef361897c4796963dc2c5673d4c1e548e913965]

        INTEGRATION: CWS tl01 (1.50.2); FILE MERGED 2004/04/20 10:10:00 tl 1.50.2.2: RESYNC: (1.50-1.51); FILE MERGED 2004/03/05 09:54:01 tl 1.50.2.1: #115442# NextWord() fixed

2004-04-27  Joachim Lingner  <jl@openoffice.org>  [c6ee6abeaf48d85946a022c4867d5ed54742f446]

        #i20052#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c55274b85e246a5a9b81bad71cb090a6a85969ec]

        INTEGRATION: CWS westportfilterteam26 (1.13.60); FILE MERGED 2004/03/02 12:14:23 mmaher 1.13.60.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/18 16:47:47 cmc 1.13.60.1: #i16185 the \bin keyword is a special case because its data is binary, therefore skipping rtf by counting {} doesn't work if we run into a \bin area because they can exist in the binary dump. So we must handle the \bin token specially when skipping contents (why ms broke a perfectly good idea of the rtf format to dump in binary data I just don't know)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [6e52afb4f427cc772525e870dd3f9d74faba6ab6]

        INTEGRATION: CWS westportfilterteam26 (1.20.46); FILE MERGED 2004/03/02 11:54:00 mmaher 1.20.46.2: RESYNC: (1.20-1.21); FILE MERGED 2004/02/18 17:00:27 cmc 1.20.46.1: #i16185# implement reading the binary \bin embedded system for including graphic data

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d0aa967e29b55bc93b553d228b59f8a619a0849f]

        INTEGRATION: CWS westportfilterteam26 (1.6.104); FILE MERGED 2004/02/18 17:00:27 cmc 1.6.104.1: #i16185# implement reading the binary \bin embedded system for including graphic data

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [5ef762079934bfd0a584bf44fd8ed905fd3f6372]

        INTEGRATION: CWS westportfilterteam26 (1.87.118); FILE MERGED 2004/03/25 11:37:51 mmaher 1.87.118.2: RESYNC: (1.87-1.90); FILE MERGED 2004/03/01 15:55:01 cmc 1.87.118.1: #i25290# let flipping bubble up out of the escher import

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e959b817a2a7598236822707b86a527791bf8f36]

        INTEGRATION: CWS westportfilterteam26 (1.13.46); FILE MERGED 2004/03/02 12:12:00 mmaher 1.13.46.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/18 16:59:57 cmc 1.13.46.1: #i16185# the svx rtf filter needs to know about the underlying stream to be able to read the binary \bin embedded junk

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [48f796db537e9698937bfc2ed9239c47a5169ef6]

        INTEGRATION: CWS westportfilterteam26 (1.106.36); FILE MERGED 2004/03/02 11:20:42 mmaher 1.106.36.3: RESYNC: (1.106-1.107); FILE MERGED 2004/02/27 13:50:30 cmc 1.106.36.2: #i25373# export pagedesc property on style that is missing a RES_BREAK 2004/02/20 09:17:22 cmc 1.106.36.1: #115157# setting symbol as the fallback for all symbolish fonts had a bad side effect

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [34ec0a4f671009ddd57dbc9b78e7b264276afc01]

        INTEGRATION: CWS westportfilterteam26 (1.148.34); FILE MERGED 2004/03/02 11:20:30 mmaher 1.148.34.2: RESYNC: (1.148-1.150); FILE MERGED 2004/03/01 12:59:18 cmc 1.148.34.1: #i25959# change rules for balancing columns, balancing seems to depend on being followed by a continuous section

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [bb667f878378c943f0bf6df0b7e31726bd69ca99]

        INTEGRATION: CWS westportfilterteam26 (1.75.34); FILE MERGED 2004/03/02 11:20:16 mmaher 1.75.34.2: RESYNC: (1.75-1.77); FILE MERGED 2004/02/17 13:00:29 cmc 1.75.34.1: #i25601# default date format is different for different field for some fool MS reason

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1ef8f7935051866dd6a3d60fb2a825832e08efb4]

        INTEGRATION: CWS westportfilterteam26 (1.44.84); FILE MERGED 2004/03/01 15:54:13 cmc 1.44.84.1: #i25290# Export and Re-Import escher flipping for graphics and ole objects

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [6fa6715eba343975c3a74bf0edebc841a2394aa8]

        INTEGRATION: CWS westportfilterteam26 (1.56.36); FILE MERGED 2004/03/18 13:59:56 mmaher 1.56.36.5: #i26550# Fix from cmc for exported docs that contain >4095 styles 2004/03/04 13:12:06 cmc 1.56.36.4: #115794# reset toggle bits after processing each numbering charstyle 2004/03/02 11:20:04 mmaher 1.56.36.3: RESYNC: (1.56-1.58); FILE MERGED 2004/03/01 13:27:32 cmc 1.56.36.2: #114841# remove assert, previous guess proved to be correct 2004/02/17 11:46:56 cmc 1.56.36.1: #i19164# merge much of the fontsubstitution lookup code for ww8 and rtf export

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [20422ad8ff0202fd81be05ce9b0238e4d6b999d7]

        INTEGRATION: CWS westportfilterteam26 (1.96.34); FILE MERGED 2004/03/25 11:07:59 mmaher 1.96.34.4: RESYNC: (1.98-1.99); FILE MERGED 2004/03/04 16:54:05 cmc 1.96.34.3: fix floating tables inside floating tables 2004/03/02 11:19:32 mmaher 1.96.34.2: RESYNC: (1.96-1.98); FILE MERGED 2004/03/01 12:19:56 cmc 1.96.34.1: #i25782# merge ww8 and rtf special handling for forcing table reformatting in the insert->file mode, fixes out of order table insertion for #i25782#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1b1fbed520d55c323a14fd44c24f7ff5fde7de27]

        INTEGRATION: CWS westportfilterteam26 (1.124.32); FILE MERGED 2004/03/04 13:12:05 cmc 1.124.32.5: #115794# reset toggle bits after processing each numbering charstyle 2004/03/02 11:19:19 mmaher 1.124.32.4: RESYNC: (1.124-1.126); FILE MERGED 2004/03/01 15:54:13 cmc 1.124.32.3: #i25290# Export and Re-Import escher flipping for graphics and ole objects 2004/03/01 12:19:55 cmc 1.124.32.2: #i25782# merge ww8 and rtf special handling for forcing table reformatting in the insert->file mode, fixes out of order table insertion for #i25782# 2004/02/17 13:00:28 cmc 1.124.32.1: #i25601# default date format is different for different field for some fool MS reason

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [76b6e97201967605b00298d85eb6be6509f6bfa4]

        INTEGRATION: CWS westportfilterteam26 (1.127.30); FILE MERGED 2004/03/18 13:59:55 mmaher 1.127.30.5: #i26550# Fix from cmc for exported docs that contain >4095 styles 2004/03/04 13:12:04 cmc 1.127.30.4: #115794# reset toggle bits after processing each numbering charstyle 2004/03/02 11:19:03 mmaher 1.127.30.3: RESYNC: (1.127-1.129); FILE MERGED 2004/03/01 12:59:17 cmc 1.127.30.2: #i25959# change rules for balancing columns, balancing seems to depend on being followed by a continuous section 2004/03/01 12:19:55 cmc 1.127.30.1: #i25782# merge ww8 and rtf special handling for forcing table reformatting in the insert->file mode, fixes out of order table insertion for #i25782#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c12a95bfcec8a4ad85b33bd8a42792abc25a319b]

        INTEGRATION: CWS westportfilterteam26 (1.55.84); FILE MERGED 2004/03/25 11:07:40 mmaher 1.55.84.3: RESYNC: (1.56-1.57); FILE MERGED 2004/03/02 11:18:50 mmaher 1.55.84.2: RESYNC: (1.55-1.56); FILE MERGED 2004/03/01 15:54:12 cmc 1.55.84.1: #i25290# Export and Re-Import escher flipping for graphics and ole objects

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1ab183be349435863d9927f4c97393b49de94711]

        INTEGRATION: CWS westportfilterteam26 (1.112.34); FILE MERGED 2004/03/25 11:07:29 mmaher 1.112.34.4: RESYNC: (1.113-1.114); FILE MERGED 2004/03/02 11:18:38 mmaher 1.112.34.3: RESYNC: (1.112-1.113); FILE MERGED 2004/03/01 15:54:12 cmc 1.112.34.2: #i25290# Export and Re-Import escher flipping for graphics and ole objects 2004/02/17 13:00:28 cmc 1.112.34.1: #i25601# default date format is different for different field for some fool MS reason

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [98ea82a1994e3ee1f39ac6e5d1a2b1dbd6a97821]

        INTEGRATION: CWS westportfilterteam26 (1.73.34); FILE MERGED 2004/03/25 11:07:17 mmaher 1.73.34.3: RESYNC: (1.75-1.76); FILE MERGED 2004/03/02 11:18:25 mmaher 1.73.34.2: RESYNC: (1.73-1.75); FILE MERGED 2004/02/27 13:50:29 cmc 1.73.34.1: #i25373# export pagedesc property on style that is missing a RES_BREAK

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [a8d91e8400fe340e7ca3f79eb6915a1880573b08]

        INTEGRATION: CWS westportfilterteam26 (1.57.36); FILE MERGED 2004/03/02 11:18:10 mmaher 1.57.36.4: RESYNC: (1.57-1.58); FILE MERGED 2004/03/01 15:43:04 mmaher 1.57.36.3: #i21465# Fixed hyperlinks to outlines. 2004/02/27 13:50:29 cmc 1.57.36.2: #i25373# export pagedesc property on style that is missing a RES_BREAK 2004/02/17 11:46:56 cmc 1.57.36.1: #i19164# merge much of the fontsubstitution lookup code for ww8 and rtf export

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [38880ff1fea7690ba2734f0136de501be6458f67]

        INTEGRATION: CWS westportfilterteam26 (1.63.36); FILE MERGED 2004/03/02 11:17:56 mmaher 1.63.36.2: RESYNC: (1.63-1.64); FILE MERGED 2004/03/01 15:43:03 mmaher 1.63.36.1: #i21465# Fixed hyperlinks to outlines.

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [0c3259478b7953c19f26085246618c8d75f81158]

        INTEGRATION: CWS westportfilterteam26 (1.30.84); FILE MERGED 2004/03/18 13:59:55 mmaher 1.30.84.3: #i26550# Fix from cmc for exported docs that contain >4095 styles 2004/03/02 11:17:44 mmaher 1.30.84.2: RESYNC: (1.30-1.31); FILE MERGED 2004/02/17 11:46:55 cmc 1.30.84.1: #i19164# merge much of the fontsubstitution lookup code for ww8 and rtf export

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [071d1d5cc485b32e578b99077349390170493724]

        INTEGRATION: CWS westportfilterteam26 (1.26.84); FILE MERGED 2004/03/25 11:07:06 mmaher 1.26.84.3: RESYNC: (1.27-1.28); FILE MERGED 2004/03/02 11:17:32 mmaher 1.26.84.2: RESYNC: (1.26-1.27); FILE MERGED 2004/02/17 11:46:55 cmc 1.26.84.1: #i19164# merge much of the fontsubstitution lookup code for ww8 and rtf export

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [50da298fa6c120ae33909d88c9ec92a205582105]

        INTEGRATION: CWS westportfilterteam26 (1.61.36); FILE MERGED 2004/03/25 11:06:56 mmaher 1.61.36.4: RESYNC: (1.62-1.63); FILE MERGED 2004/03/02 11:17:18 mmaher 1.61.36.3: RESYNC: (1.61-1.62); FILE MERGED 2004/03/01 15:43:03 mmaher 1.61.36.2: #i21465# Fixed hyperlinks to outlines. 2004/02/20 10:59:01 cmc 1.61.36.1: #i18009# relative table widths confusing the poor little word export filter, it was all too complicated for it (what madman retained the previous percentage width of a table in its percentage width value when it has been changed to automatic width)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2d7d3643fae41236287b748774b2ee80bae4f83d]

        INTEGRATION: CWS westportfilterteam26 (1.71.32); FILE MERGED 2004/03/29 10:14:06 mmaher 1.71.32.5: #i25601# Some code cleanup as a result of the m32 reync 2004/03/25 11:06:45 mmaher 1.71.32.4: RESYNC: (1.73-1.74); FILE MERGED 2004/03/02 11:17:05 mmaher 1.71.32.3: RESYNC: (1.71-1.73); FILE MERGED 2004/03/01 15:54:11 cmc 1.71.32.2: #i25290# Export and Re-Import escher flipping for graphics and ole objects 2004/02/17 13:00:27 cmc 1.71.32.1: #i25601# default date format is different for different field for some fool MS reason

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [a29c5d24d62725a12880f3d2f49552d2ecb9e21a]

        INTEGRATION: CWS westportfilterteam26 (1.6.36); FILE MERGED 2004/03/02 13:06:24 mmaher 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2004/02/17 11:46:55 cmc 1.6.36.1: #i19164# merge much of the fontsubstitution lookup code for ww8 and rtf export

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d0a000cffdd9d0856cfee25204d7ae37864ce20a]

        INTEGRATION: CWS westportfilterteam26 (1.7.36); FILE MERGED 2004/03/02 11:16:37 mmaher 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2004/02/17 11:46:55 cmc 1.7.36.1: #i19164# merge much of the fontsubstitution lookup code for ww8 and rtf export

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [17e2bc032041f7547771eeb66a2ecc7e3ed7b793]

        INTEGRATION: CWS westportfilterteam26 (1.7.36); FILE MERGED 2004/03/02 11:16:26 mmaher 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2004/02/17 11:46:54 cmc 1.7.36.1: #i19164# merge much of the fontsubstitution lookup code for ww8 and rtf export

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [14f26adf7c56792d7d660d884d29cebb5eb52464]

        INTEGRATION: CWS westportfilterteam26 (1.8.116); FILE MERGED 2004/03/29 10:14:06 mmaher 1.8.116.3: #i25601# Some code cleanup as a result of the m32 reync 2004/03/02 11:16:14 mmaher 1.8.116.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/01 15:54:11 cmc 1.8.116.1: #i25290# Export and Re-Import escher flipping for graphics and ole objects

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2c47382885bdfc020952d40abda3c33fa72b54db]

        INTEGRATION: CWS westportfilterteam26 (1.12.38); FILE MERGED 2004/02/20 09:51:55 cmc 1.12.38.4: #i17565# that wasn't such a good idea given how the virtual methods called during this process search the stack itself for entries 2004/02/19 15:23:44 cmc 1.12.38.3: #i17565# speed ups, stage 3. Slightly better algorithms, minute 10->1 minute 5 2004/02/19 14:37:38 cmc 1.12.38.2: #i17565# speed ups, stage 2. Noone wants that return code, and its complicating matters, 1 minute 10->1 minute 10 2004/02/19 14:32:13 cmc 1.12.38.1: #i17565# speed ups, stage 1. Simulate old api with stl deque, 1 minute 20->1 minute 10

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f617485feb273de9024873b563a7b3069aa07a7c]

        INTEGRATION: CWS westportfilterteam26 (1.6.186); FILE MERGED 2004/03/02 11:22:27 mmaher 1.6.186.2: RESYNC: (1.6-1.7); FILE MERGED 2004/02/18 13:53:11 cmc 1.6.186.1: #i24463# wrap exporting document properties (\info) inside \upr \ud unicode safe wrappers if necessary (required by wordpad)

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1e53a837e979d52e3a3e045dd9be99036993502e]

        INTEGRATION: CWS westportfilterteam26 (1.22.84); FILE MERGED 2004/03/02 11:22:16 mmaher 1.22.84.4: RESYNC: (1.22-1.23); FILE MERGED 2004/02/26 08:51:51 cmc 1.22.84.3: #i25668# make RTF filter robust against unexpected events 2004/02/18 13:53:10 cmc 1.22.84.2: #i24463# wrap exporting document properties (\info) inside \upr \ud unicode safe wrappers if necessary (required by wordpad) 2004/02/17 11:46:53 cmc 1.22.84.1: #i19164# merge much of the fontsubstitution lookup code for ww8 and rtf export

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [904976ba2103df32c3c82e7a3a23bf1e325bc904]

        INTEGRATION: CWS westportfilterteam26 (1.15.82); FILE MERGED 2004/03/01 12:19:54 cmc 1.15.82.1: #i25782# merge ww8 and rtf special handling for forcing table reformatting in the insert->file mode, fixes out of order table insertion for #i25782#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [86b61648d10dcdb385629293f3a6802528360f03]

        INTEGRATION: CWS westportfilterteam26 (1.35.80); FILE MERGED 2004/03/03 13:10:56 cmc 1.35.80.3: #i25677# Don't set the list level equal to the outline level, those are not the same thing 2004/03/02 11:22:05 mmaher 1.35.80.2: RESYNC: (1.35-1.36); FILE MERGED 2004/03/01 12:19:54 cmc 1.35.80.1: #i25782# merge ww8 and rtf special handling for forcing table reformatting in the insert->file mode, fixes out of order table insertion for #i25782#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [75155b1a0f9d2a0e93160c390f0773b6a1767572]

        INTEGRATION: CWS westportfilterteam26 (1.21.82); FILE MERGED 2004/03/01 12:19:54 cmc 1.21.82.1: #i25782# merge ww8 and rtf special handling for forcing table reformatting in the insert->file mode, fixes out of order table insertion for #i25782#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [3000620cdf8601c1b52aec9399714579dc5d9fb9]

        INTEGRATION: CWS westportfilterteam26 (1.9.84); FILE MERGED 2004/03/05 12:25:46 cmc 1.9.84.1: #i24880# commited this to the wrong branch apparently

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [235f73e101aaea430965fefd634a32b04882c2be]

        INTEGRATION: CWS westportfilterteam26 (1.20.84); FILE MERGED 2004/03/04 14:48:40 cmc 1.20.84.2: #i25668# Add INCLUDETEXT to known field types, but just read in its results as normal text, seeing as these are often huge drafts of text which cannot fit into a writer user-data field 2004/02/26 08:51:50 cmc 1.20.84.1: #i25668# make RTF filter robust against unexpected events

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [3939737516c8b69010e34551452f7d4bb81a9c59]

        INTEGRATION: CWS westportfilterteam26 (1.5.36); FILE MERGED 2004/03/02 11:23:46 mmaher 1.5.36.3: RESYNC: (1.5-1.6); FILE MERGED 2004/03/01 12:19:53 cmc 1.5.36.2: #i25782# merge ww8 and rtf special handling for forcing table reformatting in the insert->file mode, fixes out of order table insertion for #i25782# 2004/02/17 11:46:53 cmc 1.5.36.1: #i19164# merge much of the fontsubstitution lookup code for ww8 and rtf export

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [cfa0260b48eb52eb2f3f22afd3dd748d43034616]

        INTEGRATION: CWS westportfilterteam26 (1.9.84); FILE MERGED 2004/02/20 09:51:54 cmc 1.9.84.4: #i17565# that wasn't such a good idea given how the virtual methods called during this process search the stack itself for entries 2004/02/19 15:23:43 cmc 1.9.84.3: #i17565# speed ups, stage 3. Slightly better algorithms, minute 10->1 minute 5 2004/02/19 14:37:37 cmc 1.9.84.2: #i17565# speed ups, stage 2. Noone wants that return code, and its complicating matters, 1 minute 10->1 minute 10 2004/02/19 14:32:13 cmc 1.9.84.1: #i17565# speed ups, stage 1. Simulate old api with stl deque, 1 minute 20->1 minute 10

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f5924cf9cdd559e1ac745b7a81a4307d31562448]

        INTEGRATION: CWS wordcount (1.27.84); FILE MERGED 2004/04/07 13:15:29 fme 1.27.84.2: #i27302# Feature - Word count for current selection 2004/04/06 13:07:59 fme 1.27.84.1: #i27302# Feature - Word count for current selection

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [21634d095a8b25b870b25561382ff6e8c1f96fe2]

        INTEGRATION: CWS wordcount (1.18.68); FILE MERGED 2004/04/06 13:07:26 fme 1.18.68.1: #i27302# Feature - Word count for current selection

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ccbed9ee842613e246e4c7b568812ce355b26e52]

        INTEGRATION: CWS wordcount (1.2.40); FILE MERGED 2004/04/07 06:45:05 os 1.2.40.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ff36be00ad4dd627f874d4faf293b1a31e8bdff9]

        INTEGRATION: CWS wordcount (1.2.86); FILE MERGED 2004/04/07 06:52:18 os 1.2.86.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1ae16bcd46eb65619c6e92c85d6ce9d0d0e1282c]

        INTEGRATION: CWS wordcount (1.2.86); FILE MERGED 2004/04/07 06:52:17 os 1.2.86.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [814f5d114b21c813ba894ed8c3d1dabd0d2d713e]

        INTEGRATION: CWS wordcount (1.36.32); FILE MERGED 2004/04/07 14:42:54 fme 1.36.32.2: #i27302# word count dialog 2004/04/07 06:52:15 os 1.36.32.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2c0e02b2b5989d2b05fd15c90a272f49809ecf55]

        INTEGRATION: CWS wordcount (1.1.2); FILE ADDED 2004/04/07 06:52:42 os 1.1.2.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [fe7b009b91fed7d3f92a2a0476a78eb416cfa527]

        INTEGRATION: CWS wordcount (1.1.2); FILE ADDED 2004/04/16 13:17:30 fme 1.1.2.2: #i27302# word count dialog 2004/04/07 06:53:02 os 1.1.2.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [86ee6e662b6d2248a9f847f7ba82a9f36eaff1c3]

        INTEGRATION: CWS wordcount (1.1.2); FILE ADDED 2004/04/07 06:52:36 os 1.1.2.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [359f19211e012a9c11848fb21dd2ce2f35a20d62]

        INTEGRATION: CWS wordcount (1.1.2); FILE ADDED 2004/04/07 06:52:47 os 1.1.2.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f8e49682cf4aeceef3ea7aa505e1a20ad999ff95]

        INTEGRATION: CWS wordcount (1.8.254); FILE MERGED 2004/04/07 06:52:14 os 1.8.254.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [19c8bc3dc1a2fd490ff013978e8bb913a276d7ff]

        INTEGRATION: CWS wordcount (1.7.242); FILE MERGED 2004/04/07 14:43:17 fme 1.7.242.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [7090f7b426b94798d6021f878273c6bfdbc18715]

        INTEGRATION: CWS wordcount (1.51.86); FILE MERGED 2004/04/06 13:08:02 fme 1.51.86.1: #i27302# Feature - Word count for current selection

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [4b8d24212034360652d0209628b5681d4a354f1d]

        INTEGRATION: CWS wordcount (1.24.32); FILE MERGED 2004/04/06 13:08:01 fme 1.24.32.1: #i27302# Feature - Word count for current selection

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [7edaf2ba80a6fa1d7f590274dd61014278c95d1d]

        INTEGRATION: CWS wordcount (1.47.86); FILE MERGED 2004/04/06 13:08:01 fme 1.47.86.1: #i27302# Feature - Word count for current selection

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [26f4a3aea1e86a2e5931aacabb3243b1ee9bab99]

        INTEGRATION: CWS wordcount (1.3.86); FILE MERGED 2004/04/06 13:08:00 fme 1.3.86.1: #i27302# Feature - Word count for current selection

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [dbbec08b00b84d864891c27b32210d22187d3054]

        INTEGRATION: CWS wordcount (1.15.258); FILE MERGED 2004/04/07 13:15:27 fme 1.15.258.2: #i27302# Feature - Word count for current selection 2004/04/06 13:07:58 fme 1.15.258.1: #i27302# Feature - Word count for current selection

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [02f3d095e59d9de387995401838fb51d31d1afd3]

        INTEGRATION: CWS wordcount (1.25.72); FILE MERGED 2004/04/06 13:07:58 fme 1.25.72.1: #i27302# Feature - Word count for current selection

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [a3e8cdb48d12237a7dfac0a90a1199b4099f940e]

        INTEGRATION: CWS wordcount (1.113.34); FILE MERGED 2004/04/07 06:52:10 os 1.113.34.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [70bdd0e8f632ffc391768cbd8f8fcc3e994dd045]

        INTEGRATION: CWS wordcount (1.48.34); FILE MERGED 2004/04/07 06:52:08 os 1.48.34.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [0001e8da85590c8b326e47295affb7ee5fc42e6c]

        INTEGRATION: CWS wordcount (1.26.454); FILE MERGED 2004/04/07 06:52:07 os 1.26.454.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [5a6afe670e9e04544d1168956eebd98fc63137f4]

        INTEGRATION: CWS wordcount (1.21.224); FILE MERGED 2004/04/07 06:52:06 os 1.21.224.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [5ee53408d29df0d632d8a7a11398a537a595d7f8]

        INTEGRATION: CWS wordcount (1.28.490); FILE MERGED 2004/04/06 13:07:26 fme 1.28.490.1: #i27302# Feature - Word count for current selection

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d30ee8ee39679f28ecd47846fd7d81070fd41606]

        INTEGRATION: CWS wordcount (1.61.22); FILE MERGED 2004/04/06 13:07:25 fme 1.61.22.1: #i27302# Feature - Word count for current selection

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d9a8ae86caa454875058806388065a6267894eb8]

        INTEGRATION: CWS wordcount (1.49.34); FILE MERGED 2004/04/07 06:52:04 os 1.49.34.1: #i27302# word count dialog

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [4bf08054c9971c8e59d9c5501dbaa9bc078145cf]

        INTEGRATION: CWS xsltfilter01 (1.2.6); FILE MERGED 2004/03/17 17:03:15 lo 1.2.6.1: #i24398# pass parameters to stylesheet

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [262d5b05af3b14cd8859446ec548fcbb6e81eef3]

        INTEGRATION: CWS xsltfilter01 (1.2.6); FILE MERGED 2004/03/26 12:07:30 lo 1.2.6.2: #i26757# unchecked reference access 2004/03/17 17:03:14 lo 1.2.6.1: #i24398# pass parameters to stylesheet

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [63824217b123f828a10eebc1769f413b1c6f2eb2]

        INTEGRATION: CWS xsltfilter01 (1.7.10); FILE MERGED 2004/03/24 12:00:03 lo 1.7.10.2: #i26809# don't write clipboardformat field when no doctype is specified 2004/03/22 14:22:18 lo 1.7.10.1: #i26809# use a detect service

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [7c33a4c06d77874c380ee0eb8ca9198782251f85]

        INTEGRATION: CWS xsltfilter01 (1.1.2); FILE ADDED 2004/04/05 15:36:21 sus 1.1.2.2: #i26974# Removed unnecessary xmlns and xhtml default namespace 2004/03/17 13:54:51 sus 1.1.2.1: #i23508# move of XHTML transformation from XMLOFF to FILTER project

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [0075268738eeef85f5e588469ba3f1574605a9f5]

        INTEGRATION: CWS xsltfilter01 (1.11.44); FILE MERGED 2004/03/26 16:19:08 lo 1.11.44.1: clean up progress on failure

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1490da7da207c99eb91958b1dc7c528d3c960b73]

        INTEGRATION: CWS xsltfilter01 (1.1.2); FILE ADDED 2004/04/02 14:11:21 sus 1.1.2.1: #26859# Adding XHTML export for all XML Office documents

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [0e72b09768315d13eed2cd221b76c0e8f22e64e5]

        INTEGRATION: CWS xsltfilter01 (1.1.2); FILE ADDED 2004/04/05 15:42:25 sus 1.1.2.2: #i26974# Renamed starting filter stylesheet from main_html.xsl to the more verbose ooo2xhtml.xsl 2004/04/02 14:18:56 sus 1.1.2.1: #26859# Adding XHTML export for all XML Office documents

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [525ce3e516a513c505ccc393ea95661606512f30]

        INTEGRATION: CWS xsltfilter01 (1.1.2); FILE ADDED 2004/04/05 15:42:23 sus 1.1.2.2: #i26974# Renamed starting filter stylesheet from main_html.xsl to the more verbose ooo2xhtml.xsl 2004/04/02 14:19:51 sus 1.1.2.1: #26859# Adding XHTML export for all XML Office documents

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b2b27dacafce8bf2e07a92363fe553919e7e3bf1]

        INTEGRATION: CWS xsltfilter01 (1.1.2); FILE ADDED 2004/04/05 15:42:21 sus 1.1.2.2: #i26974# Renamed starting filter stylesheet from main_html.xsl to the more verbose ooo2xhtml.xsl 2004/04/02 14:20:05 sus 1.1.2.1: #26859# Adding XHTML export for all XML Office documents

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e4aee90560aaf2cf6d9d169d00b774e5d989ac84]

        INTEGRATION: CWS xsltfilter01 (1.1.2); FILE ADDED 2004/04/05 15:42:18 sus 1.1.2.2: #i26974# Renamed starting filter stylesheet from main_html.xsl to the more verbose ooo2xhtml.xsl 2004/04/02 14:20:19 sus 1.1.2.1: #26859# Adding XHTML export for all XML Office documents

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [3078454d9810902df8695e346dbe71a805715b63]

        INTEGRATION: CWS xsltfilter01 (1.2.32); FILE MERGED 2004/04/06 11:21:43 sus 1.2.32.2: #i26859# Math, Master, Web are not supported yet for XSLT filter, change will follow later 2004/04/02 14:09:58 sus 1.2.32.1: #26859# Adding XHTML export for all XML Office documents

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [dfab49c41b4c7e74964f885417945bdc95214ae9]

        INTEGRATION: CWS xsltfilter01 (1.15.32); FILE MERGED 2004/04/05 17:29:00 sus 1.15.32.6: #i27068# added paths to the xslt files on solver, as two stylesheets had the same name 2004/04/05 16:12:37 sus 1.15.32.5: #i27068# added paths to the xslt files on solver, as two stylesheets had the same name 2004/04/05 16:09:25 sus 1.15.32.4: #i27068# added paths to the xslt files on solver, as two stylesheets had the same name 2004/04/05 16:06:55 sus 1.15.32.3: #i27068# added paths to the xslt files on solver, as two stylesheets had the same name 2004/04/02 12:37:02 sus 1.15.32.2: #27608# moved stylesheets out of redundant common/body directory 2004/03/17 14:14:34 sus 1.15.32.1: #i23508# move of XHTML transformation from XMLOFF to FILTER project

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [5ec289e745294a5fa626ac54fdb97e7498b244c5]

        INTEGRATION: CWS xsltfilter01 (1.2.6); FILE MERGED 2004/04/05 18:29:08 sus 1.2.6.5: i27068 Adding missing table.xsl file 2004/04/05 15:47:57 sus 1.2.6.4: #i26974# Renamed starting filter stylesheet from main_html.xsl to the more verbose ooo2xhtml.xsl 2004/04/02 12:52:31 sus 1.2.6.3: #27608# moved stylesheets out of redundant common/body directory 2004/03/17 18:02:19 sus 1.2.6.2: #i23508# move of XHTML transformation from XMLOFF to FILTER project 2004/03/16 11:18:00 lo 1.2.6.1: #i26543# bind xslt framework to root module

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [5ef4cdc049d54d7621b280a559b9920a8c91b400]

        INTEGRATION: CWS xsltfilter01 (1.2.6); FILE MERGED 2004/04/05 18:29:08 sus 1.2.6.6: i27068 Adding missing table.xsl file 2004/04/05 16:02:16 sus 1.2.6.5: #i27068# added paths to the xslt files on solver, as two stylesheets had the same name 2004/04/05 15:47:56 sus 1.2.6.4: #i26974# Renamed starting filter stylesheet from main_html.xsl to the more verbose ooo2xhtml.xsl 2004/04/02 12:52:31 sus 1.2.6.3: #27608# moved stylesheets out of redundant common/body directory 2004/03/18 09:31:55 lo 1.2.6.2: missing ';' 2004/03/17 18:02:18 sus 1.2.6.1: #i23508# move of XHTML transformation from XMLOFF to FILTER project

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [12a0fbb83d20e440d915ae475f1110b7e4ca0d0b]

        INTEGRATION: CWS xsltfilter01 (1.3.8); FILE MERGED 2004/03/17 18:11:05 sus 1.3.8.2: #i23508# move of XHTML transformation from XMLOFF to FILTER project 2004/03/17 18:03:16 sus 1.3.8.1: #i23508# move of XHTML transformation from XMLOFF to FILTER project

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [542d7fbbf18813587b76b8b6d1b302c40411e8d0]

        INTEGRATION: CWS xsltfilter01 (1.1.36); FILE MERGED 2004/03/18 09:50:19 lo 1.1.36.1: removed plenk

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [9fd5758ef1549366c87372d629b57eb52ce38deb]

        INTEGRATION: CWS impress7ea1 (1.2.78); FILE MERGED 2004/04/14 12:30:13 af 1.2.78.1: #115867# Added Activate() method that turns off unconditionally the preview.

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f7fd1526393001293238880fa9588204e86b0974]

        INTEGRATION: CWS impress7ea1 (1.45.90); FILE MERGED 2004/04/13 16:08:27 cl 1.45.90.1: #112580# fixed length of overlapping controls

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [5e8dd40ee6b15f546ffa1b7b5ccd311f7121b26b]

        INTEGRATION: CWS impress7ea1 (1.3.390); FILE MERGED 2004/04/13 16:20:42 cl 1.3.390.1: #112459# fixed offsets for gallery buttons after the extras team removed the logo on position 0

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [07a94b7cec36c3969de4b06cf2b5529eeee32161]

        INTEGRATION: CWS impress7ea1 (1.12.78); FILE MERGED 2004/04/13 16:20:42 cl 1.12.78.1: #112459# fixed offsets for gallery buttons after the extras team removed the logo on position 0

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [cce3908652289d18cbaa2f8ccd816d4e2b40ad1c]

        INTEGRATION: CWS impress7ea1 (1.60.4); FILE MERGED 2004/04/08 12:59:20 sj 1.60.4.1: #114103# not creating placeholder for suptitles using the textstyle instance

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [73679fd06a07e069d012e1aad97bbbee665ca429]

        INTEGRATION: CWS impress7ea1 (1.3.26); FILE MERGED 2004/04/20 11:32:16 sw 1.3.26.1: #i27510#

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [8165316ffe0196c7279623644e2d91c75331e823]

        INTEGRATION: CWS impress7ea1 (1.64.2); FILE MERGED 2004/04/13 14:35:25 cl 1.64.2.1: #i27510# outliner always needs the current text object

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [7738c1d5d918a52a674f950311bd6a7eb2db9004]

        INTEGRATION: CWS xsltfilter01 (1.43.46); FILE MERGED 2004/03/17 13:17:50 sus 1.43.46.1: #i23508# move of XHTML stylesheets from XMLOFF to FILTER project

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [dea6635eb416547f86a12c4c89a3b49fbfc21c23]

        INTEGRATION: CWS cso001 (1.16.152); FILE MERGED 2004/03/23 12:48:28 hjs 1.16.152.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [7731c603744f13d02b9b5d238ddd68b438edb02e]

        INTEGRATION: CWS cso001 (1.56.54); FILE MERGED 2004/03/23 12:46:38 hjs 1.56.54.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ec53838de79336c427b2157386bc5493d3e6c844]

        INTEGRATION: CWS cso001 (1.35.96); FILE MERGED 2004/03/23 12:51:25 hjs 1.35.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [cfdcfc806e3ed7cd4cae2a4cb8d2230ab927d063]

        INTEGRATION: CWS cso001 (1.78.96); FILE MERGED 2004/03/23 12:51:25 hjs 1.78.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [a49f0aba08b6809592defd9b326a143d96e04467]

        INTEGRATION: CWS cso001 (1.50.74); FILE MERGED 2004/03/23 12:51:25 hjs 1.50.74.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [19ea5c0b54d87d4a90052749cd5a27c9bab081cb]

        INTEGRATION: CWS cso001 (1.67.96); FILE MERGED 2004/03/23 12:51:24 hjs 1.67.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [42a8ccfd3a56d68e386737ee6e507db0ecc7adf5]

        INTEGRATION: CWS cso001 (1.29.26); FILE MERGED 2004/03/23 12:51:23 hjs 1.29.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e759b262ce780572771a950c9582c7cfa761b9fe]

        INTEGRATION: CWS cso001 (1.49.70); FILE MERGED 2004/03/23 12:51:22 hjs 1.49.70.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [295899ff4f48366da7213d2560d5e4dea5c0eb42]

        INTEGRATION: CWS cso001 (1.51.96); FILE MERGED 2004/03/23 12:51:21 hjs 1.51.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [3a3bffeec9f32feff9c7d018410e07486d725436]

        INTEGRATION: CWS cso001 (1.39.96); FILE MERGED 2004/03/23 12:51:21 hjs 1.39.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1e83be50f360b60b0f8bf2521387ff7924dc98d0]

        INTEGRATION: CWS cso001 (1.38.96); FILE MERGED 2004/03/23 12:51:21 hjs 1.38.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ac5a02d30e7432f8961f04847ebc28eb10772d9a]

        INTEGRATION: CWS cso001 (1.50.96); FILE MERGED 2004/03/23 12:51:20 hjs 1.50.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2db1fddb821101782bd22231634006b2d2392f4a]

        INTEGRATION: CWS cso001 (1.46.94); FILE MERGED 2004/03/23 12:51:20 hjs 1.46.94.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e74ac03c22265793efeb9c7aae01a2fffcb09840]

        INTEGRATION: CWS cso001 (1.38.96); FILE MERGED 2004/03/23 12:51:19 hjs 1.38.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [03a0fa9e38ed4d05a839a69afb5dc676456f50ed]

        INTEGRATION: CWS cso001 (1.39.96); FILE MERGED 2004/03/23 12:51:19 hjs 1.39.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [36a268064cdc4bd66e4f4d89488ecbfe999dc159]

        INTEGRATION: CWS cso001 (1.51.96); FILE MERGED 2004/03/23 12:51:18 hjs 1.51.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [590787eba6be361feef466714716a128897aeb28]

        INTEGRATION: CWS cso001 (1.32.96); FILE MERGED 2004/03/23 12:51:18 hjs 1.32.96.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2ade3cef23bc4c95632e1c1dc3e0ae2f30ad8272]

        INTEGRATION: CWS cso001 (1.45.78); FILE MERGED 2004/03/23 12:50:58 hjs 1.45.78.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1835a634ca3f06583f4d601179eaf61e9b7a5b0c]

        INTEGRATION: CWS cso001 (1.40.78); FILE MERGED 2004/03/23 12:50:58 hjs 1.40.78.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [045cd5187448db3ddd740a08e968c8a412c8bf68]

        INTEGRATION: CWS cso001 (1.90.72); FILE MERGED 2004/03/23 12:50:55 hjs 1.90.72.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [8e267a00c39a49db88adccb396adb265f3f67b1b]

        INTEGRATION: CWS cso001 (1.14.92); FILE MERGED 2004/03/23 12:50:39 hjs 1.14.92.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2c79413f137eb844c7e43c2381f1a0c273fc4e3f]

        INTEGRATION: CWS cso001 (1.42.98); FILE MERGED 2004/03/23 12:50:02 hjs 1.42.98.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [35f3d0beb8f290a76f6f4be27bd788a1c047fc56]

        INTEGRATION: CWS cso001 (1.28.14); FILE MERGED 2004/03/23 12:50:01 hjs 1.28.14.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [7f76f10d833eba3e8257e75237769072544bc755]

        INTEGRATION: CWS cso001 (1.71.98); FILE MERGED 2004/03/23 12:50:00 hjs 1.71.98.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [49bd69193e63f011eec4e1afb1ebaeef3d99aa76]

        INTEGRATION: CWS cso001 (1.2.36); FILE MERGED 2004/03/23 12:50:00 hjs 1.2.36.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [78f92827ceeb5a2da2756abf9e99a2a5d173c384]

        INTEGRATION: CWS cso001 (1.40.98); FILE MERGED 2004/03/23 12:49:59 hjs 1.40.98.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e7bf87cf209734d8e4cd8a00e63ebbdc729d945a]

        INTEGRATION: CWS cso001 (1.85.36); FILE MERGED 2004/03/23 12:49:58 hjs 1.85.36.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [15fcfe39fc46b2f5ae8849907f0db6df00c6b4ef]

        INTEGRATION: CWS cso001 (1.90.98); FILE MERGED 2004/03/23 12:49:57 hjs 1.90.98.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [8a4bc899d627a509b34925d4047e9e1d42faa942]

        INTEGRATION: CWS cso001 (1.30.162); FILE MERGED 2004/03/23 12:49:32 hjs 1.30.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [70c5bcd7dadec62f855f61a31c928d8a3e59eebf]

        INTEGRATION: CWS cso001 (1.50.162); FILE MERGED 2004/03/23 12:49:31 hjs 1.50.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [23c298e6ee49c8e2e744856b54e3f059653e9ce0]

        INTEGRATION: CWS cso001 (1.33.162); FILE MERGED 2004/03/23 12:49:31 hjs 1.33.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [a59736d1fbf6fa443cc9e169bfce4ec465140af4]

        INTEGRATION: CWS cso001 (1.37.32); FILE MERGED 2004/03/23 12:49:30 hjs 1.37.32.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b67e8092acf42c6f4d3f63bed02dfb98154d6d3e]

        INTEGRATION: CWS cso001 (1.29.152); FILE MERGED 2004/03/23 12:49:29 hjs 1.29.152.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d027622d520397432c04c1c5d2c2be984b09af23]

        INTEGRATION: CWS cso001 (1.30.162); FILE MERGED 2004/03/23 12:49:29 hjs 1.30.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d491677186daa43d2dd2ef2e6bba466f970ae504]

        INTEGRATION: CWS cso001 (1.41.162); FILE MERGED 2004/03/23 12:49:28 hjs 1.41.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [8f24899efa184e1c41654aa08b92cff4ded530e8]

        INTEGRATION: CWS cso001 (1.18.162); FILE MERGED 2004/03/23 12:49:28 hjs 1.18.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f5ab3dc1e9d889d20accc4a4d387cff681b47f0e]

        INTEGRATION: CWS cso001 (1.32.162); FILE MERGED 2004/03/23 12:49:27 hjs 1.32.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1d7ceb903a67a69c4a9f34ab7b36b872d7abdce9]

        INTEGRATION: CWS cso001 (1.70.162); FILE MERGED 2004/03/23 12:49:26 hjs 1.70.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [554a895731c6926e6d76af88f284ac3ba3b7f7ab]

        INTEGRATION: CWS cso001 (1.30.162); FILE MERGED 2004/03/23 12:49:24 hjs 1.30.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [4b387109f0efd02befc876c8768e6e2fea42abc8]

        INTEGRATION: CWS cso001 (1.32.30); FILE MERGED 2004/03/23 12:49:24 hjs 1.32.30.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [4fc61459133a1bba67cb30ba50205acf153df486]

        INTEGRATION: CWS cso001 (1.55.122); FILE MERGED 2004/03/23 12:49:23 hjs 1.55.122.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d9d20f9faf955f0cee45251bcc6e947fbe478d94]

        INTEGRATION: CWS cso001 (1.49.162); FILE MERGED 2004/03/23 12:49:23 hjs 1.49.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2c57ef2cfc55a271d3adb02d8e8322b3544bd404]

        #100000# use CFLAGSCXX, unxsoli4

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [21d3d1a9ae384d82c43456ed8c98ecb53db232f6]

        INTEGRATION: CWS cso001 (1.46.160); FILE MERGED 2004/03/23 12:49:22 hjs 1.46.160.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f8ed4b0df143479c0cf70f959067d48715dd2906]

        INTEGRATION: CWS cso001 (1.36.162); FILE MERGED 2004/03/23 12:49:21 hjs 1.36.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [195aca587c8c57f8d1255db660259c47eb6fa100]

        INTEGRATION: CWS cso001 (1.37.60); FILE MERGED 2004/03/23 12:49:21 hjs 1.37.60.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [45d5f5e28a30bb2fc1cf2c612143eb204b8648cd]

        INTEGRATION: CWS cso001 (1.20.162); FILE MERGED 2004/03/23 12:49:20 hjs 1.20.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [82839bf6f75dc54b8061221f05cc40434e0a797d]

        INTEGRATION: CWS cso001 (1.40.162); FILE MERGED 2004/03/23 12:49:20 hjs 1.40.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f250cf883a2572c54598851a96a64d77f89323aa]

        INTEGRATION: CWS cso001 (1.48.162); FILE MERGED 2004/03/23 12:49:19 hjs 1.48.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [932f7819f2a0e44b46f9a2bf58f2039c368db838]

        INTEGRATION: CWS cso001 (1.42.162); FILE MERGED 2004/03/23 12:49:18 hjs 1.42.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [cf9af00a5b3ad6841be1dfbee7c645e591dca623]

        INTEGRATION: CWS cso001 (1.65.162); FILE MERGED 2004/03/23 12:49:17 hjs 1.65.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e59036c8599ef24c203a8141f807c9942b18098c]

        INTEGRATION: CWS cso001 (1.94.60); FILE MERGED 2004/03/23 12:49:16 hjs 1.94.60.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [0e40511bd4e749af26fef10b3e709ec301bfe656]

        INTEGRATION: CWS cso001 (1.3.58); FILE MERGED 2004/03/23 12:49:16 hjs 1.3.58.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [59be7da379cf9294eaa936bdc61b90bdb8b31fa0]

        INTEGRATION: CWS cso001 (1.33.162); FILE MERGED 2004/03/23 12:49:15 hjs 1.33.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d2a6c6380c5d18b05a1a88b7dd6726d6a08c79cf]

        INTEGRATION: CWS cso001 (1.44.162); FILE MERGED 2004/03/23 12:49:14 hjs 1.44.162.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [305b2064a409b6b11151a60c13beb8605262e80b]

        INTEGRATION: CWS cso001 (1.95.120); FILE MERGED 2004/03/23 12:49:14 hjs 1.95.120.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b34ff57fdaebfc1a6bc56a69bb14e0748bb69e0f]

        INTEGRATION: CWS cso001 (1.112.122); FILE MERGED 2004/03/23 12:49:12 hjs 1.112.122.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2131636f327c4685f12cbd612060c92b6aadfebe]

        INTEGRATION: CWS cso001 (1.78.152); FILE MERGED 2004/03/23 12:48:36 hjs 1.78.152.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b172fad2235a24f8e2542db96a7cfad90d244f36]

        INTEGRATION: CWS cso001 (1.76.152); FILE MERGED 2004/03/23 12:48:35 hjs 1.76.152.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f7a7334a9af848f552c9eacec8909026ad501176]

        INTEGRATION: CWS cso001 (1.73.40); FILE MERGED 2004/03/23 12:48:34 hjs 1.73.40.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c14e1e8a891d07a2a63d3d890b97a02c90f6be01]

        INTEGRATION: CWS cso001 (1.2.114); FILE MERGED 2004/03/23 12:48:33 hjs 1.2.114.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [31ab455a049495f6ecf5ff1ebf5c3845542a20f8]

        INTEGRATION: CWS cso001 (1.58.26); FILE MERGED 2004/03/23 12:48:32 hjs 1.58.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [82794c626306c00f2e3ee59e76b30e294888a8b9]

        INTEGRATION: CWS cso001 (1.36.40); FILE MERGED 2004/03/23 12:48:31 hjs 1.36.40.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c72d5ed05927b88a99f3665c57fb168819d562ef]

        INTEGRATION: CWS cso001 (1.56.154); FILE MERGED 2004/03/23 12:48:31 hjs 1.56.154.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [423e435a62db76a4ef6c299b664e471226f1dbb9]

        INTEGRATION: CWS cso001 (1.41.154); FILE MERGED 2004/03/23 12:48:30 hjs 1.41.154.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [22ada0a38ae461260f24b55e6c6663ec19d532d7]

        INTEGRATION: CWS cso001 (1.39.154); FILE MERGED 2004/03/23 12:48:29 hjs 1.39.154.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [4071bf824904ba407a292b9b60d7d06aa2ceee86]

        INTEGRATION: CWS cso001 (1.2.114); FILE MERGED 2004/03/23 12:48:29 hjs 1.2.114.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [555f3c0707ffc073c4757cf360302d3ee0e77cc7]

        INTEGRATION: CWS cso001 (1.65.154); FILE MERGED 2004/03/23 12:48:29 hjs 1.65.154.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ba216f9df3ba3fb29a6cecf6d0075731fd50c3b9]

        INTEGRATION: CWS cso001 (1.76.154); FILE MERGED 2004/03/23 12:48:28 hjs 1.76.154.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e868ccb43cf6c5ae19d97d90f6a4ec036a6702f8]

        INTEGRATION: CWS cso001 (1.2.114); FILE MERGED 2004/03/23 12:48:28 hjs 1.2.114.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [62eacc1880f95b4ee01671afc2f5a516c40ab4b9]

        INTEGRATION: CWS cso001 (1.29.114); FILE MERGED 2004/03/23 12:48:27 hjs 1.29.114.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [86e3134beaf5c60669cc194c41483114db734253]

        INTEGRATION: CWS cso001 (1.67.154); FILE MERGED 2004/03/23 12:48:26 hjs 1.67.154.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [24e968f1914c82d5dd73bf29b79769fe89ddf2d2]

        INTEGRATION: CWS cso001 (1.50.154); FILE MERGED 2004/03/23 12:48:26 hjs 1.50.154.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [934d4aed1eeaa012c15b0214ad90cb03eaa36de8]

        INTEGRATION: CWS cso001 (1.69.40); FILE MERGED 2004/03/23 12:48:25 hjs 1.69.40.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b85791e0cf3fb1d45941af3eaf9e1b7a3efb4f2c]

        INTEGRATION: CWS cso001 (1.51.20); FILE MERGED 2004/03/23 12:48:25 hjs 1.51.20.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [a2ba22bb78734f667b2a2f1e7f8afe427bf5af48]

        INTEGRATION: CWS cso001 (1.2.114); FILE MERGED 2004/03/23 12:48:25 hjs 1.2.114.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [7528a28facf94cd2cff2f2e5eb181b4a750bdd31]

        INTEGRATION: CWS cso001 (1.46.152); FILE MERGED 2004/03/23 12:48:24 hjs 1.46.152.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [dc15bbce9eefde8cfcc057546da088f287049d4b]

        INTEGRATION: CWS cso001 (1.54.32); FILE MERGED 2004/03/23 12:47:53 hjs 1.54.32.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [2751a5f72bf488fb24300dc89928eef8dd65ef79]

        INTEGRATION: CWS cso001 (1.9.8); FILE MERGED 2004/03/23 12:47:44 hjs 1.9.8.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ca847e95b9a40d27663a70dc6c5500ebb3a17189]

        INTEGRATION: CWS cso001 (1.2.26); FILE MERGED 2004/03/23 12:47:24 hjs 1.2.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [c113f2d7b4c33d6ff4333dca819d6c3edb1c022d]

        INTEGRATION: CWS cso001 (1.2.26); FILE MERGED 2004/03/23 12:47:23 hjs 1.2.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [bf89a350235a3cc53dc399b5cade09aaf02c47d7]

        INTEGRATION: CWS cso001 (1.2.26); FILE MERGED 2004/03/23 12:47:22 hjs 1.2.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1156a7fea68f756cda18f0051912df0792bd4dbb]

        INTEGRATION: CWS cso001 (1.2.26); FILE MERGED 2004/03/23 12:47:21 hjs 1.2.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ce221192d3c7dc0a82214b853ac47a05508faf1a]

        INTEGRATION: CWS cso001 (1.25.24); FILE MERGED 2004/03/23 12:47:17 hjs 1.25.24.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f4ef7f19d5f626aeba18db266929ea87ebd0cee5]

        INTEGRATION: CWS cso001 (1.2.72); FILE MERGED 2004/03/23 12:47:16 hjs 1.2.72.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [319a04dd70883fa689c13a7c86620368ba1783b5]

        INTEGRATION: CWS cso001 (1.3.24); FILE MERGED 2004/03/23 12:47:16 hjs 1.3.24.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [404ed1589cbc6e5b05145e708f3d0b4e691a2ff2]

        INTEGRATION: CWS cso001 (1.28.26); FILE MERGED 2004/03/23 12:47:15 hjs 1.28.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f785e145c85f3f7ff2e5522b900848d993077d5f]

        INTEGRATION: CWS cso001 (1.2.26); FILE MERGED 2004/03/23 12:47:14 hjs 1.2.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [47e5ad75fa692b7666b991524d730dc04b66d645]

        INTEGRATION: CWS cso001 (1.2.26); FILE MERGED 2004/03/23 12:47:13 hjs 1.2.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [7f7eda03725352528a43f9c20fd652c3e43adcd0]

        INTEGRATION: CWS cso001 (1.2.26); FILE MERGED 2004/03/23 12:47:12 hjs 1.2.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f9bf83ab237966a5c61263cea30283eea8ea7944]

        INTEGRATION: CWS cso001 (1.3.26); FILE MERGED 2004/03/23 12:47:12 hjs 1.3.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [6929a71623a39351d365d6baaa0857018212286f]

        INTEGRATION: CWS cso001 (1.2.26); FILE MERGED 2004/03/23 12:47:11 hjs 1.2.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [fae42f61bce896da6fdbc69827cf50761b08a7b2]

        INTEGRATION: CWS cso001 (1.36.56); FILE MERGED 2004/03/23 12:46:37 hjs 1.36.56.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [822adfb8eabb88cbed92a2e0c7c6f86302e8f496]

        INTEGRATION: CWS cso001 (1.44.56); FILE MERGED 2004/03/23 12:46:36 hjs 1.44.56.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [1fad8f854df8ebc7c04b285754f335a5d090b673]

        INTEGRATION: CWS cso001 (1.54.20); FILE MERGED 2004/03/23 12:46:13 hjs 1.54.20.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [fdb31a856b1fef025d478598afca71e32364aa72]

        INTEGRATION: CWS cso001 (1.81.16); FILE MERGED 2004/03/23 12:46:04 hjs 1.81.16.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [17525828e2a610d5a89ebdc361c3a724f9802e2d]

        INTEGRATION: CWS cso001 (1.42.14); FILE MERGED 2004/03/23 12:46:03 hjs 1.42.14.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [0dfa2a9556cbaa1a9af24e2226ffd341c0c5f6b7]

        INTEGRATION: CWS cso001 (1.59.42); FILE MERGED 2004/03/23 12:46:03 hjs 1.59.42.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [037b5b7115268221fbcdd81a70b390c1a36bece5]

        INTEGRATION: CWS cso001 (1.29.44); FILE MERGED 2004/03/23 12:46:02 hjs 1.29.44.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [d61076ddd2a0bd474ab8c57e06c133e36ee6f463]

        INTEGRATION: CWS cso001 (1.38.44); FILE MERGED 2004/03/23 12:46:01 hjs 1.38.44.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [3f99d15defeabbb6bb34cf67506d5d4840c64473]

        INTEGRATION: CWS cso001 (1.132.26); FILE MERGED 2004/03/23 12:46:00 hjs 1.132.26.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [214f8d5fdaae12b9b5f3339914ac42ece458375d]

        INTEGRATION: CWS cso001 (1.19.44); FILE MERGED 2004/03/23 12:46:00 hjs 1.19.44.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [f634dbf145fac0bac8db2cbd0b2d838b69c4f2a7]

        INTEGRATION: CWS cso001 (1.43.20); FILE MERGED 2004/03/23 12:45:48 hjs 1.43.20.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [5282756376b13af8355c961fb55b778a6ae23749]

        INTEGRATION: CWS cso001 (1.55.18); FILE MERGED 2004/03/23 12:45:47 hjs 1.55.18.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [ed4ffabeb1ae5419fa02575748fd6fa0e175cda7]

        INTEGRATION: CWS cso001 (1.1.1.1.10); FILE MERGED 2004/03/23 12:45:37 hjs 1.1.1.1.10.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [b2da97cc304a794245a41ca4c7f139921d1ae28c]

        INTEGRATION: CWS cso001 (1.1.1.1.10); FILE MERGED 2004/03/23 12:45:36 hjs 1.1.1.1.10.1: #116006# merge

2004-04-27  Oliver Bolte  <obo@openoffice.org>  [e5c0daac0e0c937c0383d936a8fcb5ea08e109a8]

        INTEGRATION: CWS cso001 (1.2.10); FILE MERGED 2004/03/23 12:45:36 hjs 1.2.10.1: #116006# merge

2004-04-26  Joachim Lingner  <jl@openoffice.org>  [f17a9b4b44a1c01dd128916e07e047584db98538]

        #i20052#

2004-04-26  Oliver Bolte  <obo@openoffice.org>  [1bf6e9ee7f05d2e9eb563fca6218a765b159a450]

        SRC680

2004-04-26  Joachim Lingner  <jl@openoffice.org>  [052f4cf6e4dc35c31d9b736d2b71be1279b2a2bf]

        #i20052# user/config/javasettings.xml is now platform dependent

2004-04-26  Joachim Lingner  <jl@openoffice.org>  [a7f82d63711573e720f586b2d3e183543446f18e]

        #i20052#

2004-04-26  Joachim Lingner  <jl@openoffice.org>  [cab7aaaaae495c38c2b21ad26e7530c56aea8682]

        #i20052# ../user/config/javasettings.xml is now generated

2004-04-23  Armin Weiss  <aw@openoffice.org>  [9e43116fdab0e76e862d71125288f8b4648c327a]

        #110098# Some more adaptions for SRC680 m33 build on unxlngi5 and unxsols4

2004-04-23  Kurt Zenker  <kz@openoffice.org>  [c93984ce2088b47352a5cf05e356d98a1d0b855c]

        #i10000# #i27526#: cast to disambiguate

2004-04-23  Kurt Zenker  <kz@openoffice.org>  [e8ae86874d0409de1d27e2ebefc301960c4d904b]

        #i10000# mergeconflicts corrected

2004-04-23  Sven Jacobi  <sj@openoffice.org>  [d031208df25ef6b2bd4f308ba6efe889f6accba4]

        fixed order of xml token

2004-04-23  Kurt Zenker  <kz@openoffice.org>  [963df120731ef2fb77fe96357e5a7716cf39ec1a]

        #i10000# pCell -> _pCell

2004-04-23  Joachim Lingner  <jl@openoffice.org>  [99eb720ef1526a525a6e4d3c41fd1437b5127662]

        #i20052# fixed bug when writing JavaInfo element and jfw_findAndSelectJRE now uses also manually selected paths

2004-04-22  Kurt Zenker  <kz@openoffice.org>  [8fb8381bf81e4fb58699b589ede7b34ceaaae3f1]

        #i10000# do not use LIBCIMT

2004-04-22  Sander Vesik  <svesik@openoffice.org>  [13d05a70285fec133d3ddaeea82b1a15485eb883]

        INTEGRATION: CWS loadenv01 (1.8.14); FILE MERGED 2004/04/05 13:24:29 sw 1.8.14.1: #116244#

2004-04-22  Vladimir Glazounov  <vg@openoffice.org>  [b7bd104f75b458b137f8718c88c1bf05c79652da]

        #100000# no warnings for --from prj1:prj2

2004-04-22  Oliver Specht  <os@openoffice.org>  [63f97fe4154b33483c61e82cce9545cddb612d41]

        #110098# some stripped code re-inserted

2004-04-22  Sander Vesik  <svesik@openoffice.org>  [e40ad0ce63390bbefbb990c7066e69a052421dbe]

        INTEGRATION: CWS loadenv01 (1.123.56); FILE MERGED 2004/03/22 08:58:20 as 1.123.56.2: RESYNC: (1.123-1.124); FILE MERGED 2004/03/12 14:43:02 mba 1.123.56.1: #115936#: remove SfxLoadEnvironment, move MacroCheck to ViewFrame

2004-04-22  Sander Vesik  <svesik@openoffice.org>  [89146dc6ecbee742bc8916fa8fcae3475ff018df]

        INTEGRATION: CWS loadenv01 (1.59.10); FILE MERGED 2004/03/12 14:44:33 mba 1.59.10.1: #115936#: remove SfxLoadEnvironment

2004-04-22  Joachim Lingner  <jl@openoffice.org>  [3ca762ec3e40f168e56bec3bb480f5240a986cf8]

        #i20052#

2004-04-22  Rüdiger Timm  <rt@openoffice.org>  [e9e96fbf58f502d7eac4b4347ba14ca976f96f44]

        #i10000# revert last change

2004-04-22  Rüdiger Timm  <rt@openoffice.org>  [3773630e480bd3a110b2d311adab411628781045]

        #i10000# suppress warnings

2004-04-22  Sander Vesik  <svesik@openoffice.org>  [c29882c8869e7d7268127a19df29507151957927]

        #100000# revert ooo20040329 fix

2004-04-22  Armin Weiss  <aw@openoffice.org>  [f6accc5e4dbfae2f95c85ed8df6a65c34ef8985a]

        #i27164#

2004-04-22  Kurt Zenker  <kz@openoffice.org>  [57431bab490e629a56a3ade031d810bde1af9c45]

        new version for SRC680

2004-04-22  Kurt Zenker  <kz@openoffice.org>  [6b8246b991ac18c655d3ddf9c62d7e30ccc80cf0]

        new version for SRC680

2004-04-21  Rüdiger Timm  <rt@openoffice.org>  [063b228e1adb0d71004883e86ed9430105ccf69f]

        new version for SRC680

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [385d98f64298b6a326cd7cc7d7ceed0cdb37ab81]

        SRC680

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c192b393a25b4c17586652b5cfb3b86c2b088c66]

        INTEGRATION: CWS ooo20040329 (1.137.62); FILE MERGED 2004/03/18 10:22:58 waratah 1.137.62.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [dfd08e3f4f17835f0f981080f3db220c1320ab69]

        INTEGRATION: CWS ooo20040329 (1.13.50); FILE MERGED 2004/03/17 09:35:16 waratah 1.13.50.1: #i1858# remove i that is a dummy statement, Remove unused field s. change the order of one of the definitions to quieten -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [416ddb17741bd268941afd690cb6e918475f972a]

        INTEGRATION: CWS ooo20040329 (1.12.82); FILE MERGED 2004/03/17 11:27:26 waratah 1.12.82.1: #i1858# correct some spelling mistakes in comments

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [03706b035fe774bd5ccbb457bd64175bc7f498d9]

        INTEGRATION: CWS ooo20040329 (1.3.190); FILE MERGED 2004/03/17 12:57:48 waratah 1.3.190.1: #i1858# alter order of definitions to remove some warnings from -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [86091fa9ca7d9a7477b4bc908001a1bcf3cf29da]

        INTEGRATION: CWS ooo20040329 (1.21.64); FILE MERGED 2004/04/08 03:10:17 svesik 1.21.64.2: RESYNC: (1.21-1.22); FILE MERGED 2004/03/17 12:57:48 waratah 1.21.64.1: #i1858# alter order of definitions to remove some warnings from -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [721dbee10cdab8acbe1f7149a1316f9ea6e84cf5]

        INTEGRATION: CWS ooo20040329 (1.3.70); FILE MERGED 2004/04/10 01:57:10 svesik 1.3.70.2: Resolve conflict 2004/03/17 12:57:49 waratah 1.3.70.1: #i1858# alter order of definitions to remove some warnings from -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4d2e5ad20d03b79df8eead767bdb800c319a6ae1]

        INTEGRATION: CWS ooo20040329 (1.21.48); FILE MERGED 2004/04/08 03:07:25 svesik 1.21.48.2: RESYNC: (1.21-1.22); FILE MERGED 2004/03/17 12:57:49 waratah 1.21.48.1: #i1858# alter order of definitions to remove some warnings from -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [ca267398eb8e703fea5b56a9c6cae637b90e9f3f]

        INTEGRATION: CWS ooo20040329 (1.4.144); FILE MERGED 2004/03/15 13:10:51 waratah 1.4.144.1: #i1858# commit a fixme for another programmer to pick up

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f6d2e7dd81350b1d2356064a3ee68e2fe78fe3d4]

        INTEGRATION: CWS ooo20040329 (1.19.6); FILE MERGED 2004/04/08 03:21:40 svesik 1.19.6.2: RESYNC: (1.19-1.20); FILE MERGED 2004/03/17 12:57:48 waratah 1.19.6.1: #i1858# alter order of definitions to remove some warnings from -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9e50095cbff34f80fce629216adc58f1cb11c9d0]

        INTEGRATION: CWS ooo20040329 (1.15.654); FILE MERGED 2004/03/17 12:21:21 waratah 1.15.654.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [2e53affc938c12747353be3a3a7d5278f206426e]

        INTEGRATION: CWS ooo20040329 (1.45.20); FILE MERGED 2004/04/08 08:43:07 svesik 1.45.20.2: RESYNC: (1.45-1.46); FILE MERGED 2004/03/17 12:22:12 waratah 1.45.20.1: #i1858# alter the order of some definitions to fix some -Wall warnings remove unused variable from the code

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [2fac7bd80a0acfecbe6a41483c516c1cf2b032a1]

        INTEGRATION: CWS ooo20040329 (1.25.378); FILE MERGED 2004/03/17 12:16:04 waratah 1.25.378.1: #i1858# bracket hdrstop pragma to stop wall warning in gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f1b26634db79f6316fb7c5c07ffbefd004ceda00]

        INTEGRATION: CWS ooo20040329 (1.22.378); FILE MERGED 2004/03/17 12:16:51 waratah 1.22.378.1: #i1858# bracket hdrstop pragma to stop wall warning in gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f345781dc709022ee87365104a354a3dd29112e8]

        INTEGRATION: CWS ooo20040329 (1.6.664); FILE MERGED 2004/03/17 12:16:51 waratah 1.6.664.1: #i1858# bracket hdrstop pragma to stop wall warning in gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [26b30445da5af643f9d506356352abb1e7848bcf]

        INTEGRATION: CWS ooo20040329 (1.22.90); FILE MERGED 2004/03/17 12:18:10 waratah 1.22.90.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [018cec39c502720f19b7a0da82044e5668de86be]

        INTEGRATION: CWS ooo20040329 (1.21.140); FILE MERGED 2004/03/17 12:17:32 waratah 1.21.140.1: #i1858# correct a spelling mistake in comment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [58a27c732a4e9d1f412ff154a8489cf9b6904a7e]

        INTEGRATION: CWS ooo20040329 (1.2.54); FILE MERGED 2004/03/19 12:41:09 waratah 1.2.54.1: #i13620# extra definitions to use internal types defined in AIX

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c9f547ff6e79cdc89ec89525dfb383c586e8db34]

        INTEGRATION: CWS ooo20040329 (1.4.8); FILE MERGED 2004/04/01 16:24:25 mmeeks 1.4.8.1: #27319

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [5d2003fe8a73961749dfa88718fa102014272e6a]

        INTEGRATION: CWS ooo20040329 (1.20.14); FILE MERGED 2004/03/19 12:36:41 waratah 1.20.14.1: #i13620# allow configure to pick up on types defined by AIX and also allow AIX to work in configure

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [45ab78c4a333ae3db590969f0b01cab3ec925a98]

        INTEGRATION: CWS ooo20040329 (1.13.4); FILE MERGED 2004/03/19 12:37:40 waratah 1.13.4.1: #i13620# allow configure to pick up on types defined by AIX and also allow AIX to work in configure

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [32dc07292db588602340e3403df48cc1d0f9bf8c]

        INTEGRATION: CWS ooo20040329 (1.10.4); FILE MERGED 2004/03/19 12:40:18 waratah 1.10.4.1: #i13620# Extra defines as used by configure

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [afd9a09c334e64f727875acf7e506a293585a26d]

        INTEGRATION: CWS ooo20040329 (1.4.98); FILE MERGED 2004/03/17 11:49:16 waratah 1.4.98.1: #i1858# alter the order of some definitions to fix some -Wall warnings correct spelling mistake in code

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f690e86642502b46eb2b58656e7846830fe379ec]

        INTEGRATION: CWS ooo20040329 (1.12.8); FILE MERGED 2004/03/17 11:50:32 waratah 1.12.8.1: #i1858# alter the order of some definitions to fix some -Wall warnings break up some if statements into two statements instead of assinging in if

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [30aa1f96c4f7adbec06d79fb4e6e0e12194e0902]

        INTEGRATION: CWS ooo20040329 (1.3.156); FILE MERGED 2004/03/17 09:19:55 waratah 1.3.156.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [d18ee325a123af8df51a7cfc9420dcc35e428c81]

        INTEGRATION: CWS ooo20040329 (1.2.164); FILE MERGED 2004/03/17 09:19:55 waratah 1.2.164.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7a74e82ffe2b9458eecdfc890c55831cf7176515]

        INTEGRATION: CWS ooo20040329 (1.1.164); FILE MERGED 2004/03/17 09:19:55 waratah 1.1.164.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [5b85fe58d3150b671609aabf545174a73fe9a96f]

        INTEGRATION: CWS ooo20040329 (1.3.168); FILE MERGED 2004/03/17 09:20:42 waratah 1.3.168.1: #i1858# bracket the pragma for windows to remove a -Wall warning for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a9fe3d91a56430a67b6e4bc99f9ffddd91f337d7]

        INTEGRATION: CWS ooo20040329 (1.4.166); FILE MERGED 2004/03/17 09:19:56 waratah 1.4.166.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c1426ed779c5e268d5edaf332da13ca84ff54c37]

        INTEGRATION: CWS ooo20040329 (1.5.6); FILE MERGED 2004/04/08 03:56:21 svesik 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/18 17:27:15 pjanik 1.5.6.1: #i26686#: Add missing semicolon.

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3459d6006a8f83706ef5b5bc9850345488ebbc40]

        INTEGRATION: CWS ooo20040329 (1.2.2); FILE MERGED 2004/03/14 20:48:52 pjanik 1.2.2.1: #i25085#: Fix JDK 1.3 compatibility.

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [65357a2326d69d5f45a764fb09b0840eeeb4ab32]

        INTEGRATION: CWS ooo20040329 (1.14.46); FILE MERGED 2004/03/25 11:17:34 mmeeks 1.14.46.1: Prune redundant code causing compile issues. Issue number: #24917

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3a54f45cc5db1c4d466129ff94349c4a8e3bdfbc]

        INTEGRATION: CWS loadenv01 (1.3.16); FILE MERGED 2004/04/13 07:03:18 as 1.3.16.3: #i26496# handle unsupported URLs more generic 2004/03/22 06:55:56 as 1.3.16.2: #i26496# exception for slot/uno urls on loadComponentFromURL 2004/03/15 06:22:42 as 1.3.16.1: #i24378# use new MediaDescriptor helper and constant values

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6176ecefea40eac0188bc11998ba4af8526182a7]

        INTEGRATION: CWS ooo20040329 (1.5.2); FILE MERGED 2004/03/15 08:10:06 sparcmoz 1.5.2.1: #i26469# : should not assume compiler is named gcc on linux sparc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [03884decd46b4c2addb3e966bfe1f289dc27d5e2]

        INTEGRATION: CWS ooo20040329 (1.24.4); FILE MERGED 2004/03/18 11:17:09 waratah 1.24.4.1: #i1858# force warnings for unitialised variables so that we are not chasing valgrind warnings again

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9a221f529d04dc67ce1747a55d700d7b45534fcc]

        INTEGRATION: CWS ooo20040329 (1.8.44); FILE MERGED 2004/03/29 06:21:45 pjanik 1.8.44.1: #i27039#: Add $(STDLIBCPP) for stlport.

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [eb9c6c9a2ecf00c9ad8d7ff47034816a5496009e]

        INTEGRATION: CWS ooo20040329 (1.7.16); FILE MERGED 2004/03/17 09:29:14 waratah 1.7.16.1: #i1858# remove i statement that does nothing

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [cd8bfb2a694c176c959b274127e392bbdd9717d8]

        INTEGRATION: CWS ooo20040329 (1.7.70); FILE MERGED 2004/03/17 09:29:13 waratah 1.7.70.1: #i1858# remove i statement that does nothing

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [5e41074ebd0d0f2d8992667c597695e8ae659d68]

        INTEGRATION: CWS ooo20040329 (1.9.72); FILE MERGED 2004/03/15 13:07:21 waratah 1.9.72.1: #i1858# correct some ordering on the class definition to stop some warnings under -Wall Remove some MPW code (MPW no longer supported)

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6f5889e94b83caa3c136aaf0b32cf744c39fe3b5]

        INTEGRATION: CWS ooo20040329 (1.64.72); FILE MERGED 2004/03/15 13:04:55 waratah 1.64.72.1: #i1858# correct some ordering on the class definition to stop some warnings under -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [bbef765df371eca63ad2cffbbf776325bfd574b0]

        INTEGRATION: CWS ooo20040329 (1.13.350); FILE MERGED 2004/03/15 13:03:12 waratah 1.13.350.1: #i1858# wrap a stopper around the pragma hdrstop to get rid of a warning under -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [d8a1f14cd80e8fbfa59d51cee46fdce9c4b0d57f]

        INTEGRATION: CWS ooo20040329 (1.13.122); FILE MERGED 2004/03/15 13:01:43 waratah 1.13.122.1: #i1858# wrap a stopper around the pragma hdrstop to get rid of a warning under -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f0ce3a30e3cced12aab449ce93415c1c15183de4]

        INTEGRATION: CWS ooo20040329 (1.23.70); FILE MERGED 2004/03/26 12:02:15 khendricks 1.23.70.1: numbers must be built before util in svtools

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [606eef62417cee906b26ca2cdf3a4e86d391a086]

        INTEGRATION: CWS ooo20040329 (1.4.84); FILE MERGED 2004/03/17 12:26:48 waratah 1.4.84.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [156e86ac8af750a4e7d9d968ccac8eee38ecf342]

        INTEGRATION: CWS ooo20040329 (1.4.4); FILE MERGED 2004/03/17 12:26:23 waratah 1.4.4.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [37e89cca350a9934cba9e201117df03365ee02ad]

        INTEGRATION: CWS ooo20040329 (1.9.10); FILE MERGED 2004/03/24 11:34:33 sparcmoz 1.9.10.1: #i23882# use macro from sal/types.h for suffix on long long constants

2004-04-21  Vladimir Glazounov  <vg@openoffice.org>  [80d9c45577e96973dd1be9799deca61d67b18148]

        #100000# no use NO_LOGGING anymore

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6a312e642271c6ebe25f47db18932d2103cf444d]

        INTEGRATION: CWS ooo20040329 (1.12.90); FILE MERGED 2004/03/17 10:21:09 waratah 1.12.90.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4f20ef95f73f05ac8f3743168394e44a6a84e5a9]

        INTEGRATION: CWS ooo20040329 (1.10.100); FILE MERGED 2004/03/17 10:15:36 waratah 1.10.100.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c1620148e175a43e13cb5d78e56df46124eb80a4]

        INTEGRATION: CWS ooo20040329 (1.3.160); FILE MERGED 2004/03/17 11:18:10 waratah 1.3.160.1: #i1858# remove unused variabes from code alter order of assignment to remove warnings from -Wall code

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f4641754abb66dc8bea11efe841fa8169604cbc2]

        INTEGRATION: CWS ooo20040329 (1.3.142); FILE MERGED 2004/03/17 10:16:15 waratah 1.3.142.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [42a6ae70a766b13daecd4790fbf5fc237ba5effb]

        INTEGRATION: CWS ooo20040329 (1.5.100); FILE MERGED 2004/03/17 11:16:34 waratah 1.5.100.1: #i1858# remove unused variable from code

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a0393be651d06de023444357a22d8bba6e73138a]

        INTEGRATION: CWS ooo20040329 (1.3.142); FILE MERGED 2004/03/17 11:21:53 waratah 1.3.142.1: #i1858# alter the order of some definitions to fix some -Wall warnings Remove an obvious declaration where just a use was needed

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [548b5c543a597df7dfd295016389078a04cc4a47]

        INTEGRATION: CWS ooo20040329 (1.6.152); FILE MERGED 2004/03/17 10:21:09 waratah 1.6.152.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [fbced203b787c06ce59fe834be683023e80731a9]

        INTEGRATION: CWS ooo20040329 (1.10.130); FILE MERGED 2004/04/08 01:52:29 svesik 1.10.130.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/17 10:21:09 waratah 1.10.130.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6e09abe491801734e9f6a04a63fe42413f436fd0]

        INTEGRATION: CWS ooo20040329 (1.11.90); FILE MERGED 2004/03/17 11:18:54 waratah 1.11.90.1: #i1858# remove unused variable Correct spelling mistake in a comment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9f51c0b01ac0b3f8c463a6c8825704707cbb769b]

        INTEGRATION: CWS ooo20040329 (1.7.122); FILE MERGED 2004/03/17 10:23:25 waratah 1.7.122.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [2f2b743695126b454b7074486795bff61516ccd2]

        INTEGRATION: CWS ooo20040329 (1.6.90); FILE MERGED 2004/03/17 10:23:26 waratah 1.6.90.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e024d5bca5b66b83cf64fc62d86ce129387c6a37]

        INTEGRATION: CWS ooo20040329 (1.5.10); FILE MERGED 2004/03/17 10:27:25 waratah 1.5.10.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [03efe9a213eb8616f3df0250b330087968f62260]

        INTEGRATION: CWS ooo20040329 (1.8.10); FILE MERGED 2004/03/17 11:04:16 waratah 1.8.10.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c74aa42a316d66284136398081c8ce86a1650133]

        INTEGRATION: CWS ooo20040329 (1.2.90); FILE MERGED 2004/03/17 11:13:31 waratah 1.2.90.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [fdbe1066fd5e803d8ea242faa2960537f61ea45a]

        INTEGRATION: CWS ooo20040329 (1.3.40); FILE MERGED 2004/03/18 11:26:27 sparcmoz 1.3.40.1: #i24507# linux sparc new code for multi-inherit bridges

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [243c16805cc117c1a6df91faaab98711291eecc7]

        INTEGRATION: CWS ooo20040329 (1.2.90); FILE MERGED 2004/03/18 11:25:54 sparcmoz 1.2.90.1: #i24507# linux sparc new code for multi-inherit bridges

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [2af575e7e725822b4e8d52fed20d585f2aac2a6b]

        INTEGRATION: CWS ooo20040329 (1.2.90); FILE MERGED 2004/03/18 11:25:34 sparcmoz 1.2.90.1: #i24507# linux sparc new code for multi-inherit bridges

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4a0e88a1366e595b04c1fb961f5050595f4e5cd6]

        INTEGRATION: CWS ooo20040329 (1.2.90); FILE MERGED 2004/03/18 11:25:01 sparcmoz 1.2.90.1: #i24507# linux sparc new code for multi-inherit bridges

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4534b4d6030e5fc5815332f32e1120a1c1d87690]

        INTEGRATION: CWS ooo20040329 (1.3.10); FILE MERGED 2004/03/18 11:24:26 sparcmoz 1.3.10.1: #i24507# linux sparc new code for multi-inherit bridges

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [b0e5a8d93cc8ad0591269ccadcbda2a522208863]

        INTEGRATION: CWS ooo20040329 (1.24.2); FILE MERGED 2004/03/18 11:22:43 sparcmoz 1.24.2.1: #i24507# linux sparc new code for multi-inherit bridges

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [8cb409ec0025d4945d40751e783578c132b3b6e8]

        INTEGRATION: CWS ooo20040329 (1.2.90); FILE MERGED 2004/03/17 11:10:46 waratah 1.2.90.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f578782b3234ae315d0968577f3c0cffb2d84808]

        INTEGRATION: CWS ooo20040329 (1.1.1.1.164); FILE MERGED 2004/03/17 10:15:03 waratah 1.1.1.1.164.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [111d37e3d70b0984801f4cf94ca3ea63a53c0888]

        INTEGRATION: CWS ooo20040329 (1.6.2); FILE MERGED 2004/04/08 07:05:06 svesik 1.6.2.4: RESYNC: (1.6-1.10); FILE MERGED 2004/03/26 20:02:23 khendricks 1.6.2.3: vcl gtk plugin should not be needed on MacOSX libstlport.dylib no longer is built with or needs *.4.5 at the end 2004/03/26 19:55:50 khendricks 1.6.2.2: Hamburg needs another big sign that says unix != .so since MacOSX uses .dylib :-) 2004/03/16 00:17:16 khendricks 1.6.2.1: Handling MacOSX use of .dylib and not .so for myspell

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3d0fe1e2dcfbcb497f5b7899117396a76fca66dc]

        INTEGRATION: CWS ooo20040329 (1.5.6); FILE MERGED 2004/03/26 15:29:52 mh 1.5.6.1: add: comment for #i26518#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e0ed3effb5eb03a0ffba7deb3ba40eda318300b5]

        INTEGRATION: CWS ooo20040329 (1.4.4); FILE MERGED 2004/03/26 15:28:56 mh 1.4.4.1: add: comment for #i26518#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [801132880f2011c5f946dceec798091687f69908]

        INTEGRATION: CWS ooo20040329 (1.3.54); FILE REMOVED 2004/04/08 05:13:02 svesik 1.3.54.1: RESYNC:; FILE REMOVED

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [1a632f7d7f1f53f961bcbc08941a9928bfce2667]

        INTEGRATION: CWS ooo20040329 (1.1.54); FILE REMOVED 2004/04/08 05:12:50 svesik 1.1.54.1: RESYNC:; FILE REMOVED

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a43fff6f7f848109effa29cac98f9fec6661a415]

        INTEGRATION: CWS ooo20040329 (1.8.26); FILE REMOVED 2004/04/08 05:12:39 svesik 1.8.26.1: RESYNC:; FILE REMOVED

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [004435723efd8c0c928745dae52ddc603166aa70]

        INTEGRATION: CWS ooo20040329 (1.18.28); FILE MERGED 2004/03/17 09:37:22 waratah 1.18.28.1: #i1858# correct minor spelling mistake

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [ceac00bb7e892ad7bbea86af1ddf587e5f8c8a7b]

        INTEGRATION: CWS ooo20040329 (1.1.92); FILE MERGED 2004/03/17 12:33:03 waratah 1.1.92.1: #i1858# add return types to subroutines add include file for string routines

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a36c73de88d769d554ab350c2c2b78eddfc3a4c2]

        INTEGRATION: CWS ooo20040329 (1.1.92); FILE MERGED 2004/03/17 12:37:42 waratah 1.1.92.1: #i1858# add return types to subroutines add forward declarations for some subroutines add extra brackets for some while loop assignments break up some if statement assignments

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7049cd641a2ae8529a4d7d0e7872af090c592721]

        INTEGRATION: CWS ooo20040329 (1.6.36); FILE MERGED 2004/03/17 12:35:12 waratah 1.6.36.1: #i1858# add return types to subroutines add include file for string routines add a couple of forward declarations for internal routines

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [b7055f530bf2a0e006b896b4877c7e79765c81d6]

        INTEGRATION: CWS ooo20040329 (1.2.68); FILE MERGED 2004/03/17 12:35:33 waratah 1.2.68.1: #i1858# add return types to subroutines add include file for string routines add a couple of forward declarations for internal routines

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [8825bba51bee8ab04a980857111650d82a98898e]

        INTEGRATION: CWS ooo20040329 (1.1.92); FILE MERGED 2004/03/17 12:36:11 waratah 1.1.92.1: #i1858# standard headers for used subroutines

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [93dd99175a6952cb984d8b638f6c12010a713647]

        INTEGRATION: CWS ooo20040329 (1.1.92); FILE MERGED 2004/03/17 12:33:49 waratah 1.1.92.1: #i1858# add return types to subroutines add include file for string routines

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [27dd8f56d3e918183b7d5a6a5c0d991b09f2fe46]

        INTEGRATION: CWS ooo20040329 (1.4.92); FILE MERGED 2004/03/17 12:47:15 waratah 1.4.92.1: #i1858# add explicit int return type to function

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [52bf9f7c73ee328b3f9405a3ef4c7cd51d6c1959]

        INTEGRATION: CWS ooo20040329 (1.2.36); FILE MERGED 2004/03/17 12:47:46 waratah 1.2.36.1: #i1858# alter order of definitions to remove some warnings from -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [cc97e7e4d314289fc6de2dd0b6bd76a48789c08d]

        INTEGRATION: CWS ooo20040329 (1.2.48); FILE MERGED 2004/03/17 12:38:45 waratah 1.2.48.1: #i1858# remove unused variable

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [165c3a71115432d36aa736e94ed5a36f28c06faa]

        INTEGRATION: CWS ooo20040329 (1.1.92); FILE MERGED 2004/03/17 12:41:33 waratah 1.1.92.1: #i1858# add braces around each group for the structure in initialiser

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c45894186da2af2b7560362886039e3011d023f8]

        INTEGRATION: CWS ooo20040329 (1.3.48); FILE MERGED 2004/03/17 12:44:06 waratah 1.3.48.1: #i1858# add a couple of brackets to show explicit order in tests

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a0b80dd4ed826f117f29efc05af587a413da8287]

        INTEGRATION: CWS ooo20040329 (1.2.48); FILE MERGED 2004/03/17 12:45:51 waratah 1.2.48.1: #i1858# add braces around each structure initialiser make the if test for characters explict and add code to make it work for S390 as well

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7dca155e22a3a911eb9d7e1a47e110c026eaefb6]

        INTEGRATION: CWS ooo20040329 (1.1.92); FILE MERGED 2004/03/17 12:40:59 waratah 1.1.92.1: #i1858# add explicit int type where needed include extra braces to make code more obvious for debugging

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a3981e9263aabc9a58ead03f4d708d146390727b]

        INTEGRATION: CWS ooo20040329 (1.3.48); FILE MERGED 2004/03/17 12:43:16 waratah 1.3.48.1: #i1858# add a couple of brackets to show explicit or on if tests out a cast in to make sure of type for display in printf

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [fa7118c1660f21d8a5f4cbba2fe7c054d0e56417]

        INTEGRATION: CWS ooo20040329 (1.25.90); FILE MERGED 2004/04/08 02:18:02 svesik 1.25.90.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/17 09:24:51 waratah 1.25.90.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a9b0bf27a1611e0b7c67dbf9a2c04a1e390ce1c6]

        INTEGRATION: CWS ooo20040329 (1.40.24); FILE MERGED 2004/03/18 09:59:15 waratah 1.40.24.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [bceec5c7271f57a5a1edac5c1164f7bed549ce65]

        INTEGRATION: CWS ooo20040329 (1.1.1.1.480); FILE MERGED 2004/03/18 10:44:11 waratah 1.1.1.1.480.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [443e0da02ad9ffea706ba6836daa527e3b1cce92]

        INTEGRATION: CWS ooo20040329 (1.10.106); FILE MERGED 2004/03/18 10:00:02 waratah 1.10.106.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9b1a749316163f3269ebd5049a3716a79f89a325]

        INTEGRATION: CWS ooo20040329 (1.10.62); FILE MERGED 2004/03/15 12:40:17 waratah 1.10.62.1: #i1858# Include guards around windows hdrstop pragma

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [901677cd483fcc5029e3851280cefd844106e189]

        INTEGRATION: CWS ooo20040329 (1.2.436); FILE MERGED 2004/03/18 10:43:51 waratah 1.2.436.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [de7d9230b9e0dd67a5d073d7b5b22763b2768888]

        INTEGRATION: CWS ooo20040329 (1.2.464); FILE MERGED 2004/03/18 10:43:06 waratah 1.2.464.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [99a91f1682c1154396417696a285c1ca580d2489]

        INTEGRATION: CWS ooo20040329 (1.1.1.1.480); FILE MERGED 2004/03/18 10:42:49 waratah 1.1.1.1.480.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [35b2f862bfcab8540427f56e8ee19f416b6126f2]

        INTEGRATION: CWS ooo20040329 (1.12.268); FILE MERGED 2004/03/18 10:42:31 waratah 1.12.268.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7435a716427d46de942a3fe5f41c14a1a50acb2e]

        INTEGRATION: CWS ooo20040329 (1.24.126); FILE MERGED 2004/03/18 10:42:11 waratah 1.24.126.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [33efc3eae1ec057feec7b3850d79ccd33091fc02]

        INTEGRATION: CWS ooo20040329 (1.40.66); FILE MERGED 2004/03/18 10:24:43 waratah 1.40.66.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [fdcbee57e3d12faa776daffdfd735f8e2ccf4f3c]

        INTEGRATION: CWS ooo20040329 (1.2.24); FILE MERGED 2004/03/18 10:41:06 waratah 1.2.24.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [5e419672196dcc5450b8e69fa7ed6a80eb94ae6c]

        INTEGRATION: CWS ooo20040329 (1.6.242); FILE MERGED 2004/03/18 10:23:59 waratah 1.6.242.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [2648b34ad51ef75bb4ba30b67dc973b0c1cf6dbb]

        INTEGRATION: CWS ooo20040329 (1.2.464); FILE MERGED 2004/03/18 10:40:08 waratah 1.2.464.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [cd7ed3df6af62d00e2047f48fc6a5a06dad9243f]

        INTEGRATION: CWS ooo20040329 (1.4.24); FILE MERGED 2004/03/18 10:39:34 waratah 1.4.24.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4ad0e463b4a01d5c7a3ab9c23854bd449b6cd655]

        INTEGRATION: CWS ooo20040329 (1.1.1.1.480); FILE MERGED 2004/03/18 10:39:06 waratah 1.1.1.1.480.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a6bde582e3977d7e3b6b95a1eebe01f2c473930b]

        INTEGRATION: CWS ooo20040329 (1.2.444); FILE MERGED 2004/03/18 10:39:06 waratah 1.2.444.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6de9c93a83dbbc33d9f26ca8202977e5ac6131fe]

        INTEGRATION: CWS ooo20040329 (1.6.308); FILE MERGED 2004/03/18 10:38:25 waratah 1.6.308.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [54e1b577186f1b76f9a333286a3b3659fb76bab3]

        INTEGRATION: CWS ooo20040329 (1.1.1.1.480); FILE MERGED 2004/03/18 10:38:26 waratah 1.1.1.1.480.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [1afb4b9d53c5becaabf2d0be148cae27b8033368]

        INTEGRATION: CWS ooo20040329 (1.2.464); FILE MERGED 2004/03/18 10:38:25 waratah 1.2.464.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [1d6591ff14f98a91ef0af201d5bc4559d24623cc]

        INTEGRATION: CWS ooo20040329 (1.4.456); FILE MERGED 2004/03/18 10:38:25 waratah 1.4.456.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [19b88e73c8a119ce9f33acbe24c93f1bc65c57ff]

        INTEGRATION: CWS ooo20040329 (1.5.288); FILE MERGED 2004/03/18 10:18:35 waratah 1.5.288.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a26ca46c60682f0ea79b10cbf3e754b7c6696b5a]

        INTEGRATION: CWS ooo20040329 (1.9.88); FILE MERGED 2004/03/18 10:37:29 waratah 1.9.88.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [63f5c97c2bfabf77af6f7030e89684ad8bea4f42]

        INTEGRATION: CWS ooo20040329 (1.2.470); FILE MERGED 2004/03/18 10:37:29 waratah 1.2.470.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [5f485c486e29f205fec14d676eb62eaeb493268d]

        INTEGRATION: CWS ooo20040329 (1.2.464); FILE MERGED 2004/03/18 10:36:43 waratah 1.2.464.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [0012c9f3cc22b5f3a6b99bb9f34504140a02086d]

        INTEGRATION: CWS ooo20040329 (1.21.308); FILE MERGED 2004/03/18 10:17:27 waratah 1.21.308.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [b063dfd8b718c9b75750e467050e9eddb3f5dfd8]

        INTEGRATION: CWS ooo20040329 (1.15.444); FILE MERGED 2004/03/18 10:36:27 waratah 1.15.444.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e141f5b26128696a0bfed3e5149bbe5a1cb96a35]

        INTEGRATION: CWS ooo20040329 (1.18.298); FILE MERGED 2004/03/18 10:16:37 waratah 1.18.298.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [8cf47322ffca5bd4781d21f4349254a6f8b896a8]

        INTEGRATION: CWS ooo20040329 (1.11.442); FILE MERGED 2004/03/18 10:16:16 waratah 1.11.442.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4de0badb7622aa36a5b0b6ee349f29b6de6157b6]

        INTEGRATION: CWS ooo20040329 (1.8.24); FILE MERGED 2004/03/18 10:15:47 waratah 1.8.24.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [555505bb48be53a210aec91469ba682de0de2c80]

        INTEGRATION: CWS ooo20040329 (1.13.128); FILE MERGED 2004/03/18 10:15:26 waratah 1.13.128.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [b8847f30bca22d08f3ca5858b2e6bd8983aa813e]

        INTEGRATION: CWS ooo20040329 (1.4.438); FILE MERGED 2004/03/18 10:14:52 waratah 1.4.438.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [15ed13a26bb08e08653728a5efc910b0e38d37ad]

        INTEGRATION: CWS ooo20040329 (1.1.1.1.480); FILE MERGED 2004/03/18 10:35:57 waratah 1.1.1.1.480.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [360fa3904345d6d1a89245ea3f11907c70b51eb3]

        INTEGRATION: CWS ooo20040329 (1.14.308); FILE MERGED;2004/03/18 10:14:30 waratah 1.14.308.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall;Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [ef94a9e6c30860ea247f924a06735e94f0c1807d]

        INTEGRATION: CWS ooo20040329 (1.3.464); FILE MERGED 2004/03/18 10:35:29 waratah 1.3.464.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [81b5198592018fd55d4b1b23fc722c4be83ef72f]

        INTEGRATION: CWS ooo20040329 (1.2.62); FILE MERGED 2004/03/18 10:34:18 waratah 1.2.62.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [40b69489133bab6218d4ecb05dde636e391790ec]

        INTEGRATION: CWS ooo20040329 (1.8.442); FILE MERGED 2004/03/18 10:34:18 waratah 1.8.442.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [15f51f3b5ffa875b6a79709cb89ce3ceb797c1a9]

        INTEGRATION: CWS ooo20040329 (1.1.1.1.480); FILE MERGED 2004/03/18 10:34:17 waratah 1.1.1.1.480.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [066ef0ee105da9f06773c158b967cfaae4b40a3c]

        INTEGRATION: CWS ooo20040329 (1.2.62); FILE MERGED 2004/03/18 10:34:17 waratah 1.2.62.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [58e7ccbb4d94f35a63603e180e55cdb75cb50a46]

        INTEGRATION: CWS ooo20040329 (1.5.128); FILE MERGED 2004/03/15 12:37:16 waratah 1.5.128.1: #i1858# Include guards around windows hdrstop pragma

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [76b52abc9a914ea15b0dc303cd553aad2a5ea459]

        INTEGRATION: CWS ooo20040329 (1.2.442); FILE MERGED 2004/03/18 10:33:08 waratah 1.2.442.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [2563cf3372581bf8ee057a5d1ff2543cf72a27ab]

        INTEGRATION: CWS ooo20040329 (1.1.1.1.480); FILE MERGED 2004/03/18 10:32:47 waratah 1.1.1.1.480.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [8609d5836bb819a03abdcb503fa341d1634a8145]

        INTEGRATION: CWS ooo20040329 (1.8.128); FILE MERGED 2004/04/08 07:36:37 svesik 1.8.128.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/18 10:32:27 waratah 1.8.128.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [b29e05d5ac627a8e651ecc743ea8dfffcc124a39]

        INTEGRATION: CWS ooo20040329 (1.92.4); FILE MERGED 2004/03/15 12:34:18 waratah 1.92.4.1: #i1858# Include guards around windows hdrstop pragma

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9ac71894190d32863a5ed32d3d8cdcdf12c05007]

        INTEGRATION: CWS loadenv01 (1.19.24); FILE MERGED 2004/03/22 06:54:12 as 1.19.24.2: #i24378# move condition to ucbhelper; use new interception helper 2004/03/15 06:28:20 as 1.19.24.1: #i24378# use new MediaDescriptor helper and constant values

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [ed3bc39728c38ddea5dd7bc98ca0113ed03f46ec]

        INTEGRATION: CWS ooo20040329 (1.10.24); FILE MERGED 2004/03/18 10:32:08 waratah 1.10.24.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a3d880e7ca5cc2eb513f61462010412f94a5066c]

        INTEGRATION: CWS ooo20040329 (1.24.62); FILE MERGED 2004/03/18 10:31:52 waratah 1.24.62.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [69b7fedea5ff8491ce4ffbba555af3e4dd56e502]

        INTEGRATION: CWS ooo20040329 (1.38.4); FILE MERGED 2004/03/18 10:31:33 waratah 1.38.4.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [205bb45aeea88342df80585df8892d9cfec5905f]

        INTEGRATION: CWS ooo20040329 (1.11.24); FILE MERGED 2004/03/18 10:31:09 waratah 1.11.24.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6114881f0483b2ebc9e338801362aecf5388871c]

        INTEGRATION: CWS ooo20040329 (1.3.476); FILE MERGED 2004/03/18 10:30:45 waratah 1.3.476.1: :#i1858# exclude pragma hdrstop by bracketting for gcc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [bd69af8d23e55b281f972c520a8969ab824357a9]

        INTEGRATION: CWS ooo20040329 (1.76.4); FILE MERGED 2004/04/08 07:35:37 svesik 1.76.4.2: RESYNC: (1.76-1.77); FILE MERGED 2004/03/18 10:11:16 waratah 1.76.4.1: :#i1858# alter the order of the definitions to remove some warnings with -Wall Bracket the pragma hdrstop for gcc only to stop another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6d136ee3605bccfbc16f62ebf2286c03d67aa96b]

        INTEGRATION: CWS ooo20040329 (1.26.36); FILE MERGED 2004/03/24 11:17:47 sparcmoz 1.26.36.1: #i23882# use macro from sal/types.h for suffix on long long constants

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [216543acdf09e6efe9c939d0ff599c6386c10c0c]

        INTEGRATION: CWS ooo20040329 (1.15.100); FILE MERGED 2004/03/24 11:16:11 sparcmoz 1.15.100.1: #i23882# use macro from sal/types.h for suffix on long long constants

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6f208a1663527d0934c83353af5317e4deecfe7f]

        INTEGRATION: CWS ooo20040329 (1.11.36); FILE MERGED 2004/03/15 09:22:19 sparcmoz 1.11.36.1: #i24059#: remove old GCC/SPARC workaround not needed since bridges code is fixed

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4f6d1a1dcff2bf072e043c9a64fb06c6b52681aa]

        INTEGRATION: CWS ooo20040329 (1.9.70); FILE MERGED 2004/03/17 11:39:43 waratah 1.9.70.1: #i1858# remove unused variable from code

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [924b8ed5447e04afd8dd5fc27021ad8a3e8658d4]

        INTEGRATION: CWS ooo20040329 (1.5.70); FILE MERGED 2004/03/15 12:56:57 waratah 1.5.70.1: #i1858# correct some ordering on the class definition to stop some warnings under -Wall Break apart an assignment from an if statement to remove another warning

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [db83509ccf5a9d0640d0de5d87c5206887458c57]

        INTEGRATION: CWS ooo20040329 (1.1.1.1.140); FILE MERGED 2004/03/17 11:38:59 waratah 1.1.1.1.140.1: #i1858# alter the order of some definitions to fix some -Wall warnings

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3040467b08c79b13c4b44a16339f8b6855f6d032]

        INTEGRATION: CWS ooo20040329 (1.7.118); FILE MERGED 2004/03/17 11:36:13 waratah 1.7.118.1: #i1858# add missing trailing / on a comment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c70f622f91519437db3eb4ddfaf4e70ba653ca59]

        INTEGRATION: CWS ooo20040329 (1.12.36); FILE MERGED 2004/03/17 11:33:41 waratah 1.12.36.1: #i1858# remove trailing returns that can never happen

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [709ab6185bed4bba8b2fd05a181aec019a79d33e]

        INTEGRATION: CWS ooo20040329 (1.15.8); FILE MERGED 2004/03/25 11:23:51 mmeeks 1.15.8.1: #26344

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [da81f50b8076e9f6dd6acb756dfdb8ef7339ff76]

        INTEGRATION: CWS ooo20040329 (1.6.84); FILE MERGED 2004/03/17 09:32:31 waratah 1.6.84.1: #i1858# break up the if test and assign into two statements to remove the warning with -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9a34e7131592dcfe5f4ac63576b53ff7c841a4f0]

        INTEGRATION: CWS ooo20040329 (1.6.168); FILE MERGED 2004/03/17 12:28:31 waratah 1.6.168.1: #i1858# break up an assignment in an if statement into two statements to remove warning from -Wall

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [81ace4230dfb5fc75feaef508351219440c64c59]

        INTEGRATION: CWS loadenv01 (1.8.40); FILE MERGED 2004/04/05 13:26:25 sw 1.8.40.1: #116244#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f563a693c86eb829a20da945f48288c2b29560bd]

        INTEGRATION: CWS loadenv01 (1.7.48); FILE MERGED 2004/03/22 06:52:19 as 1.7.48.1: #i24378# new helper to modify interaction handling more easy

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [68d590e42bb1852d2dcb99b2805067d4875b6c6d]

        INTEGRATION: CWS loadenv01 (1.9.78); FILE MERGED 2004/03/22 06:51:16 as 1.9.78.2: #i24378# new helper to modify interaction handling more easy 2004/03/15 10:30:15 as 1.9.78.1: #i24378# new helper to open streams read/write as XStream

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4e19fa4ad662312f0d8c971dbdfb719bed5657e0]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/22 06:49:53 as 1.1.2.1: #i24378# new helper to modify interaction handling more easy

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [763d2a6e2bbda5a00799c523eb0a2d5619aa966d]

        INTEGRATION: CWS loadenv01 (1.27.48); FILE MERGED 2004/03/22 13:51:24 kso 1.27.48.2: #i26803# - Improved/fixed exceptions when creating contents. 2004/03/15 10:30:15 as 1.27.48.1: #i24378# new helper to open streams read/write as XStream

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [d6bf3a9417ab84d099174902bfa114dd08dbf8ea]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/15 10:29:40 as 1.1.2.1: #i24378# new helper to work with an ActiveDataStreamer

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [61404d7a67ab28071395a9187e1c2c7f4f4e3d33]

        INTEGRATION: CWS loadenv01 (1.20.10); FILE MERGED 2004/03/29 10:57:46 as 1.20.10.2: #i24378# move condition class from comphelper to salhelper 2004/03/22 06:51:29 as 1.20.10.1: #i24378# new helper to modify interaction handling more easy

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a93fe5bdea4c7db595d29e6967b1e5a3387549cf]

        INTEGRATION: CWS loadenv01 (1.11.28); FILE MERGED 2004/03/29 10:57:45 as 1.11.28.2: #i24378# move condition class from comphelper to salhelper 2004/03/22 14:14:22 as 1.11.28.1: #i24378# correct dependcies between comphelper and ucbhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [fd32073b1365bb0dca905b67abb2e46f5c2a010d]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/22 06:50:13 as 1.1.2.1: #i24378# new helper to modify interaction handling more easy

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [933ea44fd8c824f70d583c0dce59d1f900741dbf]

        INTEGRATION: CWS loadenv01 (1.12.86); FILE MERGED 2004/03/15 10:30:15 as 1.12.86.1: #i24378# new helper to open streams read/write as XStream

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e6102854f3365a954c412032dacb7923fde6d430]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/15 10:29:12 as 1.1.2.1: #i24378# new helper to work with an ActiveDataStreamer

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f438f743949757c3c317d000f17701e0614fda5f]

        INTEGRATION: CWS loadenv01 (1.4.68); FILE MERGED 2004/04/08 11:43:42 as 1.4.68.3: correct map files again ... 2004/04/08 06:56:10 as 1.4.68.2: #i24378# correct map files 2004/03/29 12:33:31 abi 1.4.68.1: #i24378# exporting Condition-object and related for solaris sparc

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [1d696be264ff0f862c279c66710d0609e1221780]

        INTEGRATION: CWS loadenv01 (1.2.94); FILE MERGED 2004/04/08 11:43:42 as 1.2.94.3: correct map files again ... 2004/04/08 06:56:09 as 1.2.94.2: #i24378# correct map files 2004/03/29 10:54:51 as 1.2.94.1: #i24378# move condition class from comphelper to salhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [dcae8e38380ad7fa36b7257d5a5ce35f21279f04]

        INTEGRATION: CWS loadenv01 (1.18.8); FILE MERGED 2004/03/29 10:54:51 as 1.18.8.1: #i24378# move condition class from comphelper to salhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c6863a8beaa7d910f14846666ebd79307f186ccd]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/29 10:54:20 as 1.1.2.1: #i24378# move condition class from comphelper to salhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [63a08c4e76e1396f8fd77bc550b067992d27613f]

        INTEGRATION: CWS loadenv01 (1.6.68); FILE MERGED 2004/03/29 10:54:50 as 1.6.68.2: #i24378# move condition class from comphelper to salhelper 2004/03/29 08:53:04 as 1.6.68.1: #i24378# move Singleton helper from comphelper to salhlper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [00835da0c1d6ebf4970b7c4a991d175b6a343b63]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/29 08:52:44 as 1.1.2.1: #i24378# move Singleton helper from comphelper to salhlper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [0b48307b241b865c57cf18307d15dbab5ffa3b40]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/29 10:54:03 as 1.1.2.1: #i24378# move condition class from comphelper to salhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [aaa6a5b97b4af7d6e7bc2f32010860b5b65cd3a9]

        INTEGRATION: CWS loadenv01 (1.13.86); FILE MERGED 2004/03/29 10:59:41 as 1.13.86.1: #i24378# move condition class from comphelper to salhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [03dd38954f995919bd0c94bd7b20dc789ad2fe12]

        INTEGRATION: CWS loadenv01 (1.12.142); FILE MERGED 2004/03/15 10:45:49 mba 1.12.142.1: #115936#: allow loading through XStream in MediaDescriptor

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [d37fd0cad86ead943508f601ea61b08e2792c819]

        INTEGRATION: CWS loadenv01 (1.47.10); FILE MERGED 2004/03/29 10:59:40 as 1.47.10.3: #i24378# move condition class from comphelper to salhelper 2004/03/22 07:05:50 as 1.47.10.2: #i24378# move condition to ucbhelper 2004/03/15 10:45:49 mba 1.47.10.1: #115936#: allow loading through XStream in MediaDescriptor

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [93e4e91b21db0d3ed29a34f0de535c6775826337]

        INTEGRATION: CWS loadenv01 (1.3.142); FILE MERGED 2004/03/15 10:45:31 mba 1.3.142.1: #115936#: allow loading through XStream in MediaDescriptor

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4e385dc4a9e857375a45bd95a512c3ad769a0005]

        INTEGRATION: CWS loadenv01 (1.22.86); FILE MERGED 2004/03/15 10:45:31 mba 1.22.86.1: #115936#: allow loading through XStream in MediaDescriptor

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [49815ca422e16d65a023fd4e105182e2b8b7d990]

        INTEGRATION: CWS loadenv01 (1.64.20); FILE MERGED 2004/03/12 14:49:29 mba 1.64.20.1: #115936#: remove window properties set while loading

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9fe103cc2ad9c52ab197c1d5ef956cdac89b6c27]

        INTEGRATION: CWS loadenv01 (1.47.22); FILE MERGED 2004/03/12 14:49:29 mba 1.47.22.1: #115936#: remove window properties set while loading

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [1fc55a564cf716123973b1a587b7a18364462463]

        INTEGRATION: CWS loadenv01 (1.76.20); FILE MERGED 2004/03/22 09:10:56 as 1.76.20.2: RESYNC: (1.76-1.77); FILE MERGED 2004/03/12 14:49:16 mba 1.76.20.1: #115936#: remove window properties set while loading

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [43866210c2797bf658175569c47b9b74196b145c]

        INTEGRATION: CWS loadenv01 (1.18.96); FILE MERGED 2004/03/12 14:49:15 mba 1.18.96.1: #115936#: remove window properties set while loading

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [94f0043b113992008f4ef55eedc105ff0b4161ff]

        INTEGRATION: CWS loadenv01 (1.59.96); FILE MERGED 2004/03/12 14:48:40 mba 1.59.96.1: #115936#: remove window properties set while loading

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [aa20d4a3520f4fff7cbb44233131b9add6e43083]

        INTEGRATION: CWS loadenv01 (1.7.610); FILE MERGED 2004/03/12 14:48:22 mba 1.7.610.1: #115936#: remove Loadenvironment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [1847211c00612b4d0c0cb0700aeecd4881a0e01b]

        INTEGRATION: CWS loadenv01 (1.27.22); FILE MERGED 2004/03/22 09:27:25 as 1.27.22.2: RESYNC: (1.27-1.28); FILE MERGED 2004/03/12 14:48:22 mba 1.27.22.1: #115936#: remove Loadenvironment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7b6d30d97641b7b4e95c9b64f2f37206d98d58d7]

        INTEGRATION: CWS loadenv01 (1.11.156); FILE MERGED 2004/03/12 14:48:22 mba 1.11.156.1: #115936#: remove Loadenvironment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [889d1abc5e61358efcfed4687b35a52ef1171308]

        INTEGRATION: CWS loadenv01 (1.10.446); FILE MERGED 2004/03/22 09:26:38 as 1.10.446.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/12 14:48:21 mba 1.10.446.1: #115936#: remove Loadenvironment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [eb4f4b9268cd14c7637fe506569d4a92b3a7a4d6]

        INTEGRATION: CWS loadenv01 (1.4.156); FILE MERGED 2004/03/12 14:47:53 mba 1.4.156.1: #115936#: remove window properties set while loading

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [830d8497d5e0c8532b8da0e7e24fa826e628d62c]

        INTEGRATION: CWS loadenv01 (1.6.16); FILE MERGED 2004/03/31 04:53:33 as 1.6.16.1: #i24378# increase version of comphelper lib

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c5321830b93aedabdaa5d0c93b6e7d7249bdf25f]

        INTEGRATION: CWS loadenv01 (1.2.62); FILE MERGED 2004/03/29 12:49:54 as 1.2.62.1: #i24603# filter container search cant work on unitialized values (means void Anys)

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [fd75fecd4d7d7837347a493cece215ff87a9fa21]

        INTEGRATION: CWS loadenv01 (1.2.62); FILE MERGED 2004/03/29 12:49:53 as 1.2.62.1: #i24603# filter container search cant work on unitialized values (means void Anys)

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c6f9f644c875d5b094f676c7c6b2133a8b0756a0]

        INTEGRATION: CWS loadenv01 (1.78.14); FILE MERGED 2004/03/25 07:01:33 as 1.78.14.3: #i24378# disable component window for input only - otherwhise nobody enable top window if component was gone 2004/03/22 08:56:55 as 1.78.14.2: RESYNC: (1.78-1.79); FILE MERGED resolve conflicts of resync 2004/03/12 14:45:27 mba 1.78.14.1: #115936#: remove SfxLoadEnvironment, asynchronous loading, Cache, LoadCancellable

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [4aadb4343e34bacd0df47997b277881d0dea369f]

        INTEGRATION: CWS loadenv01 (1.56.14); FILE MERGED 2004/03/12 14:45:26 mba 1.56.14.1: #115936#: remove SfxLoadEnvironment, asynchronous loading, Cache, LoadCancellable

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a862d3a137604679037d5758cdc6939837260614]

        INTEGRATION: CWS loadenv01 (1.47.14); FILE MERGED 2004/03/30 12:08:31 as 1.47.14.4: #115936# unlock controller if it was recycled 2004/03/25 07:29:29 as 1.47.14.3: #i24378# set return value for all control pathes 2004/03/22 08:56:39 as 1.47.14.2: RESYNC: (1.47-1.48); FILE MERGED 2004/03/12 14:45:26 mba 1.47.14.1: #115936#: remove SfxLoadEnvironment, asynchronous loading, Cache, LoadCancellable

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [5f2b14d993f4faf5d470bca1965f7e166b4f530f]

        INTEGRATION: CWS loadenv01 (1.3.296); FILE MERGED 2004/03/12 14:45:26 mba 1.3.296.1: #115936#: remove SfxLoadEnvironment, asynchronous loading, Cache, LoadCancellable

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e84087cf2cf7b198218aa9aa42f168bcd08d0e31]

        INTEGRATION: CWS loadenv01 (1.70.52); FILE MERGED 2004/03/22 08:56:31 as 1.70.52.2: RESYNC: (1.70-1.71); FILE MERGED 2004/03/12 14:45:26 mba 1.70.52.1: #115936#: remove SfxLoadEnvironment, asynchronous loading, Cache, LoadCancellable

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [59ddd1c01596baf95c2be4caef340b080565a589]

        INTEGRATION: CWS loadenv01 (1.30.118); FILE MERGED 2004/03/22 08:56:23 as 1.30.118.2: RESYNC: (1.30-1.31); FILE MERGED 2004/03/12 14:45:25 mba 1.30.118.1: #115936#: remove SfxLoadEnvironment, asynchronous loading, Cache, LoadCancellable

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [d2c7f307a2ff9e93965418e11a98720398980ad3]

        INTEGRATION: CWS loadenv01 (1.40.56); FILE MERGED 2004/03/12 14:43:43 mba 1.40.56.1: #115936#: remove WaitingForPicklist

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [722676a9054199660c842e8f034616e3e0096753]

        INTEGRATION: CWS loadenv01 (1.37.14); FILE MERGED 2004/03/22 08:58:03 as 1.37.14.2: RESYNC: (1.37-1.38); FILE MERGED 2004/03/12 14:42:08 mba 1.37.14.1: #115936#: remove SfxLoadEnvironment, TransferPriority, UsesCache, LoadCancellable

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7267e56acfa347a56d963ad385f48277bff1634c]

        INTEGRATION: CWS loadenv01 (1.44.14); FILE MERGED 2004/03/12 14:41:18 mba 1.44.14.1: #115936#: remove SfxLoadEnvironment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [21ac0defcb9618e7c29c44de78dfbadc5c0066d1]

        INTEGRATION: CWS loadenv01 (1.137.52); FILE MERGED 2004/04/05 05:27:56 as 1.137.52.3: #i21856# use right error code for failed webdav(ssl) save 2004/03/22 06:58:44 as 1.137.52.2: #i21856# check for unsupported URL schema 2004/03/12 14:40:39 mba 1.137.52.1: #115936#: remove SfxLoadEnvironment, TransferPriority, UsesCache

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6c917de163f50645f0444316a0305c6f8b51c4c5]

        INTEGRATION: CWS loadenv01 (1.8.430); FILE MERGED 2004/03/12 14:39:31 mba 1.8.430.1: #115936#: remove LoadTargetFrame and TransferPriority

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [d3501510881f9d46638a31608839f0e54c8f9a31]

        INTEGRATION: CWS loadenv01 (1.14.230); FILE MERGED 2004/03/12 14:39:09 mba 1.14.230.1: #115936#: remove LoadTargetFrame

2004-04-21  Joachim Lingner  <jl@openoffice.org>  [be59afb184a9b5595647f43a70d258f12dbb3e7e]

        #i20052#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6688dfa90710dcf8b44a9bde20bd849fd4309522]

        INTEGRATION: CWS loadenv01 (1.89.14); FILE MERGED 2004/03/23 07:24:29 as 1.89.14.3: resolve merge conflicts 2004/03/22 09:00:00 as 1.89.14.2: RESYNC: (1.89-1.92); FILE MERGED resolve conflicts of resync 2004/03/12 14:38:44 mba 1.89.14.1: #115936#: remove SfxLoadEnvironment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3351a0cd4aa911f679e7b6288c090dcace93c060]

        INTEGRATION: CWS loadenv01 (1.76.14); FILE MERGED 2004/03/22 08:59:52 as 1.76.14.2: RESYNC: (1.76-1.77); FILE MERGED 2004/03/12 14:38:01 mba 1.76.14.1: #115936#: remove SfxLoadEnvironment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [55b2d2a7e6a3ddf41fbeb7ea0b858584cdf21abc]

        INTEGRATION: CWS loadenv01 (1.9.118); FILE MERGED 2004/03/12 14:34:34 mba 1.9.118.1: #115936#: remove SfxLoadEnvironment

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [40e62380180f36848be37548ba37824109a3deba]

        INTEGRATION: CWS loadenv01 (1.18.14); FILE MERGED 2004/03/12 14:46:51 mba 1.18.14.1: #115936#: remove TransferPrio

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [997f821fd62d53010c62eeab9d52255e02e835a1]

        INTEGRATION: CWS loadenv01 (1.10.136); FILE MERGED 2004/03/12 14:46:51 mba 1.10.136.1: #115936#: remove TransferPrio

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c6d176f7b13713a9619001bc21c46cdecb046ad2]

        INTEGRATION: CWS loadenv01 (1.31.14); FILE MERGED 2004/03/12 14:46:44 mba 1.31.14.1: #115936#: remove TransferPrio

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c6d549929635ede1d07b3edd153048a18069b6a8]

        INTEGRATION: CWS loadenv01 (1.24.650); FILE MERGED 2004/03/12 14:46:33 mba 1.24.650.1: #115936#: remove TransferPrio

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9f59b55b957460cff06c8cc7e3bdd4ea407a7320]

        INTEGRATION: CWS loadenv01 (1.3.100); FILE MERGED 2004/04/08 08:04:45 as 1.3.100.1: #115372# show chart tab page everytimes

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [1e42738a16763921cf1968e1e9af7e9fee54ca31]

        INTEGRATION: CWS loadenv01 (1.15.504); FILE MERGED 2004/03/12 14:46:27 mba 1.15.504.1: #115936#: remove TransferPrio

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [8db80fd86aa164cee88078723d92f2c0be66b38a]

        INTEGRATION: CWS loadenv01 (1.19.100); FILE MERGED 2004/03/12 14:46:26 mba 1.19.100.1: #115936#: remove TransferPrio

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e1102a8938a2918766f5eaf932797f283876f8f9]

        INTEGRATION: CWS loadenv01 (1.76.16); FILE MERGED 2004/03/15 06:28:47 as 1.76.16.1: #i24378# use new MediaDescriptor helper and constant values

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e1e4bc92590dd71cd677f090e4e0029a871c49dc]

        INTEGRATION: CWS loadenv01 (1.72.16); FILE MERGED 2004/03/15 06:22:43 as 1.72.16.1: #i24378# use new MediaDescriptor helper and constant values

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [654cc1673b0dfb41c3e42308b169286c2c6ddca2]

        INTEGRATION: CWS loadenv01 (1.3.16); FILE MERGED 2004/03/15 06:22:42 as 1.3.16.1: #i24378# use new MediaDescriptor helper and constant values

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [ee196db54b0786320ac33f588d11ff4fffa50e6a]

        INTEGRATION: CWS loadenv01 (1.2.38); FILE MERGED 2004/03/15 06:28:46 as 1.2.38.1: #i24378# use new MediaDescriptor helper and constant values

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9ac15c5c0fa36d8f4b8775749f99569f811da9bb]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:54:03 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7c7abac4c0c80c52b4a922d2f674945c6aa6fb66]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:54:17 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [339768d06af77beb8a4b827ac34b9a3ee56dc4ea]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:53:47 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e0a5023444c469f1f501727538c168dc727b0acb]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:53:30 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3a903c8f56753f8c088e3e825a276781a7ef99b8]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:53:14 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e191c54fee7b228ed166fc3c1cc4ad859e4dfa36]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:52:59 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [584fd8d6099ccead80fc95d154e68913cf201ab7]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:52:03 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [13d2e1f7c5011bda58b5275c6595a4f4655a5dbd]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:51:43 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [29e50d54d860f65071a4ee8c1b635f2bfa9ba0ed]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:51:23 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [cf3f7aa30984fb34d63f3fd2188405bd5cbbcab8]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:51:06 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e72a5c6bdcb8371043349545b235a356a34751e5]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:49:18 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [60917443ee6f746e49def4de013ad998378a7f0b]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:50:18 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [ca967a321b54f58a3d7d6ff14327585a93563f1f]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 15:50:01 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [5d30d3678152bb09c1c811e0f1706094a9840ccc]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/04/13 16:46:18 sw 1.1.2.2: #i26496# 2004/04/13 15:49:47 sw 1.1.2.1: #i26496#

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9bf09fc18004d11ab6be088d764b93a708328fed]

        INTEGRATION: CWS loadenv01 (1.11.86); FILE MERGED 2004/04/02 05:07:31 as 1.11.86.1: #115936# remove SetTransferPriority

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [8ad48c67bd56a30a78cd3ed3ce1664fb79873424]

        INTEGRATION: CWS loadenv01 (1.11.104); FILE MERGED 2004/04/02 05:07:31 as 1.11.104.1: #115936# remove SetTransferPriority

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [60e125140a89bb542d945a724c530b55daeb82ec]

        INTEGRATION: CWS loadenv01 (1.40.8); FILE MERGED 2004/03/15 06:14:48 as 1.40.8.1: #i25815#, #i23247# map button IDs to error codes in the right way

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [13be58292a0035a2d2f62df6f0bbb5ab6d27e473]

        INTEGRATION: CWS loadenv01 (1.5.22); FILE MERGED 2004/03/29 09:43:40 as 1.5.22.1: #i25579# right UniCode handling ...

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [5d345f3a7d1c737b7bfeaf3f559c5f0d01ea6066]

        INTEGRATION: CWS loadenv01 (1.3.22); FILE MERGED 2004/03/29 09:43:41 as 1.3.22.1: #i25579# right UniCode handling ...

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [28b739e9f8da2a8b3733555e96f04a4663581bfa]

        INTEGRATION: CWS loadenv01 (1.3.22); FILE MERGED 2004/03/29 09:43:54 as 1.3.22.1: #i25579# right UniCode handling ...

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [64ee3668ecadf240b00c2c57ba1d6401daba44b7]

        INTEGRATION: CWS loadenv01 (1.2.28); FILE MERGED 2004/03/15 06:04:06 as 1.2.28.1: #i24378# use new MediaDescriptor class and constants

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [edcb1d1ee4eff77ad7e5958782fc6c4ceef90fc8]

        INTEGRATION: CWS loadenv01 (1.2.28); FILE MERGED 2004/03/22 09:07:51 as 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/15 06:04:06 as 1.2.28.1: #i24378# use new MediaDescriptor class and constants

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [baed023057096b5d97b50a81fb88e132735fbde1]

        INTEGRATION: CWS loadenv01 (1.3.12); FILE MERGED 2004/03/29 09:00:46 as 1.3.12.1: #i24378# move Singleton helper to salhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e6bd35c4d6633e50f086eb02748b6785d9b1a801]

        INTEGRATION: CWS loadenv01 (1.2.28); FILE MERGED 2004/03/15 06:04:05 as 1.2.28.1: #i24378# use new MediaDescriptor class and constants

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [fe38f5b609c9362771fc8c8f26927116178052c9]

        INTEGRATION: CWS loadenv01 (1.2.28); FILE MERGED 2004/03/29 09:00:46 as 1.2.28.1: #i24378# move Singleton helper to salhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7fbecc1efb062ad0ea9b2a1cf1a5e4bdf16734b9]

        INTEGRATION: CWS loadenv01 (1.2.28); FILE MERGED 2004/03/29 09:00:45 as 1.2.28.1: #i24378# move Singleton helper to salhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [abe820ee57d9c14c82facb5a6a27acd35e1a86c3]

        INTEGRATION: CWS loadenv01 (1.2.28); FILE MERGED 2004/04/19 14:14:21 cn 1.2.28.1: #i24378# modifications for checkStreamLoader() added: change file access rights

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [186ef43a6562032d4974bb4fafe75d64e4f71828]

        INTEGRATION: CWS loadenv01 (1.2.28); FILE MERGED 2004/04/19 14:13:25 cn 1.2.28.1: #i24378# test checkStreamLoader() added

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f96d7ee076c5c621dde356d5cff4f3d5789d3bdb]

        INTEGRATION: CWS loadenv01 (1.5.98); FILE MERGED 2004/03/15 08:41:22 as 1.5.98.1: #i24378# new dependency to ucbhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [97825754334b6db325cf3df5d45a24ae2058c08b]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/31 07:08:05 as 1.1.2.7: #i24378# use right exception declaration 2004/03/29 08:55:28 as 1.1.2.6: #i24378# small changes inside interaction handling 2004/03/22 14:13:35 as 1.1.2.5: #i24378# correct includes for pro/nonpro versions 2004/03/22 06:54:13 as 1.1.2.4: #i24378# move condition to ucbhelper; use new interception helper 2004/03/15 10:27:33 as 1.1.2.3: #i24378# open stream step 3 2004/03/15 08:41:54 as 1.1.2.2: #i24378# make it working step 2 2004/03/15 06:27:56 as 1.1.2.1: #i24378# new helper to work with a MediaDescriptor

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [523108a2cab666291441d3200f6815113e1fdd59]

        INTEGRATION: CWS loadenv01 (1.6.112); FILE MERGED 2004/03/22 14:14:07 as 1.6.112.1: #i24378# correct dependcies between comphelper and ucbhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [d5f9fb767ec4d544c60ccab9cd4532226e1cc7f8]

        INTEGRATION: CWS loadenv01 (1.1.2); FILE ADDED 2004/03/22 06:54:11 as 1.1.2.2: #i24378# move condition to ucbhelper; use new interception helper 2004/03/15 06:28:19 as 1.1.2.1: #i24378# use new MediaDescriptor helper and constant values

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [8522695e2fc12fde1b8c29b86a54782e310db524]

        INTEGRATION: CWS loadenv01 (1.2.112); FILE MERGED 2004/03/29 13:12:58 as 1.2.112.1: #i24378# move condition to salhelper

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3f14a5c956e579d6399ed2b6dd68544e3a759113]

        INTEGRATION: CWS vertcell (1.48.30); FILE MERGED 2004/03/10 09:58:00 fme 1.48.30.8: RESYNC: (1.48-1.51); FILE MERGED 2004/02/16 11:10:27 fme 1.48.30.7: #i16944# Vertical formatting for individual cell frames 2004/02/13 15:52:50 fme 1.48.30.6: #i16944# Vertical formatting for individual cell frames 2004/02/11 09:12:56 fme 1.48.30.5: #i16944# Vertical formatting for individual cell frames 2004/02/06 12:44:30 fme 1.48.30.4: #i16944# Vertical formatting for individual cell frames 2004/02/05 14:52:04 fme 1.48.30.3: #i16944# Vertical formatting for individual cell frames 2004/02/05 14:45:36 fme 1.48.30.2: #i16944# Vertical formatting for individual cell frames 2004/02/04 14:18:28 fme 1.48.30.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Vladimir Glazounov  <vg@openoffice.org>  [b8bde329dd24a75c97b0bfe57622655aaac1c0f1]

        #100000# import Cws.pm if NO_LOGGING is defined

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [db8609f4a11113ac807d37584eec81dcebc6b647]

        INTEGRATION: CWS vertcell (1.21.88); FILE MERGED 2004/03/10 09:26:43 fme 1.21.88.2: RESYNC: (1.21-1.22); FILE MERGED 2004/02/11 11:52:06 os 1.21.88.1: #i16944# vertical text in non-vertical tables and vice-versa

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [d44e751b84170ab32a7e7bfbebc807f0491f53c2]

        INTEGRATION: CWS vertcell (1.6.34); FILE MERGED 2004/02/10 09:50:08 os 1.6.34.1: #i25068# vertical text in table cells

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e9e7c34356f89157d81410ad350ca6050e1ca2ef]

        INTEGRATION: CWS vertcell (1.29.34); FILE MERGED 2004/02/10 11:45:58 os 1.29.34.2: #i25068# vertical text in table cells 2004/02/10 09:50:07 os 1.29.34.1: #i25068# vertical text in table cells

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [92794f644a4bca3cc4a08cfd3461b71b73923929]

        INTEGRATION: CWS vertcell (1.5.34); FILE MERGED 2004/02/10 09:50:07 os 1.5.34.1: #i25068# vertical text in table cells

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7085afd5dbec81143322df30f72cf7516dab64f2]

        INTEGRATION: CWS vertcell (1.20.32); FILE MERGED 2004/03/10 09:26:50 fme 1.20.32.2: RESYNC: (1.20-1.21); FILE MERGED 2004/02/10 09:50:06 os 1.20.32.1: #i25068# vertical text in table cells

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [c18133dbad02cf9dc891e9f15c8ec68fcc155417]

        INTEGRATION: CWS vertcell (1.23.32); FILE MERGED 2004/03/10 09:28:05 fme 1.23.32.4: RESYNC: (1.23-1.24); FILE MERGED 2004/02/10 12:45:19 fme 1.23.32.3: #i25068# vertical text in table cells 2004/02/10 11:45:27 os 1.23.32.2: #i25068# vertical text in table cells 2004/02/10 09:50:03 os 1.23.32.1: #i25068# vertical text in table cells

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [577a47e3e71da26ac57fa94ad1fb61958861b6d4]

        INTEGRATION: CWS vertcell (1.73.84); FILE MERGED 2004/03/10 09:34:10 fme 1.73.84.2: RESYNC: (1.73-1.76); FILE MERGED 2004/02/11 09:13:12 fme 1.73.84.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6c559169e384b778f7c9af03e140e6ca1ad51fef]

        INTEGRATION: CWS vertcell (1.25.34); FILE MERGED 2004/03/08 15:43:23 dvo 1.25.34.1: #i25070# load/save writing mode for table celss

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [808e7182a87d55ef63c9070297b128696bfc608d]

        INTEGRATION: CWS vertcell (1.9.34); FILE MERGED 2004/03/08 15:43:22 dvo 1.9.34.1: #i25070# load/save writing mode for table celss

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7384fb3f83a6421c90524c25cfeab8ce46b9af52]

        INTEGRATION: CWS vertcell (1.105.32); FILE MERGED 2004/03/10 09:43:57 fme 1.105.32.2: RESYNC: (1.105-1.107); FILE MERGED 2004/02/11 14:02:09 cmc 1.105.32.1: #i25071# import vertical cell directions

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [1ac19d26ec688cb0ee252b1b50d5cc040f3ea12e]

        INTEGRATION: CWS vertcell (1.146.30); FILE MERGED 2004/03/10 09:43:48 fme 1.146.30.2: RESYNC: (1.146-1.150); FILE MERGED 2004/02/11 14:02:08 cmc 1.146.30.1: #i25071# import vertical cell directions

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [69ba46df8be261e665214390cd57a141ad65c210]

        INTEGRATION: CWS vertcell (1.95.32); FILE MERGED 2004/03/10 09:43:09 fme 1.95.32.5: RESYNC: (1.95-1.98); FILE MERGED 2004/03/09 16:46:50 mmaher 1.95.32.4: #i25071 Problem with text direction in tables created in Word '97 2004/02/13 09:57:21 cmc 1.95.32.3: #i25071 import unsupported vertical text direction in table cell as yucky hack of rotated characters, only looks right if there one paragraph in the cell 2004/02/12 14:30:18 cmc 1.95.32.2: #i25071# spacings can arive before row len, so clip to words max len and not the currently known row len 2004/02/11 14:02:07 cmc 1.95.32.1: #i25071# import vertical cell directions

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f76f4faf82008c5cf0421e778dd3c513e45d34e5]

        INTEGRATION: CWS vertcell (1.60.32); FILE MERGED 2004/03/10 09:41:28 fme 1.60.32.2: RESYNC: (1.60-1.62); FILE MERGED 2004/02/11 14:36:48 cmc 1.60.32.1: #i25071# export vertical cell directions

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [195794adc6b9e97e4c76deb4a3a5a187b6d46a6e]

        INTEGRATION: CWS vertcell (1.81.8); FILE MERGED 2004/03/10 09:50:26 fme 1.81.8.2: RESYNC: (1.81-1.82); FILE MERGED 2004/02/04 14:18:46 fme 1.81.8.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [eaf0f5eaeb7244a22176e890967f913fafc4c499]

        INTEGRATION: CWS vertcell (1.155.32); FILE MERGED 2004/03/10 09:49:39 fme 1.155.32.2: RESYNC: (1.155-1.157); FILE MERGED 2004/03/08 15:42:25 dvo 1.155.32.1: #i25070# WritingMode property for table cells

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [e1b95395df5288e664c518334d57a67b0f33d623]

        INTEGRATION: CWS vertcell (1.8.88); FILE MERGED 2004/02/11 09:12:57 fme 1.8.88.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [5f823595869134b2d4e038bb59943428207926ba]

        INTEGRATION: CWS vertcell (1.78.86); FILE MERGED 2004/03/10 09:54:12 fme 1.78.86.2: RESYNC: (1.78-1.79); FILE MERGED 2004/02/06 12:44:54 fme 1.78.86.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [da295e4b332381d50c0c56a342b506c4a7bc1c4b]

        INTEGRATION: CWS vertcell (1.47.34); FILE MERGED 2004/02/05 14:52:06 fme 1.47.34.2: #i16944# Vertical formatting for individual cell frames 2004/02/04 14:18:29 fme 1.47.34.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [613347483c819b0ba72c90945a4e66705c1621a9]

        INTEGRATION: CWS vertcell (1.32.34); FILE MERGED 2004/03/10 09:58:09 fme 1.32.34.2: RESYNC: (1.32-1.33); FILE MERGED 2004/02/11 09:12:56 fme 1.32.34.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a7509e3eee38442c0d11c220bf822b58ca002a32]

        INTEGRATION: CWS vertcell (1.35.98); FILE MERGED 2004/02/11 09:12:56 fme 1.35.98.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [bce9c73fe7fb0798690a20887f2c853bf97834c5]

        INTEGRATION: CWS vertcell (1.75.32); FILE MERGED 2004/03/10 09:57:44 fme 1.75.32.4: RESYNC: (1.75-1.77); FILE MERGED 2004/02/13 15:52:49 fme 1.75.32.3: #i16944# Vertical formatting for individual cell frames 2004/02/05 14:52:02 fme 1.75.32.2: #i16944# Vertical formatting for individual cell frames 2004/02/04 14:18:27 fme 1.75.32.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [85c104e0b826cc560473a5f113cb92cbfdcbc37e]

        INTEGRATION: CWS vertcell (1.15.34); FILE MERGED 2004/02/04 14:18:27 fme 1.15.34.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [2ef809a8759e8d18fd325d5cd1b21acaebaf3178]

        INTEGRATION: CWS vertcell (1.42.34); FILE MERGED 2004/02/05 14:51:59 fme 1.42.34.2: #i16944# Vertical formatting for individual cell frames 2004/02/04 14:18:26 fme 1.42.34.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3dddc761157d062b615d6d1a4e8c10abf074cd5d]

        INTEGRATION: CWS vertcell (1.3.34); FILE MERGED 2004/02/05 14:51:39 fme 1.3.34.2: #i16944# Vertical formatting for individual cell frames 2004/02/04 14:17:55 fme 1.3.34.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [dd97fa3a7defdd1045b5c2c9f8e9aeb57558a738]

        INTEGRATION: CWS vertcell (1.20.34); FILE MERGED 2004/03/10 10:00:45 fme 1.20.34.5: RESYNC: (1.20-1.21); FILE MERGED 2004/02/13 15:52:48 fme 1.20.34.4: #i16944# Vertical formatting for individual cell frames 2004/02/11 09:12:55 fme 1.20.34.3: #i16944# Vertical formatting for individual cell frames 2004/02/05 14:51:21 fme 1.20.34.2: #i16944# Vertical formatting for individual cell frames 2004/02/04 14:17:40 fme 1.20.34.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [2e72e110acc7af3f17d3611e06af69c8443822a7]

        INTEGRATION: CWS vertcell (1.18.34); FILE MERGED 2004/03/10 10:00:27 fme 1.18.34.3: RESYNC: (1.18-1.19); FILE MERGED 2004/02/11 09:12:55 fme 1.18.34.2: #i16944# Vertical formatting for individual cell frames 2004/02/04 14:17:40 fme 1.18.34.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [8ee294132458595367f6abc2065318ac393a4fcd]

        INTEGRATION: CWS vertcell (1.8.34); FILE MERGED 2004/02/13 15:52:48 fme 1.8.34.2: #i16944# Vertical formatting for individual cell frames 2004/02/04 14:17:23 fme 1.8.34.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [b899e8a835f3a5acd7d1119b11264d4711e89f26]

        INTEGRATION: CWS vertcell (1.30.118); FILE MERGED 2004/03/10 10:02:38 fme 1.30.118.2: RESYNC: (1.30-1.31); FILE MERGED 2004/02/11 09:12:54 fme 1.30.118.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [a687825b925ab29a6cd40908cb1bb39cc02c567b]

        INTEGRATION: CWS vertcell (1.40.30); FILE MERGED 2004/03/10 10:03:24 fme 1.40.30.4: RESYNC: (1.40-1.44); FILE MERGED 2004/02/05 14:51:06 fme 1.40.30.3: #i16944# Vertical formatting for individual cell frames 2004/02/05 14:44:59 fme 1.40.30.2: #i16944# Vertical formatting for individual cell frames 2004/02/04 14:16:57 fme 1.40.30.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [ac34b11cfbb0dd833c970da969d5d9defe66733a]

        INTEGRATION: CWS vertcell (1.31.32); FILE MERGED 2004/03/10 10:09:55 fme 1.31.32.4: RESYNC: (1.31-1.33); FILE MERGED 2004/02/11 09:12:40 fme 1.31.32.3: #i16944# Vertical formatting for individual cell frames 2004/02/05 06:57:40 fme 1.31.32.2: #i16944# Vertical formatting for individual cell frames 2004/02/04 14:16:18 fme 1.31.32.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [8daa1a086c704f758d8e8589e7c4a12d7e389b30]

        INTEGRATION: CWS vertcell (1.52.34); FILE MERGED 2004/03/10 10:09:47 fme 1.52.34.2: RESYNC: (1.52-1.56); FILE MERGED 2004/02/04 14:16:17 fme 1.52.34.1: #i16944# Vertical formatting for individual cell frames

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [bcbdbf5283fb086821a47acae9fb00b99842b71a]

        INTEGRATION: CWS vertcell (1.48.32); FILE MERGED 2004/02/10 09:50:21 os 1.48.32.1: #i25068# vertical text in table cells

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3f7f23abea8fc2f7ce1c432c07f8c5b4172eeee7]

        INTEGRATION: CWS gt04 (1.95.76); FILE MERGED 2004/03/04 12:05:01 gt 1.95.76.1: #i26117# book preview

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [58f69defd948a234037f39e0c5a975033b22e409]

        INTEGRATION: CWS gt04 (1.29.64); FILE MERGED 2004/03/04 12:08:26 gt 1.29.64.1: #i26117# book preview

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [01bd6bb118b3ba4393b96c81656441ec750b6368]

        INTEGRATION: CWS gt04 (1.46.78); FILE MERGED 2004/03/19 11:35:55 gt 1.46.78.4: RESYNC: (1.46-1.47); FILE MERGED 2004/03/19 11:04:37 gt 1.46.78.3: #i26117# toggle of book prewiev button 2004/03/05 13:28:16 od 1.46.78.2: #i20684# add missing parenthesis #i24183# method <RepaintCoreRect(..) - force repaint, only if page preview 	 layout is valid. #i18143# implementation of switching the book preview mode - not yet finished. 2004/03/04 12:08:25 gt 1.46.78.1: #i26117# book preview

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [25b215ed612f8afc8b4e399dce22fcca8d0f7ee8]

        INTEGRATION: CWS gt04 (1.14.26); FILE MERGED 2004/03/05 13:23:58 od 1.14.26.1: #i18143# class <SwPagePreViewWin> - interface for switching the book 	 preview mode

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [f800f106ac27147125399b9b65ea1bca22c5ea7b]

        INTEGRATION: CWS gt04 (1.20.80); FILE MERGED 2004/03/19 11:08:23 gt 1.20.80.1: #i26117# toggle of book prewiev button

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [9ea0795c3a3080df7ca2942f1d612c5b069dbd95]

        INTEGRATION: CWS gt04 (1.5.50); FILE MERGED 2004/03/05 13:22:29 od 1.5.50.1: #i18143# class <SwPagePreviewLayout> - implementation of switching the 	 book preview mode.

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [6aa819f19c19f309e392f143aaf5d313954d0d6c]

        INTEGRATION: CWS gt04 (1.9.492); FILE MERGED 2004/03/04 12:09:31 gt 1.9.492.1: #i26117# book preview

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [3197d4697505f1da5e7c4ffe5dec6e482d8d3876]

        INTEGRATION: CWS gt04 (1.112.76); FILE MERGED 2004/04/08 13:40:21 gt 1.112.76.2: #27588# tiny string correction for FN_SHOW_BOOKVIEW 2004/03/04 12:09:30 gt 1.112.76.1: #i26117# book preview

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [7b9fc77624cbf844927ec80591c729b749c8ef29]

        INTEGRATION: CWS gt04 (1.46.26); FILE MERGED 2004/03/19 12:08:17 gt 1.46.26.3: RESYNC: (1.46-1.47); FILE MERGED 2004/03/19 11:08:03 gt 1.46.26.2: #i26117# toggle of book prewiev button 2004/03/04 12:09:29 gt 1.46.26.1: #i26117# book preview

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [d230f36174448ccac92e92d2e657425ac40cd45f]

        INTEGRATION: CWS gt04 (1.17.48); FILE MERGED 2004/03/19 12:13:19 gt 1.17.48.2: RESYNC: (1.17-1.18); FILE MERGED 2004/03/19 11:07:42 gt 1.17.48.1: #i26117# toggle of book prewiev button

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [1f4f2a4cddb9dcba813084e0f3451b6ea5a6a1cb]

        INTEGRATION: CWS gt04 (1.4.50); FILE MERGED 2004/03/05 13:18:20 od 1.4.50.1: #i18143# class <SwPagePreviewLayout> - interface for set book preview mode

2004-04-21  Sander Vesik  <svesik@openoffice.org>  [83a74d8e399652b247a4c53985d12bc861ab4dea]

        INTEGRATION: CWS gt04 (1.48.24); FILE MERGED 2004/03/04 12:05:51 gt 1.48.24.1: #i26117# book preview

2004-04-21  Joachim Lingner  <jl@openoffice.org>  [e61aa88e3dffcff717e7683cf18727701fcbb360]

        #i20052#

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [794d8065865d78b5caa843f45a4176f253e73620]

        INTEGRATION: CWS sab013 (1.24.230); FILE MERGED 2004/02/10 14:09:06 sab 1.24.230.1: #i22714#; allow negative positions of the cells

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [cb0fd4420b9d521d2ed68eaaa4babc0f9a113359]

        INTEGRATION: CWS sab013 (1.5.388); FILE MERGED 2004/02/10 12:55:43 sab 1.5.388.1: #111055#; set defaults of calculation settings if there is no calculation settings element

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [95acc57193fb6e39509d9516152e3a99f3048687]

        INTEGRATION: CWS sab013 (1.20.354); FILE MERGED 2004/03/31 12:15:08 sab 1.20.354.2: RESYNC: (1.20-1.21); FILE MERGED 2004/02/10 12:55:42 sab 1.20.354.1: #111055#; set defaults of calculation settings if there is no calculation settings element

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [2cef2a1bf62ecaab950b35da323675a3b0dd9a2f]

        INTEGRATION: CWS sab013 (1.14.92); FILE MERGED 2004/04/14 13:33:29 sab 1.14.92.2: #i16293#; use unlimmited Bitmaps 2004/02/11 11:05:51 sab 1.14.92.1: #i16293#; disable limit of page size for API calls with specified size

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [bac748df367390dc7f4b9703aacf31bbb3cfe0fb]

        INTEGRATION: CWS sab013 (1.15.96); FILE MERGED 2004/04/14 13:31:11 sab 1.15.96.1: #i16293#; support size unlimited Bitmaps

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [eaeec389fabc81d877263c4a6313b8d8fd7a2aa7]

        INTEGRATION: CWS sab013 (1.6.96); FILE MERGED 2004/04/14 13:31:11 sab 1.6.96.1: #i16293#; support size unlimited Bitmaps

2004-04-20  Oliver Specht  <os@openoffice.org>  [f2faddebd43c0ecf7546aa078e4f6fc3e38cd38c]

        #116402# call UpdateFontList() to prevent GPF on return from HTML source view

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [037a21c76b7873d16483eaa511ae1568a1ed9b85]

        INTEGRATION: CWS newscpzip2 (1.2.20); FILE MERGED 2004/03/26 11:25:57 is 1.2.20.2: #i25325# new entries for ProductCode and UpgradeCode into bootstrap file Issue number: Submitted by: Reviewed by: 2004/03/23 15:21:04 is 1.2.20.1: i25325# StarRegistryItems in new installer

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [d198efbdb561f50083ed4be0354367c0fe645426]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/16 13:40:52 dv 1.1.2.1: #i25671# New setup loader for Windows Installer (native installer)

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [1b6eaa0d1679c4f1b0eb74fd87f8e45ceec4d89c]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/16 13:41:23 dv 1.1.2.1: #i25671# New setup loader for Windows Installer (native installer)

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [9f764559bc51e549e317c9d9705f1842684b050b]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/16 13:44:13 dv 1.1.2.1: #i25671# New setup loader for Windows Installer (native installer)

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [8102f551ff7f4ec9c5ab208104636b8ef51c414b]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/16 13:43:52 dv 1.1.2.1: #i25671# New setup loader for Windows Installer (native installer)

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [b64fc0c773c19f68d20da6f7ad5074a7e998e47a]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/16 13:42:35 dv 1.1.2.1: #i25671# New setup loader for Windows Installer (native installer)

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [0faa2d06fba921c571684a517e298d5b807b2b1e]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/16 13:42:34 dv 1.1.2.1: #i25671# New setup loader for Windows Installer (native installer)

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [944c8ca383302aa4d5395cab79deec56dcd6b87f]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/16 13:42:33 dv 1.1.2.1: #i25671# New setup loader for Windows Installer (native installer)

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [9c9a6c5c5a080a4b14f47fced975fd2612aa842b]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/04/01 09:48:17 dv 1.1.2.2: #i25671# Renamed new loader to loader2 2004/03/16 13:43:20 dv 1.1.2.1: #i25671# New setup loader for Windows Installer (native installer)

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [91d8b7df3d8d124e4088f6ceec8daf40ce4d1633]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/16 13:42:36 dv 1.1.2.1: #i25671# New setup loader for Windows Installer (native installer)

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [5e9c00967d3d90165290e6d1a583dd6e93cc1454]

        INTEGRATION: CWS newscpzip2 (1.26.20); FILE MERGED 2004/04/01 09:47:54 dv 1.26.20.3: #i25671# Renamed new loader to loader2 2004/03/30 13:58:05 dv 1.26.20.2: #i25671# Deliver new setup loader 2004/03/29 08:07:54 dv 1.26.20.1: #i25671# Deliver new setup loader

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [a1e3a0076e5e66b8e23b81b593cea70e4d6bc130]

        INTEGRATION: CWS newscpzip2 (1.13.20); FILE MERGED 2004/03/24 08:31:49 dv 1.13.20.1: #i25671# Added support for new setup loader

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [bb6658781f312b2b867540c22acb3f7f954619bb]

        INTEGRATION: CWS newscpzip2 (1.10.34); FILE MERGED 2004/03/31 08:46:28 is 1.10.34.1: #i27173# fixing cygwin/4NT problems

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [2e2345bde35cb5e8e401970dc1330b5fc4067abe]

        INTEGRATION: CWS newscpzip2 (1.8.34); FILE MERGED 2004/03/31 08:46:28 is 1.8.34.1: #i27173# fixing cygwin/4NT problems

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [de4161ac2ba4da56dbb64a84c817257bf4b2b4d2]

        INTEGRATION: CWS newscpzip2 (1.3.10); FILE MERGED 2004/03/31 08:48:09 is 1.3.10.1: #i27173# fixing cygwin/4nt problems Issue number: Submitted by: Reviewed by:

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [0ce067c1fc334680a7d99e573ae8c2f3e623b645]

        INTEGRATION: CWS newscpzip2 (1.2.34); FILE MERGED 2004/03/31 08:47:14 is 1.2.34.1: #i27173# fixing cygwin/4nt problems Issue number: Submitted by: Reviewed by:

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [87616d8faecefa2d29d91697ab1e422e0165d4df]

        INTEGRATION: CWS newscpzip2 (1.3.10); FILE MERGED 2004/03/31 08:47:44 is 1.3.10.1: #i27173# fixing cygwin/4nt problems Issue number: Submitted by: Reviewed by:

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [3d943188516a6a9bda993c4ab9672454660774df]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:33:07 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [9f9b0c6447f1bb123fc10ddc09738b281a213681]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:33:06 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [f07e273074be575885c3340d390dcfc36ddb1277]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:33:05 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [b734b7319bdd7e39fe1310415ae1e42167c25ad9]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:33:04 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [94fc86dc3978f8856f47910678f5c37ecfa0ab4c]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/04/06 16:16:16 is 1.1.2.2: #i25325# new native packaging process 2004/03/31 12:33:04 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [e591d42d6eafc6ced0232b42769400b43915ae0e]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:33:03 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [046eec7b44d4f8623f1f239c8e743365a5a26dcd]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:33:02 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [450a0d8c9f5874f27923d657db4423f597796062]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:33:01 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [feaf9252551a33f2fd172b2897417c85abca6d6a]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:16 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [e9af84a53de7cac742db09f6a41b7095534f43da]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/04/05 10:59:03 is 1.1.2.2: #i25325# new native packaging process 2004/03/31 12:31:15 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [988115d0ecfa697bfd1a7b9ee39e4a0da68fa38f]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:15 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [6bbbbcd602fca689006e6ce7c2c7ee13df2b7744]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:14 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [344dae42ae06aee276abe4092ed1adee6ea162b4]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:13 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [383db6e5f930ab3118e002512d008339e91f6c0c]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/04/06 16:15:59 is 1.1.2.2: #i25325# new native packaging process 2004/03/31 12:31:13 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [b62ecdf921710ae053bf63347dc2f6911c736fa1]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:12 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [a587f675e9850ccc7bee472091fb1c7cf79f5b15]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:11 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [66e1ee3f0b5f2802b4434954bfe90093abf56482]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/04/02 12:05:04 is 1.1.2.3: #i25325# new native packaging process 2004/03/31 16:44:48 is 1.1.2.2: #i25325# new native packaging process 2004/03/31 12:31:10 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [d7f4d46ce6f3c450ffd2b6fcec3b16f894a4332a]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:10 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [d79791024670d9fc943a22dd55444e513bc355c3]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:09 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [28c3e63ca3e769c5472bc852accc99eb70363e31]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:08 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [458637a20e4a57f7b20b01dfbf3a2a9d222d6cfd]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/04/06 16:15:59 is 1.1.2.3: #i25325# new native packaging process 2004/04/05 12:46:05 is 1.1.2.2: i25325# new native packaging process 2004/03/31 12:31:08 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [a8cd3672598efe65d6a30020fe41fb05ea88ebdc]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:07 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [31045d630dad7a8a0dcb8c4f1cf1135c1e10370c]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:06 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [fb541d52e85c99f09c86cbcfbe09eb3eda5b4ffa]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/04/06 16:15:59 is 1.1.2.4: #i25325# new native packaging process 2004/04/05 13:53:33 is 1.1.2.3: #i25325# new native packaging process 2004/04/05 12:46:05 is 1.1.2.2: i25325# new native packaging process 2004/03/31 12:31:06 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [f61f4b94a2c66c1106cca1b138b5211f7ae75707]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:05 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [455da0dbb043508b0beb3f65ad4a5d34882c7103]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:04 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [6bbd72343bb3f44f46c38e28881d59ff5b7fce46]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/04/06 16:15:58 is 1.1.2.5: #i25325# new native packaging process 2004/04/05 12:46:05 is 1.1.2.4: i25325# new native packaging process 2004/04/05 10:58:19 is 1.1.2.3: #i25325# new native packaging process 2004/04/02 12:05:04 is 1.1.2.2: #i25325# new native packaging process 2004/03/31 12:31:04 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [c795ecfe6417e09281d3b8c93702c7325779cfaf]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/03/31 12:31:03 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [3610c57cf4944393819dcfcf8f716195f01d95bf]

        INTEGRATION: CWS newscpzip2 (1.1.2); FILE ADDED 2004/04/07 15:46:14 is 1.1.2.5: #i25325# new native packaging process 2004/04/05 12:45:34 is 1.1.2.4: i25325# new native packaging process 2004/04/02 12:04:21 is 1.1.2.3: #i25325# new native packaging process 2004/03/31 16:43:46 is 1.1.2.2: #i25325# new native packaging process 2004/03/31 12:25:40 is 1.1.2.1: #i25325# new native packaging process

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [4001d4bcfbdab1ed8893f12eb2ac7b0be796d1fd]

        INTEGRATION: CWS newscpzip2 (1.7.18); FILE MERGED 2004/03/23 15:21:03 is 1.7.18.1: i25325# StarRegistryItems in new installer

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [912791dd6fcaa4440f3da42b546cc55cf8e2c3a4]

        INTEGRATION: CWS newscpzip2 (1.8.2); FILE MERGED 2004/03/23 15:21:04 is 1.8.2.1: i25325# StarRegistryItems in new installer

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [05a2f5f3a80fc9da4bc5b10d3217d147154e690b]

        INTEGRATION: CWS newscpzip2 (1.2.20); FILE MERGED 2004/03/23 15:20:28 is 1.2.20.1: i25325# StarRegistryItems in new installer

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [9048ff4beec57589538662c5d39e1d3ae4a89d33]

        INTEGRATION: CWS newscpzip2 (1.1.48); FILE MERGED 2004/03/23 15:19:43 is 1.1.48.1: i25325# StarRegistryItems in new installer

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [474b1b8ef6b2cfb3dd2a257745e89e1eebde317e]

        INTEGRATION: CWS pkgchkcfgfix1 (1.2.2); FILE MERGED 2004/04/16 12:06:05 jb 1.2.2.1: #116376# Assume that no office runs, if user installation does not exist

2004-04-20  Sander Vesik  <svesik@openoffice.org>  [3c75ac93434f06ee6413a91ba4173c9f39073d19]

        INTEGRATION: CWS pkgchkcfgfix1 (1.1.64); FILE MERGED 2004/04/19 11:18:26 jb 1.1.64.1: #116376# Change file modification date to trigger configuration cache update

2004-04-20  Joachim Lingner  <jl@openoffice.org>  [6d849f1c9a8248f06367dcb4860243be5e1b012b]

        #i20025#

2004-04-20  Joachim Lingner  <jl@openoffice.org>  [59487b53f56d784b378343566e9f644f30f6e170]

        #i20025#

2004-04-20  Joachim Lingner  <jl@openoffice.org>  [770dd540640f8aaf4c8c96bd87ad89d19336cb56]

        #i20025#

2004-04-20  Joachim Lingner  <jl@openoffice.org>  [4077c8b3902fccaddb4cd4d4329237aa5ef60170]

        #i20025#

2004-04-20  Joachim Lingner  <jl@openoffice.org>  [a0ca3dc7c1c0f8d1f05ccbeec3b91dfa0a3a6f22]

        #i20025#

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [508e8e8ad4155be7ff5dad615038f32c0e690a00]

        INTEGRATION: CWS scriptingf5 (1.17.118); FILE MERGED 2004/03/30 07:43:23 toconnor 1.17.118.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [6c484281b154a604608d02af45bcad3bde349272]

        INTEGRATION: CWS scriptingf5 (1.2.152); FILE MERGED 2004/03/30 14:27:31 toconnor 1.2.152.1: #i26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [630f68cd7189eefd28c1d08c63a6e131e32672fe]

        INTEGRATION: CWS scriptingf5 (1.6.158); FILE MERGED 2004/03/30 07:42:06 toconnor 1.6.158.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [9bf5f7b88622d69ff20fbbe07b373477070f6411]

        INTEGRATION: CWS scriptingf5 (1.6.158); FILE MERGED 2004/03/30 07:34:10 toconnor 1.6.158.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [186e82c439af738ad48142d71fff3f4395bd8280]

        INTEGRATION: CWS scriptingf5 (1.15.118); FILE MERGED 2004/03/30 07:37:29 toconnor 1.15.118.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [8290375c3d9820c61ec3daeb7c628cffdbfddf97]

        INTEGRATION: CWS scriptingf5 (1.31.118); FILE MERGED 2004/03/30 07:40:51 toconnor 1.31.118.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [ef1097ce2cec0b1319fc69662c22ddc647480d95]

        INTEGRATION: CWS scriptingf5 (1.4.174); FILE MERGED 2004/03/30 07:42:42 toconnor 1.4.174.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [f81a145c322535a4094131a0eba935b6d2583522]

        INTEGRATION: CWS scriptingf5 (1.2.170); FILE MERGED 2004/03/30 07:41:30 toconnor 1.2.170.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [188d46fb1e417ab04fc5366043325314ae57483d]

        INTEGRATION: CWS scriptingf5 (1.26.98); FILE MERGED 2004/03/30 07:39:15 toconnor 1.26.98.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [79ffbd685c7a7ebbc221a82d621b0f82c84e292f]

        INTEGRATION: CWS scriptingf5 (1.11.158); FILE MERGED 2004/03/30 14:26:30 toconnor 1.11.158.1: #i26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [1d311e0988fbb896bb2e7b2b60976bd035214e09]

        INTEGRATION: CWS scriptingf5 (1.21.86); FILE MERGED 2004/03/30 07:38:21 toconnor 1.21.86.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [8b1e857e147bb7efd3274b970baefcf4ca89e87a]

        INTEGRATION: CWS scriptingf5 (1.2.158); FILE MERGED 2004/03/30 07:32:17 toconnor 1.2.158.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [b24bace10e833b89061f34003e2e4a5d63ace4e3]

        INTEGRATION: CWS scriptingf5 (1.3.118); FILE MERGED 2004/03/30 07:45:03 toconnor 1.3.118.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [ebd3ccdb748cbddaa32402d0ba417b3e49cb658e]

        INTEGRATION: CWS scriptingf5 (1.3.118); FILE MERGED 2004/03/30 07:44:27 toconnor 1.3.118.1: #26874# Updated bindings for events to use the scripting framework url spec. This change will ensure that the scripting framework is used to execute scripts.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [679e08bb09af5c5b043bba6f75a43fec80ae790f]

        INTEGRATION: CWS scriptingf5 (1.2.76); FILE MERGED 2004/03/22 16:25:54 toconnor 1.2.76.1: #i21173# - Switch on display of Scripting Framework scripts by default, and switch off display of seperate tree of Basic macros.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [c0569eb303a932f8196323ae085a402c07e54ce2]

        INTEGRATION: CWS scriptingf5 (1.87.30); FILE MERGED 2004/04/05 16:01:50 dfoster 1.87.30.1: #i21182# Reverting to "According to path list" pending spec.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [8d9c2f4f80bcdeafac80bbc456b02244402c4460]

        INTEGRATION: CWS scriptingf5 (1.3.70); FILE MERGED 2004/03/31 09:57:00 toconnor 1.3.70.1: #i21173# - Turn on display of Scripting Framework scripts by default

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [51733c676facbf01750a98a392b239ec4e437a59]

        INTEGRATION: CWS scriptingf5 (1.22.36); FILE MERGED 2004/03/19 14:27:42 toconnor 1.22.36.2: RESYNC: (1.22-1.23); FILE MERGED 2004/02/26 17:44:15 toconnor 1.22.36.1: #i25859# - If there is no document shell available get XDispatchProvider from Desktop service

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [6a339a14449c63ac2a7fd279f000403ccae9302f]

        INTEGRATION: CWS scriptingf5 (1.124.14); FILE MERGED 2004/04/02 10:27:05 dfoster 1.124.14.1: #i27294# Fixed problem with security check for document Scripts

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [8e89c6a0628349aaf1bae6d4b74cbb8d84ef743d]

        INTEGRATION: CWS scriptingf5 (1.9.14); FILE MERGED 2004/03/05 10:33:47 npower 1.9.14.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [e687d8a670da28a6f4cf785f06ebe1737daa4396]

        INTEGRATION: CWS scriptingf5 (1.6.8); FILE MERGED 2004/03/05 10:33:47 npower 1.6.8.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [533cc7ca7853abd28f9ce858464aa5374d81d307]

        INTEGRATION: CWS scriptingf5 (1.8.8); FILE MERGED 2004/03/05 10:33:47 npower 1.8.8.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [c094a13f2be7472ddad86b6393e53b99e688a4db]

        INTEGRATION: CWS scriptingf5 (1.15.8); FILE MERGED 2004/04/02 10:25:30 dfoster 1.15.8.3: #i27294# Fixed problem with security check. Removed printStackTrace calls in java code. Fixed problems with create/delete of parcels/scripts in document storage 2004/03/05 10:33:46 npower 1.15.8.2: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files. 2004/02/26 17:46:57 toconnor 1.15.8.1: #i25859# - Fix problems dispatching script URLs when no document is open

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [332a944137ff76e821cb16061129ce16922a6e1c]

        INTEGRATION: CWS scriptingf5 (1.1.14); FILE MERGED 2004/03/05 10:33:45 npower 1.1.14.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [45749febb1ded7ac541948f59c66ab0a90c02b6c]

        INTEGRATION: CWS scriptingf5 (1.2.2); FILE MERGED 2004/03/05 10:33:45 npower 1.2.2.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [68904aa5c36820ca1aad37126c4e01acd548471d]

        INTEGRATION: CWS scriptingf5 (1.2.2); FILE MERGED 2004/03/05 10:33:44 npower 1.2.2.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [de6433b4b2230e8494142717529967b610579fc8]

        INTEGRATION: CWS scriptingf5 (1.3.14); FILE MERGED 2004/03/05 10:33:44 npower 1.3.14.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [90f43b4a58e95dae5abc71d0c3e0bbbd33352955]

        INTEGRATION: CWS scriptingf5 (1.4.14); FILE MERGED 2004/03/05 10:33:44 npower 1.4.14.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [aa4508042de3e48e16cc81c28b9959b9436031bc]

        INTEGRATION: CWS scriptingf5 (1.8.2); FILE MERGED 2004/03/31 08:42:29 dfoster 1.8.2.2: #i27220# Basic provider not showing the user libs. 2004/03/05 10:33:43 npower 1.8.2.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [86307222d7e5e052da00191a3ad09da634f33ebf]

        INTEGRATION: CWS scriptingf5 (1.5.14); FILE MERGED 2004/03/05 10:33:43 npower 1.5.14.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml  files.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [c26bb445ac9ac96e2f95dfebec573362af9c568c]

        INTEGRATION: CWS scriptingf5 (1.9.14); FILE MERGED 2004/02/12 08:39:03 npower 1.9.14.1: #i23681# , #ii23682# Initial modification for support of create/delete of scripts support for script organiser

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [7f48806928713fb610d461c82ebd02bc21dc8cb0]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/12 08:44:53 npower 1.1.2.1: #i23681# , #i23682# Initial modifications for of create and delete support for Script organizer

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [bdb710f5498ca138b7ec27bbb467b19c6ed665a9]

        INTEGRATION: CWS scriptingf5 (1.3.8); FILE MERGED 2004/04/02 10:25:38 dfoster 1.3.8.5: #i27294# Fixed problem with security check. Removed printStackTrace calls in java code. Fixed problems with create/delete of parcels/scripts in document storage 2004/02/25 18:20:34 npower 1.3.8.4: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry. 2004/02/19 17:53:12 toconnor 1.3.8.3: #i25276# - BeanShell and JavaScript providers should pass parameters 2004/02/17 15:06:07 toconnor 1.3.8.2: #i25262# - Execute modified source in editor window if one exists 2004/02/12 08:39:01 npower 1.3.8.1: #i23681# , #ii23682# Initial modification for support of create/delete of scripts support for script organiser

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [69826b2e1e6ef4070e57827408d84fc032d4c130]

        INTEGRATION: CWS scriptingf5 (1.3.8); FILE MERGED 2004/04/02 10:25:37 dfoster 1.3.8.3: #i27294# Fixed problem with security check. Removed printStackTrace calls in java code. Fixed problems with create/delete of parcels/scripts in document storage 2004/02/25 18:20:33 npower 1.3.8.2: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry. 2004/02/12 08:39:00 npower 1.3.8.1: #i23681# , #ii23682# Initial modification for support of create/delete of scripts support for script organiser

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [0c53e83fa84e2e573c81e728f68f59c72d7e201f]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/17 15:06:07 toconnor 1.1.2.2: #i25262# - Execute modified source in editor window if one exists 2004/02/12 08:44:35 npower 1.1.2.1: #i23681# , #i23682# Initial modifications for of create and delete support for Script organizer

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [3c35a53b414e91cab10e26e114fb3bd9c34d1140]

        INTEGRATION: CWS scriptingf5 (1.2.8); FILE MERGED 2004/02/19 17:53:12 toconnor 1.2.8.1: #i25276# - BeanShell and JavaScript providers should pass parameters

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [5ddc3e3b3b0475a413450beb3aa4f64a23e867da]

        INTEGRATION: CWS scriptingf5 (1.3.8); FILE MERGED 2004/04/02 10:25:35 dfoster 1.3.8.5: #i27294# Fixed problem with security check. Removed printStackTrace calls in java code. Fixed problems with create/delete of parcels/scripts in document storage 2004/02/25 18:20:32 npower 1.3.8.4: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry. 2004/02/19 17:53:11 toconnor 1.3.8.3: #i25276# - BeanShell and JavaScript providers should pass parameters 2004/02/17 15:06:06 toconnor 1.3.8.2: #i25262# - Execute modified source in editor window if one exists 2004/02/12 08:38:59 npower 1.3.8.1: #i23681# , #ii23682# Initial modification for support of create/delete of scripts support for script organiser

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [35b071743a3547e2762d99dd38ac46fd68799e14]

        INTEGRATION: CWS scriptingf5 (1.3.8); FILE MERGED 2004/02/25 18:20:32 npower 1.3.8.3: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry. 2004/02/17 15:06:06 toconnor 1.3.8.2: #i25262# - Execute modified source in editor window if one exists 2004/02/12 08:38:59 npower 1.3.8.1: #i23681# , #ii23682# Initial modification for support of create/delete of scripts support for script organiser

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [0fb90826ab75fd48d4b5d9887b3e7723911e331a]

        INTEGRATION: CWS scriptingf5 (1.4.8); FILE MERGED 2004/04/02 10:25:34 dfoster 1.4.8.4: #i27294# Fixed problem with security check. Removed printStackTrace calls in java code. Fixed problems with create/delete of parcels/scripts in document storage 2004/02/26 17:47:00 toconnor 1.4.8.3: #i25859# - Fix problems dispatching script URLs when no document is open 2004/02/25 18:20:31 npower 1.4.8.2: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry. 2004/02/12 08:38:57 npower 1.4.8.1: #i23681# , #ii23682# Initial modification for support of create/delete of scripts support for script organiser

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [1f57265f0d0808c2314d4ae649f4c6b79852136e]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/25 18:20:30 npower 1.1.2.2: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry. 2004/02/12 08:44:17 npower 1.1.2.1: #i23681# , #i23682# Initial modifications for of create and delete support for Script organizer

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [85292bac715f7dc4aa97909734ed7c331f342159]

        INTEGRATION: CWS scriptingf5 (1.4.8); FILE MERGED 2004/04/02 10:25:34 dfoster 1.4.8.2: #i27294# Fixed problem with security check. Removed printStackTrace calls in java code. Fixed problems with create/delete of parcels/scripts in document storage 2004/02/25 18:20:30 npower 1.4.8.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [5c29d505846cce8608b2f19379bb7ec58c5816cb]

        INTEGRATION: CWS scriptingf5 (1.3.8); FILE MERGED 2004/02/25 18:20:30 npower 1.3.8.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [cc9c6fa04cdc27799065fbe3de43dd6c0281eda0]

        INTEGRATION: CWS scriptingf5 (1.2.8); FILE MERGED 2004/02/25 18:20:30 npower 1.2.8.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [1e6d9739ec1aa355e0119b26cfebbf3b84d8a1a2]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/04/02 10:25:33 dfoster 1.1.2.2: #i27294# Fixed problem with security check. Removed printStackTrace calls in java code. Fixed problems with create/delete of parcels/scripts in document storage 2004/02/25 18:31:31 npower 1.1.2.1: #i25272# moved from com/sun/star/script/framework/provider

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [89eecf8536a63cc027c960fc4e51e8c98fc8ca35]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/25 18:31:02 npower 1.1.2.1: #i25272# moved from com/sun/star/script/framework/provider

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [b72f29681ffbd22ad8a63d3b50c53ab181636165]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/25 18:30:31 npower 1.1.2.1: #i25272# moved from com/sun/star/script/framework/provider

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [e4636cf5903ece1efc34ebcfcbc20d63ca154560]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/25 18:29:51 npower 1.1.2.1: #i25272# moved this file from com/sun/star/script/framework/provider.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [43fd7333c80e318477c3eb07b1c256c7b0f0a613]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/25 18:41:52 npower 1.1.2.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry.
        
        moved this class from com/sun/star/script/framework/browse

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [8c32e2ca9e8dfb5922ccd98aa861305f2c3dec9a]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/25 18:42:22 npower 1.1.2.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry
        
        moved this class from com/sun/star/script/framework/browse

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [d1df85d8bdd07bf6e6c633c5bf5273e9a6d61e3a]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/04/05 11:33:43 dfoster 1.1.2.4: #i27294# Fixed problems with URL encoding. Issue number: Submitted by: Reviewed by: 2004/04/02 10:25:33 dfoster 1.1.2.3: #i27294# Fixed problem with security check. Removed printStackTrace calls in java code. Fixed problems with create/delete of parcels/scripts in document storage 2004/03/05 10:28:04 npower 1.1.2.2: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Additionally when the URI is generated ( in ScriptMetaData ) the parcel name is prepreneded to aid resolution ( in ContainerCache.java ). Issue number: Submitted by: Reviewed by: 2004/02/25 18:40:10 npower 1.1.2.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry.
        
        moved this class from com/sun/star/script/framework/browse

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [e96dabbbc66636270a225700892f8baabe8f8299]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/25 18:39:29 npower 1.1.2.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry.
        
        moved this class from com/sun/star/script/framework/browse

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [f7e53b6f88d361815d3390068c92bbb59d4357dd]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/25 18:38:24 npower 1.1.2.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry.
        
        moved this class from  com/sun/star/script/framework/browse

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [e7cd1f2b71523efd9509748dbf49d6a541bbdad5]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/25 18:37:52 npower 1.1.2.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry.
        
        new abstract class to represent a parcel container, specific instances e.g.
        ApplicationParcelContainer and DocumentParcelContainer extend this class

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [ccf88f788ecd4c46f82a0a18d41d69f37a55e315]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/25 18:38:59 npower 1.1.2.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry.
        
        new abstract class to represent a parcel ( which contains scripts )

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [4350ec864c387ffd5b4715a3b4a945f365a7b5a7]

        INTEGRATION: CWS scriptingf5 (1.8.8); FILE MERGED 2004/02/25 18:20:29 npower 1.8.8.2: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry. 2004/02/12 08:38:56 npower 1.8.8.1: #i23681# , #ii23682# Initial modification for support of create/delete of scripts support for script organiser

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [789c44c31cb540280c40497598a5adf77af86ef0]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/04/02 10:25:32 dfoster 1.1.2.2: #i27294# Fixed problem with security check. Removed printStackTrace calls in java code. Fixed problems with create/delete of parcels/scripts in document storage 2004/02/25 18:43:53 npower 1.1.2.1: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry.
        
        new class to be used as browse node implementation for ScriptProvider
        abstract class

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [0b11ad57cc30a244f945bd5b9a518b1be8c8e841]

        INTEGRATION: CWS scriptingf5 (1.5.8); FILE MERGED 2004/04/02 10:25:32 dfoster 1.5.8.3: #i27294# Fixed problem with security check. Removed printStackTrace calls in java code. Fixed problems with create/delete of parcels/scripts in document storage 2004/02/25 18:20:29 npower 1.5.8.2: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry. 2004/02/12 08:38:56 npower 1.5.8.1: #i23681# , #ii23682# Initial modification for support of create/delete of scripts support for script organiser

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [01bba3c2cc586616c99792f21daeb569ef22c6bd]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/12 08:43:18 npower 1.1.2.1: #i23681# , #i23682# Initial modifications for of create and delete support for Script organizer

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [89f55141904d79e65bdead3463f234e8dd238a6f]

        INTEGRATION: CWS scriptingf5 (1.28.8); FILE MERGED 2004/02/25 18:20:29 npower 1.28.8.2: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from io and script registry. 2004/02/12 08:38:55 npower 1.28.8.1: #i23681# , #ii23682# Initial modification for support of create/delete of scripts support for script organiser

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [cfebe27f03fd9d2f1c79a835556b214359cf75e9]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/19 17:47:09 toconnor 1.1.2.1: #i25271# Add Highlight example in all languages and accept parameters

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [0bca4008e96efc19af84b5ec3649bed36a0ffc8b]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/03/22 16:27:26 toconnor 1.1.2.2: #i22570# - Update URL usage in examples to new non hierarchical scheme 2004/02/19 17:48:03 toconnor 1.1.2.1: #i25271# Add Highlight example in all languages. Use DialogProvider to create XDialog and display it.

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [33f8fae38894ef27ddcc73db238234d0dd47b26a]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/19 17:49:27 toconnor 1.1.2.1: #i25271# Add Highlight example in JavaScript. This script handles button click events for the Highlight dialog

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [8ce7a7d70d2894e9d61ce2fdd10975233ebfda52]

        INTEGRATION: CWS scriptingf5 (1.5.14); FILE MERGED 2004/02/17 15:06:05 toconnor 1.5.14.1: #i25262# - Execute modified source in editor window if one exists

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [5db0af9a8727fb7e9d12c9b6b00e621cf4cf3fc4]

        INTEGRATION: CWS scriptingf5 (1.2.2); FILE MERGED 2004/03/05 10:19:34 npower 1.2.2.1: #22570# Now using new URL service, as a side affect the format of the URL has changed slightly its now non-hierarhical so no "//" also to aid resolution the package name is prepended also so old form  =vnd.sun.star.script://ScriptBindingLibrary.Highlight?location=application new forme = vnd.sun.star.script:ScriptBindingLibrary.Highlight?location=application Issue number: Submitted by: Reviewed by:

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [8910eacb6d2fcbe034ec035484c2d48846ac1c4d]

        INTEGRATION: CWS scriptingf5 (1.2.14); FILE MERGED 2004/02/19 17:51:38 toconnor 1.2.14.1: #i25271# Modify BeanShell Highlight example to use DialogProvider

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [e2c494ae09fb5b2eff115568a115e45997d64be5]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/03/22 16:27:26 toconnor 1.1.2.2: #i22570# - Update URL usage in examples to new non hierarchical scheme 2004/02/19 17:50:02 toconnor 1.1.2.1: #i25271# Modify BeanShell Highlight script to use DialogProvider

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [543a031e01c1789d86bd7b37a15105196eb31217]

        INTEGRATION: CWS scriptingf5 (1.1.2); FILE ADDED 2004/02/19 17:50:36 toconnor 1.1.2.1: #i25271# Add BeanShell script to handle button click events in Highlight

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [dee8fc3410379a1b07021269f64fb5d1b72a1055]

        INTEGRATION: CWS nn02 (1.43.34); FILE MERGED 2004/04/14 10:07:35 nn 1.43.34.1: #114007# UpdateFixX/UpdateFixY: check if sheet exists

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [35fbcab10d74d2e6162943554aac5ce4dbbedd77]

        INTEGRATION: CWS nn02 (1.33.34); FILE MERGED 2004/04/14 16:34:46 nn 1.33.34.1: #i19358# Draw: SetLayoutMode

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [5d1a911b8e54191b1005a68cadf45902dd1bfb2a]

        INTEGRATION: CWS nn02 (1.44.116); FILE MERGED 2004/04/14 16:04:21 sab 1.44.116.1: #116349#; test Index against -1 before calling GetEntryContextId

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [8d67c444094acd9f1c66b655760b73eee0869058]

        INTEGRATION: CWS nn02 (1.48.88); FILE MERGED 2004/04/14 16:04:21 sab 1.48.88.1: #116349#; test Index against -1 before calling GetEntryContextId

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [102ba434cca359614088fd62e63157689f98240c]

        INTEGRATION: CWS nn02 (1.173.30); FILE MERGED 2004/04/14 16:04:20 sab 1.173.30.1: #116349#; test Index against -1 before calling GetEntryContextId

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [507ea76893b794c8dfb8409c4ac9229b4c7b6454]

        INTEGRATION: CWS gt06 (1.2.122); FILE MERGED 2004/03/31 07:40:41 gt 1.2.122.1: #i27168# dynamic size of treelistbox

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [1ea316c1470d48593af3318b755af320845ca088]

        INTEGRATION: CWS gt06 (1.2.122); FILE MERGED 2004/03/31 07:40:42 gt 1.2.122.1: #i27168# dynamic size of treelistbox

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [3c9572c02d9e323370b9eb310729272e5afa1190]

        INTEGRATION: CWS gt06 (1.2.122); FILE MERGED 2004/03/31 07:40:40 gt 1.2.122.1: #i27168# dynamic size of treelistbox

2004-04-19  Sander Vesik  <svesik@openoffice.org>  [8f743b8456774f485935fbf1dd20146dee90aaae]

        INTEGRATION: CWS gt06 (1.3.122); FILE MERGED 2004/04/19 09:58:26 gt 1.3.122.2: #i25894# OfaTreeOptionsDialog::ResizeTreeLB(): slightly more space for indent 2004/03/31 07:40:43 gt 1.3.122.1: #i27168# dynamic size of treelistbox

2004-04-19  Joachim Lingner  <jl@openoffice.org>  [49614181e5712933a3dce40c6afb344f02f8d287]

        #i20052# plugin lib for java framework

2004-04-19  Joachim Lingner  <jl@openoffice.org>  [43cc8abfb0a41878c4e78fd3b868b1d4f344c610]

        #i20052# plugin lib for java framework

2004-04-19  Joachim Lingner  <jl@openoffice.org>  [c7d0bfee4c06030dae1138f9eea4bd127a71efd2]

        #i20052# java framework

2004-04-19  Joachim Lingner  <jl@openoffice.org>  [214f5c7381eb6680f92554fcd6a7ca5ba0f67e16]

        #i20052# java framework

2004-04-19  Joachim Lingner  <jl@openoffice.org>  [2b24c46035657a8a43c6552328f7b4dda1622ce5]

        #i20052# java framework

2004-04-19  Armin Weiss  <aw@openoffice.org>  [4062c06750b675618ca5cec44cf6586688f8f7b9]

        #110098# Adaptions to binfilter after resynching to SRC680 m33

2004-04-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8acfbb4e59a7605644f67cabe090102c8053d010]

        #110098# for scope

2004-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6621cfe145aaa6573f7c5e5856669c44848812b]

        #i10000# (done by fs) bracket temporary references to myself in dedicated scope /before/ setting the delegator

2004-04-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b8c490ff08c7ace3df92fad314cfa051a6591f18]

        #110098# for scope

2004-04-15  Rüdiger Timm  <rt@openoffice.org>  [e55f464030ade2a3824e2a365c47642d3e35eb73]

        #i10000# Export ANT_HOME variable.

2004-04-15  Rüdiger Timm  <rt@openoffice.org>  [69ebcebd39b24e9373204bd613f938b63df401e9]

        #i10000# use correct path separator

2004-04-14  Oliver Bolte  <obo@openoffice.org>  [d450ee1d215709039897a9986caad1a8dd0b206e]

        finish_logging on success

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a523dc4d1d3e37b3e91c95f77b72acca4867e50]

        #i10000# Merge new pkgchk settings with MultiStratumBackend support

2004-04-14  Oliver Bolte  <obo@openoffice.org>  [6ec892724f1be13bf8b9eaf787b202a2d91d90f8]

        Changes for new Logging.pm (lazy writing)

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0201dddf447a2970deef7997e14a4440b876219c]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2003/11/20 13:14:08 kso 1.1.2.1: #113678# - manual test for globalTransfer command (NameClash::ASK)

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb0bd0c9b212c06761255ded1ad690f64f8336ce]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2003/11/20 13:14:07 kso 1.1.2.1: #113678# - manual test for globalTransfer command (NameClash::ASK)

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [03b078a3d534c0705790cdcee3d363f61728e708]

        INTEGRATION: CWS unopkg1 (1.10.94); FILE MERGED 2004/01/07 09:42:30 kso 1.10.94.1: #114653# - open-command now throws IllegalArgumentException in case resource            shall be opened as folder, but is not a folder          - resultset access methods now throw a ResultSetException in case            an error occured while retrieving data from server

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a13224127ddf05e2ee59f863a625e57bcaa86ecd]

        INTEGRATION: CWS unopkg1 (1.42.14); FILE MERGED 2004/01/07 09:42:29 kso 1.42.14.2: #114653# - open-command now throws IllegalArgumentException in case resource            shall be opened as folder, but is not a folder          - resultset access methods now throw a ResultSetException in case            an error occured while retrieving data from server 2003/11/20 13:20:18 kso 1.42.14.1: #113678# - Content::insert() accidently threw an uno::Any (containing a            UNO exception), where the UNO exception itself was intended.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3121606ee5894e7c797afbb4f521c5d07ef99fd0]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/24 15:28:07 kso 1.1.2.5: #112920# - corrected a service name. Issue number: Submitted by: Reviewed by: 2004/03/15 17:04:15 kso 1.1.2.4: #112920# - Moved TransientDocumentsDocumentContentFactory to modele css.frame. Issue number: Submitted by: Reviewed by: 2004/01/29 15:42:34 kso 1.1.2.3: #112920# - Added passwordrequest stuff 2004/01/27 17:23:34 kso 1.1.2.2: #112920# - Speaking Title property value for document contents.          - Use 'RuntimeUID' document property as document id, if available          - New interface at provider for creating document contents directly            from document model. 2004/01/20 15:21:08 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f4cadc143509bd7fb7dae9567152778aeeb5d23]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/20 15:20:44 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [25005dc45310d707e427ac9ddef4efc354d7d269]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/20 15:20:24 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c60f478d2bd26657a450dc76eb49730be013df56]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/23 15:59:51 kso 1.1.2.3: #112920# - Added support for encrypted streams. Issue number: Submitted by: Reviewed by: 2004/01/20 16:33:52 kso 1.1.2.2: #112920# - Fixed Solaris compile errors. Issue number: Submitted by: Reviewed by: 2004/01/20 15:20:03 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc83e607beae4444a2e8a476869b79df2b3767be]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/23 09:51:15 kso 1.1.2.5: #112920# - Cloning on error during openStorageElement.          - Code cleanup. Issue number: Submitted by: Reviewed by: 2004/03/03 15:20:25 kso 1.1.2.4: #112920# - Adapted to css.embed.XStorage interface changes. Issue number: Submitted by: Reviewed by: 2004/02/23 15:59:50 kso 1.1.2.3: #112920# - Added support for encrypted streams. Issue number: Submitted by: Reviewed by: 2004/01/20 16:33:51 kso 1.1.2.2: #112920# - Fixed Solaris compile errors. Issue number: Submitted by: Reviewed by: 2004/01/20 15:19:42 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5665711656d976be60a48d8e197b4d98a0c20175]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/27 17:23:34 kso 1.1.2.2: #112920# - Speaking Title property value for document contents.          - Use 'RuntimeUID' document property as document id, if available          - New interface at provider for creating document contents directly            from document model. 2004/01/20 15:19:14 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8d645d2ff0bab34b1c1ebf42fe4e99131614b87]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/20 15:18:39 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [38746fc40ca7f3e6eefe95f8aad9c7984c4554e9]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/20 15:18:12 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5c35cb02536dc9102e4f5ede67043896612d43b]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/15 17:04:14 kso 1.1.2.5: #112920# - Moved TransientDocumentsDocumentContentFactory to modele css.frame. Issue number: Submitted by: Reviewed by: 2004/03/12 17:27:54 kso 1.1.2.4: #i26370# - Added support for property 'DocumentModel' Issue number: i26370 Submitted by: Reviewed by: 2004/02/23 15:59:50 kso 1.1.2.3: #112920# - Added support for encrypted streams. Issue number: Submitted by: Reviewed by: 2004/01/27 17:23:33 kso 1.1.2.2: #112920# - Speaking Title property value for document contents.          - Use 'RuntimeUID' document property as document id, if available          - New interface at provider for creating document contents directly            from document model. 2004/01/20 15:17:53 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [226915f8623ec78b9c7acf6eed7b1f837dfbb24e]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/15 17:04:14 kso 1.1.2.5: #112920# - Moved TransientDocumentsDocumentContentFactory to modele css.frame. Issue number: Submitted by: Reviewed by: 2004/03/12 17:27:54 kso 1.1.2.4: #i26370# - Added support for property 'DocumentModel' Issue number: i26370 Submitted by: Reviewed by: 2004/02/23 15:59:50 kso 1.1.2.3: #112920# - Added support for encrypted streams. Issue number: Submitted by: Reviewed by: 2004/01/27 17:23:33 kso 1.1.2.2: #112920# - Speaking Title property value for document contents.          - Use 'RuntimeUID' document property as document id, if available          - New interface at provider for creating document contents directly            from document model. 2004/01/20 15:17:32 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c69992c896cbdd136bf16a5950d1d672ff3a0a24]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/29 15:40:35 kso 1.1.2.1: #112920# - Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a29648b5335d14133f3aba6c4611a71770b6a63]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/29 16:28:40 kso 1.1.2.2: #112920# - Fixed Linux compile problem. Issue number: Submitted by: Reviewed by: 2004/01/29 15:41:10 kso 1.1.2.1: #112920# - Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [29f6834c490ffa9ee8c533d79f09bce5a1dc0811]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/15 17:04:14 kso 1.1.2.2: #112920# - Moved TransientDocumentsDocumentContentFactory to modele css.frame. Issue number: Submitted by: Reviewed by: 2004/01/27 17:18:17 kso 1.1.2.1: #112920# - Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d5f02036ad748cd5a3b7c0629f15e99709da534]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/15 17:04:13 kso 1.1.2.2: #112920# - Moved TransientDocumentsDocumentContentFactory to modele css.frame. Issue number: Submitted by: Reviewed by: 2004/01/27 17:18:45 kso 1.1.2.1: #112920# - Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6452147864d2d13823c2635c3d9c7135a706b634]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/23 09:51:14 kso 1.1.2.4: #112920# - Cloning on error during openStorageElement.          - Code cleanup. Issue number: Submitted by: Reviewed by: 2004/03/12 17:27:54 kso 1.1.2.3: #i26370# - Added support for property 'DocumentModel' Issue number: i26370 Submitted by: Reviewed by: 2004/01/27 17:23:32 kso 1.1.2.2: #112920# - Speaking Title property value for document contents.          - Use 'RuntimeUID' document property as document id, if available          - New interface at provider for creating document contents directly            from document model. 2004/01/20 15:16:32 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4287a9e06ba11d7f84c340525cdf8f4a640b2259]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/23 09:51:14 kso 1.1.2.4: #112920# - Cloning on error during openStorageElement.          - Code cleanup. Issue number: Submitted by: Reviewed by: 2004/03/12 17:27:54 kso 1.1.2.3: #i26370# - Added support for property 'DocumentModel' Issue number: i26370 Submitted by: Reviewed by: 2004/01/27 17:23:31 kso 1.1.2.2: #112920# - Speaking Title property value for document contents.          - Use 'RuntimeUID' document property as document id, if available          - New interface at provider for creating document contents directly            from document model. 2004/01/20 15:16:13 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [70568b5b84ecee8b0e0a62edf9f1081ff86ffacb]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/20 15:15:55 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [493988f5ed18f59564b7749d53d2f67f3e46ba1d]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/20 15:15:33 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dab45029a75f0a0c582ba511668868ec4e04677]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/12 17:27:53 kso 1.1.2.2: #i26370# - Added support for property 'DocumentModel' Issue number: i26370 Submitted by: Reviewed by: 2004/01/20 15:15:13 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [55dd92688f376f4eb354da7130f38b871f2a081b]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/23 15:59:50 kso 1.1.2.2: #112920# - Added support for encrypted streams. Issue number: Submitted by: Reviewed by: 2004/01/20 15:14:51 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dd5a96e1e3a6bb307f8f2d43cce2b5f2cde659d]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/12 17:32:12 kso 1.1.2.5: #i26370# - Added support for property 'DocumentModel' Issue number: i26370 Submitted by: Reviewed by: 2004/03/12 17:27:53 kso 1.1.2.4: #i26370# - Added support for property 'DocumentModel' Issue number: i26370 Submitted by: Reviewed by: 2004/02/23 15:59:49 kso 1.1.2.3: #112920# - Added support for encrypted streams. Issue number: Submitted by: Reviewed by: 2004/01/27 17:23:30 kso 1.1.2.2: #112920# - Speaking Title property value for document contents.          - Use 'RuntimeUID' document property as document id, if available          - New interface at provider for creating document contents directly            from document model. 2004/01/20 15:14:19 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4a3e849c0d6a66914c18c7354a253ee84fbe92b]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/29 15:42:31 kso 1.1.2.4: #112920# - Added passwordrequest stuff 2004/01/27 17:23:30 kso 1.1.2.3: #112920# - Speaking Title property value for document contents.          - Use 'RuntimeUID' document property as document id, if available          - New interface at provider for creating document contents directly            from document model. 2004/01/20 16:46:13 kso 1.1.2.2: #112920# - use empty DLLPRE Issue number: Submitted by: Reviewed by: 2004/01/20 15:13:52 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [107b322c56b8a293c63a015a1965586d483a716d]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/20 15:13:30 kso 1.1.2.1: #112920# TDOC UCP: Initial revision.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0cf9b2d66bff2074e80dbad6326baa5b254c7cd]

        INTEGRATION: CWS unopkg1 (1.5.54); FILE MERGED 2004/01/05 12:32:41 mav 1.5.54.1: #114620# the URL must be encoded

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [488beb7a0b4178f39cee4ddf63f7b2bbba6996a6]

        INTEGRATION: CWS unopkg1 (1.10.54); FILE MERGED 2004/02/26 14:05:57 kso 1.10.54.4: #114620# - Fixed typo. (match against '%25' where '%2f' was intended) 2004/02/12 14:24:19 kso 1.10.54.3: #115455# - Root folder now has non-empty title calculated from URI          - Root folder's Title property read-only          - Root folder does not support commands 'delete' and 'insert' 2004/01/05 14:40:07 mav 1.10.54.2: #114620# the URL must be encoded 2004/01/05 12:32:39 mav 1.10.54.1: #114620# the URL must be encoded

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [45e5a30b10fa0b215644e8f670f4cdda1040cd36]

        INTEGRATION: CWS unopkg1 (1.9.54); FILE MERGED 2004/01/05 12:32:37 mav 1.9.54.1: #114620# the URL must be encoded

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [414f49ad9611b80f4933aee1b2ad9d49e320cb22]

        INTEGRATION: CWS unopkg1 (1.16.112); FILE MERGED 2004/02/12 14:24:19 kso 1.16.112.1: #115455# - Root folder now has non-empty title calculated from URI          - Root folder's Title property read-only          - Root folder does not support commands 'delete' and 'insert'

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e76313914d0f08a1116679f70a965bac2d7ce869]

        INTEGRATION: CWS unopkg1 (1.48.32); FILE MERGED 2004/02/12 14:24:18 kso 1.48.32.2: #115455# - Root folder now has non-empty title calculated from URI          - Root folder's Title property read-only          - Root folder does not support commands 'delete' and 'insert' 2004/01/05 12:32:35 mav 1.48.32.1: #114620# the URL must be encoded

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6983802824eb4d9d2b3d88034b82fab248175fc1]

        INTEGRATION: CWS unopkg1 (1.17.54); FILE MERGED 2003/11/20 13:22:54 kso 1.17.54.1: #113678# - Optimized support for NameClash::ASK          - Added support for resetting Title before doing an 'insert'

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0d7ae12e2b0ea6b7d5e1b12216e3bd237c0a921]

        INTEGRATION: CWS unopkg1 (1.74.14); FILE MERGED 2004/01/06 13:20:19 dbo 1.74.14.2: RESYNC: (1.74-1.76); FILE MERGED 2003/11/20 13:22:54 kso 1.74.14.1: #113678# - Optimized support for NameClash::ASK          - Added support for resetting Title before doing an 'insert'

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8017965f2dc7b2d236e5a89f103aa5414de84e]

        INTEGRATION: CWS unopkg1 (1.30.26); FILE MERGED 2003/11/20 13:22:53 kso 1.30.26.1: #113678# - Optimized support for NameClash::ASK          - Added support for resetting Title before doing an 'insert'

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4516fdae7269ffb522f29633fa466228d837f8f8]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2003/11/04 16:01:24 dbo 1.1.2.1: #i20304# vnd.sun.star.expand UCP

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [770977a22324d34b288780d2104f6976118bc280]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2003/11/04 16:01:23 dbo 1.1.2.1: #i20304# vnd.sun.star.expand UCP

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9687b27fec47594ba3ccad3ccea405a46e888f76]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2003/11/05 10:09:17 dbo 1.1.2.2: #i20304# 2003/11/04 16:01:21 dbo 1.1.2.1: #i20304# vnd.sun.star.expand UCP

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [30cddaa87a27b6e097b36f6e6883be685a1b8e34]

        INTEGRATION: CWS unopkg1 (1.10.54); FILE MERGED 2004/04/02 14:10:55 dbo 1.10.54.3: fixing Solaris CC bug 2004/02/23 11:13:45 dbo 1.10.54.2: #112920# always return exception 2003/11/20 13:23:59 kso 1.10.54.1: #113678# - Added generic support for NameClash::ASK

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [61b3812f7579533aeaf40671c554d1fd13080108]

        INTEGRATION: CWS unopkg1 (1.3.126); FILE MERGED 2004/01/27 08:55:41 kso 1.3.126.1: #112920# - Fixed XTypeprovider implementation.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b7733f743d49ce003b4a3420adcc01d429aa4c9]

        INTEGRATION: CWS unopkg1 (1.12.14); FILE MERGED 2004/03/02 14:56:38 dbo 1.12.14.3: RESYNC: (1.12-1.13); FILE MERGED 2004/01/20 15:22:56 kso 1.12.14.2: #112920# Added TDOC UCP. 2003/11/04 16:01:51 dbo 1.12.14.1: #i20304# vnd.sun.star.expand UCP

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d61e63a51c579d9d2aeee52dec9984a7891e2baf]

        INTEGRATION: CWS unopkg1 (1.13.14); FILE MERGED 2004/01/20 15:22:55 kso 1.13.14.2: #112920# Added TDOC UCP. 2003/11/04 16:01:50 dbo 1.13.14.1: #i20304# vnd.sun.star.expand UCP

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [83e2bc90b6d130e0a11bebbbd5be764b6eddd279]

        INTEGRATION: CWS unopkg1 (1.1.26); FILE MERGED 2004/03/24 10:38:23 dbo 1.1.26.3: RESYNC: (1.1-1.2); FILE MERGED 2004/03/19 14:18:38 dbo 1.1.26.2: #115884# Issue number: Submitted by: Reviewed by: 2004/03/04 10:12:11 dbo 1.1.26.1: #i20304# added deployment UNO components, added configmgrrc PKG_...Config, added unorc PKG_...UnoFile Issue number: Submitted by: Reviewed by:

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [60ec7d1fe7a0429f7434b1f29323129c9033a9b2]

        INTEGRATION: CWS unopkg1 (1.4.8); FILE MERGED 2004/03/24 10:39:14 dbo 1.4.8.3: RESYNC: (1.4-1.8); FILE MERGED 2004/03/11 16:05:23 dbo 1.4.8.2: #115884# Issue number: Submitted by: Reviewed by: 2004/03/04 10:12:11 dbo 1.4.8.1: #i20304# added deployment UNO components, added configmgrrc PKG_...Config, added unorc PKG_...UnoFile Issue number: Submitted by: Reviewed by:

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [953462b633a57e1daaf8da1ca17f610fcef8ba8d]

        INTEGRATION: CWS unopkg1 (1.2.8); FILE MERGED 2004/03/24 10:38:33 dbo 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/15 09:12:21 dbo 1.2.8.1: #115884# missing CREATE flags Issue number: Submitted by: Reviewed by:

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f854a1c9c167ba3a110566b255f40bd4f410fe60]

        INTEGRATION: CWS unopkg1 (1.17.2); FILE MERGED 2004/03/02 14:52:17 dbo 1.17.2.2: RESYNC: (1.17-1.18); FILE MERGED 2003/12/01 15:38:30 dbo 1.17.2.1: #112920# fixing operator <

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ef557a682ba2bc796a898ade30e8c1fd7c0d267]

        INTEGRATION: CWS unopkg1 (1.13.2); FILE MERGED 2004/03/02 14:52:25 dbo 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/01 15:38:29 dbo 1.13.2.1: #112920# fixing operator <

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e88a914cd3b17c6566fe832bbecbf9a6c10d98f2]

        INTEGRATION: CWS unopkg1 (1.43.18); FILE MERGED 2004/03/02 14:39:17 dbo 1.43.18.2: RESYNC: (1.43-1.45); FILE MERGED 2004/02/09 17:19:09 sb 1.43.18.1: #i25176# Added rtl::OUString::endsWithIgnoreAsciiCaseAsciiL and support.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [876869134868005be6a117bb5be72676f0643779]

        INTEGRATION: CWS unopkg1 (1.17.56); FILE MERGED 2004/02/09 17:20:51 sb 1.17.56.1: #i25176# Added rtl::OUString::endsWithIgnoreAsciiCaseAsciiL and support.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b3dde3a6a263cb53ccd1e8aa04db3265b7d0f57]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/09 17:20:09 sb 1.1.2.1: #i25176# Added rtl::OUString::endsWithIgnoreAsciiCaseAsciiL and support.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [86b68d3b9bf972a6a3273bf27b938a892db5a564]

        INTEGRATION: CWS unopkg1 (1.3.30); FILE MERGED 2004/03/02 14:50:41 dbo 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2004/02/09 17:19:40 sb 1.3.30.1: #i25176# Added rtl::OUString::endsWithIgnoreAsciiCaseAsciiL and support.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [64dda8b192af563b15a2c71ee3591d3d2984c843]

        INTEGRATION: CWS unopkg1 (1.18.50); FILE MERGED 2004/02/09 17:18:35 sb 1.18.50.1: #i25176# Added rtl::OUString::endsWithIgnoreAsciiCaseAsciiL and support.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2f0849b20c938858e0fe38a1d48eaea51c6f7f4]

        INTEGRATION: CWS unopkg1 (1.9.26); FILE MERGED 2004/02/09 17:18:35 sb 1.9.26.1: #i25176# Added rtl::OUString::endsWithIgnoreAsciiCaseAsciiL and support.

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a8295f7b663a3ffd76600623c07fdf882f8d353]

        INTEGRATION: CWS unopkg1 (1.3.232); FILE MERGED 2004/03/12 13:25:56 dbo 1.3.232.1: #i22343# throwing ::std::bad_alloc in case of memory exhaustion

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a83bcaa5772752f4c1ca89014a8bf6d12cca784]

        INTEGRATION: CWS unopkg1 (1.6.228); FILE MERGED 2004/03/12 13:25:55 dbo 1.6.228.1: #i22343# throwing ::std::bad_alloc in case of memory exhaustion

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [76bbbd82acb1140ab735f6883ce01835835310ac]

        #i10000# SUNW compiler did not like global operators made visible via using directive

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [96b65d97b786e76173aab24ba129de75a4cf55e3]

        #i10000#: implement missing methods SwDoc::IsFirstOfNumRule(SwPosition & rPos), SwDoc::IndentNumRule(SwPosition & rPos, short nAmount)

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d9c59bc076606e181754d2ae91a360307cc7216]

        #i10000# IsFirstOfNumrule takes SwPaM

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [38755ea4b0a91e15ff4a6ad7dfba4ef6d4b454a9]

        #i10000# no outlines any more

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [628d6cf7d64c875fbb4481ef6d2dd0d0bb4f43e3]

        #i10000# (done by fs) next time, please, properly resolve the integration conflicts at integration (not build) time

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6086b54c57607fe3d6b0ae1265b4c0271417f6bc]

        #i10000# post-integration conflict - conflicting changes in CWS frmvalidation

2004-04-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [171112a111f320dc4f4b40bd6d3767c31d4313c5]

        #i10000# (done by fs) do a cwsanalyze next time...

2004-04-13  Kurt Zenker  <kz@openoffice.org>  [79759f8914770b23a17fb92109c3d78ecfc0f21c]

        new version for SRC680

2004-04-13  Kurt Zenker  <kz@openoffice.org>  [297bba61e797a21377bcb799ff0941d707288c09]

        new version for SRC680

2004-04-13  Kurt Zenker  <kz@openoffice.org>  [49c5e1c36cba6833ae6417a28048b123319758ea]

        new version for SRC680

2004-04-13  Vladimir Glazounov  <vg@openoffice.org>  [c1b9443912546f11f982d97c65eec4f9b9f91692]

        #100000# strip UNIX binaries on the fly

2004-04-13  Vladimir Glazounov  <vg@openoffice.org>  [30ac0776a123e76e832f89f36e76c89e95865317]

        #100000# strip UNIX binaries on the fly

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fdcf6ac733f6263ba57c951d82f8c897c070dab]

        INTEGRATION: CWS unopkg1 (1.5.10); FILE MERGED 2003/11/04 14:50:42 dbo 1.5.10.1: #i20304# namespace mapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2d724cb7b03f8a15e552edfa568aa25419b6f56]

        INTEGRATION: CWS unopkg1 (1.4.10); FILE MERGED 2003/11/04 14:50:41 dbo 1.4.10.1: #i20304# namespace mapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f02b998363c6a5dc9d7d36977dc380e81b6233e7]

        INTEGRATION: CWS unopkg1 (1.7.10); FILE MERGED 2004/03/24 10:32:26 dbo 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/04 14:50:41 dbo 1.7.10.1: #i20304# namespace mapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2da2517f8123077f00ab9e7505511edbf1d6ca9f]

        INTEGRATION: CWS unopkg1 (1.5.10); FILE MERGED 2003/11/04 14:50:40 dbo 1.5.10.1: #i20304# namespace mapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dfd23048142c7cd85320f2499663249885c367f]

        INTEGRATION: CWS unopkg1 (1.26.2); FILE MERGED 2004/01/06 13:24:41 dbo 1.26.2.2: RESYNC: (1.26-1.27); FILE MERGED 2003/11/04 14:50:39 dbo 1.26.2.1: #i20304# namespace mapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3afe0c4bd7294e04d701e4acd9be36dcca8c6eeb]

        INTEGRATION: CWS unopkg1 (1.21.10); FILE MERGED 2003/11/04 14:50:39 dbo 1.21.10.1: #i20304# namespace mapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb7db4b0145dc1732fb816f078953c0981c5b2fe]

        INTEGRATION: CWS unopkg1 (1.5.10); FILE MERGED 2003/11/04 14:50:38 dbo 1.5.10.1: #i20304# namespace mapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f03465e17dfbf1e057292308695e84fb1370a09]

        SRC680

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f695883135b259a2886094b086da9696feebaa9]

        INTEGRATION: CWS pagefields (1.49.18); FILE MERGED 2004/03/30 14:35:34 sab 1.49.18.3: RESYNC: (1.50-1.52); FILE MERGED 2004/03/03 09:43:11 sab 1.49.18.2: RESYNC: (1.49-1.50); FILE MERGED 2004/02/27 14:49:51 sab 1.49.18.1: #i22164#; add Page fields

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e859edf7bc97a66f27286ed6e289f2af7ca935e]

        INTEGRATION: CWS unopkg1 (0); FILE ADDED

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [feb626b7a0f74f932b730ea7664a4b1d5238c455]

        INTEGRATION: CWS unopkg1 (0); FILE MERGED

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [971047d51ba9ee21c3f8c9a57572277df6a2fd7d]

        INTEGRATION: CWS unopkg1 (1.36.12); FILE MERGED 2004/03/24 11:56:09 dbo 1.36.12.7: RESYNC: (1.41-1.42); FILE MERGED 2004/03/02 14:32:57 dbo 1.36.12.6: RESYNC: (1.37-1.41); FILE MERGED 2004/01/13 18:55:52 kso 1.36.12.5: Typo. 2004/01/13 18:32:49 kso 1.36.12.4: Typo. 2004/01/06 14:14:27 dbo 1.36.12.3: RESYNC: (1.36-1.37); FILE MERGED 2003/11/05 09:41:43 dbo 1.36.12.2: #i20304# missing dep 2003/11/04 15:02:03 dbo 1.36.12.1: #i20304# deployment API

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2028ce5c9c41c604173efd83607b0eb85a880990]

        INTEGRATION: CWS unopkg1 (1.49.22); FILE MERGED 2004/03/24 09:41:01 dbo 1.49.22.7: RESYNC: (1.53-1.55); FILE MERGED 2004/03/02 12:43:49 dbo 1.49.22.6: RESYNC: (1.51-1.53); FILE MERGED 2004/01/13 18:02:15 kso 1.49.22.5: Typo. 2004/01/13 14:51:21 kso 1.49.22.4: RESYNC: (1.50-1.51); FILE MERGED 2004/01/06 14:37:45 dbo 1.49.22.3: RESYNC: (1.49-1.50); FILE MERGED 2003/11/05 09:39:57 dbo 1.49.22.2: #i20304# missing dep 2003/11/04 14:27:25 dbo 1.49.22.1: #i20304# deployment API

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2063fe87ca786f7908a5b86e7dd3f16fee3ae52c]

        INTEGRATION: CWS pagefields (1.15.124); FILE MERGED 2004/03/30 15:44:16 sab 1.15.124.3: RESYNC: (1.16-1.17); FILE MERGED 2004/03/03 10:01:40 sab 1.15.124.2: RESYNC: (1.15-1.16); FILE MERGED 2004/02/27 14:54:23 sab 1.15.124.1: #i22164#; add Page fields; add DatapilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [db2b7005b861e663ae0fa44189d0eccba02791b9]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/02/27 14:53:45 sab 1.1.2.1: #i22164#; add Page fields; add DatapilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [57d9227470486fba464f05469afe404aa28cfbd5]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/02/27 14:53:35 sab 1.1.2.1: #i22164#; add Page fields; add DatapilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3bb0f10c2f05c9a7b55459f6bbd0355d2a1a8fe]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/02/27 14:53:24 sab 1.1.2.1: #i22164#; add Page fields; add DatapilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2c2eba83d0f02566b0225bb55146e9be2f18387]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/04/08 09:18:56 sab 1.1.2.2: #i26987#; only getName possible 2004/02/27 14:53:13 sab 1.1.2.1: #i22164#; add Page fields; add DatapilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b268a6010ddeda27d13b7b2d3b1a86f9ab92710]

        INTEGRATION: CWS pagefields (1.2.326); FILE MERGED 2004/02/27 14:54:23 sab 1.2.326.1: #i22164#; add Page fields; add DatapilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bf7777b71baddf42488ba091cdde022a8e881ed]

        INTEGRATION: CWS pagefields (1.6.246); FILE MERGED 2004/03/02 16:17:16 sab 1.6.246.2: #i22164#; don't remove XNameAccess 2004/02/27 14:54:22 sab 1.6.246.1: #i22164#; add Page fields; add DatapilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [62bd5535e75479f630966b55e47e5e335991b6e9]

        INTEGRATION: CWS pagefields (1.4.324); FILE MERGED 2004/03/05 14:00:30 sab 1.4.324.2: #i22164#; add new properties 2004/02/27 14:54:22 sab 1.4.324.1: #i22164#; add Page fields; add DatapilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed4b8cabfceb22b928d5cb40645379d69f18b755]

        INTEGRATION: CWS pagefields (1.2.246); FILE MERGED 2004/02/27 14:54:22 sab 1.2.246.1: #i22164#; add Page fields; add DatapilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [efb7c482d12d15946621ca0e2b71fc1ab4198510]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 16:28:50 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [085a214450a4834e262a6bac31f33e1da6574abb]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 16:28:35 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f5927f2970b3a340d9e310713328ef422d1c33b]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 16:28:18 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [43fe90b507caec2c5e9773fd764fb2c64e8302ed]

        INTEGRATION: CWS pagefields (1.19.70); FILE MERGED 2004/03/03 10:21:42 sab 1.19.70.3: RESYNC: (1.20-1.21); FILE MERGED 2004/02/05 10:22:38 sab 1.19.70.2: RESYNC: (1.19-1.20); FILE MERGED 2003/12/05 13:58:20 nn 1.19.70.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4b0d34d74cbad074b241008b83555a3192342db]

        INTEGRATION: CWS pagefields (1.3.298); FILE MERGED 2004/02/05 10:21:44 sab 1.3.298.2: RESYNC: (1.3-1.4); FILE MERGED 2003/12/05 13:58:19 nn 1.3.298.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5331ea999570a56d7c43b16f4a14bbeb5e4cd9fe]

        INTEGRATION: CWS pagefields (1.44.68); FILE MERGED 2004/03/30 14:37:26 sab 1.44.68.5: RESYNC: (1.48-1.50); FILE MERGED 2004/03/04 11:28:24 nn 1.44.68.4: #i22164# adapt page field drop-down to ScFilterListBox changes from calcrtl 2004/03/03 10:21:23 sab 1.44.68.3: RESYNC: (1.45-1.48); FILE MERGED 2004/02/05 10:21:25 sab 1.44.68.2: RESYNC: (1.44-1.45); FILE MERGED 2003/12/05 13:58:19 nn 1.44.68.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8aa08b9c794944bfd9842e51526bec05bc0811b6]

        INTEGRATION: CWS pagefields (1.4.298); FILE MERGED 2003/12/05 13:58:19 nn 1.4.298.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f534e9f0b23239890d638cc94f01bb0eb0a09c8d]

        INTEGRATION: CWS pagefields (1.19.38); FILE MERGED 2004/03/30 14:39:17 sab 1.19.38.4: RESYNC: (1.19-1.20); FILE MERGED 2004/03/30 10:58:04 sab 1.19.38.3: #i26987#; use SheetDescriptor and only change QueryParam 2004/03/02 16:15:07 sab 1.19.38.2: #i22164#; use ScDPObject instead of ScPivotParam 2004/02/27 14:46:51 sab 1.19.38.1: #i22164#; support page fields, remove use of ScPivotParam, support DataPilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [87ec4dbf4ad505c9e908db59144a6d41ecd89b5c]

        INTEGRATION: CWS pagefields (1.8.300); FILE MERGED 2004/04/08 10:52:39 sab 1.8.300.8: #i26987#; don't throw exception 2004/04/07 14:05:26 sab 1.8.300.7: #i26987#; remove double initialisation of bFound 2004/04/07 06:08:54 sab 1.8.300.6: #i26987#; remove double initialisation of nItem 2004/04/06 15:40:04 sab 1.8.300.5: #i26987#; use new methods HasShowDetails 2004/04/06 14:30:20 sab 1.8.300.4: #i26987#; use DataPilotSource to access the items 2004/03/05 13:41:49 sab 1.8.300.3: #i22164#; selectedpage is better than currentpage 2004/03/02 16:15:30 sab 1.8.300.2: #i22164#; don't use auto_ptr 2004/02/27 14:46:50 sab 1.8.300.1: #i22164#; support page fields, remove use of ScPivotParam, support DataPilotItems

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [873f0dc85a8304877187ada9f85766cc71d421b0]

        INTEGRATION: CWS pagefields (1.2.336); FILE MERGED 2003/12/05 13:57:58 nn 1.2.336.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [58646559304cf12be6558645e64f3ee7adde4cf0]

        INTEGRATION: CWS pagefields (1.2.334); FILE MERGED 2003/12/05 13:57:32 nn 1.2.334.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [97c5667c06ebc01c51e1898eaa5672daa7ab1585]

        INTEGRATION: CWS pagefields (1.5.196); FILE MERGED 2004/02/26 17:18:41 dr 1.5.196.1: #i22164# add page fields to DP layout dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [464ed24df20a666483e00ed155c9d06609696315]

        INTEGRATION: CWS pagefields (1.12.72); FILE MERGED 2004/03/30 14:45:44 sab 1.12.72.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/05 13:57:31 nn 1.12.72.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [27ab5804f048a2d65348faf15706b6c9b6e12633]

        INTEGRATION: CWS pagefields (1.9.172); FILE MERGED 2004/02/26 17:18:41 dr 1.9.172.1: #i22164# add page fields to DP layout dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a7fb74b5aff9f8ce28d711bbe46bef2989a5e77]

        INTEGRATION: CWS pagefields (1.4.302); FILE MERGED 2004/03/03 10:26:50 sab 1.4.302.2: RESYNC: (1.4-1.5); FILE MERGED 2003/12/05 13:57:31 nn 1.4.302.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [53a45867464eafc1e6c5cc42a243bbbd63c19e4e]

        INTEGRATION: CWS pagefields (1.9.298); FILE MERGED 2003/12/05 13:57:45 nn 1.9.298.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [57cd4c5066faee8fd2f986216bdb2deb2b257df5]

        INTEGRATION: CWS pagefields (1.13.196); FILE MERGED 2004/02/26 17:18:27 dr 1.13.196.1: #i22164# add page fields to DP layout dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b33550146527236e6fe3f0115abd5beb96a786d]

        INTEGRATION: CWS pagefields (1.51.46); FILE MERGED 2004/03/08 15:35:33 dr 1.51.46.3: #i22164# use line break for 'Row Fields' label 2004/03/05 13:46:36 sab 1.51.46.2: #i22164#; change names like specified 2004/02/26 17:18:26 dr 1.51.46.1: #i22164# add page fields to DP layout dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f8d01ac3dfe9bbc5321640c9efb462fbad6f007]

        INTEGRATION: CWS pagefields (1.4.302); FILE MERGED 2004/02/26 17:18:26 dr 1.4.302.1: #i22164# add page fields to DP layout dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca7fa16418a8139f5386ca1eb796e8a0c0374c81]

        INTEGRATION: CWS pagefields (1.12.36); FILE MERGED 2004/03/08 15:35:33 dr 1.12.36.2: #i22164# use line break for 'Row Fields' label 2004/02/26 17:18:26 dr 1.12.36.1: #i22164# add page fields to DP layout dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [09c44be9e0e965f5bf4aa18f10acdb39ffb2fb82]

        INTEGRATION: CWS pagefields (1.7.172); FILE MERGED 2004/02/26 17:18:01 dr 1.7.172.1: #i22164# add page fields to DP layout dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a48d4a1d442a5e17cef9d9da4c47e05e00da24a3]

        INTEGRATION: CWS pagefields (1.67.50); FILE MERGED 2004/03/30 14:51:47 sab 1.67.50.3: RESYNC: (1.68-1.69); FILE MERGED 2004/03/03 10:29:29 sab 1.67.50.2: RESYNC: (1.67-1.68); FILE MERGED 2004/02/27 14:46:05 sab 1.67.50.1: #i22164#; support page fields

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [03e07b11f72b280c0848faf6d18d180069b7c79d]

        INTEGRATION: CWS pagefields (1.90.52); FILE MERGED 2004/03/30 14:51:36 sab 1.90.52.2: RESYNC: (1.90-1.91); FILE MERGED 2004/02/27 14:46:04 sab 1.90.52.1: #i22164#; support page fields

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [765df7be63b9c4197dc4488d9ac451dd86e85424]

        INTEGRATION: CWS pagefields (1.9.310); FILE MERGED 2004/02/27 14:46:04 sab 1.9.310.1: #i22164#; support page fields

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e50666527b19d949c40d699c9d766fa43c046142]

        INTEGRATION: CWS pagefields (1.12.320); FILE MERGED 2004/02/27 14:46:04 sab 1.12.320.2: #i22164#; support page fields 2003/12/05 13:58:44 nn 1.12.320.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a76c322c8ece59ddd13f5f4006422fb516379749]

        INTEGRATION: CWS pagefields (1.14.52); FILE MERGED 2004/03/30 14:50:48 sab 1.14.52.2: RESYNC: (1.14-1.15); FILE MERGED 2004/02/27 14:46:03 sab 1.14.52.1: #i22164#; support page fields

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [33c347b397481a26e68d78c8bc5ee3abc588170b]

        INTEGRATION: CWS pagefields (1.10.54); FILE MERGED 2004/02/27 14:46:02 sab 1.10.54.1: #i22164#; support page fields

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2947041cea3b8e54bed492895bc9bed33b6046a1]

        INTEGRATION: CWS pagefields (1.7.8); FILE MERGED 2004/02/27 12:26:16 dr 1.7.8.1: #i22164# import of DP page field selection

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e42be9fe50fcc2a1a7d7ca28d2d63107a42d99e1]

        INTEGRATION: CWS unopkg1 (1.33.14); FILE MERGED 2004/03/19 16:09:48 dbo 1.33.14.1: #115884# allow macrofied URLs in unorc

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e488c5d482306b412293dd8b32acd38beefe2efb]

        INTEGRATION: CWS pagefields (1.39.156); FILE MERGED 2004/03/30 14:53:41 sab 1.39.156.4: RESYNC: (1.40-1.41); FILE MERGED 2004/03/03 10:29:52 sab 1.39.156.3: RESYNC: (1.39-1.40); FILE MERGED 2004/02/27 17:30:14 dr 1.39.156.2: #i22164# export of DP page field selection 2004/02/27 12:26:16 dr 1.39.156.1: #i22164# import of DP page field selection

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [13291026cc4931c7a9037a0e54aad87e50062d0b]

        INTEGRATION: CWS unopkg1 (1.15.64); FILE MERGED 2004/03/19 16:09:48 dbo 1.15.64.1: #115884# allow macrofied URLs in unorc

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b7b0053a27a88ff00c8c8a7f7853d9659c82f9f]

        INTEGRATION: CWS unopkg1 (1.25.46); FILE MERGED 2004/03/02 14:35:32 dbo 1.25.46.2: RESYNC: (1.25-1.27); FILE MERGED 2004/01/27 16:44:44 kso 1.25.46.1: #112920# - Added support for property "RuntimeUID".

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c81a233c255f0df1bbf4f1b0b08ac9ef388bde66]

        INTEGRATION: CWS pagefields (1.12.52); FILE MERGED 2004/02/26 17:17:46 dr 1.12.52.1: #i22164# add page fields to DP layout dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a32cdb338ebb70e61963eb1a37914aa658bd5efa]

        INTEGRATION: CWS pagefields (1.7.196); FILE MERGED 2003/12/05 16:29:17 nn 1.7.196.2: #i22164# handle numerical page fields 2003/12/05 13:57:08 nn 1.7.196.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [11edb8490482a0d7f51533f87e6a123e2055e372]

        INTEGRATION: CWS pagefields (1.5.324); FILE MERGED 2003/12/05 13:57:07 nn 1.5.324.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e441eafec86415d3bee98045ed3949bdc657a47e]

        INTEGRATION: CWS unopkg1 (1.38.22); FILE MERGED 2004/03/24 11:25:46 dbo 1.38.22.3: RESYNC: (1.40-1.41); FILE MERGED 2004/03/02 16:50:01 dbo 1.38.22.2: RESYNC: (1.38-1.40); FILE MERGED 2004/01/27 16:38:14 kso 1.38.22.1: #112920# - Added support for property "RuntimeUID".

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d509fc84420f1c5ef60bdae3dcebf8b3f6d44152]

        INTEGRATION: CWS pagefields (1.3.300); FILE MERGED 2003/12/05 13:57:06 nn 1.3.300.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5a17abc0f62937b808a66015f207e66b7b97c2f]

        INTEGRATION: CWS unopkg1 (1.55.36); FILE MERGED 2004/03/24 11:37:29 dbo 1.55.36.3: RESYNC: (1.57-1.58); FILE MERGED 2004/03/02 17:09:03 dbo 1.55.36.2: RESYNC: (1.55-1.57); FILE MERGED 2004/01/27 16:38:12 kso 1.55.36.1: #112920# - Added support for property "RuntimeUID".

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b69e6258bddd7098a569c9d6bd63bd2af465b23]

        INTEGRATION: CWS pagefields (1.6.196); FILE MERGED 2003/12/05 13:57:06 nn 1.6.196.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [68c42d97eab96faf257ce9069a0f820dfc430ea3]

        INTEGRATION: CWS pagefields (1.3.336); FILE MERGED 2004/04/06 15:39:28 sab 1.3.336.3: #i26987#; add new methods HasIsVisible and HasShowDetails 2004/04/06 14:29:20 sab 1.3.336.2: #i26987#; add new method GetExistingMemberByName 2003/12/05 13:57:05 nn 1.3.336.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f0ebc7a4e234893b0d09fee5a4ec29bb63f92e6]

        INTEGRATION: CWS pagefields (1.5.318); FILE MERGED 2004/03/30 15:11:20 sab 1.5.318.3: RESYNC: (1.5-1.6); FILE MERGED 2004/03/05 13:47:47 sab 1.5.318.2: #i22164#; correct size for page fields 2003/12/05 13:57:05 nn 1.5.318.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [55e5857069764bdb6a0b4485109818b0f7a5cf11]

        INTEGRATION: CWS pagefields (1.9.300); FILE MERGED 2004/02/26 17:17:46 dr 1.9.300.3: #i22164# add page fields to DP layout dialog 2003/12/05 16:29:17 nn 1.9.300.2: #i22164# handle numerical page fields 2003/12/05 13:57:04 nn 1.9.300.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [57fd8d5b3c8f1c733eaf9993f5483fef15a2cbd6]

        INTEGRATION: CWS unopkg1 (1.67.24); FILE MERGED 2004/03/02 15:24:13 dbo 1.67.24.2: RESYNC: (1.67-1.70); FILE MERGED 2004/01/27 16:41:27 kso 1.67.24.1: #112920# - Added support fpr property "RuntimeUID".

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ab5e31f2f31eb101384e0dcdad47dcd4a2cc62f]

        INTEGRATION: CWS pagefields (1.3.12); FILE MERGED 2004/04/08 09:55:23 sw 1.3.12.2: #i26830# 2004/04/07 12:27:26 sw 1.3.12.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0d9145eb6b2e9d92747aef382974ee137e2eeab]

        INTEGRATION: CWS unopkg1 (1.16.328); FILE MERGED 2004/01/27 16:41:26 kso 1.16.328.1: #112920# - Added support fpr property "RuntimeUID".

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [397ea6fb04486f18fff74d5036fbcbe8c7dc60d3]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 16:02:27 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0a68b7f13ee399c0444da8d7abcdaae0fe87a18]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 16:02:57 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [648aca7bb5e92366c05a1ae8b54bcceee9745e69]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 16:02:42 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [208aa1b24f671dcddc27d91f45ff3739003f5e9d]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 16:01:30 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb890b4c5fee780b522767260e914a257fbec644]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 16:01:50 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [432533692f38ed32d7cb0a53ddc6a000db69aae0]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 16:00:05 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [472cef58a61bda476d8aad1efad22c00eab5ef1c]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 16:00:22 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5261e95b8714f159362dc521316c5a46b8057cf5]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 15:47:57 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [43ea9feee875cf869ded861793d6923f1c988512]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/03/05 15:47:43 sab 1.1.2.1: #i22164#; complex test for data pilot

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [94f042fe8c71bc71c5eebdd398bb770c9b866d32]

        INTEGRATION: CWS pagefields (1.54.28); FILE MERGED 2004/03/30 15:16:48 sab 1.54.28.6: RESYNC: (1.57-1.58); FILE MERGED 2004/03/05 13:08:13 sab 1.54.28.5: #i22164#; selectedpage is better than currentpage 2004/03/03 10:33:22 sab 1.54.28.4: RESYNC: (1.55-1.57); FILE MERGED 2004/02/27 14:32:19 sab 1.54.28.3: #i22164#; new data pilot properties 2004/02/05 11:11:23 sab 1.54.28.2: RESYNC: (1.54-1.55); FILE MERGED 2003/12/05 13:56:29 nn 1.54.28.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [24284c6a7ea37a2a6fca94a72fde9868a2f52c48]

        INTEGRATION: CWS pagefields (1.1.1.1.342); FILE MERGED 2004/02/26 17:17:30 dr 1.1.1.1.342.1: #i22164# add page fields to DP layout dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b117df9c6a99e9169d0b6662b6081c7829781cda]

        INTEGRATION: CWS pagefields (1.25.38); FILE MERGED 2004/03/30 15:14:33 sab 1.25.38.4: RESYNC: (1.26-1.29); FILE MERGED 2004/03/03 10:33:03 sab 1.25.38.3: RESYNC: (1.25-1.26); FILE MERGED 2004/02/27 14:44:16 sab 1.25.38.2: #i22164#; add SCCOLROW 2004/02/26 17:17:29 dr 1.25.38.1: #i22164# add page fields to DP layout dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [71758aeea503675060ed3b3edf11ab7f07628233]

        INTEGRATION: CWS unopkg1 (1.12.20); FILE MERGED 2004/03/12 16:24:19 dbo 1.12.20.1: fixing error message

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d19f14eb229587b2fc76707416518f6a6c363ca]

        INTEGRATION: CWS pagefields (1.2.334); FILE MERGED 2003/12/05 16:29:03 nn 1.2.334.2: #i22164# handle numerical page fields 2003/12/05 13:56:29 nn 1.2.334.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ce02cfc4c19be8e23dd9bb0348701de85dd57c4]

        INTEGRATION: CWS pagefields (1.1.1.1.342); FILE MERGED 2003/12/05 13:56:28 nn 1.1.1.1.342.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ad26555d5e6d96d28e644b5a786acb46e2fe258]

        INTEGRATION: CWS pagefields (1.2.336); FILE MERGED 2004/04/06 15:39:06 sab 1.2.336.3: #i26987#; add new methods HasIsVisible and HasShowDetails 2004/04/06 14:28:52 sab 1.2.336.2: #i26987#; add new method GetExistingMemberByName 2003/12/05 13:56:28 nn 1.2.336.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6810dba1cbe0c89890e9158019f5d0dd9145f71]

        INTEGRATION: CWS unopkg1 (1.89.10); FILE MERGED 2004/03/10 10:15:54 mav 1.89.10.1: #i26283# do not hide META-INF folder

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3b7234268c2612934ba581da38cc7a4d5b5a837]

        INTEGRATION: CWS pagefields (1.2.334); FILE MERGED 2003/12/05 13:56:27 nn 1.2.334.1: #i22164# page field handling

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f95a9ccfdc3be356ee6b01df41aea8a5d06506c]

        INTEGRATION: CWS unopkg1 (1.37.10); FILE MERGED 2004/01/19 15:16:27 mav 1.37.10.1: #114733# do not create storage opened in readonly mode

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [65020f0f6dc8857f1fc5dc19110a756f7d989eb3]

        INTEGRATION: CWS pagefields (1.3.320); FILE MERGED 2004/03/02 16:14:27 sab 1.3.320.2: #i22164#; don't use auto_ptr 2004/02/27 14:44:01 sab 1.3.320.1: #i22164#; add datapilotitems and page fields

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [111281180f0d1e6c2c9da5be33166f0743a74e6f]

        INTEGRATION: CWS unopkg1 (1.22.32); FILE MERGED 2004/01/06 13:22:34 dbo 1.22.32.1: #i20304# removing by implementation name

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d46f1d4f495c366dd16e660e464209d4764f1f]

        INTEGRATION: CWS unopkg1 (1.60.6); FILE MERGED 2004/03/05 20:16:27 dbo 1.60.6.3: #i20303# using vnd.sun.star.expand URLs 2004/03/02 12:56:42 dbo 1.60.6.2: RESYNC: (1.60-1.61); FILE MERGED 2004/03/02 10:06:28 dbo 1.60.6.1: #i20304# reading out CLASSPATH from ini files

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc640810f71d6f1b4a781176bdf1ff684efeb5d5]

        INTEGRATION: CWS unopkg1 (1.82.132); FILE MERGED 2004/03/02 14:15:14 dbo 1.82.132.2: RESYNC: (1.82-1.86); FILE MERGED 2004/01/27 17:02:22 kso 1.82.132.1: #112920# - Added support for property "RuntimeUID".

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [aac0fdba83dff47bcde1f01f362e3640df1c3968]

        INTEGRATION: CWS unopkg1 (1.90.256); FILE MERGED 2004/03/05 10:12:45 dbo 1.90.256.3: resolving conflicts 2004/03/02 13:21:23 dbo 1.90.256.2: RESYNC: (1.90-1.94); FILE MERGED 2004/01/27 17:02:20 kso 1.90.256.1: #112920# - Added support for property "RuntimeUID".

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0790cf4f51f9fdfc5cae72616a720ead03dde560]

        INTEGRATION: CWS unopkg1 (1.154.50); FILE MERGED 2004/03/02 13:22:24 dbo 1.154.50.2: RESYNC: (1.154-1.157); FILE MERGED 2004/01/27 17:02:19 kso 1.154.50.1: #112920# - Added support for property "RuntimeUID".

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [773587d2142f744ebc1648f645524803115ada9f]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/04/07 12:12:51 sw 1.1.2.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0845835f80d5aa2a0bca772135babfe31f69ad5b]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/04/07 12:11:55 sw 1.1.2.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e4aae3cca8ae5e6c622a8ad1aa2ff02d505d46d]

        INTEGRATION: CWS unopkg1 (1.87.256); FILE MERGED 2004/03/02 14:25:17 dbo 1.87.256.2: RESYNC: (1.87-1.90); FILE MERGED 2004/01/27 17:02:18 kso 1.87.256.1: #112920# - Added support for property "RuntimeUID".

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8ebb39eeda26663a94b202d200e63ef75e24ce7]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/04/07 13:29:09 sw 1.1.2.2: #i26830# 2004/04/07 12:11:30 sw 1.1.2.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9e2d99b7deed4a9d26ed12f934c2614d5ad5175]

        INTEGRATION: CWS unopkg1 (1.44.292); FILE MERGED 2004/01/27 17:02:17 kso 1.44.292.1: #112920# - Added support for property "RuntimeUID".

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e40451a3bca4e5d7bab636023884b1a87995eb0f]

        INTEGRATION: CWS pagefields (1.5.26); FILE MERGED 2004/04/07 12:08:45 sw 1.5.26.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c47d620a9258a1d834e56a44b27a80ced9b32c5f]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/04/07 12:18:18 sw 1.1.2.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [83eb9ddb228e9c4a4cc1976803817d4c10a7b213]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/04/07 12:17:25 sw 1.1.2.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [23978a0afcbed8096503012ccd57113669498846]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/04/07 11:49:24 sw 1.1.2.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [068f5ba9bdb054b144a8a8f1debd1ab2b90034aa]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/04/07 11:50:02 sw 1.1.2.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [38ebb2ff2fdf43693a53be93036d8720d9548927]

        INTEGRATION: CWS pagefields (1.1.2); FILE ADDED 2004/04/07 11:50:31 sw 1.1.2.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4434aa2707b16a8ac4355bfc15762bd70a3a4dc8]

        INTEGRATION: CWS pagefields (1.1.84); FILE MERGED 2004/04/07 11:47:36 sw 1.1.84.1: #i26830#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c5bbeb8e2ff316e355a121559b1805a204d8889]

        INTEGRATION: CWS unopkg1 (1.2.112); FILE MERGED 2004/04/02 09:59:48 dbo 1.2.112.1: fixing sub key bugs

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a332b7baa6d9b454e2102e334200c994dd2515e2]

        INTEGRATION: CWS unopkg1 (1.31.20); FILE MERGED 2004/03/24 09:57:12 dbo 1.31.20.5: RESYNC: (1.36-1.40); FILE MERGED 2004/03/02 17:11:10 dbo 1.31.20.4: RESYNC: (1.33-1.36); FILE MERGED 2004/01/13 14:44:34 kso 1.31.20.3: RESYNC: (1.32-1.33); FILE MERGED 2004/01/06 13:53:19 dbo 1.31.20.2: RESYNC: (1.31-1.32); FILE MERGED 2003/11/04 15:07:01 dbo 1.31.20.1: #i20304# deployment API

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cedb8ea8a6905c2e481558d3062b459eab855fe4]

        INTEGRATION: CWS unopkg1 (1.3.10); FILE MERGED 2004/03/12 13:36:59 dbo 1.3.10.1: #i22343# catching ::std::bad_alloc

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aae1e10f021d00076f2204110a4487b06c4e38b]

        INTEGRATION: CWS unopkg1 (1.14.122); FILE MERGED 2004/03/16 15:30:22 dbo 1.14.122.1: #115884# uninitialized temp directory

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e90a6adea8e42dc499b8b60d945b84f90f09d964]

        INTEGRATION: CWS unopkg1 (1.5.96); FILE MERGED 2004/01/20 14:32:53 kso 1.5.96.2: #112920# - Added TransientDocumentsContentProvider configuration 2003/11/04 16:14:38 dbo 1.5.96.1: #i20304# vnd.sun.star.expand UCP

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [686df9a72e925035e2175e5a4b3f429b236cc916]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/27 16:00:54 dbo 1.1.2.2: #i20304# new/revised Issue number: Submitted by: Reviewed by: 2004/01/09 17:39:57 dbo 1.1.2.1: #i20304# API revision; source saved

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1604d319e8c84a8836abb7c0baf7cff25ae28b4]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/16 10:17:39 dbo 1.1.2.6: #115884# misc bugs Issue number: Submitted by: Reviewed by: 2004/03/12 18:02:49 dbo 1.1.2.5: #115884# misc fixes Issue number: Submitted by: Reviewed by: 2004/03/09 15:46:36 dbo 1.1.2.4: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:47 dbo 1.1.2.3: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/02/27 16:00:53 dbo 1.1.2.2: #i20304# new/revised Issue number: Submitted by: Reviewed by: 2004/01/09 17:39:48 dbo 1.1.2.1: #i20304# API revision; source saved

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd88475b4b61bbb2d185a17e73f062baaab90df3]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/05 20:18:46 dbo 1.1.2.2: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/02/27 16:00:53 dbo 1.1.2.1: #i20304# new/revised Issue number: Submitted by: Reviewed by:

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d026ab8e214e3ab8e72089dbd08b79703178053f]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/19 16:12:58 dbo 1.1.2.6: #115884# fixes Issue number: Submitted by: Reviewed by: 2004/03/09 15:46:36 dbo 1.1.2.5: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:46 dbo 1.1.2.4: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/03/02 09:36:35 dbo 1.1.2.3: #i20304# Issue number: Submitted by: Reviewed by: 2004/02/27 16:07:54 dbo 1.1.2.2: #i20304# Issue number: Submitted by: Reviewed by: 2004/02/27 16:00:53 dbo 1.1.2.1: #i20304# new/revised Issue number: Submitted by: Reviewed by:

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f298d1224b926e3b3266808c33bc428fe6f51198]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/01/09 17:39:37 dbo 1.1.2.1: #i20304# API revision; source saved

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [10537d84ec91937897c022565e4f0187a480fe20]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/19 16:12:57 dbo 1.1.2.7: #115884# fixes Issue number: Submitted by: Reviewed by: 2004/03/16 10:17:39 dbo 1.1.2.6: #115884# misc bugs Issue number: Submitted by: Reviewed by: 2004/03/12 18:02:49 dbo 1.1.2.5: #115884# misc fixes Issue number: Submitted by: Reviewed by: 2004/03/09 15:46:36 dbo 1.1.2.4: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:45 dbo 1.1.2.3: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/02/27 16:00:51 dbo 1.1.2.2: #i20304# new/revised Issue number: Submitted by: Reviewed by: 2004/01/09 17:39:31 dbo 1.1.2.1: #i20304# API revision; source saved

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [88a29ca59556a49eb4cf124147ddbfe0d4e4bd7b]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/04/05 09:44:20 dbo 1.1.2.9: #115884# notify IsRegistered in case of error Issue number: Submitted by: Reviewed by: 2004/04/01 08:59:57 dbo 1.1.2.8: #115884# Issue number: Submitted by: Reviewed by: 2004/03/19 16:12:57 dbo 1.1.2.7: #115884# fixes Issue number: Submitted by: Reviewed by: 2004/03/16 10:17:38 dbo 1.1.2.6: #115884# misc bugs Issue number: Submitted by: Reviewed by: 2004/03/12 18:02:48 dbo 1.1.2.5: #115884# misc fixes Issue number: Submitted by: Reviewed by: 2004/03/09 15:46:35 dbo 1.1.2.4: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:45 dbo 1.1.2.3: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/03/02 09:36:34 dbo 1.1.2.2: #i20304# Issue number: Submitted by: Reviewed by: 2004/02/27 16:00:51 dbo 1.1.2.1: #i20304# new/revised Issue number: Submitted by: Reviewed by:

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [93ddb4968e52d9967c91caf9756ceaeda9fe7e96]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/27 16:00:50 dbo 1.1.2.1: #i20304# new/revised Issue number: Submitted by: Reviewed by:

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c589e5428abb78bec57f1788cc70d7903b1245a]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/31 11:21:26 dbo 1.1.2.10: #115884# Issue number: Submitted by: Reviewed by: 2004/03/22 16:20:29 dbo 1.1.2.9: #115884# fixing %% Issue number: Submitted by: Reviewed by: 2004/03/16 10:17:38 dbo 1.1.2.8: #115884# misc bugs Issue number: Submitted by: Reviewed by: 2004/03/16 10:13:07 dbo 1.1.2.7: #115884# Issue number: Submitted by: Reviewed by: 2004/03/16 10:06:49 dbo 1.1.2.6: #115884# normalizing entity path Issue number: Submitted by: Reviewed by: 2004/03/12 18:02:48 dbo 1.1.2.5: #115884# misc fixes Issue number: Submitted by: Reviewed by: 2004/03/09 15:46:35 dbo 1.1.2.4: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:44 dbo 1.1.2.3: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/03/02 09:36:34 dbo 1.1.2.2: #i20304# Issue number: Submitted by: Reviewed by: 2004/02/27 16:00:49 dbo 1.1.2.1: #i20304# new/revised Issue number: Submitted by: Reviewed by:

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [199a2726fe1359fb64e1fc58bde4b892a1926c2f]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/27 16:00:49 dbo 1.1.2.1: #i20304# new/revised Issue number: Submitted by: Reviewed by:

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [54f14164e743241c690e4b56e67457459fbfc72f]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/26 14:16:06 dbo 1.1.2.10: #115884# minor fixes Issue number: Submitted by: Reviewed by: 2004/03/23 11:11:37 dbo 1.1.2.9: #115884# Issue number: Submitted by: Reviewed by: 2004/03/22 16:20:28 dbo 1.1.2.8: #115884# fixing %% Issue number: Submitted by: Reviewed by: 2004/03/19 16:12:56 dbo 1.1.2.7: #115884# fixes Issue number: Submitted by: Reviewed by: 2004/03/16 10:17:38 dbo 1.1.2.6: #115884# misc bugs Issue number: Submitted by: Reviewed by: 2004/03/12 18:02:47 dbo 1.1.2.5: #115884# misc fixes Issue number: Submitted by: Reviewed by: 2004/03/09 15:46:34 dbo 1.1.2.4: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:44 dbo 1.1.2.3: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/03/02 09:36:33 dbo 1.1.2.2: #i20304# Issue number: Submitted by: Reviewed by: 2004/02/27 16:00:48 dbo 1.1.2.1: #i20304# new/revised Issue number: Submitted by: Reviewed by:

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0550001dd453d873770100c553f4e21580fec0c]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/27 16:00:48 dbo 1.1.2.3: #i20304# new/revised Issue number: Submitted by: Reviewed by: 2004/01/09 17:39:25 dbo 1.1.2.2: #i20304# API revision; source saved 2003/11/28 13:29:02 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6be0abb4383616860278d366f9689093b5bf2619]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/19 16:12:56 dbo 1.1.2.6: #115884# fixes Issue number: Submitted by: Reviewed by: 2004/03/12 18:02:47 dbo 1.1.2.5: #115884# misc fixes Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:43 dbo 1.1.2.4: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/02/27 16:00:47 dbo 1.1.2.3: #i20304# new/revised Issue number: Submitted by: Reviewed by: 2004/01/09 17:39:19 dbo 1.1.2.2: #i20304# API revision; source saved 2003/11/28 13:29:01 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fc40bbb69b618355a63e365b5f4ece00179d22f]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/04/05 09:44:19 dbo 1.1.2.9: #115884# notify IsRegistered in case of error Issue number: Submitted by: Reviewed by: 2004/03/26 14:16:05 dbo 1.1.2.8: #115884# minor fixes Issue number: Submitted by: Reviewed by: 2004/03/19 16:12:55 dbo 1.1.2.7: #115884# fixes Issue number: Submitted by: Reviewed by: 2004/03/16 10:17:37 dbo 1.1.2.6: #115884# misc bugs Issue number: Submitted by: Reviewed by: 2004/03/12 18:02:46 dbo 1.1.2.5: #115884# misc fixes Issue number: Submitted by: Reviewed by: 2004/03/09 15:46:34 dbo 1.1.2.4: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:43 dbo 1.1.2.3: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/03/02 09:36:33 dbo 1.1.2.2: #i20304# Issue number: Submitted by: Reviewed by: 2004/02/27 16:00:47 dbo 1.1.2.1: #i20304# new/revised Issue number: Submitted by: Reviewed by:

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [918c29f23d0b4244950e37f5f5836b6c43c90485]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/05 20:18:43 dbo 1.1.2.3: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/01/09 17:39:06 dbo 1.1.2.2: #i20304# API revision; source saved 2003/11/28 13:28:58 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7898133186f3116b6ac53e6f252df4fb87a1efc7]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/26 14:16:05 dbo 1.1.2.10: #115884# minor fixes Issue number: Submitted by: Reviewed by: 2004/03/16 10:17:37 dbo 1.1.2.9: #115884# misc bugs Issue number: Submitted by: Reviewed by: 2004/03/09 15:46:33 dbo 1.1.2.8: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:43 dbo 1.1.2.7: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/03/04 11:08:31 dbo 1.1.2.6: #i20304# Issue number: Submitted by: Reviewed by: 2004/03/02 09:36:32 dbo 1.1.2.5: #i20304# Issue number: Submitted by: Reviewed by: 2004/02/27 16:01:16 dbo 1.1.2.4: #i20304# revised Issue number: Submitted by: Reviewed by: 2004/01/15 09:19:53 kso 1.1.2.3: Fixed Solaris compilation errors. 2004/01/09 17:39:00 dbo 1.1.2.2: #i20304# API revision; source saved 2003/11/28 13:28:57 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c868baab790791009dbcd370cd175bf6b652b014]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/26 14:16:05 dbo 1.1.2.6: #115884# minor fixes Issue number: Submitted by: Reviewed by: 2004/03/24 18:22:01 dbo 1.1.2.5: #115884# Issue number: Submitted by: Reviewed by: 2004/03/19 16:12:55 dbo 1.1.2.4: #115884# fixes Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:42 dbo 1.1.2.3: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/02/27 16:01:15 dbo 1.1.2.2: #i20304# revised Issue number: Submitted by: Reviewed by: 2003/11/28 13:28:54 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d4be9ecf0221314b3ef7802a2be8d00abdef1ee]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2003/11/28 13:28:52 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0537c02029729e6b0d9a2539b9982967539fa618]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/04/05 09:50:01 dbo 1.1.2.11: #115884# work around CC bug Issue number: Submitted by: Reviewed by: 2004/03/19 16:12:54 dbo 1.1.2.10: #115884# fixes Issue number: Submitted by: Reviewed by: 2004/03/16 10:17:36 dbo 1.1.2.9: #115884# misc bugs Issue number: Submitted by: Reviewed by: 2004/03/12 18:02:45 dbo 1.1.2.8: #115884# misc fixes Issue number: Submitted by: Reviewed by: 2004/03/09 15:46:33 dbo 1.1.2.7: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:41 dbo 1.1.2.6: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/03/02 09:36:31 dbo 1.1.2.5: #i20304# Issue number: Submitted by: Reviewed by: 2004/02/27 16:01:14 dbo 1.1.2.4: #i20304# revised Issue number: Submitted by: Reviewed by: 2004/01/15 09:19:51 kso 1.1.2.3: Fixed Solaris compilation errors. 2004/01/09 17:38:51 dbo 1.1.2.2: #i20304# API revision; source saved 2003/11/28 13:28:51 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [58db5d268b43b6c14546d6ae3ab45483e0d186ac]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/09 15:46:33 dbo 1.1.2.6: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/04 11:09:02 dbo 1.1.2.5: #i20304# Issue number: Submitted by: Reviewed by: 2004/02/27 16:01:14 dbo 1.1.2.4: #i20304# revised Issue number: Submitted by: Reviewed by: 2004/01/15 09:19:50 kso 1.1.2.3: Fixed Solaris compilation errors. 2004/01/09 17:38:44 dbo 1.1.2.2: #i20304# API revision; source saved 2003/11/28 13:28:49 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [892b394a35c3abe17b628c4928ee1e75acaaffa9]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/09 15:46:32 dbo 1.1.2.6: #i20304# snapshot Issue number: Submitted by: Reviewed by: 2004/03/04 11:09:02 dbo 1.1.2.5: #i20304# Issue number: Submitted by: Reviewed by: 2004/02/27 16:01:14 dbo 1.1.2.4: #i20304# revised Issue number: Submitted by: Reviewed by: 2004/01/15 09:19:49 kso 1.1.2.3: Fixed Solaris compilation errors. 2004/01/09 17:38:40 dbo 1.1.2.2: #i20304# API revision; source saved 2003/11/28 13:28:49 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [24e780c0d203a69a87d8b242a8f6774799102fa9]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/19 16:12:54 dbo 1.1.2.2: #115884# fixes Issue number: Submitted by: Reviewed by: 2004/03/05 20:18:41 dbo 1.1.2.1: #i20303# source save Issue number: Submitted by: Reviewed by:

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [06a93c878ffd69515afe852c2d60070ac2185719]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/31 11:21:50 dbo 1.1.2.7: #115884# Issue number: Submitted by: Reviewed by: 2004/03/26 14:16:04 dbo 1.1.2.6: #115884# minor fixes Issue number: Submitted by: Reviewed by: 2004/03/19 16:12:54 dbo 1.1.2.5: #115884# fixes Issue number: Submitted by: Reviewed by: 2004/03/12 18:02:45 dbo 1.1.2.4: #115884# misc fixes Issue number: Submitted by: Reviewed by: 2004/02/27 16:01:13 dbo 1.1.2.3: #i20304# revised Issue number: Submitted by: Reviewed by: 2004/01/09 17:38:29 dbo 1.1.2.2: #i20304# API revision; source saved 2003/11/28 13:28:47 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [51a5e2fa1e3c61891813d202a7f8d7f669c4b5a0]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2003/11/28 13:28:41 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc593424a55f96675ce42f1d3135bd0b6a4c8a38]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/05 20:18:40 dbo 1.1.2.4: #i20303# source save Issue number: Submitted by: Reviewed by: 2004/02/27 16:01:13 dbo 1.1.2.3: #i20304# revised Issue number: Submitted by: Reviewed by: 2004/01/09 17:38:23 dbo 1.1.2.2: #i20304# API revision; source saved 2003/11/28 13:28:41 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b5599d6c632e69a545b8c838a58d9a9060a1ea6]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2003/11/28 13:28:40 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7ca8ce7487d40382fab1b330d93bd27be6f39ef]

        INTEGRATION: CWS unopkg1 (1.23.24); FILE MERGED 2004/03/02 17:42:14 dbo 1.23.24.3: RESYNC: (1.24-1.26); FILE MERGED 2004/01/06 14:25:17 dbo 1.23.24.2: RESYNC: (1.23-1.24); FILE MERGED 2003/11/28 12:52:24 dbo 1.23.24.1: #i20304# deployment

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb2726630f6aa41baeb0c26d47b5b31f6a6e5ffa]

        INTEGRATION: CWS unopkg1 (1.11.2); FILE MERGED 2004/03/02 17:42:22 dbo 1.11.2.5: RESYNC: (1.12-1.13); FILE MERGED 2004/02/25 18:42:27 dbo 1.11.2.4: #i20304# deployment 2004/01/15 09:18:18 kso 1.11.2.3: Added missing directories for package deployment stuff. 2004/01/06 14:25:35 dbo 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2003/11/28 12:52:24 dbo 1.11.2.1: #i20304# deployment

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b799c595b36746f79487d80bfb154fb879ab6eb]

        INTEGRATION: CWS unopkg1 (1.12.58); FILE MERGED 2004/02/12 11:44:34 kso 1.12.58.1: #112920# - Did no longer compile after latest CVL changes.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6da303d79635169ee29666aeab380ccf49db100f]

        INTEGRATION: CWS unopkg1 (1.1.88); FILE MERGED 2004/03/15 12:48:53 dbo 1.1.88.1: #113678# fixing interaction classification

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [48dee8d2531d3b6be4d767513046063fcff3844f]

        INTEGRATION: CWS unopkg1 (1.27.28); FILE MERGED 2003/11/28 12:42:26 dbo 1.27.28.1: insertNewcontent(): providing an empty input stream instead of null reference

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c95e249723435965da12a15234dcb1156eaf02e]

        INTEGRATION: CWS unopkg1 (1.66.22); FILE MERGED 2004/03/24 09:40:40 dbo 1.66.22.6: RESYNC: (1.70-1.72); FILE MERGED 2004/03/02 12:43:31 dbo 1.66.22.5: RESYNC: (1.68-1.70); FILE MERGED 2004/01/14 10:43:03 kso 1.66.22.4: Removed duplicate cssframe.db 2004/01/13 14:50:54 kso 1.66.22.3: RESYNC: (1.67-1.68); FILE MERGED 2004/01/06 14:37:13 dbo 1.66.22.2: RESYNC: (1.66-1.67); FILE MERGED 2003/11/04 14:30:04 dbo 1.66.22.1: #i20304# deployment API

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c185040fe5d40e11291dfd42a62c69751cdef96d]

        INTEGRATION: CWS unopkg1 (1.52.22); FILE MERGED 2004/03/24 09:40:50 dbo 1.52.22.5: RESYNC: (1.57-1.59); FILE MERGED 2004/03/02 12:43:40 dbo 1.52.22.4: RESYNC: (1.54-1.57); FILE MERGED 2004/01/13 14:51:41 kso 1.52.22.3: RESYNC: (1.53-1.54); FILE MERGED 2004/01/06 14:37:28 dbo 1.52.22.2: RESYNC: (1.52-1.53); FILE MERGED 2003/11/04 14:27:26 dbo 1.52.22.1: #i20304# deployment API

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [292fec35f83b6af01f765f177324f64c124c76e4]

        INTEGRATION: CWS unopkg1 (1.2.42); FILE MERGED 2003/11/04 14:00:16 dbo 1.2.42.1: #i20304# docu, intro XNamespaceMapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [782f2659c02e6c0bacc62a895cb45f7f6abb5309]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2003/11/04 14:00:16 dbo 1.1.2.1: #i20304# docu, intro XNamespaceMapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f2fa31bde4c3cf22132e6e801efeee9f8ad0f89]

        INTEGRATION: CWS unopkg1 (1.2.42); FILE MERGED 2003/11/04 14:00:15 dbo 1.2.42.1: #i20304# docu, intro XNamespaceMapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2174359ec8ad8cbe7a5272f0ee23775a9ce4ef9]

        INTEGRATION: CWS unopkg1 (1.2.42); FILE MERGED 2003/11/04 14:00:14 dbo 1.2.42.1: #i20304# docu, intro XNamespaceMapping

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ae35187b2752222ae56efb627b0b73da0e18d52]

        INTEGRATION: CWS unopkg1 (1.41.116); FILE MERGED 2004/03/15 15:53:43 kso 1.41.116.5: #112920# - Moved TransientDocumentsDocumentContentFactory to module css.frame 2004/03/15 14:11:05 kso 1.41.116.4: #112920# moved XTransientDocumentsDocumentContentFactory to module css.frame. 2004/01/26 14:23:41 kso 1.41.116.3: #112920# - Added [X]TransientDocumentsDocumentContentfactory.idl 2004/01/20 14:29:20 kso 1.41.116.2: Added TransientDocuments*.idl (all are just service descriptions) 2003/11/04 16:05:03 dbo 1.41.116.1: #i20304# vnd.sun.star.expand UCP

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe1231802c07702471fc0cc824da6f833a52b44c]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/26 16:32:20 kso 1.1.2.2: #112920# - Added @since tag 2004/01/20 14:27:20 kso 1.1.2.1: Initial revision.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a646a76180a0170a06065f69d7217553d38c9efd]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/26 16:32:20 kso 1.1.2.2: #112920# - Added @since tag 2004/01/20 14:28:00 kso 1.1.2.1: Initial revision.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2a1b2295c79a6f2368e8d919576aa30e23bff2d]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/26 16:32:20 kso 1.1.2.2: #112920# - Added @since tag 2004/01/20 14:27:05 kso 1.1.2.1: Initial revision.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [04d5c6caa40a1ff1ef6e799af434ab4f428d0fa8]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/02/26 16:32:19 kso 1.1.2.2: #112920# - Added @since tag 2004/01/20 14:26:42 kso 1.1.2.1: initial revision.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [af3359c7a27a5224dbd2616c4e7cc753e10f8310]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/15 15:53:43 kso 1.1.2.4: #112920# - Moved TransientDocumentsDocumentContentFactory to module css.frame 2004/02/26 16:32:19 kso 1.1.2.3: #112920# - Added @since tag 2004/01/26 14:24:04 kso 1.1.2.2: #112920# - Added interface XTransientDocumentsDocumentContentfactory. 2004/01/20 14:27:37 kso 1.1.2.1: Initial revision.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [378f1ca8b3b5bbefd5ed4c5b365234e8f86eed74]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2003/11/04 16:05:03 dbo 1.1.2.1: #i20304# vnd.sun.star.expand UCP

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddd9fba295b120314487281755b0dc51f0be656d]

        INTEGRATION: CWS unopkg1 (1.1.288); FILE MERGED 2004/03/22 14:08:36 kso 1.1.288.1: #i26803# - Deprecated some obsolete values.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b9deede070ae90bcf5fd491f6d8cac01817cce1]

        INTEGRATION: CWS unopkg1 (1.19.8); FILE MERGED 2004/03/15 15:55:05 kso 1.19.8.2: #112920# - Added TransientDocumentsDocumentContentFactory 2004/03/15 14:13:50 kso 1.19.8.1: #112920# - Added XTransientDocumentsDocumentContentFactory

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [253b474d5edb30b752f0276f939e97233e06c165]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/15 14:12:03 kso 1.1.2.1: #112920# - initial revision.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4009f154cd591d771cc8ab9d31348ee68d14117d]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/15 15:54:38 kso 1.1.2.1: #112920# - initial revision.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc597b9115d9d05910b9534bcf87d03201b33e8c]

        INTEGRATION: CWS unopkg1 (1.2.56); FILE MERGED 2004/01/08 11:47:04 mav 1.2.56.1: #114733# allow to get list of substorages

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [261f97dce016fb388044b1ee46f45a1cf264369d]

        INTEGRATION: CWS unopkg1 (1.10.108); FILE MERGED 2004/01/27 16:33:40 kso 1.10.108.1: #112920# - Added property 'RuntimeUID'.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [89c5724bfb583f04f9ced8a9d0c866da5749f59c]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/24 13:22:07 dbo 1.1.2.1: #115884# documentation

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cd7c8a27b7a235c336bbe7fb9c0c6f51d0c4ea1]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/24 13:22:07 dbo 1.1.2.5: #115884# documentation 2004/02/24 16:32:04 dbo 1.1.2.4: #i20304# API revision 2004/01/09 14:33:22 dbo 1.1.2.3: #i21218# new API 2003/11/28 12:47:15 dbo 1.1.2.2: #i20304# new 2003/11/04 14:11:05 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [79c65fd2e794727f4e6141c43470be6c7e012db5]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/24 13:22:06 dbo 1.1.2.7: #115884# documentation 2004/03/19 16:10:27 dbo 1.1.2.6: #115884# minor API changes, doc 2004/02/26 16:59:28 dbo 1.1.2.5: #i20304# added @since tags 2004/02/25 18:39:38 dbo 1.1.2.4: #i20304# 2004/02/24 16:32:04 dbo 1.1.2.3: #i20304# API revision 2004/01/09 14:33:20 dbo 1.1.2.2: #i21218# new API 2003/11/04 14:11:04 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2af3bd3deca90d0706aab7af4ab33d6bf3e1c23]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/24 13:22:06 dbo 1.1.2.5: #115884# documentation 2004/02/26 16:59:28 dbo 1.1.2.4: #i20304# added @since tags 2004/02/24 16:32:04 dbo 1.1.2.3: #i20304# API revision 2004/01/09 14:33:19 dbo 1.1.2.2: #i21218# new API 2003/11/28 12:47:14 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1fd093c5121b5eafefbe69b72335028f4ebee18]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/24 13:22:06 dbo 1.1.2.8: #115884# documentation 2004/03/19 16:10:27 dbo 1.1.2.7: #115884# minor API changes, doc 2004/03/12 14:41:31 dbo 1.1.2.6: #115884# balancing legacy packages is handled by pkgchk application 2004/02/26 16:59:27 dbo 1.1.2.5: #i20304# added @since tags 2004/02/25 18:39:38 dbo 1.1.2.4: #i20304# 2004/02/24 16:32:04 dbo 1.1.2.3: #i20304# API revision 2004/01/09 14:33:18 dbo 1.1.2.2: #i21218# new API 2003/11/28 12:47:12 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [56e212acce1002366e8fcd5d01fcc207829578c2]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/24 13:22:03 dbo 1.1.2.3: #115884# documentation 2004/02/26 16:59:27 dbo 1.1.2.2: #i20304# added @since tags 2004/01/09 14:33:17 dbo 1.1.2.1: #i21218# new API

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [23279373d7be9ffd5a9caef54af4e39db9152a0f]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/24 13:22:02 dbo 1.1.2.5: #115884# documentation 2004/03/19 16:10:27 dbo 1.1.2.4: #115884# minor API changes, doc 2004/02/26 16:59:27 dbo 1.1.2.3: #i20304# added @since tags 2004/02/25 18:39:38 dbo 1.1.2.2: #i20304# 2004/02/24 16:32:02 dbo 1.1.2.1: #i20304# API revision

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [11940e798e5d697d9765bf7f3281d74510df6262]

        INTEGRATION: CWS unopkg1 (1.1.2); FILE ADDED 2004/03/24 13:21:59 dbo 1.1.2.4: #115884# documentation 2004/02/26 16:59:25 dbo 1.1.2.3: #i20304# added @since tags 2004/01/09 14:33:00 dbo 1.1.2.2: #i21218# new API 2003/11/04 14:10:58 dbo 1.1.2.1: #i20304# new

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [805ad62d07352deb64e2ad6d1aa3de37b50f2159]

        INTEGRATION: CWS unopkg1 (1.19.10); FILE MERGED 2004/03/02 12:58:31 dbo 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2004/01/08 16:54:27 sb 1.19.10.1: #112920# Added vnd.sun.star.tdoc URL scheme.

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2968e18ea50f2f24321daf3f90955fadbdc68029]

        INTEGRATION: CWS unopkg1 (1.40.64); FILE MERGED 2004/03/24 09:25:16 dbo 1.40.64.4: RESYNC: (1.42-1.43); FILE MERGED 2004/03/02 13:01:30 dbo 1.40.64.3: RESYNC: (1.40-1.42); FILE MERGED 2004/01/08 16:54:26 sb 1.40.64.2: #112920# Added vnd.sun.star.tdoc URL scheme. 2003/11/28 13:09:08 dbo 1.40.64.1: #i20304# adding support for vnd.sun.star.expand

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [81326559926924ceec7ba026a92235bf2a0038ed]

        INTEGRATION: CWS unopkg1 (1.78.6); FILE MERGED 2004/03/24 10:42:56 dbo 1.78.6.2: RESYNC: (1.78-1.80); FILE MERGED 2004/03/22 16:36:39 kso 1.78.6.1: #112920# - Moved sending SFX_EVENT_CLOSEDOC from            SfxViewFrame::ReleaseObjectShell_Impl to SfxBaseController::dispose

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b0edba9511bfba82e3bc773c4228dd16ce62520]

        INTEGRATION: CWS unopkg1 (1.47.6); FILE MERGED 2004/03/24 10:43:46 dbo 1.47.6.2: RESYNC: (1.47-1.48); FILE MERGED 2004/03/22 16:36:39 kso 1.47.6.1: #112920# - Moved sending SFX_EVENT_CLOSEDOC from            SfxViewFrame::ReleaseObjectShell_Impl to SfxBaseController::dispose

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d123ddf1a6df87da79da12cd43247348264f1749]

        INTEGRATION: CWS unopkg1 (1.54.30); FILE MERGED 2004/03/02 15:11:05 dbo 1.54.30.7: RESYNC: (1.55-1.59); FILE MERGED 2004/01/27 16:43:30 kso 1.54.30.6: #112920# - Fixed XDocumentSubStorageSupplier implementation. 2004/01/22 15:05:09 kso 1.54.30.5: #112920# - Added SfxBaseModel::getRuntimeUID() 2004/01/19 15:42:21 mav 1.54.30.4: #114733# reset error after problem 2004/01/14 13:34:06 kso 1.54.30.3: Fixed SfxBaseModel::getDocumentSubStoragesNames() to return a value. 2004/01/13 14:32:55 kso 1.54.30.2: RESYNC: (1.54-1.55); FILE MERGED 2004/01/08 11:49:04 mav 1.54.30.1: #114733# allow to get list of substorages

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [672d5cedb376a8fe259747a2ab321398de657bab]

        INTEGRATION: CWS frmcontrols02 (1.41.2); FILE MERGED 2004/01/23 18:00:25 fs 1.41.2.1: #i24414# #i24417#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [07d7e096e51ec375fc77eaca29b2d6140b24c610]

        INTEGRATION: CWS frmcontrols02 (1.16.6); FILE MERGED 2004/01/23 17:53:49 fs 1.16.6.1: #i24414# #i24417#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e832b4e32162b9d05dcf48d20c3dc278e034c087]

        INTEGRATION: CWS frmcontrols02 (1.10.6); FILE MERGED 2004/03/24 09:42:08 fs 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/23 17:53:48 fs 1.10.6.1: #i24414# #i24417#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf99b58c7045b68a5283105b30ba71403543d575]

        INTEGRATION: CWS frmcontrols02 (1.7.6); FILE MERGED 2004/01/23 17:52:49 fs 1.7.6.1: #i24414# #i24417#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed4710fa161289de7d81361fd2947121284f5e61]

        #i10000# (done by fs) new property declaration (moved herein during resync)

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9614ee4d1decaf5b1d189f28b8a6f306e288f886]

        INTEGRATION: CWS frmcontrols02 (1.10.6); FILE MERGED 2004/03/24 10:19:06 fs 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/23 17:35:49 fs 1.10.6.1: #24411# new navbar related help ids

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [19f770295488f5de023ab09e85ac1adc925a2267]

        INTEGRATION: CWS frmcontrols02 (1.3.8); FILE MERGED 2004/04/06 07:10:28 fs 1.3.8.1: navbar icon for tab order dialog

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c674d15776a554b7b49b8f619056411422d6782]

        INTEGRATION: CWS frmcontrols02 (1.10.54); FILE MERGED 2004/03/24 10:03:31 fs 1.10.54.2: RESYNC: (1.10-1.12); FILE MERGED 2004/02/02 07:46:11 fs 1.10.54.1: #i24415#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [50c8e03b6ef7781815cfcfb77924709799a11bac]

        INTEGRATION: CWS frmcontrols02 (1.8.6); FILE MERGED 2004/03/24 09:42:30 fs 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/23 17:52:48 fs 1.8.6.1: #i24414# #i24417#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c85622b76106281499ebc1dada6be3a53a6d8fd]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/02/02 07:47:09 fs 1.1.2.1: initial checkin - helper for push buttons with form navigation functionality

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e7e62f1c198f1ebea90f53eb15dee22d73b02a1]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/02/02 07:46:46 fs 1.1.2.1: initial checkin - helper for push buttons with form navigation functionality

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb4f8b03524be4b644abbbbe508993c078446dae]

        INTEGRATION: CWS frmcontrols02 (1.18.32); FILE MERGED 2004/03/24 10:03:54 fs 1.18.32.3: RESYNC: (1.18-1.19); FILE MERGED 2004/02/02 07:46:11 fs 1.18.32.2: #i24415# 2004/01/23 17:33:12 fs 1.18.32.1: removed obsolete parameter from ChangeFontProperty

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e6de8c4bd4eacd1e2358cdcb859371b9cc15063]

        INTEGRATION: CWS frmcontrols02 (1.8.32); FILE MERGED 2004/03/24 09:57:46 fs 1.8.32.3: RESYNC: (1.8-1.10); FILE MERGED 2004/02/02 07:46:10 fs 1.8.32.2: #i24415# 2004/01/23 17:34:11 fs 1.8.32.1: normalization

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [979dae6e6fe04802a8c70b4a84e723a8f8fa4e5c]

        INTEGRATION: CWS frmcontrols02 (1.19.6); FILE MERGED 2004/03/24 09:57:37 fs 1.19.6.2: RESYNC: (1.19-1.20); FILE MERGED 2004/01/23 17:33:23 fs 1.19.6.1: #24411# new navbar related strings

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [555058630270d1d9fcdc473a9a273e32caf27f11]

        INTEGRATION: CWS frmcontrols02 (1.18.6); FILE MERGED 2004/04/06 07:10:28 fs 1.18.6.3: navbar icon for tab order dialog 2004/03/24 09:58:17 fs 1.18.6.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/23 17:31:31 fs 1.18.6.1: #24411# new navbar related strings

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ed5caac4960a453d1e492bcdb590985002e9ec1]

        INTEGRATION: CWS frmcontrols02 (1.56.4); FILE MERGED 2004/04/06 07:10:27 fs 1.56.4.6: navbar icon for tab order dialog 2004/04/05 16:57:18 fs 1.56.4.5: #i25281# 2004/03/24 09:58:28 fs 1.56.4.4: RESYNC: (1.56-1.57); FILE MERGED 2004/03/09 09:01:07 fs 1.56.4.3: renamed 'Load document' as upon iTeam request 2004/02/02 07:46:09 fs 1.56.4.2: #i24415# 2004/01/23 17:31:45 fs 1.56.4.1: #24411# new navbar related strings

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0edf5a612300b95a1fbc8b3627c47b06d487fb2]

        INTEGRATION: CWS frmcontrols02 (1.16.6); FILE MERGED 2004/03/24 09:56:54 fs 1.16.6.2: RESYNC: (1.16-1.17); FILE MERGED 2004/01/23 17:30:29 fs 1.16.6.1: #24411# new navbar related properties

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [eeb3b2f020e97df34c37b6fdcdb05df003867715]

        INTEGRATION: CWS frmcontrols02 (1.21.6); FILE MERGED 2004/03/24 10:02:46 fs 1.21.6.3: RESYNC: (1.21-1.22); FILE MERGED 2004/02/02 07:46:09 fs 1.21.6.2: #i24415# 2004/01/23 17:30:29 fs 1.21.6.1: #24411# new navbar related properties

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [eddb53a0755366f05b34e775b3108bff919efef3]

        INTEGRATION: CWS frmcontrols02 (1.57.6); FILE MERGED 2004/03/24 09:57:27 fs 1.57.6.3: RESYNC: (1.57-1.59); FILE MERGED 2004/02/02 07:46:08 fs 1.57.6.2: #i24415# 2004/01/23 17:36:57 fs 1.57.6.1: removed obsolete parameter from ChangeFontProperty

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b88340ef6f26dd1a08625593e1bc2da3f926230]

        INTEGRATION: CWS frmcontrols02 (1.2.36); FILE MERGED 2004/02/02 07:46:07 fs 1.2.36.1: #i24415#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c450b136f83f84140c683b2fba680ef8a2619e54]

        INTEGRATION: CWS frmcontrols02 (1.2.36); FILE MERGED 2004/03/24 10:00:35 fs 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/02 07:46:07 fs 1.2.36.1: #i24415#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [90dd455696def51d9eb7c2985a9e1ee55324356e]

        INTEGRATION: CWS frmcontrols02 (1.17.6); FILE MERGED 2004/03/24 10:30:08 fs 1.17.6.2: RESYNC: (1.17-1.18); FILE MERGED 2004/01/23 17:35:33 fs 1.17.6.1: #24411# new navbar related help ids

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c30763ffc386699c0ae43cc8e78e3874fc6fa22c]

        INTEGRATION: CWS frmcontrols02 (1.7.88); FILE MERGED 2004/02/02 07:48:20 fs 1.7.88.2: #i24409# 2004/01/23 18:00:37 fs 1.7.88.1: #i24414# #i24417# new directories

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [873fbea0bafa5daba6960dd8d43048637328cc87]

        INTEGRATION: CWS frmcontrols02 (1.11.6); FILE MERGED 2004/01/23 18:01:46 fs 1.11.6.1: new components

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6afbd177ce56c585a2f352e3e6d5780a8abda224]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/02/23 07:54:34 fs 1.1.2.3: proper icon size, and high contrast icons (if necessary) 2004/02/02 07:48:18 fs 1.1.2.2: #i24409# 2004/01/23 17:59:32 fs 1.1.2.1: VCL control for a navigation bar

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [60641983bb0464d352d20723bfdd112b6b62bf8a]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/02/23 07:54:34 fs 1.1.2.5: proper icon size, and high contrast icons (if necessary) 2004/02/02 07:48:17 fs 1.1.2.4: #i24409# 2004/01/28 10:05:27 fs 1.1.2.3: #100000# compile on unxlngi5 without warnings 2004/01/28 08:45:29 fs 1.1.2.2: #100000# 2004/01/23 17:58:59 fs 1.1.2.1: VCL control for a navigation bar

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [92d58e972ecae05d2c2c0f1e0e16ef799cd52b71]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:59:14 fs 1.1.2.1: new directory

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6816d953506f1e0ee4d13592d47f45c880cf627c]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:58:38 fs 1.1.2.1: UNO control/peer for a navigation bar

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebad0f8ad438fe4d2327aa295a2f36bb062c18e6]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/02/23 07:54:34 fs 1.1.2.2: proper icon size, and high contrast icons (if necessary) 2004/01/23 17:58:54 fs 1.1.2.1: UNO control/peer for a navigation bar

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [62efe66620f6fd774551cea2489f883d0981ffc6]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:59:16 fs 1.1.2.1: new directory

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [34478d249934bc3b4d7ca563d312b263aef6957a]

        INTEGRATION: CWS frmcontrols02 (1.5.94); FILE MERGED 2004/01/23 17:55:44 fs 1.5.94.1: reorganized some files

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [32dc8aa9ef3fcc60c290eef5422cd54df69934fb]

        INTEGRATION: CWS frmcontrols02 (1.5.94); FILE MERGED 2004/01/23 17:52:10 fs 1.5.94.1: #i24414#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [661fec9b8d54a7e05f8e1da98fa2d9ddf2494c80]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:55:29 fs 1.1.2.1: compiling strings

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [878f5ef08650c70025ea1060ba08ac0b1c65c826]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:54:48 fs 1.1.2.1: renamed from formsmodule.cxx

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac8aa1691684899b40ee5e564ad5aff8d50f348a]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/03/24 09:31:48 fs 1.1.2.2: #100000# resync: some code which changed on the master has been moved to this file on this CWS 2004/01/23 17:57:56 fs 1.1.2.1: rearranged some files

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aed4a234014f8c766d125ef724676d939406991]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:57:44 fs 1.1.2.1: rearranged some files

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5919d4b6cf80259a0bbc4b3f322a32c77906968]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:57:31 fs 1.1.2.1: rearranged some files

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d5c0b99377e0ac1257876e183257b289375f32c]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/02/02 07:48:16 fs 1.1.2.2: #i24409# 2004/01/23 17:57:19 fs 1.1.2.1: rearranged some files

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [217616849f4b52807fd05cdfe14db88e8f98d8e8]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:56:58 fs 1.1.2.1: helper class for form navigation/controller functionality

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9af0ee3113474cde1fe675591fc1ef22ce4e0eef]

        INTEGRATION: CWS frmcontrols02 (1.1.4); FILE ADDED 2004/03/01 17:43:09 fs 1.1.4.1: helper class for handling control font settings

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c516147d8d84ee6f26673258a2bdc8491dc8a0ca]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:56:43 fs 1.1.2.1: helper class for dispatching feature urls

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8db7a80aa0e7f832518ce2c1f7940f10f2d0e01b]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 18:00:53 fs 1.1.2.1: new directory

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b19d796647e1048b7d93a38920331401d038a62]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/02/02 07:48:14 fs 1.1.2.4: #i24409# 2004/01/28 09:21:51 fs 1.1.2.3: #100000# make compile on unxlngi5 2004/01/28 08:45:42 fs 1.1.2.2: #100000# 2004/01/23 18:01:11 fs 1.1.2.1: helper class for form navigation/controller functionality

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e866252336e27ee3b74c8aceac23f7ce61796b1]

        INTEGRATION: CWS frmcontrols02 (1.2.6); FILE MERGED 2004/02/02 07:47:57 fs 1.2.6.1: functionality moved to another include file

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c4be3a13657a6d07ca3d531ed644040c632b1de]

        INTEGRATION: CWS frmcontrols02 (1.2.6); FILE MERGED 2004/02/02 07:47:56 fs 1.2.6.1: functionality moved to another include file

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [199aeca90013a1327ca93540f6e3a35f0d68abb9]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:51:46 fs 1.1.2.1: control/model for navigation bar form control

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [71a188ee5fde9e923c822778f0e3a2734444b211]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/02/26 08:05:16 fs 1.1.2.3: also clone the FontControlModel 2004/01/28 08:44:50 fs 1.1.2.2: typo 2004/01/23 17:51:59 fs 1.1.2.1: control/model for navigation bar form control

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf13fd0c1b47edfdf9d11fe8c9cde40a6f6e2d89]

        INTEGRATION: CWS frmcontrols02 (1.6.6); FILE MERGED 2004/03/24 09:40:21 fs 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/23 17:50:12 fs 1.6.6.1: #i24417# #i24414# new files

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5676d3b0a998fcc5ca9a3833adbd924b08fb7a4]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/23 17:48:32 fs 1.1.2.1: font handling for form control models

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3822db29abbacafbb00ad1603fb27eea96bc2e0]

        INTEGRATION: CWS frmcontrols02 (1.28.6); FILE MERGED 2004/03/24 09:42:00 fs 1.28.6.2: RESYNC: (1.28-1.30); FILE MERGED 2004/01/23 17:48:54 fs 1.28.6.1: removed obsolete include

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [706a41b95dfa01e30d71de8608015afd5cd27557]

        INTEGRATION: CWS frmcontrols02 (1.14.130); FILE MERGED 2004/01/23 17:48:01 fs 1.14.130.1: #i24414# outsourced font handling to separate base class

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d165c3755576cccd39b1b9f3306c8d91db3efeb2]

        INTEGRATION: CWS frmcontrols02 (1.27.94); FILE MERGED 2004/01/23 17:48:01 fs 1.27.94.1: #i24414# outsourced font handling to separate base class

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7e3c37f1d6157eec519d66ac56742ce7af4e2be]

        INTEGRATION: CWS frmcontrols02 (1.26.6); FILE MERGED 2004/03/24 09:40:59 fs 1.26.6.3: RESYNC: (1.26-1.27); FILE MERGED 2004/02/02 07:48:12 fs 1.26.6.2: #i24409# 2004/01/23 17:50:02 fs 1.26.6.1: #24411# +ensureAlive

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7def7ba8fbb0d7ff06b883914dce3a028ed36861]

        INTEGRATION: CWS frmcontrols02 (1.2.94); FILE MERGED 2004/01/23 17:46:43 fs 1.2.94.1: some file renamings during #i24414#/#i24417#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [724d5975f7f87609e1abe39e526ce679c34863a2]

        INTEGRATION: CWS frmcontrols02 (1.11.20); FILE MERGED 2004/01/23 17:46:20 fs 1.11.20.1: #i24417#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [73af8ac2f6ec371c95a206cbea84c13e8f6cbdff]

        INTEGRATION: CWS frmcontrols02 (1.53.20); FILE MERGED 2004/03/24 09:39:59 fs 1.53.20.2: RESYNC: (1.53-1.54); FILE MERGED 2004/01/23 17:49:19 fs 1.53.20.1: some file renamings during #i24414#/#i24417#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [69963984c21f5afcb748ab92ff8ce9321d9309ac]

        INTEGRATION: CWS frmcontrols02 (1.6.20); FILE MERGED 2004/01/23 17:45:14 fs 1.6.20.1: changed some string definitions during #i24411#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1c7354024e815472143a03d13408f5d4f41c535]

        INTEGRATION: CWS frmcontrols02 (1.13.20); FILE MERGED 2004/03/24 09:39:13 fs 1.13.20.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/23 17:45:13 fs 1.13.20.1: changed some string definitions during #i24411#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5dd411bb65cf7c93cd568e0bb542694f93d1651]

        INTEGRATION: CWS frmcontrols02 (1.5.130); FILE MERGED 2004/01/23 17:46:20 fs 1.5.130.1: #i24417#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d8f1ce1aa1296a723c04ca83728251770bcb961]

        INTEGRATION: CWS frmcontrols02 (1.2.30); FILE MERGED 2004/04/08 09:52:16 sw 1.2.30.1: #i24414#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [33a680b61da6cdbb5865dd0a34dfe06094ecf1a9]

        INTEGRATION: CWS frmcontrols02 (1.2.20); FILE MERGED 2004/01/23 17:57:38 fs 1.2.20.1: new dir

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [61973631f33b0e8e69c594a45e799b0cf8062763]

        INTEGRATION: CWS frmcontrols02 (1.15.82); FILE MERGED 2004/01/22 10:00:11 fs 1.15.82.1: small correction to doc

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [79228ace683132f721f9b0835745a0952c7914c8]

        INTEGRATION: CWS frmcontrols02 (1.4.342); FILE MERGED 2004/01/22 09:53:12 fs 1.4.342.1: #i24411# +NavigationToolBar.idl

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfdb409783154caa6fc2d0cf0fad6b840403dafb]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/22 09:53:00 fs 1.1.2.1: control for a NavigationToolBar form control

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4d7fcbf6874a176472d0adb5dc7aef7145ee4c8]

        INTEGRATION: CWS frmcontrols02 (1.6.38); FILE MERGED 2004/01/22 09:53:10 fs 1.6.38.1: #i24411# +NavigationToolBar.idl

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cb92a4ecca7e50232c381105bb5640c3518d02f]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/04/07 14:59:18 fs 1.1.2.2: Delay->RepeatDelay (always had this name in the implementation) 2004/01/22 09:52:49 fs 1.1.2.1: model for a NavigationToolBar form control

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fedee470d7c816b210bf9e334cb99b263e47234f]

        INTEGRATION: CWS frmcontrols02 (1.7.230); FILE MERGED 2004/01/22 09:53:24 fs 1.7.230.1: #i24411# +FormControllerDispatcher.idl

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4047ebab4acf204a3197aba3761b1a9f5a2dbd6f]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/22 09:52:08 fs 1.1.2.1: initial checkin - service which describes dispatching form controller related functionality

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d6e9a5e8d0f92105b7dd68c81b64f97b95217ed]

        INTEGRATION: CWS frmcontrols02 (1.7.230); FILE MERGED 2004/01/22 09:51:01 fs 1.7.230.1: #i24411# added optional service FormControllerDispatcher

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbed2357ef4c87f62c11235e096760e58cfb8d5e]

        INTEGRATION: CWS frmcontrols02 (1.6.38); FILE MERGED 2004/01/22 09:51:28 fs 1.6.38.1: #i24411# +NAVIGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4620cf1e1ba8bce75c1eff49bec608b18e508503]

        INTEGRATION: CWS frmcontrols02 (1.9.152); FILE MERGED 2004/01/22 09:49:42 fs 1.9.152.1: small correction to doc

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [39f34cbb3562eacf67dcf207b074737496b81bc3]

        INTEGRATION: CWS frmcontrols02 (1.6.308); FILE MERGED 2004/01/22 09:49:18 fs 1.6.308.1: #i24417# +property Repeat

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [83d113a31bf6f5c04f1f4045766fdfd51236386b]

        INTEGRATION: CWS frmcontrols02 (1.62.22); FILE MERGED 2004/03/24 15:31:44 fs 1.62.22.2: RESYNC: (1.62-1.64); FILE MERGED 2004/01/29 15:19:40 fs 1.62.22.1: #i24727# properly determine whether a separator needs to be automatically hidden

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [064bc2524ae1f2b6643afd6bbdcf3f12d28a3ee2]

        INTEGRATION: CWS frmcontrols02 (1.26.72); FILE MERGED 2004/01/21 16:24:56 fs 1.26.72.1: +peerCreated

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0035a0d4cdb13d021b08483a3ed8847b03969c94]

        INTEGRATION: CWS frmcontrols02 (1.7.126); FILE MERGED 2004/01/21 16:24:09 fs 1.7.126.1: wrong tabbing in some cases ...

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c44670dcbc0aa12625dc2b6d183c334b8c468bd]

        INTEGRATION: CWS frmcontrols02 (1.9.112); FILE MERGED 2004/01/21 16:22:26 fs 1.9.112.1: +peerCreated

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [86203dfb58d6864bc3012116ab0b058f9b44ab7a]

        INTEGRATION: CWS frmcontrols02 (1.1.4); FILE ADDED 2004/03/25 10:19:44 fs 1.1.4.2: #100000# 2004/01/22 09:58:52 fs 1.1.4.1: non-ref-count version of the former OPropertyContainer (which is now derived)

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [44f3c142cfd725a2ced575613bd8fbe8d17a0a74]

        INTEGRATION: CWS frmcontrols02 (1.15.16); FILE MERGED 2004/01/22 09:58:24 fs 1.15.16.1: non-ref-count version of the former OPropertyContainer (which is now derived)

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e93bed877f266608c3b1413f9c8227a0f3153d96]

        INTEGRATION: CWS frmcontrols02 (1.8.142); FILE MERGED 2004/01/22 09:59:27 fs 1.8.142.1: +propertycontainerhelper

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e44914937450dadacc7f8cfc3670606b3476c3aa]

        INTEGRATION: CWS frmcontrols02 (1.4.86); FILE MERGED 2004/01/22 09:57:48 fs 1.4.86.1: outsourced most parts to base class (which does no ref counting) OPropertyContainerHelper

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea7a69bf4156ad99fd9f06618a9a158d6fd00a4e]

        INTEGRATION: CWS frmcontrols02 (1.37.56); FILE MERGED 2004/03/24 10:20:01 fs 1.37.56.3: RESYNC: (1.37-1.38); FILE MERGED 2004/02/02 07:52:04 fs 1.37.56.2: #i24409# 2004/01/22 10:36:19 fs 1.37.56.1: #i24411# uh - quite some changes

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac23628389b4fd7472a1cb2a5c8e6acbf83ec656]

        INTEGRATION: CWS frmcontrols02 (1.27.34); FILE MERGED 2004/02/02 08:01:30 fs 1.27.34.1: #i24409# explicitly care for navigation bars

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab5861e5d0cbbac96b8ffbeea013896a885adec6]

        INTEGRATION: CWS frmcontrols02 (1.3.10); FILE MERGED 2004/03/31 06:56:52 fs 1.3.10.1: #i24411# +SID_FM_NAVIGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cde99b1e8f6d877fbe59478f9df3cd497bdfd071]

        INTEGRATION: CWS frmcontrols02 (1.2.400); FILE MERGED 2004/03/24 10:25:16 fs 1.2.400.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/22 10:28:59 fs 1.2.400.1: changed some code which triggered warnings

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [03f2b938c2eb631778dcfc557ff000c98f85be3c]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/22 10:04:53 fs 1.1.2.1: helper class for form controller related functionality

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2e154b46f7ac720d0ea25dc0f1deb63ffcc1af2]

        INTEGRATION: CWS frmcontrols02 (1.2.586); FILE MERGED 2004/01/22 10:29:58 fs 1.2.586.1: #i24411# some more URLs which describe dispatchable form controller functionality

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a89a074ef9ae666c5a524af6434e98988046e492]

        INTEGRATION: CWS frmcontrols02 (1.20.400); FILE MERGED 2004/01/22 10:30:19 fs 1.20.400.1: #i24411# outsourced FmSlotDispatch

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac53a2b056313323c0e28050ea3c07974a0b5888]

        INTEGRATION: CWS frmcontrols02 (1.16.546); FILE MERGED 2004/03/24 10:24:45 fs 1.16.546.2: RESYNC: (1.16-1.17); FILE MERGED 2004/01/22 10:33:41 fs 1.16.546.1: #i24411# outsourced a lot of form controlling functionality to a dedicated class

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [01a7b327ae17f8158d384f54cf344a9e03db943f]

        INTEGRATION: CWS frmcontrols02 (1.6.20); FILE MERGED 2004/01/22 10:31:00 fs 1.6.20.1: #i24411# +FRM_SUN_COMPONENT_NAVIGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cec2363f323f26bffb933288235b7cdfba5bb34d]

        INTEGRATION: CWS frmcontrols02 (1.11.20); FILE MERGED 2004/03/24 10:26:03 fs 1.11.20.2: RESYNC: (1.11-1.12); FILE MERGED 2004/01/22 10:30:40 fs 1.11.20.1: #i24411# ids for navbar related strings

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [880d7bf332aacb1ac94b320ec871404daaf905a4]

        INTEGRATION: CWS frmcontrols02 (1.7.550); FILE MERGED 2004/01/22 10:29:16 fs 1.7.550.1: #i24411# page ids not needed anymore

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6398d56817d2c7d7424fa4911b6c70ceeb94373]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/01/22 10:05:33 fs 1.1.2.1: helper class for dealing with dispatches

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2817527221976442fc06b691bcf2fa617bdccd6]

        INTEGRATION: CWS frmcontrols02 (1.10.340); FILE MERGED 2004/01/22 10:16:50 fs 1.10.340.1: #i24411# uh - quite some changes

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b72d9dac1ae834d0406364cb22b502380ec183ea]

        INTEGRATION: CWS frmcontrols02 (1.24.14); FILE MERGED 2004/01/22 10:40:11 fs 1.24.14.1: #i11424 NAVGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e83b9280e22af573759f0fc46ed232a33d09d3d]

        INTEGRATION: CWS frmcontrols02 (1.8.20); FILE MERGED 2004/03/24 10:21:36 fs 1.8.20.2: RESYNC: (1.8-1.11); FILE MERGED 2004/01/22 10:34:46 fs 1.8.20.1: changed some code which triggered warnings / removed obsolete class

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5954d022a02846ac21f1d96186b41b77c3bd7e52]

        INTEGRATION: CWS frmcontrols02 (1.15.92); FILE MERGED 2004/03/24 10:19:06 fs 1.15.92.2: RESYNC: (1.15-1.17); FILE MERGED 2004/01/22 10:41:56 fs 1.15.92.1: #i24411# +formcontrolling +fmdispatch

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [693b5dd88c6a5d32df543dd908260fcb414ba5e1]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/03/30 07:17:18 fs 1.1.2.4: #100000# 2004/03/29 07:30:02 fs 1.1.2.3: #100000 2004/02/02 07:52:12 fs 1.1.2.2: #i24409# 2004/01/22 10:35:20 fs 1.1.2.1: helper class for form controller related functionality

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [11bc713852092c730ccf7f3e55eb9e39d3a30bf1]

        INTEGRATION: CWS frmcontrols02 (1.30.20); FILE MERGED 2004/01/22 10:38:40 fs 1.30.20.1: #i24411# page ids not needed anymore

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b586b5f93ad1c28b8c29734a4738d991e5f9c89]

        INTEGRATION: CWS frmcontrols02 (1.2.586); FILE MERGED 2004/01/22 10:34:09 fs 1.2.586.1: #i24411# some more URLs which describe dispatchable form controller functionality

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [485fd9101519d591680d1db29b6486bcd2cc8247]

        INTEGRATION: CWS frmcontrols02 (1.27.20); FILE MERGED 2004/01/22 10:39:59 fs 1.27.20.1: #i24411# outsourced FmSlotDispatch

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1970b162308dcc45c49389d120479ceaf8815fe]

        INTEGRATION: CWS frmcontrols02 (1.57.14); FILE MERGED 2004/04/05 16:48:35 fs 1.57.14.3: #i25281# 2004/03/24 10:20:53 fs 1.57.14.2: RESYNC: (1.57-1.58); FILE MERGED 2004/01/22 10:41:22 fs 1.57.14.1: #i11424 NAVGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae981094a2f2500ddd9cfb83bc5c4bb4fbf2b873]

        INTEGRATION: CWS frmcontrols02 (1.45.18); FILE MERGED 2004/03/24 10:21:26 fs 1.45.18.3: RESYNC: (1.45-1.50); FILE MERGED 2004/02/02 07:52:08 fs 1.45.18.2: #i24409# 2004/01/22 10:33:53 fs 1.45.18.1: #i24411# outsourced a lot of form controlling functionality to a dedicated class

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6db599858e0498d09abfa6e2fcb3863d6914756]

        INTEGRATION: CWS frmcontrols02 (1.43.18); FILE MERGED 2004/03/29 06:45:25 fs 1.43.18.4: #100000# 2004/03/24 10:21:03 fs 1.43.18.3: RESYNC: (1.43-1.48); FILE MERGED 2004/01/29 12:02:21 fs 1.43.18.2: sort slot ids 2004/01/22 10:40:54 fs 1.43.18.1: #i24411# outsourced a lot of form controlling functionality to a dedicated class

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea66f50617a1c906dec638a4f27fa1fbe09e3627]

        INTEGRATION: CWS frmcontrols02 (1.10.18); FILE MERGED 2004/01/22 10:34:13 fs 1.10.18.1: #i24411# +FRM_SUN_COMPONENT_NAVIGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [de14dc35811e40db79980221ff6a9e16bf16bfb5]

        INTEGRATION: CWS frmcontrols02 (1.19.18); FILE MERGED 2004/03/24 10:18:09 fs 1.19.18.2: RESYNC: (1.19-1.20); FILE MERGED 2004/01/22 10:38:06 fs 1.19.18.1: #i11424 NAVGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e522a2e5d5685e8fa8f944968984f08e20f0575f]

        INTEGRATION: CWS frmcontrols02 (1.9.18); FILE MERGED 2004/03/24 10:20:43 fs 1.9.18.2: RESYNC: (1.9-1.11); FILE MERGED 2004/01/22 10:39:23 fs 1.9.18.1: #i11424 NAVGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [652dbec1286215a340b9623866660a821192acce]

        INTEGRATION: CWS frmcontrols02 (1.7.400); FILE MERGED 2004/03/24 10:20:10 fs 1.7.400.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/22 10:39:16 fs 1.7.400.1: #i24411# page ids not needed anymore

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [070833ba7ac58e9c459f22ab5547218083977402]

        INTEGRATION: CWS frmcontrols02 (1.35.14); FILE MERGED 2004/03/24 10:19:51 fs 1.35.14.2: RESYNC: (1.35-1.36); FILE MERGED 2004/01/22 10:37:43 fs 1.35.14.1: #i11424 NAVGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8afe224b023a5514aa4e6e16683c7d0d78277ea]

        INTEGRATION: CWS frmcontrols02 (1.27.18); FILE MERGED 2004/03/24 10:19:41 fs 1.27.18.2: RESYNC: (1.27-1.29); FILE MERGED 2004/01/22 10:36:52 fs 1.27.18.1: #i11424# +OBJ_FM_NAVIGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [14cbc6a5d4d10b4e28539a1c23c5bbd13f98b99f]

        INTEGRATION: CWS frmcontrols02 (1.3.546); FILE MERGED 2004/01/22 10:37:09 fs 1.3.546.1: removed the usage of the OImplementationId* during +i24411

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b1ab72c8823db88ca1034a34038cc70ecfcf230]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/02/02 07:52:06 fs 1.1.2.2: #i24409# 2004/01/22 10:35:09 fs 1.1.2.1: helper class for dealing with dispatches

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e06592523663e8156d1fe210cb3d46e6b276b92e]

        INTEGRATION: CWS frmcontrols02 (1.13.18); FILE MERGED 2004/03/24 10:21:14 fs 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/22 10:40:35 fs 1.13.18.1: #i11424 NAVGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [34ecf82ae7df7394eb28c907a7c4ca6f2a93d057]

        INTEGRATION: CWS frmcontrols02 (1.34.400); FILE MERGED 2004/01/22 10:35:46 fs 1.34.400.1: changed some code which triggered warnings

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c24a4b1cbc60bd3d1fa3f20f9c137d3a0cac276]

        INTEGRATION: CWS frmcontrols02 (1.33.42); FILE MERGED 2004/01/22 10:44:21 fs 1.33.42.1: removed the usage of the OImplementationId* during +i24411

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c8108f67f83b4aaa26ea29969d2c287a70366b8]

        INTEGRATION: CWS frmcontrols02 (1.39.42); FILE MERGED 2004/03/24 09:30:25 fs 1.39.42.2: RESYNC: (1.39-1.41); FILE MERGED 2004/01/22 10:44:20 fs 1.39.42.1: removed the usage of the OImplementationId* during +i24411

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd6f690077501589dbee892fe3fa1e9c93e9b4e9]

        INTEGRATION: CWS frmcontrols02 (1.42.20); FILE MERGED 2004/03/24 10:29:58 fs 1.42.20.2: RESYNC: (1.42-1.45); FILE MERGED 2004/01/22 10:04:19 fs 1.42.20.1: #i24411# +SID_FM_*NAVIGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c206cf743c8e4da68bc114e22b10d5924270863]

        INTEGRATION: CWS frmcontrols02 (1.6.20); FILE MERGED 2004/03/24 10:30:33 fs 1.6.20.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/22 10:04:18 fs 1.6.20.1: #i24411# +SID_FM_*NAVIGATIONBAR

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4624fd5c7d914becadd3fba9be7a05b320eedc3]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/04/07 16:10:11 sw 1.1.2.1: #i24414#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [67fbd7d55385ca5ede2cf7fcf1d504e3017ae4e7]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/04/07 16:09:21 sw 1.1.2.1: #i24414#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a14a70e7b73172e49189ebb3fa1cb9967732de6]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/04/07 16:11:21 sw 1.1.2.1: #i24414#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3748122ec2786b451d548667e84294573106c94]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/04/07 16:07:35 sw 1.1.2.1: #i24414#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b144ddf4149620e86fa1ffb10fdd0dd6abd80df8]

        INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED 2004/04/07 16:08:08 sw 1.1.2.1: #i24414#

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [17cecb63e2fb970a1984cf0da4f3e78dcec1176b]

        INTEGRATION: CWS frmcontrols02 (1.16.26); FILE MERGED 2004/03/24 14:33:44 fs 1.16.26.2: RESYNC: (1.16-1.17); FILE MERGED 2004/01/22 09:47:09 fs 1.16.26.1: #i24411# +SetImagesForceSize

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e10d04eea958dc39c4f4375d854e85ea3c1bcc68]

        INTEGRATION: CWS frmcontrols02 (1.4.362); FILE MERGED 2004/01/22 09:46:37 fs 1.4.362.1: #i24411# +GetSlotName (public version of GetSlotNameImpl)

2004-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [667a345a614d1c24395007cd56d2e96f5904ef08]

        INTEGRATION: CWS frmcontrols02 (1.11.222); FILE MERGED 2004/01/22 09:44:35 fs 1.11.222.1: #i24411# +SetImagesForceSize

2004-04-08  Rüdiger Timm  <rt@openoffice.org>  [9591971db80922f3bd3a72de691607a0809828ed]

        #115712# Replaced old grande/develop6 path with new one

2004-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ebf39ae6390667823eb5d545eee930b2cdcd8c8]

        INTEGRATION: CWS ause09 (1.16.48); FILE MERGED 2004/04/02 16:15:46 hjs 1.16.48.1: #i27314# additional parameter for rscdep

2004-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d217041efd541246da79f72a907b2335a3aca59d]

        INTEGRATION: CWS ause09 (1.10.56); FILE MERGED 2004/04/02 16:14:18 hjs 1.10.56.1: #i27314# additional parameter for rscdep

2004-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d1dd2a4ed891dc0aa1fc4c23fae3ed129c10bd0]

        INTEGRATION: CWS ause09 (1.77.6); FILE MERGED 2004/03/26 17:05:18 hjs 1.77.6.2: RESYNC: (1.77-1.78); FILE MERGED 2004/03/03 16:27:29 hjs 1.77.6.1: #112607# revert last changes

2004-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aa2b2d2f9313e176c3c9af2d103bccee43b3643]

        INTEGRATION: CWS ause09 (1.2.56); FILE MERGED 2004/04/02 16:14:17 hjs 1.2.56.1: #i27314# additional parameter for rscdep

2004-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [45f47469160a23e84303751091024a0978bd4eb5]

        INTEGRATION: CWS ause09 (1.75.6); FILE MERGED 2004/03/26 17:03:13 hjs 1.75.6.2: RESYNC: (1.75-1.76); FILE MERGED 2004/03/03 16:27:29 hjs 1.75.6.1: #112607# revert last changes

2004-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a91b8d7c54ebaf5617089246adb3bbfe8586de6]

        INTEGRATION: CWS ause09 (1.2.120); FILE MERGED 2004/03/03 16:00:33 hjs 1.2.120.1: #i25998# usefull output when dying

2004-04-08  Kevin Hendricks  <khendricks@openoffice.org>  [e587ac39fd655bbe1bd280a768c991bf66972654]

        updating msofntextract with build and deliver fixes for WIN platforms and change to NOT depend on link with stlport since it is not needed

2004-04-08  Martin Hollmichel  <mh@openoffice.org>  [632aaac68deced1a87bb8621e7c2544476a5ae29]

        add FontWizard, #i24812#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8421502cca5f5e690372e3a1fc0d437f180eb391]

        INTEGRATION: CWS swnum02 (1.18.60); FILE MERGED 2004/03/30 07:47:59 hbrinkm 1.18.60.5: fixes after resync 2004/03/24 16:32:47 hbrinkm 1.18.60.4: RESYNC: (1.19-1.21); FILE MERGED 2004/03/24 15:27:50 hbrinkm 1.18.60.3: #i24560# Only add undo when promoting/demoting is possible 2004/03/03 15:45:57 hbrinkm 1.18.60.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/16 14:02:48 hbrinkm 1.18.60.1: #i24560#,#i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d95a893eac9e1c6909b7c6c7c27ce67298a821c2]

        INTEGRATION: CWS swnum02 (1.73.62); FILE MERGED 2004/03/24 16:15:17 hbrinkm 1.73.62.8: RESYNC: (1.76-1.78); FILE MERGED 2004/03/09 15:24:41 hbrinkm 1.73.62.7: #i23726# 2004/03/05 10:30:49 hbrinkm 1.73.62.6: #i23726# 2004/03/03 15:05:21 hbrinkm 1.73.62.5: RESYNC: (1.73-1.76); FILE MERGED 2004/03/03 14:04:54 hbrinkm 1.73.62.4: #i23726# 2004/02/20 14:19:35 hbrinkm 1.73.62.3: #i23725#,#i23726#,#i24560# 2004/01/28 08:42:07 hbrinkm 1.73.62.2: #i23725# delete all indent by backspace at start of line 2004/01/28 08:38:47 hbrinkm 1.73.62.1: #i23725# delete all indent by backspace at start of line

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [be75a9f4b9d1948920bef77de56e81c0b1a9a980]

        INTEGRATION: CWS swnum02 (1.16.72); FILE MERGED 2004/03/03 14:03:46 hbrinkm 1.16.72.1: #i23726# dragging numindents: only bottom

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd5083aa85d4fc3cc55a15e94bc47be174912290]

        INTEGRATION: CWS swnum02 (1.7.456); FILE MERGED 2004/03/03 16:08:02 hbrinkm 1.7.456.2: RESYNC: (1.7-1.8); FILE MERGED 2004/03/03 14:03:45 hbrinkm 1.7.456.1: #i23726# dragging numindents: only bottom

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6af23215f93032b4d5576bd971b5e99da1f1d45]

        INTEGRATION: CWS swnum02 (1.7.358); FILE MERGED 2004/01/28 08:45:02 hbrinkm 1.7.358.1: #i23725# TryRemoveIndent

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [80878abf97adcf41e9911ca9cba4caebb9750393]

        INTEGRATION: CWS swnum02 (1.21.62); FILE MERGED 2004/03/24 16:11:44 hbrinkm 1.21.62.5: RESYNC: (1.22-1.23); FILE MERGED 2004/03/09 15:24:42 hbrinkm 1.21.62.4: #i23726# 2004/03/03 14:56:37 hbrinkm 1.21.62.3: RESYNC: (1.21-1.22); FILE MERGED 2004/03/03 14:04:55 hbrinkm 1.21.62.2: #i23726# 2004/02/20 14:24:57 hbrinkm 1.21.62.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [43bb29f208b4a1a0523e8d04eaea859bed4bfae8]

        INTEGRATION: CWS swnum02 (1.60.12); FILE MERGED 2004/03/24 16:11:03 hbrinkm 1.60.12.3: RESYNC: (1.64-1.65); FILE MERGED 2004/03/03 14:55:37 hbrinkm 1.60.12.2: RESYNC: (1.60-1.64); FILE MERGED 2004/02/20 14:24:57 hbrinkm 1.60.12.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4e148803498aa412066ad09018b66b35fc6144f]

        INTEGRATION: CWS swnum02 (1.15.154); FILE MERGED 2004/02/20 14:23:59 hbrinkm 1.15.154.1: #i23725#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [447b3e478cdde73275f387d8b01dee4dec396d2b]

        INTEGRATION: CWS swnum02 (1.18.358); FILE MERGED 2004/03/24 16:13:47 hbrinkm 1.18.358.3: RESYNC: (1.19-1.20); FILE MERGED 2004/03/03 15:02:55 hbrinkm 1.18.358.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/20 14:23:40 hbrinkm 1.18.358.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd6522a4526ea7ea6f02d1daf6337d591e15cc0c]

        INTEGRATION: CWS swnum02 (1.13.354); FILE MERGED 2004/03/03 15:02:09 hbrinkm 1.13.354.3: RESYNC: (1.13-1.14); FILE MERGED 2004/02/20 14:23:05 hbrinkm 1.13.354.2: #i23726# 2004/01/28 08:43:24 hbrinkm 1.13.354.1: #i23725# counter for previous demotions of a numbered paragraph

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d4987a3201456b8cffb177ec73d91433a82d9b6]

        INTEGRATION: CWS swnum02 (1.6.358); FILE MERGED 2004/02/20 14:21:07 hbrinkm 1.6.358.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8439c503e763d1fd02f85a1895c7ccd1a82316d9]

        INTEGRATION: CWS swnum02 (1.10.60); FILE MERGED 2004/03/03 14:04:54 hbrinkm 1.10.60.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [34611b0183d66af98318a5d49989384efd3f636a]

        INTEGRATION: CWS swnum02 (1.19.132); FILE MERGED 2004/03/30 07:48:00 hbrinkm 1.19.132.5: fixes after resync 2004/03/24 16:22:42 hbrinkm 1.19.132.4: RESYNC: (1.20-1.24); FILE MERGED 2004/03/09 15:24:40 hbrinkm 1.19.132.3: #i23726# 2004/03/03 15:30:03 hbrinkm 1.19.132.2: RESYNC: (1.19-1.20); FILE MERGED 2004/02/20 14:13:32 hbrinkm 1.19.132.1: #23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d0fa71ec7a9ccd233c015420fbe87b4120b0909]

        INTEGRATION: CWS swnum02 (1.28.358); FILE MERGED 2004/03/03 14:04:49 hbrinkm 1.28.358.2: #i23726# 2004/02/20 13:59:38 hbrinkm 1.28.358.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd47adb1bbbabd88b8564698a5e611afe2637e57]

        INTEGRATION: CWS swnum02 (1.10.530); FILE MERGED 2004/02/20 14:12:54 hbrinkm 1.10.530.1: #23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [493c216d49bde7d023cc2c11652ced865ac74164]

        INTEGRATION: CWS swnum02 (1.61.62); FILE MERGED 2004/03/03 14:04:53 hbrinkm 1.61.62.2: #i23726# 2004/02/20 14:12:25 hbrinkm 1.61.62.1: #23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4990ba10227dfd75a1b967b1b8aea09fab624b40]

        INTEGRATION: CWS swnum02 (1.17.62); FILE MERGED 2004/03/03 15:42:01 hbrinkm 1.17.62.3: RESYNC: (1.17-1.19); FILE MERGED 2004/03/03 14:04:53 hbrinkm 1.17.62.2: #i23726# 2004/02/20 14:11:18 hbrinkm 1.17.62.1: #23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b6aa6aedeec0cfbdd0402ee3871f209b5f6af39]

        INTEGRATION: CWS swnum02 (1.5.308); FILE MERGED 2004/03/24 16:31:47 hbrinkm 1.5.308.4: RESYNC: (1.5-1.6); FILE MERGED 2004/03/05 10:30:49 hbrinkm 1.5.308.3: #i23726# 2004/03/03 14:04:52 hbrinkm 1.5.308.2: #i23726# 2004/02/20 14:08:36 hbrinkm 1.5.308.1: #i23726#,#i23725#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [28a953258287809a6d41cd1a4a988d074ade0b82]

        INTEGRATION: CWS swnum02 (1.26.60); FILE MERGED 2004/03/03 15:43:09 hbrinkm 1.26.60.2: RESYNC: (1.26-1.27); FILE MERGED 2004/03/03 14:04:52 hbrinkm 1.26.60.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c2d5757801119458bfaec3ceec01e38359d6f40]

        INTEGRATION: CWS swnum02 (1.13.60); FILE MERGED 2004/03/24 16:32:56 hbrinkm 1.13.60.3: RESYNC: (1.13-1.16); FILE MERGED 2004/03/03 14:04:51 hbrinkm 1.13.60.2: #i23726# 2004/02/20 14:07:57 hbrinkm 1.13.60.1: #i23726#,#i23725#

2004-04-07  Christian Lippka  <cl@openoffice.org>  [f259a78a95e462b69cc62f5fe70fd0ae459d20fe]

        added line that was removed during 1.107.148.2 which caused the bug fixed in 1.113

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b045606b65447b4c59b0a719ffe461e11bd60e5c]

        INTEGRATION: CWS swnum02 (1.8.62); FILE MERGED 2004/03/03 14:04:51 hbrinkm 1.8.62.2: #i23726# 2004/02/20 14:02:54 hbrinkm 1.8.62.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0ffbfc58f3ccb0498b991cda9577b65663a6a33]

        INTEGRATION: CWS swnum02 (1.30.102); FILE MERGED 2004/03/03 15:47:16 hbrinkm 1.30.102.2: RESYNC: (1.30-1.31); FILE MERGED 2004/03/03 14:04:50 hbrinkm 1.30.102.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4470d4a3c365b2f6defe691a8c3379d9a07fff13]

        INTEGRATION: CWS swnum02 (1.10.132); FILE MERGED 2004/03/24 16:36:11 hbrinkm 1.10.132.3: RESYNC: (1.10-1.11); FILE MERGED 2004/03/03 14:04:50 hbrinkm 1.10.132.2: #i23726# 2004/02/20 14:00:16 hbrinkm 1.10.132.1: #i23726#,#i23725#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ff9563e8a3224970944098a5093c18246aaa362]

        INTEGRATION: CWS swnum02 (1.30.274); FILE MERGED 2004/03/24 16:35:47 hbrinkm 1.30.274.4: RESYNC: (1.33-1.34); FILE MERGED 2004/03/03 15:52:48 hbrinkm 1.30.274.3: RESYNC: (1.30-1.33); FILE MERGED 2004/03/03 14:04:50 hbrinkm 1.30.274.2: #i23726# 2004/02/20 13:59:38 hbrinkm 1.30.274.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9f28664d75a7bbb75493e7cc0b0d9b1632d9244]

        INTEGRATION: CWS swnum02 (1.51.112); FILE MERGED 2004/03/24 16:35:28 hbrinkm 1.51.112.3: RESYNC: (1.56-1.60); FILE MERGED 2004/03/03 15:52:38 hbrinkm 1.51.112.2: RESYNC: (1.51-1.56); FILE MERGED 2004/02/20 13:58:29 hbrinkm 1.51.112.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ba53328bec160c1066ecd372ce93131f361ad38]

        INTEGRATION: CWS swnum02 (1.11.358); FILE MERGED 2004/03/03 14:04:49 hbrinkm 1.11.358.2: #i23726# 2004/02/20 12:43:03 hbrinkm 1.11.358.1: #i23726#

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c66e5da79436abf51aec614a50cbbd3488337754]

        INTEGRATION: CWS swnum02 (1.18.56); FILE MERGED 2004/03/03 15:52:09 hbrinkm 1.18.56.3: RESYNC: (1.18-1.20); FILE MERGED 2004/03/03 14:04:49 hbrinkm 1.18.56.2: #i23726# 2004/02/20 12:42:12 hbrinkm 1.18.56.1: #i23726#

2004-04-07  Rüdiger Timm  <rt@openoffice.org>  [e47b1acddf16292ed9321f60ea2c67bbe2f8096c]

        fixed service count for OBJ_RECT in getSupportedServiceNames (cl)

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f60983779398872f2443c5140d4c52023e640f25]

        INTEGRATION: CWS desktintgr01 (1.12.24); FILE MERGED 2004/02/26 13:11:12 deuce 1.12.24.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ea6d5cd7f765b684d783f2f0967d8df5136cef2]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:51:15 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [34056ac6ffed64cfaa7884130c9d507ca6ec184e]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/12 12:25:27 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 13:53:10 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [09e441799eeb6b59e3667fb78c097596579f7966]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:52:10 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1db720bff259428843d2a35f0990feb2d1bc5ff]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:50:34 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4817e9a62ff67230c1746ef5c59426bbcc03349c]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:52:43 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6667e599f93d0a9ad8be7002ce10fa5880ea06f0]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/14 20:11:50 tra 1.1.2.2: dbgmacros.cxx 2004/02/26 13:51:42 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [3df4cd7d6a78e2b0e8bb3cef2b669820c99d86dd]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:45:38 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [849fc6e439ad9a07f4557127b393a96ecd447bb5]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/12 12:21:05 tra 1.1.2.2: #97686# 2004/02/26 13:44:58 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [59b2e0ba55f89d63ed747bd698ff3e23857b99dc]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:48:45 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d48102a82fde6ddc3a75e7fc62069b23cb36ec0]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:46:46 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ff9b539b0ad7766bb19b5badc274e1cf214db53]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:44:33 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8efdddf261a6b3a7555b036807ee0e13441ad3e]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/12 12:21:05 tra 1.1.2.2: #97686# 2004/02/26 13:48:14 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa97e953f4fd3cc8dc4d6cdffef4ade95338b2c4]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:46:15 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7434217a8c2b30091a849ac3b1f5676ba1dddd4c]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/14 20:11:10 tra 1.1.2.3: dynamically allocating a COpenOfficeMetaInformation instance 2004/03/12 12:23:23 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 13:38:48 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab495c0cee9dbb57d8844e81dd530ca7cd28f068]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:41:23 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fa4c0804a413932dd24d5d527026c68eeec2752]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:39:56 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6b2383183af86dc76cd5f5be14339bdb4ff7c4a]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:38:12 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d6a94f0e0e7f810563c7cab0f1614ae9202d030]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/14 20:10:24 tra 1.1.2.3: ctor now receives a COpenOfficeMetaInformation instance instead of construction one itself 2004/03/12 12:23:22 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 13:40:33 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b1224d44e6fc98b2be3ad991b0c6a075717d1a4]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/14 20:10:24 tra 1.1.2.3: ctor now receives a COpenOfficeMetaInformation instance instead of construction one itself 2004/03/12 12:23:21 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 13:39:25 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dc729091036b18c256db927aef14c55d44f708b]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:36:28 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b718f390bf3dcc85dc97b2ef7483d93bbe3968ec]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/04/06 03:15:11 deuce 1.1.2.5: Issue number:  #97686 resolve bug on infotips open violation problem. Submitted by: Gorden Lin gorden.lin@sun.com Reviewed by: Tino Rachui tino.rachui@sun.com 2004/03/14 20:16:38 tra 1.1.2.4: #97686#merge changes 2004/03/12 12:28:20 tra 1.1.2.3: #115531#using strncpy instead of strcpy because it more secure 2004/03/12 12:22:08 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 13:35:48 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b6be165c54b61b02df5f9da7c181a6e8980066f]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:33:18 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0efb1ad8637a7b71998aa3464e48ff4fd4c140c]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/12 12:21:49 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 13:32:46 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [acd9c3764ca8af712fe3001be51cef29af312503]

        INTEGRATION: CWS impress6ea1 (1.24.80); FILE MERGED 2004/03/29 14:57:45 cl 1.24.80.1: #112490# added tabpages for asian typography, tab and alignment to styles

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [06175a6348c8b36ab28edff750dcea34a9a2e460]

        INTEGRATION: CWS impress6ea1 (1.7.64); FILE MERGED 2004/03/29 14:57:45 cl 1.7.64.1: #112490# added tabpages for asian typography, tab and alignment to styles

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c121275ac5c3e8fdbeda0fbff83dbccf874863dc]

        INTEGRATION: CWS impress6ea1 (1.24.80); FILE MERGED 2004/03/29 14:57:44 cl 1.24.80.1: #112490# added tabpages for asian typography, tab and alignment to styles

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6702aa52bf2e9d3827f41875f265939a290231a4]

        INTEGRATION: CWS impress6ea1 (1.8.64); FILE MERGED 2004/03/29 14:57:44 cl 1.8.64.1: #112490# added tabpages for asian typography, tab and alignment to styles

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdb583adfb38a94e14390f7aac8cab6bedaafbe3]

        INTEGRATION: CWS impress6ea1 (1.8.402); FILE MERGED 2004/03/30 16:05:26 sj 1.8.402.2: #i26747# added grouping depth limit 2004/03/29 15:41:10 sj 1.8.402.1: #i26747# fixed crash if exporting group objects with a depth higher than 32

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [bab36fc2a68c6a51577f7da7fd1f8b2e061f83ab]

        INTEGRATION: CWS desktintgr01 (1.2.88); FILE MERGED 2004/03/22 10:05:23 deuce 1.2.88.2: resolve the unregistration problem,files can not remove completely. Issue number: #116008 Submitted by: Gorden Lin Reviewed by:  Tino Rachui 2004/02/26 14:14:42 deuce 1.2.88.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [136e3e8d6688ee2bb7e9b4c7a5a90a151120f38a]

        INTEGRATION: CWS impress6ea1 (1.40.170); FILE MERGED 2004/03/29 15:45:16 sj 1.40.170.1: #i26747# fixed crash if exporting group objects with a depth higher than 32

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa371a79ae60617d21d8df986af424989cc4bf41]

        INTEGRATION: CWS desktintgr01 (1.4.88); FILE MERGED 2004/03/12 12:20:20 tra 1.4.88.2: #97686# 2004/02/26 14:24:03 deuce 1.4.88.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a9e8863ec61cfecf6e46f7becff0c7ae7015511]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:03:08 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [90f9d200b8ad816c6736f401d8b34cd3d114a1ea]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:03:07 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [87346e104d8ddb478b57606187204cd23a537fa6]

        INTEGRATION: CWS desktintgr01 (1.1.114); FILE MERGED 2004/02/26 14:32:58 deuce 1.1.114.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c193d04703f4b744f351ad1df3245fdd5649e61]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:03:06 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7535c6b66a2605bb5a76945a2f52bb842e870b15]

        INTEGRATION: CWS desktintgr01 (1.1.114); FILE MERGED 2004/02/26 14:33:20 deuce 1.1.114.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d73570930006bc315824a3a7bf28b8c8e13e6ba]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:03:04 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ad29d293c08994b7558170a9d78ac3e5d0cb326]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 14:35:48 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [19a89aa997265e0d2f07f17f3dc2fee45dfc40f6]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 14:35:22 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d0c3f85a175cfc134d244492eb8e76fed723f5d]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:03:02 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [55e55fd860fff7d15388c60213e8e4d8f2fe6578]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:30:11 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [21fb1b352f775acab049aabfbbebb296216265e0]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:29:35 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a136774f2e77f8931bafc9925b31a308895ea6b5]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:03:01 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4189dbdc8baf3f4dfd6fb39c878a537bb2c470b6]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:28:58 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce69c105356cc889a47d77fdc4b276e04281bf7d]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:03:00 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [72af723bba6e815887e8fe7c30ee6c39a279eb9e]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:28:23 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [449f4b6fdec3133763c159e108e17135512c9466]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:59 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [07a954a884e5673fc7a15258f26f8db918bcf0d2]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:58 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fc602d34f13b6e71cf8a33e66bff0dc3de2b755]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:56 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6a3ae15ba26810e767cc4ce83265abe8d45a8df]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:55 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a074836e96efd487758b2be9523cc42df08685f]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:54 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8eccf39198c5a8b3151873a492e6086482d74ee6]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:53 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e809e4334cbc56538bb96f69d49f5b9471b3850]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:52 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bbcb0f5135254298b44c6892f560f327d970e3f]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:51 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba8d8cf056eaf2fa00634ab109a7498eafcd0cfd]

        INTEGRATION: CWS desktintgr01 (1.2.28); FILE MERGED 2004/02/26 13:17:20 deuce 1.2.28.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [26af95d16c26b6f5fa12e5fca763905c88aa5206]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:50 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [04b8c9572da5745f2f18397d35ba811dae311f42]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:49 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2e6729d9742418d15585cb71f7156de5eafb9ba]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:08:44 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a19e0e66e81c437a91bcd21f79a7c63820feb96]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:48 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ed6ec76c0d405e0ef45b564126c69e24bed5bb6]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:06:13 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dd2cecc492eb008408586360e6f8ced1bcca0e1]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/12 12:17:59 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 13:03:00 deuce 1.1.2.1: Issue number: 97686, 115531  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [43c1b962c1a447b696fa3cbd036dc440a629c98c]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:47 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b666d3a728be2418ad40591607b97740a2f6c0c]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:00:46 deuce 1.1.2.1: Issue number: 97686, 115531  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [840e1535409491e0d4583b57d51478f9a8fbf1d1]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/12 12:17:59 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 12:59:26 deuce 1.1.2.1: Issue number: 97686, 115531  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [82378d817f7b222191255a327b85ffc891c5737f]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:46 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c3bdec5e30b5ee9960adac1e2cce14852f91025]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/12 12:17:59 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 12:57:47 deuce 1.1.2.1: Issue number: 97686, 115531  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c03b7c9d1d8966b9f7111aa658754e500345ad5]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:45 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1956d140c0a035ad4f40527d4199faa85c7eef39]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/03/14 20:22:28 tra 1.1.2.4: changed return type of InitPropPageStatistics to void again 2004/03/14 20:08:36 tra 1.1.2.3: COpenOfficeMetaInformation member no longer contained by value but allocated on the heap 2004/03/12 12:17:59 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 12:56:10 deuce 1.1.2.1: Issue number: 97686, 115531  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [cec91c1d0f5aa7c84e58552dd1e62074d2f7496f]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:08:02 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a701fda4bd5be3f0029ab94b1f59150adda80d57]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:44 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [38d495cf942ef9e8a00f93e92607b2fffcae970d]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:06:56 deuce 1.1.2.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a66b53db483f718b3b80dcd91f4241553715ecd]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:42 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [65a51f7b73f607cf58f2d458e4d2f0f846c5b2b6]

        INTEGRATION: CWS desktintgr01 (1.2.28); FILE MERGED 2004/02/26 13:05:13 deuce 1.2.28.1: Issue number: 97686, 115531, 108219  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e138c9d7562f2835743786c4f904095e7737caa7]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:41 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5c656eecbdc9526c7d8d43cb48e203d246a15df]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:01:45 deuce 1.1.2.1: Issue number: 97686, 115531  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bd998a1d03624321cc6d8a7cd49653879b42bd8]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:40 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b4573b8cfa2a671e68ee7bd97942b1359a54611]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 13:00:00 deuce 1.1.2.1: Issue number: 97686, 115531  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c520b6ba9cb8213fe51927052cf1556c2ae3962]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 12:58:33 deuce 1.1.2.1: Issue number: 97686, 115531  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6143bd0ba8e24f27b5b352228e7ef0814e06d94c]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 12:56:58 deuce 1.1.2.1: Issue number: 97686, 115531  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [21ec48786d12d12032e5357907fafb89982fdee4]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:39 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [be48cd7b156401e50c4239637d7a4912e94f1ee2]

        INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED 2004/02/26 12:55:18 deuce 1.1.2.1: Issue number: 97686, 115531  restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a29b9a83d923892a6f310394ba89c5ec40f0af7]

        INTEGRATION: CWS impress6ea1 (1.2.42); FILE MERGED 2004/03/31 12:02:38 cl 1.2.42.1: #115334# added missing SUPPORTSSELECTION flag

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c87e426c533250e7e0a4615dab03879d381d522]

        INTEGRATION: CWS geordi2q16 (1.2.152); FILE MERGED 2004/04/05 14:24:20 hr 1.2.152.1: #111934#: merge CWS ooo111regression5

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [af5b7e5432c8514deb35ceaae9375281b6cda517]

        INTEGRATION: CWS geordi2q16 (1.31.118); FILE MERGED 2004/04/05 13:40:01 hr 1.31.118.1: #111934#: merge CWS ooo111regression4

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [492bca088adadda43c4317df8c5e72d59971bdb6]

        INTEGRATION: CWS geordi2q16 (1.42.174); FILE MERGED 2004/04/02 15:03:08 hr 1.42.174.1: #111934#: merge CWS ooo111regression3

2004-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d95a5b5fb326716cf8b4e08bc1e99d0ef154646]

        INTEGRATION: CWS geordi2q16 (1.32.174); FILE MERGED 2004/04/05 13:36:29 hr 1.32.174.1: #111934#: merge CWS ooo111regression4

2004-04-06  Kurt Zenker  <kz@openoffice.org>  [752e8d7ece5cf4971a6f967ba8f1dbc01efa85d1]

        new version for SRC680

2004-04-05  Kurt Zenker  <kz@openoffice.org>  [27d3106bbab207d0caff1fd977cf3bb900b79d7b]

        new version for SRC680

2004-04-05  Rüdiger Timm  <rt@openoffice.org>  [5c779dbdbfec971d4bffbdf7a5da7719f139c3ec]

        new version for SRC680

2004-04-05  Rüdiger Timm  <rt@openoffice.org>  [6ecc488db8e663ba6f3e0b6884d0fd9e1825e377]

        #i10000# Don't link against msvci70.dll

2004-04-05  Kurt Zenker  <kz@openoffice.org>  [4f7ec99d94e8f296d8c34329898fcdab002ee19e]

        new version for SRC680

2004-04-05  Christian Lippka  <cl@openoffice.org>  [c072c48e6e1ee8eb7c1f2d17e4b40d00a83c5554]

        removed fontwork bitmaps, theyre not used yet and therefore the bitmaps are missing

2004-04-05  Kurt Zenker  <kz@openoffice.org>  [a870ab9ecbb1de58e376538f7ec88d0ffac89050]

        new version for SRC680

2004-04-05  Rüdiger Timm  <rt@openoffice.org>  [a0f66960692315bfd33ad9a961d3ad9f1e37c5f8]

        #i10000# (SJ)

2004-04-05  Rüdiger Timm  <rt@openoffice.org>  [601acc21583db88f15e001700420bc8dfdafb67a]

        #i10000# Use aPropOpt.CreateTextProperties (SJ)

2004-04-05  Vladimir Glazounov  <vg@openoffice.org>  [feb251db6e441a1b277d15d5e486cc1fa615f94a]

        #100000# one additional default build mode for OOo

2004-04-02  Björn Milcke  <bm@openoffice.org>  [02797dd07550eef4a021ed8eac3f97e19ca16375]

        #115966# initialize model before using 3d scene

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e506277da03d7ea7e53fafe2f3a32064f27524d6]

        SRC680

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [bd555db40d3a45bf892c1d166bbc2d72ea3517c9]

        INTEGRATION: CWS sj05 (1.28.32); FILE MERGED 2004/03/15 15:04:58 sj 1.28.32.6: RESYNC: (1.35-1.37); FILE MERGED 2004/02/16 10:42:27 sj 1.28.32.5: RESYNC: (1.34-1.35); FILE MERGED 2004/02/13 21:06:54 sj 1.28.32.4: RESYNC: (1.32-1.34); FILE MERGED 2003/12/05 15:45:01 sj 1.28.32.3: fixed merge conflict 2003/11/27 19:31:39 sj 1.28.32.2: RESYNC: (1.28-1.32); FILE MERGED 2003/09/12 16:39:33 sj 1.28.32.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [199e46cf7658ba6bc429ba0ce08ec3671323eab5]

        INTEGRATION: CWS sj05 (1.62.50); FILE MERGED 2004/03/15 14:39:48 sj 1.62.50.5: RESYNC: (1.69-1.71); FILE MERGED 2004/02/16 10:35:24 sj 1.62.50.4: RESYNC: (1.68-1.69); FILE MERGED 2004/02/13 20:51:46 sj 1.62.50.3: RESYNC: (1.67-1.68); FILE MERGED 2003/11/27 19:02:20 sj 1.62.50.2: RESYNC: (1.62-1.67); FILE MERGED 2003/09/12 16:31:39 sj 1.62.50.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [718a55414ca0fb2edd4d033bd191f665b1a0a609]

        INTEGRATION: CWS sj05 (1.45.62); FILE MERGED 2004/03/15 14:39:57 sj 1.45.62.5: RESYNC: (1.52-1.54); FILE MERGED 2004/02/16 10:35:32 sj 1.45.62.4: RESYNC: (1.51-1.52); FILE MERGED 2004/02/13 20:52:50 sj 1.45.62.3: RESYNC: (1.50-1.51); FILE MERGED 2003/11/27 19:03:39 sj 1.45.62.2: RESYNC: (1.45-1.50); FILE MERGED 2003/09/12 16:31:14 sj 1.45.62.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f4401e6f3fb018a84a89e908390d773a9de725ed]

        INTEGRATION: CWS sj05 (1.93.192); FILE MERGED 2004/02/13 17:36:00 sj 1.93.192.2: RESYNC: (1.93-1.95); FILE MERGED 2004/02/04 11:39:14 cl 1.93.192.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [4fdec4f03f1db477d3fd4201af75c62e0c8b0563]

        INTEGRATION: CWS sj05 (1.22.44); FILE MERGED 2004/02/13 13:30:36 sj 1.22.44.3: RESYNC: (1.22-1.23); FILE MERGED 2004/01/29 17:03:26 cl 1.22.44.2: #i20484# added new shape ui for extrusion and fontwork 2004/01/23 17:20:28 cl 1.22.44.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [443444a7bd94cd5a9a619d99b244786a8636fd35]

        INTEGRATION: CWS sj05 (1.57.4); FILE MERGED 2004/02/13 13:34:03 sj 1.57.4.2: RESYNC: (1.57-1.58); FILE MERGED 2004/02/09 15:19:24 cl 1.57.4.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [796ecfc8574d5b192a7009f3c235179cdb8abd8c]

        INTEGRATION: CWS sj05 (1.89.48); FILE MERGED 2004/02/13 14:36:34 sj 1.89.48.2: RESYNC: (1.89-1.90); FILE MERGED 2004/01/23 17:19:37 cl 1.89.48.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [dd2390d47351fc381b7b216d190c7467607bcaea]

        INTEGRATION: CWS sj05 (1.71.2); FILE MERGED 2004/02/17 15:17:09 sj 1.71.2.8: changed name of new shape 2004/02/13 14:40:41 sj 1.71.2.7: RESYNC: (1.71-1.73); FILE MERGED 2004/02/06 10:34:01 sj 1.71.2.6: name changes 2004/02/06 10:31:02 sj 1.71.2.5: name changes 2003/12/18 19:01:52 sj 1.71.2.4: added TextRotateAngle property 2003/11/25 18:17:29 sj 1.71.2.3: CreateAutoShapeProperties is now requiring the shape type 2003/10/24 09:33:08 sj 1.71.2.2: now storing mirror flags in a item 2003/10/17 17:17:20 sj 1.71.2.1: now exporting autoshape properties

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [6169d9272d0fba818c6813d69f62d905d5cf2447]

        INTEGRATION: CWS sj05 (1.39.136); FILE MERGED 2004/02/13 14:40:20 sj 1.39.136.2: RESYNC: (1.39-1.41); FILE MERGED 2003/10/17 17:17:19 sj 1.39.136.1: now exporting autoshape properties

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [5ee3f367445545f5124e054097b593ab8da8b781]

        INTEGRATION: CWS sj05 (1.38.20); FILE MERGED 2004/03/15 13:04:08 sj 1.38.20.2: RESYNC: (1.38-1.39); FILE MERGED 2004/02/17 15:17:50 sj 1.38.20.1: fixed gpf if loading ppt documents with header&footer

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f2981c37fee160c3ea9b0f499b9cb83b6eb2b545]

        INTEGRATION: CWS sj05 (1.13.132); FILE MERGED 2004/03/15 13:04:18 sj 1.13.132.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/23 17:14:23 cl 1.13.132.1: #i20484# adding autoshape ui

2004-04-02  Christian Lippka  <cl@openoffice.org>  [f49c97ba10ce66d40681b96552364e23cb0ee253]

        #i26576# reinserted needed stuff for fields

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f0a061029092c176a6e086b89a4da35697e8d044]

        INTEGRATION: CWS sj05 (1.19.236); FILE MERGED 2004/01/23 13:20:42 cl 1.19.236.1: #i20484# adding support to use valueset inside a menu

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [4c788d6e5f212d2cf86088bc362b80b7998945d0]

        INTEGRATION: CWS sj05 (1.25.174); FILE MERGED 2004/02/13 18:56:15 sj 1.25.174.5: RESYNC: (1.26-1.28); FILE MERGED 2004/02/05 17:25:46 sj 1.25.174.4: name changes 2004/01/23 17:04:18 cl 1.25.174.3: #i20484# adding autoshape ui 2003/11/27 16:44:23 sj 1.25.174.2: RESYNC: (1.25-1.26); FILE MERGED 2003/09/12 17:05:01 sj 1.25.174.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [848192e90e7e645a2a7397146e3a7a1b358e0fe3]

        INTEGRATION: CWS sj05 (1.5.252); FILE MERGED 2004/02/13 18:57:51 sj 1.5.252.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/11 19:14:47 sj 1.5.252.1: added secondary fill color

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [5bb903e18dbbc1bdcd0c6ef61baa379d0f02b297]

        INTEGRATION: CWS sj05 (1.24.240); FILE MERGED 2004/02/16 10:31:49 sj 1.24.240.2: RESYNC: (1.24-1.25); FILE MERGED 2003/12/11 19:14:28 sj 1.24.240.1: added secondary fill color

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [16e20f62d550c023ea26c6fad04be17718fb4fda]

        INTEGRATION: CWS sj05 (1.107.148); FILE MERGED 2004/03/15 14:22:29 sj 1.107.148.6: RESYNC: (1.109-1.110); FILE MERGED 2004/02/13 18:58:48 sj 1.107.148.5: RESYNC: (1.108-1.109); FILE MERGED 2004/02/05 17:25:05 sj 1.107.148.4: name changes 2003/11/27 16:47:10 sj 1.107.148.3: RESYNC: (1.107-1.108); FILE MERGED 2003/09/24 15:07:38 sj 1.107.148.2: added missing textservice for autoshapes 2003/09/12 17:04:41 sj 1.107.148.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ef68d005dc58dc37bf1377b8acf0b6949ed5e9b0]

        INTEGRATION: CWS sj05 (1.41.150); FILE MERGED 2004/03/03 15:56:08 sj 1.41.150.8: now retrieving the correct position of flipped CustomShapes 2004/03/01 11:12:56 sj 1.41.150.7: not accessing uninitialized object 2004/02/13 18:58:37 sj 1.41.150.6: RESYNC: (1.41-1.42); FILE MERGED 2004/02/05 17:25:04 sj 1.41.150.5: name changes 2003/12/09 11:17:49 sj 1.41.150.4: autoshape changes 2003/12/05 15:56:22 sj 1.41.150.3: moved conversion from PolyPolygonbeziercoords to XPolyPolygon into unopolyhelper.hxx 2003/09/24 15:06:28 sj 1.41.150.2: fixed some minor mismatches 2003/09/12 17:04:12 sj 1.41.150.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [2f36680deb14f6b0d4cc86aaf8717b08f4d3d614]

        INTEGRATION: CWS sj05 (1.48.252); FILE MERGED 2004/02/13 18:58:28 sj 1.48.252.4: RESYNC: (1.48-1.50); FILE MERGED 2004/02/05 17:25:03 sj 1.48.252.3: name changes 2003/09/24 15:05:22 sj 1.48.252.2: changed type of AutoShapeGeometry property 2003/09/12 17:03:50 sj 1.48.252.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [949fdcdb4607744a14602e49264c911a46c19c52]

        INTEGRATION: CWS sj05 (1.23.252); FILE MERGED 2004/02/13 18:58:10 sj 1.23.252.4: RESYNC: (1.24-1.25); FILE MERGED 2004/02/05 17:25:01 sj 1.23.252.3: name changes 2003/11/27 16:46:39 sj 1.23.252.2: RESYNC: (1.23-1.24); FILE MERGED 2003/09/12 17:03:17 sj 1.23.252.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [05050ffe5ecd36c7522baf6e41b1483571be54ae]

        INTEGRATION: CWS sj05 (1.7.410); FILE MERGED 2004/02/05 17:25:00 sj 1.7.410.4: name changes 2003/11/27 16:46:21 sj 1.7.410.3: RESYNC: (1.7-1.8); FILE MERGED 2003/10/24 15:07:41 sj 1.7.410.2: fixed upper/lower case include mismatch 2003/09/12 17:03:02 sj 1.7.410.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [18f9458fbf438cb386ede6369e3318184374468d]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/01/23 14:59:25 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [7f8f7129a48f4b5bdb14ec0945c50d21d779090a]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/12 14:37:58 cl 1.1.2.2: #i20484# finalized strings 2004/01/23 14:59:49 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Mathias Bauer  <mba@openoffice.org>  [a579664f22309ab039cdc06261d845609893139a]

        #26577#: password interaction needed

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e3c87267a12a03e633b48376be5915891104c97c]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/01/23 14:59:14 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [999e3d654c60febe3739942aff31ca14083acf1d]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/12 14:37:58 cl 1.1.2.2: #i20484# finalized strings 2004/01/23 14:59:37 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d03f7110920f849f8d73bf33a0ee768de0227f25]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/12 14:37:58 cl 1.1.2.8: #i20484# finalized strings 2004/03/03 14:10:37 sj 1.1.2.7: tilt direction up/down is now correct 2004/03/01 14:12:43 sj 1.1.2.6: now taking care of skew value 2004/02/11 12:52:42 sj 1.1.2.5: fixed some compiler problems 2004/02/09 15:31:36 cl 1.1.2.4: #i20484# added new CustomShape ui 2004/02/05 17:24:44 sj 1.1.2.3: name changes 2004/01/26 15:10:32 cl 1.1.2.2: #i20484# adding autoshape ui 2004/01/23 14:58:57 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Mathias Bauer  <mba@openoffice.org>  [3564d29b4106184d09dacba77a6349ec5409db45]

        #26577#: error in LoadEnv tries to close document; so get rid of it

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1d7c349f369aa54f98aa6a5c3991dc03e1913751]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/01/29 17:01:57 cl 1.1.2.2: #i20484# added new shape ui for extrusion and fontwork 2004/01/23 15:40:33 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ddab3a5b6f6d089667039a2c37c06ddd983f9985]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/01/29 17:01:57 cl 1.1.2.2: #i20484# added new shape ui for extrusion and fontwork 2004/01/23 15:40:21 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1fceda042e7ba87efda03fcf518c039f1d9a3205]

        INTEGRATION: CWS sj05 (1.43.6); FILE MERGED 2004/02/13 18:59:52 sj 1.43.6.3: RESYNC: (1.43-1.45); FILE MERGED 2004/01/26 15:10:12 cl 1.43.6.2: #i20484# adding autoshape ui 2004/01/23 15:57:04 cl 1.43.6.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1454e51eb08f393feb91ebf3932a7993b73c9841]

        INTEGRATION: CWS sj05 (1.5.22); FILE MERGED 2004/01/23 17:33:14 cl 1.5.22.2: #i20484# adding autoshape ui 2004/01/23 15:57:04 cl 1.5.22.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [4e8801c8fa3df04aac745becaffe166f2c06fca8]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/12 14:37:05 cl 1.1.2.2: #i20484# finalized strings 2004/01/23 15:41:21 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [9ad3f8de876e233885c11a5e8d4da5933d3e4e7c]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/01/23 15:41:09 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Mathias Bauer  <mba@openoffice.org>  [7057a83c19a3f67ec111d79a761dae517071b4b0]

        #26577#: use close instead of dispose

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3e2e7b23ce74fc6398a5582956d3041370271a4b]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/12 14:37:05 cl 1.1.2.3: #i20484# finalized strings 2004/01/29 17:01:56 cl 1.1.2.2: #i20484# added new shape ui for extrusion and fontwork 2004/01/23 15:41:45 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8778488d1b9b465accb6554a1f747148ac3d39c7]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/12 14:37:05 cl 1.1.2.3: #i20484# finalized strings 2004/01/29 17:01:55 cl 1.1.2.2: #i20484# added new shape ui for extrusion and fontwork 2004/01/23 15:41:33 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [696b9f300e017debc2f892eb058ef91f52fcc34b]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/12 14:37:04 cl 1.1.2.5: #i20484# finalized strings 2004/01/30 10:39:39 cl 1.1.2.4: #i20484# added new shape ui for extrusion and fontwork 2004/01/29 17:01:54 cl 1.1.2.3: #i20484# added new shape ui for extrusion and fontwork 2004/01/23 17:33:13 cl 1.1.2.2: #i20484# adding autoshape ui 2004/01/23 15:40:45 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d765ac695b618a8009bd4db8b8d7712aa7000105]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/01/23 15:40:57 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [43edb843c46b11640a5cfbbca9e37c42376f4171]

        INTEGRATION: CWS sj05 (1.77.6); FILE MERGED 2004/03/30 12:18:49 sj 1.77.6.5: added ui name for custom shape 2004/02/13 19:04:42 sj 1.77.6.4: RESYNC: (1.77-1.78); FILE MERGED 2004/02/05 17:24:23 sj 1.77.6.3: name changes 2004/01/20 18:48:54 sj 1.77.6.2: added wordwrap and autogrowsize items 2003/12/11 19:13:50 sj 1.77.6.1: added secondary fill color

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [245bb6fb88c43fcdcd72555c1990d85e9e9de0f2]

        INTEGRATION: CWS sj05 (1.12.6); FILE MERGED 2003/12/17 14:16:44 sj 1.12.6.1: fixed positioning error of rotated text objects

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f54603d4ef3ad6dd85f33cc0b5f25d0c860f3650]

        INTEGRATION: CWS sj05 (1.58.110); FILE MERGED 2004/02/13 19:03:05 sj 1.58.110.4: RESYNC: (1.59-1.61); FILE MERGED 2004/02/05 17:24:22 sj 1.58.110.3: name changes 2003/11/27 16:52:41 sj 1.58.110.2: RESYNC: (1.58-1.59); FILE MERGED 2003/09/12 17:02:42 sj 1.58.110.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f299cb8d3addf4b35dd0cf366c7f99c6361648da]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/30 12:18:18 sj 1.1.2.23: added ui name for custom shape 2004/03/25 14:39:00 sj 1.1.2.22: now first trying to get the xshape from the page, otherwise there are some problems with weak references to existing svxshapes 2004/03/17 13:00:09 sj 1.1.2.21: now creating XShape not requires shape to be inserted into page 2004/03/11 11:34:31 sj 1.1.2.20: improved creation of line geometry 2004/02/09 18:08:55 sj 1.1.2.19: now setting layer 2004/02/05 17:24:21 sj 1.1.2.18: name changes 2004/01/23 16:57:24 cl 1.1.2.17: #i20484# adding autoshape ui 2004/01/22 15:33:54 sj 1.1.2.16: hittest has been improved for group and 3d objects 2004/01/20 18:48:20 sj 1.1.2.15: added wordwrap and autogrowsize items 2004/01/13 09:19:32 sj 1.1.2.14:  added contact object for sdrobjashp 2003/12/18 19:00:29 sj 1.1.2.13: added TextRotateAngle property 2003/12/17 14:15:57 sj 1.1.2.12: added support of mirroring and vertical writing 2003/12/11 19:13:22 sj 1.1.2.11: defaulting autoshape engine 2003/12/10 19:34:12 sj 1.1.2.10: added handles for autoshapes 2003/12/09 11:17:43 sj 1.1.2.9: autoshape changes 2003/12/05 15:57:41 sj 1.1.2.8: added takedragpoly for autoshapes 2003/12/04 17:46:15 sj 1.1.2.7: added support for handles 2003/11/28 16:41:02 sj 1.1.2.6: solved merge conflicts 2003/11/25 18:31:00 sj 1.1.2.5: minor changes for autoshape support 2003/10/17 17:10:20 sj 1.1.2.4: some minor changes 2003/10/10 17:08:10 sj 1.1.2.3: adding autoshape functionality 2003/09/24 15:00:01 sj 1.1.2.2: text support improved 2003/09/12 16:51:56 sj 1.1.2.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e02dbca6be9023326d1e3833f9d500203d7e305f]

        INTEGRATION: CWS sj05 (1.15.110); FILE MERGED 2004/03/15 14:23:31 sj 1.15.110.4: RESYNC: (1.17-1.18); FILE MERGED 2004/02/05 17:24:19 sj 1.15.110.3: name changes 2003/11/27 16:52:21 sj 1.15.110.2: RESYNC: (1.15-1.17); FILE MERGED 2003/09/17 11:22:29 sj 1.15.110.1: always using pointedit mode for autoshapes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [12404d6a919909c67bb3b8212de484aa8496e627]

        INTEGRATION: CWS sj05 (1.51.6); FILE MERGED 2004/03/15 14:23:22 sj 1.51.6.3: RESYNC: (1.52-1.53); FILE MERGED 2004/02/13 19:02:55 sj 1.51.6.2: RESYNC: (1.51-1.52); FILE MERGED 2004/01/23 16:57:23 cl 1.51.6.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [9c610157b04bfa21166aa6f6b8bd8a91a919de04]

        INTEGRATION: CWS sj05 (1.3.410); FILE MERGED 2004/02/04 08:42:21 sj 1.3.410.1: svditer can now also be used for non SdrGroupObjects

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f0dcc5734f43756dd1d49fad5ddd6e2765bb28f4]

        INTEGRATION: CWS sj05 (1.12.6); FILE MERGED 2004/02/13 19:02:23 sj 1.12.6.5: RESYNC: (1.12-1.15); FILE MERGED 2004/02/05 17:24:18 sj 1.12.6.4: name changes 2004/01/13 15:50:11 sj 1.12.6.3: added yellow handles for autoshp 2003/12/05 15:57:06 sj 1.12.6.2: changed mouse display for autoshape handles 2003/12/04 17:45:33 sj 1.12.6.1: added handle kind for autoshapes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b5a9276f1add8c706c58aaf962534c183b66736a]

        INTEGRATION: CWS sj05 (1.111.6); FILE MERGED 2004/03/15 14:23:13 sj 1.111.6.11: RESYNC: (1.116-1.117); FILE MERGED 2004/02/13 19:02:14 sj 1.111.6.10: RESYNC: (1.113-1.116); FILE MERGED 2004/02/05 17:24:16 sj 1.111.6.9: name changes 2004/01/20 18:38:48 sj 1.111.6.8: added wordwrap and autogrowsize items 2003/12/17 14:18:54 sj 1.111.6.7: added support of mirroring 2003/11/28 11:46:46 sj 1.111.6.6: changed SetItem -> SetMergedItem 2003/11/27 16:51:03 sj 1.111.6.5: RESYNC: (1.111-1.113); FILE MERGED 2003/10/24 09:27:41 sj 1.111.6.4: now storing mirror flags in a item 2003/10/10 17:07:47 sj 1.111.6.3: adding autoshape functionality 2003/09/24 15:03:28 sj 1.111.6.2: not setting textrect for autoshapes 2003/09/12 17:02:14 sj 1.111.6.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c3f25e858f0bf8c38932865573759ffa9506867f]

        INTEGRATION: CWS sj05 (1.17.60); FILE MERGED 2004/02/13 19:02:04 sj 1.17.60.2: RESYNC: (1.17-1.18); FILE MERGED 2004/02/09 15:23:19 cl 1.17.60.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [5b265a61b436db523f43b007175534a5ad4cc4c2]

        INTEGRATION: CWS sj05 (1.4.6); FILE MERGED 2003/12/10 19:34:08 sj 1.4.6.1: added handles for autoshapes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [5626598f508da71747f7762f1c51a58becc5a863]

        INTEGRATION: CWS sj05 (1.1.1.1.446); FILE MERGED 2003/12/10 19:34:07 sj 1.1.1.1.446.1: added handles for autoshapes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [116d1746141de6d0767ef7e9c8ad9d48f68f16cd]

        INTEGRATION: CWS sj05 (1.20.6); FILE MERGED 2004/02/05 17:24:15 sj 1.20.6.4: name changes 2004/01/20 18:22:31 sj 1.20.6.3: added wordwrap and autogrowsize items 2003/12/11 19:12:39 sj 1.20.6.2: added secondary fill color 2003/09/12 17:01:27 sj 1.20.6.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1d8a9b3e34627c7dc0ede08f183f394b4dce89bb]

        INTEGRATION: CWS sj05 (1.7.216); FILE MERGED 2003/11/27 16:49:00 sj 1.7.216.2: RESYNC: (1.7-1.9); FILE MERGED 2003/09/12 17:01:07 sj 1.7.216.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b745781ebe0ccd9c32d978e76053210a4ca3966b]

        INTEGRATION: CWS sj05 (1.2.6); FILE MERGED 2004/02/05 17:23:35 sj 1.2.6.2: name changes 2003/11/28 16:42:09 sj 1.2.6.1: added autoshapeproperties

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [dbe6b4d7891a1d70b18cd590c3b1c480b264e684]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 13:24:19 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [216237f013580babdfcef85b14906a02347bf0b6]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 17:23:24 sj 1.1.2.2: name changes 2004/02/05 13:14:46 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [7e80e28bb9a8009e0483398a452b50018fbd6433]

        INTEGRATION: CWS sj05 (1.2.6); FILE MERGED 2004/02/05 17:23:24 sj 1.2.6.2: name changes 2004/01/13 09:18:49 sj 1.2.6.1: added contact for sdrobjashp

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b87e9450a7bc6f4dee6900c1b6123644109adc6b]

        INTEGRATION: CWS sj05 (1.3.50); FILE MERGED 2004/03/15 14:26:42 sj 1.3.50.2: RESYNC: (1.3-1.4); FILE MERGED 2003/11/05 10:33:47 sj 1.3.50.1: #112921# solved problem if trying to write to a readonly file

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [53e4d240deefc636b538228214d04f8ed49c778c]

        INTEGRATION: CWS sj05 (1.81.6); FILE MERGED 2004/03/25 18:14:43 sj 1.81.6.31: improved support of callout shapes 2004/03/24 13:48:50 sj 1.81.6.30: improved import for AngleEllipse segment description 2004/03/16 09:53:36 sj 1.81.6.29: solved merge conflicts 2004/03/15 14:26:34 sj 1.81.6.28: RESYNC: (1.87-1.89); FILE MERGED 2004/03/09 14:44:17 sj 1.81.6.27: added same letter heights property for fontwork 2004/03/08 18:00:57 sj 1.81.6.26: #i22326# taking care of shape dependent default filling 2004/03/05 12:54:00 sj 1.81.6.25: added lineto and curveto variant to the shapesegment command 2004/02/13 19:17:43 sj 1.81.6.24: RESYNC: (1.85-1.87); FILE MERGED 2004/02/11 16:52:17 sj 1.81.6.23: some fontwork improvements 2004/02/05 17:23:06 sj 1.81.6.22: name changes 2004/01/20 18:21:27 sj 1.81.6.21: added wordwrap and autogrowsize properties 2004/01/16 17:21:06 sj 1.81.6.20: default specularity is now 0 or 60 percent instead of 0 and 124 2004/01/13 11:01:34 sj 1.81.6.19: added support for extrusion color 2003/12/18 18:59:56 sj 1.81.6.18: added TextRotateAngle property 2003/12/17 14:14:57 sj 1.81.6.17: a new define decides on the usage of our new AS, added support of mirroring for new AS 2003/12/11 19:11:27 sj 1.81.6.16: added secondary fill color 2003/12/09 11:17:35 sj 1.81.6.15: autoshape changes 2003/11/28 16:40:41 sj 1.81.6.14: solved merge conflicts 2003/11/27 16:59:30 sj 1.81.6.13: RESYNC: (1.81-1.85); FILE MERGED 2003/11/25 18:26:57 sj 1.81.6.12: moving autoshape geometry into EnhancedAutoShapeGeometry.cxx, added handle support, not using fixed float adjustment values anymore 2003/11/07 17:43:19 sj 1.81.6.11: changed some properties 2003/10/31 17:17:47 sj 1.81.6.10: RotationCenter attribute has been splitted into three sinlge attributes 2003/10/31 14:20:43 sj 1.81.6.9: changed LightLevel properties from long to double 2003/10/31 14:07:16 sj 1.81.6.8: changed some property names 2003/10/29 16:16:51 sj 1.81.6.7: changed some properties 2003/10/24 09:29:55 sj 1.81.6.6: now storing mirror flags in a item, added some new properties 2003/10/22 20:24:25 sj 1.81.6.5: made little modifications to everything 2003/10/17 17:11:19 sj 1.81.6.4: autoshapes,changes: angles are no longer stored as double and not fixed float, using 1/100mm instead of emu 2003/10/10 17:12:39 sj 1.81.6.3: adding autoshape functionality 2003/09/24 14:58:49 sj 1.81.6.2: added support for new AutoShapeObject 2003/09/12 17:00:28 sj 1.81.6.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [14e89e01cb744ed384c34108b56ee3450fc9ae9c]

        INTEGRATION: CWS sj05 (1.2.252); FILE MERGED 2004/02/05 17:23:05 sj 1.2.252.1: name changes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [cfa882c5cf32e85bf0b2aa87ba2ea9d142980fea]

        INTEGRATION: CWS sj05 (1.3.6); FILE MERGED 2004/02/13 19:17:34 sj 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2004/02/05 17:23:05 sj 1.3.6.1: name changes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [794437d7c6c4bb745c18c846695afc80c74d419b]

        INTEGRATION: CWS sj05 (1.8.50); FILE MERGED 2004/02/05 17:23:04 sj 1.8.50.1: name changes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [185b9e6393cebb4585aab204240ce946bc7b5c7b]

        INTEGRATION: CWS sj05 (1.33.48); FILE MERGED 2004/02/05 17:23:02 sj 1.33.48.5: name changes 2003/12/17 14:11:20 sj 1.33.48.4: restoring old behaviour: not detecting text objects as AS 2003/11/27 16:59:14 sj 1.33.48.3: RESYNC: (1.33-1.34); FILE MERGED 2003/10/27 08:29:08 sj 1.33.48.2: removing multiple definition of GetAutoShapeContent 2003/09/24 15:04:38 sj 1.33.48.1: wordarts are now detected as autoshapes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c80d1da488b450c98eb34adc405d04f97c7cdc9b]

        INTEGRATION: CWS sj05 (1.7.424); FILE MERGED 2003/10/17 17:12:05 sj 1.7.424.1: now exporting autoshape properties

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [306bd433b42a017c3596300c94d132af0e5a8209]

        INTEGRATION: CWS sj05 (1.21.198); FILE MERGED 2004/02/17 15:18:22 sj 1.21.198.7: changed name of new shape 2004/02/13 19:17:25 sj 1.21.198.6: RESYNC: (1.21-1.23); FILE MERGED 2004/02/05 17:23:01 sj 1.21.198.5: name changes 2003/12/18 18:59:21 sj 1.21.198.4: added TextRotateAngle property 2003/11/25 18:27:28 sj 1.21.198.3: CreateAutoShapeProperties is now requiring the shape type 2003/10/24 09:30:57 sj 1.21.198.2: now storing mirror flags in a item 2003/10/17 17:12:06 sj 1.21.198.1: now exporting autoshape properties

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ad2dcc11deea25e8a972263b0696336e99905ec6]

        INTEGRATION: CWS sj05 (1.39.198); FILE MERGED 2004/03/25 18:14:42 sj 1.39.198.20: improved support of callout shapes 2004/03/24 13:50:32 sj 1.39.198.19: improved import for AngleEllipse segment description 2004/03/09 14:44:16 sj 1.39.198.18: added same letter heights property for fontwork 2004/03/03 15:55:24 sj 1.39.198.17: correct flipping of CustomShape 2004/02/13 19:17:16 sj 1.39.198.16: RESYNC: (1.39-1.40); FILE MERGED 2004/02/05 17:23:00 sj 1.39.198.15: name changes 2004/01/22 14:33:34 sj 1.39.198.14: now exporting extrusion color for 3d objects 2004/01/20 18:20:52 sj 1.39.198.13: added wordwrap and autogrowsize properties 2004/01/16 17:21:05 sj 1.39.198.12: default specularity is now 0 or 60 percent instead of 0 and 124 2003/12/18 18:58:54 sj 1.39.198.11: added TextRotateAngle property 2003/12/09 11:17:31 sj 1.39.198.10: autoshape changes 2003/11/25 18:26:27 sj 1.39.198.9: moving autoshape geometry into EnhancedAutoShapeGeometry.cxx, added handle support, not using fixed float adjustment values anymore 2003/11/07 17:43:18 sj 1.39.198.8: changed some properties 2003/10/31 17:17:48 sj 1.39.198.7: RotationCenter attribute has been splitted into three sinlge attributes 2003/10/31 14:20:42 sj 1.39.198.6: changed LightLevel properties from long to double 2003/10/31 14:07:14 sj 1.39.198.5: changed some property names 2003/10/29 16:16:51 sj 1.39.198.4: changed some properties 2003/10/24 09:30:24 sj 1.39.198.3: now storing mirror flags in a item, added some new properties 2003/10/22 20:24:50 sj 1.39.198.2: added export of autoshapes 2003/10/17 17:12:06 sj 1.39.198.1: now exporting autoshape properties

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [82bef7d4d30d9aefd8ab25845967542f42229b2d]

        INTEGRATION: CWS sj05 (1.11.22); FILE MERGED 2004/03/15 14:27:31 sj 1.11.22.4: RESYNC: (1.12-1.13); FILE MERGED 2004/02/13 19:19:25 sj 1.11.22.3: RESYNC: (1.11-1.12); FILE MERGED 2004/02/05 17:22:23 sj 1.11.22.2: name changes 2003/09/12 16:59:00 sj 1.11.22.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [50a73f5963c4d0ca34629f36cc04e8b45f61bd62]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 13:22:48 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [55363c09f97e295fb5aec109e1dd9986f32bc571]

        INTEGRATION: CWS sj05 (1.2.438); FILE MERGED 2003/12/09 11:17:20 sj 1.2.438.2: autoshape changes 2003/12/05 15:54:41 sj 1.2.438.1: added tooling to convert PolyPolygonBezierCoords to XPolyPolygon

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3af1733259992051afdfba0fa55b5413f07b4392]

        INTEGRATION: CWS sj05 (1.50.94); FILE MERGED 2004/02/13 19:26:07 sj 1.50.94.2: RESYNC: (1.50-1.51); FILE MERGED 2004/01/23 16:26:18 cl 1.50.94.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c3cdc5b0b54fb07870e7115d661dff71ecfd65a6]

        INTEGRATION: CWS sj05 (1.13.218); FILE MERGED 2004/01/23 16:26:17 cl 1.13.218.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [10c2402681eda393e405254334ffe0dfb02244d2]

        INTEGRATION: CWS sj05 (1.5.430); FILE MERGED 2004/01/23 16:26:17 cl 1.5.430.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8943c7abd8d7e9df7c8af95b445d09d03d221d06]

        INTEGRATION: CWS sj05 (1.30.88); FILE MERGED 2004/03/15 14:29:22 sj 1.30.88.2: RESYNC: (1.30-1.31); FILE MERGED 2004/03/04 10:36:25 sj 1.30.88.1: solved flipping problem

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8f68c7665c3f72b5d7b6a70933651cb45442d610]

        INTEGRATION: CWS sj05 (1.13.6); FILE MERGED 2004/03/04 10:35:39 sj 1.13.6.1: solved flipping problem

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b30cb7a7c62ffd69d0f933ad2e904228e9d925a8]

        INTEGRATION: CWS sj05 (1.24.94); FILE MERGED 2004/03/12 14:38:55 cl 1.24.94.3: #i20484# finalized strings 2004/02/13 20:13:43 sj 1.24.94.2: RESYNC: (1.24-1.25); FILE MERGED 2004/01/22 12:59:25 sj 1.24.94.1: now supporting wordwrap and autogrowsize for ashapes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [fe845976a710d161bfdba83fa8144d5d0e770594]

        INTEGRATION: CWS sj05 (1.2.434); FILE MERGED 2004/01/22 12:59:25 sj 1.2.434.1: now supporting wordwrap and autogrowsize for ashapes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3eee9ab35c8fc946a4a55a353689ff329b6e940e]

        INTEGRATION: CWS sj05 (1.12.400); FILE MERGED 2004/02/05 17:22:09 sj 1.12.400.3: name changes 2004/01/22 12:59:24 sj 1.12.400.2: now supporting wordwrap and autogrowsize for ashapes 2003/10/10 17:11:56 sj 1.12.400.1: adding autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [0a0d27105712f7ad9025e91e147ea293db672230]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 16:15:03 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [26c6a1928f770647e7042fc3730808bcafc58b2f]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 16:14:10 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [af7a17aa61b4f8e483db9e703e0e41a493844236]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 16:14:27 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [360f014d63b82a1eb542c109735c83cfec3444bd]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 16:13:43 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [bbc754fe66d3ad3854968b2c9ef604b8b492e316]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 16:13:24 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f7748bc1c63758f1e68a00bff192da26132b92cc]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/24 13:46:28 sj 1.1.2.3: improved import for AngleEllipse segment description, added support changing the paint order of filled objects 2004/03/08 18:03:44 sj 1.1.2.2: #i22326# taking care of shape dependent default filling 2004/02/05 16:12:34 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [bf65f55a45010c817b6085bdf47a2aef690a16a4]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/26 17:59:02 sj 1.1.2.11: added some new fontwork objects 2004/03/26 12:54:57 sj 1.1.2.10: added support for callout shapes (geometry, handles ..) 2004/03/25 18:15:18 sj 1.1.2.9: improved support of callout shapes 2004/03/24 13:46:28 sj 1.1.2.8: improved import for AngleEllipse segment description, added support changing the paint order of filled objects 2004/03/17 13:01:11 sj 1.1.2.7: creating archup 2004/03/12 17:31:27 sj 1.1.2.6: improved fontwork support 2004/03/11 11:34:02 sj 1.1.2.5: added geometry for some fonrwork objects 2004/03/09 14:46:11 sj 1.1.2.4: added generell FontFork path 2004/03/08 18:03:44 sj 1.1.2.3: #i22326# taking care of shape dependent default filling 2004/03/05 12:56:39 sj 1.1.2.2: removed 0xf8fe private segment command 2004/02/05 16:12:55 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [09d6232203d8a3382c2319ba4e6dae86d39fb082]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 16:11:45 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [97e6b482ca2968298a4ef5f2b2466d9f426f0442]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/19 16:24:40 sj 1.1.2.10: improved geometry for text outlines 2004/03/18 13:46:21 sj 1.1.2.9: added support of same letter heights functionality 2004/03/17 19:53:51 sj 1.1.2.8: added algorithm for customshape on path 2004/03/12 17:31:27 sj 1.1.2.7: improved fontwork support 2004/03/11 11:33:10 sj 1.1.2.6: improved creation of line geometry 2004/03/05 15:55:43 sj 1.1.2.5: reimplementation of 2d object creation, solved nofill and nostroke problematic, shadow attribute is now handled correctly 2004/03/05 12:57:23 sj 1.1.2.4: fixed text area count 2004/02/11 16:51:51 sj 1.1.2.3: some fontwork improvements 2004/02/11 12:53:31 sj 1.1.2.2: fixed some compiler problems 2004/02/05 16:12:06 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ba2c3f430e1aec803246da1e6bfb39d1d3e679b8]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 16:11:24 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [dc9e794a13acf4c181384ec95e76f71fda0e1c66]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/19 12:36:51 sj 1.1.2.8: fixed gpf, deleting PathObj after accessing its polygon 2004/03/18 13:45:21 sj 1.1.2.7: flipping now works correct (using the correct snaprect) 2004/03/12 17:31:27 sj 1.1.2.6: improved fontwork support 2004/03/11 11:32:42 sj 1.1.2.5: improved creation of line geometry 2004/03/08 18:02:51 sj 1.1.2.4: now retrieving line geometry via CreateLineGeometry 2004/03/02 18:21:38 sj 1.1.2.3: solved memory leak 2004/02/27 18:04:30 sj 1.1.2.2: solved gpf if shape could not be created 2004/02/05 16:11:04 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [78a4f4a016db106f6ac1216b1f613ea98eb8c84e]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/03 13:53:56 sj 1.1.2.3: now using boundrect of shape instead of the snaprect if calculating new snaprect 2004/03/02 12:37:46 sj 1.1.2.2: added support for mapmode twip 2004/02/05 16:10:17 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d412f57dbdc63b0dcfa76b3000eead213578af60]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/03 13:53:55 sj 1.1.2.5: now using boundrect of shape instead of the snaprect if calculating new snaprect 2004/03/02 12:37:46 sj 1.1.2.4: added support for mapmode twip 2004/02/16 19:02:03 sj 1.1.2.3: changed include vcl-poly.hxx to tools-poly.hxx 2004/02/09 10:49:33 sj 1.1.2.2: fixed some problems with bitmap textures for 3d objects using the parallel mode projection 2004/02/05 16:10:38 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [fba1bd087c53c769ef3ee70c7689de501168070d]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/24 13:46:29 sj 1.1.2.6: improved import for AngleEllipse segment description, added support changing the paint order of filled objects 2004/03/11 11:32:12 sj 1.1.2.5: improved creation of line geometry 2004/03/08 18:05:25 sj 1.1.2.4: #i22326# taking care of shape dependent default filling, added CreateLineGeometry 2004/03/05 15:55:42 sj 1.1.2.3: reimplementation of 2d object creation, solved nofill and nostroke problematic, shadow attribute is now handled correctly 2004/03/02 18:25:47 sj 1.1.2.2: some changes 2004/02/05 16:09:52 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [afd1cf255d9cb4c78633e668376a09bd309be7ef]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/26 12:54:56 sj 1.1.2.10: added support for callout shapes (geometry, handles ..) 2004/03/25 18:15:18 sj 1.1.2.9: improved support of callout shapes 2004/03/24 16:08:31 sj 1.1.2.8: using some more temporaries for linux compiler 2004/03/24 13:46:29 sj 1.1.2.7: improved import for AngleEllipse segment description, added support changing the paint order of filled objects 2004/03/19 12:34:23 sj 1.1.2.6: checking range if accessing coordsequence 2004/03/11 11:32:11 sj 1.1.2.5: improved creation of line geometry 2004/03/08 18:05:26 sj 1.1.2.4: #i22326# taking care of shape dependent default filling, added CreateLineGeometry 2004/03/05 15:55:42 sj 1.1.2.3: reimplementation of 2d object creation, solved nofill and nostroke problematic, shadow attribute is now handled correctly 2004/03/02 18:25:47 sj 1.1.2.2: some changes 2004/02/05 16:09:08 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d28b04b09efad2434f6c3f483c28cb26d7f6fa33]

        INTEGRATION: CWS sj05 (1.20.30); FILE MERGED 2004/03/15 14:33:32 sj 1.20.30.3: RESYNC: (1.21-1.22); FILE MERGED 2004/02/13 20:19:57 sj 1.20.30.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/23 14:55:50 cl 1.20.30.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [16b0e821e6e3dc02c41ef12a8a8f3f9a843c5f76]

        INTEGRATION: CWS sj05 (1.41.50); FILE MERGED 2004/03/15 14:33:14 sj 1.41.50.3: RESYNC: (1.43-1.45); FILE MERGED 2004/02/13 20:19:37 sj 1.41.50.2: RESYNC: (1.41-1.43); FILE MERGED 2004/01/23 14:55:49 cl 1.41.50.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3b2741740911d408a579bd4ce697300c712a7dd8]

        INTEGRATION: CWS sj05 (1.76.6); FILE MERGED 2004/03/15 14:34:01 sj 1.76.6.6: RESYNC: (1.80-1.81); FILE MERGED 2004/02/13 20:30:37 sj 1.76.6.5: RESYNC: (1.77-1.80); FILE MERGED 2004/01/23 16:02:52 cl 1.76.6.4: #i20484# adding autoshape ui 2003/12/12 14:27:10 sj 1.76.6.3: added second fill color 2003/11/27 17:21:01 sj 1.76.6.2: RESYNC: (1.76-1.77); FILE MERGED 2003/09/12 16:58:37 sj 1.76.6.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [bb069784a93f3ad6e963a2c200a7b93734ae8a1c]

        INTEGRATION: CWS sj05 (1.7.136); FILE MERGED 2004/03/15 14:33:53 sj 1.7.136.6: RESYNC: (1.10-1.11); FILE MERGED 2004/02/13 20:30:28 sj 1.7.136.5: RESYNC: (1.9-1.10); FILE MERGED 2004/02/05 17:21:38 sj 1.7.136.4: name changes 2004/01/23 16:02:51 cl 1.7.136.3: #i20484# adding autoshape ui 2003/11/27 17:20:55 sj 1.7.136.2: RESYNC: (1.7-1.9); FILE MERGED 2003/09/12 16:58:37 sj 1.7.136.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [105642bd03423be73fbd06736e66beea7ed83052]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 13:20:46 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1dfd035ac6982cee39988d52489b06bfa7cb8a14]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/05 13:18:57 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [0c20db9d9024717329d925fc3eef0f748849e4ab]

        INTEGRATION: CWS sj05 (1.8.6); FILE MERGED 2004/03/30 12:17:53 sj 1.8.6.4: added ui name for custom shape 2004/02/05 17:18:58 sj 1.8.6.3: name changes 2004/01/20 18:18:20 sj 1.8.6.2: added wordwrap and autogrowsize items 2003/12/11 19:07:10 sj 1.8.6.1: added secondary fill color

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [bb147da2554357c4be65f2dd03bf4adc5fa2147e]

        INTEGRATION: CWS sj05 (1.4.6); FILE MERGED 2004/02/04 08:41:56 sj 1.4.6.1: svditer can now also be used for non SdrGroupObjects

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [07cc80de9ce18bf80606dcf46260f4e9b98d6c91]

        INTEGRATION: CWS sj05 (1.39.34); FILE MERGED 2004/02/13 20:39:11 sj 1.39.34.2: RESYNC: (1.39-1.41); FILE MERGED 2004/01/30 10:45:41 cl 1.39.34.1: #i20484# added new shape ui for extrusion and fontwork

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c593ec2a82d7c61c58a2bea6d828ebec84e896e0]

        INTEGRATION: CWS sj05 (1.2.22); FILE MERGED 2004/02/16 18:50:23 sj 1.2.22.1: added missing defines

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a9c5bd96f71907a41c12cf4ff43c6fe65ffcad2e]

        INTEGRATION: CWS sj05 (1.5.426); FILE MERGED 2004/01/23 14:55:22 cl 1.5.426.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [fc2967c431fbfe0962a10c19c2c7a379a81dc05f]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/01/23 14:54:07 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [7167c90fb3153559f1be507a08f782cd85787f29]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/01/23 14:54:45 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [13a709526bf22bd30c40d02ee6048b6ed701f1e9]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/01/29 17:01:37 cl 1.1.2.2: #i20484# added new shape ui for extrusion and fontwork 2004/01/23 14:53:16 cl 1.1.2.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f6ea99465a7c7661a4bec782e17ee253edc48f38]

        INTEGRATION: CWS sj05 (1.34.72); FILE MERGED 2004/02/06 10:09:37 sj 1.34.72.3: name changes 2003/11/07 17:50:45 sj 1.34.72.2: added autoshape import 2003/10/31 17:23:08 sj 1.34.72.1: added autoshape context

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [db898d6f844be2f27085898e9c0820e210dcd566]

        INTEGRATION: CWS sj05 (1.81.56); FILE MERGED 2004/02/13 18:52:29 sj 1.81.56.4: RESYNC: (1.81-1.82); FILE MERGED 2004/02/06 10:09:38 sj 1.81.56.3: name changes 2003/11/07 17:52:34 sj 1.81.56.2: added autoshape import 2003/10/31 17:23:09 sj 1.81.56.1: added autoshape context

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [2b8a2a4be5d3ec91af27496039cbcb47e35c2b24]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/02/06 09:50:39 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [57fce16fd026cfe789c1b05d385d9afb9a1c9c70]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/09 13:56:03 sj 1.1.2.2: added same letter heights property for fontwork 2004/02/06 09:51:39 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [2e056539cdd39c82d41411744ac8eb14bd40d497]

        INTEGRATION: CWS sj05 (1.47.146); FILE MERGED 2004/02/06 10:09:36 sj 1.47.146.2: name changes 2003/10/31 17:23:42 sj 1.47.146.1: added support for autoshapes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e1e83986c1b3c1d25460d3db6e197ffd37620b35]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/09 13:56:02 sj 1.1.2.7: added same letter heights property for fontwork 2004/02/06 10:09:35 sj 1.1.2.6: name changes 2003/12/18 18:55:08 sj 1.1.2.5: added TextRotateAngle attribute 2003/12/09 11:24:43 sj 1.1.2.4: changed autoshape handle properties, it is now possible to use unlimited handle ranges 2003/11/25 18:34:09 sj 1.1.2.3: now exporting GeometryItem 2003/11/07 17:50:06 sj 1.1.2.2: finished autoshape export 2003/10/31 17:21:29 sj 1.1.2.1: intial version, added autoshape

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [81b04dce9a993ed3772e195c80e1e5d70c02f4ab]

        INTEGRATION: CWS sj05 (1.57.14); FILE MERGED 2004/02/06 10:09:35 sj 1.57.14.2: name changes 2003/10/31 17:23:42 sj 1.57.14.1: added support for autoshapes

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [6fd2a4732a40444735c6cbf63a39d8a04744f0a9]

        INTEGRATION: CWS sj05 (1.61.2); FILE MERGED 2004/02/13 18:52:08 sj 1.61.2.3: RESYNC: (1.61-1.62); FILE MERGED 2004/01/20 18:13:49 sj 1.61.2.2: ashapes: added wordwrap and autogrowsize attribute 2003/12/11 19:04:13 sj 1.61.2.1: added secondary fill color

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [48c88dda0a41b314937a90447211f7883c7c24b0]

        INTEGRATION: CWS sj05 (1.15.172); FILE MERGED 2004/02/06 10:09:34 sj 1.15.172.3: name changes 2003/11/07 17:48:48 sj 1.15.172.2: added autoshape import/export 2003/10/31 17:22:20 sj 1.15.172.1: added shapeexport4.obj

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [635ed21fcbe6693a1e014c2501347ea64b483402]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/24 12:52:07 sj 1.1.2.3: fixed invalid pointer access 2004/03/09 13:56:02 sj 1.1.2.2: added same letter heights property for fontwork 2004/02/06 09:49:12 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [89a3d18ac81d6855b3deef8ba6e2f6ce015e1434]

        INTEGRATION: CWS sj05 (1.26.72); FILE MERGED 2004/02/13 18:53:11 sj 1.26.72.4: RESYNC: (1.27-1.28); FILE MERGED 2003/11/27 19:31:06 sj 1.26.72.3: RESYNC: (1.26-1.27); FILE MERGED 2003/11/13 10:05:46 sj 1.26.72.2: fixed wrong return value of convertVector3D, added conversion for Position3D 2003/10/31 17:20:48 sj 1.26.72.1: added conversion for point3d

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ec910584949f9b41e840e336d5a7630158ea16b5]

        INTEGRATION: CWS sj05 (1.46.2); FILE MERGED 2004/03/09 13:55:22 sj 1.46.2.10: added same letter heights property for fontwork 2004/02/13 18:53:02 sj 1.46.2.9: RESYNC: (1.47-1.50); FILE MERGED 2004/02/06 10:08:45 sj 1.46.2.8: name changes 2004/01/27 20:39:32 sj 1.46.2.7: fixed typo: verical -> vertical 2004/01/20 18:13:21 sj 1.46.2.6: ashapes: added wordwrap and autogrowsize attribute 2003/12/18 18:54:23 sj 1.46.2.5: added TextRotateAngle attribute 2003/12/09 11:24:33 sj 1.46.2.4: changed autoshape handle properties, it is now possible to use unlimited handle ranges 2003/11/27 19:31:00 sj 1.46.2.3: RESYNC: (1.46-1.47); FILE MERGED 2003/11/07 17:46:21 sj 1.46.2.2: added some tokens 2003/10/31 17:20:34 sj 1.46.2.1: added tokens for autoshape

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [545c81a66acbd182d0c01d2b17fd0d018fecd904]

        INTEGRATION: CWS sj05 (1.1.2); FILE ADDED 2004/03/09 13:54:54 sj 1.1.2.2: added same letter heights property for fontwork 2004/02/06 09:47:48 sj 1.1.2.1: initial version

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a3063e11ec8f51197070b40a1495217c5fe25e0e]

        INTEGRATION: CWS sj05 (1.84.2); FILE MERGED 2004/03/25 17:17:04 sj 1.84.2.5: changed callout-length from integer to length 2004/03/09 13:57:32 sj 1.84.2.4: added same letter heights property for fontwork 2004/02/06 10:23:22 sj 1.84.2.3: name changes 2004/01/27 20:38:17 sj 1.84.2.2: added word-wrap and auto-grow-size attribute 2003/12/19 11:24:27 sj 1.84.2.1: added auto-shape element

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [4d923cccc9f856bb7dfe9ac84d8cfe4f98f384de]

        INTEGRATION: CWS sj05 (1.5.302); FILE MERGED 2004/02/04 11:39:45 cl 1.5.302.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e4003420820fd0823c9686a449cf725623e47ce2]

        INTEGRATION: CWS sj05 (1.59.6); FILE MERGED 2004/03/15 13:38:59 sj 1.59.6.3: RESYNC: (1.61-1.64); FILE MERGED 2004/02/13 17:02:28 sj 1.59.6.2: RESYNC: (1.59-1.61); FILE MERGED 2004/02/04 11:39:37 cl 1.59.6.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f1ff92f4b4137f16d70884c1e1ccd94d72bc59cc]

        INTEGRATION: CWS sj05 (1.18.84); FILE MERGED 2004/03/15 13:40:18 sj 1.18.84.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/04 11:39:26 cl 1.18.84.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [94a0173e509d6181901099e662f80e8c76d5bbaf]

        INTEGRATION: CWS sj05 (1.6.302); FILE MERGED 2004/02/13 17:07:34 sj 1.6.302.2: RESYNC: (1.6-1.7); FILE MERGED 2004/02/04 11:39:26 cl 1.6.302.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c980cb43f2a8a5fdcaf6176128e38977653b84aa]

        INTEGRATION: CWS sj05 (1.34.80); FILE MERGED 2004/03/15 13:47:50 sj 1.34.80.4: RESYNC: (1.36-1.37); FILE MERGED 2004/02/13 17:38:38 sj 1.34.80.3: RESYNC: (1.34-1.36); FILE MERGED 2004/02/09 15:01:36 cl 1.34.80.2: #i20484# added new CustomShape ui 2004/02/04 11:39:15 cl 1.34.80.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1f21321ee6f3537b49944e0caa57e2c61d18e6db]

        INTEGRATION: CWS sj05 (1.6.6); FILE MERGED 2004/02/13 18:22:45 sj 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2004/02/09 17:28:55 sj 1.6.6.1: SwDPage::createUnoPage -> now testing if docshell is available

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8a03f288163be4a708cdfdfecf41f33ddeb9566c]

        INTEGRATION: CWS sj05 (1.3.488); FILE MERGED 2004/02/04 10:58:32 cl 1.3.488.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [99a1da93e06312786292a530e9d18f61bf89a73e]

        INTEGRATION: CWS sj05 (1.33.70); FILE MERGED 2004/02/13 14:57:14 sj 1.33.70.2: RESYNC: (1.33-1.34); FILE MERGED 2004/02/03 16:13:15 cl 1.33.70.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a2c073387d275eaddddedd660efffa1c9584a791]

        INTEGRATION: CWS sj05 (1.58.50); FILE MERGED 2004/02/13 15:07:16 sj 1.58.50.2: RESYNC: (1.58-1.60); FILE MERGED 2004/02/03 16:13:11 cl 1.58.50.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [79e657812b832c3e481fb4284e214554d7be49e1]

        INTEGRATION: CWS sj05 (1.13.148); FILE MERGED 2004/02/03 16:13:10 cl 1.13.148.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3b51c5d9b5b8a4f9df54f27a2e63784272476cfb]

        INTEGRATION: CWS sj05 (1.9.250); FILE MERGED 2004/02/13 15:17:17 sj 1.9.250.2: RESYNC: (1.9-1.10); FILE MERGED 2004/02/03 16:13:06 cl 1.9.250.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [9c92153e4c58e8add09cdcb1f0424738bcc68b81]

        INTEGRATION: CWS sj05 (1.9.40); FILE MERGED 2004/02/03 16:13:04 cl 1.9.40.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [da4d1265c735b3c588902709d1984076b854a47b]

        INTEGRATION: CWS sj05 (1.9.148); FILE MERGED 2004/02/03 16:13:01 cl 1.9.148.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [369a56e74a7489f0d37794bef37fa098f7306095]

        INTEGRATION: CWS sj05 (1.15.66); FILE MERGED 2004/02/13 15:24:02 sj 1.15.66.3: RESYNC: (1.15-1.17); FILE MERGED 2004/02/09 15:03:34 cl 1.15.66.2: #i20484# added new CustomShape ui 2004/02/03 16:13:00 cl 1.15.66.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b8f7882c72de7eae55b0cb4518aa5eaaef4f540f]

        INTEGRATION: CWS sj05 (1.5.30); FILE MERGED 2004/03/15 13:25:08 sj 1.5.30.5: RESYNC: (1.12-1.13); FILE MERGED 2004/02/13 15:36:14 sj 1.5.30.4: RESYNC: (1.10-1.12); FILE MERGED 2003/11/27 18:41:41 sj 1.5.30.3: RESYNC: (1.5-1.10); FILE MERGED 2003/10/24 09:34:58 sj 1.5.30.2: now storing mirror flags in a item 2003/09/12 16:41:07 sj 1.5.30.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a516ae410dfa7275b552668db630a64d76797291]

        INTEGRATION: CWS sj05 (1.7.52); FILE MERGED 2004/02/03 15:59:48 cl 1.7.52.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d793e459915b7f66150fa03b3bbc2af36d9f1b60]

        INTEGRATION: CWS sj05 (1.35.136); FILE MERGED 2004/02/13 13:25:24 sj 1.35.136.2: RESYNC: (1.35-1.36); FILE MERGED 2004/01/23 17:20:27 cl 1.35.136.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [fbde3c419f8cb958db55acb69952b5d9902af58e]

        INTEGRATION: CWS sj05 (1.16.226); FILE MERGED 2004/02/13 13:25:06 sj 1.16.226.2: RESYNC: (1.16-1.18); FILE MERGED 2004/01/23 17:20:27 cl 1.16.226.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [240a3868561772c053f7d6455e0f43933bc8814f]

        INTEGRATION: CWS sj05 (1.17.94); FILE MERGED 2004/02/17 17:08:45 sj 1.17.94.4: activating extrusion toolbar 2004/02/17 10:42:14 sj 1.17.94.3: ExtrusionBar is now using the right ViewShell 2004/02/13 13:24:47 sj 1.17.94.2: RESYNC: (1.17-1.18); FILE MERGED 2004/01/23 17:20:26 cl 1.17.94.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [67444ab8a40431b44bc5763d1f712de1eda9693b]

        INTEGRATION: CWS sj05 (1.5.232); FILE MERGED 2004/02/13 13:24:26 sj 1.5.232.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/23 17:20:26 cl 1.5.232.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [25eab8efb425a7763f1b8b0abb47e49c61c93a7d]

        INTEGRATION: CWS sj05 (1.37.80); FILE MERGED 2004/03/15 13:01:28 sj 1.37.80.3: RESYNC: (1.39-1.40); FILE MERGED 2004/02/13 13:24:18 sj 1.37.80.2: RESYNC: (1.37-1.39); FILE MERGED 2004/01/23 17:20:25 cl 1.37.80.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1acdafa19a092651a633081aef092973ec72f7bf]

        INTEGRATION: CWS sj05 (1.6.232); FILE MERGED 2004/02/13 13:24:08 sj 1.6.232.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/23 17:20:25 cl 1.6.232.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8017fad8c2bc65ba6afac10e8c9163c25baf125b]

        INTEGRATION: CWS sj05 (1.15.32); FILE MERGED 2004/02/13 13:23:50 sj 1.15.32.3: RESYNC: (1.15-1.16); FILE MERGED 2004/02/10 11:47:54 sj 1.15.32.2: name changes 2004/02/09 15:16:09 cl 1.15.32.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c4a9f1b106b89c7178f78d7364aa28a28bed8070]

        INTEGRATION: CWS sj05 (1.21.4); FILE MERGED 2004/02/13 13:23:29 sj 1.21.4.2: RESYNC: (1.21-1.26); FILE MERGED 2004/01/23 17:20:24 cl 1.21.4.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [5ae37f5ccf09b5b6211a8fd188d08c4a2141b5e5]

        INTEGRATION: CWS sj05 (1.12.226); FILE MERGED 2004/02/10 11:47:25 sj 1.12.226.2: name changes 2004/02/09 15:17:55 cl 1.12.226.1: #i20484# added new CustomShape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [40472beb01c823e3fab087bd44422a08081c6531]

        INTEGRATION: CWS sj05 (1.19.4); FILE MERGED 2004/02/13 14:08:42 sj 1.19.4.3: RESYNC: (1.19-1.20); FILE MERGED 2004/02/06 10:30:13 sj 1.19.4.2: name changes 2004/01/23 17:21:09 cl 1.19.4.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e3b436e572cc914323ca638b15e4e873947a3a7d]

        INTEGRATION: CWS sj05 (1.11.52); FILE MERGED 2004/02/13 14:37:03 sj 1.11.52.2: RESYNC: (1.11-1.13); FILE MERGED 2004/01/23 17:19:41 cl 1.11.52.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [7f653ff2079fb7eb4143ff04d99e08cd86ffed9d]

        INTEGRATION: CWS sj05 (1.12.136); FILE MERGED 2004/02/13 14:36:55 sj 1.12.136.2: RESYNC: (1.12-1.13); FILE MERGED 2004/01/23 17:19:40 cl 1.12.136.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [88e0c4f9588409f6a601715a0416a15d8e58c19c]

        INTEGRATION: CWS sj05 (1.26.52); FILE MERGED 2004/02/13 14:36:47 sj 1.26.52.2: RESYNC: (1.26-1.28); FILE MERGED 2004/01/23 17:19:40 cl 1.26.52.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8366ca6a8f989d95e1e4f38a498d5c5d9a77a10d]

        INTEGRATION: CWS sj05 (1.10.228); FILE MERGED 2004/02/13 14:35:12 sj 1.10.228.2: RESYNC: (1.10-1.12); FILE MERGED 2004/01/23 17:19:37 cl 1.10.228.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [69cbb01eed3c954cba99ce57ea1e232158eead4e]

        INTEGRATION: CWS sj05 (1.20.90); FILE MERGED 2004/02/13 14:33:01 sj 1.20.90.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/23 17:19:36 cl 1.20.90.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [28969d31edeb5d3aeab545450563ae526e2efef0]

        INTEGRATION: CWS sj05 (1.36.2); FILE MERGED 2003/10/17 17:17:19 sj 1.36.2.1: now exporting autoshape properties

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [676e52c8ccf2cdb0ea78a9143fe4bb802284df8f]

        INTEGRATION: CWS sj05 (1.49.22); FILE MERGED 2004/03/15 13:03:48 sj 1.49.22.5: RESYNC: (1.55-1.57); FILE MERGED 2004/02/13 14:38:18 sj 1.49.22.4: RESYNC: (1.50-1.55); FILE MERGED 2003/12/17 14:21:04 sj 1.49.22.3: usage of new autoshape import enabled 2003/11/27 18:02:10 sj 1.49.22.2: RESYNC: (1.49-1.50); FILE MERGED 2003/09/12 16:42:19 sj 1.49.22.1: added autoshape functionality

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [bd415f3939f64477d4a84e6d8410d8cedac5d7c9]

        INTEGRATION: CWS sj05 (1.6.46); FILE MERGED 2004/01/23 17:19:20 cl 1.6.46.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [980c162657f425f9072fdb00b9fe2ac2092ee1b5]

        INTEGRATION: CWS sj05 (1.53.52); FILE MERGED 2004/02/13 14:41:15 sj 1.53.52.2: RESYNC: (1.53-1.54); FILE MERGED 2004/01/23 17:19:19 cl 1.53.52.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f84be069118723fcaa9d8a8709e761a8bd3b64b7]

        INTEGRATION: CWS sj05 (1.62.4); FILE MERGED 2004/02/13 14:41:51 sj 1.62.4.3: RESYNC: (1.62-1.66); FILE MERGED 2004/02/09 15:14:58 cl 1.62.4.2: #i20484# added new CustomShape ui 2003/12/04 20:14:08 sj 1.62.4.1: not crashing if creating unomodel if there is no docshell

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [bb756950a7aa197123b1371af855272f4d01b2fb]

        INTEGRATION: CWS sj05 (1.19.42); FILE MERGED 2004/01/23 17:14:22 cl 1.19.42.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3a49eb9753caf1d3fb3c13bfa950ccdcc2bdc2ae]

        INTEGRATION: CWS sj05 (1.6.226); FILE MERGED 2004/01/23 17:16:12 cl 1.6.226.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e3a6fa3ce142ca5f94dbfd456e89667676a52a67]

        INTEGRATION: CWS sj05 (1.4.44); FILE MERGED 2004/02/13 14:48:58 sj 1.4.44.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/23 17:16:12 cl 1.4.44.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [24862ad6ea4e8014c83d6d32535835a729f71695]

        INTEGRATION: CWS sj05 (1.10.248); FILE MERGED 2004/02/13 14:48:49 sj 1.10.248.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/23 17:16:11 cl 1.10.248.1: #i20484# adding autoshape ui

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [cbc69cd45512146ebb6671a86ece9ed23dee7496]

        INTEGRATION: CWS frmvalidation (1.9.18); FILE MERGED 2004/03/31 12:03:56 sw 1.9.18.1: #i25106#

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [af27b0b6400f1563adf3a485318ff357f3296b8b]

        INTEGRATION: CWS frmvalidation (1.9.480); FILE MERGED 2004/03/12 08:04:57 fs 1.9.480.1: #i25106# +BASEPROPERTY_ENFORCE_FORMAT / +SVTXDateField (need to forward some properties to the inner of the compound control)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [445c905f3f23802da56524d73826149c41c5cba1]

        INTEGRATION: CWS frmvalidation (1.2.480); FILE MERGED 2004/03/12 08:06:21 fs 1.2.480.1: #i25106# +SVTXDateField

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c623e441650df218847fe50c17689cfd2e97d100]

        INTEGRATION: CWS frmvalidation (1.26.340); FILE MERGED 2004/03/12 08:03:52 fs 1.26.340.1: #i25106# +EnableNotANumber

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b3cebe276526cbceac2e1ecd8becdef50a03406c]

        INTEGRATION: CWS frmvalidation (1.36.12); FILE MERGED 2004/03/23 12:59:27 fs 1.36.12.3: RESYNC: (1.36-1.40); FILE MERGED 2004/03/12 11:28:48 fs 1.36.12.2: new module css.form.validation 2004/03/12 08:07:39 fs 1.36.12.1: #i25106# com/sun/star/form/binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3b90f2aff10bc700eb3db5cb3c17058fe6b9ad32]

        INTEGRATION: CWS frmvalidation (1.9.24); FILE MERGED 2004/03/23 11:48:41 fs 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/11 16:43:51 fs 1.9.24.1: moved the control binding related interfaces/services out of the drafts module

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [14b62b3934b3509b08ec6a84e8c8bf1d9bc3effe]

        INTEGRATION: CWS frmvalidation (1.19.46); FILE MERGED 2004/03/23 11:48:34 fs 1.19.46.2: RESYNC: (1.19-1.20); FILE MERGED 2004/03/11 16:43:51 fs 1.19.46.1: moved the control binding related interfaces/services out of the drafts module

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [0a23efd51e5fd283500f872c528ea19d543a17ba]

        INTEGRATION: CWS frmvalidation (1.58.40); FILE MERGED 2004/03/23 11:48:26 fs 1.58.40.2: RESYNC: (1.58-1.59); FILE MERGED 2004/03/11 16:43:51 fs 1.58.40.1: moved the control binding related interfaces/services out of the drafts module

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8d6196b186f72d1f1734977b62eb487676f18b17]

        INTEGRATION: CWS frmvalidation (1.2.66); FILE MERGED 2004/03/11 16:43:50 fs 1.2.66.1: moved the control binding related interfaces/services out of the drafts module

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b98dc2208803fab2833ee255971a90d93f750bb0]

        INTEGRATION: CWS frmvalidation (1.3.26); FILE MERGED 2004/03/11 16:43:50 fs 1.3.26.1: moved the control binding related interfaces/services out of the drafts module

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [fcd5ef8234edd78cf2de63c969493ee7b7dde71b]

        INTEGRATION: CWS frmvalidation (1.41.6); FILE MERGED 2004/03/23 14:26:31 fs 1.41.6.3: RESYNC: (1.41-1.42); FILE MERGED 2004/03/12 11:27:55 fs 1.41.6.2: new module css.form.validation 2004/03/12 09:00:24 fs 1.41.6.1: moved the services related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [4141063aff91850fc0d8ada782b754e3a8d8b1a0]

        INTEGRATION: CWS frmvalidation (1.11.26); FILE MERGED 2004/03/31 13:54:57 fs 1.11.26.2: corrected service descriptions 2004/03/12 12:10:23 fs 1.11.26.1: #i21506# new services for validating form control values

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f7f64a056a282897356bd0763fc0550b4b844260]

        INTEGRATION: CWS frmvalidation (1.41.22); FILE MERGED 2004/03/11 16:46:25 fs 1.41.22.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [84d207ecddfeb6c38f8089e0ce28886abe0282d5]

        INTEGRATION: CWS frmvalidation (1.16.26); FILE MERGED 2004/03/12 12:10:36 fs 1.16.26.2: #i21506# new services for validating form control values 2004/03/11 16:46:24 fs 1.16.26.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ddeeb658333e5f917d1b8c09138acfef2f8aab55]

        INTEGRATION: CWS frmvalidation (1.10.24); FILE MERGED 2004/03/23 11:05:04 fs 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/11 16:46:23 fs 1.10.24.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8387fa9c990592ffbd18c03fee2613a05905846e]

        INTEGRATION: CWS frmvalidation (1.7.26); FILE MERGED 2004/03/12 12:10:35 fs 1.7.26.1: #i21506# new services for validating form control values

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c1f7ebad886d1b5e2d60e2a275678843da1766e3]

        INTEGRATION: CWS frmvalidation (1.4.192); FILE MERGED 2004/03/11 16:46:23 fs 1.4.192.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ecb287d13cb7a5c2464d17fbdc4a8b05a208c9f0]

        INTEGRATION: CWS frmvalidation (1.8.24); FILE MERGED 2004/03/23 11:05:12 fs 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/11 16:46:22 fs 1.8.24.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3666541bd2a567989fb0b2377f4f860c26a19c34]

        INTEGRATION: CWS frmvalidation (1.5.114); FILE MERGED 2004/03/11 16:46:22 fs 1.5.114.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ea94af863f9f2c53bf8212cbc5f0469c20aa6c4f]

        INTEGRATION: CWS frmvalidation (1.2.40); FILE MERGED 2004/03/12 11:28:42 fs 1.2.40.2: #i21506# moved some interfaces from css.form.binding to css.form.validation 2004/03/11 16:46:21 fs 1.2.40.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [6bb865fe45d4c6e6250ff9cc89271e9caa538282]

        INTEGRATION: CWS frmvalidation (1.2.26); FILE MERGED 2004/03/11 16:46:21 fs 1.2.26.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [db5eed310c4fab5cb38f27dcbf6f414f328f15de]

        INTEGRATION: CWS frmvalidation (1.2.26); FILE MERGED 2004/03/11 16:46:20 fs 1.2.26.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c8b80525e80a8ae15faa10ca8f9fb3b35596d24c]

        INTEGRATION: CWS frmvalidation (1.2.40); FILE MERGED 2004/03/11 16:46:20 fs 1.2.40.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f76655c777e18154a6fd734097959642b6f88c76]

        INTEGRATION: CWS frmvalidation (1.7.36); FILE MERGED 2004/03/11 16:46:20 fs 1.7.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [7907a11fe7fe1252e1cf7f5bc6f9ad34fbc0014f]

        INTEGRATION: CWS frmvalidation (1.13.36); FILE MERGED 2004/03/12 12:10:35 fs 1.13.36.2: #i21506# new services for validating form control values 2004/03/11 16:46:19 fs 1.13.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [07fa4de575846e2c65efe060bfd9cac085b4f5c1]

        INTEGRATION: CWS frmvalidation (1.6.36); FILE MERGED 2004/03/11 16:46:19 fs 1.6.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f3c65f57f88c2203fcae6185a805d215941b6bb0]

        INTEGRATION: CWS frmvalidation (1.11.36); FILE MERGED 2004/03/12 12:10:34 fs 1.11.36.2: #i21506# new services for validating form control values 2004/03/11 16:46:19 fs 1.11.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [992c6e26df88709f391c90e9c76330312bc32a1f]

        INTEGRATION: CWS frmvalidation (1.9.36); FILE MERGED 2004/03/11 16:46:19 fs 1.9.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [9b00390a96000606c3caa7c7392538f6ebef7992]

        INTEGRATION: CWS frmvalidation (1.9.36); FILE MERGED 2004/03/12 12:10:34 fs 1.9.36.2: #i21506# new services for validating form control values 2004/03/11 16:46:18 fs 1.9.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [47489e659910d2aee4eddb7738b3f830587b0969]

        INTEGRATION: CWS frmvalidation (1.7.36); FILE MERGED 2004/03/11 16:46:18 fs 1.7.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [11d665bc0a7dfda3736a673488f0f3616c697006]

        INTEGRATION: CWS frmvalidation (1.29.26); FILE MERGED 2004/03/12 12:10:34 fs 1.29.26.2: #i21506# new services for validating form control values 2004/03/11 16:46:18 fs 1.29.26.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [21f9c10154a534bbad20e23bdd186a08ea35120b]

        INTEGRATION: CWS frmvalidation (1.28.24); FILE MERGED 2004/03/23 11:04:56 fs 1.28.24.2: RESYNC: (1.28-1.30); FILE MERGED 2004/03/11 16:46:18 fs 1.28.24.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [63d051f119f6dc7ca8ac64c8b99aa49f4ea6c1d9]

        INTEGRATION: CWS frmvalidation (1.8.36); FILE MERGED 2004/03/11 16:46:17 fs 1.8.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [213fb36665954a79f3a4a6f031164dd67437f8b6]

        INTEGRATION: CWS frmvalidation (1.5.114); FILE MERGED 2004/03/11 16:46:17 fs 1.5.114.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a2c74aef3c748de6e00dbc8f5275a8bc2a1a1058]

        INTEGRATION: CWS frmvalidation (1.4.150); FILE MERGED 2004/03/11 16:46:17 fs 1.4.150.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [14c1825dba340d5a13ae6dda11ebaa02f7673e29]

        INTEGRATION: CWS frmvalidation (1.14.150); FILE MERGED 2004/03/11 16:46:16 fs 1.14.150.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ebc85e5712f9c8447adf4fcf8731f328ef66efc0]

        INTEGRATION: CWS frmvalidation (1.27.114); FILE MERGED 2004/03/11 16:46:16 fs 1.27.114.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [6dda90133e80d51677a173c4043021e8b284af40]

        INTEGRATION: CWS frmvalidation (1.9.36); FILE MERGED 2004/03/11 16:46:16 fs 1.9.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [72e06b66d0466080a0fdacc25fc3d22176544075]

        INTEGRATION: CWS frmvalidation (1.29.18); FILE MERGED 2004/03/12 12:10:33 fs 1.29.18.2: #i21506# new services for validating form control values 2004/03/11 16:46:16 fs 1.29.18.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [60ccc0b7ebddfa9c150ad95ffe72a262f8cbc937]

        INTEGRATION: CWS frmvalidation (1.26.24); FILE MERGED 2004/03/24 07:24:54 fs 1.26.24.4: #100000# 2004/03/23 11:04:17 fs 1.26.24.3: RESYNC: (1.26-1.27); FILE MERGED 2004/03/12 11:28:41 fs 1.26.24.2: #i21506# moved some interfaces from css.form.binding to css.form.validation 2004/03/11 16:46:15 fs 1.26.24.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f6506ac7a561503b373f781bd543c08cb39c276b]

        INTEGRATION: CWS frmvalidation (1.4.150); FILE MERGED 2004/03/11 16:46:15 fs 1.4.150.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d66d56ad954dcc80df1c4167f8e29a95625aac5e]

        INTEGRATION: CWS frmvalidation (1.6.150); FILE MERGED 2004/03/11 16:46:14 fs 1.6.150.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d371b961402659ccba1950ef818be07ef31f9160]

        INTEGRATION: CWS frmvalidation (1.9.36); FILE MERGED 2004/03/11 16:46:14 fs 1.9.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a370bed51a2644f1db6226b0e6ec79dc1d5adf1f]

        INTEGRATION: CWS frmvalidation (1.8.36); FILE MERGED 2004/03/11 16:46:14 fs 1.8.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e5e61630ba27086d1b8dfd9b7147dcb25db0e3e9]

        INTEGRATION: CWS frmvalidation (1.18.18); FILE MERGED 2004/03/12 12:10:33 fs 1.18.18.2: #i21506# new services for validating form control values 2004/03/11 16:46:14 fs 1.18.18.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [2cfaab6389fe2c03bd66fff1513e296b8577a2bc]

        INTEGRATION: CWS frmvalidation (1.7.36); FILE MERGED 2004/03/11 16:46:13 fs 1.7.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [04305b5858fd907ec32ba30ef7f1195bbc778309]

        INTEGRATION: CWS frmvalidation (1.12.36); FILE MERGED 2004/03/12 12:10:32 fs 1.12.36.2: #i21506# new services for validating form control values 2004/03/11 16:46:13 fs 1.12.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e10b4f818ea14d6ef804634a7fb0aefffbc4006e]

        INTEGRATION: CWS frmvalidation (1.53.36); FILE MERGED 2004/03/23 11:03:21 fs 1.53.36.2: RESYNC: (1.53-1.54); FILE MERGED 2004/03/11 16:46:12 fs 1.53.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [5ad2d41f8b26e1db646f233d704b645cea42a88d]

        INTEGRATION: CWS frmvalidation (1.10.36); FILE MERGED 2004/03/12 12:10:32 fs 1.10.36.2: #i21506# new services for validating form control values 2004/03/11 16:46:12 fs 1.10.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d92c741da637498cd09191b665242c97f6b9e6c1]

        INTEGRATION: CWS frmvalidation (1.7.36); FILE MERGED 2004/03/11 16:46:12 fs 1.7.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [188f26cb8637624c3f118c5e4e95f91053ecbd25]

        INTEGRATION: CWS frmvalidation (1.22.26); FILE MERGED 2004/03/12 12:10:32 fs 1.22.26.2: #i21506# new services for validating form control values 2004/03/11 16:46:12 fs 1.22.26.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3fd794e45cf499cfadcc5a2646620cb4facc969d]

        INTEGRATION: CWS frmvalidation (1.13.36); FILE MERGED 2004/03/23 11:02:58 fs 1.13.36.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/11 16:46:11 fs 1.13.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [206f6d0cf3172a8995f92b85aded5e41a8a5290b]

        INTEGRATION: CWS frmvalidation (1.6.36); FILE MERGED 2004/03/11 16:46:11 fs 1.6.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [174cdfcb6230459de37944d0ece30a866a665543]

        INTEGRATION: CWS frmvalidation (1.10.36); FILE MERGED 2004/03/12 12:10:31 fs 1.10.36.2: #i21506# new services for validating form control values 2004/03/11 16:46:11 fs 1.10.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [0b7dfe685c09f3c87c70e6ceee9fea69c5c69768]

        INTEGRATION: CWS frmvalidation (1.11.36); FILE MERGED 2004/03/11 16:46:11 fs 1.11.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external   value suppliers into css.form.binding (out of drafts.css.form/component)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1b867be93c436fc5eb7891029c6b55a2e835c53c]

        INTEGRATION: CWS frmvalidation (1.2.18); FILE MERGED 2004/03/31 16:12:11 sw 1.2.18.1: #i25106#

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [adbd3c547ee28a34403885bdda49735ee06dbe40]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:50:43 fs 1.1.2.1: some more classes for integration tests

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [0a911b94cbcd936268f6ba633ba3fc0d064e7c85]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:51:31 fs 1.1.2.1: some more classes for integration tests

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1374790d37884f77383aabb570d70d3b9a94ceba]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:51:08 fs 1.1.2.1: some more classes for integration tests

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8e0786803c4bddb0b882546f640a45bc8d664abe]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:28:41 fs 1.1.2.2: #i21506# moved some interfaces from css.form.binding to css.form.validation 2004/03/11 16:50:55 fs 1.1.2.1: some more classes for integration tests

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [eee6c2ac6a440c93f3ebfc9eb9fba034d8eb55e5]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:50:30 fs 1.1.2.1: some more classes for integration tests

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [682c9e076332c15cbb427269f429edaa1b7754b9]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:52:05 fs 1.1.2.1: some more classes for integration tests

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a4f959f05973ef93dc103167db6d5c40e1d7100d]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:51:20 fs 1.1.2.1: some more classes for integration tests

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [7f0785104c77fae626a8c3160477e5eeb3acd328]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:28:40 fs 1.1.2.2: #i21506# moved some interfaces from css.form.binding to css.form.validation 2004/03/11 16:51:43 fs 1.1.2.1: some more classes for integration tests

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d34fd01fc89ffbb5f3c9ba4406afa6b8bfa33875]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:50:19 fs 1.1.2.1: some more classes for integration tests

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ecea2ebf16127fe107d8b6ea2f7a74ed99bd87cd]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:51:53 fs 1.1.2.1: some more classes for integration tests

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [57212e684e1331cd2621313fd980a4dc1378741a]

        INTEGRATION: CWS frmvalidation (1.70.18); FILE MERGED 2004/03/23 12:44:49 fs 1.70.18.3: RESYNC: (1.70-1.72); FILE MERGED 2004/03/12 11:26:30 fs 1.70.18.2: #i21506# +css.form.validation 2004/03/11 16:57:11 fs 1.70.18.1: not building drafts.com.sun.star.form/component anymore

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [9e5d41f2b0c1482c98869b05b01fda0e5a1eb18f]

        INTEGRATION: CWS frmvalidation (1.53.18); FILE MERGED 2004/03/23 16:16:30 fs 1.53.18.4: #100000# resync error 2004/03/23 12:45:06 fs 1.53.18.3: RESYNC: (1.53-1.55); FILE MERGED 2004/03/12 11:26:21 fs 1.53.18.2: #i21506# +css.form.validation 2004/03/11 16:56:33 fs 1.53.18.1: not building drafts.com.sun.star.form/component anymore - moved to new (non-draft) directory

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ef3bc1f3fc2c9aa7cea18a0f47ace345946277d6]

        INTEGRATION: CWS frmvalidation (1.3.130); FILE MERGED 2004/03/11 16:27:20 fs 1.3.130.1: deprecated - moved to css.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [76d4942d056a56f9540858064114d3a7dfeecf7b]

        INTEGRATION: CWS frmvalidation (1.2.130); FILE MERGED 2004/03/11 16:27:19 fs 1.2.130.1: deprecated - moved to css.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [6c8fdb45c36a702fc6cd76bb6f5286932c0c8b52]

        INTEGRATION: CWS frmvalidation (1.3.130); FILE MERGED 2004/03/11 16:27:18 fs 1.3.130.1: deprecated - moved to css.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [fb42e689ee682568989ce297ac55f5262c91cd31]

        INTEGRATION: CWS frmvalidation (1.2.130); FILE MERGED 2004/03/11 16:14:44 fs 1.2.130.1: deprecated - moved to css.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [88c95d61e0afceab288b59e353f3fd14f3467e11]

        INTEGRATION: CWS frmvalidation (1.3.130); FILE MERGED 2004/03/11 16:14:25 fs 1.3.130.1: deprecated - moved to css.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e3d4a3ffd6017092c74fdad12df7e4fa106d4d6c]

        INTEGRATION: CWS frmvalidation (1.10.254); FILE MERGED 2004/03/11 16:56:48 fs 1.10.254.1: moved some services herein from drafts.*

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [03d3823ccb1255f8f23e35798117e53be8feb63d]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:26:08 fs 1.1.2.2: corrected wrong link in documentation 2004/03/11 16:56:11 fs 1.1.2.1: moved herein from drafts.css.table

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d69479a5c34fdca7ad7f1d09151f390b861fd03a]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:55:59 fs 1.1.2.1: moved herein from drafts.css.table

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a1d6d17374192168e033778e21940face96c50b5]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:55:48 fs 1.1.2.1: moved herein from drafts.css.table

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c7a0b61ce27711c2546fa25d8dd8898673ad9b46]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:25:14 fs 1.1.2.1: mass checkin - validation support for form control( model)s

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [aaed5188d474e6d90e5abf11a3204d34499c9673]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:23:31 fs 1.1.2.1: mass checkin - validation support for form control( model)s

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c0844ff7a2d2edb761d1d059924f34efa714da7c]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:23:21 fs 1.1.2.1: mass checkin - validation support for form control( model)s

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [88e4d5bc2ec4512e1044d46fd60cfc1afdc0181a]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:23:10 fs 1.1.2.1: mass checkin - validation support for form control( model)s

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8c7710270732faf1b8d74bfc321c413534669f47]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:23:00 fs 1.1.2.1: mass checkin - validation support for form control( model)s

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [287aefd8fa94d6578c0c37d508d27162b4defa30]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:23:41 fs 1.1.2.1: mass checkin - validation support for form control( model)s

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [14af9c1a2ea731b703a033445d4f4048bd1269f3]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:24:52 fs 1.1.2.1: mass checkin - validation support for form control( model)s

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b4e9c7b634090623b942f0d6ea38c5a219976aa2]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:25:04 fs 1.1.2.1: mass checkin - validation support for form control( model)s

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [add4dc04d9a43b9b76e29154daddbd7c4b47d59f]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:27:35 fs 1.1.2.2: dedicated service (BindableControlModel) for supporting XBindableValue 2004/03/11 16:51:55 fs 1.1.2.1: .

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f5f601b60033573cd1a57c2750757b4d4f48edd6]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:52:49 fs 1.1.2.1: various interfaces related to validating the content of a form control

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [fd3c558421dcec65dd69072da1e8f013fd8fcb5c]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:51:14 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ae33390027ecef61d9475c9a427769523c87bae5]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:50:02 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [47de44fc9b23b3d874b8ab69d46b8719be69084d]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:49:51 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [d2f79aaec2836697edfd6aa11000079b9f823171]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:49:40 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [0814132f6963773441f4c24785f34fdf531a31d2]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:49:29 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [1bd05c95e23646d9bd4e374b2d774503b0eedccc]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:49:18 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [422d10aaba7569a46a089d9075a742c13e6919dd]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:49:06 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b53a79be20693fbabd52fe124e2c30dd4e7e86a1]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:48:54 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ba3639bcad44affb1780c803880f80b818930a1e]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:50:43 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e937b5cc57e97bcb9003b14f763ca8b6cb1f8488]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:50:30 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [5ad0545f25940bc226482557abc962538f2df2a6]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:50:18 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [0cce562ddd0cd40ccddc0cee518709c1faf33044]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:50:07 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [37d8d170d430514f703d1f94bf9efee956e6abc2]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:49:54 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [9588dee5c3d004f7c4e737a3c0e14bb47f010bd5]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:49:44 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [70859f0e063351bad75f9e71a96e36679521f93d]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/11 16:49:32 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f6fe80bffb66032cfe4affacec565227a2c89ff8]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:27:34 fs 1.1.2.2: dedicated service (BindableControlModel) for supporting XBindableValue 2004/03/11 16:49:20 fs 1.1.2.1: moved herein from drafts.css.form/component

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [94c436d3e666ca855191e37c0b43cf7029802c83]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/12 11:25:18 fs 1.1.2.1: dedicated service for supporting XBindableValue

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [18eefe204a72c7c5e2ee3873e1f67eb991ed5b7f]

        INTEGRATION: CWS numinput (1.9.284); FILE MERGED 2004/03/15 09:57:24 nn 1.9.284.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/11 18:46:58 nn 1.9.284.1: #i22345# SetString: don't always overwrite existing number formats

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c9f8d87668d3c3d8094ab75e06e632733aead053]

        INTEGRATION: CWS frmvalidation (1.15.74); FILE MERGED 2004/03/25 09:17:22 fs 1.15.74.1: #i26368# +mbEnforceValidValue

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a8c7c4770d4afb072e911460df814205ab1e4012]

        INTEGRATION: CWS frmvalidation (1.20.36); FILE MERGED 2004/03/12 09:23:40 fs 1.20.36.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [19c8a14c5006ec2795ef1247d723b5e1d4303bf5]

        INTEGRATION: CWS frmvalidation (1.62.14); FILE MERGED 2004/03/12 09:28:46 fs 1.62.14.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [7fc642ee7639a4f94ea1db92706a6a57782df5ed]

        INTEGRATION: CWS frmvalidation (1.33.38); FILE MERGED 2004/03/12 09:27:35 fs 1.33.38.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [100ae3d113e15a5069a134f0ce9fa4d2673ffe6d]

        INTEGRATION: CWS frmvalidation (1.26.98); FILE MERGED 2004/03/12 09:27:22 fs 1.26.98.1: #i21506# don't add ourself as XPropertiesChangeListener, but the result of a queryInterface - this way, the delegator has a chance to intercept this

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [5e5c3a65c6a2cd1c22b77f3b6ca14818df93b839]

        INTEGRATION: CWS frmvalidation (1.4.38); FILE MERGED 2004/03/12 09:25:37 fs 1.4.38.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c1dbf583f2c1c5ec50315c0a11bac184ae0a6664]

        INTEGRATION: CWS frmvalidation (1.45.38); FILE MERGED 2004/03/12 09:29:24 fs 1.45.38.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [fa824e20570b1c881931dbb60f092c4cd28dde13]

        INTEGRATION: CWS frmvalidation (1.15.36); FILE MERGED 2004/03/12 09:22:59 fs 1.15.36.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [461ccc92962e313605b642747b4922a962ecfa88]

        INTEGRATION: CWS frmvalidation (1.19.18); FILE MERGED 2004/03/11 16:42:35 fs 1.19.18.1: +listenernotification

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ca8358169863bb202241b6dd9a0fd6870d5b3e56]

        INTEGRATION: CWS frmvalidation (1.1.4); FILE ADDED 2004/03/11 16:42:12 fs 1.1.4.1: helper class for handling containers of UNO listeners

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [6c780540d4ef58e60b0dd104a755ce3b2e80ab47]

        INTEGRATION: CWS frmvalidation (1.1.4); FILE ADDED 2004/03/11 16:42:06 fs 1.1.4.1: helper class for handling containers of UNO listeners

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [5a9b830159ef73b126ca2b5fc44051c5ba14aabf]

        INTEGRATION: CWS frmvalidation (1.13.58); FILE MERGED 2004/03/12 08:28:58 fs 1.13.58.1: moved the services related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [fe6334e9a41bfa949e784ce1b25217b2fa2af342]

        INTEGRATION: CWS frmvalidation (1.17.76); FILE MERGED 2004/03/12 08:28:57 fs 1.17.76.1: moved the services related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [9aabfd2c9a917679a772bff571d6526b333184a9]

        INTEGRATION: CWS frmvalidation (1.2.80); FILE MERGED 2004/03/12 08:28:56 fs 1.2.80.1: moved the services related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8af709a7b1f7726e5e4d193222605f4442a41220]

        INTEGRATION: CWS frmvalidation (1.3.54); FILE MERGED 2004/03/12 08:28:55 fs 1.3.54.1: moved the services related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ad679bc577da30e7ea37166c1f04f0954110bae1]

        INTEGRATION: CWS frmvalidation (1.27.58); FILE MERGED 2004/03/12 08:28:55 fs 1.27.58.1: moved the services related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [e3975cb530d093f2fecdc3ef3d2a41d7f4f5d8cf]

        INTEGRATION: CWS frmvalidation (1.10.446); FILE MERGED 2004/03/12 13:38:49 fs 1.10.446.1: #i25106# when saving a record, also care for validity of form components (XValidatableFormComponent)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [84baaaf489a6b94494c4904603d1b90246dd75e7]

        INTEGRATION: CWS frmvalidation (1.20.162); FILE MERGED 2004/03/23 12:25:25 fs 1.20.162.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/12 13:28:18 fs 1.20.162.1: moved the services/interfaces related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c60cbba3c888692efdd8194b1fa36f1308fa82fe]

        INTEGRATION: CWS frmvalidation (1.49.16); FILE MERGED 2004/03/23 12:28:06 fs 1.49.16.2: RESYNC: (1.49-1.50); FILE MERGED 2004/03/12 13:28:00 fs 1.49.16.1: moved the services/interfaces related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [7d3d3e575fb6846875b977cab3115347e845ed70]

        INTEGRATION: CWS frmvalidation (1.37.158); FILE MERGED 2004/03/23 12:26:47 fs 1.37.158.2: RESYNC: (1.37-1.38); FILE MERGED 2004/03/12 13:38:09 fs 1.37.158.1: #i25106# when saving a record, also care for validity of form components (XValidatableFormComponent)

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [69873ebd88998c2fa11a9679f26536301041fb08]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/31 11:29:42 sw 1.1.2.1: #i25106#

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a3e1e70bbaabf0156924a80e15ba2404ce074ccb]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/31 15:38:27 sw 1.1.2.3: #i25106# 2004/03/26 14:27:04 sw 1.1.2.2: #i25106# 2004/03/26 14:26:35 sw 1.1.2.1: #i25106#

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8fda3c8668f1d02f066de057d8cf703e2f2b70db]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/26 12:35:57 sw 1.1.2.1: #i25106#

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [7e3330e6557663f496159718c9e72224b1a3b75a]

        INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED 2004/03/25 15:16:42 sw 1.1.2.1: #i25106#

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [c2bb3835876639f5f6c0373e6a8476ac2974b5e7]

        INTEGRATION: CWS frmvalidation (1.1.96); FILE MERGED 2004/03/25 12:53:53 sw 1.1.96.1: #i25106

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [a1a7451e73e3b0e9c7766bd4166c88e0bdd29669]

        INTEGRATION: CWS frmvalidation (1.2.54); FILE MERGED 2004/03/31 14:01:00 sw 1.2.54.1: #i25106#

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3cf89cd7440ec96b913f624f926e07c4f6b80f7a]

        INTEGRATION: CWS frmvalidation (1.1.96); FILE MERGED 2004/03/25 12:53:52 sw 1.1.96.1: #i25106

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [8f1ef9d0e78d0c67b1af4459da17c6132a44d5d6]

        INTEGRATION: CWS frmvalidation (1.2.54); FILE MERGED 2004/03/25 12:53:52 sw 1.2.54.1: #i25106

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b9e44a0302bd69b4357f3a42a469709216a950d9]

        INTEGRATION: CWS frmvalidation (1.1.96); FILE MERGED 2004/03/31 14:00:59 sw 1.1.96.2: #i25106# 2004/03/25 12:53:52 sw 1.1.96.1: #i25106

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [f80875d11b323bb2ba652ea285a74b66ef4e5b00]

        INTEGRATION: CWS frmvalidation (1.2.54); FILE MERGED 2004/03/25 12:53:51 sw 1.2.54.1: #i25106

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [92b9cdf89826b8c6c7b2fff573206d88b5ad1b9d]

        INTEGRATION: CWS frmvalidation (1.1.96); FILE MERGED 2004/03/25 12:53:51 sw 1.1.96.1: #i25106

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [623664dd32f242bf11961fc911f33a7b760a7f16]

        INTEGRATION: CWS frmvalidation (1.2.112); FILE MERGED 2004/03/12 09:02:59 fs 1.2.112.1: moved the services/interfaces related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [3cffbf1fe9d350f2bcdbf04979130d413ac30dc0]

        INTEGRATION: CWS frmvalidation (1.4.106); FILE MERGED 2004/03/12 09:02:59 fs 1.4.106.1: moved the services/interfaces related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [ce8ddcaeb76dfb4e5aa739856c8d2e931a587645]

        INTEGRATION: CWS frmvalidation (1.2.112); FILE MERGED 2004/03/12 09:02:58 fs 1.2.112.1: moved the services/interfaces related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [960b7641bd00ce850baee48114610be3d8dc16eb]

        INTEGRATION: CWS frmvalidation (1.4.106); FILE MERGED 2004/03/12 09:02:58 fs 1.4.106.1: moved the services/interfaces related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [0475ba712cb5326d83756fa490741a49c721ba26]

        INTEGRATION: CWS frmvalidation (1.5.108); FILE MERGED 2004/03/23 11:07:50 fs 1.5.108.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/12 09:01:57 fs 1.5.108.1: moved the services/interfaces related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Rüdiger Timm  <rt@openoffice.org>  [b485420407c1a2e23b68eb3bfc1047d48184a4f3]

        INTEGRATION: CWS frmvalidation (1.57.32); FILE MERGED 2004/03/23 11:42:35 fs 1.57.32.2: RESYNC: (1.57-1.58); FILE MERGED 2004/03/12 09:00:55 fs 1.57.32.1: moved the services related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding

2004-04-02  Vladimir Glazounov  <vg@openoffice.org>  [4dfdc72ea1cb5ff93608e42f1d76eea5837111e5]

        #100000# logging should be on

2004-04-02  Vladimir Glazounov  <vg@openoffice.org>  [3e2a027ceb6aae401a8d4493709f0fccd5fc956d]

        #100000# logging should be on

2004-04-02  Christian Lippka  <cl@openoffice.org>  [31afcff77f272dcc3414df9b7f7c6dbb468dd53c]

        #i26575# special handling for pre 5.0 3d shapes with wrong identifier

2004-04-02  Christian Lippka  <cl@openoffice.org>  [beb797aad4979e812cfdeb17eda9115aae888222]

        #i26576# reinserted needed stuff for fields

2004-04-01  Oliver Bolte  <obo@openoffice.org>  [9ed22ac1e19bf2cb8520ed157a2436794ba748ea]

        Change for OOo 2.0 (SRC680)

2004-03-31  Vladimir Glazounov  <vg@openoffice.org>  [fda0d43df46ae7fac638b8f995bd1c7c64979028]

        #100000# blanks instead of underscores

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [eb57c05d09bdd560000c6032c960bb35f267359d]

        INTEGRATION: CWS swobjpos05 (1.3.12); FILE MERGED 2004/03/15 09:05:37 pb 1.3.12.1: fix: #i26223# new compatibility flag (object positioning)

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [53f42caed70be81c2e6a17bf4bc692cd0b84a453]

        INTEGRATION: CWS swobjpos05 (1.2.12); FILE MERGED 2004/03/15 09:06:17 pb 1.2.12.1: fix: #i26223# new compatibility flag (object positioning)

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [ab819998948a4470f8f5aa9fbae23489aaa2fda1]

        INTEGRATION: CWS swobjpos05 (1.12.64); FILE MERGED 2004/03/19 08:19:26 pb 1.12.64.1: fix: #115107# no assertion in GetAccessibleName() with an invalid position

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [464c9bb05457e4496cd6cfbd28285ea25549e1f0]

        INTEGRATION: CWS swobjpos05 (1.3.12); FILE MERGED 2004/03/15 09:04:03 pb 1.3.12.1: fix: #i26223# new compatibility flag (object positioning)

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [660b21263b86935c821d8aa57f54977d4d276699]

        INTEGRATION: CWS swobjpos05 (1.7.38); FILE MERGED 2004/03/25 10:40:19 od 1.7.38.2: RESYNC: (1.7-1.8); FILE MERGED resolve merge conflict. 2004/03/18 13:05:38 od 1.7.38.1: #i11860# - add optional property <UseFormerObjectPositioning> to the 	   document settings.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [fad04857a21832567a45957935d9d1bf1f93d37e]

        INTEGRATION: CWS swobjpos05 (1.32.14); FILE MERGED 2004/03/26 07:07:05 od 1.32.14.3: missing comma on solution of merge conflict 2004/03/25 10:14:08 od 1.32.14.2: RESYNC: (1.32-1.33); FILE MERGED resolve merge conflicts. 2004/03/18 13:52:30 od 1.32.14.1: #i11860# - load/save and API for new document option 'UseFormerObjectPositioning'

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [4d5c6216eb95889ced51b99ab0a8530668b6f906]

        INTEGRATION: CWS swobjpos05 (1.3.16); FILE MERGED 2004/03/15 08:59:59 pb 1.3.16.1: fix: #i26223# new compatibility flag (object positioning)

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [0e56673f92d3fa4c2d37d6765552a9e6dc81d475]

        INTEGRATION: CWS swobjpos05 (1.3.16); FILE MERGED 2004/03/25 10:17:29 od 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED resolve merge conflicts. 2004/03/15 09:00:00 pb 1.3.16.1: fix: #i26223# new compatibility flag (object positioning)

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [6ff28c85dbd2124f84490ff4417e680daff5d800]

        INTEGRATION: CWS swobjpos05 (1.74.14); FILE MERGED 2004/03/25 10:18:52 od 1.74.14.2: RESYNC: (1.74-1.76); FILE MERGED 2004/03/18 13:51:12 od 1.74.14.1: #i11860# - special handling, if new document option 'UseFormerObjectPositioning' 	   isn't found in the file format during import.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [23dd7e6986d1c847931bd8991b210d0ad93be89d]

        INTEGRATION: CWS swobjpos05 (1.131.14); FILE MERGED 2004/03/25 10:19:14 od 1.131.14.3: RESYNC: (1.131-1.132); FILE MERGED 2004/03/19 12:07:54 od 1.131.14.2: #i11860# - add lost <NOT> 2004/03/18 13:50:08 od 1.131.14.1: #i11860# - set option 'UseFormerObjectPositioning' for imported MS Word 	   documents to <FALSE>.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [259188444ea3b0cffe2cf38bded56647b1ff0320]

        INTEGRATION: CWS swobjpos05 (1.44.16); FILE MERGED 2004/03/25 10:19:43 od 1.44.16.4: RESYNC: (1.44-1.46); FILE MERGED resolve merge conflict. 2004/03/18 13:48:56 od 1.44.16.3: #i11860# - invalidate of the position of all objects, if option 	   'UseFormerObjectPositioning' change its value. 2004/03/15 09:11:36 od 1.44.16.2: #i11860# - correction of implementation <ViewShell::SetUseFormerObjectPositioning(..)> 2004/03/12 07:35:40 od 1.44.16.1: #i11860# - implementation of new method <ViewShell::IsFormerObjectPositioning()> 	   and <ViewShell::SetUseFormerObjectPositioning(..)>

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [6171e17d302a5fa5941a57594205873cd36d5b0f]

        INTEGRATION: CWS swobjpos05 (1.71.4); FILE MERGED 2004/03/18 13:47:41 od 1.71.4.1: #i11860# - implementation of method to calculate/keep the height of the 	   last line.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [6bb99fb16068f3f4cfcb5ef75f12fc615ed92739]

        INTEGRATION: CWS swobjpos05 (1.46.14); FILE MERGED 2004/03/18 13:45:35 od 1.46.14.1: #i11860# method <SwTxtFrm::Format(..)> - call method <_CalcHeightOfLastLine()> 	 at the end of the formatting to calculate and keep the value of 	 the height of the last line.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [f1b03b31fda35a3b2a739a3c030c9901df3da1fa]

        INTEGRATION: CWS swobjpos05 (1.34.14); FILE MERGED 2004/03/18 13:43:47 od 1.34.14.1: #114789# method <SwTxtFrm::GetTopOfLine(..)> - corrections.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [315ec57474d66a3a6a0cc8a1b781058ea645b521]

        INTEGRATION: CWS swobjpos05 (1.2.14); FILE MERGED 2004/03/18 13:39:02 od 1.2.14.1: - remove unnecessary method implementations - consider the different upper space amounts on the object positioning Issue number: i11860

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [0f9b639b7798fcbf4d24cc88cbaa6df941f4444f]

        INTEGRATION: CWS swobjpos05 (1.2.14); FILE MERGED 2004/03/18 13:34:23 od 1.2.14.1: #i11860# implementation of <SwAnchoredObjectPosition> and considering the 	 different upper space amounts on the object positioning. Issue number: i11860 Submitted by: Reviewed by:

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [a82a5e9c54b7d8a5b7c4214b85b79baa1fbf059e]

        INTEGRATION: CWS swobjpos05 (1.48.14); FILE MERGED 2004/03/25 10:24:16 od 1.48.14.2: RESYNC: (1.48-1.49); FILE MERGED 2004/03/18 13:31:52 od 1.48.14.1: #i11860# method <SwRootFrm::InvalidateAllObjPos()> - implementation 	 method <SwCntntFrm::_UpdateAttr(..)> - invalidation of the 	 object positions of the next frame due to a change at the 	 paragraph spacing above/below.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [a32fe646d2dc009998c1750f64aaf2a856f70e9c]

        INTEGRATION: CWS swobjpos05 (1.35.160); FILE MERGED 2004/03/18 13:29:38 od 1.35.160.1: #i11860# method <SwFrm::GetFrmAnchorPos(..)> - consider different upper 	 space amount on determination of the frame anchor position.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [6aaebf4b6eed8501c6e25bdc9d98f652f37e808d]

        INTEGRATION: CWS swobjpos05 (1.60.14); FILE MERGED 2004/03/25 10:23:20 od 1.60.14.2: RESYNC: (1.60-1.61); FILE MERGED 2004/03/18 13:28:18 od 1.60.14.1: #i11860# <SwFrmNotify::~SwFrmNotify()> - consider different upper space 	 amounts on positioning of drawing objects.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [733fae1f4f1637e6fd7a1856735438756919cd8d]

        INTEGRATION: CWS swobjpos05 (1.57.14); FILE MERGED 2004/03/18 13:25:05 od 1.57.14.1: #i11860# method <SwFrm::InvalidateObjPos()> - implementation

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [eb0a84a281facb2cd009dcba7774ed3bf45f684c]

        INTEGRATION: CWS swobjpos05 (1.32.14); FILE MERGED 2004/03/25 10:22:40 od 1.32.14.2: RESYNC: (1.32-1.35); FILE MERGED resolve merge conflict. 2004/03/18 13:24:23 od 1.32.14.1: #i11860# class <SwFlowFrm> - implementation of new methods to determine 	 the different amounts for the upper space. 	 method <SwFlowFrm::CalcUpperSpace(..)> - refactoring.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [462743e754f34a86dce2a7865377960481764d83]

        INTEGRATION: CWS swobjpos05 (1.39.14); FILE MERGED 2004/03/18 13:22:45 od 1.39.14.1: #i11860# class <SwTxtFrm> - new member and methods to keep/calculate 	 height of last line to avoid formatting of text frame, if 	 this information is needed by someone.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [f7d8e2324f9282433a079fc8a193bbb5b7ca3468]

        INTEGRATION: CWS swobjpos05 (1.2.14); FILE MERGED 2004/03/18 13:17:28 od 1.2.14.1: #i11860# - remove unnecessary method declarations

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [9d3405b8a0bcad0b619a70b6d80ebba57e3b6a78]

        INTEGRATION: CWS swobjpos05 (1.12.128); FILE MERGED 2004/03/18 13:16:46 od 1.12.128.1: #i11860# class <SwRootFrm> - new method <InvalidateAllObjPos()>

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [7aba27e174078a4794ad1e58471081245ccba374]

        INTEGRATION: CWS swobjpos05 (1.35.92); FILE MERGED 2004/03/18 13:15:51 od 1.35.92.1: #i11860# class <SwFrm> - new method <InvalidateObjPos()>

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [659d0fd179e2bd93ffe7e3358e04179401ed6238]

        INTEGRATION: CWS swobjpos05 (1.3.128); FILE MERGED 2004/03/25 10:24:37 od 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED resolve merge conflict. 2004/03/18 13:14:57 od 1.3.128.1: #i11860# class <SwFlowFrm> - new methods for determination of the different 	 upper space amounts.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [97702553e3af434526dbe1be4d88dbb29da4d252]

        INTEGRATION: CWS swobjpos05 (1.3.14); FILE MERGED 2004/03/18 13:13:15 od 1.3.14.1: #i11860# class <SwAnchoredObjectPosition> - new method <_GetTopForObjPos(..)>

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [db320f4f8b69002042fcf486e49512a215ea04d0]

        INTEGRATION: CWS swobjpos05 (1.34.16); FILE MERGED 2004/03/25 10:25:08 od 1.34.16.3: RESYNC: (1.35-1.37); FILE MERGED 2004/03/15 10:34:58 od 1.34.16.2: RESYNC: (1.34-1.35); FILE MERGED 2004/03/15 08:54:10 pb 1.34.16.1: fix: #i26223# new compatibility flag (object positioning)

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [5d1493549046c9c84ea7f44e0e30b2e6fc2f667d]

        INTEGRATION: CWS swobjpos05 (1.30.16); FILE MERGED 2004/03/25 10:28:04 od 1.30.16.2: RESYNC: (1.30-1.32); FILE MERGED 2004/03/12 07:37:14 od 1.30.16.1: #i11860# class <ViewShell> - methods <IsFormerObjectPositioning()> 	   and <SetUseFormerObjectPositioning(..)>

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [1db95d05ab4b845c17bc5ba5f874981a039440ee]

        INTEGRATION: CWS swobjpos05 (1.56.14); FILE MERGED 2004/03/25 10:26:44 od 1.56.14.4: RESYNC: (1.59-1.61); FILE MERGED resolve merge conflict. 2004/03/15 10:36:13 od 1.56.14.3: RESYNC: (1.56-1.59); FILE MERGED 2004/03/15 09:12:59 od 1.56.14.2: #i11860# - correction of <SwDoc::SetUseFormerObjectPositioning(..)> 2004/03/12 07:38:28 od 1.56.14.1: #i11860# class <SwDoc> - methods <IsFormerObjectPositioning()> 	 and <SetUseFormerObjectPositioning(..)>

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [e1b4e81da860ed1080cf18ec8d1da69732829468]

        INTEGRATION: CWS gt05 (1.33.82); FILE MERGED 2004/03/24 07:50:27 gt 1.33.82.1: #i17182# SvImpLBox::EntryReallyHit(): sensitive area expanded over whole width

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [90632b681367b684b5432c7f732d10060339b1ee]

        INTEGRATION: CWS sb14 (1.1.104); FILE MERGED 2004/03/16 17:27:28 sb 1.1.104.3: #i21150# Fixed some minor mistakes. 2004/03/05 12:36:51 sb 1.1.104.2: #i21150# Added support for service constructors; cleanup. 2004/02/19 14:23:59 sb 1.1.104.1: #i21150# Support for single-interface--based services and interface-based singletons.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [af5ca8951a8876d731e46506557f30dd5111f94b]

        INTEGRATION: CWS sb14 (1.3.104); FILE MERGED 2004/03/12 14:18:50 sb 1.3.104.3: #i21150# Adapted to modified registry type reader. 2004/03/05 12:36:51 sb 1.3.104.2: #i21150# Added support for service constructors; cleanup. 2004/02/19 14:23:59 sb 1.3.104.1: #i21150# Support for single-interface--based services and interface-based singletons.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [6f8178f5a6a5ac266580946da8fb545cc2eb0911]

        INTEGRATION: CWS sb14 (1.7.4); FILE MERGED 2004/03/16 17:27:28 sb 1.7.4.4: #i21150# Fixed some minor mistakes. 2004/03/15 17:55:15 sb 1.7.4.3: #i21150# Added support for extended interface attributes. 2004/03/12 14:18:49 sb 1.7.4.2: #i21150# Adapted to modified registry type reader. 2004/03/05 12:36:50 sb 1.7.4.1: #i21150# Added support for service constructors; cleanup.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [db8b79d5abf9a305cd65b6c7253b3cc42541df85]

        INTEGRATION: CWS sb14 (1.12.10); FILE MERGED 2004/02/19 14:16:25 sb 1.12.10.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-31  Rüdiger Timm  <rt@openoffice.org>  [a21bcc95aebe374c839c92925b8e5b0bd358f914]

        INTEGRATION: CWS sb14 (1.13.6); FILE MERGED 2004/03/15 16:00:10 sb 1.13.6.1: #i21150# Added support for extended interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0b5b90106743f91a8bc566349db7a0a330cccd8d]

        INTEGRATION: CWS sb14 (1.11.18); FILE MERGED 2004/02/19 15:24:18 sb 1.11.18.1: #i21150# Fixed OOo 2.0 version name: increase minor by one for compatible changes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [70ba60afd2253745c21c1faa7e617733a9f45891]

        INTEGRATION: CWS sb14 (1.10.18); FILE MERGED 2004/02/19 15:24:18 sb 1.10.18.1: #i21150# Fixed OOo 2.0 version name: increase minor by one for compatible changes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [49e67826e8b6e454a0a7205fd581a96376762f32]

        INTEGRATION: CWS sb14 (1.9.6); FILE MERGED 2004/03/15 16:00:18 sb 1.9.6.2: #i21150# Added support for extended interface attributes. 2004/02/19 15:04:42 sb 1.9.6.1: #i21150# Fixed OOo 2.0 version name: increase minor by one for compatible changes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b7d8445b2b14dbcd709a36aaac810b143cd4c540]

        INTEGRATION: CWS sb14 (1.21.6); FILE MERGED 2004/03/15 16:00:17 sb 1.21.6.1: #i21150# Added support for extended interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [77a5fe7b00aaf11a43b5d987cc391054bd58a8e7]

        INTEGRATION: CWS sb14 (1.18.6); FILE MERGED 2004/03/04 10:49:43 sb 1.18.6.1: #i21150# Missing reinterpret_cast to disambiguate multiple-inheritance calls to acquire().

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fbbeecb3fd3cf8fafb1365d2556216e740741c21]

        INTEGRATION: CWS sb14 (1.13.8); FILE MERGED 2004/03/15 17:56:34 sb 1.13.8.3: #i21150# Added support for extended interface attributes. 2004/03/05 12:39:18 sb 1.13.8.2: #i21150# Added support for service constructors and for optional bases of interface types. 2004/02/19 14:26:32 sb 1.13.8.1: #i21150# Support for single-interface--based services and interface-based singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9872bbc6dd6c8c57fcb5821cc8039e90baffae1d]

        INTEGRATION: CWS sb14 (1.6.8); FILE MERGED 2004/02/19 14:26:32 sb 1.6.8.1: #i21150# Support for single-interface--based services and interface-based singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [32bbf3a07264d81bdc4595e0a8111d143163df5e]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:27:17 sb 1.1.2.1: #i21150# Support for single-interface--based services and interface-based singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0f21732c3fe17fb4d779dae4d41d86b748dde2dd]

        INTEGRATION: CWS sb14 (1.4.76); FILE MERGED 2004/02/19 14:26:32 sb 1.4.76.1: #i21150# Support for single-interface--based services and interface-based singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c29238130cbfaf4ecdf6d026900986bee5f2f354]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/05 12:39:18 sb 1.1.2.2: #i21150# Added support for service constructors and for optional bases of interface types. 2004/02/19 14:27:04 sb 1.1.2.1: #i21150# Support for single-interface--based services and interface-based singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [61093d5eab0629aa5fceecbb88a2c751cb433be6]

        INTEGRATION: CWS sb14 (1.5.76); FILE MERGED 2004/02/19 14:26:32 sb 1.5.76.1: #i21150# Support for single-interface--based services and interface-based singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a8420cdb4a315a117a931c17f2d42ea42f8c1bcf]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/05 12:39:58 sb 1.1.2.1: #i21150# Added support for service constructors and for optional bases of interface types.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [dde18a9bdc5b7db13a7959b12710b8377e097e7c]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/05 12:40:10 sb 1.1.2.1: #i21150# Added support for service constructors and for optional bases of interface types.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b4a60b959a993c8e13b11c650303f6318f52074e]

        INTEGRATION: CWS sb14 (1.10.84); FILE MERGED 2004/03/05 12:39:18 sb 1.10.84.1: #i21150# Added support for service constructors and for optional bases of interface types.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [670ed788e3b662f8839dfc53ee723652bd179b5c]

        INTEGRATION: CWS sb14 (1.2.8); FILE MERGED 2004/03/05 12:39:17 sb 1.2.8.2: #i21150# Added support for service constructors and for optional bases of interface types. 2004/02/19 14:25:20 sb 1.2.8.1: #i21150# Missing @since tag.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [efdd3bf33263d34a3593124d1e7e632e1f20b005]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 17:56:55 sb 1.1.2.1: #i21150# Added support for extended interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [72833d01c21410cf0517a4dcfb0e74fd6c7cb58f]

        INTEGRATION: CWS sb14 (1.9.84); FILE MERGED 2004/03/15 17:56:33 sb 1.9.84.1: #i21150# Added support for extended interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a5cc1dc037a7c06a34ef6f01fd5454b68fbd5db1]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 15:59:13 sb 1.1.2.3: #i21150# Added support for extended interface attributes. 2004/03/09 15:03:07 sb 1.1.2.2: #i21150# Constructing Java and C++ code for services and singletons. 2004/03/05 12:32:34 sb 1.1.2.1: #i21150# Added support for service constructors to javamaker.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4c92411f90cfd6ecedb7b5ded7bc72ca7ab16656]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/09 15:03:07 sb 1.1.2.2: #i21150# Constructing Java and C++ code for services and singletons. 2004/03/05 12:32:18 sb 1.1.2.1: #i21150# Added support for service constructors to javamaker.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f55a32c6f28fd9f035634833ecbd626c04d9a7f5]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/09 15:03:32 sb 1.1.2.1: #i21150# Constructing Java and C++ code for services and singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [09d2e857b427a2af65a89cd670b4518a7eeed333]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 15:59:13 sb 1.1.2.2: #i21150# Added support for extended interface attributes. 2004/03/09 15:04:33 sb 1.1.2.1: #i21150# Constructing Java and C++ code for services and singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5e95f4a196331d161717c31d970b66934ba7aec6]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 15:59:12 sb 1.1.2.2: #i21150# Added support for extended interface attributes. 2004/03/09 15:04:21 sb 1.1.2.1: #i21150# Constructing Java and C++ code for services and singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e9104ad6aec8ed8d9ade9fe0f16f76d8f4345a85]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 15:59:12 sb 1.1.2.2: #i21150# Added support for extended interface attributes. 2004/03/09 15:04:10 sb 1.1.2.1: #i21150# Constructing Java and C++ code for services and singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b8b12644dc812bc5f69eb4e6618f6c16a2caaa61]

        INTEGRATION: CWS sb14 (1.2.98); FILE MERGED 2004/03/15 15:59:11 sb 1.2.98.5: #i21150# Added support for extended interface attributes. 2004/03/12 14:17:18 sb 1.2.98.4: #i21150# Adapted to modified registry type reader. 2004/03/09 15:02:38 sb 1.2.98.3: #i21150# Constructing Java and C++ code for services and singletons. 2004/03/05 12:31:22 sb 1.2.98.2: #i21150# Added support for service constructors to javamaker. 2004/02/19 14:04:19 sb 1.2.98.1: #i21150# Generate Java classes for single-interface--based services and interface-based singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5e74619eab6683913134a850deb4232c20d4d630]

        INTEGRATION: CWS sb14 (1.20.4); FILE MERGED 2004/03/17 10:28:55 sb 1.20.4.6: #i26602# Fixed typo. 2004/03/15 15:59:11 sb 1.20.4.5: #i21150# Added support for extended interface attributes. 2004/03/12 14:17:17 sb 1.20.4.4: #i21150# Adapted to modified registry type reader. 2004/03/09 15:02:38 sb 1.20.4.3: #i21150# Constructing Java and C++ code for services and singletons. 2004/03/05 12:31:21 sb 1.20.4.2: #i21150# Added support for service constructors to javamaker. 2004/02/19 14:04:18 sb 1.20.4.1: #i21150# Generate Java classes for single-interface--based services and interface-based singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fafc42020eceb9240a2eb76a2998fd148747ac33]

        INTEGRATION: CWS sb14 (1.3.14); FILE MERGED 2004/03/15 15:59:11 sb 1.3.14.3: #i21150# Added support for extended interface attributes. 2004/03/12 14:17:17 sb 1.3.14.2: #i21150# Adapted to modified registry type reader. 2004/03/09 15:02:38 sb 1.3.14.1: #i21150# Constructing Java and C++ code for services and singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5e948d1a1cabc6fa379bc11d0d19d29af6cfad81]

        INTEGRATION: CWS sb14 (1.26.4); FILE MERGED 2004/03/17 10:36:06 sb 1.26.4.5: #i26602# Fixed typo. 2004/03/17 10:28:54 sb 1.26.4.4: #i26602# Fixed typo. 2004/03/15 15:59:10 sb 1.26.4.3: #i21150# Added support for extended interface attributes. 2004/03/12 14:17:16 sb 1.26.4.2: #i21150# Adapted to modified registry type reader. 2004/03/09 15:02:37 sb 1.26.4.1: #i21150# Constructing Java and C++ code for services and singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [83d6cb0b76bcc0a29af5f8a28d8232c4b569087b]

        INTEGRATION: CWS sb14 (1.5.70); FILE MERGED 2004/03/12 14:17:16 sb 1.5.70.1: #i21150# Adapted to modified registry type reader.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [97d36b3ffefc89fc75c32d8e75531235cac346c8]

        INTEGRATION: CWS sb14 (1.1.1.1.108); FILE MERGED 2004/03/09 15:02:37 sb 1.1.1.1.108.1: #i21150# Constructing Java and C++ code for services and singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8074d3206b18683e67df43feca1fab5acf023d5d]

        INTEGRATION: CWS sb14 (1.20.14); FILE MERGED 2004/03/12 14:17:16 sb 1.20.14.1: #i21150# Adapted to modified registry type reader.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9d4d71eb7f39bb3b9aee3261ecfae760f1590c83]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/12 14:17:16 sb 1.1.2.2: #i21150# Adapted to modified registry type reader. 2004/03/09 15:01:00 sb 1.1.2.1: #i21150# Constructing Java and C++ code for services and singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0b4053604003fe2aa84f900128fc4a4f49e8c775]

        INTEGRATION: CWS sb14 (1.4.70); FILE MERGED 2004/03/12 14:17:15 sb 1.4.70.1: #i21150# Adapted to modified registry type reader.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [150a94f9fc5042596d66ff64a68becf36ba88465]

        INTEGRATION: CWS sb14 (1.6.14); FILE MERGED 2004/03/12 14:17:15 sb 1.6.14.1: #i21150# Adapted to modified registry type reader.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a132d6eeba9d2ad8547c847ec2f51fbfaa6e6c58]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/09 15:00:06 sb 1.1.2.1: #i21150# Constructing Java and C++ code for services and singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ecb2b5c5ce6aec696dce7ce294fcb94b60cf6b5f]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/05 08:35:22 sb 1.1.2.2: #i21150# Support for rest parameters; clean up. 2004/03/01 13:01:52 sb 1.1.2.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [19aac3514876035ce7f7fb0158ee25eeda4a7936]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/18 14:19:19 sb 1.1.2.5: #i26602# Fix for Windows. 2004/03/15 09:53:58 sb 1.1.2.4: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/12 14:30:30 sb 1.1.2.3: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob. 2004/03/05 08:35:22 sb 1.1.2.2: #i21150# Support for rest parameters; clean up. 2004/03/01 13:01:37 sb 1.1.2.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [854d096ccd889e4dd6151080e4a3c371658d8565]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/16 17:25:24 sb 1.1.2.3: #i21150# Fixed some minor mistakes. 2004/03/05 08:35:21 sb 1.1.2.2: #i21150# Support for rest parameters; clean up. 2004/03/01 13:01:23 sb 1.1.2.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1e884b6b0e53bb62c2c589b2fb3d5970ae04f9ad]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/05 08:35:57 sb 1.1.2.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d778cdf66641e99774ce219822f49db8d949e1e9]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 09:54:49 sb 1.1.2.1: #i21150# Added support for bound interface attributes (renamed from attributeexceptions.tests).

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6efa6ad363f995c29cbb35a22359a1d674645399]

        INTEGRATION: CWS sb14 (1.2.48); FILE MERGED 2004/03/01 12:59:27 sb 1.2.48.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d3b8a1609e51f9ba80bc881a0966ef2db55a5646]

        INTEGRATION: CWS sb14 (1.9.10); FILE MERGED 2004/03/12 14:30:30 sb 1.9.10.2: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob. 2004/03/05 08:35:21 sb 1.9.10.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [7143bc4d91a2dbaae271c18ddbfdf52c6880f295]

        INTEGRATION: CWS sb14 (1.5.4); FILE MERGED 2004/03/15 09:53:57 sb 1.5.4.6: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/12 14:30:30 sb 1.5.4.5: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob. 2004/03/05 12:15:05 sb 1.5.4.4: #i21150# Fixed handling of service constructor raises clause. 2004/03/05 08:35:20 sb 1.5.4.3: #i21150# Support for rest parameters; clean up. 2004/03/01 12:59:26 sb 1.5.4.2: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers. 2004/02/19 14:06:49 sb 1.5.4.1: #i21150# Support for single-interface--based services and interface-based singletons; always generate output for all services and for interface-based singletons, even if no -C is given.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4eb532ebd5fd18b93467991c35900ef13c6d1e5d]

        INTEGRATION: CWS sb14 (1.8.10); FILE MERGED 2004/03/17 11:21:40 sb 1.8.10.3: #i26602# Work around MSVC problem. 2004/03/01 12:59:26 sb 1.8.10.2: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers. 2004/02/19 14:06:49 sb 1.8.10.1: #i21150# Support for single-interface--based services and interface-based singletons; always generate output for all services and for interface-based singletons, even if no -C is given.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a7bdd24aae6504a2507cb5c5af1b0d9a35369a56]

        INTEGRATION: CWS sb14 (1.8.10); FILE MERGED 2004/03/15 09:53:57 sb 1.8.10.2: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/01 13:20:54 sb 1.8.10.1: #i21150# Adding to YACCFLAGS is ok now.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [81b2ca26823dca1b490ac0cbf23e6f2b4a9482f4]

        INTEGRATION: CWS sb14 (1.8.48); FILE MERGED 2004/03/15 09:53:57 sb 1.8.48.2: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/01 12:59:26 sb 1.8.48.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [17bac315a4112304e287a1e9302a38725fe3697e]

        INTEGRATION: CWS sb14 (1.8.10); FILE MERGED 2004/03/01 12:59:26 sb 1.8.10.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3a99d7b554c06c1553e6c86877129a6369bccc11]

        INTEGRATION: CWS sb14 (1.12.48); FILE MERGED 2004/03/01 12:59:25 sb 1.12.48.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6e3c3e874cb167a4a5d9cd19f2bb35be3d0d6518]

        INTEGRATION: CWS sb14 (1.3.10); FILE MERGED 2004/03/05 08:35:20 sb 1.3.10.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ad2ae1b2786d64fb72b73153e3ac4c24240a6cf0]

        INTEGRATION: CWS sb14 (1.4.4); FILE MERGED 2004/03/05 08:35:20 sb 1.4.4.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [569b1e18a2ffd7a5df948f7248b7c2e99c13184d]

        INTEGRATION: CWS sb14 (1.5.4); FILE MERGED 2004/03/15 09:53:57 sb 1.5.4.4: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/12 14:30:29 sb 1.5.4.3: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob. 2004/03/05 08:35:20 sb 1.5.4.2: #i21150# Support for rest parameters; clean up. 2004/03/01 12:59:25 sb 1.5.4.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8e39f5bf63b2aea6b58f881e1f4f23d76f6027bd]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/12 14:30:59 sb 1.1.2.1: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [394199990f7dc06f7da702d42c159dfc94720dd1]

        INTEGRATION: CWS sb14 (1.3.84); FILE MERGED 2004/03/15 09:53:57 sb 1.3.84.3: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/05 08:35:19 sb 1.3.84.2: #i21150# Support for rest parameters; clean up. 2004/03/01 12:59:24 sb 1.3.84.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0ad757183dd9fb590575961978af53ee8831abe2]

        INTEGRATION: CWS sb14 (1.4.84); FILE MERGED 2004/03/15 09:53:56 sb 1.4.84.2: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/01 12:59:24 sb 1.4.84.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [045e99596c4aef353b73980d85b57731f9d9088a]

        INTEGRATION: CWS sb14 (1.7.4); FILE MERGED 2004/03/01 12:59:24 sb 1.7.4.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [867df357bf7cc62d69740bf05edad2571237af61]

        INTEGRATION: CWS sb14 (1.3.4); FILE MERGED 2004/03/15 09:53:56 sb 1.3.4.4: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/12 14:30:29 sb 1.3.4.3: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob. 2004/03/05 08:35:19 sb 1.3.4.2: #i21150# Support for rest parameters; clean up. 2004/03/01 12:59:23 sb 1.3.4.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a3069a8c45810ac7fabc1a5d96b95d934f820d51]

        INTEGRATION: CWS sb14 (1.4.4); FILE MERGED 2004/03/16 17:25:24 sb 1.4.4.5: #i21150# Fixed some minor mistakes. 2004/03/15 16:01:59 sb 1.4.4.4: #i21150# Dumping extended interface attributes. 2004/03/15 09:53:56 sb 1.4.4.3: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/05 12:15:32 sb 1.4.4.2: #i21150# Cleanup. 2004/03/01 12:59:23 sb 1.4.4.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c503d6bf316dd9761209df1bd9d9979c274f8729]

        INTEGRATION: CWS sb14 (1.3.84); FILE MERGED 2004/03/15 09:53:56 sb 1.3.84.2: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/01 12:59:23 sb 1.3.84.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [345ff97ae2ee0e1f54583c8a9f45fd2e33318fc6]

        INTEGRATION: CWS sb14 (1.7.4); FILE MERGED 2004/03/16 17:25:23 sb 1.7.4.7: #i21150# Fixed some minor mistakes. 2004/03/15 16:01:59 sb 1.7.4.6: #i21150# Dumping extended interface attributes. 2004/03/15 09:53:56 sb 1.7.4.5: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/12 14:30:29 sb 1.7.4.4: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob. 2004/03/05 08:35:18 sb 1.7.4.3: #i21150# Support for rest parameters; clean up. 2004/03/01 12:59:23 sb 1.7.4.2: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers. 2004/02/19 14:06:49 sb 1.7.4.1: #i21150# Support for single-interface--based services and interface-based singletons; always generate output for all services and for interface-based singletons, even if no -C is given.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [90546a499a879b8ade7596d15ff30b72a430e6c4]

        INTEGRATION: CWS sb14 (1.5.92); FILE MERGED 2004/03/15 09:53:55 sb 1.5.92.3: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/05 08:35:18 sb 1.5.92.2: #i21150# Support for rest parameters; clean up. 2004/03/01 12:59:22 sb 1.5.92.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8d67dc0b8057e397f76213efeed7edda7ae2bb85]

        INTEGRATION: CWS sb14 (1.3.96); FILE MERGED 2004/03/15 09:53:55 sb 1.3.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d0f2e717bdbd22f9c769cf8f24a1140160987244]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/01 12:53:50 sb 1.1.96.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3b56028999deb982ded123c107da226f0b128f2a]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/01 12:54:09 sb 1.1.2.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [37bb0b502e4590cb463842b5b6ff4add04beed14]

        INTEGRATION: CWS sb14 (1.3.4); FILE MERGED 2004/03/12 14:30:29 sb 1.3.4.1: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b11667aa2b663824e70a535138d9dd1e8f7f3d2e]

        INTEGRATION: CWS sb14 (1.3.10); FILE MERGED 2004/03/05 08:35:18 sb 1.3.10.2: #i21150# Support for rest parameters; clean up. 2004/03/01 12:53:50 sb 1.3.10.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d34a08c3a1e89abfb348e15e7914c5914666f4c5]

        INTEGRATION: CWS sb14 (1.2.4); FILE MERGED 2004/03/05 08:35:17 sb 1.2.4.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9e193d7b009945bb32334433a9eb4ceed63f0251]

        INTEGRATION: CWS sb14 (1.3.4); FILE MERGED 2004/03/15 09:53:55 sb 1.3.4.4: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/12 14:30:28 sb 1.3.4.3: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob. 2004/03/05 08:35:17 sb 1.3.4.2: #i21150# Support for rest parameters; clean up. 2004/03/01 12:53:49 sb 1.3.4.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [90042ae00cf316bd6a8f0fe521f3a20e41d58dc1]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/05 08:35:17 sb 1.1.96.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6cc7a32429c5efdc9a920d480770fd49efb6d479]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/15 09:53:54 sb 1.1.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [962c7c10ee7d465493822520903415be5ec08811]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/15 09:53:54 sb 1.1.96.2: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/05 08:35:16 sb 1.1.96.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e7adaa4362522a99a4d1745a7101b09ad363cec2]

        INTEGRATION: CWS sb14 (1.2.92); FILE MERGED 2004/03/15 09:53:54 sb 1.2.92.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b81521ee92f056368c7ff5e1c8cd7fc18e5a48e1]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/01 12:53:49 sb 1.1.96.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d24f7f44fc3e0029cbc71f063c3d8fad2dae9c9e]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/05 08:35:16 sb 1.1.96.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5f53782b9c41fc62dcb3ffb04fec1efd5256e0ce]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/15 09:53:53 sb 1.1.96.3: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/12 14:30:28 sb 1.1.96.2: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob. 2004/03/05 08:35:16 sb 1.1.96.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8505d9405209d6b358c2d79929ddb71a1262dd12]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/15 09:53:53 sb 1.1.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3eb9a2ee54edccfb8556c9fa9e73b4ab1383c7ba]

        INTEGRATION: CWS sb14 (1.2.4); FILE MERGED 2004/03/15 16:01:58 sb 1.2.4.3: #i21150# Dumping extended interface attributes. 2004/03/15 09:53:52 sb 1.2.4.2: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/01 12:53:49 sb 1.2.4.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3a23a99b8199efc6aa207d51a1be7d0aa4966aa8]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/15 09:53:52 sb 1.1.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [05b96888b86bf59a03df80b1346bebe12c4c981a]

        INTEGRATION: CWS sb14 (1.3.4); FILE MERGED 2004/03/15 09:53:51 sb 1.3.4.3: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/05 08:35:15 sb 1.3.4.2: #i21150# Support for rest parameters; clean up. 2004/03/01 12:53:48 sb 1.3.4.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f2b97063efdd5cd248f00c4a02001d6b9d570abb]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/15 09:53:51 sb 1.1.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9622dfa71d0070bed29311abcfd3877d6c598b3c]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/05 08:35:15 sb 1.1.96.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a228a92c3b69403561385bcaa41f22b9c0b661d8]

        INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/15 16:01:58 sb 1.1.96.4: #i21150# Dumping extended interface attributes. 2004/03/15 09:53:51 sb 1.1.96.3: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/12 14:30:28 sb 1.1.96.2: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob. 2004/03/05 08:35:15 sb 1.1.96.1: #i21150# Support for rest parameters; clean up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3cd8e3402b2d73c622eb4a55d198344faed704eb]

        INTEGRATION: CWS sb14 (1.2.60); FILE MERGED 2004/02/19 14:16:26 sb 1.2.60.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fe9cc40148491595ebafb03ca1df46526e80c42e]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:20:12 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e621bf51f740e45e566eaefd08a2b87eb703877e]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:21:44 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [92c0ee8202fc9490fa3e10f53ff0cd847e318f66]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:21:58 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [cd2a9f1e8e377a9521f6fb48e9c4832f84d2f478]

        INTEGRATION: CWS sb14 (1.4.6); FILE MERGED 2004/02/19 14:15:55 sb 1.4.6.1: #i21150# Fixed test (broken by changes introduced in fix for 114000).

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [484b3e74d870095bbe0be456023e4664586ea048]

        INTEGRATION: CWS sb14 (1.2.34); FILE MERGED 2004/02/19 14:16:26 sb 1.2.34.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [072832cf5d2bcdf7edd396544a29bcf07fb0a71f]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:19:44 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4fca6e95d9e6834b502e9cd9ef9720dc019bb3d6]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:19:19 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [7263382520270512d78a1b4d4d21645244d8ce78]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:19:31 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [741b93d42cbc57665e891c0db4b017b3665566f6]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:19:58 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [032ee7c577153ff2f61a5d402c1b7e47f54e1b7c]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:19:05 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8c9d461af84c7ba15d919b3838f4ea990f627caa]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:18:26 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [7ffded78f75a293ad10efb8a4e0bdfefa08ce995]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:18:53 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c6d18208ce6405570cefba4b2fd90b1275c90dbf]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:18:13 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f1d4af4c4d200deda4a5d8235a9cfb7ff1555c92]

        INTEGRATION: CWS sb14 (1.2.122); FILE MERGED 2004/03/17 09:53:28 sb 1.2.122.2: #i26602# Moved isBound from TypeInfo to AttributeTypeInfo. 2004/03/15 16:03:29 sb 1.2.122.1: #i21150# Added support for extended interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1b0c5f9d861a110d78de714afbe359f688579ae1]

        INTEGRATION: CWS sb14 (1.1.126); FILE MERGED 2004/03/17 09:53:27 sb 1.1.126.1: #i26602# Moved isBound from TypeInfo to AttributeTypeInfo.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a0cb66239b77a608bb475b6d0134cce8238944af]

        INTEGRATION: CWS sb14 (1.2.94); FILE MERGED 2004/03/15 09:50:42 sb 1.2.94.2: #i21150# Added new extensible type writer interface; minor improvements. 2004/03/12 14:23:51 sb 1.2.94.1: #i21150# Added new extensible type reader interface.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8ee9b023c1281eb931eea96e143f07ead0060021]

        INTEGRATION: CWS sb14 (1.17.20); FILE MERGED 2004/03/05 12:34:14 sb 1.17.20.1: #i21150# Added support for rest parameters.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [519b10282e0cfb0a754d9718ab5aab3a06b5f289]

        INTEGRATION: CWS sb14 (1.8.6); FILE MERGED 2004/03/17 10:13:57 sb 1.8.6.2: #i26602# Removed leftover dead code. 2004/03/15 09:50:41 sb 1.8.6.1: #i21150# Added new extensible type writer interface; minor improvements.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [51f52adc8726b5ec66a7f15d792b93563ccb7adc]

        INTEGRATION: CWS sb14 (1.10.6); FILE MERGED 2004/03/18 13:06:07 sb 1.10.6.3: #i26602# Make sure typereg_reader_getSuperTypeName is not called with an invalid index. 2004/03/15 09:50:41 sb 1.10.6.2: #i21150# Added new extensible type writer interface; minor improvements. 2004/03/12 14:24:16 sb 1.10.6.1: #i21150# Added new extensible type reader interface.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [08df628b9d5b031fb1ea994ab34b85dac3a9a8dc]

        INTEGRATION: CWS sb14 (1.4.100); FILE MERGED 2004/03/12 14:24:15 sb 1.4.100.1: #i21150# Added new extensible type reader interface.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3119dc9ac611e013b4b42211aad9d715df6be41a]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 09:51:24 sb 1.1.2.1: #i21150# Added new extensible type writer interface.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [db14df2abcabb1739ad44ebd26193a09ac5fdaf4]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 09:51:10 sb 1.1.2.1: #i21150# Added new extensible type writer interface.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3d37a4c513dd60a8d1931982ad57f719ddda6121]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 09:50:40 sb 1.1.2.2: #i21150# Added new extensible type writer interface; minor improvements. 2004/03/12 14:25:40 sb 1.1.2.1: #i21150# Added new extensible type reader interface.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5d3d5e78eebee9d6dab3229e63c636fd03528cc4]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 16:02:53 sb 1.1.2.2: #i21150# Added support for extended interface attributes. 2004/03/12 14:25:51 sb 1.1.2.1: #i21150# Added new extensible type reader interface.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9938ca39360e75959f74a19ba780ecc184822c9e]

        INTEGRATION: CWS sb14 (1.7.66); FILE MERGED 2004/03/12 14:24:52 sb 1.7.66.2: #i21150# Added new extensible type reader interface. 2004/03/05 12:34:13 sb 1.7.66.1: #i21150# Added support for rest parameters.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fe69d558cc52d9c1f0c20c58d2d7811786033b96]

        INTEGRATION: CWS sb14 (1.7.6); FILE MERGED 2004/03/12 14:24:52 sb 1.7.6.1: #i21150# Added new extensible type reader interface.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f6895e4a8a7177ab410d17d1bf87b7ac9b54327f]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 09:50:40 sb 1.1.2.2: #i21150# Added new extensible type writer interface; minor improvements. 2004/03/12 14:26:04 sb 1.1.2.1: #i21150# Added new extensible type reader interface.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [366a782496b6d42295283c1b9621baff9d272923]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/15 09:50:39 sb 1.1.2.2: #i21150# Added new extensible type writer interface; minor improvements. 2004/03/12 14:25:28 sb 1.1.2.1: #i21150# Added new extensible type reader interface.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [74b3e7d2ebe747662d334edf800d4efebf86f14e]

        INTEGRATION: CWS sb14 (1.2.122); FILE MERGED 2004/03/09 14:17:50 sb 1.2.122.1: #i21150# Minor improvements.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4ba327f4e090a17e50ba099b42575a907d00b8f8]

        INTEGRATION: CWS sb14 (1.17.68); FILE MERGED 2004/03/11 14:41:36 sb 1.17.68.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [aa40abec8a3fa321e6194099e9a5bedd7195be30]

        INTEGRATION: CWS sb14 (1.15.68); FILE MERGED 2004/03/11 14:41:36 sb 1.15.68.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8805b0de5383c81ee832073b37e8ae1166bd23c0]

        INTEGRATION: CWS sb14 (1.11.166); FILE MERGED 2004/03/11 14:41:35 sb 1.11.166.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [19da84593fe4b88bde9f9b20ed0a5bcbaa578d56]

        INTEGRATION: CWS sb14 (1.5.36); FILE MERGED 2004/03/11 14:41:35 sb 1.5.36.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [24cc9954facd91d89ef90a4bdd36c99062a83a54]

        INTEGRATION: CWS sb14 (1.9.18); FILE MERGED 2004/03/11 14:41:34 sb 1.9.18.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [70c8e646f3ac104bc966ac7853f3ae38f5c86bcb]

        INTEGRATION: CWS sb14 (1.8.18); FILE MERGED 2004/03/11 14:41:34 sb 1.8.18.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b172c872df7c40113646ebbd45a2ebd429205814]

        INTEGRATION: CWS sb14 (1.15.18); FILE MERGED 2004/03/11 14:41:34 sb 1.15.18.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [66f869f0030eb7cf0bad6a0536eb29aa1cbe31fb]

        INTEGRATION: CWS sb14 (1.2.18); FILE MERGED 2004/03/17 10:15:41 sb 1.2.18.2: #i26602# Fixed typo. 2004/03/11 14:41:34 sb 1.2.18.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9d06c153ac1be4d3fc5f3a9c69d17dc4beb25ac7]

        INTEGRATION: CWS sb14 (1.7.18); FILE MERGED 2004/03/11 14:41:33 sb 1.7.18.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [00163c0ce4f0cac1ac919bbfc320ae37827b2bce]

        INTEGRATION: CWS sb14 (1.10.18); FILE MERGED 2004/03/11 14:41:33 sb 1.10.18.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ff03d40376a86a494c26db751788d257e7b16865]

        INTEGRATION: CWS sb14 (1.13.142); FILE MERGED 2004/03/11 14:41:33 sb 1.13.142.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [45e00584db5bf88e12ae4f245feedeb487a7b6a1]

        INTEGRATION: CWS sb14 (1.33.18); FILE MERGED 2004/03/11 14:41:32 sb 1.33.18.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a941ade11882e313b9506283ee034ca585a731dc]

        INTEGRATION: CWS sb14 (1.23.18); FILE MERGED 2004/03/11 14:41:32 sb 1.23.18.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f99b70fe9942f13380f8c23263522d863c89ce7d]

        INTEGRATION: CWS sb14 (1.29.18); FILE MERGED 2004/03/11 14:41:32 sb 1.29.18.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c09459729a2249e129fce96d0d3eba86466e6493]

        INTEGRATION: CWS sb14 (1.2.18); FILE MERGED 2004/03/17 08:54:28 sb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/11 14:41:31 sb 1.2.18.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [acc934a7ef780260483eed5677ae2772bc72baa5]

        INTEGRATION: CWS sb14 (1.18.62); FILE MERGED 2004/03/15 09:09:27 sb 1.18.62.2: #i21150# Improved documentation. 2004/03/11 14:41:31 sb 1.18.62.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e9f5782dea7d28426f1e46cb8527a676f064c8d1]

        INTEGRATION: CWS sb14 (1.9.38); FILE MERGED 2004/03/15 09:09:26 sb 1.9.38.2: #i21150# Improved documentation. 2004/03/11 14:41:30 sb 1.9.38.1: #i21150# rtl_string2UString and OUString::OUString(sal_Char const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1a2ce7c94077fc27e2516be5086e9bdd0a427048]

        INTEGRATION: CWS sb14 (1.14.68); FILE MERGED 2004/03/18 07:20:18 sb 1.14.68.2: #i21150# Fixed oversight. 2004/03/15 09:10:14 sb 1.14.68.1: #i21150# rtl_uString2String and OString::OString(sal_Unicode const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [78c25b105cb53ffe5e80cd370e99f82da82c2107]

        INTEGRATION: CWS sb14 (1.8.166); FILE MERGED 2004/03/15 09:10:14 sb 1.8.166.1: #i21150# rtl_uString2String and OString::OString(sal_Unicode const *, sal_Int32, rtl_TextEncoding, sal_uInt32) handle out-of-memory conditions.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [924fc2ebbff9d6e86cb8abc1a5e028fe829b8e3c]

        INTEGRATION: CWS sb14 (1.39.22); FILE MERGED 2004/03/17 08:52:29 sb 1.39.22.2: RESYNC: (1.39-1.41); FILE MERGED 2004/02/19 14:29:21 sb 1.39.22.1: #i21150# No dependency on jurt, as Java types were moved from jurt to ridljar; cleaned up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [dc208eeedb9847daf7bb300b136c99ddf171c3cf]

        INTEGRATION: CWS sb14 (1.5.28); FILE MERGED 2004/02/19 14:09:56 sb 1.5.28.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f382df74e734fdeee437130a340c20bec25d0fed]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/02/19 14:10:22 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2c3bf4005b3d4077124404bbef61dbdf4e509e4a]

        INTEGRATION: CWS sb14 (1.3.28); FILE MERGED 2004/02/19 14:09:55 sb 1.3.28.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [de0c6de61efae2a2d9159d42a746023ad4e4d807]

        INTEGRATION: CWS sb14 (1.9.6); FILE MERGED 2004/02/19 14:09:54 sb 1.9.6.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ea19b0915548c4945ff6e593d56afd0c09d85a97]

        INTEGRATION: CWS sb14 (1.5.118); FILE MERGED 2004/02/19 14:09:54 sb 1.5.118.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [324fd7ea62b43388cad40b302da42e0feca0d842]

        INTEGRATION: CWS sb14 (1.5.28); FILE MERGED 2004/02/19 14:09:52 sb 1.5.28.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4e16ec9a853139c021d3b36b515365de99115c3d]

        INTEGRATION: CWS sb14 (1.12.6); FILE MERGED 2004/03/05 08:14:08 sb 1.12.6.1: #i21150# Cleaned up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [34bd3d89cf30b5b7bc5955487692a5f27fdde674]

        INTEGRATION: CWS sb14 (1.13.88); FILE MERGED 2004/03/05 08:14:08 sb 1.13.88.1: #i21150# Cleaned up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0c9d5305ea86cd20009e9713a941bfdf0df968dd]

        INTEGRATION: CWS interop12 (1.64.100); FILE MERGED 2004/03/17 10:21:12 cl 1.64.100.7: RESYNC: (1.69-1.70); FILE MERGED 2004/02/13 21:36:56 cl 1.64.100.6: RESYNC: (1.67-1.69); FILE MERGED 2003/12/09 23:13:45 cl 1.64.100.5: RESYNC: (1.65-1.67); FILE MERGED 2003/11/07 14:56:40 cl 1.64.100.4: RESYNC: (1.64-1.65); FILE MERGED 2003/11/07 09:13:18 cl 1.64.100.3: #i20949# added header&footer support for impress 2003/11/05 17:05:57 cl 1.64.100.2: #i20949# added support for header&footer 2003/09/19 14:38:26 cl 1.64.100.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [327deead2ce2c47650da6d50af1b7db5433a12de]

        INTEGRATION: CWS sb14 (1.33.26); FILE MERGED 2004/03/05 08:14:06 sb 1.33.26.1: #i21150# Cleaned up.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1f6b65dff3ecafa932e17b3cc61579e833d69102]

        INTEGRATION: CWS interop12 (1.46.8); FILE MERGED 2004/03/17 09:58:36 cl 1.46.8.5: RESYNC: (1.50-1.51); FILE MERGED 2004/02/13 17:45:24 cl 1.46.8.4: RESYNC: (1.48-1.50); FILE MERGED 2003/12/09 15:21:37 cl 1.46.8.3: RESYNC: (1.47-1.48); FILE MERGED 2003/11/07 13:37:03 cl 1.46.8.2: RESYNC: (1.46-1.47); FILE MERGED 2003/10/30 10:54:17 cl 1.46.8.1: #i20949# added tokens for header&footer support in impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [59fe221747d7b1e45d236482f0e6bf832cfbc6b9]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/18 13:05:46 sb 1.1.2.2: #i26602# Make sure typereg_reader_getSuperTypeName is not called with an invalid index. 2004/03/16 17:29:30 sb 1.1.2.1: #i21150# Tests.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ef7628d9abecbc15dca0eee86fa9d4a06dbd9e4e]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/16 17:29:21 sb 1.1.2.1: #i21150# Tests.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6a2911b5e1fc949f12e6896361faa803fb402724]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/18 13:05:46 sb 1.1.2.2: #i26602# Make sure typereg_reader_getSuperTypeName is not called with an invalid index. 2004/03/16 17:29:12 sb 1.1.2.1: #i21150# Tests.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c8c1222f2e6ababf0d7d9d07674667ff9750f786]

        INTEGRATION: CWS interop12 (1.101.36); FILE MERGED 2003/09/19 14:36:38 cl 1.101.36.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1b2589f0a3537409da8bd300fdb693d543852a2d]

        INTEGRATION: CWS interop12 (1.47.10); FILE MERGED 2003/11/07 10:15:36 cl 1.47.10.3: fixed unix compiler issue 2003/10/30 10:54:31 cl 1.47.10.2: #i20949# added tokens for header&footer support in impress 2003/09/19 14:36:38 cl 1.47.10.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [bbec5765d6b70a853a18084357fdcd56b3da329f]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/16 17:28:52 sb 1.1.2.1: #i21150# Tests.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ed6d73d4fd99aea3bc2b176b488d4f02ecb40f48]

        INTEGRATION: CWS interop12 (1.52.36); FILE MERGED 2003/10/30 10:54:31 cl 1.52.36.2: #i20949# added tokens for header&footer support in impress 2003/09/19 14:36:37 cl 1.52.36.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e3a02e4c62a36632ae9a7b20cd4896fd3007274c]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/18 14:09:02 sb 1.1.2.3: #i26602# Fix for Windows. 2004/03/18 13:05:46 sb 1.1.2.2: #i26602# Make sure typereg_reader_getSuperTypeName is not called with an invalid index. 2004/03/16 17:28:42 sb 1.1.2.1: #i21150# Tests.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4aa4f461a58bc71f2a39608a46970484e902e82a]

        INTEGRATION: CWS interop12 (1.37.82); FILE MERGED 2004/03/05 14:21:51 cl 1.37.82.2: #i26079# save header&footer also for handout and notes 2003/10/30 11:00:22 cl 1.37.82.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [142997752bb6b58dcd4c5700dd3c4ac59061697e]

        INTEGRATION: CWS interop12 (1.81.66); FILE MERGED 2003/12/09 15:20:09 cl 1.81.66.3: RESYNC: (1.81-1.82); FILE MERGED 2003/10/30 11:00:21 cl 1.81.66.2: #i20949# added header&footer support for impress 2003/09/19 14:36:36 cl 1.81.66.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3e2226f2ee6b9881e2dd3e5dcb92ab0bbc5b38db]

        INTEGRATION: CWS sb14 (1.13.4); FILE MERGED 2004/03/18 13:05:45 sb 1.13.4.3: #i26602# Make sure typereg_reader_getSuperTypeName is not called with an invalid index. 2004/03/12 14:18:49 sb 1.13.4.2: #i21150# Adapted to modified registry type reader. 2004/03/05 12:36:50 sb 1.13.4.1: #i21150# Added support for service constructors; cleanup.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [52ef9a315900373d594728728c5b5b8ea09171c7]

        INTEGRATION: CWS interop12 (1.4.156); FILE MERGED 2004/03/05 14:21:51 cl 1.4.156.1: #i26079# save header&footer also for handout and notes

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [53ed8abdeb58f05a573ff5e58d4f8291f515c7c0]

        INTEGRATION: CWS sb14 (1.4.104); FILE MERGED 2004/03/12 14:18:49 sb 1.4.104.1: #i21150# Adapted to modified registry type reader.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [af1e59e50ce3c8dcefd9d3453fdb5b954ac9d6e7]

        INTEGRATION: CWS interop12 (1.11.22); FILE MERGED 2004/03/08 11:47:05 cl 1.11.22.2: #i26079# save header&footer also for handout and notes 2004/03/05 14:21:50 cl 1.11.22.1: #i26079# save header&footer also for handout and notes

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [45a623b342d98ec8c0adac283be8b118baa416e5]

        INTEGRATION: CWS sb14 (1.1.104); FILE MERGED 2004/03/12 14:18:49 sb 1.1.104.1: #i21150# Adapted to modified registry type reader.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ee4437d866423e0a8cb80fa45d7226a59831a6e1]

        INTEGRATION: CWS interop12 (1.6.156); FILE MERGED 2004/03/05 14:21:50 cl 1.6.156.1: #i26079# save header&footer also for handout and notes

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2bcd9496a5eaa3812f85d59fdd45a75a734d2751]

        INTEGRATION: CWS sb14 (1.6.104); FILE MERGED 2004/03/12 14:18:49 sb 1.6.104.1: #i21150# Adapted to modified registry type reader.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c25ae1a8622909aeb43c64496a60b542da5cfce0]

        INTEGRATION: CWS interop12 (1.6.172); FILE MERGED 2004/03/05 14:21:50 cl 1.6.172.1: #i26079# save header&footer also for handout and notes

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0cc9eca94af938db37a2eeaae35165ebf467f56b]

        INTEGRATION: CWS interop12 (1.18.172); FILE MERGED 2004/03/05 14:21:50 cl 1.18.172.1: #i26079# save header&footer also for handout and notes

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f2ef6ecd25f6ffe3aae0a0569b74e39b69c6a8bf]

        INTEGRATION: CWS sb14 (1.3.22); FILE MERGED 2004/03/12 14:18:48 sb 1.3.22.1: #i21150# Adapted to modified registry type reader.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b0aa1f3cf3e9bad5546f21792a27c3d6e4817fe0]

        INTEGRATION: CWS interop12 (1.47.156); FILE MERGED 2003/10/30 11:00:21 cl 1.47.156.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9df5a1dad54651535ee45fb8b22aa0e0ef07bc24]

        INTEGRATION: CWS sb14 (1.4.22); FILE MERGED 2004/03/12 14:18:48 sb 1.4.22.1: #i21150# Adapted to modified registry type reader.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ea3e6a4a4837ec12d3a3b9241347a622ad2b13c2]

        INTEGRATION: CWS interop12 (1.30.160); FILE MERGED 2003/10/30 11:00:20 cl 1.30.160.2: #i20949# added header&footer support for impress 2003/09/19 14:36:35 cl 1.30.160.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1922349b13e6887071fed1932b057f3e6d6badaf]

        INTEGRATION: CWS interop12 (1.57.20); FILE MERGED 2003/10/30 11:00:19 cl 1.57.20.2: #i20949# added header&footer support for impress 2003/09/19 14:36:35 cl 1.57.20.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f96a3c63971832d007a10aa748105fb290024f38]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/16 17:27:28 sb 1.1.2.4: #i21150# Fixed some minor mistakes. 2004/03/15 17:55:15 sb 1.1.2.3: #i21150# Added support for extended interface attributes. 2004/03/12 14:18:48 sb 1.1.2.2: #i21150# Adapted to modified registry type reader. 2004/03/05 12:37:31 sb 1.1.2.1: #i21150# Added support for service constructors; cleanup.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3dfb68eec1328b33ac818d0b032a7c38c79078d6]

        INTEGRATION: CWS interop12 (1.22.156); FILE MERGED 2004/03/08 10:00:41 cl 1.22.156.3: fixed unix build problems 2004/03/05 14:21:49 cl 1.22.156.2: #i26079# save header&footer also for handout and notes 2003/10/30 11:00:19 cl 1.22.156.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4b299a89337c68b54c699eeb7d26ec161385891c]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/17 07:37:58 sb 1.1.2.5: #i21150# Code simplification. 2004/03/16 17:27:27 sb 1.1.2.4: #i21150# Fixed some minor mistakes. 2004/03/15 17:55:15 sb 1.1.2.3: #i21150# Added support for extended interface attributes. 2004/03/12 14:18:48 sb 1.1.2.2: #i21150# Adapted to modified registry type reader. 2004/03/05 12:37:17 sb 1.1.2.1: #i21150# Added support for service constructors; cleanup.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [15711ff26a3f8289bb5a90fdadafef99ec1ed33a]

        INTEGRATION: CWS interop12 (1.85.20); FILE MERGED 2004/03/08 10:00:40 cl 1.85.20.3: fixed unix build problems 2004/03/05 14:21:49 cl 1.85.20.2: #i26079# save header&footer also for handout and notes 2003/10/30 11:00:18 cl 1.85.20.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c8f7a3825ff1609dc85c2bc30c0c1a1403c2e319]

        INTEGRATION: CWS sb14 (1.11.68); FILE MERGED 2004/03/15 17:55:15 sb 1.11.68.3: #i21150# Added support for extended interface attributes. 2004/03/12 14:22:05 sb 1.11.68.2: #i21150# Adapted to modified registry type reader. 2004/03/05 12:36:50 sb 1.11.68.1: #i21150# Added support for service constructors; cleanup.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [06b6f79c484126e19f70bff542aedf5aef157944]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/16 17:27:27 sb 1.1.2.2: #i21150# Fixed some minor mistakes. 2004/03/15 17:55:48 sb 1.1.2.1: #i21150# Added support for extended interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [417ec33e66688b214230b5f097ac4487e7d41a05]

        INTEGRATION: CWS interop12 (1.26.166); FILE MERGED 2004/03/05 14:21:48 cl 1.26.166.2: #i26079# save header&footer also for handout and notes 2003/10/30 11:00:17 cl 1.26.166.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [304ba9c9569f433e112902e100f355b7f39b7d2e]

        INTEGRATION: CWS sb14 (1.1.2); FILE ADDED 2004/03/16 17:27:27 sb 1.1.2.2: #i21150# Fixed some minor mistakes. 2004/03/15 17:55:36 sb 1.1.2.1: #i21150# Added support for extended interface attributes.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0534ee60f47155a5d6dd602cc03f9e196aa512c8]

        INTEGRATION: CWS interop12 (1.61.8); FILE MERGED 2004/03/05 14:21:48 cl 1.61.8.4: #i26079# save header&footer also for handout and notes 2004/02/10 12:44:03 cl 1.61.8.3: #115356# always export header&footer visible settings 2003/12/22 10:55:40 cl 1.61.8.2: RESYNC: (1.61-1.62); FILE MERGED 2003/10/30 11:00:16 cl 1.61.8.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [416b1d5486c136fb6124903e4e55cfc19568e280]

        INTEGRATION: CWS sb14 (1.12.4); FILE MERGED 2004/03/18 07:22:53 sb 1.12.4.6: #i21150# Fixed oversight. 2004/03/16 17:27:27 sb 1.12.4.5: #i21150# Fixed some minor mistakes. 2004/03/15 17:55:15 sb 1.12.4.4: #i21150# Added support for extended interface attributes. 2004/03/12 14:18:47 sb 1.12.4.3: #i21150# Adapted to modified registry type reader. 2004/03/05 12:36:49 sb 1.12.4.2: #i21150# Added support for service constructors; cleanup. 2004/02/19 14:23:58 sb 1.12.4.1: #i21150# Support for single-interface--based services and interface-based singletons.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a225e420d42c1d738fecd9ac286e52c0867e0c1c]

        INTEGRATION: CWS interop12 (1.4.192); FILE MERGED 2003/10/30 11:00:15 cl 1.4.192.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c5fb6552b049c06525e8e29ce5092a42e80018ab]

        INTEGRATION: CWS interop12 (1.5.192); FILE MERGED 2003/10/30 11:00:15 cl 1.5.192.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [cabeb2269e51cbacf0c1cc49eae2b5437c9604f2]

        INTEGRATION: CWS interop12 (1.5.82); FILE MERGED 2003/12/09 15:17:19 cl 1.5.82.2: RESYNC: (1.5-1.6); FILE MERGED 2003/10/30 11:00:14 cl 1.5.82.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [09e38f9cd507b6bb9627a5986d245f4a606a5086]

        INTEGRATION: CWS interop12 (1.23.10); FILE MERGED 2003/09/19 14:36:33 cl 1.23.10.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8f6ec814d127cc86647cfdf2b8f645d32bc2f647]

        INTEGRATION: CWS interop12 (1.25.36); FILE MERGED 2003/10/30 10:53:11 cl 1.25.36.2: #i20949# added presentation fields 2003/09/19 14:36:33 cl 1.25.36.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [58923fd75b346f38368893a7965d11c09264fec7]

        INTEGRATION: CWS interop12 (1.2.82); FILE MERGED 2003/10/30 10:53:48 cl 1.2.82.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [eb41c5f37780484b951ab0075667a63e3f242453]

        INTEGRATION: CWS interop12 (1.58.48); FILE MERGED 2004/03/17 09:58:55 cl 1.58.48.2: RESYNC: (1.58-1.59); FILE MERGED 2004/03/05 14:21:37 cl 1.58.48.1: #i26079# save header&footer also for handout and notes

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [711b689f2b23e8bf948df4b0c9b7a264ec172f1d]

        INTEGRATION: CWS interop12 (1.84.8); FILE MERGED 2004/03/05 14:21:35 cl 1.84.8.1: #i26079# save header&footer also for handout and notes

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [7cf1c89dc2b0dc1842479da2d0e71b5f1eb26c72]

        INTEGRATION: CWS interop12 (1.49.38); FILE MERGED 2004/03/17 10:24:03 cl 1.49.38.4: RESYNC: (1.52-1.54); FILE MERGED 2004/02/13 22:34:53 cl 1.49.38.3: RESYNC: (1.50-1.52); FILE MERGED 2003/12/10 00:36:53 cl 1.49.38.2: RESYNC: (1.49-1.50); FILE MERGED 2003/11/19 13:03:56 cl 1.49.38.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3cf2b21d76349874ebcbbc44a337f59994d52027]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/19 13:02:48 cl 1.1.2.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b112c80a838ceb0ba84095a5c19fa86132145390]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/19 13:00:28 cl 1.1.2.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9abedda184ebcded72984d3395732872fa76390a]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/19 13:00:56 cl 1.1.2.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f4c879fe5a16eaeae6b44490209f09078ce7d31b]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/19 13:01:10 cl 1.1.2.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c76f20f344c21bce32eafc1f473e1f44964b1d0e]

        INTEGRATION: CWS interop12 (1.9.198); FILE MERGED 2003/11/19 13:03:12 cl 1.9.198.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [806e9837ade4880906caafa15bd66389d6a86763]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/19 13:02:15 cl 1.1.2.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9ee78ba5c413e4596f13ad6aa29832d92521de32]

        INTEGRATION: CWS interop12 (1.7.198); FILE MERGED 2004/02/13 22:42:30 cl 1.7.198.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/19 13:03:12 cl 1.7.198.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c11431719d2064d4a19df87b3f5387cbd6afda41]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/19 13:01:40 cl 1.1.2.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [37aeae914cf2a4dab3191ee6ad6dda463831ee9d]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/19 13:01:57 cl 1.1.2.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [af86cc1e9c23111723609f09dbe51d9fff1b5ec1]

        INTEGRATION: CWS interop12 (1.7.198); FILE MERGED 2003/11/19 13:03:11 cl 1.7.198.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1dd438f5000790a4a8a5fc28932877d71d0a3b35]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/19 13:02:29 cl 1.1.2.1: #i20949# new header&footer api for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [58fd772284c5f439e4311371eb3220c2ceccfe49]

        INTEGRATION: CWS num03 (1.27.6); FILE MERGED 2004/03/22 09:55:16 hbrinkm 1.27.6.2: #115901# 2004/03/15 17:03:02 hbrinkm 1.27.6.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2f51e8e59245a0137f4adecebd5fc6c39c18e0e6]

        INTEGRATION: CWS num03 (1.77.20); FILE MERGED 2004/03/22 09:55:15 hbrinkm 1.77.20.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d381ba1bf5faf3e7d60ca20d5f4e9699a4e23205]

        INTEGRATION: CWS num03 (1.58.4); FILE MERGED 2004/03/15 17:02:06 hbrinkm 1.58.4.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [03e3eb07a719fece3e668cea3efe189b863d0b25]

        INTEGRATION: CWS num03 (1.9.20); FILE MERGED 2004/03/22 09:52:21 hbrinkm 1.9.20.1: #115962#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [32844d5d701bd1c4f9e6f5c06c1609f180d44ada]

        INTEGRATION: CWS num03 (1.30.44); FILE MERGED 2004/03/15 17:01:33 hbrinkm 1.30.44.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [dd1ef04f674c639afc7cf93f438532a38e1ba223]

        INTEGRATION: CWS num03 (1.4.422); FILE MERGED 2004/03/22 09:55:15 hbrinkm 1.4.422.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ad4f71f74facc85a13a67dc734e2f14212b0815f]

        INTEGRATION: CWS num03 (1.20.6); FILE MERGED 2004/03/26 15:12:31 hbrinkm 1.20.6.4: #115901# 2004/03/22 09:55:14 hbrinkm 1.20.6.3: #115901# 2004/03/15 17:48:54 hbrinkm 1.20.6.2: RESYNC: (1.20-1.23); FILE MERGED 2004/03/15 16:58:51 hbrinkm 1.20.6.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [aca381a424c3fbe581341d239b5cc98914275bca]

        INTEGRATION: CWS num03 (1.6.20); FILE MERGED 2004/03/22 09:55:13 hbrinkm 1.6.20.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b844b31c257d10f03633fa5f22f4f2d52cb1642a]

        INTEGRATION: CWS num03 (1.16.20); FILE MERGED 2004/03/22 09:55:12 hbrinkm 1.16.20.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [667d592497479fb17f118146401c3c01b965858d]

        INTEGRATION: CWS num03 (1.7.182); FILE MERGED 2004/03/29 13:36:11 hbrinkm 1.7.182.5: #115901# 2004/03/23 17:17:39 hbrinkm 1.7.182.4: #115901# 2004/03/22 09:55:11 hbrinkm 1.7.182.3: #115901# 2004/03/15 17:54:52 hbrinkm 1.7.182.2: RESYNC: (1.7-1.8); FILE MERGED 2004/03/15 16:56:26 hbrinkm 1.7.182.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5ebdf18f8cad2f8eb9493515640f2156600ca91d]

        INTEGRATION: CWS num03 (1.8.44); FILE MERGED 2004/03/15 16:55:32 hbrinkm 1.8.44.1: #i17295#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [dae52c6901656c02d431894f59c92638361783e4]

        INTEGRATION: CWS num03 (1.19.44); FILE MERGED 2004/03/29 13:36:11 hbrinkm 1.19.44.8: #115901# 2004/03/26 15:12:30 hbrinkm 1.19.44.7: #115901# 2004/03/23 17:17:38 hbrinkm 1.19.44.6: #115901# 2004/03/22 16:53:58 hbrinkm 1.19.44.5: #115901# 2004/03/22 09:55:11 hbrinkm 1.19.44.4: #115901# 2004/03/15 17:55:40 hbrinkm 1.19.44.3: RESYNC: (1.19-1.21); FILE MERGED 2004/03/15 16:52:31 hbrinkm 1.19.44.2: #115901#,#i23731# 2004/03/02 11:52:36 hbrinkm 1.19.44.1: i23731

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ee8bcb013dfd6a68ce10dab6e9a0f10a1ca8e8ff]

        INTEGRATION: CWS num03 (1.34.6); FILE MERGED 2004/03/15 17:55:32 hbrinkm 1.34.6.2: RESYNC: (1.34-1.35); FILE MERGED 2004/03/15 17:05:11 hbrinkm 1.34.6.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4876503772cd8b028766d4ef10cb5115a325e6ab]

        INTEGRATION: CWS num03 (1.15.204); FILE MERGED 2004/03/22 16:26:46 hbrinkm 1.15.204.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ba677befd58d545acac5ed5b59e1d2f64af9b094]

        INTEGRATION: CWS num03 (1.25.20); FILE MERGED 2004/03/22 09:55:10 hbrinkm 1.25.20.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c54050fd0451937c09ddaf42462c71a9c1aa600e]

        INTEGRATION: CWS num03 (1.1.2); FILE ADDED 2004/03/29 13:34:19 hbrinkm 1.1.2.3: #i26793# 2004/03/22 09:45:22 hbrinkm 1.1.2.2: #i26793# 2004/03/15 16:55:05 hbrinkm 1.1.2.1: #i17295#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [11a69e533ab19a304a7ec79fa7e1353f7001790b]

        INTEGRATION: CWS num03 (1.5.422); FILE MERGED 2004/03/22 09:55:09 hbrinkm 1.5.422.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [148336690de525e05887b0c114e9a0a3f12ac26a]

        INTEGRATION: CWS num03 (1.6.586); FILE MERGED 2004/03/22 09:55:09 hbrinkm 1.6.586.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4bf521529edb9ded3fdfbdfbec9d047bbd39d57f]

        INTEGRATION: CWS num03 (1.10.182); FILE MERGED 2004/03/15 17:57:20 hbrinkm 1.10.182.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/15 16:49:42 hbrinkm 1.10.182.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fb72dee98f45ad09e00093c4b048ba306c3d7075]

        INTEGRATION: CWS num03 (1.16.6); FILE MERGED 2004/03/26 15:12:30 hbrinkm 1.16.6.3: #115901# 2004/03/15 17:57:13 hbrinkm 1.16.6.2: RESYNC: (1.16-1.18); FILE MERGED 2004/03/15 16:49:14 hbrinkm 1.16.6.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [31d204fc208855686bfdd789c1204cc14634dc6d]

        INTEGRATION: CWS num03 (1.28.422); FILE MERGED 2004/03/22 09:55:09 hbrinkm 1.28.422.1: #115901#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3c993f2969c03b66b8a88e7a93cc273c9ee3e2ef]

        INTEGRATION: CWS num03 (1.56.6); FILE MERGED 2004/03/22 09:55:08 hbrinkm 1.56.6.3: #115901# 2004/03/15 17:56:31 hbrinkm 1.56.6.2: RESYNC: (1.56-1.59); FILE MERGED 2004/03/15 16:48:38 hbrinkm 1.56.6.1: #i23731#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0ca3cabc6b0e70d2b4115487065ac07df218161a]

        INTEGRATION: CWS num03 (1.1.2); FILE ADDED 2004/03/26 15:12:10 hbrinkm 1.1.2.3: #i26793# 2004/03/22 09:44:26 hbrinkm 1.1.2.2: #i26793# 2004/03/16 08:59:54 hbrinkm 1.1.2.1: #i17295#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ee3edf403845f27faae9967798146e8285dc0665]

        INTEGRATION: CWS interop12 (1.8.164); FILE MERGED 2003/11/20 12:23:36 cl 1.8.164.1: #i20949# do not export header&footer shapes from masterpage

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2ffe30026bf2917acc9eabade13e9f44f0339bce]

        INTEGRATION: CWS interop12 (1.2.24); FILE MERGED 2004/03/22 13:42:05 cl 1.2.24.2: fixed merge problem 2004/03/19 16:38:03 cl 1.2.24.1: fixed merge problem

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [03ee0d2e3464d9d8161e46168dabb73f91732c32]

        INTEGRATION: CWS interop12 (1.28.82); FILE MERGED 2004/02/13 21:34:15 cl 1.28.82.5: RESYNC: (1.29-1.31); FILE MERGED 2003/12/09 23:13:06 cl 1.28.82.4: RESYNC: (1.28-1.29); FILE MERGED 2003/11/07 16:04:39 cl 1.28.82.3: #i20949# added header&footer support for impress 2003/11/05 17:05:59 cl 1.28.82.2: #i20949# added support for header&footer 2003/09/19 14:38:30 cl 1.28.82.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [409d398d8af8e336fa885e4bca39298defdc89ea]

        INTEGRATION: CWS interop12 (1.2.248); FILE MERGED 2004/02/13 21:33:17 cl 1.2.248.3: RESYNC: (1.3-1.4); FILE MERGED 2003/12/09 23:11:52 cl 1.2.248.2: RESYNC: (1.2-1.3); FILE MERGED 2003/11/20 14:04:54 cl 1.2.248.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [63953ea7289f0e96fa7774f108af08692d907023]

        INTEGRATION: CWS interop12 (1.13.228); FILE MERGED 2004/02/13 21:32:58 cl 1.13.228.3: RESYNC: (1.14-1.15); FILE MERGED 2003/12/09 23:10:55 cl 1.13.228.2: RESYNC: (1.13-1.14); FILE MERGED 2003/09/19 14:38:30 cl 1.13.228.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3ac6715e44383c8bc495e019275190fe45c212eb]

        INTEGRATION: CWS interop12 (1.34.138); FILE MERGED 2004/02/13 21:32:40 cl 1.34.138.2: RESYNC: (1.34-1.36); FILE MERGED 2003/09/19 14:38:30 cl 1.34.138.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e47d6a1911d7c7d0f12e4c87bc634fdcdc5ff9e2]

        INTEGRATION: CWS interop12 (1.23.138); FILE MERGED 2004/03/17 16:29:47 cl 1.23.138.17: #i26553# do not show placeholders in preview 2004/03/17 10:20:54 cl 1.23.138.16: RESYNC: (1.26-1.27); FILE MERGED 2004/03/01 11:58:51 cl 1.23.138.15: #i25949# clear fillstate when drawing an empty presobj outline to prevent using filling of previous shape 2004/02/17 12:20:10 cl 1.23.138.14: fixed merge problems 2004/02/13 21:32:31 cl 1.23.138.13: RESYNC: (1.25-1.26); FILE MERGED 2004/01/20 16:27:07 cl 1.23.138.12: #i20949# never paint outlines when printing 2004/01/19 16:18:24 cl 1.23.138.11: #i20949# merged bugfix from draw23 2004/01/19 15:02:29 cl 1.23.138.10: #i20949# use DisplayInfo 2003/12/09 23:10:18 cl 1.23.138.9: RESYNC: (1.23-1.25); FILE MERGED 2003/11/21 16:24:57 cl 1.23.138.8: #i20949# string fixes 2003/11/21 10:35:36 cl 1.23.138.7: #i20949# string review 1 for header&footer 2003/11/20 12:16:56 cl 1.23.138.6: #i20949# added header&footer support for impress 2003/11/07 09:13:22 cl 1.23.138.5: #i20949# added header&footer support for impress 2003/11/05 17:05:59 cl 1.23.138.4: #i20949# added support for header&footer 2003/11/04 16:31:29 cl 1.23.138.3: #i20949# added header&footer support for impress 2003/10/30 11:09:02 cl 1.23.138.2: #i20949# added header&footer support for impress 2003/09/19 14:38:29 cl 1.23.138.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8c6de46c30fd9f395b654e18b1a2d780b8634603]

        INTEGRATION: CWS interop12 (1.25.80); FILE MERGED 2004/02/13 21:31:39 cl 1.25.80.3: RESYNC: (1.26-1.27); FILE MERGED 2003/12/09 23:09:35 cl 1.25.80.2: RESYNC: (1.25-1.26); FILE MERGED 2003/09/19 14:38:29 cl 1.25.80.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [abc19329f6c66084e6abd006437a414c531058a7]

        INTEGRATION: CWS interop12 (1.46.80); FILE MERGED 2004/02/13 21:31:31 cl 1.46.80.3: RESYNC: (1.47-1.50); FILE MERGED 2003/12/09 23:09:14 cl 1.46.80.2: RESYNC: (1.46-1.47); FILE MERGED 2003/09/19 14:38:28 cl 1.46.80.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f75037d063573b843e37ab44d6a6ffa12757ab89]

        INTEGRATION: CWS interop12 (1.35.138); FILE MERGED 2004/02/13 21:29:15 cl 1.35.138.3: RESYNC: (1.35-1.36); FILE MERGED 2003/11/21 10:35:35 cl 1.35.138.2: #i20949# string review 1 for header&footer 2003/11/04 16:31:29 cl 1.35.138.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d564cebbab8309e39ae6bc265cd58086ded919e0]

        INTEGRATION: CWS interop12 (1.21.82); FILE MERGED 2004/02/17 12:20:09 cl 1.21.82.7: fixed merge problems 2004/02/16 11:28:58 cl 1.21.82.6: fixed header problems 2004/02/13 21:27:18 cl 1.21.82.5: RESYNC: (1.22-1.23); FILE MERGED 2003/12/09 23:07:18 cl 1.21.82.4: RESYNC: (1.21-1.22); FILE MERGED 2003/11/07 09:13:21 cl 1.21.82.3: #i20949# added header&footer support for impress 2003/11/04 16:31:28 cl 1.21.82.2: #i20949# added header&footer support for impress 2003/09/19 14:38:28 cl 1.21.82.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6cdf1330b6b314dd3daa22ed29f508e7ca86ba5e]

        INTEGRATION: CWS interop12 (1.20.76); FILE MERGED 2004/02/13 21:27:09 cl 1.20.76.4: RESYNC: (1.23-1.26); FILE MERGED 2003/12/09 23:06:59 cl 1.20.76.3: RESYNC: (1.20-1.23); FILE MERGED 2003/11/05 17:05:58 cl 1.20.76.2: #i20949# added support for header&footer 2003/09/19 14:38:27 cl 1.20.76.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [26f9d8e2e7c5f6e57621fe80dd0fe0844d47fde2]

        INTEGRATION: CWS interop12 (1.33.78); FILE MERGED 2004/02/17 12:20:09 cl 1.33.78.3: fixed merge problems 2004/02/13 21:27:00 cl 1.33.78.2: RESYNC: (1.33-1.35); FILE MERGED 2004/01/19 14:52:42 cl 1.33.78.1: #114933# set pages on handout page page shapes while switching

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b5afec242aa51520a392ec75ad674dd9f8bc3492]

        INTEGRATION: CWS interop12 (1.25.4); FILE MERGED 2004/03/17 16:29:47 cl 1.25.4.4: #i26553# do not show placeholders in preview 2004/02/13 21:25:59 cl 1.25.4.3: RESYNC: (1.27-1.28); FILE MERGED 2003/12/09 23:06:42 cl 1.25.4.2: RESYNC: (1.25-1.27); FILE MERGED 2003/11/07 09:13:20 cl 1.25.4.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e152c3b7c08db62aa9328b4bf644a316c7e3e99c]

        INTEGRATION: CWS interop12 (1.56.78); FILE MERGED 2004/03/05 14:06:39 cl 1.56.78.7: #i26082# notes pages don't need presentation properties 2004/02/13 21:37:36 cl 1.56.78.6: RESYNC: (1.57-1.58); FILE MERGED 2003/12/09 23:14:18 cl 1.56.78.5: RESYNC: (1.56-1.57); FILE MERGED 2003/11/07 09:13:19 cl 1.56.78.4: #i20949# added header&footer support for impress 2003/11/05 17:05:57 cl 1.56.78.3: #i20949# added support for header&footer 2003/10/30 11:17:31 cl 1.56.78.2: #i20949# added header&footer support for impress 2003/09/19 14:38:27 cl 1.56.78.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [539a00bf85fefdb28b1e8e236d3233711b316a99]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/04 16:33:49 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ddb866596200fe23a76e2eb0af0225e6c79f38e4]

        INTEGRATION: CWS interop12 (1.17.228); FILE MERGED 2003/11/21 16:24:34 cl 1.17.228.3: #i20949# string fixes 2003/11/21 10:35:34 cl 1.17.228.2: #i20949# string review 1 for header&footer 2003/11/04 16:35:49 cl 1.17.228.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [892c84515a5a0d2c6e48fc2332918d3afc6fc3a0]

        INTEGRATION: CWS interop12 (1.1.1.1.272); FILE MERGED 2004/02/13 22:03:41 cl 1.1.1.1.272.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/11/20 14:04:29 cl 1.1.1.1.272.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a0f0d5965d6f4edaa4ad084000777e514c03f287]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/04 16:33:37 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0f0b90210b42b4eea78c89bc39fff9082ea793ab]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/21 10:35:33 cl 1.1.2.2: #i20949# string review 1 for header&footer 2003/11/04 16:33:25 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ae41057c60c655c98dfe91948af0cdc2a2ae3736]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2004/02/17 12:24:42 cl 1.1.2.3: fixed merge problems 2003/11/25 12:40:28 cl 1.1.2.2: fixed unix compile issues 2003/11/04 16:33:08 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2425c700420eb30f21c42165335817ce9267a44c]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/21 10:35:33 cl 1.1.2.2: #i20949# string review 1 for header&footer 2003/11/04 16:35:40 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e8458faf091bb9f99186af26cd7412b4a34d41d8]

        INTEGRATION: CWS interop12 (1.2.24); FILE MERGED 2004/03/17 16:28:54 cl 1.2.24.1: #i26553# do not show placeholders in preview

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [7bbd4ba486f5d61d8d673a783c6e5675f22cea7a]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/04 16:34:05 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [87ee9b951392388172ea4fd712f95f85242d29c8]

        INTEGRATION: CWS interop12 (1.2.24); FILE MERGED 2004/03/17 16:28:53 cl 1.2.24.2: #i26553# do not show placeholders in preview 2004/02/17 12:24:41 cl 1.2.24.1: fixed merge problems

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ae4a06d7f59af1439daff3f225c969dbdfab088b]

        INTEGRATION: CWS interop12 (1.2.24); FILE MERGED 2004/02/17 12:24:41 cl 1.2.24.1: fixed merge problems

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [7cb67e9d9abec1346ea67ea4e1005c87cc075340]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2004/02/16 11:27:56 cl 1.1.2.2: fixed header problems 2003/11/04 16:36:14 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [99d1c8a7de269e47f8b9b62748651423d9d73c9b]

        INTEGRATION: CWS interop12 (1.9.138); FILE MERGED 2003/11/07 15:00:24 cl 1.9.138.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/04 16:37:05 cl 1.9.138.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0c7dce9b38cf750580d1d0ae8482e91a80c670bf]

        INTEGRATION: CWS interop12 (1.14.118); FILE MERGED 2004/02/13 22:08:00 cl 1.14.118.3: RESYNC: (1.15-1.16); FILE MERGED 2003/11/07 14:59:32 cl 1.14.118.2: RESYNC: (1.14-1.15); FILE MERGED 2003/11/04 16:37:04 cl 1.14.118.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fcfc4867f44bfe90e318d29c8da25e199a72721c]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/21 15:53:40 cl 1.1.2.3: #i20949# string review 2 for header&footer 2003/11/21 10:35:30 cl 1.1.2.2: #i20949# string review 1 for header&footer 2003/11/04 16:32:33 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0d2f084e060ed01da689fcf7631b5889bea8205b]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2003/11/21 10:35:29 cl 1.1.2.2: #i20949# string review 1 for header&footer 2003/11/04 16:32:21 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [08b9175c78f359996c99ed3b1e89fa52b178e4ef]

        INTEGRATION: CWS interop12 (1.17.8); FILE MERGED 2004/02/13 22:20:08 cl 1.17.8.3: RESYNC: (1.17-1.18); FILE MERGED 2003/11/04 16:32:42 cl 1.17.8.2: #i20949# added header&footer support for impress 2003/09/19 14:38:25 cl 1.17.8.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [24796e048699e6e43f433ae97ee71664c46556fa]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2004/03/05 14:12:06 cl 1.1.2.4: #i26079# fixed preview position and dialog high 2004/01/20 16:25:50 cl 1.1.2.3: #i20949# give buttons more space for long german text 2003/11/21 10:35:29 cl 1.1.2.2: #i20949# string review 1 for header&footer 2003/11/04 16:32:06 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [05fd5c6ca922ea67d5f103d77748f167e9288c2d]

        INTEGRATION: CWS interop12 (1.1.2); FILE ADDED 2004/03/23 17:54:54 cl 1.1.2.11: #i20949# stop startup work handler before openeing dialog 2004/03/23 16:26:07 cl 1.1.2.10: #i20949# fixed a mysterious crash 2004/03/17 11:46:49 cl 1.1.2.9: #i26558# get the correct language for a datefield from masterpage 2004/02/17 12:21:53 cl 1.1.2.8: fixed merge problems 2004/02/16 11:27:04 cl 1.1.2.7: fixed header problems 2004/01/20 16:25:17 cl 1.1.2.6: #i20949# set modify flag on document on change 2003/11/24 15:57:45 cl 1.1.2.5: fixed unix compile issues 2003/11/21 10:35:28 cl 1.1.2.4: #i20949# string review 1 for header&footer 2003/11/11 16:38:32 cl 1.1.2.3: #i20949# make preview rectangles non filled 2003/11/05 17:05:56 cl 1.1.2.2: #i20949# added support for header&footer 2003/11/04 16:31:54 cl 1.1.2.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d9a984ff330425ee7f3e8e7881def2994bbd1bd3]

        INTEGRATION: CWS interop12 (1.7.92); FILE MERGED 2004/02/13 22:19:25 cl 1.7.92.3: RESYNC: (1.8-1.9); FILE MERGED 2003/12/09 23:27:37 cl 1.7.92.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/07 09:13:16 cl 1.7.92.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4809708abb9673f621f930465bc1210044dce86e]

        INTEGRATION: CWS interop12 (1.22.82); FILE MERGED 2004/02/17 12:21:52 cl 1.22.82.4: fixed merge problems 2004/02/13 22:18:31 cl 1.22.82.3: RESYNC: (1.24-1.25); FILE MERGED 2003/11/07 15:01:06 cl 1.22.82.2: RESYNC: (1.22-1.24); FILE MERGED 2003/09/19 14:38:24 cl 1.22.82.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5693af30041b7de31b4d7d92a5f43951fa4a4568]

        INTEGRATION: CWS interop12 (1.89.50); FILE MERGED 2003/12/22 11:38:53 cl 1.89.50.4: RESYNC: (1.89-1.90); FILE MERGED 2003/11/21 16:23:54 cl 1.89.50.3: #i20949# string fixes 2003/11/21 15:53:35 cl 1.89.50.2: #i20949# string review 2 for header&footer 2003/11/21 10:35:23 cl 1.89.50.1: #i20949# string review 1 for header&footer

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [80aa20ff40dc5e0aef587c7c777c548ddc80df79]

        INTEGRATION: CWS interop12 (1.31.4); FILE MERGED 2004/03/17 13:48:03 cl 1.31.4.9: #i26559# presentation paints cloned objects that do not have a page, consider that 2004/02/17 12:21:33 cl 1.31.4.8: fixed merge problems 2004/02/13 22:23:20 cl 1.31.4.7: RESYNC: (1.32-1.35); FILE MERGED 2004/02/05 15:04:46 cl 1.31.4.6: #i20949# added header&footer support for impress 2003/11/21 10:35:22 cl 1.31.4.5: #i20949# string review 1 for header&footer 2003/11/11 16:25:01 cl 1.31.4.4: #i20949# set paint info rec at SdrOutliner so app has a better clue in CalcFieldValueHdl 2003/11/05 17:05:55 cl 1.31.4.3: #i20949# added support for header&footer 2003/11/04 16:38:14 cl 1.31.4.2: #i20949# added header&footer support for impress 2003/09/19 14:38:23 cl 1.31.4.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f4d804005148d6f17aea329df855c454dc3b78a2]

        INTEGRATION: CWS interop12 (1.7.238); FILE MERGED 2003/11/11 16:51:24 cl 1.7.238.1: #i20949# added accessiblility for header&footer

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d50384b2a1a4b4600ad4dc9acaac2e56ae002d48]

        INTEGRATION: CWS interop12 (1.14.118); FILE MERGED 2003/11/11 16:51:24 cl 1.14.118.1: #i20949# added accessiblility for header&footer

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d7cfed6a1a05703b73abd10b9581d8f1accd0ccd]

        INTEGRATION: CWS interop12 (1.7.24); FILE MERGED 2004/02/16 11:26:03 cl 1.7.24.1: fixed header problems

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [464dac8458995413a2442f2c4895e1386cfca57b]

        INTEGRATION: CWS interop12 (1.71.4); FILE MERGED 2004/02/13 22:26:23 cl 1.71.4.5: RESYNC: (1.72-1.73); FILE MERGED 2004/02/10 12:22:46 sj 1.71.4.4: 115357 now properly exporting the notes master page placeholder 2003/12/09 23:35:10 cl 1.71.4.3: RESYNC: (1.71-1.72); FILE MERGED 2003/11/24 11:35:38 sj 1.71.4.2: added header/footer support 2003/11/21 16:40:01 sj 1.71.4.1: added header footer support

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8d7a45d505dd52dbec219238ed55bbc68515005e]

        INTEGRATION: CWS interop12 (1.1.1.1.272); FILE MERGED 2003/11/21 16:40:00 sj 1.1.1.1.272.1: added header footer support

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [63dce483fb581634ae37c7c315448a245726f89f]

        INTEGRATION: CWS interop12 (1.36.4); FILE MERGED 2003/11/21 16:40:00 sj 1.36.4.1: added header footer support

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1f4bf44796e8a146c99f593739857d60086268ef]

        INTEGRATION: CWS interop12 (1.39.138); FILE MERGED 2004/02/13 22:26:15 cl 1.39.138.4: RESYNC: (1.40-1.41); FILE MERGED 2003/12/09 23:34:15 cl 1.39.138.3: RESYNC: (1.39-1.40); FILE MERGED 2003/11/24 11:35:37 sj 1.39.138.2: added header/footer support 2003/11/21 16:39:59 sj 1.39.138.1: added header footer support

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a461a778c841931ad384ec877f6f889aea10d42c]

        INTEGRATION: CWS interop12 (1.3.26); FILE MERGED 2003/11/20 18:14:18 sj 1.3.26.1: added header footer support

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [250f88ab70713be5739dce3aeff2615acc5bf27f]

        INTEGRATION: CWS interop12 (1.49.24); FILE MERGED 2004/03/19 12:35:46 cl 1.49.24.12: fixed merge conflict 2004/03/17 10:22:59 cl 1.49.24.11: RESYNC: (1.55-1.57); FILE MERGED 2004/02/13 22:24:57 cl 1.49.24.10: RESYNC: (1.53-1.55); FILE MERGED 2004/01/20 16:23:10 cl 1.49.24.9: #i20949# use new presobj api 2003/12/22 11:39:47 cl 1.49.24.8: RESYNC: (1.51-1.53); FILE MERGED 2003/12/09 23:32:52 cl 1.49.24.7: RESYNC: (1.49-1.51); FILE MERGED 2003/11/21 10:08:56 sj 1.49.24.6: removed old header/footer code that will not be necessary any longer 2003/11/20 18:14:18 sj 1.49.24.5: added header footer support 2003/11/20 13:46:09 cl 1.49.24.4: #i20949# correctly initialize header&footer shapes on master 2003/11/20 13:08:16 sj 1.49.24.3: added header/footer support (initial version) 2003/11/05 17:05:54 cl 1.49.24.2: #i20949# added support for header&footer 2003/09/19 14:38:21 cl 1.49.24.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [083fc63b9ddd8ab75224e353738b051fded8fa8c]

        INTEGRATION: CWS interop12 (1.14.228); FILE MERGED 2004/02/13 22:27:53 cl 1.14.228.5: RESYNC: (1.15-1.16); FILE MERGED 2004/02/05 15:15:55 cl 1.14.228.4: #i20949# added header&footer support for impress 2003/12/09 23:38:23 cl 1.14.228.3: RESYNC: (1.14-1.15); FILE MERGED 2003/11/21 15:39:57 cl 1.14.228.2: #i20949# fixed binary format 2003/09/19 14:38:20 cl 1.14.228.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e7431633183be70c4c38550d64dc226cfb872083]

        INTEGRATION: CWS interop12 (1.35.118); FILE MERGED 2004/03/24 18:09:17 cl 1.35.118.21: #i20949# correctly delete shapes from presobjlist 2004/03/23 18:29:44 cl 1.35.118.20: #i20949# correctly delete shapes from presobjlist 2004/03/22 14:35:48 cl 1.35.118.19: fixed a merge problem 2004/03/19 13:20:29 cl 1.35.118.18: fixed merge conflict 2004/03/17 10:23:17 cl 1.35.118.17: RESYNC: (1.38-1.39); FILE MERGED 2004/02/25 16:00:55 cl 1.35.118.16: #115632# remove disposed SdrObjects from the deletet presentation object list 2004/02/17 12:24:30 cl 1.35.118.15: fixed merge problems 2004/02/13 22:27:46 cl 1.35.118.14: RESYNC: (1.37-1.38); FILE MERGED 2004/02/05 15:15:54 cl 1.35.118.13: #i20949# added header&footer support for impress 2004/01/20 17:08:42 cl 1.35.118.12: #i20949# use SvxAdjustItem for header&footer 2004/01/20 16:13:01 cl 1.35.118.11: #i20949# use displayinfo 2003/12/09 23:37:57 cl 1.35.118.10: RESYNC: (1.35-1.37); FILE MERGED 2003/11/25 12:40:21 cl 1.35.118.9: fixed unix compiler problems 2003/11/24 15:25:48 cl 1.35.118.8: fixed unix compile problems 2003/11/20 12:16:47 cl 1.35.118.7: #i20949# added header&footer support for impress 2003/11/19 14:53:43 cl 1.35.118.6: #i20949# header objects on masterpage now have the default style 2003/11/07 09:13:13 cl 1.35.118.5: #i20949# added header&footer support for impress 2003/11/05 17:05:53 cl 1.35.118.4: #i20949# added support for header&footer 2003/11/04 16:38:03 cl 1.35.118.3: #i20949# added header&footer support for impress 2003/10/30 11:18:35 cl 1.35.118.2: #i20949# added header&footer support for impress 2003/09/19 14:38:20 cl 1.35.118.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f0aedc25e95d692a7fde1c658c62291ad9ed48ef]

        INTEGRATION: CWS interop12 (1.25.6); FILE MERGED 2004/02/13 22:27:21 cl 1.25.6.2: RESYNC: (1.25-1.26); FILE MERGED 2004/02/05 15:15:53 cl 1.25.6.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c6fb6bb129bd386915a4244d3f0d5b4312f24c8c]

        INTEGRATION: CWS interop12 (1.17.72); FILE MERGED 2004/02/17 12:24:30 cl 1.17.72.8: fixed merge problems 2004/02/13 22:27:14 cl 1.17.72.7: RESYNC: (1.20-1.21); FILE MERGED 2003/12/09 23:36:44 cl 1.17.72.6: RESYNC: (1.18-1.20); FILE MERGED 2003/11/07 15:03:38 cl 1.17.72.5: RESYNC: (1.17-1.18); FILE MERGED 2003/11/05 17:05:53 cl 1.17.72.4: #i20949# added support for header&footer 2003/11/04 16:38:03 cl 1.17.72.3: #i20949# added header&footer support for impress 2003/10/30 11:18:35 cl 1.17.72.2: #i20949# added header&footer support for impress 2003/09/19 14:38:19 cl 1.17.72.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ca855c69771048297a2a9b840128467228db0de4]

        INTEGRATION: CWS interop12 (1.60.72); FILE MERGED 2004/02/17 12:24:29 cl 1.60.72.5: fixed merge problems 2004/02/13 22:27:07 cl 1.60.72.4: RESYNC: (1.63-1.66); FILE MERGED 2003/12/09 23:36:07 cl 1.60.72.3: RESYNC: (1.61-1.63); FILE MERGED 2003/11/07 15:03:31 cl 1.60.72.2: RESYNC: (1.60-1.61); FILE MERGED 2003/09/19 14:38:19 cl 1.60.72.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ab311ce6ac123f1c4407efc397fb8ea0231dfe7d]

        INTEGRATION: CWS interop12 (1.13.134); FILE MERGED 2004/03/17 10:23:25 cl 1.13.134.4: RESYNC: (1.13-1.14); FILE MERGED 2003/11/07 09:13:10 cl 1.13.134.3: #i20949# added header&footer support for impress 2003/11/04 16:37:51 cl 1.13.134.2: #i20949# added header&footer support for impress 2003/09/19 14:38:16 cl 1.13.134.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6f95a29cf33dedc55b99d4a773629b75ad41e0a4]

        INTEGRATION: CWS interop12 (1.17.134); FILE MERGED 2003/11/07 15:04:25 cl 1.17.134.4: RESYNC: (1.17-1.19); FILE MERGED 2003/11/07 09:13:09 cl 1.17.134.3: #i20949# added header&footer support for impress 2003/11/04 16:37:51 cl 1.17.134.2: #i20949# added header&footer support for impress 2003/09/19 14:38:16 cl 1.17.134.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [86d57973716aed63d3ebe6a3ddb01b7ab011bed5]

        INTEGRATION: CWS interop12 (1.13.240); FILE MERGED 2004/03/22 14:46:23 cl 1.13.240.6: fixed merge problem 2004/03/22 14:34:35 cl 1.13.240.5: fixed a merge problem 2003/11/07 09:13:08 cl 1.13.240.4: #i20949# added header&footer support for impress 2003/11/05 17:05:52 cl 1.13.240.3: #i20949# added support for header&footer 2003/11/04 16:37:44 cl 1.13.240.2: #i20949# added header&footer support for impress 2003/09/19 14:38:15 cl 1.13.240.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f31a537af375e15da1b1bb3d59f094d2345df9a9]

        INTEGRATION: CWS interop12 (1.26.72); FILE MERGED 2004/02/17 12:25:00 cl 1.26.72.7: fixed merge problems 2004/02/13 22:32:03 cl 1.26.72.6: RESYNC: (1.29-1.30); FILE MERGED 2003/12/09 23:38:47 cl 1.26.72.5: RESYNC: (1.27-1.29); FILE MERGED 2003/11/07 15:11:56 cl 1.26.72.4: RESYNC: (1.26-1.27); FILE MERGED 2003/11/05 17:05:51 cl 1.26.72.3: #i20949# added support for header&footer 2003/11/04 16:37:43 cl 1.26.72.2: #i20949# added header&footer support for impress 2003/09/19 14:38:14 cl 1.26.72.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5dd240e7ae0520a67aee1676277e0995d517db41]

        INTEGRATION: CWS interop12 (1.5.228); FILE MERGED 2004/03/17 10:23:42 cl 1.5.228.5: RESYNC: (1.6-1.7); FILE MERGED 2004/02/13 22:31:16 cl 1.5.228.4: RESYNC: (1.5-1.6); FILE MERGED 2003/11/07 09:13:08 cl 1.5.228.3: #i20949# added header&footer support for impress 2003/11/04 16:37:42 cl 1.5.228.2: #i20949# added header&footer support for impress 2003/09/19 14:38:14 cl 1.5.228.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c9337db43b502de1892221a2a96295cc31fb1970]

        INTEGRATION: CWS interop12 (1.3.118); FILE MERGED 2003/11/11 16:49:34 cl 1.3.118.1: #i20949# added accessiblility for header&footer

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d74f11c095591b566bd4f7d6219065be5e7f4d87]

        INTEGRATION: CWS interop12 (1.44.258); FILE MERGED 2004/03/17 10:01:08 cl 1.44.258.2: RESYNC: (1.44-1.45); FILE MERGED 2003/10/30 11:05:22 cl 1.44.258.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [09fbbfbcb494c4594bb359dae6071abc8872ab14]

        INTEGRATION: CWS interop12 (1.21.162); FILE MERGED 2003/10/30 11:05:21 cl 1.21.162.2: #i20949# added header&footer support for impress 2003/09/19 14:37:46 cl 1.21.162.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [74be0fa79c45a9f292250b793ae2252fddc69c0f]

        INTEGRATION: CWS interop12 (1.13.258); FILE MERGED 2003/12/09 16:20:45 cl 1.13.258.2: RESYNC: (1.13-1.14); FILE MERGED 2003/11/07 09:18:39 cl 1.13.258.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [27bccb5c5e43e549e8d7241ce08a36d8efbeb5d4]

        INTEGRATION: CWS interop12 (1.15.126); FILE MERGED 2004/02/13 19:58:02 cl 1.15.126.3: RESYNC: (1.16-1.17); FILE MERGED 2003/12/09 20:50:12 cl 1.15.126.2: RESYNC: (1.15-1.16); FILE MERGED 2003/09/19 14:37:45 cl 1.15.126.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fcbb6a3115c415ce411a8f518e6c3aa6e8fb60cd]

        INTEGRATION: CWS interop12 (1.35.16); FILE MERGED 2004/03/17 10:03:22 cl 1.35.16.4: RESYNC: (1.36-1.37); FILE MERGED 2003/12/12 09:40:49 aw 1.35.16.3: #i20479# Changes for allowing CL to access the PaintInfo of the currently painting parts. 2003/12/09 20:49:41 cl 1.35.16.2: RESYNC: (1.35-1.36); FILE MERGED 2003/11/20 13:33:34 cl 1.35.16.1: #i20949# disabled MasterPagePaintCache for header&footer

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3d222870face61a3325096dbfefb16c9068ac092]

        INTEGRATION: CWS interop12 (1.36.222); FILE MERGED 2004/03/17 10:03:14 cl 1.36.222.3: RESYNC: (1.38-1.39); FILE MERGED 2003/12/09 20:49:14 cl 1.36.222.2: RESYNC: (1.36-1.38); FILE MERGED 2003/11/07 09:18:30 cl 1.36.222.1: #i20949# added header&footer support for impress

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [047314707627f62aa295b928363d510e21e39897]

        INTEGRATION: CWS interop12 (1.2.426); FILE MERGED 2003/11/11 16:21:09 cl 1.2.426.1: #i20949# set paint info rec at SdrOutliner so app has a better clue in CalcFieldValueHdl

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ea4c3696b06e9c0338986f603dfb1b40b9439b86]

        INTEGRATION: CWS interop12 (1.1.1.1.452); FILE MERGED 2004/02/13 19:57:42 cl 1.1.1.1.452.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/11/21 15:15:45 cl 1.1.1.1.452.1: #i20949# register header&footer fields

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b3e30afcceb968c99e942b810627eb81f2cc03bc]

        INTEGRATION: CWS interop12 (1.62.16); FILE MERGED 2003/12/09 20:46:20 cl 1.62.16.4: RESYNC: (1.62-1.63); FILE MERGED 2003/11/20 13:33:33 cl 1.62.16.3: #i20949# disabled MasterPagePaintCache for header&footer 2003/11/11 16:21:09 cl 1.62.16.2: #i20949# set paint info rec at SdrOutliner so app has a better clue in CalcFieldValueHdl 2003/09/19 14:37:44 cl 1.62.16.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [edd540d55279d4ec9f40e5a15fd1f8463f15ebaa]

        INTEGRATION: CWS interop12 (1.112.28); FILE MERGED 2004/03/17 10:02:17 cl 1.112.28.6: RESYNC: (1.116-1.117); FILE MERGED 2003/12/22 11:03:11 cl 1.112.28.5: RESYNC: (1.115-1.116); FILE MERGED 2003/12/09 20:32:22 cl 1.112.28.4: RESYNC: (1.112-1.115); FILE MERGED 2003/11/21 10:08:03 sj 1.112.28.3: removed old header/footer code that will not be necessary any longer 2003/11/20 18:14:56 sj 1.112.28.2: added header footer support 2003/11/20 13:07:51 sj 1.112.28.1: added header/footer support (initial version)

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [864cfe88fd83c3b3abd3f3953ce98ef59d17c005]

        INTEGRATION: CWS interop12 (1.33.14); FILE MERGED 2004/02/13 19:56:04 cl 1.33.14.3: RESYNC: (1.35-1.36); FILE MERGED 2003/12/09 19:37:54 cl 1.33.14.2: RESYNC: (1.33-1.35); FILE MERGED 2003/11/21 16:05:07 cl 1.33.14.1: #i20949# help calc field value hdl to get the correct context

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2356f49390d01409a3f9acad54fddb159e070257]

        INTEGRATION: CWS interop12 (1.2.28); FILE MERGED 2004/03/17 10:04:57 cl 1.2.28.3: RESYNC: (1.2-1.3); FILE MERGED 2004/01/15 12:05:47 aw 1.2.28.2: #i20949# corrections for SetProcessedPage() mechanism 2003/12/12 09:40:48 aw 1.2.28.1: #i20479# Changes for allowing CL to access the PaintInfo of the currently painting parts.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f468607ec91b122ff398f439ef997bd4ac731e8e]

        INTEGRATION: CWS interop12 (1.2.28); FILE MERGED 2004/03/17 13:27:40 cl 1.2.28.3: fixed merge problem 2004/03/17 10:04:38 cl 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/12 09:40:48 aw 1.2.28.1: #i20479# Changes for allowing CL to access the PaintInfo of the currently painting parts.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [de9c87c9f10b37736b8ee829101f5e3ce4e48328]

        INTEGRATION: CWS interop12 (1.2.28); FILE MERGED 2004/03/17 10:03:51 cl 1.2.28.5: RESYNC: (1.3-1.4); FILE MERGED 2004/01/19 14:13:08 cl 1.2.28.4: #i20479# remember last DisplayInfo from PageView to support stacked infos 2004/01/15 12:05:46 aw 1.2.28.3: #i20949# corrections for SetProcessedPage() mechanism 2003/12/22 11:06:03 cl 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/12 09:40:47 aw 1.2.28.1: #i20479# Changes for allowing CL to access the PaintInfo of the currently painting parts.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [77951e620fbd9f42038baa85e9e741fdacd097a4]

        INTEGRATION: CWS interop12 (1.11.406); FILE MERGED 2004/02/13 20:06:44 cl 1.11.406.4: RESYNC: (1.12-1.14); FILE MERGED 2003/12/09 20:58:27 cl 1.11.406.3: RESYNC: (1.11-1.12); FILE MERGED 2003/10/30 11:04:19 cl 1.11.406.2: #i20949# added header&footer support for impress 2003/09/19 14:37:44 cl 1.11.406.1: #111385# initial version

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9795048b8bd0bebced26c29900a98c937e7839e2]

        INTEGRATION: CWS interop12 (1.77.24); FILE MERGED 2004/03/17 10:13:35 cl 1.77.24.3: RESYNC: (1.80-1.81); FILE MERGED 2004/02/13 21:00:24 cl 1.77.24.2: RESYNC: (1.77-1.80); FILE MERGED 2003/12/19 13:04:48 cl 1.77.24.1: added displayinfo.hxx

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4a2edc819d47f9d81487862aac57a807f3a65485]

        INTEGRATION: CWS interop12 (1.2.28); FILE MERGED 2004/03/17 10:18:27 cl 1.2.28.3: RESYNC: (1.2-1.3); FILE MERGED 2004/01/19 14:01:49 cl 1.2.28.2: #i20479# remember last DisplayInfo from PageView to support stacked infos 2003/12/12 09:40:46 aw 1.2.28.1: #i20479# Changes for allowing CL to access the PaintInfo of the currently painting parts.

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6c8e96e1d08dbff2bdc8cb9fbad51685a0552534]

        INTEGRATION: CWS interop12 (1.2.28); FILE MERGED 2004/03/19 16:39:28 cl 1.2.28.1: fixed merge problem

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [57d10b5c5c55c9fc0ffc82be2df612234d182850]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/02/26 13:40:03 ssmith 1.1.2.7: #114070# fix error 2004/02/25 13:01:33 ssmith 1.1.2.6: #114070# adding LayerContentDescriber 2004/02/12 10:22:14 ssmith 1.1.2.5: #114070# adding notification thread 2004/02/04 17:35:04 ssmith 1.1.2.4: #114070# adding glib 2004/02/04 16:44:17 ssmith 1.1.2.3: #114070# adding gconf ref imp 2004/02/02 10:26:42 ssmith 1.1.2.2: #114070# adding gconf calls 2004/01/29 11:27:22 ssmith 1.1.2.1: #114070# gconfbe ref imp

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [067ae52be08cd30eb5352a2d5808afb5533dfa20]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/02/25 13:01:18 ssmith 1.1.2.4: #114070# adding LayerContentDescriber 2004/02/06 11:25:47 ssmith 1.1.2.3: #114070# adding notification support 2004/02/02 10:26:41 ssmith 1.1.2.2: #114070# adding gconf calls 2004/01/29 11:27:18 ssmith 1.1.2.1: #114070# gconfbe ref imp

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [be32a56cb2fdeea5b41f8667488432cd47e18cbe]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/02/26 14:17:09 ssmith 1.1.2.8: #114070# updating file 2004/02/26 13:39:37 ssmith 1.1.2.7: #114070# updating with new LayerDescriber service 2004/02/25 13:01:07 ssmith 1.1.2.6: #114070# adding LayerContentDescriber 2004/02/12 10:14:34 ssmith 1.1.2.5: #114070# adding notification thread 2004/02/06 11:26:02 ssmith 1.1.2.4: #114070# adding notification support 2004/02/04 14:26:31 ssmith 1.1.2.3: #114070# updating gconf imp 2004/02/02 10:26:41 ssmith 1.1.2.2: #114070# adding gconf calls 2004/01/29 11:27:16 ssmith 1.1.2.1: #114070# gconfbe ref imp

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [37ae3305cc3eb21ba72fb90bc6d344a93660f5bc]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/02/13 13:54:20 ssmith 1.1.2.6: #114070# adding notification support 2004/02/12 10:10:39 ssmith 1.1.2.5: #114070# adding notification thread 2004/02/06 11:25:09 ssmith 1.1.2.4: #114070# adding notification support 2004/02/03 14:59:33 ssmith 1.1.2.3: #114070# updating gconf impl 2004/02/02 10:26:40 ssmith 1.1.2.2: #114070# adding gconf calls 2004/01/29 11:27:14 ssmith 1.1.2.1: #114070# gconfbe ref imp

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ddfe6af96bbc5d16f485025b3e509def9443ef18]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/02/25 13:00:47 ssmith 1.1.2.6: #114070# adding LayerContentDescriber 2004/02/13 13:54:29 ssmith 1.1.2.5: #114070# adding notification support 2004/02/12 10:20:40 ssmith 1.1.2.4: #114070# adding notification thread 2004/02/06 11:25:27 ssmith 1.1.2.3: #114070# adding notification support 2004/02/03 14:59:32 ssmith 1.1.2.2: #114070# updating gconf impl 2004/01/29 11:27:12 ssmith 1.1.2.1: #114070# gconfbe ref imp

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9d5b1e5d3ef9981327bb8ec44430d8238fdaade8]

        INTEGRATION: CWS cfg04 (1.12.18); FILE MERGED 2004/02/26 14:18:06 ssmith 1.12.18.5: #114070# remove helper 2004/02/12 10:15:58 ssmith 1.12.18.4: #114070# comment out gconf 2004/02/04 16:46:26 ssmith 1.12.18.3: #114070# adding gconf ref imp 2004/01/29 11:28:49 ssmith 1.12.18.2: #114070# gconfbe ref imp 2004/01/28 12:29:59 ssmith 1.12.18.1: #114070# gconf backend reference impl

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [75b85bcc80e794a52085da484042c024483d9dc1]

        INTEGRATION: CWS cfg04 (1.17.66); FILE MERGED 2003/12/22 10:42:57 ssmith 1.17.66.1: #114570# cfgmgr component library name change

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [93f980cc0efbdbd3af841fc621e33d1b60bdf319]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2003/12/22 11:00:27 ssmith 1.1.2.1: #114570# component library name change

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6ac8cf6d8cb4a2d4424e7d438c2840f326ed6771]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/22 13:52:10 ssmith 1.1.2.2: #116018# merge from apoc02 to cfg04 2004/02/19 16:26:09 ssmith 1.1.2.1: #114570# changing component name

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [80dc47516c7265ffdbd75c6265de403ed9245d22]

        INTEGRATION: CWS cfg04 (1.16.62); FILE MERGED 2004/02/23 11:35:09 ssmith 1.16.62.2: RESYNC: (1.16-1.17); FILE MERGED 2003/12/01 11:19:39 ssmith 1.16.62.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [cf6beb6d85f236f9fae7dff2fbda30ff8a913def]

        INTEGRATION: CWS cfg04 (1.5.66); FILE MERGED 2003/12/01 11:19:39 ssmith 1.5.66.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8f646cbdc0582466686113a3f4d111252f3f27c2]

        INTEGRATION: CWS cfg04 (1.6.66); FILE MERGED 2003/12/01 11:19:39 ssmith 1.6.66.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0bfd3652b716d7fd3c8e1b57dbb2bbee80e2b6a9]

        INTEGRATION: CWS cfg04 (1.10.52); FILE MERGED 2003/12/01 11:19:38 ssmith 1.10.52.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fe5fa659377bafdd63f799436497a645f5aa4efb]

        INTEGRATION: CWS cfg04 (1.5.62); FILE MERGED 2003/12/01 11:20:41 ssmith 1.5.62.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d6cc136c69bb02a92bd7dcaff44127bebcdbd971]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/02/03 10:21:46 ssmith 1.1.2.3: #114070# updating to use XComponentFactory 2003/12/18 13:30:19 ssmith 1.1.2.2: #114070# support for system integration feature 2003/12/10 17:18:05 ssmith 1.1.2.1: #114070# partial implementation

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f0b730d6d5933601253646d5ef2d1e7b2fbad272]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/30 11:32:54 ssmith 1.1.2.6: #114070# update needed 2004/03/22 10:27:53 ssmith 1.1.2.5: #115960# fixing disposing 2004/02/26 13:19:16 ssmith 1.1.2.4:  #114070# fixing segV 2004/02/03 10:21:47 ssmith 1.1.2.3: #114070# updating to use XComponentFactory 2003/12/18 13:30:19 ssmith 1.1.2.2: #114070# support for system integration feature 2003/12/10 17:18:04 ssmith 1.1.2.1: #114070# partial implementation

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a1620906832d4c965f0efbfcbef3641824eeac77]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/24 12:00:18 ssmith 1.1.2.4: #114070# error in syntax 2004/03/22 13:49:57 ssmith 1.1.2.3: #115961# updating SystemIntegration description 2004/03/11 11:59:54 ssmith 1.1.2.2: #114070# updating description 2004/02/19 16:27:51 ssmith 1.1.2.1: #114070# adding sysmgr component

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [027a2facbd9ff32f9af0327ab9f9958625042a5f]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2003/12/18 13:30:18 ssmith 1.1.2.2: #114070# support for system integration feature 2003/12/10 17:18:04 ssmith 1.1.2.1: #114070# partial implementation

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0173b332e6a75a1860763e32699d5ba3b025e9af]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2003/12/18 13:30:18 ssmith 1.1.2.1: #114070# support for system integration feature

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a45ebe6cb706de9127357162362abd2d7b46f2ce]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2003/12/18 13:30:16 ssmith 1.1.2.1: #114070# support for system integration feature

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [de0c2a49cb9561e87b3c92854418eaf41312be55]

        INTEGRATION: CWS cfg04 (1.25.52); FILE MERGED 2003/12/18 13:31:57 ssmith 1.25.52.3: #114070# support for system integration feature 2003/12/10 17:13:36 ssmith 1.25.52.2: #114070# partial implementation 2003/12/01 11:20:26 ssmith 1.25.52.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f4d27ef1ebef67a48480eadfd9a50173d3cb9988]

        INTEGRATION: CWS cfg04 (1.2.88); FILE MERGED 2003/12/01 11:18:54 ssmith 1.2.88.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [76cef4582a2e8fe3fa57d9fcf9853193fa855580]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2003/12/01 11:18:54 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fae74014468b1483136c455610cf9083e5f703d6]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2004/03/29 12:45:33 ssmith 1.1.6.4: #116055# fix getUpdateLayer 2004/03/26 16:25:06 ssmith 1.1.6.3: #116055# fix getLayer() 2004/03/19 13:40:35 ssmith 1.1.6.2: #115959# fix supportEntity() function 2003/12/01 11:18:53 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1ebc2922bc0fe6e78e69d27d50273cfc465e3712]

        INTEGRATION: CWS cfg04 (1.8.30); FILE MERGED 2003/12/01 11:18:53 ssmith 1.8.30.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b6f07a5b590302ce1666963316934afcaf555b81]

        INTEGRATION: CWS cfg04 (1.16.30); FILE MERGED 2003/12/01 11:18:53 ssmith 1.16.30.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [86f445358d24c867a91f438246dc67b88efe40ee]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2003/12/01 11:18:52 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e21a367080e19312681860574b8b98d2f659bf60]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2003/12/01 11:18:51 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d73d978b89110f7b9460c7494a26c059a57eb642]

        INTEGRATION: CWS cfg04 (1.4.66); FILE MERGED 2003/12/01 11:20:11 ssmith 1.4.66.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [c6b31ae840360db2ec86b4d9b04991ad18765d07]

        INTEGRATION: CWS cfg04 (1.14.52); FILE MERGED 2003/12/18 13:31:34 ssmith 1.14.52.3: #114070# support for system integration feature 2003/12/10 17:14:02 ssmith 1.14.52.2: #114070# partial implementation 2003/12/01 11:20:10 ssmith 1.14.52.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5b84095b4b5dd8b1f434b76674ee2cfa8d9c1307]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/02/26 13:31:51 ssmith 1.1.2.1: #114070# adding backendhelper support

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [11802133a9f5cf44f5dd9aa042688bf739475639]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/02/26 13:31:50 ssmith 1.1.2.1: #114070# adding backendhelper support

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2a6d7b6b1d05ea54fc814bc14cc5b9da7e744ddc]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/24 14:43:24 jb 1.1.2.2: #116072# UNO methods require SAL_CALL 2004/02/26 13:31:50 ssmith 1.1.2.1: #114070# adding backendhelper support

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2c12fb698df586cf6eea7004966fb8af4b3f6180]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2004/03/22 10:28:32 ssmith 1.1.6.2: #115960# fixing disposing 2003/12/01 11:16:36 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [51aa935c275b4ce1575b3005af0ee329f55523a5]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2004/03/26 16:39:28 ssmith 1.1.6.4: #116078# fix isEqualEntity() 2004/03/22 10:28:17 ssmith 1.1.6.3: #115960# fixing disposing 2004/02/26 14:08:47 ssmith 1.1.6.2: #114070# removing segv 2003/12/01 11:16:35 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [52020a40f8bcb6b4109559387c3f54b163f8beba]

        INTEGRATION: CWS cfg04 (1.12.42); FILE MERGED 2003/12/01 11:16:35 ssmith 1.12.42.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [059bf9df1a2e6f72e499dcd7db6204afa45d6d44]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2003/12/01 11:16:35 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1706eaa9267aee71752850568538803937e8aa63]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2003/12/01 11:16:34 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [756b55ebdb406bdfb28db430473e17bff1971ca0]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2003/12/01 11:16:33 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8f3ffcae2a82cdffdd6bdee3d5b9f203b4681ae9]

        INTEGRATION: CWS cfg04 (1.7.42); FILE MERGED 2003/12/01 11:16:32 ssmith 1.7.42.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2995f7ccec7ef7e1d6f1c0cb540087940fe7692c]

        INTEGRATION: CWS cfg04 (1.15.2); FILE MERGED 2004/02/23 11:37:38 ssmith 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2003/12/01 11:16:32 ssmith 1.15.2.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6888f105b6596256460d6baaa08ab7c500464fef]

        INTEGRATION: CWS cfg04 (1.2.14); FILE MERGED 2004/03/26 16:54:05 sw 1.2.14.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5eebdebcf8c9feab2ac176538159834c8c4a6f1e]

        INTEGRATION: CWS cfg04 (1.2.14); FILE MERGED 2004/03/26 16:15:38 sw 1.2.14.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [69a2f42ab375f2bbbc23db527ef929def981f1a2]

        INTEGRATION: CWS cfg04 (1.9.40); FILE MERGED 2004/02/23 11:40:56 ssmith 1.9.40.2: RESYNC: (1.9-1.10); FILE MERGED 2004/02/20 16:52:36 ssmith 1.9.40.1: #114070# updating to deliver *.so files

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ad6b96d17f28660f017181c5232de911b522a265]

        INTEGRATION: CWS cfg04 (1.13.66); FILE MERGED 2004/02/26 13:16:46 ssmith 1.13.66.2: #114070#  adding backendhelper 2003/12/10 17:14:28 ssmith 1.13.66.1: #114070# partial implementation

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [bcda4b456c67bf157d66a664955fa62067f32d53]

        INTEGRATION: CWS cfg04 (1.1.1.1.132); FILE MERGED 2003/12/22 10:42:39 ssmith 1.1.1.1.132.1: #114570# cfgmgr component library name change

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5cdc355817672ce31edced731abfd7b23537999f]

        INTEGRATION: CWS cfg04 (1.1.14); FILE MERGED 2004/03/23 11:00:15 ssmith 1.1.14.3: RESYNC: (1.1-1.2); FILE MERGED 2004/02/27 12:23:52 ssmith 1.1.14.2: #114070# fix error in syntax 2004/02/27 10:00:43 ssmith 1.1.14.1: #114070# updating form scp

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8109b3dce9ad98fbac07600af15d622c9a6a9fa5]

        INTEGRATION: CWS cfg04 (1.3.14); FILE MERGED 2004/03/23 10:59:51 ssmith 1.3.14.2: RESYNC: (1.3-1.6); FILE MERGED 2004/02/27 10:00:25 ssmith 1.3.14.1: #114070# updating form scp

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1b34a133f64f090039e7172ed3c20a861c210efc]

        INTEGRATION: CWS cfg04 (1.2.188); FILE MERGED 2004/03/10 16:02:21 ssmith 1.2.188.5: #114070# add SystemIntegration 2004/03/10 12:34:11 ssmith 1.2.188.4: #114070# removing LayerContentDescriber 2004/03/10 12:24:45 ssmith 1.2.188.3: #114070# adding LayerDescriber 2004/02/24 11:43:46 ssmith 1.2.188.2: #114070# adding new idl files 2003/12/01 11:36:28 ssmith 1.2.188.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ed60f303ca2fd804151f0f02a0968a31909ed44d]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/16 12:52:25 ssmith 1.1.2.2: #i26528# correcting syntax, files must end with newline 2004/02/24 11:44:06 ssmith 1.1.2.1: #114070# adding new idl files

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e195e49850b75abf479701c7a27e81386e8dca0a]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2003/12/01 11:36:28 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a87d1affe25a7079bcb1c707f44bda7ca00548cb]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2003/12/01 11:36:27 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b4f03d658884961f5fc0269e81876bcb564ddc87]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/24 12:36:05 ssmith 1.1.2.3: #114070# updated IDL file 2004/03/22 12:04:16 ssmith 1.1.2.2: #115961# updating XInitialization 2004/03/10 16:06:08 ssmith 1.1.2.1: #114070# adding SystemIntegration.idl

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [cf58f917fb92aaeeab4a51d989794776e69392b0]

        INTEGRATION: CWS cfg04 (1.1.4); FILE ADDED 2004/03/16 11:48:32 ssmith 1.1.4.2: #i26528# no lineend at end of file 2003/12/01 11:36:26 ssmith 1.1.4.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2dffc0de2d7101bff2e5276f4b44d8655cdaca48]

        INTEGRATION: CWS cfg04 (1.1.4); FILE ADDED 2003/12/01 11:36:26 ssmith 1.1.4.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [90a515363139aed3814c8b0af3b8693b36eabdb8]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/16 12:52:25 ssmith 1.1.2.2: #i26528# correcting syntax, files must end with newline 2004/02/24 11:11:35 ssmith 1.1.2.1: #114070# add ProperytInfo struct

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [61976966d520d2bbb87187ac129a53296f57f84e]

        INTEGRATION: CWS cfg04 (1.1.4); FILE ADDED 2004/03/16 12:52:25 ssmith 1.1.4.2: #i26528# correcting syntax, files must end with newline 2003/12/01 11:36:25 ssmith 1.1.4.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [588b07c2c8205a18693eabe5910ba3af9fbd2b61]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/16 12:52:25 ssmith 1.1.2.2: #i26528# correcting syntax, files must end with newline 2004/03/10 12:22:24 ssmith 1.1.2.1: #114070# adding PlatformBackend idl

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [eb7697fca1b53944700d91f8739775e56af53bc6]

        INTEGRATION: CWS cfg04 (1.1.4); FILE ADDED 2004/03/22 13:22:18 ssmith 1.1.4.4: #115961# updating XInitialization 2004/03/22 12:02:52 ssmith 1.1.4.3: #115961# updating XInitialization 2004/03/16 12:52:25 ssmith 1.1.4.2: #i26528# correcting syntax, files must end with newline 2003/12/01 11:36:24 ssmith 1.1.4.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [686e715dde896e19b1fb5b05a90a044b66ab3c00]

        INTEGRATION: CWS cfg04 (1.1.4); FILE ADDED 2004/03/16 11:48:32 ssmith 1.1.4.2: #i26528# no lineend at end of file 2003/12/01 11:36:24 ssmith 1.1.4.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1ee3220b6f20fc3a9bccb22d395b3607f3d2c0f4]

        INTEGRATION: CWS cfg04 (1.1.4); FILE ADDED 2003/12/01 11:36:23 ssmith 1.1.4.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3ed724e0bbee1a95446ee2058eb32746f3721995]

        INTEGRATION: CWS cfg04 (1.1.4); FILE ADDED 2004/03/16 12:52:24 ssmith 1.1.4.2: #i26528# correcting syntax, files must end with newline 2003/12/01 11:36:22 ssmith 1.1.4.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [56b6184c970e68de5c52fdd760354dbad1e724bc]

        INTEGRATION: CWS cfg04 (1.1.4); FILE ADDED 2003/12/01 11:36:22 ssmith 1.1.4.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4caa30da9fb7602fde9fe2553cd9f13ead2e0d81]

        INTEGRATION: CWS cfg04 (1.1.4); FILE ADDED 2004/03/16 12:52:24 ssmith 1.1.4.2: #i26528# correcting syntax, files must end with newline 2003/12/01 11:36:21 ssmith 1.1.4.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a634e6aec3ec4bbfefc1dc10b23c0cbe4af4403c]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/10 12:30:00 ssmith 1.1.2.1: #114070# adding LayerDescriber service

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b59c4555fa90a2041d12733dd25fcd822a6dbc9f]

        INTEGRATION: CWS cfg04 (1.1.6); FILE ADDED 2003/12/01 11:36:20 ssmith 1.1.6.1: merge from apoco2

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a8bf48eef6f03633236a9d1fc791a79b65362ef8]

        INTEGRATION: CWS cfg04 (1.19.34); FILE MERGED 2004/02/23 12:28:33 ssmith 1.19.34.2: RESYNC: (1.19-1.20); FILE MERGED 2003/12/12 13:13:31 dbo 1.19.34.1: #114390# added propertyset implementation to support property ImplementationKey

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0d7990135e239373b11ab3afd56ba2096220e86d]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/26 15:59:18 sw 1.1.2.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d89359a973442a5b16f27c9d3efcb8e3b2526b82]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/26 15:58:17 sw 1.1.2.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [28f8687684afe3ea389889ffaff084cba999d3d7]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/24 12:41:52 sw 1.1.2.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [7decb10ab2dfea99817bde75e54019b77b5d316a]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/23 13:06:22 sw 1.1.2.1: #114070#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [034959ecfc0c9b889bfe8d0cb3b5bc5ccd753624]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/24 12:46:06 sw 1.1.2.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0ce40eaa3452d9da05e26dd6c1d928f23b36863c]

        INTEGRATION: CWS cfg04 (1.2.38); FILE MERGED 2004/03/26 16:00:36 sw 1.2.38.2: #116063# 2004/03/24 12:43:43 sw 1.2.38.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [abc3861317527b7f9af6d32d86b2978835c95802]

        INTEGRATION: CWS cfg04 (1.2.38); FILE MERGED 2004/03/26 16:22:25 sw 1.2.38.2: #116063# 2004/03/26 16:00:36 sw 1.2.38.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f46ffe01bf4a63793ff86aa6a1b6c9e41d4d87c5]

        INTEGRATION: CWS impress5ea1 (1.1.1.1.392); FILE MERGED 2004/03/12 12:48:49 cl 1.1.1.1.392.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [aeac89e86687a7cca6479e4370f0e66c2e596c26]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/26 15:57:30 sw 1.1.2.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ff95cc68df754d7b94bca26887904e0c5299e330]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/26 15:57:14 sw 1.1.2.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [15031c321c9e28b89b69eef95b5d9eed2f8e07a9]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/30 10:53:16 sw 1.1.2.3: #116063# 2004/03/29 17:01:49 sw 1.1.2.2: #116063# 2004/03/26 15:56:59 sw 1.1.2.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0ca869bac8c6a4b67fc52b13239d4a14e786e744]

        INTEGRATION: CWS cfg04 (1.8.6); FILE MERGED 2004/03/26 16:08:14 sw 1.8.6.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5f6ae250e45e929c8752050ed1b72c5efe26ebf4]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/26 16:04:19 sw 1.1.2.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [b34fb181d954cd048fcd902cbb6a67fae5a1b29e]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/26 16:02:12 sw 1.1.2.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0359b9ce8ed5efb73d748648f63b55ba513be493]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/24 12:39:55 sw 1.1.2.1: #116063#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [9a4f0692656ea612f6ebefe7c71d939c7a8adfd0]

        INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED 2004/03/23 13:05:29 sw 1.1.2.1: #114070#

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [005d448f5e6c31b28adfefddddda4071cdb95171]

        INTEGRATION: CWS impress5ea1 (1.8.364); FILE MERGED 2004/03/12 12:48:48 cl 1.8.364.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [27224089bba2c91c2d2ef8d08b989df552f2cca6]

        INTEGRATION: CWS impress5ea1 (1.58.48); FILE MERGED 2004/03/12 12:48:47 cl 1.58.48.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [509ae966faac6f5d62018b3ecf675aacb3e1b032]

        INTEGRATION: CWS impress5ea1 (1.69.40); FILE MERGED 2004/03/14 00:02:10 cl 1.69.40.2: RESYNC: (1.69-1.70); FILE MERGED 2004/03/12 12:48:47 cl 1.69.40.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ed2dfb6826d2bd66d314951c516e07816c0d02c4]

        INTEGRATION: CWS impress5ea1 (1.5.52); FILE MERGED 2004/03/12 12:48:47 cl 1.5.52.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fd4d45aaf14c534fa95f1e14e1957ce4d2b48e3f]

        INTEGRATION: CWS impress5ea1 (1.6.52); FILE MERGED 2004/03/12 12:48:47 cl 1.6.52.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [baaea1d7612e3d4c71dc1e3783bade1051a8bbf7]

        INTEGRATION: CWS impress5ea1 (1.6.382); FILE MERGED 2004/03/12 12:48:46 cl 1.6.382.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [242f54f9d0198eaeed9dc78990f9bd6d04babc9f]

        INTEGRATION: CWS impress5ea1 (1.2.52); FILE MERGED 2004/03/12 12:48:46 cl 1.2.52.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [dd7c71e1b9a7b4a00832c0289090f8e30f47baed]

        INTEGRATION: CWS impress5ea1 (1.25.52); FILE MERGED 2004/03/15 10:31:39 cl 1.25.52.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [19036f5a777d62ae9ab10fc58db1c0757d33969c]

        INTEGRATION: CWS impress5ea1 (1.109.86); FILE MERGED 2004/03/13 23:32:18 cl 1.109.86.2: RESYNC: (1.109-1.110); FILE MERGED 2004/03/12 12:39:47 cl 1.109.86.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [7367d3d80778b8d274112580d2d4c5cc9f262f6a]

        INTEGRATION: CWS impress5ea1 (1.25.88); FILE MERGED 2004/03/12 12:39:47 cl 1.25.88.1: #i14041# handle disposed core elements correctly

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [bf3f3ec429272a1f0e82ae16a1bc7ac44144ee1f]

        INTEGRATION: CWS impress5ea1 (1.30.460); FILE MERGED 2004/03/23 15:25:02 cl 1.30.460.1: #i14041# catch exception from disposed controller

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [40c6073d5dc97136b9f4fe990be9e3bbeca801fb]

        INTEGRATION: CWS impress5ea1 (1.108.102); FILE MERGED 2004/03/13 23:30:21 cl 1.108.102.2: RESYNC: (1.108-1.109); FILE MERGED 2004/03/11 14:54:31 cl 1.108.102.1: #17343# skip invalid properties

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ad9ac6d0d3dc5606ec14dd8dc73766225a6cb9ab]

        INTEGRATION: CWS impress5ea1 (1.21.74); FILE MERGED 2004/03/11 14:54:31 cl 1.21.74.1: #17343# skip invalid properties

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d1b6384a828eb3e4dec59cd50e4a200740d75579]

        INTEGRATION: CWS impress5ea1 (1.6.280); FILE MERGED 2004/03/11 14:54:08 cl 1.6.280.1: #17343# skip invalid properties

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a5db9cc7770deb5aab5ecb8f10928df1954b764a]

        INTEGRATION: CWS impress5ea1 (1.62.62); FILE MERGED 2004/03/11 14:53:42 cl 1.62.62.1: #17343# skip invalid properties

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [412bd490479ff27e5967bfad6795bfc5bb074c3e]

        INTEGRATION: CWS impress5ea1 (1.5.102); FILE MERGED 2004/03/11 14:53:27 cl 1.5.102.1: #17343# skip invalid properties

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4ea49166adba379e585309ea2e8a7561989a43c1]

        INTEGRATION: CWS impress5ea1 (1.25.30); FILE MERGED 2004/03/12 12:37:18 cl 1.25.30.1: #i14041# check for valid BasicIDEShell

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1a53eadf08ee032ba963d078fa28cf97d4fadd6f]

        INTEGRATION: CWS vcl20 (1.27.6); FILE MERGED 2004/03/11 09:31:26 ssa 1.27.6.2: make compilable 2004/02/23 16:35:52 pl 1.27.6.1: #115592# use correct scope for variables

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [bedc7dccad612a593ea0a43ca2cee6d771c3a312]

        INTEGRATION: CWS vcl20 (1.26.46); FILE MERGED 2004/03/25 15:12:17 pl 1.26.46.1: add: hebrew

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e39e304b7462c21008068577708ecdca6353ecf0]

        INTEGRATION: CWS vcl20 (1.25.6); FILE MERGED 2004/02/23 17:02:08 pl 1.25.6.2: #115528# do not use strcpy and friends 2004/02/19 17:12:44 pl 1.25.6.1: #i24629# emit JobPatchFile from PPD

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a6cfea142afd48f789aea4d685fa307da49ad5b7]

        INTEGRATION: CWS vcl20 (1.4.12); FILE MERGED 2004/02/23 17:02:08 pl 1.4.12.1: #115528# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f4bcdf11c4014de3ded3d872bac8633ffd9fbfb0]

        INTEGRATION: CWS vcl20 (1.10.6); FILE MERGED 2004/03/10 19:04:56 pl 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2004/02/19 17:12:44 pl 1.10.6.1: #i24629# emit JobPatchFile from PPD

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [8cfc67f5660fe9c1925ffc7061cc0ac250a4c1e0]

        INTEGRATION: CWS vcl20 (1.3.6); FILE MERGED 2004/02/23 17:02:07 pl 1.3.6.1: #115528# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a2f5ec83a52401808d9493234ccbc70e9e864473]

        INTEGRATION: CWS vcl20 (1.3.116); FILE MERGED 2004/02/23 17:02:07 pl 1.3.116.1: #115528# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [457300a06a39520fe50933a1ab5e7b2f10401e86]

        INTEGRATION: CWS vcl20 (1.5.6); FILE MERGED 2004/02/19 17:12:44 pl 1.5.6.1: #i24629# emit JobPatchFile from PPD

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [033b476566440528abc08b259c2a8488947dee2c]

        INTEGRATION: CWS vcl20 (1.51.8); FILE MERGED 2004/02/20 14:57:26 pl 1.51.8.1: #i20934# search in subdirectories for fonts, too

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [bdd274b6f53ea56f1740aa4f2cd77ce024e847bb]

        INTEGRATION: CWS vcl20 (1.8.108); FILE MERGED 2004/02/20 14:57:26 pl 1.8.108.1: #i20934# search in subdirectories for fonts, too

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [ee72519e7412638387be9e7b60128e4a2195a6ff]

        INTEGRATION: CWS vcl20 (1.4.128); FILE MERGED 2004/02/20 14:57:26 pl 1.4.128.1: #i20934# search in subdirectories for fonts, too

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1f063e4618be365715ad0d24f365868c1ea3c269]

        INTEGRATION: CWS vcl20 (1.12.74); FILE MERGED 2004/02/20 14:57:26 pl 1.12.74.1: #i20934# search in subdirectories for fonts, too

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1fdd8dbb1a60803e737e6fc1d3460fd7820b5deb]

        INTEGRATION: CWS vcl20 (1.7.136); FILE MERGED 2004/02/20 14:57:26 pl 1.7.136.1: #i20934# search in subdirectories for fonts, too

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6e68e61e16ea981cfdf08d853d37435b66954c12]

        INTEGRATION: CWS vcl20 (1.10.82); FILE MERGED 2004/02/20 14:57:25 pl 1.10.82.1: #i20934# search in subdirectories for fonts, too

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [a3f2b383bde6661765fc760d7a6493393e83c5e1]

        INTEGRATION: CWS vcl20 (1.78.24); FILE MERGED 2004/03/11 15:16:59 hdu 1.78.24.2: #i25056# fix cleanup typo 2004/03/11 15:09:00 hdu 1.78.24.1: #i25056# use more traditional method of stretching text

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6f411f3253d8be63fa67f05011fc2b4fd5a77850]

        INTEGRATION: CWS vcl20 (1.15.24); FILE MERGED 2004/02/25 15:49:06 pl 1.15.24.1: #115527# remove strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [62c09a4c94c66e582280e269d012e86ac9963b41]

        INTEGRATION: CWS vcl20 (1.53.56); FILE MERGED 2004/03/10 18:53:17 pl 1.53.56.2: RESYNC: (1.53-1.54); FILE MERGED 2004/02/25 15:49:05 pl 1.53.56.1: #115527# remove strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [46944ce912721d532429571c5d1eb0e9de4bf56d]

        INTEGRATION: CWS vcl20 (1.17.58); FILE MERGED 2004/02/25 15:49:05 pl 1.17.58.1: #115527# remove strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3f0b544faaf336fe74164ae5839bc1b5835cd389]

        INTEGRATION: CWS vcl20 (1.170.20); FILE MERGED 2004/03/10 18:53:34 pl 1.170.20.2: RESYNC: (1.170-1.171); FILE MERGED 2004/02/23 17:50:55 pl 1.170.20.1: #115527# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [1b3918c5982b9040e4f8b0159aa1eae41d88fea7]

        INTEGRATION: CWS vcl20 (1.2.284); FILE MERGED 2004/02/23 17:50:55 pl 1.2.284.1: #115527# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [d4f1794c0aa52dd9f4753a4e31030cac9a1a5eb5]

        INTEGRATION: CWS vcl20 (1.7.58); FILE MERGED 2004/02/23 17:50:54 pl 1.7.58.1: #115527# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6c6c048e8c62fea6efd0222c919c1ae48bbcf2da]

        INTEGRATION: CWS vcl20 (1.18.58); FILE MERGED 2004/03/10 18:55:25 pl 1.18.58.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/23 17:50:54 pl 1.18.58.1: #115527# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [f4ffe3ea99b975a34e85458cbf7c58a3b99e5524]

        INTEGRATION: CWS vcl20 (1.14.58); FILE MERGED 2004/02/23 17:50:53 pl 1.14.58.1: #115527# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [0d91164fd22109d7ab6f4518cbf5a7fb331ba72a]

        INTEGRATION: CWS vcl20 (1.32.56); FILE MERGED 2004/03/10 18:57:53 pl 1.32.56.2: RESYNC: (1.32-1.33); FILE MERGED 2004/02/23 17:50:53 pl 1.32.56.1: #115527# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [3ee41c8baa3f4e8eda1c1ccce55e4f43dd9f8586]

        INTEGRATION: CWS vcl20 (1.54.22); FILE MERGED 2004/03/25 15:09:22 hdu 1.54.22.6: #i22809# removing issue from CWS vcl20 2004/03/12 16:13:53 hdu 1.54.22.5: #i25056# use more traditional method of stretching text 2004/03/11 13:21:27 hdu 1.54.22.4: #i25056# use more traditional method of stretching text 2004/03/10 19:53:56 pl 1.54.22.3: UBIDI_BID_LTR -> UBIDI_LTR 2004/03/10 18:52:15 pl 1.54.22.2: RESYNC: (1.54-1.55); FILE MERGED 2004/03/03 11:55:36 hdu 1.54.22.1: #i22809# default to LTR BiDi and no longer try to guess direction esp. on UNX platforms

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [fb56f4e7c991970ba5961873da5b54402930de83]

        INTEGRATION: CWS vcl20 (1.64.22); FILE MERGED 2004/03/10 18:51:31 pl 1.64.22.2: RESYNC: (1.64-1.65); FILE MERGED 2004/03/02 14:02:23 pl 1.64.22.1: #115746# initialize aCumulativePos in artificial italic case, join from vcl18

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6b01989a8bf8bd0b5bc762f4312f826a35872566]

        INTEGRATION: CWS vcl20 (1.14.58); FILE MERGED 2004/03/10 18:52:33 pl 1.14.58.2: RESYNC: (1.14-1.15); FILE MERGED 2004/02/23 17:50:52 pl 1.14.58.1: #115527# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [5b8d7ff960baa452f0e0503b3efea81dfb9f910c]

        INTEGRATION: CWS vcl20 (1.3.58); FILE MERGED 2004/02/23 17:50:51 pl 1.3.58.1: #115527# do not use strcpy and friends

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [e9b8c2160216edcaf3d40a2e00f186b02f48f2af]

        INTEGRATION: CWS extras12 (1.29.68); FILE MERGED 2003/12/17 12:36:09 bc 1.29.68.1: #112871# Filtertracing for importwizard added

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [de7fab036f224f626165413185d13e5293ea43d4]

        INTEGRATION: CWS extras12 (1.37.8); FILE MERGED 2003/12/17 12:36:09 bc 1.37.8.1: #112871# Filtertracing for importwizard added

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [60f760eb81995a7c26107ef25610a6539c615cd5]

        INTEGRATION: CWS extras12 (1.34.8); FILE MERGED 2003/12/17 12:36:08 bc 1.34.8.1: #112871# Filtertracing for importwizard added

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6080d5f963bb2a5f3116f688a066e7cc6193703c]

        INTEGRATION: CWS extras12 (1.12.114); FILE MERGED 2003/12/10 13:27:33 bc 1.12.114.1: #111

2004-03-30  Eike Rathke  <er@openoffice.org>  [ea40d147bc67e39467459a0d6c49682fa931bdb4]

        #115967# unstrip SvStream methods

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [4633e566ad29e9530af3820fd8b6453cddb5dfce]

        #i10000# Missing dependency added: source\service needs source\events

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [6bb4afb3441f1834b481df3f5051b0a9c6a1abc2]

        #116138# Typo (AS)

2004-03-30  Rüdiger Timm  <rt@openoffice.org>  [2ae6c2a56345d139423859146e701122da766ea4]

        #116138# Don't recycle private URLs (AS)

2004-03-29  Kurt Zenker  <kz@openoffice.org>  [341e386b1dc7441cb5f74cdb8a3a7dba2554848e]

        #i10000# #i26983# missing $ for variable

2004-03-26  Kurt Zenker  <kz@openoffice.org>  [f172d63f87bd5ba01860efca1db5f758b8219090]

        corereflection.uno.dll -> reflection.uno.dll (DBO)

2004-03-25  Rüdiger Timm  <rt@openoffice.org>  [1fdc577c9a29f5c9d48cf2171de2c4f72c3e0a95]

        new version for SRC680

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [7568ecaa5aa090bd29af8df45a1508996bc0e71c]

        new version for SRC680

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [012fd25386fed37b017756e587ef4804116e332d]

        new version for SRC680

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [05d96c4a1df8f3968061a4ea43e89544bff912ea]

        SRC680

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [55eb9ddedc794c5c990c738b1c9fff767bd4ea2a]

        INTEGRATION: CWS jl3 (1.18.48); FILE MERGED 2003/12/23 12:06:14 dbo 1.18.48.1: #i23687#

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [e2a6c3f2722b5d9e0e2b969641308eafcfd0d9f6]

        INTEGRATION: CWS jl3 (1.7.16); FILE MERGED 2004/03/15 13:41:47 jl 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/16 16:45:42 dbo 1.7.16.1: #114506# fixed assertion

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [8763d914760c41e1e314837e3566a30c7c73c37e]

        INTEGRATION: CWS jl3 (1.6.10); FILE MERGED 2003/12/17 11:16:27 dbo 1.6.10.1: documentation review

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [9ebd051d6b83a6d6f124e634be5f089cc54ba48b]

        INTEGRATION: CWS jl3 (1.2.82); FILE MERGED 2004/03/10 11:47:17 fs 1.2.82.1: don't use queryAggregation on a proxy after the delegator has been set - the new proxy implementations do not support this

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [76212677b5f262036736fd3a2b14f2342352bc9b]

        INTEGRATION: CWS jl3 (1.2.82); FILE MERGED 2004/03/10 11:47:13 fs 1.2.82.1: don't use queryAggregation on a proxy after the delegator has been set - the new proxy implementations do not support this

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [62592b29aa62992fcdda9b537365870a17d0e504]

        INTEGRATION: CWS jl3 (1.2.24); FILE MERGED 2004/02/17 12:14:55 jl 1.2.24.4: #111907# 2004/02/11 08:58:57 jl 1.2.24.3: #111907# 2004/02/09 14:22:37 jl 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2003/11/21 08:56:18 jl 1.2.24.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [cfb3be676037896a89c65ca1687539997623d1b1]

        INTEGRATION: CWS jl3 (1.4.126); FILE MERGED 2004/02/09 14:21:57 jl 1.4.126.3: RESYNC: (1.4-1.6); FILE MERGED 2003/11/21 11:31:02 jl 1.4.126.2: #111907# #include sj2/jnihelp.hxx removed 2003/11/21 08:56:18 jl 1.4.126.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [55da2052a533b05972cfabfcbf12a876aecca173]

        INTEGRATION: CWS jl3 (1.3.126); FILE MERGED 2004/02/09 14:21:45 jl 1.3.126.2: RESYNC: (1.3-1.5); FILE MERGED 2003/11/21 08:56:17 jl 1.3.126.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [54b288b5a92ac35ac5d98606b99665dae4a0c10f]

        INTEGRATION: CWS jl3 (1.4.126); FILE MERGED 2004/02/09 14:21:32 jl 1.4.126.2: RESYNC: (1.4-1.7); FILE MERGED 2003/11/21 08:56:17 jl 1.4.126.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [f2991738ed4c1be540a33ba250e5af8ec994ec18]

        INTEGRATION: CWS jl3 (1.6.110); FILE MERGED 2004/02/09 14:21:17 jl 1.6.110.2: RESYNC: (1.6-1.7); FILE MERGED 2003/11/21 08:56:16 jl 1.6.110.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [9118f77500f2b175c41201549c62af7fa09804fa]

        INTEGRATION: CWS jl3 (1.13.10); FILE MERGED 2004/02/09 17:17:29 jl 1.13.10.2: RESYNC: (1.13-1.15); FILE MERGED 2003/11/21 08:56:16 jl 1.13.10.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [663a921dcf1462eae6d2bdc48cf793f2e543bd14]

        INTEGRATION: CWS jl3 (1.4.24); FILE MERGED 2003/12/11 11:06:48 sb 1.4.24.2: #114133# Added test. 2003/12/10 14:11:32 sb 1.4.24.1: #114014# Fixed handling of method IDs (which are always unsigned).

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [95ae7c444cc4559bcfed0d67d8527f945bd576e0]

        INTEGRATION: CWS jl3 (1.1.2); FILE ADDED 2003/12/10 14:11:32 sb 1.1.2.1: #114014# Fixed handling of method IDs (which are always unsigned).

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [2ee57377f5c7f50b0606397b67c8955669a037c4]

        INTEGRATION: CWS jl3 (1.1.2); FILE ADDED 2003/12/11 11:06:45 sb 1.1.2.1: #114133# Added test.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [7395817e86840979cee15e40eae45e363fd48e33]

        INTEGRATION: CWS jl3 (1.2.58); FILE MERGED 2003/12/11 11:05:32 sb 1.2.58.1: #114133# Refactored to support Bug114133_Test.java.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [4c495e17fe1f976951053dd284e552d8a506b7a9]

        INTEGRATION: CWS jl3 (1.10.104); FILE MERGED 2003/12/10 14:12:51 sb 1.10.104.1: #114014# Always Use long request headers for very large method IDs.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [1f0981ac6be9bf608540310e3c767e4d08562e11]

        INTEGRATION: CWS jl3 (1.28.54); FILE MERGED 2003/12/17 10:49:48 dbo 1.28.54.1: #114513# allow mixed entries, meaning originals and proxies within one object entry

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [b08c7dea320f1bbd624fb524291ff3ac5dd66067]

        INTEGRATION: CWS jl3 (1.6.32); FILE MERGED 2003/11/20 16:40:30 jl 1.6.32.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine, directory source/java is now empty

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [a14ca2917b69b221c2956efc0eca04e842bdcf24]

        INTEGRATION: CWS jl3 (1.2.78); FILE MERGED 2004/02/10 16:48:12 jl 1.2.78.3: #111907# removed conflicts after merge 2004/02/09 13:43:03 jl 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2003/11/20 16:40:05 jl 1.2.78.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine, directory source/java is now empty

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [e2dd695668579c2a0483a0af32bbaff2a9c55ee8]

        INTEGRATION: CWS jl3 (1.15.32); FILE MERGED 2004/02/17 11:57:57 jl 1.15.32.3: #111907# 2004/02/09 13:42:47 jl 1.15.32.2: RESYNC: (1.15-1.17); FILE MERGED 2003/11/20 16:40:04 jl 1.15.32.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine, directory source/java is now empty

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [afec74c6876e8098d033176bae2fcd7ebb1abb53]

        INTEGRATION: CWS jl3 (1.9.32); FILE MERGED 2004/02/10 16:48:12 jl 1.9.32.3: #111907# removed conflicts after merge 2004/02/09 13:42:22 jl 1.9.32.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/20 16:40:03 jl 1.9.32.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine, directory source/java is now empty

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [906ad9c2aca1cbd9684b53fa2e91c68e8998de9c]

        INTEGRATION: CWS jl3 (1.3.52); FILE MERGED 2003/11/20 16:40:03 jl 1.3.52.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine, directory source/java is now empty

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [1b0d881c4f46c579bc382368b2b6295176004f6d]

        INTEGRATION: CWS jl3 (1.10.26); FILE MERGED 2004/03/15 14:09:59 jl 1.10.26.2: RESYNC: (1.10-1.11); FILE MERGED 2003/11/21 08:44:47 jl 1.10.26.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [92174fa4dd3efadd8bc61351acd750eb51c7eaf8]

        INTEGRATION: CWS jl3 (1.6.52); FILE MERGED 2003/11/21 07:55:35 jl 1.6.52.3: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine 2003/11/20 16:37:18 jl 1.6.52.2: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine, directory source/java is now empty 2003/11/20 16:34:59 jl 1.6.52.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine, directory source/java is now empty

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [800ef49ce3ee93ab09f070320c75d2d739762788]

        INTEGRATION: CWS jl3 (1.11.88); FILE MERGED 2004/03/15 14:06:25 jl 1.11.88.2: RESYNC: (1.11-1.12); FILE MERGED 2003/12/10 14:10:02 sb 1.11.88.1: #114000# Fixed handling of method IDs (which are always unsigned).

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [617e1a59d5172a0505c72bf7ce4fafb5efd1b0b4]

        INTEGRATION: CWS jl3 (1.13.10); FILE MERGED 2003/12/11 11:02:54 sb 1.13.10.1: #114133# Cleaned up (anticipating changes in 1.11.52.1).

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [3def0ad5b1cde0d6b582ff207e9f7670c2df8692]

        INTEGRATION: CWS jl3 (1.33.10); FILE MERGED 2003/12/10 16:21:21 sb 1.33.10.1: #i22352# The workaround to interrupt the dispatcher thread is also needed for 1.3.1.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [c95f9966dc00eb79c9900ad38fb01216a120f2a5]

        INTEGRATION: CWS jl3 (1.6.160); FILE MERGED 2004/03/15 13:26:26 jl 1.6.160.2: RESYNC: (1.6-1.7); FILE MERGED 2004/03/10 13:25:41 oj 1.6.160.1: #i25886# Proxy changes

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [63ded02c707a5917cd73af18b3de39a5c4ecd8d1]

        INTEGRATION: CWS jl3 (1.1.162); FILE MERGED 2004/03/10 13:25:40 oj 1.1.162.1: #i25886# Proxy changes

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [bff963d249e8bc2eb351ce67aa48169d8cc6fc1c]

        INTEGRATION: CWS jl3 (1.5.316); FILE MERGED 2004/03/17 12:11:54 jl 1.5.316.1: #115971# fixed use of ByteString.operator+=(char)

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [ac53b502776dbc84ffc63fddbd3d10d6c343c678]

        INTEGRATION: CWS jl3 (1.2.54); FILE MERGED 2004/02/17 11:45:56 jl 1.2.54.1: #i22146# clarified documentation

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [17b88ed6cb41fd56159c54a0fe25bc5981c7e0b2]

        INTEGRATION: CWS jl3 (1.7.44); FILE MERGED 2003/12/17 10:58:14 dbo 1.7.44.1: #114513# fixing proxy factory identity problem

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [a9008ab0bebf876e638d6bd331a94b99f135f56c]

        INTEGRATION: CWS jl3 (1.13.44); FILE MERGED 2003/12/23 12:05:23 dbo 1.13.44.1: #i23687# corereflection.uno => reflection.uno

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [b6dc58436b44276f5f8b638ba3bd0b80a8ab328e]

        INTEGRATION: CWS jl3 (1.21.44); FILE MERGED 2003/12/23 12:05:23 dbo 1.21.44.1: #i23687# corereflection.uno => reflection.uno

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [37d575f402ec40b28f2e6ecd8b1181e93784d1fa]

        INTEGRATION: CWS jl3 (1.14.4); FILE MERGED 2004/02/09 13:48:29 jl 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2003/12/16 16:46:35 dbo 1.14.4.1: #114506# code cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [03c4462fd6e289ca6172b3bd4149d9cf611db9dc]

        INTEGRATION: CWS jl3 (1.1.82); FILE MERGED 2003/12/19 11:32:31 dbo 1.1.82.1: #114506# cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [5191cf4ccf8cbf6ffb5852d6afda89fb8a9c7960]

        INTEGRATION: CWS jl3 (1.3.82); FILE MERGED 2003/12/19 11:32:31 dbo 1.3.82.1: #114506# cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [d620072fa6a9f0c23961073ab85218d76d3487b1]

        INTEGRATION: CWS jl3 (1.1.82); FILE MERGED 2003/12/19 11:32:30 dbo 1.1.82.1: #114506# cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [76b4a0fca9ef1d9dd7b0c3cce8848a8124b0154b]

        INTEGRATION: CWS jl3 (1.6.82); FILE MERGED 2004/03/16 09:40:10 jl 1.6.82.3: merge 2004/03/15 12:42:30 jl 1.6.82.2: solved merge conflict 2003/12/19 11:32:30 dbo 1.6.82.1: #114506# cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [7ee24da1b93ae00571b6873b3f9589abedd52d96]

        INTEGRATION: CWS jl3 (1.4.82); FILE MERGED 2003/12/19 11:32:30 dbo 1.4.82.1: #114506# cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [64306ec9051bfc49d41072524cc750269aea8fe6]

        INTEGRATION: CWS jl3 (1.5.82); FILE MERGED 2003/12/19 11:32:29 dbo 1.5.82.1: #114506# cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [c402befd40f237f9deb28310c4feeb01ca130cf4]

        INTEGRATION: CWS jl3 (1.1.82); FILE MERGED 2003/12/19 11:32:29 dbo 1.1.82.1: #114506# cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [feff0a521a9444762433350507b20badc610e34c]

        INTEGRATION: CWS jl3 (1.6.82); FILE MERGED 2003/12/19 11:32:29 dbo 1.6.82.1: #114506# cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [49c6d824994d7e5b81826cde414075d00dc75565]

        INTEGRATION: CWS jl3 (1.1.82); FILE MERGED 2003/12/19 11:32:28 dbo 1.1.82.1: #114506# cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [563c60431518f8230e3f3e672a99f68748d474e8]

        INTEGRATION: CWS jl3 (1.11.82); FILE MERGED 2004/03/15 14:02:30 jl 1.11.82.2: RESYNC: (1.11-1.12); FILE MERGED 2003/12/19 11:32:28 dbo 1.11.82.1: #114506# cleanup

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [0f9d9b6e3ae1b3a9edaeb1dc1fead301339a643b]

        INTEGRATION: CWS jl3 (1.6.12); FILE MERGED 2004/03/08 14:12:37 dbo 1.6.12.3: #114513# computing OID every time 2003/12/19 11:30:30 dbo 1.6.12.2: #114513# 2003/12/17 10:58:12 dbo 1.6.12.1: #114513# fixing proxy factory identity problem

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [e65aea1fb4df713606dd6babe07733c81589f28f]

        INTEGRATION: CWS jl3 (1.60.4); FILE MERGED 2004/03/15 14:03:12 jl 1.60.4.5: RESYNC: (1.60-1.61); FILE MERGED 2003/11/21 10:20:30 jl 1.60.4.4: #110725# set propert user.country rather than user.region 2003/11/21 09:54:41 jl 1.60.4.3: #114029# infinite when reading a java.ini with no [java] section 2003/11/19 16:08:07 jl 1.60.4.2: #111018# 2003/11/19 14:48:34 jl 1.60.4.1: #112187# wrong use of getenv

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [3be2ca261707935a4faac4217927cbb04ddb8e10]

        INTEGRATION: CWS jl3 (1.18.44); FILE MERGED 2003/11/21 14:23:24 jl 1.18.44.1: #i22146# Everytime a component is activated it is tried to load the java java loader. If the office is not configured to run java, then every time the message box pops up asking the user to install one

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [0e4ef0f874cd0f56e500be9363dba0dc46431272]

        INTEGRATION: CWS jl3 (1.9.44); FILE MERGED 2003/12/23 12:05:22 dbo 1.9.44.1: #i23687# corereflection.uno => reflection.uno

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [9021b6d82050a2fa8562aa7f031f29b0d8c27e61]

        INTEGRATION: CWS jl3 (1.10.44); FILE MERGED 2004/03/15 14:04:06 jl 1.10.44.3: RESYNC: (1.11-1.12); FILE MERGED 2004/02/09 13:54:52 jl 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2003/12/23 12:13:49 dbo 1.10.44.1: #i23687#

2004-03-25  Eike Rathke  <er@openoffice.org>  [29648a5941a3abe7105b2b63f0dd0687e33d3105]

        #110098# Changes for Changetracking.sdc (make header files match implementation)

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [1130047de4ac78f65a1bffbc8b3e9e7b8fcf94b0]

        INTEGRATION: CWS jl3 (1.6.8); FILE MERGED 2004/03/15 17:11:05 dbo 1.6.8.1: #i23687# corereflection -> reflection Issue number: Submitted by: Reviewed by:

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [4afc7e23ad4b9c2c0ba89a9555373faf9d9ac7ec]

        INTEGRATION: CWS jl3 (1.9.54); FILE MERGED 2003/11/20 16:57:42 jl 1.9.54.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [acb7a4579405937388f3c69124c239e815904be0]

        INTEGRATION: CWS jl3 (1.65.14); FILE MERGED 2003/12/23 14:38:01 dbo 1.65.14.1: #i23687#

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [47b64e0661be44d04e53beb729da01ef8000d204]

        INTEGRATION: CWS tabstops (1.15.80); FILE MERGED 2004/02/10 12:28:53 fme 1.15.80.2: RESYNC: (1.15-1.16); FILE MERGED 2003/12/01 13:55:54 os 1.15.80.1: #114143# Number recognition switced off by default in Writer and Writer/Web tables

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [b4fb068e61a4d765207c830780481c693d3d35dc]

        INTEGRATION: CWS tabstops (1.23.74); FILE MERGED 2004/02/10 12:28:22 fme 1.23.74.2: RESYNC: (1.23-1.24); FILE MERGED 2003/12/01 13:55:38 os 1.23.74.1: #114143# Number recognition switced off by default in Writer and Writer/Web tables

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [148881532c40a747497df57956c30fb0fc957afa]

        INTEGRATION: CWS tabstops (1.32.152); FILE MERGED 2004/02/10 12:30:43 fme 1.32.152.2: RESYNC: (1.32-1.33); FILE MERGED 2003/12/02 11:37:59 pb 1.32.152.1: fix: #114144# mkdir pck directory if necessary

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [2b5f193a80f593be8b11f5a0512e2ef727b828c7]

        INTEGRATION: CWS tabstops (1.22.110); FILE MERGED 2003/12/01 13:38:05 os 1.22.110.1: #114143# allow tab stops to be shown outside the right margin

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [b6e57575653ff45ced4198c32a1c91e510047543]

        INTEGRATION: CWS tabstops (1.17.44); FILE MERGED 2003/12/05 11:08:27 fme 1.17.44.2: #114143# tab stop compatibility 2003/11/28 12:33:25 fme 1.17.44.1: #114143# Tab stop compatibility

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [df927a307c711f744c13b7f6c6d2a0144671b870]

        INTEGRATION: CWS tabstops (1.34.256); FILE MERGED 2003/12/05 11:07:55 fme 1.34.256.1: #114143# tab stop compatibility

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [1e79fcc53edcc1adb252c370c64d7337ae4c4f54]

        INTEGRATION: CWS tabstops (1.3.466); FILE MERGED 2003/11/28 12:33:25 fme 1.3.466.1: #114143# Tab stop compatibility

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [43416b9bc75f86ed61276fc581a4e6e6a703d361]

        INTEGRATION: CWS tabstops (1.11.466); FILE MERGED 2003/11/28 12:32:24 fme 1.11.466.1: #114143# Tab stop compatibility

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [e1e46a9d5fd54173e8f145aa87a07c2d599513e4]

        INTEGRATION: CWS tabstops (1.79.44); FILE MERGED 2004/02/16 08:17:24 fme 1.79.44.3: RESYNC: (1.80-1.81); FILE MERGED 2003/12/05 14:35:04 fme 1.79.44.2: RESYNC: (1.79-1.80); FILE MERGED 2003/11/28 12:32:23 fme 1.79.44.1: #114143# Tab stop compatibility

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [e70a0222d4be3da885538305a0eeff8256284e8d]

        INTEGRATION: CWS tabstops (1.90.58); FILE MERGED 2004/02/16 08:17:05 fme 1.90.58.4: RESYNC: (1.90-1.91); FILE MERGED 2003/12/05 11:07:07 fme 1.90.58.3: #114143# tab stop compatibility 2003/12/02 07:22:58 fme 1.90.58.2: #114143# Tab stop compatibility - Number recognition for decimal tabs 2003/11/28 12:32:47 fme 1.90.58.1: #114143# Tab stop compatibility

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [19a3bfc99ac751a63f153b8083fa2365de9c99f2]

        INTEGRATION: CWS kso11 (1.15.4); FILE MERGED 2004/03/10 15:44:50 kso 1.15.4.1: #115883# - Use osl::Security when creating pipes.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [4700cb4050a189604a196f80b6f20e695d05b7c6]

        INTEGRATION: CWS kso11 (1.5.88); FILE MERGED 2004/03/10 15:44:50 kso 1.5.88.1: #115883# - Use osl::Security when creating pipes.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [0de25f18c5f34ab503107bfa851bf40ce1a70bcb]

        INTEGRATION: CWS kso11 (1.5.30); FILE MERGED 2004/03/11 08:49:34 sb 1.5.30.1: #115880# Cloned 112066.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [99668755948b8135191d8e29e9c6b93009682dea]

        INTEGRATION: CWS kso11 (1.2.78); FILE MERGED 2004/03/11 08:49:34 sb 1.2.78.1: #115880# Cloned 112066.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [730e14522773c8dbb0d58692cc11fceb5182dad7]

        INTEGRATION: CWS kso11 (1.1.4); FILE ADDED 2004/03/11 08:50:14 sb 1.1.4.1: #115880# Cloned 112066.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [9712dee69811ada4ca61cf00adba491f64f47fb8]

        INTEGRATION: CWS kso11 (1.3.8); FILE MERGED 2004/03/10 15:45:29 kso 1.3.8.1: #115883# - Use osl Security when creating pipes.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [aae2752a1976c44d1e48032d1ac2ad255a4d78b1]

        INTEGRATION: CWS kso11 (1.3.86); FILE MERGED 2004/03/11 08:49:33 sb 1.3.86.1: #115880# Cloned 112066.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [2db88cb6bcf98895f849ab2855431e71997a9462]

        INTEGRATION: CWS kso11 (1.33.28); FILE MERGED 2004/03/11 08:49:33 sb 1.33.28.1: #115880# Cloned 112066.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [df09295c0ae52ea81462bff42319745df49f837c]

        INTEGRATION: CWS kso11 (1.3.36); FILE MERGED 2004/03/11 08:49:32 sb 1.3.36.1: #115880# Cloned 112066.

2004-03-25  Kurt Zenker  <kz@openoffice.org>  [4afe515fda5a36b1e75f84478811b46106c7b942]

        INTEGRATION: CWS kso11 (1.1.4); FILE ADDED 2004/03/11 08:50:03 sb 1.1.4.1: #115880# Cloned 112066.

2004-03-24  Kurt Zenker  <kz@openoffice.org>  [edd8b1ea6df520a19af37e18dc8c5d4cd58b11d5]

        #100000# syntax

2004-03-24  Kurt Zenker  <kz@openoffice.org>  [7fbdd67a84098922eac0c96345fb88b75c25f370]

        #100000# use perl for pl file

2004-03-24  Kurt Zenker  <kz@openoffice.org>  [cb632e7373c1274648b9a09d08fcb4f4fb277170]

        #100000# correct function call

2004-03-24  Kurt Zenker  <kz@openoffice.org>  [f81810d910a2f28ec7d92028a520f65b8cd53f77]

        #100000# corrections for 4nt shell

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [1fb7d560c5e365749da61a92961d32e3e76e0839]

        new version for SRC680

2004-03-23  Rüdiger Timm  <rt@openoffice.org>  [b248ccbe39c623860248db813bd7a8947be0f1b9]

        new version for SRC680

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [7e8d23b6e1274402be2496bcafdc5068ab27752b]

        SRC680

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [863a8aa8594d6e741e77d54823cb2610017ae629]

        INTEGRATION: CWS swformatcells (1.71.150); FILE MERGED 2004/03/03 08:48:36 od 1.71.150.2: RESYNC: (1.71-1.72); FILE MERGED resolve merge conflicts. 2004/03/02 15:30:22 od 1.71.150.1: #106629# - loading value for new option 'Add paragraph and table spacing 	   at bottom of table cells'

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [8f9298ffb237807f6dfa894f07afee4ee59d363c]

        INTEGRATION: CWS swformatcells (1.42.72); FILE MERGED 2004/03/02 15:21:26 od 1.42.72.1: #106629# <SwCntntFrm::MakePrtArea(..)> - consider lower spacing due to 	 new option 'Add paragraph and table spacing at bottom of table cells 	 <SwCntntFrm::MakeAll> - invalidate of master, if follow is moved 	 forward. 	 <SwCntntFrm::ShouldBwdMoved(..)> and <SwCntntFrm::_WouldFit(..)> 	 - adjustments for consider lower spacing in table cells.:

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [6db9fb6d2c49484d9f8beac2713a0086620d60fa]

        INTEGRATION: CWS swformatcells (1.2.54); FILE MERGED 2004/02/27 11:00:42 pb 1.2.54.1: fix: #i25030# add property AddTableSpacing

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [7cf041ec64924c03d616e0cef25c44e50f58816b]

        INTEGRATION: CWS swformatcells (1.1.58); FILE MERGED 2004/02/27 11:01:24 pb 1.1.58.1: fix: #i25030# add property AddTableSpacing

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [def22c70c91c9b8897e7c4ddffcb281db0baaa87]

        INTEGRATION: CWS swformatcells (1.2.118); FILE MERGED 2004/02/27 11:06:09 pb 1.2.118.1: fix: #i25030# add property AddTableSpacing

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [e216a65248495fda2a6707bc495d6c44b0e70dd9]

        INTEGRATION: CWS swformatcells (1.6.104); FILE MERGED 2004/03/03 09:29:09 od 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED resolve merge conflict. 2004/03/02 15:35:15 od 1.6.104.1: #106629# - new optional property <AddParaSpacingToTableCells> for new 	   document option 'Add paragraph and table spacing at bottom 	   of table cells'

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [0a8086b3000798cca2b3038c43e9f3975466a2a4]

        INTEGRATION: CWS swformatcells (1.30.132); FILE MERGED 2004/03/04 07:32:14 od 1.30.132.3: correction of merge conflict solution. 2004/03/03 08:41:36 od 1.30.132.2: RESYNC: (1.30-1.31); FILE MERGED resolve merge conflicts. 2004/03/02 15:32:38 od 1.30.132.1: #106629# - load/save of new document option 'Add paragraph and table 	   spacing at bottom of table cells'

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [8c7454e4b1d944aa5749d7d4607341d267e45b2a]

        INTEGRATION: CWS swformatcells (1.2.154); FILE MERGED 2004/02/27 11:09:22 pb 1.2.154.1: fix: #i25030# add property AddTableSpacing

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [36d9dc792f47e0f7f448bfdb5cb3eef7494ce436]

        INTEGRATION: CWS swformatcells (1.2.154); FILE MERGED 2004/03/03 08:46:45 od 1.2.154.2: RESYNC: (1.2-1.3); FILE MERGED resolve merge conflicts. 2004/02/27 11:09:22 pb 1.2.154.1: fix: #i25030# add property AddTableSpacing

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [c08fc9deefb81b4776dfb0e6e7d2d116b3c00fab]

        INTEGRATION: CWS swformatcells (1.127.18); FILE MERGED 2004/03/03 16:25:20 od 1.127.18.3: #i11859# - set option 'Use former line spacing' to false for MS Word import 2004/03/03 08:52:05 od 1.127.18.2: RESYNC: (1.127-1.129); FILE MERGED 2004/03/02 15:31:39 od 1.127.18.1: #i25901# - consider new option 'Add paragraph and table spacing at 	   bottom of table cells' in MS Word filter

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [2d2351e0b91a59d6cdb0ce5f1698ec8cf36fb4af]

        INTEGRATION: CWS swformatcells (1.61.18); FILE MERGED 2004/03/03 08:50:04 od 1.61.18.2: RESYNC: (1.61-1.62); FILE MERGED resolve merge conflicts. 2004/03/02 15:31:39 od 1.61.18.1: #i25901# - consider new option 'Add paragraph and table spacing at 	   bottom of table cells' in MS Word filter

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [73abd0132786be19d08dff69cb6bb1b2c4783b7b]

        INTEGRATION: CWS swformatcells (1.42.110); FILE MERGED 2004/03/03 08:56:13 od 1.42.110.2: RESYNC: (1.42-1.44); FILE MERGED resolve merge conflict. 2004/02/23 15:55:25 od 1.42.110.1: #106629# - implementation of new methods <ViewShell::IsAddParaSpacingToTableCells()> 	   and <ViewShell::SetAddParaSpacingToTableCells(..)>

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [124242a8b9c548495aae09855c351c34bbeddff4]

        INTEGRATION: CWS swformatcells (1.3.166); FILE MERGED 2004/03/02 15:28:30 od 1.3.166.1: #106629# <SwTxtFrmBreak::SetRstHeight(..)> - consider bottom margin

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [398ba8f2696b153421cc56706f64af80d33c0201]

        INTEGRATION: CWS swformatcells (1.12.72); FILE MERGED 2004/03/02 15:28:30 od 1.12.72.1: #106629# <SwTxtFrmBreak::SetRstHeight(..)> - consider bottom margin

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [86b5f3435201a5a551356d2a9e5074c409a3b28b]

        INTEGRATION: CWS swformatcells (1.47.72); FILE MERGED 2004/03/02 15:26:34 od 1.47.72.1: #106629# - general improvements and correction of invalidation due to 	 a change of the upper/lower spacing

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [a1ad8338129c68e3f46296b3e7375e593316e3b1]

        INTEGRATION: CWS swformatcells (1.49.20); FILE MERGED 2004/03/03 09:05:02 od 1.49.20.2: RESYNC: (1.49-1.51); FILE MERGED 2004/03/02 15:25:01 od 1.49.20.1: #106629# - improve local methods <lcl_CalcMinRowHeight(..)> and 	   <lcl_CalcMinCellHeight(..)>

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [d46972b171f16da0d8b535e2645b8f60f429745d]

        INTEGRATION: CWS swformatcells (1.28.66); FILE MERGED 2004/03/03 09:02:58 od 1.28.66.2: RESYNC: (1.28-1.31); FILE MERGED 2004/03/02 15:22:46 od 1.28.66.1: #106629# <SwFlowFrm::CalcLowerSpace(..)> - implementation 	 <SwFlowFrm::CalcUpperSpace(..)> - corrections

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [ca541bb833b5a91d6a5bcc807d4a4043cf7b92b6]

        INTEGRATION: CWS swformatcells (1.3.72); FILE MERGED 2004/03/02 15:16:16 od 1.3.72.1: #106629# class <SwFlowFrm> - new method <CalcLowerSpace(..)>

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [de015608a405b0f6f76fcda0935a2f070e5046a7]

        INTEGRATION: CWS swformatcells (1.33.56); FILE MERGED 2004/03/03 09:08:53 od 1.33.56.2: RESYNC: (1.33-1.34); FILE MERGED resolve merge conflict. 2004/02/27 11:08:56 pb 1.33.56.1: fix: #i25030# add property AddTableSpacing

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [95b44a4cfdebf79a06fc949ddf442387544be97a]

        INTEGRATION: CWS swformatcells (1.29.154); FILE MERGED 2004/03/03 09:14:38 od 1.29.154.3: RESYNC: (1.29-1.30); FILE MERGED resolve merge conflict. 2004/03/02 15:15:03 od 1.29.154.2: #106629# - correct comment 2004/02/23 15:53:11 od 1.29.154.1: #106629# class <ViewShell> - method to access new option "Add paragraph 	 and table spacing at bottom of table cells"

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [150fd410eb078d53acad88d11e9554804fdbeeb4]

        INTEGRATION: CWS swformatcells (1.7.582); FILE MERGED 2004/03/02 15:14:23 od 1.7.582.1: #106629# - remove unnecessary #ifdef

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [2b1c4a84141eebf49c928d9fe692497977b0f084]

        INTEGRATION: CWS swformatcells (1.53.18); FILE MERGED 2004/03/03 09:12:09 od 1.53.18.2: RESYNC: (1.53-1.56); FILE MERGED resolve merge conflicts 2004/02/23 15:51:32 od 1.53.18.1: #106629# class <SwDoc> - introduce new option "Add paragraph and table 	 spacing at bottom of table cells"

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [f570658f485d4b9672b8d14fa268df83036100cd]

        INTEGRATION: CWS cfgcleanup (1.37.8); FILE MERGED 2004/03/16 16:57:06 jb 1.37.8.1: #110707# Don't deliver wrong (lang) headers to ldap directory. No ldap headers needed globally at all.

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [139eda602f7f9ccd61862cb23595c82ea9690a51]

        INTEGRATION: CWS cfgcleanup (1.17.70); FILE MERGED 2004/03/16 16:14:19 jb 1.17.70.2: RESYNC: (1.17-1.18); FILE MERGED 2004/02/09 15:30:41 jb 1.17.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [d57ef4c0ae231cee9e4fc2949ff4494a1aff4b1f]

        INTEGRATION: CWS cfgcleanup (1.6.56); FILE MERGED 2004/02/09 15:30:40 jb 1.6.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [20487e5cc98022ce44d7ad423eef7fae2c35a8af]

        INTEGRATION: CWS cfgcleanup (1.3.70); FILE MERGED 2004/02/09 15:30:39 jb 1.3.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [2a1e0fad01a38d7ee9db88bf0c5dc5a88e03045c]

        INTEGRATION: CWS cfgcleanup (1.21.66); FILE MERGED 2004/02/09 15:30:39 jb 1.21.66.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [754675d7df2d2535cdd33a005e932359bac5693c]

        INTEGRATION: CWS cfgcleanup (1.25.56); FILE MERGED 2004/02/09 15:30:39 jb 1.25.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [ac3431e7aad33508331d5b3fc25f18c877eb3d47]

        INTEGRATION: CWS cfgcleanup (1.9.66); FILE MERGED 2004/02/09 15:30:38 jb 1.9.66.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [ecc068e38745a52fc3ef489fe7c6121b17c0cd31]

        INTEGRATION: CWS cfgcleanup (1.20.64); FILE MERGED 2004/02/09 15:30:38 jb 1.20.64.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [dab7a09ebf96701979cdda34189521a4fe10d09f]

        INTEGRATION: CWS cfgcleanup (1.26.56); FILE MERGED 2004/02/09 15:30:37 jb 1.26.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [6b27fe8bafc54bb890ed3a891c7e9509c2652fae]

        INTEGRATION: CWS cfgcleanup (1.20.40); FILE MERGED 2004/02/09 15:30:36 jb 1.20.40.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [1684733686b2363886116904b5527b40c500448e]

        INTEGRATION: CWS cfgcleanup (1.15.66); FILE MERGED 2004/02/09 15:30:36 jb 1.15.66.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [b46c6991ed52087cd071aa8d7a18f6e409d484dd]

        INTEGRATION: CWS cfgcleanup (1.4.98); FILE MERGED 2004/02/09 15:30:36 jb 1.4.98.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [604dbc76ee8498c9328d80fbb3565967145dea97]

        INTEGRATION: CWS cfgcleanup (1.26.56); FILE MERGED 2004/02/09 15:30:35 jb 1.26.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [7c92fdcfc4608b781dadb2eae5a4439ba6f041b5]

        INTEGRATION: CWS cfgcleanup (1.17.4); FILE MERGED 2004/02/09 15:30:34 jb 1.17.4.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [bb31b898160816f8f80c677c471e8cb144102470]

        INTEGRATION: CWS cfgcleanup (1.18.56); FILE MERGED 2004/02/09 15:30:34 jb 1.18.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [bcdcea661f0b8c6fc8203346e44abeeefe970c5f]

        INTEGRATION: CWS cfgcleanup (1.1.100); FILE MERGED 2004/02/09 15:30:33 jb 1.1.100.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [d885c0be2339745d2eb7d7d3911f22dcecc4e77e]

        INTEGRATION: CWS cfgcleanup (1.6.66); FILE MERGED 2004/02/09 15:30:33 jb 1.6.66.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [11e1f52c53a6c73575f1160651457b849cf002d8]

        INTEGRATION: CWS cfgcleanup (1.5.70); FILE MERGED 2004/02/09 15:30:32 jb 1.5.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [27b44b63ab50f220c24fa6d05f49dfa7c4c3b290]

        INTEGRATION: CWS cfgcleanup (1.10.56); FILE MERGED 2004/02/09 15:30:31 jb 1.10.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [242c9fbfde516229730b770fb1b3622ae71cb0c5]

        INTEGRATION: CWS cfgcleanup (1.5.66); FILE MERGED 2004/02/09 15:30:30 jb 1.5.66.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [d2fe8ae5b59d5c50e76ccae0086f3c22db4c5ff1]

        INTEGRATION: CWS cfgcleanup (1.18.66); FILE MERGED 2004/02/09 15:30:29 jb 1.18.66.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [ec993a014f8b6568bcdb014ae0cbfe40cf081aad]

        INTEGRATION: CWS cfgcleanup (1.13.66); FILE MERGED 2004/02/09 15:30:29 jb 1.13.66.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [a48c23c620183faf9e6059caf40e3e5b4e9099e0]

        INTEGRATION: CWS cfgcleanup (1.19.70); FILE MERGED 2004/02/09 15:30:28 jb 1.19.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [061812db71248264f8413ae7ace82206232c1657]

        INTEGRATION: CWS cfgcleanup (1.16.98); FILE MERGED 2004/02/09 15:30:28 jb 1.16.98.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [28c67a6490eb7ac27f6c6c9ab2865f1b2dcb0102]

        INTEGRATION: CWS cfgcleanup (1.5.12); FILE MERGED 2004/02/09 15:30:27 jb 1.5.12.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [ad35fc0384e9090004914e716604358086d972a9]

        INTEGRATION: CWS cfgcleanup (1.8.56); FILE MERGED 2004/02/09 15:30:27 jb 1.8.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [df57050f584ff9432e258c2461e9166997bb284b]

        INTEGRATION: CWS cfgcleanup (1.12.56); FILE MERGED 2004/02/09 15:30:25 jb 1.12.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [c487920d7578ed2172bcf6d27708971ad49687b9]

        INTEGRATION: CWS cfgcleanup (1.4.70); FILE MERGED 2004/03/16 16:15:05 jb 1.4.70.2: RESYNC: (1.4-1.5); FILE MERGED 2004/02/09 15:30:25 jb 1.4.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [fe7a8ba061a13ab644dabcef58cb2d682f990e17]

        INTEGRATION: CWS cfgcleanup (1.3.120); FILE MERGED 2004/02/09 15:30:25 jb 1.3.120.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [1ed9c1d5e847d0050c1eb0fddb4f953a0d60744e]

        INTEGRATION: CWS cfgcleanup (1.19.56); FILE MERGED 2004/03/16 16:14:57 jb 1.19.56.2: RESYNC: (1.19-1.20); FILE MERGED 2004/02/09 15:30:24 jb 1.19.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [547468e7f3129b35bdfc049f8284249d860d9859]

        INTEGRATION: CWS cfgcleanup (1.12.56); FILE MERGED 2004/02/09 15:30:24 jb 1.12.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [daf4c413c2d8f146db8fbe505ac739c0c158c176]

        INTEGRATION: CWS cfgcleanup (1.8.56); FILE MERGED 2004/02/09 15:30:23 jb 1.8.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [0173083c6f79b0d0969a24b0a3cb5dd16976160e]

        INTEGRATION: CWS cfgcleanup (1.25.66); FILE MERGED 2004/02/09 15:30:21 jb 1.25.66.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [f8bb333e31abee7948237b2eb31b4a61da7012e4]

        INTEGRATION: CWS cfgcleanup (1.3.70); FILE MERGED 2004/02/09 15:30:21 jb 1.3.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [bdb7a4201fdbe86fcac13b83b0fcc572d7f24c38]

        INTEGRATION: CWS cfgcleanup (1.14.70); FILE MERGED 2004/02/09 15:30:21 jb 1.14.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [936e5e2252c1710e4c475e94ee7b646f2b7a6198]

        INTEGRATION: CWS cfgcleanup (1.15.6); FILE MERGED 2004/02/09 15:30:20 jb 1.15.6.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [058dba6927a09c8a7e9ee3f8e8a624919c318558]

        INTEGRATION: CWS cfgcleanup (1.1.100); FILE MERGED 2004/02/09 15:30:20 jb 1.1.100.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [90bc1e07b1525e7354858b92b30460b9eb2c83b3]

        INTEGRATION: CWS cfgcleanup (1.2.70); FILE MERGED 2004/02/09 15:30:19 jb 1.2.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [8acb5da87c26d1ccb977e193db49a0795735d080]

        INTEGRATION: CWS cfgcleanup (1.6.70); FILE MERGED 2004/02/09 15:30:19 jb 1.6.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [b30ab789039870d4e55a404344caeda4b157e975]

        INTEGRATION: CWS cfgcleanup (1.21.40); FILE MERGED 2004/02/09 15:30:19 jb 1.21.40.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [392300effcb83dce3172533d6cf0618347cea3d3]

        INTEGRATION: CWS cfgcleanup (1.23.56); FILE MERGED 2004/02/09 15:30:18 jb 1.23.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [8874ef6f264ef4de3fc584e1464d73103e3368f9]

        INTEGRATION: CWS cfgcleanup (1.9.66); FILE MERGED 2004/02/09 15:30:18 jb 1.9.66.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [84c9aff7fcf0f3e316e07a9b45818549e1fe7628]

        INTEGRATION: CWS cfgcleanup (1.1.100); FILE MERGED 2004/02/09 15:30:16 jb 1.1.100.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [6ab7a4e0066061e54e007c9bd11cf11c290e14ab]

        INTEGRATION: CWS cfgcleanup (1.4.56); FILE MERGED 2004/02/09 15:30:15 jb 1.4.56.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [139e690e0143952af4c2e86caca1096c03f76f1f]

        INTEGRATION: CWS cfgcleanup (1.4.6); FILE MERGED 2004/02/09 15:30:14 jb 1.4.6.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [65baa41c12e11b48f8ce9445bcf507c2a3c187e2]

        INTEGRATION: CWS cfgcleanup (1.12.70); FILE MERGED 2004/03/16 16:17:35 jb 1.12.70.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/09 15:30:13 jb 1.12.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [2dab8c27925cad1ef488b765b96a55157573a529]

        INTEGRATION: CWS cfgcleanup (1.56.70); FILE MERGED 2004/03/16 16:17:27 jb 1.56.70.2: RESYNC: (1.56-1.58); FILE MERGED 2004/02/09 15:30:12 jb 1.56.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [af035ff89d25d099e2354c1970cab29a2310bfa3]

        INTEGRATION: CWS cfgcleanup (1.4.70); FILE MERGED 2004/02/09 15:30:12 jb 1.4.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [658bfaf94aad761544a3f38682e4ef6659e83deb]

        INTEGRATION: CWS cfgcleanup (1.1.134); FILE MERGED 2004/02/09 15:30:11 jb 1.1.134.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [c9cfcb1c34c0a4fbad6cb9c35355d43ab77ec72c]

        INTEGRATION: CWS cfgcleanup (1.13.4); FILE MERGED 2004/03/16 16:17:19 jb 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/09 15:30:10 jb 1.13.4.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [5dc9baf50b2c9733377104b5e73fd5367f4e912a]

        INTEGRATION: CWS cfgcleanup (1.23.70); FILE MERGED 2004/02/09 15:30:09 jb 1.23.70.1: #i25025# Eliminate warnings from gcc

2004-03-23  Kurt Zenker  <kz@openoffice.org>  [923087cf6bd9c5ec9ce01fe4a30578de1f998fd2]

        INTEGRATION: CWS cfgcleanup (1.36.40); FILE MERGED 2004/02/09 15:30:08 jb 1.36.40.1: #i25025# Eliminate warnings from gcc

2004-03-23  luctur  <luctur@openoffice.org>  [c28c0ffafa619c348677f18698f51c469c55a0c5]

        changed readme file by adding licensing URLs

2004-03-22  Oliver Bolte  <obo@openoffice.org>  [74f5aa915454285a1e86e676b1d16fdf9ed4a3df]

        #100000# method createUnambiguous unknown

2004-03-22  Oliver Bolte  <obo@openoffice.org>  [f90544b67632c2d4f7ef17f7d0290d9e7d6104a1]

        #100000# depends on unotools

2004-03-22  Rüdiger Timm  <rt@openoffice.org>  [7b9f1126f177c219b5f1076974c07dacb43a1837]

        #i10000# syntax: extra semicolon removed

2004-03-20  Rüdiger Timm  <rt@openoffice.org>  [4bc38f302f8fefc4dd6dbcd416094e3692ec4948]

        new version for SRC680

2004-03-20  Kurt Zenker  <kz@openoffice.org>  [bb8af8822782d424b942785a377713bea21c3ef8]

        new version for SRC680

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b8497c29284574fa6ddece63dac2d131bd867158]

        SRC680

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9406a0ddc0e370bf8e032cc1ff47ab3665a57f1e]

        INTEGRATION: CWS bmptool01 (1.13.78); FILE MERGED 2004/03/17 12:26:29 ka 1.13.78.3: syntax 2004/03/17 11:58:17 ka 1.13.78.2: syntax 2004/03/17 11:15:52 ka 1.13.78.1: #i22981#: unset DISPLAY env var for UNICES

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [632727a85e30203508cbe884ab8ae22193caa139]

        INTEGRATION: CWS sab008 (1.5.26); FILE MERGED 2004/02/25 15:38:16 sw 1.5.26.1: #i22473#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a6d299d8661b3fc4d853e5a0b3f19fa390560ede]

        INTEGRATION: CWS sab008 (1.15.48); FILE MERGED 2004/02/11 12:12:49 sab 1.15.48.3: RESYNC: (1.15-1.16); FILE MERGED 2004/01/26 14:41:52 sab 1.15.48.2: #115009#; no DataChangeEvents at the moment 2004/01/23 12:55:54 sab 1.15.48.1: #115009#; #i20889#; add new services and interfaces

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [155c39c926ce5a8c941dece83462c237e21bb267]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/01/23 12:43:02 sab 1.1.2.1: #i20889#; add protected attribute on Scenarios, add XScenarioEnhanced, add new properties to scenario

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d67a3d8b8c97a12919c0f130c359437f137b224d]

        INTEGRATION: CWS sab008 (1.6.208); FILE MERGED 2004/01/23 12:44:23 sab 1.6.208.1: #i20889#; XScenario is not deprecated

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f1b46db05693d9cc98a7785c5a67b6310436e455]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/02/26 14:45:15 sab 1.1.2.2: #115009#; correct the description 2004/01/23 12:40:14 sab 1.1.2.1: #115009#; add EnhancedMouseClickEvent

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f8b87d9c7bcb843440510fad2e1d4993d328749c]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/01/23 12:38:20 sab 1.1.2.1: #115009#; add ActivationEvent

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ee2f91ad3ab1776c9c6fa3d302c8218bba55c8aa]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/02/26 14:45:14 sab 1.1.2.2: #115009#; correct the description 2004/01/23 12:38:06 sab 1.1.2.1: #115009#; add ActivationEvent

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [464df008baf647ad45e0f05573a7a7e82a40af64]

        INTEGRATION: CWS sab008 (1.5.208); FILE MERGED 2004/01/23 12:53:55 sab 1.5.208.1: #i8868#; add scale to x and scale to y

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [c7189e2b707db33944e1cc78a939ffc6563cc9ea]

        INTEGRATION: CWS sab008 (1.5.208); FILE MERGED 2004/01/23 12:41:19 sab 1.5.208.1: #115009#; add XEnhancedMouseClickBroadcaster, add XActivationBroadcaster

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1bc9848551f883d97c38da4ec41cda45809a9c44]

        INTEGRATION: CWS sab008 (1.4.208); FILE MERGED 2004/02/16 16:08:16 sab 1.4.208.5: #i20889#; remove inkompatible changes; they are now in tl01 2004/02/11 12:12:41 sab 1.4.208.4: RESYNC: (1.5-1.6); FILE MERGED 2004/01/28 13:58:43 sab 1.4.208.3: #112046#; the properties aren't readonly, #i20889#; XScenario moved to Scenario 2004/01/26 09:54:06 sab 1.4.208.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/23 12:54:57 sab 1.4.208.1: #i20889#; add service Scenario

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [8e9d51cdd6979a0a7a69e97326336c02783d87b7]

        INTEGRATION: CWS sab008 (1.11.108); FILE MERGED 2004/01/23 12:53:09 sab 1.11.108.1: #115035#; add XModifyBroadcaster, #111775#; refer to DatabaseImportDescriptor

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [164ecf25ea2dcaaab453c9eb36fb6fbc34690fd6]

        INTEGRATION: CWS sab008 (1.6.208); FILE MERGED 2004/01/23 12:52:27 sab 1.6.208.1: #115035#; add XModifyBroadcaster

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f98955f9b84132602253cf7a07e9deb137a8c5e1]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/01/28 13:59:19 sab 1.1.2.2: #i20889#; all properties have to be optional 2004/01/23 12:42:42 sab 1.1.2.1: #i20889#; add protected attribute on Scenarios, add XScenarioEnhanced, add new properties to scenario

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [398dd7dc57abb7306a972c9ecd2137904e007d8b]

        INTEGRATION: CWS sab008 (1.9.108); FILE MERGED 2004/01/29 11:24:43 sab 1.9.108.2: #76694#; FromSelection has to be in DatabaseRange service instead of DatabaseRangeImportDescriptor Service 2004/01/23 12:47:38 sab 1.9.108.1: #76694#; add XRefreshable, add RefreshPeriod

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d49c28cc3edd15267cf3d53df7d6c968f8ff07ad]

        INTEGRATION: CWS sab008 (1.4.208); FILE MERGED 2004/01/29 11:24:39 sab 1.4.208.2: #76694#; FromSelection has to be in DatabaseRange service instead of DatabaseRangeImportDescriptor Service 2004/01/23 12:46:16 sab 1.4.208.1: #76694#; add FromSelection; #111775# add IsNative

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [06bba3c5f27d4123138fe3cdf52f59ea1bfa57da]

        INTEGRATION: CWS sab008 (1.5.208); FILE MERGED 2004/01/23 12:45:07 sab 1.5.208.1: #115031#; change propertyname from RefreshDelay to RefreshPeriod

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5797a12818c466c9d7ecaaaa19d5d369b2480c8e]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/01/23 12:37:51 sab 1.1.2.1: #115009#; add ActivationEvent

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [471d85c45dc3f4bdead71fcef03696da1e1cf08f]

        INTEGRATION: CWS sab008 (1.22.108); FILE MERGED 2004/03/08 18:42:25 dr 1.22.108.3: RESYNC: (1.23-1.25); FILE MERGED 2004/01/26 10:06:35 sab 1.22.108.2: RESYNC: (1.22-1.23); FILE MERGED 2004/01/23 12:36:48 sab 1.22.108.1: #115009#; add EnhancedMouseClickEvent

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [53f0136a5ddd8ece75924c4624805b6864ffcdd9]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/01/23 12:36:07 sab 1.1.2.1: #115009#; add EnhancedMouseClickEvent

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a2c2a8cc90c41db0230e9b8ef5a4d521dddeceef]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/01/23 12:35:50 sab 1.1.2.1: #115009#; add EnhancedMouseClickEvent

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [eacfe75ed99e1faaf9215df29f14b560469d65b6]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/01/30 15:36:55 sab 1.1.2.1: #111653#; add description of DocumentSettings

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ec04de1986878a778c7bcbfd48b4de88d6adec69]

        INTEGRATION: CWS sab008 (1.11.82); FILE MERGED 2004/03/05 11:12:24 sab 1.11.82.3: #115009#; add own TableChanged event 2004/02/11 12:22:24 sab 1.11.82.2: RESYNC: (1.11-1.12); FILE MERGED 2004/01/23 12:26:54 sab 1.11.82.1: #115009#; add broadcast for a table change

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [790d70a98e8389afbd3f8a8faf1c4fb60f1e553d]

        INTEGRATION: CWS sab008 (1.29.104); FILE MERGED 2004/03/08 18:07:00 dr 1.29.104.4: RESYNC: (1.33-1.34); FILE MERGED 2004/02/11 12:21:17 sab 1.29.104.3: RESYNC: (1.32-1.33); FILE MERGED 2004/01/26 10:11:30 sab 1.29.104.2: RESYNC: (1.29-1.32); FILE MERGED 2003/08/29 12:05:21 dr 1.29.104.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [571b3805ad019f2b68501b42b2dbc5217256994b]

        INTEGRATION: CWS sab008 (1.44.46); FILE MERGED 2004/03/15 11:21:50 dr 1.44.46.5: RESYNC: (1.48-1.49); FILE MERGED 2004/03/08 18:06:11 dr 1.44.46.4: RESYNC: (1.47-1.48); FILE MERGED 2004/02/11 12:19:25 sab 1.44.46.3: RESYNC: (1.45-1.47); FILE MERGED 2004/01/26 10:08:01 sab 1.44.46.2: RESYNC: (1.44-1.45); FILE MERGED 2004/01/23 12:26:12 sab 1.44.46.1: #115009#; overload PreNotify to send enhanced mouse events over API

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a7bdb895db55bb661aef03538a295a533149ce6b]

        INTEGRATION: CWS sab008 (1.10.230); FILE MERGED 2003/10/23 16:39:56 jmarmion 1.10.230.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9dedd3633201a92ea70dca8f9aa90252fc0fc284]

        INTEGRATION: CWS sab008 (1.21.50); FILE MERGED 2004/02/11 12:18:03 sab 1.21.50.3: RESYNC: (1.22-1.23); FILE MERGED 2004/01/26 10:07:02 sab 1.21.50.2: RESYNC: (1.21-1.22); FILE MERGED 2003/10/23 16:38:53 jmarmion 1.21.50.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0e91f672f97ddefc0fbf21248465a3e2d82ff3ce]

        INTEGRATION: CWS sab008 (1.16.230); FILE MERGED 2004/03/05 11:12:02 sab 1.16.230.3: #115009#; add own TableChanged event 2004/02/26 16:28:43 sab 1.16.230.2: #115009#; handle empty and destroyed listener 2004/01/23 12:34:18 sab 1.16.230.1: #115009#; add XEnhancedMouseClickBroadcaster, add XActivationBroadcaster

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6217299912077664a8b4db5bf8443947637e0752]

        INTEGRATION: CWS sab008 (1.26.232); FILE MERGED 2004/03/08 18:08:21 dr 1.26.232.2: RESYNC: (1.26-1.27); FILE MERGED 2004/01/23 11:11:26 sab 1.26.232.1: #i8868#; add scale to x and scale to y

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ec5b9ee8b9ffb4cbfe3cb5196002a2a33cbfab5f]

        INTEGRATION: CWS sab008 (1.9.24); FILE MERGED 2004/03/08 18:08:13 dr 1.9.24.3: RESYNC: (1.9-1.10); FILE MERGED 2004/02/17 12:35:23 sab 1.9.24.2: #111653#; add forgotten comma 2004/01/30 15:35:44 sab 1.9.24.1: #111653#; add service com.sun.star.sheet.DocumentSettings

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [fbd496937ed43821ea0d036f24910e036477cf21]

        INTEGRATION: CWS sab008 (1.8.232); FILE MERGED 2004/02/20 10:31:43 sab 1.8.232.2: #115031#; change PropertyName RefreshDelay to RefreshPeriod also on AreaLinks 2004/01/23 12:28:12 sab 1.8.232.1: #115031#; change propertyname from RefreshDelay to RefreshPeriod

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [03af8373729b9639bdd3f0b4e907b431d7bef0fa]

        INTEGRATION: CWS sab008 (1.36.20); FILE MERGED 2004/03/08 18:07:55 dr 1.36.20.5: RESYNC: (1.39-1.40); FILE MERGED 2004/02/11 12:24:53 sab 1.36.20.4: RESYNC: (1.38-1.39); FILE MERGED 2004/01/26 10:15:18 sab 1.36.20.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/06 11:13:03 sab 1.36.20.2: RESYNC: (1.36-1.37); FILE MERGED 2003/10/23 16:38:10 jmarmion 1.36.20.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [3f129f13920cb746b17ee994a9353387c7510aa3]

        INTEGRATION: CWS sab008 (1.18.128); FILE MERGED 2004/01/29 18:19:57 sab 1.18.128.3: #76694#; move property FROM_SELECTION from DatabaseImportDescriptor into XDatabaseRange; enable Database Refreshlistener 2004/01/26 10:14:59 sab 1.18.128.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/23 12:33:08 sab 1.18.128.1: #76694#; change propertyname Native to IsNative, add XRefreshable, add FromSelection, add RefreshPeriod

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e5721ff917d56330c7a80ec40091c05f2e6df02b]

        INTEGRATION: CWS sab008 (1.78.18); FILE MERGED 2004/03/15 11:22:17 dr 1.78.18.6: RESYNC: (1.81-1.82); FILE MERGED 2004/03/08 18:07:33 dr 1.78.18.5: RESYNC: (1.80-1.81); FILE MERGED 2004/02/20 13:35:40 sab 1.78.18.4: #i20889#; make getRanges work 2004/02/11 12:24:44 sab 1.78.18.3: RESYNC: (1.79-1.80); FILE MERGED 2004/01/26 10:14:24 sab 1.78.18.2: RESYNC: (1.78-1.79); FILE MERGED 2004/01/23 12:30:30 sab 1.78.18.1: #i20889#; add protected attribute on Scenarios, add XScenarioEnhanced, add new properties to scenario

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [60dbd74a0c3d99ad22becf4f6c59f45e6ab4b769]

        INTEGRATION: CWS sab008 (1.47.44); FILE MERGED 2004/02/11 12:26:25 sab 1.47.44.4: RESYNC: (1.48-1.49); FILE MERGED 2004/01/26 10:18:22 sab 1.47.44.3: RESYNC: (1.47-1.48); FILE MERGED 2003/11/18 15:18:08 dr 1.47.44.2: #i8868# final string changes 2003/08/29 12:05:02 dr 1.47.44.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [8d9f1851ffb1d12cf054c4ff0f75658154d891da]

        INTEGRATION: CWS sab008 (1.4.238); FILE MERGED 2004/01/26 10:25:14 sab 1.4.238.5: RESYNC: (1.4-1.5); FILE MERGED 2003/10/13 14:55:47 dr 1.4.238.4: #i8868# scale printout to width/height, fixed texts for all ctrls 2003/09/25 10:38:17 dr 1.4.238.3: #i8868# scale printout to width/height 2003/09/24 15:15:03 dr 1.4.238.2: #i8868# scale printout to width/height 2003/08/29 12:04:40 dr 1.4.238.1: #112022# #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [89e8695702e58601a85dc5fb0585bea9db62f1fe]

        INTEGRATION: CWS sab008 (1.44.44); FILE MERGED 2004/01/26 10:24:26 sab 1.44.44.6: RESYNC: (1.44-1.46); FILE MERGED 2003/11/18 15:40:13 dr 1.44.44.5: #i8868# final string changes 2003/10/13 14:55:48 dr 1.44.44.4: #i8868# scale printout to width/height, fixed texts for all ctrls 2003/09/25 10:38:17 dr 1.44.44.3: #i8868# scale printout to width/height 2003/09/24 15:15:04 dr 1.44.44.2: #i8868# scale printout to width/height 2003/08/29 12:04:40 dr 1.44.44.1: #112022# #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6869d1b88c959cc45a1ed554dd34785853b3c831]

        INTEGRATION: CWS sab008 (1.5.238); FILE MERGED 2003/10/13 14:55:47 dr 1.5.238.3: #i8868# scale printout to width/height, fixed texts for all ctrls 2003/09/24 15:15:03 dr 1.5.238.2: #i8868# scale printout to width/height 2003/08/29 12:04:40 dr 1.5.238.1: #112022# #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6c3b4d8b53ea5010ad8fea86ddfcdb0353c6e70c]

        INTEGRATION: CWS sab008 (1.2.274); FILE MERGED 2003/10/23 16:36:13 jmarmion 1.2.274.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e1f4166fa482985ecd1fdf93567c524cef19d22a]

        INTEGRATION: CWS sab008 (1.4.238); FILE MERGED 2003/10/13 14:55:27 dr 1.4.238.4: #i8868# scale printout to width/height, fixed texts for all ctrls 2003/09/25 10:36:53 dr 1.4.238.3: #i8868# scale printout to width/height 2003/09/24 15:13:51 dr 1.4.238.2: #i8868# scale printout to width/height 2003/08/29 12:03:41 dr 1.4.238.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [67c939b7c3013aa435e1918af73ac21dd41f2a12]

        INTEGRATION: CWS sab008 (1.2.260); FILE MERGED 2003/10/23 16:34:53 jmarmion 1.2.260.2: #i20889# - add protection to scenarios 2003/10/14 12:12:02 dr 1.2.260.1: #i20889# new checkbox for protection

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1e1242861acc8859626920b98612604c4830fef6]

        INTEGRATION: CWS sab008 (1.8.104); FILE MERGED 2004/01/26 10:30:03 sab 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2003/08/29 12:03:40 dr 1.8.104.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [533c9ae00863f25fd72f0f8a859a4ff7a8f4b2f0]

        INTEGRATION: CWS sab008 (1.12.50); FILE MERGED 2004/01/23 12:25:32 sab 1.12.50.1: #115009#; overload PreNotify to send enhanced mouse events over API

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [bffa7fda9542760c0dabd118097c72929262c78c]

        INTEGRATION: CWS sab008 (1.25.20); FILE MERGED 2004/02/11 12:29:20 sab 1.25.20.2: RESYNC: (1.25-1.26); FILE MERGED 2004/01/29 18:16:00 sab 1.25.20.1: #76694#; it is a ScRefreshTimer* and no ScDBData*

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [717fe03f03d398a1dcd9ea9bb015953cac0b24d8]

        INTEGRATION: CWS sab008 (1.10.104); FILE MERGED 2004/01/29 18:17:46 sab 1.10.104.1: #76694#; it is a ScRefreshTimer* and no ScDBData*

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [06169defed2c49f279370eb95d013d56134f6705]

        INTEGRATION: CWS sab008 (1.26.18); FILE MERGED 2004/03/08 18:10:00 dr 1.26.18.4: RESYNC: (1.30-1.31); FILE MERGED 2004/02/11 12:34:34 sab 1.26.18.3: RESYNC: (1.28-1.30); FILE MERGED 2004/01/26 10:34:58 sab 1.26.18.2: RESYNC: (1.26-1.28); FILE MERGED 2003/10/23 16:33:51 jmarmion 1.26.18.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1d2a73901cf680d61e04dd683b8ba312c75c7d97]

        INTEGRATION: CWS sab008 (1.13.128); FILE MERGED 2004/02/11 12:33:41 sab 1.13.128.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/29 18:18:13 sab 1.13.128.1: #76694#; add Database Refreshlistener support

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [8b83b0da0380276655ad0c9caea03159ac63fa95]

        INTEGRATION: CWS sab008 (1.36.44); FILE MERGED 2004/01/26 10:38:20 sab 1.36.44.3: RESYNC: (1.36-1.37); FILE MERGED 2003/11/20 14:29:02 jmarmion 1.36.44.2: #i22473# - string for scenario protect feature. 2003/10/14 12:12:34 dr 1.36.44.1: #i20889# new checkbox for protection

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e6d954c8e798152591df7f770e281fb6acd8169b]

        INTEGRATION: CWS sab008 (1.2.260); FILE MERGED 2003/10/14 12:12:34 dr 1.2.260.1: #i20889# new checkbox for protection

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [2429e9ea66304e9b7c2f30dbc7d714570554dfc0]

        INTEGRATION: CWS sab008 (1.7.258); FILE MERGED 2004/03/05 10:19:36 jmarmion 1.7.258.3: #i20889# scenario protection:default prevent changes to true even when disabled. 2003/10/23 16:32:29 jmarmion 1.7.258.2: #i20889# - add protection to scenarios 2003/10/14 12:12:33 dr 1.7.258.1: #i20889# new checkbox for protection

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [da7010a009932fc2cfcdbbf422e940c74bb46c4a]

        INTEGRATION: CWS sab008 (1.21.104); FILE MERGED 2004/01/28 13:39:21 sab 1.21.104.1: #114855#; use GetRows to get the rows instead of GetCols

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4b3c5a6f288edfd11f623a1594fdf9cf19dfaa25]

        INTEGRATION: CWS sab008 (1.3.264); FILE MERGED 2004/01/23 12:23:33 sab 1.3.264.1: #i20889#; add protected attribute on Scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1b5e9dcef0a46c58f7ea3ee5d527ab092d63cf2b]

        INTEGRATION: CWS sab008 (1.7.252); FILE MERGED 2004/01/23 12:23:32 sab 1.7.252.1: #i20889#; add protected attribute on Scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b212b7874c7de3d81537b4d60d06cfa9833bb776]

        INTEGRATION: CWS sab008 (1.66.48); FILE MERGED 2004/02/11 12:37:02 sab 1.66.48.3: RESYNC: (1.67-1.68); FILE MERGED 2004/01/26 10:42:25 sab 1.66.48.2: RESYNC: (1.66-1.67); FILE MERGED 2004/01/23 12:22:52 sab 1.66.48.1: #i20889#; add protected attribute on Scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [bda510fd91c24d2673e75e19d1bad099f0c6b9bd]

        INTEGRATION: CWS sab008 (1.89.48); FILE MERGED 2004/01/26 10:42:12 sab 1.89.48.2: RESYNC: (1.89-1.90); FILE MERGED 2004/01/23 12:22:51 sab 1.89.48.1: #i20889#; add protected attribute on Scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [762e5dc0f3dc6027244c340c2730b905e133a67e]

        INTEGRATION: CWS sab008 (1.169.48); FILE MERGED 2004/02/11 12:36:54 sab 1.169.48.3: RESYNC: (1.171-1.172); FILE MERGED 2004/01/26 10:41:54 sab 1.169.48.2: RESYNC: (1.169-1.171); FILE MERGED 2004/01/23 12:22:13 sab 1.169.48.1: #i20889#; add protected attribute on Scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [67b737edec09c67d3ba24b9bc547a99aef24b719]

        INTEGRATION: CWS sab008 (1.20.128); FILE MERGED 2004/01/23 12:21:19 sab 1.20.128.1: #76694#; change propertyname Native to IsNative

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7e4ca1c2f43da12a2f41f719b0cddf0a3b415b60]

        INTEGRATION: CWS sab008 (1.13.44); FILE MERGED 2004/01/26 10:41:41 sab 1.13.44.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/23 12:20:51 sab 1.13.44.1: #76694#; change propertyname Native to IsNative

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [2b9e1f69f0fb8b3a53e32055b460fa47f22fcaaa]

        INTEGRATION: CWS sab008 (1.58.20); FILE MERGED 2004/03/08 18:11:41 dr 1.58.20.5: RESYNC: (1.63-1.64); FILE MERGED 2004/02/11 12:37:48 sab 1.58.20.4: RESYNC: (1.61-1.63); FILE MERGED 2004/01/26 10:44:42 sab 1.58.20.3: RESYNC: (1.59-1.61); FILE MERGED 2003/11/06 11:16:17 sab 1.58.20.2: RESYNC: (1.58-1.59); FILE MERGED 2003/10/23 16:30:56 jmarmion 1.58.20.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [42046731b148606e124af12d2d6761a3561f1e6b]

        INTEGRATION: CWS sab008 (1.30.24); FILE MERGED 2004/03/08 18:12:38 dr 1.30.24.5: RESYNC: (1.33-1.34); FILE MERGED 2004/02/11 12:38:18 sab 1.30.24.4: RESYNC: (1.32-1.33); FILE MERGED 2004/01/26 10:48:57 sab 1.30.24.3: RESYNC: (1.31-1.32); FILE MERGED 2003/11/06 11:16:30 sab 1.30.24.2: RESYNC: (1.30-1.31); FILE MERGED 2003/10/23 16:29:34 jmarmion 1.30.24.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4197b9f9adac0d9c2304d1b078ec12166f4b5e44]

        INTEGRATION: CWS sab008 (1.2.266); FILE MERGED 2003/10/23 16:28:50 jmarmion 1.2.266.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [2d1d9587c1c3a97d0d8ac02092f23b851098ceed]

        INTEGRATION: CWS sab008 (1.2.68); FILE MERGED 2004/03/08 18:19:34 dr 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 16:47:49 dr 1.2.68.1: #115852# imp/exp of 'scale to width/height'

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [34f79ccda1c9f1beb1a3bea612e459bad0d38e6e]

        INTEGRATION: CWS sab008 (1.2.68); FILE MERGED 2004/03/08 18:18:27 dr 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 16:47:50 dr 1.2.68.1: #115852# imp/exp of 'scale to width/height'

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d0cd39254b0ba76f171de97fa85e73e7efb6de57]

        INTEGRATION: CWS sab008 (1.42.88); FILE MERGED 2004/03/08 18:17:30 dr 1.42.88.3: RESYNC: (1.43-1.44); FILE MERGED 2004/01/26 10:58:42 sab 1.42.88.2: RESYNC: (1.42-1.43); FILE MERGED 2003/10/23 16:27:30 jmarmion 1.42.88.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [51096b453a18038ada667bc5fae23a3955be6409]

        INTEGRATION: CWS sab008 (1.1.1.1.274); FILE MERGED 2004/01/29 18:15:03 sab 1.1.1.1.274.1: #76694#; add Database Refreshlistener support

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6f92904641e172549f04b93f5a90595f5095a8e8]

        INTEGRATION: CWS sab008 (1.22.120); FILE MERGED 2004/02/26 14:52:18 sab 1.22.120.5: #i20889#; initialize bIsEditable 2004/02/26 13:59:00 sab 1.22.120.4: #i20889#; initialize bIsEditable 2004/02/11 12:45:42 sab 1.22.120.3: RESYNC: (1.24-1.25); FILE MERGED 2004/01/26 11:10:06 sab 1.22.120.2: RESYNC: (1.22-1.24); FILE MERGED 2003/10/23 16:26:16 jmarmion 1.22.120.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f892ec4ee18f5de1bbc4010219784af4c0d7d72b]

        INTEGRATION: CWS sab008 (1.4.230); FILE MERGED 2004/02/11 12:45:22 sab 1.4.230.2: RESYNC: (1.4-1.5); FILE MERGED 2003/08/29 12:02:52 dr 1.4.230.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [490b278c859abcf0a7a48e53af30fb8f4469da04]

        INTEGRATION: CWS sab008 (1.2.252); FILE MERGED 2003/08/29 12:02:51 dr 1.2.252.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [264ce560c77dbf44d01d294aa3b0df0f8ce6027e]

        INTEGRATION: CWS sab008 (1.18.48); FILE MERGED 2004/03/08 18:21:31 dr 1.18.48.4: RESYNC: (1.20-1.21); FILE MERGED 2004/02/11 12:44:01 sab 1.18.48.3: RESYNC: (1.19-1.20); FILE MERGED 2003/11/06 11:18:46 sab 1.18.48.2: RESYNC: (1.18-1.19); FILE MERGED 2003/10/23 16:25:14 jmarmion 1.18.48.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d7690f1a66576e61085a67524e58da6a6e28b344]

        INTEGRATION: CWS sab008 (1.18.120); FILE MERGED 2003/11/18 15:17:42 dr 1.18.120.2: #i8868# final string changes 2003/08/29 12:02:51 dr 1.18.120.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5d6deb2465dcd86c3040e75bf7494cc6d953b3f4]

        INTEGRATION: CWS sab008 (1.6.236); FILE MERGED 2003/11/18 15:17:41 dr 1.6.236.2: #i8868# final string changes 2003/08/29 12:02:50 dr 1.6.236.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1cfc59d79b550f35ecc2071f5d694fcf1c2110fb]

        INTEGRATION: CWS sab008 (1.2.22); FILE MERGED 2004/03/04 13:16:01 sw 1.2.22.2: #115035# 2004/02/19 12:15:03 sw 1.2.22.1: #111653#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [abf9ae972e96606832cff38948ec0bf2bbd66d23]

        INTEGRATION: CWS sab008 (1.2.22); FILE MERGED 2004/03/04 13:16:01 sw 1.2.22.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0020246206afacf165a33d4e515aba3234237c59]

        INTEGRATION: CWS sab008 (1.2.22); FILE MERGED 2004/03/04 13:16:00 sw 1.2.22.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [8047ec508abcb29f1dbdf12735e1f487c50e4362]

        INTEGRATION: CWS sab008 (1.6.230); FILE MERGED 2004/01/29 18:14:37 sab 1.6.230.2: #115009#; add exceptions and fix case problems 2004/01/23 12:17:56 sab 1.6.230.1: #115009#; add XEnhancedMouseClickBroadcaster and XActivationBroadcaster

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [73f6acfeba4a49253b6f659122fca7f8f85de23a]

        INTEGRATION: CWS sab008 (1.3.260); FILE MERGED 2004/02/20 13:34:57 sab 1.3.260.4: #i20889#; remove merge problem 2004/02/11 12:49:01 sab 1.3.260.3: RESYNC: (1.4-1.5); FILE MERGED 2004/01/26 11:12:29 sab 1.3.260.2: RESYNC: (1.3-1.4); FILE MERGED 2004/01/23 12:13:50 sab 1.3.260.1: #i20889#; add some new properties for scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f590a76b1807d18122b3d00446f5227eee40cb3e]

        INTEGRATION: CWS sab008 (1.54.20); FILE MERGED 2004/03/08 18:24:14 dr 1.54.20.4: RESYNC: (1.56-1.57); FILE MERGED 2004/02/11 12:48:52 sab 1.54.20.3: RESYNC: (1.55-1.56); FILE MERGED 2004/01/26 11:12:16 sab 1.54.20.2: RESYNC: (1.54-1.55); FILE MERGED 2004/01/23 12:12:54 sab 1.54.20.1: #i8868#;#i20889#;#76694#;#111775#;#115031#; add some new properties

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a44005fccc575549db7114ebce0e05ab7ed744e2]

        INTEGRATION: CWS sab008 (1.8.24); FILE MERGED 2004/03/08 18:23:42 dr 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/30 15:35:32 sab 1.8.24.1: #111653#; add service com.sun.star.sheet.DocumentSettings

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b39ec03672859dabb39316d9b857fdd16555894a]

        INTEGRATION: CWS sab008 (1.7.232); FILE MERGED 2003/08/29 12:02:25 dr 1.7.232.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a0c2a513f931a1733aac7fbf9e38e45fceb9ccbd]

        INTEGRATION: CWS sab008 (1.38.4); FILE MERGED 2004/03/05 11:11:28 sab 1.38.4.1: #115009#; add own TableChanged event

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ac299d198a936e9d6c3f0c6e5d90ba1677486e31]

        INTEGRATION: CWS sab008 (1.1.1.1.274); FILE MERGED 2003/08/29 12:02:25 dr 1.1.1.1.274.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [948d49de1ac67d6c43de76433d0828f1578fd935]

        INTEGRATION: CWS sab008 (1.1.1.1.274); FILE MERGED 2004/01/29 18:12:59 sab 1.1.1.1.274.1: #76694#; add Database Refreshlistener support

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [788e6a13d172e02e2851496d739899a0dd2920e9]

        INTEGRATION: CWS sab008 (1.4.260); FILE MERGED 2004/02/11 12:48:20 sab 1.4.260.3: RESYNC: (1.4-1.5); FILE MERGED 2003/11/18 15:17:53 dr 1.4.260.2: #i8868# final string changes 2003/08/29 12:02:23 dr 1.4.260.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7d6158819797c1e8094c1a5a380cde49c333232d]

        INTEGRATION: CWS sab008 (1.24.48); FILE MERGED 2004/03/15 11:36:32 dr 1.24.48.5: RESYNC: (1.27-1.28); FILE MERGED 2004/03/08 18:23:18 dr 1.24.48.4: RESYNC: (1.26-1.27); FILE MERGED 2004/02/11 12:48:09 sab 1.24.48.3: RESYNC: (1.25-1.26); FILE MERGED 2004/01/26 11:11:09 sab 1.24.48.2: RESYNC: (1.24-1.25); FILE MERGED 2003/10/23 16:23:13 jmarmion 1.24.48.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [2ac70936fe9266c5f6922496fcb7046526784762]

        INTEGRATION: CWS sab008 (1.68.44); FILE MERGED 2004/03/15 11:36:14 dr 1.68.44.6: RESYNC: (1.73-1.74); FILE MERGED 2004/03/08 18:22:57 dr 1.68.44.5: RESYNC: (1.72-1.73); FILE MERGED 2004/02/11 12:47:48 sab 1.68.44.4: RESYNC: (1.71-1.72); FILE MERGED 2004/01/26 11:10:44 sab 1.68.44.3: RESYNC: (1.69-1.71); FILE MERGED 2003/11/06 11:27:36 sab 1.68.44.2: RESYNC: (1.68-1.69); FILE MERGED 2003/10/23 16:24:09 jmarmion 1.68.44.1: #i20889# - add protection to scenarios

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [40848042500d9604ee8cefe6bac7609f9cbc9b45]

        INTEGRATION: CWS sab008 (1.4.230); FILE MERGED 2004/01/29 18:12:34 sab 1.4.230.2: #76694#; add Refreshlistener support 2004/01/23 12:16:45 sab 1.4.230.1: #76694#; add XRefreshable

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [c7b59fccec15a27c80b78b38a9c9c965b90f2204]

        INTEGRATION: CWS sab008 (1.18.24); FILE MERGED 2004/01/23 12:15:30 sab 1.18.24.1: #i20889#; add XSceanrioEnhanced

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4bdfce8223699734e6bc12c274c0c5a06242df78]

        INTEGRATION: CWS sab008 (1.2.262); FILE MERGED 2003/08/29 12:02:22 dr 1.2.262.1: #i8868# 1st prototype: scale printout to width/height

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b10a43b7b74552f5f600204489b25f033c2d503a]

        INTEGRATION: CWS sab008 (1.24.144); FILE MERGED 2004/01/23 11:10:40 sab 1.24.144.1: #i8868#; add scale to x and scale to y

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [afce29967fef5b136122f7b7c7372e0e1cf6110c]

        INTEGRATION: CWS sab008 (1.13.144); FILE MERGED 2004/01/23 11:10:39 sab 1.13.144.1: #i8868#; add scale to x and scale to y

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a9232bb320b7bfb1bec7b823fae802cd75e5fd54]

        INTEGRATION: CWS sab008 (1.47.14); FILE MERGED 2004/03/15 11:21:27 dr 1.47.14.4: RESYNC: (1.50-1.51); FILE MERGED 2004/02/11 12:07:50 sab 1.47.14.3: RESYNC: (1.49-1.50); FILE MERGED 2004/01/26 09:41:42 sab 1.47.14.2: RESYNC: (1.47-1.49); FILE MERGED 2004/01/23 11:10:05 sab 1.47.14.1: #i8868#; add scale to x and scale to y

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [df6fbfb649a863b9d64d0366756a074586b6a6c3]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/03/02 11:29:38 sw 1.1.2.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [c639fa249dc9af20c33bfb16e3d3c87d8e18fe12]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/02/19 12:11:15 sw 1.1.2.1: #111653#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [281aa3ecc0f899defe164c74505397dedc10727f]

        INTEGRATION: CWS sab008 (1.5.14); FILE MERGED 2004/03/01 16:15:45 sw 1.5.14.1: #76694#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6e489126c9b3170538442f4cbece9b9c90a867f7]

        INTEGRATION: CWS sab008 (1.6.14); FILE MERGED 2004/03/02 15:08:22 sw 1.6.14.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5a9e40c728b8c78401a664c5bd5d62c13cf43470]

        INTEGRATION: CWS sab008 (1.6.14); FILE MERGED 2004/03/02 15:03:36 sw 1.6.14.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f824ef0940a306b29f99defe9628164034ad9544]

        INTEGRATION: CWS sab008 (1.6.36); FILE MERGED 2004/03/02 16:29:21 sw 1.6.36.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ea19d073b4476622b9095873737e9a5012af9187]

        INTEGRATION: CWS sab008 (1.5.36); FILE MERGED 2004/03/02 16:16:34 sw 1.5.36.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e8749189fab40be5982ba863dc31393673a0c316]

        INTEGRATION: CWS sab008 (1.5.36); FILE MERGED 2004/03/02 16:20:02 sw 1.5.36.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7ff4477e247c162a6a0bd6652b17a9745f0d90cd]

        INTEGRATION: CWS sab008 (1.3.14); FILE MERGED 2004/03/02 15:00:58 sw 1.3.14.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [8c7ffe2d82ded89b6ebe8330ef71b14b3402449f]

        INTEGRATION: CWS sab008 (1.4.2); FILE MERGED 2004/02/19 13:25:13 sw 1.4.2.2: #111775# 2004/02/19 12:36:47 sw 1.4.2.1: #111775#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [c4e2e5a237d8cb1ff693f1a88026561d637292c6]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/02/26 09:12:02 sw 1.1.2.2: #i20889# 2004/02/25 15:39:45 sw 1.1.2.1: #i22473#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [090bd38e66055914885619cacbe42b9d446994fb]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/03/01 12:28:18 sw 1.1.2.1: #115009#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5afe3ed785d1909cb5a4d6034733e2f93ca92fb6]

        INTEGRATION: CWS sab008 (1.2.36); FILE MERGED 2004/03/01 16:16:22 sw 1.2.36.1: #76694#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e2def87ea13362fcd5eefb1430c09ed59ce2eac7]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/03/01 12:27:54 sw 1.1.2.1: #115009#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ec4df5f6698923ac23bb95258d648ef730790cc8]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/03/02 11:27:24 sw 1.1.2.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a24c1cb7f83461197d01414aa139a4e034f824ea]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/02/25 15:39:08 sw 1.1.2.1: #i22473#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0c027793bb8e8a0ed78490f43fde735956aaa7f5]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/02/19 12:12:02 sw 1.1.2.1: #111653#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b301c382d3470e4e8d43b7f2c0da27f6a1402bc3]

        INTEGRATION: CWS sab008 (1.2.36); FILE MERGED 2004/03/02 11:28:41 sw 1.2.36.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [32169a19076de8b30b9973ecdbb2072a4b7f2ed6]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/02/19 12:12:48 sw 1.1.2.1: #111653#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1081bd275df01b5ce3d3f48380d37a032033b49b]

        INTEGRATION: CWS sab008 (1.2.36); FILE MERGED 2004/03/02 11:28:05 sw 1.2.36.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1ee7b0b35f744053fd34115fa9d906772c92ae5a]

        INTEGRATION: CWS sab008 (1.8.36); FILE MERGED 2004/03/02 14:59:36 sw 1.8.36.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [540fd9ffdbf8df9160f6a413719fa9850bef4519]

        INTEGRATION: CWS sab008 (1.5.2); FILE MERGED 2004/03/02 16:29:53 sw 1.5.2.3: #115035# 2004/03/02 15:09:04 sw 1.5.2.2: #115035# 2004/03/02 14:58:38 sw 1.5.2.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1101a4166ff93eead2ac6c4885a252bdfed7c6d3]

        INTEGRATION: CWS sab008 (1.1.76); FILE MERGED 2004/02/20 13:49:48 sw 1.1.76.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [01308cfd6a22db513c6dc8ddc8f7e078f1b281cf]

        INTEGRATION: CWS sab008 (1.4.36); FILE MERGED 2004/02/19 16:29:58 sw 1.4.36.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ce5ea2e0a58d2d908d098e7a53aaf68c9616f295]

        INTEGRATION: CWS sab008 (1.1.76); FILE MERGED 2004/03/01 12:32:33 sw 1.1.76.1: #115009#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4110720e1913dfde98f6ea20810b8bdfa025152c]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/03/02 11:30:22 sw 1.1.2.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f7a75026f27815225b41f4d699fbd9db4d768ea8]

        INTEGRATION: CWS sab008 (1.1.2); FILE ADDED 2004/02/19 12:13:36 sw 1.1.2.1: #111653#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [57a102a230ba5403eae60ce712cbd4380439f4ca]

        INTEGRATION: CWS sab008 (1.1.76); FILE MERGED 2004/03/01 16:12:11 sw 1.1.76.1: #76694#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [53a4513559de006dc3f4d2374371c868dcfd20d6]

        INTEGRATION: CWS sab008 (1.4.36); FILE MERGED 2004/02/19 16:29:57 sw 1.4.36.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d51fabac32383a51a38e88d98616f94706013ebd]

        INTEGRATION: CWS sab008 (1.4.36); FILE MERGED 2004/02/19 16:29:56 sw 1.4.36.1: #115035#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [09c10bdd53a8ffe09d9861ead957fc2177f565cd]

        INTEGRATION: CWS sab008 (1.4.36); FILE MERGED 2004/02/19 14:02:42 sw 1.4.36.1: #115009#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [562c5c54b5a8f2794d68e8349e1114d755594fb2]

        INTEGRATION: CWS sab008 (1.1.76); FILE MERGED 2004/02/26 09:43:53 sw 1.1.76.1: #115031#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f0a994d7ce310162e9390771e9c0e13d32aa91c6]

        INTEGRATION: CWS qadev16 (1.2.70); FILE MERGED 2004/02/11 15:09:10 sw 1.2.70.1: #i23460#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [c593b44421e0c1d69dfbd472ebd53568e5bfe393]

        INTEGRATION: CWS qadev16 (1.31.82); FILE MERGED 2004/03/04 10:04:32 lla 1.31.82.1: #114786# add some lines for coverage tests

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5acacb1e903f3d9e884b402b8d8013f6228a8e4d]

        INTEGRATION: CWS qadev16 (1.3.10); FILE MERGED 2004/02/05 10:32:38 lla 1.3.10.1: #114786# wall cleanup, bug in toFloat, due to wrong precision

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [c0cbeba8306a23452e27c060971292f6d41b6565]

        INTEGRATION: CWS qadev16 (1.5.10); FILE MERGED 2004/02/11 06:07:10 lla 1.5.10.2: #114785# printf replacement, now t_print  is same as printf 2004/02/05 10:34:22 lla 1.5.10.1: #114786# toFloat cleanups

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9c77c2769e27edf0b0e15f719dc9ac0cb56f32db]

        INTEGRATION: CWS qadev16 (1.4.10); FILE MERGED 2004/02/11 06:07:10 lla 1.4.10.2: #114785# printf replacement, now t_print  is same as printf 2004/02/05 10:31:56 lla 1.4.10.1: #114786# wall cleanup, bug in toFloat, due to wrong precision

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f616f52bb55161adc7480605d950b3bf3ff7ef1d]

        INTEGRATION: CWS qadev16 (1.5.20); FILE MERGED 2004/01/16 07:37:16 lla 1.5.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [dfcdb0e7ccf083393d0484b62ede931db610c3b4]

        INTEGRATION: CWS qadev16 (1.2.10); FILE MERGED 2004/02/11 06:07:09 lla 1.2.10.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7aee05dd9c649c36e0fdbf24f2fdab8f47d3fd15]

        INTEGRATION: CWS qadev16 (1.2.10); FILE MERGED 2004/01/16 07:37:13 lla 1.2.10.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7bc4cb9184e06f89bb5bf8677c15ef10a15ecde1]

        INTEGRATION: CWS qadev16 (1.2.46); FILE MERGED 2004/02/05 11:24:44 lla 1.2.46.1: #114786# wall cleanup

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [2c223528de37c4950de8e4918505e6c54f444d99]

        INTEGRATION: CWS qadev16 (1.2.20); FILE MERGED 2004/02/11 06:07:09 lla 1.2.20.2: #114785# printf replacement, now t_print  is same as printf 2004/02/05 11:23:46 lla 1.2.20.1: #114786# wall cleanup

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [092aa0bf509447d0424ccab54509bbf40a07aa00]

        INTEGRATION: CWS qadev16 (1.2.20); FILE MERGED 2004/02/11 06:07:09 lla 1.2.20.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [143bcd188d4ed713fc53152aee53e1088011762f]

        INTEGRATION: CWS qadev16 (1.2.20); FILE MERGED 2004/01/16 07:37:12 lla 1.2.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [67c4f50873e3bbda2daba110450ae529ea23e5ae]

        INTEGRATION: CWS qadev16 (1.2.106); FILE MERGED 2004/02/10 15:00:35 lla 1.2.106.1: #114786# problems with float==double tests, float tests marked.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e77b4921db330a40aef58d5f784cd2b0d238e5ef]

        INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED 2004/01/16 07:37:10 lla 1.3.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [39c59fdb6b13c3567c39f97653534623456cc7f4]

        INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED 2004/01/16 07:37:09 lla 1.3.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [50c9e7c375e3b1d77f050c718eb465b4bc3b58fb]

        INTEGRATION: CWS qadev16 (1.2.2); FILE MERGED 2004/01/14 03:49:41 mindyliu 1.2.2.1: #114786# add ifAvailable

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [02c91487fab2068863f826787582c86e0534eff3]

        INTEGRATION: CWS qadev16 (1.2.2); FILE MERGED 2004/02/11 06:07:08 lla 1.2.2.5: #114785# printf replacement, now t_print  is same as printf 2004/02/05 09:18:47 lla 1.2.2.4: #114786# 2004/01/21 14:41:12 lla 1.2.2.3: #114786# printSocketResult add some more info 2004/01/16 07:35:08 lla 1.2.2.2: #114786# changes 2004/01/14 03:50:27 mindyliu 1.2.2.1: #114786# add ifAvailable

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b8cf5615428e287da1da3b5163d80ceffbcb8b56]

        INTEGRATION: CWS qadev16 (1.2.2); FILE MERGED 2004/02/11 06:07:08 lla 1.2.2.3: #114785# printf replacement, now t_print  is same as printf 2004/02/05 14:09:14 lla 1.2.2.2: #114786# lot of changes for stream sockets 2004/01/14 03:48:30 mindyliu 1.2.2.1: #114786# add Condition to thread

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [842a7f4f53209f18d05f5464f2749462040dae2f]

        INTEGRATION: CWS qadev16 (1.2.2); FILE MERGED 2004/02/11 06:07:08 lla 1.2.2.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ddfd2e3805e5dd3c15955620760a24bed036b482]

        INTEGRATION: CWS qadev16 (1.2.2); FILE MERGED 2004/02/11 06:07:08 lla 1.2.2.2: #114785# printf replacement, now t_print  is same as printf 2004/01/16 07:31:54 lla 1.2.2.1: #114786# changes in getHostname_000

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [2b1fec308d1e95853db0228958498edcdb6357be]

        INTEGRATION: CWS qadev16 (1.2.2); FILE MERGED 2004/02/11 06:07:07 lla 1.2.2.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [dc1cab0eeb450de231654d133f2876521eba7c07]

        INTEGRATION: CWS qadev16 (1.6.2); FILE MERGED 2004/02/11 06:07:07 lla 1.6.2.3: #114785# printf replacement, now t_print  is same as printf 2004/02/05 09:17:23 lla 1.6.2.2: #114786# values moved, wall cleanup 2004/01/16 07:30:45 lla 1.6.2.1: #114786# rename's

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [28d9a4bb3edcb8af3aded508246a9bda30c2b125]

        INTEGRATION: CWS qadev16 (1.4.2); FILE MERGED 2004/01/16 07:37:07 lla 1.4.2.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0ec827e8ed7688e7d4bdf6a6b49d47654d7dac38]

        INTEGRATION: CWS qadev16 (1.3.10); FILE MERGED 2004/03/02 08:36:12 mindyliu 1.3.10.2: #114785# thread_sleep->thread_sleep_tenth_sec 2004/02/11 06:07:06 lla 1.3.10.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4057eef092027cb7d40c570cd209b42bc9060316]

        INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED 2004/01/16 07:37:06 lla 1.3.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [00ff289184369e9a94badc7932455911a7f8b8f8]

        INTEGRATION: CWS qadev16 (1.3.10); FILE MERGED 2004/03/10 10:06:10 lla 1.3.10.2: #114786# add tests 2004/02/11 06:07:06 lla 1.3.10.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7c33c3dd3b6fb6b879cf57fad009f9c734d4e024]

        INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED 2004/01/16 07:37:02 lla 1.3.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [69d58c6462c02333b842d29871a126df6465af9f]

        INTEGRATION: CWS qadev16 (1.2.32); FILE MERGED 2004/03/03 09:56:18 mindyliu 1.2.32.2: #114785# process can be make on UNX 2004/02/11 06:07:05 lla 1.2.32.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5b9f6249aeafe720acd3667620e58fd4fd7858e6]

        INTEGRATION: CWS qadev16 (1.2.32); FILE MERGED 2004/03/03 09:55:13 mindyliu 1.2.32.1: #114785# process can be make on UNX

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d0ffaa7900203f8b72e0661726dc58f7d56298ae]

        INTEGRATION: CWS qadev16 (1.5.10); FILE MERGED 2004/03/02 08:37:18 mindyliu 1.5.10.8: #114785# add comments in suspend_002 2004/02/11 06:07:05 lla 1.5.10.7: #114785# printf replacement, now t_print  is same as printf 2004/02/05 11:03:00 lla 1.5.10.6: #114786# wall cleanup 2004/01/21 14:39:36 lla 1.5.10.5: #114786# changes for terminate_00x 2004/01/21 11:21:59 lla 1.5.10.4: #114786# wrong implementation of myThread 2004/01/21 08:08:20 lla 1.5.10.3: #114786# remove printf out of thread code 2004/01/15 11:11:17 lla 1.5.10.2: #114786# sleep problems solved. 2004/01/13 10:41:42 mindyliu 1.5.10.1: #114786# replace usleep with nanosleep under UNX, Windows version need test

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ee8e950d36945ddefc25d4495c6e8f6e1a04c134]

        INTEGRATION: CWS qadev16 (1.6.20); FILE MERGED 2004/03/03 09:50:36 mindyliu 1.6.20.4: #114785# process can be make on UNX 2004/01/16 07:37:01 lla 1.6.20.3: #114786# makefile TARGET renames 2004/01/15 11:11:16 lla 1.6.20.2: #114786# sleep problems solved. 2004/01/13 10:44:55 mindyliu 1.6.20.1: #114786# add "-lrt" to compile nanosleep on UNX

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d1d7d562efc5dca3012ec9e41af44ba31948ab5e]

        INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED 2004/02/26 07:09:31 mindyliu 1.3.20.2: #114785# add recv_002 2004/02/11 06:07:04 lla 1.3.20.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9738dc9f80e10a5819778e32dfc34df4ad3a6fea]

        INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED 2004/01/16 07:36:58 lla 1.3.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [3e58f8ba1cd3cb92ed3076331911c4c18ea4c0df]

        INTEGRATION: CWS qadev16 (1.4.10); FILE MERGED 2004/03/02 03:27:48 mindyliu 1.4.10.2: #114785# thread_sleep->thread_sleep_tenth_sec 2004/02/11 06:07:04 lla 1.4.10.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [22f39842035dc751547fb74ed784a167f81e8353]

        INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED 2004/01/16 07:36:56 lla 1.3.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [886cd29111d333487ec898deda977ef4a31c9ba4]

        INTEGRATION: CWS qadev16 (1.2.40); FILE MERGED 2004/02/11 07:30:14 lla 1.2.40.2: #114785# change back t_print to printf here, which was wrong 2004/02/11 06:07:03 lla 1.2.40.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ddb4e195f3d0abaf77870827d9ed7245fb866d2d]

        INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED 2004/02/27 06:14:53 mindyliu 1.3.20.2: #114785# add case for getFunctionSymbol 2004/02/11 06:07:03 lla 1.3.20.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4dfdf10427ec07f2154c5c8156b5a757255d535a]

        INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED 2004/01/16 07:36:54 lla 1.3.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [346aa846d0ef911e429bfa3cd4ba03de603f0a40]

        INTEGRATION: CWS qadev16 (1.2.8); FILE MERGED 2004/02/05 10:43:58 lla 1.2.8.1: #114786# wall cleanups

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [77c6dd3193fa02f4b5802465f5b1b13aaddf387e]

        INTEGRATION: CWS qadev16 (1.7.2); FILE MERGED 2004/02/25 03:30:00 mindyliu 1.7.2.10: #114785# getAbsoluteFileURL changes for Windows 2004/02/24 10:59:21 mindyliu 1.7.2.9: #114785# getAbsoluteFileURL changes 2004/02/23 03:26:19 mindyliu 1.7.2.8: #114785# some tiny changes 2004/02/17 13:13:31 lla 1.7.2.7: RESYNC: (1.7-1.8); FILE MERGED 2004/02/13 09:44:47 mindyliu 1.7.2.6: #114785# getFileURLFromSystemPath test cases 2004/02/12 10:52:57 mindyliu 1.7.2.5: #114785# add some cases 2004/02/11 06:07:02 lla 1.7.2.4: #114785# printf replacement, now t_print  is same as printf 2004/02/09 09:49:58 mindyliu 1.7.2.3: #114786# resume the line of mkfifo in getFileType_004 2004/02/09 06:16:12 mindyliu 1.7.2.2: #114786# modify setup function in getFileType 2004/02/05 10:36:04 lla 1.7.2.1: #114786# wall cleanups

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [8fe7d5691aaf9ce6d598ac1e7423fe4c10cae992]

        INTEGRATION: CWS qadev16 (1.6.6); FILE MERGED 2004/01/16 07:36:52 lla 1.6.6.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a05e86db3e103f9c706d281f9a40599766655325]

        INTEGRATION: CWS qadev16 (1.3.10); FILE MERGED 2004/02/11 06:07:02 lla 1.3.10.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [eb7b22d7aeb00a9f999caee5efa80619cda18cc9]

        INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED 2004/01/16 07:36:50 lla 1.3.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f9c272ba8cf3b249b90743ec5ac54f3afa635e1c]

        INTEGRATION: CWS qadev16 (1.2.20); FILE MERGED 2004/02/11 06:07:02 lla 1.2.20.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [bfcb4dfd29d58e11fba42d2be9a2888104a81bf7]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/04 10:19:00 lla 1.1.2.2: #114786# add some comment. 2004/03/04 10:10:15 lla 1.1.2.1: #114786# start coverage test by hand

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [3c171384004d6c5ea74b2bc870c6a234c781cc3d]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/04 10:10:54 lla 1.1.2.2: #114786# better error handling 2004/03/03 15:10:50 lla 1.1.2.1: #114786# result compare for gcov

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [749960693a8aef41f408fdc5b2d81e2d5f7f5991]

        INTEGRATION: CWS qadev16 (1.8.10); FILE MERGED 2004/02/11 06:07:01 lla 1.8.10.1: #114785# printf replacement, now t_print  is same as printf

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [bd5be899557a9a1c009d4ed3f3dcff36e2550b1e]

        INTEGRATION: CWS qadev16 (1.7.20); FILE MERGED 2004/01/16 07:36:47 lla 1.7.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [93df1c2bcbcabc747ea21a70f5cc1c38d27f9f73]

        INTEGRATION: CWS qadev16 (1.6.20); FILE MERGED 2004/01/16 07:36:44 lla 1.6.20.1: #114786# makefile TARGET renames

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b60094b8c20200da65f6e356933fb6f82c824fe6]

        INTEGRATION: CWS qadev16 (1.12.2); FILE ADDED 2004/02/05 11:25:40 lla 1.12.2.2: #114786# cleanup 2004/01/16 14:13:08 lla 1.12.2.1: #114786# recursive dmake for tests

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f904d837013b71ae42ba6186a3f7f16fc449cacb]

        INTEGRATION: CWS qadev16 (1.9.2); FILE MERGED 2004/02/10 14:57:30 lla 1.9.2.1: #114786# sockets reactivated.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a34fef85e021bb05919e935f6f9a0c21daedec62]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/10 14:56:55 lla 1.1.2.3: #114786# cleanups, TESTADDOPT does not work temporaly 2004/02/05 10:02:54 lla 1.1.2.2: #114786# cleanups 2004/01/16 14:12:42 lla 1.1.2.1: #114786# recursive dmake for tests

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b875dde7a6b98952c3d6c9ec8a9af2e12a83cafd]

        INTEGRATION: CWS qadev16 (1.5.138); FILE MERGED 2004/02/11 06:18:17 lla 1.5.138.1: #114786# changes for testshl2

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e90b6cdd65efe7ce519f46393d694c57b773afee]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/10 15:04:58 lla 1.1.2.1: #114786# new/old test/helper files

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1932db6a177ebd81dbc9aa8764053687728251e1]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/10 15:04:41 lla 1.1.2.1: #114786# new/old test/helper files

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [252542d5b762c0ac482ca9dc1d517dd60752327f]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/10 15:04:25 lla 1.1.2.1: #114786# new/old test/helper files

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9016dfbf96ecb14e1a3b249913c92c1b171ab1f4]

        INTEGRATION: CWS qadev16 (1.1.54); FILE MERGED 2004/02/10 15:06:52 lla 1.1.54.1: #114786# changes to internal tests.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [bc0f0026b7571bebf06049f3757d1dfa06c2ea2f]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/02 07:51:58 lla 1.1.2.1: #114785# tests within std::strings

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [721d11851313fb051b368b3bb22cf8d501c61b3c]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/10 15:02:22 lla 1.1.2.1: #114785# checks for a new printf replacement

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [07d3adb23da2954b8094b04183b418181a9dad3a]

        INTEGRATION: CWS qadev16 (1.3.14); FILE MERGED 2004/02/10 15:06:50 lla 1.3.14.2: #114786# changes to internal tests. 2004/02/02 07:52:59 lla 1.3.14.1: #114785# handle test_string

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [56f62357eb083792bce6b41b44bb62c79beb5f11]

        INTEGRATION: CWS qadev16 (1.13.2); FILE MERGED 2004/02/11 06:05:02 lla 1.13.2.2: #114786# printf replacement, now it is t_print 2004/01/16 07:09:41 lla 1.13.2.1: #114785# inverse jobfiles

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d32d105381ff97f326d031253e38cade304b365f]

        INTEGRATION: CWS qadev16 (1.4.14); FILE MERGED 2004/02/11 06:05:02 lla 1.4.14.1: #114786# printf replacement, now it is t_print

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [efa831174c64d2280869558c67fd0b9854922880]

        INTEGRATION: CWS qadev16 (1.4.2); FILE MERGED 2004/01/12 13:46:46 cn 1.4.2.1: #i20872# object relation 'XTextComponent.onlyNumbers' added

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0f3b84af30b2bb96e79cf32ff1c2b277f3d50c42]

        INTEGRATION: CWS qadev16 (1.4.6); FILE MERGED 2004/01/16 12:30:50 sw 1.4.6.1: #23398#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6ac33d391000485d2691fb3c92e2fabce0b8213e]

        INTEGRATION: CWS qadev16 (1.5.2); FILE MERGED 2004/02/02 10:02:33 cn 1.5.2.1: #114514# make shure that only two page are existant for page view

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a2b660c6ff548d77d9787ad05a5f55cb08cd02a0]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/16 16:47:31 sg 1.1.2.3: #115512#CHG: reworked getFilteredPropertNames function 2004/02/16 14:47:53 sg 1.1.2.2: #115512#CHG: added documentation and commnts 2004/02/16 10:25:02 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7a156ca311eef048f67e24bd859be2720a1fbf1a]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/16 16:47:31 sg 1.1.2.3: #115512#CHG: reworked getFilteredPropertNames function 2004/02/16 14:47:53 sg 1.1.2.2: #115512#CHG: added documentation and commnts 2004/02/16 10:24:41 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [351f9015c8041e6a6b607faf8145fa86b4388e85]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/16 16:47:30 sg 1.1.2.3: #115512#CHG: reworked getFilteredPropertNames function 2004/02/16 14:47:52 sg 1.1.2.2: #115512#CHG: added documentation and commnts 2004/02/16 10:24:17 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [609059c62f82a833286c7915a38dcf51dfb00284]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/16 16:47:30 sg 1.1.2.3: #115512#CHG: reworked getFilteredPropertNames function 2004/02/16 14:47:52 sg 1.1.2.2: #115512#CHG: added documentation and commnts 2004/02/16 10:22:43 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [31547837920b7a87bdf17ecd1df6895a0a867b58]

        INTEGRATION: CWS qadev16 (1.4.2); FILE MERGED 2004/02/11 11:42:27 sw 1.4.2.1: #i23469#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e3860ef27c2af5ddc8346354a5d30fde2ee717cf]

        INTEGRATION: CWS qadev16 (1.5.2); FILE MERGED 2004/02/11 15:04:15 sw 1.5.2.1: #i23460#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f0e5122f20073af321544c672e6f88ca7601b530]

        INTEGRATION: CWS qadev16 (1.4.2); FILE MERGED 2004/02/13 16:54:36 sw 1.4.2.1: #23458#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1d0193c01da9e1ee7eb7067110615e9b9d88cbc6]

        INTEGRATION: CWS qadev16 (1.5.12); FILE MERGED 2004/02/13 16:40:21 sw 1.5.12.1: #i23094#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f4787af9d6d875b2e33342e296d1387b6b39ca79]

        INTEGRATION: CWS qadev16 (1.5.2); FILE MERGED 2004/02/13 16:46:11 sw 1.5.2.1: #i22951#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5b1c78044da4f59a771bc7a4b45c5b66113f122c]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/01/16 12:29:13 sw 1.1.2.1: #i23398#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [8d72ee093de244937b27cdc1effda0a6de7782c8]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/01/16 12:23:29 sw 1.1.2.1: #i23398#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [522d62eda4ee532fc14b7652c305df5ccecf3378]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/01/16 12:22:52 sw 1.1.2.2: #i23398# 2004/01/16 12:11:54 sw 1.1.2.1: #i23398#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [60f89e7900b983d84e68a5e08301258578fc6989]

        INTEGRATION: CWS qadev16 (1.2.22); FILE MERGED 2004/01/14 15:03:56 sw 1.2.22.1: #i23301#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f85d420c27026e962b6365ea21e039e781554201]

        INTEGRATION: CWS qadev16 (1.2.22); FILE MERGED 2004/01/14 16:11:57 sw 1.2.22.1: #i23420#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e5f8042e55724cf0563196ce4d3875117baff319]

        INTEGRATION: CWS qadev16 (1.2.22); FILE MERGED 2004/01/16 11:53:00 sw 1.2.22.1: #i23414#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [c06a4de2dd5b5c4f0d0a7b7e217047a646ff7778]

        INTEGRATION: CWS qadev16 (1.2.22); FILE MERGED 2004/01/14 14:30:57 sw 1.2.22.1: #i23295#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [8f04a4c06e024991bd94b94a2bd71ed0c7809187]

        INTEGRATION: CWS qadev16 (1.1.60); FILE MERGED 2004/03/10 10:28:43 sg 1.1.60.1: #115512#CHG: added own test for FollowStyle property

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4266b51fee137f391ce84b868369cc61a199b449]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/10 10:19:07 sg 1.1.2.1: #115512#New: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9ebd9e3e07ace08ed4e469f79322fbd746a70f15]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/16 16:58:35 sg 1.1.2.2: #115512#CHG: added documentation 2004/02/16 10:27:32 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4a96377a5d1979128d3c826f367cacbd2d4e253d]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/16 16:58:35 sg 1.1.2.2: #115512#CHG: added documentation 2004/02/16 10:27:54 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6224c4354875fcec447df5ee80b2f77ad9ad7130]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/02/16 16:58:35 sg 1.1.2.2: #115512#CHG: added documentation 2004/02/16 10:27:06 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1d804a89af8ebabed754ef2498693b4957410476]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/08 09:37:52 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4cb8cc2f89958b5b0b0c3e1fbeb18ff1eabd587f]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/08 09:36:16 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [bd493b9ad563edb06aabf7f7d06e71c497d8b622]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/08 09:35:51 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d89631936cf733a4036a19a05432f58227823f38]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/08 09:41:23 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1e9c45327ee602a435d402b763d3f29ebb60916d]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/08 09:37:06 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9d5a764a3526b64c8468b727e5f20743263fccc7]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/08 09:37:29 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [de8dd580ae286a2d328fe4655378888f8a56f4ec]

        INTEGRATION: CWS qadev16 (1.2.22); FILE MERGED 2004/01/13 12:14:40 sw 1.2.22.1: #114829#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [34c9894fa446935632db385129306f593b2ca269]

        INTEGRATION: CWS qadev16 (1.1.60); FILE MERGED 2004/01/21 13:46:31 cn 1.1.60.1: #i24636# global variable 'cNameToSet' added

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [15791d35edba06106ecc5db0b5340e4f8664bc7f]

        INTEGRATION: CWS qadev16 (1.2.46); FILE MERGED 2004/01/14 20:15:20 cn 1.2.46.1: #i24408# added global variable 'multiSelection'

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b34ab451f768718fbffc309fd7bfd278657f6300]

        INTEGRATION: CWS qadev16 (1.4.46); FILE MERGED 2004/01/14 20:14:05 cn 1.4.46.1: #i24408# added global variable 'multiSelection' and swtich into outline view

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4aa24102e74e5971d2e61da975fa26776da88384]

        INTEGRATION: CWS qadev16 (1.4.46); FILE MERGED 2004/01/14 21:41:21 cn 1.4.46.1: #i24408# switch to outline view repaired

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9e3c263e95e1741630b14e402bf797baa5d80c02]

        INTEGRATION: CWS qadev16 (1.3.56); FILE MERGED 2004/02/25 14:52:53 cn 1.3.56.1: #115666# gsub replaced with utils.StrReplace

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5dbdd201ffffe17b77c33578b3836bfb9e76fe3a]

        INTEGRATION: CWS qadev16 (1.3.56); FILE MERGED 2004/02/27 10:31:02 cn 1.3.56.2: #115686# check if source is available 2004/02/25 14:52:53 cn 1.3.56.1: #115666# gsub replaced with utils.StrReplace

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [32138a50ca55ff66c27216654be04855d08c37ac]

        INTEGRATION: CWS qadev16 (1.3.56); FILE MERGED 2004/02/25 14:52:52 cn 1.3.56.1: #115666# gsub replaced with utils.StrReplace

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [595dd663ada0351b84bb49dc8823c54a4aafa741]

        INTEGRATION: CWS qadev16 (1.3.56); FILE MERGED 2004/02/25 14:52:51 cn 1.3.56.1: #115666# gsub replaced with utils.StrReplace

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4d709669793193dbfe7003b63566e0d15a9f000c]

        INTEGRATION: CWS qadev16 (1.4.56); FILE MERGED 2004/02/25 14:52:50 cn 1.4.56.1: #115666# gsub replaced with utils.StrReplace

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5edb903c418a1f2a8f2c7992bb56966838ad8afe]

        INTEGRATION: CWS qadev16 (1.3.56); FILE MERGED 2004/02/25 14:52:50 cn 1.3.56.1: #115666# gsub replaced with utils.StrReplace

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [3a5f5765ff868487f4d97136bec99717f3c1be67]

        INTEGRATION: CWS qadev16 (1.1.60); FILE MERGED 2004/01/16 15:14:28 cn 1.1.60.1: #i24408# replace print with log statenemt

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a0401a0fdeb9b69d420e80dfba020cd62a4279f0]

        INTEGRATION: CWS qadev16 (1.11.18); FILE MERGED 2004/02/27 10:00:14 cn 1.11.18.1: #115686# modifications in getTestDoc() for windows platforms

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d0549c0ba4b36b1328a088d599e0965302695b39]

        INTEGRATION: CWS qadev16 (1.4.12); FILE MERGED 2004/02/16 16:56:02 sg 1.4.12.1: #115512#CHG: added getFilteredPropertNames function

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1c7015ea950652e121d38e40f42004704f4115bc]

        INTEGRATION: CWS qadev16 (1.2.46); FILE MERGED 2004/02/05 09:54:33 sw 1.2.46.1: #i24566#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f6621e99a29d93d3209313d951fb842f6f777c77]

        INTEGRATION: CWS qadev16 (1.4.12); FILE MERGED 2004/02/03 14:59:41 sw 1.4.12.1: #114831#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [fbd72be142ed23b3b526c8d0c3e002f15ca7ec74]

        INTEGRATION: CWS qadev16 (1.8.12); FILE MERGED 2004/02/06 12:24:47 sw 1.8.12.3: #114831# 2004/02/03 14:59:21 sw 1.8.12.2: #114831# 2004/01/13 12:26:22 sw 1.8.12.1: #114831#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b997522980304a5a173e17e61120b09bbdf11b3b]

        INTEGRATION: CWS qadev16 (1.6.12); FILE MERGED 2004/03/10 09:39:39 sw 1.6.12.1: #i24566#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [fc69474e6a9ba0cd3d11fca513d5277f6e505e89]

        INTEGRATION: CWS qadev16 (1.6.6); FILE MERGED 2004/02/11 13:05:25 sw 1.6.6.2: #i25366# 2004/02/05 09:55:00 sw 1.6.6.1: #i24566#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [49d27938716dc4fc4546450dfc3272ff4d02671a]

        INTEGRATION: CWS qadev16 (1.4.12); FILE MERGED 2004/02/03 15:00:48 sw 1.4.12.1: #114831#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6fcc2de063f2340b6e45c1a109f196201841a38b]

        INTEGRATION: CWS qadev16 (1.2.46); FILE MERGED 2004/02/03 15:00:28 sw 1.2.46.1: #114831#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0e4981fcb3a4c13accc94fba88c872ec1e5d69b6]

        INTEGRATION: CWS qadev16 (1.2.12); FILE MERGED 2004/02/03 15:00:10 sw 1.2.12.1: #114831#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [cd4acade60d0bfe288f7ab37191466866ba7423e]

        INTEGRATION: CWS qadev16 (1.3.12); FILE MERGED 2004/02/03 15:01:58 sw 1.3.12.1: #114831#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b402c4f10ffada5d838032017ccf22e13dae338f]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/04 14:31:23 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e1e956224f5edb4c9ce5635be621237d870295f1]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/04 14:31:03 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [199844e6c2f4c9810af04a7a694915ab8b0188cc]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/04 14:30:42 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [aedfae517ce6a6e1deb3e7b1ea231a98f1ea696a]

        INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED 2004/03/04 14:30:16 sg 1.1.2.1: #115512#NEW: initial version

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d420ecc84883b893729ff2b6b621d2e644dcf125]

        INTEGRATION: CWS qadev16 (1.1.60); FILE MERGED 2004/03/10 10:35:07 sw 1.1.60.1: #115512#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1d1d4f8de47bf8bb51e65e7c5641fc1634590ee0]

        INTEGRATION: CWS qadev16 (1.2.24); FILE MERGED 2004/02/05 14:34:46 lla 1.2.24.1: #114786# changes for dmake test within sal qa directory, handles now jobexclusion

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [bd53aa94ecb26a4ad9d6c30f5308599c96db0c81]

        INTEGRATION: CWS qadev16 (1.2.24); FILE MERGED 2004/02/05 14:34:47 lla 1.2.24.1: #114786# changes for dmake test within sal qa directory, handles now jobexclusion

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a73a4cfeed27b3195d914d8d6b65bde8350344c1]

        INTEGRATION: CWS qadev16 (1.3.10); FILE MERGED 2004/03/09 13:48:00 sg 1.3.10.1: #115512#CHG: fixed typo in the makefile

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f6d7e6f3329e63bb5979baf31972260b7cfb6ff5]

        INTEGRATION: CWS qadev16 (1.2.8); FILE MERGED 2004/03/10 12:37:55 sw 1.2.8.2: #115512# 2004/03/04 15:49:10 sg 1.2.8.1: #115512#CHG: added new writer components

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [8760cab7caf98daa598a97cb8f93b6d614f495f2]

        INTEGRATION: CWS qadev16 (1.2.8); FILE MERGED 2004/03/10 12:37:54 sw 1.2.8.2: #115512# 2004/03/04 15:47:58 sg 1.2.8.1: #115512#CHG: added bug id's for new writer components

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [2f0414153eeed96b70a0ef5511b276464ed0aac1]

        INTEGRATION: CWS qadev16 (1.2.20); FILE MERGED 2004/02/18 13:48:36 cn 1.2.20.1: #115589# removed not existent streamFileTypes.csv

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4ed0a710f9c05c8420dc6da883dcb86cdf532a68]

        INTEGRATION: CWS sb15 (1.41.2); FILE MERGED 2004/02/12 13:22:35 sb 1.41.2.1: #i24360# Removed PROT_VND_SUN_STAR_SCRIPT support.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d7abcf726c9a1d6f80a98b92a277c8321250871a]

        INTEGRATION: CWS sb15 (1.2.4); FILE MERGED 2004/02/11 16:08:37 sb 1.2.4.1: #i24561# Added VtableFactory::flushCode.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5b582dfa191a990c0a333d1320bcb570aaa2b831]

        INTEGRATION: CWS sb15 (1.12.4); FILE MERGED 2004/03/12 14:16:08 dbo 1.12.4.1: #i25318# making bridge code snippets executable

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [71fed56e7d67015af14209076f7b09303595bcbc]

        INTEGRATION: CWS sb15 (1.12.4); FILE MERGED 2004/03/12 14:16:08 dbo 1.12.4.2: #i25318# making bridge code snippets executable 2004/02/11 16:08:37 sb 1.12.4.1: #i24561# Added VtableFactory::flushCode.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d764ce59da90198eeaefcb18d8735e4ec370f008]

        INTEGRATION: CWS sb15 (1.3.4); FILE MERGED 2004/02/16 17:45:28 khendricks 1.3.4.1: add in MacOSX flushCode with nce batched flushing just like PPC Linux
        
        also fixed build.lst depdendencies so that cpp_shared done first
        
        so MacOSX and PPC Linux are good to go

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e2c31d6c4f0f5771bd76ec2355b5d83b0f8d80e1]

        INTEGRATION: CWS sb15 (1.5.4); FILE MERGED 2004/02/15 19:51:48 khendricks 1.5.4.2: moving the defintion of flushCode out of the anonymous namespace area to be beside the other vtable functions (just in case it matters) 2004/02/15 19:00:24 khendricks 1.5.4.1: adding implementation of flushCode and related changes to ppc Linux multi-inheriti bridge code.
        
        The exact same code should work for MacOSX as well once I get a 680
        MacOSX bridge

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e8a9ad3af837dd67ea9d0fe150488ad98af3031f]

        INTEGRATION: CWS sb15 (1.4.4); FILE MERGED 2004/02/11 16:08:36 sb 1.4.4.1: #i24561# Added VtableFactory::flushCode.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [624ed835f639cbe376c62e034036b97a9f512cf6]

        INTEGRATION: CWS sb15 (1.14.4); FILE MERGED 2004/02/24 08:22:36 sb 1.14.4.2: #i24561# Added TODO to flush the instruction cache. 2004/02/11 16:08:36 sb 1.14.4.1: #i24561# Added VtableFactory::flushCode.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [35c294ff1a218e71e3ce40d6f6c8b369d6103229]

        INTEGRATION: CWS sb15 (1.2.4); FILE MERGED 2004/02/11 16:08:35 sb 1.2.4.1: #i24561# Added VtableFactory::flushCode.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4923375a177d6ac6d97ddcb430432e9057ae2160]

        INTEGRATION: CWS sb15 (1.24.28); FILE MERGED 2004/02/26 17:34:45 tbe 1.24.28.1: #i24360# Remove INET_PROT_VND_SUN_STAR_SCRIPT

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [94580d1fd03523b7b2a9d67628981d7600c1598a]

        INTEGRATION: CWS sb15 (1.34.8); FILE MERGED 2004/02/26 17:36:56 tbe 1.34.8.1: #i24360# added com::sun::star::uri

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [efdd6ee7d912f4c8d798632125bff78ee5b4f5e3]

        INTEGRATION: CWS sb15 (1.14.60); FILE MERGED 2004/02/12 11:36:43 sb 1.14.60.1: #i22935# Clarified null-terminatedness of rtl::OString::getStr.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [69efd791977136c5d14db76c20261fc429204175]

        INTEGRATION: CWS sb15 (1.2.14); FILE MERGED 2004/02/25 16:01:03 sb 1.2.14.1: #i24436# Adapted to new XVndSunStarScriptUrlReference; changed stoc::uriproc::UriReference from a base class to an implementation helper class.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [100c6467d70eb59ac05f837a2244ea9a5193330d]

        INTEGRATION: CWS sb15 (1.2.14); FILE MERGED 2004/02/25 16:01:02 sb 1.2.14.1: #i24436# Adapted to new XVndSunStarScriptUrlReference; changed stoc::uriproc::UriReference from a base class to an implementation helper class.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f2855525d69370d9db0003d8c7c472d5f47fceb9]

        INTEGRATION: CWS sb15 (1.2.14); FILE MERGED 2004/02/25 16:01:01 sb 1.2.14.1: #i24436# Adapted to new XVndSunStarScriptUrlReference; changed stoc::uriproc::UriReference from a base class to an implementation helper class.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [43ca955591b44dab9c16b02fd1021411c98e503b]

        INTEGRATION: CWS sb15 (1.13.4); FILE MERGED 2004/02/17 15:05:53 sb 1.13.4.1: #i25397# Fixed documentation.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [cb6d0bba74beadc1ab216c929a516d98a621bf1f]

        INTEGRATION: CWS sb15 (1.30.66); FILE MERGED 2004/02/26 17:39:27 tbe 1.30.66.1: #i24360# Remove INET_PROT_VND_SUN_STAR_SCRIPT

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7f951c25cc6452d59971195819e89c8d6cdf1722]

        INTEGRATION: CWS sb15 (1.2.14); FILE MERGED 2004/02/11 14:19:55 sb 1.2.14.1: #i24436# Replaced VndSunStarScriptUrlReference service with multiple-inheritance interface type.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a4a63a43e15388d270d9c0e99caeb93fa93a8b5e]

        INTEGRATION: CWS sb15 (1.1.2); FILE ADDED 2004/02/11 14:19:55 sb 1.1.2.1: #i24436# Replaced VndSunStarScriptUrlReference service with multiple-inheritance interface type.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [01a07c50fc432194b9dee6754926c30304389bc7]

        INTEGRATION: CWS sb15 (1.2.14); FILE MERGED 2004/02/11 14:19:54 sb 1.2.14.1: #i24436# Replaced VndSunStarScriptUrlReference service with multiple-inheritance interface type.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7355ac992cc7b5f8887822f83ab57dcbb2d25f8f]

        INTEGRATION: CWS sb15 (1.13.72); FILE MERGED 2004/02/12 13:00:40 sb 1.13.72.1: #i25329# Deprecated JavaVirtualMachine, XJavaVM.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7eb173100d67143fe478afbc5e19dbc5493003df]

        INTEGRATION: CWS sb15 (1.8.80); FILE MERGED 2004/02/12 13:00:40 sb 1.8.80.1: #i25329# Deprecated JavaVirtualMachine, XJavaVM.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f7a943408f00fdda9b348386730f041860f48e8d]

        INTEGRATION: CWS sb15 (1.9.46); FILE MERGED 2004/02/26 17:41:22 tbe 1.9.46.1: #i24360# Remove INET_PROT_VND_SUN_STAR_SCRIPT

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ac4748a95f74eef24ba22d6d41dfe5cce49b44b9]

        INTEGRATION: CWS sb15 (1.4.46); FILE MERGED 2004/03/01 16:44:59 sb 1.4.46.1: #i24360# The parameter of SdTPAction::SetEditText must be a const reference, so that temporaries can be used as actual arguments.

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f6e10388d1b40205db323c1d275869d8829d0274]

        INTEGRATION: CWS sb15 (1.24.38); FILE MERGED 2004/03/01 16:44:58 sb 1.24.38.2: #i24360# The parameter of SdTPAction::SetEditText must be a const reference, so that temporaries can be used as actual arguments. 2004/02/26 17:42:57 tbe 1.24.38.1: #i24360# Remove INET_PROT_VND_SUN_STAR_SCRIPT

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [41caf02ea72c4482ddb1e3e32a8821b32b25364f]

        INTEGRATION: CWS sb15 (1.77.36); FILE MERGED 2004/02/27 17:48:22 tbe 1.77.36.1: #i24360# Remove INET_PROT_VND_SUN_STAR_SCRIPT

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [30085e82822cf7ae2c5262d949d8ef27d80d4a5c]

        INTEGRATION: CWS os28 (1.41.68); FILE MERGED 2004/03/03 11:01:18 os 1.41.68.4: #i23712# prevent nested calls of UpdateFontList 2004/03/03 10:46:21 os 1.41.68.3: #i23712# prevent nested calls of UpdateFontList 2004/02/27 14:05:45 os 1.41.68.2: RESYNC: (1.41-1.43); FILE MERGED 2004/02/27 11:21:00 os 1.41.68.1: #i23712# use reference device to create the FontList

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [419fca11d8b838da5d8bbf02d53e92c66fdc3cfb]

        INTEGRATION: CWS os28 (1.181.40); FILE MERGED 2004/02/27 15:58:22 os 1.181.40.2: RESYNC: (1.181-1.184); FILE MERGED 2004/02/06 14:14:14 ssa 1.181.40.1: #115280# merge from focusrot

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [995c2f94eea28e335ef7e1d8214ef239dfa2d04c]

        INTEGRATION: CWS os28 (1.11.68); FILE MERGED 2004/01/26 11:05:17 tl 1.11.68.1: #114838# suppress linguistic events during creation of dictionary-list

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [847cf681bf91c7463b5342788e26ca2e56bbdafe]

        INTEGRATION: CWS os28 (1.47.42); FILE MERGED 2004/03/02 14:28:56 os 1.47.42.1: #i23399# RemoveUserEvent(): check NULL

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ea4c7b890be6718f7a80b8b42203df48d1eeb53a]

        INTEGRATION: CWS os28 (1.43.48); FILE MERGED 2004/02/19 11:33:35 os 1.43.48.2: #i21099# typo in STR_MULT_INTERACT_HYPH_WARN corrected 2004/02/19 11:30:58 os 1.43.48.1: #i21099# typo in STR_MULT_INTERACT_SPELL_WARN corrected

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4a9a202da73cad898e53d38659cd58fbe62d3cab]

        INTEGRATION: CWS os28 (1.21.72); FILE MERGED 2004/02/27 10:33:10 os 1.21.72.1: #i24557# regard border distance of pages, headers and footers

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [3d29170e83629f49e713cc9c477cf9cd4f59a9b7]

        INTEGRATION: CWS os28 (1.29.84); FILE MERGED 2004/02/27 10:33:11 os 1.29.84.1: #i24557# regard border distance of pages, headers and footers

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [dabeb509c19cc4e80f13cb696d9258845612f59c]

        INTEGRATION: CWS os28 (1.60.28); FILE MERGED 2004/02/27 13:54:24 os 1.60.28.2: RESYNC: (1.60-1.61); FILE MERGED 2004/02/27 13:07:20 os 1.60.28.1: #i24557# regard border distance of pages, headers and footers

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a2b78fd1e6d03ee35492cf7afac691df64f87bfa]

        INTEGRATION: CWS os28 (1.32.264); FILE MERGED 2004/02/27 13:57:19 os 1.32.264.2: RESYNC: (1.32-1.33); FILE MERGED 2004/02/27 09:24:13 os 1.32.264.1: #i20188#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e3574d2107f0a38564e6743e7be78e0a49c45a76]

        INTEGRATION: CWS os28 (1.47.30); FILE MERGED 2004/02/27 13:55:40 os 1.47.30.2: RESYNC: (1.47-1.48); FILE MERGED 2004/02/27 09:49:15 os 1.47.30.1: #i23399# FN_UPDATE_ALL: save the this-related SwView& - this may be destroyed after UpdateAllLinks()

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [fa4d01b2a67730ff684d406127172803d316a742]

        INTEGRATION: CWS os28 (1.54.32); FILE MERGED 2004/02/06 12:45:22 ssa 1.54.32.1: #115280# merge from focusrot

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5c48dab7a1ccc72745d5079f36b61261e1f7e759]

        INTEGRATION: CWS os28 (1.18.370); FILE MERGED 2004/02/27 13:07:05 os 1.18.370.1: #i24557# regard border distance of pages, headers and footers

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [96e2a7b390fb53239111d26eef25758e30ac7715]

        INTEGRATION: CWS os28 (1.14.370); FILE MERGED 2004/02/27 14:01:29 os 1.14.370.2: RESYNC: (1.14-1.15); FILE MERGED 2004/02/27 12:57:22 os 1.14.370.1: #i13865# numbering styles should not be sorted with an SvStringsISortDtor

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f640ace3a90ca80f352225597a73531939a4ccbc]

        INTEGRATION: CWS os28 (1.5.370); FILE MERGED 2004/02/27 14:03:58 os 1.5.370.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/27 12:57:23 os 1.5.370.1: #i13865# numbering styles should not be sorted with an SvStringsISortDtor

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7ce070923f17fa5dd7d7590e625967eb5fdb0575]

        INTEGRATION: CWS os28 (1.22.122); FILE MERGED 2004/02/27 14:05:01 os 1.22.122.2: RESYNC: (1.22-1.23); FILE MERGED 2004/01/21 14:54:54 os 1.22.122.1: #i17450# SwModule::ApplyItemSet(): apply changes to the SwMasterUsrPref of the correct module

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4eadf334e3b1348d2b922c76c0dc54d2ed5e65ca]

        INTEGRATION: CWS os28 (1.21.70); FILE MERGED 2004/02/27 14:23:46 os 1.21.70.2: RESYNC: (1.21-1.22); FILE MERGED 2004/02/27 12:23:48 os 1.21.70.1: #109759# regard 'bReplaceStyles' flag

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [26aa859494f82779a0830a8db5b4829bf1247b44]

        INTEGRATION: CWS os28 (1.23.136); FILE MERGED 2004/03/03 10:46:35 os 1.23.136.1: #i23712# prevent nested calls of UpdateFontList

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [dc8f0897a42d897a2e46a151d3e9d3564e909c0b]

        INTEGRATION: CWS formdesign01 (1.4.238); FILE MERGED 2003/11/27 09:53:29 fs 1.4.238.1: during #22878#: also allow NamedValues for initialization

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [3bfddc384f9115376c1c8d188a6ab537e7a4dfde]

        INTEGRATION: CWS formdesign01 (1.23.238); FILE MERGED 2004/02/25 18:39:58 fs 1.23.238.2: RESYNC: (1.23-1.24); FILE MERGED 2003/11/27 14:44:25 fs 1.23.238.1: #i22878# +filenotation

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ca5978a5b8f565b84126739e7ed4b684d09c2745]

        INTEGRATION: CWS formdesign01 (1.10.66); FILE MERGED 2003/11/27 14:44:19 fs 1.10.66.1: #i22878# +fileurlbox

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6b691ec32d92e779aa97065cb3de820165add1f3]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/11/27 14:43:51 fs 1.1.2.1: during #i22878#: moved herein from extensions/source/dbimport for shared usage

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ab033a4456dcca11da13d2aaf311ca4df6a1bce7]

        INTEGRATION: CWS formdesign01 (1.107.42); FILE MERGED 2004/02/25 18:42:38 fs 1.107.42.2: RESYNC: (1.107-1.110); FILE MERGED 2003/11/27 14:46:13 fs 1.107.42.1: #i22878#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [06069747365521bc8a38de6a158955ffda7b05a7]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/11/27 14:43:31 fs 1.1.2.1: during #i22878#: moved herein from extensions/source/dbimport for shared usage

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7b944cf7f34d416d1b0c7880a581d85a4eb6b919]

        INTEGRATION: CWS formdesign01 (1.4.208); FILE MERGED 2004/01/09 12:31:52 fs 1.4.208.1: allow for editing an independent SQL command

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0c37d1b9d7575386158cc8ded7976c5cdc80fd2b]

        INTEGRATION: CWS formdesign01 (1.8.228); FILE MERGED 2004/01/09 12:31:20 fs 1.8.228.1: slightly enhanced documentation for sub form functionality

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [03c0015b6ddc84a2c347e2620821cff918dbb059]

        INTEGRATION: CWS formdesign01 (1.24.192); FILE MERGED 2004/02/25 19:39:04 fs 1.24.192.3: RESYNC: (1.25-1.27); FILE MERGED 2004/01/05 19:04:40 fs 1.24.192.2: RESYNC: (1.24-1.25); FILE MERGED 2003/12/18 12:30:01 fs 1.24.192.1: #i22878# moved some unique ids to where they belong (extensions module)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [41ec90661757a10e7a1c9dcb8a32f24aef23bc06]

        INTEGRATION: CWS formdesign01 (1.2.82); FILE MERGED 2004/03/03 11:56:20 fs 1.2.82.1: #115758# put back lost form-related icons

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f5084c6520408d35e65332fad215b283b25405ec]

        INTEGRATION: CWS formdesign01 (1.5.340); FILE MERGED 2003/12/05 11:55:55 fs 1.5.340.1: #109061# corrected undo handling for container actions (insertions/removals)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1678d490776e8356d06227c170870364202df934]

        INTEGRATION: CWS formdesign01 (1.16.488); FILE MERGED 2003/12/08 09:57:34 fs 1.16.488.2: #i19062# FORMS_RESET obsolete 2003/11/27 10:17:28 fs 1.16.488.1: #i22878# outsourced the TabOrder dialog to the pcr lib (extensions/source/propctrlr)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1301977e5706a3cbe824dfc0fa9807829477bc81]

        INTEGRATION: CWS formdesign01 (1.4.340); FILE MERGED 2004/01/05 19:01:54 fs 1.4.340.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/19 17:18:43 fs 1.4.340.1: FM_PROP_MULTI is obsolete (during #105266#)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b1f44fc441f87f10ab31cc5133ee904d5a8a5646]

        INTEGRATION: CWS formdesign01 (1.5.340); FILE MERGED 2003/12/04 13:58:27 fs 1.5.340.2: #105266# 2003/11/19 17:19:10 fs 1.5.340.1: #105266# remember last page

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [17d847f25657cfee4468ac6132efc48f0cce3fca]

        INTEGRATION: CWS formdesign01 (1.10.318); FILE MERGED 2004/02/25 19:35:25 fs 1.10.318.3: RESYNC: (1.11-1.14); FILE MERGED 2004/01/05 18:38:58 fs 1.10.318.2: RESYNC: (1.10-1.11); FILE MERGED 2003/11/27 10:17:38 fs 1.10.318.1: #i22878# outsourced the TabOrder dialog to the pcr lib (extensions/source/propctrlr)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [de25a7742444ac830c38a6a6813a2714da11f71c]

        INTEGRATION: CWS formdesign01 (1.15.32); FILE MERGED 2003/11/27 10:16:22 fs 1.15.32.1: #i22878# outsourced the TabOrder dialog to the pcr lib (extensions/source/propctrlr)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ac0ce7b2180a13d60289b0b87a961d4ece6a06c9]

        INTEGRATION: CWS formdesign01 (1.25.340); FILE MERGED 2004/01/09 08:02:57 fs 1.25.340.4: adjust to changed code after resync 2004/01/05 18:35:42 fs 1.25.340.3: RESYNC: (1.25-1.28); FILE MERGED 2003/12/08 09:58:20 fs 1.25.340.2: #i19062# FORMS_RESET obsolete - no automatic reset for /loaded forms only/ when unloading 2003/11/19 17:20:43 fs 1.25.340.1: merged in some changes from the frmcontrols01 branch - for list and combo boxes, guestimate whether they should be DropDown-able

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [72c49249bff284a30b23541f2a37b60283fac3e1]

        INTEGRATION: CWS formdesign01 (1.19.30); FILE MERGED 2004/01/05 18:34:56 fs 1.19.30.2: RESYNC: (1.19-1.20); FILE MERGED 2003/12/05 11:56:06 fs 1.19.30.1: #109061# corrected undo handling for container actions (insertions/removals)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [95547590f8950a1a833e8b590a718dda29369254]

        INTEGRATION: CWS formdesign01 (1.42.28); FILE MERGED 2004/02/25 19:35:55 fs 1.42.28.5: RESYNC: (1.45-1.48); FILE MERGED 2004/01/09 08:02:56 fs 1.42.28.4: adjust to changed code after resync 2004/01/05 18:42:18 fs 1.42.28.3: RESYNC: (1.42-1.45); FILE MERGED 2003/12/08 09:58:11 fs 1.42.28.2: #i19062# FORMS_RESET obsolete - no automatic reset for /loaded forms only/ when unloading 2003/11/27 10:17:37 fs 1.42.28.1: #i22878# outsourced the TabOrder dialog to the pcr lib (extensions/source/propctrlr)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [90cd99d6d7c602f4ec69c073e0f40158d06ad6a5]

        INTEGRATION: CWS formdesign01 (1.40.66); FILE MERGED 2004/02/25 19:35:47 fs 1.40.66.3: RESYNC: (1.43-1.46); FILE MERGED 2004/01/05 18:41:21 fs 1.40.66.2: RESYNC: (1.40-1.43); FILE MERGED 2003/11/27 10:17:36 fs 1.40.66.1: #i22878# outsourced the TabOrder dialog to the pcr lib (extensions/source/propctrlr)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [2937e3ed34bfbbfbac2d9682aae2e9c2c82346ff]

        INTEGRATION: CWS formdesign01 (1.9.280); FILE MERGED 2004/01/05 18:38:39 fs 1.9.280.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/27 10:17:18 fs 1.9.280.1: during #22878#: proper service name for the form controller

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [eac47e0f122ac61ffc4a45275d35d586e4f396b9]

        INTEGRATION: CWS formdesign01 (1.9.340); FILE MERGED 2004/01/05 18:37:42 fs 1.9.340.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/19 17:19:25 fs 1.9.340.1: FM_PROP_MULTI is obsolete (during #105266#)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [60e617367af05b262c512690ff7b050f70017587]

        INTEGRATION: CWS formdesign01 (1.18.340); FILE MERGED 2004/01/05 18:35:18 fs 1.18.340.2: RESYNC: (1.18-1.19); FILE MERGED 2003/12/05 11:56:41 fs 1.18.340.1: typo in comment corrected

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4f1a8cf804d71cb925a1d9b18b575fb07328dcbe]

        INTEGRATION: CWS formdesign01 (1.8.488); FILE MERGED 2004/02/25 19:35:40 fs 1.8.488.3: RESYNC: (1.9-1.10); FILE MERGED 2004/01/05 18:40:41 fs 1.8.488.2: RESYNC: (1.8-1.9); FILE MERGED 2003/11/19 17:21:16 fs 1.8.488.1: during #105266# DropDown property now initialized in the view

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9b673ac4615f317dfa9567aee3b6769bb31d913d]

        INTEGRATION: CWS formdesign01 (1.7.340); FILE MERGED 2003/12/05 11:56:24 fs 1.7.340.1: typo in comment corrected

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9bd096e3d29f430a6a4748fb94ea14a151d4609e]

        INTEGRATION: CWS formdesign01 (1.26.490); FILE MERGED 2004/01/05 18:39:44 fs 1.26.490.2: RESYNC: (1.26-1.27); FILE MERGED 2003/11/27 10:17:36 fs 1.26.490.1: #i22878# outsourced the TabOrder dialog to the pcr lib (extensions/source/propctrlr)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ff9fca67cf8c752573b4d6bb165d06178ee79b7a]

        INTEGRATION: CWS formdesign01 (1.12.340); FILE MERGED 2004/01/09 08:02:55 fs 1.12.340.5: adjust to changed code after resync 2004/01/05 18:41:43 fs 1.12.340.4: RESYNC: (1.12-1.13); FILE MERGED 2003/12/04 13:58:41 fs 1.12.340.3: refinement for #105266# 2003/11/27 10:17:36 fs 1.12.340.2: #i22878# outsourced the TabOrder dialog to the pcr lib (extensions/source/propctrlr) 2003/11/19 17:19:07 fs 1.12.340.1: #105266# remember last page

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [93a4806826e41ae9c9361ea618a02f5cf21244d6]

        INTEGRATION: CWS formdesign01 (1.20.80); FILE MERGED 2004/03/01 15:01:15 fs 1.20.80.1: #i22878# FmTabOrderDialog moved out of SVX

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [bb01c1fd19b53a0968f2f8863ec76994685ca248]

        INTEGRATION: CWS formdesign01 (1.3.82); FILE MERGED 2004/03/01 15:00:27 fs 1.3.82.1: #i22878# FmTabOrderDialog moved out of SVX

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [267526ba1e920e7efa519a9158b7a324c58a8cdb]

        INTEGRATION: CWS formdesign01 (1.4.82); FILE MERGED 2004/03/01 15:00:26 fs 1.4.82.1: #i22878# FmTabOrderDialog moved out of SVX

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9712803f4dc7f300b729625c9d9c4127d83e4d99]

        INTEGRATION: CWS formdesign01 (1.9.260); FILE MERGED 2004/01/05 19:12:19 fs 1.9.260.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/18 12:29:42 fs 1.9.260.1: #i22878# moved some unique ids to where they belong (extensions module)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [631893dffe0592ad325728774a79425f992c22e0]

        INTEGRATION: CWS formdesign01 (1.49.50); FILE MERGED 2003/12/19 10:58:46 fs 1.49.50.3: #22878# 2003/12/15 12:20:37 fs 1.49.50.2: #i23418# getFieldNamesByCommandDescriptor: also pass _pErrorInfo to getFieldsByCommandDescriptor 2003/12/11 14:14:21 fs 1.49.50.1: #i23418# +getComposedRowSetStatement

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [3528b4e0647e883de740489009ab56c2fd317e90]

        INTEGRATION: CWS formdesign01 (1.3.166); FILE MERGED 2003/12/04 14:32:47 fs 1.3.166.1: #i23190# +STR_QUERY_SAVEMODIFIED

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4016497eb6cb923ce005770169e1766b25f62423]

        INTEGRATION: CWS formdesign01 (1.22.36); FILE MERGED 2003/12/11 14:14:43 fs 1.22.36.1: #i23418# +getComposedRowSetStatement

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [161144fbff8450f5bbf229c29946ca64c0d1620e]

        INTEGRATION: CWS formdesign01 (1.79.38); FILE MERGED 2004/01/05 14:34:13 fs 1.79.38.2: RESYNC: (1.79-1.80); FILE MERGED 2003/12/04 14:36:37 fs 1.79.38.1: removed obsolete string (was nowhere used)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b0208743d9ad3fda1d57c72db31b73e9a0e3ff39]

        INTEGRATION: CWS formdesign01 (1.40.62); FILE MERGED 2004/01/05 14:28:31 fs 1.40.62.2: RESYNC: (1.40-1.41); FILE MERGED 2003/12/04 14:37:36 fs 1.40.62.1: moved ids of some local resources from the global id list to a local list

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7abd880e7c65fadd59bde66796458bfaedec1bd3]

        INTEGRATION: CWS formdesign01 (1.3.172); FILE MERGED 2003/12/04 14:37:36 fs 1.3.172.1: moved ids of some local resources from the global id list to a local list

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1bfdd0d65aac0c66fca90d6545ad0e7363ff674b]

        INTEGRATION: CWS formdesign01 (1.7.100); FILE MERGED 2004/01/05 14:26:55 fs 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/04 14:37:36 fs 1.7.100.1: moved ids of some local resources from the global id list to a local list

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [2f0a130e35bea20d5f84c0e951c98ecaffaa609a]

        INTEGRATION: CWS formdesign01 (1.91.28); FILE MERGED 2004/03/09 09:07:46 fs 1.91.28.3: #i26156# 2003/12/05 08:59:04 fs 1.91.28.2: #i23190# doSaveAsDoc optimized for case of editing an independent SQL command 2003/12/04 14:37:51 fs 1.91.28.1: #i23190# allow to edit an 'independent' SQL command (which is no stored/to-be-created query or view)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d309b87f1fc7072ebfb7331777c9551b70c5f2e0]

        INTEGRATION: CWS formdesign01 (1.84.58); FILE MERGED 2004/03/01 09:24:31 fs 1.84.58.3: incorporated changes from strign review (#i24606#) 2004/01/05 14:21:29 fs 1.84.58.2: RESYNC: (1.84-1.85); FILE MERGED 2003/12/04 14:37:57 fs 1.84.58.1: #i23190# allow to edit an 'independent' SQL command (which is no stored/to-be-created query or view)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ad61723377296d9dcc3f730c4c367e20bf82daaa]

        INTEGRATION: CWS formdesign01 (1.10.126); FILE MERGED 2003/12/04 14:35:37 fs 1.10.126.1: #i23190# care for foreign disposal of connection while we're already suspended

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [3512be4c4c65cf3fef7c97960adab0ca5706fce9]

        INTEGRATION: CWS formdesign01 (1.25.164); FILE MERGED 2004/03/09 09:07:29 fs 1.25.164.2: #i26156# 2003/12/04 14:33:42 fs 1.25.164.1: #i23190# allow to edit an 'independent' SQL command (which is no stored/to-be-created query or view)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d9c6189f25129514e6fd82577743cd8dc9f787d7]

        INTEGRATION: CWS formdesign01 (1.84.26); FILE MERGED 2003/12/04 14:32:55 fs 1.84.26.1: moved ids of some local resources from the global id list to a local list

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f612336338c66e9991dafa430110d69a18fa4098]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/12/04 14:34:34 fs 1.1.2.1: moved ids of some local resources from the global id list to a local list

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d0c9d715031c8d6859a71a670bd610750b100daf]

        INTEGRATION: CWS formdesign01 (1.10.172); FILE MERGED 2004/01/16 09:09:58 fs 1.10.172.1: no mnemonics in this dialog (doesn't make sense here)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b35f37dccd92edd67f24af3e79188d50b7653b73]

        INTEGRATION: CWS formdesign01 (1.35.62); FILE MERGED 2004/01/05 14:50:28 fs 1.35.62.2: RESYNC: (1.35-1.36); FILE MERGED 2003/12/04 14:34:13 fs 1.35.62.1: moved ids of some local resources from the global id list to a local list

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e195339ead850debabea4a9c31a830dec3650bdb]

        INTEGRATION: CWS formdesign01 (1.3.172); FILE MERGED 2003/12/04 14:34:12 fs 1.3.172.1: moved ids of some local resources from the global id list to a local list

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [3ce28d311b60633d0cd6b8478723c34c90feebb5]

        INTEGRATION: CWS formdesign01 (1.17.164); FILE MERGED 2003/12/04 14:34:12 fs 1.17.164.1: moved ids of some local resources from the global id list to a local list

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f62d3ee665db69dcfb1d0ba5b4895840e12a7dac]

        INTEGRATION: CWS formdesign01 (1.10.164); FILE MERGED 2004/02/25 18:11:15 fs 1.10.164.2: RESYNC: (1.10-1.11); FILE MERGED 2003/12/04 14:32:02 fs 1.10.164.1: moved ids of some local resources from the global id list to a local list

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [93a959eb3d17d6022a5bd814c1b452a8009f43e6]

        INTEGRATION: CWS formdesign01 (1.6.26); FILE MERGED 2003/12/04 14:24:28 fs 1.6.26.1: #i23190# +PARAM_INDEPENDENT_SQL_COMMAND

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [efe907f09be9372bab899e5d4e39e03b97c15f83]

        INTEGRATION: CWS formdesign01 (1.6.26); FILE MERGED 2003/12/04 14:24:24 fs 1.6.26.1: #i23190# +PARAM_INDEPENDENT_SQL_COMMAND

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0114817ecf6174a4a2450c3520aa371b2a8c4fd2]

        INTEGRATION: CWS formdesign01 (1.9.2); FILE MERGED 2004/03/09 09:11:38 fs 1.9.2.9: #i26229# exported UID_PROP_DLG_SYMBOLCOLOR 2003/12/19 14:28:09 fs 1.9.2.8: RESYNC: (1.9-1.10); FILE MERGED 2003/12/18 13:02:06 fs 1.9.2.7: #i22878# 2003/12/17 09:17:32 fs 1.9.2.6: #i22878# 2003/12/15 14:50:21 fs 1.9.2.5: #i22878# 2003/12/15 07:56:33 fs 1.9.2.4: #i23418# 2003/12/04 14:05:01 fs 1.9.2.3: #i23190# 2003/11/27 10:21:49 fs 1.9.2.2: #i22878# some new help/unique ids 2003/11/26 16:04:18 fs 1.9.2.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [840cb98f735ff42e732d0018c09a149749132d50]

        INTEGRATION: CWS formdesign01 (1.2.68); FILE MERGED 2004/01/09 13:42:50 fs 1.2.68.3: #i22878# moved TimeDurationInput herein from standardcontrol.* 2003/12/10 15:37:51 fs 1.2.68.2: #i23404# OFileUrlControl: also allow the OCommonBehaviourControl to handle some key input 2003/11/27 14:47:30 fs 1.2.68.1: #i22878# file URL display and date input

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a726693b245bc39747cbcb3253f44403d37b46d7]

        INTEGRATION: CWS formdesign01 (1.4.68); FILE MERGED 2004/01/09 13:42:49 fs 1.4.68.3: #i22878# moved TimeDurationInput herein from standardcontrol.* 2003/12/10 15:37:52 fs 1.4.68.2: #i23404# OFileUrlControl: also allow the OCommonBehaviourControl to handle some key input 2003/11/27 14:47:30 fs 1.4.68.1: #i22878# file URL display and date input

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [7bd776b7d6055b7e5363c47160d83e7b53ec3b4a]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/12/04 14:10:43 fs 1.1.2.1: helper class for creating standard URLs from strings

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [34c259dbbf40653af42aaf24691a7f87597e9677]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/12/04 14:10:51 fs 1.1.2.1: helper class for creating standard URLs from strings

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9603b8167471cd999a4f2cca63346e49591aca36]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/11/27 10:19:36 fs 1.1.2.1: initial checkin - moved herein from svx/source/[form|inc]

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [171a7f69e1351442579af63da383712ef3285a6f]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/11/27 10:19:18 fs 1.1.2.1: initial checkin - moved herein from svx/source/[form|inc]

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [12853d111939a8a868b322b4e9f4269ae90827a9]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/11/27 10:19:28 fs 1.1.2.1: initial checkin - moved herein from svx/source/[form|inc]

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6e47ed0c7a13e5ce0172b8bcc231284ea0dc942c]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2004/01/09 13:42:23 fs 1.1.2.3: icons for scroll bar and spin button 2003/12/18 13:06:42 fs 1.1.2.2: #i22878# easier input of selection / default selection with dedicated dialog 2003/11/27 10:19:10 fs 1.1.2.1: initial checkin - moved herein from svx/source/[form|inc]

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [fe29012c52cc7cceaeda56cc57dddc2ec5a9a6b3]

        INTEGRATION: CWS formdesign01 (1.2.68); FILE MERGED 2004/01/09 13:42:37 fs 1.2.68.5: #i22878# moved TimeDurationInput to usercontrol.* 2004/01/07 14:36:01 fs 1.2.68.4: #100000# make compile with Linux gcc 2003/12/19 14:31:33 fs 1.2.68.3: #22878# TimeDurationInput for inputting, well, time durations 2003/12/03 10:06:43 fs 1.2.68.2: #i22878# measurement units for Width and RowHeight 2003/11/27 14:47:29 fs 1.2.68.1: #i22878# file URL display and date input

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [67b84ebf673493ecd1c05d79077303f26919483f]

        INTEGRATION: CWS formdesign01 (1.10.20); FILE MERGED 2004/02/25 18:02:14 fs 1.10.20.6: RESYNC: (1.10-1.11); FILE MERGED 2004/01/09 13:42:36 fs 1.10.20.5: #i22878# moved TimeDurationInput to usercontrol.* 2004/01/07 14:36:03 fs 1.10.20.4: #100000# make compile with Linux gcc 2003/12/19 14:31:33 fs 1.10.20.3: #22878# TimeDurationInput for inputting, well, time durations 2003/12/03 10:06:42 fs 1.10.20.2: #i22878# measurement units for Width and RowHeight 2003/11/27 14:47:29 fs 1.10.20.1: #i22878# file URL display and date input

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0ff54156e7731d8bcff6b5660540e9073a030080]

        INTEGRATION: CWS formdesign01 (1.4.8); FILE MERGED 2003/11/26 15:57:44 fs 1.4.8.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1944ccc659540f67da51e465c0650c20ca38ae07]

        INTEGRATION: CWS formdesign01 (1.6.8); FILE MERGED 2003/12/04 14:10:09 fs 1.6.8.1: #i23190# fine control over disabling/enabling parts of the line

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d88485c3c2c5fa9fd9216694ec0e298963269d4a]

        INTEGRATION: CWS formdesign01 (1.7.8); FILE MERGED 2004/02/25 18:02:06 fs 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/04 14:10:10 fs 1.7.8.1: #i23190# fine control over disabling/enabling parts of the line

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [fde2eb5e82184c6844e2934e2fffae74f4e6fa3a]

        INTEGRATION: CWS formdesign01 (1.18.8); FILE MERGED 2004/03/03 09:20:36 fs 1.18.8.10: corrected some small issues discovered during pre-QA 2003/12/18 13:06:39 fs 1.18.8.9: #i22878# easier input of selection / default selection with dedicated dialog 2003/12/17 10:38:25 fs 1.18.8.8: #i22878# filter and sort order dialog from within the property browser 2003/12/15 07:55:22 fs 1.18.8.7: #i23418# linking master/detail form via a dedicated dialog 2003/12/04 14:11:38 fs 1.18.8.6: #i23190# graphically design SQL commands, using the usual query design UI 2003/12/03 10:06:42 fs 1.18.8.5: #i22878# measurement units for Width and RowHeight 2003/11/27 14:47:29 fs 1.18.8.4: #i22878# file URL display and date input 2003/11/27 10:21:13 fs 1.18.8.3: #i22878# added TabOrder dialog handling 2003/11/26 15:57:44 fs 1.18.8.2: #i22878# implementations for disabling property controls depending on other property's values 2003/11/26 11:40:05 fs 1.18.8.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [11cc145bac386ca6282b39c9db2ac9ca739d657c]

        INTEGRATION: CWS formdesign01 (1.21.8); FILE MERGED 2004/03/03 09:20:35 fs 1.21.8.7: corrected some small issues discovered during pre-QA 2003/12/15 07:55:22 fs 1.21.8.6: #i23418# linking master/detail form via a dedicated dialog 2003/12/04 14:11:38 fs 1.21.8.5: #i23190# graphically design SQL commands, using the usual query design UI 2003/11/27 14:47:28 fs 1.21.8.4: #i22878# file URL display and date input 2003/11/27 10:21:11 fs 1.21.8.3: #i22878# added TabOrder dialog handling 2003/11/26 15:57:43 fs 1.21.8.2: #i22878# implementations for disabling property controls depending on other property's values 2003/11/26 11:40:04 fs 1.21.8.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [2d477594f8557c084beba6bf72f6166b3aa5080e]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/11/27 10:20:37 fs 1.1.2.1: initial checkin - UNO wrapper for dialogs provided in this module

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [d78649782efbd6b78c00c66678bef55ff0ab2a47]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/11/27 10:20:47 fs 1.1.2.1: initial checkin - UNO wrapper for dialogs provided in this module

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6baa73c56cc980a1606b0053da4324fe53955875]

        INTEGRATION: CWS formdesign01 (1.3.68); FILE MERGED 2003/11/27 10:21:11 fs 1.3.68.1: #i22878# added TabOrder dialog handling

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [01987cb6dd56be75a6ddd17276b69be3176b8e36]

        INTEGRATION: CWS formdesign01 (1.3.68); FILE MERGED 2003/11/27 10:21:09 fs 1.3.68.1: #i22878# added TabOrder dialog handling

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [973b11ec1331eb56f2b314610b5fab48438d6e40]

        INTEGRATION: CWS formdesign01 (1.8.8); FILE MERGED 2004/02/25 18:01:38 fs 1.8.8.5: RESYNC: (1.8-1.9); FILE MERGED 2003/12/18 13:06:37 fs 1.8.8.4: #i22878# easier input of selection / default selection with dedicated dialog 2003/12/15 07:54:38 fs 1.8.8.3: #i23418# +formlinkdialog 2003/12/04 14:11:04 fs 1.8.8.2: #i23190# +unourl 2003/11/27 10:21:08 fs 1.8.8.1: #i22878# added TabOrder dialog handling

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5631f2369263b76edc2f78961d0635b9457419f7]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/12/18 13:03:58 fs 1.1.2.1: dialog for easier input of selection/default selection

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [4661d77d814da10cefa796b233ae701be390929f]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/12/18 13:02:47 fs 1.1.2.1: dialog for easier input of selection/default selection

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [494e63264d86be507f96fbd1b785e60de4f05bbc]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/12/18 13:03:38 fs 1.1.2.1: dialog for easier input of selection/default selection

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ef3d9e66c44cc8114284b678eeeb9527f4ddb1cd]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/12/18 13:03:17 fs 1.1.2.1: dialog for easier input of selection/default selection

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [e679d92eda926f5149e4399c244b96e68ccd8c19]

        INTEGRATION: CWS formdesign01 (1.3.16); FILE MERGED 2003/12/17 10:38:25 fs 1.3.16.3: #i22878# filter and sort order dialog from within the property browser 2003/12/04 14:09:48 fs 1.3.16.2: removed obsolete hypelink attribute during #i22878# 2003/12/03 10:06:42 fs 1.3.16.1: #i22878# measurement units for Width and RowHeight

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [bb1b17d872a94356bc9eab1f0b4e76ad81af10e0]

        INTEGRATION: CWS formdesign01 (1.18.2); FILE MERGED 2003/12/19 14:25:13 fs 1.18.2.6: RESYNC: (1.18-1.19); FILE MERGED 2003/12/17 10:38:24 fs 1.18.2.5: #i22878# filter and sort order dialog from within the property browser 2003/12/04 14:09:11 fs 1.18.2.4: #i23190# various new strings 2003/12/03 10:06:41 fs 1.18.2.3: #i22878# measurement units for Width and RowHeight 2003/11/26 15:57:42 fs 1.18.2.2: #i22878# implementations for disabling property controls depending on other property's values 2003/11/26 11:40:03 fs 1.18.2.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5dc6e387f42b6e3652cc43923806cf0515df1f29]

        INTEGRATION: CWS formdesign01 (1.17.2); FILE MERGED 2004/01/09 13:43:07 fs 1.17.2.9: icons for scroll bar and spin button 2003/12/19 14:25:26 fs 1.17.2.8: RESYNC: (1.17-1.18); FILE MERGED 2003/12/18 13:06:34 fs 1.17.2.7: #i22878# easier input of selection / default selection with dedicated dialog 2003/12/17 10:38:24 fs 1.17.2.6: #i22878# filter and sort order dialog from within the property browser 2003/12/15 07:53:27 fs 1.17.2.5: #i23418# RID_DLG_FORMLINKS 2003/12/04 14:08:58 fs 1.17.2.4: #i23190# split up RID_STR_COMMAND_TYPE into single (sub)resources for easier re-usage 2003/11/27 10:21:07 fs 1.17.2.3: #i22878# added TabOrder dialog handling 2003/11/26 15:57:41 fs 1.17.2.2: #i22878# implementations for disabling property controls depending on other property's values 2003/11/26 11:40:02 fs 1.17.2.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1fe64fbe5383eac244df534d8ff12e1486508d01]

        INTEGRATION: CWS formdesign01 (1.54.2); FILE MERGED 2004/03/01 09:23:40 fs 1.54.2.10: incorporated changes from strign review (#i24606#) 2004/01/09 13:42:22 fs 1.54.2.9: icons for scroll bar and spin button 2004/01/05 16:51:21 fs 1.54.2.8: RESYNC: (1.55-1.56); FILE MERGED 2003/12/19 14:25:40 fs 1.54.2.7: RESYNC: (1.54-1.55); FILE MERGED 2003/12/17 10:38:23 fs 1.54.2.6: #i22878# filter and sort order dialog from within the property browser 2003/12/15 14:49:57 fs 1.54.2.5: #i22878# 2003/12/04 14:07:31 fs 1.54.2.4: #i23190# split up RID_STR_COMMAND_TYPE into single (sub)resources for easier re-usage 2003/11/27 10:21:06 fs 1.54.2.3: #i22878# added TabOrder dialog handling 2003/11/26 15:57:39 fs 1.54.2.2: #i22878# implementations for disabling property controls depending on other property's values 2003/11/26 11:40:00 fs 1.54.2.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f4afc4f650c049fdcf0abfa54655b1e642f8f8a8]

        INTEGRATION: CWS formdesign01 (1.15.2); FILE MERGED 2003/12/19 14:24:42 fs 1.15.2.4: RESYNC: (1.15-1.16); FILE MERGED 2003/12/17 10:38:22 fs 1.15.2.3: #i22878# filter and sort order dialog from within the property browser 2003/11/26 15:57:38 fs 1.15.2.2: #i22878# implementations for disabling property controls depending on other property's values 2003/11/26 11:40:00 fs 1.15.2.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [47e9d812ddc0fbf339d61bc4b58bd8ec6d9c09f1]

        INTEGRATION: CWS formdesign01 (1.20.2); FILE MERGED 2004/03/03 09:20:35 fs 1.20.2.12: corrected some small issues discovered during pre-QA 2003/12/19 14:26:05 fs 1.20.2.11: RESYNC: (1.20-1.21); FILE MERGED 2003/12/19 11:02:39 fs 1.20.2.10: #22878# 2003/12/18 13:06:33 fs 1.20.2.9: #i22878# easier input of selection / default selection with dedicated dialog 2003/12/17 10:38:21 fs 1.20.2.8: #i22878# filter and sort order dialog from within the property browser 2003/12/15 14:49:57 fs 1.20.2.7: #i22878# 2003/12/15 07:54:16 fs 1.20.2.6: #i23418# moved MASTER/DETAILFIELDS 2003/12/08 10:56:57 fs 1.20.2.5: #100000# make it compile with gcc on Linux 2003/12/04 14:07:24 fs 1.20.2.4: #i23190# split up RID_STR_COMMAND_TYPE into single (sub)resources for easier re-usage 2003/11/26 16:03:51 fs 1.20.2.3: re-removed wrongly re-inserted WORDBREAK 2003/11/26 15:57:38 fs 1.20.2.2: #i22878# implementations for disabling property controls depending on other property's values 2003/11/26 11:40:00 fs 1.20.2.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [6edcc2b8d600df467e0afb9979f699b4f595fc04]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2004/03/01 09:23:40 fs 1.1.2.5: incorporated changes from strign review (#i24606#) 2004/01/16 09:26:31 fs 1.1.2.4: never hide the 'Suggest' button, but only disable 2004/01/06 14:55:15 fs 1.1.2.3: corrected spelling issue, as suggested by UFI 2003/12/16 08:42:42 fs 1.1.2.2: #i23418# 2003/12/15 07:54:04 fs 1.1.2.1: #i23418# dialog for linking a sub form and a master form

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [66d72bdf75a3d6f7842d85784f08ef83c09aa4bd]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/12/16 08:42:41 fs 1.1.2.2: #i23418# 2003/12/15 07:53:21 fs 1.1.2.1: #i23418# dialog for linking a sub form and a master form

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [c48ed4a5f6fef2d7ee0390e2a8b36a24191913f8]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2004/03/01 09:23:40 fs 1.1.2.3: incorporated changes from strign review (#i24606#) 2004/01/09 08:24:43 fs 1.1.2.2: corrected spelling issue, as suggested by UFI 2003/12/15 07:53:08 fs 1.1.2.1: #i23418# dialog for linking a sub form and a master form

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5221f444493b24d10be48e032755bc6e98c163e8]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2004/03/01 09:23:39 fs 1.1.2.5: incorporated changes from strign review (#i24606#) 2004/01/16 09:26:30 fs 1.1.2.4: never hide the 'Suggest' button, but only disable 2004/01/06 14:55:12 fs 1.1.2.3: corrected spelling issue, as suggested by UFI 2003/12/16 08:42:40 fs 1.1.2.2: #i23418# 2003/12/15 07:52:55 fs 1.1.2.1: #i23418# dialog for linking a sub form and a master form

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [58e1eda5dc4cd4a5787dbecd1fbe6d9fab7f9825]

        INTEGRATION: CWS formdesign01 (1.8.6); FILE MERGED 2003/12/19 14:26:16 fs 1.8.6.3: RESYNC: (1.8-1.10); FILE MERGED 2003/12/17 10:38:21 fs 1.8.6.2: #i22878# filter and sort order dialog from within the property browser 2003/11/27 10:21:05 fs 1.8.6.1: #i22878# added TabOrder dialog handling

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f7bb979fce576d63d92766f6cec389921761b916]

        INTEGRATION: CWS formdesign01 (1.55.4); FILE MERGED 2004/03/10 09:45:19 fs 1.55.4.18: #i26280# corrected control type for TabIndex 2004/03/03 09:20:34 fs 1.55.4.17: corrected some small issues discovered during pre-QA 2004/01/09 13:42:04 fs 1.55.4.16: #i22878# measurement unit (ms) for Delay property 2004/01/09 08:24:42 fs 1.55.4.15: corrected spelling issue, as suggested by UFI 2003/12/19 14:25:00 fs 1.55.4.14: RESYNC: (1.55-1.57); FILE MERGED 2003/12/19 13:41:23 fs 1.55.4.13: #22878# properly active the query design window 2003/12/18 13:06:32 fs 1.55.4.12: #i22878# easier input of selection / default selection with dedicated dialog 2003/12/17 10:38:20 fs 1.55.4.11: #i22878# filter and sort order dialog from within the property browser 2003/12/15 13:42:16 fs 1.55.4.10: #i23418# 2003/12/15 07:55:21 fs 1.55.4.9: #i23418# linking master/detail form via a dedicated dialog 2003/12/05 14:26:19 fs 1.55.4.8: #i22878# availability of ScaleImage does depend on *two* other props 2003/12/05 09:03:35 fs 1.55.4.7: #i23190# disable more input fields while the query design is open 2003/12/04 14:11:38 fs 1.55.4.6: #i23190# graphically design SQL commands, using the usual query design UI 2003/12/03 10:06:41 fs 1.55.4.5: #i22878# measurement units for Width and RowHeight 2003/11/27 14:47:27 fs 1.55.4.4: #i22878# file URL display and date input 2003/11/27 10:21:05 fs 1.55.4.3: #i22878# added TabOrder dialog handling 2003/11/26 15:57:36 fs 1.55.4.2: #i22878# implementations for disabling property controls depending on other property's values 2003/11/26 11:39:59 fs 1.55.4.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1b2c7654d73c141d079761253aa839ecdc16f55b]

        INTEGRATION: CWS formdesign01 (1.1.2); FILE ADDED 2003/11/27 10:19:25 fs 1.1.2.1: initial checkin - control type classification

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f59c532b6b9fa00b3ccabd627ffc121f735f609f]

        INTEGRATION: CWS formdesign01 (1.5.68); FILE MERGED 2003/11/27 10:21:04 fs 1.5.68.1: #i22878# added TabOrder dialog handling

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [08f9dc2c5981a13150c641e5ab2801eb99f5a626]

        INTEGRATION: CWS formdesign01 (1.4.8); FILE MERGED 2003/12/04 14:06:36 fs 1.4.8.1: #i23190# fine control over disabling/enabling parts of the line

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [9a1c787136cfc4894023e790da1aa83b6dd8b62a]

        INTEGRATION: CWS formdesign01 (1.5.8); FILE MERGED 2003/12/19 14:25:53 fs 1.5.8.4: RESYNC: (1.5-1.6); FILE MERGED 2003/12/17 10:38:20 fs 1.5.8.3: #i22878# filter and sort order dialog from within the property browser 2003/12/04 14:06:37 fs 1.5.8.2: #i23190# fine control over disabling/enabling parts of the line 2003/12/03 10:06:40 fs 1.5.8.1: #i22878# measurement units for Width and RowHeight

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [a7739c153a06c1fc3e22168b1e03644f0c72ff65]

        INTEGRATION: CWS formdesign01 (1.4.8); FILE MERGED 2003/12/04 14:06:12 fs 1.4.8.1: #i23190# fine control over disabling/enabling parts of the line

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ad71c8637088a558133d44347366dd2ab2522d58]

        INTEGRATION: CWS formdesign01 (1.5.8); FILE MERGED 2003/12/17 10:38:19 fs 1.5.8.6: #i22878# filter and sort order dialog from within the property browser 2003/12/16 09:27:00 fs 1.5.8.5: reverted the previous (probably wrong) fix for #111933# 2003/12/16 09:15:17 fs 1.5.8.4: reverted the previous (probably wrong) fix for #111933# 2003/12/05 12:16:01 fs 1.5.8.3: #111933# proper filling of the label text when we have a mirrored UI 2003/12/05 09:03:34 fs 1.5.8.2: #i23190# disable more input fields while the query design is open 2003/12/04 14:06:13 fs 1.5.8.1: #i23190# fine control over disabling/enabling parts of the line

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [98868b40acb7125dcfd669db2c7ac49903e4547b]

        INTEGRATION: CWS formdesign01 (1.17.68); FILE MERGED 2004/02/25 18:07:14 fs 1.17.68.2: RESYNC: (1.17-1.18); FILE MERGED 2003/12/17 10:43:36 fs 1.17.68.1: corrected the service name of the css.sdb.FilterDialog during #i22878#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [fdffbde1391d24894eeb3ea83b9d7d9bf6e8413d]

        INTEGRATION: CWS formdesign01 (1.30.68); FILE MERGED 2003/11/27 10:18:06 fs 1.30.68.1: during #22878#: proper service name for the form controller

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [052f1a41dfa7ec52b153646ebec3fe57a2dc25f4]

        INTEGRATION: CWS formdesign01 (1.16.2); FILE MERGED 2003/12/19 14:28:21 fs 1.16.2.8: RESYNC: (1.16-1.17); FILE MERGED 2003/12/18 13:01:57 fs 1.16.2.7: #i22878# 2003/12/17 09:17:16 fs 1.16.2.6: #i22878# 2003/12/15 14:50:05 fs 1.16.2.5: #i22878# 2003/12/15 07:56:10 fs 1.16.2.4: #i23418# 2003/12/04 14:04:49 fs 1.16.2.3: #i23190# 2003/11/27 10:21:32 fs 1.16.2.2: #i22878# some new help/unique ids 2003/11/26 16:04:10 fs 1.16.2.1: #i22878# implementations for disabling property controls depending on other property's values

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [48936a35a0fdced341b44d4f3e596d93b449f627]

        INTEGRATION: CWS formdesign01 (1.13.208); FILE MERGED 2004/02/25 18:22:18 fs 1.13.208.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/04 14:55:00 fs 1.13.208.1: during #i23190#: QueryClose: care for the result of the XController::suspend call

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [b17ab0d38c5deb16766d43ce53bf38f711dbf7ce]

        INTEGRATION: CWS formdesign01 (1.9.72); FILE MERGED 2004/01/05 21:25:29 fs 1.9.72.3: RESYNC: (1.9-1.10); FILE MERGED 2003/12/11 14:10:39 fs 1.9.72.2: #i23418# removed some unused property identifiers 2003/12/05 14:22:26 fs 1.9.72.1: removed obsolete property name (PROPERY_MULTI)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0014ae4af84883d83090b5350317c672af73d337]

        INTEGRATION: CWS formdesign01 (1.7.72); FILE MERGED 2004/01/05 21:26:20 fs 1.7.72.4: RESYNC: (1.7-1.8); FILE MERGED 2003/12/11 14:10:27 fs 1.7.72.3: #i23418# removed some unused property identifiers 2003/12/05 14:22:51 fs 1.7.72.2: removed obsolete property name (PROPERY_MULTI) 2003/12/05 14:22:10 fs 1.7.72.1: removed obsolete property name (PROPERY_MULTI)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [1d3f39ab74f47b1ded9a0215a8f5a30f74d4ed1d]

        INTEGRATION: CWS formdesign01 (1.5.2); FILE MERGED 2004/01/05 21:21:58 fs 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED 2003/12/11 14:13:39 fs 1.5.2.2: #i23418# +formfiltermanager 2003/12/10 15:46:53 fs 1.5.2.1: outsourced the parameter handling, in preparation of #i23418#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [0f16d77a9dc559c8609a4b04ac3a2abf0cf13ba9]

        INTEGRATION: CWS formdesign01 (1.9.4); FILE MERGED 2003/12/05 14:24:04 fs 1.9.4.1: #109708# also allow to remove the graphics if it implicitily originates from a database column (and not an explicit image URL)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ea6ccbbc6653ac2af0718a1c6c11539945fdcab1]

        INTEGRATION: CWS formdesign01 (1.27.4); FILE MERGED 2004/01/05 21:24:59 fs 1.27.4.3: RESYNC: (1.27-1.28); FILE MERGED 2003/12/08 07:45:31 fs 1.27.4.2: use short construction for the ImplementationReference 2003/12/05 14:24:05 fs 1.27.4.1: #109708# also allow to remove the graphics if it implicitily originates from a database column (and not an explicit image URL)

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [5508e7ed773737789c31cda33c4e42242d6305b3]

        INTEGRATION: CWS formdesign01 (1.10.72); FILE MERGED 2004/01/05 21:23:02 fs 1.10.72.2: RESYNC: (1.10-1.11); FILE MERGED 2003/12/10 15:44:46 fs 1.10.72.1: prevented compiler warning - done during #i23418#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [f14d3b19f5602e76c77e9d10ec0df59b29e1ad1e]

        INTEGRATION: CWS formdesign01 (1.25.2); FILE MERGED 2004/01/05 21:22:46 fs 1.25.2.2: RESYNC: (1.25-1.26); FILE MERGED 2003/12/05 14:59:43 fs 1.25.2.1: during #109696#: reset: don't ask columns with binary content for a string, as this is way too expensive

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [ea7bb63c94ed21c8d2b895e0071ad2ffc0a0c30e]

        INTEGRATION: CWS formdesign01 (1.17.66); FILE MERGED 2003/12/15 13:41:40 fs 1.17.66.4: during #i23418#: own holder for the IgnoreResult property, so the value we set temporarily at the aggregate is never visible to the outside 2003/12/15 11:56:20 fs 1.17.66.3: #i23418# outsourced some more parameter handling to the FormParameterManager 2003/12/11 14:13:00 fs 1.17.66.2: outsourced the filter handling in preparation of #i23418# 2003/12/10 15:45:55 fs 1.17.66.1: outsourced the parameter handling, in preparation of #i23418#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [76c7f9ab21395ea971a019dc3db833830cccae10]

        INTEGRATION: CWS formdesign01 (1.53.4); FILE MERGED 2003/12/15 13:41:40 fs 1.53.4.5: during #i23418#: own holder for the IgnoreResult property, so the value we set temporarily at the aggregate is never visible to the outside 2003/12/15 11:56:21 fs 1.53.4.4: #i23418# outsourced some more parameter handling to the FormParameterManager 2003/12/12 15:14:12 fs 1.53.4.3: further preparations for #i23184# 2003/12/11 14:12:59 fs 1.53.4.2: outsourced the filter handling in preparation of #i23418# 2003/12/10 15:45:55 fs 1.53.4.1: outsourced the parameter handling, in preparation of #i23418#

2004-03-19  Oliver Bolte  <obo@openoffice.org>  [face0cccb78fef654d8bee879366c0050fa42334]

        INTEGRATION: CWS formdesign01 (1.13.4); FILE MERGED 2003/12/05 14:23:13 fs 1.13.4.1: removed obsolete property name (PROPERY_MULTI)

2004-03-18  Oliver Bolte  <obo@openoffice.org>  [e26b9044bdeeaa6782c954c18cf95629e2aa5143]

        #100000# depends on sfx2

2004-03-18  Oliver Bolte  <obo@openoffice.org>  [6f77d238ec3dbb84ab71bfe9a3c2495071461e7d]

        #100000# use quotes for proext

2004-03-18  Oliver Bolte  <obo@openoffice.org>  [d571166adb942cec4a2ddfa23aa7cb8bab198455]

        #100000# source/canvas added

2004-03-18  Oliver Bolte  <obo@openoffice.org>  [4645c8bf3c77b696b8670618e0014c12b3d804bd]

        #100000# forgotten in cws canvas01 (thb)

2004-03-18  Oliver Bolte  <obo@openoffice.org>  [36dcf756b9ceeb0d414279cffba4506fd2e76fc0]

        Initial revision cws canvas01 (thb)

2004-03-18  Oliver Bolte  <obo@openoffice.org>  [89d13544108cf04967729a5ff1da4b93fde1f381]

        #100000# syntax for unxlngi5 nonpro

2004-03-18  Vladimir Glazounov  <vg@openoffice.org>  [e1b9252a78745f5b2a62818c8bc47112a270300e]

        #100000# typo through replace

2004-03-18  Oliver Bolte  <obo@openoffice.org>  [9e56a0c5297fa9fd2b09c8fd6cf053647e4fc425]

        #100000# linux parse problem

2004-03-18  Thorsten Behrens  <thb@openoffice.org>  [7bf2fb485bdbc74799457c40b765a92f1af3cda5]

        #110496# Merge from cws_srx645_canvas01: first working version of UNO slideshow component, providing basic presentation functionality for Impress XShapes

2004-03-18  Thorsten Behrens  <thb@openoffice.org>  [f045b7b4f5e841dbb130ef9fda6c06eb88bc979a]

        #110496# Merge from cws_srx645_canvas01: first working version of XCanvas C++ wrapper, providing encapsulation against possible API changes and some amount of convenience.

2004-03-18  Thorsten Behrens  <thb@openoffice.org>  [6e89341b5045a01e823364633ef0fbfd44ebdfd5]

        #110496# Merge from cws_srx645_canvas01: first working version of XCanvas UNO components, for now consisting of javacanvas.uno.jar, vclcanvas.uno and directxcanvas.uno (windows only)

2004-03-18  Oliver Bolte  <obo@openoffice.org>  [aac18e0575873e71532ce77e4c2e4083e4c71b9a]

        #100000# depends on print_header

2004-03-18  Oliver Bolte  <obo@openoffice.org>  [c3ca9fb10e20c0ff854106172d8e1103377324b4]

        #100000# depends on tools

2004-03-18  Oliver Bolte  <obo@openoffice.org>  [bddd8727869c5af73dda06a6635c5c29a9ae7100]

        #100000# depends on offuh and cppuhelper

2004-03-18  Kurt Zenker  <kz@openoffice.org>  [204c62362bf8c993e42527a2d7e56169284983d7]

        new version for SRC680

2004-03-18  Rüdiger Timm  <rt@openoffice.org>  [c39e284de68695dbcf242c8218aadc7dc168cb77]

        new version for SRC680

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [62adf1ba7c1845beb54e22da7930a7fdd3b8d3e0]

        SRC680

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [922b1f0b0f0c0482ca7bf3c0526dc73a05e602cd]

        INTEGRATION: CWS canvas01 (1.28.10); FILE MERGED 2004/02/17 00:25:06 thb 1.28.10.4: RESYNC: (1.32-1.35); FILE MERGED 2004/02/05 15:07:00 thb 1.28.10.3: #110496# Added geometry subnamespace 2004/01/05 20:41:58 thb 1.28.10.2: RESYNC: (1.28-1.32); FILE MERGED 2003/07/29 12:04:36 thb 1.28.10.1: #110496# Delivering new drafts header

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7a403be73dba070c10c45f3266a221e3bb499bc2]

        INTEGRATION: CWS canvas01 (1.32.14); FILE MERGED 2004/02/16 19:47:46 thb 1.32.14.6: RESYNC: (1.37-1.40); FILE MERGED 2004/02/05 15:08:08 thb 1.32.14.5: #110496# Added geometry subnamespace 2004/01/06 15:14:39 thb 1.32.14.4: #110496# Added dependency of document for embed. Otherwise, will not build clean 2004/01/05 20:45:00 thb 1.32.14.3: RESYNC: (1.32-1.37); FILE MERGED 2004/01/05 12:32:19 thb 1.32.14.2: #110496# Enabling drafts/.../rendering build 2003/07/25 09:49:56 thb 1.32.14.1: #110498# Reactivated drafts API

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [430272d01be8551c9c5b3d33641195886e88b449]

        INTEGRATION: CWS canvas01 (1.62.8); FILE MERGED 2004/02/17 00:09:18 thb 1.62.8.4: RESYNC: (1.67-1.69); FILE MERGED 2004/02/05 15:05:07 thb 1.62.8.3: #110496# Added geometry subnamespace 2004/01/05 19:44:53 thb 1.62.8.2: RESYNC: (1.62-1.67); FILE MERGED 2004/01/05 11:46:35 thb 1.62.8.1: #110496# Added drafts/.../rendering

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e36a4c81e677bb0897ebfb397480b55c6082cb56]

        INTEGRATION: CWS canvas01 (1.45.26); FILE MERGED 2004/02/17 00:10:05 thb 1.45.26.5: RESYNC: (1.50-1.52); FILE MERGED 2004/02/05 15:05:26 thb 1.45.26.4: #110496# Added geometry subnamespace 2004/01/06 15:13:03 thb 1.45.26.3: #110496# Added rendering dependency to util line 2004/01/05 19:47:30 thb 1.45.26.2: RESYNC: (1.45-1.50); FILE MERGED 2003/07/24 16:46:01 thb 1.45.26.1: #110498# Building drafts again, for canvas API

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4f8e6675eb59580e5502351d5c59525a1277c5e1]

        INTEGRATION: CWS nn01 (1.42.2); FILE MERGED 2004/03/10 19:07:24 nn 1.42.2.1: #115112# handle RTL in OLE objects

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7382e70a09b18e79c13870738805e62c906ce6f1]

        INTEGRATION: CWS nn01 (1.34.54); FILE MERGED 2004/03/10 19:07:23 nn 1.34.54.1: #115112# handle RTL in OLE objects

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a0be96609b6bf599189ffa355bc9ed098b79f7f4]

        INTEGRATION: CWS nn01 (1.16.56); FILE MERGED 2004/03/10 19:07:23 nn 1.16.56.1: #115112# handle RTL in OLE objects

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3325dd24c351ef576ea6564e81581c85a466b43c]

        INTEGRATION: CWS nn01 (1.27.14); FILE MERGED 2004/03/12 11:16:09 nn 1.27.14.1: #i26376# setAllPropertiesToDefault: restore default BoxInfoItem

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b19c26d7ad2e70db5962d4d4dea56fd1d164880e]

        INTEGRATION: CWS nn01 (1.60.56); FILE MERGED 2004/03/08 12:49:29 nn 1.60.56.1: #i24515# merge changes from CWS calcpp2

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4428b1e1aad9f0be758e10923fdfc0d4e6defaf3]

        INTEGRATION: CWS nn01 (1.10.258); FILE MERGED 2004/03/10 19:07:03 nn 1.10.258.1: #115112# handle RTL in OLE objects

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [afc82c893d98cfcc228b1784890aaaf3852f14af]

        INTEGRATION: CWS nn01 (1.31.2); FILE MERGED 2004/03/10 19:07:02 nn 1.31.2.1: #115112# handle RTL in OLE objects

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [824e4b8f918f4943677aa405bb3dc4141f3c0a5f]

        INTEGRATION: CWS nn01 (1.51.56); FILE MERGED 2004/03/08 12:33:36 nn 1.51.56.1: #i23720# merge changes from CWS calcpp2

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a6fd7744d16887d4d460a4f08ef5b32c26d127fe]

        INTEGRATION: CWS nn01 (1.21.2); FILE MERGED 2004/03/10 19:06:46 nn 1.21.2.1: #115112# handle RTL in OLE objects

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6a29d35f361aa50cd8bd230d94855a2a883cc20f]

        INTEGRATION: CWS canvas01 (1.26.6); FILE MERGED 2004/02/20 20:55:42 thb 1.26.6.1: #110496# Added basegfx dependency

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2c687b707d0e04cc54f54c962933c5051a9d80a4]

        INTEGRATION: CWS canvas01 (1.69.22); FILE MERGED 2004/02/25 11:26:58 thb 1.69.22.3: #110496# Added cppcanvas lib 2004/02/20 20:48:55 thb 1.69.22.2: #110496# Added canvas helper 2004/02/05 17:20:25 thb 1.69.22.1: #110496# Need two new libs: basegfx and canvas

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [45bc188c867dc590341cd273fc929dfcd123e252]

        INTEGRATION: CWS canvas01 (1.3.16); FILE MERGED 2004/02/25 17:04:57 thb 1.3.16.2: #110496# Also need canvastools lib 2004/02/25 15:05:45 thb 1.3.16.1: #110496# Added canvas, cppcanvas, basegfx and slideshow libraries

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [182df36f8036d7e6d5157619f6661578dd7280b3]

        INTEGRATION: CWS canvas01 (1.53.46); FILE MERGED 2004/02/17 00:10:13 thb 1.53.46.2: RESYNC: (1.53-1.56); FILE MERGED 2004/02/05 15:05:27 thb 1.53.46.1: #110496# Added geometry subnamespace

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [23dcb9236bbf8459f1974708572ab164f0449d8c]

        INTEGRATION: CWS canvas01 (1.3.140); FILE MERGED 2004/02/12 18:16:49 thb 1.3.140.1: #110496# Changed senseless DISPOSE_FULL (never worked) to more plausible DISPOSE_BACK: multi-page TIFFs might differ in size

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [71bd0d35dddd7df410107df4fa38fcdf4ef20436]

        INTEGRATION: CWS canvas01 (1.176.36); FILE MERGED 2004/02/25 13:16:53 thb 1.176.36.10: #110496# Removed temporary jnihelp 2004/02/20 20:58:27 thb 1.176.36.9: #110496# Added another canvas helper method 2004/02/16 21:45:12 thb 1.176.36.8: RESYNC: (1.180-1.183); FILE MERGED 2004/01/06 15:17:10 thb 1.176.36.7: #110496# Adapted native window handle fetch to new abstract SalFrame interface 2004/01/06 01:06:03 thb 1.176.36.6: RESYNC: (1.176-1.180); FILE MERGED 2004/01/05 12:58:02 thb 1.176.36.5: #110496# Adapted to VCL canvas (more init args) 2003/08/19 17:45:34 thb 1.176.36.4: First milestone: animation, basic drawing, sprites and double buffering now working 2003/08/18 16:40:58 thb 1.176.36.3: #110496# Now using JNI helper method to fake a Motif widget ID for X11 2003/08/08 14:38:24 thb 1.176.36.2: #110496# Had to forward some XWindow methods, to keep the embedded window to the same size etc 2003/07/29 15:26:01 thb 1.176.36.1: #110496# Added VCL-Canvas link to Window, to acquire an XCanvas for a VCL Window

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2a7682365116e1e6bb2a4a2a343727d64f16a9e2]

        INTEGRATION: CWS canvas01 (1.12.52); FILE MERGED 2004/02/20 20:57:56 thb 1.12.52.1: #110496# Added canvastools

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7436e274308b7b270e8e2cb64c3da6cbbebda213]

        INTEGRATION: CWS canvas01 (1.1.2); FILE ADDED 2004/02/20 20:54:32 thb 1.1.2.1: Initial revision

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [413dce0e6ee6217959388c879c33ab227c4e41a0]

        INTEGRATION: CWS canvas01 (1.34.14); FILE MERGED 2004/02/20 20:56:01 thb 1.34.14.1: #110496# Added canvastools

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [547a45fc846dcd224ab94edce5b2141cb5677f2b]

        INTEGRATION: CWS canvas01 (1.3.32); FILE MERGED 2004/01/15 12:00:28 er 1.3.32.1: #110496# deliver bind headers (commit on behalf of Thorsten Behrens)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [fda73b8d0326d0923dd8911ec3047939994a0bdd]

        INTEGRATION: CWS canvas01 (1.3.126); FILE MERGED 2004/02/10 17:22:11 thb 1.3.126.1: #110496# Moved Sequence tools from canvas to comphelper

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0d31f335193f396207244292905f8a53a08c2a41]

        INTEGRATION: CWS canvas01 (1.1.2); FILE ADDED 2004/02/04 13:09:58 thb 1.1.2.5: #110496# Cleaned up implementation helper (removed all ambiguity resolving hacks) 2003/12/05 15:16:13 thb 1.1.2.4: Incorporated suggestions from FS (createUnambiguous) and AF (makeImplementationReference) 2003/12/01 17:54:54 thb 1.1.2.3: Added convenience factory method, to avoid somewhat clumsy use of the AmbiguityResolver. Added default constructor and get() method, to mimick auto_ptr more closely 2003/10/14 17:10:01 thb 1.1.2.2: Had to add ambiguity resolver mechanics. Since unfortunately, C++ helper for UNO are ambiguously derived from XInterface, I somehow had to force a static_cast< UnambiguousType > before the first uno::Reference construction. On the other hand, the ImplementationReference constructor should remain unary, to facilitate painless member initialisation (of ImplementationReference members in a client's constructor, of course) 2003/10/14 15:50:47 thb 1.1.2.1: Initial revision

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ed405ea46790b1a0f543f3dadb0a5e5b599facbb]

        INTEGRATION: CWS canvas01 (1.3.102); FILE MERGED 2004/02/05 15:10:51 thb 1.3.102.1: #110496# Mutex must be modifieable also in const methods, made mutable

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [82704bf62c21d908bf169ff9711a54fb28a2903a]

        INTEGRATION: CWS canvas01 (1.20.82); FILE MERGED 2004/02/20 20:36:19 thb 1.20.82.4: #110496# Removed new preseng from sd, moved to slideshow 2004/02/16 19:48:50 thb 1.20.82.3: RESYNC: (1.24-1.25); FILE MERGED 2004/01/05 23:42:58 thb 1.20.82.2: RESYNC: (1.20-1.24); FILE MERGED 2004/01/05 12:53:14 thb 1.20.82.1: #110496# Added new presentation engine

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [642f12883e68df4ef53e5e075bb836fa3f90ca9e]

        INTEGRATION: CWS jl5vba (1.36.20); FILE MERGED 2004/03/01 15:14:34 jl 1.36.20.2: RESYNC: (1.36-1.37); FILE MERGED 2004/01/21 13:34:45 ab 1.36.20.1: #111934# Merge to src680, #109170# Set stack size explicitely for office application

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [95aae0e8bab268ab9c03d1e5ba6393de2f7dce14]

        INTEGRATION: CWS jl5vba (1.7.14); FILE MERGED 2004/01/21 14:36:26 ab 1.7.14.1: #111934# Merge to src680, #110009# Added library preload flag

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [90c383e84351f86d193cca53645fc5d4a0fecd39]

        INTEGRATION: CWS jl5vba (1.6.80); FILE MERGED 2004/01/21 14:34:42 ab 1.6.80.1: #111934# Merge to src680, #110009# Added library preload flag

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [12b58da611b5338f80d5028f10f8cd07e30065ae]

        INTEGRATION: CWS jl5vba (1.8.14); FILE MERGED 2004/01/21 14:57:25 ab 1.8.14.1: #111934# Merge to src680, #110009# Added library preload flag

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f62e089e4f80f0f14ed09b57c61c188eb8685879]

        INTEGRATION: CWS jl5vba (1.1.80); FILE MERGED 2004/01/21 14:55:42 ab 1.1.80.1: #111934# Merge to src680, #110009# Added library preload flag

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3abe7a3c57fb3167c471a3c0f6e78f7fea52c051]

        INTEGRATION: CWS jl5vba (1.33.6); FILE MERGED 2004/03/01 15:13:58 jl 1.33.6.2: RESYNC: (1.33-1.35); FILE MERGED 2004/01/16 15:31:35 jl 1.33.6.1: #112439# #112509# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [468957f4decc55966a3150d766cc30aca796be79]

        INTEGRATION: CWS jl5vba (1.13.68); FILE MERGED 2004/02/04 09:23:09 jl 1.13.68.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/16 14:18:24 jl 1.13.68.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a9be946d49a567ccf3f67665a45e7c898ba5cf68]

        INTEGRATION: CWS jl5vba (1.14.48); FILE MERGED 2004/02/04 09:23:33 jl 1.14.48.2: RESYNC: (1.14-1.15); FILE MERGED 2004/01/16 14:17:31 jl 1.14.48.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [8430e1ac0014af017b65cdd7c7d2afa2c0dd0575]

        INTEGRATION: CWS jl5vba (1.10.68); FILE MERGED 2004/02/04 09:23:22 jl 1.10.68.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/16 14:17:30 jl 1.10.68.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [5bc822e23fc4b2742793d650ed54a843e779113a]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:15:10 jl 1.1.4.1: #112439# #112685# #112560# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b702e814da74e6fe2f6ebfde08a27f65c3ecf82c]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:14:21 jl 1.1.4.1: #112439# #112685# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f2d688a862064ec509cd69e8a6d1f20c67fb5b65]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:11:45 jl 1.1.4.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d7cbcde2eb4e6d841edab21cd4f10a3637e0908f]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:16:00 jl 1.1.4.1: #112439# #112560# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0546fd323363d54bc7c9704eeaed2b92ccb93749]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:12:56 jl 1.1.4.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c268d0a2f04cd0aed0922d474bff5ebfdf9be395]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:11:44 jl 1.1.4.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [50dcb9831ff2a33b36bda99f81b8c0bcc53680a9]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:11:40 jl 1.1.4.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [794385d94ff87c52d019015296396876b3785744]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:11:38 jl 1.1.4.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b3731c66499eddaeb770e9310f6763daf6ed210c]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:11:35 jl 1.1.4.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4acb20b5fe23d06b8f79b2f82de4ed5ba17153a7]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:11:32 jl 1.1.4.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [20cfbf6089aad5e64dd171d901308226d325519f]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 14:11:30 jl 1.1.4.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [cea113eeda4f9ff606c6d7dfdb3d9f1844ea54b9]

        INTEGRATION: CWS jl5vba (1.11.68); FILE MERGED 2004/01/16 14:05:59 jl 1.11.68.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d2e360c0cc1fcd137eed6d17645b4b55460d5966]

        INTEGRATION: CWS jl5vba (1.5.68); FILE MERGED 2004/01/16 14:04:05 jl 1.5.68.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [cfb9aa33b9270cd77cd0703ca4a332dd076ce874]

        INTEGRATION: CWS jl5vba (1.6.98); FILE MERGED 2004/01/16 14:03:07 jl 1.6.98.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [db7e98f2f73174e3485d379ee2cb5d2dac0010b1]

        INTEGRATION: CWS jl5vba (1.10.68); FILE MERGED 2004/01/16 14:01:34 jl 1.10.68.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2297005daa5cf9dd50ee0fe23d995ffb6f446755]

        INTEGRATION: CWS jl5vba (1.10.82); FILE MERGED 2004/02/13 16:18:28 ab 1.10.82.2: #115448# Dim/Private only active under compatibility mode 2004/01/21 10:26:10 ab 1.10.82.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.10.4)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [cc6a1ab9204971a0e6fa9924002d959f5863d00f]

        INTEGRATION: CWS jl5vba (1.6.110); FILE MERGED 2004/01/21 10:23:50 ab 1.6.110.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.6.22)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1115db944766e0a3b31f813f4a938ff3095f6e23]

        INTEGRATION: CWS jl5vba (1.15.92); FILE MERGED 2004/01/21 10:22:48 ab 1.15.92.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.15.14)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f7084f49ac43edf6df9fd2f61b3ea51d16f44f63]

        INTEGRATION: CWS jl5vba (1.11.138); FILE MERGED 2004/01/21 10:06:45 ab 1.11.138.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.11.52)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [762e3647d2a17617b2dcd8322220226f59a638e1]

        INTEGRATION: CWS jl5vba (1.14.110); FILE MERGED 2004/01/21 10:01:07 ab 1.14.110.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.14.22)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [84f829ebd77b4d5d28b8a304108450ec177d7393]

        INTEGRATION: CWS jl5vba (1.8.138); FILE MERGED 2004/01/21 09:59:18 ab 1.8.138.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.8.52)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3fb69dfef21b691841e3eaa7c3219587b702afa1]

        INTEGRATION: CWS jl5vba (1.15.6); FILE MERGED 2004/01/21 09:47:40 ab 1.15.6.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.14.4)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [8163ffd1fd7af6d1c3818930d69e35d159e74735]

        INTEGRATION: CWS jl5vba (1.52.6); FILE MERGED 2004/01/21 09:46:42 ab 1.52.6.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.51.4)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [57000f74e0e4e8d355366f7004278f3b49b81488]

        INTEGRATION: CWS jl5vba (1.2.94); FILE MERGED 2004/01/21 09:39:37 ab 1.2.94.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.2.6)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c474f71563cbd18929e3468d33aeb7b38df6abb1]

        INTEGRATION: CWS jl5vba (1.3.142); FILE MERGED 2004/01/21 09:32:38 ab 1.3.142.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.3.56)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9cdb73ff28c4cd6380412468f34ff10e46292a07]

        INTEGRATION: CWS jl5vba (1.25.94); FILE MERGED 2004/01/20 15:48:58 ab 1.25.94.1: #111934# Merge to src680, for tasks see merge message for CWS ab02vba (1.25.6)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d4294c127ade247ffbc20619966f2a9360924d31]

        INTEGRATION: CWS jl5vba (1.3.94); FILE MERGED 2004/01/21 09:28:59 ab 1.3.94.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.3.6)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [34bb8071849d76abdc87792f278c2d024a485cd5]

        INTEGRATION: CWS jl5vba (1.6.94); FILE MERGED 2004/01/21 09:28:00 ab 1.6.94.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.6.6)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [fd6ff91d5b8d69bec6a7b93e1ed9cc30c29519a2]

        INTEGRATION: CWS jl5vba (1.4.6); FILE MERGED 2004/01/21 09:24:39 ab 1.4.6.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.3.22)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [bf1c855eb61a8afe3306607ce17f37a50a1bb626]

        INTEGRATION: CWS jl5vba (1.16.110); FILE MERGED 2004/01/21 09:23:14 ab 1.16.110.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.16.22)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [48e50e3fefcd2a4026b74dd4c2b0781640a22b70]

        INTEGRATION: CWS jl5vba (1.1.1.1.182); FILE MERGED 2004/01/21 09:22:20 ab 1.1.1.1.182.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.1.1.1.96)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [05dba8e2ce9514f86160855cb5d94115141e2cce]

        INTEGRATION: CWS jl5vba (1.4.94); FILE MERGED 2004/01/21 09:08:10 ab 1.4.94.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.4.6)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6e6f4b16b3707f680395c04bbd377579c2dbc590]

        INTEGRATION: CWS jl5vba (1.6.16); FILE MERGED 2004/01/21 09:06:00 ab 1.6.16.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.5.22)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [82bd05da2a772cfce722d9975cc6ee7291e4eb4c]

        INTEGRATION: CWS jl5vba (1.8.94); FILE MERGED 2004/01/21 09:03:01 ab 1.8.94.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.8.6)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [cc83b70dbc1d7e13def4041a851cdb916e6d6fe5]

        INTEGRATION: CWS jl5vba (1.5.82); FILE MERGED 2004/01/21 08:58:21 ab 1.5.82.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.5.4)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c21f9dd59601be8718befa2449851c57c1b895a4]

        INTEGRATION: CWS jl5vba (1.6.82); FILE MERGED 2004/01/21 08:51:05 ab 1.6.82.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.6.4)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [64eea10dbb5318582adbfd305049935fdfd11f58]

        INTEGRATION: CWS jl5vba (1.11.16); FILE MERGED 2004/02/13 16:34:33 ab 1.11.16.2: #115449# Handle local ReDim command correctly 2004/01/21 08:16:47 ab 1.11.16.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.10.4)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7985cc6961307e21193029e49a5dbc121221211e]

        INTEGRATION: CWS jl5vba (1.2.144); FILE MERGED 2004/01/21 08:42:10 ab 1.2.144.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.2.58)

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1d2589fcab44283ad9009d1e95ccbcf86526e941]

        INTEGRATION: CWS jl5vba (1.15.72); FILE MERGED 2004/01/20 15:38:22 ab 1.15.72.1: #111934# Merge #111741# User defined types #112369# Decimal type #109170# Recursion limit

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [8308f6ddfe49b71b5e0f50749e7fcac44d3a71d8]

        INTEGRATION: CWS jl5vba (1.4.6); FILE MERGED 2004/01/20 15:30:39 ab 1.4.6.1: #111934# Merge #111741# User defined types #111851# OLE support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1f36eca1d73c56e9131316145cd817a1c41cec4c]

        INTEGRATION: CWS jl5vba (1.15.6); FILE MERGED 2004/01/20 15:25:35 ab 1.15.6.1: #111934# Merge #111741# User defined types #111851# OLE support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [dc4b335d21a5c85295164804e5e778103e0aa155]

        INTEGRATION: CWS jl5vba (1.46.18); FILE MERGED 2004/01/20 10:03:16 ab 1.46.18.1: #111934# #112369# Merge decimal type support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1a69413b5b1963946f538b40180e5e6f484a1fd3]

        INTEGRATION: CWS jl5vba (1.11.56); FILE MERGED 2004/02/04 09:19:03 jl 1.11.56.2: RESYNC: (1.11-1.12); FILE MERGED 2004/01/16 14:59:23 jl 1.11.56.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a752a07171137e92da0ff09b11e193b981e8d073]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/19 12:22:49 jl 1.1.4.1: #112560# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f44a2da8f0042c5f6cd64523611ee2381c2da1b9]

        INTEGRATION: CWS jl5vba (1.2.128); FILE MERGED 2004/01/19 12:22:26 jl 1.2.128.1: #112560# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [8ce5e1aad0b492880481b7fef6664054a5ad8128]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/19 12:27:02 jl 1.1.4.1: #112560# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c2cff7372b65c4a3391ae31259d163577f98503a]

        INTEGRATION: CWS jl5vba (1.2.144); FILE MERGED 2004/01/19 12:21:02 jl 1.2.144.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [901ab50708a1e12116e68d8086612582b6eca729]

        INTEGRATION: CWS jl5vba (1.9.216); FILE MERGED 2004/01/19 12:19:30 jl 1.9.216.1: #112889# #111023# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [159950b2d3aea8abe0375e7ab6790e91d82214fc]

        INTEGRATION: CWS jl5vba (1.7.128); FILE MERGED 2004/01/19 12:18:40 jl 1.7.128.1: #112889# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [8227ddde908264c6e501c244e88f0328dc3eda02]

        INTEGRATION: CWS jl5vba (1.11.126); FILE MERGED 2004/01/19 12:17:29 jl 1.11.126.1: #112890# #112889# #111023# #i15215# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [bcad89373d200b5942b78b880356f4ed70a0abad]

        INTEGRATION: CWS jl5vba (1.4.128); FILE MERGED 2004/01/19 12:15:51 jl 1.4.128.1: #112889# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [80a8989bfcc4e68b8e0527d1f57ee3fef0f019af]

        INTEGRATION: CWS jl5vba (1.4.128); FILE MERGED 2004/01/19 12:15:50 jl 1.4.128.1: #112889# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [17cf5d1dce5d569ea9052bad8f5a5bb98cd7c24f]

        INTEGRATION: CWS jl5vba (1.6.128); FILE MERGED 2004/01/19 12:13:44 jl 1.6.128.1: #i15215# #112978# 112889# #111023# #111023# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [69f61b4a1df51134ab4f9284455d7c6fd7d844f9]

        INTEGRATION: CWS jl5vba (1.3.128); FILE MERGED 2004/02/05 15:23:22 jl 1.3.128.3: #112560# 2004/02/05 15:19:52 jl 1.3.128.2: #112560# 2004/01/19 12:11:50 jl 1.3.128.1: #114374# #112367# #112889# #112560# #112053# 112509# #111748# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ccd404688d4ac15ea5dd00a034c097475a340d4d]

        INTEGRATION: CWS jl5vba (1.3.128); FILE MERGED 2004/01/19 12:08:55 jl 1.3.128.1: #112560# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b863e5a4403ade119a84aafdedc86bb1d52801a1]

        INTEGRATION: CWS jl5vba (1.2.128); FILE MERGED 2004/01/19 12:07:55 jl 1.2.128.1: #112560# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4b7d8b18298a7e23b2424ae6915e6b70e56017a2]

        INTEGRATION: CWS jl5vba (1.5.126); FILE MERGED 2004/01/19 12:03:52 jl 1.5.126.1: #112560# #109402# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [38a47f0c04b6750dd0c9f0bba338265842ae7903]

        INTEGRATION: CWS jl5vba (1.5.128); FILE MERGED 2004/01/19 12:02:29 jl 1.5.128.1: #112560# #112053# #112509# #112368# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3800e0ffc95e53e3952bcd399f96faf2dfe49a2b]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/19 11:59:18 jl 1.1.4.1: #112560# #112053# #109402# #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0fd2001851db3d60864b9d0b146af9c72e25e8f2]

        INTEGRATION: CWS jl5vba (1.8.126); FILE MERGED 2004/01/19 11:57:18 jl 1.8.126.1: #112889# #112560# #112509# #112053# #112366# #109402# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [8a450b3a51e9c0b6f9487bee0076cf10efa8b7ce]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/19 12:04:39 jl 1.1.4.1: #109402# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7aafc48cff2c0d670797d2c38b677c4fcfab9985]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/19 12:23:52 jl 1.1.4.1: #112560# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [18e0a4448223a3036af5f24f2d520ba772681abb]

        INTEGRATION: CWS jl5vba (1.5.128); FILE MERGED 2004/01/19 11:52:17 jl 1.5.128.1: #112560# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [949fd5cb3b5be500eff1e9ab63b144047875054a]

        INTEGRATION: CWS jl5vba (1.1.1.1.256); FILE MERGED 2004/01/16 13:20:26 jl 1.1.1.1.256.1: #112889# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b891d358a0ce148bda12aec8ada8dd9c64179bdb]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 13:19:29 jl 1.1.4.1: #109536# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [fe64beebbc6857c8f77281f2284d746c079710f7]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 13:18:41 jl 1.1.4.1: #112889# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d8e7cbb3926f228bfca61c9df689a13033e5541a]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 13:17:38 jl 1.1.4.1: #112889# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [04a04415275fa13fca5cb1c0e725850e38a89e1e]

        INTEGRATION: CWS jl5vba (1.1.1.1.256); FILE MERGED 2004/01/16 13:17:00 jl 1.1.1.1.256.1: #112889# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3cbf00a16a07ccadf21e4969c76c92e2b4057c86]

        INTEGRATION: CWS jl5vba (1.3.216); FILE MERGED 2004/01/16 13:15:50 jl 1.3.216.1: #112889# #112560# #112509# #112560# #112053# #112052# #109402# #109536# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [31a9f401351bd4836c890510df16989bf4b154ee]

        INTEGRATION: CWS jl5vba (1.4.216); FILE MERGED 2004/01/16 13:14:24 jl 1.4.216.1: #112889# #112560# #112509# #112560# #112053# #112052# #109402# #109536# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [47618780fde7096d24963a15775dc779a8ff90a9]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 13:10:11 jl 1.1.4.1: #112052# #112560# #112889# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [cd0375c0dde1895b5401efec030947d34c4d5abd]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/16 12:59:13 jl 1.1.4.1: #112052# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1e20d0c9762c4ae71d54f9ef2c94aa222f4afc9e]

        INTEGRATION: CWS jl5vba (1.1.1.1.256); FILE MERGED 2004/01/16 12:57:38 jl 1.1.1.1.256.1: #112889# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e2f4039c9c337ba7daa8787d841f650c776aa2c0]

        INTEGRATION: CWS jl5vba (1.3.216); FILE MERGED 2004/01/16 12:55:23 jl 1.3.216.1: #109536# #109402# #112052# #112053# #112366# #112367# #112560# #112509# #112560# #112889# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f133d780a1ea0b6d457f8e15676dd3140d050122]

        INTEGRATION: CWS jl5vba (1.2.256); FILE MERGED 2004/01/16 12:51:20 jl 1.2.256.1: #109536# #112889# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7e97066a0ae39e73b741e533b162bb0fc3150a0c]

        INTEGRATION: CWS jl5vba (1.6.218); FILE MERGED 2004/01/16 13:25:22 jl 1.6.218.1: #112889# merge from cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [fc766f2d2ddca1f36a2c80dfc7f12175f87c0da8]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/19 11:24:45 jl 1.1.4.1: #112560# #111795# #111748# #109536# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9116133637c9184c485af20c6b88113c93c3ceba]

        INTEGRATION: CWS jl5vba (1.1.4); FILE ADDED 2004/01/19 11:23:21 jl 1.1.4.1: #111748# #109536# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1404cc5a5cf6739b764786211f4f33630de36f42]

        INTEGRATION: CWS jl5vba (1.7.216); FILE MERGED 2004/01/19 11:22:20 jl 1.7.216.1: #112560# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [60a0186e43dba29e0c119adc8df811784edeacca]

        INTEGRATION: CWS jl5vba (1.16.144); FILE MERGED 2004/01/19 11:20:55 jl 1.16.144.1: #112890# #112889# #112560# #112052# #111795# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9dda09623d3f0e5ccc9fe8835c8a1365bcb5a51d]

        INTEGRATION: CWS jl5vba (1.14.150); FILE MERGED 2004/01/19 11:17:08 jl 1.14.150.1: #112890# #112889# #112893# #112560# #112509# #112053# #112366# #111023# #111748# #i15215# #109950# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4686b3b969cd379d9f1aea48e8ea401e18afe423]

        INTEGRATION: CWS jl5vba (1.2.244); FILE MERGED 2004/01/19 11:06:44 jl 1.2.244.1: #112439# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [754c281471603044605b0927f913678eb17a8e3a]

        INTEGRATION: CWS jl5vba (1.12.20); FILE MERGED 2004/01/19 11:05:33 jl 1.12.20.1: #112890# #112889# #112560# #112439# #109456# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [25a6a189aaf81349a1a28eb0b88f09b88bf1d972]

        INTEGRATION: CWS jl5vba (1.6.148); FILE MERGED 2004/01/19 11:02:46 jl 1.6.148.1: #112890# #112889# #112560# #112052# #111795# #111748# # #109536# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d85a8283e4ec68d3239bffb73e9cfde0dde1330e]

        INTEGRATION: CWS jl5vba (1.11.146); FILE MERGED 2004/01/19 11:00:45 jl 1.11.146.1: #114374# #112890# #112889# #112893# #112560# #112509# #112053# #112053# #111795# #111748# #109402# #109950# #109536# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d4b105d700e85e37f8469b8f8c17e652ce9f637c]

        INTEGRATION: CWS jl5vba (1.6.48); FILE MERGED 2004/01/19 10:55:44 jl 1.6.48.1: #112889# #109536# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [df8de388dc57feba081a00eae9d66f41211abbae]

        INTEGRATION: CWS jl5vba (1.1.222); FILE MERGED 2004/01/19 10:54:46 jl 1.1.222.1: #99049# #109536# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9b6fb7acfda302e7476d774c532f3612fee435ae]

        INTEGRATION: CWS jl5vba (1.11.48); FILE MERGED 2004/03/01 13:10:01 jl 1.11.48.2: #115742# dont link with mscvci70.dll 2004/01/19 10:53:06 jl 1.11.48.1: #112560# #112509# #112053# #111023# #109536# join cws ab02vba

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a0ced657b7eb3051ac5fdf3fef74b6dba7443b23]

        INTEGRATION: CWS jl5vba (1.35.8); FILE MERGED 2004/01/20 16:20:53 tbe 1.35.8.1: #109415# VBA Migration: Support help URI's in StarBasic comment fields

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a1c20ba6e958cf1e2c666cffece493a41745929e]

        INTEGRATION: CWS fmebugs01 (1.12.52); FILE MERGED 2004/03/05 10:03:00 fme 1.12.52.1: #114798# Calculation of footnote bottom line should consider non-splittable table rows

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e41740c10c1ddf88ea8f67faab0d2d4d0a6340b5]

        INTEGRATION: CWS fmebugs01 (1.37.52); FILE MERGED 2004/03/08 11:22:02 fme 1.37.52.2: #114798# Calculation of footnote bottom line should consider non-splittable table - second try 2004/03/05 10:02:59 fme 1.37.52.1: #114798# Calculation of footnote bottom line should consider non-splittable table rows

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a63f179afd4a7736baed9ffa6e6336266eff255a]

        INTEGRATION: CWS fmebugs01 (1.13.146); FILE MERGED 2004/03/05 15:06:16 fme 1.13.146.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/09 15:13:57 fme 1.13.146.1: #i13507# Justified alignment for lines containing manual breaks

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [050f5ce607c5b8aac19e5fe835fbef1b94b9fb53]

        INTEGRATION: CWS fmebugs01 (1.32.146); FILE MERGED 2004/03/05 15:06:04 fme 1.32.146.2: RESYNC: (1.32-1.33); FILE MERGED 2004/02/09 15:13:58 fme 1.32.146.1: #i13507# Justified alignment for lines containing manual breaks

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [07dcbed5fb6d88f69d84313ddede81c222a5a7a6]

        INTEGRATION: CWS fmebugs01 (1.15.104); FILE MERGED 2004/02/09 15:13:57 fme 1.15.104.1: #i13507# Justified alignment for lines containing manual breaks

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [807b6148962e0b9da6ff63e72b9ee12dad28f674]

        INTEGRATION: CWS fmebugs01 (1.90.146); FILE MERGED 2004/03/05 15:03:18 fme 1.90.146.2: RESYNC: (1.90-1.91); FILE MERGED 2004/02/09 15:13:55 fme 1.90.146.1: #i13507# Justified alignment for lines containing manual breaks

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3473a83795cda3a9995ef1a424e5560af248c496]

        INTEGRATION: CWS fmebugs01 (1.48.48); FILE MERGED 2004/03/09 07:39:21 fme 1.48.48.5: #115863# Do not allow repeated header rows to split 2004/03/05 15:10:41 fme 1.48.48.4: RESYNC: (1.48-1.51); FILE MERGED 2004/03/05 10:01:55 fme 1.48.48.3: #114798# Some minor fixes to prevent loops with table frames 2004/02/20 12:04:33 fme 1.48.48.2: #115598# #115625# Loop prevention during cellbreak in weird tables 2004/02/18 12:30:24 fme 1.48.48.1: #i21774# Footnotes and centering the grid does not work together

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a1b8276784a219709d7eb6ef8fb91b1bf6271f1d]

        INTEGRATION: CWS fmebugs01 (1.30.102); FILE MERGED 2004/03/05 15:09:55 fme 1.30.102.2: RESYNC: (1.30-1.31); FILE MERGED 2004/02/18 12:30:23 fme 1.30.102.1: #i21774# Footnotes and centering the grid does not work together

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4cdaadb1b13c3ddf8a6cee0de129489a62c0b679]

        INTEGRATION: CWS fmebugs01 (1.55.48); FILE MERGED 2004/03/05 15:09:06 fme 1.55.48.2: RESYNC: (1.55-1.58); FILE MERGED 2004/03/05 09:59:15 fme 1.55.48.1: #114798# Invalidation of previous frame for keep attribute should check if the previous frame has an indirect prev

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7e7bb076524773959c5ee4706a40ee177d32a453]

        INTEGRATION: CWS fmebugs01 (1.24.112); FILE MERGED 2004/03/05 15:08:57 fme 1.24.112.2: RESYNC: (1.24-1.26); FILE MERGED 2004/03/05 09:55:24 fme 1.24.112.1: #111909# Objects anchored as character may exceed right margins

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [757530f826cede47cbff4e8a2526093df45daeb4]

        INTEGRATION: CWS fmebugs01 (1.5.398); FILE MERGED 2004/03/05 15:08:48 fme 1.5.398.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/05 09:54:53 fme 1.5.398.1: #111909# Objects anchored as character may exceed right margins

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2c377d24ea26ea87298db2950d298121ff121327]

        INTEGRATION: CWS fmebugs01 (1.35.50); FILE MERGED 2004/03/05 15:08:40 fme 1.35.50.2: RESYNC: (1.35-1.37); FILE MERGED 2004/03/05 09:57:52 fme 1.35.50.1: #114798# MakeAll of fly in section should not calculate the section, if the fly is inside a table inside the section

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e79ddbc72a01252cdeb7d397290dc4f8664d79ca]

        INTEGRATION: CWS fmebugs01 (1.28.48); FILE MERGED 2004/03/05 15:08:13 fme 1.28.48.2: RESYNC: (1.28-1.31); FILE MERGED 2004/02/18 12:52:21 fme 1.28.48.1: #115438# If a section has lost its follow during MoveBwd, we should call InvalidateSize instead of _InvalidateSize, otherwise the page may not be formatted correctly

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0500dce90588a7ae8fc3e0268512ac44baf89aed]

        INTEGRATION: CWS fmebugs01 (1.19.46); FILE MERGED 2004/03/05 15:07:56 fme 1.19.46.2: RESYNC: (1.19-1.22); FILE MERGED 2004/03/05 10:01:56 fme 1.19.46.1: #114798# Some minor fixes to prevent loops with table frames

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a5b7a319baec178b522c425f9f9c4a38a2c5974e]

        INTEGRATION: CWS fmebugs01 (1.7.52); FILE MERGED 2004/03/05 10:02:59 fme 1.7.52.1: #114798# Calculation of footnote bottom line should consider non-splittable table rows

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ecedbd0b82945f9410d17776a3e712d6b10e226f]

        INTEGRATION: CWS os26 (1.71.98); FILE MERGED 2004/01/08 15:02:43 os 1.71.98.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [622dcbbde33c5d2dc8e61507b00d3b0db2aaa032]

        INTEGRATION: CWS fwkbugfix01 (1.56.12); FILE MERGED 2004/03/10 11:35:28 cd 1.56.12.1: #i26164# Presentation mode must hide menubar

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [268b0107af3cda7064cfcce1440e08e7677233aa]

        INTEGRATION: CWS fwkbugfix01 (1.22.76); FILE MERGED 2004/03/04 10:27:23 as 1.22.76.1: #i26074# use new query mode on filter container

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e0adebfd86dc18af55be82af2b96f745bcee1d65]

        INTEGRATION: CWS fwkbugfix01 (1.45.12); FILE MERGED 2004/03/04 07:56:45 cd 1.45.12.1: #i26018# Readded resource ID for function bar, so it can be found by the configuration dialog

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [fab8030a048b17d6e4b463b9b3ad36fa808bfa2e]

        INTEGRATION: CWS fwkbugfix01 (1.90.80); FILE MERGED 2004/03/04 07:56:43 cd 1.90.80.1: #i26018# Readded resource ID for function bar, so it can be found by the configuration dialog

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a1c0883592b1d24c3fb314fff5eae48f632bcd44]

        INTEGRATION: CWS os26 (1.9.116); FILE MERGED 2003/12/22 13:21:47 os 1.9.116.1: #114571# force layout creation in ::execute()

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [18c575496a7353f5965f3cbc04b0fad3fbff6157]

        INTEGRATION: CWS os26 (1.20.114); FILE MERGED 2004/02/20 11:51:18 os 1.20.114.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/08 15:02:46 os 1.20.114.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6f9f84d82666a85f43f2be02921a64dce688482e]

        INTEGRATION: CWS fwkbugfix01 (1.28.12); FILE MERGED 2004/03/04 07:56:43 cd 1.28.12.1: #i26018# Readded resource ID for function bar, so it can be found by the configuration dialog

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1830a994173455c05616953cdd863b5f16e97aac]

        INTEGRATION: CWS os26 (1.42.114); FILE MERGED 2004/02/20 11:50:50 os 1.42.114.2: RESYNC: (1.42-1.43); FILE MERGED 2004/01/08 15:02:45 os 1.42.114.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c9612a6f67bbfa1471f56bda0d4e235233365874]

        INTEGRATION: CWS os26 (1.6.136); FILE MERGED 2004/01/09 07:42:08 os 1.6.136.1: pseudo.src unused

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f9f08b1efc4a8b8584d22052c7aeddff1ba7e205]

        INTEGRATION: CWS os26 (1.11.142); FILE MERGED 2004/01/09 13:51:16 os 1.11.142.1: #110579# Input list field: call enable handler on activation

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [704e2103f6aa5afae24d4921c4bada7ca6735138]

        INTEGRATION: CWS os26 (1.27.310); FILE MERGED 2004/01/09 12:06:55 os 1.27.310.1: #110424# apply current metric to construct label format

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [969daa6345ad1a90c8c3a2b3f66309b282cffa3f]

        INTEGRATION: CWS fwkbugfix01 (1.2.6); FILE MERGED 2004/03/09 07:14:34 cd 1.2.6.1: #115843# Support placeholders ($1) and ($2) for outplace activation within menus

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [deb71ed24367654faf80e5e1af2f2ee749f3eb5d]

        INTEGRATION: CWS os26 (1.73.42); FILE MERGED 2004/02/20 11:59:12 os 1.73.42.2: RESYNC: (1.73-1.75); FILE MERGED 2004/01/09 12:26:21 os 1.73.42.1: #110460# prevent moving of protected frames

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [04e925a9602f953ad5c68e7923d4415479acabce]

        INTEGRATION: CWS fwkbugfix01 (1.3.6); FILE MERGED 2004/03/04 10:28:41 as 1.3.6.1: #115756# right handling of macro execution mode

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b113270e72425f8896d56dabc8ef1a3f4451624b]

        INTEGRATION: CWS os26 (1.39.42); FILE MERGED 2004/01/16 12:00:34 os 1.39.42.4: #i23878# syntax 2004/01/16 11:56:13 os 1.39.42.3: #i23878# date conversion mustn't change non-date values 2004/01/12 11:14:34 os 1.39.42.2: RESYNC: (1.39-1.40); FILE MERGED 2004/01/07 14:43:42 os 1.39.42.1: #i23878# offset of dates in data-to-text corrected

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [68a1f625230d68ccbd88e3c1282a1cdfc09d3f7e]

        INTEGRATION: CWS fwkbugfix01 (1.2.6); FILE MERGED 2004/03/09 07:11:58 cd 1.2.6.1: #i26164# Store menubar visibility and set menubar visible/invisible

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [76d3215e50ed4dee4c810a9c46a7fd59760b40b9]

        INTEGRATION: CWS os26 (1.56.118); FILE MERGED 2004/02/20 12:02:27 os 1.56.118.2: RESYNC: (1.56-1.59); FILE MERGED 2004/01/08 15:02:44 os 1.56.118.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9881348885f74e792c385581b50bb0a66208547b]

        INTEGRATION: CWS fwkbugfix01 (1.10.6); FILE MERGED 2004/03/09 07:14:32 cd 1.10.6.1: #115843# Support placeholders ($1) and ($2) for outplace activation within menus

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [82d89c239ea8a84f591d726f7924125fbe76be16]

        INTEGRATION: CWS os26 (1.95.54); FILE MERGED 2004/02/20 14:55:35 os 1.95.54.1: #105372# FN_INSERT_HEADER/FOOTER removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9fdf8483f5fca77dcb72325540383d9ee0aae3e2]

        INTEGRATION: CWS fwkbugfix01 (1.2.6); FILE MERGED 2004/03/09 07:11:37 cd 1.2.6.1: #i26164# Store menubar visibility and set menubar visible/invisible

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [be03d3c0c18da393e241058b2ee41e87956fde1b]

        INTEGRATION: CWS os26 (1.69.346); FILE MERGED 2004/01/08 15:02:43 os 1.69.346.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [31af74fb2568383ea32482ca14ff761adb061369]

        INTEGRATION: CWS fwkbugfix01 (1.2.6); FILE MERGED 2004/03/09 07:14:30 cd 1.2.6.1: #115843# Support placeholders ($1) and ($2) for outplace activation within menus

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c4abc2dc185e48b8635f969abd7b1a6652360d26]

        INTEGRATION: CWS os26 (1.23.346); FILE MERGED 2004/02/20 12:17:57 os 1.23.346.2: RESYNC: (1.23-1.24); FILE MERGED 2004/01/08 15:02:42 os 1.23.346.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [91097f51a2c9bd167d0d5379a510f5d81ed01b65]

        INTEGRATION: CWS os26 (1.7.42); FILE MERGED 2004/01/08 15:02:41 os 1.7.42.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [82f529f0342f362ff39f26dc3f1f3d18617c7789]

        INTEGRATION: CWS os26 (1.42.42); FILE MERGED 2004/01/08 15:02:40 os 1.42.42.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [818fba0f25c103831076c42c22e751a23c81ee07]

        INTEGRATION: CWS os26 (1.78.42); FILE MERGED 2003/12/22 13:19:20 os 1.78.42.1: #114571#

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [180d10e7398b91f7e888cfdc5a5f2edf7aec4302]

        INTEGRATION: CWS os26 (1.19.120); FILE MERGED 2004/01/09 11:10:41 os 1.19.120.1: #109488# 'magic' URL correction removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3e5587dae9a51169a0ebbf09de8755bf7182f12e]

        INTEGRATION: CWS os26 (1.2.346); FILE MERGED 2003/12/22 13:20:33 os 1.2.346.1: #114571# SwTxtFld::Expand() is const, now

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [5df8549800575f6a08d149f3d41aae8387a82887]

        INTEGRATION: CWS os26 (1.35.38); FILE MERGED 2004/02/20 12:29:13 os 1.35.38.3: RESYNC: (1.36-1.37); FILE MERGED 2004/01/12 11:23:09 os 1.35.38.2: RESYNC: (1.35-1.36); FILE MERGED 2004/01/08 15:02:38 os 1.35.38.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9eb4fdb27140091c5f13694f14dbb88f64c39d47]

        INTEGRATION: CWS os26 (1.14.50); FILE MERGED 2004/01/12 11:22:56 os 1.14.50.2: RESYNC: (1.14-1.15); FILE MERGED 2004/01/08 15:02:37 os 1.14.50.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [93120b25e20fc070efeaea783d5f5ae19c65bc64]

        INTEGRATION: CWS os26 (1.31.96); FILE MERGED 2004/02/20 12:36:19 os 1.31.96.3: RESYNC: (1.32-1.33); FILE MERGED 2004/01/12 11:26:19 os 1.31.96.2: RESYNC: (1.31-1.32); FILE MERGED 2004/01/08 15:02:36 os 1.31.96.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e55bc923739f6e9ca351dd195a0fca369d61a5d4]

        INTEGRATION: CWS os26 (1.5.116); FILE MERGED 2004/01/08 15:02:34 os 1.5.116.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3847db7365cc64ea0925e8ab3d98f710ab1d6982]

        INTEGRATION: CWS os26 (1.109.8); FILE MERGED 2004/02/20 12:39:39 os 1.109.8.3: RESYNC: (1.110-1.112); FILE MERGED 2004/01/12 14:31:54 os 1.109.8.2: RESYNC: (1.109-1.110); FILE MERGED 2004/01/08 15:02:32 os 1.109.8.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f5d30e1fdfbcb2cd40041a27f82822f3fc3d6ab2]

        INTEGRATION: CWS os26 (1.45.118); FILE MERGED 2004/02/20 12:39:06 os 1.45.118.2: RESYNC: (1.45-1.46); FILE MERGED 2004/01/08 15:02:32 os 1.45.118.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [201ae5f7874af31377a78512da411bcf12b5b89d]

        INTEGRATION: CWS os26 (1.29.102); FILE MERGED 2004/01/08 15:02:31 os 1.29.102.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [343426b79aac9efd3a6ae6e0ea14821a8689171f]

        INTEGRATION: CWS os26 (1.2.266); FILE MERGED 2003/12/22 13:20:07 os 1.2.266.1: #114571# aExpand is mutable and Expand() is const, now

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [138f7b2cc41101866c497ac3bd981bc2c90ad8e5]

        INTEGRATION: CWS os26 (1.13.266); FILE MERGED 2004/01/08 10:30:00 os 1.13.266.1: #114436# DDE enabled on non-Windows plattforms

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ef62c335360dd0bc98bf6838b560a4287ecbda19]

        INTEGRATION: CWS os26 (1.51.98); FILE MERGED 2004/02/20 12:41:01 os 1.51.98.2: RESYNC: (1.51-1.53); FILE MERGED 2004/01/08 15:02:30 os 1.51.98.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [24ba9fd87e703e424932f85aa5a626206b6c311b]

        INTEGRATION: CWS os26 (1.47.116); FILE MERGED 2004/02/20 12:40:11 os 1.47.116.2: RESYNC: (1.47-1.48); FILE MERGED 2004/01/08 15:02:30 os 1.47.116.1: #105372# code of InsertHeader/Footer of SW/Web removed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ba8ba2f96f4d21a547605e6937ab252bb16b4d70]

        INTEGRATION: CWS os26 (1.9.32); FILE MERGED 2004/01/07 15:09:58 os 1.9.32.1: #i23878# DBTypeConversion::getValue(): Date conversion relative to NullDate fixed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f8b3d06163a2638b9dcbb1a5ba89441d93347673]

        INTEGRATION: CWS sdk12bugfix (1.9.88); FILE MERGED 2004/02/27 09:10:10 jsc 1.9.88.1: #113058# remove Uik where possible

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7fb15a550dbfd8cf1183c939bdc1de7ab73b4f32]

        INTEGRATION: CWS sdk12bugfix (1.8.44); FILE MERGED 2004/02/27 09:10:10 jsc 1.8.44.1: #113058# remove Uik where possible

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [dff3c2dd584b48023fc80bc986d03c882646ba50]

        INTEGRATION: CWS sdk12bugfix (1.11.88); FILE MERGED 2004/02/27 09:10:10 jsc 1.11.88.1: #113058# remove Uik where possible

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3b41e22e1943d676c1959b05dbda3a1e9d16db86]

        INTEGRATION: CWS sdk12bugfix (1.12.88); FILE MERGED 2004/02/27 09:10:09 jsc 1.12.88.1: #113058# remove Uik where possible

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [8fe8463fd0066feb8e1ef07dc0443673daa94525]

        INTEGRATION: CWS sdk12bugfix (1.13.80); FILE MERGED 2004/02/27 09:10:09 jsc 1.13.80.1: #113058# remove Uik where possible

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [76ef7c6a256a3f033c029180dbf40c5bead1f5ff]

        INTEGRATION: CWS sdk12bugfix (1.11.88); FILE MERGED 2004/02/27 09:10:08 jsc 1.11.88.1: #113058# remove Uik where possible

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ac132a026aea0baff93fa570a827901f64125ce2]

        INTEGRATION: CWS sdk12bugfix (1.7.8); FILE MERGED 2004/03/12 09:26:57 jsc 1.7.8.3: #i25828# correct endif 2004/03/12 09:22:50 jsc 1.7.8.2: #i25828# correct endif 2004/02/27 11:15:31 jsc 1.7.8.1: #i25828# insert patch for MINGW32_NT

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0e3c310156b8d4e0140dbbb4c1c62476dc3eb9c7]

        INTEGRATION: CWS sdk12bugfix (1.4.8); FILE MERGED 2004/03/01 11:38:52 jsc 1.4.8.1: #112169# remove unnecessary header

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [074d44668e051a58e8cf1ec62ef09511a06fb13b]

        INTEGRATION: CWS sdk12bugfix (1.5.8); FILE MERGED 2004/03/01 11:38:51 jsc 1.5.8.1: #112169# remove unnecessary header

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4e6021c226bfa80eab6949d6f1261216a4e14001]

        INTEGRATION: CWS sdk12bugfix (1.17.30); FILE MERGED 2004/02/27 14:32:50 jsc 1.17.30.1: #110612# extend docu

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1f452e94d48831c45bc85ded6485c7962a8233bc]

        INTEGRATION: CWS os26 (1.5.324); FILE MERGED 2004/01/09 14:16:39 os 1.5.324.1: #112142# search engine names have to be quoted to support non-ASCII characters

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [540b8d017a38ada1e0ecbafa4132884fe127fb27]

        INTEGRATION: CWS os26 (1.22.132); FILE MERGED 2003/12/19 14:26:40 os 1.22.132.1: #i20291# RTL setting for horizontal ruler, only

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f97a54c041a6c2730142b260343db010d13ce2e0]

        INTEGRATION: CWS sdk12bugfix (1.6.30); FILE MERGED 2004/02/27 11:13:13 jsc 1.6.30.1: #i25554# correct output

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7f8cbceded62ea1192fff8ade860e3c9df132114]

        INTEGRATION: CWS os26 (1.15.144); FILE MERGED 2004/01/12 12:29:11 os 1.15.144.2: RESYNC: (1.15-1.16); FILE MERGED 2003/12/19 14:53:29 os 1.15.144.1: #i20513# added translation of 'Pica'

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b0a0923e9f38c1c19b704a53b0e61be805b37851]

        INTEGRATION: CWS os26 (1.17.394); FILE MERGED 2004/01/08 13:16:43 os 1.17.394.1: #105297# detection of user defined border spacing of page and paragraph borders corrected

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [fcd484f6618e0ab5356b544cccebba96355ab049]

        INTEGRATION: CWS os26 (1.43.8); FILE MERGED 2004/01/08 15:00:33 os 1.43.8.1: #i23849# initialization of sal_Bool variables added

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [627c97cac531a1ac1a8571991dbc0685bcd84382]

        INTEGRATION: CWS impress4ea1 (1.23.30); FILE MERGED 2004/03/08 15:57:32 cl 1.23.30.2: #i22801# present 'insert ole object' dialog when user double clicks on an ole placeholder that uses an oleserver that is not installed 2004/03/01 16:53:48 cl 1.23.30.1: #i22801# present 'insert ole object' dialog when user double clicks on an ole placeholder where the coresponding application is not installed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e64a61f10f4623156e2d8ef539046c4c4fe49899]

        INTEGRATION: CWS impress4ea1 (1.50.18); FILE MERGED 2004/02/26 13:12:37 af 1.50.18.1: #94356# Removed ruler from outline view.

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4be484496d5de4d3c44350319cae02ec91221ffb]

        INTEGRATION: CWS impress4ea1 (1.2.32); FILE MERGED 2004/03/02 08:59:21 af 1.2.32.1: #i26017# Added missing OuterResizePixel().

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [31cc6c27e292cae73a585b2d2c111b05c0c82186]

        INTEGRATION: CWS impress4ea1 (1.2.32); FILE MERGED 2004/03/02 08:54:55 af 1.2.32.1: #i26017# Added missing OuterResizePixel().

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9ee7a8a6135c41c135c1159e959cfd5721a98e86]

        INTEGRATION: CWS impress4ea1 (1.2.32); FILE MERGED 2004/02/26 13:12:09 af 1.2.32.1: #94356# Removed ruler from outline view.

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [de720db8c3e60e728d8da9ca199f0979bd07bbb8]

        INTEGRATION: CWS impress4ea1 (1.43.20); FILE MERGED 2004/03/01 16:04:23 cl 1.43.20.1: #i25812# check for pTextObj after calling EndTextEdit()

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a9f20d42bf2eb7a088c48a8dcacfbe94f172e549]

        INTEGRATION: CWS impress4ea1 (1.24.20); FILE MERGED 2004/02/27 13:33:39 af 1.24.20.1: #110622# Removed unused and harmfull ToLowerAscii() call on the filename in CheckFileHdl.

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [710141a82b81b2af322c88fe0b383db3fecbbd22]

        INTEGRATION: CWS impress4ea1 (1.55.16); FILE MERGED 2004/02/18 16:03:53 sj 1.55.16.1: I21122 now reading the CurrentUserStream

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [5fe8315e38969b449a6c4f1e72388f37dfb37e9a]

        INTEGRATION: CWS impress4ea1 (1.2.44); FILE MERGED 2004/03/09 12:14:04 sw 1.2.44.1: #114164#

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b18f69ed877ac88a905bcad2a8f4089fa1906dad]

        INTEGRATION: CWS kso9 (1.20.20); FILE MERGED 2004/02/25 10:26:54 kso 1.20.20.1: #112271# - Handle runtime changes of proxy configuration.

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6cccd3db49a9f589efc4dae48f232aebc449f3a9]

        INTEGRATION: CWS kso9 (1.30.20); FILE MERGED 2004/02/25 10:26:54 kso 1.30.20.1: #112271# - Handle runtime changes of proxy configuration.

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3a3d8ca3a2fa6b21b6c34d17f44d4797b74514a4]

        INTEGRATION: CWS impress4ea1 (1.61.42); FILE MERGED 2004/03/01 14:22:44 cl 1.61.42.1: #114164# fixed a look in takeContour with animated text

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3166d199e338233435c857511ecf379f05cc915b]

        INTEGRATION: CWS kso9 (1.9.124); FILE MERGED 2004/02/25 10:26:54 kso 1.9.124.1: #112271# - Handle runtime changes of proxy configuration.

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [efd98f405c00784ec2368d05fcbe5bc2fc4bf45f]

        INTEGRATION: CWS impress4ea1 (1.116.114); FILE MERGED 2004/02/18 16:06:19 sj 1.116.114.1: I21122 now reading the CurrentUserStream to determine the correct slide persists

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3815046fc8cc3bbe367e809e8f70f82e66ca6f97]

        INTEGRATION: CWS impress4ea1 (1.87.114); FILE MERGED 2004/02/18 16:09:11 sj 1.87.114.1: I21122 ReadZString is now static

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6b182fb8270f442b0b3c71373643a5fbf3f12ee2]

        INTEGRATION: CWS kso9 (1.6.12); FILE MERGED 2004/02/25 10:50:49 kso 1.6.12.1: #112036# - Improved/corrected documentation.

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0b6315818715db1ed04665f56f043e80b8361b25]

        INTEGRATION: CWS impress4ea1 (1.2.100); FILE MERGED 2004/03/09 17:04:54 sw 1.2.100.1: #i23466#

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [573de6f5f2e6b3397ace254c50b4e66cf823b07a]

        INTEGRATION: CWS impress4ea1 (1.27.32); FILE MERGED 2004/02/19 13:15:33 thb 1.27.32.1: #i24604# Explicitely added META_TEXTLANGUAGE_ACTION, made action assertion fire only once per metafile

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1ab7164d490e6a68899bb26d0466cb66571ec381]

        INTEGRATION: CWS cups01 (1.20.16); FILE MERGED 2004/02/13 17:04:18 pl 1.20.16.3: RESYNC: (1.21-1.22); FILE MERGED 2003/12/17 16:05:22 pl 1.20.16.2: RESYNC: (1.20-1.21); FILE MERGED 2003/08/12 10:21:52 pl 1.20.16.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [96dc24adb62664f69a9be428d1ff9393ad31cdcd]

        INTEGRATION: CWS cups01 (1.21.40); FILE MERGED 2004/02/13 17:04:10 pl 1.21.40.4: RESYNC: (1.22-1.25); FILE MERGED 2003/12/17 16:04:43 pl 1.21.40.3: RESYNC: (1.21-1.22); FILE MERGED 2003/08/12 10:21:52 pl 1.21.40.2: removed myriads of warnings 2003/08/05 13:35:48 pl 1.21.40.1: #i12087# add CUPS support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [cc062c4059cf61bd8c59d42cbc098b6435af154e]

        INTEGRATION: CWS cups01 (1.11.40); FILE MERGED 2004/03/10 12:20:06 pl 1.11.40.4: #i26269# get a decent default PPD if CUPS does not provide one 2004/02/13 17:04:28 pl 1.11.40.3: RESYNC: (1.12-1.13); FILE MERGED 2003/12/17 16:05:41 pl 1.11.40.2: RESYNC: (1.11-1.12); FILE MERGED 2003/08/12 10:21:52 pl 1.11.40.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [cb6d049e9a68a08d96465340480f7e0a4aec36e2]

        INTEGRATION: CWS cups01 (1.6.40); FILE MERGED 2003/11/06 14:00:30 pl 1.6.40.2: #112993# fixed an off by one 2003/08/12 10:21:51 pl 1.6.40.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b7e48594e721a4dd70921cdacd04c6324fbf21ad]

        INTEGRATION: CWS mozab03 (1.28.4); FILE MERGED 2004/03/05 04:03:53 yl146652 1.28.4.3: #i17620# auto change port number when useSSL CheckBox clicked 2004/02/17 08:01:04 windly 1.28.4.2: #i24592# changes accede to LDAP authentication string review 2004/02/13 09:57:35 yl146652 1.28.4.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1049ae1c613db26c16d8b8c58b37098c0fbe8403]

        INTEGRATION: CWS cups01 (1.19.22); FILE MERGED 2004/02/16 09:46:59 pl 1.19.22.7: solved a merge artifact 2004/02/13 17:07:33 pl 1.19.22.6: RESYNC: (1.19-1.21); FILE MERGED 2003/09/09 13:50:11 pl 1.19.22.5: #i18852# fix a config reading issue 2003/08/12 10:21:50 pl 1.19.22.4: removed myriads of warnings 2003/08/07 15:10:57 pl 1.19.22.3: #i12087# write CUPS options 2003/08/06 18:22:18 pl 1.19.22.2: #i12087# add: get cups properties 2003/08/05 13:35:47 pl 1.19.22.1: #i12087# add CUPS support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [eba0890d1286b9b36d67c5a76ff48e70ddc76376]

        INTEGRATION: CWS cups01 (1.2.74); FILE MERGED 2004/02/13 17:03:27 pl 1.2.74.4: RESYNC: (1.2-1.3); FILE MERGED 2003/08/21 13:39:14 pl 1.2.74.3: #i12087# only compile in cups if ENABLE_CUPS is set 2003/08/15 12:41:04 pl 1.2.74.2: #i12087# add authentication callback 2003/08/05 13:35:47 pl 1.2.74.1: #i12087# add CUPS support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9de8d9cadbb260e3aa724b1bcb0e9da7b2c43211]

        INTEGRATION: CWS cups01 (1.2.74); FILE MERGED 2004/02/13 17:03:39 pl 1.2.74.6: RESYNC: (1.3-1.4); FILE MERGED 2003/12/17 16:04:23 pl 1.2.74.5: RESYNC: (1.2-1.3); FILE MERGED 2003/09/09 13:50:09 pl 1.2.74.4: #i18852# fix a config reading issue 2003/08/12 10:21:50 pl 1.2.74.3: removed myriads of warnings 2003/08/06 18:22:18 pl 1.2.74.2: #i12087# add: get cups properties 2003/08/05 16:32:43 pl 1.2.74.1: #i12087# load PPD from CUPS server on demand only

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f98a1ff515e1d6f20966a73551b1391153574244]

        INTEGRATION: CWS cups01 (1.1.2); FILE ADDED 2004/03/10 12:20:06 pl 1.1.2.10: #i26269# get a decent default PPD if CUPS does not provide one 2003/12/01 14:15:25 pl 1.1.2.9: #i23057# fall back to old print stuff if CUPS has no dests 2003/11/06 15:14:37 pl 1.1.2.8: #112987# printer setup should be updated also after printer change 2003/08/21 13:39:14 pl 1.1.2.7: #i12087# only compile in cups if ENABLE_CUPS is set 2003/08/15 12:41:04 pl 1.1.2.6: #i12087# add authentication callback 2003/08/12 10:21:49 pl 1.1.2.5: removed myriads of warnings 2003/08/07 15:10:57 pl 1.1.2.4: #i12087# write CUPS options 2003/08/06 18:22:18 pl 1.1.2.3: #i12087# add: get cups properties 2003/08/05 16:32:43 pl 1.1.2.2: #i12087# load PPD from CUPS server on demand only 2003/08/05 13:35:47 pl 1.1.2.1: #i12087# add CUPS support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [15b5fe532469932bfd82245dd8962bebc1e1b86b]

        INTEGRATION: CWS cups01 (1.3.76); FILE MERGED 2004/02/13 17:05:29 pl 1.3.76.3: RESYNC: (1.3-1.4); FILE MERGED 2003/12/01 15:18:30 pl 1.3.76.2: removed an ambiguity for workshop compiler 2003/08/12 10:21:48 pl 1.3.76.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [82a738357814bb60505f3f52ab6bde50dd16ee21]

        INTEGRATION: CWS cups01 (1.8.34); FILE MERGED 2004/03/10 12:20:05 pl 1.8.34.6: #i26269# get a decent default PPD if CUPS does not provide one 2004/02/13 17:05:20 pl 1.8.34.5: RESYNC: (1.9-1.10); FILE MERGED 2003/12/17 16:06:36 pl 1.8.34.4: RESYNC: (1.8-1.9); FILE MERGED 2003/08/12 10:21:48 pl 1.8.34.3: removed myriads of warnings 2003/08/06 18:22:17 pl 1.8.34.2: #i12087# add: get cups properties 2003/08/05 13:35:46 pl 1.8.34.1: #i12087# add CUPS support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e8ddda4134a6c724aadcdf3a78c37421127a705d]

        INTEGRATION: CWS cups01 (1.14.34); FILE MERGED 2004/02/13 17:05:11 pl 1.14.34.2: RESYNC: (1.14-1.16); FILE MERGED 2003/08/12 10:21:47 pl 1.14.34.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [52d078d88f324bfc0bba0c12354123ffb14404b9]

        INTEGRATION: CWS cups01 (1.4.34); FILE MERGED 2004/02/13 17:06:04 pl 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2003/08/12 10:21:46 pl 1.4.34.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f0c4cacfe1a3e7ef3eaeca41c3352e480aeb4b3e]

        INTEGRATION: CWS cups01 (1.23.4); FILE MERGED 2004/02/13 17:05:37 pl 1.23.4.5: RESYNC: (1.25-1.27); FILE MERGED 2003/12/17 16:07:08 pl 1.23.4.4: RESYNC: (1.23.22.2-1.25); FILE MERGED 2003/12/01 14:38:46 pl 1.23.4.3: RESYNC: (1.23-1.23.22.2); FILE MERGED 2003/11/14 12:23:18 pl 1.23.4.2: #113741# remove dependency on missing initializer 2003/08/12 10:21:46 pl 1.23.4.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [85b92c802ee587aade65efda5be16ca26f2c039b]

        INTEGRATION: CWS cups01 (1.2.34); FILE MERGED 2004/02/13 17:05:55 pl 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2003/08/12 10:21:45 pl 1.2.34.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [62c49355d5a81911d9ef3bf2d5cb2e1b5b170db1]

        INTEGRATION: CWS cups01 (1.4.72); FILE MERGED 2004/02/13 17:05:46 pl 1.4.72.2: RESYNC: (1.4-1.5); FILE MERGED 2003/08/12 10:21:45 pl 1.4.72.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [41485036c7850beaf69a1a48bed451acd38a41d4]

        INTEGRATION: CWS cups01 (1.3.74); FILE MERGED 2003/08/12 10:21:44 pl 1.3.74.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [90e0e95f8184e956fe104c41edf0e6048964721b]

        INTEGRATION: CWS cups01 (1.39.16); FILE MERGED 2004/02/13 17:04:45 pl 1.39.16.4: RESYNC: (1.41-1.44); FILE MERGED 2003/12/17 16:06:17 pl 1.39.16.3: RESYNC: (1.39.32.1-1.41); FILE MERGED 2003/12/01 14:38:39 pl 1.39.16.2: RESYNC: (1.39-1.39.32.1); FILE MERGED 2003/08/12 10:21:43 pl 1.39.16.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4b19bbfecd8e8221b8e5dfd289cfe545c6fe8917]

        INTEGRATION: CWS cups01 (1.8.22); FILE MERGED 2004/02/13 17:04:36 pl 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2003/08/12 10:21:43 pl 1.8.22.1: removed myriads of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [fa6ed4d2d3573fc9dbb70b7d6fe06dab7f2ec76a]

        INTEGRATION: CWS cups01 (1.4.40); FILE MERGED 2004/02/13 17:06:52 pl 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2003/08/05 13:35:45 pl 1.4.40.1: #i12087# add CUPS support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [11927a4670f715049fd8ed8e8049f34f1881717e]

        INTEGRATION: CWS cups01 (1.4.22); FILE MERGED 2004/02/13 17:06:26 pl 1.4.22.3: RESYNC: (1.4-1.5); FILE MERGED 2003/08/06 18:22:16 pl 1.4.22.2: #i12087# add: get cups properties 2003/08/05 13:35:44 pl 1.4.22.1: #i12087# add CUPS support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0d7a9b7bada9a41824495b35c79047a60e437c95]

        INTEGRATION: CWS cups01 (1.4.34); FILE MERGED 2003/08/06 18:22:16 pl 1.4.34.1: #i12087# add: get cups properties

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [003619907fb71a05be1a1b8397924f5af64af4fa]

        INTEGRATION: CWS cups01 (1.1.1.1.100); FILE MERGED 2003/08/05 16:32:42 pl 1.1.1.1.100.1: #i12087# load PPD from CUPS server on demand only

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [8f818d67f3e556afb478ee09b7bddea1d92b439e]

        INTEGRATION: CWS cups01 (1.1.2); FILE ADDED 2004/03/10 12:20:04 pl 1.1.2.5: #i26269# get a decent default PPD if CUPS does not provide one 2003/12/01 14:15:22 pl 1.1.2.4: #i23057# fall back to old print stuff if CUPS has no dests 2003/08/15 12:41:04 pl 1.1.2.3: #i12087# add authentication callback 2003/08/06 18:22:15 pl 1.1.2.2: #i12087# add: get cups properties 2003/08/05 13:35:44 pl 1.1.2.1: #i12087# add CUPS support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [eba16bfe211512e1fc8399618174819c2d62f729]

        INTEGRATION: CWS mozab03 (1.22.76); FILE MERGED 2004/02/12 15:25:18 fs 1.22.76.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/09 12:22:54 fs 1.22.76.1: #i21912# UI name for the personal address book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f404ed704bc9ed283ecd5e075536859bda81cb58]

        INTEGRATION: CWS mozab03 (1.14.76); FILE MERGED 2004/02/12 15:28:36 fs 1.14.76.2: RESYNC: (1.14-1.15); FILE MERGED 2003/12/09 12:21:28 fs 1.14.76.1: #i21912# UI name for the personal address book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e669444bba0aaa58875e378f3bd42d2b08ef2155]

        INTEGRATION: CWS mozab03 (1.21.124); FILE MERGED 2004/02/13 11:54:20 yl146652 1.21.124.1: #i23384# Add browse dialog to ado data source

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0b7379a9ae38ba3b50e5a4e66fab0c796e202c3c]

        INTEGRATION: CWS mozab03 (1.49.4); FILE MERGED 2004/02/13 09:57:36 yl146652 1.49.4.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a9731ebc7d996476a653870935854db6448e3e31]

        INTEGRATION: CWS cups01 (1.37.4); FILE MERGED 2004/03/08 15:58:10 pl 1.37.4.3: corrected spelling 2004/02/13 15:34:34 pl 1.37.4.2: RESYNC: (1.37-1.38); FILE MERGED 2003/08/15 12:41:21 pl 1.37.4.1: #i12087# add authentication callback

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [fc72da26986bca6a0343f60ea85961739346d71a]

        INTEGRATION: CWS mozab03 (1.23.42); FILE MERGED 2004/02/13 11:55:37 yl146652 1.23.42.1: #i23384# Add browse dialog to ado data source

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3fa34f34eebc199b4a8cfad62e305763c27df155]

        INTEGRATION: CWS cups01 (1.2.90); FILE MERGED 2003/08/15 12:41:21 pl 1.2.90.1: #i12087# add authentication callback

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [da6f25eebbf22e76795b8f9ff417352c0af1c5a5]

        INTEGRATION: CWS mozab03 (1.36.40); FILE MERGED 2004/03/04 08:12:49 fs 1.36.40.2: #100000# needed a typedef to compile after resync 2004/02/13 11:55:36 yl146652 1.36.40.1: #i23384# Add browse dialog to ado data source

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b55897304524b15731b0855d9947409ee44c5cc8]

        INTEGRATION: CWS cups01 (1.7.62); FILE MERGED 2003/08/15 13:21:16 pl 1.7.62.3: removed a bunch of warnings 2003/08/15 12:41:21 pl 1.7.62.2: #i12087# add authentication callback 2003/08/07 15:06:49 pl 1.7.62.1: #i12087# adjustments for CUPS

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ac3801e8916dd6baedcfb9c0cc414aaf711f771e]

        INTEGRATION: CWS mozab03 (1.16.4); FILE MERGED 2004/02/13 09:57:35 yl146652 1.16.4.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c476ee11936c67fde1d36b1182dc7e9dfba0af83]

        INTEGRATION: CWS cups01 (1.2.34); FILE MERGED 2003/08/15 13:21:15 pl 1.2.34.1: removed a bunch of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c9d74280a2492cf352fa68fc3392ac70fc7c66a5]

        INTEGRATION: CWS mozab03 (1.18.4); FILE MERGED 2004/03/05 04:03:53 yl146652 1.18.4.3: #i17620# auto change port number when useSSL CheckBox clicked 2004/02/17 08:01:05 windly 1.18.4.2: #i24592# changes accede to LDAP authentication string review 2004/02/13 09:57:35 yl146652 1.18.4.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1804a0748592b15625be1f2f0a213cb0b33c53cb]

        INTEGRATION: CWS cups01 (1.5.34); FILE MERGED 2004/02/13 15:32:05 pl 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2003/08/15 13:21:15 pl 1.5.34.1: removed a bunch of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [578ae420c25791d4afcc950fe29c4fa8d223e6ee]

        INTEGRATION: CWS cups01 (1.10.34); FILE MERGED 2003/08/15 13:21:15 pl 1.10.34.1: removed a bunch of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e7829a5c3a2331394d70f34f3d99cdb784d994c3]

        INTEGRATION: CWS mozab03 (1.132.4); FILE MERGED 2004/02/17 08:01:03 windly 1.132.4.2: #i24592# changes accede to LDAP authentication string review 2004/02/13 09:57:34 yl146652 1.132.4.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [74f3b19d29678c65ff435da2424a34aec8e4447b]

        INTEGRATION: CWS cups01 (1.8.26); FILE MERGED 2004/02/13 15:32:27 pl 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2003/08/15 13:21:14 pl 1.8.26.1: removed a bunch of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [10c55a477e260d1aacdc0992a6801ab7c8cd624e]

        INTEGRATION: CWS mozab03 (1.28.4); FILE MERGED 2004/02/17 08:01:03 windly 1.28.4.2: #i24592# changes accede to LDAP authentication string review 2004/02/13 09:57:34 yl146652 1.28.4.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0d62f6ce8c986f881431ecde4c276c3391693c7a]

        INTEGRATION: CWS cups01 (1.12.26); FILE MERGED 2003/08/15 13:21:14 pl 1.12.26.1: removed a bunch of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [636294bd193fc563a0b266d0a6c471beb678dd4b]

        INTEGRATION: CWS mozab03 (1.86.4); FILE MERGED 2004/02/13 09:57:33 yl146652 1.86.4.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b2794e6c3761a439b2cfa594d20f041c58dfabd3]

        INTEGRATION: CWS cups01 (1.10.34); FILE MERGED 2003/08/15 13:21:13 pl 1.10.34.1: removed a bunch of warnings

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [98badab81ff94f79a0ee6d54dfb26ffdbfe4248e]

        INTEGRATION: CWS mozab03 (1.1.2); FILE ADDED 2004/02/13 11:55:36 yl146652 1.1.2.1: #i23384# Add browse dialog to ado data source

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d15776888e9093bdf90f519a39bc009452ab8842]

        INTEGRATION: CWS cups01 (1.9.62); FILE MERGED 2003/08/15 13:21:13 pl 1.9.62.2: removed a bunch of warnings 2003/08/07 15:06:48 pl 1.9.62.1: #i12087# adjustments for CUPS

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ca1edb6d17b293eaf044e9d6f0fe0371bfa86b01]

        INTEGRATION: CWS mozab03 (1.1.2); FILE ADDED 2004/03/12 04:08:30 windly 1.1.2.2: #i23384# display first page if we are creating a new connection string 2004/02/13 11:55:36 yl146652 1.1.2.1: #i23384# Add browse dialog to ado data source

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [5a7d123b63a5a2b30b73a0d51b71b7b652e04c43]

        INTEGRATION: CWS cups01 (1.13.34); FILE MERGED 2003/08/15 13:21:12 pl 1.13.34.2: removed a bunch of warnings 2003/08/07 15:06:48 pl 1.13.34.1: #i12087# adjustments for CUPS

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [403948615791e65486d585844bc911f128a97b28]

        INTEGRATION: CWS mozab03 (1.54.4); FILE MERGED 2004/02/13 09:57:33 yl146652 1.54.4.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [eb44ea66fe8f7d007887bd04a136c1d26dd2550b]

        INTEGRATION: CWS mozab03 (1.8.72); FILE MERGED 2003/11/26 14:04:03 yl146652 1.8.72.1: #21912 mapping mozilla mailing lists as sdbc views

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [bd67a3f13e52de0e4d4e104a315a0684890d063f]

        INTEGRATION: CWS mozab03 (1.9.26); FILE MERGED 2004/02/13 05:54:17 windly 1.9.26.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9d9691d273dd532ea67c7f61e1994e9ccaa1c566]

        INTEGRATION: CWS mozab03 (1.11.74); FILE MERGED 2004/03/12 03:42:10 windly 1.11.74.2: Add query criterion support when OE selected from Mozilla Address Books 2004/02/13 05:54:17 windly 1.11.74.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f7adfa881743210922ff7936c0f0e45c0ec63b63]

        INTEGRATION: CWS mozab03 (1.1.148); FILE MERGED 2003/11/26 14:04:00 yl146652 1.1.148.1: #21912 mapping mozilla mailing lists as sdbc views

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [139f17f9c0846a5fe39ab422ac51ebcae6da6fac]

        INTEGRATION: CWS mozab03 (1.4.74); FILE MERGED 2004/03/12 03:42:10 windly 1.4.74.2: Add query criterion support when OE selected from Mozilla Address Books 2003/11/26 14:03:58 yl146652 1.4.74.1: #21912 mapping mozilla mailing lists as sdbc views

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6429795145bfc039159801990b36c1ea335291ed]

        INTEGRATION: CWS mozab03 (1.3.144); FILE MERGED 2003/11/26 14:03:56 yl146652 1.3.144.1: #21912 mapping mozilla mailing lists as sdbc views

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [49ad218c1a61b675e6ace892aa52a02edba6dfc3]

        INTEGRATION: CWS mozab03 (1.7.74); FILE MERGED 2004/02/13 05:54:17 windly 1.7.74.3: #17620# Add authentification support to LDAP Address Book 2003/11/27 04:08:55 yl146652 1.7.74.2: #21912# - mapping mozilla mailing lists as sdbc views 2003/11/26 14:03:55 yl146652 1.7.74.1: #21912 mapping mozilla mailing lists as sdbc views

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1f92895d1162a237a767a55b314742b312301c57]

        INTEGRATION: CWS mozab03 (1.11.22); FILE MERGED 2004/02/13 05:54:17 windly 1.11.22.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ff511aa8c75b4572dfa9190e423bacc21e0be6dd]

        INTEGRATION: CWS mozab03 (1.7.74); FILE MERGED 2003/11/26 14:03:48 yl146652 1.7.74.1: #21912 mapping mozilla mailing lists as sdbc views

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1ae521ebe2e3a14247c77de647b357aa81593581]

        INTEGRATION: CWS mozab03 (1.9.74); FILE MERGED 2004/02/13 05:54:16 windly 1.9.74.1: #17620# Add authentification support to LDAP Address Book

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [5d98e050714b34f310f5c115cfe4c9caa38af1e7]

        INTEGRATION: CWS mozab03 (1.14.74); FILE MERGED 2004/02/13 05:54:16 windly 1.14.74.2: #17620# Add authentification support to LDAP Address Book 2003/11/26 14:03:48 yl146652 1.14.74.1: #21912 mapping mozilla mailing lists as sdbc views

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ec669b4e5fb893328e334425609b324266a3f304]

        INTEGRATION: CWS mozab03 (1.2.86); FILE MERGED 2003/11/26 14:03:47 yl146652 1.2.86.1: #21912 mapping mozilla mailing lists as sdbc views

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1c4f39e675717e4b164b3e2b50fb402bc08cc39c]

        INTEGRATION: CWS mozab03 (1.4.74); FILE MERGED 2003/11/26 14:03:47 yl146652 1.4.74.1: #21912 mapping mozilla mailing lists as sdbc views

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ed368249f1bbd958d3dd2eac26c2188ba7f6ec94]

        INTEGRATION: CWS mozab03 (1.3.144); FILE MERGED 2004/02/19 09:27:28 fs 1.3.144.1: #103752# on behalf of windly@openoffice.org

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [254eaa5ab82c27825eaba20559a61968a253f327]

        INTEGRATION: CWS vcl18 (1.8.138); FILE MERGED 2004/02/10 14:45:43 pl 1.8.138.1: #i12911# improved mimetype evaluation

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [8726a96e41862440a3006292848cc7941368668a]

        INTEGRATION: CWS vcl18 (1.4.138); FILE MERGED 2004/02/16 14:43:40 pl 1.4.138.2: #i12911# mimic other browsers shutdown behaviour 2004/02/10 14:47:31 pl 1.4.138.1: #i12911# wait for killed child

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c5b73da3afb4b40092b1cea9ed0ed1f86b93ff2b]

        INTEGRATION: CWS vcl18 (1.4.138); FILE MERGED 2004/02/18 18:51:36 pl 1.4.138.3: #110169# finally: flash plugin support 2004/02/16 14:43:40 pl 1.4.138.2: #i12911# mimic other browsers shutdown behaviour 2004/02/06 11:56:32 pl 1.4.138.1: #110169# check for unknown NPPID, join from apoc02

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [54b64244d6f91428b0374190eac4399aefc3f606]

        INTEGRATION: CWS vcl18 (1.7.138); FILE MERGED 2004/03/16 11:54:52 pl 1.7.138.5: #i12911# solaris compile 2004/03/16 11:40:09 pl 1.7.138.4: #i12911# try to shutdown pluginapp gracefully in case of certain signals 2004/02/18 19:27:45 pl 1.7.138.3: #110169# cleanup of CreateShell, properly remove destroyed streams from list 2004/02/18 18:51:35 pl 1.7.138.2: #110169# finally: flash plugin support 2004/02/16 14:43:39 pl 1.7.138.1: #i12911# mimic other browsers shutdown behaviour

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4d59c84f737fa281aa48d2ea202ce0438e5dd91a]

        INTEGRATION: CWS vcl18 (1.3.138); FILE MERGED 2004/02/16 14:43:39 pl 1.3.138.4: #i12911# mimic other browsers shutdown behaviour 2004/02/13 12:38:53 pl 1.3.138.3: #110169# answer asynchronous plugin requests 2004/02/11 14:57:13 ssa 1.3.138.2: correct macro e-o-l 2004/02/06 11:56:32 pl 1.3.138.1: #110169# check for unknown NPPID, join from apoc02

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4e2e99f6249e944ec50d7879208b63a353a90261]

        INTEGRATION: CWS vcl18 (1.5.126); FILE MERGED 2004/02/18 19:27:44 pl 1.5.126.5: #110169# cleanup of CreateShell, properly remove destroyed streams from list 2004/02/18 18:51:35 pl 1.5.126.4: #110169# finally: flash plugin support 2004/02/16 14:43:39 pl 1.5.126.3: #i12911# mimic other browsers shutdown behaviour 2004/02/11 14:35:57 ssa 1.5.126.2: NPN_status must not return a value 2004/02/06 11:56:31 pl 1.5.126.1: #110169# check for unknown NPPID, join from apoc02

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [47ccfcacf6e74790f35e8f5ac13f11bff912bea2]

        INTEGRATION: CWS vcl18 (1.4.138); FILE MERGED 2004/03/16 11:40:08 pl 1.4.138.2: #i12911# try to shutdown pluginapp gracefully in case of certain signals 2004/02/18 18:51:35 pl 1.4.138.1: #110169# finally: flash plugin support

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [90d70b228c29231ef8d69d52d50f0d2ed13647bc]

        INTEGRATION: CWS vcl18 (1.5.138); FILE MERGED 2004/02/18 18:51:34 pl 1.5.138.3: #110169# finally: flash plugin support 2004/02/16 14:43:38 pl 1.5.138.2: #i12911# mimic other browsers shutdown behaviour 2004/02/06 11:56:30 pl 1.5.138.1: #110169# check for unknown NPPID, join from apoc02

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [887034775b07cf1e1c912d904fb58f5f87816be9]

        INTEGRATION: CWS vcl18 (1.4.138); FILE MERGED 2004/02/19 13:07:25 pl 1.4.138.1: constness

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1eda89afaac806faafa5a1815533e7ac9314eb16]

        INTEGRATION: CWS vcl18 (1.8.126); FILE MERGED 2004/02/13 10:32:35 pl 1.8.126.3: #i12911# fixed some basic argument handling 2004/02/10 14:48:29 pl 1.8.126.2: #i12911# plugin stream changes 2004/02/06 11:56:29 pl 1.8.126.1: #110169# check for unknown NPPID, join from apoc02

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f7a23c887457aa2b83b498c0f20ee16ca72f2863]

        INTEGRATION: CWS vcl18 (1.14.126); FILE MERGED 2004/02/13 10:32:34 pl 1.14.126.3: #i12911# fixed some basic argument handling 2004/02/10 14:55:36 pl 1.14.126.2: #i12911# possibly provide seekable streams, minor cleanups 2004/02/06 11:56:27 pl 1.14.126.1: #110169# check for unknown NPPID, join from apoc02

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [cffc9233b4c8d9eddaaf22a15b868c368507de37]

        INTEGRATION: CWS vcl18 (1.9.138); FILE MERGED 2004/02/10 14:56:11 pl 1.9.138.1: #i12911# possibly provide seekable streams

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6a6e55072f3bf3c0d9e2ba5bddb2fef437e01cd6]

        INTEGRATION: CWS vcl18 (1.5.138); FILE MERGED 2004/02/10 14:50:10 pl 1.5.138.1: #i12911# possibly provide seekable streams

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f3388689dd32e63674bae46747e99bd227153935]

        INTEGRATION: CWS vcl18 (1.7.228); FILE MERGED 2004/02/10 14:49:50 pl 1.7.228.1: #i12911# possibly provide seekable streams

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [555f3f5e29232e250fee09e2765ad57d36710b8d]

        INTEGRATION: CWS vcl18 (1.9.306); FILE MERGED 2004/02/11 15:09:07 os 1.9.306.1: #i1820# settings decimal separator depending on the locale

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3f350eecdb18900e7a96586354273a0953e0517d]

        INTEGRATION: CWS vcl18 (1.45.4); FILE MERGED 2004/02/11 15:09:07 os 1.45.4.1: #i1820# settings decimal separator depending on the locale

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1df025eb1059ef1f2ef2ca710764f9b49018ef8e]

        INTEGRATION: CWS vcl18 (1.2.6); FILE MERGED 2004/02/11 14:58:16 os 1.2.6.1: #i1820# settings decimal separator depending on the locale

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9c43dddd41a1cea316a54aeecf9174772492f414]

        INTEGRATION: CWS vcl18 (1.3.6); FILE MERGED 2004/02/11 14:58:15 os 1.3.6.1: #i1820# settings decimal separator depending on the locale

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0a715461d20519af7dee80c729da0efbdaef93a0]

        INTEGRATION: CWS vcl18 (1.6.6); FILE MERGED 2004/01/27 13:01:10 pl 1.6.6.1: #113718# join from vcl7pp1r3

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f7a07d5512fa20188d20b1094a0314ccda37a316]

        INTEGRATION: CWS vcl18 (1.101.26); FILE MERGED 2004/02/11 11:33:44 ssa 1.101.26.2: RESYNC: (1.101-1.102); FILE MERGED 2004/02/02 10:45:46 ssa 1.101.26.1: #i1820# support localized decimal separator

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f1396ca1654518788e877dbd97222f3247ff52d7]

        INTEGRATION: CWS vcl18 (1.168.22); FILE MERGED 2004/02/11 11:34:30 ssa 1.168.22.2: RESYNC: (1.168-1.170); FILE MERGED 2004/01/27 14:22:58 pl 1.168.22.1: #i24437# remove usleep calls

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [61a236364b537a05e69e9c3eb41cacd2fbb40306]

        INTEGRATION: CWS vcl18 (1.11.24); FILE MERGED 2004/02/17 11:20:26 hdu 1.11.24.1: #i25563# move X11 font size limit down one abstraction layer

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1c6108e8a1ddbc8d9645de95ce3a81ee3a4dc670]

        INTEGRATION: CWS vcl18 (1.18.26); FILE MERGED 2004/02/17 11:20:26 hdu 1.18.26.1: #i25563# move X11 font size limit down one abstraction layer

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [fb5813f2d5b195633cbc0ae06c27f8dc274fdf05]

        INTEGRATION: CWS vcl18 (1.34.2); FILE MERGED 2004/02/17 11:20:26 hdu 1.34.2.1: #i25563# move X11 font size limit down one abstraction layer

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [137e4b301ff3482251592f1fb87f1a4401d1d545]

        INTEGRATION: CWS vcl18 (1.115.2); FILE MERGED 2004/02/17 11:20:25 hdu 1.115.2.1: #i25563# move X11 font size limit down one abstraction layer

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9861019f4b6f78abe9e4d046eacb6085005fe6ff]

        INTEGRATION: CWS vcl18 (1.50.22); FILE MERGED 2004/02/11 11:36:09 ssa 1.50.22.2: RESYNC: (1.50-1.51); FILE MERGED 2004/02/02 11:29:29 ssa 1.50.22.1: #i1820# support localized decimal separator

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [06a7354430bd59644aa46f445dae03b29d66bf2b]

        INTEGRATION: CWS vcl18 (1.84.22); FILE MERGED 2004/02/11 11:29:43 ssa 1.84.22.2: RESYNC: (1.84-1.86); FILE MERGED 2004/02/02 10:45:45 ssa 1.84.22.1: #i1820# support localized decimal separator

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f97afbec72147b563f2ab2cfa502f1ae8dbb4dd6]

        INTEGRATION: CWS vcl18 (1.181.22); FILE MERGED 2004/02/11 11:29:33 ssa 1.181.22.2: RESYNC: (1.181-1.183); FILE MERGED 2004/01/27 16:47:35 ssa 1.181.22.1: #115056# merge into 680

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [470f8b1df91504b29a5b0b8384f6555b75dc0ea6]

        INTEGRATION: CWS vcl18 (1.64.2); FILE MERGED 2004/03/01 17:49:04 pl 1.64.2.3: #115739# #112679# improved outline font effect 2004/02/23 12:46:29 pl 1.64.2.2: #112679# outline font with hairlines as per specification 2004/02/12 14:17:57 pl 1.64.2.1: #112679# linewidth for outline effect, merge from CWS pdfdancingchars

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f63ffa0d73f8bd9519496a0122ce9daf654a9787]

        INTEGRATION: CWS vcl18 (1.2.26); FILE MERGED 2004/02/02 14:05:40 ssa 1.2.26.1: #i19496# check for out-of-bounds

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [7b92727d250b49379619f693132d789a0e75cf6b]

        INTEGRATION: CWS vcl18 (1.41.26); FILE MERGED 2004/02/02 10:45:43 ssa 1.41.26.1: #i1820# support localized decimal separator

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6e237051db32930ea1e0f036952a0e8ce084b9f3]

        INTEGRATION: CWS vcl18 (1.27.36); FILE MERGED 2004/02/11 15:12:25 os 1.27.36.1: #i1820# settings decimal separator depending on the locale

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [a0427f5cc0ef3dea0f140221f4990ad7bcec6fed]

        INTEGRATION: CWS tl02 (1.31.6); FILE MERGED 2004/02/19 11:37:17 tl 1.31.6.1: #i25649# define for slot SID_GRAPHIC changed due to conflict with new define in svx

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [61cef1c2891d0e0583addbe1ca3fa2f49aca2700]

        INTEGRATION: CWS tl02 (1.64.6); FILE MERGED 2004/02/19 11:37:17 tl 1.64.6.1: #i25649# define for slot SID_GRAPHIC changed due to conflict with new define in svx

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0f8515c26fe6aa48f559d568af76ff1963034f90]

        INTEGRATION: CWS tl02 (1.5.42); FILE MERGED 2004/02/19 11:37:16 tl 1.5.42.1: #i25649# define for slot SID_GRAPHIC changed due to conflict with new define in svx

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [0bfe2ce63148219d07d922622c4ada474f8286e5]

        INTEGRATION: CWS tl02 (1.8.42); FILE MERGED 2004/02/19 11:37:15 tl 1.8.42.1: #i25649# define for slot SID_GRAPHIC changed due to conflict with new define in svx

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [32eb8f3ec6f57bec856517fdae8c44835bbf78bc]

        INTEGRATION: CWS tl02 (1.15.40); FILE MERGED 2004/02/19 11:37:15 tl 1.15.40.1: #i25649# define for slot SID_GRAPHIC changed due to conflict with new define in svx

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6275dbd034c859cee30da323af4d30ddab8ad513]

        INTEGRATION: CWS tl02 (1.1.2); FILE ADDED 2004/02/02 11:32:09 sw 1.1.2.1: #112405#

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [5e3887c540745b08e6be438d641fd58f4a686d78]

        INTEGRATION: CWS tl02 (1.4.34); FILE MERGED 2004/02/02 11:31:08 sw 1.4.34.1: #112405#

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [1df3554b769f18f30360d5db8c0a1e380dcef524]

        INTEGRATION: CWS tl02 (1.4.34); FILE MERGED 2004/02/02 11:30:46 sw 1.4.34.1: #112405#

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [5c527e649bff1a4b32e0fe40307a689a25fa06f9]

        INTEGRATION: CWS tl02 (1.9.38); FILE MERGED 2004/01/15 10:57:33 tl 1.9.38.2: #112405# interface revision 2003/10/29 13:22:29 tl 1.9.38.1: #112405# new XTolerantMultiPropertySet interface and related API

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [2e68b1ec73d7fbd720c57fae7eed3bb98dee6042]

        INTEGRATION: CWS tl02 (1.1.2); FILE ADDED 2004/01/15 10:57:32 tl 1.1.2.2: #112405# interface revision 2003/10/29 13:22:15 tl 1.1.2.1: #112405# new XTolerantMultiPropertySet interface and related API

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b0f12659ed853284c4a48d2503d48761b4685837]

        INTEGRATION: CWS tl02 (1.1.2); FILE ADDED 2004/01/15 10:57:32 tl 1.1.2.2: #112405# interface revision 2003/10/29 13:21:36 tl 1.1.2.1: #112405# new XTolerantMultiPropertySet interface and related API

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [3fedfc3c1c2aa592bb24209e4e51d0658e31a32b]

        INTEGRATION: CWS tl02 (1.1.2); FILE ADDED 2003/10/29 13:20:50 tl 1.1.2.1: #112405# new XTolerantMultiPropertySet interface and related API

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [5b1e4de74ac458f4d287cb69ff3dcc62f00d5ed1]

        INTEGRATION: CWS tl02 (1.1.2); FILE ADDED 2003/10/29 13:21:59 tl 1.1.2.1: #112405# new XTolerantMultiPropertySet interface and related API

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [9cf553d43ac9b7a4f387220dc6bb98731bac5b1f]

        INTEGRATION: CWS tl02 (1.1.2); FILE ADDED 2004/01/15 10:56:04 tl 1.1.2.1: #112405# initial version

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [20d35b3bafc08cb0995b9cda3f9564d56be5d0d0]

        INTEGRATION: CWS tl02 (1.25.58); FILE MERGED 2003/10/31 10:19:55 tl 1.25.58.1: #112502# SbxType -> Uno fixed

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [e8767a27d1ef3818e667b187a9183e2065f703f1]

        INTEGRATION: CWS tl02 (1.29.82); FILE MERGED 2004/03/12 08:24:36 tl 1.29.82.4: #112405# GetPropertyValuesTolerant_Impl fixed 2004/01/21 14:49:07 tl 1.29.82.3: #112405# interface revision 2004/01/21 14:31:30 tl 1.29.82.2: #112405# interface revision 2004/01/20 15:51:45 tl 1.29.82.1: #112405# interface revision

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [504fb983f9869d51671e71a430ca89f611695375]

        INTEGRATION: CWS tl02 (1.28.98); FILE MERGED 2004/03/12 08:23:12 tl 1.28.98.3: #112405# GetPropertyValuesTolerant_Impl fixed 2004/01/21 14:31:28 tl 1.28.98.2: #112405# interface revision 2004/01/20 15:51:44 tl 1.28.98.1: #112405# interface revision

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b864e3f1252db61b43c2ea789fcad1d72735000a]

        INTEGRATION: CWS tl02 (1.71.64); FILE MERGED 2004/02/12 11:09:56 tl 1.71.64.2: RESYNC: (1.71-1.72); FILE MERGED 2004/01/21 12:24:56 tl 1.71.64.1: #112405# interface revision

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4c84fbe90781fa049638989fca07ba136f4cdb29]

        INTEGRATION: CWS tl02 (1.4.218); FILE MERGED 2004/02/18 07:50:58 tl 1.4.218.1: #112405# checking for NULL pointer which should not have occured

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ced25bd2a7519b6170991ddc5d92cf46af53e1ce]

        INTEGRATION: CWS tl02 (1.11.98); FILE MERGED 2004/01/20 15:50:03 tl 1.11.98.1: #112405# interface revision

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [da0f928fc24cec34414c315e7501b969cdd6591c]

        INTEGRATION: CWS tl02 (1.30.40); FILE MERGED 2004/02/12 11:47:44 tl 1.30.40.2: RESYNC: (1.30-1.31); FILE MERGED 2004/01/20 15:50:00 tl 1.30.40.1: #112405# interface revision

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [6e5f9077db0c4e5ad5a80e85881be2ddf5b1a378]

        INTEGRATION: CWS ant01 (1.42.2); FILE MERGED 2004/03/15 14:11:09 bei 1.42.2.4: #23464# resolve ANT symlink, resolv symlinks to symlinks too 2004/03/15 13:59:34 bei 1.42.2.3: #23464# resolve ANT symlink, resolv symlinks to symlinks too 2004/03/15 13:19:47 bei 1.42.2.2: #23464# resolve ANT symlink, needed for debian linux for example 2004/03/05 13:36:31 bei 1.42.2.1: #i24645# ant is compulsary in SRC680

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f10877ae879e3cc7f7e02b5860fe989b0e6c3888]

        INTEGRATION: CWS ant01 (1.61.2); FILE MERGED 2004/03/15 14:11:08 bei 1.61.2.4: #23464# resolve ANT symlink, resolv symlinks to symlinks too 2004/03/15 13:59:33 bei 1.61.2.3: #23464# resolve ANT symlink, resolv symlinks to symlinks too 2004/03/15 13:19:47 bei 1.61.2.2: #23464# resolve ANT symlink, needed for debian linux for example 2004/03/05 13:36:31 bei 1.61.2.1: #i24645# ant is compulsary in SRC680

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c824030f645bb0fdf96da4447cb44bd09b54a975]

        INTEGRATION: CWS tl02 (1.5.230); FILE MERGED 2004/01/22 13:40:56 tl 1.5.230.2: #112405# optional interface XTolerantMultiPropertySet added 2004/01/22 13:31:36 tl 1.5.230.1: #112405# optional interface XTolerantPropertySet added

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [288b8491a63142ba9e157c156c4e52e70449a975]

        INTEGRATION: CWS tl02 (1.11.70); FILE MERGED 2004/01/22 13:40:55 tl 1.11.70.2: #112405# optional interface XTolerantMultiPropertySet added 2004/01/22 13:31:36 tl 1.11.70.1: #112405# optional interface XTolerantPropertySet added

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [4be623bea2e1807d7d9be0be7f21db117bd0b779]

        INTEGRATION: CWS ant01 (1.1.234); FILE MERGED 2004/03/04 17:42:24 bei 1.1.234.1: #i23464# support ant1.6.*

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b258634fd1441eb5f2a2176eb7b19e2641fc7ab5]

        INTEGRATION: CWS ant01 (1.21.16); FILE MERGED 2004/03/05 11:14:00 bei 1.21.16.2: #i23464# allow ANT variable to be overriden 2004/03/04 17:42:24 bei 1.21.16.1: #i23464# support ant1.6.*

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [d2a90e06624d84f46f3ea807db34eb4de5c21723]

        INTEGRATION: CWS i18n11 (1.71.48); FILE MERGED 2004/02/10 13:42:24 er 1.71.48.2: RESYNC: (1.71-1.72); FILE MERGED 2004/02/03 06:48:08 tl 1.71.48.1: #i24098# begin/endOfSentence fix changes

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [de9f0da5ad4059c55d82e21a5915ce568a8d2e43]

        INTEGRATION: CWS i18n11 (1.7.60); FILE MERGED 2004/01/06 22:30:47 khong 1.7.60.1: #105745# #107978# #109715# #110835# #112014# #112068# #112094# #112102# #112282# fix Japanese ambiguous search problems

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [24266f68e6e1f5d0a4eca75a9e4572818f7c3548]

        INTEGRATION: CWS i18n11 (1.7.70); FILE MERGED 2004/01/06 22:30:47 khong 1.7.70.1: #105745# #107978# #109715# #110835# #112014# #112068# #112094# #112102# #112282# fix Japanese ambiguous search problems

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f575ecafd5d0153f396d472250df0e2b00e688b8]

        INTEGRATION: CWS i18n11 (1.6.70); FILE MERGED 2004/01/06 22:30:46 khong 1.6.70.1: #105745# #107978# #109715# #110835# #112014# #112068# #112094# #112102# #112282# fix Japanese ambiguous search problems

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [ca91efc3d39ba5037d8ab0f90afcddcd70caacd4]

        INTEGRATION: CWS i18n11 (1.2.74); FILE MERGED 2004/01/06 22:30:13 khong 1.2.74.1: #105745# #107978# #109715# #110835# #112014# #112068# #112094# #112102# #112282# fix Japanese ambiguous search problems

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [b32f3ef00bda12dcbaf2da6d60a29f1334d433d1]

        INTEGRATION: CWS i18n11 (1.3.74); FILE MERGED 2004/01/06 22:30:12 khong 1.3.74.1: #105745# #107978# #109715# #110835# #112014# #112068# #112094# #112102# #112282# fix Japanese ambiguous search problems

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [170eb11a6d894ace40b2e4708264b0142ac4e603]

        INTEGRATION: CWS i18n11 (1.1.124); FILE MERGED 2004/01/06 19:36:16 khong 1.1.124.1: #112623# update Japanese word breakiterator dictionary

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [f5bc5f04e4de8fa502d498a99f4ef6a340d796c0]

        INTEGRATION: CWS i18n11 (1.13.14); FILE MERGED 2004/02/04 02:09:04 khong 1.13.14.2: #i24098# skip preceding space for beginOfSentence 2004/01/06 19:41:49 khong 1.13.14.1: #i24098# fix beginOfSentence, which did not work correctly when cursor is on the beginning of the sentence

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [16401a5b865b5da8a2dd70057e8b048e9b797d5a]

        INTEGRATION: CWS i18n11 (1.12.14); FILE MERGED 2004/02/10 14:21:13 er 1.12.14.3: RESYNC: (1.12-1.13); FILE MERGED 2004/02/05 16:45:30 khong 1.12.14.2: #i24850# fix the problem in previousCharBlock, when target char block is in poistion 1 2004/02/04 02:13:48 khong 1.12.14.1: #i24098# check boundary condition for Sentence, Script, CharBlock breakiterator

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [762734c78ddf773504311e9e0948e692cdaf751e]

        INTEGRATION: CWS i18n11 (1.31.96); FILE MERGED 2004/03/10 12:12:07 tl 1.31.96.2: #i24098# SwCursor::GoSentence fixed 2004/02/03 06:47:29 tl 1.31.96.1: #i24098# begin/endOfSentence fix changes

2004-03-17  Oliver Bolte  <obo@openoffice.org>  [c8ecdd18343cc5b0903a332e936c0196a361525f]

        INTEGRATION: CWS i18n11 (1.9.386); FILE MERGED 2004/02/03 06:46:10 tl 1.9.386.1: #i24098# begin/endOfSentence fix changes

2004-03-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [653d66da16dcf71d2afc29f2775d310995b92ce4]

        #i26570# enable gtk environment variable

2004-03-16  Oliver Bolte  <obo@openoffice.org>  [4e41f4126cfae0c81e77b088c80e4d0b81bc3201]

        #100000# syntax

2004-03-15  Rüdiger Timm  <rt@openoffice.org>  [ce163a550568c092d32a07b630ef4ae8b209a9d4]

        new version for SRC680

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [42d2d0b08b075b0c0a5712ae9305f51def698b44]

        SRC680

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [7bfb9ccb76e2b0547f42d77ae38855bd2d7234ac]

        INTEGRATION: CWS oj08 (1.10.148); FILE MERGED 2004/01/30 13:28:23 oj 1.10.148.1: #i23881# change unsigned handling

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [bce33280d036dd00c78cba246d49e2ae7269222b]

        INTEGRATION: CWS ause0c2 (1.2.18); FILE MERGED 2004/03/09 16:14:32 hjs 1.2.18.1: #115875# fixed for scope problem

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [852574f46f686a936a1b267e5780ca17d0f0d5ab]

        INTEGRATION: CWS ause0c2 (1.3.18); FILE MERGED 2004/03/12 15:25:43 hjs 1.3.18.1: #115868# anti freeze

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [ca4035ad28baf160198625de6002f7e60f9941f6]

        INTEGRATION: CWS ause0c2 (1.20.18); FILE MERGED 2004/03/12 15:25:43 hjs 1.20.18.1: #115868# anti freeze

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [b4f28949ca3c1a550ff0b384ffaa81ad8a12a533]

        INTEGRATION: CWS ause0c2 (1.2.18); FILE MERGED 2004/03/09 16:59:43 hjs 1.2.18.1: #115875# workaround for makedepend bug (dependencies on solver cause hang)

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [77821f4226baf371dc4886c2b9a7d56e2e4c6bf8]

        INTEGRATION: CWS ause0c2 (1.2.34); FILE MERGED 2004/03/12 14:13:32 hjs 1.2.34.1: #115910#,#115909# anti freeze

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [b41fa95f2f7f11f5f3242886ca0bd9867eb69998]

        INTEGRATION: CWS ause0c2 (1.8.126); FILE MERGED 2004/03/12 14:13:01 hjs 1.8.126.1: #115910#,#115909# anti freeze

2004-03-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [808c83d6b0c39468616d7ae5ab42f6957683d027]

        #100000# missed this when fixing #24238#

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [76fba00acb59a509079025f2016ece4edda467e7]

        INTEGRATION: CWS ause0c2 (1.74.20); FILE MERGED 2004/03/12 14:13:00 hjs 1.74.20.1: #115910#,#115909# anti freeze

2004-03-15  Thorsten Behrens  <thb@openoffice.org>  [0f907c2d9472888c0302faefb84e61daefa2a810]

        #110496# Corrected algo

2004-03-15  Thorsten Behrens  <thb@openoffice.org>  [8f359dc2b5e1ae1ec589af46624aeabbe23c4303]

        #110496# Moved methods into basegfx namespace

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [09808adf169183724c80a61a1f97a73c089eceed]

        INTEGRATION: CWS oj08 (1.38.14); FILE MERGED 2004/01/29 08:59:42 oj 1.38.14.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [174145f8189397bb7d8392665c732609a42382fc]

        INTEGRATION: CWS oj08 (1.24.14); FILE MERGED 2004/01/29 09:44:16 oj 1.24.14.1: #i18960# insert ln function

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [54953c26509efe419f736f337e848217c628fbd4]

        INTEGRATION: CWS oj08 (1.45.14); FILE MERGED 2004/01/29 09:44:18 oj 1.45.14.2: #i18960# insert ln function 2004/01/29 08:59:41 oj 1.45.14.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [b1fb5a5236428166cb9101a5cb1db0b8fc87286d]

        INTEGRATION: CWS oj08 (1.15.36); FILE MERGED 2004/01/29 09:07:06 oj 1.15.36.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [73ab461f6a9605bf55eadcd28f9a7af23accf959]

        INTEGRATION: CWS oj08 (1.11.14); FILE MERGED 2004/01/30 13:29:00 oj 1.11.14.1: #i23881# change unsigned handling

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [a0fd5eb82ea650e13dfe3e9657f4d2a40e33e22f]

        INTEGRATION: CWS oj08 (1.15.36); FILE MERGED 2004/02/05 08:13:08 oj 1.15.36.2: #i20397# fix AutoIncrementCreation 2004/01/29 11:00:44 oj 1.15.36.1: #i20397# filter unused property infos

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [1f3821d8b7a464eaf8455e079010874166cacdcc]

        INTEGRATION: CWS oj08 (1.4.174); FILE MERGED 2004/01/29 09:30:05 oj 1.4.174.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [2bbcd2f4d7a32ab501384b4d382a5b598bf0905e]

        INTEGRATION: CWS oj08 (1.3.174); FILE MERGED 2004/01/29 09:30:06 oj 1.3.174.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [a1df74e43638943c9cc46a2227237f18251a8f2e]

        INTEGRATION: CWS oj08 (1.19.36); FILE MERGED 2004/01/29 09:44:31 oj 1.19.36.2: #i18960# insert ln function 2004/01/29 09:02:06 oj 1.19.36.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [5fba3a93816bc900398395d2cadc8b1697bb0e13]

        INTEGRATION: CWS oj08 (1.21.36); FILE MERGED 2004/01/29 09:02:06 oj 1.21.36.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [1c1cc664486237918c72e8538bfce75eca77da38]

        INTEGRATION: CWS oj08 (1.30.36); FILE MERGED 2004/01/29 11:30:46 oj 1.30.36.1: #i24314# update and insert stmt (search) fixed

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [9502d341dd4324eb256b86db521522889dc4b763]

        INTEGRATION: CWS oj08 (1.2.36); FILE MERGED 2004/01/29 09:44:30 oj 1.2.36.1: #i18960# insert ln function

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [de9e1c0e4094df9ab726d1a4ee803a1d6072172f]

        INTEGRATION: CWS oj08 (1.3.174); FILE MERGED 2004/01/29 09:30:08 oj 1.3.174.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [24118eea12c1c8fb5e224786f85ceb92e694472d]

        INTEGRATION: CWS oj08 (1.83.8); FILE MERGED 2004/01/28 09:56:49 oj 1.83.8.1: #112486# fix memo field

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [5c3d382753927f2a310b72912f321214dae005db]

        INTEGRATION: CWS oj08 (1.3.176); FILE MERGED 2004/01/29 09:30:10 oj 1.3.176.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [5d9adbd3cb638eb14db376c3150ef267bcb8c182]

        INTEGRATION: CWS oj08 (1.9.36); FILE MERGED 2004/01/30 13:29:02 oj 1.9.36.1: #i23881# change unsigned handling

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [36daf67acb651dd90d2e74863cbecdec7eb3c248]

        INTEGRATION: CWS oj08 (1.14.106); FILE MERGED 2004/01/29 08:52:38 oj 1.14.106.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [6edec8fc9d49133a8ef00e0cd1a652dbb454bf38]

        INTEGRATION: CWS oj08 (1.12.14); FILE MERGED 2004/01/29 08:52:38 oj 1.12.14.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [d3ff18767212a9c07ab3849094dc81e91f78958d]

        INTEGRATION: CWS oj08 (1.19.112); FILE MERGED 2004/01/30 08:49:58 oj 1.19.112.1: #i21725# fix is null for functions

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [84561bb5eda91877d5329d3ff4938e9d09de0bd8]

        INTEGRATION: CWS oj08 (1.55.8); FILE MERGED 2004/01/29 13:27:26 oj 1.55.8.1: #i21660# don't show error msg when dragging

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [d61400d20ed58afb239e14eea8cce189be6fedc3]

        INTEGRATION: CWS oj08 (1.64.20); FILE MERGED 2004/01/30 14:43:03 oj 1.64.20.4: #i19722# colon in name fixed 2004/01/30 08:49:33 oj 1.64.20.3: #i21725# fix is null for functions 2004/01/29 10:40:30 oj 1.64.20.2: #i24073# check which type should be used for numric functions 2004/01/28 12:41:46 oj 1.64.20.1: #i14296# new flag for outer join escape sequence

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [8f0dcd0c6fe6e6f4b44ee58527097e2c8e200cfe]

        INTEGRATION: CWS oj08 (1.7.186); FILE MERGED 2004/01/29 09:20:46 oj 1.7.186.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [fe09586849efa5c8002c7eaec8ec4f342363625b]

        INTEGRATION: CWS oj08 (1.20.24); FILE MERGED 2004/01/29 09:20:47 oj 1.20.24.1: #i19884# change filteroperator

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [53a4c8e3e1fbf46f5ecd3302d9dafc472cfd7d37]

        INTEGRATION: CWS oj08 (1.28.16); FILE MERGED 2004/01/28 12:41:48 oj 1.28.16.1: #i14296# new flag for outer join escape sequence

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [cd15247a07b9f513470722ed5157b9c187ae4edf]

        INTEGRATION: CWS oj08 (1.31.16); FILE MERGED 2004/01/28 12:41:50 oj 1.31.16.1: #i14296# new flag for outer join escape sequence

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [245c01d55ecc77e6a6b3736f93c9eb7df8b5064b]

        INTEGRATION: CWS oj08 (1.17.16); FILE MERGED 2004/02/02 07:37:24 oj 1.17.16.1: #i24795# fix querycomposer

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [c23b2dd053e897bf62f2d8a7768bbec5460b2865]

        INTEGRATION: CWS oj08 (1.2.18); FILE MERGED 2004/02/02 07:37:23 oj 1.2.18.1: #i24795# fix querycomposer

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [f10ed665d03813e78d85eb80a61a0a725fb53502]

        INTEGRATION: CWS oj08 (1.57.12); FILE MERGED 2004/03/02 08:39:30 oj 1.57.12.2: #i26031# no () around order by 2004/02/02 07:37:22 oj 1.57.12.1: #i24795# fix querycomposer

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [99df0dd58d6e5fb526a6d2eab70c4144f6b85ae9]

        INTEGRATION: CWS oj08 (1.2.18); FILE MERGED 2004/02/02 09:56:10 oj 1.2.18.2: #i24795# cast fix 2004/02/02 07:37:22 oj 1.2.18.1: #i24795# fix querycomposer

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [2921c2237d8b8133976d8daf0bfcee72a3552de7]

        INTEGRATION: CWS oj08 (1.122.18); FILE MERGED 2004/02/02 07:37:21 oj 1.122.18.1: #i24795# fix querycomposer

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [9b2b3875be67d04e9e9acd48cf3f8f88d1608a30]

        INTEGRATION: CWS oj08 (1.16.148); FILE MERGED 2004/01/30 13:28:24 oj 1.16.148.1: #i23881# change unsigned handling

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [136cb8a5ee46be85a9bc8497096dafe315df3bff]

        INTEGRATION: CWS oj08 (1.12.20); FILE MERGED 2004/01/30 13:28:24 oj 1.12.20.1: #i23881# change unsigned handling

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [33bd3a48a69dec55da166bf31c4481d726b85b9c]

        INTEGRATION: CWS fontconfig (1.4.40); FILE MERGED 2003/08/20 17:58:33 pl 1.4.40.1: #i8144# add fontconfig support

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [9b350ee7a198f4b8322f0af6f2d9afcc66fbcd13]

        INTEGRATION: CWS fontconfig (1.14.40); FILE MERGED 2003/08/20 17:58:35 pl 1.14.40.1: #i8144# add fontconfig support

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [714f7749a4b4f3cc21b10dd08f0b019c24ae23e7]

        INTEGRATION: CWS fontconfig (1.4.80); FILE MERGED 2003/08/22 12:22:28 pl 1.4.80.3: use CFLAGS instead of ENVCFLAGS 2003/08/21 14:13:32 pl 1.4.80.2: #i8144# only compile in cups if ENABLE_FONTCONFIG is set 2003/08/20 17:58:34 pl 1.4.80.1: #i8144# add fontconfig support

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [5177c84393fad8c1c83bea5385ce601c19ecccdb]

        INTEGRATION: CWS fontconfig (1.39.22); FILE MERGED 2003/10/15 09:35:25 pl 1.39.22.3: need a OString& for normPath 2003/10/15 08:46:58 pl 1.39.22.2: RESYNC: (1.39-1.40); FILE MERGED 2003/08/20 17:58:34 pl 1.39.22.1: #i8144# add fontconfig support

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [096877cda8ba1586603821b0b6903a44b8d2be3f]

        INTEGRATION: CWS fontconfig (1.1.2); FILE ADDED 2003/08/21 14:13:31 pl 1.1.2.2: #i8144# only compile in cups if ENABLE_FONTCONFIG is set 2003/08/20 17:58:34 pl 1.1.2.1: #i8144# add fontconfig support

2004-03-15  Oliver Bolte  <obo@openoffice.org>  [4be0e1187a9f7000dfeffc1107f63ca8fd237395]

        INTEGRATION: CWS fontconfig (1.15.22); FILE MERGED 2003/08/20 17:58:32 pl 1.15.22.1: #i8144# add fontconfig support

2004-03-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f061cd3b88e512f3cb4fcbbacd996be0ec8cc080]

        #i10000#: for scope

2004-03-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5b7aa25b23df6f28d3aa0c4569a56722ec3a7c3]

        #i10000#: for scope

2004-03-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [373688b5e3480c51f8455c0d6bf428a6aa1046ba]

        #i10000#: for scope

2004-03-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [00785a3326d76e089fcbca44453631db1dfc1d7d]

        #i10000#: for scope

2004-03-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e98b4d99a170331f6d59af208d962e59b6396b0]

        #i10000#: for scope

2004-03-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9e45db2ff4bf8ccd357b7d6cbb755f1fe2d9ead]

        #i10000# (lo) fix solaris build problems

2004-03-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [434adf2ef799e22941dfd13bcc0a45c1fcb16c34]

        #i10000#: for scope

2004-03-12  Rüdiger Timm  <rt@openoffice.org>  [55712968bb4904db3bac8628a6e2eca017376af1]

        #i10000# Typo corrected

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7789c6e9ac2f2c0aa75dfbb4d882e038dffa94bd]

        #i10000#: for scope

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [38996137f54b1d81de4dd69ab07994cb5b1f197b]

        #i10000#: for scope

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [410d2fdf5a062bd06601dc5970dc20131d61b056]

        #i10000#: GetRealLevel() signature changed

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [cda704ab1b4ee463660ef8003804fc6dcae7bf67]

        #i10000#: syntax

2004-03-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [ebb4a41d7b8b7b768028c567266e74926dd25cfe]

        #26334#

2004-03-11  Oliver Bolte  <obo@openoffice.org>  [03bfd3fb5dd6e981e90b6009baaed7d6167e0a64]

        Initial revision

2004-03-11  Oliver Bolte  <obo@openoffice.org>  [e58c432179e3e0ec7cb886dd4adbac9f830718a1]

        use OOo icon, remove old stuff

2004-03-11  Oliver Bolte  <obo@openoffice.org>  [8086d45b8a2f77913c2230b2ddede3a57e7ee885]

        remove log

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6fe8b6b47227289a9311bd636af617ed4727cb3]

        #i10000#: constness

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [22b0c28e8613e44f0eb7e74d7996f6a3d1602c29]

        #i10000#: add <tools/string.hxx> include

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e67d99b630f8da395ed353928e11788bb19ea2b]

        #i10000#: constness

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [244b9547635b03d7f3371bf5a2c7e606387dbdfd]

        #i10000#: for scope

2004-03-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [d28b1ab7f76ef1e6e5eaad79cac9fd1ad56faa7a]

        #i26344#

2004-03-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [ac08dff774cb87c19f53ff39c8aeceba4133899a]

        #i26344#

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [46e4568ed3ff8fca0ea478f0a722734689287818]

        #i10000#: for scope

2004-03-11  Oliver Düsterhoff  <od@openoffice.org>  [3f94c01d052d773b4f1f3e5e233a4fd91c47cad0]

        #i26334# - add missing comma

2004-03-11  Oliver Düsterhoff  <od@openoffice.org>  [7e73cdb26d3f780bfdcb926bf1540b517316c01b]

        merge changes of swobjpos03 to head

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2dac3d0a1cf37b1713d49c27a3169a591f273e6]

        #i10000#: for scope

2004-03-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [8e20cc72d86aea867940e58beab5b26cc10cd7f5]

        #i26334#

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1778aad780df4668e3e09266964ebe8b608cd4f]

        #i10000#: syntax

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2713b40c93822a04c73dbee20696e76ac536788c]

        #i10000#: syntax

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4c5e3e9d6371f699d6c0ff196f1ed992644d82e]

        #i10000#: for-scope, again

2004-03-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [92161bdc9e0cb8c8983048e3ad01421f96965b99]

        #i10000#: 'for' scope

2004-03-11  Vladimir Glazounov  <vg@openoffice.org>  [4333204ace05c33f25a03ebf499207162bfef309]

        #1000# fix for finish_logging

2004-03-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd46fcdccdcd5f6526a18ee40ecb0690dca172fb]

        #100000#: fix target

2004-03-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b22e84f3853ae0d1da26011802bc8060566a528]

        SRC680

2004-03-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [52ebb9b941fe6b90685fabc910251cf2716ebbf1]

        #i10000#,#i26112#: fixed dependecies for Solaris Sparc, removed obsolete gcc2 Power PC bridge

2004-03-10  Rüdiger Timm  <rt@openoffice.org>  [d20fbda81b9256e61166a454c4964ce030e42267]

        new version for SRC680

2004-03-09  Kurt Zenker  <kz@openoffice.org>  [1afc917276b8ce8582059bf3ac280928ccaac6de]

        new version for SRC680

2004-03-09  Vladimir Glazounov  <vg@openoffice.org>  [2817f825aed98dba1e2170e0d22d53ac02be5ec2]

        #100000# improved check for dmake, better handling for the modules with not original names

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [95211f0f32c62a1a7b6242d131557a5c27f51a69]

        #i10000#: add sal to dependency

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [69dfc644e9157b8c27d6272a618934ddaf2b45be]

        INTEGRATION: CWS ooo20040225 (1.19.2); FILE MERGED 2004/02/16 18:46:53 fa 1.19.2.1: #i25564# Add preliminary bridge code for x86-64

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [052c90ae99fbfd232f34dfa0994500453a963827]

        INTEGRATION: CWS ooo20040225 (1.2.2); FILE MERGED 2004/02/14 11:15:07 khendricks 1.2.2.1: syncing the 680 tree with my local lingucomponent tree

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3aeab8602932f3750079cd4e866c967041bbc957]

        INTEGRATION: CWS ooo20040225 (1.2.2); FILE MERGED 2004/02/14 11:15:06 khendricks 1.2.2.1: syncing the 680 tree with my local lingucomponent tree

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c83de0ee95cdf7a7118101e194b669cb13c27d0]

        INTEGRATION: CWS ooo20040225 (1.6.50); FILE MERGED 2004/02/16 05:24:05 khendricks 1.6.50.2: Volker's fix for correcting the name for myspell.dll Thanks Volker! 2004/02/14 11:15:05 khendricks 1.6.50.1: syncing the 680 tree with my local lingucomponent tree

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b6e33d06291ed4c30a4f1b0f949160101d6f189]

        INTEGRATION: CWS ooo20040225 (1.3.42); FILE MERGED 2004/02/14 11:15:01 khendricks 1.3.42.1: syncing the 680 tree with my local lingucomponent tree

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [736e7c55efac2c10a83ec93bde175bda78406b7f]

        INTEGRATION: CWS ooo20040225 (1.6.50); FILE MERGED 2004/02/14 11:15:00 khendricks 1.6.50.1: syncing the 680 tree with my local lingucomponent tree

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3781ca82ec95ca975b41bcde30af97a847c500ee]

        INTEGRATION: CWS ooo20040225 (1.4.50); FILE MERGED 2004/02/14 11:15:00 khendricks 1.4.50.1: syncing the 680 tree with my local lingucomponent tree

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [50034a6fdc30ca2b76a209af2e51205ef2d40980]

        INTEGRATION: CWS ooo20040225 (1.12.2); FILE MERGED 2004/02/14 11:15:00 khendricks 1.12.2.1: syncing the 680 tree with my local lingucomponent tree

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [26aa11851a13f8b1915b5f418a00dd9722b90b84]

        INTEGRATION: CWS ooo20040225 (1.12.2); FILE MERGED 2004/02/15 18:36:51 khendricks 1.12.2.2: removing the line that used to deliver ulingu as a shared lib 2004/02/14 11:14:59 khendricks 1.12.2.1: syncing the 680 tree with my local lingucomponent tree

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a60077cb7813b0210d4e27c9dfacf13b1692d10]

        INTEGRATION: CWS ooo20040225 (1.1.2); FILE MERGED 2004/02/16 15:13:37 khendricks 1.1.2.1: need to deliver .dylib on MacOSX

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [28f41d3108e76631b14253a824fbe8fff6babca8]

        INTEGRATION: CWS ooo20040225 (1.109.10); FILE MERGED 2004/02/20 20:08:45 fa 1.109.10.1: #i9462# mark *LogicRectHack functions static to prevent name collisions with symbols in sch

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd26f7771a64a709c903861f6ebe6550d776285b]

        INTEGRATION: CWS ooo20040225 (1.10.10); FILE MERGED 2004/02/14 00:45:42 vq 1.10.10.1: #25479 Add missing dependency.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [79f252ab9d308272850a7fe567a021a28e692ab9]

        INTEGRATION: CWS ooo20040225 (1.15.2); FILE MERGED 2004/02/15 16:05:17 vq 1.15.2.1: #22751 Require .NET 2002 or newer for MS compiler version.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eb90f690f4782ca9b9126cccf10147fcbc3176a]

        INTEGRATION: CWS ooo20040225 (1.44.40); FILE MERGED 2004/02/24 00:17:29 haggai 1.44.40.1: Don't try to run make clean in dmake directory if dmake build is disabled

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [495194a09c20e6cfdf0a6d34010d753848a60bff]

        INTEGRATION: CWS ooo20040225 (1.60.2); FILE MERGED 2004/02/17 21:17:18 fa 1.60.2.2: #i25618# preliminary gcj support 2004/02/15 16:05:17 vq 1.60.2.1: #22751 Require .NET 2002 or newer for MS compiler version.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [46133482b4e6dbee44b5f8ae3ad4e89c89372232]

        INTEGRATION: CWS ooo20040225 (1.41.2); FILE MERGED 2004/02/23 15:35:22 svesik 1.41.2.2: refresh configure from configure.in 2004/02/15 16:05:15 vq 1.41.2.1: #22751 Require .NET 2002 or newer for MS compiler version.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8438689a758528640c2c3dbe9a021c21461849cf]

        INTEGRATION: CWS ooo20040225 (1.2.30); FILE MERGED 2004/02/12 16:56:14 pjanik 1.2.30.1: #i24980#: Fix compilation problem.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e5346c3f36526a360d67beb1fb949546fdba180]

        INTEGRATION: CWS ooo20040225 (1.3.74); FILE MERGED 2004/02/17 06:37:12 pjanik 1.3.74.1: #i25582#: x86-64: store type clarification.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [62534ba8c10927aa838a96c4540e8b125f6ad659]

        INTEGRATION: CWS ooo20040225 (1.2.8); FILE MERGED 2004/03/01 11:24:57 haggai 1.2.8.1: #i25866# Disable Java components when building without Java

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [999abe0714367763a782ec0b5ae0f2131449e461]

        INTEGRATION: CWS ooo20040225 (1.3.2); FILE MERGED 2004/03/01 11:24:56 haggai 1.3.2.1: #i25866# Disable Java components when building without Java

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [82548c87b278a6548c8cf0f10c00e85d1a44cc70]

        INTEGRATION: CWS ooo20040225 (1.2.8); FILE MERGED 2004/02/12 19:30:53 pjanik 1.2.8.1: #i25207#: Move the declaration of variable 'pIt' to outer scope.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba7833002514b943f571660af75fac5e30c7b929]

        INTEGRATION: CWS ooo20040225 (1.61.10); FILE MERGED 2004/02/17 10:02:13 dsherwin 1.61.10.1: #i23204# Remove msvcirt.lib from the linking line for .NET 2003 compiler

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [86114206463cad39035475515252c9ac3fd6a648]

        INTEGRATION: CWS ooo20040225 (1.3.4); FILE MERGED 2004/02/19 10:48:25 sparcmoz 1.3.4.1: for linux sparc remove -fpermissive and restore -O1 optimisation

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f912c5b9962c9b41cc3b01de1d9da74e3f1d2ca3]

        INTEGRATION: CWS ooo20040225 (1.142.10); FILE MERGED 2004/02/23 15:41:54 fa 1.142.10.2: Make JAVA variable aware of gcj 2004/02/17 21:14:15 fa 1.142.10.1: #i25618# preliminary gcj support

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5033c0c3ff7d1522951f36396e254a6edc6020a]

        INTEGRATION: CWS ooo20040225 (1.13.4); FILE MERGED 2004/02/21 01:50:08 vq 1.13.4.2: #25499 2nd part of guw.pl patch. 2004/02/18 02:23:06 vq 1.13.4.1: #25499 Teach guw.pl to handle something=<path> parameter and minor cleanup of the used regex.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2602c5f90ee76cfb9fc35f72f411b922e2c7c5bc]

        INTEGRATION: CWS ooo20040225 (1.9.308); FILE MERGED 2004/02/16 01:16:41 khendricks 1.9.308.1: special MACOSX target seems to be no longer needed

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [990f07cd395dcacf30ff461652a3430dd89f1531]

        INTEGRATION: CWS ooo20040225 (1.1.1.1.74); FILE MERGED 2004/02/17 10:02:15 dsherwin 1.1.1.1.74.1: #i23204# Remove msvcirt.lib from the linking line for .NET 2003 compiler

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [046d64f1bb5b07134e8c3f9c88bdd81fa73293c6]

        INTEGRATION: CWS ooo20040225 (1.51.6); FILE MERGED 2004/03/01 16:05:48 hr 1.51.6.2: RESYNC: (1.51-1.52); FILE MERGED 2004/02/16 00:35:44 khendricks 1.51.6.1: need -lXinerama when linking lib_pure_x as well for MACOSX

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [91f8444964fc4a8faf10aed4c929ba3cd013d32d]

        INTEGRATION: CWS ooo20040225 (1.9.46); FILE MERGED 2004/02/16 00:48:41 khendricks 1.9.46.1: oslModule is not a void * on MacOSX see sal/inc/osl/module.h for the details

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a12a1aa549878c9bc1fda7a9f01bab6a610d38f7]

        INTEGRATION: CWS ooo20040225 (1.27.46); FILE MERGED 2004/02/16 00:34:46 khendricks 1.27.46.1: no include of malloc.h on MACOSX

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ae68003e6062af5d41efc13ad0e4f8b5da03b3b]

        INTEGRATION: CWS ooo20040225 (1.54.6); FILE MERGED 2004/03/01 16:05:21 hr 1.54.6.2: RESYNC: (1.54-1.55); FILE MERGED 2004/02/16 00:33:54 khendricks 1.54.6.1: no include of malloc.h for MACOSX

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8fdaa8c3d1dfc712d09f9d3a70557ac951ed46d]

        INTEGRATION: CWS ooo20040225 (1.167.6); FILE MERGED 2004/03/01 16:05:12 hr 1.167.6.2: RESYNC: (1.167-1.168); FILE MERGED 2004/02/16 00:33:18 khendricks 1.167.6.1: no include of malloc.h for MacOSX

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [683126a75bb759cec6ba66dafffaa024b8c22bcc]

        INTEGRATION: CWS ooo20040225 (1.3.2); FILE MERGED 2004/02/15 20:33:11 fa 1.3.2.1: Fix up some typos.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [935afa5a04e9fe9b2a2725ffbf83d3f741639be9]

        INTEGRATION: CWS ooo20040225 (1.3.2); FILE MERGED 2004/02/15 20:33:10 fa 1.3.2.2: Fix up some typos. 2004/02/15 19:37:24 khendricks 1.3.2.1: fix a typo in the MacOSX bridge code "I" should have been an "("

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [370c25d94bf83f11df950f714d16e50b2303552e]

        INTEGRATION: CWS ooo20040225 (1.1.2); FILE ADDED 2004/02/16 18:46:55 fa 1.1.2.1: #i25564# Add preliminary bridge code for x86-64

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1bebb80d7a3ab7f9999487a93405fefac324884]

        INTEGRATION: CWS ooo20040225 (1.1.2); FILE ADDED 2004/02/16 18:46:54 fa 1.1.2.1: #i25564# Add preliminary bridge code for x86-64

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4163bf267cfb9c86955bbdca03109560c62297a9]

        INTEGRATION: CWS ooo20040225 (1.6.48); FILE MERGED 2004/02/17 10:02:14 dsherwin 1.6.48.1: #i23204# Remove msvcirt.lib from the linking line for .NET 2003 compiler

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ee68b170083cad3671428781315955f021a3726]

        INTEGRATION: CWS ooo20040225 (1.4.48); FILE MERGED 2004/02/17 10:02:14 dsherwin 1.4.48.1: #i23204# Remove msvcirt.lib from the linking line for .NET 2003 compiler

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6e4a2e24a7c3f1d5ceebfb63fd85d47286f3f02]

        INTEGRATION: CWS ooo20040225 (1.1.36); FILE MERGED 2004/02/15 22:37:12 khendricks 1.1.36.1: make sure the output directory actually exists Thanks to Pavel for catching that one.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4d1c68e141f5c9857101a0e24af40100c98f389]

        INTEGRATION: CWS ooo20040225 (1.4.10); FILE MERGED 2004/03/04 15:32:10 hr 1.4.10.2: #i10000#: fix typo 2004/03/04 15:31:20 hr 1.4.10.1: #i10000#: pack libmyspell.so instead of libulingu

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [52da09a6fa5ecbbc7dce6bee9447e095d51e7f22]

        INTEGRATION: CWS ooo20040225 (1.4.10); FILE MERGED 2004/02/12 18:15:51 pjanik 1.4.10.1: #i25207#: Move the declaration of variable 'index' to outer scope.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0f09ce972d204fff17059c9dc92a8561aba52a6]

        INTEGRATION: CWS ooo20040225 (1.2.16); FILE MERGED 2004/02/25 10:38:33 haggai 1.2.16.1: #i25829# Fix scripting build without Java support ($SOLAR_JAVA!=TRUE)

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [75968fa6eae51cd37fa73dc5ff0ea3bb6d0319bc]

        INTEGRATION: CWS ooo20040225 (1.1.16); FILE MERGED 2004/02/25 10:38:33 haggai 1.1.16.1: #i25829# Fix scripting build without Java support ($SOLAR_JAVA!=TRUE)

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a21b5db6583f09f14a5d6196f922143e16c62dbc]

        INTEGRATION: CWS ooo20040225 (1.2.16); FILE MERGED 2004/03/01 15:44:16 hr 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/25 10:38:32 haggai 1.2.16.1: #i25829# Fix scripting build without Java support ($SOLAR_JAVA!=TRUE)

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e80480620e6feb204e75daa33e747664edc9c825]

        INTEGRATION: CWS ooo20040225 (1.12.100); FILE MERGED 2004/02/16 19:08:37 fa 1.12.100.1: #i25567# Clarify some parameter types

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [07ab0765741af59b3a1a50544ab20d4010176293]

        INTEGRATION: CWS ooo20040225 (1.6.74); FILE MERGED 2004/02/15 17:18:31 fa 1.6.74.1: #i25508# Make sure to use all arguments given to debug printing functions rather than ignoring some

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3872f8fe38ae02173218362e95e6538325c097ef]

        INTEGRATION: CWS ooo20040225 (1.57.6); FILE MERGED 2004/02/15 17:18:30 fa 1.57.6.1: #i25508# Make sure to use all arguments given to debug printing functions rather than ignoring some

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b32f0a63b1d171c77a6b346577130e6e587d063]

        INTEGRATION: CWS ooo20040225 (1.40.2); FILE MERGED 2004/02/18 01:44:42 vq 1.40.2.1: #21385 Remove unused macros MY_DIRCMP and CHECKSCRIPT. Delete unused scripts odk/util/checkdiff.pl and solenv/bin/checkit.pl.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [10095b2a09a10b8f38917c99034102445290f5b2]

        INTEGRATION: CWS ooo20040225 (1.25.4); FILE MERGED 2004/02/16 12:04:13 khendricks 1.25.4.1: static libraries must come at the end of the list for MacOSX

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c26267dc1157fa8ec9a5b39d34902dd3ee9d36f]

        INTEGRATION: CWS ooo20040225 (1.10.56); FILE MERGED 2004/02/16 19:51:24 svesik 1.10.56.1: Make interlock code work on both x86 (486+) and x86-64 Issue number:  8593 Submitted by:  Pavel Janik Reviewed by:   Sander Vesik, Dan Williams

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [93e417a00d79f75be89825abdc78c4863d2b9dbd]

        INTEGRATION: CWS ooo20040225 (1.2.2); FILE MERGED 2004/02/15 09:48:31 pjanik 1.2.2.1: #i25463#: Change the type of argument to types in declaration of rtl_convertUnicodeToText.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ff36f1f33e7fedbd12a8b59018d938bb207f73f]

        INTEGRATION: CWS ooo20040225 (1.21.8); FILE MERGED 2004/02/21 01:57:24 vq 1.21.8.2: #8593 Workaround for the __SIZEOFLONG problem, makes the branch buildable again. 2004/02/16 20:02:29 fa 1.21.8.1: #i8593# Add 64-bit safe types

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [94f5a07df8a3e4b18a139df8a4a39411d01586cb]

        INTEGRATION: CWS sj08 (1.55.22); FILE MERGED 2004/02/26 15:27:28 sj 1.55.22.1: #i14375,i20490,i9182# fixed general grouping problem

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4db800a5ce62a34ae7ac4bbbb876660df7a8f74]

        INTEGRATION: CWS ooo20040225 (1.1.1.1.610); FILE MERGED 2004/02/17 10:02:13 dsherwin 1.1.1.1.610.1: #i23204# Remove msvcirt.lib from the linking line for .NET 2003 compiler

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdf928d4dcf4258afe793e66bbd0448e046a7f44]

        INTEGRATION: CWS ooo20040225 (1.24.82); FILE MERGED 2004/02/16 18:28:54 khendricks 1.24.82.1: adding in fix for Issue 23500 so that more testing can be done with doc files with embedded graphics

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce18389f01a49e53b7ba664154d0cb52cea74d3a]

        INTEGRATION: CWS sj08 (1.116.128); FILE MERGED 2004/02/26 15:26:59 sj 1.116.128.1: #i14375,i20490,i9182# fixed general grouping problem

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [48b2c4ded43b6942b27f14cadbf9589ffca8344e]

        INTEGRATION: CWS sj08 (1.87.128); FILE MERGED 2004/02/27 13:51:29 sj 1.87.128.3: #i14375,i20490,i9182# fixed general grouping problem 2004/02/27 13:16:49 sj 1.87.128.2: #i14375,i20490,i9182# fixed general grouping problem 2004/02/26 15:25:59 sj 1.87.128.1: #i14375,i20490,i9182# fixed general grouping problem

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d30f7538f937b1ff4b615e4a8619853435fa0e7]

        INTEGRATION: CWS ooo20040225 (1.1.1.1.82); FILE MERGED 2004/02/17 10:02:14 dsherwin 1.1.1.1.82.1: #i23204# Remove msvcirt.lib from the linking line for .NET 2003 compiler

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b2064372cff55158f1b483b55b6d75b238b6377]

        INTEGRATION: CWS ooo20040225 (1.4.18); FILE MERGED 2004/02/21 01:46:20 vq 1.4.18.1: #22376 Fix constant to long problem.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c67ba18bcaf4108a65aac5d915978784589de40a]

        INTEGRATION: CWS sj08 (1.55.112); FILE MERGED 2004/02/27 10:13:53 sj 1.55.112.1: #i14375,i20490,i9182# fixed general grouping problem

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e41043c0d218a2b339dbccc759060114c1dde31a]

        INTEGRATION: CWS fwkmerge1 (1.37.4); FILE MERGED 2004/02/18 12:59:21 lo 1.37.4.1: #i25371# move license dialog to Desktop::Main()

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a422ebda6f38ed1125cd497562a6675aeb3b484]

        INTEGRATION: CWS fwkmerge1 (1.3.8); FILE MERGED 2004/02/18 12:59:20 lo 1.3.8.1: #i25371# move license dialog to Desktop::Main()

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [36f0b7eafd9be00e63be03d1ad97a3d2a438c6c0]

        INTEGRATION: CWS fwkmerge1 (1.15.24); FILE MERGED 2004/02/16 14:07:06 lo 1.15.24.2: #115315# fix deadlock on premature shutdown 2004/02/03 16:41:43 lo 1.15.24.1: #115238# merge up for #111143 and #111797

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [633113bcff9959ec07294846eda208855bcbda14]

        INTEGRATION: CWS fwkmerge1 (1.39.24); FILE MERGED 2004/02/16 14:07:05 lo 1.39.24.3: #115315# fix deadlock on premature shutdown 2004/02/03 16:41:40 lo 1.39.24.2: #115238# merge up for #111143 and #111797 2004/02/03 13:11:34 lo 1.39.24.1: #115238# porting fix for i19315 to SRC680 - hang on subsequent accept requests

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [84c40cebace65d8b1aff86a1a0871cad7adfccc1]

        INTEGRATION: CWS fwkmerge1 (1.25.38); FILE MERGED 2004/02/18 12:59:19 lo 1.25.38.1: #i25371# move license dialog to Desktop::Main()

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5bd4673a8c9e273c6d7000f8cb2230e8aec1b44]

        INTEGRATION: CWS fwkmerge1 (1.15.152); FILE MERGED 2004/02/16 13:12:07 lo 1.15.152.2: #115238# fix build in mergeup for #112924# 2004/02/03 13:54:23 lo 1.15.152.1: #115238# merge fix for #112924

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe7d7cf74ba88090d30f29328cfe558c2668bc21]

        INTEGRATION: CWS fwkmerge1 (1.129.6); FILE MERGED 2004/03/02 16:37:58 cd 1.129.6.6: #115315# Catch exception when creating GlobalEventBroadcaster 2004/02/18 12:59:19 lo 1.129.6.5: #i25371# move license dialog to Desktop::Main() 2004/02/16 18:30:10 lo 1.129.6.4: RESYNC: (1.129-1.130); FILE MERGED 2004/02/16 13:12:06 lo 1.129.6.3: #115238# fix build in mergeup for #112924# 2004/02/03 16:41:37 lo 1.129.6.2: #115238# merge up for #111143 and #111797 2004/02/03 14:22:05 lo 1.129.6.1: #115238# merge up #112924# (catch exceptions from loadComponentFromURL

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [80bea1fd3e1eea6f5f0a4ccdda0bbc91407022ee]

        INTEGRATION: CWS fwkmerge1 (1.16.34); FILE MERGED 2004/02/16 15:39:53 lo 1.16.34.2: RESYNC: (1.16-1.17); FILE MERGED 2004/02/03 15:03:25 lo 1.16.34.1: #115238# merge up #112079# throw exception intstead of trying to open non existant default res manager

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [84f4db120f4f7cdc48ce7958026c0b7ea8a984f2]

        INTEGRATION: CWS fwkmerge1 (1.42.112); FILE MERGED 2004/02/19 15:46:21 mav 1.42.112.1: #115237# integrate fix for 114872

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8771c72548321e90c2fd1c27ba98de18e9a14d0c]

        INTEGRATION: CWS fwkmerge1 (1.4.42); FILE MERGED 2004/02/18 12:50:46 sw 1.4.42.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1053f63dd4d37ecb0f85b8e6ff31421b4ba01869]

        INTEGRATION: CWS fwkmerge1 (1.4.42); FILE MERGED 2004/02/18 12:50:45 sw 1.4.42.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfc63bcec34779a42c7161dc4e617dc0d2d2e42a]

        INTEGRATION: CWS fwkmerge1 (1.4.42); FILE MERGED 2004/02/18 12:48:45 sw 1.4.42.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0148281597b085a249238f03e245334e397333df]

        INTEGRATION: CWS fwkmerge1 (1.3.42); FILE MERGED 2004/02/18 12:48:16 sw 1.3.42.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [74c14daae62e1b7bf0201236d610f1f360a18eef]

        INTEGRATION: CWS fwkmerge1 (1.3.42); FILE MERGED 2004/02/18 12:46:29 sw 1.3.42.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [97dba396c85e25fe4ada26dab6471c6e8fa33016]

        INTEGRATION: CWS fwkmerge1 (1.1.78); FILE MERGED 2004/02/18 12:44:57 sw 1.1.78.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [487336c5beb0b336dce5205132aa3670235ac859]

        INTEGRATION: CWS fwkmerge1 (1.1.8); FILE ADDED 2004/02/18 12:54:26 sw 1.1.8.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e08e146f76d84a1be1bda2d894cd7a6cf3d5cdb]

        INTEGRATION: CWS fwkmerge1 (1.1.8); FILE ADDED 2004/02/18 12:54:57 sw 1.1.8.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [721a15162acf7778acc919e0bdbbf611aa0965e3]

        INTEGRATION: CWS fwkmerge1 (1.1.8); FILE ADDED 2004/02/18 12:54:00 sw 1.1.8.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4be3a5f8cfbf6b506f8f50b11d5da23d6ced18d]

        INTEGRATION: CWS fwkmerge1 (1.1.8); FILE ADDED 2004/02/18 12:56:48 sw 1.1.8.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c62d87496ca38640614fdb69dd95f8064c1bd6bb]

        INTEGRATION: CWS fwkmerge1 (1.1.8); FILE ADDED 2004/02/18 12:57:04 sw 1.1.8.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9f2e874753653c3cbffaad6103514d68b2cf0be]

        INTEGRATION: CWS fwkmerge1 (1.1.8); FILE ADDED 2004/02/18 12:57:19 sw 1.1.8.1: #115240#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b630a383e66777e92d04bf793de8393eba4cd038]

        INTEGRATION: CWS fwkmerge1 (1.2.10); FILE MERGED 2004/02/20 17:01:55 lo 1.2.10.1: #115238# mergeup new xsltfilter from srx645#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba68f60cd6624c58340bad034e2dcb2e8eb40526]

        INTEGRATION: CWS fwkmerge1 (1.1.10); FILE MERGED 2004/02/20 15:43:05 lo 1.1.10.1: #115238# merge up new xsltfilter from srx645

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ee2d8333f9789bffeb1e8acfbb73ac9460fa98c]

        INTEGRATION: CWS fwkmerge1 (1.1.10); FILE MERGED 2004/02/20 17:01:54 lo 1.1.10.1: #115238# mergeup new xsltfilter from srx645#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [124c6777ca184be998c6db62d350d197ead69712]

        INTEGRATION: CWS fwkmerge1 (1.1.10); FILE MERGED 2004/02/25 16:49:32 lo 1.1.10.2: #115238# fix xsltfilter installation 2004/02/20 15:43:05 lo 1.1.10.1: #115238# merge up new xsltfilter from srx645

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6129223808b9c01c749016e0ca14653618891ff]

        INTEGRATION: CWS fwkmerge1 (1.3.10); FILE MERGED 2004/02/25 16:49:32 lo 1.3.10.1: #115238# fix xsltfilter installation

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [05813b8a78f51d76c1c71f021dfcf4b5948b876f]

        INTEGRATION: CWS fwkmerge1 (1.1.10); FILE MERGED 2004/02/20 15:43:04 lo 1.1.10.1: #115238# merge up new xsltfilter from srx645

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [776eb24366a7add1b3b27eedfabe878393fbca1c]

        INTEGRATION: CWS fwkmerge1 (1.3.62); FILE MERGED 2004/02/03 15:47:07 lo 1.3.62.1: #115238# merging up #111125, #111126 and #111127 from fwk01pp1 (flatxml filter)

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eaf0d08aedd4e3c4a3114648a7b9a3fc816fd2c]

        INTEGRATION: CWS fwkmerge1 (1.3.62); FILE MERGED 2004/02/03 15:47:05 lo 1.3.62.1: #115238# merging up #111125, #111126 and #111127 from fwk01pp1 (flatxml filter)

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b8d89f0322971f4ed0521122fe7d9260c82e9c0]

        INTEGRATION: CWS fwkmerge1 (1.5.56); FILE MERGED 2004/02/03 15:47:03 lo 1.5.56.1: #115238# merging up #111125, #111126 and #111127 from fwk01pp1 (flatxml filter)

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [377781c09533aa4f4583e60771efc7602411016e]

        INTEGRATION: CWS fwkmerge1 (1.44.156); FILE MERGED 2004/02/16 15:34:35 lo 1.44.156.2: RESYNC: (1.44-1.46); FILE MERGED 2004/02/05 09:13:13 cd 1.44.156.1: #115235# Merge fix for #i17870# into SRC680

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [923c67a34f4f258ed02f0601288530327f2f3fc5]

        INTEGRATION: CWS fwkmerge1 (1.33.86); FILE MERGED 2004/02/05 11:27:57 cd 1.33.86.1: #115312# Merge fix from FIX645 to SRC680

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [22cea3d556c7066fe11d4edbb5c32daa85abc0db]

        INTEGRATION: CWS fwkmerge1 (1.22.18); FILE MERGED 2004/03/02 16:37:19 cd 1.22.18.1: #115315# Don't use removeEventListner and call StartListening before ref decrease

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [317972862f1b1853db8e1b8108ed592a8538fb8f]

        INTEGRATION: CWS fwkmerge1 (1.74.72); FILE MERGED 2004/02/16 15:40:03 lo 1.74.72.2: RESYNC: (1.74-1.75); FILE MERGED 2004/02/05 10:27:08 as 1.74.72.1: #115306# merge changes into src680

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9c40b041f19c16062c8370b8f302a00a82dc799]

        INTEGRATION: CWS fwkmerge1 (1.35.36); FILE MERGED 2004/02/16 15:39:46 lo 1.35.36.2: RESYNC: (1.35-1.36); FILE MERGED 2004/02/04 09:33:45 lo 1.35.36.1: #115238# merge up fix for #112376#

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [88227b289c1b2166b51c00dadc2040dce88ffe79]

        INTEGRATION: CWS fwkmerge1 (1.71.34); FILE MERGED 2004/02/16 15:39:27 lo 1.71.34.2: RESYNC: (1.71-1.73); FILE MERGED 2004/02/05 11:04:34 cd 1.71.34.1: #115308# Merged fix from FIX645 to SRC680

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [349aad7eb061138f019996d874fd580c9c99a652]

        INTEGRATION: CWS fwkmerge1 (1.3.42); FILE MERGED 2004/02/19 15:52:16 mav 1.3.42.1: #115237# integrate fix for 111921

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [95b9d9848e641078bba7720172602366ae9ac907]

        INTEGRATION: CWS fwkmerge1 (1.5.18); FILE MERGED 2004/02/03 16:46:16 lo 1.5.18.1: #115238# merge up for #113029

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [32daea9a8332ae399b20383dcec229f88c79219b]

        INTEGRATION: CWS fwkmerge1 (1.1.8); FILE ADDED 2004/02/03 16:46:14 lo 1.1.8.1: #115238# merge up for #113029

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fcd1158f378599df11601620a68a79ce72a58fe]

        INTEGRATION: CWS fwkmerge1 (1.1.8); FILE ADDED 2004/02/03 16:46:09 lo 1.1.8.1: #115238# merge up for #113029

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b96709f55195c560d14747f2c4f743a9617dc8fc]

        INTEGRATION: CWS fwkmerge1 (1.1.8); FILE ADDED 2004/02/03 16:46:06 lo 1.1.8.1: #115238# merge up for #113029

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a3ebb2392378b4a99c031825fcebd5b2a4a4939]

        INTEGRATION: CWS fwkmerge1 (1.3.122); FILE MERGED 2004/02/03 16:46:01 lo 1.3.122.1: #115238# merge up for #113029

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [07853451673ce40d3d0df114d91c06ddd162208a]

        INTEGRATION: CWS fwkmerge1 (1.5.40); FILE MERGED 2004/02/16 13:04:15 lo 1.5.40.2: #115238# merge for i9081: emty lines in docbook export 2004/02/03 13:38:58 lo 1.5.40.1: #115238# merge in fixes from cws fwk01pp1

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [289007e70de44535ccba009b4be5a0e057e3076f]

        INTEGRATION: CWS fwkmerge1 (1.5.40); FILE MERGED 2004/02/03 13:38:57 lo 1.5.40.1: #115238# merge in fixes from cws fwk01pp1

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [529cb5fc529afc8b02fc2ba1b92e05067ff6022d]

        INTEGRATION: CWS swmergeborders (1.55.36); FILE MERGED 2004/02/26 15:50:25 od 1.55.36.3: #i25029# - adjustments for invalidation due to option 'Merge borders/shadow 	   with next paragraph' 2004/02/19 10:24:14 od 1.55.36.2: RESYNC: (1.55-1.57); FILE MERGED 2004/02/13 10:50:47 od 1.55.36.1: #i25029# <merge borders/shadow> - skip hidden text frames on determining 	 previous/next frame.

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [73ef145987d74463c9c0053615ebff38f2b38d14]

        INTEGRATION: CWS swmergeborders (1.35.44); FILE MERGED 2004/02/26 15:46:59 od 1.35.44.1: #i25029# - adjustments for invalidation due to option 'Merge borders/shadow 	   with next paragraph'

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd99c148de096e429547e5b98f13686e2c15de5c]

        INTEGRATION: CWS swmergeborders (1.12.8); FILE MERGED 2004/02/26 15:46:58 od 1.12.8.1: #i25029# - adjustments for invalidation due to option 'Merge borders/shadow 	   with next paragraph'

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b685e245f52e55ce00d8eded2cd3ba18ca15d0e6]

        INTEGRATION: CWS swmergeborders (1.50.72); FILE MERGED 2004/02/19 15:09:18 os 1.50.72.1: #i25027# merge border CheckBox added

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f5ac4ec4ad856295a5f07612fb94c31284863fd]

        INTEGRATION: CWS swmergeborders (1.5.600); FILE MERGED 2004/02/19 15:09:17 os 1.5.600.1: #i25027# merge border CheckBox added

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [39b4daad141bd00fc6fb646bb634bd667bea6ef2]

        INTEGRATION: CWS swmergeborders (1.17.442); FILE MERGED 2004/02/26 10:15:21 os 1.17.442.3: #i25027# range extended, query connect attribute from parent 2004/02/23 16:09:01 os 1.17.442.2: #i25027# use Writer's inherited SfxBoolItem for 'merge' 2004/02/19 15:09:18 os 1.17.442.1: #i25027# merge border CheckBox added

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a0be82ca7765c099e4daa3ed7e94e4ddcaa8010]

        INTEGRATION: CWS swmergeborders (1.36.46); FILE MERGED 2004/02/26 10:16:58 os 1.36.46.1: #i25027# SwParaConnectBorderItem::GetPresentation completed

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b44757cf8cadd2c9222d9de244d8ab9b7980c0bc]

        INTEGRATION: CWS swmergeborders (1.3.46); FILE MERGED 2004/02/26 10:16:57 os 1.3.46.1: #i25027# SwParaConnectBorderItem::GetPresentation completed

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3c4d4fc2b552ea8367ac06c0138e8927382d51c]

        INTEGRATION: CWS swmergeborders (1.14.46); FILE MERGED 2004/02/26 10:16:57 os 1.14.46.1: #i25027# SwParaConnectBorderItem::GetPresentation completed

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7461c2c9bd7858d803987d05a3173a66a791c36]

        INTEGRATION: CWS swmergeborders (1.15.48); FILE MERGED 2004/02/19 15:14:39 os 1.15.48.1: #i25027# merge border CheckBox added

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0f866427a6e4c3624c596d8a17ee61ab1d57213]

        INTEGRATION: CWS swmergeborders (1.47.38); FILE MERGED 2004/02/27 13:06:53 od 1.47.38.2: #i25029# - complete invalidation due to option 'Merge borders/shadow with 	   next paragraph' 2004/02/26 15:50:26 od 1.47.38.1: #i25029# - adjustments for invalidation due to option 'Merge borders/shadow 	   with next paragraph'

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e943b91c80ef3796bc3764805b50f3cf7803517]

        INTEGRATION: CWS swmergeborders (1.75.36); FILE MERGED 2004/02/26 15:50:26 od 1.75.36.1: #i25029# - adjustments for invalidation due to option 'Merge borders/shadow 	   with next paragraph'

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4284e68f36191024de8d119e0256d8948775aca]

        INTEGRATION: CWS swmergeborders (1.29.8); FILE MERGED 2004/02/26 15:50:25 od 1.29.8.1: #i25029# - adjustments for invalidation due to option 'Merge borders/shadow 	   with next paragraph'

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a5c90c5d2b8ad869b19eb7b0fd78e9800a5862d]

        INTEGRATION: CWS swmergeborders (1.42.38); FILE MERGED 2004/02/26 15:50:24 od 1.42.38.1: #i25029# - adjustments for invalidation due to option 'Merge borders/shadow 	   with next paragraph'

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0536c4b498521148717326f34cfe26372c173307]

        INTEGRATION: CWS swmergeborders (1.22.48); FILE MERGED 2004/02/27 11:54:28 od 1.22.48.1: #i25415# - get adjustments from internal issue 110490

2004-03-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [50691262ba1b8c0fabe36b728ff603040bf55f42]

        INTEGRATION: CWS swmergeborders (1.43.44); FILE MERGED 2004/02/19 15:15:32 os 1.43.44.1: #i25027# SlotId added to RES_PARATR_CONNECT_BORDER

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc5cc40ebdf08ad73621779fc9466935f393f4b5]

        INTEGRATION: CWS i18n09 (1.2.46); FILE MERGED 2003/12/09 19:49:07 khong 1.2.46.2: #112061# fix the problem in 'Replace by character' in H/H conversion 2003/11/19 00:22:42 khong 1.2.46.1: #i22530# update ScriptTypeList

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e89cd33da52864d30901ff3be195e7e96b1cbd9b]

        INTEGRATION: CWS i18n09 (1.10.2); FILE MERGED 2003/12/02 18:47:29 khong 1.10.2.1: #114110# change default Japanese sorting algorithm

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [767b91bef38cc6ad695d2454b81f851a6392771c]

        INTEGRATION: CWS i18n09 (1.15.26); FILE MERGED 2003/12/09 21:05:02 khong 1.15.26.1: #i17516# add Hebrew alphabetic numbering list

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfde64d66d0fa152e9868121c33543a360d005d5]

        INTEGRATION: CWS i18n09 (1.4.46); FILE MERGED 2003/11/18 22:33:04 khong 1.4.46.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4da98b648497af30de0fcf1a16e649ce18b0564f]

        INTEGRATION: CWS i18n09 (1.2.2); FILE MERGED 2003/12/04 23:45:37 khong 1.2.2.3: #i22602# make dot stick on beginning of a word when doing line break 2003/12/04 23:12:37 khong 1.2.2.2: #i21392# change line break rule to match with MS office 2003/12/03 19:32:02 khong 1.2.2.1: #i19716# fix wrong line break on bracket characters

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [15f41851842866c9a486eb9cfa258907c472f69f]

        INTEGRATION: CWS i18n09 (1.2.2); FILE MERGED 2003/12/03 02:17:55 khong 1.2.2.1: #110105# Set word boundary between CJK and Latin script type

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a83ef0cbe99b66241615b238c1d287a6da04e51e]

        INTEGRATION: CWS i18n09 (1.2.2); FILE MERGED 2003/12/03 02:17:54 khong 1.2.2.1: #110105# Set word boundary between CJK and Latin script type

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0939f43315a21f5134cd631773ddae7cfef4493]

        INTEGRATION: CWS i18n09 (1.12.2); FILE MERGED 2003/12/09 19:35:48 khong 1.12.2.4: #112021# fix word boundary problem on begining and end of the string 2003/12/08 23:47:26 khong 1.12.2.3: #i21907# fix isBeginWord and isEndWord problem 2003/11/18 22:55:08 khong 1.12.2.2: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type 2003/11/18 22:31:59 khong 1.12.2.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0f5a2a1e88c224316b9a295d90dce55ba639188]

        INTEGRATION: CWS i18n09 (1.2.60); FILE MERGED 2003/12/09 21:03:41 khong 1.2.60.1: #i17516# add Hebrew alphabetic numbering list

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f88716f563cc7752368d035558b5e43dfb83637]

        INTEGRATION: CWS i18n09 (1.8.176); FILE MERGED 2003/12/15 17:14:35 er 1.8.176.1: #i17516# add Hebrew numbering (on behalf of Karl Hong)

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea46fa31bf36c29532b8299b98edf6bf9f61cc18]

        INTEGRATION: CWS i18n09 (1.2.30); FILE MERGED 2003/11/18 22:31:01 khong 1.2.30.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f675bd0606f10f3af9be3650fe88b3731b04afa4]

        INTEGRATION: CWS i18n09 (1.2.30); FILE MERGED 2003/11/18 22:30:37 khong 1.2.30.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [99ea6a6c41a2f837d9a71c01a999bcfc54554c8e]

        INTEGRATION: CWS mbaqfixes (1.88.48); FILE MERGED 2004/02/26 17:32:58 mba 1.88.48.2: #115663#: ComponentData/Context in MediaDescriptor 2004/02/23 17:32:21 mba 1.88.48.1: #i23246#: wrong Impl. of queryDispatches; #

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d49a762b596582171f474959dc2d6aef09e92bb0]

        INTEGRATION: CWS mbaqfixes (1.14.58); FILE MERGED 2004/02/27 08:54:22 as 1.14.58.1: #115628# repair classification of URLs

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc5884590521fdf2d640c896283e87df7e2f9ec8]

        INTEGRATION: CWS mbaqfixes (1.77.4); FILE MERGED 2004/02/23 17:36:51 mba 1.77.4.1: #112300#: events for view creation added

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b6117b0244975d9427b2418c789c256be93f373]

        INTEGRATION: CWS mbaqfixes (1.70.4); FILE MERGED 2004/02/27 08:56:56 as 1.70.4.1: #i25707# handle returned bool items correctly for wizard slots

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6163c1250e3d93b55a457b321a9d34e0809a1af4]

        INTEGRATION: CWS mbaqfixes (1.30.98); FILE MERGED 2004/02/23 17:36:51 mba 1.30.98.1: #112300#: events for view creation added

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [216031e9baede5d80d50ad250cfca2af52336e8b]

        INTEGRATION: CWS mbaqfixes (1.3.224); FILE MERGED 2004/02/23 17:39:58 mba 1.3.224.1: #112300#: events for view creation and export added

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdfad887600d14b85ad4c877b5c288fddeb7552f]

        INTEGRATION: CWS mbaqfixes (1.123.12); FILE MERGED 2004/02/23 18:12:26 mba 1.123.12.1: #112300#: events for export added; save/export events revisited

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6b426a14cd7c13074b691463c990b6437d64f30]

        INTEGRATION: CWS mbaqfixes (1.60.12); FILE MERGED 2004/02/23 18:12:27 mba 1.60.12.1: #112300#: events for export added; save/export events revisited

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b21cc6ea08feff5f811600ed0fa5584e7d1704c]

        INTEGRATION: CWS mbaqfixes (1.36.4); FILE MERGED 2004/02/23 17:40:24 mba 1.36.4.1: #112300#: events for view creation added

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e397ecb18eefdd5f7f96322dab9fa5ec6f24e8e4]

        INTEGRATION: CWS mbaqfixes (1.22.50); FILE MERGED 2004/02/23 17:39:35 mba 1.22.50.1: #i17727#: rename ambigous classes

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c522afd828813c27acac6ece304998ff8c3ea3f6]

        INTEGRATION: CWS mbaqfixes (1.27.58); FILE MERGED 2004/02/23 17:38:01 mba 1.27.58.1: #103933#: changed names for default templates in english and german

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2b183d91260f771313d6520fd70c4d20850074c]

        INTEGRATION: CWS mbaqfixes (1.54.12); FILE MERGED 2004/02/23 17:39:28 mba 1.54.12.1: #i17727#: rename ambigous classes

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1025a695f4d1a24965519b62b70f122e9e91473b]

        INTEGRATION: CWS mbaqfixes (1.55.12); FILE MERGED 2004/02/23 17:36:07 mba 1.55.12.1: #112403#: wrong flag used in detection of default filter

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [295a2135065aaca35d7814c83a3d7a2c4aea135c]

        INTEGRATION: CWS mbaqfixes (1.36.4); FILE MERGED 2004/02/23 17:29:38 mba 1.36.4.1: #112300#: events for view creation and export added

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [dedd579c1183e15c102a88186e886b50d8f6702b]

        INTEGRATION: CWS mbaqfixes (1.49.4); FILE MERGED 2004/02/23 17:32:21 mba 1.49.4.1: #i23246#: wrong Impl. of queryDispatches; #

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [18c2b3e11e84029c99c67f9b3a41756b04d7e033]

        INTEGRATION: CWS mbaqfixes (1.73.4); FILE MERGED 2004/02/23 17:29:12 mba 1.73.4.1: #112300#: events for view creation added

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b4610895171858d87f1811e5697270288c89c8e]

        INTEGRATION: CWS mbaqfixes (1.2.50); FILE MERGED 2004/03/03 13:22:35 sw 1.2.50.1: #i23246#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [026f69715656fe12988106436323d6df820d06df]

        INTEGRATION: CWS mbaqfixes (1.1.2); FILE ADDED 2004/02/23 17:58:42 mba 1.1.2.1: #112300#: testcase for GlobalEventBroadcaster

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c448b039e2fa9bd35c07c628199eb76d5683f94]

        INTEGRATION: CWS mbaqfixes (1.1.2); FILE ADDED 2004/02/23 17:58:55 mba 1.1.2.1: #112300#: testcase for GlobalEventBroadcaster

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4dc010896ff01f47c870a127620bd1263594b18]

        INTEGRATION: CWS mbaqfixes (1.1.2); FILE ADDED 2004/02/23 17:58:29 mba 1.1.2.1: #112300#: testcase for GlobalEventBroadcaster

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c7fe58a8abbc163fdcefa7371df09c892142022]

        INTEGRATION: CWS mbaqfixes (1.1.2); FILE ADDED 2004/02/23 17:57:55 mba 1.1.2.1: #112300#: testcase for GlobalEventBroadcaster

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc287c4723c61ea1e124d3764810f961fedab3ee]

        INTEGRATION: CWS mbaqfixes (1.1.2); FILE ADDED 2004/02/23 17:57:38 mba 1.1.2.1: #112300#: testcase for GlobalEventBroadcaster

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [54efe15de0bafb702bb84348bc93daebe1e46a91]

        INTEGRATION: CWS mbaqfixes (1.20.16); FILE MERGED 2004/02/23 17:11:33 mba 1.20.16.1: #115453#: errornous local variable caused crash

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6ada2ba94bbc2861239f08fa903c9c0ee1768b0]

        INTEGRATION: CWS mbaqfixes (1.93.2); FILE MERGED 2004/02/26 16:53:57 mba 1.93.2.1: #i25530#: no AutoCorrection in EditEngine

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a64a069f04212bed4c5c9660e5e1eb3e62b3ebf]

        INTEGRATION: CWS mbaqfixes (1.2.630); FILE MERGED 2004/02/26 16:53:57 mba 1.2.630.1: #i25530#: no AutoCorrection in EditEngine

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d09c53d30cbbcd912135da017f403b4c502fd4d]

        INTEGRATION: CWS mbaqfixes (1.28.144); FILE MERGED 2004/02/26 16:53:56 mba 1.28.144.1: #i25530#: no AutoCorrection in EditEngine

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f392d061427de3afbd8a9d7a44e63f1d61dae64b]

        INTEGRATION: CWS mbaqfixes (1.88.56); FILE MERGED 2004/02/26 16:53:56 mba 1.88.56.1: #i25530#: no AutoCorrection in EditEngine

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a753c9538403c125d9902a50804186fa67296165]

        INTEGRATION: CWS mbaqfixes (1.2.4); FILE MERGED 2004/02/27 08:40:41 as 1.2.4.1: #115721# merge 1.20 fixes of original file

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9d3ee8418ff2c638e7d835899246833217422d7]

        INTEGRATION: CWS mbaqfixes (1.33.22); FILE MERGED 2004/02/23 17:08:23 mba 1.33.22.1: #i20943#: mark request as done if success

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4c8a45a3589a6c2c5942b83f6897c2aa88f63d1]

        INTEGRATION: CWS mbaqfixes (1.21.22); FILE MERGED 2004/02/23 17:08:22 mba 1.21.22.1: #i20943#: mark request as done if success

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dabd705baf4cf02249f0460065c85d9d001b2bc]

        INTEGRATION: CWS mbaqfixes (1.2.24); FILE MERGED 2004/02/27 08:52:41 as 1.2.24.1: #115454# notify listener everytimes

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [de0f135326934e89ffe92c95862a9a060fe8107b]

        INTEGRATION: CWS mbaqfixes (1.11.176); FILE MERGED 2004/03/05 13:03:18 mba 1.11.176.1: #115803#: new events wheren't recognized

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4023b318f8897d14beeb094cc25b40145d5bdc90]

        INTEGRATION: CWS mbaqfixes (1.2.208); FILE MERGED 2004/02/23 17:26:09 mba 1.2.208.1: #110224#: missing tag

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [501a381495230e3e9c103c855edc2a9f307ac13d]

        INTEGRATION: CWS mbaqfixes (1.1.2); FILE ADDED 2004/02/23 17:23:16 mba 1.1.2.1: #111930#: service description missing

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [30a075a060d3e3f09585183607215a5b0ddd24ac]

        INTEGRATION: CWS mbaqfixes (1.4.336); FILE MERGED 2004/02/23 17:25:04 mba 1.4.336.1: #112300#: some missing events added, some others documented

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b6e33d25fb30254d8546da28af460fcb060049e]

        INTEGRATION: CWS so8forms1 (1.49.2); FILE MERGED 2004/03/01 15:07:32 lo 1.49.2.3: RESYNC: (1.49-1.52); FILE MERGED 2004/02/11 13:05:18 lo 1.49.2.2: dom level 2 support 2003/11/25 16:41:31 lo 1.49.2.1: dom/xpath

2004-03-08  Dan Williams  <fa@openoffice.org>  [feca7966017815f8fdc9d316cf8921c30a5c532b]

        Correct variable scoping in 'for' statements to be ISO C++ compliant.  You technically cannot declare a variable like 'for ( int i=0; ...; ...) {} i = 1' and then use it later outside of the for() statement.

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ab35e9fb148054cab843310d6e6dc3730689c6c]

        #100000#: backout revision 1.27

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [83d336703eee2daaf7acdf94e725c7060ae8d84f]

        #100000#: backout revision 1.43

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea1d26b1865625ff8d79a8c69bcedb6a1b7592f1]

        INTEGRATION: CWS swobjpos03 (1.66.38); FILE MERGED 2004/02/23 12:27:17 od 1.66.38.3: #i22673# - correction of export (index table was sorted) 2004/02/16 09:35:37 od 1.66.38.2: RESYNC: (1.66-1.71); FILE MERGED resolve merge conflicts. 2004/01/05 15:29:38 od 1.66.38.1: #i22673# - MS Word import/export for new vertical alignment at line of text

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4c84dcc7b69c33e7fbfddcd565b2df83b2986b4]

        INTEGRATION: CWS swobjpos03 (1.83.34); FILE MERGED 2004/02/16 11:47:02 od 1.83.34.2: RESYNC: (1.83-1.87); FILE MERGED adjust constructors of <SvxMSDffImportRec> due to merge conflict in header file. 2003/11/21 14:50:30 cmc 1.83.34.1: #i1560# Add property that word uses to flag if a escher element anchored inside a table is laidout inside or outside it

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3129f7528cd1af5b69d13a573ae6bba41092a084]

        INTEGRATION: CWS swobjpos03 (1.7.190); FILE MERGED 2003/11/21 08:38:07 od 1.7.190.1: #i22341# constants <RelOrientation> - extend by new constant for vertical 	 orientation at top of text line.

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2118d3711718c47309c3e083ee96be4b0edb2b23]

        INTEGRATION: CWS so8forms1 (1.66.2); FILE MERGED 2004/03/01 15:06:33 lo 1.66.2.4: RESYNC: (1.66-1.69); FILE MERGED 2004/02/11 13:05:19 lo 1.66.2.3: dom level 2 support 2003/11/25 16:42:43 lo 1.66.2.2: xpath 2003/11/25 16:41:32 lo 1.66.2.1: dom/xpath

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dece711fe3ccfe38d541f7ce94541fa03824b20]

        INTEGRATION: CWS so8forms1 (1.52.2); FILE MERGED 2004/03/01 15:07:40 lo 1.52.2.3: RESYNC: (1.52-1.56); FILE MERGED 2004/02/11 13:05:19 lo 1.52.2.2: dom level 2 support 2003/11/25 16:41:31 lo 1.52.2.1: dom/xpath

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ff78a047d22f3f2bbccab2d67048cb9cd726b9e]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/12/12 15:20:42 lo 1.1.2.1: added

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [124ffb072a8449e7b4e354c46f01c87ac5c4422a]

        INTEGRATION: CWS swobjpos03 (1.22.104); FILE MERGED 2003/11/21 08:41:18 od 1.22.104.2: #i22341# property map <pXML_VertRel_Enum> - extend by entry for new 	 vertical orientation <RelOrientation::TEXT_LINE> 2003/10/27 12:49:33 od 1.22.104.1: merging changes from cws swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b24762a54a61ca7c586494f4bfd2c7f38e49da2a]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/11/25 16:41:07 lo 1.1.2.1: xpath interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7ea922b1a02f602cda556cb3a8315caac59b954]

        INTEGRATION: CWS swobjpos03 (1.47.2); FILE MERGED 2004/02/16 10:51:04 od 1.47.2.2: RESYNC: (1.47-1.50); FILE MERGED 2003/10/27 12:49:32 od 1.47.2.1: merging changes from cws swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5912b14fe9e177c540185ee9620627dbd752938d]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/01/08 12:45:26 lo 1.1.2.2: namespace registration 2003/11/25 16:41:06 lo 1.1.2.1: xpath interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3297cbc96ec0129c202e746f67e2303b17f25368]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/11/25 16:41:06 lo 1.1.2.1: xpath interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [620542641f6a49bf66ebd0a95e8aa70801a42b4e]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/11 13:44:04 lo 1.1.2.1: dom event support

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [af8408b95154cb9045c2d4f560ecf7845d3eac62]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/11 13:44:01 lo 1.1.2.1: dom event support

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ff48bbed3b538f2d05de728c29b91940ffc7bc8]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/11 13:43:59 lo 1.1.2.1: dom event support

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d81edf765ceecbd72140858c290ca37323112ca]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/11 13:30:17 lo 1.1.2.1: dom event support

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9015f1bae8bef45e724dcfbc3ff1fb68073b461d]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/03/01 16:13:01 lo 1.1.2.3: #i25594# other event types 2004/03/01 13:25:28 lo 1.1.2.2: #i25594# other event types 2004/02/11 13:30:16 lo 1.1.2.1: dom event support

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa8ce7a8d931410d7d4e807869e4c9c81450942e]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/27 16:13:22 lo 1.1.2.3: #i25594# event type strings 2004/02/11 14:03:17 lo 1.1.2.2: dom event support 2004/01/21 11:31:31 lo 1.1.2.1: events

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0651a283c60127b52732911525b5b1fc08b41cc]

        INTEGRATION: CWS swobjpos03 (1.3.428); FILE MERGED 2003/11/21 09:54:53 od 1.3.428.1: #i23341# - add define STR_VERT_LINE

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cc191046d7684ad1ff5a7f1876860c1d3f63a6d]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/03/01 13:25:27 lo 1.1.2.2: #i25594# other event types 2004/02/11 13:30:16 lo 1.1.2.1: dom event support

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0dff233dfa6f21875903db27b70a367ed12c194]

        INTEGRATION: CWS swobjpos03 (1.12.426); FILE MERGED 2003/11/21 09:47:43 od 1.12.426.2: #i22341# class <SwFrmPage> - adjustment for new vertical alignment 	 at top of line 2003/10/27 13:04:43 od 1.12.426.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [90a49162b665489c7531f1dd6b8a887744a4a856]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/27 16:13:22 lo 1.1.2.3: #i25594# event type strings 2004/02/11 14:03:16 lo 1.1.2.2: dom event support 2004/01/21 11:31:30 lo 1.1.2.1: events

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [82163f848bf0f95167624b4fbe0f8d120714809b]

        INTEGRATION: CWS swobjpos03 (1.2.430); FILE MERGED 2003/11/21 09:45:44 od 1.2.430.2: #i22341# struct <SwFrmValid> - add new member <pToCharCntntPos> 2003/10/27 13:04:41 od 1.2.430.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3bf6526df5b553a7881e004dba22ef12e50225b]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/11 14:03:16 lo 1.1.2.2: dom event support 2004/01/21 11:31:28 lo 1.1.2.1: events

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [919fc703ba9d9e6cc5a04782624a3d9f95ac1a52]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/27 16:13:22 lo 1.1.2.3: #i25594# event type strings 2004/02/11 14:03:16 lo 1.1.2.2: dom event support 2004/01/21 11:31:28 lo 1.1.2.1: events

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [47bf1c273908afde2b9612b7f9056767a4b9bd33]

        INTEGRATION: CWS swobjpos03 (1.30.156); FILE MERGED 2004/02/16 09:15:00 od 1.30.156.3: RESYNC: (1.30-1.31); FILE MERGED 2004/01/05 15:31:46 od 1.30.156.2: #i22341# - adjust string for vertical alignment at line of text. 2003/11/21 09:58:33 od 1.30.156.1: #i22341# - adjustments for new vertical alignment at top of line

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [96c815ff427e010a638c293af6a6d03117dcbd8e]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/27 16:13:22 lo 1.1.2.3: #i25594# event type strings 2004/02/11 14:03:16 lo 1.1.2.2: dom event support 2004/01/21 11:31:27 lo 1.1.2.1: events

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d1994c337e029b4e415db7d04c53bfaaa23f873]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/11 13:30:15 lo 1.1.2.1: dom event support

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8f89ace6c5d2e7a898a03b48ee3c238a1fc6a64]

        INTEGRATION: CWS swobjpos03 (1.36.260); FILE MERGED 2004/02/17 12:06:13 od 1.36.260.5: correction of merge conflict resolution 2004/02/16 09:14:36 od 1.36.260.4: RESYNC: (1.36-1.39); FILE MERGED resolve merge conflicts. 2003/11/21 09:58:32 od 1.36.260.3: #i22341# - adjustments for new vertical alignment at top of line 2003/11/10 15:50:23 od 1.36.260.2: #i22305# - allow option 'Follow text flow' and correct vertical alignment 	   terms for to frame anchored Writer fly frames 2003/10/27 13:04:34 od 1.36.260.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [06072ca36d2738779847c4778d8e08583fdce223]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/11 14:03:15 lo 1.1.2.2: dom event support 2004/01/21 11:31:26 lo 1.1.2.1: events

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c969a191ff884e194f663df6bdfe95617fa65c9]

        INTEGRATION: CWS swobjpos03 (1.8.260); FILE MERGED 2003/11/21 09:58:32 od 1.8.260.2: #i22341# - adjustments for new vertical alignment at top of line 2003/10/27 13:04:34 od 1.8.260.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [07dbc34c324f692c36a16185ea7002b01bb29b2b]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:21 lo 1.1.2.3: #i25594# exceptions 2004/01/21 11:30:44 lo 1.1.2.2: sax document builder 2003/11/25 16:39:06 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab535b46462e0d8da637255204e0c01fea830828]

        INTEGRATION: CWS swobjpos03 (1.72.38); FILE MERGED 2004/02/16 09:21:41 od 1.72.38.3: RESYNC: (1.72-1.75); FILE MERGED resolve merge conflicts. 2003/11/21 09:44:25 od 1.72.38.2: #i22341# - adjustment for method <SwFEShell::CalcBoundRect(..)> 2003/10/27 13:04:30 od 1.72.38.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [47d4c45011140e8c8bb9e01a7eee9d44446819c7]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:21 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:39:05 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1644273c480d55d1c7241db7f0add09ca3db73ef]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/01/21 11:30:43 lo 1.1.2.1: sax document builder

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f2ab57d132158df50b247a0c126ce5df7ce6679]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:21 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:39:04 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d61466cded9533f57d741629d0e381d79882d9f9]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/11/25 16:39:04 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2d2869518882276d6003d4de27c585198e4491b]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/11/25 16:39:03 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [17386cdaed0566aaa9bb51b9ed77ee7f35185964]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/27 16:13:21 lo 1.1.2.3: #i25594# event type strings 2004/02/26 12:52:21 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:39:02 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a061da97e71941d8b15ae959c3504d7da1d59dd]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:20 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:39:01 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3911e1b2b31d0983924e4b457c0f25839dc85b7b]

        INTEGRATION: CWS swobjpos03 (1.106.34); FILE MERGED 2004/02/23 11:34:13 od 1.106.34.7: just another corrections of the resolution of the merge conflicts 2004/02/23 10:07:38 od 1.106.34.6: correction of the resolution of the merge conflicts 2004/02/16 09:37:31 od 1.106.34.5: RESYNC: (1.106-1.112); FILE MERGED resolve merge conflicts. 2004/01/05 15:29:40 od 1.106.34.4: #i22673# - MS Word import/export for new vertical alignment at line of text 2003/11/21 14:47:08 cmc 1.106.34.3: #i1560# Add property that word uses to flag if a escher element anchored inside a table is laidout inside or outside it 2003/11/10 13:34:58 od 1.106.34.2: merge changes from swobjpos02 2003/10/27 13:04:21 od 1.106.34.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d132f38cbe32bd0c344a0b4292a790a5ec605581]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/11/25 16:39:01 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7bbe8137daa717d53579bfd37ac544a94eb7a5c]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/11/25 16:39:00 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aa0a8e10cd73f9663783f38c47024a7cb2da837]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:20 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:38:59 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [041908bbbd43d826929a771906207f5ce89acdff]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/11/25 16:38:58 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a721ff0169bb8c3224f5529903539ec43cb68ba1]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/11/25 16:38:57 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [377958440de43d039e01b6d5ab97f29adc1fe01f]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:20 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:38:56 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a394e293697c00e9ee02af28a5effbd6e20d8fef]

        INTEGRATION: CWS swobjpos03 (1.7.176); FILE MERGED 2003/11/10 13:28:44 od 1.7.176.2: #113049# - further improvements to the isolated object positioning algorithms 2003/10/27 13:04:05 od 1.7.176.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [468a0edb0704f61af1ce806da84c8fd755f5e499]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:20 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:38:55 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d22d92003423a0fac6cdfa860489577aae04e9d]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/11/25 16:38:54 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3487d457fc0969069ffd15f54bafd782f2004d67]

        INTEGRATION: CWS swobjpos03 (1.22.56); FILE MERGED 2004/02/16 10:02:40 od 1.22.56.3: RESYNC: (1.22-1.24); FILE MERGED resolve merge conflicts. 2003/11/10 13:31:07 od 1.22.56.2: #113049# - further improvements to the isolated object positioning algorithms 2003/10/27 13:04:03 od 1.22.56.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [42dab409d064ce9433536f34884b5e15f1b3d75c]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:19 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:38:53 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc8ccfc3a29f36791dfef54c6c8a11bc9b29d3f2]

        INTEGRATION: CWS swobjpos03 (1.41.152); FILE MERGED 2004/02/16 10:00:35 od 1.41.152.3: RESYNC: (1.41-1.44); FILE MERGED resolve merge conflicts. 2003/11/21 09:43:13 od 1.41.152.2: #113949# <SwTxtFrm::Format(..)> - adjustment for isolated positioning algorithms #i22341# <SwTxtFrm::Format(..)> - use new method 		<SwFlyAtCntFrm::CheckCharRectAndTopOfLine()> 2003/10/27 13:04:02 od 1.41.152.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f697d377269ec44734d75a81e07451e5586ac925]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2003/11/25 16:38:52 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dd7d53340956ae25ba13949ff97e4a78f9f559d]

        INTEGRATION: CWS swobjpos03 (1.32.8); FILE MERGED 2004/02/02 11:06:27 od 1.32.8.3: #i22341# <SwTxtFrm::GetTopOfLine(..)> - adjust behavior of method. 2003/11/21 09:40:24 od 1.32.8.2: #i22341# <SwTxtFrm::GetTopOfLine()> - implementation 2003/10/27 13:04:01 od 1.32.8.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [66fbc26b81808d449cb41656a72833f31b5e4206]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:19 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:37:47 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4497e7cea6625190c52e60800f9f7ad9c7f2188b]

        INTEGRATION: CWS swobjpos03 (1.1.2); FILE ADDED 2004/02/17 14:02:14 od 1.1.2.2: adjustments due to changes in the drawing layer 2003/11/10 13:07:59 od 1.1.2.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d83f4a553ef19e8523cfb64690a858f56c868ad0]

        INTEGRATION: CWS swobjpos03 (1.1.2); FILE ADDED 2004/02/17 14:02:13 od 1.1.2.7: adjustments due to changes in the drawing layer 2004/02/05 13:14:26 od 1.1.2.6: #113049# <SwToCntntAnchoredObjectPosition::CalcPosition()> 	 - initialize <mpVertPosOrientFrm> 2004/02/02 11:05:14 od 1.1.2.5: #i22341# - remove unnecessary code. 2004/01/05 15:32:56 od 1.1.2.4: #i22341# - correct positioning of vertical alignment at line of text 2003/11/21 11:59:17 od 1.1.2.3: #113049# - further adjustments for isolated positioning algorithms 2003/11/21 09:38:58 od 1.1.2.2: #113049# - further adjustments for isolated positioning algorithms #i22341# - adjustement for new vertical alignment at top of line 2003/11/10 13:07:41 od 1.1.2.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e16ec2ac0a0f0ae95c8f1e441dfb4cb90108890]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/01/21 11:30:42 lo 1.1.2.1: sax document builder

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [605994522ffaf7285c9e0cb1d209138ca39272fd]

        INTEGRATION: CWS swobjpos03 (1.1.2); FILE ADDED 2003/11/10 13:08:17 od 1.1.2.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4416c1dab4d2e6dc489ce19c5ce71c98103f4aed]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:19 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:37:31 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [747a65747f19e97748874afef61517f38d79b164]

        INTEGRATION: CWS swobjpos03 (1.1.2); FILE ADDED 2003/11/21 09:38:58 od 1.1.2.2: #113049# - further adjustments for isolated positioning algorithms #i22341# - adjustement for new vertical alignment at top of line 2003/11/10 13:06:51 od 1.1.2.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e5743602d1bcc41a5d985eebca3027125a6ca11]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/01/21 11:30:41 lo 1.1.2.1: sax document builder

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9146c671c129f23c8c74110d89672d01b5c3dc41]

        INTEGRATION: CWS swobjpos03 (1.1.2); FILE ADDED 2004/02/17 14:02:13 od 1.1.2.2: adjustments due to changes in the drawing layer 2003/11/10 13:07:26 od 1.1.2.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7524f28879d61ee498e0a1d13903c6883607312b]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 14:45:06 lo 1.1.2.1: #i25594# exceptions

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e888519b191b83de90c3ba2a3342ff8842793678]

        INTEGRATION: CWS swobjpos03 (1.1.2); FILE ADDED 2004/02/17 14:02:13 od 1.1.2.3: adjustments due to changes in the drawing layer 2003/11/21 09:38:57 od 1.1.2.2: #113049# - further adjustments for isolated positioning algorithms #i22341# - adjustement for new vertical alignment at top of line 2003/11/10 13:03:59 od 1.1.2.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [04bc4815e11c72c399532190f562c46a1f8c9d63]

        INTEGRATION: CWS so8forms1 (1.1.2); FILE ADDED 2004/02/26 12:52:19 lo 1.1.2.2: #i25594# exceptions 2003/11/25 16:37:10 lo 1.1.2.1: dom interfaces

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [12373d2cfba124d9519abafff4596d506db229d3]

        INTEGRATION: CWS swobjpos03 (1.6.2); FILE MERGED 2003/11/10 13:11:06 od 1.6.2.2: #113049# - further improvements to the isolated object positioning algorithms 2003/10/27 13:03:57 od 1.6.2.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [08f0c8caa3fbf4d83965c3081067d410b42f53b8]

        INTEGRATION: CWS swobjpos03 (1.23.56); FILE MERGED 2004/02/16 10:09:32 od 1.23.56.4: RESYNC: (1.23-1.25); FILE MERGED resolve merge conflicts. 2003/11/21 09:36:30 od 1.23.56.3: #113049# - further adjustment for isolated positioning algorithms 2003/11/10 13:23:52 od 1.23.56.2: #113049# - further improvements to the isolated object positioning algorithms #i22305# <CalcClipRect(..)> - consider 'Follow text flow' for to-frame 	 anchored Writer fly frames. 2003/10/27 13:03:54 od 1.23.56.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [16a907acee6554dec735075d91542ee128b2f0f6]

        INTEGRATION: CWS so8forms1 (1.31.12); FILE MERGED 2004/03/01 15:06:23 lo 1.31.12.3: RESYNC: (1.31-1.35); FILE MERGED 2004/02/27 16:14:12 lo 1.31.12.2: #i25594# event type strings 2004/02/11 14:20:07 lo 1.31.12.1: dom event support

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [73dbc6c72c3f042fa6a90972b26f5e6cea36cff5]

        INTEGRATION: CWS swobjpos03 (1.34.38); FILE MERGED 2004/02/16 10:09:23 od 1.34.38.4: RESYNC: (1.34-1.36); FILE MERGED resolve merge conflicts. 2003/11/21 09:35:43 od 1.34.38.3: #i22341# - implementation of method <CheckCharRectAndTopOfLine> incl. its 	   helper methods. 2003/11/10 13:19:52 od 1.34.38.2: #113049# - further improvements to the isolated object positioning algorithms 2003/10/27 13:03:53 od 1.34.38.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [be384e71843dbff544aa85290eae4227b8398b6a]

        INTEGRATION: CWS swobjpos03 (1.49.36); FILE MERGED 2004/02/16 10:09:14 od 1.49.36.3: RESYNC: (1.49-1.55); FILE MERGED resolve merge conflicts. 2003/11/10 13:16:30 od 1.49.36.2: #113049# - further improvements to the isolated object positioning algorithms #i22305# <SwFlyFrm::Format(..) - consider only to frame anchored Writer fly 	 frames, which follow the text flow 2003/10/27 13:03:51 od 1.49.36.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1006e5a8542ee9787a22e2f4a83fbed2baaaee99]

        INTEGRATION: CWS swobjpos03 (1.39.148); FILE MERGED 2004/02/16 10:08:15 od 1.39.148.2: RESYNC: (1.39-1.41); FILE MERGED 2003/11/21 09:33:20 od 1.39.148.1: #i22341# methods <lcl_RelToINT(..)> and <lcl_IntToRelation(..)> - 	 adjustment for new vertical relation/alignment at top of line

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d529d34f981fcbe8e479898e8e4ea3fca590405]

        INTEGRATION: CWS swobjpos03 (1.32.38); FILE MERGED 2004/02/16 10:14:52 od 1.32.38.4: RESYNC: (1.32-1.35); FILE MERGED 2004/02/02 11:04:02 od 1.32.38.3: #i22341# <SwTxtFrm::GetTopOfLine(..)> - adjust description due to 	 change of behavior of method. 2003/11/21 09:30:57 od 1.32.38.2: #i22341# - add method <SwTxtFrm::GetTopOfLine()> 2003/10/27 13:03:38 od 1.32.38.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a28fb5b1b65f93381e1ba2cba49bf9ce5bd9e9e2]

        INTEGRATION: CWS swobjpos03 (1.1.2); FILE ADDED 2003/11/10 13:02:13 od 1.1.2.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3458654cf1eba5bfe207e4e600371658722e11af]

        INTEGRATION: CWS swobjpos03 (1.1.2); FILE ADDED 2004/02/17 13:59:52 od 1.1.2.3: correction due to merge conflicts. 2003/11/21 09:30:04 od 1.1.2.2: #i22341# - add member <mnToCharTopOfLine> and method <ToCharToOfLine()> 2003/11/10 13:01:16 od 1.1.2.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [caae9a62cc8e287a5f55416d19d5be7f90e7c043]

        INTEGRATION: CWS swobjpos03 (1.4.58); FILE MERGED 2004/02/05 13:12:07 od 1.4.58.4: #113049# - correct of member <SwFlyAtCntFrm::mpVertPosOrientFrm> 2003/11/21 09:28:54 od 1.4.58.3: #i22341# - adjustments for vertical alignment at top of line 2003/11/10 13:10:07 od 1.4.58.2: #113049# - further improvements to the isolated object positioning algorithms 2003/10/27 13:03:33 od 1.4.58.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd0747980309b007d861ff8c14120f20295ca3d5]

        INTEGRATION: CWS swobjpos03 (1.1.2); FILE ADDED 2003/11/10 12:59:02 od 1.1.2.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c81472012e712540975ebf955bfee8542d43cb5f]

        INTEGRATION: CWS swobjpos03 (1.1.2); FILE ADDED 2003/11/10 13:00:16 od 1.1.2.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [af98d4a9b81533e59664b857394753f2967e9a5d]

        INTEGRATION: CWS swobjpos03 (1.17.192); FILE MERGED 2004/02/16 10:15:53 od 1.17.192.5: RESYNC: (1.17-1.20); FILE MERGED resolve merge conflicts. 2003/11/21 11:58:09 od 1.17.192.4: #113049# - further adjustment for isolated positioning algorithms 2003/11/21 09:20:18 od 1.17.192.3: #i22341# <SwFEShell::CalcBoundRect(..)> - adjustments for vertical alignment 	 at top of line for to character anchored objects. 2003/11/10 13:26:52 od 1.17.192.2: #113049# - further improvements to the isolated object positioning algorithms #i22305# <SwFEShell::CalcBoundRect(..)> - consider 'Follow text flow' for 	 to frame anchored Writer fly frames. 2003/10/27 13:03:24 od 1.17.192.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f7b32621ff1ea074cf5771d43eca211048accd7]

        INTEGRATION: CWS swobjpos03 (1.27.70); FILE MERGED 2004/02/16 10:15:32 od 1.27.70.2: RESYNC: (1.27-1.28); FILE MERGED 2003/11/21 09:18:04 od 1.27.70.1: #i22341# - <SwFEShell::MoveAnchor> - use new method 		<SwFrm::CheckCharRectAndTopOfLine()>

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [aebfb73edb979d8520afdbc9252c6afe6fd195cb]

        INTEGRATION: CWS swobjpos03 (1.14.146); FILE MERGED 2004/02/16 10:15:23 od 1.14.146.2: RESYNC: (1.14-1.17); FILE MERGED 2003/11/21 09:16:12 od 1.14.146.1: #i22341# <SwFEShell::FindAnchorPos(..)> - use new method 		<SwFrm::CheckCharRectAndToOfLine()> 	 <SwFEShell::GetFlyFrmAttr(..)> - do not overwrite data of 		<SwFmtAnchor>; it's needed in the dialog

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [151e55dd812c5ef17c3f5f6f861ba44db64e6f94]

        INTEGRATION: CWS swobjpos03 (1.6.260); FILE MERGED 2003/11/10 13:09:01 od 1.6.260.1: #113049# - further improvements to the isolated object positioning algorithms

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [00146f98d3ce3a6098f6be4e6242182d30925b70]

        INTEGRATION: CWS swobjpos03 (1.11.34); FILE MERGED 2004/02/18 06:44:24 od 1.11.34.1: #113049# - add new folder /source/core/objectpositioning to build

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [29e4f25023a392cb5553e1a3d066fdba6764bde0]

        INTEGRATION: CWS swobjpos03 (1.30.176); FILE MERGED 2004/02/16 10:33:21 od 1.30.176.3: RESYNC: (1.30-1.32); FILE MERGED resolve merge conflict 2003/11/21 08:48:42 od 1.30.176.2: #i22341# class <SwFEShell>, method <CalcBoundRect(..)> - adjustments 	 for new vertical alignment at top of text line. 2003/10/27 13:03:13 od 1.30.176.1: merging changes from swobjpos02

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1770f19315761a802326c923b1e876a9b65893f9]

        INTEGRATION: CWS cac (1.5.44); FILE MERGED 2003/11/14 11:28:09 dr 1.5.44.3: #100000# resync error 2003/11/07 09:25:25 dr 1.5.44.2: RESYNC: (1.5-1.6); FILE MERGED 2003/11/05 08:46:47 dr 1.5.44.1: #i4070# use ScMatrix class directly

2004-03-08  Kurt Zenker  <kz@openoffice.org>  [ab7319cefdb78188cbb797803d66fcee2334bde7]

        INTEGRATION: CWS os24 (1.23.82); FILE MERGED

2004-03-08  Kurt Zenker  <kz@openoffice.org>  [0df364ad737b4c87909288bdd1634077909cba65]

        INTEGRATION: CWS os24 (1.39.184); FILE MERGED

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2d67dfe787e65398e9396de1b3774e50932b417]

        INTEGRATION: CWS swnum01 (1.68.96); FILE MERGED 2003/12/17 16:49:55 hbrinkm 1.68.96.3: RESYNC: (1.68-1.71); FILE MERGED 2003/09/12 12:27:19 hbrinkm 1.68.96.2: #111955# 2003/09/05 09:05:41 hbrinkm 1.68.96.1: #111955#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fefe8d62668de51f502f77f9ae4da21c3a265428]

        INTEGRATION: CWS swnum01 (1.16.102); FILE MERGED 2004/01/12 16:12:26 hbrinkm 1.16.102.3: RESYNC: (1.22-1.23); FILE MERGED 2003/12/17 17:51:36 hbrinkm 1.16.102.2: RESYNC: (1.16-1.22); FILE MERGED 2003/09/05 09:05:34 hbrinkm 1.16.102.1: #111955#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a08c39b81c3e1cf547c6e0faf323be6fba504dd7]

        INTEGRATION: CWS swnum01 (1.46.2); FILE MERGED 2004/02/23 11:53:34 hbrinkm 1.46.2.3: RESYNC: (1.51-1.53); FILE MERGED 2003/12/17 18:06:19 hbrinkm 1.46.2.2: RESYNC: (1.46-1.51); FILE MERGED 2003/09/05 09:05:30 hbrinkm 1.46.2.1: #111955#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad2e492b34ff8626b0b7cc7dcbb1e5774feb50f7]

        INTEGRATION: CWS swnum01 (1.27.48); FILE MERGED 2003/12/17 16:08:25 hbrinkm 1.27.48.2: RESYNC: (1.27-1.30); FILE MERGED 2003/09/05 09:05:43 hbrinkm 1.27.48.1: #111955#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [105f1940c61d376d3c587f93077fbc81f78ca19f]

        INTEGRATION: CWS swnum01 (1.40.102); FILE MERGED 2004/02/23 11:05:20 hbrinkm 1.40.102.3: RESYNC: (1.42-1.43); FILE MERGED 2003/12/17 16:15:41 hbrinkm 1.40.102.2: RESYNC: (1.40-1.42); FILE MERGED 2003/08/18 12:28:23 hbrinkm 1.40.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf468af178e623f257c851d1a773116ac8bd9f9c]

        INTEGRATION: CWS swnum01 (1.6.102); FILE MERGED 2003/08/18 12:27:54 hbrinkm 1.6.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [eee0e4a5ccc0d3468f7710e8a0ede60eba30ed2e]

        INTEGRATION: CWS swnum01 (1.5.102); FILE MERGED 2003/08/18 12:27:54 hbrinkm 1.5.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [688a5194b8c17aa20312b16143c5ef690f602e97]

        INTEGRATION: CWS swnum01 (1.11.102); FILE MERGED 2003/09/12 12:27:31 hbrinkm 1.11.102.2: #111955# 2003/09/05 09:05:41 hbrinkm 1.11.102.1: #111955#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ddb042fb63731d4c9265b14540024cac1fc35f6]

        INTEGRATION: CWS swnum01 (1.87.2); FILE MERGED 2004/02/23 11:22:25 hbrinkm 1.87.2.4: RESYNC: (1.93-1.96); FILE MERGED 2004/01/12 15:56:33 hbrinkm 1.87.2.3: RESYNC: (1.91-1.93); FILE MERGED 2003/12/17 16:58:31 hbrinkm 1.87.2.2: RESYNC: (1.87-1.91); FILE MERGED 2003/08/18 12:27:13 hbrinkm 1.87.2.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [71d4918807dd274e9bb58e35267b95f31cb7a2c9]

        INTEGRATION: CWS swnum01 (1.115.10); FILE MERGED 2004/02/23 11:22:04 hbrinkm 1.115.10.4: RESYNC: (1.122-1.127); FILE MERGED 2004/01/12 15:56:02 hbrinkm 1.115.10.3: RESYNC: (1.121-1.122); FILE MERGED 2003/12/17 16:57:53 hbrinkm 1.115.10.2: RESYNC: (1.115-1.121); FILE MERGED 2003/09/15 12:51:55 cmc 1.115.10.1: #111955# Only import one outline numbering rule don't try and combine multiple ones together

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [654824478aee1639fc48d611467f346856a51ce1]

        INTEGRATION: CWS swnum01 (1.65.6); FILE MERGED 2004/02/23 11:21:10 hbrinkm 1.65.6.4: RESYNC: (1.70-1.73); FILE MERGED 2004/01/12 15:54:59 hbrinkm 1.65.6.3: RESYNC: (1.69-1.70); FILE MERGED 2003/12/17 16:56:29 hbrinkm 1.65.6.2: RESYNC: (1.65-1.69); FILE MERGED 2003/08/18 12:27:13 hbrinkm 1.65.6.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a611e1000249032175f194aeee8925496a8ace0e]

        INTEGRATION: CWS swnum01 (1.21.112); FILE MERGED 2004/02/23 11:20:05 hbrinkm 1.21.112.3: RESYNC: (1.25-1.26); FILE MERGED 2003/12/17 16:55:15 hbrinkm 1.21.112.2: RESYNC: (1.21-1.25); FILE MERGED 2003/08/18 12:27:12 hbrinkm 1.21.112.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [341490cdb7c1da447614efb5b173a25daea8a42a]

        INTEGRATION: CWS swnum01 (1.53.6); FILE MERGED 2004/02/23 11:19:57 hbrinkm 1.53.6.4: RESYNC: (1.58-1.61); FILE MERGED 2004/01/12 15:53:32 hbrinkm 1.53.6.3: RESYNC: (1.57-1.58); FILE MERGED 2003/12/17 16:55:03 hbrinkm 1.53.6.2: RESYNC: (1.53-1.57); FILE MERGED 2003/08/18 12:27:12 hbrinkm 1.53.6.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7e821c1c39ea3335703dc96077534f01c6b81b8]

        INTEGRATION: CWS swnum01 (1.37.74); FILE MERGED 2004/02/23 11:27:30 hbrinkm 1.37.74.4: RESYNC: (1.40-1.43); FILE MERGED 2004/01/12 15:59:40 hbrinkm 1.37.74.3: RESYNC: (1.39-1.40); FILE MERGED 2003/12/17 17:04:31 hbrinkm 1.37.74.2: RESYNC: (1.37-1.39); FILE MERGED 2003/08/18 12:26:19 hbrinkm 1.37.74.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1c6cd528ff9ce29741f06f567054e2feb8dac54]

        INTEGRATION: CWS swnum01 (1.23.102); FILE MERGED 2004/02/23 11:30:43 hbrinkm 1.23.102.3: RESYNC: (1.25-1.26); FILE MERGED 2003/12/17 17:10:29 hbrinkm 1.23.102.2: RESYNC: (1.23-1.25); FILE MERGED 2003/08/18 12:25:39 hbrinkm 1.23.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d96ecf73e77595bed06258efc6504d2fa69ebc5]

        INTEGRATION: CWS swnum01 (1.8.102); FILE MERGED 2003/12/17 17:09:56 hbrinkm 1.8.102.2: RESYNC: (1.8-1.9); FILE MERGED 2003/08/18 12:25:39 hbrinkm 1.8.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [75808ead66441464f1efa363083d9651c949f8fb]

        INTEGRATION: CWS swnum01 (1.7.102); FILE MERGED 2003/08/18 12:25:39 hbrinkm 1.7.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6841393d50151a0c7511049e8ff019023b30f94]

        INTEGRATION: CWS swnum01 (1.10.102); FILE MERGED 2003/08/18 12:25:38 hbrinkm 1.10.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c22d7bb389de6e2ec145277c437c3f0c3541633a]

        INTEGRATION: CWS swnum01 (1.5.102); FILE MERGED 2003/08/18 12:25:38 hbrinkm 1.5.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6c2c01c78ebb9c1944bf0716c3f16d4201667b5]

        INTEGRATION: CWS swnum01 (1.19.102); FILE MERGED 2004/02/23 11:30:24 hbrinkm 1.19.102.3: RESYNC: (1.20-1.21); FILE MERGED 2003/12/17 17:07:43 hbrinkm 1.19.102.2: RESYNC: (1.19-1.20); FILE MERGED 2003/08/18 12:24:24 hbrinkm 1.19.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5573a0e34f156c22afd776ccf0af1ae9eaf6e67c]

        INTEGRATION: CWS swnum01 (1.68.102); FILE MERGED 2004/02/23 11:35:18 hbrinkm 1.68.102.3: RESYNC: (1.71-1.72); FILE MERGED 2003/12/17 17:14:38 hbrinkm 1.68.102.2: RESYNC: (1.68-1.71); FILE MERGED 2003/08/18 12:23:23 hbrinkm 1.68.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [750b117137cf5fcc00a523cd3483d9b4c8e601d1]

        INTEGRATION: CWS swnum01 (1.11.102); FILE MERGED 2003/12/17 17:13:26 hbrinkm 1.11.102.2: RESYNC: (1.11-1.12); FILE MERGED 2003/08/18 12:23:22 hbrinkm 1.11.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f1b77358a84e4e95efda28d4671299247adf908]

        INTEGRATION: CWS swnum01 (1.17.64); FILE MERGED 2003/09/05 09:05:40 hbrinkm 1.17.64.2: #111955# 2003/08/18 12:22:28 hbrinkm 1.17.64.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [25c0b184d967d9e3322ba8d299f65bcffa63c188]

        INTEGRATION: CWS swnum01 (1.37.102); FILE MERGED 2004/02/23 11:37:30 hbrinkm 1.37.102.5: RESYNC: (1.41-1.43); FILE MERGED 2003/12/17 17:26:23 hbrinkm 1.37.102.4: RESYNC: (1.37-1.41); FILE MERGED 2003/11/06 14:38:50 hbrinkm 1.37.102.3: #i3232# 2003/07/10 14:14:08 hbrinkm 1.37.102.2: #110778# a / 2 * 2 == a is not a tautology 2003/07/10 14:09:44 hbrinkm 1.37.102.1: #107529# a / 2 * 2 == a is not a tautology

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [660cfa96bd75c150c25c0490b6127254d81b29e8]

        INTEGRATION: CWS swnum01 (1.6.102); FILE MERGED 2004/01/12 16:11:49 hbrinkm 1.6.102.2: RESYNC: (1.6-1.7); FILE MERGED 2003/08/18 12:21:28 hbrinkm 1.6.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac7efb7fb951fc0ca9b54f4700232815b0926fb5]

        INTEGRATION: CWS swnum01 (1.5.52); FILE MERGED 2003/08/18 12:21:04 hbrinkm 1.5.52.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fd7e55ae51f042fc7717389bd793471380d39b0]

        INTEGRATION: CWS swnum01 (1.13.102); FILE MERGED 2003/12/17 17:50:55 hbrinkm 1.13.102.3: RESYNC: (1.13-1.14); FILE MERGED 2003/11/06 14:54:49 hbrinkm 1.13.102.2: #111955# 2003/08/18 12:20:42 hbrinkm 1.13.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [788ffb807a0eb452352a0d81386de1158622c19e]

        INTEGRATION: CWS swnum01 (1.5.102); FILE MERGED 2003/09/09 09:56:25 hbrinkm 1.5.102.3: #111955# 2003/09/05 09:05:39 hbrinkm 1.5.102.2: #111955# 2003/08/18 12:20:42 hbrinkm 1.5.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddce52790694633058c81f5e2d372696ef229d34]

        INTEGRATION: CWS swnum01 (1.9.102); FILE MERGED 2003/12/17 17:49:59 hbrinkm 1.9.102.2: RESYNC: (1.9-1.11); FILE MERGED 2003/08/18 12:20:42 hbrinkm 1.9.102.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b10eb9150261cc8de3951565172d6ec625cabe0f]

        INTEGRATION: CWS swnum01 (1.10.52); FILE MERGED 2003/12/17 17:57:42 hbrinkm 1.10.52.3: RESYNC: (1.10-1.13); FILE MERGED 2003/09/05 09:05:36 hbrinkm 1.10.52.2: #111955# 2003/08/18 12:19:15 hbrinkm 1.10.52.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [63431079d465087c3d2d97dcdd451cb82db0637a]

        INTEGRATION: CWS swnum01 (1.14.52); FILE MERGED 2004/02/23 11:49:11 hbrinkm 1.14.52.7: RESYNC: (1.18-1.19); FILE MERGED 2003/12/17 17:55:39 hbrinkm 1.14.52.6: RESYNC: (1.14-1.18); FILE MERGED 2003/11/10 16:04:46 hbrinkm 1.14.52.5: #111955# 2003/11/06 14:54:05 hbrinkm 1.14.52.4: #111955# 2003/09/12 13:07:46 hbrinkm 1.14.52.3: #111955# 2003/09/05 09:05:35 hbrinkm 1.14.52.2: #111955# 2003/08/18 12:19:14 hbrinkm 1.14.52.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c2b37587cee51f64ada8afabeeae4dfe8575684]

        INTEGRATION: CWS swnum01 (1.29.96); FILE MERGED 2004/02/23 11:49:00 hbrinkm 1.29.96.4: RESYNC: (1.32-1.33); FILE MERGED 2004/01/12 16:13:14 hbrinkm 1.29.96.3: RESYNC: (1.31-1.32); FILE MERGED 2003/12/17 17:55:23 hbrinkm 1.29.96.2: RESYNC: (1.29-1.31); FILE MERGED 2003/09/05 09:05:34 hbrinkm 1.29.96.1: #111955#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [41b91f43dd1ab9517f01554e8331c8ceaaf0ccac]

        INTEGRATION: CWS swnum01 (1.13.6); FILE MERGED 2003/08/18 12:16:04 hbrinkm 1.13.6.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcf937c2ae45366885f25a11ad387f1b94535149]

        INTEGRATION: CWS swnum01 (1.1.2); FILE ADDED 2003/09/16 12:20:07 hbrinkm 1.1.2.2: #111955# 2003/09/16 11:59:03 rt 1.1.2.1.2.1: #100000# added missing return 2003/09/12 13:02:08 hbrinkm 1.1.2.1: #111955#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [01c8c6b389376875ca66f8f78b57148e3c7b4f35]

        INTEGRATION: CWS swnum01 (1.8.52); FILE MERGED 2003/09/12 13:04:15 hbrinkm 1.8.52.3: #111856# 2003/09/05 09:05:32 hbrinkm 1.8.52.2: #111955# 2003/08/18 12:16:03 hbrinkm 1.8.52.1: #111856#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [391eba0fc14ce4af335d5ae9c3548e5187da0f65]

        INTEGRATION: CWS swnum01 (1.11.54); FILE MERGED 2004/02/23 11:58:11 hbrinkm 1.11.54.3: RESYNC: (1.14-1.15); FILE MERGED 2003/12/17 18:08:28 hbrinkm 1.11.54.2: RESYNC: (1.11-1.14); FILE MERGED 2003/09/05 09:05:32 hbrinkm 1.11.54.1: #111955#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [050abe650201cb886e540bbf12c23ea846a4c44d]

        INTEGRATION: CWS swnum01 (1.2.274); FILE MERGED 2003/09/05 09:05:31 hbrinkm 1.2.274.1: #111955#

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ecf0d3dfd98149a7dfb573787a5f81971800ed6]

        INTEGRATION: CWS swnum01 (1.4.136); FILE MERGED 2003/09/12 13:02:52 hbrinkm 1.4.136.1: #111955

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7510435315b4783101dbc4ec0cf29017f7e18a80]

        INTEGRATION: CWS cac (1.19.48); FILE MERGED 2003/11/06 11:23:52 er 1.19.48.1: #i4070# ScFuncDesc const correctness

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc1ad601686ababfc26d06b87e86cbc06a308918]

        INTEGRATION: CWS cac (1.43.20); FILE MERGED 2003/09/02 12:23:10 er 1.43.20.2: RESYNC: (1.43-1.44); FILE MERGED 2003/07/01 15:49:25 er 1.43.20.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [173cc56ea28fdb6b5fc403e45dc6f863cd7ec3ba]

        INTEGRATION: CWS cac (1.8.174); FILE MERGED 2003/10/30 15:29:21 er 1.8.174.3: RESYNC: (1.8-1.9); FILE MERGED 2003/10/29 17:28:42 er 1.8.174.2: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/07/01 15:49:23 er 1.8.174.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f66552e78a9ef4c38f4f954c264215a22c5e8efa]

        INTEGRATION: CWS cac (1.77.72); FILE MERGED 2003/10/30 15:28:06 er 1.77.72.2: RESYNC: (1.77-1.78); FILE MERGED 2003/07/01 15:49:22 er 1.77.72.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf3aae3db56a0fe86d0bce9afde5b0c9577697cb]

        INTEGRATION: CWS cac (1.1.1.1.218); FILE MERGED 2003/11/05 19:02:01 er 1.1.1.1.218.1: #i4070# ScFuncDesc const correctness

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a65482d0600716d350196bb0dbd1dc45a29528d7]

        INTEGRATION: CWS cac (1.2.182); FILE MERGED 2003/11/05 19:02:00 er 1.2.182.1: #i4070# ScFuncDesc const correctness

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [915d2392a0f27dd9324257d7dc757eb5fc7f57e6]

        INTEGRATION: CWS cac (1.2.192); FILE MERGED 2003/11/06 12:31:14 er 1.2.192.1: #i4070# ScFuncDesc const correctness

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ae5d5added3596d17f008064311335029111aa6]

        INTEGRATION: CWS cac (1.3.182); FILE MERGED 2003/11/05 19:02:00 er 1.3.182.1: #i4070# ScFuncDesc const correctness

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6f24b89429d1e5bce260d8151078bd8e7c1beaf]

        INTEGRATION: CWS cac (1.1.1.1.218); FILE MERGED 2003/11/05 19:01:59 er 1.1.1.1.218.1: #i4070# ScFuncDesc const correctness

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e8a6935cee4fcba19da2503def497d07f34146a]

        INTEGRATION: CWS cac (1.7.174); FILE MERGED 2003/11/05 19:01:59 er 1.7.174.1: #i4070# ScFuncDesc const correctness

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a36d82dca9f3efd07a378f82da77c2c01ed5538]

        INTEGRATION: CWS cac (1.6.174); FILE MERGED 2003/11/06 12:31:02 er 1.6.174.1: #i4070# ScFuncDesc const correctness

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e26452d5e5e91a1aed98c8c6871fe7abb3a24e9e]

        INTEGRATION: CWS cac (1.25.16); FILE MERGED 2003/07/01 15:49:20 er 1.25.16.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a74b44616d87fc305cb0683c3c05453a879bf49]

        INTEGRATION: CWS cac (1.62.16); FILE MERGED 2003/10/30 15:34:21 er 1.62.16.2: RESYNC: (1.62-1.63); FILE MERGED 2003/07/01 15:49:19 er 1.62.16.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a71a79d879ddc8ae8a1a3843b868717c2fe9808]

        INTEGRATION: CWS cac (1.44.48); FILE MERGED 2003/07/01 15:49:19 er 1.44.48.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e8c3b38ec1fd74232a397ba8d0be57735119744]

        INTEGRATION: CWS cac (1.33.16); FILE MERGED 2003/11/14 12:54:31 dr 1.33.16.2: RESYNC: (1.33-1.34); FILE MERGED 2003/11/06 10:12:08 er 1.33.16.1: #i4070# ScFuncDesc const correctness

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e90b9de313fde8a44e65fcb57212f12aea5361]

        INTEGRATION: CWS cac (1.8.196); FILE MERGED 2003/11/03 14:36:07 dr 1.8.196.3: #i4070# use ScMatrix class directly 2003/10/30 14:04:03 dr 1.8.196.2: #i4070# direct use of class ScMatrix 2003/10/29 17:28:40 er 1.8.196.1: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb7ead5ffc322366110a598110e1ec71e29d9b73]

        INTEGRATION: CWS cac (1.10.196); FILE MERGED 2003/11/03 14:36:06 dr 1.10.196.1: #i4070# use ScMatrix class directly

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a164dcf84f5bc5987c4a8c5e1367cd6573fc94c]

        INTEGRATION: CWS cac (1.8.54); FILE MERGED 2003/11/14 13:01:35 dr 1.8.54.3: RESYNC: (1.10-1.11); FILE MERGED 2003/10/30 15:40:36 er 1.8.54.2: RESYNC: (1.8-1.10); FILE MERGED 2003/10/30 14:03:03 dr 1.8.54.1: #i4070# direct use of class ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1cd3aaf611b8ccab30bb0d8e8ded70f1e2718ac]

        INTEGRATION: CWS cac (1.8.12); FILE MERGED 2003/11/14 13:00:20 dr 1.8.12.3: RESYNC: (1.9-1.10); FILE MERGED 2003/10/30 15:39:41 er 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2003/10/30 14:03:02 dr 1.8.12.1: #i4070# direct use of class ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cef4f4eaff31b2cdc12ba95017917c327603e7d]

        INTEGRATION: CWS cac (1.4.42); FILE MERGED 2003/11/14 12:59:28 dr 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/03 14:35:08 dr 1.4.42.1: #i4070# use ScMatrix class directly

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [65846b9e33f5d3d890124c0d33e8675e5ff848dd]

        INTEGRATION: CWS cac (1.5.12); FILE MERGED 2003/11/14 12:57:47 dr 1.5.12.4: RESYNC: (1.6-1.7); FILE MERGED 2003/11/03 14:35:07 dr 1.5.12.3: #i4070# use ScMatrix class directly 2003/10/30 15:38:23 er 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2003/10/30 14:03:02 dr 1.5.12.1: #i4070# direct use of class ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6ee8f44bdb4863c3b3f22597fd9d74094817194]

        INTEGRATION: CWS cac (1.34.48); FILE MERGED 2003/11/14 12:55:48 dr 1.34.48.3: RESYNC: (1.35-1.36); FILE MERGED 2003/10/30 15:37:36 er 1.34.48.2: RESYNC: (1.34-1.35); FILE MERGED 2003/10/30 14:03:01 dr 1.34.48.1: #i4070# direct use of class ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6d981714a2c1945b55f2a83061c8d9269cac732]

        INTEGRATION: CWS cac (1.9.12); FILE MERGED 2003/11/14 13:08:55 dr 1.9.12.3: RESYNC: (1.11-1.12); FILE MERGED 2003/10/30 15:45:14 er 1.9.12.2: RESYNC: (1.9-1.11); FILE MERGED 2003/10/30 14:02:00 dr 1.9.12.1: #i4070# direct use of class ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [127d8ad64e754171674727633d632a7ad61a9b5e]

        INTEGRATION: CWS cac (1.7.42); FILE MERGED 2003/11/14 13:07:20 dr 1.7.42.3: RESYNC: (1.7-1.8); FILE MERGED 2003/11/05 10:32:43 dr 1.7.42.2: #i4070# convert empty cells in DDE link to 0 2003/11/03 14:34:17 dr 1.7.42.1: #i4070# use ScMatrix class directly

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6791889f4743ca798b4dcaa308fb52f873f865cb]

        INTEGRATION: CWS cac (1.4.22); FILE MERGED 2003/11/14 13:05:39 dr 1.4.22.3: RESYNC: (1.4-1.5); FILE MERGED 2003/10/30 14:01:59 dr 1.4.22.2: #i4070# direct use of class ScMatrix 2003/10/29 17:28:39 er 1.4.22.1: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [df022720f2c69121b203c810fc85284678155f24]

        INTEGRATION: CWS cac (1.7.12); FILE MERGED 2003/11/14 13:05:29 dr 1.7.12.4: RESYNC: (1.9-1.10); FILE MERGED 2003/11/03 14:34:16 dr 1.7.12.3: #i4070# use ScMatrix class directly 2003/10/30 15:43:15 er 1.7.12.2: RESYNC: (1.7-1.9); FILE MERGED 2003/10/30 14:01:59 dr 1.7.12.1: #i4070# direct use of class ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d98154c24a0b45d7347d40449794e9e8f85b00f]

        INTEGRATION: CWS cac (1.63.40); FILE MERGED 2003/11/14 13:04:15 dr 1.63.40.5: RESYNC: (1.66-1.67); FILE MERGED 2003/10/30 15:42:35 er 1.63.40.4: RESYNC: (1.65-1.66); FILE MERGED 2003/10/30 14:01:58 dr 1.63.40.3: #i4070# direct use of class ScMatrix 2003/09/02 12:44:58 er 1.63.40.2: RESYNC: (1.63-1.65); FILE MERGED 2003/07/01 15:49:17 er 1.63.40.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b7ad07e7f7e2dd3d0d4dfb69feb6319378a51da]

        INTEGRATION: CWS cac (1.21.28); FILE MERGED 2003/11/14 13:03:25 dr 1.21.28.3: RESYNC: (1.21-1.22); FILE MERGED 2003/11/03 14:34:16 dr 1.21.28.2: #i4070# use ScMatrix class directly 2003/07/01 15:49:16 er 1.21.28.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b06d2d1e94f515ae667367ae74d3468a1e31704]

        INTEGRATION: CWS cac (1.15.72); FILE MERGED 2003/10/20 19:51:19 er 1.15.72.6: #i4070# ocExternal AddIn parameter classification #i4485# ScRawToken bHasForceArray moved to union creating struct sbyte 2003/10/17 20:04:49 er 1.15.72.5: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types 2003/10/02 18:42:53 er 1.15.72.4: #i4070# #i19765# ImpTokenIterator.nStop: general jump/subroutine ability 2003/09/02 12:48:13 er 1.15.72.3: RESYNC: (1.15-1.16); FILE MERGED Resolve conflicts between cws_srx645_cac and SRC680:m3 2003/07/14 16:01:19 er 1.15.72.2: #i4070# array conditions, first wave 2003/07/01 15:49:12 er 1.15.72.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e3279eb71490c42dc14a9bde4891432bdd19d47]

        INTEGRATION: CWS cac (1.3.72); FILE MERGED 2003/07/15 14:15:48 er 1.3.72.1: #i4070# remove old fp-handling leftovers

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad4bef347977ffd13d81458eb34e12b55c75580c]

        INTEGRATION: CWS cac (1.6.72); FILE MERGED 2003/10/30 13:06:12 er 1.6.72.4: #4070# add GetError 2003/10/29 17:28:35 er 1.6.72.3: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/09/11 14:38:23 er 1.6.72.2: #i4070# handle empty FALSE jump path as empty matrix element 2003/07/14 16:01:18 er 1.6.72.1: #i4070# array conditions, first wave

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e56f6b54c517fcfa43ad1aa1fbb92c363a397d7]

        INTEGRATION: CWS cac (1.1.2); FILE ADDED 2003/11/05 19:18:01 er 1.1.2.7: #i4070# generate parameter classification documentation if OSL_DEBUG_LEVEL>1 (debug=t) and environment variable OOO_CALC_GENPARCLASSDOC defined 2003/10/21 14:17:00 er 1.1.2.6: #i4070# don't use memory.h 2003/10/20 19:51:19 er 1.1.2.5: #i4070# ocExternal AddIn parameter classification #i4485# ScRawToken bHasForceArray moved to union creating struct sbyte 2003/10/20 11:21:28 er 1.1.2.4: #i4070# SUNWS7 compiler needs a little help from friends 2003/10/17 20:04:49 er 1.1.2.3: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types 2003/10/02 18:55:36 er 1.1.2.2: #i4070# #i19765# const RawData 2003/10/02 18:25:42 er 1.1.2.1: #i4070# #i19765# parameter classification

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9a0ebf8cc9fd77c2daf2528c5bde40bbaa086be]

        INTEGRATION: CWS cac (1.8.12); FILE MERGED 2003/10/02 18:38:50 er 1.8.12.1: #i4070# #i19765# add parclass.cxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfe4e5060dd79b1936dc8482d6cf4ea55235b7ef]

        INTEGRATION: CWS cac (1.8.72); FILE MERGED 2003/10/29 18:45:50 er 1.8.72.7: #4070# GetNewMat: set error interpreter 2003/10/29 17:28:34 er 1.8.72.6: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/10/02 18:49:06 er 1.8.72.5: #i4070# #i19765# matrix parameter conversion, subroutine jumps and parameter handling 2003/09/11 14:38:22 er 1.8.72.4: #i4070# handle empty FALSE jump path as empty matrix element 2003/07/25 18:45:04 er 1.8.72.3: #i4070# vacation check-in. Note that currently any svDoubleRef pushed (parameter or result) is automatically converted to svMatrix if in matrix formula, so that functions that expect a real reference don't work anymore. Parameter classification needs to be implemented. 2003/07/15 10:33:29 er 1.8.72.2: #i4070# declaration scope 2003/07/14 16:01:17 er 1.8.72.1: #i4070# array conditions, first wave

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb82c674c29fe3a2e2d713d22b5856517efd885d]

        INTEGRATION: CWS cac (1.26.48); FILE MERGED 2003/10/29 17:28:33 er 1.26.48.9: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/10/20 19:51:18 er 1.26.48.8: #i4070# ocExternal AddIn parameter classification #i4485# ScRawToken bHasForceArray moved to union creating struct sbyte 2003/10/17 20:04:48 er 1.26.48.7: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types 2003/10/02 18:49:05 er 1.26.48.6: #i4070# #i19765# matrix parameter conversion, subroutine jumps and parameter handling 2003/09/11 14:38:21 er 1.26.48.5: #i4070# handle empty FALSE jump path as empty matrix element 2003/07/25 18:45:04 er 1.26.48.4: #i4070# vacation check-in. Note that currently any svDoubleRef pushed (parameter or result) is automatically converted to svMatrix if in matrix formula, so that functions that expect a real reference don't work anymore. Parameter classification needs to be implemented. 2003/07/15 14:15:48 er 1.26.48.3: #i4070# remove old fp-handling leftovers 2003/07/14 16:01:17 er 1.26.48.2: #i4070# array conditions, first wave 2003/07/01 15:49:12 er 1.26.48.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e40caae471480572c0d242d522409e12f616a45]

        INTEGRATION: CWS cac (1.8.40); FILE MERGED 2003/10/29 17:28:33 er 1.8.40.3: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/09/11 12:41:50 er 1.8.40.2: #i4070# ScHarMean, ScGeoMean: correct count if array parameter 2003/07/14 16:01:16 er 1.8.40.1: #i4070# array conditions, first wave

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb2a7c8636af6206ea87c1fa365e503b72c96147]

        INTEGRATION: CWS cac (1.13.56); FILE MERGED 2003/10/30 15:45:21 er 1.13.56.3: RESYNC: (1.13-1.14); FILE MERGED 2003/10/29 17:28:32 er 1.13.56.2: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/07/25 18:45:03 er 1.13.56.1: #i4070# vacation check-in. Note that currently any svDoubleRef pushed (parameter or result) is automatically converted to svMatrix if in matrix formula, so that functions that expect a real reference don't work anymore. Parameter classification needs to be implemented.

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [04900fda2ae9566753548f5d41eaf896a31aa305]

        INTEGRATION: CWS cac (1.25.72); FILE MERGED 2003/10/29 17:28:32 er 1.25.72.7: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/10/17 20:04:47 er 1.25.72.6: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types 2003/10/02 18:49:03 er 1.25.72.5: #i4070# #i19765# matrix parameter conversion, subroutine jumps and parameter handling 2003/09/11 14:38:20 er 1.25.72.4: #i4070# handle empty FALSE jump path as empty matrix element 2003/07/25 18:45:03 er 1.25.72.3: #i4070# vacation check-in. Note that currently any svDoubleRef pushed (parameter or result) is automatically converted to svMatrix if in matrix formula, so that functions that expect a real reference don't work anymore. Parameter classification needs to be implemented. 2003/07/14 16:01:15 er 1.25.72.2: #i4070# array conditions, first wave 2003/07/01 15:49:11 er 1.25.72.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [285654acf158ba52c3ee39a371e6d6661e13a2e8]

        INTEGRATION: CWS cac (1.8.186); FILE MERGED 2003/10/29 17:28:31 er 1.8.186.1: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [afba7c71f44c2243d885b8134238827f74b25389]

        INTEGRATION: CWS cac (1.1.1.1.218); FILE MERGED 2003/07/01 15:49:10 er 1.1.1.1.218.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [725c1afe3eacfb849afd4bbdc845394814094be1]

        INTEGRATION: CWS cac (1.41.14); FILE MERGED 2003/11/05 19:15:59 er 1.41.14.4: #i4070# generate parameter classification documentation 2003/10/20 19:51:17 er 1.41.14.3: #i4070# ocExternal AddIn parameter classification #i4485# ScRawToken bHasForceArray moved to union creating struct sbyte 2003/10/17 20:04:46 er 1.41.14.2: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types 2003/07/01 15:49:09 er 1.41.14.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fd8609a3460ea3a5882d7e5b25f8529de793816]

        INTEGRATION: CWS cac (1.1.1.1.218); FILE MERGED 2003/07/01 15:49:08 er 1.1.1.1.218.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0259425a1447ef10a34f383c065dbd12c1892ce0]

        INTEGRATION: CWS cac (1.12.174); FILE MERGED 2003/10/29 17:28:31 er 1.12.174.3: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/10/20 19:51:16 er 1.12.174.2: #i4070# ocExternal AddIn parameter classification #i4485# ScRawToken bHasForceArray moved to union creating struct sbyte 2003/07/01 15:49:07 er 1.12.174.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0e3b4bc03b1402373d4ae47b857749202bd6348]

        INTEGRATION: CWS cac (1.1.2); FILE ADDED 2003/11/05 19:18:50 er 1.1.2.7: #i4070# generate parameter classification documentation if OSL_DEBUG_LEVEL>1 (debug=t) and environment variable OOO_CALC_GENPARCLASSDOC defined 2003/10/20 19:51:16 er 1.1.2.6: #i4070# ocExternal AddIn parameter classification #i4485# ScRawToken bHasForceArray moved to union creating struct sbyte 2003/10/20 11:47:26 er 1.1.2.5: #i4070# struct is struct and not class ... 2003/10/20 11:21:27 er 1.1.2.4: #i4070# SUNWS7 compiler needs a little help from friends 2003/10/17 20:04:45 er 1.1.2.3: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types 2003/10/02 18:55:44 er 1.1.2.2: #i4070# #i19765# const RawData 2003/10/02 18:25:21 er 1.1.2.1: #i4070# #i19765# parameter classification

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ced3adcb02da9e60c4b5c625fe822787fe044a3]

        INTEGRATION: CWS cac (1.1.2); FILE ADDED 2003/10/31 11:03:01 er 1.1.2.5: #i4070# initialize result matrix in case of a premature end of the interpreter due to errors 2003/10/29 17:28:29 er 1.1.2.4: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/10/02 18:44:04 er 1.1.2.3: #i4070# #i19765# general jump/subroutine ability 2003/09/11 14:38:18 er 1.1.2.2: #i4070# handle empty FALSE jump path as empty matrix element 2003/07/14 16:01:13 er 1.1.2.1: #i4070# array conditions, first wave

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [195e57a9791ce85b1936032f522a47489216dd19]

        INTEGRATION: CWS cac (1.14.72); FILE MERGED 2003/10/29 17:28:29 er 1.14.72.7: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/10/17 20:04:45 er 1.14.72.6: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types 2003/10/02 18:45:26 er 1.14.72.5: #i4070# #i19765# matrix parameter conversion 2003/07/25 18:45:02 er 1.14.72.4: #i4070# vacation check-in. Note that currently any svDoubleRef pushed (parameter or result) is automatically converted to svMatrix if in matrix formula, so that functions that expect a real reference don't work anymore. Parameter classification needs to be implemented. 2003/07/15 14:15:47 er 1.14.72.3: #i4070# remove old fp-handling leftovers 2003/07/14 16:01:12 er 1.14.72.2: #i4070# array conditions, first wave 2003/07/01 15:49:07 er 1.14.72.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [96ec2268b005eccca1a446ca9d85b3f8460a278f]

        INTEGRATION: CWS cac (1.5.210); FILE MERGED 2003/11/03 14:33:00 dr 1.5.210.2: #i4070# use ScMatrix class directly 2003/10/29 17:28:29 er 1.5.210.1: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f7145d2f0764d093fe7afde06cc50ce5520998]

        INTEGRATION: CWS cac (1.8.72); FILE MERGED 2003/07/01 15:49:04 er 1.8.72.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [87c98094080d983b1630132ecb3f8fc94d70a2f9]

        INTEGRATION: CWS cac (1.4.202); FILE MERGED 2003/07/01 15:49:04 er 1.4.202.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [469a8cf1529f4c5625512695812f3e6860424ca6]

        INTEGRATION: CWS cac (1.31.50); FILE MERGED 2003/11/05 19:14:54 er 1.31.50.4: #i4070# generate parameter classification documentation; ScFuncDesc const correctness 2003/10/02 18:51:07 er 1.31.50.3: #i4070# #i19765# ScParameterClassification::Init()/Exit() 2003/09/02 12:49:24 er 1.31.50.2: RESYNC: (1.31-1.32); FILE MERGED 2003/07/01 15:49:04 er 1.31.50.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e580edfec04d6915c07ddbf6c3abf2faab16775a]

        INTEGRATION: CWS cac (1.5.194); FILE MERGED 2003/07/01 15:49:03 er 1.5.194.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1381fd947fc7790362b77663c0f2b9307e7a457f]

        INTEGRATION: CWS cac (1.30.22); FILE MERGED 2003/11/03 14:32:40 dr 1.30.22.3: #i4070# use ScMatrix class directly 2003/10/30 14:00:52 dr 1.30.22.2: #i4070# direct use of class ScMatrix 2003/10/29 17:28:27 er 1.30.22.1: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [75bb676642a597c0655454aaa4caa3f3c54b59ba]

        INTEGRATION: CWS cac (1.4.174); FILE MERGED 2003/07/01 15:49:02 er 1.4.174.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [734eaa99601577b13318138134e19d5b7c2d7a40]

        INTEGRATION: CWS cac (1.11.48); FILE MERGED 2003/07/01 15:49:02 er 1.11.48.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ee457bbcef59b48a6c6446daa75fd0a7b85a8c3]

        INTEGRATION: CWS cac (1.2.216); FILE MERGED 2003/07/01 15:49:02 er 1.2.216.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0db0abdb16516dd3afd1ad56bd5edba970317ef4]

        INTEGRATION: CWS cac (1.9.72); FILE MERGED 2003/07/01 15:49:00 er 1.9.72.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [787045296e35cf0683efe92456d1b7eac2b899d0]

        INTEGRATION: CWS cac (1.18.14); FILE MERGED 2003/10/29 17:28:27 er 1.18.14.3: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/07/14 16:01:11 er 1.18.14.2: #i4070# array conditions, first wave 2003/07/01 15:49:00 er 1.18.14.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b831467b1fa8d63b459107543ba6ce072385b6b]

        INTEGRATION: CWS cac (1.18.14); FILE MERGED 2003/10/29 17:28:27 er 1.18.14.2: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/07/15 14:15:46 er 1.18.14.1: #i4070# remove old fp-handling leftovers

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d10f99a41e7fa4d3a7fe0ef2a949f3f0b9a00fb3]

        INTEGRATION: CWS cac (1.1.2); FILE ADDED 2003/10/17 20:04:44 er 1.1.2.5: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types 2003/10/02 18:41:20 er 1.1.2.4: #i4070# #i19765# ImpTokenIterator.nStop: general jump/subroutine ability 2003/09/02 13:57:44 er 1.1.2.3: #i4070# resync to SRC680:m3 2003/07/14 16:01:10 er 1.1.2.2: #i4070# array conditions, first wave 2003/07/01 15:48:58 er 1.1.2.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ddcd46cdfd79c13d7ed3d2f87c417bbde28fd13]

        INTEGRATION: CWS cac (1.7.14); FILE MERGED 2003/10/29 17:28:24 er 1.7.14.6: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/10/20 20:07:50 er 1.7.14.5: #i4070# #i4485# resolve ScByteToken ctor ambiguity 2003/10/20 19:51:14 er 1.7.14.4: #i4070# ocExternal AddIn parameter classification #i4485# ScRawToken bHasForceArray moved to union creating struct sbyte 2003/10/17 20:04:43 er 1.7.14.3: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types 2003/07/14 16:01:10 er 1.7.14.2: #i4070# array conditions, first wave 2003/07/01 15:48:57 er 1.7.14.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [745f79febdb2cf824481eeb0b433af5eec42cc62]

        INTEGRATION: CWS cac (1.1.1.1.218); FILE MERGED 2003/07/15 14:15:45 er 1.1.1.1.218.1: #i4070# remove old fp-handling leftovers

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [108a93abf450fd989149936fbd776578bd9fbf61]

        INTEGRATION: CWS cac (1.1.2); FILE ADDED 2003/11/03 14:31:57 dr 1.1.2.4: #i4070# use ScMatrix class directly 2003/10/30 13:22:17 er 1.1.2.3: #4070# GetError also for MatValue 2003/10/30 13:06:23 er 1.1.2.2: #4070# add GetError 2003/10/29 16:19:02 er 1.1.2.1: #4070# move from sc/source/core/inc

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb20f26ad7b0ae6ee65823a206d974e7d264dfa4]

        INTEGRATION: CWS cac (1.8.202); FILE MERGED 2003/07/01 15:48:57 er 1.8.202.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [42fd52fd38408113d40d9583d31330dbd0551c72]

        INTEGRATION: CWS cac (1.1.2); FILE ADDED 2003/10/29 16:27:18 er 1.1.2.1: #4070# simple intrusive refcounting template

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9f3eaa7bb9a14f9e8bf8ee07fa2afb4dc07d581]

        INTEGRATION: CWS cac (1.24.12); FILE MERGED 2003/11/05 19:03:04 er 1.24.12.1: #i4070# ScFuncDesc const correctness

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [769ad1a39613b4236b4ea0c088af0056c893b97a]

        INTEGRATION: CWS cac (1.1.2); FILE ADDED 2003/07/14 16:01:10 er 1.1.2.2: #i4070# array conditions, first wave 2003/07/01 15:48:56 er 1.1.2.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d79cec92accb9870d36790c2d4cf2b539022b71]

        INTEGRATION: CWS cac (1.68.12); FILE MERGED 2003/11/03 14:31:57 dr 1.68.12.4: #i4070# use ScMatrix class directly 2003/10/30 16:01:17 er 1.68.12.3: RESYNC: (1.68-1.69); FILE MERGED 2003/10/30 14:00:42 dr 1.68.12.2: #i4070# direct use of class ScMatrix 2003/10/29 17:28:24 er 1.68.12.1: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [20d75c6a7462eabf02ae0f553a640739430d9c59]

        INTEGRATION: CWS cac (1.15.72); FILE MERGED 2003/10/29 17:28:23 er 1.15.72.5: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/10/20 19:51:14 er 1.15.72.4: #i4070# ocExternal AddIn parameter classification #i4485# ScRawToken bHasForceArray moved to union creating struct sbyte 2003/10/20 11:26:48 er 1.15.72.3: #i4070# SUNWS7 compiler needs a little help from friends 2003/10/17 20:04:43 er 1.15.72.2: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types 2003/07/01 15:48:55 er 1.15.72.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [43d73df39f207cb8dd8b79595e23f123f74c473a]

        INTEGRATION: CWS cac (1.10.48); FILE MERGED 2003/10/29 17:28:23 er 1.10.48.2: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix 2003/07/01 15:48:55 er 1.10.48.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a2815f18acfcceeeb9e0ae10237af90192b7153]

        INTEGRATION: CWS cac (1.4.174); FILE MERGED 2003/10/20 19:51:13 er 1.4.174.1: #i4070# ocExternal AddIn parameter classification #i4485# ScRawToken bHasForceArray moved to union creating struct sbyte

2004-03-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bb1aa93c78d4e314714222264d0b4fbace91ed23]

        #100000# remove workben to avoid circ. deps on i18n

2004-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6336fdc9b921725deaa7d7706284b904f68d7cfa]

        #i26112#,#i10000#: include br_cppuno_share dependency for some bridges

2004-03-05  Rüdiger Timm  <rt@openoffice.org>  [81c0ca3d2e16676d090a3dff600698b1114dd59c]

        SRC680

2004-03-05  Peter Burow  <pb@openoffice.org>  [3af4faacfffc6ade28c4460c56cd943fdf1cbe17]

        fix: #115519# imagelist renamed because of a name clash

2004-03-05  Rüdiger Timm  <rt@openoffice.org>  [2bc49498f0450431d437db60086f5e0d3f2c790e]

        #i10000# Syntax: directory separator as macro

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [752a845c649cc4dd45e3c28f98059d698f8f7035]

        #i10000# Last change didn't work correctly in hamburg windows environment.

2004-03-04  Vladimir Glazounov  <vg@openoffice.org>  [289dd49bb208ee721b2c2f1593f5ca107c7618a9]

        new version for SRC680

2004-03-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4877f01ae6fbdb376e329479323eebdbd3c1c2ff]

        indicate MWS environment

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [386030804191cef7c264e0f17a899f2955001074]

        SRC680

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [ff10c3837473221e29ae119858add3eedbd4a4f8]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:44:23 is 1.1.24.1: #i26080# only settings.mk in makefiles

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [cb13c084905f9585b3d13c76e3bd2d58e7e3f4a3]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:44:22 is 1.1.24.1: #i26080# only settings.mk in makefiles

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [89b4750393e2fd7fe160548ecdb204d4b51e7f95]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:44:21 is 1.1.24.1: #i26080# only settings.mk in makefiles

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [7dbc484b2f900610efa5fb1ba121a106d686f0df]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:50:56 is 1.1.24.1: #i26080# new gid for python module

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [9ea75369dafc81d9b8ae50383232836c3321fc49]

        INTEGRATION: CWS scp2fix2 (1.2.24); FILE MERGED 2004/03/03 15:50:55 is 1.2.24.1: #i26080# new gid for python module

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [93e9cd1e19e123fe6de1b0b12875a7ab5ceca0d3]

        INTEGRATION: CWS scp2fix2 (1.2.24); FILE MERGED 2004/03/03 15:44:21 is 1.2.24.1: #i26080# only settings.mk in makefiles

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [ef014097e9c165fd7f0df7ac60b5af310dc523da]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:43:24 is 1.1.24.1: #115768# include USE_JAVAVER=TRUE Issue number: Submitted by: Reviewed by:

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [c9d7b4a90e084d87286819a2acf0038086c33917]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:44:20 is 1.1.24.1: #i26080# only settings.mk in makefiles

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [a682f15b3570b336c7a5b322d4ccf10b206b6595]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:44:19 is 1.1.24.1: #i26080# only settings.mk in makefiles

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [bb5c9d1e34e2c916d3c52b30f5a100eb8891fbf5]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:44:18 is 1.1.24.1: #i26080# only settings.mk in makefiles

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [fd91530ddf6b131c3fb1645e9248ce924b62049a]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:44:17 is 1.1.24.1: #i26080# only settings.mk in makefiles

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [8ed46018e8c414478863402d52fd328534716103]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:44:16 is 1.1.24.1: #i26080# only settings.mk in makefiles

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [35fbdbebb2488b3cc700a9ced0e3d5e6e9648db0]

        INTEGRATION: CWS scp2fix2 (1.2.6); FILE MERGED 2004/03/03 15:47:02 is 1.2.6.1: #i26080# new name for addin module

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [2b17ba515f566da3ffb7c4001bcf21e62c4c37a4]

        INTEGRATION: CWS scp2fix2 (1.1.24); FILE MERGED 2004/03/03 15:44:15 is 1.1.24.1: #i26080# only settings.mk in makefiles

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [1700d19be2196851ac1b1826c6f8cd046fc698c5]

        INTEGRATION: CWS scp2fix1 (1.1.12); FILE MERGED 2004/03/01 12:49:16 is 1.1.12.2: #i25425# StarOffice 8 instead of .StarOffice8 for Windows Issue number: Submitted by: Reviewed by: 2004/02/20 16:28:33 is 1.1.12.1: #i25425# hiding the user directory Issue number: Submitted by: Reviewed by:

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [9181dd89686ac3ee689a4987c720771c8576b997]

        INTEGRATION: CWS scp2fix1 (1.3.12); FILE MERGED 2004/02/20 16:22:09 is 1.3.12.2: #i25734# removing share/config/java.ini at deinstall Issue number: Submitted by: Reviewed by: 2004/02/20 15:46:14 is 1.3.12.1: #i25728# ScriptsJavaScript instead of ScriptsJavascript Issue number: Submitted by: Reviewed by:

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [71ca652f42d872608bba8b9e0afc27acfef64f34]

        INTEGRATION: CWS scp2fix1 (1.1.12); FILE MERGED 2004/02/20 16:16:36 is 1.1.12.1: #i24246# no more share/response directory Issue number: Submitted by: Reviewed by:

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [ef3588faec66fde5780e6bcae9de22a2d0c28853]

        INTEGRATION: CWS scp2fix1 (1.2.22); FILE MERGED 2004/02/20 16:32:49 is 1.2.22.1: #i25475# matching MSWin instead of win Issue number: Submitted by: Reviewed by:

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [5b2bcb4dc298386958d45d2f7d5b12df8609d0c9]

        INTEGRATION: CWS scp2fix1 (1.2.22); FILE MERGED 2004/02/20 16:32:14 is 1.2.22.1: #i25475# matching MSWin instead of win Issue number: Submitted by: Reviewed by:

2004-03-04  Rüdiger Timm  <rt@openoffice.org>  [7a2e139e8554566de25faf25c412cfaa5406a7d9]

        #115793# (Fix by OD)

2004-03-03  Rüdiger Timm  <rt@openoffice.org>  [4629e95fff919be4da232036e730f307e711271b]

        #115771# Change syntax for new copy (done by HJS)

2004-03-03  Rüdiger Timm  <rt@openoffice.org>  [0b345a67656e965c82a53cae57314c0bf5fe3add]

        #i10000# Syntax error in documentation

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [69e6fe6b059b2223e58b2f8e25c937b7ad0195cc]

        #100000#

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [6d8f1b5f4d3e72b957cc433e52d1d585dabc5849]

        SRC680

2004-03-02  Kurt Zenker  <kz@openoffice.org>  [11e94498eb8b4e6dfc1e1800688a5df9df06587a]

        new version for SRX645

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [8528136a59d6770082b3fc4146f96f8dca4e219f]

        INTEGRATION: CWS api01ea (1.4.42); FILE MERGED 2004/03/01 14:40:15 cn 1.4.42.1: #112305# tests must be restructured bacause of wrong idl documentation

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [d44ea13c3439349d13daa3ba4fc7ca387f1652f4]

        INTEGRATION: CWS api01ea (1.3.42); FILE MERGED 2004/03/01 16:06:28 cn 1.3.42.1: #112305# object must be recreated after test

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [307fdd24aa8335eb649c9ab22fc314e980737873]

        INTEGRATION: CWS api01ea (1.3.46); FILE MERGED 2004/03/01 14:42:33 cn 1.3.46.1: #112305# tests must be restructured bacause of wrong idl documentation

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [2d16e13cd62adbb2f86393504d0e5674f76811cb]

        INTEGRATION: CWS api01ea (1.2.46); FILE MERGED 2004/03/02 12:20:32 cn 1.2.46.1: #112305# upper/lowercase problem in testdoc name fixed

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a92b2ee3cace82a2c560ba6ae11e35982d7ec6fa]

        INTEGRATION: CWS api01ea (1.1.86); FILE MERGED 2004/02/23 07:41:03 as 1.1.86.1: #110850# dont check deprecated interface XEventBroadcaster

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [210c14b61d3f55e51d4a702e4a3a494060b75e6d]

        INTEGRATION: CWS api01ea (1.2.18); FILE MERGED 2004/02/20 09:34:40 as 1.2.18.1: #i24603# return real UNO filters for getAvailableServiceNames() only

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [89dc0174c77601779dd287033d575796a210de09]

        INTEGRATION: CWS api01ea (1.7.262); FILE MERGED 2004/02/20 09:34:21 as 1.7.262.1: #i25721# document Wait property

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [3b086e42cb8118efb4a382ebe98d2356c8f379e0]

        INTEGRATION: CWS api01ea (1.6.242); FILE MERGED 2004/02/25 12:28:39 as 1.6.242.1: #112305# correct come documentation errors

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [17b70f488b901e5e5a4829129fd6bb1dae801ff9]

        INTEGRATION: CWS api01ea (1.8.340); FILE MERGED 2004/02/20 09:34:13 as 1.8.340.1: #111850# deprecate XEventBroadcaster

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [b4bc0ba2cf21ce7b602434477c623aadd136050f]

        INTEGRATION: CWS api01ea (1.6.148); FILE MERGED 2004/02/20 09:34:07 as 1.6.148.1: #112249# remove unused service DocumentProperties

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [b0f47727112528526c71857b52296250c8884c51]

        INTEGRATION: CWS api01ea (1.50.10); FILE MERGED 2004/02/20 09:34:33 as 1.50.10.1: #112425# supports interception

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [44e1841484f6ef9733c4fb7376f7a85b02599f63]

        INTEGRATION: CWS api01ea (1.2.34); FILE MERGED 2004/02/27 15:39:02 cn 1.2.34.2: #110850#  fwk.Desktop::XEventBroadcaster removed 2004/02/27 15:29:50 cn 1.2.34.1: 112363# DocumentProperties removed

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [04bcc54c14c6f7fac5bb57fb106a5b03cf8fb6ee]

        INTEGRATION: CWS api01ea (1.2.34); FILE MERGED 2004/02/27 15:29:07 cn 1.2.34.1: 112363# DocumentProperties removed

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [c4c25571229fe33f464cbf2d23d2743ef23253a9]

        INTEGRATION: CWS api01ea (1.19.12); FILE MERGED 2004/02/20 09:34:27 as 1.19.12.1: #112425# supports interception

2004-03-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [afe4d010483919f2215aefecc299ccb82ddb4548]

        #i26040#,#i10000#: tag(): quote metacharacters in file name if used as regexp

2004-03-02  Lars Oppermann  <lo@openoffice.org>  [32753cf84eb897b31b78cf58b6ec3b64884d911e]

        #i25594#

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [31fa65cc099467fd6a360b8ac160187eab6c4f7b]

        INTEGRATION: CWS oj07 (1.84.14); FILE MERGED 2004/01/28 09:29:07 oj 1.84.14.3: RESYNC: (1.84-1.85); FILE MERGED 2003/10/10 08:16:37 fs 1.84.14.2: #105072# additional info text for join types / consistent german terminology for joins (Verknüpfung vs. Verbindung) 2003/08/28 08:21:55 oj 1.84.14.1: #i18611#ä add commnad to menu entry undo/redo

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [59e53c63711933c140d0a9fdccf4e7940491d540]

        INTEGRATION: CWS oj07 (1.40.20); FILE MERGED 2004/01/28 09:29:46 oj 1.40.20.2: RESYNC: (1.40-1.41); FILE MERGED 2003/10/10 08:16:39 fs 1.40.20.1: #105072# additional info text for join types / consistent german terminology for joins (Verknüpfung vs. Verbindung)

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [f25017eaec2279ac9f8a44812a2ffd7ee3512f75]

        INTEGRATION: CWS oj07 (1.7.64); FILE MERGED 2004/01/28 09:29:33 oj 1.7.64.2: RESYNC: (1.7-1.8); FILE MERGED 2003/10/10 08:16:38 fs 1.7.64.1: #105072# additional info text for join types / consistent german terminology for joins (Verknüpfung vs. Verbindung)

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [1be5c65801af6287a87f2a545c4c5d48919de6a2]

        INTEGRATION: CWS oj07 (1.9.66); FILE MERGED 2003/08/21 13:48:06 oj 1.9.66.1: #111118# derive the tableconnection from window to fit into accessiblity tree

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a171c48a217fb81ed314117fd8b090423760c2d8]

        INTEGRATION: CWS oj07 (1.61.42); FILE MERGED 2004/01/28 09:29:20 oj 1.61.42.5: RESYNC: (1.63-1.64); FILE MERGED 2003/09/15 14:08:02 oj 1.61.42.4: RESYNC: (1.62-1.63); FILE MERGED 2003/08/29 13:33:06 oj 1.61.42.3: RESYNC: (1.61-1.62); FILE MERGED 2003/08/25 11:49:53 oj 1.61.42.2: #i3561# check index of nodes 2003/08/21 13:48:06 oj 1.61.42.1: #111118# derive the tableconnection from window to fit into accessiblity tree

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [8a0d712db4a6f7525a8d036394f0dd8052881e37]

        INTEGRATION: CWS oj07 (1.46.38); FILE MERGED 2004/01/28 09:29:59 oj 1.46.38.2: RESYNC: (1.46-1.47); FILE MERGED 2003/08/21 13:48:05 oj 1.46.38.1: #111118# derive the tableconnection from window to fit into accessiblity tree

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [208131a1a175c587d5d250beca8ec31f9823f9f1]

        INTEGRATION: CWS oj07 (1.7.38); FILE MERGED 2003/08/21 13:48:05 oj 1.7.38.1: #111118# derive the tableconnection from window to fit into accessiblity tree

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [b531c3c8e041d47644cbc91b6a47d9a26284ae2b]

        INTEGRATION: CWS oj07 (1.6.38); FILE MERGED 2003/08/21 13:48:04 oj 1.6.38.1: #111118# derive the tableconnection from window to fit into accessiblity tree

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [83809594aa58da9721e305261b364463a1d3a3d2]

        INTEGRATION: CWS oj07 (1.20.54); FILE MERGED 2003/08/28 07:21:30 oj 1.20.54.1: #i18635# add as listener at connection and resultset

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [08f7bb37821e9f21e72f264a1e7d97fcf54ce665]

        INTEGRATION: CWS oj07 (1.4.130); FILE MERGED 2003/08/28 07:21:30 oj 1.4.130.1: #i18635# add as listener at connection and resultset

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [3abc7f97633dc1bad9d8a38f8b033c91ac3c5f4f]

        INTEGRATION: CWS oj07 (1.3.132); FILE MERGED 2003/10/10 08:18:34 fs 1.3.132.1: #105072# +STR_JOIN_TYPE_HINT

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [eb469e4132b0b36f1b2ab2b77fcf3af4953f8451]

        INTEGRATION: CWS oj07 (1.9.130); FILE MERGED 2003/08/28 07:21:29 oj 1.9.130.1: #i18635# add as listener at connection and resultset

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [e1cb6d9e25be53fdf459e963228f5a28baf7c6a8]

        INTEGRATION: CWS oj07 (1.11.136); FILE MERGED 2003/08/28 07:21:28 oj 1.11.136.1: #i18635# add as listener at connection and resultset

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [43193dfc4149e3fa0098c7889b7ba75f12ad98be]

        INTEGRATION: CWS oj07 (1.6.66); FILE MERGED 2003/08/21 13:48:03 oj 1.6.66.1: #111118# derive the tableconnection from window to fit into accessiblity tree

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [c708bb881a420a11ba196ec27f53b62c66830f99]

        INTEGRATION: CWS oj07 (1.10.54); FILE MERGED 2003/08/20 11:54:18 oj 1.10.54.1: #110997# fix format sample

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [9b72999a252c3b899b11d5d85dc2fe0a2cfdedf8]

        INTEGRATION: CWS oj07 (1.3.38); FILE MERGED 2003/08/21 13:48:03 oj 1.3.38.1: #111118# derive the tableconnection from window to fit into accessiblity tree

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [442b2145f89081701fa107e95142f8f0127bbad9]

        INTEGRATION: CWS oj07 (1.27.54); FILE MERGED 2004/01/28 08:39:09 oj 1.27.54.2: #110997# fix format sample 2003/08/20 11:54:19 oj 1.27.54.1: #110997# fix format sample

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [d949a3d75d1c076ff59368eadf531002252fa112]

        INTEGRATION: CWS oj07 (1.64.90); FILE MERGED 2004/01/28 09:28:07 oj 1.64.90.2: RESYNC: (1.64-1.66); FILE MERGED 2003/08/28 07:21:27 oj 1.64.90.1: #i18635# add as listener at connection and resultset

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [e9d41032623b5eb3a3f39a803c4537d2cdc55431]

        INTEGRATION: CWS oj07 (1.21.54); FILE MERGED 2003/08/28 07:21:27 oj 1.21.54.1: #i18635# add as listener at connection and resultset

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [dcd63ad665c07655d0533f6bacab55693f47a961]

        INTEGRATION: CWS oj07 (1.20.150); FILE MERGED 2003/08/20 09:11:20 oj 1.20.150.1: #i18041# correct escape processing handling

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [11c3dc0a6cba1f109f13bec5e16d44561fcccb93]

        INTEGRATION: CWS oj07 (1.24.148); FILE MERGED 2004/01/28 09:22:21 oj 1.24.148.2: RESYNC: (1.24-1.25); FILE MERGED 2003/08/20 09:11:19 oj 1.24.148.1: #i18041# correct escape processing handling

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [3129b8c5ad0efda02b19703dddac776ca67de646]

        INTEGRATION: CWS oj07 (1.21.64); FILE MERGED 2003/08/27 10:08:54 oj 1.21.64.1: #i18583# adjust value when it is unsigned

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [2f5158cc8fb6294dc34bbdce15a673c6092504f9]

        INTEGRATION: CWS oj07 (1.68.16); FILE MERGED 2004/01/28 09:21:27 oj 1.68.16.2: RESYNC: (1.68-1.69); FILE MERGED 2003/08/27 10:08:53 oj 1.68.16.1: #i18583# adjust value when it is unsigned

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [0ba7bd5c29671e13ce1c78fbad1461eb157b43d9]

        INTEGRATION: CWS oj07 (1.121.38); FILE MERGED 2004/01/28 09:20:59 oj 1.121.38.2: RESYNC: (1.121-1.122); FILE MERGED 2003/08/20 09:11:20 oj 1.121.38.1: #i18041# correct escape processing handling

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [33caf005f4f97c269f42a3acaef4fafe0ad42a1c]

        INTEGRATION: CWS oj07 (1.16.90); FILE MERGED 2003/08/27 10:08:53 oj 1.16.90.1: #i18583# adjust value when it is unsigned

2004-03-02  Lars Oppermann  <lo@openoffice.org>  [266dd7788386fc3a928bd87d419259559184fcf8]

        #i25594#

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a725160212f33d3dcbbeb60de2fd4c56bf37c0c9]

        INTEGRATION: CWS oj07 (1.44.38); FILE MERGED 2004/01/28 09:25:02 oj 1.44.38.2: RESYNC: (1.44-1.45); FILE MERGED 2003/08/27 10:08:52 oj 1.44.38.1: #i18583# adjust value when it is unsigned

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [0210b3177d587f8145a3eb120f9d571a8bef8f5c]

        INTEGRATION: CWS oj07 (1.11.90); FILE MERGED 2004/01/28 09:23:42 oj 1.11.90.2: RESYNC: (1.11-1.12); FILE MERGED 2003/08/27 10:08:52 oj 1.11.90.1: #i18583# adjust value when it is unsigned

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [c69e2c6e8be33c68793f1ba7c24e4ab51e48906f]

        INTEGRATION: CWS oj07 (1.32.90); FILE MERGED 2004/01/28 09:22:37 oj 1.32.90.2: RESYNC: (1.32-1.33); FILE MERGED 2003/08/27 10:08:52 oj 1.32.90.1: #i18583# adjust value when it is unsigned

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [162b2cc71ab260751631f9476a058c31a74ec652]

        INTEGRATION: CWS oj07 (1.10.90); FILE MERGED 2003/08/27 10:08:51 oj 1.10.90.1: #i18583# adjust value when it is unsigned

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [25d1d37f44ba3375af74dc71db8d46fdf7fd75e6]

        INTEGRATION: CWS oj07 (1.1.2); FILE ADDED 2004/02/10 15:06:50 sw 1.1.2.1: #111118#

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [2cad305b89761d2abec99282b290d24736dbceb5]

        INTEGRATION: CWS oj07 (1.1.2); FILE ADDED 2004/02/10 15:06:23 sw 1.1.2.1: #111118#

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [6cad1f3cc7b9d0b84a5c621d64925a4a33295c53]

        INTEGRATION: CWS oj07 (1.2.8); FILE MERGED 2004/02/27 16:24:57 sw 1.2.8.1: #111118#

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [1ee5c74826f76402d91f6257b3b399dd6a08e49c]

        INTEGRATION: CWS oj07 (1.1.2); FILE ADDED 2004/02/10 12:29:26 sw 1.1.2.1: #111118#

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [8390bb2fa78fef3afd6b85efcc10141f886d821d]

        INTEGRATION: CWS oj07 (1.1.2); FILE ADDED 2004/02/10 12:28:57 sw 1.1.2.1: #111118#

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [7b90a0557a6651ff8831138d2a6a98235f649241]

        INTEGRATION: CWS oj07 (1.55.76); FILE MERGED 2004/01/28 08:59:15 oj 1.55.76.2: RESYNC: (1.55-1.57); FILE MERGED 2003/08/29 13:07:32 oj 1.55.76.1: #109202# change strings

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [e8f59dd14460e321ade4ac2fb1ad3eb189f9ebce]

        INTEGRATION: CWS oj07 (1.35.136); FILE MERGED 2003/11/28 11:39:18 oj 1.35.136.2: RESYNC: (1.35-1.37); FILE MERGED 2003/08/27 06:29:53 oj 1.35.136.1: #111640# correct assertion condition

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [4827d25035e6f17813bfad5bd0deb28566303ca4]

        INTEGRATION: CWS oj07 (1.32.64); FILE MERGED 2003/08/29 07:09:37 oj 1.32.64.1: #i18758# fix iso date problem

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [17246f4a6971da0208f6c6a5590d31d115c3e1bb]

        INTEGRATION: CWS oj07 (1.9.126); FILE MERGED 2003/08/21 15:32:41 oj 1.9.126.1: #i17363# some refactoring and defense programming

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [90a9531a1b52a1d7924c09a6366e8b704486359a]

        INTEGRATION: CWS oj07 (1.12.52); FILE MERGED 2003/08/21 15:32:40 oj 1.12.52.1: #i17363# some refactoring and defense programming

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [6059ba599eee137fef22fd548cb2ee092ba8fdb1]

        INTEGRATION: CWS oj07 (1.2.104); FILE MERGED 2003/08/22 09:20:58 oj 1.2.104.1: #109720# typehandling for ado adjusted

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [005fb710743c7daec75d6217948f41b340f94998]

        INTEGRATION: CWS oj07 (1.12.38); FILE MERGED 2003/08/22 09:20:58 oj 1.12.38.1: #109720# typehandling for ado adjusted

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [c0ea57b2daffb7310504e188ccb6dcd8c699e5ad]

        INTEGRATION: CWS oj07 (1.12.104); FILE MERGED 2003/08/22 09:20:59 oj 1.12.104.1: #109720# typehandling for ado adjusted

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [0e0daa03cb58cebd723575bcf03fa38d613d2b47]

        INTEGRATION: CWS oj07 (1.3.110); FILE MERGED 2003/08/21 15:32:38 oj 1.3.110.1: #i17363# some refactoring and defense programming

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [288594c60014d0613ebdc59c580c6a9ca3fb7a1f]

        INTEGRATION: CWS oj07 (1.31.52); FILE MERGED 2003/08/21 15:32:36 oj 1.31.52.1: #i17363# some refactoring and defense programming

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [f35900610166ed34fac0f7070a7e8ad318f594ab]

        INTEGRATION: CWS oj07 (1.13.104); FILE MERGED 2003/08/21 15:32:35 oj 1.13.104.1: #i17363# some refactoring and defense programming

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [b97a73085d6d0e8b7e6f732b01e6f22c8d7d8a04]

        INTEGRATION: CWS oj07 (1.54.38); FILE MERGED 2003/08/21 15:32:34 oj 1.54.38.1: #i17363# some refactoring and defense programming

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [82e42239266021fc0acd79df9b9c0894ab5985ff]

        INTEGRATION: CWS oj07 (1.29.104); FILE MERGED 2003/08/21 15:32:33 oj 1.29.104.1: #i17363# some refactoring and defense programming

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [fa56e8beb3cc91acd16faa14dbe6f43615736fd8]

        INTEGRATION: CWS oj07 (1.14.126); FILE MERGED 2003/08/20 11:15:37 oj 1.14.126.1: #i17363# correct getURL

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [aa7534efa58c8399846b5ef5c84d40f325661871]

        INTEGRATION: CWS oj07 (1.2.34); FILE MERGED 2003/08/20 11:15:35 oj 1.2.34.1: #i17363# correct getURL

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [50a5f1a7517d9c7421ba0a9b22b33fc9cd14df12]

        INTEGRATION: CWS oj07 (1.27.64); FILE MERGED 2003/09/15 13:52:59 oj 1.27.64.2: RESYNC: (1.27-1.28); FILE MERGED 2003/08/20 11:15:34 oj 1.27.64.1: #i17363# correct getURL

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [2aecf52358c620868efdc7e18153287d94069227]

        INTEGRATION: CWS oj07 (1.11.126); FILE MERGED 2003/08/20 11:15:32 oj 1.11.126.1: #i17363# correct getURL

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [e9c61ed3c4cf6e4187f3cc5d8d704ec053eb559f]

        INTEGRATION: CWS oj07 (1.11.116); FILE MERGED 2003/08/22 09:21:01 oj 1.11.116.1: #109720# typehandling for ado adjusted

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [fb0768f3e90f405619ec62990c47b631ea3f72c8]

        INTEGRATION: CWS oj07 (1.12.38); FILE MERGED 2003/08/22 09:21:01 oj 1.12.38.1: #109720# typehandling for ado adjusted

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [fc27029f0cb18d310368fe13c4613862a2a2abf1]

        INTEGRATION: CWS oj07 (1.7.52); FILE MERGED 2003/08/28 11:38:22 oj 1.7.52.1: #i18583# correct isSigned

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a68b352fa12357f7490f085c3128708704fad131]

        INTEGRATION: CWS oj07 (1.20.104); FILE MERGED 2003/08/22 09:21:02 oj 1.20.104.1: #109720# typehandling for ado adjusted

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [7a6140e388e969e8a4ea3b5ec7bbe7af0244e646]

        INTEGRATION: CWS oj07 (1.13.50); FILE MERGED 2003/08/22 09:21:03 oj 1.13.50.1: #109720# typehandling for ado adjusted

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [5454a5fd8cf3b17169acb6e253f9839fa8c5d6b2]

        INTEGRATION: CWS oj07 (1.21.52); FILE MERGED 2003/08/22 09:21:04 oj 1.21.52.1: #109720# typehandling for ado adjusted

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [bae2bf1028bc456d78b1e03507982fb6fd9aee3e]

        INTEGRATION: CWS oj07 (1.4.104); FILE MERGED 2003/08/21 15:32:32 oj 1.4.104.1: #i17363# some refactoring and defense programming

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [da7bd67860f52e3c3fbe2063d250fe5916f204a7]

        INTEGRATION: CWS oj07 (1.21.104); FILE MERGED 2004/02/25 09:46:51 oj 1.21.104.4: #i18583# adjust sign unsigned values 2004/01/28 07:59:00 oj 1.21.104.3: RESYNC: (1.21-1.22); FILE MERGED 2003/08/28 11:37:53 oj 1.21.104.2: #i18583# reset sign value 2003/08/27 10:18:40 oj 1.21.104.1: #i18583# adjust value when it is unsigned

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [10726f93c9c6d476c25129f80d445fc2ff25b3bf]

        INTEGRATION: CWS oj07 (1.6.108); FILE MERGED 2003/08/21 15:32:31 oj 1.6.108.1: #i17363# some refactoring and defense programming

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [f2ac0deabcf86c8a19fef09aad9800e788f74164]

        INTEGRATION: CWS oj07 (1.14.64); FILE MERGED 2003/08/29 07:09:36 oj 1.14.64.1: #i18758# fix iso date problem

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [4e5582dda7c0e42a9eab04a850ab66d971524650]

        INTEGRATION: CWS oj07 (1.6.106); FILE MERGED 2004/02/25 09:47:09 oj 1.6.106.4: #i18583# adjust sign unsigned values 2004/01/28 08:08:22 oj 1.6.106.3: RESYNC: (1.7-1.8); FILE MERGED 2003/09/15 13:59:47 oj 1.6.106.2: RESYNC: (1.6-1.7); FILE MERGED 2003/08/27 10:18:01 oj 1.6.106.1: #i18583# adjust value when it is unsigned

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [1786c5531bab2230ba74d2f61feb5c9e97453ca6]

        INTEGRATION: CWS ause07 (1.4.62); FILE MERGED 2004/01/28 19:35:36 hjs 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2003/12/19 13:04:37 hjs 1.4.62.1: #i9399# removed resetting CFLAGS

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [410d15731bfba89ac053c38c6dd1e2104465174c]

        INTEGRATION: CWS ause07 (1.2.82); FILE MERGED 2003/12/19 13:04:37 hjs 1.2.82.1: #i9399# removed resetting CFLAGS

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [31ac7c57dc16c9014536ca84292740961e68125b]

        INTEGRATION: CWS ause07 (1.5.62); FILE MERGED 2004/01/28 19:35:23 hjs 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/19 13:04:37 hjs 1.5.62.1: #i9399# removed resetting CFLAGS

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [4f15aeca2f3fd2517a0d9f7565157f2f860a486d]

        INTEGRATION: CWS ause07 (1.21.8); FILE MERGED 2004/01/28 19:34:44 hjs 1.21.8.2: RESYNC: (1.21-1.22); FILE MERGED 2003/12/19 11:18:58 hjs 1.21.8.1: #i17181# NOOPT flag from -O to -O0

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [66cb96aa325711943afe7c989ce13856f479cf1e]

        INTEGRATION: CWS ause07 (1.23.12); FILE MERGED 2004/03/01 15:03:00 hjs 1.23.12.1: #i24239# a bit of hack to ease transition

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [143900e3a07c21a4e893d709c3aa5048e05f9ad6]

        INTEGRATION: CWS ause07 (1.23.54); FILE MERGED 2003/12/19 13:06:50 hjs 1.23.54.1: #i9399# changed BUILD_SOSL into BSCLIENT

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [fa5ecba2d4b00c0dbc9d9fc9dd12921e06e0111e]

        INTEGRATION: CWS ause07 (1.139.8); FILE MERGED 2004/01/28 19:31:31 hjs 1.139.8.3: RESYNC: (1.139-1.141); FILE MERGED 2003/12/19 12:06:00 hjs 1.139.8.2: #i12782# remove BUILD define 2003/12/18 18:38:45 hjs 1.139.8.1: #97748# introduce ADDCDEFS to append compiler defines

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [f1d62c519785ed7d9307649ea57105a6f6335208]

        INTEGRATION: CWS ause07 (1.22.96); FILE MERGED 2003/12/19 13:06:50 hjs 1.22.96.1: #i9399# changed BUILD_SOSL into BSCLIENT

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [d9f10d4f45ffa1ab2492cd3c3e07abf611398325]

        INTEGRATION: CWS ause07 (1.14.154); FILE MERGED 2004/01/28 17:52:47 hjs 1.14.154.2: RESYNC: (1.14-1.15); FILE MERGED 2003/12/18 18:39:15 hjs 1.14.154.1: #97748# introduce ADDCDEFS to append compiler defines

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [57fdc909fa8db6c19cf701e81e720930c2283d6f]

        INTEGRATION: CWS sb13 (1.17.18); FILE MERGED 2004/02/10 10:23:43 sb 1.17.18.3: #i24548# Removed obsolete cpp_uno bridges. 2004/02/09 12:34:19 sb 1.17.18.2: #i24548# Removed obsolete cpp_uno bridges. 2004/01/30 09:58:31 sb 1.17.18.1: #i24548# Removed obsolete cpp_uno bridges.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [fe66f90f6116f7ffadd4bf9d083887c33e8cdbfe]

        INTEGRATION: CWS draw23master (1.31.4); FILE MERGED 2004/02/19 09:12:09 af 1.31.4.1: #115426# Incorporated fix for #112211#: Added guard against mpOutlineView missing on the view stack of the edit enginge.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [9ef6cedce612bd0c3e577d8dfe4ca7d70061a002]

        INTEGRATION: CWS draw23master (1.2.308); FILE MERGED 2004/02/19 09:20:29 af 1.2.308.1: #115426# SdDrawDocument::Get(Master)SdPage() is not called anymore with invalid index to prevent assertion. Has to be merged into OutlinerIterator.cxx

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [faf77fcad105f3252ed93b4e4975dd54d8fb7d76]

        INTEGRATION: CWS draw23master (1.6.80); FILE MERGED 2004/02/26 14:59:46 af 1.6.80.1: #115427# Include fixes for 112544 into SRC680.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [4c63f544aa933fd77b1d833085d0fa41f49129f8]

        INTEGRATION: CWS draw23master (1.36.104); FILE MERGED 2004/02/26 14:53:29 af 1.36.104.1: #i25374# Include fixes for i20085 into SRC680.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [c7a1e21e14b91df5bd81b7a2129455c7d84c122c]

        INTEGRATION: CWS draw23master (1.25.22); FILE MERGED 2004/02/12 16:16:25 af 1.25.22.2: #115425# Moved call to TextEditingHasEnded() to a safe place. 2004/02/12 16:15:17 af 1.25.22.1: #115425# Moved call to TextEditingHasEnded() to a safe place.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [e1e85de5c2e6fcf6eedc2460b0455bb96fef6cf3]

        INTEGRATION: CWS draw23master (1.37.22); FILE MERGED 2004/02/13 12:36:30 cl 1.37.22.1: #i24399# remove deleted objects from presobjlist if theire still there

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [8e0887f0d097c0672f3749b1dee2791600474a29]

        INTEGRATION: CWS draw23master (1.16.74); FILE MERGED 2004/02/26 14:33:58 af 1.16.74.1: #115429# Include fixes for 110981 into SRC680.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [b33384bead09cb4ab61b8accc3e0aafe2c51fa76]

        INTEGRATION: CWS draw23master (1.17.10); FILE MERGED 2004/02/26 15:13:17 af 1.17.10.1: #115434# Include fixes for 113030 into SRC680.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [beacf1bbf5f4c17c2c55ac06e8537b10c32832e1]

        INTEGRATION: CWS draw23master (1.4.10); FILE MERGED 2004/02/26 15:25:38 af 1.4.10.2: #i25370# Correction of previous commit comment: Include fixes for i14895 into SRC680. 2004/02/26 15:11:08 af 1.4.10.1: #115434# Include fixes for 113030 into SRC680.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [9833ee70cd48a4c33c212bf6ee0167ae1ce18a5d]

        INTEGRATION: CWS calc18 (1.19.134); FILE MERGED 2003/12/05 09:41:42 dr 1.19.134.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/14 11:29:52 dr 1.19.134.1: #i19600# do not try to access external docs in filters

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [3fec60130d33a558f3a573fbf3a6a2d93949e6aa]

        INTEGRATION: CWS calc18 (1.38.150); FILE MERGED 2004/02/11 12:30:19 dr 1.38.150.4: RESYNC: (1.40-1.41); FILE MERGED 2004/01/12 11:39:50 dr 1.38.150.3: RESYNC: (1.39-1.40); FILE MERGED 2003/12/05 09:41:36 dr 1.38.150.2: RESYNC: (1.38-1.39); FILE MERGED 2003/10/01 10:26:39 jmarmion 1.38.150.1: #109648# fix excel import of split column position.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [9cf25eb8d08df8b5dc09f94754fd0b6bfcf11033]

        INTEGRATION: CWS calc18 (1.11.110); FILE MERGED 2004/02/11 12:26:48 dr 1.11.110.3: RESYNC: (1.12-1.13); FILE MERGED 2004/01/12 11:37:25 dr 1.11.110.2: RESYNC: (1.11-1.12); FILE MERGED 2003/11/05 13:32:54 dr 1.11.110.1: #i17953# change size of last column/row

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [3a519c1171b54bc09822fdf41c21dff3c762fdcf]

        INTEGRATION: CWS calc18 (1.78.20); FILE MERGED 2004/02/11 12:31:39 dr 1.78.20.3: RESYNC: (1.79-1.80); FILE MERGED 2003/12/05 09:41:59 dr 1.78.20.2: RESYNC: (1.78-1.79); FILE MERGED 2003/11/14 11:29:41 dr 1.78.20.1: #i19600# do not try to access external docs in filters

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [9d9013f13101b57f43d1d863d581742dd9f035b2]

        INTEGRATION: CWS calc18 (1.27.80); FILE MERGED 2004/01/12 11:43:18 dr 1.27.80.2: RESYNC: (1.27-1.28); FILE MERGED 2003/10/13 11:56:03 dr 1.27.80.1: #i20957# Height -> Row Height

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [8b38be8eb54b1793f7e2e400894ea28a2b23dbed]

        INTEGRATION: CWS calc18 (1.15.4); FILE MERGED 2004/02/11 12:41:50 dr 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2003/11/14 11:29:22 dr 1.15.4.1: #i19600# do not try to access external docs in filters

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [5752d0a216d721e3bd41146111dce956160e04ab]

        INTEGRATION: CWS calc18 (1.26.2); FILE MERGED 2004/02/11 12:41:38 dr 1.26.2.4: RESYNC: (1.28-1.30); FILE MERGED 2004/01/12 11:56:16 dr 1.26.2.3: RESYNC: (1.27-1.28); FILE MERGED 2003/12/05 09:44:12 dr 1.26.2.2: RESYNC: (1.26-1.27); FILE MERGED 2003/11/14 11:29:22 dr 1.26.2.1: #i19600# do not try to access external docs in filters

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [ba541a79a1ecb2ff36ebd31556f8e8484418d8d6]

        INTEGRATION: CWS calc18 (1.44.134); FILE MERGED 2004/02/11 12:40:51 dr 1.44.134.4: RESYNC: (1.45-1.46); FILE MERGED 2003/12/05 09:44:06 dr 1.44.134.3: RESYNC: (1.44-1.45); FILE MERGED 2003/11/14 11:29:21 dr 1.44.134.2: #i19600# do not try to access external docs in filters 2003/10/13 15:00:57 dr 1.44.134.1: #112610# Make ScAddress(UINT32) ctor explicit

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [fdbec2d79b71b2b44336ff7f21bc4a43d5c696cd]

        INTEGRATION: CWS calc18 (1.8.282); FILE MERGED 2003/11/14 11:28:47 dr 1.8.282.1: #i19600# do not try to access external docs in filters

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [1315286380e6f21e0f32f526b6afae2bec6832cc]

        INTEGRATION: CWS calc18 (1.58.8); FILE MERGED 2004/02/11 12:45:19 dr 1.58.8.6: RESYNC: (1.61-1.63); FILE MERGED 2003/12/05 09:46:35 dr 1.58.8.5: RESYNC: (1.60-1.61); FILE MERGED 2003/11/18 10:30:51 dr 1.58.8.4: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:14:56 dr 1.58.8.3: RESYNC: (1.58-1.60); FILE MERGED 2003/11/05 13:10:08 dr 1.58.8.2: #i20671# correct active pane if frozen 2003/11/05 08:48:03 dr 1.58.8.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [7eb91836b733764112851f84251cf133780e6b63]

        INTEGRATION: CWS calc18 (1.9.4); FILE MERGED 2004/02/11 16:57:17 dr 1.9.4.4: #100000# merge conflict resolved 2004/02/11 12:45:10 dr 1.9.4.3: RESYNC: (1.10-1.11); FILE MERGED 2003/12/05 09:46:28 dr 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/18 10:30:52 dr 1.9.4.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [8c12c8204a2d6b800d5e29d7faf5e342335b48b0]

        INTEGRATION: CWS calc18 (1.19.2); FILE MERGED 2003/11/18 10:30:51 dr 1.19.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Lars Oppermann  <lo@openoffice.org>  [acff30cd25b28aeaa75f96c38b58203163966eaf]

        #i25594# ui events

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [24a4d08d6dd79e251a9d8c13dead3d4a65791ecc]

        INTEGRATION: CWS calc18 (1.13.158); FILE MERGED 2003/11/18 10:30:50 dr 1.13.158.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [d20db75452a3b50d76dacdc15d90f135e1608cf7]

        INTEGRATION: CWS calc18 (1.3.2); FILE MERGED 2003/12/03 10:41:08 jmarmion 1.3.2.2: #113971# - add more trace events. 2003/11/17 12:09:05 jmarmion 1.3.2.1: #113971# - add chart import trace.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [49694dcf9574a2dc900307b25c9272a524728df0]

        INTEGRATION: CWS calc18 (1.11.2); FILE MERGED 2004/02/11 12:46:37 dr 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2003/11/18 10:30:23 dr 1.11.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a930ad6e92f2d2047afa311293edec4a3be68d0f]

        INTEGRATION: CWS calc18 (1.7.46); FILE MERGED 2003/11/18 10:30:22 dr 1.7.46.3: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:20:26 dr 1.7.46.2: RESYNC: (1.7-1.9); FILE MERGED 2003/11/05 08:47:34 dr 1.7.46.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [1d1b8740d29a89495857e97c2216415af3506523]

        INTEGRATION: CWS calc18 (1.5.26); FILE MERGED 2003/11/18 10:30:22 dr 1.5.26.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [9b17f9c02b5e4168fce4d19280b65c1917dfb06c]

        INTEGRATION: CWS calc18 (1.2.2); FILE MERGED 2003/11/18 10:30:22 dr 1.2.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [4cd5b83dcfc3ac4bdfb432f1169988721d0ef375]

        INTEGRATION: CWS calc18 (1.5.24); FILE MERGED 2004/02/11 12:46:14 dr 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/03 10:40:30 jmarmion 1.5.24.1: #113971# - add more trace events.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [9f466b21b97024855738030866e9c7fecd08bf81]

        INTEGRATION: CWS calc18 (1.9.8); FILE MERGED 2004/02/11 12:46:05 dr 1.9.8.5: RESYNC: (1.10-1.11); FILE MERGED 2003/11/18 10:30:21 dr 1.9.8.4: #113975# type correctness for Excel/Calc cell address components 2003/11/14 11:28:25 dr 1.9.8.3: #i19600# do not try to access external docs in filters 2003/11/07 09:19:22 dr 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/05 08:47:34 dr 1.9.8.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [6a32482851639b95f9ac1fb22ba6e1ed3056f420]

        INTEGRATION: CWS calc18 (1.7.2); FILE MERGED 2003/11/18 10:30:20 dr 1.7.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a908c58df26af4b8b9b5dd0aebf0327d57d4b7bb]

        INTEGRATION: CWS calc18 (1.3.34); FILE MERGED 2003/12/12 09:32:09 dr 1.3.34.1: #114388# import of BIFF5 encoded byte strings broken

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [411da60bf75cb5422b74589c2c84727a78b2e5e7]

        INTEGRATION: CWS calc18 (1.5.2); FILE MERGED 2003/11/18 10:30:20 dr 1.5.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [be3c99d043d89ff432879dec02f34b287f368f8a]

        INTEGRATION: CWS calc18 (1.4.24); FILE MERGED 2004/02/11 12:45:56 dr 1.4.24.3: RESYNC: (1.4-1.5); FILE MERGED 2003/12/03 10:40:06 jmarmion 1.4.24.2: #113971# - add more trace events. 2003/11/18 10:30:19 dr 1.4.24.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [0c9427014c372306ec5594749740ad29b72f4ece]

        INTEGRATION: CWS calc18 (1.7.2); FILE MERGED 2003/11/18 10:30:18 dr 1.7.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [880c36383c8b8469bc9590c41ae62b4cc25b8f3a]

        INTEGRATION: CWS calc18 (1.3.158); FILE MERGED 2003/11/05 08:47:33 dr 1.3.158.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [e6b1774945299a142a36dad75cd0d7ba05b8ae5b]

        INTEGRATION: CWS calc18 (1.4.112); FILE MERGED 2003/11/18 10:30:18 dr 1.4.112.3: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:17:07 dr 1.4.112.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/05 08:47:33 dr 1.4.112.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [9bbddd632f6cabd1471d672dc9b35a4185ef8997]

        INTEGRATION: CWS calc18 (1.3.8); FILE MERGED 2003/11/18 10:30:17 dr 1.3.8.3: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:16:50 dr 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2003/11/05 12:10:14 dr 1.3.8.1: #i22107# export of relative file URLs in HLINK

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [bd36ab3232460c4979b809f0014afbdeebefc309]

        INTEGRATION: CWS calc18 (1.30.10); FILE MERGED 2003/11/07 09:16:42 dr 1.30.10.2: RESYNC: (1.30-1.32); FILE MERGED 2003/11/05 08:47:32 dr 1.30.10.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [60a67edc964f7cc53660759a47611d13b9243d44]

        INTEGRATION: CWS calc18 (1.29.118); FILE MERGED 2003/11/07 09:16:34 dr 1.29.118.2: RESYNC: (1.29-1.30); FILE MERGED 2003/11/05 08:47:32 dr 1.29.118.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [de3fc731a2bf41f964473c6a4e6fb6b1225bf2e8]

        INTEGRATION: CWS calc18 (1.35.8); FILE MERGED 2004/01/12 12:02:10 dr 1.35.8.3: RESYNC: (1.36-1.37); FILE MERGED 2003/11/07 09:15:27 dr 1.35.8.2: RESYNC: (1.35-1.36); FILE MERGED 2003/09/30 12:33:51 jmarmion 1.35.8.1: #109751# fix export of merged cells with multi-line text.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [f272ceb6d4633f869a92fd1d9314e65ccfe26d35]

        INTEGRATION: CWS calc18 (1.39.118); FILE MERGED 2004/02/11 12:45:29 dr 1.39.118.2: RESYNC: (1.39-1.40); FILE MERGED 2003/11/18 10:30:16 dr 1.39.118.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a8b924355817a9f8d79d007863c5691c34b5d673]

        INTEGRATION: CWS calc18 (1.10.158); FILE MERGED 2003/11/18 10:30:16 dr 1.10.158.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [b6b80efd0a332f1ba8ad2560176d2c5538242bee]

        INTEGRATION: CWS calc18 (1.6.2); FILE MERGED 2003/11/18 10:29:23 dr 1.6.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [692b92e4ff9ab0bfd301e7662240e843b5b19194]

        INTEGRATION: CWS calc18 (1.3.2); FILE MERGED 2003/12/03 10:43:44 jmarmion 1.3.2.2: #113971# - add more trace events. 2003/11/17 12:20:08 jmarmion 1.3.2.1: #113971# - add chart import trace.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [6962e35adfd341b77c7b5c9164126e0311997951]

        INTEGRATION: CWS calc18 (1.12.2); FILE MERGED 2004/02/11 12:49:17 dr 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/18 10:28:32 dr 1.12.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [7bdb0648ff078157208cd175786c73ce6f90c789]

        INTEGRATION: CWS calc18 (1.7.46); FILE MERGED 2004/02/11 17:30:35 dr 1.7.46.5: #100000# merge conflict resolved 2004/02/11 12:49:08 dr 1.7.46.4: RESYNC: (1.9-1.10); FILE MERGED 2003/11/18 10:28:31 dr 1.7.46.3: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:26:25 dr 1.7.46.2: RESYNC: (1.7-1.9); FILE MERGED 2003/11/05 08:46:48 dr 1.7.46.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [04c63d7357b93307b29483a381c2f6d931cfca5c]

        INTEGRATION: CWS calc18 (1.2.2); FILE MERGED 2003/11/07 14:39:24 dr 1.2.2.1: #112803# B4/B5/B6 ISO/JIS and other paper sizes

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [96d581b49687e654f74bd78d7338620b353ca912]

        INTEGRATION: CWS calc18 (1.5.26); FILE MERGED 2003/11/18 10:28:31 dr 1.5.26.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [c1982407510bc0d4e65dbeb4b0540cf7c76117f5]

        INTEGRATION: CWS calc18 (1.12.2); FILE MERGED 2003/11/19 08:37:22 dr 1.12.2.2: #113783# CTL font import 2003/11/18 10:28:30 dr 1.12.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [cc2781b392adc6d494de5e2fbba12e3cc1ee90c7]

        INTEGRATION: CWS calc18 (1.4.34); FILE MERGED 2003/12/12 10:34:26 dr 1.4.34.1: #114388# import of BIFF5 encoded byte strings broken

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [f4fec5d05de8afe9fbd0e0fbdca4bbbe3ba32d28]

        INTEGRATION: CWS calc18 (1.6.8); FILE MERGED 2003/11/18 10:28:30 dr 1.6.8.3: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:25:43 dr 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2003/11/05 08:46:47 dr 1.6.8.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a42f3f46e7226cc0e1b94378765bc389bb3988f2]

        INTEGRATION: CWS calc18 (1.2.2); FILE MERGED 2003/11/18 10:28:30 dr 1.2.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [e08c0000a0f3e6df8da02e2918a9d30cfea99a00]

        INTEGRATION: CWS calc18 (1.5.10); FILE MERGED 2003/11/18 10:28:29 dr 1.5.10.4: #113975# type correctness for Excel/Calc cell address components 2003/11/14 11:28:09 dr 1.5.10.3: #i19600# do not try to access external docs in filters 2003/11/07 09:25:25 dr 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2003/11/05 08:46:47 dr 1.5.10.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a714ff62e132b0e4e2e94321b83f0bcaaa88ec7e]

        INTEGRATION: CWS calc18 (1.8.2); FILE MERGED 2003/11/14 11:28:08 dr 1.8.2.1: #i19600# do not try to access external docs in filters

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a06fcdc30917e595ab052b8e022a2d5bd038623d]

        INTEGRATION: CWS calc18 (1.9.2); FILE MERGED 2004/02/11 17:30:34 dr 1.9.2.6: #100000# merge conflict resolved 2004/02/11 12:48:48 dr 1.9.2.5: RESYNC: (1.10-1.12); FILE MERGED 2003/12/05 09:48:44 dr 1.9.2.4: RESYNC: (1.9-1.10); FILE MERGED 2003/12/03 10:44:08 jmarmion 1.9.2.3: #113971# - add more trace events. 2003/11/18 10:28:29 dr 1.9.2.2: #113975# type correctness for Excel/Calc cell address components 2003/11/17 12:19:08 jmarmion 1.9.2.1: #113971# - add chart import trace.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [83b837106509c3ab4ef1eb3914285176edbcbd40]

        INTEGRATION: CWS calc18 (1.7.2); FILE MERGED 2003/12/03 10:43:15 jmarmion 1.7.2.3: #113971# - add more trace events. 2003/11/18 10:28:28 dr 1.7.2.2: #113975# type correctness for Excel/Calc cell address components 2003/11/11 17:24:15 jmarmion 1.7.2.1: #i21492# - fix zero termination for URL fields.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [87f9dae1623b372823eaa41afb3109a9663bfcac]

        INTEGRATION: CWS calc18 (1.10.2); FILE MERGED 2003/11/19 09:30:50 dr 1.10.2.1: #114008# export of CJK/CTL fonts

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [7df5261aa6b58d846430f647fb96b7a73020bf17]

        INTEGRATION: CWS calc18 (1.7.46); FILE MERGED 2003/11/18 10:28:28 dr 1.7.46.3: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:24:15 dr 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/05 08:46:47 dr 1.7.46.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [da4939d399cfc74e1bd0f381db2fcb9297358ef2]

        INTEGRATION: CWS calc18 (1.2.2); FILE MERGED 2003/11/18 10:28:28 dr 1.2.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [bf1bc5ad386a552f8295358dcb952b7e5f824ca0]

        INTEGRATION: CWS calc18 (1.4.112); FILE MERGED 2003/11/18 10:28:27 dr 1.4.112.4: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:23:56 dr 1.4.112.3: RESYNC: (1.4-1.5); FILE MERGED 2003/11/05 10:11:13 dr 1.4.112.2: #112908# handle docs consisting of unexportable sheets only 2003/11/05 08:46:46 dr 1.4.112.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [1c7d8303aa1f3495d660c944df6f8ea67ab82ee7]

        INTEGRATION: CWS calc18 (1.5.8); FILE MERGED 2003/11/18 10:28:27 dr 1.5.8.3: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:23:37 dr 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2003/11/05 12:10:04 dr 1.5.8.1: #i22107# export of relative file URLs in HLINK

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [f76fa9de534760b974670c39572e1603588dd784]

        INTEGRATION: CWS calc18 (1.41.2); FILE MERGED 2003/12/03 10:42:49 jmarmion 1.41.2.3: #113971# - add more trace events. 2003/11/18 10:28:26 dr 1.41.2.2: #113975# type correctness for Excel/Calc cell address components 2003/11/17 12:17:51 jmarmion 1.41.2.1: #113971# - add chart import trace.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [4697c0fdcd02bb8b6327e33d292aafb12ba9d9ab]

        INTEGRATION: CWS calc18 (1.15.134); FILE MERGED 2003/11/07 09:23:30 dr 1.15.134.2: RESYNC: (1.15-1.16); FILE MERGED 2003/11/05 08:46:46 dr 1.15.134.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [dab9b390bb9d72ca957a8a93c83ba830923b2117]

        INTEGRATION: CWS calc18 (1.55.6); FILE MERGED 2004/02/11 17:30:34 dr 1.55.6.6: #100000# merge conflict resolved 2004/02/11 12:48:04 dr 1.55.6.5: RESYNC: (1.58-1.59); FILE MERGED 2003/12/05 09:48:35 dr 1.55.6.4: RESYNC: (1.57-1.58); FILE MERGED 2003/11/18 10:28:26 dr 1.55.6.3: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:23:12 dr 1.55.6.2: RESYNC: (1.55-1.57); FILE MERGED 2003/11/05 08:46:46 dr 1.55.6.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [a703c4da64f507720546e98c94cdba7e55ca5df8]

        INTEGRATION: CWS calc18 (1.15.148); FILE MERGED 2004/02/11 12:47:55 dr 1.15.148.2: RESYNC: (1.15-1.16); FILE MERGED 2003/11/05 08:46:45 dr 1.15.148.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [514db952eca779359f94b6b9eb5ba6e8e5620ef5]

        INTEGRATION: CWS calc18 (1.42.118); FILE MERGED 2003/11/18 10:28:26 dr 1.42.118.4: #113975# type correctness for Excel/Calc cell address components 2003/11/10 13:41:33 dr 1.42.118.3: #112621# do not show scenario border in impoerted docs 2003/11/07 09:23:05 dr 1.42.118.2: RESYNC: (1.42-1.43); FILE MERGED 2003/11/05 08:46:45 dr 1.42.118.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [021746ff929fab758ed25a50d6145774e60553bc]

        INTEGRATION: CWS calc18 (1.66.6); FILE MERGED 2003/12/05 09:48:27 dr 1.66.6.5: RESYNC: (1.67-1.69); FILE MERGED 2003/11/18 10:28:25 dr 1.66.6.4: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:22:59 dr 1.66.6.3: RESYNC: (1.66-1.67); FILE MERGED 2003/11/05 08:46:45 dr 1.66.6.2: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot 2003/09/30 12:34:45 jmarmion 1.66.6.1: #109751# fix export of merged cells with multi-line text.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [749acd3c7a132773dc3cfb5c6238d3185a11c0d4]

        INTEGRATION: CWS calc18 (1.28.2); FILE MERGED 2004/02/11 17:30:33 dr 1.28.2.5: #100000# merge conflict resolved 2004/02/11 12:47:46 dr 1.28.2.4: RESYNC: (1.29-1.30); FILE MERGED 2003/12/05 09:48:21 dr 1.28.2.3: RESYNC: (1.28-1.29); FILE MERGED 2003/11/18 10:28:24 dr 1.28.2.2: #113975# type correctness for Excel/Calc cell address components 2003/11/17 12:11:08 jmarmion 1.28.2.1: #113971# - add chart import trace.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [1b9b99b4fbe2b81540ef6c3743e1932153e21ed3]

        INTEGRATION: CWS calc18 (1.86.8); FILE MERGED 2004/02/11 12:47:37 dr 1.86.8.4: RESYNC: (1.87-1.89); FILE MERGED 2003/11/18 10:28:24 dr 1.86.8.3: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:22:39 dr 1.86.8.2: RESYNC: (1.86-1.87); FILE MERGED 2003/11/05 08:46:44 dr 1.86.8.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [2b36fb3f42446d7e46841ccbb5d2c55715147505]

        INTEGRATION: CWS calc18 (1.25.2); FILE MERGED 2003/12/03 10:42:25 jmarmion 1.25.2.2: #113971# - add more trace events. 2003/11/18 10:28:24 dr 1.25.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [855d72f904336deee7d300ab72adce89282dd9ca]

        INTEGRATION: CWS calc18 (1.22.2); FILE MERGED 2003/12/03 10:42:04 jmarmion 1.22.2.2: #113971# - add more trace events. 2003/11/18 10:28:23 dr 1.22.2.1: #113975# type correctness for Excel/Calc cell address components

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [dfa4b99f6adb8bcf22500f84f12c7fde34d225a7]

        INTEGRATION: CWS calc18 (1.48.8); FILE MERGED 2003/11/18 10:28:23 dr 1.48.8.4: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:22:10 dr 1.48.8.3: RESYNC: (1.48-1.49); FILE MERGED 2003/11/05 08:46:44 dr 1.48.8.2: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot 2003/09/30 12:35:23 jmarmion 1.48.8.1: #109751# fix export of merged cells with multi-line text.

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [6eec26d21f3a9f2e02485ab4e8ac19dfb1419476]

        INTEGRATION: CWS calc18 (1.18.118); FILE MERGED 2003/11/18 10:28:22 dr 1.18.118.3: #113975# type correctness for Excel/Calc cell address components 2003/11/07 09:21:44 dr 1.18.118.2: RESYNC: (1.18-1.20); FILE MERGED 2003/11/05 08:46:43 dr 1.18.118.1: #112908# visible/selected sheet handling; ScExtDocOptions to XclRoot

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [b180daddfa10cef60b67b6851c50d5207abc885b]

        INTEGRATION: CWS calc18 (1.60.8); FILE MERGED 2004/01/13 09:07:56 dr 1.60.8.5: #100000# const correctness 2003/12/05 09:48:08 dr 1.60.8.4: RESYNC: (1.60-1.61); FILE MERGED 2003/11/05 08:42:53 dr 1.60.8.3: dump EXTERNNAME 2003/10/31 12:17:16 dr 1.60.8.2: support for PLS 2003/10/29 11:17:46 dr 1.60.8.1: additions in formula dumper - token classes

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [36fddc9459bb39871500e1082d64acc6ec404f90]

        INTEGRATION: CWS calc18 (1.50.32); FILE MERGED 2004/02/11 12:50:58 dr 1.50.32.4: RESYNC: (1.53-1.54); FILE MERGED 2004/01/12 12:06:38 dr 1.50.32.3: RESYNC: (1.52-1.53); FILE MERGED 2003/12/05 09:50:52 dr 1.50.32.2: RESYNC: (1.50-1.52); FILE MERGED 2003/10/13 15:00:43 dr 1.50.32.1: #112610# Make ScAddress(UINT32) ctor explicit

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [5119552ed75141c99983ae58474527c5c561e34b]

        INTEGRATION: CWS calc18 (1.19.22); FILE MERGED 2004/02/11 12:50:33 dr 1.19.22.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/14 11:27:37 dr 1.19.22.1: #i19600# do not try to access external docs in filters

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [70cf78756e67cab59314c75f62f8016ea7d4d43c]

        INTEGRATION: CWS calc18 (1.9.262); FILE MERGED 2003/11/14 11:27:09 dr 1.9.262.1: #i19600# do not try to access external docs in filters

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [6b9448796669645a3c4cec2d60904c60bf609335]

        INTEGRATION: CWS calc18 (1.6.158); FILE MERGED 2003/12/05 09:52:10 dr 1.6.158.2: RESYNC: (1.6-1.7); FILE MERGED 2003/11/05 08:44:22 dr 1.6.158.1: #112908# excel export: visible/selected sheet handling

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [ed5d1fcb3cdda896515be0542511265577f49ecc]

        INTEGRATION: CWS calc18 (1.24.34); FILE MERGED 2004/02/11 12:54:59 dr 1.24.34.3: RESYNC: (1.25-1.26); FILE MERGED 2004/01/12 12:08:55 dr 1.24.34.2: RESYNC: (1.24-1.25); FILE MERGED 2003/10/13 15:00:25 dr 1.24.34.1: #112610# Make ScAddress(UINT32) ctor explicit

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [e2d09084e701a93d7fd18adace80ecd0be96f447]

        INTEGRATION: CWS calc18 (1.69.16); FILE MERGED 2004/02/11 12:54:31 dr 1.69.16.3: RESYNC: (1.71-1.72); FILE MERGED 2003/12/05 09:51:42 dr 1.69.16.2: RESYNC: (1.69-1.71); FILE MERGED 2003/11/14 11:27:09 dr 1.69.16.1: #i19600# do not try to access external docs in filters

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [c32ba7ea1070613e25dc3f1f97ea8d2e3e59fac5]

        INTEGRATION: CWS calc18 (1.24.32); FILE MERGED 2003/12/05 09:39:27 dr 1.24.32.2: RESYNC: (1.24-1.25); FILE MERGED 2003/11/10 11:45:31 dr 1.24.32.1: #i22280# BIN,DEC,OCT,HEX use doubles for limits now

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [c019a87be0975e81c2727f208f33227265bf2a5b]

        INTEGRATION: CWS calc18 (1.40.32); FILE MERGED 2004/02/11 12:24:18 dr 1.40.32.2: RESYNC: (1.40-1.41); FILE MERGED 2003/11/10 11:45:30 dr 1.40.32.1: #i22280# BIN,DEC,OCT,HEX use doubles for limits now

2004-03-02  Rüdiger Timm  <rt@openoffice.org>  [0a5fb4715cb3ddb7b0bd758dad1714b6ec3cb85f]

        INTEGRATION: CWS calc18 (1.33.32); FILE MERGED 2003/11/10 11:45:30 dr 1.33.32.2: #i22280# BIN,DEC,OCT,HEX use doubles for limits now 2003/11/10 10:54:59 dr 1.33.32.1: #i15348# fixed RANDBETWEEN

2004-03-01  Kurt Zenker  <kz@openoffice.org>  [b523333527a5270e64cd40d22d40de3f8b1f6430]

        #100000# do not use includes from svx (CD)

2004-03-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [84efd799a98ae65c34f488f601c104e167815580]

        #i24239# a bit of hack to ease transition

2004-03-01  Kurt Zenker  <kz@openoffice.org>  [b33baa5c0cfc94d84485ae019c87ffed05dd574c]

        #100000# merge missing changes (CD)

2004-03-01  Kurt Zenker  <kz@openoffice.org>  [5b95d4e19f0eea6a738facfb5b6e4f2789ab8dbe]

        #100000# declare variable i once

2004-03-01  Lars Oppermann  <lo@openoffice.org>  [a95cef65f1cef237d4a73ba92a75b62a27cfdef5]

        #i25594# other event types

2004-03-01  Kurt Zenker  <kz@openoffice.org>  [298f904898b5884ee702b08e46a609233768f4ab]

        #100000 use menucfg once ( CD )

2004-03-01  Kurt Zenker  <kz@openoffice.org>  [02fb5817254ac7484d4953f260656d3b92d657dc]

        #100000# do not link -lpyton fr linux (SB)

2004-02-27  Armin Weiss  <aw@openoffice.org>  [a17bb0b9921c001e95896349c0748a111a52c8d3]

        #110098# Changes for Changetracking.sdc

2004-02-27  Lars Oppermann  <lo@openoffice.org>  [a8f5420adc32465d43053a922295cc067553046f]

        #i25594# event type strings

2004-02-27  Lars Oppermann  <lo@openoffice.org>  [ddbb3e1ba8d2f86544bc52314c7134987e6c4bc7]

        #i25594# event type strings

2004-02-27  Lars Oppermann  <lo@openoffice.org>  [cebd8de4b2e2effb25665e4ce26765c32049a6bb]

        #i25594# event type strings

2004-02-27  Rüdiger Timm  <rt@openoffice.org>  [f30558325f227a1ef761cf658f186d2465c86565]

        #i10000# Add dummy option -p as it is statet in the header.

2004-02-27  Kurt Zenker  <kz@openoffice.org>  [34638927992ed6510c032d949f866a4ef6d8629d]

        #100000# use lpyton even for linux (SB)

2004-02-27  Armin Weiss  <aw@openoffice.org>  [b2f3066ce5f5ca93fdb4c33e6c7711c7d4dd7237]

        #110098# Changes for detective.sdc

2004-02-27  Kurt Zenker  <kz@openoffice.org>  [a64fa2a1f86e2130a48f4d6065191b789cde2789]

        #100000# syntax

2004-02-27  Armin Weiss  <aw@openoffice.org>  [5497571540da86569afd40a3cafe94f686b72291]

        #110098# Changes for testfile Cellformats.sdc

2004-02-27  Rüdiger Timm  <rt@openoffice.org>  [a2222eeb88d30320241d721fe08c0c5a833be7c3]

        #i10000# mkdir.pl does not need option -p. Even more, in it's current implementation it creates a directory with that name, so don't use this option here.

2004-02-27  Rüdiger Timm  <rt@openoffice.org>  [97c626e82cc91bd9c953968143657827ca2a8d62]

        new version for SRC680

2004-02-27  Rüdiger Timm  <rt@openoffice.org>  [0e7c9c56239f3fbc0903f6d11cc256aa7f15bc87]

        new version for SRC680

2004-02-27  Kurt Zenker  <kz@openoffice.org>  [ce61fbc66108dc4a0267167544a5ea0a27118714]

        new version for SRC680

2004-02-27  Kurt Zenker  <kz@openoffice.org>  [4575a00550e65cd6341310945d93ceeb2f499c0b]

        new version for SRC680

2004-02-27  Kurt Zenker  <kz@openoffice.org>  [31f25160fe5a72c55f371508ae4b0f7007bba53d]

        new version for SRC680

2004-02-27  Kurt Zenker  <kz@openoffice.org>  [f5ad2b4f398c86ed078be8dabeaa0f14ce583e42]

        new version for SRC680

2004-02-27  Kurt Zenker  <kz@openoffice.org>  [7fb7e0e24a478cf5b424ce8d3c989f6aea79fe7b]

        new version for SRC680

2004-02-26  Rüdiger Timm  <rt@openoffice.org>  [e336f0de83491535094c65e9b6e58d28fa9cd02f]

        new version for SRC680

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0ffc1f791e7f10e7a7667d7a87401e8fac29cbe0]

        new version for SRC680

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [02d34de281504f97b21feb5f27e321af8dd590b6]

        SRC680

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [03266ff5a4cfa2f30b7a7cdb2f8d4844d14a80f1]

        INTEGRATION: CWS aw008 (1.13.294); FILE MERGED 2004/02/11 16:02:37 aw 1.13.294.1: #115423#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [54d7d97c4aa9636ba3e641000663c26bd96e63ef]

        INTEGRATION: CWS aw008 (1.36.40); FILE MERGED 2004/02/04 16:04:12 aw 1.36.40.2: #114359# 2004/02/04 14:04:42 aw 1.36.40.1: #115255#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [03e57f7dceae299e084bac90ed8fd33f5a7dac0f]

        INTEGRATION: CWS aw008 (1.38.24); FILE MERGED 2004/02/11 16:02:23 aw 1.38.24.1: #115423#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2d200f9e8b7a685341230f33fcab42484a1127c1]

        INTEGRATION: CWS aw008 (1.15.42); FILE MERGED 2004/02/06 16:54:08 aw 1.15.42.1: #109872#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0eded13d3ef102b6bc9a69441602c7c6c75ee8ff]

        INTEGRATION: CWS aw008 (1.26.42); FILE MERGED 2004/02/18 14:04:03 aw 1.26.42.1: #110649#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [cedcba4d631e29471bb369f5a9ed48bfdd041ed0]

        INTEGRATION: CWS aw008 (1.17.40); FILE MERGED 2004/02/16 16:50:21 aw 1.17.40.1: #110988#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [893fdfb52c66bd7ba459cc158548bbf159ea9f19]

        INTEGRATION: CWS aw008 (1.52.26); FILE MERGED 2004/02/11 16:02:22 aw 1.52.26.1: #115423#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5a4a689b2aa29f06cdcd392b67e869854103a736]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/18 16:10:42 aw 1.2.42.1: #115593#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [bb04a808d6b2ed9df417023cb5634db274cbc4f1]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/17 12:51:05 aw 1.2.42.2: #114735# Added removal from DrawHierarchy BaseLevel when ViewObjectContact is removed. 2004/02/05 11:20:36 aw 1.2.42.1: #114735# Added mechanism to remember all created VOCs at OC to be able to delete such ones which may not be in DrawHierarchy. Added TryToGet(SdrObject/SdrPage) methods to VC.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [69144e3ad06dc76a1a72216db02b7679d0591281]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/18 16:10:26 aw 1.2.42.3: #115593# 2004/02/11 17:12:50 aw 1.2.42.2: #114938# 2004/02/05 11:20:35 aw 1.2.42.1: #114735# Added mechanism to remember all created VOCs at OC to be able to delete such ones which may not be in DrawHierarchy. Added TryToGet(SdrObject/SdrPage) methods to VC.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [01decd3cb7519124d7178dc8486f4c61f8dfdd86]

        INTEGRATION: CWS aw008 (1.4.14); FILE MERGED 2004/02/05 11:20:34 aw 1.4.14.1: #114735# Added mechanism to remember all created VOCs at OC to be able to delete such ones which may not be in DrawHierarchy. Added TryToGet(SdrObject/SdrPage) methods to VC.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [68d8c32422f07810fa635fceff3c5d438b686683]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/11 17:12:50 aw 1.2.42.1: #114938#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0dfd022fb690310e4628d659d5627c83b1fe3022]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/05 11:20:34 aw 1.2.42.1: #114735# Added mechanism to remember all created VOCs at OC to be able to delete such ones which may not be in DrawHierarchy. Added TryToGet(SdrObject/SdrPage) methods to VC.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c825664a4ba017bd6a53993af4fbb1e934929cf9]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/11 17:12:49 aw 1.2.42.3: #114938# 2004/02/04 16:03:18 aw 1.2.42.2: #114359# 2004/02/04 14:03:48 aw 1.2.42.1: #115255#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [fd1008ffeb9486c37a7179b9425b3ab7d086c9fa]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/17 12:51:05 aw 1.2.42.2: #114735# Added removal from DrawHierarchy BaseLevel when ViewObjectContact is removed. 2004/02/05 11:20:32 aw 1.2.42.1: #114735# Added mechanism to remember all created VOCs at OC to be able to delete such ones which may not be in DrawHierarchy. Added TryToGet(SdrObject/SdrPage) methods to VC.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c77c85010ee20c0fcb122dd08856512e06cc9c47]

        INTEGRATION: CWS aw008 (1.3.32); FILE MERGED 2004/02/11 17:12:49 aw 1.3.32.1: #114938#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [99292c2c5391ab568707069c828ba2939d83c7ce]

        INTEGRATION: CWS aw008 (1.19.26); FILE MERGED 2004/02/16 16:50:05 aw 1.19.26.1: #110988#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f4e2f66bf5e78d39efad4a7344e499c7e635ba7b]

        INTEGRATION: CWS aw008 (1.30.14); FILE MERGED 2004/02/16 16:50:04 aw 1.30.14.1: #110988#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6e4e4229848a0a3270b5d85993ef4b6a373f77e8]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/18 16:10:11 aw 1.2.42.2: #115593# 2004/02/05 11:20:05 aw 1.2.42.1: #114735# Added mechanism to remember all created VOCs at OC to be able to delete such ones which may not be in DrawHierarchy. Added TryToGet(SdrObject/SdrPage) methods to VC.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c766156493ecb03aaf57d7de68be173fdc27c5eb]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/05 11:20:04 aw 1.2.42.1: #114735# Added mechanism to remember all created VOCs at OC to be able to delete such ones which may not be in DrawHierarchy. Added TryToGet(SdrObject/SdrPage) methods to VC.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8198dce0c90346c4b223c15008152c06896c012e]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/05 11:20:03 aw 1.2.42.1: #114735# Added mechanism to remember all created VOCs at OC to be able to delete such ones which may not be in DrawHierarchy. Added TryToGet(SdrObject/SdrPage) methods to VC.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e846eca3feeda8600ce41ab0262675a5714cfd66]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/04 14:03:06 aw 1.2.42.1: #115255

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [a5bc67efed74c09746ce35bc340860339dce3e45]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/05 11:20:02 aw 1.2.42.1: #114735# Added mechanism to remember all created VOCs at OC to be able to delete such ones which may not be in DrawHierarchy. Added TryToGet(SdrObject/SdrPage) methods to VC.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6c317044bce57f5d883f16b1acc2c52cca41304b]

        INTEGRATION: CWS aw008 (1.2.42); FILE MERGED 2004/02/11 17:12:14 aw 1.2.42.1: #114938#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8a1410c780925d29d38303b14a9a915ca38ddd3f]

        INTEGRATION: CWS aw008 (1.2.148); FILE MERGED 2004/02/16 16:48:39 aw 1.2.148.1: #110988#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [10d741501f89ad0d16b0739130b2cc722b34eefc]

        INTEGRATION: CWS aw008 (1.2.148); FILE MERGED 2004/02/04 12:14:24 aw 1.2.148.1: #110270# Take care of 0.0 and 1.0 cases in 3d polygon clipping

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [9becce7825320b18ef730603c71abf6e707cb855]

        INTEGRATION: CWS aw008 (1.2.154); FILE MERGED 2004/02/16 16:47:16 aw 1.2.154.1: #110988#

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [da2eabfe1c13679f0082de738383ac7dedeefe7e]

        INTEGRATION: CWS aw008 (1.2.392); FILE MERGED 2004/02/26 10:33:21 aw 1.2.392.2: #i24434# One more change was necessary from the OS code 2004/02/06 14:10:55 aw 1.2.392.1: #i24434#
        
        Since Items are used in ItemPool and in default constructed ItemSets with
         full pool range, all items need to be clonable. Thus, this one needed to be
         corrected

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [4a845a1718abb69d51e5f673d79eb126deb375de]

        INTEGRATION: CWS swlinespacing (1.2.38); FILE MERGED 2004/01/15 08:44:33 pb 1.2.38.1: fix: #i24339# line spacing flag added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1244a9dbab17427bb17a5014ec5ee4a459dafb06]

        INTEGRATION: CWS swlinespacing (1.1.42); FILE MERGED 2004/01/15 08:45:04 pb 1.1.42.1: fix: #i24339# line spacing flag added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [865325bf8c23851520dec3705f90c18f057ccd04]

        INTEGRATION: CWS swlinespacing (1.2.74); FILE MERGED 2004/01/15 08:46:01 pb 1.2.74.1: fix: #i24339# line spacing flag added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [cdfd3ca34a915a6561a8bfbb8ddfa729355df179]

        INTEGRATION: CWS swlinespacing (1.6.72); FILE MERGED 2004/01/16 08:50:27 od 1.6.72.1: #i11859# - add optional property <UseFormerLineSpacing>

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b60d20d6631af4ff0ec8851224c18c10b4dde207]

        INTEGRATION: CWS swlinespacing (1.30.82); FILE MERGED 2004/01/12 15:11:53 od 1.30.82.1: #i11859# - load&save of new document option "Use former line spacing"

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ce765c7272e9e6ae6d7cd1981f112575551c980f]

        INTEGRATION: CWS swlinespacing (1.2.106); FILE MERGED 2004/01/15 08:50:21 pb 1.2.106.1: fix: #i24339# line spacing flag added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2adf03caa5b1100532b0058e4e28faa27cb48db8]

        INTEGRATION: CWS swlinespacing (1.2.106); FILE MERGED 2004/01/15 08:50:40 pb 1.2.106.1: fix: #i24339# line spacing flag added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8228a60b092a2f7583be1f475a2df839c4290751]

        INTEGRATION: CWS swlinespacing (1.2.106); FILE MERGED 2004/01/15 08:50:41 pb 1.2.106.1: fix: #i24339# line spacing flag added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f86d255fecf8976403719807e6ffd7692c00dbd1]

        INTEGRATION: CWS swlinespacing (1.71.102); FILE MERGED 2004/01/12 15:03:34 od 1.71.102.1: #i11859# method <SwXMLImport::SetConfigurationSettings(..)> 	 - special case for document setting <UseFormerLineSpacing>

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c41adc31f86f1ada3510b3e3662398c801eea647]

        INTEGRATION: CWS swlinespacing (1.42.48); FILE MERGED 2004/01/12 15:00:40 od 1.42.48.1: #i11859# - implementation of new methods <ViewShell::IsFormerLineSpacing()> 		and <ViewShell::SetUseFormerLineSpacing(..)>

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [7cfd9c260742a3946fb4bf9eabfbfb6ef1b2efbc]

        INTEGRATION: CWS swlinespacing (1.67.10); FILE MERGED 2004/01/12 14:58:57 od 1.67.10.1: #i11859# - adjustments and improvement for new consideration of the 		line spacing (option "Use OOo 1.1 line spacing")

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [74d7634c58c43300b08a458a1f4561e82c791d99]

        INTEGRATION: CWS swlinespacing (1.39.64); FILE MERGED 2004/02/06 08:37:32 od 1.39.64.2: RESYNC: (1.39-1.40); FILE MERGED 2004/01/12 14:56:00 od 1.39.64.1: #i11859# - use new method <SwLineLayout::MaxAscentDescent(..)>

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ad7e52ea4664512f9d66bced843d6b1b266a2e8b]

        INTEGRATION: CWS swlinespacing (1.17.94); FILE MERGED 2004/01/12 14:53:56 od 1.17.94.1: #i11859# class <SwLineLayout> - new method <MaxAscentDescent(..)>

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [9bc3eec3106953b1d6262fc3ee2609b2ac5bba79]

        INTEGRATION: CWS swlinespacing (1.43.84); FILE MERGED 2004/01/12 14:52:39 od 1.43.84.1: #i11859# - implementation of new method <SwLineLayout::MaxAscentDescent(..)

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [29602a76732ce56a3934b7f7ebb940387f50ec7a]

        INTEGRATION: CWS swlinespacing (1.54.10); FILE MERGED 2004/02/06 08:41:29 od 1.54.10.2: RESYNC: (1.54-1.55); FILE MERGED 2004/01/12 14:49:08 od 1.54.10.1: #i11859# class <SwCntntNotify> - add invalidation for changed height of 		last text line

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5d0ab4a8ffaf86de3764b7db20bd78d52babd8e1]

        INTEGRATION: CWS swlinespacing (1.26.60); FILE MERGED 2004/02/06 08:40:43 od 1.26.60.2: RESYNC: (1.26-1.28); FILE MERGED 2004/01/12 09:37:16 od 1.26.60.1: #i11859# <SwFlowFrm::CalcUpperSpace(..)> - adjustments for new line 		spacing consideration

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8eb6368f5a5e32afa44126fc6c75b219fd342acd]

        INTEGRATION: CWS swlinespacing (1.18.348); FILE MERGED 2004/02/06 08:40:30 od 1.18.348.3: RESYNC: (1.18-1.19); FILE MERGED 2004/01/12 14:32:15 od 1.18.348.2: #i11859# method <SwTxtFrm::InvalidateNextPrtArea()> - correct invalidation 		for section frames and its content 2004/01/12 09:34:41 od 1.18.348.1: #i11859# - implementation of method <SwTxtFrm::InvalidateNextPrtArea()>

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [aaa494cf637886486b485244a2de1d1e6bdaeb75]

        INTEGRATION: CWS swlinespacing (1.33.10); FILE MERGED 2004/02/06 08:46:52 od 1.33.10.2: RESYNC: (1.33-1.34); FILE MERGED 2004/01/12 09:32:44 od 1.33.10.1: #i11859# class <SwTxtFrm> - new methods <GetHeightOfLastLineForPropLineSpacing()> 		and <InvalidateNextPrtArea()>

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c2c6eecb8ab2b03b4e313fa322512b7318b2fe8a]

        INTEGRATION: CWS swlinespacing (1.10.310); FILE MERGED 2004/02/06 08:45:15 od 1.10.310.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/12 09:29:36 od 1.10.310.1: #i11859# class <SwCntntNotify> - new private members <mbChkHeightOfLastLine> 		and <mnHeightOfLastLine>

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1e5590f2bce68a526b4c8a49a58dde21ccf05f72]

        INTEGRATION: CWS swlinespacing (1.32.10); FILE MERGED 2004/02/06 08:49:24 od 1.32.10.2: RESYNC: (1.32-1.33); FILE MERGED 2004/01/15 08:48:50 pb 1.32.10.1: fix: #i24339# set default of line spacing

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [479258824fab1528870557a41a6c92f038d8dca9]

        INTEGRATION: CWS swlinespacing (1.29.106); FILE MERGED 2004/01/12 09:24:37 od 1.29.106.1: #i11859# class <ViewShell> - methods to access option "Use former OOo 1.1 		line spacing" at document.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [9b4ea140a5666110089daedb4dfa8dc6b2560562]

        INTEGRATION: CWS swlinespacing (1.51.102); FILE MERGED 2004/02/06 08:52:42 od 1.51.102.2: RESYNC: (1.51-1.52); FILE MERGED 2004/01/12 09:22:45 od 1.51.102.1: #i11859# class <SwDoc> - introduce new option "Use former OOo 1.1 line spacing"

2004-02-26  Oliver Bolte  <obo@openoffice.org>  [6bc722c8220061acbacca05b56accb37924b1dcf]

        some initial changes

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [62b49e2124803b7d70343633935229ba96549656]

        INTEGRATION: CWS ab06q (1.52.14); FILE MERGED 2004/02/13 13:57:38 ab 1.52.14.1: #115447# #i25398# Merge pp2 fixes to src680

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [dd2cc6c17ebed30b92631bda30beb1e3f5140a4b]

        INTEGRATION: CWS hiddentext (1.23.10); FILE MERGED 2004/01/12 11:30:01 fme 1.23.10.2: RESYNC: (1.23-1.24); FILE MERGED 2003/12/19 12:24:50 os 1.23.10.1: #i23061# NonprintingCharacter/HiddenCharacter added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [22a46bd5b0f5672c7e523e3ecc58bdaaa485e682]

        INTEGRATION: CWS hiddentext (1.18.36); FILE MERGED 2004/02/16 09:19:43 fme 1.18.36.3: RESYNC: (1.19-1.20); FILE MERGED 2004/02/10 10:21:10 fme 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/14 14:47:40 cmc 1.18.36.1: #i24177# add hidden text hintid to rtf importer

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e62e18f84029ad9765687317a42e1e82f08ce353]

        INTEGRATION: CWS hiddentext (1.20.38); FILE MERGED 2004/02/16 09:19:35 fme 1.20.38.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/14 14:48:02 cmc 1.20.38.1: #i24177# import hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [63d80a7061954c0d14e0bf7b85152b5f90cb93fd]

        INTEGRATION: CWS hiddentext (1.71.226); FILE MERGED 2004/01/12 10:36:17 fme 1.71.226.2: RESYNC: (1.71-1.72); FILE MERGED 2003/12/17 15:07:03 os 1.71.226.1: #i23614# new Feature: Hidden text - charhiddenitem.cxx

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [4082abeca11821b54ea7e49ecc44cb1ee12f38c1]

        INTEGRATION: CWS hiddentext (1.11.116); FILE MERGED 2004/02/16 09:27:39 fme 1.11.116.2: RESYNC: (1.11-1.12); FILE MERGED 2003/12/17 15:06:47 os 1.11.116.1: #i23614# new Feature: Hidden text - charhiddenitem.cxx

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5cce2b49d1c16e114ce0b4f4fce561b9c53de7a6]

        INTEGRATION: CWS hiddentext (1.1.2); FILE ADDED 2003/12/17 15:07:29 os 1.1.2.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5679b832e088286601654e18134e1213bfba51b1]

        INTEGRATION: CWS hiddentext (1.67.226); FILE MERGED 2004/01/12 10:52:13 fme 1.67.226.2: RESYNC: (1.67-1.68); FILE MERGED 2003/12/17 14:42:40 os 1.67.226.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [a349ee480528434d902e661d5323ec3922b28e0d]

        INTEGRATION: CWS hiddentext (1.12.542); FILE MERGED 2003/12/17 14:42:40 os 1.12.542.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [4332129703cb650e77a383f7835c2ea48857f4dd]

        INTEGRATION: CWS hiddentext (1.78.100); FILE MERGED 2004/02/16 09:37:59 fme 1.78.100.2: RESYNC: (1.78-1.79); FILE MERGED 2003/12/17 14:42:42 os 1.78.100.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [cd19c483cd8bb05257e005bc0c3a5bf9f6ba71b6]

        INTEGRATION: CWS hiddentext (1.77.34); FILE MERGED 2004/02/16 10:17:30 fme 1.77.34.3: RESYNC: (1.78-1.80); FILE MERGED 2004/01/12 11:10:48 fme 1.77.34.2: RESYNC: (1.77-1.78); FILE MERGED 2003/12/17 15:06:03 os 1.77.34.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [07e786787af00154c7ee36ba3869fc0da83f7bb8]

        INTEGRATION: CWS hiddentext (1.12.38); FILE MERGED 2004/02/16 10:32:44 fme 1.12.38.2: RESYNC: (1.12-1.13); FILE MERGED 2004/01/14 14:47:21 cmc 1.12.38.1: #i24177# add hidden text hintid to rtf importer

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c8f432c93c090ed211bdca345764c28889b5cd73]

        INTEGRATION: CWS hiddentext (1.1.2); FILE ADDED 2003/12/17 15:08:54 os 1.1.2.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [663e2e8c31abd3d9978b56668889c766be0bc515]

        INTEGRATION: CWS hiddentext (1.23.54); FILE MERGED 2003/12/19 12:24:27 os 1.23.54.1: #i23061# CharHidden added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8c33059376e68540d4685e16bc2dd63b73bdf024]

        INTEGRATION: CWS hiddentext (1.72.94); FILE MERGED 2004/02/16 09:05:18 fme 1.72.94.3: RESYNC: (1.73-1.74); FILE MERGED 2004/02/10 10:08:22 fme 1.72.94.2: RESYNC: (1.72-1.73); FILE MERGED 2004/01/06 12:39:21 dvo 1.72.94.1: #i23659# load/save hidden flag (text:display=none/true)

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2733936b0bf5b3f039073174d4b5ee361c4b0111]

        INTEGRATION: CWS hiddentext (1.20.216); FILE MERGED 2004/01/06 12:38:12 dvo 1.20.216.1: #i23659# load/save hidden flag (text:display=none/true)

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ecab6156252799380a48123658fb766099b6c5fa]

        INTEGRATION: CWS hiddentext (1.58.106); FILE MERGED 2004/01/06 12:53:42 dvo 1.58.106.1: #i23659# load/save hidden attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [21a12907fcf3e8a57b253d8bd36bc8ff73952f59]

        INTEGRATION: CWS hiddentext (1.24.86); FILE MERGED 2004/02/16 08:25:06 fme 1.24.86.2: RESYNC: (1.24-1.25); FILE MERGED 2003/12/16 15:52:36 fme 1.24.86.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ab4435c28e636213e3f223a6ce4dba809cd4ddcb]

        INTEGRATION: CWS hiddentext (1.82.82); FILE MERGED 2004/02/16 08:26:49 fme 1.82.82.3: RESYNC: (1.83-1.84); FILE MERGED 2004/02/10 09:20:59 fme 1.82.82.2: RESYNC: (1.82-1.83); FILE MERGED 2004/01/07 07:12:43 os 1.82.82.1: #i23614# switch off hidden character/paragraph and field commands in PDF export

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [7e6923607a54460c7122c0f38cca71178f4892e0]

        INTEGRATION: CWS hiddentext (1.22.86); FILE MERGED 2003/12/17 15:30:16 os 1.22.86.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [3bf0b5191878797ec1f69c0100b83ddae111c4ae]

        INTEGRATION: CWS hiddentext (1.21.196); FILE MERGED 2004/02/16 08:27:40 fme 1.21.196.2: RESYNC: (1.21-1.22); FILE MERGED 2004/01/07 07:13:17 os 1.21.196.1: #i23614# switch off hidden character/paragraph while printing

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6b793b54a641511f14de1db74213d8c3d71d212c]

        INTEGRATION: CWS hiddentext (1.59.16); FILE MERGED 2004/02/16 08:27:20 fme 1.59.16.3: RESYNC: (1.60-1.61); FILE MERGED 2004/01/12 08:04:12 fme 1.59.16.2: RESYNC: (1.59-1.60); FILE MERGED 2003/12/17 15:30:14 os 1.59.16.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5b41d6d31198e708df3b962e011642b8f87394de]

        INTEGRATION: CWS hiddentext (1.43.302); FILE MERGED 2004/02/16 08:26:58 fme 1.43.302.4: RESYNC: (1.44-1.46); FILE MERGED 2004/01/12 08:03:19 fme 1.43.302.3: RESYNC: (1.43-1.44); FILE MERGED 2004/01/05 14:44:04 fme 1.43.302.2: #i23660# Feature - Hidden character attribute 2003/12/17 15:30:14 os 1.43.302.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0e248a9332458fcb3219c43fc92d2d134fb6ee2b]

        INTEGRATION: CWS hiddentext (1.14.474); FILE MERGED 2003/12/17 15:30:12 os 1.14.474.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [edf12a6a2eade267523c3a70e432702f86d2477c]

        INTEGRATION: CWS hiddentext (1.6.474); FILE MERGED 2004/01/12 08:16:19 fme 1.6.474.2: RESYNC: (1.6-1.7); FILE MERGED 2003/12/17 15:30:12 os 1.6.474.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [adf6ef84e3b1f1e511521e7de1d3045ff62d80e4]

        INTEGRATION: CWS hiddentext (1.26.254); FILE MERGED 2004/02/16 08:35:10 fme 1.26.254.4: RESYNC: (1.26-1.27); FILE MERGED 2004/01/07 14:41:11 os 1.26.254.3: #i23614# ::Commit of hidden character corrected 2003/12/19 12:22:40 os 1.26.254.2: #i23061# NonprintingCharacter/HiddenCharacter added 2003/12/17 15:30:09 os 1.26.254.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5d3ed3268748daac86b0c4552ce21343abd60ad6]

        INTEGRATION: CWS hiddentext (1.35.308); FILE MERGED 2004/02/16 08:35:01 fme 1.35.308.3: RESYNC: (1.36-1.37); FILE MERGED 2004/01/12 08:33:31 fme 1.35.308.2: RESYNC: (1.35-1.36); FILE MERGED 2003/12/17 15:30:07 os 1.35.308.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ca3389911173424b370ababda3eea644784f62e0]

        INTEGRATION: CWS hiddentext (1.92.204); FILE MERGED 2004/01/12 08:32:58 fme 1.92.204.2: RESYNC: (1.92-1.93); FILE MERGED 2003/12/17 15:30:05 os 1.92.204.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1bdfcc755efeb391b69f1aa3dfe62f1d084d94bf]

        INTEGRATION: CWS hiddentext (1.11.474); FILE MERGED 2003/12/17 15:30:05 os 1.11.474.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f94ae9e1fa1f4691918097d2f273398e607331c7]

        INTEGRATION: CWS hiddentext (1.9.308); FILE MERGED 2004/02/11 11:15:15 os 1.9.308.2: #i23614# call SwViewOption::IsShowHiddenChar() with 'hard' flag 2003/12/17 15:30:04 os 1.9.308.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c299160db705d204140c53422cec2f5b6702e6ae]

        INTEGRATION: CWS hiddentext (1.35.108); FILE MERGED 2004/02/16 08:36:55 fme 1.35.108.2: RESYNC: (1.35-1.36); FILE MERGED 2003/12/18 11:03:07 os 1.35.108.1: #i23061# IsShowHiddenChars is part of the 'show meta character' feature

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1f878a61e156c1ba60ee670303341817939ad8a1]

        INTEGRATION: CWS hiddentext (1.145.38); FILE MERGED 2004/02/16 08:42:15 fme 1.145.38.3: RESYNC: (1.146-1.148); FILE MERGED 2004/02/10 09:33:02 fme 1.145.38.2: RESYNC: (1.145-1.146); FILE MERGED 2004/01/14 14:49:39 cmc 1.145.38.1: #i24177# replace old out of date hidden text import as field code and use new hidden text char attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5f862569021fcb08d031f067bc38c2ff0b498f37]

        INTEGRATION: CWS hiddentext (1.73.38); FILE MERGED 2004/02/16 08:42:05 fme 1.73.38.3: RESYNC: (1.74-1.75); FILE MERGED 2004/02/10 09:32:38 fme 1.73.38.2: RESYNC: (1.73-1.74); FILE MERGED 2004/01/14 14:49:38 cmc 1.73.38.1: #i24177# replace old out of date hidden text import as field code and use new hidden text char attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [26c8330b1be1325f34b62d251efe1d89e22d274e]

        INTEGRATION: CWS hiddentext (1.35.40); FILE MERGED 2004/02/16 08:41:45 fme 1.35.40.2: RESYNC: (1.35-1.36); FILE MERGED 2004/01/14 14:49:38 cmc 1.35.40.1: #i24177# replace old out of date hidden text import as field code and use new hidden text char attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ef12c1c99862129a7302d2752ce47b2d3ec4b346]

        INTEGRATION: CWS hiddentext (1.93.2); FILE MERGED 2004/02/16 08:41:37 fme 1.93.2.4: RESYNC: (1.95-1.96); FILE MERGED 2004/02/11 06:51:45 fme 1.93.2.3: #i23614# merge conflicts 2004/02/10 09:31:43 fme 1.93.2.2: RESYNC: (1.93-1.95); FILE MERGED 2004/01/14 14:49:37 cmc 1.93.2.1: #i24177# replace old out of date hidden text import as field code and use new hidden text char attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e4592b0802f32c71497a696707ed61f2a0813d5d]

        INTEGRATION: CWS hiddentext (1.121.38); FILE MERGED 2004/02/16 08:41:27 fme 1.121.38.3: RESYNC: (1.122-1.124); FILE MERGED 2004/02/10 09:31:29 fme 1.121.38.2: RESYNC: (1.121-1.122); FILE MERGED 2004/01/14 14:49:36 cmc 1.121.38.1: #i24177# replace old out of date hidden text import as field code and use new hidden text char attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [53145f9e292fb04f84ba729970023c524c73a7d3]

        INTEGRATION: CWS hiddentext (1.122.38); FILE MERGED 2004/02/16 08:41:17 fme 1.122.38.3: RESYNC: (1.123-1.127); FILE MERGED 2004/02/10 09:31:12 fme 1.122.38.2: RESYNC: (1.122-1.123); FILE MERGED 2004/01/14 14:49:35 cmc 1.122.38.1: #i24177# replace old out of date hidden text import as field code and use new hidden text char attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6118d55ddd781ad438befbc83c4f7aa976b6d736]

        INTEGRATION: CWS hiddentext (1.69.52); FILE MERGED 2004/02/16 08:40:57 fme 1.69.52.6: RESYNC: (1.71-1.73); FILE MERGED 2004/02/10 09:29:59 fme 1.69.52.5: RESYNC: (1.70-1.71); FILE MERGED 2004/01/14 15:29:10 cmc 1.69.52.4: #i24124# export hidden text field as words hidden text char attribute 2004/01/14 14:49:34 cmc 1.69.52.3: #i24177# replace old out of date hidden text import as field code and use new hidden text char attribute 2004/01/12 08:43:50 fme 1.69.52.2: RESYNC: (1.69-1.70); FILE MERGED 2003/12/17 15:32:03 os 1.69.52.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [11b279ea558b86f7b3edb5beea125daad767c21e]

        INTEGRATION: CWS hiddentext (1.69.38); FILE MERGED 2004/02/16 08:40:17 fme 1.69.38.3: RESYNC: (1.70-1.71); FILE MERGED 2004/02/10 09:27:50 fme 1.69.38.2: RESYNC: (1.69-1.70); FILE MERGED 2004/01/14 15:29:09 cmc 1.69.38.1: #i24124# export hidden text field as words hidden text char attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [4b955b360536ebeba756807f309237d94b4eadfa]

        INTEGRATION: CWS hiddentext (1.34.38); FILE MERGED 2004/02/10 09:42:18 fme 1.34.38.2: RESYNC: (1.34-1.35); FILE MERGED 2004/01/14 14:48:47 cmc 1.34.38.1: #i24177# export hidden text and remove old out of date hidden text import as field code

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [3bfed79cbd6dcaf1353174f999a14ccf08141aad]

        INTEGRATION: CWS hiddentext (1.39.52); FILE MERGED 2004/02/16 08:43:15 fme 1.39.52.5: RESYNC: (1.42-1.43); FILE MERGED 2004/02/10 09:40:37 fme 1.39.52.4: RESYNC: (1.40-1.42); FILE MERGED 2004/01/14 14:48:46 cmc 1.39.52.3: #i24177# export hidden text and remove old out of date hidden text import as field code 2004/01/12 08:50:19 fme 1.39.52.2: RESYNC: (1.39-1.40); FILE MERGED 2003/12/17 15:31:57 os 1.39.52.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [3ed45fbd71f2b61d5f66ee12629aab235f8b4f30]

        INTEGRATION: CWS hiddentext (1.24.88); FILE MERGED 2004/02/16 08:44:24 fme 1.24.88.3: RESYNC: (1.25-1.26); FILE MERGED 2004/01/12 08:54:02 fme 1.24.88.2: RESYNC: (1.24-1.25); FILE MERGED 2004/01/05 14:42:30 fme 1.24.88.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [209f49963c09dec5e3234772f9c007692819c7ef]

        INTEGRATION: CWS hiddentext (1.19.308); FILE MERGED 2004/02/16 08:44:05 fme 1.19.308.3: RESYNC: (1.20-1.21); FILE MERGED 2004/01/12 08:52:02 fme 1.19.308.2: RESYNC: (1.19-1.20); FILE MERGED 2003/12/17 15:31:55 os 1.19.308.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [006435b321cfb40acb482581c340599b3efddf57]

        INTEGRATION: CWS hiddentext (1.20.308); FILE MERGED 2004/02/16 08:43:55 fme 1.20.308.3: RESYNC: (1.21-1.22); FILE MERGED 2004/01/12 08:51:51 fme 1.20.308.2: RESYNC: (1.20-1.21); FILE MERGED 2003/12/17 15:31:54 os 1.20.308.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [bfe48f2bb092b3d32b65caa9c37732d28077dc40]

        INTEGRATION: CWS hiddentext (1.23.308); FILE MERGED 2004/02/10 09:49:58 fme 1.23.308.3: RESYNC: (1.24-1.25); FILE MERGED 2004/01/12 08:56:35 fme 1.23.308.2: RESYNC: (1.23-1.24); FILE MERGED 2004/01/07 07:14:06 os 1.23.308.1: #i23614# the callers of ViewShell::Prt() have to switch off hidden paragraphs

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2e6c52f09a88e0485bf57403c76e90f297f902a9]

        INTEGRATION: CWS hiddentext (1.15.254); FILE MERGED 2003/12/17 15:31:34 os 1.15.254.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ab655647f4952d619b0a32d441daeeca36b6b381]

        INTEGRATION: CWS hiddentext (1.41.18); FILE MERGED 2004/01/12 08:56:22 fme 1.41.18.4: RESYNC: (1.41-1.42); FILE MERGED 2004/01/08 15:30:02 fme 1.41.18.3: #i23660# Feature - Hidden text attribute 2004/01/05 14:41:31 fme 1.41.18.2: #i23660# Feature - Hidden character attribute 2003/12/17 15:31:33 os 1.41.18.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c657f2079fc0546d80d8e00dc8c78a01f9c40ecd]

        INTEGRATION: CWS hiddentext (1.24.18); FILE MERGED 2003/12/16 15:52:04 fme 1.24.18.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [75443f245c2593ab866b78bdc15cd25b58e68169]

        INTEGRATION: CWS hiddentext (1.79.46); FILE MERGED 2004/02/10 09:50:55 fme 1.79.46.3: RESYNC: (1.80-1.81); FILE MERGED 2004/01/12 08:58:27 fme 1.79.46.2: RESYNC: (1.79-1.80); FILE MERGED 2003/12/16 15:52:03 fme 1.79.46.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b3c7ceaf6a415a72b95cf20756ba80945463dd30]

        INTEGRATION: CWS hiddentext (1.90.228); FILE MERGED 2004/02/16 08:47:20 fme 1.90.228.4: RESYNC: (1.91-1.92); FILE MERGED 2004/02/11 06:42:39 fme 1.90.228.3: #i23614# merge conflicts 2004/02/10 09:50:43 fme 1.90.228.2: RESYNC: (1.90-1.91); FILE MERGED 2003/12/17 15:31:32 os 1.90.228.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [33edac0c73fea6b4222c4fe51eb4b13c930fcb5e]

        INTEGRATION: CWS hiddentext (1.25.106); FILE MERGED 2004/01/12 08:57:44 fme 1.25.106.2: RESYNC: (1.25-1.26); FILE MERGED 2003/12/16 15:52:03 fme 1.25.106.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0a79b8064abfde76f404b81e8e0cfeb1fd4e5ed6]

        INTEGRATION: CWS hiddentext (1.41.18); FILE MERGED 2003/12/16 15:52:02 fme 1.41.18.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [082a0c00496f21d2277a350409e4d250df91f768]

        INTEGRATION: CWS hiddentext (1.70.18); FILE MERGED 2004/02/10 09:50:31 fme 1.70.18.3: RESYNC: (1.71-1.72); FILE MERGED 2004/01/12 08:57:33 fme 1.70.18.2: RESYNC: (1.70-1.71); FILE MERGED 2003/12/16 15:52:01 fme 1.70.18.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [873c53ff84076fab209a442d17702d66da6db681]

        INTEGRATION: CWS hiddentext (1.154.16); FILE MERGED 2004/02/16 08:47:11 fme 1.154.16.3: RESYNC: (1.155-1.156); FILE MERGED 2004/02/10 09:50:15 fme 1.154.16.2: RESYNC: (1.154-1.155); FILE MERGED 2003/12/17 15:31:31 os 1.154.16.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [58bbe12e15179d80df02aa614d6935291f51c74f]

        INTEGRATION: CWS hiddentext (1.48.54); FILE MERGED 2004/02/16 08:47:50 fme 1.48.54.5: RESYNC: (1.49-1.50); FILE MERGED 2004/01/12 09:00:37 fme 1.48.54.4: RESYNC: (1.48-1.49); FILE MERGED 2004/01/08 15:28:45 fme 1.48.54.3: #i23660# Feature - Hidden text attribute 2004/01/05 14:39:22 fme 1.48.54.2: #i23660# Feature - Hidden character attribute 2003/12/16 15:48:34 fme 1.48.54.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ba2ec9dc521eda7e1d1b31b30d52cc3a8cb2b274]

        INTEGRATION: CWS hiddentext (1.32.80); FILE MERGED 2004/02/10 09:51:10 fme 1.32.80.4: RESYNC: (1.32-1.33); FILE MERGED 2004/01/08 15:28:44 fme 1.32.80.3: #i23660# Feature - Hidden text attribute 2004/01/05 14:39:17 fme 1.32.80.2: #i23660# Feature - Hidden character attribute 2003/12/17 15:31:30 os 1.32.80.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b1e6171698756b822d9efb32d80c5306a4a6145d]

        INTEGRATION: CWS hiddentext (1.47.18); FILE MERGED 2004/02/16 08:47:41 fme 1.47.18.3: RESYNC: (1.47-1.48); FILE MERGED 2004/01/08 15:47:45 fme 1.47.18.2: #i23660# Feature - Hidden text attribute 2004/01/05 14:39:13 fme 1.47.18.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6a1222ef77f7581d01e7f14bb449de28f727868d]

        INTEGRATION: CWS hiddentext (1.19.92); FILE MERGED 2004/01/09 06:39:17 fme 1.19.92.3: #i23660# Feature - Hidden text attribute - unterminated loop 2004/01/08 15:28:02 fme 1.19.92.2: #i23660# Feature - Hidden text attribute 2004/01/05 14:39:09 fme 1.19.92.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [9ad477244d8fdf41201b89b4ff3bb60540d15567]

        INTEGRATION: CWS hiddentext (1.2.308); FILE MERGED 2004/01/05 14:39:05 fme 1.2.308.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b75556692f8c9e81a74065ade82c2d1a6a2a4f7c]

        INTEGRATION: CWS hiddentext (1.66.16); FILE MERGED 2004/02/16 08:49:51 fme 1.66.16.8: RESYNC: (1.67-1.68); FILE MERGED 2004/01/20 12:13:42 od 1.66.16.7: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/19 10:11:17 od 1.66.16.6: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/16 07:28:26 fme 1.66.16.5: #i23660# Feature - hidden character attribute 2004/01/12 09:04:07 fme 1.66.16.4: RESYNC: (1.66-1.67); FILE MERGED 2004/01/09 15:03:06 fme 1.66.16.3: #i23660# Feature - Hidden character attribute - Footnotes in hidden text 2004/01/05 14:35:24 fme 1.66.16.2: #i23660# Feature - Hidden character attribute 2003/12/16 15:47:45 fme 1.66.16.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [de16df3402075b207ec3d86e2500bb2f57bc6fa4]

        INTEGRATION: CWS hiddentext (1.40.2); FILE MERGED 2004/02/16 08:49:42 fme 1.40.2.3: RESYNC: (1.40-1.41); FILE MERGED 2004/01/20 12:13:39 od 1.40.2.2: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/16 07:28:26 fme 1.40.2.1: #i23660# Feature - hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6a11a40a66fcb9010de17437619027fdef6615d2]

        INTEGRATION: CWS hiddentext (1.34.56); FILE MERGED 2004/01/05 14:35:20 fme 1.34.56.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f57b132dc1810db862dce5b8bf4780c7e1129587]

        INTEGRATION: CWS hiddentext (1.13.70); FILE MERGED 2003/12/16 15:47:11 fme 1.13.70.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [de1f55752a0fdcc8bfdea627911b0e1c3f33d3cd]

        INTEGRATION: CWS hiddentext (1.32.70); FILE MERGED 2004/01/20 15:46:50 fme 1.32.70.4: #i23660# Feature - Hidden text attribute 2004/01/09 15:02:39 fme 1.32.70.3: #i23660# Feature - Hidden character attribute - Footnotes in hidden text 2004/01/08 15:26:33 fme 1.32.70.2: #i23660# Feature - Hidden text attribute 2003/12/16 15:47:11 fme 1.32.70.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [97e2f2f50fed3e8902555dfd3bb18372b06cf68a]

        INTEGRATION: CWS hiddentext (1.77.56); FILE MERGED 2004/01/12 09:03:17 fme 1.77.56.2: RESYNC: (1.77-1.78); FILE MERGED 2003/12/16 15:46:40 fme 1.77.56.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ef112543074d257aef154f91980885c435058b37]

        INTEGRATION: CWS hiddentext (1.43.46); FILE MERGED 2004/02/16 08:49:31 fme 1.43.46.6: RESYNC: (1.43-1.44); FILE MERGED 2004/01/14 13:00:41 fme 1.43.46.5: #i23660# Hidden text attribute - Consider empty paragraphs 2004/01/09 15:02:14 fme 1.43.46.4: #i23660# Feature - Hidden character attribute - Optimization 2004/01/08 15:25:58 fme 1.43.46.3: #i23660# Feature - Hidden text attribute 2004/01/05 14:35:16 fme 1.43.46.2: #i23660# Feature - Hidden character attribute 2003/12/16 15:46:12 fme 1.43.46.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2d56daf8330951faf4dd5a4372e123774b914af5]

        INTEGRATION: CWS hiddentext (1.79.56); FILE MERGED 2004/02/16 08:48:38 fme 1.79.56.4: RESYNC: (1.80-1.81); FILE MERGED 2004/01/12 09:02:12 fme 1.79.56.3: RESYNC: (1.79-1.80); FILE MERGED 2004/01/05 14:35:12 fme 1.79.56.2: #i23660# Feature - Hidden character attribute 2003/12/16 15:45:47 fme 1.79.56.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [717750ab76e049947c951f0983e51ba5b7d7038c]

        INTEGRATION: CWS hiddentext (1.41.70); FILE MERGED 2003/12/16 15:44:41 fme 1.41.70.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [48acc692dc96eb87066f74e7833da2e7acbbaa18]

        INTEGRATION: CWS hiddentext (1.42.16); FILE MERGED 2004/02/16 08:48:09 fme 1.42.16.6: RESYNC: (1.43-1.44); FILE MERGED 2004/02/10 09:51:23 fme 1.42.16.5: RESYNC: (1.42-1.43); FILE MERGED 2004/01/20 12:13:37 od 1.42.16.4: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/19 10:11:17 od 1.42.16.3: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/16 07:28:25 fme 1.42.16.2: #i23660# Feature - hidden character attribute 2004/01/05 14:35:05 fme 1.42.16.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e81c58789848a3a9fa15d7a4f9ae2241835cb6a5]

        INTEGRATION: CWS hiddentext (1.18.308); FILE MERGED 2004/01/08 15:21:15 fme 1.18.308.4: #i23660# Feature - Hidden text attribute 2004/01/05 14:35:01 fme 1.18.308.3: #i23660# Feature - Hidden character attribute 2003/12/17 15:31:29 os 1.18.308.2: #i23614# new Feature: Hidden text 2003/12/16 15:44:19 fme 1.18.308.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [db654c613e757f226a0a9ae8230cec77107fc9a4]

        INTEGRATION: CWS hiddentext (1.31.56); FILE MERGED 2004/02/12 12:26:44 fme 1.31.56.4: #i23660# Feature - hidden character attribute 2004/02/10 09:56:12 fme 1.31.56.3: RESYNC: (1.31-1.32); FILE MERGED 2004/01/19 10:09:16 od 1.31.56.2: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/16 07:28:07 fme 1.31.56.1: #i23660# Feature - hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ae6e4599b57a7d12484dbccc682502a323d866d3]

        INTEGRATION: CWS hiddentext (1.74.4); FILE MERGED 2004/02/12 13:34:54 od 1.74.4.5: #110582# - correction on hiding objects, which are anchored to hidden paragraphs 2004/02/10 09:55:26 fme 1.74.4.4: RESYNC: (1.74-1.75); FILE MERGED 2004/01/20 12:12:38 od 1.74.4.3: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/19 10:09:15 od 1.74.4.2: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/16 07:28:05 fme 1.74.4.1: #i23660# Feature - hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [69a9e9ef63e80d304f3df1295eabe84850be232a]

        INTEGRATION: CWS hiddentext (1.30.56); FILE MERGED 2004/01/20 12:12:36 od 1.30.56.1: #110582# - adjustments for hiding objects in hidden paragraphs/text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b07971fe4441767ab0fd79f9b7352ebb32816eb1]

        INTEGRATION: CWS hiddentext (1.36.4); FILE MERGED 2004/02/12 12:26:43 fme 1.36.4.3: #i23660# Feature - hidden character attribute 2004/02/10 09:54:55 fme 1.36.4.2: RESYNC: (1.36-1.37); FILE MERGED 2004/01/19 10:09:15 od 1.36.4.1: #110582# - adjustments for hiding objects in hidden paragraphs/text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [155743c51ff246b63065631477cb4a7b482351dd]

        INTEGRATION: CWS hiddentext (1.24.18); FILE MERGED 2004/02/16 08:50:54 fme 1.24.18.2: RESYNC: (1.24-1.25); FILE MERGED 2004/01/19 10:09:14 od 1.24.18.1: #110582# - adjustments for hiding objects in hidden paragraphs/text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f3a9aa10f415272328a4a60d4a23962a214c5d6c]

        INTEGRATION: CWS hiddentext (1.5.308); FILE MERGED 2004/01/19 10:09:14 od 1.5.308.1: #110582# - adjustments for hiding objects in hidden paragraphs/text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1ce42e0ed4eaf738957eb7abd0cae032cc64fdc9]

        INTEGRATION: CWS hiddentext (1.34.84); FILE MERGED 2004/02/16 08:50:45 fme 1.34.84.4: RESYNC: (1.35-1.36); FILE MERGED 2004/02/10 09:54:09 fme 1.34.84.3: RESYNC: (1.34-1.35); FILE MERGED 2004/01/20 12:12:34 od 1.34.84.2: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/19 10:09:13 od 1.34.84.1: #110582# - adjustments for hiding objects in hidden paragraphs/text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0fdc4cfc281ba1d08184e6013fa709218d86c605]

        INTEGRATION: CWS hiddentext (1.53.4); FILE MERGED 2004/02/16 08:50:12 fme 1.53.4.6: RESYNC: (1.54-1.55); FILE MERGED 2004/02/12 13:34:54 od 1.53.4.5: #110582# - correction on hiding objects, which are anchored to hidden paragraphs 2004/02/12 12:26:43 fme 1.53.4.4: #i23660# Feature - hidden character attribute 2004/02/10 09:53:55 fme 1.53.4.3: RESYNC: (1.53-1.54); FILE MERGED 2004/01/20 12:12:32 od 1.53.4.2: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/19 10:09:13 od 1.53.4.1: #110582# - adjustments for hiding objects in hidden paragraphs/text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5b7f29fb3ee7c4c0efe7feb0feb501376c42d986]

        INTEGRATION: CWS hiddentext (1.27.4); FILE MERGED 2004/02/10 09:53:41 fme 1.27.4.2: RESYNC: (1.27-1.28); FILE MERGED 2004/01/20 12:12:29 od 1.27.4.1: #110582# - adjustments for hiding objects in hidden paragraphs/text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [4b880a96840a805ceebc92a362057b5ac92e5a16]

        INTEGRATION: CWS hiddentext (1.40.54); FILE MERGED 2004/02/10 09:52:38 fme 1.40.54.3: RESYNC: (1.40-1.41); FILE MERGED 2004/01/20 12:12:24 od 1.40.54.2: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/19 10:09:12 od 1.40.54.1: #110582# - adjustments for hiding objects in hidden paragraphs/text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [55d269693ebcfc7c60335934b001c2c37cd6ebc6]

        INTEGRATION: CWS hiddentext (1.2.480); FILE MERGED 2003/12/16 15:43:53 fme 1.2.480.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5bfd21f088f7bbc535cc16c0044a2310258164e3]

        INTEGRATION: CWS hiddentext (1.32.84); FILE MERGED 2004/02/16 08:52:56 fme 1.32.84.6: RESYNC: (1.34-1.35); FILE MERGED 2004/02/10 09:59:29 fme 1.32.84.5: RESYNC: (1.33-1.34); FILE MERGED 2004/01/19 10:05:51 od 1.32.84.4: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/16 07:27:41 fme 1.32.84.3: #i23660# Feature - hidden character attribute 2004/01/12 09:14:10 fme 1.32.84.2: RESYNC: (1.32-1.33); FILE MERGED 2004/01/09 15:01:18 fme 1.32.84.1: #i23660# Feature - Hidden character attribute - Footnotes in hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [07516ae0e85f7cb1eba1c7072f49d6a58ecfe453]

        INTEGRATION: CWS hiddentext (1.4.506); FILE MERGED 2004/01/05 14:30:07 fme 1.4.506.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [00397c0dc2478a1b670249264199b2f8072fb0b1]

        INTEGRATION: CWS hiddentext (1.2.56); FILE MERGED 2004/01/09 15:00:45 fme 1.2.56.4: #i23660# Feature - Hidden character attribute - Optimization 2004/01/08 15:00:50 fme 1.2.56.3: #i23660# Feature - Hidden text attribute 2004/01/05 14:29:59 fme 1.2.56.2: #i23660# Feature - Hidden character attribute 2003/12/16 15:43:52 fme 1.2.56.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d218f797c6b4a90b4210117633217e5aab0c0580]

        INTEGRATION: CWS hiddentext (1.4.482); FILE MERGED 2003/12/16 15:43:22 fme 1.4.482.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [26ae25f7eaf0382d2934c8e4f5bed5d9e8153337]

        INTEGRATION: CWS hiddentext (1.7.304); FILE MERGED 2004/02/16 08:52:13 fme 1.7.304.5: RESYNC: (1.7-1.8); FILE MERGED 2004/02/12 13:34:23 od 1.7.304.4: #110582# - correction on hiding objects, which are anchored to hidden paragraphs 2004/02/12 12:25:38 fme 1.7.304.3: #i23660# Feature - hidden character attribute 2004/01/20 12:08:11 od 1.7.304.2: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/19 10:05:50 od 1.7.304.1: #110582# - adjustments for hiding objects in hidden paragraphs/text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [bd087e8660c915f11ee72f67059a91523ed12cc6]

        INTEGRATION: CWS hiddentext (1.25.56); FILE MERGED 2004/01/12 09:18:19 fme 1.25.56.2: RESYNC: (1.25-1.26); FILE MERGED 2003/12/16 15:42:58 fme 1.25.56.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b551438e18c0cce65e51401583c9996748399b5d]

        INTEGRATION: CWS hiddentext (1.24.58); FILE MERGED 2004/02/12 13:34:00 od 1.24.58.4: #110582# - correction on hiding objects, which are anchored to hidden paragraphs 2004/01/20 15:19:44 fme 1.24.58.3: #110582# Feature - Hidden text attribute 2004/01/20 12:07:20 od 1.24.58.2: #110582# - adjustments for hiding objects in hidden paragraphs/text 2004/01/19 10:05:14 od 1.24.58.1: #110582# - adjustments for hiding objects in hidden paragraphs/text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [570467aec83ddd0f5eaed6ebe1ee120d41672880]

        INTEGRATION: CWS hiddentext (1.13.166); FILE MERGED 2004/02/12 06:44:27 fme 1.13.166.5: #i20197# Hidden text attribute - notification missing when character style is modified 2004/01/12 09:21:41 fme 1.13.166.4: RESYNC: (1.13-1.14); FILE MERGED 2004/01/08 14:59:35 fme 1.13.166.3: #i23660# Feature - Hidden text attribute 2004/01/05 14:26:21 fme 1.13.166.2: #i23660# Feature - Hidden character attribute 2003/12/16 15:42:28 fme 1.13.166.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [265069fd29054fa52a727aba1f66c4309cf53a63]

        INTEGRATION: CWS hiddentext (1.27.84); FILE MERGED 2004/02/16 08:55:53 fme 1.27.84.3: RESYNC: (1.29-1.30); FILE MERGED 2004/01/12 09:29:45 fme 1.27.84.2: RESYNC: (1.27-1.29); FILE MERGED 2004/01/09 15:00:05 fme 1.27.84.1: #i23660# Feature - Hidden character attribute - Handling of tox entries

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8f4565a022470c93930b66cbed91f4787a635f87]

        INTEGRATION: CWS hiddentext (1.21.16); FILE MERGED 2004/02/16 08:54:46 fme 1.21.16.2: RESYNC: (1.21-1.22); FILE MERGED 2004/01/16 07:27:18 fme 1.21.16.1: #i23660# Feature - hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8d89cafd9438c4ab474d6eba063f6d82f976402b]

        INTEGRATION: CWS hiddentext (1.21.54); FILE MERGED 2004/01/20 15:18:32 fme 1.21.54.5: #110582# Feature - Hidden text attribute 2004/01/12 09:25:50 fme 1.21.54.4: RESYNC: (1.21-1.23); FILE MERGED 2004/01/08 15:00:01 fme 1.21.54.3: #i23660# Feature - Hidden text attribute 2004/01/05 14:24:36 fme 1.21.54.2: #i23660# Feature - Hidden character attribute 2003/12/16 15:41:57 fme 1.21.54.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [265dc303dd5b1812a4f93c9468186c46dcf25a65]

        INTEGRATION: CWS hiddentext (1.31.54); FILE MERGED 2003/12/16 15:41:29 fme 1.31.54.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [855b335b6eb12f91d7a84672c179c05d6f1b6fcf]

        INTEGRATION: CWS hiddentext (1.4.308); FILE MERGED 2003/12/16 15:41:28 fme 1.4.308.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1a6f2063386d857a3b077505363f50ec347d7ab8]

        INTEGRATION: CWS hiddentext (1.8.308); FILE MERGED 2003/12/16 15:41:28 fme 1.8.308.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2186c613ea6fd993988c547d8c66364235fd0ae1]

        INTEGRATION: CWS hiddentext (1.30.54); FILE MERGED 2004/02/11 14:13:41 fme 1.30.54.3: #i20197# Hidden text attribute - table selection of cells with hidden content 2004/01/05 14:20:00 fme 1.30.54.2: #i23660# Feature - Hidden character attribute 2003/12/16 15:41:28 fme 1.30.54.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [93bf83636d4f9e5dd715eeb139d404136d3a3681]

        INTEGRATION: CWS hiddentext (1.38.270); FILE MERGED 2004/02/16 08:56:48 fme 1.38.270.4: RESYNC: (1.40-1.43); FILE MERGED 2004/02/10 10:01:22 fme 1.38.270.3: RESYNC: (1.39-1.40); FILE MERGED 2004/01/12 09:24:54 fme 1.38.270.2: RESYNC: (1.38-1.39); FILE MERGED 2003/12/17 15:31:26 os 1.38.270.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6d4f982e3862e712f50f75d094aba6dc6965f1ed]

        INTEGRATION: CWS hiddentext (1.16.342); FILE MERGED 2004/01/12 09:40:03 fme 1.16.342.3: RESYNC: (1.16-1.17); FILE MERGED 2003/12/18 11:02:52 os 1.16.342.2: #i23061# IsShowHiddenChars is part of the 'show meta character' feature 2003/12/17 15:31:21 os 1.16.342.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c24df17b0f9eef3d0bf3228f20ab25e501b39f84]

        INTEGRATION: CWS hiddentext (1.87.228); FILE MERGED 2004/02/16 09:04:23 fme 1.87.228.3: RESYNC: (1.88-1.89); FILE MERGED 2004/02/10 10:07:37 fme 1.87.228.2: RESYNC: (1.87-1.88); FILE MERGED 2003/12/17 15:31:20 os 1.87.228.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [241fd71982f059aa9db29792901c3c89ba42b58a]

        INTEGRATION: CWS hiddentext (1.15.472); FILE MERGED 2004/01/05 14:18:05 fme 1.15.472.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2e73959877fe31766d13168353c64e2c5379d541]

        INTEGRATION: CWS hiddentext (1.9.342); FILE MERGED 2003/12/16 15:39:06 fme 1.9.342.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [4b43577f18a9a571c95a0917851cea22a6635fa4]

        INTEGRATION: CWS hiddentext (1.16.204); FILE MERGED 2004/02/16 09:04:15 fme 1.16.204.3: RESYNC: (1.17-1.19); FILE MERGED 2004/02/10 10:06:41 fme 1.16.204.2: RESYNC: (1.16-1.17); FILE MERGED 2004/01/05 14:18:01 fme 1.16.204.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [fab47ee8df4cfcfd979b6d9d19ef4642e5f1d099]

        INTEGRATION: CWS hiddentext (1.6.308); FILE MERGED 2003/12/16 15:39:05 fme 1.6.308.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [387f2b66158f5cb873241d0962f4837b1e055b6f]

        INTEGRATION: CWS hiddentext (1.6.204); FILE MERGED 2004/02/16 09:01:39 fme 1.6.204.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/05 14:17:57 fme 1.6.204.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [42de7d9de1a3c643a7a5119a0579f8164ff55d80]

        INTEGRATION: CWS hiddentext (1.14.86); FILE MERGED 2004/02/16 09:04:06 fme 1.14.86.4: RESYNC: (1.14-1.15); FILE MERGED 2004/01/13 15:48:34 fme 1.14.86.3: #i23660# Feature - Hidden character attribute 2004/01/09 14:59:34 fme 1.14.86.2: #i23660# Feature - Hidden character attribute - Optimization 2004/01/05 14:49:35 fme 1.14.86.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [3d1d2e91de6ee57cc65f60db495e9435f2d74b65]

        INTEGRATION: CWS hiddentext (1.4.474); FILE MERGED 2004/01/05 14:17:53 fme 1.4.474.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [856f8251ac758d1139c809ef52aadd6b3376bca2]

        INTEGRATION: CWS hiddentext (1.22.270); FILE MERGED 2004/02/16 09:03:15 fme 1.22.270.3: RESYNC: (1.23-1.24); FILE MERGED 2004/02/10 10:06:00 fme 1.22.270.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/17 15:31:20 os 1.22.270.1: #i23614# new Feature: Hidden text

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [dcd2067d19c9d0c5604c4ef7eec777c68fc37286]

        INTEGRATION: CWS hiddentext (1.17.204); FILE MERGED 2004/02/16 09:02:45 fme 1.17.204.3: RESYNC: (1.18-1.20); FILE MERGED 2004/02/10 10:05:44 fme 1.17.204.2: RESYNC: (1.17-1.18); FILE MERGED 2004/01/05 14:17:49 fme 1.17.204.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6a4c2b30dade18e231fba8605125513bafff5078]

        INTEGRATION: CWS hiddentext (1.51.68); FILE MERGED 2004/02/16 08:59:05 fme 1.51.68.4: RESYNC: (1.52-1.53); FILE MERGED 2004/02/10 10:04:31 fme 1.51.68.3: RESYNC: (1.51-1.52); FILE MERGED 2004/01/16 07:27:07 fme 1.51.68.2: #i23660# Feature - hidden character attribute 2004/01/05 14:14:37 fme 1.51.68.1: #i23660# Feature - Hidden character attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f3d4e05b636156532ea89c1224b89974f1ea9523]

        INTEGRATION: CWS hiddentext (1.8.58); FILE MERGED 2004/01/21 11:51:12 fme 1.8.58.4: #i23660# Feature - Hidden text attribute 2004/01/20 15:17:07 fme 1.8.58.3: #110582# Feature - Hidden text attribute 2004/01/19 10:02:23 od 1.8.58.2: #110582# - hide objects in hidden paragraphs/text 2004/01/15 15:29:57 od 1.8.58.1: #110582# class <SwContact> - move methods <MoveObjToVisibleLayer(..)>, 	 <MoveObjToInvisibleLayer(..)> and <_MoveObjToLayer(..)>

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d62d28bd5708edafe4797686de7ba7d2c82ef37d]

        INTEGRATION: CWS hiddentext (1.1.484); FILE MERGED 2003/12/16 15:39:04 fme 1.1.484.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0ba13283604928f056a7690fd7bb938fd7d1ca94]

        INTEGRATION: CWS hiddentext (1.17.268); FILE MERGED 2004/02/10 10:04:09 fme 1.17.268.3: RESYNC: (1.18-1.19); FILE MERGED 2004/01/12 09:38:12 fme 1.17.268.2: RESYNC: (1.17-1.18); FILE MERGED 2003/12/16 15:39:04 fme 1.17.268.1: #i20197# Hidden text attribute

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [57f7b407d42dfa1ba32cf6cdb7203a7aff6e1d85]

        INTEGRATION: CWS hiddentext (1.10.204); FILE MERGED 2004/02/16 08:58:56 fme 1.10.204.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/05 14:13:58 fme 1.10.204.1: #i23660# Feature - Hidden character attribute

2004-02-26  Oliver Bolte  <obo@openoffice.org>  [fcd2a86eb8264f6b74ea903da76e12f0381a06ee]

        Initial revision

2004-02-26  Oliver Bolte  <obo@openoffice.org>  [50e4094a211153f0a49d9c41e6c70e419242b94a]

        Initial revision

2004-02-26  Lars Oppermann  <lo@openoffice.org>  [14ff87d59b11833156b0992ee373b14d40ea368c]

        #i25594# exceptions

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5395731f940b649152170bb6c141a137b3c8d738]

        INTEGRATION: CWS impress3ea1 (1.2.2); FILE MERGED 2004/02/20 12:39:05 cl 1.2.2.1: #114240# removed assertion, false alarm

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b1a03ba1b3a03a7496fb7cb7bab5d9e4e2dac473]

        INTEGRATION: CWS impress3ea1 (1.16.594); FILE MERGED 2004/02/04 16:05:33 cl 1.16.594.1: #i21157# added missing numbering types

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [65f1e8ca49a9dfd655227b45003a0d127927453e]

        INTEGRATION: CWS impress3ea1 (1.17.54); FILE MERGED 2004/02/19 11:36:59 thb 1.17.54.1: #i25167# Corrected painting of masked BitmapEx to alpha VDev

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [88e726ca52dbb027e8c119b0140e99ca4ca9366c]

        INTEGRATION: CWS sb13 (1.76.16); FILE MERGED 2004/02/06 08:30:42 sb 1.76.16.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [42051ab3dece0332cd2dce766ad9065b1457d9f4]

        INTEGRATION: CWS sb13 (1.1.1.1.96); FILE MERGED 2004/02/06 08:29:18 sb 1.1.1.1.96.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d7a89843b30344fcb2ed693805ffc5f92df3ae4d]

        INTEGRATION: CWS sb13 (1.1.1.1.96); FILE MERGED 2004/02/06 08:29:17 sb 1.1.1.1.96.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0736b3d0a0c0ebfa3537ebdcba326d4831945216]

        INTEGRATION: CWS sb13 (1.44.444); FILE MERGED 2004/02/06 08:49:20 sb 1.44.444.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [cbad0f5f187521160910d7065ab22d8283acfb27]

        INTEGRATION: CWS sb13 (1.40.54); FILE MERGED 2004/02/06 08:49:18 sb 1.40.54.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f133c2f1a1dea18b98a13ebe52c10dbec2098e97]

        INTEGRATION: CWS sb13 (1.30.410); FILE MERGED 2004/02/06 08:49:17 sb 1.30.410.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [34f9e8df30888bb6f22f67d80878e2d1b2c82e82]

        INTEGRATION: CWS sb13 (1.43.408); FILE MERGED 2004/02/06 09:43:56 sb 1.43.408.1: #i19699# Fixed string usage (adding number to string), patch supplied by tono.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e1a517166bebdde79f7d9b04f9d9861f3bc904aa]

        INTEGRATION: CWS sb13 (1.3.24); FILE MERGED 2004/02/06 08:20:18 sb 1.3.24.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [24c61eda38dcf2ae43ce5178c715ff6e9bada6d6]

        INTEGRATION: CWS sb13 (1.1.84); FILE MERGED 2004/02/06 08:20:18 sb 1.1.84.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [14c04d878f2fead733fcdd93ddd56e09ac4a6795]

        INTEGRATION: CWS sb13 (1.129.10); FILE MERGED 2004/02/06 08:27:10 sb 1.129.10.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [a62beb08abb8ad29f7fe5d3e08bb8805d60173ad]

        INTEGRATION: CWS sb13 (1.12.18); FILE MERGED 2004/02/05 09:27:26 sb 1.12.18.1: #114964# Deprecated Type(String) ctor.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [031bcace66873a93034aeb79556ec12ecb39d3f3]

        INTEGRATION: CWS sb13 (1.43.14); FILE MERGED 2004/02/09 09:30:55 sb 1.43.14.2: #i19699# Use UDK_3.3 instead of UDK_3.10 for OOo 2.0. 2004/02/05 14:02:53 sb 1.43.14.1: #i19699# Added rtl::OUStringBuffer::append/insertUtf32.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e1c4946c72e3987a1190f123f1e4729851f45f22]

        INTEGRATION: CWS sb13 (1.10.142); FILE MERGED 2004/01/29 14:05:39 sb 1.10.142.1: #112949# In SHIFT_JIS and MS_932, do not map U+00A0 and U+00A9 to invalid characters, as is done in the APPLE_JAPANESE extensions.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ae7990537d87b296c047bcb6a8cef8f1016c3ddd]

        INTEGRATION: CWS sb13 (1.1.1.1.246); FILE MERGED 2004/01/29 14:05:38 sb 1.1.1.1.246.1: #112949# In SHIFT_JIS and MS_932, do not map U+00A0 and U+00A9 to invalid characters, as is done in the APPLE_JAPANESE extensions.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b0b1202e363a284f4e7c11a0b57d1e8e25202245]

        INTEGRATION: CWS sb13 (1.3.224); FILE MERGED 2004/02/05 14:02:50 sb 1.3.224.1: #i19699# Added rtl::OUStringBuffer::append/insertUtf32.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [560234a97c778a0e92b92aac21b6e80bd9f783d7]

        INTEGRATION: CWS sb13 (1.1.2); FILE ADDED 2004/02/05 14:02:48 sb 1.1.2.1: #i19699# Added rtl::OUStringBuffer::append/insertUtf32.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f152696c6463c973caf1f08831bf6e50ccf4d8c4]

        INTEGRATION: CWS sb13 (1.3.26); FILE MERGED 2004/02/05 14:02:47 sb 1.3.26.1: #i19699# Added rtl::OUStringBuffer::append/insertUtf32.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [01bd68daa58a7fb64c9d86ad7ceecaf1175c282c]

        INTEGRATION: CWS sb13 (1.8.52); FILE MERGED 2004/02/05 14:02:43 sb 1.8.52.1: #i19699# Added rtl::OUStringBuffer::append/insertUtf32.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1349b0d8ece9e19810d58e8de393b35224d74a9c]

        INTEGRATION: CWS sb13 (1.3.220); FILE MERGED 2004/02/05 14:02:40 sb 1.3.220.1: #i19699# Added rtl::OUStringBuffer::append/insertUtf32.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [7ff18308eeb591a12144f9649320da98831b5d63]

        INTEGRATION: CWS sb13 (1.20.36); FILE MERGED 2004/02/06 08:36:26 sb 1.20.36.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ccf6cd386230b3ba6d31a6141c6deefd9cb4060c]

        INTEGRATION: CWS sb13 (1.26.358); FILE MERGED 2004/02/06 17:41:42 nn 1.26.358.2: #i19699# STR_STANDARD was wrong all the time, use STR_STYLENAME_STANDARD 2004/02/06 08:36:26 sb 1.26.358.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2b83fd109e28790bcd603b5d45573b3153a9c6fe]

        INTEGRATION: CWS sb13 (1.3.362); FILE MERGED 2004/02/06 08:36:24 sb 1.3.362.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6626d5fe92109671bc65b9b03eaa7ee0fc75aa1d]

        INTEGRATION: CWS sb13 (1.4.104); FILE MERGED 2004/02/06 08:36:23 sb 1.4.104.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c643fef4b17e7807039f8daf0672394e142233ac]

        INTEGRATION: CWS sb13 (1.1.1.1.400); FILE MERGED 2004/02/06 08:36:21 sb 1.1.1.1.400.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e1b898bb2d80b9e8c0be9f50f7d959fc0da26b4e]

        INTEGRATION: CWS sb13 (1.43.38); FILE MERGED 2004/02/06 08:36:20 sb 1.43.38.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [4efc1ec14bb238f863a8a73b36bd12e35a1a4cbd]

        INTEGRATION: CWS sb13 (1.33.36); FILE MERGED 2004/02/06 08:36:19 sb 1.33.36.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ef6269a0378371f6565ec103fc84fa6b93ca616d]

        INTEGRATION: CWS sb13 (1.31.54); FILE MERGED 2004/02/06 17:41:20 nn 1.31.54.2: #i19699# STR_STANDARD was wrong all the time, use STR_STYLENAME_STANDARD 2004/02/06 08:36:18 sb 1.31.54.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c26e7d32f61cf877f13c168e04a8facaffd63516]

        INTEGRATION: CWS sb13 (1.21.8); FILE MERGED 2004/02/06 10:22:14 sb 1.21.8.1: #i19699# Fixed string usage (adding number to string), patch supplied by tono.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d66d985636760a220666280f51e37d140c5aa6fc]

        INTEGRATION: CWS sb13 (1.20.8); FILE MERGED 2004/02/06 10:22:14 sb 1.20.8.1: #i19699# Fixed string usage (adding number to string), patch supplied by tono.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [489c1b2b7ef8ecc870d8920f6d1624e9db09e51f]

        INTEGRATION: CWS sb13 (1.13.32); FILE MERGED 2004/02/06 08:46:34 sb 1.13.32.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0e563c3c5d59635ba0b0ce9adc669d7bd49aa485]

        INTEGRATION: CWS sb13 (1.54.40); FILE MERGED 2004/02/06 08:46:30 sb 1.54.40.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e2d102e7ef37abe89e7895f2e5af8453dc0cbba0]

        INTEGRATION: CWS sb13 (1.8.42); FILE MERGED 2004/02/06 08:46:26 sb 1.8.42.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [a7d5268138c38ef367424ba76353aa5dd35a8dc8]

        INTEGRATION: CWS sb13 (1.9.42); FILE MERGED 2004/02/06 08:46:25 sb 1.9.42.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d8e0e71437ef58143f0039fe9ec029355fd9034b]

        INTEGRATION: CWS sb13 (1.2.210); FILE MERGED 2004/02/06 08:57:17 sb 1.2.210.1: #i19699# Tightened tools/string.hxx so that arithmetic/enumeration type arguments are not silently converted to char/sal_Unicode.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [7f32c64c8117e4d12dbf234963429792459fe0d6]

        INTEGRATION: CWS sb13 (1.6.112); FILE MERGED 2004/02/06 08:57:54 sb 1.6.112.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d5ebde33c6c3342ebff424340a2e764f385aa290]

        INTEGRATION: CWS sb13 (1.1.1.1.220); FILE MERGED 2004/02/06 08:57:53 sb 1.1.1.1.220.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [01a2739d74de2923f679d53776d6244f0cc24d92]

        INTEGRATION: CWS sb13 (1.3.110); FILE MERGED 2004/02/06 08:57:50 sb 1.3.110.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e18c7207484e55c434e66828a3b424c6aaa1450f]

        INTEGRATION: CWS sb13 (1.6.22); FILE MERGED 2004/02/06 08:57:49 sb 1.6.22.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8e70bd7f046b20ed1f191d365cc0bdf1641386e3]

        INTEGRATION: CWS sb13 (1.8.14); FILE MERGED 2004/02/06 08:57:48 sb 1.8.14.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2f75136f2ccc217d04bdb123e0b42b5776e4ca37]

        INTEGRATION: CWS sb13 (1.14.16); FILE MERGED 2004/02/06 08:57:45 sb 1.14.16.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [11be630d96fd9f1ffa06285699ae3d906d107fec]

        INTEGRATION: CWS sb13 (1.10.122); FILE MERGED 2004/02/06 08:57:44 sb 1.10.122.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [86e6d50c5c9964042fa5a89a4162cc1eebcdfbc8]

        INTEGRATION: CWS sb13 (1.20.122); FILE MERGED 2004/02/06 08:57:43 sb 1.20.122.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d76f3588cf65040598a668d126a56cb74f1f2549]

        INTEGRATION: CWS sb13 (1.2.6); FILE MERGED 2004/02/04 16:49:28 sb 1.2.6.1: #i25074# Added missing @since tags.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [157774145a25f912b6d1de2ce647124a999e366e]

        INTEGRATION: CWS sb13 (1.2.6); FILE MERGED 2004/02/04 16:49:27 sb 1.2.6.1: #i25074# Added missing @since tags.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [7d0586b222e0a1bde363cdc22e2e41728c12b050]

        INTEGRATION: CWS sb13 (1.2.6); FILE MERGED 2004/02/04 16:49:26 sb 1.2.6.1: #i25074# Added missing @since tags.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [241c87e1d7153be9a8f8304c60dffc8e5e7271ae]

        INTEGRATION: CWS sb13 (1.18.42); FILE MERGED 2004/02/06 08:59:28 sb 1.18.42.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [716b29d09e1a3e23a54dc1b01051ab9ceb9cb23d]

        INTEGRATION: CWS sb13 (1.13.42); FILE MERGED 2004/02/06 08:59:25 sb 1.13.42.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [cec7c88dda58cb9581ea27cf9f4b77f8b112489d]

        INTEGRATION: CWS sb13 (1.14.42); FILE MERGED 2004/02/06 08:59:24 sb 1.14.42.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [7bba9ac57026fe1b47c76ffcf76fb2fa21d303df]

        INTEGRATION: CWS sb13 (1.26.16); FILE MERGED 2004/02/06 08:25:40 sb 1.26.16.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [93504c725eb841bcf454a4bc13084965c41fc98f]

        INTEGRATION: CWS sb13 (1.7.20); FILE MERGED 2004/02/06 08:28:13 sb 1.7.20.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [183726ea2310542e58d44922b6e19a3c94318072]

        INTEGRATION: CWS sb13 (1.29.94); FILE MERGED 2004/02/06 08:52:59 sb 1.29.94.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [eb342d9bcb49098ab8463a3d68927a22f1e63fcc]

        INTEGRATION: CWS sb13 (1.8.390); FILE MERGED 2004/02/06 08:52:24 sb 1.8.390.1: #i19699# Adapted to tightened tools/string.hxx (patch supplied by tono).

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f9d6d5f9be84e113915544d636d8cf492b8174f3]

        INTEGRATION: CWS sb13 (1.29.62); FILE MERGED 2004/02/06 08:52:58 sb 1.29.62.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1942d06fcb3e4b92aec514f7637190ab60aa62c4]

        INTEGRATION: CWS sb13 (1.7.176); FILE MERGED 2004/02/06 08:52:23 sb 1.7.176.1: #i19699# Adapted to tightened tools/string.hxx (patch supplied by tono).

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8d26b8d51e5c03b492c253642a683d1061087642]

        INTEGRATION: CWS sb13 (1.3.390); FILE MERGED 2004/02/06 08:52:57 sb 1.3.390.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f09cff7f081fdfad485b33d92e4d0e3edab6b815]

        INTEGRATION: CWS sb13 (1.55.40); FILE MERGED 2004/02/06 08:52:56 sb 1.55.40.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [bf553cb3e7bc9f7b44bcd050b7679948467f0db1]

        INTEGRATION: CWS sb13 (1.26.42); FILE MERGED 2004/02/06 08:52:55 sb 1.26.42.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b079f335421c53e953bb5f7ec18965c99924a629]

        INTEGRATION: CWS sb13 (1.7.390); FILE MERGED 2004/02/06 08:52:52 sb 1.7.390.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [68db6a7dedce9b1ee1ea59fa25d10fea8d171a0a]

        INTEGRATION: CWS sb13 (1.11.82); FILE MERGED 2004/02/04 11:19:26 sb 1.11.82.1: #i25055# Improve stack traces of exceptions thrown over Java URP bridge.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [4b98531ab79dee136e20483a797033eb2ad5b694]

        INTEGRATION: CWS sb13 (1.7.262); FILE MERGED 2004/02/06 08:40:59 sb 1.7.262.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [36b264ec85e521b59acc8879c362b464467504a8]

        INTEGRATION: CWS sb13 (1.3.242); FILE MERGED 2004/02/06 08:40:59 sb 1.3.242.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8d70aa5a04233b237071e508caba320b1088bd92]

        INTEGRATION: CWS sb13 (1.14.42); FILE MERGED 2004/02/06 08:40:57 sb 1.14.42.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e2ea15873bdac86220649619d843606405c59920]

        INTEGRATION: CWS sb13 (1.43.40); FILE MERGED 2004/02/06 08:40:56 sb 1.43.40.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [31a872e2bac7fc4bf436302fde50bd7e1ded9ffa]

        INTEGRATION: CWS sb13 (1.10.42); FILE MERGED 2004/02/06 08:40:55 sb 1.10.42.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [18894d8f505581f72259f659d4679177d12faa0d]

        INTEGRATION: CWS sb13 (1.48.40); FILE MERGED 2004/02/06 08:40:55 sb 1.48.40.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [bb7268a98eda44367573676a1996e49d82ead77a]

        INTEGRATION: CWS sb13 (1.29.42); FILE MERGED 2004/02/06 08:40:54 sb 1.29.42.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [a84c2a1af37eed47539169574ea08c576ebca2ad]

        INTEGRATION: CWS sb13 (1.8.76); FILE MERGED 2004/02/06 08:21:29 sb 1.8.76.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c98bc4eda1b6714a8edb12e8888575347a0f0ee9]

        INTEGRATION: CWS sb13 (1.23.108); FILE MERGED 2004/02/06 08:22:14 sb 1.23.108.1: #i19699# Adapted to tightened tools/string.hxx (patch supplied by tono).

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e7d1821f8fe4439a95697a98e7bcd84f9fe8d53b]

        INTEGRATION: CWS sb13 (1.2.204); FILE MERGED 2004/02/06 08:54:03 sb 1.2.204.1: #i19699# Adapted to tightened tools/string.hxx.

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [95ee72a60b15f846b1cc76637f83e928837c323e]

        INTEGRATION: CWS tuamfilterteam23 (1.105.10); FILE MERGED 2004/02/12 15:57:07 mmaher 1.105.10.2: RESYNC: (1.105-1.106); FILE MERGED 2004/02/11 11:03:46 mmaher 1.105.10.1: #115146# Need to init all fib members to 0

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [a78d4b69e27417b5fd74bc4a1437e0968c102771]

        INTEGRATION: CWS tuamfilterteam23 (1.148.16); FILE MERGED 2004/02/17 11:50:19 mmaher 1.148.16.1: #115146# More ww6 dropcap support

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [df389b8a1405650643790409676b44dbb1b37fc3]

        INTEGRATION: CWS tuamfilterteam23 (1.74.10); FILE MERGED 2004/02/17 11:07:20 mmaher 1.74.10.5: #i25440# Fix for formatting bug supplied by cmc 2004/02/12 15:56:40 mmaher 1.74.10.4: RESYNC: (1.74-1.75); FILE MERGED 2004/02/05 09:48:19 cmc 1.74.10.3: #i16941# bookmarks around word field results need to be reseated to be around writer fields, as writer does not have the same seperation of field and field result that word has 2004/02/04 09:10:09 cmc 1.74.10.2: #i24377# munge default text of ASK into the title prompt 2004/02/03 11:43:07 cmc 1.74.10.1: #i24377# use field result for default input (ASK) field contents, override \d setting if there is such a result

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1ec9b8e245e76f455d1f2df1f026169cc4fea362]

        INTEGRATION: CWS tuamfilterteam23 (1.55.10); FILE MERGED 2004/02/17 16:31:32 cmc 1.55.10.4: #114412# / #i25438# I despise ms overrides and their numbering in general. Hard to come up with a rationale for this group of bytes :-(, am I missing an alignment or something to indicate invalid entries 2004/02/17 11:02:07 mmaher 1.55.10.3: #i25438# Wrong bullet fix supplied by cmc 2004/02/12 15:56:29 mmaher 1.55.10.2: RESYNC: (1.55-1.56); FILE MERGED 2004/02/02 17:11:43 cmc 1.55.10.1: #114412# add newly discovered nfc 0x19 value as equivalent to a bullet

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [fcbc2fc4ae4ea9a499616bfeaa6a2cbece93f01a]

        INTEGRATION: CWS tuamfilterteam23 (1.95.10); FILE MERGED 2004/02/12 15:56:03 mmaher 1.95.10.5: RESYNC: (1.95-1.96); FILE MERGED 2004/02/11 16:53:19 cmc 1.95.10.4: #115437# commit fix for redlines that get corrupted because of merging table cells to 2.0 2004/02/10 12:14:46 cmc 1.95.10.3: #i25319# don't inherit from normal/default if word says to inherit from nothing 2004/02/05 17:18:21 mmaher 1.95.10.2: #i24496# In the case where merges cannot done we need to keep the data in the effected cells 2004/02/03 12:00:12 mmaher 1.95.10.1: #i24762# Inserted a tab in the footnote on export to make it look more like word footnotes

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [bc4d47bc85e476fea6a77e16ba4a8350e4308277]

        INTEGRATION: CWS tuamfilterteam23 (1.122.8); FILE MERGED 2004/02/12 15:55:50 mmaher 1.122.8.3: RESYNC: (1.122-1.124); FILE MERGED 2004/02/05 09:48:18 cmc 1.122.8.2: #i16941# bookmarks around word field results need to be reseated to be around writer fields, as writer does not have the same seperation of field and field result that word has 2004/02/04 10:15:30 cmc 1.122.8.1: #i23140# RTL drawings are positioned differently to RTL frames in writer for some strange reason

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [8d5028fac01d2990c0ca38503c65bbd7b51dc478]

        INTEGRATION: CWS tuamfilterteam23 (1.123.6); FILE MERGED 2004/02/17 11:50:20 mmaher 1.123.6.3: #115146# More ww6 dropcap support 2004/02/12 15:55:39 mmaher 1.123.6.2: RESYNC: (1.123-1.127); FILE MERGED 2004/02/05 09:48:17 cmc 1.123.6.1: #i16941# bookmarks around word field results need to be reseated to be around writer fields, as writer does not have the same seperation of field and field result that word has

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [08cbaa724a7135d71c446bce8cd7e0b9d38aebb7]

        INTEGRATION: CWS tuamfilterteam23 (1.55.12); FILE MERGED 2004/01/23 16:00:28 cmc 1.55.12.1: #114864# make InsertTextLayerObject safe against unexpected events

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e31f7474fe46f2a8eb66ab7ed2a3ceb4ab283bf8]

        INTEGRATION: CWS tuamfilterteam23 (1.110.8); FILE MERGED 2004/02/12 15:55:28 mmaher 1.110.8.2: RESYNC: (1.110-1.112); FILE MERGED 2004/02/04 10:15:28 cmc 1.110.8.1: #i23140# RTL drawings are positioned differently to RTL frames in writer for some strange reason

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [5aeda3f761538f15d5e10a57b44caff821f6c7ae]

        INTEGRATION: CWS tuamfilterteam23 (1.71.10); FILE MERGED 2004/02/12 15:55:17 mmaher 1.71.10.3: RESYNC: (1.71-1.73); FILE MERGED 2004/02/06 14:28:55 cmc 1.71.10.2: #i24291# Some Items cannot be copied correctly, so work in pointers to original objects 2004/02/05 13:48:56 cmc 1.71.10.1: #i24291# implement all sort of cleverness to get word to honour the way we use character styles to override properties, i.e. clear those properties from the range being exported back to the base style and export the swcharfmt as the first of the attributes exported for that range

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2c066b9be62b74cc9f00e131bb98f9530d1409f7]

        INTEGRATION: CWS tuamfilterteam23 (1.56.10); FILE MERGED 2004/02/12 15:55:06 mmaher 1.56.10.4: RESYNC: (1.56-1.57); FILE MERGED 2004/02/10 10:27:53 cmc 1.56.10.3: #i24344# obscure problem where word can't share drawing objects between seperate headers as writer does 2004/02/06 14:28:54 cmc 1.56.10.2: #i24291# Some Items cannot be copied correctly, so work in pointers to original objects 2004/02/04 10:15:27 cmc 1.56.10.1: #i23140# RTL drawings are positioned differently to RTL frames in writer for some strange reason

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [9733b9536ced3e2cf6e314ec132975eca0b8c567]

        INTEGRATION: CWS tuamfilterteam23 (1.61.8); FILE MERGED 2004/02/12 15:54:56 mmaher 1.61.8.2: RESYNC: (1.61-1.63); FILE MERGED 2004/02/10 10:27:52 cmc 1.61.8.1: #i24344# obscure problem where word can't share drawing objects between seperate headers as writer does

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [24ca5562183ccc29796c0bd96ad4f932d9af4d5f]

        INTEGRATION: CWS tuamfilterteam23 (1.30.12); FILE MERGED 2004/02/10 10:27:51 cmc 1.30.12.1: #i24344# obscure problem where word can't share drawing objects between seperate headers as writer does

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c9d8d9ed8351498f7110df480a0dba3a8550e6ce]

        INTEGRATION: CWS tuamfilterteam23 (1.60.10); FILE MERGED 2004/02/17 11:50:21 mmaher 1.60.10.9: #115146# More ww6 dropcap support 2004/02/12 15:54:40 mmaher 1.60.10.8: RESYNC: (1.60-1.61); FILE MERGED 2004/02/11 12:01:58 cmc 1.60.10.7: #i22537# encapsulate pseudo charrun information of shared bidi direction, shared script, and optionally shared charset run collection for export 2004/02/10 16:46:40 mmaher 1.60.10.6: #115146# Support for Dropcaps in Word 6 format 2004/02/06 15:20:36 mmaher 1.60.10.5: #i24762# need to add check to make sure we are at the start of the footnote 2004/02/06 14:28:53 cmc 1.60.10.4: #i24291# Some Items cannot be copied correctly, so work in pointers to original objects 2004/02/05 13:48:55 cmc 1.60.10.3: #i24291# implement all sort of cleverness to get word to honour the way we use character styles to override properties, i.e. clear those properties from the range being exported back to the base style and export the swcharfmt as the first of the attributes exported for that range 2004/02/03 12:00:14 mmaher 1.60.10.2: #i24762# Inserted a tab in the footnote on export to make it look more like word footnotes 2004/01/27 17:20:40 mmaher 1.60.10.1: #i21465# Includes export support for outline references in hyperlinks

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6ff3a0a963c95a5dace3a542a919a5f99f967c98]

        INTEGRATION: CWS tuamfilterteam23 (1.70.10); FILE MERGED 2004/02/12 15:54:28 mmaher 1.70.10.4: RESYNC: (1.70-1.71); FILE MERGED 2004/02/10 10:38:49 cmc 1.70.10.3: #i20520# its not the rtf filters job to clip graphics bigger than a page, if the user wants it the user gets it, and poor old layout (#111909#) has to do the right thing 2004/02/10 10:27:51 cmc 1.70.10.2: #i24344# obscure problem where word can't share drawing objects between seperate headers as writer does 2004/02/04 10:15:25 cmc 1.70.10.1: #i23140# RTL drawings are positioned differently to RTL frames in writer for some strange reason

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [aa17b7bffac46430cf3fd989b9cd123978fb4275]

        INTEGRATION: CWS tuamfilterteam23 (1.3.68); FILE MERGED 2004/02/06 14:28:51 cmc 1.3.68.2: #i24291# Some Items cannot be copied correctly, so work in pointers to original objects 2004/02/05 13:48:54 cmc 1.3.68.1: #i24291# implement all sort of cleverness to get word to honour the way we use character styles to override properties, i.e. clear those properties from the range being exported back to the base style and export the swcharfmt as the first of the attributes exported for that range

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [9e16db6bcada23beec9e5238b7b2d639e98ee49c]

        INTEGRATION: CWS tuamfilterteam23 (1.5.68); FILE MERGED 2004/02/12 15:54:17 mmaher 1.5.68.4: RESYNC: (1.5-1.6); FILE MERGED 2004/02/11 12:01:58 cmc 1.5.68.3: #i22537# encapsulate pseudo charrun information of shared bidi direction, shared script, and optionally shared charset run collection for export 2004/02/06 14:28:50 cmc 1.5.68.2: #i24291# Some Items cannot be copied correctly, so work in pointers to original objects 2004/02/05 13:48:54 cmc 1.5.68.1: #i24291# implement all sort of cleverness to get word to honour the way we use character styles to override properties, i.e. clear those properties from the range being exported back to the base style and export the swcharfmt as the first of the attributes exported for that range

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [789b66bb8c517b7c481b7dd7a48a520785c297cc]

        INTEGRATION: CWS tuamfilterteam23 (1.6.10); FILE MERGED 2004/02/12 15:54:07 mmaher 1.6.10.3: RESYNC: (1.6-1.7); FILE MERGED 2004/02/06 14:28:50 cmc 1.6.10.2: #i24291# Some Items cannot be copied correctly, so work in pointers to original objects 2004/02/05 13:48:54 cmc 1.6.10.1: #i24291# implement all sort of cleverness to get word to honour the way we use character styles to override properties, i.e. clear those properties from the range being exported back to the base style and export the swcharfmt as the first of the attributes exported for that range

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [86913304d773e60f47473ace7923f72fbf3d1ba3]

        INTEGRATION: CWS tuamfilterteam23 (1.6.10); FILE MERGED 2004/02/12 15:53:56 mmaher 1.6.10.5: RESYNC: (1.6-1.7); FILE MERGED 2004/02/11 12:01:57 cmc 1.6.10.4: #i22537# encapsulate pseudo charrun information of shared bidi direction, shared script, and optionally shared charset run collection for export 2004/02/06 14:28:48 cmc 1.6.10.3: #i24291# Some Items cannot be copied correctly, so work in pointers to original objects 2004/02/05 13:48:53 cmc 1.6.10.2: #i24291# implement all sort of cleverness to get word to honour the way we use character styles to override properties, i.e. clear those properties from the range being exported back to the base style and export the swcharfmt as the first of the attributes exported for that range 2004/02/04 18:05:35 cmc 1.6.10.1: #i23842# Import/Export RTF inline graphics as embedded content and not with extra graphic file + import field, floating graphics, ole objects and drawings are not fully covered by this code, but it should keep about 30 of the RTF complaints off my back :-)

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [bbb3e861248e88f1595835b301c69611c416a48e]

        INTEGRATION: CWS tuamfilterteam23 (1.8.68); FILE MERGED 2004/02/10 10:27:50 cmc 1.8.68.1: #i24344# obscure problem where word can't share drawing objects between seperate headers as writer does

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [13c0a0704e0667ed079fa75e1d42998f772cc7bc]

        INTEGRATION: CWS tuamfilterteam23 (1.6.152); FILE MERGED 2004/02/04 18:05:34 cmc 1.6.152.2: #i23842# Import/Export RTF inline graphics as embedded content and not with extra graphic file + import field, floating graphics, ole objects and drawings are not fully covered by this code, but it should keep about 30 of the RTF complaints off my back :-) 2004/01/23 16:11:21 cmc 1.6.152.1: #113486# make Table Export code safe against unexpected events

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c9c6ae23ad1c042fb8c1916f27dff8732e6aee2a]

        INTEGRATION: CWS tuamfilterteam23 (1.22.12); FILE MERGED 2004/02/04 18:05:34 cmc 1.22.12.2: #i23842# Import/Export RTF inline graphics as embedded content and not with extra graphic file + import field, floating graphics, ole objects and drawings are not fully covered by this code, but it should keep about 30 of the RTF complaints off my back :-) 2004/01/23 16:11:21 cmc 1.22.12.1: #113486# make Table Export code safe against unexpected events

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [b20a55901163b13d06b220c339bc292ddb885710]

        INTEGRATION: CWS tuamfilterteam23 (1.13.10); FILE MERGED 2004/02/12 16:00:47 mmaher 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/11 12:04:12 cmc 1.13.10.1: #i22537# munge rtf export logic to use shared rtf/ww8 charrun collection code for pseudo properties of shared bidi run and shared script, removes the older conceptional mistake of assuming that a given script is going to equate to a given direction

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [44f4e3ca678c4632c27ed41f690e3e068edc344a]

        INTEGRATION: CWS tuamfilterteam23 (1.42.12); FILE MERGED 2004/02/18 11:26:25 cmc 1.42.12.5: #i22537# this is odd, if you use one directional token you have to use the other, otherwise word 2003 sticks strikethrough and/or bold/allcaps/italic onto the text!, strange 2004/02/12 16:00:36 mmaher 1.42.12.4: RESYNC: (1.42-1.43); FILE MERGED 2004/02/11 12:04:11 cmc 1.42.12.3: #i22537# munge rtf export logic to use shared rtf/ww8 charrun collection code for pseudo properties of shared bidi run and shared script, removes the older conceptional mistake of assuming that a given script is going to equate to a given direction 2004/02/04 18:05:33 cmc 1.42.12.2: #i23842# Import/Export RTF inline graphics as embedded content and not with extra graphic file + import field, floating graphics, ole objects and drawings are not fully covered by this code, but it should keep about 30 of the RTF complaints off my back :-) 2004/01/23 16:11:20 cmc 1.42.12.1: #113486# make Table Export code safe against unexpected events

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [486e1326ff33501be5fe8fefee50115e2e73b0d4]

        INTEGRATION: CWS tuamfilterteam23 (1.4.68); FILE MERGED 2004/02/12 16:05:00 mmaher 1.4.68.3: RESYNC: (1.4-1.5); FILE MERGED 2004/02/11 12:03:02 cmc 1.4.68.2: #i22537# allow rtf and ww filters to share same export logic of collecting pseudo char runs of shared bidi direction, shared script, and optionally shared charset run. And even document the function, neat eh? 2004/02/04 18:05:32 cmc 1.4.68.1: #i23842# Import/Export RTF inline graphics as embedded content and not with extra graphic file + import field, floating graphics, ole objects and drawings are not fully covered by this code, but it should keep about 30 of the RTF complaints off my back :-)

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [fa05f8c1d8425c706497aaefea822a12031989a0]

        INTEGRATION: CWS os27 (1.7.422); FILE MERGED 2004/01/27 14:40:30 os 1.7.422.1: #i24134# min/max added to RulerBorder

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [883691ecb15a37ba7bdf64d2ea98d6a6b715a16f]

        INTEGRATION: CWS os27 (1.22.144); FILE MERGED 2004/02/25 10:19:05 os 1.22.144.13: #i24134# prevent move of table row margin at automatic page break 2004/02/05 13:14:35 os 1.22.144.12: #i24134# proportional moving of rows horizontally fixed 2004/02/05 08:01:51 os 1.22.144.11: #i24134# proportional moving of rows completed 2004/02/02 14:38:26 os 1.22.144.10: #i24134# right border has to be calculated using the page width instead of height 2004/01/30 12:11:37 fme 1.22.144.9: #i24134# Feature - Modify table rows with the ruler 2004/01/30 11:36:29 os 1.22.144.8: #i24134# calc min/max of margins in vertical tables 2004/01/30 08:45:19 os 1.22.144.7: #i24134# rows in vertical tables 2004/01/28 16:20:30 os 1.22.144.6: #i24134# min/max reworked for columns, too 2004/01/28 12:42:03 os 1.22.144.5: #i24134# min/max of row moving 2004/01/27 14:29:23 os 1.22.144.4: #i24134# linear move of table rows 2004/01/26 15:50:50 os 1.22.144.3: #i24134# move table rows in-doc 2004/01/21 09:22:36 os 1.22.144.2: #i24134# array length corrected 2004/01/19 09:27:16 os 1.22.144.1: #i24134# modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ec872b1b17b1a621dcaee7d24cce859a0856637d]

        INTEGRATION: CWS os27 (1.4.554); FILE MERGED 2004/01/27 14:30:36 os 1.4.554.2: #i24134# Update(SvxColumnItem) improved 2004/01/19 09:27:15 os 1.4.554.1: #i24134# modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f1b33c913b089384b48f26f5193e5ec551737ff0]

        INTEGRATION: CWS os27 (1.42.34); FILE MERGED 2004/02/13 18:33:20 fme 1.42.34.2: RESYNC: (1.42-1.43); FILE MERGED 2004/01/19 09:27:13 os 1.42.34.1: #i24134# modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [45b668f6f6bae157e10c0873cc03a96404713a6b]

        INTEGRATION: CWS os27 (1.4.562); FILE MERGED 2004/02/05 08:02:31 os 1.4.562.4: #i24134# longs instead of USHORTs to prevent conversion errors 2004/01/30 08:45:54 os 1.4.562.3: #i24134# min/max in long instead of USHORT 2004/01/27 14:28:06 os 1.4.562.2: #i24134# min/max changed 2004/01/26 15:05:43 os 1.4.562.1: #i24134# min-max column positions

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [866f0e924e8aa3109ea7a1b1b17717b124ac5aaa]

        INTEGRATION: CWS os27 (1.21.66); FILE MERGED 2004/02/25 10:20:06 os 1.21.66.17: #i24134# prevent move of table row margin at automatic page break 2004/02/06 11:09:57 os 1.21.66.16: #i25054# vertical sections and frames now o.k. 2004/02/05 08:02:54 os 1.21.66.15: #i24134# proportional moving of rows completed 2004/02/04 07:15:00 os 1.21.66.14: #i25054# status method for columned sections/frames on vertical pages corrected 2004/02/03 08:25:48 os 1.21.66.13: #i24134# prevent rounding errors in vertical tables 2004/02/02 11:26:26 fme 1.21.66.12: #i24134# modify table rows with the ruler 2004/01/30 12:11:10 fme 1.21.66.11: #i24134# Feature - Modify table rows with the ruler 2004/01/30 11:35:47 os 1.21.66.10: #i24134# add missing row info 2004/01/30 08:44:55 os 1.21.66.9: #i24134# rows in vertical tables 2004/01/28 16:06:47 os 1.21.66.8: #i24134# min/max support for columns 2004/01/27 14:29:58 os 1.21.66.7: #i24134# min/max of rows and columns changed 2004/01/26 15:51:03 os 1.21.66.6: #i24134# move table rows in-doc 2004/01/26 14:58:20 os 1.21.66.5: #i24134# move table rows in-doc 2004/01/26 11:51:54 os 1.21.66.4: #i24134# table rows: page use of width/height corrected again 2004/01/26 11:24:12 os 1.21.66.3: #i24134# table rows: page use of width/height corrected 2004/01/26 08:47:57 os 1.21.66.2: #i24134# 2004/01/19 09:27:25 os 1.21.66.1: #i24134# modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d4b4a293f896bc6e62449101f20fa8a4b28ad50a]

        INTEGRATION: CWS os27 (1.29.80); FILE MERGED 2004/01/26 14:58:18 os 1.29.80.1: #i24134# move table rows in-doc

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [a27e0e5c43fa3a19b9fadbdf91ab95e00b2b6a75]

        INTEGRATION: CWS os27 (1.60.18); FILE MERGED 2004/02/13 16:16:39 fme 1.60.18.2: RESYNC: (1.60-1.61); FILE MERGED 2004/01/19 09:27:24 os 1.60.18.1: #i24134# modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [a83d03b6f8532e18c46852efb8f5c568f9e9daac]

        INTEGRATION: CWS os27 (1.18.360); FILE MERGED 2004/01/19 09:27:22 os 1.18.360.1: #i24134# modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2f7da0caa2d0f67fc4622872307a29e34c532081]

        INTEGRATION: CWS os27 (1.9.66); FILE MERGED 2004/02/05 10:24:59 os 1.9.66.1: #i24134# help tips for table border dragging added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [da88e5ebfd21b61b11bb6fa3305796e800cab431]

        INTEGRATION: CWS os27 (1.73.64); FILE MERGED 2004/02/13 16:25:10 fme 1.73.64.4: RESYNC: (1.73-1.75); FILE MERGED 2004/02/05 10:24:57 os 1.73.64.3: #i24134# help tips for table border dragging added 2004/01/26 14:58:16 os 1.73.64.2: #i24134# move table rows in-doc 2004/01/19 09:27:19 os 1.73.64.1: #i24134# modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1416863e512c4dfbdb6f329eb52add655311ceb8]

        INTEGRATION: CWS os27 (1.36.36); FILE MERGED 2004/02/05 10:24:55 os 1.36.36.1: #i24134# help tips for table border dragging added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [7c5f9aeff61add4fbd3072f7977184f1960423b6]

        INTEGRATION: CWS os27 (1.3.528); FILE MERGED 2004/02/05 10:24:53 os 1.3.528.1: #i24134# help tips for table border dragging added

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d8f52e81bdeecdc121019e0d86fc7242fd903224]

        INTEGRATION: CWS os27 (1.40.18); FILE MERGED 2004/01/23 07:51:40 fme 1.40.18.1: #i24134# Feature - Modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [63f7749f8e6426da7d4abe97d10d89036582535b]

        INTEGRATION: CWS os27 (1.48.36); FILE MERGED 2004/02/13 16:44:40 fme 1.48.36.2: RESYNC: (1.48-1.49); FILE MERGED 2004/02/09 10:54:43 fme 1.48.36.1: #i24134# Modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [748a3c211a98d1a7e7e127cfe28147616b36da7f]

        INTEGRATION: CWS os27 (1.18.360); FILE MERGED 2004/02/13 16:43:08 fme 1.18.360.3: RESYNC: (1.19-1.20); FILE MERGED 2004/02/05 15:32:42 fme 1.18.360.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/28 17:02:54 fme 1.18.360.1: #i24134# Feature - Modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d0eb984375b1b792add584ece4b899fa6a212be4]

        INTEGRATION: CWS os27 (1.20.40); FILE MERGED 2004/02/09 12:01:45 fme 1.20.40.1: #i24134# Modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [72f37761de36925fa0998cb0fe9948e2b11c6c48]

        INTEGRATION: CWS os27 (1.17.66); FILE MERGED 2004/02/05 15:38:50 fme 1.17.66.10: RESYNC: (1.17-1.18); FILE MERGED 2004/01/28 17:02:31 fme 1.17.66.9: #i24134# Feature - Modify table rows with the ruler 2004/01/28 11:46:44 fme 1.17.66.8: #i24134# Feature - Modify table rows with the rule 2004/01/26 14:41:03 fme 1.17.66.7: #i24134# Feature - Modify table rows with the rules 2004/01/26 13:15:00 fme 1.17.66.6: #i24134# Feature - Modify table rows with the rules 2004/01/26 12:47:58 fme 1.17.66.5: #i24134# Feature - Modify table rows with the rules 2004/01/26 10:34:29 fme 1.17.66.4: #i24134# Feature - Modify table rows with the rules 2004/01/23 14:44:42 fme 1.17.66.3: #i24134# Feature - Modify table rows with the ruler 2004/01/23 07:50:59 fme 1.17.66.2: #i24134# Feature - Modify table rows with the ruler 2004/01/19 09:27:15 os 1.17.66.1: #i24134# modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e43ef2da3e6572a62773f7a416107adb4c69a421]

        INTEGRATION: CWS os27 (1.16.66); FILE MERGED 2004/02/20 14:16:51 fme 1.16.66.20: #i24134# Feature - Modify table rows with the ruler 2004/02/13 16:47:07 fme 1.16.66.19: RESYNC: (1.16-1.17); FILE MERGED 2004/02/05 14:00:44 fme 1.16.66.18: #i24134# Feature - Modify table rows with the ruler - Last changes 2004/02/04 10:44:52 fme 1.16.66.17: #i24134# Feature - Modify table rows with the ruler 2004/02/03 16:03:37 fme 1.16.66.16: #i24134# Feature - Modify table rows with the ruler 2004/02/03 10:06:13 fme 1.16.66.15: #i24134# Feature - Modify table rows with the ruler 2004/02/02 07:35:42 fme 1.16.66.14: #i24134# Feature - Modify table rows with the ruler 2004/01/30 10:51:53 fme 1.16.66.13: #i24134# Feature - Modify table rows with the ruler 2004/01/30 08:45:39 fme 1.16.66.12: #i24134# Feature - Modify table rows with the ruler 2004/01/28 17:01:56 fme 1.16.66.11: #i24134# Feature - Modify table rows with the ruler 2004/01/28 11:46:26 fme 1.16.66.10: #i24134# Feature - Modify table rows with the rule 2004/01/27 07:42:40 fme 1.16.66.9: #i24134# Feature - Modify table rows with the rules 2004/01/26 14:40:45 fme 1.16.66.8: #i24134# Feature - Modify table rows with the rules 2004/01/26 13:14:44 fme 1.16.66.7: #i24134# Feature - Modify table rows with the rules 2004/01/26 12:47:34 fme 1.16.66.6: #i24134# Feature - Modify table rows with the rules 2004/01/26 11:08:07 fme 1.16.66.5: #i24134# Feature - Modify table rows with the rules 2004/01/26 10:33:51 fme 1.16.66.4: #i24134# Feature - Modify table rows with the rules 2004/01/26 09:34:33 fme 1.16.66.3: #i24134# Feature - Modify table rows with the rules 2004/01/23 14:44:05 fme 1.16.66.2: #i24134# Feature - Modify table rows with the ruler 2004/01/23 07:50:24 fme 1.16.66.1: #i24134# Feature - Modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [1cb0222b097f4a0dcf9bc6a82b735d725a8d911b]

        INTEGRATION: CWS os27 (1.3.64); FILE MERGED 2004/02/20 14:15:19 fme 1.3.64.4: #i24134# Feature - Modify table rows with the ruler 2004/01/28 11:45:44 fme 1.3.64.3: #i24134# Feature - Modify table rows with the rules 2004/01/23 11:54:45 fme 1.3.64.2: #i24134# Feature - Modify table rows with the ruler 2004/01/23 07:46:31 fme 1.3.64.1: #i24134# Feature - Modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c4d771584af905efabfb8fc793e5955082ba6260]

        INTEGRATION: CWS os27 (1.15.128); FILE MERGED 2004/01/19 09:27:13 os 1.15.128.1: #i24134# modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [e648e13598479a011ebcc250d7b7e4523cc572be]

        INTEGRATION: CWS os27 (1.1.1.1.568); FILE MERGED 2004/02/20 14:17:28 fme 1.1.1.1.568.3: #i24134# Feature - Modify table rows with the ruler 2004/01/28 13:35:28 fme 1.1.1.1.568.2: #i24134# Feature - Modify table rows with the rules 2004/01/23 07:43:10 fme 1.1.1.1.568.1: #i24134# Feature - Modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [038f5a795db1d16e0f5065763e8990080886b82c]

        INTEGRATION: CWS os27 (1.30.276); FILE MERGED 2004/02/13 16:52:27 fme 1.30.276.6: RESYNC: (1.31-1.32); FILE MERGED 2004/02/05 15:42:54 fme 1.30.276.5: RESYNC: (1.30-1.31); FILE MERGED 2004/01/28 17:00:46 fme 1.30.276.4: #i24134# Feature - Modify table rows with the ruler 2004/01/26 10:35:20 fme 1.30.276.3: #i24134# Feature - Modify table rows with the rules 2004/01/23 07:43:10 fme 1.30.276.2: #i24134# Feature - Modify table rows with the ruler 2004/01/19 09:27:08 os 1.30.276.1: #i24134# modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [417a9e75d7fc417f1fb554db4e3acc5e43b94131]

        INTEGRATION: CWS os27 (1.51.114); FILE MERGED 2004/02/13 16:52:18 fme 1.51.114.5: RESYNC: (1.52-1.53); FILE MERGED 2004/02/05 15:42:39 fme 1.51.114.4: RESYNC: (1.51-1.52); FILE MERGED 2004/01/28 17:00:15 fme 1.51.114.3: #i24134# Feature - Modify table rows with the ruler 2004/01/26 10:35:19 fme 1.51.114.2: #i24134# Feature - Modify table rows with the rules 2004/01/23 07:43:08 fme 1.51.114.1: #i24134# Feature - Modify table rows with the ruler

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [45e30760b78b160336130614cb22507a83df8103]

        INTEGRATION: CWS pb1 (1.15.6); FILE MERGED 2004/01/28 12:03:26 pb 1.15.6.3: RESYNC: (1.15-1.17); FILE MERGED 2004/01/28 07:29:18 pb 1.15.6.2: fix: #92087# merge conficts solved 2004/01/27 09:54:23 pb 1.15.6.1: fix: #92087# add srchdlg.*

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ecd14b50908ef0c5acfd9cb3cca1b08b72accd22]

        INTEGRATION: CWS pb1 (1.21.330); FILE MERGED 2004/01/27 09:55:09 pb 1.21.330.1: fix: #92087# add HID_SEARCHDIALOG

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [2ecd3ca81f1f1a1fd17e49d4c1d75677e7b2cf18]

        INTEGRATION: CWS pb1 (1.1.2); FILE ADDED 2004/02/17 06:34:48 pb 1.1.2.3: fix: #92087# new mnemonic chars 2004/02/16 12:28:28 pb 1.1.2.2: fix: #92087# new strings from EM 2004/01/27 09:52:42 pb 1.1.2.1: fix: #92087# new search dialog for help

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [d45000e5d8f429b55e4f701e190c2ed545558ce6]

        INTEGRATION: CWS pb1 (1.1.2); FILE ADDED 2004/02/16 12:28:28 pb 1.1.2.2: fix: #92087# new strings from EM 2004/01/27 09:52:42 pb 1.1.2.1: fix: #92087# new search dialog for help

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [85aef130ef0e9c08814774b09dce5e6ec899dc9f]

        INTEGRATION: CWS pb1 (1.1.2); FILE ADDED 2004/02/16 12:28:15 pb 1.1.2.2: fix: #92087# toggle handler added 2004/01/27 09:52:43 pb 1.1.2.1: fix: #92087# new search dialog for help

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [f6f4bf8b0eaca8a806c8ec56361d8dddf1eacc40]

        INTEGRATION: CWS pb1 (1.13.332); FILE MERGED 2004/01/27 09:53:45 pb 1.13.332.1: fix: #92087# add RID_DLG_SEARCH

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [0a80ff4a369bf82086f74729c92ef0b2e230374a]

        INTEGRATION: CWS pb1 (1.83.110); FILE MERGED 2004/02/17 11:42:39 pb 1.83.110.5: fix: #92087# toolbar button for search dialog added 2004/02/16 12:27:01 pb 1.83.110.4: fix: #92087# new strings from EM 2004/01/28 12:14:48 pb 1.83.110.3: RESYNC: (1.83-1.84); FILE MERGED 2004/01/28 07:28:55 pb 1.83.110.2: fix: #92087# merge conficts solved 2004/01/27 10:02:28 pb 1.83.110.1: fix: #92087# search within helppages enabled

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [102984b3c444ac1d6aa364070e6b01ce6385f23a]

        INTEGRATION: CWS pb1 (1.47.202); FILE MERGED 2004/01/27 10:02:28 pb 1.47.202.1: fix: #92087# search within helppages enabled

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [a0f01707d02364f475b3129a516ceaf8362add6a]

        INTEGRATION: CWS pb1 (1.91.38); FILE MERGED 2004/02/17 11:42:43 pb 1.91.38.2: fix: #92087# toolbar button for search dialog added 2004/01/27 10:02:29 pb 1.91.38.1: fix: #92087# search within helppages enabled

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [96a524928f4d53717170e3fd3f251f0b7ef21317]

        INTEGRATION: CWS pb1 (1.27.156); FILE MERGED 2004/01/27 09:55:56 pb 1.27.156.1: fix: #92087# add RID_INFO_NOSEARCHTEXTFOUND

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [c42d5be110a34c1d5a26d5ca0d37f60120dd2764]

        INTEGRATION: CWS pb1 (1.1.2); FILE ADDED 2004/02/16 12:25:41 pb 1.1.2.2: fix: #92087# toggle text and handler added 2004/01/27 09:52:15 pb 1.1.2.1: fix: #92087# new search dialog for help

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [a031071686221cea734507c7a9be65c3c8586b08]

        INTEGRATION: CWS as01 (1.55.36); FILE MERGED 2004/02/16 12:29:05 as 1.55.36.2: RESYNC: (1.55-1.57); FILE MERGED 2004/02/10 14:10:07 as 1.55.36.1: #115339# correct if/else list of statements

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [6d815afdf17d85cf960e445601c5845bbb4898a0]

        INTEGRATION: CWS as01 (1.55.8); FILE MERGED 2004/02/10 14:28:39 as 1.55.8.1: #i25114# search for a preferred filter instead of any filter

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [70d6e874d1476d1f5943290a97255eb50fc17216]

        INTEGRATION: CWS as01 (1.75.8); FILE MERGED 2004/02/10 08:42:16 as 1.75.8.1: #115317# use right service name for TypeDetection

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [ed014a8198bfeb9cbb32ca1cc5b77225a0832215]

        INTEGRATION: CWS as01 (1.6.4); FILE MERGED 2004/02/10 11:50:10 cd 1.6.4.1: #105850# Remove access to direct config properties 'OFFICEINSTALLURL' and 'USERINSTALLURL'

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [bd32f48a36c4ff713620f506ead9bcd8b36cac91]

        INTEGRATION: CWS as01 (1.2.4); FILE MERGED 2004/02/13 07:13:50 as 1.2.4.2: #i25353# handle setting of target name right 2004/02/10 08:43:22 as 1.2.4.1: #115339# support URL private:object

2004-02-26  Kurt Zenker  <kz@openoffice.org>  [072a28cc58cd2c831013ed9be3ff4e930a8fbc69]

        INTEGRATION: CWS as01 (1.2.4); FILE MERGED 2004/02/10 08:43:05 as 1.2.4.1: #115339# support URL private:object

2004-02-26  Oliver Bolte  <obo@openoffice.org>  [5097f9245a43ce32c4bec619a23ae7e3e312b94f]

        #100000# disable logging by setting NO_LOGGING for standalone systems

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [92e7a4d09d2b22a257a20639c33578b7acfa099e]

        INTEGRATION: CWS layoutmanager (1.124.2); FILE MERGED 2004/02/19 14:31:25 cd 1.124.2.3: RESYNC: (1.129-1.130); FILE MERGED 2004/01/29 18:36:32 cd 1.124.2.2: RESYNC: (1.124-1.129); FILE MERGED 2004/01/26 09:01:54 as 1.124.2.1: #112900# use StartModule if it is installed only

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [9f66080aaee28a16db86e6dcee9d18963c7d569c]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:05:37 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [064ec7ea3fd8a82f38523a284528757ddb018e05]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/20 13:39:05 sg 1.1.2.3: #i25017#CHG: changed hard file path to tdoc path 2004/02/19 15:54:59 sg 1.1.2.2: #i25017#CHG: enhanced tests 2004/02/19 09:05:26 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6d80197a8dea176c97f7f9387d6d4575c77118c4]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:05:15 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7be9d9658e01e874caa998ea499caea57fd7b113]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:05:03 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e417b222b765a3018fc7fe13e2859d0a4a5f2836]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:04:50 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [94d800de1ecd87a32e231c5275e8d4634f781a7e]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 15:54:59 sg 1.1.2.2: #i25017#CHG: enhanced tests 2004/02/19 09:04:38 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c32dccd47b311c84696cb447271f5a207aae5273]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/16 09:21:03 cn 1.1.2.1: #i19488# initial final version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e76948258dcfad098b88978c78ff45d1515f74d4]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:04:26 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [23839e4959eb2c04b26a4b485d35ba9afb87db6d]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:04:13 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [61a8a097f8a1dc9bceb454630c054ae3e7bc3b51]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:04:02 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a8475a7031f906cb61c57d08df095144980c46c8]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:03:50 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [846558c408d2eb643de01be1d23db928c5e2bcc7]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:03:37 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0e66a74d2e6a00b41d26dbecfd4c71e168e7e01c]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:03:26 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [28cee40c0f6e57cb2ee4c983a10ad578eeac50db]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:03:14 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [eef716c10993be4c8b44650d1b30ad7d6a57a5bf]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:03:02 sg 1.1.2.1: #i25017#NEW: initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [19d6cb97761f196517d02a1388eb0d9e89cb7735]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/20 15:55:00 sg 1.1.2.2: #i25017#CHG: changed deregisterfactory to new name deregisterFactory 2004/02/19 09:29:10 sg 1.1.2.1: #i25017#NEW: intial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [66f83bf98b027b4d1002d9acb4bb1eadb09fff38]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 15:57:03 sg 1.1.2.2: #i25017#CHG: enhanced tests 2004/02/19 09:28:57 sg 1.1.2.1: #i25017#NEW: intial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d0b25be9fa172a9cd9589bde6557bff70f2e34a4]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 15:57:02 sg 1.1.2.2: #i25017#CHG: enhanced tests 2004/02/19 09:28:44 sg 1.1.2.1: #i25017#NEW: intial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f75cc1578d99715d8033ef071df449f4d86f97ba]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 15:57:02 sg 1.1.2.2: #i25017#CHG: enhanced tests 2004/02/19 09:28:33 sg 1.1.2.1: #i25017#NEW: intial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a53f384ae09eb07b62ca5396de4486b440f3f2a7]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 15:57:01 sg 1.1.2.2: #i25017#CHG: enhanced tests 2004/02/19 09:28:20 sg 1.1.2.1: #i25017#NEW: intial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [48a7b2e9c6efbdd3f41a0bd5618665fdc97568ef]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:28:09 sg 1.1.2.1: #i25017#NEW: intial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [eb889a822a54c11729d39e738ba41fe61dbd8a12]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 15:57:01 sg 1.1.2.2: #i25017#CHG: enhanced tests 2004/02/19 09:27:58 sg 1.1.2.1: #i25017#NEW: intial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b2ea6d64bf8e22e0ecc83fa67f92d8a1a1dfab68]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:27:46 sg 1.1.2.1: #i25017#NEW: intial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a9c916bc99a4d60edc6719879458297bee516106]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:27:34 sg 1.1.2.1: #i25017#NEW: intial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7be78bd1c5aa92bdd39d66319fcd6416382a62db]

        INTEGRATION: CWS layoutmanager (1.2.38); FILE MERGED 2004/02/19 09:08:56 sg 1.2.38.1: #i25017#CHG: introduced optional object relation for service names

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e5736b89148636f953a8984d662bd838e1a129d7]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/16 09:23:16 cn 1.1.2.1: #i19488# :new initial version

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e5d62c79921aafc2bb2daf53f85476aeec5b528a]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/20 11:10:51 sg 1.1.2.1: #i25017#NEW: initial version of a changed menubar

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0ce22b144b871f9fc121d8b015e707577d5ee33a]

        INTEGRATION: CWS layoutmanager (1.8.26); FILE MERGED 2004/02/19 09:36:45 sg 1.8.26.1: #i25017#CHG: adapted to new fwk tests in ifc/ui and ifc/frame

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [407b70bb43b6c955d7e9737b731d018fe7bb4041]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/22 12:44:24 sg 1.1.2.2: #i25017#CHG: renamed changed function name 2004/02/19 16:50:56 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7ed227b67da898caf0c0b5dbcf5814da62bf7616]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:50:43 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f991eb25b538419ef6d4926a429a87ae6dcfd8e9]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:50:31 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d49670829fe65632bbc822f63ccbb2ccc6476f9f]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:50:18 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8c9569db0c0cbcf80795e60173eea0334606c723]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:50:06 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d49f03133fd6424e87218ed4a4955763a5e195e4]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:49:55 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [02bc3b5b26277793afa142379b915428a8982667]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:49:42 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [361c0df863f4f20cd0e1c01742434350c3ae660f]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:49:30 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1f660d4154ea3c4cddb148f6701fefa8f2daab93]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:49:19 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b6453b5c3c69a7991af35aeeccb89edec4133ba9]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:49:07 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [2ff428af9dd9e077fb1bf84f5fa624ba6134a094]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:48:42 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f94fe423789b11563a8b0cd7cdf0ce8f74663406]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:48:31 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1bb549fc86d795152962bc063d4bb2bb2dc457f5]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:48:20 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ba43b345b9ece82b393ecdbe7c3903096fde5a85]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 16:48:09 sg 1.1.2.1: #i25017#NEW: initial version of new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1e19a299d6080ad05e1dc73655fb27bd6e992402]

        INTEGRATION: CWS layoutmanager (1.13.70); FILE MERGED 2004/01/19 10:02:24 cd 1.13.70.2: #111899# VCLXMenuBar must be exported to support external implementations 2003/10/01 15:42:02 cd 1.13.70.1: #111899# Some changes to have access to toolkit menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3f40dd3b6d62b6bcd41c718c4448fc076a8d280e]

        INTEGRATION: CWS layoutmanager (1.3.170); FILE MERGED 2003/12/19 07:32:42 cd 1.3.170.2: #111899# Fixed missing include within Unix environment 2003/11/24 09:28:33 abi 1.3.170.1: added XSystemDependentWindowPeer to vclxtopwindow in case of creation via createSystemChild

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [dd466dea16ba81567e53406c1fe0e89932e0d507]

        INTEGRATION: CWS layoutmanager (1.33.12); FILE MERGED 2004/01/30 00:10:50 cd 1.33.12.2: RESYNC: (1.33-1.34); FILE MERGED 2003/11/24 09:28:34 abi 1.33.12.1: added XSystemDependentWindowPeer to vclxtopwindow in case of creation via createSystemChild

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [9aa4101c53e483be1d25c1e5aaad2cf542540a56]

        INTEGRATION: CWS layoutmanager (1.3.146); FILE MERGED 2004/01/19 10:03:03 cd 1.3.146.2: #111899# Added new interface to support set/get commands/help URL 2003/10/01 15:42:01 cd 1.3.146.1: #111899# Some changes to have access to toolkit menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [01338e8fbd9006b6c87589b0a21f72ddd4dba60e]

        INTEGRATION: CWS layoutmanager (1.13.34); FILE MERGED 2004/02/19 17:51:54 cd 1.13.34.3: RESYNC: (1.14-1.15); FILE MERGED 2003/10/07 05:49:17 cd 1.13.34.2: RESYNC: (1.13-1.14); FILE MERGED 2003/10/01 15:42:00 cd 1.13.34.1: #111899# Some changes to have access to toolkit menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [5f28d2479acd4d5744ccb989d8b21c11703cd873]

        INTEGRATION: CWS layoutmanager (1.2.164); FILE MERGED 2003/11/24 09:28:33 abi 1.2.164.1: added XSystemDependentWindowPeer to vclxtopwindow in case of creation via createSystemChild

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b915fdbeace433fd145fa8116f6de72979862bb5]

        INTEGRATION: CWS layoutmanager (1.3.152); FILE MERGED 2004/01/19 10:03:16 cd 1.3.152.2: #111899# Added new interface to support set/get commands/help URL 2003/10/01 15:41:59 cd 1.3.152.1: #111899# Some changes to have access to toolkit menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3274ef4ec111c4957996385f369d1212d9fd2a68]

        INTEGRATION: CWS layoutmanager (1.73.64); FILE MERGED 2004/02/20 09:02:39 cd 1.73.64.14: #111899# Fixed wrong merge 2004/02/19 18:51:40 cd 1.73.64.13: RESYNC: (1.74-1.75); FILE MERGED 2004/01/28 16:30:03 cd 1.73.64.12: #111899# New classes for new index container implementation 2004/01/19 13:33:47 cd 1.73.64.11: #111899# Added new files 2003/12/17 06:55:43 as 1.73.64.10: #i19488# new service to detect office modules 2003/12/09 14:48:55 cd 1.73.64.9: #111899# New files added 2003/11/24 19:23:14 cd 1.73.64.8: RESYNC: (1.73-1.74); FILE MERGED #100000# Merge conflict resolved 2003/11/06 10:45:05 cd 1.73.64.7: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/04 12:07:34 cd 1.73.64.6: #111899# Added new popup menu controller 2003/10/28 12:45:10 cd 1.73.64.5: #111899# Files added 2003/10/01 14:56:35 cd 1.73.64.4: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:56:47 cd 1.73.64.3: #111899# Added files 2003/08/20 15:56:51 cd 1.73.64.2: 111899# Framework based user interface 2003/08/12 10:11:20 cd 1.73.64.1: #i12928# First parts of the new layout manager

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ab0a87c793fab6747ce8beecfa61d0b0a2b7960d]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:13:18 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [461979f5ac756dba8b40097a17f65f89a5fc95e7]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 17:23:22 cd 1.1.2.2: #111899# Solve problem with removed toolbox type from vcl 2004/01/19 13:13:18 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [483881550c89ff8b991ba79083fb5d1dc6cdc321]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:13:17 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [10955ecb176d2d7781010ee7a3c32c29f1bd0087]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:13:16 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a967d2127f6550c94b4874eaeb3ad94af06b23ea]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:13:15 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [34ce54bd4cc7f84808d6a89b71f21441a6be078d]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:13:14 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e30a959436382b6ea94a566b3530f536b075b35d]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:26:02 cd 1.1.2.3: #111899# Adapt code for new index container implementation 2004/01/21 18:31:24 cd 1.1.2.2: #111899# Some comments changed 2004/01/19 13:13:13 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [594feed7fee682e79850761021afd01ecdc1e15a]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:26:00 cd 1.1.2.2: #111899# Adapt code for new index container implementation 2004/01/19 13:13:12 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [12b0b32ed5fd5b37af56e2a07fa7b585e568e660]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:13:45 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f0e9862a4d1c54dd06500434d81e65366c67b87b]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:13:11 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [152c1fa13deb781ead8933c94192958f8582e297]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:13:10 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6c1c598bd63d9765e35374d077f94101821563ed]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:13:09 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c9333500084edf74905164e906c0b33c55f75c31]

        INTEGRATION: CWS layoutmanager (1.6.76); FILE MERGED 2004/02/18 09:37:44 cd 1.6.76.3: #i25017# Correct namespace for the UICommandDescription service 2004/01/30 17:14:57 cd 1.6.76.2: #111899# Removed obsolete service description 2004/01/27 08:51:06 cd 1.6.76.1: #111899# Added new services

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f99a486217aab621e80a4c8b9cd60d7227cc5798]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:17:27 cd 1.1.2.4: #i25017# Fixed typo 2004/02/19 08:54:08 cd 1.1.2.3: #i25017# Fixed problem with returned registered factories 2004/01/28 16:25:58 cd 1.1.2.2: #111899# Adapt code for new index container implementation 2004/01/19 13:19:35 cd 1.1.2.1: #111899# Factories for ui elements

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [9b7056bb41022364fdd6c054479c74e0287bb4d8]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:25:58 cd 1.1.2.7: #111899# Adapt code for new index container implementation 2004/01/19 13:19:34 cd 1.1.2.6: #111899# Factories for ui elements 2003/11/24 07:21:51 cd 1.1.2.5: #111899# Support listener to get notifications when configuration changes 2003/10/31 16:38:18 cd 1.1.2.4: #111899# Fixed some problems with OLE inplace editing 2003/10/28 08:27:25 cd 1.1.2.3: #111899# Some changes for user interface configuration API 2003/10/01 14:56:34 cd 1.1.2.2: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:53:10 cd 1.1.2.1: #111899# Factory for popup menu controller implemented

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [591a0f1fbcfab448b467eecb43d6330b5ce9903a]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 07:43:26 cd 1.1.2.5: #111899# Support special creation mode to have only a toolkit menu bar without menubarmanager interaction. Is needed for inplace editing of our own modules 2004/01/28 16:25:57 cd 1.1.2.4: #111899# Adapt code for new index container implementation 2004/01/26 09:12:28 as 1.1.2.3: #i19488# use long names instead of short names 2004/01/20 11:08:16 cd 1.1.2.2: #111899# Lock solar mutex 2004/01/19 13:19:31 cd 1.1.2.1: #111899# Factories for ui elements

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3947fa0faf6e310e17edc2ba4839528a893a1dfa]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:19:29 cd 1.1.2.2: #111899# Factories for ui elements 2003/09/12 08:53:23 cd 1.1.2.1: #111899# Factory for popup menu controller added

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [916c85fd3ab57581e66d66675060ef632dc60ecd]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 16:49:55 cd 1.1.2.5: #111899# Support for new configuration file structure 2004/01/28 16:21:06 cd 1.1.2.4: #111899# index container implementation for mulit-thread env 2004/01/26 09:12:27 as 1.1.2.3: #i19488# use long names instead of short names 2004/01/19 13:32:37 cd 1.1.2.2: #111899# Some changes for user interface element classes 2003/12/09 14:39:17 cd 1.1.2.1: #111899# New manager to control associations between command URL and user interface names

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [5eec4b40487e15beda16bda950ef88368a3d5b8c]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:21:06 cd 1.1.2.1: #111899# index container implementation for mulit-thread env

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d3852df90bdadd6a8147c5aa2ff2c5110efc5e16]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/20 10:54:15 cd 1.1.2.4: #111899# Only one popup menu controller service entry 2003/11/04 12:04:30 cd 1.1.2.3: #111899# Menus use activate to get status updates 2003/10/31 16:38:12 cd 1.1.2.2: #111899# Fixed some problems with OLE inplace editing 2003/10/28 08:24:50 cd 1.1.2.1: #111899# Added popup menu controller

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [cd0674faac19c0b4bb2951d1894386fd79ac2256]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 07:43:06 cd 1.1.2.11: #111899# Support special creation mode to have only a toolkit menu bar without menubarmanager interaction. Is needed for inplace editing of our own modules 2004/01/28 16:21:05 cd 1.1.2.10: #111899# index container implementation for mulit-thread env 2004/01/21 18:14:33 cd 1.1.2.9: #111899# Don't delete the menubar pointer it will be destroyed by toolkit 2004/01/20 08:49:47 cd 1.1.2.8: #111899# Fixed wrong exception specification 2004/01/19 13:32:36 cd 1.1.2.7: #111899# Some changes for user interface element classes 2003/12/17 06:54:17 as 1.1.2.6: #111899# handle basic ide 2003/10/28 08:26:22 cd 1.1.2.5: #111899# Some changes for user interface configuration API 2003/10/08 14:05:05 cd 1.1.2.4: #111899# Provide interface to retrieve system dependent menu handle 2003/10/08 12:40:38 cd 1.1.2.3: #111899# Fixed crashes with merged inplace menus 2003/10/01 14:56:32 cd 1.1.2.2: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:52:13 cd 1.1.2.1: #111899# Added classes for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [635d8b5b0c2152efb80694bb27fa8df9487b108d]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/23 08:37:12 cd 1.1.2.25: #111899# Fixed merge problem with popup menu controller and empty popups 2004/02/22 08:43:39 cd 1.1.2.24: #111899# Allow empty popup menus to support window list 2004/02/03 07:41:40 cd 1.1.2.23: #111899# Fill out item command for popup menus to support debugging 2004/02/01 19:33:23 cd 1.1.2.22: #111899# Use callback to set accelerator infos 2004/02/01 12:42:34 cd 1.1.2.21: #111899# Use correct service name 2004/01/30 16:47:34 cd 1.1.2.20: #111899# Uses command description service correctly 2004/01/28 16:21:04 cd 1.1.2.19: #111899# index container implementation for mulit-thread env 2004/01/26 09:12:26 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:12:19 cd 1.1.2.17: #111899# Some bugfixes related to deleting vcl popup menus 2004/01/20 10:54:13 cd 1.1.2.16: #111899# Only one popup menu controller service entry 2004/01/19 13:32:35 cd 1.1.2.15: #111899# Some changes for user interface element classes 2003/12/09 14:36:38 cd 1.1.2.14: #111899# Support Addons 2003/11/05 12:42:30 cd 1.1.2.13: #111899# Container window must be provided to layout manager 2003/11/04 12:04:30 cd 1.1.2.12: #111899# Menus use activate to get status updates 2003/10/31 16:38:11 cd 1.1.2.11: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:33:52 cd 1.1.2.10: #111899# Fixed solar mutex not locked problem 2003/10/29 08:07:32 cd 1.1.2.9: #111899# Fixed reference problem with gcc 2003/10/28 09:15:35 cd 1.1.2.8: #111899# Fixed wrong include 2003/10/28 08:26:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 09:34:11 cd 1.1.2.6: #111899# Don't use new VCL function 2003/10/10 12:52:03 cd 1.1.2.5: #111899# Remove popup menus from menu bar when created by popup menu controllers 2003/10/08 14:52:15 cd 1.1.2.4: #111899# Comment out new structure until VCL method integrated 2003/10/08 14:05:06 cd 1.1.2.3: #111899# Provide interface to retrieve system dependent menu handle 2003/10/08 12:40:38 cd 1.1.2.2: #111899# Fixed crashes with merged inplace menus 2003/09/12 08:52:12 cd 1.1.2.1: #111899# Added classes for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [fa74e752153e6a7cba0e27b6df548215502cf2e3]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:21:04 cd 1.1.2.5: #111899# index container implementation for mulit-thread env 2003/12/09 14:40:57 cd 1.1.2.4: #111899# New files added 2003/11/04 12:04:30 cd 1.1.2.3: #111899# Menus use activate to get status updates 2003/10/28 08:25:56 cd 1.1.2.2: #111899# Adapt makefile.mk 2003/10/01 14:56:32 cd 1.1.2.1: #111899# Additional changes to support popup menu controller and inplace menus

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0e808787d567f6480c89cf94d04180d05b11e0f1]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:21:04 cd 1.1.2.3: #111899# index container implementation for mulit-thread env 2004/01/19 13:32:34 cd 1.1.2.2: #111899# Some changes for user interface element classes 2003/10/28 08:25:12 cd 1.1.2.1: #111899# Generic container for ui element configuration data

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1fb9f081288c9481f8674c96e109939bf830dfa8]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:29:40 cd 1.1.2.5: #i25017# Use resource for menu item inside popup menu controller 2004/01/20 10:54:13 cd 1.1.2.4: #111899# Only one popup menu controller service entry 2003/11/27 08:45:04 cd 1.1.2.3: #111899# Fixed bug with all menu item 2003/11/27 08:22:28 cd 1.1.2.2: #111899# Support new types for uno command URLs 2003/11/04 12:02:53 cd 1.1.2.1: #111899# New menu controller for Writer header/footer

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d0d0a5dfd75237b0296974b4b87bfeeee69bb2f6]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:29:40 cd 1.1.2.5: #i25017# Use resource for menu item inside popup menu controller 2004/01/20 10:54:09 cd 1.1.2.4: #111899# Only one popup menu controller service entry 2003/11/27 08:45:04 cd 1.1.2.3: #111899# Fixed bug with all menu item 2003/11/27 08:22:27 cd 1.1.2.2: #111899# Support new types for uno command URLs 2003/11/04 12:02:53 cd 1.1.2.1: #111899# New menu controller for Writer header/footer

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ad36e2f65f409fde50a289abd465ec237e30e55b]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/20 10:54:07 cd 1.1.2.5: #111899# Only one popup menu controller service entry 2003/11/04 12:04:29 cd 1.1.2.4: #111899# Menus use activate to get status updates 2003/10/31 16:38:08 cd 1.1.2.3: #111899# Fixed some problems with OLE inplace editing 2003/10/28 08:25:37 cd 1.1.2.2: #111899# Some changes for popup menu controller 2003/09/12 08:52:12 cd 1.1.2.1: #111899# Added classes for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [2daae51342cb3eaabed8d77129b58cb4334c6f49]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:29:39 cd 1.1.2.7: #i25017# Use resource for menu item inside popup menu controller 2004/01/20 10:54:06 cd 1.1.2.6: #111899# Only one popup menu controller service entry 2003/11/27 08:22:27 cd 1.1.2.5: #111899# Support new types for uno command URLs 2003/11/04 12:04:28 cd 1.1.2.4: #111899# Menus use activate to get status updates 2003/10/31 16:38:07 cd 1.1.2.3: #111899# Fixed some problems with OLE inplace editing 2003/10/28 08:25:36 cd 1.1.2.2: #111899# Some changes for popup menu controller 2003/09/12 08:52:11 cd 1.1.2.1: #111899# Added classes for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [2ad866ec382332ecbec322e3476715db5a55e971]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/18 15:20:11 cd 1.1.2.4: #i25017# Controller should check reference before usage 2004/02/01 22:12:03 cd 1.1.2.3: #111899# Accelerators within popup menu controller and new functions for controller popup menu controller 2004/01/20 10:54:04 cd 1.1.2.2: #111899# Only one popup menu controller service entry 2003/12/09 14:35:55 cd 1.1.2.1: #111899# Added menu controller for form layer

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [36bb1fe162a02048c00008cd00644abb4531ce2e]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:21:03 cd 1.1.2.1: #111899# index container implementation for mulit-thread env

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [81c9ac64f214acd3d63209d7db788c7ac7cc32b5]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/13 11:40:46 cd 1.1.2.6: #i25017# document storage can already been disposed. Catch exceptions 2004/02/06 08:07:41 cd 1.1.2.5: #i25017# Fixed problem with calling reset on ui configuration manager 2004/02/04 15:05:24 cd 1.1.2.4: #i25017# Fixed problem with replace-remove-replace setting 2004/01/28 16:25:55 cd 1.1.2.3: #111899# Adapt code for new index container implementation 2004/01/21 18:11:29 cd 1.1.2.2: #111899# Some bugfixes 2004/01/19 13:16:07 cd 1.1.2.1: #111899# ui configuration manager implementations added

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [751cc805c81a63f06007f32e2bbed721f2e1b0bf]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/20 00:02:58 cd 1.1.2.8: #i25017# Fixed problem with second intialize call 2004/02/06 08:07:41 cd 1.1.2.7: #i25017# Fixed problem with calling reset on ui configuration manager 2004/02/04 15:05:24 cd 1.1.2.6: #i25017# Fixed problem with replace-remove-replace setting 2004/02/04 12:14:09 cd 1.1.2.5: #i25017# Fixed crash when using getUIElementsInfo 2004/01/28 16:25:55 cd 1.1.2.4: #111899# Adapt code for new index container implementation 2004/01/21 18:11:28 cd 1.1.2.3: #111899# Some bugfixes 2004/01/20 08:12:13 cd 1.1.2.2: #111899# Fixed compile problems 2004/01/19 13:16:06 cd 1.1.2.1: #111899# ui configuration manager implementations added

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6172a948d5d9c67886fbdeb236816ddf86c71140]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:45 cd 1.1.2.5: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/01/26 09:12:25 as 1.1.2.4: #i19488# use long names instead of short names 2004/01/20 10:53:40 cd 1.1.2.3: #111899# Some changes 2004/01/20 08:12:13 cd 1.1.2.2: #111899# Fixed compile problems 2004/01/19 13:16:08 cd 1.1.2.1: #111899# ui configuration manager implementations added

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b0fb09f198acc6e30a574f4c3c9a3a2bbacc44d0]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:16:10 cd 1.1.2.1: #111899# ui configuration manager implementations added

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c729343c165bf86336b120c700abff119d21afa5]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 16:50:25 cd 1.1.2.4: #111899# Removed old identify method 2004/01/26 09:12:24 as 1.1.2.3: #i19488# use long names instead of short names 2003/12/18 09:48:52 as 1.1.2.2: #i19488# new detection method 2003/12/17 06:54:39 as 1.1.2.1: #i19488# new service to detect office modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3becfd83e2115f209588214efa5b1253067570ab]

        INTEGRATION: CWS layoutmanager (1.15.8); FILE MERGED 2004/02/19 18:53:01 cd 1.15.8.4: RESYNC: (1.15-1.16); FILE MERGED 2004/01/19 13:31:21 cd 1.15.8.3: #111899# Some files moved to another folder 2003/12/17 06:55:42 as 1.15.8.2: #i19488# new service to detect office modules 2003/10/28 08:27:24 cd 1.15.8.1: #111899# Some changes for user interface configuration API

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [83f344b12d620d44b6c0f1a9b0f65fccce40bea2]

        INTEGRATION: CWS layoutmanager (1.69.22); FILE MERGED 2004/02/19 18:52:21 cd 1.69.22.14: RESYNC: (1.70-1.71); FILE MERGED 2004/02/02 09:58:03 as 1.69.22.13: #i19488# remove prop IsBackingMode at the frame instance 2004/02/01 12:42:33 cd 1.69.22.12: #111899# Use correct service name 2004/01/30 17:17:32 cd 1.69.22.11: #111899# Support closer for backing mode 2004/01/29 19:12:14 cd 1.69.22.10: RESYNC: (1.69-1.70); FILE MERGED 2004/01/26 09:10:48 as 1.69.22.9: #112900# use StartModule only if its available 2003/11/06 10:44:41 cd 1.69.22.8: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:55:51 cd 1.69.22.7: #111899# Container window must be provided to layout manager 2003/11/05 12:42:27 cd 1.69.22.6: #111899# Container window must be provided to layout manager 2003/10/13 11:56:26 cd 1.69.22.5: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/06 05:35:46 cd 1.69.22.4: RESYNC: (1.68-1.69); FILE MERGED 2003/10/02 09:41:24 cd 1.69.22.3: RESYNC: (1.69-1.68); FILE MERGED 2003/08/20 15:56:50 cd 1.69.22.2: 111899# Framework based user interface 2003/08/12 10:11:19 cd 1.69.22.1: #i12928# First parts of the new layout manager

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ff170ed4a5a3928967c552ac396264467b61c48a]

        INTEGRATION: CWS layoutmanager (1.7.30); FILE MERGED 2004/02/02 09:58:03 as 1.7.30.3: #i19488# remove prop IsBackingMode at the frame instance 2004/01/28 16:25:53 cd 1.7.30.2: #111899# Adapt code for new index container implementation 2004/01/26 09:10:16 as 1.7.30.1: #112900# ren BackingComp to StartModule

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [39a72acd723e37c4fde0c50702e09bc331051e11]

        INTEGRATION: CWS layoutmanager (1.17.76); FILE MERGED 2004/02/19 18:53:30 cd 1.17.76.10: RESYNC: (1.17-1.18); FILE MERGED 2004/01/28 16:25:52 cd 1.17.76.9: #111899# Adapt code for new index container implementation 2004/01/19 13:30:08 cd 1.17.76.8: #111899# Added new services 2003/12/17 06:55:41 as 1.17.76.7: #i19488# new service to detect office modules 2003/12/09 15:10:33 cd 1.17.76.6: #111899# New services added 2003/11/04 12:06:40 cd 1.17.76.5: #111899# Menus use activate to get status updates 2003/10/28 08:27:23 cd 1.17.76.4: #111899# Some changes for user interface configuration API 2003/10/01 14:56:31 cd 1.17.76.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:56:14 cd 1.17.76.2: #111899# Additional services for new ui implementation 2003/08/12 10:11:18 cd 1.17.76.1: #i12928# First parts of the new layout manager

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [efa6ecc9137625b3049c5807348e5fa6fc165f83]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [51c8ce36ccbfd0b565da54abfec01fefe50e3b1a]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7ec49810e2f9e83dbb881032482ba74c32617d75]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:25:49 cd 1.1.2.3: #111899# Adapt code for new index container implementation 2004/01/19 13:28:46 cd 1.1.2.2: #111899# Adapt class to service description 2003/09/12 08:50:52 cd 1.1.2.1: #111899# Added base class for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [fca0e0a94dd0a9a3324cfaa51ef5680b58b13009]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:25:49 cd 1.1.2.2: #111899# Adapt code for new index container implementation 2004/01/19 13:18:34 cd 1.1.2.1: #111899# Base class for configurable ui elements

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [555a6b859b263b5e80fc907ba4dc0e6776756683]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:22:15 cd 1.1.2.1: #111899# Shareable mutex for item container implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d6085f34c22ec6264c24a883875afd404f752c87]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:04:50 cd 1.1.2.4: #i25017# Check reference before usage 2003/11/04 12:06:39 cd 1.1.2.3: #111899# Menus use activate to get status updates 2003/10/31 16:38:01 cd 1.1.2.2: #111899# Fixed some problems with OLE inplace editing 2003/09/12 08:50:52 cd 1.1.2.1: #111899# Added base class for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c51c95081051cbc10be1f1568f7e2643d529d75c]

        INTEGRATION: CWS layoutmanager (1.22.76); FILE MERGED 2004/02/19 18:54:57 cd 1.22.76.5: RESYNC: (1.22-1.23); FILE MERGED 2004/01/28 16:25:48 cd 1.22.76.4: #111899# Adapt code for new index container implementation 2004/01/19 13:28:10 cd 1.22.76.3: #111899# New files added 2003/11/06 10:44:39 cd 1.22.76.2: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/09/12 08:54:45 cd 1.22.76.1: #111899# Added new files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c59a6c59b34cce198508aa0dc042c19f349a4976]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/07 08:00:33 cd 1.1.2.2: #111899# Support static docking for toolbars 2003/11/06 10:46:06 cd 1.1.2.1: #111899# Adapt code to support toolbar space on normal and OLE inplace frames

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [896e3925edc3db0d74494079713e1cc79f665111]

        INTEGRATION: CWS layoutmanager (1.2.76); FILE MERGED 2004/02/01 15:09:29 cd 1.2.76.2: #111899# Support accelerators inside new menu implementation 2004/02/01 14:55:24 cd 1.2.76.1: #111899# Support accelerators inside new menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f41aaed957a443b9b987a59a748cecd2dee4da5b]

        INTEGRATION: CWS layoutmanager (1.12.30); FILE MERGED 2004/02/19 18:56:04 cd 1.12.30.3: RESYNC: (1.13-1.14); FILE MERGED 2004/01/29 19:13:36 cd 1.12.30.2: RESYNC: (1.12-1.13); FILE MERGED 2004/01/19 13:27:18 cd 1.12.30.1: #111899# Removed non-documented feature to load/store menu configuration from/to streams with dispatch

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [9ff4ec99f4a678f978122bba194e00ac118c602c]

        INTEGRATION: CWS layoutmanager (1.28.76); FILE MERGED 2004/02/19 18:55:36 cd 1.28.76.4: RESYNC: (1.28-1.29); FILE MERGED 2004/01/26 09:10:02 as 1.28.76.3: #i19488# rollback warning for unsupported slots 2004/01/19 13:25:30 cd 1.28.76.2: #111899# comment ourt assertion 2003/12/18 09:49:33 as 1.28.76.1: #i19488# ignore missing dispatches

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0f07514b89323aff812747b1caf7193a09ab470d]

        INTEGRATION: CWS layoutmanager (1.4.60); FILE MERGED 2004/02/20 09:42:12 cd 1.4.60.6: #111899# Include header to have definition of dcss 2004/02/05 09:17:53 as 1.4.60.5: #11103#, #113002# merge 645 into src680 2004/02/02 09:58:02 as 1.4.60.4: #i19488# remove prop IsBackingMode at the frame instance 2004/01/30 17:18:57 cd 1.4.60.3: #111899# Support closer for backing mode 2004/01/29 19:13:26 cd 1.4.60.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/26 09:09:12 as 1.4.60.1: #112900# use StartModule only if its available

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6f0e747abc0901af7256cac12a7febee5e8522b2]

        INTEGRATION: CWS layoutmanager (1.11.76); FILE MERGED 2004/02/19 18:58:59 cd 1.11.76.4: RESYNC: (1.11-1.12); FILE MERGED 2003/10/13 11:56:21 cd 1.11.76.3: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/08/20 15:56:49 cd 1.11.76.2: 111899# Framework based user interface 2003/08/12 10:11:17 cd 1.11.76.1: #i12928# First parts of the new layout manager

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [903fb87c3052133281370285884db893429cb8e3]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/07 08:00:32 cd 1.1.2.2: #111899# Support static docking for toolbars 2003/08/20 15:56:49 cd 1.1.2.1: 111899# Framework based user interface

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7528cec4ca8ffc3707fadae06abbe6fd456b9014]

        INTEGRATION: CWS layoutmanager (1.9.16); FILE MERGED 2004/02/03 15:29:36 cd 1.9.16.1: #i25017# Use resource for menu item inside popup menu controller

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [42487a5949e7700d92f1039760f5191f43d08656]

        INTEGRATION: CWS layoutmanager (1.34.26); FILE MERGED 2004/01/19 13:25:01 cd 1.34.26.2: #111899# include resource.h from inc/classes 2003/10/31 16:37:58 cd 1.34.26.1: #111899# Fixed some problems with OLE inplace editing

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [33d8e238875fe40788958c3595ab31230b7b13fd]

        INTEGRATION: CWS layoutmanager (1.26.76); FILE MERGED 2004/02/19 18:58:18 cd 1.26.76.4: RESYNC: (1.27-1.28); FILE MERGED 2004/01/19 13:27:53 cd 1.26.76.3: #111899# Changed makefile.mk 2003/10/06 05:37:30 cd 1.26.76.2: RESYNC: (1.26-1.27); FILE MERGED 2003/08/20 15:56:48 cd 1.26.76.1: 111899# Framework based user interface

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [90adac6f99e3d587639396a8fbbbdf2e8314c945]

        INTEGRATION: CWS layoutmanager (1.3.68); FILE MERGED 2004/02/02 09:58:00 as 1.3.68.1: #i19488# remove prop IsBackingMode at the frame instance

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [814ae4799fdfe82e5c83476285611789927d2c66]

        INTEGRATION: CWS layoutmanager (1.4.60); FILE MERGED 2004/01/29 19:13:48 cd 1.4.60.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/28 16:25:46 cd 1.4.60.1: #111899# Adapt code for new index container implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e572c2c7bb19f197272c322112e2c07b9af16bef]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/20 11:53:21 sg 1.1.2.1: #i25017#NEW: initial version of changed menu bar

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e9c2411eba987260deb4f7020bb53eed330e207b]

        INTEGRATION: CWS layoutmanager (1.2.20); FILE MERGED 2004/02/20 11:54:31 sg 1.2.20.1: #i25017#CHG: added testdoc path

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [df13f421047a4b8b5b274855710a28c06502d2bc]

        INTEGRATION: CWS layoutmanager (1.2.20); FILE MERGED 2004/02/20 11:31:18 sg 1.2.20.1: #i25017#CHG: added new tests

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0f5808340a5142ef153357aca655a3068e65b945]

        INTEGRATION: CWS layoutmanager (1.26.10); FILE MERGED 2004/02/19 19:00:19 cd 1.26.10.5: RESYNC: (1.27-1.28); FILE MERGED 2004/02/03 15:27:39 cd 1.26.10.4: #i25017# New default menubar configuration files 2003/10/06 05:38:00 cd 1.26.10.3: RESYNC: (1.25-1.27); FILE MERGED 2003/10/02 09:43:10 cd 1.26.10.2: RESYNC: (1.26-1.25); FILE MERGED 2003/08/20 15:56:48 cd 1.26.10.1: 111899# Framework based user interface

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b9fd0370d794fbe220dcf3331c93fe7f3115aae0]

        INTEGRATION: CWS layoutmanager (1.10.130); FILE MERGED 2004/02/20 09:21:44 cd 1.10.130.5: #111899# Removed guiapps 2004/02/19 19:00:11 cd 1.10.130.4: RESYNC: (1.10-1.11); FILE MERGED 2004/01/19 13:24:18 cd 1.10.130.3: #111899# Added new folders 2003/09/12 08:54:28 cd 1.10.130.2: #111899# Added new folders 2003/08/12 10:11:17 cd 1.10.130.1: #i12928# First parts of the new layout manager

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ca6676a01d4a6cc36f0b7b04c26b066a4bd51163]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:12:06 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b0e928bbaca0ca48f34ad45f7270bfdcae5d98e7]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:12:05 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [67a9830ad8526fbfd36d1ca0c21a6ed87899681f]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:12:04 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7db17da63769e80f6cd5826bbf641df0ecc0084a]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 17:22:33 cd 1.1.2.2: #111899# Solve problem with removed toolbox type from vcl 2004/01/19 13:12:04 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b25b9351262fcc1e3cc64d4c04f1e44cd2f26287]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:12:03 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [48e60940a5b6bd631c3dc39d87cca2edf3a3e811]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:12:02 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [30c40bfb3b86975e0d358ce898dcfdab93bd9bb3]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:12:01 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0f78621fa5a41e7c0ed9df7d3ce9dc813db152b1]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:27:22 cd 1.1.2.2: #111899# Adapt code for new index container implementation 2004/01/19 13:12:01 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [77312fb55f141d9c2f6d9e4dfb0327b39a58b43f]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:27:20 cd 1.1.2.2: #111899# Adapt code for new index container implementation 2004/01/19 13:12:00 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [57d8955d0a287b8bfbaf62f1757d7f79a283388e]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:11:59 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [2670719da91d0ddccb1fda3847653e4f2292cfe6]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:11:58 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [4b0c15dfd418f62400d080f420e74d6d7172c0f9]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:11:57 cd 1.1.2.1: #111899# Moved xml load/store classes to own sub folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e73ae698a966aabb84f65599d16a4668639dbd31]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:17:54 cd 1.1.2.2: #i25017# Fixed typo 2004/01/19 13:09:54 cd 1.1.2.1: #111899# Factories for framework based user interface elements

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [16666a35ed92ae390228e0d778b0c012cca15ce9]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:27:15 cd 1.1.2.2: #111899# Adapt code for new index container implementation 2004/01/19 13:09:52 cd 1.1.2.1: #111899# Factories for framework based user interface elements

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ea26e06aaaef39952e4099078e580516dfbe7854]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:09:51 cd 1.1.2.1: #111899# Factories for framework based user interface elements

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [998d6b11fe40aee75edb088feeb439e2b743f9bf]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 12:57:00 cd 1.1.2.1: #111899# Added header for ui element type name definition

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [62e0a20a729390a081defa5bb9267e6468e9e5aa]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 12:57:34 cd 1.1.2.2: #111899# Some bugfixes 2003/12/09 14:46:08 cd 1.1.2.1: #111899# New service to control association between command URLs and user interface names

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [321374b359a4dfaea80f33a48ced8e9ab21f5995]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 17:59:06 cd 1.1.2.2: #111899# Fixed bad include statement 2004/01/28 16:18:50 cd 1.1.2.1: #111899# index container implementation for mulit-thread env

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [083722b22a2cc09483de8f0a4962460f5095370e]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/10/31 16:37:48 cd 1.1.2.2: #111899# Fixed some problems with OLE inplace editing 2003/10/28 08:21:56 cd 1.1.2.1: #111899# Added popup menu controller

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [791da25d43a1af9e9dfee8025a65f4479ec527c1]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:18:49 cd 1.1.2.5: #111899# index container implementation for mulit-thread env 2004/01/19 12:57:34 cd 1.1.2.4: #111899# Some bugfixes 2003/10/28 08:27:12 cd 1.1.2.3: #111899# Some changes for user interface configuration API 2003/10/01 14:56:28 cd 1.1.2.2: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:47:59 cd 1.1.2.1: #111899# Added classes for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [2adcce02f12b9f94b15f04c65681ca8ad9e8ca95]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 16:47:19 cd 1.1.2.7: #111899# Uses command description service correctly 2004/01/28 16:18:48 cd 1.1.2.6: #111899# index container implementation for mulit-thread env 2004/01/19 12:57:33 cd 1.1.2.5: #111899# Some bugfixes 2003/10/31 16:37:47 cd 1.1.2.4: #111899# Fixed some problems with OLE inplace editing 2003/10/28 08:27:12 cd 1.1.2.3: #111899# Some changes for user interface configuration API 2003/10/08 14:43:45 cd 1.1.2.2: #111899# Provide interface to retrieve system dependent menu handle 2003/09/12 08:47:59 cd 1.1.2.1: #111899# Added classes for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [70a16e05f63884761d42038aa12aac18ee78a37a]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 17:59:05 cd 1.1.2.4: #111899# Fixed bad include statement 2004/01/28 16:18:48 cd 1.1.2.3: #111899# index container implementation for mulit-thread env 2003/10/28 08:50:33 cd 1.1.2.2: #111899# Fixed wrong include 2003/10/28 08:24:17 cd 1.1.2.1: #111899# Generic container for ui element configuration data

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8c8e7dfc20460b9e33f564d9907b095a97892b81]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/04 12:02:26 cd 1.1.2.1: #111899# New menu controller for Writer header/footer

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c3886b354a70f0652cbf6a98c65b3e89346a2e6d]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/04 12:06:52 cd 1.1.2.3: #111899# Menus use activate to get status updates 2003/10/31 16:37:46 cd 1.1.2.2: #111899# Fixed some problems with OLE inplace editing 2003/09/12 08:47:58 cd 1.1.2.1: #111899# Added classes for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [9af764b60dda9f1d55b89bba90870c02f76df7c3]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/04 12:06:51 cd 1.1.2.3: #111899# Menus use activate to get status updates 2003/10/31 16:37:46 cd 1.1.2.2: #111899# Fixed some problems with OLE inplace editing 2003/09/12 08:47:57 cd 1.1.2.1: #111899# Added classes for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [107be4b79e060885a2f64832c052ce7e7228e66a]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/12/09 14:44:30 cd 1.1.2.1: #111899# Added menu controller for form layer

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d4caf9cabfcdd84f27be1ab4af68b0717ff1d7cf]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:18:47 cd 1.1.2.1: #111899# index container implementation for mulit-thread env

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c1cad8c0c2807c892e02787089221d598881473a]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:27:10 cd 1.1.2.4: #111899# Adapt code for new index container implementation 2004/01/21 18:10:43 cd 1.1.2.3: #111899# Some bugfixes 2004/01/20 08:11:54 cd 1.1.2.2: #111899# Fixed compile problems 2004/01/19 12:55:51 cd 1.1.2.1: #111899# Added ui configuration managers for documents and modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [530c915cd0ac40fdfeedc7f060f9ad9400958811]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:27:07 cd 1.1.2.4: #111899# Adapt code for new index container implementation 2004/01/21 18:30:29 cd 1.1.2.3: #111899# Some bugfixes 2004/01/20 08:11:54 cd 1.1.2.2: #111899# Fixed compile problems 2004/01/19 12:55:50 cd 1.1.2.1: #111899# Added ui configuration managers for documents and modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [44cad2dfcdfe845ae7eee6c12190fe2772dff5b1]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 12:55:50 cd 1.1.2.1: #111899# Added ui configuration managers for documents and modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [32a04b01bd9c9b0c1d00a76627c225b2de7ee4ce]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/10/28 08:27:09 cd 1.1.2.3: #111899# Some changes for user interface configuration API 2003/10/01 14:56:27 cd 1.1.2.2: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:46:43 cd 1.1.2.1: #111899# Added factory for popup menu controller

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [902b144d33a95c27a5d01ef89a7177394664ccfd]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 16:46:46 cd 1.1.2.4: #111899# Removed old identify method 2003/12/19 08:22:48 cd 1.1.2.3: #i19488# Corrected include statement 2003/12/18 09:23:52 as 1.1.2.2: #i19488# new detection method 2003/12/17 06:54:59 as 1.1.2.1: #i19488# new service to detect office modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [58ecb08b37d7bdfe5a6cff5df274489d47af8eda]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 16:46:11 cd 1.1.2.14: #111899# Support closer for backing mode 2004/01/28 16:27:05 cd 1.1.2.13: #111899# Adapt code for new index container implementation 2004/01/21 18:10:15 cd 1.1.2.12: #111899# Listeners for layout manager 2004/01/19 13:23:11 cd 1.1.2.11: #111899# Adapt layout manager to the new implementations 2003/11/07 08:00:25 cd 1.1.2.10: #111899# Support static docking for toolbars 2003/11/06 10:44:30 cd 1.1.2.9: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:37 cd 1.1.2.8: #111899# Container window must be provided to layout manager 2003/10/28 09:37:26 cd 1.1.2.7: #111899# Use ui namespace for DockingArea 2003/10/28 08:27:07 cd 1.1.2.6: #111899# Some changes for user interface configuration API 2003/10/13 11:56:09 cd 1.1.2.5: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:43:59 cd 1.1.2.4: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/01 14:56:26 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:49:26 cd 1.1.2.2: #111899# Additional functions for frame layout manager 2003/08/20 15:56:47 cd 1.1.2.1: 111899# Framework based user interface

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [41b270741e8f38fae4d20090e3b4a7fc7f38b478]

        INTEGRATION: CWS layoutmanager (1.27.76); FILE MERGED 2004/02/19 19:00:56 cd 1.27.76.5: RESYNC: (1.27-1.28); FILE MERGED 2004/02/02 09:57:31 as 1.27.76.4: #i19488# remove prop IsBackingMode at the frame instance 2003/10/28 08:27:05 cd 1.27.76.3: #111899# Some changes for user interface configuration API 2003/08/20 15:56:46 cd 1.27.76.2: 111899# Framework based user interface 2003/08/12 10:11:16 cd 1.27.76.1: #i12928# First parts of the new layout manager

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [711b265a9c5882a6ff7ceef53b036e864fde9291]

        INTEGRATION: CWS layoutmanager (1.2.76); FILE MERGED 2004/01/26 09:08:30 as 1.2.76.1: #112900# ren BackingComp to StartModule

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [edc12958dcd2a59d59791d791988eef84deab921]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 13:22:37 cd 1.1.2.3: #111899# Some changes for non-configurable ui element base class 2003/10/28 08:27:02 cd 1.1.2.2: #111899# Some changes for user interface configuration API 2003/09/12 08:45:38 cd 1.1.2.1: #111899# Added base class for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [422e60e2c3196b67cb42b79e368e8e125f2f1abd]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:27:03 cd 1.1.2.2: #111899# Adapt code for new index container implementation 2004/01/19 12:53:57 cd 1.1.2.1: #111899# Base class for ui configurable elements

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [bb69417ba25640147c56c9f249b8c2df04d299cf]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/28 16:01:06 cd 1.1.2.1: #111899# Shareable mutex for item container implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e20ef221d8d573576605173ee331b7996989e32f]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/04 12:06:49 cd 1.1.2.4: #111899# Menus use activate to get status updates 2003/10/31 16:37:44 cd 1.1.2.3: #111899# Fixed some problems with OLE inplace editing 2003/10/01 14:56:25 cd 1.1.2.2: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:45:37 cd 1.1.2.1: #111899# Added base class for new user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3e100a1a51b87c14628b67d63961b76cb777e11e]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/06 10:45:50 cd 1.1.2.1: #111899# Adapt code to support toolbar space on normal and OLE inplace frames

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [170071f9d0521bcea26d191efbdce73de86d7ee0]

        INTEGRATION: CWS layoutmanager (1.2.76); FILE MERGED 2004/02/01 15:09:40 cd 1.2.76.2: #111899# Support accelerators inside new menu implementation 2004/02/01 14:55:12 cd 1.2.76.1: #111899# Support accelerators inside new menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1ad7835bb10ab8876b91a8b0e0dec7b5a68e08c1]

        INTEGRATION: CWS layoutmanager (1.2.76); FILE MERGED 2004/01/30 16:45:49 cd 1.2.76.1: #111899# Support closer for backing mode

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [97feaf1bb13e379a33310138731eda5cee8fedf8]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/07 08:00:24 cd 1.1.2.2: #111899# Support static docking for toolbars 2003/08/20 15:46:18 cd 1.1.2.1: 111899# Framework based user interface

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e813987cb399c3dc230ca89f152003c55140b9f4]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:29:22 cd 1.1.2.2: #i25017# Use resource for menu item inside popup menu controller 2004/01/19 12:53:01 cd 1.1.2.1: #111899# Moved file so it can be included by other classes

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8dcf483af6dc1b3f00431badd67b457ee42e3557]

        INTEGRATION: CWS layoutmanager (1.18.52); FILE MERGED 2004/01/28 16:27:01 cd 1.18.52.11: #111899# Adapt code for new index container implementation 2004/01/26 09:08:12 as 1.18.52.10: #112900# ren BackingComp to StartModule 2004/01/20 10:53:04 cd 1.18.52.9: #111899# Only one popup menu controller service entry 2004/01/19 13:21:46 cd 1.18.52.8: #111899# Added new services 2003/12/17 06:55:40 as 1.18.52.7: #i19488# new service to detect office modules 2003/12/09 14:42:59 cd 1.18.52.6: #111899# New services 2003/11/04 12:06:48 cd 1.18.52.5: #111899# Menus use activate to get status updates 2003/10/28 08:27:01 cd 1.18.52.4: #111899# Some changes for user interface configuration API 2003/10/01 14:56:24 cd 1.18.52.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:48:45 cd 1.18.52.2: #111899# Added services to framework project 2003/08/12 10:11:15 cd 1.18.52.1: #i12928# First parts of the new layout manager

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [9be190c3c15e3747197c6c4e5e905650cbc69d8d]

        INTEGRATION: CWS layoutmanager (1.2.76); FILE MERGED 2004/02/02 09:57:29 as 1.2.76.3: #i19488# remove prop IsBackingMode at the frame instance 2004/01/28 16:27:01 cd 1.2.76.2: #111899# Adapt code for new index container implementation 2003/08/12 10:11:14 cd 1.2.76.1: #i12928# First parts of the new layout manager

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f202e819ca81cf8477ebc7479616cf2bf58888a0]

        INTEGRATION: CWS layoutmanager (1.3.20); FILE MERGED 2004/02/20 08:48:03 cd 1.3.20.2: #111899# We need dcss 2004/02/20 08:46:26 cd 1.3.20.1: #111899# We need dcss

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [31b89260aa7e27722738f42c16fd3a6969e16ab6]

        INTEGRATION: CWS layoutmanager (1.16.62); FILE MERGED 2004/01/30 00:15:57 cd 1.16.62.2: RESYNC: (1.16-1.17); FILE MERGED 2003/12/16 16:34:40 jb 1.16.62.1: #i23571# Need to apply element name to instances of imported templates

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1aaf528df0cbe1dd7219b67c4697d870635e77a7]

        INTEGRATION: CWS layoutmanager (1.13.50); FILE MERGED 2004/02/19 13:39:32 cd 1.13.50.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/26 09:24:11 as 1.13.50.1: #112900# use StartModule if it is installed only

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d24276d04187a4e52683f68cfd183d39cec73f7a]

        INTEGRATION: CWS layoutmanager (1.98.4); FILE MERGED 2004/01/29 08:32:40 cd 1.98.4.3: RESYNC: (1.98-1.101); FILE MERGED 2004/01/22 08:38:53 cd 1.98.4.2: #111899# Calculate size of menu bar if item has been changed 2004/01/19 10:08:18 cd 1.98.4.1: #111899# Added support for HelpURL

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [9b432c29abb6c56af3933fc66e82231171423090]

        INTEGRATION: CWS layoutmanager (1.2.6); FILE MERGED 2004/01/14 15:46:36 mav 1.2.6.1: #114858# removing of elements must have effect after commit

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1821b209a7c696ac252d1baad3206258243ebbd0]

        INTEGRATION: CWS layoutmanager (1.80.6); FILE MERGED 2004/02/19 13:07:36 cd 1.80.6.3: RESYNC: (1.80-1.82); FILE MERGED 2004/01/21 18:08:20 cd 1.80.6.2: #114906# Better error detection 2004/01/19 12:48:25 mav 1.80.6.1: #114906# catalog can have no manifest.xml

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8b1eba4619a8a246962570de7ad613cff08a5ef8]

        INTEGRATION: CWS layoutmanager (1.1.8); FILE MERGED 2004/02/21 09:36:55 cd 1.1.8.1: #111899# Code moved from obsolete scp project

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [90c8b74cacae53616469c50081495fcc376911ee]

        INTEGRATION: CWS layoutmanager (1.3.8); FILE MERGED 2004/02/21 09:36:55 cd 1.3.8.1: #111899# Code moved from obsolete scp project

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [093865329120656c025f8717b8e431eb0bd2c0ec]

        INTEGRATION: CWS layoutmanager (1.1.8); FILE MERGED 2004/02/21 09:36:54 cd 1.1.8.1: #111899# Code moved from obsolete scp project

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [39f0bd7d28574706cbca155a821982694953ff60]

        INTEGRATION: CWS layoutmanager (1.1.8); FILE MERGED 2004/02/21 09:36:53 cd 1.1.8.1: #111899# Code moved from obsolete scp project

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [edde64fa3a959cdcde88b8daa0d96211fe4ad27a]

        INTEGRATION: CWS layoutmanager (1.1.8); FILE MERGED 2004/02/21 09:36:52 cd 1.1.8.1: #111899# Code moved from obsolete scp project

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [adf7f3613b517e41ce124402329e686df3c93466]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 12:40:25 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [50dbfff12c81b1a0b527a3ab1058e5d0a77cc44a]

        INTEGRATION: CWS layoutmanager (1.4.12); FILE MERGED 2004/01/26 09:17:06 as 1.4.12.1: #111770 correct handling of service names

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [65465498fbd1c41b7252df9fb972e39939eefcea]

        INTEGRATION: CWS layoutmanager (1.2.282); FILE MERGED 2003/11/24 09:17:26 cd 1.2.282.1: #111899# Support QueryValue for Calc items

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [fdb3ede594cd17922e92e5b0f0d6ae82bde6228f]

        INTEGRATION: CWS layoutmanager (1.2.144); FILE MERGED 2003/11/24 09:15:17 cd 1.2.144.1: #111899# Support QueryValue for Calc items

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b8ab95844734ab3f0e2a1463621fd3489105fdac]

        INTEGRATION: CWS layoutmanager (1.3.248); FILE MERGED 2004/02/19 18:44:39 cd 1.3.248.3: RESYNC: (1.4-1.5); FILE MERGED 2003/11/24 19:12:39 cd 1.3.248.2: RESYNC: (1.3-1.4); FILE MERGED #100000# Merge conflict resolved 2003/10/01 15:34:16 cd 1.3.248.1: #111899# Added slot to get updates for font list

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [10792c1407a2fcae2910362fb00e4b8a4f5b3b16]

        INTEGRATION: CWS layoutmanager (1.12.12); FILE MERGED 2004/02/19 18:46:06 cd 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/03 15:17:34 cd 1.12.12.1: #i25017# Deliver new ui configuration files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e8b9b3480f73e3ef3a704f129070f2a18f5241b3]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/16 10:04:37 cd 1.1.2.2: #111899# Fixed problem where two commands have the same uno command (InsertTable), now use (InsertSpreadsheet) for draw and impress 2004/02/03 12:34:13 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0bd6486a001b48053f3eb48b0ba48c1ec534cb64]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/16 10:04:36 cd 1.1.2.2: #111899# Fixed problem where two commands have the same uno command (InsertTable), now use (InsertSpreadsheet) for draw and impress 2004/02/03 12:16:54 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [bc49ad394a25afff4c7429ab6f0449c86b1ce399]

        INTEGRATION: CWS layoutmanager (1.37.76); FILE MERGED 2004/01/29 21:37:10 cd 1.37.76.2: RESYNC: (1.37-1.39); FILE MERGED 2003/12/09 16:36:08 mba 1.37.76.1: #114320#: consider external Inplace mode

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c8e91ec3b6907b9d6b58616af7a7493cb3f8032d]

        INTEGRATION: CWS layoutmanager (1.28.80); FILE MERGED 2004/01/29 21:36:47 cd 1.28.80.2: RESYNC: (1.28-1.31); FILE MERGED 2003/12/09 16:36:04 mba 1.28.80.1: #114320#: consider external Inplace mode

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [29fe8a35f8999df71ef09a4353a19f56bcaf9891]

        INTEGRATION: CWS layoutmanager (1.65.4); FILE MERGED 2004/02/19 18:09:09 cd 1.65.4.3: RESYNC: (1.68-1.69); FILE MERGED 2004/01/29 21:47:54 cd 1.65.4.2: RESYNC: (1.65-1.68); FILE MERGED 2004/01/26 09:21:03 as 1.65.4.1: #111770 correct handling of service names

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d6532568ff4150bd0350211505e4965ed321f2e2]

        INTEGRATION: CWS layoutmanager (1.4.4); FILE MERGED 2004/02/19 18:09:00 cd 1.4.4.3: RESYNC: (1.5-1.6); FILE MERGED 2004/01/29 21:47:20 cd 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/26 09:21:01 as 1.4.4.1: #111770 correct handling of service names

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a43234433ca2f63be6debe3f6210dfa7810405c9]

        INTEGRATION: CWS layoutmanager (1.13.128); FILE MERGED 2003/12/19 07:08:55 cd 1.13.128.1: #11189# Obsolete slots removed, corrected configure flags on non-ui slots

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b9710971e8fe496a16445ec94452bbbdf6f131ba]

        INTEGRATION: CWS layoutmanager (1.15.4); FILE MERGED 2004/02/19 18:17:17 cd 1.15.4.3: RESYNC: (1.15-1.16); FILE MERGED 2004/02/04 08:19:45 cd 1.15.4.2: #i25017# New default menubar configuration files 2004/02/03 15:16:30 cd 1.15.4.1: #i25017# Deliver new ui configuration files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [979fd87a94b717dac572965abf9149db946ebd0c]

        INTEGRATION: CWS layoutmanager (1.5.222); FILE MERGED 2004/01/29 23:07:33 cd 1.5.222.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/19 07:07:05 cd 1.5.222.1: #111899# Removed obsolete slot ids

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [4dd2b3f91eac43d615bfb718c1ccd7894c42e0aa]

        INTEGRATION: CWS layoutmanager (1.6.26); FILE MERGED 2004/02/02 09:18:46 abi 1.6.26.4: added tracker 2003/11/24 19:21:04 cd 1.6.26.3: RESYNC: (1.6-1.7); FILE MERGED 2003/11/06 14:57:07 abi 1.6.26.2: added container window wrapper 2003/10/29 13:43:30 abi 1.6.26.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [68f2fa3f1ee1f61f0bc05aa526f7c8b28c0c2cee]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/06 14:57:07 abi 1.1.2.1: added container window wrapper

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [39adf1951474e791d34048b6d2164d242906172b]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/02 09:15:40 abi 1.1.2.3: with tracker 2003/11/20 12:54:57 abi 1.1.2.2: resizing of frame 2003/10/29 13:42:32 abi 1.1.2.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [cef0d70d91cc7f38cdba7e112f0e29b7d53888dd]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/20 12:54:56 abi 1.1.2.3: resizing of frame 2003/11/18 15:05:28 abi 1.1.2.2: recycling Frame,Window and Document 2003/10/29 13:42:31 abi 1.1.2.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [9b61468a33e4375a1483da22b26a9c82bea9ef7e]

        INTEGRATION: CWS layoutmanager (1.9.30); FILE MERGED 2003/10/29 13:42:30 abi 1.9.30.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a6dd734448e467a25c6f282f1f9c27a7dcc2c263]

        INTEGRATION: CWS layoutmanager (1.11.30); FILE MERGED 2004/02/02 09:15:41 abi 1.11.30.8: with tracker 2003/12/04 13:08:19 abi 1.11.30.7: workaround layoutoutrequest in deactivate, generic menuhandling 2003/11/20 12:54:55 abi 1.11.30.6: resizing of frame 2003/11/19 16:17:50 abi 1.11.30.5: some tries 2003/11/18 15:05:28 abi 1.11.30.4: recycling Frame,Window and Document 2003/11/06 14:57:06 abi 1.11.30.3: added container window wrapper 2003/11/05 16:18:59 abi 1.11.30.2: added XDockingAreaAcceptor 2003/10/29 13:42:29 abi 1.11.30.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8c4ce79976495be11cbb82e847517d217bdb8982]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/06 14:57:05 abi 1.1.2.1: added container window wrapper

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3d3ab2242fdf0b292650360958cf14a2a6c2c8a0]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/02 17:02:48 abi 1.1.2.2: tracker fixed 2004/02/02 09:13:58 abi 1.1.2.1: recttracker with win32-api

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3e8e69e54e38c543da62b4f5dd9e626068a04cff]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/02 09:15:39 abi 1.1.2.3: with tracker 2003/11/20 12:54:52 abi 1.1.2.2: resizing of frame 2003/10/29 13:40:54 abi 1.1.2.1: new files for inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b5175163533e01333a2e103964bef06a56580583]

        INTEGRATION: CWS layoutmanager (1.3.32); FILE MERGED 2003/10/29 13:41:33 abi 1.3.32.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [dab8a80b508bf81ceac8fc9a5e020801781e9dfb]

        INTEGRATION: CWS layoutmanager (1.4.26); FILE MERGED 2004/02/02 09:18:06 abi 1.4.26.4: added tracker 2003/12/04 13:08:19 abi 1.4.26.3: workaround layoutoutrequest in deactivate, generic menuhandling 2003/11/06 14:57:04 abi 1.4.26.2: added container window wrapper 2003/10/29 13:41:33 abi 1.4.26.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ab2bcfc2b9aa43bac0533d086d2b2f37d257de4e]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/20 12:54:52 abi 1.1.2.3: resizing of frame 2003/11/18 15:05:26 abi 1.1.2.2: recycling Frame,Window and Document 2003/10/29 13:40:50 abi 1.1.2.1: new files for inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f3e7cb64cbfbe4edba10ec36524eaf4709b238e8]

        INTEGRATION: CWS layoutmanager (1.2.32); FILE MERGED 2003/10/29 13:41:32 abi 1.2.32.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [45c079e0ce137bdc5cc77c1d84799ccdc3e6b18c]

        INTEGRATION: CWS layoutmanager (1.11.30); FILE MERGED 2003/10/29 13:41:32 abi 1.11.30.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f1ac22b05e90c1f46a58647340f8c61e36197aac]

        INTEGRATION: CWS layoutmanager (1.12.30); FILE MERGED 2003/10/29 13:41:31 abi 1.12.30.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [002b475d640335955a314dec2f642d2bb5dfdcdb]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/11/18 15:05:26 abi 1.1.2.2: recycling Frame,Window and Document 2003/10/29 13:40:59 abi 1.1.2.1: new files for inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [508ec4831d4c6166ef0781034d6f62d58707ec24]

        INTEGRATION: CWS layoutmanager (1.13.22); FILE MERGED 2004/02/19 08:55:50 cd 1.13.22.15: #111899# Fixed crash when click save on toolbar in the inplace editing scenario 2004/02/02 09:15:38 abi 1.13.22.14: with tracker 2003/12/04 13:08:18 abi 1.13.22.13: workaround layoutoutrequest in deactivate, generic menuhandling 2003/11/24 09:29:32 abi 1.13.22.12: changed to interface XSYstemDependentWindowPeer for getting win handle 2003/11/20 12:54:51 abi 1.13.22.11: resizing of frame 2003/11/19 16:17:50 abi 1.13.22.10: some tries 2003/11/18 15:05:25 abi 1.13.22.9: recycling Frame,Window and Document 2003/11/18 08:42:23 abi 1.13.22.8: earlier setting of docking area acceptor 2003/11/17 10:03:11 abi 1.13.22.7: earlier setting of callback 2003/11/07 14:45:53 abi 1.13.22.6: child window for container 2003/11/07 14:38:38 abi 1.13.22.5: child window for container 2003/11/06 14:57:03 abi 1.13.22.4: added container window wrapper 2003/11/05 16:18:58 abi 1.13.22.3: added XDockingAreaAcceptor 2003/10/31 15:39:11 cd 1.13.22.2: Changed menu item creation to support VCL implementation 2003/10/29 13:41:31 abi 1.13.22.1: inplace activation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [93fb34d9cfb7e9049c9882f66609ac9a1f40b4fa]

        INTEGRATION: CWS layoutmanager (1.62.28); FILE MERGED 2004/02/19 13:56:43 cd 1.62.28.8: RESYNC: (1.68-1.69); FILE MERGED 2004/01/29 10:19:44 cd 1.62.28.7: RESYNC: (1.67-1.68); FILE MERGED 2003/11/25 10:47:16 cd 1.62.28.6: #100000# Fixed merge problem 2003/11/24 18:21:17 cd 1.62.28.5: RESYNC: (1.64-1.67); FILE MERGED #100000# Merge conflict resolved 2003/10/06 06:08:20 cd 1.62.28.4: RESYNC: (1.60-1.64); FILE MERGED 2003/10/02 08:58:52 cd 1.62.28.3: RESYNC: (1.62-1.60); FILE MERGED 2003/10/01 15:30:37 cd 1.62.28.2: #111899# Additional interfaces for framework based menus 2003/08/20 15:39:35 cd 1.62.28.1: #111899# UNO API for framework based user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f3ece501fb7ff32ef7da284330a6689998de3291]

        INTEGRATION: CWS layoutmanager (1.49.16); FILE MERGED 2004/02/19 13:58:00 cd 1.49.16.7: RESYNC: (1.54-1.56); FILE MERGED 2004/01/29 10:20:13 cd 1.49.16.6: RESYNC: (1.53-1.54); FILE MERGED 2003/11/24 18:22:58 cd 1.49.16.5: RESYNC: (1.51-1.53); FILE MERGED 2003/11/24 08:30:49 cd 1.49.16.4: #111899# Added new namespace for status structures 2003/10/06 06:08:30 cd 1.49.16.3: RESYNC: (1.48-1.51); FILE MERGED 2003/10/02 08:59:00 cd 1.49.16.2: RESYNC: (1.49-1.48); FILE MERGED 2003/08/20 15:39:34 cd 1.49.16.1: #111899# UNO API for framework based user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [940a681384afaaa2c34fe95de398569751f8eb44]

        INTEGRATION: CWS layoutmanager (1.45.42); FILE MERGED 2004/02/19 13:57:52 cd 1.45.42.8: RESYNC: (1.51-1.52); FILE MERGED 2004/01/30 09:52:11 cd 1.45.42.7: #111899# Fixed wrong dependency line 2004/01/29 10:19:59 cd 1.45.42.6: RESYNC: (1.50-1.51); FILE MERGED 2003/11/25 09:00:42 cd 1.45.42.5: #100000# Fixed merge problem 2003/11/24 18:22:51 cd 1.45.42.4: RESYNC: (1.47-1.50); FILE MERGED #100000# Merge conflict resolved 2003/10/06 06:08:26 cd 1.45.42.3: RESYNC: (1.45-1.47); FILE MERGED 2003/10/01 15:30:35 cd 1.45.42.2: #111899# Additional interfaces for framework based menus 2003/08/20 15:39:34 cd 1.45.42.1: #111899# UNO API for framework based user interface implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d1c217cbb411d38cc337178c89a49cf0dfd00a60]

        INTEGRATION: CWS layoutmanager (1.18.66); FILE MERGED 2003/08/20 15:39:30 cd 1.18.66.2: #111899# UNO API for framework based user interface implementation 2003/08/12 10:12:14 cd 1.18.66.1: #i12928# First parts of the new layout manager API

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [5d3e0df8db4f57ec6c83fdae5c48315a57dd5fa8]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/08/12 10:15:36 cd 1.1.2.1: #i12928# First parts of the new layout manager API

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1528ef62d75584936dbe8d4f4242095515e4f738]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/08/12 10:15:28 cd 1.1.2.1: #i12928# First parts of the new layout manager API

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c8fa3ae008b69d4677dacabf97668938e01ead26]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/08/12 10:15:46 cd 1.1.2.1: #i12928# First parts of the new layout manager API

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [eb51c75695c1bfaddab6deab072595fee681cb61]

        INTEGRATION: CWS layoutmanager (1.12.100); FILE MERGED 2003/08/20 15:39:30 cd 1.12.100.2: #111899# UNO API for framework based user interface implementation 2003/08/12 10:12:14 cd 1.12.100.1: #i12928# First parts of the new layout manager API

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3648158695ea837f6fd594549c371aa46393161c]

        INTEGRATION: CWS layoutmanager (1.2.26); FILE MERGED 2004/01/29 10:34:02 cd 1.2.26.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/16 14:55:38 mav 1.2.26.1: #114906# new service to generate package from folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d4d7c17a546d663bf17c51defb78bef5d3fa15cd]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/16 14:56:12 mav 1.1.2.1: #114906# new service to generate package from folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3f7b5db35aafbd2301128470b3a38032213c750a]

        INTEGRATION: CWS layoutmanager (1.22.100); FILE MERGED 2004/02/19 14:07:48 cd 1.22.100.4: RESYNC: (1.23-1.24); FILE MERGED 2004/01/29 10:35:21 cd 1.22.100.3: RESYNC: (1.22-1.23); FILE MERGED 2004/01/19 09:59:48 cd 1.22.100.2: #111899# Added new interface 2003/10/08 14:13:56 cd 1.22.100.1: #111899# Provide interface to retrieve system dependent menu handle

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [39d1fe07667ef11557d99e037402c14eb3469e04]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2003/10/08 14:10:34 cd 1.1.2.1: #111899# Provide interface to retrieve system dependent menu handle

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [2fc55cc10424dac1eeca9fa65234110c60bb2ab4]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 09:51:44 cd 1.1.2.1: #111899# Extended menu interface to support command and help URLs

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [2f6c01bb1aa82f2de3d940fa24b56726af96d32e]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 13:16:09 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6794b41fe70cea7e307d408263374eefc2f85fc9]

        INTEGRATION: CWS layoutmanager (1.2.4); FILE MERGED 2004/01/26 08:58:25 as 1.2.4.1: #111770# correct service name handling

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [93517df1bd8c1d0968134400cb22b6b20f666642]

        INTEGRATION: CWS layoutmanager (1.92.26); FILE MERGED 2004/02/20 00:04:42 cd 1.92.26.3: #111899# Menubar resources are obsolete now - replaced by xml based configuration file 2004/01/29 10:07:53 cd 1.92.26.2: RESYNC: (1.92-1.93); FILE MERGED 2003/12/19 08:17:11 cd 1.92.26.1: #111899# Popup menus need command string

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8aa453a855f41e3fc5ad9badccb9032e50951238]

        INTEGRATION: CWS layoutmanager (1.20.4); FILE MERGED 2004/02/19 18:04:51 cd 1.20.4.2: RESYNC: (1.20-1.21); FILE MERGED 2004/02/03 15:19:07 cd 1.20.4.1: #i25017# Deliver new ui configuration files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [4fa6ec5d669bcc586999c33f4c12b0795e744e2f]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:14:34 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [24d2e6a7f2b468178238778b2081405deb1cfb55]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:14:33 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1d9defbd34f1b44f2caf9d4615dee78e561a4fec]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:14:32 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a29a69d8325bd84fc4a5621ea43276433194be60]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:14:31 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e51cfc6772d13cad7a5c31c61efcf13c4bdf987a]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:14:30 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [bae1e20cc8c08a89c423cad5889096793360ebd6]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:14:29 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [eb07856ea0613b2eb614208b44d0a894adc2a8b2]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:14:28 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f7b1f2f3f88d1b4144dae03796b247ba69683d2a]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:14:27 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1a4302564341cf4a79981b9f486b73d3b64f6a39]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:14:26 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [078d7bdae6775c9a2a75fa8c163c3bdc746519d5]

        INTEGRATION: CWS layoutmanager (1.85.26); FILE MERGED 2004/02/19 14:28:27 cd 1.85.26.2: RESYNC: (1.85-1.86); FILE MERGED 2004/02/01 07:49:48 cd 1.85.26.1: #111899# Default ui config is based on XML files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8174bf25ebeab1349b5c88116c4edcc308f50b80]

        INTEGRATION: CWS layoutmanager (1.26.46); FILE MERGED 2004/01/30 13:09:20 cd 1.26.46.3: #111899# Removed obsolete property 2004/01/29 10:38:33 cd 1.26.46.2: RESYNC: (1.26-1.27); FILE MERGED 2004/01/26 09:13:51 as 1.26.46.1: #i19488# new props for module ui configuration

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [803365c47969a528742a9fcac6756b0d616c5098]

        INTEGRATION: CWS layoutmanager (1.12.122); FILE MERGED 2004/02/19 14:27:18 cd 1.12.122.4: RESYNC: (1.14-1.15); FILE MERGED 2004/01/30 11:11:12 cd 1.12.122.3: #111899# User interface command descriptions for app modules 2003/11/24 15:34:34 cd 1.12.122.2: RESYNC: (1.12-1.14); FILE MERGED 2003/10/28 07:33:55 cd 1.12.122.1: #111899# Configuration file for user interface controller

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [2a3b819c69ec2b0bf70ab1bf7e3c00feaf7ee154]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:12:22 cd 1.1.2.3: #111899# Now all known languages combined into new configuration files 2004/02/03 08:21:52 cd 1.1.2.2: #111899# Fixed wrong command URL for undo, redo and repeat 2004/01/30 11:16:29 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [bc04d8783698a22f59eed4ab8051b73a460d57e1]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:12:21 cd 1.1.2.3: #111899# Now all known languages combined into new configuration files 2004/02/03 08:21:52 cd 1.1.2.2: #111899# Fixed wrong command URL for undo, redo and repeat 2004/01/30 11:16:30 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [51648775aa94911253eb39061b1c77d6556d22cc]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:12:20 cd 1.1.2.2: #111899# Now all known languages combined into new configuration files 2004/01/30 11:16:28 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [332b3b7bb198c1fe2d0103dd60ebab0fc35ce5e0]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/16 10:03:00 cd 1.1.2.4: #111899# Fixed problem where two commands have the same uno command (InsertTable) 2004/02/03 15:12:16 cd 1.1.2.3: #111899# Now all known languages combined into new configuration files 2004/02/03 08:21:50 cd 1.1.2.2: #111899# Fixed wrong command URL for undo, redo and repeat 2004/01/30 11:16:27 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [2323844e26a03b0417d3d87beb9f14f3edf06935]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:16:23 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [dcfa656472b5418b3734a8e59ed5066be5c11ef0]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:12:14 cd 1.1.2.2: #111899# Now all known languages combined into new configuration files 2004/01/30 11:16:26 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ce65f450346f4fd657904bb2f064154020ede5e2]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:12:13 cd 1.1.2.2: #111899# Now all known languages combined into new configuration files 2004/01/30 11:16:25 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [67e8ca8e97c275808cf18c495369b5d773b57190]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:16:22 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1158ecb7928772dd983c4a80ee771327c1f1b98b]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:12:10 cd 1.1.2.2: #111899# Now all known languages combined into new configuration files 2004/01/30 11:16:25 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d3ea17f8ddbc89da1f968fc2f1aa08e773c63834]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:12:08 cd 1.1.2.2: #111899# Now all known languages combined into new configuration files 2004/01/30 11:16:24 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8dbaea3fac5ce5f0110d426ac750bc735d927ebb]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 15:12:06 cd 1.1.2.2: #111899# Now all known languages combined into new configuration files 2004/01/30 11:16:23 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3c5bd038fdf248d16debfc396caa8ce71bb026ad]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/30 11:16:30 cd 1.1.2.1: #111899# Added new user interface command description files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f6c3482fa8293200a557ee391170fbfc896fa9dd]

        INTEGRATION: CWS layoutmanager (1.32.120); FILE MERGED 2004/02/19 14:29:46 cd 1.32.120.2: RESYNC: (1.32-1.33); FILE MERGED 2004/01/30 11:24:33 cd 1.32.120.1: #111899# Added new folder user interface configuration files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [50e41e51e84cc6e94a29c33524ab0008e4994dcf]

        INTEGRATION: CWS layoutmanager (1.9.50); FILE MERGED 2004/01/30 11:24:33 cd 1.9.50.1: #111899# Added new folder user interface configuration files

2004-02-25  Daniel Vogelheim  <dvo@openoffice.org>  [4b26e619b71d56c4f1e91c61cb0bbcd138a77d05]

        fix handling calling order (LO) Issue number: Submitted by: Reviewed by:

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [99f264b05e4b1f705df24f87f587844c3824a8dd]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 13:12:21 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3ed02e0e969fd568bab19d37048be4adc96a7c24]

        INTEGRATION: CWS layoutmanager (1.30.62); FILE MERGED 2004/02/19 14:26:45 cd 1.30.62.2: RESYNC: (1.30-1.31); FILE MERGED 2003/12/09 16:12:05 mba 1.30.62.1: #114320#: consider external Inplace mode

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b25310be7b7ee7221cc425b94c88525b44ce12bf]

        INTEGRATION: CWS layoutmanager (1.25.10); FILE MERGED 2004/02/19 14:26:36 cd 1.25.10.2: RESYNC: (1.25-1.26); FILE MERGED 2004/01/26 09:22:07 as 1.25.10.1: #111770 correct handling of service names

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [71742e2bb343191d6dc81aa5fbde34a352254386]

        INTEGRATION: CWS layoutmanager (1.63.10); FILE MERGED 2004/02/19 14:25:27 cd 1.63.10.2: RESYNC: (1.63-1.64); FILE MERGED 2003/12/09 16:12:01 mba 1.63.10.1: #114320#: consider external Inplace mode

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3b61716daba1f96c3af04e9aacd8636ee4031916]

        INTEGRATION: CWS layoutmanager (1.14.4); FILE MERGED 2004/02/19 14:26:56 cd 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2004/02/03 15:18:43 cd 1.14.4.1: #i25017# Deliver new ui configuration files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ef7b350c52124eed5831d054f592923316f24344]

        INTEGRATION: CWS layoutmanager (1.17.66); FILE MERGED 2003/12/19 08:05:22 cd 1.17.66.1: #111899# Exchanged slot SID_MINIMIZEWINS with SID_MINIMIZED

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [85619246e63f5125b3d7f9b08922013e48d6dc43]

        INTEGRATION: CWS layoutmanager (1.52.194); FILE MERGED 2004/01/29 11:28:41 cd 1.52.194.2: RESYNC: (1.52-1.53); FILE MERGED 2003/10/01 15:38:51 cd 1.52.194.1: #111899# Added support for UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a554bae669d5eb3abc327cef07bfbbafe3e9d397]

        INTEGRATION: CWS layoutmanager (1.2.212); FILE MERGED 2003/11/25 13:14:20 cd 1.2.212.1: #111899# Support QueryValue/PutValue

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c04e60275f273dacf8796e957e1ebadc08b497a1]

        INTEGRATION: CWS layoutmanager (1.29.212); FILE MERGED 2004/02/19 14:45:34 cd 1.29.212.2: RESYNC: (1.29-1.30); FILE MERGED 2003/11/25 13:14:18 cd 1.29.212.1: #111899# Support QueryValue/PutValue

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [61403682b2338abd70bb77cfbf98f4e746528ea6]

        INTEGRATION: CWS layoutmanager (1.1.406); FILE MERGED 2003/11/25 13:09:25 cd 1.1.406.2: #111899# Support for QueryValue/PutValue 2003/11/24 08:58:24 cd 1.1.406.1: #111899# Added support for QueryValue

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [abd15cf305253aa8747e82f9adf7f2ffd7e28811]

        INTEGRATION: CWS layoutmanager (1.10.224); FILE MERGED 2004/01/29 11:29:36 cd 1.10.224.3: RESYNC: (1.10-1.11); FILE MERGED 2004/01/21 10:05:34 cd 1.10.224.2: #111899# Removed obsolete slots and resources 2003/12/19 08:04:36 cd 1.10.224.1: #111899# Adapt define

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c7a182e7d97eea6f4ae83d67c60c67f75aeab660]

        INTEGRATION: CWS layoutmanager (1.7.224); FILE MERGED 2004/02/19 15:04:41 cd 1.7.224.3: RESYNC: (1.9-1.10); FILE MERGED 2004/01/29 11:41:43 cd 1.7.224.2: RESYNC: (1.7-1.9); FILE MERGED 2003/12/19 08:02:57 cd 1.7.224.1: #111899# Removed obsolete slot

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a2d6302dba5d21f495efeda23375366632997f9e]

        INTEGRATION: CWS layoutmanager (1.42.44); FILE MERGED 2004/02/19 15:03:34 cd 1.42.44.4: RESYNC: (1.46-1.48); FILE MERGED 2004/01/29 11:38:01 cd 1.42.44.3: RESYNC: (1.42-1.46); FILE MERGED 2004/01/26 07:52:25 cd 1.42.44.2: #111899# Removed obsolete slots 2003/12/19 08:01:02 cd 1.42.44.1: #111899# Removed obsolete slot

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d156c05b81bea18f3e66eec64cbc88034c3ffbb8]

        INTEGRATION: CWS layoutmanager (1.40.28); FILE MERGED 2004/02/19 15:03:23 cd 1.40.28.3: RESYNC: (1.44-1.46); FILE MERGED 2004/01/29 11:37:32 cd 1.40.28.2: RESYNC: (1.40-1.44); FILE MERGED 2003/12/19 07:58:11 cd 1.40.28.1: #111899# Removed obsolete slots

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [56bb506f38c06462152f9926a9a98e07b0fe351b]

        INTEGRATION: CWS layoutmanager (1.33.62); FILE MERGED 2004/01/29 11:34:36 cd 1.33.62.3: RESYNC: (1.33-1.35); FILE MERGED 2004/01/21 10:02:38 cd 1.33.62.2: #111899# Removed obsolete slots and resources 2003/12/19 07:59:08 cd 1.33.62.1: #111899# Added command strings

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [439f45baa2061f4c9e6d1a1faca45b7fd6ee06d9]

        INTEGRATION: CWS layoutmanager (1.5.202); FILE MERGED 2003/11/25 13:09:09 cd 1.5.202.1: #111899# Support for QueryValue/PutValue

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [4fa14c2e8b58389b2b68bc6e6036e85e06ee3ff8]

        INTEGRATION: CWS layoutmanager (1.19.222); FILE MERGED 2004/02/20 11:24:58 cd 1.19.222.4: #111899# Fixed merge problem with removed item definition 2004/02/19 15:40:15 cd 1.19.222.3: RESYNC: (1.20-1.21); FILE MERGED 2003/10/06 13:50:07 cd 1.19.222.2: RESYNC: (1.19-1.20); FILE MERGED 2003/10/01 15:38:50 cd 1.19.222.1: #111899# Added support for UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [4f7e0fb0423619f2a5e5d26155d3242a917bb6e5]

        INTEGRATION: CWS layoutmanager (1.38.152); FILE MERGED 2004/02/19 15:40:01 cd 1.38.152.8: RESYNC: (1.42-1.43); FILE MERGED 2004/02/16 10:03:51 cd 1.38.152.7: #111899# Fixed problem where two commands have the same uno command (InsertTable) 2004/01/29 12:51:37 cd 1.38.152.6: RESYNC: (1.41-1.42); FILE MERGED 2003/12/19 07:50:18 cd 1.38.152.5: #111899# Revised/removed some slots 2003/11/25 13:11:57 cd 1.38.152.4: #111899# Fixed slot type to support dispatch API 2003/11/24 18:11:01 cd 1.38.152.3: RESYNC: (1.40-1.41); FILE MERGED 2003/10/06 13:49:44 cd 1.38.152.2: RESYNC: (1.38-1.40); FILE MERGED 2003/10/01 15:38:49 cd 1.38.152.1: #111899# Added support for UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [5dd8cac6445b0683664d8acee24b4defdc717263]

        INTEGRATION: CWS layoutmanager (1.5.384); FILE MERGED 2004/01/29 12:51:53 cd 1.5.384.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/19 07:50:18 cd 1.5.384.1: #111899# Revised/removed some slots

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [873d70cadedf8e78c5c7a118a9ae266b7b84e0f9]

        INTEGRATION: CWS layoutmanager (1.4.384); FILE MERGED 2003/11/25 13:06:20 cd 1.4.384.1: #111899# Support QueryValue/PutValue

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [4a2cfb35870f7664d2249a7fd1fd3a90312109c7]

        INTEGRATION: CWS layoutmanager (1.2.408); FILE MERGED 2003/10/01 15:38:46 cd 1.2.408.1: #111899# Added support for UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [95774f851c97804c5a19c963a79f77eb3d498588]

        INTEGRATION: CWS layoutmanager (1.1.408); FILE MERGED 2003/11/25 13:05:42 cd 1.1.408.2: #111899# Support QueryValue/PutValue 2003/11/24 08:58:13 cd 1.1.408.1: #111899# Added support for QueryValue

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d43019393c3e7b5b2f9e0dcaab6d889e26a33b9a]

        INTEGRATION: CWS layoutmanager (1.39.18); FILE MERGED 2004/02/19 23:35:46 cd 1.39.18.3: #111899# Resolved conflict on merge 2004/02/19 18:03:25 cd 1.39.18.2: RESYNC: (1.39-1.40); FILE MERGED 2004/01/30 12:22:51 cd 1.39.18.1: #111899# New drafts interfaces

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [412be8ec8786ca4676171f86dc439b80a7586b14]

        INTEGRATION: CWS layoutmanager (1.33.18); FILE MERGED 2004/02/19 13:56:23 cd 1.33.18.2: RESYNC: (1.33-1.35); FILE MERGED 2004/01/30 08:55:35 cd 1.33.18.1: #111899# Deliver new drafts interfaces

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [17071d20c14de016a6157f71fb9c2e384f7776dd]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 11:42:49 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [80665ad86e1f6ee2d6f47cc397802400bd045654]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 11:48:55 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [9b6e5d52345fca674330837af032f693a5d8d935]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 12:06:07 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e7740057553b257d5fe205d86901ce7646394c03]

        INTEGRATION: CWS layoutmanager (1.24.18); FILE MERGED 2004/02/19 16:10:02 cd 1.24.18.2: RESYNC: (1.24-1.25); FILE MERGED 2003/12/09 15:42:12 mba 1.24.18.1: #114320#: consider external Inplace mode

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [75065616aee18e40b11d74aab939deacb8e9afb5]

        INTEGRATION: CWS layoutmanager (1.82.6); FILE MERGED 2004/02/19 16:13:26 cd 1.82.6.2: RESYNC: (1.82-1.84); FILE MERGED 2004/01/27 08:39:07 as 1.82.6.1: #111770# handle service names right

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [503f77a5aee2b08d2471a5f4db66f6842f47f053]

        INTEGRATION: CWS layoutmanager (1.28.44); FILE MERGED 2004/01/29 15:48:19 cd 1.28.44.2: RESYNC: (1.28-1.29); FILE MERGED 2003/12/09 15:42:03 mba 1.28.44.1: #114320#: consider external Inplace mode

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [44b7b0b58b150d5d2ee51035444de34881e6a789]

        INTEGRATION: CWS layoutmanager (1.58.60); FILE MERGED 2004/02/19 16:13:59 cd 1.58.60.3: RESYNC: (1.60-1.61); FILE MERGED 2004/01/29 15:46:46 cd 1.58.60.2: RESYNC: (1.58-1.60); FILE MERGED 2003/12/09 15:41:59 mba 1.58.60.1: #114320#: consider external Inplace mode

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [43d858b0f9dc6aebe33e1cbd5e2fd9890204dcfa]

        INTEGRATION: CWS layoutmanager (1.32.122); FILE MERGED 2004/02/19 16:23:06 cd 1.32.122.2: RESYNC: (1.32-1.33); FILE MERGED 2003/11/04 12:24:59 cd 1.32.122.1: #111899# Adapt old code to new slot definition

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3f4c9f2b18719b04b7326faee30508d487b34213]

        INTEGRATION: CWS layoutmanager (1.18.18); FILE MERGED 2003/11/04 12:24:58 cd 1.18.18.1: #111899# Adapt old code to new slot definition

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [56b22f4a2878b9975d577b4ff76fa2bd49948210]

        INTEGRATION: CWS layoutmanager (1.8.52); FILE MERGED 2003/11/24 07:26:02 cd 1.8.52.1: #111899# Remove old menu controller code

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [abe459c8a6f5d9efd1dbc217138c14356a35a0d0]

        INTEGRATION: CWS layoutmanager (1.34.20); FILE MERGED 2004/02/19 16:33:04 cd 1.34.20.3: RESYNC: (1.35-1.36); FILE MERGED 2004/01/29 16:56:22 cd 1.34.20.2: RESYNC: (1.34-1.35); FILE MERGED 2003/11/24 07:25:16 cd 1.34.20.1: #111899# Remove old menu controller registration

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [62b7acb965862df5731bba42c61c6dbfa6e3c2ed]

        INTEGRATION: CWS layoutmanager (1.40.104); FILE MERGED 2004/02/19 16:32:17 cd 1.40.104.5: RESYNC: (1.41-1.43); FILE MERGED 2004/01/29 16:55:01 cd 1.40.104.4: RESYNC: (1.40-1.41); FILE MERGED 2003/10/06 16:50:07 cd 1.40.104.3: RESYNC: (1.39-1.40); FILE MERGED 2003/10/02 07:54:15 cd 1.40.104.2: RESYNC: (1.40-1.39); FILE MERGED 2003/10/01 15:41:05 cd 1.40.104.1: #111899# Added support for UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c2d21d36e7a4020fdbfe1b27cbed201c003fd479]

        INTEGRATION: CWS layoutmanager (1.31.136); FILE MERGED 2004/02/19 16:31:44 cd 1.31.136.4: RESYNC: (1.32-1.33); FILE MERGED 2003/12/09 15:41:54 mba 1.31.136.3: #114320#: consider external Inplace mode 2003/10/06 16:49:42 cd 1.31.136.2: RESYNC: (1.31-1.32); FILE MERGED 2003/10/01 15:41:04 cd 1.31.136.1: #111899# Added support for UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1036af482dc0847d4d3dbf4e289dd257f87bdcf7]

        INTEGRATION: CWS layoutmanager (1.69.146); FILE MERGED 2004/01/29 17:56:04 cd 1.69.146.2: RESYNC: (1.69-1.75); FILE MERGED 2003/12/09 15:41:45 mba 1.69.146.1: #114320#: consider external Inplace mode

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [24c2d769f2c08e82b7b34860ff877e4f151fe46d]

        INTEGRATION: CWS layoutmanager (1.45.20); FILE MERGED 2004/01/29 18:24:08 cd 1.45.20.2: RESYNC: (1.45-1.46); FILE MERGED 2003/11/04 12:23:34 cd 1.45.20.1: #111899# FN_INSERT_PAGEHEADER/PAGEFOOTER must use SfxObjectShellItem

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ce29c6178c7059ef68b499ce3922fa0d03adcc92]

        INTEGRATION: CWS layoutmanager (1.2.374); FILE MERGED 2003/10/01 15:41:03 cd 1.2.374.1: #111899# Added support for UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [94f190958c0266177cb96da772043f62e6cad4d9]

        INTEGRATION: CWS layoutmanager (1.3.374); FILE MERGED 2003/10/01 15:41:03 cd 1.3.374.1: #111899# Added support for UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [552dec360198b56b8b72b829688dcfdc2681d4d7]

        INTEGRATION: CWS layoutmanager (1.12.20); FILE MERGED 2004/02/19 16:54:56 cd 1.12.20.2: RESYNC: (1.12-1.13); FILE MERGED 2004/02/03 15:19:38 cd 1.12.20.1: #i25017# Deliver new ui configuration files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [21de8516ab053b9421df08af4bb9966209b4ba07]

        INTEGRATION: CWS layoutmanager (1.35.76); FILE MERGED 2004/02/19 17:02:51 cd 1.35.76.5: RESYNC: (1.38-1.39); FILE MERGED 2004/01/29 19:25:10 cd 1.35.76.4: RESYNC: (1.36-1.38); FILE MERGED 2003/10/31 16:36:38 cd 1.35.76.3: #111899# Fixed some problems with OLE inplace editing 2003/10/06 11:30:46 cd 1.35.76.2: RESYNC: (1.35-1.36); FILE MERGED 2003/10/01 14:53:46 cd 1.35.76.1: #111899# Use UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [528599d198689b1caa9c228b5a3bbaa4441b40fd]

        INTEGRATION: CWS layoutmanager (1.72.54); FILE MERGED 2004/02/19 17:02:42 cd 1.72.54.7: RESYNC: (1.75-1.77); FILE MERGED 2004/02/01 14:56:38 cd 1.72.54.6: #111899# Support accelerators inside new menu implementation 2003/11/24 18:18:51 cd 1.72.54.5: RESYNC: (1.73-1.75); FILE MERGED 2003/10/31 16:36:37 cd 1.72.54.4: #111899# Fixed some problems with OLE inplace editing 2003/10/28 07:50:35 cd 1.72.54.3: #111899# Enhancements for UNO based layout manager 2003/10/06 11:30:38 cd 1.72.54.2: RESYNC: (1.72-1.73); FILE MERGED 2003/10/01 14:53:44 cd 1.72.54.1: #111899# Use UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [3fb2acf5b77bff59909f616c44c7de17048b64d7]

        INTEGRATION: CWS layoutmanager (1.52.10); FILE MERGED 2004/02/19 17:02:32 cd 1.52.10.5: RESYNC: (1.54-1.55); FILE MERGED 2004/02/04 08:19:26 as 1.52.10.4: #i19488# remove deprecated property IsBackingMode 2004/01/29 19:24:52 cd 1.52.10.3: RESYNC: (1.52-1.54); FILE MERGED 2003/11/06 11:51:54 cd 1.52.10.2: #111899# Adapt function names 2003/10/31 16:36:36 cd 1.52.10.1: #111899# Fixed some problems with OLE inplace editing

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [54fc203a0152d12ab4564ffecb653f0897910c0a]

        INTEGRATION: CWS layoutmanager (1.44.64); FILE MERGED 2004/02/19 17:02:23 cd 1.44.64.5: RESYNC: (1.44-1.46); FILE MERGED 2003/10/28 07:50:34 cd 1.44.64.4: #111899# Enhancements for UNO based layout manager 2003/10/10 13:18:08 cd 1.44.64.3: #111899# Support command routing to inplace frame 2003/10/08 12:43:07 cd 1.44.64.2: #111899# Forward dispatches to inplace frame when available 2003/10/01 14:53:43 cd 1.44.64.1: #111899# Use UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [4a1fd5251ed63156e78e2523fa021838351bac6b]

        INTEGRATION: CWS layoutmanager (1.33.14); FILE MERGED 2004/02/19 17:03:35 cd 1.33.14.3: RESYNC: (1.35-1.36); FILE MERGED 2004/01/29 19:29:41 cd 1.33.14.2: RESYNC: (1.33-1.35); FILE MERGED 2003/12/19 07:17:48 cd 1.33.14.1: #111899# Removed old code to read/write menu configuration

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e12e4d07a5e3fe82c65ceefc05181ba77a794b78]

        INTEGRATION: CWS layoutmanager (1.27.114); FILE MERGED 2004/01/29 19:29:28 cd 1.27.114.2: RESYNC: (1.27-1.29); FILE MERGED 2003/12/19 07:17:47 cd 1.27.114.1: #111899# Removed old code to read/write menu configuration

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [cd3589d5ca660df621f565ac960a15360056db1d]

        INTEGRATION: CWS layoutmanager (1.11.256); FILE MERGED 2003/12/09 15:40:53 mba 1.11.256.4: #114320#: consider external Inplace mode 2003/11/07 08:01:31 cd 1.11.256.3: #111899# Support static docking for toolbars with new layout manager 2003/10/28 07:50:33 cd 1.11.256.2: #111899# Enhancements for UNO based layout manager 2003/08/20 16:05:10 cd 1.11.256.1: 111899# Framework based user interface preparation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [065066fcd75b3b01faab638bec00a1e5d27e53f2]

        INTEGRATION: CWS layoutmanager (1.20.4); FILE MERGED 2004/01/29 19:29:52 cd 1.20.4.4: RESYNC: (1.20-1.21); FILE MERGED 2004/01/28 16:33:23 cd 1.20.4.3: #111899# Some fixes to use ui configuration API 2004/01/21 07:06:46 cd 1.20.4.2: #111899# Adapted configure menubar dialog to new API 2004/01/19 10:13:42 cd 1.20.4.1: #111899# Support ui configuration manager at model and modify flag

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0a03b6836c188a3701849af37731e33f72ae17e7]

        INTEGRATION: CWS layoutmanager (1.53.4); FILE MERGED 2004/02/19 17:05:22 cd 1.53.4.6: RESYNC: (1.55-1.57); FILE MERGED 2004/01/29 19:36:04 cd 1.53.4.5: RESYNC: (1.53-1.55); FILE MERGED 2004/01/28 16:33:20 cd 1.53.4.4: #111899# Some fixes to use ui configuration API 2004/01/21 18:33:11 cd 1.53.4.3: #111899# Adapt menu bar configuration dialog 2004/01/19 10:13:41 cd 1.53.4.2: #111899# Support ui configuration manager at model and modify flag 2004/01/15 17:41:07 mav 1.53.4.1: #114858# the model is modified if one of substorages is commited

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [bf241e64ed9838e3a9f71c841c3447c48ae25d62]

        INTEGRATION: CWS layoutmanager (1.35.4); FILE MERGED 2004/02/19 17:04:39 cd 1.35.4.2: RESYNC: (1.35-1.36); FILE MERGED 2003/12/09 15:33:35 mba 1.35.4.1: #114320#: consider external Inplace mode

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [108d59bc739266feda7574bfdaab932e8c3fc4a3]

        INTEGRATION: CWS layoutmanager (1.1.1.1.298); FILE MERGED 2003/11/04 12:18:53 cd 1.1.1.1.298.1: #111899# Added support for QueryValue for SfxObjectShellItem

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [688042dd4c1146c82d94af35c39cd0503a293f00]

        INTEGRATION: CWS layoutmanager (1.41.54); FILE MERGED 2004/01/29 19:34:49 cd 1.41.54.4: RESYNC: (1.42-1.43); FILE MERGED 2004/01/19 10:13:40 cd 1.41.54.3: #111899# Support ui configuration manager at model and modify flag 2003/10/06 11:37:11 cd 1.41.54.2: RESYNC: (1.41-1.42); FILE MERGED 2003/10/01 14:53:39 cd 1.41.54.1: #111899# Use UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6b47a0fe24d675a5caf70dab548b24a3ae923c43]

        INTEGRATION: CWS layoutmanager (1.11.10); FILE MERGED 2004/01/15 17:48:28 mav 1.11.10.1: #114858# the model is modified if one of substorages is commited

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a54cf1a34503d6e15f2d73dcfb87613cabd51cb8]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/15 17:42:04 mav 1.1.2.1: #114858# the model is modified if one of substorages is commited

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [246a736447278659ec63789acfcdeb1413f8f558]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/15 17:41:47 mav 1.1.2.1: #114858# the model is modified if one of substorages is commited

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [13641cf20f6f0b8f25d819b42272c6d38cd3a239]

        INTEGRATION: CWS layoutmanager (1.3.124); FILE MERGED 2003/11/27 08:18:23 cd 1.3.124.1: #111899# Added QueryValue/PutValue to support UNO dispatch

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b495598d500b2be9f7c83e72ce1a4ae95ebc5e97]

        INTEGRATION: CWS layoutmanager (1.15.4); FILE MERGED 2004/01/29 19:40:33 cd 1.15.4.2: RESYNC: (1.15-1.17); FILE MERGED 2004/01/19 10:13:39 cd 1.15.4.1: #111899# Support ui configuration manager at model and modify flag

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [29c8cbe0ad7638e1a0ccf86eef54d9ce7a9bb226]

        INTEGRATION: CWS layoutmanager (1.34.4); FILE MERGED 2004/01/21 18:33:09 cd 1.34.4.1: #111899# Adapt menu bar configuration dialog

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [00885a1af84ae2f6697000702b439ca789f79627]

        INTEGRATION: CWS layoutmanager (1.27.18); FILE MERGED 2004/02/19 17:06:14 cd 1.27.18.5: RESYNC: (1.27-1.29); FILE MERGED 2003/11/27 08:18:06 cd 1.27.18.4: #111899# Added types to uno command URL 2003/10/06 11:45:38 cd 1.27.18.3: RESYNC: (1.26-1.27); FILE MERGED 2003/10/02 07:08:37 cd 1.27.18.2: RESYNC: (1.27-1.26); FILE MERGED 2003/09/12 10:12:24 cd 1.27.18.1: #111899# Added support for arguments with uno command URLs

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6e730bebd258a8ec14fcd17b3e1a1f05809d37e2]

        INTEGRATION: CWS layoutmanager (1.23.124); FILE MERGED 2004/02/19 17:06:06 cd 1.23.124.5: RESYNC: (1.23-1.25); FILE MERGED 2003/11/19 12:15:55 cd 1.23.124.4: #111899# Comment code line for better understanding 2003/10/31 16:36:34 cd 1.23.124.3: #111899# Fixed some problems with OLE inplace editing 2003/10/28 07:50:31 cd 1.23.124.2: #111899# Enhancements for UNO based layout manager 2003/10/01 14:53:33 cd 1.23.124.1: #111899# Use UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8d1cee17ee84cca6b2a30ba8de96ca0f77f58525]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/16 14:52:48 mav 1.1.2.1: #114906# new service to generate package from folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f5091741bb00cda59fc7d4936477157a6962aedc]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/01/19 14:52:02 mav 1.1.2.3: #114906# use correct constructor 2004/01/19 11:47:36 mav 1.1.2.2: #114906# return in case of success 2004/01/16 14:52:32 mav 1.1.2.1: #114906# new service to generate package from folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [bea7c53976d9c8b12e2c9318839b70e1e0d9eb52]

        INTEGRATION: CWS layoutmanager (1.35.124); FILE MERGED 2004/01/21 07:05:48 cd 1.35.124.10: #111899# Activate the old workwin implementation to have old toolbar behavior 2003/12/09 15:40:45 mba 1.35.124.9: #114320#: consider external Inplace mode 2003/11/24 09:23:31 cd 1.35.124.8: #111899# No toolbars for embedded objects 2003/11/07 11:15:08 cd 1.35.124.7: #111899# Use correct method to destroy toolbars 2003/11/07 08:01:30 cd 1.35.124.6: #111899# Support static docking for toolbars with new layout manager 2003/10/31 16:36:31 cd 1.35.124.5: #111899# Fixed some problems with OLE inplace editing 2003/10/28 13:55:41 cd 1.35.124.4: #111899# Lock solar mutex before using sfx toolbox implementation 2003/10/28 07:50:30 cd 1.35.124.3: #111899# Enhancements for UNO based layout manager 2003/10/01 14:53:30 cd 1.35.124.2: #111899# Use UNO based menu implementation 2003/08/20 16:05:07 cd 1.35.124.1: 111899# Framework based user interface preparation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [217918ef4ebffd66f06f8b68e0d87c9cbde4bed2]

        INTEGRATION: CWS layoutmanager (1.31.10); FILE MERGED 2004/01/16 14:51:35 mav 1.31.10.1: #114906# new service to generate package from folder

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ac5746fcaef44814a47ee56279bbf053368d6f1a]

        INTEGRATION: CWS layoutmanager (1.87.58); FILE MERGED 2004/01/29 19:49:04 cd 1.87.58.4: RESYNC: (1.87-1.88); FILE MERGED 2004/01/16 14:51:34 mav 1.87.58.3: #114906# new service to generate package from folder 2003/12/19 07:18:43 cd 1.87.58.2: #111899# Exchanged SID_MINIMIZEWINS with SID_MINIMIZED 2003/09/12 10:29:39 cd 1.87.58.1: #111899# Added support for uncomplete item arguments

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [4731b39c35ccc70104af42634febc8cf43f837b8]

        INTEGRATION: CWS layoutmanager (1.31.10); FILE MERGED 2004/02/19 17:08:35 cd 1.31.10.4: RESYNC: (1.33-1.36); FILE MERGED 2004/01/29 19:48:51 cd 1.31.10.3: RESYNC: (1.32-1.33); FILE MERGED 2003/11/24 18:20:37 cd 1.31.10.2: RESYNC: (1.31-1.32); FILE MERGED 2003/10/31 16:36:30 cd 1.31.10.1: #111899# Fixed some problems with OLE inplace editing

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [117dbfc14a0a453b4e309167b27511fbbdc94e6e]

        INTEGRATION: CWS layoutmanager (1.8.10); FILE MERGED 2004/01/29 19:48:39 cd 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2003/10/28 07:50:29 cd 1.8.10.1: #111899# Enhancements for UNO based layout manager

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [55aea21797fb54f9ab82538346f2f8eb19e8249f]

        INTEGRATION: CWS layoutmanager (1.42.124); FILE MERGED 2004/01/29 19:48:26 cd 1.42.124.2: RESYNC: (1.42-1.43); FILE MERGED 2003/10/28 07:50:28 cd 1.42.124.1: #111899# Enhancements for UNO based layout manager

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [5abd917790647386ffdac5f6ca667dbbafc177d2]

        INTEGRATION: CWS layoutmanager (1.14.124); FILE MERGED 2004/02/19 17:08:03 cd 1.14.124.4: RESYNC: (1.16-1.17); FILE MERGED 2004/01/29 19:47:46 cd 1.14.124.3: RESYNC: (1.15-1.16); FILE MERGED 2003/10/06 11:49:24 cd 1.14.124.2: RESYNC: (1.14-1.15); FILE MERGED 2003/08/20 16:05:05 cd 1.14.124.1: 111899# Framework based user interface preparation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [79389bd3c4418475c2c7b1648aa99161f1945ef0]

        INTEGRATION: CWS layoutmanager (1.73.24); FILE MERGED 2004/02/21 09:36:04 cd 1.73.24.1: #111899# Code moved from obsolete OfficeWrapper

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [67832f1224e77a397ad23b3540d61dc0c1ec7ad9]

        INTEGRATION: CWS layoutmanager (1.12.10); FILE MERGED 2003/11/04 12:18:40 cd 1.12.10.1: #111899# Added dummy type for SfxObjectShellItem

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [32be46af0ff5b913a4fccdce33e244c064fef960]

        INTEGRATION: CWS layoutmanager (1.36.98); FILE MERGED 2004/02/19 17:09:30 cd 1.36.98.7: RESYNC: (1.41-1.43); FILE MERGED 2003/12/19 07:15:22 cd 1.36.98.6: #111899# Removed/Added some slots 2003/11/24 18:20:44 cd 1.36.98.5: RESYNC: (1.40-1.41); FILE MERGED 2003/11/07 09:01:48 cd 1.36.98.4: #111899# Fix read-only problem with FormatMenuState slot 2003/10/28 07:51:13 cd 1.36.98.3: #111899# Added/changed some slots for status updates 2003/10/06 11:53:22 cd 1.36.98.2: RESYNC: (1.36-1.40); FILE MERGED 2003/10/01 14:53:28 cd 1.36.98.1: #111899# Use UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [356e00f7e08fdbf959ebb694d858572174965387]

        INTEGRATION: CWS layoutmanager (1.7.256); FILE MERGED 2003/12/19 07:15:21 cd 1.7.256.1: #111899# Removed/Added some slots

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a5c84cd67184ae6d380a68b4bb9ca55df0763d1f]

        INTEGRATION: CWS layoutmanager (1.15.260); FILE MERGED 2004/02/10 17:21:49 cd 1.15.260.4: #111899# Add SID_COMMONTASKBAR again, as it is used by the presentation module. 2003/12/19 07:15:21 cd 1.15.260.3: #111899# Removed/Added some slots 2003/10/28 07:51:13 cd 1.15.260.2: #111899# Added/changed some slots for status updates 2003/10/01 14:53:28 cd 1.15.260.1: #111899# Use UNO based menu implementation

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0ae5ca28693701460ab286ff7ac52974e420a17b]

        INTEGRATION: CWS layoutmanager (1.1.1.1.298); FILE MERGED 2003/11/27 08:17:36 cd 1.1.1.1.298.1: #111899# Added QueryValue/PutValue to support UNO dispatch

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ac7332e28de16fbef1872d107348bf58b480c4e4]

        INTEGRATION: CWS layoutmanager (1.18.38); FILE MERGED 2003/11/24 17:00:45 cd 1.18.38.3: RESYNC: (1.18-1.19); FILE MERGED 2003/09/09 09:27:51 sb 1.18.38.2: #112130# Added query part to .uno URLs. 2003/09/09 09:04:38 sb 1.18.38.1: #112130# Work around GCC parse error.

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f4ae9eac1498b0c708c8c4f7119121b5b7080b0f]

        INTEGRATION: CWS layoutmanager (1.40.38); FILE MERGED 2004/02/19 13:09:11 cd 1.40.38.2: RESYNC: (1.40-1.41); FILE MERGED 2003/09/09 09:27:33 sb 1.40.38.1: #112130# Added query part to .uno URLs; fixed typos in documentation.

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7e0611849ba3347d6c1ad4ef7356fc1dff7c8298]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 13:50:08 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6f397403554d061a5e81362fa4b139efc716ae43]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/22 08:41:54 cd 1.1.2.2: #111899# Fixed some problems with commands URLs created from automatic tool 2004/02/03 13:48:21 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [d7b659287dffcc29f09a8a4294dc73b78642b519]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/22 08:41:53 cd 1.1.2.2: #111899# Fixed some problems with commands URLs created from automatic tool 2004/02/03 13:49:27 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6cd68a598b86478473f04865892ec9281652339f]

        INTEGRATION: CWS layoutmanager (1.79.54); FILE MERGED 2004/02/19 23:53:20 cd 1.79.54.3: #111899# Menubar resources are obsolete now - replaced by xml based configuration file 2004/01/29 19:56:42 cd 1.79.54.2: RESYNC: (1.79-1.80); FILE MERGED 2003/12/19 08:21:25 cd 1.79.54.1: #111899# Popup menus need command string

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [39a588fde07b34345308be01b0615ffe86227ae8]

        INTEGRATION: CWS layoutmanager (1.52.64); FILE MERGED 2004/02/19 23:49:35 cd 1.52.64.3: #111899# Menubar resources are obsolete now - replaced by xml based configuration file 2004/01/29 19:58:33 cd 1.52.64.2: RESYNC: (1.52-1.53); FILE MERGED 2003/12/19 08:21:23 cd 1.52.64.1: #111899# Popup menus need command string

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ac5503cf466792c61af65274b48f038e67417c9d]

        INTEGRATION: CWS layoutmanager (1.84.60); FILE MERGED 2004/02/19 23:46:38 cd 1.84.60.4: #111899# Menubar resources are obsolete now - replaced by xml based configuration file 2004/02/19 23:40:14 cd 1.84.60.3: #111899# Menubar resources are obsolete now - replaced by xml based configuration file 2004/01/29 19:58:54 cd 1.84.60.2: RESYNC: (1.84-1.85); FILE MERGED 2003/12/19 08:21:22 cd 1.84.60.1: #111899# Popup menus need command string

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0b6319af45574bb04cc188ed0a622ab76724ff16]

        INTEGRATION: CWS layoutmanager (1.50.108); FILE MERGED 2004/01/28 15:49:42 cd 1.50.108.1: #111899## Adapt controller to new layout manager code

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [19bf5459ed7a8cb43db51b35997f48db3e7dc5c7]

        INTEGRATION: CWS layoutmanager (1.11.32); FILE MERGED 2004/02/19 13:51:14 cd 1.11.32.2: RESYNC: (1.11-1.12); FILE MERGED 2004/02/03 15:03:31 cd 1.11.32.1: #i25017# Deliver new ui configuration files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [752a3d316505d3436f250aa2b15e5198c1137f91]

        INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/03 13:25:03 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [af2b10120f4e50fff30f78676555cb6c304359c4]

        INTEGRATION: CWS layoutmanager (1.41.84); FILE MERGED 2004/02/19 14:17:14 cd 1.41.84.3: RESYNC: (1.42-1.43); FILE MERGED 2004/01/29 21:06:35 cd 1.41.84.2: RESYNC: (1.41-1.42); FILE MERGED 2003/12/19 08:25:33 cd 1.41.84.1: #111899# Popup menus need command string

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [370c5e536cb25d82e088bce0354f97e5e09c9602]

        INTEGRATION: CWS layoutmanager (1.6.198); FILE MERGED 2004/01/26 09:02:53 as 1.6.198.1: #111770# correct service name handling

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7d6b73de67f4f89a0024a9911a1314863e17cd79]

        INTEGRATION: CWS layoutmanager (1.17.136); FILE MERGED 2004/01/29 21:06:04 cd 1.17.136.3: RESYNC: (1.17-1.18); FILE MERGED 2004/01/28 15:58:48 cd 1.17.136.2: #111899## Adapt controller to new layout manager code 2004/01/26 09:02:52 as 1.17.136.1: #111770# correct service name handling

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6377c167bc7968192cffa335331d068ac27f4c0f]

        INTEGRATION: CWS layoutmanager (1.17.136); FILE MERGED 2004/01/28 15:58:46 cd 1.17.136.1: #111899## Adapt controller to new layout manager code

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [8bb8205f9df1ec028c97b4754b926a6bbf1f473c]

        INTEGRATION: CWS layoutmanager (1.8.42); FILE MERGED 2004/02/19 14:17:45 cd 1.8.42.3: RESYNC: (1.8-1.9); FILE MERGED 2004/02/04 08:16:10 cd 1.8.42.2: #i25017# New default menubar configuration files 2004/02/03 15:19:29 cd 1.8.42.1: #i25017# Deliver new ui configuration files

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b5acaa568b1db534ddcf0de5c31aeb226a379e7e]

        INTEGRATION: CWS layoutmanager (1.4.14); FILE MERGED 2004/02/20 00:00:50 cd 1.4.14.1: #111899# Added new projects on dependency list

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [10454a8a1621a88aa85ec1114133832f2b803c6f]

        INTEGRATION: CWS geordi2q15 (1.167.18); FILE MERGED 2004/02/20 13:09:53 hr 1.167.18.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7827addf03a0dcdcc9b483275de3fbe5758e95a3]

        INTEGRATION: CWS geordi2q15 (1.2.6); FILE MERGED 2004/02/20 13:11:03 hr 1.2.6.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [69d0ea954eae22145cb0e5f0d523a91c8b918922]

        INTEGRATION: CWS geordi2q15 (1.4.10); FILE MERGED 2004/02/20 12:50:06 hr 1.4.10.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [49270b9ce8229311792bbb37f29f09aceb5563db]

        INTEGRATION: CWS geordi2q15 (1.21.8); FILE MERGED 2004/02/20 13:15:33 hr 1.21.8.1: #111934#: merge CWS ooo111regression2

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [5bf551ddb4e73f47003a40299b8b0677221f2983]

        INTEGRATION: CWS geordi2q15 (1.10.8); FILE MERGED 2004/02/20 13:15:33 hr 1.10.8.1: #111934#: merge CWS ooo111regression2

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [cf878d3fe8f3b4aab2c606300aa96d9f7a309dc3]

        INTEGRATION: CWS geordi2q15 (1.16.8); FILE MERGED 2004/02/20 13:15:32 hr 1.16.8.1: #111934#: merge CWS ooo111regression2

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [1abc6b34d04d025b61b4f26ee7bb0abeefdecb5b]

        INTEGRATION: CWS geordi2q15 (1.3.214); FILE MERGED 2004/02/20 13:04:35 hr 1.3.214.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [2cec61a9cfc14de7ff0a9940e928f1af787a8c8e]

        INTEGRATION: CWS geordi2q15 (1.3.4); FILE MERGED 2004/02/20 12:27:41 hr 1.3.4.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [885c08a67d00ac694b6d81680c762d91caa7c9bd]

        INTEGRATION: CWS geordi2q15 (1.4.14); FILE MERGED 2004/02/20 12:42:55 hr 1.4.14.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [e2b47c92a51fb4e010bff956a48a516d013f59fe]

        INTEGRATION: CWS geordi2q15 (1.2.50); FILE MERGED 2004/02/20 12:50:33 hr 1.2.50.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [be37d8a15f9e8edf72744e03fcc3bb409bddeefc]

        INTEGRATION: CWS geordi2q15 (1.55.20); FILE MERGED 2004/02/20 12:59:21 hr 1.55.20.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [22b2c7c042bde62c8336e36512ab2571ee4c1e26]

        INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED 2004/02/20 12:29:03 hr 1.7.48.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [b6e9bd08edc68b144e4e75f43ea83e6c273b3925]

        INTEGRATION: CWS geordi2q15 (1.4.66); FILE MERGED 2004/02/20 12:29:03 hr 1.4.66.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ba3e56bb48c6607ef80fc293d17d1550a0d2ead8]

        INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED 2004/02/20 12:29:02 hr 1.2.48.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [eae39804e1ef1d9f7f4485d58738bd80309c8457]

        INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED 2004/02/20 12:29:01 hr 1.2.48.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [c2ecf67435863687f6961f050f10db643b8c2d16]

        INTEGRATION: CWS geordi2q15 (1.5.48); FILE MERGED 2004/02/20 12:29:00 hr 1.5.48.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ccaf37e79d9318ac1c5c4e097f05836c9d397600]

        INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED 2004/02/20 12:28:59 hr 1.7.48.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [bdb471ffe2ad2ef392a29e1d2d893702a5318585]

        INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED 2004/02/20 12:28:59 hr 1.2.48.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [588587d8b0f868c270542544e9ac9b36a5a5a1e3]

        INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED 2004/02/20 12:28:58 hr 1.7.48.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [a0e433bc8c6d99c6a59bf988997a9b04e63d250f]

        INTEGRATION: CWS geordi2q15 (1.12.10); FILE MERGED 2004/02/20 12:28:56 hr 1.12.10.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [04576b7edc1cffd4a43b698b6627c53a30a28129]

        INTEGRATION: CWS geordi2q15 (1.9.10); FILE MERGED 2004/02/20 12:28:56 hr 1.9.10.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0160823c5a4870a98bfa6d9c6958eca7fef34a5c]

        INTEGRATION: CWS geordi2q15 (1.6.48); FILE MERGED 2004/02/20 12:28:56 hr 1.6.48.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [6eb92e5dbbfc9ee912e401f806a85f3b9f58e876]

        INTEGRATION: CWS geordi2q15 (1.9.48); FILE MERGED 2004/02/20 12:28:56 hr 1.9.48.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [0c306c43ac28e78c02978a0d3a6e6e913eabbdce]

        INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED 2004/02/20 12:28:56 hr 1.7.48.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [f19be04e0deccbf805bfc9122ca69a7c41a2f6fa]

        INTEGRATION: CWS geordi2q15 (1.15.4); FILE MERGED 2004/02/20 12:10:44 hr 1.15.4.1: #111934#: merge CWS ooo111fix3

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [7c68fb29c15e0a78c82d76667573261fc76af1ad]

        INTEGRATION: CWS geordi2q15 (1.60.4); FILE MERGED 2004/02/20 13:13:22 hr 1.60.4.1: #111934#: merge CWS ooo111regression2

2004-02-25  Kurt Zenker  <kz@openoffice.org>  [ad884f58e0d9f2480b9ecf813070a43ca6b8cca6]

        INTEGRATION: CWS geordi2q15 (1.41.4); FILE MERGED 2004/02/20 13:13:21 hr 1.41.4.1: #111934#: merge CWS ooo111regression2

2004-02-25  Armin Weiss  <aw@openoffice.org>  [3360cdd823b9649ed8ec36e06d9e38d9344622d7]

        #110098# Changes for StarMath

2004-02-25  Oliver Bolte  <obo@openoffice.org>  [4451d982c0de5570b536da7096d62e3820d34ade]

        #100000# needed more includes

2004-02-25  Oliver Bolte  <obo@openoffice.org>  [978938124e34c92f69690bdcb3b143e79a319208]

        #100000# make compile with DEBUG=TRUE

2004-02-25  Oliver Bolte  <obo@openoffice.org>  [c6db4a04962bd2565f9fedf4e0a73c953c1490df]

        #100000# use correct deletion sequence

2004-02-25  Thorsten Behrens  <thb@openoffice.org>  [cd2ca2e0d127c6ac7a6baaefee6e2088c1df098f]

        #110496# Made B2ITuple convertible to B2DTuple. Completed filter list

2004-02-25  Armin Weiss  <aw@openoffice.org>  [5a5e2d7f22fee5025d70321fb290dfcb05f78c96]

        #110098# Changes fo SW4.0 and SW5.0

2004-02-24  Thorsten Behrens  <thb@openoffice.org>  [ea8c622450a59641b2f7af9809182fc490f89672]

        #110496# Added tools lib to dll

2004-02-24  Thorsten Behrens  <thb@openoffice.org>  [da430538da14849174861ee4fb3e2d2a2fcfb7b2]

        Initial revisio

2004-02-24  Thorsten Behrens  <thb@openoffice.org>  [d0a000f25c68575d97de9233fa391035379c8553]

        Initial revision

2004-02-23  Oliver Bolte  <obo@openoffice.org>  [0d4c387e5fe2bb7f122789fd1ec953d5d09ad5ce]

        #100000# getstyle-gnome removed

2004-02-20  Kurt Zenker  <kz@openoffice.org>  [1548cf284693c1007c6b40c06d961ce0a8843c93]

        new version for SRC680

2004-02-20  Kurt Zenker  <kz@openoffice.org>  [4eb357587a5f1c3df77b8e1ca2f72eaffe3c0c64]

        new version for SRC680

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [4f563647c03df17a841f3263e9b1c80125bc6802]

        #100000# depends on gtk

2004-02-20  Kurt Zenker  <kz@openoffice.org>  [5e6f96e36bf6204392d220e9559a53640c2a6851]

        new version for SRC680

2004-02-20  Kurt Zenker  <kz@openoffice.org>  [d46c88c5b06e322b2ef9f4f7f114b029b5e2c4e1]

        new version for SRC680

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [2cebb733c97c208cbf72a552899c1b001654d8fc]

        SRC680

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [5bd80753d7dd8edbaee26dbf004440e447cdaed2]

        INTEGRATION: CWS sdki18n (1.7.2); FILE MERGED 2004/02/13 09:01:42 jsc 1.7.2.2: #115338# improve error output 2004/02/13 08:41:33 jsc 1.7.2.1: #115338# merged changes from sdk11zhja

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [fc421ca54b38245b6a6618a4fe4a2f36b2aae2cd]

        #100000#,#i22713# reflect changes from integration of CWS vcl17 in scp

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [c4d34f0ab91b558a4777ed338163203a02c672a9]

        INTEGRATION: CWS sdki18n (1.5.4); FILE MERGED 2004/02/12 14:37:49 jsc 1.5.4.1: #115338# merged changes from sdk11zhja

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [5a1fa1c6f6821a39d04fdac14ac43a909a898862]

        INTEGRATION: CWS sdki18n (1.3.4); FILE MERGED 2004/02/12 14:37:49 jsc 1.3.4.1: #115338# merged changes from sdk11zhja

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [ed045140905bc86418dee1cb42adde1fc3d71b60]

        INTEGRATION: CWS sdki18n (1.1.78); FILE MERGED 2004/02/11 09:56:55 jsc 1.1.78.1: #115338# merge diffs from sdk11zhja to src680

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [08439b5e9cf70a77c406149e8ab083f4d95973ea]

        INTEGRATION: CWS sdki18n (1.4.60); FILE MERGED 2004/02/11 09:56:55 jsc 1.4.60.1: #115338# merge diffs from sdk11zhja to src680

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [1415e22cea6ea2b01d5e789f07b47e85ce797e58]

        INTEGRATION: CWS sdki18n (1.3.78); FILE MERGED 2004/02/11 09:56:54 jsc 1.3.78.1: #115338# merge diffs from sdk11zhja to src680

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [19c624224e551ca2991fbf0f23642b46bdd87df8]

        INTEGRATION: CWS sdki18n (1.7.48); FILE MERGED 2004/02/11 09:21:35 jsc 1.7.48.1: #115338# merge diffs from sdk11zhja to src680

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [c22fbf1cf76ea70942cc31dfbafdd4a922192961]

        INTEGRATION: CWS vcl17 (1.23.28); FILE MERGED 2004/01/23 12:51:01 hdu 1.23.28.3: #i23196# fix Kochi Gothic spelling and add Baekmuk fonts 2003/11/27 11:13:23 hdu 1.23.28.2: #i10347# move hebrew Mac and Culmus fonts before Win fonts 2003/11/27 11:09:51 hdu 1.23.28.1: #i10347# add hebrew Mac and Culmus fonts, some cleanup

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [0227906aad15080161e89b10fcf8f2a6c8b1aa62]

        INTEGRATION: CWS vcl17 (1.2.112); FILE MERGED 2004/01/12 10:12:42 pl 1.2.112.1: #i23823# removed warnings

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [8721e23f9cc96226fb3aceabbf904d3f5b69ef27]

        INTEGRATION: CWS vcl17 (1.6.70); FILE MERGED 2004/01/12 09:40:14 pl 1.6.70.1: #i23875# fix a warning

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [560f0e989f9ae2e60b72c59ab6df19400c20ccac]

        INTEGRATION: CWS vcl17 (1.40.10); FILE MERGED 2004/02/11 14:26:43 pl 1.40.10.3: RESYNC: (1.42-1.44); FILE MERGED 2004/01/21 15:57:33 pl 1.40.10.2: RESYNC: (1.40-1.42); FILE MERGED 2003/12/09 13:18:04 hdu 1.40.10.1: #112957# allow *.otf fonts with ttf-behaviour

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [7cb6d2a58c1554cb86608d77fa1aba557c73e852]

        INTEGRATION: CWS vcl17 (1.47.34); FILE MERGED 2003/12/09 13:59:07 pl 1.47.34.1: #i18647# make patches work with subprojects

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [fcd0b7e43783bc508a83874c6564b0d3156c93e5]

        INTEGRATION: CWS vcl17 (1.12.42); FILE MERGED 2004/02/11 17:22:54 pl 1.12.42.1: make svdem work again

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [7fa1a3124da654f6b0519c3a17360e316af33130]

        INTEGRATION: CWS vcl17 (1.10.14); FILE MERGED 2004/02/11 17:22:54 pl 1.10.14.1: make svdem work again

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [dd521c07ecf19dbea361fcdaf03e552135006b49]

        INTEGRATION: CWS vcl17 (1.50.2); FILE MERGED 2004/01/21 20:19:23 pl 1.50.2.2: RESYNC: (1.50-1.53); FILE MERGED 2003/11/27 11:37:21 hdu 1.50.2.1: #i22032# reject CMAP (1.0) format 4 tables

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [315f1d04ff910a787daaf751bc923223edfac678]

        INTEGRATION: CWS vcl17 (1.49.2); FILE MERGED 2004/02/12 14:40:32 pl 1.49.2.9: missing link dependency 2004/01/22 14:00:44 pl 1.49.2.8: link dependency 2004/01/21 20:11:24 pl 1.49.2.7: RESYNC: (1.49-1.50); FILE MERGED 2004/01/12 12:57:16 pl 1.49.2.6: fixed Michael's link issue 2003/12/12 14:58:13 pl 1.49.2.5: add gtkwin dir 2003/12/10 12:24:02 pl 1.49.2.4: switch to unified plugin naming scheme 2003/12/04 14:49:32 pl 1.49.2.3: #i22713# first steps for a gtk plugin 2003/11/28 13:43:18 pl 1.49.2.2: #i22981# new dummy plugin for build tools 2003/11/27 13:30:22 pl 1.49.2.1: fixed xinerama linkage

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [8efb77720749cdea833e4fb46b153d6f06cf1e9c]

        INTEGRATION: CWS vcl17 (1.166.2); FILE MERGED 2004/02/12 11:43:22 pl 1.166.2.6: #i20249# upmerge for vcl plugin support 2004/02/11 14:12:58 pl 1.166.2.5: RESYNC: (1.168-1.170); FILE MERGED 2004/01/21 20:23:00 pl 1.166.2.4: RESYNC: (1.166-1.168); FILE MERGED 2003/12/12 14:56:11 pl 1.166.2.3: adding gtk frame: first steps 2003/12/08 17:18:20 pl 1.166.2.2: #111793# catch X errors in HandleReparentEvent 2003/11/24 13:44:42 pl 1.166.2.1: #i22598# fixed some memory leaks (thanks to Dan Williams)

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [62dbbb1f5df6e7d5d70acfec61ff6d7de899f16d]

        INTEGRATION: CWS vcl17 (1.2.2); FILE MERGED 2004/02/12 12:50:00 pl 1.2.2.9: disable automatic gtk usage until QA greenlights the gtk plugin 2004/01/12 12:57:14 pl 1.2.2.8: fixed Michael's link issue 2003/12/19 16:50:34 mmeeks 1.2.2.7: Revert PL's change, fixing linking Impl. StartPresentation. 2003/12/19 15:02:18 pl 1.2.2.6: plugin autodetect 2003/12/16 23:08:42 mmeeks 1.2.2.5: Pass oslModule into plugin for symbol lookups Dig out & hook gdk_threads_enter/leave Add hooked locking sub-class 2003/12/16 17:30:52 pl 1.2.2.4: close plugin library at exit 2003/12/10 12:24:05 pl 1.2.2.3: switch to unified plugin naming scheme 2003/12/04 14:49:55 pl 1.2.2.2: #i22713# first steps for a gtk plugin 2003/11/28 13:43:16 pl 1.2.2.1: #i22981# new dummy plugin for build tools

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [b0860da8db4eb25772d2011228e157d6aa1681b9]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2003/12/17 21:28:31 mmeeks 1.1.2.1: Split shared cursor includes out, Implement GdkCursor support nicely

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [3a625069628c7a789bf15d076be66d7510a77282]

        INTEGRATION: CWS vcl17 (1.5.2); FILE MERGED 2004/01/21 20:24:06 pl 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/05 13:20:14 pl 1.5.2.1: removed tons of old unused stuff

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [9833de645f25807e04c0aeb4cc8f18b9a4892562]

        INTEGRATION: CWS vcl17 (1.29.2); FILE MERGED 2004/02/11 14:13:18 pl 1.29.2.3: RESYNC: (1.30-1.31); FILE MERGED 2003/12/05 16:33:30 pl 1.29.2.2: separated printer graphics for use in different plugins 2003/12/04 14:49:54 pl 1.29.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [a94a76ac9ef81b43b656b5ace878aade5017e87d]

        INTEGRATION: CWS vcl17 (1.109.2); FILE MERGED 2004/02/11 14:14:10 pl 1.109.2.4: RESYNC: (1.112-1.115); FILE MERGED 2004/01/22 12:09:30 pl 1.109.2.3: resolved merge conflicts 2004/01/21 20:25:48 pl 1.109.2.2: RESYNC: (1.109-1.112); FILE MERGED 2003/12/05 16:33:30 pl 1.109.2.1: separated printer graphics for use in different plugins

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [18e140ddc85efcd6d881fe5c10ee4604c8f6132a]

        INTEGRATION: CWS vcl17 (1.19.2); FILE MERGED 2004/02/12 11:43:21 pl 1.19.2.6: #i20249# upmerge for vcl plugin support 2004/02/11 16:37:13 pl 1.19.2.5: solved merge conflict 2004/02/11 14:13:50 pl 1.19.2.4: RESYNC: (1.20-1.22); FILE MERGED 2004/01/21 20:25:10 pl 1.19.2.3: RESYNC: (1.19-1.20); FILE MERGED 2003/12/05 16:33:29 pl 1.19.2.2: separated printer graphics for use in different plugins 2003/12/05 13:20:13 pl 1.19.2.1: removed tons of old unused stuff

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [8a54a8605772c6fe8d192d21ce7d33b9a68d6c69]

        INTEGRATION: CWS vcl17 (1.26.2); FILE MERGED 2004/02/11 14:14:19 pl 1.26.2.5: RESYNC: (1.28-1.29); FILE MERGED 2004/01/21 20:26:00 pl 1.26.2.4: RESYNC: (1.26-1.28); FILE MERGED 2003/12/12 14:56:07 pl 1.26.2.3: adding gtk frame: first steps 2003/12/05 16:33:29 pl 1.26.2.2: separated printer graphics for use in different plugins 2003/12/05 13:20:12 pl 1.26.2.1: removed tons of old unused stuff

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [70f0630f23dd16f2af263d87a9d52f367211ca20]

        INTEGRATION: CWS vcl17 (1.10.336); FILE MERGED 2003/12/05 11:36:31 hdu 1.10.336.1: #i11018# enable UNDEFINED_REPLACE flag for text encoding conversions

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [8e4f9f1c7045b92724f6bd591997c09445296fed]

        INTEGRATION: CWS vcl17 (1.9.2); FILE MERGED 2004/01/21 20:24:59 pl 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/05 13:20:12 pl 1.9.2.1: removed tons of old unused stuff

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [97c027aaf53f7abdc74a49bb03cca57f73bbd8cc]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/22 13:00:36 pl 1.1.2.4: corrected a valueless return 2004/01/22 12:09:30 pl 1.1.2.3: resolved merge conflicts 2003/12/10 17:07:08 hdu 1.1.2.2: #i23202# character mirroring also needed for printer ASCII fonts 2003/12/05 16:33:28 pl 1.1.2.1: separated printer graphics for use in different plugins

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [13ea32dd2c4e53570f5e41eee84408a3740c5f38]

        INTEGRATION: CWS vcl17 (1.10.50); FILE MERGED 2004/01/21 20:24:35 pl 1.10.50.3: RESYNC: (1.10-1.11); FILE MERGED 2003/12/18 16:14:35 mmeeks 1.10.50.2: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot' 2003/12/05 16:33:28 pl 1.10.50.1: separated printer graphics for use in different plugins

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [9eff4cab1320f5c8aeee57433757bfdcfe4d5bf7]

        INTEGRATION: CWS vcl17 (1.17.2); FILE MERGED 2004/02/11 16:33:33 pl 1.17.2.3: gnome integration moved to gtk plugin 2004/02/11 14:13:41 pl 1.17.2.2: RESYNC: (1.17-1.19); FILE MERGED 2003/12/18 16:14:35 mmeeks 1.17.2.1: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot'

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [d1117788d4de91a8eecf0f122a1c3b9583faab2b]

        INTEGRATION: CWS vcl17 (1.45.2); FILE MERGED 2004/02/11 14:14:50 pl 1.45.2.3: RESYNC: (1.46-1.47); FILE MERGED 2004/01/21 20:29:29 pl 1.45.2.2: RESYNC: (1.45-1.46); FILE MERGED 2003/11/24 13:43:42 pl 1.45.2.1: #i22598# fixed some memory leaks (thanks to Dan Williams)

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [00e2bf3ddf3be0432e4fbfe678b0556159b0e5a3]

        INTEGRATION: CWS vcl17 (1.8.2); FILE MERGED 2004/01/21 20:28:29 pl 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/12 13:44:55 mmeeks 1.8.2.1: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.
        
        Don't g_thread_init if we have already - theoretical crasher
        add SAL_DEBUG_UPDATES
        
        ** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.
        
        re-hash native dialog code to make it more pleasant.

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [f51ea99f12248574c3ce87011d457ab0abbcfed0]

        INTEGRATION: CWS vcl17 (1.18.2); FILE MERGED 2004/01/21 20:27:05 pl 1.18.2.2: RESYNC: (1.18-1.19); FILE MERGED 2003/12/04 14:49:52 pl 1.18.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [9562584e552359ddf2365071728f304a0ce0a0e7]

        INTEGRATION: CWS vcl17 (1.48.2); FILE MERGED 2004/02/12 12:34:07 pl 1.48.2.15: dispatch mouse events to the correct VCL frame 2004/02/11 14:14:30 pl 1.48.2.14: RESYNC: (1.50-1.51); FILE MERGED 2004/01/22 13:22:04 pl 1.48.2.13: solved a merge error 2004/01/22 12:09:28 pl 1.48.2.12: resolved merge conflicts 2004/01/21 20:27:41 pl 1.48.2.11: RESYNC: (1.48-1.50); FILE MERGED 2004/01/19 15:46:06 pl 1.48.2.10: initialize member 2003/12/17 21:28:29 mmeeks 1.48.2.9: Split shared cursor includes out, Implement GdkCursor support nicely 2003/12/16 16:01:19 mmeeks 1.48.2.8: Create SalX11Display sub-class Bin 'bool' to constructor, and do via sub-classing Fixup XCloseDisplay duplication in destructor. 2003/12/16 14:45:32 pl 1.48.2.7: added style settings to gtk plugin 2003/12/15 14:12:10 mmeeks 1.48.2.6: re-hash glib timeout code for efficiency Don't add the X socket to the poll a 2nd time (using un-virtualized callbacks) in SalDisplay 2003/12/12 16:23:26 pl 1.48.2.5: release the mutex atfer usage 2003/12/12 14:56:04 pl 1.48.2.4: adding gtk frame: first steps 2003/12/08 16:07:04 pl 1.48.2.3: fixed Yield() for libsn 2003/12/05 13:20:10 pl 1.48.2.2: removed tons of old unused stuff 2003/12/04 14:49:51 pl 1.48.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [3ef96981df5c81e52c11ff23abdd4984ec182ca5]

        INTEGRATION: CWS vcl17 (1.30.2); FILE MERGED 2004/01/22 13:38:48 pl 1.30.2.6:  corrected a misplaced extern C 2004/01/21 20:28:19 pl 1.30.2.5: RESYNC: (1.30-1.32); FILE MERGED 2003/12/16 16:01:18 mmeeks 1.30.2.4: Create SalX11Display sub-class Bin 'bool' to constructor, and do via sub-classing Fixup XCloseDisplay duplication in destructor. 2003/12/15 14:12:09 mmeeks 1.30.2.3: re-hash glib timeout code for efficiency Don't add the X socket to the poll a 2nd time (using un-virtualized callbacks) in SalDisplay 2003/12/05 13:20:09 pl 1.30.2.2: removed tons of old unused stuff 2003/12/04 14:49:50 pl 1.30.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [43438df9841839e1dd08ce62071c332c53c3899c]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/20 16:44:47 pl 1.1.2.3: shape for GtkSalObject 2004/01/20 16:06:44 pl 1.1.2.2: make plugins functional 2004/01/19 18:55:31 pl 1.1.2.1: add foundations for GtkSalObject

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [9072e25014399ef543542d0dbad0a7ff5f823eb7]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/22 12:52:41 pl 1.1.2.8: solved an access problem 2004/01/19 18:55:30 pl 1.1.2.7: add foundations for GtkSalObject 2004/01/19 15:45:32 pl 1.1.2.6: allow for recursive Grab/Ungrab 2003/12/16 23:08:41 mmeeks 1.1.2.5: Pass oslModule into plugin for symbol lookups Dig out & hook gdk_threads_enter/leave Add hooked locking sub-class 2003/12/15 18:12:09 pl 1.1.2.4: first cut at key events 2003/12/12 14:56:03 pl 1.1.2.3: adding gtk frame: first steps 2003/12/12 13:44:51 mmeeks 1.1.2.2: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.
        
        Don't g_thread_init if we have already - theoretical crasher
        add SAL_DEBUG_UPDATES
        
        ** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.
        
        re-hash native dialog code to make it more pleasant.
        2003/12/11 12:47:31 pl 1.1.2.1: move to more sensible dir structure

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [cffc6fd03e3569d3d0996263932435d2e2bb1be9]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/02/12 12:36:35 pl 1.1.2.20: #i25164# default size for frame, icons enabled again 2004/01/21 13:20:40 pl 1.1.2.19: added geometry, fixed some minor issues 2004/01/19 18:55:30 pl 1.1.2.18: add foundations for GtkSalObject 2004/01/19 15:44:48 pl 1.1.2.17: add: input method handling 2003/12/19 16:50:33 mmeeks 1.1.2.16: Revert PL's change, fixing linking Impl. StartPresentation. 2003/12/19 14:24:50 mmeeks 1.1.2.15: bin toolbar size bits fix key modifiers for CTL thing. 2003/12/18 19:04:43 pl 1.1.2.14: mouse enter/leave 2003/12/18 18:36:42 pl 1.1.2.13: wheel events 2003/12/18 17:19:48 pl 1.1.2.12: added default positioning for frames 2003/12/18 15:12:35 mmeeks 1.1.2.11: Fix grab issues, Fix display opening Misc. bits. 2003/12/18 13:09:59 mmeeks 1.1.2.10: cleanup cursors fix grab problems. 2003/12/18 11:44:17 mmeeks 1.1.2.9: Fix keyboard modifiers ... 2003/12/17 19:58:18 mmeeks 1.1.2.8: bin scattered GetDefDisp badness implement icon setting 2003/12/17 13:13:19 mmeeks 1.1.2.7: Cursor bits .. Flush/Sync Don't return TRUE from ConfigureEvent (eg.) SetPointerPos Use widget's mapped state not separate boolean 2003/12/16 17:53:29 pl 1.1.2.6: first shot at Get/SetWindowState 2003/12/16 15:13:40 pl 1.1.2.5: fix non rersizable dialogs 2003/12/16 14:45:31 pl 1.1.2.4: added style settings to gtk plugin 2003/12/15 18:12:08 pl 1.1.2.3: first cut at key events 2003/12/12 17:09:14 pl 1.1.2.2: motion events for frames 2003/12/12 14:56:02 pl 1.1.2.1: adding gtk frame: first steps

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [50b3cc532cf15cf2230b21050a525e6cea89938a]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/02/12 12:34:06 pl 1.1.2.9: dispatch mouse events to the correct VCL frame 2003/12/18 13:09:58 mmeeks 1.1.2.8: cleanup cursors fix grab problems. 2003/12/17 21:28:29 mmeeks 1.1.2.7: Split shared cursor includes out, Implement GdkCursor support nicely 2003/12/17 13:13:18 mmeeks 1.1.2.6: Cursor bits .. Flush/Sync Don't return TRUE from ConfigureEvent (eg.) SetPointerPos Use widget's mapped state not separate boolean 2003/12/16 16:01:17 mmeeks 1.1.2.5: Create SalX11Display sub-class Bin 'bool' to constructor, and do via sub-classing Fixup XCloseDisplay duplication in destructor. 2003/12/15 18:12:08 pl 1.1.2.4: first cut at key events 2003/12/15 14:12:09 mmeeks 1.1.2.3: re-hash glib timeout code for efficiency Don't add the X socket to the poll a 2nd time (using un-virtualized callbacks) in SalDisplay 2003/12/12 14:56:01 pl 1.1.2.2: adding gtk frame: first steps 2003/12/11 12:47:30 pl 1.1.2.1: move to more sensible dir structure

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [37d398b561f9529ffe328e067efc3baa8b7ac34d]

        INTEGRATION: CWS vcl17 (1.2.2); FILE ADDED 2004/01/22 12:49:30 pl 1.2.2.3: SummarySystemInfos is no more 2004/01/22 12:09:28 pl 1.2.2.2: resolved merge conflicts 2003/12/12 13:44:48 mmeeks 1.2.2.1: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.
        
        Don't g_thread_init if we have already - theoretical crasher
        add SAL_DEBUG_UPDATES
        
        ** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.
        
        re-hash native dialog code to make it more pleasant.

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [5520a88f1b76865f0f4a16b1f3f5d3f97f2b7a55]

        INTEGRATION: CWS vcl17 (1.10.2); FILE MERGED 2003/12/05 16:33:27 pl 1.10.2.1: separated printer graphics for use in different plugins

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [afd463284d38b39a9d5fe81bdbea99f5a70cffb6]

        INTEGRATION: CWS vcl17 (1.6.2); FILE MERGED 2003/12/04 14:49:45 pl 1.6.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [eb60586216fd8aff4a79b82e3dd18e0b2e6ac1d4]

        INTEGRATION: CWS vcl17 (1.23.2); FILE MERGED 2004/01/21 20:32:45 pl 1.23.2.4: RESYNC: (1.23-1.25); FILE MERGED 2003/12/12 14:56:00 pl 1.23.2.3: adding gtk frame: first steps 2003/12/05 16:33:26 pl 1.23.2.2: separated printer graphics for use in different plugins 2003/12/05 13:20:07 pl 1.23.2.1: removed tons of old unused stuff

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [7afb73047491972ddaaf41f5996d8bdb00ee12e9]

        INTEGRATION: CWS vcl17 (1.33.2); FILE MERGED 2004/02/12 11:43:20 pl 1.33.2.4: #i20249# upmerge for vcl plugin support 2004/02/11 14:15:09 pl 1.33.2.3: RESYNC: (1.34-1.35); FILE MERGED 2004/01/21 20:32:34 pl 1.33.2.2: RESYNC: (1.33-1.34); FILE MERGED 2003/12/05 13:20:07 pl 1.33.2.1: removed tons of old unused stuff

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [0a6bbb9827011a0fd6d01fd6a65079e8ecfe95ea]

        INTEGRATION: CWS vcl17 (1.19.2); FILE MERGED 2004/02/12 12:34:05 pl 1.19.2.10: dispatch mouse events to the correct VCL frame 2004/01/21 20:31:43 pl 1.19.2.9: RESYNC: (1.19-1.21); FILE MERGED 2003/12/16 16:01:17 mmeeks 1.19.2.8: Create SalX11Display sub-class Bin 'bool' to constructor, and do via sub-classing Fixup XCloseDisplay duplication in destructor. 2003/12/16 14:45:31 pl 1.19.2.7: added style settings to gtk plugin 2003/12/15 14:12:08 mmeeks 1.19.2.6: re-hash glib timeout code for efficiency Don't add the X socket to the poll a 2nd time (using un-virtualized callbacks) in SalDisplay 2003/12/12 16:52:37 mmeeks 1.19.2.5: Re-work Insert/Remove to allow custom sources to be added to the glib mainloop; tested & works with NAS. 2003/12/12 14:55:59 pl 1.19.2.4: adding gtk frame: first steps 2003/12/12 14:48:51 mmeeks 1.19.2.3: re-hash timeout / wakeup bits ... 2003/12/05 13:20:06 pl 1.19.2.2: removed tons of old unused stuff 2003/12/04 14:49:44 pl 1.19.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [bd8d3467ded4e89a979ddb4e38d753f0f1c1d523]

        INTEGRATION: CWS vcl17 (1.7.2); FILE MERGED 2003/12/04 14:49:43 pl 1.7.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [c076927707aa9457fbe3ef5535ec7c803b17aaaf]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/22 12:09:27 pl 1.1.2.2: resolved merge conflicts 2003/12/05 16:33:26 pl 1.1.2.1: separated printer graphics for use in different plugins

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [3106c394fe83b830c20a31641005d5f9209f120d]

        INTEGRATION: CWS vcl17 (1.7.2); FILE MERGED 2004/01/21 20:32:18 pl 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/18 16:14:34 mmeeks 1.7.2.1: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot'

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [f325fb97684f20e831234a9059f479e8f52d4f9a]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/19 18:55:29 pl 1.1.2.2: add foundations for GtkSalObject 2003/12/12 14:55:58 pl 1.1.2.1: adding gtk frame: first steps

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [6ff7688fbdade2f4d7f72762f8f492c932f67589]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/20 16:44:46 pl 1.1.2.3: shape for GtkSalObject 2004/01/20 16:06:42 pl 1.1.2.2: make plugins functional 2004/01/19 18:55:29 pl 1.1.2.1: add foundations for GtkSalObject

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [0bc442848ce54955f455e473be7ffdbdd1f8d807]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/02/12 13:15:30 pl 1.1.2.34: #i25163# make shift tab work, added another host of keypad keys to be recognized 2004/02/12 12:36:34 pl 1.1.2.33: #i25164# default size for frame, icons enabled again 2004/01/21 13:20:43 pl 1.1.2.32: added geometry, fixed some minor issues 2004/01/20 16:57:40 pl 1.1.2.31: first shot at plugin parent (e.g. OfficeBean) 2004/01/20 16:06:42 pl 1.1.2.30: make plugins functional 2004/01/19 18:55:28 pl 1.1.2.29: add foundations for GtkSalObject 2004/01/19 15:44:47 pl 1.1.2.28: add: input method handling 2004/01/12 12:47:34 pl 1.1.2.27: fixed a sign issue 2003/12/19 16:50:32 mmeeks 1.1.2.26: Revert PL's change, fixing linking Impl. StartPresentation. 2003/12/19 16:20:03 pl 1.1.2.25: cosmetic corrections 2003/12/19 15:25:12 mmeeks 1.1.2.24: fix map/flicker thing. 2003/12/19 14:24:48 mmeeks 1.1.2.23: bin toolbar size bits fix key modifiers for CTL thing. 2003/12/19 12:27:47 pl 1.1.2.22: fullscreen mode (with EWMH WMs) 2003/12/18 19:04:42 pl 1.1.2.21: mouse enter/leave 2003/12/18 18:36:41 pl 1.1.2.20: wheel events 2003/12/18 17:19:47 pl 1.1.2.19: added default positioning for frames 2003/12/18 16:14:33 mmeeks 1.1.2.18: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot' 2003/12/18 15:12:34 mmeeks 1.1.2.17: Fix grab issues, Fix display opening Misc. bits. 2003/12/18 13:09:55 mmeeks 1.1.2.16: cleanup cursors fix grab problems. 2003/12/18 11:44:16 mmeeks 1.1.2.15: Fix keyboard modifiers ... 2003/12/18 10:19:21 pl 1.1.2.14: fix missing icons 2003/12/17 21:28:28 mmeeks 1.1.2.13: Split shared cursor includes out, Implement GdkCursor support nicely 2003/12/17 19:58:18 mmeeks 1.1.2.12: bin scattered GetDefDisp badness implement icon setting 2003/12/17 17:10:13 mmeeks 1.1.2.11: bin problematic asserts 2003/12/17 13:13:17 mmeeks 1.1.2.10: Cursor bits .. Flush/Sync Don't return TRUE from ConfigureEvent (eg.) SetPointerPos Use widget's mapped state not separate boolean 2003/12/16 23:08:40 mmeeks 1.1.2.9: Pass oslModule into plugin for symbol lookups Dig out & hook gdk_threads_enter/leave Add hooked locking sub-class 2003/12/16 17:53:28 pl 1.1.2.8: first shot at Get/SetWindowState 2003/12/16 15:13:39 pl 1.1.2.7: fix non rersizable dialogs 2003/12/16 14:45:30 pl 1.1.2.6: added style settings to gtk plugin 2003/12/15 18:12:06 pl 1.1.2.5: first cut at key events 2003/12/12 17:09:13 pl 1.1.2.4: motion events for frames 2003/12/12 15:58:57 pl 1.1.2.3: frame issues 2003/12/12 15:33:02 pl 1.1.2.2: frame issues 2003/12/12 14:55:53 pl 1.1.2.1: adding gtk frame: first steps

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [a24a20e1f7f3ae598075d2b9fde9d440d88ed726]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2003/12/12 16:52:35 mmeeks 1.1.2.3: Re-work Insert/Remove to allow custom sources to be added to the glib mainloop; tested & works with NAS. 2003/12/12 13:44:45 mmeeks 1.1.2.2: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.
        
        Don't g_thread_init if we have already - theoretical crasher
        add SAL_DEBUG_UPDATES
        
        ** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.
        
        re-hash native dialog code to make it more pleasant.
        2003/12/04 14:49:39 pl 1.1.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [ccfe4246562c7576ff04bd73e57d8a3601ccde8f]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2003/12/12 13:44:44 mmeeks 1.1.2.1: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.
        
        Don't g_thread_init if we have already - theoretical crasher
        add SAL_DEBUG_UPDATES
        
        ** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.
        
        re-hash native dialog code to make it more pleasant.

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [8b2e152c172951d22366dca782608a59b0c0c00a]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/01/19 18:55:26 pl 1.1.2.12: add foundations for GtkSalObject 2004/01/19 15:45:35 pl 1.1.2.11: allow for recursive Grab/Ungrab 2003/12/17 19:58:17 mmeeks 1.1.2.10: bin scattered GetDefDisp badness implement icon setting 2003/12/17 17:10:11 mmeeks 1.1.2.9: bin problematic asserts 2003/12/16 23:08:40 mmeeks 1.1.2.8: Pass oslModule into plugin for symbol lookups Dig out & hook gdk_threads_enter/leave Add hooked locking sub-class 2003/12/12 16:52:35 mmeeks 1.1.2.7: Re-work Insert/Remove to allow custom sources to be added to the glib mainloop; tested & works with NAS. 2003/12/12 15:58:54 pl 1.1.2.6: frame issues 2003/12/12 15:33:00 pl 1.1.2.5: frame issues 2003/12/12 14:55:49 pl 1.1.2.4: adding gtk frame: first steps 2003/12/11 12:47:28 pl 1.1.2.3: move to more sensible dir structure 2003/12/11 10:58:31 pl 1.1.2.2: #i22713# built in glib main loop 2003/12/04 14:49:36 pl 1.1.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [642eead7cfb130323537d03f87e77b66321b99b1]

        INTEGRATION: CWS vcl17 (1.1.2); FILE ADDED 2004/02/12 12:34:05 pl 1.1.2.19: dispatch mouse events to the correct VCL frame 2004/01/19 15:47:19 pl 1.1.2.18: no more SalI18N_InputMethod needed 2003/12/19 15:02:19 pl 1.1.2.17: plugin autodetect 2003/12/18 15:12:33 mmeeks 1.1.2.16: Fix grab issues, Fix display opening Misc. bits. 2003/12/18 13:09:54 mmeeks 1.1.2.15: cleanup cursors fix grab problems. 2003/12/17 21:28:27 mmeeks 1.1.2.14: Split shared cursor includes out, Implement GdkCursor support nicely 2003/12/17 13:13:16 mmeeks 1.1.2.13: Cursor bits .. Flush/Sync Don't return TRUE from ConfigureEvent (eg.) SetPointerPos Use widget's mapped state not separate boolean 2003/12/16 23:08:39 mmeeks 1.1.2.12: Pass oslModule into plugin for symbol lookups Dig out & hook gdk_threads_enter/leave Add hooked locking sub-class 2003/12/16 14:45:29 pl 1.1.2.11: added style settings to gtk plugin 2003/12/15 18:12:04 pl 1.1.2.10: first cut at key events 2003/12/15 14:12:07 mmeeks 1.1.2.9: re-hash glib timeout code for efficiency Don't add the X socket to the poll a 2nd time (using un-virtualized callbacks) in SalDisplay 2003/12/12 17:09:11 pl 1.1.2.8: motion events for frames 2003/12/12 16:52:33 mmeeks 1.1.2.7: Re-work Insert/Remove to allow custom sources to be added to the glib mainloop; tested & works with NAS. 2003/12/12 14:55:48 pl 1.1.2.6: adding gtk frame: first steps 2003/12/12 14:48:50 mmeeks 1.1.2.5: re-hash timeout / wakeup bits ... 2003/12/12 13:44:41 mmeeks 1.1.2.4: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.
        
        Don't g_thread_init if we have already - theoretical crasher
        add SAL_DEBUG_UPDATES
        
        ** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.
        
        re-hash native dialog code to make it more pleasant.
        2003/12/11 12:47:27 pl 1.1.2.3: move to more sensible dir structure
        2003/12/11 10:58:30 pl 1.1.2.2: #i22713# built in glib main loop
        2003/12/04 14:49:34 pl 1.1.2.1: #i22713# first steps for a gtk plugin

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [755c0e1c22d1aa8a9d7e5a0cd1e6eca509bc9d3d]

        INTEGRATION: CWS vcl17 (1.177.2); FILE MERGED 2004/02/11 14:08:00 pl 1.177.2.6: RESYNC: (1.181-1.183); FILE MERGED 2004/01/22 12:09:26 pl 1.177.2.5: resolved merge conflicts 2004/01/21 19:37:29 pl 1.177.2.4: RESYNC: (1.177-1.181); FILE MERGED 2004/01/06 13:46:01 ssa 1.177.2.3: #112873# provide dtor for ImplDelData that takes care of removing it from associated Window 2003/11/28 13:59:38 ssa 1.177.2.2: #113722# cache queryInterface call to improve IsTopWindow() 2003/11/26 13:47:35 ssa 1.177.2.1: #i16682#,#i21238#,#i22098# allow system font sizes that will not make dialogs exceeding the screen

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [1c287d9f56cf2b8b14fea455d8b3131d5748af0f]

        INTEGRATION: CWS vcl17 (1.6.148); FILE MERGED 2004/01/21 19:38:39 pl 1.6.148.2: RESYNC: (1.6-1.8); FILE MERGED 2004/01/19 12:40:01 ssa 1.6.148.1: provide paint handler for tabpages

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [afdd43da930598a5fe5552b06d3ce930e7fdb209]

        INTEGRATION: CWS vcl17 (1.22.134); FILE MERGED 2004/01/21 19:50:06 pl 1.22.134.3: RESYNC: (1.22-1.24); FILE MERGED 2003/12/02 16:16:56 hdu 1.22.134.2: #113491# avoid miscompare caused by integer overflow 2003/12/02 13:35:39 hdu 1.22.134.1: #113491# fix off by one for LRU counting, important for garbage collection

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [f2e089c7bb0e971e8c736e3625d357c5d1af219a]

        INTEGRATION: CWS vcl17 (1.49.2); FILE MERGED 2004/02/11 14:11:17 pl 1.49.2.3: RESYNC: (1.52-1.54); FILE MERGED 2004/01/21 20:06:03 pl 1.49.2.2: RESYNC: (1.49-1.52); FILE MERGED 2004/01/19 12:54:53 hdu 1.49.2.1: #i21951# shortcircuit unit transformations if possible to avoid integer overflow

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [6579756f84166c8ea503154c67924524c9a95a0b]

        INTEGRATION: CWS vcl17 (1.59.2); FILE MERGED 2004/02/11 14:10:33 pl 1.59.2.3: RESYNC: (1.62-1.64); FILE MERGED 2004/01/21 19:59:51 pl 1.59.2.2: RESYNC: (1.59-1.62); FILE MERGED 2003/12/10 15:00:32 hdu 1.59.2.1: #112800# fix strikethrough with X or / in RTL text

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [33d505ed31a98a54d3f170eadd2e96a3ff5ad2cc]

        INTEGRATION: CWS vcl17 (1.159.2); FILE MERGED 2004/02/11 14:11:05 pl 1.159.2.4: RESYNC: (1.164-1.167); FILE MERGED 2004/01/21 20:02:13 pl 1.159.2.3: RESYNC: (1.159-1.164); FILE MERGED 2003/12/10 15:00:12 hdu 1.159.2.2: #112800# fix strikethrough with X or / in RTL text 2003/11/28 14:56:03 hdu 1.159.2.1: #i22804# improve handling of korean Baekmuk fonts, also glyph fallback list

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [c9a035e86d613a32afd4855b8dd0f29375bdbcd1]

        INTEGRATION: CWS vcl17 (1.22.36); FILE MERGED 2004/02/11 14:10:43 pl 1.22.36.5: RESYNC: (1.23-1.24); FILE MERGED 2004/01/21 20:00:01 pl 1.22.36.4: RESYNC: (1.22-1.23); FILE MERGED 2003/12/04 16:10:42 hdu 1.22.36.3: #i22804# fix spelling: KochigGothic->KochiGothic 2003/12/04 14:44:07 hdu 1.22.36.2: #i22804# fix spelling: KochiGochi->KochiGothic 2003/12/04 14:38:45 hdu 1.22.36.1: #i22804# improve handling of Baekmuk fonts for Korean

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [5b0409fe0b795bda48140e85fece37515891ad51]

        INTEGRATION: CWS vcl17 (1.19.14); FILE MERGED 2004/02/09 11:17:14 ssa 1.19.14.1: #25130# prepare for mouseover, add PreNotify handlers

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [b10170f98f7cba8e7911515f146151961545c2db]

        INTEGRATION: CWS vcl17 (1.12.14); FILE MERGED 2004/02/09 11:17:13 ssa 1.12.14.1: #25130# prepare for mouseover, add PreNotify handlers

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [cb090d4f86e37609aa9ac42ce1730e3c74470d59]

        INTEGRATION: CWS vcl17 (1.11.14); FILE MERGED 2004/02/09 11:17:13 ssa 1.11.14.2: #25130# prepare for mouseover, add PreNotify handlers 2004/01/22 12:09:26 pl 1.11.14.1: resolved merge conflicts

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [ef146cf78399de49f61d2a8399653cbfa9eda721]

        INTEGRATION: CWS vcl17 (1.25.14); FILE MERGED 2004/02/09 11:17:13 ssa 1.25.14.1: #25130# prepare for mouseover, add PreNotify handlers

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [6704c9dd1c841aced2800d6529f65575e98f340a]

        INTEGRATION: CWS vcl17 (1.31.2); FILE MERGED 2004/02/11 14:15:18 pl 1.31.2.6: RESYNC: (1.33-1.34); FILE MERGED 2004/01/21 20:32:56 pl 1.31.2.5: RESYNC: (1.31-1.33); FILE MERGED 2003/12/18 16:14:32 mmeeks 1.31.2.4: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot' 2003/12/12 13:44:39 mmeeks 1.31.2.3: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.
        
        Don't g_thread_init if we have already - theoretical crasher
        add SAL_DEBUG_UPDATES
        
        ** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.
        
        re-hash native dialog code to make it more pleasant.
        2003/12/10 12:24:01 pl 1.31.2.2: switch to unified plugin naming scheme
        2003/11/28 13:43:09 pl 1.31.2.1: #i22981# new dummy plugin for build tools

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [371530a16e56e4b0d3ec2bb511bfe360709fbb23]

        INTEGRATION: CWS vcl17 (1.23.2); FILE MERGED 2004/01/21 20:33:06 pl 1.23.2.6: RESYNC: (1.23-1.26); FILE MERGED 2003/12/18 16:14:32 mmeeks 1.23.2.5: Bin nasty, binary pre-compiled mess, Cleanup headers removing gnomeint bits Implement 'SnapShot' 2003/12/12 14:58:51 pl 1.23.2.4: add gtk window dir 2003/12/12 13:44:38 mmeeks 1.23.2.3: Split out SalSystem stuff into a shared header, virtualize the native dialog stuff to bin the nasty msgbox code.
        
        Don't g_thread_init if we have already - theoretical crasher
        add SAL_DEBUG_UPDATES
        
        ** Disable timeout ** - causing gtk+ rendering to barf, will fix next pass.
        
        re-hash native dialog code to make it more pleasant.
        2003/12/04 14:49:31 pl 1.23.2.2: #i22713# first steps for a gtk plugin
        2003/11/28 13:43:08 pl 1.23.2.1: #i22981# new dummy plugin for build tools

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [b58a2208d1262497204f4d3cd8a4918b412ec672]

        INTEGRATION: CWS vcl17 (1.2.122); FILE MERGED 2004/01/22 12:13:05 pl 1.2.122.1: removed a warning

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [0826d1674304aa6139e440f07fb588b785871e75]

        INTEGRATION: CWS vcl17 (1.64.34); FILE MERGED 2004/02/11 12:06:31 pl 1.64.34.4: RESYNC: (1.66-1.67); FILE MERGED 2004/01/21 15:55:54 pl 1.64.34.3: RESYNC: (1.64-1.66); FILE MERGED 2003/12/08 16:48:37 pl 1.64.34.2: #114101# fixed some locking issues 2003/11/27 10:59:39 pl 1.64.34.1: #113035# improve timeout detection for long transfers

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [4df7758dbd43c722bab9e3b0f0b21c16a4311937]

        INTEGRATION: CWS vcl17 (1.9.52); FILE MERGED 2004/01/21 15:55:42 pl 1.9.52.3: RESYNC: (1.9-1.10); FILE MERGED 2003/12/08 16:48:33 pl 1.9.52.2: #114101# fixed some locking issues 2003/11/27 10:59:25 pl 1.9.52.1: #114101# removed a deadlock

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [10bd2eb65685788199e89120a6f48bbf8632f7fb]

        INTEGRATION: CWS vcl17 (1.2.188); FILE MERGED 2003/11/24 14:03:49 pl 1.2.188.1: #i22598# fixed some memory leaks (thanks to Dan Williams)

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [e39e7a28eb5b96608c389447db3d28a633f84352]

        INTEGRATION: CWS vcl17 (1.2.188); FILE MERGED 2003/11/24 14:03:46 pl 1.2.188.1: #i22598# fixed some memory leaks (thanks to Dan Williams)

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [1752e392d3983e9ac82c3f8231fa4dcf085c6678]

        INTEGRATION: CWS vcl17 (1.23.336); FILE MERGED 2004/01/21 18:09:52 pl 1.23.336.2: RESYNC: (1.23-1.25); FILE MERGED 2003/12/15 13:04:07 ssa 1.23.336.1: #i21775# always perform rotation when landscape printing is requested

2004-02-20  Oliver Bolte  <obo@openoffice.org>  [4930f0ff63f7b7b3f53c22d335e41bebb9e19a77]

        INTEGRATION: CWS vcl17 (1.29.150); FILE MERGED 2004/02/11 12:39:46 pl 1.29.150.3: RESYNC: (1.32-1.33); FILE MERGED 2004/01/21 16:25:52 pl 1.29.150.2: RESYNC: (1.29-1.32); FILE MERGED 2003/12/15 13:05:18 ssa 1.29.150.1: #i21775# always perform rotation when landscape printing is requested

2004-02-19  Lars Oppermann  <lo@openoffice.org>  [331ddcb14246ea3d49362dd751554df9a2a25782]

        #i25594# event fixes

2004-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [ece39cbd8505afaf4eda4fcce28c7e9274a8360f]

        #i25646#: catch 'unrecognized auth response' from OOo CVS server

2004-02-18  Armin Weiss  <aw@openoffice.org>  [ed3e3c0c28e6c3c5ab3e794311c416f2308f4be5]

        #110098# Changed SfxFilterContainer::ReadExternalFilters to no longer use TypeDetection.xcu (which does no longer exist), but to get infos about filters from static string arrays.

2004-02-17  Rüdiger Timm  <rt@openoffice.org>  [f98abc1f2d16dadbc882ccf32b03d8abcaa3ddf3]

        SRC680

2004-02-16  Thorsten Behrens  <thb@openoffice.org>  [4f9a1f1b4b9ec7bf3239be56864c331529cd4234]

        #110496# Made headers gcc-Wall clean, added some Canvas-related tooling

2004-02-16  Lars Oppermann  <lo@openoffice.org>  [efed7968470109147a4653d6f6bf60e422a8d896]

        event handling

2004-02-16  Armin Weiss  <aw@openoffice.org>  [d24656331f4342648639ecf77542f7ca24c8d854]

        Replaced ColorName with ColorData, only used when building with debug

2004-02-16  Rüdiger Timm  <rt@openoffice.org>  [1a2c45b7998e57caa1594502da23d49fc5395e8c]

        #i10000# Correct list of needed modules (svtools instead of svtool, no such module sv and tk).

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [8667b38c7b5ed916a9bbd82fd97aebe7c0a52000]

        INTEGRATION: CWS sab003 (1.3.10); FILE MERGED 2003/07/02 14:42:12 sab 1.3.10.1: #110564#; close component-description tag

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [f3ea6884d1ddfa07f35ab70d139cd5973a45627b]

        INTEGRATION: CWS sab003 (1.18.180); FILE MERGED 2003/07/03 10:02:08 sab 1.18.180.1: #109117#; set new and old value in change tracking import

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [63bb469f4039fbd2688df5556094386e42ae594f]

        INTEGRATION: CWS sab003 (1.9.180); FILE MERGED 2003/07/03 10:02:08 sab 1.9.180.1: #109117#; set new and old value in change tracking import

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [79689c1a06dcd05a528f5b52c246cd8b096e3320]

        INTEGRATION: CWS sab003 (1.16.56); FILE MERGED 2003/07/03 10:02:07 sab 1.16.56.1: #109117#; set new and old value in change tracking import

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [519ab6fe27bcd17c0dad7dd348a970cd34a2cee3]

        INTEGRATION: CWS sab003 (1.20.180); FILE MERGED 2003/07/03 10:02:07 sab 1.20.180.1: #109117#; set new and old value in change tracking import

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [4375eed13e08c8b16b252ad52a611b3b3bf69425]

        INTEGRATION: CWS sab003 (1.17.24); FILE MERGED 2003/07/03 09:58:28 sab 1.17.24.1: #109117#; give possibility to set new value

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [620e52ed0c50c704fe759546a5a7aaac453a05c7]

        INTEGRATION: CWS sab003 (1.17.56); FILE MERGED 2004/02/10 18:11:50 sab 1.17.56.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/05 10:35:52 sab 1.17.56.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/03 09:57:21 sab 1.17.56.1: #109117#; give possibility to set new value

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [61ab6aa48dbdfd40ca792153e6f1b975c24d1bbc]

        INTEGRATION: CWS swq03 (1.32.222); FILE MERGED 2004/01/23 10:57:31 pb 1.32.222.1: fix: #i16031# don't paint white on white

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [3ca6d93c305f92624ab75fe07f6202b6b2289e19]

        INTEGRATION: CWS swq03 (1.47.244); FILE MERGED 2004/01/21 07:56:48 pb 1.47.244.1: fix: #i24432# select next executable entry with mouse

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [31591481f64020670b4bb8e1904a1a9e6c4329c7]

        INTEGRATION: CWS swq03 (1.91.72); FILE MERGED 2004/01/21 07:56:49 pb 1.91.72.1: fix: #i24432# select next executable entry with mouse

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [34d2af6f51795e1e4b61043e5bcda3c9f26a1e27]

        INTEGRATION: CWS swq03 (1.78.128); FILE MERGED 2004/01/21 11:05:59 pb 1.78.128.1: fix: #i24278# fontcolor slot in effects page range

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [4862a519964eead4d72462d7b7ca0a3abf84e7bc]

        INTEGRATION: CWS swq03 (1.11.16); FILE MERGED 2004/01/15 08:22:50 od 1.11.16.1: #i23500# - remove unnecessary method <SwViewImp::PaintFlyChilds(..)>

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [8fccd17c68920d86af1f145c98003d6244ba25f3]

        INTEGRATION: CWS swq03 (1.3.354); FILE MERGED 2004/01/15 13:54:53 fme 1.3.354.1: #i20556# Correct handling of footnotes in sections is section is hidden

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [2b9ae1a0640d4d9d6cf83474baa84fcd00d104e9]

        INTEGRATION: CWS swq03 (1.46.20); FILE MERGED 2004/02/02 09:18:25 fme 1.46.20.3: #i24831# SwTabFrm::Grow() should not forget to grow the upper 2004/01/29 11:20:46 fme 1.46.20.2: RESYNC: (1.46-1.48); FILE MERGED 2004/01/14 16:00:28 fme 1.46.20.1: #114442# Check page description for backward moving frames

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [324abf2bd80a37c36ed57f0f8bf1127bc7edc23d]

        INTEGRATION: CWS swq03 (1.29.54); FILE MERGED 2004/01/29 11:20:28 fme 1.29.54.2: RESYNC: (1.29-1.30); FILE MERGED 2004/01/15 13:54:30 fme 1.29.54.1: #i20556# Correct handling of footnotes in sections is section is hidden

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [9f9bc93c36b07df918cb26341c5fba1caf920cc2]

        INTEGRATION: CWS swq03 (1.21.354); FILE MERGED 2004/01/29 11:18:33 fme 1.21.354.2: RESYNC: (1.21-1.22); FILE MERGED 2004/01/15 13:54:29 fme 1.21.354.1: #i20556# Correct handling of footnotes in sections is section is hidden

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [9b28edbf45d80dbd85ac023bb7f0d7a8db28eafe]

        INTEGRATION: CWS swq03 (1.55.22); FILE MERGED 2004/02/02 09:19:20 fme 1.55.22.1: #i24097# NotifyBackground if frame changes its printing area

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [7ee860ed342a9088523ce00872916380d0c2022c]

        INTEGRATION: CWS swq03 (1.26.68); FILE MERGED 2004/01/29 11:17:10 fme 1.26.68.2: RESYNC: (1.26-1.28); FILE MERGED 2004/01/14 16:00:32 fme 1.26.68.1: #114442# Check page description for backward moving frames

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [79c6e6b82d2bc2db38aa5ff66e66f7a9f87121db]

        INTEGRATION: CWS swq03 (1.23.70); FILE MERGED 2004/01/29 11:25:53 fme 1.23.70.2: RESYNC: (1.23-1.24); FILE MERGED 2004/01/15 08:24:04 od 1.23.70.1: #i23500# class <SwViewImp> - remove method <PaintFlyChilds(..)>

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [6016a6edc341748105a540752a30ea6d2eb81d37]

        INTEGRATION: CWS swq03 (1.11.24); FILE MERGED 2004/02/02 09:21:35 fme 1.11.24.1: #i24097# NotifyBackground if frame changes its printing area

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [f8413334c259f2594d27c814713f14f826776bc9]

        INTEGRATION: CWS swq03 (1.7.350); FILE MERGED 2004/02/02 09:21:34 fme 1.7.350.1: #i24097# NotifyBackground if frame changes its printing area

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [a665a4f72a64a8a62065d4fceea3717faebfca89]

        INTEGRATION: CWS swq03 (1.12.72); FILE MERGED 2004/01/15 08:19:36 od 1.12.72.1: #i23500# <SwVirtFlyDrawObj::DoPaintObject(..)> - no special handling for 	 Writer fly frames in layer 'Hell'.

2004-02-16  Oliver Bolte  <obo@openoffice.org>  [04f436de210166292072445087b845ae4796ff7d]

        Initial revision

2004-02-13  Armin Weiss  <aw@openoffice.org>  [ac3f840652c882a5fbfe78fe22f29249688726c8]

        #110098# Adaptions for SRC680 m23

2004-02-13  Andre Fischer  <af@openoffice.org>  [f2e14e6b2e3875e57e270f502f5c4e691f655896]

        #i22705# Initial revision.

2004-02-12  Armin Weiss  <aw@openoffice.org>  [2c3e2190e05168a7e28df0c8ceb6512936561d33]

        Added areControlPointsUsed(), areControlVectorsUsed() methods

2004-02-12  Armin Weiss  <aw@openoffice.org>  [b23dfd18d71d77164ae51be108de09f3ed00f7a7]

        Changed usages of (G/S)etControlVector(A/B) to use the new curve convention that both vectors are relative to the point of the edge. Before, B was relative to the next edge. Also added (G/S)etControlPoint(A/B) interface for B2DPolygon.

2004-02-12  Rüdiger Timm  <rt@openoffice.org>  [4bafb7b3a488e5d013071c8075f016ee7d8bb889]

        #i10000# For windows libraries are in bin.

2004-02-12  Rüdiger Timm  <rt@openoffice.org>  [8b8a34e3af0b7337de4ac9894fcc70adf020b17b]

        #i10000# Removed response_workstation.txt

2004-02-11  Kurt Zenker  <kz@openoffice.org>  [64fbe42aa4147450b7c2b672d75657859c86ecad]

        new version for SRC680

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [9cfe07d752acf606d6aeff8c4d1cc011a9c4e61b]

        #i10000# Don't use your own module as include path for headers in svx/inc, this does not work before a deliver has been done!

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [58d241daf09319aae28dbeeb22d6b447795ee940]

        #i10000# Don't use your own module as include path, this does not work before a deliver has been done!

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [1a4ae78f3a9ad4b14fedaa3d13bd27c3c857a114]

        #i10000#: broken perl syntax

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [814b25ba88ee55ca170d36d1f4b1f4e1ba670ef4]

        SRC680

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [1a98d0a6c57b4003c1ef34fde36202f8c4d4072a]

        INTEGRATION: CWS chart01 (1.8.78); FILE MERGED 2004/02/05 09:15:05 bm 1.8.78.7: using own DevChart method (not delivered one, because of dependency) 2004/01/21 16:03:24 bm 1.8.78.6: chart2 API split up into public and private part drafts removed from public chart2 API ScModelObj createInstance supports com.sun.star.chart2.XDataProvider 2004/01/19 14:46:43 bm 1.8.78.5: commented stuff removed 2004/01/19 11:08:13 bm 1.8.78.4: Control usage of new chart via config item (instead of define) 2004/01/12 15:36:43 bm 1.8.78.3: RESYNC: (1.9-1.10); FILE MERGED 2003/10/28 09:35:27 bm 1.8.78.2: RESYNC: (1.8-1.9); FILE MERGED 2003/07/25 18:27:55 er 1.8.78.1: #i17416# new Chart's test environment (TEST_NEW_CHART defined)

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [c20d840a8f4461fa43a1c07ae9a5a103b16a5a78]

        INTEGRATION: CWS chart01 (1.24.182); FILE MERGED 2003/10/02 08:44:54 bm 1.24.182.1: misplaced brace in CheckNamedItem -> found name was overwritten by generated name

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [e927f2637fbb2bdf10cdd11bedb2030ee2bbc322]

        INTEGRATION: CWS chart01 (1.6.194); FILE MERGED 2003/07/30 12:30:26 bm 1.6.194.1: SvxChartTextOrderItem: +QueryValue, PutValue

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [80ba0ed66081720b25d668c999b85e9120768bc9]

        INTEGRATION: CWS chart01 (1.3.378); FILE MERGED 2003/07/30 12:30:46 bm 1.3.378.1: SvxChartTextOrderItem: +QueryValue, PutValue

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [3f5da7b69467cbebd82d99b3828f58d1451aa2a7]

        INTEGRATION: CWS chart01 (1.39.12); FILE MERGED 2004/01/28 16:02:59 bm 1.39.12.1: chart2 public API added

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [b99fe23eb65624dc78180939fe000b111fbc16de]

        INTEGRATION: CWS chart01 (1.33.2); FILE MERGED 2004/01/20 15:29:38 bm 1.33.2.1: +chart2

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [70e3337df6eb32b558d7126f95279a5dd797564a]

        INTEGRATION: CWS chart01 (1.9.6); FILE MERGED 2004/01/21 16:03:27 bm 1.9.6.1: chart2 API split up into public and private part drafts removed from public chart2 API ScModelObj createInstance supports com.sun.star.chart2.XDataProvider

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [251579e692f4a170cc116ae11afd4aa2a6780678]

        INTEGRATION: CWS chart01 (1.11.70); FILE MERGED 2004/01/12 15:21:20 bm 1.11.70.3: RESYNC: (1.13-1.14); FILE MERGED 2003/10/28 09:31:37 bm 1.11.70.2: RESYNC: (1.11-1.13); FILE MERGED 2003/07/25 18:33:58 er 1.11.70.1: #i17416# new Chart's API test environment

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [594d3ce1326dbc2c9d832a6b05dc241bbbdeaa12]

        INTEGRATION: CWS chart01 (1.38.10); FILE MERGED 2004/02/04 10:10:36 bm 1.38.10.2: RESYNC: (1.38-1.39); FILE MERGED 2004/01/21 16:03:26 bm 1.38.10.1: chart2 API split up into public and private part drafts removed from public chart2 API ScModelObj createInstance supports com.sun.star.chart2.XDataProvider

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [6775d2e11e3f2b6ecf10af00f7dc4711ca90106d]

        INTEGRATION: CWS chart01 (1.1.2); FILE ADDED 2004/01/21 16:03:26 bm 1.1.2.2: chart2 API split up into public and private part drafts removed from public chart2 API ScModelObj createInstance supports com.sun.star.chart2.XDataProvider 2003/07/25 18:33:43 er 1.1.2.1: #i17416# new Chart's API test environment

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [ca28cc22891b0d64867b9648c03070864f490d3b]

        INTEGRATION: CWS chart01 (1.1.2); FILE ADDED 2004/02/05 09:14:23 bm 1.1.2.1: Config Item to determine whether to use old or new chart (thionly for temporary use)

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [3b6d47c09f61a47339911f1e231bf9f7a603ed4c]

        INTEGRATION: CWS chart01 (1.55.28); FILE MERGED 2004/01/21 16:03:22 bm 1.55.28.1: chart2 API split up into public and private part drafts removed from public chart2 API ScModelObj createInstance supports com.sun.star.chart2.XDataProvider

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [f2863fd6d6d1f068cb8688060c4278c9459825e5]

        INTEGRATION: CWS chart01 (1.8.6); FILE MERGED 2004/01/21 16:03:21 bm 1.8.6.1: chart2 API split up into public and private part drafts removed from public chart2 API ScModelObj createInstance supports com.sun.star.chart2.XDataProvider

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [03289cbd592940cc01cae628dae618b386eeec19]

        INTEGRATION: CWS chart01 (1.15.36); FILE MERGED 2004/01/21 16:03:20 bm 1.15.36.1: chart2 API split up into public and private part drafts removed from public chart2 API ScModelObj createInstance supports com.sun.star.chart2.XDataProvider

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [8ea2e620df0e16adf201946cf66c3139a83212ef]

        INTEGRATION: CWS chart01 (1.1.2); FILE ADDED 2004/01/21 16:03:19 bm 1.1.2.2: chart2 API split up into public and private part drafts removed from public chart2 API ScModelObj createInstance supports com.sun.star.chart2.XDataProvider 2003/07/25 18:33:17 er 1.1.2.1: #i17416# new Chart's API test environment

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [bd3a0005ad5ec4aba1d93936886f9f74b8cc60d1]

        INTEGRATION: CWS chart01 (1.1.2); FILE ADDED 2004/02/04 12:25:51 bm 1.1.2.1: fragments for new chart (chart2)

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [213a678441d9f8dadc238cd5ec22930a7609234c]

        INTEGRATION: CWS chart01 (1.2.2); FILE MERGED 2004/02/05 12:39:23 bm 1.2.2.1: new chart added (chart2)

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [a2bd0554b355911005044cab9dba7c9276190a9a]

        INTEGRATION: CWS chart01 (1.68.6); FILE MERGED 2004/01/20 13:27:53 bm 1.68.6.2: -dcsslayout (remained private chart2 API) 2004/01/20 12:53:39 bm 1.68.6.1: + chart2

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [38248818fe58df2b65026c02b0e3c9292a9d00f4]

        INTEGRATION: CWS chart01 (1.54.6); FILE MERGED 2004/01/28 14:01:51 bm 1.54.6.1: deliver chart2 idl-files

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [0eaae0eb71b41f51fad9ef75d330b0311e0eefa5]

        INTEGRATION: CWS chart01 (1.51.6); FILE MERGED 2004/01/20 12:53:19 bm 1.51.6.1: + chart2

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [7bc5b5a55fdc852fbac542561580d3010167b6a9]

        INTEGRATION: CWS chart01 (1.8.32); FILE MERGED 2004/01/27 13:29:36 bm 1.8.32.1: #100165# comment for UserDefinedAttributes (service of XNameContainer)

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [f254c0c57335848e1aab9f2377db5874e60638df]

        INTEGRATION: CWS chart01 (1.12.182); FILE MERGED 2004/01/27 13:27:14 bm 1.12.182.1: #100165# comment for UserDefinedAttributes (service of XNameContainer)

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [d9f014d1e86638c716219e1b10650754e5c0d801]

        INTEGRATION: CWS chart01 (1.1.2); FILE ADDED 2004/01/20 12:50:26 bm 1.1.2.1: public chart2 (new chart) API

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [be08bd591c9dbd420cead0594167bee9decd518e]

        INTEGRATION: CWS chart01 (1.11.162); FILE MERGED 2004/01/20 15:40:14 bm 1.11.162.1: +optional interface XDataReceiver of new chart (chart2) implementation

2004-02-11  Rüdiger Timm  <rt@openoffice.org>  [278657cec7b275ebd41f5f8d03442413ce5735b7]

        INTEGRATION: CWS chart01 (1.9.22); FILE MERGED 2004/01/20 12:52:02 bm 1.9.22.1: +chart2 (some trailing spaces removed)

2004-02-10  Ingo Schmidt  <is@openoffice.org>  [fecfe2cbc8a41d2ebd87c26f129cd85bea5a034b]

        #115269# adding python changes into new scp2

2004-02-10  Ingo Schmidt  <is@openoffice.org>  [ee992ca2d317609f7aa216b83b0173e24d968af8]

        #115269# adding python changes

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [dd46303fb441ed06e82018e35753b355f9fa9407]

        #100000#, #i22565#: reflect changes from integration of CWS scriptingf3 in scp/source/office/files.scp

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [4dd45dfaf08ed9ad3e8929ef109db3f3ababc2f0]

        INTEGRATION: CWS scriptingf3 (1.3.10); FILE MERGED 2004/01/23 20:22:26 toconnor 1.3.10.1: #i23683# - Update Highlight example to use new DialogProvider service Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [9814e586b5b25fa543db7820b88e141adf962740]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/23 20:22:26 toconnor 1.1.2.1: #i23683# - Update Highlight example to use new DialogProvider service Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [bce88bab78b24bc9a9c123c30c5d8ed658953d0f]

        INTEGRATION: CWS scriptingf3 (1.2.2); FILE MERGED 2004/01/16 14:53:19 dfoster 1.2.2.1: #i24382# Add Python Scripting Runtime to installset. Need to deliver Python provider and related python component from scripting project.

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [105c1cb529b08b4b053c6327b0d0fbb30c84f2a2]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/07 16:14:39 tbe 1.1.2.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [e7c431c35512484795a4ca90f752f3eba8b5bcab]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/07 16:16:54 tbe 1.1.2.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [dc2bbf456b49a4e228722af7bc0a5a70a876be70]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/07 16:17:41 tbe 1.1.2.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [5cfc8376d9a74e040111dab30fed579777c1aedd]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/08 11:38:44 tbe 1.1.2.2: #i22565# creation of dialogs via a UNO service 2004/01/07 16:15:18 tbe 1.1.2.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [3f462d412a7b5d9b69f92abd37452f4c4fa54bfe]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/08 11:38:45 tbe 1.1.2.2: #i22565# creation of dialogs via a UNO service 2004/01/07 16:15:49 tbe 1.1.2.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [4ab6fd3cb41cd7e3e3fcfba0e0992874531b9197]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/07 16:18:49 tbe 1.1.2.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [d9c5b3035eca8592b97d39263877be061f99ae4b]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/07 16:19:28 tbe 1.1.2.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [f2d4c6d48accd281baff71616371c7b1445e44d7]

        INTEGRATION: CWS scriptingf3 (1.2.10); FILE MERGED 2004/01/16 14:53:18 dfoster 1.2.10.1: #i24382# Add Python Scripting Runtime to installset. Need to deliver Python provider and related python component from scripting project.

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [2b449f61e492729c47e4cabd18182d91a3856662]

        INTEGRATION: CWS scriptingf3 (1.10.8); FILE MERGED 2004/01/12 12:22:58 toconnor 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/07 16:12:16 tbe 1.10.8.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [ba199eab973bef619051927f025094fde4d06e81]

        INTEGRATION: CWS scriptingf3 (1.1.10); FILE MERGED 2004/01/23 20:17:41 toconnor 1.1.10.1: #i24043# - Scripting Framework is now part of install so remove test for UNO package Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [c195f9183d5ed39c6b5870967073595a2778828a]

        INTEGRATION: CWS scriptingf3 (1.6.10); FILE MERGED 2004/01/20 14:57:33 toconnor 1.6.10.1: #i24043# - CommandLineTools getting NullPointerException Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [26f534bcad6dedae0821478732f3c3b7f7b6c1ac]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/22 10:56:10 dfoster 1.1.2.1: #i23683# Add examples scripts in all languages

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [d97aa7d8090058b43b15099903da1667f62cec36]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/22 10:55:43 dfoster 1.1.2.1: #i23683# Add examples scripts in all languages

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [af5152747822d12f80fbab94133525e630fc6a4b]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/23 20:21:27 toconnor 1.1.2.1: #i23683# - Update Highlight example to use new DialogProvider service Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [7ffaeb1deb9332b97d62f4f7d24636d58b18e42d]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/27 16:30:34 toconnor 1.1.2.2: #i23683# - Make Highlight example use DialogProvider service Issue number: Submitted by: Reviewed by: 2004/01/23 20:21:27 toconnor 1.1.2.1: #i23683# - Update Highlight example to use new DialogProvider service Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [50d3722df49693f414368ca48db24263748beabe]

        INTEGRATION: CWS scriptingf3 (1.7.10); FILE MERGED 2004/01/23 20:21:26 toconnor 1.7.10.3: #i23683# - Update Highlight example to use new DialogProvider service Issue number: Submitted by: Reviewed by: 2004/01/22 11:47:26 dfoster 1.7.10.2: #i23683# Add example scripts for all languages 2004/01/22 11:00:47 dfoster 1.7.10.1: #i23683# Add example scripts in all languages

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [daaccb8dd0694fb15d5fab23a134ff6c116fdd1d]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/22 10:58:04 dfoster 1.1.2.1: #i23683# Add example scripts in all languages

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [2c6dbfe739009c18513af14133658ad6e7344fa9]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/22 10:57:38 dfoster 1.1.2.1: #i23683# Add example scripts in all languages

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [9bf99194afe4ff69d985629c441e1d9304d9b708]

        INTEGRATION: CWS scriptingf3 (1.2.10); FILE MERGED 2004/01/27 16:30:33 toconnor 1.2.10.4: #i23683# - Make Highlight example use DialogProvider service Issue number: Submitted by: Reviewed by: 2004/01/26 12:00:34 toconnor 1.2.10.3: #i23683# - add examples in all languages, add example that uses DialogProvider service Issue number: Submitted by: Reviewed by: 2004/01/23 20:21:24 toconnor 1.2.10.2: #i23683# - Update Highlight example to use new DialogProvider service Issue number: Submitted by: Reviewed by: 2004/01/22 11:01:23 dfoster 1.2.10.1: #i23683# Add example scripts in all languages

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [a013ea7fd46058389a80024a6c314f7492e60827]

        INTEGRATION: CWS scriptingf3 (1.22.30); FILE MERGED 2004/01/12 12:37:13 toconnor 1.22.30.2: RESYNC: (1.22-1.23); FILE MERGED 2004/01/07 16:08:02 tbe 1.22.30.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [b8c77ec45cef0f4b49802016c24133bb8b0d612e]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/08 11:36:52 tbe 1.1.2.2: #i22565# creation of dialogs via a UNO service 2004/01/07 16:07:16 tbe 1.1.2.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [20d50b46e4336d24719a6d8085a5fbc782478559]

        INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED 2004/01/08 11:36:51 tbe 1.1.2.2: #i22565# creation of dialogs via a UNO service 2004/01/07 16:06:38 tbe 1.1.2.1: #i22565# creation of dialogs via a UNO service

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [2a288bd27f19818181ac6d14b6050aa5d07d0d59]

        INTEGRATION: CWS scriptingf3 (1.85.14); FILE MERGED 2004/01/13 15:59:23 dfoster 1.85.14.1: #i21182# Q PCD Macro Security "Run Macro" from document setting should default to "Never"

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [6683299316861714a18984fbd44bf39bbfd230e1]

        #i10000# install.sh has been removed (by khendricks, see setup2/wrapper/install.sh).

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [0ca7676e50b1ef20f1cc0be75ab1094129efd994]

        #i10000# virgule exists for OOo11x only

2004-02-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [71158edca35583a620c1cf3cca1f76a644ff1545]

        #i10000: broken perl syntax

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [d5ed2093300ef3ecdd12ec273adac0c6ae02ebab]

        INTEGRATION: CWS swq02 (1.41.10); FILE MERGED 2004/01/06 09:55:41 fme 1.41.10.3: #i23982# Loop with number portions due to SetHide call if there are no flys in the current line 2003/12/16 11:38:46 fme 1.41.10.2: #i16354# Use CTL font for all characters inside a RTL run - Consider footnote portions 2003/12/16 09:56:35 fme 1.41.10.1: #i16354# Use CTL font for all characters inside a RTL run

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [6ced60ebbea5110165688c819639b0fdc144d136]

        INTEGRATION: CWS swq02 (1.29.260); FILE MERGED 2003/12/11 12:41:35 dvo 1.29.260.1: #i15411# swap-out graphics during save-as

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [7d40f5d167ae9c579285c7de96dc2ed2bed1edc1]

        INTEGRATION: CWS swq02 (1.43.50); FILE MERGED 2003/12/16 09:56:36 fme 1.43.50.1: #i16354# Use CTL font for all characters inside a RTL run

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [179e91bcc8a72eebfc6d927dc7343b47b3551f53]

        INTEGRATION: CWS swq02 (1.9.74); FILE MERGED 2003/12/16 09:56:34 fme 1.9.74.1: #i16354# Use CTL font for all characters inside a RTL run

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [0a947a40bbeb2c493265c91b013ef26add3b3e7f]

        INTEGRATION: CWS swq02 (1.80.8); FILE MERGED 2003/12/16 11:38:45 fme 1.80.8.1: #i16354# Use CTL font for all characters inside a RTL run - Consider footnote portions

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [011036385974672e403d0462e870f09d3d13665b]

        INTEGRATION: CWS swq02 (1.29.26); FILE MERGED 2004/01/07 06:38:37 fme 1.29.26.1: #i23987# Reset MapMode on return from GetScalingOfSelectedText

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [db8470a62ea283bb8507e0db2f4ad3aced80a199]

        INTEGRATION: CWS swq02 (1.90.74); FILE MERGED 2003/12/16 12:47:10 fme 1.90.74.1: #i23565# Removed assertion about missing view shell. A missing view shell in this case is no problem

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [96a165d54829c3debc0249c0faeb82cb92587a7a]

        INTEGRATION: CWS swq02 (1.4.314); FILE MERGED 2004/01/05 09:51:57 hbrinkm 1.4.314.1: #112217# copy frame direction when mirroring pagedescs

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [23d1b4d428185070c3d7b8f9b2a3733a45840de8]

        INTEGRATION: CWS swq02 (1.17.26); FILE MERGED 2003/12/12 11:35:58 od 1.17.26.1: #i20622# SwDoc::Chainable(..) - allow link of frames with objects anchored 	 to the frame.

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [e01890b0e63b0637d39bc4597fd4cde653f7ae18]

        INTEGRATION: CWS newscp2 (1.27.2); FILE MERGED 2004/02/05 12:41:33 is 1.27.2.1: #115269# new scp2

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [e8195c8f49e800193baf4a4210da54e7a30bfd82]

        INTEGRATION: CWS newscp2 (1.2.2); FILE MERGED 2004/02/05 12:45:00 is 1.2.2.1: #115269# new scp Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [9a1c9b65cb7d194d230813b3abf77747fdb461db]

        INTEGRATION: CWS newscp2 (1.1.2); FILE ADDED 2004/02/05 12:44:14 is 1.1.2.1: #115269# new scp Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [cddb8c877669737df65ed909faf1454aebf34c2d]

        INTEGRATION: CWS newscp2 (1.2.2); FILE MERGED 2004/02/05 12:28:10 is 1.2.2.1: Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [6da3fa1afb3044e38133575367552451fc1f48ab]

        INTEGRATION: CWS newscp2 (1.1.2); FILE ADDED 2004/02/05 12:52:38 is 1.1.2.1: #115269# undefine gids in new scp Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [624acdd313f202a14c28242473b1f150ab935092]

        INTEGRATION: CWS newscp2 (1.2.2); FILE MERGED 2004/02/05 12:27:50 is 1.2.2.1: Issue number: Submitted by: Reviewed by:

2004-02-10  Rüdiger Timm  <rt@openoffice.org>  [b29218882a52f8e1e69c20b754613feec0548c41]

        INTEGRATION: CWS newscp2 (1.2.2); FILE MERGED 2004/02/05 12:26:45 is 1.2.2.1: #115269# new undefining of gids

2004-02-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [97c81a66b4b09acb73ddb7b72923b0a6b2ccd04a]

        #100000#: remove undefined HIDs

2004-02-10  Jörg Barfurth  <jb@openoffice.org>  [7ddcdd9fe52389b0f88a5fa48e9af87567783842]

        #100000#,#i22972# Move bitmaps for ssologin dialog from offmgr

2004-02-10  Ingo Schmidt  <is@openoffice.org>  [700009864e7e661a27009d23f6d46f951aa1711f]

        #115269# with #115013# new chart files for src680 m25

2004-02-10  Björn Milcke  <bm@openoffice.org>  [67d81fb06d54cd25b13603cfa5dd4629c1c09581]

        necessary changes due to dialog restructuring (see CWS SRC680/dialogdiet)

2004-02-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [07190438d95a53dca4191e4a2a8f1440587f959c]

        #i25268#: fixed memory overwrite bug

2004-02-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [634b32e4ea0c9da79e7c6c4eafc023ce0c5dfa6f]

        #i25259# initialize member m_bListening in all c'tor of OEnumerationByName

2004-02-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [77953284e8236d911af0ff75192106eff3ddd525]

        #100000#: fix merge problem

2004-02-09  luctur  <luctur@openoffice.org>  [19c555e3b4ba0faaea15f0032c5f3d214c9e26ac]

        new version of the Italian dictionary

2004-02-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [7060278bcd4ed4a42fa81c4159a6e1138b3bc843]

        #100000,i24117#: include cuioptgenrl.hxx

2004-02-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfa8fc7dbc2943ed6c59cf34ee3d88111e39a70f]

        #100000,i24117#: formerly optgenrl.hxx

2004-02-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [06239ccb2295b931aac473e0fcff8e8c3b5237e1]

        #100000,i24117#: export defines for external access

2004-02-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [734ab51b4545fedbe0eef0fc60671669b170af67]

        #100000#: use HtmlOptions from svx, offmgr is obsolete

2004-02-06  Lars Oppermann  <lo@openoffice.org>  [0da6c3d521c7000f7d92185cb12b0644378a68cc]

        added libxml2 to external build

2004-02-05  Ingo Schmidt  <is@openoffice.org>  [849d8807db3234b7532d61d51f6ca64f09980ca1]

        #115269# new scp2 project

2004-02-05  Ingo Schmidt  <is@openoffice.org>  [687560ff77e98ebcf94bfb16decf3e1084a4fe6e]

        #115269# new scp2 project

2004-02-05  Kurt Zenker  <kz@openoffice.org>  [f119564b122e55ba07980cf3e85e1ad587208be6]

        new version for SRC680

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a27223b1913e9446b68f9035a5b25ea87a593f01]

        #100000#: solve merge problems

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [27358752374be4b401c60c9339142dce952240a3]

        #100000#: introduction of namespace sd

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [012a39ebb2763fe06b6a153adb2fe504ed3f6c71]

        #100000#: remove sw_debug

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [66403512e6f033178bac0dc2f22e8d9b6ebca65c]

        #100000#: remove sw_debug

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd7179960529e7eba4c6459fdb5938040e4edd75]

        #100000#: remove obsolete header svx/optgenrl.hhx, include sfx2/tabdlg.hxx

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [77053f6b60e95f18d855b61520184ece966a17a2]

        #100000#: remove depndency on ofa.ilb

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1ee5965d73003f7de7a24fa26c5c5ae414403ef]

        #10000#: remove ofa.ilb

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca037a1b27f4b53d3bf76bd652f7966b7ea9a941]

        #100000#: remove ofa.ilb from dependencies

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e35c11a9680da96cb0174e37d5b70734477806e]

        #100000#: fix typo

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [79efbf902a0bf4bbb09a5f4f5b027050d9566f1d]

        #100000#: remove inclusion of obsolete header svx/optgenrl.hxx

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [325b22f8e42f107282437b7a8bf00a3cf83d4bc6]

        #100000#: svxslots.srs from local project

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [67dd878138786b30ddb3f6ebaacf8a40dba95457]

        #100000#: solve merge conflict

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [42fa80f8d75b8ec1e0e50894886e7c97ca5672dd]

        #100000#: can't take address from temporary, use variable instead

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [3683b20359c2f2d0082fdb96246314863af54d7d]

        #i25034#: jdk13 compatibility

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6315971d85bf76220053bd87ea417c65fd061eab]

        #100000#: solve merge conflict

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [3db2f53dead1860c16786d7ebd9cc7286ef2b36b]

        #100000#: add ReferenceDeviceMode

2004-02-05  Kurt Zenker  <kz@openoffice.org>  [ace81a80836a865d238f4c5f5f0c846270656ca9]

        new version for SRC680

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [076f12d100359ba1de5f9b850ff3ae92e4bf603c]

        #i25034,100000#: change tmpfile mechanism

2004-02-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa63556e53c2925d2d973a81e4b58d09d4f0c823]

        #i25034,100000#: don't use NIO-channels

2004-02-05  Kurt Zenker  <kz@openoffice.org>  [c295b756291d1ace08db474a6aa2cd29c374e169]

        new version for SRC680

2004-02-05  Kurt Zenker  <kz@openoffice.org>  [a87913e8d81b0813fa5493d12185376d715302fa]

        new version for SRC680

2004-02-05  Kurt Zenker  <kz@openoffice.org>  [130e267918627d33188ebad711375e5261a951c9]

        new version for SRC680

2004-02-05  Kurt Zenker  <kz@openoffice.org>  [3a74f22fa250e9aa87c0bbd465f2b4673fe8e9f5]

        new version for SRC680

2004-02-05  Kurt Zenker  <kz@openoffice.org>  [c07fd4d38e7d3ceb4e632d6f28aed532648a0d8e]

        new version for SRC680

2004-02-05  Kurt Zenker  <kz@openoffice.org>  [8575b453d2a820a7f9767f68a9d98e54c1b398bc]

        new version for SRC680

2004-02-05  Kurt Zenker  <kz@openoffice.org>  [9fe81544a98e9b6ec46383a52b9087308c0b08c8]

        new version for SRC680

2004-02-05  Kurt Zenker  <kz@openoffice.org>  [334496d0b3418256054cd91f4da23dffb30ab08a]

        new version for SRC680

2004-02-04  Björn Milcke  <bm@openoffice.org>  [7963e66b4aca36a7bb7a2d7b776d5f842a47e480]

        project apphelper no longer exists

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe3e78130760c667ad6c47584eabf60e3841360d]

        SRC680

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [edafc5397d262ee0e9988cc6635b405e33beb323]

        INTEGRATION: CWS ooo20031216 (1.5.352); FILE MERGED 2003/12/13 13:24:07 waratah 1.5.352.1: #i21906# add class after friend keyword

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f41fc112a548f20660792fede1de1c936b5439c]

        INTEGRATION: CWS ooo20031216 (1.4.26); FILE MERGED 2003/12/10 14:40:49 khendricks 1.4.26.1: Issue number: None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me) Changes to remove the old thesaurus and deliver the new thesaurus
        
        The new thesaurus will not be committed to this project until
        its license is approved so this module will not build fully/properly
        until then.
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e5fed7217a653e840dd699f3d0093632b95ed0]

        INTEGRATION: CWS ooo20031216 (1.31.68); FILE MERGED 2003/12/16 20:58:52 waratah 1.31.68.1: #i1858# environment strings are not constant because they are actually used as the environment and may be modified

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f038c11252ce8f7a0618244b4758324a98a1358]

        INTEGRATION: CWS ooo20031216 (1.23.64); FILE MERGED 2003/12/17 12:30:31 waratah 1.23.64.1: #i18052# - sparcmoz - Implement a backtrace facility for the Linux sparc environment

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d6dd3ab5c7155d83aa7ca22521a5a2f4ad48c92]

        INTEGRATION: CWS ooo20031216 (1.22.44); FILE MERGED 2004/01/23 13:02:39 mh 1.22.44.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/13 14:12:58 waratah 1.22.44.1: #i22301# fix for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4904d4a0c7c6253e6670b44fb50c139b345b1c50]

        INTEGRATION: CWS ooo20031216 (1.38.2); FILE MERGED 2003/12/22 13:33:55 waratah 1.38.2.3: #i23772# improve the pam security header test for linux 2003/12/15 21:04:54 waratah 1.38.2.2: #i23464#  Implement test for ANT_LIB to be used by ant.mk 2003/12/10 15:57:13 dsherwin 1.38.2.1: #i19048# Add support for building with Visual Studio .NET 2003

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d63cb9716a10fbc562111a7420183db9bd5b427b]

        INTEGRATION: CWS ooo20031216 (1.12.2); FILE MERGED 2004/01/23 11:20:30 mh 1.12.2.7: RESYNC: (1.12-1.13); FILE MERGED 2003/12/29 23:58:14 pjanik 1.12.2.6: Blackdown.org JDK porting project uses server in JDK 1.4.2 RC1 2003/12/29 22:24:30 pjanik 1.12.2.5: Blackdown.org JDK porting project uses amd64 in JDK 1.4.2 RC1 2003/12/28 12:07:32 pjanik 1.12.2.4: #i8585#: Configure updates for x86_64. 2003/12/20 12:58:42 waratah 1.12.2.3: #i23464# implement ANT_LIB in the set environment 2003/12/15 09:35:25 waratah 1.12.2.2: Remove incorrect warnings from the Windows builds 2003/12/10 15:57:15 dsherwin 1.12.2.1: #i19048# Add support for building with Visual Studio .NET 2003

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f76233d597b5ffb83ddc9b77f3540e41976a40e]

        INTEGRATION: CWS ooo20031216 (1.17.68); FILE MERGED 2003/12/23 11:05:00 waratah 1.17.68.1: #i1858#  unitialised variable: remove gcc warning only

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2c0d565fbbcce17d24eaafacf7a9677de44cd50]

        INTEGRATION: CWS ooo20031216 (1.19.54); FILE MERGED 2003/12/20 13:04:27 waratah 1.19.54.1: #i22301# correct debug=true for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c0d241e327d4463c02233655d83c34770c3c939]

        INTEGRATION: CWS ooo20031216 (1.1.98); FILE MERGED 2003/12/13 14:03:09 waratah 1.1.98.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d1d92ba9f7537fbed7d5646b43ed9471f7dad1d]

        INTEGRATION: CWS ooo20031216 (1.13.2); FILE MERGED 2003/12/15 07:58:11 waratah 1.13.2.1: #i1858# implement typename where it is needed

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e08fe7ee1736e00ceda33dbc02bfe9b4eb134b04]

        INTEGRATION: CWS ooo20031216 (1.6.4); FILE MERGED 2003/12/15 07:58:32 waratah 1.6.4.1: #i1858# implement typename where it is needed

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2efb5945a7cf61cee609425d833375d48925309]

        INTEGRATION: CWS ooo20031216 (1.49.16); FILE MERGED 2004/01/26 17:22:22 mh 1.49.16.2: RESYNC: (1.49-1.50); FILE MERGED 2003/12/11 11:59:57 pl 1.49.16.1: #i10000# corrected link statement for x plugin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc63234fe791ede40e8670acac15d1df71786369]

        INTEGRATION: CWS ooo20031216 (1.7.16); FILE MERGED 2004/01/26 17:24:39 mh 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/13 13:21:40 waratah 1.7.16.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9caa054851b0add370b5065405859776c4d5a228]

        INTEGRATION: CWS ooo20031216 (1.167.2); FILE MERGED 2004/01/26 17:24:02 mh 1.167.2.2: RESYNC: (1.167-1.168); FILE MERGED 2003/12/13 13:21:41 waratah 1.167.2.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd88379c5632916f29b511804386cca9afe6d878]

        INTEGRATION: CWS ooo20031216 (1.32.2); FILE MERGED 2004/01/26 17:29:19 mh 1.32.2.2: RESYNC: (1.32-1.33); FILE MERGED 2003/12/13 13:26:04 waratah 1.32.2.1: #i22301# fix for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [10923684020aac50628152b5dc61892d56200c80]

        INTEGRATION: CWS ooo20031216 (1.111.2); FILE MERGED 2004/01/26 17:28:15 mh 1.111.2.2: RESYNC: (1.111-1.112); FILE MERGED 2003/12/13 13:26:04 waratah 1.111.2.1: #i22301# fix for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca68e82cef2d8353ba963ae3fc1e3fa049fc1ab8]

        INTEGRATION: CWS ooo20031216 (1.49.2); FILE MERGED 2004/01/26 17:34:53 mh 1.49.2.2: RESYNC: (1.49-1.50); FILE MERGED 2003/12/13 13:21:42 waratah 1.49.2.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac52cc1f8312119c3f48c4f779eb2ed6ef7a5dc4]

        INTEGRATION: CWS ooo20031216 (1.25.60); FILE MERGED 2004/01/26 17:32:43 mh 1.25.60.2: RESYNC: (1.25-1.26); FILE MERGED 2003/12/13 13:21:42 waratah 1.25.60.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1869514a773ae30c58c97c89e1670684f7157e10]

        INTEGRATION: CWS ooo20031216 (1.25.24); FILE MERGED 2003/12/13 13:24:07 waratah 1.25.24.1: #i21906# add class after friend keyword

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d08844a2c3ce4792b1a5e85c9a7dc4d0adcf6e1]

        INTEGRATION: CWS ooo20031216 (1.4.2); FILE MERGED 2004/01/26 18:10:33 mh 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2003/12/13 13:21:43 waratah 1.4.2.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [847fb64663154d95b34f4a00b389d341c6de8cc4]

        INTEGRATION: CWS ooo20031216 (1.60.2); FILE MERGED 2004/01/26 18:13:57 mh 1.60.2.2: RESYNC: (1.60-1.61); FILE MERGED 2003/12/13 13:26:05 waratah 1.60.2.1: #i22301# fix for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b01dd3b6c39b023a494ec3c3f0eb6d7acbf6023]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 16:06:10 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        Adding in WordNet-2.0 derived data and copyright notice which must
        accompany the data to meet their simple lincese requirements
        
        To be reviewed by Martin before this cws is merged back to main
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [15da8786c2a379e8c3f16cb7c7a0ba68015fb85c]

        INTEGRATION: CWS ooo20031216 (1.1.56); FILE MERGED 2004/01/23 11:31:10 mh 1.1.56.2: RESYNC: (1.1-1.2); FILE MERGED 2003/12/13 14:14:43 waratah 1.1.56.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad6e794df63771e83d397873454aaaf823001b4b]

        INTEGRATION: CWS ooo20031216 (1.3.118); FILE MERGED 2003/12/13 13:50:22 waratah 1.3.118.1: #i1858# implement typename where it is needed

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [28a10476db3a17e68f33dfb945ec719b72e221ca]

        INTEGRATION: CWS ooo20031216 (1.1.98); FILE MERGED 2003/12/13 13:50:22 waratah 1.1.98.1: #i1858# implement typename where it is needed

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfa576f80a6bf07027abc853cb2d30a946e26a98]

        INTEGRATION: CWS ooo20031216 (1.2.126); FILE MERGED 2003/12/13 13:50:20 waratah 1.2.126.1: #i1858# implement typename where it is needed

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfef0d9b4be7e25291d6e850e316bc1f80bbc972]

        INTEGRATION: CWS ooo20031216 (1.9.328); FILE MERGED 2003/12/13 13:38:01 waratah 1.9.328.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [edc2c9f0361b26bb5538070e96b42ecd76972582]

        INTEGRATION: CWS ooo20031216 (1.2.322); FILE MERGED 2003/12/13 13:38:01 waratah 1.2.322.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e71b9816570878e4160066065938eba1eb62a30f]

        INTEGRATION: CWS ooo20031216 (1.9.222); FILE MERGED 2003/12/13 13:38:00 waratah 1.9.222.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [527f8c3dd2daac51a4575c8723e7d69f0fdf5d1a]

        INTEGRATION: CWS ooo20031216 (1.6.330); FILE MERGED 2003/12/13 13:38:00 waratah 1.6.330.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad82c4e9c5548adeb6197211b4d80018bb304c72]

        INTEGRATION: CWS ooo20031216 (1.13.222); FILE MERGED 2004/02/03 11:18:58 mh 1.13.222.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/13 13:37:59 waratah 1.13.222.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [32e204138f37ab68c42aa73c7009339397c4a776]

        INTEGRATION: CWS ooo20031216 (1.5.330); FILE MERGED 2004/02/03 12:24:48 mh 1.5.330.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/13 13:37:58 waratah 1.5.330.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c406c5813d1bda6424a5eb25de1fb78b047a9723]

        INTEGRATION: CWS ooo20031216 (1.3.324); FILE MERGED 2003/12/13 13:37:58 waratah 1.3.324.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0081cb1bde344c4366536fd5e7461ab11df2ffa3]

        INTEGRATION: CWS ooo20031216 (1.7.12); FILE MERGED 2003/12/13 13:37:57 waratah 1.7.12.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c70089b84146c3a41007103801d2598dfb05484]

        INTEGRATION: CWS ooo20031216 (1.2.50); FILE MERGED 2003/12/15 09:00:56 waratah 1.2.50.1: #i1858# implement typename where it is needed

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a2881f8c4acb3110469f591075c70a76da97de9]

        INTEGRATION: CWS ooo20031216 (1.3.344); FILE MERGED 2003/12/13 13:37:55 waratah 1.3.344.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [710031d055e8445bda9804017a0f1c46d4dc1360]

        INTEGRATION: CWS ooo20031216 (1.5.220); FILE MERGED 2003/12/13 13:37:54 waratah 1.5.220.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d86aa11c7beb6e4eaee20b55401247190f63a0a4]

        INTEGRATION: CWS ooo20031216 (1.63.6); FILE MERGED 2003/12/28 09:03:49 waratah 1.63.6.1: #i23913# remove TRY CATCH macros and unneeded header used

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d25fdc93ea230aa04dacbcb2cafa8596d567a06]

        INTEGRATION: CWS ooo20031216 (1.6.36); FILE MERGED 2003/12/13 13:54:46 waratah 1.6.36.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f374d5f33d3d88b7f5b6a135525162aaab42ada]

        INTEGRATION: CWS ooo20031216 (1.6.114); FILE MERGED 2003/12/13 14:07:19 waratah 1.6.114.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b6c23ba661f57a4d1c905eb74a273be841b47b2]

        INTEGRATION: CWS ooo20031216 (1.8.40); FILE MERGED 2003/12/23 10:27:16 waratah 1.8.40.1: #i1858#  initialise an unitialised variable

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e35bed1b22657666fc9261d69eff501a49f96f86]

        INTEGRATION: CWS ooo20031216 (1.1.6); FILE MERGED 2003/12/23 10:34:47 waratah 1.1.6.1: Include required $ escapes on directory separators

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [20a9ac934f99b635b91b6b8cf7be35442213bd1b]

        INTEGRATION: CWS ooo20031216 (1.7.6); FILE MERGED 2003/12/13 14:13:58 waratah 1.7.6.1: #i22301# fix for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8437a1823ae81943f564684824fb6256a421dcd]

        INTEGRATION: CWS ooo20031216 (1.40.42); FILE MERGED 2004/01/09 16:55:33 pjanik 1.40.42.2: #i23939#: Fix compilation on Win32. 2004/01/09 09:17:35 pjanik 1.40.42.1: #i23939#: Do not add L modifier after constants.

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [65121299376fe7cd27fd41b833848ab2c83570c6]

        INTEGRATION: CWS ooo20031216 (1.44.16); FILE MERGED 2003/12/13 13:45:13 waratah 1.44.16.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5c364f4f729d893965644a06c68300541b5e590]

        INTEGRATION: CWS ooo20031216 (1.56.96); FILE MERGED 2003/12/13 13:45:16 waratah 1.56.96.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0205b3bde06002a836371cd500a5a3de968f2c42]

        INTEGRATION: CWS ooo20031216 (1.3.504); FILE MERGED 2003/12/13 13:46:32 waratah 1.3.504.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e14597eeebffe5d11899c57d6b24b291bc53db0]

        INTEGRATION: CWS ooo20031216 (1.7.32); FILE MERGED 2003/12/13 13:46:31 waratah 1.7.32.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f01fd08dc21bb61da3ba98a15f53d3446503397e]

        INTEGRATION: CWS ooo20031216 (1.47.32); FILE MERGED 2003/12/20 13:35:54 waratah 1.47.32.1: #i23464# remove code that is duplicated and fails permissive anyway

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f46e3061a1e5f60be722fa9a0585ed916683d03f]

        INTEGRATION: CWS ooo20031216 (1.29.14); FILE MERGED 2004/01/26 16:12:34 mh 1.29.14.2: RESYNC: (1.29-1.30); FILE MERGED 2003/12/13 13:45:17 waratah 1.29.14.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [91a27f8818b3a7e773da705f8014bf179168d7d7]

        INTEGRATION: CWS ooo20031216 (1.16.16); FILE MERGED 2003/12/13 13:46:28 waratah 1.16.16.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aefb716e4c11e9d8775ef62a2171ddb3ca04373]

        INTEGRATION: CWS ooo20031216 (1.13.16); FILE MERGED 2003/12/13 13:46:28 waratah 1.13.16.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b45b28ddecb5c0d51356c047ab88d5c21d22512]

        INTEGRATION: CWS ooo20031216 (1.28.14); FILE MERGED 2004/01/26 16:27:03 mh 1.28.14.2: RESYNC: (1.28-1.29); FILE MERGED 2003/12/13 13:46:26 waratah 1.28.14.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e872d7db0b077e0245371c58767ed287785cfce]

        INTEGRATION: CWS ooo20031216 (1.8.16); FILE MERGED 2003/12/13 13:46:25 waratah 1.8.16.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b7a3becbb7a678cbe2766995eea4f5c984e776f]

        INTEGRATION: CWS ooo20031216 (1.18.16); FILE MERGED 2003/12/13 13:46:24 waratah 1.18.16.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2989f14c549fe63b8999fedbfd333465ae2c1a4]

        INTEGRATION: CWS ooo20031216 (1.15.16); FILE MERGED 2004/01/26 16:26:16 mh 1.15.16.2: RESYNC: (1.15-1.16); FILE MERGED 2003/12/13 13:46:24 waratah 1.15.16.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b2304ca7724f28a858fc5201fe26509999f2faa]

        INTEGRATION: CWS ooo20031216 (1.27.16); FILE MERGED 2004/01/26 16:24:40 mh 1.27.16.2: RESYNC: (1.27-1.28); FILE MERGED 2003/12/13 13:46:22 waratah 1.27.16.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1cf31c53140f29cb14a4cf7fa45fb6af3aa3f14]

        INTEGRATION: CWS ooo20031216 (1.14.2); FILE MERGED 2003/12/23 10:26:11 waratah 1.14.2.1: #i1858#  initialise an unitialised variable

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6122478ad62de27e059b8fbae7515fc7579418b]

        INTEGRATION: CWS ooo20031216 (1.7.248); FILE MERGED 2004/01/26 14:28:10 mh 1.7.248.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/13 13:59:52 waratah 1.7.248.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ab0b04d1e488ec4cd913be896c95ed345a5da1d]

        INTEGRATION: CWS ooo20031216 (1.53.216); FILE MERGED 2004/01/26 14:30:15 mh 1.53.216.2: RESYNC: (1.53-1.54); FILE MERGED 2003/12/13 13:58:10 waratah 1.53.216.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad908662a660a2f57a7c88052097b104bd6b5433]

        INTEGRATION: CWS ooo20031216 (1.63.248); FILE MERGED 2003/12/13 13:59:09 waratah 1.63.248.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9af4b8e886b6875a5f7aa50faf0f28fea6ed7d3]

        INTEGRATION: CWS ooo20031216 (1.11.192); FILE MERGED 2003/12/13 13:58:11 waratah 1.11.192.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [be8cfcfb382b9d190d6e49c5f31cc77b1f774b4e]

        INTEGRATION: CWS ooo20031216 (1.20.178); FILE MERGED 2003/12/13 13:58:11 waratah 1.20.178.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [34eaeec3b653ea9453909fedfaa9fd3324980af6]

        INTEGRATION: CWS ooo20031216 (1.2.228); FILE MERGED 2003/12/13 13:56:56 waratah 1.2.228.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e99e1a9e03877c914322c831272bc0e3dac3f9a9]

        INTEGRATION: CWS ooo20031216 (1.12.22); FILE MERGED 2003/12/13 14:00:30 waratah 1.12.22.1: #i21343# remove deliberate core dump

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ef1945ec309068eae7cf4a3ceec504247a0bf4a]

        INTEGRATION: CWS ooo20031216 (1.37.82); FILE MERGED 2003/12/15 09:51:37 waratah 1.37.82.1: #i1858# replace some NULL constants with sal_False

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [32ca68043d768c179e6ca24a82686dc10e81dc85]

        INTEGRATION: CWS ooo20031216 (1.64.4); FILE MERGED 2003/12/26 11:35:38 waratah 1.64.4.1: #i1858# correct a potentially uninitialised value

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [abe28262c74ee0d172ee323aef160d8b29c944b9]

        INTEGRATION: CWS ooo20031216 (1.12.122); FILE MERGED 2003/12/26 10:58:57 waratah 1.12.122.1: #i1858# correct a potentially uninitialised value

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6eec85d6791cf0dd7ecd1d4fa49faa2bd3463e0b]

        INTEGRATION: CWS ooo20031216 (1.10.34); FILE MERGED 2003/12/15 09:16:44 waratah 1.10.34.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca4b9be53c87fc29f5fa2f5afcdaa7f2d64b3d12]

        INTEGRATION: CWS ooo20031216 (1.10.168); FILE MERGED 2003/12/26 10:55:02 waratah 1.10.168.1: #i1858# correct a potentially uninitialised value

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [aefc828117d99dac2c14d25e861b23227595c2c6]

        INTEGRATION: CWS ooo20031216 (1.23.4); FILE MERGED 2003/12/15 09:51:36 waratah 1.23.4.1: #i1858# replace some NULL constants with sal_False

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2de3d2598ce5bbecc22f7c7c3fbc42457e431bf9]

        INTEGRATION: CWS ooo20031216 (1.12.130); FILE MERGED 2003/12/26 11:02:29 waratah 1.12.130.1: #i1858# correct a potentially uninitialised value

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [04fc858178795bd3770f569fb0ccbb79684c5a67]

        INTEGRATION: CWS ooo20031216 (1.3.202); FILE MERGED 2003/12/20 14:01:32 waratah 1.3.202.1: #i1858# correct some unitialised fields in code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d75867c44f03839173135575cc3df28d0faf11d0]

        INTEGRATION: CWS ooo20031216 (1.10.120); FILE MERGED 2003/12/20 14:01:32 waratah 1.10.120.1: #i1858# correct some unitialised fields in code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f00602d4bf4d288950f065cfbe22f3a3149cb6e8]

        INTEGRATION: CWS ooo20031216 (1.1.198); FILE MERGED 2003/12/20 14:01:31 waratah 1.1.198.1: #i1858# correct some unitialised fields in code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce2aa5709592b4688512993db50e042a0c2e1731]

        INTEGRATION: CWS ooo20031216 (1.3.198); FILE MERGED 2003/12/20 14:01:31 waratah 1.3.198.1: #i1858# correct some unitialised fields in code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [65d230c0c13100ddec635ed8d96bc6812a5927c9]

        INTEGRATION: CWS ooo20031216 (1.1.198); FILE MERGED 2003/12/20 14:01:30 waratah 1.1.198.1: #i1858# correct some unitialised fields in code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3857b9f1a5f8fdc90f6d07ca7e200f580f21cdc]

        INTEGRATION: CWS ooo20031216 (1.3.200); FILE MERGED 2003/12/20 14:01:30 waratah 1.3.200.1: #i1858# correct some unitialised fields in code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb72ae377434bfd5869544027bbf1d1d419961ae]

        INTEGRATION: CWS ooo20031216 (1.3.200); FILE MERGED 2003/12/20 14:01:29 waratah 1.3.200.1: #i1858# correct some unitialised fields in code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1724228f0335449355a49e430c60b40972fa88c]

        INTEGRATION: CWS ooo20031216 (1.2.190); FILE MERGED 2003/12/20 14:01:29 waratah 1.2.190.1: #i1858# correct some unitialised fields in code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [36735398bca608f8256e8aaa5772b590f6e19757]

        INTEGRATION: CWS ooo20031216 (1.7.120); FILE MERGED 2004/01/26 13:57:16 mh 1.7.120.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/23 10:25:29 waratah 1.7.120.1: #i1858#  initialise an unitialised variable

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c27f1e5ef5f1b194b7960dbf75766bcd97e8096]

        INTEGRATION: CWS ooo20031216 (1.21.2); FILE MERGED 2003/12/28 12:10:42 pjanik 1.21.2.1: #i8593#: Do not include sigcontext.h on x86_64.

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a1a53b22e70924491e1cfbdf7510d1875f12026]

        INTEGRATION: CWS ooo20031216 (1.4.64); FILE MERGED 2003/12/17 12:30:30 waratah 1.4.64.1: #i18052# - sparcmoz - Implement a backtrace facility for the Linux sparc environment

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [226c3e98998ff1383d8f200db9857ddc0b5e387e]

        INTEGRATION: CWS ooo20031216 (1.1.1.1.98); FILE MERGED 2003/12/29 09:20:51 waratah 1.1.1.1.98.1: #i23913# remove TRY CATCH macros

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a2ab6f0cbf184e297c68b1318fc9a9b5819467f]

        INTEGRATION: CWS ooo20031216 (1.3.2); FILE MERGED 2003/12/13 13:53:52 waratah 1.3.2.1: Linux Kernel 2.6 patch, this allows the code to use the non-fork version, corrected for documentation purposes at this stage

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c800046cfae26eab54abc57e26302702859ef15]

        INTEGRATION: CWS ooo20031216 (1.1.1.1.204); FILE MERGED 2003/12/23 13:28:08 waratah 1.1.1.1.204.1: #i1858# initialise some variables that may be unitialised when used

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e715711cc783c833bc64ea65732e5ffe129ba59]

        INTEGRATION: CWS ooo20031216 (1.6.2); FILE MERGED 2003/12/24 10:38:43 waratah 1.6.2.2: #i1858# work around for an unitialised warning in gcc 2003/12/23 13:26:37 waratah 1.6.2.1: #i1858# initialise some variables that may be unitialised when used Reset the pTargetBuffer pointer to NULL when it is deleted, forcing deleted pointer error if one exists

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b33f7a7e8801b2b57d48e5a26505fd54cf20cf70]

        INTEGRATION: CWS ooo20031216 (1.4.74); FILE MERGED 2003/12/23 11:39:45 waratah 1.4.74.1: #i1858# overcome unitialised warning from gcc (not real problem)

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [056325d3226f442be1a0d7d3423494823de589cb]

        INTEGRATION: CWS ooo20031216 (1.7.190); FILE MERGED 2004/01/26 20:19:16 mh 1.7.190.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/23 11:37:03 waratah 1.7.190.1: #i1858#  correct uninitialised variable

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [de81f75de2d23ab1dd1f9e45a9e21d9954658962]

        INTEGRATION: CWS ooo20031216 (1.40.80); FILE MERGED 2003/12/23 11:17:07 waratah 1.40.80.1: #i1858#  correct for some unitialised variables

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2cbf33f8bb6ca9d316a195823e6b2a538a51c76]

        INTEGRATION: CWS ooo20031216 (1.1.1.1.204); FILE MERGED 2003/12/13 13:52:30 waratah 1.1.1.1.204.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [23939a6ee5e192904d4f467913f97555b9c1a0ea]

        INTEGRATION: CWS ooo20031216 (1.20.106); FILE MERGED 2003/12/23 13:39:50 waratah 1.20.106.1: #i1858# initialise some variables that may be unitialised when used

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b4774566595cffa07984323b0b81bc973de9358]

        INTEGRATION: CWS ooo20031216 (1.4.62); FILE MERGED 2003/12/13 13:49:12 waratah 1.4.62.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3eaf8f841b7f37895b120399f29cb05c154836bc]

        INTEGRATION: CWS ooo20031216 (1.7.62); FILE MERGED 2003/12/13 13:49:12 waratah 1.7.62.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b536d2d8b1bef971f5db4f13b1a4adf98f6340d]

        INTEGRATION: CWS ooo20031216 (1.2.62); FILE MERGED 2003/12/27 09:50:06 waratah 1.2.62.1: #i23885# correct for permissive, needs override of volatile

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd96be4114edc2cca5a1c052af8935265f222278]

        INTEGRATION: CWS ooo20031216 (1.5.32); FILE MERGED 2003/12/23 11:00:28 waratah 1.5.32.1: #i1858#  unitialised variable:  removed erroneous int keyword

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d9587b3790fc41a8fa686ba139a079b713f3f19]

        INTEGRATION: CWS ooo20031216 (1.3.32); FILE MERGED 2003/12/13 14:07:44 waratah 1.3.32.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaa0964962a255149980a3b224683b1bcec385f3]

        INTEGRATION: CWS ooo20031216 (1.23.78); FILE MERGED 2003/12/13 13:32:39 waratah 1.23.78.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7917db7d06f56faa5da226898dbf4800c1d4a492]

        INTEGRATION: CWS ooo20031216 (1.75.20); FILE MERGED 2003/12/27 23:43:23 waratah 1.75.20.1: #i23913# replace old TRY catch macros with simple C++ code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [378ccfa5e5262ccf483fe49080e7bb3dc1321ace]

        INTEGRATION: CWS ooo20031216 (1.9.164); FILE MERGED 2003/12/13 12:58:14 waratah 1.9.164.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [37169a4187d33c03391c278d790f1c7738160d73]

        INTEGRATION: CWS ooo20031216 (1.68.52); FILE MERGED 2003/12/13 12:55:28 waratah 1.68.52.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d166a86292bfec3c5eff1c04140702ab69341e8]

        INTEGRATION: CWS ooo20031216 (1.4.62); FILE MERGED 2004/01/08 09:37:46 dsherwin 1.4.62.1: Issue number:  #24161 Trailing / in makefile causes build to break on Windows tcsh builds

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [144e36f190320f68b07db545155bc82ff49ba76d]

        INTEGRATION: CWS ooo20031216 (1.34.16); FILE MERGED 2004/01/26 18:45:06 mh 1.34.16.2: RESYNC: (1.34-1.35); FILE MERGED 2003/12/13 12:58:15 waratah 1.34.16.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [89a95c8cf1153f6e101c87d1d5b488b56e26f8d0]

        INTEGRATION: CWS ooo20031216 (1.23.214); FILE MERGED 2003/12/13 12:58:16 waratah 1.23.214.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e17c1fb3121b9e07d2c686c0b1a0146ed065fc3]

        INTEGRATION: CWS ooo20031216 (1.1.1.1.386); FILE MERGED 2003/12/13 12:56:57 waratah 1.1.1.1.386.1: #i22535# remove the __DELETE macro it is redundant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [056f304d951fb54f583555377040c74aad65dcc4]

        INTEGRATION: CWS ooo20031216 (1.7.54); FILE MERGED 2003/12/13 14:13:01 waratah 1.7.54.1: #i22301# fix for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e22ac249e5d2c6feb5bf710ccdfe2c52ba9d64f7]

        INTEGRATION: CWS ooo20031216 (1.16.62); FILE MERGED 2003/12/13 14:12:59 waratah 1.16.62.1: #i22301# fix for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d17cbadbe8fe5daf050781d2e56139a8aeec833]

        INTEGRATION: CWS ooo20031216 (1.8.68); FILE MERGED 2003/12/13 14:11:55 waratah 1.8.68.1: #i22301# fix for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e99cfa02a6ff4f9cc56abfeab40990ae2bb36897]

        INTEGRATION: CWS ooo20031216 (1.2.86); FILE MERGED 2003/12/23 10:52:19 waratah 1.2.86.1: #i1858#  add default to initialise a potentially unitialised variable

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d4a5b6141b257f3e78721d99d9706869c4f0155]

        INTEGRATION: CWS ooo20031216 (1.3.2); FILE MERGED 2003/12/23 10:30:37 waratah 1.3.2.1: #i1858#  initialise an unitialised variable, add U after unsigned constant

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [88e10b067644e0bf3306b684f8e3833a262f877a]

        INTEGRATION: CWS ooo20031216 (1.33.12); FILE MERGED 2003/12/13 13:39:26 waratah 1.33.12.1: #i22301# fix for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [022c3be44278189f5d8a4157097279a40d12dbe5]

        INTEGRATION: CWS ooo20031216 (1.108.22); FILE MERGED 2003/12/13 13:11:26 waratah 1.108.22.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a6cd914e1df4a8d1ff7a4d4ab237e271caca050]

        INTEGRATION: CWS ooo20031216 (1.13.10); FILE MERGED 2004/01/26 19:16:52 mh 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/13 13:11:27 waratah 1.13.10.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [40f4782803871d0a41f49050056f4c4181d416db]

        INTEGRATION: CWS ooo20031216 (1.21.318); FILE MERGED 2004/01/26 19:27:34 mh 1.21.318.2: RESYNC: (1.21-1.22); FILE MERGED 2003/12/28 08:52:58 waratah 1.21.318.1: #i23913# remove unneeded header used for old TRY CATCH macros

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [28369985727d412e052f75908d39f775dfc90bf5]

        INTEGRATION: CWS ooo20031216 (1.15.524); FILE MERGED 2003/12/13 13:13:36 waratah 1.15.524.1: #i1858# remove define as it is already defined in include, comment on line

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a28d4a7ea7e167bbc3f8609e32aad96b3e93cf37]

        INTEGRATION: CWS ooo20031216 (1.13.350); FILE MERGED 2003/12/20 13:02:51 waratah 1.13.350.1: #i22301# correct debug=true for scoping problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [db173473cab7aa0b8eda33e3825581263e2b7911]

        INTEGRATION: CWS ooo20031216 (1.7.24); FILE MERGED 2003/12/13 13:11:28 waratah 1.7.24.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf9e966328778065dcdb1c21d1057ed034a378bb]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:27:02 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [36c631c9d429493ef1d82974b5db55249b275003]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2004/01/19 16:08:41 mh 1.1.2.3: make the Forte Compiler feel better, #i10000# 2003/12/14 00:57:00 khendricks 1.1.2.2: fix for build issue 23535 due to duplicate utility functions Thanks to Volker for finding this problem. Kevin 2003/12/10 14:27:01 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [872b48c828090a9c9b79ee37e7be1c9a6bc77e5d]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:27:00 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bd2c917f68f0463608c87492b31cac86e14fb67]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:58 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [711ba905f633cded1f242dd952c7f842fb433441]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:55 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [63ef52b1507e37a318d7cdbba7272d9c00e49406]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:54 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca2c6a0c967982ff150e3038c16ca9d2cb54c76b]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:52 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3900aa902bb25de07cfa5c7ee90bcd1e3963bde6]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:51 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [402e0c1c0778e29b60a75fc5f008bda883e6f763]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/14 00:57:00 khendricks 1.1.2.2: fix for build issue 23535 due to duplicate utility functions Thanks to Volker for finding this problem. Kevin 2003/12/10 14:26:50 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3a717d5719026be719143d95a27c027c1a2c881]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:49 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4658d6f59542581fe3d4264bc76caa2cc5f159af]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:48 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [de95b802ebfa574b13c21a826d869bcc08d9ab9e]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:47 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7571758162a66201629290bde41cd279f23c482]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:46 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b10a702babfaddcd6aebf4b7f84b40bb3ed808fe]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/26 10:48:47 waratah 1.1.2.2: #i1858# correct a potentially uninitialised value 2003/12/10 14:26:45 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8226c0b38610df8ad0bf1f8a775469072e2c587d]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:44 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [47eeaf2f0081c0796325f1b2c80e7c3e5148b3f6]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:43 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b59f9b37ec383f860e75e10b6e62aaf7a32cddb]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:42 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c839ba22143079aa597852fcb386a4612daf22fb]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:40 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [493faa6f6e3924d0b9f2e43298ae41b37e618b69]

        INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED 2003/12/10 14:26:39 khendricks 1.1.2.1: Issue number:  None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        adding in the new thesaurus implementation that removes all of the
        old hardcoded limits and problems with the old thesaurus
        
        Kevin

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [908791cbebe7fe1e2c5ff4410ee6cccd0b563226]

        INTEGRATION: CWS ooo20031216 (1.11.32); FILE MERGED 2003/12/10 14:34:37 khendricks 1.11.32.1: Issue number: None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        Changes to support building and delivering the components
        from the new thesaurus

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c03619af81ae938ad632661f12bc256851c70e61]

        INTEGRATION: CWS ooo20031216 (1.11.32); FILE MERGED 2003/12/10 14:34:36 khendricks 1.11.32.1: Issue number: None Submitted by:  Kevin B. Hendricks Reviewed by:   project owner (me)
        
        Changes to support building and delivering the components
        from the new thesaurus

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c1ac7e3f3f276ecfac6f997df860969d3a055dd]

        INTEGRATION: CWS ooo20031216 (1.3.90); FILE MERGED 2003/12/13 13:06:28 waratah 1.3.90.1: #i1858# bracket USE_BSD define with #ifndef to remove a waring

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [664d74accd7c1495c660bfb2731c423df645bbc5]

        INTEGRATION: CWS ooo20031216 (1.2.34); FILE MERGED 2003/12/13 13:47:42 waratah 1.2.34.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d73d3a3602780b344bb0e526c896d6aa14923f9f]

        INTEGRATION: CWS ooo20031216 (1.2.64); FILE MERGED 2003/12/23 10:32:51 waratah 1.2.64.1: #i1858# remove duplicate driend definition in class

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [52893b5eca0050458a97e00bb3c908db0242275c]

        INTEGRATION: CWS ooo20031216 (1.2.64); FILE MERGED 2003/12/23 10:32:50 waratah 1.2.64.1: #i1858# remove duplicate driend definition in class

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2610c62339877a3495ba900af87fb50a0721a9e]

        INTEGRATION: CWS ooo20031216 (1.2.96); FILE MERGED 2003/12/17 12:36:18 waratah 1.2.96.1: #i23040# - sparcmoz - MInor charges to the compile options and enabling crash dump

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [020ab35254a11e7dd057c0233a90c960bbbaecaf]

        INTEGRATION: CWS ooo20031216 (1.5.76); FILE MERGED 2004/01/26 14:21:31 mh 1.5.76.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/14 14:25:05 khendricks 1.5.76.1: Issue number: Issue number:  21906 and 22301 Submitted by:  Kevin Hendricks Reviewed by:   ppc linux code owner (me)
        
        Removing -fpermissive and -fno-for-scope form the unxlngpp4.mk
        file since Ken's latest changes has remvoed the need for them
        anymore.
        
        Also I added in -frtti since my tests show no real impact on
        stripped size or startup speed on PPC Linux, in the hopes this might
        prevent future rtti related missing symbol problems

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a1b190d461479a6a12e27b14a280575ae5c1be9]

        INTEGRATION: CWS ooo20031216 (1.21.2); FILE MERGED 2004/01/26 14:20:45 mh 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2003/12/14 10:03:24 waratah 1.21.2.1: #i21906# remove permissive options, code now clean

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbf3e494b48754b8cad3fcf6b4e6f0cbac5bb623]

        INTEGRATION: CWS ooo20031216 (1.21.76); FILE MERGED 2003/12/28 11:59:44 pjanik 1.21.76.1: #i8594#: Add makefiles for x86_64.

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [eac18711bed12482893401e1e909caebeeac0531]

        INTEGRATION: CWS ooo20031216 (1.20.110); FILE MERGED 2003/12/16 19:20:09 waratah 1.20.110.2: #i23464# Include a default ANT_LIB for the hamburg environment 2003/12/16 11:15:42 waratah 1.20.110.1: #i23464#  Implement test for ANT_LIB instead of ANT_HOME

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [77eda52980854e947ecaa8cb959111c7eba18e9f]

        INTEGRATION: CWS ooo20031216 (1.12.2); FILE MERGED 2003/12/15 02:26:14 vq 1.12.2.1: #23549 Teach guw.pl how to handle -X<something>=<path>

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f594965bb22456ab62bb68f570a4abb9c73534a0]

        INTEGRATION: CWS ooo20031216 (1.7.82); FILE MERGED 2003/12/13 13:14:28 waratah 1.7.82.1: #i1858# implement typename where they are needed

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d23e07cd50cae1699223f2932eeb0db26649646e]

        INTEGRATION: CWS ooo20031216 (1.57.2); FILE MERGED 2004/01/23 11:20:17 mh 1.57.2.4: RESYNC: (1.57-1.58); FILE MERGED 2003/12/22 13:33:09 waratah 1.57.2.3: #i23772# improve the pam security header test for linux 2003/12/15 21:03:41 waratah 1.57.2.2: #i23464#  Implement test for ANT_LIB to be used by ant.mk 2003/12/10 15:57:13 dsherwin 1.57.2.1: #i19048# Add support for building with Visual Studio .NET 2003

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a72814102b722a41b3a383434795472c1b472c0c]

        INTEGRATION: CWS ooo20031216 (1.80.4); FILE MERGED 2003/12/13 14:04:12 waratah 1.80.4.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [18b6c95bbbc325b9693c3cb02679091027767fa7]

        INTEGRATION: CWS ooo20031216 (1.5.48); FILE MERGED 2003/12/24 11:44:22 waratah 1.5.48.1: #i1858# correct potential unitialised values

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b61f2542b258aafb867c95436840154906693f7]

        INTEGRATION: CWS ooo20031216 (1.1.1.1.146); FILE MERGED 2003/12/24 11:39:09 waratah 1.1.1.1.146.1: #i1858# work around a warning issued by gcc

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a013d8e3284df4cc127b37e607b315cc2a4e1464]

        INTEGRATION: CWS ooo20031216 (1.1.1.1.146); FILE MERGED 2003/12/24 11:36:22 waratah 1.1.1.1.146.1: #i1858# correct potential unitialised values

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2ee603ba6e6d1852986f44cece469556945d65b]

        INTEGRATION: CWS ooo20031216 (1.27.44); FILE MERGED 2003/12/24 11:45:55 waratah 1.27.44.1: #i1858# remove trailing text after #else

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c914f114d3d91146954905d3682f8c66d4f7c3a]

        INTEGRATION: CWS traleefilterteam20 (1.122.14); FILE MERGED 2004/01/23 15:10:56 cmc 1.122.14.8: minor merge error 2004/01/22 17:07:36 cmc 1.122.14.7: RESYNC: (1.122-1.123); FILE MERGED 2004/01/21 12:49:39 cmc 1.122.14.6: #i15020# share safe value clipping code between rtf and ww8 filters, and while I'm at it add some optional experimental dumping of embedded ttf fonts 2004/01/16 14:33:02 cmc 1.122.14.5: #i24135# if the user explicitly wants numbering on a paragraph which is the same as the numbering which was already on the paragraph, then there is no need to apply it again, which is particularly important if the original numbering was what is our writer outline numbering 2004/01/07 11:09:35 cmc 1.122.14.4: #24001# fix outline numbering problem in 2.0 as well 2003/12/15 16:40:19 mmaher 1.122.14.3: #112341# Fix for a dropcap SNAFU. Forgot to init bDropcap and then then no test on a pointer I use. All leads to bad things happening. 2003/12/15 16:18:45 mmaher 1.122.14.2: #i23059# Fixed autospacing in tables 2003/12/15 14:15:27 mmaher 1.122.14.1: #112341# Char style support for dropcaps

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [656389bab751f0a2bea30f93847bc5421487144d]

        INTEGRATION: CWS ooo20031216 (1.8.2); FILE MERGED 2003/12/16 05:31:27 vq 1.8.2.2: #23522 tcsh needs quotes, 4NT doesn't 2003/12/13 14:26:37 vq 1.8.2.1: #10000 Remove superfluous \ at the end of a macro definition. This extra \ stopped guw.pl from working propperly.

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f73023e076cbf38b740746b68ed463c75f43059]

        INTEGRATION: CWS traleefilterteam20 (1.109.14); FILE MERGED 2004/01/22 17:07:07 cmc 1.109.14.3: RESYNC: (1.109-1.110); FILE MERGED 2004/01/21 12:49:39 cmc 1.109.14.2: #i15020# share safe value clipping code between rtf and ww8 filters, and while I'm at it add some optional experimental dumping of embedded ttf fonts 2004/01/16 14:33:00 cmc 1.109.14.1: #i24135# if the user explicitly wants numbering on a paragraph which is the same as the numbering which was already on the paragraph, then there is no need to apply it again, which is particularly important if the original numbering was what is our writer outline numbering

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f4e5bd039e8fd5d15fe7f4b5689b61afa6c5a8f]

        INTEGRATION: CWS ooo20031216 (1.5.4); FILE MERGED 2003/12/13 01:16:21 vq 1.5.4.1: #11454 Use - instead of /

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [35c4f32bc6ff306336ccdb46b973e8eab2d81733]

        INTEGRATION: CWS ooo20031216 (1.87.14); FILE MERGED 2003/12/25 12:37:58 waratah 1.87.14.1: #i1858# correct for some uninitialised variables

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [76855e49cfb4861538001d9b28e9ced1cd489746]

        INTEGRATION: CWS ooo20031216 (1.40.14); FILE MERGED 2004/01/09 20:10:44 pjanik 1.40.14.3: #i23922#: Fix previous change. 2004/01/08 17:15:55 pjanik 1.40.14.2: #i23922#: Do not add L modifier after constants. 2003/12/25 12:38:39 waratah 1.40.14.1: #i1858# remove test of unsigned less than 0, always false

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [49e23b0c2456b784c84f57784b5678e5fda18390]

        INTEGRATION: CWS ooo20031216 (1.6.14); FILE MERGED 2004/01/09 20:10:15 pjanik 1.6.14.2: #i23922#: Fix previous change. 2004/01/08 17:15:54 pjanik 1.6.14.1: #i23922#: Do not add L modifier after constants.

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [75c0ccd925699ac7210eac89b2b9f59af566c797]

        INTEGRATION: CWS ooo20031216 (1.3.26); FILE MERGED 2003/12/27 22:21:40 waratah 1.3.26.1: TRY:  Remove TRY CATCH macros out of commented out code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [56ef51415f33966893a3b6eedd4277ba61d2ec86]

        INTEGRATION: CWS ooo20031216 (1.1.1.1.238); FILE MERGED 2003/12/28 12:08:36 waratah 1.1.1.1.238.1: #i23913# remove TRY CATCH macros

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fca3aac0b46ac0d29bccb474eb7b85f5fece34b]

        INTEGRATION: CWS ooo20031216 (1.2.126); FILE MERGED 2003/12/28 12:08:35 waratah 1.2.126.1: #i23913# remove TRY CATCH macros

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [22a82ee70fd831660ca0196080edce9132de848a]

        INTEGRATION: CWS ooo20031216 (1.2.126); FILE MERGED 2003/12/28 12:02:37 waratah 1.2.126.1: #i23913# remove TRY CATCH macros

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cd8adc68ff7766cbbc5830413a3064e9c502bcd]

        INTEGRATION: CWS ooo20031216 (1.2.126); FILE MERGED 2003/12/28 12:02:36 waratah 1.2.126.1: #i23913# remove TRY CATCH macros

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [56ff6609bb3d43d30e2ad80f5d0986a33dd7875a]

        INTEGRATION: CWS ooo20031216 (1.2.126); FILE MERGED 2003/12/28 11:56:44 waratah 1.2.126.1: #i23913# remove TRY CATCH macros

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [33005dd6bd3414adfc65963c464dfcc8bbf5cc7d]

        INTEGRATION: CWS ooo20031216 (1.2.126); FILE MERGED 2003/12/28 11:56:43 waratah 1.2.126.1: #i23913# remove TRY CATCH macros

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f7bb3779c6800be21a249b1790667e831b091bf]

        INTEGRATION: CWS ooo20031216 (1.2.10); FILE MERGED 2003/12/13 14:09:18 waratah 1.2.10.1: #i1858# implement typename where it is needed

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [534c8ca1eb8b4fa02a39696543ecaf52d00cb3d4]

        INTEGRATION: CWS ooo20031216 (1.2.66); FILE MERGED 2003/12/25 12:47:01 waratah 1.2.66.1: #i1858# correct for some uninitialised variables

2004-02-04  Thorsten Behrens  <thb@openoffice.org>  [9347a2f7493cdec47a1c4d192d436207deb29287]

        Finished adaptive subdivision for cubic beziers. Quadratic beziers are still missing, though

2004-02-04  Thorsten Behrens  <thb@openoffice.org>  [5a5cf6254f4ee164237a208237e216931063ebc0]

        Finished test code for adaptive bezier subdivision, and added generic gnuplot output code

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [009364a5fd2504e82c5b9dd9d6b0ef92f3b1de72]

        INTEGRATION: CWS traleefilterteam20 (1.5.222); FILE MERGED 2004/01/23 13:26:13 cmc 1.5.222.1: #i24340# commit support for *nudges* to 2.0 as well

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cfe5a8301e0db273cbe5a5bfe664b46dd4cda38]

        INTEGRATION: CWS traleefilterteam20 (1.29.32); FILE MERGED 2004/01/23 13:26:12 cmc 1.29.32.1: #i24340# commit support for *nudges* to 2.0 as well

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [43f1f1e9a867aee306508cf7f7f204633eb52ef7]

        INTEGRATION: CWS traleefilterteam20 (1.8.288); FILE MERGED 2004/01/21 09:06:36 cmc 1.8.288.1: #i15020# rename misspelt token and add missing RTF_ABSNOOVRLP token

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2c3e06b2855af92cd987022853e4cdd2a83dac8]

        INTEGRATION: CWS traleefilterteam20 (1.8.288); FILE MERGED 2004/01/21 09:06:35 cmc 1.8.288.1: #i15020# rename misspelt token and add missing RTF_ABSNOOVRLP token

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [87cc986b602f79ccf0c14f70fa0bc4ba047c4862]

        INTEGRATION: CWS traleefilterteam20 (1.9.288); FILE MERGED 2004/01/21 09:06:35 cmc 1.9.288.1: #i15020# rename misspelt token and add missing RTF_ABSNOOVRLP token

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3d6c63ecaa492479b559ffa3e182c537162728c]

        INTEGRATION: CWS traleefilterteam20 (1.8.288); FILE MERGED 2004/01/21 09:06:34 cmc 1.8.288.1: #i15020# rename misspelt token and add missing RTF_ABSNOOVRLP token

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [662f910f11d7991c8f0ad7021e171d5cba946ace]

        INTEGRATION: CWS traleefilterteam20 (1.18.4); FILE MERGED 2004/01/22 19:44:52 cmc 1.18.4.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/22 14:10:08 cmc 1.18.4.1: #i15020# add handy virtual methods to base rtf parser

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fe077fd8195888c2939089f811b1ee36bcbd151]

        INTEGRATION: CWS traleefilterteam20 (1.20.6); FILE MERGED 2004/01/22 14:10:07 cmc 1.20.6.1: #i15020# add handy virtual methods to base rtf parser

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9faa0684cb0b8f99db43c8d98f4797ccc9c2ca0d]

        INTEGRATION: CWS traleefilterteam20 (1.12.6); FILE MERGED 2004/01/22 14:07:48 cmc 1.12.6.1: #i15020# add handy virtual methods to base rtf parser

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [29bf2365593654004b05afe4ac23e7811b976dda]

        INTEGRATION: CWS ooo20031216 (1.8.4); FILE MERGED 2003/12/23 10:37:45 waratah 1.8.4.1: Remove duplicate Dear User from readme text file

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bba035675fd90f70f35260c660832753d501e31]

        INTEGRATION: CWS ooo20031216 (1.2.40); FILE MERGED 2003/12/23 13:53:34 waratah 1.2.40.1: #i1858# quiet an uninitialised variable warning in gcc

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c93b8d352f7960a0c8890fb5f4838ff566458894]

        INTEGRATION: CWS traleefilterteam20 (1.65.76); FILE MERGED 2004/01/22 17:09:46 cmc 1.65.76.2: RESYNC: (1.65-1.66); FILE MERGED 2004/01/21 12:49:44 cmc 1.65.76.1: #i15020# share safe value clipping code between rtf and ww8 filters, and while I'm at it add some optional experimental dumping of embedded ttf fonts

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c204d20ae3cb287745d1368a95994e3f0d63c19]

        INTEGRATION: CWS ooo20031216 (1.1.94); FILE MERGED 2003/12/23 13:53:35 waratah 1.1.94.1: #i1858# quiet an uninitialised variable warning in gcc

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f418d4e5e5d2c77632f0f0aa2f4de45b5917ec9e]

        INTEGRATION: CWS traleefilterteam20 (1.104.14); FILE MERGED 2004/01/22 17:09:32 cmc 1.104.14.3: RESYNC: (1.104-1.105); FILE MERGED 2004/01/21 12:49:43 cmc 1.104.14.2: #i15020# share safe value clipping code between rtf and ww8 filters, and while I'm at it add some optional experimental dumping of embedded ttf fonts 2004/01/16 14:33:07 cmc 1.104.14.1: #i24135# if the user explicitly wants numbering on a paragraph which is the same as the numbering which was already on the paragraph, then there is no need to apply it again, which is particularly important if the original numbering was what is our writer outline numbering

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c00bcd1de813fd6836139d6eec7762b78f631e91]

        INTEGRATION: CWS ooo20031216 (1.2.40); FILE MERGED 2003/12/23 13:53:35 waratah 1.2.40.1: #i1858# quiet an uninitialised variable warning in gcc

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [154c00ad1e73436b2f3665b8c59aae88402021a1]

        INTEGRATION: CWS traleefilterteam20 (1.145.14); FILE MERGED 2004/01/22 17:09:18 cmc 1.145.14.4: RESYNC: (1.145-1.146); FILE MERGED 2004/01/16 12:07:11 cmc 1.145.14.3: #i24471# we no longer need to hack around the header/footer problems for frames 2004/01/16 12:02:58 cmc 1.145.14.2: #i24471# autowidth does not imply autoheight 2003/12/15 14:15:29 mmaher 1.145.14.1: #112341# Char style support for dropcaps

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb8edf6711bf88ada9a8161d71cd1ff80c65822c]

        INTEGRATION: CWS ooo20031216 (1.3.38); FILE MERGED 2004/01/22 16:52:40 mh 1.3.38.1: chg: compile for win, #i10000#

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1164cc0866e473075b83a02f21153db9321211e]

        INTEGRATION: CWS traleefilterteam20 (1.73.14); FILE MERGED 2004/01/26 16:39:04 cmc 1.73.14.4: wrong && || logic 2004/01/22 17:08:58 cmc 1.73.14.3: RESYNC: (1.73-1.74); FILE MERGED 2004/01/09 16:09:53 mmaher 1.73.14.2: #23610# Index problems. Non-ascii '"' were being ignored by the field parser and column setting was not working. 2004/01/07 11:09:36 cmc 1.73.14.1: #24001# fix outline numbering problem in 2.0 as well

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ffe2ca90d6d97b492e0b8853bace36c31df7d6c]

        INTEGRATION: CWS traleefilterteam20 (1.54.14); FILE MERGED 2004/01/22 17:08:25 cmc 1.54.14.3: RESYNC: (1.54-1.55); FILE MERGED 2004/01/20 15:46:27 cmc 1.54.14.2: #i24553# Implemented removing outline numbering by some hackery of setting normal numbering and seeting nodenum to NO_NUM, hardly ideal, but it seems to work 2004/01/16 14:33:06 cmc 1.54.14.1: #i24135# if the user explicitly wants numbering on a paragraph which is the same as the numbering which was already on the paragraph, then there is no need to apply it again, which is particularly important if the original numbering was what is our writer outline numbering

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bd341e2c8a1f3a4f4677eb879a60a4ffc3369db]

        INTEGRATION: CWS traleefilterteam20 (1.92.12); FILE MERGED 2004/01/22 17:08:12 cmc 1.92.12.6: RESYNC: (1.92-1.95); FILE MERGED 2004/01/16 14:33:04 cmc 1.92.12.5: #i24135# if the user explicitly wants numbering on a paragraph which is the same as the numbering which was already on the paragraph, then there is no need to apply it again, which is particularly important if the original numbering was what is our writer outline numbering 2003/12/17 11:29:32 cmc 1.92.12.4: #114451# become more lenient in traversing cells to allow corel produced documents tables to be imported 2003/12/16 10:43:11 cmc 1.92.12.3: #12950# bidi direction for tables must always be applied to the table, not to the surrounding frame when hacking in floating table support 2003/12/15 16:55:49 mmaher 1.92.12.2: #114237# Fix for tables in frames. Needed better tests for starting and stopping apo's. Thanks to cmc for his help on this. 2003/12/15 16:18:44 mmaher 1.92.12.1: #i23059# Fixed autospacing in tables

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ebe59bece5bab629d39db7f0786b154e9748e52]

        INTEGRATION: CWS ooo20031216 (1.12.2); FILE MERGED 2004/01/26 16:50:20 mh 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/25 12:31:02 waratah 1.12.2.1: #i1858# correct for some uninitialised variables

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f5648b75ab7a605fafc4e2856f22c90b74634c6]

        INTEGRATION: CWS traleefilterteam20 (1.121.14); FILE MERGED 2004/01/22 17:07:55 cmc 1.121.14.5: RESYNC: (1.121-1.122); FILE MERGED 2004/01/21 12:49:41 cmc 1.121.14.4: #i15020# share safe value clipping code between rtf and ww8 filters, and while I'm at it add some optional experimental dumping of embedded ttf fonts 2004/01/16 14:33:03 cmc 1.121.14.3: #i24135# if the user explicitly wants numbering on a paragraph which is the same as the numbering which was already on the paragraph, then there is no need to apply it again, which is particularly important if the original numbering was what is our writer outline numbering 2003/12/15 16:18:46 mmaher 1.121.14.2: #i23059# Fixed autospacing in tables 2003/12/15 14:15:28 mmaher 1.121.14.1: #112341# Char style support for dropcaps

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b1bbecdcf266acd16bcbd4aba7bb6c1a624e6ce]

        INTEGRATION: CWS ooo20031216 (1.35.2); FILE MERGED 2004/01/26 16:49:21 mh 1.35.2.2: RESYNC: (1.35-1.36); FILE MERGED 2003/12/25 12:31:02 waratah 1.35.2.1: #i1858# correct for some uninitialised variables

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c503aecad17ca6e822e3fb610896fce25a5aaa90]

        INTEGRATION: CWS ooo20031216 (1.46.4); FILE MERGED 2003/12/24 11:29:57 waratah 1.46.4.1: #i1858# correct potential unitialised values

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cd82da26262267251ebf276b1e625d461d34da4]

        INTEGRATION: CWS traleefilterteam20 (1.70.14); FILE MERGED 2004/01/22 17:06:14 cmc 1.70.14.2: RESYNC: (1.70-1.71); FILE MERGED 2004/01/07 12:49:27 cmc 1.70.14.1: #i23876# no-fill is a special case for char and para bg colours

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ccfb19c974af2b45deaef9c787f6c62b57fa85d]

        INTEGRATION: CWS traleefilterteam20 (1.54.12); FILE MERGED 2004/01/22 17:05:41 cmc 1.54.12.2: RESYNC: (1.54-1.56); FILE MERGED 2004/01/14 14:00:56 mmaher 1.54.12.1: #i22491# This stuff is no longer needed

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c3f8f455beee491b310eff4795f9f6bd7f88a66]

        INTEGRATION: CWS ooo20031216 (1.1.76); FILE MERGED 2003/12/23 10:55:35 waratah 1.1.76.1: #i1858#  add default to initialise a potentially unitialised variable

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dccaf478c5c4a1b7a1a1d0b6ec3ba5b7b162c1f]

        INTEGRATION: CWS traleefilterteam20 (1.60.14); FILE MERGED 2004/01/22 17:05:20 cmc 1.60.14.3: RESYNC: (1.60-1.61); FILE MERGED 2004/01/16 14:52:18 cmc 1.60.14.2: #i24009# the length of PAPX properties is stored in words not bytes 2004/01/14 14:00:55 mmaher 1.60.14.1: #i22491# This stuff is no longer needed

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [45c3e26cd1e337868392259236c8db151cd218cb]

        INTEGRATION: CWS ooo20031216 (1.11.42); FILE MERGED 2003/12/13 13:48:14 waratah 1.11.42.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3423ea8e6c4acd19792cd0ec0735020d1ed219c]

        INTEGRATION: CWS traleefilterteam20 (1.58.14); FILE MERGED 2004/01/22 17:04:13 cmc 1.58.14.3: RESYNC: (1.58-1.60); FILE MERGED 2004/01/14 11:33:09 mmaher 1.58.14.2: #i22491# Both spacing and distance from text in a text frame were being exported with wrong values. 2003/12/15 14:15:27 mmaher 1.58.14.1: #112341# Char style support for dropcaps

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff5e8477aae316b993addb41ba0ae722a40df776]

        INTEGRATION: CWS traleefilterteam20 (1.69.14); FILE MERGED 2004/01/22 17:03:56 cmc 1.69.14.2: RESYNC: (1.69-1.70); FILE MERGED 2004/01/14 11:33:09 mmaher 1.69.14.1: #i22491# Both spacing and distance from text in a text frame were being exported with wrong values.

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [308f454593249805923da092698427cb107ada9d]

        INTEGRATION: CWS ooo20031216 (1.2.36); FILE MERGED 2004/01/23 13:04:58 mh 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/23 11:08:01 waratah 1.2.36.1: #i1858#  unitialised variable: remove gcc warning only

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [910f4ad7dcbb506fde16f317c6aca1e5692c129f]

        INTEGRATION: CWS traleefilterteam20 (1.5.16); FILE MERGED 2004/01/26 16:39:03 cmc 1.5.16.1: wrong && || logic

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [337ef0c6f54e3edb241163a3eb2d6706b222fca7]

        INTEGRATION: CWS traleefilterteam20 (1.5.14); FILE MERGED 2004/01/22 17:03:40 cmc 1.5.14.3: RESYNC: (1.5-1.6); FILE MERGED 2004/01/21 12:49:38 cmc 1.5.14.2: #i15020# share safe value clipping code between rtf and ww8 filters, and while I'm at it add some optional experimental dumping of embedded ttf fonts 2004/01/16 14:33:00 cmc 1.5.14.1: #i24135# if the user explicitly wants numbering on a paragraph which is the same as the numbering which was already on the paragraph, then there is no need to apply it again, which is particularly important if the original numbering was what is our writer outline numbering

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [431efc92464c39d36085387a25314a9c845fb376]

        INTEGRATION: CWS ooo20031216 (1.1.44); FILE MERGED 2003/12/30 08:07:47 pjanik 1.1.44.1: #i11149#: Make ODBC/SQL types 64-bit clean

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d97ee814141e517c771346d030f267e0e3f8cae0]

        INTEGRATION: CWS traleefilterteam20 (1.5.14); FILE MERGED 2004/01/22 17:03:19 cmc 1.5.14.4: RESYNC: (1.5-1.6); FILE MERGED 2004/01/21 12:49:37 cmc 1.5.14.3: #i15020# share safe value clipping code between rtf and ww8 filters, and while I'm at it add some optional experimental dumping of embedded ttf fonts 2004/01/16 14:32:59 cmc 1.5.14.2: #i24135# if the user explicitly wants numbering on a paragraph which is the same as the numbering which was already on the paragraph, then there is no need to apply it again, which is particularly important if the original numbering was what is our writer outline numbering 2004/01/07 11:09:34 cmc 1.5.14.1: #24001# fix outline numbering problem in 2.0 as well

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9b9ff5b03f0cdad670c959cd265c2313b1cbd28]

        INTEGRATION: CWS traleefilterteam20 (1.3.106); FILE MERGED 2004/01/16 14:32:59 cmc 1.3.106.1: #i24135# if the user explicitly wants numbering on a paragraph which is the same as the numbering which was already on the paragraph, then there is no need to apply it again, which is particularly important if the original numbering was what is our writer outline numbering

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a5d82d223b7ed30ee6b8af09bdd7a4b02dd80df]

        INTEGRATION: CWS ooo20031216 (1.22.14); FILE MERGED 2004/01/26 14:48:55 mh 1.22.14.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/25 13:08:42 waratah 1.22.14.1: #i1858# quiet an uninitialised variable warning in gcc

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e437ea811e6ea56ed09488fe22cc0529c0eea68d]

        INTEGRATION: CWS traleefilterteam20 (1.3.106); FILE MERGED 2004/01/22 17:02:37 cmc 1.3.106.2: RESYNC: (1.3-1.4); FILE MERGED 2004/01/16 14:32:58 cmc 1.3.106.1: #i24135# if the user explicitly wants numbering on a paragraph which is the same as the numbering which was already on the paragraph, then there is no need to apply it again, which is particularly important if the original numbering was what is our writer outline numbering

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f347fa6e3202b11bc8db74e3003658f72e1f79d]

        INTEGRATION: CWS ooo20031216 (1.19.50); FILE MERGED 2003/12/25 13:11:07 waratah 1.19.50.1: #i1858# correct for some uninitialised variables

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc127026a2a5da33196d6dfc55bad935fd218409]

        INTEGRATION: CWS traleefilterteam20 (1.10.334); FILE MERGED 2004/01/22 17:10:38 cmc 1.10.334.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/09 16:09:55 mmaher 1.10.334.1: #23610# Index problems. Non-ascii '"' were being ignored by the field parser and column setting was not working.

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [29e5a1acca69bf617ebaa3b4f98db113fe22471e]

        INTEGRATION: CWS ooo20031216 (1.4.62); FILE MERGED 2003/12/25 12:57:14 waratah 1.4.62.2: #i1858# correct for some uninitialised variables 2003/12/13 14:10:21 waratah 1.4.62.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c3251d992325a7f5d18ad5aac7902e05b4e1470]

        INTEGRATION: CWS ooo20031216 (1.25.2); FILE MERGED 2003/12/25 12:57:14 waratah 1.25.2.2: #i1858# correct for some uninitialised variables 2003/12/13 14:10:21 waratah 1.25.2.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8ea329d96ce76272feb01645f365fcdc071fc98]

        INTEGRATION: CWS ooo20031216 (1.2.62); FILE MERGED 2003/12/13 14:10:21 waratah 1.2.62.1: #i1858# test for previous definition of macro to remove warning

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [579d92d7d8f2dd10f140aad97d7d546d9c178eff]

        INTEGRATION: CWS traleefilterteam20 (1.12.120); FILE MERGED 2004/02/02 11:43:36 cmc 1.12.120.5: #i105020# reverse this patch until dependant requirements are working again 2004/01/23 15:10:30 cmc 1.12.120.4: DelFullPara does not take const reference 2004/01/22 17:16:59 cmc 1.12.120.3: RESYNC: (1.12-1.13); FILE MERGED 2004/01/22 14:30:42 cmc 1.12.120.2: #i15020# sensibly and carefully follow the RTF specification to import RTF frames, and none of this rubbish assumptions made in the past (lets have some new mistakes instead) 2004/01/19 15:01:02 cmc 1.12.120.1: #114739# experimental simplification of frame import for rtf

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4167b01ede08fa1cf14a4b93a6eed5ba02fdf441]

        INTEGRATION: CWS ooo20031216 (1.41.2); FILE MERGED 2004/01/26 14:50:12 mh 1.41.2.2: RESYNC: (1.41-1.42); FILE MERGED 2003/12/25 13:13:18 waratah 1.41.2.1: #i1858# correct for some uninitialised variables

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf91b5142edfbf198c5e46438ccf99f059853a0b]

        INTEGRATION: CWS traleefilterteam20 (1.4.16); FILE MERGED 2004/01/21 12:44:28 cmc 1.4.16.1: #i15020# share safe value clipping code between rtf and ww8 filters

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [030363c4b1b5d809770a29caed893eabba777ea0]

        INTEGRATION: CWS ooo20031216 (1.11.82); FILE MERGED 2003/12/13 12:52:39 waratah 1.11.82.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d43ad61a5d047f91fd1a57eb26c40182321fec46]

        INTEGRATION: CWS traleefilterteam20 (1.6.498); FILE MERGED 2004/01/21 12:43:41 cmc 1.6.498.1: #i15020# CalculateFlySize can take const SwNodeIndex

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [048f46ffddbbe83fd89f52f87abdc18a4ac2b6fa]

        INTEGRATION: CWS ooo20031216 (1.13.132); FILE MERGED 2003/12/13 12:52:38 waratah 1.13.132.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3811239290bbcaeca5ca33f8b07b8bb3ec9418de]

        INTEGRATION: CWS ooo20031216 (1.54.68); FILE MERGED 2003/12/13 12:52:37 waratah 1.54.68.1: #i1858# replace some NULL constants with 0 (zero),  used with non-pointers

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6708b5986c1b982d3c277b6f2d4360c351e8e1e2]

        INTEGRATION: CWS traleefilterteam20 (1.26.28); FILE MERGED 2004/01/22 17:23:31 cmc 1.26.28.2: RESYNC: (1.26-1.27); FILE MERGED 2004/01/21 12:54:12 cmc 1.26.28.1: #i15020# CalculateFlySize can take const SwNodeIndex

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [005405df567039f644bdd5d7b137880f56f70ea7]

        INTEGRATION: CWS ooo20031216 (1.20.14); FILE MERGED 2004/01/01 13:26:29 pjanik 1.20.14.1: #i10000#: Add dependency on unoil.

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [be1d95bac0384402a7df09effed788295c07c206]

        INTEGRATION: CWS tbe9 (1.48.60); FILE MERGED 2003/11/14 14:51:17 tbe 1.48.60.1: #i18891# Only toplevel windows should have ACTIVE state

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [07a1940f10361315e141f4a29b64a3a0aff924f5]

        INTEGRATION: CWS tbe9 (1.2.2); FILE MERGED 2004/01/21 16:44:17 sw 1.2.2.1: #111623#

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [df13af99a449cbeeab889c34c8b36e44e0634173]

        INTEGRATION: CWS tbe9 (1.30.4); FILE MERGED 2004/01/20 11:03:14 tbe 1.30.4.1: #114282# Basic IDE Dialog Editor: dialog control not visible

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [87830987c5a7886ae78e899d78a3f4916f9c7f7d]

        INTEGRATION: CWS tbe9 (1.16.82); FILE MERGED 2004/01/20 11:04:27 tbe 1.16.82.1: #114282# removed ToggleHighlightMode()

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fd40490160a99acd062fae1ddc4ab732c30f373]

        INTEGRATION: CWS tbe9 (1.15.132); FILE MERGED 2003/11/13 17:10:40 tbe 1.15.132.1: #i22096# Wrong accessible name reported

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e0442edc229c4a46352fb944be3b795f6084a25]

        INTEGRATION: CWS tbe9 (1.2.16); FILE MERGED 2004/01/22 14:01:35 sw 1.2.16.1: #113034#

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e6d0c1b27adfd5a218171f8d1ad41cfcac34f18]

        INTEGRATION: CWS tbe9 (1.7.52); FILE MERGED 2003/11/19 12:03:26 tbe 1.7.52.1: #111089# return the proxy XAccessible instead of the inner XAccessible

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [979ec7c0a5f61ae818798104224e789cf44da4ef]

        INTEGRATION: CWS tbe9 (1.31.36); FILE MERGED 2004/01/19 11:13:20 tbe 1.31.36.3: RESYNC: (1.32-1.33); FILE MERGED 2003/12/05 12:22:55 tbe 1.31.36.2: RESYNC: (1.31-1.32); FILE MERGED 2003/11/19 15:11:44 tbe 1.31.36.1: #i22432# Assertion pressing Assign in macro dialog

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [12416b803e2121c11437bbd1a29e3ca4c9eb39a3]

        INTEGRATION: CWS tbe9 (1.41.12); FILE MERGED 2003/12/09 10:39:56 tbe 1.41.12.1: #114313# cleanup BasicIDE sfx slots

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b727bb85c08f54cabffa19872d3dfeb4c223932f]

        INTEGRATION: CWS tbe9 (1.6.8); FILE MERGED 2004/01/21 15:03:16 sw 1.6.8.2: #111623# 2004/01/21 08:59:28 sw 1.6.8.1: #111623#

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbaf89c55d82b7b9bf570ceb67f46f37ac62e600]

        INTEGRATION: CWS tbe9 (1.4.28); FILE MERGED 2004/01/22 12:59:20 sw 1.4.28.1: #113034#

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [524a43204820bc6bd542bebb629c59aaac687bb3]

        INTEGRATION: CWS tbe9 (1.4.28); FILE MERGED 2004/01/22 13:43:04 sw 1.4.28.1: #113034#

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [01325d85683713a012fd3263da3074f2b58eb16f]

        INTEGRATION: CWS tbe9 (1.4.62); FILE MERGED 2004/01/21 08:58:42 sw 1.4.62.1: #111623#

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [91ca0fab77aa3c4ca18e33ecc8ad88ec9e2d9c24]

        INTEGRATION: CWS mt802 (1.7.42); FILE MERGED 2004/01/26 16:48:13 mt 1.7.42.1: #115029# Use TabPageSize instead of OutputSizePixel from TabControl

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a76f5b306778dfe71f049257e69c672b182b3efd]

        INTEGRATION: CWS mt802 (1.1.1.1.478); FILE MERGED 2004/01/26 16:49:42 mt 1.1.1.1.478.1: #115029# Use TabPageSize instead of OutputSizePixel from TabControl

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f18ee82ae664edb9395c1e690bd863a567d4e73e]

        INTEGRATION: CWS mt802 (1.44.18); FILE MERGED 2004/01/27 12:55:04 mt 1.44.18.1: #114285# Moved UnoWrapper::Destroy call to DeInitVCL

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dfe3d8888d1971f907958cc0b374801fce59ea2]

        INTEGRATION: CWS mt802 (1.30.18); FILE MERGED 2004/01/27 12:55:03 mt 1.30.18.1: #114285# Moved UnoWrapper::Destroy call to DeInitVCL

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7a95d49d2e72c89ec0df3d80bd4c30f8064b8b6]

        INTEGRATION: CWS mt802 (1.4.20); FILE MERGED 2004/01/26 16:49:05 mt 1.4.20.1: #115029# Use TabPageSize instead of OutputSizePixel from TabControl

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5acbd8c7b53714fef6451558bc960be9e10d5a78]

        INTEGRATION: CWS mt802 (1.44.178); FILE MERGED 2004/01/27 10:25:28 mt 1.44.178.1: #i22546# Don't cast KeyCharCode to USHORT

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [281ea461d637cbdae6165e15ca6398cc79e2acee]

        INTEGRATION: CWS mt802 (1.21.26); FILE MERGED 2004/01/26 16:24:14 mt 1.21.26.1: #115029# Use TabPageSize instead of OutputSizePixel from TabControl

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [920917f98b8fc30c61a0d895e82a97a414f84388]

        INTEGRATION: CWS tbe9 (1.14.72); FILE MERGED 2004/01/20 10:58:48 tbe 1.14.72.1: #114282# Basic IDE Dialog Editor: dialog control not visible

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7db10e828996c294a2f1b7ff1cb64bc751d2ae4]

        INTEGRATION: CWS mt802 (1.61.14); FILE MERGED 2004/01/27 11:42:13 mt 1.61.14.1: #i22558# addItems: Check for negative index

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [10a3bacf6bf1654827ad858e2ed7205157ba42a9]

        INTEGRATION: CWS mt802 (1.43.16); FILE MERGED 2004/01/27 10:26:25 mt 1.43.16.1: #i22546# Don't cast KeyCharCode to USHORT

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [aad093663ce42544854d98a3b1cc26db67d5394c]

        INTEGRATION: CWS vcl16 (1.71.20); FILE MERGED 2003/10/14 14:38:15 hdu 1.71.20.3: #i21027# remember BiDi status of glyphs in SimpleWinLayout 2003/08/28 09:04:39 pl 1.71.20.2: RESYNC: (1.71-1.73); FILE MERGED 2003/08/12 10:14:47 hdu 1.71.20.1: #i17359# #110590# #111016# #i15237# get Q in sync with vcl7pp1r1

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [735c8893e8667a265efb874c902e36d4fe0e37ee]

        INTEGRATION: CWS vcl16 (1.32.24); FILE MERGED 2003/08/12 10:14:48 hdu 1.32.24.1: #i17359# #110590# #111016# #i15237# get Q in sync with vcl7pp1r1

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [182456a48ffa830733d400d8857be7b30e058b2b]

        INTEGRATION: CWS vcl16 (1.46.20); FILE MERGED 2003/08/28 09:04:02 pl 1.46.20.2: RESYNC: (1.46-1.48); FILE MERGED 2003/08/12 10:14:46 hdu 1.46.20.1: #i17359# #110590# #111016# #i15237# get Q in sync with vcl7pp1r1

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8901847c455cacd719ee59998360bb2e5c3fe47]

        INTEGRATION: CWS dialogdiet (1.28.126); FILE MERGED 2003/12/07 13:11:47 cd 1.28.126.3: #i22972# fixed wrong include 2003/12/01 17:48:06 mba 1.28.126.2: RESYNC: (1.28-1.29); FILE MERGED 2003/11/28 16:07:40 mba 1.28.126.1: #i22972#: obsolete include

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e531cfcdb10c332e15f97bf1b8ca6f67b8c60caa]

        INTEGRATION: CWS dialogdiet (1.29.116); FILE MERGED 2004/01/19 21:40:35 mba 1.29.116.2: RESYNC: (1.29-1.31); FILE MERGED 2003/11/28 16:07:23 mba 1.29.116.1: #i22972#: obsolete include

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f2773b49d55eb9b03ea0f237ce96be319f82d91]

        INTEGRATION: CWS dialogdiet (1.20.162); FILE MERGED 2004/01/13 02:56:00 mwu 1.20.162.1: DialogDiet 2004_01_13

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4d4aa03db590234a21e8f5306892f98073364ee]

        INTEGRATION: CWS dialogdiet (1.19.30); FILE MERGED 2004/01/13 02:56:00 mwu 1.19.30.1: DialogDiet 2004_01_13

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [036fc8586a2eebcfc8c86becf7dec71e93de77f2]

        INTEGRATION: CWS dialogdiet (1.28.126); FILE MERGED 2003/12/07 13:11:47 cd 1.28.126.3: #i22972# fixed wrong include 2003/12/01 17:48:06 mba 1.28.126.2: RESYNC: (1.28-1.29); FILE MERGED 2003/11/28 16:07:40 mba 1.28.126.1: #i22972#: obsolete include

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [21ef10f957b9ff5766c9c0e67785fc9cab798a96]

        INTEGRATION: CWS dialogdiet (1.16.272); FILE MERGED 2004/01/13 02:56:03 mwu 1.16.272.1: DialogDiet 2004_01_13

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [34e15dc0e5c421b9a29c902cb054a4cf9ede3a27]

        INTEGRATION: CWS dialogdiet (1.12.18); FILE MERGED 2004/01/13 02:56:02 mwu 1.12.18.3: DialogDiet 2004_01_13 2003/12/01 17:46:14 mba 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/28 16:06:08 mba 1.12.18.1: #i22972#: HyperlinkDlg moved to SVX

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ae2e79ce3dc03ef8fc2deb26ae20bde41918471]

        INTEGRATION: CWS dialogdiet (1.21.10); FILE MERGED 2004/01/19 21:39:30 mba 1.21.10.2: RESYNC: (1.21-1.23); FILE MERGED 2004/01/13 02:56:01 mwu 1.21.10.1: DialogDiet 2004_01_13

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0387f67cd19b41e0e8292d6f0235189e9d83c177]

        INTEGRATION: CWS dialogdiet (1.1.1.1.316); FILE MERGED 2004/01/13 02:55:58 mwu 1.1.1.1.316.1: DialogDiet 2004_01_13

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [59e4387b00ad8550ae5d19be34929827cfd3c56d]

        INTEGRATION: CWS dialogdiet (1.2.316); FILE MERGED 2004/01/13 02:55:58 mwu 1.2.316.1: DialogDiet 2004_01_13

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [75cabb0bde1d023dc9c6ee16bb6ad04751bad24a]

        INTEGRATION: CWS dialogdiet (1.2.316); FILE MERGED 2004/01/13 02:55:58 mwu 1.2.316.1: DialogDiet 2004_01_13

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c5c7ed855b874a3155697d92db7cbeda4796a98]

        INTEGRATION: CWS dialogdiet (1.1.1.1.316); FILE MERGED 2004/01/17 01:28:09 mwu 1.1.1.1.316.1: DialogDiet 2004_01_17

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [547d5105d471100a2c49bcf6ed66addbdbdf20d9]

        INTEGRATION: CWS dialogdiet (1.2.316); FILE MERGED 2004/01/17 01:28:08 mwu 1.2.316.1: DialogDiet 2004_01_17

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0234e7578f3691a9c766c31f507c5871f4157859]

        INTEGRATION: CWS dialogdiet (1.1.1.1.316); FILE MERGED 2004/01/17 01:28:08 mwu 1.1.1.1.316.1: DialogDiet 2004_01_17

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b783c06168a38780c1c16c7329ad64e94ca7664e]

        INTEGRATION: CWS dialogdiet (1.2.292); FILE MERGED 2004/01/13 02:55:57 mwu 1.2.292.1: DialogDiet 2004_01_13

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac210a2cae5e55fc59298ce50c280c38d785abb6]

        INTEGRATION: CWS dialogdiet (1.2.316); FILE MERGED 2004/01/17 01:28:08 mwu 1.2.316.1: DialogDiet 2004_01_17

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a19652ff75a9b95a9212c5c2b8cc1938a8b75e92]

        INTEGRATION: CWS dialogdiet (1.20.28); FILE MERGED 2003/11/28 16:01:49 mba 1.20.28.1: #i22972#: Register HyperlinlDlg

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a96e7176723bf22a72c2745d7c5781be10a042d6]

        INTEGRATION: CWS dialogdiet (1.53.144); FILE MERGED 2004/01/19 21:44:30 mba 1.53.144.2: RESYNC: (1.53-1.54); FILE MERGED 2003/11/28 16:01:17 mba 1.53.144.1: #i22972#: FilterOptions moved to svtools

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa862ed5cb25c091411d7aa50823deb80e3fc4f8]

        INTEGRATION: CWS dialogdiet (1.22.10); FILE MERGED 2004/01/13 02:55:56 mwu 1.22.10.1: DialogDiet 2004_01_13

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce29cbd72cd099fbddde789a2f7a8800334aa60b]

        INTEGRATION: CWS dialogdiet (1.21.178); FILE MERGED 2004/01/19 21:51:08 mba 1.21.178.2: RESYNC: (1.21-1.22); FILE MERGED 2003/11/28 16:00:02 mba 1.21.178.1: #i22972#: ChooseMacro moved to SFX

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f526ea4d94bf425158296becd913e95866c51569]

        INTEGRATION: CWS dialogdiet (1.31.36); FILE MERGED 2003/12/01 17:55:02 mba 1.31.36.2: RESYNC: (1.31-1.32); FILE MERGED 2003/11/28 15:58:34 mba 1.31.36.1: #i22969#: use DialogFactory for Internationalisation TabPage

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aedeb1d5e7e0b0dd2a8dbb19c7ae5c116749743]

        INTEGRATION: CWS dialogdiet (1.31.102); FILE MERGED 2004/01/19 21:57:35 mba 1.31.102.3: RESYNC: (1.32-1.33); FILE MERGED 2003/12/01 17:55:56 mba 1.31.102.2: RESYNC: (1.31-1.32); FILE MERGED 2003/11/28 15:54:02 mba 1.31.102.1: #i22972#: obsolete include

2004-02-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3c3437649ac53f3a784e054ef5576b85074a1e6]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:39:22 mba 1.1.2.2: #i22972#: toplevel changes from offmgr 2003/11/28 16:59:16 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [db2474d236b7995244bf676d59e6095189613122]

        INTEGRATION: CWS dialogdiet (1.26.74); FILE MERGED 2003/12/10 15:02:33 mba 1.26.74.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [252b3e63e1cda2144f6afb2eee9369f155605c0c]

        INTEGRATION: CWS dialogdiet (1.30.102); FILE MERGED 2004/01/13 02:56:43 mwu 1.30.102.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [899364343610dfafc1a15613351e2746bc1e9e4c]

        INTEGRATION: CWS dialogdiet (1.12.34); FILE MERGED 2003/11/28 16:29:01 mba 1.12.34.1: #i22972#: SfxApplication::CreateResManager now static

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cd681c9f1297bc7c5b4c12a052272bfa28adb4a]

        INTEGRATION: CWS dialogdiet (1.46.208); FILE MERGED 2003/11/28 16:45:48 mba 1.46.208.1: #i22972#: moved static access method from svx to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc4b71d97126f1c83e071dd48273ec59b31a2872]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/02 15:31:23 mba 1.1.2.2: #i22972#: wrong include 2003/11/28 16:44:30 mba 1.1.2.1: #i22972#: MiscOptions moved to svt

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8971e73f1e56048f2b8b193a23d06de3e0fac860]

        INTEGRATION: CWS dialogdiet (1.43.16); FILE MERGED 2003/11/28 16:44:40 mba 1.43.16.1: #i22972#: moved some options from offmgr and sfx2

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [be0679afbe49f0275b2eb33b0ec1cf3d174066b0]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:43:47 mba 1.1.2.1: #i22972#: FontSubstConfig moved to svt

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [32b71ed5e34f9f9004908f05a87700474967771c]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:44:18 mba 1.1.2.1: #i22972#: FilterOptions moved to svt

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [62677d0c66f96f378e05f6d685200f4d63e4883a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:44:06 mba 1.1.2.1: #i22972#: AppearanceConfig moved to svt

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cb81a6c2a0501b7788ac305d900214ac017388d]

        INTEGRATION: CWS dialogdiet (1.5.356); FILE MERGED 2003/11/28 16:43:29 mba 1.5.356.1: #i22972#: moved code to initialize VCL from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e868b3f9f3b91b8ce50e346870ed88eae106723]

        INTEGRATION: CWS dialogdiet (1.107.16); FILE MERGED 2004/01/19 20:17:57 mba 1.107.16.2: RESYNC: (1.107-1.108); FILE MERGED 2003/11/28 16:43:05 mba 1.107.16.1: #i22972#: moved some options from offmgr and sfx2

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [325df9a3a4114b42a82d8e73a8718c46adb2155a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:38:07 mba 1.1.2.1: #i22972#: MiscOptions moved to svt

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4df7d325336f4e1979959712dc340cb9f9a0a2a4]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:36:50 mba 1.1.2.1: #i22972#: FontSubstConfig moved to svt

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f530f2f3801a17238cfbbbfad44366e9b28e5743]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:37:47 mba 1.1.2.1: #i22972#: FilterOptions moved to svt

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ac4590906d46c5fa6223025dd5e249c96d5647a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:37:23 mba 1.1.2.1: #i22972#: AppearanceConfig moved to svt

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c757252c32d8d5a1dc0778b3a0b1d4116a0e396d]

        INTEGRATION: CWS dialogdiet (1.46.110); FILE MERGED 2003/11/28 11:42:00 mba 1.46.110.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a0d62d3c3bf17d471d61db54fd4d9dccc839dca]

        INTEGRATION: CWS dialogdiet (1.30.62); FILE MERGED 2003/11/28 11:41:18 mba 1.30.62.1: #i22972#: Ids moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [be6737334e8e50b3a1c253906322967c25746f40]

        INTEGRATION: CWS dialogdiet (1.75.102); FILE MERGED 2004/01/20 00:56:39 mba 1.75.102.2: RESYNC: (1.75-1.76); FILE MERGED 2004/01/13 02:57:15 mwu 1.75.102.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b304ce0f25470618ec92ca836bae743775608af]

        INTEGRATION: CWS dialogdiet (1.4.84); FILE MERGED 2003/12/02 15:18:45 mba 1.4.84.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb4d3c65e96417b3f3ed11cac16406e154c265e9]

        INTEGRATION: CWS dialogdiet (1.21.50); FILE MERGED 2003/11/28 15:49:00 mba 1.21.50.1: #i22972#: ofalib removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33d23c25bd9493fa5269478ed5c11905b976b304]

        INTEGRATION: CWS dialogdiet (1.6.322); FILE MERGED 2004/01/13 02:56:46 mwu 1.6.322.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [baa794845476d34fc479ecc3f235fae5ca675eb6]

        INTEGRATION: CWS dialogdiet (1.23.194); FILE MERGED 2003/11/28 15:42:00 mba 1.23.194.1: #i22969#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c2968e685d42dde61c3c9384d7e348c4335c786]

        INTEGRATION: CWS dialogdiet (1.23.4); FILE MERGED 2003/11/28 15:41:59 mba 1.23.4.1: #i22969#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7dd8cca5984614e1a64decb33703717873c1ccc]

        INTEGRATION: CWS dialogdiet (1.17.146); FILE MERGED 2004/01/19 22:02:10 mba 1.17.146.2: RESYNC: (1.17-1.19); FILE MERGED 2004/01/13 02:56:46 mwu 1.17.146.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [305461de52c3ed8e98c56e8040777206128dd3a5]

        INTEGRATION: CWS dialogdiet (1.5.336); FILE MERGED 2003/11/28 15:41:40 mba 1.5.336.1: #i22969#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f8de4b9ba58511a61aed07cd4690062f0ba2c4b]

        INTEGRATION: CWS dialogdiet (1.19.170); FILE MERGED 2004/01/13 02:56:45 mwu 1.19.170.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d53f48b5499adf737b0d832071432f78e7ebcd7b]

        INTEGRATION: CWS dialogdiet (1.44.66); FILE MERGED 2004/01/23 09:12:21 mba 1.44.66.3: #i22972#: obsolete include 2004/01/19 22:00:09 mba 1.44.66.2: RESYNC: (1.44-1.45); FILE MERGED 2003/11/28 15:41:20 mba 1.44.66.1: #i22969#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [626b07d0f8e9bee47f7018cea4fcf3b3e5ea2bb6]

        INTEGRATION: CWS dialogdiet (1.15.70); FILE MERGED 2003/11/28 15:40:59 mba 1.15.70.1: #i22969#: obsolete implementation removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfe59aa014a69d3c8ced88eb07a7e8d9e35ae046]

        INTEGRATION: CWS dialogdiet (1.25.296); FILE MERGED 2004/01/13 02:56:45 mwu 1.25.296.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3aec9ea137b0abfd461da5e109ee15691bf166bb]

        INTEGRATION: CWS dialogdiet (1.21.70); FILE MERGED 2004/01/19 21:59:39 mba 1.21.70.2: RESYNC: (1.21-1.22); FILE MERGED 2003/11/28 15:40:34 mba 1.21.70.1: #i22969#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d00a318f0636146d414fbd187efd69a81fbb14f]

        INTEGRATION: CWS dialogdiet (1.58.28); FILE MERGED 2004/01/19 22:09:15 mba 1.58.28.2: RESYNC: (1.58-1.59); FILE MERGED 2003/11/28 15:40:15 mba 1.58.28.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [41b2c399f6c01994091a72b67885a43248fc6841]

        INTEGRATION: CWS dialogdiet (1.47.116); FILE MERGED 2004/01/19 22:06:54 mba 1.47.116.2: RESYNC: (1.47-1.48); FILE MERGED 2003/11/28 15:40:14 mba 1.47.116.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b7c1ac63e64ca8eb786f8c621094fffd9173052]

        INTEGRATION: CWS dialogdiet (1.9.302); FILE MERGED 2003/11/28 15:39:27 mba 1.9.302.1: #i22972#: access to StandardColorTable moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf8cf5111c8fd00c2a736b7fad2b8ff0f78811f5]

        INTEGRATION: CWS dialogdiet (1.2.194); FILE MERGED 2003/11/28 15:39:09 mba 1.2.194.1: #i22972#: access to StandardColorTable moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6af65c52ca4a381ec7c6acd51d4ed09d7ce37e19]

        INTEGRATION: CWS dialogdiet (1.4.324); FILE MERGED 2004/01/08 14:25:11 mba 1.4.324.1: #i24117#: replace derivation from SvxPostItDialog by containment

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f105ad3c03854b8103ed9a6e7eb6767581cdd7c0]

        INTEGRATION: CWS dialogdiet (1.1.1.1.340); FILE MERGED 2004/01/08 14:24:43 mba 1.1.1.1.340.1: #i24117#: replace derivation from SvxPostItDialog by containment

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [625acace1796a6157ef756b83637ab48c74d54f0]

        INTEGRATION: CWS dialogdiet (1.3.304); FILE MERGED 2004/01/13 02:56:44 mwu 1.3.304.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [15fefaea121f20f3bc93dab4457f57381202502c]

        INTEGRATION: CWS dialogdiet (1.4.300); FILE MERGED 2003/11/28 15:38:14 mba 1.4.300.1: #i22972#: SbxSelectionList moved to sc

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [87686e0e0a02e15d992cc3341e08a61c6958544e]

        INTEGRATION: CWS dialogdiet (1.2.336); FILE MERGED 2004/01/13 02:56:43 mwu 1.2.336.2: DialogDiet 2004_01_13 2003/11/28 15:37:35 mba 1.2.336.1: #i22969#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0938e11bac7d6c5ceead1c26a678102fe5ee03ca]

        INTEGRATION: CWS dialogdiet (1.58.118); FILE MERGED 2004/01/19 22:15:50 mba 1.58.118.2: RESYNC: (1.58-1.59); FILE MERGED 2003/11/28 15:37:14 mba 1.58.118.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d205c09ed3e36338c1f7dd0f5c51d96eedbbb90e]

        INTEGRATION: CWS dialogdiet (1.18.194); FILE MERGED 2004/01/13 02:56:43 mwu 1.18.194.2: DialogDiet 2004_01_13 2003/11/28 15:36:48 mba 1.18.194.1: #i22969#: use DialogFactory for SvtTextTabDialog

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [84dd57039e1b8ee79bd97c87fe6026f5d211cbf4]

        INTEGRATION: CWS dialogdiet (1.19.118); FILE MERGED 2004/01/19 22:15:26 mba 1.19.118.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/28 15:36:20 mba 1.19.118.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [032146d3261cb32093d458fa38f49edfd073f3a7]

        INTEGRATION: CWS dialogdiet (1.3.318); FILE MERGED 2004/01/13 02:56:42 mwu 1.3.318.2: DialogDiet 2004_01_13 2003/11/28 15:35:53 mba 1.3.318.1: #i22969#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d27db9d9826a1e3e75e67e73e243f7ad13c82d4]

        INTEGRATION: CWS dialogdiet (1.9.296); FILE MERGED 2004/01/13 02:56:42 mwu 1.9.296.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [10d7fac67b6fce3d4e1f2966a463c439f473f50e]

        INTEGRATION: CWS dialogdiet (1.2.340); FILE MERGED 2004/01/17 01:32:32 mwu 1.2.340.3: DialogDiet 2004_01_17 2004/01/13 02:56:41 mwu 1.2.340.2: DialogDiet 2004_01_13 2003/11/28 15:35:33 mba 1.2.340.1: #i22969#: use DialogFactory for SvtTextTabDialog

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b24269dfc9f2e0ed1a1e38242368bfb6ffc96dec]

        INTEGRATION: CWS dialogdiet (1.2.318); FILE MERGED 2004/01/13 02:56:41 mwu 1.2.318.2: DialogDiet 2004_01_13 2003/11/28 15:34:37 mba 1.2.318.1: #i22969#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc9d6943a52854d84d58b336c7bb62cb5983d937]

        INTEGRATION: CWS dialogdiet (1.26.48); FILE MERGED 2004/01/19 22:16:03 mba 1.26.48.2: RESYNC: (1.26-1.28); FILE MERGED 2003/11/28 15:32:40 mba 1.26.48.1: #i22972#: OfaPtrItem moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb4937512d4c36c35fca839f588c9ccf9ee3b41e]

        INTEGRATION: CWS dialogdiet (1.16.194); FILE MERGED 2003/12/15 10:49:09 cd 1.16.194.2: #i22972# Fixed wrong include statement 2003/11/28 15:32:10 mba 1.16.194.1: #i22972#: ofa removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [01d054b7be52baaf9f7b9cb48b1e34dc1fbf4dd4]

        INTEGRATION: CWS dialogdiet (1.13.318); FILE MERGED 2003/11/28 15:31:44 mba 1.13.318.1: #i22972#: access to StandardColorTable moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c2aee946f7dea0d4c2e04f52e4b496d5f4c6f9b]

        INTEGRATION: CWS dialogdiet (1.63.48); FILE MERGED 2003/11/28 15:31:25 mba 1.63.48.1: #i22972#: FilterOptions moved to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [29bce2cee0c3b21a5cf8925d5e5b969d915d9988]

        INTEGRATION: CWS dialogdiet (1.13.194); FILE MERGED 2003/11/28 15:31:04 mba 1.13.194.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [73e43c1f3656e2b46a7d0b2c74100c34cd53327a]

        INTEGRATION: CWS dialogdiet (1.8.4); FILE MERGED 2003/11/28 15:30:09 mba 1.8.4.1: #i22972#: ChooseMacro moved to SFX

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a80267530c8e1d919ec12ea913ea6cf2aaf41711]

        INTEGRATION: CWS dialogdiet (1.36.48); FILE MERGED 2004/01/26 14:32:23 mba 1.36.48.2: #i22972#: SvxErrorHandler needs to be created by apps 2003/11/28 15:27:28 mba 1.36.48.1: #i22969#: use DialogFactory for Internationalisation TabPage

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7587dbbc47cfde541b2f5f224d169b674c2f1ee7]

        INTEGRATION: CWS dialogdiet (1.15.50); FILE MERGED 2003/11/28 15:29:31 mba 1.15.50.1: #i22972#: Moved some initialisations from Offapp to DLL::Init

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [31f84c139938d3971eb07e4b348f88786326ebd3]

        INTEGRATION: CWS dialogdiet (1.34.4); FILE MERGED 2004/01/23 08:51:41 mba 1.34.4.2: #i22972#: obsolete include 2003/11/28 15:28:58 mba 1.34.4.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1ee2d7b03b75a81d05c931c706658dcb5d23778]

        INTEGRATION: CWS dialogdiet (1.49.4); FILE MERGED 2003/11/28 15:28:24 mba 1.49.4.1: #i22972#: AutoCorrCfg moved to SVX

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5d90015b6ccf8e9f473f32980b72d467762bb8f]

        INTEGRATION: CWS dialogdiet (1.60.2); FILE MERGED 2003/12/01 17:59:58 mba 1.60.2.2: RESYNC: (1.60-1.61); FILE MERGED 2003/11/28 15:19:51 mba 1.60.2.1: #i22972#: FilterOptions moved to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8759238cc1c4e8869d2047a1bc344fb1d408b981]

        INTEGRATION: CWS dialogdiet (1.17.4); FILE MERGED 2003/11/28 15:19:39 mba 1.17.4.1: #i22972#: FilterOptions moved to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [38eb22a17c05dd68af0c44f2373c4c46093d493c]

        INTEGRATION: CWS dialogdiet (1.23.186); FILE MERGED 2003/11/28 15:19:38 mba 1.23.186.1: #i22972#: FilterOptions moved to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d180512828aba1df2f3df8bd3cfd333fb59b3aa]

        INTEGRATION: CWS dialogdiet (1.9.4); FILE MERGED 2003/12/01 18:00:36 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/28 15:19:17 mba 1.9.4.1: #i22972#: FilterOptions moved to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcf56c41109b2298bf245f01854ed8c06ad38ab9]

        INTEGRATION: CWS dialogdiet (1.15.184); FILE MERGED 2003/11/28 15:19:16 mba 1.15.184.1: #i22972#: FilterOptions moved to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d945288fed6e33243e31bc33aacafe817058a3c]

        INTEGRATION: CWS dialogdiet (1.87.2); FILE MERGED 2003/11/28 15:19:16 mba 1.87.2.1: #i22972#: FilterOptions moved to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [056880baa9832582996656ab277219fbb42eceb2]

        INTEGRATION: CWS dialogdiet (1.21.46); FILE MERGED 2004/01/23 08:44:45 mba 1.21.46.4: #i22972#: missing include 2004/01/19 22:29:11 mba 1.21.46.3: RESYNC: (1.22-1.24); FILE MERGED 2003/12/01 18:01:13 mba 1.21.46.2: RESYNC: (1.21-1.22); FILE MERGED 2003/11/28 15:18:15 mba 1.21.46.1: #i22972#: access to StandardColorTable moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [133e5e4e850843da0cde46af3ac79fae4df946dc]

        INTEGRATION: CWS dialogdiet (1.30.148); FILE MERGED 2004/01/19 22:28:47 mba 1.30.148.2: RESYNC: (1.30-1.31); FILE MERGED 2003/12/15 10:43:07 cd 1.30.148.1: #i22972# Fixed wrong include statement

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f88a077302b636582794e06ecca587963b0207c]

        INTEGRATION: CWS dialogdiet (1.6.28); FILE MERGED 2003/11/28 15:17:48 mba 1.6.28.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3230080a99bd768bb77a8838619c316398cc697d]

        INTEGRATION: CWS dialogdiet (1.2.326); FILE MERGED 2003/11/28 15:17:47 mba 1.2.326.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cee9e7edbc82c1ce3e99d0eb0c2e457a95c556a2]

        INTEGRATION: CWS dialogdiet (1.8.40); FILE MERGED 2003/12/02 15:19:58 mba 1.8.40.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77aaf7d55546cc39c9fec99945712d8f8cb97364]

        INTEGRATION: CWS dialogdiet (1.24.12); FILE MERGED 2003/11/28 16:08:00 mba 1.24.12.1: #i22972#: ofalib removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2861a07c91dea29ded44d8a0505f1c192053443e]

        INTEGRATION: CWS dialogdiet (1.34.182); FILE MERGED 2004/01/13 02:56:03 mwu 1.34.182.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a621ecf9c843a4e6e2fab5ba5a4f250c40f6c295]

        INTEGRATION: CWS dialogdiet (1.46.124); FILE MERGED 2004/01/19 21:40:25 mba 1.46.124.3: RESYNC: (1.47-1.48); FILE MERGED 2003/12/01 17:46:34 mba 1.46.124.2: RESYNC: (1.46-1.47); FILE MERGED 2003/11/28 16:07:04 mba 1.46.124.1: #i22972#: HyperlinkDlg moved to SVX

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [91da3534019be6aff582ff8de2ffaa5a1a194365]

        INTEGRATION: CWS dialogdiet (1.6.182); FILE MERGED 2003/11/28 16:06:30 mba 1.6.182.1: #i22972#: HyperlinkDlg moved to SVX

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1ed8c71aed46ea1cac7d8e99936c29e31a7a684]

        INTEGRATION: CWS dialogdiet (1.33.122); FILE MERGED 2003/11/28 16:05:46 mba 1.33.122.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8c656805d4fd5ab68b2b6142d652b4f9ff496cc]

        INTEGRATION: CWS dialogdiet (1.1.1.1.316); FILE MERGED 2004/01/13 02:55:59 mwu 1.1.1.1.316.2: DialogDiet 2004_01_13 2003/11/28 16:05:17 mba 1.1.1.1.316.1: #i22969#: use DialogFactory for SvxTextTabDialog

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc2f6fa11c1973737dfeb38a850d59f168d48eb7]

        INTEGRATION: CWS dialogdiet (1.7.280); FILE MERGED 2003/11/28 16:04:49 mba 1.7.280.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [47c96bd0199c281c5c6f31bbd7c9b93e91d644e2]

        INTEGRATION: CWS dialogdiet (1.2.306); FILE MERGED 2003/11/28 16:04:31 mba 1.2.306.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f441b399acd860e8d50341935f747acb1e3dc5c]

        INTEGRATION: CWS dialogdiet (1.39.114); FILE MERGED 2004/01/19 21:43:44 mba 1.39.114.3: RESYNC: (1.40-1.41); FILE MERGED 2003/12/01 17:52:49 mba 1.39.114.2: RESYNC: (1.39-1.40); FILE MERGED 2003/11/28 16:04:17 mba 1.39.114.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [55c3f5f9e494186bfcb11cf5a28cacb4431353cc]

        INTEGRATION: CWS dialogdiet (1.2.272); FILE MERGED 2004/01/13 02:55:58 mwu 1.2.272.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [730d42106a40665c9a969267306aed66cbbe007d]

        INTEGRATION: CWS dialogdiet (1.4.30); FILE MERGED 2003/11/28 16:01:50 mba 1.4.30.1: #i22972#: Register HyperlinlDlg

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [741ec694f6b27621a4928b7c89634be88fd1fc5c]

        INTEGRATION: CWS dialogdiet (1.5.280); FILE MERGED 2003/11/28 16:00:45 mba 1.5.280.1: #i22972#: OfaPtrItem moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a26b500c22110ab257dbaf96538e7f9fed4b9139]

        INTEGRATION: CWS dialogdiet (1.5.276); FILE MERGED 2004/01/17 01:28:07 mwu 1.5.276.2: DialogDiet 2004_01_17 2003/11/28 15:59:33 mba 1.5.276.1: #i22969#: use DialogFactory for SvxTextAnimationTabPage

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd72bba6e0aeac27a59060c6fa1225f277758f46]

        INTEGRATION: CWS dialogdiet (1.6.302); FILE MERGED 2004/01/17 01:28:07 mwu 1.6.302.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [114963b2e071fdd6f70fb5526712a6569a70f704]

        INTEGRATION: CWS dialogdiet (1.2.302); FILE MERGED 2004/01/17 01:28:06 mwu 1.2.302.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [09a9d82044bbad55b93d8dee76d54cbf0f46fdcb]

        INTEGRATION: CWS dialogdiet (1.11.100); FILE MERGED 2004/01/19 21:55:06 mba 1.11.100.2: RESYNC: (1.11-1.12); FILE MERGED 2003/11/28 15:58:53 mba 1.11.100.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1253fe6d17a9aef6e9ca4fae1c63b5941b69c394]

        INTEGRATION: CWS dialogdiet (1.26.100); FILE MERGED 2004/01/19 21:54:56 mba 1.26.100.2: RESYNC: (1.26-1.27); FILE MERGED 2003/11/28 15:58:53 mba 1.26.100.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [54d46fd743c06f6622fe01b0ee1c2df2834dd99c]

        INTEGRATION: CWS dialogdiet (1.25.4); FILE MERGED 2004/01/19 21:54:08 mba 1.25.4.2: RESYNC: (1.25-1.26); FILE MERGED 2003/11/28 15:57:58 mba 1.25.4.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6819236091d7033dda515c6f69711e454f71ffa6]

        INTEGRATION: CWS dialogdiet (1.20.30); FILE MERGED 2004/01/26 14:32:32 mba 1.20.30.3: #i22972#: SvxErrorHandler needs to be created by apps 2004/01/19 21:53:57 mba 1.20.30.2: RESYNC: (1.20-1.22); FILE MERGED 2003/11/28 15:57:36 mba 1.20.30.1: #i22972#: SfxApplication::CreateResManager now static

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [61a7d8b2ece0db10d64736a2a39eb30be9141374]

        INTEGRATION: CWS dialogdiet (1.10.274); FILE MERGED 2003/11/28 15:57:19 mba 1.10.274.1: #i22972#: Moved HyperLinkDlg to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [68dfd61727f8b09a03818fb0177c28a4ca37f958]

        INTEGRATION: CWS dialogdiet (1.5.30); FILE MERGED 2003/11/28 15:56:47 mba 1.5.30.1: #i22972#: Moved some initialisations from Offapp to DLL::Init

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fce0e9edde4c5508bde19d9547a1bdf2f8ae31b5]

        INTEGRATION: CWS dialogdiet (1.20.136); FILE MERGED 2003/11/28 15:55:49 mba 1.20.136.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8be6db79d82e0047f51be8323c97384bc95f4271]

        INTEGRATION: CWS dialogdiet (1.7.56); FILE MERGED 2003/11/28 15:55:17 mba 1.7.56.1: #i22972#: FilterOptions moved to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad2fcfaecc75a2465b7eadf251253636c5df4cd5]

        INTEGRATION: CWS dialogdiet (1.49.54); FILE MERGED 2004/01/19 21:55:29 mba 1.49.54.3: RESYNC: (1.50-1.53); FILE MERGED 2003/12/01 17:55:10 mba 1.49.54.2: RESYNC: (1.49-1.50); FILE MERGED 2003/11/28 15:55:16 mba 1.49.54.1: #i22972#: FilterOptions moved to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [efe14c2a3ba9b076c1180dbdb6ffe79301c1238e]

        INTEGRATION: CWS dialogdiet (1.61.8); FILE MERGED 2004/01/19 21:57:04 mba 1.61.8.4: RESYNC: (1.62-1.63); FILE MERGED 2003/12/07 13:10:59 cd 1.61.8.3: #i22972# fixed wrong include 2003/12/01 17:55:38 mba 1.61.8.2: RESYNC: (1.61-1.62); FILE MERGED 2003/11/28 15:53:50 mba 1.61.8.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7cc10941e89f0d0fca756edd86831e81c57441e]

        INTEGRATION: CWS dialogdiet (1.4.12); FILE MERGED 2003/11/28 15:53:23 mba 1.4.12.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8db2121b0c546e63d63baa47d012144bb03c12f7]

        INTEGRATION: CWS dialogdiet (1.2.302); FILE MERGED 2003/11/28 15:53:22 mba 1.2.302.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [75fdf0c5b09565e30de9f3c0885598c3d9d197ad]

        INTEGRATION: CWS dialogdiet (1.7.30); FILE MERGED 2003/12/02 15:20:18 mba 1.7.30.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [189c2388d80a11c5f30835bb133457dedb546977]

        INTEGRATION: CWS dialogdiet (1.123.8); FILE MERGED 2004/01/19 19:54:06 mba 1.123.8.3: RESYNC: (1.125-1.127); FILE MERGED 2003/12/01 18:56:56 mba 1.123.8.2: RESYNC: (1.123-1.125); FILE MERGED 2003/11/28 12:49:02 mba 1.123.8.1: #i22972#: some code moved from Offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3a33f97023ba9e861555bfa8fd18f754ad25576]

        INTEGRATION: CWS dialogdiet (1.11.8); FILE MERGED 2003/12/02 17:49:53 mba 1.11.8.5: #i22972#: offmgr removed 2003/12/02 15:19:13 mba 1.11.8.4: #i22972#: offmgr removed 2003/12/01 18:58:51 mba 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2003/12/01 10:46:23 mba 1.11.8.2: #22972#: offmgr removed 2003/12/01 10:45:57 mba 1.11.8.1: #22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [742941e3c380f3bc9852a0fcec036d2e950c782a]

        INTEGRATION: CWS dialogdiet (1.20.70); FILE MERGED 2003/12/01 18:58:56 mba 1.20.70.2: RESYNC: (1.20-1.21); FILE MERGED 2003/11/28 11:50:02 mba 1.20.70.1: #i22972#: FilterHdl for Graphics moved to desktop

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaa524b3ffb2defc1f587f82fa575b48be6a792b]

        INTEGRATION: CWS dialogdiet (1.75.10); FILE MERGED 2004/01/13 12:32:15 mba 1.75.10.1: #114264#:don't activate already active frame, current frame will be wrong afterwards if UI active OLE object is present

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7566b9f84d0e708f28e8c5d50cd4ae53acecbdd3]

        INTEGRATION: CWS dialogdiet (1.44.124); FILE MERGED 2004/01/12 14:41:31 mba 1.44.124.1: #i18622#: allow closing view while basic is running

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1d29b66e5d7f102d178d2ba70432093ac928ee4]

        INTEGRATION: CWS dialogdiet (1.20.128); FILE MERGED 2004/01/13 12:26:22 mba 1.20.128.1: #i18898#: wrong document title used for comparison

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [84a21b6b07e29d0b409f5e95691571eff74d0513]

        INTEGRATION: CWS dialogdiet (1.53.12); FILE MERGED 2004/01/19 22:43:27 mba 1.53.12.2: RESYNC: (1.53-1.55); FILE MERGED 2004/01/13 12:25:45 mba 1.53.12.1: #i19711#: copy interface container before notification because object might be disposed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8f28d79cb3bf1b92a45ffdf23678a6b737ade48]

        INTEGRATION: CWS dialogdiet (1.35.12); FILE MERGED 2004/01/07 16:12:15 mba 1.35.12.2: #i22340#: notify every possible title change 2004/01/07 15:28:12 mba 1.35.12.1: #i22340#: notify every possible title change

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d1170373634e6f3f2a0ff2780f43ace7e789fc9]

        INTEGRATION: CWS dialogdiet (1.11.28); FILE MERGED 2004/01/07 11:46:45 mba 1.11.28.1: #i22983#: wrong filter names

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [29f8716b4806ef3d67d13fe9ab450d33f1b34dd7]

        INTEGRATION: CWS dialogdiet (1.135.28); FILE MERGED 2004/01/19 22:40:20 mba 1.135.28.2: RESYNC: (1.135-1.136); FILE MERGED 2004/01/13 12:21:28 mba 1.135.28.1: #i22851#: superfluous break

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [188b93a59d8d5bf1e4b582c6589d4057fa72d33b]

        INTEGRATION: CWS dialogdiet (1.20.148); FILE MERGED 2004/01/19 22:48:23 mba 1.20.148.3: RESYNC: (1.20-1.21); FILE MERGED 2004/01/17 01:31:49 mwu 1.20.148.2: DialogDiet 2004_01_17 2003/11/28 16:26:50 mba 1.20.148.1: #i22969#: add new methods for adding TabPages that use the new dialog factory

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8728eac73181f1371787787d68301aac2d924cf]

        INTEGRATION: CWS dialogdiet (1.27.88); FILE MERGED 2003/11/28 16:26:29 mba 1.27.88.1: #i22972#: SfxApp might be destroyed in execution of slot

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fe1bb26c846a3a2427f32ab30918d121ff65ce7]

        INTEGRATION: CWS dialogdiet (1.23.180); FILE MERGED 2003/11/28 16:26:28 mba 1.23.180.1: #i22972#: SfxApp might be destroyed in execution of slot

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [996514ae4cd839a75fa5028379588b6b529202cd]

        INTEGRATION: CWS dialogdiet (1.4.40); FILE MERGED 2003/12/04 08:25:06 mba 1.4.40.1: #i22972#: move misccfg to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [efb49e34984e7909bf1a3d2612c02f4a9e633daf]

        INTEGRATION: CWS dialogdiet (1.1.1.1.354); FILE MERGED 2003/11/28 16:25:48 mba 1.1.1.1.354.1: #i22972#: ResMgr now static

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8555a9745e06ea9e0a007e43d1c2e3bb449710f8]

        INTEGRATION: CWS dialogdiet (1.35.28); FILE MERGED 2004/01/19 22:54:04 mba 1.35.28.2: RESYNC: (1.35-1.36); FILE MERGED 2003/11/28 16:25:37 mba 1.35.28.1: #i22972#: ResMgr now static

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [af70d9abfe5a76f669b19d975b974ad7b685b3ac]

        INTEGRATION: CWS dialogdiet (1.31.28); FILE MERGED 2004/01/19 22:52:50 mba 1.31.28.3: RESYNC: (1.32-1.33); FILE MERGED 2003/12/01 18:48:22 mba 1.31.28.2: RESYNC: (1.31-1.32); FILE MERGED 2003/11/28 16:23:48 mba 1.31.28.1: #i22972#: moved slots from OFA; #22969#: use new dialog factory for some dialogs

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [251273faa46fef4f3dbd3dccb4383acabadeff14]

        INTEGRATION: CWS dialogdiet (1.23.28); FILE MERGED 2003/11/28 16:22:41 mba 1.23.28.1: #i22972#: misccfg moved to svtools; ResMgr now static

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dae20d42798c1abaec1f695f7398febf14dfe3c]

        INTEGRATION: CWS dialogdiet (1.15.26); FILE MERGED 2004/01/19 22:52:14 mba 1.15.26.2: RESYNC: (1.15-1.16); FILE MERGED 2003/11/28 16:22:17 mba 1.15.26.1: #i22972#: obsolete method removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc6737979dff7effc866d04b90d97f49a1eb79ef]

        INTEGRATION: CWS dialogdiet (1.34.28); FILE MERGED 2004/01/19 22:52:04 mba 1.34.28.2: RESYNC: (1.34-1.35); FILE MERGED 2003/11/28 16:21:51 mba 1.34.28.1: #i22972#: SfxApp now must delete itself when desktop terminates

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff83f5061d2f173a835de18715891acf0c1c39ba]

        INTEGRATION: CWS dialogdiet (1.47.82); FILE MERGED 2004/01/19 22:51:16 mba 1.47.82.2: RESYNC: (1.47-1.48); FILE MERGED 2003/11/28 16:21:22 mba 1.47.82.1: #i22972#: misccfg moved to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [75d77bc827a146b6c9d20fd33b01fb2c675001c6]

        INTEGRATION: CWS dialogdiet (1.69.28); FILE MERGED 2004/01/19 22:50:42 mba 1.69.28.3: RESYNC: (1.69-1.71); FILE MERGED 2003/12/10 14:58:50 mba 1.69.28.2: #i22972#: ShellName of Application still needed for MacroConfig::CallBasic 2003/11/28 16:20:42 mba 1.69.28.1: #i22972#: Moved some inits from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd4fa9adb66eba8a617b0eed2fbcf2242137b93e]

        INTEGRATION: CWS dialogdiet (1.40.22); FILE MERGED 2003/12/01 18:48:28 mba 1.40.22.2: RESYNC: (1.40-1.41); FILE MERGED 2003/11/28 16:17:48 mba 1.40.22.1: #i22972#: moved slots from ofa

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dd2568d8cbe080edee54392da811bf302bf2c22]

        INTEGRATION: CWS dialogdiet (1.11.28); FILE MERGED 2003/11/28 16:17:47 mba 1.11.28.1: #i22972#: moved slots from ofa

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e68d494b9aa33e217cd29aed9b4629f7bccfcf0]

        INTEGRATION: CWS dialogdiet (1.20.28); FILE MERGED 2004/01/19 22:54:38 mba 1.20.28.2: RESYNC: (1.20-1.22); FILE MERGED 2003/11/28 16:17:27 mba 1.20.28.1: #i22969#: header files for new dialog factory

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbb758cbe9338ad07730cfb5c2a7d96938615326]

        INTEGRATION: CWS dialogdiet (1.1.1.1.354); FILE MERGED 2004/01/19 22:56:18 mba 1.1.1.1.354.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/11/28 16:11:52 mba 1.1.1.1.354.1: #i22972#: make SfxResId available without SfxApp

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6af7b61043462e435d4cf4b6405634eef9fe2078]

        INTEGRATION: CWS dialogdiet (1.1.490); FILE MERGED 2003/11/28 17:55:41 mba 1.1.490.1: #i22969#: DialogResMgr decoupled

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3016b028dd8a1ee050d037b1697ff35b6e04fea2]

        INTEGRATION: CWS dialogdiet (1.25.254); FILE MERGED 2004/01/23 11:56:37 mba 1.25.254.5: #i24117#: resync 2004/01/19 20:30:54 mba 1.25.254.4: RESYNC: (1.26-1.27); FILE MERGED 2004/01/13 03:12:27 mwu 1.25.254.3: DialogDiet 2004_01_13 2003/12/01 16:59:12 mba 1.25.254.2: RESYNC: (1.25-1.26); FILE MERGED 2003/11/28 17:55:08 mba 1.25.254.1: #i22972#: new resources; #i22969#: new dll for dialogs

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e400bb2b6073feec712f8bdd5c4b12ff65985efd]

        INTEGRATION: CWS dialogdiet (1.26.20); FILE MERGED 2004/01/27 15:49:09 mba 1.26.20.1: #i22972#: hidother.src from offmgr integrated

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa1362b751b86aca0b989d721c14fe0547fa4e7a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:17:09 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ea18a84ab781c950cf83c196bb8ca9772ed3edd]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:17:50 mwu 1.1.2.1: DialogDiet 2004_01_13 Issue number: Submitted by: Reviewed by:

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [15dfc23930329ccecc1268730dc7ec4a776c69be]

        INTEGRATION: CWS dialogdiet (1.10.504); FILE MERGED 2003/11/28 17:54:26 mba 1.10.504.1: #i22972#: Standard ColorTable static access

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [29a21228a417d1b59882b328dc702e298466717a]

        INTEGRATION: CWS dialogdiet (1.5.332); FILE MERGED 2003/11/28 17:53:31 mba 1.5.332.1: #i22972#: static access

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a77a63b4eeed5e78a16a23c367d76b6483e3eb41]

        INTEGRATION: CWS dialogdiet (1.24.10); FILE MERGED 2004/01/12 14:44:30 mba 1.24.10.1: #i14041#: crash when document is closed while basic works on drawpage

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c221743eb3e425f68a50f0d71217b1cdd7cc9f9d]

        INTEGRATION: CWS dialogdiet (1.1.1.1.526); FILE MERGED 2003/11/28 17:53:18 mba 1.1.1.1.526.1: #i22972#: make factory aware of multiple inits

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b1f487b6b91b78a4895604e9909ae756eca72cb]

        INTEGRATION: CWS dialogdiet (1.58.188); FILE MERGED 2004/01/19 20:37:00 mba 1.58.188.3: RESYNC: (1.59-1.60); FILE MERGED 2003/12/01 17:05:56 mba 1.58.188.2: RESYNC: (1.58-1.59); FILE MERGED 2003/11/28 17:52:33 mba 1.58.188.1: #i22972#: no inline factory

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [089ddfdb7444d3cb9e459afbd7e4348f3748efef]

        INTEGRATION: CWS dialogdiet (1.9.12); FILE MERGED 2004/01/19 20:35:26 mba 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/13 03:12:26 mwu 1.9.12.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7729df9c4e304c72af31af0fc2eabf0a22052b5]

        INTEGRATION: CWS dialogdiet (1.2.502); FILE MERGED 2004/01/13 03:12:25 mwu 1.2.502.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [05293b3b99ed0321f2c0ead3dc42b3c46878bef3]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:31:32 mba 1.1.2.1: #i22972#: global resource completely moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7119bdedd2155ad748db929d662e2de73e8d75a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:31:21 mba 1.1.2.1: #i22972#: global resource completely moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b43865067bc7b3c4aad82c7f8521a0fcb18001e]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:31:09 mba 1.1.2.1: #i22972#: global resource completely moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4eb48ce8a296425578ad28087e5fbcbbd62ea39]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:31:10 mba 1.1.2.1: #i22972#: global resource completely moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a129b2fc2ef2ae5cc156be86c2997756697c4985]

        INTEGRATION: CWS dialogdiet (1.46.64); FILE MERGED 2004/01/23 11:56:19 mba 1.46.64.2: #i24117#: new abstract dialog classes 2004/01/13 03:12:23 mwu 1.46.64.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0a027247fd6d0363c289f741c9300aa1a1006b1]

        INTEGRATION: CWS dialogdiet (1.24.82); FILE MERGED 2004/01/17 01:45:32 mwu 1.24.82.3: DialogDiet 2004_01_17 2004/01/13 03:12:22 mwu 1.24.82.2: DialogDiet 2004_01_13 2003/11/28 17:51:00 mba 1.24.82.1: #i22972#: HTMLOptions moved

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b196e9da9ba97d8f8c79a52f52eb875a959a35c]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/08 10:22:53 cd 1.1.2.2: #i22972# Fixed wrong include 2003/11/28 17:30:35 mba 1.1.2.1: #i22972#: HTMLOptions moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2c38a1b4e4f867448636913c4eefdd70964d94b]

        INTEGRATION: CWS dialogdiet (1.1.1.1.526); FILE MERGED 2004/01/26 14:31:49 mba 1.1.1.1.526.1: #i22972#: SvxErrorHandler needs to be created by apps

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c121da7d4e90d6f7a8264302266b941376ee9d9]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:30:14 mba 1.1.2.1: #i22972#: OfaPtrItem moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [66825dfab87dff07094102a1cf6a0af570f99642]

        INTEGRATION: CWS dialogdiet (1.11.84); FILE MERGED 2003/11/28 17:50:46 mba 1.11.84.1: #i22972#: OfaItem moved

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b14c2efcc4604fabd44fe2bb5795faa170503503]

        INTEGRATION: CWS dialogdiet (1.29.320); FILE MERGED 2003/11/28 17:50:24 mba 1.29.320.1: #i22972#: SfxLink removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7187f2359d50739c5ba055e72915963e1c4a3a1]

        INTEGRATION: CWS dialogdiet (1.11.480); FILE MERGED 2004/01/19 20:46:48 mba 1.11.480.2: RESYNC: (1.11-1.13); FILE MERGED 2003/11/28 17:49:54 mba 1.11.480.1: #i22972#: let class manager init svx fields itself

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a057874d307f61e0a55969380d61906944f060a4]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:54:55 mba 1.1.2.3: #i22972#: top level changes from offmgr 2003/12/08 10:21:54 cd 1.1.2.2: #i22972# Fixed wrong include 2003/11/28 17:27:27 mba 1.1.2.1: #i22972#: Intro completely moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [206287ce7f0841ca9b9abb05c11f73cad918e0f8]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:27:13 mba 1.1.2.1: #i22972#: Intro completely moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e9c593d09b477bdf64f85703dd9b315bffaa68d]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:54:54 mba 1.1.2.2: #i22972#: top level changes from offmgr 2003/11/28 17:27:01 mba 1.1.2.1: #i22972#: Intro completely moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c3c61a0683d651fd07f9eef73c0a7ac6dd2ec45]

        INTEGRATION: CWS dialogdiet (1.2.332); FILE MERGED 2004/01/13 03:12:21 mwu 1.2.332.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [857db89aea84e5e530da4bcae111400f5337282b]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 05:36:37 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [84b45d61daf70bf41473a8973a7f71068f6fe3fc]

        INTEGRATION: CWS dialogdiet (1.2.514); FILE MERGED 2004/01/19 20:48:47 mba 1.2.514.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/13 03:12:20 mwu 1.2.514.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7c3d3c068feeb671a2175110e9b4462ed2b1c5e]

        INTEGRATION: CWS dialogdiet (1.8.332); FILE MERGED 2004/01/13 03:12:20 mwu 1.8.332.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf0ffe889c455d26891670a474aa0009c3fe2352]

        INTEGRATION: CWS dialogdiet (1.3.84); FILE MERGED 2004/01/13 03:12:19 mwu 1.3.84.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [79f17545ba4aa005753d84d250f62edf10665f65]

        INTEGRATION: CWS dialogdiet (1.39.320); FILE MERGED 2004/01/13 03:12:18 mwu 1.39.320.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [93272f2ac95fecff04b8a5cde80f3da48dc56ae8]

        INTEGRATION: CWS dialogdiet (1.22.332); FILE MERGED 2004/01/23 11:56:06 mba 1.22.332.2: #i24117#: new abstract dialog classes 2004/01/13 03:12:18 mwu 1.22.332.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdc9c037730c20efe8f94f3fc1d608d1348f8c38]

        INTEGRATION: CWS dialogdiet (1.7.332); FILE MERGED 2004/01/19 20:53:23 mba 1.7.332.2: RESYNC: (1.7-1.9); FILE MERGED 2004/01/13 03:12:17 mwu 1.7.332.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [29b2b49702d19c8b1454f294e2f4177e4a28f32d]

        INTEGRATION: CWS dialogdiet (1.10.310); FILE MERGED 2004/01/23 11:55:50 mba 1.10.310.3: #i24117#: new abstract dialog classes 2004/01/19 20:52:54 mba 1.10.310.2: RESYNC: (1.10-1.12); FILE MERGED 2004/01/13 03:12:17 mwu 1.10.310.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4ec01e183779a7cded12f3bae09a85f3c12ac9b]

        INTEGRATION: CWS dialogdiet (1.15.28); FILE MERGED 2004/01/13 03:12:16 mwu 1.15.28.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [660948504852f9a900b6d343d6f2edd96146c007]

        INTEGRATION: CWS dialogdiet (1.24.310); FILE MERGED 2004/01/19 20:51:54 mba 1.24.310.2: RESYNC: (1.24-1.25); FILE MERGED 2004/01/13 03:12:16 mwu 1.24.310.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [75a5081311a770767a523f53266bb213b02606fd]

        INTEGRATION: CWS dialogdiet (1.43.12); FILE MERGED 2004/01/19 20:51:43 mba 1.43.12.2: RESYNC: (1.43-1.46); FILE MERGED 2004/01/13 03:12:15 mwu 1.43.12.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b6174a4abdc09d39aaa672103ab39eb2d0445a6]

        INTEGRATION: CWS dialogdiet (1.41.12); FILE MERGED 2004/01/23 11:55:49 mba 1.41.12.3: #i24117#: new abstract dialog classes 2004/01/19 20:51:31 mba 1.41.12.2: RESYNC: (1.41-1.44); FILE MERGED 2004/01/13 03:12:15 mwu 1.41.12.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6988a4f067141c2e47d04caed9bc735a17ccbd69]

        INTEGRATION: CWS dialogdiet (1.8.480); FILE MERGED 2004/01/19 20:50:34 mba 1.8.480.2: RESYNC: (1.8-1.9); FILE MERGED 2003/11/28 17:49:12 mba 1.8.480.1: #i22972#: make factory aware of multiple inits

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d99bacd189f8dd94014d4cf42d85fe88c7755861]

        INTEGRATION: CWS dialogdiet (1.26.482); FILE MERGED 2004/01/19 20:50:12 mba 1.26.482.2: RESYNC: (1.26-1.27); FILE MERGED 2004/01/13 03:12:14 mwu 1.26.482.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1efd3adad5f9b2b578fbd158441f48d0069dc05e]

        INTEGRATION: CWS dialogdiet (1.5.84); FILE MERGED 2004/01/13 03:12:13 mwu 1.5.84.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf9826aaf1c66316aea18be01d9f03ad9d3f4ad0]

        INTEGRATION: CWS dialogdiet (1.39.480); FILE MERGED 2004/01/19 20:53:47 mba 1.39.480.2: RESYNC: (1.39-1.40); FILE MERGED 2004/01/13 03:12:12 mwu 1.39.480.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5acaaf11e1cf33757915539440516b1cc66b4e1d]

        INTEGRATION: CWS dialogdiet (1.1.1.1.526); FILE MERGED 2003/11/28 17:48:47 mba 1.1.1.1.526.1: #i22972#: make factory aware of multiple inits

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9b89e59855523aa33317a4fd04a2a708eb95d6c]

        INTEGRATION: CWS dialogdiet (1.11.82); FILE MERGED 2003/11/28 17:47:42 mba 1.11.82.1: #i22972#: AutoCorrCfg moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bca208914e6c170b022899d8ae113520e362f989]

        INTEGRATION: CWS dialogdiet (1.20.486); FILE MERGED 2003/11/28 17:24:59 mba 1.20.486.1: #i22972#: Init removed from Offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [813965114dc7701f91cc110e3aeb4d174476aec5]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:25:39 mba 1.1.2.1: #i22972#: AutoCorrCfg moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [143e12c6ed0625538d104cfe7f14f88503d3baf1]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:53:02 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [64a7228e6af93149a64a7163c06aa6ce0b0c46f2]

        INTEGRATION: CWS dialogdiet (1.2.514); FILE MERGED 2004/01/13 03:12:12 mwu 1.2.514.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [29949a7ea8e8520aff802f9974e45399f168abe5]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/02 14:50:05 mba 1.1.2.2: #111934#: merged from offmgr, cwsos21 2003/11/28 16:59:15 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a35c02847285f8629b2714aa2a11f2a9a8f41f99]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:59:17 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [997cf427da6c6c1d145a74e3c23a2a1adb3e2e7d]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 01:45:30 mwu 1.1.2.4: DialogDiet 2004_01_17 2003/12/05 07:02:59 cd 1.1.2.3: #i22972# Fixed include problem 2003/12/02 14:50:03 mba 1.1.2.2: #111934#: merged from offmgr, cwsos21 2003/11/28 16:59:17 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fd2f39fb14f3fb4cc943b51da87db9e7bb56f3a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:51:27 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2861fb607221776ae8833fd956235e6ed565974e]

        INTEGRATION: CWS dialogdiet (1.8.488); FILE MERGED 2004/01/17 01:45:29 mwu 1.8.488.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9122f784c3ef8008314e27dfd931ea99766f6920]

        INTEGRATION: CWS dialogdiet (1.15.480); FILE MERGED 2004/01/17 01:45:28 mwu 1.15.480.2: DialogDiet 2004_01_17 2004/01/13 03:12:11 mwu 1.15.480.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [951e365dc25d57721ca4c9b97fe1980555778763]

        INTEGRATION: CWS dialogdiet (1.18.480); FILE MERGED 2004/01/17 01:45:26 mwu 1.18.480.2: DialogDiet 2004_01_17 2004/01/13 03:12:11 mwu 1.18.480.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d0c74de4e0ec9b42eefb3bb0f8a1f0114f4ca91]

        INTEGRATION: CWS dialogdiet (1.21.12); FILE MERGED 2004/01/17 01:45:25 mwu 1.21.12.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3a6613944036bcee28c83e5b3ab0b67707669b3]

        INTEGRATION: CWS dialogdiet (1.16.480); FILE MERGED 2004/01/17 01:45:23 mwu 1.16.480.2: DialogDiet 2004_01_17 2004/01/13 03:12:10 mwu 1.16.480.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b19e285a1199950b99686a4019f8c8dfa47ff05c]

        INTEGRATION: CWS dialogdiet (1.12.480); FILE MERGED 2004/01/17 01:45:22 mwu 1.12.480.2: DialogDiet 2004_01_17 2004/01/13 03:12:10 mwu 1.12.480.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [17fa93371aa0dec44c5e6c91786813771ab6192f]

        INTEGRATION: CWS dialogdiet (1.19.332); FILE MERGED 2004/01/17 01:45:21 mwu 1.19.332.2: DialogDiet 2004_01_17 2004/01/13 03:12:10 mwu 1.19.332.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4257fc705670ab76bcdb4abdc90f5f83d0bb846]

        INTEGRATION: CWS dialogdiet (1.18.320); FILE MERGED 2004/01/17 01:45:21 mwu 1.18.320.2: DialogDiet 2004_01_17 2004/01/13 03:12:09 mwu 1.18.320.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [66af31a405f683569695b618c520df8767944b43]

        INTEGRATION: CWS dialogdiet (1.15.482); FILE MERGED 2004/01/17 01:45:19 mwu 1.15.482.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d49d9e4e0aa1c0f047f63bb453732e666ddda725]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:20:40 mba 1.1.2.1: #i22969#: use new Dialog Factory for SvxTextTabDialog, SvxTextAnimationTabpage

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb269e16e9542fbcab401bf52f1b23da565f24c7]

        INTEGRATION: CWS dialogdiet (1.2.528); FILE MERGED 2004/01/17 01:45:18 mwu 1.2.528.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa56ffacabbaae4d89a92e6a101a760d565d35b3]

        INTEGRATION: CWS dialogdiet (1.2.528); FILE MERGED 2004/01/17 01:45:17 mwu 1.2.528.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5447dc94fde8f2a60fc8df24b6b5055876b10c12]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:37:08 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [11fc7a2839e54bb10b6fdb11a1f81dd80ae92671]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:52:42 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce01e6f3b998ecff321cc208f43377abca9e5b37]

        INTEGRATION: CWS dialogdiet (1.25.320); FILE MERGED 2004/01/23 11:55:28 mba 1.25.320.3: #i24117#: new abstract dialog classes 2004/01/19 21:10:45 mba 1.25.320.2: RESYNC: (1.25-1.26); FILE MERGED 2004/01/13 03:12:09 mwu 1.25.320.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ffaedd86640887487b042e151807040c8893f44]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:53:39 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ad3e9e436ecb301f0c340f0967d6357b860aa05]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:53:20 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [62e2a0f1b5b7d5189803f1057d896e3ec7ff0691]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:19:52 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6adac116923bc70f7be4e2de902fe2d1791eafdb]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:19:20 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c46dac8943b012e225535008b9368ef704efe91]

        INTEGRATION: CWS dialogdiet (1.22.224); FILE MERGED 2004/01/19 21:08:21 mba 1.22.224.2: RESYNC: (1.22-1.23); FILE MERGED 2004/01/13 03:12:08 mwu 1.22.224.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1014472e0ade81c7bb8f0412d1478699a0dbbf69]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:38:23 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4327a77dbb6443ccbe026cd11646d630d131955c]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/21 18:16:56 mba 1.1.2.2: file was changed in old place 2004/01/17 02:39:11 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [994e8b1ed0459dd85228c8ae7773c402beaa495a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:09:36 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [af375b9c394deb6f1025e5978a78366cde9da7bc]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/21 18:16:42 mba 1.1.2.2: file was changed in old place 2004/01/17 02:10:15 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [59706352dd4e55295e7d757ac5535f6cdd23db5f]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:39:21 mba 1.1.2.2: #i22972#: toplevel changes from offmgr 2003/11/28 17:01:07 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0c50b0775bf782e5d302727ee0c95045eb92d64]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:01:08 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4205e4c87a9d852a1d4430d414fd7e0883b9eec6]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/23 11:55:28 mba 1.1.2.3: #i24117#: new abstract dialog classes 2004/01/17 01:45:16 mwu 1.1.2.2: DialogDiet 2004_01_17 2003/11/28 17:01:09 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad6cd5d31195c09459645417057fb50e5f0e8c02]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:13:04 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b464255a54f06dd57a2869d38bfc4edb0822d9b]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 03:31:18 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9c3f9d5f9018ff013f4e55b636dbec9814fce6c]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:16:48 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [35149fecd56356040c04794a9387f29c9a4f9225]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/21 18:16:23 mba 1.1.2.2: file was changed in old place 2004/01/17 03:30:39 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [695b8835a69d8328ad175b780e8c6b49739e09e0]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:39:20 mba 1.1.2.2: #i22972#: toplevel changes from offmgr 2003/11/28 17:00:07 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e6499eb247ce851692ff920a27ca7f6d8ff7e09]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/05 07:02:59 cd 1.1.2.2: #i22972# Fixed include problem 2003/11/28 17:00:08 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cd8f55b1b33151e3eb474d5d4a0a9156257a3d5]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:00:08 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc423f76ca486941fca165f527baf117500dddd8]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:00:09 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e739db38eee58c4f5927af76140aeb7ef98f3ed]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/21 18:16:04 mba 1.1.2.2: file was changed in old place 2004/01/17 02:21:53 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [045a8e6dbe2c30281e467a3bb159db09e30726f9]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:39:20 mba 1.1.2.2: #i22972#: toplevel changes from offmgr 2003/11/28 17:01:53 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0f395390ec7056d87cb96149dd46cd33d19b2f5]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:01:54 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [265468ddbfec28e419f1088e4c806763035fdb8b]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/23 11:55:27 mba 1.1.2.4: #i24117#: new abstract dialog classes 2004/01/21 18:25:24 mba 1.1.2.3: syntax problem 2004/01/17 01:45:15 mwu 1.1.2.2: DialogDiet 2004_01_17 2003/11/28 17:01:55 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [39166a79f75980ce9d7e20fb66bc59f5b12ce6ce]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:39:18 mba 1.1.2.2: #i22972#: toplevel changes from offmgr 2003/11/28 17:00:23 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6e5d49be3211e7649146032242cd8b5d0e50c5e]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/05 07:02:59 cd 1.1.2.2: #i22972# Fixed include problem 2003/11/28 17:00:24 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92b641fe840a5ea16e165df9090f237f1463ff27]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:00:23 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [377836c7d4f790b2b2d3b429811ef6193975128c]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:00:25 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2818ac3644f2da179edf5faa29a060eefea7fdef]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:47:14 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5332927b43d91d99f3258194df8cebf105135d73]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:46:21 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [da783b5fdd90fabe5101f0a9de653f9866f88c78]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:24:46 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [170680c7c662933c19346a6614690eb63a523107]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:25:36 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b986fd407d2b8d03f90f6daaaa4af5b8ff2c81b0]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:26:17 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9548db7a99856eb82a22e1a67e97db1c73d8f28]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/21 18:15:44 mba 1.1.2.2: file was changed in old place 2004/01/17 02:28:01 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [04d818b2e37a5d09b313f69e1d10da86b1e48f59]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 03:29:51 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [214fa280d77beaf324d790c5f77c9163f53e3c16]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:32:26 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5a6de8ad1705e8bce5d68dcbe37c94723c8bbe0]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:29:13 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fee875660afada389b0e7596a8f6a12c1ed616e7]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:30:46 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [22262483e49bbb44c13c73632c42b4da14719544]

        INTEGRATION: CWS dialogdiet (1.39.202); FILE MERGED 2004/01/13 03:12:08 mwu 1.39.202.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a05043b78b60a2f76c5d8cad6ebade45e883797]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:41:57 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ac560bb5e59251f14174feb25e549e78d7a9dce]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:42:34 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [210c55c68b7220afb52bdd4433727316ef256e20]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:41:38 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f09d393712fc73f5d81dfe15d20b665a7e34ddf2]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:42:16 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bb5dbb3bfc85d6827bbc7556139ef5aa844171d]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:33:00 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [39c68724e2a02ea2da177ade2496d24f42891aee]

        INTEGRATION: CWS dialogdiet (1.8.482); FILE MERGED 2004/01/17 01:45:14 mwu 1.8.482.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f97a253b86db7885c47b5498c76275937a16abe]

        INTEGRATION: CWS dialogdiet (1.18.28); FILE MERGED 2004/01/26 14:33:12 mba 1.18.28.8: #i22969#: keep new dialogs in the same srs file 2004/01/19 21:07:33 mba 1.18.28.7: RESYNC: (1.18-1.19); FILE MERGED 2004/01/17 03:42:58 mwu 1.18.28.6: DialogDiet 2004_01_17 2004/01/17 01:45:13 mwu 1.18.28.5: DialogDiet 2004_01_17 2004/01/16 09:26:13 mba 1.18.28.4: #i24117#: exception handling problems 2004/01/13 03:12:08 mwu 1.18.28.3: DialogDiet 2004_01_13 2003/12/01 08:59:28 mba 1.18.28.2: #i22972#: HyperLinkDlg moved from offmgr 2003/11/28 17:23:20 mba 1.18.28.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [568573386607e8b6d8feabdcacf307022254e2c9]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:54:16 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a512f16bcbff4d31c8ceb51ff3bce5fd5b84101c]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:39:18 mba 1.1.2.2: #i22972#: toplevel changes from offmgr 2003/11/28 17:00:46 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7d03e3865623608681c70fd5cc8560c8462fd2a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:00:47 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f103e2f1dbb80133ef61e952825b5f6c22a2cc2]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:00:46 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4af8a895c9ed88b37e80dcc8836d59df6e2585f0]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:00:48 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dbf66f2546890842a4f8db0c56d8fb02344effe]

        INTEGRATION: CWS dialogdiet (1.18.302); FILE MERGED 2003/11/28 17:22:25 mba 1.18.302.1: #i22972#: moved static filter access method from svx to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [75eb8d1d088c79bd8d0eecf3364e3cbebd2ef4f7]

        INTEGRATION: CWS dialogdiet (1.5.490); FILE MERGED 2004/01/13 03:12:07 mwu 1.5.490.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [06879b7419ddafc6a5f9f609840084e242d22e2c]

        INTEGRATION: CWS dialogdiet (1.11.12); FILE MERGED 2004/01/13 03:12:07 mwu 1.11.12.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [59ed005f34c0416f10694fbfbc3143732bd9479d]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:38:21 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [98ce5a3f71e04ac5c250d6d9a336d94de1a0f908]

        INTEGRATION: CWS dialogdiet (1.27.174); FILE MERGED 2004/01/26 17:39:15 mba 1.27.174.3: #i22972#: toplevel changes from offmgr 2004/01/19 21:05:55 mba 1.27.174.2: RESYNC: (1.27-1.28); FILE MERGED Merged content from OOo1.1.1 merge abandoned, file was moved from offmgr to svx 2003/11/28 17:11:22 mba 1.27.174.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fd5f1fe84d1014abe12e8da0eeb44ef66cb1c6f]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/23 11:55:27 mba 1.1.2.2: #i24117#: new abstract dialog classes 2003/11/28 17:11:20 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b22852d48d5adcce131edadd8d2f3a8ba68e85a4]

        INTEGRATION: CWS dialogdiet (1.1.1.1.528); FILE MERGED 2003/11/28 17:11:19 mba 1.1.1.1.528.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c88bbf2c4be9065d9a8fb38480e43499ffb6bae7]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/02 14:53:44 mba 1.1.2.2: #i22301# Correct for scoping rules 2003/11/28 17:11:21 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d8145283b2778a3c3b0c0c5899ef372912088f3]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/05 07:02:58 cd 1.1.2.2: #i22972# Fixed include problem 2003/11/28 17:18:28 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd9f8f4d49e8da54dcead90fcee5e8b82e5394c2]

        INTEGRATION: CWS dialogdiet (1.14.332); FILE MERGED 2004/01/13 03:12:06 mwu 1.14.332.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3680487cd7aa15285aa752258774b15ac7402406]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:38:03 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [548bd53a99a351fc789e0096eead44fd1d58bb4a]

        INTEGRATION: CWS dialogdiet (1.20.64); FILE MERGED 2004/01/13 03:12:06 mwu 1.20.64.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0db47ea238ad68b6e9ab732c1521f3eb89472891]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:37:06 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc51faeab1bf3c70faf48f9c3064b1ce09da0e16]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:37:26 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [adb684724b9c73389091da3d28bc84d3358303a7]

        INTEGRATION: CWS dialogdiet (1.19.298); FILE MERGED 2004/01/13 03:12:05 mwu 1.19.298.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [91e9a6b08fa8c709f8b5007e3efedc825f563cc6]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:37:45 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0e2cacad7948e545cd18d41510d78901d927764]

        INTEGRATION: CWS dialogdiet (1.19.230); FILE MERGED 2004/01/13 03:12:05 mwu 1.19.230.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [304544584685023cbdf5c233c1d4018938b39d22]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:36:46 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a435b4023bcc04eb16457a48b7f679239be066b]

        INTEGRATION: CWS dialogdiet (1.8.484); FILE MERGED 2004/01/13 03:12:04 mwu 1.8.484.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [621cb7f9e2b326e66094444f4bf8fa9348d6f0e3]

        INTEGRATION: CWS dialogdiet (1.2.302); FILE MERGED 2004/01/13 03:12:04 mwu 1.2.302.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [999322db0b7ef6e4bea2ec55b808c7e95e06cc5e]

        INTEGRATION: CWS dialogdiet (1.4.514); FILE MERGED 2004/01/17 01:45:11 mwu 1.4.514.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [16388bfc320cbc8dd06bc3f0de00da4f0b5c7304]

        INTEGRATION: CWS readstorage (1.34.12); FILE MERGED 2004/01/13 10:13:46 mav 1.34.12.2: #114521# cloning of encrypted storages 2004/01/06 14:28:05 mav 1.34.12.1: #114521# instead of staream return wrappers that share mutex and remember own position

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee26fa11ec63ecdf27013f9fcfb0de71e780f473]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:39:14 mba 1.1.2.2: #i22972#: toplevel changes from offmgr 2003/11/28 17:01:35 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d8a81475526f3896ad7386d758038c4a2168b3a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/05 07:02:58 cd 1.1.2.2: #i22972# Fixed include problem 2003/11/28 17:01:37 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c58dee8114047cea6ddf138e21b5238c77fe6ef5]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/05 07:02:58 cd 1.1.2.2: #i22972# Fixed include problem 2003/11/28 17:01:36 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [531b88233f629d04f3cb9a46dc533f286cf2f637]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:01:36 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a0751657f759ae9fad80f233ffea90de50ff072]

        INTEGRATION: CWS readstorage (1.34.12); FILE MERGED 2004/01/13 10:13:46 mav 1.34.12.2: #114521# cloning of encrypted storages 2004/01/06 14:28:05 mav 1.34.12.1: #114521# instead of staream return wrappers that share mutex and remember own position

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c939caad4f43bbdc139fa3f4fe0e83a2b7f77a0a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:53:58 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f71f98a59b604ab696354ce92eebb2d1077cd8d]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:42:52 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fce9f72f651566e6ba04e8554ea9e1bc9d33cd2d]

        INTEGRATION: CWS dialogdiet (1.2.490); FILE MERGED 2004/01/19 21:02:47 mba 1.2.490.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/13 03:12:03 mwu 1.2.490.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d99f03766d453b7d088e1b33734078ec09b58a6e]

        INTEGRATION: CWS dialogdiet (1.2.20); FILE MERGED 2004/01/23 11:55:26 mba 1.2.20.1: #i24117#: new abstract dialog classes

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [770caf93e20995bad5264f0687f20f9536f17dc7]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:21:52 mba 1.1.2.1: #i22969#: Dialog ResMgr decoupled

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [28a0326b6b91d62006ba9319bd7ae59bc6a5af09]

        INTEGRATION: CWS readstorage (1.62.20); FILE MERGED 2004/01/13 10:13:45 mav 1.62.20.1: #114521# cloning of encrypted storages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [57a788d9db5de08a585aae1df5939527c57d9968]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:46:56 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cdaba593c9a0af34ebe7feb0a3a1dd94e81c742]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:46:39 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5733bbed1c6cc95463a21c34372be5c3f845166]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:34:12 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2b29b93f5f1c77c2fe645c79984ed6ec1c75f35]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:34:30 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d820ea7b3d87bd4d1e1ec59be85e80329ce0f81]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:48:27 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7c15520cd22c7fc958489711c3b87dafeba1553]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/23 11:55:25 mba 1.1.2.2: #i24117#: new abstract dialog classes 2004/01/13 03:48:09 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [30eacb67d69551d12fb0e4192def6de8996aebc9]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:49:38 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eca2d262b1f0213cf2d650a608650480ed411b16]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:49:20 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d6b64627e387ca177870b85b2bac4fe8a07881d]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:41:18 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd4fdf1c082296c55bfb29af4e9419118e82e010]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:40:58 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7107c0c01f4fb0b131877a968d6e20e3679cfd1]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:34:47 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5072cbd19037357c53d4c783da176e67b78d2721]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:35:04 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e199aecabcbbfa43a49932fef466496711fd659]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:52:24 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [13bec039be820ba3d158272d6968d830b127df13]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:51:46 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1482ea0d28be5680a787216d4ba8c533fa2cb5c]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:36:26 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d27127f66926fd3dbaf29ffe6d8f5a2d56794e97]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:36:06 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a476c55e31c8a8e4729ff901bdec49d20e67394]

        INTEGRATION: CWS dialogdiet (1.2.20); FILE MERGED 2004/01/23 11:55:25 mba 1.2.20.1: #i24117#: new abstract dialog classes

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff88ed30adacda72d9ae9cd8d4ff948a60ce345e]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:49:02 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52fc15f78cd4d2b0d7d365078b96bfb2d1e71e6]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:48:45 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ca0ca19050852c627e91b396df2914250ac28ce]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:59:46 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2860ddaea279ced182807b956ada356b694551e2]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:59:50 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a07f0306fe486e75994148970b066a3350bb1926]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:39:13 mba 1.1.2.2: #i22972#: toplevel changes from offmgr 2003/11/28 16:59:44 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f2c2c457b5ecf8c146a4c095c1a949078b3488d]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:59:47 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [faa8c3475476e3189d14a7f0ad573ff157794da2]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:59:44 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7931d735d4e2724cbdb72d94166a55422e4a00d]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/02 14:51:59 mba 1.1.2.2: #111934#: merged from offmgr, dba01pp1 2003/11/28 16:59:48 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Armin Weiss  <aw@openoffice.org>  [352b1ab173ca5a9d36461a369ecaa8c6b7f2ac1e]

        Re-Added some automatic type conversions

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [282045f5bff50fd4bb9d31b04b486602b9d77733]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:59:42 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [31175108704107876790bb31e1cb92c0aec18041]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/02 14:53:41 mba 1.1.2.3: #i22301# Correct for scoping rules 2003/12/01 08:58:35 mba 1.1.2.2: #i22972#: missing include 2003/11/28 16:59:49 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [63b8f7e80117c00de3b672ebb4bc16b291155a5f]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 03:37:00 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [077d42bb3a8f922376308418c044a229f3655ee1]

        INTEGRATION: CWS dialogdiet (1.7.508); FILE MERGED 2004/01/17 01:45:09 mwu 1.7.508.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33b81deca06acaed84fc905e3ce6fb4282814641]

        INTEGRATION: CWS dialogdiet (1.30.298); FILE MERGED 2004/01/13 03:12:02 mwu 1.30.298.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d75af892bc93dfbb0022bd5178aa5ae43893d05]

        INTEGRATION: CWS dialogdiet (1.78.64); FILE MERGED 2004/01/13 03:12:01 mwu 1.78.64.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2d6d263b0c33cf0cca3409aff6903040b6e4013]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:52:03 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e06161d907f672bf55868bea3be8018437a6ecb2]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/26 17:39:11 mba 1.1.2.3: #i22972#: toplevel changes from offmgr 2003/12/04 15:01:36 os 1.1.2.2: #i20801# space of CheckBox CB_KEEP_LIST increased 2003/11/28 17:02:19 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fea4451412cfda42269582660e0fd4792c1e0ce]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/12/04 09:24:43 cd 1.1.2.4: #i22972# Correct wrong include 2003/12/04 09:19:35 mba 1.1.2.3: #i22972#: moved from offmgr 2003/11/28 17:35:42 mba 1.1.2.2: #i22969#: use factory for AutoCorrDlg 2003/11/28 17:02:20 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d297dccdba136a77aa65776a6d5c42ba9a1a70e0]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 17:02:16 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [733122eb21c9f22e96584a2b77022b87c776008b]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 03:12:00 mwu 1.1.2.3: DialogDiet 2004_01_13 2003/12/02 14:53:38 mba 1.1.2.2: #i22301# Correct for scoping rules 2003/11/28 17:02:16 mba 1.1.2.1: #i22972#: dialogs and tabpages moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f2ad995b665616c4635d98fdfe34cb989d64605]

        INTEGRATION: CWS dialogdiet (1.20.88); FILE MERGED 2003/11/28 17:24:00 mba 1.20.88.1: #i22972#: some slots moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f19faa78ac78c9f78044a828776d8efcd1d99e51]

        INTEGRATION: CWS dialogdiet (1.41.26); FILE MERGED 2004/01/19 21:19:45 mba 1.41.26.2: RESYNC: (1.41-1.42); FILE MERGED 2003/11/28 17:23:59 mba 1.41.26.1: #i22972#: some slots moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6769fdee15d871c7a65ab491cfea4f52acf6d09c]

        INTEGRATION: CWS readstorage (1.54.4); FILE MERGED 2004/01/16 15:06:16 mav 1.54.4.3: #111154# adopt fix for changes 2004/01/15 18:23:21 mav 1.54.4.2: RESYNC: (1.54-1.55); FILE MERGED 2004/01/14 14:32:37 mav 1.54.4.1: #111154# introduce fix to SRC680

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d82e4a2dadf45b4b584eed7a24ce618af36c1444]

        INTEGRATION: CWS readstorage (1.80.8); FILE MERGED 2004/01/14 15:34:03 mav 1.80.8.2: #114338# Integrate fix into SRC680 child workspace 2004/01/14 15:18:12 mav 1.80.8.1: #112759#,#i12799# integrate fixes to SRC680

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2ce9964ec2cb8eb62fdf12b04cedfc840db78ad]

        INTEGRATION: CWS readstorage (1.2.92); FILE MERGED 2004/01/16 13:25:07 mav 1.2.92.3: #114521# return StorageStream instance 2003/12/18 17:25:07 mav 1.2.92.2: #114521# clone last flashed version of streams 2003/12/17 15:10:38 mav 1.2.92.1: #114521# functionality to clone storage elements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [85491fb3db5b9748151c12a28dee1817c290c62a]

        INTEGRATION: CWS readstorage (1.1.2); FILE ADDED 2004/01/06 14:29:06 mav 1.1.2.1: #114521# instead of staream return wrappers that share mutex and remember own position

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [96c4513d6fdba4735b5b8b4c39083d4abd3a0028]

        INTEGRATION: CWS readstorage (1.1.2); FILE ADDED 2004/01/06 14:29:00 mav 1.1.2.1: #114521# instead of staream return wrappers that share mutex and remember own position

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [59b303fc73ae599ca81cf3fa23ee884e38d0de0a]

        INTEGRATION: CWS readstorage (1.19.94); FILE MERGED 2004/01/06 14:28:09 mav 1.19.94.1: #114521# instead of staream return wrappers that share mutex and remember own position

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ad68b72ca8c5ccba4a6c0e55bbb4e8b9a6736d6]

        INTEGRATION: CWS readstorage (1.14.20); FILE MERGED 2004/01/13 10:13:47 mav 1.14.20.2: #114521# cloning of encrypted storages 2004/01/06 14:28:07 mav 1.14.20.1: #114521# instead of staream return wrappers that share mutex and remember own position

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6c30122e4b2b5eb7e904d6a6b15243fca5a0709]

        INTEGRATION: CWS readstorage (1.87.20); FILE MERGED 2004/01/13 10:13:44 mav 1.87.20.1: #114521# cloning of encrypted storages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb1ca61ec60c75e6d0795ae869eda5dc1293480d]

        INTEGRATION: CWS readstorage (1.3.12); FILE MERGED 2004/01/14 12:06:11 mav 1.3.12.2: #114521# multiple readonly access to substorages 2004/01/09 09:04:50 mav 1.3.12.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c670df16c4835c71b761c2b99ceae9c0f74698af]

        INTEGRATION: CWS readstorage (1.3.10); FILE MERGED 2004/01/20 09:50:39 mav 1.3.10.4: #114521# if storage must be reopened the mode will be set on reopening 2004/01/15 17:57:55 mav 1.3.10.3: RESYNC: (1.3-1.5); FILE MERGED 2004/01/14 12:06:10 mav 1.3.10.2: #114521# multiple readonly access to substorages 2004/01/09 09:04:50 mav 1.3.10.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4bf4dd29171efb81c14055972990eb1437ccb12]

        INTEGRATION: CWS readstorage (1.3.10); FILE MERGED 2004/01/15 17:57:39 mav 1.3.10.3: RESYNC: (1.3-1.4); FILE MERGED 2004/01/14 12:06:09 mav 1.3.10.2: #114521# multiple readonly access to substorages 2004/01/09 09:04:49 mav 1.3.10.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab6662a014bfe6d8fbf22124ca54962d1c10c052]

        INTEGRATION: CWS readstorage (1.3.10); FILE MERGED 2004/01/15 17:57:22 mav 1.3.10.3: RESYNC: (1.3-1.4); FILE MERGED 2004/01/14 12:06:09 mav 1.3.10.2: #114521# multiple readonly access to substorages 2004/01/09 09:04:49 mav 1.3.10.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c81b8761ff55a34985395212eb3616c35a72f974]

        INTEGRATION: CWS readstorage (1.2.20); FILE MERGED 2004/01/09 09:04:49 mav 1.2.20.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e2ed83d4fc48197ebb7e4c877284a060f53b095]

        INTEGRATION: CWS readstorage (1.2.20); FILE MERGED 2004/01/09 09:04:48 mav 1.2.20.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f17c7e04be85e666622a6bfe469fff22261c7dfa]

        INTEGRATION: CWS readstorage (1.2.20); FILE MERGED 2004/01/09 09:04:47 mav 1.2.20.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0d3535f30bc8e259d2c252f9124d387500753a1]

        INTEGRATION: CWS readstorage (1.3.20); FILE MERGED 2004/01/14 12:06:08 mav 1.3.20.1: #114521# multiple readonly access to substorages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [38834a34875d959ed6aef7f4506e9b57baea0716]

        INTEGRATION: CWS readstorage (1.1.2); FILE ADDED 2004/01/14 12:06:46 mav 1.1.2.1: #114521# multiple readonly access to substorages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [214a43dd0c1fddfb8f47a7274fa19fcafaa31916]

        INTEGRATION: CWS readstorage (1.1.2); FILE ADDED 2004/01/14 12:06:42 mav 1.1.2.1: #114521# multiple readonly access to substorages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dec7abc9a60fc3004240611bbcd4425a17889f18]

        INTEGRATION: CWS readstorage (1.2.12); FILE MERGED 2004/01/14 13:21:38 mav 1.2.12.3: #114521# multiple readonly access to substorages 2004/01/13 10:13:43 mav 1.2.12.2: #114521# cloning of encrypted storages 2004/01/09 09:04:46 mav 1.2.12.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0352a26bfd4c43fa012b8122ebe9427808f4bbf1]

        INTEGRATION: CWS readstorage (1.2.12); FILE MERGED 2004/01/13 10:13:42 mav 1.2.12.2: #114521# cloning of encrypted storages 2004/01/09 09:04:46 mav 1.2.12.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [63e39be0965b44f71e760bbc09d964cbd7a6637e]

        INTEGRATION: CWS readstorage (1.1.2); FILE ADDED 2004/01/14 13:22:10 mav 1.1.2.1: #114521# multiple readonly access to substorages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [20d5a87f0c2feba3bd559b66bef2705f3c598cd8]

        INTEGRATION: CWS readstorage (1.1.2); FILE ADDED 2004/01/13 10:14:18 mav 1.1.2.1: #114521# cloning of encrypted storages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [417006b2196ae83fbe64225bdcce5f1ab4cb6d95]

        INTEGRATION: CWS readstorage (1.1.2); FILE ADDED 2004/01/13 10:13:41 mav 1.1.2.2: #114521# cloning of encrypted storages 2004/01/09 09:05:52 mav 1.1.2.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d80e23fc36483c8758bbae1b153ff7f7e9510ff3]

        INTEGRATION: CWS dialogdiet (1.76.68); FILE MERGED 2004/01/19 21:20:34 mba 1.76.68.5: RESYNC: (1.77-1.78); FILE MERGED 2004/01/17 01:45:08 mwu 1.76.68.4: DialogDiet 2004_01_17 2004/01/13 03:11:59 mwu 1.76.68.3: DialogDiet 2004_01_13 2003/12/01 17:28:47 mba 1.76.68.2: RESYNC: (1.76-1.77); FILE MERGED 2003/11/28 17:47:11 mba 1.76.68.1: #i22972#: new moved classes; no ItemData; new resource; #i22969#: new files for dialog factory

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a44bed779ea78bfd6073640652971c140c1e03db]

        INTEGRATION: CWS readstorage (1.2.12); FILE MERGED 2004/01/09 09:04:45 mav 1.2.12.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [379f3e3119248b0b0ff2d2cae7bde38d3a388c37]

        INTEGRATION: CWS dialogdiet (1.8.52); FILE MERGED 2003/12/01 17:28:40 mba 1.8.52.3: RESYNC: (1.8-1.9); FILE MERGED 2003/11/28 17:32:27 mba 1.8.52.2: #i22972#: new src folder 2003/11/28 17:29:38 mba 1.8.52.1: #i22972#: new intro folder

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [002f8f6d0e2d107bc99ae50eb9751c0ea65ac02b]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:03:52 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2da9af7c5ededdbc0477306c6de2468d8c28642b]

        INTEGRATION: CWS readstorage (1.2.12); FILE MERGED 2004/01/09 09:04:44 mav 1.2.12.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [47ab59b548b93c39454954a7a77c09b5cd3e0b99]

        INTEGRATION: CWS readstorage (1.2.12); FILE MERGED 2004/01/14 13:21:37 mav 1.2.12.3: #114521# multiple readonly access to substorages 2004/01/13 10:13:40 mav 1.2.12.2: #114521# cloning of encrypted storages 2004/01/09 09:04:43 mav 1.2.12.1: #114521# cloning of storage's subelements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0bd8dcdee254d22cfd8b271eebfa1ac603cb36f]

        INTEGRATION: CWS readstorage (1.1.2); FILE ADDED 2004/01/06 09:37:20 mav 1.1.2.1: #114521# a common header

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc78071428cb23d756c8344bb15f31a52d4e7b05]

        INTEGRATION: CWS readstorage (1.29.40); FILE MERGED 2004/01/13 10:13:38 mav 1.29.40.1: #114521# cloning of encrypted storages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c73884e5c596fd724cccb748e41ca071d98587e2]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:36:50 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [14e244c83d529a5464b8e13fdda80030b785cae1]

        INTEGRATION: CWS dialogdiet (1.2.506); FILE MERGED 2004/01/26 14:31:39 mba 1.2.506.1: #i22972#: SvxErrorHandler needs to be created by apps

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7716760a0a94825e2cb7a551269e8119974d4979]

        INTEGRATION: CWS dialogdiet (1.8.490); FILE MERGED 2004/01/13 03:11:58 mwu 1.8.490.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [acfbabf051466e94815f546836723a1e3a1928d7]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:43:41 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [27cab37fd5f3307aac84ca319f5cc9fc4fcea29f]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:43:59 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [16764c8ec2ed7eb61b3f873348867b4e3b705e11]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:44:18 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9faa80c7c52527bd8f613eddfc7cc3024f04bb6]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:41:01 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a3a0018bdc7f225fe223657eb76f54a5cdd93e4]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:44:37 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d24c9fa4adb3d6885cbb7c55606ab20342813d65]

        INTEGRATION: CWS dialogdiet (1.3.486); FILE REMOVED 2004/01/17 02:21:05 mwu 1.3.486.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f4b53931fc95d4a0f11f5341df8bdde4c5d319b]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:44:56 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f06559590921eb85e5b637a303165011b61c302e]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:45:14 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7fec29ab22fd03a44ee88dd9d086a7233c6609e]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:45:33 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [11cc512441b6ef66212a2bde2123c46a0e61af18]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:46:47 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbc54dc29437344f17d26f51182d6f4198e16a36]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:47:05 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [775b9474e4b25b6bf9b16996feb71ded9a6c66ee]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/17 02:45:52 mwu 1.1.2.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [30ff0eac90fd109831776f9e5d4467fc1951c646]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:53:45 mba 1.1.2.1: #i22972#: OfaPtrItem moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [618b70a3ff5e9ae3a215a4b7c6979a561877b386]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:04:12 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f791e358ffbb99cbb4e234a42a0f840f023ea94]

        INTEGRATION: CWS dialogdiet (1.2.512); FILE MERGED 2003/11/28 17:41:13 mba 1.2.512.1: #i22972#: moved static filter access method from svx to svtools

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf42f85031978d873bc689351f59888b5096f839]

        INTEGRATION: CWS dialogdiet (1.5.492); FILE MERGED 2004/01/13 03:11:57 mwu 1.5.492.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f60118fee63cd8e323c0224960e2f5d71a924496]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:53:27 mba 1.1.2.1: #i22972#: HTMLConfig moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa00640c957f8c2ef943eb2e1c4294255485a569]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:00:52 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f3b31d84631a931e073839282e3208d036be50f]

        INTEGRATION: CWS dialogdiet (1.38.296); FILE MERGED 2004/01/19 21:23:57 mba 1.38.296.3: RESYNC: (1.39-1.40); FILE MERGED 2003/12/01 17:29:06 mba 1.38.296.2: RESYNC: (1.38-1.39); FILE MERGED 2003/11/28 17:40:53 mba 1.38.296.1: #i22972#: defines for moved dialogs and pages from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e5b6935858f74daeb24344b9298546c3de9e37c]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:01:32 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [138f64e9257acc0a2e9608ae61c30e645aedab8a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:07:02 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f658417eeea6b4a91733f4aebb0e414b4da67424]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:02:37 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [390f036db598c53aa1501c595588b146891c9511]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:03:15 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdeca52f82962acdd3b8d6dd6cfeb722e02aef9a]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:07:21 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7469c003e53d33742adce9b205727baa4c711d68]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:02:18 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d56b9f6a954fb31ea8dde8f8a788ee30b72e3097]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:03:34 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [745ebd7b7c3accf87a66e110cf4630e19ec9c341]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:02:56 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a180e59e2bb4789dd324956eab397600b280053b]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:01:11 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [10ff7c6863e0011393b61ea6472e695b462a68ad]

        INTEGRATION: CWS dialogdiet (1.1.1.1.528); FILE MERGED 2003/11/28 17:39:04 mba 1.1.1.1.528.1: #i22972#: Init removed from Offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b895f760351e94e485d8336ab6289f2aa7dfcfff]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2004/01/13 04:00:33 mwu 1.1.2.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77450b4c3ae1f827a85a98f7dc92c50706580429]

        INTEGRATION: CWS dialogdiet (1.1.2); FILE ADDED 2003/11/28 16:53:08 mba 1.1.2.1: #i22972#: AutoCorrCfg moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b42ced29f96fb2340b68d65b9a08d8e2612f7b5b]

        INTEGRATION: CWS dialogdiet (1.10.36); FILE MERGED 2003/11/28 15:09:21 mba 1.10.36.1: #i22972#: access to StandardColorTable moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [73e3a87d9c6d4b4067ff27aea93ec34022ba9ff3]

        INTEGRATION: CWS dialogdiet (1.8.10); FILE MERGED 2003/11/28 15:09:43 mba 1.8.10.1: #i22972#: ofalib obsolete

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [174d6d0ca31dc4ae0dd988f498ada6d1e69a2ed5]

        INTEGRATION: CWS dialogdiet (1.8.110); FILE MERGED 2004/01/23 08:41:19 mba 1.8.110.1: #i24117#: use DialogFactory for svx tabpages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab2995c96c86688a2e9d8c128ff018ab82b340b0]

        INTEGRATION: CWS dialogdiet (1.27.68); FILE MERGED 2004/01/19 21:38:23 mba 1.27.68.2: RESYNC: (1.27-1.28); FILE MERGED 2003/11/28 14:19:59 mba 1.27.68.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed4c4ca855e8ae85d1ac0eae06f6825aaccc7318]

        INTEGRATION: CWS dialogdiet (1.41.68); FILE MERGED 2004/01/19 21:37:49 mba 1.41.68.2: RESYNC: (1.41-1.42); FILE MERGED 2003/11/28 14:19:58 mba 1.41.68.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [979f1a0a51b8873032303212dd340fc39f4d1ace]

        INTEGRATION: CWS dialogdiet (1.21.110); FILE MERGED 2003/12/02 15:19:39 mba 1.21.110.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [66d3c9089f02d3ab2db048964a77cb5929d5e17b]

        INTEGRATION: CWS dialogdiet (1.28.64); FILE MERGED 2003/12/01 18:03:17 mba 1.28.64.2: RESYNC: (1.28-1.31); FILE MERGED 2003/12/01 10:01:14 mba 1.28.64.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [792a38aa99d84a838e35955723d21e2a067415d3]

        INTEGRATION: CWS vcl16 (1.16.108); FILE MERGED 2003/09/11 14:06:52 ssa 1.16.108.2: #111628# make printer settings dialog child of printer dialog to assure modality 2003/08/25 13:42:35 pl 1.16.108.1: #i17967# remember last file in print-to-file file picker

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [69156b41c600f15dc7c0386af864508682859dfb]

        INTEGRATION: CWS dialogdiet (1.24.64); FILE MERGED 2003/12/01 10:00:48 mba 1.24.64.1: #i22972#: options moved from offmgr to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [75065ea6a448f2e4a4b03219ece6a3bf9969055e]

        INTEGRATION: CWS dialogdiet (1.3.276); FILE MERGED 2003/12/01 10:00:08 mba 1.3.276.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2838cef730ebb76650d2349e59c4fe54eb231cf3]

        INTEGRATION: CWS dialogdiet (1.3.276); FILE MERGED 2003/12/01 10:00:04 mba 1.3.276.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [23abf539945491bb6d54ee2e64a70b8cb20e9d1c]

        INTEGRATION: CWS dialogdiet (1.6.464); FILE MERGED 2003/12/01 09:59:24 mba 1.6.464.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef34d7631e64ad1757bf5b2f171657f08d4f48d1]

        INTEGRATION: CWS dialogdiet (1.25.64); FILE MERGED 2003/12/01 09:59:04 mba 1.25.64.1: #i22972#: options moved from offmgr to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [42221d32ef6d44bb26260bca3c24ed0383b7e5d7]

        INTEGRATION: CWS dialogdiet (1.20.58); FILE MERGED 2003/12/01 09:58:45 mba 1.20.58.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6612d4b978bb9ea61010084acb48691613cf7dd1]

        INTEGRATION: CWS vcl16 (1.32.24); FILE MERGED 2003/08/12 10:14:48 hdu 1.32.24.1: #i17359# #110590# #111016# #i15237# get Q in sync with vcl7pp1r1

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d4b0d69a9d17ae8ae15c7958243513b1dd65f26]

        INTEGRATION: CWS dialogdiet (1.17.240); FILE MERGED 2003/12/01 09:58:43 mba 1.17.240.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [32d0b6f542853f57858b0c18b4fc39f50309113e]

        INTEGRATION: CWS dialogdiet (1.21.162); FILE MERGED 2003/12/07 13:16:07 cd 1.21.162.1: #i22972# fixed wrong include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea1db9115e89b68fa6e5b9a11186c73859632d3c]

        INTEGRATION: CWS dialogdiet (1.42.62); FILE MERGED 2004/01/13 02:53:53 mwu 1.42.62.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf654d5ffef857e5ba252884820caae20a018966]

        INTEGRATION: CWS dialogdiet (1.58.92); FILE MERGED 2004/01/19 23:17:58 mba 1.58.92.3: RESYNC: (1.59-1.60); FILE MERGED 2003/12/01 18:03:45 mba 1.58.92.2: RESYNC: (1.58-1.59); FILE MERGED 2003/12/01 09:58:41 mba 1.58.92.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92793ec10802d6e6b3454e460be3a8b109809f29]

        INTEGRATION: CWS dialogdiet (1.33.60); FILE MERGED 2004/01/19 23:17:36 mba 1.33.60.2: RESYNC: (1.33-1.34); FILE MERGED 2003/12/01 09:58:38 mba 1.33.60.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf2513b6985d57a28ddf0ad94fcdce79f5c7d3e1]

        INTEGRATION: CWS dialogdiet (1.43.272); FILE MERGED 2004/01/19 23:17:14 mba 1.43.272.2: RESYNC: (1.43-1.44); FILE MERGED 2004/01/13 02:53:52 mwu 1.43.272.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f596f7c1341d32498b703a344b3211f88538943]

        INTEGRATION: CWS dialogdiet (1.18.68); FILE MERGED 2004/01/19 23:20:44 mba 1.18.68.2: RESYNC: (1.18-1.20); FILE MERGED 2003/12/01 09:57:46 mba 1.18.68.1: #i22972#: options moved from offmgr to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fd88b1eac9095bf5b9c0fb6552a8cc250a0bb71]

        INTEGRATION: CWS dialogdiet (1.17.68); FILE MERGED 2003/12/01 09:57:19 mba 1.17.68.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a75fb7257752e4474e101fc2578361ae2c322a5]

        INTEGRATION: CWS dialogdiet (1.32.168); FILE MERGED 2003/12/01 09:57:15 mba 1.32.168.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [20a4bcb4f5169f1ddf8aaf8a00da79a5db5f39fd]

        INTEGRATION: CWS dialogdiet (1.31.64); FILE MERGED 2004/01/13 02:53:51 mwu 1.31.64.2: DialogDiet 2004_01_13 2003/12/01 09:57:11 mba 1.31.64.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e6b3109b68a9225293a1d55f311427151a5283d]

        INTEGRATION: CWS dialogdiet (1.5.276); FILE MERGED 2003/12/01 09:57:10 mba 1.5.276.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [83ccfad8a704e655f7b3b067355c37475e94efcc]

        INTEGRATION: CWS dialogdiet (1.21.58); FILE MERGED 2003/12/01 09:57:06 mba 1.21.58.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [98e4d81946cce5d8cd6b57a6d7226243b0db0dea]

        INTEGRATION: CWS dialogdiet (1.22.94); FILE MERGED 2004/01/19 23:21:53 mba 1.22.94.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/01 09:57:04 mba 1.22.94.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [404d425c4e7e5610d73d6df08b73021ef69f6f1c]

        INTEGRATION: CWS vcl16 (1.39.70); FILE MERGED 2003/08/28 13:30:44 pl 1.39.70.1: #106120# broadcast modification on middle mouse button paste

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd432666c9c7349bc6b84637ca4639a860e94f58]

        INTEGRATION: CWS dialogdiet (1.10.276); FILE MERGED 2003/12/01 09:57:00 mba 1.10.276.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cb047eb86dda0cb05c138761b58f8f338af21d0]

        INTEGRATION: CWS dialogdiet (1.20.70); FILE MERGED 2004/01/13 02:53:51 mwu 1.20.70.2: DialogDiet 2004_01_13 2003/12/01 09:56:25 mba 1.20.70.1: #i22969#: use dialog factory for SvxTextTabDialog

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [94d3f78a896a5fbb00d1855621dcfa3c999fc36b]

        INTEGRATION: CWS vcl16 (1.2.330); FILE MERGED 2003/09/11 14:06:53 ssa 1.2.330.1: #111628# make printer settings dialog child of printer dialog to assure modality

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [95d0762a72e0e6f784ff2058cf23ca7fe282d10d]

        INTEGRATION: CWS dialogdiet (1.12.94); FILE MERGED 2004/01/13 02:53:50 mwu 1.12.94.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [23ef54d4667d12f3d0899595f4c5f69c2941e008]

        INTEGRATION: CWS dialogdiet (1.6.276); FILE MERGED 2003/12/01 09:56:56 mba 1.6.276.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [351c76a00ad4073ee02cd1b0869e674216d51844]

        INTEGRATION: CWS dialogdiet (1.5.276); FILE MERGED 2004/01/17 01:26:43 mwu 1.5.276.3: DialogDiet 2004_01_17 2004/01/13 02:53:50 mwu 1.5.276.2: DialogDiet 2004_01_13 2003/12/01 09:56:23 mba 1.5.276.1: #i22969#: use dialog factory for SvxTextTabDialog

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2021c71f928dd3f8a40bed79d404c121da74e20]

        INTEGRATION: CWS dialogdiet (1.46.222); FILE MERGED 2004/01/19 23:22:04 mba 1.46.222.2: RESYNC: (1.46-1.47); FILE MERGED 2003/12/01 09:56:52 mba 1.46.222.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7595c5d6f4581c3a17cf691ab05f83232dd8a0b]

        INTEGRATION: CWS vcl16 (1.106.2); FILE MERGED 2003/11/12 16:16:48 pl 1.106.2.2: RESYNC: (1.106-1.108); FILE MERGED 2003/09/03 14:43:41 pl 1.106.2.1: #111093# treat alias names as individual font entries

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cba2c877b7e831ac327100605170bb73dc2d2590]

        INTEGRATION: CWS dialogdiet (1.11.276); FILE MERGED 2004/01/13 02:53:49 mwu 1.11.276.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c597e4948ea4a41e57f909b83fd6a7ba22edcd08]

        INTEGRATION: CWS vcl16 (1.98.26); FILE MERGED 2003/11/12 16:11:33 pl 1.98.26.2: RESYNC: (1.98-1.99); FILE MERGED 2003/09/03 14:43:40 pl 1.98.26.1: #111093# treat alias names as individual font entries

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdc0b7bfc997eb76e54530ff63c3a63f68ac58f1]

        INTEGRATION: CWS dialogdiet (1.8.276); FILE MERGED 2003/12/01 09:53:52 mba 1.8.276.1: #i22972#: options moved from offmgr to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [427d2da01ef9e7a607e42ea73dfac58776dca2e9]

        INTEGRATION: CWS dialogdiet (1.5.276); FILE MERGED 2004/01/13 02:53:49 mwu 1.5.276.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c53b69fbe3dffc72d54b8d405bd0e8d556faee3]

        INTEGRATION: CWS vcl16 (1.156.4); FILE MERGED 2003/11/12 16:12:56 pl 1.156.4.2: RESYNC: (1.156-1.157); FILE MERGED 2003/11/12 11:08:49 hdu 1.156.4.1: #i22367# added Takamichi Nara's patch to add GetDefaultFont() debug messages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2a4249138e83bb83ef3ec50750a7643d7d4b5c1]

        INTEGRATION: CWS dialogdiet (1.7.276); FILE MERGED 2003/12/01 09:53:51 mba 1.7.276.1: #i22972#: options moved from offmgr to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f06c36191f9d77b39bd01696d319449016798d46]

        INTEGRATION: CWS vcl16 (1.24.2); FILE MERGED 2003/11/12 11:08:48 hdu 1.24.2.1: #i22367# added Takamichi Nara's patch to add GetDefaultFont() debug messages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e447122924f539b4e98d63498339ba17378ab63b]

        INTEGRATION: CWS dialogdiet (1.31.64); FILE MERGED 2004/01/13 02:53:48 mwu 1.31.64.2: DialogDiet 2004_01_13 2003/12/01 09:53:49 mba 1.31.64.1: #i22972#: options moved from offmgr to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bc89c1829e37354b8197effb7f1c291eb9049e2]

        INTEGRATION: CWS vcl16 (1.21.2); FILE MERGED 2003/11/12 16:12:37 pl 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2003/11/12 11:08:48 hdu 1.21.2.1: #i22367# added Takamichi Nara's patch to add GetDefaultFont() debug messages

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5748b344c60b6d303c829ec4a2aeb10a5d78b195]

        INTEGRATION: CWS dialogdiet (1.17.196); FILE MERGED 2003/12/01 09:52:27 mba 1.17.196.1: #i22972#: options moved from offmgr to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba21c7440423432beb8944acc7e6d06fc5051ca1]

        INTEGRATION: CWS dialogdiet (1.6.276); FILE MERGED 2003/12/01 09:52:46 mba 1.6.276.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [67eada5c19aa6ddfe6848041dd7374d0eb048262]

        INTEGRATION: CWS dialogdiet (1.4.200); FILE MERGED 2003/12/01 09:52:45 mba 1.4.200.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [de477033048f580c156559c8446f760d0094a34f]

        INTEGRATION: CWS vcl16 (1.49.20); FILE MERGED 2003/09/10 09:45:36 pl 1.49.20.1: #112096# make button larger

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [21601eb9bb474de53333f70b193f6cad9762f0c5]

        INTEGRATION: CWS dialogdiet (1.13.272); FILE MERGED 2003/12/01 09:49:52 mba 1.13.272.1: #i22972#: options moved from offmgr to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f8467b5535fa0424dca322032ba180181f542eb]

        INTEGRATION: CWS dialogdiet (1.2.450); FILE MERGED 2004/01/13 02:53:47 mwu 1.2.450.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e7fecec20b269379ca2aa2d3579a079a288992f]

        INTEGRATION: CWS dialogdiet (1.5.276); FILE MERGED 2003/12/01 09:13:06 mba 1.5.276.1: #i22972#: obsolete includes removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab8cc2669bc1945fae4870b91f00f433de3e06ee]

        INTEGRATION: CWS dialogdiet (1.14.276); FILE MERGED 2003/12/01 09:12:46 mba 1.14.276.1: #i22972#: options moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [516e1587707b871576f9c5ba54d745ed429a7ad6]

        INTEGRATION: CWS dialogdiet (1.28.94); FILE MERGED 2004/01/19 23:35:17 mba 1.28.94.2: RESYNC: (1.28-1.29); FILE MERGED 2003/12/01 09:12:28 mba 1.28.94.1: #i22972#: ChooseMacro moved to sfx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea315f6b5a918cae0a8d744452b8654cbd8a42e3]

        INTEGRATION: CWS dialogdiet (1.28.276); FILE MERGED 2004/01/13 02:53:47 mwu 1.28.276.1: DialogDiet 2004_01_13

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0376aa5771ff36f0aaaf7eb7b4b3e4b05b9f39ef]

        INTEGRATION: CWS dialogdiet (1.72.58); FILE MERGED 2004/01/19 23:39:49 mba 1.72.58.2: RESYNC: (1.72-1.73); FILE MERGED 2003/12/01 09:11:57 mba 1.72.58.1: #i22972#: options moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f680c3c70f5af6f312c55368f79664083064d0]

        INTEGRATION: CWS dialogdiet (1.16.192); FILE MERGED 2004/01/19 23:39:38 mba 1.16.192.2: RESYNC: (1.16-1.17); FILE MERGED 2003/12/01 09:11:47 mba 1.16.192.1: #i22972#: obsolete includes removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d34368f30fd84774287d2550c0114c8093187e0]

        INTEGRATION: CWS dialogdiet (1.70.220); FILE MERGED 2004/01/19 23:40:36 mba 1.70.220.3: RESYNC: (1.71-1.72); FILE MERGED 2003/12/01 18:04:37 mba 1.70.220.2: RESYNC: (1.70-1.71); FILE MERGED 2003/12/01 09:11:05 mba 1.70.220.1: #i22972#: obsolete includes removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dabc611a0f1b4b6f75bfe71c5dd74b7dcfa64a02]

        INTEGRATION: CWS dialogdiet (1.14.64); FILE MERGED 2003/12/01 09:10:57 mba 1.14.64.1: #i22972#: options moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e71eee705b7fe62f400e37b2a5a477d72ed707a7]

        INTEGRATION: CWS dialogdiet (1.29.210); FILE MERGED 2003/12/01 09:10:14 mba 1.29.210.1: #i22972#: options moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ad0f1d42e9265c18d4424b7e2157b785f248ff0]

        INTEGRATION: CWS dialogdiet (1.3.276); FILE MERGED 2004/01/17 01:26:42 mwu 1.3.276.1: DialogDiet 2004_01_17

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f8b2aef757d3c641d3ae580c20b6d0ead6facfc]

        INTEGRATION: CWS dialogdiet (1.71.68); FILE MERGED 2004/01/19 23:44:48 mba 1.71.68.3: RESYNC: (1.72-1.74); FILE MERGED 2003/12/01 18:04:44 mba 1.71.68.2: RESYNC: (1.71-1.72); FILE MERGED 2003/12/01 09:09:53 mba 1.71.68.1: #i22972#: Ofa removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [18207345bad9bb0f377032dc76fc1a2224bfffd3]

        INTEGRATION: CWS dialogdiet (1.19.276); FILE MERGED 2003/12/01 09:08:57 mba 1.19.276.1: #i22972#: options moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [54baf108517698e05ede16e895da320520e5be82]

        INTEGRATION: CWS dialogdiet (1.26.222); FILE MERGED 2003/12/01 09:08:51 mba 1.26.222.1: #i22972#: obsolete includes removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [07821104f71d6168630f95a3811b3eba4b65900d]

        INTEGRATION: CWS dialogdiet (1.35.276); FILE MERGED 2004/01/19 23:42:16 mba 1.35.276.2: RESYNC: (1.35-1.36); FILE MERGED 2003/12/01 09:08:57 mba 1.35.276.1: #i22972#: options moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b833d4c3a986e03b488bf9b79f0826188737810]

        INTEGRATION: CWS dialogdiet (1.5.276); FILE MERGED 2003/12/01 09:07:20 mba 1.5.276.1: #i22972#: options moved from offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1d612ff182872fdab99132306c5f12187f84b0d]

        INTEGRATION: CWS dialogdiet (1.34.60); FILE MERGED 2004/01/26 14:32:05 mba 1.34.60.3: #i22972#: SvxErrorHandler needs to be created by apps 2004/01/19 23:47:01 mba 1.34.60.2: RESYNC: (1.34-1.35); FILE MERGED 2003/11/28 18:08:12 mba 1.34.60.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6eb311ad9e5ce34685f0fad3c19321326ca220d9]

        INTEGRATION: CWS dialogdiet (1.24.276); FILE MERGED 2003/11/28 18:08:11 mba 1.24.276.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [74d6e5d8bbed0509f3b97fc964d5a01dcb495c89]

        INTEGRATION: CWS dialogdiet (1.11.64); FILE MERGED 2003/11/28 18:08:11 mba 1.11.64.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7abd637d4181c6f3b33693866253b9aac183e244]

        INTEGRATION: CWS dialogdiet (1.16.238); FILE MERGED 2003/11/28 18:08:10 mba 1.16.238.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [709de41e4f43bd3fcef84c14fa11201c1036e4ae]

        INTEGRATION: CWS dialogdiet (1.40.194); FILE MERGED 2004/01/19 23:46:15 mba 1.40.194.3: RESYNC: (1.40-1.41); FILE MERGED 2003/12/07 13:16:06 cd 1.40.194.2: #i22972# fixed wrong include 2003/11/28 18:08:10 mba 1.40.194.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [15048bdcf62aca8f9224c0ab9112e78d952eef20]

        INTEGRATION: CWS dialogdiet (1.5.276); FILE MERGED 2003/11/28 18:08:10 mba 1.5.276.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa76d8a1fae637996f95d18a4739fb76e40eeb02]

        INTEGRATION: CWS dialogdiet (1.56.64); FILE MERGED 2003/11/28 18:08:09 mba 1.56.64.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [597df3277fe83bacfa901ccde3969644c70b43a9]

        INTEGRATION: CWS dialogdiet (1.32.62); FILE MERGED 2003/12/07 13:16:06 cd 1.32.62.2: #i22972# fixed wrong include 2003/11/28 18:05:39 mba 1.32.62.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [45e15f6419ddecf754fa1bc1ffc92f12041207ab]

        INTEGRATION: CWS dialogdiet (1.22.36); FILE MERGED 2003/11/28 18:04:48 mba 1.22.36.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e428dc6facb4bf0512815bbb5a9d594ba61f04bf]

        INTEGRATION: CWS dialogdiet (1.19.164); FILE MERGED 2003/11/28 18:04:36 mba 1.19.164.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f8734acfc89fcc96529dfb8c2cc223bdc53491e]

        INTEGRATION: CWS dialogdiet (1.35.90); FILE MERGED 2003/11/28 18:04:25 mba 1.35.90.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6b38162568f71c12fe420384fe10f4ea64ba515]

        INTEGRATION: CWS dialogdiet (1.18.164); FILE MERGED 2003/11/28 18:04:02 mba 1.18.164.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [10446eca5f508cd2b7bb9f7156050c07a7451897]

        INTEGRATION: CWS dialogdiet (1.93.166); FILE MERGED 2004/01/19 23:46:04 mba 1.93.166.2: RESYNC: (1.93-1.94); FILE MERGED 2003/11/28 18:03:47 mba 1.93.166.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4577b507057a7060bfcf7d91bd10c3627ab1ae2]

        INTEGRATION: CWS dialogdiet (1.120.10); FILE MERGED 2004/01/19 23:53:23 mba 1.120.10.2: RESYNC: (1.120-1.123); FILE MERGED 2003/11/28 18:03:09 mba 1.120.10.1: #i22972#: FilterOptions moved to svtools; htmloptions moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [95c21de42067badde82d719266f9414e03db4f12]

        INTEGRATION: CWS dialogdiet (1.59.10); FILE MERGED 2004/01/19 23:51:28 mba 1.59.10.2: RESYNC: (1.59-1.61); FILE MERGED 2003/11/28 18:03:08 mba 1.59.10.1: #i22972#: FilterOptions moved to svtools; htmloptions moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [683e0f74977b1a0c1a95432c2611479e7f437b64]

        INTEGRATION: CWS dialogdiet (1.23.276); FILE MERGED 2003/11/28 18:03:07 mba 1.23.276.1: #i22972#: FilterOptions moved to svtools; htmloptions moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7400d9f753960f38e1d929f027b35ec25666de5]

        INTEGRATION: CWS dialogdiet (1.24.64); FILE MERGED 2004/01/20 00:05:17 mba 1.24.64.2: RESYNC: (1.24-1.25); FILE MERGED 2003/11/28 18:03:07 mba 1.24.64.1: #i22972#: FilterOptions moved to svtools; htmloptions moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dad4126573c55ac5d6bf3b55a8e7cbd34ee2f52a]

        INTEGRATION: CWS dialogdiet (1.14.276); FILE MERGED 2004/01/20 00:03:38 mba 1.14.276.2: RESYNC: (1.14-1.15); FILE MERGED 2003/11/28 18:03:06 mba 1.14.276.1: #i22972#: FilterOptions moved to svtools; htmloptions moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3033528db77592e952c56a9caa437c2d383d649b]

        INTEGRATION: CWS dialogdiet (1.9.58); FILE MERGED 2003/11/28 18:02:32 mba 1.9.58.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2880ca6a061a0e3f90a5aa1c6b79ea4a0b6c23e4]

        INTEGRATION: CWS dialogdiet (1.20.68); FILE MERGED 2004/01/20 00:29:31 mba 1.20.68.2: RESYNC: (1.20-1.21); FILE MERGED 2003/11/28 18:02:39 mba 1.20.68.1: #i22972#: AutoCorrCfg moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [673d5213491f172c2d13d21968ea5fc50ef85054]

        INTEGRATION: CWS dialogdiet (1.9.276); FILE MERGED 2003/11/28 18:02:39 mba 1.9.276.1: #i22972#: AutoCorrCfg moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcbf4ff99a8328aedb18bee6e6115e2f9e5cebc4]

        INTEGRATION: CWS dialogdiet (1.13.276); FILE MERGED 2003/11/28 18:01:59 mba 1.13.276.1: #i22972#: StandardColorTable in svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad7cf01c0f9ff9041a8d6238121989c80f62cfeb]

        INTEGRATION: CWS dialogdiet (1.19.276); FILE MERGED 2004/01/20 00:33:42 mba 1.19.276.2: RESYNC: (1.19-1.21); FILE MERGED 2003/12/07 13:16:32 cd 1.19.276.1: #i22972# fixed wrong include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bba5c549f2dbd5e6f738da7df351862861526cc8]

        INTEGRATION: CWS dialogdiet (1.20.34); FILE MERGED 2003/12/01 18:16:54 mba 1.20.34.2: RESYNC: (1.20-1.21); FILE MERGED 2003/11/28 18:01:22 mba 1.20.34.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0a7dd37e0e8e842ac868d27a09a123c8e3d41b6]

        INTEGRATION: CWS sb10 (1.17.2); FILE MERGED 2004/01/14 14:23:02 sb 1.17.2.4: #114000# Added missing dependency. 2003/12/19 16:10:53 sb 1.17.2.3: #114000# Initial adaption of cpp_uno/msvc_win32_intel to cpp_uno/shared. 2003/12/10 10:48:23 sb 1.17.2.2: #114000# Renamed source/cpp_uno/common to source/cpp_uno/shared. 2003/12/10 08:40:12 sb 1.17.2.1: #114000# Added source/cpp_uno/common.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [438db99267093466fc588c36668df180162d6551]

        INTEGRATION: CWS sal05 (1.21.32); FILE MERGED 2003/11/03 13:41:20 tra 1.21.32.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf37ffe338a959fcb8c6ab773b4d09a4004541ad]

        INTEGRATION: CWS dialogdiet (1.4.276); FILE MERGED 2003/12/01 18:16:49 mba 1.4.276.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/28 18:01:02 mba 1.4.276.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d2146e18f894fd97cd750fd1d95db9fee47cee6]

        INTEGRATION: CWS dialogdiet (1.8.68); FILE MERGED 2003/11/28 18:01:29 mba 1.8.68.1: #i22972#: AutoCorrCfg moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0345129851c650e97eaf4fd229fd905d3eae0128]

        INTEGRATION: CWS dialogdiet (1.8.276); FILE MERGED 2003/11/28 18:00:26 mba 1.8.276.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [63209f7ab9b629684d548ce67a5c081752e2fa7b]

        INTEGRATION: CWS dialogdiet (1.38.238); FILE MERGED 2004/01/20 00:38:58 mba 1.38.238.2: RESYNC: (1.38-1.40); FILE MERGED 2003/11/28 18:00:03 mba 1.38.238.1: #i22972#: AutoCorrCfg moved to svx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fad6c60f1d4c19b8b4e4399d40c4c92f68acb9e3]

        INTEGRATION: CWS dialogdiet (1.3.276); FILE MERGED 2003/11/28 17:59:40 mba 1.3.276.1: #i22972#: obsolete include

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [68580f403d7df6a690c97e4c507878723c271014]

        INTEGRATION: CWS dialogdiet (1.109.172); FILE MERGED 2004/01/20 00:39:49 mba 1.109.172.2: RESYNC: (1.109-1.111); FILE MERGED 2003/11/28 17:58:56 mba 1.109.172.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [94b6e5e50f7e38e880795c6de3be0832c5e4a7d3]

        INTEGRATION: CWS dialogdiet (1.4.450); FILE MERGED 2003/11/28 17:58:56 mba 1.4.450.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e440427c394ece4d9695a68b39b82b0b3ea60696]

        INTEGRATION: CWS dialogdiet (1.2.472); FILE MERGED 2003/11/28 17:58:55 mba 1.2.472.1: #i22972#: include svx instead of offmgr

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [683f5f6f52e9b2c68b921fd942800dd4e03132d0]

        INTEGRATION: CWS dialogdiet (1.8.52); FILE MERGED 2003/12/02 15:20:36 mba 1.8.52.1: #i22972#: offmgr removed

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc1ed4837e8ff97f09d2c1fdb366217ef39652ee]

        INTEGRATION: CWS dialogdiet (1.4.10); FILE MERGED 2004/01/20 00:44:02 mba 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/07 11:47:51 mba 1.4.10.1: #112647#: wrong filter matcher used

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddcbc46abec5ec9f22582287ea46ca02f64ec34e]

        INTEGRATION: CWS sal05 (1.42.86); FILE MERGED 2004/01/05 10:50:28 tra 1.42.86.3: merge conflicts resolved 2003/12/18 10:18:51 tra 1.42.86.2: #i22371#new functions added, osl_getFunctionSymbol and osl_getModuleURLFromFunctionAddress 2003/11/24 08:05:47 tra 1.42.86.1: #104528#added osl_createDirectoryPath

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [43b2f425f83e7f7117eeff89ce9950a0a2b8e4c2]

        INTEGRATION: CWS sal05 (1.3.56); FILE MERGED 2004/01/24 13:17:40 tra 1.3.56.6: RESYNC: (1.6-1.7); FILE MERGED 2004/01/05 11:09:00 tra 1.3.56.5: RESYNC: (1.5-1.6); FILE MERGED 2003/11/24 11:01:57 tra 1.3.56.4: RESYNC: (1.3-1.5); FILE MERGED 2003/11/24 10:16:45 tra 1.3.56.3: #104528#adapted createPath test 2003/11/24 09:39:10 tra 1.3.56.2: #104528#osl_Directory::createPath adapted 2003/11/24 07:56:49 tra 1.3.56.1: #104528#new tests for Directory::createPath

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [477d68100ba4f9e3f9d93c42601f828428a8fc99]

        INTEGRATION: CWS sal05 (1.2.186); FILE MERGED 2003/11/03 12:31:11 tra 1.2.186.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7d158d44e587e135c9c628ae60080db4468da30]

        INTEGRATION: CWS sal05 (1.3.186); FILE MERGED 2003/11/03 12:31:10 tra 1.3.186.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7ebaa3aae21482abc5be471d395d70dbb9ffecc]

        INTEGRATION: CWS sal05 (1.16.88); FILE MERGED 2003/11/03 12:31:10 tra 1.16.88.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e1b96f4b4d2709522925aa3c7a9774db6b1a2b6]

        INTEGRATION: CWS sal05 (1.5.78); FILE MERGED 2003/11/03 12:31:08 tra 1.5.78.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb7e02015108b6ac925f2b725192f5609594df44]

        INTEGRATION: CWS sal05 (1.8.78); FILE MERGED 2003/11/03 12:31:07 tra 1.8.78.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [110825dd8780467369ab5c50d7ea72b9cad699bb]

        INTEGRATION: CWS sal05 (1.5.74); FILE MERGED 2003/11/03 12:31:06 tra 1.5.74.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Carsten Driesner  <cd@openoffice.org>  [b7789f2bd79c814f1cb150cb6cd51da775f0b462]

        #i25017# XML based user interface configuration files for our modules

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [168da5a63818c060c9f1c05642dba2c6aba7f7a8]

        INTEGRATION: CWS sal05 (1.3.158); FILE MERGED 2003/11/03 12:31:05 tra 1.3.158.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae51d1c1ad53177dee5190d806ef50d507b71ce4]

        INTEGRATION: CWS sal05 (1.7.156); FILE MERGED 2003/11/21 12:36:10 tra 1.7.156.2: #112918# 2003/11/03 12:31:04 tra 1.7.156.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [60d245bad679b3db2a2fd3214af6d574aaba60d8]

        INTEGRATION: CWS sal05 (1.25.6); FILE MERGED 2003/11/03 12:31:04 tra 1.25.6.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d21adda25f99a88a3ac43ac46cf3552165f30fbd]

        INTEGRATION: CWS sal05 (1.1.158); FILE MERGED 2003/11/03 12:31:03 tra 1.1.158.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2684b38dafdfa79372093fc6e3d4982cef40cfb3]

        INTEGRATION: CWS sal05 (1.16.156); FILE MERGED 2003/11/03 12:31:03 tra 1.16.156.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e3b4c4b6c62909b4ef454e05baa8f03218db6a7]

        INTEGRATION: CWS sal05 (1.2.78); FILE MERGED 2003/11/21 12:40:05 tra 1.2.78.1: #113772#removed unnecessary forward declaration

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [81f9ad228358cb15052ea528b21a209acb34ec62]

        INTEGRATION: CWS sal05 (1.3.182); FILE MERGED 2003/11/03 12:31:02 tra 1.3.182.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffbb05941525bda71970a4f629a8effa45c353c4]

        INTEGRATION: CWS sal05 (1.13.156); FILE MERGED 2004/01/24 13:18:01 tra 1.13.156.3: RESYNC: (1.13-1.14); FILE MERGED 2003/12/18 10:03:23 tra 1.13.156.2: #i22371#see bug description for details regarding this bug 2003/11/03 12:31:01 tra 1.13.156.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0318a882ecfa17030bcccbc05d6c34e3293b0ef2]

        INTEGRATION: CWS sal05 (1.1.2); FILE ADDED 2004/01/26 14:20:47 tra 1.1.2.2: #104528#update after code inspection 2003/11/21 12:34:52 tra 1.1.2.1: #113772#consolidated file and directory functionality into this file, FOR OLD CVS COMMENTS have a look in tempfile.c, dir.c, or fileimpl.cxx

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [38a7e10215cbdec14038425dd0b6901beb26c5dc]

        INTEGRATION: CWS sb10 (1.7.10); FILE MERGED 2003/12/10 08:54:42 sb 1.7.10.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9298c4ce3e22825a8708a21f65079e87277e050a]

        INTEGRATION: CWS sal05 (1.19.88); FILE MERGED 2004/01/24 13:18:11 tra 1.19.88.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/03 12:31:01 tra 1.19.88.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba7a81489233c2c4e021bc8e7a253b25ca4337ee]

        INTEGRATION: CWS sb10 (1.32.4); FILE MERGED 2003/12/10 08:54:42 sb 1.32.4.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6968c458b61018a3402cf88096566349e06f0273]

        INTEGRATION: CWS sb10 (1.7.38); FILE MERGED 2004/01/13 13:47:54 sb 1.7.38.1: #114000# Adapted __queryDeepNoXInterface to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e4c9691ceedd475182edb15d9b05229abdb5895]

        INTEGRATION: CWS sb10 (1.4.4); FILE MERGED 2003/12/10 08:54:41 sb 1.4.4.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f79a0c64edf3c388779ce8e08dd7c44ddf149fbb]

        INTEGRATION: CWS sal05 (1.6.156); FILE MERGED 2003/11/03 12:30:59 tra 1.6.156.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dd014eddb71a926b829ff755edc2b30baf96e16]

        INTEGRATION: CWS sb10 (1.3.8); FILE MERGED 2003/10/31 08:36:12 sb 1.3.8.3: #112870# Ensure that getZClass always returns a normalized class (e.g., boolean.class, not Boolean.class). 2003/10/30 09:52:38 sb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2003/10/30 09:20:06 sb 1.3.8.1: #112870# Removed restrictions imposed by old TypeDescription implementation.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cff7c0d4bb29abd0228ffe768a0e8d417a67910]

        INTEGRATION: CWS sal05 (1.4.158); FILE MERGED 2003/11/03 12:30:58 tra 1.4.158.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9d34c39881be9e870ed7302a2e305eed6c259e3]

        INTEGRATION: CWS sb10 (1.3.10); FILE MERGED 2003/11/04 14:12:07 sb 1.3.10.2: #112870# Added testSequence. 2003/10/30 09:23:06 sb 1.3.10.1: #112870# Fixed typo.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [08ecaeeed5407777cce9a0983e20b0feb5ddb9c4]

        INTEGRATION: CWS sal05 (1.11.6); FILE MERGED 2004/01/26 14:24:51 tra 1.11.6.3: #112918#some warnings that can be disabled when compiling with wall (must be uncommented explicitly before compiling with wall=true, see makefile.mk 2003/11/21 12:38:15 tra 1.11.6.2: #113772#removed tempfile, dir, and fileimpl from makefile because they were merged to file.cxx 2003/11/03 12:30:57 tra 1.11.6.1: #112918#removed most warnings that will be generated when compiling osl with -Wall, explicitly disabled the following warnings which have been regarded as unnecessary 4820, 4668, 4711, 4201, 4217, 4710, 4619, 4514

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [65c94b27d7e7b0cf4e462dfdb3424d9604b494a8]

        INTEGRATION: CWS sal05 (1.2.88); FILE MERGED 2003/11/24 09:27:09 tra 1.2.88.1: #104528#added inline function mkdir

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [573adfebd9e0d7c67d137e04723b781160c2052e]

        INTEGRATION: CWS sb10 (1.11.8); FILE MERGED 2003/11/06 09:19:13 sb 1.11.8.5: #112870# Added additional constructor Type(Class zClass, boolean alternative). 2003/11/04 14:11:31 sb 1.11.8.4: #112870# Stricter validity checking. 2003/10/31 08:35:45 sb 1.11.8.3: #112870# Ensure that getZClass always returns a normalized class (e.g., boolean.class, not Boolean.class). 2003/10/30 09:52:44 sb 1.11.8.2: RESYNC: (1.11-1.12); FILE MERGED 2003/10/30 09:19:45 sb 1.11.8.1: #112870# Removed restrictions imposed by old TypeDescription implementation.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a55950686adbf1f239ce9c74ec96d8c1f9a7f839]

        INTEGRATION: CWS sal05 (1.2.88); FILE MERGED 2003/11/03 13:41:23 tra 1.2.88.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7da0352cafdcb0d30c03dc41f36fb17876be4d0d]

        INTEGRATION: CWS sb10 (1.15.10); FILE MERGED 2003/12/10 09:33:13 sb 1.15.10.4: #114000# Simplified initMethod/FieldDescriptions. 2003/11/06 09:20:37 sb 1.15.10.3: #112870# Cleaned up Field/MethodDescription code. 2003/11/04 14:10:28 sb 1.15.10.2: #112870# Various fixes/improvements. 2003/10/30 09:21:44 sb 1.15.10.1: #112870# Completely redesigned, as preparation for further modifications.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c4790bae7b0290b0e5a80d5f0c2a696832b7b61]

        INTEGRATION: CWS sal05 (1.5.36); FILE MERGED 2003/11/03 14:27:48 tra 1.5.36.1: #112918#remove most warnings reported by the solaris compiler when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea724858cbf1b1a3c2bfb4054e5ff7f5782b0bc5]

        INTEGRATION: CWS sb10 (1.4.80); FILE MERGED 2003/11/06 09:20:36 sb 1.4.80.2: #112870# Cleaned up Field/MethodDescription code. 2003/11/04 14:09:56 sb 1.4.80.1: #112870# Multiple inheritance requires otherwise identical MethodDescriptions with different indices.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7f40ab5242553e40c82bb8c704690d76a9360ed]

        INTEGRATION: CWS sal05 (1.5.46); FILE MERGED 2003/11/03 13:41:22 tra 1.5.46.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d48683829e248cbb4ad7c6f3b1538e1c8946ef27]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/11/06 09:20:23 sb 1.1.2.1: #112870# Cleaned up Field/MethodDescription code.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae6559da61fc6a49f5d8e11d6af613f0c912e6bd]

        INTEGRATION: CWS sal05 (1.20.20); FILE MERGED 2003/11/03 13:41:22 tra 1.20.20.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f016a91f99df37051d56006bc96c35e26e288910]

        INTEGRATION: CWS sb10 (1.2.68); FILE MERGED 2003/11/06 09:20:36 sb 1.2.68.1: #112870# Cleaned up Field/MethodDescription code.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5e804c994d444b46f1e5b8093c0edc8aa455db2]

        INTEGRATION: CWS sal05 (1.17.32); FILE MERGED 2004/01/24 13:18:20 tra 1.17.32.3: RESYNC: (1.18-1.19); FILE MERGED 2004/01/05 11:11:02 tra 1.17.32.2: RESYNC: (1.17-1.18); FILE MERGED 2003/11/03 13:41:22 tra 1.17.32.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [10508f7db8297a20b9291b96d9aae1858852de3f]

        INTEGRATION: CWS sal05 (1.7.78); FILE MERGED 2004/01/24 13:18:30 tra 1.7.78.3: RESYNC: (1.8-1.9); FILE MERGED 2004/01/05 11:11:37 tra 1.7.78.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/03 13:41:21 tra 1.7.78.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2af3d73d9fdcc7fbd7e1132f23bb73346e173371]

        INTEGRATION: CWS sal05 (1.3.36); FILE MERGED 2003/11/03 13:41:21 tra 1.3.36.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7c8d95f89a7aa9da0b3ae914695f41a31446fae]

        INTEGRATION: CWS sb10 (1.12.42); FILE MERGED 2003/12/10 09:44:37 sb 1.12.42.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b2132ab2319739b6ee8b8ae043f79ea682877b8]

        INTEGRATION: CWS sal05 (1.31.36); FILE MERGED 2003/11/03 14:27:48 tra 1.31.36.2: #112918#remove most warnings reported by the solaris compiler when compiling with -wall 2003/11/03 13:41:20 tra 1.31.36.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d359a531d91524cf99095c3499abd993d0c9f016]

        INTEGRATION: CWS sb10 (1.5.34); FILE MERGED 2003/12/10 09:44:36 sb 1.5.34.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [974e2a89bd5095f9dac8a126cd089da7d3ad4cea]

        INTEGRATION: CWS sal05 (1.10.70); FILE MERGED 2003/11/03 14:27:47 tra 1.10.70.2: #112918#remove most warnings reported by the solaris compiler when compiling with -wall 2003/11/03 13:41:20 tra 1.10.70.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [262ca69166d589a624b78d1db9514bc6230055f4]

        INTEGRATION: CWS sb10 (1.9.42); FILE MERGED 2003/12/10 09:44:35 sb 1.9.42.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [32428b28b3835dbc7ad9fe12739ea33516f9d887]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/10 09:44:34 sb 1.1.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [589841d772b368db550a584a77117aa25c6b6127]

        INTEGRATION: CWS sal05 (1.28.70); FILE MERGED 2003/12/18 10:28:21 tra 1.28.70.4: #i22371#new functions osl_getFunctionAddress osl_getModuleURLFromFunctionAddress 2003/12/18 09:14:53 tra 1.28.70.3: #i22371#see bug description for details 2003/11/03 14:27:47 tra 1.28.70.2: #112918#remove most warnings reported by the solaris compiler when compiling with -wall 2003/11/03 13:41:19 tra 1.28.70.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb9d054e761ca0ef469280582d5d6f20faed0445]

        INTEGRATION: CWS sb10 (1.9.42); FILE MERGED 2003/12/10 09:44:33 sb 1.9.42.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [058250d46eb981975ad69daefdf0badb356f9b53]

        INTEGRATION: CWS sal05 (1.7.64); FILE MERGED 2003/11/03 13:41:19 tra 1.7.64.1: #112918#removed most warnings generated when compiling with -wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e093f7f3404d09ee302b119190a968f4f109427]

        INTEGRATION: CWS sal05 (1.1.2); FILE ADDED 2004/01/27 09:28:46 tra 1.1.2.3: #104528#merged in last changes from former file 'file.c' 2004/01/26 15:11:18 tra 1.1.2.2: #104528#update after code inspection 2003/11/24 09:26:14 tra 1.1.2.1: #113772# #104528# moved code from file.c to this file, added osl_createDirectoryPath; FOR OLD CVS COMMENTS see file.c

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [42378006b9db115530923d08f7546c6324d05314]

        INTEGRATION: CWS sal05 (1.8.88); FILE MERGED 2003/11/24 09:56:58 tra 1.8.88.1: #112918#declared function osl_getGlobalTimer() as osl_getGlobalTimer(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba840ecb4c4d78be3ca3cfb604c154a6d21b6325]

        INTEGRATION: CWS sb10 (1.2.32); FILE MERGED 2003/11/04 14:04:55 sb 1.2.32.1: #112870# Fixed typos in UNOTYPEINFO.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2069d69387041aab995315fc528fe59614082eb1]

        INTEGRATION: CWS sal05 (1.8.178); FILE MERGED 2003/11/24 09:54:38 tra 1.8.178.1: #112918#declared function osl_getThreadTextEncoding() as osl_getThreadTextEncoding(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b789c657cc8c3c4158a02b4d561a7f701ca4582b]

        INTEGRATION: CWS sal05 (1.6.166); FILE MERGED 2003/11/24 09:53:37 tra 1.6.166.1: #112918#declared function osl_createSocketSet() as osl_createSocketSet(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c50641c1a14f142ad0d0abeeff687293ca43e1a7]

        INTEGRATION: CWS sal05 (1.15.6); FILE MERGED 2003/11/24 09:52:35 tra 1.15.6.1: #112918#declared function osl_getCommandArgCount() as os_getCommandArgCount(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [34f784d2b9d557ed24b1c817169dfbab8f5a3f9f]

        INTEGRATION: CWS sal05 (1.6.88); FILE MERGED 2003/11/24 09:51:05 tra 1.6.88.1: #112918#declared function osl_getGlobalMutex() as osl_getGlobalMutex(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [761ecf6626e1b98b6db989e1631c0d84cdb5c160]

        INTEGRATION: CWS sb10 (1.9.10); FILE MERGED 2003/11/10 09:55:39 sb 1.9.10.1: #110431# Removed dead TypeDescriptionManager service.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [005c32653ff015dfb8294256e176fed11eeb208c]

        INTEGRATION: CWS sal05 (1.7.88); FILE MERGED 2003/12/18 10:12:36 tra 1.7.88.1: #i22371#new function Module::getFunctionSymbol and overloaded function getUrlFromAddress

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9495fd35e1c34e6d43160b65e17608c97ef3b06]

        INTEGRATION: CWS sal05 (1.10.160); FILE MERGED 2003/12/18 10:10:05 tra 1.10.160.1: #i22371#new function osl_getFunctionSymbol

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c084ff3f72679c0060cbb85c0e0f63a8e5251e0f]

        INTEGRATION: CWS sb10 (1.8.2); FILE MERGED 2003/11/10 09:55:38 sb 1.8.2.1: #110431# Removed dead TypeDescriptionManager service.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b35b23fdeebf4cfd72d147e1c3ed4041fadaea58]

        INTEGRATION: CWS sb10 (1.5.50); FILE MERGED 2003/11/04 14:03:46 sb 1.5.50.1: #112870# Improved robustness by not relying on details of com.sun.star.uno.Type class.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a189474f7fc0a2ecffc9292179ad5dc60d130391]

        INTEGRATION: CWS sal05 (1.30.64); FILE MERGED 2004/01/26 18:56:40 tra 1.30.64.9: #104528#update after code inspection of createPath 2004/01/26 15:13:13 tra 1.30.64.8: #104528#update after osl_createDirectoryPath code inspection 2004/01/26 14:19:13 tra 1.30.64.7: #104528#updates after code inspection 2004/01/08 10:10:59 tra 1.30.64.6: small update of createPath documentation 2004/01/05 11:13:17 tra 1.30.64.5: RESYNC: (1.30-1.31); FILE MERGED 2003/12/18 08:54:54 tra 1.30.64.4: #104528#onDirectoryCreated is now a standalone function which calls only a public function of the DirectoryCreateObserver class so there is no need for friendship 2003/11/24 18:53:26 tra 1.30.64.3: #104528#removed friendship of onDirectoryCreated 2003/11/24 09:36:45 tra 1.30.64.2: #104528#onDirectoryCreated now inline function with C linkage, this function is friend of class osl::Directory 2003/11/21 16:01:10 tra 1.30.64.1: #104528#Directory::createDirectoryPath and DirectoryCreationObserver introduced

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c313516bde2d2587b4738545a88477f34748c80]

        INTEGRATION: CWS sb10 (1.11.72); FILE MERGED 2003/10/30 09:15:29 sb 1.11.72.1: #112870# Do not rely on internal details of TypeDescription class.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c0987ee7c3ada99c2afc4f231e1d32bf9309814]

        INTEGRATION: CWS sal05 (1.27.64); FILE MERGED 2004/01/26 14:19:11 tra 1.27.64.4: #104528#updates after code inspection 2004/01/08 10:10:25 tra 1.27.64.3: small update of osl_createDirectoryPath documentation 2004/01/05 11:12:57 tra 1.27.64.2: RESYNC: (1.27-1.28); FILE MERGED 2003/11/21 16:00:35 tra 1.27.64.1: #104528#osl_createDirectoryPath introduced

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [97ec73f27963947cd15349c3a603fb0dda4b44d2]

        INTEGRATION: CWS sal05 (1.2.12); FILE MERGED 2004/01/05 10:34:58 tra 1.2.12.2: merge conflicts resolved 2003/12/18 10:57:10 tra 1.2.12.1: #i22046#use new osl function Module::getFunctionSymbol and the now correct reinterpret_cast to avoid warnings when compiling with wall

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [700621fd6731d0f39d2342e2276b8c605d5cc8cd]

        INTEGRATION: CWS sal05 (1.2.16); FILE MERGED 2003/12/18 10:47:21 tra 1.2.16.1: #i22046#removed unnecessary semicolon at the end of the namespace declaration

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd83656574f659435cab2fb9ab897815af8e9ef8]

        INTEGRATION: CWS calcrtl (1.1.2); FILE ADDED 2003/12/04 15:09:20 sab 1.1.2.1: #106948#, add own service of uno::Shape

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2d23055ab92f7c7664a453b2b14c35494d107cc]

        INTEGRATION: CWS calcrtl (1.19.26); FILE MERGED 2003/10/29 19:43:15 nn 1.19.26.1: #106948# handle text alignment in repaint

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3509380bf235487285828463e6e35ca9dd79e75]

        INTEGRATION: CWS calcrtl (1.11.90); FILE MERGED 2003/11/27 11:13:33 nn 1.11.90.2: RESYNC: (1.11-1.12); FILE MERGED 2003/07/30 18:23:39 nn 1.11.90.1: #106948# RTL: insert objects

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [94b4ed240a8b5a9fd9a45d2e260bc21775a0e3a2]

        INTEGRATION: CWS calcrtl (1.23.34); FILE MERGED 2003/07/30 18:23:39 nn 1.23.34.1: #106948# RTL: insert objects

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8919e5387ee28f8d12aa1b568168b53482eddd23]

        INTEGRATION: CWS calcrtl (1.21.18); FILE MERGED 2004/01/13 12:05:35 sab 1.21.18.2: RESYNC: (1.21-1.22); FILE MERGED 2003/10/31 18:42:49 nn 1.21.18.1: #106948# adjust edit area to text alignment

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd9a520b088af2f0b40947da64ec1172906858e1]

        INTEGRATION: CWS calcrtl (1.22.82); FILE MERGED 2003/11/27 11:13:27 nn 1.22.82.2: RESYNC: (1.22-1.23); FILE MERGED 2003/10/29 19:43:16 nn 1.22.82.1: #106948# handle text alignment in repaint

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [842ace1b20c81496693f22115e549f59211baec3]

        INTEGRATION: CWS calcrtl (1.38.26); FILE MERGED 2004/01/13 12:03:52 sab 1.38.26.3: RESYNC: (1.38-1.40); FILE MERGED 2003/10/31 18:42:47 nn 1.38.26.2: #106948# adjust edit area to text alignment 2003/06/30 17:21:44 nn 1.38.26.1: #106948# RTL layout, continued implementation

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [46def86c0f46a7c48c865f8ea490f6032f890cb6]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/10/30 09:27:13 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [58471f6a7b748a3c0706e44ff01400a064096063]

        INTEGRATION: CWS calcrtl (1.5.34); FILE MERGED 2003/07/30 18:23:39 nn 1.5.34.1: #106948# RTL: insert objects

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2addbb7fe6999495561337e069270c306c9bf62]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/10/30 09:27:05 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [67084ec4f4812b91ed467b718a5551e3cf063c38]

        INTEGRATION: CWS calcrtl (1.5.34); FILE MERGED 2003/07/11 10:23:51 nn 1.5.34.1: #106948# menu function to mirror sheet

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2175e39dc2d2d516eab35b162f4a5d0ba8aea7ea]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/10/30 09:26:58 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [886d246e2622687d3068e1c436141f88613c7bf9]

        INTEGRATION: CWS calcrtl (1.32.6); FILE MERGED 2003/10/08 09:14:59 nn 1.32.6.2: RESYNC: (1.32-1.33); FILE MERGED 2003/07/30 14:50:11 nn 1.32.6.1: #106948# initialize RTL flag for new sheets

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a30988b9f1e102b3acc7b2342980e9fc5ff4fa87]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/10/30 09:26:50 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e576cde585893551d12e2bd6ee072e5d222bb1c]

        INTEGRATION: CWS calcrtl (1.11.28); FILE MERGED 2003/11/11 11:34:29 dr 1.11.28.3: #106948# changes for RTL UI 2003/07/25 16:50:45 nn 1.11.28.2: #106948# RTL handling of drawing objects 2003/07/11 10:33:40 nn 1.11.28.1: #106948# RTL ordering of view elements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8e8a198f24121c0ce8e40594114b943bbcac3cd]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/10/30 09:26:42 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [75b0549150be8395f470c487272fd517c9abadda]

        INTEGRATION: CWS calcrtl (1.2.82); FILE MERGED 2003/07/29 18:12:28 nn 1.2.82.1: #106948# RTL scroll bar handling

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d04a96c53602f1ba87ebe12b563661b5029d018c]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/10 09:41:52 sb 1.1.2.2: #114000# Adapted to multiple-inheritance interface types instead of elevated service descriptions. 2003/10/30 09:26:34 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d111cadec9a52232e71a59ff7fc2d2faf49d6fa2]

        INTEGRATION: CWS calcrtl (1.33.6); FILE MERGED 2003/10/31 18:42:48 nn 1.33.6.3: #106948# adjust edit area to text alignment 2003/10/08 09:14:54 nn 1.33.6.2: RESYNC: (1.33-1.35); FILE MERGED 2003/06/30 17:21:43 nn 1.33.6.1: #106948# RTL layout, continued implementation

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0498161f58b0bfbeab1152a1979a93d15e8e08d2]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/10 09:41:52 sb 1.1.2.2: #114000# Adapted to multiple-inheritance interface types instead of elevated service descriptions. 2003/10/30 09:26:27 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f49503b572dbb5a6c652423245d819dc336bfd3]

        INTEGRATION: CWS calcrtl (1.15.84); FILE MERGED 2003/11/13 10:41:19 dr 1.15.84.7: #106948# do not move pointer after context menu 2003/11/11 11:34:28 dr 1.15.84.6: #106948# changes for RTL UI 2003/11/10 14:50:23 ssa 1.15.84.5: #106948# correct splitting in mirrored mode 2003/11/06 14:44:59 dr 1.15.84.4: #106948# TabBar supports permanent mirrored layout 2003/07/30 18:23:38 nn 1.15.84.3: #106948# RTL: insert objects 2003/07/29 18:12:27 nn 1.15.84.2: #106948# RTL scroll bar handling 2003/07/11 10:33:39 nn 1.15.84.1: #106948# RTL ordering of view elements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8337a7081be85ceb67d6a3782e0d77dabee01d6]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/10 09:41:51 sb 1.1.2.2: #114000# Adapted to multiple-inheritance interface types instead of elevated service descriptions. 2003/10/30 09:26:18 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c357a3537ff3120aa7fa229f2df5a4216fa4bc30]

        INTEGRATION: CWS calcrtl (1.2.122); FILE MERGED 2003/11/10 14:50:25 ssa 1.2.122.2: #106948# correct splitting in mirrored mode 2003/07/11 10:33:39 nn 1.2.122.1: #106948# RTL ordering of view elements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b70706acbed325a884930292c718e2de1fa4a688]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/10 09:41:50 sb 1.1.2.3: #114000# Adapted to multiple-inheritance interface types instead of elevated service descriptions. 2003/11/04 14:22:57 sb 1.1.2.2: #112870# Ensure bridge shutdown. 2003/10/30 09:26:10 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2c6bf8986ae03e67e21d150bff2c4c3ec87ba13]

        INTEGRATION: CWS calcrtl (1.5.114); FILE MERGED 2004/01/13 12:02:50 sab 1.5.114.5: RESYNC: (1.5-1.6); FILE MERGED 2003/11/13 10:41:19 dr 1.5.114.4: #106948# do not move pointer after context menu 2003/11/13 10:27:13 dr 1.5.114.3: #106948# move mouse pointer if mirrored state changes 2003/11/11 11:34:27 dr 1.5.114.2: #106948# changes for RTL UI 2003/07/11 10:33:38 nn 1.5.114.1: #106948# RTL ordering of view elements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8654ebe68c0879fc53946ab5aa26ad1cb97acdff]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/11/04 14:14:07 sb 1.1.2.2: #112870# Drain output streams of spawned process, to avoid deadlocks. 2003/10/30 09:26:02 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [02fdb012eeb01d598a5bbdf69a3069b8b197d575]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/10/30 09:25:53 sb 1.1.2.1: #112870#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [43c732cff996eb9448a70deadb7565bb4ac28eba]

        INTEGRATION: CWS calcrtl (1.29.6); FILE MERGED 2004/01/13 12:02:30 sab 1.29.6.4: RESYNC: (1.30-1.32); FILE MERGED 2003/11/27 11:13:19 nn 1.29.6.3: RESYNC: (1.29-1.30); FILE MERGED 2003/10/29 19:19:53 nn 1.29.6.2: #106948# for RTL, start page layout from the right edge 2003/06/30 17:21:43 nn 1.29.6.1: #106948# RTL layout, continued implementation

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [05442016d1b6e878af38b4eee471ddb058de4a08]

        INTEGRATION: CWS calcrtl (1.8.86); FILE MERGED 2004/01/13 12:01:34 sab 1.8.86.3: RESYNC: (1.9-1.10); FILE MERGED 2003/11/27 11:12:43 nn 1.8.86.2: RESYNC: (1.8-1.9); FILE MERGED 2003/07/11 10:27:20 nn 1.8.86.1: #106948# handle drawing objects in RTL mode

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a0ede021bfcdb534d6e4ee3f9f0e00e68621119]

        INTEGRATION: CWS calcrtl (1.35.34); FILE MERGED 2003/11/04 16:18:27 nn 1.35.34.9: RESYNC: (1.35-1.36); FILE MERGED 2003/10/31 18:42:47 nn 1.35.34.8: #106948# adjust edit area to text alignment 2003/10/23 16:46:36 nn 1.35.34.7: #106948# horizontal alignment of rotated text 2003/10/20 19:02:09 nn 1.35.34.6: #106948# look at both sides if painting only one column 2003/10/17 19:59:25 nn 1.35.34.5: #106948# mark edit cells in right row 2003/10/17 19:52:35 nn 1.35.34.4: #106948# clipping of formatted text 2003/10/10 18:59:30 nn 1.35.34.3: #106948# text alignment continued 2003/08/14 19:20:15 nn 1.35.34.2: #106948# continue long text in both directions 2003/06/30 17:21:42 nn 1.35.34.1: #106948# RTL layout, continued implementation

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [365ccaa83ef3083bb54569060fec329d9bb29be5]

        INTEGRATION: CWS calcrtl (1.17.2.2.16); FILE MERGED 2004/01/13 12:00:59 sab 1.17.2.2.16.7: RESYNC: (1.18-1.20); FILE MERGED 2003/08/14 19:20:13 nn 1.17.2.2.16.6: #106948# continue long text in both directions 2003/06/30 17:21:41 nn 1.17.2.2.16.5: #106948# RTL layout, continued implementation 2003/06/12 14:26:25 nn 1.17.2.2.16.4: #106948# RTL layout: shadow is not mirrored 2003/03/14 19:39:45 nn 1.17.2.2.16.3: #106948# RTL layout: shadow, borders and markers 2003/03/10 14:14:24 nn 1.17.2.2.16.2: RESYNC: (1.17.2.2-1.17.2.3); FILE MERGED 2003/03/10 14:03:07 nn 1.17.2.2.16.1: #106948# RTL layout: background and grid

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdc46074e30beafd705664c96a654a38456b821c]

        INTEGRATION: CWS calcrtl (1.6.12); FILE MERGED 2003/07/11 10:33:38 nn 1.6.12.1: #106948# RTL ordering of view elements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [de87707fd5a6b0374fb11be322985ca30e01504f]

        INTEGRATION: CWS calcrtl (1.1.1.1.126); FILE MERGED 2003/06/30 17:21:41 nn 1.1.1.1.126.2: #106948# RTL layout, continued implementation 2003/03/14 19:38:12 nn 1.1.1.1.126.1: #106948# handle RTL layout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fe2575a3ab6369c8f56bc943b3bea0c9cb5794f]

        INTEGRATION: CWS calcrtl (1.10.34); FILE MERGED 2004/01/13 12:00:07 sab 1.10.34.4: RESYNC: (1.11-1.12); FILE MERGED 2003/07/11 10:33:38 nn 1.10.34.3: #106948# RTL ordering of view elements 2003/06/30 17:40:44 nn 1.10.34.2: RESYNC: (1.10-1.11); FILE MERGED 2003/06/30 17:21:41 nn 1.10.34.1: #106948# RTL layout, continued implementation

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c2188d80a0fed23a26111b36b27ac9c1fad3653]

        INTEGRATION: CWS calcrtl (1.17.2.1.56); FILE MERGED 2003/11/27 11:12:23 nn 1.17.2.1.56.8: RESYNC: (1.19-1.20); FILE MERGED 2003/10/31 18:42:48 nn 1.17.2.1.56.7: #106948# adjust edit area to text alignment 2003/10/27 17:31:45 nn 1.17.2.1.56.6: #106948# RTL for list validity button 2003/10/08 09:14:48 nn 1.17.2.1.56.5: RESYNC: (1.18-1.19); FILE MERGED 2003/07/29 15:17:29 nn 1.17.2.1.56.4: #106948# RTL paint of background area 2003/07/11 10:33:37 nn 1.17.2.1.56.3: #106948# RTL ordering of view elements 2003/06/30 17:21:40 nn 1.17.2.1.56.2: #106948# RTL layout, continued implementation 2003/03/10 14:02:32 nn 1.17.2.1.56.1: #106948# set output data mirror width

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [59a8a69fe5a09831b71fc224b45c1cee941675ef]

        INTEGRATION: CWS sb10 (1.2.62); FILE MERGED 2003/11/04 13:57:45 sb 1.2.62.1: #112870# Removed bad tests on non-UNO types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc18c16f1bee2569d861994bdac2c2352ceb8041]

        INTEGRATION: CWS calcrtl (1.6.26); FILE MERGED 2003/11/27 11:12:15 nn 1.6.26.4: RESYNC: (1.6-1.7); FILE MERGED 2003/07/30 18:22:41 nn 1.6.26.3: #106948# RTL anchor 2003/07/25 16:50:44 nn 1.6.26.2: #106948# RTL handling of drawing objects 2003/07/11 10:28:38 nn 1.6.26.1: #106948# handle drawing objects in RTL mode

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6fceb2f495c5d430e4b33988f4d2a6d9c1e5a32]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2004/01/08 13:43:44 sb 1.1.2.1: #114000# Factored out more shared code.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [99172512b5ba21086b85829b49519dec0f48456e]

        INTEGRATION: CWS calcrtl (1.41.26); FILE MERGED 2004/01/13 11:59:27 sab 1.41.26.6: RESYNC: (1.44-1.45); FILE MERGED 2003/11/26 13:51:07 pb 1.41.26.5: fix: #106948# explicit mirroring of filterbox 2003/10/08 09:14:41 nn 1.41.26.4: RESYNC: (1.43-1.44); FILE MERGED 2003/07/11 10:33:37 nn 1.41.26.3: #106948# RTL ordering of view elements 2003/06/30 17:40:33 nn 1.41.26.2: RESYNC: (1.41-1.43); FILE MERGED 2003/06/30 17:21:39 nn 1.41.26.1: #106948# RTL layout, continued implementation

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3632fcd59bddf61b9c0894d1dd30608aa46c83a]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2004/01/08 13:43:41 sb 1.1.2.1: #114000# Factored out more shared code.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [728bd887e3885799528bc9dd407f398773389bf7]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/18 08:08:11 sb 1.1.2.2: #114000# Fixed MSVC compile problems. 2003/12/10 10:50:22 sb 1.1.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c678310d34a9de2b3774dc644467f49a15fae53]

        INTEGRATION: CWS calcrtl (1.1.1.1.126); FILE MERGED 2003/03/10 13:59:45 nn 1.1.1.1.126.1: #106948# handle negative difference for RTL layout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [31880aba73ff3111f96051615908b3100968ab2e]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2004/01/08 15:42:11 sb 1.1.2.1: #114000# Cleaned up.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b6ccb8358ec99652283ec5a9361881b53211698]

        INTEGRATION: CWS calcrtl (1.20.6); FILE MERGED 2004/01/13 11:59:08 sab 1.20.6.5: RESYNC: (1.21-1.22); FILE MERGED 2003/11/27 11:12:07 nn 1.20.6.4: RESYNC: (1.20-1.21); FILE MERGED 2003/07/30 18:22:41 nn 1.20.6.3: #106948# RTL anchor 2003/07/11 12:10:34 nn 1.20.6.2: #106948# gcc needs a variable 2003/07/11 10:27:20 nn 1.20.6.1: #106948# handle drawing objects in RTL mode

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [96cb8856ba54c018ba74ccdc001f8076ebbb605e]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2004/01/08 15:42:11 sb 1.1.2.3: #114000# Cleaned up. 2004/01/08 13:43:37 sb 1.1.2.2: #114000# Factored out more shared code. 2003/12/10 10:50:20 sb 1.1.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fcd20c9b91927f778bebccebc8832767b4bbbe7]

        INTEGRATION: CWS calcrtl (1.9.86); FILE MERGED 2003/07/11 10:33:37 nn 1.9.86.2: #106948# RTL ordering of view elements 2003/06/30 17:21:39 nn 1.9.86.1: #106948# RTL layout, continued implementation

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c6810928ea424c4aab4eea22ee527b911ac132c]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2004/01/08 13:43:35 sb 1.1.2.1: #114000# Factored out more shared code.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b848d87aee9dac36b72e56000cfa2cda01ee1d8]

        INTEGRATION: CWS calcrtl (1.4.82); FILE MERGED 2003/10/08 09:14:24 nn 1.4.82.2: RESYNC: (1.4-1.5); FILE MERGED 2003/06/30 17:21:38 nn 1.4.82.1: #106948# RTL layout, continued implementation

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8014c9fb7d131b50184ac33153e66d67ea1d78f]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2004/01/08 13:43:30 sb 1.1.2.4: #114000# Factored out more shared code. 2003/12/19 16:14:58 sb 1.1.2.3: #114000# Factored out even more shared behaviour. 2003/12/18 08:08:11 sb 1.1.2.2: #114000# Fixed MSVC compile problems. 2003/12/10 10:50:16 sb 1.1.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [56585b0664738232acc0dd0531f008e524128038]

        INTEGRATION: CWS calcrtl (1.9.34); FILE MERGED 2003/11/27 11:14:10 nn 1.9.34.2: RESYNC: (1.9-1.10); FILE MERGED 2003/10/30 13:28:55 sab 1.9.34.1: #106948#; add new properties to a shape

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [90d3d7bc330e96453a3b76b91ffb9a557374f605]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/10 10:50:15 sb 1.1.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [493b9d024cf3fd93238529e29ee963d31e3f7cee]

        INTEGRATION: CWS calcrtl (1.77.34); FILE MERGED 2004/01/27 13:20:43 sab 1.77.34.6: #106948#; use the constants of WritingMode2 2004/01/26 17:56:22 sab 1.77.34.5: #106948#; the TableLayout is a short 2004/01/13 12:05:50 sab 1.77.34.4: RESYNC: (1.78-1.79); FILE MERGED 2004/01/12 17:46:37 sab 1.77.34.3: #114392#; TableLayout is of type writingmode and not sal_Int16 2003/11/04 16:19:04 nn 1.77.34.2: RESYNC: (1.77-1.78); FILE MERGED 2003/07/03 11:35:23 sab 1.77.34.1: #106948#; add new property TableLayout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [03ba4d6094c1bf3349a48491eedada458264214e]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/10 10:50:12 sb 1.1.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92915ee35e6314c020b4d677383d243e85f55796]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/10 10:50:08 sb 1.1.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7afb00ef7ecf5fe9c4cabfb77f8f87ca68e2a5fc]

        INTEGRATION: CWS calcrtl (1.8.6); FILE MERGED 2003/07/11 10:21:34 nn 1.8.6.1: #106948# menu function to mirror sheet

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e777ae879bf4439b1950cb0096af2752739955dc]

        INTEGRATION: CWS sb10 (1.9.2); FILE MERGED 2004/01/08 15:42:10 sb 1.9.2.3: #114000# Cleaned up. 2004/01/08 13:47:41 sb 1.9.2.2: #114000# Complete adaption of cpp_uno/msvc_win32_intel to cpp_uno/shared. 2003/12/19 16:11:37 sb 1.9.2.1: #114000# Initial adaption of cpp_uno/msvc_win32_intel to cpp_uno/shared.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [45aad0a070b6028acfe2aebbdb0d1ba6462e1f39]

        INTEGRATION: CWS calcrtl (1.4.34); FILE MERGED 2003/10/29 19:42:38 nn 1.4.34.1: #106948# handle text alignment in repaint

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe81d15fc35a2c4caf5e1c51507c375c3d795833]

        INTEGRATION: CWS sb10 (1.10.2); FILE MERGED 2003/12/19 16:11:36 sb 1.10.2.1: #114000# Initial adaption of cpp_uno/msvc_win32_intel to cpp_uno/shared.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [54bb166092d9ad30453ffcc1a694a0e6563ffce1]

        INTEGRATION: CWS calcrtl (1.7.90); FILE MERGED 2003/10/29 19:42:37 nn 1.7.90.1: #106948# handle text alignment in repaint

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4568ed0b2775c844340a03af7f45468c3d69b1a7]

        INTEGRATION: CWS sb10 (1.11.2); FILE MERGED 2004/01/08 15:42:09 sb 1.11.2.1: #114000# Cleaned up.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e95fbeabcc8d1b0c1efa0648a43b32e2b3531cf7]

        INTEGRATION: CWS calcrtl (1.10.84); FILE MERGED 2003/10/29 19:42:37 nn 1.10.84.1: #106948# handle text alignment in repaint

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9345a3bed3cb823d298bbfe35612bb154e972673]

        INTEGRATION: CWS sb10 (1.11.52); FILE MERGED 2004/01/08 15:42:09 sb 1.11.52.3: #114000# Cleaned up. 2004/01/08 13:47:40 sb 1.11.52.2: #114000# Complete adaption of cpp_uno/msvc_win32_intel to cpp_uno/shared. 2003/12/19 16:11:36 sb 1.11.52.1: #114000# Initial adaption of cpp_uno/msvc_win32_intel to cpp_uno/shared.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3294b0abb2cffc8bce5ce728f33e4a46fa28aad0]

        INTEGRATION: CWS calcrtl (1.45.18); FILE MERGED 2004/01/13 12:11:39 sab 1.45.18.3: RESYNC: (1.47-1.48); FILE MERGED 2003/10/08 09:20:25 nn 1.45.18.2: RESYNC: (1.45-1.47); FILE MERGED 2003/07/11 10:20:43 nn 1.45.18.1: #106948# menu function to mirror sheet

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2d7d0cb36092b998e9570a9329d1f80ebe5387c]

        INTEGRATION: CWS sb10 (1.2.36); FILE MERGED 2004/01/18 01:53:31 khendricks 1.2.36.1: committing multinherit changes for gcc3_macosx_powerpc
        
        These changes should be correct except for typos
        
        I can not test this bridge since the 680 tree will
        not build on MacOSX yet until all of the changes from the
        cws_fix645_ooo111fix2 tree are merged into the 680 tree.
        
        As soon as the 680 tree gets buildable on MacOSX
        I will test the bridge and make any minor corrections

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [84238adf126d4cfb7b3cf7e46ab53a943b739231]

        INTEGRATION: CWS calcrtl (1.45.18); FILE MERGED 2004/01/13 12:09:57 sab 1.45.18.3: RESYNC: (1.47-1.48); FILE MERGED 2003/10/08 09:19:18 nn 1.45.18.2: RESYNC: (1.45-1.47); FILE MERGED 2003/07/11 10:20:43 nn 1.45.18.1: #106948# menu function to mirror sheet

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1513ba7255d740012c1a4974badb27d4b5f9915]

        INTEGRATION: CWS sb10 (1.2.36); FILE MERGED 2004/01/18 01:53:30 khendricks 1.2.36.1: committing multinherit changes for gcc3_macosx_powerpc
        
        These changes should be correct except for typos
        
        I can not test this bridge since the 680 tree will
        not build on MacOSX yet until all of the changes from the
        cws_fix645_ooo111fix2 tree are merged into the 680 tree.
        
        As soon as the 680 tree gets buildable on MacOSX
        I will test the bridge and make any minor corrections

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2f4e71c2150124f21fe3c7e6c07d132d703efcf]

        INTEGRATION: CWS calcrtl (1.12.26); FILE MERGED 2003/10/31 18:41:01 nn 1.12.26.1: #106948# adjust edit area to text alignment

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf238015ccee400e3feaaa014bbdebf9f3402d29]

        INTEGRATION: CWS calcrtl (1.5.100); FILE MERGED 2003/07/11 10:21:10 nn 1.5.100.1: #106948# menu function to mirror sheet

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [da1322e615afdf5dcc7fe66477ab4c338fdfd5e7]

        INTEGRATION: CWS sb10 (1.2.36); FILE MERGED 2004/01/18 01:53:29 khendricks 1.2.36.1: committing multinherit changes for gcc3_macosx_powerpc
        
        These changes should be correct except for typos
        
        I can not test this bridge since the 680 tree will
        not build on MacOSX yet until all of the changes from the
        cws_fix645_ooo111fix2 tree are merged into the 680 tree.
        
        As soon as the 680 tree gets buildable on MacOSX
        I will test the bridge and make any minor corrections

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eecb5381b21ceb905b340e8a6bcb8f9e673745e2]

        INTEGRATION: CWS calcrtl (1.6.84); FILE MERGED 2003/10/29 19:41:09 nn 1.6.84.1: #106948# handle text alignment in repaint

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [516dd2e1bec209b322ca2a9736464c3461f27212]

        INTEGRATION: CWS sb10 (1.4.44); FILE MERGED 2004/01/17 18:40:45 khendricks 1.4.44.1: Stephan,
        
        I am adding in the new ppc linux bridge code to your branch
        in the hopes it will get merged in when your branch
        tag is merged in
        
        it passes the multinherit tests in all forms
        
        I will try to fix the MacOSX stuff next.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2188a6bc5c11aa8c99d9892300c45c6ae54eac0]

        INTEGRATION: CWS calcrtl (1.10.28); FILE MERGED 2003/10/08 09:25:59 nn 1.10.28.2: RESYNC: (1.10-1.11); FILE MERGED 2003/07/29 18:12:14 nn 1.10.28.1: #106948# RTL scroll bar handling

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dcfe6d9f0917f84a61314b3a3e5acdb4e355769]

        INTEGRATION: CWS sb10 (1.3.88); FILE MERGED 2004/01/17 18:40:45 khendricks 1.3.88.1: Stephan,
        
        I am adding in the new ppc linux bridge code to your branch
        in the hopes it will get merged in when your branch
        tag is merged in
        
        it passes the multinherit tests in all forms
        
        I will try to fix the MacOSX stuff next.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b84aca5f691defbfc00b7f7ae7e6ca1cd0e56693]

        INTEGRATION: CWS calcrtl (1.3.114); FILE MERGED 2003/11/13 10:41:03 dr 1.3.114.2: #106948# do not move pointer after context menu 2003/11/13 10:26:15 dr 1.3.114.1: #106948# move mouse pointer if mirrored state changes

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f16e07c797c17ee0900a66b5baa696f20e4c0c70]

        INTEGRATION: CWS sb10 (1.3.88); FILE MERGED 2004/01/17 18:40:44 khendricks 1.3.88.1: Stephan,
        
        I am adding in the new ppc linux bridge code to your branch
        in the hopes it will get merged in when your branch
        tag is merged in
        
        it passes the multinherit tests in all forms
        
        I will try to fix the MacOSX stuff next.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7eae0931884e40059d73ccf80bda5174f601bb1]

        INTEGRATION: CWS sb10 (1.4.52); FILE MERGED 2004/01/17 18:40:44 khendricks 1.4.52.1: Stephan,
        
        I am adding in the new ppc linux bridge code to your branch
        in the hopes it will get merged in when your branch
        tag is merged in
        
        it passes the multinherit tests in all forms
        
        I will try to fix the MacOSX stuff next.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [61f8216ce426cae9b214c41e85327254757ca067]

        INTEGRATION: CWS calcrtl (1.6.2.1.16); FILE MERGED 2004/01/13 12:20:59 sab 1.6.2.1.16.6: RESYNC: (1.8-1.9); FILE MERGED 2003/11/27 11:15:05 nn 1.6.2.1.16.5: RESYNC: (1.7-1.8); FILE MERGED 2003/10/23 16:46:54 nn 1.6.2.1.16.4: #106948# horizontal alignment of rotated text 2003/08/14 19:19:35 nn 1.6.2.1.16.3: #106948# continue long text in both directions 2003/03/10 14:15:56 nn 1.6.2.1.16.2: RESYNC: (1.6.2.1-1.6.2.2); FILE MERGED 2003/03/10 14:00:18 nn 1.6.2.1.16.1: #106948# RTL layout flag, mirror width

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [11e1a58c7c8aefabaebb6124980b68951dbedd20]

        INTEGRATION: CWS sb10 (1.4.44); FILE MERGED 2004/01/17 18:40:44 khendricks 1.4.44.1: Stephan,
        
        I am adding in the new ppc linux bridge code to your branch
        in the hopes it will get merged in when your branch
        tag is merged in
        
        it passes the multinherit tests in all forms
        
        I will try to fix the MacOSX stuff next.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6faf45ab9d0b29513c94e37dd6430cef00afb2b]

        INTEGRATION: CWS calcrtl (1.5.12); FILE MERGED 2003/07/11 10:31:22 nn 1.5.12.1: #106948# RTL ordering of view elements

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dd090497802e823bc41da5a1777124b7e77125a]

        INTEGRATION: CWS calcrtl (1.1.1.1.126); FILE MERGED 2003/07/11 10:31:22 nn 1.1.1.1.126.2: #106948# RTL ordering of view elements 2003/06/30 17:18:25 nn 1.1.1.1.126.1: #106948# RTL layout, continued implementation

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8835d0c6e3085224bfc8a08130d9854838b657d]

        INTEGRATION: CWS sb10 (1.4.60); FILE MERGED 2004/01/08 15:42:08 sb 1.4.60.4: #114000# Cleaned up. 2004/01/08 13:45:44 sb 1.4.60.3: #114000# Factored out more shared code. 2003/12/19 16:15:52 sb 1.4.60.2: #114000# Factored out even more shared behaviour. 2003/12/10 10:00:21 sb 1.4.60.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe3ebf03d0aeb81df06d1c89b6ad3114dfe924f9]

        INTEGRATION: CWS calcrtl (1.25.18); FILE MERGED 2003/10/29 19:41:08 nn 1.25.18.1: #106948# handle text alignment in repaint

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [63fbb89e829f7d598b3aa3b4cb4ddd604f08ec1c]

        INTEGRATION: CWS sb10 (1.1.104); FILE MERGED 2003/12/10 10:00:19 sb 1.1.104.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [419ca24851558624f24b410a1030f371630a2e3e]

        INTEGRATION: CWS calcrtl (1.7.34); FILE MERGED 2003/06/30 17:14:34 nn 1.7.34.1: #106948# table flag for RTL layout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3589474cf66a15415135fa0e2b6ca26a4ed591ba]

        INTEGRATION: CWS sb10 (1.2.104); FILE MERGED 2004/01/08 13:45:43 sb 1.2.104.2: #114000# Factored out more shared code. 2003/12/10 10:00:16 sb 1.2.104.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [08574873d5e099d99a00ae4fae0e8ba314deaaec]

        INTEGRATION: CWS calcrtl (1.1.1.1.126); FILE MERGED 2003/07/11 10:31:22 nn 1.1.1.1.126.2: #106948# RTL ordering of view elements 2003/06/30 17:18:24 nn 1.1.1.1.126.1: #106948# RTL layout, continued implementation

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f37c70845ff89de01b50f61015bbf546f1ffeca3]

        INTEGRATION: CWS sb10 (1.8.52); FILE MERGED 2003/12/10 10:00:13 sb 1.8.52.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [69fed2e4c4793a57e9aa0c9613e84b74b93b8ef5]

        INTEGRATION: CWS calcrtl (1.5.90); FILE MERGED 2003/07/25 16:50:31 nn 1.5.90.2: #106948# RTL handling of drawing objects 2003/07/11 10:26:05 nn 1.5.90.1: #106948# handle drawing objects in RTL mode

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [841c727d6a91d733487395d449da5fed9638512b]

        INTEGRATION: CWS sb10 (1.3.104); FILE MERGED 2004/01/08 15:42:07 sb 1.3.104.5: #114000# Cleaned up. 2004/01/08 13:45:43 sb 1.3.104.4: #114000# Factored out more shared code. 2003/12/19 16:15:52 sb 1.3.104.3: #114000# Factored out even more shared behaviour. 2003/12/10 10:49:20 sb 1.3.104.2: #114000# Removed debug-code debris. 2003/12/10 10:00:11 sb 1.3.104.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d95a1db4d6749ab8929f57e83ce6e28b0a375c1]

        INTEGRATION: CWS calcrtl (1.8.34); FILE MERGED 2004/01/13 12:24:13 sab 1.8.34.3: RESYNC: (1.9-1.10); FILE MERGED 2003/10/08 09:27:24 nn 1.8.34.2: RESYNC: (1.8-1.9); FILE MERGED 2003/07/30 18:24:08 nn 1.8.34.1: #106948# RTL: insert objects

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [007ce2a20cec76d1d399c3beea605173a2cd99a5]

        INTEGRATION: CWS sb10 (1.12.106); FILE MERGED 2004/01/08 15:42:06 sb 1.12.106.2: #114000# Cleaned up. 2004/01/08 13:49:40 sb 1.12.106.1: #114000# Adapted to cpp_uno/shared.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [44fcb8de35391f665c66dfa75e383d6e4a8e1a77]

        INTEGRATION: CWS calcrtl (1.3.86); FILE MERGED 2003/07/30 18:24:08 nn 1.3.86.1: #106948# RTL: insert objects

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d143f4e2c66f648ce2906ba39c1deb6a6cc2797f]

        INTEGRATION: CWS sb10 (1.9.102); FILE MERGED 2004/01/08 13:49:38 sb 1.9.102.1: #114000# Adapted to cpp_uno/shared.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c57603c6b394f5174e8b2f648ff1b2040f2b8d4]

        INTEGRATION: CWS calcrtl (1.16.34); FILE MERGED 2003/10/29 19:41:56 nn 1.16.34.1: #106948# handle text alignment in repaint

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad18beafb275481b7ec125aceb88b20fba94eaae]

        INTEGRATION: CWS sb10 (1.9.52); FILE MERGED 2004/01/08 15:42:05 sb 1.9.52.1: #114000# Cleaned up.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6335aa1366a36c387f042ed3a52380fddcc879ed]

        INTEGRATION: CWS calcrtl (1.44.6); FILE MERGED 2003/11/27 11:16:25 nn 1.44.6.4: RESYNC: (1.44-1.45); FILE MERGED 2003/10/29 19:41:56 nn 1.44.6.3: #106948# handle text alignment in repaint 2003/07/11 10:21:58 nn 1.44.6.2: #106948# menu function to mirror sheet 2003/06/30 17:15:25 nn 1.44.6.1: #106948# table flag for RTL layout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d004a82379eda16019b63292e6951f5f2e59b27b]

        INTEGRATION: CWS sb10 (1.13.52); FILE MERGED 2004/01/08 15:42:05 sb 1.13.52.2: #114000# Cleaned up. 2004/01/08 13:49:36 sb 1.13.52.1: #114000# Adapted to cpp_uno/shared.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [343d5674ea34b4ea76ae8ff2c4c56ad18315c850]

        INTEGRATION: CWS calcrtl (1.46.6); FILE MERGED 2003/11/27 11:17:00 nn 1.46.6.3: RESYNC: (1.48-1.49); FILE MERGED 2003/06/30 17:54:55 nn 1.46.6.2: RESYNC: (1.46-1.48); FILE MERGED 2003/06/30 17:16:51 nn 1.46.6.1: #106948# RTL layout: cell editing

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [64c274270217945a6bf9b57973612ddb378bd165]

        INTEGRATION: CWS sb10 (1.3.120); FILE MERGED 2004/01/08 13:49:35 sb 1.3.120.1: #114000# Adapted to cpp_uno/shared.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [93a9959c08ac3f230066d0d99088c83fcb603c5c]

        INTEGRATION: CWS calcrtl (1.8.82); FILE MERGED 2003/07/30 18:24:46 nn 1.8.82.1: #106948# RTL: RequestObjAreaPixel

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c392704a42ce9fe4a79cbdf7287665c3ffdb1a4]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2004/01/08 13:40:02 sb 1.1.2.1: #114000# Factored out more shared code.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [818fa7f81b4f951a90c181e8d99f9e30f80bf935]

        INTEGRATION: CWS calcrtl (1.34.28); FILE MERGED 2004/01/13 12:32:58 sab 1.34.28.2: RESYNC: (1.34-1.35); FILE MERGED 2003/10/30 13:29:35 sab 1.34.28.1: #106948#; rtl load/save of shapes

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d64dd40fad11ec591639f5509e0f4fde458a084a]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2004/01/16 15:19:32 sb 1.1.2.2: #114000# Added missing documentation. 2004/01/08 13:39:53 sb 1.1.2.1: #114000# Factored out more shared code.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad405ebeac9deac782107228632ec5295c077dc4]

        INTEGRATION: CWS calcrtl (1.46.18); FILE MERGED 2003/10/08 09:34:16 nn 1.46.18.2: RESYNC: (1.46-1.47); FILE MERGED 2003/07/03 11:36:04 sab 1.46.18.1: #106948#; add new property TableLayout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2690a05dce6b176450b9a4c9628ccaed516ae33]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/10 10:52:42 sb 1.1.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecd20ce224bc8324f5432c185ad4dd651364e542]

        INTEGRATION: CWS calcrtl (1.66.46); FILE MERGED 2004/01/13 12:32:26 sab 1.66.46.2: RESYNC: (1.66-1.67); FILE MERGED 2003/10/30 13:29:33 sab 1.66.46.1: #106948#; rtl load/save of shapes

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ede20dcceff78b21f5048929a20919e2580baa1]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2004/01/08 15:42:04 sb 1.1.2.1: #114000# Cleaned up.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [131d53305979376287693efe0129bdc8c2dbcb58]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2004/01/08 13:39:50 sb 1.1.2.3: #114000# Factored out more shared code. 2003/12/19 16:12:29 sb 1.1.2.2: #114000# Factored out even more shared behaviour. 2003/12/10 10:52:39 sb 1.1.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd57800fd3c315f6b44c9b5d3e18e26a4d012cbb]

        INTEGRATION: CWS calcrtl (1.169.46); FILE MERGED 2004/01/13 12:31:41 sab 1.169.46.2: RESYNC: (1.169-1.171); FILE MERGED 2003/10/30 13:29:30 sab 1.169.46.1: #106948#; rtl load/save of shapes

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2384806dbba4d63654963178b5ca88b73162acf]

        INTEGRATION: CWS sb10 (1.1.2); FILE ADDED 2003/12/10 10:52:38 sb 1.1.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d207fff9493ffedb8b28cd784830efda5c5c300b]

        INTEGRATION: CWS calcrtl (1.20.84); FILE MERGED 2003/10/30 13:29:29 sab 1.20.84.1: #106948#; rtl load/save of shapes

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4b3b569ab94264cef09179f364473ddd42f2cb9]

        INTEGRATION: CWS calcrtl (1.21.82); FILE MERGED 2003/12/04 10:34:18 sab 1.21.82.2: #106948#; only substract width if it is NegativePage 2003/10/30 13:29:28 sab 1.21.82.1: #106948#; rtl load/save of shapes

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4777d98266bc2f133c682ae711271b55d8b06a25]

        INTEGRATION: CWS calcrtl (1.58.18); FILE MERGED 2003/11/27 11:18:06 nn 1.58.18.3: RESYNC: (1.59-1.61); FILE MERGED 2003/11/04 16:23:07 nn 1.58.18.2: RESYNC: (1.58-1.59); FILE MERGED 2003/10/10 15:19:47 dr 1.58.18.1: #106948# RTL layout support

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5a0abe426bfff29255564159e4316189cb4da32]

        INTEGRATION: CWS calcrtl (1.9.18); FILE MERGED 2003/11/27 14:53:28 nn 1.9.18.2: #100000# GetBoundRect() to GetCurrentBoundRect() again 2003/10/10 15:19:47 dr 1.9.18.1: #106948# RTL layout support

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ed99cc6665935fa5e661b35c98ad0200646e68e]

        INTEGRATION: CWS sb10 (1.3.20); FILE MERGED 2004/01/21 17:46:08 sg 1.3.20.1: #114965#CHG: use different com.sun.star.uno.Type constructor

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bef977e1827cd1eef27ac093ba833afe55408a97]

        INTEGRATION: CWS calcrtl (1.9.20); FILE MERGED 2003/11/27 11:24:26 nn 1.9.20.3: RESYNC: (1.10-1.11); FILE MERGED 2003/11/04 16:23:55 nn 1.9.20.2: RESYNC: (1.9-1.10); FILE MERGED 2003/10/09 13:37:34 dr 1.9.20.1: #106948# import of mirrored sheets

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e91f9bad598cd15c789fb5a4af64d6e7cc2cca0b]

        INTEGRATION: CWS calcrtl (1.7.20); FILE MERGED 2003/11/27 11:24:17 nn 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2003/10/10 15:33:57 dr 1.7.20.1: #i1967# first preparations for >32000 rows

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [54b7382537db696fc6cda43d88052445edc5a45a]

        INTEGRATION: CWS calcrtl (1.7.56); FILE MERGED 2003/11/27 11:24:09 nn 1.7.56.3: RESYNC: (1.8-1.9); FILE MERGED 2003/11/04 16:23:48 nn 1.7.56.2: RESYNC: (1.7-1.8); FILE MERGED 2003/10/10 15:33:56 dr 1.7.56.1: #i1967# first preparations for >32000 rows

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [252d16b2b24d973545dce135d41452b7bd576db6]

        INTEGRATION: CWS calcrtl (1.4.22); FILE MERGED 2003/11/04 16:23:41 nn 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2003/10/10 15:19:31 dr 1.4.22.1: #106948# RTL layout support

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [911224dc73220e06c4159c30c73a46bb91f82869]

        INTEGRATION: CWS calcrtl (1.9.20); FILE MERGED 2003/11/27 11:23:15 nn 1.9.20.2: RESYNC: (1.9-1.10); FILE MERGED 2003/10/10 15:33:57 dr 1.9.20.1: #i1967# first preparations for >32000 rows

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [711c684604d331ba359765f493d4e414fc39a219]

        INTEGRATION: CWS calcrtl (1.3.88); FILE MERGED 2003/11/04 16:23:33 nn 1.3.88.3: RESYNC: (1.3-1.4); FILE MERGED 2003/10/10 15:19:29 dr 1.3.88.2: #106948# RTL layout support 2003/10/09 13:37:32 dr 1.3.88.1: #106948# import of mirrored sheets

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0a4fa5fe0530e312949a010338c1f86892fcda5]

        INTEGRATION: CWS calcrtl (1.30.22); FILE MERGED 2003/11/27 11:20:11 nn 1.30.22.3: RESYNC: (1.31-1.32); FILE MERGED 2003/11/04 16:23:26 nn 1.30.22.2: RESYNC: (1.30-1.31); FILE MERGED 2003/10/10 15:19:29 dr 1.30.22.1: #106948# RTL layout support

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f643d9a24d88ab403e495a3fe5ab683a532bb5b0]

        INTEGRATION: CWS calcrtl (1.5.86); FILE MERGED 2003/10/10 15:19:28 dr 1.5.86.1: #106948# RTL layout support

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec421535326062d4f06103f3f077a7000d28cf0c]

        INTEGRATION: CWS calcrtl (1.39.34); FILE MERGED 2003/10/09 13:37:31 dr 1.39.34.1: #106948# import of mirrored sheets

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd1f4a951038a70bd42bc995ba05735952aec1c1]

        INTEGRATION: CWS calcrtl (1.10.20); FILE MERGED 2003/11/27 11:31:14 nn 1.10.20.3: RESYNC: (1.11-1.12); FILE MERGED 2003/11/04 16:25:15 nn 1.10.20.2: RESYNC: (1.10-1.11); FILE MERGED 2003/10/09 13:36:21 dr 1.10.20.1: #106948# import of mirrored sheets

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2edfe2937dacf59449fc8021c960530fd4535724]

        INTEGRATION: CWS calcrtl (1.7.56); FILE MERGED 2003/11/27 11:30:54 nn 1.7.56.3: RESYNC: (1.8-1.9); FILE MERGED 2003/11/04 16:25:09 nn 1.7.56.2: RESYNC: (1.7-1.8); FILE MERGED 2003/10/10 15:33:29 dr 1.7.56.1: #i1967# first preparations for >32000 rows

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [be7f7755c844eae5e2af48ef62072c60872fba24]

        INTEGRATION: CWS calcrtl (1.1.2); FILE ADDED 2003/11/20 14:22:15 dr 1.1.2.2: #111027# textboxes still too small on import 2003/10/10 15:18:56 dr 1.1.2.1: #106948# RTL layout support

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [872d0b1750427841ad034cbd62ae751f59b36753]

        INTEGRATION: CWS calcrtl (1.7.14); FILE MERGED 2003/11/27 11:29:42 nn 1.7.14.4: RESYNC: (1.8-1.10); FILE MERGED 2003/11/04 16:24:41 nn 1.7.14.3: RESYNC: (1.7-1.8); FILE MERGED 2003/10/10 15:18:55 dr 1.7.14.2: #106948# RTL layout support 2003/10/09 13:36:20 dr 1.7.14.1: #106948# import of mirrored sheets

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [95d3892e0c3d850da183abdc214e1f515ef17359]

        INTEGRATION: CWS calcrtl (1.20.46); FILE MERGED 2003/11/27 11:27:46 nn 1.20.46.3: RESYNC: (1.21-1.22); FILE MERGED 2003/11/04 16:24:21 nn 1.20.46.2: RESYNC: (1.20-1.21); FILE MERGED 2003/10/10 15:18:55 dr 1.20.46.1: #106948# RTL layout support

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb337304975b43be60ee1b9d433f1662ae9f2f1b]

        INTEGRATION: CWS calcrtl (1.55.18); FILE MERGED 2004/01/13 12:37:10 sab 1.55.18.4: RESYNC: (1.57-1.58); FILE MERGED 2003/11/27 11:25:27 nn 1.55.18.3: RESYNC: (1.56-1.57); FILE MERGED 2003/11/04 16:24:01 nn 1.55.18.2: RESYNC: (1.55-1.56); FILE MERGED 2003/10/09 13:36:17 dr 1.55.18.1: #106948# import of mirrored sheets

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fe8953bd16253027aae58c06937f6cdf76dd4ca]

        INTEGRATION: CWS calcrtl (1.27.14); FILE MERGED 2003/11/27 11:27:16 nn 1.27.14.3: RESYNC: (1.27-1.29); FILE MERGED 2003/10/10 15:18:55 dr 1.27.14.2: #106948# RTL layout support 2003/10/09 13:36:16 dr 1.27.14.1: #106948# import of mirrored sheets

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ad90d5bc6d6a0c2b7bb2d03e8608b5913786681]

        INTEGRATION: CWS calcrtl (1.86.20); FILE MERGED 2003/11/27 11:27:05 nn 1.86.20.2: RESYNC: (1.86-1.87); FILE MERGED 2003/10/10 15:18:54 dr 1.86.20.1: #106948# RTL layout support

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [31db29b8e76e015180ad388052fe16a75ab3642b]

        INTEGRATION: CWS calcrtl (1.19.34); FILE MERGED 2004/01/13 12:40:18 sab 1.19.34.3: RESYNC: (1.19-1.20); FILE MERGED 2003/10/31 18:40:29 nn 1.19.34.2: #106948# adjust edit area to text alignment 2003/06/30 17:17:12 nn 1.19.34.1: #106948# RTL layout: cell editing

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad469d66e1b02b2bd29b3b9d42b38cc4e6debe27]

        INTEGRATION: CWS calcrtl (1.11.34); FILE MERGED 2003/11/27 11:31:33 nn 1.11.34.2: RESYNC: (1.11-1.12); FILE MERGED 2003/07/25 16:50:20 nn 1.11.34.1: #106948# RTL handling of drawing objects

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9d589be826791eebde386f8986a2866ec27784f]

        INTEGRATION: CWS calcrtl (1.22.26); FILE MERGED 2004/01/13 12:46:37 sab 1.22.26.4: RESYNC: (1.22-1.24); FILE MERGED 2003/10/23 16:47:08 nn 1.22.26.3: #106948# horizontal alignment of rotated text 2003/07/25 16:50:02 nn 1.22.26.2: #106948# RTL handling of drawing objects 2003/07/11 10:25:33 nn 1.22.26.1: #106948# handle drawing objects in RTL mode

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3116a53e48c16970e16d3ec9f2b9bd7b9b081e15]

        INTEGRATION: CWS calcrtl (1.6.82); FILE MERGED 2004/01/13 12:46:21 sab 1.6.82.4: RESYNC: (1.6-1.7); FILE MERGED 2003/10/28 13:48:58 nn 1.6.82.3: #106948# handle RTL and text alignment in ExtendPrintArea 2003/07/30 14:48:55 nn 1.6.82.2: #106948# initialize RTL flag for new sheets 2003/06/30 17:14:02 nn 1.6.82.1: #106948# table flag for RTL layout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef6d1b8fb73c88bbd7aecb0b5452e9eb759551bf]

        INTEGRATION: CWS calcrtl (1.4.82); FILE MERGED 2003/07/30 14:49:30 nn 1.4.82.1: #106948# page style default for writing mode depends on system language

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [36aa254327dc14ec092fd1eee039e43adb73b21b]

        INTEGRATION: CWS calcrtl (1.31.12); FILE MERGED 2004/01/13 12:45:19 sab 1.31.12.3: RESYNC: (1.32-1.33); FILE MERGED 2003/10/08 09:47:41 nn 1.31.12.2: RESYNC: (1.31-1.32); FILE MERGED 2003/07/30 14:48:54 nn 1.31.12.1: #106948# initialize RTL flag for new sheets

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [52b31af69c005eaa3df1cb4780c47e2e3140971d]

        INTEGRATION: CWS calcrtl (1.3.118); FILE MERGED 2003/08/14 19:19:17 nn 1.3.118.3: #106948# continue long text in both directions 2003/06/30 17:14:03 nn 1.3.118.2: #106948# table flag for RTL layout 2003/06/12 14:26:45 nn 1.3.118.1: #106948# RTL layout: shadow is not mirrored

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4b106608d04a81e20b07870088da19b2fc40d30]

        INTEGRATION: CWS calcrtl (1.20.34); FILE MERGED 2004/01/13 12:45:06 sab 1.20.34.5: RESYNC: (1.22-1.24); FILE MERGED 2003/11/27 11:32:05 nn 1.20.34.4: RESYNC: (1.21-1.22); FILE MERGED 2003/11/03 12:57:10 nn 1.20.34.3: #106948# handle RTL in MoveAreaTwips 2003/10/08 09:47:36 nn 1.20.34.2: RESYNC: (1.20-1.21); FILE MERGED 2003/07/25 16:50:00 nn 1.20.34.1: #106948# RTL handling of drawing objects

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [12760c7faa5c1cb9148b811350ebf27b81a85738]

        INTEGRATION: CWS calcrtl (1.49.18); FILE MERGED 2004/01/13 12:44:52 sab 1.49.18.6: RESYNC: (1.50-1.53); FILE MERGED 2003/10/29 19:38:34 nn 1.49.18.5: #106948# handle text alignment in repaint 2003/10/08 09:47:30 nn 1.49.18.4: RESYNC: (1.49-1.50); FILE MERGED 2003/07/25 16:50:00 nn 1.49.18.3: #106948# RTL handling of drawing objects 2003/07/11 10:25:32 nn 1.49.18.2: #106948# handle drawing objects in RTL mode 2003/06/30 17:14:02 nn 1.49.18.1: #106948# table flag for RTL layout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bccabe56a922a555345383e4dfdf1ec5810d5fd]

        INTEGRATION: CWS sb10 (1.8.72); FILE MERGED 2003/12/10 08:48:17 sb 1.8.72.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ec58b95789c524eec5459bffcc94d831dded6c9]

        INTEGRATION: CWS sb10 (1.19.16); FILE MERGED 2004/01/21 09:29:36 sb 1.19.16.4: #114000# Take care of absolutely incomplete interface type descriptions, where even nMembers and nAllMembers is not yet set. 2004/01/19 09:26:42 sb 1.19.16.3: #114000# Added missing calls to typelib_typedescription_complete. 2004/01/13 14:15:41 sb 1.19.16.2: RESYNC: (1.19-1.20); FILE MERGED 2003/12/10 08:52:19 sb 1.19.16.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [981abba1d80d28cb4c2f751596f4771a17989f94]

        INTEGRATION: CWS calcrtl (1.17.34); FILE MERGED 2003/11/04 16:25:53 nn 1.17.34.3: RESYNC: (1.18-1.19); FILE MERGED 2003/10/08 09:47:06 nn 1.17.34.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/25 16:50:01 nn 1.17.34.1: #106948# RTL handling of drawing objects

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3795f22b252e416e661aa36c600484e2ed6781c4]

        INTEGRATION: CWS sb10 (1.9.72); FILE MERGED 2003/12/10 08:52:18 sb 1.9.72.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a98551125cc700fb132742a5a7c8ced2e1413a61]

        INTEGRATION: CWS calcrtl (1.38.34); FILE MERGED 2004/01/13 12:43:58 sab 1.38.34.4: RESYNC: (1.39-1.41); FILE MERGED 2003/11/04 16:25:45 nn 1.38.34.3: RESYNC: (1.38-1.39); FILE MERGED 2003/07/30 14:48:54 nn 1.38.34.2: #106948# initialize RTL flag for new sheets 2003/07/25 16:50:01 nn 1.38.34.1: #106948# RTL handling of drawing objects

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [39f79b1aafe284e7a076c4d7aec3720b8aeb4e9a]

        INTEGRATION: CWS sb10 (1.12.72); FILE MERGED 2004/01/21 09:29:34 sb 1.12.72.2: #114000# Take care of absolutely incomplete interface type descriptions, where even nMembers and nAllMembers is not yet set. 2003/12/10 08:50:07 sb 1.12.72.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbd839ed621fce7ee1fee16cff0249951eaefcb4]

        INTEGRATION: CWS calcrtl (1.12.26); FILE MERGED 2004/01/13 12:43:24 sab 1.12.26.2: RESYNC: (1.12-1.13); FILE MERGED 2003/10/29 19:38:34 nn 1.12.26.1: #106948# handle text alignment in repaint

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [065c11863553be6963270fac53852169cde89470]

        INTEGRATION: CWS sb10 (1.9.86); FILE MERGED 2003/12/19 14:06:09 sb 1.9.86.1: #114000# Added missing include.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [979d20a7cd6db9493bb61bb0cc194c2102671504]

        INTEGRATION: CWS sb10 (1.17.6); FILE MERGED 2003/12/18 10:38:11 sb 1.17.6.1: #114000# Added missing reinterpret_casts between XInterface and interface_type.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7bca6b02b13cbbb830cad7bae1fe7684d9e73c6]

        INTEGRATION: CWS calcrtl (1.24.82); FILE MERGED 2003/11/04 16:28:33 nn 1.24.82.3: RESYNC: (1.25-1.26); FILE MERGED 2003/10/08 09:48:05 nn 1.24.82.2: RESYNC: (1.24-1.25); FILE MERGED 2003/07/11 10:18:37 nn 1.24.82.1: #106948# menu function to mirror sheet

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8e83bbec8ff4f583bde689f9e05c22b28aed17f]

        INTEGRATION: CWS sb10 (1.13.6); FILE MERGED 2003/12/18 10:38:10 sb 1.13.6.2: #114000# Added missing reinterpret_casts between XInterface and interface_type. 2003/12/10 08:48:49 sb 1.13.6.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2058d73c00dc332c83387d17645c5c92dcd5887]

        INTEGRATION: CWS calcrtl (1.3.86); FILE MERGED 2003/11/04 16:26:39 nn 1.3.86.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/11 10:18:39 nn 1.3.86.1: #106948# menu function to mirror sheet

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2c288d723e3912837401451e345e5aca03de351]

        INTEGRATION: CWS calcrtl (1.1.2); FILE ADDED 2004/01/20 11:21:28 sw 1.1.2.1: #114392#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce412193c06530528161f4d4a265730d16fd73ef]

        INTEGRATION: CWS calcrtl (1.1.2); FILE ADDED 2004/01/28 15:21:28 sw 1.1.2.4: #114392# 2004/01/27 14:13:58 sw 1.1.2.3: #114392# 2004/01/27 12:51:52 sw 1.1.2.2: #114392# 2004/01/20 11:22:05 sw 1.1.2.1: #114392#

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [42995d8c073f8fa479e2f33a6db999ad6c928055]

        INTEGRATION: CWS calcrtl (1.3.112); FILE MERGED 2004/01/13 12:49:38 sab 1.3.112.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/03 11:35:01 sab 1.3.112.1: #106948#; add new property TableLayout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c39b2b76d6d34570308652af67625c3764a18e7]

        INTEGRATION: CWS calcrtl (1.51.6); FILE MERGED 2004/01/13 12:49:25 sab 1.51.6.5: RESYNC: (1.54-1.55); FILE MERGED 2003/11/04 16:36:04 nn 1.51.6.4: RESYNC: (1.53-1.54); FILE MERGED 2003/10/30 13:28:30 sab 1.51.6.3: #106948#; add new properties to a shape 2003/10/08 09:53:55 nn 1.51.6.2: RESYNC: (1.51-1.53); FILE MERGED 2003/07/03 11:35:00 sab 1.51.6.1: #106948#; add new property TableLayout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a741a1ad45e96bb9548bb7d7892c2e21da546d59]

        INTEGRATION: CWS calcrtl (1.19.82); FILE MERGED 2004/01/13 12:47:12 sab 1.19.82.2: RESYNC: (1.19-1.21); FILE MERGED 2003/06/30 17:13:09 nn 1.19.82.1: #106948# table flag for RTL layout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d90c6b52f7e15ab5a51c7931800bac7f844f1812]

        INTEGRATION: CWS calcrtl (1.35.82); FILE MERGED 2003/10/08 09:52:28 nn 1.35.82.2: RESYNC: (1.35-1.37); FILE MERGED 2003/07/11 10:17:31 nn 1.35.82.1: #106948# menu function to mirror sheet

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5b7f2341aafda484b4b72d31c0b2c0f472dc48d]

        INTEGRATION: CWS calcrtl (1.4.112); FILE MERGED 2003/07/11 10:17:31 nn 1.4.112.1: #106948# menu function to mirror sheet

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [952338e097e12f72422a0a99d854c4b0c7f06f11]

        INTEGRATION: CWS calcrtl (1.23.6); FILE MERGED 2004/01/13 12:47:58 sab 1.23.6.4: RESYNC: (1.24-1.25); FILE MERGED 2003/10/29 19:37:55 nn 1.23.6.3: #106948# handle text alignment in repaint 2003/10/08 09:53:19 nn 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2003/07/30 14:47:39 nn 1.23.6.1: #106948# initialize RTL flag for new sheets

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4855abb2622fecbd29cc6edad8ada478bb8f3cc1]

        INTEGRATION: CWS sb10 (1.4.122); FILE MERGED 2003/12/10 09:21:39 sb 1.4.122.1: #114000# Inherited interface types must be fully defined (included), not just forward declared.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbcea6ddff8d5780eb3f08f3937ecd665282492a]

        INTEGRATION: CWS calcrtl (1.8.84); FILE MERGED 2003/11/27 11:32:20 nn 1.8.84.2: RESYNC: (1.8-1.9); FILE MERGED 2003/07/25 16:49:30 nn 1.8.84.1: #106948# RTL handling of drawing objects

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcb84967f43732890d1a69dbc08e1711c3722031]

        INTEGRATION: CWS sb10 (1.4.108); FILE MERGED 2003/12/10 09:21:38 sb 1.4.108.1: #114000# Inherited interface types must be fully defined (included), not just forward declared.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [69f91b56e2b6dcc02ab2ff02c36c24113d0c33c7]

        INTEGRATION: CWS calcrtl (1.67.6); FILE MERGED 2004/01/13 12:47:45 sab 1.67.6.8: RESYNC: (1.70-1.71); FILE MERGED 2003/11/27 11:32:12 nn 1.67.6.7: RESYNC: (1.69-1.70); FILE MERGED 2003/11/04 16:35:34 nn 1.67.6.6: RESYNC: (1.68-1.69); FILE MERGED 2003/10/08 09:52:53 nn 1.67.6.5: RESYNC: (1.67-1.68); FILE MERGED 2003/08/14 19:18:56 nn 1.67.6.4: #106948# continue long text in both directions 2003/07/30 14:47:39 nn 1.67.6.3: #106948# initialize RTL flag for new sheets 2003/07/25 16:49:30 nn 1.67.6.2: #106948# RTL handling of drawing objects 2003/06/30 17:13:09 nn 1.67.6.1: #106948# table flag for RTL layout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f07122b812b0993eb938596a3271f1ffcbc5963]

        INTEGRATION: CWS calcrtl (1.11.178); FILE MERGED 2004/01/13 11:44:29 sab 1.11.178.4: RESYNC: (1.11-1.12); FILE MERGED 2003/11/13 10:24:02 dr 1.11.178.3: #106948# added virtual Mirror() function 2003/11/11 11:33:37 dr 1.11.178.2: #106948# changes for RTL UI 2003/11/06 14:43:39 dr 1.11.178.1: #106948# TabBar supports permanent mirrored layout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ac5ff1ff0c4bba253581d10cdeddb4a1f59084e]

        INTEGRATION: CWS calcrtl (1.5.178); FILE MERGED 2003/11/13 10:23:41 dr 1.5.178.2: #106948# added virtual Mirror() function 2003/11/06 14:43:28 dr 1.5.178.1: #106948# TabBar supports permanent mirrored layout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f276ea192a00217b566985b13e9b016fed147258]

        INTEGRATION: CWS sb10 (1.12.80); FILE MERGED 2003/12/10 09:40:05 sb 1.12.80.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4adc2f2671c52c2ee6b91c8ab86e142d2163c658]

        INTEGRATION: CWS sb10 (1.6.80); FILE MERGED 2003/12/10 09:40:04 sb 1.6.80.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9666f66ccb8069ace7d98e7de4ad61b0a7a29a56]

        INTEGRATION: CWS calcrtl (1.15.46); FILE MERGED 2003/12/04 15:12:55 sab 1.15.46.1: #106948#, add own service of uno::Shape

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [684ed2261757c510a42758307beaeb56fd168d82]

        INTEGRATION: CWS sb10 (1.11.80); FILE MERGED 2003/12/10 09:40:00 sb 1.11.80.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cb8b41764f75bf4ca93984fce5c7da63f8b062b]

        INTEGRATION: CWS calcrtl (1.4.170); FILE MERGED 2004/01/27 13:29:10 sab 1.4.170.3: #106948#; use the constants of WritingMode2 2004/01/13 11:07:10 sab 1.4.170.2: RESYNC: (1.4-1.5); FILE MERGED 2003/07/03 11:25:53 sab 1.4.170.1: #106948#; add new property TableLayout

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [99fdbbcaaf02bde3f5bff2a75037fae8d9946fcb]

        INTEGRATION: CWS sb10 (1.8.52); FILE MERGED 2004/01/13 14:16:22 sb 1.8.52.3: RESYNC: (1.8-1.9); FILE MERGED 2004/01/13 10:30:35 sb 1.8.52.2: #114000# Fixed InterfaceIdlClassImpl to allow multipe superclasses. 2004/01/12 15:58:26 sb 1.8.52.1: #114000# Adapted to new naming scheme for interface member type descriptions.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c565d521ee40ea3dbac14d359490a2c6d5b19be]

        INTEGRATION: CWS calcrtl (1.1.2); FILE ADDED 2003/12/04 14:26:21 sab 1.1.2.1: #106948#, add new properties to get anchor of shape

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d43658c880ce8b31f284b087729eb7ed3ed7640]

        INTEGRATION: CWS sb10 (1.9.52); FILE MERGED 2004/01/13 10:30:35 sb 1.9.52.1: #114000# Fixed InterfaceIdlClassImpl to allow multipe superclasses.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [35a3552dfb1338fecebdca79f51dbcbd2e035571]

        INTEGRATION: CWS sb10 (1.4.2); FILE MERGED 2003/12/10 09:12:20 sb 1.4.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [35f5a869cac3c5f4c5fb20cd59d569e72045e41b]

        INTEGRATION: CWS sb10 (1.3.74); FILE MERGED 2003/12/10 09:12:20 sb 1.3.74.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ff02519070ad60b97eb60ee638755dd99ae50a7]

        INTEGRATION: CWS sb10 (1.6.20); FILE MERGED 2003/12/10 09:12:19 sb 1.6.20.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f8ff4b8d9293f01ade12601629e23b18aacd683]

        INTEGRATION: CWS sb10 (1.3.64); FILE MERGED 2003/12/10 09:12:19 sb 1.3.64.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf698bdb00df792feaadcc2c711de3f97e590273]

        INTEGRATION: CWS sb10 (1.6.44); FILE MERGED 2003/12/10 09:01:20 sb 1.6.44.3: #114000# Reverted the feature to dump service descriptions even if no -C is given. 2003/10/31 10:47:42 sb 1.6.44.2: #112870# Correctly write out empty service descriptions. 2003/10/30 09:14:33 sb 1.6.44.1: #112870# Added preliminary code generation for services.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4428e2789f265e60e231f342ca39d89a912042bd]

        INTEGRATION: CWS sb10 (1.2.72); FILE MERGED 2003/12/10 08:57:04 sb 1.2.72.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d29bdd9191c44548c4cbdc66683d5902e7ce0368]

        INTEGRATION: CWS sb10 (1.1.76); FILE MERGED 2003/12/10 08:57:04 sb 1.1.76.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e8b67232720603a50020525a0008e4454b27d93]

        INTEGRATION: CWS calcrtl (1.80.100); FILE MERGED 2004/01/13 09:59:05 sab 1.80.100.3: RESYNC: (1.81-1.84); FILE MERGED 2003/11/27 10:49:00 nn 1.80.100.2: RESYNC: (1.80-1.81); FILE MERGED 2003/11/10 10:23:16 ssa 1.80.100.1: #106948# improved mirroring

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf608ba386b132398dc75eae1210efd6b007c174]

        INTEGRATION: CWS sb10 (1.2.2); FILE MERGED 2003/12/10 08:57:03 sb 1.2.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8717a0afa4f261e81e68c4fc004ef3e51ffda27]

        INTEGRATION: CWS calcrtl (1.9.166); FILE MERGED 2004/01/13 09:58:52 sab 1.9.166.2: RESYNC: (1.9-1.11); FILE MERGED 2003/11/10 10:23:16 ssa 1.9.166.1: #106948# improved mirroring

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [698c052a5bb07c9faed30d3a00bd42a8ef98f775]

        INTEGRATION: CWS sb10 (1.1.76); FILE MERGED 2003/12/10 08:57:03 sb 1.1.76.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [914510a32952083ae6ebfa8fb4caef398bbccc31]

        INTEGRATION: CWS calcrtl (1.176.100); FILE MERGED 2004/01/13 09:58:38 sab 1.176.100.4: RESYNC: (1.178-1.181); FILE MERGED 2003/11/27 10:48:54 nn 1.176.100.3: RESYNC: (1.176-1.178); FILE MERGED 2003/11/10 14:48:51 ssa 1.176.100.2: #106948# improved mirroring 2003/11/10 10:23:15 ssa 1.176.100.1: #106948# improved mirroring

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a9afb54b73bf2fdd2df8c66f3dbaaed916e85b9]

        INTEGRATION: CWS sb10 (1.2.72); FILE MERGED 2003/12/10 08:57:02 sb 1.2.72.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f13882f1b60859474abfd516f750f78bf24e5c2]

        INTEGRATION: CWS calcrtl (1.8.286); FILE MERGED 2004/01/13 09:56:13 sab 1.8.286.2: RESYNC: (1.8-1.10); FILE MERGED 2003/11/13 09:28:57 ssa 1.8.286.1: #106948# fix RTL splitting for new rtl calc

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e19e55657b554c1d0ea63dec32949e05c772ade]

        INTEGRATION: CWS sb10 (1.17.22); FILE MERGED 2003/12/17 10:20:56 sb 1.17.22.6: RESYNC: (1.18-1.19); FILE MERGED 2003/12/01 11:09:33 sb 1.17.22.5: #114000# Drop support for service description types, add support for multiple-inheritance interface types instead. 2003/11/04 13:58:54 sb 1.17.22.4: #112870# Generate UNOTYPEINFO for service descriptions. 2003/10/30 12:47:48 sb 1.17.22.3: #112870# Fixed preliminary code generation for services. 2003/10/30 09:51:33 sb 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2003/10/30 09:09:26 sb 1.17.22.1: #112870# Added preliminary code generation for services.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [be5da2e44db1d5862d70b4f3938a51d597efe5be]

        INTEGRATION: CWS calcrtl (1.12.166); FILE MERGED 2004/01/13 10:21:17 sab 1.12.166.3: RESYNC: (1.13-1.15); FILE MERGED 2003/11/27 10:51:38 nn 1.12.166.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/10 10:22:10 ssa 1.12.166.1: #106948# improved mirroring

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8abe53a2ea6805790429dd3ed952eb3123fdff51]

        INTEGRATION: CWS sb10 (1.23.2); FILE MERGED 2004/01/13 14:16:38 sb 1.23.2.3: RESYNC: (1.23-1.24); FILE MERGED 2003/12/10 10:45:35 sb 1.23.2.2: #114000# Fixed minor omission. 2003/12/10 08:46:45 sb 1.23.2.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [89892e061f54abca94cd6725aeb3c989c379fb57]

        INTEGRATION: CWS calcrtl (1.157.6); FILE MERGED 2004/01/13 10:18:02 sab 1.157.6.3: RESYNC: (1.160-1.164); FILE MERGED 2003/11/27 10:50:43 nn 1.157.6.2: RESYNC: (1.157-1.160); FILE MERGED 2003/11/10 10:22:09 ssa 1.157.6.1: #106948# improved mirroring

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [95adce37033d028609a3f870ebc8cdd0732c1968]

        INTEGRATION: CWS calcrtl (1.24.34); FILE MERGED 2004/01/13 10:17:31 sab 1.24.34.3: RESYNC: (1.25-1.27); FILE MERGED 2003/11/27 10:50:29 nn 1.24.34.2: RESYNC: (1.24-1.25); FILE MERGED 2003/11/10 10:22:08 ssa 1.24.34.1: #106948# improved mirroring

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a38f43420822f2ec231bf5730f6f73e4a527f76]

        INTEGRATION: CWS calcrtl (1.22.94); FILE MERGED 2004/01/13 10:25:58 sab 1.22.94.2: RESYNC: (1.22-1.24); FILE MERGED 2003/11/26 13:44:28 pb 1.22.94.1: fix: #106948# EnableMirroring() added

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b401a6f368d0d0329e9fc0d5a1180e1e6f2450fa]

        INTEGRATION: CWS calcrtl (1.41.142); FILE MERGED 2004/01/13 10:25:08 sab 1.41.142.2: RESYNC: (1.41-1.43); FILE MERGED 2003/11/26 13:44:58 pb 1.41.142.1: fix: #106948# explicit mirroring

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [840bfe5e7208dc0db0bb1d6cdfff1d01dfc1ae72]

        INTEGRATION: CWS sb10 (1.7.36); FILE MERGED 2003/12/10 09:26:24 sb 1.7.36.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b6be304d45e0214a223b674a285a875348a44b6]

        INTEGRATION: CWS sb10 (1.8.36); FILE MERGED 2003/12/10 09:26:23 sb 1.8.36.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2a55e3b3cd33c0ea952d361efd2df2690162ba8]

        INTEGRATION: CWS sb10 (1.6.64); FILE MERGED 2003/12/10 09:26:45 sb 1.6.64.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [17ba275d71d9312de98d6e3b3f1abddbe86c3524]

        INTEGRATION: CWS sb10 (1.6.64); FILE MERGED 2003/12/10 09:26:44 sb 1.6.64.1: #114000# Adapted to multiple-inheritance interface types.

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a13a0f4db6b61b34d14957a1d76df24abe3aa0b6]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:54 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a36a55464f1814547197edc710a22e239c6bbdab]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:19 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d68bcc980126a25e4cb149d37eb977f5e40ced0]

        INTEGRATION: CWS geordi2q14 (1.7.94); FILE MERGED 2004/01/29 18:34:00 hr 1.7.94.1: #111934#: merge CWS ooo111fix2

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f2abab831e7cc8962247c35316a98c3d4950644]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:14 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc533f7fdc902b14bc026382f171a9cbc48359b2]

        INTEGRATION: CWS swobjpos02 (1.9.232); FILE MERGED 2003/11/18 13:50:47 od 1.9.232.1: #i18732# - add optional property <IsFollowingTextFlow>

2004-02-03  Carsten Driesner  <cd@openoffice.org>  [5271b8d3a41b4bcab1f75b3829fb73b7df83246b]

        #111899# Fixed problem with slots that are state and function at the same time

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff15e924fd3ec98290ec22215abbbb494777f0b8]

        INTEGRATION: CWS geordi2q14 (1.11.14); FILE MERGED 2004/01/29 15:10:15 hr 1.11.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1f8a965455b80da18bf47d0c91645ac4c69d964]

        INTEGRATION: CWS geordi2q14 (1.4.40); FILE MERGED 2004/01/29 15:10:12 hr 1.4.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [554ccd33991e794b2c7a653fbe1e2f711e3acb1d]

        INTEGRATION: CWS geordi2q14 (1.12.40); FILE MERGED 2004/01/29 15:10:09 hr 1.12.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [53f35c5df3b4bdee356f768f511706c1daf6f431]

        INTEGRATION: CWS geordi2q14 (1.19.40); FILE MERGED 2004/01/29 15:10:07 hr 1.19.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [af9bfebb44e1cbbd8be5f50dc6114229cb733fca]

        INTEGRATION: CWS geordi2q14 (1.22.20); FILE MERGED 2004/01/29 15:10:03 hr 1.22.20.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab6ce282dcbb4b3954fed873b4be655479b9b447]

        INTEGRATION: CWS geordi2q14 (1.15.82); FILE MERGED 2004/01/29 15:09:58 hr 1.15.82.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b642d15c1f2d0f40fc6657818b67dc823aa2269]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:55 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [46c9476ab468beef4caf8f2bfffdcb99fd5c2a00]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:51 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0050ef0351e9f7f97fa6790b11f18eadf2c2db5]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:46 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1457aa256641d99c7008367c1a337405f3f4df3]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:43 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8eaadc31bd793cf0451736a53ccba48c0b408f49]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:39 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [63e228f6a7b7cf2b07427ca30c4f6baa096c95a2]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:38 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [546423401310566f8f8e08d060342ad1858b0a8a]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:36 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [918c92ff0ab2d0ae07bc8184b029d5954326c636]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:33 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a90a6d48ff802e20e0248f5ba07422ac57786f4a]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:29 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4cfa8b457219413ac11394abb9793c29f472df3]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:26 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd37fe0d10f69efc3e6801675c18429ec4f95980]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:25 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e05306f45168c4285e031e81cceef2dc20a8e99]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:24 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd4d1353962fe2f33ce55596cb374fa81515e2b1]

        INTEGRATION: CWS geordi2q14 (1.10.40); FILE MERGED 2004/01/29 15:09:23 hr 1.10.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [df6c88813cf642de9e3b3d6b9ecf4e3dca3ca211]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:20 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b17fe72dce69b98b0dd5e1c88255b554d8ebfe2]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:18 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7317533a4bc8daf3409f12e6e3a7174d1e1ca435]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:17 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [29fd5efffffcec59d281581c431f92df38641629]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:16 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [05427f1e603052e4d85f80d2cd97d8b1f1936fab]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:15 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1e8b754eddd8c68801266687d9bfc7179a643c5]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:14 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae61c60796edba8c9e335fbec9d7119ecfafc87]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:12 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a298952dfe67f3a721fb9cb5dcf87c8c4c1a79c9]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:11 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f90bf3983094f67f00cb603b4a1cbded3b6d7399]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:08 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [88db834132f27e27f03d951a4c3bc3cfc970cada]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:06 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [08a880dda494090339d3e11fdf3e3500ef927817]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/29 15:09:05 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0dc338fcb37bcb5dbf1404459d78ca13fc81a19]

        INTEGRATION: CWS geordi2q14 (1.11.40); FILE MERGED 2004/01/29 15:09:04 hr 1.11.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4cb522c06c5518c9a5f8ffa2a48d7ca25e27b9e]

        INTEGRATION: CWS geordi2q14 (1.9.76); FILE MERGED 2004/01/29 16:05:55 hr 1.9.76.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaa6a2437f0857d47c6a0ebe887984346d85c9c6]

        INTEGRATION: CWS geordi2q14 (1.4.76); FILE MERGED 2004/01/29 16:05:48 hr 1.4.76.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [110a8ec22676a15a96828a45999f46a0fc96355b]

        INTEGRATION: CWS geordi2q14 (1.5.76); FILE MERGED 2004/01/29 16:05:43 hr 1.5.76.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f962cc2273a034ffbc4035a04109d79db977eab9]

        INTEGRATION: CWS geordi2q14 (1.3.76); FILE MERGED 2004/01/29 16:05:37 hr 1.3.76.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cea9972e83d3b4398da395c7ca83e5392cfe315]

        INTEGRATION: CWS geordi2q14 (1.2.76); FILE MERGED 2004/01/29 16:05:34 hr 1.2.76.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ade0179a5616877d858ff769ca2f26e86f8e5bc]

        INTEGRATION: CWS geordi2q14 (1.27.32); FILE MERGED 2004/01/29 16:05:29 hr 1.27.32.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b0a607c641de2f8ba1e2bdce533cacf0ccbe674]

        INTEGRATION: CWS geordi2q14 (1.54.30); FILE MERGED 2004/01/28 15:31:23 hr 1.54.30.1: #111934#: merge CWS pp1numfor2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [473a8e864a53c16495d847f40ad172b497057687]

        INTEGRATION: CWS geordi2q14 (1.108.30); FILE MERGED 2004/01/30 14:09:29 hr 1.108.30.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c566eba58b20d89ae519aa1b8401891dfca4a3d]

        INTEGRATION: CWS geordi2q14 (1.22.34); FILE MERGED 2004/01/30 14:09:28 hr 1.22.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d53223098f7dbd43a46f404a79d88e45c8604c3f]

        INTEGRATION: CWS geordi2q14 (1.10.90); FILE MERGED 2004/01/29 15:45:16 hr 1.10.90.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [40f3d81318ce558c5f383e3aa4d507d8d439bc16]

        INTEGRATION: CWS geordi2q14 (1.2.34); FILE MERGED 2004/01/29 15:28:10 hr 1.2.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a941e1790deae05513db3a07cec2623e6d421f3d]

        INTEGRATION: CWS geordi2q14 (1.2.12); FILE MERGED 2004/01/29 15:27:41 hr 1.2.12.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [09baab09e015cb53c9fa8ea123b47e693256d352]

        INTEGRATION: CWS geordi2q14 (1.2.34); FILE MERGED 2004/01/29 15:27:37 hr 1.2.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [54152cee53ddb1b278b48350036b60abb44f3414]

        INTEGRATION: CWS geordi2q14 (1.5.30); FILE MERGED 2004/01/30 15:47:52 hr 1.5.30.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d55f63f02f663a973a5a868cd1c7064a807674c6]

        INTEGRATION: CWS geordi2q14 (1.6.76); FILE MERGED 2004/01/30 16:08:04 hr 1.6.76.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c66576f1631088cc06aabc787f338c9385ee3a89]

        INTEGRATION: CWS geordi2q14 (1.46.136); FILE MERGED 2004/01/30 14:15:50 hr 1.46.136.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [626715b7c0c617cbb978d97447cc99723a146d61]

        INTEGRATION: CWS geordi2q14 (1.9.36); FILE MERGED 2004/01/28 15:34:57 hr 1.9.36.1: #111934#: merge CWS pp1numfor2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6600444ac36e83f5a609d861cfce81cd561624ef]

        INTEGRATION: CWS geordi2q14 (1.39.76); FILE MERGED 2004/01/30 14:15:49 hr 1.39.76.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [15168ed853bdfc6928f4b05814b6ed1568df278c]

        INTEGRATION: CWS geordi2q14 (1.92.58); FILE MERGED 2004/01/30 14:15:47 hr 1.92.58.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9d306bad33713ac57ec2b679bb5049d7f1ed949]

        INTEGRATION: CWS geordi2q14 (1.4.270); FILE MERGED 2004/01/30 14:15:47 hr 1.4.270.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [988acf4d9dcff0129579d1c250ad69ebaa2906f8]

        INTEGRATION: CWS geordi2q14 (1.78.32); FILE MERGED 2004/01/30 14:15:45 hr 1.78.32.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac9fcaaa9d637c9edcbf946ac0ff3251fcfa11b1]

        INTEGRATION: CWS geordi2q14 (1.11.12); FILE MERGED 2004/02/02 14:44:27 hr 1.11.12.1: #111934#: merge CWS trapp2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [786dce418f2eb0a8f95e501cdc17b0f186b30c17]

        INTEGRATION: CWS geordi2q14 (1.3.128); FILE MERGED 2004/01/29 15:29:07 hr 1.3.128.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [95f6b1064d55353426ec27950d77ff7668f46a65]

        INTEGRATION: CWS geordi2q14 (1.24.8); FILE MERGED 2004/01/28 15:39:48 hr 1.24.8.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f34d17867187ca41bf9a07c8e720dc6762881940]

        INTEGRATION: CWS geordi2q14 (1.66.6); FILE MERGED 2004/01/28 15:39:45 hr 1.66.6.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [479a9de69e8f1d7e8e2540fbc619e222b64a4b40]

        INTEGRATION: CWS geordi2q14 (1.6.54); FILE MERGED 2004/01/29 15:29:02 hr 1.6.54.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [41ff4b6ace2694e99ecac6aafdce92e2fa399c4d]

        INTEGRATION: CWS geordi2q14 (1.33.20); FILE MERGED 2004/01/29 17:40:37 hr 1.33.20.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [787799fbdd46a32f671693ad62be9e517ae057da]

        INTEGRATION: CWS geordi2q14 (1.11.42); FILE MERGED 2004/01/30 16:10:17 hr 1.11.42.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [462a5c15e72076304511fed5b7538e0726c90a26]

        INTEGRATION: CWS geordi2q14 (1.2.42); FILE MERGED 2004/01/29 16:56:44 hr 1.2.42.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b52ac9cb21a19880e618c131bbf456dc3175669]

        INTEGRATION: CWS geordi2q14 (1.13.126); FILE MERGED 2004/01/29 17:40:00 hr 1.13.126.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f01512de33065e3602d59a117aa3a2048669f994]

        INTEGRATION: CWS geordi2q14 (1.23.52); FILE MERGED 2004/01/29 17:39:58 hr 1.23.52.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f6df52e43ba615bd318b292af3fe820cc678a06]

        INTEGRATION: CWS geordi2q14 (1.54.32); FILE MERGED 2004/01/29 17:38:30 hr 1.54.32.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e41fae286d98e614d31d07d633ed6156106ec266]

        INTEGRATION: CWS geordi2q14 (1.13.10); FILE MERGED 2004/01/30 15:06:45 hr 1.13.10.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f54e05607b3ebbcd839aefd993984391656e520]

        INTEGRATION: CWS geordi2q14 (1.1.66); FILE MERGED 2004/01/30 15:06:44 hr 1.1.66.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7c1f99cca3fdd877ab95b0578f7da01033908b2]

        INTEGRATION: CWS geordi2q14 (1.11.2); FILE MERGED 2004/01/29 12:11:02 hr 1.11.2.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [13be934b43266d3df966ce40c00316401cea7a90]

        INTEGRATION: CWS geordi2q14 (1.36.26); FILE MERGED 2004/01/29 15:20:34 hr 1.36.26.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [450be0a66281e9af610deaf3e51bef1756d5a73e]

        INTEGRATION: CWS geordi2q14 (1.24.24); FILE MERGED 2004/01/29 15:20:31 hr 1.24.24.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7fbd7961552ff04922d42d057e37fed38f971ed]

        INTEGRATION: CWS geordi2q14 (1.5.86); FILE MERGED 2004/01/29 18:11:03 hr 1.5.86.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9928a0f4c54a719f3a8d805b88dcaf40d7279997]

        INTEGRATION: CWS geordi2q14 (1.9.12); FILE MERGED 2004/01/30 11:51:14 hr 1.9.12.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [157b1b19bfb0e424cd759507f25d1264a77c0980]

        INTEGRATION: CWS geordi2q14 (1.25.6); FILE MERGED 2004/01/30 11:51:14 hr 1.25.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd2f1ef9f76371af5767397a4759800a745b6ade]

        INTEGRATION: CWS geordi2q14 (1.1.8); FILE ADDED 2004/01/30 11:51:13 hr 1.1.8.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b9531124b10bfd9955b7a32055bee769ae34f6a]

        INTEGRATION: CWS geordi2q14 (1.2.42); FILE MERGED 2004/01/29 18:25:37 hr 1.2.42.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [46a8b8cc6222c45c2d39b45d4e500d96c3c7b0ac]

        INTEGRATION: CWS geordi2q14 (1.27.164); FILE MERGED 2004/01/30 11:16:42 hr 1.27.164.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [369ae87c3b554e17d30dad7ada61b9c3b15d162f]

        INTEGRATION: CWS geordi2q14 (1.22.32); FILE MERGED 2004/01/30 11:16:41 hr 1.22.32.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d8090cdc46b9431dcc013dc2fe48d24a7c44ee5]

        INTEGRATION: CWS geordi2q14 (1.5.34); FILE MERGED 2004/01/29 12:10:33 hr 1.5.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [207619f53cf37cc90d07659dc50f1227234e148a]

        INTEGRATION: CWS geordi2q14 (1.14.14); FILE MERGED 2004/01/29 17:05:13 hr 1.14.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a1c87196fb999cc15aab0046b82138aa983491b]

        INTEGRATION: CWS geordi2q14 (1.11.14); FILE MERGED 2004/01/29 17:05:11 hr 1.11.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b580ab396c49e0232d5bbe966d5dd3b890c0313e]

        INTEGRATION: CWS geordi2q14 (1.14.14); FILE MERGED 2004/01/29 17:05:10 hr 1.14.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6c9bf356bd7f5ae1501480c7c64983b6b6adcfa]

        INTEGRATION: CWS geordi2q14 (1.6.14); FILE MERGED 2004/01/29 17:05:08 hr 1.6.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [be2f13365b237915c44423c3f19177fad648de50]

        INTEGRATION: CWS geordi2q14 (1.9.14); FILE MERGED 2004/01/29 17:05:07 hr 1.9.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c3d19a8876877d6777b96500350c691259b26ee]

        INTEGRATION: CWS geordi2q14 (1.7.44); FILE MERGED 2004/01/29 17:05:05 hr 1.7.44.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e962a5adddfc61424313701ed8f001504992f921]

        INTEGRATION: CWS geordi2q14 (1.21.84); FILE MERGED 2004/01/29 14:58:27 hr 1.21.84.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1875d90031f1c850f7f9345466a0b6c20d509ab]

        INTEGRATION: CWS geordi2q14 (1.2.114); FILE MERGED 2004/01/29 14:58:22 hr 1.2.114.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [28278f002c4c4f5ad100b74e047c710d13cac2e7]

        INTEGRATION: CWS geordi2q14 (1.9.58); FILE MERGED 2004/01/29 14:58:18 hr 1.9.58.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [89a385dc902759b4bbe26f13701bc76370fea91a]

        INTEGRATION: CWS geordi2q14 (1.8.72); FILE MERGED 2004/01/29 12:13:58 hr 1.8.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f890c62e80a958545db4154b87b9617f6c7d8e5]

        INTEGRATION: CWS geordi2q14 (1.11.40); FILE MERGED 2004/01/29 12:13:55 hr 1.11.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [90af5f6d1c7348dd2ffb4b137b15ee515f599deb]

        INTEGRATION: CWS geordi2q14 (1.6.38); FILE MERGED 2004/01/29 17:08:26 hr 1.6.38.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5da36eca033840e9b059cccc1dffdee944b63a00]

        INTEGRATION: CWS geordi2q14 (1.12.36); FILE MERGED 2004/01/29 17:20:04 hr 1.12.36.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [240f54797eb97b10466891916c3bffd49fb152fa]

        INTEGRATION: CWS geordi2q14 (1.11.8); FILE MERGED 2004/01/29 17:19:57 hr 1.11.8.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aefaf5c9ac1f68492d1faac7755b05e68a9b2769]

        INTEGRATION: CWS geordi2q14 (1.39.26); FILE MERGED 2004/01/30 13:12:03 hr 1.39.26.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d4d6177ba8e04ae9c4c1d214a8db5ba1cd63c23]

        INTEGRATION: CWS geordi2q14 (1.6.74); FILE MERGED 2004/01/30 13:12:02 hr 1.6.74.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e42d3ae55417b7701af546928cf2d18184bc8e62]

        INTEGRATION: CWS geordi2q14 (1.8.100); FILE MERGED 2004/01/30 13:12:01 hr 1.8.100.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [042ab83210b3e76f0ffe82324fda45f59f9c5229]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:58 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [df9e29ac841353662bc1b4a8f4451189c9a9260d]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:57 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc6bce63b24c8205ecea995ca7e2dd4cb9c563a1]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:56 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1176d9d32ee6b7c3dc3b310569dacba045ea840]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:55 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [674d083474045c1e9ba514ceb2efc6cdcadcfac0]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:53 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aefc280a4dab1bba2a45fdc50b88fe79fbf08dcd]

        INTEGRATION: CWS geordi2q14 (1.8.26); FILE MERGED 2004/01/30 13:11:52 hr 1.8.26.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1f7d885855715e7e6dc64e0c35d3ec27ada7ead]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:51 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [00dd24fa5fd7f9eafbab0041ccf05c66df614501]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:50 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6522f461dfb8e5ecbabcbf4916c4b7a3f737454]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:49 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [de0dfe42c598f798678c235fd66c3698e76c1e4e]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:48 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e61506accf868fcc7eee6fcfdf77cbc55893528]

        INTEGRATION: CWS geordi2q14 (1.4.20); FILE MERGED 2004/01/30 13:11:47 hr 1.4.20.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [afb14063c77dd80c94fa4d8d2296dbbaa06540e6]

        INTEGRATION: CWS geordi2q14 (1.7.20); FILE MERGED 2004/01/30 13:11:47 hr 1.7.20.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [474f8d03ad7139ef7453d237479d9686cd00cca8]

        INTEGRATION: CWS geordi2q14 (1.2.20); FILE MERGED 2004/01/30 13:11:46 hr 1.2.20.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5afa9bef714e827016dd08bd66154b11b91c72d]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:46 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bba5017bb0c64cc48157a7cb93dfccc67e43590e]

        INTEGRATION: CWS geordi2q14 (1.6.72); FILE MERGED 2004/01/30 13:11:45 hr 1.6.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e57fb97e78cbfd71646bc22b244fbf23974f96e]

        INTEGRATION: CWS geordi2q14 (1.4.72); FILE MERGED 2004/01/30 13:11:44 hr 1.4.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd97ab2b74787003ccab8dbc181deb81fab83777]

        INTEGRATION: CWS geordi2q14 (1.8.72); FILE MERGED 2004/01/30 13:11:44 hr 1.8.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d17208a9008e6ea61db367601bdbd74c90df0af4]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:43 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [89aea60a79b6ccae33ec646381851d973d0f7e69]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:42 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [45651854fe9dcd04b1c6df9f8f88221e1d5534e0]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:41 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [628225605d511b7a0c0be38dce6ac35b7a669d3b]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:40 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [31a21596c2d51e870b93274f7c1c97126785edf4]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:39 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [150c6db3ac48a21b97e0f1086721a0764a5025d1]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:38 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [54439717e6a058a27fd4e74925c1ac5739faf48a]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:37 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d27366f475d1bd3a7461ec53ab456eb3f67b8b88]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:36 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aca18ac32484602c54cc00bf666df967ad17fcb]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:35 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [940450471e7dbbbc39b6c4b1f1124139c0769296]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:34 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [79042e1c939cc575b1509e52887f50f43c67dbe6]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:33 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bf57db39601cc63d102db836a79beef88b8f265]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:32 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [56473bd8a4c329269e390e63288845a84bc7dd1e]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:31 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d0fed7fd8e4d690b520385d8e743dbac61bd89b]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:29 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [271848e421422b25f8ffbf33726186e175c9c495]

        INTEGRATION: CWS geordi2q14 (1.2.78); FILE MERGED 2004/01/30 13:11:28 hr 1.2.78.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [35d647f584a8b3fecf42584b70dab7b91b5be999]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:28 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [925e807de8c60ca490b2aeb0089cd8ad5414d527]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:27 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c1f8bac24644ca721286c80e2b05b0a8f7ed43e]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:26 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4927bace0156b8808550d787157e75eafd4d7ca]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:25 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [043cf5238d92e49f23dc7ab94e4bf1baf18fef4a]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:24 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d56cfc7785fad336053aa064f64fe309b1d73314]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:23 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c12e1f658fb63eba2c429f4771b34dc129d6661]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:22 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2114d3cf2310686a8051d17cc47337900339f6e5]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:21 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [892a2869b093ca3595dbe99df4032e44226ff268]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:20 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [226e053a4e036ecf0c003c40471686fe769fedf9]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:19 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d61c0288e8f04fa555e3f708147604f8edd2e3bf]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:18 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4a3f44ca6d31fed6bb7bb9fd6c1ae726edb9a2e]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:17 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e21652edee67aadff92582fac3a3f3a0bf9b5589]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:16 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [313967c17f7c5a98d7392043910f6d96e36d0d07]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:15 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [70c215e7a3fe93cafec62e4db592ccf9349a6972]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:13 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4d751b5b5a6835ef77e12333c3da45c97bd3b91]

        INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:11 hr 1.3.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e54a235092b62161e31b5ec91059378756f829bb]

        INTEGRATION: CWS geordi2q14 (1.4.72); FILE MERGED 2004/01/30 13:11:10 hr 1.4.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac7bfdde52260b8387442aa984671cc51a1da246]

        INTEGRATION: CWS geordi2q14 (1.12.32); FILE MERGED 2004/01/29 18:26:45 hr 1.12.32.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [293233d47b8e43dc2fb29b87a094ea9ae8577edb]

        INTEGRATION: CWS geordi2q14 (1.4.26); FILE MERGED 2004/01/29 12:07:55 hr 1.4.26.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [366eb91c4316b25ac7cae10841e8447011939529]

        INTEGRATION: CWS geordi2q14 (1.7.32); FILE MERGED 2004/01/29 12:07:50 hr 1.7.32.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6e0116ada95837539a6bb3c2296af9b7f3855a6]

        INTEGRATION: CWS geordi2q14 (1.7.8); FILE MERGED 2004/01/29 12:45:33 hr 1.7.8.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a68daaf4fcbbc6439214c312f037ff6a5f137a2d]

        INTEGRATION: CWS geordi2q14 (1.24.6); FILE MERGED 2004/01/29 12:45:32 hr 1.24.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [917ce70a0891f31b0ef3c380379563d599f4c549]

        INTEGRATION: CWS geordi2q14 (1.6.92); FILE MERGED 2004/01/29 12:45:29 hr 1.6.92.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [45e09d5837bec66bd8e1db3e1304acd025f80b17]

        INTEGRATION: CWS geordi2q14 (1.9.38); FILE MERGED 2004/01/29 12:46:24 hr 1.9.38.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [535bcdb4957b8d2fd3fdabc01d7fdf478b7b14d2]

        INTEGRATION: CWS geordi2q14 (1.5.58); FILE MERGED 2004/01/29 12:46:22 hr 1.5.58.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7f7bd6aaae2ded85b4ba99f0c30d432fd818e1a]

        INTEGRATION: CWS geordi2q14 (1.5.132); FILE MERGED 2004/01/28 15:41:14 hr 1.5.132.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d976d6eac76871add3d30ba797f02b8d876d1af]

        INTEGRATION: CWS geordi2q14 (1.7.64); FILE MERGED 2004/01/29 15:36:14 hr 1.7.64.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb1b66732c670abbd8cbb679a81521c190a4a490]

        INTEGRATION: CWS geordi2q14 (1.2.50); FILE MERGED 2004/01/29 15:36:10 hr 1.2.50.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a43cbfeb4c4fce92ac8e1f7647f672c48bb0c924]

        INTEGRATION: CWS geordi2q14 (1.4.132); FILE MERGED 2004/01/29 15:36:07 hr 1.4.132.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [336b1d6f82a57048a5fdea6f16fab8a39fb10b54]

        INTEGRATION: CWS geordi2q14 (1.8.64); FILE MERGED 2004/01/29 15:36:00 hr 1.8.64.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebfda25c6ca9233529f4a7b1691e1a9ad2e9e4b0]

        INTEGRATION: CWS geordi2q14 (1.4.12); FILE MERGED 2004/01/29 18:10:09 hr 1.4.12.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [383dcc1caf0cd438e4fcf3f3a1411ac7ae07b626]

        INTEGRATION: CWS geordi2q14 (1.2.34); FILE MERGED 2004/01/29 18:09:59 hr 1.2.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [deebfd1738c2676198023f1511eb0c23f8fb3e47]

        INTEGRATION: CWS geordi2q14 (1.4.34); FILE MERGED 2004/01/29 18:09:58 hr 1.4.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad6d0271b8c7810d319500d5d18ff0e64421a649]

        INTEGRATION: CWS geordi2q14 (1.5.6); FILE MERGED 2004/01/29 18:09:57 hr 1.5.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [37e9825d0dee87b87aa92f15344b43c74c12b887]

        INTEGRATION: CWS geordi2q14 (1.2.34); FILE MERGED 2004/01/29 18:09:56 hr 1.2.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [593ae82fcba3ac9a094862bb40a788237e2bcd5a]

        INTEGRATION: CWS geordi2q14 (1.1.34); FILE MERGED 2004/01/29 18:09:56 hr 1.1.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9823595326094c8f78267970a5050dc21353d941]

        INTEGRATION: CWS geordi2q14 (1.1.34); FILE MERGED 2004/01/29 18:09:55 hr 1.1.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e90bb302afc9565ee7dc91c0c211b30656ce39a6]

        INTEGRATION: CWS geordi2q14 (1.4.6); FILE MERGED 2004/01/29 18:09:54 hr 1.4.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8dfabfb06424d319d35c570bc1bdb26494289ad]

        INTEGRATION: CWS geordi2q14 (1.4.12); FILE MERGED 2004/01/29 18:09:52 hr 1.4.12.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddd50cc3f4c32ea96099afa5e93c7b84296f364c]

        INTEGRATION: CWS geordi2q14 (1.3.12); FILE MERGED 2004/01/29 18:09:49 hr 1.3.12.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b872a33efd251ab3047f2bc85a7634043417f17]

        INTEGRATION: CWS geordi2q14 (1.2.34); FILE MERGED 2004/01/29 18:09:47 hr 1.2.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [18c370278fbbd21b30aab41810553e84f72e58e6]

        INTEGRATION: CWS geordi2q14 (1.7.30); FILE MERGED 2004/01/29 16:03:45 hr 1.7.30.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [79cde1218a8c9d0e7da038874a325bae976e46cd]

        INTEGRATION: CWS geordi2q14 (1.13.62); FILE MERGED 2004/01/30 12:39:19 hr 1.13.62.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b98e8f7337c60e546d326bec97a4416e6ec7e013]

        INTEGRATION: CWS geordi2q14 (1.60.18); FILE MERGED 2004/01/30 12:39:18 hr 1.60.18.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7fe43f8b2ab8680725a54a8a6b69e69a9c2eab2]

        INTEGRATION: CWS geordi2q14 (1.5.50); FILE MERGED 2004/01/30 12:39:17 hr 1.5.50.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad7b5594ced36bdd8e5e9708d7f6ff3996176990]

        INTEGRATION: CWS geordi2q14 (1.11.2); FILE MERGED 2004/01/30 17:05:30 hr 1.11.2.2: #111934#: merge CWS ooo111fix2 2004/01/30 12:39:17 hr 1.11.2.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc6aa5b0a84ef1e1891cc27d9c9aed90a3f18bd1]

        INTEGRATION: CWS geordi2q14 (1.10.6); FILE MERGED 2004/01/29 18:06:30 hr 1.10.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d5135a775df5e24c1a937e3ce5bab1b934293a3]

        INTEGRATION: CWS geordi2q14 (1.25.14); FILE MERGED 2004/01/30 15:29:13 hr 1.25.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [89e71714c01a4efc0f90d10ef206dfe79850edf2]

        INTEGRATION: CWS geordi2q14 (1.11.48); FILE MERGED 2004/01/29 15:13:59 hr 1.11.48.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3217b5ff3118dadf5bad0235b94675504330ac10]

        INTEGRATION: CWS geordi2q14 (1.18.4); FILE MERGED 2004/01/29 16:29:20 hr 1.18.4.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbd0fdbbd302d92794d137cd6942d92c02fdf5d3]

        INTEGRATION: CWS geordi2q14 (1.5.54); FILE MERGED 2004/01/29 16:29:15 hr 1.5.54.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f61e5b835d45aa254133af5355d30df44c43d7fa]

        INTEGRATION: CWS geordi2q14 (1.4.54); FILE MERGED 2004/01/29 16:29:09 hr 1.4.54.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee53b95720da4a03c9b2dbc51c5e65c54c123991]

        INTEGRATION: CWS geordi2q14 (1.6.54); FILE MERGED 2004/01/29 16:29:04 hr 1.6.54.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4617255a25551dd626ab21f82956b871fef5c56f]

        INTEGRATION: CWS geordi2q14 (1.8.4); FILE MERGED 2004/01/29 16:29:00 hr 1.8.4.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d2829d8b3a22b83da3a526be0aecd376c725637]

        INTEGRATION: CWS geordi2q14 (1.14.26); FILE MERGED 2004/01/29 17:44:56 hr 1.14.26.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5314f1366aa638f5bfd4a08608540bc4ee2bdaf]

        INTEGRATION: CWS geordi2q14 (1.34.18); FILE MERGED 2004/01/29 17:44:55 hr 1.34.18.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8acbfcfb1da4f1733ee9c880df94cef3033a1bf]

        INTEGRATION: CWS geordi2q14 (1.62.26); FILE MERGED 2004/01/29 17:44:53 hr 1.62.26.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [76004f658056ca83e5f17a80082755621dc72f94]

        INTEGRATION: CWS geordi2q14 (1.10.46); FILE MERGED 2004/01/29 17:44:53 hr 1.10.46.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [03b8c5dc6fbf1608ed16d8af7d028340279b2f41]

        INTEGRATION: CWS geordi2q14 (1.29.46); FILE MERGED 2004/01/29 17:44:51 hr 1.29.46.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [491c791fee07ef34c9758d3be5e0e0ad31f68cc2]

        INTEGRATION: CWS geordi2q14 (1.2.26); FILE MERGED 2004/01/30 11:22:25 hr 1.2.26.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1f5aef13561919eb31cd336a4ce2abcb6975261]

        INTEGRATION: CWS geordi2q14 (1.3.22); FILE MERGED 2004/01/30 11:22:24 hr 1.3.22.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75fe162dba51fa6acd4dcd3a026e553e74d8d978]

        INTEGRATION: CWS geordi2q14 (1.14.44); FILE MERGED 2004/01/30 15:26:30 hr 1.14.44.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b000e6d467633afd9eacdf0eb8b58490f1778ef6]

        INTEGRATION: CWS geordi2q14 (1.6.138); FILE MERGED 2004/01/30 16:07:10 hr 1.6.138.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [64fe61e208d25b425e64a227b31f35b7dafc1bde]

        INTEGRATION: CWS geordi2q14 (1.1.6); FILE ADDED 2004/01/30 16:07:09 hr 1.1.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4287b990064f6a9b7acefcdf85803f938855a2a8]

        INTEGRATION: CWS geordi2q14 (1.1.6); FILE ADDED 2004/01/30 16:07:08 hr 1.1.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [da1c254eb4f5687ad9f3b98ddf0ec2b113ceec12]

        INTEGRATION: CWS geordi2q14 (1.1.6); FILE ADDED 2004/01/30 16:07:07 hr 1.1.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [43ce62af03b6b87057f9547ea8cafe774196d436]

        INTEGRATION: CWS geordi2q14 (1.2.138); FILE MERGED 2004/01/30 16:07:06 hr 1.2.138.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [77c86b8b2465fb3fe7fc5548623836c0c56e8ba1]

        INTEGRATION: CWS geordi2q14 (1.12.22); FILE MERGED 2004/01/30 16:07:05 hr 1.12.22.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b76bf8c89d24cc617c219b487a58bc4c8e9969f]

        INTEGRATION: CWS geordi2q14 (1.20.20); FILE MERGED 2004/01/30 16:07:04 hr 1.20.20.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a670f9740fda76c47fb5164b301dc2040c66fcd]

        INTEGRATION: CWS geordi2q14 (1.4.96); FILE MERGED 2004/01/30 16:07:04 hr 1.4.96.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d800def98c927af51e060cf083e48823ce3a5413]

        INTEGRATION: CWS geordi2q14 (1.54.70); FILE MERGED 2004/01/30 16:07:03 hr 1.54.70.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf8d8e9ade545632648f334b25b4dd861f450dba]

        INTEGRATION: CWS geordi2q14 (1.4.32); FILE MERGED 2004/01/28 15:49:17 hr 1.4.32.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4aaf344b7911e453521f225352c8581f359a3913]

        INTEGRATION: CWS geordi2q14 (1.6.96); FILE MERGED 2004/01/29 18:28:32 hr 1.6.96.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0700e35e7d6684ca18ebba1cb2d6d086f03f53ae]

        INTEGRATION: CWS geordi2q14 (1.19.18); FILE MERGED 2004/01/30 15:43:07 hr 1.19.18.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fed1b3cfddcac352364fc1643bc176c4a581aebc]

        INTEGRATION: CWS geordi2q14 (1.16.78); FILE MERGED 2004/01/29 15:02:18 hr 1.16.78.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f4e9e3b1acdfe8e1459319a8fca2d688185d71c]

        INTEGRATION: CWS geordi2q14 (1.5.82); FILE MERGED 2004/01/29 16:57:14 hr 1.5.82.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8d8267655340aab1e22745a7ec6d857bec87220]

        INTEGRATION: CWS geordi2q14 (1.45.14); FILE MERGED 2004/01/30 11:36:38 hr 1.45.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a96da478dac3dae326d708fbd32e83d2967d5709]

        INTEGRATION: CWS geordi2q14 (1.2.16); FILE MERGED 2004/01/30 11:36:37 hr 1.2.16.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [430276ca0df2a52396ee605805d52c1e05fae851]

        INTEGRATION: CWS geordi2q14 (1.21.86); FILE MERGED 2004/01/30 11:36:37 hr 1.21.86.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4a4005c64c528e96b361fb48d067ee1f67b4472]

        INTEGRATION: CWS geordi2q14 (1.77.14); FILE MERGED 2004/01/30 11:36:37 hr 1.77.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [074028b6e8df9ffc7ccf67c063c0f07f8f92b7ea]

        INTEGRATION: CWS geordi2q14 (1.44.14); FILE MERGED 2004/01/30 11:36:36 hr 1.44.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d98d93022b5b2dfbae7a4b8ad2d4cf9d71f90666]

        INTEGRATION: CWS geordi2q14 (1.75.14); FILE MERGED 2004/01/30 11:36:35 hr 1.75.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4a4c86b99fdc879b1672b44d9622bc4baf9c9f5]

        INTEGRATION: CWS geordi2q14 (1.43.14); FILE MERGED 2004/01/30 11:36:35 hr 1.43.14.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6af30cb9b37af436abd0a6e203786d19d2da3c3b]

        INTEGRATION: CWS geordi2q14 (1.52.16); FILE MERGED 2004/01/30 11:36:32 hr 1.52.16.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2735cf52b73ab2a1a09aa2a6b2bd8d433f281ecb]

        INTEGRATION: CWS geordi2q14 (1.20.34); FILE MERGED 2004/01/30 17:06:23 hr 1.20.34.2: #111934#: merge CWS ooo111fix2 2004/01/29 12:13:06 hr 1.20.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d011e72bcd78df9c0aeaccc61fc98f14a906b1a]

        INTEGRATION: CWS geordi2q14 (1.5.102); FILE MERGED 2004/01/29 18:31:42 hr 1.5.102.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8737d1831b48acd8a4793c4728ad8563f77b5bf8]

        INTEGRATION: CWS geordi2q14 (1.21.88); FILE MERGED 2004/01/29 18:31:39 hr 1.21.88.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e89420518090a86ce4c5affc335f9e5915bda09]

        INTEGRATION: CWS geordi2q14 (1.23.88); FILE MERGED 2004/01/29 18:31:36 hr 1.23.88.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1e2248d239ac46fb4948089725df29f98446d7f]

        INTEGRATION: CWS geordi2q14 (1.4.88); FILE MERGED 2004/01/29 18:31:35 hr 1.4.88.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [001964fe768a8235721be2a48eedb5a40494fe4d]

        INTEGRATION: CWS geordi2q14 (1.2.126); FILE MERGED 2004/01/29 18:31:32 hr 1.2.126.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bf274d52017eaa47070b17a5a63cbae50958807]

        INTEGRATION: CWS geordi2q14 (1.42.112); FILE MERGED 2004/01/30 16:09:39 hr 1.42.112.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c4f06f9d714ef02eddf7ded15ddbb38033932de]

        INTEGRATION: CWS geordi2q14 (1.14.64); FILE MERGED 2004/01/30 15:35:17 hr 1.14.64.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0360906066d10b04192a7c4468418913e745bf18]

        INTEGRATION: CWS geordi2q14 (1.10.8); FILE MERGED 2004/01/29 18:04:34 hr 1.10.8.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a699b59b2223305a67d39e2958c73fda9de15f63]

        INTEGRATION: CWS geordi2q14 (1.23.6); FILE MERGED 2004/01/29 18:04:28 hr 1.23.6.2: #111934#: merge CWS ooo111fix2 2004/01/28 15:46:57 hr 1.23.6.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [15181c17f7242d456681838ebb2193987bcb23b5]

        INTEGRATION: CWS geordi2q14 (1.2.108); FILE MERGED 2004/01/29 18:04:26 hr 1.2.108.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccd4d2db6df3b267e76077bb2534a06b9cc9083e]

        INTEGRATION: CWS geordi2q14 (1.12.22); FILE MERGED 2004/01/28 15:46:54 hr 1.12.22.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceaf3c33a3335ff3e500281897205d7209995889]

        INTEGRATION: CWS geordi2q14 (1.19.58); FILE MERGED 2004/01/29 18:04:20 hr 1.19.58.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad83e673018bc8aad927cee782f6fc0b2ab3383b]

        INTEGRATION: CWS geordi2q14 (1.2.108); FILE MERGED 2004/01/29 18:04:19 hr 1.2.108.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5123b8001502d05445c563b3bb7d0c0c21dec3a1]

        INTEGRATION: CWS geordi2q14 (1.9.12); FILE MERGED 2004/01/29 18:04:16 hr 1.9.12.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c54ad5a14498b7f9a75069b2becd032bd5da29e]

        INTEGRATION: CWS geordi2q14 (1.2.108); FILE MERGED 2004/01/29 18:04:15 hr 1.2.108.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [314d4127d08ad658c72d132dadbe771dd2f8a4f2]

        INTEGRATION: CWS geordi2q14 (1.15.8); FILE MERGED 2004/01/29 18:04:14 hr 1.15.8.2: #111934#: merge CWS ooo111fix2 2004/01/28 15:46:49 hr 1.15.8.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c458a021b9aa9923a2b12522211762f9327ed64]

        INTEGRATION: CWS geordi2q14 (1.25.12); FILE MERGED 2004/01/29 18:04:11 hr 1.25.12.3: #111934#: merge CWS ooo111fix2 2004/01/28 15:48:30 hr 1.25.12.2: #111934#: merge CWS vcl7pp1r3 2004/01/28 15:46:44 hr 1.25.12.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [94bf0ef69c79ee2b044f6dd8cd7f0506fa3e10c8]

        INTEGRATION: CWS geordi2q14 (1.4.104); FILE MERGED 2004/01/28 15:46:41 hr 1.4.104.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee9576921abd300919d484b24f90335adc2a8b17]

        INTEGRATION: CWS geordi2q14 (1.42.4); FILE MERGED 2004/01/29 18:04:08 hr 1.42.4.2: #111934#: merge CWS ooo111fix2 2004/01/28 15:46:35 hr 1.42.4.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [98794b5234f53fec68a21acc43a386a0bcf99a2d]

        INTEGRATION: CWS geordi2q14 (1.8.56); FILE MERGED 2004/01/28 15:46:32 hr 1.8.56.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe1a79cc8ac1e04b7aa0e25c42e3aa4fce548e6]

        INTEGRATION: CWS geordi2q14 (1.4.76); FILE MERGED 2004/01/29 18:04:05 hr 1.4.76.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [566dae50fe67565be0b2fd12f403545dd4d8fbd5]

        INTEGRATION: CWS swobjpos02 (1.48.288); FILE MERGED 2004/01/13 16:10:18 od 1.48.288.2: RESYNC: (1.48-1.49); FILE MERGED 2003/10/13 14:58:46 od 1.48.288.1: #i18732# - define property map for new writer option 'FollowTextFlow' 	   and add this property map to the default property map.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [998ded87e53051e9b4a4bad8b67e1ab01c1e4b96]

        INTEGRATION: CWS geordi2q14 (1.4.58); FILE MERGED 2004/01/29 18:04:04 hr 1.4.58.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a54753e33a66425ba01fd8faee955b7564d4b158]

        INTEGRATION: CWS swobjpos02 (1.10.436); FILE MERGED 2003/10/14 10:40:49 od 1.10.436.1: #i18732# class <SvxUnoDrawPool> - adjustments for load/save default for 	 new writer option 'FollowTextFlow'.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5941ac184f12d37f707417b75290894a07c84c16]

        INTEGRATION: CWS geordi2q14 (1.4.68); FILE MERGED 2004/01/28 15:46:28 hr 1.4.68.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [882513f8773c83a5c5fd78500aaec6dd0116b1bb]

        INTEGRATION: CWS geordi2q14 (1.2.68); FILE MERGED 2004/01/28 15:46:25 hr 1.2.68.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [86014fc90fa753c50efa758a4710962c0dbec984]

        INTEGRATION: CWS geordi2q14 (1.11.52); FILE MERGED 2004/01/30 17:01:52 hr 1.11.52.2: #111934#: merge CWS ooo111fix2 2004/01/29 15:18:48 hr 1.11.52.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfdd705f1b5736d41c19d4c92acdb2cd45e93445]

        INTEGRATION: CWS geordi2q14 (1.11.10); FILE MERGED 2004/01/30 12:57:09 hr 1.11.10.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b41d5eeb9f5b51d51e924fd04c169df48ce82d22]

        INTEGRATION: CWS geordi2q14 (1.6.96); FILE MERGED 2004/01/29 18:34:02 hr 1.6.96.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1e9715678b2cf6fe8358e645140c36def35209d]

        INTEGRATION: CWS geordi2q14 (1.9.20); FILE MERGED 2004/01/30 15:52:21 hr 1.9.20.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [991081917b569af1aff02643969d2a2b9b22b8a1]

        INTEGRATION: CWS geordi2q14 (1.15.2); FILE MERGED 2004/01/30 17:04:26 hr 1.15.2.3: #111934#: merge CWS ooo111fix2 2004/01/30 17:03:01 hr 1.15.2.2: #111934#: merge CWS ooo111fix2 2004/01/30 15:47:16 hr 1.15.2.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [21bd182f692586d72796dbadb9eff30848565f4a]

        INTEGRATION: CWS geordi2q14 (1.8.40); FILE MERGED 2004/01/30 11:39:25 hr 1.8.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eac61c51d57786265eb86ad8ede0626cfc2143a4]

        INTEGRATION: CWS geordi2q14 (1.5.146); FILE MERGED 2004/01/30 15:50:59 hr 1.5.146.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f4be393846390198a646a476623e9591fc987ac]

        INTEGRATION: CWS geordi2q14 (1.11.18); FILE MERGED 2004/01/30 17:07:32 hr 1.11.18.2: #111934#: merge CWS ooo111fix2 2004/01/29 17:21:40 hr 1.11.18.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [095f28ddbe9147ae05922af26f53767496c70eb0]

        INTEGRATION: CWS swobjpos02 (1.72.32); FILE MERGED 2004/01/21 08:57:54 od 1.72.32.2: RESYNC: (1.72-1.73); FILE MERGED resolve merge conflict. 2003/10/14 10:36:29 od 1.72.32.1: #i18732# - add new item for new option 'FollowTextFlow' to the corresponding 	   property maps for load and save.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [12f5517646d5db8d42db14d8c274b31d7a2eb42a]

        INTEGRATION: CWS geordi2q14 (1.7.8); FILE MERGED 2004/01/30 16:04:48 hr 1.7.8.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e74e2d7b31792c568100921681d1c5eab0ef10ff]

        INTEGRATION: CWS swobjpos02 (1.22.78); FILE MERGED 2003/10/13 15:11:27 od 1.22.78.1: #i18732# - allow vertical alignment at page areas for 'to paragraph' and 	   'to-character' anchored fly frames.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6928ebf9bd2496e79041e32e7d5b147397367375]

        INTEGRATION: CWS swobjpos02 (1.46.6); FILE MERGED 2004/01/21 08:58:19 od 1.46.6.4: RESYNC: (1.48-1.49); FILE MERGED resolve merge conflict. 2004/01/13 15:18:18 od 1.46.6.3: RESYNC: (1.47-1.48); FILE MERGED 2003/11/18 16:21:46 od 1.46.6.2: RESYNC: (1.46-1.47); FILE MERGED 2003/10/13 15:06:19 od 1.46.6.1: #i18732# - new token for new option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dd5accd2cce3733079e8666164572a288ed62dd]

        INTEGRATION: CWS geordi2q14 (1.10.38); FILE MERGED 2004/01/30 11:23:54 hr 1.10.38.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [abd276f5414217875abd965ffc142b63fd3a6e03]

        INTEGRATION: CWS swobjpos02 (1.34.18); FILE MERGED 2004/01/14 08:07:28 od 1.34.18.3: complete solution of merge conflict 2004/01/13 11:48:22 od 1.34.18.2: RESYNC: (1.34-1.35); FILE MERGED resolve merge conflicts. 2003/10/02 11:28:13 od 1.34.18.1: #i18732# - *draft* strings and presentation for new option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6affe1753d1bd67c087f28a92388406f269bf3c]

        INTEGRATION: CWS geordi2q14 (1.22.70); FILE MERGED 2004/01/29 18:37:16 hr 1.22.70.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d690590ec4d41ecad1e5e93ea1efdcb723b48fa8]

        INTEGRATION: CWS swobjpos02 (1.2.322); FILE MERGED 2003/10/02 11:28:12 od 1.2.322.1: #i18732# - *draft* strings and presentation for new option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7849a8ee6cd8319ebea2b4467d83778f9cf5f1c8]

        INTEGRATION: CWS geordi2q14 (1.9.34); FILE MERGED 2004/01/29 18:37:14 hr 1.9.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7af322bd7a52c18c7b9152d3faea1265a575f439]

        INTEGRATION: CWS swobjpos02 (1.12.106); FILE MERGED 2004/01/21 08:17:47 od 1.12.106.2: RESYNC: (1.12-1.13); FILE MERGED 2003/10/02 11:28:15 od 1.12.106.1: #i18732# - *draft* strings and presentation for new option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [72fe626399e92de22e58145811f2bde8448927b1]

        INTEGRATION: CWS geordi2q14 (1.8.34); FILE MERGED 2004/01/29 18:37:13 hr 1.8.34.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [69c643899220c1fc56e5f57c6457da2125eacdcd]

        INTEGRATION: CWS swobjpos02 (1.3.146); FILE MERGED 2003/10/14 10:54:07 od 1.3.146.1: #i18732# <SwSvxUnoDrawPool::getModelPool(..)> - return writer default 	 pool instead of drawing pool in order get default value of 	 new option 'FollowTextFlow' load/saved.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca78d5b622a4f5c3410d10eb515c4e4c4bf906b9]

        INTEGRATION: CWS geordi2q14 (1.12.90); FILE MERGED 2004/01/29 18:37:11 hr 1.12.90.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [21984e007ebf70da78f7141b791d85060183cdfc]

        INTEGRATION: CWS swobjpos02 (1.12.312); FILE MERGED 2003/10/02 11:12:41 od 1.12.312.1: #i18732# class <SwFrmPage> - new checkbox for option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec809a6aec7bfa5060332135eb32d81629e9adea]

        INTEGRATION: CWS swobjpos02 (1.2.316); FILE MERGED 2003/10/02 11:14:14 od 1.2.316.1: #i18732# class <SwFrmValid> - add member for option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc077f060582aae33978ac04a0c49a534c4bfb47]

        INTEGRATION: CWS swobjpos02 (1.7.146); FILE MERGED 2003/10/02 11:22:34 od 1.7.146.1: #i18732# - consider new option 'FollowTextFlow' for text frames.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f1d2bd8d4ae0ba37356f054fdb647c4d633f86c]

        INTEGRATION: CWS swobjpos02 (1.53.18); FILE MERGED 2004/01/13 12:18:31 od 1.53.18.4: RESYNC: (1.53-1.54); FILE MERGED 2003/11/19 17:20:18 od 1.53.18.3: #i18732# - adjust german string for checkbox 'FollowTextFlow' 2003/11/18 11:18:35 od 1.53.18.2: #i18732# - adjustment german string for option 'FollowTextFlow' 2003/10/02 11:18:36 od 1.53.18.1: #i18732# - add *draft* strings for new checkbox 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffa9e01ef7c859aff911311b950e88a28cdcf89e]

        INTEGRATION: CWS swobjpos02 (1.6.316); FILE MERGED 2003/10/02 11:17:52 od 1.6.316.1: #i18732# - add define CB_FOLLOWTEXTFLOW for new checkbox

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c1fd578836d9d8f3844a6e954e522e4620dbbc0]

        INTEGRATION: CWS geordi2q14 (1.15.72); FILE MERGED 2004/01/30 16:58:37 hr 1.15.72.2: #111934#: merge CWS ooo111fix2 2004/01/29 18:55:11 hr 1.15.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [65309b3dd7fde3a9cacb28ea45939d40876cf91e]

        INTEGRATION: CWS swobjpos02 (1.36.146); FILE MERGED 2004/01/13 12:18:17 od 1.36.146.3: RESYNC: (1.36-1.38); FILE MERGED resolve merge conflicts. 2003/11/06 11:39:06 od 1.36.146.2: #i18732# - enable/disable of check box for 'Follow text flow' 2003/10/02 11:16:23 od 1.36.146.1: #i18732# class <SwFrmPage> - add handling for new checkbox 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed5344722ac53474c3be268704673edb813a1460]

        INTEGRATION: CWS swobjpos02 (1.8.146); FILE MERGED 2003/10/02 11:21:29 od 1.8.146.1: #i17567#, #i18732# <SwFlyFrmAttrMgr::ValidateMetrics(..) 	  - consider negative positions and new option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b503a2cb26c963e05f90ea7e7ecab67815f627b1]

        INTEGRATION: CWS swobjpos02 (1.70.56); FILE MERGED 2004/01/13 12:30:21 od 1.70.56.3: RESYNC: (1.72-1.73); FILE MERGED 2003/10/15 12:36:42 od 1.70.56.2: RESYNC: (1.70-1.72); FILE MERGED resolved conflicts. 2003/10/02 11:26:05 od 1.70.56.1: #i18732# - consider new option 'FollowTextFlow' for text frames.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8df61e56bd58f8197bb3ed7434e682a443f8b90f]

        INTEGRATION: CWS swobjpos02 (1.40.54); FILE MERGED 2004/01/13 12:40:51 od 1.40.54.2: RESYNC: (1.40-1.41); FILE MERGED 2003/10/14 10:51:39 od 1.40.54.1: #i18732# <SwDocShell::InitNew(..)> - change default value of new option 	 'FollowTextFlow' to FALSE for new documents.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ede28210fd605408a3ab9f6a2c956e38a35daf9]

        INTEGRATION: CWS swobjpos02 (1.142.2); FILE MERGED 2004/01/21 08:29:47 od 1.142.2.6: RESYNC: (1.145-1.146); FILE MERGED 2004/01/13 12:52:48 od 1.142.2.5: RESYNC: (1.144-1.145); FILE MERGED resolve merge conflicts. 2003/11/18 15:58:58 od 1.142.2.4: RESYNC: (1.143-1.144); FILE MERGED 2003/10/29 15:30:08 cmc 1.142.2.3: #112779# tweak old style frame import in light of new frame positioning options 2003/10/15 12:44:18 od 1.142.2.2: RESYNC: (1.142-1.143); FILE MERGED resolved conflicts. 2003/10/14 15:43:57 od 1.142.2.1: #i18732# - adjustments for new option 'FollotTextFlow' and new alignments 	   at page areas.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [157ac5f92984087411eb97d96394f3e4215e92c3]

        INTEGRATION: CWS geordi2q14 (1.20.50); FILE MERGED 2004/01/30 15:42:23 hr 1.20.50.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [431f03ab860c5bfeb0853ff3966615420c88988d]

        INTEGRATION: CWS swobjpos02 (1.33.20); FILE MERGED 2004/01/13 12:51:15 od 1.33.20.3: RESYNC: (1.34-1.35); FILE MERGED 2003/11/18 15:58:17 od 1.33.20.2: RESYNC: (1.33-1.34); FILE MERGED 2003/10/29 15:30:07 cmc 1.33.20.1: #112779# tweak old style frame import in light of new frame positioning options

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc5e9b721dd405998c5efdd723836118f4c2deda]

        INTEGRATION: CWS geordi2q14 (1.5.78); FILE MERGED 2004/01/30 15:42:22 hr 1.5.78.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [277b59cea3275f5a4769d37458929a9b8b9e18ea]

        INTEGRATION: CWS geordi2q14 (1.8.78); FILE MERGED 2004/01/30 15:42:21 hr 1.8.78.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b3ea47dba31c98fcca476532bb0d8436f50c4b8]

        INTEGRATION: CWS swobjpos02 (1.119.18); FILE MERGED 2004/01/21 08:28:27 od 1.119.18.4: RESYNC: (1.121-1.122); FILE MERGED 2004/01/13 12:50:29 od 1.119.18.3: RESYNC: (1.120-1.121); FILE MERGED 2003/11/18 15:58:00 od 1.119.18.2: RESYNC: (1.119-1.120); FILE MERGED 2003/10/29 15:30:07 cmc 1.119.18.1: #112779# tweak old style frame import in light of new frame positioning options

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [99f1da52c670e0a31e37b785d7171945336f8ff4]

        INTEGRATION: CWS geordi2q14 (1.11.50); FILE MERGED 2004/01/30 15:42:20 hr 1.11.50.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4bc37afc7b2c61540fdaec33f367ccd4da6f784]

        INTEGRATION: CWS swobjpos02 (1.117.2); FILE MERGED 2004/01/21 08:28:13 od 1.117.2.5: RESYNC: (1.122-1.123); FILE MERGED 2004/01/13 12:50:08 od 1.117.2.4: RESYNC: (1.120-1.122); FILE MERGED 2003/11/18 15:57:53 od 1.117.2.3: RESYNC: (1.118-1.120); FILE MERGED 2003/10/15 12:43:06 od 1.117.2.2: RESYNC: (1.117-1.118); FILE MERGED resolved conflicts. 2003/10/14 15:34:08 od 1.117.2.1: #i18732# <SwWW8ImplReader::ImportDop()> - set default value of new 	 option 'FollowTextFlow' to FALSE for imported MS Word documents.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [101c0612ca1ffe4c182799f3ad175d071ce939f0]

        INTEGRATION: CWS geordi2q14 (1.11.116); FILE MERGED 2004/01/30 15:42:19 hr 1.11.116.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [70b4ac2416f65437c8553d2e69f6920ce26d4fd8]

        INTEGRATION: CWS swobjpos02 (1.105.2); FILE MERGED 2004/01/21 08:23:20 od 1.105.2.9: RESYNC: (1.109-1.110); FILE MERGED resolve merge conflict. 2004/01/13 12:49:13 od 1.105.2.8: RESYNC: (1.107-1.109); FILE MERGED resolve merge conflicts. 2003/11/18 15:57:34 od 1.105.2.7: RESYNC: (1.106-1.107); FILE MERGED 2003/11/18 11:05:49 od 1.105.2.6: #i18732# - correction is setting new option 'FollowTextFlow' 2003/10/29 10:43:50 cmc 1.105.2.5: #i18732# the aligned to line is positive in word and negative in writer 2003/10/29 10:14:46 cmc 1.105.2.4: #i18732# we might have a bit more success with the new anchoring options if we actually set the vertical alignment after painstakingly calculating it :-) 2003/10/27 12:02:41 od 1.105.2.3: #i18732# - complete resolving conflicts on 'cwsresync' 2003/10/15 12:42:47 od 1.105.2.2: RESYNC: (1.105-1.106); FILE MERGED resolved conficts. 2003/10/14 15:42:12 od 1.105.2.1: #i18732# - adjustments to consider new option 'FollowTextFlow' and the 	   alignments to page areas.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [272b8edec4fb3a0de75d76c8164d6fbfbcd3e634]

        INTEGRATION: CWS geordi2q14 (1.8.120); FILE MERGED 2004/01/30 15:42:19 hr 1.8.120.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [29a11c05bebcbcbb94c7c6b5ec932c06e3f9bcc1]

        INTEGRATION: CWS swobjpos02 (1.71.4); FILE MERGED 2004/01/22 11:59:23 od 1.71.4.1: #i18732# - adjustments for extending attribute set

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [df0e3936da2a21fd2d0f2b4ef6d2121f211ce842]

        INTEGRATION: CWS geordi2q14 (1.15.28); FILE MERGED 2004/01/30 15:42:18 hr 1.15.28.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc4d4f0a1ec0cd03ea1abb8bc2c180e1bbc36e6d]

        INTEGRATION: CWS geordi2q14 (1.7.120); FILE MERGED 2004/01/30 15:42:17 hr 1.7.120.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7898fd2a2b93250cd2f0b8a2699724b25d132d93]

        INTEGRATION: CWS swobjpos02 (1.42.4); FILE MERGED 2004/01/22 11:58:29 od 1.42.4.1: #i18732# - adjustments for extending attribute set

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [20a6d1b605643e656b4ee1e4afee550fbcb7810b]

        INTEGRATION: CWS geordi2q14 (1.12.28); FILE MERGED 2004/01/30 17:00:25 hr 1.12.28.2: #111934#: merge CWS ooo111fix2 2004/01/30 15:42:16 hr 1.12.28.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f9f64c5ab8e249f2a9a05ffa952528068cd1b80]

        INTEGRATION: CWS swobjpos02 (1.6.312); FILE MERGED 2004/01/22 11:57:52 od 1.6.312.1: remove Writer debug filter

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1aaa92a5c163bc0704e7e30e1dde132b5440da4a]

        INTEGRATION: CWS swobjpos02 (1.20.60); FILE MERGED 2004/01/22 11:57:14 od 1.20.60.1: #i18732# - adjustments for extending attribute set

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [17714d88f2e505c1119fcf8f54950037a4a31ce2]

        INTEGRATION: CWS swobjpos02 (1.21.62); FILE MERGED 2004/01/22 11:57:13 od 1.21.62.1: #i18732# - adjustments for extending attribute set

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0da45db69c21dca4a8419a92dc5adc3e94b48ad]

        INTEGRATION: CWS geordi2q14 (1.101.28); FILE MERGED 2004/01/28 16:38:31 hr 1.101.28.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2a0296db073b174b438171785cfaee078fbadf3]

        INTEGRATION: CWS geordi2q14 (1.76.28); FILE MERGED 2004/01/28 16:38:30 hr 1.76.28.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b59554e76788f5b4b6a5206d6ee89e006db55b45]

        INTEGRATION: CWS geordi2q14 (1.14.28); FILE MERGED 2004/01/28 16:38:29 hr 1.14.28.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f221e098cf693ef05b24f6810bdc0e55bd79a81]

        INTEGRATION: CWS geordi2q14 (1.16.28); FILE MERGED 2004/01/28 16:38:27 hr 1.16.28.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c66bba676350d4408d22cef88f0f840ab6973d5]

        INTEGRATION: CWS geordi2q14 (1.168.24); FILE MERGED 2004/01/30 15:59:32 hr 1.168.24.2: #111934#: merge CWS ooo111fix2 2004/01/28 16:38:24 hr 1.168.24.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [30b28ba4a42c31954362d4f8d45969841f10fc4f]

        INTEGRATION: CWS geordi2q14 (1.30.24); FILE MERGED 2004/01/30 15:59:31 hr 1.30.24.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [795579661b83384623df06a84aa3a86ada1c41e6]

        INTEGRATION: CWS swobjpos02 (1.27.4); FILE MERGED 2004/01/22 11:56:03 od 1.27.4.1: remove Writer debug filter

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [755d64f7ac98db8ffceb56e1ed22cc04ddb7fa2f]

        INTEGRATION: CWS geordi2q14 (1.112.24); FILE MERGED 2004/01/30 15:59:30 hr 1.112.24.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b6578c931a8fea568e6ada4f86042bbb9698125]

        INTEGRATION: CWS swobjpos02 (1.4.146); FILE MERGED 2004/01/22 11:55:26 od 1.4.146.1: remove Writer debug filter

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [92bd23d053963320bd3f457d13a3397515fa85ec]

        INTEGRATION: CWS geordi2q14 (1.20.26); FILE MERGED 2004/01/28 16:38:22 hr 1.20.26.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b02ac0c24daa54a6b3baa2a67e8cfbc16d815a5e]

        INTEGRATION: CWS swobjpos02 (1.90.56); FILE MERGED 2004/01/21 08:44:46 od 1.90.56.3: RESYNC: (1.90-1.91); FILE MERGED resolve merge conflict. 2003/10/07 14:50:17 od 1.90.56.2: #i18732# - adjust property name for new option 'FollowTextFlow' 2003/10/02 11:07:39 od 1.90.56.1: #i18732# add UNO_NAME_US_FOLLOW_TEXT_FLOW for new option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b6a9445d39825d7cb561761c95e4059c861e17a]

        INTEGRATION: CWS geordi2q14 (1.28.26); FILE MERGED 2004/01/28 16:38:20 hr 1.28.26.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [423204e83c7dd3236cca235376b9f465ee57d991]

        INTEGRATION: CWS swobjpos02 (1.153.20); FILE MERGED 2004/01/21 08:44:32 od 1.153.20.4: RESYNC: (1.154-1.155); FILE MERGED 2004/01/13 13:08:12 od 1.153.20.3: RESYNC: (1.153-1.154); FILE MERGED 2003/10/07 14:49:26 od 1.153.20.2: #i18732# - adjust property name for new option 'FollowTextFlow' 2003/10/02 11:06:18 od 1.153.20.1: #i18732# - add mapping for new option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [697b378bc4ef5bb9d850bfda6498c09cea83ad16]

        INTEGRATION: CWS geordi2q14 (1.17.56); FILE MERGED 2004/01/28 16:38:19 hr 1.17.56.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d9abecc9056535a12747e2d5f3e984b8f932c20]

        INTEGRATION: CWS swobjpos02 (1.81.108); FILE MERGED 2004/01/13 13:07:38 od 1.81.108.3: RESYNC: (1.83-1.84); FILE MERGED 2003/10/15 12:46:47 od 1.81.108.2: RESYNC: (1.81-1.83); FILE MERGED resolved conflicts. 2003/10/14 10:49:39 od 1.81.108.1: #i18732# <BaseFrameProperties_Impl::FillBaseProperties(..)> - consider 	 new option 'FollowTextFlow'.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf6e7ca58e1cbd2a3eb557b8f4397880ec3b3747]

        INTEGRATION: CWS geordi2q14 (1.46.26); FILE MERGED 2004/01/30 15:59:29 hr 1.46.26.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf40a60bac171c7a1f072d6a8837f95a6b73960c]

        INTEGRATION: CWS swobjpos02 (1.45.68); FILE MERGED 2004/01/13 13:14:18 od 1.45.68.4: RESYNC: (1.48-1.49); FILE MERGED 2003/11/18 16:04:54 od 1.45.68.3: RESYNC: (1.47-1.48); FILE MERGED 2003/10/15 12:47:37 od 1.45.68.2: RESYNC: (1.45-1.47); FILE MERGED 2003/10/09 14:57:23 od 1.45.68.1: #110978# <SwTxtFrm::GetFrmAtOfst(..) - adjust signature

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [623581d28b81861029aaaf347655f46a1b3955f4]

        INTEGRATION: CWS swobjpos02 (1.63.66); FILE MERGED 2004/01/13 13:21:57 od 1.63.66.4: RESYNC: (1.65-1.67); FILE MERGED 2003/11/18 16:09:32 od 1.63.66.3: RESYNC: (1.64-1.65); FILE MERGED 2003/10/15 12:48:48 od 1.63.66.2: RESYNC: (1.63-1.64); FILE MERGED 2003/10/02 10:53:07 od 1.63.66.1: #110978# <SwTxtFrm::CalcBaseOfstForFly()> - correct handling of empty paragraphs.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ae5700a4982f82ccae335cf2e2b694a028042d1]

        INTEGRATION: CWS geordi2q14 (1.26.26); FILE MERGED 2004/01/30 15:59:29 hr 1.26.26.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca8aa6da5231a694db2e500715db0fb8d3bc8d0c]

        INTEGRATION: CWS swobjpos02 (1.36.52); FILE MERGED 2004/01/13 13:21:31 od 1.36.52.3: RESYNC: (1.38-1.40); FILE MERGED 2003/11/18 16:09:11 od 1.36.52.2: RESYNC: (1.36-1.38); FILE MERGED 2003/10/02 10:49:00 od 1.36.52.1: #110978# - use new class <SwAnchoredObjectPosition>

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ca80d8391006518ab2c08d168e9e9deabae6722]

        INTEGRATION: CWS geordi2q14 (1.34.26); FILE MERGED 2004/01/28 16:38:17 hr 1.34.26.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e805368acbe423501469b7b1d9a72fdf0eda073f]

        INTEGRATION: CWS swobjpos02 (1.7.52); FILE MERGED 2003/10/02 10:46:04 od 1.7.52.1: #110978# - use new class <SwAnchoredObjectPosition>

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f303f70a2b701ab29fb4af992672a37e3c55032c]

        INTEGRATION: CWS geordi2q14 (1.84.24); FILE MERGED 2004/01/28 16:38:14 hr 1.84.24.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed8c78a00383812b0eb739812caa00ac395619e9]

        INTEGRATION: CWS geordi2q14 (1.181.24); FILE MERGED 2004/01/28 16:38:12 hr 1.181.24.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c461306653f4849016b1bf71125b90f0445ed228]

        INTEGRATION: CWS swobjpos02 (1.21.52); FILE MERGED 2004/01/13 13:19:08 od 1.21.52.3: RESYNC: (1.22-1.23); FILE MERGED resolve merge conflicts. 2003/10/15 12:48:26 od 1.21.52.2: RESYNC: (1.21-1.22); FILE MERGED 2003/10/02 10:48:01 od 1.21.52.1: #110978# - use new class <SwAnchoredObjectPosition>

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0f0c9eb2fe8f1425821ff028fd806b3bf0ecd66]

        INTEGRATION: CWS swobjpos02 (1.41.12); FILE MERGED 2004/01/21 08:45:12 od 1.41.12.4: RESYNC: (1.42-1.43); FILE MERGED 2004/01/13 13:14:36 od 1.41.12.3: RESYNC: (1.41-1.42); FILE MERGED 2003/11/18 11:02:55 od 1.41.12.2: #110978# <SwTxtFrm::Format(..)> - always check Writer fly frame, that 	 are anchored to character. 2003/10/09 15:10:30 od 1.41.12.1: #110978# <SwTxtFrm::Format(..)> - no format of fly frames, but allow invalidation

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [563790c2221d7e22715cdbd15aef5d6973eea140]

        INTEGRATION: CWS geordi2q14 (1.15.28); FILE MERGED 2004/01/28 16:38:11 hr 1.15.28.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [06055f7e2897dbafb0cfadb018a7cb4e5deea497]

        INTEGRATION: CWS geordi2q14 (1.100.26); FILE MERGED 2004/01/30 15:59:28 hr 1.100.26.2: #111934#: merge CWS ooo111fix2 2004/01/28 16:38:10 hr 1.100.26.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb8f73f9764e626940bf2b693a4e66b0af511bc6]

        INTEGRATION: CWS swobjpos02 (1.31.146); FILE MERGED 2003/11/18 16:05:12 od 1.31.146.2: RESYNC: (1.31-1.32); FILE MERGED 2003/10/09 14:55:53 od 1.31.146.1: #110978# - <SwTxtFrm::GetFrmAtOfst(..)> - adjust signature

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [175cc77d1a018cdfe0041a2e5c673f12e7451d32]

        INTEGRATION: CWS geordi2q14 (1.52.26); FILE MERGED 2004/01/28 16:38:08 hr 1.52.26.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6891edd6f2860327ff50509aa904bb2fc1fd0e19]

        INTEGRATION: CWS swobjpos02 (1.41.52); FILE MERGED 2004/01/21 08:49:26 od 1.41.52.5: RESYNC: (1.47-1.48); FILE MERGED 2004/01/13 13:34:48 od 1.41.52.4: RESYNC: (1.43-1.47); FILE MERGED 2003/11/18 16:11:53 od 1.41.52.3: RESYNC: (1.42-1.43); FILE MERGED 2003/10/15 12:50:13 od 1.41.52.2: RESYNC: (1.41-1.42); FILE MERGED 2003/10/02 10:44:26 od 1.41.52.1: #i18732# local method <CalcHeightWidthFlys(..)> - consider new option 	 'FollowTextFlow'.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [305a9f9487460c5c11a49e8577eadd209f3b94dc]

        INTEGRATION: CWS geordi2q14 (1.62.26); FILE MERGED 2004/01/28 16:38:06 hr 1.62.26.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0f6b2697dfdcb74f1cecec6a280c6dfc5cc16b3]

        INTEGRATION: CWS swobjpos02 (1.5.146); FILE MERGED 2003/11/18 16:11:45 od 1.5.146.2: RESYNC: (1.5-1.6); FILE MERGED 2003/10/02 10:40:25 od 1.5.146.1: #110978# - compile new class <SwAnchoredObjectPosition>

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9c9b1f9363c2c6da4d174e451621ee17fd2e584]

        INTEGRATION: CWS geordi2q14 (1.164.24); FILE MERGED 2004/01/28 16:38:05 hr 1.164.24.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a42d99bf4a66853c6e4dba1cb0ba256a5d900391]

        INTEGRATION: CWS swobjpos02 (1.51.4); FILE MERGED 2004/01/21 08:47:53 od 1.51.4.4: RESYNC: (1.54-1.55); FILE MERGED 2004/01/13 13:31:39 od 1.51.4.3: RESYNC: (1.52-1.54); FILE MERGED 2003/10/15 12:50:02 od 1.51.4.2: RESYNC: (1.51-1.52); FILE MERGED 2003/10/02 10:39:32 od 1.51.4.1: #110978# <SwPageFrm::PrtWithoutHeaderAndFooter()> - implementation of new method

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeb8695eee7980ad2138f1692271476b7d1b7f26]

        INTEGRATION: CWS geordi2q14 (1.61.26); FILE MERGED 2004/01/28 16:38:03 hr 1.61.26.1: #111934#: merge CWS vcl7pp1r3

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c7e5788da5ea7f42d55947bee9475faf0b9522d]

        INTEGRATION: CWS swobjpos02 (1.22.52); FILE MERGED 2004/01/13 13:31:20 od 1.22.52.5: RESYNC: (1.23-1.24); FILE MERGED 2003/11/18 11:01:06 od 1.22.52.4: #110978# - further adjustments for isolated object positioning algorithms 2003/10/15 12:49:53 od 1.22.52.3: RESYNC: (1.22-1.23); FILE MERGED resolved conflicts. 2003/10/09 15:06:54 od 1.22.52.2: #110978# - further adjustments for isolated positioning algorithm 2003/10/02 10:38:09 od 1.22.52.1: #i18732# method <CalcClipRect(..)> - adjustments for new option 'FollowTextFlow' 	 and alignment at page areas.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eca51699499171c2089f5aa4512e6d6667b549e9]

        INTEGRATION: CWS geordi2q14 (1.33.24); FILE MERGED 2004/01/30 15:59:27 hr 1.33.24.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [837fd8b07dd145305f69d0f74ef8c0994a7d98c9]

        INTEGRATION: CWS swobjpos02 (1.33.52); FILE MERGED 2004/01/21 08:47:40 od 1.33.52.5: RESYNC: (1.34-1.35); FILE MERGED 2003/11/18 10:59:31 od 1.33.52.4: #110978# - further adjustments for isolated object positioning algorithms 2003/10/15 12:49:43 od 1.33.52.3: RESYNC: (1.33-1.34); FILE MERGED 2003/10/09 15:05:46 od 1.33.52.2: #110978# - further adjustments and corrections for isolated positioning algorithm 2003/10/02 10:33:09 od 1.33.52.1: #110978# <SwFlyAtCntFrm::MakeFlyPos()> - use new class <SwAnchoredObjectPosition> 	 remove several local method implementations

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e99630174973310689dbb595ca188410297bf581]

        INTEGRATION: CWS swobjpos02 (1.47.4); FILE MERGED 2004/01/21 08:47:26 od 1.47.4.5: RESYNC: (1.53-1.54); FILE MERGED 2004/01/13 13:31:01 od 1.47.4.4: RESYNC: (1.50-1.53); FILE MERGED 2003/11/18 16:11:37 od 1.47.4.3: RESYNC: (1.49-1.50); FILE MERGED 2003/10/15 12:49:35 od 1.47.4.2: RESYNC: (1.47-1.49); FILE MERGED 2003/10/02 10:27:16 od 1.47.4.1: #110978# <SwFlyFrm::MakeFlyPos> - use new class <SwAnchoredObjectPosition> #110978# <SwFlyFrm::MakePrtArea> - consider vertical layout #i18732# <SwFlyFrm::_UpdateAttr> - consider new option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3762b361f014086d2403a5aa1834daa0f4d9b28]

        INTEGRATION: CWS swobjpos02 (1.18.146); FILE MERGED 2004/01/21 08:46:52 od 1.18.146.2: RESYNC: (1.18-1.19); FILE MERGED resolve hidden merge conflict. 2003/10/02 10:23:44 od 1.18.146.1: #110978# class <SwFrm> - replace method <IsMoveable()>.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [267cbd8d37997d33ab8947bd03fbcbee7c1feab5]

        INTEGRATION: CWS swobjpos02 (1.31.108); FILE MERGED 2004/01/21 08:52:25 od 1.31.108.4: RESYNC: (1.33-1.34); FILE MERGED 2004/01/13 13:37:43 od 1.31.108.3: RESYNC: (1.32-1.33); FILE MERGED 2003/10/15 12:51:08 od 1.31.108.2: RESYNC: (1.31-1.32); FILE MERGED 2003/10/09 14:52:59 od 1.31.108.1: #110978# <SwTxtFrm::GetFrmAtOfst(..)> - adjust signature

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c3869eea33d3f95f278b01c41f05d648ec73d44]

        INTEGRATION: CWS swobjpos02 (1.11.52); FILE MERGED 2003/10/02 10:21:38 od 1.11.52.1: #110978# class <SwPageFrm> - new method <PrtWithoutHeaderAndFooter()>

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eca063b73f8dc67bbd149874db0163f5ebcc37f0]

        INTEGRATION: CWS geordi2q14 (1.14.2); FILE MERGED 2004/01/30 17:08:14 hr 1.14.2.2: #111934#: merge CWS ooo111fix2 2004/01/30 11:44:59 hr 1.14.2.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b370046ce99414527457c309469bde7dcc3b22d]

        INTEGRATION: CWS swobjpos02 (1.32.52); FILE MERGED 2004/01/21 08:50:51 od 1.32.52.3: RESYNC: (1.33-1.34); FILE MERGED 2004/01/13 13:37:15 od 1.32.52.2: RESYNC: (1.32-1.33); FILE MERGED 2003/10/02 10:14:25 od 1.32.52.1: #110978# class <SwFrm> - replace method <IsMoveable()>

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fc203b3b8360e9a6664d5ca67bf2d8a1f7add04]

        INTEGRATION: CWS swobjpos02 (1.3.334); FILE MERGED 2003/10/15 12:50:45 od 1.3.334.3: RESYNC: (1.3-1.4); FILE MERGED 2003/10/09 15:03:45 od 1.3.334.2: #110978# - further adjustments for isolated positioning algorithm 2003/10/02 10:12:42 od 1.3.334.1: #110978# class <SwFlyAtCntFrm> - declare class <SwAnchoredObjectPosition> 				 as friend.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c03d4eca182dc2443a2f716dfa6ae00fe5563bd]

        INTEGRATION: CWS geordi2q14 (1.13.18); FILE MERGED 2004/01/29 15:06:54 hr 1.13.18.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc40e574cfe355b67c2b45dddbb179b13149c7ac]

        INTEGRATION: CWS swobjpos02 (1.7.142); FILE MERGED 2003/10/02 10:11:24 od 1.7.142.1: #110978# class <SwFlyFrm> - declare class <SwAnchoredObjectPosition> 	 		    as friend.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2570ab51d776c79899ab7a876537328888771f8]

        INTEGRATION: CWS geordi2q14 (1.17.10); FILE MERGED 2004/01/29 15:06:49 hr 1.17.10.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d50f4fd4e9dde2eaadbf1aa9c6e32565cdf7b0b9]

        INTEGRATION: CWS swobjpos02 (1.1.2); FILE ADDED 2003/11/18 10:57:59 od 1.1.2.3: #110978# - further adjustments for isolated object positioning algorithms 2003/10/09 15:02:22 od 1.1.2.2: #110978# - further adjustments of isolated positioning algorithm 2003/10/02 09:39:56 od 1.1.2.1: #110978# - new class for separated positioning algorithm

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [868015ed9869af05573132361f4f9f4448af762e]

        INTEGRATION: CWS geordi2q14 (1.6.60); FILE MERGED 2004/01/29 18:27:45 hr 1.6.60.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [952712db538f355ed4ca9d2ee0c53c3b339041d3]

        INTEGRATION: CWS swobjpos02 (1.17.76); FILE MERGED 2004/01/13 13:40:01 od 1.17.76.3: RESYNC: (1.17-1.19); FILE MERGED resolve merge conflicts. 2003/11/18 10:54:33 od 1.17.76.2: #110978# - adjustment for isolated object positioning algorithms 2003/10/02 10:05:39 od 1.17.76.1: #i17567#, #i18732# <SwFEShell::CalcBoundRect(..)> - adjustments to 		   allow negative positions and consider new option 		   'FollowTextFlow'.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [81333b6bad4ab6f9c7b7d7ca02bf242cbf6607ec]

        INTEGRATION: CWS swobjpos02 (1.25.94); FILE MERGED 2004/01/13 14:50:56 od 1.25.94.3: RESYNC: (1.26-1.27); FILE MERGED 2003/10/15 12:54:44 od 1.25.94.2: RESYNC: (1.25-1.26); FILE MERGED resolved conflict. 2003/10/14 10:47:40 od 1.25.94.1: #i18732# <SwDoc::RemoveAllFmtLanguageDependencies()> - reset default value 	 of new item 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [25e51f2fbd18ff1ecace9c037092b41b6ec30e73]

        INTEGRATION: CWS geordi2q14 (1.13.4); FILE MERGED 2004/01/29 12:50:12 hr 1.13.4.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c19cb81b5228f2018aabba5ac0df05f7b8a2cec]

        INTEGRATION: CWS swobjpos02 (1.38.106); FILE MERGED 2004/01/22 11:54:08 od 1.38.106.5: #i18732# - adjustments for extending attribute set 2004/01/21 08:53:46 od 1.38.106.4: RESYNC: (1.39-1.40); FILE MERGED resolve merge conflict. 2004/01/13 14:54:20 od 1.38.106.3: RESYNC: (1.38-1.39); FILE MERGED 2003/10/14 10:45:02 od 1.38.106.2: #i18732# - replace FN_FOLLOW_TEXT_FLOW by SID_SW_FOLLOW_TEXT_FLOW and   	   adjust default value for new option 'FollowTextFlow' 2003/10/02 10:02:45 od 1.38.106.1: #i18732# - add FN_FOLLOW_TEXT_FLOW to slot table and add pool default 	   for RES_FOLLOW_TEXT_FLOW.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa081f14cf31eeb352091f35d284889c9031d3dd]

        INTEGRATION: CWS geordi2q14 (1.58.4); FILE MERGED 2004/01/29 12:50:11 hr 1.58.4.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f9877ea773a05c5e751ea368c6f37a9545d990]

        INTEGRATION: CWS swobjpos02 (1.3.146); FILE MERGED 2004/01/22 11:53:22 od 1.3.146.1: #i18732# - adjustment for extending the attribute set

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e124491b3093f4dadadd899d3030db7973563fc3]

        INTEGRATION: CWS geordi2q14 (1.39.4); FILE MERGED 2004/01/29 12:50:09 hr 1.39.4.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c076dce1ca0cd29110be7f0c62f58c12a5a5ff41]

        INTEGRATION: CWS swobjpos02 (1.2.146); FILE MERGED 2003/10/02 09:53:21 od 1.2.146.1: #i18732# - compile new class for new item 'FollowTextFlow' of text frames.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [17a93c569dfe8a2f20e1af3b9a134cc283e681eb]

        INTEGRATION: CWS geordi2q14 (1.6.78); FILE MERGED 2004/01/29 17:07:52 hr 1.6.78.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5685a96643d3a3c9abb8fed3d757e13eaf1a774e]

        INTEGRATION: CWS swobjpos02 (1.1.2); FILE ADDED 2003/10/02 09:34:59 od 1.1.2.1: #i18732# - new item 'FollowTextFlow' for new option for frames.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [25d0df1dfee2acb276ba2be46002c48f61d25a58]

        INTEGRATION: CWS swobjpos02 (1.87.56); FILE MERGED 2004/01/21 08:57:22 od 1.87.56.3: RESYNC: (1.87-1.88); FILE MERGED resolve merge conflict. 2003/10/07 14:47:17 od 1.87.56.2: #i18732# - adjust property name for new option 'FollowTextFlow' 2003/10/02 09:51:54 od 1.87.56.1: #i18732# - add UNO_NAME_IS_FOLLOW_TEXT_FLOW for new option 'FollowTextFlow' 	   of text frames.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a50470d76f77d66822883f0d5f34797b6f3b32b]

        INTEGRATION: CWS swobjpos02 (1.16.18); FILE MERGED 2004/01/22 11:52:36 od 1.16.18.4: #i18732# - adjustments for extending attribute set 2004/01/22 11:47:33 od 1.16.18.3: remove Writer debug filter 2004/01/21 08:56:44 od 1.16.18.2: RESYNC: (1.16-1.17); FILE MERGED 2003/10/02 09:50:19 od 1.16.18.1: #i18732# - new option 'FollowTextFlow' for text frames.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [51bf619e15c9b036117e9ced7b543d9ad80c029a]

        INTEGRATION: CWS swobjpos02 (1.5.2); FILE MERGED 2004/01/22 11:47:32 od 1.5.2.1: remove Writer debug filter

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3013bf18eef4760713eb3213ab0352224b6ceba5]

        INTEGRATION: CWS swobjpos02 (1.22.106); FILE MERGED 2004/01/22 11:52:35 od 1.22.106.4: #i18732# - adjustments for extending attribute set 2004/01/22 11:47:31 od 1.22.106.3: remove Writer debug filter 2004/01/21 08:56:18 od 1.22.106.2: RESYNC: (1.22-1.23); FILE MERGED comment new hint id RES_FOLLOW_TEXT_FLOW - attribute array has to be extended. 2003/10/02 09:49:05 od 1.22.106.1: #i18732# - add RES_FOLLOW_TEXT_FLOW for new option 'FollowTextFlow' 	   of text frames.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eaa9dd1c2442f050b72dc506869f8677e86dc19]

        INTEGRATION: CWS swobjpos02 (1.17.18); FILE MERGED 2004/01/21 08:56:07 od 1.17.18.2: RESYNC: (1.17-1.18); FILE MERGED 2003/10/02 09:47:35 od 1.17.18.1: #i18732# - new option 'FollowTextFlow' for text frames.

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [38d9cae13c144da63ef4465ec83602deecf72668]

        INTEGRATION: CWS geordi2q14 (1.6.52); FILE MERGED 2004/01/30 15:51:28 hr 1.6.52.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c50125475cd94b474f9d27d7dc91abeab91704a]

        INTEGRATION: CWS swobjpos02 (1.1.2); FILE ADDED 2003/10/02 09:30:27 od 1.1.2.1: #i18732# - new item 'FollowTextFlow' for new option for writer frames

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fb3fbbe3cb58d1e754ff8c76e25f210cc6f658d]

        INTEGRATION: CWS geordi2q14 (1.6.40); FILE MERGED 2004/01/29 18:33:30 hr 1.6.40.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f43ee16d3700b27ba96f2ef50b16698afba67fbe]

        INTEGRATION: CWS swobjpos02 (1.30.52); FILE MERGED 2004/01/21 08:55:28 od 1.30.52.2: RESYNC: (1.30-1.31); FILE MERGED 2003/10/02 09:46:11 od 1.30.52.1: #i17567#, #i18732# <SwFEShell::CalcBoundRect(..)> - adjust signature 		   for negative positions and option 'FollowTextFlow'

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [639c3dad16fc92ac7425b8cdd4add438b3f509d4]

        INTEGRATION: CWS swobjpos02 (1.52.4); FILE MERGED 2004/01/22 11:47:30 od 1.52.4.1: remove Writer debug filter

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b3c8409cf3f23bbfd41e5b859a97a85c22f2368]

        INTEGRATION: CWS geordi2q14 (1.16.72); FILE MERGED 2004/01/29 12:16:58 hr 1.16.72.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdaab16856b42beb62069dafbd424a736afc0904]

        INTEGRATION: CWS geordi2q14 (1.1.6); FILE ADDED 2004/01/29 12:16:52 hr 1.1.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [24c5713d0739e2994e4d0a0da6c9c4206ef4be39]

        INTEGRATION: CWS geordi2q14 (1.1.6); FILE ADDED 2004/01/29 12:16:49 hr 1.1.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f54d3497acd2b13f6857a6e20221ef90a9e11af]

        INTEGRATION: CWS geordi2q14 (1.1.6); FILE ADDED 2004/01/29 12:16:48 hr 1.1.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a9fc8f004babcc1d1ad694e9ed6c8edeff24418]

        INTEGRATION: CWS geordi2q14 (1.1.6); FILE ADDED 2004/01/29 12:16:46 hr 1.1.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [36a0a3bbbefe35189bb4754e3ff200e6ce88d53b]

        INTEGRATION: CWS geordi2q14 (1.1.6); FILE ADDED 2004/01/29 12:16:44 hr 1.1.6.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2291e850593788c02b499937992b0b5ab4a34897]

        INTEGRATION: CWS geordi2q14 (1.17.16); FILE MERGED 2004/01/29 12:16:38 hr 1.17.16.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca6bac462f45aca4d2ad7140e82e880a2884a474]

        INTEGRATION: CWS geordi2q14 (1.13.16); FILE MERGED 2004/01/29 12:16:36 hr 1.13.16.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d84423b4f480e1d4cc57194632d47e0db742b648]

        INTEGRATION: CWS geordi2q14 (1.17.30); FILE MERGED 2004/01/29 18:32:59 hr 1.17.30.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cddec43a9ce244af3367cdc8721caacc8c607a05]

        INTEGRATION: CWS geordi2q14 (1.9.36); FILE MERGED 2004/01/29 18:27:15 hr 1.9.36.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbac294281f7926264d305cf9e61762b75ac9e50]

        INTEGRATION: CWS geordi2q14 (1.82.138); FILE MERGED 2004/01/30 14:26:26 hr 1.82.138.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [30ad5ec85764714a94291c2bcc7992f9c38d0ce2]

        INTEGRATION: CWS geordi2q14 (1.52.378); FILE MERGED 2004/01/30 14:26:25 hr 1.52.378.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd2ffa0a5d06a9a1408aabe8e3d78bf17d6ee89b]

        INTEGRATION: CWS geordi2q14 (1.41.84); FILE MERGED 2004/01/30 14:26:23 hr 1.41.84.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a30b7ae120f1cc8f314296e215099cf3ddede47c]

        INTEGRATION: CWS geordi2q14 (1.7.124); FILE MERGED 2004/01/30 14:26:22 hr 1.7.124.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [db1e5b602e131c02617b04504bde790646335707]

        INTEGRATION: CWS geordi2q14 (1.12.144); FILE MERGED 2004/01/30 14:26:20 hr 1.12.144.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [34e170e967c7d4c6f76472e3c66d05954e5d664d]

        INTEGRATION: CWS geordi2q14 (1.13.144); FILE MERGED 2004/01/30 14:47:37 hr 1.13.144.2: #111934#: merge CWS ooo111fix2 2004/01/30 14:26:19 hr 1.13.144.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cc03c97bb436ac6871c8c3b6d321b3d3a180cf5]

        INTEGRATION: CWS geordi2q14 (1.17.30); FILE MERGED 2004/01/30 14:26:19 hr 1.17.30.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0066b01b0c430cae2f98563b3e2992480fa5c7fe]

        INTEGRATION: CWS geordi2q14 (1.6.274); FILE MERGED 2004/01/30 14:26:19 hr 1.6.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfe23c1a9c9a38c6109ad832f9fb23aa18af4414]

        INTEGRATION: CWS geordi2q14 (1.14.140); FILE MERGED 2004/01/30 14:26:18 hr 1.14.140.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0d54c3e9e368ed736d8bce6af918516ca3483b7]

        INTEGRATION: CWS geordi2q14 (1.4.274); FILE MERGED 2004/01/30 14:26:18 hr 1.4.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2da096f1c642e6bcde66adbb13e20f765c9e25eb]

        INTEGRATION: CWS geordi2q14 (1.6.274); FILE MERGED 2004/01/30 14:26:17 hr 1.6.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9c56b766e46421bbbce5100a4dad1d9d3027450]

        INTEGRATION: CWS geordi2q14 (1.11.274); FILE MERGED 2004/01/30 14:26:17 hr 1.11.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb3e8976794c7e4032e317495707488ce071dcee]

        INTEGRATION: CWS geordi2q14 (1.5.274); FILE MERGED 2004/01/30 14:26:17 hr 1.5.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9dab5c31f4d04ba930d6a5c131f4e5c326d75b7]

        INTEGRATION: CWS geordi2q14 (1.4.274); FILE MERGED 2004/01/30 14:26:16 hr 1.4.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e7530db4dfcdd21f9396fb40145cd3b2760e3fc]

        INTEGRATION: CWS geordi2q14 (1.18.30); FILE MERGED 2004/01/30 14:26:16 hr 1.18.30.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3d239b0c7f693ae3eb5341bbcad460a85b1f9f6]

        INTEGRATION: CWS geordi2q14 (1.4.274); FILE MERGED 2004/01/30 14:26:15 hr 1.4.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3d8621151717b175abd0ea1704d893a771a21e2]

        INTEGRATION: CWS geordi2q14 (1.7.274); FILE MERGED 2004/01/30 14:26:15 hr 1.7.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2fc71589b370e4cb4a2f55b44a470bf34066d73]

        INTEGRATION: CWS geordi2q14 (1.6.274); FILE MERGED 2004/01/30 14:26:15 hr 1.6.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e37caea2fa42618d0caf175722330b81ceb82e97]

        INTEGRATION: CWS geordi2q14 (1.6.274); FILE MERGED 2004/01/30 14:26:14 hr 1.6.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cff381c01a0a2dd8b24746373b448056c65bc665]

        INTEGRATION: CWS geordi2q14 (1.5.274); FILE MERGED 2004/01/30 14:26:14 hr 1.5.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [635df8cac3a15cf161c0c2efc7884bf2d36f9870]

        INTEGRATION: CWS geordi2q14 (1.4.274); FILE MERGED 2004/01/30 14:26:14 hr 1.4.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f5a2678fa246d5a0e620878564b1b3b544c0f60]

        INTEGRATION: CWS geordi2q14 (1.6.32); FILE MERGED 2004/01/30 14:26:13 hr 1.6.32.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8e0e08ab753234a9b7de6239d63d0c01ce5e809]

        INTEGRATION: CWS geordi2q14 (1.6.274); FILE MERGED 2004/01/30 14:26:13 hr 1.6.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [90e4dd9791d7a4ad5393c4b00e197d9aabbd018c]

        INTEGRATION: CWS geordi2q14 (1.3.274); FILE MERGED 2004/01/30 14:26:13 hr 1.3.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [caca3ee00c3e7f61d5b91b31bc8627b9176da04a]

        INTEGRATION: CWS geordi2q14 (1.4.274); FILE MERGED 2004/01/30 14:26:12 hr 1.4.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5429cdde20b3ea6f1544efac2e43784af61a2a59]

        INTEGRATION: CWS geordi2q14 (1.3.274); FILE MERGED 2004/01/30 14:26:12 hr 1.3.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f031f188aa7512af535a5d2a793221023ea27aaa]

        INTEGRATION: CWS geordi2q14 (1.5.56); FILE MERGED 2004/01/30 14:26:11 hr 1.5.56.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5839d15f49f473e0e3f717bd3f46548d08d71d1]

        INTEGRATION: CWS geordi2q14 (1.4.274); FILE MERGED 2004/01/30 14:26:11 hr 1.4.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b7632a38c029505548a1278fa74ba5153456b61]

        INTEGRATION: CWS geordi2q14 (1.4.274); FILE MERGED 2004/01/30 14:26:10 hr 1.4.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d13a40315a9112f20bbbf986de8891fce729cb8]

        INTEGRATION: CWS geordi2q14 (1.10.274); FILE MERGED 2004/01/30 14:26:10 hr 1.10.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d06dd60cd739e057d62a3ea25a3692b2949029fe]

        INTEGRATION: CWS geordi2q14 (1.3.274); FILE MERGED 2004/01/30 14:26:09 hr 1.3.274.1: #111934#: merge CWS ooo111fix2

2004-02-02  Vladimir Glazounov  <vg@openoffice.org>  [1501f180c53130336ab8ea6896d2bdc226341c03]

        #111193# #114875# + additional check for incomplete modules in --prepare step

2004-02-02  Kurt Zenker  <kz@openoffice.org>  [992cc30b06b923f9986f8172343cf6fe7b448676]

        #100000# deliver fcfg-files into pck

2004-02-02  Kurt Zenker  <kz@openoffice.org>  [1ff910da279bf6e354ac36807b8c95b9129799b6]

        #102620#: create SfxFilters on demand (mba)

2004-01-30  Kurt Zenker  <kz@openoffice.org>  [7516475878e2f4b784f134a90fa84808e80f38fe]

        new version for SRC680

2004-01-30  Kurt Zenker  <kz@openoffice.org>  [b86747fb577669c291b1cb4d8fb9a2e773013ff2]

        #100000# create dirs with group premissions

2004-01-30  Carsten Driesner  <cd@openoffice.org>  [3b7d808b2714340af153b5c8d92fdb612ca663bc]

        #111899# Fixed problem with vcl include

2004-01-30  Wind Li  <yl146652@openoffice.org>  [bff1aa5f864e811c45c3ad297fb4926a9e917beb]

        #100000# reverted previous changes (wrongly checked in on HEAD)

2004-01-30  Wind Li  <yl146652@openoffice.org>  [803885c777af39e895d5501717f861afc1ddce7f]

        #17620 add ssl login support to ldap address book

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [bf4d4e3a16afc64a95a841c0cc63bdb8a692ba27]

        #102620# check medium (AS)

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [277ba713a0def2ac6b95bee5a0cb32621ff38cf5]

        SRC680

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [0c8f02ef614e579160251c20af87016a0856c3a0]

        INTEGRATION: CWS newscptools (1.60.4); FILE MERGED 2004/01/20 15:55:38 is 1.60.4.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [01fa5c3a65d418070d3395629a7eb3b1f6312112]

        INTEGRATION: CWS newscptools (1.9.182); FILE MERGED 2004/01/20 15:55:37 is 1.9.182.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [9abb2e41675baabac249b1a382c8c21c7641c7be]

        INTEGRATION: CWS newscptools (1.141.4); FILE MERGED 2004/01/20 15:55:38 is 1.141.4.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [7bb3409d6d0b0271c1945275f5d0dea71b8a3dcb]

        INTEGRATION: CWS newscptools (1.26.40); FILE MERGED 2004/01/20 15:55:39 is 1.26.40.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [92cb4d336c9d43d821e351a72a0bb8967a7c9592]

        INTEGRATION: CWS newscptools (1.7.182); FILE MERGED 2004/01/20 15:55:40 is 1.7.182.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [3d4cda0707a8d570b561f7ae3e9ffc9818e2556d]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:06:39 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [bc5350a92d56efe1cfaf05c9de1da012165cec1c]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:06:38 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [d2e1412fd5862a389052f74bcddd9a6e53c3c0a6]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:06:37 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [38787903b3bd9809a0dea4074f4b52d74db80f40]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:06:36 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [8302516eadb45a8053fc7ce5b6af323974d4405c]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:06:35 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [fddaec996bbbe208cfd218d5fad5e9fb1f1eddaf]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:06:34 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [632eb9daa7cf97c081944696ae193145fa80f64f]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:06:33 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [24892b30ab69f40fbfe54d5ebdd0899a09c12e09]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:06:32 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [6641a4620dc9097e0e864fe9c7f87ef7aef120b3]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:20 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [4bb521751491e9c54400311ed3bf416c172c695e]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:19 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [297024ea2146bb23c54da23c7076ddacb7860ca7]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:17 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [1d1f10ef67e50d625cebe0c60dec12c8761e27d3]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:15 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [6b7685945c0f46fa60686ef6bcf7548ca1d1d3b8]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:11 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [2e0a42608c2f3200e35bb86ee756f26514427c04]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:09 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [692ac661981cb6b8a3fe0bd58f4d9aa74a0555c4]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:07 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [84fe4075e038fdfc079e8c70e2e6bed5d2db953b]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:05 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [959255b3aab2aad3f105e6b03ea00e38ac88ee7b]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:04 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [bdabe94af3a343893c5b927229189387465290d9]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:02 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [fea27e3040c4cda30aef87935bef9134772f36d2]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:09:00 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [8d8e6ce79536a92418d48b7df70cf5f0d4bdac57]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:08:58 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [85ac00a80ee005f748455f00f6db7373aaa967a7]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:02:01 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [89b6d81b6a3b4c037ecb5ca0270dc2d330b3f266]

        INTEGRATION: CWS newscptools (1.1.2); FILE ADDED 2004/01/20 16:00:43 is 1.1.2.1: #i24601# new scp tooling

2004-01-29  Kurt Zenker  <kz@openoffice.org>  [eb44a8656a0632d2e3f3e635a4cffd8c0f33a6b2]

        INTEGRATION: CWS filtercfg (1.53.124); FILE MERGED 2003/12/08 09:18:44 as 1.53.124.2: RESYNC: (1.53-1.54); FILE MERGED 2003/10/30 16:40:25 mba 1.53.124.1: #102620#: create SfxFilters on demand

2004-01-29  Oliver Bolte  <obo@openoffice.org>  [e71a4cab4621982f7db05df008c88ec1cd63ded7]

        #i24715#

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3a14d162a03bece1afb04fd2d01f0784c83803d2]

        INTEGRATION: CWS filtercfg (1.8.20); FILE MERGED 2003/10/30 16:39:29 mba 1.8.20.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6214c0c90badab4301cb33999fdbcdae0423a745]

        INTEGRATION: CWS filtercfg (1.81.14); FILE MERGED 2003/11/19 09:40:41 as 1.81.14.3: RESYNC: (1.81-1.82); FILE MERGED 2003/11/14 08:35:04 as 1.81.14.2: #111770# dont register for generic document services 2003/10/08 09:59:41 mba 1.81.14.1: #112511#: make factories for models unambigous

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c675b5609915f7991821fd6ef0d4f875a3e068b8]

        INTEGRATION: CWS filtercfg (1.2.20); FILE MERGED 2003/11/14 08:35:03 as 1.2.20.1: #111770# dont register for generic document services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [aac7f4637ab700b825f7a436288fd2922ccb698a]

        INTEGRATION: CWS filtercfg (1.3.20); FILE MERGED 2003/11/14 08:35:02 as 1.3.20.2: #111770# dont register for generic document services 2003/10/08 09:59:40 mba 1.3.20.1: #112511#: make factories for models unambigous

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d0b0cbc1fc23f62bf283836ce4ecd1532d2ba494]

        INTEGRATION: CWS filtercfg (1.2.20); FILE MERGED 2003/11/14 08:35:01 as 1.2.20.2: #111770# dont register for generic document services 2003/10/30 16:39:28 mba 1.2.20.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0ff8d7bce2b0cfb82d9c6172c94a6f7a74af0593]

        INTEGRATION: CWS filtercfg (1.4.20); FILE MERGED 2003/11/14 08:35:01 as 1.4.20.2: #111770# dont register for generic document services 2003/10/30 16:39:27 mba 1.4.20.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f6f494655dadac96ac6198445dc8918b8ba7df6c]

        INTEGRATION: CWS filtercfg (1.31.20); FILE MERGED 2003/10/30 16:39:26 mba 1.31.20.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d79a5e662d9ee4f253ce8645461898a4e91eedeb]

        INTEGRATION: CWS filtercfg (1.8.20); FILE MERGED 2003/10/30 16:39:26 mba 1.8.20.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7f9d4703b08792031fd6a8acb0126836f8c6d961]

        INTEGRATION: CWS filtercfg (1.56.18); FILE MERGED 2003/10/30 16:39:24 mba 1.56.18.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [74e8a71431bd3eb0edb4e28ea1d65caefd3e3058]

        INTEGRATION: CWS filtercfg (1.25.18); FILE MERGED 2003/12/08 07:53:18 as 1.25.18.2: RESYNC: (1.25-1.26); FILE MERGED 2003/10/30 16:39:23 mba 1.25.18.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [357830aff29d9a99f1ee424f7422e2f5dfea73fe]

        INTEGRATION: CWS filtercfg (1.3.18); FILE MERGED 2003/12/17 12:59:06 as 1.3.18.3: #102620# handle sdw and templates right 2003/12/02 10:21:51 as 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2003/10/30 16:39:21 mba 1.3.18.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a8e7148b2d86099f88dc45f247eaac1825717019]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/10 08:07:26 as 1.1.2.1: #102620# create new package for type/filter configuration

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ec12f49fc75c4f14dab8835a8f91019784385be4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:29:46 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/10 08:07:25 as 1.1.2.1: #102620# create new package for type/filter configuration

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e4fb3ffced30a3bd0699eb72feb4ae13d31ad129]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/10 08:07:25 as 1.1.2.1: #102620# create new package for type/filter configuration

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3c6b0f7510d78e378a64ceb7faf5fd171fa6bb69]

        INTEGRATION: CWS filtercfg (1.13.2); FILE MERGED 2004/01/13 21:35:28 as 1.13.2.4: RESYNC: (1.13-1.14); FILE MERGED #102620# moved to new configuration schema 2003/11/10 08:08:31 as 1.13.2.3: #102620# create new package for type/filter configuration 2003/10/15 06:44:59 as 1.13.2.2: #102620# support changed config format 2003/10/02 06:47:34 as 1.13.2.1: #102620# new schema for typedetection config - move xcu to filter project

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1871ce31ea3fba1d1f1efb2fe82c965ff30047fc]

        INTEGRATION: CWS filtercfg (1.12.52); FILE MERGED 2003/12/02 10:21:57 as 1.12.52.3: RESYNC: (1.13-1.14); FILE MERGED 2003/11/19 10:38:22 as 1.12.52.2: RESYNC: (1.12-1.13); FILE MERGED 2003/11/10 08:08:30 as 1.12.52.1: #102620# create new package for type/filter configuration

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [04ecfac156bc9262d47fdf60da9fee915757bc8d]

        INTEGRATION: CWS filtercfg (1.45.2); FILE MERGED 2003/11/10 08:08:29 as 1.45.2.1: #102620# create new package for type/filter configuration

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [65d6829c8c1ec997edad704150eaa0c254f831af]

        INTEGRATION: CWS filtercfg (1.32.52); FILE MERGED 2003/11/10 08:08:28 as 1.32.52.1: #102620# create new package for type/filter configuration

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [dee1147b488fdbed578aa4976fc503de848f9140]

        INTEGRATION: CWS filtercfg (1.5.4); FILE MERGED 2004/01/21 08:04:36 cn 1.5.4.2: #112498# object relation for XContainerQuery added 2004/01/19 09:06:24 cn 1.5.4.1: #102620# object needs anther 'svervicename' to instanciate. Further the object relations has been changed

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [05d3a7bd4c0bb1cdb6181d253c15ea1033ce00ae]

        INTEGRATION: CWS filtercfg (1.3.14); FILE MERGED 2004/01/21 08:04:35 cn 1.3.14.1: #112498# object relation for XContainerQuery added

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9782a10b8aad09edd136f16603c4ffa8b3714afc]

        INTEGRATION: CWS filtercfg (1.5.4); FILE MERGED 2004/01/21 08:04:36 cn 1.5.4.2: #112498# object relation for XContainerQuery added 2004/01/19 09:06:59 cn 1.5.4.1: #102620# object needs anther 'svervicename' to instanciate. Further the object relations has been changed

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fbcb0c6fda61163cbfe059f3f892a820e51abab6]

        INTEGRATION: CWS filtercfg (1.2.4); FILE MERGED 2004/01/21 08:04:35 cn 1.2.4.1: #112498# object relation for XContainerQuery added

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2e41b5905acfa31e4b4b88ba5aacf61893d41c0c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/21 08:08:10 cn 1.1.2.1: #112498# new initial version

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [502b3441c702ccbb9b408f1ead5afadcc729fdd1]

        INTEGRATION: CWS filtercfg (1.4.4); FILE MERGED 2004/01/16 14:44:50 cn 1.4.4.1: #102620# coparing of PropertyValue[] with different index possible

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [72217b5bbcc784fdf317fa43b1e5a8d28729f989]

        INTEGRATION: CWS filtercfg (1.36.6); FILE MERGED 2004/01/13 19:53:48 as 1.36.6.3: RESYNC: (1.37-1.38); FILE MERGED 2003/12/08 09:10:14 as 1.36.6.2: RESYNC: (1.36-1.37); FILE MERGED 2003/10/30 16:38:11 mba 1.36.6.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7565a1be9273c3a83037d35dabb77d7a283c04af]

        INTEGRATION: CWS filtercfg (1.52.6); FILE MERGED 2004/01/13 19:53:24 as 1.52.6.3: RESYNC: (1.53-1.54); FILE MERGED 2003/12/08 09:09:57 as 1.52.6.2: RESYNC: (1.52-1.53); FILE MERGED correct merge conflict 2003/10/30 16:37:55 mba 1.52.6.1: #102620#: create SfxFilters on demand; #112342#: avoid GPF under strange circumstances

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8efe69208cdd193035a47c2afd87eb70ba0c3e55]

        INTEGRATION: CWS filtercfg (1.12.6); FILE MERGED 2003/10/30 16:38:10 mba 1.12.6.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cf952d93b83c0bf97772f45245937d577930b70c]

        INTEGRATION: CWS filtercfg (1.68.6); FILE MERGED 2003/11/14 13:14:42 as 1.68.6.2: #112767#, #112738# improve preselection and detection of URL without extension or supported pattern 2003/11/14 08:27:39 as 1.68.6.1: #102620# improve detection; use dispatch returns as load result

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [430acf5cdd67be1838d49bf8ca54dcead6ac3697]

        INTEGRATION: CWS filtercfg (1.38.6); FILE MERGED 2004/01/13 19:59:12 as 1.38.6.2: RESYNC: (1.38-1.39); FILE MERGED 2003/10/30 16:36:42 mba 1.38.6.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d7e407b57ca09e9fd5c953b08fb14db192f506c9]

        INTEGRATION: CWS filtercfg (1.119.6); FILE MERGED 2004/01/12 09:41:26 as 1.119.6.4: #102620# use right way to create external filters 2003/12/08 09:13:58 as 1.119.6.3: RESYNC: (1.120-1.122); FILE MERGED 2003/11/19 12:53:48 as 1.119.6.2: RESYNC: (1.119-1.120); FILE MERGED 2003/10/30 16:36:41 mba 1.119.6.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2f68da4cfd0a107f1eec2fec10e31193539032e5]

        INTEGRATION: CWS filtercfg (1.58.6); FILE MERGED 2003/12/09 14:11:41 as 1.58.6.3: correct merge again ... 2003/12/08 09:13:46 as 1.58.6.2: RESYNC: (1.58-1.59); FILE MERGED correct merge conflict 2003/10/30 16:36:41 mba 1.58.6.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7bba1553c16f4276aad38589cb2ad40fc20c210f]

        INTEGRATION: CWS filtercfg (1.52.6); FILE MERGED 2004/01/13 19:57:52 as 1.52.6.2: RESYNC: (1.52-1.53); FILE MERGED 2003/10/30 16:36:40 mba 1.52.6.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [01abb48b899694a9924fc2b9b68b778d77bb3caa]

        INTEGRATION: CWS filtercfg (1.11.6); FILE MERGED 2003/11/21 06:14:05 as 1.11.6.2: #112488# 2003/10/08 09:58:44 mba 1.11.6.1: #112488#: searching for filtername must be done without flags

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [75433deae237e70c370a6f8d99d09f66ae19aad8]

        INTEGRATION: CWS filtercfg (1.15.6); FILE MERGED 2004/01/13 19:57:25 as 1.15.6.2: RESYNC: (1.15-1.16); FILE MERGED 2003/10/30 16:36:39 mba 1.15.6.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [58f8159c8c07cfe37d4a279223484eda2c905abd]

        INTEGRATION: CWS filtercfg (1.22.6); FILE MERGED 2003/11/19 12:54:36 as 1.22.6.2: RESYNC: (1.22-1.23); FILE MERGED 2003/10/30 16:29:31 mba 1.22.6.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9a2edb4a0a0c832dfe89cd62cd64a20d26937f2b]

        INTEGRATION: CWS filtercfg (1.4.6); FILE MERGED 2003/10/30 16:27:36 mba 1.4.6.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b2974171ab3c1416010fcc9ce01c919d39841d59]

        INTEGRATION: CWS filtercfg (1.52.50); FILE MERGED 2004/01/13 20:06:14 as 1.52.50.11: RESYNC: (1.53-1.54); FILE MERGED 2004/01/12 09:39:03 as 1.52.50.10: #102620# improve GetFilter4Extension() 2003/12/19 14:29:23 as 1.52.50.9: #102620# handle clipboard format 0! 2003/12/17 14:01:08 mba 1.52.50.8: #112488#: avoid multiple creation of listener 2003/12/12 13:13:02 as 1.52.50.7: #102620# handle filter updates (if single filters was already used) right 2003/11/14 08:27:37 as 1.52.50.6: #102620# improve detection; use dispatch returns as load result 2003/11/04 10:47:18 as 1.52.50.5: #102620# split sequenceadapter into different files/classes 2003/10/30 16:27:35 mba 1.52.50.4: #102620#: create SfxFilters on demand 2003/09/29 05:05:05 as 1.52.50.3: #102620# add missing variable for pattern 2003/09/26 08:38:10 as 1.52.50.2: RESYNC: (1.52-1.53); FILE MERGED fix reading of URLPattern 2003/09/26 06:53:36 as 1.52.50.1: #102620# use new filter query

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b84d513500edd56b78c382e1500e9125b7cb9d5a]

        INTEGRATION: CWS filtercfg (1.31.6); FILE MERGED 2004/01/13 20:09:15 as 1.31.6.3: RESYNC: (1.32-1.33); FILE MERGED 2003/12/02 11:36:44 as 1.31.6.2: RESYNC: (1.31-1.32); FILE MERGED 2003/11/14 08:27:37 as 1.31.6.1: #102620# improve detection; use dispatch returns as load result

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [42e6850e115c931d4835507a9ffdc4631a1f119c]

        INTEGRATION: CWS filtercfg (1.73.6); FILE MERGED 2003/11/19 12:54:49 as 1.73.6.2: RESYNC: (1.73-1.74); FILE MERGED 2003/10/30 16:27:25 mba 1.73.6.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c58fa1708c505ead687619818872ceb029049409]

        INTEGRATION: CWS filtercfg (1.69.6); FILE MERGED 2004/01/13 20:06:53 as 1.69.6.3: RESYNC: (1.70-1.71); FILE MERGED 2003/12/08 09:15:26 as 1.69.6.2: RESYNC: (1.69-1.70); FILE MERGED correct merge conflict 2003/10/30 16:21:56 mba 1.69.6.1: #102620#: create SfxFilters on demand; #112353#: don't activate empty ViewFrames

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d602a0bc6b2631ddb4ee617b008e39045a8ed868]

        INTEGRATION: CWS filtercfg (1.9.266); FILE MERGED 2004/01/13 20:38:47 as 1.9.266.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/15 10:12:39 as 1.9.266.1: #112738# correct detection of pcx

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [184bf8ea7317cd90d26d1cc74a5600207c13e90e]

        INTEGRATION: CWS filtercfg (1.16.276); FILE MERGED 2003/11/27 09:34:05 as 1.16.276.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:30:52 as 1.16.276.1: #102620# read internal graphic filters from different configuration package now

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2790585e9a99fd816542b9e5601d5da4b121cd12]

        INTEGRATION: CWS filtercfg (1.12.118); FILE MERGED 2003/11/14 08:30:17 as 1.12.118.6: #102620# sequence helper renamed 2003/09/26 08:47:34 as 1.12.118.5: RESYNC: (1.12-1.13); FILE MERGED add new functions to specify module by model/servicename 2003/09/26 06:52:40 as 1.12.118.4: #102620# new functions to specify module by model/servicename 2003/08/13 06:02:53 as 1.12.118.3: #102620# new functions to map URL/Model to its underlying application module 2003/07/31 12:45:01 as 1.12.118.2: #102620# new functions to map url/model/service to application module 2003/07/30 09:16:36 as 1.12.118.1: #102620# new function to classify app module by using list of supported service names

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b2bf83eba71eb266d7ad43b8d5c5153015e100fd]

        INTEGRATION: CWS filtercfg (1.41.62); FILE MERGED 2003/11/19 10:55:29 as 1.41.62.3: RESYNC: (1.42-1.43); FILE MERGED moduleoptions works now with exceptions 2003/08/28 12:06:44 as 1.41.62.2: RESYNC: (1.41-1.42); FILE MERGED 2003/08/13 06:02:52 as 1.41.62.1: #102620# new functions to map URL/Model to its underlying application module

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4f56cddbddbfba1ff9fe50494206ca95f5100cc4]

        INTEGRATION: CWS filtercfg (1.4.62); FILE MERGED 2004/01/22 12:14:23 as 1.4.62.1: #102620# link comphelper because new helper is used

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [128b4bd0f4f1a741b26ca727e5f9fe988cd2fcae]

        INTEGRATION: CWS filtercfg (1.39.18); FILE MERGED 2004/01/22 12:10:44 as 1.39.18.1: #102620# use right query interface

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9d65c89e3c4e2221c3ac4a9a6b7b6529130da196]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:13:22 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [40ad2fa1dd2302f01a3d59e1060ed0588b64de71]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:08:08 as 1.1.2.5: #102620# better support for reading string lists from xml; error for merge non existing files; change default log level 2003/10/02 11:26:37 as 1.1.2.4: #102620# small fixes to support changed config format 2003/09/26 06:13:37 as 1.1.2.3: #102620# new revision ... changed namespace 2003/08/21 10:52:48 as 1.1.2.2: #102620# right encoding for clipboard property; new function for splitt tool 2003/08/01 07:25:35 as 1.1.2.1: #102620# first revision of filter config tools

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b412714c42cfa0f5aa6289c44431039938a84ea8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:13:36 as 1.1.2.2: #102620# new revision ... changed namespace 2003/08/01 07:25:34 as 1.1.2.1: #102620# first revision of filter config tools

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e59eb700a0d528ab18635391e4a976660eeb84be]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:08:08 as 1.1.2.2: #102620# better support for reading string lists from xml; error for merge non existing files; change default log level 2003/09/26 06:12:01 as 1.1.2.1: #102620# new revision ... change functions of helper

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5ded241c3fec1db827dacda55ecd93b8a58ba0a2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/17 10:17:18 as 1.1.2.3: #102620# new mechanism for atomic file copy 2003/09/26 06:13:36 as 1.1.2.2: #102620# new revision ... changed namespace 2003/08/01 07:25:34 as 1.1.2.1: #102620# first revision of filter config tools

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6919d180707e4453db968e67d6d14b25816f06dc]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:11:54 as 1.1.2.1: #102620# new revision ... change functions of helper

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d10461003e4cf5c2f00621d0617402898e16b8cb]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:08:08 as 1.1.2.5: #102620# better support for reading string lists from xml; error for merge non existing files; change default log level 2003/10/02 11:26:36 as 1.1.2.4: #102620# small fixes to support changed config format 2003/09/26 06:13:35 as 1.1.2.3: #102620# new revision ... changed namespace 2003/08/21 10:52:47 as 1.1.2.2: #102620# right encoding for clipboard property; new function for splitt tool 2003/08/01 07:25:31 as 1.1.2.1: #102620# first revision of filter config tools

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fb02a9eb6939d36d2cbb7d92f3492cce05364fa6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:13:35 as 1.1.2.2: #102620# new revision ... changed namespace 2003/08/01 07:25:31 as 1.1.2.1: #102620# first revision of filter config tools

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [80d56c2c679d4d2739c4572c40b3072fd8da5261]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:08:07 as 1.1.2.3: #102620# better support for reading string lists from xml; error for merge non existing files; change default log level 2003/10/02 11:26:31 as 1.1.2.2: #102620# small fixes to support changed config format 2003/09/26 06:08:02 as 1.1.2.1: #102620# new revision ... changed namespace

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [303d55f1d74efc3fe8b4292884ee2da0920d81ae]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:08:50 as 1.1.2.2: #102620# new revision ... changed namespace 2003/08/01 07:25:02 as 1.1.2.1: #102620# first revision of filter config tools

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b57f4416ec4f2438349610474a650333cb6c8cd7]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:08:50 as 1.1.2.2: #102620# new revision ... changed namespace 2003/08/01 07:25:01 as 1.1.2.1: #102620# first revision of filter config tools

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4b43de7afceacd191fbe8eadb7745ad5e0f42424]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:10:48 as 1.1.2.2: #102620# its an app not a service 2003/09/26 06:08:09 as 1.1.2.1: #102620# new revision ... changed namespace

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0fee99004940b7c7aa489e5af190bb25b15394ec]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:26:30 as 1.1.2.2: #102620# small fixes to support changed config format 2003/09/26 06:07:55 as 1.1.2.1: #102620# new revision ... changed namespace

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [389690be89bf253076374084523c2b212ed25d6a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:08:06 as 1.1.2.3: #102620# better support for reading string lists from xml; error for merge non existing files; change default log level 2003/10/02 11:26:29 as 1.1.2.2: #102620# small fixes to support changed config format 2003/09/26 06:07:47 as 1.1.2.1: #102620# new revision ... changed namespace

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [93e9efd7231ff15e6e84d54e9724583d2fcc920c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:00:43 as 1.1.2.1: #102620# new revision ... gets pkg lists via cmd.line

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9e5d2b9ce7590189c7e9a1f41d85074b5e01eb80]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:08:06 as 1.1.2.8: #102620# better support for reading string lists from xml; error for merge non existing files; change default log level 2003/10/24 09:37:55 as 1.1.2.7: #102620# seperate frame loader & content handler again 2003/10/21 13:16:33 as 1.1.2.6: #102620# split TypeDetection package into different packages for types and filters 2003/10/20 12:39:24 as 1.1.2.5: #102620# add write support; new atomic file copy mechanism for Merger; new packages 2003/10/17 10:17:17 as 1.1.2.4: #102620# new mechanism for atomic file copy 2003/10/15 06:44:30 as 1.1.2.3: #102620# support changed config format ... update packages 2003/09/26 06:03:25 as 1.1.2.2: #102620# new revision ... gets pkg lists via cmd.line 2003/08/01 07:24:47 as 1.1.2.1: #102620# first revision of filter config tools

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9c8630ed958b93b35ed1f815e747544b4fa02896]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:00:52 as 1.1.2.1: #102620# new revision ... gets pkg lists via cmd.line

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ad7640b248709e03ce11f87d7716534d3836fb47]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:00:34 as 1.1.2.1: #102620# new revision ... gets pkg lists via cmd.line

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9eef2b4786d448aa04bddd2054034e253fb316b3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:08:05 as 1.1.2.3: #102620# better support for reading string lists from xml; error for merge non existing files; change default log level 2003/10/24 09:37:54 as 1.1.2.2: #102620# seperate frame loader & content handler again 2003/09/26 06:00:26 as 1.1.2.1: #102620# new revision ... gets pkg lists via cmd.line

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bcf322524a4634b4821b86f3d2083346b7ddeb96]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/01 07:24:29 as 1.1.2.1: #102620# first revision of filter config tools

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3e7971213de918cbbd88c94d0fd3a28d6a8ac31f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:40 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:43:48 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b999bf68aa8ef871b8da6ddf6c322e3476ec673d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:43:37 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [48c86d079eae17a9f7231128361e4118e0382d59]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:34:20 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1f4ee29a73b0512e225305c7d92802c2ca9e0788]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:34:06 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [08fac030abdbd4bd4a2033ec4f6a5758b7fde87c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:33:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6ac36842eac4b610a531d8c00b549a88d8857f09]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:33:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [dad745fa442adcb8e98f7daa6ac0d41057955962]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/04 10:49:40 as 1.1.2.3: #112738# rollback pattern! 2003/10/23 12:48:58 as 1.1.2.2: #112738# use http// pattern for html contents too 2003/10/02 12:33:24 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [003c68a6d94e2a69b6cd04eac5e9ffa70de0a80a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:15:19 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f4178fdb1bbf7f8e373ce552ad40ff5a42b6def4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:15:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [66afbe6a7726590f8721984d263bd62035dc1105]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:14:55 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7295e944c1e70bb25a967466888182ab099069e0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:43:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0f4af9e133da2aaca28f930c570475b739e23673]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:43:00 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1b30a5f5e86642fff54b4d0c696e00af2af13c1f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:43:11 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8a77434d0781516a4a099280a17e84f24d912cfe]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:42:48 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [77cf47c3a18481e8e91bce4099535648be9cea83]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:42:36 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [704cc02bd53845b8ec6c155fb14a6df77d457335]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:42:22 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d9ba7d7ec02ccd4504ff5e6f1c3528e668c1c32e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:41:57 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [07fd2e75f954bcb5e8913ade4dc096c23e10f098]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:41:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b50c16b497b42457fb566e2ca604d3ab363eca9c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:41:31 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d2a170b7f710eb38dd26fceac33bcb81c81b7f5a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:41:17 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [665beb235b30759274bf7c369ceac6a41e1a5a03]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:41:03 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [236c1c5d50b1df1e559ae4e88a4399cf26a1c52c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:40:50 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f9172b4785012ca3c728ec55515f8d8ef6c11aad]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:40:23 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4f9b24879f496fdc661eed5061bf9f02a9a0c21f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:40:06 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fb332aff893d6f9866ef7f24358c8443cb4ae4d6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:39:48 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5cf2c0d5a4d00394a8e50cb66501b0c1e53a9ffe]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:39:31 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d4488475c7d4582e5aaef0201c4a4ba4c6f4e8f3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:39:18 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [259374d5b116a37a01408805a96164c7dddbd739]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:39:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a0d95faca5763c73c49ab33bedad0d21459861be]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:38:50 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [05ef260f62415d2654a6909a83763defbcbb18e2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:38:38 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [614d84e3a589d7f8424894f4a7f34f85362cbc76]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:38:28 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5d78879326fe9a183c8bfa9ecc51f3a898356957]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:38:17 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f03a3c85966f6742206e9d37fbdf0dd8944061cc]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:38:05 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9ffbc478915190d9c3a9801e4a6013bebb022799]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:37:51 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [69573158ef9ab2d68816d0870c86b454e79bf9f8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:37:37 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b43b018e8698a207f234ad186f2c277e94b8dfc9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:37:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f1aa9a5410f57a057f9116f3b2e8207d2c76dddc]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:37:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [527c2c07668371e73dc34ea52d4a54f8b0ded142]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:36:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7f95a17cf60d09bb9a7c94dc3ec03dc7dd6976a0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:36:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bbf1af303da85dc78fb260e6515a4c66126242d7]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:36:29 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [78275e298b9cd6c870eef103cbb4e67f7d9d2dfe]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:36:13 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [926c8d7ace79cb324bfc96b247a89866a2e8c913]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:35:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0bd772023be0685c88befd5f478ff6b3763dfbed]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:35:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [38639c553d59cc4acba71372b315285a15eef3c9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:35:28 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1b2d4c175cc14303214b583434639b242e2d692d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:35:15 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [817146b6b30d3b91d9f633fda2059f29c1f48f0a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:35:01 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a4fe4e9dcc5903679405243aeff851699ca0960d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:34:34 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ea928576ddec8a684e7495a051d32fbc5b8ee20f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:33:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [807ab771391326011c25287e8fc29cfb4ac523f2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:32:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [192674fb714aa3f1d25480cc3fe7df44751ab267]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:32:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [10dd882010a1275d44ddc1fb99fae1ea50083988]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:34:49 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [222eaa75f35bcd4d7bc99509d0f8ac372aa35e86]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:32:32 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [872c00082766943b4e0cfe6118aae1703c510b46]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:32:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a394b58ee15d5f4ce0ff54e0950fa4c9c1cd0aec]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:32:02 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [01bf54e4132a841e5844f47c55d9c400b75562cd]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:32:11 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bd2ea3ce1f16c2ed66f428cc09d980c0d7a94a53]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:31:51 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7759f5d2143c91fe2e11b6587e7d4b8700cde29e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:31:41 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [91565737d2e6bb79763955277e18b5fcb1b2ce19]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:31:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [559a425021de123257180ff93d6a5808194ba182]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:31:16 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4f5315c0c71f0c18629d667cc40f7dda3fcb7e5e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:31:00 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a67a6d72db289bc4496cfbfcdc4f566b2c013313]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:30:46 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [db06e704146d630b8de35f3dcc657dac4f955e1c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:30:31 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6e54c6dd48c4ab7861daccbcde982e6e16dd2acd]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:30:17 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [32caff1b4ee979ba54e25d7c5ec1b1570a6978f5]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:30:05 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [dab62135e20c27f231d40e8471adaf464c46c0ef]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:29:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6cb3899a989a717c0e249b80df5d7e725145630d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:29:37 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [597920fbae4c7a03df0d67faab3a3c36b0415db7]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:29:24 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5ed2b010bf5e929bed479898b94f3f870ff08a46]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/12/15 06:21:45 as 1.1.2.2: #112431# make it preferred for extension stw 2003/10/02 12:29:09 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5f5a4e94d567547f063c87d2984f2829ad716fab]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:28:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [47ae7402a4ecfdfecb60d5bc6dc69189d8ffb065]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:28:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4d07b10810d4394bc7d708c5ec951a8a8e6f0c92]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:28:31 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e9b5cf62c646b837ba9d0652007b41dd90316c55]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:28:18 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5202b82a2ab91ce020dcb3f8ef39b071118b52c3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:28:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bd9d1b561d20324568a072f2096b861096a80fec]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:27:58 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [75512e5171d9ee5b836aa9896b25ebfdde20c5bf]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:27:47 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a7a4c7f940f2aadb13ef8a8909c3b096a484605f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:27:37 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a32207c56aef00a4a5f45f9671d8ec6836c858c4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:27:29 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [964447b6568be4f76b4f6fe9051870a26fc90f7c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:27:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a9827263d00b5ebf959deb043ab4d0c5fc63c728]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:27:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [914b7a0b3ded021e5fcc8100b4240b6ef0fd75fd]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:25:46 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f4bfb652d847fd86ddd73a06becec1ddbc8fdcbc]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:26:50 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [33d872b192261ccbf63881c0ed79a7812e5ba634]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:26:31 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0c3e20c442720a9cbbd7aa2140f051743d45fe2e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:26:15 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2d6979c754bab6c39284e5b049763b1fd03c8c68]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:25:58 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cbbc3ba4cc0cc1a69015fe1668e7f34f2ed72ddf]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:25:33 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [09a8e3df0c1f12995f2d2dc51cdb91e58bd276ec]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:25:17 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0d72baf70b263d7b97f3bdd8b0514c35fe778a5b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:24:57 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [779bd07fded67067357abbc3154a527f9dbe3ef8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:24:41 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f07c3a36a841bc3d7302e7124e160701c34ff830]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:24:24 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [182a4a692c784f97ab3254c2dd969052349f3c4e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:24:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [818fa01a9c4e945806ac719415b171f00bb745e9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:23:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8038b1e2cb3355298fa8d5a5c16e0de6d81db1d6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:23:37 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a71fa9e1712687f9b3f40a924ec58c16651f3513]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:18:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [de41ea32eb4228fcb9c37cd5e7e68cbbbe942e09]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:17:51 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [45e1f9b507c83ae0e59f61cc879038e3a4376486]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:17:37 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [49d698596c37ac208f19ec69b9622ff4414a4c41]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:23:19 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [800d5436937c4de5ccfc20258c674ecaeb4c1186]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:23:01 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2b063aefceadcf15781b54474cd144e950089368]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:22:40 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ebd5f17fa7b1fc46d8ede41fb8aca6507a43e8b1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:22:26 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7b41773ec9e30e96955d971f84cf9ce589ac6586]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:22:07 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d9aabf9402318d65bb86a041d76814372b9a1d67]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:21:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [21273cf67c01be4c9ef30fdbf2223abf0a28cf7d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:21:29 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1700be3f677cc06e3ee7e7ce232aa80b96fdf6a1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:21:18 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9b459db075d027eadf0fc1de9e999e10ae71920b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:21:06 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2fd421b187e6e8f739814c68829bfe1aed3e3919]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:20:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4ede3897898c90689b6d5e8d210205484c5d362c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:20:42 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b108e4305e11fbbb74a3f1d98bdb9c7707e73f79]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:20:20 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [73b295c86efd5995d73565f46b621598cc623163]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:20:06 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c02c475ce826a65fdfb332ca71a7facf55b4f758]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:19:55 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a901c53f6203dd1047e653375c17f15e545f5365]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:19:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f1c43d6089eccd1c726a31060ee162056c2e854e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:19:31 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [230fb2fefb1d0cb43262496e2ab8e0a042730e18]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:19:17 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ca332afa223d1976f843bba5aae4daa1d3794e15]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:19:06 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bab00d3240403c79e5c19982614e9052f4db39ff]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:18:51 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [34be95ced45e5328bd4d3d610fe8428610604ef7]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:18:36 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7b3bffd0ca626efbb9dda5bc4711d00619c721e4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:18:24 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [33c492bf11d8117397c8cf9cf921f7f5a13d2c0c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:17:20 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bae6a59da1c2d522ec8c643899c75e1d166f2ed8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:17:09 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f1eb1bb5e8b4f1db3d4e5204963d4fec17234677]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:16:57 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c91dd72a39f16401a78f0c2bcccc2dbfbffb0933]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:16:47 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [00e4d7ca99230026b41b1423aa261d35834a0823]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:16:14 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a4e9d62670a643b27c9a2af01d43f69c8dc5af14]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:16:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [504404eaeb06e123ceaaf2de72a7b9e82050b810]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:15:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5ee23d9b55f82ea598a3b370c1847a7e1c20054e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:15:40 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4f84473bc59bca963d0421591463e5c2d9736290]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:15:29 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [387c44765192e33dfc6c65f4805632709006f474]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:14:37 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5d53f9e4f9f312039b347598f3b4de6fdaf54306]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:14:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [980afe7c416acc4f5b89c0ded88e18203291f4aa]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:14:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1df94da050598f7136b955f12eccef05c795e35c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:13:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5f522b08e816001f34866dc9a616119670dc5218]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:13:32 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d152cb2a1611ecbe6f92253fa6cf8efe0f2ad861]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:12:58 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [adfb329e2e5b43680f67097f2fcf12c24d638829]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:12:46 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [04d0cbf17cae7af198c71a8fe7e0f06a1ffba5e5]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:12:35 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [94c41372228980145a0ac21e543b689741a1165e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:12:23 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [663bf894ab4c5dc0727ce4b5b2f950c1d791a256]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:12:09 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c25bbeafae4472e4e61690d52623aac503fdfaef]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:10:53 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [42ed411d9986d9a5b9163738afc269c339edc063]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:11:57 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9cc1b119d5b0a365bb84a46680db763cec5321cd]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:11:47 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ffd9156ef80796da7b73d1d950f8951c389ad7a2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:11:31 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4202a3c08e38349426d39fd67fcab1f25c893a7c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:11:17 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4696f7ca8296ed2a1152e35a0906a3d3ac3bcd7c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:11:06 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c472210e511574b275d9a1448c6cde45f96416e9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:10:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c4046d15256d3d32b70af86211815a83390568b6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:10:41 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [14c6ed5b7dc78a5a332d5263f2cbcd4c25d6efaa]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:10:18 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fae373d5f83418d8e4c1c347bb978c2231a7ceea]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:10:06 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4f8872f1bb0c9a003449351f92e11d3e92ce3939]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:39 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:09:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [29c4391f8a43737c15ee1874d36fd0570d704d10]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/24 09:37:51 as 1.1.2.3: #102620# seperate frame loader & content handler again 2003/10/14 06:37:39 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:09:46 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [185b5766263faf0f9d3f4997f9b75e4a9a61bc23]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:38 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:09:36 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [37905c67dd7eaef0a4c3f15acaa3a5dcb2b882c3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:09:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b5bbbf2de6c8890cfba1190de34699b60b76a73f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:09:15 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [862acd275b86c4a98e2ce83a48b74a7d317eb7f0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:09:05 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1fa3c610eb6366635a53614a46807de3dac15001]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:08:55 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9bfd9a93619541eb0435b47dce3a0484833ab298]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:37 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:08:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [69689726fa7900fdc87aa30792face621bb23321]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:37 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:08:34 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b1aa58f10f357120e846e55c65d122fafe33679a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:08:23 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [24b7f6eefe81d7f4a052d2a7c7d601d047888d59]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:08:14 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [dd5c00d3aafac9f982b836d42d6733b495f6a773]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:36 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:08:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e55fe3db356285fea43697a186e927524c0bdf82]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:35 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:07:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [76e856ce6b984551e521318065970fc2271dc6ab]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:07:45 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0ca07aab5da6c272fd1859bd74a0a9e7a4227c1b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:07:34 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [62e5452701079514d3163ba6d136ee0531637737]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:07:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [60706292a2392febb8f56da5942e89375a1b3bd3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:34 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:07:13 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b421c52883af52e00d45a056af361058906f83ad]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:07:02 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [58f7d71959157d0c7341ff927222df5e1a8eb908]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:06:51 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f5fe9b1dee05bea1436fb693f5246d0afcaf6101]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:33 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:06:41 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [16b97bd3aaec3fc7dec8881ae580b2b5667be312]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:06:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b38218d951f3cb2227480c9e295ce71e5dd5c667]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:33 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:06:19 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f65cfef37d099868ac95074ccf253ab4807108ba]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:06:07 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cb9a357b8a73ffa6c3cb2aba419f00cd0f962b25]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:05:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9d80fa51c95a0e16577658535dd1d59ac7d4e247]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:05:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [418541fab363cdc0d931675e8d89e019ff8b47ab]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:05:33 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9534d350706ba311e9a666ae349ee9b621ba427b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:05:22 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e2b67112d7685449924c16765e7589f0a253efe2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:05:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b221a7450954568f241ed15108b34e6ac04be96e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:04:59 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4e81f62e0836829645cc00d30b01fed8e95babe5]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:32 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:04:49 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [81f06b467afbb93c96e0e32ab78ff3fe2e88d4ca]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:04:38 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c32e0d111854a76a8f4f38fcd43389da51b1c432]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:04:26 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [30399d0e4168b464b04a42607ca060c6fa9327f0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:03:58 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [43c438c6b5d29398dd5ef6d5ccba53cc40d92d21]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:04:11 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4dadc35257d57b7add25e275a2585b5aef61e0bf]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:03:48 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f47b220593b84bb3f28566267ef5cb71714203cb]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:03:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b9c33d7791492212eeaa89f783195c90fff8cb52]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:03:26 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [367e02355d31779792eec0e4e733f1b43e446345]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:03:13 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5ebc8b02929039a56761277529e8aa5f5fa71a2b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:03:03 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b0ae4627ab6966d06ec322290db497e05cdb33e1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:02:50 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8cd521be95e1fbf2e247677ee5f5342cfad6b8ec]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:02:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [df72b969118142a8f32eebaae5cf2e34c926b3dc]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:02:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [20ccf0a4c65f803f1c90ea94130567b9f994323d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:31 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:02:13 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6ef6673c7a95b9ddeb71b184f36fb2e17b1cb156]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:02:02 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9ebd20ca8f2a4c8a057e689919a88cfbb72ccdfc]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:01:50 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d37652c32dea14eb7654206af77fa4ce6b333c5c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:01:33 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e8ab6a218736f59bd32023604c7989a9357349f1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:01:23 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6cccd82b1a1c100a363d7984ba65d61d2c3bb0c4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:01:12 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5d5504312f7e3398e2e560672ac0ffd2a440881f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:01:01 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d0afed34a3e5c1c14d0857c1854351b02f1d077b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:00:50 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b04af7cc69e55179518604e72d7393660c80308b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:00:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [123720e7b37719a29c77738f59039c9d1811d734]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 12:00:28 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [55756a9417d8b442e2f1dfcf8a5bbd89c07a169c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/24 09:37:50 as 1.1.2.3: #102620# seperate frame loader & content handler again 2003/10/14 06:37:31 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:00:18 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [49413c0f067d0099ab50c1bc7459e794b0ba35bd]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/24 09:37:50 as 1.1.2.3: #102620# seperate frame loader & content handler again 2003/10/14 06:37:30 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 12:00:03 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d8376264df85d9e5ec2213a951b24dde28d2a542]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:59:49 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e43837a11807736d181a2b7dc41e6c03e6a01f4a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:59:36 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [db9197dcf1f3fae8ced56ee7763bb15ea84345c0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:59:27 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f36c10701b575a66d1e46bcbee74b0198c7be5de]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:59:19 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a41e6aed3bea5ec4b43ef7a8346df8307a431583]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:54:42 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [38b375f524c7d92376ec85101e2909a3e41f9bda]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:59:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1be8671069a9ec37868a5c1fbb1a3dc01940ee9f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:58:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [732fd8ba2d51c2bdc6758ecb5309c246a0c3bf87]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:58:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b8c6409fb321a0a561e3147e3ce93665c06bf6b8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:58:35 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cec23f802fea28a16c967ad2eee654f8c71b7bc9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:58:27 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7791dc86dc83b2953c04a975f82ebb930b844685]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:58:18 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9b4a819f13173f7a127eb2cddefdb10313349e4a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:58:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6a0235086c99d70a298e4f0d858a111521ccbff0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:58:00 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b03b10329971d1fd192f45e3224906a85d5903a8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:57:51 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f47f33043fdb012bf22902d1cb954e58ba61ecc0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:57:42 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [473a65ea424eb36e3a409ae35cbba40a32ee6af0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:59:00 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [dfc3edbcd072e432bcada46e4dfba028d431e553]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:57:34 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0d8ddc1a98d5061f1da00dbe0fff51dfcfac6621]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:55:23 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d13d31dc06d5e3f813268237dffbb68c344aec92]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:57:24 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [07c269e4fe2d3cd00542dad9cec8063dd75ebf5c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:57:12 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [aca788861d224e8d8dd52cfc7096ff7ca45ad6d2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:56:59 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [484a70eb418fb6272b2daa324a64d02e95e44167]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:56:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d9cbfbd8e223e552e2f015cb6d95c4ad6f300bfb]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:56:27 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [78b4b9100ca96ff5e6539d4a8b355989c0edc20f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:56:12 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9f77a5caddf45d6c2172b710fdaa91e69f4af64e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:56:00 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [18d6e6a89b407d13a8aafb6ea802b8965208545d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:55:46 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a8a6a25d840b7274d7a8d8c3fd38298c1ae4ca17]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:55:07 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [00d39bd5b0e3e002d34bf48b4e39a84defa9177e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:54:53 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1bd64a11db6e99e19e82156fa584477f195363af]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/14 06:37:30 as 1.1.2.2: #102620# content handler now property of type 2003/10/02 11:54:32 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [75844148f95e8dfaa17793fb4aeda34fd8740254]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:30 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:02:01 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ce6351ae96def5209b596e20dbba8b85c7a3a614]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:30 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:02:00 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1c456f6e03812ae5c308c64a9a11792fe83c0d18]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:30 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:59 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [93e32f6b4d3119611c2c2d354781749693c4d87a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:29 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:58 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [045bc77060cbd70d2fc20f56ee032581441749c0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:29 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:57 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b161742fcc3f7d36e1288187a8591f6fecfa1646]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:28 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:56 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bec681846206335c4f5ce1d686bf868ed077bd35]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:28 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:55 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0b2b0605c88371775158142c9cd7e18e6a1b18d2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:27 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:54 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [31f08b523b2da021d5dfe4757f1569b7a8911e89]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:27 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:53 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6a9277d53ed0b6eac65bb81ec8238b2aa8e90f23]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:26 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:53 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [227ffd0c5809cc678065cb870043c46f90d3ac6a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:26 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:52 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [aa31e23a3eeef630dd598dc8ba13d7146c88f787]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:26 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:51 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [521d08a6a2e266b3f382b581b762454c0a2f3e6e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:25 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:51 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [80d5ee0159e6857010dab7f7b3962049513434e4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:25 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:50 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [17cf71cee793f41bf3c5a34494a4e67e52c5386e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:25 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:49 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ee766bed5d67d4e52531e66641a2ac9b9286926a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:24 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:49 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [182fe4e6bca3ed0344246c4c15a315f1ed21f7b5]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:24 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:48 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8accce73c82d167877db0ab4e776b361e9d35506]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:23 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:48 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [64c5fbf970877e87bd509073d20c3c1be9717e62]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:23 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:47 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6ce098131aced8bca5d51df464f7f1e1e8512e03]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:22 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:47 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6f8598ff4f622af37668b95827e582af392a1b8c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:22 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:46 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [be86e0db58e0d8986f87bec06dbfe9676d94fbff]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:22 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:45 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a4ed54337ce8e80573db8ac700a3aeb3f479613a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:21 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:44 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [40d1d23537551f12bcc9fb70b7b86ac0a52d0fa1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:21 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:43 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f82a720a281661143633453057803f7ad542e9b7]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:20 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:42 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e5bd26431af5b603b24ebcf62f8e21deb67c7ab8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:20 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:41 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [254f5d6575b2c6da7d59bbcfe058a8ba66a330ce]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:19 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:39 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [36b2b24ade8d6134c7530aa7211ea2afd065eeb2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:19 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:38 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0be81a499934834b325046417013b095d2c77455]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:18 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:37 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [39f2042e59923bac74009d9250ee5a9f37b471c2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:18 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:36 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b8358ca33f8c432ca4764baed8093201f2e21385]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:17 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:35 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3673e9a4b06c51d894cd91f191a3d2e2225d4ed0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:17 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:34 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9896978ed0890442d945e08c6ba66177b9d7424f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:16 as 1.1.2.2: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:01:33 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7bfede86b7cd1c5777e958916f3fee91eca9d71c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/24 09:31:09 as 1.1.2.3: #102620# seperate frame loader again 2003/10/14 06:35:56 as 1.1.2.2: #102620# frame loader now property of type 2003/10/02 11:54:18 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b0288498af13431e34d810252d0618537a73dca4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/24 09:31:09 as 1.1.2.3: #102620# seperate frame loader again 2003/10/14 06:35:56 as 1.1.2.2: #102620# frame loader now property of type 2003/10/02 11:54:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [defe1a7d0ef5f202594c048439a980fac4c1a938]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 07:19:23 as 1.1.2.2: #102620# flag 3RDPARTYFILTER needed by PDF export feature 2003/10/02 11:50:13 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [85645d16a4719261f6423b5e3a9b7cbdb29e66d5]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:31 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:50:36 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7ffd43db91a96c45032aa96f4e15dbcefaf09e62]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:31 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:50:24 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [12b919e6e177dcda032dee18ce900bc78efb1a55]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:50:01 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fdc052337754ee527535e0f6d545d0cdb5f5f18d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 07:19:22 as 1.1.2.2: #102620# flag 3RDPARTYFILTER needed by PDF export feature 2003/10/02 11:49:40 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7685bd7380152abc31bd4b32d42283e1e0185b96]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 07:19:21 as 1.1.2.2: #102620# flag 3RDPARTYFILTER needed by PDF export feature 2003/10/02 11:48:33 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [58cad1578778a0c54b78dfda307e455745647994]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:30 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:48:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1183272f4e61edf1d6dbde378a7142ccc1962b4e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:30 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:48:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d8f1d1d542f58679d0d3ac35f2bba68687f5de9b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:30 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:49:50 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fed7fca18b92937d7f86a11d5933d382aa91b935]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 08:03:17 as 1.1.2.2: #102620# restore flag 3RDPARTYFILTER 2003/10/02 11:49:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f4c10fe4109f2e9dbde26dfef4967ba489ed826f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 08:03:15 as 1.1.2.2: #102620# restore flag 3RDPARTYFILTER 2003/10/02 11:19:12 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e9e01271061143efc9df3bdc6d9a18d5707512f1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 07:19:21 as 1.1.2.2: #102620# flag 3RDPARTYFILTER needed by PDF export feature 2003/10/02 11:06:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c4b7cc7ef409c2cb6f35ed8e3126d506783cd380]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:29 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:34 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:03:07 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6af1b6ad8ed6407e1158927fd13d38891a34f85e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:28 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:32 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:02:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [49af725e6c54bdada1914856d13802d141dba50d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:28 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:32 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:02:34 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [826e7f9e80d74248d36fdfa97ad142a455ed4f1f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:28 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:30 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:02:19 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [51fe9a3ed3c87675edb4da41b9dc9b62e97ac9d9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:27 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:29 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:02:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [83ff22f8144c35d63909a286e6108941318f0c20]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:27 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:28 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:01:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c222d0a96e941a23d3c244b26a22ead40e8ec9d3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:27 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:26 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:01:14 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [68e8cc52210a707a87ed72bfdf12d54aa3c14726]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:26 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:25 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:01:00 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [39c6004b0c833c555dc88873bf4769213da42b79]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:26 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:24 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:00:42 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [436813b2a5a447f99b2b6b5d11ce50f86f60183b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 07:19:20 as 1.1.2.2: #102620# flag 3RDPARTYFILTER needed by PDF export feature 2003/10/02 11:00:29 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [64e176a9d6a9bb758cf70941ea15301832f01ea8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:26 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:22 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:00:16 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [059aed8b836c77015c1e92ceb87454c7f0602d84]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:25 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:21 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 11:00:03 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [38598cb749b3bc01aae3ec6be571ee7148ae7682]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:25 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:19 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:59:49 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ceb64b5bbfd8a2c5cb178bd7dc7d8fe3446165b9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:25 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:16 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:59:35 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c4b026b5b29461a323d2ccfecfbb78bf3e387140]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:24 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 10:59:23 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [97cd6ad57f9e79ea1b84caa7f45b3d236529d49f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:24 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:15 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:59:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [66deed8c09167dd6c80a566d24e68d37b17d48e6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 08:03:15 as 1.1.2.2: #102620# restore flag 3RDPARTYFILTER 2003/10/02 10:59:00 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2880479fad674402f1db6201be42bcd117f99055]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:24 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:14 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:58:47 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e9bd2fe57b2d293af78ca0c7590de4ea57475684]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:23 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:13 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:58:35 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9761bf2676a6bb74d81f8e89d055a3e0398ca38d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:23 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:11 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:58:23 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [383192ac9b4ec4e5d364729a7e6926a602463ec1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:22 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:01:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e4cd8fc7058c06023e5469421002d20a069a0720]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:22 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:01:38 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b85ca159251752bc30b4bef20bfca4660b11a257]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:22 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:10 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:53:31 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8d65e96b6fbf898fa46110bbd365624c7f518867]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:21 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:09 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:53:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [48141e858e4e54873d85587d6d23107cb7c73cfa]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:21 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:08 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:53:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [26fe3b441f22ada5502412d3569a1cabe61fc6a4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:20 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:08 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:52:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [34e7059558ded9e3a35ee8b3d88f9a0e63bddbae]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:20 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:07 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:52:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2c0f7996d6554499fe5e340dcabe38c6e514c2b4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:20 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:07 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:52:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6a2ff63760ccf04a9986c5dda2c75896fc7f20ea]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:19 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:05 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:52:15 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ff8f1d7e66a76512d6cc806dd18dd64b620fa011]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:19 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:04 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:52:05 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bc25bdfc78918baf603a031f053a76a464d5728c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:19 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:03 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:51:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1817c3a64fa2dd3e93baffadd95b85b41ba51106]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 07:19:20 as 1.1.2.2: #102620# flag 3RDPARTYFILTER needed by PDF export feature 2003/10/02 10:51:45 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cfb2235764872cac9cccebd48bae0149c76b81a2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:18 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:02 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:51:35 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1df65aed5e810e63c0f9df0d9b1992fb9d80750e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:18 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:50:01 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:50:53 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [96152cd04e81204716b561e40097eac564b02f83]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:18 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:49:59 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:50:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b7512286b5d1bf78fc3169489bee66770dd4604f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:17 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:49:58 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:50:32 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [312a642e28dca308c22766f56a8d2f8187cc2b22]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:17 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 10:50:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e07fa5ed9b4f940155054ef1db2f0dcd78aa02f6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:17 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:49:57 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:50:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f25455c0f25cff51976b6c3bf7bf3b39c2b69141]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 08:03:15 as 1.1.2.2: #102620# restore flag 3RDPARTYFILTER 2003/10/02 10:49:59 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2c82de9884872d97f9eebabdcce391e33d6c6f5b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:16 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:49:56 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:49:50 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e69baea07ea6b715425d05b95567a75c99acd76d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:16 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:49:55 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:49:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ec8dd4102fd70342282b7ae6b1dff76185177bff]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:16 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/16 08:49:53 as 1.1.2.2: #102620# restore SUPPORTSSELECTION flag 2003/10/02 10:49:29 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [90ed967b71bfaa565cd57ebf36668af3d1b1fa18]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:15 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 10:52:34 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5cbbfc83ca60c6a0c881063595405702cde12bf9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:51:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c918700e76fb9fce025ed0eae7f7c4afe62de6c9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:51:16 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [87b5dc6a3451f376aab84fc8873a95553558905e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:51:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f7c0c14bb2520a785b061523056c0586cf4e2356]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:47:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5027bd5e0b39645191796105ad011c1fa4eda989]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 07:19:19 as 1.1.2.2: #102620# flag 3RDPARTYFILTER needed by PDF export feature 2003/10/02 10:46:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ee96ef883450ffc0af7972340dc2645dc6d9b065]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:15 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 10:47:06 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [040a1652947f0517a35f3c6246a30f435e4770cb]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:15 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 10:46:46 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [020d3057dc759dcdcb96d99adbbacfb2edb15c7a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:53:55 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5214e2821ec01c7a032af172e27987aa295d9f7e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:53:31 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a1705932a004224954643dc67d5711ae362ac7f2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:53:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [081d045784e10db6ee9faa16d36c072043dabdac]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:53:20 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [80a933d65c8736a1e5f12e25ef8306a456687fba]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:53:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a273e794ed410f4c9e029d681f0a8eb1d64498eb]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:52:57 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ee993d200fc1e329ac5a81fc99946341c12adaab]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:52:24 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6c95b0852c2f9d94dbf596ff72a9316d643ff251]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:52:03 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f98f1e9f26067d585992e5f890c8107d58c57526]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:51:53 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6a1781855a149a531b5b0a2b2ef444bdc12f0ba3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:51:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [dec324a50d56ee9ba30008b9f7f5398abc4099ba]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:51:32 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4867781daa88c2631facaffcbede44ddf701081c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:51:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [767f9766d50909627dadbd3c05a8b9800d61a4d9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:50:59 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0d7c42b5ad8f14f1fcb1a757bbcd051558a212e1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:48:20 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9c98bf3d717e01960a8acc407477a008ef64096c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:48:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f7b656141f2a24927bc00817f58c5ef2d9593090]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:47:55 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ed3ca28fa270427ece3d86a31e9ec78e00e58255]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:47:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e291c7bd5fcc99a6f7ad5f14879a9364e48f3b59]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:47:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9210379be5e3bbe7eaa4fd394274af8c89c12d35]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:47:19 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ad1f00487060d1cc0685f5010d010f5582b4d0a9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:47:05 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c9bc7ac6e473450e760edd9a562e8f3749a19d6e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:46:50 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6e032c0f9404a325de2c099f919600a9a5dbbf8d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:46:38 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cd463fe7061ceaf43506c4cd8b08300f7a05c9d1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:46:23 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9a92bbc2815ca44f72c2aaef85a88c71609b17fd]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:46:09 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2bcf39f14d3e3fdc34869aa6b6b5580dd196ba3d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:45:57 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d8c4d17c1b2da3e96fe83a158e6f11ae23a06d2f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:45:45 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [29045714d4acdd5d50581ae0dd4f9f0201876b0a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:45:33 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d8227f273feca419d45448271c7ab81e4dcca878]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:45:22 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0a952b2f2bf764aed86e584c420cd64b9fab5623]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:45:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7232af04c183a05edbfcc963da38bd8ba881f0fc]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:44:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c4692e3648d40eac39c243659b7ce5b902e01383]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:44:42 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [229b4c1e9a9fca986c3790b05cf624e3872921c6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:44:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [83483ced74c37f71199a2912461856b4db8d55a4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:44:09 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f66e3a71ca0435a29c53b55d7b6ef132242223f2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:43:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [01ac7a10c1db907fb984e83b0de923c7670e9e87]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:43:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [63ccd02d5795d68f6987360a5df30bc5a79674d0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:43:27 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fdcb3ed4d215acb2aaf6fc2f3bf56af9452498a2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:43:15 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [feab9686c2f86904d7185fdd9f75aaabb34ec64c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:42:26 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cb8c40eecd70d99117592f2522698e9199a4dd24]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:41:58 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7a08513731e6a5857b02073a08875b9e6dbfd972]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:41:46 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cbe41d44dc8144a5b21d128a319a0f6ec81688be]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:41:35 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [63d3441352ffd39c560389bbc5ae938f9df2ba8f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:41:24 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [33b57c0518b87017c230ab1a0f6a1792fa9b8a9a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:43:02 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [48000c2a443bac13b172a0618e4fc525c05fd96f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:42:11 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [37426ac39ab2567f80444ddc98f55d4b3991be3a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:41:14 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5cdfef50a959816c729d6daeab4465f05a9bef3e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:41:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d435050a7834d8c93997185695aabe2e0d1210c9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:40:42 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d5774a4bfaeba4dbc6a9bbd0bdaad83dd42dd695]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:40:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b3f91e2a901f3c8fea5062f54bcd0ec688ef6f2c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:40:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [77832c4a0831b0743667903f70c6703f16e399e2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:14 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:38:48 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7dc397690c2a2746a51b2fd9e83a24c87eb74c7b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:13 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:38:33 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [774893b820825e3d7e02719528cdb9985edef7c9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:13 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:38:16 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6a3e7ea17e120ef4d3daedf172a6106021cdfd3f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:13 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:39:17 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [eb379e914308707d84f6e03f52f775439a5c197e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:12 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:39:01 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [07cc6648a0be9cf60bb9a03b10d2d330e46477d7]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:12 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:38:05 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [60eaeb3678559bd4b7fb8439b2948ba70c7bc163]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:40:20 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [989970a14a0caaa627935d69ac86e48511ee0a28]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:39:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8f8fedaf33a856a5ec953017d8823b55d7972c90]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:12 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:37:01 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [94947783e19bb112959e3e5b0f847823dd012f53]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:11 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:36:49 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4ee1d2f095d55b8224af56e34996bfe8bdbb8bb0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:36:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [152a3a4e06f36307e4c923d2962834feb40b9dd2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:36:29 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cdf50a77ed81efa9e46cec6058868848ff44cd66]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:11 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:36:20 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [374e5c746789f513b0a10063bf1ab5b9981928f5]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:10 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:36:13 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6b3bf25aeb685700b6e9e8598a2cf669728c01e3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:10 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:36:03 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [aa3b96ee0497ab9fda14cdad93f8d1e703b6068e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:35:51 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [53f95dda470d7f5e1981c21b8563cc8df361846e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:35:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6f901b7fe00df873f6239b5a75c37416a80bb04d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:10 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:35:27 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [96896bc188185c5c519058392c3dcb73ba16ef8f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:09 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:35:15 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3891b35263aedc5e0de401985e33a28816160500]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:09 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:35:03 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7891313e07e8cb03b889101268e3f1b6de585fd3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:34:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [81364f4e55068caafde390752cb87747c651eec9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:34:41 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9407870506f56c36bc3fa23eb45b72ccf26fbdaa]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:08 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:34:29 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [196c9e55e234ba7660c932af7ff44761dd95296d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:08 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:34:19 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a225cb3fb90e260b47f9ae8742434e3feba61f75]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:34:07 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6e5d3356130805180a71a0b0661b244c54516a9f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:33:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9b21acbf11fd14b8935b25daafa84ed3c62d4d4f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:33:42 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fb70bf83079eef5bf6a1bb3caa1a178cca04235e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:08 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:33:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f1e460b9b7070ec9ad8c37699b636e271e95626d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:07 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:33:18 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e0f25a492dd49034bd74e74342352a0f6033edab]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:07 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:33:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8366001134d2356f459e9c7da25d8744e1730e95]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:07 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:32:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [200b75f490ae4a7ce42338fc64feacbff71ca8b1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:06 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:32:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [68c24321027eb693ce438344810fc058ce63b6a1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:06 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:32:32 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1b9bcbb1d4000757f01c03c30f73e028f9d2203d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:32:19 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8bba4d934ceb86ca5d29dd169d51bc93e76b69d3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:32:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [25bb5799072937f0b8a517e2bc43e0521f0e473a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:31:53 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [051105ae475323e821ce870f0d053991666fc326]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:31:38 as 1.1.2.1: #102620# first revision

2004-01-28  Lars Oppermann  <lo@openoffice.org>  [b055c439ed9b580369be05fdc1eab09cdf2fcc14]

        added

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bb6ac7918be06ddf4ad16f5723a5bcd390bdd472]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:06 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:31:24 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4aaa2ed033f27e0e17c4da9f489389b77727ccf8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:05 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:31:11 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9d7c813687e6d67368332a030b4c0d0ae7214f92]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:30:59 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5e2e2f8d07c92ddac42760e92d918c532fea18ab]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:05 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:30:48 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5bed96ba81db478a15b180c97b82b49ca5361a31]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:30:36 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d1723ec828dca68cb12f5d7787b4b729bde764a2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:30:26 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1b5e9a90136a6f40afe2d929bd7dbc86ed311760]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:04 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:30:14 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [06a247eaba1d7171c5e7044be65dd15c2188ecde]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:04 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:30:01 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [86fc2b279c2d01abbf5581d75ea6574c6b8fc786]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:29:49 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [01e38aea74de82b21cda9c18627f2a2c2cfbfced]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:29:34 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3460e99223c933542de682870407d5d473abacdd]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:03 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:29:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [649d8de85d8ca150948ccb011e6778ec3d3fc676]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:03 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:29:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2d76bfe416b6bf4440b253b5a13d70edd3883bc6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:28:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [08291692036b74e518096087bc8c5665b902e9e5]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:28:42 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e7a9a24eedec9bf63e2363e1962b980773fb60e2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:28:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [40bb9ece47cc0d315e655a3859f15f6d957a3769]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:28:09 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e56d373b4dac4cac42539c50a54281effe2fd43f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:03 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:27:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [aacedaad7f0ff46c68b4c81b899c4781bee147df]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:27:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a45aeeb48ac112848ac954d871dbec34c5269578]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:02 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:27:27 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [56318778f7129ac4be79fd1368eb3be6e76fb1c8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:27:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3e80a16cedb600a6b32dfdc7f5b007b21fe0aad8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:01 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:26:55 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [dabb223602e4973be185d39de9a69e823de1298d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:26:42 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3ddcb0c651a8c7e62b1ea883889b60709d52978c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:26:28 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8cc38f670cdff8e00b0e7eb60a4b8821d41efe52]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:25:17 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7502bc378967d7012f2a27e882057c3665d119b8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:37:53 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a2882f26091e029f12bf7ae2452b29ef277afbdf]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:37:41 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ce5b732dcce1852710b8b8ad7d24ca305eb126aa]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:26:15 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [affba38c85c6d9ce77429d844e2b1eae4c4c0e76]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:25:46 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ed55b27bae9f7517863216e9bcc0312d7e48b35b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:25:02 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [82df0c859aa30b7c9445c5c82ac301acf4e74bdd]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:24:45 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [205ce616989972b52686d43e5fbb0f73f9f862df]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:23:40 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fb43faeb6fd777f1a169bf591c117a6565e94298]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:23:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b1e7a063b62019119a72415af3a5e9a0c9b82c35]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:24:28 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [36062a1e45ce7fd2f3dc0b222e8bf6c0e05657b8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:21:14 as 1.1.2.3: #102620# handle XML encoding right 2004/01/22 13:14:00 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:23:09 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2b0d0ae12fcf4f4133a4bbd38a41d7c2abd4a101]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:21:13 as 1.1.2.3: #102620# handle XML encoding right 2004/01/22 13:14:00 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:22:53 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a0b8c38f1896445233d147ec4b6bd599c3a3b7b6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:22:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3ec0cb9b2fa44e806412e0db7175f46053b566c0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:21:53 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1ab4c92f2fff3ab274553c726598432dbba65680]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:21:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ab0ea910b59d2f027b7286f3b45c9ba2c4395b9f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 08:03:14 as 1.1.2.2: #102620# restore flag 3RDPARTYFILTER 2003/10/02 11:20:33 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [40620834b18d24f68cfae506d929bbace893070a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:14:00 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/08 08:03:13 as 1.1.2.2: #102620# restore flag 3RDPARTYFILTER 2003/10/02 11:20:15 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a879309dadde5bbf30732d8d995f5c61376826ba]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:17:26 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6e52d01c6dcda7a40c227d72ec7fd0ab4c2b8e85]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:22:36 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4ff2fdecfb0f7ae397b58a40656b3d03d5f40059]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:21:24 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ae05d912e4af085f660da39ae9a51f2fb211b211]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:19:58 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [194e53082263c6ddfa161c511f812cee37d6e5d3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:18:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [55e0e7cba50639a4ba43a88bc424b65b690c03d5]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:18:16 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [75566e2339ef10c943fc3b035755558668df8d0f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:18:06 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e3522c5e36d470fbc54e4fd178ecebbe7201ec0a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:17:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5aeff7908f85a477563fb6e191676612070e94c1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:17:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d509ba736cb3d23b9072619fe516eae5754622bb]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:17:13 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3fb1801ccd936a784dc09c9f868fe0234f0d688c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:16:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fefb1d246f65bffebbc3052495ed9e902a3c8c1f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:15:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4b060b801ac5502ae697b6d7c24c88b1f801f3d0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:15:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [302757865f1d7a20d714edc950e6a816db4226ee]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:14:57 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6924e792fdd143c7c68cdb29effce8a56a9039f7]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:14:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e1daba72adedb8c62bef31662c9b84675e51c3cf]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:14:33 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a422daa63595154f09fe2eb49d68c66da05c3bcd]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:14:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2d7f1119d56a642eb0f37af37d53404f76d83368]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:14:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1bf584753f087cead25ed5581c3955b8097fdde9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:13:55 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [798c7836a9a9036983cd2fa1fa2b46874a7c6e4b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:13:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b4ca36922d9dcefbdc4477f4f48048239f1f2033]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/08 08:03:13 as 1.1.2.2: #102620# restore flag 3RDPARTYFILTER 2003/10/02 11:07:47 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [72e86e45ef53daf797564b5e42ca9d330573831a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:06:35 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [28417c5791853e180d51cfe19df4bd5f792f2f6e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:06:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [63668438cdb653217cc2e325bac9aab120497b29]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:05:51 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4662ba48b367bf5fcb6c3e4d09f2a15b46475621]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:05:40 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9eb04ad56e3367a5217e6f49a17f65df92447d45]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:05:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cf35aba22c9317308a2d6b30fde5525c173d8eee]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:13:33 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6b2ea372931c9433c0e1f89f72aa6cda83feca4e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:13:22 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f0bad0922a747d300e0bc478f98d2ce6bdc8a5b1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:13:11 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f5887ecbf28cffc5e84f093c357ef8cec78c3ddd]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:59 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:13:00 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [87a63cd5809b16e1e186a4372fd73f7ba07231d8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:12:48 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6a074dce9bbb36a06198769fc5112b29ea4a7f97]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:58 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:12:36 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7b34147314ec6831fde76f955fbd3f866253c417]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:12:28 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9f03ab7ea1dc7c0d4f15672af52c63db3e6e1c7c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:12:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ced7ecf6b777995771f77ffc83ca5e27b7919a3c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:12:14 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6ac6b02ce70a3f766bed26c01f73311c9ad2361f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:12:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [709635144ae876dcd4c194ea3827f13e8bddba20]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:11:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [632cc536deec0768f11445409de79a7533efefa1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:11:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6daec2216a0795ce4e82ac3202120f1f1f56c6f4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:11:33 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c391824b5ceecdcd2d4c211ebd12d04d5e1bcc2c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:11:23 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [789e69ac24cb571428e6bdc5a27ee105ed318c73]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:11:09 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [21cadf6c3c7e2dd15387eb6fb4c6ab09d9d98133]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:58 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:10:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [996e4109d3c45683b6705b6812ea2ec32d7b2239]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:10:41 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d5d6732ab945bfdf75f0bc62a34de46228e86ed3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:10:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [80db086d718c5b82456f0ef04af325fa017eb77e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:10:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [adc1d473520495e61b6407992b847855c532eeb1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:10:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [558ac3d21371e17bc7c0768c9025704cdb1dd957]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:58 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:09:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6793a2185b6cadb8888414ab69d94a67d9eaa56a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:09:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fa0449f0f0b8b39130633b5c80e974863e65d349]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:09:32 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d7a49d0dec1f1a52e1296ab6e5d6f2629990cbec]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:57 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:09:22 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fba9b5f7c48cf87658d589b2f9481e0481a56a75]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:09:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b9dd8b30034067ff04959785bb69fe35a0c48ff1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:08:57 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ab45c6fbd724507bdc68440da8fcc40995a0834f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:57 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:08:46 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [796b4f4ac4f6e3333c075865532efb269cf82275]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:08:34 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6ea1c97a731e8e665444c5ffb25812068aed5103]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:08:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d7dd3bf78a0bc66639376b866defd195c4a0cbc0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:57 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 11:08:08 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2a9f63de0cca3be68e52e5bc16c56a2f48aa1886]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:07:57 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f38204839333e248fbc4edce3c055a6e14350da5]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:07:14 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a2b0096bc99e123a8b80c036be26816e9a21acab]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:06:15 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c7ab6c3ed915c1cf0259642b4151dfcb92a16e05]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:06:02 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c1dacce97afd85c0569a9e77beea8fc94d96df28]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:05:16 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2bab49e4745ad05320a58789ec75c730232ca747]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:05:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [730f3db42a80feca9f34d2922c09b46edbc520f0]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:04:53 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d83d32efd9e28bb6c84662448a1d1b351b807fe2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:04:40 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2c5948682de137bd11f4c1f98dfb569382d7069e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:04:29 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [abe75d15ecbd04d86d956635e9bec00f63bcc904]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:04:18 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2e5dea6f515025113216f0be536bfcb3f324fcf2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:03:38 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b475d112b2e37c81eb640e68770945288a521c48]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 11:03:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [190a3eb26c1de2ea7a90f869944417ffff0ea09e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:58:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bf2646398aae18b8eb04a8192804763dbd628b2f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:57:56 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d4cbbb6d27653c08e2032750d4ff123e053c4985]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:56 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 10:57:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [08b94cb97f5aa93c492c45966399690eed66f0f3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:56 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 10:57:32 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [069bc9fd4255f1c6c639751a37ebe9c5f8bbd0c8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:57:22 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f95b7279659be9dba741f4c9bd0e5828139d3fdf]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:56 as 1.1.2.2: #102620# restore UINames for all locales 2003/10/02 10:57:11 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f10e20a05beec25e189c3842d1040502317b494f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:57:00 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b16ae5c7d2de4594d86655a8d2b9ca3881a1071c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:56:48 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [990ea001694e244e77afaedbb93c23dee3bc7471]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:56:16 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [62cd9cfe8252e6c3abbb2b96351a984ca153d237]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:56:04 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6605ea4b314836a65917d83a720d3cf8b40327b6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:55:53 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7977e623c3b2297f4a45016aba2aec77deeec23c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:55:42 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a92840b6555e1055758efac44c6fd12c22844f2a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:55:32 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [20561043431972dfd47105591fe55b7a578d189a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:54:41 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f18b3ea39402d9210e37a3aefc2ddd32a899e643]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:55:13 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a7ac4b04f13095fc54a6491a79bacb1de7e2e3f8]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:54:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4e859e967d792538598965c48760439832147eef]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:53:59 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ca35f342855b4f79100524cc987f401390621893]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:55 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/08 08:03:11 as 1.1.2.2: #102620# restore flag 3RDPARTYFILTER 2003/10/02 10:49:19 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b2d47e4d748262ef741003732e14baf687be4117]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:49:10 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4fc6963f6958c0b14e535c401fd62e55b04ef417]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:48:58 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ab0b269c6c85ea537846e1c21813265c47cbb439]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:47:44 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b3943c67b2021fd06076ef186bd144b4433f8bfc]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:53:50 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6d553e44f990b7039835e9ee48070f0e7ec0a422]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:48:49 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3b8e05f12241263265414bdbc1167bac557f1f0f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:48:39 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0d81b7d18ac0fd877e90b8f23f7d011a37ae39fa]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:48:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [40d30351525226879a7960ea1ccbaec6c0244a7f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:48:21 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [169b9ad0b3ae81a6228d58f31b20ef812e4eafac]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:48:12 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [56f0fc6fae9c796848f8c088ff4c07209ca161d4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:48:03 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [58d0d9f22eabf97a0b868115ef1341f4dd0e4c08]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:47:25 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e9c9c68035a8c37d70ee3499a4d15ebae7e2ae7d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:47:34 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [56901960a64a6825c8be0efa569c83c3453e40be]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:47:15 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [45f963a934da128246fc68097fe94fcc21eea95f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:46:38 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e2dd4cb4e2859d7e06e2c9a2af219ced6fcbcdf1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 13:13:55 as 1.1.2.3: #102620# restore UINames for all locales 2004/01/08 08:03:10 as 1.1.2.2: #102620# restore flag 3RDPARTYFILTER 2003/10/02 10:46:14 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [03d5f1b883666adc45f00aec797eb8afca796940]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/02 10:46:05 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [91c875bcdd8c129bd30d6e9bef6c9bfe2e331b92]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/24 09:33:48 as 1.1.2.3: #102620# seperate content handler again 2003/10/14 06:32:20 as 1.1.2.2: #102620# contenthandler now property of type 2003/10/02 10:45:54 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4a5a1c980d3dac4d87838791f33ec0861485f128]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/21 13:43:43 as 1.1.2.12: #102620# use right includes 2003/11/14 08:04:22 as 1.1.2.11: #102620# repair dependencies 2003/11/04 10:55:47 as 1.1.2.10: #102620# rollback dependency fix 2003/10/28 14:04:42 as 1.1.2.9: #102620# try new dependency mechanism 2003/10/24 09:37:47 as 1.1.2.8: #102620# seperate frame loader & content handler again 2003/10/21 13:16:31 as 1.1.2.7: #102620# split TypeDetection package into different packages for types and filters 2003/10/20 12:39:23 as 1.1.2.6: #102620# add write support; new atomic file copy mechanism for Merger; new packages 2003/10/17 10:35:44 as 1.1.2.5: #102620# use right command alias 2003/10/15 06:44:28 as 1.1.2.4: #102620# support changed config format ... update packages 2003/10/14 06:37:29 as 1.1.2.3: #102620# content handler now property of type 2003/10/02 12:49:54 as 1.1.2.2: #102620# renamed packages 2003/09/26 06:30:28 as 1.1.2.1: #102620# new mechanism to build filter packages

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4a5b4675bab231d991d6a793e479ae11a74314eb]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:22 as 1.1.2.3: #102620# repair dependencies 2003/10/28 14:04:41 as 1.1.2.2: #102620# try new dependency mechanism 2003/10/20 12:34:36 as 1.1.2.1: #102620# new packages

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2f5d054d9fae0cbe3bf4c4fc6ac2d7a1a4da9636]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:21 as 1.1.2.5: #102620# repair dependencies 2003/11/04 10:55:47 as 1.1.2.4: #102620# rollback dependency fix 2003/10/28 14:04:40 as 1.1.2.3: #102620# try new dependency mechanism 2003/10/15 06:44:27 as 1.1.2.2: #102620# support changed config format ... update packages 2003/10/02 12:44:52 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [05f2bcdd090be8913cb886d2898d406db5d15e06]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:21 as 1.1.2.4: #102620# repair dependencies 2003/10/28 14:04:39 as 1.1.2.3: #102620# try new dependency mechanism 2003/10/15 06:44:27 as 1.1.2.2: #102620# support changed config format ... update packages 2003/10/02 12:44:51 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a66218dcd8126f45db18c50581de2a1a7ceee49a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:20 as 1.1.2.4: #102620# repair dependencies 2003/10/28 14:04:39 as 1.1.2.3: #102620# try new dependency mechanism 2003/10/15 06:44:27 as 1.1.2.2: #102620# support changed config format ... update packages 2003/10/02 12:44:49 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f5598ba27ab08cf4b3a0c098d4835d330101508b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:20 as 1.1.2.3: #102620# repair dependencies 2003/10/28 14:04:39 as 1.1.2.2: #102620# try new dependency mechanism 2003/10/20 12:35:04 as 1.1.2.1: #102620# new packages

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0c3038ab24bdf0188f7e316aea437bcb4e5338b9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:20 as 1.1.2.3: #102620# repair dependencies 2003/10/28 14:04:38 as 1.1.2.2: #102620# try new dependency mechanism 2003/10/20 12:34:54 as 1.1.2.1: #102620# new packages

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [99f1202b6e27fc9c410ecba83ce9544853dfaa00]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:19 as 1.1.2.3: #102620# repair dependencies 2003/10/28 14:04:38 as 1.1.2.2: #102620# try new dependency mechanism 2003/10/20 12:34:46 as 1.1.2.1: #102620# new packages

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ed4a923de06ec3b4230e4ac8aea1b6067a2920e6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:19 as 1.1.2.4: #102620# repair dependencies 2003/10/28 14:04:38 as 1.1.2.3: #102620# try new dependency mechanism 2003/10/15 06:44:26 as 1.1.2.2: #102620# support changed config format ... update packages 2003/10/02 12:44:48 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2f7e0c044a1d889cb2f9bc2628aedb662dffeb63]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:03:01 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [82c6ba10ee9033b000a9e22e14eb5e591879ae5b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:03:00 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cd0f1037908140b93e7563cc60934296763b6482]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:19 as 1.1.2.5: #102620# repair dependencies 2003/10/28 14:04:37 as 1.1.2.4: #102620# try new dependency mechanism 2003/10/17 04:36:46 as 1.1.2.3: #102620# rework some packages 2003/10/15 06:44:26 as 1.1.2.2: #102620# support changed config format ... update packages 2003/10/02 12:44:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [c76dd558dae5e400ce1793b020d8cf553b48d6c9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:18 as 1.1.2.4: #102620# repair dependencies 2003/10/28 14:04:37 as 1.1.2.3: #102620# try new dependency mechanism 2003/10/15 06:44:25 as 1.1.2.2: #102620# support changed config format ... update packages 2003/10/02 12:44:38 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9e561b02d593e84ea494dde9d6e0baec85c07f2c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:02:59 as 1.1.2.1: #102620# seperate internal graphic filters

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [762c3bac894708bd309d4425c90ec1ef7d68568e]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:18 as 1.1.2.4: #102620# repair dependencies 2003/10/28 14:04:36 as 1.1.2.3: #102620# try new dependency mechanism 2003/10/17 04:36:45 as 1.1.2.2: #102620# rework some packages 2003/10/02 12:44:37 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [34947427e2a8e20bd3320f388abcadae9a2f9e08]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:18 as 1.1.2.4: #102620# repair dependencies 2003/10/28 14:04:35 as 1.1.2.3: #102620# try new dependency mechanism 2003/10/15 06:44:25 as 1.1.2.2: #102620# support changed config format ... update packages 2003/10/02 12:44:32 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9d80157dc3cad7b201a5317d0bc7372daef716e9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:17 as 1.1.2.4: #102620# repair dependencies 2003/10/28 14:04:35 as 1.1.2.3: #102620# try new dependency mechanism 2003/10/15 06:44:25 as 1.1.2.2: #102620# support changed config format ... update packages 2003/10/02 12:44:30 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [237b5df5608ab0d227dfb494ecd8da9f1633b680]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 08:04:17 as 1.1.2.5: #102620# repair dependencies 2003/11/04 10:55:47 as 1.1.2.4: #102620# rollback dependency fix 2003/10/28 14:04:34 as 1.1.2.3: #102620# try new dependency mechanism 2003/10/24 09:37:46 as 1.1.2.2: #102620# seperate frame loader & content handler again 2003/10/15 06:42:47 as 1.1.2.1: #102620# new package

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ac6f9903eac25e534793b37f8ce2ae7ca597809c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/01 07:21:47 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [206cbf9f069f1f8be03abf287e724de69d878154]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/14 13:15:11 as 1.1.2.3: #112767#, #112738# improve preselection 2003/11/04 10:45:48 as 1.1.2.2: #102620# split sequenceadapter into different files/classes 2003/08/01 07:21:47 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8efb8c994c711ad4a49e8026f9ed5c355a2a4d70]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/12/12 13:04:16 as 1.1.2.10: #102620# handle preselection more gracefully 2003/11/27 05:40:14 as 1.1.2.9: #102620# add missing include 2003/11/14 13:15:10 as 1.1.2.8: #112767#, #112738# improve preselection 2003/11/14 08:09:56 as 1.1.2.7: #102620# dont add filter to MediaDescriptor if it was not preselected 2003/11/04 10:45:47 as 1.1.2.6: #102620# split sequenceadapter into different files/classes 2003/10/23 12:20:52 as 1.1.2.5: #102620# right handling for preselection 2003/10/23 11:18:39 as 1.1.2.4: #102620# ignore wrong preselected filter and try preseletced type 2003/10/15 06:44:24 as 1.1.2.3: #102620# support changed config format ... update packages 2003/08/04 08:23:11 as 1.1.2.2: #102620# convert flag names into values; change some constants; repair query 2003/08/01 07:21:46 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cf225b2fdeece88ed96a330582ac6fac64f6f413]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/01 07:21:45 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4bf4c7e47c8cc2c6722c179ace2f40d1b4a95366]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/01 07:21:44 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6038edfa61d45b7381e570d110305e0c1574a8ec]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/04 08:22:01 as 1.1.2.1: #102620# new helper for spltting query strings in its token

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [878e578c38c5cf8ad318f6fd18930747b48b80cb]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/04 08:22:00 as 1.1.2.1: #102620# new helper for spltting query strings in its token

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4652745bec162ab5d6b8e8d9e08131f68680ea96]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/21 11:08:16 as 1.1.2.3: #102620# new filter query; right macro handling 2003/08/04 05:44:06 as 1.1.2.2: #102620# new container queries 2003/08/01 07:22:34 as 1.1.2.1: #102620# first revision of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6a7d39d48fa90ad6bcbe7d517f3dd8710fc94f1d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:28:31 as 1.1.2.4: #102620# right string handling 2003/08/21 11:08:16 as 1.1.2.3: #102620# new filter query; right macro handling 2003/08/13 05:53:22 as 1.1.2.2: #102620# use right debug level for some macros 2003/08/01 07:21:43 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3e82ed1f62d334279c679940279f309f81a9beea]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/04 10:45:47 as 1.1.2.2: #102620# split sequenceadapter into different files/classes 2003/08/01 07:21:43 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cfe9252e6cad5f69ab298c2f70b6d572146d58d6]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/12/18 05:18:02 as 1.1.2.3: #102620# seq. helper uses vector instead of deque 2003/11/04 10:45:47 as 1.1.2.2: #102620# split sequenceadapter into different files/classes 2003/08/01 07:21:42 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cbd8ae9facc1c1e50255164789662d8ad72f86c1]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/04 10:45:46 as 1.1.2.2: #102620# split sequenceadapter into different files/classes 2003/08/01 07:21:41 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [28905832173cc312ceb1481ded7da34cfc043087]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/22 12:10:09 as 1.1.2.8: #102620# support old query more complete 2003/12/18 05:18:02 as 1.1.2.7: #102620# seq. helper uses vector instead of deque 2003/11/27 09:49:14 as 1.1.2.6: #102620# adapt config of graphic filters to new behaviour 2003/11/04 10:45:46 as 1.1.2.5: #102620# split sequenceadapter into different files/classes 2003/09/26 06:27:59 as 1.1.2.4: #102620# handle default filter for _query_xxx 2003/08/21 11:08:16 as 1.1.2.3: #102620# new filter query; right macro handling 2003/08/04 05:44:06 as 1.1.2.2: #102620# new container queries 2003/08/01 07:21:40 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [16ac8733020a726c5b5b955f20709f9c2894c140]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/27 09:49:14 as 1.1.2.8: #102620# adapt config of graphic filters to new behaviour 2003/11/04 10:45:46 as 1.1.2.7: #102620# split sequenceadapter into different files/classes 2003/10/21 11:40:35 as 1.1.2.6: #102620# split config layer into different files 2003/10/20 12:39:22 as 1.1.2.5: #102620# add write support; new atomic file copy mechanism for Merger; new packages 2003/10/15 06:44:24 as 1.1.2.4: #102620# support changed config format ... update packages 2003/09/26 06:27:18 as 1.1.2.3: #102620# reactivate filter uinames temp.! 2003/08/21 11:08:15 as 1.1.2.2: #102620# new filter query; right macro handling 2003/08/01 07:21:39 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [94fff7f5cdb1c117bde50153f4e43e128ce78190]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/19 12:25:27 as 1.1.2.22: #102620# implement fallback for localized values 2004/01/16 08:49:51 as 1.1.2.21: #102620# restore SUPPORTSSELECTION flag 2004/01/15 11:01:57 as 1.1.2.20: #102620# dont validate more then once for same action 2003/12/18 05:18:02 as 1.1.2.19: #102620# seq. helper uses vector instead of deque 2003/12/03 05:40:18 as 1.1.2.18: #102620# make problem more cleart 2003/11/27 09:49:13 as 1.1.2.17: #102620# adapt config of graphic filters to new behaviour 2003/11/14 08:10:52 as 1.1.2.16: #102620# clipboardformat is an important type property! 2003/11/04 10:45:45 as 1.1.2.15: #102620# split sequenceadapter into different files/classes 2003/10/24 09:37:43 as 1.1.2.14: #102620# seperate frame loader & content handler again 2003/10/23 12:49:35 as 1.1.2.13: #112738# use pattern with leading wildcard '*' everytimes 2003/10/21 11:40:34 as 1.1.2.12: #102620# split config layer into different files 2003/10/21 08:24:45 as 1.1.2.11: #102620# change scopes for rtl_logfile mechanism 2003/10/21 04:46:00 as 1.1.2.10: #102620# right exception declaration 2003/10/20 12:39:21 as 1.1.2.9: #102620# add write support; new atomic file copy mechanism for Merger; new packages 2003/10/20 05:06:02 as 1.1.2.8: #102620# add missing throw statement 2003/10/15 06:44:23 as 1.1.2.7: #102620# support changed config format ... update packages 2003/09/26 06:27:17 as 1.1.2.6: #102620# reactivate filter uinames temp.! 2003/08/26 12:58:40 as 1.1.2.5: #102620# dont recycle temp. variable 2003/08/21 11:08:15 as 1.1.2.4: #102620# new filter query; right macro handling 2003/08/04 08:23:11 as 1.1.2.3: #102620# convert flag names into values; change some constants; repair query 2003/08/04 05:44:06 as 1.1.2.2: #102620# new container queries 2003/08/01 07:21:38 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [3696eb665de45cfc6ddb687d17352f9bb0658834]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/01 07:22:59 as 1.1.2.1: #102620# first revision of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4c50339875ec371c7d47e1f93b1a5588a54f02ef]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/04 10:45:45 as 1.1.2.4: #102620# split sequenceadapter into different files/classes 2003/08/12 05:09:31 as 1.1.2.3: #102620# correct build dependencies; update container queries 2003/08/04 08:23:10 as 1.1.2.2: #102620# convert flag names into values; change some constants; repair query 2003/08/01 07:21:37 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fb5c5b83eb17e999b3d6477b39ebe79316f0c8d9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/12/18 05:18:01 as 1.1.2.6: #102620# seq. helper uses vector instead of deque 2003/11/04 10:45:45 as 1.1.2.5: #102620# split sequenceadapter into different files/classes 2003/08/12 05:09:31 as 1.1.2.4: #102620# correct build dependencies; update container queries 2003/08/04 08:23:10 as 1.1.2.3: #102620# convert flag names into values; change some constants; repair query 2003/08/04 05:44:05 as 1.1.2.2: #102620# new container queries 2003/08/01 07:21:36 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f91ad72cd1c18e04196f9a95fa7a4e1ba0392fce]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/16 08:49:50 as 1.1.2.11: #102620# restore SUPPORTSSELECTION flag 2003/11/14 08:08:58 as 1.1.2.10: #102620# support new config root node 2003/11/04 12:26:08 as 1.1.2.9: #102620# use seperated config file for frameloader/contenthandler/defaults 2003/11/04 10:45:44 as 1.1.2.8: #102620# split sequenceadapter into different files/classes 2003/10/24 09:37:43 as 1.1.2.7: #102620# seperate frame loader & content handler again 2003/10/21 11:40:33 as 1.1.2.6: #102620# split config layer into different files 2003/10/15 06:44:23 as 1.1.2.5: #102620# support changed config format ... update packages 2003/09/29 08:47:25 as 1.1.2.4: #102620# change every cfg key to real TypeDetection package 2003/09/26 06:28:49 as 1.1.2.3: #102620# right string handling 2003/08/04 08:23:10 as 1.1.2.2: #102620# convert flag names into values; change some constants; repair query 2003/08/01 07:21:35 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [21770420e12633ba0d48a6e41bbeb1a2e218d347]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/21 10:49:18 as 1.1.2.1: #102620# establish update-on-demand feature

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [ec799ca69e00dba15971f1aae7ab9a603d5664c4]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/21 10:49:17 as 1.1.2.1: #102620# establish update-on-demand feature

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [384e419f775ef76dcfd70bdf11465e7af95d6ec7]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/12 13:43:42 as 1.1.2.6: #102620# ignore void items on calling getByName() 2003/12/18 05:18:01 as 1.1.2.5: #102620# seq. helper uses vector instead of deque 2003/11/27 09:49:12 as 1.1.2.4: #102620# adapt config of graphic filters to new behaviour 2003/11/04 10:45:44 as 1.1.2.3: #102620# split sequenceadapter into different files/classes 2003/08/04 05:44:05 as 1.1.2.2: #102620# new container queries 2003/08/01 07:21:34 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [56a729b6229c5bf5cf81646f99309d54e94ab2e2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/12 13:43:42 as 1.1.2.5: #102620# ignore void items on calling getByName() 2003/11/27 09:49:12 as 1.1.2.4: #102620# adapt config of graphic filters to new behaviour 2003/11/04 10:45:43 as 1.1.2.3: #102620# split sequenceadapter into different files/classes 2003/08/04 08:23:09 as 1.1.2.2: #102620# convert flag names into values; change some constants; repair query 2003/08/01 07:21:33 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9588e5f7bcaa7dd7a035e87a6dd88cff2cacef57]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/04 05:44:05 as 1.1.2.2: #102620# new container queries 2003/08/01 07:21:33 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9b79c1d48c0b562d1fc7d0427caf98f43590a837]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/15 11:02:29 as 1.1.2.8: #102620# avoid compiler warings for unused exception object 2004/01/12 13:43:41 as 1.1.2.7: #102620# ignore void items on calling getByName() 2003/11/27 09:49:11 as 1.1.2.6: #102620# adapt config of graphic filters to new behaviour 2003/11/04 10:45:43 as 1.1.2.5: #102620# split sequenceadapter into different files/classes 2003/10/20 12:39:21 as 1.1.2.4: #102620# add write support; new atomic file copy mechanism for Merger; new packages 2003/08/21 11:08:15 as 1.1.2.3: #102620# new filter query; right macro handling 2003/08/12 05:09:30 as 1.1.2.2: #102620# correct build dependencies; update container queries 2003/08/01 07:21:32 as 1.1.2.1: first revison of moved filtercache and related services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b7f16b5cbe66cd6ecf631d51a6740db3a2ac32ca]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/06 16:17:41 cn 1.1.2.2: #102620# enhancements for various file types 2003/12/18 15:19:06 cn 1.1.2.1: #102620# initial version of typeDetection test

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9a89b61590a2c6295528e64be7774e7ad1617838]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/06 16:17:40 cn 1.1.2.2: #102620# enhancements for various file types 2003/12/18 15:18:46 cn 1.1.2.1: #102620# initial version of typeDetection test

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e0a40555e44998f9678f6f27f1ee9781747da5aa]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/19 12:28:10 cn 1.1.2.3: #102620# lists updated 2004/01/06 16:17:38 cn 1.1.2.2: #102620# enhancements for various file types 2003/12/18 15:18:27 cn 1.1.2.1: #102620# initial version of typeDetection test

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [8a21cef78f41030b659b27be3e30d93c32dec2a3]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/06 16:17:35 cn 1.1.2.4: #102620# enhancements for various file types 2003/12/19 13:48:05 cn 1.1.2.3: #102620# bugfix 2003/12/19 13:18:48 cn 1.1.2.2: #102620# Helper.java added 2003/12/18 15:18:07 cn 1.1.2.1: #102620# initial version of typeDetection test

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b219e931733e2ba16309fb67ad7f8f6548c7fd7d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/19 12:28:10 cn 1.1.2.4: #102620# lists updated 2004/01/06 16:17:33 cn 1.1.2.3: #102620# enhancements for various file types 2003/12/19 09:50:29 cn 1.1.2.2: #102620# initial version of teype detection test 2003/12/18 15:17:44 cn 1.1.2.1: #102620# initial version of typeDetection test

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1ed774f72e583b5177793d173158fa4756728f6c]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/19 12:28:24 cn 1.1.2.3: #102620# list updated 2004/01/06 16:17:31 cn 1.1.2.2: #102620# enhancements for various file types 2003/12/18 15:17:18 cn 1.1.2.1: #102620# initial version of typeDetection test

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [27fc2b8eb3b36f52f84154ed6c711599b37686f9]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/19 12:27:47 cn 1.1.2.3: #102620# documentation anhanced 2004/01/06 16:17:29 cn 1.1.2.2: #102620# enhancements for various file types 2003/12/18 15:16:50 cn 1.1.2.1: #102620# initial version of typeDetection test

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0df0da52ddfd46042527fd52e07824a2b49fc8d7]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2004/01/19 12:27:47 cn 1.1.2.3: #102620# documentation anhanced 2004/01/06 16:17:28 cn 1.1.2.2: #102620# enhancements for various file types 2003/12/18 15:15:55 cn 1.1.2.1: #102620# initial version of typeDetection test

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [240ad1bc3b729fb153021280e23386534eafb585]

        INTEGRATION: CWS filtercfg (1.13.2); FILE MERGED 2003/10/02 11:25:23 as 1.13.2.2: #102620# deliver new filter packages 2003/09/26 06:32:37 as 1.13.2.1: #102620# new dependencies for filter config tools and fragments

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [502892a5fce5602ab819ffc45452d068de4c85d4]

        INTEGRATION: CWS filtercfg (1.11.8); FILE MERGED 2003/12/02 10:23:12 as 1.11.8.6: RESYNC: (1.13-1.14); FILE MERGED 2003/11/19 10:50:38 as 1.11.8.5: RESYNC: (1.12-1.13); FILE MERGED 2003/09/26 06:32:36 as 1.11.8.4: #102620# new dependencies for filter config tools and fragments 2003/08/25 06:49:19 as 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2003/08/12 05:09:30 as 1.11.8.2: #102620# correct build dependencies; update container queries 2003/08/01 07:27:09 as 1.11.8.1: #102620# moved filtercache and related services from framework

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [11262e0ff7c25619d14002928a906ab45df3bfc8]

        INTEGRATION: CWS filtercfg (1.25.24); FILE MERGED 2003/11/14 08:28:16 as 1.25.24.1: #111770# dont register for generic document services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5e54128d11c15ba687e9b36ec4cb34b1088c2cab]

        INTEGRATION: CWS filtercfg (1.6.24); FILE MERGED 2003/10/30 16:40:41 mba 1.6.24.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9c6128b71d6b8f285f3c81a58d9c37a27eccb7b0]

        INTEGRATION: CWS filtercfg (1.2.24); FILE MERGED 2004/01/05 10:37:59 as 1.2.24.2: #102620# remove starmath as detection fallback 2003/11/14 08:28:16 as 1.2.24.1: #111770# dont register for generic document services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [573f5bf9b6e0055d7a894f5b2d3c01b32feb8d9a]

        INTEGRATION: CWS filtercfg (1.63.22); FILE MERGED 2003/10/30 16:40:41 mba 1.63.22.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5a01e68ffd99547662774e31658e0d7dec36d8db]

        INTEGRATION: CWS filtercfg (1.73.38); FILE MERGED 2003/11/19 10:39:26 as 1.73.38.8: RESYNC: (1.73-1.74); FILE MERGED 2003/09/08 08:13:04 as 1.73.38.7: #102620# remove obsolete internal helper 2003/08/26 06:05:38 as 1.73.38.6: #102620# resolve invalid null command problem 2003/08/21 11:14:33 as 1.73.38.5: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source 2003/08/14 12:01:21 as 1.73.38.4: #102620# remove obsolete componentloader 2003/08/13 06:11:31 as 1.73.38.3: #102620# new files for shared constant values 2003/08/04 08:28:41 as 1.73.38.2: #102620# remove build dependencies for obsolete classes (plugin/login etcpp) 2003/08/04 05:45:35 as 1.73.38.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bb7df15fc086ec13071f67e9b82532ceb2037d1d]

        INTEGRATION: CWS filtercfg (1.3.42); FILE MERGED 2004/01/13 16:12:19 as 1.3.42.3: RESYNC: (1.4-1.5); FILE MERGED 2003/12/08 08:21:33 as 1.3.42.2: RESYNC: (1.3-1.4); FILE MERGED correct merge conflict 2003/09/08 08:12:12 as 1.3.42.1: #102620# replace some internal classes with external helper

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7cc43ae2ed72fda75e7967f574ec855b894e8371]

        INTEGRATION: CWS filtercfg (1.14.42); FILE MERGED 2003/08/28 11:56:00 as 1.14.42.2: RESYNC: (1.14-1.15); FILE MERGED remove login dialog 2003/08/04 05:45:34 as 1.14.42.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5b99c9e4e46af47063ffe2b8fe2aac058e311a86]

        INTEGRATION: CWS filtercfg (1.68.6); FILE MERGED 2004/01/13 16:10:59 as 1.68.6.7: RESYNC: (1.69-1.70); FILE MERGED 2003/11/04 10:46:38 as 1.68.6.6: #102620# split sequenceadapter into different files/classes 2003/09/26 06:49:18 as 1.68.6.5: #102620# use new static helper for loadComponentFromURL() 2003/09/08 08:11:59 as 1.68.6.4: #102620# replace some internal classes with external helper 2003/08/25 06:43:27 as 1.68.6.3: RESYNC: (1.68-1.69); FILE MERGED 2003/08/21 11:14:32 as 1.68.6.2: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source 2003/08/14 12:01:20 as 1.68.6.1: #102620# remove obsolete componentloader

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f7ecac19137ce751961d83f4a513a42d61f22c3f]

        INTEGRATION: CWS filtercfg (1.2.50); FILE MERGED 2003/11/10 08:05:25 as 1.2.50.1: #102620# transport any result depending on the internal made call

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b0aca72fc9c6e7062fd395501560e4578af4eaf5]

        INTEGRATION: CWS filtercfg (1.49.50); FILE MERGED 2003/09/26 06:48:56 as 1.49.50.3: #102620# use new static helper for loadComponentFromURL() 2003/08/21 11:14:31 as 1.49.50.2: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source 2003/08/14 12:01:20 as 1.49.50.1: #102620# remove obsolete componentloader

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0df9d7d3b8190bf26613f3d12f56ca81845ad71e]

        INTEGRATION: CWS filtercfg (1.8.42); FILE MERGED 2003/08/04 05:45:33 as 1.8.42.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7b673bb13aea3409098f5f342e600c00aa07266a]

        INTEGRATION: CWS filtercfg (1.17.50); FILE MERGED 2003/08/04 05:45:33 as 1.17.50.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [268c07624656b082878f8a639ce21e1d82d78fcb]

        INTEGRATION: CWS filtercfg (1.4.138); FILE MERGED 2003/08/04 05:45:33 as 1.4.138.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0dc3b78abc9551beddfa709f297849e805bb28f5]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/21 11:14:30 as 1.1.2.2: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source 2003/08/13 06:04:13 as 1.1.2.1: #102620# new targethelper to classify special frame targets

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [77dd05f86083b89632d43b8937fd74d8f2dd4806]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/26 04:47:17 as 1.1.2.4: #102620# remove temp. helper obj. 2003/08/14 12:01:19 as 1.1.2.3: #102620# remove obsolete componentloader 2003/08/13 06:06:42 as 1.1.2.2: #102620# add targethelper 2003/08/04 08:26:26 as 1.1.2.1: #102620# new shared source for loading using dispatch & loadComponentFromURL

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [77f6149ca46d59ab0f77bd0d18d007c9a8be1a32]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/12/01 11:16:42 as 1.1.2.16: #102620# handle assertions right 2003/11/27 09:54:14 as 1.1.2.15: #102620# dont handle UNKNOWN_CONTENT as illegal argument 2003/11/04 10:46:36 as 1.1.2.14: #102620# split sequenceadapter into different files/classes 2003/10/24 09:50:14 as 1.1.2.13: #102620# look for right complete query everytimes 2003/10/24 09:46:31 as 1.1.2.12: #102620# optimize classifyContent 2003/10/23 12:20:32 as 1.1.2.11: #102620# right handling for preselection, cancelled load requests, reactivation of controller 2003/10/17 04:39:00 as 1.1.2.10: #102620# fixes for type detection of types without filters but using frame loaders (db); solve refcount problem of loadenv class 2003/09/29 05:05:33 as 1.1.2.9: #102620# use right debug level for dump function 2003/09/26 06:46:32 as 1.1.2.8: #102620# add static helper for loadComponentFromURL() 2003/09/08 08:14:17 as 1.1.2.7: #102620# use new guard to handle action locks on tasks 2003/08/26 05:38:05 as 1.1.2.6: #102620# declare same exceptions as defined 2003/08/26 05:30:28 as 1.1.2.5: #102620# declare same exceptions as defined 2003/08/21 11:14:30 as 1.1.2.4: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source 2003/08/14 12:01:18 as 1.1.2.3: #102620# remove obsolete componentloader 2003/08/13 06:06:00 as 1.1.2.2: #102620# new version, new functions 2003/08/04 08:26:16 as 1.1.2.1: #102620# new shared source for loading using dispatch & loadComponentFromURL

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [10e56bae4fc104d9c212652b7832a751dcd30d15]

        INTEGRATION: CWS filtercfg (1.4.22); FILE MERGED 2003/09/08 08:11:48 as 1.4.22.1: #102620# replace some internal classes with external helper

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [820497420f66ecadbb6e986e0ac1fffb181ab758]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/21 11:11:24 as 1.1.2.1: #102620# move it from source dir

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a4a7f1b08bbf533dcf44b1ff4fb8157cd0eb0e6f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/10/23 12:20:31 as 1.1.2.2: #102620# right handling for preselection, cancelled load requests, reactivation of controller 2003/08/21 11:11:23 as 1.1.2.1: #102620# move it from source dir

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b3403f5eb876f7076f6f13fb6bd1e484499e5fcf]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/04 10:46:36 as 1.1.2.5: #102620# split sequenceadapter into different files/classes 2003/10/17 04:38:59 as 1.1.2.4: #102620# fixes for type detection of types without filters but using frame loaders (db); solve refcount problem of loadenv class 2003/09/26 06:46:15 as 1.1.2.3: #102620# add static helper for loadComponentFromURL() 2003/09/08 08:14:16 as 1.1.2.2: #102620# use new guard to handle action locks on tasks 2003/08/21 11:11:23 as 1.1.2.1: #102620# move it from source dir

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [40827c8fc05d051252f98dfce1f25a9e048344da]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/09/26 06:45:44 as 1.1.2.2: #102620# add forgotten return 2003/09/08 08:09:40 as 1.1.2.1: #102620# new guard to handle action locks on frames

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2e8bbd5cec30e2bef2294bb75bcf5a74cae3432d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/21 11:10:43 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [978731cbaebd46841db703d0e8a356ac0564e86f]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/13 06:09:15 as 1.1.2.1: #102620# new files for project wide shared constant values

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [788544f13ca07769afef7cf469c4b8e78fb31625]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/13 06:09:14 as 1.1.2.1: #102620# new files for project wide shared constant values

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0dab7892bfcaf56845ca92af61630536ac55301a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/13 06:09:13 as 1.1.2.1: #102620# new files for project wide shared constant values

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bd5455eda6d8e59d7ac33c63b3fed531afc19239]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/13 06:09:12 as 1.1.2.1: #102620# new files for project wide shared constant values

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f694e8cdd472e80adbe0b5acbb27dcad80956011]

        INTEGRATION: CWS filtercfg (1.3.106); FILE MERGED 2003/09/08 08:11:38 as 1.3.106.3: #102620# replace some internal classes with external helper 2003/08/21 11:14:29 as 1.3.106.2: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source 2003/08/14 11:20:18 as 1.3.106.1: #102620# classify app module using moduleoptions instead of obsolete componentloader

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [76a72a586de4e5ec0a5ca37d8d8fa2b89aba5ad9]

        INTEGRATION: CWS filtercfg (1.22.50); FILE MERGED 2003/08/14 12:01:17 as 1.22.50.2: #102620# remove obsolete componentloader 2003/08/04 05:45:32 as 1.22.50.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d720ebe266cc03a7a211aa66869adad0bd1dfa12]

        INTEGRATION: CWS filtercfg (1.12.6); FILE MERGED 2004/01/13 16:12:57 as 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2003/08/21 11:14:26 as 1.12.6.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f6d7d87a3948ef66d949284d718d115ab7fd7918]

        INTEGRATION: CWS filtercfg (1.5.50); FILE MERGED 2003/08/21 11:14:26 as 1.5.50.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f77c16a6a90d20d585994787660cd89dd7899729]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/04 10:46:34 as 1.1.2.3: #102620# split sequenceadapter into different files/classes 2003/10/17 04:38:58 as 1.1.2.2: #102620# fixes for type detection of types without filters but using frame loaders (db); solve refcount problem of loadenv class 2003/08/21 11:13:16 as 1.1.2.1: #102620# first revision

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7b9f5cc916cf3a1b6f4323ae58e7a962f6e479a4]

        INTEGRATION: CWS filtercfg (1.28.50); FILE MERGED 2003/12/01 11:16:42 as 1.28.50.3: #102620# handle assertions right 2003/09/26 06:44:27 as 1.28.50.2: #102620# check results of classifyContent against isLoadableContent 2003/08/21 11:14:25 as 1.28.50.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [20f039d85fee6e70e2abb2a126f2dd2c08c6d5fa]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/13 06:10:32 as 1.1.2.1: #102620# new files to generate shared constant values static

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [4584d8ec14cc51c2c9dd59db33f38824ddc852eb]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/13 06:10:23 as 1.1.2.1: #102620# new files to generate shared constant values static

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5044c7f337e31e81596454e4ee8dcd3a5c68c8fe]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/13 06:10:22 as 1.1.2.1: #102620# new files to generate shared constant values static

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [e9d4bbc5bd67607251bfe508c0e650aa0744b81d]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/13 06:10:21 as 1.1.2.1: #102620# new files to generate shared constant values static

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cb1f77de9b1326a0bbf2efafdd0f38b98be966aa]

        INTEGRATION: CWS filtercfg (1.11.50); FILE MERGED 2003/08/21 11:14:23 as 1.11.50.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b4099c11ad91cbfe11e8eaa563fee323303f9817]

        INTEGRATION: CWS filtercfg (1.8.112); FILE MERGED 2003/08/21 11:14:22 as 1.8.112.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [66e2d1637015cbbdaa55a6bc4d539794e76d2c80]

        INTEGRATION: CWS filtercfg (1.2.42); FILE MERGED 2003/09/08 08:11:28 as 1.2.42.2: #102620# replace some internal classes with external helper 2003/08/04 05:45:31 as 1.2.42.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7eeb17b2a5c66f2f9614752fbbe18830e9ce0844]

        INTEGRATION: CWS filtercfg (1.26.50); FILE MERGED 2003/09/08 08:12:55 as 1.26.50.3: #102620# remove obsolete internal helper 2003/08/28 11:56:05 as 1.26.50.2: RESYNC: (1.26-1.27); FILE MERGED 2003/08/21 11:14:22 as 1.26.50.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d4c616f720c834125fc938129f5361df948a098d]

        INTEGRATION: CWS filtercfg (1.10.104); FILE MERGED 2003/08/13 06:10:58 as 1.10.104.3: #102620# new dir constant 2003/08/04 08:28:33 as 1.10.104.2: #102620# remove build dependencies for obsolete classes (plugin/login etcpp) 2003/08/04 05:45:31 as 1.10.104.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5af7acfd867ee663abbbef68b26109ea0ab25dfa]

        INTEGRATION: CWS filtercfg (1.4.42); FILE MERGED 2003/09/08 08:11:09 as 1.4.42.1: #102620# replace some internal classes with external helper

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2b3228c3f42396f0273cab0f81b25b6efbd60ff1]

        INTEGRATION: CWS filtercfg (1.27.50); FILE MERGED 2003/08/21 11:14:21 as 1.27.50.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [487a7c8e6e1174f8057767315505c635e5707b71]

        INTEGRATION: CWS filtercfg (1.18.50); FILE MERGED 2003/08/21 11:14:21 as 1.18.50.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b100aabcc2951164d5811d5764d1d918fc5e3a6f]

        INTEGRATION: CWS filtercfg (1.11.38); FILE MERGED 2003/08/21 11:14:20 as 1.11.38.2: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source 2003/08/04 05:45:30 as 1.11.38.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [f272a2ddd4111dff9d6cedcfa48590ec852c4b9e]

        INTEGRATION: CWS filtercfg (1.2.42); FILE MERGED 2003/09/08 08:11:00 as 1.2.42.1: #102620# replace some internal classes with external helper

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [35c05aeea3c83d0e142401fdcbc4b82148387dec]

        INTEGRATION: CWS filtercfg (1.10.50); FILE MERGED 2003/08/21 11:14:19 as 1.10.50.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [bab3dbc9956254008cdac85bd46076f1fd3de928]

        INTEGRATION: CWS filtercfg (1.7.112); FILE MERGED 2003/08/21 11:14:17 as 1.7.112.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [dde97231dd01d86dde72ae5bed5913ea2cb3bd6f]

        INTEGRATION: CWS filtercfg (1.2.50); FILE MERGED 2003/08/04 05:45:29 as 1.2.50.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0bce485795ac7991ba2099556015a21afd1f4fe9]

        INTEGRATION: CWS filtercfg (1.3.42); FILE MERGED 2003/08/04 05:45:28 as 1.3.42.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [835248da79bdb6ba5e4f85db7dc20efced61ea3a]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/08/04 08:24:23 as 1.1.2.1: #102620# define properties of MediaDescriptor

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [92398f42c6e49965c69e1bcc5168c275d503ef32]

        INTEGRATION: CWS filtercfg (1.2.124); FILE MERGED 2003/08/14 12:01:15 as 1.2.124.1: #102620# remove obsolete componentloader

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [83369d08354d8b53f8534a434ab5df70e7d629a5]

        INTEGRATION: CWS filtercfg (1.8.230); FILE MERGED 2003/11/28 09:01:43 as 1.8.230.2: use return value 2003/10/30 16:40:09 mba 1.8.230.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [b40feb001ca8ac8c7c8484d5196588af751d36b5]

        INTEGRATION: CWS filtercfg (1.4.30); FILE MERGED 2003/11/10 08:11:33 as 1.4.30.1: #111770# dont register for generic uno services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2db0ee556f523f3ffa61ecfa4cf5a833f4b2f5bd]

        INTEGRATION: CWS filtercfg (1.2.30); FILE MERGED 2003/11/10 08:11:32 as 1.2.30.1: #111770# dont register for generic uno services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5de4f6bb6ea5335019418346e0ae877632f07825]

        INTEGRATION: CWS filtercfg (1.36.30); FILE MERGED 2004/01/13 20:54:18 as 1.36.30.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/19 12:18:07 as 1.36.30.2: RESYNC: (1.36-1.37); FILE MERGED 2003/11/10 08:11:32 as 1.36.30.1: #111770# dont register for generic uno services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [5914a40f96d5d99ba967d333e3528b165eb62a46]

        INTEGRATION: CWS filtercfg (1.7.30); FILE MERGED 2003/10/30 16:42:08 mba 1.7.30.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a8a1c399cf70c64017f3883e8e8459f9404da489]

        INTEGRATION: CWS filtercfg (1.15.30); FILE MERGED 2003/10/30 16:42:07 mba 1.15.30.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [920d5227bfafaffd132818bebf0ef0a1049ac87c]

        INTEGRATION: CWS filtercfg (1.26.28); FILE MERGED 2004/01/13 21:07:21 as 1.26.28.3: RESYNC: (1.27-1.28); FILE MERGED 2003/12/08 09:29:26 as 1.26.28.2: RESYNC: (1.26-1.27); FILE MERGED 2003/10/30 16:42:07 mba 1.26.28.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [936b11015ac4d805b142585081ebe21df3d3c098]

        INTEGRATION: CWS filtercfg (1.63.30); FILE MERGED 2003/10/30 16:42:06 mba 1.63.30.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [17a9dd8fbb7df530ecc9b12195f135b32d07fb4f]

        INTEGRATION: CWS filtercfg (1.15.276); FILE MERGED 2003/10/30 16:42:05 mba 1.15.276.1: #102620#: create SfxFilters on demand

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1eba6a71800d991cfe4f92dc4dae552d32908097]

        INTEGRATION: CWS filtercfg (1.15.30); FILE MERGED 2003/10/30 16:42:05 mba 1.15.30.1: #102620#: create SfxFilters on demand

2004-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b15cfb2ed8167a99073cdba016f7ecca3a41f51f]

        #i17992# applied patch to enable komplex logic in .IF statements

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [626fe43c959faf406ddc212f050040a4720a22fc]

        INTEGRATION: CWS filtercfg (1.2.18); FILE MERGED 2003/11/14 08:22:09 as 1.2.18.1: #111770# dont register for generic document services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fd29a6dab67ec900c5d01a728d4f705ca7e63895]

        INTEGRATION: CWS filtercfg (1.65.16); FILE MERGED 2003/12/08 09:17:54 as 1.65.16.3: RESYNC: (1.66-1.67); FILE MERGED 2003/12/02 11:19:03 as 1.65.16.2: RESYNC: (1.65-1.66); FILE MERGED 2003/11/14 08:22:08 as 1.65.16.1: #111770# dont register for generic document services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [6bdb360b378b86eb3e265e4a5b2b1aaf9ff3fe66]

        INTEGRATION: CWS filtercfg (1.4.18); FILE MERGED 2003/11/14 08:22:08 as 1.4.18.1: #111770# dont register for generic document services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [2281b31e516e5a7061438f53216ac49ffc157581]

        INTEGRATION: CWS filtercfg (1.2.18); FILE MERGED 2003/11/14 08:22:07 as 1.2.18.1: #111770# dont register for generic document services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0fbebdbd2ebc6bd1409bf04a6b144f1b3b59f5cb]

        INTEGRATION: CWS filtercfg (1.46.150); FILE MERGED 2003/11/14 08:22:06 as 1.46.150.1: #111770# dont register for generic document services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [a3b46954073c78eeaa8792a30e10213bae2e7917]

        INTEGRATION: CWS filtercfg (1.2.8); FILE MERGED 2003/11/10 08:01:32 as 1.2.8.1: #111770# dont register for generic uno services

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cbdd9b64da6df880110cef288f313c461f7bebeb]

        INTEGRATION: CWS filtercfg (1.9.8); FILE MERGED 2003/10/30 16:42:53 mba 1.9.8.1: #112834#: typo

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d500115383f69fa3d9f0998083f6ca1b57b3d758]

        INTEGRATION: CWS filtercfg (1.35.90); FILE MERGED 2003/11/25 12:03:57 as 1.35.90.2: RESYNC: (1.35-1.36); FILE MERGED 2003/11/24 06:44:54 as 1.35.90.1: #111770# resolve ambigous service registrations of text documents and derived types

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [42ec7135369e820ddd7f7f1acc2e04cee596626f]

        INTEGRATION: CWS filtercfg (1.1.4); FILE ADDED 2003/11/24 06:44:33 as 1.1.4.1: #111770# resolve ambigous service registrations of text documents and derived types

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [7d556db33a5a5af50cc8e1e0fcfafaee88667f9d]

        INTEGRATION: CWS filtercfg (1.14.90); FILE MERGED 2003/11/24 06:44:53 as 1.14.90.1: #111770# resolve ambigous service registrations of text documents and derived types

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [02a7ca93e78bdde850f2789427e6221551f064d8]

        INTEGRATION: CWS filtercfg (1.1.4); FILE ADDED 2003/11/24 06:44:26 as 1.1.4.1: #111770# resolve ambigous service registrations of text documents and derived types

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [d52090e1a1fe0232436fd3da6810baebc0428c1c]

        INTEGRATION: CWS filtercfg (1.1.4); FILE ADDED 2003/11/24 06:44:18 as 1.1.4.1: #111770# resolve ambigous service registrations of text documents and derived types

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [1bfc44816de9957b5dc84b65d89d5d90032ab88d]

        INTEGRATION: CWS filtercfg (1.7.110); FILE MERGED 2003/11/24 06:52:50 as 1.7.110.1: #111770# resolve ambigous service registrations of drawing documents and derived types

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [fb277b903ab72644d24b25dd6b53a2737941a66c]

        INTEGRATION: CWS filtercfg (1.19.90); FILE MERGED 2003/11/24 06:51:48 as 1.19.90.1: #111770# resolve ambigous service registrations of drawing documents and derived types

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [57fe71584c132220798d472b9742e30ac0d4cae8]

        INTEGRATION: CWS filtercfg (1.1.4); FILE ADDED 2003/11/24 06:51:25 as 1.1.4.1: #111770# resolve ambigous service registrations of drawing documents and derived types

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [843180e21b2a9d71ce54f2974bf3fa3eb9f6dee6]

        INTEGRATION: CWS filtercfg (1.5.110); FILE MERGED 2003/11/24 06:51:47 as 1.5.110.1: #111770# resolve ambigous service registrations of drawing documents and derived types

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cce8024bd56a2662404269a9e46fdb182908137e]

        INTEGRATION: CWS filtercfg (1.8.110); FILE MERGED 2003/11/24 06:51:47 as 1.8.110.1: #111770# resolve ambigous service registrations of drawing documents and derived types

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [cacf63e44f7b3a6154044cf3aa909c82892721b2]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/04 10:45:07 as 1.1.2.2: #102620# handle empty Any more gracefully 2003/11/04 08:09:38 as 1.1.2.1: #102620# split sequenceadapter into different files

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9f0afd7c0814edf2b9935e52692797d7537ff052]

        INTEGRATION: CWS filtercfg (1.18.8); FILE MERGED 2003/11/04 08:09:51 as 1.18.8.1: #102620# split sequenceadapter into different files

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [0e38b5529a2a1420ee2c5e58969e3bff0d21925b]

        INTEGRATION: CWS filtercfg (1.2.36); FILE MERGED 2003/07/30 09:08:48 as 1.2.36.1: #102620# new ctor to support outside filtered lists of container items

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [9abbf7cec6aea14f95dba17376a154b3e7cb7f88]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/12/18 05:17:15 as 1.1.2.3: #102620# ue vector instead of deque 2003/11/04 10:45:06 as 1.1.2.2: #102620# handle empty Any more gracefully 2003/11/04 08:09:14 as 1.1.2.1: #102620# split sequenceadapter into different files

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [56e07fe9a1ce24c338fa57c86631a111572e8a8b]

        INTEGRATION: CWS filtercfg (1.1.2); FILE ADDED 2003/11/28 06:15:40 as 1.1.2.3: #102620# use right namespace 2003/11/04 10:45:06 as 1.1.2.2: #102620# handle empty Any more gracefully 2003/11/04 08:09:07 as 1.1.2.1: #102620# split sequenceadapter into different files

2004-01-28  Kurt Zenker  <kz@openoffice.org>  [176865d0b9c6afc51bc2c133af4619aae2f6cdff]

        INTEGRATION: CWS filtercfg (1.3.36); FILE MERGED 2003/07/30 09:08:36 as 1.3.36.1: #102620# new ctor to support outside filtered lists of container items

2004-01-28  Björn Milcke  <bm@openoffice.org>  [59d1deae7f6ec299f51726a3aa21c82b1789d3e0]

        static_cast from enum to different enum not allowed on Solaris

2004-01-28  Björn Milcke  <bm@openoffice.org>  [d27e128ee7985158c04dfc3bb12e342572ac4ea8]

        static_cast from enum to different enum not allowed on Solaris

2004-01-28  Björn Milcke  <bm@openoffice.org>  [51fb24f9cb19a73f2038262fa0f6369fe9edc589]

        +create default data

2004-01-27  Kurt Zenker  <kz@openoffice.org>  [f448f6b3391cda715011af17986656b4255c8dab]

        new version for SRX645

2004-01-26  Carsten Driesner  <cd@openoffice.org>  [0485f18dd533f992e65808164d793038642304ed]

        #111899# Several fixes regarding our menubar XML file format

2004-01-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9ef2c623fb456b2c0625713c9a2008264df0e565]

        #113067# prevent missing sourceroot switch on CWS

2004-01-26  Björn Milcke  <bm@openoffice.org>  [3fe1d17a07180c843fd376763e27c72a529b75b2]

        drafts namespace of API removed public API moved to offapi Calc as DataEditor - first integration

2004-01-26  Björn Milcke  <bm@openoffice.org>  [ae900510614be862923fdc70e47dc7ccccb894d4]

        Helper for data series issues (e.g. getting a sequence with a specific role)

2004-01-23  Ingrid Halama  <iha@openoffice.org>  [922d6e8b50cf0e1939f3a7badb3cb7672a7c2bb4]

        don't create lines with only one point

2004-01-23  Ingrid Halama  <iha@openoffice.org>  [14c6d5bf57d646cac037f3a3286435fcc7502619]

        correct clipping in case of logarithmic area chart

2004-01-23  Ingrid Halama  <iha@openoffice.org>  [a3044235f809c5e34f34f16c819539505e7a9867]

        integrated net chart

2004-01-23  Oliver Bolte  <obo@openoffice.org>  [5471b1f9e40ba6e7d01238533caedfb664b2da39]

        #100000# typo

2004-01-23  Oliver Bolte  <obo@openoffice.org>  [9a28c989cea00411ceece1457d4172652f45cae9]

        #100000# Notify instead of ParentNotify

2004-01-23  Oliver Bolte  <obo@openoffice.org>  [841dde79483b5d77ca4e767627137a8439f8b4de]

        #100000# pDoc not defined

2004-01-23  Oliver Bolte  <obo@openoffice.org>  [27538e761ccd86dab96b9b97f8bf1988b1f033bd]

        #100000# GetDefDialogParent instead of GetDefModalDialogParent

2004-01-23  Ingrid Halama  <iha@openoffice.org>  [5edc57ee4f08dab7c66d4f48cffabe002ec8521d]

        no axes for pie

2004-01-23  Ingrid Halama  <iha@openoffice.org>  [81e923faf1fb7c62b558ccdfa7a5c73d148da054]

        no 3D polar grid

2004-01-23  Ingrid Halama  <iha@openoffice.org>  [18e39cf9c9ca0bcbe56a87d27a2171007aeb31a6]

        only labels for first polar radius axis

2004-01-23  Ingrid Halama  <iha@openoffice.org>  [bbe5c34ddd5b24e7b2a90e77655f6fc81842938f]

        crash caused by shared pointer

2004-01-22  Ingrid Halama  <iha@openoffice.org>  [3b324554a0c2776c94d87d235cef12310863ea03]

        handle null

2004-01-22  Ingrid Halama  <iha@openoffice.org>  [2283e0e6943e25389f33d64e43104c6b8d0cda57]

        restructure of cartesian axis, integrate polar axis

2004-01-22  Gregor Hartmann  <gh@openoffice.org>  [68444862b8674f8cb5c811c45448d97b7e8e33e6]

        #i24705# replacing i18n by new uno version

2004-01-22  Björn Milcke  <bm@openoffice.org>  [50f4d52dd8a62fcc189b8c87afaf55f1c27052bd]

        Edit Chart Data menu item is handled here (pops up the embedded Calc document)

2004-01-21  Oliver Bolte  <obo@openoffice.org>  [54a1c29a1e5eabf662b1974721a5c1d644929b67]

        #100000# fix by hjs

2004-01-21  Björn Milcke  <bm@openoffice.org>  [ec04a902df1cb277e9c62ecd1ad12502b07249bd]

        API changed (drafts removed)

2004-01-21  Kurt Zenker  <kz@openoffice.org>  [ee38ac6758ba8d5875ff914f8fd17e193df81ee8]

        new version for SRC680

2004-01-21  Kurt Zenker  <kz@openoffice.org>  [64697080df4967e1b8ac7e9236d77c5c8b20ba6c]

        new version for SRC680

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9b43fe55f6f3c8f99eee3fff8be4eff5f009ea68]

        SRC680

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e84173027fa85b9fe7966ef480c5105e684da08b]

        INTEGRATION: CWS networker2 (1.2.58); FILE MERGED 2003/12/19 10:14:47 gh 1.2.58.1: #i22604#add new command GetCommonApplicationPath

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f9f45994d8a755c02f139ce93caa3d8e10cc511a]

        INTEGRATION: CWS networker2 (1.6.6); FILE MERGED 2003/12/19 10:14:46 gh 1.6.6.1: #i22604#add new command GetCommonApplicationPath

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bafc457ad1429a885c754ec5d821170e9b9c19f8]

        INTEGRATION: CWS networker2 (1.126.8); FILE MERGED 2003/12/18 11:27:05 lo 1.126.8.3: #i22595# do configuration at first office run 2003/12/16 11:23:56 lo 1.126.8.2: #i22594# resid 2003/12/15 16:23:42 lo 1.126.8.1: #i22594# remove hidden setup, write configuration

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c10f01e18958965e2395305f7c5aa387d6fa72e0]

        INTEGRATION: CWS networker2 (1.6.106); FILE MERGED 2003/12/18 11:50:36 jb 1.6.106.1: #i23603# Change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [2490d2464f4350efb6d8d0412c8ece2d3647d0ed]

        INTEGRATION: CWS networker2 (1.4.78); FILE MERGED 2003/12/18 11:50:35 jb 1.4.78.1: #i23603# Change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [8b90b92fa4b33ca64fb8ccd46164537d7e1e2029]

        INTEGRATION: CWS networker2 (1.4.78); FILE MERGED 2003/12/18 11:50:34 jb 1.4.78.1: #i23603# Change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [dad0a1c28829c8df882f4c90ee7b314991663b1e]

        INTEGRATION: CWS networker2 (1.17.78); FILE MERGED 2003/12/18 11:50:34 jb 1.17.78.1: #i23603# Change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d39d804e3c7e2d2ac2640064ff91450446dafabd]

        INTEGRATION: CWS networker2 (1.5.106); FILE MERGED 2003/12/18 11:50:33 jb 1.5.106.1: #i23603# Change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b655b1731cf305d18186daa97b4037196be8f305]

        INTEGRATION: CWS networker2 (1.6.64); FILE MERGED 2003/12/18 11:50:33 jb 1.6.64.1: #i23603# Change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [40378cf2946249c58019674e2fb3ed3b7180ee71]

        INTEGRATION: CWS networker2 (1.10.54); FILE MERGED 2003/12/18 11:50:32 jb 1.10.54.1: #i23603# Change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [35575cc43964e6af67e95c3ae6921a44e7b099a4]

        INTEGRATION: CWS networker2 (1.16.64); FILE MERGED 2003/12/18 11:50:32 jb 1.16.64.1: #i23603# Change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cb6b0eaa85ba667f40cb8a5dfc6a0dd94fdc59be]

        INTEGRATION: CWS networker2 (1.15.10); FILE MERGED 2003/12/18 11:50:31 jb 1.15.10.1: #i23603# Change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c46e6c532e455caf4f44756a48243235ee1d1cea]

        INTEGRATION: CWS networker2 (1.12.78); FILE MERGED 2003/12/18 11:49:37 jb 1.12.78.1: #i23603# Add XLocalized to configuration provider; change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9a015195dd55d7d5727504e6ea902ce412065355]

        INTEGRATION: CWS networker2 (1.56.78); FILE MERGED 2003/12/18 11:49:37 jb 1.56.78.1: #i23603# Add XLocalized to configuration provider; change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [378b5b942f15d4f0311452c1a59c314a7ff5979f]

        INTEGRATION: CWS networker2 (1.4.78); FILE MERGED 2003/12/18 11:49:36 jb 1.4.78.1: #i23603# Add XLocalized to configuration provider; change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [a1ef5e7190198045ae7cd8355e1c1d4b364cd7be]

        INTEGRATION: CWS networker2 (1.3.78); FILE MERGED 2003/12/18 11:49:36 jb 1.3.78.1: #i23603# Add XLocalized to configuration provider; change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [1a2eb4c14469635672c01549e408d7ee34c1805e]

        INTEGRATION: CWS networker2 (1.25.78); FILE MERGED 2003/12/18 11:49:36 jb 1.25.78.1: #i23603# Add XLocalized to configuration provider; change requestoptions and localehelper to use UNO Locale objects internally.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [3228bd79de2dabcd5ae510f6256bc1e274f67d65]

        INTEGRATION: CWS networker2 (1.8.12); FILE MERGED 2003/12/19 10:14:48 gh 1.8.12.1: #i22604#add new command GetCommonApplicationPath

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [03ff731b3ac2f1d805c2432c937b41c0800a509b]

        INTEGRATION: CWS networker2 (1.1.2); FILE ADDED 2003/12/19 10:15:44 gh 1.1.2.1: #i22604#add new command GetCommonApplicationPath

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d0e34cffc72bbf51d820086fbcd472b1e2549a8f]

        INTEGRATION: CWS networker2 (1.1.2); FILE ADDED 2003/12/19 10:15:29 gh 1.1.2.1: #i22604#add new command GetCommonApplicationPath

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b0ee324608b180b31685a44866972ba5e929ff80]

        INTEGRATION: CWS networker2 (1.1.76); FILE MERGED 2003/12/19 10:14:46 gh 1.1.76.1: #i22604#add new command GetCommonApplicationPath

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [5c4cecd2e24a14685f856bd6ccb5106cc3b4ffea]

        INTEGRATION: CWS networker2 (1.22.58); FILE MERGED 2004/01/07 11:51:22 obr 1.22.58.3: #111798# gnomeint binary now delivered as gnomeint.bin 2003/12/17 07:24:12 obr 1.22.58.2: #111798# replacing setup basic scripts with unix shell scripts 2003/12/10 12:40:57 obr 1.22.58.1: #i22671# replace functionality of libregmimetypes with scripts

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [44179f3311e9b3da31b7b69eabe3e71e7689a87b]

        INTEGRATION: CWS networker2 (1.3.54); FILE MERGED 2004/01/07 11:53:35 obr 1.3.54.4: #111798# added gnomeint script and no longer cut off the .sh due to name clashes 2003/12/18 09:24:59 obr 1.3.54.3: #111798# user space menu integration now done with shell scripts 2003/12/17 07:24:09 obr 1.3.54.2: #111798# replacing setup basic scripts with unix shell scripts 2003/12/10 12:44:01 obr 1.3.54.1: #i22671#,#i11438# replace functionality of libregmimetypes with shell scripts

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [effcf217d791a30d42bcca7d99d38526e56d91a7]

        INTEGRATION: CWS networker2 (1.2.22); FILE MERGED 2003/12/18 11:27:09 lo 1.2.22.2: #i22595# do configuration at first office run 2003/12/15 16:23:43 lo 1.2.22.1: #i22594# remove hidden setup, write configuration

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [2bcc65becdde74775020ba12e522ec8adf9f2c06]

        INTEGRATION: CWS networker2 (1.2.22); FILE MERGED 2003/12/18 11:27:08 lo 1.2.22.4: #i22595# do configuration at first office run 2003/12/16 11:23:57 lo 1.2.22.3: #i22594# resid 2003/12/15 16:26:47 lo 1.2.22.2: #i22594# remove hidden setup, write configuration 2003/12/15 16:23:42 lo 1.2.22.1: #i22594# remove hidden setup, write configuration

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c5665d9dc3ec713bee1315d503e78b52fbb28c64]

        INTEGRATION: CWS networker2 (1.2.22); FILE MERGED 2003/12/18 11:27:07 lo 1.2.22.2: #i22595# do configuration at first office run 2003/12/16 10:16:23 lo 1.2.22.1: #i22594# restructure langselect

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0bfc50149d4c51b2da70b25c4724c8ca12b75842]

        INTEGRATION: CWS networker2 (1.2.22); FILE MERGED 2003/12/18 11:27:07 lo 1.2.22.4: #i22595# do configuration at first office run 2003/12/16 11:23:57 lo 1.2.22.3: #i22594# resid 2003/12/16 10:35:18 lo 1.2.22.2: #i22594# symbol name correction 2003/12/16 10:16:23 lo 1.2.22.1: #i22594# restructure langselect

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f548b055a48a82616e9d7f0d3984108728ad8401]

        INTEGRATION: CWS networker2 (1.52.20); FILE MERGED 2004/01/06 11:46:28 dv 1.52.20.2: RESYNC: (1.52-1.53); FILE MERGED 2003/12/18 11:27:06 lo 1.52.20.1: #i22595# do configuration at first office run

2004-01-20  Björn Milcke  <bm@openoffice.org>  [31e187fd3bee3446d3e54f382b26fe3f8670248d]

        no longer deliver API -- it is private now.  The public part is in offapi.

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [18e8e4571631f4d7239fb0f8864e339bcfab660d]

        INTEGRATION: CWS i18n10 (1.22.24); FILE MERGED 2003/12/17 20:21:20 khong 1.22.24.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [6f6dd29b445cd14cbc7f8bcf546b061e40a051b0]

        INTEGRATION: CWS tlapi2 (1.31.34); FILE MERGED 2003/12/08 13:25:33 tl 1.31.34.1: #i23293# SwDoc::_GetRefDev fixed

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [5aa504c15bc4fca7bc866e3eb8ae4832af4879c8]

        INTEGRATION: CWS i18n10 (1.17.48); FILE MERGED 2004/01/06 19:07:55 er 1.17.48.2: #i22138# SHL1IMPLIB needed under WNT 2003/12/17 20:21:21 khong 1.17.48.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [cdf69b077363a3f4f717cdb3675d1eebf0914819]

        INTEGRATION: CWS i18n10 (1.3.48); FILE MERGED 2003/12/17 19:59:39 khong 1.3.48.1: #i22138# make i18nsearch a 'good' component

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [8b6faf8ba4d45f987bf958fa59c4dfbb6f182c25]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 19:59:38 khong 1.1.2.1: #i22138# make i18nsearch a 'good' component

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bb093f9032f5fb0d6e60d333d0d850c68c984ae0]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/17 09:02:40 af 1.1.1.1.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [ea015a0445cb19bfe46244eda8a4f085284c5ca6]

        INTEGRATION: CWS i18n10 (1.30.48); FILE MERGED 2003/12/17 20:13:58 khong 1.30.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [40624fd7d2190b13fdc98031460519106dc721d6]

        INTEGRATION: CWS i18n10 (1.7.48); FILE MERGED 2003/12/17 20:21:20 khong 1.7.48.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e9e779e4021fff125e2577bbc8c745eaf8609212]

        INTEGRATION: CWS impress1 (1.39.60); FILE MERGED 2003/11/27 15:07:34 af 1.39.60.3: RESYNC: (1.39-1.40); FILE MERGED 2003/10/01 11:55:00 af 1.39.60.2: #111996# Moved SetSpellOptions() back to futext2.cxx. 2003/09/17 09:02:23 af 1.39.60.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [13d785f35ab57af8656f3bb678bcb68dce54a8e4]

        INTEGRATION: CWS i18n10 (1.4.92); FILE MERGED 2003/12/17 20:21:19 khong 1.4.92.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [7625e1331b4ef38e646a6339deae5b9db4c428c5]

        INTEGRATION: CWS i18n10 (1.3.48); FILE MERGED 2003/12/17 20:21:18 khong 1.3.48.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [dbb619008407489e5bbcca45359c1f3120c60084]

        INTEGRATION: CWS impress1 (1.5.226); FILE MERGED 2003/09/16 13:43:30 af 1.5.226.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [5dcdf8fca3574a93a507187e8c0c359d0458f744]

        INTEGRATION: CWS i18n10 (1.12.48); FILE MERGED 2003/12/17 20:19:05 khong 1.12.48.1: #i22138# remove TOOLS usage from i18npool

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ea68ee8b4e472201638e11bec0f55b14363be7e6]

        INTEGRATION: CWS impress1 (1.3.218); FILE MERGED 2003/09/16 13:36:08 af 1.3.218.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [e66f4a9206863be24cbb35c696b36ffda64ff6a1]

        INTEGRATION: CWS i18n10 (1.15.28); FILE MERGED 2003/12/17 20:21:17 khong 1.15.28.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [2e8a23bf4e3663b87d8450af16a603510246420d]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:57 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f6648f0c09a7122bafb6bfd3644491b733c1b3cc]

        INTEGRATION: CWS impress1 (1.22.70); FILE MERGED 2003/11/27 15:04:33 af 1.22.70.8: RESYNC: (1.22-1.23); FILE MERGED 2003/11/17 13:06:49 af 1.22.70.7: #111996# Guard ImplGetUndoManager against missing object bar. 2003/11/10 16:03:24 af 1.22.70.6: #111996# Adapted ImpGetUndoManager() method to new shell architecture. 2003/10/23 13:52:45 af 1.22.70.5: #111996# Moved higher level printing to PrintManager class. 2003/09/29 13:26:08 af 1.22.70.4: #111996# Removed commented code line. 2003/09/29 12:10:02 af 1.22.70.3: #111996# Added using statements for frequently used namespaces. 2003/09/24 16:15:25 af 1.22.70.2: #111996# Support of new member meShellType. Using shell type from ViewShell. Modified architecture of controllers. Taking care of size calculation in in-place mode. 2003/09/17 08:12:29 af 1.22.70.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd. Adapted ArrangeGUIElements() to sub-shells.

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [e85fd009532bcda28c02c539d3dd11fa01529f31]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:56 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [37baa3816a3de3cfb6b7cb83543a2ab91e80aa75]

        INTEGRATION: CWS impress1 (1.21.72); FILE MERGED 2004/01/09 16:32:50 af 1.21.72.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:03:05 af 1.21.72.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [ff81847f8cac5573ff002560de86c5671519361b]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:54 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [434f2e648550ed34bd6b7142b5d30b90b4663525]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:53 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [53e0134c07eb7a40481ffe2ee862939f59fbdaa0]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:52 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [3cf02446d2a973d1e6d3d106d28ec1e04b30daa9]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:50 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [629ef000d058f93282373935c6312a55f66eff35]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:49 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [fc110826bce950994b242f7e003478f49b2bd0a6]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:48 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0f5a593451970bb7889f3511a580f41261abf30a]

        INTEGRATION: CWS tlapi2 (1.25.62); FILE MERGED 2003/12/08 11:20:33 tl 1.25.62.1: #i23293# don't create auto text group in 'getByname' if it does not exist

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9268cee75cc59ed7599ce85ee80a9c97a063032e]

        INTEGRATION: CWS tlapi2 (1.79.2); FILE MERGED 2003/12/10 07:58:41 tl 1.79.2.2: RESYNC: (1.79-1.80); FILE MERGED 2003/12/02 14:18:13 tl 1.79.2.1: #113724# ParaUserDefinedAttributes fixed

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e084300365e96cc537c2a223d90a445477f5ea4a]

        INTEGRATION: CWS tlapi2 (1.69.70); FILE MERGED 2003/12/10 07:57:21 tl 1.69.70.2: RESYNC: (1.69-1.71); FILE MERGED 2003/12/02 14:18:12 tl 1.69.70.1: #113724# ParaUserDefinedAttributes fixed

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [68b3ca7281041e23949ae4e0289c2979158372a4]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:45 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [5d2f2ab15d8f2831b20c74688791f0b0b92e8cb0]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:44 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [ace9a26b8628f24733814c61ac76a4f2255b9bc3]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:43 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [1781fcfdd77f843aebaa309c065266d9605c7c44]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2003/12/17 20:12:42 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [8e9dc78e72fb5222315b0c5c6636408ef2b6ca26]

        INTEGRATION: CWS i18n10 (1.3.100); FILE MERGED 2003/12/17 20:12:40 khong 1.3.100.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [48cedfe3c3295ce27d768d46d9286cd2fa42e875]

        INTEGRATION: CWS i18n10 (1.1.2); FILE ADDED 2004/01/06 17:42:33 er 1.1.2.4: #112506# ICU takes int32_t instead of int 2003/12/19 19:34:20 khong 1.1.2.3: #112506# migrate to ICU collator 2003/12/19 18:05:09 er 1.1.2.2: #112506# include ucol_imp.h for UCollator 2003/12/17 20:12:40 khong 1.1.2.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7be5557b6020e99aacd4f798d28887b7288792c1]

        INTEGRATION: CWS tlapi2 (1.24.100); FILE MERGED 2003/12/10 07:32:50 tl 1.24.100.2: RESYNC: (1.24-1.25); FILE MERGED 2003/11/14 13:14:51 tl 1.24.100.1: #i11752# parser changed to handle number/character mixes differently

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [43a9213ec3eb5ed4ef97cea0ca640ab022464a13]

        INTEGRATION: CWS tlapi2 (1.29.10); FILE MERGED 2003/11/12 15:23:58 tl 1.29.10.1: #i21741# font size problem in SmSpecialNode fixed

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bca25960e7417b904bb7b2596570e67a36acf235]

        INTEGRATION: CWS tlapi2 (1.20.188); FILE MERGED 2003/11/11 10:34:45 tl 1.20.188.1: #i22227# declaration of XPropertySet fixed

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [bc11e12af85f74b77dba18870e09b7761077dda5]

        INTEGRATION: CWS i18n10 (1.5.48); FILE MERGED 2003/12/17 20:12:37 khong 1.5.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [1fdcdfce085ed7b4784a87994dba7b2410aee714]

        INTEGRATION: CWS tlapi2 (1.13.30); FILE MERGED 2003/11/12 15:23:57 tl 1.13.30.1: #i21741# font size problem in SmSpecialNode fixed

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0c5181331e629e98c46c5cf8db4b4fb9e2017aaf]

        INTEGRATION: CWS tlapi2 (1.5.88); FILE MERGED 2003/12/09 09:43:40 tl 1.5.88.1: #i22550# description fixed

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c8d52c6febfd98f7d758a8850b102dfc9f5547b4]

        INTEGRATION: CWS tlapi2 (1.8.212); FILE MERGED 2003/12/09 12:27:04 tl 1.8.212.3: #i22741# documentation added 2003/12/09 12:15:07 tl 1.8.212.2: #i22741# documentation added 2003/12/09 12:14:23 tl 1.8.212.1: #i22741# documentation added

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ea050622f3a59b6aec9e86faef01f79afd5c9789]

        INTEGRATION: CWS tlapi2 (1.7.212); FILE MERGED 2003/12/09 10:01:24 tl 1.7.212.1: #i22551# documentation added

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [f9cea3bf765ddbd446730f04d8c708165d413645]

        INTEGRATION: CWS i18n10 (1.6.28); FILE MERGED 2003/12/17 20:12:35 khong 1.6.28.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [f37598c33269288de858d0bf356e724719f4831a]

        INTEGRATION: CWS i18n10 (1.2.100); FILE MERGED 2003/12/17 20:18:26 khong 1.2.100.1: #i22138# remove TOOLS usage from i18npool

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [09a6646fbceca16a7868e0c872bc8d4bf38c63e5]

        INTEGRATION: CWS i18n10 (1.8.34); FILE MERGED 2003/12/17 20:17:27 khong 1.8.34.1: #i22138# remove TOOLS usage from i18npool

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [8311f89a42e6a4b8147191880470da415c9d7483]

        INTEGRATION: CWS i18n10 (1.12.4); FILE MERGED 2003/12/17 20:15:43 khong 1.12.4.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [5425277567a42ce108c73deca5e076b0c0230ff7]

        INTEGRATION: CWS i18n10 (1.7.48); FILE MERGED 2003/12/17 20:21:17 khong 1.7.48.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [689d5d15936bf248b3ded237369e082e8e11c631]

        INTEGRATION: CWS i18n10 (1.4.48); FILE MERGED 2003/12/17 20:08:43 khong 1.4.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [ff2409ead8f4da9d4c324a8e2b772473421fb0ec]

        INTEGRATION: CWS i18n10 (1.2.48); FILE MERGED 2003/12/17 20:08:42 khong 1.2.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [b3ef9d90fb3fb79004a812135e1d010c0f8f2839]

        INTEGRATION: CWS i18n10 (1.8.6); FILE MERGED 2003/12/17 20:08:42 khong 1.8.6.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [842cc7be5b8cc36eeb26ae24c1a55aeef1e02ebc]

        INTEGRATION: CWS i18n10 (1.3.48); FILE MERGED 2003/12/17 20:08:41 khong 1.3.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [ef84e3756dee98f9f47cbc11634379b7fc6dc1b4]

        INTEGRATION: CWS i18n10 (1.9.48); FILE MERGED 2003/12/17 20:08:41 khong 1.9.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [251b1a6a12ed7ee47e5406ff3aa5954690144fbd]

        INTEGRATION: CWS tlapi2 (1.2.516); FILE MERGED 2003/12/10 06:36:19 tl 1.2.516.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/08 10:58:24 tl 1.2.516.1: #113724# ParaUserDefinedAttributes fixed

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [b91b4de06ff88e69843691e6f1c55c0e0a03b336]

        INTEGRATION: CWS i18n10 (1.3.54); FILE MERGED 2003/12/17 20:08:41 khong 1.3.54.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [2859f89baf8c1bcdddd9e152010863e0c6d9eb12]

        INTEGRATION: CWS i18n10 (1.3.62); FILE MERGED 2003/12/17 20:08:40 khong 1.3.62.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [425adbd08c6ad8627b5e07141dfeb06d3f7cbd8c]

        INTEGRATION: CWS i18n10 (1.7.48); FILE MERGED 2003/12/17 20:08:39 khong 1.7.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [f0737c7c1a9c28140459a5409af4abcef2f109ad]

        INTEGRATION: CWS i18n10 (1.6.92); FILE MERGED 2003/12/17 20:08:39 khong 1.6.92.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [3db1852c26b71d1d593f9b8c0b93e1e25694bf78]

        INTEGRATION: CWS i18n10 (1.5.48); FILE MERGED 2003/12/17 20:08:39 khong 1.5.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [6ea43a0b9799c1d30d2cd2f3402027df2c5152e4]

        INTEGRATION: CWS i18n10 (1.3.62); FILE MERGED 2003/12/17 20:08:38 khong 1.3.62.1: #i22138# #112506# migrate to ICU collator and remove link to tool library

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [3ddd1113923341384dffe3a6fd9c340d9c1b1c9c]

        INTEGRATION: CWS impress1 (1.3.262); FILE MERGED 2003/10/01 11:56:45 af 1.3.262.2: #111996# Renamed some include files. 2003/09/17 08:22:49 af 1.3.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [3c3de80a67bba2df6aa0f6bdaf5ba2f400a39047]

        INTEGRATION: CWS impress1 (1.28.72); FILE MERGED 2004/01/09 16:33:05 af 1.28.72.5: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/12/15 10:36:27 af 1.28.72.4: #111996# Adaption to recent header changes. 2003/11/27 15:04:24 af 1.28.72.3: RESYNC: (1.28-1.29); FILE MERGED 2003/10/23 13:51:02 af 1.28.72.2: #111996# Moved higher level printing to PrintManager class. 2003/09/17 08:13:15 af 1.28.72.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [1e6b97ba5ecb472f952b848e454739119b470aa4]

        INTEGRATION: CWS impress1 (1.21.128); FILE MERGED 2004/01/09 14:57:10 af 1.21.128.5: #111996# Moved the implementation of GetFrameView() from the header to this file. 2004/01/07 13:07:26 af 1.21.128.4: #111996# Setting the active window is forwarded to the functions even for an already active window. 2003/10/28 09:40:37 af 1.21.128.3: RESYNC: (1.21-1.22); FILE MERGED 2003/09/24 16:13:53 af 1.21.128.2: #111996# Using shell type from ViewShell. 2003/09/17 08:13:15 af 1.21.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7225ec443973abdb418c587e8b8695c71c5f272c]

        INTEGRATION: CWS impress1 (1.12.218); FILE MERGED 2003/09/17 08:22:35 af 1.12.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b74887d6d14230e93aa2ee889bd3c905fe208a18]

        INTEGRATION: CWS impress1 (1.2.238); FILE MERGED 2004/01/09 16:33:00 af 1.2.238.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:04:07 af 1.2.238.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/17 08:21:34 af 1.2.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bf8f7a98f7abcb3dcaa843a5b33141787f8be9af]

        INTEGRATION: CWS impress1 (1.25.70); FILE MERGED 2003/11/27 15:04:00 af 1.25.70.2: RESYNC: (1.25-1.26); FILE MERGED 2003/09/17 08:21:04 af 1.25.70.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b013e39431a7386a23870383065e1f0073ed6c6e]

        INTEGRATION: CWS impress1 (1.13.218); FILE MERGED 2003/11/27 15:03:52 af 1.13.218.2: RESYNC: (1.13-1.14); FILE MERGED 2003/09/17 08:11:26 af 1.13.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ee8db8ade5ac9205430eab6f1b701f683ea99eb1]

        INTEGRATION: CWS impress1 (1.47.108); FILE MERGED 2003/11/27 15:03:43 af 1.47.108.2: RESYNC: (1.47-1.48); FILE MERGED 2003/09/17 08:11:26 af 1.47.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [8c4b7be67a49acc4f1889ba6dc86b3bfd459e99d]

        INTEGRATION: CWS impress1 (1.34.128); FILE MERGED 2004/01/09 16:32:59 af 1.34.128.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/10/09 07:46:11 af 1.34.128.2: #111996# Corrected the namespace of cut&past function arguments. 2003/09/17 08:11:25 af 1.34.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7fa96114751a043cefc21e96cf1f87a723c81f7d]

        INTEGRATION: CWS impress1 (1.23.128); FILE MERGED 2003/11/27 15:03:36 af 1.23.128.2: RESYNC: (1.23-1.24); FILE MERGED 2003/09/17 08:10:48 af 1.23.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [261824b28920667aaef752b340c0e3c1c52984e8]

        INTEGRATION: CWS impress1 (1.2.238); FILE MERGED 2003/09/17 08:19:42 af 1.2.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [6ad3245d63dc838d206c99b34691d7103f8f7976]

        INTEGRATION: CWS impress1 (1.14.106); FILE MERGED 2004/01/09 16:32:59 af 1.14.106.6: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2004/01/09 14:53:32 af 1.14.106.5: #111996# Using the FrameView directly in the constructors of the view shells. 2003/12/04 09:24:33 af 1.14.106.4: #111996# Re-inserted the pOldShell argument to the constructor. 2003/10/23 13:49:06 af 1.14.106.3: #111996# Specifiying factory in call to SfxTopFrame::Create() by symbolic name from new enum SdFactoryIds. 2003/09/24 16:10:52 af 1.14.106.2: #111996# Support of new member meShellType. 2003/09/17 08:19:09 af 1.14.106.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [444577c17429043d8deff3852ef6c8ab8b2db354]

        INTEGRATION: CWS impress1 (1.25.70); FILE MERGED 2003/11/27 15:03:29 af 1.25.70.2: RESYNC: (1.25-1.26); FILE MERGED 2003/09/17 08:23:36 af 1.25.70.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ad582d303df4ab21056497c84a99ade16ca2aea1]

        INTEGRATION: CWS impress1 (1.46.70); FILE MERGED 2004/01/09 14:53:01 af 1.46.70.7: #111996# Using the FrameView directly in the constructors of the view shells. 2003/12/15 10:35:15 af 1.46.70.6: #111996# Removed the disabling of object bar switching. 2003/12/04 09:23:05 af 1.46.70.5: #111996# Re-inserted the pOldShell argument to the constructor. 2003/11/27 15:03:22 af 1.46.70.4: RESYNC: (1.46-1.47); FILE MERGED 2003/10/23 13:47:42 af 1.46.70.3: #111996# Removed call to UpdatePreview() to avoid Invalidate() while in Update(). 2003/09/24 16:10:30 af 1.46.70.2: #111996# Support of new member meShellType. Using shell type from ViewShell. Modified architecture of controllers. 2003/09/17 08:18:50 af 1.46.70.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c400ea86350321f1f1845db40e2b9888cea5af73]

        INTEGRATION: CWS impress1 (1.12.218); FILE MERGED 2003/12/04 09:24:11 af 1.12.218.2: #111996# Made starting an in-window presentation work with the stacked view shells. 2003/09/17 08:18:18 af 1.12.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [8edd2f2a1f535e64596c87f09f362e50c3d255b8]

        INTEGRATION: CWS impress1 (1.8.72); FILE MERGED 2003/10/28 09:40:30 af 1.8.72.4: RESYNC: (1.8-1.9); FILE MERGED 2003/10/23 13:46:08 af 1.8.72.3: #111996# Addition of new files. 2003/09/24 16:09:25 af 1.8.72.2: #111996# New file GraphicViewShellBase.cxx. 2003/09/17 08:17:58 af 1.8.72.1: #111996# Transition to stacked sub-shells. Introduction of new classes.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [8b4576898f9fec47ccca5cc54bddcb20b1cd8685]

        INTEGRATION: CWS impress1 (1.2.238); FILE MERGED 2004/01/09 14:52:35 af 1.2.238.4: #111996# Using the FrameView directly in the constructors of the view shells. 2003/12/04 09:22:33 af 1.2.238.3: #111996# Re-inserted the pOldShell argument to the constructor. 2003/09/24 16:08:54 af 1.2.238.2: #111996# Support of new member meShellType. 2003/09/17 08:17:06 af 1.2.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f6f13187bea4893d55dcfe7cf516166c8ece9742]

        INTEGRATION: CWS impress1 (1.16.108); FILE MERGED 2003/12/04 09:21:45 af 1.16.108.3: #111996# Adaption to the stacked view shells. Addition of accessor methods. 2003/11/27 15:03:14 af 1.16.108.2: RESYNC: (1.16-1.17); FILE MERGED 2003/09/17 08:16:40 af 1.16.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [187abe1ed2a38a98b5dcceb68c4638af08ee9c79]

        INTEGRATION: CWS impress1 (1.6.128); FILE MERGED 2003/09/17 08:16:25 af 1.6.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [db4254a8716c52e892b095775e0181238f12ce5a]

        INTEGRATION: CWS impress1 (1.10.90); FILE MERGED 2004/01/09 16:32:58 af 1.10.90.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:10:09 af 1.10.90.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c2b502b481216eede819b4bd44a56d0d8d89d5c8]

        INTEGRATION: CWS impress1 (1.10.218); FILE MERGED 2004/01/09 16:32:57 af 1.10.218.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/24 16:08:01 af 1.10.218.2: #111996# Taking care of renamed header file EffectWindow.hxx. 2003/09/17 08:10:10 af 1.10.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [76f6f2f761c393f15982059ed94d1ed0abcab1c9]

        INTEGRATION: CWS impress1 (1.4.226); FILE MERGED 2004/01/09 16:32:57 af 1.4.226.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:10:10 af 1.4.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [571cf9a2c0412989475a1478b93873817775c112]

        INTEGRATION: CWS impress1 (1.5.222); FILE MERGED 2004/01/09 16:32:56 af 1.5.222.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:10:09 af 1.5.222.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [18f7a9601ac640b920973ee335b184e1be035a62]

        INTEGRATION: CWS impress1 (1.8.218); FILE MERGED 2004/01/09 16:32:56 af 1.8.218.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:10:11 af 1.8.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [acd5aa6dfd8118cb609f88a16540d095ab64127c]

        INTEGRATION: CWS impress1 (1.35.128); FILE MERGED 2004/01/09 16:32:56 af 1.35.128.4: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/12/04 09:20:33 af 1.35.128.3: #111996# Made starting an in-window presentation work with the statcked view shells. 2003/09/24 16:07:06 af 1.35.128.2: #111996# Using shell type from ViewShell. Moved handling of some slots to class SubShellManager. 2003/09/17 08:10:10 af 1.35.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [75148c58fc3b1b3b1868bf7499b64c9f2dc2f360]

        INTEGRATION: CWS impress1 (1.3.248); FILE MERGED 2004/01/09 16:32:55 af 1.3.248.4: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2004/01/06 13:29:13 af 1.3.248.3: #111996# Handle special cases of current page index. 2003/12/11 12:53:48 af 1.3.248.2: #111996# Added guard against invalid current page index. 2003/09/17 08:09:04 af 1.3.248.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [58d949812e98fce1cda971f60bdd68b22da4a6f2]

        INTEGRATION: CWS impress1 (1.16.218); FILE MERGED 2004/01/09 16:32:55 af 1.16.218.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:08:53 af 1.16.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7656927d5a710bb2711618142414a63cd1a9c417]

        INTEGRATION: CWS impress1 (1.11.108); FILE MERGED 2004/01/09 16:32:54 af 1.11.108.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:03:07 af 1.11.108.2: RESYNC: (1.12-1.13); FILE MERGED 2003/09/17 08:08:35 af 1.11.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [84c753edda20c1d9abe6c4c46d1e203d855e2519]

        INTEGRATION: CWS impress1 (1.17.86); FILE MERGED 2004/01/09 16:32:54 af 1.17.86.7: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2004/01/09 14:52:06 af 1.17.86.6: #111996# Using the FrameView directly in the constructors of the view shells. 2003/12/04 09:18:13 af 1.17.86.5: #111996# Re-using the frame view of a previous shell. Modified the start of the in-window presentation. 2003/11/17 13:05:38 af 1.17.86.4: #111996# Made deletion of pFuActual more safe. 2003/09/29 13:24:38 af 1.17.86.3: #111996# Removed unused constructor. 2003/09/24 16:05:18 af 1.17.86.2: #111996# New controller architecture. New member meShellType. 2003/09/17 08:08:19 af 1.17.86.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d792cbe5d08ae6a3c5e7b6e32282851b1bc90ec3]

        INTEGRATION: CWS impress1 (1.7.226); FILE MERGED 2004/01/09 16:32:53 af 1.7.226.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:07:51 af 1.7.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [65cb8d3bb68c31fbe1ef81fc2ae677d393aa15db]

        INTEGRATION: CWS impress1 (1.5.224); FILE MERGED 2004/01/09 16:32:53 af 1.5.224.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:07:30 af 1.5.224.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [40a0807965c24abb93e3369a10342f3b3f714416]

        INTEGRATION: CWS impress1 (1.37.72); FILE MERGED 2004/01/09 16:32:52 af 1.37.72.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:06:55 af 1.37.72.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd. New function for handling menu states related to mode switching.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [568444a8fc6f62efce72720707a1290bef1eefd6]

        INTEGRATION: CWS impress1 (1.6.224); FILE MERGED 2004/01/09 16:32:52 af 1.6.224.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:05:54 af 1.6.224.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [5a9fc0b386bf4132fc9fca4a1c3df58baeb3f77f]

        INTEGRATION: CWS impress1 (1.28.60); FILE MERGED 2004/01/09 16:32:51 af 1.28.60.4: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:03:00 af 1.28.60.3: RESYNC: (1.28-1.29); FILE MERGED 2003/09/24 16:04:10 af 1.28.60.2: #111996# New controller architecture. 2003/09/17 08:05:26 af 1.28.60.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7ec88ece306a4f0ba3a5b90eca9c4bfcb4d76a00]

        INTEGRATION: CWS impress1 (1.14.128); FILE MERGED 2004/01/09 16:32:51 af 1.14.128.4: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 09:18:39 af 1.14.128.3: #111996# Using new GetDoc() method. 2003/11/10 16:39:34 af 1.14.128.2: RESYNC: (1.14-1.15); FILE MERGED Resolved merge conflict. 2003/09/17 08:03:26 af 1.14.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [fa154d13c6e1ec53ada2b31f69dbf0b93b92d382]

        INTEGRATION: CWS impress1 (1.20.66); FILE MERGED 2004/01/09 16:32:50 af 1.20.66.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:02:53 af 1.20.66.2: RESYNC: (1.20-1.21); FILE MERGED 2003/09/17 08:02:41 af 1.20.66.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e64fca35f2feb906c9744f2842d2c8d1735aee13]

        INTEGRATION: CWS impress1 (1.33.68); FILE MERGED 2004/01/09 16:32:49 af 1.33.68.4: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/12/11 12:52:53 af 1.33.68.3: #111996# Update the object bar after a change of the selection. 2003/09/24 16:02:24 af 1.33.68.2: #111996# New controller architecture. 2003/09/17 08:02:19 af 1.33.68.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [4ca70bb0af3e7fc38220a256d0dd55548b3f10b3]

        INTEGRATION: CWS impress1 (1.18.106); FILE MERGED 2004/01/09 16:32:48 af 1.18.106.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:15:50 af 1.18.106.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0f9902d235b20950e4dc482f1c7fb0d84c2dac46]

        INTEGRATION: CWS impress1 (1.16.108); FILE MERGED 2003/09/17 08:15:57 af 1.16.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ba5bee02f01ba9b903ba5de07fd55f1c28b8bca5]

        INTEGRATION: CWS impress1 (1.3.260); FILE MERGED 2004/01/09 16:32:47 af 1.3.260.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:14:37 af 1.3.260.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c0ec5629ad3ce931324254be9a0a0fbff39f633f]

        INTEGRATION: CWS impress1 (1.24.38.1.2); FILE MERGED 2004/01/09 16:32:46 af 1.24.38.1.2.4: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/12/15 10:33:42 af 1.24.38.1.2.3: #111996# Removed cause for compiler warning. 2003/11/27 15:02:46 af 1.24.38.1.2.2: RESYNC: (1.25-1.26); FILE MERGED 2003/09/17 08:14:17 af 1.24.38.1.2.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [defe3ae2f836d6753e256fd8f130546d50560301]

        INTEGRATION: CWS impress1 (1.2.238); FILE MERGED 2004/01/09 16:32:45 af 1.2.238.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:13:54 af 1.2.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [217ddccdf894214ef5fc470f850fdccae896ea21]

        INTEGRATION: CWS impress1 (1.3.56); FILE MERGED 2003/11/27 15:02:39 af 1.3.56.2: RESYNC: (1.3-1.4); FILE MERGED 2003/09/17 08:13:59 af 1.3.56.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ec4cd2fb44eb1d6f63bfa1a26b19f9b8917ed69c]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 16:32:43 af 1.1.2.6: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/12/04 09:12:47 af 1.1.2.5: #111996# Removed the turning off of the animation mode in the dying view shell.\nAdded support for missing shell types. 2003/10/23 13:24:11 af 1.1.2.4: #111996# Took over printing from ViewShell class and forward it to PrintManager class. 2003/09/29 13:23:20 af 1.1.2.3: #111996# Turning off animation effects before switching the view shell. 2003/09/24 16:00:15 af 1.1.2.2: #111996# Using shell type from ViewShell. Added new method GetDrawController and InnerResizePixel. 2003/09/17 08:27:13 af 1.1.2.1: #111996# Initial revision.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f3906b729c7d2ce8b73c1e9c64ed2ced871261c1]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/10/23 12:52:46 af 1.1.2.1: #111996# Moved higher level printing functions into their own class.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [08abdbcb13228fe0678336f9890b73f65fbda3e4]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/24 15:53:29 af 1.1.2.2: #111996# Using shell type from ViewShell. 2003/09/17 08:27:03 af 1.1.2.1: #111996# Initial revision.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e210ae53769548692abf41758696f874770d42fe]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 16:32:42 af 1.1.2.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:28:20 af 1.1.2.1: #111996# Renamed from SdOutlinerIterator.cxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [94ab3f5bd87c0defe431e2573a04851ccd488311]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 16:32:39 af 1.1.2.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/10/06 08:16:48 af 1.1.2.2: #111996# Adapted Outliner to new view shell architecture. 2003/09/17 08:59:34 af 1.1.2.1: #111996# Renamed from sdoutl.cxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ab81f236db0363d2b97a46bded65f3caa627907b]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/10/23 12:54:52 af 1.1.2.1: #111996# Introduced class OutlineViewShellBase in order to be able to create new view shell with outline view without having to switch the view.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [57dd4f4c23e946728b15fa94dbb89ec7806b3ba7]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/24 15:52:12 af 1.1.2.1: #111996# New class provides factory for creation of view shells for Draw application.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e9b1cf47949a52c21058894d8034f6851c02952e]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 16:32:37 af 1.1.2.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 08:58:21 af 1.1.2.1: #111996# Renamed from drgrfob.cxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [5be83857a4ce5243cf047affb637139829918958]

        INTEGRATION: CWS impress1 (1.3.240); FILE MERGED 2003/09/17 09:44:57 af 1.3.240.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [5c82adb870f518ca2240f1bd6720ee0ddd60b9cb]

        INTEGRATION: CWS impress1 (1.1.244); FILE MERGED 2003/09/17 09:44:56 af 1.1.244.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d491d72266174de7e28d713c80ee604e87a3918a]

        INTEGRATION: CWS impress1 (1.56.68); FILE MERGED 2003/11/27 15:04:50 af 1.56.68.2: RESYNC: (1.56-1.57); FILE MERGED 2003/09/17 09:44:56 af 1.56.68.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [2ce17c8586e840169a59a76679ee61ba8ae36ae7]

        INTEGRATION: CWS impress1 (1.37.218); FILE MERGED 2003/09/17 09:44:55 af 1.37.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7b39aedac31e726dea88f07920d2c591c094904f]

        INTEGRATION: CWS impress1 (1.64.90); FILE MERGED 2003/11/27 15:04:42 af 1.64.90.4: RESYNC: (1.65-1.66); FILE MERGED 2003/10/28 09:42:04 af 1.64.90.3: RESYNC: (1.64-1.65); FILE MERGED 2003/10/23 13:21:48 af 1.64.90.2: #111996# Printing is now handled by ViewShellBase class. 2003/09/17 09:44:55 af 1.64.90.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [224fdfe3168f7df4ede7e803133631fdb3ec57d4]

        INTEGRATION: CWS impress1 (1.4.222); FILE MERGED 2003/09/17 09:44:54 af 1.4.222.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b7a47b17f85fe352a355e73a493b3c91c84172e7]

        INTEGRATION: CWS impress1 (1.5.222); FILE MERGED 2003/09/17 09:44:54 af 1.5.222.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0f8e469ad114fd03b381588d44622a9d31edae33]

        INTEGRATION: CWS impress1 (1.4.22); FILE MERGED 2003/11/05 09:42:30 af 1.4.22.1: #111996# Solved merge problems.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [1a3185de0c605173aff6b3d65bc8cbc6f4987efa]

        INTEGRATION: CWS impress1 (1.11.124); FILE MERGED 2003/11/05 09:42:48 af 1.11.124.3: #111996# Solved merge problems. 2003/10/28 09:41:11 af 1.11.124.2: RESYNC: (1.11-1.12); FILE MERGED 2003/09/24 16:32:31 af 1.11.124.1: #111996# Added new classes for modified controller architecture.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [95b129677da6302a4917c9036ee6a2cf1a615dd2]

        INTEGRATION: CWS impress1 (1.26.108); FILE MERGED 2003/09/17 09:42:42 af 1.26.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [581e14b9832940fd7988b235c22d529f52f61444]

        INTEGRATION: CWS impress1 (1.7.128); FILE MERGED 2003/09/24 16:28:06 af 1.7.128.2: #111996# Modified architecture of controllers. 2003/09/17 09:42:28 af 1.7.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0563db72e0da19c1d164275c8a2f19ace2d0eb89]

        INTEGRATION: CWS impress1 (1.3.228); FILE MERGED 2003/09/24 16:28:05 af 1.3.228.2: #111996# Modified architecture of controllers. 2003/09/17 09:42:27 af 1.3.228.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [5de7a3972715e5a80179ab6cde2f1f79e28fe11e]

        INTEGRATION: CWS impress1 (1.6.218); FILE MERGED 2003/09/24 16:28:05 af 1.6.218.2: #111996# Modified architecture of controllers. 2003/09/17 09:42:28 af 1.6.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cce7c04900e543f447b182b1b8b8f72b65d2e5f2]

        INTEGRATION: CWS impress1 (1.13.128); FILE MERGED 2003/09/24 16:28:05 af 1.13.128.2: #111996# Modified architecture of controllers. 2003/09/17 09:42:29 af 1.13.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bc593cea1d7771b2aae5ba722196dba498eae3fb]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/24 16:28:31 af 1.1.2.1: #111996# New base class for modified controller architecture.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c32f01d8c17c97f11f5d66dc33ad10eb10f0f004]

        INTEGRATION: CWS impress1 (1.2.262); FILE MERGED 2003/09/16 13:48:12 af 1.2.262.1: #111996# Added some #undef directives to avoid compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [3f41c19deca2de58bb6d4c53c8d3e35e4232c92d]

        INTEGRATION: CWS impress1 (1.2.248); FILE MERGED 2003/09/16 13:48:12 af 1.2.248.1: #111996# Added some #undef directives to avoid compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b295726fffdd105fe5fe6738481f5dfc0bbda17d]

        INTEGRATION: CWS impress1 (1.23.90); FILE MERGED 2003/10/28 09:43:38 af 1.23.90.2: RESYNC: (1.23-1.24); FILE MERGED 2003/09/16 13:48:11 af 1.23.90.1: #111996# Added some #undef directives to avoid compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [51884a89155da8988744564683fe5b43aa57ee13]

        INTEGRATION: CWS impress1 (1.3.230); FILE MERGED 2003/09/16 13:48:11 af 1.3.230.1: #111996# Added some #undef directives to avoid compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b858b190d5f5476ee7c27049aec955a59a83afc2]

        INTEGRATION: CWS impress1 (1.2.260); FILE MERGED 2003/09/16 13:48:11 af 1.2.260.1: #111996# Added some #undef directives to avoid compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b17cf85ced708c1979ead82f65fbad10fb84c793]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2004/01/09 15:53:05 af 1.1.1.1.262.3: #111996# Renamed ShowView.hxx back to showview.hxx due to problems under Windows. 2003/09/29 14:31:31 af 1.1.1.1.262.2: #111996# Renamed to ShowView.hxx. 2003/09/16 13:48:10 af 1.1.1.1.262.1: #111996# Added some #undef directives to avoid compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [5520689dc6da6638eeb09adc132f66dce1a4b470]

        INTEGRATION: CWS impress1 (1.11.218); FILE MERGED 2003/09/16 13:48:10 af 1.11.218.1: #111996# Added some #undef directives to avoid compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [44fa238e95218e295abeb930019e47197628ff69]

        INTEGRATION: CWS impress1 (1.8.72); FILE MERGED 2003/09/16 13:48:09 af 1.8.72.1: #111996# Added some #undef directives to avoid compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [34fed384194df76848d92025f7f147eebb6382b7]

        INTEGRATION: CWS impress1 (1.3.128); FILE MERGED 2003/09/16 13:45:38 af 1.3.128.1: #111996# Added some #undef directives to avoid compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [03a14f9091a7fadeae2475d8eeb279fa345474fd]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:44:47 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e22e7e7c90f05e2f5ba195b9721e20fa02643905]

        INTEGRATION: CWS impress1 (1.5.224); FILE MERGED 2003/10/23 13:20:47 af 1.5.224.1: #111996# Added missing header.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [5eeeb58f4c6b061a0621bcb4ba2910e1096d8366]

        INTEGRATION: CWS impress1 (1.17.108); FILE MERGED 2003/09/16 13:44:47 af 1.17.108.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f4b964f76c70fbe89f10307b4a5b3daecc933849]

        INTEGRATION: CWS impress1 (1.2.248); FILE MERGED 2003/09/16 13:42:34 af 1.2.248.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [368b03b5b1699d90fd7825928a16bff942be06a4]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:09 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bf11eda3a3a5def8418306aa8ba456dbec614034]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:08 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [2eb8e3bd05335b6a6ccd7da1d6aca0517d925d48]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:54 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9c81d067bb0fe71c241349e59f43f1071442d347]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:53 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e5cf8cb403755af0e8e4425a48827a622416cf4d]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:07 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [517fafa43b0ae1e3a94d480abd79a80f0f921a9f]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:57 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [5bcede2ed601f025b1ba8cf81cd477b0afcd3b18]

        INTEGRATION: CWS impress1 (1.4.218); FILE MERGED 2003/09/16 13:35:51 af 1.4.218.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [27f88d5e6dbd8fed3ba723dd513557404d6f3f9d]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:06 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [fbd3ff4f923752548e1724b17a52422f9606c82d]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:05 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [1cf8436cccae64321f4e1889297a0b031b545c64]

        INTEGRATION: CWS impress1 (1.3.124); FILE MERGED 2003/09/16 13:35:57 af 1.3.124.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cb55ec852bdcf4214264d529990bf015c4c02b12]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:08 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cdd63e534acdf101f13e3f0d5b7df2d7dfb5720c]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:04 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f1282f85bfc34ecc054cca6c96a8b1c5ebb3f230]

        INTEGRATION: CWS impress1 (1.8.218); FILE MERGED 2003/09/16 13:36:03 af 1.8.218.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [31d5d92515435bd321059203bbb60bf0f7ad82bb]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:03 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [637561cd962a04843f572fa14c6deee189a1e0f4]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:02 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [96f65a63d2b1918e990778eb7c1ff8837fe3b063]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:01 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ad96dbe85ee687fd669b9b8ead2a8ffd61a5d1e2]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:36:00 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f1d3f41a506d93f68f26cef91a42ca1b91412a30]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:59 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [77223e9e983d4ba534f2936934392c69b8b0a92f]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:55 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [28f19fe3ed65c51f05efb77aad5c0e897c0ac00e]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:54 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cbe338c14289d38710ad5f15fbc0c7da50822b46]

        INTEGRATION: CWS impress1 (1.2.226); FILE MERGED 2003/09/16 13:35:52 af 1.2.226.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0be532237ef5e21e4406b45eaf8dbfc8b9560ad1]

        INTEGRATION: CWS impress1 (1.2.236); FILE MERGED 2003/09/16 13:35:51 af 1.2.236.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [507c4740e92d5293992404a304b8581823f95bbd]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:58 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [adc9a769b06c9f9ea5d1c2f2503f269979cf8f96]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:57 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [41621ce5292dc2f3ee2d0631c1d13e2007856120]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:56 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [233782adad031e20d4a13a93c5364b4a81b01b6a]

        INTEGRATION: CWS impress1 (1.3.218); FILE MERGED 2003/09/16 13:35:56 af 1.3.218.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d6f5fc93748b219e5ffd8b75416cea6ac387281f]

        INTEGRATION: CWS impress1 (1.2.226); FILE MERGED 2003/09/16 13:35:53 af 1.2.226.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [7f56ddf6ed2b72100b4d4e33a56f7ae25234e567]

        INTEGRATION: CWS os25 (1.9.348); FILE MERGED 2003/12/12 14:16:13 os 1.9.348.1: #i23505# implementation of PRD EaseOfUse 69 - drag and drop of selections to Stylist

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f32f103748d8ead3401321d29db2149318d342db]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:53 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [e5f48fc674cd171bcf990fb905920ed0ef19689f]

        INTEGRATION: CWS os25 (1.35.114); FILE MERGED 2003/12/12 14:18:53 os 1.35.114.1: #i23505# implementation of PRD EaseOfUse 69 - drag and drop of selections to Stylist

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9f35a1c27f2fde67ff21a981f0a4a943df4eab15]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:52 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0159edfd9d4a3ef6034799b7044425567d722cd9]

        INTEGRATION: CWS impress1 (1.2.226); FILE MERGED 2003/09/16 13:35:50 af 1.2.226.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [99162e8adf88c00860775684a2883ab3d949a5f2]

        INTEGRATION: CWS impress1 (1.2.226); FILE MERGED 2003/09/16 13:35:49 af 1.2.226.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [eb4130994669cd228a92ee4c4348d7d28250e9f8]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 13:35:48 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Rüdiger Timm  <rt@openoffice.org>  [7fc914469bb3bf1a83dcf4af669aa2f3041747d0]

        INTEGRATION: CWS os25 (1.16.282); FILE MERGED 2004/01/16 10:42:52 os 1.16.282.1: #i23505# set parent of frame styles in new by example

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [306947ff02a7394acd65cedcc274029118c9a71c]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2004/01/09 15:50:24 af 1.1.1.1.262.3: #111996# Renamed DrawView.hxx back to drawview.hxx due to problems under Windows. 2003/09/29 13:44:34 af 1.1.1.1.262.2: #111996# Renamed to DrawView.hxx. 2003/09/16 13:41:16 af 1.1.1.1.262.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [a031bdd1ae15fc24d5610c3e4612b6507ece0be3]

        INTEGRATION: CWS impress1 (1.2.248); FILE MERGED 2003/09/16 13:40:38 af 1.2.248.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b5cae20c7d8a085e2cf70bc8a71ecc85afba61f6]

        INTEGRATION: CWS impress1 (1.3.248); FILE MERGED 2003/09/16 13:40:38 af 1.3.248.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [282d680c80f42712442a3b81b1b49fef5f7652bb]

        INTEGRATION: CWS impress1 (1.4.224); FILE MERGED 2003/09/16 13:40:37 af 1.4.224.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [42dcb84c4401aed5ecc6162656ae84b92cbce8df]

        INTEGRATION: CWS impress1 (1.2.72); FILE MERGED 2003/09/16 13:39:25 af 1.2.72.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [fcffcf337d2ce1263f8fe298c5b8f71a3eb8ffbf]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:09:06 af 1.1.2.1: #1119996# Renamed from sdwindow.hxx

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cadf036fab0807db19fe82a2b997e15969b8d4fe]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/10/23 13:20:05 af 1.1.2.3: #111996# Took over printing from ViewShell class. 2003/09/24 16:27:23 af 1.1.2.2: #111996# Using shell type from ViewShell. New method for access to modified controller. 2003/09/16 12:47:35 af 1.1.2.1: #111996# New class for stacking sub-shells onto.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [8e366ba972c036cde388bd716c8580a49a486856]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 15:58:44 af 1.1.2.5: #111996# Moved implementation of GetFrameView() to view/viewshe2.cxx. 2003/11/10 16:02:22 af 1.1.2.4: #111996# Added documentation for ImpGetUndoManager(). 2003/10/23 13:19:15 af 1.1.2.3: #111996# Printing is now handled by ViewShellBase class. 2003/09/24 16:26:24 af 1.1.2.2: #111996# Moved shell type enum and accessor methods to this class. New method for access to new sub-controller. 2003/09/16 12:50:35 af 1.1.2.1: #111996# Renamed from viewshel.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9944c2a0950198d4daa4d35190d1d4252dc30869]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/10/09 07:45:51 af 1.1.2.2: #111996# Corrected the namespace of cut&past function arguments. 2003/09/16 14:17:53 af 1.1.2.1: #1119996# Renamed from sdview.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e03938f460a65242b1e7186aca7953dcacc505fc]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:30:03 af 1.1.2.1: #1119996# Taken from drtxtob.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [054ddcf94c1d1a9227c6cb6fbe2d7dcc4e029ee7]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:42:33 af 1.1.2.1: #1119996# Taken from tabcontr.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [98bd4178e7af0b4711b5e5c043d013e0d1cf69ea]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 15:31:08 af 1.1.2.4: #111996# Using the FrameView directly in the constructors of the view shells. 2003/12/04 09:03:58 af 1.1.2.3: #111996# Re-inserted the pOldShell argument into the constructor. 2003/10/23 13:15:01 af 1.1.2.2: #111996# Added a little documentation. 2003/09/16 12:34:13 af 1.1.2.1: #111996# Renamed from slidvish.hxx

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [90441e2d124b5cae5a4460dc4d546ac31c630ce1]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 12:35:13 af 1.1.2.1: #111996# Renamed from slidview.hxx

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ddebd0ece0c568253217eb17d7148c71629d2214]

        INTEGRATION: CWS impress1 (1.3.228); FILE MERGED 2003/10/28 09:42:53 af 1.3.228.3: RESYNC: (1.3-1.4); FILE MERGED 2003/09/24 16:25:04 af 1.3.228.2: #111996# Modified architecture of controllers. 2003/09/16 13:39:00 af 1.3.228.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0d5cbb2d8dc8f34b7331ef008f92f760686eed7b]

        INTEGRATION: CWS impress1 (1.1.228); FILE MERGED 2003/10/28 09:42:44 af 1.1.228.3: RESYNC: (1.1-1.2); FILE MERGED 2003/09/24 16:25:04 af 1.1.228.2: #111996# Modified architecture of controllers. 2003/09/16 13:39:00 af 1.1.228.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [10337df1f1e1747028a5eaf44c06faceab6a2350]

        INTEGRATION: CWS impress1 (1.3.228); FILE MERGED 2003/10/28 09:42:38 af 1.3.228.3: RESYNC: (1.3-1.4); FILE MERGED 2003/09/24 16:24:49 af 1.3.228.2: #111996# Modified architecture of controllers. 2003/09/16 13:38:59 af 1.3.228.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [4ea698d4c87d875a5d2241a90c54dc91d4034cdd]

        INTEGRATION: CWS impress1 (1.6.128); FILE MERGED 2003/09/24 16:24:48 af 1.6.128.2: #111996# Modified architecture of controllers. 2003/09/16 13:39:01 af 1.6.128.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9d641089c65b980cd4f578c7e15543085b87ba4f]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 12:44:20 af 1.1.2.1: #111996# Renamed from sdruler.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [601de570219e9994b38f35a023a0f27770d39972]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/10/23 12:52:30 af 1.1.2.1: #111996# Moved higher level printing functions into their own class.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cc30108fe84718fc70de8b151f07c8a6d5006b10]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 15:50:39 af 1.1.2.1: #1119996# Initial revision.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [6139ad1683abdf99ceca1c1c2aeaf5beda70e157]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 15:57:48 af 1.1.2.3: #111996# Using the FrameView directly in the constructors of the view shells. 2003/12/04 09:01:41 af 1.1.2.2: #111996# Re-inserted the pOldShell argument into the constructor. 2003/09/16 14:33:41 af 1.1.2.1: #1119996# Taken from presvish.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0a37c2c320c144866e38d168d5acf3f359cc0343]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:11:19 af 1.1.2.1: #1119996# Renamed from SdOutlinerIteratorImpl.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0974c5a51bd6d36bf78f95cebca106a1a71adb34]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/10/23 12:55:06 af 1.1.2.1: #111996# Introduced class OutlineViewShellBase in order to be able to create new view shell with outline view without having to switch the view.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [84a6228f21b7c333b91f6780d5b18eb747eb936c]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 15:57:23 af 1.1.2.4: #111996# Using the FrameView directly in the constructors of the view shells. 2003/12/04 08:59:59 af 1.1.2.3: #111996# Re-inserted the pOldShell argument into the constructor. 2003/10/23 13:14:10 af 1.1.2.2: #111996# Added a little documentation. 2003/09/16 15:52:05 af 1.1.2.1: #1119996# Renamed from outlnvsh.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [027520d6f904d60e6a8a4c79fbdf0014ea37b3c8]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:22:28 af 1.1.2.1: #1119996# Renamed from outlview.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7779aefcdeaea9ae71b7af6a1cb861df0e968189]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:23:57 af 1.1.2.1: #1119996# Renamed from dlgolbul.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [32711f3cc8bb993844ef9337c1799d04dbbb4a79]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 12:46:10 af 1.1.2.1: #111996# Renamed from navichld.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e823c4747a4f979444612044a8ec6ea1fa5dc03b]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:14:20 af 1.1.2.1: #1119996# Renamed from layertab.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [08e4b8aad64d0f7b4b435dfe9d8a03efe5aaaa7c]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/24 16:30:21 af 1.1.2.1: #111996# Introduction of trivial sub-class that introduces new factory for the creation of Draw view shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [064108ea54c2c78c1c2c6da533123625b4c3af9a]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 15:56:54 af 1.1.2.3: #111996# Using the FrameView directly in the constructors of the view shells. 2003/12/04 08:57:42 af 1.1.2.2: #111996# Re-inserted the pOldShell argument into the constructor. 2003/09/16 16:08:42 af 1.1.2.1: #1119996# Renamed from grviewsh.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [704a60fd4c1daa2916e5d8319d0ca53a337e6849]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:30:21 af 1.1.2.1: #1119996# Taken from drgrfob.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [50793bc2deca82934eec57f08c8ec611660571c2]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/10/30 17:06:42 af 1.1.2.2: #111996# Merged changes that where made before the renaming. 2003/09/16 12:33:41 af 1.1.2.1: #111996# Renamed from grdocsh.hxx

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [718bcc49ab92d64eb8949df9650f2de5881693ab]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/12/04 08:54:46 af 1.1.2.2: #111996# Added new mePreviousViewShellType data member together with accessor methods.  Outlined the (G|S)etSelectedPage() accessor methods. 2003/09/16 12:36:20 af 1.1.2.1: #111996# Renamed from frmview.hxx

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bdb55fad167ec99267d7b51760086642f83eb12b]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 15:56:25 af 1.1.2.4: #111996# Using the FrameView directly in the constructors of the view shells. 2003/12/04 08:48:24 af 1.1.2.3: #111996# Re-inserted the pOldShell argument into the constructor. 2003/09/24 16:19:21 af 1.1.2.2: #111996# Modified architecture of controllers. 2003/09/16 12:38:53 af 1.1.2.1: #111996# Renamed from drviewsh.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [aee1372f0c207670c7fbd34c677ed5991c2bffef]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/24 16:22:11 af 1.1.2.1: #111996# New base class for modified controller architecture.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d9a8f2ba0dac1f2bd9a55294f8f52dac08db6ac0]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/10/30 17:06:41 af 1.1.2.2: #111996# Merged changes that where made before the renaming. 2003/09/16 16:10:06 af 1.1.2.1: #1119996# Renamed from docshell.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bf4b5628281846e39519c3cfa92c57642c00d928]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/24 16:22:02 af 1.1.2.1: #111996# New base class for modified controller architecture.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [1396f4ce29bd8148d0b6106d786abb17d5599467]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2004/01/09 16:32:32 af 1.1.2.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2004/01/09 16:32:29 af 1.1.2.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/16 14:09:53 af 1.1.2.1: #1119996# Renamed from clview.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d11ff84ec98fdb511af273a35109bba0968c6bd0]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:06:52 af 1.1.2.1: #1119996# Renamed from sdclient.hxx

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [566169222d3016cd8e7811ee3723642079650a07]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 12:53:44 af 1.1.2.1: #111996# Renamed from brkdlg.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [afd5a2b8592a1a27babc08fe07b2c869d77b7e66]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:12:39 af 1.1.2.1: #1119996# Renamed from drbezob.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f36d378a70e54f3c721c027b3e7544314f52716a]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 14:25:45 af 1.1.2.1: #1119996# Taken from animobjs.hxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d32d77c475510a9e87ffea764910a23bc4122e21]

        INTEGRATION: CWS impress1 (1.8.86); FILE MERGED 2003/09/16 13:37:28 af 1.8.86.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c378a557eb886ae2db7ce0dc0868f9f015d0e176]

        INTEGRATION: CWS impress1 (1.5.108); FILE MERGED 2003/09/16 13:37:28 af 1.5.108.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0e6b6ce5e7e7b3306d8bf2f077daafb864afad7f]

        INTEGRATION: CWS impress1 (1.5.224); FILE MERGED 2003/09/16 13:37:29 af 1.5.224.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cb305c478e916356495852b56d68ab6a1fc8b75e]

        INTEGRATION: CWS impress1 (1.8.108); FILE MERGED 2003/09/16 13:37:28 af 1.8.108.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [10b371935c388ca3f79fc01095c34d63dd0fb970]

        INTEGRATION: CWS impress1 (1.9.90); FILE MERGED 2003/09/16 13:37:27 af 1.9.90.1: #111996# Introduction of namespace sd. Use of sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ee277171c276bf16068e6c55d8e3865e67da628e]

        INTEGRATION: CWS impress1 (1.2.238); FILE MERGED 2003/09/17 09:06:20 af 1.2.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [badde2299c99670d68a0d546f03945be43a831aa]

        INTEGRATION: CWS impress1 (1.3.240); FILE MERGED 2004/01/09 16:32:28 af 1.3.240.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 09:06:12 af 1.3.240.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ff0351ade13c52572b6de663d5b6756acdbbfcd6]

        INTEGRATION: CWS impress1 (1.1.218); FILE MERGED 2003/09/17 09:06:11 af 1.1.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [3f2f53f20ffa8187b958b872eb5331e3ac1e7eb0]

        INTEGRATION: CWS impress1 (1.9.218); FILE MERGED 2003/11/27 15:07:45 af 1.9.218.2: RESYNC: (1.9-1.10); FILE MERGED 2003/09/17 09:04:37 af 1.9.218.1: #111996# Removed two compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c7d67c7d89ac06c06e19f83150ccc28e2d2b5256]

        INTEGRATION: CWS impress1 (1.5.128); FILE MERGED 2003/09/17 09:02:41 af 1.5.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [475e205e8bddab9e2750d98a64e088b30d7e19cf]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/17 09:02:40 af 1.1.1.1.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [099636d93d40ddf906937959009f9438c802d0f0]

        INTEGRATION: CWS impress1 (1.7.226); FILE MERGED 2003/09/17 09:02:28 af 1.7.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ea8cb5a56e1ca9da2d1194ff36e15b2fe3cc3613]

        INTEGRATION: CWS impress1 (1.2.252); FILE MERGED 2003/09/17 09:02:29 af 1.2.252.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cf1f2f0ae1b4e79f99b6e9af3874a33609b798c8]

        INTEGRATION: CWS impress1 (1.14.128); FILE MERGED 2004/01/09 16:32:26 af 1.14.128.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:07:27 af 1.14.128.2: RESYNC: (1.14-1.15); FILE MERGED 2003/09/17 09:02:39 af 1.14.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [4c9bd415a7b00ab1c0d16c826be1f35da3fe1fd9]

        INTEGRATION: CWS impress1 (1.3.224); FILE MERGED 2004/01/09 16:32:25 af 1.3.224.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:07:20 af 1.3.224.2: RESYNC: (1.3-1.4); FILE MERGED 2003/09/17 09:02:27 af 1.3.224.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [006bd4beb6f0632bfa7b7572a987a4a6201bdfe6]

        INTEGRATION: CWS impress1 (1.3.236); FILE MERGED 2003/10/23 13:12:04 af 1.3.236.2: #111996# Using correct shell for spelling. 2003/09/17 09:02:27 af 1.3.236.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [8f22b80c66abc2e6aad6a6ee69b411d60f71683c]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/17 09:02:39 af 1.1.1.1.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bc721e2b6ae2560de94742d29dc929350492481b]

        INTEGRATION: CWS impress1 (1.2.72); FILE MERGED 2003/09/17 09:02:36 af 1.2.72.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [64ad236590931b0c38db2c2c37cd9d0e92229249]

        INTEGRATION: CWS impress1 (1.20.108); FILE MERGED 2004/01/09 16:32:19 af 1.20.108.4: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:06:18 af 1.20.108.3: RESYNC: (1.20-1.21); FILE MERGED 2003/10/01 11:53:45 af 1.20.108.2: #111996# Renamed some include files. 2003/09/17 09:02:25 af 1.20.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [720f97b27acabfc759fdf57f8277949177a986ac]

        INTEGRATION: CWS impress1 (1.4.128); FILE MERGED 2003/10/06 08:18:22 af 1.4.128.2: #111996# Adapted Outliner to new view shell architecture. 2003/09/17 09:02:28 af 1.4.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [832c8c615a64c5630b752fd0c0e1aebe7167dd0a]

        INTEGRATION: CWS impress1 (1.2.262); FILE MERGED 2004/01/09 16:32:18 af 1.2.262.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 09:02:35 af 1.2.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b4dd9a8673b27c17944825ea64798635dd7de9b7]

        INTEGRATION: CWS impress1 (1.2.258); FILE MERGED 2003/09/17 09:02:26 af 1.2.258.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [5bff472a8dd0c565be7599b37fff7991173c07d5]

        INTEGRATION: CWS impress1 (1.4.238); FILE MERGED 2004/01/09 16:32:18 af 1.4.238.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 09:02:35 af 1.4.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7f44fa4977cff940ee4a4d9ca782270ba8a108b0]

        INTEGRATION: CWS impress1 (1.31.90); FILE MERGED 2004/01/09 16:32:16 af 1.31.90.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 09:02:22 af 1.31.90.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [fe803fb13a74ccb02d8cd576ed378e9d84ed7c90]

        INTEGRATION: CWS impress1 (1.8.70); FILE MERGED 2003/09/17 09:02:35 af 1.8.70.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d32a599a96848fcbd895cbb2a8cbd5e282221dcf]

        INTEGRATION: CWS impress1 (1.14.128); FILE MERGED 2003/11/27 15:06:10 af 1.14.128.2: RESYNC: (1.14-1.15); FILE MERGED 2003/09/17 09:02:34 af 1.14.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [511d4118b0a11e6d8b62030e429545a5576a453d]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/17 09:02:34 af 1.1.1.1.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f3e36c02d420a32dc6e22ba54f92ea89e7ead1bf]

        INTEGRATION: CWS impress1 (1.4.224); FILE MERGED 2003/10/23 13:09:51 af 1.4.224.2: #111996# Using new scheme to update preview. 2003/09/17 09:02:34 af 1.4.224.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0100a76f3745ff8fca3333cffacfcd8319f5437e]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/17 09:02:33 af 1.1.1.1.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d83a389ab82dfff7a439d99bd78cd84be11ac761]

        INTEGRATION: CWS impress1 (1.3.238); FILE MERGED 2003/09/17 09:02:33 af 1.3.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [4315038465763b4d23e7c7d5bdcf2a1e4fa8b0be]

        INTEGRATION: CWS impress1 (1.3.254); FILE MERGED 2003/11/27 15:06:02 af 1.3.254.3: RESYNC: (1.3-1.4); FILE MERGED 2003/10/01 11:53:45 af 1.3.254.2: #111996# Renamed some include files. 2003/09/17 09:02:33 af 1.3.254.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9ec5b909122aa87685e36ea5633795f98c5a3bce]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/17 09:02:32 af 1.1.1.1.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [726c85d07cd7e3261b59379516e9c5f4dbee780e]

        INTEGRATION: CWS impress1 (1.3.254); FILE MERGED 2003/09/17 09:02:32 af 1.3.254.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [2d2b2dd211e3aecf041ac40e0264279bf321fc3e]

        INTEGRATION: CWS impress1 (1.2.218); FILE MERGED 2003/09/17 09:02:32 af 1.2.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7448eafa9a016487b681a753b61ca4fff192ec0a]

        INTEGRATION: CWS impress1 (1.2.262); FILE MERGED 2003/09/17 09:02:31 af 1.2.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [a326c9f70bee8cab77c951b089ea9db23ce0e109]

        INTEGRATION: CWS impress1 (1.25.218); FILE MERGED 2003/10/28 09:43:57 af 1.25.218.2: RESYNC: (1.25-1.26); FILE MERGED 2003/09/17 09:02:28 af 1.25.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9eb16cc1cb6b4cd9c831aeb143729dee5bebf261]

        INTEGRATION: CWS impress1 (1.25.70); FILE MERGED 2004/01/09 16:32:16 af 1.25.70.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/10/28 09:43:51 af 1.25.70.2: RESYNC: (1.25-1.26); FILE MERGED 2003/09/17 09:02:22 af 1.25.70.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9ffeb499b870ace3ef83c0d1ae0519a88af666e4]

        INTEGRATION: CWS impress1 (1.7.224); FILE MERGED 2004/01/09 16:32:15 af 1.7.224.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:05:57 af 1.7.224.2: RESYNC: (1.7-1.8); FILE MERGED 2003/09/17 09:02:26 af 1.7.224.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e61c50e7bfff1bc7fad4d2fb43d88c6370b0484b]

        INTEGRATION: CWS impress1 (1.2.252); FILE MERGED 2003/09/17 09:02:24 af 1.2.252.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c64faf75c7145da2bb8e2eab601ae1bb607bcd08]

        INTEGRATION: CWS impress1 (1.2.224); FILE MERGED 2003/09/17 09:02:31 af 1.2.224.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [57314c21430f45a383f03f106a42040ee0677003]

        INTEGRATION: CWS impress1 (1.14.108); FILE MERGED 2004/01/09 16:32:14 af 1.14.108.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 09:02:22 af 1.14.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [df22a26f8f226c38008f30997148e1235c88970f]

        INTEGRATION: CWS impress1 (1.3.128); FILE MERGED 2003/10/01 11:53:44 af 1.3.128.2: #111996# Renamed some include files. 2003/09/17 09:02:30 af 1.3.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d810b94d65fe0831b51902308bfc36970d35f027]

        INTEGRATION: CWS impress1 (1.4.226); FILE MERGED 2003/09/17 09:02:23 af 1.4.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f09e7292a5e8cb4c52ce347472e0dfea1a72a817]

        INTEGRATION: CWS impress1 (1.6.240); FILE MERGED 2003/11/27 15:05:49 af 1.6.240.2: RESYNC: (1.6-1.7); FILE MERGED 2003/09/17 09:02:30 af 1.6.240.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [4869aca36c1996fb4051133b7b375ca5faf74fac]

        INTEGRATION: CWS impress1 (1.17.128); FILE MERGED 2003/11/27 15:05:41 af 1.17.128.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/10 16:39:45 af 1.17.128.2: RESYNC: (1.17-1.18); FILE MERGED Resolved merge conflict. 2003/09/17 09:02:25 af 1.17.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9c9b9992ae3b741289d6c4c2b7e7b896799c736a]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/17 09:02:30 af 1.1.1.1.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [1df66c6fab5ea15a5cf855140034dbf28b1f7a19]

        INTEGRATION: CWS impress1 (1.6.226); FILE MERGED 2003/11/27 15:05:34 af 1.6.226.2: RESYNC: (1.6-1.7); FILE MERGED 2003/09/17 09:02:23 af 1.6.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9e8029fd2e48a87cca5fe67c32bf9767b57c51b2]

        INTEGRATION: CWS impress1 (1.7.226); FILE MERGED 2003/11/27 15:05:26 af 1.7.226.2: RESYNC: (1.7-1.8); FILE MERGED 2003/09/17 09:02:24 af 1.7.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [372d49dfa78f383f9eef8f817829e07c25cbb26e]

        INTEGRATION: CWS impress1 (1.9.226); FILE MERGED 2003/11/27 15:05:16 af 1.9.226.2: RESYNC: (1.9-1.10); FILE MERGED 2003/09/17 09:02:25 af 1.9.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [8074759775177c7bb31e5903f21196765ec9bfff]

        INTEGRATION: CWS impress1 (1.3.238); FILE MERGED 2004/01/09 16:32:13 af 1.3.238.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 09:02:29 af 1.3.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ca5a5fed55ef4ef58b5c90d90bedae1dfd6412f4]

        INTEGRATION: CWS impress1 (1.2.238); FILE MERGED 2003/09/17 09:02:21 af 1.2.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [56b9805231821384ecab894773a5e643e688e6da]

        INTEGRATION: CWS impress1 (1.2.262); FILE MERGED 2003/09/17 09:02:29 af 1.2.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cb175ee846dcebbdd128f7115ebff3334b9e4f02]

        INTEGRATION: CWS impress1 (1.4.236); FILE MERGED 2003/11/27 15:08:20 af 1.4.236.2: RESYNC: (1.4-1.5); FILE MERGED 2003/09/17 09:31:51 af 1.4.236.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [8942d985b52de8f0d6fe241e3d5190fafc98fb34]

        INTEGRATION: CWS impress1 (1.3.238); FILE MERGED 2003/10/28 09:44:37 af 1.3.238.2: RESYNC: (1.3-1.4); FILE MERGED 2003/09/17 09:31:51 af 1.3.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [6fd50c84080e2073ab4a85d01e2e8f9d08d875c2]

        INTEGRATION: CWS impress1 (1.19.124); FILE MERGED 2004/01/09 16:32:09 af 1.19.124.4: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/10/30 17:05:58 af 1.19.124.3: #111996# Merged changes that where made before the renaming. 2003/10/28 09:44:32 af 1.19.124.2: RESYNC: (1.19-1.20); FILE MERGED 2003/09/17 09:31:49 af 1.19.124.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ae81c527a9f20157534e69f05660e418c2a576f1]

        INTEGRATION: CWS impress1 (1.53.90); FILE MERGED 2003/09/24 16:33:14 af 1.53.90.2: #111996# Modified controller architecture. 2003/09/17 09:31:50 af 1.53.90.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e7ca29150b415d27873ac199f4e44997a8741e7e]

        INTEGRATION: CWS impress1 (1.5.226); FILE MERGED 2003/09/17 09:31:50 af 1.5.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [981900f33e329bdb2095f3e505e352b982498bed]

        INTEGRATION: CWS impress1 (1.21.218); FILE MERGED 2004/01/09 16:32:08 af 1.21.218.3: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:08:14 af 1.21.218.2: RESYNC: (1.21-1.22); FILE MERGED 2003/09/17 09:31:50 af 1.21.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d0226098add64ddf79781ebc45e4e0b230600d0c]

        INTEGRATION: CWS impress1 (1.3.248); FILE MERGED 2003/09/17 09:24:39 af 1.3.248.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b2f6e709e45bb610c3576a54d0237b9a9a7b51db]

        INTEGRATION: CWS impress1 (1.21.124); FILE MERGED 2003/09/17 09:24:38 af 1.21.124.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [568ea4cf0ac1d5618e3edc298add7edbadab4e54]

        INTEGRATION: CWS impress1 (1.5.222); FILE MERGED 2003/09/17 09:24:38 af 1.5.222.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bbd8d5e6e6cd8303814cb0a6b41547e636efbf0c]

        INTEGRATION: CWS impress1 (1.17.72); FILE MERGED 2003/09/17 09:24:37 af 1.17.72.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [a0353d48b9bf41ef0951b6bee384f0fc6e6dfe16]

        INTEGRATION: CWS impress1 (1.4.108); FILE MERGED 2003/09/17 09:24:36 af 1.4.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c31c0b9e94b4b8cde02f4d5d0514f481d6746c34]

        INTEGRATION: CWS impress1 (1.6.248); FILE MERGED 2003/09/17 09:24:36 af 1.6.248.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b81fe139469438da1d6d132bf3f9a3db57d3ee4b]

        INTEGRATION: CWS impress1 (1.19.128); FILE MERGED 2003/10/28 09:45:17 af 1.19.128.2: RESYNC: (1.19-1.20); FILE MERGED 2003/09/17 09:15:08 af 1.19.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd. Moved child window code to NavigatorChildWindow.cxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [6660e15fef1c8e2760bfa97632f9a939cc4dd946]

        INTEGRATION: CWS impress1 (1.4.218); FILE MERGED 2003/11/27 15:08:36 af 1.4.218.3: RESYNC: (1.4-1.5); FILE MERGED 2003/10/01 11:52:34 af 1.4.218.2: #111996# Renamed some include files. 2003/09/17 09:24:35 af 1.4.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e2bd865725746865535e619cc9320b2f1bbb809c]

        INTEGRATION: CWS impress1 (1.16.100); FILE MERGED 2003/10/28 09:45:10 af 1.16.100.2: RESYNC: (1.16-1.17); FILE MERGED 2003/09/17 09:25:08 af 1.16.100.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ef0e6e1a3df7406ef031d07cf7c2d01145849d95]

        INTEGRATION: CWS impress1 (1.4.218); FILE MERGED 2003/09/17 09:22:00 af 1.4.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [78539b71c37159b90178c358d9fe6d2f8595e188]

        INTEGRATION: CWS impress1 (1.7.82); FILE MERGED 2004/01/09 16:32:07 af 1.7.82.4: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:08:31 af 1.7.82.3: RESYNC: (1.7-1.8); FILE MERGED 2003/10/01 11:52:13 af 1.7.82.2: #111996# Renamed some include files. 2003/09/17 09:21:46 af 1.7.82.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c4c9ff9f2d9266362b6145ab5a43536aa80a19bb]

        INTEGRATION: CWS impress1 (1.3.226); FILE MERGED 2003/09/17 09:20:30 af 1.3.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cb4d9fa5f99159272298985741f19b955a35b761]

        INTEGRATION: CWS impress1 (1.2.248); FILE MERGED 2003/09/17 09:20:30 af 1.2.248.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9fd866f355c447bb0103726464135e1207a517d9]

        INTEGRATION: CWS impress1 (1.2.248); FILE MERGED 2003/09/17 09:20:29 af 1.2.248.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [d7a06c5a55fd7414d75cb43031230923f4f49c52]

        INTEGRATION: CWS impress1 (1.6.128); FILE MERGED 2003/09/17 09:20:29 af 1.6.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [848e338f96b4d3792096f37d5d899f489a26d670]

        INTEGRATION: CWS impress1 (1.8.220); FILE MERGED 2003/09/17 09:18:31 af 1.8.220.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [8913582557fb7c30a9f7b02b763cab4ddb75d0a7]

        INTEGRATION: CWS impress1 (1.22.72); FILE MERGED 2003/11/10 16:39:51 af 1.22.72.3: RESYNC: (1.23-1.24); FILE MERGED 2003/10/28 09:45:00 af 1.22.72.2: RESYNC: (1.22-1.23); FILE MERGED 2003/09/17 09:18:31 af 1.22.72.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f488dde0c0fcd2e6558d6f3b1e180db28c04ca48]

        INTEGRATION: CWS impress1 (1.5.218); FILE MERGED 2003/09/17 09:18:30 af 1.5.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [0658888b17396a3db6bec9563c0c91dceb51d0e6]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2004/01/09 16:32:06 af 1.1.1.1.262.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 09:18:30 af 1.1.1.1.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9f4abe71628317a7d2472bfa25b0e40a2600cf80]

        INTEGRATION: CWS impress1 (1.12.220); FILE MERGED 2003/11/27 15:08:26 af 1.12.220.2: RESYNC: (1.12-1.13); FILE MERGED 2003/09/17 09:09:38 af 1.12.220.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd. Moved child window code to AnimationChildWindow.cxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9a6505e5b375fe22b9156f034719042bac181558]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/17 09:15:31 af 1.1.2.1: #111996# Taken from navigatr.cxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [3a35595f736e279da93ef063e2951082cf4cf77a]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/17 09:10:06 af 1.1.2.1: #111996# Taken from animobjs.cxx.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [2db6e6616227d251554721402091ea54f0c50d51]

        INTEGRATION: CWS impress1 (1.12.128); FILE MERGED 2003/09/17 09:29:29 af 1.12.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [4af2daa1e841d43efc72a2265fe1b908008d1537]

        INTEGRATION: CWS impress1 (1.29.70); FILE MERGED 2004/01/09 16:32:04 af 1.29.70.2: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/09/17 09:29:28 af 1.29.70.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [bdef7ca8e88b17042a80e4f3d2564d8de7cfdae3]

        INTEGRATION: CWS impress1 (1.5.218); FILE MERGED 2003/09/17 09:29:28 af 1.5.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [753f8fe16d645a77680bd915a2682f57aa999247]

        INTEGRATION: CWS impress1 (1.30.40.1.2); FILE MERGED 2003/11/27 15:08:50 af 1.30.40.1.2.2: RESYNC: (1.31-1.32); FILE MERGED 2003/09/17 09:28:52 af 1.30.40.1.2.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [4dd4578a16ed3f6422fe57c0b49fc2a36bef9ace]

        INTEGRATION: CWS impress1 (1.23.62); FILE MERGED 2003/11/10 16:40:01 af 1.23.62.4: RESYNC: (1.24-1.25); FILE MERGED 2003/10/28 09:46:12 af 1.23.62.3: RESYNC: (1.23-1.24); FILE MERGED 2003/10/23 13:04:44 af 1.23.62.2: #111996# Moved creation of new Impress document from Writer outline to its own OutlineToImpress() function. 2003/09/17 09:28:35 af 1.23.62.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [eb07d1670a26846011051c7fa5eeac1a63f452e3]

        INTEGRATION: CWS impress1 (1.19.108); FILE MERGED 2003/10/28 09:46:04 af 1.19.108.2: RESYNC: (1.19-1.20); FILE MERGED 2003/09/17 09:27:44 af 1.19.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f2e54c2319542e929c7522eff008cf4b4f0948d6]

        INTEGRATION: CWS impress1 (1.10.220); FILE MERGED 2003/09/17 09:27:26 af 1.10.220.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e8cb2f2fbdf0ed4b3e309c28a3f49fc81612cce2]

        INTEGRATION: CWS impress1 (1.6.238); FILE MERGED 2003/10/23 13:07:56 af 1.6.238.3: #111996# Registered factory of new OutlineViewShellBase class. 2003/09/24 16:34:05 af 1.6.238.2: #111996# Registration of new factory for Draw view shells. 2003/09/17 09:27:04 af 1.6.238.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd. Registering factories only for ViewShellBase and PresentationViewShellBase.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [26dc655ff76b21c8f9a33269728179c6132677e8]

        INTEGRATION: CWS impress1 (1.4.226); FILE MERGED 2003/10/30 17:04:39 af 1.4.226.3: #111996# Adapted previous changes by MBA to the sd namespace introduced in the meantime. 2003/10/28 09:45:48 af 1.4.226.2: RESYNC: (1.4-1.5); FILE MERGED 2003/09/17 09:26:12 af 1.4.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [edeacb43e0787854bfd898db8d58f5451e63dcf1]

        INTEGRATION: CWS impress1 (1.25.108); FILE MERGED 2003/11/27 15:08:42 af 1.25.108.2: RESYNC: (1.25-1.27); FILE MERGED 2003/09/17 09:25:49 af 1.25.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [287b2352802fd6333e19f1ac55c68570758df608]

        INTEGRATION: CWS impress1 (1.9.108); FILE MERGED 2003/09/17 09:47:15 af 1.9.108.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [113828a506deafd089400def1ded7012f722bbed]

        INTEGRATION: CWS impress1 (1.6.224); FILE MERGED 2003/09/17 09:47:15 af 1.6.224.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [032ab57001f5b3797341832e4af02b70853363ab]

        INTEGRATION: CWS impress1 (1.20.82); FILE MERGED 2003/09/17 09:47:14 af 1.20.82.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [26003b976718c39bc75a3ab788b86410526c5808]

        INTEGRATION: CWS impress1 (1.19.90); FILE MERGED 2003/10/01 11:49:46 af 1.19.90.2: #111996# Renamed an include file. 2003/09/17 09:47:14 af 1.19.90.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [a5da3493c22857fae525a5cbc4d7476089756227]

        INTEGRATION: CWS impress1 (1.46.116); FILE MERGED 2003/09/24 16:39:09 af 1.46.116.1: #111996# Introduction of namespace sd. Removed some compiler warnings.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [66cab3dbcdcd43580934b8aabca61931a6ab6a57]

        INTEGRATION: CWS impress1 (1.5.226); FILE MERGED 2003/09/24 16:38:29 af 1.5.226.1: #111996# Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f17e8e39b26b72b08a23d7caeccb31dac99399c4]

        INTEGRATION: CWS impress1 (1.5.72); FILE MERGED 2003/09/24 16:38:03 af 1.5.72.1: #111996# Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [6d4746095d3ec7e3cd2c04a543cef8e11342277e]

        INTEGRATION: CWS impress1 (1.10.70); FILE MERGED 2003/11/27 15:09:05 af 1.10.70.2: RESYNC: (1.10-1.11); FILE MERGED 2003/09/24 16:37:44 af 1.10.70.1: #111996# Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [1a567cd36e11c670fdfd62a38068a12d2de1157a]

        INTEGRATION: CWS impress1 (1.6.218); FILE MERGED 2003/09/24 16:37:15 af 1.6.218.1: #111996# Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [4e6da08f86fc1e928f7b3ba7dbd956255cdb7001]

        INTEGRATION: CWS impress1 (1.2.246); FILE MERGED 2003/11/27 15:09:12 af 1.2.246.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/24 16:36:55 af 1.2.246.1: #111996# Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [5fbbabb1794bb188fa28b092ab0441673e8c70cd]

        INTEGRATION: CWS impress1 (1.6.200); FILE MERGED 2003/10/28 09:47:00 af 1.6.200.2: RESYNC: (1.6-1.7); FILE MERGED 2003/09/24 16:36:26 af 1.6.200.1: #111996# Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c17c4ef47ddd4fe727053d36c12f89cd038f68c3]

        INTEGRATION: CWS impress1 (1.7.246); FILE MERGED 2003/09/24 16:35:23 af 1.7.246.1: #111996# Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [be2f63314f2f1b1de28650247ff4759ed2d89a3a]

        INTEGRATION: CWS impress1 (1.48.54); FILE MERGED 2003/11/27 15:08:57 af 1.48.54.3: RESYNC: (1.49-1.50); FILE MERGED 2003/10/28 09:46:38 af 1.48.54.2: RESYNC: (1.48-1.49); FILE MERGED 2003/09/24 16:35:05 af 1.48.54.1: #111996# Introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [21d18ca0871cfccd5a555dceaa7fc7c6ff3f31b8]

        INTEGRATION: CWS impress1 (1.7.128); FILE MERGED 2004/01/16 14:10:27 af 1.7.128.2: #111996# DrawView.hxx renamed back to lowercase drawview.hxx. 2003/09/16 12:27:28 af 1.7.128.1: #111996# Renamed files and classes due to introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [ac970048e877738d1c3a87f0c058e0d06014d755]

        INTEGRATION: CWS impress1 (1.14.218); FILE MERGED 2003/09/16 12:27:25 af 1.14.218.1: #111996# Renamed files and classes due to introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [53e93b31a64d3b583efb1508865fbf501f519edb]

        INTEGRATION: CWS impress1 (1.35.108); FILE MERGED 2003/11/27 15:09:45 af 1.35.108.2: RESYNC: (1.35-1.36); FILE MERGED 2003/09/16 12:27:23 af 1.35.108.1: #111996# Renamed files and classes due to introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [3a2c60ac626776bebc38203868119646dc76cd58]

        INTEGRATION: CWS impress1 (1.4.36); FILE MERGED 2003/12/11 12:49:21 af 1.4.36.1: #111996# Moved class definition from drawdoc.hxx into its own file.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [cac4c095fffc2fe19fb6e509656d0490106afa00]

        INTEGRATION: CWS impress1 (1.31.46); FILE MERGED 2003/11/27 15:09:34 af 1.31.46.2: RESYNC: (1.31-1.32); FILE MERGED 2003/09/16 12:27:21 af 1.31.46.1: #111996# Renamed files and classes due to introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [f441d4eb8d01a6cd23ac1865b55da32958700015]

        INTEGRATION: CWS impress1 (1.24.72); FILE MERGED 2003/09/16 12:27:19 af 1.24.72.1: #111996# Renamed files and classes due to introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9533605d87c7e8d09f4bd8a1a22444228406ea98]

        INTEGRATION: CWS impress1 (1.17.62); FILE MERGED 2003/12/11 12:49:54 af 1.17.62.4: #111996# Moved class definition from drawdoc.hxx into its own file. 2003/11/27 15:09:27 af 1.17.62.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/10 16:40:13 af 1.17.62.2: RESYNC: (1.17-1.18); FILE MERGED 2003/09/16 12:27:17 af 1.17.62.1: #111996# Renamed files and classes due to introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [fdbfb709b901f91c46a78f082c1d9edb0c8cb607]

        INTEGRATION: CWS impress1 (1.60.62); FILE MERGED 2003/12/11 12:49:44 af 1.60.62.4: #111996# Moved class definition from drawdoc.hxx into its own file. 2003/11/27 15:09:19 af 1.60.62.3: RESYNC: (1.61-1.62); FILE MERGED 2003/11/10 16:40:07 af 1.60.62.2: RESYNC: (1.60-1.61); FILE MERGED 2003/09/16 12:27:15 af 1.60.62.1: #111996# Renamed files and classes due to introduction of namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [dab0b671a289276ffce32dd0b4aa5163f7da7600]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/12/11 12:48:30 af 1.1.2.1: #111996# Moved class definition from drawdoc.hxx into its own file.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [16cffe748bdf71760ec4eb430c688b52df82c198]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/12/11 12:48:48 af 1.1.2.1: #111996# Moved class definition from drawdoc.hxx into its own file.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [caa494090ec3fec48f08656b76f9358bf2bc54a4]

        INTEGRATION: CWS impress1 (1.3.226); FILE MERGED 2003/10/28 09:49:45 af 1.3.226.2: RESYNC: (1.3-1.4); FILE MERGED 2003/09/16 12:24:20 af 1.3.226.1: #111996# Added new file.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [2ee8ed6911248592cdb93d34cc084e7c8c988366]

        INTEGRATION: CWS impress1 (1.8.218); FILE MERGED 2003/09/16 12:23:03 af 1.8.218.1: #111996# Removed unnecessary Sd prefix from class names and made view shells into su-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [befbfa84826527d17a59b8423d7cfc47b7726a96]

        INTEGRATION: CWS impress1 (1.2.226); FILE MERGED 2003/10/28 09:49:31 af 1.2.226.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/16 12:23:40 af 1.2.226.1: #111996# Added new file.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [92e8f1be302d1f9bce9e37ecbe9a609a42fa4813]

        INTEGRATION: CWS impress1 (1.3.218); FILE MERGED 2003/10/30 17:03:09 af 1.3.218.3: #111996# Removed the import of View to prevent inclusion of unsupported features. 2003/10/28 09:49:26 af 1.3.218.2: RESYNC: (1.3-1.5); FILE MERGED 2003/09/16 12:20:27 af 1.3.218.1: #111996# Removed unnecessary Sd prefix from class names.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [1c55858fddd4ca1cb0fdf2d21a6f095e2f0994c1]

        INTEGRATION: CWS impress1 (1.3.128); FILE MERGED 2003/10/28 09:49:20 af 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2003/09/16 12:20:13 af 1.3.128.1: #111996# Removed unnecessary Sd prefix from class names.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c10b60e0c050778873af5b83a871de86b1f8a260]

        INTEGRATION: CWS impress1 (1.6.218); FILE MERGED 2003/10/28 09:49:14 af 1.6.218.2: RESYNC: (1.6-1.8); FILE MERGED 2003/09/16 12:19:49 af 1.6.218.1: #111996# Removed unnecessary Sd prefix from class names and made view shells into su-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [c065eab3007ad27f41e38f8a8d7dffadb36557bc]

        INTEGRATION: CWS impress1 (1.4.220); FILE MERGED 2003/09/16 12:18:53 af 1.4.220.1: #111996# Removed unnecessary Sd prefix from class names.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [df850c23031fa6a4c634d3c63404e0265a06f4fc]

        INTEGRATION: CWS impress1 (1.3.258); FILE MERGED 2003/09/16 12:18:38 af 1.3.258.1: #111996# Removed unnecessary Sd prefix from class names.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [6e491f21beaf2bd9d4ec978022cbcc2585dbebb1]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 12:18:22 af 1.1.1.1.262.1: #111996# Removed unnecessary Sd prefix from class names.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [e7a3b0aab81be13d007ca25049b551432daeefff]

        INTEGRATION: CWS impress1 (1.4.128); FILE MERGED 2003/10/28 09:49:09 af 1.4.128.2: RESYNC: (1.4-1.5); FILE MERGED 2003/09/16 12:17:45 af 1.4.128.1: #111996# Removed unnecessary Sd prefix from class names.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [33d2be4c2c4950c122979d90292cc11b61be09f1]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 12:16:15 af 1.1.2.1: #111996# Added slot definitions for new class ViewShellBase.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7cb54a6f813aa43b91f416a244fec270b8ec6d2b]

        INTEGRATION: CWS impress1 (1.3.250); FILE MERGED 2003/09/16 12:04:36 af 1.3.250.1: #111996# Moved SdDrawDocShell to namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [4bd005b7c9f4c5513b1a43987b57d785c2ab0269]

        INTEGRATION: CWS impress1 (1.1.1.1.262); FILE MERGED 2003/09/16 12:08:54 af 1.1.1.1.262.1: #111996# Introduction of stacked sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7523dfb7f41d1bae56a86061c639fb02a383fe0a]

        INTEGRATION: CWS impress1 (1.4.218); FILE MERGED 2003/09/16 12:04:35 af 1.4.218.1: #111996# Moved SdDrawDocShell to namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [59d583a38153de0a14c04dd3b95b5ad06c35fecf]

        INTEGRATION: CWS impress1 (1.18.108); FILE MERGED 2003/10/28 09:56:05 af 1.18.108.3: RESYNC: (1.18-1.19); FILE MERGED 2003/10/23 13:03:45 af 1.18.108.2: #111996# Moved creation of new Impress document from Writer outline to its own OutlineToImpress() function. 2003/09/16 12:08:06 af 1.18.108.1: #111996# Moved SdDrawDocShell to namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [18e8985a3f3c0df677c6cb8d71126c8ec4590a32]

        INTEGRATION: CWS impress1 (1.1.228); FILE MERGED 2003/09/16 12:04:35 af 1.1.228.1: #111996# Moved SdDrawDocShell to namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [2011cf621481ff7da7a7b488ac1c0a0b0827fe33]

        INTEGRATION: CWS impress1 (1.2.226); FILE MERGED 2003/09/16 12:04:34 af 1.2.226.1: #111996# Moved SdDrawDocShell to namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [408d7c64be92aac5c689669ba4708b9d82994b68]

        INTEGRATION: CWS impress1 (1.1.254); FILE MERGED 2003/09/16 12:06:54 af 1.1.254.1: #111996# Moved SdDrawDocShell to namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [dc149a5fae23128f8449ab2d241e0662d7c395d0]

        INTEGRATION: CWS impress1 (1.2.240); FILE MERGED 2003/10/28 09:55:57 af 1.2.240.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/16 12:06:00 af 1.2.240.1: #111996# Moved SdDrawDocShell to namespace sd. Member variables used through macros had to be renamed.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [7cc4109e138e5e86cf39d0af9658732cda7f28c5]

        INTEGRATION: CWS impress1 (1.1.254); FILE MERGED 2003/09/16 12:04:34 af 1.1.254.1: #111996# Moved SdDrawDocShell to namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [02397cf2afa294414aacebb39488dd05170fb575]

        INTEGRATION: CWS impress1 (1.3.244); FILE MERGED 2003/09/16 12:02:22 af 1.3.244.1: #111996# New string for registration of base of stacked sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [061eae19ccc0430c7fa8663cc84b1b414c553b17]

        INTEGRATION: CWS impress1 (1.10.240); FILE MERGED 2003/09/16 12:01:43 af 1.10.240.1: #111996# New string for registration of base of stacked sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [93ff37f0b85adbf7a97811b7870a82a65baaf9f2]

        INTEGRATION: CWS impress1 (1.26.62); FILE MERGED 2003/12/11 14:56:55 af 1.26.62.4: #111996# Moved ImpDrawPageListWatcher into its own file. 2003/11/27 15:09:51 af 1.26.62.3: RESYNC: (1.27-1.28); FILE MERGED 2003/11/10 16:43:09 af 1.26.62.2: RESYNC: (1.26-1.27); FILE MERGED 2003/09/16 12:00:41 af 1.26.62.1: #111996# Introduction of stacked sub-shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [91559b61a4d7e80a6c66eb038d909903120cf994]

        INTEGRATION: CWS impress1 (1.5.218); FILE MERGED 2003/09/16 11:59:06 af 1.5.218.1: #111996# Added new slot id for switching stacked shells.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [3de60a49db974591636718866f88e605f3483533]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 12:14:11 af 1.1.2.1: #111996# Removed unnecessary Sd prefix from class names.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [b825d773df3571907222448d40fa5b5aacdfde8d]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/09/16 12:13:14 af 1.1.2.1: Moved SdOutliner to namespace sd.

2004-01-20  Oliver Bolte  <obo@openoffice.org>  [9b1fa5ba28156c53b7b14bc9c03ed5c02e5cd3cc]

        INTEGRATION: CWS impress1 (1.1.2); FILE ADDED 2003/10/23 13:00:45 af 1.1.2.1: #111996# Introduced enum ImpressFactoryIds to have symbolic identifiers to specify a factory for the creation of a view shell.

2004-01-20  Frank Schönheit  <fs@openoffice.org>  [8e32f09f5a4fe56570ea7b5779b94cb8725bf384]

        non-ref-count version of the former OPropertyContainer (which is now derived)

2004-01-20  Carsten Driesner  <cd@openoffice.org>  [e52d18f94dba51b6d450b066db0057a74499609d]

        #111899# Fixed badly formed expression problem

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [b75a103bfb91cb567102284fc483fbeb60bb3d6c]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:09:37 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [d1472d775eeea15f18fd38d673714dc9b90a2e2a]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2004/01/14 12:43:59 sb 1.1.2.2: #i19971# Modified syntax of vnd.sun.star.script URLs. 2003/12/17 16:09:32 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [8a7b6b28a3c5e7bb81ed2b9148219985ba673d48]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:09:30 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [ce34e06ee29899bce375c7d619f77b4fb9214a34]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:06:54 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [75f042d43a4154c123165f3056feb848118095f1]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:06:53 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [f56d844159f96e0244a490d911335a48690890d1]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:06:52 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [5bfa638598f02ca89cfd509618aa7df080b9cf8b]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:06:49 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [170c89d5b91dcc7c54b25a9c55d87d7c75c81e3a]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2004/01/15 07:47:04 sb 1.1.2.3: #i19971# Fixed minor build problems. 2004/01/14 12:43:58 sb 1.1.2.2: #i19971# Modified syntax of vnd.sun.star.script URLs. 2003/12/17 16:06:48 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [cf09c86f211f0cf2c79e3d7a2ce5d137e18181d8]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:06:47 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [1363751afdc255e16253f71a3ea07a6b7f37468f]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2004/01/15 07:47:03 sb 1.1.2.2: #i19971# Fixed minor build problems. 2003/12/17 16:06:46 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [f64fa483f627cd8551eb9d1034c621a05267dcd2]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:06:43 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [17c279653236d46727ea44834a689f72844d182b]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:06:41 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [13bc97f9abd6435c70b4168a8dc753af4d1d3079]

        INTEGRATION: CWS sb12 (1.10.58); FILE MERGED 2004/01/19 14:15:43 sb 1.10.58.1: #i19971# Added XML module description for uriproc.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [17b89f3a553906307ba0cff35b3071ecf3b46296]

        INTEGRATION: CWS sb12 (1.6.20); FILE MERGED 2003/12/17 16:05:27 sb 1.6.20.1: #i19971# Added uriproc.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [b509f86ebcfb59ee58c40103ff4a8decad58b63b]

        INTEGRATION: CWS sb12 (1.19.198); FILE MERGED 2003/12/17 15:59:08 sb 1.19.198.2: #i19971# Moved URI processing stuff to udkapi/com/sun/star/uri. 2003/12/17 08:35:55 sb 1.19.198.1: #i19971# New URI processing API.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [ba4bd66f7555be81bf252e4a3ce2def89233cc49]

        INTEGRATION: CWS sb12 (1.11.54); FILE MERGED 2003/12/17 16:00:16 sb 1.11.54.1: #i19971# Added com.sun.star.uri.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [0fd62fefcd385829aba2c980336faf6044921f1b]

        INTEGRATION: CWS sb12 (1.20.6); FILE MERGED 2003/12/17 08:43:41 sb 1.20.6.1: #i19971# Prevent warnings for the SAL_MIN_INTn defines.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [cb2660f3f75dd39525c05b4b8ebcd45de9f1244d]

        INTEGRATION: CWS sb12 (1.13.64); FILE MERGED 2003/12/17 16:14:39 sb 1.13.64.1: #i19971# Added com.sun.star.uri.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [9fe27fa75f4dadcdd2f95e1717aa63808709ee99]

        INTEGRATION: CWS sb12 (1.14.44); FILE MERGED 2003/12/17 16:15:18 sb 1.14.44.1: #i19971# Added com.sun.star.uri.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [af1fdf2799c986c30ba4bdfeac1f47657304148b]

        INTEGRATION: CWS sb12 (1.10.64); FILE MERGED 2003/12/17 16:15:17 sb 1.10.64.1: #i19971# Added com.sun.star.uri.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [97c9c680545ea20c349b5c6e9c8be1190b4775c4]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:13:22 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [46f7bc414756664059418d5319cd47dae919a0a7]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2004/01/14 12:39:12 sb 1.1.2.2: #i19971# Modified syntax of vnd.sun.star.script URLs. 2003/12/17 16:13:21 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [f5bbae87bd030ff0057f22d076be7c2562a96800]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:13:20 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [dcd5458832c9803e83a40a64e7851a6bb22d19d0]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:13:18 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [0f15726f9dc6f881d51d6e292e3d0baf1f1d1e61]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:13:17 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [86594a3d0377d0e1c6ff1ea8581f4886bfd0f27b]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:13:15 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [c54645f83e81d2d3644d123cb2072889154414a4]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:13:14 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [5d74e9c7782b9785d76ee36050fba0eb5e220f64]

        INTEGRATION: CWS sb12 (1.1.2); FILE ADDED 2003/12/17 16:13:12 sb 1.1.2.1: #i19971# URI processing.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [f20ad2271fedd0a3a096d54128d468d79e07f67e]

        INTEGRATION: CWS sb12 (1.2.44); FILE MERGED 2003/12/17 16:16:11 sb 1.2.44.1: #i19971# Added com.sun.star.uri.

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [647f4917d7463e2119038df65c9469a70fe5b045]

        INTEGRATION: CWS gh5 (1.29.26); FILE MERGED 2004/01/15 12:18:20 mt 1.29.26.3: #i24438# Set mbFormatted to FALSE in FormatFullDoc 2004/01/15 07:13:09 mt 1.29.26.2: #i23795# Restore TextColor after painting selected area... 2003/12/11 15:54:33 mt 1.29.26.1: #i23427# #114283# Fixed bug in mnCurTextWidth caching, and never call FormatDoc without UpdateViews

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [35c36a6f93cb4e53cbd1af99e4fc19415b828085]

        INTEGRATION: CWS gh5 (1.13.74); FILE MERGED 2004/01/13 10:23:43 gh 1.13.74.3: #i22675#replace ressource ID with strings and fix a bug in replacing 2004/01/13 09:47:18 gh 1.13.74.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/08 16:23:13 gh 1.13.74.1: fix warnings

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [22b6ae46ab05aea909100f0e62ae5cb30c16dd23]

        INTEGRATION: CWS gh5 (1.15.18); FILE MERGED 2004/01/13 09:46:50 gh 1.15.18.2: RESYNC: (1.15-1.16); FILE MERGED 2003/12/08 16:28:52 gh 1.15.18.1: #112510# in testtool show tabpage Profile as default

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [aa1677f142b00e05f5530d6e0892cb769948cd98]

        INTEGRATION: CWS gh5 (1.2.136); FILE MERGED 2003/12/08 16:29:48 gh 1.2.136.1: #i22675#new commands getError/WarningList

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [1d54c91ec2d88848e8910fac19a6303539e2a2ed]

        INTEGRATION: CWS gh5 (1.51.2); FILE MERGED 2004/01/13 10:23:42 gh 1.51.2.1: #i22675#replace ressource ID with strings and fix a bug in replacing

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [65129b91757d50d1cb8702e49330b02801c34fba]

        INTEGRATION: CWS gh5 (1.2.48); FILE MERGED 2004/01/13 10:24:51 gh 1.2.48.3: #i22675#replace ressource ID with strings 2003/12/09 14:18:30 gh 1.2.48.2: #i22675#Refcounting is better in many cases 2003/12/08 16:17:29 gh 1.2.48.1: #i22675#new commands getError/WarningList

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [29e6078c07258ff2b968000d807ddf2b8f68d2ce]

        INTEGRATION: CWS gh5 (1.5.32); FILE MERGED 2004/01/13 09:40:35 gh 1.5.32.4: RESYNC: (1.5-1.7); FILE MERGED 2003/12/10 13:34:40 gh 1.5.32.3: #i22675# forgot () 2003/12/09 14:18:27 gh 1.5.32.2: #i22675#Refcounting is better in many cases 2003/12/08 16:17:26 gh 1.5.32.1: #i22675#new commands getError/WarningList

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [beec6c3fd48fd391c4823da7a490c2eca76455a8]

        INTEGRATION: CWS gh5 (1.3.48); FILE MERGED 2003/12/08 16:17:21 gh 1.3.48.1: #i22675#new commands getError/WarningList

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [620139116d7d35419249ea5a89d23c3dd465c987]

        INTEGRATION: CWS gh5 (1.2.48); FILE MERGED 2003/12/08 16:17:15 gh 1.2.48.1: #i22675#new commands getError/WarningList

2004-01-19  Kurt Zenker  <kz@openoffice.org>  [5f9fbff95f358cf1024106e803a0a5d94665e40d]

        INTEGRATION: CWS gh5 (1.10.8); FILE MERGED 2003/12/08 16:13:25 gh 1.10.8.1: no ressources in hid.lst from this module

2004-01-19  Björn Milcke  <bm@openoffice.org>  [209a5cbd8b7184b97fef03c5fe7f0cb0ce73cd9f]

        check if source and destination are valid

2004-01-19  Ingrid Halama  <iha@openoffice.org>  [525f48e86d57f0947a09ee875cd8a4798566c9e3]

        iterate through existing axes

2004-01-19  Björn Milcke  <bm@openoffice.org>  [5891df7f4a90a4767de5bde50467b32a568e4c43]

        use straight lines for net chart

2004-01-19  Björn Milcke  <bm@openoffice.org>  [5e6f14f99d07e73e3d9e729428dbb6e0b1933a65]

        change default back to column

2004-01-19  Rüdiger Timm  <rt@openoffice.org>  [20a6674578ee18d4f3f1b437dcaf7a5f840761d2]

        #i10000# Syntax.

2004-01-19  Björn Milcke  <bm@openoffice.org>  [57590721c1e2a5bc61229284b115086afc4bff9b]

        deliver DevChartConfig to use from other apps.  Note: No libs are needed, the header contains everything necessary.

2004-01-19  Björn Milcke  <bm@openoffice.org>  [14890b3342ebaeede69cf26a9db99a8c8dc434dd]

        New behaviour of activation of the new chart

2004-01-19  Rüdiger Timm  <rt@openoffice.org>  [dd8932181a9584a1693ecb71217b79820b965eb9]

        #i10000# Module acronym has to consist of two letters. Changed from hwp to hw.

2004-01-17  Ingrid Halama  <iha@openoffice.org>  [b064ca8aa953835e683f3e4679b08c37fc48507d]

        introduced polarcoordinate system + axis + grids + some cleanup

2004-01-16  Oliver Bolte  <obo@openoffice.org>  [91f40ac8a084c29324659a5d5b4a28b119c57471]

        #100000# include stddef.h missing

2004-01-16  Armin Weiss  <aw@openoffice.org>  [99a300e39ace4f9bd1af8ad85ef49f35f7117fc7]

        Added == and != operators to ranges, some other goodies, too. Also changed remaining sal_Bool to bool. Renamed B(2|3)(d|i)box to ...volume.

2004-01-16  Thorsten Behrens  <thb@openoffice.org>  [c794c5ce7ea7b11f7275a471821310dcd3dd552e]

        #110496# Some more adaptions to integer classes

2004-01-16  Thorsten Behrens  <thb@openoffice.org>  [e1ee37accf3973cae1c373a6be84273d96401c39]

        Initial revision

2004-01-16  Thorsten Behrens  <thb@openoffice.org>  [fb6fefbd9482f6fa26447be417286ae1935c0702]

        #110496# Added integer point, size and rectangle classes, needed for the new canvas

2004-01-15  Thorsten Behrens  <thb@openoffice.org>  [08761ff6d5991730ed66b7e13817b325ce848da3]

        Initial revision

2004-01-14  Kurt Zenker  <kz@openoffice.org>  [8fb08fdf928bbe68dce2fee93b7c8463b0443a99]

        new version for SRC680

2004-01-14  Kurt Zenker  <kz@openoffice.org>  [5dfe30f39c7eaa91d95b9f5d248d972588dce222]

        new version for SRC680

2004-01-14  Kurt Zenker  <kz@openoffice.org>  [62d134b43a32ff762e3f2069b5e5b2434fe1487f]

        new version for SRC680

2004-01-14  Oliver Bolte  <obo@openoffice.org>  [e317a8b9d2b3021e0d8c2bfc537fd68e4f5f88d2]

        #100000# depends on offuh

2004-01-14  Oliver Bolte  <obo@openoffice.org>  [d10bb88edfdc33c40033bfe36f3095fcde8d6900]

        SRC680

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [92975a81aa6b46bace79069ad6bef72018f2a960]

        INTEGRATION: CWS mullingarfilterteam18 (1.91.16); FILE MERGED 2003/12/15 14:52:36 cmc 1.91.16.9: #113434# I went to such effort to get the right cell to compare against, and then didn't use the index I tested :-( 2003/12/15 14:19:21 cmc 1.91.16.8: #113434# outline ctor/dtor 2003/12/11 13:48:53 cmc 1.91.16.7: RESYNC: (1.91-1.92); FILE MERGED 2003/12/09 16:03:56 cmc 1.91.16.6: #i23022# / #i18644# difficulties in mapping word position of after row end mark to suitable equivalent location in writer 2003/12/05 09:47:25 cmc 1.91.16.5: #113434# only merge cells if they *exist* 2003/12/04 13:18:11 cmc 1.91.16.4: #i20540# Seeing as the SdrOle2Obj is hellbent on inserting stuff into the persist that we want to do instead, then give it no persist to work with 2003/12/03 09:03:00 cmc 1.91.16.3: #113365# put a bandaid on a reported crash 2003/11/17 17:09:52 cmc 1.91.16.2: #i9055# add in some defaults to case statements, etc 2003/11/17 08:50:41 cmc 1.91.16.1: #i9055# unused variable

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [baa928b3afa560b14da7e6757b24323af50e39e5]

        INTEGRATION: CWS mullingarfilterteam18 (1.7.220); FILE MERGED 2003/11/14 16:48:39 cmc 1.7.220.1: #i16876# seperate symbol from donknow when handling texttokens, and inside or not inside a fontname

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [e753c57dc50b0201e678cab5c70fa37ec9b81b7e]

        INTEGRATION: CWS mullingarfilterteam18 (1.12.186); FILE MERGED 2003/11/14 16:48:39 cmc 1.12.186.1: #i16876# seperate symbol from donknow when handling texttokens, and inside or not inside a fontname

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [655a4eda0fe8881d9a9dc55ab4837aaee84874c2]

        INTEGRATION: CWS mullingarfilterteam18 (1.17.10); FILE MERGED 2003/12/11 14:37:42 cmc 1.17.10.2: RESYNC: (1.17-1.18); FILE MERGED 2003/11/14 16:48:05 cmc 1.17.10.1: #i16876# seperate symbol from donknow when handling texttokens, and inside or not inside a fontname

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [2e338eabd5f0127b82c684e99e7c61a17285da2e]

        INTEGRATION: CWS mullingarfilterteam18 (1.4.314); FILE MERGED 2003/11/27 13:11:00 cmc 1.4.314.1: #i9055# unused variable

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [57f59a0d5e1daf0e932194ce8cbb3b1cba71821c]

        INTEGRATION: CWS mullingarfilterteam18 (1.6.76); FILE MERGED 2003/11/27 13:08:58 cmc 1.6.76.1: #i9055# member init order different, need virtual destructor

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [b4599e132eb459297604ae072a510b57989d7bc1]

        INTEGRATION: CWS mullingarfilterteam18 (1.12.76); FILE MERGED 2003/11/27 13:08:58 cmc 1.12.76.1: #i9055# member init order different, need virtual destructor

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [ea5c28f85828a080084b5a4147e76f5e13e95611]

        INTEGRATION: CWS mullingarfilterteam18 (1.13.76); FILE MERGED 2003/12/11 14:54:04 cmc 1.13.76.2: RESYNC: (1.13-1.14); FILE MERGED 2003/11/17 08:50:09 cmc 1.13.76.1: #i9055# missing virtual destructor

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [51011afff128316f1166fcbebe73f010fe1378ff]

        INTEGRATION: CWS mullingarfilterteam18 (1.25.64); FILE MERGED 2003/12/11 13:50:21 cmc 1.25.64.2: RESYNC: (1.25-1.26); FILE MERGED 2003/12/03 14:21:17 mmaher 1.25.64.1: #i7907# Added feature for including subdocuments in a master document

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [9cc7ec7cf2b41feb7f7a4d02b7b292ce373fb938]

        INTEGRATION: CWS mullingarfilterteam18 (1.65.18); FILE MERGED 2003/12/03 14:21:13 mmaher 1.65.18.2: #i7907# Added feature for including subdocuments in a master document 2003/11/14 17:34:28 cmc 1.65.18.1: #i9055# make types agree with eachother and documentation

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [a97729ee41c0c6f0f6d497d3974fcde9ee021eaf]

        INTEGRATION: CWS mullingarfilterteam18 (1.103.16); FILE MERGED 2003/12/11 13:50:09 cmc 1.103.16.5: RESYNC: (1.103-1.104); FILE MERGED 2003/12/03 14:21:12 mmaher 1.103.16.4: #i7907# Added feature for including subdocuments in a master document 2003/11/17 17:09:54 cmc 1.103.16.3: #i9055# add in some defaults to case statements, etc 2003/11/14 17:34:27 cmc 1.103.16.2: #i9055# make types agree with eachother and documentation 2003/11/13 15:52:38 cmc 1.103.16.1: #i22436# set printer metrics for all ww6/7 docs

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [9688e60d80a8723bae225f33439788299c69a23c]

        INTEGRATION: CWS mullingarfilterteam18 (1.144.16); FILE MERGED 2003/12/11 13:49:54 cmc 1.144.16.8: RESYNC: (1.144-1.145); FILE MERGED 2003/12/09 12:02:41 cmc 1.144.16.7: #114238# old style frame must default to transparent to make new object positioning sensible 2003/12/04 16:50:11 cmc 1.144.16.6: #i22601# && wrong way around 2003/12/03 14:21:16 mmaher 1.144.16.5: #i7907# Added feature for including subdocuments in a master document 2003/11/20 13:26:45 cmc 1.144.16.4: #113694# make an attempt at improving textgrid import 2003/11/18 13:33:31 cmc 1.144.16.3: #113697# make safe against having no SvxFontHeightItem available 2003/11/17 17:09:53 cmc 1.144.16.2: #i9055# add in some defaults to case statements, etc 2003/11/14 11:12:50 cmc 1.144.16.1: #i22457# fix prototypes from davidfraser@openoffice.org

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [352773b29c3a401b45cf23d5ef25321ac1e0762a]

        INTEGRATION: CWS mullingarfilterteam18 (1.72.16); FILE MERGED 2003/12/11 13:49:42 cmc 1.72.16.4: RESYNC: (1.72-1.73); FILE MERGED 2003/12/03 09:44:27 cmc 1.72.16.3: #i23137# add extra styles which *inherit* their outline level to toc when multiple outline rules in action 2003/11/17 10:29:45 cmc 1.72.16.2: #i9055# change switchs with a single case label into simpler if statements 2003/11/17 09:24:24 cmc 1.72.16.1: #i9055# unused variable

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [32f13bbcfba0c66d7216b2556c7795b1ae3b7ebd]

        INTEGRATION: CWS mullingarfilterteam18 (1.42.16); FILE MERGED 2003/12/11 13:49:30 cmc 1.42.16.3: RESYNC: (1.42-1.43); FILE MERGED 2003/12/04 13:18:13 cmc 1.42.16.2: #i20540# Seeing as the SdrOle2Obj is hellbent on inserting stuff into the persist that we want to do instead, then give it no persist to work with 2003/11/17 17:09:52 cmc 1.42.16.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [25dbb897e9161b3cc0825eadf813147e56c9f33d]

        INTEGRATION: CWS mullingarfilterteam18 (1.52.16); FILE MERGED 2003/12/12 15:25:43 cmc 1.52.16.6: final merge conflict fixes 2003/12/11 16:19:43 cmc 1.52.16.5: #114362# still some merge marks in last commit :-( 2003/12/11 16:17:51 cmc 1.52.16.4: #114362# rather than use resize, just start off with the vector constructed to the right size 2003/12/11 13:49:18 cmc 1.52.16.3: RESYNC: (1.52-1.54); FILE MERGED 2003/12/04 13:18:12 cmc 1.52.16.2: #i20540# Seeing as the SdrOle2Obj is hellbent on inserting stuff into the persist that we want to do instead, then give it no persist to work with 2003/11/17 11:30:23 cmc 1.52.16.1: #i9055# cleanup ww8par3.cxx

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [d20500c63d2ee0aaf3d32ca907245ae3f0c50427]

        INTEGRATION: CWS mullingarfilterteam18 (1.120.16); FILE MERGED 2003/12/11 13:48:42 cmc 1.120.16.5: RESYNC: (1.120-1.121); FILE MERGED 2003/12/04 13:18:10 cmc 1.120.16.4: #i20540# Seeing as the SdrOle2Obj is hellbent on inserting stuff into the persist that we want to do instead, then give it no persist to work with 2003/12/03 14:21:16 mmaher 1.120.16.3: #i7907# Added feature for including subdocuments in a master document 2003/11/17 08:50:39 cmc 1.120.16.2: #i9055# unused variable 2003/11/14 11:12:49 cmc 1.120.16.1: #i22457# fix prototypes from davidfraser@openoffice.org

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [e14c421246529a97e62e3364defa3deb4c07ba7d]

        INTEGRATION: CWS mullingarfilterteam18 (1.120.16); FILE MERGED 2003/12/11 13:48:30 cmc 1.120.16.8: RESYNC: (1.120-1.122); FILE MERGED 2003/12/10 09:42:50 cmc 1.120.16.7: #i23161# try a different guess at how word distinguish cell end marks for embedded tables in tables 2003/12/04 13:18:08 cmc 1.120.16.6: #i20540# Seeing as the SdrOle2Obj is hellbent on inserting stuff into the persist that we want to do instead, then give it no persist to work with 2003/12/03 14:21:14 mmaher 1.120.16.5: #i7907# Added feature for including subdocuments in a master document 2003/11/27 15:57:52 cmc 1.120.16.4: #i22635# fix page follow for nonstandard page descriptor import mapping 2003/11/27 14:54:20 cmc 1.120.16.3: #i18515# Still problems, lets special case the no tab insert/delete option 2003/11/20 13:26:44 cmc 1.120.16.2: #113694# make an attempt at improving textgrid import 2003/11/17 17:09:51 cmc 1.120.16.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [a536c183c894cc92736329ca9100dae6c9cd4fbb]

        INTEGRATION: CWS mullingarfilterteam18 (1.52.16); FILE MERGED 2003/12/11 13:48:18 cmc 1.52.16.3: RESYNC: (1.52-1.54); FILE MERGED 2003/12/04 13:18:08 cmc 1.52.16.2: #i20540# Seeing as the SdrOle2Obj is hellbent on inserting stuff into the persist that we want to do instead, then give it no persist to work with 2003/11/17 17:09:51 cmc 1.52.16.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [f2ace8dc2c070626d930ccb757440fc406aaedea]

        INTEGRATION: CWS mullingarfilterteam18 (1.107.16); FILE MERGED 2003/12/11 13:47:50 cmc 1.107.16.5: RESYNC: (1.107-1.109); FILE MERGED 2003/12/04 13:18:06 cmc 1.107.16.4: #i20540# Seeing as the SdrOle2Obj is hellbent on inserting stuff into the persist that we want to do instead, then give it no persist to work with 2003/11/17 17:27:32 cmc 1.107.16.3: #i9055# some signedness issues 2003/11/17 17:09:50 cmc 1.107.16.2: #i9055# add in some defaults to case statements, etc 2003/11/14 13:37:07 cmc 1.107.16.1: #i9055# some more warnings

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [73a0724f7fc878afe6d803423f663565f33e3397]

        INTEGRATION: CWS mullingarfilterteam18 (1.8.64); FILE MERGED 2003/12/03 14:21:14 mmaher 1.8.64.1: #i7907# Added feature for including subdocuments in a master document

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [1dc51300563d26641243374981b27098df67390b]

        INTEGRATION: CWS mullingarfilterteam18 (1.17.18); FILE MERGED 2003/12/03 14:21:14 mmaher 1.17.18.2: #i7907# Added feature for including subdocuments in a master document 2003/11/17 17:09:50 cmc 1.17.18.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [24eab19171eb284af3db617fa4d4b5db21d06646]

        INTEGRATION: CWS mullingarfilterteam18 (1.69.16); FILE MERGED 2003/12/11 13:47:37 cmc 1.69.16.3: RESYNC: (1.69-1.70); FILE MERGED 2003/11/17 17:09:49 cmc 1.69.16.2: #i9055# add in some defaults to case statements, etc 2003/11/14 13:05:37 cmc 1.69.16.1: #i9055# an unsigned value cannot be anything except >= 0

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [d1f4f948511ed7d14c5112f6aaac971f4cc099a7]

        INTEGRATION: CWS mullingarfilterteam18 (1.33.16); FILE MERGED 2003/12/11 13:47:22 cmc 1.33.16.2: RESYNC: (1.33-1.34); FILE MERGED 2003/11/17 17:09:49 cmc 1.33.16.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [82776efabb1c99f4f8905891480235b80f60e2b5]

        INTEGRATION: CWS mullingarfilterteam18 (1.57.4); FILE MERGED 2003/12/11 13:46:17 cmc 1.57.4.2: RESYNC: (1.57-1.58); FILE MERGED 2003/11/17 17:09:46 cmc 1.57.4.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [c0cb40588ebe86950f951026f2cddc2de70665cb]

        INTEGRATION: CWS mullingarfilterteam18 (1.53.16); FILE MERGED 2003/12/11 13:47:09 cmc 1.53.16.2: RESYNC: (1.53-1.54); FILE MERGED 2003/11/14 13:37:04 cmc 1.53.16.1: #i9055# some more warnings

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [28390d481130ff5069a6ea031ad5da86187bd211]

        INTEGRATION: CWS mullingarfilterteam18 (1.59.16); FILE MERGED 2003/12/11 13:46:57 cmc 1.59.16.3: RESYNC: (1.59-1.60); FILE MERGED 2003/11/18 12:44:12 cmc 1.59.16.2: #113902# merge all the silly which converters together and use one that works 2003/11/17 17:09:48 cmc 1.59.16.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [8db9a32fc5ec855b039393c50ac6cbfb1fc37561]

        INTEGRATION: CWS mullingarfilterteam18 (1.28.16); FILE MERGED 2003/12/11 13:46:43 cmc 1.28.16.2: RESYNC: (1.28-1.29); FILE MERGED 2003/11/17 17:09:47 cmc 1.28.16.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [8475369acddc72bd3d9b74afcc24dbc7be346edd]

        INTEGRATION: CWS mullingarfilterteam18 (1.24.18); FILE MERGED 2003/12/11 13:46:29 cmc 1.24.18.3: RESYNC: (1.24-1.25); FILE MERGED 2003/11/17 17:09:47 cmc 1.24.18.2: #i9055# add in some defaults to case statements, etc 2003/11/14 13:37:04 cmc 1.24.18.1: #i9055# some more warnings

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [d2cef90052a140ac3ce0438ff58780fc9ec5a1fb]

        INTEGRATION: CWS mullingarfilterteam18 (1.67.16); FILE MERGED 2003/12/11 13:46:04 cmc 1.67.16.3: RESYNC: (1.67-1.69); FILE MERGED 2003/11/18 12:44:11 cmc 1.67.16.2: #113902# merge all the silly which converters together and use one that works 2003/11/17 17:09:46 cmc 1.67.16.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [4f67258a18e65f51c66c1a728ae0f8910b166cb1]

        INTEGRATION: CWS mullingarfilterteam18 (1.4.16); FILE MERGED 2003/12/11 13:45:26 cmc 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/18 12:44:11 cmc 1.4.16.1: #113902# merge all the silly which converters together and use one that works

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [6a3193fe70ebb882988fb890867847bf225dce0c]

        INTEGRATION: CWS mullingarfilterteam18 (1.4.16); FILE MERGED 2003/12/12 15:25:41 cmc 1.4.16.4: final merge conflict fixes 2003/12/11 13:45:14 cmc 1.4.16.3: RESYNC: (1.4-1.5); FILE MERGED 2003/11/18 12:44:10 cmc 1.4.16.2: #113902# merge all the silly which converters together and use one that works 2003/11/14 16:09:01 cmc 1.4.16.1: #i9055# member init the wrong way around :-(

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [4ab3abf752413d774cc02217a50d57797bf82443]

        INTEGRATION: CWS mullingarfilterteam18 (1.3.16); FILE MERGED 2003/12/11 13:45:02 cmc 1.3.16.3: RESYNC: (1.3-1.4); FILE MERGED 2003/12/05 11:35:49 cmc 1.3.16.2: missing vector 2003/12/03 14:21:13 mmaher 1.3.16.1: #i7907# Added feature for including subdocuments in a master document

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [cf78288866c87d35cbd078bc9d8366f5de866683]

        INTEGRATION: CWS mullingarfilterteam18 (1.3.62); FILE MERGED 2003/11/17 17:09:46 cmc 1.3.62.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [de2f5227528e8ef537bdaa08a6fa6df80562a980]

        INTEGRATION: CWS mullingarfilterteam18 (1.2.64); FILE MERGED 2003/11/17 17:09:45 cmc 1.2.64.1: #i9055# add in some defaults to case statements, etc

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [e2d38cf07683544db37e7eff632109ed67bea8dd]

        INTEGRATION: CWS mullingarfilterteam18 (1.4.288); FILE MERGED 2003/11/19 09:07:18 cmc 1.4.288.2: #i9055# clean warnings from ww1 dir 2003/11/17 09:13:26 cmc 1.4.288.1: #i9055# unused variables

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [2101b9739f7915c0b40a65d3e1482edd804dc0cf]

        INTEGRATION: CWS mullingarfilterteam18 (1.3.466); FILE MERGED 2003/11/19 09:07:17 cmc 1.3.466.1: #i9055# clean warnings from ww1 dir

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [8cd9d16fcced0b693cc8da83d4d372492e4f68e2]

        INTEGRATION: CWS mullingarfilterteam18 (1.5.288); FILE MERGED 2003/11/19 09:07:16 cmc 1.5.288.1: #i9055# clean warnings from ww1 dir

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [fd385b5416642e2a29022ddad2df3108b4d6636f]

        INTEGRATION: CWS mullingarfilterteam18 (1.3.466); FILE MERGED 2003/11/19 09:07:15 cmc 1.3.466.1: #i9055# clean warnings from ww1 dir

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [72a7c00028d705f09062e0fda90780ca117a0135]

        INTEGRATION: CWS mullingarfilterteam18 (1.4.288); FILE MERGED 2003/12/11 13:50:34 cmc 1.4.288.2: RESYNC: (1.4-1.5); FILE MERGED 2003/11/19 09:07:15 cmc 1.4.288.1: #i9055# clean warnings from ww1 dir

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [d8fe1ac7358e77b88d6ae10411b9f2c4a1ffd263]

        INTEGRATION: CWS mullingarfilterteam18 (1.10.278); FILE MERGED 2003/11/19 09:07:14 cmc 1.10.278.2: #i9055# clean warnings from ww1 dir 2003/11/17 09:03:42 cmc 1.10.278.1: #i9055# missing dtor

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [8299d6c6c9011dca6a6a4684cf7a3bdb946ecbf5]

        INTEGRATION: CWS mullingarfilterteam18 (1.4.452); FILE MERGED 2003/12/03 08:57:26 cmc 1.4.452.3: #113236# make table export a little more safe against unexpected events 2003/11/20 14:50:08 cmc 1.4.452.2: #i9055# writer dir warning free 2003/11/17 13:59:37 cmc 1.4.452.1: #i9055# add dtor to SwWriteTable

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [7b9fccd8e0418095a3bdb641e70c7998b778a068]

        INTEGRATION: CWS mullingarfilterteam18 (1.3.278); FILE MERGED 2003/11/20 14:50:07 cmc 1.3.278.1: #i9055# writer dir warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [2c7be2c13a32439be6af50a60d16910ddc2afe74]

        INTEGRATION: CWS mullingarfilterteam18 (1.14.278); FILE MERGED 2003/11/20 14:50:07 cmc 1.14.278.1: #i9055# writer dir warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [bb3a1d672d904f9fd9f08e8ca4f40871f1c43fff]

        INTEGRATION: CWS mullingarfilterteam18 (1.19.18); FILE MERGED 2003/12/11 13:53:25 cmc 1.19.18.2: RESYNC: (1.19-1.21); FILE MERGED 2003/11/18 13:35:20 cmc 1.19.18.1: #i9055# make the rtf filter warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [0ed834093ef9ed1dc710950b9b4f72b715c91dd9]

        INTEGRATION: CWS mullingarfilterteam18 (1.13.16); FILE MERGED 2003/12/11 13:53:12 cmc 1.13.16.2: RESYNC: (1.13-1.14); FILE MERGED 2003/11/18 13:35:19 cmc 1.13.16.1: #i9055# make the rtf filter warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [22d8f8239c07f52feafd554f99595150e654072e]

        INTEGRATION: CWS mullingarfilterteam18 (1.32.16); FILE MERGED 2003/12/11 13:52:59 cmc 1.32.16.3: RESYNC: (1.32-1.34); FILE MERGED 2003/12/05 10:05:30 cmc 1.32.16.2: #113485# tentative crash avoidance guess 2003/11/18 13:35:17 cmc 1.32.16.1: #i9055# make the rtf filter warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [4db828b97e72b5b47886d89412f37f6ea8b9f6b5]

        INTEGRATION: CWS mullingarfilterteam18 (1.18.18); FILE MERGED 2003/12/11 13:52:44 cmc 1.18.18.2: RESYNC: (1.18-1.19); FILE MERGED 2003/11/18 13:35:16 cmc 1.18.18.1: #i9055# make the rtf filter warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [a3297f1f2b60e649e022c28030498b4ba5c309d9]

        INTEGRATION: CWS mullingarfilterteam18 (1.7.84); FILE MERGED 2003/12/11 13:52:26 cmc 1.7.84.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/18 13:35:14 cmc 1.7.84.1: #i9055# make the rtf filter warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [5a54863c42300e9a5c5697d5f1b8338ca66b128d]

        INTEGRATION: CWS mullingarfilterteam18 (1.12.84); FILE MERGED 2003/11/24 16:17:59 cmc 1.12.84.2: #113240# and put workaround in 2.0 as well 2003/11/18 13:35:13 cmc 1.12.84.1: #i9055# make the rtf filter warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [d5224f7a13d131a3fc294dcd25d76dbf583436e9]

        INTEGRATION: CWS mullingarfilterteam18 (1.19.18); FILE MERGED 2003/11/18 13:35:12 cmc 1.19.18.1: #i9055# make the rtf filter warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [1e5a40dd467d9d5bd208c6ed0af3133420a2b57c]

        INTEGRATION: CWS mullingarfilterteam18 (1.39.16); FILE MERGED 2003/12/11 13:52:10 cmc 1.39.16.4: RESYNC: (1.39-1.40); FILE MERGED 2003/11/18 13:35:11 cmc 1.39.16.3: #i9055# make the rtf filter warning free 2003/11/14 14:06:17 cmc 1.39.16.2: #i9055# say what we mean with -1 in this context 2003/11/14 13:54:39 cmc 1.39.16.1: #i9055# multi-char const

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [26915290d9446cbdc68028a97500ac4fe0819298]

        INTEGRATION: CWS mullingarfilterteam18 (1.3.444); FILE MERGED 2003/11/17 13:59:26 cmc 1.3.444.1: #i9055# add dtor to SwWriteTable

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [001cd075e1b3e6f364afbc658091264f83247973]

        INTEGRATION: CWS mullingarfilterteam18 (1.7.288); FILE MERGED 2003/12/11 13:53:39 cmc 1.7.288.4: RESYNC: (1.7-1.8); FILE MERGED 2003/11/17 09:07:56 cmc 1.7.288.3: #i9055# missing dtor 2003/11/17 09:05:20 cmc 1.7.288.2: #i9055# missing dtor 2003/11/17 09:03:16 cmc 1.7.288.1: #i9055# missing dtor

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [989b9ca7174a0a3a7e19c293c7d3a8745bc13a1e]

        INTEGRATION: CWS mullingarfilterteam18 (1.24.228); FILE MERGED 2003/11/19 11:23:39 cmc 1.24.228.1: #i9055# basflt warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [bd264d69f89d1ba8317504951a69c73233065f96]

        INTEGRATION: CWS mullingarfilterteam18 (1.25.68); FILE MERGED 2003/12/11 13:57:19 cmc 1.25.68.2: RESYNC: (1.25-1.26); FILE MERGED 2003/11/19 11:23:38 cmc 1.25.68.1: #i9055# basflt warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [64b6490fc0deb415aee97dfc1abfbaafde7d6635]

        INTEGRATION: CWS mullingarfilterteam18 (1.3.278); FILE MERGED 2003/11/19 11:23:37 cmc 1.3.278.1: #i9055# basflt warning free

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [60e163765a301b8cb5282c3d27ed79d6bd69f908]

        INTEGRATION: CWS mullingarfilterteam18 (1.5.278); FILE MERGED 2003/11/19 09:14:58 cmc 1.5.278.1: #i9055# clean warnings from ascii dir

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [ebf7537351c1b01ac7a695294e34b13815539361]

        INTEGRATION: CWS mullingarfilterteam18 (1.18.288); FILE MERGED 2003/11/19 09:14:57 cmc 1.18.288.1: #i9055# clean warnings from ascii dir

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [785bc34aa061279f6c0ea2eb9c982404ca79c985]

        INTEGRATION: CWS mullingarfilterteam18 (1.4.278); FILE MERGED 2003/11/19 09:14:55 cmc 1.4.278.1: #i9055# clean warnings from ascii dir

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [aa4f002040da33a59ccbf4d6098ab85583db7249]

        INTEGRATION: CWS mullingarfilterteam18 (1.32.56); FILE MERGED 2003/11/27 15:51:06 cmc 1.32.56.1: #i9055# delete anachronism unnecessary

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [ffcb154f29cea5b3d36c51ba183e7690e2ac942d]

        INTEGRATION: CWS mullingarfilterteam18 (1.3.76); FILE MERGED 2003/11/17 16:29:13 cmc 1.3.76.1: #i9055 add dtor to SwTableFormula

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [f8c3453d5e18b5715d801e8ea8349d4332d5e88f]

        INTEGRATION: CWS mullingarfilterteam18 (1.30.4); FILE MERGED 2003/11/17 10:28:32 cmc 1.30.4.1: #i9055# recursive c comments

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [b720cc5930b6ac5092eb7e9b1760d97cb952e5f9]

        INTEGRATION: CWS mullingarfilterteam18 (1.4.312); FILE MERGED 2003/11/17 10:47:36 cmc 1.4.312.1: #i9055# get member init the same way around as members

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [378fc9689fce655eb794d2c7febae651a9f8b7af]

        INTEGRATION: CWS mullingarfilterteam18 (1.3.68); FILE MERGED 2003/12/11 14:30:37 cmc 1.3.68.2: RESYNC: (1.3-1.4); FILE MERGED 2003/11/27 15:48:19 cmc 1.3.68.1: #i9055# need some extra {}

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [53cf3dbf0e96a880006268c91491bebe3032343d]

        INTEGRATION: CWS mullingarfilterteam18 (1.5.174); FILE MERGED 2003/11/17 12:12:43 cmc 1.5.174.1: #i9055# match member init order to decl order

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [f44501f4dd92d6233081776d217ccd5af4a2a2b1]

        INTEGRATION: CWS mullingarfilterteam18 (1.17.240); FILE MERGED 2003/12/11 14:29:54 cmc 1.17.240.2: RESYNC: (1.17-1.18); FILE MERGED 2003/11/14 14:36:24 cmc 1.17.240.1: #i9055# enum SwTblSearchType defined in tblsel.hxx is also used in crshsh.hxx

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [6cef282249a1d9d3bad51a20a89eb0bf744af602]

        INTEGRATION: CWS mullingarfilterteam18 (1.1.1.1.488); FILE MERGED 2003/11/17 16:29:37 cmc 1.1.1.1.488.1: #i9055 add dtor to SwTableFormula

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [bf3586ae73a3416cbdaa8402dd10335e9f0ab220]

        INTEGRATION: CWS cellbreak (1.27.26); FILE MERGED 2003/12/01 15:45:09 fme 1.27.26.2: #i2109# Feature table row split - New strings 2003/11/17 14:50:36 fme 1.27.26.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [8b675891671971c8d768f7e33a70c21c55af3136]

        INTEGRATION: CWS cellbreak (1.91.2); FILE MERGED 2003/11/20 08:50:20 fme 1.91.2.5: #i2109# Feature - Table row split - new attribute 2003/11/18 12:31:12 cmc 1.91.2.4: typo cockup 2003/11/18 12:29:58 cmc 1.91.2.3: typo cockup 2003/11/18 12:13:31 cmc 1.91.2.2: claimfrmfmt if row is different split property 2003/11/17 11:30:07 cmc 1.91.2.1: import export table row can/cant break

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [3eab8442b7f639f7733eb70f9a4f5d6fd0c619c9]

        INTEGRATION: CWS cellbreak (1.56.2); FILE MERGED 2003/12/02 08:16:59 fme 1.56.2.3: RESYNC: (1.56-1.57); FILE MERGED 2003/11/20 08:50:20 fme 1.56.2.2: #i2109# Feature - Table row split - new attribute 2003/11/17 11:30:06 cmc 1.56.2.1: import export table row can/cant break

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [90b73c7b667b06d42f5e37196d25a85b6c787f33]

        INTEGRATION: CWS cellbreak (1.41.62); FILE MERGED 2004/01/12 13:23:46 fme 1.41.62.14: #i2109# Feature - Split table row - lcl_ArrangeLowers should not consider centered and bottom alignment during calculation of last line 2003/12/17 16:02:18 fme 1.41.62.13: #i2109# Loop prevention for row frames with fixed height 2003/12/16 09:23:40 fme 1.41.62.12: #114342# Oversized table heading caused loops 2003/12/02 08:24:33 fme 1.41.62.11: RESYNC: (1.43-1.44); FILE MERGED 2003/11/24 15:09:14 fme 1.41.62.10: #i2109# Feature table row split - lcl_ArrangeLowers should notify frames that do not fit into the cell anymore 2003/11/24 09:10:22 fme 1.41.62.9: #i2109# Split table rows - try to split if distance to bottom of upper equals 0 2003/11/20 13:29:51 fme 1.41.62.8: #i2109# Feature - Split table rows - rows containing sections are defined as too complex to split 2003/11/20 08:49:16 fme 1.41.62.7: #i2109# Feature - Table row split - new attribute 2003/11/18 14:01:45 fme 1.41.62.6: #i2109# Feature - Split table rows 2003/11/14 10:08:05 fme 1.41.62.5: #i2109# Split table rows 2003/11/07 10:11:55 fme 1.41.62.4: RESYNC: (1.41-1.43); FILE MERGED 2003/11/07 07:24:26 fme 1.41.62.3: #i2109# Feature - Split table rows 2003/10/06 12:53:27 fme 1.41.62.2: #i2109# Feature - Split table rows 2003/09/08 07:47:29 fme 1.41.62.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [779d2c7e1936271a99e73f95ef584e72659c2021]

        INTEGRATION: CWS cellbreak (1.24.22); FILE MERGED 2003/12/16 09:20:48 fme 1.24.22.7: #114343# No pagebreaks inside tables 2003/12/02 08:23:06 fme 1.24.22.6: RESYNC: (1.25-1.26); FILE MERGED 2003/11/14 10:08:01 fme 1.24.22.5: #i2109# Split table rows 2003/11/07 10:10:54 fme 1.24.22.4: RESYNC: (1.24-1.25); FILE MERGED 2003/11/07 07:24:08 fme 1.24.22.3: #i2109# Feature - Split table rows 2003/10/06 12:53:21 fme 1.24.22.2: #i2109# Feature - Split table rows 2003/09/08 07:47:27 fme 1.24.22.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [b4240c252bb0d0b17f57f7e0e1dcb608d43124e0]

        INTEGRATION: CWS cellbreak (1.109.26); FILE MERGED 2003/11/17 14:45:35 fme 1.109.26.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [1bca1c73e6b7ea5adf07073ec5739f418a58f831]

        INTEGRATION: CWS cellbreak (1.9.192); FILE MERGED 2003/12/02 08:39:44 fme 1.9.192.2: RESYNC: (1.9-1.10); FILE MERGED 2003/11/17 08:29:09 fme 1.9.192.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [ba812e4dc66f461b94cc78138b298d2dd3439ae8]

        INTEGRATION: CWS cellbreak (1.17.210); FILE MERGED 2003/11/21 16:37:07 dvo 1.17.210.1: #i2109# set file format default for style:keep-together (for table rows) to         'false' (app default is true)

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [6d776bf75985b61a5bcde49dbdb0104444ae3ef4]

        INTEGRATION: CWS cellbreak (1.72.70); FILE MERGED 2003/11/21 16:37:06 dvo 1.72.70.1: #i2109# set file format default for style:keep-together (for table rows) to         'false' (app default is true)

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [1bff72245c0bcc5d32e9afa1fcf159db98c95ab9]

        INTEGRATION: CWS cellbreak (1.47.16); FILE MERGED 2003/11/14 11:31:01 fme 1.47.16.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [9767eef5aea31f39a85e0eda21a33aea7ddd537b]

        INTEGRATION: CWS cellbreak (1.12.114); FILE MERGED 2003/11/20 08:51:25 fme 1.12.114.1: #i2109# Feature - Table row split - new attribute

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [fe6f8003365be2a367ebe6934b518b4b981fcddf]

        INTEGRATION: CWS cellbreak (1.5.320); FILE MERGED 2003/11/17 14:50:45 fme 1.5.320.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [67b36263fd31f3bb91726e178f2a2a538485b04c]

        INTEGRATION: CWS cellbreak (1.4.326); FILE MERGED 2003/11/17 14:50:34 fme 1.4.326.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [42b0aef3274dff7951c8992a190c68946fefe417]

        INTEGRATION: CWS cellbreak (1.18.62); FILE MERGED 2003/11/20 08:51:04 fme 1.18.62.2: #i2109# Feature - Table row split - new attribute 2003/11/17 14:50:35 fme 1.18.62.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [4f5ff6f6ebf9268f43d753ac7bfad65496966aec]

        INTEGRATION: CWS cellbreak (1.22.32); FILE MERGED 2003/11/20 08:50:53 fme 1.22.32.3: #i2109# Feature - Table row split - new attribute 2003/11/18 14:03:17 fme 1.22.32.2: #i2109# Feature - Split table rows 2003/11/17 14:47:52 fme 1.22.32.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [1f40ee913417b05cad3c6cc6c6dcae6299c4ee40]

        INTEGRATION: CWS cellbreak (1.24.154); FILE MERGED 2003/11/20 08:50:43 fme 1.24.154.2: #i2109# Feature - Table row split - new attribute 2003/11/14 10:10:35 fme 1.24.154.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [733b1d25767fba9ffc34917bf5496b872645070e]

        INTEGRATION: CWS cellbreak (1.8.154); FILE MERGED 2003/11/20 13:30:32 fme 1.8.154.4: #i2109# Feature - Split table rows - import and export of the new item 2003/11/14 11:47:06 fme 1.8.154.3: #i2109# Split table rows 2003/11/14 11:32:53 fme 1.8.154.2: #i2109# Split table rows 2003/11/14 10:10:35 fme 1.8.154.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [6db0b55d8cb9811f0a52ed6396dd55ffc5a43929]

        INTEGRATION: CWS cellbreak (1.7.326); FILE MERGED 2003/11/20 13:30:30 fme 1.7.326.1: #i2109# Feature - Split table rows - import and export of the new item

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [fb0612ca2d3b84c466aadf29afd1ec7198a47e70]

        INTEGRATION: CWS cellbreak (1.6.188); FILE MERGED 2003/11/20 13:30:29 fme 1.6.188.1: #i2109# Feature - Split table rows - import and export of the new item

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [3fe2187724a4136ab76e6717bed5ba32c30bfe1b]

        INTEGRATION: CWS cellbreak (1.18.2); FILE MERGED 2003/11/20 08:50:01 fme 1.18.2.2: #i2109# Feature - Table row split - new attribute 2003/11/19 10:57:41 cmc 1.18.2.1: add rowbreaking for rtf im/ex

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [2caa4b19b1c5dad529ac5be2adcc4a41038ad40e]

        INTEGRATION: CWS cellbreak (1.39.2); FILE MERGED 2003/11/20 08:50:00 fme 1.39.2.2: #i2109# Feature - Table row split - new attribute 2003/11/19 10:57:41 cmc 1.39.2.1: add rowbreaking for rtf im/ex

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [201d1c21de32a4f87bcad8f3cd81580bfd619974]

        INTEGRATION: CWS cellbreak (1.23.154); FILE MERGED 2003/11/18 14:01:58 fme 1.23.154.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [911dcdfb3c661b2ef365f1080a2748003e1326dd]

        INTEGRATION: CWS cellbreak (1.90.66); FILE MERGED 2003/11/14 10:10:01 fme 1.90.66.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [eb7e80dc857875985cb7a92143acd9fa8775057f]

        INTEGRATION: CWS cellbreak (1.153.32); FILE MERGED 2003/12/02 08:18:18 fme 1.153.32.4: RESYNC: (1.153-1.154); FILE MERGED 2003/11/21 16:34:57 dvo 1.153.32.3: #i2109# add IsSPlitAllowed lag to text defaults 2003/11/20 08:49:43 fme 1.153.32.2: #i2109# Feature - Table row split - new attribute 2003/11/14 10:10:00 fme 1.153.32.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [ec87429e74239c1a3aeafa2ece70811ea5e442dd]

        INTEGRATION: CWS cellbreak (1.10.154); FILE MERGED 2003/11/14 10:09:40 fme 1.10.154.3: #i2109# Split table rows 2003/11/07 10:09:27 fme 1.10.154.2: RESYNC: (1.10-1.11); FILE MERGED 2003/11/07 07:25:11 fme 1.10.154.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [80707c110d0525151babfdecf6a12800e114e52b]

        INTEGRATION: CWS cellbreak (1.32.154); FILE MERGED 2003/12/02 08:22:17 fme 1.32.154.3: RESYNC: (1.34-1.35); FILE MERGED 2003/11/07 10:08:49 fme 1.32.154.2: RESYNC: (1.32-1.34); FILE MERGED 2003/10/06 12:53:58 fme 1.32.154.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [115f3b47282a3210286c00b1fe5ecfb0589bf735]

        INTEGRATION: CWS cellbreak (1.41.22); FILE MERGED 2003/12/02 08:20:29 fme 1.41.22.4: RESYNC: (1.41-1.42); FILE MERGED 2003/11/07 07:24:47 fme 1.41.22.3: #i2109# Feature - Split table rows 2003/10/06 12:53:55 fme 1.41.22.2: #i2109# Feature - Split table rows 2003/09/08 07:47:54 fme 1.41.22.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [9541d087bb7a03674f386f131e8ce5b05440854d]

        INTEGRATION: CWS cellbreak (1.45.96); FILE MERGED 2003/12/02 08:24:48 fme 1.45.96.5: RESYNC: (1.45-1.46); FILE MERGED 2003/11/24 09:11:08 fme 1.45.96.4: #i2109# Split table rows - Assertion could be triggered, if default for attribute is changed 2003/11/20 08:49:17 fme 1.45.96.3: #i2109# Feature - Table row split - new attribute 2003/11/17 14:46:00 fme 1.45.96.2: #i2109# Split table rows 2003/11/14 10:08:07 fme 1.45.96.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [0a9372277133368abd56ebddcf44afdd7e4fc400]

        INTEGRATION: CWS cellbreak (1.29.46); FILE MERGED 2003/12/02 08:24:41 fme 1.29.46.4: RESYNC: (1.29-1.30); FILE MERGED 2003/11/14 10:08:06 fme 1.29.46.3: #i2109# Split table rows 2003/10/06 12:53:30 fme 1.29.46.2: #i2109# Feature - Split table rows 2003/09/08 07:47:30 fme 1.29.46.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [3e23f1755ed5e8e89e8bf767bedb02e031fae49c]

        INTEGRATION: CWS cellbreak (1.28.86); FILE MERGED 2003/11/14 10:08:05 fme 1.28.86.4: #i2109# Split table rows 2003/11/07 07:24:17 fme 1.28.86.3: #i2109# Feature - Split table rows 2003/10/06 12:53:25 fme 1.28.86.2: #i2109# Feature - Split table rows 2003/09/08 07:47:29 fme 1.28.86.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [5757c1d5e69f037899d75fb0437bf3a76f8d32e2]

        INTEGRATION: CWS cellbreak (1.69.62); FILE MERGED 2003/12/02 08:24:14 fme 1.69.62.3: RESYNC: (1.69-1.71); FILE MERGED 2003/11/18 14:01:14 fme 1.69.62.2: #i2109# Feature - Split table rows 2003/11/14 10:08:04 fme 1.69.62.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [35df6a62f7eb9c8f9aa9b95d25812f46d0ea46d8]

        INTEGRATION: CWS cellbreak (1.13.154); FILE MERGED 2003/12/02 08:23:54 fme 1.13.154.2: RESYNC: (1.13-1.14); FILE MERGED 2003/11/14 10:08:03 fme 1.13.154.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [48059d53cbe97d9180592b1d179a00158dc83540]

        INTEGRATION: CWS cellbreak (1.32.46); FILE MERGED 2003/12/02 08:23:48 fme 1.32.46.2: RESYNC: (1.32-1.33); FILE MERGED 2003/09/08 07:47:28 fme 1.32.46.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [d04f2abb9b05d35a1f2bbce4b376f94f69edddff]

        INTEGRATION: CWS cellbreak (1.21.154); FILE MERGED 2003/11/14 10:08:03 fme 1.21.154.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [821c7435a3bd23c79f5c79428e2242cedf9cb97e]

        INTEGRATION: CWS cellbreak (1.50.62); FILE MERGED 2003/12/02 08:23:30 fme 1.50.62.7: RESYNC: (1.52-1.53); FILE MERGED 2003/11/14 10:08:02 fme 1.50.62.6: #i2109# Split table rows 2003/11/07 10:11:35 fme 1.50.62.5: RESYNC: (1.51-1.52); FILE MERGED 2003/11/07 07:23:55 fme 1.50.62.4: #i2109# Feature - Split table rows 2003/10/06 12:53:23 fme 1.50.62.3: #i2109# Feature - Split table rows 2003/09/08 09:34:39 fme 1.50.62.2: RESYNC: (1.50-1.51); FILE MERGED 2003/09/08 07:47:28 fme 1.50.62.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [0feb7d8b55faa8bbab63492fad3892f09a63e50f]

        INTEGRATION: CWS cellbreak (1.34.52); FILE MERGED 2003/11/14 10:08:02 fme 1.34.52.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [3414143631ffe35ac1cca07feedea7a187a49aa0]

        INTEGRATION: CWS cellbreak (1.46.44); FILE MERGED 2003/12/02 08:23:13 fme 1.46.44.5: RESYNC: (1.50-1.51); FILE MERGED 2003/11/14 10:08:01 fme 1.46.44.4: #i2109# Split table rows 2003/11/07 10:11:01 fme 1.46.44.3: RESYNC: (1.47-1.50); FILE MERGED 2003/09/08 09:34:31 fme 1.46.44.2: RESYNC: (1.46-1.47); FILE MERGED 2003/09/08 07:47:27 fme 1.46.44.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [6eb1bd1fa8803c025b1ce6196820c48f2c468bdb]

        INTEGRATION: CWS cellbreak (1.18.154); FILE MERGED 2003/11/27 08:24:58 fme 1.18.154.5: #i2109# Tables in frames in tables should be considered in IsInSplitRowFrm 2003/11/14 10:08:00 fme 1.18.154.4: #i2109# Split table rows 2003/11/07 07:23:30 fme 1.18.154.3: #i2109# Feature - Split table rows 2003/10/06 12:53:19 fme 1.18.154.2: #i2109# Feature - Split table rows 2003/09/08 07:47:27 fme 1.18.154.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [43a309962fcef165a3f9b4d284f615ce4ef01a1b]

        INTEGRATION: CWS cellbreak (1.11.154); FILE MERGED 2003/11/14 10:08:00 fme 1.11.154.2: #i2109# Split table rows 2003/09/08 07:47:26 fme 1.11.154.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [fc4f1b222392f507c78197f3b88451256f147be5]

        INTEGRATION: CWS cellbreak (1.38.22); FILE MERGED 2003/12/02 08:22:48 fme 1.38.22.5: RESYNC: (1.40-1.41); FILE MERGED 2003/11/14 10:07:59 fme 1.38.22.4: #i2109# Split table rows 2003/11/07 10:10:46 fme 1.38.22.3: RESYNC: (1.38-1.40); FILE MERGED 2003/10/06 12:53:16 fme 1.38.22.2: #i2109# Feature - Split table rows 2003/09/08 07:47:26 fme 1.38.22.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [6577c01d2fd4808c754e40a951ae1456324e68fc]

        INTEGRATION: CWS cellbreak (1.39.12); FILE MERGED 2003/11/20 08:49:15 fme 1.39.12.1: #i2109# Feature - Table row split - new attribute

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [3f6af28de215ad1d4e618b9fd982865a4ecd4b32]

        INTEGRATION: CWS cellbreak (1.32.52); FILE MERGED 2003/11/14 10:06:57 fme 1.32.52.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [04eb35d8390715c7bba63fc5094e01d031f80b6d]

        INTEGRATION: CWS cellbreak (1.6.154); FILE MERGED 2003/12/16 09:41:15 fme 1.6.154.4: #114342# Oversized table heading caused loops 2003/11/14 10:06:57 fme 1.6.154.3: #i2109# Split table rows 2003/10/06 12:52:33 fme 1.6.154.2: #i2109# Feature - Split table rows 2003/09/08 07:46:07 fme 1.6.154.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [4530918e38640f85d8baa69be387a9d820362ce6]

        INTEGRATION: CWS cellbreak (1.5.326); FILE MERGED 2003/11/14 10:06:56 fme 1.5.326.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [fba47cb45327de5ff17bd5d1eb792c56e67972a2]

        INTEGRATION: CWS cellbreak (1.3.330); FILE MERGED 2003/10/06 12:52:33 fme 1.3.330.2: #i2109# Feature - Split table rows 2003/09/08 07:46:06 fme 1.3.330.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [7147f498859ffb5ad9a9159b57607628ddf4d4f2]

        INTEGRATION: CWS cellbreak (1.11.46); FILE MERGED 2003/11/18 14:00:45 fme 1.11.46.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [4b5b14b194d5c35dbf7a936017ec89f3b8271667]

        INTEGRATION: CWS cellbreak (1.6.320); FILE MERGED 2003/09/08 07:46:06 fme 1.6.320.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [21713d9d6cf4d1a8749953eb04044b42766c9e06]

        INTEGRATION: CWS cellbreak (1.10.114); FILE MERGED 2003/11/14 10:06:56 fme 1.10.114.2: #i2109# Split table rows 2003/09/08 07:46:06 fme 1.10.114.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [bee1c8669762837e4cb87974e01b73af1de7f929]

        INTEGRATION: CWS cellbreak (1.32.62); FILE MERGED 2003/12/17 16:12:50 fme 1.32.62.5: #i2109# SetFixSize should be void 2003/12/17 16:01:31 fme 1.32.62.4: #i2109# Loop prevention for row frames with fixed height 2003/11/14 10:06:55 fme 1.32.62.3: #i2109# Split table rows 2003/10/06 12:52:31 fme 1.32.62.2: #i2109# Feature - Split table rows 2003/09/08 07:46:05 fme 1.32.62.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [db9f3c99b460666ad613342d95c57c358d6eddd8]

        INTEGRATION: CWS cellbreak (1.2.322); FILE MERGED 2003/11/14 10:06:55 fme 1.2.322.4: #i2109# Split table rows 2003/11/07 07:22:14 fme 1.2.322.3: #i2109# Feature - Split table rows 2003/10/06 12:52:27 fme 1.2.322.2: #i2109# Feature - Split table rows 2003/09/08 07:46:05 fme 1.2.322.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [09c9c69d29b8c0955214464dedae52f5214e4987]

        INTEGRATION: CWS cellbreak (1.4.324); FILE MERGED 2003/11/14 10:06:55 fme 1.4.324.3: #i2109# Split table rows 2003/11/07 10:12:15 fme 1.4.324.2: RESYNC: (1.4-1.5); FILE MERGED 2003/09/08 07:46:05 fme 1.4.324.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [cec51281b0495a68d5519b89c46bd9bb808b4843]

        INTEGRATION: CWS cellbreak (1.2.342); FILE MERGED 2003/11/14 10:06:54 fme 1.2.342.3: #i2109# Split table rows 2003/10/06 12:52:23 fme 1.2.342.2: #i2109# Feature - Split table rows 2003/09/08 07:46:04 fme 1.2.342.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [370094c8b24c0f8803cb245b2aa0973a1728ff9d]

        INTEGRATION: CWS cellbreak (1.16.114); FILE MERGED 2003/12/17 15:59:54 fme 1.16.114.6: #i2109# Cell frame does not have to have a lower 2003/11/14 10:05:40 fme 1.16.114.5: #i2109# Split table rows 2003/11/07 10:14:00 fme 1.16.114.4: RESYNC: (1.16-1.17); FILE MERGED 2003/11/07 07:21:53 fme 1.16.114.3: #i2109# Feature - Split table rows 2003/10/06 12:51:41 fme 1.16.114.2: #i2109# Feature - Split table rows 2003/09/08 07:45:35 fme 1.16.114.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [2a8cb30b873286169bd1a615bf2275628160ef3f]

        INTEGRATION: CWS cellbreak (1.15.74); FILE MERGED 2003/12/02 08:26:00 fme 1.15.74.4: RESYNC: (1.15-1.16); FILE MERGED 2003/11/20 08:48:59 fme 1.15.74.3: #i2109# Feature - Table row split - new attribute 2003/11/14 10:05:40 fme 1.15.74.2: #i2109# Split table rows 2003/09/08 07:45:25 fme 1.15.74.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [0cb9b7214e2a0c96a84168fafd81d9440e6ebddc]

        INTEGRATION: CWS cellbreak (1.6.154); FILE MERGED 2003/11/24 15:07:05 fme 1.6.154.3: #2109# Feature table row split - SetRowSplit should be recursive 2003/11/20 08:48:47 fme 1.6.154.2: #i2109# Feature - Table row split - new attribute 2003/11/14 10:05:27 fme 1.6.154.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [d3e55b3071a5d1b372bae50f35fe2040a77ae400]

        INTEGRATION: CWS cellbreak (1.11.154); FILE MERGED 2003/11/14 10:05:13 fme 1.11.154.3: #i2109# Split table rows 2003/11/07 10:16:42 fme 1.11.154.2: RESYNC: (1.11-1.12); FILE MERGED 2003/10/06 12:51:56 fme 1.11.154.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [5347edfeefc5b50fffdd0650d197d23fd451d289]

        INTEGRATION: CWS cellbreak (1.38.114); FILE MERGED 2003/11/20 08:47:29 fme 1.38.114.3: #i2109# Feature - Table row split - new attribute 2003/11/14 10:05:03 fme 1.38.114.2: #i2109# Split table rows 2003/11/07 07:21:17 fme 1.38.114.1: #i2109# Feature - Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [179ad18c83b9d54f67b2de6dad8074f17302e5f9]

        INTEGRATION: CWS cellbreak (1.45.58); FILE MERGED 2003/11/17 14:41:11 fme 1.45.58.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [6969dc140745ad4ff33370cd6424b2d7f7aeeab9]

        INTEGRATION: CWS cellbreak (1.9.32); FILE MERGED 2003/11/17 14:40:33 fme 1.9.32.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [11d4c92a29eafd94dc62af60611de25c39b1a28a]

        INTEGRATION: CWS cellbreak (1.87.66); FILE MERGED 2003/11/14 10:04:39 fme 1.87.66.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [3f76a9e9cd752ebe11b22a0ac23e6c31465867bc]

        INTEGRATION: CWS cellbreak (1.16.26); FILE MERGED 2003/11/20 08:47:08 fme 1.16.26.1: #i2109# Feature - Table row split - new attribute

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [62e58c2a9a66889c518385f47d2cd1c139a7a30d]

        INTEGRATION: CWS cellbreak (1.22.114); FILE MERGED 2003/11/20 08:47:07 fme 1.22.114.1: #i2109# Feature - Table row split - new attribute

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [967ef8d84ada1b7679d190ff46612ec433d6ba70]

        INTEGRATION: CWS cellbreak (1.17.26); FILE MERGED 2003/11/20 08:47:06 fme 1.17.26.1: #i2109# Feature - Table row split - new attribute

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [d114f0d499e736a1e44c78f5216e008cc92e27c1]

        INTEGRATION: CWS cellbreak (1.1.2); FILE ADDED 2003/11/20 08:52:52 fme 1.1.2.1: #i2109# Feature - Table row split - new attribute

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [2ac49cca5c6c91a5b2cc27e5e35975a1a5fc5d84]

        INTEGRATION: CWS cellbreak (1.30.62); FILE MERGED 2003/11/20 08:47:05 fme 1.30.62.3: #i2109# Feature - Table row split - new attribute 2003/11/14 10:40:37 fme 1.30.62.2: #i2109# Split table rows 2003/11/14 10:04:24 fme 1.30.62.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [4d51150c58bbdb93b91a96d871c49e6d349e51b7]

        INTEGRATION: CWS cellbreak (1.51.30); FILE MERGED 2003/11/20 08:47:01 fme 1.51.30.2: #i2109# Feature - Table row split - new attribute 2003/11/14 10:04:07 fme 1.51.30.1: #i2109# Split table rows

2004-01-13  Oliver Bolte  <obo@openoffice.org>  [4eba0c8d2da49d62c2e2307d386109292e540f84]

        INTEGRATION: CWS cellbreak (1.47.56); FILE MERGED 2003/11/17 14:29:44 fme 1.47.56.1: #i2109# Split table rows

2004-01-12  Kurt Zenker  <kz@openoffice.org>  [6630c4483c271fa1d9fc2b427c3650b68b5815e9]

        new version for SRX645

2004-01-12  Ingrid Halama  <iha@openoffice.org>  [8fb7f58276fd9541f6e17da81965648c8af5519f]

        changed matching: first category (index 0) matches with real number 1.0

2004-01-12  Björn Milcke  <bm@openoffice.org>  [196854dc1bc54565f5159c73238faa490834a051]

        model classes for net (radar) chart

2004-01-12  Björn Milcke  <bm@openoffice.org>  [f2b70627b38764d09a0702236d3f4a437ab768ba]

        template for net (radar) charts

2004-01-12  Björn Milcke  <bm@openoffice.org>  [276eba8aa5df524045f6987e134a54214d7fcd32]

        GPF if series for splines (both cubic, or b-splines) contain only one value

2004-01-08  Eike Rathke  <er@openoffice.org>  [0f36d20730bc3af4e3748162703367c88b567c40]

        #i17222# #i15631# icu::Calendar::EDateFields is deprecated, use UCalendarDateFields instead

2004-01-08  Rüdiger Timm  <rt@openoffice.org>  [b35eee51d9ba1af392f5289bcfa8a4447284b381]

        #100000# msg still needed in case of non-product builds.

2004-01-08  Ingrid Halama  <iha@openoffice.org>  [72329631669f48e99d768837726b3d3bf501fefe]

        paint axes above grids

2004-01-08  Kurt Zenker  <kz@openoffice.org>  [473ccbd24c012c010ec05d5e74e0129c80e6ecae]

        new version for SRC680

2004-01-08  Rüdiger Timm  <rt@openoffice.org>  [4de383e5dd21c0a4e7b2cba2eebcdfa6176e1aaf]

        #100000# In source/msole/makefile.mk we are linking against SVTOOLSLIB.

2004-01-08  Rüdiger Timm  <rt@openoffice.org>  [72de16521096c20d004b93c2c8012b64cdb9df0e]

        #100000# source/general/convert.cxx needs sot/clsids.hxx, so we depend on module sot.

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [42c7bcd62bf337d5c322fabf67704e3aba8d000a]

        new version for SRC680

2004-01-07  Kurt Zenker  <kz@openoffice.org>  [5be01380f0fdc5f69d05cf0147f9cd1de2ee80d9]

        new version for SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [14a0b1e9c60b6da86d58d2d7896fa5d4463db05d]

        INTEGRATION: CWS geordi2q12 (1.4.104); FILE MERGED 2004/01/07 15:30:07 hr 1.4.104.2: #111934#: merge CWS fwk01pp2 -> SRC680 2004/01/07 15:29:11 hr 1.4.104.1: #111934#: merge CWS fwk01pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [83c7b1688660a7fdec0c2d99417188aa3339a559]

        INTEGRATION: CWS geordi2q12 (1.25.10); FILE MERGED 2004/01/07 12:14:59 hr 1.25.10.1: #111934#: merge CWS sw7pp2a -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [174fd9890cf41e9cd544887d7263d1b58438e8b8]

        INTEGRATION: CWS geordi2q12 (1.37.50); FILE MERGED 2004/01/07 14:08:21 hr 1.37.50.2: #111934#: merge CWS mnemonics -> SRC680 2004/01/07 12:14:56 hr 1.37.50.1: #111934#: merge CWS sw7pp2a -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [55731c8d4d24c703c53bee42a29284a8d513309b]

        INTEGRATION: CWS geordi2q12 (1.28.146); FILE MERGED 2004/01/07 14:08:15 hr 1.28.146.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [04d494cdfec04cda2d33ac1a156a328d5d8af755]

        INTEGRATION: CWS geordi2q12 (1.39.50); FILE MERGED 2004/01/07 14:08:10 hr 1.39.50.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [d905624a73946f1f2d4c00cb049a4dc4c1064328]

        INTEGRATION: CWS geordi2q12 (1.4.50); FILE MERGED 2004/01/07 12:14:52 hr 1.4.50.1: #111934#: merge CWS sw7pp2a -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [3849ac6f43206b1ae72922145209a23b99789165]

        INTEGRATION: CWS geordi2q12 (1.46.14); FILE MERGED 2004/01/07 12:14:49 hr 1.46.14.1: #111934#: merge CWS sw7pp2a -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [6d320ca1d9a5e99170a1d711e53ae57e66f601f6]

        INTEGRATION: CWS geordi2q12 (1.26.62); FILE MERGED 2004/01/07 12:14:48 hr 1.26.62.1: #111934#: merge CWS sw7pp2a -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [b0b720910cf3ea008d498627c612f48f1fdcd9d7]

        INTEGRATION: CWS geordi2q12 (1.3.350); FILE MERGED 2004/01/07 12:14:46 hr 1.3.350.1: #111934#: merge CWS sw7pp2a -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [e167c81f979b8c7b5adf6f201f2cacf46d2d1850]

        INTEGRATION: CWS geordi2q12 (1.16.78); FILE MERGED 2004/01/06 14:57:25 hr 1.16.78.1: #111934# merge CWS cfg05 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [bcb36145ad05cc5ea0b634097ba1c8f26cb3d3c2]

        INTEGRATION: CWS geordi2q12 (1.7.136); FILE MERGED 2004/01/06 14:21:05 hr 1.7.136.1: #111934#: merge CWS pp1numfor -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [839ea3e5ead7dc781ef97d840066cf0a9fec37ed]

        INTEGRATION: CWS geordi2q12 (1.25.30); FILE MERGED 2004/01/07 15:22:35 hr 1.25.30.1: #111934#: merge CWS sal7pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [d2864e821c813e3def49352946c000474b86eeaa]

        INTEGRATION: CWS geordi2q12 (1.13.202); FILE MERGED 2004/01/07 15:22:33 hr 1.13.202.1: #111934#: merge CWS sal7pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [0727e3cbfe6e15c10578f4052d88060e9442fb16]

        INTEGRATION: CWS geordi2q12 (1.19.136); FILE MERGED 2004/01/07 15:22:31 hr 1.19.136.1: #111934#: merge CWS sal7pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [ca889b07e5fd375eaa2a42f902ac7c4183ff08ce]

        INTEGRATION: CWS geordi2q12 (1.18.2); FILE MERGED 2004/01/07 15:09:33 hr 1.18.2.1: #111934#: merge CWS crashrep7pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [e2b1cc9c723ff96a2d93157d00710555a19a8bc2]

        INTEGRATION: CWS geordi2q12 (1.8.14); FILE MERGED 2004/01/07 15:22:29 hr 1.8.14.1: #111934#: merge CWS sal7pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [e8d9ef40028dae8471bd0d827799aa8bec641453]

        INTEGRATION: CWS geordi2q12 (1.20.204); FILE MERGED 2004/01/07 14:14:59 hr 1.20.204.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [de5e588a977a9940df2194acf7b5fcd5815e46fe]

        INTEGRATION: CWS geordi2q12 (1.62.26); FILE MERGED 2004/01/07 14:14:58 hr 1.62.26.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [90cd40b67a687c93ed42b7e812560c753f2334b3]

        INTEGRATION: CWS geordi2q12 (1.13.80); FILE MERGED 2004/01/07 14:14:56 hr 1.13.80.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [6ca5bf11b9f130e0c0219df5cbce6b0b467ea6af]

        INTEGRATION: CWS geordi2q12 (1.8.2); FILE MERGED 2004/01/07 15:07:36 hr 1.8.2.1: #111934#: merge CWS crashrep7pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [4667051fe261e33e843bf879149502d94669e046]

        INTEGRATION: CWS geordi2q12 (1.14.2); FILE MERGED 2004/01/07 15:07:34 hr 1.14.2.1: #111934#: merge CWS crashrep7pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [cd52a17b3dfd5e4ef7da37472f7943988a21c439]

        INTEGRATION: CWS geordi2q12 (1.16.28); FILE MERGED 2004/01/07 12:01:19 hr 1.16.28.1: #111934#: merge CWS sw7pp2a -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [666cd20c5f2cc57112c17452336fbab660c98bbf]

        INTEGRATION: CWS geordi2q12 (1.52.282); FILE MERGED 2004/01/07 12:55:33 hr 1.52.282.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [11f0e8148c5719556e1b123ac1860bbd1fbdbd4c]

        INTEGRATION: CWS geordi2q12 (1.13.212); FILE MERGED 2004/01/07 12:55:32 hr 1.13.212.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [2bdeac66f6920aad7e0e8f4133e5c87708475e5c]

        INTEGRATION: CWS geordi2q12 (1.2.92); FILE MERGED 2004/01/07 15:26:30 hr 1.2.92.1: #111934#: merge CWS sal7pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [3c6f263c2a9de912d2fde4b87d280da09e0d8f96]

        INTEGRATION: CWS geordi2q12 (1.22.22); FILE MERGED 2004/01/06 14:18:44 hr 1.22.22.1: #111934#: merge CWS pp1numfor -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [b6178c72dbbaa3685a1d8b79d4f3856b5d2ea377]

        INTEGRATION: CWS geordi2q12 (1.5.52); FILE MERGED 2004/01/06 14:18:42 hr 1.5.52.1: #111934#: merge CWS pp1numfor -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [33ab997f3ddce6ca50a13835cfe1210e73792c72]

        INTEGRATION: CWS geordi2q12 (1.1.6); FILE ADDED 2004/01/06 14:18:37 hr 1.1.6.1: #111934#: merge CWS pp1numfor -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [118ebfab18cb093eb7009ae69c578c5ab3e14f89]

        INTEGRATION: CWS geordi2q12 (1.2.70); FILE MERGED 2004/01/06 14:18:33 hr 1.2.70.1: #111934#: merge CWS pp1numfor -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [9396a6c5b9355e2646aa9dfebcab1b4ab1901020]

        INTEGRATION: CWS geordi2q12 (1.22.52); FILE MERGED 2004/01/06 14:18:29 hr 1.22.52.1: #111934#: merge CWS pp1numfor -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [11abd115d41db7930392b97fdfa403e96c341a39]

        INTEGRATION: CWS geordi2q12 (1.22.16); FILE MERGED 2004/01/06 14:18:23 hr 1.22.16.1: #111934#: merge CWS pp1numfor -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [aa321ee4cde65425f7a0ec521c1a11245bd98123]

        INTEGRATION: CWS geordi2q12 (1.28.90); FILE MERGED 2004/01/07 14:25:15 hr 1.28.90.1: #111934#: merge CWS dba01pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [0c0d79e27c1f61caab6ff62488eef8c57adca593]

        INTEGRATION: CWS geordi2q12 (1.45.22); FILE MERGED 2004/01/07 14:41:22 hr 1.45.22.1: #111934#: merge CWS dba01pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [977dbaeb3d187abb51addab66ef5643373499079]

        INTEGRATION: CWS geordi2q12 (1.39.96); FILE MERGED 2004/01/07 14:00:18 hr 1.39.96.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [250c617f82ab5d07797acd62a5fb56cc8daf992e]

        INTEGRATION: CWS geordi2q12 (1.12.138); FILE MERGED 2004/01/07 12:24:29 hr 1.12.138.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [ee791cff8ba80d6640a2ae817d425efe8ea76621]

        INTEGRATION: CWS geordi2q12 (1.15.150); FILE MERGED 2004/01/07 12:24:27 hr 1.15.150.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [7551d831131e5e6131a0600477f416a967279ea4]

        INTEGRATION: CWS geordi2q12 (1.10.348); FILE MERGED 2004/01/07 12:27:04 hr 1.10.348.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [dd6d47ad815616431b96785bbc943e78a1fd10cd]

        INTEGRATION: CWS geordi2q12 (1.7.340); FILE MERGED 2004/01/07 12:27:00 hr 1.7.340.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [130f4990e54d995723af03156403afb472bf5263]

        INTEGRATION: CWS geordi2q12 (1.11.216); FILE MERGED 2004/01/07 12:26:57 hr 1.11.216.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [28d646ee70a6e17f7a0893706ace7b77630761db]

        INTEGRATION: CWS geordi2q12 (1.21.212); FILE MERGED 2004/01/07 12:52:48 hr 1.21.212.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [e6b3811a40ff41660a6b06bc4a27945916676272]

        INTEGRATION: CWS geordi2q12 (1.25.14); FILE MERGED 2004/01/07 12:22:34 hr 1.25.14.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [13e7b5ccaa60d7ef135cf677f3782ce7c9f34d79]

        INTEGRATION: CWS geordi2q12 (1.24.198); FILE MERGED 2004/01/07 14:32:44 hr 1.24.198.1: #111934#: merge CWS dba01pp2 -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [2a9b558d0590d051f7efc5e492b4f6fabc965ad4]

        INTEGRATION: CWS geordi2q12 (1.8.64); FILE MERGED 2004/01/07 12:25:09 hr 1.8.64.1: #111934#: merge CWS mnemonics -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [cd26d22ff4e7ea922f901b4cc9121928ee375cc6]

        INTEGRATION: CWS geordi2q12 (1.9.60); FILE MERGED 2004/01/06 14:30:29 hr 1.9.60.1: #111934#: merge CWS pp1numfor -> SRC680

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [45c1a7eb7226997bdbf2952b2445b16a227473b4]

        INTEGRATION: CWS geordi2q12 (1.18.96); FILE MERGED 2004/01/07 14:33:15 hr 1.18.96.1: #111934#: merge CWS dba01pp2 -> SRC680

2004-01-07  Kurt Zenker  <kz@openoffice.org>  [9b3793185841cc81db38e28b5cfda92e300d0243]

        new version for FIX645

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [1dea79f48114a002449b2625ce4e07dbf07a0e13]

        #100000# undo last commit (we must not integrate wntmsci8-files changed on CWSs).

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [539ddf7929050923c8092e2c83fe0bb0a0c7f3a0]

        #100000# undo last commit (we must not integrate wntmsci8-files changed on CWSs).

2004-01-07  Rüdiger Timm  <rt@openoffice.org>  [80d2757c102b05ff29355516ffd8e765dcc0df6a]

        #100000# changed by VG

2004-01-07  Kurt Zenker  <kz@openoffice.org>  [732aa24b100cf871c4b5578ec4150c7af2b3df24]

        new version for FIX645

2004-01-06  Ingrid Halama  <iha@openoffice.org>  [ff2df87a01cdb963a52da1539fa49ba42aef691a]

        3D data labels

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e88f4cef747080479a98dd2f9ca1fac5c1cf12a8]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.164); FILE MERGED 2003/12/04 15:59:17 mt 1.1.1.1.164.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cad7536caae2062150a96b0fa7bb53c630035f56]

        INTEGRATION: CWS vclcleanup02 (1.14.64); FILE MERGED 2003/12/04 15:59:13 mt 1.14.64.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [966d33b748e7afec04bfe4a609d5e5ad0897592c]

        INTEGRATION: CWS vclcleanup02 (1.51.64); FILE MERGED 2003/12/11 09:06:14 mt 1.51.64.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 15:59:13 mt 1.51.64.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Ingrid Halama  <iha@openoffice.org>  [eeec3a207b7b0a6e36831b9455563a5858a74c45]

        enable 3D data labels

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [435590ba168e16e7ab38af1172b0988558b77bbf]

        INTEGRATION: CWS vclcleanup02 (1.20.4); FILE MERGED 2003/12/04 15:59:12 mt 1.20.4.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [df044066d11880e65671a14f5601597184e0e294]

        INTEGRATION: CWS vclcleanup02 (1.3.120); FILE MERGED 2003/12/11 09:06:14 mt 1.3.120.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 15:59:11 mt 1.3.120.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3baed21848787576ed86bc3eda4a33e5e585424e]

        INTEGRATION: CWS vclcleanup02 (1.3.92); FILE MERGED 2003/12/11 09:06:12 mt 1.3.92.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3bcfd8c6bcc8fd135c0506a674633a0c1caa0a90]

        INTEGRATION: CWS vclcleanup02 (1.4.76); FILE MERGED 2003/12/11 09:06:12 mt 1.4.76.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [31bf54968b0379ff50cd98198fa70a0c4fa7d176]

        INTEGRATION: CWS vclcleanup02 (1.3.92); FILE MERGED 2003/12/11 09:06:11 mt 1.3.92.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Ingrid Halama  <iha@openoffice.org>  [40f0e9899459c3eed07f4c2f7a6c58b5ba4867f3]

        added method transformSceneToScreenPosition

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [81f7f3840f7b881f9cccf6780d16e0d0a3f2878e]

        INTEGRATION: CWS vclcleanup02 (1.14.4); FILE MERGED 2003/12/11 09:06:10 mt 1.14.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [03eea0e457d0d46020adc6e9314550cce5987e26]

        INTEGRATION: CWS vclcleanup02 (1.11.78); FILE MERGED 2003/12/04 15:59:10 mt 1.11.78.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [464365f177368f8f84c23939687ca0a6a88e0adf]

        INTEGRATION: CWS vclcleanup02 (1.4.120); FILE MERGED 2003/12/04 15:59:09 mt 1.4.120.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9a025b6c25ebd78ac94968e558da7e57e9b66bbc]

        INTEGRATION: CWS vclcleanup02 (1.13.78); FILE MERGED 2003/12/04 15:59:09 mt 1.13.78.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3bf732178b398231dfed8bde78c00f03f84ce072]

        INTEGRATION: CWS vclcleanup02 (1.7.20); FILE MERGED 2003/12/11 09:06:09 mt 1.7.20.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Ingrid Halama  <iha@openoffice.org>  [62bec995a23dc50e94b59728291422519a6f1ecd]

        added method getDataPointLabelIfLabel

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6a852cd9a944a5582a71a84b6c142217bb39b954]

        INTEGRATION: CWS vclcleanup02 (1.15.20); FILE MERGED 2003/12/11 09:06:09 mt 1.15.20.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [91129773b700955a5a8273a99c29537e748aa6fc]

        INTEGRATION: CWS vclcleanup02 (1.3.78); FILE MERGED 2003/12/11 09:06:08 mt 1.3.78.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9eeeb921cca3fbfee0406cd3c7ab0c97992cab97]

        INTEGRATION: CWS vclcleanup02 (1.4.92); FILE MERGED 2003/12/11 09:06:08 mt 1.4.92.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3850d9752e41077b3af2a2964872f7f1c7b259c8]

        INTEGRATION: CWS vclcleanup02 (1.50.60); FILE MERGED 2003/12/11 09:06:07 mt 1.50.60.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 15:59:08 mt 1.50.60.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Ingrid Halama  <iha@openoffice.org>  [d38147e75068d5d096ad1b1230d994b96ed9c6d4]

        workaround for buggy 3D pie segments

2004-01-06  Ingrid Halama  <iha@openoffice.org>  [8866e26cc36f62462dbd537f1f71beb8e1ec133c]

        handle NULL

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [64b3b918e0cc3e860e8dba779fbb0c017f2f86ce]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/04 17:04:17 mt 1.1.1.1.428.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7ffceb609e68f2c4b3628c020d40d08ab4ae6771]

        INTEGRATION: CWS vclcleanup02 (1.3.392); FILE MERGED 2003/12/04 17:04:16 mt 1.3.392.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d6808fd54180422dbc5b49f35ecf790d1fe41404]

        INTEGRATION: CWS vclcleanup02 (1.2.406); FILE MERGED 2003/12/04 17:04:16 mt 1.2.406.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bbeb97c5f076020af4777c42fcdc96a004e7c6f0]

        INTEGRATION: CWS vclcleanup02 (1.45.76); FILE MERGED 2003/12/04 17:04:09 mt 1.45.76.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [52910b67286e1525aa9a3c2e8d63aae6b6d8dab4]

        INTEGRATION: CWS vclcleanup02 (1.2.406); FILE MERGED 2003/12/04 17:04:08 mt 1.2.406.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [55c53b02f3076f0eb779f7214466bfa281689324]

        INTEGRATION: CWS vclcleanup02 (1.15.384); FILE MERGED 2003/12/11 09:07:27 mt 1.15.384.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bcba47fb1234a4efccb50f001f9a8eb934e45607]

        INTEGRATION: CWS vclcleanup02 (1.33.390); FILE MERGED 2003/12/04 17:04:05 mt 1.33.390.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b216255647c9f0c0bd2780e2ca69b2eb465c4b18]

        INTEGRATION: CWS vclcleanup02 (1.53.212); FILE MERGED 2003/12/04 17:04:05 mt 1.53.212.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [69ccb696d5c5889f4c0d7d182e1ed32f69ebc6b5]

        INTEGRATION: CWS vclcleanup02 (1.50.212); FILE MERGED 2003/12/04 17:04:04 mt 1.50.212.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [755dae22be3d5d6d7752ca7cb4d41e90f76128ee]

        INTEGRATION: CWS vclcleanup02 (1.32.212); FILE MERGED 2003/12/04 17:04:03 mt 1.32.212.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7dd66c672e6458ca7fd2ae0619e48e701c6fcd1e]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/11 09:07:26 mt 1.1.1.1.428.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0ef69257eff466cee866c6d6c20903d7a21a9ec7]

        INTEGRATION: CWS vclcleanup02 (1.3.60); FILE MERGED 2003/12/11 09:07:26 mt 1.3.60.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c3b320ef2a49c1340d923c31aa09b890572121e7]

        INTEGRATION: CWS vclcleanup02 (1.23.244); FILE MERGED 2003/12/04 17:04:02 mt 1.23.244.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [baf32daa2b55a149c7af034d27c47cbf3b9fe931]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/04 17:04:01 mt 1.1.1.1.428.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7c40b4a0334712b7ac125b302c17b519c577f716]

        INTEGRATION: CWS vclcleanup02 (1.23.146); FILE MERGED 2003/12/11 09:07:24 mt 1.23.146.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c78e0b967b2e0f576bbf2bbcff2d1a8d65d59239]

        INTEGRATION: CWS vclcleanup02 (1.7.146); FILE MERGED 2003/12/19 07:38:40 mt 1.7.146.1: #i23061# More VCL cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e920f99f630867df02cc6ae9daed1f766ac11fec]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/19 07:38:39 mt 1.1.1.1.428.1: #i23061# More VCL cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9cdc2c0f8ef019c44bbddb11c223823291540718]

        INTEGRATION: CWS vclcleanup02 (1.3.392); FILE MERGED 2003/12/11 09:07:23 mt 1.3.392.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [92099bdf2c1eea3475bb997a364e164bb4089f31]

        INTEGRATION: CWS vclcleanup02 (1.5.244); FILE MERGED 2003/12/11 09:07:23 mt 1.5.244.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fdadccbc894528a52ef3c6f0bd41c4d0bb112345]

        INTEGRATION: CWS vclcleanup02 (1.8.224); FILE MERGED 2003/12/11 09:07:22 mt 1.8.224.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [31e6eee846fc1b288b646ea570fd979048bcf245]

        INTEGRATION: CWS vclcleanup02 (1.3.224); FILE MERGED 2003/12/11 09:07:22 mt 1.3.224.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [da045d338e66c15578bec577c6c4c2497f37eda7]

        INTEGRATION: CWS vclcleanup02 (1.4.244); FILE MERGED 2003/12/11 09:07:21 mt 1.4.244.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0a7167d440c64a1ab10c054913c4b6224e8f6940]

        INTEGRATION: CWS vclcleanup02 (1.9.382); FILE MERGED 2003/12/11 09:07:21 mt 1.9.382.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [35079ddf517d0035d412be26f166a94b105bb4a0]

        INTEGRATION: CWS vclcleanup02 (1.40.14); FILE MERGED 2003/12/04 17:03:57 mt 1.40.14.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2a054efb95fb33381ae1636020b0b158c7d27a86]

        INTEGRATION: CWS vclcleanup02 (1.24.62); FILE MERGED 2003/12/11 09:07:20 mt 1.24.62.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b72a80a66bfc3614456c33c7a714782ff8a535d1]

        INTEGRATION: CWS vclcleanup02 (1.17.72); FILE MERGED 2003/12/05 16:56:24 mt 1.17.72.2: RESYNC: (1.17-1.18); FILE MERGED 2003/12/04 17:03:56 mt 1.17.72.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [02410bee829ccea439a45de5f98d6d2df8f6bec3]

        INTEGRATION: CWS vclcleanup02 (1.3.414); FILE MERGED 2003/12/04 17:03:55 mt 1.3.414.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [56fa7120a9944d6a0cedf9820c03494b475e9594]

        INTEGRATION: CWS vclcleanup02 (1.4.216); FILE MERGED 2003/12/11 09:07:19 mt 1.4.216.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:56:18 mt 1.4.216.2: RESYNC: (1.4-1.5); FILE MERGED 2003/12/04 17:03:54 mt 1.4.216.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [76d4ab3eddca27f21930272d697843f70738419b]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/11 09:07:17 mt 1.1.1.1.428.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [69ecf2d91295a4deb9f88dcb75d07b603c9923e9]

        INTEGRATION: CWS vclcleanup02 (1.3.412); FILE MERGED 2003/12/04 17:03:52 mt 1.3.412.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fa9e50e4ccbd826b5e59d89f0e2186dbda2f0ba7]

        INTEGRATION: CWS vclcleanup02 (1.11.214); FILE MERGED 2003/12/11 09:07:16 mt 1.11.214.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b530858a1edb5a8b04c0f1b893e88733f356c734]

        INTEGRATION: CWS vclcleanup02 (1.15.244); FILE MERGED 2003/12/11 09:07:13 mt 1.15.244.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [945ff704e9fcc913c92a198282ef300c3307e84d]

        INTEGRATION: CWS vclcleanup02 (1.8.236); FILE MERGED 2003/12/04 17:03:52 mt 1.8.236.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [21e48a073453d85a1d72ab6bf9eccb34fc548e51]

        INTEGRATION: CWS vclcleanup02 (1.18.6); FILE MERGED 2003/12/11 09:07:12 mt 1.18.6.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c3c41055d2171b8b674b2457d84476f570311f07]

        INTEGRATION: CWS vclcleanup02 (1.107.46); FILE MERGED 2003/12/04 17:03:51 mt 1.107.46.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [96d57f44d1adc21b820eead253eb47695197991c]

        INTEGRATION: CWS vclcleanup02 (1.4.14); FILE MERGED 2003/12/11 09:07:10 mt 1.4.14.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [84695dfc8356e69934d24c5700861fc1c55d28ac]

        INTEGRATION: CWS vclcleanup02 (1.1.404); FILE MERGED 2003/12/11 09:07:09 mt 1.1.404.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a34ec07baf90334459f3f39327743af8b78fab9e]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.428); FILE MERGED 2003/12/04 17:03:48 mt 1.1.1.1.428.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a118f881acb305822e96da8344664cb457b7a748]

        INTEGRATION: CWS vclcleanup02 (1.5.224); FILE MERGED 2003/12/11 09:07:05 mt 1.5.224.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1e1d3bbfb9cd548dfbcb800dc136e88762c6a300]

        INTEGRATION: CWS vclcleanup02 (1.15.18); FILE MERGED 2003/12/04 16:27:34 mt 1.15.18.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [20418cf05e0b046504ffb234583ce1a4e461f6f1]

        INTEGRATION: CWS vclcleanup02 (1.16.14); FILE MERGED 2003/12/04 16:15:53 mt 1.16.14.1: #i23061# Fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7af9333280394c5bec844c7e359e6ce0b8bc7ee0]

        INTEGRATION: CWS vclcleanup02 (1.12.12); FILE MERGED 2003/12/04 16:50:25 mt 1.12.12.1: #i23061# Fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c4267f2fc31292fa4dccba7e5cf45276c3e3fac5]

        INTEGRATION: CWS vclcleanup02 (1.21.70); FILE MERGED 2003/12/04 16:56:57 mt 1.21.70.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d44a6f8bc99056de6c00e57e5c31e6fe8cbfc453]

        INTEGRATION: CWS vclcleanup02 (1.38.210); FILE MERGED 2003/12/05 16:32:20 mt 1.38.210.2: RESYNC: (1.38-1.39); FILE MERGED 2003/12/04 16:56:57 mt 1.38.210.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [983aae98c8c8bdf4a2131b630ed1f4d3a5511145]

        INTEGRATION: CWS vclcleanup02 (1.18.4); FILE MERGED 2003/12/11 09:16:25 mt 1.18.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8874a383c864c07ea87ac305099cfdb39b3d15fe]

        INTEGRATION: CWS vclcleanup02 (1.36.56); FILE MERGED 2003/12/11 09:16:25 mt 1.36.56.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5542e18124b339979028ae8466b115b52fa2761a]

        INTEGRATION: CWS vclcleanup02 (1.18.216); FILE MERGED 2003/12/11 09:16:24 mt 1.18.216.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [91c1e50df640a52f7a66e3f37ef785910f34c8cf]

        INTEGRATION: CWS vclcleanup02 (1.11.170); FILE MERGED 2003/12/11 09:16:24 mt 1.11.170.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e11400c13773180c425c5162c24375c329ed3cd6]

        INTEGRATION: CWS vclcleanup02 (1.44.82); FILE MERGED 2003/12/11 09:16:23 mt 1.44.82.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 16:56:56 mt 1.44.82.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [de1505fc8df81614992f090205fbd25efa54b4d4]

        INTEGRATION: CWS vclcleanup02 (1.21.86); FILE MERGED 2003/12/04 16:56:56 mt 1.21.86.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9fca21ec7542c603ed5f5d49aa9a80754901a771]

        INTEGRATION: CWS vclcleanup02 (1.2.348); FILE MERGED 2003/12/04 16:56:56 mt 1.2.348.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3b9294469a5ccca84cc578944a9db7a5387c395f]

        INTEGRATION: CWS vclcleanup02 (1.10.326); FILE MERGED 2003/12/11 09:16:22 mt 1.10.326.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [20fa976debf67228eaae0cb54fa55237a1d45658]

        INTEGRATION: CWS vclcleanup02 (1.13.218); FILE MERGED 2003/12/11 09:16:22 mt 1.13.218.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2cea4126ffb0c9ba798b86ce42fd9fc8a5c63818]

        INTEGRATION: CWS vclcleanup02 (1.6.58); FILE MERGED 2003/12/11 09:16:21 mt 1.6.58.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 16:56:55 mt 1.6.58.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3a1bc32d3793dcebf18b0530bd79948fd315f995]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.362); FILE MERGED 2003/12/11 09:16:20 mt 1.1.1.1.362.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fbba0a313a19574a5a199bc0a7f82b8d8eb42d67]

        INTEGRATION: CWS vclcleanup02 (1.2.324); FILE MERGED 2003/12/11 09:16:19 mt 1.2.324.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dcfca7e3c2570e494591403823030f0a140d1d3d]

        INTEGRATION: CWS vclcleanup02 (1.10.80); FILE MERGED 2003/12/11 09:16:19 mt 1.10.80.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fadd372096a33d842e375687a13d5570b37db901]

        INTEGRATION: CWS vclcleanup02 (1.7.318); FILE MERGED 2003/12/11 09:16:17 mt 1.7.318.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2e07e7871b2a65a0a97050fdcc967f61de5de22f]

        INTEGRATION: CWS vclcleanup02 (1.4.318); FILE MERGED 2003/12/04 16:56:54 mt 1.4.318.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3de93ba8d156a2d6f2ccd3b20181b83fa3021fdd]

        INTEGRATION: CWS vclcleanup02 (1.17.154); FILE MERGED 2003/12/11 09:16:17 mt 1.17.154.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [40cdd66417e03a789c7965ed3a024070646675c1]

        INTEGRATION: CWS vclcleanup02 (1.34.44); FILE MERGED 2003/12/04 16:56:53 mt 1.34.44.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7ec82693554e8fba682176ad91682e07ff7fa0fa]

        INTEGRATION: CWS vclcleanup02 (1.28.218); FILE MERGED 2003/12/12 07:07:49 mt 1.28.218.1: #i23061# VCL cleanup...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [548f7fdf7f90983fa50d0e6c69bf485addb44b58]

        INTEGRATION: CWS vclcleanup02 (1.11.194); FILE MERGED 2003/12/12 07:07:48 mt 1.11.194.1: #i23061# VCL cleanup...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [61deaf42a26f85fff49a8ea83cc754701930310a]

        INTEGRATION: CWS vclcleanup02 (1.6.218); FILE MERGED 2003/12/11 09:16:15 mt 1.6.218.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [587c8527765a70d2a0c824480663c97913be814f]

        INTEGRATION: CWS vclcleanup02 (1.36.42); FILE MERGED 2003/12/11 09:16:14 mt 1.36.42.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [34088ef42a802d09bcad7a98cb2c9a2487d5b944]

        INTEGRATION: CWS vclcleanup02 (1.10.218); FILE MERGED 2003/12/04 16:56:53 mt 1.10.218.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a144867c152af85942a5f4780ceb84029c5a6a2d]

        INTEGRATION: CWS vclcleanup02 (1.19.218); FILE MERGED 2003/12/04 16:56:52 mt 1.19.218.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d763de7cfe316b48d9be3dbe3b1aaa605cdecee7]

        INTEGRATION: CWS vclcleanup02 (1.42.4); FILE MERGED 2003/12/11 09:16:12 mt 1.42.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [92a31fe5145a2d7dd9a0c15fcfa8f6e14b9eec94]

        INTEGRATION: CWS vclcleanup02 (1.9.58); FILE MERGED 2003/12/11 09:16:11 mt 1.9.58.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 16:56:52 mt 1.9.58.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a2d8bc61d807732113019e09920f052786bc3032]

        INTEGRATION: CWS vclcleanup02 (1.32.82); FILE MERGED 2003/12/11 09:16:10 mt 1.32.82.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a353db1e1af9796defbf445c47b1a76b64039518]

        INTEGRATION: CWS vclcleanup02 (1.50.82); FILE MERGED 2003/12/05 16:30:35 mt 1.50.82.2: RESYNC: (1.50-1.52); FILE MERGED 2003/12/04 16:56:51 mt 1.50.82.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [56ced72a6e9b2010d39bdb4f7e73ed044c95d732]

        INTEGRATION: CWS vclcleanup02 (1.4.318); FILE MERGED 2003/12/11 09:16:09 mt 1.4.318.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bb6143e42b7939bb26d7780fe4bcfe0ca2ccef02]

        INTEGRATION: CWS vclcleanup02 (1.39.54); FILE MERGED 2003/12/05 16:29:51 mt 1.39.54.2: RESYNC: (1.39-1.40); FILE MERGED 2003/12/04 16:56:50 mt 1.39.54.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4f8fdbb2f9bbcb84befcf56cf2aa0e9f55acfbd9]

        INTEGRATION: CWS vclcleanup02 (1.20.4); FILE MERGED 2003/12/11 09:16:08 mt 1.20.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a2e7f718592dc8a94fb976f69c34ffd447732c01]

        INTEGRATION: CWS vclcleanup02 (1.47.8); FILE MERGED 2003/12/04 16:54:27 mt 1.47.8.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f29eae4841cc8c46eac46e50ca47cda31e38e5a4]

        INTEGRATION: CWS vclcleanup02 (1.37.148); FILE MERGED 2003/12/04 16:54:26 mt 1.37.148.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d8510db66e83342a0787a908d1d11b38691c965f]

        INTEGRATION: CWS vclcleanup02 (1.29.8); FILE MERGED 2003/12/11 09:17:32 mt 1.29.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [54d6bb4a4523652ca802fc74a5faf1bae1925ff5]

        INTEGRATION: CWS vclcleanup02 (1.18.182); FILE MERGED 2003/12/11 09:17:32 mt 1.18.182.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2ead91bf7ee20fc04d5b0290eb166757006a30b7]

        INTEGRATION: CWS vclcleanup02 (1.16.184); FILE MERGED 2003/12/11 09:17:32 mt 1.16.184.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [03c0b755b4883a256b69e83c21d040af6f7f15cd]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.336); FILE MERGED 2003/12/11 09:17:30 mt 1.1.1.1.336.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [50e7e6b1e8e4dd83feeab4b1258a4f011bdcc387]

        INTEGRATION: CWS vclcleanup02 (1.5.300); FILE MERGED 2003/12/04 16:54:25 mt 1.5.300.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2d21e82fdd8e6c0ab0fd61e0fe1044debf385215]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.336); FILE MERGED 2003/12/11 09:17:29 mt 1.1.1.1.336.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5b37a4fa32846f9a4138cf41cee034ba1e9fa84a]

        INTEGRATION: CWS vclcleanup02 (1.4.8); FILE MERGED 2003/12/11 09:17:28 mt 1.4.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ade93d3831400fa662e0c230ef57411eabe5285c]

        INTEGRATION: CWS vclcleanup02 (1.10.8); FILE MERGED 2003/12/11 09:17:28 mt 1.10.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [80528a9614b8dd25070447032e31eea31fc5bd09]

        INTEGRATION: CWS vclcleanup02 (1.3.322); FILE MERGED 2003/12/11 09:17:26 mt 1.3.322.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f5d3eac9d33465a31d277cde3711116a1a897ae6]

        INTEGRATION: CWS vclcleanup02 (1.20.46); FILE MERGED 2003/12/04 16:54:23 mt 1.20.46.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e6b8e043ad54f0bb3a678e64ced40e9ec62b6682]

        INTEGRATION: CWS vclcleanup02 (1.5.8); FILE MERGED 2003/12/11 09:17:26 mt 1.5.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [916dc55ba856461dd6ec9914b095f1d197d3f9d9]

        INTEGRATION: CWS vclcleanup02 (1.1.302); FILE MERGED 2003/12/11 09:17:24 mt 1.1.302.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [712c36293c887a99a0af4f69a38bd9e5f25e6cb9]

        INTEGRATION: CWS vclcleanup02 (1.72.2); FILE MERGED 2003/12/11 09:17:23 mt 1.72.2.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a57bb253363b9ac86a2dd6e1b0525c0a0f4f2486]

        INTEGRATION: CWS vclcleanup02 (1.40.2); FILE MERGED 2003/12/11 09:17:23 mt 1.40.2.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ae7f66226237a373da18d1a4ef17b755c9563c0a]

        INTEGRATION: CWS vclcleanup02 (1.26.138); FILE MERGED 2003/12/04 16:54:21 mt 1.26.138.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1658f1bb497fccbe058b1f4055051d6a53518c4b]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.336); FILE MERGED 2003/12/11 09:17:22 mt 1.1.1.1.336.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [35e5abe8c2a90a90d88931f8cb5bf0a98abe70cc]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.336); FILE MERGED 2003/12/11 09:17:21 mt 1.1.1.1.336.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [80cfc13fadd88278ffca84b5e6d18f28b507a640]

        INTEGRATION: CWS vclcleanup02 (1.6.92); FILE MERGED 2003/12/04 15:40:31 mt 1.6.92.1: #i23061# Removed unnecessary includes

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [53809641564e4819614a3349b325a289cc7fb2c5]

        INTEGRATION: CWS vclcleanup02 (1.1.120); FILE MERGED 2003/12/04 15:38:35 mt 1.1.120.1: #i23061# DTOR now virtual to avoid gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0683a23249cdfe42a98d652c150611e404e799c1]

        INTEGRATION: CWS vclcleanup02 (1.2.170); FILE MERGED 2003/12/04 17:12:23 mt 1.2.170.1: #i23061# Removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fe39b3068f7ab815fd0113a459e5e2e7bfed73d1]

        INTEGRATION: CWS vclcleanup02 (1.5.152); FILE MERGED 2003/12/04 17:12:22 mt 1.5.152.1: #i23061# Removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [81f79f90c3efa039d391221a1b178b883bc0997f]

        INTEGRATION: CWS vclcleanup02 (1.16.170); FILE MERGED 2003/12/04 17:12:21 mt 1.16.170.1: #i23061# Removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c238add01c3151299d8039072d2fc64ad4533491]

        INTEGRATION: CWS vclcleanup02 (1.125.6); FILE MERGED 2003/12/05 17:00:59 mt 1.125.6.2: RESYNC: (1.125-1.126); FILE MERGED 2003/12/04 17:12:21 mt 1.125.6.1: #i23061# Removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f4935510a8b7aab5504b09e18a6bee9f14988107]

        INTEGRATION: CWS vclcleanup02 (1.14.8); FILE MERGED 2003/12/04 17:25:50 mt 1.14.8.1: #i23061# Removed SUPD stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5b276971d5c3fc72dbea650b985e9bb6686e1f67]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.200); FILE MERGED 2003/12/04 17:24:05 mt 1.1.1.1.200.1: #i23061# Removed SUPD and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3c9d6b83f3cc8ce03998e2d60cede7946589469f]

        INTEGRATION: CWS vclcleanup02 (1.7.70); FILE MERGED 2003/12/04 17:24:04 mt 1.7.70.1: #i23061# Removed SUPD and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4829387bfc28985c2861338fbf67ada26f8b42ac]

        INTEGRATION: CWS vclcleanup02 (1.7.186); FILE MERGED 2003/12/04 17:24:04 mt 1.7.186.1: #i23061# Removed SUPD and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [839094e2e8d1a9b2c47330bdc0ee96cbcbb55038]

        INTEGRATION: CWS vclcleanup02 (1.3.102); FILE MERGED 2003/12/04 17:24:39 mt 1.3.102.1: #i23061# Removed SUPD and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5613f52921ea63b119af14db355922860f742add]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.200); FILE MERGED 2003/12/04 17:24:38 mt 1.1.1.1.200.1: #i23061# Removed SUPD and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [708ba330957a4f02ef16989268d33429f25cac0d]

        INTEGRATION: CWS vclcleanup02 (1.13.86); FILE MERGED 2003/12/04 17:24:38 mt 1.13.86.1: #i23061# Removed SUPD and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f9b01b480504eef1be6cb124db54a59c71b0788c]

        INTEGRATION: CWS vclcleanup02 (1.24.102); FILE MERGED 2003/12/11 08:28:05 mt 1.24.102.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6a567de1f0652a9d592de5fd9f7fecfc60a48ced]

        INTEGRATION: CWS vclcleanup02 (1.15.34); FILE MERGED 2003/12/04 17:22:46 mt 1.15.34.1: #i23061# Removed SUPD stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [91739cbfc65dc9e94095d38a158a6970a8692b91]

        INTEGRATION: CWS vclcleanup02 (1.2.194); FILE MERGED 2003/12/04 17:22:25 mt 1.2.194.1: #i23061# Removed SUPD stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2a07aca8556466abcd1a241a7e9112ee1f7420a9]

        INTEGRATION: CWS vclcleanup02 (1.28.14); FILE MERGED 2003/12/12 07:08:04 mt 1.28.14.1: #i23061# VCL cleanup...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b048f9044f0b475f2bf10b290edc1bc8602fd101]

        INTEGRATION: CWS vclcleanup02 (1.17.14); FILE MERGED 2003/12/12 07:08:04 mt 1.17.14.1: #i23061# VCL cleanup...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b7164c321c128808adb77f7b52e24d99abf28d5d]

        INTEGRATION: CWS vclcleanup02 (1.59.8); FILE MERGED 2003/12/11 09:10:22 mt 1.59.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [363fa03ddd2b312362d6458e2aa902deadf54dc6]

        INTEGRATION: CWS vclcleanup02 (1.14.6); FILE MERGED 2003/12/11 09:10:22 mt 1.14.6.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8cf597b6b20c811ffa32045c397f96e13ba3ffed]

        INTEGRATION: CWS vclcleanup02 (1.46.250); FILE MERGED 2003/12/11 09:10:19 mt 1.46.250.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bbc4da066deefd1f6ab093d7cffcb0c8a7923476]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.512); FILE MERGED 2003/12/11 09:10:18 mt 1.1.1.1.512.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [faa4711e0dcf0dbbdebe0ed6dbefff24654cee30]

        INTEGRATION: CWS vclcleanup02 (1.4.304); FILE MERGED 2003/12/11 09:10:14 mt 1.4.304.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e6b7ead1dcb7ffb5f2d0d8f1b0d87bb16bac558d]

        INTEGRATION: CWS vclcleanup02 (1.6.304); FILE MERGED 2003/12/11 09:10:14 mt 1.6.304.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cf0ebfb19eb29881d60ec4df25a83e736c494f5f]

        INTEGRATION: CWS vclcleanup02 (1.4.6); FILE MERGED 2003/12/11 09:10:11 mt 1.4.6.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [714228749c8e15f915e57f4486ca89636b46e94a]

        INTEGRATION: CWS vclcleanup02 (1.91.50); FILE MERGED 2003/12/11 15:17:39 mt 1.91.50.2: RESYNC: (1.91-1.92); FILE MERGED 2003/12/11 09:10:09 mt 1.91.50.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [98faddd65a6a4f89154f9211fc76b19d8054bca5]

        INTEGRATION: CWS vclcleanup02 (1.53.50); FILE MERGED 2003/12/11 15:19:03 mt 1.53.50.2: RESYNC: (1.53-1.54); FILE MERGED 2003/12/11 09:10:08 mt 1.53.50.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b158c9e40b3b62e0565f762977d3830fe4a45ca7]

        INTEGRATION: CWS vclcleanup02 (1.4.314); FILE MERGED 2003/12/04 15:56:39 mt 1.4.314.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [76959d774f54675a2280cd89015afef151bef64f]

        INTEGRATION: CWS vclcleanup02 (1.3.304); FILE MERGED 2003/12/11 09:10:03 mt 1.3.304.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0eb29234724a0986a5094680ae9e2579f24aeb3f]

        INTEGRATION: CWS vclcleanup02 (1.23.304); FILE MERGED 2003/12/04 15:56:38 mt 1.23.304.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0ea7926198faa041a17be0d25bac9968a2b1ec5f]

        INTEGRATION: CWS vclcleanup02 (1.83.82); FILE MERGED 2003/12/11 09:10:00 mt 1.83.82.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3361a7c6e8bc5b8632b2e3ec7d22dc2b8a0718bc]

        INTEGRATION: CWS vclcleanup02 (1.39.8); FILE MERGED 2003/12/11 09:09:59 mt 1.39.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f97efbe6919164ee80aebd0358897b28872603b4]

        INTEGRATION: CWS vclcleanup02 (1.73.6); FILE MERGED 2003/12/11 09:09:53 mt 1.73.6.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fd692e9eec7e8a02c12952b585b283ff056d1e0d]

        INTEGRATION: CWS vclcleanup02 (1.4.304); FILE MERGED 2003/12/11 09:09:52 mt 1.4.304.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cbfb2c0ea5dc0325ec37ac4d392fad449d34bc7a]

        INTEGRATION: CWS vclcleanup02 (1.33.8); FILE MERGED 2003/12/05 15:43:30 mt 1.33.8.2: RESYNC: (1.33-1.35); FILE MERGED 2003/12/04 15:56:36 mt 1.33.8.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [135b0bc76be64840f5572f0b7d2f6d18b4308073]

        INTEGRATION: CWS vclcleanup02 (1.52.6); FILE MERGED 2003/12/11 09:09:52 mt 1.52.6.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3dc0eeca157a4b6971965de83482cc2c721c8687]

        INTEGRATION: CWS vclcleanup02 (1.23.8); FILE MERGED 2003/12/11 09:09:51 mt 1.23.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fedc14bbf4612554823b621b7e46fc29d790b947]

        INTEGRATION: CWS vclcleanup02 (1.32.220); FILE MERGED 2003/12/11 09:09:51 mt 1.32.220.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fc8d02b1402be4e003c6457912ec423be1440257]

        INTEGRATION: CWS vclcleanup02 (1.8.68); FILE MERGED 2003/12/11 09:09:50 mt 1.8.68.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5780fadd37c335dd47ec74bbab9b50d9a676270e]

        INTEGRATION: CWS vclcleanup02 (1.16.6); FILE MERGED 2003/12/11 09:09:49 mt 1.16.6.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6abc1293ede2d8d0325143443c283289e62b4ecd]

        INTEGRATION: CWS vclcleanup02 (1.6.304); FILE MERGED 2003/12/11 09:09:48 mt 1.6.304.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [47f9c7c89bbcb17801da74afc76293f072234e9a]

        INTEGRATION: CWS vclcleanup02 (1.23.6); FILE MERGED 2003/12/11 09:09:45 mt 1.23.6.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [32effc4a09936a56afecc291e9c26cf201e24088]

        INTEGRATION: CWS vclcleanup02 (1.11.6); FILE MERGED 2003/12/11 09:09:44 mt 1.11.6.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [83d78d1435ae6449c019d43e1264d9af85cb774d]

        INTEGRATION: CWS vclcleanup02 (1.22.6); FILE MERGED 2003/12/11 09:09:43 mt 1.22.6.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e7741ee3cf1699476b0d6cef2950a4b3c6a5dbb7]

        INTEGRATION: CWS vclcleanup02 (1.16.338); FILE MERGED 2003/12/11 09:09:39 mt 1.16.338.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fba0b7b159f7b48505c6b5b7a21ebaae2f18350c]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.512); FILE MERGED 2003/12/11 09:09:39 mt 1.1.1.1.512.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c80235356f243fe9dd318cd8a7f53a91602e0041]

        INTEGRATION: CWS vclcleanup02 (1.4.200); FILE MERGED 2003/12/11 09:09:39 mt 1.4.200.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f1a80da5936a9f5378e945442790fd003b9a1273]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.512); FILE MERGED 2003/12/11 09:09:37 mt 1.1.1.1.512.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [86948ad5aba1958b3f484bee076e1535381edf2e]

        INTEGRATION: CWS vclcleanup02 (1.12.58); FILE MERGED 2003/12/11 08:46:37 mt 1.12.58.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4d16eb461d96348b1c84a90fccf6aafa287c2aa4]

        INTEGRATION: CWS vclcleanup02 (1.29.8); FILE MERGED 2003/12/11 08:46:36 mt 1.29.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dd20698406c0cfcdf58c6bb48bf2400a157057ec]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.162); FILE MERGED 2003/12/04 16:18:03 mt 1.1.1.1.162.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [54d74748cbd44680bc83fb522d313215a2e92a27]

        INTEGRATION: CWS vclcleanup02 (1.6.126); FILE MERGED 2003/12/04 16:18:03 mt 1.6.126.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2028180d3cd92fa886b20940c096cd67b7463aaa]

        INTEGRATION: CWS vclcleanup02 (1.42.46); FILE MERGED 2003/12/11 08:46:35 mt 1.42.46.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [858f37596b085736e24121abb45d05c39720dd6d]

        INTEGRATION: CWS vclcleanup02 (1.20.8); FILE MERGED 2003/12/05 16:13:56 mt 1.20.8.2: RESYNC: (1.20-1.21); FILE MERGED 2003/12/04 16:18:02 mt 1.20.8.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [253f727f9eebcbc7280c09921407742ffc599728]

        INTEGRATION: CWS vclcleanup02 (1.24.2); FILE MERGED 2003/12/11 08:46:35 mt 1.24.2.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [06e2f912bef624c69aa439d05e5d9dda51660a2e]

        INTEGRATION: CWS vclcleanup02 (1.7.118); FILE MERGED 2003/12/11 08:46:34 mt 1.7.118.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6111bb5df73835baac765f318e2184922c777d3f]

        INTEGRATION: CWS vclcleanup02 (1.28.4); FILE MERGED 2003/12/11 08:46:33 mt 1.28.4.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 16:18:02 mt 1.28.4.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8b94827e75df2a0aaaf164da9294bd3a4dde18aa]

        INTEGRATION: CWS vclcleanup02 (1.34.4); FILE MERGED 2003/12/04 16:18:02 mt 1.34.4.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [332de22ae0939740cdfac8710a13e70fd1ac4d6f]

        INTEGRATION: CWS vclcleanup02 (1.29.8); FILE MERGED 2003/12/11 08:46:32 mt 1.29.8.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 16:18:01 mt 1.29.8.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [38ecf4310c87929ab73c92a826e23898e35c7b82]

        INTEGRATION: CWS vclcleanup02 (1.2.140); FILE MERGED 2003/12/04 16:18:01 mt 1.2.140.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f90bd1229dd8694544835f0739dc0cb5c2295323]

        INTEGRATION: CWS vclcleanup02 (1.4.114); FILE MERGED 2003/12/04 17:07:01 mt 1.4.114.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9e36e8ad3d70ca33ac71b6dfde042a8f3ce7e392]

        INTEGRATION: CWS vclcleanup02 (1.2.50); FILE MERGED 2003/12/10 15:55:59 mt 1.2.50.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [75867abc538ea03790c02fbd466a169e6d60f396]

        INTEGRATION: CWS vclcleanup02 (1.6.2); FILE MERGED 2003/12/10 15:55:58 mt 1.6.2.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1e0abe0b6a97bfb7eeee5ae6cbbe68eede5fc3e9]

        INTEGRATION: CWS vclcleanup02 (1.6.42); FILE MERGED 2003/12/10 15:55:57 mt 1.6.42.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fcfe5ec1a8e34bb15c8c592e12bda6522c6095bc]

        INTEGRATION: CWS vclcleanup02 (1.3.42); FILE MERGED 2003/12/10 15:55:57 mt 1.3.42.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [36507bb2c3450af7a9079fe70e7894b4323afab3]

        INTEGRATION: CWS vclcleanup02 (1.42.26); FILE MERGED 2003/12/11 07:16:42 mt 1.42.26.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [82443cb94037af6a7817141f0452822610d8550e]

        INTEGRATION: CWS vclcleanup02 (1.4.4); FILE MERGED 2003/12/11 07:16:40 mt 1.4.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [96c1ff55bccbf136bbabace418be3a60e8ce2d62]

        INTEGRATION: CWS vclcleanup02 (1.3.66); FILE MERGED 2003/12/11 07:16:39 mt 1.3.66.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [53dcc16c8cdf36c8aacf5a16a5f4109df3bbd060]

        INTEGRATION: CWS vclcleanup02 (1.82.4); FILE MERGED 2003/12/11 07:16:38 mt 1.82.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [14cdcc59e5e8dcaa922a18d0302bac26b6208358]

        INTEGRATION: CWS vclcleanup02 (1.34.84); FILE MERGED 2003/12/11 07:16:37 mt 1.34.84.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d8d4e44aec1a70fc95e030d564c4ef482cc8796e]

        INTEGRATION: CWS vclcleanup02 (1.21.26); FILE MERGED 2003/12/11 07:16:36 mt 1.21.26.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d44aab5868f890a466df6a5ee603fb4c8ad0a40f]

        INTEGRATION: CWS vclcleanup02 (1.24.10); FILE MERGED 2003/12/11 08:26:03 mt 1.24.10.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 17:08:45 mt 1.24.10.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [172d1dec1221b5b81ec328e1b2f770a098d9f374]

        INTEGRATION: CWS vclcleanup02 (1.69.60); FILE MERGED 2003/12/04 17:08:43 mt 1.69.60.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8a16295d2dc866cf3288b3e226608701868dd412]

        INTEGRATION: CWS vclcleanup02 (1.12.66); FILE MERGED 2003/12/11 08:26:01 mt 1.12.66.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0033b0843bedfe4f9779b1471abfbe585997c984]

        INTEGRATION: CWS vclcleanup02 (1.10.104); FILE MERGED 2003/12/11 08:26:00 mt 1.10.104.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [31b5fb007c26f4246bb1c76587edd6036cefca95]

        INTEGRATION: CWS vclcleanup02 (1.4.96); FILE MERGED 2003/12/11 08:26:00 mt 1.4.96.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [574b5a89210f95b525a18f8b7d163ae3b17f69ca]

        INTEGRATION: CWS vclcleanup02 (1.6.170); FILE MERGED 2003/12/04 17:08:40 mt 1.6.170.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0f96f311ad062089c6a3732e8629b6897551e017]

        INTEGRATION: CWS vclcleanup02 (1.7.186); FILE MERGED 2003/12/04 16:13:56 mt 1.7.186.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7435590bd909a178f2e89f0fdd7e2661d637d231]

        INTEGRATION: CWS vclcleanup02 (1.29.24); FILE MERGED 2003/12/11 08:50:31 mt 1.29.24.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [857f38bfe49fa6a2def627202dd53d34ba66ae39]

        INTEGRATION: CWS vclcleanup02 (1.7.38); FILE MERGED 2003/12/11 12:14:32 mt 1.7.38.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/11 08:50:31 mt 1.7.38.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 16:13:55 mt 1.7.38.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4396feeb84c8bfe8d33cb2b0f72cf420d221b3bf]

        INTEGRATION: CWS vclcleanup02 (1.26.114); FILE MERGED 2003/12/11 08:50:30 mt 1.26.114.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d496a4f4c515abead997e092fa54eaf291f94bac]

        INTEGRATION: CWS vclcleanup02 (1.4.116); FILE MERGED 2003/12/10 15:57:01 mt 1.4.116.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [da3d35d7711007a0d9e0eb6ba8384d2d14c9788a]

        INTEGRATION: CWS vclcleanup02 (1.2.116); FILE MERGED 2003/12/10 15:57:00 mt 1.2.116.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [faaca00ee903151f187138f7f115fb624f5ffabc]

        INTEGRATION: CWS vclcleanup02 (1.1.180); FILE MERGED 2003/12/19 07:35:40 mt 1.1.180.1: #i23061# More VCL cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fcf4fd3262cdffc87f680a5c622ab06faf238fbc]

        INTEGRATION: CWS vclcleanup02 (1.26.8); FILE MERGED 2003/12/11 10:02:06 mt 1.26.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d4facaf3861f9da7191ae4bff0e44dabd36450be]

        INTEGRATION: CWS vclcleanup02 (1.4.176); FILE MERGED 2003/12/11 10:02:05 mt 1.4.176.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [df61a89bcebd4f9be7eabb2f8454abcee8ab1765]

        INTEGRATION: CWS vclcleanup02 (1.52.26); FILE MERGED 2003/12/05 15:28:41 mt 1.52.26.2: RESYNC: (1.52-1.54); FILE MERGED 2003/12/04 15:45:35 mt 1.52.26.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f6ea81a0f93b9d6962713786ba6e790adc4c1ac0]

        INTEGRATION: CWS vclcleanup02 (1.6.88); FILE MERGED 2003/12/04 15:45:35 mt 1.6.88.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cc6659a312e552ef71a1e4db52401b970b0d8c61]

        INTEGRATION: CWS vclcleanup02 (1.2.168); FILE MERGED 2003/12/11 09:05:45 mt 1.2.168.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [28449e180a42577adcde08762e59d37597c6ca1a]

        INTEGRATION: CWS vclcleanup02 (1.15.84); FILE MERGED 2003/12/11 09:05:44 mt 1.15.84.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ae5dee08aebf6ff459b31171924bbe12b2f03307]

        INTEGRATION: CWS vclcleanup02 (1.7.88); FILE MERGED 2003/12/04 15:45:34 mt 1.7.88.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7c946ea19fa1131617c1e469259003e2d1edfeb2]

        INTEGRATION: CWS vclcleanup02 (1.64.124); FILE MERGED 2003/12/05 15:28:35 mt 1.64.124.2: RESYNC: (1.64-1.65); FILE MERGED 2003/12/04 15:45:33 mt 1.64.124.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [37c96f3ea1e89d158fbe367227d82904fb0ae30c]

        INTEGRATION: CWS vclcleanup02 (1.7.66); FILE MERGED 2003/12/11 08:49:16 mt 1.7.66.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 16:58:57 mt 1.7.66.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cb98a7313777c9be48368ba2e3213c715b6e6622]

        INTEGRATION: CWS vclcleanup02 (1.6.40); FILE MERGED 2003/12/11 08:49:16 mt 1.6.40.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 16:58:56 mt 1.6.40.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a5705ce5672af06af7e6e22a375260511bb411d0]

        INTEGRATION: CWS vclcleanup02 (1.4.60); FILE MERGED 2003/12/11 08:49:15 mt 1.4.60.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8a497ae1bb688e913f78dd1f4af367f0f832de76]

        INTEGRATION: CWS vclcleanup02 (1.6.36); FILE MERGED 2003/12/11 08:49:13 mt 1.6.36.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2ad37d5dc5a20417581d91874a17f30c66e98c15]

        INTEGRATION: CWS vclcleanup02 (1.1.2); FILE ADDED 2003/12/11 11:28:30 mt 1.1.2.4: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/11 11:26:14 mt 1.1.2.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/11 08:49:11 mt 1.1.2.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/09 11:59:34 mt 1.1.2.1: #i23061# Moved from module tools

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8d3a446532f7a9fd3fe6c8d8146aee35b9d19246]

        INTEGRATION: CWS vclcleanup02 (1.11.106); FILE MERGED 2003/12/04 15:44:22 mt 1.11.106.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [da9bfa6979fe7ec2ab1001f615b2769013b60ba5]

        INTEGRATION: CWS vclcleanup02 (1.36.40); FILE MERGED 2003/12/11 09:08:38 mt 1.36.40.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 15:33:59 mt 1.36.40.2: RESYNC: (1.36-1.37); FILE MERGED 2003/12/04 15:54:13 mt 1.36.40.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a290935acfbd8b2b275f2cc4861543e00721a2bd]

        INTEGRATION: CWS vclcleanup02 (1.53.2); FILE MERGED 2003/12/11 09:08:37 mt 1.53.2.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fadff046ebcdfc2db7142e2a93fc91fe4371adbe]

        INTEGRATION: CWS vclcleanup02 (1.34.4); FILE MERGED 2003/12/04 15:54:08 mt 1.34.4.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bdd9dfa1b44f1b61179ef4e1ac35dfdb6ccfe48b]

        INTEGRATION: CWS vclcleanup02 (1.27.196); FILE MERGED 2003/12/05 15:34:05 mt 1.27.196.2: RESYNC: (1.27-1.28); FILE MERGED 2003/12/04 15:54:07 mt 1.27.196.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0c70bbb5de0196ede2a6923f3b9ccae0bf2d6999]

        INTEGRATION: CWS vclcleanup02 (1.2.362); FILE MERGED 2003/12/11 09:08:32 mt 1.2.362.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b9c05242b51db4070204b340b80275ad64dbb3ae]

        INTEGRATION: CWS vclcleanup02 (1.38.44); FILE MERGED 2003/12/11 09:08:31 mt 1.38.44.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b840aa64e3a4ac0261045cab3d9691527080185d]

        INTEGRATION: CWS vclcleanup02 (1.42.42); FILE MERGED 2003/12/04 15:54:06 mt 1.42.42.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cfe561ac29c93d8eb67ceca1e4afa7730752f7eb]

        INTEGRATION: CWS vclcleanup02 (1.21.334); FILE MERGED 2003/12/11 09:08:30 mt 1.21.334.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0b1ca51906af036e92795d8383644df4bbb9620f]

        INTEGRATION: CWS vclcleanup02 (1.52.44); FILE MERGED 2003/12/11 09:08:29 mt 1.52.44.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b1efc736bae124eccc8887f4abcfaeec113e38ca]

        INTEGRATION: CWS vclcleanup02 (1.15.44); FILE MERGED 2003/12/11 09:08:29 mt 1.15.44.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [32cc709e7d660a84b63e8e1d151470b8606b776c]

        INTEGRATION: CWS vclcleanup02 (1.10.132); FILE MERGED 2003/12/04 15:54:05 mt 1.10.132.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [12c2e9260e5ca555925faf0804ebf79b0080a3df]

        INTEGRATION: CWS vclcleanup02 (1.8.10); FILE MERGED 2003/12/11 09:08:28 mt 1.8.10.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3a7330951916760e7acc7cc49c55046498e9318a]

        INTEGRATION: CWS vclcleanup02 (1.16.158); FILE MERGED 2003/12/11 09:08:27 mt 1.16.158.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f821807c6c4609a967a24a5355e0a4a59d2159c0]

        INTEGRATION: CWS vclcleanup02 (1.53.42); FILE MERGED 2003/12/11 09:08:25 mt 1.53.42.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 15:54:04 mt 1.53.42.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e2b233c19c5ba49e89c10a94fc635142506f7f17]

        INTEGRATION: CWS vclcleanup02 (1.35.44); FILE MERGED 2003/12/04 15:54:02 mt 1.35.44.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0d1321a8d0add31b0253569569ffa154b4d9ab0d]

        INTEGRATION: CWS vclcleanup02 (1.13.206); FILE MERGED 2003/12/11 09:08:24 mt 1.13.206.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [580c7ceaf41ce31d3dc6690a353273e957583727]

        INTEGRATION: CWS vclcleanup02 (1.87.144); FILE MERGED 2003/12/11 09:08:24 mt 1.87.144.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2b99871ad20afb5d667aaa284a0c7c6c5e99d3c2]

        INTEGRATION: CWS vclcleanup02 (1.32.8); FILE MERGED 2003/12/11 09:08:23 mt 1.32.8.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 15:54:01 mt 1.32.8.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b046c0842a9a821904566b69dc5ad4ddf41c9ba4]

        INTEGRATION: CWS vclcleanup02 (1.8.44); FILE MERGED 2003/12/11 09:08:23 mt 1.8.44.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6561c08f47812416f50c6da13b4361c17fa0c462]

        INTEGRATION: CWS vclcleanup02 (1.42.206); FILE MERGED 2003/12/11 09:08:22 mt 1.42.206.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 15:54:01 mt 1.42.206.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1419b84f94765ac40eab223a94c0bb9870027807]

        INTEGRATION: CWS vclcleanup02 (1.15.42); FILE MERGED 2003/12/11 09:08:22 mt 1.15.42.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 15:54:01 mt 1.15.42.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d283d7811e14e53f53dcc340c1ea9d0b7cb9f893]

        INTEGRATION: CWS vclcleanup02 (1.34.44); FILE MERGED 2003/12/11 09:08:21 mt 1.34.44.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 15:54:00 mt 1.34.44.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [baeedc4ff35862dd0eba0ae4f79b9f757c5e9f6a]

        INTEGRATION: CWS vclcleanup02 (1.9.206); FILE MERGED 2003/12/11 09:08:20 mt 1.9.206.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7d88cb49773c9926089276dc2cde5cbd18f9b72e]

        INTEGRATION: CWS vclcleanup02 (1.15.206); FILE MERGED 2003/12/11 09:08:20 mt 1.15.206.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4a3bcb95c94d2dd88d6c2352dc457d4a27294254]

        INTEGRATION: CWS vclcleanup02 (1.47.110); FILE MERGED 2003/12/11 09:08:19 mt 1.47.110.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 15:54:00 mt 1.47.110.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f52e4f273c61316cc19f8b2b9b5fdd568efb8a24]

        INTEGRATION: CWS vclcleanup02 (1.28.42); FILE MERGED 2003/12/04 15:53:59 mt 1.28.42.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8aa23672380a66d901e8350df8927b1916f48a50]

        INTEGRATION: CWS vclcleanup02 (1.69.44); FILE MERGED 2003/12/11 09:08:18 mt 1.69.44.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 15:34:12 mt 1.69.44.2: RESYNC: (1.69-1.70); FILE MERGED 2003/12/04 15:53:59 mt 1.69.44.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4785e718f1211bf104c49693a65292e95aa625af]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.378); FILE MERGED 2003/12/11 09:08:17 mt 1.1.1.1.378.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [114f62b8c8029e70b0c8e4dfa41fff5f19d2b86d]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.378); FILE MERGED 2003/12/11 09:08:16 mt 1.1.1.1.378.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5058a08ea339c42d8f923c3c243d06efe43aec54]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.378); FILE MERGED 2003/12/11 09:08:15 mt 1.1.1.1.378.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [df53c411624da2f7667126e9454d2dd363c0acf7]

        INTEGRATION: CWS vclcleanup02 (1.4.366); FILE MERGED 2003/12/11 08:29:55 mt 1.4.366.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [acc659e783337fde05e3f9573eb6b9610e15a8ff]

        INTEGRATION: CWS vclcleanup02 (1.10.520); FILE MERGED 2003/12/11 08:29:54 mt 1.10.520.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f376c012d3b04bda9197b3089802fd42944a4f2a]

        INTEGRATION: CWS vclcleanup02 (1.43.10); FILE MERGED 2003/12/11 08:29:52 mt 1.43.10.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:08:33 mt 1.43.10.2: RESYNC: (1.43-1.44); FILE MERGED 2003/12/05 13:37:25 mt 1.43.10.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [583ba146aaf20a3852ac0a246572e8e7ad30d8cf]

        INTEGRATION: CWS vclcleanup02 (1.10.366); FILE MERGED 2003/12/11 08:29:51 mt 1.10.366.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:37:25 mt 1.10.366.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [21fccc89137a24c9a9a1568e2b1912681997a61a]

        INTEGRATION: CWS vclcleanup02 (1.9.84); FILE MERGED 2003/12/05 13:37:23 mt 1.9.84.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [525b91f7f3d17f33ffcb45959da0717b1a029f3e]

        INTEGRATION: CWS vclcleanup02 (1.5.52); FILE MERGED 2003/12/11 08:29:49 mt 1.5.52.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cef07cfa9165036ccf5e530e8073533248632540]

        INTEGRATION: CWS vclcleanup02 (1.2.518); FILE MERGED 2003/12/11 08:29:47 mt 1.2.518.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ebab306d7f6eba15a8999e5770cbf7f183d45f0f]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.558); FILE MERGED 2003/12/11 08:29:46 mt 1.1.1.1.558.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5b53127d7ed6fa20b57858d6cf9501e80d382095]

        INTEGRATION: CWS vclcleanup02 (1.16.10); FILE MERGED 2003/12/05 13:37:19 mt 1.16.10.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1cf4817f8569321c9b96382bda86a35520356732]

        INTEGRATION: CWS vclcleanup02 (1.40.4); FILE MERGED 2003/12/11 08:29:44 mt 1.40.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [795b8446986c1dfcef6d6bf836936e555c68cbae]

        INTEGRATION: CWS vclcleanup02 (1.20.10); FILE MERGED 2003/12/11 08:29:44 mt 1.20.10.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c500bdd61852ae319da00b15d310a3df56ff1e74]

        INTEGRATION: CWS vclcleanup02 (1.59.10); FILE MERGED 2003/12/05 13:37:19 mt 1.59.10.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [035b98b277c70974750751c1c13a90232512023b]

        INTEGRATION: CWS vclcleanup02 (1.59.8); FILE MERGED 2003/12/11 08:29:43 mt 1.59.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e22e4ae9ff86f5c9996ba84a4c1c997246947c9d]

        INTEGRATION: CWS vclcleanup02 (1.5.306); FILE MERGED 2003/12/05 13:37:18 mt 1.5.306.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e7d94f71cc893793fe616ecc0727c3a20961f53f]

        INTEGRATION: CWS vclcleanup02 (1.5.516); FILE MERGED 2003/12/11 08:29:43 mt 1.5.516.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7d0a7778e4bb162e007091f82e47038472ec9ccd]

        INTEGRATION: CWS vclcleanup02 (1.13.4); FILE MERGED 2003/12/11 08:29:42 mt 1.13.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [611bb905e554dd8ab2a226267d5642a5a0bbb428]

        INTEGRATION: CWS vclcleanup02 (1.17.68); FILE MERGED 2003/12/11 08:29:42 mt 1.17.68.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b09999af4dd999545ac37ed999dc52b7a5ccadb3]

        INTEGRATION: CWS vclcleanup02 (1.35.4); FILE MERGED 2003/12/11 08:29:41 mt 1.35.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f013458301ac49e205ff0181844b1367bb051406]

        INTEGRATION: CWS vclcleanup02 (1.3.76); FILE MERGED 2003/12/11 08:29:41 mt 1.3.76.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [acbb6df29df55331d7648edcbc4dcc0c8742826d]

        INTEGRATION: CWS vclcleanup02 (1.2.10); FILE MERGED 2003/12/05 13:37:17 mt 1.2.10.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0bbb78414d55845db29cecc000aa4debcb3ea519]

        INTEGRATION: CWS vclcleanup02 (1.55.40); FILE MERGED 2003/12/05 13:37:15 mt 1.55.40.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [32690ee2b6cde01837cd825e97ae05db83d31f71]

        INTEGRATION: CWS vclcleanup02 (1.3.10); FILE MERGED 2003/12/11 08:29:37 mt 1.3.10.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b44f9a4e0822b75dcd5b0c272ec877243694c224]

        INTEGRATION: CWS vclcleanup02 (1.21.312); FILE MERGED 2003/12/11 08:29:36 mt 1.21.312.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [05b8b49330598c2f0ff6d372d3bafdf52c3497a8]

        INTEGRATION: CWS vclcleanup02 (1.52.336); FILE MERGED 2003/12/05 13:37:09 mt 1.52.336.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4eec1ffea8672a0759f7e08354a79f851cc6dd94]

        INTEGRATION: CWS vclcleanup02 (1.6.354); FILE MERGED 2003/12/11 08:29:34 mt 1.6.354.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [285afebcfb0e94fa10cf7500cef24a10da4cc791]

        INTEGRATION: CWS vclcleanup02 (1.8.236); FILE MERGED 2003/12/11 08:29:34 mt 1.8.236.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0c3ee36aaf482586108dc2f90b5c1b7e21094e27]

        INTEGRATION: CWS vclcleanup02 (1.11.460); FILE MERGED 2003/12/05 16:11:36 mt 1.11.460.2: RESYNC: (1.11-1.12); FILE MERGED 2003/12/05 13:37:08 mt 1.11.460.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b208a88238d21c85f979c6b1548ae3ba88a8b7a3]

        INTEGRATION: CWS vclcleanup02 (1.6.532); FILE MERGED 2003/12/05 13:37:07 mt 1.6.532.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fea3ab56199081dde3c37521a8cffced01dea350]

        INTEGRATION: CWS vclcleanup02 (1.7.366); FILE MERGED 2003/12/05 13:37:05 mt 1.7.366.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [da207b0a6ea96ed384b37361fea05c9b81e96932]

        INTEGRATION: CWS vclcleanup02 (1.11.4); FILE MERGED 2003/12/11 08:29:32 mt 1.11.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0fd7c7eee4702c49b618bdbb17be26083db6269f]

        INTEGRATION: CWS vclcleanup02 (1.24.344); FILE MERGED 2003/12/11 08:29:31 mt 1.24.344.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:37:03 mt 1.24.344.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [298184c386149b4f7ad5c1291671ba1cf4a83a37]

        INTEGRATION: CWS vclcleanup02 (1.41.10); FILE MERGED 2003/12/11 08:29:30 mt 1.41.10.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:12:10 mt 1.41.10.2: RESYNC: (1.41-1.42); FILE MERGED 2003/12/05 13:37:02 mt 1.41.10.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b2c7cf3edec765dbba2e08a0264e479e75fdda12]

        INTEGRATION: CWS vclcleanup02 (1.62.306); FILE MERGED 2003/12/05 16:10:40 mt 1.62.306.2: RESYNC: (1.62-1.63); FILE MERGED 2003/12/05 13:36:59 mt 1.62.306.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fb3a5ca0d2e20329eefe784dd18cb315185dbd15]

        INTEGRATION: CWS vclcleanup02 (1.29.10); FILE MERGED 2003/12/11 08:29:27 mt 1.29.10.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e82e154b50b7616f2840158aa81d5736a60414ef]

        INTEGRATION: CWS vclcleanup02 (1.15.10); FILE MERGED 2003/12/11 08:29:27 mt 1.15.10.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3d5a942498f1ad0f7ccb75ef0713b04cdd669dcb]

        INTEGRATION: CWS vclcleanup02 (1.5.344); FILE MERGED 2003/12/11 08:29:26 mt 1.5.344.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6665ca19150696cf0267f9800dc0e47111cb4ad1]

        INTEGRATION: CWS vclcleanup02 (1.39.344); FILE MERGED 2003/12/05 13:36:54 mt 1.39.344.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3a90ed0cbaacc2b3c16039f0c1e56dc6e66eb7c4]

        INTEGRATION: CWS vclcleanup02 (1.49.64); FILE MERGED 2003/12/05 13:36:54 mt 1.49.64.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c8755ce86f1ba44f9a2a652fc29588d86a2270f0]

        INTEGRATION: CWS vclcleanup02 (1.50.76); FILE MERGED 2003/12/11 08:29:25 mt 1.50.76.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:36:52 mt 1.50.76.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e0267f5019a363b86e51ab36668080ac7dfd5ec1]

        INTEGRATION: CWS vclcleanup02 (1.10.84); FILE MERGED 2003/12/05 13:36:52 mt 1.10.84.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6c745dc5955de77a81243a5cf7df2c8f6ec24239]

        INTEGRATION: CWS vclcleanup02 (1.18.520); FILE MERGED 2003/12/05 13:36:50 mt 1.18.520.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ecfc727c6a04ae713d5bc54d76118c24d8ffde85]

        INTEGRATION: CWS vclcleanup02 (1.86.64); FILE MERGED 2003/12/05 13:36:49 mt 1.86.64.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4a53a5f6ebe9d5d16b5897baf2c3cff6f01efc8f]

        INTEGRATION: CWS vclcleanup02 (1.25.354); FILE MERGED 2003/12/11 08:29:23 mt 1.25.354.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:36:44 mt 1.25.354.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f97535d253a2a046eb023deb18d819bfb21f1627]

        INTEGRATION: CWS vclcleanup02 (1.22.258); FILE MERGED 2003/12/11 08:29:22 mt 1.22.258.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c60ce2f05e1c4881065185c025ebe05654a8f369]

        INTEGRATION: CWS vclcleanup02 (1.26.84); FILE MERGED 2003/12/11 08:29:22 mt 1.26.84.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:36:43 mt 1.26.84.1: #i23061# Code cleanups, remvoed old SV code, removed AppServer code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d0f1c45962b12a8bcad81ce418f25ba480bf7b45]

        INTEGRATION: CWS vclcleanup02 (1.20.332); FILE MERGED 2003/12/11 08:29:21 mt 1.20.332.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2f41ab7897a07bd0a1d469d67ace8bee5e6d6883]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.562); FILE MERGED 2003/12/11 08:29:20 mt 1.1.1.1.562.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [a66509fdeb83e8d52b9c0f50739138890e549bc1]

        SRC680

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f3eaf23a5ab8148c0b285077b869831140eff907]

        INTEGRATION: CWS vclcleanup02 (1.4.520); FILE MERGED 2003/12/11 08:29:14 mt 1.4.520.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e859f70629d291b63664da627be2921bf14c16c2]

        INTEGRATION: CWS vclcleanup02 (1.1.554); FILE MERGED 2003/12/11 08:29:13 mt 1.1.554.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1fe51761d66d50b57147d018084cf2e17046a98c]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.560); FILE MERGED 2003/12/11 08:29:12 mt 1.1.1.1.560.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9fc4f920ad6b6926e5589e954fbf44d6da946874]

        INTEGRATION: CWS vclcleanup02 (1.2.158); FILE MERGED 2003/12/11 08:48:35 mt 1.2.158.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6555e71f0a27de27a00d23f4df1f5bfd58c6eff6]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.160); FILE MERGED 2003/12/11 08:48:34 mt 1.1.1.1.160.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [73e0e8a0899ea724ab393eb88e5c74fbd7053d5c]

        INTEGRATION: CWS vclcleanup02 (1.3.118); FILE MERGED 2003/12/11 08:48:33 mt 1.3.118.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/04 17:11:02 mt 1.3.118.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5a41652fbd869e15042eb188129f914179eedba7]

        INTEGRATION: CWS vclcleanup02 (1.15.68); FILE MERGED 2003/12/11 08:48:32 mt 1.15.68.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [10ab79fcb62e5307bb3c209cb57132a4143afa2f]

        INTEGRATION: CWS vclcleanup02 (1.14.122); FILE MERGED 2003/12/11 08:48:31 mt 1.14.122.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [470bd49d7b16dc0f408ee024541fd329f8da3ddb]

        INTEGRATION: CWS vclcleanup02 (1.7.20); FILE MERGED 2003/12/11 08:48:29 mt 1.7.20.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2f3e67e5011e704c3204a7db516daa5217aaad32]

        INTEGRATION: CWS vclcleanup02 (1.4.122); FILE MERGED 2003/12/11 08:48:28 mt 1.4.122.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1516c27a1c2bc5b379d6004a30df04fd9918242d]

        INTEGRATION: CWS vclcleanup02 (1.2.122); FILE MERGED 2003/12/11 08:48:27 mt 1.2.122.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [96e6057f56270d88a5eb3ff9bd2f3eb5a3c99116]

        INTEGRATION: CWS vclcleanup02 (1.3.122); FILE MERGED 2003/12/11 08:48:27 mt 1.3.122.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [01530c8cc341c7c75861715c056269eeceb54fbc]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.160); FILE MERGED 2003/12/11 08:48:25 mt 1.1.1.1.160.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [665da9848e6c583efb1d31bea483f899c93658cd]

        INTEGRATION: CWS vclcleanup02 (1.22.56); FILE MERGED 2003/12/11 08:48:24 mt 1.22.56.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b47c367dcbcb9004f2026ab9f11ae405a909dfe7]

        INTEGRATION: CWS vclcleanup02 (1.8.122); FILE MERGED 2003/12/11 08:48:22 mt 1.8.122.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9875427eb186e07278db2b2245aaf02764e502d0]

        INTEGRATION: CWS vclcleanup02 (1.5.144); FILE MERGED 2003/12/11 08:48:21 mt 1.5.144.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b0658578020f91ef778d891c80abf7aae88ab18a]

        INTEGRATION: CWS vclcleanup02 (1.3.144); FILE MERGED 2003/12/11 08:48:15 mt 1.3.144.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [939357d45b8a83f74c41fe4e49fd523bb1e70688]

        INTEGRATION: CWS vclcleanup02 (1.9.28); FILE MERGED 2003/12/16 18:16:12 mt 1.9.28.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [024f9eae4950244e62a96fbc11105d56f6f2a785]

        INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/18 09:45:49 mt 1.3.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6c73a8c3ea3ff525e80b2f9351d0abdd5e32a101]

        INTEGRATION: CWS vclcleanup02 (1.4.12); FILE MERGED 2003/12/18 09:45:48 mt 1.4.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e1b01b8190c65838a630a1c5811240a8b330b89c]

        INTEGRATION: CWS vclcleanup02 (1.100.4); FILE MERGED 2003/12/18 09:45:47 mt 1.100.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:10 mt 1.100.4.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1f0121607d5e2e6d0d446c5eb16eed6777e27103]

        INTEGRATION: CWS vclcleanup02 (1.5.12); FILE MERGED 2003/12/16 18:16:09 mt 1.5.12.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5c74c2b04ccafe8ca9b7e7bdc0e3870e1f5b117f]

        INTEGRATION: CWS vclcleanup02 (1.75.4); FILE MERGED 2003/12/16 18:16:07 mt 1.75.4.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [19e3b61538cd4f23344b6a6a8060bae753247208]

        INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/18 09:45:47 mt 1.3.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d26336bff248b4f6e74c032448ddb79fd1dbdc47]

        INTEGRATION: CWS vclcleanup02 (1.13.12); FILE MERGED 2003/12/18 09:45:46 mt 1.13.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [47ed0ac2e079ca22528641887746cfc4e3cf60fe]

        INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/18 09:45:46 mt 1.3.12.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:06 mt 1.3.12.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dd07c955317282e367880d34c9349aa32bc09992]

        INTEGRATION: CWS vclcleanup02 (1.52.4); FILE MERGED 2003/12/18 09:45:46 mt 1.52.4.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:06 mt 1.52.4.2: #i23061# And more cleanups... 2003/12/10 15:59:55 mt 1.52.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f28d92681dce5e958698ad5408756d84085b71dd]

        INTEGRATION: CWS vclcleanup02 (1.4.12); FILE MERGED 2003/12/18 09:45:45 mt 1.4.12.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:05 mt 1.4.12.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [46e3a2c675bddc338e6ef616843452b4d7f1526a]

        INTEGRATION: CWS vclcleanup02 (1.16.4); FILE MERGED 2003/12/18 09:45:45 mt 1.16.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/10 15:59:54 mt 1.16.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [52e99ddf272f45e28c924440a73d7a3a2c208f98]

        INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/18 09:45:44 mt 1.3.12.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:04 mt 1.3.12.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b452687cd771702e751618a9d52ed0bf5607a75f]

        INTEGRATION: CWS vclcleanup02 (1.5.38); FILE MERGED 2003/12/16 18:16:04 mt 1.5.38.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [06a54225f4d891038e87d74c19cea6b4fdbf16b9]

        INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/18 09:45:43 mt 1.3.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f14473592ae6639d495e236467c14c949494625c]

        INTEGRATION: CWS vclcleanup02 (1.3.362); FILE MERGED 2003/12/18 09:45:42 mt 1.3.362.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:00 mt 1.3.362.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [21d1e34d94382ccbd83035f0e6cf038df858b08a]

        INTEGRATION: CWS vclcleanup02 (1.15.12); FILE MERGED 2003/12/18 09:45:41 mt 1.15.12.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:16:00 mt 1.15.12.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bbd04a8cbaad5213994aefbe95a520a2f408384f]

        INTEGRATION: CWS vclcleanup02 (1.4.12); FILE MERGED 2003/12/16 18:15:59 mt 1.4.12.2: #i23061# And more cleanups... 2003/12/05 13:29:28 mt 1.4.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [50199b8bf8e69b642c37426d1cd5b152b72bf435]

        INTEGRATION: CWS vclcleanup02 (1.4.228); FILE MERGED 2003/12/18 09:45:41 mt 1.4.228.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8a1b066d259536f7dda45d5ff7835846662b4acf]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/16 18:15:56 mt 1.1.1.1.386.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ff87695a70027e6d90f215ac9f8a4bc76439349c]

        INTEGRATION: CWS vclcleanup02 (1.10.4); FILE MERGED 2003/12/16 18:15:56 mt 1.10.4.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0463edb65d59ea1d81dc32482617f33598a02d39]

        INTEGRATION: CWS vclcleanup02 (1.12.12); FILE MERGED 2003/12/16 18:15:55 mt 1.12.12.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [91362f6e8ecb7d7b5ac0a8bee670de8c1bf6c4fb]

        INTEGRATION: CWS vclcleanup02 (1.39.8); FILE MERGED 2003/12/18 09:45:39 mt 1.39.8.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:53 mt 1.39.8.4: #i23061# And more cleanups... 2003/12/11 13:35:27 mt 1.39.8.3: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:53 mt 1.39.8.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:25 mt 1.39.8.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [57ad555c40507180e5a8456e4611224df5651bcc]

        INTEGRATION: CWS vclcleanup02 (1.14.132); FILE MERGED 2003/12/16 18:15:52 mt 1.14.132.2: #i23061# And more cleanups... 2003/12/05 13:29:22 mt 1.14.132.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fcad10e60a1f96319a6c2ba9ec9ebd97adc94273]

        INTEGRATION: CWS vclcleanup02 (1.49.12); FILE MERGED 2003/12/16 18:15:51 mt 1.49.12.3: #i23061# And more cleanups... 2003/12/10 15:59:52 mt 1.49.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:21 mt 1.49.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9ef635ed5e50112d5e80c8f2a5d937197fd0be7d]

        INTEGRATION: CWS vclcleanup02 (1.7.12); FILE MERGED 2003/12/18 09:45:38 mt 1.7.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [874db38c4aa96a2ff8cc6c41e93e53aa5154c9b6]

        INTEGRATION: CWS vclcleanup02 (1.4.12); FILE MERGED 2003/12/18 09:45:38 mt 1.4.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e59d8a06858fa57d31eff957bfd147239189a0d1]

        INTEGRATION: CWS vclcleanup02 (1.166.12); FILE MERGED 2003/12/18 09:45:37 mt 1.166.12.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:50 mt 1.166.12.4: #i23061# And more cleanups... 2003/12/10 15:59:51 mt 1.166.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:47:40 mt 1.166.12.2: RESYNC: (1.166-1.167); FILE MERGED 2003/12/05 13:29:20 mt 1.166.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [be1a868a851725798267f319a8ab6085b9764144]

        INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/16 18:15:50 mt 1.3.12.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [092ee37e9e417e675ac4a2a93c785c69620ac6e7]

        INTEGRATION: CWS vclcleanup02 (1.6.212); FILE MERGED 2003/12/18 09:45:35 mt 1.6.212.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0642f39c6e25bcd7613a9ef7f0d499d32c344a60]

        INTEGRATION: CWS vclcleanup02 (1.9.210); FILE MERGED 2003/12/05 16:47:45 mt 1.9.210.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/05 13:29:17 mt 1.9.210.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e5d6555e3376e8277ed23d4e631b1bc1142951d7]

        INTEGRATION: CWS vclcleanup02 (1.17.4); FILE MERGED 2003/12/16 18:15:49 mt 1.17.4.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c37350702f57ffc3973e3ebaa8c7bf1f6dec6c0a]

        INTEGRATION: CWS vclcleanup02 (1.14.156); FILE MERGED 2003/12/05 13:29:16 mt 1.14.156.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [badd5f382144684fedf0515f68d0102e6ee7dd16]

        INTEGRATION: CWS vclcleanup02 (1.31.12); FILE MERGED 2003/12/05 16:47:51 mt 1.31.12.2: RESYNC: (1.31-1.32); FILE MERGED 2003/12/05 13:29:15 mt 1.31.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3971a7d95bba76de86b2a9529528dffd3d16d590]

        INTEGRATION: CWS vclcleanup02 (1.5.12); FILE MERGED 2003/12/18 09:45:35 mt 1.5.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e09a3ca70a2aac0f59ed8684e89318e12b6ec7a3]

        INTEGRATION: CWS vclcleanup02 (1.29.12); FILE MERGED 2003/12/05 13:29:14 mt 1.29.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0883f4d217ed533984de4b11ab06488418f46f62]

        INTEGRATION: CWS vclcleanup02 (1.8.12); FILE MERGED 2003/12/18 09:45:34 mt 1.8.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b8586a9f44b63cf42bc85d2b83849f1e2e585f61]

        INTEGRATION: CWS vclcleanup02 (1.109.12); FILE MERGED 2003/12/18 09:45:33 mt 1.109.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/10 15:59:50 mt 1.109.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:47:56 mt 1.109.12.2: RESYNC: (1.109-1.111); FILE MERGED 2003/12/05 13:29:13 mt 1.109.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b168e4eae2acd703f1af8f3c3acaac8882814df9]

        INTEGRATION: CWS vclcleanup02 (1.19.12); FILE MERGED 2003/12/18 09:45:33 mt 1.19.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [51b24c8391cd28a54129c5c12809c274dfb364e9]

        INTEGRATION: CWS vclcleanup02 (1.26.12); FILE MERGED 2003/12/18 09:45:32 mt 1.26.12.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:48 mt 1.26.12.4: #i23061# And more cleanups... 2003/12/10 15:59:49 mt 1.26.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:48:01 mt 1.26.12.2: RESYNC: (1.26-1.27); FILE MERGED 2003/12/05 13:29:13 mt 1.26.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cf75671df0f1f572eaae5ce174e9b097eb49813a]

        INTEGRATION: CWS vclcleanup02 (1.9.12); FILE MERGED 2003/12/18 09:45:31 mt 1.9.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ada16aa68590060991ded8328399a96584223987]

        INTEGRATION: CWS vclcleanup02 (1.10.58); FILE MERGED 2003/12/16 18:15:48 mt 1.10.58.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7c32281f8585f9df47d237a3e5bf2dd0829eb6c0]

        INTEGRATION: CWS vclcleanup02 (1.34.12); FILE MERGED 2003/12/16 18:15:47 mt 1.34.12.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [234910c3778958acd6ef2b6644ae494f4a460af1]

        INTEGRATION: CWS vclcleanup02 (1.45.12); FILE MERGED 2003/12/16 18:15:46 mt 1.45.12.3: #i23061# And more cleanups... 2003/12/10 15:59:48 mt 1.45.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:07 mt 1.45.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [787d91f87175d65508112d62d45546e040121f69]

        INTEGRATION: CWS vclcleanup02 (1.13.8); FILE MERGED 2003/12/18 09:45:30 mt 1.13.8.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/10 15:59:48 mt 1.13.8.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:06 mt 1.13.8.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [535215975d16ce5cf50711b48c3fa554a6da659b]

        INTEGRATION: CWS vclcleanup02 (1.6.12); FILE MERGED 2003/12/18 09:45:30 mt 1.6.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8aa408579f1e7a70776eab3f399b3c1fa1994b5b]

        INTEGRATION: CWS vclcleanup02 (1.8.12); FILE MERGED 2003/12/16 18:15:45 mt 1.8.12.2: #i23061# And more cleanups... 2003/12/05 13:29:05 mt 1.8.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [739508d0afe276e453c9229f18108cea3602a0ff]

        INTEGRATION: CWS vclcleanup02 (1.18.12); FILE MERGED 2003/12/18 09:45:30 mt 1.18.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1a4db0fe0f64fc1b188f6fff90f0274449dd60e8]

        INTEGRATION: CWS vclcleanup02 (1.48.12); FILE MERGED 2003/12/18 09:45:29 mt 1.48.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:44 mt 1.48.12.3: #i23061# And more cleanups... 2003/12/05 16:48:24 mt 1.48.12.2: RESYNC: (1.48-1.49); FILE MERGED 2003/12/05 13:29:05 mt 1.48.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5be9654277672fe1607402c991e33ae6a8af9fb7]

        INTEGRATION: CWS vclcleanup02 (1.30.12); FILE MERGED 2003/12/18 09:45:29 mt 1.30.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:43 mt 1.30.12.3: #i23061# And more cleanups... 2003/12/10 15:59:47 mt 1.30.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:04 mt 1.30.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [45d8c501e7ad28f5553d00e78d8be2aeb042aff0]

        INTEGRATION: CWS vclcleanup02 (1.11.12); FILE MERGED 2003/12/16 18:15:43 mt 1.11.12.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1c31894186e8c1da27b2c731916a27e5289aa549]

        INTEGRATION: CWS vclcleanup02 (1.9.58); FILE MERGED 2003/12/16 18:15:42 mt 1.9.58.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [06b49ddd793e27173b2a24921ec0a4621e019d9d]

        INTEGRATION: CWS vclcleanup02 (1.6.350); FILE MERGED 2003/12/16 18:15:42 mt 1.6.350.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fde27bc21e7fdbdc52e8f86817b0312800200874]

        INTEGRATION: CWS vclcleanup02 (1.23.12); FILE MERGED 2003/12/10 15:59:47 mt 1.23.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:29:04 mt 1.23.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e6dffe4595b7d0167a9db47102660c9a50e03cd2]

        INTEGRATION: CWS vclcleanup02 (1.25.58); FILE MERGED 2003/12/05 13:29:03 mt 1.25.58.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a0c89376d65675dc2cc6ecfa1377e8b7c297eed3]

        INTEGRATION: CWS vclcleanup02 (1.27.12); FILE MERGED 2003/12/16 18:15:41 mt 1.27.12.2: #i23061# And more cleanups... 2003/12/05 13:29:03 mt 1.27.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [646f29d96b6fb7f1bee0c1b2fff30f55ba21ccae]

        INTEGRATION: CWS vclcleanup02 (1.20.12); FILE MERGED 2003/12/16 18:15:41 mt 1.20.12.2: #i23061# And more cleanups... 2003/12/05 13:29:02 mt 1.20.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [06bb49011fb5e55d45458a217133b08ba8e74df6]

        INTEGRATION: CWS vclcleanup02 (1.2.364); FILE MERGED 2003/12/16 18:15:40 mt 1.2.364.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4a25c321231b2cc199234d3a11b3646683317912]

        INTEGRATION: CWS vclcleanup02 (1.24.4); FILE MERGED 2003/12/18 09:45:28 mt 1.24.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:15:39 mt 1.24.4.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [22047527b431487e2dcfb7b5db9ea62662ec5d74]

        INTEGRATION: CWS vclcleanup02 (1.33.12); FILE MERGED 2003/12/16 18:15:38 mt 1.33.12.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0a15d7cae1767b4c38176af148469fc3aff8fc69]

        INTEGRATION: CWS vclcleanup02 (1.20.4); FILE MERGED 2003/12/16 18:15:38 mt 1.20.4.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3d0f1bf1e76c9eb1a4ce3b05b8fdd578a98f1762]

        INTEGRATION: CWS vclcleanup02 (1.10.38); FILE MERGED 2003/12/16 18:15:37 mt 1.10.38.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0c053f529753895192742c9b5cd4d2f801b180e2]

        INTEGRATION: CWS vclcleanup02 (1.7.12); FILE MERGED 2003/12/10 15:59:46 mt 1.7.12.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [696e43c451a8b3979f5ec1b3fe4bd93eabc8911f]

        INTEGRATION: CWS vclcleanup02 (1.3.228); FILE MERGED 2003/12/16 18:15:36 mt 1.3.228.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c3bfd65dbba10311a42b4bdf1f1a7528b3ccfbc4]

        INTEGRATION: CWS vclcleanup02 (1.8.12); FILE MERGED 2003/12/17 16:06:10 mt 1.8.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:45 mt 1.8.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:37:13 mt 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/05 13:28:54 mt 1.8.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [63ff228af69d069724ba5056174f61c4e0d2df94]

        INTEGRATION: CWS vclcleanup02 (1.81.10); FILE MERGED 2003/12/17 16:06:09 mt 1.81.10.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:35 mt 1.81.10.4: #i23061# And more cleanups... 2003/12/10 15:59:45 mt 1.81.10.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:34:53 mt 1.81.10.2: RESYNC: (1.81-1.83); FILE MERGED 2003/12/05 13:28:54 mt 1.81.10.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9c50fd33e72103d8d40bf1b215f02c17c6b77be8]

        INTEGRATION: CWS vclcleanup02 (1.9.228); FILE MERGED 2003/12/17 16:06:07 mt 1.9.228.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:26 mt 1.9.228.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:44 mt 1.9.228.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:20 mt 1.9.228.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/05 13:28:53 mt 1.9.228.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c0f9567e4b51b769bd9248af98d423f0497fcfb6]

        INTEGRATION: CWS vclcleanup02 (1.178.6); FILE MERGED 2003/12/17 16:06:04 mt 1.178.6.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:25 mt 1.178.6.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:44 mt 1.178.6.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:34:41 mt 1.178.6.2: RESYNC: (1.178-1.180); FILE MERGED 2003/12/05 13:28:52 mt 1.178.6.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [00fa9c4f9ca3a6bf2112a082c98eaa15be69e3d6]

        INTEGRATION: CWS vclcleanup02 (1.20.176); FILE MERGED 2003/12/17 16:06:01 mt 1.20.176.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:35 mt 1.20.176.2: #i23061# And more cleanups... 2003/12/10 15:59:43 mt 1.20.176.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7923c244fe9eaaa87dbb93b607b521e374eb8d45]

        INTEGRATION: CWS vclcleanup02 (1.61.176); FILE MERGED 2003/12/17 16:53:11 mt 1.61.176.7: #i23061# Include svsys.h early to avoid compiler warnings 2003/12/17 16:05:58 mt 1.61.176.6: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:34 mt 1.61.176.5: #i23061# And more cleanups... 2003/12/11 13:35:25 mt 1.61.176.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:42 mt 1.61.176.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:35:52 mt 1.61.176.2: RESYNC: (1.61-1.62); FILE MERGED 2003/12/05 13:28:51 mt 1.61.176.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1b9ea9f9d1037a8bb4938c16340e9305e7e0e889]

        INTEGRATION: CWS vclcleanup02 (1.14.340); FILE MERGED 2003/12/10 15:59:42 mt 1.14.340.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:28:50 mt 1.14.340.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c4165136047388aae3ed325fdf58ad45e7a64197]

        INTEGRATION: CWS vclcleanup02 (1.7.4); FILE MERGED 2003/12/17 16:05:57 mt 1.7.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:42 mt 1.7.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9ca8a04102b5b674678bbbfee79a95b88924ac43]

        INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:05:56 mt 1.2.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:41 mt 1.2.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a65a8c14d503d44f20f8055f5609b58b7c061857]

        INTEGRATION: CWS vclcleanup02 (1.34.4); FILE MERGED 2003/12/17 16:05:54 mt 1.34.4.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:25 mt 1.34.4.2: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:41 mt 1.34.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [41c715ff20672229a97d5939a879682312b76adf]

        INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:05:52 mt 1.2.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:41 mt 1.2.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5f3fcffee9c789be5c6c5f78421803a1044d3add]

        INTEGRATION: CWS vclcleanup02 (1.10.4); FILE MERGED 2003/12/17 16:05:50 mt 1.10.4.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:33 mt 1.10.4.2: #i23061# And more cleanups... 2003/12/10 15:59:40 mt 1.10.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bb60e56bbe68c720bcf76d5fd1930b2ededa612b]

        INTEGRATION: CWS vclcleanup02 (1.5.208); FILE MERGED 2003/12/17 16:05:48 mt 1.5.208.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:40 mt 1.5.208.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:59 mt 1.5.208.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/05 13:28:49 mt 1.5.208.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1004e9fa96161000d0f69fec6748766e3db5358a]

        INTEGRATION: CWS vclcleanup02 (1.8.346); FILE MERGED 2003/12/17 16:05:47 mt 1.8.346.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:39 mt 1.8.346.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:53 mt 1.8.346.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/05 13:28:49 mt 1.8.346.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f5efc9cb44effa6adbca8ba55c8ed7fcb49c2203]

        INTEGRATION: CWS vclcleanup02 (1.2.372); FILE MERGED 2003/12/05 13:28:49 mt 1.2.372.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7a004fac1713682b9e59c530d77cbb1505dc448c]

        INTEGRATION: CWS vclcleanup02 (1.10.208); FILE MERGED 2003/12/17 16:05:45 mt 1.10.208.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:39 mt 1.10.208.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:24 mt 1.10.208.2: RESYNC: (1.10-1.11); FILE MERGED 2003/12/05 13:28:48 mt 1.10.208.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c322a4cefe9338e54f90c70eba22f0e2349ea5ef]

        INTEGRATION: CWS vclcleanup02 (1.13.58); FILE MERGED 2003/12/17 16:05:44 mt 1.13.58.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [82c72064e3783a1c7fd990f0e3463604f57bf9d2]

        INTEGRATION: CWS vclcleanup02 (1.98.12); FILE MERGED 2003/12/17 16:05:42 mt 1.98.12.6: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:32 mt 1.98.12.5: #i23061# And more cleanups... 2003/12/11 13:35:24 mt 1.98.12.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:39 mt 1.98.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:35:18 mt 1.98.12.2: RESYNC: (1.98-1.100); FILE MERGED 2003/12/05 13:28:47 mt 1.98.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4accba825bbe91d2f4dfe1545391acc7400b2781]

        INTEGRATION: CWS vclcleanup02 (1.10.228); FILE MERGED 2003/12/16 18:15:32 mt 1.10.228.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b666aa17890b1d9e3d3af9f0abb3c8bcb7033d8d]

        INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:05:41 mt 1.3.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:38 mt 1.3.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [25bdeb89159805bd431907addd934d2e13e98147]

        INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:05:39 mt 1.3.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:38 mt 1.3.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f99479bcfc2cf06bc0e3c9ec338717ef72dc868f]

        INTEGRATION: CWS vclcleanup02 (1.26.4); FILE MERGED 2003/12/17 16:53:10 mt 1.26.4.3: #i23061# Include svsys.h early to avoid compiler warnings 2003/12/17 16:05:37 mt 1.26.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:38 mt 1.26.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [764cff5957426181a2be845c742ef0abe4594af4]

        INTEGRATION: CWS vclcleanup02 (1.14.4); FILE MERGED 2003/12/17 16:53:09 mt 1.14.4.3: #i23061# Include svsys.h early to avoid compiler warnings 2003/12/17 16:05:35 mt 1.14.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:37 mt 1.14.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [610285f47955bff940017ad3219c44fb96882b05]

        INTEGRATION: CWS vclcleanup02 (1.4.372); FILE MERGED 2003/12/05 13:28:47 mt 1.4.372.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d225aad51cc3c5fbd6a0fe8cbecad68ffd62039a]

        INTEGRATION: CWS vclcleanup02 (1.6.372); FILE MERGED 2003/12/05 13:28:46 mt 1.6.372.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [587b3db25c1ac7af7fc570b06972f6d822be6439]

        INTEGRATION: CWS vclcleanup02 (1.12.168); FILE MERGED 2003/12/10 15:59:37 mt 1.12.168.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:31 mt 1.12.168.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/05 13:28:46 mt 1.12.168.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d0042bb7503b8e54d6b77d42d449bac55a01754e]

        INTEGRATION: CWS vclcleanup02 (1.13.176); FILE MERGED 2003/12/17 16:05:33 mt 1.13.176.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:37 mt 1.13.176.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:37:42 mt 1.13.176.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/05 13:28:45 mt 1.13.176.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f76a19f99a5ff0a6f8fab6a3ca548c577cf13f14]

        INTEGRATION: CWS vclcleanup02 (1.27.4); FILE MERGED 2003/12/17 16:05:31 mt 1.27.4.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:23 mt 1.27.4.2: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:36 mt 1.27.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [072aaf4ee8f673fd0b70d8339edaeebadfbe567b]

        INTEGRATION: CWS vclcleanup02 (1.6.4); FILE MERGED 2003/12/17 16:05:30 mt 1.6.4.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:31 mt 1.6.4.2: #i23061# And more cleanups... 2003/12/10 15:59:36 mt 1.6.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ebb6701908b699bfe86d6c0d7f294683125c75f0]

        INTEGRATION: CWS vclcleanup02 (1.5.208); FILE MERGED 2003/12/17 16:05:29 mt 1.5.208.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:35 mt 1.5.208.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:34:48 mt 1.5.208.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/05 13:28:44 mt 1.5.208.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7b2d4af3c7a4bf7b574710ce9d762b47f949e218]

        INTEGRATION: CWS vclcleanup02 (1.4.148); FILE MERGED 2003/12/17 16:05:27 mt 1.4.148.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4ef7b4f9a9206d7f9f65803427327667ae0cc5f3]

        INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:05:23 mt 1.3.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:35 mt 1.3.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [72eb4cf1ab3c5d37d5be0446e6a998c611f0f488]

        INTEGRATION: CWS vclcleanup02 (1.9.176); FILE MERGED 2003/12/17 16:05:21 mt 1.9.176.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:30 mt 1.9.176.3: #i23061# And more cleanups... 2003/12/05 16:35:00 mt 1.9.176.2: RESYNC: (1.9-1.11); FILE MERGED 2003/12/05 13:28:44 mt 1.9.176.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [80856d9961e8260d913ae510bdab6c90f367b2d0]

        INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:05:19 mt 1.2.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c9c0282c11bfd00d40129f4824fc1e13537ee685]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.388); FILE MERGED 2003/12/17 16:05:15 mt 1.1.1.1.388.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:35 mt 1.1.1.1.388.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:37:36 mt 1.1.1.1.388.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/12/05 13:28:43 mt 1.1.1.1.388.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6e615693a9f0b83e2e10ac1a74eb442c07d8136b]

        INTEGRATION: CWS vclcleanup02 (1.11.214); FILE MERGED 2003/12/16 18:15:29 mt 1.11.214.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [28ca47846a7a322f7129bd35e20eb8e568e7fb92]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/05 16:39:54 mt 1.1.1.1.386.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/12/05 13:28:42 mt 1.1.1.1.386.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5dc885e415208875f3b9ac9fdd4df82233f471ae]

        INTEGRATION: CWS vclcleanup02 (1.5.350); FILE MERGED 2003/12/16 18:15:28 mt 1.5.350.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2d57fe3d83387fe717e4d91fa68a4c36aca9487c]

        INTEGRATION: CWS vclcleanup02 (1.22.142); FILE MERGED 2003/12/05 13:28:40 mt 1.22.142.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b876db9e6ca8ea7ca972b84f1f7ce3e4f54b87ac]

        INTEGRATION: CWS vclcleanup02 (1.5.350); FILE MERGED 2003/12/05 13:28:40 mt 1.5.350.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f7200a8dfa60278f005dbe78906f96b0a736e2fa]

        INTEGRATION: CWS vclcleanup02 (1.12.38); FILE MERGED 2003/12/16 18:15:28 mt 1.12.38.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fdb9ed013c3f0b57142c7f713f698a8b0f22db61]

        INTEGRATION: CWS vclcleanup02 (1.3.360); FILE MERGED 2003/12/05 13:28:39 mt 1.3.360.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [14260635c3ea4e9adbbd2eab92c9d84f619ad66f]

        INTEGRATION: CWS vclcleanup02 (1.25.12); FILE MERGED 2003/12/16 18:15:27 mt 1.25.12.3: #i23061# And more cleanups... 2003/12/05 16:39:59 mt 1.25.12.2: RESYNC: (1.25-1.26); FILE MERGED 2003/12/05 13:28:39 mt 1.25.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4ccf2e6e6a65f51c15f7ef120bc66ac0a44b08b2]

        INTEGRATION: CWS vclcleanup02 (1.99.36); FILE MERGED 2003/12/16 18:15:27 mt 1.99.36.3: #i23061# And more cleanups... 2003/12/10 15:59:34 mt 1.99.36.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:28:38 mt 1.99.36.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [26ea83bd7f667160356cae1692b9bc4271819125]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:05:12 mt 1.1.1.1.386.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:26 mt 1.1.1.1.386.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [216690c8a4fc23216b0152181223e952d615f149]

        INTEGRATION: CWS vclcleanup02 (1.13.4); FILE MERGED 2003/12/17 16:05:10 mt 1.13.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b533d74e1d3879be4cbbf0350e1181af603e3060]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:05:09 mt 1.1.1.1.386.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bb086ddeecd4e7114732aa6cee1f1642385c5e98]

        INTEGRATION: CWS vclcleanup02 (1.3.354); FILE MERGED 2003/12/16 18:15:25 mt 1.3.354.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3a3542d8b538c36ff765281292ef2892abeb74c1]

        INTEGRATION: CWS vclcleanup02 (1.49.12); FILE MERGED 2003/12/16 18:15:25 mt 1.49.12.4: #i23061# And more cleanups... 2003/12/10 15:59:33 mt 1.49.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:44:53 mt 1.49.12.2: RESYNC: (1.49-1.51); FILE MERGED 2003/12/05 13:22:35 mt 1.49.12.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1679664f5a9360282ae3c45e4619386db6f39fc9]

        INTEGRATION: CWS vclcleanup02 (1.13.10); FILE MERGED 2003/12/17 16:05:07 mt 1.13.10.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:32 mt 1.13.10.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:42:17 mt 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/05 13:22:35 mt 1.13.10.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5cb4dcf794b2748ae6ab6892165047eb9508304c]

        INTEGRATION: CWS vclcleanup02 (1.4.4); FILE MERGED 2003/12/17 16:05:06 mt 1.4.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [151f35e6cbc62ff4d212cf6c314c64611b4bcdef]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:05:04 mt 1.1.1.1.386.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:32 mt 1.1.1.1.386.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:35 mt 1.1.1.1.386.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [77d5f04133841f42513c0ebf19db50f5a3699453]

        INTEGRATION: CWS vclcleanup02 (1.18.4); FILE MERGED 2003/12/17 16:05:01 mt 1.18.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:24 mt 1.18.4.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a3ed084b37308c53d367f7d7267b25771ac83589]

        INTEGRATION: CWS vclcleanup02 (1.44.4); FILE MERGED 2003/12/17 16:05:00 mt 1.44.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [49e19c893783c4b3b09ced1b80ac7a054429cda2]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/10 15:59:32 mt 1.1.1.1.386.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ca682426488a7d4ffd9f7d0f3e1f4ac332d1ec71]

        INTEGRATION: CWS vclcleanup02 (1.59.12); FILE MERGED 2003/12/16 18:15:24 mt 1.59.12.4: #i23061# And more cleanups... 2003/12/10 15:59:31 mt 1.59.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:43:04 mt 1.59.12.2: RESYNC: (1.59-1.61); FILE MERGED 2003/12/05 13:22:34 mt 1.59.12.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b4e306659480baf1575d34032e50dc4db1eaed3e]

        INTEGRATION: CWS vclcleanup02 (1.12.8); FILE MERGED 2003/12/17 16:04:58 mt 1.12.8.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:31 mt 1.12.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dcf306867c03b12bb95fb4cbadaaddf82858cc6c]

        INTEGRATION: CWS vclcleanup02 (1.6.8); FILE MERGED 2003/12/17 16:04:57 mt 1.6.8.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/05 16:44:58 mt 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2003/12/05 13:22:33 mt 1.6.8.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4e2c58052a21722ea0fdf6ddf296f4b02fffda97]

        INTEGRATION: CWS vclcleanup02 (1.5.4); FILE MERGED 2003/12/17 16:04:55 mt 1.5.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:30 mt 1.5.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f77757e4a85995f90c513b8049ba920d4d877207]

        INTEGRATION: CWS vclcleanup02 (1.15.8); FILE MERGED 2003/12/17 16:04:51 mt 1.15.8.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:30 mt 1.15.8.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:44:32 mt 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2003/12/05 13:22:33 mt 1.15.8.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7024591d062dd428f758be66a209178c2de1a874]

        INTEGRATION: CWS vclcleanup02 (1.160.6); FILE MERGED 2003/12/17 16:04:48 mt 1.160.6.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:23 mt 1.160.6.4: #i23061# And more cleanups... 2003/12/10 15:59:29 mt 1.160.6.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:43:59 mt 1.160.6.2: RESYNC: (1.160-1.163); FILE MERGED 2003/12/05 13:22:32 mt 1.160.6.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [aa2ec4b5df73c54f7d1b849a6fd3d8276b7e82ff]

        INTEGRATION: CWS vclcleanup02 (1.15.8); FILE MERGED 2003/12/17 16:04:47 mt 1.15.8.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:22 mt 1.15.8.4: #i23061# And more cleanups... 2003/12/10 15:59:28 mt 1.15.8.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:43:10 mt 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2003/12/05 13:22:31 mt 1.15.8.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d7b96780b7356f081459a22c90682ddce9b10338]

        INTEGRATION: CWS vclcleanup02 (1.25.6); FILE MERGED 2003/12/17 16:04:46 mt 1.25.6.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:23 mt 1.25.6.3: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/05 16:42:44 mt 1.25.6.2: RESYNC: (1.25-1.26); FILE MERGED 2003/12/05 13:22:30 mt 1.25.6.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e685861886c6ea9ca86b506edbe0312bace8cc85]

        INTEGRATION: CWS vclcleanup02 (1.7.4); FILE MERGED 2003/12/17 16:04:45 mt 1.7.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:22 mt 1.7.4.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c452db114033067200963711f2922e13acfa1f38]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/16 18:15:21 mt 1.1.1.1.386.3: #i23061# And more cleanups... 2003/12/10 15:59:27 mt 1.1.1.1.386.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:30 mt 1.1.1.1.386.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2df8726fd9f70d0a6fa72166aa4d6730f27a8364]

        INTEGRATION: CWS vclcleanup02 (1.12.4); FILE MERGED 2003/12/17 16:04:44 mt 1.12.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:21 mt 1.12.4.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [49ee78ebd4f143afffc208aa2b1cc735a7906625]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:43 mt 1.1.1.1.386.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:20 mt 1.1.1.1.386.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [df28b5f7d34f0e893f151d0409f647e19bd54876]

        INTEGRATION: CWS vclcleanup02 (1.14.228); FILE MERGED 2003/12/16 18:15:20 mt 1.14.228.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [397905bab0811684f1e5185ed048a3aab89dadc1]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:41 mt 1.1.1.1.386.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [be6618280d211050c39675e8e3ffdaad7339620b]

        INTEGRATION: CWS vclcleanup02 (1.7.348); FILE MERGED 2003/12/17 16:04:39 mt 1.7.348.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f2148c8c3d7b4412adcfb7b841967335f383fb96]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/10 15:59:27 mt 1.1.1.1.386.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [211d19cfd2285586f0386bc0cb91e4be01deb079]

        INTEGRATION: CWS vclcleanup02 (1.3.212); FILE MERGED 2003/12/17 16:04:37 mt 1.3.212.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:19 mt 1.3.212.3: #i23061# And more cleanups... 2003/12/10 15:59:25 mt 1.3.212.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:29 mt 1.3.212.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e36c525e30ed44d4fb390405978ba136909d8168]

        INTEGRATION: CWS vclcleanup02 (1.5.228); FILE MERGED 2003/12/17 16:04:35 mt 1.5.228.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:25 mt 1.5.228.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:44:37 mt 1.5.228.2: RESYNC: (1.5-1.6); FILE MERGED 2003/12/05 13:22:29 mt 1.5.228.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [97b612fa3b65fce86db345aa1e3059706fe1b62c]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/10 15:59:24 mt 1.1.1.1.386.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [762f552bcb0490e89e6d051948626c585f5af5a4]

        INTEGRATION: CWS vclcleanup02 (1.2.228); FILE MERGED 2003/12/10 15:59:24 mt 1.2.228.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:28 mt 1.2.228.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [61448e37783ae596cfdcdf8c2a677869dcbd3aed]

        INTEGRATION: CWS vclcleanup02 (1.11.8); FILE MERGED 2003/12/17 16:04:34 mt 1.11.8.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:19 mt 1.11.8.4: #i23061# And more cleanups... 2003/12/10 15:59:23 mt 1.11.8.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:42:39 mt 1.11.8.2: RESYNC: (1.11-1.12); FILE MERGED 2003/12/05 13:22:28 mt 1.11.8.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2121d7d6500ca03c97a16588590363c133ab75ec]

        INTEGRATION: CWS vclcleanup02 (1.14.150); FILE MERGED 2003/12/17 16:04:33 mt 1.14.150.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:23 mt 1.14.150.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:27 mt 1.14.150.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ba016139f4cbcd7461b2785c7054cb439ed34521]

        INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:04:32 mt 1.3.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ac6638f11fb20c19d08edf2d357c549de5c8d052]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:30 mt 1.1.1.1.386.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/05 16:42:58 mt 1.1.1.1.386.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/12/05 13:22:27 mt 1.1.1.1.386.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3ea41a61bbfae940412d406a5d3f1013844b5044]

        INTEGRATION: CWS vclcleanup02 (1.2.380); FILE MERGED 2003/12/05 13:22:27 mt 1.2.380.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [280b16dc2878274c1aacd1eec1ea62f785d56b18]

        INTEGRATION: CWS vclcleanup02 (1.8.228); FILE MERGED 2003/12/17 16:04:28 mt 1.8.228.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:22 mt 1.8.228.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4498fd9173bc2f22ac09c6bb3cc9cd9bea15622a]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:26 mt 1.1.1.1.386.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [74a3c5be50710a212768e16f0ded43f1d4d62640]

        INTEGRATION: CWS vclcleanup02 (1.5.228); FILE MERGED 2003/12/17 16:04:24 mt 1.5.228.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d1850ed98b4b859aeba67ec916d7ca9400807a4d]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:22 mt 1.1.1.1.386.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e61803b8fed35facabf0db6f38416406d1545067]

        INTEGRATION: CWS vclcleanup02 (1.9.150); FILE MERGED 2003/12/05 13:22:26 mt 1.9.150.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ce90bec06f136a186d6ecec141c8d0eb668841e5]

        INTEGRATION: CWS vclcleanup02 (1.9.340); FILE MERGED 2003/12/17 16:04:21 mt 1.9.340.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:22 mt 1.9.340.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:25 mt 1.9.340.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dce0ed52b1970c51338b39a8e873b63be7b58e0a]

        INTEGRATION: CWS vclcleanup02 (1.13.348); FILE MERGED 2003/12/16 18:15:18 mt 1.13.348.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [0c5ef6140dba9c07472fe6402a62178e7f856bec]

        INTEGRATION: CWS vclcleanup02 (1.22.44); FILE MERGED 2003/12/16 18:15:17 mt 1.22.44.3: #i23061# And more cleanups... 2003/12/10 15:59:22 mt 1.22.44.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:25 mt 1.22.44.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2d7fcb0f60c2a51a208658d3d17b7d2916d2d554]

        INTEGRATION: CWS vclcleanup02 (1.6.228); FILE MERGED 2003/12/17 16:04:20 mt 1.6.228.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:17 mt 1.6.228.2: #i23061# And more cleanups... 2003/12/05 13:22:24 mt 1.6.228.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [539dc18a36a5561476437964cf5e77f1563a1718]

        INTEGRATION: CWS vclcleanup02 (1.7.228); FILE MERGED 2003/12/17 16:04:18 mt 1.7.228.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:16 mt 1.7.228.3: #i23061# And more cleanups... 2003/12/10 15:59:21 mt 1.7.228.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:22:23 mt 1.7.228.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [8f7b0a1319911b3ee746613e2b5ecff64b61774d]

        INTEGRATION: CWS vclcleanup02 (1.3.12); FILE MERGED 2003/12/17 16:04:15 mt 1.3.12.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6908e6f9f2f54b2204320c6408b1e14f56a0ec01]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:14 mt 1.1.1.1.386.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:20 mt 1.1.1.1.386.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7f9d1e1ab7fafab416a098cd2a39ff6959b543d5]

        INTEGRATION: CWS vclcleanup02 (1.2.370); FILE MERGED 2003/12/17 16:04:13 mt 1.2.370.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bfa970eae692e019ae2be175728200a7df879ad9]

        INTEGRATION: CWS vclcleanup02 (1.2.370); FILE MERGED 2003/12/17 16:04:11 mt 1.2.370.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:16 mt 1.2.370.2: #i23061# And more cleanups... 2003/12/05 13:22:22 mt 1.2.370.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [16cb03fdd0dabf11de00fa49b27b9635f36ae8b1]

        INTEGRATION: CWS vclcleanup02 (1.7.4); FILE MERGED 2003/12/17 16:04:09 mt 1.7.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ef0b2f28932cc86e45b2408e1c28fe1820c8111f]

        INTEGRATION: CWS vclcleanup02 (1.4.40); FILE MERGED 2003/12/17 16:04:08 mt 1.4.40.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/05 13:22:21 mt 1.4.40.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [3dc9e7cc990edb5dc1149a20a32011601bc3a8e4]

        INTEGRATION: CWS vclcleanup02 (1.3.368); FILE MERGED 2003/12/17 16:04:05 mt 1.3.368.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:15 mt 1.3.368.2: #i23061# And more cleanups... 2003/12/05 13:22:21 mt 1.3.368.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [bfb88aef95a8b2e3e94564c064afa46fde7e6b99]

        INTEGRATION: CWS vclcleanup02 (1.4.204); FILE MERGED 2003/12/17 16:04:04 mt 1.4.204.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:14 mt 1.4.204.2: #i23061# And more cleanups... 2003/12/05 13:22:20 mt 1.4.204.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [59ddc371b11e29344b3fcd9d14f2b1ba359ef3e0]

        INTEGRATION: CWS vclcleanup02 (1.7.204); FILE MERGED 2003/12/17 16:04:03 mt 1.7.204.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:13 mt 1.7.204.4: #i23061# And more cleanups... 2003/12/10 15:59:20 mt 1.7.204.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:44:26 mt 1.7.204.2: RESYNC: (1.7-1.8); FILE MERGED 2003/12/05 13:22:19 mt 1.7.204.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [57ed7cd053fded78222d0ec5ce115f1eb3035e34]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:04:01 mt 1.1.1.1.386.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:19 mt 1.1.1.1.386.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:42:33 mt 1.1.1.1.386.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/12/05 13:22:18 mt 1.1.1.1.386.1: #i23061# Code cleanups, fixed gcc WAll warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [709d9d261d4a5ac6a3d276947f65f1d2fbfb0008]

        INTEGRATION: CWS vclcleanup02 (1.3.344); FILE MERGED 2003/12/17 16:04:00 mt 1.3.344.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:19 mt 1.3.344.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4652455889396d08ece42b8c0b35181b0266f554]

        INTEGRATION: CWS vclcleanup02 (1.17.156); FILE MERGED 2003/12/17 16:03:57 mt 1.17.156.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:22 mt 1.17.156.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:18 mt 1.17.156.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:33 mt 1.17.156.2: RESYNC: (1.17-1.18); FILE MERGED 2003/12/05 13:28:34 mt 1.17.156.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [58b43c1fc531eebf453b6ae657fb63818ea9fd4f]

        INTEGRATION: CWS vclcleanup02 (1.10.344); FILE MERGED 2003/12/17 16:03:56 mt 1.10.344.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:18 mt 1.10.344.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [424e9581527576ce99a969fbe12ecc084fb9ec95]

        INTEGRATION: CWS vclcleanup02 (1.3.350); FILE MERGED 2003/12/17 16:03:56 mt 1.3.350.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:17 mt 1.3.350.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [85aeb5be9d48f3a790a0a93a88060eb8bf0d0eee]

        INTEGRATION: CWS vclcleanup02 (1.2.350); FILE MERGED 2003/12/17 16:03:55 mt 1.2.350.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:17 mt 1.2.350.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:20 mt 1.2.350.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/05 13:28:33 mt 1.2.350.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [523213d4ac5b8a99a2dc2b3e1231ff32e8f43579]

        INTEGRATION: CWS vclcleanup02 (1.8.348); FILE MERGED 2003/12/17 16:03:54 mt 1.8.348.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:16 mt 1.8.348.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:04 mt 1.8.348.2: RESYNC: (1.8-1.9); FILE MERGED 2003/12/05 13:28:32 mt 1.8.348.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6b2f4bd97a74ed053f1e430d13e128cb73486066]

        INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:03:53 mt 1.2.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:16 mt 1.2.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [90d3529ab85ebeb33831c2e23e82a2fcf1dfcd7f]

        INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:03:52 mt 1.2.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:16 mt 1.2.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b84f804299a81a9c5862466fc5beaf341fb482a1]

        INTEGRATION: CWS vclcleanup02 (1.5.168); FILE MERGED 2003/12/16 18:15:12 mt 1.5.168.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4cc3ee7af0b1bc58c7e993e20eefb0e74de60cb9]

        INTEGRATION: CWS vclcleanup02 (1.22.156); FILE MERGED 2003/12/17 16:03:51 mt 1.22.156.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:15 mt 1.22.156.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:41:52 mt 1.22.156.2: RESYNC: (1.22-1.23); FILE MERGED 2003/12/05 13:28:31 mt 1.22.156.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [10fb5622b4807ba81696c574e793c5d366044adb]

        INTEGRATION: CWS vclcleanup02 (1.6.4); FILE MERGED 2003/12/17 16:03:50 mt 1.6.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:15 mt 1.6.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f2851126149c187eb3b84e0ee1f4c7c573c9b2c3]

        INTEGRATION: CWS vclcleanup02 (1.7.346); FILE MERGED 2003/12/17 16:03:48 mt 1.7.346.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:21 mt 1.7.346.1: #i23061# VCL cleanup, removed Dummy members and old AccessNotify

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d0fe7cf2c1bee30e12a59a3adc239943e16b787c]

        INTEGRATION: CWS vclcleanup02 (1.41.204); FILE MERGED 2003/12/17 16:03:46 mt 1.41.204.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:15 mt 1.41.204.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:51 mt 1.41.204.2: RESYNC: (1.41-1.42); FILE MERGED 2003/12/05 13:28:31 mt 1.41.204.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [ae0e544f80effdd6fde2b7a9d8e069bce3f1f045]

        INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:03:45 mt 1.3.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:14 mt 1.3.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [255f71fb9eaec978428cc4219e9e6d18dfb23e6a]

        INTEGRATION: CWS vclcleanup02 (1.11.4); FILE MERGED 2003/12/17 16:03:45 mt 1.11.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:14 mt 1.11.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1f355d1753fc27f27edeb8df60b351d5485c8bfd]

        INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:03:43 mt 1.2.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:14 mt 1.2.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [cdca17128ec1cb2ceab7f8e4d49285db0440f96b]

        INTEGRATION: CWS vclcleanup02 (1.13.50); FILE MERGED 2003/12/17 16:03:41 mt 1.13.50.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:13 mt 1.13.50.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:41:59 mt 1.13.50.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/05 13:28:30 mt 1.13.50.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [260a03b9b4631867196e33fd2931bc46a79c28ab]

        INTEGRATION: CWS vclcleanup02 (1.9.342); FILE MERGED 2003/12/17 16:03:39 mt 1.9.342.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:13 mt 1.9.342.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:41:13 mt 1.9.342.2: RESYNC: (1.9-1.10); FILE MERGED 2003/12/05 13:28:29 mt 1.9.342.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [32d6d5b3ee4651e1ecefd975b857b4b2ec4ac77f]

        INTEGRATION: CWS vclcleanup02 (1.59.156); FILE MERGED 2003/12/17 16:03:37 mt 1.59.156.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:12 mt 1.59.156.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:57 mt 1.59.156.2: RESYNC: (1.59-1.60); FILE MERGED 2003/12/05 13:28:28 mt 1.59.156.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [abb5f53d1fa480d8c4c1ba8b591649f17d4f54d2]

        INTEGRATION: CWS vclcleanup02 (1.10.166); FILE MERGED 2003/12/17 16:03:37 mt 1.10.166.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:12 mt 1.10.166.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:41:31 mt 1.10.166.2: RESYNC: (1.10-1.11); FILE MERGED 2003/12/05 13:28:28 mt 1.10.166.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a78811e462ba3c527028a7b3601868229ec2c161]

        INTEGRATION: CWS vclcleanup02 (1.26.50); FILE MERGED 2003/12/17 16:03:34 mt 1.26.50.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:11 mt 1.26.50.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:40:26 mt 1.26.50.2: RESYNC: (1.26-1.27); FILE MERGED 2003/12/05 13:28:27 mt 1.26.50.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [be15f32ef88f1793dfdc4aa3418e254dbf022dbb]

        INTEGRATION: CWS vclcleanup02 (1.22.50); FILE MERGED 2003/12/17 16:03:33 mt 1.22.50.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:11 mt 1.22.50.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:41:37 mt 1.22.50.2: RESYNC: (1.22-1.24); FILE MERGED 2003/12/05 13:28:27 mt 1.22.50.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4144011873a71faa898d54c9d78c82d99d8006ab]

        INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED 2003/12/17 16:03:31 mt 1.3.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d5d5295c13c80d68b36d2b71288bd5bbfceb8d97]

        INTEGRATION: CWS vclcleanup02 (1.43.4); FILE MERGED 2003/12/17 16:03:29 mt 1.43.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:10 mt 1.43.4.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5ce3a7982ee8eef739868c63b52d6fdb4534aaee]

        INTEGRATION: CWS vclcleanup02 (1.28.12); FILE MERGED 2003/12/17 16:03:28 mt 1.28.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:10 mt 1.28.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:45:51 mt 1.28.12.2: RESYNC: (1.28-1.29); FILE MERGED 2003/12/05 13:28:24 mt 1.28.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e155dce81912ea34959ad5cbdfed3dc9c17d6e37]

        INTEGRATION: CWS vclcleanup02 (1.45.12); FILE MERGED 2003/12/17 16:03:27 mt 1.45.12.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/11 13:35:20 mt 1.45.12.4: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:09 mt 1.45.12.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:46:14 mt 1.45.12.2: RESYNC: (1.45-1.46); FILE MERGED 2003/12/05 13:28:23 mt 1.45.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5e203b40fe4bf7d80005eec69c1ca46f06e3e11c]

        INTEGRATION: CWS vclcleanup02 (1.2.4); FILE MERGED 2003/12/17 16:03:26 mt 1.2.4.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [685e016b42083998973db176d7d4e2000ffe7295]

        INTEGRATION: CWS vclcleanup02 (1.8.4); FILE MERGED 2003/12/17 16:03:26 mt 1.8.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:11 mt 1.8.4.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f464deaf1e2d8cf5cd75529ce75cd2d424a4c002]

        INTEGRATION: CWS vclcleanup02 (1.39.12); FILE MERGED 2003/12/17 16:03:25 mt 1.39.12.4: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:10 mt 1.39.12.3: #i23061# And more cleanups... 2003/12/05 16:45:46 mt 1.39.12.2: RESYNC: (1.39-1.40); FILE MERGED 2003/12/05 13:28:23 mt 1.39.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [39bd0a3c4a4c5cdd146c6c7e749f1f4d2b760a06]

        INTEGRATION: CWS vclcleanup02 (1.11.12); FILE MERGED 2003/12/16 18:15:10 mt 1.11.12.4: #i23061# And more cleanups... 2003/12/11 13:35:20 mt 1.11.12.3: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:08 mt 1.11.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:28:22 mt 1.11.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [31dab0b0689d61fdd88c9d09f0e4a9665d958435]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED 2003/12/17 16:03:24 mt 1.1.1.1.386.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [de0c301c0f95e537c9fd834857ff245bc67285b6]

        INTEGRATION: CWS vclcleanup02 (1.23.156); FILE MERGED 2003/12/17 16:03:23 mt 1.23.156.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/05 16:45:31 mt 1.23.156.2: RESYNC: (1.23-1.25); FILE MERGED 2003/12/05 13:28:21 mt 1.23.156.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f209ab4dff527a7fd7c2ae197b6d3c64dcec6694]

        INTEGRATION: CWS vclcleanup02 (1.12.340); FILE MERGED 2003/12/17 16:03:22 mt 1.12.340.5: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/16 18:15:09 mt 1.12.340.4: #i23061# And more cleanups... 2003/12/10 15:59:08 mt 1.12.340.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:45:56 mt 1.12.340.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/05 13:28:20 mt 1.12.340.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7d805db341bea59c8cf03a1705e586f0e7cf33b4]

        INTEGRATION: CWS vclcleanup02 (1.31.12); FILE MERGED 2003/12/11 13:35:19 mt 1.31.12.3: #i23061# VCL cleanup, removed Dummy members and old AccessNotify 2003/12/10 15:59:06 mt 1.31.12.2: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 13:28:18 mt 1.31.12.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [fad2dab88ba666d8f2cb9837e87dced1cedad08d]

        INTEGRATION: CWS vclcleanup02 (1.6.380); FILE MERGED 2003/12/18 09:45:27 mt 1.6.380.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9a6886ae15704ebaf17aa498aa0afc2d13e98eea]

        INTEGRATION: CWS vclcleanup02 (1.44.374); FILE MERGED 2003/12/18 09:45:26 mt 1.44.374.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [57893b89d5bbe2e66745282d4e8a05dd8e33cfaf]

        INTEGRATION: CWS vclcleanup02 (1.6.350); FILE MERGED 2003/12/16 18:15:01 mt 1.6.350.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [df4e5d1522b8ba80db4d14a99570c0147ede86d5]

        INTEGRATION: CWS vclcleanup02 (1.14.350); FILE MERGED 2003/12/18 09:45:25 mt 1.14.350.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [68f5efb869ceea7fc614fe125cfccfc94199b0da]

        INTEGRATION: CWS vclcleanup02 (1.4.380); FILE MERGED 2003/12/18 09:45:24 mt 1.4.380.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [230bd80dca36dfdee47379a12afd0e2e51a046a9]

        INTEGRATION: CWS vclcleanup02 (1.5.376); FILE MERGED 2003/12/18 09:45:24 mt 1.5.376.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [82b8b6898d17282cd9afed9d020da45d54165b2f]

        INTEGRATION: CWS vclcleanup02 (1.3.384); FILE MERGED 2003/12/18 09:45:24 mt 1.3.384.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [7b6f0ef9408a77287baa9ce8c9fcd7f1949028c3]

        INTEGRATION: CWS vclcleanup02 (1.2.376); FILE MERGED 2003/12/18 09:45:23 mt 1.2.376.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e2289e4695e34e9c06722945c96cd50f2dd4837c]

        INTEGRATION: CWS vclcleanup02 (1.5.350); FILE MERGED 2003/12/18 09:45:22 mt 1.5.350.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [db7ffaa1412ee9237fa7e74bdc15085344fb84bb]

        INTEGRATION: CWS vclcleanup02 (1.57.346); FILE MERGED 2003/12/18 09:45:22 mt 1.57.346.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9e67ceb7f5609c04807cee38837dfd3218f10bb7]

        INTEGRATION: CWS vclcleanup02 (1.3.374); FILE MERGED 2003/12/18 09:45:21 mt 1.3.374.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b6ca07261ace7bfc55bb8cd6ec66261fb5410310]

        INTEGRATION: CWS vclcleanup02 (1.21.376); FILE MERGED 2003/12/18 09:45:20 mt 1.21.376.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [63fc2944a4e2534445ac9b807d30035fe9863021]

        INTEGRATION: CWS vclcleanup02 (1.2.376); FILE MERGED 2003/12/18 09:45:19 mt 1.2.376.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [dd741b81268046e18c27dbab99f19df02a8b35c1]

        INTEGRATION: CWS vclcleanup02 (1.7.350); FILE MERGED 2003/12/16 18:15:00 mt 1.7.350.1: #i23061# And more cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [b2d3ca24625e9a6c64049a4bc7ddfbd2a1f319c2]

        INTEGRATION: CWS vclcleanup02 (1.8.380); FILE MERGED 2003/12/18 09:45:18 mt 1.8.380.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9c073fa511c89277bfd5927ff007d43562876d59]

        INTEGRATION: CWS vclcleanup02 (1.2.382); FILE MERGED 2003/12/18 09:45:17 mt 1.2.382.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/05 13:28:16 mt 1.2.382.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5cb94d9b2bc567a35ba12979ff2591ef1187cdae]

        INTEGRATION: CWS vclcleanup02 (1.31.350); FILE MERGED 2003/12/18 09:45:16 mt 1.31.350.3: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings 2003/12/16 18:14:59 mt 1.31.350.2: #i23061# And more cleanups... 2003/12/05 13:28:15 mt 1.31.350.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d12686228e5c30e4f8f95696b16adce71e78d9a5]

        INTEGRATION: CWS vclcleanup02 (1.5.380); FILE MERGED 2003/12/18 09:45:15 mt 1.5.380.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [6ac70669204dbaa40103656160a0b64ff5a79d35]

        INTEGRATION: CWS vclcleanup02 (1.6.126); FILE MERGED 2003/12/19 07:34:49 mt 1.6.126.1: #i23061# More VCL cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [2fa0f9c3d8b7a7f441d0f387b367ca2a570161bc]

        INTEGRATION: CWS vclcleanup02 (1.5.126); FILE MERGED 2003/12/19 07:34:49 mt 1.5.126.1: #i23061# More VCL cleanups...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [1aa9741fe65423591c1966cf263fd205814045cd]

        INTEGRATION: CWS vclcleanup02 (1.3.196); FILE MERGED 2003/12/11 08:50:01 mt 1.3.196.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a218f78565f88243d6075562859f5dd1387988de]

        INTEGRATION: CWS vclcleanup02 (1.6.2); FILE MERGED 2003/12/11 08:50:00 mt 1.6.2.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [5abbfe3f16d7d51142ca52c9fc059b52465f666a]

        INTEGRATION: CWS vclcleanup02 (1.56.8); FILE MERGED 2003/12/11 08:49:59 mt 1.56.8.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [d4e9f42960587c1f9082eabbdd32ab7f390e6c7c]

        INTEGRATION: CWS vclcleanup02 (1.7.134); FILE MERGED 2003/12/04 15:43:30 mt 1.7.134.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [023720d93ac99a8e58578684befa8415acb9868b]

        INTEGRATION: CWS vclcleanup02 (1.17.134); FILE MERGED 2003/12/04 15:43:29 mt 1.17.134.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [93f044dab1a3e3d2896dae4fe2ce3cd3a7299899]

        INTEGRATION: CWS vclcleanup02 (1.11.114); FILE MERGED 2003/12/04 17:10:16 mt 1.11.114.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [f076776627dce92bd90d3c87dcaed6a0ddd666c5]

        INTEGRATION: CWS vclcleanup02 (1.2.210); FILE MERGED 2003/12/04 17:10:15 mt 1.2.210.1: #i23061# Removed/Changed old StarView stuff

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [e4847bf7ffed5ea4c0e1ae2b2e7300cb2167b124]

        INTEGRATION: CWS vclcleanup02 (1.1.1.1.220); FILE MERGED 2003/12/11 08:27:10 mt 1.1.1.1.220.1: #i23061# VCL cleanup, removed headers, methods and types...

2004-01-06  Vladimir Glazounov  <vg@openoffice.org>  [84c0d27dbd22c5a34096a3dc34b5e15517485342]

        INTEGRATION: CWS vclcleanup02 (0); FILE MERGED

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [a43faaaee1ac492239d75c989d06f1a9f4d732ce]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/09/29 11:23:55 mav 1.1.2.1: #110406# testing container for embedded object

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [bc0956666b62cbd09b6e50692b69c046f54dfc46]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/09/29 11:23:45 mav 1.1.2.1: #110406# testing container for embedded object

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [ab9f3ab826f36f1bc5cb4fc30e9fcb0a2088f68c]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/09/29 15:14:14 mav 1.1.2.2: #110406# update local information about object linking 2003/09/29 11:23:44 mav 1.1.2.1: #110406# testing container for embedded object

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [cd77eb3586993578ed12070c972bd45e0620540a]

        INTEGRATION: CWS mav07 (1.51.36); FILE MERGED 2003/12/16 09:58:55 mav 1.51.36.3: RESYNC: (1.52-1.54); FILE MERGED 2003/10/28 10:35:57 mav 1.51.36.2: RESYNC: (1.51-1.52); FILE MERGED 2003/10/21 11:27:16 mav 1.51.36.1: #112739# provide png representation

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [6dd835e7b42f3938741a744cc93aee41e343caae]

        INTEGRATION: CWS mav07 (1.37.14); FILE MERGED 2003/12/18 10:13:06 mav 1.37.14.1: #112923# document depends from embed

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [71f125c93e4aee6b68d85edabb82ad1f1481cdcf]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/12/16 08:40:40 mav 1.2.4.8: #112923# EmbeddedObjectDescriptor 2003/11/28 13:45:11 mav 1.2.4.7: #112923# allow to create link of specified type 2003/11/28 12:15:13 mav 1.2.4.6: #112923# separate factory from creator 2003/11/27 17:06:24 mav 1.2.4.5: #112923# separate factory from creator 2003/11/07 11:15:02 mav 1.2.4.4: #112923# NeedsRunningStateException 2003/11/04 11:56:21 mav 1.2.4.3: #112923# LinkageMisuseException 2003/11/03 16:38:29 mav 1.2.4.2: #112923# verb info 2003/09/23 09:59:58 mav 1.2.4.1: #110406# ObjectSaveVetoException

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [981af05daf3dd7dd688228068e50ac2946855550]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/11/04 11:16:07 mav 1.2.4.4: #112923# rename method 2003/11/03 15:57:35 mav 1.2.4.3: #112923# new persistence set policy 2003/09/23 14:49:43 mav 1.2.4.2: #110406# Link URL change is done by creation of a new object 2003/09/23 08:30:03 mav 1.2.4.1: #110406# the linking functionality must be in standalone interface.

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [bb4a5b9fea49753c74d3aff5d74bb6c0fd33c434]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/12/08 12:47:43 mav 1.1.2.2: #112923# properties to initialize object 2003/11/28 13:44:53 mav 1.1.2.1: #112923# allow to create link of specified type

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [3c8a22995f6ee9eb262ada5ced42e1a8730d3d16]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/12/08 12:47:43 mav 1.1.2.2: #112923# properties to initialize object 2003/11/28 12:15:36 mav 1.1.2.1: #112923# separate factory from creator

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [5cc50000899dee1086b9b786548ecba798ea83d6]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/09/17 15:30:48 mav 1.2.4.1: #110406# the object has to scale in case PosRect is different from object size

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [60e8f324938a83c341cff4ca20c39bf710e41b3b]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/11/17 16:35:39 mav 1.2.4.3: #112923# XCloseable support 2003/11/07 11:39:27 mav 1.2.4.2: #112923# Verbs list should contain additional information 2003/11/07 11:15:02 mav 1.2.4.1: #112923# NeedsRunningStateException

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [d887945ecd0897e8b5fbe176120a584aa83fc352]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/11/11 13:58:49 mav 1.2.4.2: #112923# add possible exception 2003/09/23 09:59:57 mav 1.2.4.1: #110406# ObjectSaveVetoException

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [285b9b09157e66bfa04d21f6ace8df090ae3d4c5]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/12/08 12:47:42 mav 1.2.4.8: #112923# properties to initialize object 2003/11/12 09:44:43 mav 1.2.4.7: #112923# no need in return value - the OOo will have persistence 2003/11/03 15:57:35 mav 1.2.4.6: #112923# new persistence set policy 2003/09/23 08:30:02 mav 1.2.4.5: #110406# the linking functionality must be in standalone interface. 2003/09/22 15:35:44 mav 1.2.4.4: #110406# fix typos 2003/09/22 15:33:59 mav 1.2.4.3: #110406# fix typo 2003/09/22 13:19:53 mav 1.2.4.2: #110406# allow to throw WrongStateException 2003/09/19 08:59:42 mav 1.2.4.1: #110406# if object is linked it has different type of persistence

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [f2c87225e69e79233eb4c90ec272cb50f24573df]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/12/15 10:23:37 mav 1.2.4.9: #112923# creator creates object based on classID 2003/12/08 12:47:41 mav 1.2.4.8: #112923# properties to initialize object 2003/11/28 12:15:12 mav 1.2.4.7: #112923# separate factory from creator 2003/11/27 17:06:23 mav 1.2.4.6: #112923# separate factory from creator 2003/11/24 14:31:13 mav 1.2.4.5: #112923# temporary change that allows to test OLE objects 2003/11/24 11:52:37 mav 1.2.4.4: #112923# links can have a persistent 2003/11/11 13:59:17 mav 1.2.4.3: #112923# factory always initializes object 2003/09/22 15:35:44 mav 1.2.4.2: #110406# fix typos 2003/09/22 15:30:47 mav 1.2.4.1: #110406# creation of link objects

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [cf778b017933db5c18efeddb4e9112d08a6755f4]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/12/15 10:23:36 mav 1.1.2.4: #112923# creator creates object based on classID 2003/12/08 12:47:40 mav 1.1.2.3: #112923# properties to initialize object 2003/11/28 12:15:11 mav 1.1.2.2: #112923# separate factory from creator 2003/11/27 17:05:51 mav 1.1.2.1: #112923# separate factory from creator

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [2975fbf7057ee023af6904495c0037f09ad2eae7]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/11/17 16:35:37 mav 1.2.4.1: #112923# XCloseable support

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [19881b84683e04725d635265db5a6b95ab2d2546]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/09/22 13:18:01 mav 1.2.4.1: #110406# change comments

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [d8c9eccbfc8b662c1a6159c20389248196bf41e3]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/11/03 14:27:39 mav 1.1.2.1: #112923# description of verbs

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [5e9f7635e066244997a14d66257acfdabf467cf1]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/09/23 09:58:39 mav 1.1.2.1: #110406# ObjectSaveVetoException

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [f29a12a1f64761d05cff0dc74e85ced3642a5f83]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/11/07 11:14:23 mav 1.1.2.1: #112923# initial version

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [3c8c630104da07d1de2aaacecd235159479772c3]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/11/04 11:55:36 mav 1.1.2.1: #112923# misuse of linkage functionality

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [f940eb63db55e68439b95f83996001cc589b688d]

        INTEGRATION: CWS mav07 (1.1.2); FILE ADDED 2003/12/16 08:38:22 mav 1.1.2.1: #112923# EmbeddedObjectDescriptor

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [077b63c077eda0edfcd952f69307446f1658ba43]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/11/03 14:28:35 mav 1.2.4.1: #112923# use only standard aspects

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [acdf4d664fad9feb5727ed4881116c76424c2f4d]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/12/17 17:47:01 mav 1.2.4.6: #112923# fix recync problem 2003/12/16 09:34:21 mav 1.2.4.5: RESYNC: (1.2-1.3); FILE MERGED 2003/11/21 12:12:36 mav 1.2.4.4: #112923# allow storage copiing when stream is opened for writing 2003/11/12 12:42:02 mav 1.2.4.3: #112923# reopen substorage for writing 2003/09/24 11:14:17 mav 1.2.4.2: #110406# fix typo 2003/09/24 11:04:24 mav 1.2.4.1: #110406# fix assertion

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [6fe9e878faa3d2922a8387a97cf317162a560b5d]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/12/16 09:33:55 mav 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2003/11/21 12:12:36 mav 1.2.4.1: #112923# allow storage copiing when stream is opened for writing

2004-01-06  Rüdiger Timm  <rt@openoffice.org>  [f16f936c8a8898f3ce9bd5ef50cb869c39a6ae46]

        INTEGRATION: CWS mav07 (1.2.4); FILE MERGED 2003/12/16 09:33:43 mav 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2003/11/21 12:12:35 mav 1.2.4.1: #112923# allow storage copiing when stream is opened for writing

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ce0000cae2b57c616c913484d30c040f808fdb88]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:09:50 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a957e6a2c7e8c3292a2a2d69252f18cc05d0ec02]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:08:52 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c353e14c3fb462610e116240d51c74dbea460a8d]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:08:21 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d18a8d90522468281304f1228a7034a9ea6ace88]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 14:32:32 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a2896ffbd53d26e436ca98189e544559eb097024]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 14:31:07 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c90e35ed095281b7a04414147eaa296e34267b3a]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 14:30:41 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d71648df030a932a99a3eec17e46d27f49c33200]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:27:36 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c6382359b6f56f4519892c489bc640c9298ecb58]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:27:12 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c6574bd0390d69fb7c4eda7e2070077658b6375b]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:26:00 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3eba72c4e8af4f2d20a9031cf1b1c9cd6f5be69d]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 16:27:11 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [f88273c4b6f72dfb8cab98514a5cb82b5b488b2a]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 16:27:31 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e632ecf15c2a05cb2cf13a15c8f81caf13966e52]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 16:26:35 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [34f0b7b5133f0ffdcc49eef013c85bbcff5c5b1f]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/29 06:08:08 mindyliu 1.1.2.3: #114401# add ifIpv4is() 2003/12/24 08:48:16 mindyliu 1.1.2.2: #114401# some little modify 2003/12/22 07:36:55 lla 1.1.2.1: #114401# socket split.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [cfc3b63c5b1aba67328289d4915dba7d0484c08c]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/29 06:05:50 mindyliu 1.1.2.4: #114401# for avoid compile error on solaris 2003/12/24 08:49:04 mindyliu 1.1.2.3: #114401# some little modify 2003/12/23 05:46:53 mindyliu 1.1.2.2: #114401# some small errors modified 2003/12/22 07:37:08 lla 1.1.2.1: #114401# socket split.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5bc0976004b896406f8633228adf9d00022eb04b]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/22 08:03:55 lla 1.1.2.2: #114401# replace IP_PORT_XXX, services, protocols, cleanups 2003/12/22 07:36:43 lla 1.1.2.1: #114401# socket split.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [17444967eedb1a8057911e4a5ea113c7e94988c3]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/29 04:14:13 mindyliu 1.1.2.3: #114401# remove something to avoid compile problem on solaris 2003/12/18 11:28:16 lla 1.1.2.2: #114401# move getHostname_003 to osl_Socket_tests.cxx 2003/12/18 11:07:06 lla 1.1.2.1: #114401# new playground for some socket tests.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0d26c1a196dc2286d1148ef09c2349b42a3d33f8]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/22 07:35:35 lla 1.1.2.1: #114401# socket split.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [16ad1447feada023316a2ab999312cc370e34c34]

        INTEGRATION: CWS qadev15 (1.4.2); FILE MERGED 2003/12/22 08:03:55 lla 1.4.2.2: #114401# replace IP_PORT_XXX, services, protocols, cleanups 2003/12/18 02:41:58 mindyliu 1.4.2.1: #114401# some small additions

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [674392e3bf52ea98058b6e605f797d3eada9d87d]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2004/01/02 10:19:46 mindyliu 1.1.2.7: #114401# change in gethostname_002 2004/01/02 07:56:20 mindyliu 1.1.2.6: #114401# tiny modify 2004/01/02 07:48:33 mindyliu 1.1.2.5: #114401# use helper function ifIpv4is 2003/12/24 08:50:31 mindyliu 1.1.2.4: #114401# remove osl_Socket_Const.h 2003/12/23 05:46:52 mindyliu 1.1.2.3: #114401# some small errors modified 2003/12/22 08:03:55 lla 1.1.2.2: #114401# replace IP_PORT_XXX, services, protocols, cleanups 2003/12/22 07:36:02 lla 1.1.2.1: #114401# socket split.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [19523d22912b8e893f96b5745d57b165e98ad8f9]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/24 08:49:52 mindyliu 1.1.2.3: #114401# remove osl_Socket_Const.h 2003/12/22 08:03:54 lla 1.1.2.2: #114401# replace IP_PORT_XXX, services, protocols, cleanups 2003/12/22 07:35:48 lla 1.1.2.1: #114401# socket split.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [360953dece815d559603386b58be329d92ec54b7]

        INTEGRATION: CWS qadev15 (1.5.2); FILE MERGED 2003/12/22 07:40:20 lla 1.5.2.6: #114401# make old Socket resitent to new changes. 2003/12/18 11:28:15 lla 1.5.2.5: #114401# move getHostname_003 to osl_Socket_tests.cxx 2003/12/18 07:57:30 mindyliu 1.5.2.4: #114401# add a case to test isExceptionPending, but it's not enough 2003/12/18 02:41:58 mindyliu 1.5.2.3: #114401# some small additions 2003/12/15 12:18:32 lla 1.5.2.2: #114401# enhance getHostname_002 2003/12/15 02:48:39 mindyliu 1.5.2.1: #114401# some special cases, mainly when error occurs

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [476ef1925c9ee0fec09c48599c527c458b3f45d7]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/24 08:22:04 mindyliu 1.1.2.3: #114401# remove osl_Socket_Const.h 2003/12/22 08:03:54 lla 1.1.2.2: #114401# replace IP_PORT_XXX, services, protocols, cleanups 2003/12/22 07:37:20 lla 1.1.2.1: #114401# socket split.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c718b5f0317c0c98de354eb85f78a4445e7476b4]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/24 08:23:17 mindyliu 1.1.2.3: #114401# remove osl_Socket_Const.h 2003/12/22 08:03:54 lla 1.1.2.2: #114401# replace IP_PORT_XXX, services, protocols, cleanups 2003/12/22 07:36:16 lla 1.1.2.1: #114401# socket split.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5adba34f367b090716d645bc6fde8d5f195acf31]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/24 08:24:02 mindyliu 1.1.2.3: #114401# remove osl_Socket_Const.h 2003/12/22 08:03:53 lla 1.1.2.2: #114401# replace IP_PORT_XXX, services, protocols, cleanups 2003/12/22 07:36:30 lla 1.1.2.1: #114401# socket split.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5bb567a42f0c8969933fcd1f8c218962f9f14cd0]

        INTEGRATION: CWS qadev15 (1.3.10); FILE MERGED 2003/12/22 08:03:53 lla 1.3.10.3: #114401# replace IP_PORT_XXX, services, protocols, cleanups 2003/12/18 11:34:14 lla 1.3.10.2: #114401# SLOFILES seems to have a problem within windows. 2003/12/18 11:07:54 lla 1.3.10.1: #114401# add new test lib Socket_tests

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5527a473d48ce04df64d69d1f4e2e2da441c337f]

        INTEGRATION: CWS qadev15 (1.6.2); FILE MERGED 2004/01/02 08:21:48 lla 1.6.2.1: #114401# changes for getFileType_005

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [453c23ffa09bc971cfc5b863d5119deb9f51bc95]

        INTEGRATION: CWS qadev15 (1.4.10); FILE MERGED 2003/12/15 02:57:46 mindyliu 1.4.10.1: #114401# remove osl_shutdownSocket, add osl_removeFromSocketSet

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [415512450a7f84a95395280c8d17425cff197b4f]

        INTEGRATION: CWS qadev15 (1.8.10); FILE MERGED 2004/01/02 12:06:28 lla 1.8.10.1: #114401# socket tests temporaly removed.

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [16fba716d4259b8d5fc914c39638849cdcf06cbf]

        INTEGRATION: CWS qadev15 (1.3.202); FILE MERGED 2003/12/16 06:03:44 mindyliu 1.3.202.1: #114401# isExceptionPending return

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [1663a71dfe2b5ba2a7ab2c0c4cd6b8546d9d35d2]

        INTEGRATION: CWS qadev15 (1.3.220); FILE MERGED 2003/12/18 11:21:30 lla 1.3.220.1: #i23666# turner in variable assignment

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [99405f2491af4040440a04f69fdd759cb89fffc7]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 15:32:49 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a592c651320f0201cfc95b29b8ff0936f03d32f2]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 15:32:17 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [198b8681b57ba373e0524e16e740aebcee27b79c]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 15:31:55 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [120568d810953148a79f728790305198897865c0]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 15:31:36 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [78113c63882ec92b975f69e141a0d9ea287a7ae7]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/16 15:04:08 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [64618bcdf8bf0a9fbe4835fd6d46ff7f79a5af3e]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/16 15:05:41 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e12527b7eafec91aad48f4d1796c657accc7a7eb]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/16 15:04:58 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [481a9a3b4d050a1f8e3dee97d416bbce4fa9829a]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/16 15:03:26 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [4094988ccc4d4632acafea31edfc70de2506e944]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/16 15:01:51 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6e42e2dba0926ad640a14964a8f139f5421cf3f5]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/16 15:02:20 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6dff6fc24a92da4b7931f27721f77bd91e42976a]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/16 15:01:21 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [4b8c66e6dbb63900b5f866807deb97ca4d4db5b8]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 09:53:36 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e7e6d7c7c534d5150a63c4fc265082434b035eb0]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 09:53:13 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3a0b486d0e9fa58c5a8909641c783653b93c2e17]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 09:52:52 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [22bd01fdc13f1a7c90837049b13356432974043c]

        INTEGRATION: CWS qadev15 (1.2.2); FILE MERGED 2003/12/18 17:20:46 sw 1.2.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [30174f090e189089f83acda7e1e0a0a6d92537c6]

        INTEGRATION: CWS qadev15 (1.2.2); FILE MERGED 2003/12/18 17:20:45 sw 1.2.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [b77ec674b1e46fe77e16a2779c85e4e48186534b]

        INTEGRATION: CWS qadev15 (1.2.2); FILE MERGED 2003/12/18 17:20:44 sw 1.2.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [f016126ec8336e05ec5646e526e347b9b1f70a0c]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:44 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [f4e8624d4c2d3968633da0ed455561c931b7a661]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:43 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [9a52fadf68f3fed51ac6b0ee26743f132c064993]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:42 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3ccbcf306cb2ce898a71f26d10b60cd97fec6bc6]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:41 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [14987415d39812cfaecd38d7ced6cad1a5417902]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:40 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [30cd01b8af7fde84609db0429ad9e245fcd4703d]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:39 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5dbb1b50045b536ad693cc5d9cdfa0087cd3d3b2]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:38 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [10cab5a106b20d4b15692295f0f665ecb6dd7b4e]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:37 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [feaea6994964349617ac32dae1110106826cd701]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:36 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [35451d16a5f3c3999c926de42ae5a8611fffc8f2]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:35 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a1a39968d5601f6f20d2efdddc13ee81eec43dd6]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:34 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [262be0b25e58741c96c764aeecfd9089a3787e9f]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:33 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a99c26fc7cb389bc545f560ccc5dadfc35351efe]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:32 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [f2cee572df2cdd509c2f971e73b1a14a52166731]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:31 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [67376c00861772324a98e30c84f7ffa5dfc40b95]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:30 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [b592acf86feadf889d62a82aacd585637b172225]

        INTEGRATION: CWS qadev15 (1.4.8); FILE MERGED 2003/12/18 17:20:29 sw 1.4.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [7efca43b7493e19a3acc014f5b95d4ee29d146b9]

        INTEGRATION: CWS qadev15 (1.4.8); FILE MERGED 2003/12/18 17:20:28 sw 1.4.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [235c924e45dbdfa2ef539d7d6cdce55f4c9ae038]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:27 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e969ba6a777f8d8aa25c53f298740ed6c38f51c5]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:26 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c71d672fd90a759f6493e29b13bfbfa30b23f22a]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:25 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [9eff4a0903e627ff8a57a60eb5d4133da04a744e]

        INTEGRATION: CWS qadev15 (1.4.8); FILE MERGED 2003/12/18 17:20:24 sw 1.4.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [511db823a4e75c2e9cd4226a5fb9f4b83d414dcb]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:24 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [caded445ba4d6b34296491ea83da1f7445541edf]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:22 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [b120563fce62d62c9050eaff00408c2e746e9b70]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:21 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [cc23cc0a009987dbc886fa7d0ea50d4c6a05ae27]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:20 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d0f603a82735e48f8ff3a6b355f172e12870128c]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:19 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c63761fcf864897f61778c2020c00ab83f489575]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:18 sw 1.3.18.2: #114449# 2003/12/18 14:44:34 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [976b8a5df8821a013da66b69fdb716d9a1e09892]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:17 sw 1.3.18.2: #114449# 2003/12/18 14:44:33 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [727e6a03d65627db97f2f033bf7bdde3a9b97b70]

        INTEGRATION: CWS qadev15 (1.4.8); FILE MERGED 2003/12/18 17:20:17 sw 1.4.8.2: #114449# 2003/12/18 14:44:33 sw 1.4.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e4f5831858cfadc3549315f012aac54659e2f3bc]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 17:20:16 sw 1.4.18.2: #114449# 2003/12/18 14:44:32 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [983fb7e8ee4de82d66781b40de307e742259ea62]

        INTEGRATION: CWS qadev15 (1.9.18); FILE MERGED 2003/12/18 17:20:15 sw 1.9.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [8af711219ce5c2f35ab4973e6888159ffb3d070c]

        INTEGRATION: CWS qadev15 (1.7.18); FILE MERGED 2003/12/18 17:20:14 sw 1.7.18.2: #114449# 2003/12/18 14:44:32 sw 1.7.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [24668542808a643f55eaa17622257461f8968881]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 17:20:13 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [211c9d6cb362964356ea76b5637311ca2436167c]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 17:20:13 sw 1.4.18.2: #114449# 2003/12/18 14:44:32 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [33d4f1d98cdcda267559ab82acb5377b392cfab9]

        INTEGRATION: CWS qadev15 (1.8.18); FILE MERGED 2003/12/18 17:20:12 sw 1.8.18.2: #114449# 2003/12/18 14:44:31 sw 1.8.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0ee84409a620c9d210650996b15f59a365c92749]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 17:20:12 sw 1.4.18.2: #114449# 2003/12/18 14:44:31 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6d9343830a228dbc8dfecfc4b5004c8d6f4918be]

        INTEGRATION: CWS qadev15 (1.7.18); FILE MERGED 2003/12/18 17:20:11 sw 1.7.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d12316738c6cefbb869a31c6990cb2f69d5184a2]

        INTEGRATION: CWS qadev15 (1.9.14); FILE MERGED 2003/12/18 17:20:10 sw 1.9.14.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [42c97bc97b35a4fad3fab926395fff291767455e]

        INTEGRATION: CWS qadev15 (1.2.18); FILE MERGED 2003/12/18 17:20:09 sw 1.2.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a5428ff6443af39616f2c9e1df7b9ef54a169a1b]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 17:20:08 sw 1.4.18.2: #114449# 2003/12/18 14:44:30 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0197d826c9c28c15150bcdaf4cbaddd04194c6bf]

        INTEGRATION: CWS qadev15 (1.10.18); FILE MERGED 2003/12/18 17:20:07 sw 1.10.18.2: #114449# 2003/12/18 14:44:30 sw 1.10.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [aaaa28c6695c415b62bd7d0b77305d64719be3c3]

        INTEGRATION: CWS qadev15 (1.5.8); FILE MERGED 2003/12/18 17:20:07 sw 1.5.8.2: #114449# 2003/12/18 14:44:29 sw 1.5.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [23a03a68c1ecf27530c332999bae95a108ba15ea]

        INTEGRATION: CWS qadev15 (1.9.8); FILE MERGED 2003/12/18 17:20:05 sw 1.9.8.2: #114449# 2003/12/18 14:44:29 sw 1.9.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e8059a1ccf8347700ce78fd8131bf4984e2e5206]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/18 17:20:04 sw 1.5.18.2: #114449# 2003/12/18 14:44:28 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [bd6083f59680f26d81ac1a0456bbaaf7849d63f4]

        INTEGRATION: CWS qadev15 (1.6.18); FILE MERGED 2003/12/18 17:20:04 sw 1.6.18.2: #114449# 2003/12/18 14:44:28 sw 1.6.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [889e9789353aaf747032ee4c6b01b163792d10a5]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 17:20:03 sw 1.4.18.2: #114449# 2003/12/18 14:44:28 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [79c0b7d618ae21179d8709db609877bda23359e8]

        INTEGRATION: CWS qadev15 (1.6.18); FILE MERGED 2003/12/18 17:20:02 sw 1.6.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [fa76129ec9b72a7927849559f9abd553a3001c7f]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 17:20:02 sw 1.4.18.2: #114449# 2003/12/18 14:44:27 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [7c85d99b4c534a458ab591fd5d26144acbab176a]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 17:20:01 sw 1.4.18.2: #114449# 2003/12/18 14:44:27 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [66b6d5e33d660d8eb5667a3dc7a0a170bb6edeb4]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 17:20:00 sw 1.4.18.2: #114449# 2003/12/18 14:44:26 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [17b125549fc09c4599c26e7bb60826b27ef9e859]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/18 17:20:00 sw 1.5.18.2: #114449# 2003/12/18 14:44:26 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [de57a4f4a35a2918d2d9879fdf3cf440f4cd1f72]

        INTEGRATION: CWS qadev15 (1.7.18); FILE MERGED 2003/12/18 17:19:59 sw 1.7.18.2: #114449# 2003/12/18 14:44:25 sw 1.7.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [247823bf80ddada651bab278cceb2224c994b9ca]

        INTEGRATION: CWS qadev15 (1.6.18); FILE MERGED 2003/12/18 17:19:59 sw 1.6.18.2: #114449# 2003/12/18 14:44:25 sw 1.6.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [084ac8497fd39b5bc9dc11edec98710637397339]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:21 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [46660fcb384a3c91ac8ca013b42cae585ddcbd99]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:20 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0823721ed7f6b152b9dba99944c51f681654b2de]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:19 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [94f9a6ef4967bfbfeaf7a86343c4151be24db020]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:18 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c7803856609cef09fa4bd3f47563dca3ba11eea7]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:17 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ec3f098a39c259640daf5cf8e5f3b465697286e8]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:16 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6789cdcac7b5c101507093892d239a80d4380962]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:15 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [533113170e27df2f7c9da3e249b27ce705526dec]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:59:15 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [4d664e090297522e4d7e9f7741ac9bd7b4892340]

        INTEGRATION: CWS qadev15 (1.4.8); FILE MERGED 2003/12/17 08:59:15 sw 1.4.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [2c9d5ae037474c5927d3280a7124f4c2eb9d0915]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:14 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d68793134c4908e6bdcc3be3f83a559f759079ac]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/17 08:59:13 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6d9f12a50734df378424e41e2a298eb76ef3708b]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:13 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d8bebadf739de76d50a86cfe6ed0322009fceaf2]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:12 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [60e454221689008015b52cc02512f17b67304626]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:59:12 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [798a3606d7a5f5a0a86d1f770d73a42917ff7469]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:59:11 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [904fb9fb598bdffe9f3fe40bb960b6d866483e0b]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:11 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ea9cdc60b547883f56298becc7fae81f9a8d5a0c]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:10 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [bbf80b247828c7a92402b1cdd37855c65827f1b8]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:09 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ac6ca06ef4126d7f321c2155d3556528eed5bca3]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:08 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5d354f414b28f706cb4896154836754d36ed3154]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:07 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d48ba8f8111bfdabe10532b6838a25fb6f3fd968]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:59:07 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ca6411f1487fdbdbc01ee1c21309ea40e4b4e4f4]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:06 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [4f965a61917167f05a92401b063c5eea9250fdef]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:59:05 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [4b97daac281aa0814fb0625561ef5646f4abd4fe]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:05 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0fcabb1ef4dfeae0e347468c4ce03a5ca0a471cf]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:59:04 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [19869d8975f1e3e426c5b562d1da97eba4c543d1]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:04 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [9c8ab46d613fed59542fb8815b3a170a5a4e0157]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:03 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [50d66bf7470f3c0fa0f43925ddb8cc87ff2155c2]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:02 sw 1.3.18.1: #114449#

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [313aaec1c1fe53d15133e2c5518fd3bd6c137960]

        no space in the middle of a single ring chart

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [54ceebc1a589498a827699f47c13cb3c27d1f850]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:59:01 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [7f22fe1c7599b537d7fe7e00122a7d33aaa860cd]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:01 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [37893c1ed5e9858d60e9cab117f4e251c15868be]

        INTEGRATION: CWS qadev15 (1.6.18); FILE MERGED 2003/12/17 08:59:00 sw 1.6.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [7e563cb7048ca561204f3f1da93748e5bd3e6973]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:59:00 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [bba50b34d43422b5db1d70cbdc3c74bf15fbb886]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:58:59 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [1ebd41cb23eb24a472b06f12bca61f41f79bc8dd]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:58:58 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d3888b093824be7562431327cd5a0a466109ee93]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:58:57 sw 1.3.18.1: #114449#

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [fe01fdb973447bbb98223ba876c9035ad73b41de]

        added DataPoint labels

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ad80b4c93970ea9657f4cd8bc6251b3e901fbfe4]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:58:56 sw 1.3.18.1: #114449#

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [95d042dc6056793d0c0f0cf8139bb6f3c0e5242e]

        additional LABEL_ALIGN_ments used e.g. for Data Labels in PieChart

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [1d44bd87fe140a3fd6b503911524f5a434d7542f]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:58:55 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [62cdaa80f477983c2d395f69f802c9014e295c8d]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/17 08:58:54 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [830b558917c1aaa1b23d45bde8a373275c35bf7e]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:58:53 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [843f76a443071d98a37037d980c96c4cdc24593e]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:58:52 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ca2bc2a188ef4d725942f794947227ea3cd57891]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:58:51 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [1ebfa23f286d44e3517c548736f5fce7754a4fe0]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:58:50 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [af5586682c0782809ef52df33eb374ccd38889a8]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/17 08:58:50 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [07f415f29bae7921c64b61685f4155121fac10f1]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:58:49 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [bcc550958934c267605716495eab43d42a92b145]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/17 08:58:48 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [b0f49c792e42a594651b2ac8d0f6f878d6c7a9d7]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:58:48 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [88a48cd74b25004beb47e261ab4d4c50df28c423]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/17 08:58:47 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [4a2b847b659ac31dd74da9ee2cb395bb9aacd6df]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:17 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [be423e68b5a50470e1b48d0be2bd9624ff522610]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 10:03:16 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ec1b55f7f728b18744e7e1fd54b4df8ec4747342]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 10:03:15 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [56a25e8d81fee46c929d9b21ccd3d92e471854af]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:15 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [77343245ad7428f299a34593124c6fe650cb384a]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 10:03:14 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [2f00156304060157bee89e67ccb06f4f1ef3197c]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:13 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [592138cc1c8de6993bc0ee9b54bef47f9ef42d0c]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:12 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [531d45b86e8a12c57795c3b1963e791cd2d8ff46]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:11 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0b2a50965ec029da77f1f3cbba107da47a80a4e8]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 10:03:10 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [07941f22df2b40e34983f01c0ab6da8226f68be9]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:10 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [caf0c5fb64c99c5fe27d9e1244c344cd778a5744]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:09 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [28f574031ade8b66e72a78ba464ddbd8c62c4c0b]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:08 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ba0d2dd06228f95fc88e03a41a8f207caedf92eb]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:07 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [43185cf9907e05021ec3d9d9125596b2164e6293]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:06 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [77448b0a2311b5fd5fdb04b1487670d57cf1107e]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 10:03:06 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ed4bf02210b5940c893149beba5f002870a3e62a]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:05 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [662471fe00a32ed572e3d6d4673df2ba57369f35]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:04 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3262dd1a0b2ea5c8c4e037762314c9e63b02e354]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 10:03:03 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [752417c95eabcca64a93d432f82051c4d15f627f]

        INTEGRATION: CWS qadev15 (1.2.18); FILE MERGED 2003/12/18 10:03:03 sw 1.2.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [f3780557e2c5574c01a11cd3098c55b6e15f1733]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/18 10:03:02 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [1d8e5e39a0130d7b0223ad992fd6c78764cfeac4]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 08:21:03 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [209a934c6f4612ef428d1b0e475b7cbb69f3895b]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 08:21:03 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [518475523ff4a932e19fb85fdd33989ce5510f19]

        INTEGRATION: CWS qadev15 (1.4.2); FILE MERGED 2003/12/18 08:21:02 sw 1.4.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [599689056453908073504b44f4d13aaabdd343f9]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 08:21:02 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [800cacd10c43776430f2f74c4fa8710564fc9048]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 08:21:02 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [7dc5cf9db213087b0f460b4876953f570dfbd05b]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 08:21:01 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [34602cbd9cd99f67726b83e8786c664ad0dec04b]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 08:21:01 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [2df08949fa960bad37c7cf1da75f2c516dfd52b4]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 08:21:00 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [acaf930168e22dc2dcff4a02af65b890e273b025]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 08:21:00 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [18e7cbd9a2df7dabeaf6255d50951b93ee172242]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 08:20:59 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [87025fbbe1e2a239797f15362ae1bad20dfc23e8]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 08:20:58 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [783b23ec56e411c5421e6c037aa96c62ae665790]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 08:20:58 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [1a78715821b858d9d5a1d902162d91a5ed15a437]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 08:20:57 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [037ed7331e4789d7332abcc9e7b6824f99d85526]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/18 08:20:57 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [931095b35d502903d41ae168bf0eac20b0d0cf69]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 08:20:57 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [2c1e2b6dcaf2bf040d524ce5305e80d83ba79f54]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/18 08:20:56 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [488bce31500e8cd10ac9cbb28e12f02c31227a77]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:36 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3f65ac6d801f7bbe65e433187bd92fa96e74f2b5]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:35 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5ecb71cb62264a901d9013e02686f7d4c4b9c416]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:34 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [575b4eff3b6baadfca7bd73acd25ada7ae70c378]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:33 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [88d62d6755a23a8b26585190eab6be332b9ceffe]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:33 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3a480364ef5fe7376d80499a3e561f7925b1a288]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:32 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [01ce0a9f0845f57e5258602cb0bd76651abef5bc]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:32 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3db89a5f9a778665b96837d0f305c9f12a13d5cd]

        INTEGRATION: CWS qadev15 (1.5.2); FILE MERGED 2003/12/16 09:14:31 sw 1.5.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [2e63c135dc28be3bab6beea55a926a2dbba84f36]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:31 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3c288c2d0ca7238e75f0f66a65afa5e65da5ef13]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:30 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [aa2c529671ca6e6bd95a1384b9ccf2e1f876523e]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:29 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [97380d9017c89051ffc7bf88b4bd72b7021ebcae]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:28 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [7267f3265f59206a2da61adf55537d310ff49951]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:27 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [29837d3336ad1cf59a84d6ad6824345ac64f130d]

        INTEGRATION: CWS qadev15 (1.7.2); FILE MERGED 2003/12/16 09:14:27 sw 1.7.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [582c1236bd7d4c958463ce031481c4347ac57363]

        INTEGRATION: CWS qadev15 (1.5.2); FILE MERGED 2003/12/16 09:14:26 sw 1.5.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [dda6e0b7c639551bc2f0b05197bba3e7981788dd]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:26 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5e95a5a054e080838faac99943fcef3254e9687c]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:25 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [1935585710f7a4b73ca6ae3fc506af2a97ba5e4d]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:24 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0bcdec7f95cefe1cf8f97b2df3b97461feb37925]

        INTEGRATION: CWS qadev15 (1.2.18); FILE MERGED 2003/12/16 09:14:23 sw 1.2.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e81a5641a66a6197da903deb99abc86531476d1d]

        INTEGRATION: CWS qadev15 (1.5.8); FILE MERGED 2003/12/16 09:14:23 sw 1.5.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [087b611e4cbf98d3519080f78922c0e3356edf03]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:22 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [9041f327c77cf10fcd681ee463df03a7b9ed35d8]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:21 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d8489eb1ab6136b431df58305a841bee9039b252]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:21 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [9daf8bd5406c56d92ff1c897a26f9004dd737be0]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:20 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [600e5e86f1ce2f314997ef5e4716a6f7549b2c15]

        INTEGRATION: CWS qadev15 (1.5.2); FILE MERGED 2003/12/16 09:14:19 sw 1.5.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [edc8985ac09a3e8978178c42b116969856db4eaa]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:19 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [8aa8902b44674c200057e949b4fa389d1b6187c8]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:18 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [910aca20139ce07aa795ff79b1258beca30d0bcf]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:17 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [49ffeea7784c488be4a5e87928f115c5a64a6597]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:16 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d02eaa242b52cb9c5d37c7fb138556fb6106dca0]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:16 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6a1bfdcd6c8df5d6cb68ad7958879fee5487ce58]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:15 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6b87ee44abc8553ade77f13e766a2bd0ba969ab3]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:15 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6a622259a1d15184544e5b74d6f07ebffe7aa81d]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:14 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [b08633630c55a8989fd36fa455d2fc1529831dac]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:14 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3de23c7dc36c7d249ce458f4178623932fc87b05]

        INTEGRATION: CWS qadev15 (1.5.8); FILE MERGED 2003/12/16 09:14:13 sw 1.5.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [96016eea322adeb8117a4160bbd9d56c0fe02974]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:13 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3cba685c18d02f68c6c1042ed1febcb3eaf0f5a7]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:12 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [636d8cd347c37568589794dfea95ab1e025de62b]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:12 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [7816e1b1a3ffaf4a71f88b5dfdd498b875245633]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:11 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [893c66f4cb57986319c4f7e5256ca11fc34e226a]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:11 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0442d158896948a5186c0b1ec7f77d33e6eb5661]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:10 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [760afebb5eee497a5585d35b4afae2a0746f51f3]

        INTEGRATION: CWS qadev15 (1.5.8); FILE MERGED 2003/12/16 09:14:09 sw 1.5.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [39b35e861c1803aaff5b8dc3252b0f294994df77]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:09 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [9f4344b66eb6463783c548a2b883657de7770fdb]

        INTEGRATION: CWS qadev15 (1.2.18); FILE MERGED 2003/12/16 09:14:08 sw 1.2.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a80c66f87b68a67ae800d7b3c5e260ec99676717]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:08 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [9f7a27200bbaa30f518b49d183d2af10a4635b4a]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:07 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e978861f574d30aeda908a734c4e8452c4e830fe]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:06 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [494d240963d5a4bdf183f917cdb49129b9987188]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:05 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [f2ffbbbc0647b3856d5e15c0c14a8b8633538a22]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:03 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ce6d813bd95fa466caede9099ecf4fd80d741a70]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:03 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [1af9af4c468e310e57eab81d73db448c403fa820]

        INTEGRATION: CWS qadev15 (1.2.18); FILE MERGED 2003/12/16 09:14:02 sw 1.2.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [2a5ce9628cbb2baced966b2494f2c255fc14e755]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:01 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [b0772957f4c58d957b1a4a9e6cb7c4311849e21a]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 09:14:01 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [30b56dd43c0df1178fd6aa9837743d61f4195b2c]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:00 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3cfa45959e5a019373de79d25b40ec1b9a3aedde]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:59 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5742eeec1ace2d4f3c97a5a5b7e0ad49b43aca63]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:58 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [086eb399b71935759c1c853bfdb0f06057713dd7]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:57 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [65b01e50238a7ceb3a51e035839152b62174cfc8]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:56 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [02c6392dacf4049e2063db284dd510780a4f86e1]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:55 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5510d09dd6d97c9178a2372da43fa05989bad20b]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:54 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ac6eb7a6cdd7152e4a037ce7bbaff36c7bd53811]

        INTEGRATION: CWS qadev15 (1.5.8); FILE MERGED 2003/12/16 09:13:53 sw 1.5.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [9e2a0d851091426bc8af41fbde72e41d88cdfa84]

        INTEGRATION: CWS qadev15 (1.6.8); FILE MERGED 2003/12/16 09:13:53 sw 1.6.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e22dc8fbd07149f121507a4bc921fa94f08139e0]

        INTEGRATION: CWS qadev15 (1.5.8); FILE MERGED 2003/12/16 09:13:52 sw 1.5.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [46e5ea06cf68adab5bafabbf82147e1770491990]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:52 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [90a386da86d09544743df4488dc7dc591b0a31fd]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:51 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6d789be42a3f8e40b61933dc069d05ed30d04b86]

        INTEGRATION: CWS qadev15 (1.6.8); FILE MERGED 2003/12/16 09:13:50 sw 1.6.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3a3e129983b88458e10e1bcbc1b2f069939d9713]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:50 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5c4478c024b19a7ed72fb1d3e6fe2365882ffef6]

        INTEGRATION: CWS qadev15 (1.5.8); FILE MERGED 2003/12/16 09:13:49 sw 1.5.8.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a854221cb4857f83ff835824403983841560f236]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:48 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [47b1e9960b0b681d8bec84e1b0ebf6febb311153]

        INTEGRATION: CWS qadev15 (1.2.18); FILE MERGED 2003/12/16 09:13:48 sw 1.2.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [af862f4accd8f8ac1043dd242b140d92ed0c06b6]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:47 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a1c2adc1b1c9dc83ddbc2af6f969688183da05fa]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/16 09:13:47 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [2064dcea6d130087238c74e70df76aa57de7309b]

        INTEGRATION: CWS qadev15 (1.6.18); FILE MERGED 2003/12/16 09:13:47 sw 1.6.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ea51943d174a656ec518c74775072f3c7a680294]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/16 09:13:46 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [4b3e18e31ffd70e047e37305ffc1632a5ce3db43]

        INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED 2003/12/16 09:13:45 sw 1.5.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [ad57a8bd564929937d8db64ba124ea6bddd1ae47]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:13:44 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [1ce7635e9423992ded61a0c3f63132ae2c51aa84]

        INTEGRATION: CWS qadev15 (1.6.18); FILE MERGED 2003/12/16 09:13:44 sw 1.6.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [4f675a89b30c654680f5b659fb485f5cf5f44484]

        INTEGRATION: CWS qadev15 (1.2.18); FILE MERGED 2003/12/16 09:13:43 sw 1.2.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [2b8efbaa4f54c27bd5f331d9a09a0b5fad1b1cfa]

        INTEGRATION: CWS qadev15 (1.1.54); FILE MERGED 2003/12/18 16:27:32 sw 1.1.54.4: #114449# 2003/12/18 15:47:08 sw 1.1.54.3: #114449# 2003/12/18 08:49:31 sw 1.1.54.2: #114449# 2003/12/16 09:15:11 sw 1.1.54.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [73be8628bb800ac081ed4dc0329a81b81ee8cd26]

        INTEGRATION: CWS qadev15 (1.7.2); FILE MERGED 2003/12/18 17:23:11 sw 1.7.2.5: #114449# 2003/12/18 17:11:06 sw 1.7.2.4: #114449# 2003/12/18 16:51:07 sw 1.7.2.3: #114449# 2003/12/18 15:46:44 sw 1.7.2.2: #114449# 2003/12/18 10:43:21 sw 1.7.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a79a824eb22434d7e1797ba25411194623ac735e]

        INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/18 12:30:29 sw 1.4.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d64c727a3d8e24bf455691a4c5d9e90233fd1f81]

        INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/16 11:37:45 sw 1.3.18.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c8a9cfc08432e95c1a32a3af9194137122831919]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 08:40:12 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [2f6b1c9bc8a5c0790c796cf936199f2c4181ae6e]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 08:39:47 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [504789cccc54bf18c1ae5ef078709c37c7d80116]

        INTEGRATION: CWS qadev15 (1.12.6); FILE MERGED 2003/12/18 14:03:14 lla 1.12.6.2: #114400# cleanup exit code. 2003/12/15 11:26:51 lla 1.12.6.1: #114400# exit code

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [bdd89b9c198a2efb8ba2ae9a4c2daddf6b292c7b]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:46:59 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6531b21d97e1dd9df38a1502140b652603be9ecf]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:46:38 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [4a87cd3bfab27623fd75fc7ff2635fc0b0e8f5e7]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:47:23 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [d6eece98db9478b367662d3df0eb1b81a3b37470]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:45:17 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [afd7f3533c442eca65a6cecc3e54db148bc2f2a9]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:44:49 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [b0b0f2c4ed33272eb9d3e4363754eec6f9543665]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 09:43:42 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0283eba965599f96e8d1f181c1d158d784ddb1bc]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 13:19:05 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5a600bfb089acd4c0b4a6f6a8c831bd012fd5647]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 13:18:19 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [79fe98f6bef9263dda9666dfbebdeba0fff4a68c]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 13:19:58 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3cfd95b955c888e4310941e2c9dfc2bd9a7e2ff1]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 13:14:53 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [63e534a481979d4bb186ef7a34270e8bae619766]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 13:13:55 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [b58260fff4be7fe95e9b07588126885d2ca60e03]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/18 13:12:42 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [dd8d35520540d8b2190e946239a383282d535cfa]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 14:36:09 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [b26146f5909f19f54f126e1fc9110c5a8ffcbdd9]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 14:35:44 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [4c3a5fc7b655e9364ffeb3ba938d94008b7a4944]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 14:33:29 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [1248c03b18cd6e4a266eaee97e64580f518d4824]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 14:33:09 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [2d7e33028921700ce4c9fce71ea636668ad1f288]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 14:32:46 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [0784db777086e360ba5c94ac4d2cba757c4db13d]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 12:36:11 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [25496438a10cfba7906a544d5302121663a15d55]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 12:35:20 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [7cacc879ad9a31d3b0093a2aa9e627c575289409]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 12:34:32 sw 1.1.2.1: #114449#

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [b6300448e32f3908847c6346a1a42ce3c4ce8575]

        changed matching: first category index matches to real number 1.0 (not 0.0 anymore)

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c50e261056939f2715ad542f364b166c53497db4]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 12:34:52 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [6713d87e6b9fdbe5f4fbf3e330e28b053a7666c3]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/17 15:38:07 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [22c1b4f56dc5a409b9b39e8d1292961fb561509f]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/17 15:35:55 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [664084f17f5de2eb1577e1bb402d6587a276c537]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/17 15:37:14 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [c4f3cfc0df634677b5be5c0ae9b12efa38de4d8e]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/17 15:36:44 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e8edbe45efe3c57eb032009f0f795ed545148f0c]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/17 15:37:39 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [b8fc8a94a4fc575ba7d2128c9edb5f1114025ae9]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/17 15:34:25 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a6f73a63cb26e5b4ad3708b3950b78d957244477]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/17 15:34:48 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [a1fa1e210dfe2bed5319b3eac39f4ff62145e5c9]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/17 15:33:37 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [3c7e17507a88e7867c61637d4c8b1970df3f9d10]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 14:54:41 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [e542f1fa77fe4195922ce18ef33ba96ff5ccd8b1]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 14:53:50 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [930d0d2ce32094ebb6261effe332a1dbacf09f54]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 14:53:25 sw 1.1.2.1: #114449#

2004-01-05  Oliver Bolte  <obo@openoffice.org>  [5216b6e128109c13e3e3d2eaabb19dc483d0f1df]

        INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED 2003/12/19 14:52:52 sw 1.1.2.1: #114449#

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [735ef0434258e9ad16412922048fe538f03db0ef]

        corrected method createArea3D

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [ce03294d3fd4beef2ecc7f6536c970938721c1b9]

        INTEGRATION: CWS os24 (1.2.332); FILE MERGED 2003/12/01 11:16:19 os 1.2.332.1: #i21659# preselect Name edit field

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [101b446f146c90001f75e9fead52e95551de0fb2]

        INTEGRATION: CWS os24 (1.24.202); FILE MERGED 2003/11/27 10:40:57 os 1.24.202.1: #114117# help ids for ListBoxes and CheckBoxes in Appearance TabPage

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [7e3d7ea0f47cd8c19a10bf8592f21a92e20cb392]

        INTEGRATION: CWS os24 (1.2.506); FILE MERGED 2003/12/01 11:15:57 os 1.2.506.1: #i21659# preselect Name edit field

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [14785549eaa36949055807c24a659dbcfeb79b95]

        INTEGRATION: CWS os24 (1.39.24); FILE MERGED 2003/11/27 10:40:41 os 1.39.24.1: #114117# help ids for ListBoxes and CheckBoxes in Appearance TabPage

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [e2e4df146978a678df4a59aeaf8a91e98d0d44f2]

        INTEGRATION: CWS os24 (1.15.296.2) Done manually because of corrupted tags.

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [dca055b9f50f8391a4ccda29086ff1b2cfab69eb]

        changed matching: first category index matches to real number 1.0 (not 0.0 anymore)

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [f55c31d16509cead78c0089df35ac5f5fe03fc05]

        INTEGRATION: CWS os24 (1.6.296.1) Done manually because of corrupted tags.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [4700a46f1c86011e2ef9ac8dcf7c0bd49440d357]

        INTEGRATION: CWS os24 (1.52.296.2) Done manually because of corrupted tags.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [aa26dc45033335c37f5fa3ae4e61ca2a97ab705c]

        INTEGRATION: CWS os24 (1.10.104.2). Done manually because of corrupted tags.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [de89c24f8fd61939baf9dea7e8d09c835c2aab45]

        INTEGRATION: CWS os24 (1.16.212.1) Done manually, due to corrupted tags.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [adaa11877af6a66dea8207d74e1fa82e1dd65ad6]

        INTEGRATION: CWS os24 (1.53.296.1) Done manually, due to corrupted tags.

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [9bda988861fd849bee69f7ea9d8bfb7a1a3a7958]

        cleanup: removed unused includes

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [48739bb713be53f6c1ec1c36bf90539588cd245c]

        INTEGRATION: CWS os24 (1.48.44.1) Done manually, due to corrupted tags.

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [fba362999ffc54349680493b2d4efe12605c7130]

        cleanup: removed unused includes, removed warnings

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [f3225246203ca19dbbe11ca6d3582394c469275c]

        cleanup: removed unused includes, removed warnings

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [6352b4204265f646a1251ab4e2f20eab23ea3202]

        INTEGRATION: CWS os24 (1.27.76.2); FILE MERGED Done manually, as somehow anchor tags in module sw got corrupted.

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [a90f104790ffb909a1bd3068d72f713bde2a2708]

        vcl cleanup: exchanged include vcl/gen.hxx -> tools/gen.hxx

2004-01-05  Ingrid Halama  <iha@openoffice.org>  [d0d3bb651995acba84a30ef9756a3d38f3ac2e35]

        changed matching: first category index matches to real number 1.0 (not 0.0 anymore)

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [aa2054162b85a20eaf93a45498ddc2992190c6f1]

        INTEGRATION: CWS scriptingf2 (1.2.14); FILE MERGED 2003/12/15 14:56:07 toconnor 1.2.14.1: #i22463# - xml:lang attribute for non localized boolean properties Issue number: Submitted by: Reviewed by:

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [fc6a3a3a22f2e7aa5c35e6daac26c4b4706d62bf]

        INTEGRATION: CWS scriptingf2 (1.3.2); FILE MERGED 2003/12/15 16:58:47 npower 1.3.2.1: #22564# removal of storage component

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [bca8d89fb303fdf780e66d22ff4632ab25764424]

        INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDED 2003/12/15 17:38:41 toconnor 1.1.2.1: #i23308# - add ScriptProviderForPython to scripting framework, based on code originally written by Joerg Budischewski, modified by Duncan Foster to use C++ classes for parsing script metadata, implementing XBrowseNode and XScriptProvider APIs

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [ec65e31b5988b16b272861f3d1387af3bf55cef3]

        INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDED 2003/12/16 11:32:54 toconnor 1.1.2.2: #i23308# Updated with varialble for map file and def file for windows build support Issue number: Submitted by: Reviewed by: 2003/12/15 17:38:31 toconnor 1.1.2.1: #i23308# - add ScriptProviderForPython to scripting framework, based on code originally written by Joerg Budischewski, modified by Duncan Foster to use C++ classes for parsing script metadata, implementing XBrowseNode and XScriptProvider APIs

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [4516589f91e03fa5d8589a52ed8b72af8f9e4521]

        INTEGRATION: CWS scriptingf2 (1.5.2); FILE MERGED 2003/12/09 19:12:52 npower 1.5.2.1: #i22564# Remove all references to storage service and additionally cleaned up some code to do with Any ( as per DBO guidlines )

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [0e39fd1dbdcdf25cfa61059a516df94f10e8041d]

        INTEGRATION: CWS scriptingf2 (1.3.2); FILE MERGED 2003/12/09 19:03:59 npower 1.3.2.1: i22342 Make getAllProviders() method more forgiving, if it fails to create a provider it should continue to try and create any others it knows about. This resulted in failure to obtain any providers when java was turned off ( due to fact that failed to create first java provider )

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [6e6fb5ac2ad5230a0c9e7b84d7eb90ba0ee588ce]

        INTEGRATION: CWS scriptingf2 (1.5.2); FILE MERGED 2003/12/09 19:12:48 npower 1.5.2.1: #i22564# Remove all references to storage service and additionally cleaned up some code to do with Any ( as per DBO guidlines )

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [11ddfdb8563901bf515fa2eb07fa27244cc58ced]

        INTEGRATION: CWS scriptingf2 (1.7.2); FILE MERGED 2003/12/15 18:03:43 npower 1.7.2.2: #22564# Removed references to storage manager and storage service, removed all registration of same from file aswell 2003/12/09 19:12:44 npower 1.7.2.1: #i22564# Remove all references to storage service and additionally cleaned up some code to do with Any ( as per DBO guidlines )

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [4abd6eba65e6093c4ffac6465c5a036fe1615317]

        INTEGRATION: CWS scriptingf2 (1.3.2); FILE MERGED 2003/12/12 11:00:56 npower 1.3.2.2: #i23497# Modified logic in getName for DocBrowseNodeImple to return the Title of the document. This ensures that when a document has a title it will be displayed in the tools/config dialog 2003/12/09 19:12:40 npower 1.3.2.1: #i22564# Remove all references to storage service and additionally cleaned up some code to do with Any ( as per DBO guidlines )

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [a079e08b2b8545716adefdbb12eb8b96b202f92b]

        INTEGRATION: CWS scriptingf2 (1.14.2); FILE MERGED 2003/12/09 18:58:03 npower 1.14.2.1: i22571 Remove code to pass flags to Storage service, storage service is being removed

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [b68d25ca6ea76dc7702dcc08d406ed4bcac34f80]

        INTEGRATION: CWS scriptingf2 (1.10.4); FILE MERGED 2003/12/15 18:26:08 toconnor 1.10.4.3: #i23308# - Add ScriptProviderForPython to Scripting Framework 2003/12/15 17:01:35 npower 1.10.4.2: #22564# Remove storage targets and dependencies in build 2003/12/15 16:58:46 npower 1.10.4.1: #22564# removal of storage component

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [f5d14da2db2cf64a4fe6b2dc21bd05ec870e9e69]

        INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDED 2003/12/16 13:46:06 npower 1.1.2.1: #i23335# support for code completion for beanshell.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [adcbe3faece525a1d493c347a4c189e9b73d344f]

        INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDED 2003/12/16 13:45:47 npower 1.1.2.1: #i23335# support for code completion for beanshell.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [93f87f920ce66f3235211203ffdb57a62d807a8d]

        INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDED 2003/12/16 13:44:52 npower 1.1.2.1: #i23335# support for code completion for beanshell.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [59be2c2f86996dbd0f68e924eba51879783108d9]

        INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDED 2003/12/16 13:45:18 npower 1.1.2.1: #i23335# support for code completion for beanshell.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [a0b6744d3d77c7296b94db842855b501daf9ee6c]

        INTEGRATION: CWS scriptingf2 (1.2.2); FILE MERGED 2003/12/10 13:50:11 npower 1.2.2.2: #22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage Issue number: Submitted by: Reviewed by: 2003/12/09 19:30:31 npower 1.2.2.1: #i22571# #i22564# Changes to reflect removal of storage ( eg. no XScriptInfo anymore ). Also seperated XScript and XScriptProvider implementations Issue number: Submitted by: Reviewed by:

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [c9d37b0f0b8e813f9fa649b8fb225c91002e7603]

        INTEGRATION: CWS scriptingf2 (1.2.2); FILE MERGED 2003/12/15 16:04:39 npower 1.2.2.1: #i22568#, #i22564# Updated edit classes to save ( direct support in ScriptEditorForBeanShell ) to document using embed Storage API. ScriptEditorForJavaScript modified to pass URL to rhino debugger.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [3076ea9dc6677dcf0f65c53c8f205d870dc27d53]

        INTEGRATION: CWS scriptingf2 (1.2.2); FILE MERGED 2003/12/10 13:50:13 npower 1.2.2.2: #22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage Issue number: Submitted by: Reviewed by: 2003/12/09 19:30:24 npower 1.2.2.1: #i22571# #i22564# Changes to reflect removal of storage ( eg. no XScriptInfo anymore ). Also seperated XScript and XScriptProvider implementations Issue number: Submitted by: Reviewed by:

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [376f399d3d631b18422c2ab3f0a52b8ae94bef52]

        INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDED 2003/12/16 13:50:59 npower 1.1.2.1: #i23335# Add code completion and syntax highlighting for BeanShell scripts new interface for SourceViews ( possible view is PlainSourceView.java or NetBeansSourceView.java )

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [5cf75ff59aaba943e89a933f99fa8c98517236a2]

        INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDED 2003/12/16 13:52:30 npower 1.1.2.1: #i23335# Add code completion and syntax highlighting for BeanShell scripts new Model, used by both possible views e.g. PlainSourceView.java or etBeansSourceView.java.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [b4290dadbef77b544a842790df3253c4a8bea98e]

        INTEGRATION: CWS scriptingf2 (1.2.2); FILE MERGED 2003/12/10 13:50:08 npower 1.2.2.2: #22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage Issue number: Submitted by: Reviewed by: 2003/12/09 19:30:39 npower 1.2.2.1: #i22571# #i22564# Changes to reflect removal of storage ( eg. no XScriptInfo anymore ). Also seperated XScript and XScriptProvider implementations Issue number: Submitted by: Reviewed by:

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [c82adfb53997508a121572a5e832e056c0207a4b]

        INTEGRATION: CWS scriptingf2 (1.2.2); FILE MERGED 2003/12/16 13:54:39 npower 1.2.2.2: #i23335# Add code completion and syntax highlighting for BeanShell scripts Updates to editor to display NetBeansSourceView ( which includes sytax highlighting and code completion ) or PlainSourceView ( old beanshell editor window ) 2003/12/15 16:04:36 npower 1.2.2.1: #i22568#, #i22564# Updated edit classes to save ( direct support in ScriptEditorForBeanShell ) to document using embed Storage API. ScriptEditorForJavaScript modified to pass URL to rhino debugger.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [085cf40824833eb3d4f27a5b97bec071ac8b91db]

        INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDED 2003/12/16 13:53:25 npower 1.1.2.1: #i23335# Add code completion and syntax highlighting for BeanShell scripts old beanshell ide converted into a view.

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [63b8022ed533cb29caaba5f6d10d5e02c586e7fd]

        INTEGRATION: CWS scriptingf2 (1.3.2); FILE MERGED 2003/12/10 13:50:06 npower 1.3.2.2: #22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage#22564# removed references to packages generated for storage Issue number: Submitted by: Reviewed by: 2003/12/09 19:30:45 npower 1.3.2.1: #i22571# #i22564# Changes to reflect removal of storage ( eg. no XScriptInfo anymore ). Also seperated XScript and XScriptProvider implementations Issue number: Submitted by: Reviewed by:

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [69604afac4d12f5ad2eb04b3a3fb52c2bc8647e4]

        INTEGRATION: CWS scriptingf2 (1.3.2); FILE MERGED 2003/12/09 19:33:17 npower 1.3.2.1: #i22564# Removed references to old storage service ( e.g. storage id etc ) Issue number: Submitted by: Reviewed by:

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [ac6f6d74d468c1c329a91438c8bc7d0d76ae7ecd]

        INTEGRATION: CWS scriptingf2 (1.2.2); FILE MERGED 2003/12/09 19:35:26 npower 1.2.2.1: #22568# #22564# Updates to support removal of storage and addition of support for embedd.storage api Issue number: Submitted by: Reviewed by:

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [8f2c4c2b7bbbc3eedfddc8d6d4c37e59750c7051]

        INTEGRATION: CWS scriptingf2 (1.1.2); FILE MERGED 2003/12/09 19:35:22 npower 1.1.2.1: #22568# #22564# Updates to support removal of storage and addition of support for embedd.storage api Issue number: Submitted by: Reviewed by:

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [a1817e7d4a61d216abfbd41b9f1221686e3ac071]

        INTEGRATION: CWS scriptingf2 (1.7.2); FILE MERGED 2003/12/12 10:24:45 npower 1.7.2.2: #i22572# Changed ScriptBrowseNode to detect presence of editor, editiable property is now set up based on whether an IDE exists for the language or not. Previously this was hardcoded. Issue number: Submitted by: Reviewed by: 2003/12/09 19:21:10 npower 1.7.2.1: #22568# Java script providers now use embedd.storage API to access scripts. Issue number: Submitted by: Reviewed by:

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [5626d9bca143ea5a8a5d2b5c7ff55ec6b381d00d]

        INTEGRATION: CWS scriptingf2 (1.4.2); FILE MERGED 2003/12/09 19:21:13 npower 1.4.2.1: #22568# Java script providers now use embedd.storage API to access scripts. Issue number: Submitted by: Reviewed by:

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [ef8f01fdd3dab55910fe9cbf318a43f4ca775f4d]

        INTEGRATION: CWS scriptingf2 (1.27.2); FILE MERGED 2003/12/16 13:48:19 npower 1.27.2.1: #i23335# Add code completion and syntax highlighting for BeanShell scripts Entries added to build nb-editor.jar and b-editorsupport.jar

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [b43cdb22449d1293a890f97669f7ae1c399179b3]

        INTEGRATION: CWS scriptingf2 (1.37.8); FILE MERGED 2003/12/10 13:32:34 npower 1.37.8.1: #22564# removed dead reference to security and storage

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [c1441923219a75674b5563bc4c2c1138470a5b27]

        INTEGRATION: CWS scriptingf2 (1.32.10); FILE MERGED 2003/12/10 13:25:40 npower 1.32.10.1: #22564# Removal of references to storage and security scripting projects, these have been deleted

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [9707bfc5354010013ffd8c01f07bace9d68a1841]

        INTEGRATION: CWS scriptingf2 (1.67.20); FILE MERGED 2003/12/10 10:44:24 npower 1.67.20.1: #22564# removed references to storage and security

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [62edad812d77c751d57a1d87e7229ee694c4304f]

        INTEGRATION: CWS scriptingf2 (1.53.22); FILE MERGED 2003/12/10 10:32:08 npower 1.53.22.1: #22564# removed references to storage and security

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [6c3437edb6211cc9ad3d06c90ea3635954406a8f]

        INTEGRATION: CWS scriptingf2 (1.50.20); FILE MERGED 2003/12/10 10:29:40 npower 1.50.20.1: #22564# removed refereces to storage and security

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [e59af78a7f95790a5d1d4bd14540d46b2727efef]

        INTEGRATION: CWS scriptingf2 (1.3.6); FILE MERGED 2003/12/12 14:44:12 mav 1.3.6.1: #114358# fix commit of changed storage

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [5cfb3427a3009bded66afe1b89ff0b2e79c04448]

        INTEGRATION: CWS dialogfactory (1.20.56); FILE MERGED 2003/12/15 17:35:12 mba 1.20.56.1: #i23574#: new dialog factory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [77ba826f5b79ee0fe3aacdc30105610ac595f564]

        INTEGRATION: CWS dialogfactory (1.1.4); FILE ADDED 2003/12/15 17:34:29 mba 1.1.4.1: #i23574#: new dialog factory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [0830749297c11f645af9045e722888a877beba66]

        INTEGRATION: CWS dialogfactory (1.15.24); FILE MERGED 2003/12/15 17:34:59 mba 1.15.24.1: #i23574#: new dialog factory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [b9b5b06b1ff5ae6e9b06f27a63394ea16bbd5001]

        INTEGRATION: CWS dialogfactory (1.26.36); FILE MERGED 2003/12/17 17:18:20 mba 1.26.36.4: #i23574#: include svx directly, not from solver: little confusion, now correct on all platforms 2003/12/17 15:44:40 mba 1.26.36.3: #i23574#: include svx directly, not from solver: worked only on windows, not on Linux 2003/12/17 15:14:05 mba 1.26.36.2: #i23574#: include svx directly, not from solver 2003/12/16 09:28:11 mba 1.26.36.1: #i23574#: new dialogfactory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [a462d13a28edf8cad58285e17a2cc05d4e36ab4a]

        INTEGRATION: CWS dialogfactory (1.1.4); FILE ADDED 2003/12/16 09:32:03 mba 1.1.4.1: #i23574#: new dialogfactory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [906a58084e40073df2cf5610bdfb607d15782af1]

        INTEGRATION: CWS dialogfactory (1.1.4); FILE ADDED 2003/12/16 09:24:54 mba 1.1.4.1: #i23574#: new dialogfactory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [8b258fc0a74c3449c45b7db9d1fcf9a70fdef337]

        INTEGRATION: CWS dialogfactory (1.18.74); FILE MERGED 2003/12/17 15:15:02 mba 1.18.74.2: #i23574#: factory files where accidently linked to svx 2003/12/16 09:27:06 mba 1.18.74.1: #i23574#: new dialogfactory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [fe5b80d10596c9f2cdbb64060a8952bfc759d438]

        INTEGRATION: CWS dialogfactory (1.1.4); FILE ADDED 2003/12/16 09:25:28 mba 1.1.4.1: #i23574#: new dialogfactory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [982a7b54a80d0f3438404e816365f952960c3e6b]

        INTEGRATION: CWS dialogfactory (1.1.4); FILE ADDED 2003/12/16 09:25:12 mba 1.1.4.1: #i23574#: new dialogfactory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [45dcf906d824fbefb553c19dee606480ec276648]

        INTEGRATION: CWS dialogfactory (1.1.4); FILE ADDED 2003/12/16 09:25:54 mba 1.1.4.1: #i23574#: new dialogfactory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [333106d0206fe56e2ce79e666f5e8819e18ce9cd]

        INTEGRATION: CWS dialogfactory (1.77.36); FILE MERGED 2003/12/16 09:27:26 mba 1.77.36.1: #i23574#: new dialogfactory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [f001fed47e8bbb1f43b079b606b687de0f33c4b3]

        INTEGRATION: CWS dialogfactory (1.10.240); FILE MERGED 2003/12/15 17:18:41 mba 1.10.240.1: #i23574#: new dialog factory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [7defe4f3f33c01a5318117c70ce15729909a3dc1]

        INTEGRATION: CWS dialogfactory (1.1.4); FILE ADDED 2003/12/15 17:18:11 mba 1.1.4.1: #i23574#: new dialog factory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [f782c43e06618a04f5022809ac2da762ffa455f5]

        INTEGRATION: CWS dialogfactory (1.31.20); FILE MERGED 2003/12/15 17:19:00 mba 1.31.20.1: #i23574#: new dialog factory

2004-01-05  Rüdiger Timm  <rt@openoffice.org>  [646f4f18eb4504c35a5772f8249b837dc06cf672]

        INTEGRATION: CWS ivo04 (1.30.34); FILE MERGED 2003/12/23 12:51:35 ihi 1.30.34.1: #110250# #i15636# #110908# Write Unix lineends && additional \n removed

2003-12-19  Björn Milcke  <bm@openoffice.org>  [8fba250e94c570ffd10c7172aab5621316397459]

        private methods for statistics properties (mean-value line works)

2003-12-19  Björn Milcke  <bm@openoffice.org>  [85dfafb4a2e7f5daf163440a19471c095044c516]

        private methods for statistics properties

2003-12-19  Björn Milcke  <bm@openoffice.org>  [7fc8f827dae00663db40de3b80c329b9ed267a0c]

        getRepresentation: do not show 1*...

2003-12-19  Björn Milcke  <bm@openoffice.org>  [eb00eb55d5d7108fd6a5be3734e9d1bbfd9d2139]

        some local functions of StatisticsItemConverter -> RegressionCurveHelper

2003-12-19  Björn Milcke  <bm@openoffice.org>  [2480594abf30ddaf9a42375e87f34175b7a9208f]

        some local functions -> RegressionCurveHelper

2003-12-19  Björn Milcke  <bm@openoffice.org>  [ef550e4ee680e932dd6ef92d3db9b975cb60d97c]

        +Gradient/Hatch at series/data point +mean-value line

2003-12-19  Vladimir Glazounov  <vg@openoffice.org>  [84533948bee3735e9d5edd5e861db5a4816d3c9f]

        #100000# removed obsolete dependencies

2003-12-19  Vladimir Glazounov  <vg@openoffice.org>  [b7e3bc4a4d688787b401d666479b447e444a8433]

        #100000# cvs problems workaround

2003-12-19  Vladimir Glazounov  <vg@openoffice.org>  [392b4259ad25d0f528b4ce4cd2d0224a4001caaf]

        #100000#

2003-12-19  Kai Ahrens  <ka@openoffice.org>  [891a2a2eb0f7627ddca8d90b77eef603df7da85c]

        syntax

2003-12-18  Kurt Zenker  <kz@openoffice.org>  [47f2b3371d6d6f08d71300c8fead5e5e06f4db19]

        new version for SRC680

2003-12-18  Kurt Zenker  <kz@openoffice.org>  [7bc3388e9ce03dace8a62d02c6aee77fd69cffa0]

        new version for SRC680

2003-12-18  Kurt Zenker  <kz@openoffice.org>  [255d1683f4d640877631592c8335619e7b9cf232]

        new version for SRC680

2003-12-18  Vladimir Glazounov  <vg@openoffice.org>  [6ef2c1de336846337a1cb0fc98e5cdf73eba2a69]

        #100000# merge error fix

2003-12-18  Björn Milcke  <bm@openoffice.org>  [a6c16149f8769f6cc1fab7fc60d82f33d37c8a4a]

        map correct properties to the box-symbol in 3d line charts

2003-12-18  Björn Milcke  <bm@openoffice.org>  [735e9f9cded7216342edf64747c7e38e4cd2dba8]

        moved old api from model to controller

2003-12-18  Björn Milcke  <bm@openoffice.org>  [77a0557b67340195176d6b51571ad1a9f9ff9f26]

        moved from model/oldapi

2003-12-18  Ingrid Halama  <iha@openoffice.org>  [1c3ad7b9ebdc7a3560257bc32dcff08793dc759c]

        added ItemConverter for all-titles

2003-12-18  Ingrid Halama  <iha@openoffice.org>  [e9973096bbcd3a43aa36e745d38e664c2c7cb632]

        added new class AllTitleItemConverter

2003-12-18  Vladimir Glazounov  <vg@openoffice.org>  [5f35d2cf1fb22454d89f2a2874413dfb23e2fe66]

        #100000# merge problem fix

2003-12-18  Mikhail Voitenko  <mav@openoffice.org>  [0cff54e563fb508d67614140521bbbd3e6c86ed2]

        #112923# adopt for unix

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1b97206d571462a8ee51162b244478f395863179]

        INTEGRATION: CWS geordi2q11 (1.2.86); FILE MERGED 2003/12/16 16:05:21 hr 1.2.86.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b9f2cc490243d8770cf3a63f0a5a70fa9a85090c]

        INTEGRATION: CWS geordi2q11 (1.16.6); FILE MERGED 2003/12/16 16:05:20 hr 1.16.6.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [51ae19745e6ea0ab786a4acba32dd69071e71cef]

        INTEGRATION: CWS geordi2q11 (1.9.40); FILE MERGED 2003/12/16 16:05:20 hr 1.9.40.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6519b70ffe5aca0656ec43ad960dfa42be6db03a]

        INTEGRATION: CWS geordi2q11 (1.2.72); FILE MERGED 2003/12/16 12:48:17 hr 1.2.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b58931a8c3a857b24ca364e54c39f25320cfea98]

        INTEGRATION: CWS geordi2q11 (1.17.146); FILE MERGED 2003/12/16 16:25:29 hr 1.17.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [67d22e4b33887d31c5321e1ee448a39970405f75]

        INTEGRATION: CWS geordi2q11 (1.20.146); FILE MERGED 2003/12/16 16:25:24 hr 1.20.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f9f9c6775b69eda5d0ce45012a57fd2cb4dc206b]

        INTEGRATION: CWS geordi2q11 (1.51.146); FILE MERGED 2003/12/16 16:25:23 hr 1.51.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3383c9e98de3429c4d516bd2736f073751285530]

        INTEGRATION: CWS geordi2q11 (1.45.146); FILE MERGED 2003/12/16 16:25:20 hr 1.45.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [86cb74a8e22b6089a78259d074fff5bb1ef172a6]

        INTEGRATION: CWS geordi2q11 (1.23.146); FILE MERGED 2003/12/16 16:25:19 hr 1.23.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [71b009f7c681a01635618d3b1397fa9d5fe11931]

        INTEGRATION: CWS geordi2q11 (1.17.146); FILE MERGED 2003/12/16 16:25:15 hr 1.17.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f51ea2005afd040f409ad3cb3efbc42008e31947]

        INTEGRATION: CWS geordi2q11 (1.26.146); FILE MERGED 2003/12/16 16:25:14 hr 1.26.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [72eaf830adc694442d7d61709f9e9370b0116278]

        INTEGRATION: CWS geordi2q11 (1.23.146); FILE MERGED 2003/12/16 16:25:12 hr 1.23.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9b2cbe8d81ab348e966743f810b2e12fbd93644d]

        INTEGRATION: CWS geordi2q11 (1.28.146); FILE MERGED 2003/12/16 16:25:07 hr 1.28.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1b3fe68c5f97ec47635fe49cc2e730109d3d6c9c]

        INTEGRATION: CWS geordi2q11 (1.33.146); FILE MERGED 2003/12/16 16:25:05 hr 1.33.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [77bf1a8be354da029d20f2db36bb0dcb7113489d]

        INTEGRATION: CWS geordi2q11 (1.41.146); FILE MERGED 2003/12/16 16:25:04 hr 1.41.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6df808639061c593723b350f32489ca316d3c06e]

        INTEGRATION: CWS geordi2q11 (1.36.146); FILE MERGED 2003/12/16 16:25:03 hr 1.36.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [341fb0b2434fc8141f769a227dd5fb6f5bc647f1]

        INTEGRATION: CWS geordi2q11 (1.23.146); FILE MERGED 2003/12/16 16:25:02 hr 1.23.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9057b4775541a4ea26a384a69aa42828944cc1d9]

        INTEGRATION: CWS geordi2q11 (1.23.146); FILE MERGED 2003/12/16 16:25:00 hr 1.23.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4b28f7ae0fcfc4a7e6cad29b7615df87fdb23c1c]

        INTEGRATION: CWS geordi2q11 (1.47.122); FILE MERGED 2003/12/16 16:24:59 hr 1.47.122.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0454db38fb80e9bb829f86afb6f6e571cf7d67d6]

        INTEGRATION: CWS geordi2q11 (1.6.146); FILE MERGED 2003/12/16 16:24:57 hr 1.6.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [fbee3d9c7662ee7cf744557b9336bd768c0fb338]

        INTEGRATION: CWS geordi2q11 (1.29.146); FILE MERGED 2003/12/16 16:24:56 hr 1.29.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6e7a67ed775678eb249e320a51f0264a64fccf63]

        INTEGRATION: CWS geordi2q11 (1.52.146); FILE MERGED 2003/12/16 16:24:55 hr 1.52.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [535b11850a233f34e9a3bad8e91d99f09c2cdb27]

        INTEGRATION: CWS geordi2q11 (1.6.146); FILE MERGED 2003/12/16 16:24:54 hr 1.6.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [30b00d3cf8ae0358670d58582d8bc8a61e4952ef]

        INTEGRATION: CWS geordi2q11 (1.56.146); FILE MERGED 2003/12/16 16:24:52 hr 1.56.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7aba32bff35c3fb2e56871bbafc1730ea0e82d90]

        INTEGRATION: CWS geordi2q11 (1.8.146); FILE MERGED 2003/12/16 16:24:51 hr 1.8.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5e48ba21a790c197c2d142f409644701855048fc]

        INTEGRATION: CWS geordi2q11 (1.28.146); FILE MERGED 2003/12/16 16:24:50 hr 1.28.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ba5b5ed76c9f112a488a810905764cdd2cd69d07]

        INTEGRATION: CWS geordi2q11 (1.20.66); FILE MERGED 2003/12/16 16:24:46 hr 1.20.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4482ea694f999928566fd4e8f693bcdcb4e2048c]

        INTEGRATION: CWS geordi2q11 (1.5.240); FILE MERGED 2003/12/16 16:24:44 hr 1.5.240.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [210aaddd37e2856f2176b5287dc18a81a9ed2e4f]

        INTEGRATION: CWS geordi2q11 (1.19.22); FILE MERGED 2003/12/15 17:57:57 hr 1.19.22.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [fc825eed6fae0c614158bf75c471a707549253fa]

        INTEGRATION: CWS geordi2q11 (1.9.66); FILE MERGED 2003/12/16 14:01:58 hr 1.9.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b3f166a42e3e20fbc0f60be5885719d432cd58a0]

        INTEGRATION: CWS geordi2q11 (1.21.18); FILE MERGED 2003/12/16 14:01:57 hr 1.21.18.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b1246a2f0ead0824274f293ecd6f72d312442267]

        INTEGRATION: CWS geordi2q11 (1.22.18); FILE MERGED 2003/12/16 14:01:56 hr 1.22.18.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ef8de6a57acce4b8dcb07dfb229f2cc3601c58ce]

        INTEGRATION: CWS geordi2q11 (1.17.48); FILE MERGED 2003/12/16 14:01:55 hr 1.17.48.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1ba8df3ef1ed65b319bdf4b7e1bb7244b53b1cfc]

        INTEGRATION: CWS geordi2q11 (1.3.8); FILE MERGED 2003/12/16 14:00:10 hr 1.3.8.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [054177845a19954d07122f768eef53cff48f3037]

        INTEGRATION: CWS geordi2q11 (1.3.106); FILE MERGED 2003/12/16 14:01:54 hr 1.3.106.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b68f9e217847d4bc6d6da714ad9848d1e9ff423a]

        INTEGRATION: CWS geordi2q11 (1.14.66); FILE MERGED 2003/12/16 14:01:53 hr 1.14.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4bf8f69db6a2445b182fa43a66b12d66f8323c07]

        INTEGRATION: CWS geordi2q11 (1.41.6); FILE MERGED 2003/12/16 14:01:50 hr 1.41.6.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dd73d001919489b7fb0326a2f12597585dd019c5]

        INTEGRATION: CWS geordi2q11 (1.4.36); FILE MERGED 2003/12/17 11:42:48 hr 1.4.36.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f8446d08725192856eb3e031b33f86f1c1bd3bbe]

        INTEGRATION: CWS geordi2q11 (1.5.366); FILE MERGED 2003/12/15 16:47:45 hr 1.5.366.1: #111934#: join CWS calc20

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2160c4dcc2defd54bac25ea5005a851c9517331d]

        INTEGRATION: CWS geordi2q11 (1.5.336); FILE MERGED 2003/12/16 15:13:48 hr 1.5.336.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [058c0899cf52ab4ba26a8cfa1bcde3572405eb2a]

        INTEGRATION: CWS geordi2q11 (1.21.30); FILE MERGED 2003/12/15 16:47:45 hr 1.21.30.1: #111934#: join CWS calc20

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [67ca372a6ace37bd1d108ddc96849b32a2fc3bcc]

        INTEGRATION: CWS geordi2q11 (1.13.66); FILE MERGED 2003/12/16 15:13:47 hr 1.13.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2d45fd9c8b06b26f4de81829056f6fcbf6099ff8]

        INTEGRATION: CWS geordi2q11 (1.18.234); FILE MERGED 2003/12/16 15:13:46 hr 1.18.234.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [65b34ee26629713e22faeea687168eaa84412188]

        INTEGRATION: CWS geordi2q11 (1.31.158); FILE MERGED 2003/12/16 15:13:45 hr 1.31.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9ba3b6fe929c6b0e81d1c842e8545b95faacc78e]

        INTEGRATION: CWS geordi2q11 (1.58.66); FILE MERGED 2003/12/16 15:13:44 hr 1.58.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [796bda5cc6f83884bb084d38c0d5f996e60e28b5]

        INTEGRATION: CWS geordi2q11 (1.24.158); FILE MERGED 2003/12/16 15:13:44 hr 1.24.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3a54f675435ead5c304aa220f7a215a5fd14c4b4]

        INTEGRATION: CWS geordi2q11 (1.21.66); FILE MERGED 2003/12/16 15:13:43 hr 1.21.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [51d3c5533143012abce04083790a4a712bb39394]

        INTEGRATION: CWS geordi2q11 (1.35.158); FILE MERGED 2003/12/16 15:13:43 hr 1.35.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5b09a78bad50516061f6fbaf68c8c3bcb6dcbdc3]

        INTEGRATION: CWS geordi2q11 (1.34.158); FILE MERGED 2003/12/16 15:13:42 hr 1.34.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5914b5110a42c03efaae6ca7dae38ba5f906eafb]

        INTEGRATION: CWS geordi2q11 (1.23.66); FILE MERGED 2003/12/16 15:13:42 hr 1.23.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [60cf7e4a8731521d744479ee28304b35dafe8ec7]

        INTEGRATION: CWS geordi2q11 (1.16.66); FILE MERGED 2003/12/16 15:13:41 hr 1.16.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [303fa6bf7db3a9ae9585eebf5c92b1b8893cfc3b]

        INTEGRATION: CWS geordi2q11 (1.18.158); FILE MERGED 2003/12/16 15:13:41 hr 1.18.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [acad517451738bcbdcfbf732348d2214b5cf350d]

        INTEGRATION: CWS geordi2q11 (1.77.96); FILE MERGED 2003/12/16 15:13:40 hr 1.77.96.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [bb46f057054f503294e90ebd8fff1ecb2b208179]

        INTEGRATION: CWS geordi2q11 (1.77.56); FILE MERGED 2003/12/16 15:13:34 hr 1.77.56.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d8dd18c76dca1d500ba6ba678ae420fe2b578b2c]

        INTEGRATION: CWS geordi2q11 (1.41.158); FILE MERGED 2003/12/16 15:13:33 hr 1.41.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [05afe8a611811093714971063b54e3e58f70eea9]

        INTEGRATION: CWS geordi2q11 (1.20.66); FILE MERGED 2003/12/16 15:13:33 hr 1.20.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [80edc62f965e90fc173c7c40bbf88ca879fd4ee1]

        INTEGRATION: CWS geordi2q11 (1.47.136); FILE MERGED 2003/12/16 15:13:32 hr 1.47.136.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e2df121d882f24fc7a349485c5904c4847e946e9]

        INTEGRATION: CWS geordi2q11 (1.57.138); FILE MERGED 2003/12/16 15:13:32 hr 1.57.138.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [bb256ba076e37b79a13b29791c01acfdcfd35d4a]

        INTEGRATION: CWS geordi2q11 (1.31.158); FILE MERGED 2003/12/16 15:13:32 hr 1.31.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2cc087cf28095bd7cd349aac0479e6c02dece724]

        INTEGRATION: CWS geordi2q11 (1.29.66); FILE MERGED 2003/12/16 15:13:31 hr 1.29.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d173461c08094d772f1fec53c28359c069aefa19]

        INTEGRATION: CWS geordi2q11 (1.66.158); FILE MERGED 2003/12/16 15:13:31 hr 1.66.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3a763246025951c7d4b87021753fa0ad4b248631]

        INTEGRATION: CWS geordi2q11 (1.27.158); FILE MERGED 2003/12/16 15:13:29 hr 1.27.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dae07ed143ea38a5cc5337afd5841d7ef6ce53d2]

        INTEGRATION: CWS geordi2q11 (1.47.156); FILE MERGED 2003/12/16 15:13:28 hr 1.47.156.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [928d4e14c3c21a4f5fbe11006ba19aed2c7457a5]

        INTEGRATION: CWS geordi2q11 (1.50.158); FILE MERGED 2003/12/16 15:13:28 hr 1.50.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d9056b7848e93ffa18b75747e760b3598fda1591]

        INTEGRATION: CWS geordi2q11 (1.38.158); FILE MERGED 2003/12/16 15:13:27 hr 1.38.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ab5863fc95f321e5bec05181ea590c21ef94cc6d]

        INTEGRATION: CWS geordi2q11 (1.37.158); FILE MERGED 2003/12/16 15:13:27 hr 1.37.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d8f64a342ebbe7bc3eaf69d292fb80201ce8f988]

        INTEGRATION: CWS geordi2q11 (1.25.158); FILE MERGED 2003/12/16 15:13:26 hr 1.25.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d3abc3e261f7522f30d96d5aa4f972d099078bbe]

        INTEGRATION: CWS geordi2q11 (1.38.158); FILE MERGED 2003/12/16 15:13:25 hr 1.38.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3c4038f13c66f308ed0374f179b44a1deb24f774]

        INTEGRATION: CWS geordi2q11 (1.49.158); FILE MERGED 2003/12/16 15:13:25 hr 1.49.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c9ba231a917d0820f97b11f822f2eb646d1747bd]

        INTEGRATION: CWS geordi2q11 (1.4.342); FILE MERGED 2003/12/16 15:13:24 hr 1.4.342.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a6b09a1a0a0125f1ea742075484e816956e5512b]

        INTEGRATION: CWS geordi2q11 (1.11.210); FILE MERGED 2003/12/16 15:13:24 hr 1.11.210.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1272d0b6f8f9565562ca57f6ef03b7a27b09b437]

        INTEGRATION: CWS geordi2q11 (1.20.158); FILE MERGED 2003/12/16 15:13:23 hr 1.20.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [bc833a37efb0498a7a1ef42553311cf074e2bf1f]

        INTEGRATION: CWS geordi2q11 (1.4.362); FILE MERGED 2003/12/16 15:13:23 hr 1.4.362.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4fdbfea7d6ff496adbd6bfc1e0e071dd5b87197d]

        INTEGRATION: CWS geordi2q11 (1.45.20); FILE MERGED 2003/12/16 15:13:23 hr 1.45.20.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5c5e9c33e03c3b378c4473f2fb101691fccd28c3]

        INTEGRATION: CWS geordi2q11 (1.37.158); FILE MERGED 2003/12/16 15:13:22 hr 1.37.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d731ebf2775c5a089b7fa712c4aa88f9d29f684d]

        INTEGRATION: CWS geordi2q11 (1.8.20); FILE MERGED 2003/12/16 15:13:22 hr 1.8.20.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c88f5accda031d9e15e1dd316198eb68f7eaad5a]

        INTEGRATION: CWS geordi2q11 (1.37.158); FILE MERGED 2003/12/16 15:13:21 hr 1.37.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [145875ca55a464028d7ba65a3f2f6242ebee7a70]

        INTEGRATION: CWS geordi2q11 (1.25.158); FILE MERGED 2003/12/16 15:13:20 hr 1.25.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e0e5e47f2febb6aee1bf6b12c331ea475559aa9c]

        INTEGRATION: CWS geordi2q11 (1.29.158); FILE MERGED 2003/12/16 15:13:20 hr 1.29.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dec941ee5fb1fbc2a2139263b1b46d2568ed2ac7]

        INTEGRATION: CWS geordi2q11 (1.26.158); FILE MERGED 2003/12/16 15:13:19 hr 1.26.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4379427c80065efdd530ae39256eae4fce1edb5e]

        INTEGRATION: CWS geordi2q11 (1.28.158); FILE MERGED 2003/12/16 15:13:19 hr 1.28.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [79417399f657090bb9bccc09c72897b7a749eaf8]

        INTEGRATION: CWS geordi2q11 (1.23.158); FILE MERGED 2003/12/16 15:13:18 hr 1.23.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [adee0b038c5433063cb00e42488d663d011d8be0]

        INTEGRATION: CWS geordi2q11 (1.41.158); FILE MERGED 2003/12/16 15:13:17 hr 1.41.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [593634cc66d5e95c431bf2e67e37172ee974ca8d]

        INTEGRATION: CWS geordi2q11 (1.28.158); FILE MERGED 2003/12/16 15:13:17 hr 1.28.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [81055e520c78499afec5735ea32cf8d74475a984]

        INTEGRATION: CWS geordi2q11 (1.58.158); FILE MERGED 2003/12/16 15:13:16 hr 1.58.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e0a5ae432c717c079b84d76dc91fa3987667f7f6]

        INTEGRATION: CWS geordi2q11 (1.19.158); FILE MERGED 2003/12/16 15:13:15 hr 1.19.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3832a568862b3e898ea51153003164f0d6c13444]

        INTEGRATION: CWS geordi2q11 (1.24.158); FILE MERGED 2003/12/16 15:13:13 hr 1.24.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4f62cd0c026c16d7c9804fd8f9346bdd0879aa72]

        INTEGRATION: CWS geordi2q11 (1.38.96); FILE MERGED 2003/12/16 15:13:12 hr 1.38.96.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4663999725e0f196f9f08f165e172a3a6a091f87]

        INTEGRATION: CWS geordi2q11 (1.5.342); FILE MERGED 2003/12/16 15:13:11 hr 1.5.342.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f84b471e1a83a895b92ddff81450ec13d7412f78]

        INTEGRATION: CWS geordi2q11 (1.36.158); FILE MERGED 2003/12/16 15:13:11 hr 1.36.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [73784eed933ee6e40fc3756d2ba56869509d94f8]

        INTEGRATION: CWS geordi2q11 (1.30.158); FILE MERGED 2003/12/16 15:13:10 hr 1.30.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [39422e6318b50ee6ca090a96bda34a4d686efbb4]

        INTEGRATION: CWS geordi2q11 (1.50.158); FILE MERGED 2003/12/16 15:13:09 hr 1.50.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3c044fadb93a6373da6b971c35f556feb0dd8d80]

        INTEGRATION: CWS geordi2q11 (1.29.158); FILE MERGED 2003/12/16 15:13:09 hr 1.29.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9e174da94722e144cbba5c23b5b87075779673f9]

        INTEGRATION: CWS geordi2q11 (1.7.20); FILE MERGED 2003/12/16 15:13:08 hr 1.7.20.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [64e78d36a5b56d54c7f0f1e1795c960b4f3f0a6c]

        INTEGRATION: CWS geordi2q11 (1.32.158); FILE MERGED 2003/12/16 15:13:08 hr 1.32.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3f64b947d19eb013e6484b6b52bcb3b8eee4de69]

        INTEGRATION: CWS geordi2q11 (1.31.158); FILE MERGED 2003/12/16 15:13:07 hr 1.31.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a8105e4f0e270f07d93f2e8822961dcb0679daf7]

        INTEGRATION: CWS geordi2q11 (1.29.158); FILE MERGED 2003/12/16 15:13:07 hr 1.29.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8202a7f9de742499a01da03b91f9487c1a030561]

        INTEGRATION: CWS geordi2q11 (1.4.366); FILE MERGED 2003/12/16 15:13:06 hr 1.4.366.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c88b265fb2b61c15d46b806777de7b26118e6767]

        INTEGRATION: CWS geordi2q11 (1.23.20); FILE MERGED 2003/12/16 15:13:05 hr 1.23.20.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8831ea9ca8c0ac3fe5328c5b530892b2d815644b]

        INTEGRATION: CWS geordi2q11 (1.8.20); FILE MERGED 2003/12/15 16:47:44 hr 1.8.20.1: #111934#: join CWS calc20

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [155ff3c3efa7b9437555079ecd2b3f64539c0aa7]

        INTEGRATION: CWS geordi2q11 (1.8.58); FILE MERGED 2003/12/15 16:47:43 hr 1.8.58.1: #111934#: join CWS calc20

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [92d9911d58c9921b6d80c65dc245abe485ce53c5]

        INTEGRATION: CWS geordi2q11 (1.8.96); FILE MERGED 2003/12/16 15:13:04 hr 1.8.96.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [494fbe07a311ebcc328f87d7d1ed63b0f7641e65]

        INTEGRATION: CWS geordi2q11 (1.14.74); FILE MERGED 2003/12/16 15:13:04 hr 1.14.74.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a9a42e51aae59079484d27db5593a99430aaf6af]

        INTEGRATION: CWS geordi2q11 (1.41.158); FILE MERGED 2003/12/16 15:13:03 hr 1.41.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6f5bea0c94757e0c5f834e60bd8d8968677e3ba2]

        INTEGRATION: CWS geordi2q11 (1.22.188); FILE MERGED 2003/12/15 16:47:42 hr 1.22.188.1: #111934#: join CWS calc20

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ac8276de20d525dfd4cf9c982e0a75348f26cf56]

        INTEGRATION: CWS geordi2q11 (1.7.96); FILE MERGED 2003/12/16 15:13:02 hr 1.7.96.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [38f34a884d54c657aa3da840e8db044bd0ade508]

        INTEGRATION: CWS geordi2q11 (1.23.20); FILE MERGED 2003/12/15 16:47:42 hr 1.23.20.1: #111934#: join CWS calc20

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3c3d8e895a50dd2f6fa1dbe6aca311f8dbae4999]

        INTEGRATION: CWS geordi2q11 (1.18.94); FILE MERGED 2003/12/16 15:12:59 hr 1.18.94.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [02e594b8c513e39631466314ebab9d371b229d1f]

        INTEGRATION: CWS geordi2q11 (1.17.158); FILE MERGED 2003/12/16 15:12:58 hr 1.17.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [72c1ed053e3f33f9d7906aaa620eefe9a65a7552]

        INTEGRATION: CWS geordi2q11 (1.27.158); FILE MERGED 2003/12/16 15:12:57 hr 1.27.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8d3f13f20032dc61bb21e704580322bf4c9ecc44]

        INTEGRATION: CWS geordi2q11 (1.21.128); FILE MERGED 2003/12/16 15:38:04 hr 1.21.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2202d9a5dd286340104a821540a6b53d424fe75b]

        INTEGRATION: CWS geordi2q11 (1.44.126); FILE MERGED 2003/12/16 15:38:03 hr 1.44.126.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [661a884b6661fcaa2a62974285379dbc727999bb]

        INTEGRATION: CWS geordi2q11 (1.13.128); FILE MERGED 2003/12/16 15:38:03 hr 1.13.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7d3e97c65f13f4e4b635adc68dc13a19114ba63b]

        INTEGRATION: CWS geordi2q11 (1.23.128); FILE MERGED 2003/12/16 15:38:03 hr 1.23.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [02857e376fa174bb990a4d85d9693a853959a94f]

        INTEGRATION: CWS geordi2q11 (1.18.128); FILE MERGED 2003/12/16 15:38:02 hr 1.18.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [88bcf2c5261298cd47d853cf8f33f5038d89a896]

        INTEGRATION: CWS geordi2q11 (1.33.128); FILE MERGED 2003/12/16 15:38:01 hr 1.33.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [45dab5a75d88271b5922f2b67840d7bf226b0137]

        INTEGRATION: CWS geordi2q11 (1.23.128); FILE MERGED 2003/12/16 15:38:01 hr 1.23.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [018c8bee890e5c5222e34035f330761a2a3b1bc1]

        INTEGRATION: CWS geordi2q11 (1.20.128); FILE MERGED 2003/12/16 15:38:01 hr 1.20.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [61b46eb9fa553e72a65238db6432fe8e2ae9def3]

        INTEGRATION: CWS geordi2q11 (1.39.128); FILE MERGED 2003/12/16 15:38:00 hr 1.39.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e234ac26ee23d9373aba35cce37c1a3b9c1bf557]

        INTEGRATION: CWS geordi2q11 (1.22.128); FILE MERGED 2003/12/16 15:37:59 hr 1.22.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b40d55671a04260f54f25e199ddbab28071a905e]

        INTEGRATION: CWS geordi2q11 (1.28.128); FILE MERGED 2003/12/16 15:37:59 hr 1.28.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [578f16e7a72251ca2016c2bf88a250739b018e6b]

        INTEGRATION: CWS geordi2q11 (1.19.128); FILE MERGED 2003/12/16 15:37:58 hr 1.19.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5ac8b422da81f4519ded0ee40a921c87931c6606]

        INTEGRATION: CWS geordi2q11 (1.25.128); FILE MERGED 2003/12/16 15:37:58 hr 1.25.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e3a6b293fabbea8468669090af6217a6a8f73ee7]

        INTEGRATION: CWS geordi2q11 (1.9.128); FILE MERGED 2003/12/16 15:37:58 hr 1.9.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1aa7cf6ec59082cb6461cb46009949d9174af14b]

        INTEGRATION: CWS geordi2q11 (1.25.128); FILE MERGED 2003/12/16 15:37:57 hr 1.25.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7e065fae467e010d1fcf40faea5c18950010a016]

        INTEGRATION: CWS geordi2q11 (1.21.128); FILE MERGED 2003/12/16 15:37:56 hr 1.21.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f2e52bc6c64cc9c186dfad6ed75bceb6c27c28cd]

        INTEGRATION: CWS geordi2q11 (1.25.128); FILE MERGED 2003/12/16 15:37:56 hr 1.25.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [861de3c2cf6d6342d0557d2dfe2e814d72b3017a]

        INTEGRATION: CWS geordi2q11 (1.29.128); FILE MERGED 2003/12/16 15:37:55 hr 1.29.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [93d80c913d6e9582037a36092b68be785e2e577d]

        INTEGRATION: CWS geordi2q11 (1.38.128); FILE MERGED 2003/12/16 15:37:55 hr 1.38.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d2e5307727adc0746bcebe181ba096af2e85ba12]

        INTEGRATION: CWS geordi2q11 (1.23.128); FILE MERGED 2003/12/16 15:37:54 hr 1.23.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8fea03a95860a146f3934dc702a63f0db0668b8f]

        INTEGRATION: CWS geordi2q11 (1.24.128); FILE MERGED 2003/12/16 15:37:54 hr 1.24.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a877f5bb123ec3cdb54aeaf4d71b085e0c92d478]

        INTEGRATION: CWS geordi2q11 (1.34.128); FILE MERGED 2003/12/16 15:37:53 hr 1.34.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [31f334d2ba2fd671dfcad02fde1595399fb79f04]

        INTEGRATION: CWS geordi2q11 (1.9.128); FILE MERGED 2003/12/16 15:37:53 hr 1.9.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [499b472ad5c844a773fe159be8a54c9f1cd8d74a]

        INTEGRATION: CWS geordi2q11 (1.30.128); FILE MERGED 2003/12/16 15:37:53 hr 1.30.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0b2ed32d405d28780eb1d8db73c99aa1ed51e912]

        INTEGRATION: CWS geordi2q11 (1.11.128); FILE MERGED 2003/12/16 15:37:51 hr 1.11.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a0c0232397059bfc5791513709ea3792fbffee31]

        INTEGRATION: CWS geordi2q11 (1.26.128); FILE MERGED 2003/12/16 15:37:51 hr 1.26.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3f0c08b80707650d55dc448473415030e231b80d]

        INTEGRATION: CWS geordi2q11 (1.89.126); FILE MERGED 2003/12/16 15:37:49 hr 1.89.126.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [fab97cfc60c75fd20fc170d61012da8878759063]

        INTEGRATION: CWS geordi2q11 (1.25.128); FILE MERGED 2003/12/16 15:37:49 hr 1.25.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [801f237586cf64f3ca8e340d5d31cdeb1da44111]

        INTEGRATION: CWS geordi2q11 (1.43.128); FILE MERGED 2003/12/16 15:37:49 hr 1.43.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4ce9269952ab3f214feb9e7742bb0694055dd9e2]

        INTEGRATION: CWS geordi2q11 (1.26.128); FILE MERGED 2003/12/16 15:37:48 hr 1.26.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9a6068a6691d2d0dd4567f236810ec060983ef2c]

        INTEGRATION: CWS geordi2q11 (1.9.128); FILE MERGED 2003/12/16 15:37:45 hr 1.9.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a0f95b6a4eb23a815bfd0c1eac2643e5b2a1db7c]

        INTEGRATION: CWS geordi2q11 (1.13.128); FILE MERGED 2003/12/16 15:37:44 hr 1.13.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e73fe917e0af26430148277a16b8a3c65aafb090]

        INTEGRATION: CWS geordi2q11 (1.53.128); FILE MERGED 2003/12/16 15:37:43 hr 1.53.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ae7eecf0b700331514a18a89d4febd36b4c50062]

        INTEGRATION: CWS geordi2q11 (1.52.22); FILE MERGED 2003/12/16 11:13:42 hr 1.52.22.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [50405c33464457dff5352d875ef1c92d1c9c3a6e]

        INTEGRATION: CWS geordi2q11 (1.8.96); FILE MERGED 2003/12/16 11:13:41 hr 1.8.96.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f8b78bc74c46fe2b2528c865b034a0b1b205dcbb]

        INTEGRATION: CWS geordi2q11 (1.6.10); FILE MERGED 2003/12/15 18:00:09 hr 1.6.10.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d6c7095379b69c0e7681169381a1f9f938908bd5]

        INTEGRATION: CWS geordi2q11 (1.1.64); FILE MERGED 2003/12/15 18:00:08 hr 1.1.64.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a9b5f76697f60d3ca00e43693d52212f5fb05ce0]

        INTEGRATION: CWS geordi2q11 (1.2.54); FILE MERGED 2003/12/15 18:00:07 hr 1.2.54.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b9bf3b852ff76ed62f6ca76f859a302b0a7a1556]

        INTEGRATION: CWS geordi2q11 (1.1.64); FILE MERGED 2003/12/15 18:00:06 hr 1.1.64.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a0fbb176b3933170aa20eee4dd85b53616c92c3f]

        INTEGRATION: CWS geordi2q11 (1.1.64); FILE MERGED 2003/12/15 18:00:03 hr 1.1.64.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [aab64c36de7d3b7821ed59f1d3830706f9c31851]

        INTEGRATION: CWS geordi2q11 (1.3.44); FILE MERGED 2003/12/15 18:00:01 hr 1.3.44.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2346268027dea7ab316dcfff62dab652029cca25]

        INTEGRATION: CWS geordi2q11 (1.1.64); FILE MERGED 2003/12/15 17:59:59 hr 1.1.64.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [fe397b78042239fde1112579dcfe40fdb174218c]

        INTEGRATION: CWS geordi2q11 (1.9.14); FILE MERGED 2003/12/15 17:59:58 hr 1.9.14.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8b324190da8f06ae4f72ff5d9908a0d8b6deb93b]

        INTEGRATION: CWS geordi2q11 (1.12.32); FILE MERGED 2003/12/15 17:59:57 hr 1.12.32.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8877e3c80a9f40febfa86c04567fbd61a1e6e287]

        INTEGRATION: CWS geordi2q11 (1.2.54); FILE MERGED 2003/12/15 17:59:57 hr 1.2.54.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [acee7ae2d517fc15c76b56bba5058d202dc8c38d]

        INTEGRATION: CWS geordi2q11 (1.2.54); FILE MERGED 2003/12/15 17:59:56 hr 1.2.54.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [777eccbd38143253d25c3f7f06c62d793d6413e9]

        INTEGRATION: CWS geordi2q11 (1.1.1.1.206); FILE MERGED 2003/12/17 11:21:38 hr 1.1.1.1.206.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5c6ba31fb936d962b3610619b25d4b77351554c0]

        INTEGRATION: CWS geordi2q11 (1.25.38); FILE MERGED 2003/12/17 11:21:37 hr 1.25.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4fb9ea6b36c2608d82e9faf968a683afb7a866f4]

        INTEGRATION: CWS geordi2q11 (1.40.54); FILE MERGED 2003/12/16 12:34:32 hr 1.40.54.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [38b2b2d63e57fac8c8b6b945e4fffa519c431442]

        INTEGRATION: CWS geordi2q11 (1.39.186); FILE MERGED 2003/12/17 10:53:27 hr 1.39.186.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [88f17712ab3ca0e3185d5c3d8a128d63ac0f4733]

        INTEGRATION: CWS geordi2q11 (1.29.202); FILE MERGED 2003/12/17 10:53:20 hr 1.29.202.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [50295d2cd40382644863b67225617450b43bb2f6]

        INTEGRATION: CWS geordi2q11 (1.42.208); FILE MERGED 2003/12/17 10:53:19 hr 1.42.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8fd82bd3b7e8f3be71646c0718c99591fdf3841e]

        INTEGRATION: CWS geordi2q11 (1.18.208); FILE MERGED 2003/12/17 10:53:18 hr 1.18.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [cf8b8ee8988231d2aa0ab4f2f960202f1e2ba439]

        INTEGRATION: CWS geordi2q11 (1.44.194); FILE MERGED 2003/12/17 10:53:17 hr 1.44.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1fd21f427f78a58f0dfe985d2998c0cee17a4c1b]

        INTEGRATION: CWS geordi2q11 (1.49.138); FILE MERGED 2003/12/17 10:53:17 hr 1.49.138.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [000361dbd0b2fe9caada679d26fe3d163a9b0b80]

        INTEGRATION: CWS geordi2q11 (1.32.208); FILE MERGED 2003/12/17 10:53:16 hr 1.32.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [275763dd3cf051ca8c55808756ebf00197d3e528]

        INTEGRATION: CWS geordi2q11 (1.17.208); FILE MERGED 2003/12/17 10:53:16 hr 1.17.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9cd2540153cab07216d88dcc585052f865534822]

        INTEGRATION: CWS geordi2q11 (1.34.194); FILE MERGED 2003/12/17 10:53:15 hr 1.34.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c36ed8b79363b0372d06def7efc265051956cf15]

        INTEGRATION: CWS geordi2q11 (1.44.194); FILE MERGED 2003/12/17 10:53:13 hr 1.44.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [306b079b7590a37f6c3f5f2a62b549617900e25b]

        INTEGRATION: CWS geordi2q11 (1.28.208); FILE MERGED 2003/12/17 10:53:12 hr 1.28.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6b25416ee15dac34a60057f7d80e98b009a80502]

        INTEGRATION: CWS geordi2q11 (1.31.208); FILE MERGED 2003/12/17 10:53:10 hr 1.31.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [af66da915bd34d64fe665ff6d43052c726d91bd7]

        INTEGRATION: CWS geordi2q11 (1.27.208); FILE MERGED 2003/12/17 10:53:10 hr 1.27.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [00cfa73cfb4c43e547ee74378c9ec80aea83bbf0]

        INTEGRATION: CWS geordi2q11 (1.15.208); FILE MERGED 2003/12/17 10:53:09 hr 1.15.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [04406514fe56e4940a380ddb8a81113e93847644]

        INTEGRATION: CWS geordi2q11 (1.19.208); FILE MERGED 2003/12/17 10:53:09 hr 1.19.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f7b217b18b81febc36f833479fed9047e53af478]

        INTEGRATION: CWS geordi2q11 (1.20.208); FILE MERGED 2003/12/17 10:53:08 hr 1.20.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [70ef8887647af7fa5cafd978bacbb790695d4e6d]

        INTEGRATION: CWS geordi2q11 (1.19.208); FILE MERGED 2003/12/17 10:53:08 hr 1.19.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7c56407890712b14c0f9f223877a50991c0d6af9]

        INTEGRATION: CWS geordi2q11 (1.24.208); FILE MERGED 2003/12/17 10:53:07 hr 1.24.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [cc83e72bc5d8327e7f463536b544b798d6bbfce1]

        INTEGRATION: CWS geordi2q11 (1.21.208); FILE MERGED 2003/12/17 10:53:06 hr 1.21.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8c774e43f4462778f8520177597f92881a9fce8a]

        INTEGRATION: CWS geordi2q11 (1.16.208); FILE MERGED 2003/12/17 10:53:06 hr 1.16.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [35b4551b997c9e8397ca4cca40143a093ba4c31c]

        INTEGRATION: CWS geordi2q11 (1.29.208); FILE MERGED 2003/12/17 10:53:05 hr 1.29.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [48fb7b8741a65729046fb5133f64ca70f97eb687]

        INTEGRATION: CWS geordi2q11 (1.40.208); FILE MERGED 2003/12/17 10:53:04 hr 1.40.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a548c2d80951be06fd3471d7905139210fbd4e8c]

        INTEGRATION: CWS geordi2q11 (1.46.194); FILE MERGED 2003/12/17 10:53:03 hr 1.46.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [57f91a39df095a6deec03cf99e73e545d39f2154]

        INTEGRATION: CWS geordi2q11 (1.15.208); FILE MERGED 2003/12/17 10:53:02 hr 1.15.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8963546ecb15c5b86b894043c8fca9b09a7b3ea8]

        INTEGRATION: CWS geordi2q11 (1.12.208); FILE MERGED 2003/12/17 10:53:02 hr 1.12.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c090832711c6ea6944a9fdab510239b5b8aad549]

        INTEGRATION: CWS geordi2q11 (1.20.208); FILE MERGED 2003/12/17 10:53:00 hr 1.20.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8849b2afb0f93982e3c1d0eff3112d73b2ae983a]

        INTEGRATION: CWS geordi2q11 (1.28.208); FILE MERGED 2003/12/17 10:52:59 hr 1.28.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9a2b6bdf402d2ed73d680e96c8a5b1f230c2ede6]

        INTEGRATION: CWS geordi2q11 (1.25.208); FILE MERGED 2003/12/17 10:52:59 hr 1.25.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5904eab1bf9c2c344b3a21fa6b1c90b65754cfdf]

        INTEGRATION: CWS geordi2q11 (1.17.208); FILE MERGED 2003/12/17 10:52:58 hr 1.17.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a899af3408aa31aeb87de824ee628b245c8b75b0]

        INTEGRATION: CWS geordi2q11 (1.25.194); FILE MERGED 2003/12/17 10:52:58 hr 1.25.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c6689ad00863eed1bfdf6d7c6d942141b89fc768]

        INTEGRATION: CWS geordi2q11 (1.28.208); FILE MERGED 2003/12/17 10:52:58 hr 1.28.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [565be9a84ff7a45d3bb5dcf8ec33d7d646134764]

        INTEGRATION: CWS geordi2q11 (1.14.208); FILE MERGED 2003/12/17 10:52:57 hr 1.14.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [088bfec587b3f039ed03aaada4b741929d3133aa]

        INTEGRATION: CWS geordi2q11 (1.29.208); FILE MERGED 2003/12/17 10:52:57 hr 1.29.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [bd4c0598c12065db22f0ea48b21462d2479e24a6]

        INTEGRATION: CWS geordi2q11 (1.27.208); FILE MERGED 2003/12/17 10:52:56 hr 1.27.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f8e9ef179c3b3ea1d12f27655ca6d0b4fa53f115]

        INTEGRATION: CWS geordi2q11 (1.15.208); FILE MERGED 2003/12/17 10:52:56 hr 1.15.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [020848786032e55147926be5a24686b62fb89a77]

        INTEGRATION: CWS geordi2q11 (1.20.194); FILE MERGED 2003/12/17 10:52:55 hr 1.20.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b183f99c5e61a15603cfdebe90981eab6ff2aad7]

        INTEGRATION: CWS geordi2q11 (1.35.208); FILE MERGED 2003/12/17 10:52:55 hr 1.35.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ac5fa07996a2968ae01b4d1a4ebad883d0170c0d]

        INTEGRATION: CWS geordi2q11 (1.16.194); FILE MERGED 2003/12/17 10:52:55 hr 1.16.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [06ccf653c5025677191253bdf4d09700cca3a7de]

        INTEGRATION: CWS geordi2q11 (1.29.194); FILE MERGED 2003/12/17 10:52:54 hr 1.29.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [57763b19d41dfc44e5ef7e4bc5b336bc1c8c9b62]

        INTEGRATION: CWS geordi2q11 (1.20.208); FILE MERGED 2003/12/17 10:52:54 hr 1.20.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [500cdf63675d8c5345dbc18ddb589d562e858c22]

        INTEGRATION: CWS geordi2q11 (1.31.208); FILE MERGED 2003/12/17 10:52:53 hr 1.31.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [62441dfd9a6860455be1fe0060278aff475163b6]

        INTEGRATION: CWS geordi2q11 (1.14.208); FILE MERGED 2003/12/17 10:52:52 hr 1.14.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [47e7907fc62d06cd1f4571b97d600a8f9246aabc]

        INTEGRATION: CWS geordi2q11 (1.37.208); FILE MERGED 2003/12/17 10:52:52 hr 1.37.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [732dbab5e583f75f9a704026fb3aeec0867585a2]

        INTEGRATION: CWS geordi2q11 (1.69.202); FILE MERGED 2003/12/17 10:52:51 hr 1.69.202.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ff4a05a1b7d46622210f7256d677f743fcaadc7e]

        INTEGRATION: CWS geordi2q11 (1.19.202); FILE MERGED 2003/12/17 10:52:47 hr 1.19.202.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [88a14bf551e00945f3bd96799e519b8c0d5628e2]

        INTEGRATION: CWS geordi2q11 (1.29.208); FILE MERGED 2003/12/17 10:52:45 hr 1.29.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [55a35e2898458a039ae77a1fd723b325509a465e]

        line properties for page background

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f039d1507fdb858ed4a4562ee3c905e7e56bea39]

        INTEGRATION: CWS geordi2q11 (1.30.208); FILE MERGED 2003/12/17 10:52:44 hr 1.30.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [62b6a5649f42015d718fb2d462f0fcb014a6d1b3]

        INTEGRATION: CWS geordi2q11 (1.53.208); FILE MERGED 2003/12/17 10:52:43 hr 1.53.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7c4649523d750be090153f8c0861b42f140db8be]

        INTEGRATION: CWS geordi2q11 (1.34.208); FILE MERGED 2003/12/17 10:52:43 hr 1.34.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c6911361e986bae59c55aca263f905a38dc862f2]

        INTEGRATION: CWS geordi2q11 (1.48.208); FILE MERGED 2003/12/17 10:52:43 hr 1.48.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [91e6a60a09dfee4672f447a350316145ecdb18ab]

        INTEGRATION: CWS geordi2q11 (1.46.194); FILE MERGED 2003/12/17 10:52:41 hr 1.46.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9d2b0207cd142be96b4f217ac206885a92fe01c2]

        INTEGRATION: CWS geordi2q11 (1.6.208); FILE MERGED 2003/12/17 10:52:41 hr 1.6.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [cc9ec6de5b031b10715f8d4a1e3a9db21086848b]

        INTEGRATION: CWS geordi2q11 (1.21.208); FILE MERGED 2003/12/17 10:52:40 hr 1.21.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b951cb7f17fb7f46e4de208df287f7ec4ab420a2]

        INTEGRATION: CWS geordi2q11 (1.19.208); FILE MERGED 2003/12/17 10:52:40 hr 1.19.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1a2eb05bec32b82cf1c57005a4148b3705abcec2]

        INTEGRATION: CWS geordi2q11 (1.22.208); FILE MERGED 2003/12/17 10:52:39 hr 1.22.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2021f953212e106d842fe6369989dc8ebaf3e8a0]

        INTEGRATION: CWS geordi2q11 (1.45.200); FILE MERGED 2003/12/17 10:52:39 hr 1.45.200.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0511d437286e650ebe4bd17f91331761d39268ee]

        INTEGRATION: CWS geordi2q11 (1.20.208); FILE MERGED 2003/12/17 10:52:38 hr 1.20.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1909a7caef796deee08d0c6fc55a6ed291869866]

        INTEGRATION: CWS geordi2q11 (1.22.194); FILE MERGED 2003/12/17 10:52:38 hr 1.22.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [486227302a15963ef0f3510dd0539cbac8e217d0]

        INTEGRATION: CWS geordi2q11 (1.18.202); FILE MERGED 2003/12/17 10:52:37 hr 1.18.202.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dff71575c058715372d94588c9c4d6d3f135c83a]

        INTEGRATION: CWS geordi2q11 (1.20.208); FILE MERGED 2003/12/17 10:52:37 hr 1.20.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [cc06863a183738ad2284d3a346430f9d54266e68]

        INTEGRATION: CWS geordi2q11 (1.21.208); FILE MERGED 2003/12/17 10:52:37 hr 1.21.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f1683dd44fb2c6a58eb8b37c4f82f2ec91eebd33]

        INTEGRATION: CWS geordi2q11 (1.27.208); FILE MERGED 2003/12/17 10:52:36 hr 1.27.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1fb01f49e87beb6755c0a19de5c2605311896246]

        INTEGRATION: CWS geordi2q11 (1.28.208); FILE MERGED 2003/12/17 10:52:35 hr 1.28.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b928b95142608ebf6ad87ef42af2e28ddb3c3af9]

        INTEGRATION: CWS geordi2q11 (1.5.202); FILE MERGED 2003/12/17 10:52:35 hr 1.5.202.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [763a3e9afe34e9f8a35e06841480a09727a319ac]

        INTEGRATION: CWS geordi2q11 (1.35.208); FILE MERGED 2003/12/17 10:52:33 hr 1.35.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [222f6cf59ca69dbbc6fa0230b5c536b4c2faf195]

        INTEGRATION: CWS geordi2q11 (1.30.208); FILE MERGED 2003/12/17 10:52:33 hr 1.30.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c4d50a380c1485d5bc0341cfad1d93acd377e5fb]

        INTEGRATION: CWS geordi2q11 (1.23.208); FILE MERGED 2003/12/17 10:52:32 hr 1.23.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4df5de1b0442a641634d965a1a10c1155fdc7024]

        INTEGRATION: CWS geordi2q11 (1.52.208); FILE MERGED 2003/12/17 10:52:32 hr 1.52.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b29f5e886f5628cb19b2133e1f18d04c6103a7f6]

        INTEGRATION: CWS geordi2q11 (1.28.208); FILE MERGED 2003/12/17 10:52:31 hr 1.28.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [28e68aa1a43d422b25cc52210ed6604d539995d0]

        INTEGRATION: CWS geordi2q11 (1.32.208); FILE MERGED 2003/12/17 10:52:31 hr 1.32.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ab260c2ba84420214e5d82b40620fc36c47fbe06]

        INTEGRATION: CWS geordi2q11 (1.23.208); FILE MERGED 2003/12/17 10:52:31 hr 1.23.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [67444e8f29bb948b964dae064a833c6fc10acbd7]

        INTEGRATION: CWS geordi2q11 (1.29.208); FILE MERGED 2003/12/17 10:52:30 hr 1.29.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [63ffb87940487208dc376d11642124bbd5a771bf]

        INTEGRATION: CWS geordi2q11 (1.35.194); FILE MERGED 2003/12/17 10:52:29 hr 1.35.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a98d4e03f3e645b458fe8ceb1a120b39d35aaefd]

        INTEGRATION: CWS geordi2q11 (1.19.194); FILE MERGED 2003/12/17 10:52:29 hr 1.19.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dd46d20db7f2547b79e9b37dfcd33af89857b2ca]

        INTEGRATION: CWS geordi2q11 (1.22.208); FILE MERGED 2003/12/17 10:52:28 hr 1.22.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [24f469c76397113fbf926ffbd1f536de60af998e]

        INTEGRATION: CWS geordi2q11 (1.39.208); FILE MERGED 2003/12/17 10:52:27 hr 1.39.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [29074aa5b5d20a9ba0e923936af4c2d7f025c15f]

        values for testing regression

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [68715ba49217ba43c9dbeeef98559c12ee9a6330]

        INTEGRATION: CWS geordi2q11 (1.47.138); FILE MERGED 2003/12/17 10:52:26 hr 1.47.138.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e87ea9247d7eaeb70de0d8bab058e61f2adbcb95]

        INTEGRATION: CWS geordi2q11 (1.28.208); FILE MERGED 2003/12/17 10:52:26 hr 1.28.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a6e9dc4b690a3311c4d084e47431f22c6f581b28]

        INTEGRATION: CWS geordi2q11 (1.23.208); FILE MERGED 2003/12/17 10:52:25 hr 1.23.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [01b56859e5fe9fffc19f434a80537a79a4a1b4df]

        INTEGRATION: CWS geordi2q11 (1.21.208); FILE MERGED 2003/12/17 10:52:25 hr 1.21.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [49ed2c24879da195fea5b510266e19ef07734202]

        INTEGRATION: CWS geordi2q11 (1.24.208); FILE MERGED 2003/12/17 10:52:24 hr 1.24.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [55dc2b67f230bca775234ca07c1a2ba0ecabbac7]

        INTEGRATION: CWS geordi2q11 (1.20.208); FILE MERGED 2003/12/17 10:52:24 hr 1.20.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0cbb90ddb0a385ff4c919cacac8ed831a76ff24f]

        INTEGRATION: CWS geordi2q11 (1.41.208); FILE MERGED 2003/12/17 10:52:23 hr 1.41.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [aa6963f16ec4e7f3bce5d8bf2bf7252b15baff52]

        INTEGRATION: CWS geordi2q11 (1.47.208); FILE MERGED 2003/12/17 10:52:21 hr 1.47.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f663917b90b630a30ac63a72702bec17b2f96591]

        INTEGRATION: CWS geordi2q11 (1.64.202); FILE MERGED 2003/12/17 10:52:20 hr 1.64.202.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [fbd12a469fb660de6f58e2337bca7ea4fd146354]

        INTEGRATION: CWS geordi2q11 (1.92.208); FILE MERGED 2003/12/17 10:52:20 hr 1.92.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5ce427eb3e84bc77f8a78718b100f6efac2ebf2c]

        INTEGRATION: CWS geordi2q11 (1.19.208); FILE MERGED 2003/12/17 10:52:18 hr 1.19.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5aad7dde3ab55c6cabe938807dc8608150158cef]

        INTEGRATION: CWS geordi2q11 (1.29.208); FILE MERGED 2003/12/17 10:52:18 hr 1.29.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [673c61a1b722372a860175adc80f85f16ed4e7e8]

        INTEGRATION: CWS geordi2q11 (1.35.208); FILE MERGED 2003/12/17 10:52:17 hr 1.35.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6070a30fc0cf74079cc272b1451f958f250761cf]

        INTEGRATION: CWS geordi2q11 (1.34.208); FILE MERGED 2003/12/17 10:52:17 hr 1.34.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [202fbd18c7c22eb5c607f77218756dd014093820]

        INTEGRATION: CWS geordi2q11 (1.21.208); FILE MERGED 2003/12/17 10:52:16 hr 1.21.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [967d81fe8b1a9b0170d6378678b31224d55e289d]

        INTEGRATION: CWS geordi2q11 (1.46.208); FILE MERGED 2003/12/17 10:52:16 hr 1.46.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c41dc4002f6947379a45e6d9d6add85184086139]

        INTEGRATION: CWS geordi2q11 (1.38.194); FILE MERGED 2003/12/17 10:52:15 hr 1.38.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a100a71c5b75bfc95ebfc42a9577480de33cfa29]

        INTEGRATION: CWS geordi2q11 (1.32.208); FILE MERGED 2003/12/17 10:52:14 hr 1.32.208.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [035a3f0bfc90064c2074315d5623155d20373194]

        INTEGRATION: CWS geordi2q11 (1.43.202); FILE MERGED 2003/12/17 10:52:13 hr 1.43.202.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [edc4c73d3d40cbea0fe8b27f18b654668f9dac31]

        INTEGRATION: CWS geordi2q11 (1.93.202); FILE MERGED 2003/12/17 10:52:12 hr 1.93.202.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8064159395f350749d65ce33808ebc79b88989b9]

        INTEGRATION: CWS geordi2q11 (1.27.38); FILE MERGED 2003/12/17 10:52:11 hr 1.27.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2361125631211c74bf7c7ab3bc9c7fc4f29d224f]

        INTEGRATION: CWS geordi2q11 (1.109.194); FILE MERGED 2003/12/17 10:52:08 hr 1.109.194.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [436aea28945321016a23ae0351bd340a6ba417af]

        INTEGRATION: CWS geordi2q11 (1.3.8); FILE MERGED 2003/12/16 14:04:31 hr 1.3.8.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [874eb2fb8fd6105ba77eba3239b5907653a54086]

        INTEGRATION: CWS geordi2q11 (1.4.8); FILE MERGED 2003/12/16 14:04:30 hr 1.4.8.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7129fcc90e2c0c0e582477e07ad5acea26f75798]

        INTEGRATION: CWS geordi2q11 (1.5.4); FILE MERGED 2003/12/16 14:04:29 hr 1.5.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [896abc29b61fccfbf5418a02d73400132edd3a88]

        INTEGRATION: CWS geordi2q11 (1.3.26); FILE MERGED 2003/12/16 14:04:29 hr 1.3.26.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [351125bb825a5885e65d18dead29d413a7313137]

        INTEGRATION: CWS geordi2q11 (1.4.4); FILE MERGED 2003/12/16 14:04:28 hr 1.4.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [488ebc8cf924537bd4a5eee92e80ca1c7a410df4]

        INTEGRATION: CWS geordi2q11 (1.4.8); FILE MERGED 2003/12/16 14:04:27 hr 1.4.8.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b17c5e967bef37efce2fb7933de1c32ed0e570e5]

        INTEGRATION: CWS geordi2q11 (1.2.30); FILE MERGED 2003/12/16 14:04:26 hr 1.2.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [09fd2b1c3bc6213a55cda939460dc58129a2b9e8]

        INTEGRATION: CWS geordi2q11 (1.28.50); FILE MERGED 2003/12/15 17:20:40 hr 1.28.50.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1b7529367684771dc349ccf607f5e234b935bd14]

        INTEGRATION: CWS geordi2q11 (1.44.50); FILE MERGED 2003/12/15 17:20:38 hr 1.44.50.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [80d2a7957b3d71548fd63f77a45290141a1ef21e]

        INTEGRATION: CWS geordi2q11 (1.23.50); FILE MERGED 2003/12/15 17:20:38 hr 1.23.50.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3ee3270598e17624566b9de4f2910f359a6d1edc]

        INTEGRATION: CWS geordi2q11 (1.24.50); FILE MERGED 2003/12/15 17:20:37 hr 1.24.50.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [286cea64bd2fd1a8adf6e0214ee9e0042d32ac11]

        INTEGRATION: CWS geordi2q11 (1.51.50); FILE MERGED 2003/12/15 17:20:37 hr 1.51.50.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e2250dc1722e68cfc0a1e895ae58a97ccfb1d0cf]

        INTEGRATION: CWS geordi2q11 (1.52.50); FILE MERGED 2003/12/15 17:20:36 hr 1.52.50.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [83aac19b603358cd37e3e6bdf308c8f6a8136aff]

        INTEGRATION: CWS geordi2q11 (1.21.50); FILE MERGED 2003/12/15 17:20:35 hr 1.21.50.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [562118fbb79a9cbc804f57d6ec612dff61ce1a14]

        INTEGRATION: CWS geordi2q11 (1.92.50); FILE MERGED 2003/12/15 17:20:34 hr 1.92.50.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1af939fba0a133709f0396084f5663beb0b761f0]

        INTEGRATION: CWS geordi2q11 (1.7.38); FILE MERGED 2003/12/17 11:23:56 hr 1.7.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e656429516d232c82ea845e7c0d3d05a5103fdc7]

        INTEGRATION: CWS geordi2q11 (1.36.38); FILE MERGED 2003/12/17 11:23:56 hr 1.36.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ca8f30abdfffe87456d09e74e390311d5c47b628]

        INTEGRATION: CWS geordi2q11 (1.16.38); FILE MERGED 2003/12/17 11:23:56 hr 1.16.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3f70960b3b6c5062b99d8968293e7786d7978d37]

        INTEGRATION: CWS geordi2q11 (1.6.38); FILE MERGED 2003/12/17 11:23:55 hr 1.6.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6836ab4f91ac58f366697075650f4471aca37e15]

        INTEGRATION: CWS geordi2q11 (1.36.38); FILE MERGED 2003/12/17 11:23:55 hr 1.36.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2acc55ef9905406ce9669b8016fdc94204c6ca45]

        INTEGRATION: CWS geordi2q11 (1.53.38); FILE MERGED 2003/12/17 11:23:54 hr 1.53.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [fb8f1643b10d55e235a81f38d406682bf45d1a99]

        INTEGRATION: CWS geordi2q11 (1.12.38); FILE MERGED 2003/12/17 11:23:54 hr 1.12.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9d0eb437209f7ff79246fb94c3d2ff0ff4286f67]

        INTEGRATION: CWS geordi2q11 (1.27.38); FILE MERGED 2003/12/17 11:23:53 hr 1.27.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [97b37c5c56fdf939c833da7dfe3adcfae6989ad0]

        INTEGRATION: CWS geordi2q11 (1.20.38); FILE MERGED 2003/12/16 15:18:32 hr 1.20.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [70fe8169f59924f60a6778255f59fd27a6a3204c]

        INTEGRATION: CWS geordi2q11 (1.2.46); FILE MERGED 2003/12/16 15:18:31 hr 1.2.46.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [852d87489a3e4d27d08113998445268a016c3b60]

        INTEGRATION: CWS geordi2q11 (1.23.38); FILE MERGED 2003/12/16 15:18:30 hr 1.23.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ed61b143d5632e584bb9a0e9f455770e684cf515]

        INTEGRATION: CWS geordi2q11 (1.60.34); FILE MERGED 2003/12/16 15:18:27 hr 1.60.34.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c95ca638a15614d4ff7af87d7feeaf9a1477d08f]

        INTEGRATION: CWS geordi2q11 (1.4.6); FILE MERGED 2003/12/16 12:40:51 hr 1.4.6.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [091162a4ea0cd78c407aeed8e7029a58e01e5517]

        INTEGRATION: CWS geordi2q11 (1.8.60); FILE MERGED 2003/12/16 12:40:45 hr 1.8.60.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [fe6c9ad2c59af5aa5a63d76d467561e8b0112ea0]

        INTEGRATION: CWS geordi2q11 (1.1.1.1.82); FILE MERGED 2003/12/15 17:20:00 hr 1.1.1.1.82.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6da06062083cffad2dda844d6400b4e35dda1373]

        INTEGRATION: CWS geordi2q11 (1.7.42); FILE MERGED 2003/12/17 11:19:31 hr 1.7.42.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [38afe5d64d9763eba94c4620dd490b0ef0426274]

        INTEGRATION: CWS geordi2q11 (1.9.12); FILE MERGED 2003/12/17 11:19:31 hr 1.9.12.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [75825a0b9af99b778b475685abb81f56febda631]

        INTEGRATION: CWS geordi2q11 (1.1.1.1.166); FILE MERGED 2003/12/16 12:42:41 hr 1.1.1.1.166.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a56e49d16ea46f7a2922dd73a05ca74150b3eabf]

        INTEGRATION: CWS geordi2q11 (1.2.128); FILE MERGED 2003/12/16 12:42:40 hr 1.2.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [18e222f87f46854faa398785d6b7d27708074d76]

        INTEGRATION: CWS geordi2q11 (1.3.128); FILE MERGED 2003/12/16 12:42:38 hr 1.3.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d0032b9ac8112ac239dbd0ff673d33abad3e2cd5]

        INTEGRATION: CWS geordi2q11 (1.37.52); FILE MERGED 2003/12/16 12:42:35 hr 1.37.52.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [94358b78880494f36b9230ba7c147749a8e4e3c1]

        INTEGRATION: CWS geordi2q11 (1.42.52); FILE MERGED 2003/12/16 12:42:33 hr 1.42.52.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b6042be5a600c5b80e94e3aef8d20574b12e0960]

        INTEGRATION: CWS geordi2q11 (1.16.52); FILE MERGED 2003/12/16 12:42:30 hr 1.16.52.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b78a08c2dac5290aa462bafd892cf583af493692]

        INTEGRATION: CWS geordi2q11 (1.14.52); FILE MERGED 2003/12/16 12:42:26 hr 1.14.52.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c59f9c4d645b6101d42429c0e5d9db30563bb2ee]

        INTEGRATION: CWS geordi2q11 (1.19.52); FILE MERGED 2003/12/16 12:42:24 hr 1.19.52.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [196e591dd18ecdac1cbcf716473956acdc7416d1]

        INTEGRATION: CWS geordi2q11 (1.15.52); FILE MERGED 2003/12/16 12:42:22 hr 1.15.52.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [62f16c564ad16aab71c3d5f75b993e28f2c424f2]

        INTEGRATION: CWS geordi2q11 (1.14.52); FILE MERGED 2003/12/16 12:42:20 hr 1.14.52.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [bad1ef9f59db6114dd05d701ceeaba10b6bfe7ef]

        INTEGRATION: CWS geordi2q11 (1.25.52); FILE MERGED 2003/12/16 12:42:18 hr 1.25.52.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [73cce3d193298d576590872863d2c83a8823726f]

        INTEGRATION: CWS geordi2q11 (1.6.76); FILE MERGED 2003/12/16 12:44:54 hr 1.6.76.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [11a40e5b361ca1c399be7519360af5ca9c646993]

        INTEGRATION: CWS geordi2q11 (1.25.90); FILE MERGED 2003/12/16 11:43:36 hr 1.25.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e0f5942ae3f23f0b51fb292653d4f87d8c656e9d]

        INTEGRATION: CWS geordi2q11 (1.19.90); FILE MERGED 2003/12/16 11:43:35 hr 1.19.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [24cf4a48dd64ae016c5e9993210c2f048d41fe3e]

        INTEGRATION: CWS geordi2q11 (1.23.90); FILE MERGED 2003/12/16 11:43:33 hr 1.23.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [966d683870aaf6db41fb88257a24dc6b567f234a]

        INTEGRATION: CWS geordi2q11 (1.55.2); FILE MERGED 2003/12/16 11:43:32 hr 1.55.2.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d807dae2e1c22d6c223f14e587ba1b7a62f6fa67]

        INTEGRATION: CWS geordi2q11 (1.35.88); FILE MERGED 2003/12/16 11:43:30 hr 1.35.88.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9f88a0953bc52ce6f622f51aafc11d0d15a90344]

        INTEGRATION: CWS geordi2q11 (1.35.90); FILE MERGED 2003/12/16 11:43:26 hr 1.35.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2fb23febf2499323c952b54c49c13881d5546d6b]

        INTEGRATION: CWS geordi2q11 (1.23.90); FILE MERGED 2003/12/16 11:43:25 hr 1.23.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [18a428f98d69a2132ac0c7a2c4b123d7e7442f6b]

        INTEGRATION: CWS geordi2q11 (1.26.90); FILE MERGED 2003/12/16 11:43:24 hr 1.26.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9546b8c788050dffd92bb120dd44319eb943f737]

        INTEGRATION: CWS geordi2q11 (1.31.90); FILE MERGED 2003/12/16 11:43:24 hr 1.31.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [69d6a36b50149a27d4eb571ff229ff9c90395554]

        INTEGRATION: CWS geordi2q11 (1.33.90); FILE MERGED 2003/12/16 11:43:23 hr 1.33.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b3af48bfd3431d9a40e8f03e894d0e8820022667]

        INTEGRATION: CWS geordi2q11 (1.27.90); FILE MERGED 2003/12/16 11:43:14 hr 1.27.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [620cad25a1f8495fbf5a1e9ffc0924c78b61747c]

        INTEGRATION: CWS geordi2q11 (1.32.88); FILE MERGED 2003/12/16 11:43:13 hr 1.32.88.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [59937c2de99a6309a98d170f228a82c723b1c1a5]

        INTEGRATION: CWS geordi2q11 (1.41.90); FILE MERGED 2003/12/16 11:43:12 hr 1.41.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0f6d68b2c98266b297e3cbfe46764925397ae0f9]

        INTEGRATION: CWS geordi2q11 (1.45.90); FILE MERGED 2003/12/16 11:43:11 hr 1.45.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f153463eaba60d5b39309f3879c939207ee3f387]

        INTEGRATION: CWS geordi2q11 (1.26.90); FILE MERGED 2003/12/16 11:43:10 hr 1.26.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [761bd7d7a9d1fe80dcd341073c8ed7057bbe8f5e]

        INTEGRATION: CWS geordi2q11 (1.43.90); FILE MERGED 2003/12/16 11:43:08 hr 1.43.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e5ce15185e20ceb5523027c74f66b0a8c1356079]

        INTEGRATION: CWS geordi2q11 (1.8.4); FILE MERGED 2003/12/16 14:11:21 hr 1.8.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [217edbfa65989dab40bc89861da071237569124d]

        INTEGRATION: CWS geordi2q11 (1.1.78); FILE MERGED 2003/12/16 14:41:56 hr 1.1.78.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [49c78b42d9269a6ee5eeee91e7f64b6a20a4f3f8]

        INTEGRATION: CWS geordi2q11 (1.57.4); FILE MERGED 2003/12/16 16:14:21 hr 1.57.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [66836abd019e695b66ea0ecbdbab2bee9411cd95]

        INTEGRATION: CWS geordi2q11 (1.9.38); FILE MERGED 2003/12/16 16:14:20 hr 1.9.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [391b4ba27e302e8d1ef3c77215f3b485aae28551]

        INTEGRATION: CWS geordi2q11 (1.2.68); FILE MERGED 2003/12/16 16:14:19 hr 1.2.68.1: #111934#: join CWS ooo111fix1

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [b43207a8c4eec1cdf6a50a50e478c83b662e48d5]

        integrated Datalabel; removed false points in line chart

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3c02f118be5bdc913fc99479aa1b3a162cbaef3a]

        INTEGRATION: CWS geordi2q11 (1.44.38); FILE MERGED 2003/12/16 16:14:18 hr 1.44.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2f9672c1b5569820317fa2d93eef2ce65a812daf]

        INTEGRATION: CWS geordi2q11 (1.4.80); FILE MERGED 2003/12/16 16:14:18 hr 1.4.80.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [45831b175cae51fb5ddaa0eb6042ce81930ef69e]

        INTEGRATION: CWS geordi2q11 (1.5.80); FILE MERGED 2003/12/16 16:14:17 hr 1.5.80.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8d6dc2c7a97ebf5ff9c3ed122d2143ba4328cfd5]

        INTEGRATION: CWS geordi2q11 (1.11.100); FILE MERGED 2003/12/16 16:14:17 hr 1.11.100.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [50cda02d790dd9afa8d475176356cbd182c6a801]

        INTEGRATION: CWS geordi2q11 (1.21.4); FILE MERGED 2003/12/16 16:14:16 hr 1.21.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [8dbb1f6441628536f85eab929b6f4c796d9ad28c]

        no labels for 3D

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e5c5192de47c10536a2bc3b785696be05a97f8ee]

        INTEGRATION: CWS geordi2q11 (1.5.114); FILE MERGED 2003/12/16 16:14:15 hr 1.5.114.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0a9712cd1fff3a2bab75efada47727ec259bea21]

        INTEGRATION: CWS geordi2q11 (1.7.80); FILE MERGED 2003/12/16 16:14:14 hr 1.7.80.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f5a4d74c84dc556f431a7e48c9d43950347bedf7]

        INTEGRATION: CWS geordi2q11 (1.1.6); FILE ADDED 2003/12/16 16:14:14 hr 1.1.6.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [413def3aefcae0bf2d82ec1de9ae42e9e3ef969e]

        INTEGRATION: CWS geordi2q11 (1.5.100); FILE MERGED 2003/12/16 16:14:13 hr 1.5.100.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ec0482340cc64fd49319103acdd34fc3bcac056b]

        INTEGRATION: CWS geordi2q11 (1.22.66); FILE MERGED 2003/12/16 16:14:13 hr 1.22.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [666053de558e0b684611f5365b8d15f08e590a79]

        set linestyle to solid if noone;added member m_bHasLines

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [230335fa665e87a10a9144de850bda7603900352]

        INTEGRATION: CWS geordi2q11 (1.10.100); FILE MERGED 2003/12/16 16:14:12 hr 1.10.100.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ca360707f8add5f0b03adbd5bb48a3e92c305aa4]

        INTEGRATION: CWS geordi2q11 (1.13.72); FILE MERGED 2003/12/16 16:14:12 hr 1.13.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [eb79a0408ef5b77131020574bc1ac054b734b532]

        INTEGRATION: CWS geordi2q11 (1.139.4); FILE MERGED 2003/12/16 16:14:11 hr 1.139.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f264d409f92c70d07cc6b70f21ca5efacd3a1b43]

        INTEGRATION: CWS geordi2q11 (1.19.66); FILE MERGED 2003/12/16 16:14:11 hr 1.19.66.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ef2dfeef12434bdef725795799249e5f40311552]

        INTEGRATION: CWS geordi2q11 (1.68.22); FILE MERGED 2003/12/16 16:14:10 hr 1.68.22.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6f9eb440bdf0490524fda2870dae7cb0460d1e69]

        INTEGRATION: CWS geordi2q11 (1.11.100); FILE MERGED 2003/12/16 16:14:09 hr 1.11.100.1: #111934#: join CWS ooo111fix1

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [ba8721a1c986861147d6057427a8660c37b8455c]

        added member m_bHasLines

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [49e118ceb4dcbd059c0a5798eb903e24f0e93553]

        INTEGRATION: CWS geordi2q11 (1.94.10); FILE MERGED 2003/12/16 16:14:01 hr 1.94.10.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [762f9f240168ce67e3fa17f40ea2c23bc49abc5f]

        INTEGRATION: CWS geordi2q11 (1.14.8); FILE MERGED 2003/12/16 13:57:13 hr 1.14.8.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2408ca20d0c14bf1ccd4e1a27749f51774a7ece5]

        INTEGRATION: CWS geordi2q11 (1.10.94); FILE MERGED 2003/12/16 13:57:12 hr 1.10.94.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [44425aa1b387683310256b5fd9a849a19fad9e55]

        INTEGRATION: CWS geordi2q11 (1.9.82); FILE MERGED 2003/12/16 13:57:11 hr 1.9.82.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8a860808c14750b9bdce0908ebcf10fc7641d615]

        INTEGRATION: CWS geordi2q11 (1.23.162); FILE MERGED 2003/12/16 13:25:02 hr 1.23.162.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [72c1e7d935602d966c233fac9b1acfb857a906d1]

        INTEGRATION: CWS geordi2q11 (1.14.90); FILE MERGED 2003/12/16 13:25:01 hr 1.14.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7abaec70d9a62f0c935cbb5331ca71475a7228e6]

        INTEGRATION: CWS geordi2q11 (1.14.90); FILE MERGED 2003/12/16 13:25:00 hr 1.14.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9ae506fe6980f1e14357aca13b4f5a0f7e1d1cd2]

        INTEGRATION: CWS geordi2q11 (1.15.90); FILE MERGED 2003/12/16 13:24:58 hr 1.15.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7d4235e232b439cccb0f3bcefa42b005c8d93ef5]

        INTEGRATION: CWS geordi2q11 (1.23.78); FILE MERGED 2003/12/16 13:24:51 hr 1.23.78.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [df4f2315b3fc95cd12cb05b860c9349beddb77a9]

        INTEGRATION: CWS geordi2q11 (1.11.90); FILE MERGED 2003/12/16 13:24:51 hr 1.11.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [155415d9968d71b604a1d1bd3e842f0d88794877]

        INTEGRATION: CWS geordi2q11 (1.20.90); FILE MERGED 2003/12/16 13:24:50 hr 1.20.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [93eb9435ef1bc94b12a363625dd56aec7a243780]

        INTEGRATION: CWS geordi2q11 (1.13.40); FILE MERGED 2003/12/16 13:24:49 hr 1.13.40.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e18ea812db99fd854148a62a19832fdc0d23a455]

        INTEGRATION: CWS geordi2q11 (1.9.90); FILE MERGED 2003/12/16 13:24:47 hr 1.9.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [881ef03653614edf151534f6cf7c0986fbb043ae]

        INTEGRATION: CWS geordi2q11 (1.7.90); FILE MERGED 2003/12/16 13:24:46 hr 1.7.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [722343644fefa58ef2da82d287f83b64066c3c4d]

        INTEGRATION: CWS geordi2q11 (1.12.90); FILE MERGED 2003/12/16 13:24:46 hr 1.12.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [80ed39e05a46b02b4bfe1d0a99a911712abbed4d]

        INTEGRATION: CWS geordi2q11 (1.12.90); FILE MERGED 2003/12/16 13:24:45 hr 1.12.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c261c1525904749f723574a7e7a9749fca05089c]

        INTEGRATION: CWS geordi2q11 (1.12.88); FILE MERGED 2003/12/16 13:24:44 hr 1.12.88.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ce9f581c09c8fff527a957a3afde6856d340f811]

        INTEGRATION: CWS geordi2q11 (1.10.90); FILE MERGED 2003/12/16 13:24:44 hr 1.10.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7dc9e7ac76d3733f783d27cfb9ffe67dc8214cf5]

        INTEGRATION: CWS geordi2q11 (1.13.90); FILE MERGED 2003/12/16 13:24:44 hr 1.13.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [bf6116213319741db4f7b38ce3242e432a373a32]

        INTEGRATION: CWS geordi2q11 (1.14.90); FILE MERGED 2003/12/16 13:24:43 hr 1.14.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e0e0b20a6ca8e98827ce647898f053715de1d83b]

        INTEGRATION: CWS geordi2q11 (1.18.90); FILE MERGED 2003/12/16 13:24:42 hr 1.18.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a69c51cf078154bb455f18eae08c770a91e167d3]

        INTEGRATION: CWS geordi2q11 (1.15.90); FILE MERGED 2003/12/16 13:24:41 hr 1.15.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [462dcdf7fe2d351aaff6771aa8ba94de51e86202]

        INTEGRATION: CWS geordi2q11 (1.22.90); FILE MERGED 2003/12/16 13:24:40 hr 1.22.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0ed59ce696c3348b731f785837bd5648b20eac66]

        INTEGRATION: CWS geordi2q11 (1.84.90); FILE MERGED 2003/12/16 13:24:37 hr 1.84.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9e2fde39b9dc0feae9c05cc4fa9b87c4ebcdef82]

        INTEGRATION: CWS geordi2q11 (1.12.90); FILE MERGED 2003/12/16 13:24:36 hr 1.12.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [03e3763afa074fd3e687c6c4ddffb85b26c10b10]

        INTEGRATION: CWS geordi2q11 (1.15.90); FILE MERGED 2003/12/16 13:24:35 hr 1.15.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f5d6d37e8799ace964105eb0915645438d3a23aa]

        INTEGRATION: CWS geordi2q11 (1.9.90); FILE MERGED 2003/12/16 13:24:34 hr 1.9.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a57174f3cd70c2fcd11b8f0b0419b824b19b77f0]

        INTEGRATION: CWS geordi2q11 (1.14.90); FILE MERGED 2003/12/16 13:24:33 hr 1.14.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1d6f0e56f1a123756792540d46776b6013a19a01]

        INTEGRATION: CWS geordi2q11 (1.13.90); FILE MERGED 2003/12/16 13:24:33 hr 1.13.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dd3b62e006a0e6a9f31f83e49f907146569f8bf9]

        INTEGRATION: CWS geordi2q11 (1.26.90); FILE MERGED 2003/12/16 13:24:33 hr 1.26.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [408ac2fa08f563f77361366ee1847650cc77316e]

        INTEGRATION: CWS geordi2q11 (1.15.90); FILE MERGED 2003/12/16 13:24:32 hr 1.15.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [060d2a92d0a5ea31a2211f2411f73e1b1e69d782]

        INTEGRATION: CWS geordi2q11 (1.10.90); FILE MERGED 2003/12/16 13:24:31 hr 1.10.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e16b4a8794852ac5c222be71012689f820592148]

        INTEGRATION: CWS geordi2q11 (1.24.90); FILE MERGED 2003/12/16 13:24:31 hr 1.24.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2520250b5bf5896bd248574ca70cc694af3dc573]

        INTEGRATION: CWS geordi2q11 (1.45.38); FILE MERGED 2003/12/16 13:24:30 hr 1.45.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [31809c7fd8d919dbdf4a3b2e5dccfd13ff928d16]

        INTEGRATION: CWS geordi2q11 (1.14.90); FILE MERGED 2003/12/16 13:24:29 hr 1.14.90.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3461d636c93c19e76dc1de63fcdc041aa2319cfa]

        INTEGRATION: CWS geordi2q11 (1.2.56); FILE MERGED 2003/12/16 14:35:24 hr 1.2.56.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [909d0b325f0ce5cc6796be18eda7a50621e448f4]

        INTEGRATION: CWS geordi2q11 (1.16.16); FILE MERGED 2003/12/16 14:35:24 hr 1.16.16.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6162b430036045f97fb4eb0c1bb1dfef158c4c88]

        INTEGRATION: CWS geordi2q11 (1.2.56); FILE MERGED 2003/12/16 14:35:23 hr 1.2.56.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3bd11eee00f013455239584711f45c69768edcdb]

        INTEGRATION: CWS geordi2q11 (1.2.78); FILE MERGED 2003/12/16 14:35:57 hr 1.2.78.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9fc0b433a4197e58a282b41609d7a057577d105c]

        INTEGRATION: CWS geordi2q11 (1.38.54); FILE MERGED 2003/12/15 17:21:15 hr 1.38.54.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dd22382dd3171fcf224069630a6419a77a5f72c0]

        INTEGRATION: CWS geordi2q11 (1.1.32); FILE MERGED 2003/12/16 11:14:14 hr 1.1.32.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [48ec9fc17e8cfe5bdce4663b3749906cee9f0ab1]

        INTEGRATION: CWS geordi2q11 (1.4.28); FILE MERGED 2003/12/16 11:14:13 hr 1.4.28.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4370dc40b31957837e9c9cbd76253a782a27aa76]

        INTEGRATION: CWS geordi2q11 (1.3.50); FILE MERGED 2003/12/16 14:39:04 hr 1.3.50.1: #111934#: join CWS ooo111fix1

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [08e5e3a6ceece0de806d7ace85f90f449202a5e3]

        compiler error on windows ( aXValues[i] = ++i )

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e94e4ed75f37b929e213a9061ad84482eb58b5fa]

        INTEGRATION: CWS geordi2q11 (1.24.4); FILE MERGED 2003/12/16 16:17:52 hr 1.24.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [680ed1bc0ed3d3d993e16e13539e8c5dfdb33523]

        rename ExponentialRegressionCurve->..Calculator + LogarithmicRegressionCurve -> ..Calculator

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [316076250ce150cb30aa4ee10c4dc4d1e9b79c7c]

        INTEGRATION: CWS geordi2q11 (1.75.8); FILE MERGED 2003/12/15 17:02:14 hr 1.75.8.1: #111934#: join CWS sal06

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3428ae0c37b11911ca385e84ed4ed4f39c3b4407]

        INTEGRATION: CWS geordi2q11 (1.12.54); FILE MERGED 2003/12/15 17:02:14 hr 1.12.54.1: #111934#: join CWS sal06

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [84240ea8936dfc8675e737544ff51ac26e40c416]

        INTEGRATION: CWS geordi2q11 (1.15.72); FILE MERGED 2003/12/15 17:02:13 hr 1.15.72.1: #111934#: join CWS sal06

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f528b19f65df48441c114753f950c329e47d3eae]

        INTEGRATION: CWS geordi2q11 (1.42.128); FILE MERGED 2003/12/15 16:59:49 hr 1.42.128.1: #111934#: join CWS sal06

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [70158d12aa3be90e2c75e0b5853b9ef497ad26eb]

        INTEGRATION: CWS geordi2q11 (1.4.200); FILE MERGED 2003/12/16 14:41:27 hr 1.4.200.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0b3fff36abae515a832cb6ff12cb7d78fcf769d6]

        INTEGRATION: CWS geordi2q11 (1.13.38); FILE MERGED 2003/12/16 14:41:26 hr 1.13.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [fd9d671e4b6b9ba293201944c0555e8d5dfb1553]

        INTEGRATION: CWS geordi2q11 (1.1.6); FILE ADDED 2003/12/15 16:59:48 hr 1.1.6.1: #111934#: join CWS sal06

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [607da2d688f79927e79ebec0d60d3af2d4b9cebb]

        INTEGRATION: CWS geordi2q11 (1.5.14); FILE MERGED 2003/12/15 16:59:48 hr 1.5.14.1: #111934#: join CWS sal06

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8b34e7e92d76578338ea79dded5a40489b5458e3]

        INTEGRATION: CWS geordi2q11 (1.1.192); FILE MERGED 2003/12/15 16:59:46 hr 1.1.192.1: #111934#: join CWS sal06

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d7040609d269e9dd78462f4d8092c7cd998581f6]

        INTEGRATION: CWS geordi2q11 (1.30.106); FILE MERGED 2003/12/15 16:59:45 hr 1.30.106.1: #111934#: join CWS sal06

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e442fdf3c32b2baf4ae4a149c8c2e361d363ea44]

        INTEGRATION: CWS geordi2q11 (1.27.106); FILE MERGED 2003/12/15 16:59:44 hr 1.27.106.1: #111934#: join CWS sal06

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e49d48c7ae7065a502f65cb3d046743d92806c41]

        INTEGRATION: CWS geordi2q11 (1.6.38); FILE MERGED 2003/12/15 17:38:43 hr 1.6.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1b94291f3fc0d5190c1abef01f630fa834f1f153]

        INTEGRATION: CWS geordi2q11 (1.23.6); FILE MERGED 2003/12/15 17:38:41 hr 1.23.6.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7acb33c846820732defb887a60de05232fe4a46e]

        INTEGRATION: CWS geordi2q11 (1.7.64); FILE MERGED 2003/12/16 13:01:10 hr 1.7.64.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [511b00c3e94702c399061487b52b6669068eee03]

        INTEGRATION: CWS geordi2q11 (1.18.54); FILE MERGED 2003/12/17 11:35:52 hr 1.18.54.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3ba2b36434eec06bca7087d32281be440270fbaa]

        INTEGRATION: CWS geordi2q11 (1.42.54); FILE MERGED 2003/12/17 11:35:50 hr 1.42.54.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4d39dffca662da4bcbad5e2a4ae7da6e03f7e3c9]

        INTEGRATION: CWS geordi2q11 (1.41.54); FILE MERGED 2003/12/17 11:35:49 hr 1.41.54.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [22eba661103a0878609755b8594a0c47e47c0b49]

        INTEGRATION: CWS geordi2q11 (1.45.54); FILE MERGED 2003/12/17 11:35:47 hr 1.45.54.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c645ab5f4f0f5e487dd699f5b11d2867b5539bad]

        INTEGRATION: CWS geordi2q11 (1.54.52); FILE MERGED 2003/12/17 11:35:45 hr 1.54.52.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9434452ed70108147f807aa128a7e58cf2946929]

        INTEGRATION: CWS geordi2q11 (1.55.10); FILE MERGED 2003/12/17 11:35:44 hr 1.55.10.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [7eafbb8ad2e1e0f0b967fd912def118c5d660776]

        regression curves reimplemented

2003-12-17  Björn Milcke  <bm@openoffice.org>  [10d693aaef09346d3bdec9158ff477706ac524e3]

        model object for regression curves, that does not do calculations, but it may return a calculator object

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3bb3c437442287f7cc37dc1580c5eab21e37f041]

        INTEGRATION: CWS geordi2q11 (1.7.44); FILE MERGED 2003/12/17 11:38:29 hr 1.7.44.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [84cfe152da7ab644cd4269dc47794f08ebf4ea8f]

        INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED 2003/12/16 11:17:47 hr 1.2.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d72d5d65818e528b4a8bbb2e3d5ffdd2667c7fe0]

        INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED 2003/12/16 11:17:46 hr 1.2.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [927503b1fa3e77e1af9d9e8e6cf413ad3b02bb87]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:46 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [89a8c0f46ffe6acda4259fe3821987625b386e63]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:45 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [82c67189c2549df1c5c0a0aac41704363687323b]

        INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED 2003/12/16 11:17:44 hr 1.3.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1cf46490f643d0e3e0b197b70b29cad4f5c4567a]

        INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED 2003/12/16 11:17:44 hr 1.2.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [20916b4913e43b0b8d3169577b4f7f4ca7e603fe]

        INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED 2003/12/16 11:17:43 hr 1.3.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [69f8889bec8606825ad3bcc6b0205a7385cb7ba5]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:43 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [da093b7f8bcab8eb655f88667d7dd0e10d3e1b10]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:42 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6a9be274dc2ce11985a5849077ff5ad4c5bfebd1]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:41 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [56710df59e7da8f57224416187bc6dacee28f9a2]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:40 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7ba153abae59aab99659f6fa35258054e8b71c72]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:39 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1a3c053d0cd6e6c25723b1244c66446e10eba27c]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:38 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6e9148f0c982253bb4f5fba84ee48a5c5ac408cc]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:37 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9aa480be0ffe35fd2cba8a30ee65f4752c036aa9]

        INTEGRATION: CWS geordi2q11 (1.2.46); FILE MERGED 2003/12/16 11:17:36 hr 1.2.46.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [cc7afa0b4f747cb37b4623d43ff05afd25a59631]

        INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED 2003/12/16 11:17:35 hr 1.3.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [326375a984a427a9600dea5b73a009119eadd1dd]

        INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED 2003/12/16 11:17:33 hr 1.3.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a4775c23015aaa0b6de634a2995675ef7b37ffba]

        INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED 2003/12/16 11:17:32 hr 1.3.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [497745dfc7a9f8fefc0a8675064b81aa8308a2de]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:31 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a283013fadf7bf90c890cbfbf17595ac49ff8585]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:30 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d127682d5d49d77db29f5f39216310d9d0504e1d]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:29 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a504cef63da640ce0412cf8b97d0fd3b0a7f2738]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:28 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0ddf045b70b59d86b1524f27bb8439abd9df1a20]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:27 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8b5f63a50f72ddc8fb7ee2bf001e743a8e612011]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:26 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [94ac3ffae6059eaaff183ad9cbb86ef1ccd38d88]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:25 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b982278b6e966fc2d3c2a854bba915c0eec1ce0b]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:24 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [db9643968d4107bfbf3fe998e6acfc782ebafbd6]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:23 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c61f1c1bfa50c02e3cb4660e89219b5974022d8f]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:22 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [309f0fab59b203714a4ce4694c5a9ba7e2e54a55]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:21 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a2801db0141344c4c120b0602357b035d71c04e4]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:20 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b928a83a75c348f71c17b689b69007b99d90344d]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:19 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a5224a316714fc91b674900106c97fe500c01cea]

        INTEGRATION: CWS geordi2q11 (1.2.56); FILE MERGED 2003/12/16 11:17:18 hr 1.2.56.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [35102594a891326cd43a9aea6d8bec7927783f7d]

        INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED 2003/12/16 11:17:17 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [80f9e913e7c3635546574daaa9ec2d8132d7da7e]

        INTEGRATION: CWS geordi2q11 (1.4.52); FILE MERGED 2003/12/16 11:17:16 hr 1.4.52.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [44ede31e8103a4925ce382034f3a5bd731c3c8b3]

        INTEGRATION: CWS geordi2q11 (1.5.8); FILE MERGED 2003/12/16 11:17:16 hr 1.5.8.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [837fe73c664155aa63f9125f3872fc1d8f19f311]

        INTEGRATION: CWS geordi2q11 (1.19.38); FILE MERGED 2003/12/16 11:17:15 hr 1.19.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [07b0c650997baf4cb012dc4da26d99e32eebe974]

        INTEGRATION: CWS geordi2q11 (1.11.38); FILE MERGED 2003/12/16 11:17:15 hr 1.11.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5c20926f35813eb641cc1f6fd1b439651c927819]

        INTEGRATION: CWS geordi2q11 (1.8.38); FILE MERGED 2003/12/16 11:17:14 hr 1.8.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a63a42b3ad45c50ea97fc559194cf1908a37f866]

        INTEGRATION: CWS geordi2q11 (1.14.4); FILE MERGED 2003/12/15 17:22:27 hr 1.14.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [28b877cc0ecfbe6b0b359a8a50b906f5e55533c8]

        INTEGRATION: CWS geordi2q11 (1.2.44); FILE MERGED 2003/12/17 11:42:07 hr 1.2.44.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f1e6d0211f9eaa3ff7a14f4195074b4d456a16bb]

        INTEGRATION: CWS geordi2q11 (1.27.36); FILE MERGED 2003/12/17 11:42:06 hr 1.27.36.1: #111934#: join CWS ooo111fix1

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [13b820d9b46c55871737e385c23629379993c363]

        added parameter LabelAlignment for data point label creation

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e08e4d61fb0b8f4168c1cf016e19935874f9a894]

        INTEGRATION: CWS geordi2q11 (1.12.40); FILE MERGED 2003/12/16 12:46:35 hr 1.12.40.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a740ea377f6254062b25ec8ac6e43d1b2984e4dc]

        INTEGRATION: CWS geordi2q11 (1.11.86); FILE MERGED 2003/12/15 17:56:37 hr 1.11.86.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [16ff95deafedc184f1e2f3aaa455f8b57e22d92d]

        INTEGRATION: CWS geordi2q11 (1.10.84); FILE MERGED 2003/12/15 17:56:33 hr 1.10.84.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3d65737d29df8489f31d18f9eec062f06183a272]

        INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED 2003/12/16 12:45:34 hr 1.2.38.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f2ae7402fb9d61a084944eb06574d6da9329c064]

        INTEGRATION: CWS geordi2q11 (1.12.4); FILE MERGED 2003/12/17 11:23:17 hr 1.12.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [04a11eb0e2c8ab78af8c74d207c386256b90ac30]

        INTEGRATION: CWS geordi2q11 (1.22.56); FILE MERGED 2003/12/17 11:23:17 hr 1.22.56.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [40007ac2f92a1780ab69542a0128e941e59e55d7]

        INTEGRATION: CWS geordi2q11 (1.35.4); FILE MERGED 2003/12/17 11:23:16 hr 1.35.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [07dc0e93055c10b79aa2dab6c94204bdcdc0c09b]

        INTEGRATION: CWS geordi2q11 (1.6.50); FILE MERGED 2003/12/17 11:23:15 hr 1.6.50.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1774a38c243f9dc6d101396935f7cb7ca573d492]

        INTEGRATION: CWS geordi2q11 (1.6.98); FILE MERGED 2003/12/15 17:37:23 hr 1.6.98.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a9b5a67e8a1dce3682dc4b71fbd8bcca1f0fcc8d]

        INTEGRATION: CWS geordi2q11 (1.4.8); FILE MERGED 2003/12/15 17:37:20 hr 1.4.8.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5ec5cf50d9812f8f1d5c5a862f0790c9c8908ddb]

        INTEGRATION: CWS geordi2q11 (1.10.18); FILE MERGED 2003/12/15 17:37:19 hr 1.10.18.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b9b593d3a0e928b82473d82f4e41d995b03e1b09]

        INTEGRATION: CWS geordi2q11 (1.46.16); FILE MERGED 2003/12/16 16:16:26 hr 1.46.16.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1fcdacfad66c1c65dfde792b0d944dc89c79bf21]

        INTEGRATION: CWS geordi2q11 (1.100.22); FILE MERGED 2003/12/16 16:16:24 hr 1.100.22.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b3611fd897d4c3881c1ed956495d7bd081025fa1]

        INTEGRATION: CWS geordi2q11 (1.24.84); FILE MERGED 2003/12/16 16:16:23 hr 1.24.84.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f0c0a39c22302ebccbe9645f41278f3f8db16f25]

        INTEGRATION: CWS geordi2q11 (1.6.32); FILE MERGED 2003/12/15 16:13:02 hr 1.6.32.1: #111934#: join CWS gnomeaccpp1r1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [080cf6336cf3bfff4d55e4b94717c96405761208]

        INTEGRATION: CWS geordi2q11 (1.6.32); FILE MERGED 2003/12/15 16:13:01 hr 1.6.32.1: #111934#: join CWS gnomeaccpp1r1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7c6f291d42a0f9c90ded11f4e08cb50bedc97ef2]

        INTEGRATION: CWS geordi2q11 (1.6.28); FILE MERGED 2003/12/15 16:13:01 hr 1.6.28.1: #111934#: join CWS gnomeaccpp1r1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4a5103629ada23ca1ab85d04833a9e4e5d6aac6b]

        INTEGRATION: CWS geordi2q11 (1.8.28); FILE MERGED 2003/12/15 16:13:00 hr 1.8.28.1: #111934#: join CWS gnomeaccpp1r1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [48b8a66b43da9fd8b868a556e5aa2e071bd5bc33]

        INTEGRATION: CWS geordi2q11 (1.37.44); FILE MERGED 2003/12/16 13:58:01 hr 1.37.44.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [95604cd8b31a2b2088c900a09bfbf5fb48fef7cf]

        INTEGRATION: CWS geordi2q11 (1.5.68); FILE MERGED 2003/12/15 16:13:43 hr 1.5.68.1: #111934#: join CWS gnomeaccpp1r1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d2158d82d8b0428ab53622b7dd13dd7dcc446d55]

        INTEGRATION: CWS geordi2q11 (1.49.46); FILE MERGED 2003/12/16 13:58:00 hr 1.49.46.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [02d75d444fc91face2dda525550ff3497156e31b]

        INTEGRATION: CWS geordi2q11 (1.4.96); FILE MERGED 2003/12/16 12:04:41 hr 1.4.96.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [93ce269bb07e9eb1a6479c9dd851fc533583b04e]

        INTEGRATION: CWS geordi2q11 (1.4.96); FILE MERGED 2003/12/16 12:04:38 hr 1.4.96.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [884703eddc4c42ba8178c33961ae4c5b06fb1f6c]

        INTEGRATION: CWS geordi2q11 (1.6.74); FILE MERGED 2003/12/16 12:04:34 hr 1.6.74.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [80485e965a39c95cdfde2258f66ede1ab00eecee]

        INTEGRATION: CWS geordi2q11 (1.6.74); FILE MERGED 2003/12/16 12:04:31 hr 1.6.74.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5d3c0c174f19485ae625a11556540d21b5736171]

        INTEGRATION: CWS geordi2q11 (1.7.74); FILE MERGED 2003/12/16 12:04:28 hr 1.7.74.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0dc2d554f28fc319c962847d358a46032bacc26c]

        INTEGRATION: CWS geordi2q11 (1.6.74); FILE MERGED 2003/12/16 12:04:25 hr 1.6.74.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [21f9066fb928be6e402e1356f68ae0f35ef61f47]

        INTEGRATION: CWS geordi2q11 (1.9.72); FILE MERGED 2003/12/16 12:04:21 hr 1.9.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e65a665b8d9dba58283291eae65a3d5022e45b89]

        INTEGRATION: CWS geordi2q11 (1.8.74); FILE MERGED 2003/12/16 12:04:18 hr 1.8.74.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9f0e449f71c65a77d99d05a41cc378f6b67dcc62]

        INTEGRATION: CWS geordi2q11 (1.6.74); FILE MERGED 2003/12/16 12:04:16 hr 1.6.74.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [89487ee5e95b379b0f74b4c53e4c317dc2936add]

        INTEGRATION: CWS geordi2q11 (1.4.144); FILE MERGED 2003/12/16 12:04:15 hr 1.4.144.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6f0966733570c7cc1444cfa086e06ee3c3c73148]

        INTEGRATION: CWS geordi2q11 (1.3.144); FILE MERGED 2003/12/16 12:04:14 hr 1.3.144.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6b09f933190a73ad590788f896a40fb52f2861f3]

        INTEGRATION: CWS geordi2q11 (1.6.128); FILE MERGED 2003/12/16 12:04:14 hr 1.6.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [800a047ba8afa3f1acccaf81a93bee78a4704d98]

        INTEGRATION: CWS geordi2q11 (1.6.74); FILE MERGED 2003/12/16 12:04:11 hr 1.6.74.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4d813d9774175b061a942059c4b8a6a451aed213]

        INTEGRATION: CWS geordi2q11 (1.14.74); FILE MERGED 2003/12/16 12:04:09 hr 1.14.74.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [558f9e99bc9586d9258951c57ca89b91d918c36d]

        INTEGRATION: CWS geordi2q11 (1.13.78); FILE MERGED 2003/12/16 12:04:06 hr 1.13.78.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5892c5ffe049382c21baa67f3a3b454edfbe9f46]

        INTEGRATION: CWS geordi2q11 (1.8.34); FILE MERGED 2003/12/16 12:04:04 hr 1.8.34.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6084220ab7f13498441c84d9dc5261ff757e2d13]

        INTEGRATION: CWS geordi2q11 (1.10.74); FILE MERGED 2003/12/16 12:04:04 hr 1.10.74.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [fff08133505493199ada5354eefe1e9fcca610f9]

        INTEGRATION: CWS geordi2q11 (1.23.72); FILE MERGED 2003/12/16 11:05:29 hr 1.23.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8ee0ec3c68c0dfc3f774ddef28a2f6b1e42049f8]

        INTEGRATION: CWS geordi2q11 (1.79.60); FILE MERGED 2003/12/16 11:05:27 hr 1.79.60.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [52d4231ccdb1cfa18703f6434e0cb6a4b7bc4057]

        INTEGRATION: CWS geordi2q11 (1.52.72); FILE MERGED 2003/12/16 11:05:26 hr 1.52.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3e0f3df232ffd8d16620f99b2cc562da587752cc]

        INTEGRATION: CWS geordi2q11 (1.40.72); FILE MERGED 2003/12/16 11:05:25 hr 1.40.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dfb30d0cd84939b3320a46e7adaf3961f288e84a]

        INTEGRATION: CWS geordi2q11 (1.84.68); FILE MERGED 2003/12/16 11:05:24 hr 1.84.68.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b59e5d9e20f5b062232ccd0101879f730a1ad9d6]

        INTEGRATION: CWS geordi2q11 (1.58.70); FILE MERGED 2003/12/16 11:05:22 hr 1.58.70.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2df5263769a69aa6221e3c7dabd15c447ec15238]

        INTEGRATION: CWS geordi2q11 (1.39.72); FILE MERGED 2003/12/16 11:05:20 hr 1.39.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [efdc07a802a3e9968865b73ad77b28a6741b29ef]

        INTEGRATION: CWS geordi2q11 (1.40.60); FILE MERGED 2003/12/16 11:05:16 hr 1.40.60.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [574ed847f3021116fa0a3799f1a9cc60674d18a7]

        INTEGRATION: CWS geordi2q11 (1.28.70); FILE MERGED 2003/12/16 11:05:15 hr 1.28.70.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [24ce9a5b3be49baf91d88557031a3706bfd429a1]

        INTEGRATION: CWS geordi2q11 (1.28.72); FILE MERGED 2003/12/16 11:05:14 hr 1.28.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c33810fc13f0af12e055f5817e0201ad139f1739]

        INTEGRATION: CWS geordi2q11 (1.30.72); FILE MERGED 2003/12/16 11:05:14 hr 1.30.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9be94599bc4a7bfaaf00b77cfdf3de3f1c866271]

        INTEGRATION: CWS geordi2q11 (1.38.68); FILE MERGED 2003/12/16 11:05:12 hr 1.38.68.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [eeb6b0a84447b17387acd93a4bb15c366a6b46a0]

        INTEGRATION: CWS geordi2q11 (1.37.72); FILE MERGED 2003/12/16 11:05:12 hr 1.37.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c3df8bd0de9ada736a2d3d6252b8a79f63484f6f]

        INTEGRATION: CWS geordi2q11 (1.26.72); FILE MERGED 2003/12/16 11:05:10 hr 1.26.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2993184e657ec80cb4b141b7cbc1becd3f2b180a]

        INTEGRATION: CWS geordi2q11 (1.37.60); FILE MERGED 2003/12/16 11:05:10 hr 1.37.60.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d1f85dc96640c5335b5603dffe42ac2e3ecb29ba]

        INTEGRATION: CWS geordi2q11 (1.27.72); FILE MERGED 2003/12/16 11:05:09 hr 1.27.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d866f5c463f13c3d99c18587a21b23c399bbacfd]

        INTEGRATION: CWS geordi2q11 (1.20.72); FILE MERGED 2003/12/16 11:05:08 hr 1.20.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [75b128e60f9e3faa39fa5f4a4e3fd5638d74f4df]

        INTEGRATION: CWS geordi2q11 (1.30.72); FILE MERGED 2003/12/16 11:05:08 hr 1.30.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6d133fdcf2c5bbe9ee268faaa5740c9ed4648b97]

        INTEGRATION: CWS geordi2q11 (1.129.68); FILE MERGED 2003/12/16 11:05:06 hr 1.129.68.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [498bec5edff6f9ce2e5a88430e1e728e1b6ccdc3]

        INTEGRATION: CWS geordi2q11 (1.26.72); FILE MERGED 2003/12/16 11:05:06 hr 1.26.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f52752becab297fd7cc536e88a52a6eee88dc261]

        INTEGRATION: CWS geordi2q11 (1.18.60); FILE MERGED 2003/12/16 11:05:05 hr 1.18.60.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c22a9d63b50697512aa85cb0bdc72bb828ee72db]

        INTEGRATION: CWS geordi2q11 (1.35.72); FILE MERGED 2003/12/16 11:05:05 hr 1.35.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e1933784ecfbf0e393170384a6b45709bb301c2d]

        INTEGRATION: CWS geordi2q11 (1.29.72); FILE MERGED 2003/12/16 11:05:04 hr 1.29.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [13b2dee5b6c187e5955b72d352edc2e4c6048456]

        INTEGRATION: CWS geordi2q11 (1.22.72); FILE MERGED 2003/12/16 11:05:02 hr 1.22.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1c1b0d78c9492b5fafb86d500633e2f4ab5cfc68]

        INTEGRATION: CWS geordi2q11 (1.37.70); FILE MERGED 2003/12/16 11:05:02 hr 1.37.70.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ec829dddb5ae1d9bfd444122242b6226e6409a11]

        INTEGRATION: CWS geordi2q11 (1.12.72); FILE MERGED 2003/12/16 11:05:01 hr 1.12.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6aee34e74c7e9b75199e360edac02ba2c5b67aec]

        INTEGRATION: CWS geordi2q11 (1.50.72); FILE MERGED 2003/12/16 11:05:00 hr 1.50.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ea4f2f4c43d822b34e334791e07c0138cf7835f5]

        INTEGRATION: CWS geordi2q11 (1.91.70); FILE MERGED 2003/12/16 11:05:00 hr 1.91.70.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9888273c374f17de43b7e8a543e96d0a1f3f486c]

        INTEGRATION: CWS geordi2q11 (1.18.72); FILE MERGED 2003/12/16 11:04:59 hr 1.18.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f7103d891fdc32e36c395ae55961c97d47b48e99]

        INTEGRATION: CWS geordi2q11 (1.40.72); FILE MERGED 2003/12/16 11:04:58 hr 1.40.72.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1d815c7f72fb1b8671a16f0d6b884c579c71baa8]

        INTEGRATION: CWS geordi2q11 (1.5.12); FILE MERGED 2003/12/16 13:07:54 hr 1.5.12.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [90c6314b3a367b1dc93cb1dc46bc808328a4e937]

        INTEGRATION: CWS geordi2q11 (1.6.18); FILE MERGED 2003/12/16 13:07:51 hr 1.6.18.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [19b77d8f14fb563c50fd92c6abe6f93abea9fb6a]

        INTEGRATION: CWS geordi2q11 (1.12.4); FILE MERGED 2003/12/15 17:45:58 hr 1.12.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [438052114b1775fdc26ca58cd57a8710b9202400]

        INTEGRATION: CWS geordi2q11 (1.57.4); FILE MERGED 2003/12/15 17:45:57 hr 1.57.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6f7c004501353c2c14ac38e3172dad5feaa06514]

        INTEGRATION: CWS geordi2q11 (1.38.4); FILE MERGED 2003/12/15 17:45:54 hr 1.38.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f991d6af296b0337df72481e2fe80f43fd7647ad]

        INTEGRATION: CWS geordi2q11 (1.14.4); FILE MERGED 2003/12/15 17:45:52 hr 1.14.4.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a5ad47f7c9aed6c22e8494487147b3ba86956bf8]

        INTEGRATION: CWS geordi2q11 (1.41.128); FILE MERGED 2003/12/16 16:03:00 hr 1.41.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [b3b43be06c28220b01f0f786d22526747273c264]

        COMMENT

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3efcfc8351c84405f18577221947cf942227a7f0]

        INTEGRATION: CWS geordi2q11 (1.23.132); FILE MERGED 2003/12/16 16:02:53 hr 1.23.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e62e212cd1287bf1f06119e552be622edf21ba91]

        INTEGRATION: CWS geordi2q11 (1.25.132); FILE MERGED 2003/12/16 16:02:50 hr 1.25.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f446ac74d98d7c473656098c1eeeff45b0b06a27]

        INTEGRATION: CWS geordi2q11 (1.39.132); FILE MERGED 2003/12/16 16:02:49 hr 1.39.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1a640b886ea738b6107a6db79acde89dfad048f9]

        INTEGRATION: CWS geordi2q11 (1.26.132); FILE MERGED 2003/12/16 16:02:49 hr 1.26.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [669a39505e6e53dd18cafa77804c687afa91a28d]

        INTEGRATION: CWS geordi2q11 (1.29.132); FILE MERGED 2003/12/16 16:02:48 hr 1.29.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a8088fbd0b20c1c0b342022903b3d8388d9bab71]

        INTEGRATION: CWS geordi2q11 (1.70.128); FILE MERGED 2003/12/16 16:02:47 hr 1.70.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [23b7dd8d71807f9b82ff8d3583c2625ec2abc974]

        INTEGRATION: CWS geordi2q11 (1.31.132); FILE MERGED 2003/12/16 16:02:46 hr 1.31.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b7642e752dd603636c5826ecdece9a8ea8ea558e]

        INTEGRATION: CWS geordi2q11 (1.27.132); FILE MERGED 2003/12/16 16:02:46 hr 1.27.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1021ad13e68eec11daae7d21057a8627cb8b8842]

        INTEGRATION: CWS geordi2q11 (1.11.132); FILE MERGED 2003/12/16 16:02:45 hr 1.11.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [25ea80d59b7872cd37e2510cf0da7a8b1aa97b14]

        INTEGRATION: CWS geordi2q11 (1.34.132); FILE MERGED 2003/12/16 16:02:44 hr 1.34.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [808d242f89cd5fa0fefc55ff40096c241bbea936]

        INTEGRATION: CWS geordi2q11 (1.23.132); FILE MERGED 2003/12/16 16:02:44 hr 1.23.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2a2a89fb94e582f3a32ff1d862ad117f786434ab]

        INTEGRATION: CWS geordi2q11 (1.18.132); FILE MERGED 2003/12/16 16:02:44 hr 1.18.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9bd7e95156d3b4af1db65fe7d4f017e34b16294b]

        INTEGRATION: CWS geordi2q11 (1.27.132); FILE MERGED 2003/12/16 16:02:43 hr 1.27.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c26e632589562881762838dc3f5e229bbbdb0a4c]

        INTEGRATION: CWS geordi2q11 (1.31.132); FILE MERGED 2003/12/16 16:02:43 hr 1.31.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ba1ec29922e3d9991293f8704f106ee2226842df]

        INTEGRATION: CWS geordi2q11 (1.34.132); FILE MERGED 2003/12/16 16:02:42 hr 1.34.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [79eee7c61c2729a4933d18a2e39123ad5196577b]

        INTEGRATION: CWS geordi2q11 (1.21.132); FILE MERGED 2003/12/16 16:02:41 hr 1.21.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6b7f3be173b7e023583c5276514cf2567e3e7676]

        INTEGRATION: CWS geordi2q11 (1.17.132); FILE MERGED 2003/12/16 16:02:40 hr 1.17.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [db59f6d0b242e9c64ec15a35fcee74d217726435]

        INTEGRATION: CWS geordi2q11 (1.39.132); FILE MERGED 2003/12/16 16:02:39 hr 1.39.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [743f86f788c3e60ca5821e51d6407fce0b6f1290]

        INTEGRATION: CWS geordi2q11 (1.32.132); FILE MERGED 2003/12/16 16:02:38 hr 1.32.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4fb156dbc8e49156e6e035bd2d034e937facc6d5]

        INTEGRATION: CWS geordi2q11 (1.38.132); FILE MERGED 2003/12/16 16:02:36 hr 1.38.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dd04a6963fa59c5568c36572eab998c3873b25ca]

        INTEGRATION: CWS geordi2q11 (1.22.132); FILE MERGED 2003/12/16 16:02:33 hr 1.22.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9eea3e89623ddeef4419121bb533e8f3049cd40e]

        INTEGRATION: CWS geordi2q11 (1.26.132); FILE MERGED 2003/12/16 16:02:32 hr 1.26.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b4de51f4443106ab0afe2a94db277a4066fb9aa5]

        INTEGRATION: CWS geordi2q11 (1.37.132); FILE MERGED 2003/12/16 16:02:30 hr 1.37.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f7e35908ac08be5dc3a8df1509864b74e5c89d75]

        INTEGRATION: CWS geordi2q11 (1.83.132); FILE MERGED 2003/12/16 16:02:30 hr 1.83.132.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c41bfdca6c7994bf26125cc30585027227fab2cb]

        INTEGRATION: CWS geordi2q11 (1.89.128); FILE MERGED 2003/12/16 16:02:28 hr 1.89.128.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [9907dd1873125cea5debb65b7b5eb7b6560fb887]

        COMMENT

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [447d4fc77db38219e6e9821aaa5ce4be8574b0da]

        INTEGRATION: CWS geordi2q11 (1.8.64); FILE MERGED 2003/12/16 16:18:25 hr 1.8.64.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d35d54feacb27c754863f93dbc70130344a8a0c2]

        INTEGRATION: CWS geordi2q11 (1.40.222); FILE MERGED 2003/12/16 16:39:50 hr 1.40.222.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [418711285adb170e47d94c8c8f5ba5769f3971ac]

        INTEGRATION: CWS geordi2q11 (1.36.222); FILE MERGED 2003/12/16 16:39:50 hr 1.36.222.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [de3ce263d503ce4eacc7acc2b0c6e35ca62a716d]

        INTEGRATION: CWS geordi2q11 (1.21.224); FILE MERGED 2003/12/16 16:39:49 hr 1.21.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8e5a21ec95612d51cbf104b341eb349141637ccc]

        INTEGRATION: CWS geordi2q11 (1.18.224); FILE MERGED 2003/12/16 16:39:49 hr 1.18.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d294694d4608e1c79f6d50165f3f42400e155d72]

        INTEGRATION: CWS geordi2q11 (1.15.224); FILE MERGED 2003/12/16 16:39:49 hr 1.15.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [83cc312c58400cfe17359d7d65bc3a54a1ce3681]

        INTEGRATION: CWS geordi2q11 (1.18.224); FILE MERGED 2003/12/16 16:39:47 hr 1.18.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [007b36254c5cfe28556d21c8bb82ac37fb2d120c]

        INTEGRATION: CWS geordi2q11 (1.77.104); FILE MERGED 2003/12/16 16:39:44 hr 1.77.104.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [1d41c7ab5c8b86715fad29146c699d554474d334]

        wrong header-barrier-name

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7ece430439f18f01c2fab2697baa9c428fdb0039]

        INTEGRATION: CWS geordi2q11 (1.22.224); FILE MERGED 2003/12/16 16:39:43 hr 1.22.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5e30252f5438a679c78a708f5aabf5679b6036d8]

        INTEGRATION: CWS geordi2q11 (1.13.224); FILE MERGED 2003/12/16 16:39:42 hr 1.13.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [abc52bdc655dc333a4bb6a1564c657e3941c4208]

        INTEGRATION: CWS geordi2q11 (1.28.224); FILE MERGED 2003/12/16 16:39:41 hr 1.28.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dcd82ca47a55673fcf02a9cd2c55d7cbce88efe4]

        INTEGRATION: CWS geordi2q11 (1.64.222); FILE MERGED 2003/12/16 16:39:41 hr 1.64.222.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [467c7403926d52c1960346fa3cf8eb33ffc75b05]

        INTEGRATION: CWS geordi2q11 (1.25.222); FILE MERGED 2003/12/16 16:39:40 hr 1.25.222.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [2a90ac1aa17b57a384f3e77a21bad8e21f3c9668]

        error

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [54b0edcaaa88d45b66680619d7253799425cf524]

        INTEGRATION: CWS geordi2q11 (1.40.152); FILE MERGED 2003/12/16 16:39:40 hr 1.40.152.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [a46de8973a12662ed174bb3385d4748bb0841971]

        +DataSequenceToDoubleSequence

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [bade6241e36798e8a37763a367770188af45479f]

        INTEGRATION: CWS geordi2q11 (1.33.224); FILE MERGED 2003/12/16 16:39:39 hr 1.33.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [6be541e79b849c63f38774111a0e91da7ca0e62e]

        moved createion of LabelsGroupShape tp base class

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a3015e26e1f026932190c780b2d75bbe9800e7d0]

        INTEGRATION: CWS geordi2q11 (1.75.222); FILE MERGED 2003/12/16 16:39:39 hr 1.75.222.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [d9acb1af8c02f16f055dbd141dccd3f9f2a8bdbc]

        COMMENT

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ca01dfbe440b3587e1c15115d3f069f3c686fd5a]

        INTEGRATION: CWS geordi2q11 (1.50.224); FILE MERGED 2003/12/16 16:39:38 hr 1.50.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9a4d2ad68654536b14f4101f9fabd6387b706d13]

        INTEGRATION: CWS geordi2q11 (1.47.224); FILE MERGED 2003/12/16 16:39:38 hr 1.47.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [812d34935242cbc002521214406b42f70785713e]

        INTEGRATION: CWS geordi2q11 (1.24.54); FILE MERGED 2003/12/16 16:39:37 hr 1.24.54.1: #111934#: join CWS ooo111fix1

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [993451cd366dc25932f297a1fdb5e59c28d917af]

        pointer to reference

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [8c4a76ac4b9a0689bb66e96acd8a60603e986022]

        INTEGRATION: CWS geordi2q11 (1.10.224); FILE MERGED 2003/12/16 16:39:37 hr 1.10.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ece81475a1a8a748a762c2462f7a59eba8171c8c]

        INTEGRATION: CWS geordi2q11 (1.34.224); FILE MERGED 2003/12/16 16:39:35 hr 1.34.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [67d4bcfa908c0c202e1d89921141fe36c8641361]

        INTEGRATION: CWS geordi2q11 (1.42.224); FILE MERGED 2003/12/16 16:39:35 hr 1.42.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c19c03ca8704eb2f9b6dc258221270a526d86ac1]

        INTEGRATION: CWS geordi2q11 (1.27.224); FILE MERGED 2003/12/16 16:39:34 hr 1.27.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ab709de3c1b68dadf64727acf2559f48cdf2669f]

        INTEGRATION: CWS geordi2q11 (1.32.224); FILE MERGED 2003/12/16 16:39:34 hr 1.32.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5748dca366c35088ce9cc472efe36013016592f0]

        INTEGRATION: CWS geordi2q11 (1.71.224); FILE MERGED 2003/12/16 16:39:31 hr 1.71.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [57711b0d1a82757e549064f69d17cbc6547524ba]

        INTEGRATION: CWS geordi2q11 (1.45.224); FILE MERGED 2003/12/16 16:39:31 hr 1.45.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [52dcd77431ab17c9a25ec8c5472f87d49a8f1edb]

        INTEGRATION: CWS geordi2q11 (1.50.224); FILE MERGED 2003/12/16 16:39:30 hr 1.50.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [03b9ab5dcaeb8f1967957268c2e6abddf4e1de64]

        INTEGRATION: CWS geordi2q11 (1.68.224); FILE MERGED 2003/12/16 16:39:29 hr 1.68.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [308fabf434751bf2a1adbcd5b596126011ec6fb7]

        INTEGRATION: CWS geordi2q11 (1.23.2); FILE MERGED 2003/12/16 16:39:28 hr 1.23.2.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [21a44a6373ae0ed186b9bdbbdf0ed3fcccca024e]

        INTEGRATION: CWS geordi2q11 (1.56.2); FILE MERGED 2003/12/16 16:39:27 hr 1.56.2.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ce4c9b16a6b6a8c045ced08eae1538f46f94aafd]

        INTEGRATION: CWS geordi2q11 (1.50.224); FILE MERGED 2003/12/16 16:39:26 hr 1.50.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f54cf8b94e387de314c266942305722a1e150cf0]

        INTEGRATION: CWS geordi2q11 (1.34.2); FILE MERGED 2003/12/16 16:39:26 hr 1.34.2.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4c9c2fa08b6226f1da26cab9a9b09b6db14f4550]

        INTEGRATION: CWS geordi2q11 (1.6.224); FILE MERGED 2003/12/16 16:39:25 hr 1.6.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9dc80bb79ab1e38915b401557fe5dd2afee8ff6e]

        INTEGRATION: CWS geordi2q11 (1.21.224); FILE MERGED 2003/12/16 16:39:24 hr 1.21.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [57f66c17569a9d4718f6fb7ef0cafdd3367a7a82]

        INTEGRATION: CWS geordi2q11 (1.26.224); FILE MERGED 2003/12/16 16:39:23 hr 1.26.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [6b28a26713cbe1ecf20ea620da0e378bac415c9c]

        COMMENT

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f635524c2ba52d4b2450bda0998664c017a1c4dd]

        INTEGRATION: CWS geordi2q11 (1.26.224); FILE MERGED 2003/12/16 16:39:22 hr 1.26.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d147f0c337adac310c7e6b557199c29c58089131]

        INTEGRATION: CWS geordi2q11 (1.55.224); FILE MERGED 2003/12/16 16:39:21 hr 1.55.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [451b084a7ba2611a28d878aa7295485f7ba30f18]

        INTEGRATION: CWS geordi2q11 (1.24.358); FILE MERGED 2003/12/15 15:50:25 hr 1.24.358.1: #111934#: join CWS editeng7pp2

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1526fdf013d8dd6b5b4de9df8c384e21673fbbc1]

        INTEGRATION: CWS geordi2q11 (1.91.52); FILE MERGED 2003/12/15 15:50:24 hr 1.91.52.1: #111934#: join CWS editeng7pp2

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5aad51d5db57ad203b526b36f25349d346678c59]

        INTEGRATION: CWS geordi2q11 (1.40.224); FILE MERGED 2003/12/16 16:39:20 hr 1.40.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f6814b0111e23fcdefaa3dfb23407683037beb0c]

        INTEGRATION: CWS geordi2q11 (1.86.74); FILE MERGED 2003/12/15 15:51:53 hr 1.86.74.2: #111934#: join CWS editeng7pp2 2003/12/15 15:50:23 hr 1.86.74.1: #111934#: join CWS editeng7pp2

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [151fde0b4882457e895f2c9f932ad940feb038c9]

        INTEGRATION: CWS geordi2q11 (1.22.224); FILE MERGED 2003/12/16 16:39:19 hr 1.22.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ed2ec01029a4e03c92b407b473d3efeba1f450e3]

        INTEGRATION: CWS geordi2q11 (1.38.148); FILE MERGED 2003/12/16 16:39:18 hr 1.38.148.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0a396acadb03a9fd45d7ba2b6eab805fc9ee0c75]

        INTEGRATION: CWS geordi2q11 (1.48.224); FILE MERGED 2003/12/16 16:39:17 hr 1.48.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [c944d3f8c9870a1792e565144315ef300c033aa2]

        INTEGRATION: CWS geordi2q11 (1.16.224); FILE MERGED 2003/12/16 16:39:17 hr 1.16.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [e0aa75b2b0a3fdfd1b6e6bd73bc445e4531c0d42]

        INTEGRATION: CWS geordi2q11 (1.24.224); FILE MERGED 2003/12/16 16:39:17 hr 1.24.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d1716dc10533612108c477558d58e1719e3d51e6]

        INTEGRATION: CWS geordi2q11 (1.30.224); FILE MERGED 2003/12/16 16:39:16 hr 1.30.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [dee651977ab4df8ed33d02b66b72dc9f29be17a9]

        INTEGRATION: CWS geordi2q11 (1.24.122); FILE MERGED 2003/12/16 16:39:15 hr 1.24.122.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [175923d1fe16ff47b4a89f6196d9bfe5e6690dde]

        INTEGRATION: CWS geordi2q11 (1.23.224); FILE MERGED 2003/12/16 16:39:15 hr 1.23.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [2c38dd1efc18de7928f92447ac1f47fa1f9e4a47]

        INTEGRATION: CWS geordi2q11 (1.33.224); FILE MERGED 2003/12/16 16:39:14 hr 1.33.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [492c891f813f28acf838bf9ded9318558774209a]

        INTEGRATION: CWS geordi2q11 (1.56.224); FILE MERGED 2003/12/16 16:39:13 hr 1.56.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6cefe58e3009321caafbb42ab10c08f510b566c6]

        INTEGRATION: CWS geordi2q11 (1.45.224); FILE MERGED 2003/12/16 16:39:13 hr 1.45.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [55e6ed5411be17a821ea61b1458601bcc981b417]

        INTEGRATION: CWS geordi2q11 (1.64.22); FILE MERGED 2003/12/16 16:39:12 hr 1.64.22.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [b5ae1516ef0c084324280e56eb9ea23069b81dd0]

        COMMENT

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [03b08153c23a7c9be37a28b87b5e7d8b0e004a70]

        INTEGRATION: CWS geordi2q11 (1.34.224); FILE MERGED 2003/12/16 16:39:10 hr 1.34.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [09e917a8172c3b1d10d9a65d819c2294364d7913]

        INTEGRATION: CWS geordi2q11 (1.15.224); FILE MERGED 2003/12/16 16:39:09 hr 1.15.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [fe70a428833fd7aa910141eaddc37407a6039ff0]

        INTEGRATION: CWS geordi2q11 (1.33.224); FILE MERGED 2003/12/16 16:39:08 hr 1.33.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f0c63314369851042edd8f3fc64a3bff260c5476]

        INTEGRATION: CWS geordi2q11 (1.12.224); FILE MERGED 2003/12/16 16:39:08 hr 1.12.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [07881c9d26b45ee319749c3fa8eb7b5911f33de3]

        INTEGRATION: CWS geordi2q11 (1.20.224); FILE MERGED 2003/12/16 16:39:07 hr 1.20.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [5ff689d564b455647a066743464ea4d46a100611]

        INTEGRATION: CWS geordi2q11 (1.19.224); FILE MERGED 2003/12/16 16:39:06 hr 1.19.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [da29bd0ca0b5c6bd4ea6c3460f63d9a69ff2eceb]

        INTEGRATION: CWS geordi2q11 (1.75.222); FILE MERGED 2003/12/16 16:39:05 hr 1.75.222.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [4c0d2fdcd505387ba3c466acc3a1411c652a67b3]

        INTEGRATION: CWS geordi2q11 (1.60.224); FILE MERGED 2003/12/16 16:39:04 hr 1.60.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0b2c432a29d2fba1dfc7c7eb1ada5c66dac19397]

        INTEGRATION: CWS geordi2q11 (1.51.224); FILE MERGED 2003/12/16 16:39:03 hr 1.51.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [72a697ca116de65e291d622a3d46cd872499cc20]

        INTEGRATION: CWS geordi2q11 (1.41.224); FILE MERGED 2003/12/16 16:39:03 hr 1.41.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [77fcb0051c82799b4d4884fc9d5859cc8ec9e88f]

        INTEGRATION: CWS geordi2q11 (1.22.224); FILE MERGED 2003/12/16 16:39:02 hr 1.22.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9d5f0afa198b8939ec9c87d463dc8f3059a0a0c3]

        INTEGRATION: CWS geordi2q11 (1.26.224); FILE MERGED 2003/12/16 16:39:01 hr 1.26.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ed2f5afaf64e77be780e7f1cf3fa0ae1abc31a62]

        INTEGRATION: CWS geordi2q11 (1.22.224); FILE MERGED 2003/12/16 16:39:01 hr 1.22.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [352eee42a527926383a5e15a23534a19a485c2db]

        INTEGRATION: CWS geordi2q11 (1.25.224); FILE MERGED 2003/12/16 16:38:59 hr 1.25.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [f9a68508d9723a02153cba87b303daa78637a2b8]

        INTEGRATION: CWS geordi2q11 (1.22.224); FILE MERGED 2003/12/16 16:38:58 hr 1.22.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [cb738ce9ba62d71d8f61f02829feff9b299f0513]

        INTEGRATION: CWS geordi2q11 (1.42.122); FILE MERGED 2003/12/16 16:38:58 hr 1.42.122.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [70bfbd1bc6984e734012686afaf12b284ea76daf]

        INTEGRATION: CWS geordi2q11 (1.12.224); FILE MERGED 2003/12/16 16:38:57 hr 1.12.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [79e4176131450c37eefa70259236c7d5be266010]

        INTEGRATION: CWS geordi2q11 (1.27.224); FILE MERGED 2003/12/16 16:38:57 hr 1.27.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Björn Milcke  <bm@openoffice.org>  [b4f9277f90d01501330777782de67fe109729f80]

        COMMENT

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d8fe2b5698bbf33cecbf670d5e29950982e3da2c]

        INTEGRATION: CWS geordi2q11 (1.18.224); FILE MERGED 2003/12/16 16:38:56 hr 1.18.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ee4a68e501f452f567cf3cf1bd96498d8d25c048]

        INTEGRATION: CWS geordi2q11 (1.66.96); FILE MERGED 2003/12/16 16:38:56 hr 1.66.96.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [502d32b9552949c8a062d1bea1f8fa8ebef60417]

        INTEGRATION: CWS geordi2q11 (1.20.224); FILE MERGED 2003/12/16 16:38:55 hr 1.20.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [939bf4d7419f7d27113abaa3261fc8f0d83d756b]

        INTEGRATION: CWS geordi2q11 (1.44.224); FILE MERGED 2003/12/16 16:38:55 hr 1.44.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [834f14bcbf8c1e0d608316476d3872ff856b07e0]

        INTEGRATION: CWS geordi2q11 (1.7.224); FILE MERGED 2003/12/16 16:38:54 hr 1.7.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d690fbc3d00a9a70bcd12f76d7a78a27b01481a7]

        INTEGRATION: CWS geordi2q11 (1.23.224); FILE MERGED 2003/12/16 16:38:54 hr 1.23.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [bd24e05b5779e2ad9b7d61088cd70c515fc10546]

        INTEGRATION: CWS geordi2q11 (1.38.224); FILE MERGED 2003/12/16 16:38:53 hr 1.38.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7e18b37e66ba9b594de706d11fcd945e35371a68]

        INTEGRATION: CWS geordi2q11 (1.12.224); FILE MERGED 2003/12/16 16:38:53 hr 1.12.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0096962b6731242d4d1de65f43e13caaa8e57b03]

        INTEGRATION: CWS geordi2q11 (1.7.224); FILE MERGED 2003/12/16 16:38:53 hr 1.7.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [15fada4e32c0e32bececc1676e1b596e46c6c261]

        INTEGRATION: CWS geordi2q11 (1.32.122); FILE MERGED 2003/12/16 16:38:52 hr 1.32.122.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [958947d23d296b0a8498ac31d81232e9f3c22035]

        INTEGRATION: CWS geordi2q11 (1.27.224); FILE MERGED 2003/12/16 16:38:52 hr 1.27.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [3669a7ee26a048227f5fb054aa9d6b2e544b9181]

        INTEGRATION: CWS geordi2q11 (1.6.224); FILE MERGED 2003/12/16 16:38:51 hr 1.6.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [11bcfacebc516a53fb0dc852f7402d32f7c7264c]

        INTEGRATION: CWS geordi2q11 (1.40.152); FILE MERGED 2003/12/16 16:38:51 hr 1.40.152.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [0e7a015aff871d455ba71ca99f7a202c421d5dd0]

        INTEGRATION: CWS geordi2q11 (1.32.122); FILE MERGED 2003/12/16 16:38:50 hr 1.32.122.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [96a85b7d1cb3b98212ad7753976d389070488c79]

        INTEGRATION: CWS geordi2q11 (1.27.224); FILE MERGED 2003/12/16 16:38:50 hr 1.27.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [a3a9e3a1ecbb1b482fbd6810f1755d34677e9fd2]

        INTEGRATION: CWS geordi2q11 (1.6.224); FILE MERGED 2003/12/16 16:38:49 hr 1.6.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [011bf9e9db01b999df77a6623961022ecf91f646]

        INTEGRATION: CWS geordi2q11 (1.49.152); FILE MERGED 2003/12/16 16:38:49 hr 1.49.152.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1bd612a867d5a4988b85961049fe1cf3e2db2867]

        INTEGRATION: CWS geordi2q11 (1.67.224); FILE MERGED 2003/12/16 16:38:48 hr 1.67.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [d8d2f20de7e79e1e597c0d9e273de3d3983e6126]

        INTEGRATION: CWS geordi2q11 (1.49.92); FILE MERGED 2003/12/16 16:38:47 hr 1.49.92.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [87bed4406b9e95c85c6d832fade5e2f613ba67f3]

        INTEGRATION: CWS geordi2q11 (1.40.224); FILE MERGED 2003/12/16 16:38:47 hr 1.40.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [79eeb5c58af4adb695e8a09d775f4135014ce10a]

        INTEGRATION: CWS geordi2q11 (1.16.224); FILE MERGED 2003/12/16 16:38:46 hr 1.16.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b93e003b42f24426fb031bb10776c54319e4ab38]

        INTEGRATION: CWS geordi2q11 (1.32.224); FILE MERGED 2003/12/16 16:38:46 hr 1.32.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [98190a3c2fd5c44ab6cfbd1b7ba1edea56f63eb7]

        INTEGRATION: CWS geordi2q11 (1.45.224); FILE MERGED 2003/12/16 16:38:45 hr 1.45.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [b02e2cc71cfd77795294951e412b64432f0f57e4]

        INTEGRATION: CWS geordi2q11 (1.28.224); FILE MERGED 2003/12/16 16:38:44 hr 1.28.224.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9578d9aec539842cb75289acd58eedb6ae9b7c61]

        INTEGRATION: CWS geordi2q11 (1.13.124); FILE MERGED 2003/12/17 11:32:37 hr 1.13.124.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ecd663f3ec8359851c1dca1fd24e7044cdfab22c]

        INTEGRATION: CWS geordi2q11 (1.42.146); FILE MERGED 2003/12/17 11:32:37 hr 1.42.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [698c8c06b4cbde883cdf55a1f30c13b2b7158a6f]

        INTEGRATION: CWS geordi2q11 (1.25.146); FILE MERGED 2003/12/17 11:32:36 hr 1.25.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9a1479b94bf7ab08cb001ef5911fa5121446a197]

        INTEGRATION: CWS geordi2q11 (1.33.146); FILE MERGED 2003/12/17 11:32:36 hr 1.33.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [6df1e9edfa6685bfec171ec787bd132de6229815]

        INTEGRATION: CWS geordi2q11 (1.33.146); FILE MERGED 2003/12/17 11:32:35 hr 1.33.146.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [67cd82db3b53a8e75202651f3f35d8f94b64f078]

        INTEGRATION: CWS geordi2q11 (1.22.158); FILE MERGED 2003/12/17 11:32:35 hr 1.22.158.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [7b62d3005e0c7aa0526fbf2c998299dc4bade068]

        INTEGRATION: CWS geordi2q11 (1.24.14); FILE MERGED 2003/12/17 11:32:33 hr 1.24.14.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [ed42bda0937fdca0ea4e5e2a95b31ab0e7e145cb]

        INTEGRATION: CWS geordi2q11 (1.3.32); FILE MERGED 2003/12/16 12:49:52 hr 1.3.32.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [36843d67ae5f14240644c0fb832441cf5a78542a]

        INTEGRATION: CWS geordi2q11 (1.4.42); FILE MERGED 2003/12/16 12:49:47 hr 1.4.42.1: #111934#: join CWS ooo111fix1

2003-12-17  Vladimir Glazounov  <vg@openoffice.org>  [1de93f70da38ec55bb704be3c88b48811f1a6b95]

        INTEGRATION: CWS extras11 (1.20.92); FILE MERGED 2003/10/07 10:03:35 bc 1.20.92.1: #112505# retrieval of german states now improved

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [388ddfbebb6b6127d39859f362027506fe4d4e56]

        regression curves and error bars only for 2D

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [c18dd61b71d4fbcbc7d741a70c9da8f1bc959606]

        added regression curves

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [e7a48958c29b388b0e669e91f425f068c80ada7b]

        added m_xSeriesTarget, m_xErrorBarTarget and m_xTextTarget for error bars above area; prepare labels above area

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [a9e0e8345009d61e7c907cb85f4b238d55b40e04]

        error bars above area

2003-12-17  Mikhail Voitenko  <mav@openoffice.org>  [6746fc7e878835f54ff41e813ebbe79ee3e35717]

        change to small letters in file names

2003-12-17  Mikhail Voitenko  <mav@openoffice.org>  [19af7c0fb9193164d087a4ca81fd7978e3147e05]

        #112923# MainThreadExecutor

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [4cf7c678a34a8675a1117d99de8483d1c92b6131]

        added error bars

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [88d69621ee751861bad0ec10e0bda4eff3b82c6e]

        added method createErrorBar_Y; check index before access

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [9bd21d37c7200c0c2abd70b8f399d6ac0eff340c]

        added method createErrorBar_Y

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [0d1daae67b385a636e27dcfee7205c0ecd4c5040]

        return NAN if wrong index

2003-12-17  Ingrid Halama  <iha@openoffice.org>  [5e7c51be0dc44f129cf91cb80b2ebb7bfcb23d47]

        added method getAxisType

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [73c1aedd9e82168b817bdb0293a2514b66ab736d]

        SRC680

2003-12-16  Oliver Bolte  <obo@openoffice.org>  [9543b59781d5010b57e71bfaebc74a2317291e6f]

        #100000# can't build with .net 2003

2003-12-16  Björn Milcke  <bm@openoffice.org>  [a25d2c0b548ec68394b1edc68488be3a44173e21]

        set default attributes for regression lines/mean value line

2003-12-16  Björn Milcke  <bm@openoffice.org>  [582cc4b71182044aac6b8e7997931736ad8d7301]

        helper for filtering invalid tuples in the sequence for regression calculation

2003-12-16  Eike Rathke  <er@openoffice.org>  [3af1bb89f3d2b2e0030a164ebae0b225324d9a96]

        #i1967# temporary typedefs to ease resyncs of new code into cws_src680_rowlimit, to be removed upon integration of that CWS

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [20fc2df2aa35be37cd8aa83c9c5428df00cd901d]

        INTEGRATION: CWS obr01 (1.14.8); FILE MERGED 2003/12/11 13:03:35 obr 1.14.8.1: #114317# race condition in OfficeIPCThread::run fixed

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [9867c00f0cef2aad27f7446a8d51e061901c7822]

        INTEGRATION: CWS obr01 (1.38.8); FILE MERGED 2003/12/11 13:03:35 obr 1.38.8.1: #114317# race condition in OfficeIPCThread::run fixed

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [8af45c87a8ee30e0ddad646a4ff81f10c8c1d1ea]

        INTEGRATION: CWS aw007 (1.30.10); FILE MERGED 2003/12/10 15:11:38 aw 1.30.10.1: #114135# Added necessary changes in SC together with NN to make all possible painting processes using the DrawingLayer use a SdrView

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [6d1e8c9b1e5eb24e4bdde6fde203f7cfcdfb52ff]

        INTEGRATION: CWS aw007 (1.22.170); FILE MERGED 2003/12/10 15:11:37 aw 1.22.170.1: #114135# Added necessary changes in SC together with NN to make all possible painting processes using the DrawingLayer use a SdrView

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [221145dc52f93952c3cdc63ff1f38ce1cb73afaa]

        INTEGRATION: CWS aw007 (1.9.10); FILE MERGED 2003/12/10 15:11:37 aw 1.9.10.1: #114135# Added necessary changes in SC together with NN to make all possible painting processes using the DrawingLayer use a SdrView

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [76d943ec2757b833656d75e378aee97009beb494]

        INTEGRATION: CWS aw007 (1.18.214); FILE MERGED 2003/12/10 15:11:36 aw 1.18.214.1: #114135# Added necessary changes in SC together with NN to make all possible painting processes using the DrawingLayer use a SdrView

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [b59428b841ec7ea98b551b931e3af7b9e7d492e2]

        INTEGRATION: CWS aw007 (1.37.52); FILE MERGED 2003/12/10 15:11:35 aw 1.37.52.1: #114135# Added necessary changes in SC together with NN to make all possible painting processes using the DrawingLayer use a SdrView

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [d68277c03346a2cd31c5f8f0ca3a3cb6fcb06452]

        INTEGRATION: CWS aw007 (1.8.10); FILE MERGED 2003/12/10 15:11:35 aw 1.8.10.1: #114135# Added necessary changes in SC together with NN to make all possible painting processes using the DrawingLayer use a SdrView

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [ef7f264854d896c458cb09d46911e62f4d309032]

        INTEGRATION: CWS aw007 (1.26.68); FILE MERGED 2003/12/10 15:11:34 aw 1.26.68.1: #114135# Added necessary changes in SC together with NN to make all possible painting processes using the DrawingLayer use a SdrView

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [e7fc3ff32593c023a7930650553031670e2de1c6]

        INTEGRATION: CWS aw007 (1.39.10); FILE MERGED 2003/12/10 09:34:39 aw 1.39.10.1: #114233# Corrected a compiler warning

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [ffe75b9eeba7abae76115506f6de18118375fbe9]

        INTEGRATION: CWS aw007 (1.9.20); FILE MERGED 2003/12/10 10:17:02 aw 1.9.20.1: #114310#
        
        This is used for Combine and Connect. In no case it is necessary to force the content to curve, but it is also not good to force to polygons. Thus,
         curve is the less information loosing one. Remember: This place is not
         used for merge.
         LineToArea is never necessary, both commands are able to take over the
         set line style and to display it correctly. Thus, i will use a
         ConvertMarkedToPathObj with a sal_False in any case. Only drawback is that
         simple polygons will be changed to curves, but with no information loss.

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [65478049effaba38772dd1a265995621ae5da712]

        INTEGRATION: CWS aw007 (1.2.20); FILE MERGED 2003/12/10 09:50:50 aw 1.2.20.1: #114265# I made some places more secure which use the mpItemSet inside the properties implementations

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [0c7bb04426c91a86755b130c174b932791de313b]

        INTEGRATION: CWS aw007 (1.2.20); FILE MERGED 2003/12/10 09:50:48 aw 1.2.20.1: #114265# I made some places more secure which use the mpItemSet inside the properties implementations

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [4af963a0865a1d342a58910571620da55909bd21]

        INTEGRATION: CWS aw007 (1.2.20); FILE MERGED 2003/12/10 09:50:47 aw 1.2.20.1: #114265# I made some places more secure which use the mpItemSet inside the properties implementations

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [386191d34c8026c002e5d6abde97d2aa0f663f02]

        INTEGRATION: CWS aw007 (1.2.20); FILE MERGED 2003/12/10 09:50:46 aw 1.2.20.1: #114265# I made some places more secure which use the mpItemSet inside the properties implementations

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [5f39a85dee6f9d5b226bf51190f1414d67ef0d10]

        INTEGRATION: CWS aw007 (1.2.20); FILE MERGED 2003/12/10 09:50:45 aw 1.2.20.1: #114265# I made some places more secure which use the mpItemSet inside the properties implementations

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [acbfda3065a5f6f7d4161da366b88bb69d8cc36d]

        INTEGRATION: CWS aw007 (1.2.20); FILE MERGED 2003/12/10 09:50:44 aw 1.2.20.1: #114265# I made some places more secure which use the mpItemSet inside the properties implementations

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [55999fc0b5ac28a51125683c644a01d887972af0]

        INTEGRATION: CWS aw007 (1.2.20); FILE MERGED 2003/12/10 09:50:41 aw 1.2.20.1: #114265# I made some places more secure which use the mpItemSet inside the properties implementations

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [e6f6b1891464b392cc507bbc50acfee2d2ccc475]

        INTEGRATION: CWS aw007 (1.2.20); FILE MERGED 2003/12/10 09:50:39 aw 1.2.20.2: #114265# I made some places more secure which use the mpItemSet inside the properties implementations 2003/12/09 19:50:23 aw 1.2.20.1: #114265# To only invalidate the page when the StyleSheet change happens,  some more rigid testing is necessary.

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [1fc106044a94d71612785dabe7dae7c86765dc32]

        INTEGRATION: CWS aw007 (1.2.20); FILE MERGED 2003/12/09 19:52:04 aw 1.2.20.1: #114233# Always buffer OLE2 objects, this needs to be moved to a  ViewContactOfOLE2Obj later

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [02061370472d0b4b5389e23d295cd243d2c49d14]

        INTEGRATION: CWS aw007 (1.2.20); FILE MERGED 2003/12/10 11:31:35 aw 1.2.20.1: #114335#
        
        INPUT_OTHER removed too, leads to problems with added controls
         from the form layer.

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [239883d99549086d1593ec17afd47e43285faf12]

        INTEGRATION: CWS aw007 (1.10.20); FILE MERGED 2003/12/09 10:02:05 aw 1.10.20.1: #114231# Secure the InitRedraw call with Push(PUSH_LINECOLOR), Pop() calls to save/restore the SW LineColor

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [0faab27531da1a0c48be421a515528c5403e9f01]

        INTEGRATION: CWS aw007 (1.22.306); FILE MERGED 2003/12/11 16:12:36 aw 1.22.306.1: #114233# The writer is also not allowed to draw OLEs unbuffered, thus i have added a buffered paint.

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [96d5f40b1a6bedc4cc2583e5ad687b83ee1119d8]

        INTEGRATION: CWS qrycomp (1.55.146); FILE MERGED 2003/10/30 14:15:29 oj 1.55.146.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [c2b21bf65a52c1949bb9baa80fb26f75a9dd7180]

        INTEGRATION: CWS qrycomp (1.27.152); FILE MERGED 2003/11/19 11:27:14 oj 1.27.152.2: #i21791# changes for the querycomposer 2003/10/30 14:15:09 oj 1.27.152.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [4f08d42d001bbc912d93112e5dcc0155ccb977a5]

        INTEGRATION: CWS qrycomp (1.30.152); FILE MERGED 2003/11/19 11:28:18 oj 1.30.152.2: #i21791# changes for the querycomposer 2003/10/30 14:15:13 oj 1.30.152.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [5072548791642a26078519a4eb7e324f2b9e5e68]

        INTEGRATION: CWS qrycomp (1.12.58); FILE MERGED 2003/10/30 14:15:15 oj 1.12.58.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [82bcb2e8c6dbbbb2ab718ed7c6b31ad5f0dc7cfd]

        INTEGRATION: CWS qrycomp (1.16.148); FILE MERGED 2003/10/30 14:15:19 oj 1.16.148.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [e6ed67818a027cc9d49d6a3363fef6c1d46bba36]

        INTEGRATION: CWS qrycomp (1.1.2); FILE ADDED 2003/10/30 14:16:57 oj 1.1.2.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [89e6075013f7df222c210cb9467abfb579d3f086]

        INTEGRATION: CWS qrycomp (1.18.146); FILE MERGED 2003/10/30 14:15:22 oj 1.18.146.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [982d3ac3449319169a6ee8dd11715ceb6e06dee0]

        INTEGRATION: CWS qrycomp (1.34.146); FILE MERGED 2003/10/30 14:15:24 oj 1.34.146.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [581866ea93a352c98adeeff09620edd76f8becdf]

        INTEGRATION: CWS qrycomp (1.10.146); FILE MERGED 2003/10/30 14:15:32 oj 1.10.146.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [25a7868877fb598e88335639316a8eee83549c21]

        INTEGRATION: CWS qrycomp (1.1.2); FILE ADDED 2003/11/21 08:17:00 oj 1.1.2.3: #i21791# changes for the querycomposer 2003/11/19 11:29:01 oj 1.1.2.2: #i21791# changes for the querycomposer 2003/10/30 14:16:13 oj 1.1.2.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [f7ea05badafba893863f76a7852557fa0003a37d]

        INTEGRATION: CWS qrycomp (1.1.2); FILE ADDED 2003/10/30 14:16:27 oj 1.1.2.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [2f5ff3f298810b30fef84100dff155a11d60ca50]

        INTEGRATION: CWS qrycomp (1.1.2); FILE ADDED 2003/10/30 14:16:43 oj 1.1.2.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [d2ed72b72b553049bb1fd31fd0072c7822556d82]

        INTEGRATION: CWS qrycomp (1.2.182); FILE MERGED 2003/11/10 11:22:23 oj 1.2.182.1: #i21791# insert new component

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [8af6636e80b223d0ca7b9e7deded90b2354eef49]

        INTEGRATION: CWS qrycomp (1.1.2); FILE ADDED 2003/11/21 09:39:34 cn 1.1.2.1: NEW: #i21789# initial final version

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [2dad207e5b2f8da553df9e681b3308ce3897b473]

        INTEGRATION: CWS qrycomp (1.1.2); FILE ADDED 2003/11/21 09:55:02 cn 1.1.2.1: NEW: #i21789# initial final version

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [fef9965e6e82cc789a03112b77a9bea9b410b15e]

        INTEGRATION: CWS qrycomp (1.1.2); FILE ADDED 2003/11/21 09:44:43 cn 1.1.2.1: NEW: #i21789# initial final version

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [0e20e3e46abd3048a4e540e7e7b7302551122915]

        INTEGRATION: CWS qrycomp (1.1.2); FILE ADDED 2003/11/21 09:49:20 cn 1.1.2.1: NEW: #i21789# initial final version

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [eefa97b3018285830e6ca2e844af8bf17e0bcaae]

        INTEGRATION: CWS qrycomp (1.1.2); FILE ADDED 2003/11/21 09:52:48 cn 1.1.2.1: NEW: #i21789# initial final version

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [9a6dd190a6c2b4c633052b5dbdaa8984dbf803d4]

        INTEGRATION: CWS qrycomp (1.1.2); FILE ADDED 2003/11/21 09:51:28 cn 1.1.2.1: NEW: #i21789# initial final version

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [74cb91120ff0e8f157857923f69437dc5d679670]

        INTEGRATION: CWS qrycomp (1.36.16); FILE MERGED 2003/10/30 14:13:24 oj 1.36.16.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [23e1717bf9133ab07c6ece624a6f3ffdee611678]

        INTEGRATION: CWS qrycomp (1.23.16); FILE MERGED 2003/12/12 10:26:43 oj 1.23.16.1: #i21790# change LESS in sqlflex.l

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [0d5d280f13ee6fddbfc4a8c669c835538e3a5258]

        INTEGRATION: CWS qrycomp (1.44.16); FILE MERGED 2003/10/30 14:13:26 oj 1.44.16.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [2c519a8f20a5c1d4d4a7a8a89e67e0bb5ed80121]

        INTEGRATION: CWS qrycomp (1.8.150); FILE MERGED 2003/10/30 14:13:25 oj 1.8.150.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [9b94a4101f7fa31f69e9175f169773860d904daa]

        INTEGRATION: CWS qrycomp (1.10.120); FILE MERGED 2003/10/30 14:13:29 oj 1.10.120.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [53af2b8001f579d4b8054304703c6f32a8c71b5c]

        INTEGRATION: CWS qrycomp (1.11.16); FILE MERGED 2003/10/30 14:13:30 oj 1.11.16.1: #i21791# changes for the querycomposer

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [4522b05e7983b23f8834a6c531ba72b93a7d1b82]

        INTEGRATION: CWS qrycomp (1.9.126); FILE MERGED 2003/10/30 14:13:31 oj 1.9.126.1: #i21791# changes for the querycomposer

2003-12-16  Ingrid Halama  <iha@openoffice.org>  [9e88231e28f017800824799dc7f3e935bf6db3c9]

        handle NULL

2003-12-16  Ingrid Halama  <iha@openoffice.org>  [10be0a5efabee5f27a3844c4eb7eb71fcadf58a6]

        don't assert exception for area chart

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [664f1cac3b77183b22cce3246db988f237ae7080]

        INTEGRATION: CWS ause06 (1.12.68); FILE MERGED 2003/09/22 14:05:31 hjs 1.12.68.1: #112248# removed duplicate switch

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [c13ff5c2833514dc917db29b557bbac720440f70]

        INTEGRATION: CWS ause06 (1.8.28); FILE MERGED 2003/10/29 15:35:29 hjs 1.8.28.2: RESYNC: (1.8-1.9); FILE MERGED 2003/10/10 14:04:36 hjs 1.8.28.1: #112608# fixed missing dependencies and cleanup

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [46449437d9b2c890eda5bf0db5dded91c8627d72]

        INTEGRATION: CWS ause06 (1.2.50); FILE MERGED 2003/10/29 15:35:34 hjs 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2003/10/10 14:04:40 hjs 1.2.50.1: #112608# fixed missing dependencies and cleanup

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [98f9dbb90517a194e603796c7125b1cdfee452bd]

        INTEGRATION: CWS ause06 (1.7.28); FILE MERGED 2003/10/29 15:35:41 hjs 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2003/10/10 14:04:34 hjs 1.7.28.1: #112608# fixed missing dependencies and cleanup

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [7f18789815f1722b676644f4f70bbb45a841ab7c]

        INTEGRATION: CWS ause06 (1.6.4); FILE MERGED 2003/10/29 15:25:40 hjs 1.6.4.3: RESYNC: (1.7-1.8); FILE MERGED 2003/09/03 15:38:34 hjs 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2003/08/14 09:50:27 hjs 1.6.4.1: #i17071# disable additional targets for L10N build

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [4a44e436d4e5c7554c6a3e9845995985f5aab755]

        INTEGRATION: CWS ause06 (1.55.2); FILE MERGED 2003/10/29 14:39:51 hjs 1.55.2.2: RESYNC: (1.55-1.56); FILE MERGED 2003/10/10 13:11:36 hjs 1.55.2.1: #112399# remove depricated link flag notmapped

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [0aa07cb0664907008e51c92b1f06eebc63b3f6d3]

        INTEGRATION: CWS ause06 (1.9.6); FILE MERGED 2003/10/10 13:32:50 hjs 1.9.6.1: #i20544# move switch from CDEFS to CFLAGS*

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [d7d4377cbb0b2d9cc413ccfab7d72f632f1b8a5c]

        INTEGRATION: CWS ause06 (1.8.56); FILE MERGED 2003/09/19 17:17:24 hjs 1.8.56.1: #112248# make -o belong to YACCTARGET

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [ca84a3f0ec4f4f13138406ac877dc0266eb72952]

        INTEGRATION: CWS ause06 (1.76.4); FILE MERGED 2003/10/10 13:27:27 hjs 1.76.4.1: #112607# SHLnLINKRES and APPnLINKTYPEFLAG

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [69b8b7ac4d694a44423cc104eaccd698e1e71e3e]

        INTEGRATION: CWS ause06 (1.46.32); FILE MERGED 2003/09/03 15:36:05 hjs 1.46.32.2: RESYNC: (1.46-1.47); FILE MERGED 2003/08/26 14:24:37 hjs 1.46.32.1: #i18647# introduce OUT2INC_SUBDIR to separate header from different tarball in one module

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [3f2c8e0322b1e14e6679af9e7a380cecc96a5bb8]

        INTEGRATION: CWS ause06 (1.43.4); FILE MERGED 2003/10/10 13:27:26 hjs 1.43.4.1: #112607# SHLnLINKRES and APPnLINKTYPEFLAG

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [c5a35b59f7558cbc6e203270049572205b903375]

        INTEGRATION: CWS ause06 (1.137.4); FILE MERGED 2003/09/26 15:31:35 hjs 1.137.4.2: RESYNC: (1.137-1.138); FILE MERGED 2003/09/19 17:17:24 hjs 1.137.4.1: #112248# make -o belong to YACCTARGET

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [f40d28c92470dc1e1f62e362973152367e60682e]

        INTEGRATION: CWS ause06 (1.74.4); FILE MERGED 2003/10/10 13:27:28 hjs 1.74.4.1: #112607# SHLnLINKRES and APPnLINKTYPEFLAG

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [136872fce9b21e00cbf61dd05bbf163a9c470ca6]

        INTEGRATION: CWS ause06 (1.42.4); FILE MERGED 2003/10/10 13:27:27 hjs 1.42.4.1: #112607# SHLnLINKRES and APPnLINKTYPEFLAG

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [dfa65cc5cc58ad819c0718ccf6d334bf0bdc6090]

        INTEGRATION: CWS crashrep12 (1.17.54); FILE MERGED 2003/11/28 14:56:29 hro 1.17.54.1: #114150# MD5 checksum creation in crashreporter

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [58c1792d8a2406d77b82355c4991916a0defe774]

        INTEGRATION: CWS crashrep12 (1.6.4); FILE MERGED 2003/11/28 14:59:21 hro 1.6.4.1: #114150# MD5 checksum creation in crashreporter

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [4c3f7a331cb92204360bb713d02f592989304c3b]

        INTEGRATION: CWS crashrep12 (1.2.48); FILE MERGED 2003/11/28 14:59:20 hro 1.2.48.1: #114150# MD5 checksum creation in crashreporter

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [7dd6c6b4535afc4d8afcebdef9188cc70a6d7471]

        INTEGRATION: CWS crashrep12 (1.12.26); FILE MERGED 2003/11/28 14:58:38 hro 1.12.26.1: #114150# MD5 checksum creation in crashreporter

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [4175a333ecd4517a4fd50822a81ddfe77248939a]

        INTEGRATION: CWS itemconn (1.20.178); FILE MERGED 2003/12/10 15:52:18 dr 1.20.178.1: #114341# item connection

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [2ead6d919b17f1154330465a5a56c8a80073fba0]

        INTEGRATION: CWS itemconn (1.15.16); FILE MERGED 2003/12/10 15:52:18 dr 1.15.16.1: #114341# item connection

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [39a4e2d7a5baba810ff27bac493fa639eed8cf2b]

        INTEGRATION: CWS itemconn (1.1.2); FILE ADDED 2003/12/10 15:52:17 dr 1.1.2.1: #114341# item connection

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [df1f87900982b085e9eb445fb21bce7f697da4b8]

        INTEGRATION: CWS itemconn (1.20.48); FILE MERGED 2003/12/10 15:52:37 dr 1.20.48.1: #114341# item connection

2003-12-16  Vladimir Glazounov  <vg@openoffice.org>  [b0d71fcaab9c0713c418068fc9139598d41046f5]

        INTEGRATION: CWS itemconn (1.14.338); FILE MERGED 2003/12/10 15:53:16 dr 1.14.338.1: #114341# item connection

2003-12-16  Ingrid Halama  <iha@openoffice.org>  [6a3d62d5d3102e278dc44abe4e1467f203e0c351]

        handle NULL

2003-12-16  Ingrid Halama  <iha@openoffice.org>  [af5f2037819194657b5a1e8e5534d5a3db592f28]

        changed comment

2003-12-16  Ingrid Halama  <iha@openoffice.org>  [08a3ff1181ee857b58fb84d3b1a28a998330a1c5]

        correct handling of invalid regression curve points + more points per curve

2003-12-15  Ingrid Halama  <iha@openoffice.org>  [fcba0f552391c21e23a6b1a04123ce3c44467d5c]

        integrated Regression Lines

2003-12-15  Ingrid Halama  <iha@openoffice.org>  [2db37a9ee124a937b7dc8b3ca6d1a408ff0ac4c0]

        renamed OBJECTTYPE_DATA_FUNCTION -> OBJECTTYPE_DATA_CURVE

2003-12-15  Ingrid Halama  <iha@openoffice.org>  [ed498e74d395e0448d59ff448b64691be419bc16]

        don't do scaling for NAN or INF

2003-12-15  Ingrid Halama  <iha@openoffice.org>  [7998a70e3338c41c94b1510f21194c35c04433ab]

        moved Clipping from charttypes to main

2003-12-15  Ingrid Halama  <iha@openoffice.org>  [44c476d42406ddf5b96212d225002b83b8145f04]

        moved method getTransformedClip(Double)Rect from AreaChart AreaPositionHelper

2003-12-15  Ingrid Halama  <iha@openoffice.org>  [fe3dc8b4d1670d6242d4d018b2390c294f25c8e2]

        added RegressionCurves; moved method getTransformedClip(Double)Rect to PlottingPositionHelper; moved member m_bCategoryXAxis and MinimumAndMaximumSupplier method specialization to VSeriesPlotter

2003-12-15  Ingrid Halama  <iha@openoffice.org>  [db4ad66684c7a98b07be849d2b88cb3ff1d5a15c]

        moved member m_bCategoryXAxis and MinimumAndMaximumSupplier method specialization to VSeriesPlotter

2003-12-15  Ingrid Halama  <iha@openoffice.org>  [65795e843aca73ca730718a1064ffa6bda256bd8]

        for RegressionLine integration added methods createRegressionCurvesShapes; + member m_bCategoryXAxis -> more global MinimumAndMaximumSupplier

2003-12-15  Ingrid Halama  <iha@openoffice.org>  [94581499d0809d635e2bbe7afa8777bdbba686b0]

        for RegressionLine integration added methods createRegressionCurvesShapes; and member bCategoryXAxis

2003-12-15  Ingrid Halama  <iha@openoffice.org>  [72bc493657ce5033702a14fc2090ef488c49de6a]

        for RegressionLine integration added methods getDataCurveCID, setCategoryXAxis(), getModel()

2003-12-15  Mikhail Voitenko  <mav@openoffice.org>  [e0858f3fb60e266adc43251fc9c37b7a9c2dc0ae]

        #112923# object closing

2003-12-15  Björn Milcke  <bm@openoffice.org>  [2f2c6b1fa0f1c936c58538747b15aabc9d958d6b]

        error-indicator is both per default now.  Handle error plus/minus as ambiguous values in InsertStat dlg

2003-12-15  Björn Milcke  <bm@openoffice.org>  [436fa2ec3a12c861c1901987d917ba332971ea45]

        no border per default

2003-12-15  Mikhail Voitenko  <mav@openoffice.org>  [8ff07a4d3e236aa09b3b7de673c653849b6a0250]

        #112923# fix typo

2003-12-15  Mikhail Voitenko  <mav@openoffice.org>  [f7b1b0f3054766e002ecc0b9ca24cbaaf177e27d]

        #112923# let object work on unix

2003-12-15  Mikhail Voitenko  <mav@openoffice.org>  [ed584a8b22895e4cb4eaf7acf14420b33200b75f]

        #112923# let object work on unix

2003-12-15  Björn Milcke  <bm@openoffice.org>  [301c4918d64443ebde54242b7d0ec1cfdb116167]

        support scatter chart without lines

2003-12-15  Björn Milcke  <bm@openoffice.org>  [a5d1ab0fd242c212a3c029a44ee93db88ef38e4b]

        map LineStyles of ErrorBars to shapes

2003-12-15  Kai Ahrens  <ka@openoffice.org>  [268fb689b0bc31f1ac6497baa6ee50aa93ee271a]

        release: OOO_SVG_FILTER_0_1_0

2003-12-15  Mikhail Voitenko  <mav@openoffice.org>  [2ea6cb5785d63539ebbe35a5b2634e773c5d356d]

        #112923# adopt for unix

2003-12-15  Björn Milcke  <bm@openoffice.org>  [d5ec2ac2b2b9b4885caf48e5ea1e52b8231db0d9]

        cleanup

2003-12-15  Mikhail Voitenko  <mav@openoffice.org>  [e561b7d7da2c3fe374fe7dbc01525dce60d679cd]

        #112923# allow to build object on unix

2003-12-15  Björn Milcke  <bm@openoffice.org>  [26ca99094e40e9a2fbd123140589f72dd60a8ca6]

        error bar creation moved from PlotterBase to VSeriesPlotter

2003-12-15  Björn Milcke  <bm@openoffice.org>  [8fe5dbf5a8b5efaec8f91d7fd2d32e83852498c1]

        clipping of error bars

2003-12-15  Mikhail Voitenko  <mav@openoffice.org>  [788ff1dd4bf26952a70732b7a2c7f69630b0b4b7]

        #112923# minor changes

2003-12-15  Björn Milcke  <bm@openoffice.org>  [3b361a30e776c8bf8ddf3f24f70a9151cff59d76]

        superfluous parameter in createErrorBar method

2003-12-14  Kurt Zenker  <kz@openoffice.org>  [4405b301e5c2056808c0901d4e0768fb679f2eb0]

        new version for FIX645

2003-12-14  Kurt Zenker  <kz@openoffice.org>  [26d93042c257e32dbc9ff6849d8a5e48fe476f39]

        new version for FIX645

2003-12-12  Ingrid Halama  <iha@openoffice.org>  [d5320fbb34c795e6f315e4cdc93a2b1972ab2a94]

        use another group shape for error bars for slection

2003-12-12  Ingrid Halama  <iha@openoffice.org>  [5d7116e975fe33b1989231a51adbf37bd54b1f04]

        added method getErrorBarsCID and member m_xErrorBarsShape

2003-12-12  Ingrid Halama  <iha@openoffice.org>  [f5c770861e0e72e7171b47813c991d6a39a866bc]

        added method getErrorBarsCID

2003-12-12  Ingrid Halama  <iha@openoffice.org>  [2d3f63291ed7a308ca34be7c3589fbb1f68d601a]

        added method getErrorBarsGroupShape

2003-12-12  Ingrid Halama  <iha@openoffice.org>  [a083e854fa6d585da466917f73aef7d9e37b9fad]

        added ItemConverter for error bars

2003-12-12  Ingrid Halama  <iha@openoffice.org>  [53634a0baaac68b75581061e4e71effb1a0592fc]

        title and legend shapes in front of diagram

2003-12-12  Ingrid Halama  <iha@openoffice.org>  [0d8aeacf3e392c7584494acabdc4f3d194e76328]

        integrated axis title

2003-12-12  Ingrid Halama  <iha@openoffice.org>  [c3f7c7c7dd9a1b679758dbd2c6b20ac8a153fe21]

        removed unused variable

2003-12-12  Ingrid Halama  <iha@openoffice.org>  [5127e434e396735c789d36f5ebb3b9673c548142]

        do not add inner border space

2003-12-12  Ingrid Halama  <iha@openoffice.org>  [c28174242592d067457f09248aa77ae845a9a454]

        additional rotation parameter

2003-12-12  Kurt Zenker  <kz@openoffice.org>  [988e04174be7b644031f8e73fa1a197e42cf738c]

        new version for SRC680

2003-12-12  Björn Milcke  <bm@openoffice.org>  [ee3b28f32938450a4305ebf4d0bc32853357c040]

        do logic scaling (e.g. logarithmic) after error-bar calculation

2003-12-12  Björn Milcke  <bm@openoffice.org>  [3f82286c81d8bd6374ba21465dc8e82ee09a8bc0]

        error bars implemented

2003-12-12  Björn Milcke  <bm@openoffice.org>  [53b815b0302288e84302c631ffadcece22e3f500]

        warning removed (implicit double -> int)

2003-12-12  Mikhail Voitenko  <mav@openoffice.org>  [7ad7c59aa47720e8f2221054e55d918906d5b2fa]

        #112923# correct parameters on object creation

2003-12-12  Mikhail Voitenko  <mav@openoffice.org>  [ab8c4c2d27babe7bcd54d2d3e9bc1066f04a32e9]

        #112923# XTransferable implementation; available states

2003-12-12  Björn Milcke  <bm@openoffice.org>  [9a9c2d21ceeea887b0081a2066321c11db427fe0]

        some statistics functions

2003-12-12  Björn Milcke  <bm@openoffice.org>  [78ddbd462f71bf53f03c526ab44b887aa65bc9e9]

        +getAll(X|Y)

2003-12-12  Kurt Zenker  <kz@openoffice.org>  [a2926d1718ae8f2f891d6578e90ce597601c3a4b]

        #100000# GetBoundRect -> GetCurrentBoundRect (FS)

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [980c6d2585cf06504769622879f20095887f04cf]

        new version for SRC680

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [93b887c8a18269e850f38f6f56d58f983af1a15e]

        new version for SRC680

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [56f9a441b6db7783fae732c3f529a2f8461fdb0f]

        new version for SRC680

2003-12-11  Björn Milcke  <bm@openoffice.org>  [e777b57194917c96461a5c337ec71b84502100a3]

        First test of error bar properties

2003-12-11  Björn Milcke  <bm@openoffice.org>  [0b173913ba2cd15c8e5efda2b89f558f87cd230c]

        unnecessary auto_ptr changed to stack-object comment added

2003-12-11  Carsten Driesner  <cd@openoffice.org>  [0498d351ad7b5e1c0504bf913f0053c4546cc3cd]

        #111899# Tool to convert slots/resources to xcu/xml files

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [42492c6b7247e9a9e695df9ed32daf331ca03fef]

        SRC680

2003-12-11  Björn Milcke  <bm@openoffice.org>  [a8da2744623501dbf05e03f50b360d3b8e19b30d]

        interpret first data sequence as x-values todo: do this chart-type dependent

2003-12-11  Björn Milcke  <bm@openoffice.org>  [c774368da75e657633164b6cc1882c41bf4f4cdd]

        delete RelativePosition if default position is selected in dialog

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [f5831b6eaba086d5bc0a67aa6a64cd7329392f1a]

        INTEGRATION: CWS frmcontrols01 (1.7.170); FILE MERGED 2003/10/29 13:08:15 fs 1.7.170.2: #i18017# remove HardLineBreak property (never had any effect) 2003/10/22 12:53:52 fs 1.7.170.1: #21277# +UID_PROP_DLG_SYMBOLCOLOR

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b6e9b10195ae1e02f6c7d734368ebda6c3139480]

        INTEGRATION: CWS frmcontrols01 (1.7.4); FILE MERGED 2003/10/29 07:02:32 fs 1.7.4.1: #i21605# value-range: orientation exported as attribute, not as generic property

2003-12-11  Björn Milcke  <bm@openoffice.org>  [c426de8f26b9ed6100daafed8fa5d6b8732fb2ed]

        ErrorBar struct->XPropertySet

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0b7159bc8865f48c8acf468b909cf0bdff787f17]

        INTEGRATION: CWS frmcontrols01 (1.9.4); FILE MERGED 2003/10/29 07:02:31 fs 1.9.4.1: #i21605# value-range: orientation exported as attribute, not as generic property

2003-12-11  Björn Milcke  <bm@openoffice.org>  [d471cbdb6b5b516a0557b018a933c4a1b63d66dc]

        property-set for error bar properties

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0474d55a6dd8e3bc153f39e5a91ed7b51abad81c]

        INTEGRATION: CWS frmcontrols01 (1.6.174); FILE MERGED 2003/10/29 07:00:09 fs 1.6.174.3: #i21605# +CCA_ORIENTATION 2003/10/27 15:10:21 fs 1.6.174.2: RESYNC: (1.6-1.7); FILE MERGED 2003/10/22 13:17:43 fs 1.6.174.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a7344ed2bfd6aec42e01e809884ac24524bb9be7]

        INTEGRATION: CWS frmcontrols01 (1.10.174); FILE MERGED 2003/10/29 07:00:10 fs 1.10.174.3: #i21605# +CCA_ORIENTATION 2003/10/27 15:10:03 fs 1.10.174.2: RESYNC: (1.10-1.11); FILE MERGED 2003/10/22 13:17:43 fs 1.10.174.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [8905f8dfc24416beee503d8000977531552425d3]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/19 13:28:01 sw 1.1.2.1: #i21796#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [fe7903e6ec143cc210a4d049f938e928964e3eec]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/19 13:28:21 sw 1.1.2.1: #i21796#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [7fdc534e8d3ea6b194dcd9eba4e6580f4e5ca02d]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/19 13:24:15 sw 1.1.2.3: #i21797# 2003/11/13 15:06:49 sw 1.1.2.2: #i21797# 2003/11/13 12:16:58 sw 1.1.2.1: #i21797#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [bf251b8df17329d9cce68e4d6060ab0d39b47b9e]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/19 13:27:13 sw 1.1.2.1: #i21796#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [7641d899f0ab5bc4484086babf5203549a4f55a5]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/13 12:15:39 sw 1.1.2.1: #i21797#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [6378809ad790512ca4237e4a34786c04e380f42c]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/19 13:28:54 sw 1.1.2.1: #i21796#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b257bfdc6f4a91d04014884ed7e1f70f2f6c28aa]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/13 12:16:14 sw 1.1.2.1: #i21797#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [efa142d9bca83c7223b745044c737fa5bbc82304]

        INTEGRATION: CWS frmcontrols01 (1.2.8); FILE MERGED 2003/11/13 15:05:43 sw 1.2.8.2: #i21797# 2003/11/13 12:18:07 sw 1.2.8.1: #i21797#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [52313c79210a44c0626a82eca55fc86b2b3081a9]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/19 13:29:53 sw 1.1.2.1: #i21796#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [bb130465edc9b9327e97c1476559710286f4e3df]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/12/09 11:03:59 sw 1.1.2.3: #i21797# 2003/11/13 15:06:03 sw 1.1.2.2: #i21797# 2003/11/13 14:29:28 sw 1.1.2.1: #i21797#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [1589a29378783a54b333f4d85fd62073421f41f9]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/19 13:29:30 sw 1.1.2.1: #i21796#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ea55dc2b21256dd268ed8836b1214c767340a8c7]

        INTEGRATION: CWS frmcontrols01 (1.2.8); FILE MERGED 2003/11/13 12:17:53 sw 1.2.8.1: #i21797#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [7c400a27a366ad0c1e467b822a78e81c1d7b97b2]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/13 12:14:46 sw 1.1.2.1: #i21797#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [701fb6193142b769c93168bf4fb4168b5cd51ff8]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/19 13:26:06 sw 1.1.2.1: #i21796#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ea7a20cf4d15379af884e621c0ace16ebb46d98f]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/19 13:26:28 sw 1.1.2.1: #i21796#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [e47ad1c4cdfbd55b421915d1c7152d0e20e72cc2]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/19 13:25:22 sw 1.1.2.1: #i21796#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [40bfaf6c3f927bf98bf0d8b80b3d0983157a85fd]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/11/13 12:14:13 sw 1.1.2.1: #i21797#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [3b34db3245ccde69c7252729cc0ec7c9a3040bea]

        INTEGRATION: CWS frmcontrols01 (1.5.290); FILE MERGED 2003/10/29 07:16:00 fs 1.5.290.2: #i21605# spin button 2003/10/22 13:12:14 fs 1.5.290.1: #21277# +ScrollBar.idl

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0802b7c5a3b0f727868e4f2e948501942d5ad64a]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/29 07:15:35 fs 1.1.2.1: spin button control model

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [eba5ed1f78476e34d7208d758773257b3edac50e]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/22 13:11:47 fs 1.1.2.1: initial checkin - scroll bar model

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [87ae77fc6ce751b6833538c46bff9b8e5486fcd4]

        INTEGRATION: CWS frmcontrols01 (1.5.172); FILE MERGED 2003/10/27 11:16:45 fs 1.5.172.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:11:24 fs 1.5.172.1: #21277# new consts for scrollbars / register scroll bar components

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [9fa7a35d6a48fa1e91187ad76d692bff6d205459]

        INTEGRATION: CWS frmcontrols01 (1.22.152); FILE MERGED 2003/10/29 07:14:57 fs 1.22.152.2: #i21605# UnoControlSpinButton/Model 2003/10/27 11:16:24 fs 1.22.152.1: #i21605# +XSpinValue

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [63a97f1c0fc297d426ef3fcb4102ac81ce8e42fd]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/27 11:16:16 fs 1.1.2.1: #i21605# initial checkin

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0c381b174cc3c6ff56229b5cab3eb5465c62cdcf]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/29 07:14:26 fs 1.1.2.1: spin button control/model

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [c1b261e6b193ab2761ffb232969d80523b15ec5e]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/29 07:14:37 fs 1.1.2.1: spin button control/model

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d666fce8db7fbfbb3b62c18470a26d3ab1b4d0b4]

        INTEGRATION: CWS frmcontrols01 (1.3.252); FILE MERGED 2003/10/22 13:10:48 fs 1.3.252.1: #21277# + optional properties: BackgroundColor, ScrollValueMin, SymbolColor, RepeatDelay

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [f74974cfb4abd0073f34a02060e9d5735cccb351]

        INTEGRATION: CWS qadev14 (1.2.114); FILE MERGED 2003/11/28 10:54:31 lla 1.2.114.1: #114060# much code cleanups and warnings removed

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [48ec6ee008cab0a1e22c3dcc897b0163c6d5dfcb]

        INTEGRATION: CWS qadev14 (1.4.2); FILE MERGED 2003/11/28 10:54:30 lla 1.4.2.1: #114060# much code cleanups and warnings removed

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [2603cd2cb0a91fd1ac2e86309e175afceb322145]

        INTEGRATION: CWS qadev14 (1.4.2); FILE MERGED 2003/11/28 10:54:28 lla 1.4.2.1: #114060# much code cleanups and warnings removed

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [104fe8deb2d851872974b381f77f0b0a856fcd88]

        INTEGRATION: CWS qadev14 (1.3.2); FILE MERGED 2003/11/28 10:54:27 lla 1.3.2.1: #114060# much code cleanups and warnings removed

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0d5d3c02cb39e10d67aac579c5d1505f9bc36e25]

        INTEGRATION: CWS qadev14 (1.1.2); FILE ADDED 2003/12/05 12:46:02 lla 1.1.2.1: #114060#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d59da1d4cf4e5deb37e9a352474e3fdbd3839f01]

        INTEGRATION: CWS qadev14 (1.1.2); FILE ADDED 2003/12/05 12:45:43 lla 1.1.2.1: #114060#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [f1369356f4ab6a67a5e21523184632d3d8bf7cde]

        INTEGRATION: CWS qadev14 (1.3.2); FILE MERGED 2003/12/03 09:04:26 lla 1.3.2.4: #114060# remove unused value 2003/12/02 02:19:12 mindyliu 1.3.2.3: #114060# change port numbers 2003/11/28 10:52:45 lla 1.3.2.2: #114060# remove unknown char 2003/11/25 01:18:39 mindyliu 1.3.2.1: #114060# add host6

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [fc93b588ec8ff50f968faa2097703da5ffdd9b0d]

        INTEGRATION: CWS qadev14 (1.4.2); FILE MERGED 2003/12/09 07:43:25 mindyliu 1.4.2.9: #114060# add cases to test shutdown, in osl_StreamSocket 2003/12/08 06:17:46 mindyliu 1.4.2.8: #114060# DatagramSocket::sendTo_recvFrom::sr_002 modified to pass 2003/12/05 09:57:48 mindyliu 1.4.2.7: #114060# add some testcases:sendTo/recvFrom, and some abnormal parameter cases 2003/12/03 09:00:00 lla 1.4.2.6: #114060# remove old file copy method, by a new buffer oriented one. 2003/12/02 08:27:24 mindyliu 1.4.2.5: #114060# remove Socket.close for deadlock on solaris in ClientReadSocketThread 2003/12/02 02:18:08 mindyliu 1.4.2.4: #114060# setOption, getError_002 result condition changed 2003/11/28 10:53:14 lla 1.4.2.3: #114060# remove gpf in getHostname_002 2003/11/27 07:00:40 mindyliu 1.4.2.2: #114060# setOption( osl_Socket_OptionReuseAddr, 1 ): sal_True-->1 2003/11/25 01:16:15 mindyliu 1.4.2.1: #114060# bug fix in getAddr, getHostname, getLocalHostname, setPort

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a0206b4601e1d5582755720ca912cafa9b082771]

        INTEGRATION: CWS frmcontrols01 (1.10.46); FILE MERGED 2003/11/12 13:49:31 fs 1.10.46.4: typo 2003/11/12 13:49:07 fs 1.10.46.3: typo 2003/11/12 13:48:59 fs 1.10.46.2: typo 2003/10/29 07:27:27 fs 1.10.46.1: #i21605# component descriptions for scroll bar and spin button components

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [78503368510b18d43e62af32514d64349bbdb721]

        INTEGRATION: CWS qadev14 (1.2.26); FILE MERGED 2003/11/28 10:51:45 lla 1.2.26.1: #114060# type problems solved.

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [4d8a12b564eb38fe893dc67971e4cae15a69fdd6]

        INTEGRATION: CWS frmcontrols01 (1.14.46); FILE MERGED 2003/10/29 07:28:58 fs 1.14.46.5: resolved post-RESYNC problem 2003/10/29 07:27:04 fs 1.14.46.4: #i21277# no real need for own spin/scroll control component 2003/10/27 13:53:44 fs 1.14.46.3: RESYNC: (1.14-1.15); FILE MERGED 2003/10/27 11:15:26 fs 1.14.46.2: #i21605# spin button related services 2003/10/22 13:05:06 fs 1.14.46.1: #21277# new service names for scrollbars / register scroll bar components

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a0c3480827af2a9fa663783c30de5e5251f78152]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/11/28 10:50:44 lla 1.2.12.1: #114060# wrong header

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [bdf5400c6a7b4647df12ad3c3ded77061284fb31]

        INTEGRATION: CWS frmcontrols01 (1.9.46); FILE MERGED 2003/10/28 12:14:08 fs 1.9.46.3: resolved post-RESYNC problems 2003/10/27 11:15:31 fs 1.9.46.2: #i21605# spin properties 2003/10/22 13:05:25 fs 1.9.46.1: #21277# +PROPERTY_DEFAULT_SCROLL_VALUE

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a644680c8dfaac03cb97534c65ffa549afbadb95]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/08 13:03:24 lla 1.2.12.1: #114060# replace name check

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [c1f6274f76ebe7e08090b9386dab6a4371039f76]

        INTEGRATION: CWS frmcontrols01 (1.5.46); FILE MERGED 2003/10/29 07:26:39 fs 1.5.46.4: #i21277# no real need for own spin/scroll control component 2003/10/27 13:54:03 fs 1.5.46.3: RESYNC: (1.5-1.6); FILE MERGED 2003/10/27 11:15:15 fs 1.5.46.2: #i21605# spin button related services 2003/10/22 13:04:43 fs 1.5.46.1: #21277# new service names for scrollbars

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [5a7ff954de1a74f6fcf25f9cf54eacb55e773833]

        INTEGRATION: CWS qadev14 (1.4.2); FILE MERGED 2003/12/09 10:01:26 lla 1.4.2.3: #114060# test speedup also for unix, wait not a second, but a tenth second. 2003/12/09 09:44:55 lla 1.4.2.2: #114060# changes with deadlocks 2003/11/28 10:50:06 lla 1.4.2.1: #114060# view values, maybe a problem

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [862014669fe6781fb3c11c2cd517a89a34896d71]

        INTEGRATION: CWS frmcontrols01 (1.7.46); FILE MERGED 2003/10/28 12:14:07 fs 1.7.46.3: resolved post-RESYNC problems 2003/10/27 11:14:51 fs 1.7.46.2: #i21605# spin properties 2003/10/22 13:04:20 fs 1.7.46.1: #21277# +PROPERTY_(ID_)DEFAULT_SCROLL_VALUE

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d6c14e51df95dee6208c4ba74477f838b07439e1]

        INTEGRATION: CWS qadev14 (1.3.26); FILE MERGED 2003/12/08 13:01:48 lla 1.3.26.1: #114060# remove a wrong test.

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [6d957ba60819c69daaf8fe8c3f3d0846ec294016]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/29 11:43:42 fs 1.1.2.4: #i21605# allow to bind the control to spreadsheet cells 2003/10/29 07:26:00 fs 1.1.2.3: #i21277# no real need for an own control component 2003/10/28 09:51:18 fs 1.1.2.2: resolved post-RESYNC problems 2003/10/27 11:13:40 fs 1.1.2.1: #i21605# spin button form control/models

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [1bed65798de4532b0227c91f159c20064a511473]

        INTEGRATION: CWS qadev14 (1.5.2); FILE MERGED 2003/12/04 13:57:31 lla 1.5.2.2: #114060# replace old chinese directory by new utf8 coded one. 2003/11/28 10:48:46 lla 1.5.2.1: #114060# linux floppy???

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [2c0a7f60d949695bb632a392b120554c6708dd9e]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/31 09:33:29 fs 1.1.2.7: #i21948# TabIndex property 2003/10/30 10:49:33 fs 1.1.2.6: #112861# have a ControlSource property, so no UNDO action is being created when the value changes while we're bound 2003/10/29 11:43:41 fs 1.1.2.5: #i21605# allow to bind the control to spreadsheet cells 2003/10/29 07:26:00 fs 1.1.2.4: #i21277# no real need for an own control component 2003/10/28 12:12:15 fs 1.1.2.3: resolved post-RESYNC problems 2003/10/28 09:51:17 fs 1.1.2.2: resolved post-RESYNC problems 2003/10/27 11:13:30 fs 1.1.2.1: #i21605# spin button form control/models

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [892342c7ea7e2dc6a6224bf3ad898e9a790264aa]

        INTEGRATION: CWS qadev14 (1.5.2); FILE MERGED 2003/12/08 11:09:36 lla 1.5.2.5: #114060# FileType check changed, due to the fact, that we can not assure which item we retrieve 2003/12/05 12:47:23 lla 1.5.2.4: #114060# comment for getSystemPathFromFileURL 2003/12/05 11:53:20 lla 1.5.2.3: #114060# changes for getSystemPathFromFileURL 2003/12/04 13:58:20 lla 1.5.2.2: #114060# compileproblems within Linux/Solaris removed 2003/11/28 10:47:53 lla 1.5.2.1: #114060# lot cleanups

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [7cdd83dcaad0f236a8e19fbc062fdda0de7a5746]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/29 11:43:40 fs 1.1.2.4: #i21605# allow to bind the control to spreadsheet cells 2003/10/29 07:24:25 fs 1.1.2.3: #i21277# no real need for an own control component 2003/10/28 09:51:17 fs 1.1.2.2: resolved post-RESYNC problems 2003/10/22 13:08:52 fs 1.1.2.1: initial checkin - declaration/implementation for form layer scroll bar control/models

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [fc429a53341362a02eccf361183b30c48b9aff7d]

        INTEGRATION: CWS qadev14 (1.2.26); FILE MERGED 2003/12/03 08:58:18 lla 1.2.26.1: #114060# do not throw in dtors

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [9a4efbf614793baf844b9b4a453255afbf428a90]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/31 10:17:34 fs 1.1.2.8: #i21952# TabIndex property added 2003/10/30 10:49:32 fs 1.1.2.7: #112861# have a ControlSource property, so no UNDO action is being created when the value changes while we're bound 2003/10/29 11:43:39 fs 1.1.2.6: #i21605# allow to bind the control to spreadsheet cells 2003/10/29 07:24:25 fs 1.1.2.5: #i21277# no real need for an own control component 2003/10/28 12:12:16 fs 1.1.2.4: resolved post-RESYNC problems 2003/10/28 09:51:16 fs 1.1.2.3: resolved post-RESYNC problems 2003/10/27 11:14:32 fs 1.1.2.2: #i21277# default scroll value is 32 bit 2003/10/22 13:08:44 fs 1.1.2.1: initial checkin - declaration/implementation for form layer scroll bar control/models

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d6a12c7a8e6d7810c1d850659f06c70c89548129]

        INTEGRATION: CWS qadev14 (1.2.2); FILE MERGED 2003/11/28 10:46:52 lla 1.2.2.1: #114060# cleanups

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [711fda0491c161e0b9286297f249c5211c951451]

        INTEGRATION: CWS frmcontrols01 (1.4.46); FILE MERGED 2003/10/27 13:49:35 fs 1.4.46.3: RESYNC: (1.4-1.5); FILE MERGED 2003/10/27 11:13:56 fs 1.4.46.2: #i21605# +spinbutton 2003/10/22 13:09:17 fs 1.4.46.1: #21277# +scrollbar.*

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [bab906dacab25177a639fc79b9a6a688cea5a44f]

        INTEGRATION: CWS qadev14 (1.7.2); FILE MERGED 2003/11/28 10:46:06 lla 1.7.2.1: #114060# ctor_003 bug removed, cleanups

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [4befadb3d29b27f86990baaed98d5767a63c312f]

        INTEGRATION: CWS frmcontrols01 (1.28.2); FILE MERGED 2003/11/04 12:24:06 fs 1.28.2.1: whitespacing

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [4b7493daa9ec5de15768816f51ebaedaca558da8]

        INTEGRATION: CWS qadev14 (1.7.2); FILE MERGED 2003/11/28 10:46:04 lla 1.7.2.1: #114060# ctor_003 bug removed, cleanups

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a306420240d5eb89d76938fc29dd942e8eff792d]

        INTEGRATION: CWS frmcontrols01 (1.27.2); FILE MERGED 2003/11/04 12:25:17 fs 1.27.2.1: +TabIndex property (without this, TabStop doesn't make much sense)

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b7e1f156564ca9702aa6af9d5569a1aec54c201a]

        INTEGRATION: CWS frmcontrols01 (1.24.30); FILE MERGED 2003/10/27 13:50:31 fs 1.24.30.2: RESYNC: (1.24-1.25); FILE MERGED 2003/10/22 13:07:57 fs 1.24.30.1: #21277# slightly changed the handling of supported service names, for easier creation of to-be-registered components

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [77eb5bf9047812419de9e6344b36b0ac39ec7e1e]

        INTEGRATION: CWS frmcontrols01 (1.2.46); FILE MERGED 2003/10/22 13:06:04 fs 1.2.46.1: removed obsolete getCurrentServiceNames_Static (stumbled upon this during #21277#)

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [6a98e7ac88e0049cbf761bb4c74d13df7bcdfb4d]

        INTEGRATION: CWS frmcontrols01 (1.20.2); FILE MERGED 2003/11/04 12:23:06 fs 1.20.2.1: whitespacing

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ace1b66f144ba60d1017cad18824188a64692d8f]

        INTEGRATION: CWS frmcontrols01 (1.7.92); FILE MERGED 2003/11/14 15:24:04 fs 1.7.92.4: RESYNC: (1.8-1.9); FILE MERGED 2003/10/29 07:32:34 fs 1.7.92.3: #i21605# 2003/10/27 16:07:03 fs 1.7.92.2: RESYNC: (1.7-1.8); FILE MERGED 2003/10/22 12:52:29 fs 1.7.92.1: new help ids for various scroll bar related properties

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [c7dc80526e56e6b44445834771fd5119b704e3ed]

        INTEGRATION: CWS frmcontrols01 (1.16.92); FILE MERGED 2003/11/14 15:23:15 fs 1.16.92.6: RESYNC: (1.17-1.18); FILE MERGED 2003/10/29 13:08:19 fs 1.16.92.5: #i18017# remove HardLineBreak property (never had any effect) 2003/10/29 07:35:23 fs 1.16.92.4: #i21605# more spin button related implementations 2003/10/28 12:29:16 fs 1.16.92.3: resolved post-RESYNC problems 2003/10/27 15:46:43 fs 1.16.92.2: RESYNC: (1.16-1.17); FILE MERGED 2003/10/22 12:55:41 fs 1.16.92.1: #21277# care for new properties for scroll bar controls

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b15d97c4c24849d8bbbee79aa3fa6d09a0a2809b]

        INTEGRATION: CWS frmcontrols01 (1.15.170); FILE MERGED 2003/11/14 15:23:21 fs 1.15.170.5: RESYNC: (1.16-1.17); FILE MERGED 2003/10/29 13:08:18 fs 1.15.170.4: #i18017# remove HardLineBreak property (never had any effect) 2003/10/29 07:35:22 fs 1.15.170.3: #i21605# more spin button related implementations 2003/10/27 15:47:07 fs 1.15.170.2: RESYNC: (1.15-1.16); FILE MERGED 2003/10/22 12:55:34 fs 1.15.170.1: #21277# resids for strings for new properties for scroll bar controls

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [96a02b00e4cb83b139f02b5067c2e6f94a4a260a]

        INTEGRATION: CWS frmcontrols01 (1.52.40); FILE MERGED 2003/11/14 15:23:30 fs 1.52.40.6: RESYNC: (1.53-1.54); FILE MERGED 2003/11/10 09:41:36 fs 1.52.40.5: #i21566# string review 2003/10/29 13:08:17 fs 1.52.40.4: #i18017# remove HardLineBreak property (never had any effect) 2003/10/29 07:35:21 fs 1.52.40.3: #i21605# more spin button related implementations 2003/10/27 15:47:13 fs 1.52.40.2: RESYNC: (1.52-1.53); FILE MERGED 2003/10/22 12:55:04 fs 1.52.40.1: #21277# initial (not approved) strings for new properties for scroll bar controls

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [2a96583ce066aefdb7d7eba3170e5a6add3924ff]

        INTEGRATION: CWS qadev14 (1.2.30); FILE MERGED 2003/12/04 09:57:47 sg 1.2.30.1: #114055#CHG: removed usage of parameter 'OS'

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [098271e675e09fdb706a6a6dd3ba4f42650867be]

        INTEGRATION: CWS frmcontrols01 (1.13.92); FILE MERGED 2003/11/14 15:23:09 fs 1.13.92.5: RESYNC: (1.14-1.15); FILE MERGED 2003/10/29 13:08:16 fs 1.13.92.4: #i18017# remove HardLineBreak property (never had any effect) 2003/10/29 07:40:50 fs 1.13.92.3: #i21605# more spin button related implementations 2003/10/27 15:46:10 fs 1.13.92.2: RESYNC: (1.13-1.14); FILE MERGED 2003/10/22 12:54:22 fs 1.13.92.1: #21277# care for new properties for scroll bar controls

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [87a48617a239c2a0f4ffe35ca7d6a806adcb1384]

        INTEGRATION: CWS frmcontrols01 (1.17.92); FILE MERGED 2003/11/14 15:23:37 fs 1.17.92.7: RESYNC: (1.18-1.20); FILE MERGED 2003/11/04 12:23:50 fs 1.17.92.6: whitespacing 2003/10/29 13:08:15 fs 1.17.92.5: #i18017# remove HardLineBreak property (never had any effect) 2003/10/29 07:40:50 fs 1.17.92.4: #i21605# more spin button related implementations 2003/10/28 12:29:16 fs 1.17.92.3: resolved post-RESYNC problems 2003/10/27 15:48:21 fs 1.17.92.2: RESYNC: (1.17-1.18); FILE MERGED 2003/10/22 12:54:23 fs 1.17.92.1: #21277# care for new properties for scroll bar controls

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [f9cbe1f6da49a28125bc384fc426aa8f6be298ef]

        INTEGRATION: CWS frmcontrols01 (1.54.92); FILE MERGED 2003/10/29 14:51:52 fs 1.54.92.4: #i15214# SetCursorSource: use a multi line edit for commands (reverted the fix for #102058#, and fixed it properly) 2003/10/29 07:35:22 fs 1.54.92.3: #i21605# more spin button related implementations 2003/10/27 15:46:25 fs 1.54.92.2: RESYNC: (1.54-1.55); FILE MERGED 2003/10/22 12:53:33 fs 1.54.92.1: #21277# care for new properties for scroll bar controls

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [2bfc0177991c2073884a18838ad85e5fac8be629]

        INTEGRATION: CWS frmcontrols01 (1.5.2); FILE MERGED 2003/11/05 07:56:55 fs 1.5.2.1: somewhat smaller minimum width

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [f5f1e6029574202618b1f7fc131ad1cd1754f083]

        INTEGRATION: CWS frmcontrols01 (1.1.1.1.194); FILE MERGED 2003/10/29 13:08:37 fs 1.1.1.1.194.1: #i18017# remove HardLineBreak property (never had any effect)

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [25b4b5b6e224395addd4f08bf3e06dedbf3f2006]

        INTEGRATION: CWS frmcontrols01 (1.5.190); FILE MERGED 2003/10/29 13:08:37 fs 1.5.190.1: #i18017# remove HardLineBreak property (never had any effect)

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [5cb9e6ee7027f639b04d31345aeacdf4019edcfb]

        INTEGRATION: CWS frmcontrols01 (1.14.92); FILE MERGED 2003/11/14 15:24:10 fs 1.14.92.4: RESYNC: (1.15-1.16); FILE MERGED 2003/10/29 07:31:41 fs 1.14.92.3: #i21605# 2003/10/27 16:07:08 fs 1.14.92.2: RESYNC: (1.14-1.15); FILE MERGED 2003/10/22 12:52:09 fs 1.14.92.1: new help ids for various scroll bar related properties

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [22d1192e1b951a6b6c8835182d5144df728f793e]

        INTEGRATION: CWS frmcontrols01 (1.24.58); FILE MERGED 2003/10/29 13:09:51 fs 1.24.58.1: #i18017# remove HardLineBreak property (never had any effect)

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a7a4fca5fca8246a027f9c14dffe81900ed21575]

        INTEGRATION: CWS frmcontrols01 (1.41.110); FILE MERGED 2003/10/29 07:13:36 fs 1.41.110.1: #i21605# +ControlForeground

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [8d37fedcda701e8eb72c30e21fc43e8e97098df4]

        INTEGRATION: CWS frmcontrols01 (1.48.212); FILE MERGED 2003/10/29 07:13:23 fs 1.48.212.1: #i21605# +ControlForeground

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [48c2f92a522b0be198eb9d2f857c62858f1bacde]

        INTEGRATION: CWS frmcontrols01 (1.5.212); FILE MERGED 2003/10/27 11:22:02 fs 1.5.212.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 12:58:52 fs 1.5.212.1: #21277# new service names for scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [7c4f0e4779d80043dd5801bf0e0a4451d39a6824]

        INTEGRATION: CWS frmcontrols01 (1.10.212); FILE MERGED 2003/10/29 13:11:31 fs 1.10.212.3: #i18017# remove HardLineBreak property (never had any effect) 2003/10/27 11:22:01 fs 1.10.212.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 12:57:25 fs 1.10.212.1: #21277# new strings/images for scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [5a65da385202f120dc3dc264af2ed8dad918ca39]

        INTEGRATION: CWS frmcontrols01 (1.4.212); FILE MERGED 2003/10/29 13:11:30 fs 1.4.212.2: #i18017# remove HardLineBreak property (never had any effect) 2003/10/29 07:11:14 fs 1.4.212.1: #i21605# more intersection-capable properties (scroll bars and form controls)

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [1393b0622da1d8b3d8560aca344298325159b3fa]

        INTEGRATION: CWS frmcontrols01 (1.22.44); FILE MERGED 2003/11/04 12:22:18 fs 1.22.44.3: #i21650# #i21277# scrollbar / spin button icons moved in toolbox 2003/10/27 11:47:11 fs 1.22.44.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:26 fs 1.22.44.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [391a8ee3b23a87b519ecc682569cacd0408fca3e]

        INTEGRATION: CWS frmcontrols01 (1.7.212); FILE MERGED 2003/10/27 11:47:11 fs 1.7.212.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:26 fs 1.7.212.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [802736cbe5538f99c0ce8cb0e7758ff3eee57027]

        INTEGRATION: CWS qadev14 (1.3.12); FILE MERGED 2003/12/01 16:01:04 sw 1.3.12.1: #i23064#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [fbe57cfc0ab7c459616303e3ca4775260be51602]

        INTEGRATION: CWS frmcontrols01 (1.28.152); FILE MERGED 2003/10/27 11:47:10 fs 1.28.152.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:25 fs 1.28.152.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [7f05bc8407c1009ae486fb5834496e72b9d9679d]

        INTEGRATION: CWS frmcontrols01 (1.25.212); FILE MERGED 2003/10/29 07:10:44 fs 1.25.212.1: #i21605# more intersection-capable properties (scroll bars and form controls) fmprop.cxx

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [60c9078abfc6a2f8acdb7ee58b6a351d388bcaf3]

        INTEGRATION: CWS qadev14 (1.5.12); FILE MERGED 2003/12/04 15:45:29 sw 1.5.12.1: #i22953# added Objectrelation for XAccessibleText

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a406ac6a6d64edc75cc965bac6cac5fb0326ad25]

        INTEGRATION: CWS frmcontrols01 (1.26.212); FILE MERGED 2003/10/29 13:09:37 fs 1.26.212.3: prevent compiler warning 2003/10/27 11:47:09 fs 1.26.212.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:24 fs 1.26.212.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [291f09c0990a69677234362472612e1ed201830a]

        INTEGRATION: CWS frmcontrols01 (1.55.32); FILE MERGED 2003/11/10 09:41:53 fs 1.55.32.4: #i21566# string review 2003/10/29 13:15:12 fs 1.55.32.3: #i18017# remove HardLineBreak property (never had any effect) 2003/10/27 11:47:08 fs 1.55.32.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:23 fs 1.55.32.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [682e0fcc36cb065237da09f8ca9411acd4201c7a]

        INTEGRATION: CWS frmcontrols01 (1.41.212); FILE MERGED 2003/10/27 14:40:01 fs 1.41.212.3: RESYNC: (1.41-1.42); FILE MERGED 2003/10/27 11:47:07 fs 1.41.212.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:21 fs 1.41.212.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [738e9f32f69ec360020d8917743c0e8bf2fe1cbf]

        INTEGRATION: CWS frmcontrols01 (1.40.16); FILE MERGED 2003/10/27 11:47:06 fs 1.40.16.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:20 fs 1.40.16.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ace69e54620166954da67207b9710ea6d88e26ef]

        INTEGRATION: CWS frmcontrols01 (1.9.152); FILE MERGED 2003/10/27 11:47:06 fs 1.9.152.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 12:59:05 fs 1.9.152.1: #21277# new service names for scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [19623ab8a07770440dff5d00607ccdc8e96ac9a7]

        INTEGRATION: CWS frmcontrols01 (1.9.212); FILE MERGED 2003/10/29 13:15:11 fs 1.9.212.2: #i18017# remove HardLineBreak property (never had any effect) 2003/10/29 07:10:44 fs 1.9.212.1: #i21605# more intersection-capable properties (scroll bars and form controls) fmprop.cxx

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a653e0d4edcf8430f8b39f2ec4a3c4606c8fb234]

        INTEGRATION: CWS frmcontrols01 (1.18.212); FILE MERGED 2003/10/27 11:47:06 fs 1.18.212.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:20 fs 1.18.212.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0cb68399eafd877683583e6595a3c2ebfae39668]

        INTEGRATION: CWS frmcontrols01 (1.8.360); FILE MERGED 2003/11/04 12:21:46 fs 1.8.360.3: #i21650# #i21277# no border for scrollbar and spin button 2003/10/27 11:47:05 fs 1.8.360.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:19 fs 1.8.360.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a25de8a9448bdafd764237aec314bb43c9133121]

        INTEGRATION: CWS frmcontrols01 (1.33.44); FILE MERGED 2003/11/10 09:41:54 fs 1.33.44.3: #i21566# string review 2003/10/27 11:47:05 fs 1.33.44.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:18 fs 1.33.44.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0904bf5ddbb26e85a5d3d559082887e0b0e55534]

        INTEGRATION: CWS frmcontrols01 (1.26.362); FILE MERGED 2003/10/27 11:47:04 fs 1.26.362.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:18 fs 1.26.362.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [5e615eaf740235a4513402833586139d0b9b28c1]

        INTEGRATION: CWS frmcontrols01 (1.12.212); FILE MERGED 2003/10/27 11:47:03 fs 1.12.212.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:01:17 fs 1.12.212.1: #21277# new form controls: scrollbars and spin fields

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [64300167323edf7c503e8707e3625c3626c51690]

        INTEGRATION: CWS frmcontrols01 (1.39.54); FILE MERGED 2003/10/27 15:00:49 fs 1.39.54.3: RESYNC: (1.39-1.41); FILE MERGED 2003/10/27 11:20:59 fs 1.39.54.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:10:07 fs 1.39.54.1: #21277# new slot/infos for scrollbars / register scroll bar components

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0e36a313ee91806d2f0639aeaebc5b3c97e525b6]

        INTEGRATION: CWS qadev14 (1.3.12); FILE MERGED 2003/12/01 16:00:37 sw 1.3.12.1: #i23064#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [970bfb0d4feda47a591362c983d7ffc05d2a1ca0]

        INTEGRATION: CWS frmcontrols01 (1.5.372); FILE MERGED 2003/10/27 11:20:59 fs 1.5.372.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:10:07 fs 1.5.372.1: #21277# new slot/infos for scrollbars / register scroll bar components

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0a6b01d9fb4d99e3196c85621f2887f5efd326f4]

        INTEGRATION: CWS qadev14 (1.3.12); FILE MERGED 2003/12/01 16:00:15 sw 1.3.12.1: #i23064#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [804b92f05f5edd54ef13978cb5e5620079e84fa6]

        INTEGRATION: CWS frmcontrols01 (1.9.132); FILE MERGED 2003/10/29 13:08:40 fs 1.9.132.1: #i18017# remove HardLineBreak property (never had any effect)

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [c963298938662a74fc15762c8f1e99b9b5398b56]

        INTEGRATION: CWS qadev14 (1.4.12); FILE MERGED 2003/12/04 16:52:02 sw 1.4.12.1: #i23155#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [e53c321e2e2614495f65106fb642b5f5ce9a180a]

        INTEGRATION: CWS qadev14 (1.6.12); FILE MERGED 2003/12/03 15:45:45 sw 1.6.12.2: #i23155# 2003/12/02 14:58:42 sw 1.6.12.1: #i23105#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [2d91b0fc6f4ffb7dd7d4bbedf4479d8c8a0b0a69]

        INTEGRATION: CWS qadev14 (1.4.12); FILE MERGED 2003/12/01 16:48:50 sw 1.4.12.1: #i23066#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [8b8f2f193aa3bead8c60d04970aa1c7b196c5050]

        INTEGRATION: CWS qadev14 (1.4.12); FILE MERGED 2003/12/01 15:59:46 sw 1.4.12.1: #i23064#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [bd7ae47d31331ca8e817d9dc79eb0a0f0270e2d3]

        INTEGRATION: CWS frmcontrols01 (1.5.102); FILE MERGED 2003/10/27 11:45:26 fs 1.5.102.2: #i21605# spin button handling 2003/10/22 13:17:46 fs 1.5.102.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [c2bdda5fff9f3c878460b0da9cedc368bbb591db]

        INTEGRATION: CWS frmcontrols01 (1.10.102); FILE MERGED 2003/10/29 07:03:58 fs 1.10.102.4: #i21605# value-range: orientation exported as attribute, not as generic property 2003/10/27 15:08:07 fs 1.10.102.3: RESYNC: (1.10-1.11); FILE MERGED 2003/10/27 11:45:25 fs 1.10.102.2: #i21605# spin button handling 2003/10/22 13:17:46 fs 1.10.102.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [cd1a01e044cf96bc076113e17fb613c57d95b3f3]

        INTEGRATION: CWS frmcontrols01 (1.12.86); FILE MERGED 2003/10/22 13:17:45 fs 1.12.86.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [acdeac72d242966179a5398a59060af23cf11202]

        INTEGRATION: CWS frmcontrols01 (1.17.86); FILE MERGED 2003/10/22 13:17:45 fs 1.17.86.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [abba530cdb98b31a773d998aeb31492868d02154]

        INTEGRATION: CWS frmcontrols01 (1.16.102); FILE MERGED 2003/10/22 13:17:45 fs 1.16.102.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d25ab1c074b9392651e773b3a1f5ee67f0df1f2d]

        INTEGRATION: CWS frmcontrols01 (1.22.102); FILE MERGED 2003/10/22 13:17:44 fs 1.22.102.2: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements 2003/10/17 13:43:18 fs 1.22.102.1: #110714# GetRelativeReference does not accept empty URLs anymore

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [6c847335c4fca8de54c432ba0c3683672d158af8]

        INTEGRATION: CWS frmcontrols01 (1.17.102); FILE MERGED 2003/10/29 07:03:57 fs 1.17.102.4: #i21605# value-range: orientation exported as attribute, not as generic property 2003/10/27 15:08:32 fs 1.17.102.3: RESYNC: (1.17-1.18); FILE MERGED 2003/10/27 11:45:24 fs 1.17.102.2: #i21605# spin button handling 2003/10/22 13:17:44 fs 1.17.102.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ca3275688577b681c30fedf779d735159887c965]

        INTEGRATION: CWS frmcontrols01 (1.1.212); FILE MERGED 2003/10/22 13:17:43 fs 1.1.212.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [c8d78f83166df2c399a668ef2c8f355cf8a28acc]

        INTEGRATION: CWS frmcontrols01 (1.19.102); FILE MERGED 2003/10/27 15:08:47 fs 1.19.102.2: RESYNC: (1.19-1.20); FILE MERGED 2003/10/27 11:45:24 fs 1.19.102.1: #i21605# spin button handling

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [252ab562d035619ae8afca58697d3f7ae0807932]

        INTEGRATION: CWS frmcontrols01 (1.35.86); FILE MERGED 2003/10/27 15:08:13 fs 1.35.86.2: RESYNC: (1.35-1.36); FILE MERGED 2003/10/27 11:45:23 fs 1.35.86.1: #i21605# spin button handling

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b01f5695a4553607f5f4c309b9f18b5e32e5dae2]

        INTEGRATION: CWS frmcontrols01 (1.25.86); FILE MERGED 2003/10/29 06:59:03 fs 1.25.86.4: #i21605# value-range: orientation exported as attribute, not as generic property 2003/10/27 15:09:37 fs 1.25.86.3: RESYNC: (1.25-1.26); FILE MERGED 2003/10/27 11:45:22 fs 1.25.86.2: #i21605# spin button handling 2003/10/22 13:17:42 fs 1.25.86.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [7b5f5e2ae4db8e163793dd5b8f49100ee358ed8e]

        INTEGRATION: CWS frmcontrols01 (1.16.102); FILE MERGED 2003/10/29 06:58:03 fs 1.16.102.1: #i21605# SymbolColor exported as style

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [de7be745a73d988c8776c2a82bfc5b79a2c8e181]

        INTEGRATION: CWS frmcontrols01 (1.3.62); FILE MERGED 2003/10/22 13:17:42 fs 1.3.62.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [e0f4ffc872bcf2ca8fb2a1d11c16e6d78ddd09ed]

        INTEGRATION: CWS frmcontrols01 (1.3.210); FILE MERGED 2003/10/22 13:17:41 fs 1.3.210.1: #21277# new implementations for exporting/importing scrollbar controls as form:value-range elements

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d9bfba97e71dddb09b7f41c64cf69d3269c1c21f]

        INTEGRATION: CWS frmcontrols01 (1.61.30); FILE MERGED 2003/10/29 07:04:26 fs 1.61.30.1: #i21605# +ControlForeground

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [976c9bff5cdfe0989c809ba27722e4a015261f9d]

        INTEGRATION: CWS frmcontrols01 (1.13.174); FILE MERGED 2003/10/29 07:05:15 fs 1.13.174.4: #i21605# value-range: orientation exported as attribute, not as generic property 2003/10/27 15:12:33 fs 1.13.174.3: RESYNC: (1.13-1.14); FILE MERGED 2003/10/27 11:46:01 fs 1.13.174.2: #i21605# min/max-value are float, not integer (necessary since it's going to be used for the formatted-text element, too) 2003/10/22 13:21:52 fs 1.13.174.1: #21277# new form control element form:value-range

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [cc3de7cb54f42315d172f894d77e0ae74ded38cc]

        INTEGRATION: CWS frmcontrols01 (1.11.84); FILE MERGED 2003/11/12 13:48:04 fs 1.11.84.3: typo 2003/11/12 13:39:02 fs 1.11.84.2: added description for ScrollBarControl in the course of #21277# 2003/10/29 07:09:26 fs 1.11.84.1: #i21605# component descriptions for scroll bar and spin button components

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [92871c1443ed0376df4a4456038ceb7ade3f784f]

        INTEGRATION: CWS frmcontrols01 (1.5.194); FILE MERGED 2003/10/27 11:39:00 fs 1.5.194.1: #i21605# spin button control/model service names

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [753b5732f15b32f9e0337577ffea04a30e0d121d]

        INTEGRATION: CWS frmcontrols01 (1.8.98); FILE MERGED 2003/10/27 11:39:56 fs 1.8.98.2: #i21605# spin button control/model services 2003/10/22 13:40:29 fs 1.8.98.1: #i21277#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [cd48de0174d34fa8afd0fe7dfd5796a889a4df31]

        INTEGRATION: CWS frmcontrols01 (1.19.42); FILE MERGED 2003/10/29 07:08:42 fs 1.19.42.3: #i21605# +BASEPROPERTY_REPEAT 2003/10/27 11:38:29 fs 1.19.42.2: #i21605# spin button control/model properties 2003/10/22 13:39:24 fs 1.19.42.1: #i21277# added some new scrollbar properties

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [51c3b8cfaa44d3f393c43a6ce7ea3f3bd0fe631e]

        INTEGRATION: CWS frmcontrols01 (1.60.48); FILE MERGED 2003/10/30 14:23:51 fs 1.60.48.2: #i21680# Repeat and RepeatDelay also for currency, date, time, numeric, and formatted field 2003/10/22 13:42:49 fs 1.60.48.1: outsourced UnoControlScrollBar/Model to tkscrollbar.hxx during #21277#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [9e6ca19380b49cbd6fa13f892a28f7996f7ffb4c]

        INTEGRATION: CWS frmcontrols01 (1.32.98); FILE MERGED 2003/10/30 14:24:21 fs 1.32.98.3: #i21680# also provide default for Repeat 2003/10/27 11:23:33 fs 1.32.98.2: #i21605# spin control/model related property defaults 2003/10/22 13:41:43 fs 1.32.98.1: #i21277# added defaults for some new scrollbar properties

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [3c3e56c2a0e7f3cc1c7a311535722b2189cc79b6]

        INTEGRATION: CWS qadev14 (1.4.12); FILE MERGED 2003/12/04 18:23:23 sg 1.4.12.1: #114046#CHG: added implementation for XCompletedExecution interface

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [1224d6f9ec0c6d6406457c5e83d1243f11a1d30f]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/31 09:31:41 fs 1.1.2.4: #i21605# don't add as peer-adjustmentlistener twice 2003/10/29 11:42:37 fs 1.1.2.3: #i21605# add as AdjustmentListener to the peer when creating it 2003/10/29 07:08:30 fs 1.1.2.2: #i21605# more implementations for the spin button control 2003/10/27 11:25:13 fs 1.1.2.1: #i21605# initial checkin - spin button control/model

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [28a27c8d6308f4d7101cc60d80b39114f7ceb4d5]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/31 10:16:49 fs 1.1.2.3: #i21952# TabStop property 2003/10/27 11:22:55 fs 1.1.2.2: #i21605# RepeatDelay property default moved to base class 2003/10/22 13:42:21 fs 1.1.2.1: outsourced UnoControlScrollBar/Model from unocontrols.cxx to tkscrollbar.cxx during #21277#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [65c29a8100cfaeeb7b8d5cf6134a0b735ee7bb34]

        INTEGRATION: CWS frmcontrols01 (1.8.98); FILE MERGED 2003/10/27 11:25:48 fs 1.8.98.2: #i21605# +tkspinbutton 2003/10/22 13:42:35 fs 1.8.98.1: #i21277# +tkscrollbar.*

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b5cdc222fba3139828145afc789b450a57217664]

        INTEGRATION: CWS frmcontrols01 (1.17.98); FILE MERGED 2003/10/27 11:21:47 fs 1.17.98.1: #i21605# +OCommonGeometryControlModel

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [8407ab8d4c0979daeacbe6f11644037551bd842c]

        INTEGRATION: CWS frmcontrols01 (1.3.98); FILE MERGED 2003/10/30 14:23:50 fs 1.3.98.1: #i21680# Repeat and RepeatDelay also for currency, date, time, numeric, and formatted field

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [8fce8141a032e8a63b79362a5091067500b25206]

        INTEGRATION: CWS frmcontrols01 (1.4.62); FILE MERGED 2003/10/27 11:24:55 fs 1.4.62.2: #i21605# allow to create control models from arbitrary service names (as long as they support the UnoControlModel service) 2003/10/22 13:41:07 fs 1.4.62.1: #i21277#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d2760989627e70abdaf8d3bf253f489cfc97ebcd]

        INTEGRATION: CWS frmcontrols01 (1.43.16); FILE MERGED 2003/10/27 11:28:00 fs 1.43.16.2: #i21605# SymbolColor handling moved to base class 2003/10/22 13:40:03 fs 1.43.16.1: #i21277# added some new scrollbar properties

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d5edb1087b27214ffc9fcb6c535b128ecb98f0b5]

        INTEGRATION: CWS frmcontrols01 (1.42.16); FILE MERGED 2003/10/30 14:24:58 fs 1.42.16.3: #i21680# also handle property Repeat 2003/10/27 11:27:25 fs 1.42.16.2: #i21605# SymbolColor handling 2003/10/22 13:40:48 fs 1.42.16.1: #i21277# handle RepeatDelay property in a generic way

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [2c123cf8b49e46f795f65dd395b35999f6aa438c]

        INTEGRATION: CWS frmcontrols01 (1.33.16); FILE MERGED 2003/10/27 11:26:54 fs 1.33.16.1: #i21605# own class for spin button peer

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [c4041aeeccba6045700052652735933ab9bff110]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/05 17:41:12 sg 1.2.12.1: #114056#CHG: additional object relation for dispose

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [01a9a91e941a18a802062b1c686cd33d292847c2]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/30 14:25:14 fs 1.1.2.3: #i21680# Repeat property handled by base class 2003/10/29 07:08:00 fs 1.1.2.2: #i21605# more implementations for the spin button control 2003/10/27 11:26:16 fs 1.1.2.1: #i21605# initial checkin - spin button peer

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [5a0478cf15914097c20d98a803c694f63141da2f]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/05 17:41:12 sg 1.2.12.3: #114056#CHG: additional object relation for dispose 2003/12/05 15:10:59 sg 1.2.12.2: #114056#CHG: additional object relation for dispose 2003/12/04 18:58:24 sg 1.2.12.1: #114056#CHG: updated tests

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [bbc0f2b701dfe7229583e2e362bddf9edf2bf2b3]

        INTEGRATION: CWS frmcontrols01 (1.25.20); FILE MERGED 2003/10/27 11:26:31 fs 1.25.20.1: #i21605# +vclxspinbutton

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a0c00125785cbae58a1518f645bb1afd723be0e9]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/04 18:58:23 sg 1.2.12.1: #114056#CHG: updated tests

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [e98dfe538226ebb9e9f67a85f55d4950e2923f1e]

        INTEGRATION: CWS frmcontrols01 (1.5.194); FILE MERGED 2003/10/27 11:20:40 fs 1.5.194.1: #i21605# spin button control/model service names

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [20747e59f6d1f9e0666d747b47f4441ad4764208]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/05 17:41:11 sg 1.2.12.2: #114056#CHG: additional object relation for dispose 2003/12/04 18:58:23 sg 1.2.12.1: #114056#CHG: updated tests

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d9df444ad6a55de74d23c8bd1affab825d855109]

        INTEGRATION: CWS frmcontrols01 (1.14.42); FILE MERGED 2003/10/29 07:08:26 fs 1.14.42.3: #i21605# +BASEPROPERTY_REPEAT 2003/10/27 11:20:13 fs 1.14.42.2: #i21605# SPINVALUE/MIN/MAX/INCREMENT 2003/10/22 13:38:51 fs 1.14.42.1: #i21277# added some new scrollbar properties

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [6df6218d263900fb6e1b23f884c7311730b17946]

        INTEGRATION: CWS frmcontrols01 (1.29.62); FILE MERGED 2003/10/22 13:38:06 fs 1.29.62.1: outsourced UnoControlScrollBar/Model to tkscrollbar.hxx during #21277#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [da68fffddc4d00a26d7334159fb775091f8e5c27]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/04 18:58:22 sg 1.2.12.1: #114056#CHG: updated tests

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [da5786b58df93e0508a557d5e4a309e9486217b0]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/29 07:07:47 fs 1.1.2.2: #i21605# more implementations for the spin button control 2003/10/27 11:18:42 fs 1.1.2.1: #i21605# initial checkin - spin button control/model

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [81b96a0184b4db609bd2a7886332fa0c9d2558de]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/22 13:43:07 fs 1.1.2.1: outsourced UnoControlScrollBar/Model from unocontrols.hxx to tkscrollbar.hxx during #21277#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b403da1556d566ceae93f647e97978183cc23f5d]

        INTEGRATION: CWS frmcontrols01 (1.13.98); FILE MERGED 2003/10/27 11:19:25 fs 1.13.98.1: #i21605# +OCommonGeometryControlModel

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [dc33dbc908b0f99dd8512555fb1cf697f1173b91]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/04 18:58:21 sg 1.2.12.1: #114056#CHG: updated tests

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [319cd66dc669d4f474aae209946a0cf1afda61ba]

        INTEGRATION: CWS frmcontrols01 (1.28.84); FILE MERGED 2003/10/22 13:39:08 fs 1.28.84.1: #i21277# +VCLXScrollBar::set/getMinimum

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [1d487373082c0c0d975d8daaa89c5aac10c0548c]

        INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED 2003/10/29 07:07:16 fs 1.1.2.2: #i21605# more implementations for the spin button control 2003/10/27 11:18:24 fs 1.1.2.1: #i21605# initial checkin - spin button peer

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b68966063dc68fedeb360a98e71dc71be3b39619]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/04 18:58:20 sg 1.2.12.1: #114056#CHG: updated tests

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a45239e87018b52932486aa105294f2129402890]

        INTEGRATION: CWS frmcontrols01 (1.10.310); FILE MERGED 2003/10/30 14:22:04 fs 1.10.310.2: #i21680# don't use hard coded timeouts for repeat, but the MouseSettings 2003/10/29 11:16:43 fs 1.10.310.1: #i21614# ImplDrawSpinButton: allow mirrored horizontal orientation

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ad67b036a127f6fb04c0b140d120465a4cdf9676]

        INTEGRATION: CWS frmcontrols01 (1.3.316); FILE MERGED 2003/11/12 10:49:29 fs 1.3.316.6: #100000# build problem on unxlngi5 2003/11/11 18:15:12 ssa 1.3.316.5: #i21795# printing for spinbuttons 2003/10/31 09:48:14 fs 1.3.316.4: #i21948# KeyInput: also react on KEY_LEFT/KEY_RIGHT 2003/10/31 09:39:34 fs 1.3.316.3: #i21948# KeyInput: also react on KEY_LEFT/KEY_RIGHT 2003/10/31 09:29:31 fs 1.3.316.2: #i21948# visual feedback when focused 2003/10/29 11:18:38 fs 1.3.316.1: #i21605# - associate a value with a spin button, as well as a value range - allow switching orientation and repeating behaviour during lifetime - use repeat delay from settings, instead of hard coded values

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d5434164ad5e61ef0056f98a09c22804751ae200]

        INTEGRATION: CWS frmcontrols01 (1.8.314); FILE MERGED 2003/11/11 18:15:23 ssa 1.8.314.2: #i21556# printing for scrollbars 2003/11/11 13:36:18 ssa 1.8.314.1: #i21952# focus rect for scrollbars

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [b56f017ba255e4b79f988874818e6f13a2fe4513]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/03 15:45:26 sw 1.2.12.1: #i23155#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [fd4432ed7e3dc3cd196ad5366c53c3e861fdefbb]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/04 19:07:07 sg 1.2.12.1: #114056#CHG: adapted test

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ee305f0012c1fc22173ce77e4be8768e78671837]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/08 12:06:43 sg 1.2.12.1: #114286#CHG: increased wait time

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [6bffa0912ac5a4ebf6da9df59b26066783ab1854]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/02 09:52:06 sw 1.2.12.1: #i23083#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [bd5b7edbe50cfbcd149a311a52cfb77fdb3d9b17]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/01 16:48:04 sw 1.2.12.1: #i23066#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [825eae4e19d7692d2f384d65daa0b31267006d57]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/02 13:04:23 sw 1.2.12.1: #i23095#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [109524c6216f1a688aebc8f7c43a94b09f54935a]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/02 12:43:55 sw 1.2.12.1: #i23093#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [f58719000a2f1ce03a32ae716d01e024eaf34332]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/02 16:07:06 sw 1.2.12.1: #i23105#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [909b29f0052854832204e284e43e409b2a1273b6]

        INTEGRATION: CWS qadev14 (1.2.2); FILE MERGED 2003/12/04 18:42:26 sg 1.2.2.1: #114046#CHG: adapted to ORowSet test.

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [29b0a8dd6207af3944a998034e63bf27d399951a]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/04 19:06:01 sg 1.2.12.1: #114056#CHG: adapted test

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [03b5ddde913474f7bbf66cd0f9c1a4a98ff53e9d]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/05 17:42:20 sg 1.2.12.1: #114056#CHG: additional object relation for dispose

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [bcdc938998a5599cc34db3a66e969314823574bd]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/01 16:01:24 sw 1.2.12.1: #i23064#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [97b1118fb297ca7b9906642688739024672d0f6b]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/04 19:05:24 sg 1.2.12.1: #114056#CHG: adapted test

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [17cfb8f42b6054ce6101d09feb297a1d6f7cc7c5]

        INTEGRATION: CWS qadev14 (1.1.2); FILE ADDED 2003/12/05 11:53:59 sg 1.1.2.1: #114056#NEW: initial version

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [d39d5d8c04c6860940642fcdd9799974f8e43324]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/01 13:22:53 sw 1.2.12.1: #i22950# disposing environment after test

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ccf1e48f7626e1b2881a2222338d6b1fd6f79c31]

        INTEGRATION: CWS qadev14 (1.3.12); FILE MERGED 2003/12/04 09:49:36 sg 1.3.12.1: #114007#CHG: changed standard protocol to urp

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [6ac36d17a217f9f597677fc8606625542e805548]

        INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED 2003/12/04 19:04:22 sg 1.2.12.1: #114056#CHG: adapted test

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [09a9196cd61eddbe76eec72b2cd3c8ca9f8bdcf2]

        INTEGRATION: CWS qadev14 (1.3.2); FILE MERGED 2003/11/28 15:16:03 sg 1.3.2.1: #114147#CHG: removed wrong String compare

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [fefc2a7ccb61a42fcd62056d003b8950f10b0d68]

        INTEGRATION: CWS qadev14 (1.3.2); FILE MERGED 2003/11/28 15:14:48 sg 1.3.2.1: #114147#CHG: closed databse connection

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [93096ca84cae6b9656620c6b00d8fd721bd3463a]

        INTEGRATION: CWS qadev14 (1.5.2); FILE MERGED 2003/12/04 15:47:37 sw 1.5.2.2: #i22953# 2003/12/01 12:47:21 sw 1.5.2.1: #i22953# mark entry as optional if all subentries are optional

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [ceff2dba9821e960956fc0802b3b8fb71c8c71ef]

        INTEGRATION: CWS qadev14 (1.2.8); FILE MERGED 2003/12/03 12:32:17 sg 1.2.8.1: #114147#CHG: merge errors

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [37532ccdd515e1c7e9aa20581af54ff780af338f]

        INTEGRATION: CWS qadev14 (1.8.2); FILE MERGED 2003/12/03 12:32:16 sg 1.8.2.1: #114147#CHG: merge errors

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [6a3fa5f2adb94d04245e443ad5b1532fb53f328f]

        INTEGRATION: CWS qadev14 (1.6.2); FILE MERGED 2003/11/28 15:11:39 sg 1.6.2.1: #114147#CHG: added missing OuztProducerFactory

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [f3baa1b95b1a6eed777b4ff125023e0762c3cadd]

        INTEGRATION: CWS qadev14 (1.5.8); FILE MERGED 2003/12/03 12:20:00 sg 1.5.8.1: #i23144#CHG: do not read default properties as complex properties

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [32fd74db2aaa35f346d253567c1648f4e3d2956a]

        INTEGRATION: CWS qadev14 (1.4.40); FILE MERGED 2003/12/04 17:31:06 sg 1.4.40.1: #114241#CHG: add test to OOoRunner.jar

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a33f544d7890429035bcb9d5f903bc5b7ccde8f3]

        INTEGRATION: CWS qadev14 (1.7.2); FILE MERGED 2003/12/04 17:30:04 sg 1.7.2.1: #114241#CHG: adjusted build list

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [38a32ac3d28b93f99972d29910882875acb212c9]

        INTEGRATION: CWS qadev14 (1.2.4); FILE MERGED 2003/12/04 16:25:01 sw 1.2.4.1: #114167#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [2e9d6401fb97091d9606cd92492a658d0a07afb2]

        INTEGRATION: CWS qadev14 (1.3.4); FILE MERGED 2003/12/04 16:27:32 sw 1.3.4.2: #114167# 2003/12/04 16:24:51 sw 1.3.4.1: #114167#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [6654417effeea9602cf9c604a7c070ed35dc8e8f]

        INTEGRATION: CWS qadev14 (1.1.2); FILE ADDED 2003/12/01 10:46:30 sw 1.1.2.1: #114167#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [2e8b17716cea31cc22c861f939e6b86484b83b50]

        INTEGRATION: CWS qadev14 (1.1.2); FILE ADDED 2003/12/01 10:46:48 sw 1.1.2.1: #114167#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [cfa9746a46b99d35dc5775a6cbc37dec05afb2bc]

        INTEGRATION: CWS qadev14 (1.1.2); FILE ADDED 2003/12/01 10:46:11 sw 1.1.2.1: #114167#

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [3a215a375290e0e79912bac256a5269b3a005c8c]

        INTEGRATION: CWS swq01 (1.34.10); FILE MERGED 2003/12/02 08:58:05 fme 1.34.10.2: RESYNC: (1.34-1.35); FILE MERGED 2003/11/27 09:01:34 fme 1.34.10.1: #109071# Provide fallback value for footnote line so that GetFtnLine does not have to invalidate in case that the are no paragraph information available

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [0774ab016524209ecb654867ffe812cd1127f7a5]

        INTEGRATION: CWS swq01 (1.65.30); FILE MERGED 2003/12/02 08:57:57 fme 1.65.30.2: RESYNC: (1.65-1.66); FILE MERGED 2003/11/27 09:01:34 fme 1.65.30.1: #109071# Provide fallback value for footnote line so that GetFtnLine does not have to invalidate in case that the are no paragraph information available

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [53637427e2e394ef912defe89bb186b04c81c35a]

        INTEGRATION: CWS swq01 (1.43.10); FILE MERGED 2003/12/02 09:00:50 fme 1.43.10.2: RESYNC: (1.43-1.44); FILE MERGED 2003/11/10 15:52:28 fme 1.43.10.1: #i12092# Overflow of long variable during calculation of cell width

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [bda974cdc39a80d1963366a0fe51d1042c8b2224]

        INTEGRATION: CWS swq01 (1.13.270); FILE MERGED 2003/12/02 08:59:36 fme 1.13.270.2: RESYNC: (1.13-1.14); FILE MERGED 2003/12/01 15:05:50 fme 1.13.270.1: #i22056# Calculation of nMaxEat gives 1 if Frm().Height() == Prt().Height()

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [db2c4264c9156347a7bf020388cac3644f26f2b9]

        INTEGRATION: CWS swq01 (1.52.62); FILE MERGED 2003/12/02 08:59:29 fme 1.52.62.2: RESYNC: (1.52-1.53); FILE MERGED 2003/11/10 15:55:31 fme 1.52.62.1: #112243# Invalidate fly content when inserting content into a section which is located inside a fly frame

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [927915e93b1179fc2ae2873786b42267f7985e9a]

        INTEGRATION: CWS swq01 (1.32.54); FILE MERGED 2003/11/27 09:01:44 fme 1.32.54.1: #109071# Provide fallback value for footnote line so that GetFtnLine does not have to invalidate in case that the are no paragraph information available

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [88352a8c4f13f506ae0f4cbfeb055b9f383d19fc]

        INTEGRATION: CWS swq01 (1.17.202); FILE MERGED 2003/12/02 09:02:54 fme 1.17.202.2: RESYNC: (1.17-1.18); FILE MERGED 2003/11/27 13:41:29 od 1.17.202.1: #112045# <SwFEShell::InsertLabel(..)> - for labeling marked drawing 	 object, copy marked object to local list and work on this list 	 to label each of them.

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [32eb5aa6779501ca85d5cfe8a669f186c1c314cb]

        INTEGRATION: CWS swq01 (1.31.32); FILE MERGED 2003/11/21 13:12:52 fme 1.31.32.1: #114047# SwDoc::_GetRefDev returns wrong device

2003-12-11  Kurt Zenker  <kz@openoffice.org>  [a2e8e4bbfd2bb48e54a8ee3703a80222fb28c653]

        INTEGRATION: CWS swq01 (1.13.184); FILE MERGED 2003/12/02 09:05:06 fme 1.13.184.2: RESYNC: (1.13-1.14); FILE MERGED 2003/11/27 13:44:15 od 1.13.184.1: #112045# <SwDoc::InsertDrawLabel(..)> - keep layer ID of drawing object 	 before removing its frames.

2003-12-11  Björn Milcke  <bm@openoffice.org>  [ae0e693eca6fbb0a60239a25867433e5349a7434]

        PropertyHelper moved to tools

2003-12-11  Björn Milcke  <bm@openoffice.org>  [e07867fe684059a5fc85fe14bdf191b88ef41dd6]

        merged with PropertyHelper from model/inc

2003-12-11  Björn Milcke  <bm@openoffice.org>  [69ac80716009b9b16b8fb3d3a030c276800c57bb]

        virtual DTOR added to avoid warning unused aTestM4 is still a warning

2003-12-11  Björn Milcke  <bm@openoffice.org>  [4d53f9737790896464b4e061bdbefc32be52bb2c]

        moved here from model

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [e872d06261407a53426d96d513eac8e3dfbd1c6d]

        added second angle to drag-rotate + some cleanup

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [87c434239d7052a87a99429989c610352c067286]

        added method implementation executeDispatch_PositionAndSize

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [1a66d1026c04cbc2b2bc435e874ebd8f1d33f7e1]

        added slot SID_ATTR_TRANSFORM with method executeDispatch_PositionAndSize

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [9e848d365a5dfe7bff76d2807e8489522433331e]

        added method executeDispatch_PositionAndSize

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [60741936f21a74fc038a5df6f8abe3e00d9ac506]

        moved object positioning in end drag to PositionAndSizeHelper::moveObject

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [97313b4900c4a54a0adeac36adb77d9ea68020b2]

        set correct working area for Pos&Size dialog; added method getPositionAndSizeItemSetFromMarkedObject

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [6734610de70449114a4e5feeda63636a9a55461d]

        added method getPositionAndSizeItemSetFromMarkedObject

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [0cf707c106febdfa7e87ed2232760bbca191a1ed]

        added ConfigurationAccess and PositionAndSizeHelper

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [497b93b8f71962d7ced405b43b4ce5edf67e5658]

        new PositionAndSizeHelper

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [c860e411ba3b05108c82db389dbba8596a213748]

        new: ConfigurationAccess for PositionAndSize-Dialog

2003-12-10  Björn Milcke  <bm@openoffice.org>  [fb5b1202f5703e7456eb2cdf22a9b90dab500e8a]

        +symbols

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [66f1db6d60a0b96e73364b3c22bfbf77e5cda936]

        new Dialog for Position And Size

2003-12-10  Björn Milcke  <bm@openoffice.org>  [c043a59ba17addafe4bb983282956a01450cf7f5]

        if there is no regression curve in the container, the type is NONE

2003-12-10  Björn Milcke  <bm@openoffice.org>  [d7c8b60bb0de91f69381f549979017753471b001]

        statistics dialog implemented

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [9745b60069b47d3a5e78c38a5ae221af13b984f3]

        correct drag end position for rotated title

2003-12-10  Ingrid Halama  <iha@openoffice.org>  [b320c90c8e63884e7c3eb78c1660ad7711c235a7]

        free positioning should be relative to page

2003-12-10  Björn Milcke  <bm@openoffice.org>  [cd45b8ccb95fd5eda8823cd35e4c04455f0969aa]

        sub-converters removed

2003-12-10  Björn Milcke  <bm@openoffice.org>  [3c2c3b5e2c9c1b01c6ac2ce384892b49d81d52b6]

        error-bar is only created if KIND_ERROR is not NONE sub-converters removed

2003-12-10  Armin Weiss  <aw@openoffice.org>  [5aa58d9b9854a134c941f5aa0ebe6ffb027c8980]

        #111880# Added changes from Andreas Schluens to fix the problem with multiple different document loading

2003-12-10  Björn Milcke  <bm@openoffice.org>  [38c96033b3992681596c9f7c62c5c65fa98c66f1]

        items implemented. ToDo: choosing no error category may create a default errorbar later

2003-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [68562c9902696aed34abb81e8dcfb8c468d40a97]

        #100000#: tag operation can't succeed without message if -F and -b option is specified

2003-12-09  Ingrid Halama  <iha@openoffice.org>  [4b32a96c85e824dde7ca1d719361c55aec41e4fc]

        added slot SID_3D_VIEW with method executeDispatch_RotateDiagram

2003-12-09  Ingrid Halama  <iha@openoffice.org>  [0c4b9e832ecbe9811a54442f54cf75d64c4d2054]

        added ChartController_Position

2003-12-09  Ingrid Halama  <iha@openoffice.org>  [a50c45e0d2d6d65eba1e2922f962cffe59b125c0]

        added method  executeDispatch_RotateDiagram

2003-12-09  Ingrid Halama  <iha@openoffice.org>  [29be76ddcc826bb182c0efd0226a7551bd4e199d]

        new Dialog for Diagram Rotation

2003-12-09  Ingrid Halama  <iha@openoffice.org>  [ad817806261e1faf54d2a978103339c76fbcc24b]

        new Dialog for Diagram Rotation

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [d423a516ca51a5ccdf24c200c6bfb47412586a27]

        #100000# chg. to SetMergedItemSet

2003-12-09  Björn Milcke  <bm@openoffice.org>  [58bf9c9679f4c44ba88ce008e0935de8b7dd9ec8]

        statistics

2003-12-09  Björn Milcke  <bm@openoffice.org>  [fb395a42d8aadd448a053d1190a3e682b2430405]

        statistics dialog

2003-12-09  Björn Milcke  <bm@openoffice.org>  [255f4948fdc05da608075c226e7e0e269816b05b]

        Diagram is no longer an XRegressionCurveContainer

2003-12-09  Mikhail Voitenko  <mav@openoffice.org>  [013a64cc3a53ae98f0f552ab70398ce324889f4c]

        #112923# allow to control storing of visual representation for OLE objects

2003-12-09  Mikhail Voitenko  <mav@openoffice.org>  [86ef28fc4d39dbe41d84557958b466f4a4b6c743]

        #112923# allow to control storing of visual representation for OLE objects

2003-12-09  Ingrid Halama  <iha@openoffice.org>  [799cab2d04f203719c93b8f59b96117d662fea12]

        added existing translations

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [cea432ab9cca9b3cc8ba04fdac1803ac020df832]

        SRC680

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [aceb854d0c2a15a768f9f30ddaff015b58181cc0]

        INTEGRATION: CWS sj07 (1.49.60); FILE MERGED 2003/11/26 12:26:35 sj 1.49.60.2: not creating placeholder object for text instance 2003/11/26 09:47:52 sj 1.49.60.1: fixed bug: start presentation from page is now working correct

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [a60d7bd120fc9d28a3cd8af9dd8d7cb606f22a1a]

        INTEGRATION: CWS sj07 (1.112.52); FILE MERGED 2003/11/26 14:25:17 sj 1.112.52.1: not accessing uninitialized memory if bullet indentation is not available

2003-12-09  Mikhail Voitenko  <mav@openoffice.org>  [5df7ebf37a13788c3e082f74b6d095c0e5ea6717]

        #112923# the object does not need to know replacement icon

2003-12-09  Ingrid Halama  <iha@openoffice.org>  [ef6fc5522b9d20ae14cece4920ba6f55a341f16f]

        no area properties for scatter chart

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [fba4b2c212447a82fe41b4c4a6810062095d959c]

        INTEGRATION: CWS portlaoisefilterteam16 (1.106.18); FILE MERGED 2003/11/27 12:34:51 cmc 1.106.18.7: #i3958# This inline escher feature is a pig to get working in all version of word, but this patch adds the extra pieces of magic to make it work in all versions, and then pretties up the load of the inlines ones, a real 50 coffee cup problem 2003/11/10 09:28:38 cmc 1.106.18.6: RESYNC: (1.106-1.107); FILE MERGED 2003/11/07 11:21:15 cmc 1.106.18.5: #i12367# b not f 2003/11/06 17:07:18 cmc 1.106.18.4: #i12367# Currently cannot support *hidden* escher elements, so don't import them at all 2003/11/03 13:58:00 cmc 1.106.18.3: #i22019# on import of word 7- drawing objects, set the SdrModel for boxes with text 2003/10/28 10:38:34 cmc 1.106.18.2: #112705# Getting a graphic from a SdrGrafObject sets the GrafType of the graphic (reasonably enough I guess) 2003/10/24 16:40:56 cmc 1.106.18.1: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [84863e41d96c4ac31f5819d375bf87af9392c140]

        INTEGRATION: CWS portlaoisefilterteam16 (1.31.2); FILE MERGED 2003/11/10 09:31:05 cmc 1.31.2.5: RESYNC: (1.31-1.32); FILE MERGED 2003/11/03 13:19:11 cmc 1.31.2.4: #i21961# some properties are effectively uncompressible (without a lot of effort) 2003/10/31 18:00:26 cmc 1.31.2.3: #i21881# Add support for character styles as well as paragraph styles 2003/10/31 14:09:05 cmc 1.31.2.2: #i21881# make rtf filter use single word style paragraph stylemapping between rtf and ww8 filters 2003/10/28 14:13:12 cmc 1.31.2.1: #i21543# handle document properties appearing in the wrong place by changing the document defaults but not inserting a new segment at this location

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [ca325745dc6480e071eb2586e18f2b1f60dca2db]

        INTEGRATION: CWS portlaoisefilterteam16 (1.16.58); FILE MERGED 2003/11/10 09:32:42 cmc 1.16.58.3: RESYNC: (1.16-1.17); FILE MERGED 2003/11/03 13:18:35 cmc 1.16.58.2: #i21961# some properties are effectively uncompressible (without a lot of effort) 2003/10/29 17:38:43 cmc 1.16.58.1: #i21422# silly cleaning attribute sets thingy doesn't work in many circumstances

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [30d18022f8c92af3999a4088a7a1ebc44edcf03f]

        INTEGRATION: CWS portlaoisefilterteam16 (1.19.58); FILE MERGED 2003/10/28 15:33:11 cmc 1.19.58.2: #i21481# \sl with no argument is treated as 0 by word 2003/10/20 15:23:19 cmc 1.19.58.1: #i21372# word only allows range of 1 to 600 for charscaling, and treats out of range as 100

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [de8e5903d0214b7767a7abebd35037d7e9ea99f7]

        INTEGRATION: CWS portlaoisefilterteam16 (1.83.24); FILE MERGED 2003/11/10 09:33:05 cmc 1.83.24.2: RESYNC: (1.83-1.84); FILE MERGED 2003/11/06 17:06:35 cmc 1.83.24.1: #i12367# allow fHidden prop to bubble up importing

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [17440ebbf29da83791afccf2c4b79ba0d80f4c9e]

        INTEGRATION: CWS portlaoisefilterteam16 (1.11.232); FILE MERGED 2003/11/03 13:18:23 cmc 1.11.232.1: #i21961# some properties are effectively uncompressible (without a lot of effort)

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [a2df0898599b79f4580da5dbd296f97b57645e91]

        INTEGRATION: CWS portlaoisefilterteam16 (1.25.24); FILE MERGED 2003/10/31 14:06:36 cmc 1.25.24.1: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [b252b085d21df55071f5e1fdff1b60b3c222974a]

        INTEGRATION: CWS portlaoisefilterteam16 (1.102.22); FILE MERGED 2003/11/10 09:30:05 cmc 1.102.22.3: RESYNC: (1.102-1.103); FILE MERGED 2003/11/06 13:31:15 cmc 1.102.22.2: #i9573# support modifieddate field 2003/11/03 17:03:08 cmc 1.102.22.1: #i21774# treat annotations similiarly to footnotes

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [0dec0604d40f98952070a2d030d849593ee68db1]

        INTEGRATION: CWS portlaoisefilterteam16 (1.143.20); FILE MERGED 2003/11/27 12:34:53 cmc 1.143.20.5: #i3958# This inline escher feature is a pig to get working in all version of word, but this patch adds the extra pieces of magic to make it work in all versions, and then pretties up the load of the inlines ones, a real 50 coffee cup problem 2003/11/10 13:54:03 cmc 1.143.20.4: merge errors 2003/11/10 09:29:56 cmc 1.143.20.3: RESYNC: (1.143-1.144); FILE MERGED 2003/10/29 10:28:57 cmc 1.143.20.2: #i21113# tables inside tables with absolute positioning around inside table, for formal frames we will only take the special table apo stuff into consideration for toplevel tables, and fold the floating table inside table magic into the existing table in table hackery 2003/10/20 13:37:37 cmc 1.143.20.1: #112727# import negative height headers/footers as floating frames inside fixed height headers/footers

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [aed175e7f9ce4c220c969fe5a66453a8dc6615bf]

        INTEGRATION: CWS portlaoisefilterteam16 (1.71.22); FILE MERGED 2003/11/10 16:35:54 cmc 1.71.22.4: #i12367# ignore contents of empty fields 2003/11/10 09:29:47 cmc 1.71.22.3: RESYNC: (1.71-1.72); FILE MERGED 2003/11/04 13:10:47 cmc 1.71.22.2: #i21774# Take care of adjusting refstack content when deleting content as well as control stack content 2003/10/20 15:36:09 cmc 1.71.22.1: #i3256# Import and export hyperlinked toc entries as best as word can support

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [760c61ab92a81b9a1cb05897959c237492010c36]

        INTEGRATION: CWS portlaoisefilterteam16 (1.41.24); FILE MERGED 2003/11/10 09:29:38 cmc 1.41.24.4: RESYNC: (1.41-1.42); FILE MERGED 2003/10/28 12:28:33 cmc 1.41.24.3: #112778# Add some code to help dump graphic streams for debugging which is quite handy 2003/10/28 12:15:41 cmc 1.41.24.2: #112778# Add some code to help dump graphic streams for debugging which is quite handy 2003/10/20 13:25:40 cmc 1.41.24.1: #i20540# avoid problems with SdrOleObjects being converted from one version to another over themselves

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [1e80aa5555986721373ce9b3487292a186a2d569]

        INTEGRATION: CWS portlaoisefilterteam16 (1.51.22); FILE MERGED 2003/11/10 09:29:31 cmc 1.51.22.2: RESYNC: (1.51-1.52); FILE MERGED 2003/10/31 14:06:36 cmc 1.51.22.1: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [03fd54b737f5d1d4aaeb2758a07de3741a41a428]

        INTEGRATION: CWS portlaoisefilterteam16 (1.33.24); FILE MERGED 2003/11/27 12:34:52 cmc 1.33.24.5: #i3958# This inline escher feature is a pig to get working in all version of word, but this patch adds the extra pieces of magic to make it work in all versions, and then pretties up the load of the inlines ones, a real 50 coffee cup problem 2003/11/10 09:29:22 cmc 1.33.24.4: RESYNC: (1.33-1.34); FILE MERGED 2003/10/31 18:01:32 cmc 1.33.24.3: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting 2003/10/31 14:06:35 cmc 1.33.24.2: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class 2003/10/29 10:28:57 cmc 1.33.24.1: #i21113# tables inside tables with absolute positioning around inside table, for formal frames we will only take the special table apo stuff into consideration for toplevel tables, and fold the floating table inside table magic into the existing table in table hackery

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [e25090684bcfbb9f20b48103b2a5eb541ddd034d]

        INTEGRATION: CWS portlaoisefilterteam16 (1.90.22); FILE MERGED 2003/11/11 12:52:25 cmc 1.90.22.9: #i9718# merge adjoining top/bottom cell borders together in the way I think word does it 2003/11/11 11:03:44 cmc 1.90.22.8: #i22206# ww6 documents with no charset set use the default charset implied by the base language set ? 2003/11/10 09:29:14 cmc 1.90.22.7: RESYNC: (1.90-1.91); FILE MERGED 2003/11/04 13:10:46 cmc 1.90.22.6: #i21774# Take care of adjusting refstack content when deleting content as well as control stack content 2003/10/31 18:01:31 cmc 1.90.22.5: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting 2003/10/31 14:06:34 cmc 1.90.22.4: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class 2003/10/29 10:28:56 cmc 1.90.22.3: #i21113# tables inside tables with absolute positioning around inside table, for formal frames we will only take the special table apo stuff into consideration for toplevel tables, and fold the floating table inside table magic into the existing table in table hackery 2003/10/22 12:59:03 cmc 1.90.22.2: #i18816# Strange word 6 numbering system, must not restart numbering when moving from one particular type to another, makes sense if considered in terms of the numberical code that word uses to denote them, but not given that we must map them to seperate lists 2003/10/20 13:37:37 cmc 1.90.22.1: #112727# import negative height headers/footers as floating frames inside fixed height headers/footers

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [5043b2c4418380b8604c4154b7f527ecc37ad6e6]

        INTEGRATION: CWS portlaoisefilterteam16 (1.119.22); FILE MERGED 2003/11/10 13:54:02 cmc 1.119.22.11: merge errors 2003/11/10 09:29:04 cmc 1.119.22.10: RESYNC: (1.119-1.120); FILE MERGED 2003/11/04 13:10:45 cmc 1.119.22.9: #i21774# Take care of adjusting refstack content when deleting content as well as control stack content 2003/10/31 18:01:31 cmc 1.119.22.8: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting 2003/10/31 14:06:33 cmc 1.119.22.7: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class 2003/10/29 10:28:55 cmc 1.119.22.6: #i21113# tables inside tables with absolute positioning around inside table, for formal frames we will only take the special table apo stuff into consideration for toplevel tables, and fold the floating table inside table magic into the existing table in table hackery 2003/10/28 12:15:40 cmc 1.119.22.5: #112778# Add some code to help dump graphic streams for debugging which is quite handy 2003/10/22 12:59:03 cmc 1.119.22.4: #i18816# Strange word 6 numbering system, must not restart numbering when moving from one particular type to another, makes sense if considered in terms of the numberical code that word uses to denote them, but not given that we must map them to seperate lists 2003/10/20 15:36:08 cmc 1.119.22.3: #i3256# Import and export hyperlinked toc entries as best as word can support 2003/10/20 13:37:36 cmc 1.119.22.2: #112727# import negative height headers/footers as floating frames inside fixed height headers/footers 2003/10/20 13:25:39 cmc 1.119.22.1: #i20540# avoid problems with SdrOleObjects being converted from one version to another over themselves

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [b058e4dc381b48af70b57da85ce23f2c52bbcaa5]

        INTEGRATION: CWS portlaoisefilterteam16 (1.119.2); FILE MERGED 2003/11/10 09:28:56 cmc 1.119.2.10: RESYNC: (1.119-1.120); FILE MERGED 2003/11/06 13:31:14 cmc 1.119.2.9: #i9573# support modifieddate field 2003/11/04 13:10:45 cmc 1.119.2.8: #i21774# Take care of adjusting refstack content when deleting content as well as control stack content 2003/11/03 17:03:07 cmc 1.119.2.7: #i21774# treat annotations similiarly to footnotes 2003/10/31 18:01:30 cmc 1.119.2.6: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting 2003/10/31 14:06:32 cmc 1.119.2.5: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class 2003/10/28 12:15:39 cmc 1.119.2.4: #112778# Add some code to help dump graphic streams for debugging which is quite handy 2003/10/22 12:59:02 cmc 1.119.2.3: #i18816# Strange word 6 numbering system, must not restart numbering when moving from one particular type to another, makes sense if considered in terms of the numberical code that word uses to denote them, but not given that we must map them to seperate lists 2003/10/20 13:37:35 cmc 1.119.2.2: #112727# import negative height headers/footers as floating frames inside fixed height headers/footers 2003/10/20 13:25:38 cmc 1.119.2.1: #i20540# avoid problems with SdrOleObjects being converted from one version to another over themselves

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [d7354d73a437199a397443374279c7abeb2498f1]

        INTEGRATION: CWS portlaoisefilterteam16 (1.51.24); FILE MERGED 2003/11/10 09:28:46 cmc 1.51.24.3: RESYNC: (1.51-1.52); FILE MERGED 2003/10/24 16:40:57 cmc 1.51.24.2: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match 2003/10/22 08:26:17 cmc 1.51.24.1: #i21190 some strangeness in the original cropping and sizing code doesn't seem to make any sense whatsoever

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [f266599e814bd40d22e60edf013ce1c061da8a8d]

        INTEGRATION: CWS portlaoisefilterteam16 (1.13.58); FILE MERGED 2003/10/24 16:40:57 cmc 1.13.58.1: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [385e3cb9ca23fa3de5d21d5caf3f8abf8e19dd3e]

        INTEGRATION: CWS portlaoisefilterteam16 (1.68.22); FILE MERGED 2003/11/27 12:34:50 cmc 1.68.22.13: #i3958# This inline escher feature is a pig to get working in all version of word, but this patch adds the extra pieces of magic to make it work in all versions, and then pretties up the load of the inlines ones, a real 50 coffee cup problem 2003/11/10 12:33:41 cmc 1.68.22.12: merge error 2003/11/10 09:28:15 cmc 1.68.22.11: RESYNC: (1.68-1.69); FILE MERGED 2003/11/06 13:31:13 cmc 1.68.22.10: #i9573# support modifieddate field 2003/11/06 10:15:59 cmc 1.68.22.9: #i9301# expand chapter fields in headers based on the page they are associated with, and take advantage of user supplied hard page breaks to break into sections when we have content in headers/footers which word cannot expand the way we can due to its lack of page descriptor style feature 2003/11/05 17:09:01 cmc 1.68.22.8: #i9301# Update chapter fields in headers before exporting their expansion so as to export the actual displayed text 2003/11/05 16:09:19 cmc 1.68.22.7: #i9301# Some improvements to try and export section breaks when encountering a style based break before that causes us to move to a new page descriptor 2003/11/04 14:48:47 cmc 1.68.22.6: #i21462# Not all the world uses a comma as a decimal point, if the user wants a decimal tab then he gets a decimal tab 2003/10/30 14:45:53 cmc 1.68.22.5: #i11717# make the effort to put humpy dumpty back together again if a section with a title page was imported from word see if our page follow formats are equivalent to a word section and export that as a single section. Split the various bits of code up into sensible self contained entities, and actually document the key bits. 2003/10/30 10:24:51 cmc 1.68.22.4: #i18480# Export stuff anchored inside frames as anchored as character seeing as that is all that word makes possible, now that we can handle inline drawings we can try this 2003/10/24 16:40:56 cmc 1.68.22.3: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match 2003/10/21 15:42:54 cmc 1.68.22.2: #i19484# Implement cunning mechanism to export fixed height table rows if they contain a type of anchored element which word will not be able to autostretch the row height for 2003/10/20 15:36:07 cmc 1.68.22.1: #i3256# Import and export hyperlinked toc entries as best as word can support

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [c2f9cf0423b5c814aa7cf3fdd7399a45babea0ce]

        INTEGRATION: CWS portlaoisefilterteam16 (1.32.22); FILE MERGED 2003/11/10 09:28:07 cmc 1.32.22.2: RESYNC: (1.32-1.33); FILE MERGED 2003/10/24 16:40:55 cmc 1.32.22.1: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [3c049059127b15f39c349eec9cfbcd6818f976f4]

        INTEGRATION: CWS portlaoisefilterteam16 (1.52.22); FILE MERGED 2003/11/10 09:28:00 cmc 1.52.22.5: RESYNC: (1.52-1.53); FILE MERGED 2003/11/06 10:15:58 cmc 1.52.22.4: #i9301# expand chapter fields in headers based on the page they are associated with, and take advantage of user supplied hard page breaks to break into sections when we have content in headers/footers which word cannot expand the way we can due to its lack of page descriptor style feature 2003/11/05 16:09:20 cmc 1.52.22.3: #i9301# Some improvements to try and export section breaks when encountering a style based break before that causes us to move to a new page descriptor 2003/10/24 16:40:55 cmc 1.52.22.2: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match 2003/10/21 15:42:54 cmc 1.52.22.1: #i19484# Implement cunning mechanism to export fixed height table rows if they contain a type of anchored element which word will not be able to autostretch the row height for

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [ff5a2d04b69c4a982d8c3037bfed4defb1001401]

        INTEGRATION: CWS portlaoisefilterteam16 (1.58.2); FILE MERGED 2003/11/10 09:27:54 cmc 1.58.2.6: RESYNC: (1.58-1.59); FILE MERGED 2003/11/06 13:31:12 cmc 1.58.2.5: #i9573# support modifieddate field 2003/11/06 10:15:58 cmc 1.58.2.4: #i9301# expand chapter fields in headers based on the page they are associated with, and take advantage of user supplied hard page breaks to break into sections when we have content in headers/footers which word cannot expand the way we can due to its lack of page descriptor style feature 2003/11/05 16:09:19 cmc 1.58.2.3: #i9301# Some improvements to try and export section breaks when encountering a style based break before that causes us to move to a new page descriptor 2003/10/24 16:40:54 cmc 1.58.2.2: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match 2003/10/21 15:42:54 cmc 1.58.2.1: #i19484# Implement cunning mechanism to export fixed height table rows if they contain a type of anchored element which word will not be able to autostretch the row height for

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [1c3fbe64312e2029967fcc01f6f626c3c0972fd7]

        INTEGRATION: CWS portlaoisefilterteam16 (1.27.22); FILE MERGED 2003/11/11 11:03:43 cmc 1.27.22.5: #i22206# ww6 documents with no charset set use the default charset implied by the base language set ? 2003/11/10 09:27:46 cmc 1.27.22.4: RESYNC: (1.27-1.28); FILE MERGED 2003/11/06 10:15:57 cmc 1.27.22.3: #i9301# expand chapter fields in headers based on the page they are associated with, and take advantage of user supplied hard page breaks to break into sections when we have content in headers/footers which word cannot expand the way we can due to its lack of page descriptor style feature 2003/10/31 14:06:32 cmc 1.27.22.2: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class 2003/10/30 14:45:52 cmc 1.27.22.1: #i11717# make the effort to put humpy dumpty back together again if a section with a title page was imported from word see if our page follow formats are equivalent to a word section and export that as a single section. Split the various bits of code up into sensible self contained entities, and actually document the key bits.

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [34b22a7ad2149c218befc5b53f5a3c1b8208fa1a]

        INTEGRATION: CWS portlaoisefilterteam16 (1.55.22); FILE MERGED 2003/11/12 11:00:30 cmc 1.55.22.9: #i22320# word and writer have different values for transparent cell bg colour 2003/11/11 16:39:25 cmc 1.55.22.8: #i21847# Need to export a tab stop in many cases to get word to display the text after numbering in the right place 2003/11/10 09:27:24 cmc 1.55.22.7: RESYNC: (1.55-1.56); FILE MERGED 2003/11/05 16:09:18 cmc 1.55.22.6: #i9301# Some improvements to try and export section breaks when encountering a style based break before that causes us to move to a new page descriptor 2003/11/05 14:00:37 mmaher 1.55.22.5: #112409# Fixed crash in dropcap export (new was missing a delete). 2003/10/30 10:24:50 cmc 1.55.22.4: #i18480# Export stuff anchored inside frames as anchored as character seeing as that is all that word makes possible, now that we can handle inline drawings we can try this 2003/10/24 16:40:53 cmc 1.55.22.3: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match 2003/10/21 16:11:51 cmc 1.55.22.2: #112668# Most plausible reason for reported crash on this line 2003/10/21 15:42:53 cmc 1.55.22.1: #i19484# Implement cunning mechanism to export fixed height table rows if they contain a type of anchored element which word will not be able to autostretch the row height for

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [62b326812e7676a711f092f2bea55fef907a2898]

        INTEGRATION: CWS portlaoisefilterteam16 (1.66.22); FILE MERGED 2003/11/27 12:34:49 cmc 1.66.22.6: #i3958# This inline escher feature is a pig to get working in all version of word, but this patch adds the extra pieces of magic to make it work in all versions, and then pretties up the load of the inlines ones, a real 50 coffee cup problem 2003/11/10 09:27:16 cmc 1.66.22.5: RESYNC: (1.66-1.67); FILE MERGED 2003/11/05 09:26:44 cmc 1.66.22.4: #i13885# active sdrtextobjs need to be handled differently to inactive ones when looking for the outliner being used to display the text that the user sees (just to add a bit of fun extra complexity I guess) 2003/10/30 10:24:49 cmc 1.66.22.3: #i18480# Export stuff anchored inside frames as anchored as character seeing as that is all that word makes possible, now that we can handle inline drawings we can try this 2003/10/24 16:40:51 cmc 1.66.22.2: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match 2003/10/21 15:42:52 cmc 1.66.22.1: #i19484# Implement cunning mechanism to export fixed height table rows if they contain a type of anchored element which word will not be able to autostretch the row height for

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [46ea6db0a0abd12d05573219dd90046b39f72c44]

        INTEGRATION: CWS portlaoisefilterteam16 (1.2.58); FILE MERGED 2003/10/31 14:06:31 cmc 1.2.58.2: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class 2003/10/30 14:45:52 cmc 1.2.58.1: #i11717# make the effort to put humpy dumpty back together again if a section with a title page was imported from word see if our page follow formats are equivalent to a word section and export that as a single section. Split the various bits of code up into sensible self contained entities, and actually document the key bits.

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [5d24c67023bcead769842bd859d76ad44991ef09]

        INTEGRATION: CWS portlaoisefilterteam16 (1.3.22); FILE MERGED 2003/11/11 11:03:42 cmc 1.3.22.6: #i22206# ww6 documents with no charset set use the default charset implied by the base language set ? 2003/11/10 09:27:08 cmc 1.3.22.5: RESYNC: (1.3-1.4); FILE MERGED 2003/11/04 15:01:10 cmc 1.3.22.4: an Anachronism apparently 2003/10/31 18:01:30 cmc 1.3.22.3: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting 2003/10/31 14:06:30 cmc 1.3.22.2: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class 2003/10/30 14:45:51 cmc 1.3.22.1: #i11717# make the effort to put humpy dumpty back together again if a section with a title page was imported from word see if our page follow formats are equivalent to a word section and export that as a single section. Split the various bits of code up into sensible self contained entities, and actually document the key bits.

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [5e53ab24105f6a975a70091253a31595f261dc83]

        INTEGRATION: CWS portlaoisefilterteam16 (1.3.22); FILE MERGED 2003/11/11 11:03:42 cmc 1.3.22.10: #i22206# ww6 documents with no charset set use the default charset implied by the base language set ? 2003/11/10 09:27:01 cmc 1.3.22.9: RESYNC: (1.3-1.4); FILE MERGED 2003/11/05 09:26:44 cmc 1.3.22.8: #i13885# active sdrtextobjs need to be handled differently to inactive ones when looking for the outliner being used to display the text that the user sees (just to add a bit of fun extra complexity I guess) 2003/10/31 18:01:30 cmc 1.3.22.7: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting 2003/10/31 14:06:30 cmc 1.3.22.6: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class 2003/10/30 14:45:51 cmc 1.3.22.5: #i11717# make the effort to put humpy dumpty back together again if a section with a title page was imported from word see if our page follow formats are equivalent to a word section and export that as a single section. Split the various bits of code up into sensible self contained entities, and actually document the key bits. 2003/10/30 10:24:48 cmc 1.3.22.4: #i18480# Export stuff anchored inside frames as anchored as character seeing as that is all that word makes possible, now that we can handle inline drawings we can try this 2003/10/28 12:15:39 cmc 1.3.22.3: #112778# Add some code to help dump graphic streams for debugging which is quite handy 2003/10/24 16:40:51 cmc 1.3.22.2: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match 2003/10/21 15:42:52 cmc 1.3.22.1: #i19484# Implement cunning mechanism to export fixed height table rows if they contain a type of anchored element which word will not be able to autostretch the row height for

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [e950c9e8fc22d17b79acb5aaee2fcfcb7a868ceb]

        INTEGRATION: CWS portlaoisefilterteam16 (1.3.22); FILE MERGED 2003/11/10 13:54:01 cmc 1.3.22.12: merge errors 2003/11/10 09:26:54 cmc 1.3.22.11: RESYNC: (1.3-1.4); FILE MERGED 2003/11/05 09:26:45 cmc 1.3.22.10: #i13885# active sdrtextobjs need to be handled differently to inactive ones when looking for the outliner being used to display the text that the user sees (just to add a bit of fun extra complexity I guess) 2003/11/03 13:57:59 cmc 1.3.22.9: #i22019# on import of word 7- drawing objects, set the SdrModel for boxes with text 2003/10/31 18:13:38 cmc 1.3.22.8: #i21881# down with german comments, replace duplicate code with SwDoc call 2003/10/31 18:01:29 cmc 1.3.22.7: #i21881# Add support for character styles as well as paragraph styles. Cunning (probably overcunning and it will bite me with some compiler or other) use made of template to have a single algorithm for char and para style mapping without all sorts of boolean flags and random hairy casting 2003/10/31 14:06:29 cmc 1.3.22.6: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class 2003/10/30 10:24:48 cmc 1.3.22.5: #i18480# Export stuff anchored inside frames as anchored as character seeing as that is all that word makes possible, now that we can handle inline drawings we can try this 2003/10/28 12:28:33 cmc 1.3.22.4: #112778# Add some code to help dump graphic streams for debugging which is quite handy 2003/10/28 12:15:38 cmc 1.3.22.3: #112778# Add some code to help dump graphic streams for debugging which is quite handy 2003/10/24 16:40:50 cmc 1.3.22.2: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match 2003/10/21 15:42:52 cmc 1.3.22.1: #i19484# Implement cunning mechanism to export fixed height table rows if they contain a type of anchored element which word will not be able to autostretch the row height for

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [27ebfb6d1be52e67ff0603b856b4634c10e566b5]

        INTEGRATION: CWS portlaoisefilterteam16 (1.2.58); FILE MERGED 2003/11/10 09:26:48 cmc 1.2.58.4: RESYNC: (1.2-1.3); FILE MERGED 2003/10/30 14:45:50 cmc 1.2.58.3: #i11717# make the effort to put humpy dumpty back together again if a section with a title page was imported from word see if our page follow formats are equivalent to a word section and export that as a single section. Split the various bits of code up into sensible self contained entities, and actually document the key bits. 2003/10/22 12:59:02 cmc 1.2.58.2: #i18816# Strange word 6 numbering system, must not restart numbering when moving from one particular type to another, makes sense if considered in terms of the numberical code that word uses to denote them, but not given that we must map them to seperate lists 2003/10/21 15:42:51 cmc 1.2.58.1: #i19484# Implement cunning mechanism to export fixed height table rows if they contain a type of anchored element which word will not be able to autostretch the row height for

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [9ba054a180fe1fcd410a2887351c2ff1fcb30847]

        INTEGRATION: CWS portlaoisefilterteam16 (1.1.2); FILE ADDED 2003/11/04 14:16:27 cmc 1.1.2.2: make exception sig fit declaration 2003/10/31 13:56:06 cmc 1.1.2.1: #i21881# new file for getting the winword sti from a canonical winword usa style name

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [e25f2edd0e5108788cbbe5df5f320de7fa6b5e5c]

        INTEGRATION: CWS portlaoisefilterteam16 (1.3.24); FILE MERGED 2003/10/31 14:06:29 cmc 1.3.24.1: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [2922bc2bc0482285b05212150cca61be3a2d2e18]

        INTEGRATION: CWS portlaoisefilterteam16 (1.13.24); FILE MERGED 2003/11/10 09:26:40 cmc 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED 2003/10/31 14:06:29 cmc 1.13.24.1: #i21881# remove dependancies of paragraph style mapping code on WW8 import filter classes, document the suckers. Move it all into one friendly utility class

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [3772cec53e810e467af20e45513c14878a1c16d7]

        INTEGRATION: CWS portlaoisefilterteam16 (1.7.24); FILE MERGED 2003/10/24 16:40:50 cmc 1.7.24.1: #i3958# Implement the insanely complicated mechanism word XP and later use to support inline escher objects, by means of a 0x08 escher object, a dummy 0x01 inline element which itself is an escher picture frame all inside a shape field, and with a magic property attached to the 0x08 and the 0x01 objects which must match

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [52a4c7ef45806e8ee74be1ab353be1e112e74137]

        INTEGRATION: CWS portlaoisefilterteam16 (1.19.6); FILE MERGED 2003/11/11 11:03:38 cmc 1.19.6.1: #i22206# ww6 documents with no charset set use the default charset implied by the base language set ?

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [5a3b9648818fd626f820246c3f43691d01311814]

        INTEGRATION: CWS portlaoisefilterteam16 (1.12.24); FILE MERGED 2003/11/10 09:31:13 cmc 1.12.24.4: RESYNC: (1.12-1.13); FILE MERGED 2003/11/03 13:19:12 cmc 1.12.24.3: #i21961# some properties are effectively uncompressible (without a lot of effort) 2003/10/31 18:00:27 cmc 1.12.24.2: #i21881# Add support for character styles as well as paragraph styles 2003/10/31 14:09:05 cmc 1.12.24.1: #i21881# make rtf filter use single word style paragraph stylemapping between rtf and ww8 filters

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [013134195893dca4e5701fec7460ef0e40a3e1f3]

        INTEGRATION: CWS portlaoisefilterteam16 (1.38.58); FILE MERGED 2003/11/10 09:30:27 cmc 1.38.58.2: RESYNC: (1.38-1.39); FILE MERGED 2003/10/29 17:40:18 cmc 1.38.58.1: #i21422# associated bold and italic and size cannot be used to retain asian attributes when text is not asian as word doesn't have seperate western and asian settings for these

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [552d05f57175ecdd0736dc257319bc30aa88d696]

        INTEGRATION: CWS portlaoisefilterteam16 (1.1.2); FILE ADDED 2003/10/31 14:07:52 cmc 1.1.2.1: #i21881# add new header to filter include for sharing single word style paragraph stylemapping between rtf and ww8 filters (this is clearly a good thing, and we need more of it)

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [b9e89baffae3cb6c4e603dca5400760dd8149e29]

        INTEGRATION: CWS portlaoisefilterteam16 (1.2.58); FILE MERGED 2003/11/11 11:03:36 cmc 1.2.58.5: #i22206# ww6 documents with no charset set use the default charset implied by the base language set ? 2003/11/10 09:31:34 cmc 1.2.58.4: RESYNC: (1.2-1.3); FILE MERGED 2003/10/31 18:02:09 cmc 1.2.58.3: #i21881# indent a line a little more for clarity 2003/10/31 18:00:16 cmc 1.2.58.2: #i21881# Add support for character styles as well as paragraph styles 2003/10/31 14:08:41 cmc 1.2.58.1: #i21881# provide single word style paragraph stylemapping between rtf and ww8 filters

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [ebccbe1eb9cb2c4161c4d8a47955e23cdc7c9e0e]

        INTEGRATION: CWS portlaoisefilterteam16 (1.7.258); FILE MERGED 2003/11/04 13:11:22 cmc 1.7.258.1: #i21774# add method to move content to base stack class

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [dfd8a000366fbfb90713ff2761ac7ad87b3a03b5]

        INTEGRATION: CWS portlaoisefilterteam16 (1.19.2); FILE MERGED 2003/11/12 12:49:19 cmc 1.19.2.1: #112341# ah give me a break, using a pointer always, always implies that it could be 0

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [53a09145fcdcc9805f699026cc105fafa8da0815]

        INTEGRATION: CWS portlaoisefilterteam16 (1.4.436); FILE MERGED 2003/11/12 12:49:18 cmc 1.4.436.1: #112341# ah give me a break, using a pointer always, always implies that it could be 0

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [ac24f50073ce0f647ca6e8923cb23e4ea44c73aa]

        INTEGRATION: CWS portlaoisefilterteam16 (1.6.248); FILE MERGED 2003/11/05 17:09:59 cmc 1.6.248.1: #i9301# split chapterfield change expansion into two parts, one of which is suitable for use from e.g. winword exporter, other use remains exactly the same

2003-12-09  Kurt Zenker  <kz@openoffice.org>  [7df3a1cdc2ffde0298640f169a7b20becf89b638]

        INTEGRATION: CWS portlaoisefilterteam16 (1.2.434); FILE MERGED 2003/11/05 17:10:26 cmc 1.2.434.1: #i9301# add a changeexpansion method which is suitable for use from e.g. winword exporter

2003-12-09  Björn Milcke  <bm@openoffice.org>  [01669ca7ad409874312bc64cac0d19ca7501214c]

        get axis titles

2003-12-09  Björn Milcke  <bm@openoffice.org>  [478c7f15eca9a52f056b70ba74d3eddff076b260]

        Axis is an XTitled now

2003-12-08  Ingrid Halama  <iha@openoffice.org>  [707b326e89da465a743bbd54ce69abc07708c972]

        rename DataCaption -> DataPointLabel

2003-12-08  Ingrid Halama  <iha@openoffice.org>  [94403acccdae9d3bb9868d4fd20cc5eeb9a54f13]

        resize diagram via mouse

2003-12-08  Ingrid Halama  <iha@openoffice.org>  [658c7ef76a4c6c8cfae39bb2ba0fa78b28aa0c58]

        paint only a single rectangle while 3D resize

2003-12-08  Thorsten Behrens  <thb@openoffice.org>  [714d35775fcab0ad2830950f147a423aac070b06]

        Updated unit tests

2003-12-08  Björn Milcke  <bm@openoffice.org>  [c9a02e3d93f499958ab690630122f5300116463c]

        +regression, DataCaption=>DataPointLabel

2003-12-08  Mikhail Voitenko  <mav@openoffice.org>  [52765102b6b16d83c038c4dc9fe7952c1da12023]

        #112923# loading of an object from entry can require object descriptor

2003-12-08  Mikhail Voitenko  <mav@openoffice.org>  [cea282a900c0b7da3d48a3f4024ccfa7bf953ea0]

        #112923# creation of new object requires detection of object factory

2003-12-08  Rüdiger Timm  <rt@openoffice.org>  [37b9d9b3d30fae28108bbc8df093b2542f3840d2]

        Initial revision.

2003-12-08  Rüdiger Timm  <rt@openoffice.org>  [8c69a890ed83014953896af1c43d6a1d0ff59fc6]

        #i10000# needs modules beanshell and rhino

2003-12-08  Thorsten Behrens  <thb@openoffice.org>  [2c3b8d0c57c5b952e11831a052ab2408dfdb327f]

        Merged to AW's latest changes, added preliminary bezier testcases

2003-12-08  Thorsten Behrens  <thb@openoffice.org>  [994bff5b740db644ebfcd4143e940c69664b79e0]

        Initial revision

2003-12-08  Mikhail Voitenko  <mav@openoffice.org>  [eb1cd39087221aed407426e1469b82598f0932fd]

        #112923# properties to initialize object

2003-12-06  Ingrid Halama  <iha@openoffice.org>  [c420389d39feefab90c16b6fb63dae0d01bf9357]

        moving legend,title & diagram + rotating diagram via mouse - cleanup pending ...

2003-12-06  Ingrid Halama  <iha@openoffice.org>  [ef94118cef5c0ee8c661c114d7adc563fe2d6209]

        use diagram size from model data

2003-12-05  Armin Weiss  <aw@openoffice.org>  [80d113529ae3961643ef916acf9da64fe9961e98]

        #111880# Changes for adding bf_xmloff

2003-12-05  Oliver Bolte  <obo@openoffice.org>  [90af3be77786713af2fbd549420ad6c6fb28f62a]

        #100000# GetBoundRect renamed

2003-12-05  Armin Weiss  <aw@openoffice.org>  [23bd95eb62490fb6a802b3a949bf4ddcb0f9b4c6]

        Added bf_xo.flt file for building bf_xo.lib

2003-12-05  Armin Weiss  <aw@openoffice.org>  [987417711438d0e9c5f7af70cacbd2dc8e3e8b99]

        Added bf_xmloff files

2003-12-05  Armin Weiss  <aw@openoffice.org>  [9a2b6e0aba26b66f9fcd05a61fd5be9f806b0275]

        Added bf_xmloff stuff

2003-12-05  Armin Weiss  <aw@openoffice.org>  [4104335085a3dba218d9dd3b02091acb9088b116]

        Added/changed include files for bf_xmloff

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [5db0c7abba567d8e98b0b9801e69cf05c40d7946]

        name change: GetBoundRect->GetCurrentBoundRect

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [e7a365a6463d744e923c224569ba932d1de4c38f]

        change destruction order (crash after edit title)

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [ba0db52c0c9690115db6e83ff579db880362c69a]

        check for Null pointer

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [7a6fdd36dc06f30ba2c5528007800bd852edf69a]

        name change: SetItemSet->SetMergedItemSet

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [bdcfa5074e97732162093456814820bbad3483c4]

        added method getSelectedObject

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [a79d717aef4f95987cf36f0139735bbafaaafb20]

        background color handling; added method getSelectedObject

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [7cf3a07ce038b4574e5ed4efefba5beac31feb7d]

        added Rotation

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [0540fc283ca7381eca2e9266c34e5659b8271317]

        SceneProperties are maybevoid (2D)

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [53d9390e9f5496832eac5ee60d74e782d6fb0302]

        #112587# changed matrix multiplication operator

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [36ca0310dd4c7c9c3cd18a1512b7bcb3dd848e5b]

        use free positioning and scene properties from model

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [92309580fbe6eb248fe08e8ea73650b01be5dc7f]

        free positions of diagram and title

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [be43c8bbbf995ad19bae85ba3778fec513d385f2]

        #112587# changed matrix multiplication operator

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [a52953cd98099b90655b0560147d1e5930b334ac]

        don't use 32 vertical segments; disabled special rounded edge geometry ...

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [ff5319a3a278c30bd73f304cdf6b9bbd4c2a65d6]

        removed unused code

2003-12-04  Ingrid Halama  <iha@openoffice.org>  [67a8d7f86e730d6c5dbfdd04ec0c3fcebcf87b73]

        use positioning from model and calculate remaining space

2003-12-04  Björn Milcke  <bm@openoffice.org>  [fae47419cff5453763ef712940bba6c70d143dd6]

        RelativePoint -> RelativePosition

2003-12-04  Björn Milcke  <bm@openoffice.org>  [1b3423f364f3bfd0fbbe3ca3a1b081709da7d7bb]

        RelativePoint -> RelativePosition +property RelativeSize

2003-12-04  jmeng  <jmeng@openoffice.org>  [b70f381fde21b3a7a938bd43eb2b660ba2bae62a]

        add xmloff module to binfilter

2003-12-04  jmeng  <jmeng@openoffice.org>  [b6f557835de8f44d6a4f034ffb55cb5ac3666da0]

        Add xmloff module to binfilter.

2003-12-03  Rüdiger Timm  <rt@openoffice.org>  [0e38f35193f807ae2b53e27dc065ce1f87f0c28f]

        new version for SRC680

2003-12-03  Kurt Zenker  <kz@openoffice.org>  [2ff240672a5300d8b0e54cf08a1fc256f944a615]

        new version for SRC680

2003-12-03  Kurt Zenker  <kz@openoffice.org>  [74944f9d9d600c1b9d93797323d8aeee6efc5892]

        new version for SRC680

2003-12-03  Tomas O'Connor  <toconnor@openoffice.org>  [3046c59d85a957f195f47bed6d2f669c789a3824]

        #i23087# - incorrect versions of beanshell and rhino files originally checked in

2003-12-03  Tomas O'Connor  <toconnor@openoffice.org>  [b8ba367179c9cf215d837f8eee370aeb7dea774d]

        #i23087# - incorrect versions of beanshell and rhino jar files originally checked in

2003-12-03  Oliver Bolte  <obo@openoffice.org>  [8bcdd3f23c1cd18a22957c5b43a5522e32335df0]

        #100000# SetReferenceDevice with 1 parameter

2003-12-03  Oliver Bolte  <obo@openoffice.org>  [836bcd745caeed18aa405cf6820388c15c0f1f3f]

        #100000# maGraphicsData obsolete

2003-12-03  Mikhail Voitenko  <mav@openoffice.org>  [359cf6b5477813eb947451c516b2cdf2914fc370]

        #112923# use formats shortnames to get id

2003-12-03  Oliver Bolte  <obo@openoffice.org>  [a20b990a7a8342311534760945e7b2be55e4da10]

        #100000# include memory.h removed

2003-12-03  Oliver Bolte  <obo@openoffice.org>  [41b752bd6f1e7e9af6b18ea604e75a0bf34a2c7f]

        #100000# broken

2003-12-03  Armin Weiss  <aw@openoffice.org>  [b9e67cf54421d4eaf8fb3d7d33f0ca86041af7ee]

        Used //SRIP012 to remove usage of IAOManager

2003-12-03  Armin Weiss  <aw@openoffice.org>  [220242e6f73291c43fee24a53ff87e2ab39541c3]

        remaned min, max, abs to their longer names due to preprocessor expansions

2003-12-02  Kurt Zenker  <kz@openoffice.org>  [4c10fa70536c563a70636839b00870d2f4d6a7b4]

        new version for SRC680

2003-12-02  Kurt Zenker  <kz@openoffice.org>  [8784a32b87831ffc534922e0cd100ec8974ec13d]

        new version for SRC680

2003-12-02  Kurt Zenker  <kz@openoffice.org>  [a81c59e6bf78f99b4b1211d33d52201eb190ce36]

        new version for SRC680

2003-12-02  Oliver Bolte  <obo@openoffice.org>  [635458fe40f574ca8c325c14b8a7ea2ae261a86c]

        #100000# maGraphicsData not defined

2003-12-02  Mikhail Voitenko  <mav@openoffice.org>  [5491e83d50f08c25ea21f473c1176071a631cd0f]

        #112923# XCloseable is supported and should be available

2003-12-02  Mikhail Voitenko  <mav@openoffice.org>  [5ffcdeae2eafb961559b3b98beed9108dd061f80]

        #112923# close the component

2003-12-02  Mikhail Voitenko  <mav@openoffice.org>  [4c6e0e047954a6d5623f98f691f7a2aa51e96295]

        #112923# set stream media type

2003-12-02  Vladimir Glazounov  <vg@openoffice.org>  [199bf201382dcfab83372c51164a1425e7779424]

        Taking revision 1.24 in order to undo merge from CWS in 1.25

2003-12-02  Mikhail Voitenko  <mav@openoffice.org>  [270b970b950ce5deac97111da39ca9344626286c]

        #112923# test debugging

2003-12-02  Mikhail Voitenko  <mav@openoffice.org>  [41e72962df83a410986fb48250aaaf1adc827c13]

        #112923# allow to get view from ole component

2003-12-02  Mikhail Voitenko  <mav@openoffice.org>  [7d0303d392e8a8d53520456adffd11320abedf90]

        #112923# fix document closing

2003-12-02  Vladimir Glazounov  <vg@openoffice.org>  [e03eb2b6fc7f707057181b55b0804143a6fb7434]

        Taking revision 1.17 from SO7 release again in order to undo merge from CWS in 1.22.

2003-12-02  Kurt Zenker  <kz@openoffice.org>  [bf944d033c440fb17ed02645ab431d374313c7f8]

        new version for FIX645

2003-12-02  Rüdiger Timm  <rt@openoffice.org>  [bed8e3a957765227120f5abfd7ea080bed44590f]

        Taking revision 1.32 again, as was for StarOffice7 release. Cause: we have to undo some erronous merges from CWS.

2003-12-02  Rüdiger Timm  <rt@openoffice.org>  [c47c46c524724ec0f259fbe6a34fad503d47cc92]

        new version for FIX645

2003-12-02  Rüdiger Timm  <rt@openoffice.org>  [0aa4b6d168464ce846542ef133d980219e7625b6]

        SRC680

2003-12-02  Rüdiger Timm  <rt@openoffice.org>  [231da19e7f24e0be2b700719dd2a80564b7e741b]

        INTEGRATION: CWS ooo20031110 (1.6.160); FILE MERGED 2003/11/11 14:37:46 waratah 1.6.160.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b6d61f376d118cd4abe49f6d24e49a43c33804cb]

        INTEGRATION: CWS ooo20031110 (1.15.146); FILE MERGED 2003/11/11 12:01:18 waratah 1.15.146.2: #i22301# Correct for scoping rules 2003/11/06 12:09:43 waratah 1.15.146.1: #i21906# add imlicit int into code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4d37ad40e759c73ea8d9c77f5182a46488eef7b3]

        INTEGRATION: CWS ooo20031110 (1.27.146); FILE MERGED 2003/11/06 12:10:54 waratah 1.27.146.1: #i21906# remove unused inline function definition

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [938c0967cd4765cef6865761ba0667c483986222]

        INTEGRATION: CWS ooo20031110 (1.19.134); FILE MERGED 2003/11/06 12:09:09 waratah 1.19.134.1: #i21906# add class after friend keyword

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5ede613ff73fcbec5afe73ea7a2c5457cbeb0625]

        INTEGRATION: CWS ooo20031110 (1.52.12); FILE MERGED 2003/11/11 12:01:16 waratah 1.52.12.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [af56e46b01b9cc76a0e6a028075329fe58044d81]

        INTEGRATION: CWS ooo20031110 (1.120.4); FILE MERGED 2003/11/11 12:01:15 waratah 1.120.4.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [212a48764971d68095f209054f488ed14312cf02]

        INTEGRATION: CWS ooo20031110 (1.58.12); FILE MERGED 2003/11/11 12:01:15 waratah 1.58.12.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [eac6398861ef5ad4c240c8b58a0c603b3b702e90]

        INTEGRATION: CWS ooo20031110 (1.32.12); FILE MERGED 2003/10/23 11:15:17 waratah 1.32.12.1: #i21388# include a const on variable to allow to compile with gcc 3.2.x compiler

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9ca2bca003af89137c953d26c28cff930bc66b08]

        INTEGRATION: CWS ooo20031110 (1.24.110); FILE MERGED 2003/11/11 12:01:14 waratah 1.24.110.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [056f79c82f531234f02be6f05f8b60720bded361]

        INTEGRATION: CWS ooo20031110 (1.18.12); FILE MERGED 2003/11/11 12:01:10 waratah 1.18.12.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [88813831178822bb4955ee879e27aa071c862f77]

        INTEGRATION: CWS ooo20031110 (1.17.68); FILE MERGED 2003/11/11 12:01:10 waratah 1.17.68.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7eba90df6615735ec09d48b11074fd065324e679]

        INTEGRATION: CWS ooo20031110 (1.8.62); FILE MERGED 2003/11/06 22:25:37 waratah 1.8.62.1: #i21906# add class after friend

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [57df28a309cdfc9c5c201a5902b9099e52154f79]

        INTEGRATION: CWS ooo20031110 (1.16.62); FILE MERGED 2003/11/11 11:28:25 waratah 1.16.62.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6734aea77c66994bea132b13eeabe973a79f66b9]

        INTEGRATION: CWS ooo20031110 (1.7.116); FILE MERGED 2003/11/06 22:28:01 waratah 1.7.116.1: #i21906# convert C++ cast to C cast but leave comment with original cast, causes problems when permissive removed from GCC compile

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [093af274aadaafedcdb7f9ba9bcb2b9fd3caabc6]

        INTEGRATION: CWS ooo20031110 (1.4.48); FILE MERGED 2003/11/02 02:36:31 waratah 1.4.48.1: #i21906# add implicit int definitions in the source code to allow removal of permissive compile option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3389c4187b2119a7764e90d6e0fe73baf52eac24]

        INTEGRATION: CWS ooo20031110 (1.21.114); FILE MERGED 2003/11/03 13:55:54 waratah 1.21.114.2: #i21906# Correct the return type of the operator== to more standard sal_Bool type 2003/11/02 02:36:31 waratah 1.21.114.1: #i21906# add implicit int definitions in the source code to allow removal of permissive compile option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ae4dc404c642cd682a7c132f414f77b0edbc386b]

        INTEGRATION: CWS ooo20031110 (1.7.10); FILE MERGED 2003/11/03 13:55:55 waratah 1.7.10.2: #i21906# Correct the return type of the operator== to more standard sal_Bool type 2003/11/02 02:36:30 waratah 1.7.10.1: #i21906# add implicit int definitions in the source code to allow removal of permissive compile option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [24f93877e00e93f2ecab43742b134cb2ac2e125b]

        INTEGRATION: CWS ooo20031110 (1.5.22); FILE MERGED 2003/11/09 11:21:30 waratah 1.5.22.1: #21906# break up the definitions into single lines as required by coding standards, there was some reason why this would not compile otherwise breaking up resolved issue

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9d10109531c05c7357524ea8f63041a33f01de19]

        INTEGRATION: CWS ooo20031110 (1.1.58); FILE MERGED 2003/11/16 08:02:53 waratah 1.1.58.2: #i21906# change macro call to one defined in sal/types.h 2003/11/09 11:19:15 waratah 1.1.58.1: #i21906# allow perl program to handle LONG_CONST macro that was introduced for the premissive patches

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [82495a68390253ea07ef998229520315841f0208]

        INTEGRATION: CWS ooo20031110 (1.4.22); FILE MERGED 2003/11/09 11:18:13 waratah 1.4.22.1: #i1858# change NULL to false on boolean, NULL is pointer type in gcc, gives warning add class to friend keyword

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [012c5a658d28eff7fb1ff14bb54fe2f080e42355]

        INTEGRATION: CWS ooo20031110 (1.3.38); FILE MERGED 2003/11/13 14:18:16 waratah 1.3.38.2: #i21906# temporary work around for the long cost patch 2003/11/09 11:19:54 waratah 1.3.38.1: Add LL to end of constant, allow gcc permissive compile to complete

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [85795542f1623199487f730e5645a28b709c2de2]

        INTEGRATION: CWS ooo20031110 (1.24.26); FILE MERGED 2003/11/05 11:52:27 waratah 1.24.26.1: #i21906# add class keyword after friend for permissive on gcc

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [af26b8322cb8aca2b8012f6031d24e5eef19e35b]

        INTEGRATION: CWS ooo20031110 (1.33.26); FILE MERGED 2003/11/16 03:32:54 waratah 1.33.26.1: #i22277# implement const wrapper for large constant Added todo and a few comments to make a little easier to understand

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [52c3d1d98155f02b1fb84a28fcc25a4ad13b46bb]

        INTEGRATION: CWS ooo20031110 (1.42.180); FILE MERGED 2003/11/11 12:47:13 waratah 1.42.180.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2de5fb2aa51a1650d5676248ff14408df37f20dd]

        INTEGRATION: CWS ooo20031110 (1.17.438); FILE MERGED 2003/11/06 22:32:09 waratah 1.17.438.1: #i21906# add explicit int where compiler options are adding an implicit int

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ff03b49f536eba9bb8a3312e39b4e8bcf2e0211a]

        INTEGRATION: CWS ooo20031110 (1.36.246); FILE MERGED 2003/11/06 22:33:56 waratah 1.36.246.1: #i21906# remove initial value, supplied in header as well

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2bd49ac06f35285b04021963c063b39003705c05]

        INTEGRATION: CWS ooo20031110 (1.48.246); FILE MERGED 2003/11/11 12:47:11 waratah 1.48.246.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [44e93600d53addedf575809b24e6e716a43eb681]

        INTEGRATION: CWS ooo20031110 (1.10.282); FILE MERGED 2003/11/11 12:47:11 waratah 1.10.282.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [93287b9bd7c9cdec181c96a5f0dcc9283a422255]

        INTEGRATION: CWS ooo20031110 (1.39.228); FILE MERGED 2003/11/11 12:47:10 waratah 1.39.228.2: #i22301# Correct for scoping rules 2003/11/06 22:32:08 waratah 1.39.228.1: #i21906# add explicit int where compiler options are adding an implicit int

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [31193b677b4bc5e67882dd060306046044aed3ad]

        INTEGRATION: CWS ooo20031110 (1.2.438); FILE MERGED 2003/11/11 12:47:09 waratah 1.2.438.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [45a65e7b228c1a23f801891039ef8e586957096a]

        INTEGRATION: CWS ooo20031110 (1.2.464); FILE MERGED 2003/11/06 22:30:35 waratah 1.2.464.1: #i21906# add class after friend

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e1304084927f23fbbed2500a7950976a2e353484]

        INTEGRATION: CWS ooo20031110 (1.10.260); FILE MERGED 2003/11/11 12:47:08 waratah 1.10.260.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4e10705310bfc3df2c7848f59c6290cf37649b7c]

        INTEGRATION: CWS ooo20031110 (1.11.90); FILE MERGED 2003/11/11 12:47:08 waratah 1.11.90.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7e61094dc817378f1b6d3648f00c6d43eb7c6d44]

        INTEGRATION: CWS ooo20031110 (1.8.282); FILE MERGED 2003/11/06 22:35:00 waratah 1.8.282.1: #i21906# convert C++ cast to C cast but leave comment with original cast, causes problems when permissive removed from GCC compile

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [47e5e658acdeeacfeff63a4e4d424d8fff3d9355]

        INTEGRATION: CWS ooo20031110 (1.32.260); FILE MERGED 2003/11/06 22:36:07 waratah 1.32.260.1: #i21906# remove undefined macros that look like function declarations to code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1cd21d56e491289386ea071d9f790cf93ae9c98a]

        INTEGRATION: CWS ooo20031110 (1.38.124); FILE MERGED 2003/11/11 12:47:06 waratah 1.38.124.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [635bca5f5bd00eb3267cc97d6bc57605c354e13d]

        INTEGRATION: CWS ooo20031110 (1.16.438); FILE MERGED 2003/12/01 14:31:26 mh 1.16.438.3: RESYNC: (1.16-1.18); FILE MERGED 2003/11/11 12:47:06 waratah 1.16.438.2: #i22301# Correct for scoping rules 2003/11/06 22:33:23 waratah 1.16.438.1: #i21906# add const to reference cast, required by C++ standard

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [02aa4dd82c7e66198bfb8041935e2bf113220dd5]

        INTEGRATION: CWS ooo20031110 (1.14.282); FILE MERGED 2003/11/11 12:47:04 waratah 1.14.282.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3604705ddce9d16e19b8cae166b4ba2c91475412]

        INTEGRATION: CWS ooo20031110 (1.2.8); FILE MERGED 2003/10/21 21:41:06 waratah 1.2.8.1: #i21230# include const into code to support gcc 3.2.x

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [095b34354d03beb223d6e8a0118ebde60a65d1db]

        INTEGRATION: CWS ooo20031110 (1.17.26); FILE MERGED 2003/11/10 11:09:02 waratah 1.17.26.1: #i22301# resolve for scope issues

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [53afac3ef7fb580afdb78ac3f2ad9b0365e4c5d7]

        INTEGRATION: CWS ooo20031110 (1.5.88); FILE MERGED 2003/11/11 13:01:27 waratah 1.5.88.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fcb9b38b69b136ce89258c0dbe91e8ae396e67c6]

        INTEGRATION: CWS ooo20031110 (1.5.198); FILE MERGED 2003/11/07 02:12:19 waratah 1.5.198.1: #i21906# add a couple of missing types on declarations

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [12770a3e683fbb9d1f9dd1050ff808f43cd376e6]

        INTEGRATION: CWS ooo20031110 (1.2.138); FILE MERGED 2003/11/07 02:34:08 waratah 1.2.138.1: #i21906# add class type to the operator= functions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [955606b0fed518d76a179124a62543197998956a]

        INTEGRATION: CWS ooo20031110 (1.17.72); FILE MERGED 2003/11/07 02:34:08 waratah 1.17.72.1: #i21906# add class type to the operator= functions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e409002146dd9bb3a5bab3a13519143c1ad7f457]

        INTEGRATION: CWS ooo20031110 (1.22.72); FILE MERGED 2003/11/11 12:58:55 waratah 1.22.72.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c4d73b97ff3eeeb0291ef7fdba7798a75f499327]

        INTEGRATION: CWS ooo20031110 (1.42.36); FILE MERGED 2003/11/10 12:38:27 waratah 1.42.36.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4f31041f1d721b34bbd8f9a79e53aa12ff7d06ed]

        INTEGRATION: CWS ooo20031110 (1.2.104); FILE MERGED 2003/11/10 13:21:22 waratah 1.2.104.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9d1911a2d1b5964187e3a5d1c985e7da24960f10]

        INTEGRATION: CWS ooo20031110 (1.2.66); FILE MERGED 2003/10/28 10:12:17 waratah 1.2.66.1: #i17241# use fork for testing, LInux Kernel 2.6 does not work without,  Correct ansi violations and warnings from code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3faacb1f184345ba5e16bea959c9d8083bc3dcdf]

        INTEGRATION: CWS ooo20031110 (1.5.76); FILE MERGED 2003/11/10 12:42:03 waratah 1.5.76.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ac6c2353e3b1e3e6eb4a6b80832a8523c2f8f7c6]

        INTEGRATION: CWS ooo20031110 (1.9.54); FILE MERGED 2003/11/13 09:51:14 waratah 1.9.54.1: #i22301# remove all for scope non-compliant code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a41f70c372dd68c114f14bf1de0bbe7c46c78f68]

        INTEGRATION: CWS ooo20031110 (1.52.12); FILE MERGED 2003/11/13 09:51:13 waratah 1.52.12.1: #i22301# remove all for scope non-compliant code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [69cba2b2eed41831d506e1f06f09e5a9ac588abd]

        INTEGRATION: CWS ooo20031110 (1.18.102); FILE MERGED 2003/11/13 09:51:12 waratah 1.18.102.1: #i22301# remove all for scope non-compliant code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5d05325f4c5317133f43e920445396c3a89babe8]

        INTEGRATION: CWS ooo20031110 (1.19.142); FILE MERGED 2003/11/13 09:51:10 waratah 1.19.142.1: #i22301# remove all for scope non-compliant code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [289aeebd41b959aae1b579c9a6bc0ca3633966b0]

        INTEGRATION: CWS ooo20031110 (1.17.76); FILE MERGED 2003/11/13 09:51:10 waratah 1.17.76.1: #i22301# remove all for scope non-compliant code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6a42589fbeee1e952c9b9dc80f163f18f55de170]

        INTEGRATION: CWS ooo20031110 (1.24.94); FILE MERGED 2003/11/13 09:51:09 waratah 1.24.94.1: #i22301# remove all for scope non-compliant code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d7d5a9f3331491233630c2f03ff8c2a4ccc307b8]

        INTEGRATION: CWS ooo20031110 (1.22.82); FILE MERGED 2003/11/13 09:51:07 waratah 1.22.82.1: #i22301# remove all for scope non-compliant code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7503b60cb40dc0244901f3e4a6e29eb7f3b50bf7]

        INTEGRATION: CWS ooo20031110 (1.75.94); FILE MERGED 2003/11/13 09:51:07 waratah 1.75.94.1: #i22301# remove all for scope non-compliant code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a9ca24b569b253d4d28c02061441aa7f447e7d14]

        INTEGRATION: CWS ooo20031110 (1.2.148); FILE MERGED 2003/11/07 10:50:34 waratah 1.2.148.1: #i21906# bracket an undefined macro so that non permissive build will compile

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f8115c7bad804054b68e8df3c65b8ecbac926ed8]

        INTEGRATION: CWS ooo20031110 (1.7.24); FILE MERGED 2003/11/10 13:31:04 waratah 1.7.24.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e74fbe29361bae98452dcfc1918084f8cc4039f3]

        INTEGRATION: CWS ooo20031110 (1.13.72); FILE MERGED 2003/11/03 23:38:31 waratah 1.13.72.1: #i21906# add class keyword after friend and also add a return type of sal_Bool to one function implicitly int return type

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a698b9013629d476b9463fabee65d63d51905f7a]

        INTEGRATION: CWS ooo20031110 (1.9.72); FILE MERGED 2003/11/03 23:38:30 waratah 1.9.72.1: #i21906# add class keyword after friend and also add a return type of sal_Bool to one function implicitly int return type

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f1b5d5fe903c38360fa96ddd2a70ca2d38c0ffc7]

        INTEGRATION: CWS ooo20031110 (1.12.8); FILE MERGED 2003/11/16 03:38:17 waratah 1.12.8.2: #i22301# Correct for scoping code issue, conflict with standard 2003/11/03 23:38:30 waratah 1.12.8.1: #i21906# add class keyword after friend and also add a return type of sal_Bool to one function implicitly int return type

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d2d71dcededa976f775c786fa293fc331492226a]

        INTEGRATION: CWS ooo20031110 (1.17.44); FILE MERGED 2003/11/16 03:38:16 waratah 1.17.44.1: #i22301# Correct for scoping code issue, conflict with standard

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ede30cae63dd8f86cc381353dc0a1dfafebefe4d]

        INTEGRATION: CWS ooo20031110 (1.7.88); FILE MERGED 2003/11/03 23:38:29 waratah 1.7.88.1: #i21906# add class keyword after friend and also add a return type of sal_Bool to one function implicitly int return type

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [169467e5b2704e3be46798ffb34a7fd67b582ba0]

        INTEGRATION: CWS ooo20031110 (1.3.24); FILE MERGED 2003/10/19 22:38:29 waratah 1.3.24.1: #i20504#  Correct processing of library code, not always built

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1dd4e9dcf1424c626db49da6e160912f9adfaaee]

        INTEGRATION: CWS ooo20031110 (1.5.4); FILE MERGED 2003/10/20 13:35:11 vq 1.5.4.1: #21441 Make the makefile tcsh aware

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e09e9affdafe65c49fc1af0a21b89bf05274e228]

        INTEGRATION: CWS ooo20031110 (1.6.4); FILE MERGED 2003/12/01 14:21:46 mh 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2003/10/20 14:49:42 vq 1.6.4.1: #21441 Add a missing $(WRAPCMD) and teach guw.pl some special csc switches.

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3c65e2b8d19b78337b7f2c0ad077e3db138df7b4]

        INTEGRATION: CWS ooo20031110 (1.5.18); FILE MERGED 2003/11/10 13:15:00 waratah 1.5.18.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6a246dd5e9168973a5cdc6df712e09a0f6f0791c]

        INTEGRATION: CWS ooo20031110 (1.2.134); FILE MERGED 2003/11/05 12:42:58 waratah 1.2.134.1: #i21906# remove const without type, unnessecary anyway

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0699c35ed97112a6477c7b0f12bf9bc29aee3665]

        INTEGRATION: CWS ooo20031110 (1.1.1.1.140); FILE MERGED 2003/11/05 12:42:57 waratah 1.1.1.1.140.1: #i21906# remove const without type, unnessecary anyway

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6e05873d6c0214ea57979911d6fd172218f4447c]

        INTEGRATION: CWS ooo20031110 (1.1.1.1.140); FILE MERGED 2003/11/05 12:42:55 waratah 1.1.1.1.140.1: #i21906# remove const without type, unnessecary anyway

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f8239ce67f54eac623f4de9d78b7299dad4ae167]

        INTEGRATION: CWS ooo20031110 (1.38.160); FILE MERGED 2003/11/11 14:37:47 waratah 1.38.160.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [66cbbc16cafb68ab1a5733882d0ca6d319766090]

        INTEGRATION: CWS ooo20031110 (1.9.270); FILE MERGED 2003/11/11 14:37:45 waratah 1.9.270.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [29aa8196c2bfb1a84257d4361ba18f3826f4695e]

        INTEGRATION: CWS ooo20031110 (1.9.14); FILE MERGED 2003/11/11 14:37:45 waratah 1.9.14.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ca23d50a9408ce086b53e8b830c462f7d50b5586]

        INTEGRATION: CWS ooo20031110 (1.15.292); FILE MERGED 2003/11/07 11:02:41 waratah 1.15.292.1: #i21906# add sal_Bool where missing on function definitions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3931f8791b1b033b1993d30e2254e7698f70d623]

        INTEGRATION: CWS ooo20031110 (1.6.272); FILE MERGED 2003/11/11 14:37:44 waratah 1.6.272.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d55ad4a6a4220209eb0073f3822f81face181760]

        INTEGRATION: CWS ooo20031110 (1.28.292); FILE MERGED 2003/11/11 14:37:42 waratah 1.28.292.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7a10d8e8fb0f09a4cebd76921402f0c21d4259b6]

        INTEGRATION: CWS ooo20031110 (1.22.122); FILE MERGED 2003/11/07 11:04:00 waratah 1.22.122.1: #i21906# add integer type where it is missing in definitions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ff78dd7144e0157dd53163cf3cc8985a96ccba64]

        INTEGRATION: CWS ooo20031110 (1.34.122); FILE MERGED 2003/11/11 14:37:42 waratah 1.34.122.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f7da685807e5fefc7554aeb9aecfbd36d1aa6568]

        INTEGRATION: CWS ooo20031110 (1.43.292); FILE MERGED 2003/11/11 14:37:42 waratah 1.43.292.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5e4c2f6d2b5828a3cbd28a850d397156140cba51]

        INTEGRATION: CWS ooo20031110 (1.169.42); FILE MERGED 2003/11/11 14:37:41 waratah 1.169.42.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5c7583dc9fe2cdcfc4b1c45026961b42283c6cd7]

        INTEGRATION: CWS ooo20031110 (1.13.88); FILE MERGED 2003/11/11 14:37:41 waratah 1.13.88.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1c3427ead134246c1eb9eb2cc52cc66f5cd320ac]

        INTEGRATION: CWS ooo20031110 (1.9.272); FILE MERGED 2003/11/11 14:37:40 waratah 1.9.272.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fea9ef28ce55a40ec8b75cae05e195db8efb8316]

        INTEGRATION: CWS ooo20031110 (1.7.168); FILE MERGED 2003/11/11 14:37:39 waratah 1.7.168.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3276e9b1866bcec3b07f870ffca8ec08482d1ea2]

        INTEGRATION: CWS ooo20031110 (1.6.168); FILE MERGED 2003/11/07 11:00:48 waratah 1.6.168.1: #i21906# add class keyword after friend

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ab39b9b8983c8885390ff3972efb8a9983b84f2c]

        INTEGRATION: CWS ooo20031110 (1.1.1.1.314); FILE MERGED 2003/11/07 11:00:47 waratah 1.1.1.1.314.1: #i21906# add class keyword after friend

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ea800f2276ca6af4fb9456ac53d311592ddb7d7a]

        INTEGRATION: CWS ooo20031110 (1.2.166); FILE MERGED 2003/11/07 11:00:47 waratah 1.2.166.1: #i21906# add class keyword after friend

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d42d39f10e9691f02f37988ad32f0aa7682f810d]

        INTEGRATION: CWS ooo20031110 (1.14.128); FILE MERGED 2003/11/07 11:00:46 waratah 1.14.128.1: #i21906# add class keyword after friend

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b5faffcbab846e1c3e994ff088e796d6d8deecc6]

        INTEGRATION: CWS ooo20031110 (1.66.14); FILE MERGED 2003/12/01 15:02:19 mh 1.66.14.2: RESYNC: (1.66-1.67); FILE MERGED 2003/11/07 11:03:58 waratah 1.66.14.1: #i21906# add integer type where it is missing in definitions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ef15261805e9437c99e346c70d1d2e98fbda1eea]

        INTEGRATION: CWS ooo20031110 (1.8.138); FILE MERGED 2003/11/11 14:37:38 waratah 1.8.138.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c86c9345893b76b1139fcace38678cdb64af7c91]

        INTEGRATION: CWS ooo20031110 (1.25.168); FILE MERGED 2003/11/11 14:37:37 waratah 1.25.168.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ef386ba17ff848dcef60525294b8af25bbed0f6f]

        INTEGRATION: CWS ooo20031110 (1.41.112); FILE MERGED 2003/11/11 14:37:37 waratah 1.41.112.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ee8cbebf85be4144746756a3e2d0cf6dcbccbe3d]

        INTEGRATION: CWS ooo20031110 (1.22.160); FILE MERGED 2003/11/11 14:37:35 waratah 1.22.160.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6f886ac96884caeae76123c597d0e41eb0c7964d]

        INTEGRATION: CWS ooo20031110 (1.11.298); FILE MERGED 2003/11/11 21:06:03 waratah 1.11.298.1: #i22301# Add missing braces to loop

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [60774305510b34f9eb26d89e6876a7376c94fb99]

        INTEGRATION: CWS ooo20031110 (1.21.14); FILE MERGED 2003/11/07 11:02:42 waratah 1.21.14.1: #i21906# add sal_Bool where missing on function definitions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5287413efb3908dd71d4c4299bb1a9ab80503239]

        INTEGRATION: CWS ooo20031110 (1.50.42); FILE MERGED 2003/11/11 14:37:34 waratah 1.50.42.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [18d60a6ef57ba9f2b3dd730bf60dda558ca3402f]

        INTEGRATION: CWS ooo20031110 (1.30.122); FILE MERGED 2003/11/11 14:37:34 waratah 1.30.122.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [61aaace765b11c92b41f00aabb71801f7a4e4f67]

        INTEGRATION: CWS ooo20031110 (1.8.272); FILE MERGED 2003/11/11 14:37:33 waratah 1.8.272.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [da408b742247edba1e88e2ccf2038664059cc912]

        INTEGRATION: CWS ooo20031110 (1.12.160); FILE MERGED 2003/11/11 14:37:33 waratah 1.12.160.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [810b2bf0321a774a4d98b9b84b501821e143a053]

        INTEGRATION: CWS ooo20031110 (1.3.144); FILE MERGED 2003/11/07 11:02:43 waratah 1.3.144.1: #i21906# add sal_Bool where missing on function definitions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e141bc87c99abcad635b91e646d3d2cbbd0d7467]

        INTEGRATION: CWS ooo20031110 (1.6.168); FILE MERGED 2003/11/07 11:00:45 waratah 1.6.168.1: #i21906# add class keyword after friend

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [155f067fe0dc6d2b6b224b604d5bf2d177d1ece9]

        INTEGRATION: CWS ooo20031110 (1.22.98); FILE MERGED 2003/11/11 14:07:57 waratah 1.22.98.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5f9303ec44a8c4cc2041e13322d3f49d69b510e0]

        INTEGRATION: CWS ooo20031110 (1.7.254); FILE MERGED 2003/11/11 14:07:57 waratah 1.7.254.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [51f919d13ee31171feb4a65faee56201bb982917]

        INTEGRATION: CWS ooo20031110 (1.21.100); FILE MERGED 2003/11/11 14:07:56 waratah 1.21.100.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f184ff34466953dcea58730cbcc266b0c3e3e8b0]

        INTEGRATION: CWS ooo20031110 (1.20.94); FILE MERGED 2003/11/11 14:07:56 waratah 1.20.94.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9a3cb76f7c73911102c72205059cef54696267a0]

        INTEGRATION: CWS ooo20031110 (1.16.128); FILE MERGED 2003/11/11 14:07:54 waratah 1.16.128.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [897edc716a9b9d9e15740d6a47f138827c03755f]

        INTEGRATION: CWS ooo20031110 (1.4.136); FILE MERGED 2003/11/11 14:07:54 waratah 1.4.136.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [60f7ce3d4dc2587077abda5eb109f17261782903]

        INTEGRATION: CWS ooo20031110 (1.12.248); FILE MERGED 2003/11/11 14:07:53 waratah 1.12.248.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7271dcf7ea17765af45c7c1d9cdad0e4eb7b13a9]

        INTEGRATION: CWS ooo20031110 (1.5.246); FILE MERGED 2003/11/11 14:07:52 waratah 1.5.246.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [80f6a5d5fab39d28d48c5102a8995bb110a5f520]

        INTEGRATION: CWS ooo20031110 (1.71.24); FILE MERGED 2003/11/11 14:07:50 waratah 1.71.24.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4a8a7864796acd4a30bd1812306ad4b2615e0e76]

        INTEGRATION: CWS ooo20031110 (1.39.156); FILE MERGED 2003/11/11 14:07:50 waratah 1.39.156.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8e3657024712ae3327e39ed1bca42c8644d3b8a7]

        INTEGRATION: CWS ooo20031110 (1.5.156); FILE MERGED 2003/11/11 14:07:49 waratah 1.5.156.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [533e1f9b85ebcefef649c495ce4b34108ef996c4]

        INTEGRATION: CWS ooo20031110 (1.49.40); FILE MERGED 2003/11/11 14:07:48 waratah 1.49.40.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [89e834c1a924c241ab4c7443fb7d11be0a1f79a6]

        INTEGRATION: CWS ooo20031110 (1.14.246); FILE MERGED 2003/11/11 14:07:47 waratah 1.14.246.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2ad4ace193b64f78a38d2d5ce3ca8bb8417f487e]

        INTEGRATION: CWS ooo20031110 (1.31.76); FILE MERGED 2003/11/11 14:07:47 waratah 1.31.76.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b2a6e64469de8f5974d089e15c142b8cac859aaa]

        INTEGRATION: CWS geordi2q10 (1.24.120); FILE MERGED 2003/12/01 16:36:40 rt 1.24.120.1: #111934#: join CWS brazilianextras1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e96e0126d6437acde013496c465e05327c630b65]

        INTEGRATION: CWS geordi2q10 (1.17.86); FILE MERGED 2003/12/01 16:36:40 rt 1.17.86.1: #111934#: join CWS brazilianextras1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ce7a8ada41b04a372cbabc7a986368f4798f671e]

        INTEGRATION: CWS ooo20031110 (1.11.4); FILE MERGED 2003/10/26 18:57:15 vq 1.11.4.2: #21441 Adjust configure to detect the new requirements for Windows when building OOo 2.0. 2003/10/18 12:38:06 waratah 1.11.4.1: #i21389#  merge configure patches from the 1.1 branches

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [123805410df75bb08a18eb8db6aa8b983ee3c36a]

        INTEGRATION: CWS ooo20031110 (1.56.4); FILE MERGED 2003/11/24 12:46:45 waratah 1.56.4.6: Deprecated gcc 2.95 from support 2003/11/20 22:20:11 waratah 1.56.4.5: Correct recolution of enable_symbols in script 2003/11/19 08:18:51 waratah 1.56.4.4: #i17700# implement testing for x windows include files 2003/11/05 12:55:20 waratah 1.56.4.3: Correct --disable-symbols option should work 2003/10/26 18:57:14 vq 1.56.4.2: #21441 Adjust configure to detect the new requirements for Windows when building OOo 2.0. 2003/10/18 12:38:06 waratah 1.56.4.1: #i21389#  merge configure patches from the 1.1 branches

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [74b0b0eed550410f746886e1b0c7f269fd1c44bc]

        INTEGRATION: CWS ooo20031110 (1.37.4); FILE MERGED 2003/11/24 12:55:26 waratah 1.37.4.6: Deprecated gcc 2.95 from support 2003/11/20 22:21:59 waratah 1.37.4.5: Correct recolution of enable_symbols in script 2003/11/19 08:19:43 waratah 1.37.4.4: #i17700# implement testing for x windows include files 2003/11/05 12:56:30 waratah 1.37.4.3: Correct --disable-symbols option should work 2003/10/26 18:57:13 vq 1.37.4.2: #21441 Adjust configure to detect the new requirements for Windows when building OOo 2.0. 2003/10/18 12:41:23 waratah 1.37.4.1: #i21389#  merge configure patches from the 1.1 branches

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [87840aa02a412b36fdb758b32849d8f98f5699d9]

        INTEGRATION: CWS ooo20031110 (1.13.28); FILE MERGED 2003/11/06 09:19:59 vq 1.13.28.1: #19167 Merge missing parts of the cygwin 1.5.x patch.
        
        Propably another merge conflict, sorry. Volker

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8c523b5252f2322e082a1265a7cc8bcf870d1856]

        INTEGRATION: CWS ooo20031110 (1.2.18); FILE MERGED 2003/11/24 12:55:29 waratah 1.2.18.1: Deprecated gcc 2.95 from support

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [617cef06e7ca52ae7bd6e6c84c46620c94b4eb62]

        INTEGRATION: CWS ooo20031110 (1.25.180); FILE MERGED 2003/11/13 10:57:55 waratah 1.25.180.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a4e2cd90240fca8ca9bfca89f60d36c0493ad861]

        INTEGRATION: CWS ooo20031110 (1.17.26); FILE MERGED 2003/11/13 10:57:54 waratah 1.17.26.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ffffd9d154ee2e225d3061467fcf2c23e8b04736]

        INTEGRATION: CWS ooo20031110 (1.28.66); FILE MERGED 2003/11/13 10:57:53 waratah 1.28.66.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1890a7faa770403fed2b17564b80de063651314e]

        INTEGRATION: CWS ooo20031110 (1.20.168); FILE MERGED 2003/11/13 10:57:51 waratah 1.20.168.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ddb9bc0da218fc14f5bcf8374470be4d80bef320]

        INTEGRATION: CWS ooo20031110 (1.11.234); FILE MERGED 2003/11/13 10:57:48 waratah 1.11.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8dbd7ece9a69709b79d5b28bcd01a8ee1d8d92d1]

        INTEGRATION: CWS ooo20031110 (1.18.30); FILE MERGED 2003/11/13 10:57:47 waratah 1.18.30.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c143e80357abd62d68ac3aa9dab44be34af2efb5]

        INTEGRATION: CWS ooo20031110 (1.19.234); FILE MERGED 2003/11/13 10:57:46 waratah 1.19.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8abf0093f830df9064b82172e0cb43213c45db1b]

        INTEGRATION: CWS ooo20031110 (1.13.234); FILE MERGED 2003/11/13 10:57:45 waratah 1.13.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [bccbc0f8ba0445b0694a9d9f8b54b45334e9592c]

        INTEGRATION: CWS ooo20031110 (1.21.234); FILE MERGED 2003/11/13 10:57:44 waratah 1.21.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3fcade626f79f59e7e20e1190603e6b065b8f699]

        INTEGRATION: CWS ooo20031110 (1.16.66); FILE MERGED 2003/11/13 10:57:44 waratah 1.16.66.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [eba3f08c3ed2cfd1a687c93eb4147771255d53eb]

        INTEGRATION: CWS ooo20031110 (1.13.234); FILE MERGED 2003/11/13 10:57:43 waratah 1.13.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fa62057f4bf372e06ea05211ccdff8e308b4e538]

        INTEGRATION: CWS ooo20031110 (1.12.12); FILE MERGED 2003/11/13 10:57:43 waratah 1.12.12.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [83e411a23925a7e6eb7f59e9d5afe64aafedc6e2]

        INTEGRATION: CWS ooo20031110 (1.29.230); FILE MERGED 2003/11/13 10:57:41 waratah 1.29.230.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [89e609c0b511c887bca9faa134a20178ae0c784b]

        INTEGRATION: CWS ooo20031110 (1.52.234); FILE MERGED 2003/11/13 10:57:41 waratah 1.52.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f27e48f23905ae59cd71e7e249d57d7e7d9bcf2c]

        INTEGRATION: CWS ooo20031110 (1.6.428); FILE MERGED 2003/11/07 12:04:39 waratah 1.6.428.1: #i21906# add class after friend keyword

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f725362135a408b30401beac4a12263650908f67]

        INTEGRATION: CWS ooo20031110 (1.6.406); FILE MERGED 2003/11/07 12:08:37 waratah 1.6.406.1: #i21906# add implicit integer type to a few variables

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [be844dd96d1169209a319d169c58968302122a36]

        INTEGRATION: CWS ooo20031110 (1.6.402); FILE MERGED 2003/11/07 12:04:40 waratah 1.6.402.1: #i21906# add class after friend keyword

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b93ee1c9749fd703975d96d36b8ecc4e313658d5]

        INTEGRATION: CWS ooo20031110 (1.36.234); FILE MERGED 2003/11/13 10:57:39 waratah 1.36.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9d581acfac26b8150d98329a3fb2419b186aaabe]

        INTEGRATION: CWS ooo20031110 (1.25.66); FILE MERGED 2003/11/13 10:57:38 waratah 1.25.66.2: #i22301# correct the for scope problems in the code 2003/11/07 12:08:36 waratah 1.25.66.1: #i21906# add implicit integer type to a few variables

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5dd8a7ba59eb35f31b9b85c3c59135af884d0af5]

        INTEGRATION: CWS ooo20031110 (1.13.234); FILE MERGED 2003/11/13 10:57:38 waratah 1.13.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e61f490bc043d7e90be51611a145bdb5158227ad]

        INTEGRATION: CWS ooo20031110 (1.11.180); FILE MERGED 2003/11/13 10:57:37 waratah 1.11.180.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f0a5d844929f84483bad77412838fe222dd601ee]

        INTEGRATION: CWS ooo20031110 (1.2.402); FILE MERGED 2003/11/07 12:34:44 waratah 1.2.402.1: #21906# convert a c++ cast to a C one to allow a permissive build to be run

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6f4c9d0da1bf23842910a4b10e569954655b543e]

        INTEGRATION: CWS ooo20031110 (1.71.30); FILE MERGED 2003/11/13 10:57:36 waratah 1.71.30.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [29feae001542d526bc275dc131ce6bda187f24f7]

        INTEGRATION: CWS ooo20031110 (1.38.234); FILE MERGED 2003/11/13 10:57:36 waratah 1.38.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2af2621cc53987cac493ad2b15ed9884327c49a6]

        INTEGRATION: CWS ooo20031110 (1.35.234); FILE MERGED 2003/11/13 10:57:35 waratah 1.35.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a1a85825f03f6c999c1e7543977f0a637d951f7a]

        INTEGRATION: CWS ooo20031110 (1.16.234); FILE MERGED 2003/11/13 10:57:34 waratah 1.16.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [13ad1c6cfea9f415e0480f0b3c327dce1c44564a]

        INTEGRATION: CWS ooo20031110 (1.6.234); FILE MERGED 2003/11/13 10:57:34 waratah 1.6.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c84304fd056007ff0736de35422913c9a07d3253]

        INTEGRATION: CWS ooo20031110 (1.8.234); FILE MERGED 2003/11/13 10:57:34 waratah 1.8.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b8d19e9144cda539dccb03eedc68e22563ba613e]

        INTEGRATION: CWS ooo20031110 (1.40.152); FILE MERGED 2003/11/13 10:57:32 waratah 1.40.152.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5bf75a3378a6e8d04f1e13736b3d58e346a5db1e]

        INTEGRATION: CWS ooo20031110 (1.43.234); FILE MERGED 2003/11/13 10:57:30 waratah 1.43.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0939a19b4c79ff48de5a211e18f70283587d41ab]

        INTEGRATION: CWS ooo20031110 (1.7.406); FILE MERGED 2003/11/13 10:57:30 waratah 1.7.406.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3433d1e67fb55ea232d76f74a24fdf8c346d8fcc]

        INTEGRATION: CWS ooo20031110 (1.14.234); FILE MERGED 2003/11/13 10:57:29 waratah 1.14.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [745cb1c2001db4c11a96f3eb846f57f9b00b8309]

        INTEGRATION: CWS ooo20031110 (1.51.10); FILE MERGED 2003/12/01 14:13:39 mh 1.51.10.2: RESYNC: (1.51-1.52); FILE MERGED 2003/11/13 10:57:27 waratah 1.51.10.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1a18ae352663b0381dd644f50a451a70e898f7b1]

        INTEGRATION: CWS ooo20031110 (1.118.8); FILE MERGED 2003/11/13 10:57:26 waratah 1.118.8.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [531b78a6b22f814e3f5cd7b668866651841afb79]

        INTEGRATION: CWS ooo20031110 (1.23.12); FILE MERGED 2003/11/13 10:57:25 waratah 1.23.12.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [75e7be866a2170e0238f83b38fbfac382e4838c8]

        INTEGRATION: CWS ooo20031110 (1.66.10); FILE MERGED 2003/11/13 10:57:25 waratah 1.66.10.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fca7beab9ca1ca15380f64a0ab3183213b54ff6e]

        INTEGRATION: CWS ooo20031110 (1.3.422); FILE MERGED 2003/11/07 12:04:43 waratah 1.3.422.1: #i21906# add class after friend keyword

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9971ae2ccbc4baf5de7b574b3282ed4b30abc896]

        INTEGRATION: CWS ooo20031110 (1.4.244); FILE MERGED 2003/11/18 12:43:42 waratah 1.4.244.2: #i22301# correction to for scope commits 2003/11/13 10:57:24 waratah 1.4.244.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9d53139d4206c323143465aaa32410aab95199b0]

        INTEGRATION: CWS ooo20031110 (1.17.46); FILE MERGED 2003/11/13 10:57:14 waratah 1.17.46.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [62bc20eb70ee43bf328e2f2e07e6d9f2782e9454]

        INTEGRATION: CWS ooo20031110 (1.30.8); FILE MERGED 2003/11/13 10:57:14 waratah 1.30.8.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [da528ae5dd86d77f27f18645f77bac12329020ff]

        INTEGRATION: CWS ooo20031110 (1.17.48); FILE MERGED 2003/11/13 10:57:13 waratah 1.17.48.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fb944e5c2f1f3cbb7a2b65e11db2d3a11c3a7427]

        INTEGRATION: CWS ooo20031110 (1.7.48); FILE MERGED 2003/11/13 10:57:13 waratah 1.7.48.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d3f7ffc11e4d413bdfe19daead08849e35fdcf82]

        INTEGRATION: CWS ooo20031110 (1.24.26); FILE MERGED 2003/11/13 10:57:11 waratah 1.24.26.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6fa8c9036ba61f20b060781c32534a560e31b1f6]

        INTEGRATION: CWS ooo20031110 (1.6.234); FILE MERGED 2003/11/13 10:57:10 waratah 1.6.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b4bdede3eabda7d5230a47f80499d2944eb81541]

        INTEGRATION: CWS ooo20031110 (1.8.234); FILE MERGED 2003/11/13 10:57:10 waratah 1.8.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [951d663f9506113ca361b7a15354f19c7a4d654b]

        INTEGRATION: CWS ooo20031110 (1.6.234); FILE MERGED 2003/11/14 14:33:00 mh 1.6.234.2: remove double declarations, #i10000# 2003/11/13 10:57:09 waratah 1.6.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [48aeac1efbd1ad6c594b4930960da7de4f82e714]

        INTEGRATION: CWS ooo20031110 (1.10.234); FILE MERGED 2003/11/13 10:57:09 waratah 1.10.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1fe057c3661e6b6316e1eeb5c295743b70bcc8bc]

        INTEGRATION: CWS ooo20031110 (1.10.180); FILE MERGED 2003/11/13 10:57:09 waratah 1.10.180.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [26db2164aadbba6ce13f3c7ac3f00baaccb3e20e]

        INTEGRATION: CWS ooo20031110 (1.14.234); FILE MERGED 2003/11/13 10:57:08 waratah 1.14.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [481391ba239a49bd23106781b92ca16452d09a90]

        INTEGRATION: CWS ooo20031110 (1.6.234); FILE MERGED 2003/11/13 10:57:08 waratah 1.6.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [72dfa2220e482c56fb31fc258f07f09fb5597232]

        INTEGRATION: CWS ooo20031110 (1.19.234); FILE MERGED 2003/11/13 10:57:07 waratah 1.19.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e2da904daf892255d6435a1cc318c29cb57bf21c]

        INTEGRATION: CWS ooo20031110 (1.20.234); FILE MERGED 2003/11/13 10:57:07 waratah 1.20.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [bd1daa9de3377ad434b5e250d49f3796662d86c8]

        INTEGRATION: CWS ooo20031110 (1.25.26); FILE MERGED 2003/11/13 10:57:06 waratah 1.25.26.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [aca7b9a0887473d2262608a32cee7f557880d198]

        INTEGRATION: CWS ooo20031110 (1.21.180); FILE MERGED 2003/11/13 10:57:05 waratah 1.21.180.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [248b57fe61c23b10d10ca3a2ee5b112764a1dbf9]

        INTEGRATION: CWS ooo20031110 (1.8.234); FILE MERGED 2003/11/13 10:57:04 waratah 1.8.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ead9b5c58f59b25365afc93c4fa025f3bf826ee2]

        INTEGRATION: CWS ooo20031110 (1.34.228); FILE MERGED 2003/11/13 10:57:03 waratah 1.34.228.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [eab95e414a6fc6d69d502cf150a52e82e5ff34d1]

        INTEGRATION: CWS ooo20031110 (1.69.36); FILE MERGED 2003/11/13 10:57:03 waratah 1.69.36.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1f3b506dd4cc00b0f133f53ea0e644a81a31bc97]

        INTEGRATION: CWS ooo20031110 (1.76.66); FILE MERGED 2003/11/13 10:57:02 waratah 1.76.66.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e26190fbadafd42ffe09eda2f81a0851417e1584]

        INTEGRATION: CWS ooo20031110 (1.7.234); FILE MERGED 2003/11/13 10:57:01 waratah 1.7.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fe06f2e2f0279527d01dad31be59a58367a71862]

        INTEGRATION: CWS ooo20031110 (1.3.234); FILE MERGED 2003/11/13 10:57:00 waratah 1.3.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [bc89309930fa28aed75065406c1adadbba55e555]

        INTEGRATION: CWS ooo20031110 (1.8.234); FILE MERGED 2003/11/13 10:57:00 waratah 1.8.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9f1afe3e1bfd72c80c7a3ba0ca09978ce61aad85]

        INTEGRATION: CWS ooo20031110 (1.3.234); FILE MERGED 2003/11/13 10:56:59 waratah 1.3.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e461ac35a06ae41cbc5147d6251aac370a482117]

        INTEGRATION: CWS ooo20031110 (1.76.142); FILE MERGED 2003/11/13 10:56:58 waratah 1.76.142.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b3cd512d2800db5376829f54dccded5424f170e2]

        INTEGRATION: CWS ooo20031110 (1.5.400); FILE MERGED 2003/11/07 12:03:05 waratah 1.5.400.1: #i21906# add sal_Bool to some subroutine definitions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f05e8d9fb4e370fd7914140110fae581436576fe]

        INTEGRATION: CWS ooo20031110 (1.59.36); FILE MERGED 2003/11/07 12:08:34 waratah 1.59.36.1: #i21906# add implicit integer type to a few variables

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [80e1b8575dd13225448f6e91a01d4c7c3282a904]

        INTEGRATION: CWS ooo20031110 (1.14.234); FILE MERGED 2003/11/07 12:08:34 waratah 1.14.234.1: #i21906# add implicit integer type to a few variables

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dab28d92d46d11deb7634f1dd1b25d026c5f1856]

        INTEGRATION: CWS ooo20031110 (1.38.184); FILE MERGED 2003/11/07 12:03:04 waratah 1.38.184.1: #i21906# add sal_Bool to some subroutine definitions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3ac84dfffa981621baf5e4e74aa0e3037eac346e]

        INTEGRATION: CWS ooo20031110 (1.3.234); FILE MERGED 2003/11/13 10:56:57 waratah 1.3.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5b6ab56db211cef8941c533a3a9a34ab85f2bcb9]

        INTEGRATION: CWS ooo20031110 (1.29.142); FILE MERGED 2003/11/13 10:56:48 waratah 1.29.142.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [16de32d5979804285b7059f6750ad4e402946ace]

        INTEGRATION: CWS ooo20031110 (1.69.148); FILE MERGED 2003/11/13 10:56:47 waratah 1.69.148.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [312a4ceb239db9235466d4ee0e87f836ffa79278]

        INTEGRATION: CWS ooo20031110 (1.28.140); FILE MERGED 2003/11/13 10:56:47 waratah 1.28.140.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1950d49b3578691f00c6978e2a7dbc5fb043233e]

        INTEGRATION: CWS ooo20031110 (1.32.142); FILE MERGED 2003/11/13 10:56:46 waratah 1.32.142.2: #i22301# correct the for scope problems in the code 2003/11/07 12:08:31 waratah 1.32.142.1: #i21906# add implicit integer type to a few variables

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [248e5c40d762e9a62471a5cf60c3f0c71c462e29]

        INTEGRATION: CWS ooo20031110 (1.39.122); FILE MERGED 2003/11/13 10:56:46 waratah 1.39.122.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8a587942bd1d3b8d48822c9fd54832335bdbd0a0]

        INTEGRATION: CWS ooo20031110 (1.17.26); FILE MERGED 2003/11/13 10:56:44 waratah 1.17.26.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1349bec0ab49a48db5f69d5f8c8642be3469cccc]

        INTEGRATION: CWS ooo20031110 (1.15.156); FILE MERGED 2003/11/13 10:56:44 waratah 1.15.156.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7d0ce05b9fc8209dcbf57d13bcedabb4e7dcf7ed]

        INTEGRATION: CWS ooo20031110 (1.14.120); FILE MERGED 2003/11/07 12:05:51 waratah 1.14.120.1: #i21906# add const on reference casts

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1ed6e124553bcf13f0d7928b36f524a1ad981832]

        INTEGRATION: CWS ooo20031110 (1.17.140); FILE MERGED 2003/11/13 10:56:43 waratah 1.17.140.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [85a16d5bd59261db938161dc0b442555ed2a1d34]

        INTEGRATION: CWS ooo20031110 (1.14.234); FILE MERGED 2003/11/13 10:56:40 waratah 1.14.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1449c37257c1d0e182eb9c5d2ec944208c9b380c]

        INTEGRATION: CWS ooo20031110 (1.16.234); FILE MERGED 2003/11/13 10:56:38 waratah 1.16.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0ebfba05b61d7be65fe9f01307df748c33390316]

        INTEGRATION: CWS ooo20031110 (1.22.158); FILE MERGED 2003/11/13 10:56:37 waratah 1.22.158.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [32d4403f5cdab8a4cb92bb0230ce18f59d211625]

        INTEGRATION: CWS ooo20031110 (1.6.196); FILE MERGED 2003/11/13 10:56:31 waratah 1.6.196.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [be52b60d41fb24d1024aaeaf900f96f027ec057a]

        INTEGRATION: CWS ooo20031110 (1.6.234); FILE MERGED 2003/11/13 10:56:31 waratah 1.6.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [56fc3db5e95358627e6d9afa09441a78f8a315d4]

        INTEGRATION: CWS ooo20031110 (1.2.234); FILE MERGED 2003/11/13 10:56:30 waratah 1.2.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fd83106f3dd8a984b137adf21b9ee06434040b0c]

        INTEGRATION: CWS ooo20031110 (1.20.30); FILE MERGED 2003/11/13 10:56:28 waratah 1.20.30.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c091916378f2303e90c8c47f367e992e0824989d]

        INTEGRATION: CWS ooo20031110 (1.5.234); FILE MERGED 2003/11/07 12:05:49 waratah 1.5.234.1: #i21906# add const on reference casts

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f3642caf6e5316f459d8189cf4176871cf6c0334]

        INTEGRATION: CWS ooo20031110 (1.13.234); FILE MERGED 2003/11/13 10:56:26 waratah 1.13.234.2: #i22301# correct the for scope problems in the code 2003/11/07 12:03:03 waratah 1.13.234.1: #i21906# add sal_Bool to some subroutine definitions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [321be96a8ce6a897ac26c0b88d9a310cd0a4a445]

        INTEGRATION: CWS ooo20031110 (1.6.234); FILE MERGED 2003/11/13 10:56:26 waratah 1.6.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f2f93f6bbd0e4c94f9cd24130fd5d023c566a878]

        INTEGRATION: CWS ooo20031110 (1.15.36); FILE MERGED 2003/11/13 10:56:25 waratah 1.15.36.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ca7dc7f3f78ce1b0bbbe03bf5327844f63568326]

        INTEGRATION: CWS ooo20031110 (1.11.234); FILE MERGED 2003/11/13 10:56:25 waratah 1.11.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2ffb769c6342f3df65fd7307a7fb9c6697146c76]

        INTEGRATION: CWS geordi2q10 (1.1.4); FILE ADDED 2003/12/01 16:24:38 rt 1.1.4.1: #111934#: join CWS brazilianextras1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d74e7ded5e242bb1d41f0ff6607159f89a27b812]

        INTEGRATION: CWS ooo20031110 (1.9.234); FILE MERGED 2003/11/13 10:56:25 waratah 1.9.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f110c4ac752ca4101a6933284a708e6923bcb419]

        INTEGRATION: CWS ooo20031110 (1.10.154); FILE MERGED 2003/11/13 10:56:20 waratah 1.10.154.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2ab7e5d4444facc936977e3d6b23c9df08f84c42]

        INTEGRATION: CWS ooo20031110 (1.26.36); FILE MERGED 2003/11/14 14:15:02 mh 1.26.36.2: remove double declarations, #i10000# 2003/11/13 10:56:19 waratah 1.26.36.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1d536a398e255620dced0fefb481d74e293fcc46]

        INTEGRATION: CWS ooo20031110 (1.12.30); FILE MERGED 2003/11/13 10:56:19 waratah 1.12.30.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [36ecf3c95ee878b6e6398bdb3d617eee3c33672b]

        INTEGRATION: CWS ooo20031110 (1.22.230); FILE MERGED 2003/11/13 10:56:18 waratah 1.22.230.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [53e13790cd00f4aff02afda3c3716789aea60d3f]

        INTEGRATION: CWS ooo20031110 (1.3.234); FILE MERGED 2003/11/13 10:56:18 waratah 1.3.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b459d370338dd36037eac891a1189becc30b78a2]

        INTEGRATION: CWS ooo20031110 (1.3.234); FILE MERGED 2003/11/13 10:56:17 waratah 1.3.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [530eb096ec3818f08d6f96530d9f22c69d0c9f1d]

        INTEGRATION: CWS ooo20031110 (1.5.234); FILE MERGED 2003/11/13 10:56:17 waratah 1.5.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1e85810ec57eb1dc7a07df2095e64c968434d805]

        INTEGRATION: CWS ooo20031110 (1.27.12); FILE MERGED 2003/11/13 10:56:17 waratah 1.27.12.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [698a42f909755a4115cc2198c57b677a2c74d686]

        INTEGRATION: CWS ooo20031110 (1.7.234); FILE MERGED 2003/11/13 10:56:16 waratah 1.7.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8e245fef96d5a9df07abaaf6469b15688d554c2d]

        INTEGRATION: CWS ooo20031110 (1.24.234); FILE MERGED 2003/11/13 10:56:16 waratah 1.24.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [eca0b73f11fc60e2b2ee2f8562bbbaed292ad9a1]

        INTEGRATION: CWS ooo20031110 (1.17.30); FILE MERGED 2003/11/14 14:15:01 mh 1.17.30.2: remove double declarations, #i10000# 2003/11/13 10:56:15 waratah 1.17.30.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [069732934219b99be0a684a4c6282d518974f990]

        INTEGRATION: CWS ooo20031110 (1.13.148); FILE MERGED 2003/11/13 10:56:15 waratah 1.13.148.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8bc6ca0bb4e237a4680ff0d4dff2b1de7029aa77]

        INTEGRATION: CWS ooo20031110 (1.19.234); FILE MERGED 2003/11/13 10:56:14 waratah 1.19.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [813a19ffce9b6ba3902da16011cdd4c224a6a381]

        INTEGRATION: CWS ooo20031110 (1.17.154); FILE MERGED 2003/11/13 10:56:14 waratah 1.17.154.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [45d38c2a0b50b9f8876c744e1f50018878865b1e]

        INTEGRATION: CWS ooo20031110 (1.9.234); FILE MERGED 2003/11/13 10:56:13 waratah 1.9.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f20d2cedbab21fe3dd8868a3f9cf0a787b1a43cf]

        INTEGRATION: CWS ooo20031110 (1.8.230); FILE MERGED 2003/11/13 10:56:13 waratah 1.8.230.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e0729bd57789727046a0441ec951c4286e54a6c2]

        INTEGRATION: CWS ooo20031110 (1.20.26); FILE MERGED 2003/11/13 10:56:12 waratah 1.20.26.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [965800491abcc345ead39bb069dc7ebfd9474420]

        INTEGRATION: CWS ooo20031110 (1.9.234); FILE MERGED 2003/11/13 10:56:11 waratah 1.9.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3042ded25f386d057276c2f3cb897be10077f3ff]

        INTEGRATION: CWS ooo20031110 (1.11.234); FILE MERGED 2003/11/13 10:56:10 waratah 1.11.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fa4ec5b05ba89c37b30c2e8e12b9dd46a2161b33]

        INTEGRATION: CWS ooo20031110 (1.3.234); FILE MERGED 2003/11/07 12:03:03 waratah 1.3.234.1: #i21906# add sal_Bool to some subroutine definitions

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [858f1fcc30725e4ec0dd8749cb90a55f940dd6f4]

        INTEGRATION: CWS ooo20031110 (1.2.234); FILE MERGED 2003/11/13 10:56:07 waratah 1.2.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [14cad5662911e52378c3885221dfe38032717477]

        INTEGRATION: CWS ooo20031110 (1.38.196); FILE MERGED 2003/11/13 10:56:07 waratah 1.38.196.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [81e7d20516a28ac01e8bd76ac08e9c34aa6a3a35]

        INTEGRATION: CWS ooo20031110 (1.2.234); FILE MERGED 2003/11/13 10:56:06 waratah 1.2.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3a0c59ed99baf2a9fd7cbd1cfe515ee0410314c9]

        INTEGRATION: CWS ooo20031110 (1.25.234); FILE MERGED 2003/11/13 10:56:06 waratah 1.25.234.1: #i22301# correct the for scope problems in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [cfa70521ba9f199ed921f93dfc3067c47775d8e5]

        INTEGRATION: CWS ooo20031110 (1.12.42); FILE MERGED 2003/11/11 11:06:28 waratah 1.12.42.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4f615e9d1269c263cb722734506e5f5fc6bbf7ce]

        INTEGRATION: CWS ooo20031110 (1.9.42); FILE MERGED 2003/11/11 11:06:28 waratah 1.9.42.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ee86a165a21edcfde81eff127ac0d6180a07da64]

        INTEGRATION: CWS ooo20031110 (1.2.106); FILE MERGED 2003/11/05 13:07:08 waratah 1.2.106.1: #i21906# add class keyword after friend

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7812caaed42fd7b8a8f75d9e919da576467c4a12]

        INTEGRATION: CWS ooo20031110 (1.20.172); FILE MERGED 2003/11/16 03:36:37 waratah 1.20.172.1: #i21906# Implement namespace missing from definition

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4d7a755ea55b20e33d7fa81ab458c97530676c74]

        INTEGRATION: CWS ooo20031110 (1.12.94); FILE MERGED 2003/11/11 11:03:44 waratah 1.12.94.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c3b4fc9add91fe362fd7530ed2b1434f3718a96f]

        INTEGRATION: CWS ooo20031110 (1.10.194); FILE MERGED 2003/11/11 11:03:43 waratah 1.10.194.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d1e6bd4e4426851d465a1278657731ba36e9cd32]

        INTEGRATION: CWS ooo20031110 (1.5.194); FILE MERGED 2003/11/09 09:17:50 waratah 1.5.194.1: #i1858# switch from NULL to 0 - variable is not a pointer

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f1a5bee0ea6c42c3c7d7dfc546e5bb8bb7c1d106]

        INTEGRATION: CWS ooo20031110 (1.31.166); FILE MERGED 2003/11/11 11:03:36 waratah 1.31.166.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a20e7275db3403f318bfa745d35277838ca223d6]

        INTEGRATION: CWS ooo20031110 (1.30.94); FILE MERGED 2003/11/11 11:03:36 waratah 1.30.94.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7e7ced9f06b945a5fb248a5aa5267a1ea046a444]

        INTEGRATION: CWS ooo20031110 (1.39.94); FILE MERGED 2003/11/11 11:03:35 waratah 1.39.94.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c63d063a73b31f9538dae2bd52da605a2dfdbd3e]

        INTEGRATION: CWS ooo20031110 (1.11.186); FILE MERGED 2003/11/11 11:03:34 waratah 1.11.186.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c5828460611fd8b063bdbd6699a47ac018592cd7]

        INTEGRATION: CWS ooo20031110 (1.1.1.1.210); FILE MERGED 2003/11/11 11:03:33 waratah 1.1.1.1.210.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [954a1a59c6bf15861c406e6334f328140186eab7]

        INTEGRATION: CWS ooo20031110 (1.10.188); FILE MERGED 2003/11/11 11:03:33 waratah 1.10.188.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a466a58b9dbd00565f753a662ca6890bf1a39e66]

        INTEGRATION: CWS ooo20031110 (1.3.188); FILE MERGED 2003/11/11 11:03:33 waratah 1.3.188.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [40810748dbdcf75c95d15c3fd1dc21a934661e82]

        INTEGRATION: CWS ooo20031110 (1.16.94); FILE MERGED 2003/11/11 11:03:31 waratah 1.16.94.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ca9083951a364ec4063be9bd4feb2da5f0fd0888]

        INTEGRATION: CWS ooo20031110 (1.1.204); FILE MERGED 2003/11/11 11:03:31 waratah 1.1.204.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3061b643e207a6137a769b02d11f046abf2a2179]

        INTEGRATION: CWS ooo20031110 (1.10.188); FILE MERGED 2003/11/11 11:03:29 waratah 1.10.188.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dc4ff23bf3bde19af8d5e4f4d40e138036271662]

        INTEGRATION: CWS ooo20031110 (1.5.94); FILE MERGED 2003/11/09 09:17:04 waratah 1.5.94.1: #i1858# correct final definition to include all fields at zero

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [efd7afb02082eb0ec3df0bf4a6493850d0c866bb]

        INTEGRATION: CWS ooo20031110 (1.7.22); FILE MERGED 2003/11/10 10:13:09 waratah 1.7.22.2: #i22301# resolve for scope issues 2003/10/30 13:12:02 waratah 1.7.22.1: #i21906# work on getting rid of risky permissive option in gcc compiler

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [82b1c02f3c8aa95dcc51122a34a9c8bbaecb296f]

        INTEGRATION: CWS ooo20031110 (1.19.26); FILE MERGED 2003/11/16 03:40:06 waratah 1.19.26.1: #i22301# Correct for scoping code issue, conflict with standard

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0eefa4c1a0d75b2226d145eb47ea712cc7a44bd5]

        INTEGRATION: CWS ooo20031110 (1.17.38); FILE MERGED 2003/11/16 03:40:06 waratah 1.17.38.1: #i22301# Correct for scoping code issue, conflict with standard

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [07c2b8aac2227cf428771a42d1f092186b450e8f]

        INTEGRATION: CWS ooo20031110 (1.2.4); FILE MERGED 2003/11/03 22:43:53 waratah 1.2.4.1: #i22046# convert C++ castes to standard casts to allow no permissive compile to continue

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0f92531c516d010f2116a614a0c0c4ec8dceea7b]

        INTEGRATION: CWS ooo20031110 (1.6.46); FILE MERGED 2003/11/10 10:40:39 waratah 1.6.46.1: #i22301# resolve for scope issues

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [03d2da3763f76002001fc788345e1edf6ab2f9c9]

        INTEGRATION: CWS ooo20031110 (1.1.78); FILE MERGED 2003/12/01 14:03:40 mh 1.1.78.2: RESYNC: (1.1-1.2); FILE MERGED 2003/11/16 03:41:04 waratah 1.1.78.1: #i21906# add costant wrapper to avoid issues when permissive removed from options

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [902466eab44bb90a360c574093de074052642031]

        INTEGRATION: CWS ooo20031110 (1.55.10); FILE MERGED 2003/10/19 17:26:38 vq 1.55.10.1: #16148 Don't use optimizations with the MS .. Standard compiler.

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [48a1727b226172c8338f883093f37ecd6a9ae75c]

        INTEGRATION: CWS ooo20031110 (1.20.16); FILE MERGED 2003/11/16 03:52:18 waratah 1.20.16.1: #i22301# remove tollerance for for scoping errors

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [96f02cf7f2976a8185ba65b73235d645e9789522]

        INTEGRATION: CWS ooo20031110 (1.138.8); FILE MERGED 2003/11/09 09:03:05 waratah 1.138.8.2: Message has \ that is lost, changing to unix / which will not disappear 2003/10/23 13:19:12 hjs 1.138.8.1: #i21388# set COMMON_OUTDIR to OUTPATH if common_build not set

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [860dcc1354d65e39a847d6ae67ff84daa415452b]

        INTEGRATION: CWS ooo20031110 (1.11.40); FILE MERGED 2003/10/20 14:49:39 vq 1.11.40.2: #21441 Add a missing $(WRAPCMD) and teach guw.pl some special csc switches. 2003/10/20 07:21:29 vq 1.11.40.1: #21441 Add switch exception to guw.pl, needed for .NET-tcsh builds.

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d1d4e98506b2da911c44cf404894515e858b0184]

        INTEGRATION: CWS ooo20031110 (1.51.16); FILE MERGED 2003/10/28 11:23:14 rt 1.51.16.1: #i21608# Correctly conditionalize common-tree stuff with environment variable common_build

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4b87c0bdbf6735b8afbfdfef3c57a8cf7aa9bf94]

        INTEGRATION: CWS ooo20031110 (1.11.42); FILE MERGED 2003/11/10 12:52:23 waratah 1.11.42.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fabb14c9c3e2216abf08233f138af7b6eead407d]

        INTEGRATION: CWS ooo20031110 (1.34.16); FILE MERGED 2003/11/10 12:52:22 waratah 1.34.16.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ac192ca2ef379178d3bd09762f5859754d5731c5]

        INTEGRATION: CWS ooo20031110 (1.10.6); FILE MERGED 2003/11/11 12:09:33 waratah 1.10.6.2: #i22301# Correct for scoping rules 2003/10/24 15:46:02 khendricks 1.10.6.1: updating lingucomponent to match changes found in fix1 so that they get merged back to HEAD and not diverge Please see discussion on dev@porting concerning this.
        
        Kevin

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [87ac7baf3fae75f96cf1305c52f14f7194a81cba]

        INTEGRATION: CWS ooo20031110 (1.2.36); FILE MERGED 2003/11/10 10:37:14 waratah 1.2.36.1: #i22301# resolve for scope issues

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d839cb5e81ca369bb300d2a9dbb7a44b197a44d7]

        INTEGRATION: CWS ooo20031110 (1.1.56); FILE MERGED 2003/11/10 10:37:13 waratah 1.1.56.1: #i22301# resolve for scope issues

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1c67efc3dfa70da0da966de1a661648de8936fa9]

        INTEGRATION: CWS ooo20031110 (1.4.36); FILE MERGED 2003/11/10 10:37:12 waratah 1.4.36.1: #i22301# resolve for scope issues

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9dd5ce6f47515d7dc2341917341e3e9f2119845e]

        INTEGRATION: CWS ooo20031110 (1.1.150); FILE MERGED 2003/11/15 12:23:12 waratah 1.1.150.1: #i22279# Implement macro for long constants, and also use that macro for big numbers.

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [11a6e60411abfa6958b1f1f7237683b9be7466ca]

        INTEGRATION: CWS ooo20031110 (1.20.18); FILE MERGED 2003/11/09 08:49:32 waratah 1.20.18.1: #i1828# stop USE_GNU macro being redefined for linux when it is defined already and therefore giving a warning

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0aa677b65cf101ebc7f70e73d932ed38d8a6f4d1]

        INTEGRATION: CWS ooo20031110 (1.19.20); FILE MERGED 2003/11/15 12:23:12 waratah 1.19.20.2: #i22279# Implement macro for long constants, and also use that macro for big numbers. 2003/11/09 08:47:53 waratah 1.19.20.1: #i13620# add AIX to supported ports

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [179c9dd495b5c68ff5ffae9e5e0af1ba4ba2d562]

        INTEGRATION: CWS ooo20031110 (1.8.86); FILE MERGED 2003/11/09 08:51:38 waratah 1.8.86.1: #i1828# change function definition to const, removes warnings and does not affect functionality

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [89660d253fb187e47145e473e4bfaf4b37f4773f]

        INTEGRATION: CWS ooo20031110 (1.3.84); FILE MERGED 2003/11/11 09:53:52 waratah 1.3.84.2: #i22301# Correct for scoping rules 2003/11/04 12:13:46 waratah 1.3.84.1: #i21906# add class after friend and also add implicit int on one variable

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7410a519d75b6519065cc23a55f709a07339eafe]

        INTEGRATION: CWS ooo20031110 (1.3.84); FILE MERGED 2003/11/04 12:13:45 waratah 1.3.84.1: #i21906# add class after friend and also add implicit int on one variable

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [106f20b09773cc55866d7bb73784841cb58c1231]

        INTEGRATION: CWS ooo20031110 (1.4.4); FILE MERGED 2003/11/03 23:49:50 waratah 1.4.4.1: #21906# change C++ casts to C casts to allow permissive removal

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [cb0c09b791be5229d8df3f0f03f7dbad8b99e07f]

        INTEGRATION: CWS ooo20031110 (1.3.16); FILE MERGED 2003/11/03 23:49:49 waratah 1.3.16.1: #21906# change C++ casts to C casts to allow permissive removal

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dff290ff273bd6ca3b59eeaa84d7eac996723948]

        INTEGRATION: CWS ooo20031110 (1.2.86); FILE MERGED 2003/11/09 09:12:53 waratah 1.2.86.1: #i1858# switch from NULL to literal 0, gives warning in GCC as it is not a pointer variable

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9a28e0527b7420bb423d4f854c25e160dd91f255]

        INTEGRATION: CWS ooo20031110 (1.11.54); FILE MERGED 2003/11/28 16:48:31 mh 1.11.54.2: RESYNC: (1.11-1.12); FILE MERGED 2003/11/09 09:13:42 waratah 1.11.54.1: #i1858# add typename where it is needed in the code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [096f03813099f775df652bd2a8de2bf4a66bf294]

        INTEGRATION: CWS ooo20031110 (1.10.54); FILE MERGED 2003/11/10 12:20:21 waratah 1.10.54.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d7857c91b1a91528004e18fa37b7c2812ee88402]

        INTEGRATION: CWS ooo20031110 (1.10.52); FILE MERGED 2003/11/10 11:14:52 waratah 1.10.52.1: #i22301# resolve for scope issues

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7360b4076808f17b95adc8aaecbead9b4aa8cc7a]

        INTEGRATION: CWS ooo20031110 (1.13.8); FILE MERGED 2003/11/10 10:17:10 waratah 1.13.8.1: #i22301# resolve for scope issues

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [608a4c3d0fbb38c9dbc2593c85d39fd46344f6f4]

        INTEGRATION: CWS ooo20031110 (1.28.22); FILE MERGED 2003/11/10 13:55:01 waratah 1.28.22.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [322e00a00416fc214b5c4f21f0c09f982bc52aa7]

        INTEGRATION: CWS ooo20031110 (1.12.50); FILE MERGED 2003/11/10 13:55:00 waratah 1.12.50.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [67944f74e98f65f4968f47089717d1d3fe2b55f6]

        INTEGRATION: CWS ooo20031110 (1.2.94); FILE MERGED 2003/11/04 00:13:56 waratah 1.2.94.1: #21906# add size_t to function definitions, implicitly int also add class keyword to friend definition

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ec2994761f2fad8f3cc027eff0ebaad1e29de8d6]

        INTEGRATION: CWS ooo20031110 (1.3.94); FILE MERGED 2003/11/10 13:54:59 waratah 1.3.94.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d95b326eaf9ac272cc5ececb4d7a9818ebc9462e]

        INTEGRATION: CWS ooo20031110 (1.3.92); FILE MERGED 2003/11/04 00:13:56 waratah 1.3.92.1: #21906# add size_t to function definitions, implicitly int also add class keyword to friend definition

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [25843b3d48f0adfccc26ecfedf4f136afd719586]

        INTEGRATION: CWS ooo20031110 (1.1.134); FILE MERGED 2003/11/04 10:23:35 waratah 1.1.134.1: #i21906# add class after the friend definition required to remove permissive from the gcc compile options

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [041148cb93269e9370f7a0bd9534c6d5409f191d]

        INTEGRATION: CWS ooo20031110 (1.7.110); FILE MERGED 2003/11/10 13:54:57 waratah 1.7.110.2: #i22301# Correct for scoping rules 2003/11/04 00:13:55 waratah 1.7.110.1: #21906# add size_t to function definitions, implicitly int also add class keyword to friend definition

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [891fb3b0e48fed418d136e7f028d5eff766846a2]

        INTEGRATION: CWS ooo20031110 (1.8.44); FILE MERGED 2003/11/01 10:54:58 waratah 1.8.44.1: #i21906#  Corrections to allow for removal of permissive on the gcc compile options, specialisation of template out of namespace

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4ea838ade1b688a271b6ff02ec65818a4d7ebae7]

        INTEGRATION: CWS ooo20031110 (1.40.4); FILE MERGED 2003/11/16 03:41:43 waratah 1.40.4.1: #i22301# Correct for scoping code issue, conflict with standard

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ebfaadeb8d3866a48f750f6f43bfdf29af4245df]

        INTEGRATION: CWS ooo20031110 (1.19.50); FILE MERGED 2003/11/11 12:52:01 waratah 1.19.50.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4e7134b889b614f97df6e582f4afa01f76c9b913]

        INTEGRATION: CWS ooo20031110 (1.23.2); FILE MERGED 2003/11/11 12:52:00 waratah 1.23.2.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [794ffc7ad57593d862e3a527cb26875c178990af]

        INTEGRATION: CWS ooo20031110 (1.22.2); FILE MERGED 2003/11/11 12:51:59 waratah 1.22.2.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4579ce1dd7047fc0b82d311948d18112f74b44fe]

        INTEGRATION: CWS ooo20031110 (1.11.38); FILE MERGED 2003/11/10 12:47:59 waratah 1.11.38.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7a46ec3a40389052257f88f4f88d9b07231673c8]

        INTEGRATION: CWS ooo20031110 (1.1.1.1.80); FILE MERGED 2003/11/09 08:34:35 waratah 1.1.1.1.80.1: #i21906# add class after firend keyword

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fe05f0ec1daf8c02af3f583e3a103424e595dc46]

        INTEGRATION: CWS ooo20031110 (1.1.1.1.380); FILE MERGED 2003/11/04 10:44:13 waratah 1.1.1.1.380.1: #i21906# add class after friend definition required to remove permissive from gcc compile

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dba8ecff1b39f8df6292a68b0a2d0aec4911a94c]

        INTEGRATION: CWS ooo20031110 (1.4.166); FILE MERGED 2003/11/04 10:41:29 waratah 1.4.166.1: #i21906# add implied int type to definition

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b4a59f2f5dceb87613f0b4eaddf0eae32289f389]

        INTEGRATION: CWS ooo20031110 (1.62.194); FILE MERGED 2003/11/11 09:31:51 waratah 1.62.194.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [cc283ff8e1b5bad61c5bfc11c4ec59fbf05a6a85]

        INTEGRATION: CWS ooo20031110 (1.12.84); FILE MERGED 2003/11/11 09:31:50 waratah 1.12.84.1: #i22301# Correct for scoping rules

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c3bdc561c90a33d5c321b95d59a317e2c8449701]

        INTEGRATION: CWS vclcleanup01 (1.125.4); FILE MERGED 2003/11/28 09:37:41 mt 1.125.4.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [98c8b82caf4f126aec3cec92d1afdeaba5aef032]

        INTEGRATION: CWS vclcleanup01 (1.11.22); FILE MERGED 2003/11/28 07:33:10 mt 1.11.22.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [70385d50ad9c79ecb9c1fe83fb372cd91cc409a4]

        INTEGRATION: CWS vclcleanup01 (1.98.6); FILE MERGED 2003/11/28 07:33:09 mt 1.98.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b63501ddaf4419ca2b5c07bdeb88de527c61e6c3]

        INTEGRATION: CWS vclcleanup01 (1.39.6); FILE MERGED 2003/11/28 07:33:07 mt 1.39.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a1bbaed5b0d3e998e318f6fac46f811cda87fed3]

        INTEGRATION: CWS vclcleanup01 (1.8.6); FILE MERGED 2003/11/28 07:33:02 mt 1.8.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [51bf38f0efbaf75ec738d5d99e74c0290c2d8133]

        INTEGRATION: CWS vclcleanup01 (1.81.6); FILE MERGED 2003/11/28 07:33:02 mt 1.81.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0ea42c1aecee4ad8ceb86546a31e0b346babdfd2]

        INTEGRATION: CWS vclcleanup01 (1.9.224); FILE MERGED 2003/11/28 07:33:02 mt 1.9.224.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [133f7e4e856c49fcaaadcbfc8263935afab878dc]

        INTEGRATION: CWS vclcleanup01 (1.178.4); FILE MERGED 2003/11/28 07:33:01 mt 1.178.4.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8680f54c968b80ace82ae066988162bae3e32695]

        INTEGRATION: CWS vclcleanup01 (1.61.172); FILE MERGED 2003/11/28 07:33:00 mt 1.61.172.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6f655b0df463e2548461529bdcd2fb658abbc40a]

        INTEGRATION: CWS vclcleanup01 (1.6.152); FILE MERGED 2003/11/28 07:33:00 mt 1.6.152.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2fb4f7c30e430bc709666df2b60083e3a2c1d962]

        INTEGRATION: CWS vclcleanup01 (1.1.1.1.384); FILE MERGED 2003/11/28 07:33:00 mt 1.1.1.1.384.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [121d428263ca93b31476f2af3bf525914c824db0]

        INTEGRATION: CWS vclcleanup01 (1.33.200); FILE MERGED 2003/11/28 07:33:00 mt 1.33.200.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ac2cd107ff30364dc43277f56cc8a7d913adbb06]

        INTEGRATION: CWS vclcleanup01 (1.1.1.1.384); FILE MERGED 2003/11/28 07:32:59 mt 1.1.1.1.384.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [79127699df96d954c88adbd105060ef0fa7a6b63]

        INTEGRATION: CWS vclcleanup01 (1.9.224); FILE MERGED 2003/11/28 07:32:59 mt 1.9.224.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [449abbf56a717a1d9b5d626307db31d0cc90e26e]

        INTEGRATION: CWS vclcleanup01 (1.5.204); FILE MERGED 2003/11/28 07:32:59 mt 1.5.204.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2408bd6bc9b3577e5333ef1f65a88fcfabfec982]

        INTEGRATION: CWS vclcleanup01 (1.8.342); FILE MERGED 2003/11/28 07:32:58 mt 1.8.342.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4c15aea06e1cae92801515bf70070da4c0db2e09]

        INTEGRATION: CWS vclcleanup01 (1.2.348); FILE MERGED 2003/11/28 07:32:58 mt 1.2.348.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1c8987f1a3d8c5845534df3c05f16d7bdc4990cb]

        INTEGRATION: CWS vclcleanup01 (1.10.204); FILE MERGED 2003/11/28 07:32:58 mt 1.10.204.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [937598604a7f8ecc074d21d9d0fbf0f65a18159b]

        INTEGRATION: CWS vclcleanup01 (1.98.6); FILE MERGED 2003/11/28 07:32:57 mt 1.98.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dbddb30d50c225962169133e520bdfe8ee0707bb]

        INTEGRATION: CWS vclcleanup01 (1.2.358); FILE MERGED 2003/11/28 07:32:57 mt 1.2.358.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [55885bc30f20f0ab5f93cbadda698861028652da]

        INTEGRATION: CWS vclcleanup01 (1.2.224); FILE MERGED 2003/11/28 07:32:56 mt 1.2.224.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [992746f172d1f00fd75627c7260687068b4eeb00]

        INTEGRATION: CWS vclcleanup01 (1.25.224); FILE MERGED 2003/11/28 07:32:56 mt 1.25.224.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [145d838fde82477d842cdc2298728d6af56ae495]

        INTEGRATION: CWS vclcleanup01 (1.13.224); FILE MERGED 2003/11/28 07:32:56 mt 1.13.224.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [36f4110e13124646ddbae425ba28a2316e6d367e]

        INTEGRATION: CWS vclcleanup01 (1.12.164); FILE MERGED 2003/11/28 07:32:55 mt 1.12.164.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [857b6c2ec049b5192c727ab3959c03ffee4cdf32]

        INTEGRATION: CWS vclcleanup01 (1.13.172); FILE MERGED 2003/11/28 07:32:55 mt 1.13.172.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [14a1e0138c0103963d244c63ec7fab08e1e6611c]

        INTEGRATION: CWS vclcleanup01 (1.26.22); FILE MERGED 2003/11/28 07:32:54 mt 1.26.22.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [09eac923717234360f8155f15a5d41e40e3def7d]

        INTEGRATION: CWS vclcleanup01 (1.5.46); FILE MERGED 2003/11/28 07:32:54 mt 1.5.46.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c1608e99c5ef08baf65316d6c47adf82967178f0]

        INTEGRATION: CWS vclcleanup01 (1.5.204); FILE MERGED 2003/11/28 07:32:54 mt 1.5.204.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ced0a35d06ee1f9af83b6e0c999dd2d88f7232e6]

        INTEGRATION: CWS vclcleanup01 (1.2.380); FILE MERGED 2003/11/28 07:32:53 mt 1.2.380.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [89a65176df92b9dd24c508523d7ac04e4c40dde0]

        INTEGRATION: CWS vclcleanup01 (1.9.172); FILE MERGED 2003/11/28 07:32:53 mt 1.9.172.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dba0b964adf1ba4f4778d9fe5a64666d17848c1e]

        INTEGRATION: CWS vclcleanup01 (1.1.1.1.384); FILE MERGED 2003/11/28 07:32:53 mt 1.1.1.1.384.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3bf080b38f2d0211ac7635f2028ea1b455ec9738]

        INTEGRATION: CWS vclcleanup01 (1.1.1.1.384); FILE MERGED 2003/11/28 07:32:52 mt 1.1.1.1.384.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [48e4a89d544fa60bc420c5e9502ca0ce809e5e58]

        INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:48 mt 1.1.1.1.382.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3172f400f47a41cf70b807cbe0641c43453a94bf]

        INTEGRATION: CWS vclcleanup01 (1.12.6); FILE MERGED 2003/11/28 07:32:45 mt 1.12.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [da09ba97975a632b3045e2da48f95db572f739be]

        INTEGRATION: CWS vclcleanup01 (1.49.6); FILE MERGED 2003/11/28 07:32:44 mt 1.49.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [520482ce84471d508024cb646e49c93ebc90969a]

        INTEGRATION: CWS vclcleanup01 (1.13.6); FILE MERGED 2003/11/28 07:32:44 mt 1.13.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [39fac1cfa9dc8e676de3cbedb5bb28da2eee7b91]

        INTEGRATION: CWS vclcleanup01 (1.3.338); FILE MERGED 2003/11/28 07:32:44 mt 1.3.338.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [eb749ad6cd5df073da3d981c153788574fd3a43c]

        INTEGRATION: CWS vclcleanup01 (1.43.6); FILE MERGED 2003/11/28 07:32:43 mt 1.43.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [96369ea6e0df199d1f30eb20581130f97f7c31fc]

        INTEGRATION: CWS vclcleanup01 (1.59.6); FILE MERGED 2003/11/28 07:32:43 mt 1.59.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ea28d7f868fa79a5ecf0a51152e34bedd3f38466]

        INTEGRATION: CWS vclcleanup01 (1.6.6); FILE MERGED 2003/11/28 07:32:42 mt 1.6.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4aa2c8f77601e1cb6827a6d48a6d12432283dd49]

        INTEGRATION: CWS vclcleanup01 (1.4.6); FILE MERGED 2003/11/28 07:32:42 mt 1.4.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [565028b697da65d4e8a3ce7775aa1d153ad6a09a]

        INTEGRATION: CWS vclcleanup01 (1.15.6); FILE MERGED 2003/11/28 07:32:42 mt 1.15.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4ea23e6adb9a5a7f3e679621ecb2520ddfac8ff5]

        INTEGRATION: CWS vclcleanup01 (1.160.4); FILE MERGED 2003/11/28 07:32:41 mt 1.160.4.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [84c760d78defc5819fba1b4e060e27ef2b72938b]

        INTEGRATION: CWS vclcleanup01 (1.15.6); FILE MERGED 2003/11/28 07:32:40 mt 1.15.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [29a19296765d14296e7bdb5812bbefb1224ba20e]

        INTEGRATION: CWS vclcleanup01 (1.25.4); FILE MERGED 2003/11/28 07:32:40 mt 1.25.4.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fc3779702adf03a248dbf2d22f139d8edb5a3174]

        INTEGRATION: CWS vclcleanup01 (1.6.6); FILE MERGED 2003/11/28 07:32:40 mt 1.6.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8c888af6c96b4f396a95db92a69e41502fb89d22]

        INTEGRATION: CWS vclcleanup01 (1.5.224); FILE MERGED 2003/11/28 07:32:39 mt 1.5.224.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [cbb4ccf88f6a202496e2243951964059d396ea0b]

        INTEGRATION: CWS vclcleanup01 (1.11.6); FILE MERGED 2003/11/28 07:32:39 mt 1.11.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [19f3db1217dce8ea06500ae2e203f1146bdc7ca8]

        INTEGRATION: CWS vclcleanup01 (1.2.6); FILE MERGED 2003/11/28 07:32:39 mt 1.2.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c4f77cc39a5275f5fe47d6014492d3ab5edd259c]

        INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:38 mt 1.1.1.1.382.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e509665244480d71943ccd1d088fbfddf1850f65]

        INTEGRATION: CWS vclcleanup01 (1.6.210); FILE MERGED 2003/11/28 07:32:38 mt 1.6.210.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e253ba072fa06fb3f5c4d6245473d5e2a241511c]

        INTEGRATION: CWS vclcleanup01 (1.7.200); FILE MERGED 2003/11/28 07:32:38 mt 1.7.200.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [401192795336a6c40acd5ba3d449bec436a0eac7]

        INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:37 mt 1.1.1.1.382.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [699277ec4d6b05335f647f1ecc0e3c06c8e20406]

        INTEGRATION: CWS vclcleanup01 (1.17.152); FILE MERGED 2003/11/28 07:32:35 mt 1.17.152.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c656bd1d11f768d2e8db3fa13fd323d776120883]

        INTEGRATION: CWS vclcleanup01 (1.2.346); FILE MERGED 2003/11/28 07:32:35 mt 1.2.346.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [935754942c73f17f69119fae4dabe864b87d1933]

        INTEGRATION: CWS vclcleanup01 (1.8.344); FILE MERGED 2003/11/28 07:32:34 mt 1.8.344.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [02adb87cb27f81123dc20b19d0ad5e81768f4d5f]

        INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:34 mt 1.1.1.1.382.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7a2b0bf0c7767f59c6ff5f15cab021a350905dd2]

        INTEGRATION: CWS vclcleanup01 (1.22.152); FILE MERGED 2003/11/28 07:32:33 mt 1.22.152.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e89afad1326fa91e0438ee906d33241eadd18ebc]

        INTEGRATION: CWS vclcleanup01 (1.5.366); FILE MERGED 2003/11/28 07:32:33 mt 1.5.366.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [762774a97073b20635db39f1c5b1184e0ba3ab2e]

        INTEGRATION: CWS vclcleanup01 (1.41.200); FILE MERGED 2003/11/28 07:32:33 mt 1.41.200.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4ea0dc078abcd390f4e351bfb31289c4c0e63be2]

        INTEGRATION: CWS vclcleanup01 (1.2.346); FILE MERGED 2003/11/28 07:32:32 mt 1.2.346.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [31a15cb29e8ec226045b9c4f135794c5766f8558]

        INTEGRATION: CWS vclcleanup01 (1.10.338); FILE MERGED 2003/11/28 07:32:32 mt 1.10.338.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1640e81cfad46b0492df26d552afb220b9ad70c0]

        INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:32 mt 1.1.1.1.382.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e147ac38997eec78428748ab4bbd9c51e9c4cc75]

        INTEGRATION: CWS vclcleanup01 (1.13.46); FILE MERGED 2003/11/28 07:32:31 mt 1.13.46.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3a207894886be2e5e3a202f5b532bbb40cb25298]

        INTEGRATION: CWS vclcleanup01 (1.9.338); FILE MERGED 2003/11/28 07:32:31 mt 1.9.338.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [133aa469527df59ace6274da627702117ddc56b9]

        INTEGRATION: CWS vclcleanup01 (1.59.152); FILE MERGED 2003/11/28 07:32:30 mt 1.59.152.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7fe863539d6dcbf9bd3babe0ab0d0bba88ce3e54]

        INTEGRATION: CWS vclcleanup01 (1.10.162); FILE MERGED 2003/11/28 07:32:30 mt 1.10.162.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [092c5d1f3fc3ada9d5fdeb9382834a820a5848cf]

        INTEGRATION: CWS vclcleanup01 (1.26.46); FILE MERGED 2003/11/28 07:32:30 mt 1.26.46.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c4a80abba48742f603c076bd91fa1455d1a66c2a]

        INTEGRATION: CWS vclcleanup01 (1.22.46); FILE MERGED 2003/11/28 07:32:29 mt 1.22.46.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2aad41a59cd38ab9f35498085048f05af4fea1ee]

        INTEGRATION: CWS vclcleanup01 (1.28.4); FILE MERGED 2003/11/28 07:32:25 mt 1.28.4.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ae8521071871e46da8270f0f975677c088a9239b]

        INTEGRATION: CWS vclcleanup01 (1.2.4); FILE MERGED 2003/11/28 07:32:25 mt 1.2.4.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dbd1d1037dddbd1872319fd392f67f1a289937fc]

        INTEGRATION: CWS vclcleanup01 (1.42.4); FILE MERGED 2003/11/28 07:32:24 mt 1.42.4.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9fc13205c8790ac66df9782f01692c520306f740]

        INTEGRATION: CWS vclcleanup01 (1.28.4); FILE MERGED 2003/11/28 07:32:24 mt 1.28.4.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b8ef062fd6280ca7b9cea516971f7ce68dc65dfd]

        INTEGRATION: CWS vclcleanup01 (1.45.6); FILE MERGED 2003/11/28 07:32:24 mt 1.45.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [16b84dc165026bfa100d3eb06d797f163a4cfe63]

        INTEGRATION: CWS vclcleanup01 (1.1.1.1.382); FILE MERGED 2003/11/28 07:32:23 mt 1.1.1.1.382.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6271f0c6636a39000b4113f940efbe9a6dc4a466]

        INTEGRATION: CWS vclcleanup01 (1.7.6); FILE MERGED 2003/11/28 07:32:23 mt 1.7.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [111e8d0e5cc854b6095ded3523abe1657ab0f0be]

        INTEGRATION: CWS vclcleanup01 (1.39.6); FILE MERGED 2003/11/28 07:32:23 mt 1.39.6.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [444cab9f757b651dc531bcc01e64f662ef86a883]

        INTEGRATION: CWS vclcleanup01 (1.3.360); FILE MERGED 2003/11/28 07:32:22 mt 1.3.360.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [214f72e3a31feeba2e7d156e138adccc2c729b8f]

        INTEGRATION: CWS vclcleanup01 (1.23.152); FILE MERGED 2003/11/28 07:32:22 mt 1.23.152.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7a4f4c3806d30eb7baefc22413e1e52f6dd8db7c]

        INTEGRATION: CWS vclcleanup01 (1.2.356); FILE MERGED 2003/11/28 07:32:21 mt 1.2.356.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [76fa70c014d9f3f0dcafb2edc2e7c682fd80cd62]

        INTEGRATION: CWS vclcleanup01 (1.12.336); FILE MERGED 2003/11/28 07:32:21 mt 1.12.336.1: #i22952# Removed App Server code

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [706af74f546db7d8f33d959c752b7ead3dae17cb]

        INTEGRATION: CWS vclcleanup01 (1.23.4); FILE MERGED 2003/11/28 07:32:20 mt 1.23.4.1: #i22952# Removed App Server code

2003-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4de6491089a0e0f2dd438b7d4ba2ddb360315e12]

        #100000#: support for Sun One Compiler Collection 8 (C++-5.5)

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7f22de7bdb80756fc47025477d0db70151a6dfe2]

        INTEGRATION: CWS geordi2q09 (1.96.58); FILE MERGED 2003/11/21 11:41:38 obo 1.96.58.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [26e7c5235d0b00841516e4d2f6ad185c0da67e20]

        INTEGRATION: CWS geordi2q09 (1.13.192); FILE MERGED 2003/11/24 11:50:27 obo 1.13.192.1: #111934# join CWS pp1selectedfixes3

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1d33eaa6227d803bca850707d6299a284f791f7a]

        INTEGRATION: CWS geordi2q09 (1.20.8); FILE MERGED 2003/11/21 11:47:16 obo 1.20.8.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [06f1b15eed21acc9fdfc737371f6863750c1107b]

        INTEGRATION: CWS geordi2q09 (1.29.198); FILE MERGED 2003/11/21 11:46:06 obo 1.29.198.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f94d1323b694924c1b4588e2a2ecb04737afd0b8]

        INTEGRATION: CWS geordi2q09 (1.11.24); FILE MERGED 2003/11/24 15:19:46 obo 1.11.24.2: undo last change 2003/11/21 17:04:39 obo 1.11.24.1: #111934# join CWS comboboxlink

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2b99f0241c4080c5780b493259b26420f5a94d6f]

        INTEGRATION: CWS geordi2q09 (1.10.24); FILE MERGED 2003/11/24 15:17:09 obo 1.10.24.2: undo last change 2003/11/21 17:02:46 obo 1.10.24.1: #111934# join CWS comboboxlink

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0c158db7dad8ee33a3873f2178b055f7ffa74567]

        INTEGRATION: CWS geordi2q09 (1.7.24); FILE MERGED 2003/11/24 15:14:27 obo 1.7.24.2: undo last change 2003/11/21 17:01:40 obo 1.7.24.1: #111934# join CWS comboboxlink

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5ee6edcfca3fb8fd4d592f1d1ff77d8898cb021f]

        INTEGRATION: CWS geordi2q09 (1.9.24); FILE MERGED 2003/11/24 15:12:04 obo 1.9.24.2: undo last change 2003/11/21 17:00:34 obo 1.9.24.1: #111934# join CWS comboboxlink

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ae72530b000f28b860d6a0f6c7a73ac233eb9f39]

        INTEGRATION: CWS geordi2q09 (1.7.22); FILE MERGED 2003/11/24 15:08:57 obo 1.7.22.2: undo last change 2003/11/21 16:59:28 obo 1.7.22.1: #111934# join CWS comboboxlink

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [99e662ad73304e520a24771c92277a3a665bf510]

        INTEGRATION: CWS geordi2q09 (1.11.22); FILE MERGED 2003/11/24 15:05:30 obo 1.11.22.2: undo last change 2003/11/21 16:58:27 obo 1.11.22.1: #111934# join CWS comboboxlink

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4d80d4c092e55ca43c8be38d14affae9b2e502f4]

        INTEGRATION: CWS geordi2q09 (1.8.24); FILE MERGED 2003/11/24 15:02:47 obo 1.8.24.2: undo last change 2003/11/21 16:55:12 obo 1.8.24.1: #111934# join CWS comboboxlink

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [154ae0e1d102a0138e4fe757672aa240098e5d02]

        INTEGRATION: CWS geordi2q09 (1.10.24); FILE MERGED 2003/11/24 15:00:21 obo 1.10.24.2: undo last change 2003/11/21 16:48:36 obo 1.10.24.1: #111934#: join CWS comboboxlink

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3439a2a585b7e898ac01ec5f297e942b0e6e5c96]

        INTEGRATION: CWS geordi2q09 (1.36.34); FILE MERGED 2003/11/20 17:15:27 obo 1.36.34.1: #111934#: join CWS pmselectedfixes

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [af60389aa1fa38bb37d7db040491af3671325150]

        INTEGRATION: CWS geordi2q09 (1.52.38); FILE MERGED 2003/11/20 17:13:12 obo 1.52.38.1: #111934#: join CWS pmselectedfixes

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9c78ff96e580b263d4dcc97d0c4dca7876819bb1]

        INTEGRATION: CWS geordi2q09 (1.9.44); FILE MERGED 2003/11/24 11:41:13 obo 1.9.44.1: #111934# join CWS pp1selectedfixes3

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9f25f709c2b321a8c06559faaed5854151b5ecde]

        INTEGRATION: CWS geordi2q09 (1.20.140); FILE MERGED 2003/11/20 17:11:03 obo 1.20.140.1: #111934#: join CWS pmselectedfixes

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [961d82f5f4dab833b1775fcb0e5aa00adf9bb64d]

        INTEGRATION: CWS geordi2q09 (1.120.34); FILE MERGED 2003/11/20 17:09:32 obo 1.120.34.1: #111934#: join CWS pmselectedfixes

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9635faf2cce01f7ee6ce3033a0ebe9eb7fd374ea]

        INTEGRATION: CWS geordi2q09 (1.135.38); FILE MERGED 2003/11/20 17:05:08 obo 1.135.38.1: #111934#: join CWS pmselectedfixes

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d77e1af58c0825df9831a6a55e57f70302383695]

        INTEGRATION: CWS geordi2q09 (1.15.104); FILE MERGED 2003/11/20 17:10:43 obo 1.15.104.1: #111934#: join CWS pmselectedfixes

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [cf87808addf8c19b48f29b9e18b5f9ef273201ba]

        INTEGRATION: CWS geordi2q09 (1.26.38); FILE MERGED 2003/11/20 17:01:55 obo 1.26.38.1: #111934#: join CWS pmselectedfixes

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ca21759caa1fb2c5ea2876d1b666f4e5f80b6e7f]

        INTEGRATION: CWS geordi2q09 (1.69.38); FILE MERGED 2003/11/20 16:58:10 obo 1.69.38.1: #111934#: join CWS pmselectedfixes

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [04b8c29bedd68212cb952ee44730060102e9d725]

        INTEGRATION: CWS geordi2q09 (1.23.192); FILE MERGED 2003/11/21 11:08:06 obo 1.23.192.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [39210e3fc5ec1ab5819ec5c1022ded32aeee5034]

        INTEGRATION: CWS geordi2q09 (1.3.280); FILE MERGED 2003/11/21 11:07:04 obo 1.3.280.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f6bbf76e15323459350d9b9f47a4a6ddbb6d6a6a]

        INTEGRATION: CWS geordi2q09 (1.39.124); FILE MERGED 2003/11/21 11:06:41 obo 1.39.124.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a20fbfc0e32ec99189548fc959bfd7e21a3e9a0d]

        INTEGRATION: CWS geordi2q09 (1.112.44); FILE MERGED 2003/11/21 11:35:54 obo 1.112.44.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [29fe31e9fb75198cead9b5a8adb9c3ea62090744]

        INTEGRATION: CWS geordi2q09 (1.34.6); FILE MERGED 2003/11/24 10:50:06 obo 1.34.6.1: #111934# join CWS pp1selectedfixes3

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b76789e49c4012b77de3758f6f73a08695a1e89e]

        INTEGRATION: CWS geordi2q09 (1.4.78); FILE MERGED 2003/11/21 11:01:33 obo 1.4.78.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [72da2375cfe9fda12ca6904130431f794673ff1c]

        INTEGRATION: CWS geordi2q09 (1.13.84); FILE MERGED 2003/11/21 10:54:42 obo 1.13.84.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [77c26be51eb962d840dff779e48021c85cf6639f]

        INTEGRATION: CWS geordi2q09 (1.37.6); FILE MERGED 2003/11/21 11:00:30 obo 1.37.6.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5bdf0a13e569cc6f4dafe970f1e04997f9bff92d]

        INTEGRATION: CWS geordi2q09 (1.5.156); FILE MERGED 2003/11/21 10:54:42 obo 1.5.156.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2e93f375f40d81bd503c8c21ea2f9e2d57485b03]

        INTEGRATION: CWS geordi2q09 (1.23.30); FILE MERGED 2003/11/24 10:51:02 obo 1.23.30.1: #111934# join CWS pp1selectedfixes3

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e5831030aa2c07660a2277a1b68c15a71877d2f0]

        INTEGRATION: CWS geordi2q09 (1.10.56); FILE MERGED 2003/11/21 10:52:28 obo 1.10.56.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b82fc1f480546f671de3063e707cacaabf4a750a]

        INTEGRATION: CWS geordi2q09 (1.49.24); FILE MERGED 2003/11/24 11:52:07 obo 1.49.24.1: #111934# join CWS pp1selectedfixes3

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ab22287b0bcba1ab0afd844abfddf7bdc230d66c]

        INTEGRATION: CWS geordi2q09 (1.158.2); FILE MERGED 2003/11/24 11:49:15 obo 1.158.2.1: #111934# join CWS pp1selectedfixes3

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [437ce3d55dac11437a9e1b73c99b165da84c5010]

        INTEGRATION: CWS geordi2q09 (1.8.12); FILE MERGED 2003/11/24 13:58:54 obo 1.8.12.2: undo last change 2003/11/21 14:29:42 obo 1.8.12.1: #111934#: join CWS comboboxlink

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1f8bf2359059a5969f596e5498bb5a64b3a0c1db]

        INTEGRATION: CWS geordi2q09 (1.11.114); FILE MERGED 2003/11/24 11:55:48 obo 1.11.114.1: #111934# join CWS pp1selectedfixes3

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f3bdb1cfbc99d5853345b468ca35e8a71c0bd93d]

        INTEGRATION: CWS geordi2q09 (1.33.72); FILE MERGED 2003/11/24 11:45:06 obo 1.33.72.1: #111934# join CWS pp1selectedfixes3

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b785c1c81a8912a5ab538e3efaccd5d7d52df154]

        INTEGRATION: CWS geordi2q09 (1.34.70); FILE MERGED 2003/11/21 09:30:21 obo 1.34.70.1: #111934#: join CWS pmselectedfixes

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fd07ab79df3772cda58c6d200616712d3cacb7c2]

        INTEGRATION: CWS geordi2q09 (1.23.34); FILE MERGED 2003/11/21 11:03:48 obo 1.23.34.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [706be4b37eff44a040de89250cd10f1f2cb7989f]

        INTEGRATION: CWS geordi2q09 (1.64.32); FILE MERGED 2003/11/21 11:03:48 obo 1.64.32.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b332fc6e0e1958de6e04c58064b9f1116ba7a11a]

        INTEGRATION: CWS geordi2q09 (1.5.102); FILE MERGED 2003/11/21 11:03:47 obo 1.5.102.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [77e90cb33d351c2ed23d6216be0eea6239b830f7]

        INTEGRATION: CWS geordi2q09 (1.9.50); FILE MERGED 2003/11/21 11:03:47 obo 1.9.50.1: #111934#: join CWS pmselectedfixes2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [de7e7e51e92743806589abe81aa6b3b9986f74d7]

        INTEGRATION: CWS geordi2q10 (1.3.74); FILE MERGED 2003/11/27 17:23:34 rt 1.3.74.1: #111934#: join CWS thb07

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8d6bb8c0fe95e80072c80ffe4fd5d19052f27c40]

        INTEGRATION: CWS geordi2q10 (1.9.72); FILE MERGED 2003/11/27 14:28:20 rt 1.9.72.1: #111934#: join CWS pp1i18n1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3fb29e5345b10e55484bd72499689e87ef5d9854]

        INTEGRATION: CWS geordi2q10 (1.36.20); FILE MERGED 2003/11/28 09:39:00 rt 1.36.20.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [934ad01b18688214757a2ed4e444a09b6c42c7ee]

        INTEGRATION: CWS geordi2q10 (1.5.78); FILE MERGED 2003/11/28 09:38:59 rt 1.5.78.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [210bf123cfe3821c1d07271f76b1642fad9e18db]

        INTEGRATION: CWS geordi2q10 (1.36.66); FILE MERGED 2003/11/28 09:38:59 rt 1.36.66.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ec95c8e1873f5e35178cca28d97473685e19e4ab]

        INTEGRATION: CWS geordi2q10 (1.15.56); FILE MERGED 2003/11/28 09:38:58 rt 1.15.56.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [208f66602cbd183b16d7655edf5215f2daf3061d]

        INTEGRATION: CWS geordi2q10 (1.3.20); FILE MERGED 2003/11/28 09:38:57 rt 1.3.20.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8117746b445ced6a24fe5295e4bc2cfcddecf0e7]

        INTEGRATION: CWS geordi2q10 (1.2.62); FILE MERGED 2003/11/28 09:38:56 rt 1.2.62.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [36708905e4430cb3aeb905e17a229d95dae6cbc4]

        INTEGRATION: CWS geordi2q10 (1.81.20); FILE MERGED 2003/11/28 09:38:55 rt 1.81.20.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5a7a561216d2e484465163f82ef2b265d2936093]

        INTEGRATION: CWS geordi2q10 (1.11.80); FILE MERGED 2003/11/28 09:38:55 rt 1.11.80.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [38cbbaa86adea1f09a28fde7c37cfeff8621d4a3]

        INTEGRATION: CWS geordi2q10 (1.7.78); FILE MERGED 2003/11/28 09:38:54 rt 1.7.78.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8402f12e6e8fcc5528a1bb6c105bd13e8c3bfa22]

        INTEGRATION: CWS geordi2q10 (1.89.50); FILE MERGED 2003/11/28 09:43:10 rt 1.89.50.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6fa6f06727f088b853c392a4149b88066bb905d0]

        INTEGRATION: CWS geordi2q10 (1.32.158); FILE MERGED 2003/11/28 09:43:09 rt 1.32.158.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f0f60a7e5ab4640dd83678335030e7efd2cd542f]

        INTEGRATION: CWS geordi2q10 (1.7.94); FILE MERGED 2003/11/28 09:43:07 rt 1.7.94.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e877c1eeea17f0463cf6188cbaf0a5e6703cbc04]

        INTEGRATION: CWS geordi2q10 (1.52.22); FILE MERGED 2003/11/28 09:43:07 rt 1.52.22.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5dc7ad868ccb31a3e346896ddef1d2779521013a]

        INTEGRATION: CWS geordi2q10 (1.63.18); FILE MERGED 2003/11/28 09:43:06 rt 1.63.18.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ba146ee676f91a23be82f229a8ad4b9ffb09b52a]

        INTEGRATION: CWS geordi2q10 (1.13.162); FILE MERGED 2003/11/28 09:43:05 rt 1.13.162.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7c29a6ef96eca3beecf3d09a0266846c1f92aca9]

        INTEGRATION: CWS geordi2q10 (1.46.68); FILE MERGED 2003/11/28 09:43:05 rt 1.46.68.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e617ed8da937160e60bc9a2bbef34580f76b79ea]

        INTEGRATION: CWS geordi2q10 (1.33.50); FILE MERGED 2003/11/28 09:43:04 rt 1.33.50.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [39f5d06581773b3317285f3a7d520a3340370dcc]

        INTEGRATION: CWS geordi2q10 (1.20.120); FILE MERGED 2003/11/28 09:43:04 rt 1.20.120.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [10bbec5fcf368acecd0898f972600a97f3ff481e]

        INTEGRATION: CWS geordi2q10 (1.17.72); FILE MERGED 2003/11/28 09:43:03 rt 1.17.72.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f961bd52fe95bfacd5225acfd62f93a74f9910c6]

        INTEGRATION: CWS geordi2q10 (1.22.20); FILE MERGED 2003/11/28 09:43:02 rt 1.22.20.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [994b2a0f0733120490b703026683f5b7739de90c]

        INTEGRATION: CWS geordi2q10 (1.10.158); FILE MERGED 2003/11/28 09:43:02 rt 1.10.158.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2a1e81c632860534e3a2f127d994e748ef9e095e]

        INTEGRATION: CWS geordi2q10 (1.152.94); FILE MERGED 2003/11/28 09:43:01 rt 1.152.94.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c1212591158e8dbea5d663384ba9a41f0bbc5d9e]

        INTEGRATION: CWS geordi2q10 (1.64.120); FILE MERGED 2003/11/28 09:43:00 rt 1.64.120.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3e2e24676e2ddd767a58eac5432d3c6006f46ee8]

        INTEGRATION: CWS geordi2q10 (1.61.106); FILE MERGED 2003/11/28 09:43:00 rt 1.61.106.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7f3c07ed1dfb70b0aed85c681ce09c32f642e2a0]

        INTEGRATION: CWS geordi2q10 (1.13.158); FILE MERGED 2003/11/28 09:42:59 rt 1.13.158.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7e652bd17c98e723c613cb1f466630d767df1ba8]

        INTEGRATION: CWS geordi2q10 (1.34.158); FILE MERGED 2003/11/28 09:42:58 rt 1.34.158.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3a8c778a68fccf5e55cea6f3675ff8b9490236e2]

        INTEGRATION: CWS geordi2q10 (1.55.158); FILE MERGED 2003/11/28 09:42:56 rt 1.55.158.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6933aaa485c8a0311f0cc3f892c48bb5b51127dd]

        INTEGRATION: CWS geordi2q10 (1.47.94); FILE MERGED 2003/11/28 09:42:55 rt 1.47.94.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3ecdcbaee0a906bc0d1700f60a4d360f4f51291c]

        INTEGRATION: CWS geordi2q10 (1.10.158); FILE MERGED 2003/11/28 09:42:54 rt 1.10.158.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [45f28c7f3d446c74d759ade1252e06f93cd9f3db]

        INTEGRATION: CWS geordi2q10 (1.55.158); FILE MERGED 2003/11/28 09:42:54 rt 1.55.158.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7a24ecc7fbb89363a1a504f9681ea2f2fea13528]

        INTEGRATION: CWS geordi2q10 (1.8.178); FILE MERGED 2003/11/28 09:42:54 rt 1.8.178.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b1bafb3d2960bb29800bd2cd4754908ac387975a]

        INTEGRATION: CWS geordi2q10 (1.16.164); FILE MERGED 2003/11/28 09:42:53 rt 1.16.164.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [649cde883607c246d490503233a3d1ed0ee22b87]

        INTEGRATION: CWS geordi2q10 (1.19.158); FILE MERGED 2003/11/28 09:42:53 rt 1.19.158.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0349453c3a5875b16f24aae40b504913961e8eac]

        INTEGRATION: CWS geordi2q10 (1.44.68); FILE MERGED 2003/11/28 09:42:52 rt 1.44.68.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [93673706f811d1a2b60e41a4ca248d0e8744c5ed]

        INTEGRATION: CWS geordi2q10 (0); FILE MERGED

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [df557955c3fbc2ea4487e6de7ebf9301dc27abdb]

        INTEGRATION: CWS geordi2q10 (1.11.120); FILE MERGED 2003/11/28 09:42:51 rt 1.11.120.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5e6654699b9d9ba7b042dbbcb103d5521caeb71d]

        INTEGRATION: CWS geordi2q10 (1.32.120); FILE MERGED 2003/11/28 09:42:51 rt 1.32.120.1: #111934#: join CWS dba01pp1

2003-12-01  Mikhail Voitenko  <mav@openoffice.org>  [0691f950ca7bdeb7b128f56b56aded92c5bb6c3d]

        #112923# adopt testcase for ole and ooo objects separation

2003-12-01  Mikhail Voitenko  <mav@openoffice.org>  [27df2a419dd7dedcfe1810eb31ec11aedeee7f6e]

        #112923# increase refcount in the destructor

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [bbcbbafae58586de4df97b178b41fd03eaa05a3e]

        INTEGRATION: CWS geordi2q10 (1.43.26); FILE MERGED 2003/11/28 09:40:34 rt 1.43.26.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [232ed9fdfa64d57b8c15524bb869847a61d66c81]

        INTEGRATION: CWS geordi2q10 (1.10.80); FILE MERGED 2003/11/28 11:15:29 rt 1.10.80.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e17bde3792c51461ec908841d4a5620c45f1e66c]

        INTEGRATION: CWS geordi2q10 (1.20.10); FILE MERGED 2003/11/28 11:15:28 rt 1.20.10.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [04b66a8ebdeee4114db0eab0e7ca5be7579cb54a]

        INTEGRATION: CWS geordi2q10 (1.81.108); FILE MERGED 2003/11/26 15:07:57 rt 1.81.108.1: #111934#: join CWS draw21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d85b616b460c4bec591242934343fade0f5452fe]

        INTEGRATION: CWS geordi2q10 (1.11.194); FILE MERGED 2003/11/26 15:07:56 rt 1.11.194.1: #111934#: join CWS draw21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d42689cc2a82b1cd50d12f45dff9ac38efc075bc]

        INTEGRATION: CWS geordi2q10 (1.4.194); FILE MERGED 2003/11/26 15:07:54 rt 1.4.194.1: #111934#: join CWS draw21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f68492add7b3e59d15d4d2a153ab9dbc0eb3d2b2]

        INTEGRATION: CWS geordi2q10 (1.19.38); FILE MERGED 2003/11/27 15:31:47 rt 1.19.38.1: #111934#: join CWS kso8

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dc22c709bc71b3df3a09ffb1badcabc2798845f0]

        INTEGRATION: CWS geordi2q10 (1.28.38); FILE MERGED 2003/11/27 15:31:46 rt 1.28.38.1: #111934#: join CWS kso8

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9181606523484cd09dba7bd217d169761cdc65d4]

        INTEGRATION: CWS geordi2q10 (1.23.2); FILE MERGED 2003/11/27 17:04:13 rt 1.23.2.1: #111934#: join CWS draw22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f3d57e70677b94c5a1344700ea001eb9c53782b3]

        INTEGRATION: CWS geordi2q10 (1.21.2); FILE MERGED 2003/11/27 17:04:12 rt 1.21.2.1: #111934#: join CWS draw22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [bd56eb68e51c28d0596dff3df8c3ffeebba5fa78]

        INTEGRATION: CWS geordi2q10 (1.26.2); FILE MERGED 2003/11/26 14:48:26 rt 1.26.2.1: #111934#: join CWS draw21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b0b0883f6d7a81c87b730fc077b8d5528d5110b7]

        INTEGRATION: CWS geordi2q10 (1.66.2); FILE MERGED 2003/11/26 14:48:25 rt 1.66.2.1: #111934#: join CWS draw21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [39cf9a513072a1676d55073de1971561f7401550]

        INTEGRATION: CWS geordi2q10 (1.53.162); FILE MERGED 2003/11/26 16:09:32 rt 1.53.162.1: #111934#: join CWS draw20pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [22589a83365138c8ac6b69031f0f25f98d355454]

        INTEGRATION: CWS geordi2q10 (1.25.28); FILE MERGED 2003/11/26 16:09:30 rt 1.25.28.1: #111934#: join CWS draw20pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4cd5ae1505b58ac7a999a3baf4b29564778e2649]

        INTEGRATION: CWS geordi2q10 (1.20.42); FILE MERGED 2003/11/26 16:09:29 rt 1.20.42.1: #111934#: join CWS draw20pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [464fdf7e39bba55307fc76b7b34ea2efffa92eed]

        INTEGRATION: CWS geordi2q10 (1.36.2); FILE MERGED 2003/11/27 17:04:08 rt 1.36.2.1: #111934#: join CWS draw22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f6b99bf60a70f9f738d471bb02b6829b34f35105]

        INTEGRATION: CWS geordi2q10 (1.24.144); FILE MERGED 2003/11/27 17:04:07 rt 1.24.144.1: #111934#: join CWS draw22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1aff8e9e31dab1343b5aaa9ea3cfa0dc0a4a54db]

        INTEGRATION: CWS geordi2q10 (1.19.2); FILE MERGED 2003/11/27 17:04:06 rt 1.19.2.1: #111934#: join CWS draw22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7dabb75ff11580e90a4d0b0e4d6c1b1e19a19596]

        INTEGRATION: CWS geordi2q10 (1.62.2); FILE MERGED 2003/11/26 14:48:23 rt 1.62.2.1: #111934#: join CWS draw21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f06ca7d98160f559b3c78ef82a2e2c00828b13e3]

        INTEGRATION: CWS geordi2q10 (1.28.2); FILE MERGED 2003/11/27 17:04:05 rt 1.28.2.1: #111934#: join CWS draw22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d2616df08640fd4c148f90c1bfe7787bd956696f]

        INTEGRATION: CWS geordi2q10 (1.17.66); FILE MERGED 2003/11/27 10:59:47 rt 1.17.66.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [51b1026a5d62fe8b7dfa93c28f412c1bab8a97ea]

        INTEGRATION: CWS geordi2q10 (1.2.420); FILE MERGED 2003/11/28 09:19:23 rt 1.2.420.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [807b90757d1f531166fc6b106f29bf99c45d64e2]

        INTEGRATION: CWS geordi2q10 (1.32.166); FILE MERGED 2003/11/27 12:33:47 rt 1.32.166.2: #111934#: join CWS os21 2003/11/27 11:04:18 rt 1.32.166.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3499614131ef6499c7e9a1ac1acec130f7c6dd42]

        INTEGRATION: CWS geordi2q10 (1.17.166); FILE MERGED 2003/11/27 11:04:18 rt 1.17.166.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7c3d0392e9640af18279f0474874581ac3d7c69c]

        INTEGRATION: CWS geordi2q10 (1.62.236); FILE MERGED 2003/11/27 11:04:17 rt 1.62.236.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3e6e146a978136e56f20459711a9fcb59b2b3d12]

        INTEGRATION: CWS geordi2q10 (1.98.8); FILE MERGED 2003/11/27 10:28:57 rt 1.98.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [70c51e4b90d099aeb8eee31253994f6ea688902e]

        INTEGRATION: CWS geordi2q10 (1.74.8); FILE MERGED 2003/11/27 10:28:56 rt 1.74.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7a8e976a7471463421a47fddbdabd6b1d70d7503]

        INTEGRATION: CWS geordi2q10 (1.50.8); FILE MERGED 2003/11/27 10:28:56 rt 1.50.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [91f4614889460b04fb074d578fcd56fb71635ebc]

        INTEGRATION: CWS geordi2q10 (1.9.8); FILE MERGED 2003/11/27 10:28:55 rt 1.9.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3be08fa96a5da995c5926f3ffdbae19b1907fd41]

        INTEGRATION: CWS geordi2q10 (1.166.8); FILE MERGED 2003/11/27 10:28:54 rt 1.166.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [50d32ac95e5d400e5bc410e0604e054837224994]

        INTEGRATION: CWS geordi2q10 (1.9.208); FILE MERGED 2003/11/27 10:28:52 rt 1.9.208.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6507b958c99fad0f2f68214ab8b68f2a49b940fd]

        INTEGRATION: CWS geordi2q10 (1.16.146); FILE MERGED 2003/11/27 10:28:52 rt 1.16.146.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e1cffa0be8ae1b9e703724a35db254d75e6f79ee]

        INTEGRATION: CWS geordi2q10 (1.31.8); FILE MERGED 2003/11/27 10:28:51 rt 1.31.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [14aeeb2107e21dc9e1cffa1eb2cfe13f589ed302]

        INTEGRATION: CWS geordi2q10 (1.109.8); FILE MERGED 2003/11/27 10:28:51 rt 1.109.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7883e9e5882b26948827fe9f2f75387e3c1e59ae]

        INTEGRATION: CWS geordi2q10 (1.26.8); FILE MERGED 2003/11/27 10:28:50 rt 1.26.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ad873385b82509996a0f75d8b6966876dd01cd25]

        INTEGRATION: CWS geordi2q10 (1.48.8); FILE MERGED 2003/11/27 10:28:47 rt 1.48.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0859fc090e8eb42abe3700f5bf4128a1b03fdd77]

        INTEGRATION: CWS geordi2q10 (1.12.212); FILE MERGED 2003/11/27 10:28:42 rt 1.12.212.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [af9b8b96d42e348db088e25b74bbd67061765a4f]

        INTEGRATION: CWS geordi2q10 (1.23.8); FILE MERGED 2003/11/27 10:28:42 rt 1.23.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [853efc1f2cb15d7bf83ac8250cfab856a4363f75]

        INTEGRATION: CWS geordi2q10 (1.19.8); FILE MERGED 2003/11/27 10:28:40 rt 1.19.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5b06b7c8b7f49c8ab52c43d91c8893d05ff5409d]

        INTEGRATION: CWS dr9 (1.19.86); FILE MERGED 2003/08/01 15:40:17 dr 1.19.86.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [cd00c815cb655b3d9f772b09a27f2446a9f25e69]

        INTEGRATION: CWS geordi2q10 (1.81.8); FILE MERGED 2003/11/27 10:28:37 rt 1.81.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [894ce3157be820c90c4af2ee69cde8f919ad0501]

        INTEGRATION: CWS dr9 (1.9.102); FILE MERGED 2003/11/21 13:52:16 dr 1.9.102.1: #i22589# enable 'Remove Print Area' slot, if 'Print Entire Sheet' enabled at sheet

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6193020ab39e7da984512d4cc675185f69795400]

        INTEGRATION: CWS geordi2q10 (1.178.2); FILE MERGED 2003/11/27 10:28:37 rt 1.178.2.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d8f3ca6008a06686a3ef46ab86fc75814404608c]

        INTEGRATION: CWS dr9 (1.17.60); FILE MERGED 2003/08/01 15:40:16 dr 1.17.60.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7717830cc6ab7cf58e6de4817d555269102a697c]

        INTEGRATION: CWS geordi2q10 (1.9.174); FILE MERGED 2003/11/27 10:28:36 rt 1.9.174.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0aab18d355f037bf2c8a0c440699b08ea1c3201d]

        INTEGRATION: CWS dr9 (1.29.86); FILE MERGED 2003/08/01 15:40:16 dr 1.29.86.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [733c386efa228308b75459c8b60b14c2b619e4d7]

        INTEGRATION: CWS geordi2q10 (1.25.8); FILE MERGED 2003/11/27 10:28:35 rt 1.25.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [aca232e743e52197eb96dfa4575f2c7d65417fb1]

        INTEGRATION: CWS dr9 (1.3.212); FILE MERGED 2003/08/01 15:40:15 dr 1.3.212.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [496ab044f07c69d23baa5ac186c8681a37ec5ca1]

        INTEGRATION: CWS geordi2q10 (1.49.8); FILE MERGED 2003/11/27 10:28:33 rt 1.49.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [92186bd1237047081d9cb166fe74152116a7b1d0]

        INTEGRATION: CWS dr9 (1.77.110); FILE MERGED 2003/10/28 09:29:33 dr 1.77.110.3: RESYNC: (1.77-1.78); FILE MERGED 2003/08/19 12:04:51 sab 1.77.110.2: #i4063#; add automatic print ranges 2003/08/01 15:39:41 dr 1.77.110.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [454bf35ca7db695f1094e45a0550157cfe3e8188]

        INTEGRATION: CWS geordi2q10 (1.17.174); FILE MERGED 2003/11/27 17:21:57 rt 1.17.174.1: #111934#: join CWS thb07

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1c6c6b3d634c18ef8c30cc6bf2932ed5a643bbbe]

        INTEGRATION: CWS dr9 (1.44.12); FILE MERGED 2003/10/15 16:00:33 dr 1.44.12.3: #i4063# final strings 2003/10/15 15:36:10 dr 1.44.12.2: #i4063# final strings 2003/08/01 15:39:23 dr 1.44.12.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a4ff8efce68f83392229a9ff0884f50724e1d9b1]

        INTEGRATION: CWS geordi2q10 (1.26.56); FILE MERGED 2003/11/27 10:28:33 rt 1.26.56.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [056e434a01ec0a0019efdbd06b70fdcd93dabbd0]

        INTEGRATION: CWS dr9 (1.6.102); FILE MERGED 2003/08/01 15:39:23 dr 1.6.102.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [44ca9a79fd942f1a237b4e7cbe155e1230675515]

        INTEGRATION: CWS geordi2q10 (1.59.8); FILE MERGED 2003/11/27 10:28:32 rt 1.59.8.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c504bab2149c6fbcc07abd50415a181a8e56a392]

        INTEGRATION: CWS dr9 (1.16.212); FILE MERGED 2003/11/21 14:23:57 dr 1.16.212.2: RESYNC: (1.16-1.17); FILE MERGED 2003/08/01 15:38:59 dr 1.16.212.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7971ef7c52c88a02f519e992f991bbc40ff5b979]

        INTEGRATION: CWS geordi2q10 (1.160.2); FILE MERGED 2003/11/27 10:28:31 rt 1.160.2.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ed5c23580ae334aa3e4b04eeca29e6768de036bc]

        INTEGRATION: CWS dr9 (1.25.88); FILE MERGED 2003/09/23 09:17:42 dr 1.25.88.2: RESYNC: (1.25-1.26); FILE MERGED 2003/08/01 15:38:48 dr 1.25.88.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [274e51803e879c334187fa5066a77b88ede5de7e]

        INTEGRATION: CWS geordi2q10 (1.11.202); FILE MERGED 2003/11/27 10:28:31 rt 1.11.202.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3a35151042558aa6bee1239ba8ebb679d0561617]

        INTEGRATION: CWS dr9 (1.7.246); FILE MERGED 2003/08/19 12:02:17 sab 1.7.246.1: #i4063#; add automatic print ranges

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c9a9641f4b8de5c4a448806069981a7eb545cb3d]

        INTEGRATION: CWS geordi2q10 (1.22.48); FILE MERGED 2003/11/28 09:44:06 rt 1.22.48.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d0fe825cf3b9aa8dae4260dbb56abfab1d15a777]

        INTEGRATION: CWS dr9 (1.28.234); FILE MERGED 2003/08/19 12:02:15 sab 1.28.234.1: #i4063#; add automatic print ranges

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [56ac5d02988d36167addb0fe1bbfc2d0fda0306c]

        INTEGRATION: CWS geordi2q10 (1.23.154); FILE MERGED 2003/11/27 12:43:15 rt 1.23.154.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9af694c736188af97865bddf0f1f74730ad4fc69]

        INTEGRATION: CWS dr9 (1.64.56); FILE MERGED 2003/09/23 09:21:04 dr 1.64.56.2: RESYNC: (1.64-1.66); FILE MERGED 2003/08/19 12:00:59 sab 1.64.56.1: #i4063#; add automatic print ranges

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [74a37f9916f42bf7c446a16294e082ebba1f9938]

        INTEGRATION: CWS dr9 (1.87.56); FILE MERGED 2003/09/23 09:20:55 dr 1.87.56.2: RESYNC: (1.87-1.89); FILE MERGED 2003/08/19 12:00:58 sab 1.87.56.1: #i4063#; add automatic print ranges

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d4a22f0840abbf601444f3d95f84449f437d1648]

        INTEGRATION: CWS dr9 (1.168.4); FILE MERGED 2003/09/23 09:20:45 dr 1.168.4.2: RESYNC: (1.168-1.169); FILE MERGED 2003/08/19 12:00:34 sab 1.168.4.1: #i4063#; add automatic print ranges

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [35ce43ebbff753cce1fb9c2b473924dd307318b1]

        INTEGRATION: CWS dr9 (1.53.44); FILE MERGED 2003/11/24 08:43:28 dr 1.53.44.6: #100000# merge conflict 2003/11/21 14:33:01 dr 1.53.44.5: RESYNC: (1.56-1.57); FILE MERGED 2003/10/28 09:35:08 dr 1.53.44.4: RESYNC: (1.55-1.56); FILE MERGED 2003/09/23 09:27:43 dr 1.53.44.3: RESYNC: (1.54-1.55); FILE MERGED 2003/08/20 11:32:10 dr 1.53.44.2: RESYNC: (1.53-1.54); FILE MERGED 2003/08/01 15:38:13 dr 1.53.44.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f768397ba23f7c69c2b7749d4c5d659d5209c59e]

        INTEGRATION: CWS dr9 (1.64.2); FILE MERGED 2003/11/21 14:32:43 dr 1.64.2.3: RESYNC: (1.66-1.67); FILE MERGED 2003/09/23 09:27:37 dr 1.64.2.2: RESYNC: (1.64-1.66); FILE MERGED 2003/08/01 15:38:12 dr 1.64.2.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [72a33fd48dcc44f03644aeed40ce386843aafb5f]

        INTEGRATION: CWS dr9 (1.59.44); FILE MERGED 2003/09/23 09:26:53 dr 1.59.44.2: RESYNC: (1.59-1.60); FILE MERGED 2003/08/01 15:38:32 dr 1.59.44.1: #i4063# extended NAME

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a5d7ff4e88e13545981329584677713ddc7d686c]

        INTEGRATION: CWS dr9 (1.1.1.1.256); FILE MERGED 2003/08/01 15:37:50 dr 1.1.1.1.256.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fc5b1644b4b2387d67cf59defbf8cbabdb789758]

        INTEGRATION: CWS dr9 (1.22.102); FILE MERGED 2003/08/01 15:37:33 dr 1.22.102.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f2d4a42eb1133f0e04c236ec41fa99b52ff47d0c]

        INTEGRATION: CWS dr9 (1.6.212); FILE MERGED 2003/08/01 15:37:33 dr 1.6.212.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [debe1177c692c5b64f4c4e5145851c14fc28c6d9]

        INTEGRATION: CWS dr9 (1.49.94); FILE MERGED 2003/09/23 09:31:10 dr 1.49.94.2: RESYNC: (1.49-1.50); FILE MERGED 2003/08/01 15:37:32 dr 1.49.94.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a7a29982eabd2fd609c76b6847210b0867937d58]

        INTEGRATION: CWS dr9 (1.38.110); FILE MERGED 2003/10/28 09:36:41 dr 1.38.110.2: RESYNC: (1.38-1.39); FILE MERGED 2003/08/01 15:37:32 dr 1.38.110.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8359f975b06ba831fd2921ef61192ca0fc3fbdfc]

        INTEGRATION: CWS dr9 (1.3.242); FILE MERGED 2003/08/19 11:59:48 sab 1.3.242.1: #i4063#; add automatic print ranges

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dbef1e7c0a4cdf2b554b76088d1be0799b75bac5]

        INTEGRATION: CWS dr9 (1.51.86); FILE MERGED 2003/10/28 09:47:51 dr 1.51.86.3: RESYNC: (1.53-1.54); FILE MERGED 2003/09/23 09:38:19 dr 1.51.86.2: RESYNC: (1.51-1.53); FILE MERGED 2003/08/19 11:59:47 sab 1.51.86.1: #i4063#; add automatic print ranges

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b4e27a2bf10eb4fc5031636509fb024bc1cfa5fc]

        INTEGRATION: CWS dr9 (1.19.212); FILE MERGED 2003/08/01 15:37:03 dr 1.19.212.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e6f4ee7e64a9a51f09515153443c074f70eff934]

        INTEGRATION: CWS dr9 (1.1.1.1.256); FILE MERGED 2003/08/01 15:37:03 dr 1.1.1.1.256.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [43d5bd309fe8cd553e6260bbbdaaaf525948b44c]

        INTEGRATION: CWS dr9 (1.67.86); FILE MERGED 2003/10/28 09:47:19 dr 1.67.86.4: RESYNC: (1.68-1.69); FILE MERGED 2003/09/23 09:37:11 dr 1.67.86.3: RESYNC: (1.67-1.68); FILE MERGED 2003/08/19 11:59:04 sab 1.67.86.2: #i4063#; better comment 2003/08/01 15:37:02 dr 1.67.86.1: #i4063# print entire sheet option

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [179c73745b3945d970c283e1b2197a9a0f9dea25]

        INTEGRATION: CWS geordi2q10 (1.15.298); FILE MERGED 2003/11/27 11:26:41 rt 1.15.298.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [682a2705cc1c1149bf0231035f0705539cf81a45]

        INTEGRATION: CWS geordi2q10 (1.13.298); FILE MERGED 2003/11/27 12:40:45 rt 1.13.298.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [670f16cbcd8f798c6dacbf3334f04bb7c321213e]

        INTEGRATION: CWS geordi2q10 (1.43.294); FILE MERGED 2003/11/26 16:20:49 rt 1.43.294.1: #111934#: join CWS sw7pp1a

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b183739968b7ff30f186527b9d3ba96897785412]

        INTEGRATION: CWS geordi2q10 (1.4.298); FILE MERGED 2003/11/27 11:26:40 rt 1.4.298.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e3ee2d2f4eb81c6f81d63db6e9ad787cb4deceee]

        INTEGRATION: CWS geordi2q10 (1.15.262); FILE MERGED 2003/11/27 11:26:39 rt 1.15.262.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f15c2dcc03ec70d9b49de4d36ebfe7b4f8be53cb]

        INTEGRATION: CWS geordi2q10 (1.3.298); FILE MERGED 2003/11/27 12:40:44 rt 1.3.298.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ea304f56a985dae7afd12dbb775e1ea57e95579b]

        INTEGRATION: CWS geordi2q10 (1.13.294); FILE MERGED 2003/11/26 16:20:48 rt 1.13.294.1: #111934#: join CWS sw7pp1a

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [0ba5fc17aad68ccd6163473b6e59faeee8299f8d]

        INTEGRATION: CWS geordi2q10 (1.2.332); FILE MERGED 2003/11/27 12:40:42 rt 1.2.332.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7297d59883bc1d3d5c61d5b2990d3208f9c51416]

        INTEGRATION: CWS dr9 (1.6.204); FILE MERGED 2003/08/22 14:39:32 dr 1.6.204.1: #i4063# XPrintAreas is not deprecated

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e84d7b8ce969d71397f8e866aaaea1a8c451d960]

        INTEGRATION: CWS geordi2q10 (1.6.470); FILE MERGED 2003/11/27 12:40:41 rt 1.6.470.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2a16ffd015a156bd7116361f5839c664d01eaba9]

        INTEGRATION: CWS dr9 (1.4.204); FILE MERGED 2003/08/19 12:24:02 sab 1.4.204.1: #i4063#; add automatic print ranges

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [a03c54274e02de48942415b14c588ea6a16d0cb5]

        INTEGRATION: CWS geordi2q10 (1.12.298); FILE MERGED 2003/11/27 12:40:39 rt 1.12.298.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [809c4cee31e07c9273ef15169fa6d8c865e8c719]

        INTEGRATION: CWS geordi2q10 (1.10.106); FILE MERGED 2003/11/27 12:40:35 rt 1.10.106.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8a3baba84aa42f63ae91ec1ae5eee919ff7b8331]

        INTEGRATION: CWS geordi2q10 (1.6.298); FILE MERGED 2003/11/27 12:40:34 rt 1.6.298.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e7d74a2292de529db8eb7657cc9f15e9a6cab3d6]

        INTEGRATION: CWS geordi2q10 (1.4.462); FILE MERGED 2003/11/27 12:40:32 rt 1.4.462.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [9d7b4aa917cd76ea376967be93579eefcae7541c]

        INTEGRATION: CWS geordi2q10 (1.11.298); FILE MERGED 2003/11/27 12:40:32 rt 1.11.298.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ed29cfeea70e334b33bdbe90343803be4dbf475e]

        INTEGRATION: CWS geordi2q10 (1.11.244); FILE MERGED 2003/11/27 12:40:31 rt 1.11.244.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f8654aaaeb186a66ad71becb0282c4238067f52f]

        INTEGRATION: CWS geordi2q10 (1.8.298); FILE MERGED 2003/11/27 12:40:27 rt 1.8.298.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6c3bb67115518b284e98c528dddac86b2d101868]

        INTEGRATION: CWS geordi2q10 (1.72.76); FILE MERGED 2003/11/27 10:57:19 rt 1.72.76.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [fe2056975bb88d36ac5c426fab265882ad9fe192]

        INTEGRATION: CWS geordi2q10 (1.71.2); FILE MERGED 2003/11/27 12:40:24 rt 1.71.2.2: #111934#: join CWS os21 2003/11/27 08:56:50 rt 1.71.2.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [58994a20a532ec7de88e526312fcff5d497ae880]

        INTEGRATION: CWS geordi2q10 (1.18.244); FILE MERGED 2003/11/27 12:40:21 rt 1.18.244.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1469b1912c350106477205d473c308cc4151e36d]

        INTEGRATION: CWS geordi2q10 (1.72.2); FILE MERGED 2003/11/27 11:26:37 rt 1.72.2.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [894c1207709fd9d117b16a458698fe68c588cfdd]

        INTEGRATION: CWS geordi2q10 (1.3.298); FILE MERGED 2003/11/27 12:40:15 rt 1.3.298.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [399d2a65f3e388d47bc6d47546cbd492fef256e3]

        INTEGRATION: CWS geordi2q10 (1.41.2); FILE MERGED 2003/11/27 08:56:49 rt 1.41.2.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [944720edde8526724080990ca98a094bd43f22c6]

        INTEGRATION: CWS geordi2q10 (1.10.190); FILE MERGED 2003/11/27 08:56:49 rt 1.10.190.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b303ae0103d0636ccbc87165cdeb43ecf83afb30]

        INTEGRATION: CWS geordi2q10 (1.3.298); FILE MERGED 2003/11/26 16:20:45 rt 1.3.298.1: #111934#: join CWS sw7pp1a

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8387f2b4f95f929ecaf3f490cdd57061603ba300]

        INTEGRATION: CWS geordi2q10 (1.79.30); FILE MERGED 2003/11/27 11:26:36 rt 1.79.30.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [47e2e3ff72ead718fcda4d879905e2d24f70868f]

        INTEGRATION: CWS geordi2q10 (1.25.100); FILE MERGED 2003/11/27 08:56:48 rt 1.25.100.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2e2a1373533af1ff5b89262d7d198bd59660c0ea]

        INTEGRATION: CWS geordi2q10 (1.4.298); FILE MERGED 2003/11/26 16:20:43 rt 1.4.298.1: #111934#: join CWS sw7pp1a

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ef859fada1aac09e6596236331d540a2fdad3f52]

        INTEGRATION: CWS dr9 (1.44.20); FILE MERGED 2003/10/28 08:37:06 dr 1.44.20.3: RESYNC: (1.46-1.47); FILE MERGED 2003/09/23 08:57:02 dr 1.44.20.2: RESYNC: (1.44-1.46); FILE MERGED 2003/08/19 12:10:07 sab 1.44.20.1: #i4063#; add automatic print ranges

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [b942e5ca27ac9e70abbc65f80d499518e5814166]

        INTEGRATION: CWS geordi2q10 (1.8.298); FILE MERGED 2003/11/26 16:20:41 rt 1.8.298.1: #111934#: join CWS sw7pp1a

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1a19bb8766f3725d4985afc6aad95c0837a970ef]

        INTEGRATION: CWS geordi2q10 (1.6.298); FILE MERGED 2003/11/27 08:56:47 rt 1.6.298.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [4db1bc9e6f6c13bf93c3cd735914520ac85fb076]

        INTEGRATION: CWS dr9 (1.42.140); FILE MERGED 2003/09/23 08:57:35 dr 1.42.140.2: RESYNC: (1.42-1.43); FILE MERGED 2003/08/19 12:08:42 sab 1.42.140.1: #i4063#; add automatic print ranges

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [69c56e90b5a0edc32b3de5aff2193ac007f64c55]

        INTEGRATION: CWS geordi2q10 (1.40.62); FILE MERGED 2003/11/26 16:20:39 rt 1.40.62.1: #111934#: join CWS sw7pp1a

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [766d2b65e3799fb66099c94837280cb9102219a6]

        INTEGRATION: CWS geordi2q10 (1.79.48); FILE MERGED 2003/11/27 12:40:13 rt 1.79.48.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ec29b256823e9f560ffbaec97069ff54d32d602d]

        INTEGRATION: CWS geordi2q10 (1.41.2); FILE MERGED 2003/11/27 08:56:46 rt 1.41.2.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [d0edabb9043f5e447f84d8de915183721821f4ac]

        INTEGRATION: CWS geordi2q10 (1.44.2); FILE MERGED 2003/11/27 09:27:52 rt 1.44.2.1: #111934#: join CWS sw7pp1c

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c45db1c54e8f8b1196a624fc6ded31cc292d7bea]

        INTEGRATION: CWS geordi2q10 (1.28.232); FILE MERGED 2003/11/27 09:27:51 rt 1.28.232.1: #111934#: join CWS sw7pp1c

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [5523dfed17a44c8350c836acc5ef929dce6d565c]

        INTEGRATION: CWS geordi2q10 (1.71.2); FILE MERGED 2003/11/27 08:56:44 rt 1.71.2.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ef286dcf2dfab489b850554b426585a98dfc4e0a]

        INTEGRATION: CWS geordi2q10 (1.33.2); FILE MERGED 2003/11/27 08:56:44 rt 1.33.2.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [e2c8ef5884f32c8bed95f6a4f217870e13027923]

        INTEGRATION: CWS geordi2q10 (1.51.2); FILE MERGED 2003/11/27 08:56:43 rt 1.51.2.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [de33116d2107e576a855a3638fc7ed11510d8851]

        INTEGRATION: CWS geordi2q10 (1.17.80); FILE MERGED 2003/11/27 12:40:10 rt 1.17.80.2: #111934#: join CWS os21 2003/11/27 09:27:50 rt 1.17.80.1: #111934#: join CWS sw7pp1c

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [dabe4d32d10162fec030d9fa7aacf0579ef0ca6f]

        INTEGRATION: CWS geordi2q10 (1.25.48); FILE MERGED 2003/11/26 16:20:38 rt 1.25.48.1: #111934#: join CWS sw7pp1a

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1b6e0d787f68be7d90bf85b91c8cb4d2b9398b21]

        INTEGRATION: CWS geordi2q10 (1.33.48); FILE MERGED 2003/11/27 08:56:42 rt 1.33.48.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2dc0a2a83a9eb28cf1140633f539918cbf344740]

        INTEGRATION: CWS geordi2q10 (1.22.2); FILE MERGED 2003/11/27 08:56:41 rt 1.22.2.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [583b6f119faa68d85ebb0bde44f9b739883400fd]

        INTEGRATION: CWS geordi2q10 (1.10.298); FILE MERGED 2003/11/26 16:20:36 rt 1.10.298.1: #111934#: join CWS sw7pp1a

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [42dc6aec130626c95b1246692f41a1ae477006f8]

        INTEGRATION: CWS geordi2q10 (1.11.298); FILE MERGED 2003/11/27 09:27:49 rt 1.11.298.1: #111934#: join CWS sw7pp1c

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1578513dcea2aa1deb91a1f8c4a4c79bf9277db9]

        INTEGRATION: CWS geordi2q10 (1.9.298); FILE MERGED 2003/11/27 08:56:41 rt 1.9.298.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c7aabd04fb5a54a783268a19aa38fb42eb762066]

        INTEGRATION: CWS geordi2q10 (1.24.298); FILE MERGED 2003/11/27 08:56:39 rt 1.24.298.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [c634214a1f9d3f116cf4d792fe0fd91ca1ec15fb]

        INTEGRATION: CWS geordi2q10 (1.11.82); FILE MERGED 2003/11/27 08:56:39 rt 1.11.82.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [764e8038e89cdd9ce445def0fb03c37e6249024c]

        INTEGRATION: CWS geordi2q10 (1.19.298); FILE MERGED 2003/11/27 08:56:38 rt 1.19.298.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [133a38f3b1de08a65f42bf2d9a626263394e8627]

        INTEGRATION: CWS geordi2q10 (1.7.2); FILE MERGED 2003/11/27 12:40:06 rt 1.7.2.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [f68a75419e2a32045389f2d6d088b5e7ba3b389e]

        INTEGRATION: CWS geordi2q10 (1.25.298); FILE MERGED 2003/11/27 11:26:35 rt 1.25.298.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [93787070a27f6a587832c984694ebacf25153246]

        INTEGRATION: CWS geordi2q10 (1.4.94); FILE MERGED 2003/11/26 16:20:34 rt 1.4.94.1: #111934#: join CWS sw7pp1a

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [6739f172813ff3e09fba3d57a31be20e350bac71]

        INTEGRATION: CWS geordi2q10 (1.7.2); FILE MERGED 2003/11/27 08:56:37 rt 1.7.2.1: #111934#: join CWS sw7pp1b

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [81544f1c84364fd2cae34330c229c2f73af0b187]

        INTEGRATION: CWS geordi2q10 (1.17.260); FILE MERGED 2003/11/27 12:40:03 rt 1.17.260.1: #111934#: join CWS os21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2a6d18fbb0b96c28fb1f8d6e828c95a090630e55]

        INTEGRATION: CWS geordi2q10 (1.3.96); FILE MERGED 2003/11/27 17:05:08 rt 1.3.96.1: #111934#: join CWS draw22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [731a040f825b874a99faa31a2d3ab7c1adac1b80]

        INTEGRATION: CWS geordi2q10 (1.6.104); FILE MERGED 2003/11/27 17:05:08 rt 1.6.104.1: #111934#: join CWS draw22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [eea8fd2de1d084d83dc2e09cf64ecf5d4f64450d]

        INTEGRATION: CWS geordi2q10 (1.25.94); FILE MERGED 2003/11/27 17:17:42 rt 1.25.94.2: #111934#: join CWS thb07 2003/11/27 17:08:56 rt 1.25.94.1: #111934#: join CWS sj06

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [adaea860e02160da266509652c0d0c6adabaa8b6]

        INTEGRATION: CWS geordi2q10 (1.24.10); FILE MERGED 2003/11/27 09:53:22 rt 1.24.10.1: #111934#: join CWS vcl7pp1r2

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1113c0b3044668f1dd097cc3873b32e8b99761bf]

        INTEGRATION: CWS geordi2q10 (1.24.112); FILE MERGED 2003/11/27 11:02:53 rt 1.24.112.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [db54212c28e76784ea5302f5e9c3e21e96b062c5]

        INTEGRATION: CWS geordi2q10 (1.39.2); FILE MERGED 2003/11/26 14:54:11 rt 1.39.2.1: #111934#: join CWS draw21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8c659de0c996bc244ca94cf6b44a2b108685b68d]

        INTEGRATION: CWS geordi2q10 (1.113.2); FILE MERGED 2003/11/27 17:12:30 rt 1.113.2.1: #111934#: join CWS sj06

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3062679857e9c319b5bb8804b90b85cf631f02dc]

        INTEGRATION: CWS geordi2q10 (1.34.2); FILE MERGED 2003/11/27 17:01:08 rt 1.34.2.1: #111934#: join CWS draw22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [90a78f8f8f26053f77f9a74185581a89264432ac]

        INTEGRATION: CWS geordi2q10 (1.13.88); FILE MERGED 2003/11/28 16:19:14 rt 1.13.88.1: #111934#: join CWS dr13

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2dca393aff2a489860ef0864d28bbb6a0db712a0]

        INTEGRATION: CWS geordi2q10 (1.85.2); FILE MERGED 2003/11/27 17:12:29 rt 1.85.2.1: #111934#: join CWS sj06

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [1272bca24b7ea07a9d6dff2983fbf414b5ae2b52]

        INTEGRATION: CWS geordi2q10 (1.11.504); FILE MERGED 2003/11/26 14:54:08 rt 1.11.504.1: #111934#: join CWS draw21

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [8446a279afcaaad7c2eebea700b021083d758d86]

        INTEGRATION: CWS geordi2q10 (1.43.2); FILE MERGED 2003/11/28 09:38:08 rt 1.43.2.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [2b938231aa1b14aa5122d63eb9cf322cbeb9d2f5]

        INTEGRATION: CWS geordi2q10 (1.41.2); FILE MERGED 2003/11/28 09:38:08 rt 1.41.2.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [96097a699326b52a776bfb02558cb22691af0f9e]

        INTEGRATION: CWS geordi2q10 (1.62.298); FILE MERGED 2003/11/28 09:38:07 rt 1.62.298.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [10bd1a06e929590e762c05d33f0cab411026886b]

        INTEGRATION: CWS geordi2q10 (1.39.504); FILE MERGED 2003/11/28 09:38:06 rt 1.39.504.1: #111934#: join CWS dba01pp1

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [7cdda558abe142185c27d3dc53dd8edfb3bf44e3]

        INTEGRATION: CWS geordi2q10 (1.63.106); FILE MERGED 2003/11/27 11:06:04 rt 1.63.106.1: #111934#: join CWS os22

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [3895ac9ad13e2b0d155419cb2bca9bd6e2369886]

        INTEGRATION: CWS geordi2q10 (1.16.288); FILE MERGED 2003/11/27 17:20:51 rt 1.16.288.1: #111934#: join CWS thb07

2003-12-01  Rüdiger Timm  <rt@openoffice.org>  [ab9e8696dd4b615c10d0e3a457eb7e962a6b8cef]

        INTEGRATION: CWS geordi2q10 (1.41.228); FILE MERGED 2003/11/27 17:20:51 rt 1.41.228.1: #111934#: join CWS thb07

2003-12-01  Mikhail Voitenko  <mav@openoffice.org>  [95c33012d3510161d8b7362bb5ec255aafc2f7a1]

        #112923# place ole and ooo objects in separate libraries

2003-11-28  Mikhail Voitenko  <mav@openoffice.org>  [8a93e6446752dae86ae6182d4014d708eca2444d]

        #112923# place ole and ooo objects in separate libraries

2003-11-28  Mikhail Voitenko  <mav@openoffice.org>  [6f1b7138d148828ad3f5d3f9214f02aaab770902]

        #112923# place ole and ooo objects in separate libraries

2003-11-28  Mikhail Voitenko  <mav@openoffice.org>  [a1eb4f549b7041bbb0ba75efdb749fddf77489cd]

        #112923# place ole and ooo objects in separate libraries

2003-11-28  Mikhail Voitenko  <mav@openoffice.org>  [f093e206c10618852e005e19d3f775dd419ca338]

        #112923# place ole and ooo objects in separate libraries

2003-11-28  Tomas O'Connor  <toconnor@openoffice.org>  [babff10c4f33803030aca35e2bd82dd6c657c624]

        #i16574# - Add Rhino and BeanShell jar files to OpenOffice.org external project. A modified Main.java source file is included for Rhino which is rebuilt and repackaged into the Rhino jar file.

2003-11-28  Armin Weiss  <aw@openoffice.org>  [d539c95155ccc7030411f7494704894a3ac610a8]

        Removed in-between namespaces (curve, matrix, numeric, point, polygon, range, tuple, vector). Names were too common and e.g. vector leaded to problems with some defines. This is now avoided. Also some bug fixes, addition of 3d polygon tooling etc.

2003-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce0ce72d1fd37f7b8e7cb4ebc372d8cd6b4ab9c0]

        #100000#: remove NOOPTFILES for Solaris Intel

2003-11-27  Björn Milcke  <bm@openoffice.org>  [e91ab940670f652bf858fc5888b13828ae6d007a]

        legend AutoPosition -> AnchorPositiob

2003-11-27  Björn Milcke  <bm@openoffice.org>  [4d9ac299152f4278ecb61e91ea229085a6b5a141]

        service documentation

2003-11-27  Björn Milcke  <bm@openoffice.org>  [77315e0c9ccf3be4fee3e9dc52307780e8c050af]

        scene properties at diagram

2003-11-26  Kurt Zenker  <kz@openoffice.org>  [64302b4b1bec21abac069869576bf912a3a3d95c]

        new version for FIX645

2003-11-26  Mikhail Voitenko  <mav@openoffice.org>  [586d6b72db065b86efa7940a91d0e02b8ac44f0c]

        #112923# breaking of ole link and assertion fixes

2003-11-26  Björn Milcke  <bm@openoffice.org>  [a44540b381cadc0665093c85dd03d8d8156ff69d]

        positions at model objects

2003-11-26  Ingrid Halama  <iha@openoffice.org>  [2201088d7377ed1f491cfb88cf841f1695ea38e6]

        handle negativ values completly as abs

2003-11-26  Ingrid Halama  <iha@openoffice.org>  [deb2b34a38b0a055293b1e4d89b279948ef51ae4]

        .

2003-11-26  Armin Weiss  <aw@openoffice.org>  [56f2ab808ec8b0ce9aed1acd042123b87006ad60]

        Added support for B3DPolyPOlygon, moved BDRange from source/inc to range namespace and the directories

2003-11-26  Armin Weiss  <aw@openoffice.org>  [c4068e1d9c41fb4a08498c6318684226076bc56c]

        BDRange no longer needed, moved to namespace range and the directories there

2003-11-26  Armin Weiss  <aw@openoffice.org>  [fc4520995d1993f4f12d2dbb876226da341914b3]

        Added support for B3DPolygons

2003-11-26  Armin Weiss  <aw@openoffice.org>  [f3d97240690f48c34ed51147ea1351f78a628dd8]

        Moved BasicRange header and implementation to range namespace and directories

2003-11-26  Armin Weiss  <aw@openoffice.org>  [449096b836cec495ca278fc628b955c3a62bd6cd]

        Added B3DPolygon support

2003-11-26  Ingrid Halama  <iha@openoffice.org>  [236630efd0044d5dc5bb016109d9bffb1dffec07]

        ensure max > min

2003-11-26  Ingrid Halama  <iha@openoffice.org>  [b1df093930fc63a20ef2a264fbd9e326015028ac]

        don't divide through 0

2003-11-26  Björn Milcke  <bm@openoffice.org>  [45ae4849a20147b263e44501c87a22521a7e046e]

        relative font sizes for data points

2003-11-26  Björn Milcke  <bm@openoffice.org>  [d00bc76848fe5449f784a7affcb9a08f19065c87]

        access to 0-pointer in execute_Paint (thread-safety still missing)

2003-11-26  Björn Milcke  <bm@openoffice.org>  [a7c5de7d863d61f45c89da442cdd5c0a056348d5]

        three scale-groups for 3d pie

2003-11-26  Mikhail Voitenko  <mav@openoffice.org>  [5d64757c7a5df2d3cb9b36d18f44932df15e5b3f]

        #112923# ole link breaking

2003-11-26  Rüdiger Timm  <rt@openoffice.org>  [26e9482dd94a6745d026bb0d37a70a9504eac04b]

        #100000# libswd: errhdl.obj needed for non-product builds. Necessary because of recent change in inc/iodetect.cxx, which gets included by swdet2.cxx

2003-11-26  Rüdiger Timm  <rt@openoffice.org>  [4821bedbfb628b2f5ecfbc0c11b4a3343af5952a]

        #100000# undo last change

2003-11-25  Kurt Zenker  <kz@openoffice.org>  [cd691a642afbde6d2c4a3513e4d2cbe8df7bf5d3]

        new version for SRC680

2003-11-25  Ingrid Halama  <iha@openoffice.org>  [c8d862c71ab715b7102c9eaffbeb1178a25f6959]

        correct Y scaling for xy scatter chart

2003-11-25  Ingrid Halama  <iha@openoffice.org>  [e72709e7e1aeaf0aa1258e8f848d3dcf2ddc7b78]

        correct drag mode in selection handling

2003-11-25  Ingrid Halama  <iha@openoffice.org>  [70a0a6d0cfc6b1bd9c3611920bccfa78deeedb0e]

        group 3D walls together for better selection handling

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [84ec01f4542d7a3f01aec7e84c9affde12d7f833]

        #100000# libswd: errhdl.obj needed for symbol AssertFail

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [9c48b708246e01e7a1efccd90c0f242513e3713a]

        new version for SRC680

2003-11-25  Mikhail Voitenko  <mav@openoffice.org>  [883d995bd3317de242580fe94c910abe743a0ee6]

        #112923# storage switching for OOo embedded object

2003-11-25  Björn Milcke  <bm@openoffice.org>  [15e00581dc86317b8b46722da8d4883d53834f74]

        FontSizes with ReferenceSize implemented for dialog

2003-11-25  Kurt Zenker  <kz@openoffice.org>  [3c6ecdee66906dfe3bc6dcdcfb37b9f8f88bf38c]

        new version for SRC680

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [50e4a017c4e988f58efe5e5556e4e63acf6bddd5]

        #100000#

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [0058a31109852a1b0fcec6417973965924298625]

        SRC680

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [17dce0282a6f8e0bde490f656203221d3114db0e]

        INTEGRATION: CWS os23 (1.27.262); FILE MERGED 2003/11/05 10:48:18 tl 1.27.262.1: #112856# and others; item set range fixed (set to RES_CHRATR_BEGIN, RES_FRMATR_END - 1)

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [4c5a0eade69cc8e81302a4bfecf0337caf32cbd8]

        INTEGRATION: CWS os23 (1.32.24); FILE MERGED 2003/11/03 13:57:35 os 1.32.24.1: #109566# return true in MoveOrCopyContents also for moved pooled styles

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [0fc8eee3c20bd9beb144a6682195cae782119019]

        INTEGRATION: CWS valgrind01 (1.20.170); FILE MERGED 2003/11/05 11:44:00 hr 1.20.170.1: #i20184#: fix uninitialized local variables

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [ae40de88891ea4d7c3104d6fdea100a6a51a0365]

        INTEGRATION: CWS valgrind01 (1.12.196); FILE MERGED 2003/10/13 14:45:07 hr 1.12.196.1: #i20184#: initialize nValue before feeding it to lcl_xmloff_setAny() (5 locations)

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [7b109f7f6ae663f8c934c84083cd011c13080e84]

        INTEGRATION: CWS valgrind01 (1.8.180); FILE MERGED 2003/10/13 14:51:29 hr 1.8.180.1: #i20184#: property may have invalidated index (-1), check before using it

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [f3e1a1a05d243dc6ccdf8d4b0584aa2412a87957]

        INTEGRATION: CWS os23 (1.42.214); FILE MERGED 2003/11/03 11:54:54 os 1.42.214.1: #i21436# font name box width increased

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [eb1f17c74e1a8fd33da5766bc4a788e551d1d411]

        INTEGRATION: CWS valgrind01 (1.33.18); FILE MERGED 2003/10/14 13:09:46 hr 1.33.18.1: #i20184#: initialize member before calling CreateFromSVMenu

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [c9ce83c0651cbb6f290ab36402896c06ddec1b85]

        INTEGRATION: CWS valgrind01 (1.18.24); FILE MERGED 2003/11/03 13:05:31 hr 1.18.24.1: #i20184#: initialize bIsPrintJobCancelable member of SfxObjectShell_Impl

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [991b16238225121fbc7bb09f9fa10b40a2a1eff3]

        INTEGRATION: CWS valgrind01 (1.44.162); FILE MERGED 2003/11/04 18:05:54 hr 1.44.162.1: #i20184#: ScDocFunc::PutCell(): ensure initialization of bHeight

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [00208d5dcdac95bfca76a8d6261a807deb59f161]

        INTEGRATION: CWS valgrind01 (1.25.152); FILE MERGED 2003/11/04 17:31:21 hr 1.25.152.1: #i20184#: ensure proper initialization

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [616f512d4cdd775142251493fa47f13d61140bd9]

        INTEGRATION: CWS os23 (1.28.74); FILE MERGED 2003/11/07 15:19:10 os 1.28.74.1: #i19213# switch off automatic vertical scrolling in preview mode

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [453c1db970128acc7d9f138c66cb74e3ea03958b]

        INTEGRATION: CWS os23 (1.71.58); FILE MERGED 2003/11/03 10:16:38 os 1.71.58.1: #112650# always provide XNumberFormatter and XNumberFormatsSupplier

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [7ec0a82de529ce0678c00a9ed54068111d18d810]

        INTEGRATION: CWS os23 (1.41.262); FILE MERGED 2003/10/31 11:34:39 mib 1.41.262.1: #i18761# appication -> application

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [6c745bed88a7df32248e69a8294cf54c0a1776e6]

        INTEGRATION: CWS os23 (1.22.262); FILE MERGED 2003/10/28 14:45:10 tl 1.22.262.1: #i21335# SwXText::compareRegion*() fixed

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [ea0fc89e5e481c7540fcc8502f26bf71289f69e9]

        INTEGRATION: CWS os23 (1.8.262); FILE MERGED 2003/10/28 09:06:57 os 1.8.262.1: #i21439# invalid memory initialization removed

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [fe078f2745f01426f034920eec3927210421154b]

        INTEGRATION: CWS valgrind01 (1.45.22); FILE MERGED 2003/11/03 15:41:54 hr 1.45.22.1: #i20184#: initialize buffer before writing to a stream

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [7785306efcb92242faebaad16026bb4e8523bd9a]

        INTEGRATION: CWS os23 (1.38.60); FILE MERGED 2003/10/28 14:45:10 tl 1.38.60.1: #i21335# SwXText::compareRegion*() fixed

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [1f69c510cb956e4acd2945854f4eea7ad057e489]

        INTEGRATION: CWS valgrind01 (1.122.18); FILE MERGED 2003/11/03 18:54:45 hr 1.122.18.2: RESYNC: (1.122-1.123); FILE MERGED 2003/09/26 14:03:17 hr 1.122.18.1: #i20184#: Initialize aLanguageType before passing it to ResMgr::SearchCreateResMgr(). Thanks to Julian Seward for providing a patch.

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [c446e2e47f76cf715da79498523acd24109f3e5b]

        INTEGRATION: CWS os23 (1.69.62); FILE MERGED 2003/11/05 10:48:16 tl 1.69.62.1: #112856# and others; item set range fixed (set to RES_CHRATR_BEGIN, RES_FRMATR_END - 1)

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [eba784710e92597282a2284b56dce3a45ac38776]

        INTEGRATION: CWS os23 (1.153.86); FILE MERGED 2003/11/06 12:17:21 tl 1.153.86.2: #112864# property map for SwXCellRange fixed 2003/11/06 10:16:36 tl 1.153.86.1: #112862# property map for SwXTextTableCursor fixed

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [f4f5a870473614eed2d04e16e2df33d3b6daa09a]

        INTEGRATION: CWS os23 (1.74.10); FILE MERGED 2003/11/07 13:42:55 os 1.74.10.2: RESYNC: (1.74-1.75); FILE MERGED 2003/11/03 09:32:06 fme 1.74.10.1: #i21708# No assertion about missing leading values if shell is missing

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [9a7e6e269ddcb151154caef54ac7c4a4df888b07]

        INTEGRATION: CWS os23 (1.15.182); FILE MERGED 2003/10/30 11:46:05 fme 1.15.182.1: #i18463# Some attributes from the paragraph font should not be considered for the numbering or bullet font

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [1de9e18ac79d842d0c7645f39cb098d89eafa0e5]

        INTEGRATION: CWS os23 (1.35.10); FILE MERGED 2003/11/03 13:56:50 fme 1.35.10.1: #i21910# CheckSpecialUnderline - New criteria for isolated underlining

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [8ddc7e9150d7732d3d0ba6411fea79902089a43e]

        INTEGRATION: CWS os23 (1.39.262); FILE MERGED 2003/11/07 13:43:36 os 1.39.262.2: RESYNC: (1.39-1.40); FILE MERGED 2003/10/30 10:08:20 fme 1.39.262.1: #i21815# Do not add extra italic value for isolated blanks

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [3feb8e9b3529fdcea5f8009d4b771a1084034745]

        INTEGRATION: CWS os23 (1.39.10); FILE MERGED 2003/11/07 13:43:43 os 1.39.10.2: RESYNC: (1.39-1.40); FILE MERGED 2003/10/30 08:50:15 fme 1.39.10.1: #110213# Removed Sound::Beep for undersized frames

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [e31c2b4225840b5b8d93cf95ba5c994127cccda3]

        INTEGRATION: CWS valgrind01 (1.1.146); FILE MERGED 2003/10/10 13:41:32 hr 1.1.146.1: #i20184#: initialize all members of oslProcessInfo struct before feeding it to the random generator

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [ae5f17ea28f159f1421c4fc9bbde0bcc07b044c3]

        INTEGRATION: CWS os23 (1.69.176); FILE MERGED 2003/10/30 08:49:52 fme 1.69.176.1: #110213# Removed Sound::Beep for undersized frames

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [42d47843e9be58b2c802a78113c5a8b4437ebb2f]

        INTEGRATION: CWS valgrind01 (1.2.178); FILE MERGED 2003/10/10 13:55:21 hr 1.2.178.1: #i20184#: don't feed uninitialized stack variables and buffers to the           entropy pool, as this triggers memory checkers like valgrind           and purify

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [5df2f0c88d0e829f52f89a279afa9301d5d291ad]

        INTEGRATION: CWS os23 (1.3.464); FILE MERGED 2003/10/29 09:10:08 tl 1.3.464.1: #i21335# SwXText::compareRegion*() fixed

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [65852961fc84f2cd1d97ae93722d14a39c9e57ff]

        INTEGRATION: CWS valgrind01 (1.7.72); FILE MERGED 2003/09/26 12:42:02 hr 1.7.72.1: #i20184#: fix overlapping buffers problem detected by valgrind, basic error checks

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [7c3987981b00c84ae79a5452310202425b72349a]

        INTEGRATION: CWS valgrind01 (1.7.82); FILE MERGED 2003/11/04 14:04:42 hr 1.7.82.1: #i20184#: initialize m_Module in all ctors of Module

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [ab0ddd8f5c6e1f209877eb0b6d5c67a521a1f8da]

        INTEGRATION: CWS valgrind01 (1.74.10); FILE MERGED 2003/10/01 12:33:13 hr 1.74.10.1: #i20184#: remove compare with uninitialzed values isVolume and isDirectory

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [a196d5d24c4eb46d47d9d2575d6392a447d13586]

        INTEGRATION: CWS valgrind01 (1.5.72); FILE MERGED 2003/10/28 19:04:09 hr 1.5.72.1: #i20184#: SbiProcDef::Match(): initialize pn

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [0c3134999f21461b2cdc9f471e3f2e39bc73bd42]

        INTEGRATION: CWS valgrind01 (1.11.160); FILE MERGED 2003/09/26 12:27:54 hr 1.11.160.1: #i20184#: fix off by one error detected by valgrind

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [7f99a38fe10dfcb7f4c568442eeb49dbfab6425e]

        INTEGRATION: CWS valgrind01 (1.13.60); FILE MERGED 2003/09/30 12:18:24 hr 1.13.60.1: #i20184#: SvStream::ReadLine(): check the return value of Read(). Thanks to Lulian Seward for providing a patch.

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [bf626ef92b6537dd164266323d8e9e783daae5fb]

        INTEGRATION: CWS valgrind01 (1.58.70); FILE MERGED 2003/10/14 08:54:48 hr 1.58.70.1: #i20184#: move _CreateScrollbar() calls after the member initialization block ib SwView

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [fc51799590748e627e058893c8b5629d4e0b5090]

        INTEGRATION: CWS valgrind01 (1.45.22); FILE MERGED 2003/11/12 16:51:33 hr 1.45.22.2: RESYNC: (1.45-1.46); FILE MERGED 2003/11/03 18:52:44 hr 1.45.22.1: #i20184#: initialize bOrgChg in all SwFont ctors

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [6837ba2b4810e8c22137e045239651be6dfceb92]

        INTEGRATION: CWS valgrind01 (1.31.240); FILE MERGED 2003/11/12 16:56:27 hr 1.31.240.2: RESYNC: (1.31-1.32); FILE MERGED 2003/11/12 13:17:47 hr 1.31.240.1: #i20184#: changed initialization of SwDrawTextInfo

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [26898718034e44e2e4dbec296637301f938c263f]

        INTEGRATION: CWS valgrind01 (1.3.30); FILE MERGED 2003/11/11 10:36:13 hr 1.3.30.2: #i20184#: include errhdl.hxx 2003/11/11 10:13:28 cmc 1.3.30.1: buffer of len 4098, but only terminated if <= 80 bytes read, nonsensical

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [c95843cb4f950442636559c64898a6f39db16301]

        INTEGRATION: CWS valgrind01 (1.2.88); FILE MERGED 2003/10/30 17:43:00 hr 1.2.88.1: #i20184#: JobData::getStreamBuffer() return buffer tailored to the actual size of the stream instead to the size of the stream buffer

2003-11-25  Rüdiger Timm  <rt@openoffice.org>  [4a34a3b73e24da0a1cdaf4caf8b7ea928d56dcd8]

        INTEGRATION: CWS valgrind01 (1.64.14); FILE MERGED 2003/10/01 11:31:15 hr 1.64.14.1: #i20184#: initialize member m_aCurrentDropWindow before using it

2003-11-25  Björn Milcke  <bm@openoffice.org>  [406532be9af91ab2ba0fd4167c6d1b7b6c8f7e6c]

        DeepStacking for LineChart

2003-11-25  Björn Milcke  <bm@openoffice.org>  [bb0ba7f1f7cc528a7ce4b30eb13303142eba21f0]

        compilation error on Linux

2003-11-24  Daniel Vogelheim  <dvo@openoffice.org>  [ec7a867f0a31b574ae86c2e63f085a79f94dccaf]

        #112673# updated source to latest version; presumably contains fix for #106457#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [97d465081f1660d098091bc51715817e49b3d0ed]

        INTEGRATION: CWS aw003 (1.170.26); FILE MERGED 2003/08/20 09:59:50 aw 1.170.26.5: RESYNC: (1.174-1.176); FILE MERGED 2003/06/30 15:58:44 aw 1.170.26.4: RESYNC: (1.170-1.174); FILE MERGED 2003/06/20 13:36:04 pl 1.170.26.3: #110094# respect logic coordinates in ExpandPaintClipRegion 2003/06/20 12:52:45 pl 1.170.26.2: #110094# respect logic coordinates in ExpandPaintClipRegion 2003/06/20 09:15:11 pl 1.170.26.1: #110094# add: ExpandPaintClipRegion

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [5d3e08767d03b0c4ce7eb31440c8de3a69ad670e]

        INTEGRATION: CWS aw003 (1.9.54); FILE MERGED 2003/11/05 09:10:55 aw 1.9.54.8: resolved one more conflict 2003/11/04 17:34:16 aw 1.9.54.7: RESYNC: (1.9-1.10); FILE MERGED 2003/08/14 11:55:57 thb 1.9.54.6: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/07/28 18:03:56 thb 1.9.54.5: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 16:32:17 thb 1.9.54.4: #110958# Changed constructor 2003/07/28 14:51:20 thb 1.9.54.3: #110958# Initialize flag 2003/07/28 14:33:04 thb 1.9.54.2: #110958# Now using a separate constructor, to remain compatible 2003/07/28 14:00:01 thb 1.9.54.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [ee9b8719787f1ef6c627b4a1219fca6805c7aba1]

        INTEGRATION: CWS aw003 (1.10.68); FILE MERGED 2003/10/07 19:11:16 aw 1.10.68.2: RESYNC: (1.10-1.11); FILE MERGED 2003/07/28 18:03:56 thb 1.10.68.1: #110958# Removed several set* inlines, to intercept them for alpha vdev painting

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a2e0beaa03491dccfa371dffe3e2d2b6dd71b1a0]

        INTEGRATION: CWS aw003 (1.5.76); FILE MERGED 2003/08/07 08:07:40 thb 1.5.76.3: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 16:32:17 thb 1.5.76.2: #110958# Changed constructor 2003/07/28 14:00:01 thb 1.5.76.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1af891cca2f7624bd2fd6e44a777d58eaddfd830]

        INTEGRATION: CWS aw003 (1.3.82); FILE MERGED 2003/07/28 14:00:01 thb 1.3.82.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7e25590f7e973dc1ff1500849c51bde479856404]

        INTEGRATION: CWS aw003 (1.13.82); FILE MERGED 2003/10/07 19:11:09 aw 1.13.82.5: RESYNC: (1.13-1.14); FILE MERGED 2003/09/02 16:48:13 thb 1.13.82.4: #110958# Handling background vdevs special, if destination is alpha vdev -> then, background vdev must be alpha, too 2003/08/14 11:55:56 thb 1.13.82.3: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/08/07 08:07:40 thb 1.13.82.2: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 14:00:00 thb 1.13.82.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d4718ad155189c5017598f2e9e21681549a59863]

        INTEGRATION: CWS aw003 (1.151.12); FILE MERGED 2003/11/21 10:45:24 aw 1.151.12.7: RESYNC: (1.157-1.158); FILE MERGED 2003/11/04 17:34:00 aw 1.151.12.6: RESYNC: (1.156-1.157); FILE MERGED 2003/10/07 19:11:00 aw 1.151.12.5: RESYNC: (1.155-1.156); FILE MERGED 2003/10/06 17:27:52 thb 1.151.12.4: #110958# Alpha painting with solid color is always opaque 2003/08/20 10:01:34 aw 1.151.12.3: RESYNC: (1.151-1.155); FILE MERGED 2003/08/07 08:07:39 thb 1.151.12.2: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 13:59:59 thb 1.151.12.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b940416849e5fc0b4b91a1df278936ad3c3dcf86]

        INTEGRATION: CWS aw003 (1.13.58); FILE MERGED 2003/09/02 16:48:12 thb 1.13.58.8: #110958# Handling background vdevs special, if destination is alpha vdev -> then, background vdev must be alpha, too 2003/08/19 16:57:58 aw 1.13.58.7: #111096# 2003/08/15 08:51:24 thb 1.13.58.6: #110958# Setting the alpha bit depth, when doing transitive alpha blitting 2003/08/14 11:55:56 thb 1.13.58.5: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/08/07 08:07:39 thb 1.13.58.4: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 18:03:55 thb 1.13.58.3: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 16:32:17 thb 1.13.58.2: #110958# Changed constructor 2003/07/28 13:59:59 thb 1.13.58.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [abc73d32a2f73764a6f20ff826cee8b1a709cdf8]

        INTEGRATION: CWS aw003 (1.23.58); FILE MERGED 2003/10/07 19:10:52 aw 1.23.58.6: RESYNC: (1.23-1.24); FILE MERGED 2003/09/02 16:47:27 thb 1.23.58.5: #110958# Added alpha channel query methods 2003/08/14 11:55:55 thb 1.23.58.4: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/07/28 18:07:59 thb 1.23.58.3: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 18:03:55 thb 1.23.58.2: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 13:59:58 thb 1.23.58.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [cce301dabd992b5df48ce589b86def65104c070a]

        INTEGRATION: CWS aw003 (1.10.202); FILE MERGED 2003/08/07 08:07:38 thb 1.10.202.1: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [943fe35485ef9cd11554f73e12783fc2315e5aa5]

        INTEGRATION: CWS aw003 (1.11.138); FILE MERGED 2003/06/06 13:02:52 aw 1.11.138.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1c528772bfa2eaabf1ed19be38184eb5fc02f1de]

        INTEGRATION: CWS aw003 (1.29.20); FILE MERGED 2003/10/14 08:09:58 aw 1.29.20.2: #111111# 2003/06/04 17:05:43 aw 1.29.20.1: #109985# Necessary changes to make SC use the DrawingLayer for painting the draw objects. Now, RedrawOneLayer() is used from sc.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [561ec244b4fc50bcbad80c0f33c5ba49974d254b]

        INTEGRATION: CWS aw003 (1.3.160); FILE MERGED 2003/07/24 14:05:34 aw 1.3.160.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d9081cbfc5c1bad1d38aae3ce6c4e645854f1215]

        INTEGRATION: CWS aw003 (1.8.134); FILE MERGED 2003/10/14 08:09:58 aw 1.8.134.2: #111111# 2003/06/04 17:05:43 aw 1.8.134.1: #109985# Necessary changes to make SC use the DrawingLayer for painting the draw objects. Now, RedrawOneLayer() is used from sc.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [fbe45c3526d01b34933e7fc3b3465794015adc12]

        INTEGRATION: CWS aw003 (1.4.140); FILE MERGED 2003/10/23 14:40:26 aw 1.4.140.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 11:24:12 aw 1.4.140.2: #111097# 2003/07/25 16:17:08 aw 1.4.140.1: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c7af941247642cf4e41659efad17a078125113c6]

        INTEGRATION: CWS aw003 (1.19.46); FILE MERGED 2003/10/16 08:14:41 aw 1.19.46.1: #111111#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [4c87ae69669948688966c38f598628f69d419e4e]

        INTEGRATION: CWS aw003 (1.6.18); FILE MERGED 2003/10/14 08:09:57 aw 1.6.18.3: #111111# 2003/10/07 11:24:09 aw 1.6.18.2: #111097# 2003/06/04 17:05:43 aw 1.6.18.1: #109985# Necessary changes to make SC use the DrawingLayer for painting the draw objects. Now, RedrawOneLayer() is used from sc.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7ebf9534ff18b0a332773f0af83b5436f21d3041]

        INTEGRATION: CWS aw003 (1.20.20); FILE MERGED 2003/10/23 14:40:26 aw 1.20.20.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 11:24:08 aw 1.20.20.2: #111097# 2003/07/25 16:17:08 aw 1.20.20.1: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0491e88cf7134ed02c3da9cad190268d045522dc]

        INTEGRATION: CWS aw003 (1.2.174); FILE MERGED 2003/07/24 14:05:34 aw 1.2.174.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [e225e347517cbc7c0cafac6590fc3523177fe423]

        INTEGRATION: CWS aw003 (1.9.26); FILE MERGED 2003/10/23 14:40:25 aw 1.9.26.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a7b7a710eb92a28d1150a222c3318b9d5eca8a7e]

        INTEGRATION: CWS aw003 (1.8.20); FILE MERGED 2003/06/04 17:05:42 aw 1.8.20.1: #109985# Necessary changes to make SC use the DrawingLayer for painting the draw objects. Now, RedrawOneLayer() is used from sc.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [67880f67bddcc0856570576363b785ebce5eaf0a]

        INTEGRATION: CWS aw003 (1.7.26); FILE MERGED 2003/06/04 17:05:41 aw 1.7.26.1: #109985# Necessary changes to make SC use the DrawingLayer for painting the draw objects. Now, RedrawOneLayer() is used from sc.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [40b4efb683bedb51907b3f10ac4eebd3b5b49b04]

        INTEGRATION: CWS aw003 (1.2.164); FILE MERGED 2003/07/25 16:17:07 aw 1.2.164.1: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b6d58ac36f7a00fb8a8b3c1864360add6561b186]

        INTEGRATION: CWS aw003 (1.13.130); FILE MERGED 2003/06/06 13:02:51 aw 1.13.130.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [981830e4307f924277ef309dea3934981c67d09c]

        INTEGRATION: CWS aw003 (1.6.130); FILE MERGED 2003/06/06 13:02:51 aw 1.6.130.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [5672ae3392bc8e8bc60ee36e8fb00b3530392b98]

        INTEGRATION: CWS aw003 (1.4.138); FILE MERGED 2003/06/06 13:02:50 aw 1.4.138.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [38810683ba15b18765ad4c1e2b2d856bba22a760]

        INTEGRATION: CWS aw003 (1.17.20); FILE MERGED 2003/06/06 13:02:49 aw 1.17.20.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [8758c59dd3f054d561f3d233b3f27a9cd9ef8221]

        INTEGRATION: CWS aw003 (1.54.10); FILE MERGED 2003/11/21 10:31:33 aw 1.54.10.6: RESYNC: (1.59-1.60); FILE MERGED 2003/11/04 17:18:52 aw 1.54.10.5: RESYNC: (1.58-1.59); FILE MERGED 2003/10/07 18:40:13 aw 1.54.10.4: RESYNC: (1.56-1.58); FILE MERGED 2003/08/20 10:46:16 aw 1.54.10.3: RESYNC: (1.55-1.56); FILE MERGED 2003/06/30 17:13:31 aw 1.54.10.2: RESYNC: (1.54-1.55); FILE MERGED 2003/06/06 13:02:48 aw 1.54.10.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0d403a220366ee448adf8e8218268cd5990383ab]

        INTEGRATION: CWS aw003 (1.9.16); FILE MERGED 2003/10/23 14:40:23 aw 1.9.16.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9bacc21bc5d6ff48375b0814d71cad8ecd3efbbb]

        INTEGRATION: CWS aw003 (1.6.152); FILE MERGED 2003/10/23 14:40:21 aw 1.6.152.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [05c9e8b87ba5c8a31b6a02e0e6050a2aaccc7a5e]

        INTEGRATION: CWS aw003 (1.3.8); FILE MERGED 2003/11/21 10:41:41 aw 1.3.8.5: RESYNC: (1.8-1.9); FILE MERGED 2003/11/04 17:20:42 aw 1.3.8.4: RESYNC: (1.7-1.8); FILE MERGED 2003/10/07 18:48:31 aw 1.3.8.3: RESYNC: (1.5-1.7); FILE MERGED 2003/08/20 10:51:11 aw 1.3.8.2: RESYNC: (1.3-1.5); FILE MERGED 2003/07/02 08:21:35 aw 1.3.8.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [21650187d151f5b3b04c0c3040cb5d139176418d]

        INTEGRATION: CWS aw003 (1.25.26); FILE MERGED 2003/11/21 10:39:17 aw 1.25.26.4: RESYNC: (1.27-1.28); FILE MERGED 2003/10/07 18:47:03 aw 1.25.26.3: RESYNC: (1.26-1.27); FILE MERGED 2003/06/30 17:20:17 aw 1.25.26.2: RESYNC: (1.25-1.26); FILE MERGED 2003/06/06 13:02:47 aw 1.25.26.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c6fb833eec58a3d074812adedc5330bbe72f1541]

        INTEGRATION: CWS aw003 (1.11.26); FILE MERGED 2003/07/24 14:05:33 aw 1.11.26.2: #110094# Adaptions for DrawingLayer changes 2003/06/06 13:02:45 aw 1.11.26.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [34542ce1789317922a6536d2fa9a9ba7111db2bf]

        INTEGRATION: CWS aw003 (1.20.26); FILE MERGED 2003/11/07 13:45:17 aw 1.20.26.4: #111111# SetChanged(...) parameter change 2003/10/23 14:40:18 aw 1.20.26.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 18:51:37 aw 1.20.26.2: RESYNC: (1.20-1.21); FILE MERGED 2003/06/06 13:02:44 aw 1.20.26.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [4662d3ed26bbc321cf7f885bbb1ca5b6acf7f2c8]

        INTEGRATION: CWS aw003 (1.19.138); FILE MERGED 2003/10/23 14:40:18 aw 1.19.138.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 18:51:17 aw 1.19.138.2: RESYNC: (1.19-1.20); FILE MERGED 2003/06/04 17:05:40 aw 1.19.138.1: #109985# Necessary changes to make SC use the DrawingLayer for painting the draw objects. Now, RedrawOneLayer() is used from sc.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d2d5e4d096e42ce9864a0b80e3f8805f9b6e06d4]

        INTEGRATION: CWS aw003 (1.17.138); FILE MERGED 2003/10/23 14:40:17 aw 1.17.138.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 18:51:10 aw 1.17.138.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/24 14:05:32 aw 1.17.138.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c54f1b212eb090835bf184880aad5bdc24f54135]

        INTEGRATION: CWS aw003 (1.8.132); FILE MERGED 2003/11/07 13:44:45 aw 1.8.132.1: #111111# SetChanged(...) parameter change

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d44d2ef6a5388d0e31690a0583fff0ae02a607eb]

        INTEGRATION: CWS aw003 (1.67.20); FILE MERGED 2003/11/04 17:29:38 aw 1.67.20.3: RESYNC: (1.68-1.69); FILE MERGED 2003/10/07 18:59:27 aw 1.67.20.2: RESYNC: (1.67-1.68); FILE MERGED 2003/06/04 17:05:39 aw 1.67.20.1: #109985# Necessary changes to make SC use the DrawingLayer for painting the draw objects. Now, RedrawOneLayer() is used from sc.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f6e8d4a16131ce68cf5c155816355a33fd0d53d5]

        INTEGRATION: CWS aw003 (1.21.24); FILE MERGED 2003/06/30 16:42:38 aw 1.21.24.2: RESYNC: (1.21-1.22); FILE MERGED 2003/06/30 13:35:48 aw 1.21.24.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c4fb09cd49115235b31057de25042ad9ae946d48]

        INTEGRATION: CWS aw003 (1.28.18); FILE MERGED 2003/08/01 08:23:06 aw 1.28.18.2: #111111# Changes to SdrPageObj and SdrPage 2003/07/30 16:02:32 aw 1.28.18.1: #110094# Further DrawingLayer adaptions

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [034637887f6f8454f0139638dbab4e5bba20660f]

        INTEGRATION: CWS aw003 (1.2.136); FILE MERGED 2003/06/30 13:35:47 aw 1.2.136.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [4892fa332275df4d4e3d4cad41ff7cd19d40cad4]

        INTEGRATION: CWS aw003 (1.24.24); FILE MERGED 2003/06/30 16:41:57 aw 1.24.24.2: RESYNC: (1.24-1.25); FILE MERGED 2003/06/30 13:35:46 aw 1.24.24.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [bdb45bba651f7b710b4d4673dbbf54905422cc6a]

        INTEGRATION: CWS aw003 (1.13.116); FILE MERGED 2003/10/23 14:42:12 aw 1.13.116.2: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/06/06 13:05:48 aw 1.13.116.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [416bcef8d32c4398e4a9b6e84536a7ab82f2f729]

        INTEGRATION: CWS aw003 (1.47.24); FILE MERGED 2003/10/23 14:42:11 aw 1.47.24.2: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/06/06 13:05:48 aw 1.47.24.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [261dbab20359c03ef84c7fd9357df8911ee6f908]

        INTEGRATION: CWS aw003 (1.23.26); FILE MERGED 2003/06/06 13:05:47 aw 1.23.26.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0bea69ada809bbcb0c4c25d370c0ba6c2a4b8247]

        INTEGRATION: CWS aw003 (1.24.26); FILE MERGED 2003/06/30 16:41:39 aw 1.24.26.2: RESYNC: (1.24-1.25); FILE MERGED 2003/06/06 13:05:47 aw 1.24.26.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [de373a829857666d0a42972751e58475052af7a6]

        INTEGRATION: CWS aw003 (1.45.24); FILE MERGED 2003/07/24 14:07:15 aw 1.45.24.3: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:41:32 aw 1.45.24.2: RESYNC: (1.45-1.46); FILE MERGED 2003/06/06 13:05:46 aw 1.45.24.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9cce35626a49e65502b2cbd460fe785a9778bfd4]

        INTEGRATION: CWS aw003 (1.16.24); FILE MERGED 2003/06/30 13:35:45 aw 1.16.24.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6e5980a93b781b21240474e43b1086e9cddb2026]

        INTEGRATION: CWS aw003 (1.11.24); FILE MERGED 2003/11/04 17:06:14 aw 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2003/06/06 13:05:46 aw 1.11.24.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [8ffd6534d975e7b363a579b2c57a7789c0a113c1]

        INTEGRATION: CWS aw003 (1.26.22); FILE MERGED 2003/08/19 16:30:30 aw 1.26.22.3: #111096# 2003/06/30 16:40:49 aw 1.26.22.2: RESYNC: (1.26-1.28); FILE MERGED 2003/06/30 13:35:45 aw 1.26.22.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b5867d8c45855d8f3c8f889dfea91df7a5010fad]

        INTEGRATION: CWS aw003 (1.19.116); FILE MERGED 2003/10/23 14:42:10 aw 1.19.116.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/06/30 16:40:30 aw 1.19.116.2: RESYNC: (1.19-1.20); FILE MERGED 2003/06/06 13:05:45 aw 1.19.116.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [bc185b620d34e17430a96067b8602cc9c21f3005]

        INTEGRATION: CWS aw003 (1.23.24); FILE MERGED 2003/10/07 17:46:44 aw 1.23.24.6: RESYNC: (1.24-1.25); FILE MERGED 2003/10/07 11:28:50 aw 1.23.24.5: #111097# 2003/07/25 16:18:36 aw 1.23.24.4: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases 2003/06/30 16:40:13 aw 1.23.24.3: RESYNC: (1.23-1.24); FILE MERGED 2003/06/30 13:35:44 aw 1.23.24.2: #110094# 2003/06/06 13:05:45 aw 1.23.24.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f2519a567f7fe700ce3444f4120dd0f1a5e92754]

        INTEGRATION: CWS aw003 (1.2.18); FILE MERGED 2003/08/20 10:26:06 aw 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2003/07/02 09:08:56 aw 1.2.18.1: #110094#-7 // Remove MasterPagePaintCache

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1328cbcdbb58efa2953198a269cb31bb4838656d]

        INTEGRATION: CWS aw003 (1.10.150); FILE MERGED 2003/06/06 13:05:44 aw 1.10.150.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6cb2f8f6508be5e868e694c8ef08fef5459918f0]

        INTEGRATION: CWS aw003 (1.55.120); FILE MERGED 2003/07/24 14:07:14 aw 1.55.120.3: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:42:45 aw 1.55.120.2: RESYNC: (1.55-1.56); FILE MERGED 2003/06/06 13:05:44 aw 1.55.120.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [56c8a56c55994f070e85bfd451721c1f0675b750]

        INTEGRATION: CWS aw003 (1.64.4); FILE MERGED 2003/10/07 17:49:05 aw 1.64.4.3: RESYNC: (1.64-1.65); FILE MERGED 2003/10/07 11:28:46 aw 1.64.4.2: #111097# 2003/07/25 16:18:36 aw 1.64.4.1: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [2163808c194b2223f59e2d039db3598d28bad17f]

        INTEGRATION: CWS aw003 (1.3.136); FILE MERGED 2003/07/24 14:07:13 aw 1.3.136.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0639c3a64b19903a9bf815a444ed20aaa611b613]

        INTEGRATION: CWS aw003 (1.2.26); FILE MERGED 2003/07/24 14:07:13 aw 1.2.26.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c1d6df10c4a8d2cc8e42f516c97051b8ad2305ab]

        INTEGRATION: CWS aw003 (1.9.116); FILE MERGED 2003/10/23 14:42:08 aw 1.9.116.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b0952471033fdeea7e696cf10a2e429a82bf7f30]

        INTEGRATION: CWS aw003 (1.38.24); FILE MERGED 2003/06/30 16:44:39 aw 1.38.24.2: RESYNC: (1.38-1.39); FILE MERGED 2003/06/06 13:05:40 aw 1.38.24.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [583af6075119edbeb669c026e5c5ed57d60b7cc4]

        INTEGRATION: CWS aw003 (1.14.26); FILE MERGED 2003/07/24 14:07:12 aw 1.14.26.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [ab7106e89d1f45377fe8d7fc8607d669e2d90e8c]

        INTEGRATION: CWS aw003 (1.3.124); FILE MERGED 2003/06/06 13:05:40 aw 1.3.124.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c4d4a1498555c333460c12b38241b05da290a36b]

        INTEGRATION: CWS aw003 (1.20.24); FILE MERGED 2003/06/06 13:05:38 aw 1.20.24.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [bef3289839b8a1be2207d799b41e3548cb79e88c]

        INTEGRATION: CWS aw003 (1.14.26); FILE MERGED 2003/07/24 14:07:12 aw 1.14.26.2: #110094# Adaptions for DrawingLayer changes 2003/06/06 13:05:37 aw 1.14.26.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [dea94f71b6bd769cf4708d8ecbc8cdfca449adcf]

        INTEGRATION: CWS aw003 (1.3.152); FILE MERGED 2003/06/06 13:05:37 aw 1.3.152.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [93cc975553090eb2706d57cae8df9359b4f20d6b]

        INTEGRATION: CWS aw003 (1.7.124); FILE MERGED 2003/06/06 13:05:37 aw 1.7.124.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c29a5f2394b334563476c1fa1f9dce126ca61337]

        INTEGRATION: CWS aw003 (1.6.138); FILE MERGED 2003/06/06 13:05:36 aw 1.6.138.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [ee54a02311aedccdaa854e3192f2700604db1247]

        INTEGRATION: CWS aw003 (1.17.26); FILE MERGED 2003/11/04 17:07:30 aw 1.17.26.2: RESYNC: (1.17-1.18); FILE MERGED 2003/06/06 13:05:36 aw 1.17.26.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [5f2e9aab35068f3b141e31b36421e047b8eda4b4]

        INTEGRATION: CWS aw003 (1.6.126); FILE MERGED 2003/06/06 13:05:36 aw 1.6.126.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [88e17246cd31b979de1e7692a2899b230c353876]

        INTEGRATION: CWS aw003 (1.7.126); FILE MERGED 2003/06/06 13:05:35 aw 1.7.126.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [8575074f94af5c8220291db5d4e468adb8bf4112]

        INTEGRATION: CWS aw003 (1.9.126); FILE MERGED 2003/06/06 13:05:35 aw 1.9.126.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [39d86a374194719a678d4809079d6eb0eb74e075]

        INTEGRATION: CWS aw003 (1.4.134); FILE MERGED 2003/07/24 14:07:11 aw 1.4.134.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [63dc7ad75e5174e0408b4c34ebe03dd511daa993]

        INTEGRATION: CWS aw003 (1.21.116); FILE MERGED 2003/10/07 11:28:15 aw 1.21.116.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [48ce6b5d8e954d94d3cbc849300a87cbc9c291a7]

        INTEGRATION: CWS aw003 (1.4.116); FILE MERGED 2003/06/06 13:05:34 aw 1.4.116.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [4336dbb058e6300f90790e108360d066fdde6adb]

        INTEGRATION: CWS aw003 (1.7.28); FILE MERGED 2003/10/07 11:28:07 aw 1.7.28.2: #111097# 2003/07/25 16:18:32 aw 1.7.28.1: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a077dac03dbd494ec07c8ef591a9b148c14b6cfb]

        INTEGRATION: CWS aw003 (1.12.120); FILE MERGED 2003/10/23 14:42:03 aw 1.12.120.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 11:28:03 aw 1.12.120.2: #111097# 2003/07/25 16:18:32 aw 1.12.120.1: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [4e9e420714a7fd1215f3b2a4831c4c8793fffc4b]

        INTEGRATION: CWS aw003 (1.30.6); FILE MERGED 2003/10/07 17:53:35 aw 1.30.6.4: RESYNC: (1.30-1.31); FILE MERGED 2003/10/07 11:27:59 aw 1.30.6.3: #111097# 2003/08/01 08:23:05 aw 1.30.6.2: #111111# Changes to SdrPageObj and SdrPage 2003/07/30 16:02:32 aw 1.30.6.1: #110094# Further DrawingLayer adaptions

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9a2db8f0393a381ff72e6fd1ea9cff0780fed46c]

        INTEGRATION: CWS aw003 (1.25.24); FILE MERGED 2003/06/30 13:35:11 aw 1.25.24.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c1353a7fd5bf0a4de19bfb002e2e5e0ceb933bba]

        INTEGRATION: CWS aw003 (1.9.26); FILE MERGED 2003/10/23 14:42:01 aw 1.9.26.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/06/30 16:55:38 aw 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2003/06/06 13:05:33 aw 1.9.26.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d4439c5f158285a1c6f0837f15ad5ea98a32c56a]

        INTEGRATION: CWS aw003 (1.2.144); FILE MERGED 2003/06/06 13:05:32 aw 1.2.144.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [cbac31498353af8545137483b60c31c09225f004]

        INTEGRATION: CWS aw003 (1.47.4); FILE MERGED 2003/08/20 10:33:54 aw 1.47.4.6: RESYNC: (1.48-1.49); FILE MERGED 2003/08/01 08:23:04 aw 1.47.4.5: #111111# Changes to SdrPageObj and SdrPage 2003/07/30 16:02:31 aw 1.47.4.4: #110094# Further DrawingLayer adaptions 2003/07/24 14:07:10 aw 1.47.4.3: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:55:30 aw 1.47.4.2: RESYNC: (1.47-1.48); FILE MERGED 2003/06/06 13:05:31 aw 1.47.4.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3f31166cdb65d966669e42a539a0faadb3447537]

        INTEGRATION: CWS aw003 (1.35.24); FILE MERGED 2003/10/23 14:41:59 aw 1.35.24.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/01 08:23:03 aw 1.35.24.4: #111111# Changes to SdrPageObj and SdrPage 2003/07/30 16:02:30 aw 1.35.24.3: #110094# Further DrawingLayer adaptions 2003/07/24 14:07:09 aw 1.35.24.2: #110094# Adaptions for DrawingLayer changes 2003/06/06 13:05:30 aw 1.35.24.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [05bb6b23774447e3bb6502893027ebc11854b14b]

        INTEGRATION: CWS aw003 (1.30.4); FILE MERGED 2003/08/20 10:34:42 aw 1.30.4.2: RESYNC: (1.30-1.31); FILE MERGED 2003/07/24 14:07:08 aw 1.30.4.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0ac5562c6cdc1eb41cac40aff5297a4ac41f93d6]

        INTEGRATION: CWS aw003 (1.17.4); FILE MERGED 2003/11/04 17:07:59 aw 1.17.4.3: RESYNC: (1.17-1.18); FILE MERGED 2003/08/01 08:23:03 aw 1.17.4.2: #111111# Changes to SdrPageObj and SdrPage 2003/07/30 16:02:29 aw 1.17.4.1: #110094# Further DrawingLayer adaptions

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [ba6d9ea56b8a03f955de109b024f37dd2db6330c]

        INTEGRATION: CWS aw003 (1.61.4); FILE MERGED 2003/11/07 11:55:28 aw 1.61.4.1: #111111# Argument type to SetChanged(...) has changed.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [8f0090626ff033f2a3aa2555083e48b39ee58a80]

        INTEGRATION: CWS aw003 (1.27.4); FILE MERGED 2003/11/07 11:55:13 aw 1.27.4.1: #111111# Argument type to SetChanged(...) has changed.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6cbaf36002c0b3d9e0914bdb5eb12aeff9d0130c]

        INTEGRATION: CWS aw003 (1.23.42); FILE MERGED 2003/10/07 12:24:46 aw 1.23.42.5: #111097# 2003/08/19 16:35:38 aw 1.23.42.4: #111096# 2003/06/30 13:28:07 aw 1.23.42.3: #110094# 2003/05/26 12:56:51 aw 1.23.42.2: #109820# Added the new properties directory to the list of libs to build for svx 2003/05/23 08:25:59 aw 1.23.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0788e589416396f6bb5c6536a370af7abeb0a2c3]

        INTEGRATION: CWS aw003 (1.46.62); FILE MERGED 2003/10/23 14:37:59 aw 1.46.62.2: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/07/24 14:39:32 aw 1.46.62.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [85b34a86ab7970a8b158034077c7f9c3e6e03639]

        INTEGRATION: CWS aw003 (1.106.40); FILE MERGED 2003/10/23 14:37:58 aw 1.106.40.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/01 08:22:04 aw 1.106.40.5: #111111# Changes to SdrPageObj and SdrPage 2003/07/30 16:09:12 aw 1.106.40.4: #110094# Further DrawingLayer adaptions 2003/07/24 14:39:32 aw 1.106.40.3: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:08:39 aw 1.106.40.2: RESYNC: (1.106-1.107); FILE MERGED 2003/06/06 12:59:51 aw 1.106.40.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [528e37d7f88ac6e54857128073cc4b2eeba61641]

        INTEGRATION: CWS aw003 (1.19.42); FILE MERGED 2003/11/04 16:53:00 aw 1.19.42.2: RESYNC: (1.19-1.20); FILE MERGED 2003/06/06 12:59:51 aw 1.19.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [66c910af6d5f51856cb3f5dcc6a24459a3068756]

        INTEGRATION: CWS aw003 (1.23.42); FILE MERGED 2003/06/06 12:59:50 aw 1.23.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [5258a51229624d506b1fefb3fe1875470cf6ecf3]

        INTEGRATION: CWS aw003 (1.1.1.1.236); FILE MERGED 2003/07/24 14:39:31 aw 1.1.1.1.236.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [94a66dd8fe1fcd5f16a316253f02d2cbc43a2e6f]

        INTEGRATION: CWS aw003 (1.10.192); FILE MERGED 2003/07/24 14:39:31 aw 1.10.192.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d25419d7cba1e99beb1e834303aa86f04780922b]

        INTEGRATION: CWS aw003 (1.13.42); FILE MERGED 2003/10/23 14:37:58 aw 1.13.42.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:24:08 aw 1.13.42.2: #111097# 2003/07/25 16:33:28 aw 1.13.42.1: #110094# Changed Paint() to DoPaintObject() for identifying reasons

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [05d4962e6d7a89c1ac10c87101276e6b13ee17b6]

        INTEGRATION: CWS aw003 (1.12.42); FILE MERGED 2003/06/06 12:59:50 aw 1.12.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1b687754e35a3c54c0caa071ae541148038ce061]

        INTEGRATION: CWS aw003 (1.14.194); FILE MERGED 2003/10/23 14:37:50 aw 1.14.194.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:22:33 aw 1.14.194.5: #111097# 2003/07/25 16:32:54 aw 1.14.194.4: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/06/06 12:59:44 aw 1.14.194.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 14:37:24 aw 1.14.194.2: RESYNC: (1.14-1.15); FILE MERGED 2003/05/21 11:47:44 aw 1.14.194.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [68498cc366a050409fb801b3f2274b00a7a9d168]

        INTEGRATION: CWS aw003 (1.8.190); FILE MERGED 2003/10/23 14:37:50 aw 1.8.190.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0a665fca9f43ffb09bfb8cc08a432a1ac30b8a88]

        INTEGRATION: CWS aw003 (1.10.42); FILE MERGED 2003/10/07 12:22:29 aw 1.10.42.8: #111097# 2003/07/24 14:39:11 aw 1.10.42.7: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:12:57 aw 1.10.42.6: RESYNC: (1.11-1.12); FILE MERGED 2003/06/30 13:28:51 aw 1.10.42.5: #110094# 2003/06/06 12:59:44 aw 1.10.42.4: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:09 aw 1.10.42.3: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 14:37:12 aw 1.10.42.2: RESYNC: (1.10-1.11); FILE MERGED 2003/05/21 11:47:44 aw 1.10.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3a6cb430c706e4d12cc5d627c95d12134d5ce7d7]

        INTEGRATION: CWS aw003 (1.15.196); FILE MERGED 2003/11/04 16:54:35 aw 1.15.196.2: RESYNC: (1.15-1.16); FILE MERGED 2003/06/06 12:59:43 aw 1.15.196.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [906989a23be7ac0f79713764246614de9b774c47]

        INTEGRATION: CWS aw003 (1.5.42); FILE MERGED 2003/10/23 14:37:49 aw 1.5.42.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c776b31c2263ae9a2b8c7d1f2ad611749b850ff9]

        INTEGRATION: CWS aw003 (1.1.1.1.236); FILE MERGED 2003/08/19 16:45:39 aw 1.1.1.1.236.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [763d5ef88b04b9ef264bb0a430d7da0453c88e75]

        INTEGRATION: CWS aw003 (1.1.1.1.236); FILE MERGED 2003/08/19 16:45:38 aw 1.1.1.1.236.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [56493623b3870b91603eab3c175daaa84ca317d5]

        INTEGRATION: CWS aw003 (1.1.1.1.236); FILE MERGED 2003/10/23 14:37:49 aw 1.1.1.1.236.2: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/07/24 14:39:10 aw 1.1.1.1.236.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [849c4a0d94b44be2ca477c2f13ad5e480692e47b]

        INTEGRATION: CWS aw003 (1.14.42); FILE MERGED 2003/10/14 10:52:13 aw 1.14.42.7: #111111# 2003/10/07 12:22:26 aw 1.14.42.6: #111097# 2003/09/19 11:22:44 aw 1.14.42.5: #111111# 2003/08/20 10:06:25 aw 1.14.42.4: RESYNC: (1.14-1.15); FILE MERGED 2003/08/19 16:45:38 aw 1.14.42.3: #111096# 2003/07/24 14:39:10 aw 1.14.42.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:50 aw 1.14.42.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [64f40fb3f9936b75837d8788ebd5cf79350251b6]

        INTEGRATION: CWS aw003 (1.30.6); FILE MERGED 2003/11/04 16:54:30 aw 1.30.6.13: RESYNC: (1.34-1.35); FILE MERGED 2003/10/23 14:37:48 aw 1.30.6.12: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/16 08:25:15 aw 1.30.6.11: #111111# 2003/10/14 10:52:13 aw 1.30.6.10: #111111# 2003/10/07 12:22:22 aw 1.30.6.9: #111097# 2003/09/19 11:22:43 aw 1.30.6.8: #111111# 2003/08/20 10:06:19 aw 1.30.6.7: RESYNC: (1.32-1.34); FILE MERGED 2003/08/19 16:45:37 aw 1.30.6.6: #111096# 2003/07/30 16:08:52 aw 1.30.6.5: #110094# Further DrawingLayer adaptions 2003/07/24 14:39:09 aw 1.30.6.4: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:12:32 aw 1.30.6.3: RESYNC: (1.30-1.32); FILE MERGED 2003/06/30 13:28:50 aw 1.30.6.2: #110094# 2003/06/06 12:59:43 aw 1.30.6.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d31efe02805b45ec94de7206f45803fbf14a2a76]

        INTEGRATION: CWS aw003 (1.35.42); FILE MERGED 2003/10/23 14:37:48 aw 1.35.42.11: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:22:19 aw 1.35.42.10: #111097# 2003/08/19 16:45:37 aw 1.35.42.9: #111096# 2003/08/01 10:14:24 aw 1.35.42.8: #111111# Fix in SdrEditView::CombineMarkedObjects() 2003/08/01 08:21:42 aw 1.35.42.7: #111111# Changes to SdrPageObj and SdrPage 2003/07/25 10:15:52 aw 1.35.42.6: #110094# Further changes; corrected error in ActionChanged() 2003/07/24 14:39:09 aw 1.35.42.5: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:49 aw 1.35.42.4: #110094# 2003/06/06 12:59:42 aw 1.35.42.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 14:35:54 aw 1.35.42.2: RESYNC: (1.35-1.36); FILE MERGED 2003/05/21 11:47:43 aw 1.35.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d5ec1259ca4af3c3436da87421a06c7171fa87ff]

        INTEGRATION: CWS aw003 (1.8.200); FILE MERGED 2003/10/23 14:37:47 aw 1.8.200.7: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:22:16 aw 1.8.200.6: #111097# 2003/08/20 10:06:13 aw 1.8.200.5: RESYNC: (1.8-1.9); FILE MERGED 2003/07/25 16:32:54 aw 1.8.200.4: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:08 aw 1.8.200.3: #110094# Adaptions for DrawingLayer changes 2003/05/26 12:52:08 aw 1.8.200.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:47:43 aw 1.8.200.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [01e17f9ee78fb2839c548becbbc5f32fe3a766e2]

        INTEGRATION: CWS aw003 (1.10.42); FILE MERGED 2003/10/07 12:22:11 aw 1.10.42.5: #111097# 2003/08/20 10:06:06 aw 1.10.42.4: RESYNC: (1.12-1.13); FILE MERGED 2003/07/25 16:32:53 aw 1.10.42.3: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/06/30 16:12:26 aw 1.10.42.2: RESYNC: (1.10-1.12); FILE MERGED 2003/06/06 12:59:42 aw 1.10.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [2facd5293a66f249f544984963a9c244394003f4]

        INTEGRATION: CWS aw003 (1.5.200); FILE MERGED 2003/10/07 12:22:09 aw 1.5.200.5: #111097# 2003/06/30 13:28:49 aw 1.5.200.4: #110094# 2003/06/06 12:59:42 aw 1.5.200.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:08 aw 1.5.200.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:47:43 aw 1.5.200.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [847f6e54ea4a3927e2dd9abba9e82380dfa8dd71]

        INTEGRATION: CWS aw003 (1.11.42); FILE MERGED 2003/08/19 16:45:36 aw 1.11.42.3: #111096# 2003/07/24 14:39:08 aw 1.11.42.2: #110094# Adaptions for DrawingLayer changes 2003/06/06 12:59:41 aw 1.11.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7c6277e8adaafb3454333cf4ad01fc9e600cbbee]

        INTEGRATION: CWS aw003 (1.23.194); FILE MERGED 2003/10/23 14:37:47 aw 1.23.194.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/09 10:06:11 aw 1.23.194.5: #111111# 2003/10/07 17:16:47 aw 1.23.194.4: RESYNC: (1.23-1.24); FILE MERGED 2003/07/24 14:39:07 aw 1.23.194.3: #110094# Adaptions for DrawingLayer changes 2003/06/06 12:59:41 aw 1.23.194.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 11:47:42 aw 1.23.194.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a9831211a17780437d8979d88894148a82008177]

        INTEGRATION: CWS aw003 (1.58.42); FILE MERGED 2003/10/23 14:37:46 aw 1.58.42.14: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/09 10:06:29 aw 1.58.42.13: #111111# 2003/10/07 17:16:38 aw 1.58.42.12: RESYNC: (1.61-1.62); FILE MERGED 2003/10/07 12:22:05 aw 1.58.42.11: #111097# 2003/08/20 10:05:57 aw 1.58.42.10: RESYNC: (1.60-1.61); FILE MERGED 2003/08/19 16:45:36 aw 1.58.42.9: #111096# 2003/07/25 16:32:53 aw 1.58.42.8: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:07 aw 1.58.42.7: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:12:19 aw 1.58.42.6: RESYNC: (1.59-1.60); FILE MERGED 2003/06/30 13:28:48 aw 1.58.42.5: #110094# 2003/06/06 12:59:41 aw 1.58.42.4: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:08 aw 1.58.42.3: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 14:35:43 aw 1.58.42.2: RESYNC: (1.58-1.59); FILE MERGED 2003/05/21 11:47:41 aw 1.58.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f74555175553d157f28293238a1209e8157d79b4]

        INTEGRATION: CWS aw003 (1.14.192); FILE MERGED 2003/10/23 14:37:46 aw 1.14.192.8: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:22:01 aw 1.14.192.7: #111097# 2003/07/25 16:32:52 aw 1.14.192.6: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:06 aw 1.14.192.5: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:48 aw 1.14.192.4: #110094# 2003/06/06 12:59:40 aw 1.14.192.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:07 aw 1.14.192.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:47:41 aw 1.14.192.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [40913e42729aeba66e64fdab8a1e568b97305c94]

        INTEGRATION: CWS aw003 (1.23.42); FILE MERGED 2003/10/23 14:37:45 aw 1.23.42.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/07/25 16:32:52 aw 1.23.42.4: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:06 aw 1.23.42.3: #110094# Adaptions for DrawingLayer changes 2003/06/06 12:59:40 aw 1.23.42.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 11:47:40 aw 1.23.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3e33b791aad6d629fdec4f7f3a04d83d13840ac7]

        INTEGRATION: CWS aw003 (1.14.42); FILE MERGED 2003/10/07 12:21:56 aw 1.14.42.8: #111097# 2003/08/01 08:21:42 aw 1.14.42.7: #111111# Changes to SdrPageObj and SdrPage 2003/07/30 16:08:52 aw 1.14.42.6: #110094# Further DrawingLayer adaptions 2003/07/25 16:32:52 aw 1.14.42.5: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:05 aw 1.14.42.4: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:47 aw 1.14.42.3: #110094# 2003/05/26 12:52:07 aw 1.14.42.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:47:40 aw 1.14.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1371698669c63e8f35e25dae0028c611c6137140]

        INTEGRATION: CWS aw003 (1.35.42); FILE MERGED 2003/11/21 10:27:50 aw 1.35.42.5: RESYNC: (1.37-1.38); FILE MERGED 2003/07/25 16:32:51 aw 1.35.42.4: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:05 aw 1.35.42.3: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:12:12 aw 1.35.42.2: RESYNC: (1.35-1.37); FILE MERGED 2003/06/06 12:59:39 aw 1.35.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c517b09f4b1c2114cd68def34cb48e1b0b463bc5]

        INTEGRATION: CWS aw003 (1.18.194); FILE MERGED 2003/10/23 14:37:44 aw 1.18.194.8: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:21:53 aw 1.18.194.7: #111097# 2003/07/25 16:32:51 aw 1.18.194.6: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:04 aw 1.18.194.5: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:46 aw 1.18.194.4: #110094# 2003/06/06 12:59:38 aw 1.18.194.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:07 aw 1.18.194.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:47:39 aw 1.18.194.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f4e383d257a0ee03b8e44a7ee7eebd7f786ed672]

        INTEGRATION: CWS aw003 (1.19.192); FILE MERGED 2003/10/23 14:37:44 aw 1.19.192.7: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:21:51 aw 1.19.192.6: #111097# 2003/08/19 16:45:35 aw 1.19.192.5: #111096# 2003/07/24 14:39:04 aw 1.19.192.4: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:46 aw 1.19.192.3: #110094# 2003/05/26 12:52:06 aw 1.19.192.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:47:39 aw 1.19.192.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [e9433289a3d62380238dec7c123b0ae26c16db9d]

        INTEGRATION: CWS aw003 (1.55.28); FILE MERGED 2003/10/07 12:21:48 aw 1.55.28.10: #111097# 2003/08/20 10:05:50 aw 1.55.28.9: RESYNC: (1.56-1.58); FILE MERGED 2003/08/19 16:45:35 aw 1.55.28.8: #111096# 2003/07/25 16:32:50 aw 1.55.28.7: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:03 aw 1.55.28.6: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:45 aw 1.55.28.5: #110094# 2003/06/06 12:59:38 aw 1.55.28.4: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:06 aw 1.55.28.3: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 14:35:13 aw 1.55.28.2: RESYNC: (1.55-1.56); FILE MERGED 2003/05/21 11:47:38 aw 1.55.28.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [75b802ba07a4a27c43a3f0e3deac5adfb145d0c4]

        INTEGRATION: CWS aw003 (1.24.190); FILE MERGED 2003/10/23 14:37:43 aw 1.24.190.9: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:21:45 aw 1.24.190.8: #111097# 2003/07/25 16:32:50 aw 1.24.190.7: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:03 aw 1.24.190.6: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:44 aw 1.24.190.5: #110094# 2003/06/06 12:59:37 aw 1.24.190.4: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:05 aw 1.24.190.3: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 14:35:02 aw 1.24.190.2: RESYNC: (1.24-1.25); FILE MERGED 2003/05/21 11:47:37 aw 1.24.190.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [4e253b023768a1505fc20ce1da9ea295b5c45aac]

        INTEGRATION: CWS aw003 (1.20.192); FILE MERGED 2003/10/23 14:37:42 aw 1.20.192.8: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:21:43 aw 1.20.192.7: #111097# 2003/07/25 16:32:50 aw 1.20.192.6: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:02 aw 1.20.192.5: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:44 aw 1.20.192.4: #110094# 2003/06/06 12:59:37 aw 1.20.192.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:05 aw 1.20.192.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:47:37 aw 1.20.192.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3f092bd94107533e333c4aef50310dd7e3d657e2]

        INTEGRATION: CWS aw003 (1.12.200); FILE MERGED 2003/10/23 14:37:42 aw 1.12.200.9: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:21:39 aw 1.12.200.8: #111097# 2003/07/25 16:32:49 aw 1.12.200.7: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:02 aw 1.12.200.6: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:12:05 aw 1.12.200.5: RESYNC: (1.12-1.14); FILE MERGED 2003/06/30 13:28:43 aw 1.12.200.4: #110094# 2003/06/06 12:59:36 aw 1.12.200.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:04 aw 1.12.200.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:47:36 aw 1.12.200.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [976fe48a4e5012162e1101362445bfc5ab6ae916]

        INTEGRATION: CWS aw003 (1.55.38); FILE MERGED 2003/10/31 13:30:01 aw 1.55.38.12: #111111# Added implementation for IsMasterPageBackgroundObject() 2003/10/23 14:37:40 aw 1.55.38.11: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:21:35 aw 1.55.38.10: #111097# 2003/08/20 10:05:43 aw 1.55.38.9: RESYNC: (1.57-1.58); FILE MERGED 2003/08/19 16:45:34 aw 1.55.38.8: #111096# 2003/07/25 16:32:48 aw 1.55.38.7: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:39:01 aw 1.55.38.6: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:43 aw 1.55.38.5: #110094# 2003/06/06 12:59:36 aw 1.55.38.4: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:04 aw 1.55.38.3: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 14:34:48 aw 1.55.38.2: RESYNC: (1.55-1.57); FILE MERGED 2003/05/21 11:47:36 aw 1.55.38.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [cda9c9f523d18e868a835767a89de43d15312272]

        INTEGRATION: CWS aw003 (1.38.42); FILE MERGED 2003/10/23 14:37:40 aw 1.38.42.7: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:21:31 aw 1.38.42.6: #111097# 2003/07/24 14:39:00 aw 1.38.42.5: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:42 aw 1.38.42.4: #110094# 2003/06/06 12:59:35 aw 1.38.42.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:52:03 aw 1.38.42.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:47:35 aw 1.38.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7eec9433de561ad7bc2192e592ecfff4266dac90]

        INTEGRATION: CWS aw003 (1.13.42); FILE MERGED 2003/11/04 16:54:23 aw 1.13.42.7: RESYNC: (1.15-1.16); FILE MERGED 2003/10/23 14:37:39 aw 1.13.42.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:21:27 aw 1.13.42.5: #111097# 2003/08/20 10:05:36 aw 1.13.42.4: RESYNC: (1.14-1.15); FILE MERGED 2003/07/24 14:39:00 aw 1.13.42.3: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:11:56 aw 1.13.42.2: RESYNC: (1.13-1.14); FILE MERGED 2003/06/06 12:59:34 aw 1.13.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [48ca8f6578f9f31a99006573120e719da010f8db]

        INTEGRATION: CWS aw003 (1.47.42); FILE MERGED 2003/11/06 08:58:18 aw 1.47.42.8: #111111# Corrected wrong implementation of SdrHint::SetRect 2003/11/04 16:54:16 aw 1.47.42.7: RESYNC: (1.48-1.50); FILE MERGED 2003/10/23 14:37:39 aw 1.47.42.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/07/24 14:38:59 aw 1.47.42.5: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:42 aw 1.47.42.4: #110094# 2003/05/26 12:52:03 aw 1.47.42.3: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 14:34:12 aw 1.47.42.2: RESYNC: (1.47-1.48); FILE MERGED 2003/05/21 11:47:34 aw 1.47.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0bf1cc8145dac56b0c31869cb9eb050b860359cd]

        INTEGRATION: CWS aw003 (1.2.62); FILE MERGED 2003/10/23 14:37:38 aw 1.2.62.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d6bddca5a7dd395c9c012002db9c585811168e25]

        INTEGRATION: CWS aw003 (1.6.42); FILE MERGED 2003/07/24 14:38:59 aw 1.6.42.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:28:41 aw 1.6.42.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f45b294f3768811c4fc5311e374d8bb91a1de85b]

        INTEGRATION: CWS aw003 (1.10.42); FILE MERGED 2003/11/04 16:54:10 aw 1.10.42.4: RESYNC: (1.10-1.11); FILE MERGED 2003/10/07 12:21:25 aw 1.10.42.3: #111097# 2003/09/19 11:22:43 aw 1.10.42.2: #111111# 2003/06/06 12:59:34 aw 1.10.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [205883cc023f37f742074d8d6726e2c583ba26f5]

        INTEGRATION: CWS aw003 (1.1.1.1.236); FILE MERGED 2003/08/19 16:45:33 aw 1.1.1.1.236.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [49b6fa8e854eef9207c981c596e211b80f58dfe2]

        INTEGRATION: CWS aw003 (1.1.1.1.236); FILE MERGED 2003/07/24 14:38:58 aw 1.1.1.1.236.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [05428a46c6509e80b1ddea39d4ccd393265dcc41]

        INTEGRATION: CWS aw003 (1.104.12); FILE MERGED 2003/11/04 16:54:04 aw 1.104.12.6: RESYNC: (1.111-1.112); FILE MERGED 2003/10/07 17:16:27 aw 1.104.12.5: RESYNC: (1.110-1.111); FILE MERGED 2003/08/20 10:05:29 aw 1.104.12.4: RESYNC: (1.108-1.110); FILE MERGED 2003/08/01 08:21:41 aw 1.104.12.3: #111111# Changes to SdrPageObj and SdrPage 2003/06/30 16:11:36 aw 1.104.12.2: RESYNC: (1.104-1.108); FILE MERGED 2003/06/06 12:59:33 aw 1.104.12.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6c95fe0bfa1516367aafcfb43e7ba9cc2f3b7c20]

        INTEGRATION: CWS aw003 (1.9.194); FILE MERGED 2003/06/06 12:59:33 aw 1.9.194.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7c14dfcb81276958be4eb08a9ebfd96d46dc357c]

        INTEGRATION: CWS aw003 (1.29.42); FILE MERGED 2003/11/04 16:53:47 aw 1.29.42.10: RESYNC: (1.32-1.33); FILE MERGED 2003/10/23 14:37:38 aw 1.29.42.9: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/09 07:58:58 aw 1.29.42.8: #111111# 2003/10/07 17:16:16 aw 1.29.42.7: RESYNC: (1.31-1.32); FILE MERGED 2003/08/20 10:05:20 aw 1.29.42.6: RESYNC: (1.30-1.31); FILE MERGED 2003/08/19 16:45:33 aw 1.29.42.5: #111096# 2003/07/24 14:38:58 aw 1.29.42.4: #110094# Adaptions for DrawingLayer changes 2003/06/06 12:59:32 aw 1.29.42.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 14:33:20 aw 1.29.42.2: RESYNC: (1.29-1.30); FILE MERGED 2003/05/21 11:47:34 aw 1.29.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [54377a9fe31541fb87cd6a5c879306f9a0a99851]

        INTEGRATION: CWS aw003 (1.6.190); FILE MERGED 2003/11/04 16:53:33 aw 1.6.190.6: RESYNC: (1.7-1.8); FILE MERGED 2003/10/23 14:37:37 aw 1.6.190.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/01 10:14:24 aw 1.6.190.4: #111111# Fix in SdrEditView::CombineMarkedObjects() 2003/06/06 12:59:32 aw 1.6.190.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 14:33:08 aw 1.6.190.2: RESYNC: (1.6-1.7); FILE MERGED 2003/05/21 11:47:33 aw 1.6.190.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3c97268137fcf9f228a7125eb62742923b3e831b]

        INTEGRATION: CWS aw003 (1.14.42); FILE MERGED 2003/10/23 14:37:37 aw 1.14.42.4: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/07/24 14:38:58 aw 1.14.42.3: #110094# Adaptions for DrawingLayer changes 2003/06/06 12:59:31 aw 1.14.42.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 11:47:33 aw 1.14.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b0b21236cfe7f214d7586ef2a027e929c263153f]

        INTEGRATION: CWS aw003 (1.8.190); FILE MERGED 2003/10/23 14:37:37 aw 1.8.190.4: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/06/06 12:59:31 aw 1.8.190.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 14:32:56 aw 1.8.190.2: RESYNC: (1.8-1.9); FILE MERGED 2003/05/21 11:47:32 aw 1.8.190.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3427afa6d76f03091a9cc030732278efd6db8f2f]

        INTEGRATION: CWS aw003 (1.4.190); FILE MERGED 2003/07/24 14:38:57 aw 1.4.190.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [ac0cc46c3c35f3966a802564a8d421cc3a11be08]

        INTEGRATION: CWS aw003 (1.3.36); FILE MERGED 2003/10/23 14:37:36 aw 1.3.36.2: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:21:20 aw 1.3.36.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [32474f063edc35b0dac821bf79ae36ef72081e84]

        INTEGRATION: CWS aw003 (1.10.42); FILE MERGED 2003/11/04 16:53:27 aw 1.10.42.4: RESYNC: (1.10-1.11); FILE MERGED 2003/10/23 14:37:36 aw 1.10.42.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/06/06 12:59:30 aw 1.10.42.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 11:47:32 aw 1.10.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6bb895cf60df376a23f49b5d16b5f0714b9703df]

        INTEGRATION: CWS aw003 (1.6.190); FILE MERGED 2003/11/04 16:53:21 aw 1.6.190.3: RESYNC: (1.7-1.8); FILE MERGED 2003/05/21 14:32:09 aw 1.6.190.2: RESYNC: (1.6-1.7); FILE MERGED 2003/05/21 11:47:31 aw 1.6.190.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [86e7a31752c88cf2f00ec8caa81762c472f094cb]

        INTEGRATION: CWS aw003 (1.1.190); FILE MERGED 2003/11/04 16:53:16 aw 1.1.190.2: RESYNC: (1.1-1.2); FILE MERGED 2003/06/06 12:59:30 aw 1.1.190.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1da4e66b4f9d63ec67f3341ec72db10002d1f0f7]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/30 14:15:54 aw 1.1.2.7: #111111# Made two cases more stable 2003/10/07 12:14:38 aw 1.1.2.6: #111097# 2003/07/24 14:25:54 aw 1.1.2.5: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:27:27 aw 1.1.2.4: #110094# 2003/06/06 12:59:27 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:57 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:32:00 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [8d02bc4fccdf8165f1ea254ae090e3ca635379eb]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:35 aw 1.1.2.4: #111097# 2003/06/30 13:27:27 aw 1.1.2.3: #110094# 2003/05/26 12:53:57 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:59 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [ca806f146f0dbf4563599430fa0cc6750cc56495]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:33 aw 1.1.2.6: #111097# 2003/07/24 14:25:53 aw 1.1.2.5: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:27:26 aw 1.1.2.4: #110094# 2003/06/06 12:59:27 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:56 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:58 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c7b18519256aeedf0b737e8c82203ebebbca3e07]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/11/17 17:25:14 aw 1.1.2.8: #111111# Removed ststic ItemSetusage at EmptyItemSet, this is dangerous when starting more than one application instance. 2003/10/16 08:27:48 aw 1.1.2.7: #111111# 2003/10/14 11:38:52 aw 1.1.2.6: #111111# 2003/10/14 10:53:18 aw 1.1.2.5: #111111# 2003/10/07 12:14:31 aw 1.1.2.4: #111097# 2003/06/30 13:27:26 aw 1.1.2.3: #110094# 2003/05/26 12:53:56 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:58 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0dc20d921e6b9458425f5061ffe18612d15c73fa]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:28 aw 1.1.2.5: #111097# 2003/06/30 13:27:26 aw 1.1.2.4: #110094# 2003/06/06 12:59:26 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:56 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:57 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [94d45e4edc7044d4eae498abb2ef5d015cc2d2d6]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/05/21 11:31:56 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [32f0ed6799c6db23fcfb1686c56edd542d559516]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/23 14:37:34 aw 1.1.2.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:14:26 aw 1.1.2.4: #111097# 2003/06/30 13:27:25 aw 1.1.2.3: #110094# 2003/05/26 12:53:55 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:56 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [fad654b46b8413581c471717626bfbfcc83de176]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:23 aw 1.1.2.5: #111097# 2003/06/30 13:27:25 aw 1.1.2.4: #110094# 2003/06/06 12:59:26 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:55 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:54 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0dc43e61f828c106625f53c7d61e569969b333f5]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:22 aw 1.1.2.5: #111097# 2003/06/30 13:27:24 aw 1.1.2.4: #110094# 2003/06/06 12:59:25 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:54 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:54 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6386f711019f8a6ca71d77824810675e360fbe1d]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/11/17 17:25:13 aw 1.1.2.6: #111111# Removed ststic ItemSetusage at EmptyItemSet, this is dangerous when starting more than one application instance. 2003/10/07 12:14:21 aw 1.1.2.5: #111097# 2003/06/30 13:27:24 aw 1.1.2.4: #110094# 2003/06/06 12:59:25 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:54 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:53 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [4ea7705ae1765ed07adc7f21b6461b1720cd8b65]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:18 aw 1.1.2.4: #111097# 2003/06/30 13:27:23 aw 1.1.2.3: #110094# 2003/05/26 12:53:54 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:52 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [942d1adbec9cd3690ef3d36a508d15b6cd1a4ea5]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:18 aw 1.1.2.5: #111097# 2003/06/30 13:27:23 aw 1.1.2.4: #110094# 2003/06/06 12:59:25 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:53 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:51 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f82af47f8d5bd93a7c16fd72ef5da3ab885f689a]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:17 aw 1.1.2.5: #111097# 2003/06/30 13:27:23 aw 1.1.2.4: #110094# 2003/06/06 12:59:24 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:53 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:50 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [dc20d0dc43042811f2599d7f810fb861843a6c60]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:15 aw 1.1.2.4: #111097# 2003/06/30 13:27:22 aw 1.1.2.3: #110094# 2003/05/26 12:53:53 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:49 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9cc1da03317ff221f0077dc1d308e87c6c3289c2]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:12 aw 1.1.2.4: #111097# 2003/06/30 13:27:21 aw 1.1.2.3: #110094# 2003/05/26 12:53:52 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:49 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a87038ad647412bea65404620d0ce743c124a380]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:09 aw 1.1.2.5: #111097# 2003/06/30 13:27:21 aw 1.1.2.4: #110094# 2003/06/06 12:59:24 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:52 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:48 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [35ab01eb5a0feebf15e687c4daede572f8870f6d]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:06 aw 1.1.2.5: #111097# 2003/06/30 13:27:21 aw 1.1.2.4: #110094# 2003/06/06 12:59:23 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:52 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:47 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f51c010ca3a5c974bb942dfa444eb2ba58fc576b]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:04 aw 1.1.2.4: #111097# 2003/06/30 13:27:20 aw 1.1.2.3: #110094# 2003/05/26 12:53:51 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:46 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [adf8549c62bcb60d12dd701fca4bd29b03ada3d8]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:14:01 aw 1.1.2.5: #111097# 2003/06/30 13:27:20 aw 1.1.2.4: #110094# 2003/06/06 12:59:23 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:51 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:45 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [eec419e815c661b48230ce50a3068b6ebec65eec]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:13:58 aw 1.1.2.5: #111097# 2003/06/30 13:27:20 aw 1.1.2.4: #110094# 2003/06/06 12:59:23 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:51 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:45 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [bd8d8f293edb167ed919140f8c2b2b4bc4a99391]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/31 13:31:19 aw 1.1.2.9: #111111# MasterPages will set their paint parameters and the notify at simple objects has a workaround to invalidate the MasterPage if it is the BackgroundObject. 2003/10/30 14:15:53 aw 1.1.2.8: #111111# Made two cases more stable 2003/10/23 14:37:34 aw 1.1.2.7: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:13:56 aw 1.1.2.6: #111097# 2003/07/24 14:25:53 aw 1.1.2.5: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:27:19 aw 1.1.2.4: #110094# 2003/06/06 12:59:22 aw 1.1.2.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:53:50 aw 1.1.2.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:31:44 aw 1.1.2.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [4d2a0903a8acd3e71842a61c5a56198fb9152922]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:09:09 aw 1.1.2.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [43967d7c580903b9d5dd89e545eea2dc761b4512]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:08:49 aw 1.1.2.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0b40620b3cd150eb1c16c8ac0479585e9d80323f]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:11:59 aw 1.1.2.6: #111097# 2003/08/19 16:46:16 aw 1.1.2.5: #111096# 2003/07/30 16:05:32 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 10:13:15 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:25:31 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:26:55 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0c384f42d310a8e9d7721c1b0174587cdcbd8847]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:11:15 aw 1.1.2.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6965c7c4ea670462f22373afd704dcb8c32c6200]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/20 10:41:28 aw 1.1.2.8: #111111# 2003/10/16 08:27:47 aw 1.1.2.7: #111111# 2003/10/07 12:11:56 aw 1.1.2.6: #111097# 2003/08/19 16:46:15 aw 1.1.2.5: #111096# 2003/07/30 16:05:31 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 10:13:15 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:25:30 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:26:54 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [464df12573424920e831bbca5bb6ff7f7fbf5a09]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/23 14:37:33 aw 1.1.2.10: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:11:52 aw 1.1.2.9: #111097# 2003/09/19 11:21:59 aw 1.1.2.8: #111111# 2003/08/19 16:46:15 aw 1.1.2.7: #111096# 2003/08/01 08:21:10 aw 1.1.2.6: #111111# Changes to SdrPageObj and SdrPage 2003/07/30 16:05:31 aw 1.1.2.5: #110094# Further DrawingLayer adaptions 2003/07/25 16:31:40 aw 1.1.2.4: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/25 10:13:14 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:25:30 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:26:53 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [277776abcd625bde0ac0c7a5c2555154f71102c7]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/23 14:37:32 aw 1.1.2.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/16 08:27:47 aw 1.1.2.4: #111111# 2003/10/07 12:11:51 aw 1.1.2.3: #111097# 2003/08/01 08:21:10 aw 1.1.2.2: #111111# Changes to SdrPageObj and SdrPage 2003/07/30 16:05:59 aw 1.1.2.1: #110094# Further DrawingLayer adaptions

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [094013ec10e61cbf406937adc526b63247306141]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/23 14:37:32 aw 1.1.2.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:11:46 aw 1.1.2.5: #111097# 2003/07/30 16:05:30 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 10:13:14 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:25:29 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:26:52 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [45197bfe8c373ab41abea42f4bd67cdfdac91076]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/23 14:37:31 aw 1.1.2.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:11:45 aw 1.1.2.2: #111097# 2003/08/19 16:46:37 aw 1.1.2.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [edc21bb5fe9ceba6cfa27532fe877efa47eb0099]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/23 14:37:31 aw 1.1.2.7: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:11:43 aw 1.1.2.6: #111097# 2003/07/30 16:05:30 aw 1.1.2.5: #110094# Further DrawingLayer adaptions 2003/07/25 16:31:39 aw 1.1.2.4: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/25 10:13:13 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:25:29 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:26:51 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [425f9796ed29b191ac5779c31ea29f258b2b3daf]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:11:41 aw 1.1.2.6: #111097# 2003/08/19 16:46:14 aw 1.1.2.5: #111096# 2003/07/30 16:05:30 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 10:13:13 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:25:28 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:26:50 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [644dd4954feddfcd194aeba614221ea9f23c23fd]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/16 08:27:46 aw 1.1.2.9: #111111# 2003/10/07 12:11:40 aw 1.1.2.8: #111097# 2003/08/19 16:46:14 aw 1.1.2.7: #111096# 2003/07/30 16:05:29 aw 1.1.2.6: #110094# Further DrawingLayer adaptions 2003/07/25 16:31:39 aw 1.1.2.5: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/25 10:13:13 aw 1.1.2.4: #110094# Further changes 2003/07/24 14:25:28 aw 1.1.2.3: #110094# Adaptions for DrawingLayer changes 2003/07/01 14:45:25 aw 1.1.2.2: #110094# Necessary changes for GCC 2003/06/30 13:26:50 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [86ad40f56e4adca2c064aebd72a14fe582320eb9]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:11:38 aw 1.1.2.6: #111097# 2003/07/30 16:05:29 aw 1.1.2.5: #110094# Further DrawingLayer adaptions 2003/07/25 16:31:39 aw 1.1.2.4: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/25 10:13:12 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:25:28 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:26:49 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c6bddc18ee1868145eec2cea530170411ed0808e]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:11:37 aw 1.1.2.6: #111097# 2003/08/19 16:46:13 aw 1.1.2.5: #111096# 2003/07/30 16:05:28 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 16:31:38 aw 1.1.2.3: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:25:27 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:26:48 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [22f73d70cc2286f4a05517be013a5562f4108ad0]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:11:35 aw 1.1.2.5: #111097# 2003/08/19 16:46:12 aw 1.1.2.4: #111096# 2003/07/30 16:05:28 aw 1.1.2.3: #110094# Further DrawingLayer adaptions 2003/07/24 14:25:27 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:26:48 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c6c52a816c8444bbea07df8576720adb4a4f98b0]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/29 09:26:14 aw 1.1.2.7: #111111# Changed flags for AnyInput call due to problems under Linux and Solaris 2003/10/16 08:27:46 aw 1.1.2.6: #111111# 2003/10/07 12:11:31 aw 1.1.2.5: #111097# 2003/08/19 16:46:12 aw 1.1.2.4: #111096# 2003/07/25 16:31:38 aw 1.1.2.3: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:25:27 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:26:47 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [175218631d48a1443c74734cdc369f650870351f]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:10:03 aw 1.1.2.2: #111097# 2003/08/19 16:49:44 aw 1.1.2.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [0e4dfcd813c9ca6b96155b9f5f4af9c093c90c7b]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:09:59 aw 1.1.2.2: #111097# 2003/08/19 16:49:33 aw 1.1.2.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3db5911910d992494e1f04cb3b4929a69cf01fef]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/08/19 16:49:22 aw 1.1.2.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c05732c0ab0a506f62e885f30e9b9577bee3115f]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:09:56 aw 1.1.2.2: #111097# 2003/08/19 16:49:10 aw 1.1.2.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [efd7aa91451ef7c54f59628d11f9d37125eada4d]

        INTEGRATION: CWS aw003 (1.73.12); FILE MERGED 2003/11/21 10:28:15 aw 1.73.12.6: RESYNC: (1.83-1.84); FILE MERGED 2003/10/07 17:18:34 aw 1.73.12.5: RESYNC: (1.79-1.83); FILE MERGED 2003/08/20 10:10:09 aw 1.73.12.4: RESYNC: (1.78-1.79); FILE MERGED 2003/07/24 14:38:36 aw 1.73.12.3: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:17:15 aw 1.73.12.2: RESYNC: (1.73-1.78); FILE MERGED 2003/06/06 12:59:20 aw 1.73.12.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9e11756d19c0372b289c6342db470f3d75fc0500]

        INTEGRATION: CWS aw003 (1.2.42); FILE MERGED 2003/06/06 12:59:20 aw 1.2.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [fe4ec46df0ea03a307cfe3f3cd09ed3967220262]

        INTEGRATION: CWS aw003 (1.32.42); FILE MERGED 2003/08/20 10:09:51 aw 1.32.42.2: RESYNC: (1.32-1.33); FILE MERGED 2003/06/06 12:59:19 aw 1.32.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6e463b82012488846a6e03e5b01a9248ce81eced]

        INTEGRATION: CWS aw003 (1.19.42); FILE MERGED 2003/10/07 12:20:24 aw 1.19.42.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1a8cd442dec0602661f68e58ddd23dbda1befcc6]

        INTEGRATION: CWS aw003 (1.28.6); FILE MERGED 2003/10/07 12:19:26 aw 1.28.6.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [bdac6f9ceae8199dde0e5a6160a1e5fb6b114d67]

        INTEGRATION: CWS aw003 (1.25.42); FILE MERGED 2003/10/07 12:19:22 aw 1.25.42.2: #111097# 2003/07/24 14:38:21 aw 1.25.42.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d9dafba78bf1328afcc8feb65672534e7927b3c4]

        INTEGRATION: CWS aw003 (1.41.42); FILE MERGED 2003/11/04 16:55:30 aw 1.41.42.2: RESYNC: (1.41-1.42); FILE MERGED 2003/10/07 12:19:15 aw 1.41.42.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [affcb54a29a72d10e23e0a1cad598e2570afe55d]

        INTEGRATION: CWS aw003 (1.39.42); FILE MERGED 2003/10/07 17:20:25 aw 1.39.42.2: RESYNC: (1.39-1.40); FILE MERGED 2003/10/07 12:19:13 aw 1.39.42.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c3752a2cd341922fe5c5b4c13a897c6d0d606e85]

        INTEGRATION: CWS aw003 (1.7.210); FILE MERGED 2003/10/23 14:37:30 aw 1.7.210.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [89eecac50830ef43e02fb05d2585350f8cfce384]

        INTEGRATION: CWS aw003 (1.35.30); FILE MERGED 2003/11/04 16:55:22 aw 1.35.30.2: RESYNC: (1.35-1.36); FILE MERGED 2003/10/07 12:19:07 aw 1.35.30.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [776169a16b47e9c86f53e4e0c5a166e6601be22e]

        INTEGRATION: CWS aw003 (1.4.228); FILE MERGED 2003/06/06 12:59:13 aw 1.4.228.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 11:49:21 aw 1.4.228.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f60259c03c47d2406f3fe7b815a3dc648ce89529]

        INTEGRATION: CWS aw003 (1.14.200); FILE MERGED 2003/11/04 16:56:20 aw 1.14.200.7: RESYNC: (1.14-1.15); FILE MERGED 2003/10/23 14:37:28 aw 1.14.200.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:17:50 aw 1.14.200.5: #111097# 2003/07/25 16:31:13 aw 1.14.200.4: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:38:08 aw 1.14.200.3: #110094# Adaptions for DrawingLayer changes 2003/06/06 12:59:12 aw 1.14.200.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/21 11:49:20 aw 1.14.200.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c9d05fdf4b21cce4800e3bb8b60e8016d615e2e8]

        INTEGRATION: CWS aw003 (1.10.200); FILE MERGED 2003/10/07 12:17:48 aw 1.10.200.5: #111097# 2003/06/30 13:29:21 aw 1.10.200.4: #110094# 2003/06/06 12:59:12 aw 1.10.200.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:51:27 aw 1.10.200.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:49:20 aw 1.10.200.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [dc7a30057e1d3611136911ecbc581524de673493]

        INTEGRATION: CWS aw003 (1.16.200); FILE MERGED 2003/11/04 16:56:15 aw 1.16.200.6: RESYNC: (1.16-1.17); FILE MERGED 2003/10/07 12:17:46 aw 1.16.200.5: #111097# 2003/06/30 13:29:20 aw 1.16.200.4: #110094# 2003/06/06 12:59:11 aw 1.16.200.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:51:27 aw 1.16.200.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:49:20 aw 1.16.200.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [96a1bdf890cb9859595be853e5c5dae45dfa2441]

        INTEGRATION: CWS aw003 (1.6.198); FILE MERGED 2003/10/07 12:17:44 aw 1.6.198.4: #111097# 2003/07/25 16:31:13 aw 1.6.198.3: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/07/24 14:38:08 aw 1.6.198.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:29:19 aw 1.6.198.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [2161789ec4bd806b44c598e14cb83d0de4934866]

        INTEGRATION: CWS aw003 (1.26.42); FILE MERGED 2003/11/04 16:55:58 aw 1.26.42.9: RESYNC: (1.27-1.28); FILE MERGED 2003/10/23 14:37:27 aw 1.26.42.8: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 12:17:41 aw 1.26.42.7: #111097# 2003/07/24 14:38:07 aw 1.26.42.6: #110094# Adaptions for DrawingLayer changes 2003/06/30 16:21:06 aw 1.26.42.5: RESYNC: (1.26-1.27); FILE MERGED 2003/06/30 13:29:18 aw 1.26.42.4: #110094# 2003/06/06 12:59:10 aw 1.26.42.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:51:26 aw 1.26.42.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:49:18 aw 1.26.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c22a7399ae81abe51828872783b7057037e36e01]

        INTEGRATION: CWS aw003 (1.5.220); FILE MERGED 2003/05/21 11:49:18 aw 1.5.220.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [49d9c5e224f20df52500a42c623c3d8b8a9c4d2d]

        INTEGRATION: CWS aw003 (1.13.42); FILE MERGED 2003/11/04 16:56:10 aw 1.13.42.6: RESYNC: (1.13-1.14); FILE MERGED 2003/10/07 12:17:38 aw 1.13.42.5: #111097# 2003/06/30 13:29:18 aw 1.13.42.4: #110094# 2003/06/06 12:59:10 aw 1.13.42.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:51:26 aw 1.13.42.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:49:17 aw 1.13.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9c7a5799de30c1808a5915c5b4a26a55f3f5a0b4]

        INTEGRATION: CWS aw003 (1.11.42); FILE MERGED 2003/11/04 16:56:05 aw 1.11.42.6: RESYNC: (1.11-1.12); FILE MERGED 2003/10/07 12:17:37 aw 1.11.42.5: #111097# 2003/06/30 13:29:17 aw 1.11.42.4: #110094# 2003/06/06 12:59:09 aw 1.11.42.3: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:51:26 aw 1.11.42.2: #109820# Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug. 2003/05/21 11:49:16 aw 1.11.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6b5e60109a0c64e6dde55566e5b200900cb6ae9c]

        INTEGRATION: CWS aw003 (1.3.230); FILE MERGED 2003/06/06 12:59:09 aw 1.3.230.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [8efefdc846af85ef98bf3999b951932091dd4b52]

        INTEGRATION: CWS aw003 (1.1.1.1.236); FILE MERGED 2003/07/24 14:38:06 aw 1.1.1.1.236.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [8ca9d1f0290d79965671f7109b175d5de4a11f5f]

        INTEGRATION: CWS aw003 (1.20.20); FILE MERGED 2003/06/06 12:59:07 aw 1.20.20.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [bcb1a49973387bba377093ac18e6158b9c128098]

        INTEGRATION: CWS aw003 (1.3.202); FILE MERGED 2003/10/30 14:15:10 aw 1.3.202.4: #111111# No one is deleting the MeasureObj? This is not only an error but also a memory leak (!). Main problem is that this object is still listening to  a StyleSheet of the model which was set. Thus, if You want to keep the obnject, set the modfel to 0L, if object is not needed (seems to be the case here), delete it. 2003/10/07 12:16:38 aw 1.3.202.3: #111097# 2003/07/25 16:30:38 aw 1.3.202.2: #110094# Changed Paint() to DoPaintObject() for identifying reasons 2003/06/06 12:59:07 aw 1.3.202.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f14ed6f011a8ca67ff4f5875dca6a29a0a71db57]

        INTEGRATION: CWS aw003 (1.9.202); FILE MERGED 2003/11/04 16:57:46 aw 1.9.202.3: RESYNC: (1.9-1.10); FILE MERGED 2003/07/24 14:37:50 aw 1.9.202.2: #110094# Adaptions for DrawingLayer changes 2003/06/06 12:59:06 aw 1.9.202.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [901a024afca6885023a883bb0c01fd061ec57cd5]

        INTEGRATION: CWS aw003 (1.22.42); FILE MERGED 2003/11/04 16:57:39 aw 1.22.42.2: RESYNC: (1.22-1.23); FILE MERGED 2003/07/24 14:37:50 aw 1.22.42.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3e396461747b61ed63b18ca8d4a5f527352cb29a]

        INTEGRATION: CWS aw003 (1.17.4); FILE MERGED 2003/07/24 14:37:49 aw 1.17.4.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [140ddf7dea9b28b00b94afd4f3bb520efc00ee8d]

        INTEGRATION: CWS aw003 (1.7.42); FILE MERGED 2003/11/04 16:57:32 aw 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2003/06/06 12:59:06 aw 1.7.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [031132d0d71804e3bc410603534828bfe372c423]

        INTEGRATION: CWS aw003 (1.6.42); FILE MERGED 2003/06/06 12:59:05 aw 1.6.42.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d930f9249cd7a565a4260cd21b77ef14946a237e]

        INTEGRATION: CWS aw003 (1.2.238); FILE MERGED 2003/07/24 14:37:49 aw 1.2.238.2: #110094# Adaptions for DrawingLayer changes 2003/06/06 12:59:05 aw 1.2.238.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6e45e0a3de72ee99f6a88f3bf56aaac80e0d1664]

        INTEGRATION: CWS aw003 (1.3.204); FILE MERGED 2003/10/07 12:16:38 aw 1.3.204.4: #111097# 2003/07/30 16:08:22 aw 1.3.204.3: #110094# Further DrawingLayer adaptions 2003/06/30 13:32:54 aw 1.3.204.2: #110094# 2003/06/06 12:59:04 aw 1.3.204.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [51be3542945080245e7cc4b1838e9be2fb499d71]

        INTEGRATION: CWS aw003 (1.9.202); FILE MERGED 2003/07/24 14:37:48 aw 1.9.202.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7152194d2fc2577ce057b31dba3cb8d13b2a26f3]

        INTEGRATION: CWS aw003 (1.72.8); FILE MERGED 2003/10/07 17:28:16 aw 1.72.8.6: RESYNC: (1.74-1.76); FILE MERGED 2003/07/24 14:37:32 aw 1.72.8.5: #110094# Adaptions for DrawingLayer changes 2003/06/06 12:56:09 aw 1.72.8.4: #109820# Some more property classes need to be delivered due to SCH usages 2003/05/26 12:55:38 aw 1.72.8.3: #109820# Changed from hedabu'ing the new headers to just copying them for delivering 2003/05/21 15:26:52 aw 1.72.8.2: RESYNC: (1.72-1.74); FILE MERGED 2003/05/21 11:40:13 aw 1.72.8.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [12565717a1896ed12dddf4adb5ccd3909cf9e3d6]

        INTEGRATION: CWS aw003 (1.5.42); FILE MERGED 2003/10/07 17:28:06 aw 1.5.42.5: RESYNC: (1.7-1.8); FILE MERGED 2003/10/07 12:16:14 aw 1.5.42.4: #111097# 2003/08/19 16:34:58 aw 1.5.42.3: #111096# 2003/06/30 13:21:48 aw 1.5.42.2: #110094# 2003/05/21 11:40:27 aw 1.5.42.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9dfe86fb5c752d837ae9580931f0fe0a5ec48a4f]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:52 aw 1.1.2.4: #111097# 2003/06/30 13:24:43 aw 1.1.2.3: #110094# 2003/06/06 12:58:04 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:48:02 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [72e4efc62ec9a4a4f6ea079f56d0dee1cc87b0d0]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:48 aw 1.1.2.4: #111097# 2003/06/30 13:24:42 aw 1.1.2.3: #110094# 2003/06/06 12:58:03 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:48:01 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [034bb9801e7314cee50e6cc9c758bea03f807f70]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:44 aw 1.1.2.4: #111097# 2003/06/30 13:24:42 aw 1.1.2.3: #110094# 2003/06/06 12:58:03 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:48:00 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3866e87249d9e987f1f018e201fc726ea3aa651c]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/16 08:25:54 aw 1.1.2.5: #111111# 2003/10/14 10:50:10 aw 1.1.2.4: #111111# 2003/10/07 12:01:41 aw 1.1.2.3: #111097# 2003/06/30 13:24:41 aw 1.1.2.2: #110094# 2003/05/26 12:48:00 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [8169ce367bef8c9513e6de1618e453fcfe6faeee]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:36 aw 1.1.2.4: #111097# 2003/06/30 13:24:41 aw 1.1.2.3: #110094# 2003/06/06 12:58:02 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:59 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [77cac65f79d6ec06319f40bcabb32bdaa73d84bd]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:33 aw 1.1.2.3: #111097# 2003/06/30 13:24:41 aw 1.1.2.2: #110094# 2003/05/26 12:47:58 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [840484d1e035903abc4fa8bc3ceab0b234f27e01]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:32 aw 1.1.2.4: #111097# 2003/06/30 13:24:40 aw 1.1.2.3: #110094# 2003/06/06 12:58:02 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:58 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [457d4bd10eb447907e2e23fab4378e15ccdc490c]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:32 aw 1.1.2.4: #111097# 2003/06/30 13:24:40 aw 1.1.2.3: #110094# 2003/06/06 12:58:01 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:57 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [2a63a7914f675e521e8085a76694a3bd4f9cfaa9]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/11/17 17:24:53 aw 1.1.2.5: #111111# Removed ststic ItemSetusage at EmptyItemSet, this is dangerous when starting more than one application instance. 2003/10/07 12:01:30 aw 1.1.2.4: #111097# 2003/06/30 13:24:40 aw 1.1.2.3: #110094# 2003/06/06 12:58:01 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:56 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [16dd14adbeffdd1813d89f24fa36bb90b8402f13]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:27 aw 1.1.2.4: #111097# 2003/06/30 13:24:39 aw 1.1.2.3: #110094# 2003/06/06 12:58:00 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:56 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [2d649cac1fd8c5214904b11107e70b51c141cd54]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:25 aw 1.1.2.4: #111097# 2003/06/30 13:24:39 aw 1.1.2.3: #110094# 2003/06/06 12:58:00 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:55 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c5900673a4b3989b944eb226c0d3b4e52e84a584]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:21 aw 1.1.2.4: #111097# 2003/06/30 13:24:39 aw 1.1.2.3: #110094# 2003/06/06 12:58:00 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:54 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [22e04d5dd7d125a8a635fdf8649d725af00e2768]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:17 aw 1.1.2.4: #111097# 2003/06/30 13:24:38 aw 1.1.2.3: #110094# 2003/06/06 12:57:59 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:53 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b47d7cb73d395643dac709209832d0cd618d0209]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:14 aw 1.1.2.4: #111097# 2003/06/30 13:24:38 aw 1.1.2.3: #110094# 2003/06/06 12:57:59 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:52 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b7fc1f41eba81bf9d0a01aad3d55ed37c64384f0]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:10 aw 1.1.2.4: #111097# 2003/06/30 13:24:37 aw 1.1.2.3: #110094# 2003/06/06 12:57:59 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:51 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [baae8ecf5f2b695fc6a4a92a6c3fe4dc1abe61ff]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:07 aw 1.1.2.4: #111097# 2003/06/30 13:24:37 aw 1.1.2.3: #110094# 2003/06/06 12:57:58 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:50 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [23b8d05eb276a2adcbe9492f17ae56bb74138ee6]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:05 aw 1.1.2.4: #111097# 2003/06/30 13:24:37 aw 1.1.2.3: #110094# 2003/06/06 12:57:58 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:50 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3ec170d8046b5ebc3e963e1fe1b017594d9fe3d6]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:01:03 aw 1.1.2.4: #111097# 2003/06/30 13:24:36 aw 1.1.2.3: #110094# 2003/06/06 12:57:57 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:49 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [adf200c4059c7e66890ea5b782f9825fa3e83b2c]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:00:59 aw 1.1.2.4: #111097# 2003/06/30 13:24:36 aw 1.1.2.3: #110094# 2003/06/06 12:57:57 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:48 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3f647421ffbe59754d452c2880e6c2c8eb9782f8]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:00:55 aw 1.1.2.4: #111097# 2003/06/30 13:24:36 aw 1.1.2.3: #110094# 2003/06/06 12:57:56 aw 1.1.2.2: #109820# 2nd run of changes for ItemSet isolation 2003/05/26 12:47:48 aw 1.1.2.1: #109820# The new includes for the isolated properties. They are in /svx/inc/svx/sdr/properties since they can then be included in other projects without the need to use the hedabu mechanism. Hedabu cannot be used when delivering to non-simple inc dest dirs, had a long discussion with RT. Thus, the old tree in svx/sdr/properties is no longer used.

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [432fb9b67c5788be0dfaff97320d690b508539f7]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:04:13 aw 1.1.2.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [be65fd8879ac5c58c09776c018f7f0199184ac31]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:00:16 aw 1.1.2.6: #111097# 2003/08/19 16:37:12 aw 1.1.2.5: #111096# 2003/07/30 16:07:10 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 10:13:37 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:23:55 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:24:10 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [cd5e16a2646478fd4fbbcb8d9b87b66415926250]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:03:10 aw 1.1.2.1: #111097#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [6a631e5accc4cf2f6c997ee3c045c0c4de67b9cc]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/20 10:41:43 aw 1.1.2.7: #111111# 2003/10/07 12:00:12 aw 1.1.2.6: #111097# 2003/08/19 16:37:12 aw 1.1.2.5: #111096# 2003/07/30 16:07:10 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 10:13:36 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:23:55 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:24:09 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [87fa5280e4faf5e4b84f0eb1dc4be757c0ffb3ef]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:00:08 aw 1.1.2.7: #111097# 2003/09/19 11:16:37 aw 1.1.2.6: #111111# 2003/08/19 16:37:11 aw 1.1.2.5: #111096# 2003/07/30 16:07:09 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 10:13:36 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:23:55 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:24:08 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [596291c6a5f0fe75da15ad3742c700f2785c887c]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 12:00:06 aw 1.1.2.2: #111097# 2003/07/30 16:06:51 aw 1.1.2.1: #110094# Further DrawingLayer adaptions

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f701b5fa222e7b2022e15b1b9702249f66c58d80]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 11:59:58 aw 1.1.2.5: #111097# 2003/07/30 16:07:09 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 10:13:35 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:23:54 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:24:07 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [170c732c6884883b16285b09b324723b1bcdb4af]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 11:59:55 aw 1.1.2.2: #111097# 2003/08/19 16:37:35 aw 1.1.2.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [cd12af4f4e90387d1128a6dc10ab898515340541]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 11:59:54 aw 1.1.2.5: #111097# 2003/07/30 16:07:08 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 10:13:35 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:23:54 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:24:06 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a1de94b2a64e3d26ee2d7ca254536e7493400b0f]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 11:59:52 aw 1.1.2.6: #111097# 2003/08/19 16:37:11 aw 1.1.2.5: #111096# 2003/07/30 16:07:08 aw 1.1.2.4: #110094# Further DrawingLayer adaptions 2003/07/25 10:13:35 aw 1.1.2.3: #110094# Further changes 2003/07/24 14:23:54 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:24:05 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [57ae197ce2c80e85b9fd7716efa3d62d88eee517]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 11:59:50 aw 1.1.2.5: #111097# 2003/08/19 16:37:10 aw 1.1.2.4: #111096# 2003/07/30 16:07:08 aw 1.1.2.3: #110094# Further DrawingLayer adaptions 2003/07/24 14:23:53 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:24:05 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [ac59b7360ab99a28ed7760965e6f0ae8b3a9f2d8]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 11:59:46 aw 1.1.2.4: #111097# 2003/07/30 16:07:07 aw 1.1.2.3: #110094# Further DrawingLayer adaptions 2003/07/24 14:23:53 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:24:04 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [66e217026cfd7b612be6f44fbedeb7a254916ff3]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 11:59:44 aw 1.1.2.5: #111097# 2003/08/19 16:37:10 aw 1.1.2.4: #111096# 2003/07/30 16:07:07 aw 1.1.2.3: #110094# Further DrawingLayer adaptions 2003/07/24 14:23:53 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:24:03 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9c542ba7aa9fb44dd6268730bc5d91b8b7f80839]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/16 08:25:54 aw 1.1.2.6: #111111# 2003/10/07 11:59:40 aw 1.1.2.5: #111097# 2003/08/19 16:37:10 aw 1.1.2.4: #111096# 2003/07/30 16:07:07 aw 1.1.2.3: #110094# Further DrawingLayer adaptions 2003/07/24 14:23:52 aw 1.1.2.2: #110094# Adaptions for DrawingLayer changes 2003/06/30 13:24:03 aw 1.1.2.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [fb075b4dce0c1fcd9788d81f5c309220c9b62445]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 11:59:30 aw 1.1.2.2: #111097# 2003/08/19 16:40:05 aw 1.1.2.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [51b0edd7d9026f8ced4622a82d3aa2e8d1358ddc]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 11:59:27 aw 1.1.2.2: #111097# 2003/08/19 16:39:54 aw 1.1.2.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [e249c6d35ced2ffeb257895415c41d2c452b729a]

        INTEGRATION: CWS aw003 (1.1.2); FILE ADDED 2003/10/07 11:59:22 aw 1.1.2.2: #111097# 2003/08/19 16:39:44 aw 1.1.2.1: #111096#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [92ebd1a58186993b34cf00772f89d425c7e03786]

        INTEGRATION: CWS aw003 (1.3.230); FILE MERGED 2003/05/21 11:44:08 aw 1.3.230.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1b35d651ea8d5aa0994a3aeaf79de7f1800de85f]

        INTEGRATION: CWS aw003 (1.21.84); FILE MERGED 2003/10/23 14:39:46 aw 1.21.84.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9b430475c8437378b36c47771695af3704bf693c]

        INTEGRATION: CWS aw003 (1.7.6); FILE MERGED 2003/06/06 13:10:17 aw 1.7.6.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1e2b77640fec9c19152cedb372ce6043dd4be7f6]

        INTEGRATION: CWS aw003 (1.68.38); FILE MERGED 2003/06/30 17:55:50 aw 1.68.38.2: RESYNC: (1.68-1.70); FILE MERGED 2003/06/06 13:10:15 aw 1.68.38.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Mikhail Voitenko  <mav@openoffice.org>  [637f866df0deb3e1a861cf23a0d67be481d4096d]

        #112923# creation of OLE objects or links base on fileURL

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9f9ef95cbee9c94cb04b8b15d4e334ee07c73681]

        INTEGRATION: CWS aw003 (1.51.10); FILE MERGED 2003/11/21 10:21:50 aw 1.51.10.2: RESYNC: (1.51-1.52); FILE MERGED 2003/10/23 14:39:45 aw 1.51.10.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [ca6f90d92ba618b2f3e9a3bc5e00eaab97535cc7]

        INTEGRATION: CWS aw003 (1.95.4); FILE MERGED 2003/11/21 10:21:42 aw 1.95.4.7: RESYNC: (1.106-1.107); FILE MERGED 2003/10/23 14:39:44 aw 1.95.4.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/10 09:17:01 aw 1.95.4.5: #111880# 2003/10/07 14:49:26 aw 1.95.4.4: RESYNC: (1.103-1.106); FILE MERGED 2003/08/20 11:23:26 aw 1.95.4.3: RESYNC: (1.99-1.103); FILE MERGED 2003/06/30 18:03:37 aw 1.95.4.2: RESYNC: (1.95-1.99); FILE MERGED 2003/06/06 13:10:14 aw 1.95.4.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d64ee000a4a4a1f610a2d23c58a72b85b794cf2c]

        INTEGRATION: CWS aw003 (1.8.6); FILE MERGED 2003/08/20 11:24:37 aw 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2003/06/06 13:10:12 aw 1.8.6.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [719553f8b4c93c342dfdb451c5c22e1af0003e6f]

        INTEGRATION: CWS aw003 (1.37.38); FILE MERGED 2003/11/04 16:00:52 aw 1.37.38.5: RESYNC: (1.39-1.40); FILE MERGED 2003/10/23 14:39:43 aw 1.37.38.4: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 14:56:49 aw 1.37.38.3: RESYNC: (1.38-1.39); FILE MERGED 2003/06/30 18:06:59 aw 1.37.38.2: RESYNC: (1.37-1.38); FILE MERGED 2003/06/30 13:38:50 aw 1.37.38.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7235b83e1d9a74e05ce39c66101f9e467e254c8b]

        INTEGRATION: CWS aw003 (1.8.6); FILE MERGED 2003/10/23 14:39:42 aw 1.8.6.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/14 08:24:28 aw 1.8.6.5: #111111# 2003/10/07 11:34:16 aw 1.8.6.4: #111097# 2003/08/20 11:25:04 aw 1.8.6.3: RESYNC: (1.8-1.9); FILE MERGED 2003/07/25 16:22:34 aw 1.8.6.2: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases 2003/06/30 13:38:49 aw 1.8.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [ad9c18a86995782b2cef6e801b62b97a31c01af4]

        INTEGRATION: CWS aw003 (1.37.6); FILE MERGED 2003/11/21 10:25:29 aw 1.37.6.3: RESYNC: (1.38-1.39); FILE MERGED 2003/10/07 14:58:18 aw 1.37.6.2: RESYNC: (1.37-1.38); FILE MERGED 2003/06/30 13:38:47 aw 1.37.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [03d7f0061fac7135b8d998cacbb561c5a72939b8]

        INTEGRATION: CWS aw003 (1.47.32); FILE MERGED 2003/11/04 16:01:10 aw 1.47.32.4: RESYNC: (1.50-1.51); FILE MERGED 2003/08/20 11:25:47 aw 1.47.32.3: RESYNC: (1.48-1.50); FILE MERGED 2003/06/30 18:07:16 aw 1.47.32.2: RESYNC: (1.47-1.48); FILE MERGED 2003/06/30 13:38:47 aw 1.47.32.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a964eac6ba0f31b6497a94d0a2c6674394425738]

        INTEGRATION: CWS aw003 (1.6.6); FILE MERGED 2003/10/23 14:39:42 aw 1.6.6.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a5ce4ed39297b30d3f957fd1f31cd797a2628772]

        INTEGRATION: CWS aw003 (1.7.6); FILE MERGED 2003/11/04 16:19:55 aw 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2003/06/30 13:38:45 aw 1.7.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [73d1b2a1dac21792017a5317ca5591e32b28c19f]

        INTEGRATION: CWS aw003 (1.32.6); FILE MERGED 2003/11/04 16:19:49 aw 1.32.6.3: RESYNC: (1.32-1.34); FILE MERGED 2003/10/23 14:39:39 aw 1.32.6.2: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/06/30 13:38:44 aw 1.32.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a3b32ad17bd2ad31d6f9b193dc65a26450dca8c9]

        INTEGRATION: CWS aw003 (1.61.6); FILE MERGED 2003/11/04 16:19:44 aw 1.61.6.4: RESYNC: (1.64-1.65); FILE MERGED 2003/10/07 15:00:33 aw 1.61.6.3: RESYNC: (1.63-1.64); FILE MERGED 2003/06/30 18:10:41 aw 1.61.6.2: RESYNC: (1.61-1.63); FILE MERGED 2003/06/30 13:38:44 aw 1.61.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [498dd2b37e9267e18efb99d02631fa5a1827479c]

        INTEGRATION: CWS aw003 (1.34.6); FILE MERGED 2003/11/04 16:19:28 aw 1.34.6.5: RESYNC: (1.36-1.38); FILE MERGED 2003/10/23 14:39:38 aw 1.34.6.4: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/20 11:28:20 aw 1.34.6.3: RESYNC: (1.35-1.36); FILE MERGED 2003/06/30 18:10:21 aw 1.34.6.2: RESYNC: (1.34-1.35); FILE MERGED 2003/06/30 13:38:43 aw 1.34.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d3eb3c1f77afa8ea8a725b15dad1d99d1a41e6aa]

        INTEGRATION: CWS aw003 (1.19.6); FILE MERGED 2003/10/23 14:39:37 aw 1.19.6.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 15:00:06 aw 1.19.6.4: RESYNC: (1.21-1.22); FILE MERGED 2003/08/20 11:27:43 aw 1.19.6.3: RESYNC: (1.20-1.21); FILE MERGED 2003/06/30 18:10:03 aw 1.19.6.2: RESYNC: (1.19-1.20); FILE MERGED 2003/06/30 13:38:42 aw 1.19.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [22cee7749f2a9159bba46fbcf667a57bceb9459f]

        INTEGRATION: CWS aw003 (1.26.72); FILE MERGED 2003/11/04 16:16:34 aw 1.26.72.2: RESYNC: (1.26-1.28); FILE MERGED 2003/10/23 14:39:36 aw 1.26.72.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f03b97182aef607c831b3e6a635830688d672216]

        INTEGRATION: CWS aw003 (1.38.6); FILE MERGED 2003/08/20 11:27:26 aw 1.38.6.3: RESYNC: (1.40-1.41); FILE MERGED 2003/06/30 18:09:11 aw 1.38.6.2: RESYNC: (1.38-1.40); FILE MERGED 2003/06/30 13:38:42 aw 1.38.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d6808336cbf9e9dac63c4cb37004e959150bf3e8]

        INTEGRATION: CWS aw003 (1.43.6); FILE MERGED 2003/07/02 10:48:25 aw 1.43.6.3: #110094# Replaced IsWritreFlyFrame with RTTI version 2003/06/30 18:12:36 aw 1.43.6.2: RESYNC: (1.43-1.45); FILE MERGED 2003/06/30 13:38:34 aw 1.43.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [3d44fa14d5211d18a639909e5b2fce1a8059ab98]

        INTEGRATION: CWS aw003 (1.27.6); FILE MERGED 2003/08/20 11:31:16 aw 1.27.6.3: RESYNC: (1.28-1.29); FILE MERGED 2003/06/30 18:12:29 aw 1.27.6.2: RESYNC: (1.27-1.28); FILE MERGED 2003/06/30 13:38:33 aw 1.27.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a9c955272c3d4385eebc7e24b5feb6d5e1851bf5]

        INTEGRATION: CWS aw003 (1.38.32); FILE MERGED 2003/11/04 16:21:49 aw 1.38.32.6: RESYNC: (1.42-1.43); FILE MERGED 2003/10/23 14:39:33 aw 1.38.32.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 15:02:47 aw 1.38.32.4: RESYNC: (1.41-1.42); FILE MERGED 2003/08/20 11:31:10 aw 1.38.32.3: RESYNC: (1.40-1.41); FILE MERGED 2003/06/30 18:12:22 aw 1.38.32.2: RESYNC: (1.38-1.40); FILE MERGED 2003/06/30 13:38:33 aw 1.38.32.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1e1d76f2d5b2ac27837cd3ff691ba88d5b1cb6bc]

        INTEGRATION: CWS aw003 (1.32.6); FILE MERGED 2003/08/20 11:31:02 aw 1.32.6.3: RESYNC: (1.33-1.34); FILE MERGED 2003/06/30 18:12:15 aw 1.32.6.2: RESYNC: (1.32-1.33); FILE MERGED 2003/06/30 13:38:32 aw 1.32.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [8b5fca67a67e35adfa8dee35215e5678eafa5880]

        INTEGRATION: CWS aw003 (1.62.8); FILE MERGED 2003/10/23 14:39:31 aw 1.62.8.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/16 08:13:34 aw 1.62.8.5: #111111# 2003/10/07 11:34:11 aw 1.62.8.4: #111097# 2003/08/20 11:30:54 aw 1.62.8.3: RESYNC: (1.68-1.69); FILE MERGED 2003/06/30 18:11:56 aw 1.62.8.2: RESYNC: (1.62-1.68); FILE MERGED 2003/06/30 13:38:31 aw 1.62.8.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [9822319e70928f706c421ea4b0ba30e0a33a5fad]

        INTEGRATION: CWS aw003 (1.26.6); FILE MERGED 2003/10/23 14:39:30 aw 1.26.6.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/20 11:30:47 aw 1.26.6.2: RESYNC: (1.26-1.28); FILE MERGED 2003/06/30 13:38:31 aw 1.26.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [4e184eb9a9f15adf2e1d267cb2187f124c1bd055]

        INTEGRATION: CWS aw003 (1.13.6); FILE MERGED 2003/06/30 13:38:30 aw 1.13.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [1e24f4d48b3f15e3ce6cbce91529217063a46092]

        INTEGRATION: CWS aw003 (1.29.32); FILE MERGED 2003/10/23 14:39:30 aw 1.29.32.4: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/20 11:30:40 aw 1.29.32.3: RESYNC: (1.30-1.32); FILE MERGED 2003/06/30 18:11:49 aw 1.29.32.2: RESYNC: (1.29-1.30); FILE MERGED 2003/06/30 13:38:30 aw 1.29.32.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [2c6c97c2f423ed2c71923d83d8e2231e6f5279f4]

        INTEGRATION: CWS aw003 (1.13.6); FILE MERGED 2003/06/30 13:38:29 aw 1.13.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [4dcacca77de552deab9aa0bb07e6a8fc900b25d9]

        INTEGRATION: CWS aw003 (1.46.6); FILE MERGED 2003/10/23 14:39:29 aw 1.46.6.6: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 15:02:36 aw 1.46.6.5: RESYNC: (1.50-1.52); FILE MERGED 2003/09/18 09:10:39 aw 1.46.6.4: #111111# 2003/08/20 11:30:33 aw 1.46.6.3: RESYNC: (1.49-1.50); FILE MERGED 2003/06/30 18:11:41 aw 1.46.6.2: RESYNC: (1.46-1.49); FILE MERGED 2003/06/30 13:38:29 aw 1.46.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d7a639b51c34b3e0fbce31b9b627099b1d04b5a5]

        INTEGRATION: CWS aw003 (1.20.6); FILE MERGED 2003/10/23 14:39:29 aw 1.20.6.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 15:02:25 aw 1.20.6.4: RESYNC: (1.22-1.23); FILE MERGED 2003/08/20 11:30:26 aw 1.20.6.3: RESYNC: (1.21-1.22); FILE MERGED 2003/06/30 18:11:34 aw 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2003/06/30 13:38:29 aw 1.20.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [987abd892a6ab69f7e2a4e4bbc689d7d3d2ca289]

        INTEGRATION: CWS aw003 (1.42.38); FILE MERGED 2003/11/21 10:26:46 aw 1.42.38.6: RESYNC: (1.49-1.50); FILE MERGED 2003/10/07 15:01:41 aw 1.42.38.5: RESYNC: (1.46-1.49); FILE MERGED 2003/08/20 11:29:47 aw 1.42.38.4: RESYNC: (1.44-1.46); FILE MERGED 2003/07/24 14:47:21 aw 1.42.38.3: #110094# Adaptions to DrawingLayer changes 2003/06/30 18:11:16 aw 1.42.38.2: RESYNC: (1.42-1.44); FILE MERGED 2003/06/30 13:38:28 aw 1.42.38.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f661ca88421b020b22fded3693841706ea73c619]

        INTEGRATION: CWS aw003 (1.22.6); FILE MERGED 2003/11/04 16:21:30 aw 1.22.6.4: RESYNC: (1.24-1.25); FILE MERGED 2003/10/23 14:39:28 aw 1.22.6.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/20 11:30:08 aw 1.22.6.2: RESYNC: (1.22-1.24); FILE MERGED 2003/06/30 13:38:28 aw 1.22.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [62fe9829ee257853e60c616e5f11e37f06adc4b1]

        INTEGRATION: CWS aw003 (1.5.6); FILE MERGED 2003/06/30 13:38:27 aw 1.5.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b15f4257a600f9c58bd9b3525c100eeb68d8cf78]

        INTEGRATION: CWS aw003 (1.36.6); FILE MERGED 2003/11/04 16:21:23 aw 1.36.6.6: RESYNC: (1.39-1.40); FILE MERGED 2003/10/23 14:39:27 aw 1.36.6.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 15:01:53 aw 1.36.6.4: RESYNC: (1.38-1.39); FILE MERGED 2003/08/20 11:30:03 aw 1.36.6.3: RESYNC: (1.37-1.38); FILE MERGED 2003/06/30 18:11:09 aw 1.36.6.2: RESYNC: (1.36-1.37); FILE MERGED 2003/06/30 13:38:27 aw 1.36.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a69ffe3af49a6f9239823c1d840101dff89899e2]

        INTEGRATION: CWS aw003 (1.21.44); FILE MERGED 2003/08/20 11:32:20 aw 1.21.44.2: RESYNC: (1.21-1.22); FILE MERGED 2003/06/30 13:38:25 aw 1.21.44.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [ebd1137d694515d536ee2d932a07e4a0f4163d87]

        INTEGRATION: CWS aw003 (1.2.218); FILE MERGED 2003/10/23 14:39:26 aw 1.2.218.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 11:34:04 aw 1.2.218.4: #111097# 2003/07/25 16:21:59 aw 1.2.218.3: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases 2003/05/26 13:19:30 aw 1.2.218.2: #109820# Changed from Properties to BaseProperties 2003/05/21 11:52:01 aw 1.2.218.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [19f5c0d5f0e7adc0bf91100fee0e485f53170592]

        INTEGRATION: CWS aw003 (1.15.6); FILE MERGED 2003/06/30 18:13:45 aw 1.15.6.2: RESYNC: (1.15-1.17); FILE MERGED 2003/06/30 13:38:24 aw 1.15.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f875c69012f27c6d599ef8fcccc5c435be48556b]

        INTEGRATION: CWS aw003 (1.14.6); FILE MERGED 2003/06/30 18:13:39 aw 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2003/06/30 13:38:23 aw 1.14.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [c5b2f0ce1b8beafaf9aff93d07550d0cc58f6b10]

        INTEGRATION: CWS aw003 (1.24.6); FILE MERGED 2003/10/23 14:39:24 aw 1.24.6.7: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 15:04:19 aw 1.24.6.6: RESYNC: (1.26-1.27); FILE MERGED 2003/09/18 10:29:24 aw 1.24.6.5: #111111# 2003/08/20 11:32:41 aw 1.24.6.4: RESYNC: (1.25-1.26); FILE MERGED 2003/06/30 18:13:32 aw 1.24.6.3: RESYNC: (1.24-1.25); FILE MERGED 2003/06/30 13:38:22 aw 1.24.6.2: #110094# 2003/06/06 13:10:09 aw 1.24.6.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [da70aa78f14d9c9a852a3e13d058c87525b494b2]

        INTEGRATION: CWS aw003 (1.10.6); FILE MERGED 2003/10/23 14:39:24 aw 1.10.6.4: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/20 11:32:34 aw 1.10.6.3: RESYNC: (1.12-1.14); FILE MERGED 2003/06/30 18:13:24 aw 1.10.6.2: RESYNC: (1.10-1.12); FILE MERGED 2003/06/30 13:38:22 aw 1.10.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [54a7f14acba4f28d8f3f3163e384c4c67677cc54]

        INTEGRATION: CWS aw003 (1.14.6); FILE MERGED 2003/10/23 14:39:24 aw 1.14.6.5: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/20 11:32:27 aw 1.14.6.4: RESYNC: (1.15-1.17); FILE MERGED 2003/06/30 18:13:17 aw 1.14.6.3: RESYNC: (1.14-1.15); FILE MERGED 2003/06/30 13:38:21 aw 1.14.6.2: #110094# 2003/06/06 13:10:08 aw 1.14.6.1: #109820# 2nd run of changes for ItemSet isolation

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [99aeef1ebf5cc8a1ef675c04fb8647208509c60a]

        INTEGRATION: CWS aw003 (1.6.4); FILE MERGED 2003/10/23 14:39:23 aw 1.6.4.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [973761820ecf3ba61f7f369c3e28b938b20e6fda]

        INTEGRATION: CWS aw003 (1.9.38); FILE MERGED 2003/11/04 16:23:05 aw 1.9.38.4: RESYNC: (1.11-1.12); FILE MERGED 2003/08/20 11:33:43 aw 1.9.38.3: RESYNC: (1.10-1.11); FILE MERGED 2003/06/30 18:15:18 aw 1.9.38.2: RESYNC: (1.9-1.10); FILE MERGED 2003/06/30 13:38:20 aw 1.9.38.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [31ae1737c2440e8dae9763f0f6f85510d7249fe3]

        INTEGRATION: CWS aw003 (1.5.6); FILE MERGED 2003/06/30 13:38:20 aw 1.5.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [04d5cfb6c4d5542d8a5cec186958c5ed0d0916f5]

        INTEGRATION: CWS aw003 (1.11.6); FILE MERGED 2003/10/23 14:39:22 aw 1.11.6.7: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 11:33:59 aw 1.11.6.6: #111097# 2003/07/25 16:21:47 aw 1.11.6.5: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases 2003/07/24 14:46:58 aw 1.11.6.4: #110094# Adaptions to DrawingLayer changes 2003/06/30 13:38:19 aw 1.11.6.3: #110094# 2003/05/26 13:24:20 aw 1.11.6.2: #109820# Replaces Properties with BaseProperties 2003/05/21 11:52:32 aw 1.11.6.1: #109820#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b3159d8351641af089cf2e368d960702124d0110]

        INTEGRATION: CWS aw003 (1.16.6); FILE MERGED 2003/10/23 14:39:21 aw 1.16.6.7: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 15:06:01 aw 1.16.6.6: RESYNC: (1.19-1.21); FILE MERGED 2003/09/18 08:43:43 aw 1.16.6.5: #111111# 2003/08/20 11:33:50 aw 1.16.6.4: RESYNC: (1.17-1.19); FILE MERGED 2003/07/24 14:46:57 aw 1.16.6.3: #110094# Adaptions to DrawingLayer changes 2003/06/30 18:15:12 aw 1.16.6.2: RESYNC: (1.16-1.17); FILE MERGED 2003/06/30 13:38:19 aw 1.16.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [7ce48dae0c633e86c6a6777820372eba9ab72fe5]

        INTEGRATION: CWS aw003 (1.11.38); FILE MERGED 2003/10/23 14:39:19 aw 1.11.38.4: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/20 11:34:21 aw 1.11.38.3: RESYNC: (1.12-1.13); FILE MERGED 2003/06/30 18:15:48 aw 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED 2003/06/30 13:38:18 aw 1.11.38.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [b2e50b48e0b464f3f3e5ee3ae774005f40a1bbf5]

        INTEGRATION: CWS aw003 (1.14.6); FILE MERGED 2003/10/23 14:39:19 aw 1.14.6.4: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/20 11:34:13 aw 1.14.6.3: RESYNC: (1.15-1.16); FILE MERGED 2003/06/30 18:15:42 aw 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2003/06/30 13:38:17 aw 1.14.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [e71de99a41e3bb2cc486321e77b92b15a2251565]

        INTEGRATION: CWS aw003 (1.17.38); FILE MERGED 2003/11/04 16:24:00 aw 1.17.38.5: RESYNC: (1.19-1.20); FILE MERGED 2003/10/23 14:39:18 aw 1.17.38.4: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/08/20 11:33:56 aw 1.17.38.3: RESYNC: (1.18-1.19); FILE MERGED 2003/06/30 18:15:36 aw 1.17.38.2: RESYNC: (1.17-1.18); FILE MERGED 2003/06/30 13:38:17 aw 1.17.38.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d2222b217fd1231fb74be725184f875d60dd4921]

        INTEGRATION: CWS aw003 (1.3.6); FILE MERGED 2003/06/30 13:38:16 aw 1.3.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [d1a6965e259d8161a17794f7463812d731c3d6fa]

        INTEGRATION: CWS aw003 (1.6.6); FILE MERGED 2003/10/23 14:39:18 aw 1.6.6.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [a86758d5d3e89edb33180bc5e5413cf0796ba796]

        INTEGRATION: CWS aw003 (1.9.6); FILE MERGED 2003/10/23 14:39:17 aw 1.9.6.2: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/06/30 13:38:14 aw 1.9.6.1: #110094#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [27c87c3915a614bb7a8e1dfabbd3acef316690a6]

        INTEGRATION: CWS aw003 (1.4.84); FILE MERGED 2003/10/23 14:39:00 aw 1.4.84.3: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect() 2003/10/07 15:12:34 aw 1.4.84.2: RESYNC: (1.4-1.6); FILE MERGED 2003/09/18 08:43:58 aw 1.4.84.1: #111111#

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [836ca7dabdfacf7818ba2995a6a6d56e4ba2fa9a]

        INTEGRATION: CWS aw003 (1.4.110); FILE MERGED 2003/10/24 08:33:21 aw 1.4.110.1: #111111# Change from GetBoundRect() to GetCurrentBoundRect()

2003-11-24  Rüdiger Timm  <rt@openoffice.org>  [f27de87fb0e7369625062d96ee0d91cc3c3b5fe6]

        INTEGRATION: CWS aw003 (1.43.12); FILE MERGED 2003/07/24 14:16:08 aw 1.43.12.1: #110094# Adaptions for DrawingLayer changes

2003-11-24  Armin Weiss  <aw@openoffice.org>  [fc28c4c142b499c2919467d7146ba1115dfd608b]

        #111880#

2003-11-24  Björn Milcke  <bm@openoffice.org>  [15cdccc9f167781cf5416dd1b685086535b5cced]

        data for a circle in an xy-chart

2003-11-24  Mikhail Voitenko  <mav@openoffice.org>  [b48620947caf316db386694cedafd1cb3a199fe3]

        #112923# truncate stream on reusing for write and reopen temporary file

2003-11-24  Mikhail Voitenko  <mav@openoffice.org>  [841e5e03b29c712465dad1711d31ac7a63e3b1ea]

        #112923# close new stream if it is not used

2003-11-22  Ingrid Halama  <iha@openoffice.org>  [ab39e9b2422d96f3ca41db0752e2bfc352714a8a]

        start enable dragging and rotation

2003-11-22  Ingrid Halama  <iha@openoffice.org>  [8659d31f621c2b92be87fe8080d873b1af66f3b2]

        added methods isDragableObjectHitTwice and changeSelection

2003-11-22  Ingrid Halama  <iha@openoffice.org>  [0d6b611d45f9bf65bd6100174e94c141b9820f95]

        correct z positioning for 3D line chart

2003-11-22  Ingrid Halama  <iha@openoffice.org>  [0c3274fea81f6cfd0ff58c8201d208f7b8d3a788]

        enable three scale groups in tree

2003-11-22  Ingrid Halama  <iha@openoffice.org>  [5a13ffce252801aef1a31ac3f1511f7594606151]

        enable symbols for scatter chart

2003-11-22  Ingrid Halama  <iha@openoffice.org>  [d387a4d5863eb128bba9f28ad80b10891c4893ac]

        return NAN if no x value is available

2003-11-22  Ingrid Halama  <iha@openoffice.org>  [fb9d4bba69547bd77a57b92336b450ef4ca14f7a]

        provide correct x maximum and minimum for continuous(not category) x-axis

2003-11-22  Ingrid Halama  <iha@openoffice.org>  [2b90b8a260f837103fc7ca6d52867dc5fc188d96]

        remove random x values

2003-11-22  Ingrid Halama  <iha@openoffice.org>  [6d628abbf7f9a041af4432b8f33d6cd98bb30080]

        introduced flag bCategoryXAxis to distinguish line and scatter charts even if having data series with x-values

2003-11-21  Björn Milcke  <bm@openoffice.org>  [db299f27543106bb9bfc4bd53e8033464e8df4a5]

        line-symbols for scatter chart

2003-11-21  Björn Milcke  <bm@openoffice.org>  [bd15c0567fb8f4f74022a1437d9f08e66dc47d4f]

        +XYDataInterpreter

2003-11-21  Björn Milcke  <bm@openoffice.org>  [593cedd798fc5931de66386b6b43e9b7fd810797]

        use XYDataInterpreter if USE_XY_DATA is defined

2003-11-21  Björn Milcke  <bm@openoffice.org>  [53928760f303f3a0b696bf317f453ab35b308286]

        getStackMode -> getYStackMode +getZStackMode

2003-11-21  Björn Milcke  <bm@openoffice.org>  [8aceaf027ea85aa09d81ea4ee6de7760f8909d8d]

        skeletton for stock chart type template

2003-11-20  Kurt Zenker  <kz@openoffice.org>  [f9eb3d552217a4dea430d067b351a34fb01e738d]

        #100000# define HMENU for vcl changes

2003-11-20  Björn Milcke  <bm@openoffice.org>  [ca82e0625dd0a63243da28c585b60d3f77dc7114]

        Line- and Scatter subtypes added (symbols, curve type)

2003-11-20  Ingrid Halama  <iha@openoffice.org>  [3c6abd007ba83f3fec3d737da2d03966d7824bdd]

        enable ScatterChart

2003-11-20  Björn Milcke  <bm@openoffice.org>  [14c1436c7347fa4c475aec00363f9285daca889e]

        let charttype templates determine by themselves, if a diagram was crated by them

2003-11-20  Björn Milcke  <bm@openoffice.org>  [9ae20fe6babbc979e45f56451b3d6450f936fae5]

        scatter chart type

2003-11-20  Mikhail Voitenko  <mav@openoffice.org>  [93f166da84a53ffe3ae4a83d7800425bfa8e5126]

        #112923# do not close stream untill it is needed

2003-11-20  Kurt Zenker  <kz@openoffice.org>  [cf8a36c99b469cd14ccc13bc9b56bb2ae93e80c3]

        #100000# HMENU define for vcl changes

2003-11-20  Mikhail Voitenko  <mav@openoffice.org>  [379164d76f79ff2ae0de4ed3dfece6e7432779eb]

        #112923# use Any( void ) return type

2003-11-20  Kurt Zenker  <kz@openoffice.org>  [734f4375243d0f6c5e947f7a50fdf50960c059b6]

        #100000# corrected cast for nonpro version

2003-11-20  Kurt Zenker  <kz@openoffice.org>  [00f9f3e1c9e34f7bb5650d1c7979bb26800c7e11]

        #100000# adaptation to vcl changes

2003-11-20  Kurt Zenker  <kz@openoffice.org>  [330862bc5397dcd9e91fb2acdd2bc947bf9c597a]

        #100000# include <sysdata.hxx> are needed

2003-11-20  Kurt Zenker  <kz@openoffice.org>  [c4d3eece7ca97a335b25611ce101793cdde09960]

        new version for SRC680

2003-11-20  Kurt Zenker  <kz@openoffice.org>  [b8eb40f8e4e6831662a13445f3fdcfd6af5c84f9]

        #100000# solved merge problems

2003-11-20  Ingrid Halama  <iha@openoffice.org>  [e615c4f87640e32e3142ddb651ad42ec8b1f4f8c]

        use SplineOrder and CurveResolution from model

2003-11-20  Mikhail Voitenko  <mav@openoffice.org>  [3afcddd235e5991a73c6804e6fd0ba993b401868]

        #112923# main thread executor

2003-11-20  mwu  <mwu@openoffice.org>  [a401bd09459ec2d3998622f03706902c0e41a31d]

        remove the popuped strip001 after adding namespace binfilter

2003-11-20  mwu  <mwu@openoffice.org>  [f33b4aa37dd3f26a4b23157d17c8dab87680f588]

        remove the popuped strip001 after adding namespace binfilter

2003-11-20  Kurt Zenker  <kz@openoffice.org>  [cd0ac761eb8fdff138b81e599f887874ea9f0972]

        new version for SRC680

2003-11-19  Kurt Zenker  <kz@openoffice.org>  [f1cc65f2c4dae2abce36afbcad947e791bfabe0d]

        new version for SRC680

2003-11-19  Kurt Zenker  <kz@openoffice.org>  [d801180155ade3b2b5c5e96e50cb7bdf2ba3f25e]

        new version for SRC680

2003-11-19  Kurt Zenker  <kz@openoffice.org>  [6233c498047fb37810581118b6173ef712aa93ab]

        new version for SRC680

2003-11-19  Kurt Zenker  <kz@openoffice.org>  [feeb74d2165375b4236b6ecbd20af38766df32fb]

        new version for SRC680

2003-11-19  Ingrid Halama  <iha@openoffice.org>  [78fd698f8317d959aa889fa9c8dcfce4a9da5b67]

        add ChartType-Model to 'ChartType-View' to get charttype specific values (e.g. spline type)

2003-11-19  Björn Milcke  <bm@openoffice.org>  [68a4e2c524e4a6dd5786f781830c2ca351f2a1b3]

        +properties CurveResolution, SplineOrder

2003-11-19  Björn Milcke  <bm@openoffice.org>  [5fa0c02e99d136f6d3f82c786fc038d8fd555c30]

        todo-comment

2003-11-19  Björn Milcke  <bm@openoffice.org>  [41dbfe9235ad7c89c76585168661bc5a50348398]

        +Property CurveStyle for LineChartType

2003-11-19  Ingrid Halama  <iha@openoffice.org>  [1fc4f24f9b7118016e175466343be14a7e6496ff]

        font resize for axis

2003-11-19  Björn Milcke  <bm@openoffice.org>  [2682ba9cbf4227bea06ae9006799f160b38c6298]

        + ReferenceDiagramSize

2003-11-19  Kurt Zenker  <kz@openoffice.org>  [ad5e1813e8a15615ee3d0514af69677cfc4a844d]

        SRC680

2003-11-19  Ingrid Halama  <iha@openoffice.org>  [bc3398e1d57ce9c7d114a9c66e5520302bd52dc1]

        coorected cube creation

2003-11-19  Ingrid Halama  <iha@openoffice.org>  [3ef53da421b0f6d45366650a8520003ccb4f0cd0]

        handle reverse oriented axes properly; corrected fCompleteHeight; changed test geometries

2003-11-19  Ingrid Halama  <iha@openoffice.org>  [018726efa175000fc9085331e23ecc16d7a1642c]

        handle reverse oriented axes properly

2003-11-19  Ingrid Halama  <iha@openoffice.org>  [bbfcfaa0645d8b6b6fd3cf44894bab6c4eac012a]

        removed unused code

2003-11-19  Ingrid Halama  <iha@openoffice.org>  [cf0364d7f018b77deb2dbe9942c2544282ff010c]

        added methods isMathematicalOrientationX/Y/Z

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e5fffeb10ca3f70208f11a2a9aa892fdda5ecbb7]

        new version for SRC680

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6701cd0cc7e51fa25f58a9d002153098dc31ace4]

        new version for SRC680

2003-11-18  Armin Weiss  <aw@openoffice.org>  [891d4b9769012756e3171bbe2ec08cc5ff100f45]

        Changes to makefiles regarding the building of *.hid stuff, changes of macro DBG_NAME where it conflicts with the namespace binfilter, some changes of namespace binfilter definitions where the define PRODUCT was used.

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2148849e136abcc2ca5bb5bc1cb990be19edabe2]

        INTEGRATION: CWS scriptingf1 (1.32.4); FILE MERGED 2003/10/31 15:10:42 dfoster 1.32.4.4: RESYNC: (1.34-1.36); FILE MERGED 2003/10/29 14:55:18 toconnor 1.32.4.3: #i21858# - remove framework namespace from namespace hierarchy as the depth was not in line with convention for UNO idl namespaces 2003/09/24 10:54:00 dfoster 1.32.4.2: RESYNC: (1.32-1.34); FILE MERGED Added missing targets to the util target. 2003/06/25 14:55:57 dfoster 1.32.4.1: Re-adding scripting framework

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f8c36a2bbefcc3a92568147551a9cc2697ed957d]

        INTEGRATION: CWS scriptingf1 (1.4.220); FILE MERGED 2003/10/15 12:43:32 dfoster 1.4.220.2: #i19264# - only execute new script:// bindings through the scripting framework, Basic macro bindings should use the previous codepath 2003/10/09 13:56:24 dfoster 1.4.220.1: #i19264# - support execution of scripting framework scripts

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6971496fd46269c8b308c7d2fa9878c4ae72d0c5]

        INTEGRATION: CWS scriptingf1 (1.25.8); FILE MERGED 2003/10/09 15:15:30 dfoster 1.25.8.1: #i19261# - support import and export of scripting framework script bindings for dialogs

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9d0afc2247ceea34c2ad30c4e6c4b12f0a1b11f0]

        INTEGRATION: CWS scriptingf1 (1.29.32); FILE MERGED 2003/10/09 15:15:28 dfoster 1.29.32.1: #i19261# - support import and export of scripting framework script bindings for dialogs

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7dc89927531c1bd885bb0b418d3871539c677576]

        INTEGRATION: CWS scriptingf1 (1.58.4); FILE MERGED 2003/10/31 16:34:52 dfoster 1.58.4.6: RESYNC: (1.64-1.66); FILE MERGED 2003/10/29 14:47:56 toconnor 1.58.4.5: #i21858# - remove framework namespace to adhere to UNO idl naming convention of no more than 5 namespaces in depth 2003/09/24 09:50:49 dfoster 1.58.4.4: RESYNC: (1.62-1.64); FILE MERGED 2003/08/22 14:39:27 npower 1.58.4.3: #i12906# updates to include new interfaces in new dcsssf::browse namespace 2003/08/08 13:59:42 dfoster 1.58.4.2: #i15986# Resolving conflicts going from SRX645->SRC680 2003/06/25 14:04:51 dfoster 1.58.4.1: Re-addeding Scripting Framework IDLs

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a83d642ee0f719c7c18c453621042e388e9dc007]

        INTEGRATION: CWS scriptingf1 (1.49.24); FILE MERGED 2003/10/31 16:35:00 dfoster 1.49.24.4: RESYNC: (1.51-1.52); FILE MERGED 2003/10/29 14:47:55 toconnor 1.49.24.3: #i21858# - remove framework namespace to adhere to UNO idl naming convention of no more than 5 namespaces in depth 2003/09/24 09:51:04 dfoster 1.49.24.2: RESYNC: (1.49-1.51); FILE MERGED 2003/08/22 14:44:08 npower 1.49.24.1: #i12906# Adding new interfaces in new namespace dcsssf:browse.

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f15692deef50afe649f6fad04d81f40025c5fe1b]

        INTEGRATION: CWS scriptingf1 (1.43.4); FILE MERGED 2003/10/31 16:35:07 dfoster 1.43.4.7: RESYNC: (1.47-1.49); FILE MERGED 2003/10/29 14:47:54 toconnor 1.43.4.6: #i21858# - remove framework namespace to adhere to UNO idl naming convention of no more than 5 namespaces in depth 2003/10/06 14:49:22 mav 1.43.4.5: #i19303# document depends from embed 2003/09/24 09:50:57 dfoster 1.43.4.4: RESYNC: (1.45-1.47); FILE MERGED 2003/08/22 14:44:08 npower 1.43.4.3: #i12906# Adding new interfaces in new namespace dcsssf:browse. 2003/08/08 13:59:00 dfoster 1.43.4.2: #i15986# Resolving conflicts going from SRX645->SRC680 2003/06/25 13:40:27 dfoster 1.43.4.1: Re-adding targets for Scripting Framework

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c76c7f3eae7dc2278ea12593886ae5f8b83d6aaf]

        INTEGRATION: CWS scriptingf1 (1.32.64); FILE MERGED 2003/10/06 14:51:09 mav 1.32.64.1: #i19303# XDocumentSubStorageSupplier.idl

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f3e0abef8f9116ec12261b2094eaede31f5d85eb]

        INTEGRATION: CWS scriptingf1 (1.1.2); FILE ADDED 2003/10/06 14:50:35 mav 1.1.2.1: #i19303# XDocumentSubStorageSupplier.idl

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [84ef37364f0b73ffa7c32ea20df25a8907088d0b]

        INTEGRATION: CWS scriptingf1 (1.18.272); FILE MERGED 2003/10/31 15:28:27 dfoster 1.18.272.2: RESYNC: (1.18-1.19); FILE MERGED 2003/10/09 13:52:53 dfoster 1.18.272.1: #i19262# - execution of scripting framework scripts for forms

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b31fae6e3052120a5ee3be4ce7145fbd3afa7e09]

        INTEGRATION: CWS scriptingf1 (1.19.110); FILE MERGED 2003/09/16 10:34:54 tbe 1.19.110.1: #i18767# integration of Starbasic runtime to ScriptingFramework provider

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2e6c1d39a2396285d295812adba62ba52c56aeb3]

        INTEGRATION: CWS scriptingf1 (1.12.34); FILE MERGED 2003/09/16 10:33:37 tbe 1.12.34.1: #i18767# integration of Starbasic runtime to ScriptingFramework provider

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [24b55d6a92f967303736d2a52d77357aac12b0bb]

        INTEGRATION: CWS scriptingf1 (1.17.62); FILE MERGED 2003/10/29 15:29:17 dfoster 1.17.62.4: #i21858# Removal of framework namespace from namespace hierarchy of Scripting Framework UNO services & interfaces 2003/10/09 17:09:50 dfoster 1.17.62.3: #19261# scripting framework integration, fix code broken during resolution of conflicts before previous checkin 2003/10/09 13:49:20 dfoster 1.17.62.2: #19261# scripting framework integration, execute framework for event bindings with script:// uri 2003/09/25 14:49:53 ab 1.17.62.1: #i19261# Changed Dialog event binding code, Step1

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [46d1883fb14f5eba42cb5a8764c074a026c63ace]

        INTEGRATION: CWS scriptingf1 (1.26.46); FILE MERGED 2003/11/07 13:37:02 tbe 1.26.46.1: #i21560# editing a basic macro using script selector

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [df0624a360cbff4c9e7630c75ea9e8e5d449aacd]

        INTEGRATION: CWS scriptingf1 (1.7.8); FILE MERGED 2003/11/07 13:35:45 tbe 1.7.8.1: #i21560# editing a basic macro using script selector

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e01fff439b053a492cdfc3d0d772ee32de4f5742]

        INTEGRATION: CWS scriptingf1 (1.10.90); FILE MERGED 2003/10/31 15:05:47 dfoster 1.10.90.2: RESYNC: (1.10-1.11); FILE MERGED 2003/10/09 13:51:25 dfoster 1.10.90.1: #i19262# - Enable scripting framework scripts to be persisted for forms

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f00ddade25a967b09f89236d6a222682c1036bf8]

        INTEGRATION: CWS scriptingf1 (1.6.90); FILE MERGED 2003/10/09 13:51:22 dfoster 1.6.90.1: #i19262# - Enable scripting framework scripts to be persisted for forms

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b7c4c6eee82645398e443c1b3de8cc6972283949]

        INTEGRATION: CWS scriptingf1 (1.5.174); FILE MERGED 2003/10/09 13:51:20 dfoster 1.5.174.1: #i19262# - Enable scripting framework scripts to be persisted for forms

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e45d9cec711c825f5d4f35581865cca49b5f971e]

        INTEGRATION: CWS scriptingf1 (1.28.34); FILE MERGED 2003/10/31 16:38:13 dfoster 1.28.34.4: RESYNC: (1.30-1.31); FILE MERGED 2003/10/29 14:57:37 toconnor 1.28.34.3: #i21858# - removal of framework namespace for browse and provider UNO services and interfaces of Scripting Framework 2003/09/24 10:12:17 dfoster 1.28.34.2: RESYNC: (1.28-1.30); FILE MERGED 2003/09/19 12:26:30 dfoster 1.28.34.1: #i19805# adding scripting framework interface headers to d.lst

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9354801996a18817df648a5196fd9a8458b3061a]

        INTEGRATION: CWS scriptingf1 (1.1.2); FILE ADDED 2003/11/10 11:53:50 dfoster 1.1.2.3: #i12906# - Set default configuration to not show Scripting Framework scripts, only Basic macros. 2003/10/15 12:46:44 dfoster 1.1.2.2: #i19258# - add configuration values for toggling display of scripts in Tools/Configure and other dialogs 2003/07/14 16:25:44 dfoster 1.1.2.1: #i15986# Add scripting framework to install sets

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [637df7e9c5fd251609b8eda95515c5a32f77c9b6]

        INTEGRATION: CWS scriptingf1 (1.12.120); FILE MERGED 2003/10/31 16:27:35 dfoster 1.12.120.2: RESYNC: (1.12-1.13); FILE MERGED 2003/09/30 09:54:06 dfoster 1.12.120.1: Correcting problem with initial cwsadd.

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [763d5388365716076e88e3f472a5d5a5df0d3214]

        INTEGRATION: CWS scriptingf1 (1.1.2); FILE ADDED 2003/11/11 20:18:07 dfoster 1.1.2.3: #i12906# - have to set lang attribute on properties for them to be processed correctly 2003/11/10 11:53:46 dfoster 1.1.2.2: #i12906# - Set default configuration to not show Scripting Framework scripts, only Basic macros. 2003/07/14 16:25:26 dfoster 1.1.2.1: 15986# Add scripting framework to install sets

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ed15caf2284bb9a8862ca01b9a36d4a5c403591d]

        INTEGRATION: CWS scriptingf1 (1.6.84); FILE MERGED 2003/10/15 16:36:31 dfoster 1.6.84.2: #i21260# - use vnd.sun.star.script as scheme for script uris 2003/10/10 10:39:02 dfoster 1.6.84.1: #i12906# - ensure that ScriptProtocolHandler entry is available in correct branch for scriptingf1 child workspace

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6470364805b55f21d86172544b33062a6f40706f]

        INTEGRATION: CWS scriptingf1 (1.1.2); FILE ADDED 2003/10/06 14:36:06 mav 1.1.2.1: #i19303#,#i20750# UNO API storage duplicate related stuff

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [cb16195476ef4f6d4615447a83ef7eb0bb0cff02]

        INTEGRATION: CWS scriptingf1 (1.1.2); FILE ADDED 2003/10/06 14:36:04 mav 1.1.2.1: #i19303#,#i20750# UNO API storage duplicate related stuff

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b9059cdd500113adbf7a7e90687420ecc7253c8f]

        INTEGRATION: CWS scriptingf1 (1.79.16); FILE MERGED 2003/10/06 14:35:18 mav 1.79.16.1: #i19303#,#i20750# UNO API storage duplicate related stuff

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9f00676212b3368ce88522957abfcfbe865f44c2]

        INTEGRATION: CWS scriptingf1 (1.36.36); FILE MERGED 2003/10/06 16:15:15 mav 1.36.36.2: #i19303# kind of locking 2003/10/06 14:37:20 mav 1.36.36.1: #i19303# UNO API storage duplicate related stuff

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e8b80586e1f32acad862debfe38b530503e56808]

        INTEGRATION: CWS scriptingf1 (1.6.44); FILE MERGED 2003/10/06 14:37:19 mav 1.6.44.1: #i19303# UNO API storage duplicate related stuff

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [382f010231e6530bfc89e7b493f69d12b89d008b]

        INTEGRATION: CWS scriptingf1 (1.20.16); FILE MERGED 2003/10/06 14:37:00 mav 1.20.16.1: #i19303# UNO API storage duplicate related stuff

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b2c0ae2db7a9afb73e4b21f0fcee712313c3ce44]

        INTEGRATION: CWS scriptingf1 (1.4.322); FILE MERGED 2003/10/09 13:57:31 dfoster 1.4.322.1: #i19263# - support scripting framework scripts for object/graphic and other events

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5cf0b2d5f5725ff0b0dc895b77d224afdeffa86a]

        INTEGRATION: CWS scriptingf1 (1.2.356); FILE MERGED 2003/10/28 15:29:42 dfoster 1.2.356.2: #i21612# Fixing error in previous commit. 2003/10/28 10:15:14 dfoster 1.2.356.1: #i21612# Added support for returning Script from GetLanguage() call for SvxMacro when type is EXTENDED_STYPE. Commited by dfoster for npower.

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [8af6395b19203bb50377e1b67ced69b139f750f3]

        INTEGRATION: CWS scriptingf1 (1.54.104); FILE MERGED 2003/10/31 17:26:32 dfoster 1.54.104.2: RESYNC: (1.54-1.55); FILE MERGED 2003/10/09 14:33:31 dfoster 1.54.104.1: #i19262# - support scripting framework scripts for forms

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b7763eb0da40daf0ba8d8e56b1c3c3287a0ef649]

        INTEGRATION: CWS scriptingf1 (1.73.2); FILE MERGED 2003/11/07 13:21:54 tbe 1.73.2.1: #i21560# editing a basic macro using script selector

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e81c63626f8dc3b5103494095826cce4962c88b0]

        INTEGRATION: CWS scriptingf1 (1.19.122); FILE MERGED 2003/10/15 12:45:31 dfoster 1.19.122.2: #i19258# - enable/disable display of Basic macros and Scripting Framework scripts depending on configuration values. 2003/10/09 14:00:29 dfoster 1.19.122.1: #i19258# - display scripting framework scripts in Tools/Configure and other assignment dialogs

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [42a53e165ae7193d9ec711ec684386dda0ee986d]

        INTEGRATION: CWS scriptingf1 (1.52.2); FILE MERGED 2003/10/29 15:05:59 toconnor 1.52.2.4: #i21858# - removal of framework namespace from namespace hierarchy of Scripting Framework UNO interfaces and services 2003/10/13 11:51:45 mav 1.52.2.3: #i19302# initialize MasterScriptProvider with the documet 2003/10/13 11:45:52 mav 1.52.2.2: #i19302# provide access to the document's MasterScriptProvider 2003/10/06 14:43:42 mav 1.52.2.1: #i19303# UNO API storage duplicate related stuff

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d91a738906e8bb08f3e74908cb498333c67ae00b]

        INTEGRATION: CWS scriptingf1 (1.34.2); FILE MERGED 2003/10/29 15:37:45 dfoster 1.34.2.3: #i21624# Adding method to allow the ScriptProtocolHandler to read the value of the MacroMode. 2003/10/29 15:05:59 toconnor 1.34.2.2: #i21858# - removal of framework namespace from namespace hierarchy of Scripting Framework UNO interfaces and services 2003/10/09 13:54:56 dfoster 1.34.2.1: #i19264# - support execution of scripting framework scripts

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [82341580b4e8c1108d2049a0fea5a0fb907541b5]

        INTEGRATION: CWS scriptingf1 (1.14.16); FILE MERGED 2003/10/09 17:21:01 dfoster 1.14.16.1: #i19258# - display scripting framework scripts in Tools/Configure and other assignment dialogs

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2650b68c03ae8f92621a7dda9786fec4691b7558]

        INTEGRATION: CWS scriptingf1 (1.7.276); FILE MERGED 2003/10/17 11:23:22 dfoster 1.7.276.3: #i21260# - use vnd.sun.star.script as scripting framework protocol, fix string comparison 2003/10/15 15:05:05 npower 1.7.276.2: #i21260# Change use of script:// protocol to new vnd.sun.star.script://.. 2003/10/09 14:02:05 dfoster 1.7.276.1: #i19258# - display scripting framework scripts in Tools/Configure and other assignment dialogs

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c63a7562129b04c8d0fc5c16e943e8e7a3804704]

        INTEGRATION: CWS scriptingf1 (1.32.144); FILE MERGED 2003/11/13 10:31:08 npower 1.32.144.7: #i19259# When the config tree is access from something other than a document ( for example the IDE ), there is no document model. In this case instead of accessing the MSP from the Doc model we need to create a MSP on the fly. 2003/11/10 11:50:22 dfoster 1.32.144.6: #i19259# - Use correct name for application depending when displaying scripts node. 2003/11/04 17:41:57 dfoster 1.32.144.5: #i21568# - Only display scripts in document for which the Tools/Configure dialog has been invoked. 2003/10/31 17:23:13 dfoster 1.32.144.4: RESYNC: (1.32-1.33); FILE MERGED 2003/10/29 15:05:56 toconnor 1.32.144.3: #i21858# - removal of framework namespace from namespace hierarchy of Scripting Framework UNO interfaces and services 2003/10/15 12:45:31 dfoster 1.32.144.2: #i19258# - enable/disable display of Basic macros and Scripting Framework scripts depending on configuration values. 2003/10/09 14:02:03 dfoster 1.32.144.1: #i19258# - display scripting framework scripts in Tools/Configure and other assignment dialogs

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d78dd5e93b8658372cd7755bc4d3ecb3875189b5]

        INTEGRATION: CWS scriptingf1 (1.31.2); FILE MERGED 2003/11/07 13:21:11 tbe 1.31.2.1: #i21560# editing a basic macro using script selector

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [748ecf74dee047a9a47ea59c6a8863409602a94e]

        INTEGRATION: CWS scriptingf1 (1.40.14); FILE MERGED 2003/11/07 13:19:59 tbe 1.40.14.1: #i21560# editing a basic macro using script selector

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [369527bd91ab35f7b9a3e11fa62b64a2fc0a55a2]

        INTEGRATION: CWS qadev13 (1.3.68); FILE MERGED 2003/11/11 12:05:56 lla 1.3.68.2: #112598# fixes in code 2003/11/04 08:10:02 lla 1.3.68.1: #112598# bug in testcode for OUStringBuffer ctor

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0598c9c3039664512f7d2b6db553004d8f68746f]

        INTEGRATION: CWS qadev13 (1.3.26); FILE MERGED 2003/11/04 08:08:46 lla 1.3.26.2: #112598# remove lastIndexOf tests, now in rtl/oustring 2003/10/31 08:19:01 lla 1.3.26.1: #112598# #108218# toDouble, valueOf changed

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [00ec40d3d2cef6d45052510f38849a4e5a99d2f1]

        INTEGRATION: CWS qadev13 (1.2.96); FILE MERGED 2003/11/03 13:11:40 lla 1.2.96.2: #112598# copy() with wrong values removed. 2003/10/31 08:16:19 lla 1.2.96.1: #112598# #108218# toDouble, valueOf changed

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [56ea1880e8c1fa7b1cfc8db2ca232b4ed8b39147]

        INTEGRATION: CWS qadev13 (1.2.26); FILE MERGED 2003/10/31 08:16:18 lla 1.2.26.1: #112598# #108218# toDouble, valueOf changed

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0331f0a7e687fabcdaf905ad853b283e5f16b00a]

        INTEGRATION: CWS qadev13 (1.4.26); FILE MERGED 2003/10/31 09:29:24 lla 1.4.26.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5b75a428d28178ed85ee4a6a59d8f574c5325cde]

        INTEGRATION: CWS qadev13 (1.2.26); FILE MERGED 2003/10/31 09:29:23 lla 1.2.26.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [17d8845a1875675e79c2e502abee7ba96e6f0149]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/11/04 08:07:47 lla 1.1.2.2: #112598# add lastIndexOf due to some problems in old code. 2003/10/31 08:11:50 lla 1.1.2.1: #112598# #108218# todouble/valueof

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ba7f4158ad7ea45b73e61f7e5bcc5e0a328dd29e]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/31 08:12:00 lla 1.1.2.1: #112598# #108218# todouble/valueof

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2442116e9c9d31088868ab2a5fb3b6ccdceaa172]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/31 08:11:33 lla 1.1.2.1: #112598# #108218# todouble/valueof

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [26e2a75f96e33b10f4c93940987494566645310b]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/31 08:10:41 lla 1.1.2.1: #112598# #108218# todouble/valueof

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [81b3a6eab0ae7a394db4c8f45f69022403e9366e]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/11/14 11:16:39 lla 1.1.2.2: #112598# new makefile format. 2003/10/31 08:10:14 lla 1.1.2.1: #112598# #108218# todouble/valueof

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c98a1326c20262b9a5af442008460772ef04bb32]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/31 08:09:52 lla 1.1.2.1: #112598# #108218# todouble/valueof

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c37ebf776af4498987318c1fd4ce1ab4c972e033]

        INTEGRATION: CWS qadev13 (1.3.26); FILE MERGED 2003/10/31 09:29:22 lla 1.3.26.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [257da5bba6333cd141753484167bd168e0a249dc]

        INTEGRATION: CWS qadev13 (1.2.2); FILE MERGED 2003/10/31 09:29:21 lla 1.2.2.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [4cb025de3e32ca18902aae47e64ee276c112c438]

        INTEGRATION: CWS qadev13 (1.2.26); FILE MERGED 2003/11/17 06:08:26 mindyliu 1.2.26.4: #112598# add two port number MYPORT9,10 2003/11/12 06:11:25 mindyliu 1.2.26.3: #112598# add consts for test,declare ServiceNETBIOS as "netbios-dgm" 2003/11/07 09:42:52 mindyliu 1.2.26.2: #112598# add ServiceNETBIOS 2003/10/10 09:06:28 mindyliu 1.2.26.1: #112598# add more ip, hostname, port number

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ba577f3046a29bd6171c2a6ba131f7f33ef16f07]

        INTEGRATION: CWS qadev13 (1.3.2); FILE MERGED 2003/11/17 10:00:29 mindyliu 1.3.2.11: #112598# before bind, setOption(osl_Socket_OptionReuseAddr, sal_True ) to avoid bind failure 2003/11/17 06:07:26 mindyliu 1.3.2.10: #112598# change CPPUNIT_ASSERT_MESSAGE to if statement, and change port binded 2003/11/14 11:09:35 lla 1.3.2.9: #112598# remove possible signal in ServerWriteSocketThread 2003/11/12 06:09:34 mindyliu 1.3.2.8: #112598# add read/write/send/receive cases in streamsocket 2003/11/07 09:41:42 mindyliu 1.3.2.7: #112598# gettheServicePort_003, getType, operator_equal_assign_001, getError 2003/10/29 10:36:09 lla 1.3.2.6: #112598# changes in setOption_001 & _002 2003/10/29 09:56:35 mindyliu 1.3.2.5: #112598# some change in ctors_copy_no, operator_equal_assign, getLocalIP 2003/10/27 05:01:58 mindyliu 1.3.2.4: #112598# change some error message more detailed 2003/10/23 07:19:46 mindyliu 1.3.2.3: #112598# add more detailed error infor in SocketAddr::getHostname_001 2003/10/22 09:04:07 mindyliu 1.3.2.2: #112598# some trival improvement 2003/10/10 09:18:50 mindyliu 1.3.2.1: #112598# change port number to fix bind failure; improve getHost()-->getThisHostname().

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [84ec9df013785184744ab7dc9d11cd0485a12bb7]

        INTEGRATION: CWS qadev13 (1.2.26); FILE MERGED 2003/10/31 09:29:20 lla 1.2.26.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a8887b5b9438f1e442f767887bdd0af58e5a58d0]

        INTEGRATION: CWS qadev13 (1.2.18); FILE MERGED 2003/10/31 09:29:19 lla 1.2.18.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [4babb4959865bf192dba007b37bbaaedc2a15a14]

        INTEGRATION: CWS qadev13 (1.2.2); FILE MERGED 2003/10/31 09:29:19 lla 1.2.2.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [93507ca20b57c216ba92f28fbcad2e458b0dcf2c]

        INTEGRATION: CWS qadev13 (1.3.64); FILE MERGED 2003/11/14 10:28:00 lla 1.3.64.2: #112598# changes in thread testing errors removed. 2003/11/06 13:17:43 lla 1.3.64.1: #112598# lot of update stuff in osl::Thread, most are fixes. Should be errorfree within Linux

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [590a4762d49e82043303c10430d4a3eef89d8ada]

        INTEGRATION: CWS qadev13 (1.5.8); FILE MERGED 2003/10/31 09:29:18 lla 1.5.8.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [41575a4fe31fe42a03105030340bbd6ba92d41e5]

        INTEGRATION: CWS qadev13 (1.2.18); FILE MERGED 2003/11/13 04:18:44 mindyliu 1.2.18.1: #112598# add string const for test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e75b4f9168e29cb22a658b07d7c24d84d1b27a3d]

        INTEGRATION: CWS qadev13 (1.2.18); FILE MERGED 2003/11/14 08:40:53 mindyliu 1.2.18.2: #112598# remove case to test Pipe::isValid,StreamPipe::operater= since they are not impletmented. no defination of error: osl_Pipe_E_NotFound, osl_Pipe_E_AlreadyExists in osl/pipe.c 2003/11/13 04:17:54 mindyliu 1.2.18.1: #112598# add test case to test write/read/send/recv

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [fc685b4beb8c7ebafbc46ee0a977e8b5b53f853a]

        INTEGRATION: CWS qadev13 (1.2.18); FILE MERGED 2003/10/31 09:29:17 lla 1.2.18.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [98977cd11a384f44adf842981de3b7ee6603d8e9]

        INTEGRATION: CWS qadev13 (1.2.26); FILE MERGED 2003/10/31 09:29:16 lla 1.2.26.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [3888e5a7d60488752042bf7a84d21e7428410126]

        INTEGRATION: CWS qadev13 (1.2.18); FILE MERGED 2003/11/05 03:05:03 mindyliu 1.2.18.2: #112598# module::load_002 updated 2003/11/04 10:47:41 mindyliu 1.2.18.1: #112598# module::load_002 added

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [8da7eab6102ebfbb8ac81ff2ef009cfe72818d8b]

        INTEGRATION: CWS qadev13 (1.2.18); FILE MERGED 2003/11/05 03:05:03 mindyliu 1.2.18.2: #112598# module::load_002 updated 2003/11/04 10:47:52 mindyliu 1.2.18.1: #112598# module::load_002 added

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [fc55ef156de6535f5343207a59b1c8b0806e4e16]

        INTEGRATION: CWS qadev13 (1.2.18); FILE MERGED 2003/11/05 03:07:15 mindyliu 1.2.18.3: #112598# wrong cvs operation, now correct 2003/11/05 03:05:03 mindyliu 1.2.18.2: #112598# module::load_002 updated 2003/10/31 09:29:15 lla 1.2.18.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [aa02477c1c43ff75ea92089400fee2fabb2b9c6d]

        INTEGRATION: CWS qadev13 (1.4.2); FILE MERGED 2003/11/06 02:32:58 mindyliu 1.4.2.2: #112598# fix some bug on windows: move, setAttributes, getFileSize 2003/10/29 06:24:58 mindyliu 1.4.2.1: #112598# compareFileName:Win32 version; add more cases in getAbsoluteFileURL, getSystemPathFromFileURL, createTempFile

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [916e4096a9d01fbd25b68f606f0c3f347d83bd86]

        INTEGRATION: CWS qadev13 (1.4.2); FILE MERGED 2003/11/14 11:15:32 lla 1.4.2.8: #112598# VolumeInfo problems removed 2003/11/14 04:31:49 mindyliu 1.4.2.7: #112598# add some comments near "#ifdef $PLATFORM" 2003/11/06 09:58:50 mindyliu 1.4.2.6: #112598# fix bug in getNextItem_004, remove_005 2003/11/06 02:32:57 mindyliu 1.4.2.5: #112598# fix some bug on windows: move, setAttributes, getFileSize 2003/10/31 04:15:08 mindyliu 1.4.2.4: #112598# my fault:can not compile on Solaris, fix now 2003/10/30 09:56:45 mindyliu 1.4.2.3: #112598# time related bug fix; add getNextItem_004. 2003/10/29 06:24:57 mindyliu 1.4.2.2: #112598# compareFileName:Win32 version; add more cases in getAbsoluteFileURL, getSystemPathFromFileURL, createTempFile 2003/10/13 02:37:12 mindyliu 1.4.2.1: #112598# reset_001(), getNextItem_001():only check there *is* item returned

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a4cbb2eb710043c8d3da4d308decd802f523a548]

        INTEGRATION: CWS qadev13 (1.4.26); FILE MERGED 2003/11/06 02:34:24 mindyliu 1.4.26.3: #112598# my fault 2003/11/06 02:32:57 mindyliu 1.4.26.2: #112598# fix some bug on windows: move, setAttributes, getFileSize 2003/10/31 09:29:14 lla 1.4.26.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c9b3adebfdd9f0b8d1a87aafb1d2cba5392236a9]

        INTEGRATION: CWS qadev13 (1.2.18); FILE MERGED 2003/10/31 09:29:13 lla 1.2.18.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d906aab886c9c41f59185d5f9b6550a3b07706c5]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/31 09:10:28 lla 1.1.2.1: #112598# #108218# toDouble, valueOf helper functions for testing

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0dd4c0950bcf033c195df65a5cf5b63e8f9d49fd]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/14 11:15:19 lla 1.1.2.1: #112598# additional helper functions

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [bc42511d2553896ffd2598bfa00ec6a69bf113fa]

        INTEGRATION: CWS qadev13 (1.3.2); FILE MERGED 2003/11/13 09:03:56 mindyliu 1.3.2.1: #112598# remove some functions in Socket & Pipe class

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b55068898ec49e948a25f2862c73565e8dd232d9]

        INTEGRATION: CWS qadev13 (1.6.96); FILE MERGED 2003/11/14 11:11:15 lla 1.6.96.1: #112598# remove warning in struct.

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [3d593b6579e7c73e4a1156d778ccfca81ad7a03e]

        INTEGRATION: CWS qadev13 (1.6.96); FILE MERGED 2003/11/12 11:05:05 lla 1.6.96.3: #112598# was not compileable within windows 2003/11/11 09:58:57 lla 1.6.96.2: #112598# fixes 2003/10/31 09:27:11 lla 1.6.96.1: #112598# some hints

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b8941294ae93d09eb8b49f4ffcdb5a9687aeb989]

        INTEGRATION: CWS qadev13 (1.6.26); FILE MERGED 2003/11/11 09:59:33 lla 1.6.26.2: #112598# use of CPPUNITLIB for linking 2003/10/31 09:29:11 lla 1.6.26.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [be894fd1dba8d249eea683dead5a053a4b0b8759]

        INTEGRATION: CWS qadev13 (1.5.26); FILE MERGED 2003/10/31 09:29:10 lla 1.5.26.1: #112598# changes in makefiles, to use dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [74d6280ae22986b5daae66009c1cee934bf313aa]

        INTEGRATION: CWS qadev13 (1.7.2); FILE MERGED 2003/11/04 12:13:50 lla 1.7.2.2: #112598# due to problems with thread testing, now this test is done at last. 2003/10/31 08:14:45 lla 1.7.2.1: #112598# add ByteSequence, new rtl xString toDouble valueOf tests

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [8ea2a5e05630d6cb0ff0083d95a281ffd4483467]

        INTEGRATION: CWS qadev13 (1.5.2); FILE MERGED 2003/11/06 14:31:30 lla 1.5.2.1: #112654# add -whereami parameter, for better debugging

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [36dfe510118a6d9543fba2095aeff5f39d9c8dc5]

        INTEGRATION: CWS qadev13 (1.11.2); FILE MERGED 2003/11/06 14:31:29 lla 1.11.2.2: #112654# add -whereami parameter, for better debugging 2003/10/15 06:57:00 lla 1.11.2.1: #112654# add some functions for better debugging

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [cf6e890b0101e4d70b9769ce371f70b1a6773381]

        INTEGRATION: CWS qadev13 (1.4.40); FILE MERGED 2003/10/15 06:56:59 lla 1.4.40.1: #112654# add some functions for better debugging

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e59f8700fab97dae1abf2c58e95ea0bcbca0c3a4]

        INTEGRATION: CWS qadev13 (1.4.2); FILE MERGED 2003/10/15 06:56:59 lla 1.4.2.1: #112654# add some functions for better debugging

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [bacb82194e3f39dcf14faabafe3433c975706f23]

        INTEGRATION: CWS qadev13 (1.3.6); FILE MERGED 2003/10/17 09:33:46 cn 1.3.6.1: CHG: #i20911# enhanced to run ccs.container.* tests successfully

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [8ff9a5d18717cc87d13d40128ed2c3867d82fd4c]

        INTEGRATION: CWS qadev13 (1.3.6); FILE MERGED 2003/10/28 15:58:45 cn 1.3.6.1: CHG: #112771# object relations for XUnoControlContainer added

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1025aaa2467aa6f82c94ca4092a128621cf86087]

        INTEGRATION: CWS qadev13 (1.3.6); FILE MERGED 2003/10/17 09:34:09 cn 1.3.6.1: CHG: #i21273# object relations for XControl and XView added

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1ae88f313f614fb627aa6bdcaf10cd14fb244430]

        INTEGRATION: CWS qadev13 (1.3.6); FILE MERGED 2003/10/17 09:34:07 cn 1.3.6.1: CHG: #i21247# usage of AnyConverter is needed to get XForm

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a7af8625d6cb182afe5f3af6b0498867c3d1a49f]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/10/17 09:34:04 cn 1.4.6.1: CHG: #i21228# objecrt realtion for XAccessibleSelection added

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [4daac83c951ad0ee0914e65c1082d732bad2d1eb]

        INTEGRATION: CWS qadev13 (1.8.6); FILE MERGED 2003/10/17 09:34:01 cn 1.8.6.1: CHG: #112644# object relations for XAccessibleSelection added

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [359225b4a074001da8e49e12a3661ca79b4141df]

        INTEGRATION: CWS qadev13 (1.3.6); FILE MERGED 2003/11/04 15:15:28 cn 1.3.6.1: CHG: #i21824# added object relations for CharStyleName

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [513182ec51ef7d0d048fd832ee214204975e3ddc]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/11/07 16:20:26 sg 1.4.6.1: #112280#CHG: added missing object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [987a853f5966506e061b8dcf5c681d8825e83231]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/11/06 15:34:42 cn 1.4.6.2: CHG: #i20307# object creates correct object 2003/10/20 10:56:06 cn 1.4.6.1: CHG: #i20307# object creates correct object

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f4ad53bc307cde6b0bea5a61e94bed0dcbffd816]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/11/06 15:34:48 cn 1.4.6.2: CHG: #i20307# object creates correct object 2003/10/20 10:56:12 cn 1.4.6.1: CHG: #i20307# object creates correct object

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7f82a1c5a4f3e9a159db2cbd28282ebcba481cf9]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/11/06 15:34:45 cn 1.4.6.2: CHG: #i20307# object creates correct object 2003/10/20 10:56:09 cn 1.4.6.1: CHG: #i20307# object creates correct object

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5047433a21173fb8e63dd44a3f603d998b0f7bd4]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/11/07 16:20:19 sg 1.4.6.1: #112280#CHG: added missing object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9205943a5aa7f8f967a91ed5fef04197f16c919e]

        INTEGRATION: CWS qadev13 (1.5.2); FILE MERGED 2003/11/07 16:20:23 sg 1.5.2.1: #112280#CHG: added missing object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b297e726edbc58fad87a2703af37640e359dd31f]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/11/07 16:20:09 sg 1.4.6.1: #112280#CHG: added missing object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b805f86722dc94de06d877c16014a5fe9911cede]

        INTEGRATION: CWS qadev13 (1.5.2); FILE MERGED 2003/11/07 16:20:14 sg 1.5.2.1: #112280#CHG: added missing object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [57cd1a931dff83f61bca600046f5b39021ad39a7]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/10/17 09:33:10 cn 1.4.6.1: CHG: #i20307# object creates correct object

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9d84fda2a2b870ef10da5ff3f09025afa4423fae]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/10/17 09:33:07 cn 1.4.6.1: CHG: #i20307# object creates correct object

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f5c625e142a709c6dca5f7b14b551a74d00d3f90]

        INTEGRATION: CWS qadev13 (1.4.2); FILE MERGED 2003/10/17 09:32:49 cn 1.4.2.1: CHG: #i20426# another PropertyValue as INSTACE relation used

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [665f0108df32ce560b541ea6eb37d0b78ff2bf63]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/17 09:33:37 cn 1.1.2.1: NEW: #112566# initial final version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b2c80001894e4abf4701dfbffbfa2593faefb90b]

        INTEGRATION: CWS qadev13 (1.4.2); FILE MERGED 2003/10/17 09:32:46 cn 1.4.2.1: CHG: #i20426# another PropertyValue as INSTACE relation used

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a95ae5880d0ea415eb79b161f7476e84800e156f]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/17 09:33:25 cn 1.1.2.1: NEW: #112566# initial final version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6c21f43ea8568ec2a08179e18b1cb221a45dea19]

        INTEGRATION: CWS qadev13 (1.2.2); FILE MERGED 2003/10/20 11:52:34 cn 1.2.2.4: CHG: #112566# create instance by implementation name 2003/10/20 10:56:03 cn 1.2.2.3: CHG: #112566# create instance by implementation name 2003/10/17 10:21:39 cn 1.2.2.2: CHG: #112566# create instance by implementation name 2003/10/17 09:32:53 cn 1.2.2.1: CHG: #112566# create instance by implementation name

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6b6ecc7f43a37b73528ef3dcda528f1c18a8acc5]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/17 09:33:19 cn 1.1.2.1: NEW: #112566# initial final version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [8d7f06e58518ba7cc3492527b0ff10fb2f57b51c]

        INTEGRATION: CWS qadev13 (1.3.6); FILE MERGED 2003/10/17 09:33:13 cn 1.3.6.1: CHG: #112566# remove 'on the fly registration' of test.Job

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [75042e8eb9f2791077d9c2c1cf89f0dc586862dc]

        INTEGRATION: CWS qadev13 (1.3.6); FILE MERGED 2003/11/12 17:46:50 sg 1.3.6.1: #113007#CHG: fixed bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [70535e9b4ad0436d850d4d8ad7c77bf2d5c549f3]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/11/12 17:34:44 sg 1.4.6.1: #113689#CHG: implement new interfaces for tests

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9298570d6b2a94db7de7081d56c5730b5c716518]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:43:47 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f22bba4ff355f62fb671b586ae6b1bf7624e4e5e]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:43:28 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a1e37cb4a8d3a37602c73ed07616a07850be1b64]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:43:10 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c715c6f6b0d59aa5a347f6d4b54e83acaaf32754]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:42:54 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [eb85400c92e5c7ee324d6b8ece206cc75209d371]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:42:10 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [010d8bbd7ad5853505057568bb86aecd220dfe21]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:41:47 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a52ea6f1c2dc05f6813b943db7b1d446e689ee62]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:41:28 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6bca6f3ab2f503411ef014d69866236e61a16c39]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:42:31 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [eb35e6c813512008e9c61dfc1042964992f60ed8]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:41:07 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5ee16658fe33ac8b45e9a41b4ffe6e1f46691e95]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/17 09:33:31 cn 1.1.2.1: NEW: #112566# initial final version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [99abc8b3e425574dce1c1a3c83a5875a2a0489b3]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/11/07 16:20:56 sg 1.2.6.1: #112280#CHG: react on new object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [50f1b2a8d8b0743ffcc9de60437ba835ccc5a9d9]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/11/07 16:21:02 sg 1.2.6.1: #112280#CHG: react on new object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [fffbeb90fa93e68bf9c57c8193539ea26abbee46]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/11/07 16:20:48 sg 1.2.6.1: #112280#CHG: react on new object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d36939d64bf27dde5d29b94d26f7800810c79b4f]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/11/07 16:21:20 sg 1.1.2.1: #112280#NEW: initial version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0087315ae85e160e0f1c3634cd81a54e60401b8b]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/11/04 15:15:34 cn 1.1.34.1: CHG: #i21909# cutsom property tester

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [07995423fd84a973325d9aff02b677693706ac07]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/11/13 11:02:04 cn 1.2.6.3: CHG: #i21868# corrections in ParaUserDefinedAttributes 2003/11/06 12:53:54 cn 1.2.6.2: CHG: #i21868# ParaIsConnectBorder needs custom property tester, corrections in log-output in ParaUserDefinedAttributes 2003/11/04 15:15:31 cn 1.2.6.1: CHG: #i21868# ParaIsConnectBorder needs custom property tester

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [47bd9ffbd6561739a77494d8214cf24f4d9de993]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/11/04 15:15:25 cn 1.2.6.2: CHG: #i21824# CharStyleNames and CharStyleName needs spcial handling 2003/10/28 15:58:47 cn 1.2.6.1: CHG: #i21824# CharStyleNames needs spcial handling

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7a43235b5000994bbab07c304c1c39fcea537412]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/11/07 16:20:35 sg 1.2.6.1: #112280#CHG: react on new object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [61e329643975cba15e94fd03856e6431d4706af3]

        INTEGRATION: CWS qadev13 (1.3.2); FILE MERGED 2003/11/07 16:20:30 sg 1.3.2.1: #112280#CHG: react on new object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [3519f1bf4da79d7275f37c721a6eb4a50bdae46e]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/11/07 16:20:42 sg 1.2.6.1: #112280#CHG: react on new object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ea1bbd12b11f53e8d26d4ab801ec763ab8520992]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/10/17 09:33:04 cn 1.2.6.1: CHG: #i20307# object creates correct object

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9ce26e631cd8cafa20f9a5897c6b5f1e1ac1a879]

        INTEGRATION: CWS qadev13 (1.3.6); FILE MERGED 2003/11/12 17:26:35 sg 1.3.6.1: #113689#CHG: fixed failed testcase

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b2dacd3cf4231c309ed5427064187e8399b24f48]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/11/12 17:49:08 sg 1.1.2.1: #113689#NEW: initial version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d69b55de2cfa73452db00e78af11dfcffb9183cc]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/11/12 12:59:42 sg 1.2.6.1: #113689#CHG: fixed failed test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [8d9cde3cb08ac9814bf439c52051718d4022177c]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/11/12 13:01:04 sg 1.1.2.1: #113689#NEW: initial version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [50a61279e26ee7c2d3e45dcb078a46dc2a1d0163]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/10/20 11:52:39 cn 1.2.6.1: CHG: #i112569# bugfix in negative dict

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [36eeb224a18fd5c33c47f2ad007640851a50c59a]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/17 09:33:43 cn 1.1.2.1: NEW: #112566# initial final version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c4b799f8c2f8fad957bfb61e40e6ee9f57964e85]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/11/12 12:42:39 sg 1.2.6.1: #112280#CHG:fixed bu

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ae3bbdad65642ff762bc43247155bcd9f738aad9]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/11/12 17:25:53 sg 1.1.2.1: #113689#NEW: initial version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e2d78feb069983320a46c1a6c9f7e6a798cf3954]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/11/12 17:48:47 sg 1.1.2.1: #113689#NEW: initial version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5da045b32655876cd0e0cf7e77cd45e14d8e647a]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:54:08 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [15603a9afdb649f117defaf637bac9d6cd77d8b7]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:53:51 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c23944553fbda9c1462bdb20873db20041a8778f]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:54:26 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6e9f979f90d22355f1168e93433e9fc48ca2e33c]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:53:32 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [37c4342f7052deb0e7cc12ebdc8b23bcc5c923e5]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:52:25 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e18c146479e7d413aa4942dd11d3f31fe69aa74e]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:53:08 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a6bfedad20e2159f00274933dbf2843faad0776b]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:52:51 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [dc88adb342bad2c62a152cc249ad1320dbf73dc7]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:52:03 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7803857a891911f229037ac7f9ff1453bf385ce7]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:51:47 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [73b15e3b73afbd1bc76e03789433340a614421d1]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/11/07 16:21:09 sg 1.2.6.1: #112280#CHG: react on new object relations

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9225f44250cf725abc076f12e9b3c0d8e746986f]

        INTEGRATION: CWS qadev13 (1.3.6); FILE MERGED 2003/10/17 09:33:51 cn 1.3.6.1: CHG: #i21014# more detailed output

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b1ea34cccaa823f6234c1dc20d79c47f303140f9]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/28 15:58:42 cn 1.1.2.1: NEW: #112771# initial final version

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [36d3f5613e3e0175129e2b4adf34db6c59822b8f]

        INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED 2003/10/17 09:33:49 cn 1.2.6.1: CHG: #i20873# Property TextLineColor need special handlig because it could be void

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0c58499738f667d1c38e38eb52f632eb645ecad9]

        INTEGRATION: CWS qadev13 (1.7.6); FILE MERGED 2003/11/06 12:53:56 cn 1.7.6.4: CHG: #112644# waiting some time while open tools bars 2003/11/04 16:03:20 cn 1.7.6.3: CHG: #112644# waiting some time while open tools bars 2003/11/04 15:15:37 cn 1.7.6.2: CHG: #112644# waiting some time while open tools bars 2003/10/17 09:33:58 cn 1.7.6.1: CHG: #112644# log enhancement

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c546061e9cbc749f9984787a5ea85b08f80e55f4]

        INTEGRATION: CWS qadev13 (1.4.6); FILE MERGED 2003/10/17 09:33:55 cn 1.4.6.1: CHG: #i21115# more detailed output

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f4ef58ecf49ca7ab228e1e20acd026e979dcb6a9]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/10/17 09:32:58 cn 1.1.34.1: CHG: #i20307# object creates correct object

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [90ac848a02082fb6b9cf4ffe53d0a5b3e96bf683]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/10/17 09:33:01 cn 1.1.34.1: CHG: #i20307# object creates correct object

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c8e2caee30a2fb2599012455caedfed0aba47952]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/10/17 09:32:55 cn 1.1.34.1: CHG: #i20307# object creates correct object

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [4dd2e7a77a477d7c07f89da58de7a6a148089fc7]

        INTEGRATION: CWS qadev13 (1.3.34); FILE MERGED 2003/11/14 16:00:50 sg 1.3.34.4: #113007#CHG: fixed merge errors 2003/11/07 15:03:38 sg 1.3.34.3: #113007#CHG: merged changed function again 2003/11/07 14:53:37 sg 1.3.34.2: #113007#CHG: fixed null pointer bug 2003/10/16 14:45:46 cn 1.3.34.1: CHG: #i21320# removed deprecated API

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [66a2205edd66b71ea3519e3526abcbb8aaf5760a]

        INTEGRATION: CWS qadev13 (1.4.2); FILE MERGED 2003/10/22 15:40:25 sw 1.4.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1ae8f4b6f8cfcfc95be042611f6763f7e2f7a562]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:39:56 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [530e8f10455b6111555ffb9f8d1d06cfeb1f6123]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/11/07 14:53:54 sg 1.1.34.1: #113007#CHG: fixed unread field bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [bf9c14daea2549885fcbb2983761a85e47ebc2f4]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:39:30 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [77ab87eb97b618b8f2a163f028f3138f61d50939]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/22 15:39:11 sw 1.1.2.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [88c37b7c821a18bfb86df5a6e3e6fc7f095cbcb1]

        INTEGRATION: CWS qadev13 (1.3.34); FILE MERGED 2003/10/17 09:27:16 cn 1.3.34.1: CHG: #i20872# bugfix in compareUntil()

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5a8866e1587920a1fe8aec95d37ba3d81240d6a1]

        INTEGRATION: CWS qadev13 (1.2.34); FILE MERGED 2003/11/12 12:39:57 sg 1.2.34.1: #113007#CHG:fixed bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a474562a3da9c1ca705bbfa2abc297ea5dce09ae]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/11/07 14:53:48 sg 1.1.34.1: #113007#CHG: fixed unread field bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [fcf2f40f9ddf8279d9dd2920b4f1c53e438fbe5d]

        INTEGRATION: CWS qadev13 (1.2.2); FILE MERGED 2003/11/07 14:53:42 sg 1.2.2.2: #113007#CHG: fixed unread field bug 2003/11/07 13:47:07 sg 1.2.2.1: #113007#CHG: fixed unread field bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2390f18b9b43c376b3b81ebdc1f1debfcfa81504]

        INTEGRATION: CWS qadev13 (1.2.20); FILE MERGED 2003/11/14 15:45:15 sg 1.2.20.2: #113007#CHG: fixed bugs 2003/10/22 15:46:11 sw 1.2.20.1: #112770#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0aac1b9a6e091539391e8754af8f4685cfcffde9]

        INTEGRATION: CWS qadev13 (1.2.2); FILE MERGED 2003/11/14 16:31:35 sg 1.2.2.1: #113007#CHG: fixed bug in debug output

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6a0a78d3eb5884f352d6f0fc044aef49241a1df8]

        INTEGRATION: CWS qadev13 (1.2.2); FILE MERGED 2003/11/12 17:44:30 sg 1.2.2.3: #113007#CHG: fixed bug 2003/11/07 14:53:29 sg 1.2.2.2: #113007#CHG: fixed dropped exceptions bug 2003/11/07 13:42:51 sg 1.2.2.1: #113007#CHG: fixed dropped exceptions bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c79b09d253f19663ab815d396b5c037f4f64f98a]

        INTEGRATION: CWS qadev13 (1.2.2); FILE MERGED 2003/11/17 10:23:15 sg 1.2.2.5: #113007#CHG: recognize parameter 'Date' 2003/11/17 09:53:48 sg 1.2.2.4: #113007#CHG: parameter 'date' can be set externally 2003/11/14 15:45:14 sg 1.2.2.3: #113007#CHG: fixed bugs 2003/11/07 14:53:21 sg 1.2.2.2: #113007#CHG: fixed string equation bug 2003/11/07 13:44:26 sg 1.2.2.1: #113007#CHG: fixed string equation bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [256c5017c549fc3ae43b59a8688f5ee7e201b636]

        INTEGRATION: CWS qadev13 (1.3.2); FILE MERGED 2003/11/07 14:54:01 sg 1.3.2.2: #113007#CHG: fixed stream not closed bug 2003/11/07 13:46:05 sg 1.3.2.1: #113007#CHG: fixed stream not closed bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f25f13a90f29beef79fb44ea2a070a16ae31b1cf]

        INTEGRATION: CWS qadev13 (1.3.2); FILE MERGED 2003/11/07 14:55:03 sg 1.3.2.2: #113007#CHG: fixed expensive constructor bug 2003/11/07 13:48:05 sg 1.3.2.1: #113007#CHG: fixed expensive constructor bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c459548f637c22da733ebad17f961ed83cc12dad]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/11/07 14:54:59 sg 1.1.34.1: #113007#CHG: fixed wrong hash codes bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [30474dd58c7b14c33ddcf15e92daffc5eba39626]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/11/07 14:54:54 sg 1.1.34.1: #113007#CHG: fixed wrong hash codes bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [767dd2da9650f6defcdd26fdac2d4b652c408d4c]

        INTEGRATION: CWS qadev13 (1.2.34); FILE MERGED 2003/11/14 15:45:50 sg 1.2.34.1: #113007#CHG: fixed bugs

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [de35634b565a4cab48d37f4fb35197ba972ab27e]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/11/07 14:54:49 sg 1.1.34.1: #113007#CHG: fixed wrong hash codes bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f12ab5626a6d578fe18d8af8c7b3c6d24abff58e]

        INTEGRATION: CWS qadev13 (1.3.2); FILE MERGED 2003/11/07 15:31:23 sg 1.3.2.1: #112239#CHG: added UNoProvider.java to makefile

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e02de3ee4b1f1dd0259c64bf1996870208df27c3]

        INTEGRATION: CWS qadev13 (1.2.20); FILE MERGED 2003/11/07 14:54:19 sg 1.2.20.1: #113007#CHG: fixed wrong finalize bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e3abf682f25f0115265631097e0160f21f50b762]

        INTEGRATION: CWS qadev13 (1.3.20); FILE MERGED 2003/11/07 15:43:59 sg 1.3.20.2: #113032#CHG:added timeout function for external tests 2003/11/07 14:54:11 sg 1.3.20.1: #113007#CHG: fixed unused field bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [97c43afa5acb5e4417610679003488429d457d33]

        INTEGRATION: CWS qadev13 (1.7.2); FILE MERGED 2003/11/14 16:51:21 sg 1.7.2.1: #113007#CHG: removed printStackTrace()

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [eecb75b7d0930f662e56a47a58e0fc0fa2152814]

        INTEGRATION: CWS qadev13 (1.2.20); FILE MERGED 2003/11/17 16:41:28 sg 1.2.20.2: #113007#CHG: corect entry.longName 2003/11/07 14:54:06 sg 1.2.20.1: #113007#CHG: fixed unused field bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e3cbd440857d88e3b318ee2bf2ae7a274a085fe4]

        INTEGRATION: CWS qadev13 (1.5.2); FILE MERGED 2003/10/22 15:45:35 sw 1.5.2.1: #112770#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [962b2f7d2a1b2b8a212999f8f43020ce473f7a47]

        INTEGRATION: CWS qadev13 (1.4.2); FILE MERGED 2003/11/17 10:21:27 sg 1.4.2.3: #113007#CHG: added debug info 2003/11/07 14:54:15 sg 1.4.2.2: #113007#CHG: fixed stream not closed bug 2003/11/07 13:47:29 sg 1.4.2.1: #113007#CHG: fixed stream not closed bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d58a59554c774fae8375e0768afc9d5790caf728]

        INTEGRATION: CWS qadev13 (1.7.2); FILE MERGED 2003/11/12 12:37:41 sg 1.7.2.1: #113007#CHG:fixed bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [11bd40b5ed7cdbc6e75c21b2b98f91300341caab]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/11/07 14:54:44 sg 1.1.34.1: #113007#CHG: fixed expensive constructor bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [54d65738c22368ba55d14e101b03968f1efb61b5]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/11/07 14:54:40 sg 1.1.34.1: #113007#CHG: fixed expensive constructor bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6c187e7fa531fc9d4aec2f868cf90fa851f6e0bd]

        INTEGRATION: CWS qadev13 (1.3.30); FILE MERGED 2003/11/07 14:54:36 sg 1.3.30.1: #113007#CHG: fixed expensive constructor bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [238871a62718edb6072c1fbd2d26998d2a623830]

        INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED 2003/11/07 14:54:31 sg 1.1.34.1: #113007#CHG: fixed expensive constructor bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1a2bf3cf51a9cc5290d45d1a188630b878e3e3ee]

        INTEGRATION: CWS qadev13 (1.5.20); FILE MERGED 2003/11/07 14:54:25 sg 1.5.20.2: #113007#CHG: fixed mutable static field bug 2003/11/07 13:47:37 sg 1.5.20.1: #113007#CHG: fixed mutable static field bug

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d7ab0c146359bf6e54b4eea88cd724d82f34f490]

        INTEGRATION: CWS qadev13 (1.5.2); FILE MERGED 2003/11/17 09:47:07 sg 1.5.2.2: #113007#CHG: fixed bug in database output 2003/10/22 15:45:05 sw 1.5.2.1: #112770#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [134f3be0e38b082b249e9b0b664a2d6696f219f6]

        INTEGRATION: CWS qadev13 (1.2.2); FILE MERGED 2003/10/22 15:45:16 sw 1.2.2.1: #112770#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0636cd46d8143de806dfe8be271b5b67a4d83cbd]

        INTEGRATION: CWS qadev13 (1.6.6); FILE MERGED 2003/11/12 17:29:06 sg 1.6.6.3: #113689#CHG: added dependency for mod__forms 2003/11/12 12:33:48 sg 1.6.6.2: #112280#CHG: added new dependency for _sc 2003/10/22 15:44:29 sw 1.6.6.1: #112769#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9c4de6e680d8de5d323303a367a8911c09f1bfe2]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/31 09:31:19 lla 1.1.2.2: #112597# changes, for better testing 2003/10/14 12:19:38 lla 1.1.2.1: #112597# cppunit ith dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f174a213a14eff56afa86d4dabf1345a9b7bce70]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/31 09:31:19 lla 1.1.2.2: #112597# changes, for better testing 2003/10/14 12:20:05 lla 1.1.2.1: #112597# cppunit ith dmake test

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [8e704d22846b5b255f59f63e6979f531087ded92]

        INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED 2003/10/31 09:49:20 lla 1.1.2.1: #112310# renamed from checkapi.bat, some changes

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0fa71249cd08af29b0c6e1e5c289862ae5967b8e]

        INTEGRATION: CWS qadev13 (1.2.2); FILE MERGED 2003/11/17 10:26:15 lla 1.2.2.2: #112310# 2003/10/31 09:47:24 lla 1.2.2.1: #112310#

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e8640770fe9b955d59413e21c2b19a43d91aace9]

        #100000# solve mergeconflicts

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [66a78628173454930bc00dcfa1dad9ed08d646c5]

        INTEGRATION: CWS vclsysmenu (1.94.66); FILE MERGED 2003/11/10 16:50:55 ssa 1.94.66.6: #i20547# enable alt-hotkey for native menubar 2003/10/31 16:43:29 ssa 1.94.66.5: #i20547# improve native menu support 2003/10/13 10:04:02 ssa 1.94.66.4: #110386# do not transform coordinates for system child windows 2003/10/02 15:41:32 ssa 1.94.66.3: #i20547# native menues 2003/10/01 15:21:29 ssa 1.94.66.2: RESYNC: (1.94-1.95); FILE MERGED 2003/10/01 14:42:34 ssa 1.94.66.1: #i20547# native menues

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e02410de24a225591e9833c2408db585ac72eb45]

        INTEGRATION: CWS vclsysmenu (1.7.214); FILE MERGED 2003/10/01 14:41:37 ssa 1.7.214.1: #i20547# native menues

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f46ed3c5aabd76ac636f11c512e887c63a0e0644]

        INTEGRATION: CWS vclsysmenu (1.164.24); FILE MERGED 2003/10/02 14:51:38 ssa 1.164.24.1: #i20547# native menus

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9d2fa2518544d6620c0dca7a9fe4507d2486bb5c]

        INTEGRATION: CWS vclsysmenu (1.1.2); FILE ADDED 2003/11/03 12:50:59 ssa 1.1.2.4: #i20547# rename SalItemData, VisibleMenuBar() now static, redrawing menu bar only if visible 2003/10/31 16:43:30 ssa 1.1.2.3: #i20547# improve native menu support 2003/10/27 16:39:39 ssa 1.1.2.2: #i20547# do not store itempos with each item 2003/10/01 14:24:42 ssa 1.1.2.1: #i20547# native menues

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f80b39921aca5f7844712aa7a6ac2ecb798563e1]

        INTEGRATION: CWS vclsysmenu (1.2.204); FILE MERGED 2003/11/10 17:33:13 ssa 1.2.204.2: RESYNC: (1.2-1.3); FILE MERGED 2003/10/01 14:42:32 ssa 1.2.204.1: #i20547# native menues

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [327278ee12049b30057c1e96b979ac26bbbd7fd5]

        INTEGRATION: CWS vclsysmenu (1.1.2); FILE ADDED 2003/10/27 16:29:33 ssa 1.1.2.2: #i20547# do not store itempos with each item 2003/10/01 14:24:14 ssa 1.1.2.1: #i20547# native menues

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [04bb8d29c11cd246d6dfce33e9ca15005bc72747]

        INTEGRATION: CWS vclsysmenu (1.1.2); FILE ADDED 2003/11/03 13:33:27 ssa 1.1.2.2: #i20547# rename SalItemData 2003/10/02 14:50:52 ssa 1.1.2.1: #i20547# native menus

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [4f5cc0dc0b05d485360f8f43b27efbcb044cb421]

        INTEGRATION: CWS vclsysmenu (1.2.214); FILE MERGED 2003/10/02 14:51:38 ssa 1.2.214.1: #i20547# native menus

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [62375c0ce484a338427bb58f175ec1106656687e]

        INTEGRATION: CWS vclsysmenu (1.1.2); FILE ADDED 2003/10/02 14:50:20 ssa 1.1.2.1: #i20547# native menus

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b0bb7690895d26bd30fea4d8951d4098259e37c0]

        INTEGRATION: CWS vclsysmenu (1.79.34); FILE MERGED 2003/10/01 15:13:12 ssa 1.79.34.2: RESYNC: (1.79-1.80); FILE MERGED 2003/10/01 14:41:07 ssa 1.79.34.1: #i20547# native menues

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [97813120bfec614ef6631b2b7f5dc923207807a9]

        INTEGRATION: CWS vclsysmenu (1.96.12); FILE MERGED 2003/11/10 16:49:57 ssa 1.96.12.5: #i20547# no key processing when native menubar active 2003/11/03 12:49:44 ssa 1.96.12.4: #i20547# rename SalItemData, VisibleMenuBar() now static 2003/10/31 16:42:48 ssa 1.96.12.3: #i20547# improve native menu support 2003/10/02 15:40:49 ssa 1.96.12.2: #i20547# native menues 2003/10/01 14:41:07 ssa 1.96.12.1: #i20547# native menues

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [bc6b1f1911f4501df0bad8d9129df54f4ae213b8]

        INTEGRATION: CWS vclplug (1.2.322); FILE MERGED 2003/10/24 13:35:27 pl 1.2.322.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1ac0336674fdaca021302d0040ffd6f2132ea156]

        INTEGRATION: CWS vclplug (1.95.24); FILE MERGED 2003/10/24 13:35:25 pl 1.95.24.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7039b845ace0e0b031487f840de5df621253a8e6]

        INTEGRATION: CWS vclplug (1.73.36); FILE MERGED 2003/10/24 13:35:20 pl 1.73.36.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b28a9d86b918f2c78e4bed62c251bfcb1e90dff2]

        INTEGRATION: CWS vclplug (1.2.188); FILE MERGED 2003/10/24 13:35:20 pl 1.2.188.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1d74dec1859036ecf247d7ed5151a6098a338f93]

        INTEGRATION: CWS vclplug (1.12.84); FILE MERGED 2003/10/24 13:35:18 pl 1.12.84.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7ea4d77ef529e65da5640ee21271cf674d32d0df]

        INTEGRATION: CWS vclplug (1.2.340); FILE MERGED 2003/10/24 13:35:17 pl 1.2.340.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d4e065d32d3e51a895735f6dd7cc9fcd6eeae0cd]

        INTEGRATION: CWS vclplug (1.48.104); FILE MERGED 2003/10/29 10:30:53 pl 1.48.104.2: RESYNC: (1.48-1.49); FILE MERGED 2003/10/24 13:35:17 pl 1.48.104.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f9a03e28ca0ddd9d353840663355549b0a371271]

        INTEGRATION: CWS vclplug (1.3.302); FILE MERGED 2003/10/24 13:35:16 pl 1.3.302.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [67f719724091929e0e3c5f45d6ff4561a0df4bfb]

        INTEGRATION: CWS vclplug (1.13.164); FILE MERGED 2003/10/24 13:35:15 pl 1.13.164.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [33150034124aee9611c95acf85ad60628b3a79dd]

        INTEGRATION: CWS vclplug (1.2.332); FILE MERGED 2003/10/24 13:35:14 pl 1.2.332.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ebfcc0f34bc89e581d5f699d789e839a491dad56]

        INTEGRATION: CWS vclplug (1.2.134); FILE MERGED 2003/10/29 18:29:28 pl 1.2.134.2: #i21232# timer must run in main thread 2003/10/24 13:35:12 pl 1.2.134.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f3d5aa2b26d698561e18786343484892a73c864a]

        INTEGRATION: CWS vclplug (1.14.134); FILE MERGED 2003/10/24 13:35:11 pl 1.14.134.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1a373663020278ec19f6d6b3531829a834a8781c]

        INTEGRATION: CWS vclplug (1.3.326); FILE MERGED 2003/10/24 13:35:11 pl 1.3.326.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7c676750596c8c75de1103ed0c4e4f376ef01901]

        INTEGRATION: CWS vclplug (1.1.1.1.348); FILE MERGED 2003/10/24 13:35:07 pl 1.1.1.1.348.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [2551cd986f02ece3cc0c408a8dfe193b4cea74da]

        INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 13:33:55 pl 1.1.2.1: #21232# win port

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [94706e2bf3f229505b47d9a4738e8b6a8b2db20b]

        INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 13:33:14 pl 1.1.2.1: #21232# win port

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [60f93ceae9766eb9676e8d3d3d4c901286765a1e]

        INTEGRATION: CWS vclplug (1.1.1.1.348); FILE MERGED 2003/10/24 13:35:06 pl 1.1.1.1.348.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1a423ed67c8f09e7652ea5aacab9dbc6661555c0]

        INTEGRATION: CWS vclplug (1.4.174); FILE MERGED 2003/10/24 13:35:05 pl 1.4.174.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1ce2c9c062444cccfd801d8f868212615a9aa14f]

        INTEGRATION: CWS vclplug (1.8.136); FILE MERGED 2003/10/24 13:35:04 pl 1.8.136.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [4ae1e4a71b3968e89b32aa5ae598fb28878be13c]

        INTEGRATION: CWS vclplug (1.7.312); FILE MERGED 2003/10/24 13:35:03 pl 1.7.312.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7c5cecdac1c6b3013a5601b83f6f2b4d4714e8ff]

        INTEGRATION: CWS vclplug (1.11.134); FILE MERGED 2003/10/24 13:35:03 pl 1.11.134.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a8d657e57638da1102d673780565e6bbfa87a360]

        INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 13:32:47 pl 1.1.2.1: #i21232# win port

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b56f2889739af44b43a8a31b68cf7dd2e66f7beb]

        INTEGRATION: CWS vclplug (1.33.32); FILE MERGED 2003/10/24 13:34:59 pl 1.33.32.1: #21232# win port of virtualiing sal part

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1860f962d1c59f54c1526a4b824491df5593c856]

        INTEGRATION: CWS vclplug (1.48.38); FILE MERGED 2003/10/24 15:37:20 pl 1.48.38.3: #21232# corrected LIB2TARGET 2003/10/24 14:07:31 pl 1.48.38.2: #i21232# changed added DLLPOSTFIX to plugin basename 2003/10/21 15:54:17 pl 1.48.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [344c71367664e47aec4b8405ff5664adaa9384f0]

        INTEGRATION: CWS vclplug (1.6.324); FILE MERGED 2003/10/21 15:54:16 pl 1.6.324.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [79e2c2577527578629d7bb719a88396645a4cc49]

        INTEGRATION: CWS vclplug (1.164.38); FILE MERGED 2003/10/22 13:50:15 pl 1.164.38.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:15 pl 1.164.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b722df52f5aea4eb04416c47fa0571563b3db29b]

        INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 14:07:28 pl 1.1.2.2: #i21232# changed added DLLPOSTFIX to plugin basename 2003/10/21 15:54:14 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [550c1ba5df0af981d2a6a7a2d95a2bac86b61582]

        INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 14:07:28 pl 1.1.2.2: #i21232# changed added DLLPOSTFIX to plugin basename 2003/10/21 15:54:12 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [220cacc993ffae2dae7d5c67285d993f96732f01]

        INTEGRATION: CWS vclplug (1.29.136); FILE MERGED 2003/10/29 10:31:09 pl 1.29.136.3: RESYNC: (1.29-1.30); FILE MERGED 2003/10/22 13:50:10 pl 1.29.136.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:08 pl 1.29.136.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [de845bb84122dbe9c258a943ce360bc49f53c8de]

        INTEGRATION: CWS vclplug (1.4.188); FILE MERGED 2003/10/22 13:50:09 pl 1.4.188.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:07 pl 1.4.188.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [14644c0c77d5cd9a14211b56883917e5090b13a0]

        INTEGRATION: CWS vclplug (1.28.38); FILE MERGED 2003/10/22 13:50:08 pl 1.28.38.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:06 pl 1.28.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f64a4a324fedbdd7d94dad856652c9f433d0560b]

        INTEGRATION: CWS vclplug (1.7.172); FILE MERGED 2003/10/24 13:34:57 pl 1.7.172.3: #21232# win port of virtualiing sal part 2003/10/22 13:50:07 pl 1.7.172.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:06 pl 1.7.172.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [800bc74e72e8f47ec2d80039b8d5d7ad9bc8691b]

        INTEGRATION: CWS vclplug (1.107.20); FILE MERGED 2003/10/29 10:39:48 pl 1.107.20.3: RESYNC: (1.107-1.108); FILE MERGED 2003/10/22 13:50:04 pl 1.107.20.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:05 pl 1.107.20.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ea787949081e70d981b11086d2ab2dd9d5d0bf6d]

        INTEGRATION: CWS vclplug (1.18.122); FILE MERGED 2003/11/11 14:29:56 pl 1.18.122.3: removed useless output 2003/10/22 13:50:00 pl 1.18.122.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:05 pl 1.18.122.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5aff4704b9e17ad87e84f92536f0a52beb884009]

        INTEGRATION: CWS vclplug (1.25.38); FILE MERGED 2003/10/22 13:49:56 pl 1.25.38.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:54:04 pl 1.25.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [3e5964867cc3f8bd9ff41ca82ae5840080b9aee5]

        INTEGRATION: CWS vclplug (1.8.326); FILE MERGED 2003/10/21 15:54:04 pl 1.8.326.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0c73a3e1616a0dd61ad5ea1ffc14130eecf34c17]

        INTEGRATION: CWS vclplug (1.33.36); FILE MERGED 2003/10/21 15:54:02 pl 1.33.36.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [3461a4b5afdc8c14481def6a15e0c33843d6b8ea]

        INTEGRATION: CWS vclplug (1.16.136); FILE MERGED 2003/10/21 15:54:02 pl 1.16.136.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [d94161f37e814777338ee8012fa9905bf064473f]

        INTEGRATION: CWS vclplug (1.8.310); FILE MERGED 2003/10/21 15:54:01 pl 1.8.310.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [646cfc228fea2f70f8a1ad3b398a2dd8a627d7da]

        INTEGRATION: CWS vclplug (1.44.22); FILE MERGED 2003/10/21 15:53:55 pl 1.44.22.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [db250eb998f7f75de20e973427740383c805b255]

        INTEGRATION: CWS vclplug (1.11.174); FILE MERGED 2003/10/21 15:53:54 pl 1.11.174.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b1fbb514d433a9963739d9a9379b9d3a5abb4d55]

        INTEGRATION: CWS vclplug (1.15.38); FILE MERGED 2003/10/21 15:53:54 pl 1.15.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [a8a42f851dd812c7f46e54898c8b50d2b579c5c2]

        INTEGRATION: CWS vclplug (1.5.40); FILE MERGED 2003/10/21 15:53:54 pl 1.5.40.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [20afcd86cdc5dc4adbfd1f3c844d745ce5cd163b]

        INTEGRATION: CWS vclplug (1.7.172); FILE MERGED 2003/10/21 15:53:53 pl 1.7.172.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [3c7db2e3ea948b9a201574280ee11da2457e7e9c]

        INTEGRATION: CWS vclplug (1.17.38); FILE MERGED 2003/10/21 15:53:52 pl 1.17.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [b12eff4b91517042f4d549332bcd81489c3d9a96]

        INTEGRATION: CWS vclplug (1.46.38); FILE MERGED 2003/10/21 15:53:51 pl 1.46.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e478f8bd64062b6820478553de71c19e100e9d15]

        INTEGRATION: CWS vclplug (1.29.32); FILE MERGED 2003/10/21 15:53:51 pl 1.29.32.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e43b5c9bce685e075fb14b2a1acebb9645805d87]

        INTEGRATION: CWS vclplug (1.10.40); FILE MERGED 2003/10/21 15:53:49 pl 1.10.40.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [244c17566dde9ac4cd3eaaacfba09ad71f727562]

        INTEGRATION: CWS vclplug (1.22.108); FILE MERGED 2003/10/21 15:53:49 pl 1.22.108.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ae16b253035bd2790f12938bc8854ac69bdcf305]

        INTEGRATION: CWS vclplug (1.26.104); FILE MERGED 2003/10/21 15:53:48 pl 1.26.104.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1a1c9ce7a941c67bfb215cf337e0e1a949458fd9]

        INTEGRATION: CWS vclplug (1.19.40); FILE MERGED 2003/10/21 15:53:48 pl 1.19.40.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [765c5bf01d9e2e4849ad5260ee047b592653e644]

        INTEGRATION: CWS vclplug (1.18.108); FILE MERGED 2003/10/21 15:53:39 pl 1.18.108.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f27ec82eb3600ebc705af20aafb7fb8bc76cace3]

        INTEGRATION: CWS vclplug (1.2.316); FILE MERGED 2003/10/29 10:39:54 pl 1.2.316.3: RESYNC: (1.2-1.3); FILE MERGED 2003/10/22 13:49:53 pl 1.2.316.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:39 pl 1.2.316.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [35b1eeeac01d1ae816fa25a3f570bff289adad6c]

        INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/21 15:53:38 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [7031f93817a7df157c70df08a085c6ba78fc602b]

        INTEGRATION: CWS vclplug (1.9.304); FILE MERGED 2003/10/21 15:53:35 pl 1.9.304.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c03fab86db3bc59617502e60100693da6639289a]

        INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/24 13:34:56 pl 1.1.2.2: #21232# win port of virtualiing sal part 2003/10/21 15:53:35 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [854f7914faa26a979676cb2b95b3c4ed34e0827b]

        INTEGRATION: CWS vclplug (1.2.324); FILE MERGED 2003/10/21 15:53:34 pl 1.2.324.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [620faf0637b9be167e421c641a0dd22b5a167aca]

        INTEGRATION: CWS vclplug (1.3.334); FILE MERGED 2003/10/29 10:40:19 pl 1.3.334.2: RESYNC: (1.3-1.4); FILE MERGED 2003/10/21 15:53:34 pl 1.3.334.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5cef0a2083c4a8a92a403d63c5cd270f4ec80190]

        INTEGRATION: CWS vclplug (1.22.188); FILE MERGED 2003/10/22 13:49:52 pl 1.22.188.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:33 pl 1.22.188.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0f28a778256abb0e1744fb7a9336edf245482ebf]

        INTEGRATION: CWS vclplug (1.31.104); FILE MERGED 2003/10/22 13:49:52 pl 1.31.104.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:33 pl 1.31.104.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [443745b7ac6070e60c451e4711fad0c6155fd8d5]

        INTEGRATION: CWS vclplug (1.18.38); FILE MERGED 2003/10/21 15:53:32 pl 1.18.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ed7532387de4e77e421ce0cce76f384dd299b7a9]

        INTEGRATION: CWS vclplug (1.6.38); FILE MERGED 2003/10/21 15:53:31 pl 1.6.38.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [aae74713aee1c01e2b3dd63373d2ea4318799b79]

        INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/21 15:53:31 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [bde64dc29f48bb48096debc880f650ad770702d5]

        INTEGRATION: CWS vclplug (1.6.302); FILE MERGED 2003/10/21 15:53:30 pl 1.6.302.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [1a27d07277d03a4541790906e2de2ba5963863f5]

        INTEGRATION: CWS vclplug (1.8.4); FILE MERGED 2003/10/21 15:53:29 pl 1.8.4.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [53f69d18cb4d8cc848e7a4bae887c80405a3ad5a]

        INTEGRATION: CWS vclplug (1.6.326); FILE MERGED 2003/10/21 15:53:29 pl 1.6.326.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [97e522e29edef75bd31617ae7eeef54bcb55198b]

        INTEGRATION: CWS vclplug (1.6.188); FILE MERGED 2003/10/21 15:53:28 pl 1.6.188.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [96251c05a622687ca1f673156a972787f2cd9a90]

        INTEGRATION: CWS vclplug (1.4.310); FILE MERGED 2003/10/21 15:53:28 pl 1.4.310.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [5bbb07b3d5d0af4bd0a2ebf3bb123e23c0a24786]

        INTEGRATION: CWS vclplug (1.176.106); FILE MERGED 2003/10/24 13:34:54 pl 1.176.106.3: #21232# win port of virtualiing sal part 2003/10/22 13:49:49 pl 1.176.106.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:26 pl 1.176.106.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [339a51aa99b92a86e3d755f4a7600ba62f3a2dcc]

        INTEGRATION: CWS vclplug (1.23.88); FILE MERGED 2003/10/21 15:53:25 pl 1.23.88.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c2729bcd831b6dc07b6f528a1aed3c9dc8a74f7d]

        INTEGRATION: CWS vclplug (1.9.160); FILE MERGED 2003/10/29 10:29:51 pl 1.9.160.2: RESYNC: (1.9-1.10); FILE MERGED 2003/10/21 15:53:18 pl 1.9.160.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e0122dc0f2a95b1b12ae30c063d133ad2788a5f7]

        INTEGRATION: CWS vclplug (1.48.36); FILE MERGED 2003/10/22 13:49:46 pl 1.48.36.1: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [01bf1194e6eed4736e126d2a57b2a0f1cec8a82f]

        INTEGRATION: CWS vclplug (1.12.188); FILE MERGED 2003/10/22 13:49:46 pl 1.12.188.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:17 pl 1.12.188.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e8e73cf5e76cead07c35375257c3ff73a8bdcb32]

        INTEGRATION: CWS vclplug (1.42.136); FILE MERGED 2003/10/21 15:53:17 pl 1.42.136.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [0d63a4bee19912fec7e5cffcfebb233747e74c43]

        INTEGRATION: CWS vclplug (1.57.36); FILE MERGED 2003/10/29 10:29:45 pl 1.57.36.2: RESYNC: (1.57-1.58); FILE MERGED 2003/10/21 15:53:16 pl 1.57.36.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [fab2bed70aa70ace9ccc87ff26559166e387713c]

        INTEGRATION: CWS vclplug (1.156.36); FILE MERGED 2003/10/29 10:29:57 pl 1.156.36.3: RESYNC: (1.156-1.157); FILE MERGED 2003/10/22 13:49:44 pl 1.156.36.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:14 pl 1.156.36.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e7ca0a1827b360d3cab4da3184ae2babab9c558a]

        INTEGRATION: CWS vclplug (1.13.164); FILE MERGED 2003/10/22 13:49:43 pl 1.13.164.1: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e76e7a97d65c8f582de150818839b8ec964b0221]

        INTEGRATION: CWS vclplug (1.5.162); FILE MERGED 2003/10/22 13:49:42 pl 1.5.162.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:14 pl 1.5.162.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [783fb2dd42643b95681368f169a0cdca8d622d90]

        INTEGRATION: CWS vclplug (1.1.1.1.348); FILE MERGED 2003/10/21 15:53:13 pl 1.1.1.1.348.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [54807ceab26e6e791f37e2eb5e7cc377ada36f5c]

        INTEGRATION: CWS vclplug (1.2.326); FILE MERGED 2003/10/21 15:53:13 pl 1.2.326.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [e77d03bb655a0985e6a9806f4295524018b68e5d]

        INTEGRATION: CWS vclplug (1.27.164); FILE MERGED 2003/10/21 15:53:08 pl 1.27.164.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [41543ec32fb4bef09f257182173d2c99eaab7d00]

        INTEGRATION: CWS vclplug (1.1.1.1.348); FILE MERGED 2003/10/21 15:53:07 pl 1.1.1.1.348.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9e93be63766a0350f73a425d6a7f3d1ccee14f9d]

        INTEGRATION: CWS vclplug (1.41.174); FILE MERGED 2003/10/24 13:34:52 pl 1.41.174.2: #21232# win port of virtualiing sal part 2003/10/21 15:53:04 pl 1.41.174.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [498a27920d488ffb933bd12f5e9c9742f891ea77]

        INTEGRATION: CWS vclplug (1.27.116); FILE MERGED 2003/10/21 15:53:04 pl 1.27.116.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [6f8a8d35daeb52b13863ad391177eaa4c09c15ad]

        INTEGRATION: CWS vclplug (1.44.172); FILE MERGED 2003/10/24 13:34:52 pl 1.44.172.2: #21232# win port of virtualiing sal part 2003/10/21 15:53:03 pl 1.44.172.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [931c38568454329ff8c22c68aedbe2ca3ba7295a]

        INTEGRATION: CWS vclplug (1.6.188); FILE MERGED 2003/10/21 15:53:03 pl 1.6.188.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [f8901d701b9f0c52cf9b9049ad5346f17b97d8da]

        INTEGRATION: CWS vclplug (1.38.174); FILE MERGED 2003/10/21 15:53:02 pl 1.38.174.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [ee2798f22a697e8d6d7520721d5294ad2fe1ae92]

        INTEGRATION: CWS vclplug (1.1.2); FILE ADDED 2003/10/22 13:49:39 pl 1.1.2.2: #21232# removed SalGraphicsLayout, functionality now in SalGraphics itself 2003/10/21 15:53:02 pl 1.1.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [9fcf19d6a4969bac7160cc69394f4b6ded03f1b2]

        INTEGRATION: CWS vclplug (1.10.312); FILE MERGED 2003/10/21 15:53:01 pl 1.10.312.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [18e1e0d482460663da270df09021a87b15895d35]

        INTEGRATION: CWS vclplug (1.30.38); FILE MERGED 2003/10/24 15:36:46 pl 1.30.38.1: #21232# deliver vcl generic plugin

2003-11-18  Kurt Zenker  <kz@openoffice.org>  [c80d6d957f0456236b567c177584c5ef9afd9bbe]

        INTEGRATION: CWS vclplug (1.21.2); FILE MERGED 2003/10/29 10:40:46 pl 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2003/10/21 15:52:59 pl 1.21.2.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come

2003-11-18  Mikhail Voitenko  <mav@openoffice.org>  [036f1b99e149626d017cdb337e80791ec06904c6]

        #112923# use close(false) when possible

2003-11-18  Mikhail Voitenko  <mav@openoffice.org>  [17fe2299375ad4bfa271703378769a2f9a7edd5e]

        #112923# XCloseable support

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [35204ea09bd2963d02b20d7c4a907630a4d15a8d]

        new defaults for 3rd scale

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [6bff7771f2cc506390dfabae67708651b9abcad3]

        manipulate z value only in case of 3D

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [e9a97c0da7a6ba641032e67535bd94a5d59428a2]

        don't keep DrawViewWrapper during resize to avoid crash; delete wrapper in destructor

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [b85461d00e2fa92c2b158b3413e89357420389d5]

        crash while having minimal page sizes

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [0bd7805d476ddc3b6b6a1ac0f6a13560e987e34d]

        set D3DSceneTwoSidedLighting to true for correct 3D linechart display

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [9af92e080d2a8311f068bd73a55f12e8a7c05fed]

        during rebuild of view only delete the view and its single draw page; keep draw model and draw view alive -> dialog can be kept alive during view rebuild

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [31d889b3df063434d4060a0bf371732ac38269aa]

        added method ReInit for using an updated first page

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [63e40391b6b48a0b1a952efd517af8624a6c7234]

        added virtual destructor and member m_xDrawPages for removing draw page in destructor

2003-11-17  Mikhail Voitenko  <mav@openoffice.org>  [63624caf55e8a6c24074b9cb7bba7dfe6b8173c1]

        #112923# XCloseable support

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [e78170bb8d3c07c2b6dfbcc9fbd41d0f0869489f]

        changed signature of createGroupShape

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [34699c209f3dbd4b4faf00820026062df5bea003]

        symbols in front of lines - use getSeriesGroupShapeFront/BackChild

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [96d572baa1e1bc02c1e4ccddcc624b598777efd3]

        symbols in front of lines - added getSeriesGroupShapeFront/BackChild

2003-11-17  Ingrid Halama  <iha@openoffice.org>  [1681a33eb2da7f8848f6ec5e1dd397345cd674ec]

        symbols in front of lines - added m_xShapeFront/BackChild

2003-11-15  Ingrid Halama  <iha@openoffice.org>  [1fb4d552be591185c8a860a24d2f4f25ea3ec1b7]

        autoscale dimension 3 also; changed z positioning

2003-11-15  Ingrid Halama  <iha@openoffice.org>  [af549ef2c0c86cd9262feca269873c120555772d]

        autoscale dimension 3 also

2003-11-15  Ingrid Halama  <iha@openoffice.org>  [11667b0a0e0c2ff2af9cf63522295568786fff0d]

        added logig z

2003-11-15  Ingrid Halama  <iha@openoffice.org>  [786bc5368ffa670227dd70f033d6af43305fd9d5]

        changed  z scaling

2003-11-15  Ingrid Halama  <iha@openoffice.org>  [a6467840687e3435dc5c14a0dbdfed110480b960]

        dont loose z values for b splines

2003-11-15  Ingrid Halama  <iha@openoffice.org>  [020b4f324850c51d3c968ce688d0aa39cae043a2]

        check Nullpointer

2003-11-14  Ingrid Halama  <iha@openoffice.org>  [e0455de8b5dd5d7a7cac4e6918e2cb137f5f6071]

        sort polygon before splinecalculation for scatter chart (need better algorithm in future)

2003-11-14  Kurt Zenker  <kz@openoffice.org>  [445354694b6e8e277183fd6a9c5ba3e7efb5a7d8]

        new version for SRX645

2003-11-14  Mikhail Voitenko  <mav@openoffice.org>  [f7b502b6764314edfd26e1b84b7f6e62beda0fbc]

        #112923# notify client in case of activation/deactivation

2003-11-14  Björn Milcke  <bm@openoffice.org>  [314f4419f970ec1920e6efc03830bacb2663039c]

        relative font sizes for titles

2003-11-14  Björn Milcke  <bm@openoffice.org>  [f3856176faf409757c622fc40d68b8b91a1146fa]

        CharHeight is float not double

2003-11-14  Mikhail Voitenko  <mav@openoffice.org>  [4569e1b95c0ec4058d00a04f6df8d496aac91f38]

        #112923# ole implementation

2003-11-14  Björn Milcke  <bm@openoffice.org>  [a2c70f3f4cef8b96fcfd79bb7adae7a4d7c3a539]

        bigger default size for ReferencePageSize

2003-11-14  Mikhail Voitenko  <mav@openoffice.org>  [aec29756d7e058b47dc8dcef79bc93c3e9c61928]

        #112923# ole implementation related changes

2003-11-14  Björn Milcke  <bm@openoffice.org>  [dbb563e53eb27b7035f5b7c049330ea249c951b2]

        +CJK characters

2003-11-14  Björn Milcke  <bm@openoffice.org>  [a2292d3c4f1756cd6cd3fa8b1a799b3b52ddbc12]

        support for CJK and CTL properties

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [78fc69ec9aca2b94b31bd6dbad9f93f82ed2dfde]

        added scatter chart support

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [acdb459331857721c907b2c13eb6f6b547fe24a2]

        #112350#

2003-11-13  Mikhail Voitenko  <mav@openoffice.org>  [5ea5c0afebd272d5f44e6524c0f67b5317639919]

        #112923# embedded object for MS OLE

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [c5e57ef708407142f22a8b1986598f59152fb561]

        remove spline default + ..

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [06b8c6f095f6347919b89cbfca86729e0efc2267]

        use size and color from model for symbol creation

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [ab8ffdefb3e1df6e038234ca15a5c3a099ad3cf6]

        use main color for symbol fillcolor

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [3570151011e8ba3824f99c47ce4fa8e5c650752e]

        added color to method  createSymbol

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [cdfff1d40eab3d58d11dbdc04c5616879ce62d43]

        added color paramter to method  createSymbol

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [01f272f2dc8078e89e9ddd85d87ea333834d3850]

        added symbol information to dialog

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [57395628fd2e57ba6f113cd7d5918a29b4c8cd05]

        changed symbol information handling

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [215120d8a3e4c9ebcb6adcca904ecf942e86f4e7]

        added method GetSymbolGraphic

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [ca65c0bc614667512cca678f64802dd6f6751787]

        remove shadowed variable warning

2003-11-13  Björn Milcke  <bm@openoffice.org>  [ddab418931f08f4ecfaae4af5f0f98f9e9f894ec]

        SymbolProperties extended by aSize and nFillColor

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [faeaa3d3267c6201cf07de9dfdc0b8eadc734fe9]

        added signature for getSymbol methods

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [66c331d9f76fa252760b3b19d2c3fe183171a321]

        corrected include saver

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [7941751c03e746590b59fc5b28fc8793883630b6]

        read symbol properties from model;; removed ShapeApperance

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [b748d3b3af3bd115dca7d456f5bc2261f4fc0854]

        removed ShapeApperance

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [a29020d6427a79d9effd4283d5e7622e5d8262e3]

        removed ShapeApperance

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [5ad94b450df19ad3addc3b1ae615d83c91867255]

        moved SymbolType here from ShapeApperance;; removed ShapeApperance

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [0d39c407c46ce9dd1c20e62a264a77203bf9936c]

        removed unused code

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [3ef211ee62c556616ce83e3f3467d9f2718f2b47]

        corrected include saver

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [3b3cad1e687e8335b538360c6216a333e8146e93]

        moved Geometry3D here from ShapeApperance

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [b81f463c1f5b7bc4623557dfa7028b23241cb3d8]

        removed ShapeAppearance

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [ade970828b2189a0904f288af4de1c8272aabb41]

        read symbol propertie sfrom model;; renamed LineProperties -> VLineProperties

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [ff75f3b46cf4efd52ad63a87053da398be98bf32]

        renamed LineProperties -> VLineProperties

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [2f09540d348d7beba15382b6272bf2a0e27eb0bb]

        removed ShapeAppearance; added ShapeAppearance

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [6c5ae7893e7064d78687d9b6dc1146db21d7ffe1]

        moved and renamed LineProperties -> VLineProperties

2003-11-13  Ingrid Halama  <iha@openoffice.org>  [f28a04defd2bbbac2dca1059222f0dddd9c151c2]

        provoke compiler error if include saver is not completed

2003-11-13  Björn Milcke  <bm@openoffice.org>  [726d9c1ad20c09533bdb1af131ae63da5e4a5d91]

        property Symbol -> SymbolProperties

2003-11-12  Kurt Zenker  <kz@openoffice.org>  [af9d79f85807b060bc349ff190b81ad972f0a162]

        new version for SRC680

2003-11-12  Björn Milcke  <bm@openoffice.org>  [90dcbd3955bcc8b17831567c4a35871c608e5f38]

        relative sizes to resize fonts without changing the model

2003-11-12  Kurt Zenker  <kz@openoffice.org>  [f90c396679d90b34c8c039da49b2b4c23005da1d]

        new version for SRC680

2003-11-12  Ingrid Halama  <iha@openoffice.org>  [17f9b5a09c0ebb2b942aa8a50b1dc35506bdc008]

        enable symbols for LineCharts

2003-11-12  Ingrid Halama  <iha@openoffice.org>  [963f57abb81f451a2a0ee4c22157508b86f99abf]

        add symbols to proprtydialog

2003-11-12  Ingrid Halama  <iha@openoffice.org>  [065c514c4aaf0794056bd3592ac7bf1dd849d2f9]

        added method getSymbolTypeOfPoint

2003-11-12  Ingrid Halama  <iha@openoffice.org>  [8aaa4fb27d38e9709b10a4409893769ff03fc241]

        changed methods createSymbol2/3D

2003-11-12  Ingrid Halama  <iha@openoffice.org>  [76b434b9b569c500dcbe9e050260630eca3b074b]

        added DataPointSymbolSupplier

2003-11-12  Ingrid Halama  <iha@openoffice.org>  [027fa2893bbdca4aa894c1f7f848b23c34921413]

        add symbols to proprtydialog

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [9ceb821f57cf61287ed21808b7d357c93c9f6c0e]

        SRC680

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [a51a175bc6f29e5826a2e794a35ce9a75e21028c]

        INTEGRATION: CWS texteng02 (1.39.116); FILE MERGED 2003/11/06 07:43:33 mt 1.39.116.2: #109019# Final cleanups... 2003/10/31 12:17:49 mt 1.39.116.1: #109019# Optimizations 1 - use stl::vector for ParaPortionList

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [3c18b544f0b7a5121830603007767d6ef14c9b3e]

        INTEGRATION: CWS texteng02 (1.27.10); FILE MERGED 2003/11/06 07:43:32 mt 1.27.10.8: #109019# Final cleanups... 2003/11/05 13:12:46 mt 1.27.10.7: #109019# CHanges to the idle format 2003/11/05 10:56:12 mt 1.27.10.6: #109019# IdleFormat for RemoveAttribs 2003/11/04 15:50:44 mt 1.27.10.5: #109019# TEXT_HINT_PARACONTENTCHANGED, maTextColor 2003/11/03 18:49:35 mt 1.27.10.4: #109019# SeekCursor with OutDev*, preparation for text color optimization 2003/11/03 15:44:30 mt 1.27.10.3: #109019# Cache CurTextWidth, mbHasMultiLineParas 2003/10/31 14:26:52 mt 1.27.10.2: #109019# Optimizations 2 - Template for the Wrapper" 2003/10/31 12:17:48 mt 1.27.10.1: #109019# Optimizations 1 - use stl::vector for ParaPortionList

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [06a56b82d5071fa2398ce5b943dd74498d43f0ab]

        INTEGRATION: CWS texteng02 (1.1.1.1.390); FILE MERGED 2003/10/31 14:26:52 mt 1.1.1.1.390.1: #109019# Optimizations 2 - Template for the Wrapper"

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [c82f308242b7074d65cb1644fbb1df6cb827ca46]

        INTEGRATION: CWS texteng02 (1.1.1.1.390); FILE MERGED 2003/11/03 15:45:02 mt 1.1.1.1.390.2: #109019# Check Index before String::Erase in Split() 2003/10/31 14:26:51 mt 1.1.1.1.390.1: #109019# Optimizations 2 - Template for the Wrapper"

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [dd5c1deca76bd966e50ad1015bb5f1ea9e2b40a0]

        INTEGRATION: CWS texteng02 (1.8.350); FILE MERGED 2003/11/05 13:12:45 mt 1.8.350.3: #109019# CHanges to the idle format 2003/10/31 14:26:51 mt 1.8.350.2: #109019# Optimizations 2 - Template for the Wrapper" 2003/10/31 12:17:48 mt 1.8.350.1: #109019# Optimizations 1 - use stl::vector for ParaPortionList

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [99de4e4859618379c429f4e066ce9c1b0e7fb017]

        INTEGRATION: CWS texteng02 (1.2.350); FILE MERGED 2003/11/05 13:12:45 mt 1.2.350.3: #109019# CHanges to the idle format 2003/10/31 14:26:50 mt 1.2.350.2: #109019# Optimizations 2 - Template for the Wrapper" 2003/10/31 12:17:47 mt 1.2.350.1: #109019# Optimizations 1 - use stl::vector for ParaPortionList

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [7c41be367997ab05ad7400fb87c712b516a5ae57]

        INTEGRATION: CWS texteng02 (1.3.352); FILE MERGED 2003/11/03 18:48:35 mt 1.3.352.1: #109019# GetColor

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [9f084d5cf96e7b4230391894f55f0e1a1a6f6a32]

        INTEGRATION: CWS texteng02 (1.4.82); FILE MERGED 2003/11/03 15:41:34 mt 1.4.82.1: #109019# Check index for greater *equal* in ::Erase( nPos, Count )

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [b43bcbc3213fa9b5d9369d7a6dd54048c90bd962]

        INTEGRATION: CWS texteng02 (1.156.38); FILE MERGED 2003/11/06 11:27:10 mt 1.156.38.2: RESYNC: (1.156-1.157); FILE MERGED 2003/11/04 15:38:15 mt 1.156.38.1: #109019# Optimizations for text color changes, no ImplNewFont

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [415f44932f30927540c6d8ef52771e4b89bc710e]

        INTEGRATION: CWS texteng02 (1.32.58); FILE MERGED 2003/11/05 13:13:57 mt 1.32.58.1: #109019# Some optimizations with new idle format in set/remove attribs

2003-11-12  Oliver Bolte  <obo@openoffice.org>  [07469f503ef5892c6e9e35a889127c64cf2990a1]

        INTEGRATION: CWS texteng02 (1.12.254); FILE MERGED 2003/11/05 10:53:27 mt 1.12.254.1: #109019# optimized syntax highlighting

2003-11-12  Thorsten Behrens  <thb@openoffice.org>  [2b4cf487a6d7b232f94e773327897684d1264dfb]

        Put Impl class into anonymous namespace

2003-11-12  Thorsten Behrens  <thb@openoffice.org>  [6993a65de005cf20d7f6f8ed56b73ddcf9d92b3d]

        Added scalar cross() method to B2DVector, which returns length of the 2D cross product (useful e.g. for angle calculations)

2003-11-12  Thorsten Behrens  <thb@openoffice.org>  [d29fb24a43fc4d8477181c2b693e163d97c07218]

        Added second adaptive subdivision method (this time with an angle differences as the stopping criterion

2003-11-12  Björn Milcke  <bm@openoffice.org>  [0cac0d3cff2a146a6b5e914fdfe6d7fbfed70e58]

        property Dimension of base class must be overloaded -- merging is not easy

2003-11-12  Björn Milcke  <bm@openoffice.org>  [fee3a6718c0f38b0769e6f7120b6b6b248daa8c4]

        +SymbolProperties

2003-11-11  Armin Weiss  <aw@openoffice.org>  [cc292d62b52637f41626f325070198460535a099]

        Changed makefiles (hid problem) and did necessary adaptions for building under current version

2003-11-11  Björn Milcke  <bm@openoffice.org>  [99fd4eb8a0448ad726073f99163386f79bac9479]

        changeDiagram: copy properties of floor and wall to new diagram

2003-11-11  Björn Milcke  <bm@openoffice.org>  [e042ebf4273e2ca5c51c26d31f70bfa62aee87d6]

        +PropertyHelper (helper method to copy all properties of a property set to another one)

2003-11-11  Björn Milcke  <bm@openoffice.org>  [3aae4109c2b6eb654c7ec29b6961e73a12bbab90]

        helper method to copy all properties of a property set to another one

2003-11-11  Björn Milcke  <bm@openoffice.org>  [d9710f9187a064251da8bb00d962fb93b6afa7e0]

        avoid exceptions for properties that are not available

2003-11-11  Armin Weiss  <aw@openoffice.org>  [db78936286f5b9adf396e92383041b4f515b0edd]

        added B2DVector::angle

2003-11-11  Armin Weiss  <aw@openoffice.org>  [d2e3aaa262de3815c4ba165590ee5e98e5db2ac5]

        Added functionality at the Poly and PolyPolygon tools for subdivides, corrected polygon clipper further

2003-11-10  Ingrid Halama  <iha@openoffice.org>  [278a6c615718c45500003b2e78f950edd0bc01d7]

        added license text

2003-11-10  Ingrid Halama  <iha@openoffice.org>  [1f67e0ea7f6b5d4fbc78e7caa1b7528852695df9]

        fill object dialog dependent on charttype

2003-11-10  Ingrid Halama  <iha@openoffice.org>  [c54caff52b7112658c789a51694b2ca582bcb0ef]

        moved local helping methods to new class ChartTypeHelper

2003-11-10  Ingrid Halama  <iha@openoffice.org>  [c6a045fec4d4eacd1e96e1653a572c7a74023d32]

        react on NULL input

2003-11-10  Ingrid Halama  <iha@openoffice.org>  [646eebdde7ae80069266c15d1b0587e6f77a858e]

        added ChartTypeHelper

2003-11-10  Ingrid Halama  <iha@openoffice.org>  [d15fa51a8fb8792c271292068aaf451a8096a280]

        new

2003-11-10  Ingrid Halama  <iha@openoffice.org>  [4a99d0483362db7857156e70990bb441ea3cf9b0]

        use model properties for 3D wall and floor

2003-11-10  Ingrid Halama  <iha@openoffice.org>  [92b9ab92a072e6a34ffdc859629006678bea0e53]

        changed methods: createCube and createStripe

2003-11-10  Ingrid Halama  <iha@openoffice.org>  [a4418fe5aaf750f06c75b74219aa12700763ed58]

        added diagram floor

2003-11-10  Thorsten Behrens  <thb@openoffice.org>  [5d6413171a0f9d92a3cf331ab05b18e06c98fde2]

        Moved template declaration to internal namespace

2003-11-10  Thorsten Behrens  <thb@openoffice.org>  [fd1976f8025e13124d28c78358cb29be99a8074a]

        Initial revision

2003-11-10  Lars Oppermann  <lo@openoffice.org>  [be3ee936395ffaaf0d424c682efe980403743d1f]

        missing bitmaps of #i19265#

2003-11-10  Thorsten Behrens  <thb@openoffice.org>  [fd56c146e7d072d0af39e859645ee79c2089e282]

        Added bezier tools file

2003-11-10  Duncan Foster  <dfoster@openoffice.org>  [d614d60c8002d0a1d6b52a4917c0217bca1210b4]

        #i19258# - Modify ScriptSelector prototype dialog to call Basic IDE in the same way as other languages call their IDEs

2003-11-10  Kurt Zenker  <kz@openoffice.org>  [5d2236225149f96ec223c938239c49236929487e]

        new version for SRC680

2003-11-10  Armin Weiss  <aw@openoffice.org>  [ff3c6dbe35436fa508356a45b7367d4055cd6387]

        Some error corrections, some additions to polygon stuff, making PolyPolygonCutter work

2003-11-10  Rüdiger Timm  <rt@openoffice.org>  [7324b453f445c6f199d34c484d598909e7cf2cb3]

        #100000#, #i22236# Needs header from setup2

2003-11-08  Ingrid Halama  <iha@openoffice.org>  [d0c8ec0df32cc7220221696891521f425ff5d8cf]

        comment out unused code -> cleanup pending

2003-11-08  Ingrid Halama  <iha@openoffice.org>  [0e4aadec4ebbe307e4b3605f9bb8b9e8ce799bdd]

        only comment

2003-11-08  Ingrid Halama  <iha@openoffice.org>  [10143a9d4c6e5a42adbab825d3e4d1716e15a616]

        more properly initialize the dialog (e.g. pages dependent on charttype)

2003-11-08  Ingrid Halama  <iha@openoffice.org>  [e014f7261fdfa3b9fc733f9498f77685d2124a8b]

        added Splines

2003-11-08  Ingrid Halama  <iha@openoffice.org>  [99077a70cc83327702412a9e05cfcf636b0ab095]

        added spline calculation (from old chart)

2003-11-08  Ingrid Halama  <iha@openoffice.org>  [626626140bb7e9ed2c64dba54aa1bc42441d57c9]

        added method getChartTypeOfSeries

2003-11-08  Ingrid Halama  <iha@openoffice.org>  [f6f0be820f10cba46e8613331b98f7dc0a84ba04]

        some cleanup

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb157a8097723e46ce752be918efb1bec9fa4d5a]

        SRC680

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [18ada1ead9e3855fc46b4fd0ddd1edff793d7eab]

        INTEGRATION: CWS i18n08 (1.13.4); FILE MERGED 2003/09/01 13:13:33 er 1.13.4.4: #i15631# support debug build mechanism, and add comment why not to use it and what to do else 2003/08/27 16:19:31 er 1.13.4.3: RESYNC: (1.13-1.14); FILE MERGED #i15631# merge in latest changes of MAC OS X fixes (DLLPOST) 2003/08/09 08:05:40 khong 1.13.4.2: #15631# #i15075# upgrade icu to 2.6 and fix sentence breakiterator problem 2003/08/09 00:09:07 khong 1.13.4.1: #15631# #i15075# upgrade icu to 2.6 and fix sentence breakiterator problem

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [882ba4b1569afe2495e9338433f26403c444b8e2]

        INTEGRATION: CWS tlapi1 (1.99.18); FILE MERGED 2003/10/17 10:39:23 tl 1.99.18.2: #108597# Insert button now default button in Symbols dialog 2003/10/02 10:03:41 tl 1.99.18.1: #111217#, #111994# help ID's added

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c419f39d4b3f70b355c0fabeb5465898b1ed46e]

        INTEGRATION: CWS tlapi1 (1.28.74); FILE MERGED 2003/10/17 11:12:18 tl 1.28.74.3: #i15169# enabled drag scrolling for Command windows scroll bars 2003/10/16 09:11:17 tl 1.28.74.2: #i15169# enable use of scroll mouse for SmEditWindow 2003/10/07 08:29:34 tl 1.28.74.1: #112565# crash when activating embedded formula object fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7acec1a4291c9611c6caf05a360b84caec4c4e64]

        INTEGRATION: CWS tlapi1 (1.25.10); FILE MERGED 2003/10/07 08:29:33 tl 1.25.10.1: #112565# crash when activating embedded formula object fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [17f68faca9527ef0d7d7767ec532f7367a29b279]

        INTEGRATION: CWS tlapi1 (1.14.150); FILE MERGED 2003/10/02 10:03:38 tl 1.14.150.1: #111217#, #111994# help ID's added

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dba06dcd911dbec198369f5c8c381d3b65a055a]

        INTEGRATION: CWS tlapi1 (1.11.10); FILE MERGED 2003/10/16 09:11:16 tl 1.11.10.1: #i15169# enable use of scroll mouse for SmEditWindow

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6308dff7b3373e2a564ea8139daf0a8c8573c69]

        INTEGRATION: CWS tlapi1 (1.23.120); FILE MERGED 2003/10/02 13:56:17 tl 1.23.120.1: #111994# help ID added

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [95879b2b929d9f06b0b870020eba7077536cae4f]

        INTEGRATION: CWS tlapi1 (1.38.242); FILE MERGED 2003/10/02 13:56:42 tl 1.38.242.1: #111994# help ID added

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9addcfa573fff23cd859ad0de56df4c859cdbbf]

        INTEGRATION: CWS tlapi1 (1.35.136); FILE MERGED 2003/10/14 09:55:39 tl 1.35.136.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ee46b470ee0dd63a361e10752342d240575b234]

        INTEGRATION: CWS tlapi1 (1.7.156); FILE MERGED 2003/10/14 09:57:11 tl 1.7.156.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ade183b99c92d454db04a0a944f8218213f3a37]

        INTEGRATION: CWS tlapi1 (1.8.136); FILE MERGED 2003/10/14 09:57:10 tl 1.8.136.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [95735a560e401df572e4fa8057e2344e1660d7f2]

        INTEGRATION: CWS i18n08 (1.2.48); FILE MERGED 2003/09/04 16:33:15 er 1.2.48.2: #i15631# deliver some common header files through hedabu 2003/08/09 00:12:32 khong 1.2.48.1: #i15631# upgrade icu to 2.6, deliver genbrk and genccode for i18npool to create breakiterator rule data locally

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [98c9eca2e3630f0f252ea2dd2d65237482a9ec4e]

        INTEGRATION: CWS tlapi1 (1.7.156); FILE MERGED 2003/10/14 09:57:10 tl 1.7.156.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [593931dd583dabe739d15394870a63543f665f9b]

        INTEGRATION: CWS tlapi1 (1.8.156); FILE MERGED 2003/10/02 07:43:11 tl 1.8.156.1: #110998# return type in documentation fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [860f64972592776412e98fd7ba1e8cf4175b81c2]

        INTEGRATION: CWS tlapi1 (1.9.156); FILE MERGED 2003/10/14 09:57:10 tl 1.9.156.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a466c12363714e201769981f8c4985727a08ad25]

        INTEGRATION: CWS tlapi1 (1.4.236); FILE MERGED 2003/10/14 09:57:09 tl 1.4.236.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [711389db962e215f8316caa238051ba0938f6f60]

        INTEGRATION: CWS tlapi1 (1.10.156); FILE MERGED 2003/10/14 09:57:09 tl 1.10.156.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [de9dadffa7a55dcfb38f6b89e3b7b18f62fdf428]

        INTEGRATION: CWS tlapi1 (1.3.136); FILE MERGED 2003/10/14 09:57:09 tl 1.3.136.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2ec605b1458884f42273d1180e14c8f29f0cfde]

        INTEGRATION: CWS tlapi1 (1.6.156); FILE MERGED 2003/10/14 09:57:08 tl 1.6.156.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [827c4c9406873262dd24ad4d07fb02895b0b7036]

        INTEGRATION: CWS tlapi1 (1.3.136); FILE MERGED 2003/10/14 09:57:08 tl 1.3.136.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c324f10cff84f5054dd83e8d6893d37e3963669e]

        INTEGRATION: CWS tlapi1 (1.8.136); FILE MERGED 2003/10/14 09:57:08 tl 1.8.136.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a76b055e767cff36e4d0dc9d09e7d9e7790009b2]

        INTEGRATION: CWS tlapi1 (1.5.136); FILE MERGED 2003/10/10 11:46:59 tl 1.5.136.1: #i17164# added missing service entries to text/DocumentSettings

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [466773f5400b949b739f7451a08835d0c1ccd9cb]

        INTEGRATION: CWS tlapi1 (1.9.74); FILE MERGED 2003/10/14 09:57:07 tl 1.9.74.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff4e7d079a51dddadb87c8e0785364c5d55275a9]

        INTEGRATION: CWS tlapi1 (1.7.156); FILE MERGED 2003/10/14 09:57:07 tl 1.7.156.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b3f5d2e8e238ed4a1e81a919a39e3e5021e5ee5]

        INTEGRATION: CWS tlapi1 (1.1.2); FILE ADDED 2003/10/14 10:06:51 tl 1.1.2.2: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell 2003/10/14 09:53:48 tl 1.1.2.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [178eb2fec5430cb2e04e1c17f224e747930060a6]

        INTEGRATION: CWS tlapi1 (1.21.74); FILE MERGED 2003/10/08 14:47:01 tl 1.21.74.1: #i13550# documentation for CharEscapement and CharScaleWidth fixed.

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7fb8a71b60f4c6e94b4cafbe9d0badf427316e3]

        INTEGRATION: CWS i18n08 (1.9.38); FILE MERGED 2003/08/08 23:54:45 khong 1.9.38.1: #109932# changed Japanese short Era name

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae25d03d03434d79ce74ea0e968fa01b055e264b]

        INTEGRATION: CWS i18n08 (1.10.38); FILE MERGED 2003/08/08 23:49:13 khong 1.10.38.1: #13451# update quarter word, provided by jcorrius

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [506d52dc642b2441118d44e707e9dc514b06ad13]

        INTEGRATION: CWS i18n08 (1.21.16); FILE MERGED 2003/08/10 05:35:35 khong 1.21.16.1: #i15631# upgrate ICU to version 2.6

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [825b2bb5d875a9d94e2ee5549d7cfb78b0aed933]

        INTEGRATION: CWS i18n08 (1.1.2); FILE ADDED 2003/08/08 23:30:57 khong 1.1.2.1: #i17155# fix line breakiterator rule to make slash and hyphen as part of word when doing line break

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [952477f8ec8d01ed243b77cb9a2def654ff905ed]

        INTEGRATION: CWS i18n08 (1.1.2); FILE ADDED 2003/08/08 23:33:23 khong 1.1.2.1: #i13494# #110146# fix word breakiterator rule to handle punctuations and signs correctly

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c10f93b354ee68ec9e4f5aea4616677b58cb7da]

        INTEGRATION: CWS tlapi1 (1.11.222); FILE MERGED 2003/10/10 11:50:16 tl 1.11.222.4: #i17164# added missing service entries to text/DocumentSettings 2003/10/09 11:32:35 tl 1.11.222.3: #112582# fixed component description and supported service names for SwXStyle 2003/10/01 10:45:25 tl 1.11.222.2: #108888# added component description for SwXDocumentSettings 2003/10/01 10:41:58 tl 1.11.222.1: #108888# added component description for SwXDocumentSettings

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ff54c632497706b354d8befd5e2ceb75fa4ba9c]

        INTEGRATION: CWS i18n08 (1.1.2); FILE ADDED 2003/08/08 23:29:12 khong 1.1.2.1: #i13451# add '-' as midLetter for Catalan dictionary word breakiterator

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a279c0cd010d2042e210f82b57dd99a8ff63569]

        INTEGRATION: CWS tlapi1 (1.46.24); FILE MERGED 2003/10/14 13:33:57 tl 1.46.24.1: #112603# GPF when trying to set paragraph style name fixed.

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [42e31437110e54940559812d066a13aac4f3a678]

        INTEGRATION: CWS i18n08 (1.1.2); FILE ADDED 2003/08/08 23:33:24 khong 1.1.2.1: #i13494# #110146# fix word breakiterator rule to handle punctuations and signs correctly

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b2555f1f3fb0547a1035af225494594e401fa79]

        INTEGRATION: CWS tlapi1 (1.28.38); FILE MERGED 2003/10/10 11:49:52 tl 1.28.38.1: #i17164# added missing service entries to text/DocumentSettings

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0d41827e64bc020a2e86b7a4e8dab8b338445c4]

        INTEGRATION: CWS i18n08 (1.1.2); FILE ADDED 2003/08/20 17:43:32 khong 1.1.2.1: #i13494# #110146# fix word breakiterator rule to handle punctuations and signs correctly

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a914bddb7557dac2c8eb522294d79f5be7785046]

        INTEGRATION: CWS tlapi1 (1.22.226); FILE MERGED 2003/10/20 10:51:28 tl 1.22.226.1: #i19758# inserting CR wiht insertString will now insert paragraph breaks

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [29273f0a34b7537c0e8604712b82a15af9dfae17]

        INTEGRATION: CWS i18n08 (1.3.84); FILE MERGED 2003/08/08 23:46:54 khong 1.3.84.1: #i15631# upgrate ICU to version 2.6, move breakiterator rule files to i18npool project

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f71f34ae3fd0ef59cfb912c1b2b868bcb717e3f]

        INTEGRATION: CWS i18n08 (1.12.32); FILE MERGED 2003/09/04 16:31:54 er 1.12.32.6: #i15631# get rid of redeclared structs and use real ICU headers (still not an elegant way) 2003/09/03 14:40:48 khong 1.12.32.5: #i15631# upgrate ICU to version 2.6, fix a memory crash problem 2003/08/21 10:03:44 er 1.12.32.4: #i15631# cBreakIterator const correctness 2003/08/20 18:47:59 khong 1.12.32.3: #i15631# upgrate ICU to version 2.6, and fix compiling warning 2003/08/09 23:34:15 khong 1.12.32.2: #i15631# upgrate ICU to version 2.6, move breakiterator rule files to i18npool project 2003/08/08 23:46:54 khong 1.12.32.1: #i15631# upgrate ICU to version 2.6, move breakiterator rule files to i18npool project

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d356b190abfc1014a335b23a9c0a4c9467191810]

        INTEGRATION: CWS tlapi1 (1.78.146); FILE MERGED 2003/10/20 13:22:28 tl 1.78.146.1: #i19016# SwXCell::getType implemented

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [43c90c8ad4c33388bb0cfc9c966cd3e7d44c7b2a]

        INTEGRATION: CWS i18n08 (1.11.32); FILE MERGED 2003/08/08 18:57:33 khong 1.11.32.1: #i11993# #i14904# fix word breakiterator issues

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dcd26ecc8a1f6b12351d2a353d2af5dfa503a1f]

        INTEGRATION: CWS tlapi1 (1.53.226); FILE MERGED 2003/11/04 13:44:17 tl 1.53.226.3: #104979# getPropertyValues fixed 2003/10/09 13:01:41 tl 1.53.226.2: #112582# fixed component description and supported service names for SwXStyle 2003/10/08 11:45:16 tl 1.53.226.1: #104979# type of exception thrown for unknown properties fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [24833437321ef0f64f1db077816387e9aa16e319]

        INTEGRATION: CWS i18n08 (1.5.76); FILE MERGED 2003/08/21 10:04:01 er 1.5.76.1: #i15631# cBreakIterator const correctness

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd03e710312a5c0158bed8d4103c387e9fe5606a]

        INTEGRATION: CWS tlapi1 (1.44.146); FILE MERGED 2003/11/04 13:44:17 tl 1.44.146.2: #104979# getPropertyValues fixed 2003/10/08 11:45:15 tl 1.44.146.1: #104979# type of exception thrown for unknown properties fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [41ca42f731b47f18db6f1e66fb38a388d044c442]

        INTEGRATION: CWS tlapi1 (1.27.226); FILE MERGED 2003/11/04 13:44:16 tl 1.27.226.2: #104979# getPropertyValues fixed 2003/10/08 11:45:13 tl 1.27.226.1: #104979# type of exception thrown for unknown properties fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc37f6f51937f0416b6d2ecec1b7e82f03345835]

        INTEGRATION: CWS tlapi1 (1.27.226); FILE MERGED 2003/11/04 13:44:16 tl 1.27.226.3: #104979# getPropertyValues fixed 2003/10/08 11:45:12 tl 1.27.226.2: #104979# type of exception thrown for unknown properties fixed 2003/10/07 11:27:54 tl 1.27.226.1: #109732# SwXParagraph::getStart/getEnd fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1afcde8736d7ce5b50a98b0fc5fbb7eacc2ad19e]

        INTEGRATION: CWS tlapi1 (1.38.24); FILE MERGED 2003/10/20 10:51:27 tl 1.38.24.1: #i19758# inserting CR wiht insertString will now insert paragraph breaks

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [72decf814b9cf7adb9f4c1a0c058107ac94ac9f9]

        INTEGRATION: CWS tlapi1 (1.76.54); FILE MERGED 2003/10/08 11:45:11 tl 1.76.54.1: #104979# type of exception thrown for unknown properties fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f60a3e0249465991cba679731e997957c03e71ed]

        INTEGRATION: CWS tlapi1 (1.10.260); FILE MERGED 2003/11/04 13:43:49 tl 1.10.260.2: #104979# getPropertyValues fixed 2003/10/08 11:40:40 tl 1.10.260.1: #104979# type of exception thrown for unknown properties fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9ea300a443e1389de679e2ced7e4965d0c3a787]

        INTEGRATION: CWS i18n08 (1.53.90); FILE MERGED 2003/09/05 15:51:50 er 1.53.90.2: RESYNC: (1.53-1.54); FILE MERGED 2003/08/22 09:49:31 er 1.53.90.1: i15631 UTextOffset obsolete with ICU 2.6. Use int32_t directly instead (see original comment in ICU 2.6 unicode/utf_old.h)

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [84cec0c8a0bdc93913d0601a7687031058da5676]

        INTEGRATION: CWS tlapi1 (1.10.260); FILE MERGED 2003/11/04 13:43:48 tl 1.10.260.2: #104979# getPropertyValues fixed 2003/10/08 11:40:39 tl 1.10.260.1: #104979# type of exception thrown for unknown properties fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7721bf1eec97785e538b818f445de4d4f24ab04e]

        INTEGRATION: CWS i18n08 (1.40.168); FILE MERGED 2003/08/22 09:53:20 er 1.40.168.1: #i15631# UTextOffset obsolete with ICU 2.6. Use int32_t directly instead (see original comment in ICU 2.6 unicode/utf_old.h)

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [96d284e39bcd7e09e15c6fff884c926b49dd2aa4]

        INTEGRATION: CWS tlapi1 (1.29.24); FILE MERGED 2003/11/04 13:43:48 tl 1.29.24.2: #104979# getPropertyValues fixed 2003/10/08 11:40:39 tl 1.29.24.1: #104979# type of exception thrown for unknown properties fixed

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [44f7403dc2486c97c7715da02835692ee680191f]

        INTEGRATION: CWS i18n08 (1.26.120); FILE MERGED 2003/08/21 13:52:26 er 1.26.120.1: i15631 UTextOffset obsolete with ICU 2.6. Use int32_t directly instead (see original comment in ICU 2.6 unicode/utf_old.h)

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8d033e9d7da1da796b53ba5313cf9dbd028d219]

        INTEGRATION: CWS i18n08 (1.54.112); FILE MERGED 2003/08/21 16:07:07 er 1.54.112.1: i15631 UTextOffset obsolete with ICU 2.6. Use int32_t directly instead (see original comment in ICU 2.6 unicode/utf_old.h)

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e994552040c879833ca4dcc0d1d8bfd513d06b9]

        INTEGRATION: CWS i18n08 (1.88.14); FILE MERGED 2003/08/27 15:21:15 er 1.88.14.2: RESYNC: (1.88-1.89); FILE MERGED 2003/08/21 16:14:21 er 1.88.14.1: i15631 UTextOffset obsolete with ICU 2.6. Use int32_t directly instead (see original comment in ICU 2.6 unicode/utf_old.h)

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2744475e6740380a1cc80b02c2f58b758e06af9e]

        INTEGRATION: CWS i18n08 (1.22.30); FILE MERGED 2003/08/27 15:09:09 er 1.22.30.2: RESYNC: (1.22-1.23); FILE MERGED 2003/08/13 12:25:54 hdu 1.22.30.1: #i15631# update to icu version 2.6

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff5fee76dede3270aeaf28bd34fa0a39d0d11276]

        INTEGRATION: CWS i18n08 (1.24.46); FILE MERGED 2003/08/13 12:26:06 hdu 1.24.46.1: #i15631# update to icu version 2.6

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b19680a8a2253d5ec89a30daeb10f98e977279d5]

        INTEGRATION: CWS networker (1.33.8); FILE MERGED 2003/09/12 15:20:20 lo 1.33.8.2: #i19273# user installation code 2003/07/24 14:26:46 lo 1.33.8.1: language selection

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [70edbfa7cbc2fb44598d969ed325e25a8f6e7e31]

        INTEGRATION: CWS networker (1.1.2); FILE ADDED 2003/10/08 14:48:31 lo 1.1.2.2: #i19273# handle license agreement 2003/09/12 15:23:00 lo 1.1.2.1: #i19273# user installation code

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4d21c527596d7ae731d9bf96576dcc87c8c5541]

        INTEGRATION: CWS networker (1.1.2); FILE ADDED 2003/10/21 11:35:41 lo 1.1.2.3: #i19275# language and license dialog for initial user setup 2003/10/08 14:48:31 lo 1.1.2.2: #i19273# handle license agreement 2003/09/12 15:23:00 lo 1.1.2.1: #i19273# user installation code

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [23d01119a53b1f9d6b82d17099ac767a7a6cde1b]

        INTEGRATION: CWS networker (1.36.18); FILE MERGED 2003/10/21 11:35:40 lo 1.36.18.1: #i19275# language and license dialog for initial user setup

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f0856ba49309f0490dd8aee6fe2e36d16e51361]

        INTEGRATION: CWS networker (1.23.28); FILE MERGED 2003/10/22 10:58:56 lo 1.23.28.4: RESYNC: (1.23-1.24); FILE MERGED 2003/10/21 11:35:39 lo 1.23.28.3: #i19275# language and license dialog for initial user setup 2003/09/12 15:22:59 lo 1.23.28.2: #i19273# user installation code 2003/07/24 14:26:44 lo 1.23.28.1: language selection

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe55fadc0c11bbc51be32ba63ed47ce84a7071d5]

        INTEGRATION: CWS networker (1.1.2); FILE ADDED 2003/10/21 11:35:38 lo 1.1.2.3: #i19275# language and license dialog for initial user setup 2003/10/08 14:48:31 lo 1.1.2.2: #i19273# handle license agreement 2003/07/24 14:28:00 lo 1.1.2.1: language selection

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [89e258cc3a493552cfa4e5c12916ab3f94f9038a]

        INTEGRATION: CWS networker (1.1.2); FILE ADDED 2003/10/21 11:35:37 lo 1.1.2.6: #i19275# language and license dialog for initial user setup 2003/10/08 14:48:30 lo 1.1.2.5: #i19273# handle license agreement 2003/09/08 10:42:00 dv 1.1.2.4: #110340# use SUPD for all resources! 2003/09/04 12:56:51 lo 1.1.2.3: #110340# resource version 2003/08/13 12:52:06 lo 1.1.2.2: #110340# only display dialog if there is more then one language installed 2003/07/24 14:27:59 lo 1.1.2.1: language selection

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6e1c830f1981eeed450dbd81735ac75a0a4c848]

        INTEGRATION: CWS networker (1.48.8); FILE MERGED 2003/10/21 11:35:36 lo 1.48.8.4: #i19275# language and license dialog for initial user setup 2003/10/08 14:48:30 lo 1.48.8.3: #i19273# handle license agreement 2003/07/24 15:16:02 lo 1.48.8.2: RESYNC: (1.48-1.50); FILE MERGED 2003/07/24 14:26:43 lo 1.48.8.1: language selection

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2f212ca6d759918a3ac6b6751791aee96ed3e51]

        INTEGRATION: CWS networker (1.12.66); FILE MERGED 2003/10/21 11:35:35 lo 1.12.66.2: #i19275# language and license dialog for initial user setup 2003/10/08 14:48:29 lo 1.12.66.1: #i19273# handle license agreement

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [bde7473d646e597bc211cb1297c927b53db42d0d]

        INTEGRATION: CWS networker (1.115.8); FILE MERGED 2003/10/22 10:58:12 lo 1.115.8.8: RESYNC: (1.121-1.123); FILE MERGED 2003/10/21 11:35:33 lo 1.115.8.7: #i19275# language and license dialog for initial user setup 2003/10/08 14:48:29 lo 1.115.8.6: #i19273# handle license agreement 2003/10/07 12:05:07 lo 1.115.8.5: #i19273# report internal error if usersetup fails 2003/09/12 15:22:58 lo 1.115.8.4: #i19273# user installation code 2003/08/11 11:43:22 cd 1.115.8.3: RESYNC: (1.119-1.121); FILE MERGED 2003/07/24 15:15:34 lo 1.115.8.2: RESYNC: (1.115-1.119); FILE MERGED 2003/07/24 14:26:43 lo 1.115.8.1: language selection

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [01fef9a5ac1af19e55689737234c3dd943c8003c]

        INTEGRATION: CWS networker (1.20.16); FILE MERGED 2003/10/07 12:05:27 lo 1.20.16.1: #i19273# report internal error if usersetup fails

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4f30184daf878c1a299efd3c572e776f219fc93]

        INTEGRATION: CWS networker (1.15.4); FILE MERGED 2003/09/12 15:15:44 lo 1.15.4.2: #110340# move install code to desktop project and allow reload of path data 2003/06/24 15:34:46 lo 1.15.4.1: #110340# create user dir from scratch if not found

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c95ae24ecbc27f9b6425ac2fbb461e4f29c96a8e]

        INTEGRATION: CWS networker (1.7.70); FILE MERGED 2003/09/12 15:16:26 lo 1.7.70.1: #110340# allow reload of path data

2003-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fe19c059514d83eead7b4e54fd5f357afac1d60]

        INTEGRATION: CWS networker (1.5.92); FILE MERGED 2003/10/21 11:33:45 lo 1.5.92.1: #i19327# no language default in configuration, default must be written by setup or application

2003-11-07  Thomas Benisch  <tbe@openoffice.org>  [b9506c12d309dc7196147fb24a0ab3b9f0f0c0df]

        #i21560# editing a basic macro using script selector

2003-11-07  Rüdiger Timm  <rt@openoffice.org>  [2b6897ce289596f88549a6a2708fed74dc808fa3]

        i10000#, #i22236# Missing dependency added.

2003-11-06  Armin Weiss  <aw@openoffice.org>  [fef23aeb65bed8951a90ed71beb1552b62cfce71]

        Added tooling for PolyPolygon cutting and some more tooling at B2DPolygon and B2DPolyPolygon

2003-11-06  Armin Weiss  <aw@openoffice.org>  [8db4a5314c1b74eba07f4f4e383fafa24239e1f1]

        Added tooling for cutting PolyPolygons

2003-11-06  Armin Weiss  <aw@openoffice.org>  [f5c38fec79550af8e08c97914f96dc27423ba2aa]

        Added tooling for PolyPolygon cutting

2003-11-06  Rüdiger Timm  <rt@openoffice.org>  [2767f89465c227b586875c059e70cf1d3c77d2a1]

        #100000# ww8graf added to EXCEPTIONSFILES, becuase of including writerhelper.hxx

2003-11-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [83be5f7b7f6ba112a6a3f495cc401212102a8fe1]

        #100000# Typo

2003-11-06  mwu  <mwu@openoffice.org>  [a4bdee97c5813da37a46b8cde57e58466eead9f2]

        adding namesapce binfilter

2003-11-06  mwu  <mwu@openoffice.org>  [bb572a6d599292b9b6f8b60bea7b77f77ec34659]

        adding namesapce binfilter

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a24b4de8b9d4f87036a776753974fa0bed81387c]

        SRC680

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b08d34aacdda32e5ede468449a8518ea152c086]

        INTEGRATION: CWS geordi2q08 (1.22.284); FILE MERGED 2003/10/31 16:25:29 rt 1.22.284.1: #111934#: join CWS calc19

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fa4a03b1f3eacc803795372c908d645f28bac3a]

        INTEGRATION: CWS geordi2q08 (1.16.284); FILE MERGED 2003/10/31 16:25:26 rt 1.16.284.1: #111934#: join CWS calc19

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f948d7b67fb9b81b18180ef8bfa4a8f23cbd712c]

        INTEGRATION: CWS geordi2q08 (1.10.284); FILE MERGED 2003/10/31 16:25:25 rt 1.10.284.1: #111934#: join CWS calc19

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [03eee186ec741199f133fc06460775dd37c38856]

        INTEGRATION: CWS geordi2q08 (1.8.174); FILE MERGED 2003/10/31 16:25:23 rt 1.8.174.1: #111934#: join CWS calc19

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [793749896111e50d74e81f233e796633ae2b183f]

        INTEGRATION: CWS geordi2q08 (1.6.174); FILE MERGED 2003/10/31 16:25:21 rt 1.6.174.1: #111934#: join CWS calc19

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e933f164650c243221b9ccfe68b722edb01f116]

        INTEGRATION: CWS geordi2q08 (1.33.130); FILE MERGED 2003/10/31 16:25:21 rt 1.33.130.1: #111934#: join CWS calc19

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [97d1765dc98ba5e5da3244f647acad837d40ec81]

        INTEGRATION: CWS geordi2q08 (1.48.134); FILE MERGED 2003/10/31 16:25:20 rt 1.48.134.1: #111934#: join CWS calc19

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae06e570b7fa9ffc7c9fe04b0a217d63135601ea]

        INTEGRATION: CWS geordi2q08 (1.23.26); FILE MERGED 2003/11/05 10:59:43 rt 1.23.26.1: #111934#: join CWS mercury01

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e36f5aee4f28060a97495df4605411a5d3b074fa]

        INTEGRATION: CWS geordi2q08 (1.24.26); FILE MERGED 2003/11/05 10:59:41 rt 1.24.26.1: #111934#: join CWS mercury01

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [03508cac0c92ea50f7811cf36520d10ef842154c]

        INTEGRATION: CWS geordi2q08 (1.37.214); FILE MERGED 2003/11/05 13:19:07 rt 1.37.214.1: #111934#: join CWS mercury01

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5cb521e72d95a0a7768103ec961eaff283b0554]

        INTEGRATION: CWS geordi2q08 (1.73.26); FILE MERGED 2003/11/05 11:52:40 rt 1.73.26.1: #111934#: join CWS mercury01

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfa9a929bda1735990e7d5a24ba48687a9529731]

        INTEGRATION: CWS geordi2q08 (1.25.196); FILE MERGED 2003/11/05 13:35:00 rt 1.25.196.1: #111934#: join CWS mercury01

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f156ac54a458e3e256458b6d46573892b89a9407]

        INTEGRATION: CWS kilkennyfilterteam14 (1.28.22); FILE MERGED 2003/10/10 11:51:12 cmc 1.28.22.1: #i20422# implement im/ex of floor template

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f114abdf54381f80a662031bab644fad15a9176]

        INTEGRATION: CWS kilkennyfilterteam14 (1.1.1.1.364); FILE MERGED 2003/09/19 15:28:17 cmc 1.1.1.1.364.1: #i10538# add support for exporting ansi fallback characters when exporting unicode characters (note multibyte characters are possible) and because word and wordpad don't allow this in fontnames then add a new method to not use these fallbacks

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [01abc4e16ec5d11f1810e63c864b55ae8057459c]

        INTEGRATION: CWS kilkennyfilterteam14 (1.2.364); FILE MERGED 2003/09/19 15:28:16 cmc 1.2.364.1: #i10538# add support for exporting ansi fallback characters when exporting unicode characters (note multibyte characters are possible) and because word and wordpad don't allow this in fontnames then add a new method to not use these fallbacks

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [42601c1f357f6d256fa96fe752a503ae4bcbd5ef]

        INTEGRATION: CWS kilkennyfilterteam14 (1.16.54); FILE MERGED 2003/10/13 10:27:08 cmc 1.16.54.1: #i19718# allow shprslt field to trickle down

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c287df60e29e4fb841d37fae7dac699c81247c9]

        INTEGRATION: CWS kilkennyfilterteam14 (1.4.290); FILE MERGED 2003/10/14 10:39:44 cmc 1.4.290.1: #i20775# pict token with no pict data, avoid crash in this case

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8bef3bd131a90971248582a55346faab9ef8112]

        INTEGRATION: CWS kilkennyfilterteam14 (1.83.16); FILE MERGED 2003/10/17 10:23:11 cmc 1.83.16.1: #112124# #i17474# Load custom wrap polygon

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6871d591ed111e75a48065c1dd305d29b02003ca]

        INTEGRATION: CWS kilkennyfilterteam14 (1.63.18); FILE MERGED 2003/10/07 12:58:19 cmc 1.63.18.2: RESYNC: (1.63-1.64); FILE MERGED 2003/09/24 15:18:56 cmc 1.63.18.1: #i9055# more use of blame assignation casts

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb701546a361ac05d27f17c7cb5bb06b1a94eca1]

        INTEGRATION: CWS kilkennyfilterteam14 (1.101.18); FILE MERGED 2003/10/14 12:38:51 cmc 1.101.18.5: #i9055# clean a cast 2003/10/13 09:44:36 cmc 1.101.18.4: #i18369# If a font which has a set symbol bit has no fallback font, then set Symbol as alternative fontname 2003/10/09 08:36:06 cmc 1.101.18.3: #i20690# property 0x560B is a two byte payload not a one byte 2003/10/07 12:57:58 cmc 1.101.18.2: RESYNC: (1.101-1.102); FILE MERGED 2003/09/24 15:18:55 cmc 1.101.18.1: #i9055# more use of blame assignation casts

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [540d3f274de70fb932aef73a972e86aa4cd976bf]

        INTEGRATION: CWS kilkennyfilterteam14 (1.142.18); FILE MERGED 2003/10/17 09:48:43 cmc 1.142.18.12: #112704# apparently word maps the invalid 0 char scaling to 100, so we'll do the same 2003/10/14 15:53:55 cmc 1.142.18.11: #i9055# make types agree with eachother 2003/10/14 15:12:32 cmc 1.142.18.10: #i9055# make types agree with eachother 2003/10/14 13:05:37 cmc 1.142.18.9: #i9055# Make something readable out of AdjustTabs and document whats going on for change 2003/10/14 10:30:37 mmaher 1.142.18.8: #i20672# We can't properly support between lines so best to ignore them for now 2003/10/09 12:00:06 cmc 1.142.18.7: #i20095# can be old style borders without new style borders, so base new style on old style results 2003/10/07 12:57:40 cmc 1.142.18.6: RESYNC: (1.142-1.143); FILE MERGED 2003/09/25 12:19:00 cmc 1.142.18.5: #i9055# Explain and document unreadable thing 2003/09/24 14:50:40 cmc 1.142.18.4: #i17547 Import non-restart per page line numbering 2003/09/18 13:15:05 cmc 1.142.18.3: #i11929# and don't do all this if there are no borders 2003/09/18 12:09:37 cmc 1.142.18.2: #i11929# Im/Ex Page Borders 2003/09/16 15:04:46 cmc 1.142.18.1: #i19652# implement import and export of the fact that a section is protected (not the password itself though)

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d63dc7d5b3d098457fa1099881cac34eda5d8497]

        INTEGRATION: CWS kilkennyfilterteam14 (1.70.18); FILE MERGED 2003/10/14 13:46:22 cmc 1.70.18.6: #i9055# straightforward cast required 2003/10/08 11:42:52 cmc 1.70.18.5: #i20118# Symbol Field with invalid size, ignore size in this case 2003/10/07 12:57:21 cmc 1.70.18.4: RESYNC: (1.70-1.71); FILE MERGED 2003/09/24 11:41:54 cmc 1.70.18.3: #i19682# seq /s field is not equivalent to our level settings 2003/09/19 15:31:40 cmc 1.70.18.2: #i10538# more shared (and documented!!!) methods between word and rtf filters 2003/09/16 15:04:45 cmc 1.70.18.1: #i19652# implement import and export of the fact that a section is protected (not the password itself though)

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f1eb89c3e05e8e3700b35e23652b23a0dac5a11]

        INTEGRATION: CWS kilkennyfilterteam14 (1.41.10); FILE MERGED 2003/10/09 09:19:40 cmc 1.41.10.1: #i20691# fix z ordering for escher objects

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [432095ddf0719e71fee9a0e44ffd739c03756d55]

        INTEGRATION: CWS kilkennyfilterteam14 (1.50.18); FILE MERGED 2003/10/14 15:53:55 cmc 1.50.18.9: #i9055# make types agree with eachother 2003/10/14 13:14:12 cmc 1.50.18.8: #i9055# blame assigination casts 2003/10/10 09:27:43 cmc 1.50.18.7: #112466# could this be any trickier ?, list format override hackery 2003/10/08 15:38:12 cmc 1.50.18.6: #112466# somewhat shaky guesswork for what is going on in some list overrides 2003/10/07 12:56:59 cmc 1.50.18.5: RESYNC: (1.50-1.51); FILE MERGED 2003/09/24 15:18:54 cmc 1.50.18.4: #i9055# more use of blame assignation casts 2003/09/24 09:49:46 cmc 1.50.18.3: #112324# test for impossible lists only when the list is used 2003/09/24 09:45:28 cmc 1.50.18.2: #112324# impossible list style has not parent assert test shows its not so impossible after all if the list is not used in a document 2003/09/17 14:32:13 cmc 1.50.18.1: #i18322# #i13833# overrides only cause a new list to be spawned if the startat is different than the parent (I think)

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [b466cd4f600563c09e15af9e9b65cf7eeb00192f]

        INTEGRATION: CWS kilkennyfilterteam14 (1.33.10); FILE MERGED 2003/10/14 15:53:54 cmc 1.33.10.1: #i9055# make types agree with eachother

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef6ecce57a8857d22c802fba17ba98124e0ad097]

        INTEGRATION: CWS kilkennyfilterteam14 (1.89.18); FILE MERGED 2003/10/14 15:53:53 cmc 1.89.18.4: #i9055# make types agree with eachother 2003/10/07 12:56:34 cmc 1.89.18.3: RESYNC: (1.89-1.90); FILE MERGED 2003/09/25 11:31:20 cmc 1.89.18.2: #i19338# Document appears to demonstrate that comparison of apos in starting cells of rows to detect table splitting into seperate frames should be limited to the properties on the first paragraph in the first cell of each row 2003/09/16 15:04:44 cmc 1.89.18.1: #i19652# implement import and export of the fact that a section is protected (not the password itself though)

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8299189fc2ec28cab9fabd5d8f2f0ba777f2bdae]

        INTEGRATION: CWS kilkennyfilterteam14 (1.118.18); FILE MERGED 2003/10/17 10:26:21 cmc 1.118.18.14: #112124# #i17474# Import/export custom wrap polygon for contours 2003/10/14 15:53:52 cmc 1.118.18.13: #i9055# make types agree with eachother 2003/10/14 15:12:31 cmc 1.118.18.12: #i9055# make types agree with eachother 2003/10/14 13:05:35 cmc 1.118.18.11: #i9055# Make something readable out of AdjustTabs and document whats going on for change 2003/10/14 10:30:36 mmaher 1.118.18.10: #i20672# We can't properly support between lines so best to ignore them for now 2003/10/10 09:27:42 cmc 1.118.18.9: #112466# could this be any trickier ?, list format override hackery 2003/10/09 12:00:05 cmc 1.118.18.8: #i20095# can be old style borders without new style borders, so base new style on old style results 2003/10/08 15:38:11 cmc 1.118.18.7: #112466# somewhat shaky guesswork for what is going on in some list overrides 2003/10/08 14:00:53 cmc 1.118.18.6: #112273# continuous sections can have own header/footers always read them if even we cant use them 2003/10/07 12:56:11 cmc 1.118.18.5: RESYNC: (1.118-1.119); FILE MERGED 2003/09/25 12:18:59 cmc 1.118.18.4: #i9055# Explain and document unreadable thing 2003/09/24 14:33:28 cmc 1.118.18.3: #i9055# some cast cleanups using blame descrimination cast template 2003/09/18 12:09:36 cmc 1.118.18.2: #i11929# Im/Ex Page Borders 2003/09/16 15:04:44 cmc 1.118.18.1: #i19652# implement import and export of the fact that a section is protected (not the password itself though)

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [894bc5f1bf936c685bbcc9d4d01ebef7223e1f8a]

        INTEGRATION: CWS kilkennyfilterteam14 (1.117.18); FILE MERGED 2003/10/17 15:57:38 cmc 1.117.18.15: RESYNC: (1.118-1.119); FILE MERGED 2003/10/14 14:25:17 cmc 1.117.18.14: #i9055# blame assigination casts and general readable cleanup 2003/10/14 13:05:33 cmc 1.117.18.13: #i9055# Make something readable out of AdjustTabs and document whats going on for change 2003/10/09 09:19:39 cmc 1.117.18.12: #i20691# fix z ordering for escher objects 2003/10/08 14:43:30 mmaher 1.117.18.11: #i18515# Rework of the original fix 2003/10/08 14:08:42 cmc 1.117.18.10: #i11873# stop removing trailing tabstops because its not the filters job to workaround everything, and this isn't appropiate in a filter 2003/10/08 14:00:52 cmc 1.117.18.9: #112273# continuous sections can have own header/footers always read them if even we cant use them 2003/10/08 09:56:14 cmc 1.117.18.8: merge mistake 2003/10/07 12:55:49 cmc 1.117.18.7: RESYNC: (1.117-1.118); FILE MERGED 2003/10/01 10:20:58 mmaher 1.117.18.6: #i18515# Fixes insertion of "Phantom" tabstops 2003/09/25 12:18:58 cmc 1.117.18.5: #i9055# Explain and document unreadable thing 2003/09/25 09:05:28 cmc 1.117.18.4: #i19667# possible (amazingly) to have a cell property on a paragraph, but have no table 2003/09/18 12:09:35 cmc 1.117.18.3: #i11929# Im/Ex Page Borders 2003/09/17 12:12:04 cmc 1.117.18.2: #i19458# close open attrs after we join the extra node, not before 2003/09/16 15:04:43 cmc 1.117.18.1: #i19652# implement import and export of the fact that a section is protected (not the password itself though)

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8bb971980bebb72b36c05dbe1205424d301ef58]

        INTEGRATION: CWS kilkennyfilterteam14 (1.51.8); FILE MERGED 2003/10/15 15:01:07 mmaher 1.51.8.3: #i21252# Graphic anchoring fix 2003/10/14 15:53:52 cmc 1.51.8.2: #i9055# make types agree with eachother 2003/10/09 09:19:39 cmc 1.51.8.1: #i20691# fix z ordering for escher objects

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b2082fd7c7adbb6853c1666840cbbf3b6cefaab]

        INTEGRATION: CWS kilkennyfilterteam14 (1.105.18); FILE MERGED 2003/10/17 10:26:21 cmc 1.105.18.6: #112124# #i17474# Import/export custom wrap polygon for contours 2003/10/09 12:00:04 cmc 1.105.18.5: #i20095# can be old style borders without new style borders, so base new style on old style results 2003/10/09 09:19:37 cmc 1.105.18.4: #i20691# fix z ordering for escher objects 2003/10/07 12:55:12 cmc 1.105.18.3: RESYNC: (1.105-1.106); FILE MERGED 2003/09/24 14:33:27 cmc 1.105.18.2: #i9055# some cast cleanups using blame descrimination cast template 2003/09/17 16:54:12 cmc 1.105.18.1: #i17086# handle most common canvas object import case

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a004d6def55924eb21ad8b70650343282b1cdbb]

        INTEGRATION: CWS kilkennyfilterteam14 (1.16.10); FILE MERGED 2003/10/14 15:53:51 cmc 1.16.10.1: #i9055# make types agree with eachother

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ac4dde26ba222006d204973ee10d4c711bfbf2e]

        INTEGRATION: CWS kilkennyfilterteam14 (1.67.18); FILE MERGED 2003/10/14 14:11:39 cmc 1.67.18.5: #i9055# blame assigination casts and general readable cleanup 2003/10/07 12:54:25 cmc 1.67.18.4: RESYNC: (1.67-1.68); FILE MERGED 2003/09/25 12:33:57 cmc 1.67.18.3: #i9055# cleanup confusing casts 2003/09/18 15:19:39 mmaher 1.67.18.2: #i18398# Added support for numbering restart in the case where no start value is specified 2003/09/17 12:25:30 cmc 1.67.18.1: #i19604# convert hard line breaks inside fields to word equivalent

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdbbadef0a8e7693bcc8fe8857e7fde081b6e996]

        INTEGRATION: CWS kilkennyfilterteam14 (1.31.18); FILE MERGED 2003/10/07 12:54:06 cmc 1.31.18.2: RESYNC: (1.31-1.32); FILE MERGED 2003/09/24 14:39:02 cmc 1.31.18.1: #i9055# some cast cleanups using blame descrimination cast template

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [bee4139994a21d02ee1a489d32ba5b102449b4da]

        INTEGRATION: CWS kilkennyfilterteam14 (1.51.18); FILE MERGED 2003/10/07 12:53:49 cmc 1.51.18.2: RESYNC: (1.51-1.52); FILE MERGED 2003/09/16 15:04:43 cmc 1.51.18.1: #i19652# implement import and export of the fact that a section is protected (not the password itself though)

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [82926f3232e977f2698a6c24180038dff3335e86]

        INTEGRATION: CWS kilkennyfilterteam14 (1.56.18); FILE MERGED 2003/10/17 15:57:28 cmc 1.56.18.3: RESYNC: (1.57-1.58); FILE MERGED 2003/10/07 12:53:29 cmc 1.56.18.2: RESYNC: (1.56-1.57); FILE MERGED 2003/09/16 15:04:42 cmc 1.56.18.1: #i19652# implement import and export of the fact that a section is protected (not the password itself though)

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [142b8a51fa5e2c146bb154b3af253fb4f1bbba69]

        INTEGRATION: CWS kilkennyfilterteam14 (1.26.18); FILE MERGED 2003/10/07 12:53:10 cmc 1.26.18.4: RESYNC: (1.26-1.27); FILE MERGED 2003/09/24 15:17:09 cmc 1.26.18.3: #i14509 Increase barrier to exporting follow page styles as first page different flag 2003/09/19 15:31:39 cmc 1.26.18.2: #i10538# more shared (and documented!!!) methods between word and rtf filters 2003/09/16 15:04:41 cmc 1.26.18.1: #i19652# implement import and export of the fact that a section is protected (not the password itself though)

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4266e24a9aaea8e78daee742ec1cd5762a9bb04b]

        INTEGRATION: CWS kilkennyfilterteam14 (1.23.10); FILE MERGED 2003/10/14 13:56:03 cmc 1.23.10.2: #i9055# blame assigination casts and general readable cleanup 2003/10/14 11:45:53 cmc 1.23.10.1: #i21039# if there is no numbering in the numbering then export no seperator

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f253701ec07fbd8ebdd39fe1862219e5a84f7d9c]

        INTEGRATION: CWS kilkennyfilterteam14 (1.54.16); FILE MERGED 2003/10/09 13:04:46 mmaher 1.54.16.3: #i18515# Fix for default table height being incorrect in Word 2000 2003/10/07 12:52:48 cmc 1.54.16.2: RESYNC: (1.54-1.55); FILE MERGED 2003/09/24 15:26:18 cmc 1.54.16.1: #i9055# blame assignation casts

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcae290dfcb33a130d5ffe3312cf4e9ff64422e0]

        INTEGRATION: CWS kilkennyfilterteam14 (1.65.18); FILE MERGED 2003/10/17 10:26:20 cmc 1.65.18.4: #112124# #i17474# Import/export custom wrap polygon for contours 2003/10/13 09:43:10 cmc 1.65.18.3: #i20416# drawing editengine has a feature for a tab 2003/10/07 12:52:34 cmc 1.65.18.2: RESYNC: (1.65-1.66); FILE MERGED 2003/09/24 15:23:27 cmc 1.65.18.1: #i9055# blame assignation casts

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [babb1a62075c57446a9e8e2fd15f18b2a78ad78d]

        INTEGRATION: CWS kilkennyfilterteam14 (1.2.20); FILE MERGED 2003/10/07 12:52:19 cmc 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/19 15:31:39 cmc 1.2.20.1: #i10538# more shared (and documented!!!) methods between word and rtf filters

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2fc0db9ae01c681524c19ad85f6ea925c8d25a6]

        INTEGRATION: CWS kilkennyfilterteam14 (1.2.20); FILE MERGED 2003/10/17 10:26:20 cmc 1.2.20.4: #112124# #i17474# Import/export custom wrap polygon for contours 2003/10/14 13:05:31 cmc 1.2.20.3: #i9055# Make something readable out of AdjustTabs and document whats going on for change 2003/10/07 12:52:03 cmc 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/25 12:18:57 cmc 1.2.20.1: #i9055# Explain and document unreadable thing

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [53df33134ace15810d7127f2ee1c0c9d2eb50a61]

        INTEGRATION: CWS kilkennyfilterteam14 (1.2.20); FILE MERGED 2003/10/17 11:21:04 cmc 1.2.20.5: #112124# #i17474# Import/export custom wrap polygon for contours 2003/10/17 10:26:19 cmc 1.2.20.4: #112124# #i17474# Import/export custom wrap polygon for contours 2003/10/14 13:05:29 cmc 1.2.20.3: #i9055# Make something readable out of AdjustTabs and document whats going on for change 2003/10/07 12:51:47 cmc 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/25 12:18:57 cmc 1.2.20.1: #i9055# Explain and document unreadable thing

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [384882f2f78414188d09acd132ab674da0ab3bcb]

        INTEGRATION: CWS kilkennyfilterteam14 (1.2.20); FILE MERGED 2003/10/17 10:26:19 cmc 1.2.20.1: #112124# #i17474# Import/export custom wrap polygon for contours

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [76f246ac9def821d29ade263c6d2e11cc5d80c1d]

        INTEGRATION: CWS kilkennyfilterteam14 (1.17.20); FILE MERGED 2003/10/17 15:58:01 cmc 1.17.20.3: RESYNC: (1.17-1.18); FILE MERGED 2003/09/19 15:29:37 cmc 1.17.20.2: #i10538# word and wordpad don't allow ansi fallback characters in fontnames, and the fontname must be encodable in the font encoding 2003/09/17 10:10:12 mmaher 1.17.20.1: #i18867# Added support for colored underlines on export

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b1a84b7426fef6dfa6e757882ec935e65cf8e59]

        INTEGRATION: CWS kilkennyfilterteam14 (1.12.8); FILE MERGED 2003/10/13 10:28:34 cmc 1.12.8.1: #i19718# support reading of shprslt field

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [3db17ecc422bc48ecbc69703d7ef2eb45dbb90da]

        INTEGRATION: CWS kilkennyfilterteam14 (1.29.20); FILE MERGED 2003/10/17 15:58:09 cmc 1.29.20.6: RESYNC: (1.30-1.31); FILE MERGED 2003/10/13 10:28:33 cmc 1.29.20.5: #i19718# support reading of shprslt field 2003/10/07 12:59:04 cmc 1.29.20.4: RESYNC: (1.29-1.30); FILE MERGED 2003/09/24 09:57:35 cmc 1.29.20.3: #112339# test that the table is valid before using it 2003/09/19 15:29:37 cmc 1.29.20.2: #i10538# word and wordpad don't allow ansi fallback characters in fontnames, and the fontname must be encodable in the font encoding 2003/09/16 16:14:35 cmc 1.29.20.1: #i14982# possible to have no sections at all in a rtf document and page information spread about the place

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [88a63948d0d63d876367d0546507047bd5e29465]

        INTEGRATION: CWS kilkennyfilterteam14 (1.17.20); FILE MERGED 2003/09/25 13:04:17 mmaher 1.17.20.1: #i19121# Well it stops crashing anyway

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [91d2ceff7e8a6277c20396d939aa4ec67ab61119]

        INTEGRATION: CWS kilkennyfilterteam14 (1.17.20); FILE MERGED 2003/10/07 12:58:52 cmc 1.17.20.2: RESYNC: (1.17-1.18); FILE MERGED 2003/09/19 15:29:36 cmc 1.17.20.1: #i10538# word and wordpad don't allow ansi fallback characters in fontnames, and the fontname must be encodable in the font encoding

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5afead23035ccb7f532557acefe61348e69e2a6a]

        INTEGRATION: CWS kilkennyfilterteam14 (1.38.20); FILE MERGED 2003/09/24 09:28:53 cmc 1.38.20.3: #112364# export space after end of output properties 2003/09/19 15:29:36 cmc 1.38.20.2: #i10538# word and wordpad don't allow ansi fallback characters in fontnames, and the fontname must be encodable in the font encoding 2003/09/17 10:10:13 mmaher 1.38.20.1: #i18867# Added support for colored underlines on export

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [16f2b06f7f806a95059dafe3aee724915e029b07]

        INTEGRATION: CWS kilkennyfilterteam14 (1.2.20); FILE MERGED 2003/09/19 15:30:02 cmc 1.2.20.1: #i10538# more shared (and documented!!!) methods between word and rtf filters

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d92ce7be6612cc5fda5f9ad2c6ec8027c2743a7]

        INTEGRATION: CWS kilkennyfilterteam14 (1.49.8); FILE MERGED 2003/10/17 14:21:01 cmc 1.49.8.1: #112124# If you're going to clip my lovely word extracted polygon then you need to close the result of the clip

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [98542e639567e69730857aed0dc9fe365df09a3f]

        INTEGRATION: CWS calc17 (1.2.2); FILE MERGED 2003/10/27 16:02:27 dr 1.2.2.1: #100000# wrong extra semicolon

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [076f9a85f912ef60593efa8ff59daa7aa26c04a5]

        INTEGRATION: CWS calc17 (1.2.2); FILE MERGED 2003/10/27 15:23:39 dr 1.2.2.1: #100000# wrong extra semicolon

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [07fc24c4442d019aa1d942645924915afe05d7a6]

        INTEGRATION: CWS calc17 (1.76.30); FILE MERGED 2003/09/25 09:19:17 dr 1.76.30.1: #111786# typo

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [36cc92a324cdcc530324b1029354dd0bf63fc8c8]

        INTEGRATION: CWS calc17 (1.7.28); FILE MERGED 2003/09/25 09:05:17 dr 1.7.28.1: #111720# enable error box in validations by default

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [955004ad99e7a4a3373ed58b211d0a8cddacb4a0]

        INTEGRATION: CWS calc17 (1.56.26); FILE MERGED 2003/10/27 11:46:54 dr 1.56.26.4: RESYNC: (1.58-1.59); FILE MERGED 2003/09/22 16:54:55 dr 1.56.26.3: #100887# reduce SST with hash table 2003/09/18 06:57:01 dr 1.56.26.2: RESYNC: (1.56-1.58); FILE MERGED 2003/08/13 15:10:51 dr 1.56.26.1: #110887# string handling changes

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [40a927671c7038de5a388a3b0a729f9a03f5abd6]

        INTEGRATION: CWS calc17 (1.11.100); FILE MERGED 2003/08/18 14:15:09 dr 1.11.100.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [86529ab8360fecbd2812770f82c1fc2645c29b2c]

        INTEGRATION: CWS calc17 (1.18.4); FILE MERGED 2003/10/02 13:09:12 dr 1.18.4.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c96883f299805152bb6a4ec44e99d6af738c0434]

        INTEGRATION: CWS calc17 (1.2.4); FILE MERGED 2003/09/09 09:58:55 jmarmion 1.2.4.1: #112154# add selected trace features to excel import.

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [48c18216a3a670cfe11d385ac18f44442064021f]

        INTEGRATION: CWS calc17 (1.8.28); FILE MERGED 2003/10/27 11:47:44 dr 1.8.28.6: RESYNC: (1.9-1.10); FILE MERGED 2003/10/02 13:06:18 dr 1.8.28.5: #101529# new NAME import, update of imp/exp link managers 2003/09/19 07:43:17 dr 1.8.28.4: #100887# preparations for SST optimisation 2003/09/18 06:59:10 dr 1.8.28.3: RESYNC: (1.8-1.9); FILE MERGED 2003/08/18 14:14:37 dr 1.8.28.2: #111865# page settings reimplemented 2003/08/13 15:08:34 dr 1.8.28.1: #110887# string handling changes

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [767c76e511f9d80d40711ff2fb498719aab4d7a6]

        INTEGRATION: CWS calc17 (1.6.28); FILE MERGED 2003/10/02 13:17:05 dr 1.6.28.5: #112538# auto colors for BIFF3/BIFF4 2003/09/23 09:00:39 dr 1.6.28.4: #112154# resync fix: moved some constants 2003/09/18 06:59:05 dr 1.6.28.3: RESYNC: (1.6-1.7); FILE MERGED 2003/09/09 09:59:48 jmarmion 1.6.28.2: #112154# add selected trace features to excel import. 2003/08/18 14:14:36 dr 1.6.28.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [495b1e0032f92e7c27b09336acc9de9f7b7b0194]

        INTEGRATION: CWS calc17 (1.7.4); FILE MERGED 2003/10/27 11:47:39 dr 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2003/09/09 09:59:22 jmarmion 1.7.4.1: #112154# add selected trace features to excel import.

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1cc9b7b9bf7ecaa07f5d20615637f27fcbcd618]

        INTEGRATION: CWS calc17 (1.1.2); FILE ADDED 2003/08/18 14:14:32 dr 1.1.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d19fe7303fbf632974de026691662eb6694fd66]

        INTEGRATION: CWS calc17 (1.1.2); FILE ADDED 2003/10/02 13:06:17 dr 1.1.2.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [006f4ddb32fe5251b6382417473423fe418e8588]

        INTEGRATION: CWS calc17 (1.2.4); FILE MERGED 2003/09/18 08:46:31 dr 1.2.4.1: merge conflict after resync

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4c4e4e06a9e4054ee9e5fa82f13e1e270927571]

        INTEGRATION: CWS calc17 (1.7.100); FILE MERGED 2003/10/02 13:06:15 dr 1.7.100.3: #101529# new NAME import, update of imp/exp link managers 2003/09/18 06:58:33 dr 1.7.100.2: RESYNC: (1.7-1.9); FILE MERGED 2003/08/18 14:14:36 dr 1.7.100.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3a928bb6facfe0ac0470861ef7c412c77dc5321]

        INTEGRATION: CWS calc17 (1.6.4); FILE MERGED 2003/09/22 09:48:27 jmarmion 1.6.4.1: #109555# do not overwrite column default formatting

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [47b4fe25b9f46c4cc2c4873548ed9d4e45fab332]

        INTEGRATION: CWS calc17 (1.5.2); FILE MERGED 2003/10/02 13:06:15 dr 1.5.2.3: #101529# new NAME import, update of imp/exp link managers 2003/09/18 06:58:09 dr 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2003/08/18 14:14:36 dr 1.5.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [01c1e29db50b2bec65f6f31680700868bb7daaae]

        INTEGRATION: CWS calc17 (1.1.2); FILE ADDED 2003/08/18 14:14:31 dr 1.1.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6819f1b543f496210b90f3e3d2baa118a2f3f875]

        INTEGRATION: CWS calc17 (1.4.4); FILE MERGED 2003/10/02 13:06:14 dr 1.4.4.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd4df33b85b97a8f340cc13f96054c635e2cbce2]

        INTEGRATION: CWS calc17 (1.3.84); FILE MERGED 2003/10/02 13:06:13 dr 1.3.84.3: #101529# new NAME import, update of imp/exp link managers 2003/09/18 06:57:55 dr 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2003/08/18 14:14:35 dr 1.3.84.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [905b95b6c09b17da20fe6b30aef42f68b7bef15b]

        INTEGRATION: CWS calc17 (1.3.84); FILE MERGED 2003/09/18 06:57:50 dr 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2003/08/18 14:14:35 dr 1.3.84.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d449c490882b42fa7e4192dcc13d0699b56b616]

        INTEGRATION: CWS calc17 (1.6.78); FILE MERGED 2003/09/18 06:57:45 dr 1.6.78.2: RESYNC: (1.6-1.7); FILE MERGED 2003/08/22 09:06:04 jmarmion 1.6.78.1: #111767# omit the export of the default built-in number formats.

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f9d6eddd317d81f72225fa119780b8bea6b66e7]

        INTEGRATION: CWS calc17 (1.1.2); FILE ADDED 2003/09/22 16:54:42 dr 1.1.2.2: #100887# reduce SST with hash table 2003/09/19 07:43:16 dr 1.1.2.1: #100887# preparations for SST optimisation

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2de494870fcb464191dcdb3e32e8267fc76661d4]

        INTEGRATION: CWS calc17 (1.3.124); FILE MERGED 2003/08/13 15:08:33 dr 1.3.124.1: #110887# string handling changes

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1356f81df6e4f6f8fc1cbc6502a9805aae7ea1f]

        INTEGRATION: CWS calc17 (1.6.4); FILE MERGED 2003/10/02 13:06:12 dr 1.6.4.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f93bbc9f6477ba5263337eb57a0e9320488cc17a]

        INTEGRATION: CWS calc17 (1.4.78); FILE MERGED 2003/10/02 13:06:11 dr 1.4.78.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e50213e33908daf55c086787d529a1c016b55269]

        INTEGRATION: CWS calc17 (1.4.84); FILE MERGED 2003/10/02 13:06:10 dr 1.4.84.5: #101529# new NAME import, update of imp/exp link managers 2003/09/22 16:54:41 dr 1.4.84.4: #100887# reduce SST with hash table 2003/09/19 07:43:16 dr 1.4.84.3: #100887# preparations for SST optimisation 2003/09/18 06:57:39 dr 1.4.84.2: RESYNC: (1.4-1.6); FILE MERGED 2003/08/13 15:08:33 dr 1.4.84.1: #110887# string handling changes

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [978f36141c10e784549f7f063c1e7a309fcdbb2c]

        INTEGRATION: CWS calc17 (1.2.124); FILE MERGED 2003/09/22 16:54:41 dr 1.2.124.4: #100887# reduce SST with hash table 2003/09/19 07:43:15 dr 1.2.124.3: #100887# preparations for SST optimisation 2003/09/18 06:57:33 dr 1.2.124.2: RESYNC: (1.2-1.3); FILE MERGED 2003/08/18 14:14:35 dr 1.2.124.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [17b27696bfbc805e4cad55e2b0480685f9e5721b]

        INTEGRATION: CWS calc17 (1.30.4); FILE MERGED 2003/10/27 11:47:02 dr 1.30.4.2: RESYNC: (1.30-1.31); FILE MERGED 2003/09/22 16:54:41 dr 1.30.4.1: #100887# reduce SST with hash table

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fc1c659b27aea35d724de477ebe78ce8007cd1c]

        INTEGRATION: CWS calc17 (1.29.84); FILE MERGED 2003/10/02 13:06:09 dr 1.29.84.2: #101529# new NAME import, update of imp/exp link managers 2003/08/18 14:14:34 dr 1.29.84.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [73108e39e0231e292040469a4432a8d22c2694f5]

        INTEGRATION: CWS calc17 (1.6.124); FILE MERGED 2003/10/02 13:06:08 dr 1.6.124.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcc1cb45918574e217d95487a37138b8c8f45fde]

        INTEGRATION: CWS calc17 (1.22.2); FILE MERGED 2003/10/02 13:06:07 dr 1.22.2.2: #101529# new NAME import, update of imp/exp link managers 2003/08/18 14:14:34 dr 1.22.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [91c03a90b56f874228889b23c35aa15be9848f6e]

        INTEGRATION: CWS calc17 (1.7.100); FILE MERGED 2003/09/26 06:00:52 dr 1.7.100.1: #111667# HTML import: fill/merge empty cells in tables

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1421df5ad663ff60188cb1d567afe9e6c8634efc]

        INTEGRATION: CWS calc17 (1.4.2); FILE MERGED 2003/10/02 13:06:06 dr 1.4.2.4: #101529# new NAME import, update of imp/exp link managers 2003/09/22 16:54:40 dr 1.4.2.3: #100887# reduce SST with hash table 2003/09/18 06:57:16 dr 1.4.2.2: RESYNC: (1.4-1.6); FILE MERGED 2003/08/18 14:14:33 dr 1.4.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [938a432bc7b8d2037f80d1c2eae8f761d50fcf2e]

        INTEGRATION: CWS calc17 (1.3.244); FILE MERGED 2003/10/02 13:06:05 dr 1.3.244.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b7360b2d73923591d74b34afca17ddcc8258efd]

        INTEGRATION: CWS calc17 (1.34.100); FILE MERGED 2003/09/19 07:43:15 dr 1.34.100.3: #100887# preparations for SST optimisation 2003/09/18 06:57:11 dr 1.34.100.2: RESYNC: (1.34-1.35); FILE MERGED 2003/08/18 14:14:33 dr 1.34.100.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f1da41c153061d4b3773e7550c62e12c2e4ca63]

        INTEGRATION: CWS calc17 (1.49.2); FILE MERGED 2003/10/02 13:06:04 dr 1.49.2.3: #101529# new NAME import, update of imp/exp link managers 2003/09/18 06:57:06 dr 1.49.2.2: RESYNC: (1.49-1.50); FILE MERGED 2003/08/18 14:14:33 dr 1.49.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f06962b19be69db4af907ddd7d0f09b9505c8bd]

        INTEGRATION: CWS calc17 (1.14.84); FILE MERGED 2003/08/18 14:14:32 dr 1.14.84.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [313f8a8623821dde3af9c74ab9cd9184e5c7c21d]

        INTEGRATION: CWS calc17 (1.16.28); FILE MERGED 2003/09/26 06:00:32 dr 1.16.28.1: #111667# HTML import: fill/merge empty cells in tables

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [46879f91336e8f6d73b63cc975c8e50a5c89d0ff]

        INTEGRATION: CWS calc17 (1.3.114); FILE MERGED 2003/09/18 06:59:33 dr 1.3.114.2: RESYNC: (1.3-1.5); FILE MERGED 2003/08/18 14:13:19 dr 1.3.114.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c9f881779aef7396e14687fa2d7613ecd8922e7]

        INTEGRATION: CWS calc17 (1.2.4); FILE MERGED 2003/09/09 10:00:44 jmarmion 1.2.4.1: #112154# add selected trace features to excel import.

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a94f42319321bb246fb1f2431298f508ddb9836]

        INTEGRATION: CWS calc17 (1.8.28); FILE MERGED 2003/10/27 11:48:34 dr 1.8.28.5: RESYNC: (1.10-1.11); FILE MERGED 2003/10/02 12:47:58 dr 1.8.28.4: #101529# new NAME import, update of imp/exp link managers 2003/09/18 07:02:24 dr 1.8.28.3: RESYNC: (1.8-1.10); FILE MERGED 2003/08/18 14:11:50 dr 1.8.28.2: #111865# page settings reimplemented 2003/08/13 15:10:23 dr 1.8.28.1: #110887# string handling changes

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eb1ecab9edd329f7dd5f2d7f08931a40d3b55ab]

        INTEGRATION: CWS calc17 (1.7.4); FILE MERGED 2003/10/02 13:16:56 dr 1.7.4.1: #112538# auto colors for BIFF3/BIFF4

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [513b32c075cab361525fcf4ba9f45c00c05f528c]

        INTEGRATION: CWS calc17 (1.7.4); FILE MERGED 2003/10/27 11:48:29 dr 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2003/09/09 10:01:07 jmarmion 1.7.4.1: #112154# add selected trace features to excel import.

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d64d3fa2589e39d2ea1b2e60d035280aba9a250]

        INTEGRATION: CWS calc17 (1.1.2); FILE ADDED 2003/08/18 14:11:44 dr 1.1.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d01a61f4e4c1ab22be954544918884b49e333e6f]

        INTEGRATION: CWS calc17 (1.9.78); FILE MERGED 2003/10/27 11:48:16 dr 1.9.78.6: RESYNC: (1.10-1.11); FILE MERGED 2003/09/25 15:24:22 jmarmion 1.9.78.5: #109555# change DBG_ASSERT() text to be more accurate than previous check-in of same issue. 2003/09/22 09:48:57 jmarmion 1.9.78.4: #109555# do not overwrite column default formatting 2003/09/18 07:01:59 dr 1.9.78.3: RESYNC: (1.9-1.10); FILE MERGED 2003/09/09 10:01:29 jmarmion 1.9.78.2: #112154# add selected trace features to excel import. 2003/08/18 14:11:50 dr 1.9.78.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbaa87e14016415275198d95d9507a6fa1d0c520]

        INTEGRATION: CWS calc17 (1.5.2); FILE MERGED 2003/10/02 12:47:56 dr 1.5.2.3: #101529# new NAME import, update of imp/exp link managers 2003/09/18 07:01:44 dr 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2003/08/18 14:11:50 dr 1.5.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [77447255aa6af10ae3c973cc4775abe7caf1cc48]

        INTEGRATION: CWS calc17 (1.1.2); FILE ADDED 2003/09/09 10:01:56 jmarmion 1.1.2.2: #112154# add selected trace features to excel import. 2003/08/18 14:11:43 dr 1.1.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [b97f55832bc3caf63a7bedea955b700c3b69489e]

        INTEGRATION: CWS calc17 (1.5.4); FILE MERGED 2003/10/02 12:47:55 dr 1.5.4.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [07cfe85dc0eb183f490e8f2fe64cba7fadbcd7b1]

        INTEGRATION: CWS calc17 (1.5.84); FILE MERGED 2003/10/02 12:47:54 dr 1.5.84.4: #101529# new NAME import, update of imp/exp link managers 2003/09/18 07:01:27 dr 1.5.84.3: RESYNC: (1.5-1.7); FILE MERGED 2003/08/18 14:11:49 dr 1.5.84.2: #111865# page settings reimplemented 2003/08/13 15:10:23 dr 1.5.84.1: #110887# string handling changes

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bf8cfea72f5b71530360658b4a07c1a11940edb]

        INTEGRATION: CWS calc17 (1.5.2); FILE MERGED 2003/10/27 11:48:11 dr 1.5.2.5: RESYNC: (1.7-1.8); FILE MERGED 2003/10/06 07:07:15 dr 1.5.2.4: RESYNC: (1.6-1.7); FILE MERGED 2003/10/02 12:47:52 dr 1.5.2.3: #101529# new NAME import, update of imp/exp link managers 2003/09/18 07:01:22 dr 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2003/09/09 10:02:18 jmarmion 1.5.2.1: #112154# add selected trace features to excel import.

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [28dbd781aa8f08fb2873f860e774c76f81e05d8a]

        INTEGRATION: CWS calc17 (1.4.84); FILE MERGED 2003/10/02 12:47:51 dr 1.4.84.3: #101529# new NAME import, update of imp/exp link managers 2003/09/18 07:01:16 dr 1.4.84.2: RESYNC: (1.4-1.6); FILE MERGED 2003/08/18 14:11:49 dr 1.4.84.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca85906904687f1253c3b939aed50d568252c086]

        INTEGRATION: CWS calc17 (1.8.78); FILE MERGED 2003/09/19 07:42:38 dr 1.8.78.4: #100887# preparations for SST optimisation 2003/09/18 07:01:08 dr 1.8.78.3: RESYNC: (1.8-1.9); FILE MERGED 2003/08/22 09:07:14 jmarmion 1.8.78.2: #111767# - omit the export of the default built-in number formats. 2003/08/18 14:11:48 dr 1.8.78.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [db1ee50bd5d177aa9af1f5c384cf635a499a8357]

        INTEGRATION: CWS calc17 (1.1.2); FILE ADDED 2003/09/22 16:54:12 dr 1.1.2.2: #100887# reduce SST with hash table 2003/09/19 07:42:38 dr 1.1.2.1: #100887# preparations for SST optimisation

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee55388a3e4c6476ffadc23b3240fd06369b4c3e]

        INTEGRATION: CWS calc17 (1.7.4); FILE MERGED 2003/10/02 12:47:50 dr 1.7.4.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [074e1c56be3bae26c724ad7e1ea5213d47d12115]

        INTEGRATION: CWS calc17 (1.1.2); FILE ADDED 2003/08/18 14:11:43 dr 1.1.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f7bbf55f266720c2fb8d66c4648b35f64ca7a0c]

        INTEGRATION: CWS calc17 (1.4.78); FILE MERGED 2003/10/02 12:47:49 dr 1.4.78.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbf33d76f56fcc001d880d2f81a9d3812f00d37a]

        INTEGRATION: CWS calc17 (1.6.26); FILE MERGED 2003/10/27 11:48:05 dr 1.6.26.6: RESYNC: (1.8-1.9); FILE MERGED 2003/10/02 12:47:48 dr 1.6.26.5: #101529# new NAME import, update of imp/exp link managers 2003/09/22 16:54:12 dr 1.6.26.4: #100887# reduce SST with hash table 2003/09/19 07:42:37 dr 1.6.26.3: #100887# preparations for SST optimisation 2003/09/18 07:01:01 dr 1.6.26.2: RESYNC: (1.6-1.8); FILE MERGED 2003/08/13 15:10:22 dr 1.6.26.1: #110887# string handling changes

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [34a1cb2e04bc28e74789531ec0addbfbfca730e9]

        INTEGRATION: CWS calc17 (1.3.124); FILE MERGED 2003/10/06 13:35:00 dr 1.3.124.9: #100887# reduce SST - compiler compatibility 2003/09/26 05:59:03 dr 1.3.124.8: #110405# INetURLObject 2003/09/23 09:49:28 dr 1.3.124.7: #100887# reduce SST with hash table, last changes 2003/09/22 16:54:11 dr 1.3.124.6: #100887# reduce SST with hash table 2003/09/18 08:46:07 dr 1.3.124.5: merge conflict after resync 2003/09/18 07:00:54 dr 1.3.124.4: RESYNC: (1.3-1.5); FILE MERGED 2003/08/18 14:11:48 dr 1.3.124.3: #111865# page settings reimplemented 2003/08/13 15:04:51 dr 1.3.124.2: #111781# set validity with macro to error type INFO 2003/08/13 14:51:26 dr 1.3.124.1: #111781# set validity with macro to error type INFO

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c311334766ee95ba0a8b41eaca5b7f07d1b2d27b]

        INTEGRATION: CWS calc17 (1.39.84); FILE MERGED 2003/10/02 12:47:45 dr 1.39.84.6: #101529# new NAME import, update of imp/exp link managers 2003/09/25 15:19:46 jmarmion 1.39.84.5: #109555# - fix for BIFF5 when applying column default XFs 2003/09/18 06:59:38 dr 1.39.84.4: RESYNC: (1.39-1.40); FILE MERGED 2003/09/09 10:02:38 jmarmion 1.39.84.3: #112154# add selected trace features to excel import. 2003/08/19 15:18:32 dr 1.39.84.2: #111865# missing page settings records in BIFF4 2003/08/18 14:11:48 dr 1.39.84.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [67a0b47c0d8b6018a646fe03122f22d79b265a15]

        INTEGRATION: CWS calc17 (1.15.100); FILE MERGED 2003/10/02 12:47:43 dr 1.15.100.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfe1ac2a21e1db56a806878e5560ec55edf96f40]

        INTEGRATION: CWS calc17 (1.19.4); FILE MERGED 2003/10/27 11:48:01 dr 1.19.4.4: RESYNC: (1.20-1.21); FILE MERGED 2003/09/19 07:42:36 dr 1.19.4.3: #100887# preparations for SST optimisation 2003/09/18 07:00:48 dr 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2003/08/18 14:11:47 dr 1.19.4.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eca06d1c2512db9aec89470f998c1879716767a]

        INTEGRATION: CWS calc17 (1.54.2); FILE MERGED 2003/10/27 11:47:56 dr 1.54.2.4: RESYNC: (1.55-1.56); FILE MERGED 2003/10/02 12:47:41 dr 1.54.2.3: #101529# new NAME import, update of imp/exp link managers 2003/09/09 10:03:03 jmarmion 1.54.2.2: #112154# add selected trace features to excel import. 2003/08/18 14:11:47 dr 1.54.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [55f7f59e77ba9078a1a9ed2e691c75429be2ba36]

        INTEGRATION: CWS calc17 (1.42.84); FILE MERGED 2003/10/02 12:47:41 dr 1.42.84.3: #101529# new NAME import, update of imp/exp link managers 2003/08/22 09:23:20 jmarmion 1.42.84.2: #111896# modify active tab if scenarios present before it. 2003/08/18 14:11:47 dr 1.42.84.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [42c6de7600658143349556b9946dae60a94c3fc6]

        INTEGRATION: CWS calc17 (1.64.26); FILE MERGED 2003/10/02 12:47:39 dr 1.64.26.3: #101529# new NAME import, update of imp/exp link managers 2003/09/18 07:00:37 dr 1.64.26.2: RESYNC: (1.64-1.66); FILE MERGED 2003/08/18 14:11:46 dr 1.64.26.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [681767b9ffdba3e834e143363b0c3a0db2402121]

        INTEGRATION: CWS calc17 (1.26.82); FILE MERGED 2003/10/06 07:07:08 dr 1.26.82.2: RESYNC: (1.26-1.27); FILE MERGED 2003/10/02 12:47:37 dr 1.26.82.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4461eff82768fbeb55a67ddf55dfec3bde12c225]

        INTEGRATION: CWS calc17 (1.85.2); FILE MERGED 2003/10/02 12:47:35 dr 1.85.2.4: #101529# new NAME import, update of imp/exp link managers 2003/09/18 07:00:30 dr 1.85.2.3: RESYNC: (1.85-1.86); FILE MERGED 2003/09/09 10:03:21 jmarmion 1.85.2.2: #112154# add selected trace features to excel import. 2003/08/18 14:11:46 dr 1.85.2.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [528d3c277debf5c301214852068948609953686a]

        INTEGRATION: CWS calc17 (1.23.122); FILE MERGED 2003/10/02 12:47:32 dr 1.23.122.3: #101529# new NAME import, update of imp/exp link managers 2003/09/18 07:00:25 dr 1.23.122.2: RESYNC: (1.23-1.24); FILE MERGED 2003/09/09 10:03:39 jmarmion 1.23.122.1: #112154# add selected trace features to excel import.

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f659e587a46a330cc989cfd973b9106534114a3]

        INTEGRATION: CWS calc17 (1.21.84); FILE MERGED 2003/10/02 12:47:30 dr 1.21.84.1: #101529# new NAME import, update of imp/exp link managers

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [626084e8893d7f6fd0d9cb807f03322178ff65d0]

        INTEGRATION: CWS calc17 (1.47.28); FILE MERGED 2003/09/22 16:54:11 dr 1.47.28.3: #100887# reduce SST with hash table 2003/09/18 07:00:14 dr 1.47.28.2: RESYNC: (1.47-1.48); FILE MERGED 2003/08/18 14:11:45 dr 1.47.28.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [12d13153fef640fb980f2fb87a0b1a859e807fa3]

        INTEGRATION: CWS calc17 (1.18.84); FILE MERGED 2003/10/27 11:47:51 dr 1.18.84.3: RESYNC: (1.18-1.19); FILE MERGED 2003/09/22 09:49:22 jmarmion 1.18.84.2: #109555# do not overwrite column default formatting 2003/08/18 14:11:44 dr 1.18.84.1: #111865# page settings reimplemented

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cd7bb0ead90e9beedd680e139524ed3039b9bf4]

        INTEGRATION: CWS tbe7 (1.7.78); FILE MERGED 2003/08/13 13:43:54 tbe 1.7.78.1: #110560# Basic Dialog Editor: Not possible to set initial selection of list box

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd96ca197993475fcaad3f378086b481446d5833]

        INTEGRATION: CWS tbe7 (1.15.156); FILE MERGED 2003/08/13 13:43:27 tbe 1.15.156.1: #110560# Basic Dialog Editor: Not possible to set initial selection of list box

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [702d7f2266d840dd77903670466f91d62abf6800]

        INTEGRATION: CWS tbe7 (1.52.24); FILE MERGED 2003/08/13 13:43:26 tbe 1.52.24.1: #110560# Basic Dialog Editor: Not possible to set initial selection of list box

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fc8889b66c1fb130ba2097fd66fe61a86ba99bb]

        INTEGRATION: CWS tbe7 (1.17.78); FILE MERGED 2003/08/13 13:43:25 tbe 1.17.78.1: #110560# Basic Dialog Editor: Not possible to set initial selection of list box

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [423636cf8510434d42b21c7871fde8eb6fc38c96]

        INTEGRATION: CWS tbe7 (1.14.78); FILE MERGED 2003/08/13 13:42:45 tbe 1.14.78.1: #110560# Basic Dialog Editor: Not possible to set initial selection of list box

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d221e2c6a6b0ccd7ee8891fa4c180f701bf5205]

        INTEGRATION: CWS tbe7 (1.72.68); FILE MERGED 2003/10/24 10:02:06 tbe 1.72.68.2: RESYNC: (1.72-1.73); FILE MERGED 2003/08/21 15:15:16 tbe 1.72.68.1: #i17355# Basic IDE doesn't display a recorded macro initially

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e4d7482c4662467af156e3560f30b0423943af1]

        INTEGRATION: CWS tbe7 (1.16.78); FILE MERGED 2003/08/13 13:43:27 tbe 1.16.78.1: #110560# Basic Dialog Editor: Not possible to set initial selection of list box

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5609d7289220f064fb94c0bca9b1ea76cb2ec72]

        INTEGRATION: CWS tbe7 (1.13.78); FILE MERGED 2003/08/13 13:43:26 tbe 1.13.78.1: #110560# Basic Dialog Editor: Not possible to set initial selection of list box

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [93a788e9e5768a998fabff8258c6c3a68b2ffca9]

        INTEGRATION: CWS tbe7 (1.16.44); FILE MERGED 2003/08/07 12:20:10 tbe 1.16.44.2: #110559# Basic Dialog Editor: Not possible to specify state of 2 groups of radio buttons 2003/08/06 12:52:31 tbe 1.16.44.1: #111631# Dialog Editor: Wrong tab order in imported dialogs

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e837a72e17bf97d5d56561726d94da28d860dc9]

        INTEGRATION: CWS tbe7 (1.3.40); FILE MERGED 2003/07/30 08:32:36 tbe 1.3.40.1: #i17353# pass count in Basic IDE break point dialog is not restored

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6248f58b7c9d52f0801ac671da0f66a8e8dedf48]

        INTEGRATION: CWS tbe7 (1.32.44); FILE MERGED 2003/08/07 12:21:42 tbe 1.32.44.3: #110559# Basic Dialog Editor: Not possible to specify state of 2 groups of radio buttons 2003/08/06 12:54:12 tbe 1.32.44.2: #111631# Dialog Editor: Wrong tab order in imported dialogs 2003/07/29 09:30:51 tbe 1.32.44.1: #109994# Dialog control blocks dialog engine

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d2a02bc6dc687816af7905919288a55c4aee883]

        INTEGRATION: CWS tbe7 (1.28.30); FILE MERGED 2003/08/07 12:21:42 tbe 1.28.30.2: #110559# Basic Dialog Editor: Not possible to specify state of 2 groups of radio buttons 2003/08/06 12:54:13 tbe 1.28.30.1: #111631# Dialog Editor: Wrong tab order in imported dialogs

2003-11-05  Oliver Bolte  <obo@openoffice.org>  [9a97a38a14e52f70145092bfc05f800eb3d05f55]

        start up problems of svdem.exe fixed

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8d444973b725fd34455062b1a5f6e0a1fbdb442]

        INTEGRATION: CWS tbe7 (1.14.98); FILE MERGED 2003/08/15 14:44:48 tbe 1.14.98.1: #111830# New Basic libraries always contain a Main sub

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb14b5a181c566ece06cb19ce3dadd05e8e15204]

        INTEGRATION: CWS tbe7 (1.22.40); FILE MERGED 2003/08/15 14:44:47 tbe 1.22.40.1: #111830# New Basic libraries always contain a Main sub

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [255be34dca5c76d4a1369e778477a16e2ce84bf0]

        INTEGRATION: CWS tbe7 (1.26.40); FILE MERGED 2003/08/15 14:44:47 tbe 1.26.40.1: #111830# New Basic libraries always contain a Main sub

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d89a239fca8c4c5585c14b7d8908677da64fef00]

        INTEGRATION: CWS tbe7 (1.2.98); FILE MERGED 2003/07/30 08:35:59 tbe 1.2.98.1: #i17353# pass count in Basic IDE break point dialog is not restored

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f56f824d7d45a7fb2724694be386cc8131edd51]

        INTEGRATION: CWS tbe7 (1.5.92); FILE MERGED 2003/07/30 08:35:59 tbe 1.5.92.1: #i17353# pass count in Basic IDE break point dialog is not restored

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [16c3be095b0cd196b616dac08b01539661447edb]

        INTEGRATION: CWS tbe7 (1.19.40); FILE MERGED 2003/07/30 08:35:59 tbe 1.19.40.1: #i17353# pass count in Basic IDE break point dialog is not restored

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [82bdaeb1712090fc315b70e5116ab2e22c3584f1]

        INTEGRATION: CWS tbe7 (1.21.40); FILE MERGED 2003/10/24 09:48:38 tbe 1.21.40.2: RESYNC: (1.21-1.22); FILE MERGED 2003/09/24 10:58:14 tbe 1.21.40.1: #111811# Error: Dialog::Execute() - Parent already disabled, use another parent to ...

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e28452fd70de544369d9ff0d2764d6f155b17ea]

        INTEGRATION: CWS tbe7 (1.26.30); FILE MERGED 2003/07/25 10:54:01 tbe 1.26.30.2: #i15715# Basic-IDE/Tabbar: Renaming module to itself gives stupid errormessage 2003/07/24 13:28:09 tbe 1.26.30.1: #109471# Query boxes in Find&Replace dialog not modal

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1900c2958855155e17e4c49c2160c4fadc14cacc]

        INTEGRATION: CWS tbe7 (1.32.40); FILE MERGED 2003/08/25 16:07:26 tbe 1.32.40.2: #i15709# Basic-IDE / Pressing F6 five times - where is the focus? 2003/07/30 08:35:58 tbe 1.32.40.1: #i17353# pass count in Basic IDE break point dialog is not restored

2003-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ace2f4ad3f2e761ff39ffaa71434a5acfa35899e]

        INTEGRATION: CWS tbe7 (1.28.40); FILE MERGED 2003/07/30 08:35:57 tbe 1.28.40.1: #i17353# pass count in Basic IDE break point dialog is not restored

2003-11-05  Armin Weiss  <aw@openoffice.org>  [c3663a687ccc9365b2b4eb4a3950b8d94c2d6ea7]

        Added PolyPolygonTools, Added PolygonTool functionality, changed bool to sal_Bool

2003-11-05  Armin Weiss  <aw@openoffice.org>  [571971699571e0baf9710ddf076ebf27aebb548d]

        Added new area for PolyPolygon tools

2003-11-05  Rüdiger Timm  <rt@openoffice.org>  [03f864ac256e365e20a6fa1c7bdd0c4db567aed4]

        #100000# cppumaker.mk is obsolete and has benn removed

2003-11-05  luctur  <luctur@openoffice.org>  [919086969bcd30dbb1c7ce5d8cbd2f5dafc55021]

        slightly changed it_IT readme file

2003-11-04  Duncan Foster  <dfoster@openoffice.org>  [9e4e207df6c11e59d1aeec0007fa959b9a7b9d3c]

        #i16754# - Move of rhino patching to external module

2003-11-04  Duncan Foster  <dfoster@openoffice.org>  [f8803bd722491ce2a85ff5ba4010f2fe1187e3a7]

        #i22116# - Complete XPropertySet implementation

2003-11-04  Björn Milcke  <bm@openoffice.org>  [bd127aff2ee9b8abc03e297e838d2660fff95472]

        when copying legend, do not use old entries

2003-11-04  Björn Milcke  <bm@openoffice.org>  [c7ac9f7b4d48a8bae7242229a5476f610437f3c3]

        DiagramHelper::changeDiagram

2003-11-04  Ingrid Halama  <iha@openoffice.org>  [2a8d1b919b3c96da9df62d074a46008ec1eef49d]

        mark handles for series selection

2003-11-04  Mikhail Voitenko  <mav@openoffice.org>  [c37f4bb94a119e4031796c097a35c1217e221e6c]

        #112739# add breakLink method

2003-11-04  Ingrid Halama  <iha@openoffice.org>  [ea43db134d5c1ed66f44cb7d67945f998fccb565]

        handle unstacked series; removed unused normal polygon code

2003-11-04  Björn Milcke  <bm@openoffice.org>  [12095b63ceb18f3e76a69864bd15e101c0db0471]

        -ChartTypeItemConverter

2003-11-04  Björn Milcke  <bm@openoffice.org>  [0894ce1bd39f2d1e7ce963a4608412c54b452fed]

        include algorithm was missing for find_if

2003-11-04  Ingrid Halama  <iha@openoffice.org>  [4aa21a800326f7dc0c5869a667a4fab14b041f73]

        added clipping for lines and stripes; removed problem with grids lying in front of series

2003-11-04  Ingrid Halama  <iha@openoffice.org>  [150ff805c50711ecbab12952f54450f809869e8a]

        added Clipping

2003-11-04  Ingrid Halama  <iha@openoffice.org>  [3ebb1ac3a48e7782372a7ee5ede37af19903db55]

        added function getPointFromPoly

2003-11-04  Björn Milcke  <bm@openoffice.org>  [f7ee2cfae45513836614ab6e7a2d7ba0981ab614]

        const member may not be initialized in CTOR's body

2003-11-04  Björn Milcke  <bm@openoffice.org>  [29e25e0cbd6f3b9316937218f59e8004265e41b3]

        -GetNewPropertySet

2003-11-04  Björn Milcke  <bm@openoffice.org>  [46d0cfcf4d90dbdd779bea510634106d19475c4d]

        -ChartTypeItemConverter

2003-11-04  Björn Milcke  <bm@openoffice.org>  [759b3eb17c50b66794547ed560358678123bddf7]

        ChartType concept: the template creates the diagram.  To determine with which template an existing Diagram was probably created, the data series tree is searched and according to the result the template is guessed. OldApi chart type support SubGrid added

2003-11-04  Ingrid Halama  <iha@openoffice.org>  [b001ff129865a183eab89f310e9b72ae8d1f68ca]

        added ==operator for Position3D

2003-11-03  Kurt Zenker  <kz@openoffice.org>  [c606cf901739b73ddd9ec45a57f3d9c95f305f99]

        new version for SRC680

2003-11-03  Ingrid Halama  <iha@openoffice.org>  [af6e5259b1f718485e1b26efdc7620f34a8377fb]

        create a correct border for 3D stripe

2003-11-03  Ingrid Halama  <iha@openoffice.org>  [47cabf5485f124b57fe993a718750407fb326858]

        enable Line Width, Style and Transparency in method createLine3D (used e.g. for grids)

2003-11-03  Duncan Foster  <dfoster@openoffice.org>  [b9a2929afef042d248762265562616ec0ed48bfb]

        #i16574# Renaming bsh-1.2b7.jar -> bsh.jar

2003-11-03  Armin Weiss  <aw@openoffice.org>  [a64ad65ca69ccfbfcfd51b7b8bef4cf4353ab5c1]

        Added entries for tuple and range

2003-11-02  Ingrid Halama  <iha@openoffice.org>  [65d82f90fa1820e2d92b1bbfbb22b4c4b35068c4]

        added line chart

2003-10-31  Ingrid Halama  <iha@openoffice.org>  [8824f1309e435e9699e5bdef9928facc0536c9d6]

        rebuild after title edit

2003-10-31  Björn Milcke  <bm@openoffice.org>  [0ce0f21c5d49149dcbbdd0ce6c8aae9eb7498471]

        change fill-style of area (and color to different one)

2003-10-31  Ingrid Halama  <iha@openoffice.org>  [c06a88907ace1f07afea06352c917bc12423381d]

        selection handling for single legendentries -> pretend to be a series

2003-10-31  Ingrid Halama  <iha@openoffice.org>  [2c3a156fe17a84e496f1f7a27ef0d0470bc46ced]

        correct selection handling for single legendentries (added a group shape around each entry)

2003-10-31  Duncan Foster  <dfoster@openoffice.org>  [124c0abdef4f882fae4d7d7dab4e37ccdf0515b0]

        #i21624# Needed dep on the tools lib. Hence the changes to the makefile.

2003-10-31  Armin Weiss  <aw@openoffice.org>  [78bf41629c47cd06fa8089d9e9026ff62b20b2e9]

        removed /sdr from deliver paths

2003-10-31  Armin Weiss  <aw@openoffice.org>  [05ea37545b70f7f3077e7b56f04ed593b3f9f9bc]

        Added deliver statements for most used headers

2003-10-31  Armin Weiss  <aw@openoffice.org>  [94c9d84524894e98ba68f12e7df8e74428778350]

        includes were one inc too deep, correcting

2003-10-31  Armin Weiss  <aw@openoffice.org>  [934a8bd6157c0043ca4b591687b226edd0f8fe23]

        includes were one inc too deep, correcting

2003-10-30  Kurt Zenker  <kz@openoffice.org>  [f195f7c4e1f5cb09ed1003eef817e0a4118e4e5c]

        new version for SRC680

2003-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b7ee7b0d61194c6aaa2b64d27d9b550adf706988]

        #100000# fix mws build

2003-10-30  Ingrid Halama  <iha@openoffice.org>  [1f181d7e4b0ac3751ac7d7e2f3b7408ff4211f4f]

        correct mark handles for legend object

2003-10-30  Ingrid Halama  <iha@openoffice.org>  [695bfc71e794dcd373dfb93b4e3b19c6fe041963]

        rename indicator for mark handle object from Handles to MarkHandles

2003-10-30  Ingrid Halama  <iha@openoffice.org>  [4071468104fa04a688b67e70aa21cceebc2b93bd]

        correct automatic position for rotated title

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [359e2314923df1dc0601f53c1bf9bb7dc5a1e7b0]

        #100000#

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [9e78bb165e4af10124e2b18d885f3abacb554a0a]

        #100000# internal dependency

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [d84805771815cce54dc72a8729b94873461e34d5]

        #100000# some needed UNOTYPES added.

2003-10-30  Oliver Bolte  <obo@openoffice.org>  [19d20c12d133b447992a5cc2b13c8dd9f7ffaf46]

        #100000# runthrd obsolete

2003-10-30  Ingrid Halama  <iha@openoffice.org>  [3e1cbc6692634f33953dc28a9660f1a6f1d9c00d]

        prevent deleting view in text edit mode

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [6071509bacb3722340e16b5582c6e8b8a7cfdb06]

        SRC680

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [9f794f679e177c24a9abd5047faf1c4ae4fe0530]

        INTEGRATION: CWS writerteamqbugs (1.16.110); FILE MERGED 2003/08/29 08:39:30 fme 1.16.110.3: #i15954# DrawStretchCapital in RTL environment 2003/08/29 08:35:53 fme 1.16.110.2: #106506# DrawStretchCapital in RTL environment 2003/08/25 07:51:59 fme 1.16.110.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [d662c6a6d1aea63180f1f11152974cf2f0440547]

        INTEGRATION: CWS writerteamqbugs (1.50.68); FILE MERGED 2003/08/25 11:54:09 od 1.50.68.1: #111713# <SwXShape::dispose(..)> - refine assertion for safety reason.

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [88326f5106f017550b894f421551c30293725069]

        INTEGRATION: CWS writerteamqbugs (1.45.88); FILE MERGED 2003/08/25 07:52:00 fme 1.45.88.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [fa5e743a4dafa8943709eb3ce994857294efd7ae]

        INTEGRATION: CWS writerteamqbugs (1.44.164); FILE MERGED 2003/08/25 07:51:59 fme 1.44.164.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [7809010c70909a01cf54bd45b76a271b20746a28]

        INTEGRATION: CWS writerteamqbugs (1.73.88); FILE MERGED 2003/08/25 07:51:58 fme 1.73.88.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [a62868488cf9f439aeb05ae80e02d69bc37e70a2]

        INTEGRATION: CWS writerteamqbugs (1.16.164); FILE MERGED 2003/08/22 11:42:43 fme 1.16.164.1: #i4540# Do not consider negative tab stops

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [2aec7a9a8551744f9b614622a1a5649f68d891f5]

        INTEGRATION: CWS writerteamqbugs (1.32.164); FILE MERGED 2003/08/29 09:34:34 fme 1.32.164.2: #i15996# Alignment of footnote number portion in rtl environment 2003/08/25 07:49:38 fme 1.32.164.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [4674eb62672bff5eaa12d1a2760bb762f315038f]

        INTEGRATION: CWS writerteamqbugs (1.36.76); FILE MERGED 2003/08/25 07:49:38 fme 1.36.76.2: #110852# Set correct font for line numbering 2003/08/22 08:39:07 fme 1.36.76.1: #111882# Bidi - Use correct margin for fly portion calculation

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [87cd157f0a81e60b7b6527c7f075d05980cee01c]

        INTEGRATION: CWS writerteamqbugs (1.33.164); FILE MERGED 2003/08/25 07:49:37 fme 1.33.164.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [5501d2af33ec98b34b05e802e63b890cfdfb04c0]

        INTEGRATION: CWS writerteamqbugs (1.76.68); FILE MERGED 2003/08/25 07:49:37 fme 1.76.68.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [c93ba671c8b29d1dcea4d0e48456e0ab045ed8b3]

        INTEGRATION: CWS writerteamqbugs (1.16.198); FILE MERGED 2003/08/25 07:49:36 fme 1.16.198.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [32ff16d40bb5d28b04d73e826369b0012d8a8773]

        INTEGRATION: CWS writerteamqbugs (1.40.160); FILE MERGED 2003/08/25 07:49:37 fme 1.40.160.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [f82bb85018f53461e2e85af0fdf231bc19e43c76]

        INTEGRATION: CWS writerteamqbugs (1.77.126); FILE MERGED 2003/08/25 07:49:36 fme 1.77.126.1: #110852# Set correct font for line numbering

2003-10-30  Björn Milcke  <bm@openoffice.org>  [14c4c57de261341ebb6bf4f5d022295b86b5470d]

        deliver libraries for installation set

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [86c856f404d4ae6e6c0b4c6150bd831a6b383d77]

        INTEGRATION: CWS writerteamqbugs (1.58.164); FILE MERGED 2003/08/25 07:49:35 fme 1.58.164.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [fd335b91d2bf883f79e4c4f0a5ea2026ce5211a7]

        INTEGRATION: CWS writerteamqbugs (1.26.66); FILE MERGED 2003/08/25 07:49:35 fme 1.26.66.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [f19db6e7e3df5a1468686a06ff7ff2e1c7043689]

        INTEGRATION: CWS writerteamqbugs (1.39.164); FILE MERGED 2003/08/27 14:38:55 fme 1.39.164.1: #110686# Guess should not take a shortcut if there is no space left on the current line

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [b89b11e2e03adffada4bbf535bb6b0c898d8ce87]

        INTEGRATION: CWS writerteamqbugs (1.38.114); FILE MERGED 2003/08/25 07:49:35 fme 1.38.114.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [948d3e768ac69991f727ea9b8ccf88ee0c868147]

        INTEGRATION: CWS writerteamqbugs (1.41.78); FILE MERGED 2003/08/29 14:51:50 fme 1.41.78.1: #i5947# Condition for backward move of table inside balanced section changed

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [3a1ba227587c369868a5c8576d06b5b0d62555ab]

        INTEGRATION: CWS writerteamqbugs (1.24.52); FILE MERGED 2003/08/21 14:44:04 fme 1.24.52.1: #111704# PageDesc check does not make sense for frames in fly frames

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [b535264c74c5611118919984e7dd34a4b71e5343]

        INTEGRATION: CWS writerteamqbugs (1.38.52); FILE MERGED 2003/08/22 12:46:18 fme 1.38.52.1: #110448# Calculate correct printing area in online layout

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [490fa387000b55d5bb055c966b5f2f77ad960096]

        INTEGRATION: CWS writerteamqbugs (1.1.2); FILE ADDED 2003/08/25 07:40:44 fme 1.1.2.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [e66f44d0d09ddc026add64910506ec4d554c651c]

        INTEGRATION: CWS writerteamqbugs (1.31.164); FILE MERGED 2003/08/25 07:42:04 fme 1.31.164.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [4333f95b53c0ddfa8eecb27aeb9fc9def16c4ee3]

        INTEGRATION: CWS writerteamqbugs (1.23.164); FILE MERGED 2003/08/25 07:46:04 fme 1.23.164.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [4c8891f24307a2f475baaa415c7759098bf8a76d]

        INTEGRATION: CWS writerteamqbugs (1.32.126); FILE MERGED 2003/08/25 07:46:03 fme 1.32.126.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [835f0f4c39b8a3e0e87ca00dc86d67f3fb4567d2]

        INTEGRATION: CWS writerteamqbugs (1.16.164); FILE MERGED 2003/09/08 08:52:18 od 1.16.164.2: RESYNC: (1.16-1.17); FILE MERGED 2003/08/25 07:45:36 fme 1.16.164.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [ac832c6ffce15af9c166618ee25d2a0ce345c141]

        INTEGRATION: CWS writerteamqbugs (1.11.164); FILE MERGED 2003/08/25 07:45:25 fme 1.11.164.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [551aa303eb0c72ad392c0ad27149eec482a1ea13]

        INTEGRATION: CWS writerteamqbugs (1.30.128); FILE MERGED 2003/08/25 07:45:16 fme 1.30.128.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [88d19cfc7283806c8b446819a834234ee0b3f5e1]

        INTEGRATION: CWS writerteamqbugs (1.29.88); FILE MERGED 2003/08/25 07:45:16 fme 1.29.88.1: #110852# Set correct font for line numbering

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [063593721fc0b9e24968f3ab0e5f7118f0800bb7]

        INTEGRATION: CWS mav08 (1.2.42); FILE MERGED 2003/10/14 09:17:55 mav 1.2.42.1: #i19303# prenotifications ( move to mav08 )

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [5a3273019ae6a566067723dd15e7c57db95a8e11]

        INTEGRATION: CWS mav08 (1.33.10); FILE MERGED 2003/10/15 08:03:59 mav 1.33.10.1: #i21121# seek the stream to 0 when return it

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [74042322ee5115526e9adbc0c7c1c0cb19cf9a41]

        INTEGRATION: CWS mav08 (1.2.10); FILE MERGED 2003/10/15 08:06:03 mav 1.2.10.2: #i21121# substorages implement transacted mode 2003/10/13 14:26:33 mav 1.2.10.1: #i21121# Transacted mode for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [8c64f087f88173b3101307176cccdd03e6558c69]

        INTEGRATION: CWS mav08 (1.2.10); FILE MERGED 2003/10/15 08:07:55 mav 1.2.10.2: #i21121# substorages implement transacted mode 2003/10/13 14:26:33 mav 1.2.10.1: #i21121# Transacted mode for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [0e7b8276c54c31e8d8dddf427964468839482786]

        INTEGRATION: CWS mav08 (1.2.10); FILE MERGED 2003/10/15 08:05:08 mav 1.2.10.2: #i21121# substorages implement transacted mode 2003/10/13 14:26:33 mav 1.2.10.1: #i21121# Transacted mode for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [7a4d64b6ea2b4a702c524bcd98634acb530b9c43]

        INTEGRATION: CWS mav08 (1.2.10); FILE MERGED 2003/10/15 08:05:29 mav 1.2.10.2: #i21121# substorages implement transacted mode 2003/10/13 14:26:32 mav 1.2.10.1: #i21121# Transacted mode for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [118c16a09bba5a783b76f4a686a379b829421444]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 07:47:14 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [f4419ec1cd6dd9c3c43f35c1ea9138cafb7e3f6c]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 14:48:36 mav 1.1.2.3: #i21121# fix the typo 2003/10/28 14:44:32 mav 1.1.2.2: #i21121# adjust the test according the new behaviour 2003/10/28 07:47:01 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [949aed1163b01ce31865b38d1941186356ac1af5]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 07:47:00 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [51f9ff07c4b36ef5a77c9883f71113596fa62c1a]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 07:46:59 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [1e28f61c6bd498fc6710a15256b48031e13be592]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 07:46:58 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [53fc76dad126760fab3125236ac34a002d8c4bae]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 07:46:57 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [ff1805466302b940a2227e931da46a1a1d9d8fa3]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 14:39:46 mav 1.1.2.2: #i21121# adjust the test according the new behaviour 2003/10/28 07:46:56 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [73f3ad479fb1c49446a3289d2dcfb61e81508739]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 14:39:46 mav 1.1.2.2: #i21121# adjust the test according the new behaviour 2003/10/28 07:46:55 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [dfe0d4f5c851c65ddbc99e61bce0e09b81d573cb]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 07:46:54 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [7bbca1419e397456b01e957e672be39fb00edd5a]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 07:46:53 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [e84685eea52b824a94bcece35f33debe7ce219ea]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 07:46:52 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [e52e6a8928eb72982952d960cfada142227632f1]

        INTEGRATION: CWS mav08 (1.1.2); FILE ADDED 2003/10/28 07:46:51 mav 1.1.2.1: #i21121# unit test for storages

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [8bc0e86aba9027911e1ccf9793700efdc41019d2]

        INTEGRATION: CWS mav08 (1.2.10); FILE MERGED 2003/10/15 08:31:12 mav 1.2.10.1: #i21121# substorages must implement transacted mode

2003-10-30  Rüdiger Timm  <rt@openoffice.org>  [a3dbcf68ce0a202d1181f7949cec2a41f4879e85]

        INTEGRATION: CWS mav08 (1.2.10); FILE MERGED 2003/10/15 08:31:11 mav 1.2.10.1: #i21121# substorages must implement transacted mode

2003-10-29  Duncan Foster  <dfoster@openoffice.org>  [8a8bfb21ae9412a45b0e580d51555f362d515c77]

        #i21624# Added security check to the ScriptProtocolHandler. Needed dep on the sfx2 lib. Hence the changes to the makefile.

2003-10-29  Tomas O'Connor  <toconnor@openoffice.org>  [706da18a5b40e406159efe999f324a45bf010b4d]

        #i21858# - removal of framework namespace from namespace hierarchy of Scripting Framework UNO services and interfaces

2003-10-29  Tomas O'Connor  <toconnor@openoffice.org>  [2a5ee2e1a50f8c6d38787307e29f06fcd7860f00]

        #i21858# - removal of framework namespace from namespace of UNO interfaces and services

2003-10-29  Mikhail Voitenko  <mav@openoffice.org>  [4b5e3758fc881da0a36656b56a84ff68370f53a6]

        #112739# deliver list

2003-10-29  Mikhail Voitenko  <mav@openoffice.org>  [68d5a4ca421f16fc94cf6c85fe9ca16073fc420e]

        #112739# a small demo application

2003-10-29  Mikhail Voitenko  <mav@openoffice.org>  [7984a40a532969ff775d19bbe1d8ffe8337f9bfe]

        #112739# exception specification

2003-10-29  Björn Milcke  <bm@openoffice.org>  [23afd5499d54138782c1e8432f043e1779593d58]

        XAnchor removed from AnchorPoint

2003-10-29  Oliver Bolte  <obo@openoffice.org>  [af6bb3e9c1158200b3f3f16a42fd961805244f03]

        #100000# broken for unxsols4.pro

2003-10-29  Mikhail Voitenko  <mav@openoffice.org>  [28089fabf7b4791f6c40123affd63d6ed5e0cff7]

        #112739# remove spaces and tabs that disturb dmake

2003-10-29  Mikhail Voitenko  <mav@openoffice.org>  [c15f53da392b2c5083dd5336e1d90e818ed10c1c]

        #112739# fix typo

2003-10-29  Mikhail Voitenko  <mav@openoffice.org>  [825cf3707347e821ee1dabaf8fd8acaacbdd324a]

        #112739# adopt for solaris

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [60264688576aaf7d40eb8dcb9c2618e7181d60c9]

        change auto position of diagram in respect to legend

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [eb47633798ec9324a6a6215ecc515646cda1666f]

        changed right mouse click handling (context for contextmenu spec)

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [4cc27987b7bb85964a13e1440cfd30cc913c3052]

        paint problem with title after editing

2003-10-28  Mikhail Voitenko  <mav@openoffice.org>  [550b3d3278ce96bcbc79d21b621218e288d77e6f]

        #112739# adopt for linux

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [0911fe5b7fe7fa58935bb7753d074dee8775d266]

        added text-edit-outliner support

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [eb54a5f0424aa71b694c6f8a7aca669ef0bf9c3b]

        method name change: DrawViewWrapper::G/getTextEditObject()

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [02675f517caa44c880c82cbb6afc1cecb56f727b]

        method name change: G/getTextEditObject()

2003-10-28  Björn Milcke  <bm@openoffice.org>  [99c16fd2e314da9a98cfe02ec6a9bc2ea72203c8]

        VLegend::changePosition changed (reference size)

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [f4b7c9f63ce7b0a0a7ed446a665227f4eef883bf]

        added text-edit-outliner support

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [4d4f12858b387f69cddb2321d044df251fbfaca4]

        added SID_TEXTEDIT support

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [4edd1d8cae71b1952b25daa01fb0b44eb368adcc]

        added ChartController_TextEdit.obj

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [81b6e2edd2f6b639013e08af31e4472f1e0fc173]

        added Start/EndTextEdit and KeyInput

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [99ea4fa5d43a55abaa3de4f8d247588561077279]

        move method getObjectPropertySet to file/class ObjectIdentifier

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [2731307f0653d49ff81cbdfb206d67a736f377d6]

        move method executeDispatch_InsertSpecialCharacter to file ChartController_TextEdit.cxx

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [6560403bf0bdc1835a109b301f867b5d072e5dc4]

        direct text edit and InsertSpecialCharacter dialog

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [d4b9096ae45c3bf54450a394207117818f946cae]

        added KeyInput

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [bfee0e882b8b2d59b08adae243c10e571ea212f3]

        added Start/EndTextEdit and KeyInput

2003-10-28  Björn Milcke  <bm@openoffice.org>  [4fe3d0fb3acde6f0345818f74b5786eae86df7e4]

        VLegend::changePosition changed (reference size)

2003-10-28  Thomas Benisch  <tbe@openoffice.org>  [29f9a0129fc13ba98638d24699ade04e9fd543ed]

        #i21580# cannot execute simple basic script via initiate event on button

2003-10-28  Björn Milcke  <bm@openoffice.org>  [217454c86b7456198ab2b23b3eeb86ca23912d61]

        changePosition: make the relative position relative to rReferenceSize instead of rOutAvailableSpace.  Also make the same amount of space to the other side of the legend (only for standard positions)

2003-10-28  Armin Weiss  <aw@openoffice.org>  [5c35c4ae404294fede343dc4668d0b57c580b485]

        basegfx reorganization

2003-10-28  Armin Weiss  <aw@openoffice.org>  [999a109d17bdce1000f7a69417de51668334c7fc]

        basegfx reorganization

2003-10-28  Vladimir Glazounov  <vg@openoffice.org>  [08df5b8ae3aac8a8604633573c76c2d1ca7aa25e]

        #100000# use perl rmtree instead of system rmtree or rm

2003-10-28  Ingrid Halama  <iha@openoffice.org>  [78276359184d118ece185cd260c5fa71c05fbbbb]

        change auto position of title and diagram

2003-10-27  Kurt Zenker  <kz@openoffice.org>  [522147a7ebfde3f52e991e4365923891b315a3fd]

        new version for SRC680

2003-10-27  Kurt Zenker  <kz@openoffice.org>  [b7ffc6779d11367501365078c92886da1edc156e]

        new version for SRC680

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [ca1d51c5e1e0c9927e887b2ae357df604f463151]

        SRC680

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [6b3701ff02ce6524aac56b7450021d2c747c10f8]

        INTEGRATION: CWS aw005 (1.14.154); FILE MERGED 2003/10/10 12:44:03 aw 1.14.154.1: #109585#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [2e29e25d8aee944e2b75d8d41e34d9479d712964]

        INTEGRATION: CWS aw005 (1.17.154); FILE MERGED 2003/10/09 12:17:13 aw 1.17.154.1: #109583#
        
        Correct the value of SDRATTR_TEXTDIRECTION to avoid SetItemSet
         calling SetVerticalWriting() again since this item may not yet be set at the object and thus may differ from verical state of the object.

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [12d5b1bbb6b681d214eca3d7ac8cdb77ae5a6063]

        INTEGRATION: CWS aw005 (1.17.88); FILE MERGED 2003/10/08 16:10:23 aw 1.17.88.1: #109538#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [58ede09292e6012e3c0c5873a91d71dea90cfca9]

        INTEGRATION: CWS aw005 (1.60.88); FILE MERGED 2003/10/08 16:10:22 aw 1.60.88.1: #109538#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [3dc4758dd66d3addd42805c49b7b621870ee0290]

        INTEGRATION: CWS aw005 (1.26.88); FILE MERGED 2003/10/08 16:10:00 aw 1.26.88.1: #109538#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [bef7bb02c3c67bb997668299202afdb2f25d53c5]

        INTEGRATION: CWS aw005 (1.19.286); FILE MERGED 2003/10/08 16:59:25 aw 1.19.286.1: #112587#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [aa281bfc8740981a3d18b639bed9fb21feba9d82]

        INTEGRATION: CWS aw005 (1.34.122); FILE MERGED 2003/10/10 12:45:07 aw 1.34.122.1: #109585#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [67ac74234c0e7ee085dd464b1f54d2f2a5b72bb7]

        INTEGRATION: CWS aw005 (1.48.250); FILE MERGED 2003/10/21 08:14:25 aw 1.48.250.2: RESYNC: (1.48-1.49); FILE MERGED 2003/10/08 16:09:12 aw 1.48.250.1: #109538#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [80d6f1b582f325c86c5fd254fdd07ad11627c822]

        INTEGRATION: CWS aw005 (1.10.286); FILE MERGED 2003/10/13 10:41:53 aw 1.10.286.1: #i21114# Removing no longer needed BitmapEx* using classes

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [cbbbda92da4173921af6e6b51e4a5719c51cab3d]

        INTEGRATION: CWS aw005 (1.32.46); FILE MERGED 2003/10/20 14:11:16 aw 1.32.46.1: #112690#
        
        Test existance of the page before using CalcBackgroundColor

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [7bb9efca06efb714b1531af1873609c4dbfdc8ec]

        INTEGRATION: CWS aw005 (1.7.250); FILE MERGED 2003/10/16 11:22:19 aw 1.7.250.2: #i21250# Instead of simply passing sal_True as LineToArea, use bNoPolyPoly as info if this command is a 'Combine' or a 'Connect' command. On Connect it's sal_True. To not concert line segments with a set line width to polygons in that case, use this info. Do not convert LineToArea on Connect commands. 2003/10/10 11:13:30 aw 1.7.250.1: #110635# Take fill style/closed state of pAttrObj in account when deciding to change the line style

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [75c447611f2692ea3332b71be5779a5c4b6da9e5]

        INTEGRATION: CWS aw005 (1.10.286); FILE MERGED 2003/10/10 12:48:59 aw 1.10.286.2: #109585# 2003/10/10 12:44:57 aw 1.10.286.1: #109585#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [641bcf2873f6082cbb74ef1846a5117bbc83420c]

        INTEGRATION: CWS aw005 (1.14.442); FILE MERGED 2003/10/08 16:58:22 aw 1.14.442.1: #112587#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [e61f0e62c86b1cfa989dceaac59f2dd3f590496c]

        INTEGRATION: CWS aw005 (1.16.442); FILE MERGED 2003/10/08 16:58:22 aw 1.16.442.1: #112587#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [f920348629a22abddfec1448b4307627db449ac8]

        INTEGRATION: CWS aw005 (1.27.214); FILE MERGED 2003/10/08 16:58:21 aw 1.27.214.1: #112587#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [45dd5f007c8d19467a5d94f678813fb26e2f07d8]

        INTEGRATION: CWS aw005 (1.13.286); FILE MERGED 2003/10/08 16:58:21 aw 1.13.286.1: #112587#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [b5288be9e8f7aed26c978791be3a96f7ad51e4a8]

        INTEGRATION: CWS aw005 (1.11.286); FILE MERGED 2003/10/08 16:58:21 aw 1.11.286.1: #112587#

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [0ca73cca3eabe71fb71501e4f40906b3d70d63f1]

        INTEGRATION: CWS aw005 (1.7.286); FILE MERGED 2003/10/16 14:39:45 aw 1.7.286.1: #i19251# In different places the items and values for distances and angle/percentage were handled identically. That did not work since Get/SetMetricValue was used in that dialog instead of Get/SetValue.

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [32a81b92a32e75b71e4c178fe56d571fbe3b8e04]

        INTEGRATION: CWS aw005 (1.1.1.1.212); FILE MERGED 2003/10/22 11:34:29 aw 1.1.1.1.212.1: #i21114# B2dIAOBitmapExReference is no longer used, use B2dIAOBitmapEx

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [5aee54fcafdb602225a9fa00e5e0cb9245e3b71a]

        INTEGRATION: CWS aw005 (1.2.98); FILE MERGED 2003/10/22 11:34:29 aw 1.2.98.1: #i21114# B2dIAOBitmapExReference is no longer used, use B2dIAOBitmapEx

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [6fd1385db73f980f1f1adab1c1ec76e1f5853afd]

        INTEGRATION: CWS aw005 (1.11.164); FILE MERGED 2003/10/22 08:56:38 aw 1.11.164.1: #i21114# B2dIAOBitmapExReference is no longer used, change to B2dIAOBitmapEx

2003-10-27  Rüdiger Timm  <rt@openoffice.org>  [e4f09d9b1c618bed30724d246d07dad300da9a1d]

        INTEGRATION: CWS geordi2q07 (1.11.72); FILE MERGED 2003/10/20 14:14:33 rt 1.11.72.1: #111934#: join CWS basepp1.

2003-10-27  Mikhail Voitenko  <mav@openoffice.org>  [8ff77785fb57ca358e3efa52c9270b3a66c25b06]

        #112739# initial version

2003-10-24  Vladimir Glazounov  <vg@openoffice.org>  [8b1c84da6650c1ec2851769f0041efce49e8a164]

        #107269# fixed for multiprocessing builds

2003-10-23  Oliver Bolte  <obo@openoffice.org>  [116180b166279d2dc83f1570762d02b8b6985a3b]

        #100000# can't link (wntmsci)

2003-10-23  Kurt Zenker  <kz@openoffice.org>  [d92b62a941ea3a824c4f4b91621f16e88cf4ba59]

        new version for SRC680

2003-10-22  Kurt Zenker  <kz@openoffice.org>  [a9974d059a9bc5b38a33a64998b0599ab4474688]

        new version for SRC680

2003-10-22  Kurt Zenker  <kz@openoffice.org>  [a441d1bb01cce3bab9776efd9a145e95b7d56617]

        new version for SRC680

2003-10-22  Kurt Zenker  <kz@openoffice.org>  [3079cb75d897c2949734a5175947d81ae63b14b2]

        new version for SRC680

2003-10-22  Kurt Zenker  <kz@openoffice.org>  [863e77c31424b9f1bddb48eb63d7b073883b023d]

        new version for SRC680

2003-10-22  Kurt Zenker  <kz@openoffice.org>  [dc06a994bd7efa459982ab799d5978397536f35e]

        initial version

2003-10-22  Oliver Bolte  <obo@openoffice.org>  [7587f410c9982dfb134ff2d583fcad9cabdc4864]

        #112751# change for unix only

2003-10-22  Oliver Bolte  <obo@openoffice.org>  [6a6571cddb2f589e75746cf3bd89ab42b55e9335]

        #112751# permission for unix

2003-10-22  Björn Milcke  <bm@openoffice.org>  [2d53bd7e551335aac3fad8d6eb703dfc196e1fa5]

        unused variable removed

2003-10-22  Björn Milcke  <bm@openoffice.org>  [b3fa4b87554a9af4b2cdbfcabdcdb14e355ee28f]

        +testChartType

2003-10-21  Kurt Zenker  <kz@openoffice.org>  [c8f49b57e3c8da8ba84cca28a4965d8e008845c5]

        new version for SRC680

2003-10-21  Kurt Zenker  <kz@openoffice.org>  [032d0cfec39864795bc91a51a97f7ada07d6e340]

        new version for SRC680

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [01954be0e27c61876472799bace8188c464dc03a]

        #100000# typo

2003-10-21  Kurt Zenker  <kz@openoffice.org>  [36dca96a543216a36b47a2eaaa76891dec64e0c1]

        new version for SRC680

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [ead343a7ca47b7be3e8d408def12f2fd86439958]

        #100000# dead dependencies

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [9929490bf0a8fba4066aafe5687f8d9aa55830c8]

        SRC680

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [82c58114934f775d5a00088c8d270be57b3b095e]

        INTEGRATION: CWS qdiet01 (1.8.2); FILE MERGED 2003/10/21 09:10:51 obr 1.8.2.1: #i18813# removed even more obsolete classes

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [631028a2685dcb1cbf5e8df8c313743390d2202c]

        INTEGRATION: CWS qdiet01 (1.8.20); FILE MERGED 2003/10/21 09:10:50 obr 1.8.20.3: #i18813# removed even more obsolete classes 2003/09/19 07:10:32 obr 1.8.20.2: #i18813# removal of obsolete OFiberingServer and OQueue 2003/09/17 06:45:45 obr 1.8.20.1: #i18813# obsolete OProfile class removed

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [b314e55a8d67c06a8ba470b47e4443b89a9f2824]

        INTEGRATION: CWS qdiet01 (1.6.14); FILE MERGED 2003/10/21 09:10:48 obr 1.6.14.1: #i18813# removed even more obsolete classes

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [7408732c7158d5f5a8125c933d9afc89d48ec342]

        INTEGRATION: CWS qdiet01 (1.4.24); FILE MERGED 2003/10/21 09:10:48 obr 1.4.24.1: #i18813# removed even more obsolete classes

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [b4b14efe64c5210467d3e356da4a2a4fe5627f24]

        INTEGRATION: CWS formcelllinkage (1.7.94); FILE MERGED 2003/10/01 09:18:02 fs 1.7.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [005199af5aaa654eb4a81e85cd5af2263fb6257f]

        INTEGRATION: CWS formcelllinkage (1.3.94); FILE MERGED 2003/10/01 09:17:58 fs 1.3.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [f6187d80415eba2453569042e63ff5ccb08dd3bb]

        INTEGRATION: CWS formcelllinkage (1.5.94); FILE MERGED 2003/10/01 09:17:57 fs 1.5.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [20a5241249c53b3489175a13b14ddd86266dde42]

        INTEGRATION: CWS formcelllinkage (1.6.94); FILE MERGED 2003/10/01 09:17:57 fs 1.6.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [eefa4034231ce3dca37c1501bf22c0f73aa783fe]

        INTEGRATION: CWS formcelllinkage (1.17.94); FILE MERGED 2003/10/01 09:17:57 fs 1.17.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [aa5d32945149507e18e221de728e1566c478771a]

        INTEGRATION: CWS formcelllinkage (1.20.94); FILE MERGED 2003/10/01 09:17:56 fs 1.20.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [86a4dc117d2b1316d50fbfb3de1a17f5f146bc29]

        INTEGRATION: CWS formcelllinkage (1.7.14); FILE MERGED 2003/10/01 09:17:56 fs 1.7.14.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [c88af6709aa741e370189dfc3d1f2a12294c37e2]

        INTEGRATION: CWS formcelllinkage (1.16.94); FILE MERGED 2003/10/01 09:17:55 fs 1.16.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [83a5d846c70f4b043aca98dbc30d90bdc60f6ae8]

        INTEGRATION: CWS formcelllinkage (1.15.172); FILE MERGED 2003/10/01 09:17:55 fs 1.15.172.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [c103f71782a2d23ec0e35d2c20c726cb2abde4a5]

        INTEGRATION: CWS formcelllinkage (1.52.42); FILE MERGED 2003/10/01 14:12:12 fs 1.52.42.2: #100000# resolved merge conflict 2003/10/01 09:17:54 fs 1.52.42.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [c0094e9996eebc71e368a5b16cde41f2478e4d1c]

        INTEGRATION: CWS formcelllinkage (1.13.94); FILE MERGED 2003/10/01 09:17:54 fs 1.13.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [e13d49f7c716b1ec8fe608fe0e8666865b510782]

        INTEGRATION: CWS formcelllinkage (1.17.94); FILE MERGED 2003/10/01 09:17:53 fs 1.17.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [bc58765e3af9a549dca01c9688a28aa8f28aca67]

        INTEGRATION: CWS formcelllinkage (1.7.172); FILE MERGED 2003/10/01 09:17:53 fs 1.7.172.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [2aecb07248793c42efff7b5178ef0d32eef459da]

        INTEGRATION: CWS formcelllinkage (1.54.94); FILE MERGED 2003/10/01 09:17:52 fs 1.54.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [2eff8c1ae76812585f95b1577fc43a99f36038df]

        INTEGRATION: CWS formcelllinkage (1.2.94); FILE MERGED 2003/10/01 09:17:52 fs 1.2.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [48528017662d9cda85b3d19aae27f1c596c2e96c]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:17:52 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [28431921d7ea54edc578906fd041686139a29b53]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:17:51 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [5eddf46ed89cb10e89662e6e45a45b8c6770376d]

        INTEGRATION: CWS formcelllinkage (1.3.94); FILE MERGED 2003/10/01 09:17:50 fs 1.3.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [6958454dd539c1c4d6e8118141f96c458552539b]

        INTEGRATION: CWS formcelllinkage (1.4.94); FILE MERGED 2003/10/01 09:17:49 fs 1.4.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [e09cb8c3176c5fbe7b878e51f7e85df1665fe2fe]

        INTEGRATION: CWS formcelllinkage (1.3.94); FILE MERGED 2003/10/01 09:17:49 fs 1.3.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [ad2f24ec70f0f95820837f1fe2a53d45a4a6cff6]

        INTEGRATION: CWS formcelllinkage (1.14.94); FILE MERGED 2003/10/01 09:17:48 fs 1.14.94.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [d4901f3ef797275ca2d2aa6b83e5f809fc588a45]

        INTEGRATION: CWS formcelllinkage (1.14.48); FILE MERGED 2003/10/01 09:05:35 fs 1.14.48.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [79518d13312b35d8da928f14a6d5bc8ee4abd2fa]

        INTEGRATION: CWS formcelllinkage (1.14.54); FILE MERGED 2003/10/01 09:18:47 fs 1.14.54.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [0bab7dc2757cd5db1cf773b075808ceb6be05b76]

        INTEGRATION: CWS formcelllinkage (1.5.54); FILE MERGED 2003/10/01 09:18:45 fs 1.5.54.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [09a4e52eee2643b45c2a38806545a1aad97e6bc5]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:22:03 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [b90940fce1a885cb93e3d67ef59a384241fd551d]

        INTEGRATION: CWS formcelllinkage (1.4.54); FILE MERGED 2003/10/01 09:18:38 fs 1.4.54.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [a8c3a28651850bc1b7fead7441cdb1eb6b460d4d]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:18:37 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [cc0511dd400bedd357666b09725f0220ba20d7e0]

        INTEGRATION: CWS formcelllinkage (1.6.92); FILE MERGED 2003/10/01 09:18:36 fs 1.6.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [7182bb67bb6f2ddae393e45536d1fb874539beb1]

        INTEGRATION: CWS formcelllinkage (1.12.38); FILE MERGED 2003/10/01 09:18:35 fs 1.12.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [12ae7d5b993c47d45848e9197711f4035e0c0f84]

        INTEGRATION: CWS formcelllinkage (1.5.92); FILE MERGED 2003/10/01 09:18:35 fs 1.5.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [013b9944e930172f3b3684cd481a35542077df3a]

        INTEGRATION: CWS formcelllinkage (1.10.38); FILE MERGED 2003/10/01 09:18:34 fs 1.10.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [cc57beaf448c66f23ea41228d88dc0db2d162522]

        INTEGRATION: CWS formcelllinkage (1.5.92); FILE MERGED 2003/10/01 09:18:32 fs 1.5.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [2ff01477f0966598ec2f8c5a6ae4d4050cf8d7f5]

        INTEGRATION: CWS formcelllinkage (1.8.38); FILE MERGED 2003/10/01 09:18:31 fs 1.8.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [5d259a6513efc8b8d518972af93284ec0e0a07e2]

        INTEGRATION: CWS formcelllinkage (1.5.92); FILE MERGED 2003/10/01 09:18:31 fs 1.5.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [5236ebab97e0f7b5de52161a54b8c6f4a300ae98]

        INTEGRATION: CWS formcelllinkage (1.8.38); FILE MERGED 2003/10/01 09:18:30 fs 1.8.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [656c1e9c42a07b97230b8967c9a884b62a94cb8b]

        INTEGRATION: CWS formcelllinkage (1.6.92); FILE MERGED 2003/10/01 09:18:29 fs 1.6.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [46118657be5f3eb8a0ddc36d3beac54627e1f957]

        INTEGRATION: CWS formcelllinkage (1.27.38); FILE MERGED 2003/10/01 09:18:28 fs 1.27.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [e0138fae311334be87c8e63b8f48fb9f4fcd19a6]

        INTEGRATION: CWS formcelllinkage (1.8.38); FILE MERGED 2003/10/01 09:18:27 fs 1.8.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [2be8102241fdc380dfdf4948261bca2d8e9bab13]

        INTEGRATION: CWS formcelllinkage (1.26.32); FILE MERGED 2003/10/01 09:18:27 fs 1.26.32.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [e6e60359cf1ccd07ced3fe440f8f4a90972c2a6d]

        INTEGRATION: CWS formcelllinkage (1.7.38); FILE MERGED 2003/10/01 09:18:26 fs 1.7.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [c319fcc3b56995d5a49f78e7da4606f2d4a686d8]

        INTEGRATION: CWS formcelllinkage (1.8.92); FILE MERGED 2003/10/01 09:18:25 fs 1.8.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [909b3ec6d1cd72c208a51d40a2ded50b89de5c75]

        INTEGRATION: CWS formcelllinkage (1.27.38); FILE MERGED 2003/10/01 09:18:24 fs 1.27.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [95ec3a0eb9f73b653170700296e100b6b1f7af4d]

        INTEGRATION: CWS formcelllinkage (1.24.38); FILE MERGED 2003/10/01 09:18:23 fs 1.24.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [e003d475ceec25756bb1ab3f4df6e6275205f66e]

        INTEGRATION: CWS formcelllinkage (1.5.92); FILE MERGED 2003/10/01 09:18:23 fs 1.5.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [a6bafa6519cfaa280108509883724f3418b5affd]

        INTEGRATION: CWS formcelllinkage (1.8.92); FILE MERGED 2003/10/01 09:18:22 fs 1.8.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [a58573e2bd63481f4a6f36dda3f8b88f9e5e6c4c]

        INTEGRATION: CWS formcelllinkage (1.7.54); FILE MERGED 2003/10/01 09:18:22 fs 1.7.54.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [8018adaf0a616f03c12d573c5c93ee12582db2eb]

        INTEGRATION: CWS formcelllinkage (1.16.38); FILE MERGED 2003/10/01 09:18:22 fs 1.16.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [0ad5f3f64e6ba4b70e22f993cab5e53382f9bdd8]

        INTEGRATION: CWS formcelllinkage (1.6.92); FILE MERGED 2003/10/01 09:18:21 fs 1.6.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [b23cc51774c814a4c924fd3ed743b5344d8dcedc]

        INTEGRATION: CWS formcelllinkage (1.11.38); FILE MERGED 2003/10/01 09:18:21 fs 1.11.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [0ee234c93f9a0ede414e05857cdd1009a7c7c45e]

        INTEGRATION: CWS formcelllinkage (1.52.48); FILE MERGED 2003/10/01 09:18:20 fs 1.52.48.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [c8861030b3d1b18ec17a50df22fff8b17a27ccbe]

        INTEGRATION: CWS formcelllinkage (1.5.92); FILE MERGED 2003/10/01 09:18:20 fs 1.5.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [170dfe06415cdcf70ecbe2f11f3d701ae9a1685a]

        INTEGRATION: CWS formcelllinkage (1.9.38); FILE MERGED 2003/10/01 09:18:20 fs 1.9.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [4856d0c68e3589890f6e46cfd49769a3010f3ce3]

        INTEGRATION: CWS formcelllinkage (1.6.92); FILE MERGED 2003/10/01 09:18:19 fs 1.6.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [bed58db4c0cdee069987563bb8a7715b44cd2404]

        INTEGRATION: CWS formcelllinkage (1.19.38); FILE MERGED 2003/10/01 09:18:19 fs 1.19.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [2e20448c4ea721319cf6dddde07ae215174eaee5]

        INTEGRATION: CWS formcelllinkage (1.5.92); FILE MERGED 2003/10/01 09:18:18 fs 1.5.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [160b99eeec0a384effeb9dbf1df907f3b11459fe]

        INTEGRATION: CWS formcelllinkage (1.12.92); FILE MERGED 2003/10/01 09:18:18 fs 1.12.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [8912daf6a5c16e110b6262602beb665b015a4456]

        INTEGRATION: CWS formcelllinkage (1.5.92); FILE MERGED 2003/10/01 09:18:17 fs 1.5.92.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [9905c3a6efdfab77c60ed60e1ff6b129d41c414a]

        INTEGRATION: CWS formcelllinkage (1.9.38); FILE MERGED 2003/10/01 09:18:17 fs 1.9.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [8bda8ab5a76f062c681a7c3e9412d21b03540433]

        INTEGRATION: CWS formcelllinkage (1.10.38); FILE MERGED 2003/10/01 09:18:17 fs 1.10.38.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [9ee72dd371425377d0134626f8e94387a5663b40]

        INTEGRATION: CWS formcelllinkage (1.1.4); FILE ADDED 2003/10/02 13:44:28 fs 1.1.4.2: some extensions while writing a integration test for #18683# 2003/10/02 07:59:52 fs 1.1.4.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [d58272088a847da830deb7c4c0d5ed56ecc2c395]

        INTEGRATION: CWS formcelllinkage (1.1.2); FILE ADDED 2003/10/02 13:41:26 fs 1.1.2.1: #18683# specialized view for a spreadsheet document

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [ff1ab47e011a458b4797933f187c4ed565b83b84]

        INTEGRATION: CWS formcelllinkage (1.1.2); FILE ADDED 2003/10/02 13:40:31 fs 1.1.2.1: #18683# new integration test for radio buttons

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [d9fc95a9b59ba0243cc1145741834c79adad1248]

        INTEGRATION: CWS formcelllinkage (1.1.4); FILE ADDED 2003/10/02 07:59:51 fs 1.1.4.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [5c87c7c3df44f054f6b2316dd6348a4b7ed8dd27]

        INTEGRATION: CWS formcelllinkage (1.1.2); FILE ADDED 2003/10/02 13:41:04 fs 1.1.2.1: #18683# helper functionality for the form layer in a document

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [bd5c37216466fb5f329a394e204287feecf88c29]

        INTEGRATION: CWS formcelllinkage (1.1.4); FILE ADDED 2003/10/02 13:44:27 fs 1.1.4.2: some extensions while writing a integration test for #18683# 2003/10/02 07:59:50 fs 1.1.4.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [a13eb8444ad775db0aae947e24ebec3d3f89b9ce]

        INTEGRATION: CWS formcelllinkage (1.1.4); FILE ADDED 2003/10/02 13:44:26 fs 1.1.4.2: some extensions while writing a integration test for #18683# 2003/10/02 07:59:49 fs 1.1.4.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [da990477c49e572ac2f92bcfa7769df9a8dd5af7]

        INTEGRATION: CWS formcelllinkage (1.1.2); FILE ADDED 2003/10/02 13:43:28 fs 1.1.2.1: #18683# enum for document type classification

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [33b305fb20e38915659bf71816a55918fade9af5]

        INTEGRATION: CWS formcelllinkage (1.1.4); FILE ADDED 2003/10/02 13:41:40 fs 1.1.4.2: #18683# enum for document type classification 2003/10/02 07:59:48 fs 1.1.4.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [515a42d06bac56163ef44adc76742e7520146a05]

        INTEGRATION: CWS formcelllinkage (1.1.128); FILE MERGED 2003/10/01 09:18:16 fs 1.1.128.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [4fad548900e0594e28c0362bec26660d712c3494]

        INTEGRATION: CWS formcelllinkage (1.8.268); FILE MERGED 2003/10/01 09:50:30 fs 1.8.268.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [5fa978ea1b9991196bd1c71ff86392097ae1e1c1]

        INTEGRATION: CWS formcelllinkage (1.12.6); FILE MERGED 2003/10/01 09:50:29 fs 1.12.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [c88e2940925f752fa9dddcfd6a06822fa03a6af9]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:50:29 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [3e986b352d03f4cd1bdd397357c0e43e00f10b5d]

        INTEGRATION: CWS formcelllinkage (1.36.6); FILE MERGED 2003/10/01 09:50:28 fs 1.36.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [def555ee3bf71439b22c27f5714ace63f71d6da4]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:50:28 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [ab0eaf2bdad8f65be4a9ad08c888c8862390bfaf]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:50:27 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [01212b4ade4e6fe7e7476a99879cd10d94bab213]

        INTEGRATION: CWS formcelllinkage (1.77.160); FILE MERGED 2003/10/01 09:50:27 fs 1.77.160.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [2b8af8c2c87905c4a4236f63fc7ea9365b041a65]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:50:26 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [45934a83ef9f12d053fc1c1c099d6e130b9ad06e]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:50:25 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [4caf4dfb8811f2520012c38137c737ee53311441]

        INTEGRATION: CWS formcelllinkage (1.58.10); FILE MERGED 2003/10/01 09:50:24 fs 1.58.10.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [04c824ff033047959b08a9aa796bc880fe929a99]

        INTEGRATION: CWS formcelllinkage (1.9.10); FILE MERGED 2003/10/01 09:50:23 fs 1.9.10.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [6661e080f819d4c74ee9a627ed352136d8b3eec0]

        INTEGRATION: CWS formcelllinkage (1.7.48); FILE MERGED 2003/10/01 09:50:23 fs 1.7.48.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [ddd9fbc2fc8e82d575e9209558b682f69873025f]

        INTEGRATION: CWS formcelllinkage (1.4.76); FILE MERGED 2003/10/01 09:50:22 fs 1.4.76.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [6d3de41081a968b6b20b3ca9f9c0442da5ce4583]

        INTEGRATION: CWS formcelllinkage (1.4.12); FILE MERGED 2003/10/01 09:50:22 fs 1.4.12.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [361d6e517b5d4ec77500e64f0165f19a0aa0646c]

        INTEGRATION: CWS formcelllinkage (1.3.76); FILE MERGED 2003/10/01 09:50:22 fs 1.3.76.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [5d67547bd9c76df5045ced925a1de9c7af8c2425]

        INTEGRATION: CWS formcelllinkage (1.30.12); FILE MERGED 2003/10/01 09:50:21 fs 1.30.12.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [116c784aaf6533a9bc53670d048dcad323087255]

        INTEGRATION: CWS formcelllinkage (1.10.10); FILE MERGED 2003/10/02 13:37:50 fs 1.10.10.1: #100000# corrected merge error

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [838572b39fb89849d928d1fabee1087507170ec8]

        INTEGRATION: CWS formcelllinkage (1.7.48); FILE MERGED 2003/10/01 09:50:20 fs 1.7.48.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [d38c6e68a5e1e2ee8776d4d68d30f3ec19d1098c]

        INTEGRATION: CWS formcelllinkage (1.4.76); FILE MERGED 2003/10/01 09:50:19 fs 1.4.76.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [1ad8f7773d94da0fe459beb1af7667bd50be4b85]

        INTEGRATION: CWS formcelllinkage (1.10.10); FILE MERGED 2003/10/01 09:50:19 fs 1.10.10.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [e64dc13c6bdddcfe9ef73166185deb484e54c4d0]

        INTEGRATION: CWS formcelllinkage (1.7.6); FILE MERGED 2003/10/01 09:50:18 fs 1.7.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [5e4f19b954f204065a73d9d142acc6351042c4c3]

        INTEGRATION: CWS formcelllinkage (1.8.10); FILE MERGED 2003/10/01 09:50:18 fs 1.8.10.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [e132c32543b0b19209b48d0c39f4c305c19f9fa7]

        INTEGRATION: CWS formcelllinkage (1.20.34); FILE MERGED 2003/10/01 09:50:18 fs 1.20.34.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [bc614866ea985e8331925dace82423f05dab8646]

        INTEGRATION: CWS formcelllinkage (1.55.8); FILE MERGED 2003/10/01 09:50:17 fs 1.55.8.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [8911c81f58d950a06448e72bed86f7e3d28a28bb]

        INTEGRATION: CWS formcelllinkage (1.18.120); FILE MERGED 2003/10/01 09:50:17 fs 1.18.120.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [452d7671da9d6377e3dc96c3876ae04039b8c71f]

        INTEGRATION: CWS formcelllinkage (1.18.36); FILE MERGED 2003/10/01 09:50:16 fs 1.18.36.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [5386f5c1b08e3b36c6e6ecf045521d42b4c94636]

        INTEGRATION: CWS formcelllinkage (1.38.160); FILE MERGED 2003/10/01 09:50:16 fs 1.38.160.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [b175aa6343e7aae83c89b97db954b8317fbfd1d1]

        INTEGRATION: CWS formcelllinkage (1.53.22); FILE MERGED 2003/10/01 09:50:14 fs 1.53.22.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [ee24ea7f6bfb02b0d80edbf1569fe2cfbe8f58f1]

        INTEGRATION: CWS formcelllinkage (1.7.268); FILE MERGED 2003/10/01 09:50:14 fs 1.7.268.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [b144a4bc7454cd0903833f4ba99124b4b9980899]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:50:13 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [9219e5f0eedac033df338fec5850107b2efb1e17]

        INTEGRATION: CWS formcelllinkage (1.68.34); FILE MERGED 2003/10/01 09:50:13 fs 1.68.34.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [d0470a763aff80027898dc092446614d7b1f9780]

        INTEGRATION: CWS formcelllinkage (1.17.262); FILE MERGED 2003/10/01 09:50:12 fs 1.17.262.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [947e3a5cf184245927019c2a814326ca2cb3fc81]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:50:12 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [b777c338479e9c8b561952290d87eb292f7b16fe]

        INTEGRATION: CWS formcelllinkage (1.14.50); FILE MERGED 2003/10/01 09:44:25 fs 1.14.50.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [4e424f0bb6b2564ad5bb50d55ed1eb78e6101585]

        INTEGRATION: CWS formcelllinkage (1.18.276); FILE MERGED 2003/10/01 09:44:24 fs 1.18.276.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [3c29dba2bceef3989684d228ce200ed429e972ad]

        INTEGRATION: CWS formcelllinkage (1.41.276); FILE MERGED 2003/10/01 09:44:24 fs 1.41.276.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [dd27cbacb9878e537ad479bc00a858ee0ff1abbc]

        INTEGRATION: CWS formcelllinkage (1.35.168); FILE MERGED 2003/10/01 09:44:23 fs 1.35.168.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [18855f0bd587706d55ee28b183cce6fc08f32594]

        INTEGRATION: CWS formcelllinkage (1.34.10); FILE MERGED 2003/10/01 09:53:09 fs 1.34.10.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [daadd7a070b453054ad47052056d970411997b71]

        INTEGRATION: CWS formcelllinkage (1.30.12); FILE MERGED 2003/10/01 09:37:06 fs 1.30.12.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [1f92062f7dd69d3360c87e296d6914fdc3bd40d5]

        INTEGRATION: CWS formcelllinkage (1.10.88); FILE MERGED 2003/10/01 09:55:24 fs 1.10.88.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [ceef4251b30d18fe1c36a3b81c2542fdc7e95b4a]

        INTEGRATION: CWS formcelllinkage (1.16.160); FILE MERGED 2003/10/01 09:55:23 fs 1.16.160.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [27dbc75bfe0a393081249ab993ab305cfb11ffc4]

        INTEGRATION: CWS formcelllinkage (1.10.160); FILE MERGED 2003/10/01 09:55:23 fs 1.10.160.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [dfd61f058bc6110443e3f86e1b2cc786c5b9c6f5]

        INTEGRATION: CWS formcelllinkage (1.17.88); FILE MERGED 2003/10/01 09:55:23 fs 1.17.88.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [6942f1299cefce99f0293f9dca619d85fb27c5de]

        INTEGRATION: CWS formcelllinkage (1.9.160); FILE MERGED 2003/10/01 09:55:22 fs 1.9.160.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [21ce582468ceab557935b24fa6f6f6b7b997744d]

        INTEGRATION: CWS formcelllinkage (1.6.190); FILE MERGED 2003/10/01 09:55:22 fs 1.6.190.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [cf23b39b8125b9a6c749ab185524074f34882e69]

        INTEGRATION: CWS formcelllinkage (1.8.188); FILE MERGED 2003/10/01 09:55:21 fs 1.8.188.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [52534d7648ba95ec7e1347d9a76d1ccd30447fbc]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:55:21 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [4677c672c300c8ec1ed51926673b162d23074af9]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:55:20 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [4d74aca9905233375509d2e4e3f5a4cce2e2ff8f]

        INTEGRATION: CWS formcelllinkage (1.6.160); FILE MERGED 2003/10/01 09:55:19 fs 1.6.160.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [926a0e5a653afab60444d968f820d582c12f20d8]

        INTEGRATION: CWS formcelllinkage (1.10.160); FILE MERGED 2003/10/01 09:55:19 fs 1.10.160.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [45b966f72c789cafc19552970e6bd3269b6bd63e]

        INTEGRATION: CWS formcelllinkage (1.19.88); FILE MERGED 2003/10/01 09:55:19 fs 1.19.88.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [e8bac0823f06b112d4dcff821a178b1660286ec5]

        INTEGRATION: CWS formcelllinkage (1.35.72); FILE MERGED 2003/10/01 09:55:18 fs 1.35.72.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [c791f519583320f84635e0b1d2a7a47a60766d91]

        INTEGRATION: CWS formcelllinkage (1.7.198); FILE MERGED 2003/10/01 09:55:18 fs 1.7.198.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [6e4e39cb79525161f59ac6a5de5fd480add04966]

        INTEGRATION: CWS formcelllinkage (1.25.72); FILE MERGED 2003/10/01 09:55:18 fs 1.25.72.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [00a19e7db410cad87bb2aa31d72cc1465121e791]

        INTEGRATION: CWS formcelllinkage (1.9.160); FILE MERGED 2003/10/01 09:55:17 fs 1.9.160.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [25e859e769c78d992c68fd7d5e8c8eae0411a99f]

        INTEGRATION: CWS formcelllinkage (1.46.14); FILE MERGED 2003/10/20 13:02:45 fs 1.46.14.2: #112711# revert incompatible change, redo it compatible 2003/10/01 09:55:16 fs 1.46.14.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [ed26b91eb6eb8e0cbad5ff5962f93c541169b990]

        INTEGRATION: CWS formcelllinkage (1.71.72); FILE MERGED 2003/10/01 09:55:16 fs 1.71.72.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [3cc45d1774f16f131ff0f1910980f2fcc9531bb4]

        INTEGRATION: CWS formcelllinkage (1.13.160); FILE MERGED 2003/10/17 14:07:45 fs 1.13.160.2: #18994# source-cell-range also form combo boxes 2003/10/02 14:03:42 fs 1.13.160.1: #18994# new attributes for linking form controls to spreadsheet cells

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [220f19dc887cb4ef579af7c03bde230b6a50af85]

        INTEGRATION: CWS formcelllinkage (1.64.16); FILE MERGED 2003/10/01 09:37:03 fs 1.64.16.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [761cfc0464cc75f050c064ff4569559e711d3de4]

        INTEGRATION: CWS formcelllinkage (1.51.16); FILE MERGED 2003/10/01 09:37:01 fs 1.51.16.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [18919f11ec056fa1c9e9860a9aafed2730d5105c]

        INTEGRATION: CWS formcelllinkage (1.47.16); FILE MERGED 2003/10/01 09:37:00 fs 1.47.16.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [a0c690688a72c99b3e79a7dcd34fb0b8c2885786]

        INTEGRATION: CWS formcelllinkage (1.2.6); FILE ADDED 2003/10/01 09:32:44 fs 1.2.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [e2b200da053eab19779944d5b032aebf49bdb3e6]

        INTEGRATION: CWS formcelllinkage (1.2.6); FILE ADDED 2003/10/01 09:32:09 fs 1.2.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [f6ae5d2872384c356f44a350224f22fa9d7bf6d3]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:32:00 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [a3a6c10559176c59fc5220d53fdc62ee31832aa4]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:31:52 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [e47c77a868751859d15e8f292f25699fd2efedfa]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:31:43 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [014173b7936edaa7773821d36c64586ae0313edb]

        INTEGRATION: CWS formcelllinkage (1.2.6); FILE ADDED 2003/10/01 09:31:26 fs 1.2.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [3f3f8d493b5b0e3f83f4e4697594261b11b30bd8]

        INTEGRATION: CWS formcelllinkage (1.1.6); FILE ADDED 2003/10/01 09:31:03 fs 1.1.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [835c1eeace20130aeea2be0ade8280b0a4681e57]

        INTEGRATION: CWS formcelllinkage (1.2.6); FILE ADDED 2003/10/01 09:30:55 fs 1.2.6.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Oliver Bolte  <obo@openoffice.org>  [0e112f6333380c2421065563482f397a6dda0217]

        INTEGRATION: CWS formcelllinkage (1.7.154); FILE MERGED 2003/10/01 09:37:00 fs 1.7.154.1: #i18994# merging the changes from the CWS fs002

2003-10-21  Björn Milcke  <bm@openoffice.org>  [dd988eb1483b03f4396da034567e1c2132f6fb76]

        In case there is no legend in isVisible() do not pop up an assertion

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [463497d4408df46341ea61d02145837023ca07cb]

        INTEGRATION: CWS qdiet01 (1.2.286); FILE MERGED 2003/09/23 15:09:52 mh 1.2.286.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [00ae458994a74c4d9ac3b4d64fdfe0eee2700153]

        INTEGRATION: CWS qdiet01 (1.4.286); FILE MERGED 2003/09/23 15:09:51 mh 1.4.286.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [788d53d6d5895cb2b70afe598887f78f49656040]

        INTEGRATION: CWS qdiet01 (1.4.158); FILE MERGED 2003/09/23 15:09:50 mh 1.4.158.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [a2992fa876dd56b2d7198968248ccd593379f01f]

        INTEGRATION: CWS qdiet01 (1.3.286); FILE MERGED 2003/09/23 15:09:49 mh 1.3.286.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c36c9d5e393b8d8aff18de3f7f958d6a7d82e86a]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE MERGED 2003/09/23 15:09:46 mh 1.1.1.1.332.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [91e21b56c5ce4a1b5507a6f374afd48d489b2490]

        INTEGRATION: CWS qdiet01 (1.2.300); FILE MERGED 2003/09/23 15:09:45 mh 1.2.300.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [86993e74ed0bd77e694cdb1620f7f35743da553c]

        INTEGRATION: CWS qdiet01 (1.3.318); FILE MERGED 2003/09/23 15:09:45 mh 1.3.318.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [00aeb5e63fe0c80c4d9180b42a9bddc7b018afdc]

        INTEGRATION: CWS qdiet01 (1.2.156); FILE MERGED 2003/09/23 15:09:44 mh 1.2.156.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ec6e959f206067af4263e1f51ea6a8bec8f93309]

        INTEGRATION: CWS qdiet01 (1.9.100); FILE MERGED 2003/09/23 15:09:44 mh 1.9.100.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [fe2f50ee15426385d1eebefd5fa38e251a509c36]

        INTEGRATION: CWS qdiet01 (1.2.100); FILE MERGED 2003/09/23 15:09:44 mh 1.2.100.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d32238dd314358ca5a706f031a15acf507ed9375]

        INTEGRATION: CWS qdiet01 (1.20.100); FILE MERGED 2003/10/10 11:38:05 mh 1.20.100.3: RESYNC: (1.20-1.21); FILE MERGED 2003/09/23 15:09:11 mh 1.20.100.2: remove old obsolete mac files, #i18390# 2003/09/23 15:08:26 mh 1.20.100.1: remove old obsolete os2 files, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [504f243d1f9e60ee8acd36973d53317d43df9f69]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 14:37:50 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18930#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [fad462df8071089ca83366e7f0d3e56fbd42c24f]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 14:37:45 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18930#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c9698789eb53f5618f9543912c743059c98bb4aa]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 14:37:39 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18930#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [bd62462567cd5ffdc82fb6221f2a73a817396141]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 15:04:16 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [fdaaef3b653e66e1af53ffdbecb788b14c9e85ab]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:53:50 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [abd9338bc9c88d950a47678cfd6ebddaaca971d2]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:51:58 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [648459dc5a230b4608f77784c3f5698725c019de]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:46:51 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [e143fdced8852e63682fc81c987d7450f93c8693]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:46:45 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [583669ed1d9dcccc1bc7d8f89183a5aaeb299b09]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:46:39 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [412662a71596378ab1947308555119e89307f759]

        INTEGRATION: CWS qdiet01 (1.2.316); FILE REMOVED 2003/09/23 11:46:33 mh 1.2.316.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [7e4254b90382da84ce21038a46de1745ec972e81]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:46:27 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c1ffadeb7b0a5445ad477f3f21c6034c2639a4cb]

        INTEGRATION: CWS qdiet01 (1.2.294); FILE REMOVED 2003/09/23 11:46:21 mh 1.2.294.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [aa3127d1cf1ee2da61240fd91dfa8a1ab55aba1d]

        INTEGRATION: CWS qdiet01 (1.2.316); FILE REMOVED 2003/09/23 11:46:15 mh 1.2.316.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [83488d94adf983678a1fa6bc765d4340f7a9f0b2]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:46:09 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [19486d02eb74f39d449d096c4e9b4742f9253246]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:46 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c98be0ff2e68923671cc96d303dce9e0442a6818]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:40 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [053933c02c25523beb8a983c46236bce77f04504]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:34 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c62b32cec57c43bd9d47aa48600829c4f5a97f94]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:28 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ede0ab57d3c2eb1c3853993ec1330c7abbc47194]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:16 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [bcb53945e521264ab655641ed0aafe6a80db8cd4]

        INTEGRATION: CWS qdiet01 (1.2.324); FILE REMOVED 2003/09/23 11:45:10 mh 1.2.324.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [170e7a456ec295f90b75890d8929cebc776fbb3f]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:45:04 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [7782ffabe4364c4ee07e8af4df29e6b6cf3d8a6b]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:39:01 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [92a62a7cbcfeca3cf14af1cc54aca904e2f81631]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:56 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [f313054da48d16c0a33d8b3c9c1087ab0a8aa5ca]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:51 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [8557305a519cba5ffadd6ab17ffcd592a80948e7]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:45 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d279a5434a75b78e9bc222792c03ca0a4251990d]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:39 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [3048054a016d0fd4885091a82fd04d4c6ee5d604]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:28 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [029defc927bb0ec682a39bff035dd3246868e79a]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:22 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [046fe8ce56c7a43fb0a9f095d0ee920e08d11962]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:17 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [5f707c4c261b6d76bb0426a5a3f85b2e174c23ec]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:12 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [90da477f189499ab8e3767ba67e0d3914838b0ac]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 11:38:06 mh 1.1.1.1.332.1: remove old obsolete os2 files #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c2ffcb074d815d6a8c1a1b0ddcbf550cf026a4d9]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 14:40:13 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18930#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [71c887ddc284d73ae9f7c1095b68429d12d9fe14]

        INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED 2003/09/23 14:40:06 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18930#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [e4ee7825e5d8441eae9a4017470d2c8ea7b3fcdf]

        INTEGRATION: CWS qdiet01 (1.2.22); FILE MERGED 2003/09/23 11:54:31 tra 1.2.22.1: #112330#removed obsolete cppumaker.mk

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [7a0a09df8c3335a6261a080594de6f8e70574b0c]

        INTEGRATION: CWS qdiet01 (1.3.22); FILE MERGED 2003/09/23 11:54:16 tra 1.3.22.1: #112330#generating cppu header files into own subdirectory, separated from filepicker header files

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c4a0dad5107004ba9dff68ee5cbc0195c86a4fcc]

        INTEGRATION: CWS qdiet01 (1.8.22); FILE MERGED 2003/09/29 08:13:44 tra 1.8.22.1: #i20297#specified return type for DeinitializeRequestContext

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c7787bbb5e2dea4f17fb5ff702b773be5a9149aa]

        INTEGRATION: CWS qdiet01 (1.2.22); FILE MERGED 2003/09/23 11:53:43 tra 1.2.22.1: #112330#removed obsolete cppumaker.mk

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [53e545362c11b5e89bd0e6b524118dc0a726439c]

        INTEGRATION: CWS qdiet01 (1.9.22); FILE MERGED 2003/09/23 11:53:12 tra 1.9.22.1: #112330#generating cppu header files into own subdirectory, separated from folderpicker header files

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [5bb0998df275a83c9e90d141de65cc8d0b474bc4]

        INTEGRATION: CWS qdiet01 (1.3.236); FILE MERGED 2003/10/09 14:48:28 mh 1.3.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [2fe5b3abc23ca2a73c8a30bf9c5a18e06742e6ff]

        INTEGRATION: CWS qdiet01 (1.15.236); FILE MERGED 2003/10/09 14:48:26 mh 1.15.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [bad7cbc558dd9ec5d15d77c2175cc00e528e23ea]

        INTEGRATION: CWS qdiet01 (1.3.236); FILE MERGED 2003/10/09 14:48:23 mh 1.3.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [389a0a66d8cbf7568afb7b8cc6329fe45b1b9c45]

        INTEGRATION: CWS qdiet01 (1.5.236); FILE MERGED 2003/10/09 14:48:19 mh 1.5.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0f4407ffe840a6f2b258b415467c77b19a3f644a]

        INTEGRATION: CWS qdiet01 (1.3.236); FILE MERGED 2003/10/09 14:48:16 mh 1.3.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0532ef8fbd8ec469c9000c947d7fa35b162fc807]

        INTEGRATION: CWS qdiet01 (1.4.236); FILE MERGED 2003/10/09 14:48:11 mh 1.4.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0b1c09e54f7ea62ef9a938dddf3f1a3154ab0da8]

        INTEGRATION: CWS qdiet01 (1.8.236); FILE MERGED 2003/10/09 14:48:09 mh 1.8.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [b48957df78cd5d181075d50114e2c7122960623f]

        INTEGRATION: CWS qdiet01 (1.6.236); FILE MERGED 2003/10/09 14:48:04 mh 1.6.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ff48ca65eed2fbf14c73ba6bf0a503efa9fc953b]

        INTEGRATION: CWS qdiet01 (1.3.236); FILE MERGED 2003/10/09 14:48:00 mh 1.3.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [f7d863f3670b0229625c39553d43f1bcf3fa599d]

        INTEGRATION: CWS qdiet01 (1.5.236); FILE MERGED 2003/10/09 14:47:57 mh 1.5.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d0606a9d9d42fa1e4ff19b3d01092e53c397fd32]

        INTEGRATION: CWS qdiet01 (1.2.236); FILE MERGED 2003/10/09 14:47:55 mh 1.2.236.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [038ffaf17c5e39a0a730160f5ac561db64c9d863]

        INTEGRATION: CWS qdiet01 (1.6.132); FILE MERGED 2003/10/09 14:47:51 mh 1.6.132.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [25a07871025ef28b2461a6f886e9bc6c05d4a26c]

        INTEGRATION: CWS qdiet01 (1.11.182); FILE MERGED 2003/10/09 14:47:48 mh 1.11.182.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [289c9994e721969a67c9505e0cb4d9cac4353be0]

        INTEGRATION: CWS qdiet01 (1.15.18); FILE MERGED 2003/08/29 09:31:24 obr 1.15.18.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [6bb45953df965bdc75eb6df8e6f888d4e8bce59f]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:10 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0ae4faa2759671707fd466b508b6e3511332953c]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:09 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0eeb2dc07949d4b0ad18bf18b0cb21f0de624af0]

        INTEGRATION: CWS qdiet01 (1.2.174); FILE REMOVED 2003/08/29 09:31:09 obr 1.2.174.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [f90ce323085d4d3c347beb5e512755926376035a]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:08 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ad8a56f82a3f36e6136d339f4bb9171160e0bfea]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:07 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [2dbf28f814c44ea3bedbb35709017f26e1254b56]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:06 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [7729080e8240cbee330d1523e0892d2950cbbdc6]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:05 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [5e7c5788451aaf5ec02f889c12b3709778bdb3f1]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:04 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [8ea47321c96d544ac6be7b8d2f2e127a27c5dc51]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:03 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [9bec56032adfeae0460fe286af5b39add3761737]

        INTEGRATION: CWS qdiet01 (1.2.176); FILE REMOVED 2003/08/29 09:31:02 obr 1.2.176.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d39b60e2c0aeb763f357625e604b02bcfff99089]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:02 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [cdc091ac3e0d8758944e1a9d6602b74b2fdd1765]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:01 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [8662f582b0b8b77c71dbf2d7316ffca99dc7375f]

        INTEGRATION: CWS qdiet01 (1.1.1.1.184); FILE REMOVED 2003/08/29 09:31:00 obr 1.1.1.1.184.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [6aa4d8d278546149fb590a8bc841b0881183b7e0]

        INTEGRATION: CWS qdiet01 (1.2.174); FILE REMOVED 2003/08/29 09:31:00 obr 1.2.174.1: #i18390# removed obsolete ports directories

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [faa0545b629dd1303a9e5c86baee663193a69ae0]

        INTEGRATION: CWS qdiet01 (1.6.78); FILE MERGED 2003/09/17 09:45:36 obr 1.6.78.1: #110999# made synchrnoization objects non copy constructable / assignable and updated documentation.

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ead503392f8585c83a60740ec75304c0c57a4305]

        INTEGRATION: CWS qdiet01 (1.9.70); FILE MERGED 2003/09/23 10:29:34 hro 1.9.70.2: #110999# Typo: Member mutex must not have the same name as the class Mutex 2003/09/17 09:45:36 obr 1.9.70.1: #110999# made synchrnoization objects non copy constructable / assignable and updated documentation.

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d22407a49053b55c92487a72ff5032cbbb5ffed6]

        INTEGRATION: CWS qdiet01 (1.5.78); FILE MERGED 2003/09/17 09:45:35 obr 1.5.78.1: #110999# made synchrnoization objects non copy constructable / assignable and updated documentation.

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [cf3f09703dc9aa884568a9c2a9b667970aeabb9b]

        INTEGRATION: CWS qdiet01 (1.28.86); FILE MERGED 2003/10/09 10:56:11 mh 1.28.86.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [9a2eefab4c482f4b28ca0dee3ff4f7f7a8a3384c]

        INTEGRATION: CWS qdiet01 (1.1.1.1.196); FILE MERGED 2003/10/09 10:53:14 mh 1.1.1.1.196.1: chg: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [a728096d6934bac0931bbca8d2444be2176043c2]

        INTEGRATION: CWS qdiet01 (1.4.160); FILE MERGED 2003/10/09 10:53:13 mh 1.4.160.1: chg: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c9dfc1c7fbd5c7b0f72676ebb27bba50f8cb336d]

        INTEGRATION: CWS qdiet01 (1.7.154); FILE MERGED 2003/10/09 10:53:13 mh 1.7.154.1: chg: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [3b8551dd278bdb8e3f1ae6513e971e6f3ba8753a]

        INTEGRATION: CWS qdiet01 (1.7.6); FILE MERGED 2003/10/16 08:54:16 mh 1.7.6.2: new readme for 680, #i21172# 2003/10/15 08:46:21 mh 1.7.6.1: prepare readme for 2.0, #i21172#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [c7258b9931d595e950d86af46b65b47508049419]

        INTEGRATION: CWS qdiet01 (1.2.366); FILE MERGED 2003/09/23 15:25:04 mh 1.2.366.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [b095ecf1f521fb38c38d92d69c2e382188ec0956]

        INTEGRATION: CWS qdiet01 (1.8.20); FILE MERGED 2003/09/19 07:10:32 obr 1.8.20.2: #i18813# removal of obsolete OFiberingServer and OQueue 2003/09/17 06:45:45 obr 1.8.20.1: #i18813# obsolete OProfile class removed

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [be7824e72493763530f14da2c9c2efeafe3af53e]

        INTEGRATION: CWS qdiet01 (1.13.56); FILE MERGED 2003/10/10 11:22:26 mh 1.13.56.2: RESYNC: (1.13-1.14); FILE MERGED 2003/09/23 10:42:07 mh 1.13.56.1: remove old os2 files from standard source tree, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [de8affcc4de232479075c93de9e64fa6801a31ed]

        INTEGRATION: CWS qdiet01 (1.1.1.1.170); FILE REMOVED 2003/09/23 10:30:10 mh 1.1.1.1.170.1: remove old os2 files from standard source tree, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [411b84ff2b40727da21eb4d4f26b713ef798fbbc]

        INTEGRATION: CWS qdiet01 (1.1.1.1.170); FILE REMOVED 2003/09/23 10:39:55 mh 1.1.1.1.170.1: remove old os2 files from standard source tree, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [955734a18cc83f437c44fbf38846620383009ea0]

        INTEGRATION: CWS qdiet01 (1.3.292); FILE MERGED 2003/10/09 10:35:34 mh 1.3.292.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [045bc5a72ab5a657a306588a755ba5a1a8de5b65]

        INTEGRATION: CWS qdiet01 (1.57.60); FILE MERGED 2003/10/09 10:15:25 mh 1.57.60.1: remove old header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [b5a2bc6f45907296b5838bcf0a6d26207da7439d]

        INTEGRATION: CWS qdiet01 (1.20.60); FILE MERGED 2003/10/09 10:15:25 mh 1.20.60.1: remove old header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [69088e9aa6cef3791a040fc9cf76c5b1829791ac]

        INTEGRATION: CWS qdiet01 (1.22.60); FILE MERGED 2003/10/09 10:15:24 mh 1.22.60.1: remove old header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [b765dfe57aac54e43c4997203852dbadb1208b77]

        INTEGRATION: CWS qdiet01 (1.15.60); FILE MERGED 2003/10/09 10:19:34 mh 1.15.60.1: remove old header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [5f61c101a22eaa54f5b15e2050c80ebd34fa2edb]

        INTEGRATION: CWS qdiet01 (1.19.60); FILE MERGED 2003/10/09 10:15:24 mh 1.19.60.1: remove old header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [3a69b7a62824e84d4cb79bb1f4d7155ba19aa1fc]

        INTEGRATION: CWS qdiet01 (1.28.60); FILE MERGED 2003/10/09 10:15:23 mh 1.28.60.1: remove old header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0537ec40d868fac20c4271924415a8d50b4ede0d]

        INTEGRATION: CWS qdiet01 (1.4.36); FILE MERGED 2003/10/09 10:33:53 mh 1.4.36.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [489977cdaaa0f434f4ea64302b8772966178deda]

        INTEGRATION: CWS qdiet01 (1.5.290); FILE MERGED 2003/10/09 10:35:32 mh 1.5.290.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [308449d5040b41d716754535bf340fc62e79a8d1]

        INTEGRATION: CWS qdiet01 (1.2.296); FILE MERGED 2003/10/09 10:19:33 mh 1.2.296.1: remove old header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [29f575de7bbd3ec51fd5576749e89cd8176818a1]

        INTEGRATION: CWS qdiet01 (1.2.162); FILE MERGED 2003/10/09 10:35:32 mh 1.2.162.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [3421a9eb93aab7b0819ea9910c14cccec938ebf4]

        INTEGRATION: CWS qdiet01 (1.3.162); FILE MERGED 2003/10/09 10:30:01 mh 1.3.162.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [b730a86a1feb79089d0aa05dd4e2dd9854f2f273]

        INTEGRATION: CWS qdiet01 (1.1.1.1.308); FILE MERGED 2003/10/09 10:30:00 mh 1.1.1.1.308.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [dbceae23e2cf6e535620fe2a4bd82c4f0e308982]

        INTEGRATION: CWS qdiet01 (1.2.162); FILE MERGED 2003/10/09 10:35:31 mh 1.2.162.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [5d10de53a0507d98df5e2509d4a92a521ed22289]

        INTEGRATION: CWS qdiet01 (1.8.290); FILE MERGED 2003/10/09 10:35:30 mh 1.8.290.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [fd20344444a8575d15d14e9d2381e282234d8508]

        INTEGRATION: CWS qdiet01 (1.10.190); FILE MERGED 2003/10/10 09:44:12 mh 1.10.190.2: RESYNC: (1.10-1.11); FILE MERGED 2003/10/09 10:25:56 mh 1.10.190.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [29357a66505ea58f0da0683875e83f782a862bba]

        INTEGRATION: CWS qdiet01 (1.1.1.1.308); FILE MERGED 2003/10/09 10:25:55 mh 1.1.1.1.308.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [15c2da46b1dc10d6e6f66f3ffc754aaa2d9e5007]

        INTEGRATION: CWS qdiet01 (1.5.270); FILE MERGED 2003/10/09 10:25:54 mh 1.5.270.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [866ac832908510a04042ab38b7eb0deafdcadb78]

        INTEGRATION: CWS qdiet01 (1.24.188); FILE MERGED 2003/10/10 09:43:51 mh 1.24.188.2: RESYNC: (1.24-1.25); FILE MERGED 2003/10/09 10:25:52 mh 1.24.188.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [46a47729bc113b0caa981c930556b2c07a0a6dbf]

        INTEGRATION: CWS qdiet01 (1.3.266); FILE MERGED 2003/10/09 10:25:51 mh 1.3.266.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [f2f013a83184ae1ecdb746bedb72826a6ced2b01]

        INTEGRATION: CWS qdiet01 (1.2.272); FILE MERGED 2003/10/09 10:25:51 mh 1.2.272.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [01720c73263bddf6dcce940f2f8e6ff666d8169b]

        INTEGRATION: CWS qdiet01 (1.1.1.1.308); FILE MERGED 2003/10/09 10:25:50 mh 1.1.1.1.308.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [9cc593910ba1ab13a2428238f3eeea1fc5d18be4]

        INTEGRATION: CWS qdiet01 (1.4.304); FILE MERGED 2003/10/09 10:25:50 mh 1.4.304.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [dce006b789d8de101750c216245baa26b656f6d5]

        INTEGRATION: CWS qdiet01 (1.6.266); FILE MERGED 2003/10/09 10:25:49 mh 1.6.266.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [6bd0a0b02cfd90c769fab11f3e307e0b224f5164]

        INTEGRATION: CWS qdiet01 (1.6.264); FILE MERGED 2003/10/09 10:25:49 mh 1.6.264.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [1747d82cbd8a4039ed1e811f0f75199ae3c615f0]

        INTEGRATION: CWS qdiet01 (1.9.264); FILE MERGED 2003/10/09 10:25:49 mh 1.9.264.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [e3c93c3d1917b30e4cc80d668dc9b089f2e43ff3]

        INTEGRATION: CWS qdiet01 (1.1.1.1.308); FILE MERGED 2003/10/09 10:25:48 mh 1.1.1.1.308.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [da2bf271642e231da11d3ef21bba4d41b9df914d]

        INTEGRATION: CWS qdiet01 (1.6.154); FILE MERGED 2003/10/09 10:25:48 mh 1.6.154.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0f8d876cde8b3348306e013a5a034137cfaa83e7]

        INTEGRATION: CWS qdiet01 (1.3.266); FILE MERGED 2003/10/09 10:25:48 mh 1.3.266.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [57adc321f9b1711cddcbbd6631107a149454b83f]

        INTEGRATION: CWS qdiet01 (1.1.1.1.308); FILE MERGED 2003/10/09 10:25:47 mh 1.1.1.1.308.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [e2d440f062899bde6d26c4f108c17e432a79a1ab]

        INTEGRATION: CWS qdiet01 (1.11.188); FILE MERGED 2003/10/10 09:47:39 mh 1.11.188.2: RESYNC: (1.11-1.12); FILE MERGED 2003/10/09 10:25:47 mh 1.11.188.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [8685ce02b5406ebe911ebb27138a24a555e58d52]

        INTEGRATION: CWS qdiet01 (1.4.154); FILE MERGED 2003/10/09 10:25:46 mh 1.4.154.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [744d2a97c8ab43d88abf74dd3a48a58bf5301de0]

        INTEGRATION: CWS qdiet01 (1.20.106); FILE MERGED 2003/10/14 08:32:01 mh 1.20.106.3: del: LIB4 2003/10/10 10:05:18 mh 1.20.106.2: RESYNC: (1.20-1.22); FILE MERGED 2003/10/02 12:15:37 mh 1.20.106.1: superflous stuff, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [7172ba2c951c2c194aba9a08dc3b445e2597b036]

        INTEGRATION: CWS qdiet01 (1.3.246); FILE MERGED 2003/10/10 12:19:42 mh 1.3.246.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0def7a93be45ca5421ecd3d22adc70caeab42142]

        INTEGRATION: CWS qdiet01 (1.3.246); FILE MERGED 2003/10/10 12:19:41 mh 1.3.246.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [a938362689dc1a9d6bb8730780344739da8c5e0b]

        INTEGRATION: CWS qdiet01 (1.4.12); FILE MERGED 2003/10/10 12:19:41 mh 1.4.12.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [baa41aab3000119e76a66a7ae6488c19b6890808]

        INTEGRATION: CWS qdiet01 (1.3.148); FILE MERGED 2003/10/10 12:19:41 mh 1.3.148.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [26ea7ec3c07bc45fcea95dd0e2deda6190823e43]

        INTEGRATION: CWS qdiet01 (1.7.12); FILE MERGED 2003/10/10 12:19:40 mh 1.7.12.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [21b79e12fac9dfb8e446f8807eab641e13c0499f]

        INTEGRATION: CWS qdiet01 (1.4.148); FILE MERGED 2003/10/10 12:19:40 mh 1.4.148.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [530d5b68b6f01de6870702536f5c3a8ccce49c29]

        INTEGRATION: CWS qdiet01 (1.6.238); FILE MERGED 2003/10/10 12:19:39 mh 1.6.238.1: correct header, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d1aec96483697a74524e76a767ede88f11d157a2]

        INTEGRATION: CWS qdiet01 (1.2.458); FILE REMOVED 2003/10/02 10:10:09 mh 1.2.458.1: remove old unused files, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d5c05836904399a11dad35093efa74abbb77d90c]

        INTEGRATION: CWS qdiet01 (1.9.254); FILE REMOVED 2003/10/02 10:09:04 mh 1.9.254.1: remove old unused files, #i18390#

2003-10-20  Björn Milcke  <bm@openoffice.org>  [82802090a4118f2dff62610c0bf2e5f13459099f]

        changePosition corrected

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [f9d88d358a74bb80217e3e3a8ae60db1a4fa81e3]

        INTEGRATION: CWS qdiet01 (1.3.42); FILE MERGED 2003/10/09 11:03:51 mh 1.3.42.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [9644a2ff2d6714273bc2a093a2b30fa5b4671e91]

        INTEGRATION: CWS qdiet01 (1.7.230); FILE MERGED 2003/10/09 11:07:04 mh 1.7.230.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [826059bb75f82cdbd2860b95378d04b806305d55]

        INTEGRATION: CWS qdiet01 (1.38.36); FILE MERGED 2003/10/13 11:16:40 mh 1.38.36.1: del: old header, i15592

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [a29b797fcb58cd042c38e5a9f06bc2d37d56f3a3]

        INTEGRATION: CWS qdiet01 (1.17.42); FILE MERGED 2003/10/09 11:10:29 mh 1.17.42.1: del: unused file, #i18390#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [705107cf48df8fa7d2d3136418f6814004c2b1c2]

        INTEGRATION: CWS qdiet01 (1.39.50); FILE MERGED 2003/10/10 10:39:48 mh 1.39.50.2: RESYNC: (1.39-1.40); FILE MERGED 2003/09/23 15:38:56 mh 1.39.50.1: exchange header templates, #i19939#

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [31795348a5215c6ffc3491c471d063deb14d03a8]

        INTEGRATION: CWS sdk08 (1.62.52); FILE MERGED 2003/10/07 07:50:29 jsc 1.62.52.2: RESYNC: (1.62-1.64); FILE MERGED 2003/09/18 14:20:44 jsc 1.62.52.1: #112286# use new reference type library and enabe type check for OO build

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [cbb9639340c8a7ab881606db4fe6616f0c46793b]

        INTEGRATION: CWS sdk08 (1.1.258); FILE MERGED 2003/10/10 11:44:36 jsc 1.1.258.1: #112286# insert maybevoid attribute, was documented but not specified as property attribute, is compatible

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [88a99bb66ebe092b9929cca26c14da8d0bdb54d6]

        INTEGRATION: CWS sdk08 (1.21.68); FILE MERGED 2003/10/02 14:08:24 jsc 1.21.68.1: #111213# correct typo

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [4080379175056d51a16e201c6fed618b5d9c80e7]

        INTEGRATION: CWS sdk08 (1.4.148); FILE MERGED 2003/10/08 09:46:41 jsc 1.4.148.1: #112581# change include order versus module definition

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [96d9234eb0cc01bbadef026f08b07d6e1e3e75d3]

        INTEGRATION: CWS sdk08 (1.4.148); FILE MERGED 2003/10/08 09:46:40 jsc 1.4.148.1: #112581# change include order versus module definition

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [3567852f6e54fe692c6d64d0d55710c72ca07315]

        INTEGRATION: CWS sdk08 (1.2.230); FILE MERGED 2003/10/08 09:46:40 jsc 1.2.230.1: #112581# change include order versus module definition

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [23c7bef2db6c4852a9df7ca6264dbbe328172123]

        INTEGRATION: CWS sdk08 (1.2.230); FILE MERGED 2003/10/08 09:46:39 jsc 1.2.230.1: #112581# change include order versus module definition

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [63f7251d68d9d57b45eb49ddfca0ed827a1c4ba8]

        INTEGRATION: CWS sdk08 (1.14.70); FILE MERGED 2003/10/08 11:08:50 jsc 1.14.70.1: #112581# remove optional property, exists as non optional at parent service

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [75ff93ae0e5ac6688f17113f9006a84fb557e23e]

        INTEGRATION: CWS sdk08 (1.4.2); FILE MERGED 2003/10/08 14:35:06 jsc 1.4.2.1: #110082# adopt copy rule for configureWindows.bat

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [cc086e9d1d5bbf561dcf75e60b8b57beea0bd4b5]

        INTEGRATION: CWS sdk08 (1.4.2); FILE MERGED 2003/09/29 15:09:19 jsc 1.4.2.2: #110913# adopt check of ConverterServlet example 2003/09/19 13:40:02 jsc 1.4.2.1: #110082# renamed configure file for windows

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [9d9c42b62e9d7200e11f5d306ceda735c8b115ef]

        INTEGRATION: CWS sdk08 (1.23.36); FILE MERGED 2003/09/17 12:01:17 jsc 1.23.36.1: #i16626# remove oosupport, currently not supported -> must not be build

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [fc11fe272d8d308dd31ec4b3a255b74a6915e6ca]

        INTEGRATION: CWS sdk08 (1.63.2); FILE MERGED 2003/09/29 14:52:44 jsc 1.63.2.2: #112491# remove prot_uno_uno library 2003/09/19 13:38:29 jsc 1.63.2.1: #110082# renamed configure file for windows

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [dfcd4ccac4bfa310a5a92d9cfdedbd8bbff19d5e]

        INTEGRATION: CWS sdk08 (1.7.30); FILE MERGED 2003/10/10 16:27:04 jsc 1.7.30.2: #110287# adopt date string to US language format 2003/10/08 14:31:12 jsc 1.7.30.1: #110287# change language for date fields

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [7aad071de0bc0cb1b25a795c359d5a11bd0fa6e7]

        INTEGRATION: CWS sdk08 (1.2.30); FILE MERGED 2003/09/10 15:42:50 jsc 1.2.30.1: #100871# updated and use of correct helper

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [6cccffc874626fec0958d1baeaa19877da3d5cc2]

        INTEGRATION: CWS sdk08 (1.15.24); FILE MERGED 2003/09/10 15:42:49 jsc 1.15.24.1: #100871# updated and use of correct helper

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [af97daa0d8568be45c1c2e44c9a342648d8f5423]

        INTEGRATION: CWS sdk08 (1.1.2); FILE ADDED 2003/09/10 15:46:44 jsc 1.1.2.2: #100871# updated 2003/09/10 15:40:03 jsc 1.1.2.1: new

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ba4197951d915f2a21dda6a1d2a712998e9d1b09]

        INTEGRATION: CWS sdk08 (1.1.2); FILE ADDED 2003/09/29 14:56:00 jsc 1.1.2.1: #110913# new, used in WAR file

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [b8f7e72ef406d615b6e77a7a707d3ece55cae280]

        INTEGRATION: CWS sdk08 (1.3.58); FILE MERGED 2003/09/29 14:55:24 jsc 1.3.58.1: #110913# create and use WAR file

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [879b4d8f4b04ee63b86d11797437d2d58e8b4217]

        INTEGRATION: CWS sdk08 (1.11.30); FILE MERGED 2003/09/29 14:55:23 jsc 1.11.30.1: #110913# create and use WAR file

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [e1de8c35b5d7c4e8741cf92bf802dad46cd9b844]

        INTEGRATION: CWS sdk08 (1.6.30); FILE MERGED 2003/09/29 14:55:23 jsc 1.6.30.1: #110913# create and use WAR file

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [50976fbe9041c63c360598b29b950909514b81db]

        INTEGRATION: CWS sdk08 (1.1.102); FILE MERGED 2003/09/29 14:55:23 jsc 1.1.102.1: #110913# create and use WAR file

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [70eb2672e5bdb6885bc8043071191e90c72117d6]

        INTEGRATION: CWS sdk08 (1.3.2); FILE MERGED 2003/09/29 15:08:30 jsc 1.3.2.2: #110913# copy examples/java/ConverterServlet/web.xml 2003/09/10 15:37:34 jsc 1.3.2.1: #100871# insert new files for Inspector example

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [10235fd55b9eacfc7e4ddb7a560465b00dc8d8bb]

        INTEGRATION: CWS sdk08 (1.3.30); FILE MERGED 2003/09/10 11:49:22 jsc 1.3.30.1: #110939# remove semicolons

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [b0c62bf71a576e97268c4de147ced26c2c4640dc]

        INTEGRATION: CWS sdk08 (1.13.30); FILE MERGED 2003/09/09 08:12:09 jsc 1.13.30.1: #111665# remove brackets in docu for pkgchk -l option

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [b8774aa2776c400ef019d10d5d602afb20de3e6d]

        INTEGRATION: CWS sdk08 (1.16.30); FILE MERGED 2003/10/16 13:56:21 jsc 1.16.30.2: #112579# change staroffice version number 2003/09/19 13:51:26 jsc 1.16.30.1: #110082# renamed configure file for windows

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [9df5fb9b0f4587f7b12ce04e5fc686760132b5c2]

        INTEGRATION: CWS sdk08 (1.5.2); FILE MERGED 2003/10/16 13:15:39 jsc 1.5.2.2: #110082# change string setsdkenv_windows.bat to setsdkenv_unix 2003/09/19 14:01:08 jsc 1.5.2.1: #110082# adopt output

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d2918adf94e3a41c7e385094a059fc2cce6e4bf9]

        INTEGRATION: CWS sdk08 (1.17.20); FILE MERGED 2003/10/02 16:02:14 jsc 1.17.20.1: #106565# generate temp files always, rename complete files

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [fbe548687214756fa93f01f343bdf399eebdcf5c]

        INTEGRATION: CWS sdk08 (1.6.40); FILE MERGED 2003/10/02 16:02:14 jsc 1.6.40.1: #106565# generate temp files always, rename complete files

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [6fe8ad01a1260f6daf7b91f2bb7b09af74464363]

        INTEGRATION: CWS sdk08 (1.2.76); FILE MERGED 2003/10/02 16:02:12 jsc 1.2.76.1: #106565# generate temp files always, rename complete files

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d96d013f5c7d503bebd8d2c9133b2f2f2f42857a]

        INTEGRATION: CWS sdk08 (1.22.20); FILE MERGED 2003/10/02 16:02:11 jsc 1.22.20.2: #106565# generate temp files always, rename complete files 2003/09/17 11:47:36 jsc 1.22.20.1: #108849# change identifer names for member constructors

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [d1982890f344ff1cb30b39129e76813d72354bdd]

        INTEGRATION: CWS sdk08 (1.17.20); FILE MERGED 2003/10/02 16:02:10 jsc 1.17.20.2: #106565# generate temp files always, rename complete files 2003/09/17 11:47:35 jsc 1.17.20.1: #108849# change identifer names for member constructors

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [4c3e58db87ee90489268df854111c0e1c03a84cd]

        INTEGRATION: CWS sdk08 (1.5.64); FILE MERGED 2003/10/02 16:02:08 jsc 1.5.64.2: #106565# generate temp files always, rename complete files 2003/09/17 11:47:34 jsc 1.5.64.1: #108849# change identifer names for member constructors

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [756b88f757c45816ac2c59ccd96c59be5df3ee87]

        INTEGRATION: CWS sdk08 (1.1.74); FILE MERGED 2003/09/16 13:26:57 jsc 1.1.74.1: #111025# correct identifiers

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [93b178688e8a8b1bc2b4ca471dcd31bbeca49828]

        INTEGRATION: CWS sdk08 (1.1.2); FILE ADDED 2003/09/16 13:27:24 jsc 1.1.2.1: #111025# new

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [1d451688f5faa99cb200179e0cf2eea3e62b0395]

        INTEGRATION: CWS sdk08 (1.8.18); FILE MERGED 2003/09/16 13:43:46 jsc 1.8.18.1: #111025# support UNO naming convention

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [ac188e6761651829ef73864b7561ec8d6cdf0ea0]

        INTEGRATION: CWS sdk08 (1.3.24); FILE MERGED 2003/09/16 13:43:45 jsc 1.3.24.1: #111025# support UNO naming convention

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [014a732dbcc485dedb473aaf91c5cd583a2037d3]

        INTEGRATION: CWS sdk08 (1.7.24); FILE MERGED 2003/09/16 13:42:42 jsc 1.7.24.1: #111025# warning support

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [7ce4fbc8745900512288ebd162f468812034cff2]

        INTEGRATION: CWS sdk08 (1.7.24); FILE MERGED 2003/09/16 13:43:45 jsc 1.7.24.1: #111025# support UNO naming convention

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [9375f6141272f5889ff603d248be37f8d1a4fc0d]

        INTEGRATION: CWS sdk08 (1.6.42); FILE MERGED 2003/09/16 13:42:42 jsc 1.6.42.1: #111025# warning support

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [0f99fe2bd2c60791f8c9702098ecfaee6ab96db1]

        INTEGRATION: CWS sdk08 (1.2.70); FILE MERGED 2003/09/16 13:42:41 jsc 1.2.70.1: #111025# warning support

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [7ba05d25bbc722dde754450c74faadd56535715a]

        INTEGRATION: CWS sdk08 (1.3.24); FILE MERGED 2003/09/16 13:42:41 jsc 1.3.24.1: #111025# warning support

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [4af7c70394fb6b9b545fc0ed831ebc0f6eddd559]

        INTEGRATION: CWS sdk08 (1.1.74); FILE MERGED 2003/09/16 13:43:45 jsc 1.1.74.1: #111025# support UNO naming convention

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [83d958709fbec9c92d8da9fabb41c21fb0c1adbf]

        INTEGRATION: CWS sdk08 (1.2.66); FILE MERGED 2003/09/16 13:41:10 jsc 1.2.66.1: #111025# warning support

2003-10-20  Oliver Bolte  <obo@openoffice.org>  [6c07e8f3694f6827715d66ea382bcb7bf540b888]

        INTEGRATION: CWS sdk08 (1.1.74); FILE MERGED 2003/09/16 13:41:10 jsc 1.1.74.1: #111025# warning support

2003-10-20  Björn Milcke  <bm@openoffice.org>  [d8e4bf948b25d386d0c8876928e17b57a040f3b6]

        positioning concept applied to legend

2003-10-17  Björn Milcke  <bm@openoffice.org>  [76d6ff2a3f81dd776c53cf7086fad1b4de7a7db6]

        warnings removed (Linux)

2003-10-17  Björn Milcke  <bm@openoffice.org>  [0b1a461ca52124d962ea9fdd3d0f9f3eb90b4852]

        PropertyMapper::setMultiProperties: take a property set rahter than a shape as param

2003-10-17  Björn Milcke  <bm@openoffice.org>  [af5cf5516b1b21a536b49649777cc3b1e28490e7]

        render PageBackground as shape, the page is not accessible

2003-10-17  Björn Milcke  <bm@openoffice.org>  [4445548e88148630ea09606957de2cb3134a95bb]

        dispose, page background

2003-10-17  Björn Milcke  <bm@openoffice.org>  [f2d93a6317f38ba8f7b93d5f6275f26f51b3da16]

        +Area test

2003-10-17  Björn Milcke  <bm@openoffice.org>  [5ebf05216f0e00a6db292d4078b9d052c2346eae]

        model representation of the former ChartArea

2003-10-17  Björn Milcke  <bm@openoffice.org>  [12ed03413f9ad2e124e3f1e62be79fa27dcbde56]

        +PageBackground

2003-10-17  Björn Milcke  <bm@openoffice.org>  [4ae7a3fe1111c676980ba6cf668bb020c2dd22c1]

         catch exceptions when properties are not found

2003-10-17  Björn Milcke  <bm@openoffice.org>  [78bc899c6f16b8af5dad799be9c9d1c4ab3c57da]

        +page

2003-10-17  Björn Milcke  <bm@openoffice.org>  [a68fb442bfb9665678e67a4a12d4d8ce577a2821]

        -OSL_TRACE

2003-10-17  Thorsten Behrens  <thb@openoffice.org>  [b93d27893845ebddcad1af22dbbba0df3741581b]

        #110496# Make this compile under Windows again, outlined various inlines (mostly to prevent exposure of source/inc/ftools.hxx)

2003-10-17  Duncan Foster  <dfoster@openoffice.org>  [1ef37ae3e812cd0d5ab2ec65dd823532e8518b3a]

        #i21260# - use vnd.sun.star.script as scripting framework protocol

2003-10-17  Duncan Foster  <dfoster@openoffice.org>  [34cf06f6493deb58b7a1ba382d95fed6bd4b688e]

        #i19258# - implement prototype java script selector, add ability to invoke Basic IDE

2003-10-16  Kurt Zenker  <kz@openoffice.org>  [a673bb00638414c2b5602332d424d5bae447db94]

        new version for SRC680

2003-10-16  Armin Weiss  <aw@openoffice.org>  [c02ce4fc4b5ef51a2fa004a07a21ba360dc5e9be]

        First necessary changes for fixing the OLE problems

2003-10-16  Oliver Bolte  <obo@openoffice.org>  [401ec0f9dfcb023829b761fb8843eedb0d6bac7a]

        #100000# wntmsci10 compiler switch missing

2003-10-16  Björn Milcke  <bm@openoffice.org>  [0571503b747733bc35037d7c9d7ba10b6be8163f]

        enable Format/Legend menu

2003-10-16  Björn Milcke  <bm@openoffice.org>  [8446c6dc6fd2ef08ffb303cd9474e7d3ecc8c96e]

        enable Insert/Legend menu

2003-10-16  Björn Milcke  <bm@openoffice.org>  [b7d3c9f3a2a2e384fa0efc806800a2e4a763c635]

        Model-Legend: +Property "Show" to determine whether it is shown or not.

2003-10-16  Björn Milcke  <bm@openoffice.org>  [92476b32490777d6806b8b7c9b45a53f47c910a2]

        using utl::OEventListenerAdapter in ChartDocumentWrapper => +UNOTOOLSLIB

2003-10-16  Daniel Vogelheim  <dvo@openoffice.org>  [d524903492288890b7dea530c471a56ded333b4c]

        #112673# change library name to hwp.dll/libhwp.so

2003-10-16  Björn Milcke  <bm@openoffice.org>  [26b22d47eb2504827a3157e74b3a95558714baba]

        redundant comments removed

2003-10-16  Björn Milcke  <bm@openoffice.org>  [8d32f42e65fe1ec2aebf28f53921fda1d3a265cd]

        closing enabled again

2003-10-16  Björn Milcke  <bm@openoffice.org>  [0e5370e7d74b4bac709d9c1b559b6f448064e8e4]

        allow legend entries with more than one line

2003-10-15  Rüdiger Timm  <rt@openoffice.org>  [5c9439db6ed92563b5a4feb5ece04cd6d6e0da44]

        new version for SRC680

2003-10-15  Rüdiger Timm  <rt@openoffice.org>  [a8bd4cc28bd810bbc7f50bf7a425b6cbb4d72034]

        new version for SRC680

2003-10-15  Tomas O'Connor  <toconnor@openoffice.org>  [8adddd008908ddb49d80f63279b7f475f0035d21]

        #i19258# - add java script selector prototype, add edit functionality

2003-10-15  Tomas O'Connor  <toconnor@openoffice.org>  [35644b06ea95a418518ceb722da80c0b3aa7842d]

        #i19258# - implement java script selector prototype, add edit functionality

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [4a24c56ae594ad1b980648d9421663d0e5d1fb1a]

        new version for SRC680

2003-10-15  Björn Milcke  <bm@openoffice.org>  [7b8d041c2e7dec28ca38b0ed26b88fa6a6187fbd]

        calling close() causes an error: Investigate!

2003-10-15  Björn Milcke  <bm@openoffice.org>  [f80d44892621d669c6c04d199b57069f9a602c96]

        +test for legend

2003-10-15  Björn Milcke  <bm@openoffice.org>  [5893e7ca2f2dfa01a5361a14bb84a2830cc23d3f]

        balanced LegendExpansion possible

2003-10-15  Noel Power  <npower@openoffice.org>  [79a1987113789d7d8e2ead02ce9c22351cf15398]

        #i21260# Change use of script:// protocol to new vnd.sun.star.script://....

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [ece38ba48517594da7f9a46ecf8e12d4c683455a]

        SRC680

2003-10-15  Daniel Vogelheim  <dvo@openoffice.org>  [16cba77220efab8204eeecb49ccd3ec033efca38]

        #112673# initial checkin of HWP filter

2003-10-15  Daniel Vogelheim  <dvo@openoffice.org>  [20140e177b2d50b0fe388a729a13a66c574b119c]

        #112673# initial checkin of HWP filter

2003-10-15  Björn Milcke  <bm@openoffice.org>  [c379a3c96c14a29ce80d2e0c33f6e256493e191f]

        Multicolumn-Legend.  Readability improved

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [f9acf292dc8bf805259918680eebf4c74c684ee0]

        INTEGRATION: CWS extleading (1.1.2); FILE ADDED 2003/10/01 13:42:14 pb 1.1.2.1: fix: #112516# configuration of compatibility page

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [e92b84e099bbb80124cc291d8c7c5bbc05e0c354]

        INTEGRATION: CWS extleading (1.12.124); FILE MERGED 2003/10/01 13:41:42 pb 1.12.124.1: fix: #112516# add compatibility.xcs

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [3c0a472f79c524e7538a79d2a2c234ad3ac4662b]

        INTEGRATION: CWS extleading (1.41.86); FILE MERGED 2003/10/02 09:39:30 fme 1.41.86.2: RESYNC: (1.41-1.42); FILE MERGED 2003/10/01 14:19:47 pb 1.41.86.1: fix: #112516# add compatibility.cxx

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [41d4086519402c50b6944d66637fb3871dc63874]

        INTEGRATION: CWS extleading (1.1.2); FILE ADDED 2003/10/01 14:19:03 pb 1.1.2.1: fix: #112516# configuration of compatibility page

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [8c0a049e63792364b46a71e3a5889bf72f5c83a2]

        INTEGRATION: CWS extleading (1.104.40); FILE MERGED 2003/10/02 09:40:22 fme 1.104.40.2: RESYNC: (1.104-1.106); FILE MERGED 2003/10/01 14:17:54 pb 1.104.40.1: fix: #112516# add compatibility.hxx

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [8e540ac5d7f623ad24426f117060a6f1320224c4]

        INTEGRATION: CWS extleading (1.10.110); FILE MERGED 2003/07/07 07:28:49 fme 1.10.110.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [155ca4d63ca5ac01c46b001adb612957556d35d6]

        INTEGRATION: CWS extleading (1.4.104); FILE MERGED 2003/07/15 17:32:13 dvo 1.4.104.1: #110641# AddExternalLeading document setting

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [99faf421ce0fc0f8f28db97e471adb81bf98e77d]

        INTEGRATION: CWS extleading (1.4.84); FILE MERGED 2003/07/22 16:14:12 dvo 1.4.84.1: #110641# change PrinterIndependentLayout to accept three   values: disabled, lo-res, hi-res

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [ae5b40e74e7e8023124ff1e93ffe1c2aacea44c4]

        INTEGRATION: CWS extleading (1.47.14); FILE MERGED 2003/08/08 09:48:34 fme 1.47.14.6: RESYNC: (1.47-1.48); FILE MERGED 2003/07/23 10:37:24 fme 1.47.14.5: #110641# Feature - External leading 2003/07/23 09:18:06 fme 1.47.14.4: #110641# Feature - External Leading 2003/07/21 08:49:56 fme 1.47.14.3: #110641# Feature - External Leading 2003/07/16 09:53:03 hdu 1.47.14.2: #110641# add external leading to W98 platform 2003/07/04 14:25:03 hdu 1.47.14.1: #110641# export ExternalLeading value from W32 fonts

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [60f8e71029b46474fabc1747a9bf7aaa4e9a84ee]

        INTEGRATION: CWS extleading (1.29.42); FILE MERGED 2003/07/04 14:24:23 hdu 1.29.42.1: #110641# zero ExternalLeading value for X11 fonts

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [a62249b9fa080b0632ff8d4b1c2efa1eeb2ac2b7]

        INTEGRATION: CWS extleading (1.104.38); FILE MERGED 2003/10/02 08:55:39 fme 1.104.38.3: RESYNC: (1.105-1.107); FILE MERGED 2003/08/08 09:50:22 fme 1.104.38.2: RESYNC: (1.104-1.105); FILE MERGED 2003/07/04 14:23:47 hdu 1.104.38.1: #110641# init ExternalLeading member

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [6ff457ccacf78ccb47f8836d049265b64d0bf537]

        INTEGRATION: CWS extleading (1.11.216); FILE MERGED 2003/07/04 14:22:13 hdu 1.11.216.1: #110641# export ExternalLeading value from vdev fonts

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [5003c62300ebe222c30646bfc8cb60a4820b74a3]

        INTEGRATION: CWS extleading (1.92.24); FILE MERGED 2003/08/08 09:55:57 fme 1.92.24.3: RESYNC: (1.92-1.98); FILE MERGED 2003/07/23 10:37:52 fme 1.92.24.2: #110641# Feature - External leading 2003/07/04 14:21:51 hdu 1.92.24.1: #110641# export ExternalLeading value from ftyp fonts

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [0b4518f561404fa04c0db9ec39b17831ffd24cb9]

        INTEGRATION: CWS extleading (1.9.68); FILE MERGED 2003/09/15 08:12:47 fme 1.9.68.2: #i14805# Added virtual device mode REFDEV_MODE96 2003/07/21 08:51:36 fme 1.9.68.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [a367f815b1e02fcaa0dd2a0a78cec35301401684]

        INTEGRATION: CWS extleading (1.53.24); FILE MERGED 2003/10/02 09:02:11 fme 1.53.24.3: RESYNC: (1.55-1.57); FILE MERGED 2003/08/08 09:57:16 fme 1.53.24.2: RESYNC: (1.53-1.55); FILE MERGED 2003/07/04 14:20:59 hdu 1.53.24.1: #110641# zero ExternalLeading value for builtin fonts

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [e6fb4fbdf68c69aef6d3c27865773d7d2295306c]

        INTEGRATION: CWS extleading (1.151.14); FILE MERGED 2003/10/02 09:01:33 fme 1.151.14.3: RESYNC: (1.155-1.156); FILE MERGED 2003/08/08 09:57:05 fme 1.151.14.2: RESYNC: (1.151-1.155); FILE MERGED 2003/07/04 14:19:38 hdu 1.151.14.1: #110641# use new ExternalLeading member

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [4bafa00301c103bc0af4e7bbb41bceefb447a832]

        INTEGRATION: CWS extleading (1.7.212); FILE MERGED 2003/07/04 14:18:52 hdu 1.7.212.1: #110641# manage new ExternalLeading member

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [64c3c78e51e3e0e4e7368fd5c308f002deec04b7]

        INTEGRATION: CWS extleading (1.27.38); FILE MERGED 2003/10/06 12:48:50 fme 1.27.38.5: #110641# Resync Extleading 2003/10/02 08:03:01 fme 1.27.38.4: RESYNC: (1.27-1.28); FILE MERGED 2003/07/24 07:18:50 fme 1.27.38.3: #110641# Feature - External Leading 2003/07/22 16:22:39 dvo 1.27.38.2: #110641# change PrinterIndependentLayout to accept three   values: disabled, lo-res, hi-res 2003/07/15 14:38:38 dvo 1.27.38.1: #110641# add AddExternalLeading to document settings

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [0040fa72bd69dcd83c06d8b3219ceb2e10a9ef14]

        INTEGRATION: CWS extleading (1.1.2); FILE ADDED 2003/10/01 14:27:19 pb 1.1.2.1: fix: #112516# compatibility page

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [96c1ad36c357307937461b78083eba7d07ba1228]

        INTEGRATION: CWS extleading (1.16.92); FILE MERGED 2003/10/01 14:30:04 pb 1.16.92.3: fix: #112516# move compatibility flags to its own page 2003/07/24 11:39:40 fme 1.16.92.2: #110641# Feature - High resolution virtual device 2003/07/21 08:14:12 fme 1.16.92.1: #110641# New flag for new high resolution virtual device

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [5311cc128f834c91d26633fb1fd015880c0d543c]

        INTEGRATION: CWS extleading (1.1.2); FILE ADDED 2003/10/07 09:50:07 pb 1.1.2.2: fix: #112516# new text from user exp. team 2003/10/01 14:28:50 pb 1.1.2.1: fix: #112516# compatibility page

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [a6b4c0e211a96fa8a2cfc255bff0a7c5daac183a]

        INTEGRATION: CWS extleading (1.1.2); FILE ADDED 2003/10/07 09:50:43 pb 1.1.2.2: fix: #112516# id for high resolution string removed 2003/10/01 14:28:49 pb 1.1.2.1: fix: #112516# compatibility page

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [cbc321b0069927cb6b16a4b2eabfc6edaf49e947]

        INTEGRATION: CWS extleading (1.1.2); FILE ADDED 2003/10/07 09:51:07 pb 1.1.2.3: fix: #112516# high resolution flag removed 2003/10/06 12:22:20 fme 1.1.2.2: #110641# Resync needs SfxFactoryFilterContainer -> SfxFilterContainer 2003/10/01 14:28:51 pb 1.1.2.1: fix: #112516# compatibility page

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [c299c75a7ffd2a13d877ff5ffab004972e323c77]

        INTEGRATION: CWS extleading (1.7.92); FILE MERGED 2003/10/02 08:18:25 fme 1.7.92.2: RESYNC: (1.7-1.8); FILE MERGED 2003/10/01 14:30:45 pb 1.7.92.1: fix: #112516# optcomp.* added

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [9960cabe99adfd98fa14efe313bb9da04fff9e5e]

        INTEGRATION: CWS extleading (1.10.56); FILE MERGED 2003/10/02 08:18:33 fme 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED 2003/07/07 06:36:39 fme 1.10.56.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [8a37f8a1f91c2c25ffa6f8431574402c9347589a]

        INTEGRATION: CWS extleading (1.21.92); FILE MERGED 2003/10/01 14:28:22 pb 1.21.92.1: fix: #112516# compatibility page added

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [06a9ee1ca96c6228af337fb84176c97b7fab0170]

        INTEGRATION: CWS extleading (1.68.86); FILE MERGED 2003/07/24 16:04:59 dvo 1.68.86.2: #110641# the PrinterIndependentLayout flag should not be considered a user-setting 2003/07/15 14:36:07 dvo 1.68.86.1: #110641# AddExternalLeading XML default is false

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [56e45bbca58258ff0875070ad82758f50225c317]

        INTEGRATION: CWS extleading (1.111.34); FILE MERGED 2003/10/02 08:27:45 fme 1.111.34.5: RESYNC: (1.114-1.118); FILE MERGED 2003/08/08 08:36:49 fme 1.111.34.4: RESYNC: (1.111-1.114); FILE MERGED 2003/07/24 11:39:16 fme 1.111.34.3: #110641# Feature - High resolution virtual device 2003/07/21 08:13:17 fme 1.111.34.2: #110641# New flag for new high resolution virtual device 2003/07/10 14:53:34 fme 1.111.34.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [48d803a183a321733974435adda53a546ab1ab4e]

        INTEGRATION: CWS extleading (1.55.44); FILE MERGED 2003/10/02 08:25:52 fme 1.55.44.3: RESYNC: (1.55-1.57); FILE MERGED 2003/07/21 08:12:46 fme 1.55.44.2: #110641# New flag for new high resolution virtual device 2003/07/10 14:53:34 fme 1.55.44.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [cc5849d10b589694f9a86d76f7752f1d33b27742]

        INTEGRATION: CWS extleading (1.16.92); FILE MERGED 2003/10/02 08:31:46 fme 1.16.92.2: RESYNC: (1.16-1.17); FILE MERGED 2003/07/21 08:11:58 fme 1.16.92.1: #110641# New flag for new high resolution virtual device

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [6d35b2cae01e2bc95a88d8602b45ffccbf13a760]

        INTEGRATION: CWS extleading (1.28.44); FILE MERGED 2003/10/02 08:31:19 fme 1.28.44.3: RESYNC: (1.28-1.30); FILE MERGED 2003/07/24 11:38:55 fme 1.28.44.2: #110641# Feature - High resolution virtual device 2003/07/21 08:10:59 fme 1.28.44.1: #110641# New flag for new high resolution virtual device

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [8c16d241400574df6000a782b8445cd07e649105]

        INTEGRATION: CWS extleading (1.38.36); FILE MERGED 2003/10/02 08:33:23 fme 1.38.36.7: RESYNC: (1.38-1.39); FILE MERGED 2003/07/24 11:38:24 fme 1.38.36.6: #110641# Feature - High resolution virtual device 2003/07/21 08:09:56 fme 1.38.36.5: #110641# New flag for new high resolution virtual device 2003/07/14 08:05:01 fme 1.38.36.4: #110641# Feature - External Leading 2003/07/14 07:57:58 fme 1.38.36.3: #110641# Feature - External Leading - Invalidation function added 2003/07/10 14:52:24 fme 1.38.36.2: #110641# Feature - External Leading 2003/07/08 11:43:12 fme 1.38.36.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [3c4eb37b1a2d066c4a5c64adb81c9a3b63a1c705]

        INTEGRATION: CWS extleading (1.44.92); FILE MERGED 2003/07/04 14:03:37 fme 1.44.92.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [9d5c904c33c6b38070f3facb7048438d43646cbf]

        INTEGRATION: CWS extleading (1.16.38); FILE MERGED 2003/07/04 14:03:36 fme 1.16.38.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [19f3e5bf11b6dca843c31d796a58aab1936f3d52]

        INTEGRATION: CWS extleading (1.73.14); FILE MERGED 2003/07/21 08:08:10 fme 1.73.14.6: #110641# New flag for new high resolution virtual device 2003/07/14 07:58:33 fme 1.73.14.5: #110641# Feature - External Leading 2003/07/10 14:51:49 fme 1.73.14.4: #110641# Feature - External Leading 2003/07/08 11:42:53 fme 1.73.14.3: #110641# Feature - External Leading 2003/07/07 07:32:29 fme 1.73.14.2: #110641# Feature - External leading 2003/07/04 14:03:35 fme 1.73.14.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [c0298c8571fe404dfed258eef42f35d379a871b3]

        INTEGRATION: CWS extleading (1.4.278); FILE MERGED 2003/07/04 14:03:05 fme 1.4.278.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [90c5f2d0b2c13575390c802925054f5d225e18b8]

        INTEGRATION: CWS extleading (1.7.92); FILE MERGED 2003/07/04 14:03:04 fme 1.7.92.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [d5f9197c27b47f95d4d7e4277bf9edb411536d80]

        INTEGRATION: CWS extleading (1.32.92); FILE MERGED 2003/07/04 14:03:03 fme 1.32.92.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [021fd19d6871b536cf84559d86e3e53203fa46c9]

        INTEGRATION: CWS extleading (1.63.12); FILE MERGED 2003/10/02 08:37:09 fme 1.63.12.2: RESYNC: (1.63-1.64); FILE MERGED 2003/07/04 14:03:02 fme 1.63.12.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [076f9bf05d095f3deac3423add9c33f92293eb38]

        INTEGRATION: CWS extleading (1.7.56); FILE MERGED 2003/07/04 14:03:00 fme 1.7.56.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [849b8a5cbcbd797565df702b0f747a3f1f7c9963]

        INTEGRATION: CWS extleading (1.35.54); FILE MERGED 2003/08/08 08:42:50 fme 1.35.54.2: RESYNC: (1.35-1.36); FILE MERGED 2003/07/04 14:03:01 fme 1.35.54.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [c54c858996d533de6b44f8438e4d807649f95a34]

        INTEGRATION: CWS extleading (1.17.92); FILE MERGED 2003/10/02 08:36:57 fme 1.17.92.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/04 14:02:59 fme 1.17.92.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [6dfc77c2c7941fab0b7a0665e028ee53294052fc]

        INTEGRATION: CWS extleading (1.12.266); FILE MERGED 2003/07/04 14:02:58 fme 1.12.266.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [6c6a687b961d2b483276dfa2b24b812cca6a5ffb]

        INTEGRATION: CWS extleading (1.31.92); FILE MERGED 2003/07/04 14:04:32 fme 1.31.92.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [738fd507254041022054a65c06a7c7585106706e]

        INTEGRATION: CWS extleading (1.40.88); FILE MERGED 2003/07/04 14:02:57 fme 1.40.88.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [ea5f99a7c13301eb4eb9d8d9b30cc41eea07cf05]

        INTEGRATION: CWS extleading (1.8.266); FILE MERGED 2003/07/04 14:02:55 fme 1.8.266.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [dfce554e93666600c8c8de829571dfd8ebf1b2fe]

        INTEGRATION: CWS extleading (1.37.92); FILE MERGED 2003/10/02 08:36:34 fme 1.37.92.2: RESYNC: (1.37-1.39); FILE MERGED 2003/07/04 14:02:55 fme 1.37.92.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [2a7523ce14180fb17ea24846912832f5b813dce1]

        INTEGRATION: CWS extleading (1.34.42); FILE MERGED 2003/07/04 14:02:54 fme 1.34.42.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [f0efd3ca67fa3e8084235dab89d243dc3b3000cb]

        INTEGRATION: CWS extleading (1.77.54); FILE MERGED 2003/07/04 14:02:53 fme 1.77.54.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [3bea00475f697196ec543a8e6d5280d7a312ff7e]

        INTEGRATION: CWS extleading (1.14.102); FILE MERGED 2003/07/04 14:02:52 fme 1.14.102.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [f8abcde9c1bed212d3c9e7380070e3b69ffccd34]

        INTEGRATION: CWS extleading (1.25.92); FILE MERGED 2003/08/08 08:41:52 fme 1.25.92.2: RESYNC: (1.25-1.26); FILE MERGED 2003/07/04 14:02:51 fme 1.25.92.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [71cadf8af01b840c87803211e8391f45b003dc42]

        INTEGRATION: CWS extleading (1.40.126); FILE MERGED 2003/07/04 14:02:49 fme 1.40.126.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [195ad074104f9aa87db7b38796e90092e738e654]

        INTEGRATION: CWS extleading (1.89.38); FILE MERGED 2003/07/04 14:02:50 fme 1.89.38.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [835a21ac332cb5b3ee7632c880e7f711e630898b]

        INTEGRATION: CWS extleading (1.38.42); FILE MERGED 2003/07/04 14:02:48 fme 1.38.42.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [5ed44d0d05ae3cfc73b1edf074e3076430b42f03]

        INTEGRATION: CWS extleading (1.31.92); FILE MERGED 2003/07/04 14:02:47 fme 1.31.92.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [d0754eab80479281b5d47e262d97643fcbe09e9b]

        INTEGRATION: CWS extleading (1.31.126); FILE MERGED 2003/07/04 14:01:20 fme 1.31.126.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [ee7047c62d6fc3bd049b5c2811722b738e734e4f]

        INTEGRATION: CWS extleading (1.7.126); FILE MERGED 2003/07/04 14:01:11 fme 1.7.126.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [9d25c1635c9e678296bd99883738527b8ad7d279]

        INTEGRATION: CWS extleading (1.29.86); FILE MERGED 2003/10/07 09:55:11 pb 1.29.86.7: fix: #112516# low resolution cannot be set any longer 2003/10/02 08:43:54 fme 1.29.86.6: RESYNC: (1.29-1.30); FILE MERGED 2003/10/01 14:24:22 pb 1.29.86.5: fix: #112516# use defaults of the compatibility options 2003/09/15 08:15:02 fme 1.29.86.4: #i14805# Added virtual device mode REFDEV_MODE96 2003/07/24 11:37:12 fme 1.29.86.3: #110641# Feature - High resolution virtual device 2003/07/21 07:59:39 fme 1.29.86.2: #110641# New flag for new high resolution virtual device 2003/07/08 11:41:56 fme 1.29.86.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [f32a5c9f4e552f4aba8c9c56943182df1367b4cd]

        INTEGRATION: CWS extleading (1.18.52); FILE MERGED 2003/08/08 08:50:58 fme 1.18.52.3: RESYNC: (1.18-1.19); FILE MERGED 2003/07/10 14:51:00 fme 1.18.52.2: #110641# Feature - External Leading 2003/07/08 11:41:38 fme 1.18.52.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [2eb86a7728b05c211deb2fb852f1177dedc427bd]

        INTEGRATION: CWS extleading (1.17.92); FILE MERGED 2003/09/15 08:15:17 fme 1.17.92.5: #i14805# Added virtual device mode REFDEV_MODE96 2003/07/24 11:37:11 fme 1.17.92.4: #110641# Feature - High resolution virtual device 2003/07/21 07:59:01 fme 1.17.92.3: #110641# New flag for new high resolution virtual device 2003/07/10 14:51:00 fme 1.17.92.2: #110641# Feature - External Leading 2003/07/08 11:41:12 fme 1.17.92.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [16cc8fed375a07bc9d80d1d6d53e501928550fcf]

        INTEGRATION: CWS extleading (1.27.38); FILE MERGED 2003/10/02 08:51:59 fme 1.27.38.4: RESYNC: (1.27-1.28); FILE MERGED 2003/07/21 07:57:46 fme 1.27.38.3: #110641# New flag for new high resolution virtual device 2003/07/10 14:48:06 fme 1.27.38.2: #110641# Feature - External Leading 2003/07/08 11:37:29 fme 1.27.38.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [fe5950bc56b825ee4652023dd1cbb17009cd3eb6]

        INTEGRATION: CWS extleading (1.20.76); FILE MERGED 2003/10/01 14:26:26 pb 1.20.76.1: fix: #112516# help ids of compatibility page

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [8d2475d6ff5417e7dc0d05dd1ec0cc2bdd72dae7]

        INTEGRATION: CWS extleading (1.8.24); FILE MERGED 2003/10/01 14:25:31 pb 1.8.24.1: fix: #112516# add id of compatibility page

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [90c6a1fb1f8cad7b848573e1a31758ab77246943]

        INTEGRATION: CWS extleading (1.45.42); FILE MERGED 2003/10/02 08:48:47 fme 1.45.42.6: RESYNC: (1.46-1.50); FILE MERGED 2003/08/08 08:53:25 fme 1.45.42.5: RESYNC: (1.45-1.46); FILE MERGED 2003/07/21 07:57:22 fme 1.45.42.4: #110641# New flag for new high resolution virtual device 2003/07/10 14:47:36 fme 1.45.42.3: #110641# Feature - External Leading 2003/07/08 11:37:04 fme 1.45.42.2: #110641# Feature - External Leading 2003/07/07 06:37:52 fme 1.45.42.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [b58eaf75552fe88d9771d9708610e8a68074ec44]

        INTEGRATION: CWS extleading (1.6.134); FILE MERGED 2003/10/02 07:57:49 fme 1.6.134.2: RESYNC: (1.6-1.7); FILE MERGED 2003/07/07 07:34:06 fme 1.6.134.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [1b715d259b3b18394a5600775b100d5b18d14bdb]

        INTEGRATION: CWS extleading (1.17.52); FILE MERGED 2003/07/22 16:17:29 dvo 1.17.52.1: #110641# change PrinterIndependentLayout to accept three   values: disabled, lo-res, hi-res

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [a58c17643c9e118891d855e9cd6350fd920c320a]

        INTEGRATION: CWS extleading (1.15.310); FILE MERGED 2003/07/07 07:26:46 fme 1.15.310.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [01f44090621c50cbb2f2ccdee06d33413ca98aba]

        INTEGRATION: CWS extleading (1.48.122); FILE MERGED 2003/07/08 11:27:38 fme 1.48.122.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [2c9b0a4a65e70a0593ffe2bf48c8a57031be3782]

        INTEGRATION: CWS extleading (1.108.54); FILE MERGED 2003/10/02 07:29:06 fme 1.108.54.3: RESYNC: (1.109-1.111); FILE MERGED 2003/08/08 09:03:03 fme 1.108.54.2: RESYNC: (1.108-1.109); FILE MERGED 2003/07/07 07:26:02 fme 1.108.54.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [b3bb74df3e774989332247dd28ea23ebd0db1336]

        INTEGRATION: CWS extleading (1.16.56); FILE MERGED 2003/07/08 11:27:38 fme 1.16.56.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [35a4196af51bae9685e1d20875b0dc11f8d08c7f]

        INTEGRATION: CWS extleading (1.23.308); FILE MERGED 2003/10/02 07:30:25 fme 1.23.308.2: RESYNC: (1.23-1.25); FILE MERGED 2003/07/08 11:31:50 fme 1.23.308.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [d808aaa66157456761dbb4b44b28ad5d09eb5cfa]

        INTEGRATION: CWS extleading (1.47.306); FILE MERGED 2003/10/02 07:37:09 fme 1.47.306.2: RESYNC: (1.47-1.48); FILE MERGED 2003/07/08 11:26:31 fme 1.47.306.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [41b15a01904cd3857ea6cf24067f9c390192a8c5]

        INTEGRATION: CWS extleading (1.87.56); FILE MERGED 2003/10/02 07:36:55 fme 1.87.56.3: RESYNC: (1.87-1.89); FILE MERGED 2003/07/08 11:26:30 fme 1.87.56.2: #110641# Feature - External Leading 2003/07/07 07:23:42 fme 1.87.56.1: #110641# Feature - External leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [9f7d02af168e66a301a2fe1118b8ecd3c499c85e]

        INTEGRATION: CWS extleading (1.87.18); FILE MERGED 2003/08/08 09:13:30 fme 1.87.18.2: RESYNC: (1.87-1.89); FILE MERGED 2003/07/08 11:26:30 fme 1.87.18.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [753f3dc4d9c901108484260e39e70726681588f3]

        INTEGRATION: CWS extleading (1.62.158); FILE MERGED 2003/10/02 07:36:44 fme 1.62.158.2: RESYNC: (1.62-1.63); FILE MERGED 2003/07/08 11:26:29 fme 1.62.158.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [01db625499cea47f5c7ed951914950d9604bf503]

        INTEGRATION: CWS extleading (1.81.82); FILE MERGED 2003/10/02 07:35:27 fme 1.81.82.2: RESYNC: (1.81-1.84); FILE MERGED 2003/07/08 11:26:29 fme 1.81.82.1: #110641# Feature - External Leading

2003-10-15  Kurt Zenker  <kz@openoffice.org>  [7f884e07c6630a324e93dd8eaf8cfdee1bf54b58]

        INTEGRATION: CWS extleading (1.35.86); FILE MERGED 2003/07/07 08:09:36 fme 1.35.86.1: #110641# Feature - External leading

2003-10-15  Noel Power  <npower@openoffice.org>  [84eddebdab65a6d0e553eaf06d80348ddb37b518]

        #i21211# Incorrent name of method, changed getFunctionName() to getLanguageName()

2003-10-15  Noel Power  <npower@openoffice.org>  [dfdc2e20a35846bc0c6c4c4081885ed3c136a2e0]

        #i21211# Changes to this class to make sure that the function name and logical name now return the same item

2003-10-15  Noel Power  <npower@openoffice.org>  [a2928d1e2ad0374d78795765273349811006ee00]

        #i21216# Change masterscript provider to set up the invocation context correctly for the case where a new document is used.

2003-10-15  Noel Power  <npower@openoffice.org>  [523410191cee137ccea76c603525add921282538]

        #i21213# #i21214#
        
        changes to basic provider to ensure that scripts get displayed ( implemented XPropertySet on script node implementation basmethnode. Also changed basprov ( basic provider ) to handle application context invoke requests ( also display of share scripts ). Now when basic provider is created ( regardless of context ) it will always be able to execute a script, whatever the location.

2003-10-15  Noel Power  <npower@openoffice.org>  [690c84cb8b109199a028d7f3b8992ef68da96a6f]

        #i21209# Removing calls to create new security setting when a document is opened ( or script executed ) and also calls to check permissions.

2003-10-15  Noel Power  <npower@openoffice.org>  [b9d5ddf8f1e4e55246dce9d8349c74d63a8e676f]

        #i21211# Changes to support new uri format ( e.g. one that doesn't depend on old logical name -> function name mapping ). Briefly theses changes are temporary in that they basically make sure that the logical name and function name are the same. From the point of view of the parcel-descriptIon.xml the logical name is ignored. Also updated the ExampleSpreadSheet.scx with new binding to reflect the changes.

2003-10-14  Björn Milcke  <bm@openoffice.org>  [deefe2b2c1044b3bf75db72a15998ffc90b44b6e]

        first version of flat legend

2003-10-14  Vladimir Glazounov  <vg@openoffice.org>  [a322c19f5d7d8fafa7964fd1c0efd02ec6effae2]

        #100000# break build for --from when dmake returns error, #i20152#

2003-10-14  Vladimir Glazounov  <vg@openoffice.org>  [3b2c4d0e731afbeafe70e2f797972d0f149857c2]

        #100000# break build for --from when dmake returns error, #i20152#

2003-10-14  Björn Milcke  <bm@openoffice.org>  [119388f2159061fe11141c8fc38eca5c1699adcf]

        exceptions -> assertion

2003-10-14  Björn Milcke  <bm@openoffice.org>  [f11b32dc15825bc975eba8498f8b7acf86463f84]

        Legend Positioning

2003-10-13  Kurt Zenker  <kz@openoffice.org>  [74a436118f35985e6de78cdfd8d14563879925af]

        new version for SRC680

2003-10-13  Rüdiger Timm  <rt@openoffice.org>  [4b0055e0ee5f5046564774121de012ba52701a6f]

        new version for SRC680

2003-10-13  Kurt Zenker  <kz@openoffice.org>  [9d6192738c86ebfd77b9b7bc9e89451a357ce4f0]

        new version for SRC680

2003-10-13  Kurt Zenker  <kz@openoffice.org>  [acb4d10613020decefc1b8f195e90e071026fe16]

        SRC680

2003-10-13  mwu  <mwu@openoffice.org>  [3fd28553ab43fdd3daf04c75a90ebb015dd9302f]

        removed strip for ole.20041013

2003-10-10  Oliver Bolte  <obo@openoffice.org>  [ffe20a27cb1736de8d54153964adba8c3b9f2a51]

        new version for SRC680

2003-10-10  Oliver Bolte  <obo@openoffice.org>  [a16d0e26b6d753a053ea046f327e36587a009397]

        initial version

2003-10-10  Oliver Bolte  <obo@openoffice.org>  [cc256bc5cb0e40ced35a3980dbd0b41bd27822a9]

        new version for SRC680

2003-10-10  Oliver Bolte  <obo@openoffice.org>  [881910710caa8789bd07f750fac7eec4ed6606a7]

        initial version

2003-10-10  Björn Milcke  <bm@openoffice.org>  [5dd107316ad0cdada3e9be0808e3743677c9db85]

        unotools needed (ItemConverter uses OEventListenerAdapter)

2003-10-10  Björn Milcke  <bm@openoffice.org>  [2fdbeedb769498ae5293ec5b4ff8da42fa22201e]

        some minor changes for legend

2003-10-10  Oliver Bolte  <obo@openoffice.org>  [0ebdea38dab6207c1e77c138adbb1921bdad9524]

        new version for SRC680

2003-10-10  Oliver Bolte  <obo@openoffice.org>  [1e69179e297dae4aeb38ba75f9e0e26c336e66c0]

        new version for SRC680

2003-10-10  Oliver Bolte  <obo@openoffice.org>  [75386e927fb0778fae94304fd8abd8fb497ca644]

        initial version

2003-10-10  Oliver Bolte  <obo@openoffice.org>  [25a495e78a8c65a84707957b139b98880ffd3023]

        #100000# COMEX 10 added

2003-10-10  Rüdiger Timm  <rt@openoffice.org>  [6038292470f7d8e0b37fe29445eebff41dc56388]

        #i19697# syntax

2003-10-10  Oliver Bolte  <obo@openoffice.org>  [d0d231dfabc0ff0753864e6f0609e276d24d3041]

        #100000# link problem

2003-10-09  Kurt Zenker  <kz@openoffice.org>  [e8cc179bad29ecd3399461da8309bdd74e54995e]

        new version for SRC680

2003-10-09  Kurt Zenker  <kz@openoffice.org>  [dbfd36f34e3b2e387c86dc97d8d034238d4116cf]

        initial version

2003-10-09  Björn Milcke  <bm@openoffice.org>  [1f740d15c8593790a347dc0b472cfbfe5e3dcd22]

        legend properties

2003-10-09  Björn Milcke  <bm@openoffice.org>  [1d31d3ddad10f4756a986d583520eb6afed1a84f]

        getSeriesByIdentifier: identifiers must be equal (prefix is not enough, e.g. @ser1 is prefix of @ser10)

2003-10-09  Armin Weiss  <aw@openoffice.org>  [f18b0f7265adfdba82cc1500d2e749a6cfa601e4]

        More changes to get rid of the last three bitmap ressource files

2003-10-09  Duncan Foster  <dfoster@openoffice.org>  [143e8128b2a51fa2a3e98e114dec021725f69802]

        #i12906# - pass XComponentContext to BrowseNode hierarchy to allow proper computing of script locations

2003-10-09  Armin Weiss  <aw@openoffice.org>  [3ef070825737471f6668d3c8e6e552d115e22427]

        Changed all include files to use PRJNAME=binfilter, also svx_unoshape.cxx to no longer need the three bitmaps in bf_svx

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [59544c1623ff20dfbab587f8ae1d10569e8a78c6]

        INTEGRATION: CWS sb8 (1.2.68); FILE MERGED 2003/09/03 10:37:17 sb 1.2.68.1: #112071# Fixed comparison of RTTypeClass with com.sun.star.uno.TypeClass.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [cc8bc8265e565bf981eefc73529e252264c03713]

        INTEGRATION: CWS sb8 (1.2.68); FILE MERGED 2003/10/06 09:20:26 sb 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/03 10:37:17 sb 1.2.68.1: #112071# Fixed comparison of RTTypeClass with com.sun.star.uno.TypeClass.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [43cb0f4738f1e59cf57d957b26a44d4ffcc43702]

        INTEGRATION: CWS sb8 (1.59.18); FILE MERGED 2003/10/06 08:37:02 sb 1.59.18.1: #112127# Set org.openoffice.native Java property in started JVM.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [2ff057e9c9a32dbc8c90c7126f27add6669ae989]

        INTEGRATION: CWS sb8 (1.3.38); FILE MERGED 2003/08/26 09:40:29 sb 1.3.38.1: #108679# Removed deprecated sandbox/generic.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [daf3540645c151c96a6ed1f57ab18bef2202494b]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 12:42:38 sb 1.1.2.1: #112127# Test case.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [3c0ecfc69f99199284a380a1f547e6a5f212c4e0]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 12:42:36 sb 1.1.2.1: #112127# Test case.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [8ab94d522cb88a71e48a0808e4915251d3c9fd9b]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 12:42:33 sb 1.1.2.1: #112127# Test case.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [f8d690b2c6166de54ecde27b03cc0e442d242e3a]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 12:42:31 sb 1.1.2.1: #112127# Test case.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [204ee607435934b07575e6896e7c8b4b4fdb2817]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 12:42:30 sb 1.1.2.1: #112127# Test case.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [4fccfaf267c6b11bb49eee597cdde071af129a40]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 12:42:29 sb 1.1.2.1: #112127# Test case.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [9861193dcb544996a006864c596e061de9c8a4fd]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 12:42:28 sb 1.1.2.1: #112127# Test case.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [4e80becf3e2fb46f448d7e030869ced84d6b2ff6]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 12:42:27 sb 1.1.2.1: #112127# Test case.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [efafb64cbb35721679e7c6f1be4467b3aefd34c1]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 11:23:05 sb 1.1.2.2: #112127# Disambiguated ?: argument types. 2003/10/06 08:43:39 sb 1.1.2.1: #112127# Native implementation of Java NativeThreadPool.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [b23c7be5e8bba9ca37e646eecff8f9e2ef38707e]

        INTEGRATION: CWS sb8 (1.3.76); FILE MERGED 2003/10/06 11:22:09 sb 1.3.76.2: #112127# source/jni_uno/nativethreadpool.cxx needs salhelper. 2003/10/06 08:39:39 sb 1.3.76.1: #112127# Added nativethreadpool.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [dbe377c9c8fd5b54c0029cde889db3f8748615b2]

        INTEGRATION: CWS sb8 (1.4.52); FILE MERGED 2003/10/06 08:39:40 sb 1.4.52.1: #112127# Added nativethreadpool.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [11048ad2c8ead3f29885354dcf1d01ad65c4102d]

        INTEGRATION: CWS sb8 (1.16.8); FILE MERGED 2003/10/06 11:22:12 sb 1.16.8.1: #112127# source/jni_uno/nativethreadpool.cxx needs salhelper.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [208e52ea2fe6dec975c9830a641aaf3c75d4a2a4]

        INTEGRATION: CWS sb8 (1.1.240); FILE MERGED 2003/08/22 13:00:02 sb 1.1.240.1: #111874# Removed obsolete syncaccess module.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [811e0a94039fa5ed6baa37cefc4fd0ac26f22982]

        INTEGRATION: CWS sb8 (1.8.36); FILE MERGED 2003/08/22 12:59:32 sb 1.8.36.1: #111874# Removed obsolete syncaccess module.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [81e13fa812e996c1c2aef6b83244b04712cd0589]

        INTEGRATION: CWS sb8 (1.3.2); FILE MERGED 2003/08/22 09:25:40 sb 1.3.2.1: Made Type.isSupertypeOf fully reflexive.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [0baa829b3d7499b92f29bae0011d8d25bfd54f4f]

        INTEGRATION: CWS sb8 (1.11.2); FILE MERGED 2003/08/22 09:25:39 sb 1.11.2.1: Made Type.isSupertypeOf fully reflexive.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [33c6f47e0e088c1e48a8e146a90722f6a29f701d]

        INTEGRATION: CWS sb8 (1.4.22); FILE MERGED 2003/08/26 09:51:56 sb 1.4.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [0e34d5ed7b2fa374906551b76cd415c6504e8a7d]

        INTEGRATION: CWS sb8 (1.2.22); FILE MERGED 2003/08/26 09:45:58 sb 1.2.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [ec4841761a9aba3af32503ad68e0112fb056fdad]

        INTEGRATION: CWS sb8 (1.4.22); FILE MERGED 2003/08/26 09:52:36 sb 1.4.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [e65b5afffdfdd209ad210fb046fe3451171cf76a]

        INTEGRATION: CWS sb8 (1.10.22); FILE MERGED 2003/10/06 08:35:35 sb 1.10.22.1: #112127# Adapted to new ThreadPoolManager.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [255a125eb25e5c2e246bddec6e986987d6f45163]

        INTEGRATION: CWS sb8 (1.9.22); FILE MERGED 2003/10/06 08:35:35 sb 1.9.22.1: #112127# Adapted to new ThreadPoolManager.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [9e846cd16161a3dfb8a25198ba0ea9b823fbf6f7]

        INTEGRATION: CWS sb8 (1.5.22); FILE MERGED 2003/08/26 09:52:35 sb 1.5.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [2033eda4889e96fd6f4a26dd3d1d53f00e90c746]

        INTEGRATION: CWS sb8 (1.4.22); FILE MERGED 2003/08/26 09:52:34 sb 1.4.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [bcbad06cbbd2eb3ee5ed933fde5f55237277a7f9]

        INTEGRATION: CWS sb8 (1.8.2); FILE MERGED 2003/10/06 12:12:43 sb 1.8.2.1: #112127# Added Thread.sleep to avoid spurious failures.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [1f21851431710c725e8f235e7794aaea5cf726af]

        INTEGRATION: CWS sb8 (1.2.22); FILE MERGED 2003/08/26 09:52:33 sb 1.2.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [0c427aa47933b783a5e0a305607784e6cd37718b]

        INTEGRATION: CWS sb8 (1.7.22); FILE MERGED 2003/08/26 09:50:50 sb 1.7.22.1: #108679# Fixed package dependencies.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [23cf13b7e981dc87aa5b9c40faac7a4374eea57a]

        INTEGRATION: CWS sb8 (1.3.92); FILE MERGED 2003/08/26 14:10:34 sb 1.3.92.1: #108679# Removed dead code.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [790d7684e941d1ea23f81640ae383a46bcc639fc]

        INTEGRATION: CWS sb8 (1.4.22); FILE MERGED 2003/08/26 09:45:02 sb 1.4.22.1: #108679# Replaced WeakTable etc. with WeakMap etc.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [fa62499b05207c09fb5d62f2c24bb347982452a0]

        INTEGRATION: CWS sb8 (1.3.88); FILE MERGED 2003/08/26 09:49:39 sb 1.3.88.1: #108679# Stripped down this unused class.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [f195124f6d58624f31469259a4dd6333e1f5c9cd]

        INTEGRATION: CWS sb8 (1.3.88); FILE MERGED 2003/10/06 08:26:05 sb 1.3.88.1: #112127# Replaced ThreadPoolFactory by new ThreadPoolManager facility.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [9449602c7afee37d4d9eb3652b25016c5a8d51d2]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 08:34:18 sb 1.1.2.1: #112127# Replacement for ThreadPoolFactory.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [109b85d7eb2b907442f385cc43a5b318a465ad68]

        INTEGRATION: CWS sb8 (1.1.2); FILE ADDED 2003/10/06 08:45:35 sb 1.1.2.2: #112127# Clarified location of native source code. 2003/10/06 08:34:06 sb 1.1.2.1: #112127# Replacement for NativeThreadPoolFactory.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [4989bc56facd9bc922e84b90f707a90ffc0d8298]

        INTEGRATION: CWS sb8 (1.2.62); FILE MERGED 2003/10/06 08:28:12 sb 1.2.62.1: #112127# Moved getThreadId from ThreadPoolFactory/Manager to ThreadPool itself.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [94958142a778b58cc5c09d1ca3ec5b92e50ed754]

        INTEGRATION: CWS sb8 (1.9.62); FILE MERGED 2003/10/06 08:28:11 sb 1.9.62.1: #112127# Moved getThreadId from ThreadPoolFactory/Manager to ThreadPool itself.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [9970560cc2f57714c78e847d2cf3c65255b661d4]

        INTEGRATION: CWS sb8 (1.4.62); FILE MERGED 2003/10/06 08:27:21 sb 1.4.62.1: #112127# Moved getThreadId from ThreadPoolFactory/Manager to ThreadPool itself.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [a7b73717f426e2b07009d919efad6ebfa3b3de89]

        INTEGRATION: CWS sb8 (1.12.2); FILE MERGED 2003/08/26 09:48:49 sb 1.12.2.1: #108679# Replaced WeakTable etc. with WeakMap etc.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [c324fe82b0a1ff6e1d67bfa13ca53815695e5e78]

        INTEGRATION: CWS sb8 (1.32.2); FILE MERGED 2003/10/06 08:24:08 sb 1.32.2.2: #112127# Adapted to new ThreadPoolManager. 2003/08/26 09:48:03 sb 1.32.2.1: #108679# Replaced WeakTable etc. with WeakMap etc.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [ff8a0cc422fe17487334724ed473b2f1fe0e4436]

        INTEGRATION: CWS sb8 (1.7.88); FILE MERGED 2003/08/26 09:47:33 sb 1.7.88.1: #108679# Replaced WeakTable etc. with WeakMap etc.

2003-10-09  Vladimir Glazounov  <vg@openoffice.org>  [462748130ac52d407d8f343b0054e7a4a130d246]

        INTEGRATION: CWS sb8 (1.67.6); FILE MERGED 2003/08/22 12:05:10 sb 1.67.6.1: #111874# Removed obsolete syncaccess module.

2003-10-08  Björn Milcke  <bm@openoffice.org>  [e5a88fe9cad94dd40e4e79545e034f93a6a488a0]

        first implementation of legend

2003-10-08  Björn Milcke  <bm@openoffice.org>  [9a1c8e4efbfebf35768a9803091b629fd980505f]

        label for "Marmelade" missing

2003-10-08  Björn Milcke  <bm@openoffice.org>  [11d7a37dc1bebb1b48d5b462d72282dce563ff27]

        enable after() method again to close the document

2003-10-08  Rüdiger Timm  <rt@openoffice.org>  [fe53feda0ffb61965f9eaae457466c0a838f3f20]

        #100000#, #i20061# Dependency to javaunohelper added (source/xsltfilter/makefile.mk lists juh.jar in JARFILES)

2003-10-08  Rüdiger Timm  <rt@openoffice.org>  [a09f607b0d8873578af648b089c14e65c306a653]

        #100000# needs header from sch

2003-10-08  Rüdiger Timm  <rt@openoffice.org>  [11ffc0190a208509503ef1b37de24253d59da6ae]

        #100000# needs header from sch

2003-10-07  Rüdiger Timm  <rt@openoffice.org>  [b01af9e0eeea7744a3ef75e557f5aea9c0099ce4]

        new version for SRC680

2003-10-07  Björn Milcke  <bm@openoffice.org>  [af99d31b40aff33b59f57386a5dde973f257d244]

        ItemConverter rework/compiler warnings removed (gcc Linux)

2003-10-07  Björn Milcke  <bm@openoffice.org>  [831f773416d2f9069b44a947f6e9096baa990bfa]

        compiler warnings removed (gcc Linux)

2003-10-07  Björn Milcke  <bm@openoffice.org>  [399cf4a5012a8730f7d281c73e952720c7ba055e]

        ; after } in inline-methods are illegal

2003-10-07  Björn Milcke  <bm@openoffice.org>  [da39c5e1b69739de447a65661293da355011f24b]

        preparation for ItemConverter to be moved to a different module

2003-10-07  Kurt Zenker  <kz@openoffice.org>  [77fee8d8844c62295717a22fe8caf36e387119be]

        new version for SRC680

2003-10-07  Björn Milcke  <bm@openoffice.org>  [831847a771deb3a807108297bbfa6c17e99520ea]

        MinimumAndMaximumSupplier: virtual inlines removed => abstract

2003-10-07  Rüdiger Timm  <rt@openoffice.org>  [641f5d1585b65585bdf6609c49f77e395f404eba]

        #100000# As we now have an unotypes directory and generate headers, we need types.rdb and therefore are dependent on module offapi.

2003-10-07  Vladimir Glazounov  <vg@openoffice.org>  [443ca57e46f6db589247aa5f28e9706daa4e58ca]

        #100000# added new global dependency

2003-10-07  Vladimir Glazounov  <vg@openoffice.org>  [580b669526b7fcbb602f3d21ae833b952a007f80]

        INTEGRATION: CWS net2003 (1.51.54); FILE MERGED 2003/08/12 14:38:22 obo 1.51.54.1: #11136# .net 2003

2003-10-07  Vladimir Glazounov  <vg@openoffice.org>  [43a634b0c2bc0d9ecff45d45434b7be7261d5c9a]

        INTEGRATION: CWS net2003 (1.19.80); FILE MERGED 2003/08/12 14:39:36 obo 1.19.80.1: #11136# .net 2003

2003-10-07  Vladimir Glazounov  <vg@openoffice.org>  [890a43b22f129b3b9f5dda4676817e84a07f1a59]

        INTEGRATION: CWS net2003 (1.26.64); FILE MERGED 2003/08/13 08:52:32 obo 1.26.64.1: #11136# .net 2003

2003-10-07  Vladimir Glazounov  <vg@openoffice.org>  [e79cf359f4c1c3cb9a791faa43018c8bd82ab391]

        INTEGRATION: CWS net2003 (1.13.100); FILE MERGED 2003/08/12 15:34:39 obo 1.13.100.1: #11136# .net 2003 (cast)

2003-10-07  Björn Milcke  <bm@openoffice.org>  [aca50cefe9f19bc21e6fb3e08fa1609c663f8de2]

        implementation of IsValid was missing

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [695e74f7e13005accdc2ef0e2a08ee59a12a190b]

        INTEGRATION: CWS net2003 (1.31.60); FILE MERGED 2003/08/13 08:43:54 obo 1.31.60.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [b2c1f68ef9fea995a27a233e3ce91949ee0232fe]

        INTEGRATION: CWS net2003 (1.3.152); FILE MERGED 2003/08/13 08:42:26 obo 1.3.152.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ef5fecefeeaacda61700208ea041977d4aefd304]

        INTEGRATION: CWS net2003 (1.9.152); FILE MERGED 2003/08/13 08:40:38 obo 1.9.152.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [eb995cf7314ffa3aa46cf9518c9afe3c84e54d37]

        INTEGRATION: CWS net2003 (1.10.36); FILE MERGED 2003/09/25 08:22:38 obo 1.10.36.1: #111136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [65a35d6a7cabd3ff35b73e2e7a02e4bdfc4a121a]

        INTEGRATION: CWS net2003 (1.6.8); FILE MERGED 2003/09/25 07:46:07 obo 1.6.8.1: #111136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [7f5efb2799110cae3fd31f715013f7a6486d8acf]

        INTEGRATION: CWS net2003 (1.2.288); FILE MERGED 2003/08/08 13:48:51 obo 1.2.288.1: #111136# .NET 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [0d2e089aca22a9051f17297bf36c670a8b8f4dae]

        INTEGRATION: CWS net2003 (1.20.56); FILE MERGED 2003/09/16 08:13:14 obo 1.20.56.3: Undo last change 2003/09/16 08:03:49 obo 1.20.56.2: #111136# vcl depends also on external source/gdi/sallayout.cxx 2003/09/16 07:38:35 obo 1.20.56.1: #111136# vcl depends on boost win/inc/salgdi.h

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [6f1fbedbd17fa6ac10a171af09d63d3cad4a4575]

        INTEGRATION: CWS net2003 (1.15.14); FILE MERGED 2003/09/24 09:50:38 obo 1.15.14.1: #111136# .net 2003 port

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [0f57bc89bbd861622faedf74c9c338cfc1226fe7]

        INTEGRATION: CWS net2003 (1.1.120); FILE MERGED 2003/08/08 10:01:51 obo 1.1.120.1: #111136 .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [910c9378cb7e7f5dcc185ddcd726a026a22b29c0]

        INTEGRATION: CWS net2003 (1.15.46); FILE MERGED 2003/08/13 08:34:11 obo 1.15.46.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [75c6c6598574523b6d6c2b0d6354f2981a46a334]

        INTEGRATION: CWS net2003 (1.1.344); FILE MERGED 2003/08/13 08:21:36 obo 1.1.344.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [3dbe0087726b6e639a6ee02812085f27ff805eb7]

        INTEGRATION: CWS net2003 (1.52.24); FILE MERGED 2003/09/22 08:35:42 obo 1.52.24.6: RESYNC: (1.52.26.1-1.54); FILE MERGED 2003/09/15 15:07:16 obo 1.52.24.5: #1111136# .net 2003 stlport71 2003/09/08 21:34:22 obo 1.52.24.4: RESYNC: (1.52-1.52.26.1); FILE MERGED 2003/08/13 08:55:05 obo 1.52.24.3: #11136# .net 2003 2003/08/05 10:47:55 obo 1.52.24.2: #111136# .NET 2003 port 2003/08/05 10:07:05 obo 1.52.24.1: #111136# .NET 2003 port

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [d3c298126060cffd303ec82ca53d29cc8e46e34f]

        INTEGRATION: CWS net2003 (1.5.30); FILE MERGED 2003/08/11 13:02:14 obo 1.5.30.1: #111163# .NET 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [36bf3bb96849a479f5520d58cba39ab556789c83]

        INTEGRATION: CWS net2003 (1.7.88); FILE MERGED 2003/08/12 15:12:50 obo 1.7.88.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [5cd4585cc05c43b9524232d31152f740cf7e9cad]

        INTEGRATION: CWS net2003 (1.5.20); FILE MERGED 2003/08/13 07:59:55 obo 1.5.20.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4bc3594f3f37fca9964ee0fb9b2a75742ab999ff]

        SRC680

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c36157fc79e482d376122bdd6294ccca5861ae5e]

        INTEGRATION: CWS net2003 (1.13.6); FILE MERGED 2003/09/08 19:47:13 obo 1.13.6.2: RESYNC: (1.13-1.14); FILE MERGED 2003/08/07 15:24:23 obo 1.13.6.1: #111136 net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [b10d63e6ff39382d8e22fba76f546e2223982622]

        INTEGRATION: CWS net2003 (1.3.10); FILE MERGED 2003/09/09 07:18:00 obo 1.3.10.2: RESYNC: (1.3-1.5); FILE MERGED 2003/08/15 09:41:36 obo 1.3.10.1: #111136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [81b3f1169d5e22f216477baf6a8f754a066b4c56]

        INTEGRATION: CWS net2003 (1.6.2.1.2); FILE MERGED 2003/09/17 12:49:57 obo 1.6.2.1.2.1: #111136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [33f239d6ef455329568b4f287e537221dd41d237]

        INTEGRATION: CWS net2003 (1.73.62); FILE MERGED 2003/09/24 14:31:43 obo 1.73.62.1: #111136# prevent 4NT shell exception

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [0d346208b8141ae0cdb988d2621d91fd680d540f]

        INTEGRATION: CWS net2003 (1.21.100); FILE MERGED 2003/08/12 15:42:03 obo 1.21.100.1: #11136# .net 2003 (cast)

2003-10-06  Björn Milcke  <bm@openoffice.org>  [3ed016feb15a5022acad9cd6e4e6b3a22488d2bf]

        TextRotation

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4563ad4f020e308f19751e97708e2374d012a014]

        INTEGRATION: CWS net2003 (1.5.30); FILE MERGED 2003/08/12 14:31:02 obo 1.5.30.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [3c4de2585bb701003ab30dc5623ce9cd32faed51]

        INTEGRATION: CWS net2003 (1.14.40); FILE MERGED 2003/08/12 14:06:02 obo 1.14.40.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4d35dbee1570b6fa175e9637833c0fdc34f95e23]

        INTEGRATION: CWS net2003 (1.5.44); FILE MERGED 2003/08/12 14:23:39 obo 1.5.44.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ac6f222ea20a06b9f8c4726ae556e8b732710168]

        INTEGRATION: CWS net2003 (1.11.44); FILE MERGED 2003/08/12 14:22:02 obo 1.11.44.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [7102e0778c1c776ddc66d0fd48866ee167d59d95]

        INTEGRATION: CWS net2003 (1.5.44); FILE MERGED 2003/08/12 14:18:58 obo 1.5.44.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [3214b47ff2f2173a85c7cc36c78f721061fe82fa]

        INTEGRATION: CWS net2003 (1.5.44); FILE MERGED 2003/08/12 14:13:04 obo 1.5.44.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [272ffdbc2aab39a8613d5c523170b5cb572a0a4a]

        INTEGRATION: CWS net2003 (1.9.74); FILE MERGED 2003/08/12 14:10:42 obo 1.9.74.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [62a4ad736c2ff5fcbf9777bc834cfa9bd9183f9e]

        INTEGRATION: CWS net2003 (1.9.74); FILE MERGED 2003/08/12 14:09:00 obo 1.9.74.1: #11136# .net 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [d2b2ad67a0b59f2c59faef0be69aeb8e42690049]

        INTEGRATION: CWS net2003 (1.13.10); FILE MERGED 2003/08/11 12:09:10 obo 1.13.10.1: #111136# .NET 2003

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [95e17d94fc6a1f448f007ec1f9e9af6f01458876]

        INTEGRATION: CWS net2003 (1.62.16); FILE MERGED 2003/09/19 14:09:21 obo 1.62.16.3: RESYNC: (1.62-1.63); FILE MERGED 2003/09/15 15:51:18 obo 1.62.16.2: #111136# .net 2003 stlport71 2003/09/04 14:35:16 obo 1.62.16.1: #111136# .net 2003 port

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [b5fd011f8d23cb2396030a633864e7d39a27da16]

        INTEGRATION: CWS net2003 (1.3.54); FILE MERGED 2003/08/13 08:48:51 obo 1.3.54.1: #11136# .net 2003

2003-10-06  Björn Milcke  <bm@openoffice.org>  [63fc0af692b1179ef57b996cd10937b4d0fd995f]

        Axis: +one Line- and Character Property

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [2e73f9be685e323d48dbcad275a5326cb664050e]

        INTEGRATION: CWS rt02 (1.1.124); FILE MERGED 2003/10/01 13:29:16 rt 1.1.124.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [53b657b78b03af3e70c8bed5570bfc25e2880a3e]

        INTEGRATION: CWS rt02 (1.4.58); FILE MERGED 2003/10/01 13:29:16 rt 1.4.58.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [bd13983ecd142eb665ab736148b53a82ecac5c17]

        INTEGRATION: CWS rt02 (1.1.1.1.118); FILE MERGED 2003/09/30 13:26:09 rt 1.1.1.1.118.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [a072aeccf921c93e392ef7c26cc75cb942ef2d68]

        INTEGRATION: CWS rt02 (1.4.64); FILE MERGED 2003/10/01 10:42:05 rt 1.4.64.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [29cf26dc9369e4f62fc38b908d40ef9acd7dadd4]

        INTEGRATION: CWS rt02 (1.1.72); FILE MERGED 2003/10/01 10:42:05 rt 1.1.72.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [c819b6f66f1ba47a2feb370a78083f8c165730f8]

        INTEGRATION: CWS rt02 (1.4.50); FILE MERGED 2003/10/01 10:42:04 rt 1.4.50.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [db484ad904cd18ab2be807edb6c74719cd44a4b0]

        INTEGRATION: CWS rt02 (1.1.52); FILE MERGED 2003/10/01 10:42:00 rt 1.1.52.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [9d65ed4b158398d23cb5e3f54b1d331bf63d83c6]

        INTEGRATION: CWS rt02 (1.3.24); FILE MERGED 2003/10/01 10:41:59 rt 1.3.24.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [3c16c38f41b87dd5679a82435962850dd5550542]

        INTEGRATION: CWS rt02 (1.3.46); FILE MERGED 2003/10/01 10:41:59 rt 1.3.46.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [c73aa52e418b1d6377e0e31f0dedc6911c5502c2]

        INTEGRATION: CWS rt02 (1.4.24); FILE MERGED 2003/10/01 10:41:58 rt 1.4.24.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [5ae51c03d2ef04c857b2025f8db5d5b9a4499337]

        INTEGRATION: CWS rt02 (1.2.46); FILE MERGED 2003/10/01 10:41:58 rt 1.2.46.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [06aaaf530ce0d9480bb82af228209a9a86c33323]

        INTEGRATION: CWS rt02 (1.1.52); FILE MERGED 2003/10/01 10:41:58 rt 1.1.52.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [8c34b143a8ef88320824d617e25ac2ad1d461f62]

        INTEGRATION: CWS rt02 (1.1.52); FILE MERGED 2003/10/01 10:41:57 rt 1.1.52.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [9c7080106cadfdad93b8cea2fb3a17e9008c60b7]

        INTEGRATION: CWS rt02 (1.4.50); FILE MERGED 2003/10/01 10:41:57 rt 1.4.50.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [95428faf6c5168e9dd7d858813f3dabf46fad218]

        INTEGRATION: CWS rt02 (1.1.52); FILE MERGED 2003/10/01 10:41:56 rt 1.1.52.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [8eed6c04d0c1ac00b316cde2370a7d65fb01d150]

        INTEGRATION: CWS rt02 (1.2.24); FILE MERGED 2003/10/01 10:41:56 rt 1.2.24.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [e6c6b018386092c4516ea1e3e6e6594a2fae359b]

        INTEGRATION: CWS rt02 (1.1.52); FILE MERGED 2003/10/01 10:41:55 rt 1.1.52.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [57dbe71208cd033c19194270711c31a05223a295]

        INTEGRATION: CWS rt02 (1.1.68); FILE MERGED 2003/10/01 10:41:55 rt 1.1.68.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [75f67951f7876310156c4b2e7d193e93a91f1cf3]

        INTEGRATION: CWS rt02 (1.1.68); FILE MERGED 2003/10/01 10:41:54 rt 1.1.68.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [a05aa54ba6890f6ca53f966c038c26d9dd5fa67c]

        INTEGRATION: CWS rt02 (1.6.42); FILE MERGED 2003/10/01 10:41:54 rt 1.6.42.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [9ecba606834ddc66e203ffa3f0527f77c236a576]

        INTEGRATION: CWS rt02 (1.10.42); FILE MERGED 2003/10/01 10:41:53 rt 1.10.42.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [c6caf957c2150e0f0dc98324806c36077fd52b33]

        INTEGRATION: CWS rt02 (1.20.24); FILE MERGED 2003/10/01 10:41:53 rt 1.20.24.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [7d3371005359956d97c9bbbd75b21411237a4adb]

        INTEGRATION: CWS rt02 (1.2.46); FILE MERGED 2003/10/01 10:41:53 rt 1.2.46.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [cfeadf0b61d115892530240282ae33ac73a6df8f]

        INTEGRATION: CWS rt02 (1.1.72); FILE MERGED 2003/10/01 10:41:52 rt 1.1.72.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [ad628fe7697cb6fa090abe8a397d84603bc555a4]

        INTEGRATION: CWS rt02 (1.19.24); FILE MERGED 2003/10/01 10:41:52 rt 1.19.24.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [2f46b8f041cae977e1ad9d470fe25c54c6ec6229]

        INTEGRATION: CWS rt02 (1.1.68); FILE MERGED 2003/10/01 09:05:11 rt 1.1.68.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [30fa696cc492c1c45422ee407245af46ec87f8bd]

        INTEGRATION: CWS rt02 (1.1.68); FILE MERGED 2003/10/01 09:05:09 rt 1.1.68.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [c2944e0440357ecb330fe49c704d5f9dc83789aa]

        INTEGRATION: CWS rt02 (1.2.96); FILE MERGED 2003/10/01 11:36:40 rt 1.2.96.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [3346bbfeb12e446932c615cdb0a37f961d3d75ea]

        INTEGRATION: CWS rt02 (1.2.96); FILE MERGED 2003/10/01 11:36:39 rt 1.2.96.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [fa439c8ea4446ab77f2dbfe9d3957de65d104d02]

        INTEGRATION: CWS rt02 (1.1.174); FILE MERGED 2003/10/01 11:36:38 rt 1.1.174.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [353e461dc1a5eb3ad825b10783b6d1279689d95d]

        INTEGRATION: CWS rt02 (1.5.84); FILE MERGED 2003/10/01 11:36:31 rt 1.5.84.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [eb055b94973a40de43ab2832d8126327388fb87a]

        INTEGRATION: CWS rt02 (1.4.96); FILE MERGED 2003/10/01 11:36:29 rt 1.4.96.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Björn Milcke  <bm@openoffice.org>  [f2e08b5bc882b0d2b833939c1d9398b79d2ccfa2]

        use global LineProperties instead of own ones (esp. due to global ids)

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [2f02bef132173c19fafbda7908dd154f2d70a692]

        INTEGRATION: CWS rt02 (1.7.90); FILE MERGED 2003/09/30 13:37:11 rt 1.7.90.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [85d7d6ba32c829e3e2ccdf3b83fd0b127f3be037]

        INTEGRATION: CWS rt02 (1.3.4); FILE MERGED 2003/09/30 13:37:35 rt 1.3.4.1: #i19697# No newline at end of file

2003-10-06  Behrend Cornelius  <bc@openoffice.org>  [eda6359534ff12ea9c145b7f8205df78303a73a3]

        #111603# roadmapcontrol.cxx for future wizards added

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [9621776ffc176c175ff3d2ea5afd7760c9e69aac]

        INTEGRATION: CWS rt02 (1.1.108); FILE MERGED 2003/10/01 07:48:28 rt 1.1.108.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [52b10db8cdb8e3d8b9ce02b4c1f0fc169967b469]

        INTEGRATION: CWS rt02 (1.8.52); FILE MERGED 2003/10/01 07:48:27 rt 1.8.52.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [3e43485a560dcc21d9cbe70b393734b7fb4a35c4]

        INTEGRATION: CWS rt02 (1.1.1.1.336); FILE MERGED 2003/09/30 13:14:08 rt 1.1.1.1.336.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [0540f9b855e14b6c88d4c57cc502743533f75d31]

        INTEGRATION: CWS rt02 (1.9.308); FILE MERGED 2003/09/30 13:14:07 rt 1.9.308.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [14e3f5fd3f2e8409e8aac53c6fbaf655c0d4c3cb]

        INTEGRATION: CWS rt02 (1.7.318); FILE MERGED 2003/09/30 13:14:07 rt 1.7.318.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [58fa452fab6b00058e7dd44683e6758c51126924]

        INTEGRATION: CWS rt02 (1.18.48); FILE MERGED 2003/09/30 13:46:08 rt 1.18.48.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [8f4d15e58eccf36e8f6bac66e613c6034c61b001]

        INTEGRATION: CWS rt02 (1.6.70); FILE MERGED 2003/10/01 13:06:45 rt 1.6.70.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [000093659f54a5aa9831a57e6897edea2b0e01a4]

        INTEGRATION: CWS rt02 (1.14.70); FILE MERGED 2003/10/01 13:06:44 rt 1.14.70.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [889cb95754d5aa6d6b72b2365017fbb5d736d01e]

        INTEGRATION: CWS rt02 (1.3.70); FILE MERGED 2003/10/01 13:06:43 rt 1.3.70.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [a3e7f1577364dfcbf1bd714018831c3ccca63d43]

        INTEGRATION: CWS rt02 (1.9.70); FILE MERGED 2003/10/01 13:06:42 rt 1.9.70.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [90fb5e2a26a3b22486d0144210a75c7f80ab7657]

        INTEGRATION: CWS rt02 (1.2.462); FILE MERGED 2003/09/30 16:22:56 rt 1.2.462.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [7244befd88b6f62c0a53cbd700fe61483a0a9c71]

        INTEGRATION: CWS rt02 (1.3.432); FILE MERGED 2003/09/30 16:22:54 rt 1.3.432.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [cfcb4b62b223f0f34b6f9ed9523a405bf85f8521]

        INTEGRATION: CWS rt02 (1.49.34); FILE MERGED 2003/09/30 16:22:53 rt 1.49.34.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [60c200477e8138c53c4c7f33d4c16516eb3459c6]

        INTEGRATION: CWS rt02 (1.84.10); FILE MERGED 2003/09/30 16:22:53 rt 1.84.10.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [aba02586eadbafc8f69ab0cb6cc83cd556b3c819]

        INTEGRATION: CWS rt02 (1.4.432); FILE MERGED 2003/09/30 16:22:52 rt 1.4.432.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [e5c0ad6d3697102e992b60b88fe63c1036ad8e7e]

        INTEGRATION: CWS rt02 (1.9.432); FILE MERGED 2003/09/30 16:22:51 rt 1.9.432.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [0fa60e4dfd3a61b07d75e4838a061f9e7e95c542]

        INTEGRATION: CWS rt02 (1.22.274); FILE MERGED 2003/09/30 16:22:51 rt 1.22.274.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [159621b6e2c7ee3aff4eb2cbc0f86ee23e8c89f0]

        INTEGRATION: CWS rt02 (1.1.1.1.470); FILE MERGED 2003/09/30 16:22:49 rt 1.1.1.1.470.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [64be4aa1ac7608e62a36202df509d6bc0b1665c7]

        INTEGRATION: CWS rt02 (1.5.454); FILE MERGED 2003/09/30 16:22:48 rt 1.5.454.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [f9f3808355791186133b0038079b820838708fec]

        INTEGRATION: CWS rt02 (1.11.126); FILE MERGED 2003/10/01 08:28:53 rt 1.11.126.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [75f8b0d6f61a9c4fc030e5ed227d847adf05dd1c]

        INTEGRATION: CWS rt02 (1.1.246); FILE MERGED 2003/10/01 08:28:51 rt 1.1.246.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [aee1f27e8b3e88512e64e70338cbaee5d7a2a9e9]

        INTEGRATION: CWS rt02 (1.1.1.1.280); FILE MERGED 2003/10/01 08:28:50 rt 1.1.1.1.280.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [b254d423c79d1402b6692b2ce68bca141288d393]

        INTEGRATION: CWS rt02 (1.3.246); FILE MERGED 2003/10/01 08:28:50 rt 1.3.246.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [66417c7d6c36aea81a180721bc8a35980078af4c]

        INTEGRATION: CWS rt02 (1.1.246); FILE MERGED 2003/10/01 08:28:49 rt 1.1.246.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [32b09d6bb24124f79f744decd3bc8f5f9d8426ac]

        INTEGRATION: CWS rt02 (1.3.246); FILE MERGED 2003/10/01 08:28:49 rt 1.3.246.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [537472bf4475720e47ccb62a3d3eda85cb285fd4]

        INTEGRATION: CWS rt02 (1.14.126); FILE MERGED 2003/10/01 08:28:48 rt 1.14.126.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [2ab34c34f5dc4540a1eb868233d38be7f7b8fb84]

        INTEGRATION: CWS rt02 (1.2.188); FILE MERGED 2003/10/01 09:15:54 rt 1.2.188.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [390fddf7088a0c74fe0adf65e1677918614e6e02]

        INTEGRATION: CWS rt02 (1.1.148); FILE MERGED 2003/10/01 09:15:53 rt 1.1.148.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [4def252dc06ab6951e80e21ad919829521dcd1ee]

        INTEGRATION: CWS rt02 (1.2.74); FILE MERGED 2003/10/01 09:15:49 rt 1.2.74.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [3425bba30c4023f20d6600219b222cd38027b57b]

        INTEGRATION: CWS rt02 (1.1.190); FILE MERGED 2003/10/01 09:15:48 rt 1.1.190.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [d104aa9d043626deeb9c7f7d80291f0d75a96278]

        INTEGRATION: CWS rt02 (1.14.142); FILE MERGED 2003/10/01 12:45:43 rt 1.14.142.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [b1e4bf9411f46e26bb545bdd9aeef2122ae3caeb]

        INTEGRATION: CWS rt02 (1.2.98); FILE MERGED 2003/10/01 12:45:42 rt 1.2.98.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [99de2d39eebc9e64e398c783eb4cb876e35bf99b]

        INTEGRATION: CWS rt02 (1.1.246); FILE MERGED 2003/10/01 12:34:05 rt 1.1.246.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [bdc2aabffb6e9340baf5b349f817c5bc0cb3249d]

        INTEGRATION: CWS rt02 (1.1.246); FILE MERGED 2003/10/01 12:34:04 rt 1.1.246.1: #i19697# No newline at end of file

2003-10-06  Björn Milcke  <bm@openoffice.org>  [471634e80d2398063337176f324ed6eb630ec69b]

        +Origin, Logarithmic

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [2d094007f85356c561861d6b9fcddd68690fda32]

        INTEGRATION: CWS rt02 (1.1.246); FILE MERGED 2003/10/01 12:34:03 rt 1.1.246.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [e965824d87c2fdcc0f08466bf1762f897a9199c1]

        INTEGRATION: CWS rt02 (1.2.96); FILE MERGED 2003/10/01 12:34:00 rt 1.2.96.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [a53d3834c1bc609bea60210395352c1b073d34ef]

        INTEGRATION: CWS rt02 (1.3.96); FILE MERGED 2003/10/01 12:33:59 rt 1.3.96.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [42d1ad5115f4d1da67812662ee55227b6cd917f2]

        INTEGRATION: CWS rt02 (1.2.134); FILE MERGED 2003/10/01 12:33:57 rt 1.2.134.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [9af6c57dca008321555bd9aa18f50faa922edb24]

        INTEGRATION: CWS rt02 (1.10.10); FILE MERGED 2003/10/01 14:14:50 rt 1.10.10.1: 112521# jobs is obsolete

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [8dae9bb0677a5b41fd8a10873161f76610d22049]

        INTEGRATION: CWS rt02 (1.26.160); FILE MERGED 2003/10/01 07:45:55 rt 1.26.160.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [6972d3e8ff7aba864a3b2756c47b6b9ac74b19df]

        INTEGRATION: CWS rt02 (1.3.36); FILE MERGED 2003/10/01 13:15:19 rt 1.3.36.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [b90610cd8ca3684a107e7541e86358ac601e0108]

        INTEGRATION: CWS rt02 (1.3.20); FILE MERGED 2003/10/01 13:15:19 rt 1.3.20.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [da45eaf77a74bb1865c24557a78ce804f9f711fc]

        INTEGRATION: CWS rt02 (1.3.20); FILE MERGED 2003/10/01 13:15:18 rt 1.3.20.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [84d1b7ff37617bad484d950f9e460250109693cc]

        INTEGRATION: CWS rt02 (1.2.26); FILE MERGED 2003/10/01 13:15:18 rt 1.2.26.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [d581de83056621e8688da27b3d5f88f357a38c86]

        INTEGRATION: CWS rt02 (1.2.26); FILE MERGED 2003/10/01 13:15:17 rt 1.2.26.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [82103e8830babce7e252d6c58b9ff0bf4054c78a]

        INTEGRATION: CWS rt02 (1.3.20); FILE MERGED 2003/10/01 13:15:17 rt 1.3.20.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [03a5f354b5706249f1a922836dd6b3d048e25380]

        INTEGRATION: CWS rt02 (1.2.26); FILE MERGED 2003/10/01 13:15:16 rt 1.2.26.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [e9fde1c35be0866d7e8625e4b6cb13072df54880]

        INTEGRATION: CWS rt02 (1.14.26); FILE MERGED 2003/10/01 13:15:16 rt 1.14.26.1: #i19697# Fixed compiler warnings

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [7557cb86db3d01f930d55912191f77013e139d68]

        INTEGRATION: CWS rt02 (1.2.102); FILE MERGED 2003/10/01 12:06:30 rt 1.2.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [80272a1f13000ce612eac39b25e0f616474d765c]

        INTEGRATION: CWS rt02 (1.1.102); FILE MERGED 2003/10/01 12:06:29 rt 1.1.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [f16c4704522fa914ffcd2ba755e635b91b08ffcd]

        INTEGRATION: CWS rt02 (1.4.42); FILE MERGED 2003/10/01 12:06:29 rt 1.4.42.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [446f104f13410dd97fc5bed1c325d97af77154a0]

        INTEGRATION: CWS rt02 (1.8.42); FILE MERGED 2003/10/01 12:06:28 rt 1.8.42.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [0259e3b825b69aff8196addb03cff524c725a498]

        INTEGRATION: CWS rt02 (1.1.102); FILE MERGED 2003/10/01 12:06:25 rt 1.1.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [914a047aef98c523cf3a992c91e2410708b3a355]

        INTEGRATION: CWS rt02 (1.4.98); FILE MERGED 2003/10/01 12:06:25 rt 1.4.98.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [39288ae73ca4b77d410f364a9e4ca03cfc372118]

        INTEGRATION: CWS rt02 (1.12.70); FILE MERGED 2003/10/01 12:06:24 rt 1.12.70.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [ce1ef20188519d27307cdf1138722462c1730db4]

        INTEGRATION: CWS rt02 (1.9.94); FILE MERGED 2003/10/01 12:06:19 rt 1.9.94.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [adf78aab5d9a26203cc707615348a292052d9ac4]

        INTEGRATION: CWS rt02 (1.1.100); FILE MERGED 2003/10/01 12:06:19 rt 1.1.100.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [5b88cb98fbcf3b8e4829d7e322f86f98fc06fb57]

        INTEGRATION: CWS rt02 (1.2.100); FILE MERGED 2003/10/01 12:06:18 rt 1.2.100.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [487761cf7da3ead0332aa7fd28244c14e25b9fc4]

        INTEGRATION: CWS rt02 (1.2.100); FILE MERGED 2003/10/01 12:06:17 rt 1.2.100.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [a9128075c4365c2596aa2225da19ece1f8ff9ebb]

        INTEGRATION: CWS rt02 (1.6.72); FILE MERGED 2003/10/01 12:06:17 rt 1.6.72.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [c5d10d494a8ee9955397ce94b843aa2e33880dc3]

        INTEGRATION: CWS rt02 (1.7.100); FILE MERGED 2003/10/01 12:06:16 rt 1.7.100.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [848c73a3872d1664b6b4003e27ec499cb911dc8c]

        INTEGRATION: CWS rt02 (1.3.100); FILE MERGED 2003/10/01 12:06:16 rt 1.3.100.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [f9bfe03f4e52dfee02207cf94d24a81843231fc3]

        INTEGRATION: CWS rt02 (1.6.100); FILE MERGED 2003/10/01 12:06:15 rt 1.6.100.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [8722dbf9e944effb6fcd2f9d23bd05c95c20eb75]

        INTEGRATION: CWS rt02 (1.1.102); FILE MERGED 2003/10/01 12:06:15 rt 1.1.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [c5f84fad3b04023b7ffa0d5346703669aa861a7f]

        INTEGRATION: CWS rt02 (1.4.102); FILE MERGED 2003/10/01 12:06:10 rt 1.4.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [f1fc26c88f311d7cac81d1fdecf5e75a35108f63]

        INTEGRATION: CWS rt02 (1.4.102); FILE MERGED 2003/10/01 12:06:09 rt 1.4.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [3ca857e0354a2e88117e7a437a9a7a67a35f513e]

        INTEGRATION: CWS rt02 (1.3.102); FILE MERGED 2003/10/01 12:06:08 rt 1.3.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [12843767cbeaa748cac3041be04013c0e951c8f8]

        INTEGRATION: CWS rt02 (1.1.102); FILE MERGED 2003/10/01 12:06:08 rt 1.1.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [6b38430c08d69ca6ef2cd608460765cf0839574a]

        INTEGRATION: CWS rt02 (1.7.94); FILE MERGED 2003/10/01 12:06:05 rt 1.7.94.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [c87ace157da707204ca26f7e2123eeb9048b4d59]

        INTEGRATION: CWS rt02 (1.10.94); FILE MERGED 2003/10/01 12:06:04 rt 1.10.94.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [206eb6a8ac4bd21ded02bf1eb23b6c7880ffeb80]

        INTEGRATION: CWS rt02 (1.7.88); FILE MERGED 2003/10/01 12:06:03 rt 1.7.88.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [ea6f4f1d926b0af54b131105b6ee2d01612d8faf]

        INTEGRATION: CWS rt02 (1.14.88); FILE MERGED 2003/10/01 12:06:02 rt 1.14.88.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [67c601650d59d29ca21f33d22fe233f5b0c1e9e4]

        INTEGRATION: CWS rt02 (1.3.42); FILE MERGED 2003/10/01 12:06:00 rt 1.3.42.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [1378f6391a7c9fcf54b1f1610df814c28c3bccd1]

        INTEGRATION: CWS rt02 (1.5.92); FILE MERGED 2003/10/01 12:05:58 rt 1.5.92.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [792ec317a097d6d4d43c3951f7bab62071b87c39]

        INTEGRATION: CWS rt02 (1.1.102); FILE MERGED 2003/10/01 12:05:57 rt 1.1.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [11f75b7a010a2276e46ddcf115f204ffa05317cc]

        INTEGRATION: CWS rt02 (1.4.102); FILE MERGED 2003/10/01 12:05:56 rt 1.4.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [d2b68e2fcbf5533cb391bb5d173d58547de8bc88]

        INTEGRATION: CWS rt02 (1.2.102); FILE MERGED 2003/10/01 12:05:55 rt 1.2.102.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [77768eaf12283d3fd84541fd9e6c06998aa4c3ca]

        INTEGRATION: CWS rt02 (1.1.1.1.196); FILE MERGED 2003/09/30 14:08:43 rt 1.1.1.1.196.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [01605ec594967d082bfe03ef7d698c1930d77d6f]

        INTEGRATION: CWS rt02 (1.3.104); FILE MERGED 2003/09/30 14:18:09 rt 1.3.104.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [a8a153b7d488bc442b8e92bdceca47a48b849bbd]

        INTEGRATION: CWS rt02 (1.1.106); FILE MERGED 2003/09/30 14:18:08 rt 1.1.106.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [ab21a2f0bbb4d4ba4702197f3ae92a515fe12526]

        INTEGRATION: CWS rt02 (1.1.1.1.438); FILE MERGED 2003/09/30 15:44:03 rt 1.1.1.1.438.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [4025c354e4ffdeffa3332354f8037bbbe4f12b76]

        INTEGRATION: CWS rt02 (1.2.262); FILE MERGED 2003/09/30 15:44:03 rt 1.2.262.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [399f4318ba93ae700303741ad22d891002a8f0ea]

        INTEGRATION: CWS rt02 (1.10.160); FILE MERGED 2003/09/30 12:51:20 rt 1.10.160.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [21a29002bd7897a782907cb0ad46fb4d74840018]

        INTEGRATION: CWS rt02 (1.1.96); FILE MERGED 2003/09/30 13:18:31 rt 1.1.96.1: #i19697# Fixed comment after preprocessor directive

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [61de5329299b7401554a5a54bf4b86bcd3f41d4a]

        INTEGRATION: CWS rt02 (1.2.96); FILE MERGED 2003/10/01 10:52:41 rt 1.2.96.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [83262c3d23735958ac1824116479020321dcdf38]

        INTEGRATION: CWS rt02 (1.2.96); FILE MERGED 2003/10/01 10:52:40 rt 1.2.96.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [6ce6400de81712e7bea69911a24ac770ba704f29]

        INTEGRATION: CWS rt02 (1.2.96); FILE MERGED 2003/10/01 10:52:39 rt 1.2.96.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [a367d14241d71261023ec15b8a3310037b5fc4a6]

        INTEGRATION: CWS rt02 (1.2.96); FILE MERGED 2003/10/01 10:52:38 rt 1.2.96.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [29ac98b976e4a26552562df466b7481ff1499e41]

        INTEGRATION: CWS rt02 (1.2.144); FILE MERGED 2003/10/01 10:52:37 rt 1.2.144.1: #i19697# No newline at end of file

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [fad144bc204b538acd3aa8f05cd24725ebc1a359]

        INTEGRATION: CWS rt02 (1.3.144); FILE MERGED 2003/10/01 10:52:36 rt 1.3.144.1: #i19697# No newline at end of file

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4915571c9c372265dd3f16c45147722a44241fc8]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/25 15:32:42 lla 1.1.2.1: *** empty log message ***

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [84965eb66e83cb7e284097590d2c41ca1823fd3a]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/25 15:32:29 lla 1.1.2.1: *** empty log message ***

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [1597a31bcf101b3664f03ff6e5b34f324f779f98]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/25 15:32:21 lla 1.1.2.1: *** empty log message ***

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f63cd725d6f12228ce54d6cb216d8ec5d4793581]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/25 15:31:18 lla 1.1.2.1: *** empty log message ***

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f1c285d0976a2dd3a6883b0574c47bd6e7933436]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/25 15:31:06 lla 1.1.2.1: *** empty log message ***

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [932702f8c3e303ca41030e49170a6df1abaddf99]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/25 15:30:47 lla 1.1.2.1: *** empty log message ***

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [2fa2724e1ccaba68c23a0d4425eeb567c29877b7]

        INTEGRATION: CWS unopkg (1.1.2.3.4); FILE MERGED 2003/09/26 13:10:58 dbo 1.1.2.3.4.1: #112449# using getCaughtException() as additional test for bridges: C++ throw;

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [14bf134f90c987c1f54dcf33bf87ae790d4e0370]

        INTEGRATION: CWS qadev12 (1.2.10); FILE MERGED 2003/09/26 09:15:48 mindyliu 1.2.10.1: #112420# add assert message after socket call bind()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [b953c06493ff58c66f3e87d4553f5377cbdbc053]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/15 05:33:14 deuce 1.1.2.2: #111730# add forward vars, remove unused headers. 2003/09/13 07:48:24 deuce 1.1.2.1: #111730# first check in of test code for sal/qa/osl/security/osl_Security_Const.h.

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [abd0262ebe77b3c9b38c0cdfb8f20fc2af88ed57]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/15 05:31:56 deuce 1.1.2.2: #111730# add forward support and logonUser test code. 2003/09/13 07:50:38 deuce 1.1.2.1: #111730# first check in of test code for sal/qa/osl/security/osl_Security.cxx.

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [1f1edc229d1f87464802cd41cc732f7a12139f2b]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/14 10:40:28 deuce 1.1.2.2: #111730# fix bug of export file name. 2003/09/13 07:47:15 deuce 1.1.2.1: #111730# first check in of test code for sal/qa/osl/security/makefile.mk.

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [b239c4ab7defd48cf6335ec0a53a8c61f6d35430]

        INTEGRATION: CWS qadev12 (1.3.48); FILE MERGED 2003/09/26 10:42:21 deuce 1.3.48.1: #112420# add user directory for test, add cleanup and initialization.

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ac44635e2428ef277d22408d71daa284e07fbb81]

        INTEGRATION: CWS qadev12 (1.3.48); FILE MERGED 2003/09/29 09:53:51 lla 1.3.48.4: #112420# Repair a hang bug under Solaris 2.8 2003/09/26 10:41:15 deuce 1.3.48.3: #112420# make all tests create files in TEMP/PID/ directory, some bugs fixed. 2003/09/25 01:02:17 mindyliu 1.3.48.2: #112420# add the BUGID 2003/09/22 04:00:22 mindyliu 1.3.48.1: change result check condition in 1. osl_Directory.reset.reset_001 2. osl_Directory.getNextItem.getNextItem_001

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4738a310438720c938500fa004d909dc49797a14]

        INTEGRATION: CWS qadev12 (1.2.38); FILE MERGED 2003/09/25 15:26:28 lla 1.2.38.1: #112420# add lot of deprecated functions.

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [5df0207af7bc16fddf6e794b53c844b2f60ce792]

        INTEGRATION: CWS qadev12 (1.6.2); FILE MERGED 2003/09/25 14:05:58 lla 1.6.2.2: #112420# ByteSequence is marked as deprecated 2003/09/13 07:54:15 deuce 1.6.2.1: #111730# add sal/osl/Security test code entry.

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [53d75277f46f49b92f4e6c83aa8bea3262888509]

        INTEGRATION: CWS qadev12 (1.4.2); FILE MERGED 2003/09/25 15:11:53 lla 1.4.2.2: #112157# bug in codegen.pl, if lot of package.class names will given 2003/09/25 13:57:45 lla 1.4.2.1: #112157# ';' lost at registerAllTestFunctions

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [912039b7e4167301bb658601e54931dfc61a96bb]

        INTEGRATION: CWS qadev12 (1.5.4); FILE MERGED 2003/09/25 13:56:11 lla 1.5.4.1: #112157# compile fail repaired.

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [a3ad1f2087428bcbef41beb14f3da2d4b7e649d2]

        INTEGRATION: CWS qadev12 (1.10.2); FILE MERGED 2003/09/25 13:59:36 lla 1.10.2.1: #112157# new parameters -pid, -endless, new class ProcessHandler, to handle own process id for external kill

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [35cc6e08083403f9add2b092f35cc9263ab21e96]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/25 13:57:05 lla 1.1.2.1: #112157# add new terminator.

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [a22476d5044b671125508ed155c010fda298dd15]

        INTEGRATION: CWS qadev12 (1.3.16); FILE MERGED 2003/09/25 13:57:05 lla 1.3.16.1: #112157# add new terminator.

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [d28b8aab8e6bf862f017edb9f76b51093b6803d4]

        INTEGRATION: CWS qadev12 (1.2.2); FILE MERGED 2003/09/25 13:56:34 lla 1.2.2.1: #112157#

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [40ef1ea9dbbdd96473364cc5cfe331ee962f1678]

        INTEGRATION: CWS qadev12 (1.3.20); FILE MERGED 2003/09/25 14:00:18 lla 1.3.20.1: #112157# new terminator

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [74ba16a2377fe521de886e4ee0b0d91ff4e6e6a3]

        INTEGRATION: CWS qadev12 (1.8.2); FILE MERGED 2003/09/19 11:55:02 sw 1.8.2.1: #111722#

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [50dc3841650ce8990c5811e9a50f2ef58a51afc7]

        INTEGRATION: CWS qadev12 (1.4.2); FILE MERGED 2003/09/30 09:29:17 sg 1.4.2.2: CHG: old version again 2003/09/22 15:39:04 sg 1.4.2.1: CHG: added support for the XCellRangesQuery interface

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f2d2572abb14992a703a0c8c7b85af550c1c7120]

        INTEGRATION: CWS qadev12 (1.4.2); FILE MERGED 2003/09/30 09:29:16 sg 1.4.2.2: CHG: old version again 2003/09/22 15:39:04 sg 1.4.2.1: CHG: added support for the XCellRangesQuery interface

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [aaac93788929f7d77cb8ae293be40f13ae087b9c]

        INTEGRATION: CWS qadev12 (1.3.2); FILE MERGED 2003/09/25 11:05:41 sw 1.3.2.1: #112174#

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [7237da6de64703e3ac95380dbd383bd42728d076]

        INTEGRATION: CWS qadev12 (1.3.2); FILE MERGED 2003/09/25 14:24:07 cn 1.3.2.1: CHG: #i19654# object relation for XNameContainer/XNameReplace added

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [8557105a6f3d4921935afbe92b1efa2f12978115]

        INTEGRATION: CWS qadev12 (1.3.2); FILE MERGED 2003/09/25 14:24:01 cn 1.3.2.1: CHG: #i19654# object relation for XNameContainer/XNameReplace added

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [992fb06aa3e1313730ddb67858be80faa10cde9d]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/30 08:30:29 cn 1.1.2.3: CHG: #112259# parsing for XMultiServiceFactory 2003/09/26 10:28:21 cn 1.1.2.2: CHG: #i19654# initial final version 2003/09/25 14:24:15 cn 1.1.2.1: NEW: #i19654# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [383c6d9942485429ddf7b04c35c11680e65f09ca]

        INTEGRATION: CWS qadev12 (1.3.2); FILE MERGED 2003/09/19 12:33:52 cn 1.3.2.1: CHG: #i19645# close document instead of dispose at end of test

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [bd692ed80510b0be749c2e20d2bf3a9f67790740]

        INTEGRATION: CWS qadev12 (1.3.2); FILE MERGED 2003/09/30 08:30:28 cn 1.3.2.3: CHG: #112259# parsing for XMultiServiceFactory 2003/09/25 14:23:56 cn 1.3.2.2: CHG: #i19654# instances for XIndexReplaces added 2003/09/19 12:34:00 cn 1.3.2.1: CHG: #i19645# UnoToAnyConverter()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [6fbf15f48b81ca423034e0b5ba30c57e68d7cf9d]

        INTEGRATION: CWS qadev12 (1.2.2); FILE MERGED 2003/09/19 12:34:08 cn 1.2.2.1: CHG: #i19654# consider optional slash on end of path

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c9cee489cd15fa232b7a2bc346f38bd8e9bdb57f]

        INTEGRATION: CWS qadev12 (1.2.2); FILE MERGED 2003/09/30 08:59:18 sg 1.2.2.2: CHG: old version again 2003/09/22 15:40:25 sg 1.2.2.1: CHG: adapted test to additional objects

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [d7d2165c7ca9b6dbeebf997f2ef57217f6cda2bb]

        INTEGRATION: CWS qadev12 (1.2.2); FILE MERGED 2003/09/25 11:06:04 sw 1.2.2.1: #112174#

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c042ce13fb1796eeab809402afc7da37d967028b]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/25 14:24:40 cn 1.1.2.1: NEW: #i19654# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [e307f46b28d95915b4d7f5d0012c163c2f0d41c0]

        INTEGRATION: CWS qadev12 (1.2.2); FILE MERGED 2003/09/19 12:33:56 cn 1.2.2.1: CHG: #i19645# bugfix in setComponent()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [39df1ada3fb0d719af2258e2654ac302971e83d3]

        INTEGRATION: CWS qadev12 (1.3.2); FILE MERGED 2003/09/30 08:32:08 cn 1.3.2.2: CHG: #112259# parsing for XMultiServiceFactory 2003/09/19 12:34:05 cn 1.3.2.1: CHG: #i19645# removed dispatching of invalid URL: XDispatchRecorderSupplier does not validate dispatched URLs

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [8f2b7e47e5d0e9ecea5e14d0752a9758d22b6257]

        INTEGRATION: CWS qadev12 (1.2.2); FILE MERGED 2003/09/25 14:24:30 cn 1.2.2.1: CHG: #i19654# checkXDispatchWithNotification() added

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [36e6706c1d8e2cd3ad6e207c4046b6f677faefb4]

        INTEGRATION: CWS qadev12 (1.3.2); FILE MERGED 2003/09/19 11:55:44 sw 1.3.2.1: #111722#

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [e19accfeb3f5e08fcfe4868f9d779009ed405712]

        INTEGRATION: CWS qadev12 (1.4.16); FILE MERGED 2003/09/12 09:19:51 cn 1.4.16.1: CHG: #112196# global variables for XAccessibleText

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [185218ff6f074435249b747a02533abaa9c64f02]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:19:41 cn 1.1.2.1: NEW: #112196# initial final

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [8e3b5d66df7fc0c85ce46887ac80068b2db0f006]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:19:36 cn 1.1.2.1: NEW: #112196# initial final

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [1747614899935511d935e8161de887db3da14ad2]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:19:24 cn 1.1.2.1: NEW: #112196# initial final

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [7b3854771ab65b3b23d4746e426a658951740e6a]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:19:29 cn 1.1.2.1: NEW: #112196# initial final

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [8bd8428be86b5fc0f69a739cce0e669761f7d0ba]

        INTEGRATION: CWS qadev12 (1.5.14); FILE MERGED 2003/09/25 14:23:51 cn 1.5.14.2: CHG: #112196# radiobutton renamed 2003/09/19 12:34:12 cn 1.5.14.1: CHG: #112196# radiobutton renamed

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [2f835955313ea1f9cefbba5dd0cd056fa0571980]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:19:09 cn 1.1.2.1: NEW: #112196# initial final

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [cd506e73d8db98cc1405e970f5cac46d2472e513]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:19:14 cn 1.1.2.1: NEW: #112196# initial final

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [94c5a3c5f6d98a30f9784173107d9f732670616c]

        INTEGRATION: CWS qadev12 (1.5.14); FILE MERGED 2003/09/12 09:19:49 cn 1.5.14.1: CHG: #112196# new concept of object creation

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c87f343c88c01a6817119b38ca97fbc1204b3d0e]

        INTEGRATION: CWS qadev12 (1.4.16); FILE MERGED 2003/09/12 09:19:46 cn 1.4.16.1: CHG: #112196# bugfix for XAccessibleEventBroadcaster

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4b89320ef2fa8973012daa94b8f2a469a0206765]

        INTEGRATION: CWS qadev12 (1.4.16); FILE MERGED 2003/09/12 09:18:58 cn 1.4.16.1: CHG: #112196# new accessible role

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c205497ade18346af137fe4f7573f4408ed3110b]

        INTEGRATION: CWS qadev12 (1.3.26); FILE MERGED 2003/09/12 09:21:53 cn 1.3.26.1: CHG: #112196# bug fix

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [7c5ad142dd3e9e20ae57490d58390138bd1277b8]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:23:53 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [dba9d52e3a9664949307f0b1d329068ba73951d8]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:24:00 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [d36b8329b271114cf246d17ec261d3ef72bdf498]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:24:23 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [dce278e44034ea42539eb77e42ee5c11c3e032b9]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:24:17 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [44eb29a1696d3ad8e4a52a7a1538da9cca8367e7]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:23:35 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [07d0ef1020ff4e21a24f4e046b33b9c3ef0c44c9]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:23:41 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [9b7102e91e30aaac129f1aa2da56327e0972bf0c]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:23:19 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [13b65ded38dcf4279d56dbf3f50cfe13dfed6aa1]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:23:25 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [48fe18bbd774a4dadefad55eef6705312775c299]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:31 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [e214fcdc1ad9c6281167af9024fbff6fb55d6d5d]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:36 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [44966715f161bf2ff453190b55a52967a4c2fbe1]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:24 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [94fabbaedafc4d1e467eac2322ed13fe0b1ce4e9]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:27 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [823c46f9fae028f8f91ef2e651c450d62cf65b9b]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:21:51 cn 1.1.2.1: NEW: #112196# initial final

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [1c28e0c025e9fe31d3ad0d542a4f4f1781e4fe72]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:21:45 cn 1.1.2.1: NEW: #112196# initial final

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [392c012aa0e36d84879437ac29cf0a8ba1bfad62]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:21 cn 1.1.30.2: CHG: #112196# remove old / add new properties 2003/09/12 09:21:18 cn 1.1.30.1: CHG: #112196# bugfix

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [63452b6b8f194e28993120dd955cbabf0c29076d]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:15 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f889b7e7bcd303d28b4c90925f9d795fa7aa5696]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:11 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [2b5c0c04d6965bb990fd7ac64123ec54313e040c]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:08 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c24cafb0cfd6ab24481bb81a12913ff05ffc5fa0]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:24:03 cn 1.1.30.1: CHG: #112196# typename(oReplaceInstance) = String

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [dc63f3e002661afd306e8bf573c6dd614e9dc27b]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:24:08 cn 1.1.30.1: CHG: #112196# Some objects have only String to get here so: Dim oElem As Object -> Dim oElem As Variant

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4cad1384d6261bbcf61156d4abff787da6fc1211]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:59 cn 1.1.30.1: CHG: #112196# declare oIdxReplaceInstance as necessary global variable

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [11fd5dc9cfa4e30d6af065ce0fd3729041d8621e]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:22:12 cn 1.1.30.1: CHG: #112196# object relation ElementName

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [992ab30d77d7bca790fef819aab9fbdbc46deea5]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:22:20 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [38d089a62d5d8420246f9cb724b6aff7c8fdf803]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:22:26 cn 1.1.2.1: NEW: #112196# initial fianl version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [d0b41e9ef20036708164fbdf743e2d7b14eb4248]

        INTEGRATION: CWS qadev12 (1.4.6); FILE MERGED 2003/09/12 09:22:02 cn 1.4.6.1: CHG: #112196# replaceByName() for listener calling

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [a32d50c292772820c4322cf9aaa4cd246a67fd9d]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:22:05 cn 1.1.30.1: CHG: #112196# object relation

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [70c75bd98ff01193e635d203c927e615d6a61c0a]

        INTEGRATION: CWS unopkg (1.8.94); FILE MERGED 2003/09/26 12:58:00 dbo 1.8.94.1: #112449# fixing msci bridge rethrow

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [041dbba9c074127a2d72287057892a4109dc4b30]

        INTEGRATION: CWS unopkg (1.3.100); FILE MERGED 2003/09/26 12:58:00 dbo 1.3.100.1: #112449# fixing msci bridge rethrow

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [45d59503e0f4c20aa55e5fd7e8a092841cc36689]

        INTEGRATION: CWS unopkg (1.9.94); FILE MERGED 2003/09/26 12:57:59 dbo 1.9.94.1: #112449# fixing msci bridge rethrow

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [37d3cdd8d280f509ffa37e47c4706213f4dcda7c]

        INTEGRATION: CWS unopkg (1.10.40); FILE MERGED 2003/09/26 15:10:01 dbo 1.10.40.2: #112449# error output 2003/09/26 12:57:59 dbo 1.10.40.1: #112449# fixing msci bridge rethrow

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4268d2cd61df88203dba03c9cacb2d1fb7567e82]

        INTEGRATION: CWS unopkg (1.12.40); FILE MERGED 2003/09/26 12:57:57 dbo 1.12.40.1: #112449# fixing msci bridge rethrow

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [16881e19f36a6d36d4932d9265be0ba930fd2bc0]

        INTEGRATION: CWS unopkg (1.2.2); FILE MERGED 2003/09/26 09:10:17 dbo 1.2.2.1: documentation

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [73f5ee86a39e94e31f356ed5547d95c3e0f69fd6]

        INTEGRATION: CWS unopkg (1.8.30); FILE MERGED 2003/09/23 09:04:23 dbo 1.8.30.1: #112352# generating headers into separate output directories

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [abc259b3df748e7f052bb4564552c2a0a419f1c8]

        INTEGRATION: CWS unopkg (1.2.52); FILE MERGED 2003/09/23 09:04:22 dbo 1.2.52.1: #112352# generating headers into separate output directories

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [d89cf9224bb26d79baab236ae85dfbc3ca08f284]

        INTEGRATION: CWS unopkg (1.7.30); FILE MERGED 2003/09/25 14:13:52 dbo 1.7.30.2: #112352# separate header generation 2003/09/23 09:04:20 dbo 1.7.30.1: #112352# generating headers into separate output directories

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [aaa509dcd9ba1ca76a3bf0b310f9bae36cb46eea]

        INTEGRATION: CWS unopkg (1.5.2); FILE MERGED 2003/09/26 12:45:15 dbo 1.5.2.1: changed attributes

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [3526f6ac330a1c25bfe3ce78860c044399e2b0a8]

        INTEGRATION: CWS unopkg (1.6.2); FILE MERGED 2003/09/26 12:45:14 dbo 1.6.2.1: changed attributes

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ea9fbf6120a0c3e739c8678c7a741909499326aa]

        INTEGRATION: CWS unopkg (1.1.2); FILE REMOVED 2003/09/26 12:45:14 dbo 1.1.2.1: changed attributes

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [d3441c6f88760f8043769849a7c4b2373030a708]

        INTEGRATION: CWS unopkg (1.2.2); FILE MERGED 2003/09/29 07:32:20 dbo 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/25 13:21:37 dbo 1.2.2.1: added config file for executable

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [8ea931ce191dd290696c11ef4d90ab83cf89a6dc]

        INTEGRATION: CWS unopkg (1.5.2); FILE MERGED 2003/09/25 13:21:37 dbo 1.5.2.1: added config file for executable

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [99bf9b206f1b8f8fc24d9af30c949e93cf49292b]

        INTEGRATION: CWS unopkg (1.3.2); FILE MERGED 2003/09/25 13:22:08 dbo 1.3.2.1: added config file for climaker.exe

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c76ccda011a3376b395c6b0597d99cbcbb5cade7]

        INTEGRATION: CWS unopkg (1.13.70); FILE MERGED 2003/09/23 14:10:35 dbo 1.13.70.1: #112265# missing increment

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [3dcc4a9be51fbca2d91808d81fbae68ab7bc4685]

        INTEGRATION: CWS unopkg (1.5.32); FILE MERGED 2003/09/25 14:10:08 dbo 1.5.32.1: #112352# separate header generation

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [0cb756710e5f38ee35b9da61994629e36b29404b]

        INTEGRATION: CWS unopkg (1.5.32); FILE MERGED 2003/09/25 14:09:59 dbo 1.5.32.1: #112352# separate header generation

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [82083c1c49741d984f6e7429be1dda99af9fca60]

        INTEGRATION: CWS unopkg (1.7.32); FILE MERGED 2003/09/25 14:09:55 dbo 1.7.32.1: #112352# separate header generation

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [9626ddb90d6e403a53aa76c14d3c13ff641f8ad6]

        INTEGRATION: CWS unopkg (1.7.38); FILE MERGED 2003/09/25 14:09:52 dbo 1.7.38.1: #112352# separate header generation

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [64c6f88d1bddd9bd595dae210ab5bd64b9b978b8]

        INTEGRATION: CWS unopkg (1.10.32); FILE MERGED 2003/09/25 13:26:59 dbo 1.10.32.1: fixed debug code

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [0bf4d844c267f116506e6e7f2726816fe2e4787f]

        INTEGRATION: CWS unopkg (1.12.72); FILE MERGED 2003/09/25 13:27:22 dbo 1.12.72.1: added binary C-UNO interface holder

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [987c0b4364f4973c70d8b353799f7dfb9033e52b]

        INTEGRATION: CWS unopkg (1.1.2); FILE ADDED 2003/09/25 13:24:26 dbo 1.1.2.1: added binary C-UNO interface holder

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [8252b4f7d99bacd0494b9584934d5caee074b5ea]

        INTEGRATION: CWS unopkg (1.16.58); FILE MERGED 2003/10/01 12:14:42 dbo 1.16.58.2: #112449# return statement 2003/09/25 13:26:27 dbo 1.16.58.1: added member function Reference<>::set( any const &, UnoReference_Query[Throw] )

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [dbcb064fff42afeb5b5c2eb333acf467dc40cb5a]

        INTEGRATION: CWS unopkg (1.12.58); FILE MERGED 2003/09/25 13:26:27 dbo 1.12.58.1: added member function Reference<>::set( any const &, UnoReference_Query[Throw] )

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ad668bec84f74cb6d9606f567a43aa0d75f29578]

        INTEGRATION: CWS unopkg (1.25.4); FILE MERGED 2003/09/23 08:50:51 dbo 1.25.4.1: #112208# uninitialized member access

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [9f00d372122e87a659967b6d1381114b5f411e73]

        INTEGRATION: CWS unopkg (1.2.4); FILE MERGED 2003/09/26 13:10:58 dbo 1.2.4.1: #112449# using getCaughtException() as additional test for bridges: C++ throw;

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c26d016e05e47e0fddf7700988fd4ef810098688]

        INTEGRATION: CWS unopkg (1.2.4); FILE MERGED 2003/09/29 14:08:31 dbo 1.2.4.1: propery return value

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [58abecd3da8b87efaf154beab566aaa4e8985fb6]

        INTEGRATION: CWS unopkg (1.3.4); FILE MERGED 2003/09/29 13:17:19 dbo 1.3.4.3: #112449# tests 2003/09/26 15:02:40 dbo 1.3.4.2: #112449# 2003/09/26 13:10:56 dbo 1.3.4.1: #112449# using getCaughtException() as additional test for bridges: C++ throw;

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [aa3aa42b0726bbd273ef359fb0dffb4972f48483]

        INTEGRATION: CWS unopkg (1.8.4); FILE MERGED 2003/09/30 09:04:07 dbo 1.8.4.2: no use of prot_uno_uno bridge anymore 2003/09/26 13:10:56 dbo 1.8.4.1: #112449# using getCaughtException() as additional test for bridges: C++ throw;

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [fdcec5f8d8a2013999f26d260a94ec14d3a39a1c]

        INTEGRATION: CWS unopkg (1.3.4); FILE MERGED 2003/09/26 13:10:54 dbo 1.3.4.1: #112449# using getCaughtException() as additional test for bridges: C++ throw;

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [a3f6e45af48e59d374489937e96deadb460d6a92]

        INTEGRATION: CWS unopkg (1.1.2); FILE ADDED 2003/09/26 13:01:50 dbo 1.1.2.1: #112449# added ::cppu::getCaughtException()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [b996fa025922aaaf9c07366052387a22d38b45bc]

        INTEGRATION: CWS unopkg (1.5.66); FILE MERGED 2003/09/26 13:01:46 dbo 1.5.66.1: #112449# added ::cppu::getCaughtException()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [2b3dba53134469232a639f8b798f597fe5764a87]

        INTEGRATION: CWS unopkg (1.10.14); FILE MERGED 2003/09/29 13:56:46 dbo 1.10.14.3: #112359# 2003/09/29 09:41:43 dbo 1.10.14.2: #112359# OPropertySetHelper( ..., bool ignore_exceptions_while_firing ) 2003/09/26 09:24:27 dbo 1.10.14.1: #112359# catching DisposedExceptions

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [5d149be765002e68ed7b9b302108b6c284aae018]

        INTEGRATION: CWS unopkg (1.10.58); FILE MERGED 2003/09/29 09:41:43 dbo 1.10.58.2: #112359# OPropertySetHelper( ..., bool ignore_exceptions_while_firing ) 2003/09/26 13:01:41 dbo 1.10.58.1: #112449# added ::cppu::getCaughtException()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [b3c86b996eb4d6708bfab53988a6e7a80a5c7d58]

        INTEGRATION: CWS unopkg (1.31.16); FILE MERGED 2003/09/29 09:41:43 dbo 1.31.16.2: #112359# OPropertySetHelper( ..., bool ignore_exceptions_while_firing ) 2003/09/26 13:01:40 dbo 1.31.16.1: #112449# added ::cppu::getCaughtException()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4f4e40f420305097fcf20eaf01cd50d7096ca6ad]

        INTEGRATION: CWS unopkg (1.4.90); FILE MERGED 2003/09/30 13:37:59 dbo 1.4.90.2: #112449# 2003/09/26 13:01:38 dbo 1.4.90.1: #112449# added ::cppu::getCaughtException()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [70206d703026295ec32c27d1b94ec05c88630885]

        INTEGRATION: CWS unopkg (1.9.58); FILE MERGED 2003/09/29 09:41:42 dbo 1.9.58.2: #112359# OPropertySetHelper( ..., bool ignore_exceptions_while_firing ) 2003/09/26 13:01:37 dbo 1.9.58.1: #112449# added ::cppu::getCaughtException()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [564b5046dc0878043594eef537b279044bf6a933]

        INTEGRATION: CWS unopkg (1.2.36); FILE MERGED 2003/09/26 13:01:34 dbo 1.2.36.1: #112449# added ::cppu::getCaughtException()

2003-10-06  Björn Milcke  <bm@openoffice.org>  [0c5988929b30320c76ae8899c208c5809c48b4b9]

        TitleHelper problems

2003-10-06  Björn Milcke  <bm@openoffice.org>  [f9af9761e1c3fe0fda2847b8e3761fd0f4a0ee7e]

        LIBPATTERN was invalid for Solaris

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f2d59c096002ba2f33e36406bcc3b06d90105c19]

        INTEGRATION: CWS unopkg (1.8.64); FILE MERGED 2003/09/29 13:56:45 dbo 1.8.64.2: #112359# 2003/09/29 09:41:41 dbo 1.8.64.1: #112359# OPropertySetHelper( ..., bool ignore_exceptions_while_firing )

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [dbd51b8c397f2bb6005f40150f0d21c4ad2c2402]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:23:04 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [278dc8b96a1587d76dceec66097d6050d2a8b216]

        INTEGRATION: CWS unopkg (1.5.74); FILE MERGED 2003/09/26 15:10:32 dbo 1.5.74.2: #112449# additional documentation 2003/09/26 13:01:31 dbo 1.5.74.1: #112449# added ::cppu::getCaughtException()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4c583c2cec22cc2766813d4a0b5f89b1f6d5617c]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:23:10 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [72d777768c0e60b5c560615139e5e7c9f90a7c4f]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:05 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [2406398f25190e6349502fb2bf84765a8411fefe]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:56 cn 1.1.30.1: CHG: #112196# getProperties() could returm empty object, but not null

2003-10-06  Björn Milcke  <bm@openoffice.org>  [d0f0411d0579f4d0053adef4478d79f13874c3ff]

        missing return-value

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [e8c17403f107539fa600daa584d6ca05752f11cd]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:22:33 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [9cb07a95fe2c55074e7fb4f0a417b85559d5404d]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:22:39 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f71404688bf16c9d47bef76c46271979b9a24f90]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:22:47 cn 1.1.2.1: NEW: #112196# initial final version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [1e1a0a4923de64e16243e97c1fc279bdaa8f396b]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 09:22:53 cn 1.1.2.1: NEW: #112196# initial final verion

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [86e6cbec08a6bea4218125ef2cea6308b944f0e4]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:58 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [41d62484c8e786fae9f728782fef144ececaa1fc]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:55 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [816b36d551adf2ab00d670aefa08d4697cc24c96]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:50 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f3ba435a74ec60253f70b4f824a609227965e0aa]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:45 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [dfa424a3d82a8b1a0e418440901c050001e6ee9b]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:42 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [efca3533a28abe2e056dbbab77c7387c1ce6bfd9]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:39 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [a55295d34945b6388f62fcd155c033949802c868]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:36 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [36484284814a086c616829dee8ee56560a9f66ce]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:33 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [0985586acd36bd083e5df7e8572dcb46975eed58]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:29 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [e16e6850781591aeced38807939f94e72891e194]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:25 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [6fd2c680df8714c54dcceb87cf1ccf5460229bed]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:22 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [45b1057426eaec67edac986b50ee4e3ab93f058f]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:19 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [a51ef290130da295d6deb49cf0ae5db7994fcb7d]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:16 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [441b4f3d6bdce39e03c261a5611a3a8463846b69]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:13 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [3c54c4c2027abed9b0bb4516cdb6de04456ecd7f]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:09 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [06a54bba69d00242601bbba59ef9ec8f07c01818]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:06 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [946ab35335163160d9aa64161ccc5b59a35bc0df]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:20:03 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ca52edc14ebec603f8dc814f56dbfd48eb2466e3]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:19:59 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [e6846766954b96308886601f48df45c9b9c4df33]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:19:57 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [4d47c954468be394f7005cb3c2ac5ab8a645ffc6]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:19:54 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [e0f620150820ca781fabc6ab93fde280ec86db40]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:19:01 cn 1.1.30.1: CHG: #112196# methods renamed

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c09fd94bc3a0a04eea569e7255590508268ae185]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:21:01 cn 1.1.30.1: CHG: #112196# remove old / add new properties

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [b50cd302e13ac0fd9e56e75c1dc5f502d56793d8]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:23:44 cn 1.1.30.1: CHG: #112196# setAttributes()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [bebe8507fe9341a0d208524209ee748142e90000]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:19:17 cn 1.1.30.1: CHG: #112196# bugfix

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [79998852e1da10f28d3220f1290907ebd9263508]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/12 09:19:44 cn 1.1.30.2: CHG: #112196# bugfix in getAccessibleActionKeyBinding() 2003/09/12 09:18:56 cn 1.1.30.1: CHG: #112196# getAccessibleKeyBinding() -> getAccessibleActionKeyBinding()

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [31c4e62a8495ee0b51d312af33b23f0941591627]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/25 14:24:24 cn 1.1.2.1: NEW: #i19654# needed for fwk.SoundHandler

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ce6ddd67cffa2b832cb3fcc37c45aa52fd33923d]

        INTEGRATION: CWS qadev12 (1.3.18); FILE MERGED 2003/09/30 08:35:13 cn 1.3.18.2: CHG: #112259# remove InetTools 2003/09/24 15:51:40 sg 1.3.18.1: #110481#CHG:added DynamicClassLoader to makefile

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [75d1cdd41eb5c9b1088f82ec81348ea969a3c5c4]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/24 15:51:40 sg 1.1.30.1: #110481#CHG:added DynamicClassLoader to makefile

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [fdd4d310f6dbde932a47a71420c665bc378a8afa]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/30 08:34:30 cn 1.1.2.2: CHG: #112259# replace of TestParam by XMultiServieFactory 2003/09/29 16:37:40 sg 1.1.2.1: #112259#NEW:initial version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [0dc6401e79651775ce6fa040d739b332d577076b]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/24 15:47:30 sg 1.1.2.1: #110481#NEW: initial version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [27628b92141f143116d2bead7aea06a39d8759d5]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/30 08:34:29 cn 1.1.2.2: CHG: #112259# replace of TestParam by XMultiServieFactory 2003/09/29 16:37:24 sg 1.1.2.1: #112259#NEW:initial version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f505f4aea41b97bca39f8087406b4c5e1d9f529d]

        INTEGRATION: CWS qadev12 (1.5.26); FILE MERGED 2003/09/24 15:52:25 sg 1.5.26.1: #110481#CHG:added DataBaseConnection to makefile

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [9ac4fe28e81a899afb38b353eaa50693296f4295]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/24 15:55:06 sg 1.1.30.1: #112259#CHG: added time and date stamp

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f826f7cc60e8b9f3162a8db7662b1f13fde40100]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/29 16:52:14 sg 1.1.2.2: #112259#CHG: removed import of TestParameters 2003/09/24 15:46:37 sg 1.1.2.1: #110481#CHG: initial version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [cce4f5f79b019a912e73be13cd29b8efcfc44ecf]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/29 16:52:13 sg 1.1.2.2: #112259#CHG: removed import of TestParameters 2003/09/24 15:46:36 sg 1.1.2.1: #110481#CHG: initial version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [555aecb199b99db0142658c77dc5f6407568860e]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/29 16:38:42 sg 1.1.2.1: #112259#NEW: initial version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f9e5442d1eb0b877e0707d94e80404c02c722fbb]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/29 16:52:13 sg 1.1.2.2: #112259#CHG: removed import of TestParameters 2003/09/24 15:46:35 sg 1.1.2.1: #110481#CHG: initial version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ef224d517065e2a33820b03e65f93949410b15cb]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/29 16:52:13 sg 1.1.2.2: #112259#CHG: removed import of TestParameters 2003/09/24 15:46:34 sg 1.1.2.1: #110481#CHG: initial version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ccd12f69f47cbb0acca97983a38c1a9047cdf2c6]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/29 16:52:12 sg 1.1.2.2: #112259#CHG: removed import of TestParameters 2003/09/24 15:46:34 sg 1.1.2.1: #110481#CHG: initial version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [49a9c02c1702085f581fedeb6fccb072049639d5]

        INTEGRATION: CWS qadev12 (1.2.16); FILE MERGED 2003/09/24 16:13:05 sg 1.2.16.2: #112239#CHG: added recursive scenario parsing 2003/09/12 15:58:57 sg 1.2.16.1: #112239# CHG: read scenario files recursively

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ac559dd2033621fc5cf4edfcf52d132b3bc55200]

        INTEGRATION: CWS qadev12 (1.2.16); FILE MERGED 2003/09/24 15:58:24 sg 1.2.16.1: #110481#CHG:deprecate DynamicClassLoader

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [320d4dbed1c0252e7499697ab2d6425f5139db7b]

        INTEGRATION: CWS qadev12 (1.2.16); FILE MERGED 2003/09/24 15:58:23 sg 1.2.16.1: #110481#CHG:deprecate DynamicClassLoader

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [a4cd4f2ce038796cb69f71da3a75d11f3de40389]

        INTEGRATION: CWS qadev12 (1.2.26); FILE MERGED 2003/09/30 08:43:13 cn 1.2.26.1: CHG: #112259# InetTools added

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [c1555a5a49044ac193dd854d604f1ac7ce87a9e4]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/12 15:55:18 sg 1.1.2.1: #112239# NEW: bootstrap UNO, initial version

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [beba658f430ea73e960f33764a980243634e4336]

        INTEGRATION: CWS qadev12 (1.6.8); FILE MERGED 2003/09/30 13:28:33 sg 1.6.8.3: #112259#CHG: removed ClassCastException 2003/09/25 10:37:44 sw 1.6.8.2: #112416# 2003/09/23 10:35:32 sw 1.6.8.1: #112382# APIDescGetter.java

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [964697644a161aa60e54637892b1278a5ca852bb]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/30 08:43:58 cn 1.1.2.1: NEW: #112259# InetTools has moved fom util to helper

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [14614c7634588c66b2a888a690a83b4cad5d7d5f]

        INTEGRATION: CWS qadev12 (1.4.16); FILE MERGED 2003/09/25 10:38:08 sw 1.4.16.1: #112416#

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f089e58f6595a9127fe19bd9bd9797834ca7fca8]

        INTEGRATION: CWS qadev12 (1.3.16); FILE MERGED 2003/09/23 10:35:31 sw 1.3.16.1: #112382# APIDescGetter.java

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [427b7380d643d946fbc9ac25d5861efbb90fa80c]

        INTEGRATION: CWS qadev12 (1.2.26); FILE MERGED 2003/09/24 16:00:51 sg 1.2.26.1: #112259#CHG: adapted to new thread for test methods

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [84d1abdec653d7a351767874f06788f544d769ce]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/24 16:00:08 sg 1.1.2.1: #112259#CHG: own thread for complex test methods

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [af8870514e214aa9fb1363fe1a7f7d98aefa20de]

        INTEGRATION: CWS qadev12 (1.6.16); FILE MERGED 2003/09/25 11:05:10 sg 1.6.16.2: #112259#CHG: added javadoc 2003/09/24 16:00:50 sg 1.6.16.1: #112259#CHG: adapted to new thread for test methods

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [3eef9d3f24e0f6ff7e79d31f1e9a42097262f853]

        INTEGRATION: CWS qadev12 (1.4.26); FILE MERGED 2003/09/24 16:10:25 sg 1.4.26.1: #112239#CHG: added testbase java_cmp

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [f114dd2057490b76e8eaadf3dc014458a4ec7c88]

        INTEGRATION: CWS qadev12 (1.4.16); FILE MERGED 2003/09/25 10:37:25 sw 1.4.16.3: #112416# 2003/09/24 16:08:39 sg 1.4.16.2: #110481#CHG: implemented change to use database out producer 2003/09/12 15:56:25 sg 1.4.16.1: #112239# CHG: enable Runner to execute Java component tests

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [51f8802c64b639146681a594a74a614ab8acb589]

        INTEGRATION: CWS qadev12 (1.4.6); FILE MERGED 2003/09/24 16:08:39 sg 1.4.6.1: #110481#CHG: implemented change to use database out producer

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [1b0a7efb3350356694efdc885d1b79e345a2826d]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/24 16:08:38 sg 1.1.2.3: #110481#CHG: implemented change to use database out producer 2003/09/15 09:53:58 sg 1.1.2.2: CHG: removed unused variable 'debug' 2003/09/12 15:56:26 sg 1.1.2.1: #112239# CHG: enable Runner to execute Java component tests

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [b603034e02fc66e4fcae2deb8a9a25eb5009dbfd]

        INTEGRATION: CWS qadev12 (1.1.30); FILE MERGED 2003/09/24 16:08:37 sg 1.1.30.1: #110481#CHG: implemented change to use database out producer

2003-10-06  Vladimir Glazounov  <vg@openoffice.org>  [39977a9b78c03409028c29894373e5c9785e3df9]

        INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED 2003/09/22 12:20:53 hjs 1.1.2.1: #112310# start module tests

2003-10-06  Björn Milcke  <bm@openoffice.org>  [a39ab4b21fb787cb7387e6a67b1f5417a2d9343e]

        correct version name of office

2003-10-06  Björn Milcke  <bm@openoffice.org>  [2e9771563570ade86da108ce0e6749992cd7745d]

        some changes due to project-name switch, and adaption for OOo

2003-10-06  Björn Milcke  <bm@openoffice.org>  [668c6b0245b6076ac8fb3f5d734795117188675e]

        initial import

2003-10-06  Rüdiger Timm  <rt@openoffice.org>  [74d1f5c909c911240c9e8d62361fea9cccb45b53]

        #100000# Just correcting my last commit. Module cppu only depends on module sal, no codemaker needed here.

2003-10-02  Rüdiger Timm  <rt@openoffice.org>  [9fb0dc928fa6425f465cc2bc84fade755aaa92b9]

        prj/build.lst

2003-10-02  Armin Weiss  <aw@openoffice.org>  [7492ccffc632c457377bb7f1aaa56018de710471]

        Initial import

2003-10-02  Armin Weiss  <aw@openoffice.org>  [98fd79321e024590b65bc2d3ecdba062d15c7ccd]

        Initial import

2003-10-01  Rüdiger Timm  <rt@openoffice.org>  [15a4dc27f43687f0920aa0365841b38bdd66bf7a]

        #100000# jobs is obsolete

2003-10-01  Peter Burow  <pb@openoffice.org>  [e539ba51a8761752b6166fd19db690293c768168]

        fix: #112516# configuration of compatibility page

2003-10-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [08f0ad6e31ad0f4d6fccbeb0775f8f818ad63e53]

        initial import

2003-10-01  Rüdiger Timm  <rt@openoffice.org>  [2c3d505dc15c5a88917ac7823358d840d96b74a7]

        #100000# Newline at end of file

2003-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2839d57597907947ad9b5c896a3c11f46e2220c]

        #100000#: fix size of Sequence in SwXMailMerge::getSupportedServices()

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4abe6f515c90d3917840ca95e89d128c5f945a3]

        SRC680

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b43d2c8386f77f269812dfa27af15e9716aeb923]

        INTEGRATION: CWS geordi2q06 (1.12.56); FILE MERGED 2003/09/29 11:55:19 rt 1.12.56.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [af7be917cbb37a763bcdb8bb00bc0e679251007e]

        INTEGRATION: CWS geordi2q06 (1.81.10); FILE MERGED 2003/09/29 11:34:30 rt 1.81.10.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d5bf370cb4a7d4462abfe7491efb9b277336ead]

        INTEGRATION: CWS geordi2q06 (1.7.10); FILE MERGED 2003/09/29 11:34:29 rt 1.7.10.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [34e927888cd4d43e28677c3ce2c61c80cb8c861f]

        INTEGRATION: CWS geordi2q06 (1.14.114); FILE MERGED 2003/09/29 11:34:28 rt 1.14.114.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [12a1d42cd4812f15a63dcc8d58d34185307d49ee]

        INTEGRATION: CWS geordi2q06 (1.82.16); FILE MERGED 2003/09/29 11:34:26 rt 1.82.16.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fbae5ff414a6ba00c0999d0ba0fc0c76551f929]

        INTEGRATION: CWS geordi2q06 (1.46.16); FILE MERGED 2003/09/29 11:34:26 rt 1.46.16.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [85537ae6049ad2a83dc06c2dc7eaa94307a2f069]

        INTEGRATION: CWS geordi2q06 (1.33.140); FILE MERGED 2003/09/29 11:34:24 rt 1.33.140.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fd6c028ac4ecc374e889a3334be3f2e57dae90e]

        INTEGRATION: CWS geordi2q06 (1.8.148); FILE MERGED 2003/09/29 11:34:23 rt 1.8.148.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9714664a8ab0293b653cfef77f2c760000ec9175]

        INTEGRATION: CWS geordi2q06 (1.20.36); FILE MERGED 2003/09/29 11:34:21 rt 1.20.36.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb42c2ccf9fc02494b231287be4b552106ef389c]

        INTEGRATION: CWS geordi2q06 (1.5.36); FILE MERGED 2003/09/29 11:34:21 rt 1.5.36.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [96dd2fdff492e53336e24aade70ae74b785077c5]

        INTEGRATION: CWS geordi2q06 (1.3.92); FILE MERGED 2003/09/29 11:57:58 rt 1.3.92.1: #111934#: join CWS sw7pp1neu

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c1f18bbde07b49ecaa2a269ad0787fcc4f68e8c]

        INTEGRATION: CWS geordi2q06 (1.54.130); FILE MERGED 2003/09/29 14:43:35 rt 1.54.130.1: #111934#: join CWS restrictedaccess

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcf9a5d247a7700177baca83f927ab477e46e4ab]

        INTEGRATION: CWS geordi2q06 (1.105.32); FILE MERGED 2003/09/29 14:43:34 rt 1.105.32.1: #111934#: join CWS restrictedaccess

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6c2f516d8a55a01f5384049c1db7254c97eef55]

        INTEGRATION: CWS geordi2q06 (1.1.4); FILE ADDED 2003/09/29 14:43:32 rt 1.1.4.1: #111934#: join CWS restrictedaccess

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3aac6a4bbeabd815e48458bb7ed225ca9c83c0c]

        INTEGRATION: CWS geordi2q06 (1.13.184); FILE MERGED 2003/09/29 14:43:31 rt 1.13.184.1: #111934#: join CWS restrictedaccess

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b25b8e3d17e0754c90a9852b706697bb3395e19c]

        INTEGRATION: CWS geordi2q06 (1.8.18); FILE MERGED 2003/09/29 12:56:39 rt 1.8.18.1: #111934#: join CWS sysui01

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2de52e1d3d53a62f041b8c8415b164a29608ae2]

        INTEGRATION: CWS geordi2q06 (1.122.20); FILE MERGED 2003/09/29 14:47:15 rt 1.122.20.1: #111934#: join CWS restrictedaccess

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c79104184b090b64f5a62dbd67ae41b29401036d]

        INTEGRATION: CWS geordi2q06 (1.1.82); FILE MERGED 2003/09/24 11:28:47 rt 1.1.82.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb4c61c008650bd50c0dcb94eb97e5de44c7e419]

        INTEGRATION: CWS geordi2q06 (1.1.82); FILE MERGED 2003/09/24 11:28:44 rt 1.1.82.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [179f7b1630c4ce14035767c3af8055654541123c]

        INTEGRATION: CWS geordi2q06 (1.1.4); FILE ADDED 2003/09/24 11:28:43 rt 1.1.4.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6293645ab6680afc2d810d748214770838da2d6]

        INTEGRATION: CWS geordi2q06 (1.1.4); FILE ADDED 2003/09/24 11:28:42 rt 1.1.4.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e2f6de4e715470d20275f84e1663d30e5b4297e]

        INTEGRATION: CWS geordi2q06 (1.2.82); FILE MERGED 2003/09/24 11:28:41 rt 1.2.82.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6c1a77cdaf1c664f02a362fa4d333e7d805a2df]

        INTEGRATION: CWS geordi2q06 (1.1.4); FILE ADDED 2003/09/24 11:36:07 rt 1.1.4.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9946768c496a6bbf99ec255caa2398ea4b049e09]

        INTEGRATION: CWS geordi2q06 (1.1.4); FILE ADDED 2003/09/24 11:36:05 rt 1.1.4.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [be6691f54f1e2bb233c0382e82d34294e0a0fd5f]

        INTEGRATION: CWS geordi2q06 (1.1.4); FILE ADDED 2003/09/24 11:36:04 rt 1.1.4.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [63ed9d648f4e7b4ce9568cc53c992650b72c9231]

        INTEGRATION: CWS geordi2q06 (1.11.76); FILE MERGED 2003/09/24 11:28:40 rt 1.11.76.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c9c435547c5f6fd47b6a77119a0060b5df014dc]

        INTEGRATION: CWS geordi2q06 (1.1.4); FILE ADDED 2003/09/24 11:36:03 rt 1.1.4.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fcc2b73581103084e4e362e09cae7c66ba3148c]

        INTEGRATION: CWS geordi2q06 (1.1.4); FILE ADDED 2003/09/24 11:36:02 rt 1.1.4.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a026b7dad8cfd519125ce349ab248d1fd52669c]

        INTEGRATION: CWS geordi2q06 (1.1.82); FILE MERGED 2003/09/24 11:28:40 rt 1.1.82.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [04303c41e5a31850fdc13884cb9c3d24bbbbd277]

        INTEGRATION: CWS geordi2q06 (1.23.152); FILE MERGED 2003/09/29 14:32:46 rt 1.23.152.1: #111934#: join CWS restrictedaccess

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [92fe4d32e6b6091e831908bca2aa4ada98b20b20]

        INTEGRATION: CWS geordi2q06 (1.119.4); FILE MERGED 2003/09/24 11:28:04 rt 1.119.4.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bcd8a91cfebb26b79573fec0df4753e7b418ff0]

        INTEGRATION: CWS geordi2q06 (1.104.4); FILE MERGED 2003/09/29 14:32:44 rt 1.104.4.1: #111934#: join CWS restrictedaccess

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ee40408d246c6342cfc66bc58993398707c2e69]

        INTEGRATION: CWS geordi2q06 (1.18.132); FILE MERGED 2003/09/24 11:28:04 rt 1.18.132.1: #111934#: join CWS recentdocs

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c73fbda300fc90666125c36dbf95c0e58bc2335]

        INTEGRATION: CWS sal04 (1.5.124); FILE MERGED 2003/09/18 12:58:38 tra 1.5.124.1: #110486#now using the sal::Allocator for STL objects

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2bb4a06a9f91f6c9236c387d035e9c62c454c21]

        INTEGRATION: CWS sal04 (1.24.4); FILE MERGED 2003/09/18 12:58:37 tra 1.24.4.1: #110486#now using the sal::Allocator for STL objects

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe195ed8dded82504f6ded46645d714a665a6c2]

        INTEGRATION: CWS sal04 (1.1.2); FILE ADDED 2003/09/19 08:16:59 tra 1.1.2.1: #90197#some test cases for osl_executeProcess

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d011896d755252105c740f23f31ed43de64f7c98]

        INTEGRATION: CWS sal04 (1.1.2); FILE ADDED 2003/09/19 08:16:51 tra 1.1.2.1: #90197#some test cases for osl_executeProcess

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [563264c48ce4466896687a2a503fdee6be4d4486]

        INTEGRATION: CWS sal04 (1.4.12); FILE MERGED 2003/09/19 08:18:23 tra 1.4.12.1: #90197#added new test cases

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa55a4cf223d4544d6b57bfb9d627882211d5856]

        INTEGRATION: CWS sal04 (1.1.2); FILE ADDED 2003/09/23 12:35:56 tra 1.1.2.1: #90197#for testing osl_executeProcess with batch files

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bfa82e969198b5963e41e8b2352c3d92b4e3359]

        INTEGRATION: CWS sal04 (1.1.2); FILE ADDED 2003/09/25 07:39:14 tra 1.1.2.2: #90197#in case the provided ustrDirectory parameter is an empty string the child process gets the same current working dir as the parent; get_executable_name had a bug that if search_path was specified and osl_SearchFileURL succeeded exe_url was reseted to exe_name again 2003/09/18 12:41:22 tra 1.1.2.1: #90197#moved implementation of osl_executeProcess to this file, fixed environment handling, refactored code

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [694ea7d2be7930269406b6900d93ad84dfb2e2fc]

        INTEGRATION: CWS sal04 (1.24.20); FILE MERGED 2003/09/25 11:47:31 tra 1.24.20.2: #90197#redundant assertion removed 2003/09/18 12:42:28 tra 1.24.20.1: #90197#moved implementation of osl_executeProcess and osl_executeProcessWithRedirectedIO to procimpl.cxx

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc4326b7bf721da43b14c059fda47591e35b2023]

        INTEGRATION: CWS sal04 (1.10.44); FILE MERGED 2003/09/18 12:42:54 tra 1.10.44.1: #90197#added procimpl.obj

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee20376418a78b5b7d67f07ac72c6e240f9053fc]

        INTEGRATION: CWS sal04 (1.14.54); FILE MERGED 2003/09/25 09:44:04 tra 1.14.54.3: #90197#documentation made autodoc and SDK rules conform 2003/09/25 07:46:36 tra 1.14.54.2: #90197#extended documentation for ustrDirectory: the caller may now provide NULL or an empty string in order to get the same cwd for the child process 2003/09/18 12:39:34 tra 1.14.54.1: #90197#documentation update of osl_executeProcess and osl_executeProcessWithRedirectedIO

2003-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbba4bb3aaf2e0498b53e6441b22649b95eba747]

        INTEGRATION: CWS sal04 (1.7.4); FILE MERGED 2003/09/24 12:43:33 hjs 1.7.4.1: #i19934# remove wrong lib entry

2003-09-29  Rüdiger Timm  <rt@openoffice.org>  [2ca01837b893175bfa345e11e8b537e768f1c382]

        #100000# fuinsert.cxx includes sch/schdll.hxx, so we have to have sch in dependency list

2003-09-26  Rüdiger Timm  <rt@openoffice.org>  [a51a18876084022dbbc2d688e6998dad98ec6789]

        #100000# jobs is obsolete

2003-09-26  Rüdiger Timm  <rt@openoffice.org>  [efef5ce3955668cef8c945f50da7c0fad4a517d7]

        #100000# jobs is obsolete

2003-09-26  Rüdiger Timm  <rt@openoffice.org>  [6e8c15bc73a0473ce72b841c2751c8cc24e5ef81]

        #100000# jobs is obsolete

2003-09-26  Rüdiger Timm  <rt@openoffice.org>  [d8ac4bb234cbefaf221ff9b47304ff31d3647522]

        #100000# jobs is obsolete

2003-09-26  Thorsten Behrens  <thb@openoffice.org>  [ab5d7ed3155a3f085c71ca2d48c5fa583882d1f2]

        Slight changes in grouping; having three files now

2003-09-26  Thorsten Behrens  <thb@openoffice.org>  [0c2881433bc6925380e8c22bbf51914ef8ec7ab8]

        initial revision

2003-09-26  Thorsten Behrens  <thb@openoffice.org>  [08761a143f2ec59a07e3310c04ba34c4bfa87bb5]

        Reverted from 'optimized' doMulMatrix to plain version (since the former botched the algo for nearly every non-trivial case

2003-09-26  Oliver Specht  <os@openoffice.org>  [214dca24c094b97c8811771138de38888a1e43b7]

        #110356# SID_SHOW_HIDDEN/FORMS removed

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [e44ce916646275ea51bb982101352bd251fcb15f]

        #100000# needs servicemgr.uno.dll out of module stoc

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [c4ffddb6d75e55313e0faf950425f28e6b185bcf]

        #100000# com.sun.star.lang.XMultiServiceFactory added to UNOTYPES, as it is needed by cppuhelper/shlib.hxx

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [1ecbb1ba6f5f65cc4693de9820529e3708e48bc5]

        SRC680

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [73c1fba12a1e80a8b308b32e7107429dbba46616]

        INTEGRATION: CWS os20 (1.21.206); FILE MERGED 2003/09/15 13:32:13 os 1.21.206.1: #108601# property 'IsExecuteHyperlinks' added

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c13f87e207455ea666d795414ed2f2b7dc7dbd52]

        INTEGRATION: CWS os20 (1.19.206); FILE MERGED 2003/09/12 10:24:28 os 1.19.206.1: #i6584# Insert/Caption not allowed for content protected frames and objects inside of protected sections

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bfdce16ff7d3e738dc315bd2fc2c37f4efcb49a1]

        INTEGRATION: CWS os20 (1.32.206); FILE MERGED 2003/09/12 08:47:03 os 1.32.206.1: #i6725# replace function at the HTML source view added

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [efcee2baa32446a36bb8ae4191591bf575771b5b]

        INTEGRATION: CWS os20 (1.20.2); FILE MERGED 2003/09/15 08:56:19 os 1.20.2.1: #i13094# replace existing URL with button instead of simply adding the button

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f697ed0a591c35f5e5703d40fefb7f922cd1597]

        INTEGRATION: CWS os20 (1.5.206); FILE MERGED 2003/09/15 08:56:40 os 1.5.206.1: #i13094# replace existing URL button with text hyperlink

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5151f058fe8724a33f283457351b848818a2090a]

        INTEGRATION: CWS os20 (1.11.206); FILE MERGED 2003/09/12 12:15:33 os 1.11.206.1: #i16370# create temporary SfxItemSet to meet requirements of SfxTabPage::FillItemSet()

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [536eeff458880e630d47034f2984cd8d889552ff]

        INTEGRATION: CWS os20 (1.71.2); FILE MERGED 2003/09/12 13:31:37 os 1.71.2.1: #i15930# disable input via IME in readonly documents or protected areas

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c65f6da62d27e2d8c2a677372acc1df095a1a3f]

        INTEGRATION: CWS os20 (1.20.168); FILE MERGED 2003/09/17 13:07:47 os 1.20.168.2: RESYNC: (1.20-1.21); FILE MERGED 2003/09/12 11:57:03 os 1.20.168.1: #i18655# illegal bibliography types have to be set to 1 (Article) instead of 0 (Header level); also the upper limit has to be checked correctly

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d7ef19310272b938fc9e1c355c95a1a7611eca3]

        INTEGRATION: CWS os20 (1.5.206); FILE MERGED 2003/09/12 11:24:17 os 1.5.206.1: #i3961# changed default tab stop in tables of illustrations, tables and objects to be right aligned with dot as fill character

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cf579f682bdcdb6e9dff57960ac40a95cfa4dc57]

        INTEGRATION: CWS os20 (1.2.382); FILE MERGED 2003/09/12 12:27:40 fme 1.2.382.1: #111937# Keep attribute, widows and orphans in balanced sections

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [95ab3c0d324ae87be69cea884048037d516b812f]

        INTEGRATION: CWS os20 (1.10.206); FILE MERGED 2003/09/12 12:27:40 fme 1.10.206.1: #111937# Keep attribute, widows and orphans in balanced sections

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1a5d2bd7f36c50e6f1ca20efe29dfcb0de380452]

        INTEGRATION: CWS os20 (1.63.128); FILE MERGED 2003/09/12 12:27:39 fme 1.63.128.1: #111937# Keep attribute, widows and orphans in balanced sections

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [40b5a92d646abaacbb93325a4db0ab6ec56fec03]

        INTEGRATION: CWS os20 (1.38.2); FILE MERGED 2003/09/15 13:07:37 fme 1.38.2.2: #i3233# Trailing tabstops in field portions should be considered during text formatting - no new font for empty follow field portions 2003/09/15 12:51:18 fme 1.38.2.1: #i3233# Trailing tabstops in field portions should be considered during text formatting

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [019cd0b71a78854f5439e960df97d231ddc80803]

        INTEGRATION: CWS os20 (1.2.206); FILE MERGED 2003/09/12 12:27:16 fme 1.2.206.1: #111937# Keep attribute, widows and orphans in balanced sections

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ba6505bac4cca740be13f15152134e2aeb39cf96]

        INTEGRATION: CWS os20 (1.47.16); FILE MERGED 2003/09/12 13:39:31 fme 1.47.16.2: #111937# Keep attribute, widows and orphans in balanced sections - made fix safer 2003/09/12 12:27:16 fme 1.47.16.1: #111937# Keep attribute, widows and orphans in balanced sections

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [75b3f49d2d792ab027f11218c2bfb28252f22e42]

        INTEGRATION: CWS os20 (1.38.96); FILE MERGED 2003/09/12 14:05:47 fme 1.38.96.2: #111937# Keep attribute, widows and orphans in balanced sections - made fix safer 2003/09/12 12:27:15 fme 1.38.96.1: #111937# Keep attribute, widows and orphans in balanced sections

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e4d24230e24f60636edb186626b8f11900fde1c]

        INTEGRATION: CWS os20 (1.31.170); FILE MERGED 2003/09/12 12:26:40 fme 1.31.170.1: #111937# Keep attribute, widows and orphans in balanced sections

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9fc088d176cf0024708c83955c5bf267a8f29b2f]

        INTEGRATION: CWS os20 (1.4.376); FILE MERGED 2003/09/12 12:26:15 fme 1.4.376.1: #111937# Keep attribute, widows and orphans in balanced sections

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cdbaf64a262f40d542b75cb4dad2e2a3d1123dca]

        INTEGRATION: CWS os20 (1.25.2); FILE MERGED 2003/09/17 13:08:57 os 1.25.2.2: RESYNC: (1.25-1.26); FILE MERGED 2003/09/12 11:22:57 os 1.25.2.1: #i3961# creating tables of objects fixed: internal OLE objects were not included as soon as external objects were included into the table

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8cb58a78dfa808622ed6dfa14c927a881b7d5c4f]

        INTEGRATION: CWS os20 (1.4.240); FILE MERGED 2003/09/12 08:45:57 os 1.4.240.1: #i6725# replace function at the HTML source view added

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f0a5df454164fe041e7f4f3727ac71155a200c25]

        INTEGRATION: CWS os20 (1.14.206); FILE MERGED 2003/09/15 11:59:46 os 1.14.206.1: #110356# SID_SHOW_HIDDEN/SID_SHOW_FORMS removed

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [72a3dc9463c58f2854381a21e14645893b2e1695]

        INTEGRATION: CWS os20 (1.11.140); FILE MERGED 2003/09/15 13:27:17 os 1.11.140.1: #108601# optional property 'IsExecuteHyperlinks' added

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1b5ae14b06b943f60f0c82ca02778cb587e4aad6]

        INTEGRATION: CWS os20 (1.32.148); FILE MERGED 2003/09/15 11:26:24 os 1.32.148.1: ##90374## unused SID_DESKTOPMODE removed

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b14c91a6d1da7809db478ddf86a67303ad51f04a]

        INTEGRATION: CWS os20 (1.90.122); FILE MERGED 2003/09/15 13:28:19 os 1.90.122.1: #108601# set IsExecuteHyperlink property - execution of hyperlinks must not be switched off in Help

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2d8e4876eb3fce98681e2eed196e0fda9d5b912e]

        INTEGRATION: CWS os20 (1.37.10); FILE MERGED 2003/09/15 11:25:29 os 1.37.10.1: ##90374## unused entries removed

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ccbe3d78ecfa9aa1527db50d304a277d3cdbe64]

        INTEGRATION: CWS os20 (1.10.256); FILE MERGED 2003/09/15 11:53:49 os 1.10.256.1: #110356# SID_SHOW_HIDDEN/SID_SHOW_FORMS removed

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c217a1f13b77fbf840a7b14f6654b602025ee527]

        INTEGRATION: CWS os20 (1.17.138); FILE MERGED 2003/09/15 11:35:47 os 1.17.138.1: #110356# SID_SHOW_HIDDEN/SID_SHOW_FORMS removed

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e18074ea0c1c1b1d393141e2671d3a6bd320ac58]

        INTEGRATION: CWS os20 (1.39.42); FILE MERGED 2003/09/15 11:57:08 os 1.39.42.1: #110356# SID_SHOW_HIDDEN/SID_SHOW_FORMS removed

2003-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c5c252c3d08074cf401a16c20ac4995e9fca749]

        INTEGRATION: CWS os20 (1.9.412); FILE MERGED 2003/09/15 11:27:31 os 1.9.412.1: #90374# unused entries removed

2003-09-25  Thorsten Behrens  <thb@openoffice.org>  [0be8b4179dd9bc984ccbe49315db0ff7ba9dc91b]

        Initial revision

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [c1ae6cb4ad09c6261616619af2577e0be0305202]

        INTEGRATION: CWS killarneyfilterteam13 (1.79.20); FILE MERGED 2003/09/03 15:10:51 cmc 1.79.20.2: RESYNC: (1.79-1.81); FILE MERGED 2003/08/26 12:01:06 cmc 1.79.20.1: #i18685# Flip internal margins when flipping textbox

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [d51cb430b92615eebf8641f826e35571e396f66a]

        INTEGRATION: CWS killarneyfilterteam13 (1.24.142); FILE MERGED 2003/08/20 12:50:26 cmc 1.24.142.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [63bbb8538e684bde7ba8106fab8ee4dc491d0fb9]

        INTEGRATION: CWS killarneyfilterteam13 (1.61.112); FILE MERGED 2003/09/03 14:56:33 cmc 1.61.112.4: RESYNC: (1.61-1.63); FILE MERGED 2003/08/28 12:13:53 cmc 1.61.112.3: #i18247# Implment import and export of background page colours (for free we get some support for background images) 2003/08/21 12:23:28 cmc 1.61.112.2: #i9055# remove warning, make types agree with eachother 2003/08/20 12:50:25 cmc 1.61.112.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [d1db02576ae5e569caa816d5ca6f5070f457880d]

        INTEGRATION: CWS killarneyfilterteam13 (1.99.114); FILE MERGED 2003/09/11 13:12:16 mmaher 1.99.114.9: #112180# Fixed autospacing problem. 2003/09/10 13:38:04 cmc 1.99.114.8: use DBG_ERROR instead of DbgError 2003/09/08 14:34:44 cmc 1.99.114.7: #i12831# writer (like word since 2000) should only export english field names 2003/09/03 14:56:24 cmc 1.99.114.6: RESYNC: (1.99-1.101); FILE MERGED 2003/08/29 08:14:45 cmc 1.99.114.5: #i18247# always initialize all dop members 2003/08/28 12:13:52 cmc 1.99.114.4: #i18247# Implment import and export of background page colours (for free we get some support for background images) 2003/08/21 12:23:27 cmc 1.99.114.3: #i9055# remove warning, make types agree with eachother 2003/08/21 08:44:35 cmc 1.99.114.2: #i18172# some seriously silly code trying the strangest of things to make a colour 2003/08/20 12:50:23 cmc 1.99.114.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [96e841805c89aef125456a536abd298b89765f79]

        INTEGRATION: CWS killarneyfilterteam13 (1.140.14); FILE MERGED 2003/09/11 16:45:04 cmc 1.140.14.12: #112219# Death to bad paragraph+numbering indent 2003/09/08 14:38:06 cmc 1.140.14.11: retab after merge to re-remove tabs 2003/09/05 11:47:17 cmc 1.140.14.10: #i18625# fix return code 2003/09/03 14:56:14 cmc 1.140.14.9: RESYNC: (1.140-1.142); FILE MERGED 2003/09/02 14:39:16 mmaher 1.140.14.8: #i18688# #i18955# Fixed Auto-spaced numbering 2003/08/27 13:15:49 mmaher 1.140.14.7: #i18687# Fixes autospaces on the first paragraph of the first page 2003/08/27 11:06:50 cmc 1.140.14.6: #i18726# Indent affects tabs, so lets sync them correctly at at the correct location, we can simplify the code quite a but this way 2003/08/26 14:17:46 cmc 1.140.14.5: #18625# fix seperately for Q 2003/08/26 09:56:16 mmaher 1.140.14.4: #110957# #i9497# Correction for inital checkin, added default return value to the IsDropcap test method 2003/08/22 17:19:24 mmaher 1.140.14.3: #110957# #i9497# Added support for dropcaps 2003/08/22 12:09:49 cmc 1.140.14.2: #i18519# handle different values for auto depending on htmlautospacing mode 2003/08/20 12:50:22 cmc 1.140.14.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [0a45f264b0279e598e93d3acae6c967945be62a2]

        INTEGRATION: CWS killarneyfilterteam13 (1.68.112); FILE MERGED 2003/09/10 09:50:36 cmc 1.68.112.8: #111944# unused variable in Import hijri calender 2003/09/10 09:35:42 cmc 1.68.112.7: #111944# Import hijri calender 2003/09/09 09:57:54 cmc 1.68.112.6: #112037# import SET fields as Text, export set fields that are not invisible with an additional REF field to show the contents of the SET 2003/09/08 14:38:05 cmc 1.68.112.5: retab after merge to re-remove tabs 2003/09/04 06:08:07 cmc 1.68.112.4: fix merge problem 2003/09/03 14:56:04 cmc 1.68.112.3: RESYNC: (1.68-1.70); FILE MERGED 2003/08/26 14:01:05 cmc 1.68.112.2: #111686# fix seperately for Q 2003/08/20 12:50:21 cmc 1.68.112.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [5f22dc9398753108901aaa99cf2c563f78a91645]

        INTEGRATION: CWS killarneyfilterteam13 (1.38.46); FILE MERGED 2003/09/03 14:55:56 cmc 1.38.46.3: RESYNC: (1.38-1.39); FILE MERGED 2003/08/26 14:04:17 cmc 1.38.46.2: #111940# fix seperately for Q 2003/08/20 12:50:21 cmc 1.38.46.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [77363ce3cf6f8f5756831b7d5cc71f056bf9b855]

        INTEGRATION: CWS killarneyfilterteam13 (1.49.84); FILE MERGED 2003/09/15 14:21:16 cmc 1.49.84.9: #i12753# more indent improvements 2003/09/12 09:41:46 cmc 1.49.84.8: #i19182# #112219# when adding numbering to a paragraph, always stick the current indent onto the attributes stack so that we can tweak it if necessary for reasons of first line indent on the base style, and we won't apply indent to a node if the indent is unchanged to avoid indent attrs on every numbered node 2003/09/11 16:45:03 cmc 1.49.84.7: #112219# Death to bad paragraph+numbering indent 2003/09/08 14:38:04 cmc 1.49.84.6: retab after merge to re-remove tabs 2003/09/03 14:55:48 cmc 1.49.84.5: RESYNC: (1.49-1.50); FILE MERGED 2003/08/27 11:06:48 cmc 1.49.84.4: #i18726# Indent affects tabs, so lets sync them correctly at at the correct location, we can simplify the code quite a but this way 2003/08/21 13:51:52 cmc 1.49.84.3: filtertrace numbering that uses tabs 2003/08/21 12:23:26 cmc 1.49.84.2: #i9055# remove warning, make types agree with eachother 2003/08/20 12:50:20 cmc 1.49.84.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [a9efcdd9e276faf06c8baa05ad1d442290d696ee]

        INTEGRATION: CWS killarneyfilterteam13 (1.30.142); FILE MERGED 2003/09/11 16:45:03 cmc 1.30.142.7: #112219# Death to bad paragraph+numbering indent 2003/09/11 13:12:15 mmaher 1.30.142.6: #112180# Fixed autospacing problem. 2003/09/09 10:21:16 cmc 1.30.142.5: #111967# include outline levels without numbering in toc when multiple outline numbering in action 2003/09/03 14:55:40 cmc 1.30.142.4: RESYNC: (1.30-1.32); FILE MERGED 2003/08/27 13:15:49 mmaher 1.30.142.3: #i18687# Fixes autospaces on the first paragraph of the first page 2003/08/27 11:06:47 cmc 1.30.142.2: #i18726# Indent affects tabs, so lets sync them correctly at at the correct location, we can simplify the code quite a but this way 2003/08/20 12:50:20 cmc 1.30.142.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [f83ff6e239ded5d64f140d171791b0f755d0d1f2]

        INTEGRATION: CWS killarneyfilterteam13 (1.87.78); FILE MERGED 2003/09/11 16:45:02 cmc 1.87.78.8: #112219# Death to bad paragraph+numbering indent 2003/09/08 14:38:03 cmc 1.87.78.7: retab after merge to re-remove tabs 2003/09/03 14:55:30 cmc 1.87.78.6: RESYNC: (1.87-1.89); FILE MERGED 2003/08/29 12:38:21 cmc 1.87.78.5: #112026# #i8482# Collisions between winword stylenames and builtin style names e.g. importing name Default. Only allow mapping for nonuser styles, otherwise check if style exists 2003/08/27 11:06:46 cmc 1.87.78.4: #i18726# Indent affects tabs, so lets sync them correctly at at the correct location, we can simplify the code quite a but this way 2003/08/25 15:50:24 cmc 1.87.78.3: #i18644# Move outside cell when we reach rowend mark, so that any properties on the row end mark do not affect the previous cell 2003/08/20 15:37:10 cmc 1.87.78.2: Log row can/can't split property 2003/08/20 12:50:19 cmc 1.87.78.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [679eb2c0d963c48107a8720867b891cc8b7b405e]

        INTEGRATION: CWS killarneyfilterteam13 (1.116.14); FILE MERGED 2003/09/11 16:45:01 cmc 1.116.14.15: #112219# Death to bad paragraph+numbering indent 2003/09/10 09:35:41 cmc 1.116.14.14: #111944# Import hijri calender 2003/09/08 14:38:02 cmc 1.116.14.13: retab after merge to re-remove tabs 2003/09/04 06:54:57 cmc 1.116.14.12: fix merge problems 2003/09/03 14:55:21 cmc 1.116.14.11: RESYNC: (1.116-1.118); FILE MERGED 2003/09/02 14:39:16 mmaher 1.116.14.10: #i18688# #i18955# Fixed Auto-spaced numbering 2003/08/29 15:41:33 cmc 1.116.14.9: #112027# #110379# Continuous section can have headers and footers, try and handle by finding the next page break (if any) before the end of the continuous section and put a new page style on it instead with the continuous sections headers and footers 2003/08/27 13:15:48 mmaher 1.116.14.8: #i18687# Fixes autospaces on the first paragraph of the first page 2003/08/27 11:06:45 cmc 1.116.14.7: #i18726# Indent affects tabs, so lets sync them correctly at at the correct location, we can simplify the code quite a but this way 2003/08/26 14:01:05 cmc 1.116.14.6: #111686# fix seperately for Q 2003/08/22 17:19:24 mmaher 1.116.14.5: #110957# #i9497# Added support for dropcaps 2003/08/21 13:51:51 cmc 1.116.14.4: filtertrace numbering that uses tabs 2003/08/21 12:23:26 cmc 1.116.14.3: #i9055# remove warning, make types agree with eachother 2003/08/20 15:37:09 cmc 1.116.14.2: Log row can/can't split property 2003/08/20 12:50:18 cmc 1.116.14.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [55d5991eea92d29c4a9c57fd43184ee6034f0a06]

        INTEGRATION: CWS killarneyfilterteam13 (1.115.14); FILE MERGED 2003/09/15 14:41:24 cmc 1.115.14.25: #i15287# 602Pro PC Suite is a bit of a silly, the default style should be based on istd 4095 not 0, 0 means it is based on itself which doesn't make a whole pile of sense 2003/09/15 14:21:14 cmc 1.115.14.24: #i12753# more indent improvements 2003/09/12 09:41:45 cmc 1.115.14.23: #i19182# #112219# when adding numbering to a paragraph, always stick the current indent onto the attributes stack so that we can tweak it if necessary for reasons of first line indent on the base style, and we won't apply indent to a node if the indent is unchanged to avoid indent attrs on every numbered node 2003/09/11 16:44:59 cmc 1.115.14.22: #112219# Death to bad paragraph+numbering indent 2003/09/11 13:12:14 mmaher 1.115.14.21: #112180# Fixed autospacing problem. 2003/09/09 10:21:16 cmc 1.115.14.20: #111967# include outline levels without numbering in toc when multiple outline numbering in action 2003/09/08 15:26:28 cmc 1.115.14.19: #112027# #110379# rename and move suitably generic method to nice sensibly documented area 2003/09/08 14:38:02 cmc 1.115.14.18: retab after merge to re-remove tabs 2003/09/08 14:34:43 cmc 1.115.14.17: #i12831# writer (like word since 2000) should only export english field names 2003/09/04 06:54:56 cmc 1.115.14.16: fix merge problems 2003/09/03 14:55:11 cmc 1.115.14.15: RESYNC: (1.115-1.117); FILE MERGED 2003/09/02 14:39:14 mmaher 1.115.14.14: #i18688# #i18955# Fixed Auto-spaced numbering 2003/08/29 15:41:32 cmc 1.115.14.13: #112027# #110379# Continuous section can have headers and footers, try and handle by finding the next page break (if any) before the end of the continuous section and put a new page style on it instead with the continuous sections headers and footers 2003/08/29 08:14:44 cmc 1.115.14.12: #i18247# always initialize all dop members 2003/08/28 12:13:52 cmc 1.115.14.11: #i18247# Implment import and export of background page colours (for free we get some support for background images) 2003/08/27 15:15:31 cmc 1.115.14.10: #i18687# Just being picky and resoring the position before setting the attribute 2003/08/27 14:08:10 cmc 1.115.14.9: #110379# continuous breaks before a paragraph with 'page break before' is like a new section, continuous breaks can have their own headers and footers which come into action 2003/08/27 13:15:47 mmaher 1.115.14.8: #i18687# Fixes autospaces on the first paragraph of the first page 2003/08/27 11:06:44 cmc 1.115.14.7: #i18726# Indent affects tabs, so lets sync them correctly at at the correct location, we can simplify the code quite a but this way 2003/08/26 14:17:46 cmc 1.115.14.6: #18625# fix seperately for Q 2003/08/25 13:37:53 cmc 1.115.14.5: #i18633# Always append a text node when encountering a column break 2003/08/22 17:19:23 mmaher 1.115.14.4: #110957# #i9497# Added support for dropcaps 2003/08/22 10:02:07 cmc 1.115.14.3: #i18518# Handle HTML Autospacing compatability option 2003/08/20 15:37:08 cmc 1.115.14.2: Log row can/can't split property 2003/08/20 12:50:18 cmc 1.115.14.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [3f5ef5cdfd0981157217381d5a71dae793c61dd3]

        INTEGRATION: CWS killarneyfilterteam13 (1.48.142); FILE MERGED 2003/09/08 14:38:01 cmc 1.48.142.3: retab after merge to re-remove tabs 2003/09/03 14:55:03 cmc 1.48.142.2: RESYNC: (1.48-1.50); FILE MERGED 2003/08/20 12:50:17 cmc 1.48.142.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [f8afeffda6a8f7e8115d94db6a325c773b44310d]

        INTEGRATION: CWS killarneyfilterteam13 (1.103.44); FILE MERGED 2003/09/08 14:38:01 cmc 1.103.44.7: retab after merge to re-remove tabs 2003/09/03 14:54:40 cmc 1.103.44.6: RESYNC: (1.103-1.105); FILE MERGED 2003/08/26 13:55:14 cmc 1.103.44.5: #111633# fix seperately for Q 2003/08/21 14:19:09 cmc 1.103.44.4: filtertrace negative vertical positioning anchored to character/para 2003/08/21 13:23:44 cmc 1.103.44.3: #i15718# more direction swapping for CTL graphics 2003/08/21 08:44:34 cmc 1.103.44.2: #i18172# some seriously silly code trying the strangest of things to make a colour 2003/08/20 12:50:16 cmc 1.103.44.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [8cc8e055a3d95a0a8ad092c25cab56a36cc5b94b]

        INTEGRATION: CWS killarneyfilterteam13 (1.7.202); FILE MERGED 2003/08/20 12:50:15 cmc 1.7.202.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [90264639081354721f8a8dc10485ad0050379715]

        INTEGRATION: CWS killarneyfilterteam13 (1.14.168); FILE MERGED 2003/09/10 15:03:36 cmc 1.14.168.4: #i11844# we can't handle ww6 files when searching for autotext 2003/09/08 14:38:00 cmc 1.14.168.3: retab after merge to re-remove tabs 2003/09/03 14:54:32 cmc 1.14.168.2: RESYNC: (1.14-1.15); FILE MERGED 2003/08/20 12:50:15 cmc 1.14.168.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [454a914ac0461743b007b052714728297abe63b6]

        INTEGRATION: CWS killarneyfilterteam13 (1.65.82); FILE MERGED 2003/09/10 14:20:18 cmc 1.65.82.9: #i18810# delete not add 2003/09/09 10:21:15 cmc 1.65.82.8: #111967# include outline levels without numbering in toc when multiple outline numbering in action 2003/09/09 09:57:53 cmc 1.65.82.7: #112037# import SET fields as Text, export set fields that are not invisible with an additional REF field to show the contents of the SET 2003/09/08 14:37:59 cmc 1.65.82.6: retab after merge to re-remove tabs 2003/09/08 14:34:41 cmc 1.65.82.5: #i12831# writer (like word since 2000) should only export english field names 2003/09/08 13:47:29 cmc 1.65.82.4: #111845# rework field export to take into account properties inserted into the field content on export to word 2003/09/03 14:54:20 cmc 1.65.82.3: RESYNC: (1.65-1.67); FILE MERGED 2003/08/26 09:52:56 cmc 1.65.82.2: #i18671# Implement no colour bg fill export 2003/08/20 12:50:14 cmc 1.65.82.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [66eb354b5ef3f7f2605b9f7c6103da968375439b]

        INTEGRATION: CWS killarneyfilterteam13 (1.30.168); FILE MERGED 2003/09/08 14:37:59 cmc 1.30.168.4: retab after merge to re-remove tabs 2003/09/08 14:34:41 cmc 1.30.168.3: #i12831# writer (like word since 2000) should only export english field names 2003/09/03 14:54:11 cmc 1.30.168.2: RESYNC: (1.30-1.31); FILE MERGED 2003/08/20 12:50:13 cmc 1.30.168.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [981ef2ef3c0b4f7f0ba6c7c7f8746b6188ee658f]

        INTEGRATION: CWS killarneyfilterteam13 (1.49.78); FILE MERGED 2003/09/08 14:37:58 cmc 1.49.78.5: retab after merge to re-remove tabs 2003/09/08 14:34:40 cmc 1.49.78.4: #i12831# writer (like word since 2000) should only export english field names 2003/09/08 13:47:29 cmc 1.49.78.3: #111845# rework field export to take into account properties inserted into the field content on export to word 2003/09/03 14:54:02 cmc 1.49.78.2: RESYNC: (1.49-1.51); FILE MERGED 2003/08/20 12:50:13 cmc 1.49.78.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [e632ddfd7929eacf5427cdfd4764bc6466bc495d]

        INTEGRATION: CWS killarneyfilterteam13 (1.55.120); FILE MERGED 2003/09/08 14:37:58 cmc 1.55.120.4: retab after merge to re-remove tabs 2003/09/03 14:53:53 cmc 1.55.120.3: RESYNC: (1.55-1.56); FILE MERGED 2003/08/22 10:02:07 cmc 1.55.120.2: #i18518# Handle HTML Autospacing compatability option 2003/08/20 12:50:12 cmc 1.55.120.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [14c7facdfec3e3db5548710bbd072cad1a305c6d]

        INTEGRATION: CWS killarneyfilterteam13 (1.25.100); FILE MERGED 2003/09/08 14:37:57 cmc 1.25.100.4: retab after merge to re-remove tabs 2003/09/04 06:32:00 cmc 1.25.100.3: fix merge problem 2003/09/03 14:53:43 cmc 1.25.100.2: RESYNC: (1.25-1.26); FILE MERGED 2003/08/20 12:50:11 cmc 1.25.100.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [9304b7983894ef36ff4b1a46280956d91379935a]

        INTEGRATION: CWS killarneyfilterteam13 (1.21.178); FILE MERGED 2003/09/08 14:37:56 cmc 1.21.178.3: retab after merge to re-remove tabs 2003/09/03 14:53:34 cmc 1.21.178.2: RESYNC: (1.21-1.22); FILE MERGED 2003/08/20 12:50:10 cmc 1.21.178.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [18c991a84224865376e83552dfd6c57654f6981d]

        INTEGRATION: CWS killarneyfilterteam13 (1.53.84); FILE MERGED 2003/09/12 08:44:34 cmc 1.53.84.10: #i14894# when choosing a word anchor character for page anchored elements choose the begin, not the end, of the paragraph because we must have either a follow character to be anchored to from word's perspective or have nothing at all in the paragraph 2003/09/09 13:03:17 cmc 1.53.84.9: #i16643# Improve the hints given to word as to which script is in use, complex or normal 2003/09/08 14:37:55 cmc 1.53.84.8: retab after merge to re-remove tabs 2003/09/08 14:34:39 cmc 1.53.84.7: #i12831# writer (like word since 2000) should only export english field names 2003/09/08 13:47:28 cmc 1.53.84.6: #111845# rework field export to take into account properties inserted into the field content on export to word 2003/09/04 06:20:31 cmc 1.53.84.5: fix merge problem 2003/09/03 14:53:24 cmc 1.53.84.4: RESYNC: (1.53-1.54); FILE MERGED 2003/08/26 14:03:02 cmc 1.53.84.3: #111936# fix seperately for Q 2003/08/22 17:19:22 mmaher 1.53.84.2: #110957# #i9497# Added support for dropcaps 2003/08/20 12:50:09 cmc 1.53.84.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [8a8f2a873e2a315aa712ddc09e980971a2b485e9]

        INTEGRATION: CWS killarneyfilterteam13 (1.63.78); FILE MERGED 2003/09/10 14:20:17 cmc 1.63.78.6: #i18810# delete not add 2003/09/08 14:37:55 cmc 1.63.78.5: retab after merge to re-remove tabs 2003/09/08 14:34:38 cmc 1.63.78.4: #i12831# writer (like word since 2000) should only export english field names 2003/09/03 14:53:14 cmc 1.63.78.3: RESYNC: (1.63-1.65); FILE MERGED 2003/08/28 12:13:51 cmc 1.63.78.2: #i18247# Implment import and export of background page colours (for free we get some support for background images) 2003/08/20 12:50:09 cmc 1.63.78.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [8a09542f3700d858006fbec4946c19cbf6e23bea]

        INTEGRATION: CWS killarneyfilterteam13 (1.2.4); FILE MERGED 2003/09/08 14:37:54 cmc 1.2.4.1: retab after merge to re-remove tabs

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [88be0b6a8d90edaa5e572c8be0136ad7371fce09]

        INTEGRATION: CWS killarneyfilterteam13 (1.2.4); FILE MERGED 2003/09/08 15:26:27 cmc 1.2.4.1: #112027# #110379# rename and move suitably generic method to nice sensibly documented area

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [26ebb8dd8f93041e0615be8818ddcb19b4f3af36]

        INTEGRATION: CWS killarneyfilterteam13 (1.2.4); FILE MERGED 2003/09/16 10:29:29 cmc 1.2.4.2: #110379# A start node could 2003/09/08 15:26:27 cmc 1.2.4.1: #112027# #110379# rename and move suitably generic method to nice sensibly documented area

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [49b2c76dc82f3e2f300663a97e9bd6aaf4002394]

        INTEGRATION: CWS killarneyfilterteam13 (1.2.16); FILE MERGED 2003/08/21 14:19:09 cmc 1.2.16.3: filtertrace negative vertical positioning anchored to character/para 2003/08/21 13:51:51 cmc 1.2.16.2: filtertrace numbering that uses tabs 2003/08/20 15:37:08 cmc 1.2.16.1: Log row can/can't split property

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [a102857d26fa8ff6a6eb382ffbdfdf2d10ea97fe]

        INTEGRATION: CWS killarneyfilterteam13 (1.2.16); FILE MERGED 2003/08/21 14:19:08 cmc 1.2.16.3: filtertrace negative vertical positioning anchored to character/para 2003/08/21 13:51:51 cmc 1.2.16.2: filtertrace numbering that uses tabs 2003/08/20 15:37:08 cmc 1.2.16.1: Log row can/can't split property

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [963c2631bf2a17e61e0ce0a3f6a4091703398e5a]

        INTEGRATION: CWS killarneyfilterteam13 (1.12.4); FILE MERGED 2003/09/08 14:34:38 cmc 1.12.4.1: #i12831# writer (like word since 2000) should only export english field names

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [4919bd43ea171c92b6fe72947e86fe313b1579b9]

        INTEGRATION: CWS killarneyfilterteam13 (1.1.2); FILE ADDED 2003/09/08 14:14:58 cmc 1.1.2.1: #i12831# word now uses always english field names

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [10f788a12eb083043dea5ae3fc7ff43efc27192b]

        INTEGRATION: CWS killarneyfilterteam13 (1.1.2); FILE ADDED 2003/09/08 14:14:24 cmc 1.1.2.1: #i12831# word now uses always english field names

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [3515e83c63a8c8e5c1b1e2c5310096a6778928a9]

        INTEGRATION: CWS killarneyfilterteam13 (1.6.82); FILE MERGED 2003/08/28 12:13:51 cmc 1.6.82.2: #i18247# Implment import and export of background page colours (for free we get some support for background images) 2003/08/20 12:50:08 cmc 1.6.82.1: retab everything to 4spaces per tab for once and for all

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [9cd6d9449775502660a320df692fb480868c7585]

        INTEGRATION: CWS killarneyfilterteam13 (1.11.4); FILE MERGED 2003/09/10 09:30:46 mmaher 1.11.4.1: #111895# fixed a problem with sections containing no paragraphs and some unrecognised control words for borders

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [5552c4ba63b92ecd7a431dbb6a0c31d4a7394f7a]

        INTEGRATION: CWS killarneyfilterteam13 (1.29.4); FILE MERGED 2003/09/10 09:30:45 mmaher 1.29.4.1: #111895# fixed a problem with sections containing no paragraphs and some unrecognised control words for borders

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [04c66aa24cefa6bccb397cd4bd07e8346d36d53f]

        INTEGRATION: CWS killarneyfilterteam13 (1.17.4); FILE MERGED 2003/09/08 13:46:34 mmaher 1.17.4.1: #111898# Added support for Page references

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [058d70fe79754af551396a753daaf2446129e703]

        INTEGRATION: CWS killarneyfilterteam13 (1.17.168); FILE MERGED 2003/08/22 16:04:15 mmaher 1.17.168.1: #110957# #i9497# Added GetDropSize to the TxtNode to allow the filter to get the dimensions of the drop

2003-09-25  Rüdiger Timm  <rt@openoffice.org>  [b674e76e4e657897b6c2b05f0c4a7bf58277807f]

        INTEGRATION: CWS killarneyfilterteam13 (1.11.60); FILE MERGED 2003/08/22 16:04:16 mmaher 1.11.60.1: #110957# #i9497# Added GetDropSize to the TxtNode to allow the filter to get the dimensions of the drop

2003-09-24  Rüdiger Timm  <rt@openoffice.org>  [c7f2d82c2cee09bc23fb261f307d4c2b185c71d1]

        #100000# links against SO2LIB, so we need module so3

2003-09-24  Rüdiger Timm  <rt@openoffice.org>  [29d012f82b10a3f06e5ed7f34ce475eb4e5287dc]

        #100000# in some cases we need SJLIB

2003-09-24  Rüdiger Timm  <rt@openoffice.org>  [186d6ec43464a7238f8adf52d06763c25a3a841a]

        #100000# goodies not needed here

2003-09-24  Rüdiger Timm  <rt@openoffice.org>  [d35608942f88da8bb09a306619480ca9b50124b9]

        #100000# sfx2 does not really need setup2

2003-09-24  Rüdiger Timm  <rt@openoffice.org>  [17a4786e1f7e236e03aa4c9b57db233866806771]

        #100000# clean up

2003-09-23  Rüdiger Timm  <rt@openoffice.org>  [18f1758f152f2e3de0061641b2ec5c6fe66b9979]

        #100000# dekstop now only depends on offmgr.

2003-09-23  Rüdiger Timm  <rt@openoffice.org>  [f520e9451570815ea6115d023ac5709cc6beadb2]

        #100000# clean up

2003-09-23  Thomas Benisch  <tbe@openoffice.org>  [356ef1f18fdcd06645d4e803ff1e9c7433478802]

        #i18767# added LanguageScriptProvider and ScriptProvider to supported service names

2003-09-23  Rüdiger Timm  <rt@openoffice.org>  [a656afd2de5c608d0632d103c11affe00c3476a9]

        #100000# don't deliver non existing files

2003-09-23  Rüdiger Timm  <rt@openoffice.org>  [233eda63d1e44af1c65f9277df9b11fbf3d7e4bf]

        #110843# sdcore.srs removed

2003-09-23  Rüdiger Timm  <rt@openoffice.org>  [ed701b9bf3068e91514b9030ca4534757a50e424]

        #100000# since CWS fwkq1 there is no dependency on module sc any more.

2003-09-23  Thomas Benisch  <tbe@openoffice.org>  [d7fe2c208105b20c04c6b232362ca08df08795ec]

        #i18767# added XBrowseNode

2003-09-23  Thomas Benisch  <tbe@openoffice.org>  [287b417897edfa138e3a7629bdf75d53cd23fd26]

        #i18767# integration of Starbasic runtime to ScriptingFramework provider

2003-09-23  Thomas Benisch  <tbe@openoffice.org>  [523b47bc025a024fb4f1216ae32c98c84b62e009]

        #i18767# added baslibnode.obj, basmodnode.obj, basmethnode.obj

2003-09-22  Rüdiger Timm  <rt@openoffice.org>  [bdfe3da70799495f5e3afb1c70bc132649f67aae]

        #100000# Temporary variable needed to apply &-operator to.

2003-09-22  Rüdiger Timm  <rt@openoffice.org>  [48f5af79b465dcbb188bcf96f926c71bebd1113a]

        #100000# don't include sfx2/fsetobsh.hxx any more, is has been removed

2003-09-22  Rüdiger Timm  <rt@openoffice.org>  [8d8ca31ad02cdf8809489c4bce8f027e10f189ef]

        #100000# Removed some symbols which are not in sd library any more since it isn't linked statically against sc and sm (CWS fwkq1, makefile.mk rev. 1.22)

2003-09-22  Rüdiger Timm  <rt@openoffice.org>  [80ceb192532a98f95fa50dbbb8d0f58f93db1d7c]

        #100000# BUILD_SPECIAL

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [199c22cd25ce79f35694b4b0a0de882d1f92115d]

        new version for SRC680

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d6d42c7cd3f8c0e04d0d41b584cd172ca3d383de]

        new version for SRC680

2003-09-19  Kurt Zenker  <kz@openoffice.org>  [1b03ba2ea28950fc9303fe0e724feb925b10ba97]

        new version for SRC680

2003-09-19  Kurt Zenker  <kz@openoffice.org>  [c524ddee3430666b6db43cc823336c40f180c153]

        new version for SRC680

2003-09-19  Kurt Zenker  <kz@openoffice.org>  [8083055d2da75fcbbe3b8bfe46161f1c952e7a7b]

        new version for SRC680

2003-09-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [964c1ae20af20ae30becca0299626f462d1794b5]

        #10000# fix link flags to reenable crashdump

2003-09-19  Kurt Zenker  <kz@openoffice.org>  [42e8691e9c29d674da297d345ffbe955c10dc251]

        new version for SRC680

2003-09-19  Kurt Zenker  <kz@openoffice.org>  [c4a500dbf00a3a13785d49720263f78050527aa7]

        new version for SRC680

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [607efc970b4bc3b9f396afe0400028a1ccb29ade]

        #100000# revert unnecessary dependencies introduced with rev. 1.15.4.2 and 1.15.4.1

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [467f330fdcedebdc26545b5e39e92c590f5b4e37]

        SRC680

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [185cf64f7f7b42f96abe1d48fc1a5a69490ee9b1]

        #100000# Changes by mba for integrating CWS fwkq1, necessary because of move from iodetect.hxx to iodetect.cxx

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [518f7968dcbc4e3ee452117ce2ac8546e0b3fa8a]

        INTEGRATION: CWS fwkq1 (1.38.34); FILE MERGED 2003/08/15 07:11:33 mba 1.38.34.1: #110843#: get rid of static linkages to modules

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [483f7f409b17020f862b6b8c8677f3c86745957b]

        INTEGRATION: CWS fwkq1 (1.19.92); FILE MERGED 2003/07/15 06:35:54 mba 1.19.92.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [254a9065892905f1459151d2f761fb2549f9e720]

        INTEGRATION: CWS geordi2q05 (1.41.126); FILE MERGED 2003/09/19 07:54:07 rt 1.41.126.1: #111934#: join CWS sw02pp1

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [efb2c15815d82b7a69d2f460cddfde2050f8b719]

        INTEGRATION: CWS geordi2q05 (1.47.22); FILE MERGED 2003/09/19 07:54:07 rt 1.47.22.1: #111934#: join CWS sw02pp1

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [ceddab9a8b3f660f24c069a215e7db83052d4936]

        INTEGRATION: CWS geordi2q05 (1.16.174); FILE MERGED 2003/09/19 07:54:06 rt 1.16.174.1: #111934#: join CWS sw02pp1

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [52987699335c3057e04d54a258049ac2578a9dc7]

        INTEGRATION: CWS geordi2q05 (1.3.212); FILE MERGED 2003/09/19 07:54:05 rt 1.3.212.1: #111934#: join CWS sw02pp1

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5fa411479aec1ea7a539b4f02311924ce626b6c3]

        INTEGRATION: CWS geordi2q05 (1.12.386); FILE MERGED 2003/09/19 07:54:04 rt 1.12.386.1: #111934#: join CWS sw02pp1

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [ac7d287b8e010301591a33801aca31ed4db5cc6c]

        INTEGRATION: CWS geordi2q05 (1.25.246); FILE MERGED 2003/09/19 07:54:03 rt 1.25.246.1: #111934#: join CWS sw02pp1

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [ec89eecec5e076abb02b8ac08e55d15bf1282a9f]

        INTEGRATION: CWS geordi2q05 (1.56.158); FILE MERGED 2003/09/19 07:54:03 rt 1.56.158.1: #111934#: join CWS sw02pp1

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [553e4ef928f9e2874f5bfcff4db96d929bca8c77]

        INTEGRATION: CWS geordi2q05 (1.45.120); FILE MERGED 2003/09/19 07:54:02 rt 1.45.120.1: #111934#: join CWS sw02pp1

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [98be3290112fc78441dbb7589e40c7b54148e2f6]

        INTEGRATION: CWS geordi2q05 (1.45.158); FILE MERGED 2003/09/19 07:54:02 rt 1.45.158.1: #111934#: join CWS sw02pp1

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [c9001a27f51b5fc8fee7bd8586fa5fa5bbf00879]

        INTEGRATION: CWS geordi2q05 (1.1.16); FILE MERGED 2003/09/16 16:11:16 rt 1.1.16.1: #111934#: join CWS ooo11vclrc5

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [00d11795b33ac138c7976c41359d9ce802840ffd]

        INTEGRATION: CWS geordi2q05 (1.106.14); FILE MERGED 2003/09/16 16:20:52 rt 1.106.14.1: #111934#: join CWS ooo11vclrc5

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [31f3ce78bf72c0b78e6da0285aa38c9007d84baa]

        INTEGRATION: CWS geordi2q05 (1.43.16); FILE MERGED 2003/09/16 16:20:51 rt 1.43.16.1: #111934#: join CWS ooo11vclrc5

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [841524b1b7ee087933c1ec52686b2a35eb62b96c]

        INTEGRATION: CWS geordi2q05 (1.10.154); FILE MERGED 2003/09/16 16:20:50 rt 1.10.154.1: #111934#: join CWS ooo11vclrc5

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [683e601840c63b4a6152f1ce37ddf55f56dc75b7]

        INTEGRATION: CWS geordi2q05 (1.21.14); FILE MERGED 2003/09/16 16:20:49 rt 1.21.14.1: #111934#: join CWS ooo11vclrc5

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d95467751b4a407ccf14f83cc0a211f069e68016]

        INTEGRATION: CWS geordi2q05 (1.22.12); FILE MERGED 2003/09/19 09:22:44 rt 1.22.12.2: #111934#: join from SRX645 m19 2003/09/16 16:06:01 rt 1.22.12.1: #111934#: join CWS ooo11vclrc5

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a21a5b12e3defeaef57acea9623c6506500d5dd9]

        INTEGRATION: CWS editeng02 (1.21.362); FILE MERGED 2003/08/15 15:00:00 mt 1.21.362.1: #111823# Removed SUPD and old methods

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [70f4c15f262cf3ea8bbe0bd96e607d1983ff73f2]

        INTEGRATION: CWS editeng02 (1.23.360); FILE MERGED 2003/09/03 13:03:29 mt 1.23.360.2: RESYNC: (1.23-1.24); FILE MERGED 2003/08/15 14:59:59 mt 1.23.360.1: #111823# Removed SUPD and old methods

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [acf9c56a7f12c219f3425ffbaa32b35abc0b2815]

        INTEGRATION: CWS editeng02 (1.47.358); FILE MERGED 2003/08/15 15:01:29 mt 1.47.358.1: #46064# Use SvxSpellWrapper::CheckSpellLang

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5a42acad1f47855e54516975fc495e7cf703df4d]

        INTEGRATION: CWS editeng02 (1.87.108); FILE MERGED 2003/09/03 13:06:23 mt 1.87.108.2: RESYNC: (1.87-1.88); FILE MERGED 2003/08/19 12:51:55 mt 1.87.108.1: #i9050# Do Kerning also behind portions...

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [62fa9dc4e7298f7869f9737f8efa1d21fe8a0a0f]

        INTEGRATION: CWS editeng02 (1.9.358); FILE MERGED 2003/08/19 13:14:51 mt 1.9.358.1: #i12514# don't ignore form group

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [333a0a867e0bfaa67460165afba643db364397a4]

        INTEGRATION: CWS editeng02 (1.6.210); FILE MERGED 2003/08/15 15:02:21 mt 1.6.210.1: #46064# Call base in EndSpell()

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [6e6ba8d82ea89594e0d257c78720565401c9450d]

        INTEGRATION: CWS editeng02 (1.27.188); FILE MERGED 2003/08/15 15:02:55 mt 1.27.188.1: #111823# Removed SUPD and old methods

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [34c36220255a96d9fd033ac6f6e571125d8334d3]

        INTEGRATION: CWS editeng02 (1.81.134); FILE MERGED 2003/09/03 13:05:56 mt 1.81.134.2: RESYNC: (1.81-1.83); FILE MERGED 2003/08/15 15:02:55 mt 1.81.134.1: #111823# Removed SUPD and old methods

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5b2e62099031d1d3d64ed076e72c224dc3f7506b]

        INTEGRATION: CWS editeng02 (1.6.180); FILE MERGED 2003/08/15 14:57:34 mt 1.6.180.1: #46064# ShowLangaugeErrors is static and public now

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a78a65036d76e54dc1b3d50a8f5888c3a27ee73c]

        INTEGRATION: CWS fwkq1 (1.77.26); FILE MERGED 2003/08/28 15:54:55 mba 1.77.26.3: RESYNC: (1.78-1.79); FILE MERGED 2003/08/13 16:21:00 mba 1.77.26.2: RESYNC: (1.77-1.78); FILE MERGED 2003/07/15 06:38:17 mba 1.77.26.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5866dd323445b0e6e1389df0fadaeac74c456f28]

        INTEGRATION: CWS fwkq1 (1.77.12); FILE MERGED 2003/08/22 15:08:52 mba 1.77.12.4: #110843#: new implementation for object creation 2003/08/13 15:22:27 mba 1.77.12.3: RESYNC: (1.78-1.79); FILE MERGED 2003/07/15 14:39:37 mba 1.77.12.2: RESYNC: (1.77-1.78); FILE MERGED 2003/07/15 06:31:16 mba 1.77.12.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [c0fdadcce193ceb08d5100937c9c63de79939313]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/15 06:26:55 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d13111c044c86b3113c6aa51ad8686e5955d5537]

        INTEGRATION: CWS fwkq1 (1.2.134); FILE MERGED 2003/07/15 06:27:03 mba 1.2.134.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [38d329f01fe6e6d45a3a28685f61252041d43695]

        INTEGRATION: CWS fwkq1 (1.10.26); FILE MERGED 2003/09/12 15:43:35 mba 1.10.26.2: #112213#: check readonly state of Medium 2003/07/15 06:27:02 mba 1.10.26.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [495f53c8b40170a05ff95e8573131fba599c6cab]

        INTEGRATION: CWS fwkq1 (1.24.26); FILE MERGED 2003/07/17 12:21:24 mba 1.24.26.2: #110843#: get rid of factories 2003/07/15 06:25:23 mba 1.24.26.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [f2d53fd72de2b7e748aedb982f4f203670442e4f]

        INTEGRATION: CWS fwkq1 (1.2.36); FILE MERGED 2003/07/15 06:25:22 mba 1.2.36.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [8ed8227f52535157d5fffe6220d13dcb9fe69c26]

        INTEGRATION: CWS fwkq1 (1.11.44); FILE MERGED 2003/07/15 06:25:24 mba 1.11.44.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [535023c95d08d190e8e2472eb16f28064c29b4f7]

        INTEGRATION: CWS fwkq1 (1.5.120); FILE MERGED 2003/07/15 06:25:23 mba 1.5.120.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [0542d3e3571991d8eb28e9e04b63575f45e899da]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/15 06:24:55 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a7674bcd894e566e4f5d3fd207a44ef03770c71d]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/09/12 15:43:38 mba 1.1.2.3: #112213#: check readonly state of Medium 2003/07/17 12:41:35 mba 1.1.2.2: #110843#: optimize type detection 2003/07/15 06:25:04 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [02a5a4d18aa3ecd21366779ce6aa9fd407e813ac]

        INTEGRATION: CWS fwkq1 (1.6.10); FILE MERGED 2003/07/15 15:18:52 mba 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2003/07/15 06:25:22 mba 1.6.10.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [dff4158c3037fbd0108d85d52b4b6263389bd234]

        INTEGRATION: CWS fwkq1 (1.6.124); FILE MERGED 2003/07/15 06:25:23 mba 1.6.124.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [9e6f7233556f8bfc83a3cc43e30171a6e3942580]

        INTEGRATION: CWS fwkq1 (1.19.10); FILE MERGED 2003/07/15 06:25:46 mba 1.19.10.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [ff844f2fd81c6f7ac4897635ac203748287b08d1]

        INTEGRATION: CWS fwkq1 (1.61.14); FILE MERGED 2003/07/15 06:25:24 mba 1.61.14.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [c9aefb1f38ad468859b6dace1413b135a5683d04]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/15 06:25:13 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [bf9c954cf32bed056b45c25e706e066a2b799490]

        INTEGRATION: CWS fwkq1 (1.10.44); FILE MERGED 2003/08/28 16:06:52 mba 1.10.44.3: RESYNC: (1.10-1.11); FILE MERGED 2003/08/20 15:48:47 mba 1.10.44.2: #110843#: obsolete code removed 2003/07/15 06:24:36 mba 1.10.44.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [0316db277c2c5ac7bf8924e53008d5f65835dbd0]

        INTEGRATION: CWS fwkq1 (1.9.100); FILE MERGED 2003/07/17 12:21:23 mba 1.9.100.2: #110843#: get rid of factories 2003/07/15 06:24:25 mba 1.9.100.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [79116f05591f4243bf81723dc222332ee4da89d8]

        INTEGRATION: CWS fwkq1 (1.10.44); FILE MERGED 2003/07/15 06:24:25 mba 1.10.44.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [2d9c6d1c75c12b04bb6f92cb037f33064d007913]

        INTEGRATION: CWS fwkq1 (1.1.1.1.142); FILE MERGED 2003/07/15 06:24:24 mba 1.1.1.1.142.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7a7d240357a82256b4bda7fabed2a3b2f23d7b63]

        INTEGRATION: CWS fwkq1 (1.17.44); FILE MERGED 2003/07/15 06:24:23 mba 1.17.44.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [fdfd716343e96938444c0cf95cb474d6675e69a3]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/15 06:35:44 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [febe20cab36fd57e10e17548e125f311a6174102]

        INTEGRATION: CWS fwkq1 (1.2.286); FILE MERGED 2003/07/15 06:38:57 mba 1.2.286.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [207c2babb681a3d6720040572bd71bdc382c63c2]

        INTEGRATION: CWS fwkq1 (1.24.26); FILE MERGED 2003/09/12 15:41:05 mba 1.24.26.3: #112213#: check readonly state of Medium 2003/08/28 15:53:29 mba 1.24.26.2: RESYNC: (1.24-1.26); FILE MERGED 2003/07/15 06:38:56 mba 1.24.26.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a50538b31ce83826f3c6877f8813c61f79d6b027]

        INTEGRATION: CWS fwkq1 (1.22.82); FILE MERGED 2003/08/28 15:53:44 mba 1.22.82.2: RESYNC: (1.22-1.23); FILE MERGED 2003/07/15 06:38:46 mba 1.22.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a6ee393da6e68391f47f5d76dbe4809fa78c1088]

        INTEGRATION: CWS fwkq1 (1.7.82); FILE MERGED 2003/07/15 06:38:41 mba 1.7.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [1b130bdffdafbe3ae0fcda9cfb948e09f9b48d0e]

        INTEGRATION: CWS fwkq1 (1.11.82); FILE MERGED 2003/07/15 06:38:33 mba 1.11.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [444b6cb245c6b75e99627c92d67b3927af7f295b]

        INTEGRATION: CWS fwkq1 (1.15.82); FILE MERGED 2003/07/15 06:38:32 mba 1.15.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [95a6408437cee2d4e86d2d71ae9546012f4663c8]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/08/18 11:32:44 mba 1.1.2.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [857820d023d70e2ab0cfa0cc9804e613c48b4c86]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/08/25 08:22:49 mba 1.1.2.3: #110843#: GCC needs temp. Var. 2003/08/22 15:11:23 mba 1.1.2.2: #110843#: execute slot request directly with dispatch arguments 2003/08/18 11:32:55 mba 1.1.2.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a41f957b6fcf9534bf42cd75b32fa947466ec477]

        INTEGRATION: CWS fwkq1 (1.6.82); FILE MERGED 2003/07/15 06:38:17 mba 1.6.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [130a2ef4c1d9bbc550adca48b77cb2f4a4ee74bd]

        INTEGRATION: CWS fwkq1 (1.9.104); FILE MERGED 2003/08/18 11:32:17 mba 1.9.104.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [dec4dd1204caedbeea0b8f7d664e49b2561dc0fd]

        INTEGRATION: CWS fwkq1 (1.2.104); FILE MERGED 2003/07/15 06:38:18 mba 1.2.104.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [dcfdca45eb7446d26f22a0f35a05cfb8c8eccbcc]

        INTEGRATION: CWS fwkq1 (1.24.44); FILE MERGED 2003/07/15 06:38:17 mba 1.24.44.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7168a84006936e5560af8c7205c7a793f87b4d5a]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/15 06:35:27 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [60f1cc10a5bec5b0f6f1e1a312dc6abd83081db1]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/09/12 15:41:44 mba 1.1.2.4: #112213#: check readonly state of Medium; #112203#: use ErrorCode from DetectFilter 2003/08/26 15:27:46 mba 1.1.2.3: #110843#: real typedection services for all types, no default detector 2003/08/22 15:11:57 mba 1.1.2.2: #110843#: need to recognize flat detected type 2003/07/15 06:35:27 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [da694401216b07bd90a86590570ec2aadea4d2e5]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/15 06:35:28 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [55d69423a43f29caf9138976e5f82c1781207872]

        INTEGRATION: CWS fwkq1 (1.13.82); FILE MERGED 2003/08/28 15:54:49 mba 1.13.82.4: RESYNC: (1.13-1.14); FILE MERGED 2003/08/18 11:32:16 mba 1.13.82.3: #110843#: start Autopilots via UNO 2003/07/17 12:36:36 mba 1.13.82.2: #110843#: get rid of factories 2003/07/15 06:38:25 mba 1.13.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [9fd1d01f48af2eeaa6aae18c951f88bdb4d6b918]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/15 06:35:12 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d49064aeff6d1df369bdb7d1ef325dad7aa3cd49]

        INTEGRATION: CWS fwkq1 (1.4.82); FILE MERGED 2003/07/15 06:38:18 mba 1.4.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [6f842a91e7a6012161176409adfa715da8e2ae50]

        INTEGRATION: CWS fwkq1 (1.40.82); FILE MERGED 2003/08/28 15:55:21 mba 1.40.82.2: RESYNC: (1.40-1.41); FILE MERGED 2003/07/15 06:38:11 mba 1.40.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a2e6c88ff7160410d5b8adc699855d5d9b592103]

        INTEGRATION: CWS fwkq1 (1.4.82); FILE MERGED 2003/07/15 06:38:04 mba 1.4.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [2e8e4c49469de69a7c211dfc85479f5d03f57b60]

        INTEGRATION: CWS fwkq1 (1.6.82); FILE MERGED 2003/07/15 06:38:04 mba 1.6.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e16c58aad8960c2dbc9385cc46359455b41e183f]

        INTEGRATION: CWS fwkq1 (1.27.78); FILE MERGED 2003/09/01 13:44:10 mba 1.27.78.3: #110843#: no access to special factories from class SvFactory 2003/08/28 15:56:42 mba 1.27.78.2: RESYNC: (1.27-1.28); FILE MERGED 2003/07/15 06:37:55 mba 1.27.78.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [336957363726ee18d2e99f1ce59c66be5cffcec9]

        INTEGRATION: CWS fwkq1 (1.17.82); FILE MERGED 2003/08/28 13:11:56 mba 1.17.82.1: #110843#: make FrameItem usable for API calls because Wizards are triggered by dispatch API

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [f7850666e10872d5b608b7a59355b34b62375006]

        INTEGRATION: CWS fwkq1 (1.30.82); FILE MERGED 2003/07/15 06:37:50 mba 1.30.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [122bad96280e53dc8a9152964703a65973f2d549]

        INTEGRATION: CWS fwkq1 (1.7.82); FILE MERGED 2003/07/15 06:37:44 mba 1.7.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [8d939713fe9e2f468f8c58ca5a2ceda5469d97b7]

        INTEGRATION: CWS fwkq1 (1.13.82); FILE MERGED 2003/07/15 06:37:35 mba 1.13.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [0345b2cdf1dfb1be0bae2d1ce6154a22e1932daf]

        INTEGRATION: CWS fwkq1 (1.32.44); FILE MERGED 2003/07/15 15:44:29 mba 1.32.44.2: RESYNC: (1.32-1.33); FILE MERGED 2003/07/15 06:37:21 mba 1.32.44.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [65835c5159fe7c99dd1f01eb392e51b6661a31ca]

        INTEGRATION: CWS fwkq1 (1.10.82); FILE MERGED 2003/07/15 06:37:22 mba 1.10.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [6fe73b0bd89787c04d7866812f836a19097553ff]

        INTEGRATION: CWS fwkq1 (1.6.82); FILE MERGED 2003/08/28 16:01:40 mba 1.6.82.2: RESYNC: (1.6-1.7); FILE MERGED 2003/07/15 06:37:28 mba 1.6.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [1a73db681cadeb173b2ef6ccf45abc930fec919d]

        INTEGRATION: CWS fwkq1 (1.54.82); FILE MERGED 2003/08/22 15:10:52 mba 1.54.82.3: #110843#: new implementation for executing OutlineToImpress 2003/08/13 16:37:06 mba 1.54.82.2: RESYNC: (1.54-1.55); FILE MERGED 2003/07/15 06:37:20 mba 1.54.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [0a05124ba53ececdcb0c1853302288d08c23b7c3]

        INTEGRATION: CWS fwkq1 (1.31.30); FILE MERGED 2003/07/15 06:37:21 mba 1.31.30.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [1f1ab85b4e1fc001d38d2eb0287d36292e968071]

        INTEGRATION: CWS fwkq1 (1.31.26); FILE MERGED 2003/08/28 16:01:46 mba 1.31.26.2: RESYNC: (1.31-1.32); FILE MERGED 2003/07/15 06:37:11 mba 1.31.26.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [c5c965b29bf471fe972c58d49a5bcebc2c0c55b7]

        INTEGRATION: CWS fwkq1 (1.13.26); FILE MERGED 2003/08/28 16:04:26 mba 1.13.26.3: RESYNC: (1.14-1.15); FILE MERGED 2003/07/15 15:46:58 mba 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2003/07/15 06:37:04 mba 1.13.26.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a8dbe6d09f0b71599e32e473c00222beed78f219]

        INTEGRATION: CWS fwkq1 (1.23.82); FILE MERGED 2003/07/15 06:36:56 mba 1.23.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [fe3713938846eee66bdce11bcf6b3206e4b70fa5]

        INTEGRATION: CWS fwkq1 (1.11.82); FILE MERGED 2003/07/15 06:36:44 mba 1.11.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [977fb8f05eca1d0c27ae4647c170efcd6b92b256]

        INTEGRATION: CWS fwkq1 (1.5.82); FILE MERGED 2003/07/15 06:36:37 mba 1.5.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [693d6d607b59c96369c658cae8f2e936363dc6af]

        INTEGRATION: CWS fwkq1 (1.10.82); FILE MERGED 2003/08/22 15:10:02 mba 1.10.82.2: #110843#: new hidden filter used instead of old hack 2003/07/15 06:36:27 mba 1.10.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [44e2cc9d0d2b8f583ad5fc0593772aea84508b67]

        INTEGRATION: CWS fwkq1 (1.16.82); FILE MERGED 2003/07/15 06:36:26 mba 1.16.82.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [026f95e5b573d061972c8d4876a98615f2c0b0e5]

        INTEGRATION: CWS fwkq1 (1.7.116); FILE MERGED 2003/08/22 15:09:24 mba 1.7.116.2: #110843#: old slot removed 2003/08/18 11:30:23 mba 1.7.116.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7bc74fc080998ba044d8985318aa976685485f96]

        INTEGRATION: CWS fwkq1 (1.43.44); FILE MERGED 2003/08/28 16:05:51 mba 1.43.44.2: RESYNC: (1.43-1.44); FILE MERGED 2003/08/18 11:30:21 mba 1.43.44.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e95e7b5985983301b1139d1662494af479452447]

        INTEGRATION: CWS fwkq1 (1.10.42); FILE MERGED 2003/08/28 16:06:02 mba 1.10.42.2: RESYNC: (1.10-1.11); FILE MERGED 2003/07/15 06:36:07 mba 1.10.42.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [f56437fd33a3786f725e0550628c6331b6cfc2fc]

        INTEGRATION: CWS fwkq1 (1.3.276); FILE MERGED 2003/07/15 06:35:55 mba 1.3.276.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [9cdf944151e588b69fdf63810533f58d4534f284]

        INTEGRATION: CWS fwkq1 (1.10.116); FILE MERGED 2003/08/28 16:06:28 mba 1.10.116.3: RESYNC: (1.11-1.12); FILE MERGED 2003/08/13 16:45:20 mba 1.10.116.2: RESYNC: (1.10-1.11); FILE MERGED 2003/07/17 12:36:35 mba 1.10.116.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [8e4d51f4af6732b41eb13c425158ef51dbd52389]

        INTEGRATION: CWS fwkq1 (1.19.44); FILE MERGED 2003/08/13 08:37:43 mba 1.19.44.2: #110843#: get rid of factories 2003/07/15 06:35:55 mba 1.19.44.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [2903aef477fd96adc16f7a5668d0f8f8b45ce108]

        INTEGRATION: CWS fwkq1 (1.2.276); FILE MERGED 2003/08/18 11:29:56 mba 1.2.276.2: #110843#: start Autopilots via UNO 2003/07/15 06:35:54 mba 1.2.276.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [4b65cde5618a5ecfcd2dc5e15df726f9eeaecfa8]

        INTEGRATION: CWS fwkq1 (1.18.116); FILE MERGED 2003/07/15 06:35:54 mba 1.18.116.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [4d82c7efebda539337aabc033f6adc0929ed35c4]

        INTEGRATION: CWS fwkq1 (1.3.276); FILE MERGED 2003/07/15 06:35:53 mba 1.3.276.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [9dc37219a2c34eb17743d932fc82b47d5bef15a9]

        INTEGRATION: CWS fwkq1 (1.22.42); FILE MERGED 2003/07/15 06:35:53 mba 1.22.42.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [70f8b41219a7e6e458a514af5fc782313f506c9b]

        INTEGRATION: CWS fwkq1 (1.46.44); FILE MERGED 2003/08/18 11:29:55 mba 1.46.44.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [8497f4392ab0ccea7853ff0188bfa3384eeeb074]

        INTEGRATION: CWS fwkq1 (1.4.126); FILE MERGED 2003/09/10 14:45:03 mba 1.4.126.3: #112182#: service name missing 2003/07/16 09:27:47 mba 1.4.126.2: #110843#: get rid of factories 2003/07/15 06:30:48 mba 1.4.126.1: #110843#: register factories in services.rdb

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [12557e22b5814416c7d085fdd96241a2c2d1863b]

        INTEGRATION: CWS fwkq1 (1.15.114); FILE MERGED 2003/07/15 06:31:30 mba 1.15.114.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [0feebba67bfde1cd019c3f202b62aab903fe4ee6]

        INTEGRATION: CWS fwkq1 (1.7.286); FILE MERGED 2003/07/15 06:31:29 mba 1.7.286.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [8a2aa8b4f32205a7d6c5530c9b87ecef5e6d5077]

        INTEGRATION: CWS fwkq1 (1.8.286); FILE MERGED 2003/08/21 07:49:39 mba 1.8.286.2: #110843#: factory fallback for editing links implemented 2003/07/15 06:31:21 mba 1.8.286.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7eb423b5400e197fdd267477b883009d45b859ea]

        INTEGRATION: CWS fwkq1 (1.25.114); FILE MERGED 2003/08/21 07:39:52 mba 1.25.114.2: #110843#: some problems detecting the right extension 2003/07/15 06:31:07 mba 1.25.114.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [22b8e115007ac283f00502212230a6b840507bf8]

        INTEGRATION: CWS fwkq1 (1.45.12); FILE MERGED 2003/08/28 15:48:19 mba 1.45.12.3: RESYNC: (1.47-1.48); FILE MERGED 2003/08/13 15:26:43 mba 1.45.12.2: RESYNC: (1.46-1.47); FILE MERGED 2003/06/30 11:25:30 mba 1.45.12.1: #100000#

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7cee5e202703300d0d56fbdd1c4cad5416b0c404]

        INTEGRATION: CWS fwkq1 (1.2.312); FILE MERGED 2003/07/15 06:30:31 mba 1.2.312.1: #110843#: register factories in services.rdb

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [76421a3b9248e874e7a7a48913e72c398b363c57]

        INTEGRATION: CWS fwkq1 (1.2.28); FILE MERGED 2003/07/15 06:59:04 mba 1.2.28.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [0edda01e502a08aa3b719bb1f1570a46a434c0cf]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/18 07:19:09 mba 1.1.2.3: #110843#: get rid of factories 2003/07/17 11:17:44 mba 1.1.2.2: #110843#: get rid of factories 2003/07/14 16:10:54 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [53bb13af7727934b9098ab9929acb8923dc886e4]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/18 07:19:08 mba 1.1.2.3: #110843#: get rid of factories 2003/07/17 11:17:43 mba 1.1.2.2: #110843#: get rid of factories 2003/07/14 16:11:06 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [30c4939c035dd6da1b8ff5c11ac3d2f4074eea34]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/14 16:11:53 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [f09a85f7916ee3ff818e16b2e0ebde0fa980a345]

        INTEGRATION: CWS fwkq1 (1.17.24); FILE MERGED 2003/08/28 15:44:44 mba 1.17.24.3: RESYNC: (1.17-1.18); FILE MERGED 2003/07/18 07:19:08 mba 1.17.24.2: #110843#: get rid of factories 2003/07/14 16:12:17 mba 1.17.24.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [6f0de13a905c9e82ecd6f3e56277236324d7673e]

        INTEGRATION: CWS fwkq1 (1.11.28); FILE MERGED 2003/07/18 07:19:07 mba 1.11.28.2: #110843#: get rid of factories 2003/07/14 16:12:04 mba 1.11.28.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [3627354522d875f3c1ebdae0df13fc81577b3c37]

        INTEGRATION: CWS fwkq1 (1.22.24); FILE MERGED 2003/07/14 16:12:03 mba 1.22.24.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [825d820c9e1d80601c7bb5793f9b80d47c554c40]

        INTEGRATION: CWS fwkq1 (1.21.24); FILE MERGED 2003/07/14 16:12:03 mba 1.21.24.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [83cf30b0945dbf0ea1d4c337474f359d48cca4d8]

        INTEGRATION: CWS fwkq1 (1.1.104); FILE MERGED 2003/07/18 07:19:07 mba 1.1.104.2: #110843#: get rid of factories 2003/07/14 16:11:27 mba 1.1.104.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [9ee4b1bd1691ffbf039d6f16414d258e1983dbf0]

        INTEGRATION: CWS fwkq1 (1.3.104); FILE MERGED 2003/08/29 13:33:33 mba 1.3.104.1: #110843#: removed unnecessary macros

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [f6774e4cd249f8ee25186045126f5b6885398100]

        INTEGRATION: CWS fwkq1 (1.8.78); FILE MERGED 2003/07/18 07:19:07 mba 1.8.78.2: #110843#: get rid of factories 2003/07/14 16:12:04 mba 1.8.78.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [9e103b8c2ff24f055808dd52f410777ef032cd00]

        INTEGRATION: CWS fwkq1 (1.17.38); FILE MERGED 2003/08/28 15:45:00 mba 1.17.38.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/15 06:58:52 mba 1.17.38.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e4348db24966fe395f844d8b4d70cb0ff7384ac0]

        INTEGRATION: CWS fwkq1 (1.2.104); FILE MERGED 2003/07/14 16:09:48 mba 1.2.104.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7b1155da8b0c2e3fdbbf4f9a0e29bf626e4c2972]

        INTEGRATION: CWS fwkq1 (1.17.50); FILE MERGED 2003/09/12 15:43:24 mba 1.17.50.5: #112213#: check readonly state of Medium 2003/08/28 15:26:31 mba 1.17.50.4: RESYNC: (1.18-1.19); FILE MERGED 2003/07/17 12:15:01 mba 1.17.50.3: #110843#: get rid of factories 2003/07/15 15:06:36 mba 1.17.50.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/14 16:28:14 mba 1.17.50.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [f200ffddcf4e832ee4dfa4f99c7ca01cae402202]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/14 16:29:59 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [eb9027bb2a893a37058228348db736d9165743fb]

        INTEGRATION: CWS fwkq1 (1.1.1.1.220); FILE MERGED 2003/07/14 16:28:14 mba 1.1.1.1.220.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [ef1746e2552a3e65a20a29c478208c36cb24c5f4]

        INTEGRATION: CWS fwkq1 (1.20.176); FILE MERGED 2003/07/14 16:28:13 mba 1.20.176.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [631defe85fb2a09db91d48706c3f69187aa96a20]

        INTEGRATION: CWS fwkq1 (1.16.74); FILE MERGED 2003/07/14 16:28:12 mba 1.16.74.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e91c1d5eff2f84178a605016b740605799e02103]

        INTEGRATION: CWS fwkq1 (1.13.50); FILE MERGED 2003/07/14 16:28:12 mba 1.13.50.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a6db8a42b1367b684e12def5b7e5e1c5b1415fef]

        INTEGRATION: CWS fwkq1 (1.3.66); FILE MERGED 2003/07/14 16:28:11 mba 1.3.66.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [4aaee519df650bacdb6afb230f7e7f039f76e016]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/14 16:26:59 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [fd22a6e66b9a3486d45dcafb094b303c15bebce3]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/09/12 15:43:20 mba 1.1.2.5: #112213#: check readonly state of Medium 2003/08/26 15:28:04 mba 1.1.2.4: #110843#: real typedection services for all types, no default detector 2003/08/19 15:54:23 mba 1.1.2.3: #110843#: small bug in filterdetection 2003/07/17 12:59:56 mba 1.1.2.2: #110843#: optimize type detection 2003/07/14 16:26:59 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [f255b76c86b4e23bbc5fced8d5d2ceebe7fd91c6]

        INTEGRATION: CWS fwkq1 (1.11.66); FILE MERGED 2003/07/14 16:28:10 mba 1.11.66.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d4bc24cec4e82088abdc00df0a4a51b6c1db7a0f]

        INTEGRATION: CWS fwkq1 (1.20.54); FILE MERGED 2003/09/12 15:43:06 mba 1.20.54.2: #112213#: check readonly state of Medium 2003/07/14 17:52:11 mba 1.20.54.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [300ff6a1014f805109d0dfad8ac0054611dbaa05]

        INTEGRATION: CWS fwkq1 (1.8.176); FILE MERGED 2003/07/14 16:28:10 mba 1.8.176.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7e7ffa63ed5ec4177d09436301c382ba516d7e4e]

        INTEGRATION: CWS fwkq1 (1.4.182); FILE MERGED 2003/07/14 16:28:10 mba 1.4.182.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d998aefb39cf65bab3ffa7ca34752397024dbf27]

        INTEGRATION: CWS fwkq1 (1.35.18); FILE MERGED 2003/07/17 12:14:59 mba 1.35.18.2: #110843#: get rid of factories 2003/07/14 16:28:09 mba 1.35.18.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [96fe35e8ea9b1bfd7f19cd76da39c40a51f2007b]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/14 16:27:13 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5fd371c514441f631fc0a8cd8a4c1522e6533db7]

        INTEGRATION: CWS fwkq1 (1.10.178); FILE MERGED 2003/07/14 16:28:09 mba 1.10.178.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [714d60582494ef6707966d9dabdc005295583ef2]

        INTEGRATION: CWS fwkq1 (1.14.66); FILE MERGED 2003/07/14 16:28:08 mba 1.14.66.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7bf4d418634ad06335864e8b123b7819a4c8509b]

        INTEGRATION: CWS fwkq1 (1.7.176); FILE MERGED 2003/07/14 16:28:08 mba 1.7.176.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [060be0d87ac6bb9451581d5dfc4280eefb9ef3aa]

        INTEGRATION: CWS fwkq1 (1.6.176); FILE MERGED 2003/07/14 16:28:07 mba 1.6.176.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [39ad964794d9129fefc896ab44ca28926cf60622]

        INTEGRATION: CWS fwkq1 (1.5.178); FILE MERGED 2003/07/14 16:28:06 mba 1.5.178.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e006aa71e999037ce6dd68cbd04ad0660782dba7]

        INTEGRATION: CWS fwkq1 (1.24.18); FILE MERGED 2003/07/14 16:28:06 mba 1.24.18.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e35a0962ee27849b51998c82ca6dea4464cd74b3]

        INTEGRATION: CWS fwkq1 (1.8.74); FILE MERGED 2003/07/14 16:28:05 mba 1.8.74.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [531de59c247f0874dee4ef5a9f162c758d43fcdb]

        INTEGRATION: CWS fwkq1 (1.14.178); FILE MERGED 2003/07/14 16:28:04 mba 1.14.178.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a169d45731dcdbc720dea5d40a58d823dbd5031c]

        INTEGRATION: CWS fwkq1 (1.25.52); FILE MERGED 2003/07/14 16:28:03 mba 1.25.52.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d6a2ca006198fc7aceaae53e2ec467c49829b0eb]

        INTEGRATION: CWS fwkq1 (1.62.18); FILE MERGED 2003/07/14 16:28:03 mba 1.62.18.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7c76b75353765167bf8c1a291f564b52d821e900]

        INTEGRATION: CWS fwkq1 (1.35.24); FILE MERGED 2003/07/14 16:28:01 mba 1.35.24.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [dfc0d62a0dc91bd97bbe6d89ca3a24e5aed6fbe4]

        INTEGRATION: CWS fwkq1 (1.14.74); FILE MERGED 2003/07/14 16:28:00 mba 1.14.74.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [21abaaad4734e674cba4c7b9b3e117e12388862f]

        INTEGRATION: CWS fwkq1 (1.11.66); FILE MERGED 2003/07/14 16:28:00 mba 1.11.66.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a045ac28d9fca10b99692a9dac65c28d7b6b5d86]

        INTEGRATION: CWS fwkq1 (1.7.72); FILE MERGED 2003/08/13 15:54:06 mba 1.7.72.2: RESYNC: (1.7-1.8); FILE MERGED 2003/07/14 16:27:58 mba 1.7.72.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [47350ee6bf940bdcc663d9cea5b40b02f48d6853]

        INTEGRATION: CWS fwkq1 (1.4.208); FILE MERGED 2003/07/14 16:27:57 mba 1.4.208.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [ef4d88fe4b8d24e3db68b2bba6a9974c598d611e]

        INTEGRATION: CWS fwkq1 (1.2.12); FILE MERGED 2003/08/13 15:58:37 mba 1.2.12.3: RESYNC: (1.3-1.5); FILE MERGED 2003/07/15 15:17:30 mba 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2003/07/14 16:27:56 mba 1.2.12.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [55f2b599944ba3eac1e49cb7ecadce62e375dd2e]

        INTEGRATION: CWS fwkq1 (1.26.30); FILE MERGED 2003/07/14 16:27:55 mba 1.26.30.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [b27147b284f890a82d49267500172eb47a122ca0]

        INTEGRATION: CWS fwkq1 (1.20.74); FILE MERGED 2003/07/14 16:27:53 mba 1.20.74.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [aa7bf8724f3b47889d83241c94e79133d9f9f49b]

        INTEGRATION: CWS fwkq1 (1.19.182); FILE MERGED 2003/07/14 16:27:53 mba 1.19.182.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [4e7202cd70502df698a0e57d7a18919a70c66650]

        INTEGRATION: CWS fwkq1 (1.17.182); FILE MERGED 2003/07/14 16:27:52 mba 1.17.182.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a320334eea17afdd5a64f52f0db5812ce2f6a6e4]

        INTEGRATION: CWS fwkq1 (1.10.74); FILE MERGED 2003/08/28 15:37:56 mba 1.10.74.3: RESYNC: (1.10-1.11); FILE MERGED 2003/08/19 08:05:49 mba 1.10.74.2: #110843#: legacy files removed 2003/07/14 16:27:52 mba 1.10.74.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5c878383e14749e94c2bcc504d41d5e503a1df66]

        INTEGRATION: CWS fwkq1 (1.12.24); FILE MERGED 2003/07/14 16:27:51 mba 1.12.24.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [2c5977de3d62343b8cee26a697e0ecdabd83698d]

        INTEGRATION: CWS fwkq1 (1.2.74); FILE MERGED 2003/07/14 16:27:50 mba 1.2.74.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e8d929a71cc9bac4e49cdbd1d472aed7b1d7e6ee]

        INTEGRATION: CWS fwkq1 (1.14.18); FILE MERGED 2003/07/17 12:14:58 mba 1.14.18.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [38edd76507926f9fb0420f2d9e40d8157e0f1641]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/14 17:51:50 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7cf12f47bca2af9e6ba4c3e9e4fc47c4dcfc05b5]

        INTEGRATION: CWS fwkq1 (1.21.74); FILE MERGED 2003/07/14 17:52:10 mba 1.21.74.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [847dc7de35b9504a200e82426c80e0dfee827243]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/08/18 11:33:26 mba 1.1.2.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [bea2842f19d39fa8f2bb33c273948e72aa65ef93]

        INTEGRATION: CWS fwkq1 (1.11.74); FILE MERGED 2003/08/28 15:26:26 mba 1.11.74.2: RESYNC: (1.11-1.12); FILE MERGED 2003/07/14 17:52:01 mba 1.11.74.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [049666d094109ab1ae829aeb206ca55c4518dce3]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/08/25 08:21:09 mba 1.1.2.3: #110843#: GCC needs temp. Var. 2003/08/22 15:07:35 mba 1.1.2.2: #110843#: execute slot request directly with dispatch arguments 2003/08/18 11:33:16 mba 1.1.2.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [1d420b69930f95827ce99d1a4443a18652c15dc7]

        INTEGRATION: CWS fwkq1 (1.64.36); FILE MERGED 2003/07/17 12:17:55 mba 1.64.36.2: #110843#: get rid of factories 2003/07/14 17:52:09 mba 1.64.36.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [50d32990d0cdc6decc6c43ef376e9d2da1cbe431]

        INTEGRATION: CWS fwkq1 (1.3.70); FILE MERGED 2003/09/12 15:42:49 mba 1.3.70.2: #112214#: don't create Impress Docs for drawingdocument service 2003/07/14 17:52:09 mba 1.3.70.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [2336657d8ef3846cade3047f86475f4030929e1b]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/14 17:51:21 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [885a5fd52abea842148ace99274c52184a199be6]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/09/12 15:42:05 mba 1.1.2.5: #112213#: check readonly state of Medium 2003/08/26 14:54:58 mba 1.1.2.4: #110843#: comment added 2003/08/26 07:31:46 mba 1.1.2.3: #110843#: wrong factory name used 2003/07/17 12:40:50 mba 1.1.2.2: #110843#: optimize type detection 2003/07/14 17:51:22 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [dc77b3cd4ad86ba550562443e985610ccabaae81]

        INTEGRATION: CWS fwkq1 (1.11.70); FILE MERGED 2003/08/18 11:29:34 mba 1.11.70.2: #110843#: start Autopilots via UNO 2003/07/14 17:52:09 mba 1.11.70.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [cd0c70e6f5b08adf98912f16dd12db096297f030]

        INTEGRATION: CWS fwkq1 (1.5.70); FILE MERGED 2003/08/18 11:29:33 mba 1.5.70.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d05946ee221b24fa4826dab5382094ec99899d6b]

        INTEGRATION: CWS fwkq1 (1.1.2); FILE ADDED 2003/07/14 17:51:34 mba 1.1.2.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [cff01713986cd949ff6f2d380a9acbf9a50edce7]

        INTEGRATION: CWS fwkq1 (1.23.36); FILE MERGED 2003/07/17 12:17:53 mba 1.23.36.2: #110843#: get rid of factories 2003/07/14 17:52:08 mba 1.23.36.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [dbc30d8c0ba90342a0695c4244ecd29bf61b508d]

        INTEGRATION: CWS fwkq1 (1.25.164); FILE MERGED 2003/08/20 08:37:30 mba 1.25.164.2: #110843#: wrong method used to get DefaultFilter 2003/07/14 17:52:07 mba 1.25.164.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d38288074d5a42fec1410a12576fb25d400ce4c2]

        INTEGRATION: CWS fwkq1 (1.25.14); FILE MERGED 2003/07/14 17:52:06 mba 1.25.14.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [9b932dbb5769134d54b0301d974e0ed3e7c1800e]

        INTEGRATION: CWS fwkq1 (1.3.184); FILE MERGED 2003/07/14 17:52:06 mba 1.3.184.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [73ce1c3172b9f23bdb11618d40127efe959392c7]

        INTEGRATION: CWS fwkq1 (1.19.70); FILE MERGED 2003/07/14 17:52:05 mba 1.19.70.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [2f26fbbb589550c3b2bc01a1011f26b4e95cfdc6]

        INTEGRATION: CWS fwkq1 (1.19.74); FILE MERGED 2003/07/14 17:52:04 mba 1.19.74.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [3def0670324430454c9424ebc0345ec374ef6c10]

        INTEGRATION: CWS fwkq1 (1.22.16); FILE MERGED 2003/07/14 17:52:04 mba 1.22.16.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [964cadc00e7dbd6f532243862d9ad327e39efbee]

        INTEGRATION: CWS fwkq1 (1.23.18); FILE MERGED 2003/08/18 11:29:30 mba 1.23.18.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [9aee0e2e066d0cd578ae748b404fb1c5704cbf43]

        INTEGRATION: CWS fwkq1 (1.19.54); FILE MERGED 2003/07/14 17:52:03 mba 1.19.54.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d4d07e0a10a75c677298af3ec30a73acfaf0e5b9]

        INTEGRATION: CWS fwkq1 (1.4.172); FILE MERGED 2003/07/14 17:52:03 mba 1.4.172.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [6053724759b8c69cd84f01d3f212c5e3d75e9cfb]

        INTEGRATION: CWS fwkq1 (1.8.30); FILE MERGED 2003/08/28 15:25:53 mba 1.8.30.2: RESYNC: (1.8-1.9); FILE MERGED 2003/07/14 17:52:03 mba 1.8.30.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [943709d3a7eaa2dd16d55987320481b6abfcf719]

        INTEGRATION: CWS fwkq1 (1.5.74); FILE MERGED 2003/08/28 13:12:13 mba 1.5.74.2: #110843#: make FrameItem usable for API calls because Wizards are triggered by dispatch API 2003/08/22 15:07:10 mba 1.5.74.1: #110843#: need SfxLockBytesItem in arguments

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d19c4ee811c7b0b4cd9b6c1cd31c7b297aaa451f]

        INTEGRATION: CWS fwkq1 (1.3.164); FILE MERGED 2003/07/14 17:52:02 mba 1.3.164.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [43330c6d1b3dfc7f8ad83d2684d43f12498163c8]

        INTEGRATION: CWS fwkq1 (1.6.164); FILE MERGED 2003/07/14 17:52:02 mba 1.6.164.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [1da40c23721203d2037d279aa99f22d9e4cde430]

        INTEGRATION: CWS fwkq1 (1.5.166); FILE MERGED 2003/08/20 08:44:03 mba 1.5.166.2: #110843#: new slot for new with Autopilot 2003/08/18 11:30:08 mba 1.5.166.1: #110843#: start Autopilots via UNO

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [c45ccfc613b3c8e3312ead7a07e124386f754167]

        INTEGRATION: CWS fwkq1 (1.17.70); FILE MERGED 2003/07/14 17:52:01 mba 1.17.70.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7578f46ef63f0976f255eb1e3467ddace3c52028]

        INTEGRATION: CWS fwkq1 (1.18.54); FILE MERGED 2003/07/14 17:52:00 mba 1.18.54.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [a574e8ec6b0dd9385c0e8c61648c1c7ed4c691e6]

        INTEGRATION: CWS fwkq1 (1.2.186); FILE MERGED 2003/07/14 17:52:00 mba 1.2.186.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [fcdd59d027537c37cdf875a15399e6cb8a2c68ba]

        INTEGRATION: CWS fwkq1 (1.3.190); FILE MERGED 2003/07/14 17:51:59 mba 1.3.190.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [dec8324df78d3204f7de3fc512f4e7f83fc0c963]

        INTEGRATION: CWS fwkq1 (1.11.8); FILE MERGED 2003/08/26 15:26:47 mba 1.11.8.3: #110843#: real typedection services for all types, no default detector 2003/08/13 16:15:05 mba 1.11.8.2: RESYNC: (1.11-1.12); FILE MERGED 2003/07/17 11:35:36 mba 1.11.8.1: #110843#: use default service for writer until it is divided into smaller groups

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [3b6db7c258f2dd27e729c23c707926caee632550]

        INTEGRATION: CWS fwkq1 (1.39.18); FILE MERGED 2003/08/26 15:26:43 mba 1.39.18.5: #110843#: real typedection services for all types, no default detector 2003/08/22 15:27:35 mba 1.39.18.4: #110843#: set install flag in setup 2003/08/21 15:45:51 mba 1.39.18.3: #110843#: new internal filter for exporting MasterDoc as HTML 2003/08/13 16:16:29 mba 1.39.18.2: RESYNC: (1.39-1.44); FILE MERGED 2003/07/17 11:18:18 mba 1.39.18.1: #110843#: new detect services

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [79a7f737e5a4b365029241858c795e6510b6db7f]

        INTEGRATION: CWS fwkq1 (1.16.16); FILE MERGED 2003/07/14 18:03:21 mba 1.16.16.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [4aab271d2d80b92ffbc70fbecb16af2ee89bc538]

        INTEGRATION: CWS fwkq1 (1.5.20); FILE MERGED 2003/07/14 18:03:21 mba 1.5.20.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [839bca9da4f9064d9c4b7892ec1b50beb106ccc2]

        INTEGRATION: CWS fwkq1 (1.7.16); FILE MERGED 2003/07/14 18:03:11 mba 1.7.16.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [3c1e4ef131060340bdc1fc140d37f8540ab69f8c]

        INTEGRATION: CWS fwkq1 (1.15.12); FILE MERGED 2003/08/28 13:12:41 mba 1.15.12.1: #110843#: register NumberFormatter

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [58f0e12aa999d5c3366cf7e2ad1d9a95386a1003]

        INTEGRATION: CWS fwkq1 (1.2.280); FILE MERGED 2003/08/28 13:12:40 mba 1.2.280.1: #110843#: register NumberFormatter

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [4000db346f66780fa9a64710295ab9a668414500]

        INTEGRATION: CWS fwkq1 (1.21.102); FILE MERGED 2003/09/10 14:10:23 mba 1.21.102.2: #112181#: strip parameters from factory urls 2003/07/15 06:28:22 mba 1.21.102.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [6b17bc1188d045362d8d7102a7092c6b36091035]

        INTEGRATION: CWS fwkq1 (1.12.94); FILE MERGED 2003/08/20 11:05:56 mba 1.12.94.2: #110843#: new method for default module 2003/07/15 06:28:21 mba 1.12.94.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [bd67966266cac9b97a7883556d19d2c6b1d262ef]

        INTEGRATION: CWS fwkq1 (1.30.60); FILE MERGED 2003/08/22 15:31:53 mba 1.30.60.1: #110843#: service name changed

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e16c40a74513853792e72e40ddc7e36bd2784995]

        INTEGRATION: CWS fwkq1 (1.35.30); FILE MERGED 2003/08/18 11:28:41 mba 1.35.30.2: #110843#: start Autopilots via UNO 2003/07/14 18:00:24 mba 1.35.30.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [68a4deacad20abe10e71358ec55dc2b66c85105e]

        INTEGRATION: CWS fwkq1 (1.72.10); FILE MERGED 2003/08/20 11:13:41 mba 1.72.10.3: #110843#: obsolete code removed 2003/08/18 11:28:41 mba 1.72.10.2: #110843#: start Autopilots via UNO 2003/07/14 18:00:24 mba 1.72.10.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [79089cd830e0da96080d8881b4971851e19086fe]

        INTEGRATION: CWS fwkq1 (1.51.10); FILE MERGED 2003/08/20 11:13:40 mba 1.51.10.2: #110843#: obsolete code removed 2003/07/14 18:00:23 mba 1.51.10.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d6add796482765550c632ad2d2ffaec3c36974ab]

        INTEGRATION: CWS fwkq1 (1.11.76); FILE MERGED 2003/07/14 18:00:23 mba 1.11.76.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [23376890c7f324632e0dafbc60ae8ae028976e53]

        INTEGRATION: CWS fwkq1 (1.4.234); FILE MERGED 2003/08/28 15:14:38 mba 1.4.234.2: RESYNC: (1.4-1.5); FILE MERGED 2003/07/14 18:00:22 mba 1.4.234.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [138d43497f5e56ba6a73fe5ec073955b8da4309f]

        INTEGRATION: CWS fwkq1 (1.66.52); FILE MERGED 2003/08/28 13:09:25 mba 1.66.52.3: #110843#: make FrameItem usable for API calls because Wizards are triggered by dispatch API 2003/08/18 11:28:40 mba 1.66.52.2: #110843#: start Autopilots via UNO 2003/07/14 18:00:22 mba 1.66.52.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [8cbaf0db335dd442ff2171e2331ce6a35288b9fd]

        INTEGRATION: CWS fwkq1 (1.29.30); FILE MERGED 2003/08/28 13:09:25 mba 1.29.30.3: #110843#: make FrameItem usable for API calls because Wizards are triggered by dispatch API 2003/08/20 11:13:39 mba 1.29.30.2: #110843#: obsolete code removed 2003/07/14 18:00:21 mba 1.29.30.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e5c5a01ad74f9adfbde199926ed8dfc1eff34466]

        INTEGRATION: CWS fwkq1 (1.31.26); FILE MERGED 2003/08/20 11:13:38 mba 1.31.26.3: #110843#: obsolete code removed 2003/07/15 16:11:57 mba 1.31.26.2: RESYNC: (1.31-1.32); FILE MERGED 2003/07/14 18:00:21 mba 1.31.26.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [98d75835afbbb9d42a5ababafc1549cf9651bb05]

        INTEGRATION: CWS fwkq1 (1.50.10); FILE MERGED 2003/08/13 16:49:46 mba 1.50.10.2: RESYNC: (1.50-1.51); FILE MERGED 2003/07/14 18:00:18 mba 1.50.10.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [36a9cb3c0884383a262d6d8967009ad51e54af75]

        INTEGRATION: CWS fwkq1 (1.36.50); FILE MERGED 2003/08/22 15:05:56 mba 1.36.50.3: #111622#: objectshells have different refcount behavior than simple objects 2003/08/21 07:51:08 mba 1.36.50.2: #110843#: wrong short name for master document 2003/07/14 18:00:18 mba 1.36.50.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5597cc178630d9a051663007725da37246aaabb2]

        INTEGRATION: CWS fwkq1 (1.116.30); FILE MERGED 2003/08/18 11:28:39 mba 1.116.30.5: #110843#: start Autopilots via UNO 2003/08/13 16:49:40 mba 1.116.30.4: RESYNC: (1.117-1.118); FILE MERGED 2003/07/18 07:18:17 mba 1.116.30.3: #110843#: basic has no filters 2003/07/15 16:14:27 mba 1.116.30.2: RESYNC: (1.116-1.117); FILE MERGED 2003/07/14 18:00:17 mba 1.116.30.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [1d821beff38f826f9a33813949e5c595084ec6a5]

        INTEGRATION: CWS fwkq1 (1.56.66); FILE MERGED 2003/08/18 11:28:39 mba 1.56.66.3: #110843#: start Autopilots via UNO 2003/07/15 16:14:19 mba 1.56.66.2: RESYNC: (1.56-1.57); FILE MERGED 2003/07/14 18:00:17 mba 1.56.66.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [036d68d9710d51fb61ab566deab0f109ac92ded5]

        INTEGRATION: CWS fwkq1 (1.32.54); FILE MERGED 2003/08/13 16:49:35 mba 1.32.54.2: RESYNC: (1.32-1.33); FILE MERGED 2003/07/14 18:00:17 mba 1.32.54.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [6e07317bf59cf3c1e4d0217d68a652ec8391b893]

        INTEGRATION: CWS fwkq1 (1.41.10); FILE MERGED 2003/07/14 18:00:16 mba 1.41.10.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [1d32335211ae461f2f94c857571c3169d8078cba]

        INTEGRATION: CWS fwkq1 (1.9.66); FILE MERGED 2003/08/28 15:15:40 mba 1.9.66.2: RESYNC: (1.9-1.10); FILE MERGED 2003/07/14 18:00:16 mba 1.9.66.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [44c1608424dda7caea7ab65d4c34fca50ce36637]

        INTEGRATION: CWS fwkq1 (1.31.76); FILE MERGED 2003/09/10 14:09:46 mba 1.31.76.2: #112181#: wrong handling of service and factory names 2003/07/14 18:00:15 mba 1.31.76.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [2163a829c0c67bc35df4422e39ecf01f4c97b955]

        INTEGRATION: CWS fwkq1 (1.51.204); FILE MERGED 2003/07/14 18:00:15 mba 1.51.204.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [b917589d1ea4bb750c3f50893f83914ec68be1ba]

        INTEGRATION: CWS fwkq1 (1.10.204); FILE MERGED 2003/08/22 15:05:13 mba 1.10.204.2: #110843#: type detection from storage via streams 2003/07/14 18:00:15 mba 1.10.204.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [36f824e6ed0448f90b48f11e5bf42b31a333a10b]

        INTEGRATION: CWS fwkq1 (1.132.40); FILE MERGED 2003/09/12 15:39:37 mba 1.132.40.6: #112201#: support for sdp 2003/08/22 15:05:28 mba 1.132.40.5: #110843#: new type detection from storage 2003/08/20 11:13:37 mba 1.132.40.4: #110843#: obsolete code removed 2003/08/13 16:48:53 mba 1.132.40.3: RESYNC: (1.133-1.134); FILE MERGED 2003/07/15 16:13:22 mba 1.132.40.2: RESYNC: (1.132-1.133); FILE MERGED 2003/07/14 18:00:14 mba 1.132.40.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [39a730995bdb656ef4a5249d0d53eeb9850ad10d]

        INTEGRATION: CWS fwkq1 (1.14.76); FILE MERGED 2003/07/18 08:03:21 mba 1.14.76.2: #110843#: immediate termination without creating a document leads to having no factories at all 2003/07/14 18:00:14 mba 1.14.76.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [42125c479bcd41425256d178dfbb69e6a12f21d0]

        INTEGRATION: CWS fwkq1 (1.21.54); FILE MERGED 2003/07/14 18:00:13 mba 1.21.54.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [c6c9621b3f749227bcd20d3d0ee254311623835b]

        INTEGRATION: CWS fwkq1 (1.17.76); FILE MERGED 2003/07/14 18:00:12 mba 1.17.76.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [b76cdbe5338786728dd3640729777323f0cf864b]

        INTEGRATION: CWS fwkq1 (1.7.66); FILE MERGED 2003/07/14 18:00:12 mba 1.7.66.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [59b849712f7c07634d313f06cdfb49e3c0053e8e]

        INTEGRATION: CWS fwkq1 (1.103.10); FILE MERGED 2003/07/14 18:00:12 mba 1.103.10.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5f7251607089ab5ee7504e0165e3a65140729810]

        INTEGRATION: CWS fwkq1 (1.12.210); FILE MERGED 2003/08/22 14:56:13 mba 1.12.210.1: #110843#: execute slot request directly with dispatch arguments

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [c27b27b9dbc681d475ee96322311e93eae91c3e8]

        INTEGRATION: CWS fwkq1 (1.25.26); FILE MERGED 2003/07/14 18:00:10 mba 1.25.26.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5677a41baeb944bde0149abbf3c4bceaa83aac2e]

        INTEGRATION: CWS fwkq1 (1.5.226); FILE MERGED 2003/08/28 15:16:10 mba 1.5.226.2: RESYNC: (1.5-1.6); FILE MERGED 2003/08/20 11:13:36 mba 1.5.226.1: #110843#: obsolete code removed

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [5ae36762548800561efd6834c47f989a0db4fab9]

        INTEGRATION: CWS fwkq1 (1.4.76); FILE MERGED 2003/08/20 11:13:35 mba 1.4.76.2: #110843#: obsolete code removed 2003/07/14 18:00:09 mba 1.4.76.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [b6a071cd6b9711a5bde878a75e70913e9b3150fd]

        INTEGRATION: CWS fwkq1 (1.4.216); FILE MERGED 2003/08/20 11:13:35 mba 1.4.216.1: #110843#: obsolete code removed

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [38f396dc53f4cf0132e03e4c0bde728b311652f8]

        INTEGRATION: CWS fwkq1 (1.4.66); FILE MERGED 2003/07/14 18:00:09 mba 1.4.66.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e087bbaaa20042ef64a3b965ef9a7b050b79495f]

        INTEGRATION: CWS fwkq1 (1.3.66); FILE MERGED 2003/07/14 18:00:09 mba 1.3.66.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [6b163ee97bfeaa4affd493c96801a72cecd11739]

        INTEGRATION: CWS fwkq1 (1.52.54); FILE MERGED 2003/08/19 15:56:55 mba 1.52.54.4: #110843#: use interactionhandler for GuessFilter 2003/07/18 11:42:38 mba 1.52.54.3: #110843#: bug in Iterator 2003/07/17 12:38:07 mba 1.52.54.2: #110843#: don't count graphic filters 2003/07/14 18:00:08 mba 1.52.54.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [0aec7fe5e3e57318ed620f731d7354761d49a885]

        INTEGRATION: CWS fwkq1 (1.34.76); FILE MERGED 2003/07/14 18:00:06 mba 1.34.76.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [4a81924a239016079ebdb765cca798fe839b4dae]

        INTEGRATION: CWS fwkq1 (1.7.216); FILE MERGED 2003/08/13 08:37:27 mba 1.7.216.2: #110843#: get rid of factories 2003/07/14 18:00:05 mba 1.7.216.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [646c7752e0c1135f8d45584782506f9393b17f29]

        INTEGRATION: CWS fwkq1 (1.29.26); FILE MERGED 2003/08/28 15:16:15 mba 1.29.26.2: RESYNC: (1.29-1.30); FILE MERGED 2003/07/14 18:00:05 mba 1.29.26.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [aedcfb581db679bfec000ead7b2d5af25a400cb6]

        INTEGRATION: CWS fwkq1 (1.30.66); FILE MERGED 2003/08/28 13:09:18 mba 1.30.66.4: #110843#: make FrameItem usable for API calls because Wizards are triggered by dispatch API 2003/08/22 14:56:02 mba 1.30.66.3: #110843#: service names changed 2003/08/18 11:28:38 mba 1.30.66.2: #110843#: start Autopilots via UNO 2003/07/14 18:00:04 mba 1.30.66.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [7629c82888f1d4eca9885a3993a66a6f072947dd]

        INTEGRATION: CWS fwkq1 (1.7.208); FILE MERGED 2003/08/20 11:13:33 mba 1.7.208.2: #110843#: obsolete code removed 2003/07/14 18:00:04 mba 1.7.208.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [533e4e0d72f82c98da951173375f8f5a676b25c8]

        INTEGRATION: CWS fwkq1 (1.22.40); FILE MERGED 2003/07/14 18:00:03 mba 1.22.40.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [90bfdef962331d6767c798bd570c46d200eccb1a]

        INTEGRATION: CWS fwkq1 (1.72.10); FILE MERGED 2003/08/22 14:55:38 mba 1.72.10.3: #110843#: better name 2003/08/20 11:13:32 mba 1.72.10.2: #110843#: obsolete code removed 2003/07/14 18:00:03 mba 1.72.10.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [b57a23a4f6d981def982eb72935823c2649d6728]

        INTEGRATION: CWS fwkq1 (1.14.76); FILE MERGED 2003/07/14 18:00:02 mba 1.14.76.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [0fddecd55097eab58c6e4e173f6922afe2a5e53b]

        INTEGRATION: CWS fwkq1 (1.33.30); FILE MERGED 2003/08/20 11:13:32 mba 1.33.30.2: #110843#: obsolete code removed 2003/07/14 18:00:02 mba 1.33.30.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [e31f4098ba5b3d4c3ed50ff2174d2a8a77dcf6fd]

        INTEGRATION: CWS fwkq1 (1.27.76); FILE MERGED 2003/07/14 18:00:01 mba 1.27.76.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [d1ceaf94d7144cd3e9250ee1c3a1b9cc90c2bdcc]

        INTEGRATION: CWS fwkq1 (1.68.50); FILE MERGED 2003/07/14 18:00:01 mba 1.68.50.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [bb3e9fd8dd7ae2aff4a5457909f3eb77b551ece1]

        INTEGRATION: CWS fwkq1 (1.10.214); FILE MERGED 2003/08/28 15:16:43 mba 1.10.214.2: RESYNC: (1.10-1.11); FILE MERGED 2003/08/28 13:09:07 mba 1.10.214.1: #110843#: make FrameItem usable for API calls because Wizards are triggered by dispatch API

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [ca7ed5ba432962828861ef4761ca010565f52aff]

        INTEGRATION: CWS fwkq1 (1.36.50); FILE MERGED 2003/08/28 15:16:29 mba 1.36.50.4: RESYNC: (1.36-1.37); FILE MERGED 2003/08/28 13:09:06 mba 1.36.50.3: #110843#: make FrameItem usable for API calls because Wizards are triggered by dispatch API 2003/08/18 11:28:56 mba 1.36.50.2: #110843#: start Autopilots via UNO 2003/07/14 17:59:40 mba 1.36.50.1: #110843#: moved slots from ofa

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [2154d2159e3a870442c06a6a08a1088abee635cf]

        INTEGRATION: CWS fwkq1 (1.10.76); FILE MERGED 2003/08/18 11:28:56 mba 1.10.76.2: #110843#: start Autopilots via UNO 2003/07/14 17:59:39 mba 1.10.76.1: #110843#: moved slots from ofa

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [0686fdec00d8928d368c64b6ee57b7e2964785fc]

        INTEGRATION: CWS fwkq1 (1.18.26); FILE MERGED 2003/08/28 16:11:41 mba 1.18.26.2: RESYNC: (1.18-1.19); FILE MERGED 2003/08/20 11:15:45 mba 1.18.26.1: #110843#: obsolete code removed

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [9959a2640b1828e0780b4126458814fd3f930895]

        INTEGRATION: CWS fwkq1 (1.8.214); FILE MERGED 2003/07/14 17:59:16 mba 1.8.214.1: #110843#: get rid of factories

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [bea41f01b7094dbc5a9579d2328077f6600a3c02]

        INTEGRATION: CWS fwkq1 (1.19.4); FILE MERGED 2003/08/26 15:28:35 mba 1.19.4.1: #110843#: default detector in filtercache removed

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [08d53b1b66498e8798faad37d0d6fb00bfba0c52]

        INTEGRATION: CWS fwkq1 (1.20.36); FILE MERGED 2003/08/26 15:28:31 mba 1.20.36.1: #110843#: default detector in filtercache removed

2003-09-19  Rüdiger Timm  <rt@openoffice.org>  [cb482d51d167cb2441d523bc8121f23acbe0387d]

        INTEGRATION: CWS fwkq1 (1.30.74); FILE MERGED 2003/08/26 15:28:30 mba 1.30.74.1: #110843#: default detector in filtercache removed

2003-09-16  Thomas Benisch  <tbe@openoffice.org>  [f8ee32b7e5ce4dc370c83dbe1003c914b69f7d0e]

        #i18767# integration of Starbasic runtime to ScriptingFramework provider

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [26f54a12ad3b1bd6df072b91c60dd7eb3c9d0eef]

        SRC680

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [7e92944c8ad871bc51cb01ed7374e8cb27084635]

        INTEGRATION: CWS buildopt02 (1.19.18); FILE MERGED 2003/09/15 10:11:12 rt 1.19.18.1: #112240# clean up

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [ef7b74b169a73a497a5d57d72d20b57ab81a9856]

        INTEGRATION: CWS buildopt02 (1.6.150); FILE MERGED 2003/09/12 16:06:05 rt 1.6.150.1: #112240# obsolete dir jobs removed

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [394eccd671862e8dc390725c9d4a61e378126586]

        INTEGRATION: CWS buildopt02 (1.20.98); FILE MERGED 2003/09/15 15:46:57 rt 1.20.98.1: #112226# clean up

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [d8ec8eea0313b967c6ba0bf94abe8ad10bc911fc]

        INTEGRATION: CWS buildopt02 (1.8.74); FILE MERGED 2003/09/12 14:57:46 rt 1.8.74.1: #112226# removed include of sv.mk

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [22a4a77f6f69e3ea01490597419fd9895c0b0f8f]

        INTEGRATION: CWS buildopt02 (1.9.130); FILE MERGED 2003/09/12 14:57:45 rt 1.9.130.1: #112226# removed include of sv.mk

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [be6d314d056e61b75fea2a7000e006d1d45ac4b3]

        INTEGRATION: CWS buildopt02 (1.2.248); FILE MERGED 2003/09/12 14:19:39 rt 1.2.248.1: #112226# removed include of sv.mk and svpre.mk

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [acd39b9351a28670b9620e8e2d4a4c6fcc476444]

        INTEGRATION: CWS buildopt02 (1.12.226); FILE MERGED 2003/09/12 14:57:45 rt 1.12.226.1: #112226# removed include of sv.mk

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [e61aa9d4d70392d12923f2c76b63d58716792cda]

        INTEGRATION: CWS buildopt02 (1.3.258); FILE MERGED 2003/09/12 14:19:38 rt 1.3.258.1: #112226# removed include of sv.mk and svpre.mk

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [669d3d463c38026fe9ce841685e160f6ac615abe]

        INTEGRATION: CWS buildopt02 (1.1.256); FILE MERGED 2003/09/12 14:19:38 rt 1.1.256.1: #112226# removed include of sv.mk and svpre.mk

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [5eff1dd89311dcc04dbdd6697f12ed14b1132bc0]

        INTEGRATION: CWS buildopt02 (1.1.256); FILE MERGED 2003/09/12 14:19:37 rt 1.1.256.1: #112226# removed include of sv.mk and svpre.mk

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [52493bfe075a42d9b65d2a014610bdb20b0e941e]

        INTEGRATION: CWS buildopt02 (1.12.2); FILE MERGED 2003/09/01 09:50:27 rt 1.12.2.1: #112035# Clean up.

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [538f20052651d972acc5dc88f11ef5cd3e37142a]

        INTEGRATION: CWS buildopt02 (1.4.130); FILE MERGED 2003/09/12 13:41:34 rt 1.4.130.1: #112226# subdir jobs removed.

2003-09-16  Vladimir Glazounov  <vg@openoffice.org>  [2c362ada02e84d6623edfa1b83d7440ba706391c]

        #100000# reverse check for children variable

2003-09-16  Noel Power  <npower@openoffice.org>  [5990f47baf87d9ba3177b3959da07429e43aefb1]

        Ongoing support for existing 0.3 release of scripting framework, removed hard coded check for valid versions of office and staroffice, now displays any version in sversion[rc]ini file that supports pkgchk

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [5c2e5d9f2f5d83640af7af498b6c793e56426c1f]

        INTEGRATION: CWS calc16 (1.55.46); FILE MERGED 2003/09/15 11:26:33 dr 1.55.46.6: RESYNC: (1.56-1.57); FILE MERGED 2003/08/04 14:08:43 dr 1.55.46.5: merge conflicts 2003/08/04 12:08:13 dr 1.55.46.4: RESYNC: (1.55-1.56); FILE MERGED 2003/07/18 17:10:42 dr 1.55.46.3: #110656# export of cond. formats reworked 2003/07/17 15:20:13 dr 1.55.46.2: #110656# import of cond. formats reworked 2003/07/11 09:46:25 jmarmion 1.55.46.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [00421c5bed2f178bc34e18637ff57bd408af5ae3]

        INTEGRATION: CWS calc16 (1.17.64); FILE MERGED 2003/07/17 10:34:42 jmarmion 1.17.64.1: #i16010# Disable Change Tracking if User Names stream not present in Excel import

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [f4fe51cc9f4ea4883cd446e74c01eca8f1de76e2]

        INTEGRATION: CWS calc16 (1.7.20); FILE MERGED 2003/08/04 12:09:13 dr 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2003/07/17 15:19:51 dr 1.7.20.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [2d390503fde7552c8946218431fde4664780e5ee]

        INTEGRATION: CWS calc16 (1.5.48); FILE MERGED 2003/08/08 11:52:47 dr 1.5.48.5: #110656# adjust color count for palette export 2003/08/04 12:09:08 dr 1.5.48.4: RESYNC: (1.5-1.6); FILE MERGED 2003/07/18 17:10:06 dr 1.5.48.3: #110656# export of cond. formats reworked 2003/07/17 15:19:51 dr 1.5.48.2: #110656# import of cond. formats reworked 2003/07/11 09:42:33 jmarmion 1.5.48.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [c0fe6055e657c28fe79a9939c18f443f764ea2de]

        INTEGRATION: CWS calc16 (1.2.48); FILE MERGED 2003/08/04 12:08:53 dr 1.2.48.2: RESYNC: (1.2-1.3); FILE MERGED 2003/07/15 14:56:04 dr 1.2.48.1: #110190# ignore old Edit fields

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [39ac57cb48484d3b7008b282ee55726407679165]

        INTEGRATION: CWS calc16 (1.1.2); FILE ADDED 2003/09/15 14:23:28 dr 1.1.2.3: #110656# merge conflict 2003/07/18 17:10:06 dr 1.1.2.2: #110656# export of cond. formats reworked 2003/07/17 15:19:50 dr 1.1.2.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [a586463ea4f7bbf3555ada4ed5ed5abec06e14cf]

        INTEGRATION: CWS calc16 (1.7.64); FILE MERGED 2003/09/15 11:27:03 dr 1.7.64.6: RESYNC: (1.7-1.8); FILE MERGED 2003/07/17 15:19:49 dr 1.7.64.5: #110656# import of cond. formats reworked 2003/07/11 12:58:15 jmarmion 1.7.64.4: #i14890# - use the Excel defaults on import of xls with no Top/Bottom/Right/Left Margins 2003/07/11 10:57:21 jmarmion 1.7.64.3: #110260# Remove usage of com::sun::star::awt::CharSet 2003/07/11 10:39:56 jmarmion 1.7.64.2: #110246# Support for Excel built-in Hyperlink/Followed_Hyperlink cell styles 2003/07/11 09:43:15 jmarmion 1.7.64.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [e2dfb8b16a573d5c9459738689f1ede36cc83337]

        INTEGRATION: CWS calc16 (1.5.48); FILE MERGED 2003/07/18 17:10:05 dr 1.5.48.2: #110656# export of cond. formats reworked 2003/07/17 15:19:49 dr 1.5.48.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [1e6b99d0671c03ed5ef2b40d9b50563a6492829a]

        INTEGRATION: CWS calc16 (1.4.48); FILE MERGED 2003/08/11 11:28:08 dr 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED 2003/07/17 15:19:49 dr 1.4.48.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [9c5c35b5b684f41ecb67bb6750d64b0a28eb6ff7]

        INTEGRATION: CWS calc16 (1.3.48); FILE MERGED 2003/08/08 09:31:44 jmarmion 1.3.48.1: #i15367# - Cached results of DDE links not imported

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [568a9c9d0a8bafe5e87f4c4f0d064753d6067fd8]

        INTEGRATION: CWS calc16 (1.3.48); FILE MERGED 2003/08/12 07:05:34 dr 1.3.48.2: #i15367# missing dtor declaration 2003/08/08 09:31:15 jmarmion 1.3.48.1: #i15367# - Cached results of DDE links not imported

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [cc9ed1ffe04957c5efd3ac0449dac7a996bd1117]

        INTEGRATION: CWS calc16 (1.3.48); FILE MERGED 2003/07/17 15:19:48 dr 1.3.48.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [ff2f4b96a74566d4a519c14050cb675db4ef87da]

        INTEGRATION: CWS calc16 (1.6.42); FILE MERGED 2003/07/18 17:10:05 dr 1.6.42.3: #110656# export of cond. formats reworked 2003/07/17 15:19:48 dr 1.6.42.2: #110656# import of cond. formats reworked 2003/07/11 09:42:10 jmarmion 1.6.42.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [237c591d761a6b2be8b9640f638f2b6b66d1b371]

        INTEGRATION: CWS calc16 (1.4.48); FILE MERGED 2003/09/15 11:26:46 dr 1.4.48.3: RESYNC: (1.4-1.5); FILE MERGED 2003/07/15 14:06:43 jmarmion 1.4.48.2: #105281# Missed Header/footer export of escapement on previous check-in 2003/07/11 09:41:48 jmarmion 1.4.48.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [b0b6b4d2b94748f6f3e52f941e83e118935d554b]

        INTEGRATION: CWS calc16 (1.2.88); FILE MERGED 2003/07/18 17:10:05 dr 1.2.88.2: #110656# export of cond. formats reworked 2003/07/17 15:19:48 dr 1.2.88.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [fd6b5434f6b19aa07527da0e1523dbba2fc6e032]

        INTEGRATION: CWS calc16 (1.28.48); FILE MERGED 2003/08/04 12:08:38 dr 1.28.48.2: RESYNC: (1.28-1.29); FILE MERGED 2003/07/18 17:10:04 dr 1.28.48.1: #110656# export of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [e9053daae665542ee14a35b7197b79cccee2b0ed]

        INTEGRATION: CWS calc16 (1.21.78); FILE MERGED 2003/08/11 11:27:52 dr 1.21.78.2: RESYNC: (1.21-1.22); FILE MERGED 2003/07/11 12:59:52 jmarmion 1.21.78.1: #i14890# - use the Excel defaults on import of xls with no Top/Bottom/Right/Left Margins

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [76379b9ae5bbfb43d85f7ac3f4b6eb37d0bd812e]

        INTEGRATION: CWS calc16 (1.3.78); FILE MERGED 2003/09/15 11:26:41 dr 1.3.78.5: RESYNC: (1.4-1.5); FILE MERGED 2003/08/11 11:27:46 dr 1.3.78.4: RESYNC: (1.3-1.4); FILE MERGED 2003/07/18 17:10:04 dr 1.3.78.3: #110656# export of cond. formats reworked 2003/07/17 15:19:47 dr 1.3.78.2: #110656# import of cond. formats reworked 2003/07/11 09:40:25 jmarmion 1.3.78.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [bec1f8cfb79aee4a4078effe599c117324b610e3]

        INTEGRATION: CWS calc16 (1.34.64); FILE MERGED 2003/07/11 09:41:11 jmarmion 1.34.64.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [118b8aa946a209f1d016b436bf33049cbda720c8]

        INTEGRATION: CWS calc16 (1.48.48); FILE MERGED 2003/08/11 11:27:29 dr 1.48.48.2: RESYNC: (1.48-1.49); FILE MERGED 2003/07/17 15:19:47 dr 1.48.48.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [2520d151a3d93cd323ed97fe35c16037d68949a4]

        INTEGRATION: CWS calc16 (1.3.78); FILE MERGED 2003/09/15 11:27:37 dr 1.3.78.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/18 17:10:33 dr 1.3.78.1: #110656# export of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [26c5cad2ec98d7b46612b5638ef5186cce2f423a]

        INTEGRATION: CWS calc16 (1.7.20); FILE MERGED 2003/09/15 11:28:36 dr 1.7.20.4: RESYNC: (1.8-1.9); FILE MERGED 2003/08/04 12:10:18 dr 1.7.20.3: RESYNC: (1.7-1.8); FILE MERGED 2003/07/17 15:18:57 dr 1.7.20.2: #110656# import of cond. formats reworked 2003/07/11 10:38:38 jmarmion 1.7.20.1: #110246# Support for Excel built-in Hyperlink/Followed_Hyperlink cell styles

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [d3a9d83a153b42b308ce9b9664687d8af8c8d608]

        INTEGRATION: CWS calc16 (1.5.48); FILE MERGED 2003/08/04 14:08:30 dr 1.5.48.5: merge conflicts 2003/08/04 12:10:12 dr 1.5.48.4: RESYNC: (1.5-1.6); FILE MERGED 2003/07/18 17:09:20 dr 1.5.48.3: #110656# export of cond. formats reworked 2003/07/17 15:18:57 dr 1.5.48.2: #110656# import of cond. formats reworked 2003/07/11 09:45:37 jmarmion 1.5.48.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [c570b132cda20a4de05b516192d4351283cf0719]

        INTEGRATION: CWS calc16 (1.9.42); FILE MERGED 2003/07/31 10:16:17 dr 1.9.42.4: #109904# fix moved to srx645/dr10aig, remove it here to prevent merge conflict 2003/07/18 17:09:19 dr 1.9.42.3: #110656# export of cond. formats reworked 2003/07/17 15:18:57 dr 1.9.42.2: #110656# import of cond. formats reworked 2003/07/14 15:59:47 jmarmion 1.9.42.1: #i13557# #109904# add CJK date/time formats and correct other date/time formats

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [7ce273d7533ecea14302b09982ed96f2f61b38c8]

        INTEGRATION: CWS calc16 (1.4.48); FILE MERGED 2003/08/11 11:29:30 dr 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED 2003/07/17 15:18:56 dr 1.4.48.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [41e02a865f055a61e208996acc911695fee6b98a]

        INTEGRATION: CWS calc16 (1.4.48); FILE MERGED 2003/08/08 09:32:38 jmarmion 1.4.48.1: #i15367# - Cached results of DDE links not imported

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [1553265105bcbbea5e2dd2e1904afa9ce3c52dd1]

        INTEGRATION: CWS calc16 (1.5.48); FILE MERGED 2003/09/15 11:28:14 dr 1.5.48.3: RESYNC: (1.5-1.6); FILE MERGED 2003/08/08 09:32:17 jmarmion 1.5.48.2: #i15367# - Cached results of DDE links not imported 2003/07/18 17:09:19 dr 1.5.48.1: #110656# export of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [8c8918e0c696f06fb6522c914a7aea3c2b36d4c0]

        INTEGRATION: CWS calc16 (1.3.24); FILE MERGED 2003/08/11 11:29:22 dr 1.3.24.3: RESYNC: (1.4-1.5); FILE MERGED 2003/08/04 12:09:57 dr 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/15 14:55:37 dr 1.3.24.1: #110190# ignore old Edit fields

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [45cc0562c992a714304033e8a458f3a0ae9d1464]

        INTEGRATION: CWS calc16 (1.4.48); FILE MERGED 2003/09/15 11:28:09 dr 1.4.48.3: RESYNC: (1.4-1.5); FILE MERGED 2003/07/18 17:09:19 dr 1.4.48.2: #110656# export of cond. formats reworked 2003/07/17 15:18:56 dr 1.4.48.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [90026462e5915d1854153dd5592c0a54494c8d2e]

        INTEGRATION: CWS calc16 (1.8.42); FILE MERGED 2003/08/11 09:16:46 jmarmion 1.8.42.6: #i17050# determine if a CJK or CTL script is present in the itemset 2003/08/08 11:52:36 dr 1.8.42.5: #110656# adjust color count for palette export 2003/07/18 17:09:18 dr 1.8.42.4: #110656# export of cond. formats reworked 2003/07/17 15:18:55 dr 1.8.42.3: #110656# import of cond. formats reworked 2003/07/11 10:39:12 jmarmion 1.8.42.2: #110246# Support for Excel built-in Hyperlink/Followed_Hyperlink cell styles 2003/07/11 09:45:18 jmarmion 1.8.42.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [30b20c62b7a7ac0dd2e25dfaff051d387e18e03b]

        INTEGRATION: CWS calc16 (1.5.48); FILE MERGED 2003/09/15 11:28:02 dr 1.5.48.5: RESYNC: (1.6-1.7); FILE MERGED 2003/08/04 12:09:40 dr 1.5.48.4: RESYNC: (1.5-1.6); FILE MERGED 2003/07/18 17:09:18 dr 1.5.48.3: #110656# export of cond. formats reworked 2003/07/15 14:07:11 jmarmion 1.5.48.2: #105281# Missed Header/footer export of escapement on previous check-in 2003/07/11 09:44:49 jmarmion 1.5.48.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [0feea57777fda456641b9f9c6b5a7a303f1962eb]

        INTEGRATION: CWS calc16 (1.3.88); FILE MERGED 2003/09/15 11:27:55 dr 1.3.88.3: RESYNC: (1.3-1.4); FILE MERGED 2003/09/15 09:54:39 dr 1.3.88.2: #110656# missing 2nd formula for 'Between' operator in cond.form. 2003/07/18 17:09:17 dr 1.3.88.1: #110656# export of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [9cb1d296a4619ff53337e0df701f9692d452dd9f]

        INTEGRATION: CWS calc16 (1.39.48); FILE MERGED 2003/07/17 15:18:55 dr 1.39.48.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [0f90e21432895037259adead391c4dfc11336f33]

        INTEGRATION: CWS calc16 (1.53.20); FILE MERGED 2003/08/11 11:28:53 dr 1.53.20.2: RESYNC: (1.53-1.54); FILE MERGED 2003/07/11 12:56:57 jmarmion 1.53.20.1: #i14890# - use the Excel defaults on import of xls with no Top/Bottom/Right/Left Margins

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [beedfc8580dfecbe2bc75eb233988804415f537a]

        INTEGRATION: CWS calc16 (1.63.58); FILE MERGED 2003/09/15 11:27:42 dr 1.63.58.4: RESYNC: (1.64-1.65); FILE MERGED 2003/08/08 10:12:13 jmarmion 1.63.58.3: #i17918# export the results of all formula cells 2003/08/04 12:09:35 dr 1.63.58.2: RESYNC: (1.63-1.64); FILE MERGED 2003/07/11 09:44:25 jmarmion 1.63.58.1: #105281# Excel export of escapement

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [11819e02bb38c8be65abccf660fa07fe5d80c9ab]

        INTEGRATION: CWS calc16 (1.83.24); FILE MERGED 2003/08/11 11:28:46 dr 1.83.24.3: RESYNC: (1.84-1.85); FILE MERGED 2003/08/04 12:09:30 dr 1.83.24.2: RESYNC: (1.83-1.84); FILE MERGED 2003/07/17 15:18:55 dr 1.83.24.1: #110656# import of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [02b2f0f1cab303f20dd25da5f481da4fe7ed9159]

        INTEGRATION: CWS calc16 (1.23.86); FILE MERGED 2003/08/08 09:33:12 jmarmion 1.23.86.2: #i15367# - Cached results of DDE links not imported 2003/07/15 14:54:52 dr 1.23.86.1: #110189# tNameX has 6 bytes in BIFF8

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [1651e51854ef8584bc09d031070f615661c27c8b]

        INTEGRATION: CWS calc16 (1.46.64); FILE MERGED 2003/08/04 12:09:24 dr 1.46.64.2: RESYNC: (1.46-1.47); FILE MERGED 2003/07/18 17:09:17 dr 1.46.64.1: #110656# export of cond. formats reworked

2003-09-16  Rüdiger Timm  <rt@openoffice.org>  [2f1623f9d02031deab22770a684d905ed8d37601]

        INTEGRATION: CWS calc16 (1.59.20); FILE MERGED 2003/08/08 11:51:10 dr 1.59.20.5: dump base address of arrays and shared formulas 2003/07/25 12:41:38 dr 1.59.20.4: +FILEPASS 2003/07/17 15:16:54 dr 1.59.20.3: #110656# CF, CONDFMT 2003/07/17 12:04:45 dr 1.59.20.2: #110656# CF, CONDFMT 2003/07/11 10:37:27 jmarmion 1.59.20.1: #110246# Support for Excel built-in Hyperlink/Followed_Hyperlink cell styles

2003-09-15  Noel Power  <npower@openoffice.org>  [1fc4b51c81be3951e7ff2b1ee10b13770c413c03]

        #19595# Adding changes to use createContentEnumeration to determine/discover scriptProviders

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [97d511bc04052826450df2971a2fad6ce4c1aff8]

        #100000# cli must have a vc7 flag

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [34e8415b7679155718c206b8e50862f678a461ce]

        new version for SRC680

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [5e1f0136083627676e38756ab57eef44699257a8]

        new version for SRC680

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [ed70b11024b2287608f8d47ff1ee3a1eb61221b2]

        new version for SRC680

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [31becca662c91cdbafa10a5dc33343ace724b2aa]

        #10000# separator deleted

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [7af5839f734a49951deff1c85e42ef93e46ba5e3]

        SRC680

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [ab19d1b25ee9546c1bf9ba62cd134ba337bc03f2]

        INTEGRATION: CWS mav05 (1.32.6); FILE MERGED 2003/09/04 10:53:58 mav 1.32.6.3: #i15929# embed depends from awt 2003/07/17 12:02:22 mav 1.32.6.2: #i15929# some exceptions in packages 2003/07/03 09:29:12 mav 1.32.6.1: #i15929# new embed package

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [66f656e54b55345ec63e32446efc1c4396f9af68]

        INTEGRATION: CWS mav05 (1.43.16); FILE MERGED 2003/09/04 13:44:07 mav 1.43.16.2: #100000# resolve conflict 2003/06/23 10:00:51 mav 1.43.16.1: #i15929# #110406# new API for storages and embedding

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [76a205f5fb499244c9894f88073a2e6ed5be01c4]

        INTEGRATION: CWS mav05 (1.9.16); FILE MERGED 2003/06/26 07:53:31 mav 1.9.16.1: #i15929# fix definition protection of the file

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [172c5a4bc89bf999c5c14e6cd02f377e54e8e0ae]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/04 11:47:52 mav 1.1.2.2: #i15929# WrongPasswordException is moved to packages 2003/07/22 15:10:41 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [f10ef0d4eb6d4e45516c1c052f8de7403cec728c]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:10:40 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [c4226d80496d601ea342142da688d83ccdaed045]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:10:39 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [7c6ea627cadfd0e16950baa617a62eb756ec3c83]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:10:38 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [92a02335ac5b4e8eba8456e6980b282441b3f52b]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:10:37 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [c137b0ee7b3650171c2e6bbb5d218c7960649ece]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:10:36 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [7cc48dd0b821e2c2e8fd9f3d0e4de74d2a98dc97]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:10:35 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [6cbb4f417e86e1c56e801f944a80a44c3da4d8e6]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:10:34 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [d4c36333adc45922ea20b51072184009433b08cd]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:10:33 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [8d027816659b97a95a7bfc82605768f644e6e872]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:10:32 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [5a3851e19960169bbb671e66b13bf01a193ab902]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:11:00 mav 1.1.2.1: #i15929# new storage api testing

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [e2cdc009a97e50e645ad1ff7857dd5081aa583ef]

        INTEGRATION: CWS mav05 (1.6.80); FILE MERGED 2003/07/07 13:54:19 mav 1.6.80.2: #i15929# allow to close temporary file explicitly 2003/06/23 09:20:58 mav 1.6.80.1: #i15929# extend temporary file service

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [52ab5d93117d394cf24268188d315d1e1b265dd7]

        INTEGRATION: CWS mav05 (1.4.80); FILE MERGED 2003/07/07 13:54:18 mav 1.4.80.2: #i15929# allow to close temporary file explicitly 2003/06/23 09:20:58 mav 1.4.80.1: #i15929# extend temporary file service

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [a196b50c133ce435ca404fe9175281a62f5f2c6f]

        INTEGRATION: CWS mav05 (1.28.4); FILE MERGED 2003/06/23 10:38:32 mav 1.28.4.1: #i15929# #110406# new API for storages and embedding

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [25a64ec78504b1678e432ed303a9365538ee42d2]

        INTEGRATION: CWS mav05 (1.58.16); FILE MERGED 2003/09/04 13:48:06 mav 1.58.16.2: #100000# resolve conflicts 2003/06/23 10:01:17 mav 1.58.16.1: #i15929# #110406# new API for storages and embedding

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [5cd6fe7991e129302f4c42371b2274e946e939a8]

        INTEGRATION: CWS mav05 (1.48.16); FILE MERGED 2003/09/04 13:46:04 mav 1.48.16.2: #100000# resolve conflict 2003/06/23 10:00:31 mav 1.48.16.1: #i15929# #110406# new API for storages and embedding

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [3e783436d24019cf0edb5d8dbcfa0d7319911734]

        INTEGRATION: CWS mav05 (1.7.160); FILE MERGED 2003/09/04 07:40:40 mav 1.7.160.3: #i15929# WrongPasswordException.idl 2003/07/08 13:30:35 mav 1.7.160.2: #i15929# encrypted streams access 2003/07/08 11:35:13 mav 1.7.160.1: #i15929# XDataSinkEncrSupport.idl

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [81d56dd8879e9527e1f13cd4b5af25c7111172f4]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/04 10:32:26 mav 1.1.2.4: #i15929# WrongPasswordException.idl is in packages now 2003/07/09 12:09:02 mav 1.1.2.3: #i15929# fix typo 2003/07/08 13:30:35 mav 1.1.2.2: #i15929# encrypted streams access 2003/07/08 11:34:56 mav 1.1.2.1: #i15929# XDataSinkEncrSupport.idl

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [6725c5af242a26d82bc686ebe0b40c0cfaeb1dcb]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/04 07:40:15 mav 1.1.2.1: #i15929# WrongPasswordException.idl

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [8465b2353d5eca682b510fc05f68cf9146fbae95]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/17 09:27:42 mav 1.1.2.2: #i15929# Wrong stream format must be detected with io exception 2003/07/08 13:27:22 mav 1.1.2.1: #i159292# NoRawFormatException.idl

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [5c5d1f097b6f15b5247d3c44b25bac4a991e688c]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/08 13:26:53 mav 1.1.2.1: #i159292# NoEncryptionException.idl

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [dbd1a8ae90b235124fb9d4730b252ff37e111bd1]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/08 13:28:23 mav 1.1.2.1: #i159292# EncryptionNotAllowedException.idl

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [f031319cd989d2e81c6e824b4b289e1b21574cf7]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/04 07:36:59 mav 1.1.2.11: #i15929# move WrongPasswordException to packages 2003/09/02 08:31:20 mav 1.1.2.10: #i15929# XEmbedObjectFactory class 2003/09/01 10:02:58 mav 1.1.2.9: #i15929# object verbs 2003/08/11 13:44:38 mav 1.1.2.8: #i15929# remove creation part 2003/08/11 12:26:02 mav 1.1.2.7: #i15929# separation creation from initialization 2003/06/27 11:08:50 mav 1.1.2.6: #i15929# new WrongPasswordException 2003/06/27 09:41:39 mav 1.1.2.5: #i15929# add StorageFactory 2003/06/27 09:02:28 mav 1.1.2.4: #i15929# Support transacted objects 2003/06/26 08:19:53 mav 1.1.2.3: #i15929# Storage & StorageStream services 2003/06/25 13:56:28 mav 1.1.2.2: #i15929# XEncryptionProtectedSource.idl 2003/06/23 09:19:25 mav 1.1.2.1: #i15929# #110406# a new API for storages and embedding

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [920b9cbcdd7333a7a91b941c79bc4617f2bfb498]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:18:00 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [b13a34bd8d78d2c7e52b1a84da95f402bb2c9d22]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/01 12:28:40 mav 1.1.2.2: #i15929# visual cache for different aspects 2003/06/23 09:18:00 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [712c8f79ad52015376ccd9bc91a12c1bff60d17e]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:59 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [82b4fedfd21ce4e67df901b854cf59c408b994f0]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/27 09:14:02 mav 1.1.2.2: #i15929# fix typo 2003/06/27 09:02:03 mav 1.1.2.1: #i15929# Support transacted objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [2421878043d4b67eea6664c51fc53ac5e6ac0f56]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/27 09:14:02 mav 1.1.2.2: #i15929# fix typo 2003/06/27 09:02:02 mav 1.1.2.1: #i15929# Support transacted objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [392676b36bebce00141d732b2d4e774391b72331]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/30 10:17:53 mav 1.1.2.2: #i15929# some corrections 2003/06/27 09:02:01 mav 1.1.2.1: #i15929# Support transacted objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [b5aeec21fe9e1e5a27c3418a5e17d18d801884a7]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/04 07:38:38 mav 1.1.2.18: #i15929# move WrongPasswordException to packages 2003/09/04 06:35:48 mav 1.1.2.17: #i15929# add IllegalArgumentException 2003/09/04 06:22:12 mav 1.1.2.16: #i15929# add IllegalArgumentException 2003/07/28 11:01:19 mav 1.1.2.15: #i15929# throw exception in case storage is not encrypted 2003/07/18 13:15:52 mav 1.1.2.14: #i15929# raw stream can not be opened through api 2003/07/17 11:49:07 mav 1.1.2.13: #i15929# The raw stream can be inserted now 2003/07/17 09:22:46 mav 1.1.2.12: #i15929# use standalone method to get raw encrypted stream 2003/07/08 06:53:20 mav 1.1.2.11: #i15929# copyElement/moveElement must commit target 2003/07/07 11:32:20 mav 1.1.2.10: #i15929# copyToStorage() must call commit() 2003/07/07 10:58:05 mav 1.1.2.9: #i15929# root storage must support the exectly specified mode 2003/07/07 10:12:44 mav 1.1.2.8: #i15929# allow to support additional modes 2003/06/30 10:17:53 mav 1.1.2.7: #i15929# some corrections 2003/06/27 11:08:50 mav 1.1.2.6: #i15929# new WrongPasswordException 2003/06/27 10:57:26 mav 1.1.2.5: #i15929# add comments 2003/06/27 09:02:27 mav 1.1.2.4: #i15929# Support transacted objects 2003/06/25 13:54:05 mav 1.1.2.3: #i15929# represent key as a sequence 2003/06/25 12:18:22 mav 1.1.2.2: #i15929# exchange some methods with properties 2003/06/23 09:17:58 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [bd5f20b2c18335b27d3676fdea5560b54a736814]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:57 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [b98a2bd863f8f1290e0c6f26a9514835d1e96d02]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:56 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [573d0100cff08d2bcee5872ff05d334841155bf8]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:52 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [ff92694a45c40e62a43d1ff7d45f6dbce32f5a6a]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/27 10:59:41 mav 1.1.2.3: #i15929# add comments 2003/06/26 12:53:33 mav 1.1.2.2: #i15929# fix typo 2003/06/25 13:55:47 mav 1.1.2.1: #i15929# initial revision

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [597c6593edbed5e53d6cc692f231d393f25a979d]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/01 10:56:18 mav 1.1.2.3: #i15929# initialization is part of persistance 2003/09/01 10:05:32 mav 1.1.2.2: #i15929# object verbs 2003/06/23 09:17:50 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [e6fbe0a6da17662b3168b2516512180e9398cc6d]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:50 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [28cc36ca08d69603e39f66bcd65be082919c6b4a]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/02 12:13:31 mav 1.1.2.6: #i15929# XModifiable should be used to detect modifiable state 2003/09/02 08:33:44 mav 1.1.2.5: #i15929# the factory can set persistance 2003/08/11 13:43:15 mav 1.1.2.4: #i15929# remove creation part 2003/08/11 12:26:02 mav 1.1.2.3: #i15929# separation creation from initialization 2003/07/03 10:20:32 mav 1.1.2.2: #i15929# use new storage interface 2003/06/23 09:17:51 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [b6556d03080b9b1680b35edcf81ef7c9c325d21b]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/03 12:26:08 mav 1.1.2.3: #i15929# new object type must be specified 2003/09/02 09:12:01 mav 1.1.2.2: #i15929# specify return type 2003/09/02 08:30:58 mav 1.1.2.1: #i15929# XEmbedObjectFactory class

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [4b034353a4df5f99fd926ca3da68740ede8b6590]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:49 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [022839a5830bc49558914c8787e40778459c8bf4]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:48 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [463c1209831d327a338f449f192395c3ec9aaabc]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:47 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [ee65b16cacab7bac84c1b1279088a8c71511a7ad]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/28 15:22:40 mav 1.1.2.9: #i15929# some interfaces are must 2003/07/22 09:56:42 mav 1.1.2.8: #i15929# stream can become encrypted only if password is available 2003/07/08 08:42:34 mav 1.1.2.7: #i15929# in case storage is disposed all childs are disposed automatically 2003/07/08 07:40:32 mav 1.1.2.6: #i15929# use DisposedException 2003/06/30 11:00:45 mav 1.1.2.5: #i15929# correct comments for Encrypted property 2003/06/30 10:17:53 mav 1.1.2.4: #i15929# some corrections 2003/06/27 12:55:18 mav 1.1.2.3: #i15929# comments correction 2003/06/26 08:40:07 mav 1.1.2.2: #i15929# add some comments 2003/06/26 08:19:33 mav 1.1.2.1: #i15929# Storage & StorageStream services

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [b8524601fb567309c2608edb2204193e59d0664d]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/07 11:09:19 mav 1.1.2.6: #i15929# root storage can support read access additionally 2003/07/07 10:55:48 mav 1.1.2.5: #i15929# root storage must support the exectly specified mode 2003/07/07 10:15:51 mav 1.1.2.4: #i15929# allow to support additional modes 2003/07/07 06:54:39 mav 1.1.2.3: #i15929# default parameters description 2003/06/30 10:17:52 mav 1.1.2.2: #i15929# some corrections 2003/06/27 09:37:14 mav 1.1.2.1: #i15929# Support transacted objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [9a419a5b50e53263a4be72fe16eea7f1403f4990]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/08 07:40:31 mav 1.1.2.8: #i15929# use DisposedException 2003/07/07 10:56:44 mav 1.1.2.7: #i15929# allow to support additional modes 2003/06/30 10:17:52 mav 1.1.2.6: #i15929# some corrections 2003/06/27 12:45:43 mav 1.1.2.5: #i15929# Support XModifiable 2003/06/27 09:14:01 mav 1.1.2.4: #i15929# fix typo 2003/06/27 09:06:28 mav 1.1.2.3: #i15929# Support transacted objects 2003/06/27 09:02:27 mav 1.1.2.2: #i15929# Support transacted objects 2003/06/26 08:19:20 mav 1.1.2.1: #i15929# Storage & StorageStream services

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [a098d63c54c2c5632688077a1c4f9c2d4c625aaf]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:45 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [325488d151ee8a27e3ef2488076b92fee27553b6]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/08/21 15:05:44 mav 1.1.2.4: #i15929# use MediaDescriptor to init document 2003/08/11 13:42:32 mav 1.1.2.3: #i15929# remove creation part 2003/08/11 13:40:41 mav 1.1.2.2: #i15929# separation creation from initialization 2003/08/11 12:22:42 mav 1.1.2.1: #i15929# separation creation from initialization

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [16f6daf6fcd405d922711eddbb6691d51bdef0b3]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/01 10:02:28 mav 1.1.2.1: #i15929# verbs

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [57ab4234baf50c876fffe23dcc402f5ec8d104b2]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:44 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [7507072b3494593de283458cdc49af311085cdc7]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:43 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [be1ef25d1847d09352ab61f11e33867d3917b5de]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:42 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [48d470d240e86aad5ca6f5724febba15600b86b4]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/04 09:16:37 mav 1.1.2.4: #i15929# change modes 2003/07/04 07:17:18 mav 1.1.2.3: #i15929# introduce ELEMENT_READWRITE 2003/06/30 10:17:52 mav 1.1.2.2: #i15929# some corrections 2003/06/23 09:17:42 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [dc2d0b79f7eaca6d1a6efb8f7a821f30f3f7da9a]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 09:17:40 mav 1.1.2.1: #i15929# #110406# preliminary API for storages and embedded objects

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [2cb0b257c004a6e7891c083f8edfc384eddbefd1]

        INTEGRATION: CWS mav05 (1.9.44); FILE MERGED 2003/06/23 12:18:47 mav 1.9.44.1: #i15929# remove dependency from tools and unotools modules

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [5907136d9bbf55e526df037203cc76fe6be42cb0]

        INTEGRATION: CWS mav05 (1.12.42); FILE MERGED 2003/09/04 13:54:16 mav 1.12.42.3: RESYNC: (1.12-1.13); FILE MERGED 2003/09/04 07:57:16 mav 1.12.42.2: #i15929# WrongPasswordException.idl is in packages now 2003/07/18 14:20:54 mav 1.12.42.1: #i15929# support encryption in storages

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [133a2915b3ce8b2ece570b75660577b37b09fb26]

        INTEGRATION: CWS mav05 (1.31.18); FILE MERGED 2003/09/04 13:51:36 mav 1.31.18.5: #100000# solve conflicts 2003/09/04 07:57:16 mav 1.31.18.4: #i15929# WrongPasswordException.idl is in packages now 2003/07/21 14:14:24 mav 1.31.18.3: #i15929# include MediaType in raw stream header, and other fixes 2003/07/21 11:29:33 mav 1.31.18.2: #i15929# fix EncryptionKey stuff 2003/07/18 14:20:54 mav 1.31.18.1: #i15929# support encryption in storages

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [35417dcc965031370a473887f12996de0db0c486]

        INTEGRATION: CWS mav05 (1.60.18); FILE MERGED 2003/09/04 13:54:07 mav 1.60.18.2: RESYNC: (1.60-1.61); FILE MERGED 2003/07/18 14:20:53 mav 1.60.18.1: #i15929# support encryption in storages

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [0f5d2fe5252650adb71e0d07865cdaa424257504]

        INTEGRATION: CWS mav05 (1.23.56); FILE MERGED 2003/07/18 14:20:53 mav 1.23.56.1: #i15929# support encryption in storages

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [e5b1e9007dd7775edea4b947ea23baee464fd68f]

        INTEGRATION: CWS mav05 (1.86.18); FILE MERGED 2003/06/23 12:18:46 mav 1.86.18.2: #i15929# remove dependency from tools and unotools modules 2003/06/23 09:21:38 mav 1.86.18.1: #i15929# fix stream initialization

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [3cacae672b87c4c17b346a67506aecbb07fa22d0]

        INTEGRATION: CWS mav05 (1.38.12); FILE MERGED 2003/09/04 13:54:22 mav 1.38.12.4: RESYNC: (1.38-1.39); FILE MERGED 2003/09/04 07:57:15 mav 1.38.12.3: #i15929# WrongPasswordException.idl is in packages now 2003/07/21 14:14:22 mav 1.38.12.2: #i15929# include MediaType in raw stream header, and other fixes 2003/07/18 14:20:51 mav 1.38.12.1: #i15929# support encryption in storages

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [c3a4e582487b8faa4d41cf70caae016572760484]

        INTEGRATION: CWS mav05 (1.2.18); FILE MERGED 2003/07/21 14:14:21 mav 1.2.18.2: #i15929# include MediaType in raw stream header, and other fixes 2003/07/18 14:20:51 mav 1.2.18.1: #i15929# support encryption in storages

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [6d7a17daa0cc0f037c8a914cfd0c8b4c33f0c6a6]

        INTEGRATION: CWS mav05 (1.5.18); FILE MERGED 2003/07/21 14:14:21 mav 1.5.18.3: #i15929# include MediaType in raw stream header, and other fixes 2003/07/21 11:29:02 mav 1.5.18.2: #i15929# read from correct position 2003/07/18 14:20:51 mav 1.5.18.1: #i15929# support encryption in storages

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [44c77f55ef6b62b0fdb138ee7b3f43557474a74f]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/04 07:57:14 mav 1.1.2.16: #i15929# WrongPasswordException.idl is in packages now 2003/09/03 15:21:51 mav 1.1.2.15: #i15929# fix exception specification 2003/07/28 10:59:47 mav 1.1.2.14: #i15929# throw exception in case storage is not encrypted 2003/07/21 11:30:03 mav 1.1.2.13: #i15929# create stream to encrypt 2003/07/18 14:20:49 mav 1.1.2.12: #i15929# support encryption in storages 2003/07/08 08:07:38 mav 1.1.2.11: #i15929# dispose subtree 2003/07/07 15:28:22 mav 1.1.2.10: #i15929# first remove deleted elements, than commit renamed and only then commit inserted 2003/07/07 12:19:39 mav 1.1.2.9: #i15929# removing must dispose all the subtree of the element 2003/07/04 10:17:42 mav 1.1.2.8: #i15929# transact storage properties 2003/07/04 09:34:57 mav 1.1.2.7: #i15929# transact storage and storagestream properties 2003/06/30 15:47:52 mav 1.1.2.6: #i15929# adopt to interface changes 2003/06/26 13:20:16 mav 1.1.2.5: #i15929# allow to set encryption key 2003/06/25 12:17:47 mav 1.1.2.4: #i15929# exchange some methods with properties 2003/06/25 11:43:14 mav 1.1.2.3: #i15929# add reference to parent 2003/06/25 08:45:49 mav 1.1.2.2: #i15929# fix typo 2003/06/23 10:49:29 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [e7c7d6f0e9cf0185188e864f6419667073283dcc]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/04 07:57:14 mav 1.1.2.31: #i15929# WrongPasswordException.idl is in packages now 2003/09/04 06:48:42 mav 1.1.2.30: #i15929# do not throw IllegalStorageException 2003/09/03 15:21:50 mav 1.1.2.29: #i15929# fix exception specification 2003/07/28 10:59:47 mav 1.1.2.28: #i15929# throw exception in case storage is not encrypted 2003/07/22 09:44:21 mav 1.1.2.27: #i15929# stream can become encrypted only if password is available 2003/07/21 11:30:02 mav 1.1.2.26: #i15929# create stream to encrypt 2003/07/21 09:05:43 mav 1.1.2.25: #i15929# empty key is illegal 2003/07/18 14:20:49 mav 1.1.2.24: #i15929# support encryption in storages 2003/07/08 10:06:07 mav 1.1.2.23: #i15929# in case target element exists an exception must be thrown 2003/07/08 08:37:57 mav 1.1.2.22: #i15929# dispose all stream wrappers on parent storage disposing 2003/07/08 08:10:18 mav 1.1.2.21: #i15929# exception is enough 2003/07/08 08:07:38 mav 1.1.2.20: #i15929# dispose subtree 2003/07/07 15:41:23 mav 1.1.2.19: #i15929# fix typos 2003/07/07 15:28:21 mav 1.1.2.18: #i15929# first remove deleted elements, than commit renamed and only then commit inserted 2003/07/07 12:19:38 mav 1.1.2.17: #i15929# removing must dispose all the subtree of the element 2003/07/07 10:50:11 mav 1.1.2.16: #i15929# remove list element correctly 2003/07/07 10:40:06 mav 1.1.2.15: #i15929# reading is allwais supported 2003/07/04 15:38:42 mav 1.1.2.14: #i15929# close streams opened by factory 2003/07/04 14:43:37 mav 1.1.2.13: #i15929# correct property caching 2003/07/04 11:12:48 mav 1.1.2.12: #i15929# ELEMENT_SEEKABLE flag is just ignored for storages 2003/07/04 10:30:24 mav 1.1.2.11: #i15929# some comments 2003/07/04 09:34:56 mav 1.1.2.10: #i15929# transact storage and storagestream properties 2003/06/30 15:47:52 mav 1.1.2.9: #i15929# adopt to interface changes 2003/06/26 13:20:52 mav 1.1.2.8: #i15929# allow to set encryption key 2003/06/25 12:17:47 mav 1.1.2.7: #i15929# exchange some methods with properties 2003/06/25 11:43:14 mav 1.1.2.6: #i15929# add reference to parent 2003/06/25 09:25:23 mav 1.1.2.5: #i15929# writable subelement can not be open in readonly one 2003/06/24 11:17:39 mav 1.1.2.4: #i15929# reverting of removed replaced substorages 2003/06/24 09:41:58 mav 1.1.2.3: #i15929# storage properties 2003/06/23 13:35:57 mav 1.1.2.2: #i15929# set storage properties 2003/06/23 10:49:28 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [8f3fcb0ad0c591dcc317106e065e787063cdfa4c]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 10:50:49 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [251ed89c6f2a4d0aebe20e8fd333654f6dd8541a]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 10:49:28 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [05bfeba83c4b22efda7b79c958942c47182df149]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/07 10:40:06 mav 1.1.2.7: #i15929# reading is allwais supported 2003/07/04 10:18:20 mav 1.1.2.6: #i15929# ignore ELEMENT_SEEKABLE for storages 2003/07/04 09:34:56 mav 1.1.2.5: #i15929# transact storage and storagestream properties 2003/07/04 07:14:58 mav 1.1.2.4: #i15929# open temporary storage for writing 2003/06/30 15:47:51 mav 1.1.2.3: #i15929# adopt to interface changes 2003/06/23 13:35:58 mav 1.1.2.2: #i15929# set storage properties 2003/06/23 10:49:27 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [a972cf2e15bb89ff3e475487f5f81f673242f70c]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 10:49:26 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [f29030fde65b72310e9a00c6d5724c2a5f64b291]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:00:29 mav 1.1.2.11: #i15929# streams should not use refcounting internally 2003/07/22 09:44:21 mav 1.1.2.10: #i15929# stream can become encrypted only if password is available 2003/07/21 11:30:02 mav 1.1.2.9: #i15929# create stream to encrypt 2003/07/18 14:42:56 mav 1.1.2.8: #i15929# allow to set new password for stream 2003/07/18 14:20:49 mav 1.1.2.7: #i15929# support encryption in storages 2003/07/08 08:37:56 mav 1.1.2.6: #i15929# dispose all stream wrappers on parent storage disposing 2003/07/07 15:27:42 mav 1.1.2.5: #i15929# fix readonly file opening 2003/07/04 09:34:55 mav 1.1.2.4: #i15929# transact storage and storagestream properties 2003/06/25 11:43:13 mav 1.1.2.3: #i15929# add reference to parent 2003/06/25 07:52:22 mav 1.1.2.2: #i15929# provide properties for substreams 2003/06/23 10:49:26 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [4ed9acb0f72e77ee27faa417cbeae0b5c75d11a4]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/04 07:57:13 mav 1.1.2.20: #i15929# WrongPasswordException.idl is in packages now 2003/07/22 15:00:29 mav 1.1.2.19: #i15929# streams should not use refcounting internally 2003/07/22 09:44:21 mav 1.1.2.18: #i15929# stream can become encrypted only if password is available 2003/07/21 11:30:01 mav 1.1.2.17: #i15929# create stream to encrypt 2003/07/21 08:52:24 mav 1.1.2.16: #i15929# zip entry size is a 32-bit value 2003/07/18 16:17:39 mav 1.1.2.15: #i15929# package stream size is represented by 32-bit value 2003/07/18 14:42:56 mav 1.1.2.14: #i15929# allow to set new password for stream 2003/07/18 14:20:48 mav 1.1.2.13: #i15929# support encryption in storages 2003/07/08 08:37:56 mav 1.1.2.12: #i15929# dispose all stream wrappers on parent storage disposing 2003/07/08 08:08:01 mav 1.1.2.11: #i15929# allow additional modes 2003/07/07 15:27:41 mav 1.1.2.10: #i15929# fix readonly file opening 2003/07/04 12:05:01 mav 1.1.2.9: #i15929# AntiImpl can exist 2003/07/04 11:40:57 mav 1.1.2.8: #i15929# do not allow removing of temporary file for service 2003/07/04 10:26:04 mav 1.1.2.7: #i15929# reverting of the parent storage let the stream be reloaded 2003/07/04 09:34:55 mav 1.1.2.6: #i15929# transact storage and storagestream properties 2003/06/30 15:47:51 mav 1.1.2.5: #i15929# adopt to interface changes 2003/06/26 12:15:26 mav 1.1.2.4: #i15929# provide reasonable set of properties 2003/06/25 11:43:13 mav 1.1.2.3: #i15929# add reference to parent 2003/06/25 07:52:21 mav 1.1.2.2: #i15929# provide properties for substreams 2003/06/23 10:49:25 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [8483a2ebdd7a03e33bd75b3f639a735538cb2be1]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:00:28 mav 1.1.2.3: #i15929# streams should not use refcounting internally 2003/06/25 07:52:21 mav 1.1.2.2: #i15929# provide properties for substreams 2003/06/23 10:49:24 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [40fcf586b7b18af230fbc01a0dc008180ee29f29]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:00:28 mav 1.1.2.3: #i15929# streams should not use refcounting internally 2003/06/25 07:52:20 mav 1.1.2.2: #i15929# provide properties for substreams 2003/06/23 10:49:24 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [270ad7aa6499d01be881ca32a8f4724d39b4908a]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/09/03 15:24:11 mav 1.1.2.4: #i15929# adopt for linux 2003/07/22 15:00:28 mav 1.1.2.3: #i15929# streams should not use refcounting internally 2003/06/25 07:52:20 mav 1.1.2.2: #i15929# provide properties for substreams 2003/06/23 10:49:23 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [7f1fdf4a5e2e5aaa621c578642c861cd2a2cbb54]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/07/22 15:00:27 mav 1.1.2.6: #i15929# streams should not use refcounting internally 2003/07/22 11:44:45 mav 1.1.2.5: #i15929# dispose stream on destruction 2003/07/18 14:42:55 mav 1.1.2.4: #i15929# allow to set new password for stream 2003/06/26 12:13:58 mav 1.1.2.3: #i15929# allow to detect if the stream is encrypted in package 2003/06/25 07:52:19 mav 1.1.2.2: #i15929# provide properties for substreams 2003/06/23 10:49:22 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [8649004694956384a5b1b416ac9388cab2f84253]

        INTEGRATION: CWS mav05 (1.1.2); FILE ADDED 2003/06/23 11:01:04 mav 1.1.2.3: #i15929# remove redundand includes 2003/06/23 10:52:03 mav 1.1.2.2: #i15929# the implementation is in package module 2003/06/23 10:50:15 mav 1.1.2.1: #i15929# new storage implementation

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [073e08f04e9c2a97a8c41860f21defaef6055c4f]

        INTEGRATION: CWS mav05 (1.2.68); FILE MERGED 2003/06/23 12:18:45 mav 1.2.68.2: #i15929# remove dependency from tools and unotools modules 2003/06/23 11:00:15 mav 1.2.68.1: #i15929# new implementation for storages

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [1b7e17e60f3527a78f2c098e7bc554d058ff08f4]

        INTEGRATION: CWS mav05 (1.18.18); FILE MERGED 2003/09/04 07:57:13 mav 1.18.18.3: #i15929# WrongPasswordException.idl is in packages now 2003/07/21 14:14:19 mav 1.18.18.2: #i15929# include MediaType in raw stream header, and other fixes 2003/07/18 14:20:47 mav 1.18.18.1: #i15929# support encryption in storages

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [594d4f450641e724f9f24c2ea272830a0dab5c51]

        INTEGRATION: CWS mav05 (1.1.56); FILE MERGED 2003/07/21 14:14:19 mav 1.1.56.1: #i15929# include MediaType in raw stream header, and other fixes

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [282bf67a0e2411282a65b89091e46b99d5fc0364]

        INTEGRATION: CWS OS18 (1.32.90); FILE MERGED 2003/08/28 11:13:10 os 1.32.90.1: #i17974# SID_ARRANGEICONS removed

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [e6678b69e219c21a8606dd7f549891063032a9c5]

        INTEGRATION: CWS OS18 (1.36.46); FILE MERGED 2003/08/29 13:46:42 os 1.36.46.2: RESYNC: (1.36-1.37); FILE MERGED 2003/08/28 11:13:06 os 1.36.46.1: #i17974# SID_ARRANGEICONS removed

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [2bf7def05ba338248f68937ecfdf0e2601d8f0c0]

        INTEGRATION: CWS OS18 (1.65.86); FILE MERGED 2003/08/29 11:49:41 os 1.65.86.1: #104125# RadioButton label 'Internet' changed to 'Web'

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [63c607856f15271583be2692fa7fee571930c03c]

        INTEGRATION: CWS OS18 (1.77.82); FILE MERGED 2003/08/28 11:08:41 os 1.77.82.1: #i18085# update condense max. value correctly

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [a29daf2b29d589abf91a9f16d34dcfd783a2062e]

        INTEGRATION: CWS OS18 (1.78.66); FILE MERGED 2003/08/29 13:14:00 os 1.78.66.2: RESYNC: (1.78-1.79); FILE MERGED 2003/08/29 08:16:19 os 1.78.66.1: #i18490# set PDFExport view option separately to prevent repaint

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [6b046c3497307664d73b2b853d4c6882225d8473]

        INTEGRATION: CWS OS18 (1.17.152); FILE MERGED 2003/08/29 11:35:12 os 1.17.152.1: #i10935# column calculation for tables with negative indent corrected

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [4a4514eb625146d51818df234138b752b0ec3f7e]

        INTEGRATION: CWS OS18 (1.15.178); FILE MERGED 2003/08/29 13:16:45 os 1.15.178.2: RESYNC: (1.15-1.16); FILE MERGED 2003/08/29 09:05:44 os 1.15.178.1: #111987# catch exception in getDataSourceAsParent()

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [00bf1cf13a97e38236f242493016ca5ef5d85183]

        INTEGRATION: CWS OS18 (1.70.68); FILE MERGED 2003/08/29 09:05:24 os 1.70.68.1: #111987# catch exception in getDataSourceAsParent()

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [0503c067e75aff652e64857937ed03cbbdd59d65]

        INTEGRATION: CWS OS18 (1.38.132); FILE MERGED 2003/08/29 08:16:01 os 1.38.132.1: #i18490# set PDFExport view option separately to prevent repaint

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [00b3dc5b10412b50dc7af90d83d607db0cd5c086]

        INTEGRATION: CWS OS18 (1.81.152); FILE MERGED 2003/09/01 07:43:44 os 1.81.152.2: #96676# syntax error fixed 2003/08/29 12:48:49 os 1.81.152.1: #96676# create SwXOLEListener once per object

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [e214f6491a187b478c2c5ff4f97cafb2e9b25da2]

        INTEGRATION: CWS OS18 (1.45.112); FILE MERGED 2003/08/28 09:18:50 os 1.45.112.1: #i16982# remove unprintable control characters from words added to the AutoCompletion list

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [ae6ac79fcfda5a92477aaa57ba5112ce023486a5]

        INTEGRATION: CWS OS18 (1.20.150); FILE MERGED 2003/08/28 11:23:50 os 1.20.150.1: #110848# regard phonetic reading for index primary and secondary keys, too

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [d28c0bac11a75ef2385661ee1c31b52d468b85b9]

        INTEGRATION: CWS OS18 (1.6.360); FILE MERGED 2003/08/28 11:23:47 os 1.6.360.1: #110848# regard phonetic reading for index primary and secondary keys, too

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [6024bebd819eed948f25744b48ef6c0b7892cc95]

        INTEGRATION: CWS OS18 (1.19.188); FILE MERGED 2003/08/28 13:35:01 os 1.19.188.1: #i18279# skip accepting of '<>,' inside of a numbering and nonclosed parentheses

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [b82fa90f8763300088baee1f753e4fdd500ff904]

        INTEGRATION: CWS OS18 (1.24.182); FILE MERGED 2003/08/28 11:23:46 os 1.24.182.1: #110848# regard phonetic reading for index primary and secondary keys, too

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [286c350159bd924ec15495122e5a993dca5f22a6]

        INTEGRATION: CWS OS18 (1.3.188); FILE MERGED 2003/08/29 07:59:26 os 1.3.188.3: #i11339# comment added 2003/08/29 07:57:41 os 1.3.188.2: #i11339# change footnote to endnote or vice versa -> dispose UNO wrapper 2003/08/28 09:43:24 os 1.3.188.1: #i11339# SwDoc::SetCurFtn(): call SetModified!

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [898834e34685cbccbb58b92fdac1a03d2a662f8f]

        INTEGRATION: CWS OS18 (1.7.188); FILE MERGED 2003/08/28 09:18:50 os 1.7.188.1: #i16982# remove unprintable control characters from words added to the AutoCompletion list

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [8d98debd3e73fdbcecfc73c12dcbfaa0cf707a06]

        INTEGRATION: CWS OS18 (1.27.134); FILE MERGED 2003/08/29 08:15:46 os 1.27.134.1: #i18490# set PDFExport view option separately to prevent repaint

2003-09-11  Kurt Zenker  <kz@openoffice.org>  [20404cc6999348894a1d78e24a1ba10b0b0d596b]

        INTEGRATION: CWS OS18 (1.16.222); FILE MERGED 2003/08/29 12:49:04 os 1.16.222.1: #96676# create SwXOLEListener once per object

2003-09-11  Vladimir Glazounov  <vg@openoffice.org>  [c44022fd8b3774a4aae0f7f085d2c0c5dbbb03c4]

        #100000# typo

2003-09-10  Duncan Foster  <dfoster@openoffice.org>  [2e521e347e76a8ecaf7328ca981ece4e7a5fdd4f]

        #i19399# Catch and rethrow the AccessControlException that could be raised by a checkPermission call. Dispose of the filesys storage if an exception is caught. Fixed the buid.xml so that all dependent jar files are located in the solar.jar.

2003-09-10  Noel Power  <npower@openoffice.org>  [4d8fbd76acf6821cb0cc37bfffb1bc73afa24c0c]

        #i12906# Removing XScriptProvider type for building ( interface removed )

2003-09-10  Tomas O'Connor  <toconnor@openoffice.org>  [623404eb2cdca10861d37aed71b2fca4ac0f5106]

        #i19331# Script Framework package names have changed

2003-09-10  Tomas O'Connor  <toconnor@openoffice.org>  [7f271d2df63cdaf436e7918b0e80b5f7a9e36a15]

        #i19331# Reorganisation of Java source files, directories and package structures ScriptFramework.jar now contains main Script Framework support classes

2003-09-10  Tomas O'Connor  <toconnor@openoffice.org>  [08894b009d69268657a3394471e400e14afb1717]

        #i19331# Reorganisation of Java package structure

2003-09-10  Tomas O'Connor  <toconnor@openoffice.org>  [aa6c9866b6140ec8c03f5e74d4c509cf7c8a38c9]

        #i19331# Reorganisation of Java packages and directory structure of sources

2003-09-10  Tomas O'Connor  <toconnor@openoffice.org>  [b9dcccf6de8120ea63800df85cac54159590fb4c]

        #i19331# Reorganisation of Java packages and directories. ParcelDescriptor and support classes are now part of ScriptFramework.jar

2003-09-10  Tomas O'Connor  <toconnor@openoffice.org>  [980aa9b06ca521363ae4175f349becd4cdd501aa]

        #i19331# Reorganise package and directory structure of Java classes to better reflect the UNO interface hierarchy being implemented. Move ParcelDescriptor class from idesupport package.

2003-09-10  Noel Power  <npower@openoffice.org>  [4fe2c8f905fc115b1a0a057ac0f227d6a4cb68d2]

        #i12906# Updates from code inspection

2003-09-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [efd17b2f64f8803b6ce6c792d23b29587fe8e763]

        #111955#

2003-09-09  Vladimir Glazounov  <vg@openoffice.org>  [2d3cf26ad3924efc6bace047886dd6570d0a4ce1]

        #100000# anable -prepare for a single platform, #111985#

2003-09-09  Kurt Zenker  <kz@openoffice.org>  [1ca046cb8d194acdebf892831f80ed50dcbc6b79]

        deliver pyversion.mk from source

2003-09-09  Frank Schönheit  <fs@openoffice.org>  [fa257fdc3585acacf882d366f97f2df5b8227160]

        oops - to be added on the CWS branch first

2003-09-08  Kurt Zenker  <kz@openoffice.org>  [de11ba9ee4366ed81c54e62382c020c62ad21532]

        new version for SRC680

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6986b0ed72d166747e294ce7f29d4d0681944b67]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/21 05:05:16 deuce 1.1.2.1: #111730# first check in of osl_Semaphore_Const.h for sal/qa/osl/semaphore test.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed585a2e78707d2380eb2ce4ad8179c58fefe6f1]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/26 06:36:15 deuce 1.1.2.3: #111730# fix bug of termError(), convert to CPPUNIT_ASSERT_MESSAGE(). 2003/08/21 07:53:13 deuce 1.1.2.2: #111730# fix bug of semaphore/mutex copy constructors problem in Thread param. 2003/08/21 05:02:27 deuce 1.1.2.1: #111730# first check in of osl_Semaphore.cxx of sal/qa/osl/semaphore test.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e77820c623ca40a222787986ba10fc4ae1688ce]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/21 05:06:21 deuce 1.1.2.1: #111730# first check in of makefile.mk of sal/qa/osl/semaphore test.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e5de8d1de90f9af28fa727974b18c90f33aa0c0]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/13 12:20:04 deuce 1.1.2.1: #111730# first check in of osl_Pipe_const.h in sal/qa/osl/pipe.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [31deab9128bc2783108c0766fb2d707e7d0734c0]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/26 05:45:55 deuce 1.1.2.2: #111730# fix bug of termError function, convert it to CPPU_ASSERT_MESSAGE. 2003/08/13 12:18:49 deuce 1.1.2.1: #111730# first check in of osl_Pipe.cxx in sal/qa/osl/pipe.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [33d336505005d9f28059a29d7be6d6519dd40355]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/13 12:17:18 deuce 1.1.2.1: #111730# first check in of makefile.mk in sal/qa/osl/pipe.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [43d0863ce5a0995d44ea57def39329cc63468dc1]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/13 12:14:54 deuce 1.1.2.1: #111730# first check in of export.exp in sal/qa/osl/pipe.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [649bf38b1c7e9dfa4a1387ba9097bf881eac5678]

        INTEGRATION: CWS qadev11 (1.2.2); FILE MERGED 2003/08/26 06:10:58 deuce 1.2.2.1: #111730# fix bug of termError(), remove and convert to CPPUNIT_ASSERT_MESSAGE.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [217e8a5f3695fcf0be53c557a9289591bc8738b8]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/04 05:12:07 deuce 1.1.2.1: # 111730 # osl_Module_DLL.cxx in sal/qa/osl/module first check in.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [05c5444da7077d2db402167a6e589de1bac15e3c]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/04 05:16:57 deuce 1.1.2.2: # 111730 # remove some un-used header file, add one function pointer declare. 2003/08/27 03:30:46 deuce 1.1.2.1: #111730# first check in of osl_Module_Const.h for module test.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8027a1f038fead0e4fed349b5abbed0fc875ee9]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/04 05:15:57 deuce 1.1.2.2: # 111730 # add four functions test and create external dll. 2003/08/27 03:28:00 deuce 1.1.2.1: #111730# first check in of osl_Module.cxx for module test.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3954c2cd36800485e42a03fc76f1b1417ce4e7e]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/04 05:14:39 deuce 1.1.2.2: # 111730 # add test dll part and use new export file: export.map. 2003/08/27 03:29:39 deuce 1.1.2.1: #111730# first check in of makefile.mk for module test.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c0fa8d1126de7ce36847bfc8429420e3257947e]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/04 05:13:17 deuce 1.1.2.1: # 111730 # export_dll.map in sal/qa/osl/module first check in.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3995ebc3a2e407bccd5d6ac247e69766a7260af]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/25 08:22:51 deuce 1.1.2.1: #111730# osl_Condition_Const.h of sal/qa/osl/condition test code first checked in.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [eee46b968c284e015a39983eaa1d6ce1896e7807]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/26 06:55:40 deuce 1.1.2.2: #111730# fix bug of termError(), convert to CPPUNIT_ASSERT_MESSAGE. 2003/08/25 08:19:20 deuce 1.1.2.1: #111730# osl_Condition.cxx of sal/qa/osl/condition test code first checked in.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e31948a34856d5f8ca748ca8403f7dc290c1da1]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/25 08:21:58 deuce 1.1.2.1: #111730# makefile.mk of sal/qa/osl/condition test code first checked in.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [35224803f3bc53a3f529f1d167e3e831f7df2c73]

        INTEGRATION: CWS qadev11 (1.5.2); FILE MERGED 2003/08/27 03:33:17 deuce 1.5.2.4: #111730# add module test entry. 2003/08/25 08:25:20 deuce 1.5.2.3: #111730# add entry of condition test code by gorden. 2003/08/21 05:09:02 deuce 1.5.2.2: #111730# add semaphore test code entry, gorden. 2003/08/13 12:24:01 deuce 1.5.2.1: #111730# add pipe test entry by Gorden Lin.

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [aae50540b32acac40cd24b857ff1a07f7a2974dd]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:47 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [21a384a865fec428775c933aa041f3b035946c21]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:46 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c755957d28c13eaf0f47fcb2f5548cd926c605a8]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:45 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b411c1f046135ce93c8e0058a38b84de8ffb89c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:44 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb377cffc0e42b9957b5b80dfa923f3c977cf514]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:41 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [95a36b4e3b642269709bb69d57a0508c46f8327f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:40 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5561c23c85f652ecadcc147eae1272313a5e56d8]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:39 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [942a662998a87b6c485d3187e1d039ba34324187]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:38 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c25aad429c331e16133fa9384a0e720dea8227d8]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:37 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d5c26e8b26f09c4369692bac24dcebf8c21677b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:35 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbf56a9d7a02d751fad8430f683832d7c156187d]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:34 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [08d4ff605d9fcb7a4b95229fc70ff9dfe068b9e6]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:33 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c7ccc6553ec9bbce58b742326e65a5773747e85]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:31:52 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f675ad935a5a23922031fec79a0553a4aa799392]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:32 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a91c28e5afb3a5e9d348f440459423100e3e471a]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:31 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3394af72ae9136a394fcda2d4a54224ba499329]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:30 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [76deb75ff8d5bdd03a4193f576883857a9ff8f6f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:29 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca79ce2eb5a9588dfc9616d3f079e534eab8b49d]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:28 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e0957f1b3c7385ea248b0fbed07991898df6d40]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:27 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7950cee4e97328d84cc1e8b70b49ad6b9967d29f]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:11:44 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7aeacc87e3595df0b4366661debd0b4cea77b014]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:26 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6c4dce501bd13d844a6a366d33d75e635d3cc0b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:25 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4522054504c3ddf781a177486d4e1d0fba5079b6]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:13:23 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9924f6dcffdfd55162f9a1298d67200d2d1fc1c6]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:24 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e13107f0db7141381722e403e312f6b36d829a9]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:23 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a53934b96124b533b7e11c95cde3ea8e80ffdd8]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:22 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2212b92823d103aa7e6cdb817e11ad7d60ad0c73]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:31:09 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [152d025e844147471d3c186021e55ddc4dca6f5e]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:30:36 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [fec5e703a72a6ed4db8db5b60f5fd9a300fdb57e]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:30:05 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [26f408cc8be7bf1d51a4617cbd4653fc00a43af5]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:30:04 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [df213298683d7ae0db773ca503164796a161af7f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:30:03 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef7a1e404b4d028bf8d7152ec5bd771fe7fc4957]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:30:02 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc5722073fb54d285257c85c99809d99117c7328]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:30:01 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [31d7276c4f72796d506dacc2270d8a4dea0f9a8e]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:30:00 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [56b375fff78ffe2df80e235072540bd8d3788ec9]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:29:59 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5466aee40ff861c7487115a55cec23b2fcc38162]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:29:58 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [938183b78e1cd920ceaa0d71ac9fffc5e776c42c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:29:57 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [55e79d342cfb3213584cbab1929269d1058a2ed1]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:29:56 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e7df6f321175a9b33fcd1e194d30f775214125b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:29:55 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5f8e5f2e1426385c7e3f6da03ae08021351755a]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:29:54 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [39eac5e2002bed2b316dea06a03e895bb1c9c4f8]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:29:53 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e00712dc0e7d3a2016f869d13eb35060e06d1cb0]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:29:52 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [41be6769f841c1cfd6f6e850cc0607a0f3edd1e1]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:29:51 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1bd13e62730c17c4a089e1c1b96bf9c5947bea2]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:29:50 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a0f30feaaa959047411984a2962e6ef7e9ff4c5]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:29:50 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b0e0a58a2a5f2ece84267345fff00f82b9eec79]

        INTEGRATION: CWS qadev11 (1.8.14); FILE MERGED 2003/09/03 15:29:50 sw 1.8.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a43aa6cf14f9bbfd7b80642f7163b6eccd812634]

        INTEGRATION: CWS qadev11 (1.6.14); FILE MERGED 2003/09/03 15:29:49 sw 1.6.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad5c96195e0441344b44ac200610c00cc19ab2f9]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:29:49 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dbd04abedd5d021743dd7f12c69126cb06b251f]

        INTEGRATION: CWS qadev11 (1.7.14); FILE MERGED 2003/09/03 15:29:48 sw 1.7.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [10608becfe37a21c3e437a9d3233c95d7bde3e0c]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:29:48 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dff355945ec07bee2e08ac597fbe16ebdd66430e]

        INTEGRATION: CWS qadev11 (1.6.14); FILE MERGED 2003/09/03 15:29:48 sw 1.6.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb90a3899bee7d54123fc284942557b56e3a21d9]

        INTEGRATION: CWS qadev11 (1.7.14); FILE MERGED 2003/09/03 15:29:47 sw 1.7.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [35b305269a01235a7d939ca523bc0e31ee0dbbdf]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:29:30 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f708e783ca267241f2e1fb34f0f9b840f39a14eb]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:29:47 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b377b7e4437820c895e2a288f371625863ff153]

        INTEGRATION: CWS qadev11 (1.9.14); FILE MERGED 2003/09/04 13:58:47 sw 1.9.14.2: #112049# 2003/09/03 15:29:46 sw 1.9.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0c943ad9fcfe122786cb901f24eefcc45dbeaeb]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:29:46 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0e577d296695816e4c9b360303caf9f587e8f7b]

        INTEGRATION: CWS qadev11 (1.7.14); FILE MERGED 2003/09/03 15:29:46 sw 1.7.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0893b21ecc1e056b0f13689a14508ee8618a70c]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:29:45 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9df637c9756cd92c16dda32dd8d1ebf280b85db6]

        INTEGRATION: CWS qadev11 (1.5.14); FILE MERGED 2003/09/03 15:29:45 sw 1.5.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba8019bd37dde0ae0fa44fb2a65a4de25d42c9aa]

        INTEGRATION: CWS qadev11 (1.3.2); FILE ADDED 2003/09/03 15:29:13 sw 1.3.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6aa137d9f51dc74353b78a52ec7513fa556854c]

        INTEGRATION: CWS qadev11 (1.5.14); FILE MERGED 2003/09/03 15:29:44 sw 1.5.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b0fb4ac298e14f3048063890567e002d77ac2dc]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:29:44 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4c2d8793aa4ca5d2570d438f117b578f50c051b]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:29:43 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2abf6b4275f7f23c951ff19cc36808ed8d676af0]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:29:43 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [14fab35eb6b2d86cdae41e5a371b59c8731c1fa8]

        INTEGRATION: CWS qadev11 (1.6.14); FILE MERGED 2003/09/03 15:29:43 sw 1.6.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3903e470585d0f6445540779652a7ef9ce000a4a]

        INTEGRATION: CWS qadev11 (1.5.14); FILE MERGED 2003/09/03 15:29:42 sw 1.5.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3a5bff5a7c8899c1a12dc0375b5bfba2e581e99]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:22 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4e40dba83bf38c6fc8b4db27ea297b21eeceac8]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:21 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [297b7a16ac3f2f1fb96b28925e973175857b6734]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:20 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1197f86bb1adc9e279c949201acedebb1bc5c850]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:19 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b595bf655f57a5f5c2a52b39ac9b93fa3a840e4]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:59 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc7ba858d119e60c12bf0018a38bf6ee2cc61753]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:58 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e35ff9b1075ea5b4d03c26b5de5d58342791697]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:57 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8a002891f5fe914696304768df3b22a68feba55]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:56 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f929084b729bb20b4687f30a533728ac5823065e]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:55 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca33146e3789647f0369a4b988f01d07fe5745cb]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:54 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fca356b76bf89057ecc5b6a8512773ecbf6d281]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:54 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [39000cddc9e22bc2febab68745301ad768754bdb]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:53 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3843bc652a43a9973f491bd0cd8703959f619946]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:34:53 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [63c4afc5f06ae7ab961aa1cc88c64f2f55719915]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:52 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [403b85d87643e9d72256163968258ab3e3f8439d]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:51 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [469f602d14145a2f11c48ce6f263898eba1a93ab]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:50 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec1dfe926c0108a438816854ade2f32a08ceabcd]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:49 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [75fae5f73d44320ffc9d93bf2bba342980ff4f09]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:48 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1907d1ea30a72043043d8f35d328cd7103fbe1e8]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:47 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [444b2457ed28ee2e8d3eb52c76ba5dcd425d0c92]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:47 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [18f290b5be56da78a11b073d14a5ee5ce75c302e]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:46 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d436b903ba162e02b92a2da2a49ed8d1f5b3908]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:46 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [59f97693b7d39df3bb10e1d633c7939e9a7a86b5]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:45 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c3a79e487fddf0b5fa7d4a22bd536b826741bd5]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:45 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b37909e83013876833c1d283050407691879be9]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:44 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd46fc986481c11a026ddfabf727c0719d39e85e]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:44 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce797a7a5de0f3ee0de48ab742bf09b1914f7c6a]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:43 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d52fe26d027382d3649ea483f37f13c08e85a977]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:42 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3aa60207270714009cf1945b8565dbbc2bf9cf2d]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:41 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f47ea08a29db513af91a772db4bea384a843efd]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:41 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [653a53b56bce2236c0a71e71e91783c0db8cceaa]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:40 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a31a2f4d0da36683102094e4abdf6b35bf9a549]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:34:40 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a382ba5d777031d844d1f54d28ebd5c4388f4d7]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:39 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddc45ac626cbe4d4a0f3c422f7da54e755df47e6]

        INTEGRATION: CWS qadev11 (1.5.14); FILE MERGED 2003/09/03 15:34:39 sw 1.5.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d4ff06e0b9906b9c8e828667291324162c266f6]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:38 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1dea9327d9d48bef4c385b44bd1cd543a3856e7a]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:37 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [41bed0dc50e45e675326d14d3a8ed66d14c5b9fb]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:36 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5c64cfe05ad75e2cab976c72fc0e8ce6a6cb624]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:35 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a826ddabdec19d9d46f0697ccda3c89b38d7fd3]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:34 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f73c583cbefc7de2971e93a0e498d8a284c78e3]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:33 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4a004ac198d33e6cb12857dd4de947dffe8b3ed]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:32 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ce8ab6625a37319ae98794394100fd5d231760f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:32 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b9783233cf95b6510c731a36dcd1f7199dfd046]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:31 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1371304694fe5b8c4f0a2e9520609907c53b9bf]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:30 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [29a43ca5289c6c601b7f15bd99cd4ac6a75feb5e]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:29 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d38a515bc251933b9327b1146aac68423e93bdc]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:34:28 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0823dbce0cae5d2496471cae81c8e16870de82e]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:28 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e698568a64b520c0fbf45f3200dda80b9e6a924c]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:34:27 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [613a5fef0b115615b891431afb4979b36d709650]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:27 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [83ffa2d01278659f5fcbf4a209d3b79fb0553bb1]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:26 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [39b48f3401fbd8ef7475804ea79bced2f21c1a80]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:28:38 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b135189d95f8348c2e7266d626bc7c50d410e454]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:28:38 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccef417f103491a4e57fd97d2e350a89d19ca129]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:28:37 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa4b4e7da1a570ecbc60e95973130716efc2b2e0]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:28:37 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b13648a17e57d0c22c66b33d8b96026e9a16f3f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:28:36 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4656e33c855cdd6d9b70826d39e97eb7c264a053]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:28:36 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4b00cc8e3c2424aa76748ebcbec29ffe7b07fe4]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:28:35 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [afe2eadacd0b3a484277cca7b0e7b07a9774980d]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:28:34 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7b31dbb230a02f1dcf4c84c9eec7e03c6cb3040]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:28:34 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e488f458501c95fde325f2673ce1d81396ac3021]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:28:33 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1088343b37fc341a2128341c9b6be183a2e7c096]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:28:32 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa6ec6641c54f7cc687c3e139e98e466e19dd4c1]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:28:32 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f23ba8656194f871ce1c7a6435e6802a3b042c82]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:28:31 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f70d90d9984ebec9d6a3e5ea042fe09521c7e30]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:28:30 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c63755ac6a0ae28fcab7c9399e2ff23cabb713d]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:28:15 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e30321d5824f2951753fcb037099604905fdfb80]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:28:30 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [81c2dfc7fee621adaf81e7a153aca2879aaede52]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:34:23 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [569f20efa9d360652b14b0b534cd123eaabe02e0]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:22 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1c188df6991ef5220cfc146981b7853143ecc90]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:21 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdef75ec16ef513ebd7257120e14bc0b433f2306]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:20 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3a666c36ff767bb7358d5be1fe89da1b5e70c8d]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:19 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a346d8926c34360e272ebd91e479473bcbb08f28]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:27:10 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [92b1ecf47798797f3323608e6cce4d273000fc70]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:17 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3eb3bc1650f6f510628f7ebed3e7d73e0592624c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:16 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5a29fac3073a547aaaf24069bb140bbcdd32e87]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:15 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c94901521ce3f51b0fac0247cc1ebbd6b0eb7beb]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:14 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [559372240d778bc4c0060c55c5e4d657fc425715]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:13 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f15dde286982ad077f62dcfb01543b19567b997]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:13 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4cf3a734961e8be5aecd3ee090f2b7e405b5e22c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:11 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2255a7c7b670c8c83c043562f5447681e498b266]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:10 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [938169ee36c83a13e252203b436c565aaba965a4]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:09 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6265b8501b5c684437f88c6cf8a7132cccff90a6]

        INTEGRATION: CWS qadev11 (1.6.14); FILE MERGED 2003/09/03 15:34:09 sw 1.6.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d5eff89477bdaa897356f3fb0e572b9851fb05c]

        INTEGRATION: CWS qadev11 (1.6.14); FILE MERGED 2003/09/03 15:34:08 sw 1.6.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [536693d02191db89a0cd6ab223432f31c4815635]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:08 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [794f0260aa94c8a6b9bbc1f8f47d6d24de091adc]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:26:43 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [64a519b68fffeb7ad94551d157531922dfb381b5]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:26:15 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbcae846b3602221e12ded177d46b13551d49396]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:06 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4eab5e0d8bf7a3072748318e6d2acca37ee2a552]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:05 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [25a0cc2e4124dc10b9fd1c7145e3a4509ed49d18]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:25:39 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a959b897f9a97cb59c0354d19f9ab5ce0712c284]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:01 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [30132ce5225e325244f4300d3e49e12a57c0e69b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:01 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d6ac83f1785ea84ec5e7af0650cf7e5c1e8a534]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:34:00 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c442d37858914892aba117bbb794d71a3843e4d0]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:34:00 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d923d68c1913bbf9dba655d54a9ba6a93b1b91b]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:59 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebc6b9c8125fb224c6871db9f13931c9a6e810a3]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:59 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3948b93db783ae09c8b637a43d1c532a6ff4d8f4]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:58 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4a1c65d912e27013bdb24e122a0a9323817f452]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:58 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d642893757ee050fa9671d9ec0f0dd28f8653b14]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:57 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8053233f5470119531a9eae644fa844749d400c6]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:56 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b655457cf48e5ecfc3cc167945afbc17da14c6c]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:56 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b1d048a97e7c20646b1bb8185aa4d9554a1d879]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/04 12:59:56 sw 1.4.14.2: #112049# 2003/09/03 15:33:55 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ed2c91b93cd2e86d8a1024ed47d155cf44d5961]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:55 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6fbf502a70d6c538d206a683897dc7aa1bb7387c]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:33:55 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a39dc1e1ca55a49a3f5b8136b27acf29f038133]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:51 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [080503988c0603cc5a5089db76ebb068099f8f88]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:51 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [15ddff0be277cae35e88b89e891170abcbd46957]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:50 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbede22e80af4da066f517b8e7194a3c11091a3f]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:49 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4db5f3242bffa1ae90aa56aec460cad9ace344ab]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:49 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [37d862c81a89a2081788ab1fcc158ae1dfdd2d50]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:48 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [90a41b9ecb1834e1cf25f40e037ad79b719fcbf7]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:47 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f02411b6e8f2d7d3f7036b7d654eb761d457efc]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:46 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1b53184f4f8b1d8ddb5de125636c5f9bd1aba98]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:45 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8de6c7f5070c395b93da10f3f9e5ebb6124ab344]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:44 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1349c73429f92e9c368f050292c9d707f20179f4]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:43 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7196ac2476600b47aafc921d59b65677e15d6e35]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:42 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b79730db9c7ffa6f4127e7261049f21f4ccc722]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:41 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8afa673a45ca8fd264c586ffb519ab050c4ee014]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:40 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [56009430cfb1c5ef0a3380a0068bd0211683279c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:39 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2362cee8a33dc7acfd8e1993ec8b40f6680a9d4]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:39 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4456ae767ca4d8d29f2a1f5e0042cf646c9541a2]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:38 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b34e69a8d73feb95783ec6f972b276db26aeaca]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:38 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [85d2fef9a6bd7a1ed00743c38bc89acbadfab3bf]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:37 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [18d129fcdc9818f2ecaa0bea21d25a4ef9a25c65]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:36 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d23a5e95ef5f3b012a783f8fe3eba3675231fde]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:35 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ac77b886643852229677e8e4c72308f5dd3dca3]

        INTEGRATION: CWS qadev11 (1.5.14); FILE MERGED 2003/09/03 15:22:34 sw 1.5.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [34aa74e5e60e3944ea801d3f4f99ae6e2de9b499]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:34 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [893d83bb59879354a0168d51dde5be5a29e5a42c]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:33 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4be61102736c2658e4cbf3051142220ccd017652]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:33 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a747a9a80d9a8c3d0a2d2190b93761f2f162ca7]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:32 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0620f532865621b50e4421277d5208f12fe910fa]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:21:42 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d248d80aba18986ee65e03f88d25ddef8ac714b3]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:31 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5b01b3ae6f5a620747418cc0cea4fc9d0edfa7d]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:30 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f43bb20e0e57b88ecc86fd02a4abf568d9b0cb48]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:30 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [794253ea2d797d6e1bd37782cec0b182442bf153]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:29 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b49bd500d538dde60b4b2d42479a46283aa1345]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:29 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec710a361f5f7be5a15da87e3fbd6e20b1a23197]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:28 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [58f815639c8d38ea8e72346236a7e235eb827088]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:27 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [42ee4d252c7a6b7077e14b848528dbc63d045ef7]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:27 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1384972190ba241ad1058f0728b47264f5c50eb0]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:26 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [44b58a8dd18523609dae1e7c7c148e39488aee23]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:26 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd080fb403c90b31506dc548f8fa373e07b4af12]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:25 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c820bf0b38460db723e9c1cc7712cd8191b894a]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:24 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f16e93aa06c28259e7b12c1a4492300b4201109b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:24 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fea4af66525f812eb472753729affecc7e18703]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:23 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f1e4e25b46e8008a1c6097b753336e34b83300f]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:23 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c02ab00e9ad9cc095a0b3283e8756832570a55b]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:22 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [564775231b0319a26ef5a0f90c5663b26ad28906]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:21 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2c5ff352948bb15c7777e47577d71cc287fc99e]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:21:25 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [de266bc8aea3fb80f6caccfc46c7f7f62f8ad7e4]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:20 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce8e6e10d14980fecdf6e4829626e814872a1552]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:19 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [784fa8bc28e231d1fe00d52791d1f6f037f7cb16]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:18 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [70230d076a3974567d5660742a77cdaaf5849272]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:21:07 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [65b8c63f53ca1311e696e7bb3844b664136f94b0]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:18 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [541b9ec41ab0c340a874a6f0b255fa9551cf061f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:22:17 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b6425276d938ab80d717488ec08b9eafe781b67]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:17 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [04cd2541f7f1501cc35d7c2b7e623a0e8ea07a31]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:16 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a54f9bf942450b3a9137f89432c745920524a10d]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:15 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [46e7ddc6b53738bb4e8cabafc8bcddbf4fd6558d]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:14 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f0b5c5784b07401b532535f6f1dafef18499ab1]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:13 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [17e1cabd57fae79037449956e68efdb662e5d948]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:12 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3beaabfa8a1ae2f02f1588657407f6e507a30366]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:11 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [03f6c85a789436bf86cd0f5cdddce2d4d621768a]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:10 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e65555138b53d545a401eb5a772ba6a4fec53013]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:09 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f72685295a6763141fa20ca59254be29f9b9154]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:08 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0054e212347697b6e6f63435e3734595d01353e]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:07 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a85a2b0882bdd96a39c50ba61e21c333e5742621]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:06 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [859f754672b48161623f076fd1d78e1f3a63d481]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:20:42 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4d59709dbc2379719eabb505c1bed86b3e5935b]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:22:06 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc89019dbce5894fdd7f656d2d4b2a30b72992ed]

        INTEGRATION: CWS qadev11 (1.5.14); FILE MERGED 2003/09/03 15:22:05 sw 1.5.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8d0c5e35352d477bfdc3169e591aaa0e0c58d3e]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:22:05 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd0f9c505035c71560bf831c68ea144b926ae428]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:22:04 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b00fd05c3d9425e1fa44e65c425a6a05841d5d82]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:22:03 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a783d649d9c19efa3615ddd88230f115b488d75]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:22:03 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [31a8ebb52e20aa2d0f3e6dd81cdac6b8bcf06481]

        INTEGRATION: CWS qadev11 (1.5.14); FILE MERGED 2003/09/03 15:22:03 sw 1.5.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [826328ca67e506939d110082dc0fac6e1e296348]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:22:02 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ffbc93d7d0373e2ed699ffe61e96fc0af4c61ae]

        INTEGRATION: CWS qadev11 (1.5.14); FILE MERGED 2003/09/03 15:22:02 sw 1.5.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [65c2a780d51a76860f15c73e61d9ffcd077074dd]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:20:18 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [11316d22112fa2a6c322d25fc979f2ce0b18ca3f]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:20:01 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d67584878d0a194769ca909736fbf40453783183]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:42 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec30e596a59e13f24815c565e1eaf35aff523822]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:41 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc431e7065230896da445cd0996b72581353d07e]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:40 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1300d87a5a789bc6bbf0a9fcbb7e504e8819166]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:39 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [52e42662cebb8b3f53d92b2d5ffde4e7f61b82e8]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:19:21 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b76d31cae7032202c8e569300d14505a62aad04d]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:19:00 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [eeed770a2a4c9ca6d8b5d09c6a8137948476ee56]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:38 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfb1cae433fc107a05a8805978d76837950ba24f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:37 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a1a59351f7ceb123869d3dc09dd26ccb10aab64]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:36 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a60c692a504411428dded603b68a9bbc443c52a1]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:35 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e53a9f301f275a05801e7a8a54c5883af74191ee]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:34 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c67603d5fa65f79761257f2411afe3fb06db2cfb]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:33 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [903756bd93aecd61d83ad310e4251004737ae934]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:18:21 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f7b7c0a71ec97b43c617ef89cbab4b8f45aa43d]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:17:50 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9249e5dae878301d7e45320fcf6ef598fb156fb]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:17:19 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0735ddeff219cdb03859fc29713e01ee4a7af13a]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:32 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [87515577097e34385d068e05a8032bc631a31309]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:31 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [872a19aa19e524de9e647a2084994dc6d704a211]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:16:46 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6ccc606271a710eeda6dd7fcd42d34524761979]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:30 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecdc8142beef1e4194cf87026914edf25dadabca]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:16:14 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [731b1e0ccfd5a6a82e27046055e2c3e722ffd4c5]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:28 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [92cbc5faf260bd2d547be6c68a49f2fe66fedb82]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:27 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d139c9a2bbe8ccea1547fc250e4237879ee8ce5]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:26 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b923a2dd93483d31bb1fbcf8233a984773a9698]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:25 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bfd26457a02e058838a3eb25cddb7c6c3b2298d]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:24 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [71ebb0a2378f66508d0f04d7f49485f201017eff]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:23 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [53856bb6945c0d6c8e95aafbb96d147e72943955]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:21 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9aac8e1e6e60f9f0ee03674fcfb8f91d59ef572b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:20 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a62a3530efe541284b0dacde34af97beb7bfe8d]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:19 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d9238ba5ff035a27fd609211690be6e37ebe48c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:18 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [fccdf3e6120d83ce24b6b2bc892f2b68a85dedeb]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:17 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ac5ecbef24b9852b7c00544261b03dd458dafeb]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:11 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4502044558f8ff1cb0ff54947f6f2235aee0b082]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:10 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc78db1fff3527aea97854c1376879aa919d098c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:09 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [12965f8c1d51b62f4125bd4d5aa3c6b43e77e1d0]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:09 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9790c4875b0721598f9523bcfe5af3e1e79e7126]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:08 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6ad2be0c481fcf27813816e60b1efc628908694]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:08 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [27e6261b2b0aa4661558663f66c803352e4c979a]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:07 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [44fc1aa46d7a2200e4863969547eb9c4224b6b14]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:07 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9205a1cb48d2a2f01fce688759b1e3586aa5187a]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:06 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [729d41c852864981db079a0950a857c68f2d7459]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:05 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b506fed4ade12674302c68c568f5c72d23367066]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:04 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [14ec28bbc727b400c57218d41ab2078147759609]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:03 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [83466124973eb8c718baa616cc0fecbcb896586b]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:33:02 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1f11769f24d8049f3c419d6f12267b2e8793df7]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:02 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b83971425d9dbd6ec14ad5bb1763cee9e75e743b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:01 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [fada88cffb9b92ef00d534b57e190cfb8561dfa3]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:33:00 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c29182d818092cff077101ea44ddae9ba55544af]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:59 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [87d4a7676746a42019223560d5daf3d4b430b4d6]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:58 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f827fad818b3c6f110b91465d67441bbfe5fecc8]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:57 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [80b43339d9d02d0ec26929ffa3f40752d598f08a]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:56 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ffa45d36fcb15a0caca31c372fd1388cd690380]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:55 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cda8bfa584a55aff3965266cb754423b1d04a79e]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:54 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1613bc5a7fecd94fbdcfd641bf0d1342daf5865d]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:53 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [faee25158e9f17d4652e9b4d5c0febfc1e8e3a77]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:52 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [430cd6d4f16149cb6bcd5c7927cf0312cd41bc6b]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:32:50 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [01a051e4990fe729a35aae23d25628cc38b96377]

        INTEGRATION: CWS qadev11 (1.5.14); FILE MERGED 2003/09/03 15:32:50 sw 1.5.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef41e734dffc5e96afc6ff3fd37bb374b1a13950]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:49 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2f5d20986d5af427f3cc0052becbb0f7d420089]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:32:49 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [700c59f469843f6d2017fe44b7171f9a63cc8817]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:48 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee935d3660ea7ae538ce55385509506b5b1ef39f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:47 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e48c0ac4136e1351421aa5ad6a177e44ecfc710a]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:32:47 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d0d14dabe6429d94c73f2df402886f1990a9e73]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:46 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f686ad7b803ef0e103c74418e47b67f3a0b3ed3]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/09/03 15:32:46 sw 1.4.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [add1f88248705557baba2b3905116e503dd8cd57]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:45 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eb0b10de9edabdb4a803da019714bc691af3dc2]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:15:42 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a4d53e7db75acef18d34ddb2b86f8238376b52b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:44 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [338122d82984fdb5d3b38866917ce79c72f52372]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:43 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c073b2cac80b8b96a4e10d236366e8933f41bfd]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:15:00 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d8a365b076fe6c2aacccfb5cb1d65cbfb4e0550]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:42 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fad30cea00aab2ab5dd47f4375b3a662264706c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:41 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [263bb358258d54dff18d16118ff70565845b4e2b]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:10:07 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6732a59989d5742e99298607f4d3ef32e2fb5c77]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:09:47 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f3b44dc58ee429cc894be06cacdbf37a6f29024]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:09:24 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [370b38b434f78bab6bd622e463f1d23ad67b049f]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:09:03 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c74382693533692186572930aba89e6bda1e6332]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:08:28 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6c11345fd11eb320216e2db126c4f40f71ff2b6]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:07:58 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c53b3c6801aa387e2532108f79cc802dce61535]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:07:38 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d2309867a6e96ddab2ee9bdcb80d772e88ab1c9]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:07:18 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5e15c120cf3eb8d19cf84a350af9b4c5c8fa356]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:07:00 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [60bbb48a95bb5529fcf5946b69a557c23646416c]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:06:31 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f773a62e589f4bae4b7ccbce8e42782b42eaaaa]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:06:13 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a795a1849f59b75b44849ae415fb442304a63e2]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:05:56 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cb650d0cc3b32f656eee3c1acc5ca99e89f54c7]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:05:37 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [959f0e9cb8b1bb0952b47bfff223c6c41e4ebf44]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:05:19 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8a245a4381a5424013c0e7c2d1c62ca2e1f3500]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:04:58 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [92e8282a32264b229c45cad8f52672f3506a0d6f]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:04:38 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [99d7617dc9308b229f813cf7c597f3cf37c93ce9]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:04:21 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dee9c7ce1a1bc96c646ccd6031af6b0c2fce2920]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:04:04 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [13c53a37d0570a2d32d1bf43d41022fd97141e30]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:03:44 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1febc2ba33554bc17ee1d69fb28969ce9ce40cc3]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:03:26 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8c92ecc4c5af891964f3c57bd0b22c6c1529d55]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:32:40 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7cfe8ce3447f91684f9fc2aaa74dbcd32032082c]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 15:32:39 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [071b252df3b47057b6ed231f2b99fd270ccd1627]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 15:14:18 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dacca75ff6548d1830f2f95ee7a2d3a049d6f6da]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:38 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a920fa32c56ff92806e61b1a19420975fe995ef1]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:37 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [44a53734d1fe912f391034425b1ffd59360e1db9]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:32:36 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f301169562821d973f59aa787ffc186c1844514]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:20 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [29923e4f61b48f15186ac5475aee9524d28d5ce6]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:59:19 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [51d6691668672a8007f9a89c5c74347acb12360c]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:17 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0ee12ec98398caf188dbd87f4996e99a57cdf9b]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:59:17 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0557ce93dcd96ff4c64966c32a2a2222059c1dd1]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:59:16 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [05df900d802e1634f0660b24ea9a8677c01922da]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:16 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [86bda531b444cdec61ef7f5b603a71a4fc09826e]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:57:29 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [72b5b275895c5cc2c1bfcac4565d90d9135f2f66]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:57:11 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e48c91c68b4aac11fd2e1c555639d6d941231549]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:57:28 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9797da68478d20ab2c4909eee85330a4e5955a3a]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:57:27 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9d5c3c572488477676766b3c10742cfeaed9f53]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:56:54 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b691a65e4357539686d3fb3e030117dc113a25d5]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:57:26 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d50830eede11ef097163cfba9ec577db536e731d]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:56:36 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f55a85e153e8e949d30bd25b174bb0e6d0756ff]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:57:25 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ad9e553536937cd250c403510ba26e97933f200]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:56:17 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c0c4ca152930f5b5451de4632cc0c0bd1a20704]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:56:01 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bce082b50c1626d919e5bb47ceef40faadb86dc]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:55:46 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [06695ae10a1ae1094109464a3884a15a46ce74be]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:57:24 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [aab04a9390d84551924dcb3c3c6bbcceafc43e5f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:57:24 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e3b0eebccaf352e7269d67097390a38acd13083]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:55:13 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5d28eb7c47b7a7d698f4771053e9eec72348fde]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:55:01 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dedcd92033f7206683abe0b5fcc8f307f29089b4]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:59:14 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e69c095bf5fc01e4c93df54008983924e69fa60]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:13 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [37d39d8f0e6dabab14c876d839fb94ce89ebe146]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:59:12 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [18717ebee711817df198e619d99283d315ccf2ae]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:12 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8edad336cf66ab37853ff841312bdbe429c04d05]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:11 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e1fa55e773f27cf2d07e893ff4aebf3699db96a]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 14:54:28 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c399f5964b8c7c4769e5d4bcd94bdc3423f44e94]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:54:27 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfe427b990c045d27e301f0462fafc477c7962c7]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:54:26 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e24e5f32aa4564d9e605359117d8de6d9998c328]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:54:25 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d356b76303792d190a9200e63f34c9f4a9726ac9]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:54:25 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [da357475434a4c649fc340d7e22431c0377b4ede]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:54:24 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0dfa15f344f252b88a2dac79029c71539a88519]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:54:23 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9b16a0ac763e10d8c8e6293ef8cb9b466720e89]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:54:22 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2de417af3be21a6677b01cfc458b8c4e3220588e]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:54:20 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae7db5a3504f9d8491d065498037f240f0308a74]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:54:20 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [aac6d2e873028c185fbd3efc9b0ecba769ca1aaf]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:54:19 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d90405e94d2003e9cf8290b05dde78e8e475e142]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:54:04 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0de20ca31ba538481ac9de480f796b3240c16d8]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:54:19 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [03c48aa9035d626e0b4f000ede5765173705f4dd]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:54:18 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf246e342efd8c83f4a436484cacb6b0c2378339]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:54:18 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7fe282ea1ce2681a078e2040549fe3d24f7fd65c]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:54:17 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b58695483a1c8f5042e30fee5003801271df465a]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:26 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [160691c9f6e3b02d763d38e51a59950e28c86e2d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:25 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad442f9287b87eee00783dd41d079f1c573a5d86]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:24 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a70143b4292cdb3c8f2e16cd51bb69af40999bf3]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:52:53 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [60cc032df910830a432edb436ecea98b936279ba]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:23 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [edb9ca4377a7bb57da148f396b082a5eca929d67]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:22 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebe8c07016df05b6a7521a1b08a44d5d84bd28a9]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:21 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fc1fe8890aff3051df292a2810dbc950ae38802]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:52:35 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [130010285a7ca2eee18271cd4cf4b5c85d988c0a]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:20 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0de90751eec0bd9f15f0286dd3ee255b1ff28b51]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:19 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1dc530fb2201519c0c26e697f48de5535245588]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:18 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c592937bb8a15ca9f2bf652d01a8fdb746d4532]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:17 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ef508235fe027ff2ab00a314055a495e48c5f5b]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:16 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [94039d86756401da4561e8967377c0dc54143270]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:53:16 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d55480f4084d90dd9ac8d3286df720ecd4b991b5]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:15 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bcb18af52315905bf7765c1f50ac3b402e150caa]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:14 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [09d6ce0cef9ff42bf3093e35e854e48b9ba68aef]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:52:02 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b17b3601268c742874698d18c4768b403ff6f7e3]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:51:37 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [db5d87b933286b6b3b41863dca3b68c0f30dfb3b]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:13 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c81d28c54cd90875951405043b29cabcf738be6]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:12 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc4749b4aaec609c7e3727deecbdc5aba05fb01e]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:11 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c75bbdcff352dd94e5ea52b529ff62c79a1bf56]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:10 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [187345b0b0dc9068923129a07419180939f90dde]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:53:09 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e23105e1df57d508a17a7f6edf150a48044dfb2]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:09 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d54ef4b2f62adcb4da3c0191c6698b1c9d615509]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:08 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8631e88856bfd5fe48450560f1b5aa87badeb8e2]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:49:36 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d7eeee7761fe733a5437135c6d8cd2ab69f59b2]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:53:07 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [37c12c0b40f2d8f9db634c394f22903b244d90cf]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:07 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [88bed509f44cee9efe6935a3c68247a4447cb863]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:53:07 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c579e03c7cccb4c333ddc3c0ec2b002aad0d3e9]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:53:06 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f38b03fe7151fbaf8aab63b822ada2eab2f50c5]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:49:15 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb7f209cde9535774141dfa617219fe0717ead3d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:10 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3528ecfbb472c413408eb03d501aeb334e143ad5]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:09 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f427acbf5aeb2690f4a015ffb9ea041c72ea201b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:59:09 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3245e983024dfd9d5b429b0a460c8c8135a5b5a3]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:07 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c74689ce247fc5fc4a391cc62903beaa33436394]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:06 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bebe51145d1891e93101b127b1572986e59c7e2]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:05 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [402bcffdef6367c9424b6ff331989c3bcc4eff89]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:04 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6dcc8c8a92ea8d57304e909446908026a093217]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:59:04 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7127bdc368eb11578b9fc477c82475fd77a68fa6]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:03 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3e28dceae80f7f173256fec780a330126225d17]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:59:03 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dba07615841f9edcac73742578dfac9c7e198e4b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:59:02 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [69988a5ac709451329b6176693034201070cce2f]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:02 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [02c061a702c5d608689479d986b0cab03977d467]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:01 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a211fe9c7c4e16d32347e23035e5a33ada1a918e]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:59:00 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [71f7d3646a3e2ca145eb4cdee6f57064164995bd]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:59 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce59fe9d4114f26c91478cbd09f7ee1102fe1171]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:58 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [860f7a809c1511ca9876cde61a0c00c3cab5f138]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:42 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b47959ae8a773889100a90e8c7023b3d8a802dd]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:41 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [443dc3fcf924c2069921dc0a41710d6d411c540f]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:32:48 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5fed552139dda50e97f0e4049b7b3e52ba328d7]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:40 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a73ae093b0bf06682fb7cd8a5d8d00fcf654e651]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:32:25 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dfca5f8120a994fa555d8a0628f594a6e55e6d5]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:39 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [335ddc66e9f90f60484109dd95705876ff1162d1]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:38 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe1d86b25062df3779792909a2a818137f34f08b]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:32:02 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c8b7d319fbfc0cc01e8607454e4254b9c75c1a6]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:31:44 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec3b7d272f25f011941408db92771216ffadf8f0]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:37 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3eed5561056548b2dffeab4e90f8c438b6a45a68]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:36 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [57afc0410b8c5f950f9e2b2ed5fba7f2af4a8d46]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:35 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd508360bb4d76c389960e6ae89b8faca8af7f8f]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:34 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b3831dc001550c4e9aa65a17186cc194131bef9]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:33 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdc7a95cd762c4fb774522b852538a70fd25937a]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:32 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [309c60dbf4b0ebbf4c0ef6b5d5612d42ac976c10]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:31 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [736d0d8d218a21dc8ca6152074d6c64a3d67ebf9]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:27:06 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb7c72e43e985da301dbb1988043fc928495a478]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:30 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbfbc5819a5d279fcd6430148a9033663ff75df4]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:26:43 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e962bb6219b5bf0294130e3b833097633f7e817]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:29 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c27c59b57ce5d3ee7902e05f0a02375cda18fc01]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:28 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6869cb0d2d31214a17d0c68b8413e7b1e371617d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:27 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [735a10628dfe433c45623f2bcf9ce466e97ab3ee]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:26:09 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a30b634b3ed0feb5c2289c7193b3e8d5473e33fc]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:25:48 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [69b2bbbb80c0ded206050bfbfdc190508ee85418]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:26 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7fabca3380a452066dce52516f7acddf55c6070]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:25:22 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f75cd2766830794b59f1ecfb9118548bf0aece9e]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:25 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3b10c3930f75581a4db6ffc170ed00937f57d15]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:24 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [70420d77638762065612977fcd302e2b4ce2b300]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:23 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [469e73b096196e319e50f9853a507906f7cff80d]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:24:59 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a744b2623fffccbb5c1bdcbfeac05ae0a45055d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:33:22 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bb859f574caf8d287de5bf24ce481f9df570b17]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:24:34 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c70a9dfbc2aa6db9390c84ed2d8e4b5d5152b719]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:24:09 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dec3cb2fecf9f3fab93f9d5edb9a1fe8c2dc4f8f]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:57 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [895ee213b497c28e33e51bded6dbaaeb369d427e]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:56 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e13b8438a2a385f4bda8203fb6a21628fa79f12]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:55 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d69271ba6dabaacbd46962f91fa8eabac1906b84]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:51 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fa8b023dccfb00267b472c5bef126938a8ffc8a]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:58:51 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [45761b1ce92fd2caac256840a966cd8594a385bc]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:50 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [09cb2ea620f245e89ddcf8aca6a47cfe699b4b71]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:49 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [91d0b66db4e53d9c18b507655d408257a0c3c464]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:58:49 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f24f955342043d3d9482c9ce7cc91167623bca3]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:48 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bc7ffafbd679fdbbbcdbfb1e237bbb13557204f]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:47 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [43a740d8e956e1d0734894be2afa20227699f835]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:58:47 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bf76bf4a3395e7fe812b7d2877539eb91cd0d8e]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:22:53 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [207cf5818d948cefc937aab3a4d62f88c0a52aa5]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:22:52 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [41ef7ae9a0a1e02b0ba184aaaf9bd6d8585a3fdc]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:22:37 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4394ef659b46f0a0d98a3d0201f94c6c8326a879]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:22:07 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a7e9d785eff5635f860a6388f271b4604b137b9]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:22:51 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb8e41cd30da2d6ea39e7d956137b7519a6755c8]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:22:51 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [59f88101aac336f1499eebe8512185dc7ac260a7]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:22:50 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfa9c84d2af940ab4f67b067e600a6e5868f56e2]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:21:46 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3016e51dbf9e436b2469a3fdba3c4d9c76951be4]

        INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED 2003/09/03 14:58:46 sw 1.3.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c97a23d78db172882b7c7d1e30a3c9ca01d2462]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:58:45 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d2e5aad5c804c514a4aa41202e829687c4811c5]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:58:44 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e3c5c9f5458891dc0538437102f54c823da35ac]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:58:43 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4d45f07df9eec1a4376a7d1f17e34ab4b73533a]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:23:26 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c021c3ede4d2fbe24da4559ac93d4eaa9e34b671]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:23:25 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [749a259aa8a467fa55f2b178ac69100466976d00]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:42 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [46368b92075e539ad4c4ebefdd19018763662509]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:41 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee0eaa28b540524be755a7fa6981ecb982f8823b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:58:40 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e09973dbab935cb9b8db4728de4d01873b41ad81]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:38 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [083a338fe2192879c8d00199f3df30e7468ee052]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:37 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f64c3077742aa56313a7c101bfc3f915c3eb2cd]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:36 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [12d4f0e406e0244ca9fb491e0891073325ad97c5]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:15:25 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [55f55b1b57e453d74013aac884435f6543a81568]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:15:25 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [364536d3084907d85f6326f66965f64c91e3281a]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:15:24 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [be58fef393f3a637570723a892a32e0c723d72cb]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:14:06 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a925cd93f944d46ea08415107b179b46771f721c]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:13:43 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [13dc572a56d9eaae71596c73bdb679733f882af5]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:15:23 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [083c0c82c95a4a01b76007949a20d2d4253a8aba]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:15:22 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [922accd11140edd1e185a53795a8fafbee769dc2]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:35 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc1b51097e530c7dee50e348af7cf35be9f9dec6]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:58:33 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [746652a09061394023c8780594e6645043a3e463]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:33 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [65ef697299d4d1561e79eda529d96484857d6d4d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:32 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c66f08b73954767021cff4f437c8f0d5d24928ac]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:31 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ec97b9031f2533bb038417bf9349ff83c549712]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:30 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c4daffb70eed204f897fcb9b7a06b2055d600ca]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:12:32 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [42c1e8851b20e236a12d2d5c50e20e215ef3a82d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:12:31 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [01df5c8c28fab8820a44db42d83d3366fb6e78ce]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:12:30 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f43f0920c1c9451f4484f6e5abe2c0deb0f8370]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:12:30 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ac43eca23d2d7ef9194161773b74120a64aa276]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:11:16 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfa7972a83bf4010aa713d8ea5d5d5d1a56ba654]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:11:16 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [969449abe89a7ed716efccb107d3dc19b1b024ca]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:11:15 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0e1e2def78902f1a46d334b53247b87ce95f3d0]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:11:15 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e2f08226fea077d1e0f213240d12106eb31c282]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:11:15 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [715f7343340ce1b51f60fd18171a1b82a6c2996f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:11:14 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [233f830a4ba46490ba1313ef7d1238f0eaa1d7b7]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:11:14 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3adc658f6e4ccda5e9e112290f8a35470a95b5d9]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:11:14 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cead616b8713a96f454413b21519e9d348c86d8f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:11:13 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [76583ef6e1ee1c8796294f55c1167f478cfa0166]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:11:13 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d67cdb8b97057f096157489437d59250827ffa4a]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:11:12 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [10953b3d9c3e1711e6c732d2d508b03b7756ec32]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:11:12 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9616626168ef87dd3aa8fd5c8a94269706bb515f]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:11:11 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9444337cf0577c9f9e091c750832a057b3e784b2]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:10:57 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd35527754cedad93d38fd688e291c7eded428c5]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:10:39 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a62de7a461dafe57e7a839981cc3a7bad138603]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:06:58 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [df3910d5e76ba44659b76b93863f929b04df3dc4]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:06:57 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [acf0162830c7a31a0f861f81a248b2ce1a4fac44]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:03:10 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a069801436514bf80ee92057a4056580f5aea8a0]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:02:52 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4fae85db030c20f47eaa3eb5a2a1bc952ac3b6c]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:06:56 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f2b605ab625e9a1ed85ee338392febac8f398d2]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:28 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [76b9f7b106fefa0401e34f3af9ebffcd61947f0d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:27 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d3c6738ee2f5a4b595ad2e221c4012bc1a333ac]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:26 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2bd120778f5111b557a663ff824300446efb9ba]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:25 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [42d3c9f75a583962217fe23ee45a723fd9b00f7b]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:58:25 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0e7679183ca0cc26b5efbb20b911d52601d3cdc]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:24 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f2db6053234156402a0cf680c25ca9901e719f1]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:23 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [31570e6b2991dcd6e296d0da9a9e063f5fa739c4]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:01:50 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [03396bd142014123d79052ecf804cb8ec5c06f68]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:01:49 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [32a9bed4b40ac400b4a7fe517f787b919878f164]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:01:48 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [13519afe019fd29448f81c148bbb31676a3059ca]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:01:47 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6455ee70f3f1b9e414e869996c2c15e31f007fca]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:01:46 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [75703b93e4620879ca64922a6d1661f15605632c]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:01:46 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [233d09387b68a030908941a806e39acf2d0feea8]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:01:45 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb4ae78bd8ee33b99696135f32f8ee49c48b53b9]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:01:45 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [74b8ad1fdc5fea14a668e74e76522d49ed5db2de]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:01:44 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [74279f83fc146aec17ee6905cf8c7952c113ffd0]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:01:12 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6d65d67da0365ea70add723c483f3c3e863991b]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:00:47 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [378d29f294bdaf1086d87b94275a0f751d3779ca]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 14:00:31 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e18aa9b5290efbb9ca22b25641ada90b6d488d5e]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:44:29 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [853beb4fcee3bf82f0d286b84e22e4d5e315c313]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:44:11 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6e595a8453c5352eab652982cee35c93684fd89]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:43:52 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [abea5bd107c1628aac08cd0eb0c66e76c7385f37]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:01:43 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [247b93c1fc1367786454d8b96c77cad618aecbc9]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:43:36 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [68a61f04007008dd19eead1826f013c36bef38cc]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 14:01:42 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4404dd74cd5966b0b05517997c7d8063c3c4dca9]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:43:17 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3f16354d6762197c17c2343bd620270db8c1d27]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:01:42 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [21bd18544169e1581921c365cf73bd851d165186]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:43:00 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3815b3d55cc161223ee8245b4d179e11214e754]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:42:44 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2d98d428aad24688bb1ea84bd11a4aba8bbf057]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:01:41 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2788a3dcbf302f1ada24f1d352ab410c499e61ad]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:42:24 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab9f8b234b70479b362bc9d5592cdd663773e764]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:41:41 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [56b67336d65379afebafbfc437d869cd4f872151]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:41:40 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [76098dc637eb35824541728f3a3362794488775f]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:41:39 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ee7bb21e722f7e5b5a649c1b3cae832503ce3b1]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:41:38 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dda1329fc6e1f2419274b9f327358f2c85d2bb1e]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:41:24 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [825b349014e1872021c9c06a6fb6cc25727580cd]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:41:37 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bb8016da14d93dd885e0f73f827e4e66795896d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:41:36 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6823d4e7755a4e3b342355b03e0698175247cf3]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:41:05 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [089557dc77d47df342487b26e1fc2ccb6229a4b4]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 13:41:36 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2747d74bff02d101e261ed7d456ba13851441b9]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:22 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [20b64a8e73aa2bd2989d5135f22c48eec5dd8177]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:21 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5243e628d387d955508f4e664e40312a4ff8f04c]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:20 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [05a77048966a25e0fe856064ae2a3e5a3a420e50]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:19 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b0238aa1670590735b28251f2d69f2851e519a4]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 13:40:18 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb3b012b425169448aa90d1668300a497fb587f1]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:40:18 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dac590e63f3eb6762b121f5a2aebe8c69b128afa]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:40:17 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ef2d4b62cb96c430f466349176ce1dfa96a680d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:40:16 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ce78c34c28a7a6dc3632c67dd85ccce3e01032b]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:40:01 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7eb298ea21a0fa0c27a77b082a73bc511d526ae4]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:40:15 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [86de0577a05acc3d8cba3f3ff7e86a6698d08cb5]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 13:40:15 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c42111dd62cdc00fd109f59fd2550a0ff4320b84]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:40:14 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d6f30ba0eab88555a0b4f543141755d402e6ba4]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:40:13 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f344e84f708d375d86d011fc7ed8d2eb9f719c7]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:58:18 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a25e0dd3815ba3748c6e1b64d629d8709e595b7b]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:35:45 sw 1.1.2.2: #112049# 2003/09/03 13:31:09 sw 1.1.2.1: #112019#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [226e863a38f5ef44802feea0c5f0d9237acbc052]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:35:45 sw 1.1.2.2: #112049# 2003/09/03 13:30:50 sw 1.1.2.1: #112019#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6b534afd2b2652d0ff7e86d36c5275f855d9e18]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:15 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [524ae0d228ee371b2da806d5355bb99b76ee2b99]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:14 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd77e196acc0a8f9aa80ec2e22c21d58444e2b97]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:13 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7caad146a2ff81242671d00fa0ad57ba79a38b0a]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:12 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6b9e1a5d38c8aadc56b36880478866e6d8434f0]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:11 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b295bdb557191808a5826ee8dc3a9f224e5825a4]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:10 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d0ac50e40b5c01587d0c6fefacaff9be9ffae94]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:09 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [36d851a15d9fa16c8bd2f2b6f64af43f254b2f04]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:08 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0742289cc597f447725946a69807d031e124a704]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:07 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed1dd5f3b10c110299c036ce6da39a4919428c69]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:06 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [178773298ea82f634f100bb2af173babe5c0125b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:58:05 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9950b7222cce737216cd8bc0b69dc63c1130879d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:04 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b847892684202043db9ddca3ca5192f587bd803]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:39:14 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b631d945fa516ee5fb379bccd417b4c853207e9]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:39:26 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3cb6b9229ab46bbab8d8a70cd7773d9339ca827]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:38:56 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf3d5b749bb8c23e58dfe9ceec58bbd37511af8e]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:39:25 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfa6cf07449ffc3e0a4b29d00d466f1bcfcf5640]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:38:39 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c30a3bb6a9462e7182bf6b608d078bbbcae99fd]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:38:22 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b96fefc37508149e8457f96b40424c71d6b06dc]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:38:07 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c13f30860d813ba7a844c0d156a756d2197f6daa]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 13:36:30 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f5197ffc5c839141d81641b33bfcd1d14fa64ce]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:29 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6596aa505075995f37b908df71641c5b6fd0d610]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 13:36:29 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [db41b3594cb07721fad691a2943b6aa8634ab96c]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 13:36:28 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [97f1cb2d9171f29177b893793764a87f197c0e4d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:28 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fcdbcbfee19dcb623e284cdec93c0eef5d2def5]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 13:36:27 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a63cdbec4c1004a27955ff3586c2388cb4d7c901]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:27 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d8eb175f2216b8d9d0ce9e6983a9045f052e9d7]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:26 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e37b9366237ca06ed710a0ac757595c1633cca72]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:25 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d3d9a0e02e5b47610d4a38e14da1c31953fdfc5]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:24 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c802e8bd75e29d03596b36ad5894b3588335aec]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:37:28 sw 1.1.2.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f99934ba69ef1545828faaa1e1d6f381a8080eb]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/09/03 13:36:24 sw 1.1.2.2: #112049# 2003/09/03 13:32:39 sw 1.1.2.1: #112019#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d311de35b6a6a325da9c880a2d3b4efb49575c7d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:23 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d25b3a47a9ac630186cb6ec4d72f43b82d721222]

        INTEGRATION: CWS qadev11 (1.2.28); FILE MERGED 2003/09/03 13:36:23 sw 1.2.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d367abc53966a50978078199c57619d1d905e8bc]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:22 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [aec38b319bc59c2894c5e43061ec4599d0ab7a95]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:21 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c12bab803ea4d4fbff152f3fb3fc3e1ef89aa190]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:20 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a2034d6f829e6c62f3d98bedca1ad6ac4f533f0]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:19 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a1b969d664b1f0a82ec671f581a59dfb2f75f18]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:18 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a21c73ec8098f29df0603bdd144048836c31cb38]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:17 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8def80a0160cb448079c6828be742106bf152d4]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:16 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3111ff045d5c807cb85078e8f555fde98c80353]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 13:36:16 sw 1.2.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9c3e80d33a0306c30e0c390b1dd2de414b28ada]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:15 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbcc24187ed22cc58ce86c9c7ac43658193fbf58]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:14 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [931295d4b92e689f8d73ce26e76bfb9f5650bc6d]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:13 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b59fc0a51cde31edccca4394c882ce1176c3d5e2]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:12 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5f0c54e620359412befae9fa8de2fab648437b7]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 13:36:11 sw 1.1.28.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5470ed0f179f3b31e519fff7343e76a3bed5165]

        INTEGRATION: CWS qadev11 (1.2.24); FILE MERGED 2003/09/03 14:58:02 sw 1.2.24.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [424d032d6ef76fecd2647160f7a04c9cbd92d877]

        INTEGRATION: CWS qadev11 (1.13.14); FILE MERGED 2003/09/03 14:58:01 sw 1.13.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ba1924f5babfece097c292ed12a1520ddaac75e]

        INTEGRATION: CWS qadev11 (1.3.16); FILE MERGED 2003/09/03 14:58:01 sw 1.3.16.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [710363a06b05b9775fe38be0d205f467195a6cfc]

        INTEGRATION: CWS qadev11 (1.6.16); FILE MERGED 2003/09/03 14:58:00 sw 1.6.16.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [75943523a34770dc0dad934589037afad93f7829]

        INTEGRATION: CWS qadev11 (1.2.24); FILE MERGED 2003/09/03 14:58:00 sw 1.2.24.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d863bdb3fecfd54df6280d6087f2c7043bef7224]

        INTEGRATION: CWS qadev11 (1.5.24); FILE MERGED 2003/09/03 14:58:00 sw 1.5.24.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [50345e6a53a5097a0d0523862961e70a0caf908a]

        INTEGRATION: CWS qadev11 (1.2.24); FILE MERGED 2003/09/03 14:57:59 sw 1.2.24.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3de79fb518c154fb35f485d17db985f7eb8ebf72]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/09/03 14:57:59 sw 1.3.24.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bdf45cf71d72c524a5fcdf1953090bc135d3546]

        INTEGRATION: CWS qadev11 (1.7.16); FILE MERGED 2003/09/03 14:57:58 sw 1.7.16.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d70a27d6261496938c2f60a98da8b5a51d05ea2]

        INTEGRATION: CWS qadev11 (1.2.24); FILE MERGED 2003/09/03 14:57:58 sw 1.2.24.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce6d2cb97b2ec303c994c44f2cc561f380357977]

        INTEGRATION: CWS qadev11 (1.5.14); FILE MERGED 2003/09/03 15:36:22 sw 1.5.14.1: #112049#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [833b357162142b2c2d3927bb513d30c5b2184670]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 14:46:26 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b6db028b6b4f887a16d75f0773a4158f83c461c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:45:13 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d36c12ca46170e065a3c8139dcdafa67f95f9542]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:45:12 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [37bd8da137dbc6b6257348c4ecd29f184f9af76c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:45:11 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b21c649d1c5524222109fe1c92cf254b72ee03d4]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:45:10 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c628e9472c49406801a34cf7ea1418b15a9d2c36]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:45:09 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [323b44ded7b301a3b6c04884dc769fe9a3ef055d]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:45:08 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0c6375a921708a25ed89cb2f2d8ef9b7ae0e5e3]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:45:07 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [05d5607cc357fc58832b79edc13b6844546a7683]

        INTEGRATION: CWS qadev11 (1.2.2); FILE ADDED 2003/08/28 14:44:43 sw 1.2.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bbf9abbf4328a0173e5b6002302085550be946c]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:45:06 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [00dc889bcafc694ef10663af560c1422ad11ce4f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:45:05 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5280d7d4e87a957afd4390d33317d5fe3940e37b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:45:04 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7459daba178002cbaa714ed30f9cef01c4254812]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:45:04 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3d4650469c2fef5ddfba945979739bf12bda61c]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:45:03 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8883f33152d5bc1a8678cb530590868893b70d4]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:45:02 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c967e2c4a6819288300329fce34e9396ec446eb]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:45:01 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bf1350147c8e76a75b45d80aefc3ab04ca6cefa]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:45:00 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [55c5b15a12ad39b661a80f80f5e1116601eaa646]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:44:59 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [108a1b28d332c4d54ae1bee0c9d0f81c1ea56875]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:44:58 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b3e46ef09bdd7838b68dd755da809e7427c1d44]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:44:57 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [232ec3cf91bcc8fb18b9d5e2b601a0eba45c7a14]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:44:56 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fdb0e797e3c38f6b115807339be6df0e9f88761]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:44:55 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [df2c599e1923a4bed168901e1e3edb4ef76416e3]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:43:33 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [465110bc979a39ffce39a2b1e8d6eb118f614a88]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:43:32 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6a0c3e28ccb2ddc3c3abecb860324124222c6de]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:43:32 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd0e4dcab1ba5cb8caf72dbb705ab186f0c3d795]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:43:31 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c32322d960d11b2dd83e90e9a16ea4c7c5a4788]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:43:31 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [95e3c6104a721a89876119846ce7a4a2fe2d216e]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:43:30 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca0ad959fee83fce7ba7e3da810ec96c7d4f3e84]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:43:29 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffb411dca2e8a924c0e1d8ab552a2e9731000a8a]

        INTEGRATION: CWS qadev11 (1.2.2); FILE ADDED 2003/08/28 14:43:10 sw 1.2.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [346753a3bb0e9d0fd2074e5e94d6de2e1af67c16]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:43:28 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ada2f045f1a519a936a6415073c153295d239ed2]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:43:28 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [09bf2f08963876a3e65039ff66ffbd0e814a87d9]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:43:28 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdcc494878efb0d70a410ebefa8efab8891585a6]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:43:27 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e58a6f4c2eb315b471e9827f72b0a2ae0a79775f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:43:26 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1481a6579dff6943ec72662efb92da13ec023217]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:43:25 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f5e1b9ee5df3e0b8aa66a10832f622612e6e806]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:43:24 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [10899cc946bac885232a74dee772d1bd4410d53b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:42:03 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c34347295203fbfb26903e69da482989cd2c967f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:42:02 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [20ab313d5f923e836ac0ee8eb22e4cf828d50a25]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:42:01 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c76ffd34bcca036100e2b08de0ce3cb62c25aa9f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:42:00 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [965b9d6cd10dc7676a72e2a69ea0ff6e28710551]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 14:41:42 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ca8cfa02f7cd1c898e0d39182d34d0434229b48]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:41:59 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ffb00553d8773f6f2b8560fc8bcb28b369cdabe]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:41:58 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e65c8e36302408d853eac593a4a88c62eccedf6]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:41:57 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [68b5a023046eea0be38cd92f76524830afad15ea]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:40:22 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3be8ffd6168f2d47fa42dae6325b8b2522f1add1]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:40:21 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ad34b9cda01d67bdc8b97394dc5eafa96054c89]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:40:20 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [54acf92218b221c4e845e7e637f3ebae7f9c5d75]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:40:19 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [16d4132d456de47ccc3c2a55d83a332f9e6a4e35]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:40:18 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2a16e8011cba0ae9c12e14342bc4ebb5e620833]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:40:17 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd3d9ea25ceaf7baea2fcf0f058513e1f9def21d]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:39:51 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [312df5e1eb75bb0aeaf0a3a9d603ed85e7351935]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:39:16 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [89bcd759f74daf32e30e5f764fa59581d2f141f7]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/08/28 14:38:32 sw 1.4.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [bcf328cb07b38ad2554a6efdaebacd1330748688]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:38:31 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e253c671acb28494d4ac747f369c8742a5567e4]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:38:30 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6bd0142ac3cb189d7b5f8667a3d0561247fffd5]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:37:49 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [371b784e452707ab1cc90b51c947f9c70f9aea6e]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:37:48 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [90b561ce7a5637a5a8e1b53831df08918678a28b]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:37:47 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [783ab29f469076deff581ec5266a8a67383637d3]

        INTEGRATION: CWS qadev11 (1.4.14); FILE MERGED 2003/08/28 14:37:47 sw 1.4.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [056bdf58d9ba53379068d59e8ce79eb3de0085dc]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:37:46 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e12efc2e7704d44ffecc21dfd87d0f22d1b1409]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:37:45 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [232ea9cbd01c16e0b98c6cba616ef942cd8bce6f]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:37:44 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [901194da9ecf5a7693296979fb6b76397d1b7b60]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:36:51 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [be96119416374d6b15ae45219ab540c547a173c9]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:36:50 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0dedbdf625187e8a0d94a602c53ef8622baf651]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:36:49 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [15ef398859378fd6157e4b6c65f858b1d3123d43]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:36:48 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ba0ac88352db71924a4fe40a1aa6c986e6a3615]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 14:36:19 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a49789781e66214a75aab9a7a7684a105a88cad2]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 14:35:59 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [775a2715cd4d02bdd0b26ade7abc9f18804f2d88]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 14:35:40 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [27b9486d8b655bafe1063d8e64e679c20528356c]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:36:48 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [69bab1295f5fb233443e259b40fb8d40da247fb1]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:36:47 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [624e25f9e1f98f176891a892decf97597462fa51]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:36:47 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [729dbe33c33e301a571579cba4c2af5db853848d]

        INTEGRATION: CWS qadev11 (1.2.16); FILE MERGED 2003/08/28 14:36:47 sw 1.2.16.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a8555bb2b488c8de2a9deb806a8f62cd1de3bce]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:36:46 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d971686241b3578bec9b652d5a1d2622fec31e7]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:36:45 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [9617305ebef7b4f51144ca0ea9c0635d00628e0e]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:25:47 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [15e916528d56af0544d0d1602114557eaf1d8920]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:25:00 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d1f7a028a3e022d60f14ef8224104ab17211cf2]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:24:14 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d55be959059190830e272fcc07e7c656c3427f67]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:23:38 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [3849182647c3ece7a300c287baaa490144251b87]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:23:37 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c2cfc2379f1a4680b672d72e1cccf4ecb41190e]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:23:36 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9bd8d9d101f03687029f26083a8e5a14236dcd8]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:23:35 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d7e8da3e1cf824ea536b7535949e4782b770019]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:23:34 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [adf57ad557afb6067435073fbe68fea4e00ec0bd]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:23:33 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ec27f8ddcb7a41502c4b5dea3420966a0ef317b]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:23:32 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfdf1bba4f81ef0cff00a04ed02678ec31170830]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:23:31 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [31ad3c3d661584a66baad90a4405b67b2601af4b]

        INTEGRATION: CWS qadev11 (1.3.24); FILE MERGED 2003/08/28 14:21:49 sw 1.3.24.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [60c920fb0db97daee8ad00461aef698ab2464ba5]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 14:21:01 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [182aa3c28a2dfca58bea64ee86cc0b6d1080a2b9]

        INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/08/28 14:19:15 sw 1.2.14.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [81a24ef536121e818ae535bbc9a8637890a64646]

        INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/08/28 14:19:14 sw 1.1.28.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e27f1d61da84dff6295e7ae8a7f9d5b16133d9f]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:58:45 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [a540ecec80470404452912f469d340f007035342]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:58:28 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [243dcf3a91255c84c0d47f790760d57169f5e5be]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:58:08 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c9602e30809b770681d48477bb7bd494d1f3484]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:57:50 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ebb2fb52963b88174328b24e182a1e4c2f8ba6c]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:57:32 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c2a94893fab32b417321191033757ecf39bd053]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:57:13 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb96f1f1c3d7eacbbcafbbc8efbc398497651601]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:56:51 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [44dbecb2c70c7c34bed6364062853705aaba5df6]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:56:25 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7a7dd250c345fe67770977ca31fccd1d8bdf494]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:56:04 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [cff1d86799212e4e0d6475287cee473202d65c51]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:55:42 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [05eaca362ed8b45cb6f6db1578b0396752cee224]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:55:20 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b414609499e578cc73fd3ce252022be060365ecf]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:54:58 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2d85d80ee2b3de776992163ea55a1e9abce8b5c]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:54:29 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e83f1d4af7607409adc251a0f02c015bd5e553c3]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:54:08 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc2919a3bb56c54343636f676e30dc5e0aa97bc9]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:53:48 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [e90404f2f81febde1ccd00bd1d4b8e6f062222f5]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:53:25 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4df79f936f73d62b3150bbbe3ecb7ab35f31d1ab]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:52:55 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e407e1d0936f302db69073acb781459af6ef8b9]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:52:35 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [94b3cb4fab3642b6a64e6b7c545831b3b45ba685]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:52:15 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [b419ec756260f7e351cb958b34061f25b1509704]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:51:55 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e5df732ff93a03ff7e09cbeef6031a1b0dc37b1]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:51:35 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [710e7c236ce45922516c14381e96e30afc6651e8]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:51:16 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f75378f41006550e2025288eb07b9f746eb8a66c]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:50:57 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [d182a9652df9c82f497c413351110b30f95bae6f]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:50:32 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [84fc4aec02972d4337137bb1d55980cdf371563b]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:50:08 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [056d20b38395fafa9b9bbc9e738292e9f97d992b]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:49:39 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [de84c829e61170ac85d3aa5e99dd31d35451a496]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:49:11 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6a4ba48bbae82a1a40923dc55530f1cdd56182e]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:48:48 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [c24af55b573e8a45594948ddc0fddc63ac93b44b]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:47:06 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa74a58332a41c6be14904746bf44a53f7e8101e]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:43:10 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba90429973b736bc224a0781618630f641314f98]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:36:54 sw 1.1.2.1: #112003#

2003-09-08  Rüdiger Timm  <rt@openoffice.org>  [1408f211a77fe5772dbec22d506b9bb9c13af59f]

        INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED 2003/08/28 13:37:16 sw 1.1.2.1: #112003#

2003-09-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [499565d74abc291667b1ed1bcef2c02a9bed2254]

        #111955# revoked

2003-09-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [87ac4bad390c58629ae9b78a392d86b5a9a70b94]

        #111955#

2003-09-05  Vladimir Glazounov  <vg@openoffice.org>  [6081897fc95bd03f24493675fdb748fec059746c]

        #100000# fix for --from and more than one parameter without /^-+/

2003-09-05  Oliver Bolte  <obo@openoffice.org>  [e6a77c064a82ab38b8146e902ed44d76c467a346]

        #100000# UNIX not buildable

2003-09-05  Oliver Bolte  <obo@openoffice.org>  [40e8ad41b513c481423e7a31a5ede300256eb23b]

        #100000# brgigetest/cli for windows only

2003-09-05  Oliver Bolte  <obo@openoffice.org>  [4cb8d8167bd4493856ec81d71bb0a95f73d121cd]

        #100000# unresolved externals

2003-09-05  Oliver Bolte  <obo@openoffice.org>  [491be9c9f2cd032072f5cf7300b720131d908e4f]

        #100000# unresolved externals

2003-09-05  Oliver Bolte  <obo@openoffice.org>  [3c7ffee4eb0322e1a155102a7ee9805571a58696]

        #100000# / to $/ changed

2003-09-05  Oliver Bolte  <obo@openoffice.org>  [d6378c9910e52be3f89f297b3ec5a35ff4ee8ad7]

        #100000# build cli_uno for windows only + vc7

2003-09-05  Oliver Bolte  <obo@openoffice.org>  [b42988934aac1e16db9e209828b72b8470d15b0e]

        #100000# build for windows only + vc7

2003-09-04  Kurt Zenker  <kz@openoffice.org>  [7d14b305bd8251a6119d611e03f797a42346217c]

        new version for SRC680

2003-09-04  Kurt Zenker  <kz@openoffice.org>  [b65283453f75f36b40cac7e350e06022e793aa42]

        new version for SRC680

2003-09-04  Kurt Zenker  <kz@openoffice.org>  [16373397bf61a8a1372c8c7479afc4127639991e]

        new version for SRC680

2003-09-04  Kurt Zenker  <kz@openoffice.org>  [54855aa4012633418f9b32927f28d8d5fd0c57d8]

        new version for SRC680

2003-09-04  Kurt Zenker  <kz@openoffice.org>  [5066dae5dda3edff261c37e18a24e7860d065d06]

        new version for SRC680

2003-09-04  Kurt Zenker  <kz@openoffice.org>  [605ae3e3ec12919ecce140589f9aeacfc6e90489]

        new version for SRC680

2003-09-04  Kurt Zenker  <kz@openoffice.org>  [65f60b12ad62403f54bbc1b1b80f9131ac3725f3]

        new version for SRC680

2003-09-04  Tomas O'Connor  <toconnor@openoffice.org>  [d0d3dbc77a78276c87580de29f3d324b16af2994]

        IssueZilla 12906 Add org.openoffice.idesupport classes to ScriptProviderForJava.jar as they are used by XBrowseNode implementations

2003-09-04  Tomas O'Connor  <toconnor@openoffice.org>  [a555cea6dab902e39e3a281e41de4d367628aee3]

        IssueZilla 12906 Add gif files for Script Selector example

2003-09-04  Kurt Zenker  <kz@openoffice.org>  [ab1840967bb8095cb1e59b3dbbfdf14af8bc30ed]

        new version for SRC680

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [68c59ed7bd665b36916db13789dd4dbd48411932]

        SRC680

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [8520943635f63746481e11d71b8c65da5a9f6736]

        #i18972# delete file before moving

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [9323688d77aa12337adf203b997b3f79e757b0cb]

        INTEGRATION: CWS geordi2q04 (1.94.134); FILE MERGED 2003/09/04 07:38:03 rt 1.94.134.1: #111934#: Join CWS geordiregression06.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [76974f040cf6f76ddb372deab5175e045aa5c622]

        INTEGRATION: CWS geordi2q04 (1.45.192); FILE MERGED 2003/09/02 10:38:14 rt 1.45.192.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [40cf5ee506a85b367ac0332d22915bdc40cd5208]

        INTEGRATION: CWS geordi2q04 (1.28.16); FILE MERGED 2003/09/03 12:09:39 rt 1.28.16.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [8923cbf98b57f8ff5759ffe8d0b00128b3e70dfa]

        INTEGRATION: CWS geordi2q04 (1.19.18); FILE MERGED 2003/09/03 12:09:39 rt 1.19.18.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [14c7a17d8c48f698743efd558a692b58d1b85573]

        INTEGRATION: CWS geordi2q04 (1.19.18); FILE MERGED 2003/09/03 12:09:38 rt 1.19.18.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [b540d24daa9243fc3401c299297f47160607642f]

        INTEGRATION: CWS geordi2q04 (1.70.112); FILE MERGED 2003/09/03 12:09:37 rt 1.70.112.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [e408f5e72ddb58560e1f8b873a2f256e92270703]

        INTEGRATION: CWS geordi2q04 (1.6.192); FILE MERGED 2003/09/03 12:09:35 rt 1.6.192.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [dfe6fb86644998061315fcfa7a726af80d34a233]

        INTEGRATION: CWS geordi2q04 (1.10.156); FILE MERGED 2003/09/03 12:09:34 rt 1.10.156.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [5076245b5c0513ed05e2e6295b3b7d20c21267d1]

        INTEGRATION: CWS geordi2q04 (1.37.192); FILE MERGED 2003/09/02 10:38:12 rt 1.37.192.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [cac21da15a9a21d6b18fe7793f6d301841f60e65]

        INTEGRATION: CWS geordi2q04 (1.68.192); FILE MERGED 2003/09/02 10:38:11 rt 1.68.192.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [77814fa86289afd5f9ae4904ab2a65c60bf9becb]

        INTEGRATION: CWS geordi2q04 (1.21.106); FILE MERGED 2003/09/02 10:38:08 rt 1.21.106.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [28c3b69f91b79b977e6fc62958bb5b8a8ab1402b]

        INTEGRATION: CWS geordi2q04 (1.37.192); FILE MERGED 2003/09/02 10:38:07 rt 1.37.192.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [ad9ff08b44d6f64e66198767e5323bab1a5cf77b]

        INTEGRATION: CWS geordi2q04 (1.58.192); FILE MERGED 2003/09/02 10:38:06 rt 1.58.192.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [ebcba93115abbabd4edd2d6129664416f3374dda]

        INTEGRATION: CWS geordi2q04 (1.51.2); FILE MERGED 2003/09/02 10:38:04 rt 1.51.2.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [cef959f8b078ce5fedb4ac5adc5d65b223258680]

        INTEGRATION: CWS geordi2q04 (1.22.106); FILE MERGED 2003/09/02 10:38:03 rt 1.22.106.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [17f2e50b08dc974f234364038362883aed4afeef]

        INTEGRATION: CWS geordi2q04 (1.3.380); FILE MERGED 2003/09/02 10:38:02 rt 1.3.380.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d22ef375b443a5a3ba740db2c143c10521ee27f4]

        INTEGRATION: CWS geordi2q04 (1.2.192); FILE MERGED 2003/09/02 10:38:01 rt 1.2.192.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [3d78272c2a18f12665b8b1637bbc9df1c1fd03be]

        INTEGRATION: CWS geordi2q04 (1.23.192); FILE MERGED 2003/09/03 12:09:32 rt 1.23.192.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [5c94356d32233d0ed95eeec8a2bbd1a05c4e359b]

        INTEGRATION: CWS geordi2q04 (1.14.154); FILE MERGED 2003/09/02 10:38:00 rt 1.14.154.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [01b29d8ec5f91d5126d910759b48ecac425143f2]

        INTEGRATION: CWS geordi2q04 (1.25.142); FILE MERGED 2003/09/02 10:37:58 rt 1.25.142.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2d22ec4f5e28588191b8b381f5c42a885ebcf03a]

        INTEGRATION: CWS geordi2q04 (1.24.186); FILE MERGED 2003/09/03 12:09:31 rt 1.24.186.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [c9bd1febfabed1c48b32d481d34e2143d4994b1d]

        INTEGRATION: CWS geordi2q04 (1.14.142); FILE MERGED 2003/09/02 10:37:58 rt 1.14.142.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [7d1d69b54aa1aee1f60a43da4f436ebc9141cb85]

        INTEGRATION: CWS geordi2q04 (1.28.192); FILE MERGED 2003/09/02 10:37:57 rt 1.28.192.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [71771ac01fe818736ee44b5966c34dd9596fc4f3]

        INTEGRATION: CWS geordi2q04 (1.61.54); FILE MERGED 2003/09/02 09:20:16 rt 1.61.54.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2eae62561ebcda707c4400fd4bbc7bf65248b718]

        INTEGRATION: CWS geordi2q04 (1.16.54); FILE MERGED 2003/09/02 09:20:13 rt 1.16.54.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [70feb2a5032a67d1d8c0674ad28d4b828682bd87]

        INTEGRATION: CWS geordi2q04 (1.24.54); FILE MERGED 2003/09/02 09:20:12 rt 1.24.54.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [049114c99176cfe16fe026de2b399cf1e7e45ea3]

        INTEGRATION: CWS geordi2q04 (1.10.64); FILE MERGED 2003/09/02 09:20:08 rt 1.10.64.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [c8f7dcada497e97d24a5446ed07dffdbcd842a03]

        INTEGRATION: CWS geordi2q04 (1.2.32); FILE MERGED 2003/09/02 07:59:08 rt 1.2.32.1: #111934#: Join CWS geordiregression04.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [3ed7327cd033327e2cba23520b7beb606fa5011a]

        INTEGRATION: CWS geordi2q04 (1.45.228); FILE MERGED 2003/09/02 10:00:52 rt 1.45.228.1: #111934#: Join CWS sw7pp1.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [e86c4a672a70c4c3097f0594177416a9e47291a6]

        INTEGRATION: CWS geordi2q04 (1.37.214); FILE MERGED 2003/09/03 11:59:38 rt 1.37.214.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [220f0e5540a4b838163eb2a5ae226ef70c780dc5]

        INTEGRATION: CWS geordi2q04 (1.19.216); FILE MERGED 2003/09/03 11:59:38 rt 1.19.216.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [b385eaf80b03edb9eb2be32b3015fab5da96ba67]

        INTEGRATION: CWS geordi2q04 (1.24.220); FILE MERGED 2003/09/03 11:59:37 rt 1.24.220.1: #111934#: Join CWS os16.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [23ac0a51d8792757217b289efbd6cdf8f700396b]

        INTEGRATION: CWS cliuno01 (1.32.22); FILE MERGED 2003/08/19 14:32:05 dbo 1.32.22.1: #110159# revised xml input API

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [4a6709a592c38d18fb3c4eb104ddc6ce5ed0f365]

        INTEGRATION: CWS cliuno01 (1.7.62); FILE MERGED 2003/07/16 09:21:13 dbo 1.7.62.1: #107130# Aggregation marked deprecated

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [464152d4c8d287ebad14f0d9a91b0eb2422eea8d]

        INTEGRATION: CWS cliuno01 (1.6.62); FILE MERGED 2003/07/04 15:34:36 jl 1.6.62.4: *** empty log message *** 2003/06/27 09:29:53 jl 1.6.62.3: *** empty log message *** 2003/06/05 09:15:34 dbo 1.6.62.2: #107130# missing module 2003/05/09 08:45:27 jl 1.6.62.1: *** empty log message ***

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [be39980084060dc995aa1241a708336da17acc52]

        INTEGRATION: CWS cliuno01 (1.7.16); FILE MERGED 2003/08/01 13:45:24 dbo 1.7.16.1: deprecated: uses UNO aggregation

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [70f20b6454ed0f04ec7f0efca709d1abd96b7bde]

        INTEGRATION: CWS cliuno01 (1.6.16); FILE MERGED 2003/08/01 13:45:23 dbo 1.6.16.1: deprecated: uses UNO aggregation

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [63b29b855679536c4bc0acc6690ebb2ff91e42aa]

        INTEGRATION: CWS cliuno01 (1.22.22); FILE MERGED 2003/08/12 09:07:56 dbo 1.22.22.2: #i8359# path normalizing 2003/07/22 10:25:16 dbo 1.22.22.1: #i8359# caching bootstrap files

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [8d0e840cc247d7c2e86fddd6b21016dbd6b398d0]

        INTEGRATION: CWS cliuno01 (1.16.24); FILE MERGED 2003/09/01 14:30:06 dbo 1.16.24.2: RESYNC: (1.16-1.17); FILE MERGED 2003/06/05 09:24:57 dbo 1.16.24.1: #107130# adding unacquired()

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [ec2908e4e42d1aaa7489a81f32606966535ef750]

        INTEGRATION: CWS cliuno01 (1.3.134); FILE MERGED 2003/07/29 13:43:34 dbo 1.3.134.1: fixing self assignment

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [823901d287ead32e761b25afcbe88feefbcf81d7]

        INTEGRATION: CWS cliuno01 (1.3.8); FILE MERGED 2003/07/23 10:39:03 dbo 1.3.8.1: fixing example code

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [0de1c4e2a94ab7aa4495763afe6f953f2116bd2c]

        INTEGRATION: CWS cliuno01 (1.6.8); FILE MERGED 2003/07/09 10:31:41 dbo 1.6.8.1: #107130# no catch (...)

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [1872f67e98c8ea195534449f94e8a1106cbb4999]

        INTEGRATION: CWS cliuno01 (1.18.6); FILE MERGED 2003/08/20 12:01:42 dbo 1.18.6.5: #107130# 2003/06/03 12:39:47 dbo 1.18.6.4: RESYNC: (1.18-1.20); FILE MERGED 2003/05/08 12:41:58 dbo 1.18.6.3: #107130# cli_cppuhelper access 2003/05/05 15:27:19 dbo 1.18.6.2: #107130# fixing component loading 2003/04/11 16:59:46 dbo 1.18.6.1: #107130# supporting CLI

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [65f9fb7382582e8c8f2ca6e847a083479c022dea]

        INTEGRATION: CWS cliuno01 (1.20.8); FILE MERGED 2003/08/08 14:10:21 dbo 1.20.8.2: RESYNC: (1.20-1.21); FILE MERGED 2003/07/09 10:31:41 dbo 1.20.8.1: #107130# no catch (...)

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [09eae2cff505640101813c6026ed176c32a7b6bb]

        INTEGRATION: CWS cliuno01 (1.6.46); FILE MERGED 2003/08/14 11:58:34 dbo 1.6.46.1: missing param

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [e8563608ebb01c77cc5023091843867ad22dae40]

        INTEGRATION: CWS cliuno01 (1.25.30); FILE MERGED 2003/09/01 16:51:53 dbo 1.25.30.2: #107130# C++ bool 2003/07/24 15:19:08 dbo 1.25.30.1: - sequence reallocation fix - more code cleanup - test code

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [c6a21f8418e8eff0349c67c68a42d4e4183cca80]

        INTEGRATION: CWS cliuno01 (1.14.2); FILE MERGED 2003/07/25 14:09:51 dbo 1.14.2.3: better name 2003/07/24 15:19:06 dbo 1.14.2.2: - sequence reallocation fix - more code cleanup - test code 2003/07/23 16:39:22 dbo 1.14.2.1: - fixing cppu core sequence routines returning 0 handle upon memory allocation failure - C++ Sequence<> throws ::std::bad_alloc upon memory allocation failure

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [5d2fcc016741e1d56fc62285a3ac4b7582753a48]

        INTEGRATION: CWS cliuno01 (1.12.6); FILE MERGED 2003/07/24 15:19:05 dbo 1.12.6.1: - sequence reallocation fix - more code cleanup - test code

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [144abce8a39eeb875b7e7ac8ddc8c5621700ee21]

        INTEGRATION: CWS cliuno01 (1.10.6); FILE MERGED 2003/07/24 15:19:05 dbo 1.10.6.1: - sequence reallocation fix - more code cleanup - test code

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d65ba312a272b63f23e913d26e3f4d0570ed006d]

        INTEGRATION: CWS cliuno01 (1.23.6); FILE MERGED 2003/07/24 15:19:04 dbo 1.23.6.2: - sequence reallocation fix - more code cleanup - test code 2003/07/23 16:39:22 dbo 1.23.6.1: - fixing cppu core sequence routines returning 0 handle upon memory allocation failure - C++ Sequence<> throws ::std::bad_alloc upon memory allocation failure

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [29f01fe41376ba3ebc80369a0cadd0597778815d]

        INTEGRATION: CWS cliuno01 (1.10.2); FILE MERGED 2003/07/25 14:01:31 dbo 1.10.2.3: opt 2003/07/24 15:19:04 dbo 1.10.2.2: - sequence reallocation fix - more code cleanup - test code 2003/07/23 16:39:21 dbo 1.10.2.1: - fixing cppu core sequence routines returning 0 handle upon memory allocation failure - C++ Sequence<> throws ::std::bad_alloc upon memory allocation failure

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [5d6aef92fe7277017688990e1f052bbbd75dcac4]

        INTEGRATION: CWS cliuno01 (1.9.2); FILE MERGED 2003/07/24 15:19:03 dbo 1.9.2.1: - sequence reallocation fix - more code cleanup - test code

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [5d4586c02b4c75b44865d53c0b304114670dedef]

        INTEGRATION: CWS cliuno01 (1.13.2); FILE MERGED 2003/07/24 15:19:03 dbo 1.13.2.1: - sequence reallocation fix - more code cleanup - test code

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [da419ba1802295edd5074921604d5c216b5c1578]

        INTEGRATION: CWS cliuno01 (1.2.32); FILE MERGED 2003/07/16 13:08:08 dbo 1.2.32.1: #107130# unacquired

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [be8eee92c2a39d07050ded0b42bbb113fe022e4a]

        INTEGRATION: CWS cliuno01 (1.6.48); FILE MERGED 2003/07/24 15:19:02 dbo 1.6.48.2: - sequence reallocation fix - more code cleanup - test code 2003/07/23 16:39:20 dbo 1.6.48.1: - fixing cppu core sequence routines returning 0 handle upon memory allocation failure - C++ Sequence<> throws ::std::bad_alloc upon memory allocation failure

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [da405669bad413405230732b073d980977f05b17]

        INTEGRATION: CWS cliuno01 (1.9.30); FILE MERGED 2003/06/03 13:50:26 dbo 1.9.30.2: RESYNC: (1.9-1.10); FILE MERGED 2003/04/04 09:34:33 dbo 1.9.30.1: #107130# adding UNO_LB_CLI

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [ec8ee84f49aef7c203a442f0391f19cd0602d5ed]

        INTEGRATION: CWS cliuno01 (1.8.30); FILE MERGED 2003/09/01 16:51:52 dbo 1.8.30.1: #107130# C++ bool

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [bce2e64145217c830451a25839910ffa9c77f62b]

        INTEGRATION: CWS cliuno01 (1.9.30); FILE MERGED 2003/09/01 16:51:51 dbo 1.9.30.1: #107130# C++ bool

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [9561d993dec91c9996788f3e6b4edd799d545b28]

        INTEGRATION: CWS cliuno01 (1.14.44); FILE MERGED 2003/09/01 16:51:29 dbo 1.14.44.5: #107130# less code 2003/08/11 10:42:01 dbo 1.14.44.4: using bad_alloc def ctor 2003/08/08 12:43:48 dbo 1.14.44.3: RESYNC: (1.14-1.15); FILE MERGED 2003/07/24 15:19:00 dbo 1.14.44.2: - sequence reallocation fix - more code cleanup - test code 2003/07/23 16:39:19 dbo 1.14.44.1: - fixing cppu core sequence routines returning 0 handle upon memory allocation failure - C++ Sequence<> throws ::std::bad_alloc upon memory allocation failure

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [b67a582a089f3190da73454dc46f047705ec8fe1]

        INTEGRATION: CWS cliuno01 (1.14.44); FILE MERGED 2003/07/24 15:18:59 dbo 1.14.44.2: - sequence reallocation fix - more code cleanup - test code 2003/07/23 16:39:19 dbo 1.14.44.1: - fixing cppu core sequence routines returning 0 handle upon memory allocation failure - C++ Sequence<> throws ::std::bad_alloc upon memory allocation failure

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [1f7a51ac58e736c1962b9fde533b5f7d60754618]

        INTEGRATION: CWS cliuno01 (1.11.30); FILE MERGED 2003/08/08 07:00:43 dbo 1.11.30.1: adding >>=, ==, makeAny() for C++ bool

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [f7b3d2b50444608d4035d172b142be68b4147b65]

        INTEGRATION: CWS cliuno01 (1.8.30); FILE MERGED 2003/08/08 07:00:42 dbo 1.8.30.1: adding >>=, ==, makeAny() for C++ bool

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [43962fb0ad28148cc4083235d0fc0c1fc29e9f53]

        INTEGRATION: CWS cliuno01 (1.15.10); FILE MERGED 2003/06/05 12:24:01 dbo 1.15.10.1: #i14581# avoiding reinterpret_cast<>

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2ef847c52d2489e9594c92519283b739cf539af8]

        INTEGRATION: CWS cliuno01 (1.15.10); FILE MERGED 2003/09/01 14:39:19 dbo 1.15.10.2: RESYNC: (1.15-1.16); FILE MERGED 2003/06/05 12:24:01 dbo 1.15.10.1: #i14581# avoiding reinterpret_cast<>

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [f37abede08ed8d26fe80a28df878d1678900d47a]

        INTEGRATION: CWS cliuno01 (1.7.10); FILE MERGED 2003/09/01 14:39:01 dbo 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2003/06/05 12:24:00 dbo 1.7.10.1: #i14581# avoiding reinterpret_cast<>

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [6aa6c4084def544929267cb2df693210821510c2]

        INTEGRATION: CWS cliuno01 (1.8.10); FILE MERGED 2003/09/01 14:39:12 dbo 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2003/06/05 12:24:00 dbo 1.8.10.1: #i14581# avoiding reinterpret_cast<>

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [88deb0b7e6a530719bdc5e1c13ed547f7b3b96eb]

        INTEGRATION: CWS cliuno01 (1.12.10); FILE MERGED 2003/09/01 14:39:07 dbo 1.12.10.3: RESYNC: (1.12-1.13); FILE MERGED 2003/08/04 08:59:48 dbo 1.12.10.2: #111121# fixed static call of enum.fromInt() 2003/06/05 12:23:59 dbo 1.12.10.1: #i14581# avoiding reinterpret_cast<>

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [41b092b256b7b639d0f9ea744add4bb7d56ef028]

        INTEGRATION: CWS cliuno01 (1.8.10); FILE MERGED 2003/06/05 12:23:59 dbo 1.8.10.1: #i14581# avoiding reinterpret_cast<>

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d18cf9c145510f7cc919280a11a44166649bfaaf]

        INTEGRATION: CWS cliuno01 (1.11.10); FILE MERGED 2003/06/05 12:23:58 dbo 1.11.10.1: #i14581# avoiding reinterpret_cast<>

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [bf5f73dfe7ba020bf042f7c2256068df7a5efac6]

        INTEGRATION: CWS cliuno01 (1.8.10); FILE MERGED 2003/06/05 12:23:58 dbo 1.8.10.1: #i14581# avoiding reinterpret_cast<>

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [afd48af23c9c6ffe8c1f87517bdbfdfeb17b74e7]

        INTEGRATION: CWS cliuno01 (1.20.32); FILE MERGED 2003/05/02 09:41:12 dbo 1.20.32.1: #107130# build and deliver cli_uno bridge

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [650aadb18726e5bb570836fdf1028cddec91df11]

        INTEGRATION: CWS cliuno01 (1.12.4); FILE MERGED 2003/08/08 13:52:28 dbo 1.12.4.2: RESYNC: (1.12-1.14); FILE MERGED 2003/05/02 09:41:10 dbo 1.12.4.1: #107130# build and deliver cli_uno bridge

2003-09-04  Tomas O'Connor  <toconnor@openoffice.org>  [115a2ecfe3c6783a81860ce54806c9abdd9512a1]

        IssueZilla 12906 Add Script Selector Java GUI as example java script

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [6c434faa8101a002eace2719c7e1af9b34b9abb0]

        INTEGRATION: CWS cliuno01 (1.6.32); FILE MERGED 2003/06/13 12:15:05 dbo 1.6.32.1: #110159#

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [a040a7b6f55609d70a7c22ea72c493dbc2c10c03]

        INTEGRATION: CWS cliuno01 (1.16.6); FILE MERGED 2003/06/13 12:15:53 dbo 1.16.6.1: #110159# xml importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [e8d19019fdc17e2e70e0f14d4a10101fa7ace5a4]

        INTEGRATION: CWS cliuno01 (1.4.6); FILE MERGED 2003/08/19 14:35:22 dbo 1.4.6.2: #110159# revised API 2003/06/13 12:14:27 dbo 1.4.6.1: #110159# extracting importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [39db2963111b7c3199218006c70a94254293da88]

        INTEGRATION: CWS cliuno01 (1.3.6); FILE MERGED 2003/08/19 14:35:21 dbo 1.3.6.2: #110159# revised API 2003/06/13 12:14:27 dbo 1.3.6.1: #110159# extracting importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [988a4b7989c22beebc0bf21cf3e5563074c96e83]

        INTEGRATION: CWS cliuno01 (1.6.6); FILE MERGED 2003/08/19 14:35:20 dbo 1.6.6.2: #110159# revised API 2003/06/13 12:14:26 dbo 1.6.6.1: #110159# extracting importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2944c8f9e723953f26728b747790fcc22d8b9874]

        INTEGRATION: CWS cliuno01 (1.4.46); FILE MERGED 2003/08/19 14:35:20 dbo 1.4.46.2: #110159# revised API 2003/06/13 12:14:26 dbo 1.4.46.1: #110159# extracting importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [5531dba707fe8e05cdd0d77350dc4cc0b4872884]

        INTEGRATION: CWS cliuno01 (1.24.6); FILE MERGED 2003/08/19 14:35:18 dbo 1.24.6.2: #110159# revised API 2003/06/13 12:14:25 dbo 1.24.6.1: #110159# extracting importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [12450b5986f6fa5771f495e98542e91fee555e69]

        INTEGRATION: CWS cliuno01 (1.30.36); FILE MERGED 2003/08/19 14:35:17 dbo 1.30.36.2: #110159# revised API 2003/06/13 12:14:24 dbo 1.30.36.1: #110159# extracting importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [05e0283a332d5ae32b8294dff11c2d727f77af64]

        INTEGRATION: CWS cliuno01 (1.20.36); FILE MERGED 2003/08/19 14:35:17 dbo 1.20.36.2: #110159# revised API 2003/06/13 12:14:24 dbo 1.20.36.1: #110159# extracting importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [26034aae3404845dee748f590f969ab0ff249867]

        INTEGRATION: CWS cliuno01 (1.4.6); FILE MERGED 2003/08/19 14:35:15 dbo 1.4.6.3: #110159# revised API 2003/07/08 14:35:46 dbo 1.4.6.2: #110159# trace 2003/06/13 12:14:23 dbo 1.4.6.1: #110159# extracting importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [a18a67f3ac5dcfb0322a03d9adba86f6068923e9]

        INTEGRATION: CWS cliuno01 (1.6.10); FILE MERGED 2003/06/13 12:15:52 dbo 1.6.10.1: #110159# xml importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [e7e380f81a7c507644b5e4775705d5cc049395e9]

        INTEGRATION: CWS cliuno01 (1.1.52); FILE MERGED 2003/08/19 14:36:12 dbo 1.1.52.1: #110159# revised API

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [cb357006598ab408fb0571bb4e0790638448f5b2]

        INTEGRATION: CWS cliuno01 (1.3.52); FILE MERGED 2003/08/19 14:34:42 dbo 1.3.52.1: #110159# revised API

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [eaba48171cf86ab46e630718e547015a4c89a6ab]

        INTEGRATION: CWS cliuno01 (1.7.36); FILE MERGED 2003/08/19 14:34:41 dbo 1.7.36.1: #110159# revised API

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [18cfbd41343da433b3dbcd86e2303dabd775bfa4]

        INTEGRATION: CWS cliuno01 (1.10.48); FILE MERGED 2003/08/19 14:34:42 dbo 1.10.48.1: #110159# revised API

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [609459cb69849040be2928e28f26c0055299b58b]

        INTEGRATION: CWS cliuno01 (1.1.60); FILE MERGED 2003/08/19 14:34:41 dbo 1.1.60.2: #110159# revised API 2003/06/13 12:15:52 dbo 1.1.60.1: #110159# xml importer service

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d1f47bfb6a64ed952431aa5e577aa0415e2e6af3]

        INTEGRATION: CWS cliuno01 (1.27.14); FILE MERGED 2003/08/19 14:28:16 dbo 1.27.14.3: #110159# revised xml input API 2003/08/08 13:52:48 dbo 1.27.14.2: RESYNC: (1.27-1.28); FILE MERGED 2003/06/13 12:27:52 dbo 1.27.14.1: #110159# xml/import

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d759c13d864e7d1f62c8e2b3c54f41e6d054d29b]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/04/11 17:12:17 dbo 1.1.2.1: #107130# new

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2816c5093a7492fb79e29e951369f52b9d1d88fc]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/22 09:32:19 dbo 1.1.2.2: #107130# tests 2003/07/29 14:24:26 jl 1.1.2.1: new makefile for cli components and tests

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [28f3b0412d69e4777028367e9499e86245b2e94c]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/22 09:32:18 dbo 1.1.2.2: #107130# tests 2003/07/29 14:28:02 jl 1.1.2.1: #107130# moved from testtools/source/bridgetest

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [e7b359d1782847972f155276944af23600071f31]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/22 09:32:18 dbo 1.1.2.3: #107130# tests 2003/07/31 15:31:19 jl 1.1.2.2: #107130# improved service and implementation names 2003/07/29 14:23:33 jl 1.1.2.1: #107130#moved from testtools/source/bridgetest/cli_vb_bridgetest_inprocess.vb

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [b8fba37d7f93b055b7d7722fc2040a86b1a6e63b]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/22 09:32:17 dbo 1.1.2.3: #107130# tests 2003/07/31 15:31:18 jl 1.1.2.2: #107130# improved service and implementation names 2003/07/29 14:26:59 jl 1.1.2.1: #107130#moved from testtools/source/bridgetest/cli_testobj_bridge.cs

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [c6c6620ff217f6ed5afe5566775e3acf4f66d17b]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/22 09:32:17 dbo 1.1.2.3: #107130# tests 2003/07/31 15:31:18 jl 1.1.2.2: #107130# improved service and implementation names 2003/07/29 14:26:24 jl 1.1.2.1: #107130#moved from testtools/source/bridgetest/cli_bridgetest.cs

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2805ee70a9636fd47223fd28009c2168f9da9471]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/22 09:32:16 dbo 1.1.2.4: #107130# tests 2003/08/01 06:51:41 jl 1.1.2.3: #107130# changed message which is written when test succeeds 2003/07/31 15:32:06 jl 1.1.2.2: #107130# adapted test because of compiler bug, commented out a lot of code 2003/07/29 14:25:16 jl 1.1.2.1: XMain implementation in managed C++

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [34d48e7a76cdedca281ac7f2e2905e7e9aab3a9a]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/07/29 14:19:50 jl 1.1.2.1: #107130#moved from testtools/source/bridgetest

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [9f76f4531a62daf6849ad19b000037ff7e754d9f]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/22 09:32:16 dbo 1.1.2.3: #107130# tests 2003/08/01 06:49:00 jl 1.1.2.2: #107130# changed implementation and servicenames in calls to createInstanceWith_Context. Added new test with cli_uno.CppBridgeTest component (client test) cli_bridgetest_inprocess.cs 2003/07/29 14:19:49 jl 1.1.2.1: #107130#moved from testtools/source/bridgetest

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [8f81fafa7a74ddfb84ea3fafce54647be53aa114]

        INTEGRATION: CWS cliuno01 (1.9.2.1.16); FILE MERGED 2003/08/01 14:06:36 jl 1.9.2.1.16.11: #107130# java testComponent.jar is registered now 2003/07/29 13:58:30 jl 1.9.2.1.16.10: #107130# moved to testtools/source/bridgetest/cli/cli_cs_bridgetest.cs cli_bridgetest.cs 2003/07/25 15:27:18 jl 1.9.2.1.16.9: #107130# support for visual basic bridge test component in cli_vb_testobj.cs 2003/07/25 10:29:30 jl 1.9.2.1.16.8: #107130# support for visual basic client (XMain impl) in cli_vb_bridgetest_inprocess.vb 2003/07/18 10:02:40 jl 1.9.2.1.16.7: #107130# added uno.exe.config and regcomp.exe.config makefile.mk 2003/07/02 13:08:44 jl 1.9.2.1.16.6: *** empty log message *** 2003/06/05 13:31:27 dbo 1.9.2.1.16.5: #107130# fixing tests 2003/06/03 13:47:08 dbo 1.9.2.1.16.4: RESYNC: (1.9.2.1-1.11); FILE MERGED 2003/05/08 12:55:32 dbo 1.9.2.1.16.3: #107130# cli_udkapi.dll -> cli_types.dll 2003/04/22 16:34:49 dbo 1.9.2.1.16.2: #107130# cli_bridgetest_inprocess executable for convenience 2003/04/11 17:15:20 dbo 1.9.2.1.16.1: #107130# CLI tests

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [87d6502d07aeb3b35719df133c26db706d926f9c]

        INTEGRATION: CWS cliuno01 (1.2.24); FILE MERGED 2003/07/04 06:44:55 jl 1.2.24.3: *** empty log message *** 2003/06/05 13:31:27 dbo 1.2.24.2: #107130# fixing tests 2003/04/11 17:15:20 dbo 1.2.24.1: #107130# CLI tests

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [90dac62fd0a8213c7501b32a65b5b2da747433ff]

        INTEGRATION: CWS cliuno01 (1.5.2.1.16); FILE MERGED 2003/08/22 09:32:14 dbo 1.5.2.1.16.5: #107130# tests 2003/07/04 07:03:04 jl 1.5.2.1.16.4: *** empty log message *** 2003/07/02 13:06:41 jl 1.5.2.1.16.3: *** empty log message *** 2003/06/03 13:47:13 dbo 1.5.2.1.16.2: RESYNC: (1.5.2.1-1.7); FILE MERGED 2003/05/05 15:25:01 dbo 1.5.2.1.16.1: #107130# fixing tests

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [0ba078fe443a9e2360ef2b17e7638698825da5d4]

        INTEGRATION: CWS cliuno01 (1.4.8); FILE MERGED 2003/08/01 14:05:55 jl 1.4.8.2: #107130# 2003/07/29 14:35:16 jl 1.4.8.1: #107130# added soruce\bridgetest\cli directory

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [fa788a552b075d89781b8c6b34af52dc5341c956]

        INTEGRATION: CWS cliuno01 (1.2.24); FILE MERGED 2003/08/01 15:02:05 jl 1.2.24.1: #107130# fixed XBridgeTEst2.setSequencesOut

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [9eff6a52d3424949a1e8a36e035e4d76fef0a589]

        INTEGRATION: CWS cliuno01 (1.57.20); FILE MERGED 2003/08/20 13:37:19 dbo 1.57.20.3: #110159# xml input 2003/08/08 12:47:56 dbo 1.57.20.2: RESYNC: (1.57-1.62); FILE MERGED 2003/06/13 12:26:27 dbo 1.57.20.1: #110159#

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [bfb71e175726b73989fde4488b2155dae0c0f685]

        INTEGRATION: CWS cliuno01 (1.47.52); FILE MERGED 2003/08/20 13:36:48 dbo 1.47.52.3: #110159# xml input 2003/08/08 12:48:12 dbo 1.47.52.2: RESYNC: (1.47-1.49); FILE MERGED 2003/06/13 12:27:03 dbo 1.47.52.1: #110159# xml/import

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [cfe4c938f36414b78faff393935df9789d103591]

        INTEGRATION: CWS cliuno01 (1.42.20); FILE MERGED 2003/08/20 13:36:48 dbo 1.42.20.4: #110159# xml input 2003/08/08 12:48:18 dbo 1.42.20.3: RESYNC: (1.42-1.45); FILE MERGED 2003/06/27 13:02:23 dbo 1.42.20.2: #110159# fixing build.lst 2003/06/13 12:27:03 dbo 1.42.20.1: #110159# xml/import

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [aa44bcc510af2ed1d1568564b7f0f5748582db6d]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/19 14:27:24 dbo 1.1.2.1: #110159# revised API

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [c6188099d489daf9fb228d31a3f8ceac9e8d6c79]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/19 14:27:23 dbo 1.1.2.1: #110159# revised API

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [b458beb6b79029b5bde7a57d1e13ad9ec6415be7]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/19 14:27:21 dbo 1.1.2.1: #110159# revised API

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [b28cb6cac222470e0773d86b157871d449edce07]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/19 14:27:20 dbo 1.1.2.1: #110159# revised API

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [6460b70c8f5bf5c0c3809267a7e56227968d635a]

        INTEGRATION: CWS cliuno01 (1.1.2); FILE ADDED 2003/08/19 14:27:18 dbo 1.1.2.1: #110159# revised API

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [b7d1925a0447003ae5d9eb6406ac745d4ba9bead]

        INTEGRATION: CWS cliuno01 (1.2.54); FILE MERGED 2003/07/08 14:37:08 dbo 1.2.54.1: #110159# fixing exceptions

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [bcb721b82d32e5f40407d3f5f66632b9e6c5f00f]

        INTEGRATION: CWS cliuno01 (1.5.80); FILE MERGED 2003/07/08 14:37:07 dbo 1.5.80.1: #110159# fixing exceptions

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [a57371eed665d7f19092a623d052b948107e5720]

        INTEGRATION: CWS cliuno01 (1.10.16); FILE MERGED 2003/08/08 12:42:31 dbo 1.10.16.2: RESYNC: (1.10-1.11); FILE MERGED 2003/07/30 15:02:27 dbo 1.10.16.1: missing RuntimeException rethrow

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [25e4bac81dcebc92633143e35e71c237703ea15d]

        INTEGRATION: CWS cliuno01 (1.19.52); FILE MERGED 2003/08/08 12:42:58 dbo 1.19.52.2: RESYNC: (1.19-1.20); FILE MERGED 2003/08/01 10:25:44 dbo 1.19.52.1: fix for compiling with msdev7 2003

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [92669119efe9fbfac2eb8e2c893ed1d63b807b91]

        INTEGRATION: CWS cliuno01 (1.5.26); FILE MERGED 2003/07/08 08:15:29 dbo 1.5.26.1: #107130# fixing deps

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [e6e1e19a5c2f9d4b66210945b646c4d66193e839]

        INTEGRATION: CWS cliuno01 (1.6.64); FILE MERGED 2003/08/12 13:49:41 dbo 1.6.64.1: no RegCloseKey() on dead handle

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d2f63f019b36d248e2c3c99b33efc36e0d9f56be]

        INTEGRATION: CWS oj4 (1.50.6); FILE MERGED 2003/06/30 05:48:53 oj 1.50.6.2: #i14648# some adjustments for functions has to be done to the querydesign 2003/06/24 12:40:01 oj 1.50.6.1: #i14220# change rule for sql_nul token

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [0a2e09c9de3caca15e52eac4bbc487047f913c58]

        INTEGRATION: CWS oj4 (1.61.6); FILE MERGED 2003/08/28 11:31:41 oj 1.61.6.5: RESYNC: (1.61-1.62); FILE MERGED 2003/07/08 06:38:00 oj 1.61.6.4: #i13318# new property for the use of table aliases in query statements 2003/07/07 13:50:48 oj 1.61.6.3: #i13318# new property for the use of table aliases in query statements 2003/06/30 05:48:52 oj 1.61.6.2: #i14648# some adjustments for functions has to be done to the querydesign 2003/06/24 12:40:00 oj 1.61.6.1: #i14220# change rule for sql_nul token

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [b7210f814e05a0ea6a23a9033141e9b894b41ed3]

        INTEGRATION: CWS oj4 (1.45.54); FILE MERGED 2003/07/08 06:38:00 oj 1.45.54.3: #i13318# new property for the use of table aliases in query statements 2003/07/07 13:50:47 oj 1.45.54.2: #i13318# new property for the use of table aliases in query statements 2003/07/02 06:23:10 oj 1.45.54.1: #i16273# use catalog of connection for default name

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [0ceb051e5bed50c22254ec07a8f4a7ccfa7ec4f6]

        INTEGRATION: CWS oj4 (1.83.6); FILE MERGED 2003/06/24 09:23:29 oj 1.83.6.1: #108980# remove unused bitmaps

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [182164293fc7da11602e9461fe3fe4d0ddaa30b8]

        INTEGRATION: CWS oj4 (1.20.54); FILE MERGED 2003/07/08 06:37:59 oj 1.20.54.2: #i13318# new property for the use of table aliases in query statements 2003/07/07 13:50:46 oj 1.20.54.1: #i13318# new property for the use of table aliases in query statements

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2f57be9b4e9fe77eb1d053092ed14e748428cf32]

        INTEGRATION: CWS oj4 (1.35.6); FILE MERGED 2003/06/24 10:02:45 oj 1.35.6.1: #110001# release rtl_uString after osl_getEnv call

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d594406eaf852c301bfe420617aa5c20a939e5e2]

        INTEGRATION: CWS oj4 (1.21.28); FILE MERGED 2003/07/08 07:16:41 oj 1.21.28.2: #i16273# check if name is in list 2003/07/02 06:23:09 oj 1.21.28.1: #i16273# use catalog of connection for default name

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [478ef6cd4b5c763e16938b5a79bf53d58ce4e3dc]

        INTEGRATION: CWS oj4 (1.11.100); FILE MERGED 2003/08/28 11:32:19 oj 1.11.100.2: RESYNC: (1.11-1.12); FILE MERGED 2003/06/24 09:23:30 oj 1.11.100.1: #108980# remove unused bitmaps

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2bd19838a0546fa51b664d66ac3a3ef2358eb11b]

        INTEGRATION: CWS oj4 (1.5.100); FILE MERGED 2003/07/07 13:50:46 oj 1.5.100.1: #i13318# new property for the use of table aliases in query statements

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [fa0435d33fc75f4ff2651c5678f2c3141206602b]

        INTEGRATION: CWS oj4 (1.5.100); FILE MERGED 2003/07/07 13:50:45 oj 1.5.100.1: #i13318# new property for the use of table aliases in query statements

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [9c06b8723a1f6127389dfeb3032303595639756b]

        INTEGRATION: CWS oj4 (1.39.128); FILE MERGED 2003/06/24 09:12:32 oj 1.39.128.1: #i15052# set current record to recordcount and not one lesser

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [fb9ca24ce6fbb23f95c9fa739fb3a77a69beb05b]

        INTEGRATION: CWS oj4 (1.34.26); FILE MERGED 2003/08/28 11:23:30 oj 1.34.26.4: RESYNC: (1.34-1.35); FILE MERGED 2003/08/22 13:12:22 oj 1.34.26.3: #i16265# fixes in column types on numeric calcs 2003/07/07 05:46:17 oj 1.34.26.2: #i14220# change rule for sql_nul token 2003/07/01 12:25:50 oj 1.34.26.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [72f7253e03dae18391dd52039aa898a2a2bcc142]

        INTEGRATION: CWS oj4 (1.21.6); FILE MERGED 2003/07/10 07:56:43 oj 1.21.6.3: #i14648# correct octet_length 2003/07/01 12:25:49 oj 1.21.6.2: #i14648# implement numeric and datetime functions as well 2003/06/27 13:39:37 oj 1.21.6.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [17e1d9f46d7957b7ec54943122ddd5fbace19ab8]

        INTEGRATION: CWS oj4 (1.43.40); FILE MERGED 2003/08/25 07:45:17 oj 1.43.40.7: #i14220# rule inserted 2003/08/22 13:12:22 oj 1.43.40.6: #i16265# fixes in column types on numeric calcs 2003/07/10 07:56:43 oj 1.43.40.5: #i14648# correct octet_length 2003/07/02 13:00:46 oj 1.43.40.4: #i14648# check functions arguments 2003/07/01 12:25:48 oj 1.43.40.3: #i14648# implement numeric and datetime functions as well 2003/06/27 13:39:37 oj 1.43.40.2: #i14648# implement string functions for file based drivers 2003/06/24 12:39:22 oj 1.43.40.1: #i14220# change rule for sql_nul token

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [37ff4c052380f879ae13443e3a6fe7879049f895]

        INTEGRATION: CWS oj4 (1.11.80); FILE MERGED 2003/06/27 13:39:36 oj 1.11.80.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [3fd65f43fae08511928729aec8f5c1fbe33b6e00]

        INTEGRATION: CWS oj4 (1.8.86); FILE MERGED 2003/06/27 13:39:34 oj 1.8.86.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [361de588e36a9f3c9ad0a944d2ded86faec70083]

        INTEGRATION: CWS oj4 (1.14.86); FILE MERGED 2003/07/01 12:25:45 oj 1.14.86.2: #i14648# implement numeric and datetime functions as well 2003/06/27 13:39:34 oj 1.14.86.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [0574c1f850f0dd1238e87f2c675a88cffa5075aa]

        INTEGRATION: CWS oj4 (1.9.86); FILE MERGED 2003/06/27 13:39:33 oj 1.9.86.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [b74082d1aaa8288865eefb13deebba54cb5828fb]

        INTEGRATION: CWS oj4 (1.22.86); FILE MERGED 2003/06/27 13:39:33 oj 1.22.86.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [7d8b4f130da1ae51f114b91cd40eaf5123dee5ab]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/01 12:25:44 oj 1.1.2.2: #i14648# implement numeric and datetime functions as well 2003/06/27 13:40:19 oj 1.1.2.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [c054a1c22b646eeb2faf5a905e20d892e02ea1ff]

        INTEGRATION: CWS oj4 (1.18.86); FILE MERGED 2003/06/27 13:38:01 oj 1.18.86.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [14142ab9b09ad8c7e700dd1dba1f6732509fed49]

        INTEGRATION: CWS oj4 (1.30.86); FILE MERGED 2003/06/27 13:38:01 oj 1.30.86.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d29238dcac37549dd9bd98560dcf6b7f4cfd1836]

        INTEGRATION: CWS oj4 (1.14.86); FILE MERGED 2003/06/27 13:38:01 oj 1.14.86.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [c814859b92032d83df3f61b2ff433e83daef4cd6]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/01 12:27:03 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2c6ebc9921ab84e9f41a58e8dcb6c7977dc16fad]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/01 12:26:52 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [cc2fb01fc65835bb15c3d1ef3280e537d428b37d]

        INTEGRATION: CWS oj4 (1.32.40); FILE MERGED 2003/06/27 13:38:00 oj 1.32.40.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [60f637609cd04c456acbb5cb3741803248586b78]

        INTEGRATION: CWS oj4 (1.7.100); FILE MERGED 2003/06/27 13:37:59 oj 1.7.100.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [5180980b671ea3f7dd2f5fc4da37aafa817c8a4c]

        INTEGRATION: CWS oj4 (1.22.14); FILE MERGED 2003/06/24 09:18:15 oj 1.22.14.1: #i15278# correct handling of tiny int

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [ca5495100fa7b13bbb454d00483f46e7c48e82a0]

        INTEGRATION: CWS oj4 (1.14.26); FILE MERGED 2003/07/07 13:51:33 oj 1.14.26.1: #i13318# new property for the use of table aliases in query statements

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [c00e64229769d5ca25979d32e1526fe10286c8a0]

        INTEGRATION: CWS oj4 (1.41.40); FILE MERGED 2003/07/02 13:32:39 oj 1.41.40.2: #i14646# if no column name is given, use default name 2003/06/27 13:37:58 oj 1.41.40.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [c1e72922ee9a0ea5c5bcc5d5d6405e8065ec00f6]

        INTEGRATION: CWS oj4 (1.16.100); FILE MERGED 2003/06/27 13:37:58 oj 1.16.100.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [3d6aa0cbea6cc97e7ff2a068ea194ef4f2ffa671]

        INTEGRATION: CWS oj4 (1.5.80); FILE MERGED 2003/07/02 13:32:40 oj 1.5.80.2: #i14646# if no column name is given, use default name 2003/06/27 13:37:58 oj 1.5.80.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [4d2dbec544e62010354beed87a8c8ccf34a58ac4]

        INTEGRATION: CWS oj4 (1.11.104); FILE MERGED 2003/07/01 12:25:41 oj 1.11.104.2: #i14648# implement numeric and datetime functions as well 2003/06/27 13:37:56 oj 1.11.104.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [64c85a236ef1640d0b1e2d6181a441373e69e730]

        INTEGRATION: CWS oj4 (1.18.40); FILE MERGED 2003/07/02 13:00:43 oj 1.18.40.3: #i14648# check functions arguments 2003/07/01 12:25:40 oj 1.18.40.2: #i14648# implement numeric and datetime functions as well 2003/06/27 13:37:56 oj 1.18.40.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [3aeb0e8486849cefed7c497b3a63bfc2135ae872]

        INTEGRATION: CWS oj4 (1.20.86); FILE MERGED 2003/07/01 12:25:40 oj 1.20.86.2: #i14648# implement numeric and datetime functions as well 2003/06/27 13:37:55 oj 1.20.86.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [fdafb69da528b0b1f9a6c5c6639788d7a48a3430]

        INTEGRATION: CWS oj4 (1.19.40); FILE MERGED 2003/07/01 12:25:39 oj 1.19.40.2: #i14648# implement numeric and datetime functions as well 2003/06/27 13:37:55 oj 1.19.40.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [c1fb5dbaa0ad50765f2c4a9276a1a3d3e419ea1a]

        INTEGRATION: CWS oj4 (1.18.40); FILE MERGED 2003/06/27 13:37:55 oj 1.18.40.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [34d09ec8e502e4cd06a89920b9f2e9d5da0e8820]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/01 12:25:39 oj 1.1.2.2: #i14648# implement numeric and datetime functions as well 2003/06/27 13:40:27 oj 1.1.2.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2407781992403acc79f913eb37d5d50ce104449f]

        INTEGRATION: CWS oj4 (1.29.86); FILE MERGED 2003/06/27 13:37:54 oj 1.29.86.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [de3c85effb040fe6efc343fe68750f4cc134e1fe]

        INTEGRATION: CWS oj4 (1.87.28); FILE MERGED 2003/08/25 08:26:05 oj 1.87.28.3: #i16265# set column for count(*) 2003/07/01 12:25:38 oj 1.87.28.2: #i14648# implement numeric and datetime functions as well 2003/06/27 13:37:54 oj 1.87.28.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [848d6a2b25d6a2b9df676e67669e0ecca86c3774]

        INTEGRATION: CWS oj4 (1.31.86); FILE MERGED 2003/06/27 13:37:53 oj 1.31.86.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [0772946f8c61b5215e84f8f23227c24980cbd90b]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/07 06:09:51 oj 1.1.2.2: linux compile errors 2003/07/01 12:27:25 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [034daa39820e1ef3e94610c420b1968b2021f777]

        INTEGRATION: CWS oj4 (1.6.40); FILE MERGED 2003/06/27 13:37:53 oj 1.6.40.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [5e5fb49ce3eebfa733cb16bb81f4a51eb91b817c]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/01 12:27:14 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [a4f82dccfce8cdaf3d342158ce49661760fe7b24]

        INTEGRATION: CWS oj4 (1.27.80); FILE MERGED 2003/07/01 12:25:38 oj 1.27.80.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [a846b85aae4d8be35b02d9e0bf7e3a3a449166c7]

        INTEGRATION: CWS oj4 (1.2.10); FILE MERGED 2003/07/07 06:51:40 oj 1.2.10.1: linux compile errors

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [b61d719183db252da81eebcca279be2b99345f8c]

        INTEGRATION: CWS oj4 (1.2.10); FILE MERGED 2003/07/07 06:51:39 oj 1.2.10.1: linux compile errors

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [5df16cc0139686cd563802da3a21554f31302c98]

        INTEGRATION: CWS oj4 (1.2.10); FILE MERGED 2003/07/07 06:24:39 oj 1.2.10.1: linux compile errors

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [25494dedbd0ad8203302707bc4639f190da393cd]

        INTEGRATION: CWS oj4 (1.80.18); FILE MERGED 2003/07/02 13:30:37 oj 1.80.18.2: #i16275# correct longvarcahr type 2003/06/27 13:37:52 oj 1.80.18.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [961912a45ec4f8c3f0c327cee81714e58502ae26]

        INTEGRATION: CWS oj4 (1.20.100); FILE MERGED 2003/06/27 13:37:52 oj 1.20.100.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [2fbb8a26ccd91985408e5f46fb690db4fd9cc5a8]

        INTEGRATION: CWS oj4 (1.27.40); FILE MERGED 2003/07/02 13:30:36 oj 1.27.40.1: #i16275# correct longvarcahr type

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [71476bac63090f932ac1bc5671b874f9d689183b]

        INTEGRATION: CWS oj4 (1.20.40); FILE MERGED 2003/06/27 13:37:51 oj 1.20.40.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [8f8c53e0854dd4e3caa7db21ddca6f21e14f79f9]

        INTEGRATION: CWS oj4 (1.10.100); FILE MERGED 2003/06/27 13:37:50 oj 1.10.100.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [1d987a37a698f8372dbd329a5f206c75f8188260]

        INTEGRATION: CWS oj4 (1.8.80); FILE MERGED 2003/08/22 13:12:19 oj 1.8.80.1: #i16265# fixes in column types on numeric calcs

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [03bf01d8d5eedb5ec67d1e854cbf4d6283fb70a2]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/01 12:29:59 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [711398dd4c3a2e1cbe9c7ceffc75bf503aa4d641]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/01 12:29:49 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [ad317667ff420d5d8699f6215b42f76682c53a80]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/10 07:56:44 oj 1.1.2.3: #i14648# correct octet_length 2003/07/02 13:00:38 oj 1.1.2.2: #i14648# check functions arguments 2003/07/01 12:29:21 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [a83daef5f3ef265f2724e6854a98c3442d389c8b]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/10 07:56:44 oj 1.1.2.3: #i14648# correct octet_length 2003/07/02 13:00:38 oj 1.1.2.2: #i14648# check functions arguments 2003/07/01 12:29:30 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [9ac380459673d08f31b4e75c58578b4e8e06a870]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/10 07:56:44 oj 1.1.2.2: #i14648# correct octet_length 2003/07/01 12:29:11 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [e1433f8ded1413ffccf78bdaa5e5fcd2294033fe]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/10 07:56:45 oj 1.1.2.3: #i14648# correct octet_length 2003/07/02 13:00:37 oj 1.1.2.2: #i14648# check functions arguments 2003/07/01 12:29:39 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [ca32f41f5d91fb32fafb21b27e4475bb7182ec8c]

        INTEGRATION: CWS oj4 (1.1.2); FILE ADDED 2003/07/01 12:28:59 oj 1.1.2.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [0532e3c9329e30047d032ce4bdb7dce8f2150ec4]

        INTEGRATION: CWS oj4 (1.13.6); FILE MERGED 2003/08/22 13:12:17 oj 1.13.6.2: #i16265# fixes in column types on numeric calcs 2003/06/27 13:37:49 oj 1.13.6.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [4d5e455b06f6d166bf1f4b27a791a9ad0cdc65ce]

        INTEGRATION: CWS oj4 (1.10.86); FILE MERGED 2003/07/01 12:25:37 oj 1.10.86.1: #i14648# implement numeric and datetime functions as well

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [315bf13554a7a5d41199785db7c45a988e80dfa9]

        INTEGRATION: CWS oj4 (1.6.82); FILE MERGED 2003/06/27 13:37:48 oj 1.6.82.1: #i14648# implement string functions for file based drivers

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [98100e4588df1a86a2cb227ec2942dce0f8be495]

        INTEGRATION: CWS dr7ui (1.33.74); FILE MERGED 2003/08/28 06:59:32 dr 1.33.74.3: RESYNC: (1.33-1.34); FILE MERGED 2003/08/27 13:38:03 dr 1.33.74.2: #i6327# deselect tables with keyboard 2003/08/07 12:33:54 dr 1.33.74.1: #i6330# select multiple tables with keyboard

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [f0509a731f8c6e91e63bc8f2752dac5b17614a0a]

        INTEGRATION: CWS dr7ui (1.4.200); FILE MERGED 2003/08/07 12:33:54 dr 1.4.200.1: #i6330# select multiple tables with keyboard

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [47fd18f9ec6d8311be6ccbaabd6bad6b22a30365]

        INTEGRATION: CWS dr7ui (1.10.50); FILE MERGED 2003/08/07 12:33:18 dr 1.10.50.1: #i6330# select multiple tables with keyboard

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [d11e1f8addbfddac675f1b6a278b0a65bea8aaff]

        INTEGRATION: CWS dr7ui (1.7.206); FILE MERGED 2003/08/07 14:16:42 dr 1.7.206.1: #16060# double click in listbox fires OK event

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [8d478aa5157b7ef1d988b2aa18df57c4dc5f8c0c]

        INTEGRATION: CWS dr7ui (1.9.54); FILE MERGED 2003/08/07 10:08:59 dr 1.9.54.1: #111629# exceptions for XAccessibleTable functions

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [eb205f401365b746531ce0d8ae6bab43190dceee]

        INTEGRATION: CWS dr7ui (1.3.206); FILE MERGED 2003/08/07 08:23:22 dr 1.3.206.1: #109080# set struct page font inside

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [04572b8754a0395720ffdd476cc7acde4e36ddc1]

        INTEGRATION: CWS dr7ui (1.8.206); FILE MERGED 2003/08/07 14:28:13 dr 1.8.206.2: #i16060# double click in listbox fires OK event 2003/08/07 14:17:09 dr 1.8.206.1: #16060# double click in listbox fires OK event

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [ed108a69cd6531139008440c36d4ebe9cb4ab93f]

        INTEGRATION: CWS dr7ui (1.14.54); FILE MERGED 2003/08/07 10:09:23 dr 1.14.54.1: #111629# #111636# exceptions for XAccessibleText/XAccessibleTable functions

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [f0d5901e5d5b4629c9dd81fef98825acb3601d77]

        INTEGRATION: CWS dr7ui (1.24.200); FILE MERGED 2003/08/07 12:32:59 dr 1.24.200.1: #i6330# select multiple tables with keyboard

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [0c08313a03934890c3b94470b8f992d3b6c22eb6]

        INTEGRATION: CWS dr7ui (1.11.200); FILE MERGED 2003/08/07 12:32:59 dr 1.11.200.1: #i6330# select multiple tables with keyboard

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [9c70b43b61f13e28e27f1e917bd9639e839e7ddb]

        INTEGRATION: CWS dr7ui (1.35.200); FILE MERGED 2003/08/28 07:11:54 dr 1.35.200.2: RESYNC: (1.35-1.36); FILE MERGED 2003/08/07 12:32:30 dr 1.35.200.1: #i6330# select multiple tables with keyboard

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [9a6dae80cba5399a080ac88b2bc04800812e12f4]

        INTEGRATION: CWS mt801 (1.23.142); FILE MERGED 2003/08/29 16:02:57 mt 1.23.142.1: #i15191# Some space between text and border

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [0ad3a0183ec7cfb8c80425298dd6685abc8f54be]

        INTEGRATION: CWS mt801 (1.6.152); FILE MERGED 2003/08/29 16:19:56 mt 1.6.152.1: #109543# Remove SMART_UNO_GENERATION code

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [9e387327f5e09ae485dccce1f5aad32b21ef58ba]

        INTEGRATION: CWS mt801 (1.42.44); FILE MERGED 2003/08/29 15:21:35 mt 1.42.44.1: #109385# combo box border

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [227251d649ea64e1cbce9f3f8ccbbff4ecdf6374]

        INTEGRATION: CWS mt801 (1.41.24); FILE MERGED 2003/08/29 12:43:05 mt 1.41.24.1: #80064# #95824# Colored printing, window enable not recursive

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [fa7659104f9bcf1168214c9de6e9b6021155fe1e]

        INTEGRATION: CWS mt801 (1.32.66); FILE MERGED 2003/08/29 13:02:43 mt 1.32.66.1: #110840# createWindow: show only after component is registered to the window

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [8118fe50ace725a4ada1dc57daff341233e3b2f1]

        INTEGRATION: CWS mt801 (1.1.1.1.188); FILE MERGED 2003/08/29 16:19:40 mt 1.1.1.1.188.1: #109543# Remove SMART_UNO_GENERATION code

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [4e6d6aaa779ba0c2c469b1976f1bf65b8ea77eb7]

        INTEGRATION: CWS mt801 (1.4.152); FILE MERGED 2003/08/29 14:35:40 mt 1.4.152.1: #80064# Print button with color...

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [97bebf085c7623fede77d0c8fe76f5b81a908f67]

        INTEGRATION: CWS mt801 (1.12.26); FILE MERGED 2003/08/29 14:53:30 mt 1.12.26.1: #82716# TimeField: Allow input of hours only, without separator or minutes.

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [bda50db851da904e81f09f64d8c59e71a925d6de]

        INTEGRATION: CWS mt801 (1.25.80); FILE MERGED 2003/08/29 15:22:17 mt 1.25.80.1: #109385# SetBorderStyle

2003-09-04  Oliver Bolte  <obo@openoffice.org>  [0b76e106b8054c91a7b7d793d9219f6ee9ae7d2c]

        INTEGRATION: CWS mt801 (1.21.132); FILE MERGED 2003/08/29 14:35:52 mt 1.21.132.1: #80064# Print button with color...

2003-09-04  Noel Power  <npower@openoffice.org>  [d512fd07234f6b022213b510ea6efef4130f4c1a]

        #i12906# add ProviderCache and ActiveMSPList to makefile

2003-09-04  Noel Power  <npower@openoffice.org>  [dfce12f948e312e256757bc6133d54639023ce5d]

        #i12906# Modifications to MasterScriptProvider to implement the XBrowseNode interface, changes to use new classed ProviderCache and ActiveMSPList

2003-09-04  Noel Power  <npower@openoffice.org>  [4b448fb2a2a37a2d7ed3345613a443db022744f7]

        #i12906# New class for browse support, ActiveMSPList is a list of MasterScriptPRoviders i n each contex

2003-09-04  Noel Power  <npower@openoffice.org>  [1ceb10d8d7956f1dc277cf92101c433bea31dec6]

        #i12906# New class for browse support, ActiveMSPList is a list of MasterScriptPRoviders in each context.

2003-09-04  Noel Power  <npower@openoffice.org>  [dee7e22795a614e75466d73a44205e1a544bb920]

        #i12906# New class for browse support, ProviderCache is a cache of Language script providers for a MasterScriptProvider context

2003-09-04  Noel Power  <npower@openoffice.org>  [4a65b2d8ccbc78bc7a4a37f25ff7721deffc25a6]

        #i12906# new file for browse functionality, ProviderCache provdes a cache of language runtimes for a particular MasterScriptProvider context

2003-09-04  Noel Power  <npower@openoffice.org>  [48fc59aa35e8379fd33e246f6c41236c26bccdfb]

        #i12906# adding XScriptProviderAccess to types

2003-09-03  Frank Schönheit  <fs@openoffice.org>  [36ec3f142cac89b6c00e26ab2616588b11cbeb75]

        initial checkin for #i18994# - abstract value binding for form controls

2003-09-03  Rüdiger Timm  <rt@openoffice.org>  [4c047c61c87c321e3e914de9a107e6d8b0697cc5]

        #100000# Settings with just an entry, not an array of values, could not be read.

2003-09-02  Oliver Bolte  <obo@openoffice.org>  [ee2f69d1c728274b6c02b06d4c98ebfc3825aec9]

        #100000# exception switch missing (LINUX) for several files

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [7f255530bf8ee7c5b60e243feb53bef8337c5fea]

        SRC680

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [54f7d5be69ffaf32e865f155746602db6020cb19]

        INTEGRATION: CWS limerickfilterteam08 (1.27.34); FILE MERGED 2003/07/01 14:20:19 cmc 1.27.34.1: #i15545# import escaped tilde

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [485d5279b52f42d2e79b284b57fa2fd9f6681566]

        INTEGRATION: CWS limerickfilterteam08 (1.15.50); FILE MERGED 2003/08/19 11:29:23 cmc 1.15.50.4: #i10381# when we split a attrset into two and remove the properties of the old one that are the same as the base style, lets do the same for the new one 2003/08/18 11:36:33 cmc 1.15.50.3: #i7713# word doesn't use color 0 as the default text color 2003/08/13 15:40:17 cmc 1.15.50.2: #i17503# use font encoding to read font name 2003/08/07 12:12:22 cmc 1.15.50.1: #i12501# disable CB because word doesn't use it so we'll be like them

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [10c31653269128dbd8d030d7c94c785ec745f667]

        INTEGRATION: CWS limerickfilterteam08 (1.18.4); FILE MERGED 2003/08/07 12:12:22 cmc 1.18.4.1: #i12501# disable CB because word doesn't use it so we'll be like them

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [e968ac6824b66627d8129297a232616cdbc78d4e]

        INTEGRATION: CWS limerickfilterteam08 (1.5.112); FILE MERGED 2003/07/14 15:33:41 mmaher 1.5.112.2: #110010# Added a vector to store strings representing references and templates 2003/06/12 09:22:37 cmc 1.5.112.1: #i14356# new guess at parsing VBA_PROJECT

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [386f34a4721f17a76a63cdfb9b154f6f1c97b89a]

        INTEGRATION: CWS limerickfilterteam08 (1.11.90); FILE MERGED 2003/07/14 15:33:41 mmaher 1.11.90.2: #110010# Added a vector to store strings representing references and templates 2003/06/12 09:22:37 cmc 1.11.90.1: #i14356# new guess at parsing VBA_PROJECT

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [208daca3758bb37689a1e7c3d2a15bb4185e9464]

        INTEGRATION: CWS limerickfilterteam08 (1.12.112); FILE MERGED 2003/06/12 09:22:36 cmc 1.12.112.1: #i14356# new guess at parsing VBA_PROJECT

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [70860555ca9f7608b248888f2e33c22ad76acd90]

        INTEGRATION: CWS limerickfilterteam08 (1.78.4); FILE MERGED 2003/08/22 09:15:30 cmc 1.78.4.4: #i6991# undo remove ownerlock so that the future change for #111923# will not conflict 2003/08/20 08:10:25 cmc 1.78.4.3: RESYNC: (1.78-1.79); FILE MERGED 2003/07/16 15:41:31 cmc 1.78.4.2: #i6991# backout part of previous i6991 patch 2003/07/10 13:40:31 cmc 1.78.4.1: #i6991# bad refcount problem

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [2431c7e4c1df36885e04ed4d19e1121883e7b21a]

        INTEGRATION: CWS limerickfilterteam08 (1.24.24); FILE MERGED 2003/08/21 16:15:34 cmc 1.24.24.3: #i12445# fix bad merge 2003/08/21 15:40:21 cmc 1.24.24.2: RESYNC: (1.24-1.25); FILE MERGED 2003/07/08 16:07:46 cmc 1.24.24.1: #i12445# for ww7- export split text into ranges which can be independantly exported as different 8bit formats to retain non 1252 characters on export

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [a4e8c973ce3a6ff8e157c382d19fc6ac56ec54c9]

        INTEGRATION: CWS limerickfilterteam08 (1.59.16); FILE MERGED 2003/08/21 15:49:45 cmc 1.59.16.5: RESYNC: (1.61-1.62); FILE MERGED 2003/07/02 10:21:33 cmc 1.59.16.4: #i14737# make footnotes/endnotes into sprms with start end positions so that we can read the footnote character as real text and determine if the user has actually deleted the footnote character from the footnote itself, otherwise we won't know and will take the first character as the footnote as the footnote character which is just plain wrong 2003/06/30 12:25:59 cmc 1.59.16.3: RESYNC: (1.60-1.61); FILE MERGED 2003/06/11 11:44:39 cmc 1.59.16.2: RESYNC: (1.59-1.60); FILE MERGED 2003/06/05 12:49:52 mmaher 1.59.16.1: #110055 Fix for importing winword forms

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [08edc01cc31610ad9234ddda3993c4ef2eed0688]

        INTEGRATION: CWS limerickfilterteam08 (1.99.24); FILE MERGED 2003/08/21 15:49:34 cmc 1.99.24.3: RESYNC: (1.99-1.100); FILE MERGED 2003/07/16 12:48:50 cmc 1.99.24.2: #110885# Make filter robust against massively corrupt word document 2003/07/02 10:21:32 cmc 1.99.24.1: #i14737# make footnotes/endnotes into sprms with start end positions so that we can read the footnote character as real text and determine if the user has actually deleted the footnote character from the footnote itself, otherwise we won't know and will take the first character as the footnote as the footnote character which is just plain wrong

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [2fd4fb2b8f9ea269c83e81ee9b74c0220eca08ac]

        INTEGRATION: CWS limerickfilterteam08 (1.136.4); FILE MERGED 2003/08/21 15:49:22 cmc 1.136.4.14: RESYNC: (1.140-1.141); FILE MERGED 2003/08/20 08:09:01 cmc 1.136.4.13: RESYNC: (1.139-1.140); FILE MERGED 2003/08/15 14:11:20 cmc 1.136.4.12: #i9270# snap to known page sizes on export as well as import, move snap to single location, clean it up and document 2003/08/08 11:27:46 cmc 1.136.4.11: RESYNC: (1.138-1.139); FILE MERGED 2003/07/24 10:55:53 cmc 1.136.4.10: #110876# frames anchored in headers/footers -> no wrap (its a hack) 2003/07/21 14:17:04 cmc 1.136.4.9: #110851# unused variable 2003/07/17 14:13:18 mmaher 1.136.4.8: #110851# Added support for animated text effects 2003/07/11 08:12:31 cmc 1.136.4.7: #110629# Centralize apo paramaters into one class and use it consistently and imbue it with semantic meaning 2003/07/02 12:15:03 cmc 1.136.4.6: #110175# two pages on one sheet seems to imply mirrored margins. A new value for orientation of 2 seems to imply swapping the left/right margins 2003/07/02 10:21:31 cmc 1.136.4.5: #i14737# make footnotes/endnotes into sprms with start end positions so that we can read the footnote character as real text and determine if the user has actually deleted the footnote character from the footnote itself, otherwise we won't know and will take the first character as the footnote as the footnote character which is just plain wrong 2003/07/01 13:17:30 cmc 1.136.4.4: rework casts to make filter more readable 2003/07/01 12:14:38 cmc 1.136.4.3: Clean GetAttr casting to make it readable 2003/06/30 12:25:35 cmc 1.136.4.2: RESYNC: (1.136-1.138); FILE MERGED 2003/06/25 15:17:12 mmaher 1.136.4.1: #109524# Implemented Page Borders in RTF

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [b340ea8e4783d76543f5feb745cdb2ea72a35d6d]

        INTEGRATION: CWS limerickfilterteam08 (1.67.36); FILE MERGED 2003/08/21 15:49:11 cmc 1.67.36.8: RESYNC: (1.68-1.69); FILE MERGED 2003/08/15 09:48:05 cmc 1.67.36.7: #i15387# handle spaces and greater 40 char len bookmarks which are not acceptable in word :-( 2003/08/07 09:21:33 cmc 1.67.36.6: #i17798# create common code for .doc and .rtf for XE import 2003/07/15 09:48:53 cmc 1.67.36.5: #108795# If more than one outline style for a level, then when building TOC add extra ones in as extra styles 2003/07/01 13:17:29 cmc 1.67.36.4: rework casts to make filter more readable 2003/07/01 12:14:38 cmc 1.67.36.3: Clean GetAttr casting to make it readable 2003/06/30 12:25:26 cmc 1.67.36.2: RESYNC: (1.67-1.68); FILE MERGED 2003/06/25 07:50:36 cmc 1.67.36.1: #i15799# replace 0x0D and 0x0B with 0x0A when inside fields

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [8415c1892107b7295eccd7f92c7638283574a6a2]

        INTEGRATION: CWS limerickfilterteam08 (1.37.66); FILE MERGED 2003/07/16 16:49:21 cmc 1.37.66.4: #i6991# better mechanism to ensure objects are unloaded while being transferred from SdrOle2Obj into SwDoc's Persist 2003/07/10 16:08:34 cmc 1.37.66.3: #i6991# lets be very clear about error handling 2003/07/10 14:58:51 cmc 1.37.66.2: #i6991# transfer ownership away from SdrOle2Obj 2003/07/10 13:46:31 cmc 1.37.66.1: #i6991# Use InsertOLE instead of Insert to be the same as the rest of writer to avoid being special and picking up bugs in edge cases

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [263a1527577fe1582dbaa5ad879ea7b3014095e0]

        INTEGRATION: CWS limerickfilterteam08 (1.44.42); FILE MERGED 2003/08/19 13:56:15 cmc 1.44.42.8: #i9532# better remove outline numbering this way e.g. #i12367# 2003/08/18 10:19:31 cmc 1.44.42.7: #i9532# remove outline numbering as well as normal if word says no numbering 2003/07/09 08:40:25 cmc 1.44.42.6: RESYNC: (1.47-1.49); FILE MERGED 2003/07/01 12:14:37 cmc 1.44.42.5: Clean GetAttr casting to make it readable 2003/06/30 12:25:17 cmc 1.44.42.4: RESYNC: (1.46-1.47); FILE MERGED 2003/06/25 07:50:35 cmc 1.44.42.3: #i15799# replace 0x0D and 0x0B with 0x0A when inside fields 2003/06/11 11:43:44 cmc 1.44.42.2: RESYNC: (1.44-1.46); FILE MERGED 2003/06/05 12:49:52 mmaher 1.44.42.1: #110055 Fix for importing winword forms

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [b0bbaddbd026b8cccbf08ddba29a197ead0a06d6]

        INTEGRATION: CWS limerickfilterteam08 (1.30.36); FILE MERGED 2003/08/21 15:49:01 cmc 1.30.36.2: RESYNC: (1.30-1.31); FILE MERGED 2003/07/15 09:48:52 cmc 1.30.36.1: #108795# If more than one outline style for a level, then when building TOC add extra ones in as extra styles

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [900cb60d81e949fd1c75c24cf0036aea4087e73b]

        INTEGRATION: CWS limerickfilterteam08 (1.85.6); FILE MERGED 2003/08/21 15:48:51 cmc 1.85.6.6: RESYNC: (1.87-1.88); FILE MERGED 2003/08/18 15:01:06 cmc 1.85.6.5: #i9556# set upper levels for ww6/95 numbering and consider such numbering when determing indent 2003/07/22 12:33:22 mmaher 1.85.6.4: #109830# Fix for rows in right aligned tables not being aligned correctly 2003/07/11 08:12:31 cmc 1.85.6.3: #110629# Centralize apo paramaters into one class and use it consistently and imbue it with semantic meaning 2003/07/09 08:40:15 cmc 1.85.6.2: RESYNC: (1.85-1.87); FILE MERGED 2003/07/02 10:21:30 cmc 1.85.6.1: #i14737# make footnotes/endnotes into sprms with start end positions so that we can read the footnote character as real text and determine if the user has actually deleted the footnote character from the footnote itself, otherwise we won't know and will take the first character as the footnote as the footnote character which is just plain wrong

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [e6851edbfd09607007215dc07cce3e5dd6416fc5]

        INTEGRATION: CWS limerickfilterteam08 (1.110.16); FILE MERGED 2003/08/21 15:48:42 cmc 1.110.16.17: RESYNC: (1.116-1.117); FILE MERGED 2003/08/20 08:08:51 cmc 1.110.16.16: RESYNC: (1.115-1.116); FILE MERGED 2003/08/18 15:01:05 cmc 1.110.16.15: #i9556# set upper levels for ww6/95 numbering and consider such numbering when determing indent 2003/08/15 09:48:05 cmc 1.110.16.14: #i15387# handle spaces and greater 40 char len bookmarks which are not acceptable in word :-( 2003/07/17 14:13:17 mmaher 1.110.16.13: #110851# Added support for animated text effects 2003/07/16 16:49:20 cmc 1.110.16.12: #i6991# better mechanism to ensure objects are unloaded while being transferred from SdrOle2Obj into SwDoc's Persist 2003/07/15 09:48:52 cmc 1.110.16.11: #108795# If more than one outline style for a level, then when building TOC add extra ones in as extra styles 2003/07/11 08:12:30 cmc 1.110.16.10: #110629# Centralize apo paramaters into one class and use it consistently and imbue it with semantic meaning 2003/07/10 13:46:30 cmc 1.110.16.9: #i6991# Use InsertOLE instead of Insert to be the same as the rest of writer to avoid being special and picking up bugs in edge cases 2003/07/09 08:40:05 cmc 1.110.16.8: RESYNC: (1.113-1.115); FILE MERGED 2003/07/02 10:21:30 cmc 1.110.16.7: #i14737# make footnotes/endnotes into sprms with start end positions so that we can read the footnote character as real text and determine if the user has actually deleted the footnote character from the footnote itself, otherwise we won't know and will take the first character as the footnote as the footnote character which is just plain wrong 2003/06/30 12:25:08 cmc 1.110.16.6: RESYNC: (1.112-1.113); FILE MERGED 2003/06/24 14:49:21 cmc 1.110.16.5: #108817# column breaks in single column pages acts like a page break in word 2003/06/24 14:21:53 cmc 1.110.16.4: #110425# set layering and consider the special case of the form layer for form controls 2003/06/13 12:57:25 cmc 1.110.16.3: #109947# ver7 requires original grph 2003/06/11 11:43:04 cmc 1.110.16.2: RESYNC: (1.110-1.112); FILE MERGED 2003/05/19 13:49:45 mmaher 1.110.16.1: i9245 - Fix for text boxes which somehow end up positioned outside the defualt ranges

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [af321517c07bd5b4fcd02aa01d017422c284dd89]

        INTEGRATION: CWS limerickfilterteam08 (1.107.42); FILE MERGED 2003/08/21 15:48:33 cmc 1.107.42.21: RESYNC: (1.115-1.116); FILE MERGED 2003/08/20 08:08:43 cmc 1.107.42.20: RESYNC: (1.114-1.115); FILE MERGED 2003/08/18 16:38:53 cmc 1.107.42.19: #i9666# Do the best possible with embedded tables in tables 2003/08/18 15:01:04 cmc 1.107.42.18: #i9556# set upper levels for ww6/95 numbering and consider such numbering when determing indent 2003/08/15 14:11:20 cmc 1.107.42.17: #i9270# snap to known page sizes on export as well as import, move snap to single location, clean it up and document 2003/08/13 14:42:26 cmc 1.107.42.16: #110379# consider fields as well as graphics 2003/08/08 11:27:29 cmc 1.107.42.15: RESYNC: (1.113-1.114); FILE MERGED 2003/07/23 08:36:31 cmc 1.107.42.14: distinguish reasons for limited types 2003/07/16 16:49:20 cmc 1.107.42.13: #i6991# better mechanism to ensure objects are unloaded while being transferred from SdrOle2Obj into SwDoc's Persist 2003/07/16 12:48:49 cmc 1.107.42.12: #110885# Make filter robust against massively corrupt word document 2003/07/15 09:48:51 cmc 1.107.42.11: #108795# If more than one outline style for a level, then when building TOC add extra ones in as extra styles 2003/07/11 08:12:29 cmc 1.107.42.10: #110629# Centralize apo paramaters into one class and use it consistently and imbue it with semantic meaning 2003/07/09 08:39:56 cmc 1.107.42.9: RESYNC: (1.111-1.113); FILE MERGED 2003/07/02 12:15:02 cmc 1.107.42.8: #110175# two pages on one sheet seems to imply mirrored margins. A new value for orientation of 2 seems to imply swapping the left/right margins 2003/07/02 10:21:29 cmc 1.107.42.7: #i14737# make footnotes/endnotes into sprms with start end positions so that we can read the footnote character as real text and determine if the user has actually deleted the footnote character from the footnote itself, otherwise we won't know and will take the first character as the footnote as the footnote character which is just plain wrong 2003/06/30 12:24:59 cmc 1.107.42.6: RESYNC: (1.110-1.111); FILE MERGED 2003/06/24 14:49:20 cmc 1.107.42.5: #108817# column breaks in single column pages acts like a page break in word 2003/06/24 14:21:53 cmc 1.107.42.4: #110425# set layering and consider the special case of the form layer for form controls 2003/06/13 12:57:24 cmc 1.107.42.3: #109947# ver7 requires original grph 2003/06/11 11:42:56 cmc 1.107.42.2: RESYNC: (1.107-1.110); FILE MERGED 2003/06/05 12:49:51 mmaher 1.107.42.1: #110055 Fix for importing winword forms

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [ff9febced389f194db65ecf6855018e00eec860d]

        INTEGRATION: CWS limerickfilterteam08 (1.48.36); FILE MERGED 2003/08/21 15:48:24 cmc 1.48.36.4: RESYNC: (1.48-1.49); FILE MERGED 2003/08/15 09:48:05 cmc 1.48.36.3: #i15387# handle spaces and greater 40 char len bookmarks which are not acceptable in word :-( 2003/08/06 09:00:43 cmc 1.48.36.2: #i17200# special 100 <hr> line trick in word 2003/06/24 14:21:52 cmc 1.48.36.1: #110425# set layering and consider the special case of the form layer for form controls

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [cb29c4ab23adc6c614a6b58ca45ceb24c952c43f]

        INTEGRATION: CWS limerickfilterteam08 (1.12.66); FILE MERGED 2003/07/01 12:14:37 cmc 1.12.66.3: Clean GetAttr casting to make it readable 2003/07/01 08:39:58 cmc 1.12.66.2: rename to avoid collision 2003/06/24 14:21:52 cmc 1.12.66.1: #110425# set layering and consider the special case of the form layer for form controls

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [c086532e5fe4fc73e7b6336dba47d2e8b3befacf]

        INTEGRATION: CWS limerickfilterteam08 (1.94.42); FILE MERGED 2003/08/21 15:48:15 cmc 1.94.42.12: RESYNC: (1.103-1.104); FILE MERGED 2003/08/19 09:30:48 cmc 1.94.42.11: #111875# improve one of the import options for object location 2003/08/18 10:32:31 cmc 1.94.42.10: #111855# can anchor relative to margin of paragraph when anchored to character 2003/08/15 09:48:04 cmc 1.94.42.9: #i15387# handle spaces and greater 40 char len bookmarks which are not acceptable in word :-( 2003/08/08 11:27:18 cmc 1.94.42.8: RESYNC: (1.101-1.103); FILE MERGED 2003/07/22 15:59:21 cmc 1.94.42.7: #i15713# Set desired final size for imported word6/95 textboxes 2003/07/16 16:49:19 cmc 1.94.42.6: #i6991# better mechanism to ensure objects are unloaded while being transferred from SdrOle2Obj into SwDoc's Persist 2003/07/09 08:39:47 cmc 1.94.42.5: RESYNC: (1.99-1.101); FILE MERGED 2003/06/30 12:24:49 cmc 1.94.42.4: RESYNC: (1.97-1.99); FILE MERGED 2003/06/24 14:21:52 cmc 1.94.42.3: #110425# set layering and consider the special case of the form layer for form controls 2003/06/11 11:42:31 cmc 1.94.42.2: RESYNC: (1.94-1.97); FILE MERGED 2003/05/19 13:49:44 mmaher 1.94.42.1: i9245 - Fix for text boxes which somehow end up positioned outside the defualt ranges

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [5e6291c73e69d4a4a8b913215e41be3b7074bdb3]

        INTEGRATION: CWS limerickfilterteam08 (1.14.32); FILE MERGED 2003/07/04 13:24:12 mmaher 1.14.32.1: #i12225# Changed autotext import so that Word names get mapped to names AND shortcuts in StarWriter

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [4d5c193b2fd38c6cab049fcb97189462fff0fddb]

        INTEGRATION: CWS limerickfilterteam08 (1.64.6); FILE MERGED 2003/08/21 15:48:05 cmc 1.64.6.11: RESYNC: (1.65-1.66); FILE MERGED 2003/08/15 14:11:19 cmc 1.64.6.10: #i9270# snap to known page sizes on export as well as import, move snap to single location, clean it up and document 2003/08/14 15:30:25 cmc 1.64.6.9: #i17056# word doesn't have title case character property, work around as hard uppercased text 2003/07/21 15:50:13 cmc 1.64.6.8: use new HasItem where its equivalent to more obscure GetItemState and cast 2003/07/21 14:09:12 cmc 1.64.6.7: #i14912# remove tabs that are set in a style correctly taking into account both style and current paragraph indent 2003/07/17 14:13:17 mmaher 1.64.6.6: #110851# Added support for animated text effects 2003/07/09 08:39:38 cmc 1.64.6.5: RESYNC: (1.64-1.65); FILE MERGED 2003/07/01 13:17:29 cmc 1.64.6.4: rework casts to make filter more readable 2003/07/01 12:14:36 cmc 1.64.6.3: Clean GetAttr casting to make it readable 2003/06/25 15:17:11 mmaher 1.64.6.2: #109524# Implemented Page Borders in RTF 2003/06/24 16:24:56 cmc 1.64.6.1: #108854# rework column break export to check current no of columns and if column break before tries to clobber opening section mark

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [c4f8b9a5c4d56d930f4c95d1bd46a3bb009fdb01]

        INTEGRATION: CWS limerickfilterteam08 (1.30.32); FILE MERGED 2003/07/21 15:50:13 cmc 1.30.32.2: use new HasItem where its equivalent to more obscure GetItemState and cast 2003/07/10 13:46:30 cmc 1.30.32.1: #i6991# Use InsertOLE instead of Insert to be the same as the rest of writer to avoid being special and picking up bugs in edge cases

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [1c52212fa7584c8a1d9ae84b333105ee64207042]

        INTEGRATION: CWS limerickfilterteam08 (1.47.6); FILE MERGED 2003/08/21 15:47:57 cmc 1.47.6.5: RESYNC: (1.49-1.50); FILE MERGED 2003/08/15 09:48:04 cmc 1.47.6.4: #i15387# handle spaces and greater 40 char len bookmarks which are not acceptable in word :-( 2003/08/14 15:30:25 cmc 1.47.6.3: #i17056# word doesn't have title case character property, work around as hard uppercased text 2003/07/09 08:39:30 cmc 1.47.6.2: RESYNC: (1.47-1.49); FILE MERGED 2003/06/24 16:24:56 cmc 1.47.6.1: #108854# rework column break export to check current no of columns and if column break before tries to clobber opening section mark

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [5b255bdfc3d4a465e880cb18c844c5115f56386a]

        INTEGRATION: CWS limerickfilterteam08 (1.53.66); FILE MERGED 2003/08/15 14:11:19 cmc 1.53.66.8: #i9270# snap to known page sizes on export as well as import, move snap to single location, clean it up and document 2003/08/15 09:48:03 cmc 1.53.66.7: #i15387# handle spaces and greater 40 char len bookmarks which are not acceptable in word :-( 2003/08/14 15:30:24 cmc 1.53.66.6: #i17056# word doesn't have title case character property, work around as hard uppercased text 2003/08/11 13:03:46 cmc 1.53.66.5: #110055# disable form protection on export until some things are clarified 2003/08/11 08:37:46 cmc 1.53.66.4: #110055# wrong way around 2003/07/01 13:17:28 cmc 1.53.66.3: rework casts to make filter more readable 2003/06/11 11:41:50 cmc 1.53.66.2: RESYNC: (1.53-1.55); FILE MERGED 2003/06/05 12:49:51 mmaher 1.53.66.1: #110055 Fix for importing winword forms

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [c146925b61304e00224a8642f56034bb4b992151]

        INTEGRATION: CWS limerickfilterteam08 (1.24.36); FILE MERGED 2003/07/17 10:34:32 cmc 1.24.36.5: #i4320# Only make title pages out of first/follow page styles if it is a plausable word title page, e.g. has same number of columns. Otherwise we'll pray that the user uses a manual page break to move to the next page descriptor in which case we'll be able to resync and noone will be the wiser 2003/07/08 16:06:21 cmc 1.24.36.4: #i12445# for ww7- export split text into ranges which can be independantly exported as different 8bit formats to retain non 1252 characters on export 2003/07/01 12:14:36 cmc 1.24.36.3: Clean GetAttr casting to make it readable 2003/06/30 12:24:41 cmc 1.24.36.2: RESYNC: (1.24-1.25); FILE MERGED 2003/06/24 16:24:56 cmc 1.24.36.1: #108854# rework column break export to check current no of columns and if column break before tries to clobber opening section mark

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [520010c28b405097cbc05a844f40d17af8650f96]

        INTEGRATION: CWS limerickfilterteam08 (1.21.42); FILE MERGED 2003/07/16 09:20:11 cmc 1.21.42.2: #110867# export symbols anded with 0xF000 2003/07/01 12:14:35 cmc 1.21.42.1: Clean GetAttr casting to make it readable

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [1fbd4001994e78040fa94ba06979b36d90dd6846]

        INTEGRATION: CWS limerickfilterteam08 (1.51.4); FILE MERGED 2003/08/15 14:58:37 cmc 1.51.4.10: #i9270# Get the real page description in use when adding a section to the segment exporter, we get better fidelity in word when we do this 2003/08/15 14:11:18 cmc 1.51.4.9: #i9270# snap to known page sizes on export as well as import, move snap to single location, clean it up and document 2003/08/15 09:48:03 cmc 1.51.4.8: #i15387# handle spaces and greater 40 char len bookmarks which are not acceptable in word :-( 2003/08/14 15:30:24 cmc 1.51.4.7: #i17056# word doesn't have title case character property, work around as hard uppercased text 2003/07/09 08:39:23 cmc 1.51.4.6: RESYNC: (1.52-1.53); FILE MERGED 2003/07/08 16:06:21 cmc 1.51.4.5: #i12445# for ww7- export split text into ranges which can be independantly exported as different 8bit formats to retain non 1252 characters on export 2003/07/01 13:17:27 cmc 1.51.4.4: rework casts to make filter more readable 2003/07/01 12:14:35 cmc 1.51.4.3: Clean GetAttr casting to make it readable 2003/06/30 12:24:32 cmc 1.51.4.2: RESYNC: (1.51-1.52); FILE MERGED 2003/06/24 16:24:55 cmc 1.51.4.1: #108854# rework column break export to check current no of columns and if column break before tries to clobber opening section mark

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [b206ef6310d67157ca51fe28599fdd1ee659f5f7]

        INTEGRATION: CWS limerickfilterteam08 (1.61.24); FILE MERGED 2003/08/21 15:47:48 cmc 1.61.24.4: RESYNC: (1.63-1.64); FILE MERGED 2003/07/18 10:20:29 cmc 1.61.24.3: #i10304# for some odd reason we have always exported ESCHER_FillPicture when exporting a picture, but this means fill the background with a pattern, strange 2003/07/09 08:39:15 cmc 1.61.24.2: RESYNC: (1.61-1.63); FILE MERGED 2003/07/01 13:17:27 cmc 1.61.24.1: rework casts to make filter more readable

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [b6289c7c0eae4aeedda41c05d461c2354098967a]

        INTEGRATION: CWS limerickfilterteam08 (1.1.2); FILE ADDED 2003/08/15 14:08:04 cmc 1.1.2.1: #i9270# Move type related stuff into one file

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [9ce076f49624281ee4e9a0a35db1dff9e23f8de0]

        INTEGRATION: CWS limerickfilterteam08 (1.1.2); FILE ADDED 2003/08/15 16:18:28 cmc 1.1.2.2: #i9270# missing functional include 2003/08/15 16:07:50 cmc 1.1.2.1: #i9270# move type related stuff into one file

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [8436af55d72af1669a6647a989fcee2e136be598]

        INTEGRATION: CWS limerickfilterteam08 (1.1.2); FILE ADDED 2003/08/15 14:11:18 cmc 1.1.2.12: #i9270# snap to known page sizes on export as well as import, move snap to single location, clean it up and document 2003/08/14 15:30:23 cmc 1.1.2.11: #i17056# word doesn't have title case character property, work around as hard uppercased text 2003/07/23 08:36:32 cmc 1.1.2.10: distinguish reasons for limited types 2003/07/21 15:50:13 cmc 1.1.2.9: use new HasItem where its equivalent to more obscure GetItemState and cast 2003/07/21 14:16:10 cmc 1.1.2.8: #i14912# remove tabs that are set in a style correctly taking into account both style and current paragraph indent 2003/07/21 11:57:50 cmc 1.1.2.7: Actually document somethings (gasp!, some members of the audience faint) 2003/07/16 16:49:19 cmc 1.1.2.6: #i6991# better mechanism to ensure objects are unloaded while being transferred from SdrOle2Obj into SwDoc's Persist 2003/07/15 09:48:51 cmc 1.1.2.5: #108795# If more than one outline style for a level, then when building TOC add extra ones in as extra styles 2003/07/08 16:06:21 cmc 1.1.2.4: #i12445# for ww7- export split text into ranges which can be independantly exported as different 8bit formats to retain non 1252 characters on export 2003/07/01 13:17:26 cmc 1.1.2.3: rework casts to make filter more readable 2003/07/01 12:14:34 cmc 1.1.2.2: Clean GetAttr casting to make it readable 2003/07/01 08:38:30 cmc 1.1.2.1: rename to avoid name collision

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [e8cb294563ed4b1b0bd0340765add8b4d48a3b6f]

        INTEGRATION: CWS limerickfilterteam08 (1.1.2); FILE ADDED 2003/08/14 15:30:22 cmc 1.1.2.5: #i17056# word doesn't have title case character property, work around as hard uppercased text 2003/07/16 16:49:18 cmc 1.1.2.4: #i6991# better mechanism to ensure objects are unloaded while being transferred from SdrOle2Obj into SwDoc's Persist 2003/07/15 09:48:50 cmc 1.1.2.3: #108795# If more than one outline style for a level, then when building TOC add extra ones in as extra styles 2003/07/01 12:14:33 cmc 1.1.2.2: Clean GetAttr casting to make it readable 2003/07/01 08:38:29 cmc 1.1.2.1: rename to avoid name collision

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [8afafc647a56f7724bfade048a2d9b340e75feba]

        INTEGRATION: CWS limerickfilterteam08 (1.1.2); FILE ADDED 2003/06/24 14:21:50 cmc 1.1.2.1: #110425# set layering and consider the special case of the form layer for form controls

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [b2dae0dadb138df54e1c423bd893be0ca5e214e9]

        INTEGRATION: CWS limerickfilterteam08 (1.1.2); FILE ADDED 2003/06/24 14:21:49 cmc 1.1.2.1: #110425# set layering and consider the special case of the form layer for form controls

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [f100a0cfb3819683cdcbcaaedd88638ac2cf0725]

        INTEGRATION: CWS limerickfilterteam08 (1.1.2); FILE ADDED 2003/07/23 08:33:19 cmc 1.1.2.1: Cunning static assert macro/template combo

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [da1164cf41bf2dbc1190550fd7be138be9f15a23]

        INTEGRATION: CWS limerickfilterteam08 (1.1.2); FILE ADDED 2003/07/23 08:34:27 cmc 1.1.2.1: Cunning template for detection of unneeded casts

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [6de9bf76ac61afdd2b20d816140c67ba4d3c8125]

        INTEGRATION: CWS limerickfilterteam08 (1.8.32); FILE MERGED 2003/08/20 08:08:08 cmc 1.8.32.5: RESYNC: (1.9-1.10); FILE MERGED 2003/08/15 14:11:18 cmc 1.8.32.4: #i9270# snap to known page sizes on export as well as import, move snap to single location, clean it up and document 2003/07/01 08:39:57 cmc 1.8.32.3: rename to avoid collision 2003/06/30 12:24:08 cmc 1.8.32.2: RESYNC: (1.8-1.9); FILE MERGED 2003/06/24 14:21:48 cmc 1.8.32.1: #110425# set layering and consider the special case of the form layer for form controls

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [a150ae2dfd05206a5967b2602a948447cff88613]

        INTEGRATION: CWS limerickfilterteam08 (1.5.208); FILE MERGED 2003/07/17 09:35:36 cmc 1.5.208.2: #i13486# #i12120# the default destination encoding was MS1252, any characters in that range were exported untransformed but also the charset is exported for the font, this is the only information at the other end to determine the char encoding. Either we export everything as unicode (what happens when the source char doesn't fit in the range anyway), or pass the current charset to OutChar, or use ASCII as the default. Getting the current charset depending on what the font says it is error prone and not guarantred to be correct, and on the other hand advanced rtf users will be annoyed if everything is output as unicode, so using ASCII as the range to not transform the characters to unicode is the best solution 2003/06/25 15:17:10 mmaher 1.5.208.1: #109524# Implemented Page Borders in RTF

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [20a53cb9e9c7b797c091fe6ac6a34dfb28c61304]

        INTEGRATION: CWS limerickfilterteam08 (1.16.32); FILE MERGED 2003/06/25 15:17:10 mmaher 1.16.32.3: #109524# Implemented Page Borders in RTF 2003/06/04 10:10:14 mmaher 1.16.32.2: #109528, i7829 Fixed bookmarks which span text and bookmark references 2003/05/19 13:44:23 mmaher 1.16.32.1: i13107 - fix for adding titlepg and facinp to the appropriate headers

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [77c1380c42a2d54fbf2a0b6cbe827c0eeccd0263]

        INTEGRATION: CWS limerickfilterteam08 (1.9.14); FILE MERGED 2003/08/13 15:51:09 cmc 1.9.14.5: #i17503# lookup standard names to map to standard styles 2003/06/25 15:17:09 mmaher 1.9.14.4: #109524# Implemented Page Borders in RTF 2003/06/11 11:45:54 cmc 1.9.14.3: RESYNC: (1.9-1.10); FILE MERGED 2003/05/23 15:27:41 mmaher 1.9.14.2: #109528, #109526 Added suport for bookmarks to rtf import 2003/05/19 13:46:21 mmaher 1.9.14.1: i9245 - The equivalent fix already added to the ww filter for text boxes outside the default position ranges

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [6533f1a54ab6851043fb8ad0c7d3f62a4668b075]

        INTEGRATION: CWS limerickfilterteam08 (1.26.14); FILE MERGED 2003/08/18 11:37:14 cmc 1.26.14.8: #i7713# can't have footnotes inside in footnotes (bad rtf document) 2003/08/14 16:05:34 cmc 1.26.14.7: #i17503# sanity checks 2003/08/13 15:51:08 cmc 1.26.14.6: #i17503# lookup standard names to map to standard styles 2003/08/07 11:07:20 cmc 1.26.14.5: #i6019# don't panic and end \v text just because of a few extra tokens 2003/08/07 09:18:53 cmc 1.26.14.4: #i17798# Support XE marks inside hidden text for rtf import 2003/06/25 15:17:09 mmaher 1.26.14.3: #109524# Implemented Page Borders in RTF 2003/06/11 11:45:45 cmc 1.26.14.2: RESYNC: (1.26-1.28); FILE MERGED 2003/05/23 15:27:41 mmaher 1.26.14.1: #109528, #109526 Added suport for bookmarks to rtf import

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [999189144e81cebf36d88abe03fac1ed8c0d981c]

        INTEGRATION: CWS limerickfilterteam08 (1.15.36); FILE MERGED 2003/08/21 15:49:54 cmc 1.15.36.2: RESYNC: (1.15-1.16); FILE MERGED 2003/07/16 12:06:51 mmaher 1.15.36.1: #110878# In tables, some cells with double borders were being drawn as single borders.

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [5a7b82c2d226750efa31b493534740fd1ed27fa4]

        INTEGRATION: CWS limerickfilterteam08 (1.6.32); FILE MERGED 2003/08/19 12:44:40 cmc 1.6.32.1: #i10500# We just have to accept that rtf belongs to ms and live with that, so all numbering end in a tab or space or nothing, and tab fits the closest

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [df59613ee69303ac05c8fd31b2ca516cc979e7f2]

        INTEGRATION: CWS limerickfilterteam08 (1.10.32); FILE MERGED 2003/06/11 11:45:21 cmc 1.10.32.2: RESYNC: (1.10-1.11); FILE MERGED 2003/05/19 13:46:21 mmaher 1.10.32.1: i9245 - The equivalent fix already added to the ww filter for text boxes outside the default position ranges

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [9385458f1a2b7f0d6e872422c71398d825b38d33]

        INTEGRATION: CWS limerickfilterteam08 (1.15.16); FILE MERGED 2003/06/11 11:45:12 cmc 1.15.16.3: RESYNC: (1.15-1.16); FILE MERGED 2003/06/04 10:10:13 mmaher 1.15.16.2: #109528, i7829 Fixed bookmarks which span text and bookmark references 2003/05/23 15:27:40 mmaher 1.15.16.1: #109528, #109526 Added suport for bookmarks to rtf import

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [e4d568644d00fa5ec7ada193d7841dacc45f319e]

        INTEGRATION: CWS limerickfilterteam08 (1.36.16); FILE MERGED 2003/07/17 14:41:54 cmc 1.36.16.5: #i7149# Export above/below paragraph spacing problem 2003/06/11 11:45:04 cmc 1.36.16.4: RESYNC: (1.36-1.37); FILE MERGED 2003/06/11 08:32:26 mmaher 1.36.16.3: #99503# Fixed outline numbering copied to clipboard. 2003/06/04 10:10:13 mmaher 1.36.16.2: #109528, i7829 Fixed bookmarks which span text and bookmark references 2003/05/19 13:44:23 mmaher 1.36.16.1: i13107 - fix for adding titlepg and facinp to the appropriate headers

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [2face51e830a20a6fe81ca9bd051070d2e5baab9]

        INTEGRATION: CWS limerickfilterteam08 (1.1.2); FILE ADDED 2003/08/07 09:17:51 cmc 1.1.2.1: #i17798# add a common file for common code for .rtf and .doc filters

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [a4723d2ed71f5e8685e9d394abe95ce7b4d3ea42]

        INTEGRATION: CWS limerickfilterteam08 (1.23.32); FILE MERGED 2003/08/13 09:24:07 cmc 1.23.32.1: unmacrofy the filter detect

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [3777268b9283746439181d11bc289b8e8efe127d]

        INTEGRATION: CWS limerickfilterteam08 (1.12.26); FILE MERGED 2003/07/10 13:44:51 cmc 1.12.26.1: #i6991# MakeOLENode should take a const string

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [a76a048deba4531738a478a3ab3c0818e3da9756]

        INTEGRATION: CWS limerickfilterteam08 (1.16.32); FILE MERGED 2003/07/10 13:44:35 cmc 1.16.32.1: #i6991# InsertOLE should take a const string

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [e4e69ada778694616206493c576455596af79046]

        INTEGRATION: CWS limerickfilterteam08 (1.3.40); FILE MERGED 2003/07/10 13:43:44 cmc 1.3.40.1: #i6991# MakeOLENode should take a const string

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [f954468b3505c8dababcc8ff744dfd448251df52]

        INTEGRATION: CWS limerickfilterteam08 (1.1.2); FILE ADDED 2003/08/13 09:23:04 cmc 1.1.2.1: move .hxx to .cxx

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [904c37e33e4f77942306cacde96b93438095e102]

        INTEGRATION: CWS limerickfilterteam08 (1.46.4); FILE MERGED 2003/08/21 15:52:42 cmc 1.46.4.2: RESYNC: (1.46-1.47); FILE MERGED 2003/07/10 13:43:08 cmc 1.46.4.1: #i6991# InsertOLE should take a const string

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [a895a0bbf5bc80453b1f7a562ca1114c1b1b9c19]

        INTEGRATION: CWS sj02 (1.70.32); FILE MERGED 2003/07/28 15:33:14 sj 1.70.32.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [1519671d8b26a5dce2e1f9daa331335669c5236b]

        INTEGRATION: CWS sj02 (1.35.32); FILE MERGED 2003/07/28 15:33:13 sj 1.35.32.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [d97d43b576cf091dc27cf3cf61522cc54eeef8e7]

        INTEGRATION: CWS sj02 (1.76.4); FILE MERGED 2003/07/29 15:03:22 sj 1.76.4.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [02cc44242a890713747acd8625d41d01330a5bec]

        INTEGRATION: CWS sj02 (1.23.286); FILE MERGED 2003/07/28 15:27:50 sj 1.23.286.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [4c5563aca6ef0d03df09dde197007db4ed235eea]

        INTEGRATION: CWS sj02 (1.60.30); FILE MERGED 2003/07/28 16:08:45 sj 1.60.30.2: RESYNC: (1.60-1.61); FILE MERGED 2003/07/28 15:27:19 sj 1.60.30.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [9df83fe23724e3a70fe35aafd4128043d30cd6fc]

        INTEGRATION: CWS sj02 (1.108.30); FILE MERGED 2003/08/25 10:25:43 sj 1.108.30.3: RESYNC: (1.109-1.110); FILE MERGED 2003/07/28 16:08:07 sj 1.108.30.2: RESYNC: (1.108-1.109); FILE MERGED 2003/07/28 15:26:41 sj 1.108.30.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [944f3abd01135e21eaa9837eefc83be3d344615b]

        INTEGRATION: CWS sj02 (1.30.100); FILE MERGED 2003/07/28 16:08:00 sj 1.30.100.2: RESYNC: (1.30-1.31); FILE MERGED 2003/07/28 15:26:10 sj 1.30.100.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [5a8893cabb2099165aeedbd1158423c3b33f1082]

        INTEGRATION: CWS sj02 (1.19.136); FILE MERGED 2003/07/28 15:25:15 sj 1.19.136.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [82055aae98ce3d7e66d40047620ea2d69654adb7]

        INTEGRATION: CWS sj02 (1.23.286); FILE MERGED 2003/07/28 15:28:33 sj 1.23.286.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [79d933dc72f60eebba3548e1006778b29bc3636c]

        INTEGRATION: CWS sj02 (1.87.30); FILE MERGED 2003/08/01 10:53:07 sj 1.87.30.4: #i15927# allow proportional linespacing below 100 for fixed LS also in the first paragraph 2003/07/31 15:29:18 sj 1.87.30.3: #i15927# fixedcellheight: not trying to use proportional ascent and descent values, it lead to problems if using different fonts in same line 2003/07/30 09:31:31 sj 1.87.30.2: #i15927# PowerPoint import: added font independent linespacing 2003/07/28 15:31:56 sj 1.87.30.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [32778e5a4de2f7b9e8f453c806ecd0a21cd1fe54]

        INTEGRATION: CWS sj02 (1.62.136); FILE MERGED 2003/07/28 15:32:27 sj 1.62.136.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [2a7c1b8a77aaa869833a995693506d0c35e35a85]

        INTEGRATION: CWS sj02 (1.81.58); FILE MERGED 2003/07/28 15:30:37 sj 1.81.58.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [eac5230bfbfbdd23d81bdb7390b82a8e97f8dbfb]

        INTEGRATION: CWS sj02 (1.19.286); FILE MERGED 2003/07/28 15:30:18 sj 1.19.286.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [44a9b0937d78eebd459e953f84bf4c846e47977f]

        INTEGRATION: CWS sj02 (1.35.284); FILE MERGED 2003/07/28 16:16:38 sj 1.35.284.2: RESYNC: (1.35-1.36); FILE MERGED 2003/07/28 15:29:59 sj 1.35.284.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [573480c936fdd9bb75fca416eb44a98df6089e86]

        INTEGRATION: CWS sj02 (1.74.98); FILE MERGED 2003/07/28 15:36:09 sj 1.74.98.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [1ab7976a19cee2772188b9d67d02155e3ba008be]

        INTEGRATION: CWS sj02 (1.7.288); FILE MERGED 2003/07/28 15:20:18 sj 1.7.288.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [0512fa80551c0cac85a3e19b76644532bd5346f1]

        INTEGRATION: CWS sj02 (1.6.10); FILE MERGED 2003/06/27 15:35:35 sj 1.6.10.1: #110516# fixed RLE decoding for 32bit pixmaps

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [b9f62255a731d5b7d0e7091bd031d93d63c09ece]

        INTEGRATION: CWS sj02 (1.60.62); FILE MERGED 2003/07/28 15:17:44 sj 1.60.62.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [3a3060c0b3fa6f02b75c00e5cfda26bed8af0e70]

        INTEGRATION: CWS sj02 (1.43.14); FILE MERGED 2003/08/25 10:23:52 sj 1.43.14.3: RESYNC: (1.44-1.45); FILE MERGED 2003/07/28 16:03:06 sj 1.43.14.2: RESYNC: (1.43-1.44); FILE MERGED 2003/07/28 15:17:03 sj 1.43.14.1: #i15927# PowerPoint import: added font independent linespacing

2003-09-01  Oliver Bolte  <obo@openoffice.org>  [6bdb9b24d3c064ceb3a454632fda9694f837b2a4]

        INTEGRATION: CWS sj02 (1.83.62); FILE MERGED 2003/07/28 15:16:29 sj 1.83.62.1: #i15927# PowerPoint import: added font independent linespacing

2003-08-28  Noel Power  <npower@openoffice.org>  [8ba8450347b25db303b32b25b8c5d57878f0837b]

        #i18637# Added XBrowseNode type

2003-08-28  Kurt Zenker  <kz@openoffice.org>  [46ba63d63a9ea238a17c5c7c03eae88071cbb26e]

        SRC680

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [6afbcfe9beacfcc1754f57780d223cf91fac33b5]

        INTEGRATION: CWS extras10 (1.4.64); FILE MERGED 2003/08/11 12:49:35 tv 1.4.64.2: #110301#,#109929# corrected error in previous version 2003/08/11 09:40:46 tv 1.4.64.1: #109929#, #110301# updated Internet search engine data

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [3c34a4fbbfa63af54ea7e0feceb89bb9123bf3da]

        INTEGRATION: CWS extras10 (1.3.56); FILE MERGED 2003/08/05 08:23:21 tv 1.3.56.1: #105509# removed butterfly logo from the html button theme

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [1cbc503b7f49bf7c7880c75b85797778c0da98b1]

        INTEGRATION: CWS extras10 (1.1.1.1.94); FILE MERGED 2003/08/05 08:23:21 tv 1.1.1.1.94.1: #105509# removed butterfly logo from the html button theme

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [5e3e5f0ca0243cdfd09f882dcf0afb0ca159bc11]

        INTEGRATION: CWS extras10 (1.36.14); FILE MERGED 2003/08/11 13:20:28 bc 1.36.14.1: #110461# pps document type added

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [4933a529f7cdc78abbd6a1d4c85e70c7dee555e0]

        INTEGRATION: CWS extras10 (1.33.18); FILE MERGED 2003/08/11 13:20:28 bc 1.33.18.1: #110461# pps document type added

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [5fdf2c5b25a429969d3c8d527c79444cbcc817d8]

        INTEGRATION: CWS geordi2q03 (1.24.54); FILE MERGED 2003/08/27 15:35:41 hr 1.24.54.1: #111934#: join from CWS geordiregression02

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [e325ccc260d4b1d66be677d30a93187e9d927e4d]

        INTEGRATION: CWS geordi2q03 (1.30.56); FILE MERGED 2003/08/27 15:35:40 hr 1.30.56.1: #111934#: join from CWS geordiregression02

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [6a1443186624a6c7b95ecdd090b559bea96dc4ec]

        INTEGRATION: CWS geordi2q03 (1.48.106); FILE MERGED 2003/08/27 15:26:39 hr 1.48.106.1: #111934#: join from CWS editeng7pp1

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [be96ee05de71c6ff6b8291717f4d813137cf0232]

        INTEGRATION: CWS geordi2q03 (1.81.164); FILE MERGED 2003/08/27 15:26:38 hr 1.81.164.1: #111934#: join from CWS editeng7pp1

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [b0d79eebfbb934d324fa54d0b7382f975ffde495]

        INTEGRATION: CWS geordi2q03 (1.3.24); FILE MERGED 2003/08/27 15:06:25 hr 1.3.24.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [921624e56b9cf77800ea1a40229d362ddd7be1a6]

        INTEGRATION: CWS geordi2q03 (1.37.16); FILE MERGED 2003/08/27 15:06:25 hr 1.37.16.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [28e024d2d61434a8edc72194dbe677014fc14979]

        INTEGRATION: CWS geordi2q03 (1.17.16); FILE MERGED 2003/08/27 15:06:24 hr 1.17.16.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [99a87a4708247ee22f2ab5f852f5f916350cf165]

        INTEGRATION: CWS geordi2q03 (1.3.24); FILE MERGED 2003/08/27 15:06:24 hr 1.3.24.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [e9c84756bc7fa53e4c47ad996791aead80181402]

        INTEGRATION: CWS geordi2q03 (1.5.32); FILE MERGED 2003/08/27 15:06:22 hr 1.5.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [0b27d883470d778771588fbf401cfd89619c5308]

        INTEGRATION: CWS geordi2q03 (1.62.24); FILE MERGED 2003/08/27 15:06:21 hr 1.62.24.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [d32e921834812c5a80ae02e06172558ed76d22e1]

        INTEGRATION: CWS geordi2q03 (1.6.32); FILE MERGED 2003/08/27 15:06:19 hr 1.6.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [3b6eb39f67b18295686be6cfbbad769142593de5]

        INTEGRATION: CWS geordi2q03 (1.6.32); FILE MERGED 2003/08/27 15:06:18 hr 1.6.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [f56737b4ef0fb259fde4f1e6b504fb2c77cf6478]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:06:17 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [8039f3b9d820f466ec8903c00d4bc712933bbe56]

        INTEGRATION: CWS geordi2q03 (1.5.32); FILE MERGED 2003/08/27 15:06:16 hr 1.5.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [c9e005e44f0f473c5c6074681c984a12dd132345]

        INTEGRATION: CWS geordi2q03 (1.7.24); FILE MERGED 2003/08/27 15:06:14 hr 1.7.24.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [ae010c4314e158f736c0f8364a513a629138328c]

        INTEGRATION: CWS geordi2q03 (1.12.24); FILE MERGED 2003/08/27 15:06:13 hr 1.12.24.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [7d18795734a884c6290339026b908d83d09fe2ca]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:06:12 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [5055fb46185d819fa2f3d4b301cb6bb7518755a5]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:06:11 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [e3e5c9b74c4e6b89a21568e6816d185557b18ff1]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:06:10 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [1e490827128146ee3f173642151b4f7e22bfb1fc]

        INTEGRATION: CWS geordi2q03 (1.1.88); FILE MERGED 2003/08/27 15:06:08 hr 1.1.88.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [2970be3fa761e428afc53f0cf5e3d91c99dece9e]

        INTEGRATION: CWS geordi2q03 (1.8.24); FILE MERGED 2003/08/27 15:06:08 hr 1.8.24.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [c6fb7ec0375c93c4a4f4a73c141c8aaa2bc0a8f2]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:06:05 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [2d06cfacfb938b4c28a20cd8c6776ce9985c9f24]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:06:04 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [30921dfe9badc2d23f7cf1e0ba243b803768e79a]

        INTEGRATION: CWS geordi2q03 (1.3.24); FILE MERGED 2003/08/27 15:06:03 hr 1.3.24.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [7a2f253be1b8479c4974716a2445e4b8941586ea]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:06:02 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [c74c238748ff208e0d8124da68755a08c8d15a56]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:59 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [18c6a0a9b81d916763bce2c38fc33a0571002700]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:56 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [5299ef8c5eeab1fa4c9076dda71d5715b4c65068]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:54 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [c56905c6fa2a498c636922c9013b73501c7bbe52]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:52 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [adaeba9080fb177582e3dde39bf56921bedcabbb]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:51 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [2af9cc241b485907d1106e55169b98f7283a1c76]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:49 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [3c639df0d9f56b0b26af241fe44635cab8e6aaee]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:48 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [59a37b9a95dcb8aa2aabf3cb3a58d9d22ec67d63]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:47 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [de208ca977815583425e53763dbaf50b4cdf79b1]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:46 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [f335d51e6504283091683ea064948faebde4cfd5]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:44 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [5242b5e1835f9fa854d01ce57bb5f254bf57aca1]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:41 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [8507b5c57310a612c0b16b51db40b498be6d64af]

        INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED 2003/08/27 15:05:39 hr 1.2.32.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [f1b9e65ce6666036abb58281c87f3b1e0fbfecde]

        INTEGRATION: CWS geordi2q03 (1.13.6); FILE MERGED 2003/08/27 15:02:43 hr 1.13.6.1: #111934#: join from CWS sdk07

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [a1b7d11738f23dbb3163d573ea2b66526622aef3]

        INTEGRATION: CWS geordi2q03 (1.26.30); FILE MERGED 2003/08/27 15:39:18 hr 1.26.30.1: #111934#: join from CWS geordiregression02

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [c1ce4284c57b3afb6e8c8f96c8e364c5b0a4b3e7]

        INTEGRATION: CWS geordi2q02 (1.17.238); FILE MERGED 2003/08/25 12:00:46 hr 1.17.238.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [8add66c3e5d53d9c4879daac80e676c5c2efc055]

        INTEGRATION: CWS geordi2q02 (1.52.2); FILE MERGED 2003/08/25 12:00:45 hr 1.52.2.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [280cc2e16f8afb5c3ba297b0f45baaec5c441379]

        INTEGRATION: CWS geordi2q02 (1.15.180); FILE MERGED 2003/08/25 12:03:18 hr 1.15.180.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [23bd2d5fc11e0807ef04bf8e38b01bdd174cb67c]

        INTEGRATION: CWS geordi2q02 (1.27.126); FILE MERGED 2003/08/25 12:03:17 hr 1.27.126.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [1ff8e9bde06d30b454c0010c30d55201b0cdc1f5]

        INTEGRATION: CWS geordi2q02 (1.27.8); FILE MERGED 2003/08/25 12:03:16 hr 1.27.8.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [c6384bd6edda4c69a1fafbd37e17340f48607278]

        INTEGRATION: CWS geordi2q02 (1.50.94); FILE MERGED 2003/08/25 12:03:15 hr 1.50.94.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [c1b1713ba65d194666e85f0d2921e48bff7661dc]

        INTEGRATION: CWS geordi2q02 (1.46.84); FILE MERGED 2003/08/25 12:03:15 hr 1.46.84.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [ac0cff00df125db7c1036dece60b2632552c1bfa]

        INTEGRATION: CWS geordi2q02 (1.26.94); FILE MERGED 2003/08/25 12:03:13 hr 1.26.94.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [1acd9f49c5edafa356c5db09d08ad1a74973d7fc]

        INTEGRATION: CWS geordi2q02 (1.19.84); FILE MERGED 2003/08/25 12:03:12 hr 1.19.84.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [30cb09a2c847e8aeb92206a8cc72078ae6ed5d6a]

        INTEGRATION: CWS geordi2q02 (1.4.96); FILE MERGED 2003/08/25 12:03:11 hr 1.4.96.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [dfca738c4d2a14d2e777f0b60d3421ebaa2b668e]

        INTEGRATION: CWS geordi2q02 (1.35.56); FILE MERGED 2003/08/25 12:04:03 hr 1.35.56.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [df93759b7d5ffa3ff564a382c6260622e98257bf]

        INTEGRATION: CWS geordi2q02 (1.79.14); FILE MERGED 2003/08/25 11:59:15 hr 1.79.14.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [cc6a331dd03fed3cd89de768e440a8b9f9aa9552]

        INTEGRATION: CWS geordi2q02 (1.8.128); FILE MERGED 2003/08/25 11:56:23 hr 1.8.128.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [3a0e356393170ba1a42b9d55ddd5dc06687ca44a]

        INTEGRATION: CWS geordi2q02 (1.17.128); FILE MERGED 2003/08/25 11:56:22 hr 1.17.128.1: #111934#: joined from CWS mshapes01

2003-08-27  Kurt Zenker  <kz@openoffice.org>  [5a51f7f1eccfe0ae7aa01ab8b6b4a2c83ec99506]

        INTEGRATION: CWS geordi2q02 (1.36.112); FILE MERGED 2003/08/25 11:56:21 hr 1.36.112.1: #111934#: joined from CWS mshapes01

2003-08-27  Tomas O'Connor  <toconnor@openoffice.org>  [5788c82af08d5111c8bef437e634c5e7ed7e7678]

        IssueZilla 18637 Code cleanup based on review after move to Provider architecture.

2003-08-27  Noel Power  <npower@openoffice.org>  [ab951f9d201e758713c55325305b54725e1eef4d]

        #i18637# Change service spec for MasterScriptProvider as a result of code inspection changes

2003-08-27  Rüdiger Timm  <rt@openoffice.org>  [e2b8a32dd7f98e2b0d8eda86cccbbd4a30f95933]

        #100000#, #i16206#: change SHL1TARGET and SHL1IMPLIB, so that the built library still is named libsyssh.

2003-08-26  Kurt Zenker  <kz@openoffice.org>  [76ee0e8d2487be7f591a655a1382b2bf735eb553]

        new version for SRC680

2003-08-26  Rüdiger Timm  <rt@openoffice.org>  [e64513da88968b3f29cab53e16b20c3a81b1e93b]

        new version for SRC680

2003-08-26  Kurt Zenker  <kz@openoffice.org>  [502fcce30a3c57b33a52306e701818aa8065b488]

        new version for SRC680

2003-08-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0d408ca7e25212997fdd567ee677ef16d5373112]

        remove alias for dmake - now handled by env var

2003-08-26  Rüdiger Timm  <rt@openoffice.org>  [15f5e6a60c371a03e38e7701e6b8ca69dfb07053]

        SRC680

2003-08-26  Kurt Zenker  <kz@openoffice.org>  [5603b1b3bd7b799625a51b4218fae71884e01156]

        new version for SRC680

2003-08-26  Kurt Zenker  <kz@openoffice.org>  [d0858c79c592e14dcd706d490c9f17b027ffa49b]

        new version for SRC680

2003-08-26  Kurt Zenker  <kz@openoffice.org>  [388f3ef7c6bfb3edc9667d5eaf11199668633480]

        new version for SRC680

2003-08-26  Kurt Zenker  <kz@openoffice.org>  [41b5216bbc8929b0bc783ce23e58af0fecbc6f50]

        new version for SRC680

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c290c633f02832be89afe398b022118814bd72d4]

        INTEGRATION: CWS ause04 (1.3.36); FILE MERGED 2003/07/21 16:07:39 hjs 1.3.36.1: #i16206# make target unique

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [944c3a0482b3d46d73301f393431b7f3e3f8aba7]

        INTEGRATION: CWS ause04 (1.3.74); FILE MERGED 2003/07/10 12:36:43 hjs 1.3.74.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [746acf251d690e6ec2faa5de486ae121d782d6bb]

        INTEGRATION: CWS ause04 (1.5.50); FILE MERGED 2003/07/10 12:36:43 hjs 1.5.50.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1852e166abeec41ae140aa415a43a7e421ac38b8]

        INTEGRATION: CWS ause04 (1.2.30); FILE MERGED 2003/07/11 13:32:12 hjs 1.2.30.1: #100815# remove workarounds

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [38474ab0a0fe816a7eb0fc1e109278a90d952cd7]

        INTEGRATION: CWS ause04 (1.3.74); FILE MERGED 2003/07/10 12:36:41 hjs 1.3.74.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c30ecf8ea72a6703757188487bee8fffe1a904c7]

        INTEGRATION: CWS ause04 (1.23.50); FILE MERGED 2003/07/10 12:36:40 hjs 1.23.50.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [58e1c9ff8360cfa73a6a77b13d8ea13ca634e0ab]

        INTEGRATION: CWS ause04 (1.21.14); FILE MERGED 2003/08/13 10:11:21 hjs 1.21.14.2: RESYNC: (1.21-1.22); FILE MERGED 2003/08/12 10:41:14 gh 1.21.14.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [64990e0029332c3ee1595934f186b239c114721c]

        INTEGRATION: CWS ause04 (1.2.22); FILE MERGED 2003/07/31 12:47:54 gh 1.2.22.1: removed 'if SUPD' precompiler stuff

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1303a39d892823d2f75f2bb0b27c490f143bac03]

        INTEGRATION: CWS ause04 (1.2.14); FILE MERGED 2003/07/31 12:47:53 gh 1.2.14.1: removed 'if SUPD' precompiler stuff

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c84d6d115e87bb626c8079b5ed98c5a5c673d657]

        INTEGRATION: CWS ause04 (1.2.42); FILE MERGED 2003/07/10 12:22:27 hjs 1.2.42.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [314bda79c475197b458135e37540cca40af9c6e6]

        INTEGRATION: CWS ause04 (1.9.6); FILE MERGED 2003/08/12 10:41:11 gh 1.9.6.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [6ff660c2d4693115a0991b577dad26194e1f7d8b]

        INTEGRATION: CWS ause04 (1.3.112); FILE MERGED 2003/07/10 14:21:50 hjs 1.3.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [28b48b5bf3feed30239a3d855fe3c0d0fa750584]

        INTEGRATION: CWS ause04 (1.17.28); FILE MERGED 2003/07/10 14:21:49 hjs 1.17.28.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [5efa515d578d2c960a25795145499bcc3db4c522]

        INTEGRATION: CWS ause04 (1.2.42); FILE MERGED 2003/07/10 14:21:49 hjs 1.2.42.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8f0749b0d39645eef0d86f3e1c15d4f816e93218]

        INTEGRATION: CWS ause04 (1.17.42); FILE MERGED 2003/08/12 10:41:07 gh 1.17.42.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e72d934a55c7640cdc421c42a0378ab28ab69c12]

        INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:49 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [96efe6083e25b17fcfeaf4a6003eeebdecbe0b3e]

        INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:47 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1c0412ccdafc1d9aa3d993737b0fb9cfa5d3976b]

        INTEGRATION: CWS ause04 (1.13.112); FILE MERGED 2003/07/10 16:19:46 hjs 1.13.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1e354cea6c9f66bdf51a1da677a89f4311d75080]

        INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:45 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [bd838690250a3205e6f192667230cc8b95a2b247]

        INTEGRATION: CWS ause04 (1.1.282); FILE MERGED 2003/07/10 16:19:44 hjs 1.1.282.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [740065a3abdf28cb89dd8e26bbae52c2ccc91235]

        INTEGRATION: CWS ause04 (1.2.296); FILE MERGED 2003/07/10 16:19:43 hjs 1.2.296.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [80ebdb5dcdc2a96d1552f7e77b13ccfe865765a0]

        INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:42 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1cffd14a743289e4c19f33b34a6caf4d6b3ac86f]

        INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:41 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [05408ebbe58bdfb72ebd846241e43d23aada225e]

        INTEGRATION: CWS ause04 (1.6.112); FILE MERGED 2003/07/10 16:19:41 hjs 1.6.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e3a9a91dad5c36fda932f0365a787b81da3978ce]

        INTEGRATION: CWS ause04 (1.3.78); FILE MERGED 2003/07/10 16:19:38 hjs 1.3.78.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [2177b8c00f4cc9f617252e2b4e096e7b7363cc49]

        INTEGRATION: CWS ause04 (1.2.254); FILE MERGED 2003/07/10 16:19:38 hjs 1.2.254.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [68b63cec9be7f90879cd3886294c915d40088b7d]

        INTEGRATION: CWS ause04 (1.8.254); FILE MERGED 2003/07/10 16:19:37 hjs 1.8.254.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [5ea217c0b3238bfc0a7ba8e3554b9ca95d6cc7d2]

        INTEGRATION: CWS ause04 (1.2.294); FILE MERGED 2003/07/10 16:19:36 hjs 1.2.294.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [92d7522b4e00dbc7ad0083c9dc4c8d3510d0efb5]

        INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:36 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [96f531e8515b19b39aa84e88ec091cb475e6000c]

        INTEGRATION: CWS ause04 (1.7.112); FILE MERGED 2003/07/10 16:19:35 hjs 1.7.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [11079de65ae8823fb6cbf4a6bfd291ea117f17ee]

        INTEGRATION: CWS ause04 (1.7.254); FILE MERGED 2003/07/10 16:19:34 hjs 1.7.254.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ac0e540b20726ff46e1c9a5b51e943419622393f]

        INTEGRATION: CWS ause04 (1.1.1.1.298); FILE MERGED 2003/07/10 16:19:33 hjs 1.1.1.1.298.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1046508aa37d89c53a9fcef4f9ce9d334a14e6f6]

        INTEGRATION: CWS ause04 (1.6.252); FILE MERGED 2003/07/10 16:19:33 hjs 1.6.252.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [fb75cf08b10582c6d6e31eefa2cdcf58b25bc71e]

        INTEGRATION: CWS ause04 (1.8.112); FILE MERGED 2003/07/10 16:19:32 hjs 1.8.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [f7564cb35fcb82acceea2fc497004a31c5f443de]

        INTEGRATION: CWS ause04 (1.8.272); FILE MERGED 2003/07/10 16:19:31 hjs 1.8.272.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8f966d626600de4f49c6737c85b9b59a42674e0c]

        INTEGRATION: CWS ause04 (1.9.256); FILE MERGED 2003/07/10 16:19:31 hjs 1.9.256.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [63c1e1b4ffb20223db2c7f147eceffd32ba34dd1]

        INTEGRATION: CWS ause04 (1.5.254); FILE MERGED 2003/07/10 16:19:30 hjs 1.5.254.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [95ea39430f627afcb5b0286825429bece86d41d2]

        INTEGRATION: CWS ause04 (1.41.48); FILE MERGED 2003/07/10 16:19:29 hjs 1.41.48.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a0a6c6901ba3c3aca2d402fa3b5decb10074a03f]

        INTEGRATION: CWS ause04 (1.10.82); FILE MERGED 2003/07/10 16:19:28 hjs 1.10.82.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1385722aaeffe7b1e63e64a9ed73313cd0e7fe86]

        INTEGRATION: CWS ause04 (1.8.32); FILE MERGED 2003/08/12 12:55:10 gh 1.8.32.3: generate new hid.lst using particles 2003/07/11 13:29:04 hjs 1.8.32.2: #108794#, #110619# rework src/srs targets and dependencies 2003/06/26 16:39:58 hjs 1.8.32.1: #103889#, #108794# - cleanup resource targets

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [24201bc2f54f49176b859732a2223862a9989fd9]

        INTEGRATION: CWS ause04 (1.103.56); FILE MERGED 2003/08/25 12:56:10 gh 1.103.56.3: deliver hid particles for deliveres srs files 2003/08/13 10:08:13 hjs 1.103.56.2: RESYNC: (1.103-1.104); FILE MERGED 2003/08/12 10:41:05 gh 1.103.56.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [006f28705a455ba25b57ef0ca6e8b7ff66aa27f1]

        INTEGRATION: CWS ause04 (1.17.80); FILE MERGED 2003/07/10 16:19:27 hjs 1.17.80.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [0ed91889f83275f9768a3131515d89d581ba17bb]

        INTEGRATION: CWS ause04 (1.3.70); FILE MERGED 2003/07/16 15:37:27 hjs 1.3.70.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/10 12:54:55 hjs 1.3.70.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d427f18de2c4871ed6d1cbde6f60b0a86312e21e]

        INTEGRATION: CWS ause04 (1.7.60); FILE MERGED 2003/07/16 15:39:26 hjs 1.7.60.2: RESYNC: (1.7-1.8); FILE MERGED 2003/07/10 12:54:55 hjs 1.7.60.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a90e286befd5d63b7233108b312e94b188724460]

        INTEGRATION: CWS ause04 (1.6.60); FILE MERGED 2003/07/16 15:39:53 hjs 1.6.60.2: RESYNC: (1.6-1.7); FILE MERGED 2003/07/10 12:54:54 hjs 1.6.60.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a62affe49e63de1c825ad4f0331f001ca3eb5743]

        INTEGRATION: CWS ause04 (1.11.36); FILE MERGED 2003/08/13 10:01:51 hjs 1.11.36.2: RESYNC: (1.11-1.12); FILE MERGED 2003/08/12 10:41:02 gh 1.11.36.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [46cd5ed359e1956a24c46e9fd987b8e31a814338]

        INTEGRATION: CWS ause04 (1.10.16); FILE MERGED 2003/07/09 16:30:50 hjs 1.10.16.1: #108794# replace SRCfiles with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ad9fee2f237ec0ecbc90317350e219f0b9e9514b]

        INTEGRATION: CWS ause04 (1.14.6); FILE MERGED 2003/07/16 10:30:59 hjs 1.14.6.1: #110619# changed hardcoded name

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [bda6455a72a456f1a224e3b6446752c21ac74916]

        INTEGRATION: CWS ause04 (1.11.86); FILE MERGED 2003/08/12 10:40:56 gh 1.11.86.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [f9f2e6e5b5bccf7e24a3cce93a45576aebdbd672]

        INTEGRATION: CWS ause04 (1.4.252); FILE MERGED 2003/07/11 10:02:51 hjs 1.4.252.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e7159c9f26c2455fc3837cf149d623c2f0a2333f]

        INTEGRATION: CWS ause04 (1.1.1.1.268); FILE MERGED 2003/07/11 10:02:50 hjs 1.1.1.1.268.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [63e3c4390f4e74a229875819730afee031faebf1]

        INTEGRATION: CWS ause04 (1.3.260); FILE MERGED 2003/07/11 10:02:49 hjs 1.3.260.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [47b7b283ca2ee8dc58711b3b355acfd901e860c3]

        INTEGRATION: CWS ause04 (1.2.252); FILE MERGED 2003/07/11 10:02:48 hjs 1.2.252.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d638e8776d1ec9e1ce560da40d6b0de30cfde0bb]

        INTEGRATION: CWS ause04 (1.2.244); FILE MERGED 2003/07/11 10:02:47 hjs 1.2.244.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [565777b9a08d0b4a89a4a9c3d30d3488af2370a9]

        INTEGRATION: CWS ause04 (1.8.226); FILE MERGED 2003/07/11 10:02:46 hjs 1.8.226.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1aa127d583be24da09c1cc8ed13b0e0027ce4dc4]

        INTEGRATION: CWS ause04 (1.9.84); FILE MERGED 2003/07/11 10:02:45 hjs 1.9.84.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ff803c1f469368ae1fba11064c07938e8b36bf4f]

        INTEGRATION: CWS ause04 (1.13.230); FILE MERGED 2003/07/11 10:02:44 hjs 1.13.230.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [b2a440e5bdbed9d933300a6865616920a8344d93]

        INTEGRATION: CWS ause04 (1.2.232); FILE MERGED 2003/07/11 10:02:43 hjs 1.2.232.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [493cd3f4482119278bfde6bab8fbe2e58d0ed8f2]

        INTEGRATION: CWS ause04 (1.3.224); FILE MERGED 2003/07/11 10:02:43 hjs 1.3.224.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [26514e272d472b031c07fbf118b1ba182d6cb87e]

        INTEGRATION: CWS ause04 (1.5.244); FILE MERGED 2003/07/11 10:02:42 hjs 1.5.244.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [5c557c996b8883b574277b92675da07caca51682]

        INTEGRATION: CWS ause04 (1.29.42); FILE MERGED 2003/07/11 10:02:41 hjs 1.29.42.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [426f12298e856e6e74185227f9bb8490feafedf8]

        INTEGRATION: CWS ause04 (1.2.232); FILE MERGED 2003/07/11 10:02:40 hjs 1.2.232.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [854ed8aac493b71a14991ed80c2e03c6249c96cf]

        INTEGRATION: CWS ause04 (1.18.42); FILE MERGED 2003/08/25 12:55:36 gh 1.18.42.2: deliver hid particles for deliveres srs files 2003/08/12 10:40:48 gh 1.18.42.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3038ed244feed8379358acb5554f8802c727f45f]

        INTEGRATION: CWS ause04 (1.3.202); FILE MERGED 2003/07/10 13:06:04 hjs 1.3.202.2: #108794# replace SRCFILES with SRC1FILES 2003/06/23 12:29:36 hjs 1.3.202.1: #103889#

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [6a59df9f93113a9631e32afbad42bad7fa5786a4]

        INTEGRATION: CWS ause04 (1.29.52); FILE MERGED 2003/08/12 10:40:44 gh 1.29.52.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e7e1a36c9df1a00c47a829746085101a81cc7379]

        INTEGRATION: CWS ause04 (1.9.20); FILE MERGED 2003/07/10 12:36:48 hjs 1.9.20.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [9a7ae5fa37aa03b6791dca00b468bc95429ff63d]

        INTEGRATION: CWS ause04 (1.11.8); FILE MERGED 2003/07/10 12:36:47 hjs 1.11.8.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [9142c368ca8692f984c2a56dd3fd6af0fdb2bbe1]

        INTEGRATION: CWS ause04 (1.7.12); FILE MERGED 2003/08/12 10:40:41 gh 1.7.12.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [013eca24f073dc5056d471f12305dbb5876b20db]

        INTEGRATION: CWS ause04 (1.20.6); FILE MERGED 2003/07/16 13:16:59 hjs 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2003/06/27 18:24:24 hjs 1.20.6.1: #110513# multiprocess problems

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [aa559019f5298f65a8508356252e678944b1f2ba]

        INTEGRATION: CWS ause04 (1.2.180); FILE MERGED 2003/07/09 18:42:47 hjs 1.2.180.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [497fab26eed88388dbf54b3b7f3930e65151f9b4]

        INTEGRATION: CWS ause04 (1.2.206); FILE MERGED 2003/07/09 18:42:47 hjs 1.2.206.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [99af92c330f3b8e0c8d153e8a3c644bf08293861]

        INTEGRATION: CWS ause04 (1.1.1.1.216); FILE MERGED 2003/07/09 18:42:46 hjs 1.1.1.1.216.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [add702f9778a4ece8edf1399c269d9866bb5a5c5]

        INTEGRATION: CWS ause04 (1.1.1.1.216); FILE MERGED 2003/07/09 18:42:45 hjs 1.1.1.1.216.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e07fa6bbe46fab49442ddcdd26870438069cc6c8]

        INTEGRATION: CWS ause04 (1.3.178); FILE MERGED 2003/07/09 18:42:44 hjs 1.3.178.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c515b42927abda9cae6c63c8b321d1a4110c8a31]

        INTEGRATION: CWS ause04 (1.1.1.1.216); FILE MERGED 2003/07/09 18:42:43 hjs 1.1.1.1.216.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e3d932153eef94828a48572516faefc16f87340f]

        INTEGRATION: CWS ause04 (1.3.212); FILE MERGED 2003/07/09 18:42:42 hjs 1.3.212.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [88bf1c71863a18d4b11f9b8205beb1e484787936]

        INTEGRATION: CWS ause04 (1.4.172); FILE MERGED 2003/07/09 18:42:41 hjs 1.4.172.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [9f995d625306144ed35b5992348bd7c35b6ed7b8]

        INTEGRATION: CWS ause04 (1.2.178); FILE MERGED 2003/07/09 18:42:40 hjs 1.2.178.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d9b6ffa0d53563f1fb51a403a7ad54e476f8bc31]

        INTEGRATION: CWS ause04 (1.1.1.1.216); FILE MERGED 2003/07/09 18:42:39 hjs 1.1.1.1.216.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [5d5851fad9dd6315bf1fe3f5df2e04a7efeae849]

        INTEGRATION: CWS ause04 (1.3.180); FILE MERGED 2003/07/09 18:42:39 hjs 1.3.180.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [35c69f290fbc81c061dedcba83368313529a9842]

        INTEGRATION: CWS ause04 (1.10.70); FILE MERGED 2003/08/12 10:40:36 gh 1.10.70.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [5eeda41fcae0910bf80be9625e26d17496f571b2]

        INTEGRATION: CWS ause04 (1.23.4); FILE MERGED 2003/07/16 13:15:05 hjs 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2003/07/09 16:31:57 hjs 1.23.4.1: #108794# replace SRCfiles with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8db3771c336b22ace5ea1bad1530e4c88a90cfae]

        INTEGRATION: CWS ause04 (1.13.20); FILE MERGED 2003/08/12 10:40:34 gh 1.13.20.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ae8894128823baa7dc807e42b82ebe34419e1a25]

        INTEGRATION: CWS ause04 (1.16.58); FILE MERGED 2003/07/11 10:02:08 hjs 1.16.58.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d1c4e1a09f5a9ad2d15ee2c36f11b886d7dc45b6]

        INTEGRATION: CWS ause04 (1.8.44); FILE MERGED 2003/07/11 10:02:07 hjs 1.8.44.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [7981c8cba6d38df94f5d3f621ea3020e0e0500dd]

        INTEGRATION: CWS ause04 (1.4.182); FILE MERGED 2003/07/11 10:02:07 hjs 1.4.182.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [f2fd88f0a5ddd170111901a4b3c70d6f09bc4394]

        INTEGRATION: CWS ause04 (1.3.196); FILE MERGED 2003/07/11 10:02:06 hjs 1.3.196.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [4ee290306f6ce0bcef2cc545fd5dca7b3aeb54a7]

        INTEGRATION: CWS ause04 (1.2.184); FILE MERGED 2003/07/11 10:02:06 hjs 1.2.184.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1970d0c61bbe1d36b094674b6c9d49dfb5fd2dd9]

        INTEGRATION: CWS ause04 (1.11.86); FILE MERGED 2003/08/25 12:55:27 gh 1.11.86.2: deliver hid particles for deliveres srs files 2003/08/12 10:40:31 gh 1.11.86.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e389d4ceca796be082e0cc2433db5edda0545c8c]

        INTEGRATION: CWS ause04 (1.6.14); FILE MERGED 2003/08/07 13:30:39 gh 1.6.14.2: changed simple / do $/ 2003/07/09 17:32:13 hjs 1.6.14.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [b097b6bd3c0b7a24404123cf0f8d4a160c2452a0]

        INTEGRATION: CWS ause04 (1.6.44); FILE MERGED 2003/08/07 13:30:38 gh 1.6.44.2: changed simple / do $/ 2003/07/09 17:32:12 hjs 1.6.44.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [15c685ef3da926a16e2ccb3d8158b421c1c38688]

        INTEGRATION: CWS ause04 (1.3.42); FILE MERGED 2003/08/07 13:30:37 gh 1.3.42.2: changed simple / do $/ 2003/07/09 17:32:12 hjs 1.3.42.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [072a2d635824b60ffc8ee70c417119c1389fd417]

        INTEGRATION: CWS ause04 (1.4.44); FILE MERGED 2003/08/07 13:30:36 gh 1.4.44.2: changed simple / do $/ 2003/07/09 17:32:11 hjs 1.4.44.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c3d81045bf232977bbe33bc4c948d24f79be6c11]

        INTEGRATION: CWS ause04 (1.14.44); FILE MERGED 2003/08/07 13:30:35 gh 1.14.44.2: changed simple / do $/ 2003/07/09 17:32:10 hjs 1.14.44.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [2a35a5072509930f2f76d0e8796830256bede7e9]

        INTEGRATION: CWS ause04 (1.4.42); FILE MERGED 2003/08/07 13:17:12 gh 1.4.42.2: changed simple / do $/ 2003/07/09 17:29:54 hjs 1.4.42.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1c4be5c10e9c7429a3779614d8efbcaa841c4bd0]

        INTEGRATION: CWS ause04 (1.6.20); FILE MERGED 2003/08/12 18:06:35 hjs 1.6.20.2: RESYNC: (1.6-1.7); FILE MERGED 2003/08/12 10:40:26 gh 1.6.20.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c49dc538d4910a4c6cffd23590580f3b49729743]

        INTEGRATION: CWS ause04 (1.4.110); FILE MERGED 2003/07/10 14:21:10 hjs 1.4.110.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [4949e71ac9e4fec51de71bf8d8f128634c58cbf2]

        INTEGRATION: CWS ause04 (1.2.136); FILE MERGED 2003/07/10 14:21:09 hjs 1.2.136.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [2551419455b672b451fd4d7d587c0329a3a5149c]

        INTEGRATION: CWS ause04 (1.1.138); FILE MERGED 2003/07/10 14:21:08 hjs 1.1.138.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3f32c1cdb5a0be3922c0527b1a979ead35507112]

        INTEGRATION: CWS ause04 (1.9.96); FILE MERGED 2003/07/16 13:47:07 hjs 1.9.96.2: RESYNC: (1.9-1.10); FILE MERGED 2003/07/10 14:21:08 hjs 1.9.96.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [575baea6c4dcce1c03fb3c963905fb55279d0ff2]

        INTEGRATION: CWS ause04 (1.19.108); FILE MERGED 2003/07/10 14:21:07 hjs 1.19.108.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [6ad904a9c8d99d3283f045dbd7e195361ea1f2f3]

        INTEGRATION: CWS ause04 (1.22.54); FILE MERGED 2003/07/10 14:21:06 hjs 1.22.54.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [150b7d0cfe8ff67d6e11153b0e4d5ab4df2442b7]

        INTEGRATION: CWS ause04 (1.11.108); FILE MERGED 2003/07/10 14:21:05 hjs 1.11.108.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c38f100174f2fb188e9dda00461a778519a3e1cb]

        INTEGRATION: CWS ause04 (1.12.102); FILE MERGED 2003/07/10 14:21:03 hjs 1.12.102.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [daa21918a0172d40f7f734024066d46d68196045]

        INTEGRATION: CWS ause04 (1.9.18); FILE MERGED 2003/08/12 17:49:53 hjs 1.9.18.2: RESYNC: (1.9-1.10); FILE MERGED 2003/08/12 10:40:16 gh 1.9.18.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [4ef752bffffeb8ae2a58b15e4c52d448d380bda7]

        INTEGRATION: CWS ause04 (1.5.56); FILE MERGED 2003/07/10 12:56:44 hjs 1.5.56.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e5cc1f2309f51b72d248a3e60b9d7ac07e4a86f3]

        INTEGRATION: CWS ause04 (1.8.78); FILE MERGED 2003/08/12 10:40:12 gh 1.8.78.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8c99b18c75afc9262af8c65822d5072a00ad49e6]

        INTEGRATION: CWS ause04 (1.4.74); FILE MERGED 2003/07/10 12:59:05 hjs 1.4.74.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e7ee1a54e0ed6209fdde94f9c2ab25a9c2cf33f0]

        INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/16 15:35:39 hjs 1.6.26.2: RESYNC: (1.6-1.7); FILE MERGED 2003/07/10 12:59:04 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e13be3a8cfae49570ba5b28e33f75db870ef5f32]

        INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:59:03 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [609bff7850722231c6f7a70fc790e277debe31a6]

        INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:59:02 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [67dab040a6e3446575e9577c85baf489b278391a]

        INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:59:01 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3f1975e976c7e63cb2718d513f4d6e62964887f6]

        INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:59:00 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c200db8d88cc2bd0148ada36553322acf476c588]

        INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:58:59 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c3f5eea5e67aa3170179b1855861f2aedf0ea159]

        INTEGRATION: CWS ause04 (1.6.26); FILE MERGED 2003/07/10 12:58:58 hjs 1.6.26.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [7b4b0a85278370ab171cfaf03d643ea7c1b3d00a]

        INTEGRATION: CWS ause04 (1.1.1.1.118); FILE MERGED 2003/07/10 12:58:57 hjs 1.1.1.1.118.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [92ceea681cf4d15ffad22d1eee12e6b0221d97cb]

        INTEGRATION: CWS ause04 (1.10.74); FILE MERGED 2003/08/25 12:07:35 gh 1.10.74.2: no more srs delivered 2003/08/12 10:40:09 gh 1.10.74.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [0ace52342cf196934d07b600bbea4ea8c6cbe226]

        INTEGRATION: CWS ause04 (1.24.56); FILE MERGED 2003/07/21 15:59:12 hjs 1.24.56.2: #108702# removed too much 2003/07/16 10:14:14 hjs 1.24.56.1: #108702# cleanup

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [9f6eedb5b6fe26f3be6fccdcd9ca50f390abf427]

        INTEGRATION: CWS ause04 (1.3.112); FILE MERGED 2003/07/11 10:09:25 hjs 1.3.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c16393954777eaabe6d86a559cc7a3939888b385]

        INTEGRATION: CWS ause04 (1.2.112); FILE MERGED 2003/07/11 10:09:23 hjs 1.2.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [594df9b62c2569186322a4920e7d09a26bfaa1b2]

        INTEGRATION: CWS ause04 (1.5.112); FILE MERGED 2003/07/11 10:09:22 hjs 1.5.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [9422f6441fabd2c2179aa4a739e6a78218987dd7]

        INTEGRATION: CWS ause04 (1.13.112); FILE MERGED 2003/07/11 10:09:22 hjs 1.13.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [be0e8cb8f2e7b43458efadc6a72e4b67e169c74f]

        INTEGRATION: CWS ause04 (1.2.112); FILE MERGED 2003/07/11 10:09:21 hjs 1.2.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3ea2bcc76bfc4a7e3ac6f151e6efcffc65fe03f9]

        INTEGRATION: CWS ause04 (1.5.112); FILE MERGED 2003/07/11 10:09:20 hjs 1.5.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [dfa356be5be586b4ae081948757d3918ed3bfe3d]

        INTEGRATION: CWS ause04 (1.2.112); FILE MERGED 2003/07/11 10:09:19 hjs 1.2.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [02e37494d7af05ff138310476cafc49363654094]

        INTEGRATION: CWS ause04 (1.7.112); FILE MERGED 2003/07/11 10:09:19 hjs 1.7.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [16d9ad30425ade21df53d2df084551be9f9211e8]

        INTEGRATION: CWS ause04 (1.3.112); FILE MERGED 2003/07/11 10:09:18 hjs 1.3.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c9a5ab6da71784d1bcac3eb419b8c0182c636b2f]

        INTEGRATION: CWS ause04 (1.4.112); FILE MERGED 2003/07/11 10:09:18 hjs 1.4.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8e89ab9610cbb8074377faf584134c04b7309dcb]

        INTEGRATION: CWS ause04 (1.2.112); FILE MERGED 2003/07/11 10:09:17 hjs 1.2.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8dd53e1a08910d40600313f4e82ab6ba25e602de]

        INTEGRATION: CWS ause04 (1.4.112); FILE MERGED 2003/07/11 10:09:16 hjs 1.4.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [84c95b62c8bb5661e467c89dd93373e600358163]

        INTEGRATION: CWS ause04 (1.2.112); FILE MERGED 2003/07/11 10:09:16 hjs 1.2.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [36bdf8899d11ea9c94e5c1dd2129fdb933edda5d]

        INTEGRATION: CWS ause04 (1.3.32); FILE MERGED 2003/07/16 15:10:10 hjs 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/11 10:09:15 hjs 1.3.32.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [61d26c3298eb6a594493e51e17d77113a9f56b25]

        INTEGRATION: CWS ause04 (1.6.112); FILE MERGED 2003/07/11 10:09:14 hjs 1.6.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ddfc54c3563b5145ba2901dcd101edf8354dd75c]

        INTEGRATION: CWS ause04 (1.3.112); FILE MERGED 2003/07/11 10:09:14 hjs 1.3.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d89579d67de73b1a78214a5b422d0010831cb29a]

        INTEGRATION: CWS ause04 (1.4.112); FILE MERGED 2003/07/11 10:09:13 hjs 1.4.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [2064c4efd70709411ba024eb57bcf48cc2dbf281]

        INTEGRATION: CWS ause04 (1.7.112); FILE MERGED 2003/07/11 10:09:13 hjs 1.7.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [aa7c07dcd59046b5ed6567b9072af42ec4979c3e]

        INTEGRATION: CWS ause04 (1.5.112); FILE MERGED 2003/07/11 10:09:12 hjs 1.5.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c1e22531a41ea73812ded2ea51501dd885c89a89]

        INTEGRATION: CWS ause04 (1.7.112); FILE MERGED 2003/07/11 10:09:11 hjs 1.7.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [7be02670d3e08e703b981bacf2c217a5cf2a05ae]

        INTEGRATION: CWS ause04 (1.2.112); FILE MERGED 2003/07/11 10:09:10 hjs 1.2.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [372799be38cdfb477569fe95ed11d7b4d14fa366]

        INTEGRATION: CWS ause04 (1.6.112); FILE MERGED 2003/07/11 10:09:10 hjs 1.6.112.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [797c17a33f2292da58bdfc982b7975672944cb01]

        INTEGRATION: CWS ause04 (1.3.286); FILE MERGED 2003/07/11 10:08:53 hjs 1.3.286.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [6a148a9875e91cd30775fb7f2f7fbac4b7f2e0f2]

        INTEGRATION: CWS ause04 (1.10.72); FILE MERGED 2003/08/12 10:40:07 gh 1.10.72.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [7f41ed3f0fc264d90e24f6e2893cbbac0330fb10]

        INTEGRATION: CWS ause04 (1.3.56); FILE MERGED 2003/07/10 16:37:24 hjs 1.3.56.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [363df0093158d8bd70c198859d3fb9a5ab51f678]

        INTEGRATION: CWS ause04 (1.10.44); FILE MERGED 2003/07/09 18:41:51 hjs 1.10.44.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d14b409f4190cae4f29bc8225f866a5f3b1d27dd]

        INTEGRATION: CWS ause04 (1.5.110); FILE MERGED 2003/07/09 18:41:51 hjs 1.5.110.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [db1e929ff95d6dd4453a745eb2d3ba8ce870a2ac]

        INTEGRATION: CWS ause04 (1.6.40); FILE MERGED 2003/07/23 13:24:50 gh 1.6.40.1: renicing the code a bit

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [9adb2db6e0db400e0f937077b45227744fa4713b]

        INTEGRATION: CWS ause04 (1.14.30); FILE MERGED 2003/07/23 13:24:49 gh 1.14.30.1: renicing the code a bit

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a982cb07e35e62820af118cf1f60962889d6c309]

        INTEGRATION: CWS ause04 (1.10.14); FILE MERGED 2003/08/25 12:55:13 gh 1.10.14.2: deliver hid particles for deliveres srs files 2003/08/12 10:40:02 gh 1.10.14.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3a8f75b197c759af8824053ca9f3667fa7eecb60]

        INTEGRATION: CWS ause04 (1.14.50); FILE MERGED 2003/07/09 18:12:28 hjs 1.14.50.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [15d99c5ce9378d3b1be26a7c6e62b65072abb894]

        INTEGRATION: CWS ause04 (1.26.58); FILE MERGED 2003/07/09 18:12:28 hjs 1.26.58.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [dd987959c75d763cb723ad3eaaadda726f56c021]

        INTEGRATION: CWS ause04 (1.25.26); FILE MERGED 2003/08/12 17:09:54 hjs 1.25.26.2: RESYNC: (1.25-1.26); FILE MERGED 2003/08/12 10:39:59 gh 1.25.26.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [997c3dec99a280096acc4196fb50849f390df817]

        INTEGRATION: CWS ause04 (1.52.6); FILE MERGED 2003/08/12 15:23:34 hjs 1.52.6.1: #108702# romove obsolete windows diffrentiations

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [5f567c8b8ccd0439672db500b3bb4f51b3593f76]

        INTEGRATION: CWS ause04 (1.15.46); FILE MERGED 2003/08/12 17:04:33 hjs 1.15.46.3: RESYNC: (1.16-1.17); FILE MERGED 2003/07/16 11:24:23 hjs 1.15.46.2: RESYNC: (1.15-1.16); FILE MERGED 2003/07/14 17:21:36 hjs 1.15.46.1: #110619# reworked zip dependencies

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c2eb2c64bd40c4765800d83e8d47672fc971d755]

        INTEGRATION: CWS ause04 (1.74.6); FILE MERGED 2003/08/12 17:04:27 hjs 1.74.6.2: RESYNC: (1.74-1.75); FILE MERGED 2003/06/27 11:51:41 hjs 1.74.6.1: #108702# - remove unused/outdated

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1da0c2d0f469aa8b9ea3026dee7701c973d4439e]

        INTEGRATION: CWS ause04 (1.5.32); FILE MERGED 2003/08/12 12:55:09 gh 1.5.32.1: generate new hid.lst using particles

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3f387a4534070371e03172457d70106813dabad0]

        INTEGRATION: CWS ause04 (1.4.118); FILE MERGED 2003/08/25 12:58:03 gh 1.4.118.2: removed filtering of srs files on solenv when building hid particle 2003/08/12 12:55:09 gh 1.4.118.1: generate new hid.lst using particles

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8bacbd27f63b8a7693d8b52b1807992c4618bb2b]

        INTEGRATION: CWS ause04 (1.4.10); FILE MERGED 2003/06/26 16:39:30 hjs 1.4.10.1: #110050# - fix javaver.mk generation

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [7e2fc57afd4541db5534d6ef0025b3ef4c3d5ef9]

        INTEGRATION: CWS ause04 (1.15.46); FILE MERGED 2003/07/11 13:29:05 hjs 1.15.46.2: #108794#, #110619# rework src/srs targets and dependencies 2003/06/27 11:51:40 hjs 1.15.46.1: #108702# - remove unused/outdated

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [65953c706471c42f6ad44c2022191e3c80cc04dc]

        INTEGRATION: CWS ause04 (1.40.10); FILE MERGED 2003/08/12 17:04:11 hjs 1.40.10.3: RESYNC: (1.40-1.41); FILE MERGED 2003/07/11 13:30:44 hjs 1.40.10.2: #100815# reorder link line 2003/06/27 11:51:40 hjs 1.40.10.1: #108702# - remove unused/outdated

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [981433b93cae3e003d15b84aa56d63a38c747ff3]

        INTEGRATION: CWS ause04 (1.139.6); FILE MERGED 2003/08/12 12:55:08 gh 1.139.6.6: generate new hid.lst using particles 2003/07/16 11:23:54 hjs 1.139.6.5: RESYNC: (1.139-1.140); FILE MERGED 2003/07/14 17:21:35 hjs 1.139.6.4: #110619# reworked zip dependencies 2003/07/11 13:29:04 hjs 1.139.6.3: #108794#, #110619# rework src/srs targets and dependencies 2003/06/27 11:47:34 hjs 1.139.6.2: #109121#, #108702# - remove ancient idl targets; remove unused/outdated 2003/06/26 16:38:50 hjs 1.139.6.1: #103889#, #110050#, #108794# - fix javaver.mk generation; cleanup resource targets

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [aed315ac2d79c9f269d005e5cc10409b61d9c72e]

        INTEGRATION: CWS ause04 (1.135.2); FILE MERGED 2003/06/27 11:51:39 hjs 1.135.2.2: #108702# - remove unused/outdated 2003/06/26 16:40:14 hjs 1.135.2.1: #103889#, #108794# - cleanup resource targets

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e8faf7346cfbb7baba485e3f3a0f3d288fd682dc]

        INTEGRATION: CWS ause04 (1.50.32); FILE MERGED 2003/07/14 17:21:36 hjs 1.50.32.3: #110619# reworked zip dependencies 2003/07/11 13:29:56 hjs 1.50.32.2: #108794#, #110619# rework src/srs targets and dependencies 2003/06/27 11:51:39 hjs 1.50.32.1: #108702# - remove unused/outdated

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [cd2a7fc32b3786b8a6c0cb9c9986378e12776f4d]

        INTEGRATION: CWS ause04 (1.25.46); FILE MERGED 2003/06/27 11:51:38 hjs 1.25.46.1: #108702# - remove unused/outdated

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [60a172bc6c0aaeea58f2d8681c8e46d49eb6f7cc]

        INTEGRATION: CWS ause04 (1.4.46); FILE REMOVED 2003/06/27 11:51:38 hjs 1.4.46.1: #108702# - remove unused/outdated

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [09b68d3efdd5c9ecc75bb789161440a32dadc505]

        INTEGRATION: CWS ause04 (1.14.46); FILE MERGED 2003/08/12 17:03:12 hjs 1.14.46.3: RESYNC: (1.15-1.16); FILE MERGED 2003/07/16 11:23:14 hjs 1.14.46.2: RESYNC: (1.14-1.15); FILE MERGED 2003/07/14 17:21:35 hjs 1.14.46.1: #110619# reworked zip dependencies

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [b8bfd5f31ed763a3a0f7e69422962528cc3561be]

        INTEGRATION: CWS ause04 (1.1.2); FILE ADDED 2003/08/12 12:52:25 gh 1.1.2.2: Unrolled version of tg_srs.mk 2003/07/11 13:29:25 hjs 1.1.2.1: #108794#, #110619# rework src/srs targets and dependencies

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c68a7242cc9164c772c51e15abc15171cd2436e7]

        INTEGRATION: CWS ause04 (1.72.6); FILE MERGED 2003/08/12 17:03:05 hjs 1.72.6.2: RESYNC: (1.72-1.73); FILE MERGED 2003/06/27 11:51:37 hjs 1.72.6.1: #108702# - remove unused/outdated

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a5bcd811a0b93d81d62d097af40221b4fdf9ad33]

        INTEGRATION: CWS ause04 (1.3.118); FILE MERGED 2003/08/25 12:58:10 gh 1.3.118.2: removed filtering of srs files on solenv when building hid particle 2003/08/12 12:56:18 gh 1.3.118.1: unrolled file from version 1.4.118.1

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [f84a517cd7da42ad39bdcc6eb9809aa6f74aafc6]

        INTEGRATION: CWS ause04 (1.39.10); FILE MERGED 2003/08/12 17:02:48 hjs 1.39.10.3: RESYNC: (1.39-1.40); FILE MERGED 2003/07/11 13:30:44 hjs 1.39.10.2: #100815# reorder link line 2003/06/27 11:51:37 hjs 1.39.10.1: #108702# - remove unused/outdated

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [f0fbbb452c1d387bf3bf5df27287b9a9706bd262]

        INTEGRATION: CWS ause04 (1.3.122); FILE MERGED 2003/07/10 17:07:54 hjs 1.3.122.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d42a9b766a175fcc84a2de2d02acfa197c942f43]

        INTEGRATION: CWS ause04 (1.10.60); FILE MERGED 2003/08/12 10:39:51 gh 1.10.60.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ebef203e0a1f4f14b1bf13fd27dbcd249a310db3]

        INTEGRATION: CWS ause04 (1.2.348); FILE MERGED 2003/07/11 10:08:25 hjs 1.2.348.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ac769d3183fe5c5ccf009199e33bbbe1627c5189]

        INTEGRATION: CWS ause04 (1.7.324); FILE MERGED 2003/07/11 10:08:24 hjs 1.7.324.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [05ccc18046b960a6d9ba84faa3d566e53a015e7b]

        INTEGRATION: CWS ause04 (1.11.338); FILE MERGED 2003/07/11 10:08:24 hjs 1.11.338.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [6ceda6093d54e72d206c68188e850fd7fc33b4a3]

        INTEGRATION: CWS ause04 (1.4.348); FILE MERGED 2003/07/11 10:08:23 hjs 1.4.348.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [772b073aac97e7b4b5893efe3179c064c5520195]

        INTEGRATION: CWS ause04 (1.1.1.1.360); FILE MERGED 2003/07/11 10:08:23 hjs 1.1.1.1.360.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [674b772b83683c182edb851f7ce29c422e6bbc24]

        INTEGRATION: CWS ause04 (1.1.1.1.360); FILE MERGED 2003/07/11 10:08:22 hjs 1.1.1.1.360.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [726d8460934cd759ba342b1eb171bbf647e303a2]

        INTEGRATION: CWS ause04 (1.1.1.1.360); FILE MERGED 2003/07/11 10:08:21 hjs 1.1.1.1.360.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [da468d3dfcd088b2fcc824ea2be6318c497e2606]

        INTEGRATION: CWS ause04 (1.2.344); FILE MERGED 2003/07/11 10:08:21 hjs 1.2.344.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a3924bf66c91f94e36dce234173054e78296c7cc]

        INTEGRATION: CWS ause04 (1.23.166); FILE MERGED 2003/07/11 10:08:20 hjs 1.23.166.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [da20051b21c3f986547a90f0aa8b4981abbb4401]

        INTEGRATION: CWS ause04 (1.2.348); FILE MERGED 2003/07/11 10:08:19 hjs 1.2.348.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [b9b0935baee036f8897da369bb485c79a78a081f]

        INTEGRATION: CWS ause04 (1.10.322); FILE MERGED 2003/07/11 10:08:19 hjs 1.10.322.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [cba11b7f45ab999b0362cd6ffc8b730030d398b4]

        INTEGRATION: CWS ause04 (1.2.346); FILE MERGED 2003/07/11 10:08:18 hjs 1.2.346.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [b6e581532920b78fe7d5bea81f676ff4ba740d2f]

        INTEGRATION: CWS ause04 (1.13.166); FILE MERGED 2003/07/11 10:08:18 hjs 1.13.166.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [819d321f1170fa1fa40cbb7483bfd77bbe2261ef]

        INTEGRATION: CWS ause04 (1.4.344); FILE MERGED 2003/07/11 10:08:17 hjs 1.4.344.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [be8505e25c4546662e93639af15e48f8e48880a0]

        INTEGRATION: CWS ause04 (1.5.344); FILE MERGED 2003/07/11 10:08:17 hjs 1.5.344.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8adf64c8e3a782539ae0843c2108039a562c5958]

        INTEGRATION: CWS ause04 (1.10.336); FILE MERGED 2003/07/11 10:08:16 hjs 1.10.336.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e784cf2565a85590314efeaceb76b1eb991fab37]

        INTEGRATION: CWS ause04 (1.16.136); FILE MERGED 2003/07/11 10:08:15 hjs 1.16.136.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e6c3f419bfd6631ae9e8e5d65fe985e4a1d5c047]

        INTEGRATION: CWS ause04 (1.21.88); FILE MERGED 2003/07/11 10:08:15 hjs 1.21.88.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e204e3c2bddf75887ecafca849cd91ca9fb2c926]

        INTEGRATION: CWS ause04 (1.3.326); FILE MERGED 2003/07/11 10:08:03 hjs 1.3.326.1: #108794# replace SRCFILES with SRC1FILES

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c1a8b644f7aa21d49a745eb2f888a3164ccf995d]

        INTEGRATION: CWS ause04 (1.74.128); FILE MERGED 2003/08/25 12:56:22 gh 1.74.128.2: deliver hid particles for deliveres srs files 2003/08/12 10:39:47 gh 1.74.128.1: remove old hid.lst particles and add new ones

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [eb2a0c8c100e7b86fa76ef256a9348f2361ca492]

        INTEGRATION: CWS vcl15 (1.20.10); FILE MERGED 2003/07/24 12:02:40 pl 1.20.10.1: #i16977# merge from vcl7pp1r1

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [441717076a0309a1dbc15c10c3e5a423918e5ad2]

        INTEGRATION: CWS vcl15 (1.17.12); FILE MERGED 2003/08/08 07:28:03 pl 1.17.12.3: fixed a merge error 2003/08/07 15:34:11 pl 1.17.12.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/24 12:04:04 pl 1.17.12.1: #i16977# merge from vcl7pp1r1

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [f56b30848dba40f26247e8bb8a861dd1f9271afa]

        INTEGRATION: CWS vcl15 (1.17.12); FILE MERGED 2003/08/08 07:28:03 pl 1.17.12.3: fixed a merge error 2003/08/07 15:34:11 pl 1.17.12.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/24 12:04:04 pl 1.17.12.1: #i16977# merge from vcl7pp1r1

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [03511a00ffe7aed0b89196f6152ae5c430cd91d8]

        INTEGRATION: CWS vcl15 (1.24.20); FILE MERGED 2003/07/24 15:05:15 pl 1.24.20.1: #111013# merge from vcl7pp1r1

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [6808a0523b7af99b86e3e4fef3fd9c06a7a4ffbe]

        INTEGRATION: CWS vcl15 (1.20.2); FILE MERGED 2003/07/25 18:12:28 pl 1.20.2.1: #i17352# artificial italic and bold

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a115709386128a7aed8d00b0e2fb41e337eaa758]

        INTEGRATION: CWS vcl15 (1.2.62); FILE MERGED 2003/07/10 16:46:58 pl 1.2.62.1: #i7578# do not crash if a tmp file cannot be created

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [ad8ebd89a7da7d7ddbbe183f16b9571c768b6427]

        INTEGRATION: CWS vcl15 (1.4.26); FILE MERGED 2003/07/25 18:12:28 pl 1.4.26.1: #i17352# artificial italic and bold

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e689bd90ee8946eb00fbb6b274ad05c8c4e8756c]

        INTEGRATION: CWS vcl15 (1.21.26); FILE MERGED 2003/07/25 18:12:27 pl 1.21.26.2: #i17352# artificial italic and bold 2003/07/10 16:46:58 pl 1.21.26.1: #i7578# do not crash if a tmp file cannot be created

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e6e9ae9dfbf4b9a47a4d15628a53b283af818537]

        INTEGRATION: CWS vcl15 (1.11.26); FILE MERGED 2003/07/25 18:12:27 pl 1.11.26.2: #i17352# artificial italic and bold 2003/07/10 16:46:59 pl 1.11.26.1: #i7578# do not crash if a tmp file cannot be created

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [0d8e5e5e7daeaeef0097807f89a15c1446b4acc2]

        INTEGRATION: CWS vcl15 (1.22.20); FILE MERGED 2003/08/07 15:37:07 pl 1.22.20.2: RESYNC: (1.22-1.23); FILE MERGED 2003/07/03 17:56:30 pl 1.22.20.1: #110485# workaround fonts with broken name records

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [c57eec702b9775d032ffd7322b400123da26aed5]

        INTEGRATION: CWS vcl15 (1.39.2); FILE MERGED 2003/07/03 17:56:29 pl 1.39.2.1: #110485# workaround fonts with broken name records

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a4ff33e80087dbcb3b00b5296ee1ca373b8f2784]

        INTEGRATION: CWS vcl15 (1.11.2); FILE MERGED 2003/07/25 18:12:26 pl 1.11.2.1: #i17352# artificial italic and bold

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [832003acc76ad5e00fe7a574b5fbac8bb4f6e5e1]

        INTEGRATION: CWS vcl15 (1.68.18); FILE MERGED 2003/08/07 15:35:37 pl 1.68.18.3: RESYNC: (1.69-1.71); FILE MERGED 2003/07/16 13:10:47 pl 1.68.18.2: RESYNC: (1.68-1.69); FILE MERGED 2003/07/10 15:26:42 hdu 1.68.18.1: #110745# often charcount!=glyphcount for fallback levels

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [eaee97866a9e89f0cd70fa4e3b56a122a97f5311]

        INTEGRATION: CWS vcl15 (1.163.4); FILE MERGED 2003/07/10 11:49:01 pl 1.163.4.2: #110529# adjustment in SetWindowState works better if simpler 2003/07/09 12:05:25 pl 1.163.4.1: #i15246# don't close popups if pointer is inside one of our frames

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [24ffb06a92725d5f09428551a02525c46b545850]

        INTEGRATION: CWS vcl15 (1.26.32); FILE MERGED 2003/07/16 13:10:53 pl 1.26.32.2: RESYNC: (1.26-1.27); FILE MERGED 2003/07/09 14:10:56 pl 1.26.32.1: #i16610# got margins wrong in landscape case

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [9df087ad62cd47e1ecffef6f40031bd26a02a995]

        INTEGRATION: CWS vcl15 (1.105.4); FILE MERGED 2003/07/30 16:07:46 pl 1.105.4.3: removed old crap (Ansi1252Reencoder) 2003/07/30 16:01:44 pl 1.105.4.2: removed obsolete Xprinter stuff (TranslateCharName) 2003/07/25 18:13:03 pl 1.105.4.1: #i17352# artificial italic and bold for psprint

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1090e32fab5ed4d5dfe6289e8830894312c45911]

        INTEGRATION: CWS vcl15 (1.24.78); FILE MERGED 2003/07/09 12:53:56 pl 1.24.78.1: #i15507# prefer Xft font resolution

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8dfee50b99c2c97b86966ab32df6eaf3689769d1]

        INTEGRATION: CWS vcl15 (1.9.214); FILE MERGED 2003/07/30 16:07:46 pl 1.9.214.2: removed old crap (Ansi1252Reencoder) 2003/07/30 16:01:45 pl 1.9.214.1: removed obsolete Xprinter stuff (TranslateCharName)

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [684a098adca5a1931adc6d8ed398c67aefa95945]

        INTEGRATION: CWS vcl15 (1.31.4); FILE MERGED 2003/08/07 15:35:57 pl 1.31.4.2: RESYNC: (1.31-1.32); FILE MERGED 2003/07/10 13:44:59 hdu 1.31.4.1: #i15237# manual resync to CWS pp1r1

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [f64fa109d56b21a23ba8c9426b0af3957f382195]

        INTEGRATION: CWS vcl15 (1.12.26); FILE MERGED 2003/08/06 08:09:58 pl 1.12.26.2: corrected wrong const'ness 2003/07/22 09:29:10 pl 1.12.26.1: #110842# cleaned up shutdown sequence

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [cd468bd6ab6a09127b4b554c30df8ed717262ebf]

        INTEGRATION: CWS vcl15 (1.15.26); FILE MERGED 2003/07/22 09:29:08 pl 1.15.26.1: #110842# cleaned up shutdown sequence

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [95c52c7aa54421ede2d24a2fafcc9fe4719699e4]

        INTEGRATION: CWS vcl15 (1.43.4); FILE MERGED 2003/07/30 11:15:04 pl 1.43.4.3: #108930# corrected symbol name for KEY_REPEAT, KEY_HELP 2003/07/22 09:29:08 pl 1.43.4.2: #110842# cleaned up shutdown sequence 2003/07/09 12:53:55 pl 1.43.4.1: #i15507# prefer Xft font resolution

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [da5e1bc00c2e22139790d739b4e1064682f6f33b]

        INTEGRATION: CWS vcl15 (1.25.26); FILE MERGED 2003/07/22 09:29:07 pl 1.25.26.1: #110842# cleaned up shutdown sequence

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [93bff1fd4724222e96f5d0483990af337bbeaf28]

        INTEGRATION: CWS vcl15 (1.7.78); FILE MERGED 2003/07/24 15:19:43 pl 1.7.78.1: #i6044# merge from vcl7pp1r1

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [d8a0d3560687cd6a340c9d0627f949777af1aeba]

        INTEGRATION: CWS vcl15 (1.23.68); FILE MERGED 2003/07/11 09:56:09 pl 1.23.68.1: #110563# activate workaround for KeyPress/Release failure of IM for all IMs

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [613e78f118a217b44b9190f7ab6124dc71316ec7]

        INTEGRATION: CWS vcl15 (1.16.80); FILE MERGED 2003/07/09 12:53:54 pl 1.16.80.1: #i15507# prefer Xft font resolution

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [6415f5abd58569baf6d950cc9c8642a6e4ca664d]

        INTEGRATION: CWS vcl15 (1.4.94); FILE MERGED 2003/08/07 15:36:36 pl 1.4.94.2: RESYNC: (1.4-1.5); FILE MERGED 2003/07/22 09:29:06 pl 1.4.94.1: #110842# cleaned up shutdown sequence

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [a594cdcab485e8fb664436849dbb1b2a3eb8734a]

        INTEGRATION: CWS vcl15 (1.12.4); FILE MERGED 2003/07/09 11:59:37 ssa 1.12.4.1: #110720#, no CJK mnemonics for latin-only strings that don't contain valid mnemonic chars

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [73f5f51141c0130ee1646ad5bbcc3f966ef31ae8]

        INTEGRATION: CWS vcl15 (1.25.40); FILE MERGED 2003/07/28 14:37:22 pl 1.25.40.2: #i13119# use OutputDevice::ImplDrawHatch for PDF hatching to achieve WYSIWYG 2003/07/22 14:43:15 pl 1.25.40.1: #i16410# add: artifial bold and italic for PDF

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1ced26e19d769e2ac6ca83f57f82cddbd2cfd061]

        INTEGRATION: CWS vcl15 (1.54.4); FILE MERGED 2003/08/07 15:34:03 pl 1.54.4.8: RESYNC: (1.54-1.55); FILE MERGED 2003/07/31 13:10:45 pl 1.54.4.7: #110728# fill outline fonts with white as OutputDevice does 2003/07/29 14:37:41 pl 1.54.4.6: #i16410# optimize text matrix usage 2003/07/29 14:13:50 pl 1.54.4.5: #i16410# set stroking color for artificial bold 2003/07/28 14:37:21 pl 1.54.4.4: #i13119# use OutputDevice::ImplDrawHatch for PDF hatching to achieve WYSIWYG 2003/07/23 09:19:17 pl 1.54.4.3: #i16410# don't do artificial unitalic because of fonts like Chancery, Palace script 2003/07/22 14:43:14 pl 1.54.4.2: #i16410# add: artifial bold and italic for PDF 2003/07/15 17:41:18 pl 1.54.4.1: #i16410# add: artificial italic for PDF

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [8bc87cde065f59f83d54c3cd766a4a1bf0ad4904]

        INTEGRATION: CWS vcl15 (1.13.94); FILE MERGED 2003/07/28 14:37:22 pl 1.13.94.1: #i13119# use OutputDevice::ImplDrawHatch for PDF hatching to achieve WYSIWYG

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [f365075ecb1508150bcb94ca621af543446629fb]

        INTEGRATION: CWS vcl15 (1.23.70); FILE MERGED 2003/08/07 09:00:37 hdu 1.23.70.1: #110576# added text layout mode and text digit language to Push/Pop

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e2c139a1a4b235ee68dd8a782a0c791d816b63bf]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:56:14 abi 1.2.2.1: retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [6d38cf487440b6024512531d56a9e74e2353f746]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:55:52 abi 1.2.2.1: Retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [7af5635edac80ffb0d7581bc11f322cc0d43625c]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:55:51 abi 1.2.2.1: Retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [536d9b36114741a2b6408bcde793f5c3d381ecb7]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:55:50 abi 1.2.2.1: Retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [1721e3e8abf2985cb275549efbd79e301460565d]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:55:49 abi 1.2.2.1: Retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [7c9f0fabedf388cfb5fe2e48b82a583c7bd84043]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:55:48 abi 1.2.2.1: Retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [e25185c8b244b0f393426e85e6ffb856f1cce170]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:55:47 abi 1.2.2.1: Retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [7236aa553edf72a7be98ba2d0323eafcfed602a1]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:55:46 abi 1.2.2.1: Retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [f989ac95b9d160408cbfdcecceb0256c67697b86]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:55:45 abi 1.2.2.1: Retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [3244ef327762013ceafc4e193f6d1aab403b34bb]

        INTEGRATION: CWS abi4 (1.3.2); FILE ADDED 2003/08/21 10:55:28 abi 1.3.2.1: Retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [bbba3c787c5a5b0053545eba0bc4e9756af9ae37]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:55:02 abi 1.2.2.1: Retrieving odma

2003-08-25  Kurt Zenker  <kz@openoffice.org>  [24d5a93d6778c98eedf0ca731c3dc9104e5d40c4]

        INTEGRATION: CWS abi4 (1.2.2); FILE ADDED 2003/08/21 10:54:42 abi 1.2.2.1: Retrieving odma

2003-08-22  Oliver Specht  <os@openoffice.org>  [5c90a8f0d7db0cdf3b4f700e4feafda68f09b3a5]

        #111716# assure that the enumeration stops at the end of a selection

2003-08-21  Tomas O'Connor  <toconnor@openoffice.org>  [a83117c710be7bc9bdb50fadd11caa154d298b36]

        IssueZilla 15986 - move build.xml file to examples/java directory to build Java examples and zip up files using makefile.mk so that files get unzipped by installed with correct mixed case names.

2003-08-21  Rüdiger Timm  <rt@openoffice.org>  [edcf3b5293e279bc29cf5ca0810dcef3f326af87]

        #100000# linux_atomic.h added as ADDITIONAL_FILES in makefile.mk

2003-08-21  Rüdiger Timm  <rt@openoffice.org>  [8c0cf814e88c9e60e50eedfa775d548a8388f49d]

        #100000#, #111920# Don't update zip files when called with -check

2003-08-21  Rüdiger Timm  <rt@openoffice.org>  [a021e98c177a1ce6e5ad9836b8389339f2c67a16]

        #i18165# Merge from OOo11rc4 (rev. 1.7.10.2)

2003-08-21  Rüdiger Timm  <rt@openoffice.org>  [d0e672a1fb50ea4d804db8c93caed4aa3904a05c]

        100000# Give group write permission to created subdirectories.

2003-08-20  Thorsten Behrens  <thb@openoffice.org>  [32c0e6e8f891e97528f5e03a9577a811971fdb3a]

        Some adaptions to coding guidelines. Method names are now lowercase, as well as namespaces. Enums are class members, if applicable, and all uppercase. Instead of sal_Bool, we're using builtin-bool, for non-API stuff

2003-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [95e977c9d4e821a0dcf64d114b37d80bee611bd5]

        #100000# join from CWS licenseprint

2003-08-20  Mikhail Voitenko  <mav@openoffice.org>  [40e0d62dfa18953ad5fbc8917789b23832daeb8c]

        previous version must be removed

2003-08-20  Thorsten Behrens  <thb@openoffice.org>  [1c5bcfdc702c9e8cc66a33935550f5cc136b3ba0]

        Added missing ftools include

2003-08-20  Daniel Boelzle  <dbo@openoffice.org>  [addae3e87b9d919cdc7efadd0655ed0da0de222d]

        #107130#

2003-08-20  Rüdiger Timm  <rt@openoffice.org>  [e95dc3335b2c8ea21587861778879bc2e7ca7bed]

        SRC680

2003-08-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fa60861b23b241868b12c5d933a2a3b16b12ce2e]

        #100000# duplicate use of case label

2003-08-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e2a405d7d2163f21ef6f5ff729e0c7f698a582be]

        #100000# added module dependency

2003-08-20  Rüdiger Timm  <rt@openoffice.org>  [136272073b7b35e34d82421907775b3e835de576]

        #100000# Corrected last change

2003-08-19  Kurt Zenker  <kz@openoffice.org>  [60197d887c613bf246fd48f53a31fdd5ee95e431]

        new version for SRC680

2003-08-19  Kurt Zenker  <kz@openoffice.org>  [a97ae37b3c61d2d7fcc2aea3a89db35285fc27a7]

        new version for SRC680

2003-08-19  Kurt Zenker  <kz@openoffice.org>  [8e34990705fe92473a38e17f371796e773e7d7db]

        new version for SRC680

2003-08-19  Rüdiger Timm  <rt@openoffice.org>  [2655ee0df321df8f9f0a62f2ab0ceb822d957dab]

        new version for SRC680

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aa6d254db4b385bee636ac431237d75934657033]

        #100000# syntax in #ifdef

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4c1ea47b29d8b7d80367480529c83974b8b9c4af]

        #100000# syntax in #ifdef

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a9fa86cd67e1c988e9ce986bb1d8af032e5ad99f]

        SRC680

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d786099df909d183409875b4585fb9383b86f008]

        INTEGRATION: CWS os15 (1.19.148); FILE MERGED 2003/07/30 12:01:21 os 1.19.148.1: #i16598# correctly record table, row and cell background

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2dde4324cb21b80ac9424b212aac40f2f5778740]

        INTEGRATION: CWS os15 (1.10.256); FILE MERGED 2003/08/01 12:17:50 os 1.10.256.1: #100967# support recording of InsertFloatingFrame

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4442e51c945b1a8f897ddcbdfd675907ee906854]

        INTEGRATION: CWS os15 (1.36.94); FILE MERGED 2003/08/01 12:17:49 os 1.36.94.1: #100967# support recording of InsertFloatingFrame

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [339e1a392d340a1fa2a86355d080e2b1cc635a66]

        INTEGRATION: CWS os15 (1.19.192); FILE MERGED 2003/08/01 12:19:14 os 1.19.192.1: #100791##100789##100967# recording of insert/applet, plugin, floating frame implemented

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [61f7f5323e477f5ad34655eeab331c6ebdd81a77]

        INTEGRATION: CWS os15 (1.38.120); FILE MERGED 2003/08/01 12:19:14 os 1.38.120.1: #100791##100789##100967# recording of insert/applet, plugin, floating frame implemented

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [517186e0c515325e57427c91d3b55e80dc49b514]

        INTEGRATION: CWS os15 (1.22.148); FILE MERGED 2003/08/01 12:12:27 os 1.22.148.1: #100791##100789##100967# recording of insert/applet, plugin, floating frame implemented

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c479a9beb1da45aeaf2bf3abc42adab8c261e2c2]

        INTEGRATION: CWS os15 (1.15.148); FILE MERGED 2003/07/30 13:29:32 os 1.15.148.1: #100947# recording of drag'n dropped database field implemented

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [697dcafc673c7eddd9972628f873cb1dd814a562]

        INTEGRATION: CWS os15 (1.27.144); FILE MERGED 2003/08/01 12:12:03 os 1.27.144.1: #100791##100789##100967# recording of insert/applet, plugin, floating frame implemented

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [47cc5c43338a667406107ee95c8854af795d6d97]

        INTEGRATION: CWS os15 (1.18.148); FILE MERGED 2003/07/30 14:22:49 os 1.18.148.1: #100266# ::InsertSymbol: recordable and at the same quality as SwTextShell::InsertSymbol()

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [20e537e393775161acf671932bda657210afad71]

        INTEGRATION: CWS os15 (1.14.60); FILE MERGED 2003/08/01 12:12:42 os 1.14.60.1: #100791##100789##100967# recording of insert/applet, plugin, floating frame implemented

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [847f4a9c80452c84980e8a66b041d00216b64a6e]

        INTEGRATION: CWS os15 (1.2.350); FILE MERGED 2003/07/30 14:23:03 os 1.2.350.1: #100266# ::InsertSymbol: recordable and at the same quality as SwTextShell::InsertSymbol()

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a8e4e9dbe101795caf16743bf08375ac12d67992]

        INTEGRATION: CWS os15 (1.24.110); FILE MERGED 2003/08/04 08:44:49 os 1.24.110.1: #i17816# selection of ValueSet elements repaired

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [32d37a1a3b12bab8aba10a60b8677b7d9b939a06]

        INTEGRATION: CWS os15 (1.31.92); FILE MERGED 2003/08/01 12:14:16 os 1.31.92.1: #100967# memory leak at inserting floating frame fixed

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7af066a2f8f8a19d583cb97b8ff47ddf2a6d5c5]

        INTEGRATION: CWS os15 (1.14.58); FILE MERGED 2003/08/01 12:13:40 os 1.14.58.1: #100967# memory leak at inserting floating frame fixed

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4ff7319baf86092fc671375062e2a8d5ffad90d3]

        INTEGRATION: CWS os15 (1.31.142); FILE MERGED 2003/07/30 11:56:44 os 1.31.142.1: #i11250# correctly check for author field format

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [540eadc06640f8a48a07aaa38bbce141ed2bb785]

        INTEGRATION: CWS os15 (1.43.110); FILE MERGED 2003/07/30 12:01:49 os 1.43.110.1: #i16598# correctly record table, row and cell background

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c8dcf065c1637da7e3fd8d2e166fb33634b72a8e]

        INTEGRATION: CWS os15 (1.8.314); FILE MERGED 2003/07/30 12:01:35 os 1.8.314.1: #i16598# correctly record table, row and cell background

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f8e7904e32598243a64b4bf81961bd3ac261aec]

        INTEGRATION: CWS os15 (1.1.2); FILE ADDED 2003/08/01 12:16:13 os 1.1.2.1: #100791# file moved from source/filter/inc to implement recording of Insert/Applet

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e1a58fd3ec7ada90b622baf4e6c1033c9e6c14b1]

        INTEGRATION: CWS os13 (1.16.64); FILE MERGED 2003/07/25 10:49:45 os 1.16.64.1: #i15268# use URL notation to match existing documents with a required DDE source

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [14075322b19eb2d015fb3886fd0fec829061cb47]

        INTEGRATION: CWS os13 (1.21.70); FILE MERGED 2003/07/29 08:29:18 os 1.21.70.1: #i11235# reduce number of proposed metric types

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e47cbfc126fd47c91536ea514929bafe0a340eb4]

        INTEGRATION: CWS os13 (1.4.232); FILE MERGED 2003/07/24 12:15:12 os 1.4.232.1: #i9569# added CurrentPresentation as optional property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e91e48af75d90783c1a0a61dac46a73d923d97f]

        INTEGRATION: CWS os13 (1.46.10); FILE MERGED 2003/07/24 12:16:11 os 1.46.10.1: #i9569# support of 'CurrentPresentation' for conditional text field added

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [600b86bc0b4b5182489c965d852e820f48c8f439]

        INTEGRATION: CWS os13 (1.22.10); FILE MERGED 2003/07/24 12:16:02 os 1.22.10.1: #i9569# support of 'CurrentPresentation' for conditional text field added

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [82e03d19a8bf950449918c4750a58a3229a06ce2]

        INTEGRATION: CWS os13 (1.11.114); FILE MERGED 2003/07/25 10:56:03 os 1.11.114.1: #i15268# GetDfValue doesn't need a number formatter argument; improve robustness against unavailable current view

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b126b6c06b8e3fda59fcb0c203f563c19e081ab2]

        INTEGRATION: CWS os13 (1.27.114); FILE MERGED 2003/08/14 11:11:02 os 1.27.114.2: #110928# automatical update on visiblity change of drawings 2003/07/18 14:22:30 os 1.27.114.1: #110928# regard visibility of grouped drawings

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a05f5d3ac0425f56b8563ad3eb761cb099267c10]

        INTEGRATION: CWS os13 (1.78.34); FILE MERGED 2003/08/13 10:55:25 os 1.78.34.1: #110689# SvxUnoForbiddenCharsTable::onChange overloaded

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c9aee1d2e9826d80a54c5b6026c2ac58e530d73]

        INTEGRATION: CWS os13 (1.25.114); FILE MERGED 2003/08/08 07:40:38 os 1.25.114.2: RESYNC: (1.25-1.26); FILE MERGED 2003/07/29 14:29:09 os 1.25.114.1: #i13709# replace newline by space to display in scroll bar's quick help

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [008ff5452672a86b70d7859d065a2717c62e5d0c]

        INTEGRATION: CWS os13 (1.40.114); FILE MERGED 2003/07/18 08:43:58 os 1.40.114.1: #i16722# abort inserting of document if SfxObjectShell::HandleFilter() returns error

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [beef1806ca50d8206f70485f711202b489233eed]

        INTEGRATION: CWS os13 (1.57.114); FILE MERGED 2003/07/29 08:29:44 os 1.57.114.1: #i11235# reduce number of proposed metric types in ruler

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7189264b695ce4ce0660cc4328789f7fd6579fe8]

        INTEGRATION: CWS os13 (1.18.74); FILE MERGED 2003/07/28 08:34:03 os 1.18.74.1: #i15788# prevent execution of SID_INSERT_FIELD in modal mode (to prevent closing of the dialog while an input field dialog is active)

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f8b845d9a4e7d45dc8bf21f176a27f5f75dd300d]

        INTEGRATION: CWS os13 (1.19.114); FILE MERGED 2003/07/10 13:59:36 os 1.19.114.1: #i13742# add SfxRequest::Done() calls for recording

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [28e8243fc139117600513872dee2d07e1bc9b1d5]

        INTEGRATION: CWS os13 (1.8.114); FILE MERGED 2003/07/29 08:53:59 os 1.8.114.1: #i15543# display of error message depends on the display of the file dialog

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7428ce7ba6d5fbd7730176504dcf1cbb55ee1a0f]

        INTEGRATION: CWS os13 (1.11.114); FILE MERGED 2003/07/10 09:23:35 os 1.11.114.1: #110751# call SetModified() after setting a group name

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [69d2007b5a554861f385f6fa7d5a06a838f73256]

        INTEGRATION: CWS os13 (1.15.114); FILE MERGED 2003/07/10 11:16:34 os 1.15.114.1: #110601# ::NewGroupDoc: mustn't add path token twice

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2c9c305dd4f53cf7b01b803d66ac5478f2812bcb]

        INTEGRATION: CWS os13 (1.2.280); FILE MERGED 2003/07/25 10:54:38 os 1.2.280.1: #i15268# GetDfValue doesn't need a number formatter argument

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0103a8dbdc0643eb043e92adddcbf6477fe12316]

        INTEGRATION: CWS os13 (1.6.280); FILE MERGED 2003/07/25 10:54:08 os 1.6.280.1: #i15268# convert some methods to be 'static'

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1cf6815da9b16e92ad9459ca3e2a525eb1331a9]

        INTEGRATION: CWS os13 (1.10.114); FILE MERGED 2003/07/25 10:57:24 os 1.10.114.1: #i15268# convert some methods of SwFldMgr to be 'static'

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d3c7765bd909368a1e7dbb563a933d7c48142f3a]

        INTEGRATION: CWS os13 (1.9.114); FILE MERGED 2003/07/25 10:57:24 os 1.9.114.1: #i15268# convert some methods of SwFldMgr to be 'static'

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5de3612775c2919b9c78e8aedddf1048bbb5187]

        INTEGRATION: CWS os13 (1.4.114); FILE MERGED 2003/07/25 10:57:24 os 1.4.114.1: #i15268# convert some methods of SwFldMgr to be 'static'

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1082fde3442b02d5b44afbed632ce70d5ca61a1d]

        INTEGRATION: CWS os13 (1.27.18); FILE MERGED 2003/07/25 10:56:48 os 1.27.18.1: #i15268# convert some methods to be 'static'; improve robustness against unavailable current view

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8249a3a553e2c44a241cb5d511d5677c9b036dbf]

        INTEGRATION: CWS os13 (1.10.18); FILE MERGED 2003/07/25 10:57:23 os 1.10.18.1: #i15268# convert some methods of SwFldMgr to be 'static'

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cb9b0761076c8a3e40f2040013ecad2a93fc6414]

        INTEGRATION: CWS os13 (1.6.114); FILE MERGED 2003/07/25 10:57:23 os 1.6.114.1: #i15268# convert some methods of SwFldMgr to be 'static'

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a67b80945fe5c1d30b1679af5dc5013426494ecf]

        INTEGRATION: CWS os13 (1.5.114); FILE MERGED 2003/07/25 10:57:23 os 1.5.114.1: #i15268# convert some methods of SwFldMgr to be 'static'

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bc0ffa10c509261278d099c184f0beabc3811ccb]

        INTEGRATION: CWS os13 (1.3.310); FILE MERGED 2003/07/28 07:40:58 os 1.3.310.1: #i7831# call modify handler on Up/Down/LoseFocus

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0eae81adc2cc20ce7baf0aef518ad6aea4d365d2]

        INTEGRATION: CWS os13 (1.8.114); FILE MERGED 2003/07/28 07:40:59 os 1.8.114.1: #i7831# call modify handler on Up/Down/LoseFocus

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e4fdc2219efd75121a8ac44e7fd86acda9ea526f]

        INTEGRATION: CWS os13 (1.34.58); FILE MERGED 2003/07/10 11:27:51 os 1.34.58.1: #110634# SID_SW_DOCMAN_PATH removed

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [30d10371aa5ad3010ad6e33183b7a2fb3d9969be]

        INTEGRATION: CWS os13 (1.152.18); FILE MERGED 2003/07/24 12:16:25 os 1.152.18.1: #i9569# support of 'CurrentPresentation' for conditional text field added

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f7878689c2d390afd973a5a53cd20954cb4d637]

        INTEGRATION: CWS os13 (1.75.18); FILE MERGED 2003/07/24 12:16:24 os 1.75.18.1: #i9569# support of 'CurrentPresentation' for conditional text field added

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0918ebf156e000c31e3078047d5f3a1e968ef309]

        INTEGRATION: CWS os13 (1.31.108); FILE MERGED 2003/07/24 12:16:43 os 1.31.108.1: #i9569# support of 'CurrentPresentation' for conditional text field added

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [597e6434306e49afbbe9950db5b88c2660e36f90]

        INTEGRATION: CWS os13 (1.29.108); FILE MERGED 2003/07/10 10:04:22 os 1.29.108.1: #110689# call of SetModified() added

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9308cb52ab356988a1c35ef8adbf4a5a2cb493ac]

        INTEGRATION: CWS os13 (1.14.114); FILE MERGED 2003/07/29 08:40:48 os 1.14.114.1: #i9331# call SetModified() in SwDoc::TransliterateText()

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf1d170e2d8f1fdefb5309cab571ac79291fb84d]

        INTEGRATION: CWS os13 (1.7.148); FILE MERGED 2003/07/10 11:27:39 os 1.7.148.1: #110634# SID_SW_DOCMAN_PATH removed

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a0268711970d75fb1ddafef1fba0413c528d70f]

        INTEGRATION: CWS os13 (1.11.36); FILE MERGED 2003/08/13 10:55:10 os 1.11.36.1: #110689# SvxUnoForbiddenCharsTable::onChange overloaded

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [080b47ed7765e3616ceecaafb39bc99dc8a38f46]

        INTEGRATION: CWS os13 (1.46.14); FILE MERGED 2003/07/10 10:04:45 os 1.46.14.1: #110689# call of SetModified() added

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [02406b0dfe9a3d88d5ea7d2e3158a6b797a16059]

        INTEGRATION: CWS dr6 (1.11.28); FILE MERGED 2003/07/30 11:43:08 dr 1.11.28.2: #i3653# fixed imp/exp of 'allow blank cell' in validation 2003/07/18 15:58:32 sab 1.11.28.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e93516e03328f95e11aa6738aaad36bc20877397]

        INTEGRATION: CWS dr6 (1.11.28); FILE MERGED 2003/07/30 11:43:08 dr 1.11.28.2: #i3653# fixed imp/exp of 'allow blank cell' in validation 2003/07/18 15:58:32 sab 1.11.28.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fcdf604df8d5c84720ccf2128a7b556a8f33201b]

        INTEGRATION: CWS dr6 (1.35.52); FILE MERGED 2003/07/30 11:43:07 dr 1.35.52.2: #i3653# fixed imp/exp of 'allow blank cell' in validation 2003/07/18 15:54:17 sab 1.35.52.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b295ab771fd0c4179ac92882dc5929730fbd2b58]

        INTEGRATION: CWS dr6 (1.33.44); FILE MERGED 2003/07/16 15:43:23 dr 1.33.44.2: #i3653# show dropdown only in list validation 2003/07/15 17:13:45 nn 1.33.44.1: #i3653# show drop-down button for list validity

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fe62c2811682ca5ae0e6cef366a19c3fe7362e2b]

        INTEGRATION: CWS dr6 (1.18.66); FILE MERGED 2003/07/15 17:13:45 nn 1.18.66.1: #i3653# show drop-down button for list validity

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a8a6d5bae5d6c61f20ebab15e907f505193af57d]

        INTEGRATION: CWS dr6 (1.43.16); FILE MERGED 2003/07/15 17:13:44 nn 1.43.16.2: #i3653# show drop-down button for list validity 2003/07/14 15:16:17 dr 1.43.16.1: #i3653# EndPopupMode to ~ScFilterFloatingWindow

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6841fd0d7b3bfd8407b37f5d63949ad036a387bc]

        INTEGRATION: CWS dr6 (1.14.2); FILE MERGED 2003/07/18 13:00:16 dr 1.14.2.2: #i3653# list validation: use API constants for list type 2003/07/04 12:38:14 dr 1.14.2.1: #i3653# additions for list validation

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5db8c073bcb101b6c5c4fb76c13f6d7f1ef02c9e]

        INTEGRATION: CWS dr6 (1.20.60); FILE MERGED 2003/07/16 09:09:30 dr 1.20.60.1: #i3653# List validation: Enable SID_DATA_SELECT slot in empty columns

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d870c44678a1b461be16e8fa5abaa94ca92f0330]

        INTEGRATION: CWS dr6 (1.7.4); FILE MERGED 2003/07/18 16:01:25 sab 1.7.4.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fbd7a1ec60338ce666ef8a79028f5983effb33ae]

        INTEGRATION: CWS dr6 (1.73.2); FILE MERGED 2003/07/30 11:44:19 dr 1.73.2.4: #i3653# final string changes 2003/07/25 12:39:45 dr 1.73.2.3: RESYNC: (1.74-1.76); FILE MERGED 2003/07/07 12:38:05 dr 1.73.2.2: RESYNC: (1.73-1.74); FILE MERGED 2003/07/04 12:37:25 dr 1.73.2.1: #i3653# additions for list validation

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d8534d272005687b20f79eb54edfd631b3367ea3]

        INTEGRATION: CWS dr6 (1.2.30); FILE MERGED 2003/07/10 06:40:26 dr 1.2.30.2: #i3653# list validity 2003/07/04 12:36:58 dr 1.2.30.1: #i3653# additions for list validation

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1744a0a6b07eac923563812ea5394742f2d0c32c]

        INTEGRATION: CWS dr6 (1.2.30); FILE MERGED 2003/07/04 12:36:57 dr 1.2.30.1: #i3653# additions for list validation

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b4d6bd685e72de57d0e7fdae730ebda2b0c6d544]

        INTEGRATION: CWS dr6 (1.11.44); FILE MERGED 2003/07/15 17:13:27 nn 1.11.44.2: #i3653# show drop-down button for list validity 2003/07/14 15:14:59 dr 1.11.44.1: #i3653# unused members

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [989f613a7732871855f2fc5f42d905840ec2b9be]

        INTEGRATION: CWS dr6 (1.35.6); FILE MERGED 2003/07/30 11:43:48 dr 1.35.6.4: #i3653# final string changes 2003/07/25 12:44:55 dr 1.35.6.3: RESYNC: (1.36-1.37); FILE MERGED 2003/07/07 12:43:31 dr 1.35.6.2: RESYNC: (1.35-1.36); FILE MERGED 2003/07/04 12:40:56 dr 1.35.6.1: #i3653# additions for list validation

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [318c3220b4013816b66cc7f3a8478d33e5c1fa12]

        INTEGRATION: CWS dr6 (1.6.28); FILE MERGED 2003/08/13 10:23:19 dr 1.6.28.5: #111771# suppress assertion when editing old XML files 2003/07/18 13:00:03 dr 1.6.28.4: #i3653# list validation: use API constants for list type 2003/07/11 15:04:40 dr 1.6.28.3: #i3653# List validation 2003/07/10 06:40:16 dr 1.6.28.2: #i3653# list validity 2003/07/04 12:40:55 dr 1.6.28.1: #i3653# additions for list validation

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1da8502766311b1c44ec78bf7f761f6941e7e37a]

        INTEGRATION: CWS dr6 (1.64.10); FILE MERGED 2003/07/18 15:59:22 sab 1.64.10.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2118a69a7ea6654ed8aaacf80514431f358e0fb1]

        INTEGRATION: CWS dr6 (1.87.10); FILE MERGED 2003/07/18 15:59:21 sab 1.87.10.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b3cf576b02d08faec8f3a3d4fbe49abf67d98b3e]

        INTEGRATION: CWS dr6 (1.74.18); FILE MERGED 2003/07/18 15:56:31 sab 1.74.18.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [527525f063dede3b6c5f5d6942e3db7524237ec3]

        INTEGRATION: CWS dr6 (1.20.68); FILE MERGED 2003/07/18 15:54:18 sab 1.20.68.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b4520eb148821f932729b464abab7088cb18d813]

        INTEGRATION: CWS dr6 (1.55.24); FILE MERGED 2003/07/25 12:45:45 dr 1.55.24.2: RESYNC: (1.55-1.56); FILE MERGED 2003/07/04 12:18:38 dr 1.55.24.1: #i3653# moved string token handling to ScGlobal

2003-08-19  Duncan Foster  <dfoster@openoffice.org>  [94643e2757d153e82f671e69b1328a68b52993eb]

        #17307# Adding Duncans changes for Runtime->Provider These changes need to be reviewed/reworked

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [65ab854044d91c2bd581f4f026a986e973294028]

        INTEGRATION: CWS dr6 (1.1.2); FILE ADDED 2003/07/04 12:32:38 dr 1.1.2.1: #i3653# added token array helper functions

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [99f0a26d7286832704966599169179e28834b6e1]

        INTEGRATION: CWS dr6 (1.7.44); FILE MERGED 2003/07/04 12:30:10 dr 1.7.44.1: #i3653# changed string handling

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7d37edd06e531eb2b7def12091f36354e7a46099]

        INTEGRATION: CWS dr6 (1.2.68); FILE MERGED 2003/07/04 12:30:10 dr 1.2.68.1: #i3653# changed string handling

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f0b69f3df38992b2d520004b595e0c668ebd2009]

        INTEGRATION: CWS dr6 (1.4.24); FILE MERGED 2003/07/04 12:30:09 dr 1.4.24.1: #i3653# changed string handling

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [25d8e9282ae0f60c22264369c7dcb66432957f31]

        INTEGRATION: CWS dr6 (1.3.58); FILE MERGED 2003/08/13 10:57:24 dr 1.3.58.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/04 12:32:16 dr 1.3.58.1: #i3653# moved string token handling to ScGlobal

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [62c5eb0e8a6bf38c536d6033641d31f2f1cd63ce]

        INTEGRATION: CWS dr6 (1.15.44); FILE MERGED 2003/07/04 12:18:01 dr 1.15.44.1: #i3653# moved string token handling to ScGlobal

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3faf1f6e8ec6d71360df0e323c5a317e48d8043f]

        INTEGRATION: CWS dr6 (1.10.68); FILE MERGED 2003/07/04 12:18:01 dr 1.10.68.1: #i3653# moved string token handling to ScGlobal

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5183ad82ded232234e33380cd099d0e65e623222]

        INTEGRATION: CWS dr6 (1.3.58); FILE MERGED 2003/07/04 12:17:17 dr 1.3.58.1: #i3653# moved string token handling to ScGlobal

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [834fd4a20fc2b2570cec6161f635e090436d391e]

        INTEGRATION: CWS dr6 (1.8.2); FILE MERGED 2003/07/25 15:12:37 dr 1.8.2.1: #i3653# solve cwsresync incompatibility

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9497e5e2fd23d15d3a1efc1d69b9834912f3e0ee]

        INTEGRATION: CWS dr6 (1.1.2); FILE ADDED 2003/07/04 12:13:12 dr 1.1.2.1: #i3653# added token array helper functions

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fa4a9c96d716e5bec48bc323e04bb5c7a52fb211]

        INTEGRATION: CWS dr6 (1.3.68); FILE MERGED 2003/07/04 12:14:23 dr 1.3.68.1: #i3653# changed string handling

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [560b88f1116a9ba24e3ac917b822cb53b04cd207]

        INTEGRATION: CWS dr6 (1.5.24); FILE MERGED 2003/07/04 12:14:23 dr 1.5.24.1: #i3653# changed string handling

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f74a7eec75ae0fd0218e7a9104481b293d923463]

        INTEGRATION: CWS dr6 (1.4.24); FILE MERGED 2003/07/18 12:59:38 dr 1.4.24.2: #i3653# list validation: use API constants for list type 2003/07/04 12:15:10 dr 1.4.24.1: #i3653# added list validation import/export

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [643adb66dac119285630d10f6c90ec80b94d7ab1]

        INTEGRATION: CWS dr6 (1.5.24); FILE MERGED 2003/07/29 08:39:49 dr 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2003/07/04 12:14:22 dr 1.5.24.1: #i3653# changed string handling

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [19a32edc056200f606afbab3f16fc9f13553c927]

        INTEGRATION: CWS dr6 (1.3.68); FILE MERGED 2003/07/18 12:59:39 dr 1.3.68.2: #i3653# list validation: use API constants for list type 2003/07/04 12:15:10 dr 1.3.68.1: #i3653# added list validation import/export

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [be78626123f429a75477aa82a81001a09abce089]

        INTEGRATION: CWS dr6 (1.18.24); FILE MERGED 2003/08/13 10:58:40 dr 1.18.24.2: RESYNC: (1.18-1.19); FILE MERGED 2003/07/04 12:13:11 dr 1.18.24.1: #i3653# added token array helper functions

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b86ae8cc00a20ac3a9aa34503ddd1b3ca2ba2fd]

        INTEGRATION: CWS dr6 (1.63.36); FILE MERGED 2003/07/25 12:47:46 dr 1.63.36.2: RESYNC: (1.63-1.64); FILE MERGED 2003/07/04 12:13:10 dr 1.63.36.1: #i3653# added token array helper functions

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [255c247b994edc39073d251b3269ece97e195c0f]

        INTEGRATION: CWS dr6 (1.15.68); FILE MERGED 2003/07/10 06:39:52 dr 1.15.68.2: #i3653# new functions: ScTokenArray::(First|Next)NoSpaces 2003/07/04 11:46:37 dr 1.15.68.1: #i3653# remove filter specific function

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b971e3a981fdb546b5ba69da1be7fbdaa0a6e070]

        INTEGRATION: CWS dr6 (1.9.68); FILE MERGED 2003/07/30 11:42:15 dr 1.9.68.7: #i3653# allow range lists, ignore rest of formula 2003/07/18 12:59:13 dr 1.9.68.6: #i3653# list validation: use API constants for list type 2003/07/16 15:43:00 dr 1.9.68.5: #i3653# show dropdown only in list validation 2003/07/14 15:14:27 dr 1.9.68.4: #i3653# list validation 2003/07/11 15:04:21 dr 1.9.68.3: #i3653# List validation: create selection list 2003/07/10 06:38:43 dr 1.9.68.2: #i3653# list validity 2003/07/04 11:45:47 dr 1.9.68.1: #i3653# added show/sort selection list

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bffb75709739fc708fd352765af9f1cf4b3d8e3b]

        INTEGRATION: CWS dr6 (1.31.46); FILE MERGED 2003/07/04 11:45:22 dr 1.31.46.1: #i3653# added string token handling helpers

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7720b4da11d190016e51ae6e9006abeb8da6129a]

        INTEGRATION: CWS dr6 (1.49.52); FILE MERGED 2003/07/16 15:43:00 dr 1.49.52.2: #i3653# show dropdown only in list validation 2003/07/16 09:09:09 dr 1.49.52.1: #i3653# List validation: Enable SID_DATA_SELECT slot in empty columns

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9466be5934c2eadfc5b8192aee127dfa59373222]

        INTEGRATION: CWS dr6 (1.17.68); FILE MERGED 2003/07/11 15:04:22 dr 1.17.68.1: #i3653# List validation: create selection list

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5961abc7030fa6fea2409fc399513603e2ef2cdd]

        INTEGRATION: CWS dr6 (1.11.68); FILE MERGED 2003/07/10 06:39:30 dr 1.11.68.1: #i3653# changed lcl_HasRelRef

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dbd55e9acda56bf133b4c73732a9dfe0d18ad397]

        INTEGRATION: CWS dr6 (1.4.8); FILE MERGED 2003/07/18 12:58:45 dr 1.4.8.5: #i3653# list validation: use API constants for list type 2003/07/16 15:42:27 dr 1.4.8.4: #i3653# show dropdown only in list validation 2003/07/11 15:04:03 dr 1.4.8.3: #i3653# List validation: create selection list 2003/07/10 06:38:19 dr 1.4.8.2: #i3653# list validity 2003/07/04 11:44:47 dr 1.4.8.1: #i3653# added show/sort selection list

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e0beb9aa26205743e8905d591dbdf4fef372a449]

        INTEGRATION: CWS dr6 (1.51.44); FILE MERGED 2003/07/18 15:38:44 sab 1.51.44.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3ded764de0d0ae421e215155f0920e794fd46dd]

        INTEGRATION: CWS dr6 (1.35.170); FILE MERGED 2003/07/18 12:58:44 dr 1.35.170.3: #i3653# list validation: use API constants for list type 2003/07/04 11:44:08 dr 1.35.170.2: #i3653# new IDs for list validity dialog 2003/07/04 11:05:55 dr 1.35.170.1: #i3653# new IDs for list validity dialog

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f9ae38d5ffa8885c245cd89f1c3b7f375f26bd67]

        INTEGRATION: CWS dr6 (1.2.68); FILE MERGED 2003/07/11 15:03:34 dr 1.2.68.1: #i3653# added ComplRefData::IsDeleted

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [18c46acf186f51f67bce409e2385f8342661bc60]

        INTEGRATION: CWS dr6 (1.23.44); FILE MERGED 2003/07/04 11:04:53 dr 1.23.44.1: #i3653# added string token handling helpers

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4e841214e9adf7dbce9f112306b13be460aa4c46]

        INTEGRATION: CWS dr6 (1.3.42); FILE MERGED 2003/07/18 15:38:44 sab 1.3.42.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c9612a8b8a43e0bd5638b1acb9e7171802542c7c]

        INTEGRATION: CWS dr6 (1.67.44); FILE MERGED 2003/07/16 09:08:31 dr 1.67.44.1: #i3653# List validation: Enable SID_DATA_SELECT slot in empty columns

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [452137cbd05db1b2cddbc1e3096c28dd371f4148]

        INTEGRATION: CWS dr6 (1.15.68); FILE MERGED 2003/07/10 06:37:39 dr 1.15.68.2: #i3653# new functions: ScTokenArray::(First|Next)NoSpaces 2003/07/04 11:04:08 dr 1.15.68.1: #i3653# move filter specific function to filter

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cfafb1e0f0b64cf241193d67a2b6b76c3de38e53]

        INTEGRATION: CWS dr6 (1.17.68); FILE MERGED 2003/07/11 15:03:06 dr 1.17.68.1: #i3653# warning removed

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4e053c8779ea1aa460df99434b825f4f15fed6cc]

        INTEGRATION: CWS dr6 (1.14.86); FILE MERGED 2003/07/18 11:24:03 sab 1.14.86.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3c7602df6f0d3799f778a3b033a606afeb00c24]

        INTEGRATION: CWS dr6 (1.1.2); FILE ADDED 2003/07/18 11:24:03 sab 1.1.2.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8b2de655f35b51df7d8ec5523e39ddee1905203d]

        INTEGRATION: CWS dr6 (1.5.186); FILE MERGED 2003/07/18 11:24:02 sab 1.5.186.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [548fc8991f6f7a8fe29e300b0ebdeb43804beffb]

        INTEGRATION: CWS dr6 (1.44.4); FILE MERGED 2003/07/18 16:03:24 sab 1.44.4.1: #i3653#; add ShowList property

2003-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc593c5b495bef088a3ad8116a1e98df26dcf7a3]

        INTEGRATION: CWS dr6 (1.42.126); FILE MERGED 2003/07/18 16:02:20 sab 1.42.126.1: #i3653#; add ShowList property

2003-08-19  Martin Hollmichel  <mh@openoffice.org>  [1d704138545c3ed840976c320067f029076788ab]

        join: from cws_srx645_ooo11rc3

2003-08-19  Noel Power  <npower@openoffice.org>  [70fccdd470b11e4630f8f537b5c796c16869742d]

        #17307# Adding Duncans changes for Runtime->Provider These changes need to be reviewed/reworked

2003-08-19  Noel Power  <npower@openoffice.org>  [a3b746cab7dee21db2d14d3cf3a630eb93d0b23a]

        #17307# Adding duncancs changes for Runtme->Providers

2003-08-19  Noel Power  <npower@openoffice.org>  [46b2dd586609dc83ebcd7cc5b16745fc17098ebd]

        #17307# Adding duncans changes for Runtime->ScriptProvider

2003-08-19  Noel Power  <npower@openoffice.org>  [92a84d0d4724a5046dbc56aa19f5832904da3718]

        #i17307# Commiting duncans runtime->provider changes These changes will be reviewed and reworked

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3d5b2b1e025a7fbe6c97cd4352b36c24892e5d30]

        INTEGRATION: CWS geordi2q01 (1.1.122); FILE MERGED 2003/08/18 12:49:52 hr 1.1.122.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [21296369743118b82925bdcc16b72f9fe056aef8]

        INTEGRATION: CWS geordi2q01 (1.121.24); FILE MERGED 2003/08/18 12:49:49 hr 1.121.24.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c960358018b655eaa9c92a027b966b0e4da2a60]

        INTEGRATION: CWS geordi2q01 (1.24.108); FILE MERGED 2003/08/18 13:35:05 hr 1.24.108.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [50ea9698b012ee617c4dd58a4d838ff8c6c1cb5d]

        INTEGRATION: CWS geordi2q01 (1.48.52); FILE MERGED 2003/08/18 13:35:04 hr 1.48.52.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3dcf16153efbf02cb2b22b987da2cd0faeaf6260]

        INTEGRATION: CWS geordi2q01 (1.46.42); FILE MERGED 2003/08/18 13:35:03 hr 1.46.42.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [336ca79f285f1bae1c76d8887e13ffef20e9195a]

        INTEGRATION: CWS geordi2q01 (1.61.106); FILE MERGED 2003/08/18 13:47:26 hr 1.61.106.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dafb0e5f7176cb12e6c33c16bf7cd2d2334b796f]

        INTEGRATION: CWS geordi2q01 (1.99.108); FILE MERGED 2003/08/18 13:47:25 hr 1.99.108.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [04e864acc7a44f0704eb7a881db537b0518137c6]

        INTEGRATION: CWS geordi2q01 (1.140.8); FILE MERGED 2003/08/18 13:47:24 hr 1.140.8.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d38deb4e7f2daf25a5b8f3543fd94d0148ebda8a]

        INTEGRATION: CWS geordi2q01 (1.68.106); FILE MERGED 2003/08/18 13:47:24 hr 1.68.106.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5bc5648893a408fb8fa6defc8c1c0377ed7dd87]

        INTEGRATION: CWS geordi2q01 (1.30.136); FILE MERGED 2003/08/18 13:47:23 hr 1.30.136.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8e674a92f7e88d981aeb50bb07169d63ddfbb983]

        INTEGRATION: CWS geordi2q01 (1.87.72); FILE MERGED 2003/08/18 13:47:23 hr 1.87.72.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d730baaca34c37c605b7d8008357501ccf8bcc32]

        INTEGRATION: CWS geordi2q01 (1.116.8); FILE MERGED 2003/08/18 13:47:22 hr 1.116.8.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2bb45850a867a785f83e5e2f5bd817d4ef82c3ba]

        INTEGRATION: CWS geordi2q01 (1.115.8); FILE MERGED 2003/08/18 13:47:22 hr 1.115.8.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aee4d795bcaa207b4911872a8d24ff124c4289d7]

        INTEGRATION: CWS geordi2q01 (1.48.136); FILE MERGED 2003/08/18 13:47:21 hr 1.48.136.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9dca61cc1bb1834d6cc579be09ae5c9bbe0b54f8]

        INTEGRATION: CWS geordi2q01 (1.103.36); FILE MERGED 2003/08/18 13:47:20 hr 1.103.36.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8c826dc7dc4040bf422b3b47ae5919116f0c2492]

        INTEGRATION: CWS geordi2q01 (1.65.76); FILE MERGED 2003/08/18 13:47:19 hr 1.65.76.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4ae355861a4dafa7d9f6475aee7e35b2f3681337]

        INTEGRATION: CWS geordi2q01 (1.49.72); FILE MERGED 2003/08/18 13:47:19 hr 1.49.72.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f87f2fcd467f449f6a9261c3c6d486b203ed32bf]

        INTEGRATION: CWS geordi2q01 (1.63.72); FILE MERGED 2003/08/18 13:47:18 hr 1.63.72.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cdb5e8491bec4dc2d462dd23d7fa7cd7342d5d9a]

        INTEGRATION: CWS geordi2q01 (1.1.4); FILE ADDED 2003/08/18 13:47:18 hr 1.1.4.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1452f47030af8bbd01d6f379f12c1544d50a62b]

        INTEGRATION: CWS geordi2q01 (1.15.136); FILE MERGED 2003/08/18 13:47:17 hr 1.15.136.1: #111861#: join changes from CWS corkfilterteam10

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [db4742d10e2f92e32fd94267a1917407ba18ae26]

        INTEGRATION: CWS geordi2q01 (1.4.44); FILE MERGED 2003/08/18 12:46:59 hr 1.4.44.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [58c4eacc8959723e00b63e3577ddc9b9f376b455]

        INTEGRATION: CWS geordi2q01 (1.2.12); FILE MERGED 2003/08/18 12:51:08 hr 1.2.12.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1c1366dce339413ee2d4f7cc23e59437f824b59a]

        INTEGRATION: CWS geordi2q01 (1.1.16); FILE MERGED 2003/08/18 12:51:05 hr 1.1.16.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1786ab5d73aea9dc48e23834e9e121dcc2a80511]

        INTEGRATION: CWS geordi2q01 (1.1.16); FILE MERGED 2003/08/18 12:51:04 hr 1.1.16.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [89babc51f51251712a2fa82f47babd9f83a34082]

        INTEGRATION: CWS geordi2q01 (1.1.16); FILE MERGED 2003/08/18 12:51:02 hr 1.1.16.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a0d6642b62bb95ef61ee09aeae1086eb6ff40af]

        INTEGRATION: CWS geordi2q01 (1.19.16); FILE MERGED 2003/08/18 13:16:35 hr 1.19.16.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b3c659c32c3f7ba0be17730696443892d637c0c5]

        INTEGRATION: CWS geordi2q01 (1.9.16); FILE MERGED 2003/08/18 13:16:34 hr 1.9.16.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1f9001ab7963154c62307ac5e05d400eb9a2791a]

        INTEGRATION: CWS geordi2q01 (1.11.24); FILE MERGED 2003/08/18 13:36:13 hr 1.11.24.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [602e81a49da0c6697ed4e85dcfb47e483fb15aad]

        INTEGRATION: CWS geordi2q01 (1.47.24); FILE MERGED 2003/08/18 13:38:04 hr 1.47.24.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [70ef237f0feaec886ef91d325988ce37e6cad4bb]

        INTEGRATION: CWS geordi2q01 (1.42.54); FILE MERGED 2003/08/18 13:38:01 hr 1.42.54.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8b9c7502c6e014895d5a204efd29c3aeeb4e5664]

        INTEGRATION: CWS geordi2q01 (1.13.24); FILE MERGED 2003/08/18 13:38:00 hr 1.13.24.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [28074f028c3f62077ced5804679862486d1e62c5]

        INTEGRATION: CWS geordi2q01 (1.4.142); FILE MERGED 2003/08/18 13:38:00 hr 1.4.142.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ede9d5ce962e187ee63658445a827de36fd18889]

        INTEGRATION: CWS geordi2q01 (1.44.22); FILE MERGED 2003/08/18 13:37:59 hr 1.44.22.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d0b30403d204d7f31a38fbd23e1f523437feba4f]

        INTEGRATION: CWS geordi2q01 (1.26.22); FILE MERGED 2003/08/18 13:37:59 hr 1.26.22.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e13f5317c543aa0e3ce089fc9ba46fc0e8116285]

        INTEGRATION: CWS geordi2q01 (1.9.256); FILE MERGED 2003/08/18 13:37:58 hr 1.9.256.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [271d117cad348306d21e19a92f7436486d246915]

        INTEGRATION: CWS geordi2q01 (1.7.126); FILE MERGED 2003/08/18 13:37:58 hr 1.7.126.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e186b02e01e043969e5184159cea6f8fd46bc89f]

        INTEGRATION: CWS geordi2q01 (1.3.126); FILE MERGED 2003/08/18 13:37:57 hr 1.3.126.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0ac202d7ca7dcb4395b48a4ab5145b1f18396144]

        INTEGRATION: CWS geordi2q01 (1.23.116); FILE MERGED 2003/08/18 13:37:57 hr 1.23.116.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ad5fcd146b14087856c130d6cfe922c8c43e9af]

        INTEGRATION: CWS geordi2q01 (1.18.126); FILE MERGED 2003/08/18 13:37:57 hr 1.18.126.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ded0d3c22870324839e54063283b9b741c724228]

        INTEGRATION: CWS geordi2q01 (1.4.266); FILE MERGED 2003/08/18 13:37:56 hr 1.4.266.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8e33776acf176d3fbdb3f0448336db47ebab13a0]

        INTEGRATION: CWS geordi2q01 (1.16.128); FILE MERGED 2003/08/18 13:37:55 hr 1.16.128.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d30e8d1ed815ccd4d941865d1b2fe30408a86217]

        INTEGRATION: CWS geordi2q01 (1.46.24); FILE MERGED 2003/08/18 13:37:53 hr 1.46.24.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [19bb3c13f6dc5fd9cdd1d32b6c71921dabd734a0]

        INTEGRATION: CWS geordi2q01 (1.55.20); FILE MERGED 2003/08/18 13:37:53 hr 1.55.20.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2eead197b8bf6ace07410fc66ecd541aad7c3e6e]

        INTEGRATION: CWS geordi2q01 (1.155.28); FILE MERGED 2003/08/18 13:37:52 hr 1.155.28.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0e4e1e1a9b87237c123628be695cc87333db4a3c]

        INTEGRATION: CWS geordi2q01 (1.18.30); FILE MERGED 2003/08/18 13:37:51 hr 1.18.30.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7aecdd58306e95a00418f9c3688164da561dda70]

        INTEGRATION: CWS geordi2q01 (1.2.298); FILE MERGED 2003/08/18 13:37:51 hr 1.2.298.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8dad75f1f4f378fbbcd76754cce5dc08d0ef8636]

        INTEGRATION: CWS geordi2q01 (1.7.12); FILE MERGED 2003/08/18 12:48:29 hr 1.7.12.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [edc277e1702a2f33c0c460aacd96362bcd3dfe3f]

        INTEGRATION: CWS geordi2q01 (1.8.30); FILE MERGED 2003/08/18 12:39:05 hr 1.8.30.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2d5b1b32e411bdd82f9768f5b13ed0a371e8786e]

        INTEGRATION: CWS geordi2q01 (1.16.20); FILE MERGED 2003/08/18 12:48:05 hr 1.16.20.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c2f96d1ff1a13595e6f2aba7dec04a7646dfb8b8]

        INTEGRATION: CWS geordi2q01 (1.98.20); FILE MERGED 2003/08/18 13:26:43 hr 1.98.20.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eaa926fd2995ea5a74518fe503df862254820ce5]

        INTEGRATION: CWS geordi2q01 (1.6.6); FILE MERGED 2003/08/18 13:01:27 hr 1.6.6.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [717caa92871fcd629f89552111edebbd47032301]

        INTEGRATION: CWS geordi2q01 (1.2.368); FILE MERGED 2003/08/18 14:16:06 hr 1.2.368.1: #111861#: join changes from CWS oj01parser

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [06cc1c21b6237455da1bf624321bdc5ca5319355]

        INTEGRATION: CWS geordi2q01 (1.23.48); FILE MERGED 2003/08/18 13:33:31 hr 1.23.48.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f8261c56f2c43604bbcca26e6235ddaf9fe50ea]

        INTEGRATION: CWS geordi2q01 (1.62.52); FILE MERGED 2003/08/18 13:33:30 hr 1.62.52.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4bbe3693388366dee150b02e6322fc979bd171ef]

        INTEGRATION: CWS geordi2q01 (1.41.52); FILE MERGED 2003/08/18 13:33:30 hr 1.41.52.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5710aaadd3ca30ab0f527fd44cd6699569621203]

        INTEGRATION: CWS geordi2q01 (1.31.52); FILE MERGED 2003/08/18 13:33:29 hr 1.31.52.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2de19d5e27d8e11ddf306737625e48e324a315d5]

        INTEGRATION: CWS geordi2q01 (1.47.50); FILE MERGED 2003/08/18 13:33:28 hr 1.47.50.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e309588a3427428c030f1101d72ca668dd5aa217]

        INTEGRATION: CWS geordi2q01 (1.37.14); FILE MERGED 2003/08/18 12:59:49 hr 1.37.14.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [34eb01b93c6e40681854a7ee359c3f323f8cc0e2]

        INTEGRATION: CWS geordi2q01 (1.4.14); FILE MERGED 2003/08/18 12:59:45 hr 1.4.14.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eb1a75365abf3d0c666c44fb70264c012200faea]

        INTEGRATION: CWS geordi2q01 (1.90.68); FILE MERGED 2003/08/18 14:15:03 hr 1.90.68.1: #111861#: join changes from CWS oj01parser

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d0ef61288cc9beb447570127e1a6b11446005780]

        INTEGRATION: CWS geordi2q01 (1.50.40); FILE MERGED 2003/08/18 14:15:02 hr 1.50.40.1: #111861#: join changes from CWS oj01parser

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d6f3c0372c6395a7fd5643dab7823fc6e65b339b]

        INTEGRATION: CWS geordi2q01 (1.61.40); FILE MERGED 2003/08/18 14:15:02 hr 1.61.40.1: #111861#: join changes from CWS oj01parser

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c2292d13a9681a038267bc8539cb5007d0fdb244]

        INTEGRATION: CWS geordi2q01 (1.9.40); FILE MERGED 2003/08/18 12:49:08 hr 1.9.40.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4666a115a1840d32e0d5ebb982727fb7326c296b]

        INTEGRATION: CWS geordi2q01 (1.4.22); FILE MERGED 2003/08/18 12:53:30 hr 1.4.22.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f17a27a1c330303f52f1d992dc9ea7382e29de04]

        INTEGRATION: CWS geordi2q01 (1.6.16); FILE MERGED 2003/08/18 12:40:52 hr 1.6.16.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aa86ca7d03b0c44885813c41a0bc59d46bfc37f6]

        INTEGRATION: CWS geordi2q01 (1.2.14); FILE MERGED 2003/08/18 13:04:40 hr 1.2.14.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [23a9d2e47061ecf3aacede73194165bd7146d244]

        INTEGRATION: CWS geordi2q01 (1.3.10); FILE MERGED 2003/08/18 13:04:40 hr 1.3.10.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [36b8f705dbd3dc2b6745ccee33e43c429c806065]

        INTEGRATION: CWS geordi2q01 (1.3.14); FILE MERGED 2003/08/18 13:04:07 hr 1.3.14.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1d933aca8e4b574c9cc0f1b0e0f0640915ad828]

        INTEGRATION: CWS geordi2q01 (1.1.14); FILE MERGED 2003/08/18 13:04:06 hr 1.1.14.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [886759084d96beb15231f43cc77b0f9b5387844b]

        INTEGRATION: CWS geordi2q01 (1.2.14); FILE MERGED 2003/08/18 13:04:06 hr 1.2.14.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0bde3353b1f9da3471b143e24283eed8c6fdee1d]

        INTEGRATION: CWS geordi2q01 (1.3.14); FILE MERGED 2003/08/18 13:04:05 hr 1.3.14.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [22b30d36c299fb7ff8d7572f3b7c6507bf8450e0]

        INTEGRATION: CWS geordi2q01 (1.2.12); FILE MERGED 2003/08/18 13:04:05 hr 1.2.12.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3e3eca48131bbc53621730b00f06f7aa56d1658b]

        INTEGRATION: CWS geordi2q01 (1.3.14); FILE MERGED 2003/08/18 13:03:42 hr 1.3.14.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [545179e45548b4b6147c5f19673c698c64da99b9]

        INTEGRATION: CWS geordi2q01 (1.3.14); FILE MERGED 2003/08/18 13:03:15 hr 1.3.14.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f560330ba83a68906589f88b3372c31d8117da31]

        INTEGRATION: CWS geordi2q01 (1.16.22); FILE MERGED 2003/08/18 13:05:45 hr 1.16.22.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2cd236741479f3dcf3efea8a02ba827428ca020f]

        INTEGRATION: CWS geordi2q01 (1.8.8); FILE MERGED 2003/08/18 13:30:49 hr 1.8.8.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7416f4df9e241439b1a75bdb191bbf133c7ff0aa]

        INTEGRATION: CWS geordi2q01 (1.22.8); FILE MERGED 2003/08/18 13:29:30 hr 1.22.8.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c6d30bccad20134a03a8e2a8164dd770d0cf799a]

        INTEGRATION: CWS geordi2q01 (1.20.26); FILE MERGED 2003/08/18 13:00:18 hr 1.20.26.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ebfecd47a9e9343cb442d638db749825a2a7f4a9]

        INTEGRATION: CWS geordi2q01 (1.13.18); FILE MERGED 2003/08/18 12:58:01 hr 1.13.18.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dc9237516fcc4033e0851d52e7fc21c6262c2b20]

        INTEGRATION: CWS geordi2q01 (1.10.18); FILE MERGED 2003/08/18 12:58:00 hr 1.10.18.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5fd047f183173ff03100a62fe9085a29c033cb28]

        INTEGRATION: CWS geordi2q01 (1.13.18); FILE MERGED 2003/08/18 12:57:59 hr 1.13.18.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [458dea46957b826e4baf34ce83ad0e0fec4218ad]

        INTEGRATION: CWS geordi2q01 (1.5.40); FILE MERGED 2003/08/18 12:57:58 hr 1.5.40.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [93394ed7434520f8ec022a3c560dc59344a6d6bf]

        INTEGRATION: CWS geordi2q01 (1.8.40); FILE MERGED 2003/08/18 12:57:58 hr 1.8.40.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bc7e17d4e1a22c4b9a75b4e65fbaaebe1e9134c0]

        INTEGRATION: CWS geordi2q01 (1.18.16); FILE MERGED 2003/08/18 12:47:28 hr 1.18.16.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5a757546818c05891d24441a4b2d26bf87c03810]

        INTEGRATION: CWS geordi2q01 (1.2.36); FILE MERGED 2003/08/18 12:45:32 hr 1.2.36.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3340f6a8e500ce3a9cc21337dc61c52a63bef7d1]

        INTEGRATION: CWS geordi2q01 (1.44.122); FILE MERGED 2003/08/18 13:32:15 hr 1.44.122.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [74a4c969a9d291bf2b90ff1678e0489c94854876]

        INTEGRATION: CWS geordi2q01 (1.10.8); FILE MERGED 2003/08/18 12:46:10 hr 1.10.8.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6eacea3115ee31e533b84c897205fc2ca604b3f8]

        INTEGRATION: CWS geordi2q01 (1.55.8); FILE MERGED 2003/08/18 12:46:10 hr 1.55.8.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b9edce3015cefe04dad67c13667f26b1d7217e7e]

        INTEGRATION: CWS geordi2q01 (1.36.8); FILE MERGED 2003/08/18 12:46:08 hr 1.36.8.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [79ad2bda374fd001f1f7c4c8b1c1d19a2e5f0d6e]

        INTEGRATION: CWS geordi2q01 (1.52.30); FILE MERGED 2003/08/18 13:25:23 hr 1.52.30.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [48a4d8e71a1bf03626379dbbc2ccd3bd2bbb9d8b]

        INTEGRATION: CWS geordi2q01 (1.8.16); FILE MERGED 2003/08/18 13:25:23 hr 1.8.16.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4c9c1957cfc7c9de3def35dab4dcd07e76992ddd]

        INTEGRATION: CWS geordi2q01 (1.43.14); FILE MERGED 2003/08/18 13:25:23 hr 1.43.14.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bbb8aa70140355c58bf5aa00bd813a86aeeab280]

        INTEGRATION: CWS geordi2q01 (1.19.22); FILE MERGED 2003/08/18 13:25:22 hr 1.19.22.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a2ce7f4b58055198876091e4a226cc307e3f363e]

        INTEGRATION: CWS geordi2q01 (1.8.52); FILE MERGED 2003/08/18 13:25:22 hr 1.8.52.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a48ba91413ee113c5ce97f80692fad519067db07]

        INTEGRATION: CWS geordi2q01 (1.46.30); FILE MERGED 2003/08/18 13:25:21 hr 1.46.30.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a043fbb60ef6420c33962b2db8acad4de5974924]

        INTEGRATION: CWS geordi2q01 (1.41.12); FILE MERGED 2003/08/18 13:25:21 hr 1.41.12.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aa99e91b1d5a233632f462cbf4af9a827d566630]

        INTEGRATION: CWS geordi2q01 (1.135.26); FILE MERGED 2003/08/18 13:25:20 hr 1.135.26.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [058987cd8829e83f14cb132cfadc31bb6f9122f7]

        INTEGRATION: CWS geordi2q01 (1.40.12); FILE MERGED 2003/08/18 13:25:20 hr 1.40.12.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [945cd0606312fbebcf472b3136acdafb7eb9d7fd]

        INTEGRATION: CWS geordi2q01 (1.10.8); FILE MERGED 2003/08/18 13:31:30 hr 1.10.8.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [978857d628cc695abc8586a0304bfa0a83e7fb07]

        INTEGRATION: CWS geordi2q01 (1.2.24); FILE MERGED 2003/08/18 13:31:29 hr 1.2.24.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [80f797a74d9252ae6316aad67a3ed347f1757795]

        INTEGRATION: CWS geordi2q01 (1.30.62); FILE MERGED 2003/08/18 14:14:14 hr 1.30.62.1: #111861#: join changes from CWS oj01parser

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a890834d39460c837765e741277b30ff184fd9ca]

        INTEGRATION: CWS geordi2q01 (1.34.48); FILE MERGED 2003/08/18 14:14:13 hr 1.34.48.1: #111861#: join changes from CWS oj01parser

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5240186c611557eb2f4db8420123f834b80434ee]

        INTEGRATION: CWS geordi2q01 (1.21.30); FILE MERGED 2003/08/18 14:14:13 hr 1.21.30.1: #111861#: join changes from CWS oj01parser

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [576e9cbb80cb0db7a6df5a7cda8069b2e6466f92]

        INTEGRATION: CWS geordi2q01 (1.17.108); FILE MERGED 2003/08/18 14:14:11 hr 1.17.108.1: #111861#: join changes from CWS oj01parser

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [00a4d6b59ba8fcc7acf9c0adb796beddee7afe40]

        INTEGRATION: CWS geordi2q01 (1.8.8); FILE MERGED 2003/08/18 12:53:52 hr 1.8.8.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4b36b6f62b3e46901fd7a7dc1336cbd93ee516b2]

        INTEGRATION: CWS geordi2q01 (1.7.68); FILE MERGED 2003/08/18 12:55:15 hr 1.7.68.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e398e4b2cb0a99d2dd4119ba96e6ba60f6090f8e]

        INTEGRATION: CWS geordi2q01 (1.18.50); FILE MERGED 2003/08/18 13:17:35 hr 1.18.50.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [094a7954f988031324fa14bf2b48b0eda4e3f675]

        INTEGRATION: CWS geordi2q01 (1.2.262); FILE MERGED 2003/08/18 14:01:35 hr 1.2.262.1: #111861#: join changes from CWS sab006

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [43ff5226972ca7c7e971aa837d77d2349434d35b]

        INTEGRATION: CWS geordi2q01 (1.11.74); FILE MERGED 2003/08/18 14:01:35 hr 1.11.74.1: #111861#: join changes from CWS sab006

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [65fe0164633ea5f4ef8dd3f536c3cc850fc2170a]

        INTEGRATION: CWS geordi2q01 (1.64.72); FILE MERGED 2003/08/18 14:01:34 hr 1.64.72.1: #111861#: join changes from CWS sab006

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d6f0f0b5cee3d6aa4ab9a5f0edf704f6f176d577]

        INTEGRATION: CWS geordi2q01 (1.87.72); FILE MERGED 2003/08/18 14:01:33 hr 1.87.72.1: #111861#: join changes from CWS sab006

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [04eb9fc53e30d5e9f1c93550ad45214987b648b0]

        INTEGRATION: CWS geordi2q01 (1.168.22); FILE MERGED 2003/08/18 14:01:32 hr 1.168.22.1: #111861#: join changes from CWS sab006

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dfed328a5f8f8d93186a5bfd5886d2863a4a30ee]

        INTEGRATION: CWS geordi2q01 (1.11.256); FILE MERGED 2003/08/18 14:01:32 hr 1.11.256.1: #111861#: join changes from CWS sab006

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [36be49bb83e9d89e5e5a6f555a5b2d462739561b]

        INTEGRATION: CWS geordi2q01 (1.14.236); FILE MERGED 2003/08/18 14:03:11 hr 1.14.236.1: #111861#: join changes from CWS sab007

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7b96ad5b2bf51763ce4e23182e6229edc9e2d5b]

        INTEGRATION: CWS geordi2q01 (1.35.110); FILE MERGED 2003/08/18 14:01:31 hr 1.35.110.1: #111861#: join changes from CWS sab006

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9e2a528ac0987fd30aa17dba0f9f9e0134657664]

        INTEGRATION: CWS geordi2q01 (1.24.242); FILE MERGED 2003/08/18 14:01:31 hr 1.24.242.1: #111861#: join changes from CWS sab006

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2c614d8239e84f19e3998d9abac23aabddd648c5]

        INTEGRATION: CWS geordi2q01 (1.35.230); FILE MERGED 2003/08/18 14:01:30 hr 1.35.230.1: #111861#: join changes from CWS sab006

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [36f72b83b6f63350f3fbca329a9a2c5564cf696b]

        INTEGRATION: CWS geordi2q01 (1.7.248); FILE MERGED 2003/08/18 13:17:34 hr 1.7.248.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f3ab3fd4e493c319de8866663fe921e03207735]

        INTEGRATION: CWS geordi2q01 (1.6.264); FILE MERGED 2003/08/18 13:17:33 hr 1.6.264.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [529f97d02e1c90f2cc3f5cec054701af5564de99]

        INTEGRATION: CWS geordi2q01 (1.9.16); FILE MERGED 2003/08/18 12:58:42 hr 1.9.16.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [92236b476c2761386f9fa069b037b1064af8b827]

        INTEGRATION: CWS geordi2q01 (1.3.24); FILE MERGED 2003/08/18 12:58:41 hr 1.3.24.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c1af4c0b33c8fee39a9fd7ad8cce6df8ce1ae89]

        INTEGRATION: CWS geordi2q01 (1.6.24); FILE MERGED 2003/08/18 13:36:35 hr 1.6.24.1: #i18350#: join changes from CWS ooo11rc3

2003-08-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0b2b67954b34c8a5381c3d7e561f862ad73a305]

        INTEGRATION: CWS geordi2q01 (1.27.36); FILE MERGED 2003/08/18 13:36:34 hr 1.27.36.1: #i18350#: join changes from CWS ooo11rc3

2003-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8062db677792b1ba415b0b6cf86e48cede2e46e]

        SRC680

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a83c131c9ef4188662c08fbd3c059cea18c6c53]

        INTEGRATION: CWS sb7 (1.2.16); FILE MERGED 2003/08/12 09:42:15 sb 1.2.16.1: #i16264# Added Type.isSupertypeOf.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e0f12bf63387b4bfc8cfe4c252d2d752aad7b60]

        INTEGRATION: CWS sb7 (1.10.22); FILE MERGED 2003/08/12 09:42:15 sb 1.10.22.1: #i16264# Added Type.isSupertypeOf.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [487afe00ef5b2a969d3b296309125f981ee4a0a3]

        INTEGRATION: CWS sb7 (1.3.58); FILE MERGED 2003/08/12 08:36:02 sb 1.3.58.1: #i16664# Warnings about unusable ToFloat/Double.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e9e98942aa07da50f795397ca921b9e3844da5b]

        INTEGRATION: CWS sb7 (1.7.10); FILE MERGED 2003/08/06 14:10:14 sb 1.7.10.1: #111153# Made waiting for gc more reliable.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [30968092668b4547567af617802c7a8c7937f2a4]

        INTEGRATION: CWS sb7 (1.11.28); FILE MERGED 2003/08/12 09:43:55 sb 1.11.28.2: #i16264# Refactored out Type.isSupertypeOf. 2003/08/06 14:13:03 sb 1.11.28.1: #111153# java_environment.getRegisteredInterface now finds entries for subtypes of the requested type.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [910f152298b6cae4e424a742319803ea0c1cdbab]

        INTEGRATION: CWS sb7 (1.30.2); FILE MERGED 2003/08/12 09:43:55 sb 1.30.2.5: #i16264# Refactored out Type.isSupertypeOf. 2003/08/11 08:33:23 sb 1.30.2.4: RESYNC: (1.30-1.31); FILE MERGED 2003/08/07 12:43:49 sb 1.30.2.3: #i16264# Correctly implement URP spec of not acquiring (oid,t) upon mapping out if (oid,t') with t' subtype of t was mapped in. 2003/07/23 11:16:32 sb 1.30.2.2: #110892# ProxyFactory.isProxy has to check for matching types. 2003/07/18 07:43:43 sb 1.30.2.1: #110892# In java_remote_bridge.mapInterfaceTo, only add a refHolder for objects that did not get proxied in from the remote side.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3009091ee7e79a1595506ec367f9f7a08eb3229b]

        INTEGRATION: CWS sb7 (1.2.18); FILE MERGED 2003/08/07 12:43:49 sb 1.2.18.3: #i16264# Correctly implement URP spec of not acquiring (oid,t) upon mapping out if (oid,t') with t' subtype of t was mapped in. 2003/07/23 11:16:32 sb 1.2.18.2: #110892# ProxyFactory.isProxy has to check for matching types. 2003/07/18 07:43:43 sb 1.2.18.1: #110892# In java_remote_bridge.mapInterfaceTo, only add a refHolder for objects that did not get proxied in from the remote side.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [878541e725ec3b69b1e674088299cbf10b06861e]

        INTEGRATION: CWS sb7 (1.2.2); FILE MERGED 2003/07/23 11:40:49 sb 1.2.2.1: #i16264# Improved tests, with both clients and servers in both Java and C++.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c49421a7dd3e5aa15d78803c6f3887c7447f630a]

        INTEGRATION: CWS sb7 (1.2.2); FILE MERGED 2003/08/07 12:46:21 sb 1.2.2.2: #i16264# Correctly implement URP spec of not acquiring (oid,t) upon mapping out if (oid,t') with t' subtype of t was mapped in. 2003/07/23 11:40:49 sb 1.2.2.1: #i16264# Improved tests, with both clients and servers in both Java and C++.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d43221be820876b5b06c25fe724038ca4791dc4]

        INTEGRATION: CWS sb7 (1.1.2); FILE ADDED 2003/08/12 13:32:02 sb 1.1.2.3: #i16264# Updated. 2003/08/07 12:46:21 sb 1.1.2.2: #i16264# Correctly implement URP spec of not acquiring (oid,t) upon mapping out if (oid,t') with t' subtype of t was mapped in. 2003/07/23 11:39:51 sb 1.1.2.1: #i16264#

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [042f073719f060c052c70eedb34333969e69fefd]

        INTEGRATION: CWS sb7 (1.2.2); FILE MERGED 2003/08/12 13:52:19 sb 1.2.2.3: #i16264# Fixed missing includes. 2003/08/07 12:46:20 sb 1.2.2.2: #i16264# Correctly implement URP spec of not acquiring (oid,t) upon mapping out if (oid,t') with t' subtype of t was mapped in. 2003/07/23 11:40:49 sb 1.2.2.1: #i16264# Improved tests, with both clients and servers in both Java and C++.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [50c0682a0d89d597e5fb022f5bb1adf079813351]

        INTEGRATION: CWS sb7 (1.2.2); FILE MERGED 2003/08/07 12:46:20 sb 1.2.2.3: #i16264# Correctly implement URP spec of not acquiring (oid,t) upon mapping out if (oid,t') with t' subtype of t was mapped in. 2003/07/23 11:40:48 sb 1.2.2.2: #i16264# Improved tests, with both clients and servers in both Java and C++. 2003/07/18 07:38:40 sb 1.2.2.1: #110892# Improved test case output.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd8d33840212001340c218b99a2a00ef3932087f]

        INTEGRATION: CWS sb7 (1.2.14); FILE MERGED 2003/08/11 08:29:50 sb 1.2.14.3: RESYNC: (1.2-1.3); FILE MERGED 2003/08/06 14:18:06 sb 1.2.14.2: #111153# Added test. 2003/07/18 07:37:45 sb 1.2.14.1: #110892# Added test case.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [caf452bc6d25471c4673e1eb9cdb2e6019d730e1]

        INTEGRATION: CWS sb7 (1.1.2); FILE ADDED 2003/08/06 14:17:34 sb 1.1.2.1: #111153#

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3094cffca313c691c70881092939b658f69045c]

        INTEGRATION: CWS sb7 (1.1.2); FILE ADDED 2003/07/18 07:37:45 sb 1.1.2.1: #110892# Added test case.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [750dde2905d1eb97af44a09a89151b6b351eb1ff]

        INTEGRATION: CWS sb7 (1.2.48); FILE MERGED 2003/07/23 10:22:39 sb 1.2.48.1: #i16264# Added methods getConnectionAndParametersAsString and getProtocolAndParametersAsString.

2003-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ff0d8957afca63cc79ae82dc2d5665d1fa98a1a]

        INTEGRATION: CWS sb7 (1.2.10); FILE MERGED 2003/07/23 10:15:55 sb 1.2.10.1: #i16264# Added methods get and ensureFinalization.

2003-08-12  Duncan Foster  <dfoster@openoffice.org>  [0c3ab6e4597e8cb26edfc18c50b16046480462a1]

        #i17307# XFunction->XScript

2003-08-08  Kurt Zenker  <kz@openoffice.org>  [f9b851219cdc60ead87fa6c92e2f3a9cd1bdc9a1]

        new version for SRC680

2003-08-08  Kurt Zenker  <kz@openoffice.org>  [e8c458ee0cef25260c748097aede7bd882875b90]

        new version for SRC680

2003-08-08  Kurt Zenker  <kz@openoffice.org>  [097eb3a46e8de0accb5ec927a3c3ee6fa5e7bd50]

        new version for SRC680

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [1b6878be9bd4dcfdbe04933b045506672f360c2d]

        new version for SRC680

2003-08-07  Kurt Zenker  <kz@openoffice.org>  [04571de71076a31428e374e87abbd1b8268c8a43]

        new version for SRC680

2003-08-07  Kurt Zenker  <kz@openoffice.org>  [cd18f23ef6457d831f1162813072eed3ef2cfb45]

        new version for SRC680

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [37edd376a239e224cedeafd62c8b5accf8c143b0]

        SRC680

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9878aa297ddf68e5c082909a040ba8a5228f3f1b]

        INTEGRATION: CWS filtertracer01 (1.1.2); FILE ADDED 2003/07/15 12:05:59 dr 1.1.2.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1426c99f18787c91f6a81122e9042fbb3eb7ecaa]

        INTEGRATION: CWS filtertracer01 (1.6.36); FILE MERGED 2003/07/15 12:05:57 dr 1.6.36.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6bedf6ccd8059ecc481f235faa810e11fa8a642]

        INTEGRATION: CWS filtertracer01 (1.4.36); FILE MERGED 2003/07/15 12:05:57 dr 1.4.36.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f1ff62999cfec58084dc938d16b4cf34f93d5e3]

        INTEGRATION: CWS filtertracer01 (1.5.52); FILE MERGED 2003/07/15 12:05:57 dr 1.5.52.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb9dc1736fe056340ee284b5d701c4522812b522]

        INTEGRATION: CWS filtertracer01 (1.21.66); FILE MERGED 2003/07/15 12:05:56 dr 1.21.66.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [755bf4f117a0fa3e7a640491c2b7da6cd45a9cdd]

        INTEGRATION: CWS filtertracer01 (1.3.66); FILE MERGED 2003/07/15 12:05:56 dr 1.3.66.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5a8ac9c0b807a388983943adbbb0c5e78fe5a71]

        INTEGRATION: CWS filtertracer01 (1.3.36); FILE MERGED 2003/07/15 12:05:55 dr 1.3.36.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6116f1182fcfb46227e1bf7fb103a46d352a7e2]

        INTEGRATION: CWS filtertracer01 (1.48.36); FILE MERGED 2003/07/15 12:05:55 dr 1.48.36.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8967651744b7c82406411ddec12f945cc20b5fa]

        INTEGRATION: CWS filtertracer01 (1.1.2); FILE ADDED 2003/07/15 12:05:07 dr 1.1.2.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b63c86b0120af358cb4a539365a6fde709adaa3]

        INTEGRATION: CWS filtertracer01 (1.6.36); FILE MERGED 2003/07/15 12:05:04 dr 1.6.36.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [044f204ff0b77bbea555ce68528551ecbd1208b9]

        INTEGRATION: CWS filtertracer01 (1.4.36); FILE MERGED 2003/07/15 12:05:03 dr 1.4.36.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [63bd5876c530091193fa3ce0e12c9a5f5c2ab81a]

        INTEGRATION: CWS filtertracer01 (1.3.12); FILE MERGED 2003/07/28 16:49:36 sj 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/15 12:05:02 dr 1.3.12.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f87c6fbd3893634f9875c1b270994428955dc22]

        INTEGRATION: CWS filtertracer01 (1.6.36); FILE MERGED 2003/07/15 12:05:01 dr 1.6.36.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [befc32dc41e933f3d85b385cb7186393643bbf62]

        INTEGRATION: CWS filtertracer01 (1.18.36); FILE MERGED 2003/07/15 12:05:00 dr 1.18.36.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d96867d5d1bf0e39cdd416bb628d973573f61d71]

        INTEGRATION: CWS filtertracer01 (1.53.8); FILE MERGED 2003/07/15 12:05:00 dr 1.53.8.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [af51eb8510526b61372a3a9da012a0505db5dcd1]

        INTEGRATION: CWS filtertracer01 (1.83.12); FILE MERGED 2003/07/28 16:49:13 sj 1.83.12.2: RESYNC: (1.83-1.84); FILE MERGED 2003/07/15 12:04:59 dr 1.83.12.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddb1020b4ce32dd8f0238c7856cfc61f5daf802c]

        INTEGRATION: CWS filtertracer01 (1.11.66); FILE MERGED 2003/07/15 12:04:58 dr 1.11.66.1: filter tracer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d61160f356db2e101fa6c3d3b0155cabd1645e0b]

        INTEGRATION: CWS filtertracer01 (1.6.166); FILE MERGED 2003/07/11 13:51:21 sj 1.6.166.1: implementing filter tracing

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d81f2ba78588e3f1516b26ee17f44a4d91b033a]

        INTEGRATION: CWS filtertracer01 (1.2.172); FILE MERGED 2003/07/11 13:50:57 sj 1.2.172.1: implementing filter tracing

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe161cabea0fce3405f53b3af597597e80116fe5]

        INTEGRATION: CWS filtertracer01 (1.48.18); FILE MERGED 2003/07/14 13:42:24 sj 1.48.18.2: not using wchart* if initializing rtl::OUString, because wchart* is 32bit on some platforms 2003/07/11 13:49:46 sj 1.48.18.1: implementing filter tracing

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6e5025b21696ad460c0cff24e4a62a94170e47d]

        INTEGRATION: CWS filtertracer01 (1.108.36); FILE MERGED 2003/07/28 16:04:06 sj 1.108.36.3: RESYNC: (1.108-1.109); FILE MERGED 2003/07/14 12:45:21 sj 1.108.36.2: not using wchart* if initializing rtl::OUString, because wchart* is 32bit on some platforms 2003/07/11 13:48:22 sj 1.108.36.1: implementing filter tracing

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2e291fcbbd339d2bf6c9882fa5a714196056b78]

        INTEGRATION: CWS filtertracer01 (1.2.140); FILE MERGED 2003/07/28 13:38:49 sj 1.2.140.3: DocumentURL attribute is now containing the name of the document which is traced instead of the name of the logfile 2003/07/14 12:45:51 sj 1.2.140.2: not using wchart* if initializing rtl::OUString, because wchart* is 32bit on some platforms 2003/07/11 13:47:01 sj 1.2.140.1: implementing filter tracing

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5e7edb10089c2e90690622be3cf2c64715b4a95]

        INTEGRATION: CWS filtertracer01 (1.78.6); FILE MERGED 2003/07/14 12:45:43 sj 1.78.6.2: not using wchart* if initializing rtl::OUString, because wchart* is 32bit on some platforms 2003/07/11 13:46:26 sj 1.78.6.1: implementing filter tracing

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f646cb80597488653ad67e2293207430ba05d701]

        INTEGRATION: CWS filtertracer01 (1.7.128); FILE MERGED 2003/07/11 13:45:54 sj 1.7.128.1: implementing filter tracing

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [fac1babfcf45efcf53fbee9685dd97fb94389b43]

        INTEGRATION: CWS filtertracer01 (1.32.106); FILE MERGED 2003/07/11 13:45:53 sj 1.32.106.1: implementing filter tracing

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5bd627de4e40cd35b56d1a52e41ce8929928381]

        INTEGRATION: CWS filtertracer01 (1.2.64); FILE MERGED 2003/07/11 13:53:54 sj 1.2.64.1: supporting DocumentHandler

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a166e136acd4e754e89f42a36ad89e35480ec0f5]

        INTEGRATION: CWS filtertracer01 (1.2.64); FILE MERGED 2003/07/11 13:53:20 sj 1.2.64.1: supporting DocumentHandler

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2231e7feab1327c56bb74234940ec3d6fecb37f]

        INTEGRATION: CWS filtertracer01 (1.2.64); FILE MERGED 2003/07/11 13:53:00 sj 1.2.64.1: supporting DocumentHandler

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f26f54b6133326c2bbbf081fefd53291b937cc78]

        INTEGRATION: CWS filtertracer01 (1.138.16); FILE MERGED 2003/07/28 15:38:31 sj 1.138.16.2: RESYNC: (1.138-1.139); FILE MERGED 2003/07/23 15:52:20 cmc 1.138.16.1: log use of important but not available/subtly different compatability options and use of autowidth word frames

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ac1edb444901d9dc9bef54c1f457a0a4ae8746b]

        INTEGRATION: CWS filtertracer01 (1.113.30); FILE MERGED 2003/07/28 15:38:07 sj 1.113.30.3: RESYNC: (1.113-1.115); FILE MERGED 2003/07/23 15:52:19 cmc 1.113.30.2: log use of important but not available/subtly different compatability options and use of autowidth word frames 2003/07/23 12:53:31 cmc 1.113.30.1: Create a filtertrace at import construction and pass to SfxMSDffManager's constructor

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad79dc741a1c25fc7c7c26245ffc0467fd6f2268]

        INTEGRATION: CWS filtertracer01 (1.111.30); FILE MERGED 2003/07/30 13:04:39 sj 1.111.30.4: using explicit namespace for sw::log to avoid ambiguity with log on linux 2003/07/28 15:38:01 sj 1.111.30.3: RESYNC: (1.111-1.114); FILE MERGED 2003/07/23 15:52:19 cmc 1.111.30.2: log use of important but not available/subtly different compatability options and use of autowidth word frames 2003/07/23 12:53:31 cmc 1.111.30.1: Create a filtertrace at import construction and pass to SfxMSDffManager's constructor

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6171e093bfa3946494536fa5b5a91961cf6c5146]

        INTEGRATION: CWS filtertracer01 (1.1.2); FILE ADDED 2003/07/23 15:52:18 cmc 1.1.2.2: log use of important but not available/subtly different compatability options and use of autowidth word frames 2003/07/23 12:53:30 cmc 1.1.2.1: Create a filtertrace at import construction and pass to SfxMSDffManager's constructor

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [59b62b42a4846a51bbeeb2080e41557793c85c92]

        INTEGRATION: CWS filtertracer01 (1.9.30); FILE MERGED 2003/07/23 12:53:29 cmc 1.9.30.1: Create a filtertrace at import construction and pass to SfxMSDffManager's constructor

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1af1c6ebb39c4d12c4312ff37bc55ca49b9ec014]

        INTEGRATION: CWS qadev0xa (1.2.60); FILE MERGED 2003/07/03 09:36:12 lla 1.2.60.1: #110278# qadev9 -> qadev0xa changes

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [84ce89f1dd17f158559c9f6cf7e28f4e2d85deec]

        INTEGRATION: CWS qadev0xa (1.1.4); FILE ADDED 2003/07/03 09:36:11 lla 1.1.4.1: #110278# qadev9 -> qadev0xa changes

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6343f5a6692eb0d0f79c6ee489496a798f5ed2aa]

        INTEGRATION: CWS qadev0xa (1.3.26); FILE MERGED 2003/07/03 09:36:10 lla 1.3.26.1: #110278# qadev9 -> qadev0xa changes

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f50a5728bf98544a999ca384cc4f0e06f2b5ee70]

        INTEGRATION: CWS qadev0xa (1.2.26); FILE MERGED 2003/07/03 09:36:07 lla 1.2.26.1: #110278# qadev9 -> qadev0xa changes

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f09505ec56445bda33588875e64a7a5353362828]

        INTEGRATION: CWS qadev0xa (1.1.4); FILE ADDED 2003/07/03 10:19:36 lla 1.1.4.1: #110278# qadev9 -> qadev0xa

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c9bc3ccd95d1e4320de9f7b14ccc50825bcf16c]

        INTEGRATION: CWS qadev0xa (1.1.4); FILE ADDED 2003/07/03 10:19:35 lla 1.1.4.1: #110278# qadev9 -> qadev0xa

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [fae7f845a67b634bb5d370fadff5899e8626e9bc]

        INTEGRATION: CWS qadev0xa (1.1.4); FILE ADDED 2003/07/03 10:19:34 lla 1.1.4.1: #110278# qadev9 -> qadev0xa

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [17c7259effde8ccdf6fc460f50adf8db8d8fe013]

        INTEGRATION: CWS qadev0xa (1.3.26); FILE MERGED 2003/07/03 09:36:05 lla 1.3.26.1: #110278# qadev9 -> qadev0xa changes

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [faa04fa2446077648252f7305edbd433305c437a]

        INTEGRATION: CWS qadev0xa (1.1.2); FILE ADDED 2003/07/10 10:30:15 deuce 1.1.2.1: #110278# first commit of osl_Mutex_Const.h in sal/qa/osl/mutex

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f439a8ac79e7ad426364146c2727238e0efbb4f1]

        INTEGRATION: CWS qadev0xa (1.1.2); FILE ADDED 2003/07/10 10:27:40 deuce 1.1.2.1: #110278# first commit of osl_Mutex.cxx in sal/qa/osl/mutex.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1faeb28a65757d38eb784c77d3e1b001d0522d09]

        INTEGRATION: CWS qadev0xa (1.1.2); FILE ADDED 2003/07/10 10:28:51 deuce 1.1.2.1: #110278# first commit of makefile.mk in sal/qa/osl/mutex.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [216a47130d27b78adbcc7e346427dc1a420aa015]

        INTEGRATION: CWS qadev0xa (1.3.26); FILE MERGED 2003/07/03 09:36:03 lla 1.3.26.1: #110278# qadev9 -> qadev0xa changes

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [22921a3556cf456fbbcb39640acd479c8d687ada]

        INTEGRATION: CWS qadev0xa (1.5.26); FILE MERGED 2003/07/03 09:36:00 lla 1.5.26.1: #110278# qadev9 -> qadev0xa changes

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [123b71eefdb727128abcfd4d467c538259b7f8be]

        INTEGRATION: CWS qadev0xa (1.4.26); FILE MERGED 2003/07/03 09:35:57 lla 1.4.26.1: #110278# qadev9 -> qadev0xa changes

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cde6062e8d6ca515585a8414076f57768501f08]

        INTEGRATION: CWS qadev0xa (1.4.26); FILE MERGED 2003/07/24 11:18:42 lla 1.4.26.3: #111026# rename test_rtl_math to rtl_math 2003/07/10 10:40:30 deuce 1.4.26.2: #110278# add osl/mutex test section. 2003/07/03 09:35:56 lla 1.4.26.1: #110278# qadev9 -> qadev0xa changes

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [042fbb83b42ac18874eb4db4c3e2ff5757aa19d1]

        INTEGRATION: CWS qadev0xa (1.2.28); FILE MERGED 2003/07/17 07:57:14 lla 1.2.28.1: #110901# problems with parameter

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c30d35339cc7142e76a79a772a5a4533fdd59c7]

        INTEGRATION: CWS qadev0xa (1.1.28); FILE MERGED 2003/07/03 10:30:56 lla 1.1.28.1: #110278# qadev9 -> qadev0xa

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [eff53771a632e4943d51afdec03533f818d7f2fa]

        INTEGRATION: CWS qadev0xa (1.2.8); FILE MERGED 2003/07/03 10:30:56 lla 1.2.8.1: #110278# qadev9 -> qadev0xa

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [035a69a0e8b7629f7136322d4d59b2c668de71c4]

        INTEGRATION: CWS qadev0xa (1.3.28); FILE MERGED 2003/07/03 10:30:54 lla 1.3.28.1: #110278# qadev9 -> qadev0xa

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e5a2b5baf7adfaca531d70d0059cd94d12a4c93]

        INTEGRATION: CWS qadev0xa (1.9.8); FILE MERGED 2003/07/03 10:30:54 lla 1.9.8.1: #110278# qadev9 -> qadev0xa

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebadef1490cb68a4729eaa278d63bcd9449be811]

        INTEGRATION: CWS qadev0xa (1.1.28); FILE MERGED 2003/07/17 07:56:31 lla 1.1.28.2: #110901# problems with parameter 2003/07/03 10:30:53 lla 1.1.28.1: #110278# qadev9 -> qadev0xa

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d632339665217fa6fe3388c7c9c70b4c506c943]

        INTEGRATION: CWS qadev0xa (1.3.28); FILE MERGED 2003/07/17 07:56:11 lla 1.3.28.1: #110901# problems with parameter

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8598d053c1c553a522b342c640f10a9993bbb02]

        INTEGRATION: CWS qadev0xa (1.1.20); FILE MERGED 2003/07/04 13:56:30 cn 1.1.20.1: CHG: #110380# global variables for XText

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb6af74fb0798b3b9231b7f84f3d41eba38247c5]

        INTEGRATION: CWS qadev0xa (1.1.20); FILE MERGED 2003/07/04 13:57:12 cn 1.1.20.1: CHG: #110380# fix for XSortable

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [38754f2e3b29365f8d5737917d85679626ddfe5e]

        INTEGRATION: CWS qadev0xa (1.3.20); FILE MERGED 2003/07/04 13:57:08 cn 1.3.20.1: CHG: #110380# fix for XSortable

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad9551f13e7eaa8fa1d77eefae9e1da8197f164d]

        INTEGRATION: CWS qadev0xa (1.3.20); FILE MERGED 2003/07/04 13:57:14 cn 1.3.20.1: CHG: #110380# fix for XSortable

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [abf9928902dde62d2a10d61d17ad494813e934f0]

        INTEGRATION: CWS qadev0xa (1.1.20); FILE MERGED 2003/07/04 13:56:27 cn 1.1.20.1: CHG: #110380# removeByName()

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d06c865badbd54325558414742ed5898bdab069]

        INTEGRATION: CWS qadev0xa (1.1.2); FILE ADDED 2003/07/04 13:57:06 cn 1.1.2.1: NEW: #110380# initial final version

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac62216f29ca828626500b7c8bb8a55079c2c67f]

        INTEGRATION: CWS qadev0xa (1.1.2); FILE ADDED 2003/07/04 13:57:00 cn 1.1.2.1: NEW: #110380# initial final version

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f426c92085ec4a89b544a612ecba17ad37cacdf1]

        INTEGRATION: CWS qadev0xa (1.1.2); FILE ADDED 2003/07/04 13:56:51 cn 1.1.2.1: NEW: #110380# initial final version

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [691742cefb69e4bb8739765210858f42a5ac4513]

        INTEGRATION: CWS qadev0xa (1.1.2); FILE ADDED 2003/07/04 13:56:46 cn 1.1.2.1: NEW: #110380# initial final version

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [20d041c81f4b9eac30b8a2b37a9b6b1a5330eb2d]

        INTEGRATION: CWS qadev0xa (1.3.16); FILE MERGED 2003/07/04 13:56:36 cn 1.3.16.1: CHG: #110380# add global Objects for XContainer

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [289cd4d710215adb3beb0c138b419c2d979ae4d5]

        INTEGRATION: CWS qadev0xa (1.1.20); FILE MERGED 2003/07/04 13:56:39 cn 1.1.20.1: CHG: #110380# remark functions depending on 'aAddon'

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [82abca239dfdf28782f8f66d497123a0730cca7f]

        INTEGRATION: CWS qadev0xa (1.1.20); FILE MERGED 2003/07/04 13:57:17 cn 1.1.20.1: CHG: #110380# clean range before filling

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [265e3ca6f7918633d492b47ab093d265de5bfac3]

        INTEGRATION: CWS qadev0xa (1.3.16); FILE MERGED 2003/07/04 13:56:33 cn 1.3.16.1: CHG: #110380# Be more tolerant with Listener count

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0733b44afd7125523957d7cbc0088539d7da9473]

        INTEGRATION: CWS qadev0xa (1.2.4); FILE MERGED 2003/07/04 13:56:53 cn 1.2.4.1: CHG: #110380# new global variable 'isReadonly'

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd298888e9f186cc551132347fe16bb2e5f01a34]

        INTEGRATION: CWS qadev0xa (1.3.4); FILE MERGED 2003/07/03 18:52:08 sg 1.3.4.2: CHG: bug with log writer removed 2003/07/03 18:47:24 sg 1.3.4.1: CHG: fixed bug in import

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4510ecf1b6a11dffd6a3913fdfc4a2c6bc18867f]

        INTEGRATION: CWS sb5 (1.21.34); FILE MERGED 2003/06/19 09:53:47 sb 1.21.34.1: #109236# Added RTL_TEXTENCODING_JAVA_UTF8.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb17178bf5a8bcf7537d3e8353ff9bc41bb07155]

        INTEGRATION: CWS sb5 (1.5.26); FILE MERGED 2003/06/19 09:53:37 sb 1.5.26.1: #109236# Added RTL_TEXTENCODING_JAVA_UTF8; made code -Wall clean.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfa5228b572236144ffe02084ec8f761c2bc7794]

        INTEGRATION: CWS sb5 (1.4.44); FILE MERGED 2003/06/19 09:53:46 sb 1.4.44.1: #109236# Added RTL_TEXTENCODING_JAVA_UTF8.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fcc5a8e8c3f33a28112cd459c936119861a9848]

        INTEGRATION: CWS sb5 (1.16.108); FILE MERGED 2003/06/16 13:46:22 sb 1.16.108.1: #92543# Fixed rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength to return a correct result if the first string is shorter than the second.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c8196359f526f3a0fdb70dec825308fc3c32761]

        INTEGRATION: CWS sb5 (1.14.108); FILE MERGED 2003/06/18 10:32:08 sb 1.14.108.1: #105108# Avoid numeric overflow and assert memory exhaustion in ImplAlloc; made code -Wall clean.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba0174bb7fb0198c52e40a6a3816699047db6033]

        INTEGRATION: CWS sb5 (1.1.2); FILE ADDED 2003/06/16 13:44:11 sb 1.1.2.1: #92543# Added compare tests.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [06678d9bacb404d8a14a2756b073426872ccca68]

        INTEGRATION: CWS sb5 (1.1.2); FILE ADDED 2003/06/16 13:43:28 sb 1.1.2.1: #92543# Moved here from qa/strings.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [eea9e64dc047cc48d04ebdaf0ddae0aa8f6e3cc2]

        INTEGRATION: CWS sb5 (1.1.2); FILE ADDED 2003/06/16 13:43:56 sb 1.1.2.1: #92543# Moved here from qa/strings; added compare tests.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2b6ae7efbc1c1246849006c63818115d92e3f84]

        INTEGRATION: CWS sb5 (1.18.44); FILE MERGED 2003/06/18 10:30:33 sb 1.18.44.1: #105108# Added SAL_MIN/MAX_[U]INTn defines.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e373f869a2221934e1799f9e0fc5ec2ae132c03]

        INTEGRATION: CWS sb5 (1.16.28); FILE MERGED 2003/07/01 15:08:08 sb 1.16.28.1: #105108# Improved documentation of various 'match' functions.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ce1d7b9a4ef5e3a88e2063d4811d192d7a27ef7]

        INTEGRATION: CWS sb5 (1.7.44); FILE MERGED 2003/06/17 14:40:49 sb 1.7.44.3: #105353# Clarified valid ranges for some sal_Int32 length/offset arguments. 2003/06/16 14:56:28 sb 1.7.44.2: #105109# Clarified documentation of ensureCapacity. 2003/06/16 14:43:48 sb 1.7.44.1: #105352# Assert valid setCharAt parameters.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca2af79faf0caf735ef4068b4bf1dd92f817067b]

        INTEGRATION: CWS sb5 (1.10.44); FILE MERGED 2003/06/24 10:31:26 sb 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2003/06/19 09:48:02 sb 1.10.44.1: #109236# Added RTL_TEXTENCODING_JAVA_UTF8.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1e79731f18a9b02b718f95b8b6c4ecf2c908fb6]

        INTEGRATION: CWS sb5 (1.13.110); FILE MERGED 2003/07/01 15:08:07 sb 1.13.110.1: #105108# Improved documentation of various 'match' functions.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1466b5f15c662af92043f591a982d5388983cb57]

        INTEGRATION: CWS sb5 (1.6.124); FILE MERGED 2003/06/17 14:40:48 sb 1.6.124.3: #105353# Clarified valid ranges for some sal_Int32 length/offset arguments. 2003/06/16 14:56:27 sb 1.6.124.2: #105109# Clarified documentation of ensureCapacity. 2003/06/16 14:43:47 sb 1.6.124.1: #105352# Assert valid setCharAt parameters.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [cea970aee5dea8328c41f970d9e182f4fcc6b411]

        INTEGRATION: CWS sb5 (1.9.28); FILE MERGED 2003/06/20 12:00:12 sb 1.9.28.1: #110345# Removed obsolete RemoteContentProvidersControl.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [f723d33dec6c28799f40e7568ea18186108b877d]

        INTEGRATION: CWS sb5 (1.13.56); FILE MERGED 2003/08/07 13:33:08 hr 1.13.56.2: RESYNC: (1.13-1.14); FILE MERGED 2003/06/20 12:00:10 sb 1.13.56.1: #110345# Removed obsolete RemoteContentProvidersControl.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5454ca65a6687cd935784f5830383ffe3888f405]

        INTEGRATION: CWS sb5 (1.17.28); FILE MERGED 2003/08/07 13:33:59 hr 1.17.28.2: RESYNC: (1.17-1.18); FILE MERGED 2003/06/20 12:00:09 sb 1.17.28.1: #110345# Removed obsolete RemoteContentProvidersControl.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c90635ef12d92ffec6bec0884b021857ce1b2c3d]

        INTEGRATION: CWS sb5 (1.2.36); FILE MERGED 2003/06/20 12:00:07 sb 1.2.36.1: #110345# Removed obsolete RemoteContentProvidersControl.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed361c230493ce0742a68ccc518b5ea28ef7893b]

        INTEGRATION: CWS sb5 (1.14.66); FILE MERGED 2003/06/20 10:37:00 sb 1.14.66.1: #110345# Removed remote access content provider and stand-alone ucb executable.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0e28a5f5978a9b25e22ca26928bdbc630a53f72]

        INTEGRATION: CWS sb5 (1.39.10); FILE MERGED 2003/08/07 13:31:28 hr 1.39.10.3: RESYNC: (1.40-1.41); FILE MERGED 2003/07/21 09:18:38 sb 1.39.10.2: RESYNC: (1.39-1.40); FILE MERGED 2003/06/20 07:48:31 sb 1.39.10.1: #91676# InteractiveAugmentedIOException expects PropertyValues, not strings, as arguments.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cb128fb7616fe84c86eb3709536f597d42924b8]

        INTEGRATION: CWS sb5 (1.19.24); FILE MERGED 2003/08/07 13:32:39 hr 1.19.24.2: RESYNC: (1.19-1.20); FILE MERGED 2003/06/20 07:49:00 sb 1.19.24.1: #91676# cancelCommandExecution expects PropertyValues, not strings, as arguments.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a68b25ff23c5a5c0c219a7ec904ed9b67055049]

        INTEGRATION: CWS sb5 (1.73.24); FILE MERGED 2003/06/20 07:48:08 sb 1.73.24.1: #91676# InteractiveAugmentedIOException expects PropertyValues, not strings, as arguments.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8500c62236766b0ec2c9470b5fe6753c2526041d]

        INTEGRATION: CWS sb5 (1.6.96); FILE MERGED 2003/06/20 10:36:37 sb 1.6.96.1: #110345# Removed remote access content provider and stand-alone ucb executable.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cf566268835debd9ad68bf5d802eeaa19a12ad2]

        INTEGRATION: CWS sb5 (1.14.70); FILE MERGED 2003/06/20 10:36:37 sb 1.14.70.1: #110345# Removed remote access content provider and stand-alone ucb executable.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a1fc829b4f49f40ea1c381f95aa501b5736feff]

        INTEGRATION: CWS sb5 (1.11.24); FILE MERGED 2003/06/20 10:36:34 sb 1.11.24.1: #110345# Removed remote access content provider and stand-alone ucb executable.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [45d9b2c65f702b9c33b4b764d4ebc1105035c215]

        INTEGRATION: CWS sb5 (1.12.6); FILE MERGED 2003/06/20 10:36:33 sb 1.12.6.1: #110345# Removed remote access content provider and stand-alone ucb executable.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [54f8f152f33ccc621688dfe8dd2ac0685c3668b6]

        INTEGRATION: CWS sb5 (1.8.2); FILE ADDED 2003/06/23 15:29:51 sb 1.8.2.1: #106808# Quick and dirty way to run all tests in sub-directories.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [82cc6f363efae986e51936f4aade6df33d65bfe2]

        INTEGRATION: CWS sb5 (1.29.12); FILE MERGED 2003/07/21 09:19:01 sb 1.29.12.2: RESYNC: (1.29-1.30); FILE MERGED 2003/06/23 15:12:11 sb 1.29.12.1: #106808# Fixed synchronization to avoid deadlocks between MessageDispatcher thread and disposed method.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b345f78fa2605bad6be6762cf5b1ddf9e8f498b]

        INTEGRATION: CWS sb5 (1.2.4); FILE MERGED 2003/06/30 15:50:59 sb 1.2.4.2: #110499# Fixed TypeDescription._initMethodTypeInfos. 2003/06/26 15:08:45 sb 1.2.4.1: #110499# Added (as yet broken) test, not yet activated.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d395a7b29c97f9eef8bb0211abde7b3c3c87a805]

        INTEGRATION: CWS sb5 (1.1.2); FILE ADDED 2003/06/30 15:50:58 sb 1.1.2.1: #110499# Fixed TypeDescription._initMethodTypeInfos.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dbc1988c4075cebff799844a9fe3016a16324af]

        INTEGRATION: CWS sb5 (1.14.12); FILE MERGED 2003/07/01 08:06:56 sb 1.14.12.2: #110499# Minor improvement. 2003/06/30 15:50:56 sb 1.14.12.1: #110499# Fixed TypeDescription._initMethodTypeInfos.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7ce9f267bfa93374d1b014364f718c28f1378f8]

        INTEGRATION: CWS sb5 (1.65.2); FILE MERGED 2003/07/21 09:08:01 sb 1.65.2.2: RESYNC: (1.65-1.66); FILE MERGED 2003/06/18 13:27:37 sb 1.65.2.1: #92543# Added CPPUNITLIB.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fc60b0e21be763ee4ec2f6e41eba1f0980beb6f]

        INTEGRATION: CWS sb5 (1.6.10); FILE MERGED 2003/06/19 10:13:28 sb 1.6.10.1: #109236# Use RTL_TEXTENCODING_JAVA_UTF8 for strings passed to JNI functions.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7556d8c64b91bdc7005953af16011c78834f8b30]

        INTEGRATION: CWS sb5 (1.6.16); FILE MERGED 2003/06/19 10:13:28 sb 1.6.16.1: #109236# Use RTL_TEXTENCODING_JAVA_UTF8 for strings passed to JNI functions.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b403e0d1fd4ed86dea62944e8345cfa2c5b3a56e]

        INTEGRATION: CWS sb5 (1.8.24); FILE MERGED 2003/06/19 09:59:53 sb 1.8.24.1: #109236# Use RTL_TEXTENCODING_JAVA_UTF8 for strings passed to JNI functions.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [934304fe21a77bc9a4d84654d74dc5f55dfeaf6f]

        INTEGRATION: CWS sb5 (1.38.14); FILE MERGED 2003/06/20 07:46:33 sb 1.38.14.1: #91676# Removed code for old-style (never official) InteractiveAugmentedIOException arguments.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2df842d182ba8de064f90e5ffa86c97a4ded2ee4]

        INTEGRATION: CWS sb5 (1.1.102); FILE MERGED 2003/06/19 10:42:06 sb 1.1.102.1: #109236# Use JNI NewString instead of more complicated NewStringUTF.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [74ee5ce5a6c09b5a0ae5a05a18c9a4e52d5b8a77]

        INTEGRATION: CWS sb5 (1.8.6); FILE MERGED 2003/06/24 16:06:01 sb 1.8.6.1: Added missing mkdir of inc/cppuhelper.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3436bae5b9dae41396d404a1c862557ee0b43f6]

        INTEGRATION: CWS sb5 (1.7.76); FILE MERGED 2003/07/21 09:43:10 sb 1.7.76.2: RESYNC: (1.7-1.8); FILE MERGED 2003/06/16 10:16:10 sb 1.7.76.1: #98561# Clarified origin of these constants, and that this set will not be expanded.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2db61cfa7dbb431c43f6deecfd0ee0ccb1e553a1]

        INTEGRATION: CWS sb5 (1.2.8); FILE MERGED 2003/06/30 09:57:10 sb 1.2.8.1: #92174# Improved Bug92174_Test.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [480bec9f6708db4a037d8c74b8537aeee65788f9]

        INTEGRATION: CWS sb5 (1.2.8); FILE MERGED 2003/06/30 15:55:05 sb 1.2.8.2: #110499# XBase method can now be called 'fn' instead of 'function' without causing a crash. 2003/06/30 09:57:10 sb 1.2.8.1: #92174# Improved Bug92174_Test.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [da94f38e70d5c8b59b14b98c861a4b69e5a3276f]

        INTEGRATION: CWS sb5 (1.15.16); FILE MERGED 2003/06/19 09:56:29 sb 1.15.16.1: #109236# Use RTL_TEXTENCODING_JAVA_UTF8 for strings passed to JNI functions.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e46b499310ffbe7daa17f0b533f299ad78aaed8]

        INTEGRATION: CWS sb5 (1.7.16); FILE MERGED 2003/06/19 09:56:29 sb 1.7.16.1: #109236# Use RTL_TEXTENCODING_JAVA_UTF8 for strings passed to JNI functions.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8e724e50719ba94b490f02e39368f44ecd3b089]

        INTEGRATION: CWS sb5 (1.8.16); FILE MERGED 2003/06/19 09:56:28 sb 1.8.16.1: #109236# Use RTL_TEXTENCODING_JAVA_UTF8 for strings passed to JNI functions.

2003-08-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e8d9a896f949a09e103c8dd7a7ea2718d68ad72]

        INTEGRATION: CWS sb5 (1.12.16); FILE MERGED 2003/06/19 09:56:28 sb 1.12.16.1: #109236# Use RTL_TEXTENCODING_JAVA_UTF8 for strings passed to JNI functions.

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [7d1830a8be22cdf09e5557bd212c3648efe1fff9]

        #100000# Every module depends at least on module solenv.

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [993a713b56700d6c5205604bc81dbae2093c016d]

        #100000# '#if SUPD' conditions removed in preparation of SRC680.

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [11015191e7521402cc761351b4a46e729da2431c]

        #100000# '#if SUPD' conditions removed in preparation of SRC680.

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [e4a16e465fd2a7d4dcd701d84cb6b6983a4f489f]

        #100000# '#if SUPD' conditions removed in preparation of SRC680.

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [b2056f5c4c1aeb0186933f0de45c870062a3309f]

        #100000# '#if SUPD' conditions removed.

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [38f770e21b0b946b401270fc003203a412605bcc]

        #100000# '#if SUPD' conditions removed.

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [a399743114ea25751e6365ad546a52219624875c]

        #100000#

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [576485066a465c1684b97904eae2a4a06da82977]

        #100000# '#if SUPD < 650' condition removed in order to make SRC680 identical to SRX645

2003-08-07  Rüdiger Timm  <rt@openoffice.org>  [223784f5974be580f9c480e5de28c5c4e3f01667]

        #100000# '#if SUPD < 650' condition removed in order to make SRC680 identical to SRX645

2003-08-05  Nils Fuhrmann  <nf@openoffice.org>  [15415cdc3e1d080aee86e315559394556af9efe4]

        #111009#

2003-08-05  Nils Fuhrmann  <nf@openoffice.org>  [6e3a9e4cca8c54521df034beeca79c271d03ebf4]

        #111009#

2003-08-05  Nils Fuhrmann  <nf@openoffice.org>  [2216ddee3fa8360abf22bfd049bee3e3b527e22e]

        #111009# allign different accurance of same string

2003-08-05  Vladimir Glazounov  <vg@openoffice.org>  [342a1807e2f483abcfb977e66ab127011f388518]

        #100000#,#111123#: use thread local text encoding

2003-08-05  Mikhail Voitenko  <mav@openoffice.org>  [f3c4e608674b45f23a5b23b33b160dbcf6d7de1f]

        ActiveX control representing document api

2003-08-05  Mikhail Voitenko  <mav@openoffice.org>  [7faa14500b38be7b221726eed51e4b9058a07f82]

        ActiveX control representing document api

2003-07-31  Kurt Zenker  <kz@openoffice.org>  [61050fe3841452ac1c1719a254b0901d19644a21]

        new version for SRC680

2003-07-31  Rüdiger Timm  <rt@openoffice.org>  [965570cd2316dff08fa3e247423fea9436e89ec7]

        #100000# print to file for stampit

2003-07-31  Rüdiger Timm  <rt@openoffice.org>  [5c33b0d8c0edb0b258e40280ad002056778abb40]

        new version for SRC680

2003-07-30  Kurt Zenker  <kz@openoffice.org>  [9953660743ec108da2b4e47c5518ee66bcbf24a7]

        new version for SRC680

2003-07-30  Kurt Zenker  <kz@openoffice.org>  [06eda79164385526c36c06d8a23f143d0d7248af]

        new version for SRC680

2003-07-30  Kurt Zenker  <kz@openoffice.org>  [fc8e9e05f6f3b2af3f94f6d033f2076a2776ab71]

        new version for SRC680

2003-07-30  Kurt Zenker  <kz@openoffice.org>  [840f8c992abd8e94988a800da77126d3eceaad88]

        new version for SRC680

2003-07-30  Kurt Zenker  <kz@openoffice.org>  [b4cf9cc0dd4e7e6df3119762cbfe5fa9480b4944]

        new version for SRC680

2003-07-30  Kurt Zenker  <kz@openoffice.org>  [2b2be582576c60c11efea1256a8da7eb7413c371]

        new version for SRC680

2003-07-29  Rüdiger Timm  <rt@openoffice.org>  [ded6d6efef8c87f43beb7497a6e715eb450241dc]

        #100000# Needs comphelper (source/provider/backgrounddownload.cxx includes comphelper/condition.hxx).

2003-07-29  Rüdiger Timm  <rt@openoffice.org>  [1368e7a93c3ada248805bf24368858a1dc72e70f]

        #100000# Conditionals '#if SUPD < 669' removed.

2003-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3149fc87bc25a91fbad112065bd4eef002b75c35]

        #100000#,#111050# trigger missing event on New

2003-07-29  Rüdiger Timm  <rt@openoffice.org>  [c48c3bacf9c79e20495102f41bc77823a7e16f65]

        SRC680

2003-07-29  Rüdiger Timm  <rt@openoffice.org>  [9c97077204bd2d1a25994562c27ad209f8abb2f5]

        #100000# From now on SRX645 is on a branch, SRC680 takes HEAD.

2003-07-28  Vladimir Glazounov  <vg@openoffice.org>  [44a0b52211a3d3d2a2c96246d4941e60ebf5418e]

        SRX645

2003-07-28  Daniel Boelzle  <dbo@openoffice.org>  [e89057ddf75d564339ef07f477dabe169636d897]

        #107130# uno.Any members just public

2003-07-28  Vladimir Glazounov  <vg@openoffice.org>  [ca1836609c6072b968fa1e1a3f73a4db09f58413]

        INTEGRATION: CWS stampit1rc3 (1.32.92); FILE MERGED 2003/07/25 12:39:16 as 1.32.92.1: #111050# make SetActivateEvent_Impl public for Writer

2003-07-28  Vladimir Glazounov  <vg@openoffice.org>  [e9a697da1bfcd4bdde01f6e435e144535cc45fa2]

        INTEGRATION: CWS stampit1rc3 (1.12.2); FILE MERGED 2003/07/25 12:42:04 mav 1.12.2.1: #111052# use set value if any

2003-07-28  Vladimir Glazounov  <vg@openoffice.org>  [991624a3c36535c1f8ca6bc1fa0bc55e2f1496cc]

        INTEGRATION: CWS stampit1rc3 (1.20.92); FILE MERGED 2003/07/28 04:57:49 as 1.20.92.1: #111050# missing Selection parameter for print event

2003-07-28  Vladimir Glazounov  <vg@openoffice.org>  [4e128adb2a2ce00cf87a2ed1dec0babd5a630b15]

        INTEGRATION: CWS stampit1rc3 (1.17.144); FILE MERGED 2003/07/25 12:43:04 as 1.17.144.1: #111050# use SetActivateEvent_Impl of SFX directly

2003-07-28  Daniel Rentz  <dr@openoffice.org>  [ee4782d1eba2c8858668ac153816edca90e46df7]

        #100000# #111063# export of h/f text fields broken

2003-07-28  Vladimir Glazounov  <vg@openoffice.org>  [72d007d86f74c1a2394d0f60d0e2d5a454b7024f]

        #100000# typo

2003-07-25  Kurt Zenker  <kz@openoffice.org>  [0a86c23a3db97e11db923d508a253898168b14a2]

        new version for SRX645

2003-07-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [5332c2ab35d6e190637001c86f747ba103ef096f]

        SRX645

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [4341ff0ec3653828425f154ad42abde0048545b2]

        INTEGRATION: CWS readlic (1.14.8); FILE MERGED 2003/07/24 14:12:18 bei 1.14.8.1: #i12359#

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [08e4ebab7a3c49635c3602694534b7ea64808cc7]

        INTEGRATION: CWS readlic (1.4.8); FILE MERGED 2003/07/24 14:12:17 bei 1.4.8.1: #i12359#

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [0f3f0583d30ba5f1648fb5b6e8e926bdac1bdffb]

        INTEGRATION: CWS readlic (1.2.28); FILE MERGED 2003/07/24 14:12:16 bei 1.2.28.1: #i12359#

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [051aa4d6292384acc8857f2210e7ceecf6d99b08]

        INTEGRATION: CWS readlic (1.2.88); FILE MERGED 2003/07/24 14:12:14 bei 1.2.88.1: #i12359#

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [90ccb2b7b2ed97e15b450d4c4316d363b3f2f228]

        INTEGRATION: CWS readlic (1.1.2); FILE ADDED 2003/07/24 14:12:14 bei 1.1.2.1: #i12359#

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [a0a35515579e88e4ca48b287c0a8742399a60ab5]

        INTEGRATION: CWS abi3 (1.39.12); FILE MERGED 2003/07/21 12:11:37 abi 1.39.12.4: RESYNC: (1.39-1.40); FILE MERGED 2003/07/20 19:27:44 abi 1.39.12.3: #110335# cleanups 2003/07/18 17:39:28 abi 1.39.12.2: #110335# Loading from input stream in the background now possible. 2003/07/17 15:13:52 abi 1.39.12.1: #110335# download thread

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [54ca83162a1a96ca62bf6e86fc14723a665f475a]

        INTEGRATION: CWS abi3 (1.19.20); FILE MERGED 2003/07/17 15:13:52 abi 1.19.20.1: #110335# download thread

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [1b91f49426a2515c44dbee03a9b4799c77171976]

        INTEGRATION: CWS abi3 (1.18.68); FILE MERGED 2003/07/17 15:13:52 abi 1.18.68.1: #110335# download thread

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [26ebd7e564af41f3bbef775d9b6d5b2033b6eefa]

        INTEGRATION: CWS abi3 (1.27.28); FILE MERGED 2003/07/17 15:13:51 abi 1.27.28.1: #110335# download thread

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [45565c37c6fcca879e614833747358a28ae5f51f]

        INTEGRATION: CWS abi3 (1.13.12); FILE MERGED 2003/07/21 12:11:31 abi 1.13.12.2: RESYNC: (1.13-1.14); FILE MERGED 2003/07/17 15:13:51 abi 1.13.12.1: #110335# download thread

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [f9c93f8705c74fa9dd126d67af85cd613f785223]

        INTEGRATION: CWS abi3 (1.16.28); FILE MERGED 2003/07/17 15:13:51 abi 1.16.28.1: #110335# download thread

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [88d50bcb24d72ff047a9e9ece22fbff441c839ef]

        INTEGRATION: CWS abi3 (1.1.2); FILE ADDED 2003/07/17 15:09:52 abi 1.1.2.1: #110335# download thread

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [59bc38fd6b069008e3cf885b4700582e43bd39e3]

        INTEGRATION: CWS abi3 (1.10.28); FILE MERGED 2003/07/20 21:04:50 abi 1.10.28.1: #110335# backgrounding download now

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [c63ed056270191903bce3d409882b21f4aedf230]

        INTEGRATION: CWS abi3 (1.14.28); FILE MERGED 2003/07/20 21:04:49 abi 1.14.28.1: #110335# backgrounding download now

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [afed7c67482d323e2ec3079658bd086d5ab023ab]

        INTEGRATION: CWS abi3 (1.19.28); FILE MERGED 2003/07/23 06:53:03 abi 1.19.28.2: #110335# introduced macro ABI_IS_ON_VACATION_AETSCH 2003/07/20 21:04:49 abi 1.19.28.1: #110335# backgrounding download now

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [9c27dddcacfc85c90a8def7d6f1d46e99142a72c]

        INTEGRATION: CWS abi3 (1.1.2); FILE ADDED 2003/07/20 21:04:22 abi 1.1.2.1: #110335# backgrounding download now

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [e4d3fa9c27fce9ac458618c46aa7bbfd6b0ea9a7]

        INTEGRATION: CWS abi3 (1.29.20); FILE MERGED 2003/07/10 11:53:42 abi 1.29.20.1: #110668# dispose now deletes container

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [6e8ad3bc2c0e96c02301ad3181f74bf76122501f]

        INTEGRATION: CWS abi3 (1.17.16); FILE MERGED 2003/07/16 09:50:11 abi 1.17.16.1: #110668# moved condition-object to comphelper

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [380699bb88c43c31bce5e47bfaeea0f97115feb2]

        INTEGRATION: CWS abi3 (1.6.38); FILE MERGED 2003/07/17 15:17:18 abi 1.6.38.1: #110335# download in the background

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [e14b0e2884d3e3338adfc8f3912dca63f19808ff]

        INTEGRATION: CWS abi3 (1.13.62); FILE MERGED 2003/07/17 15:17:17 abi 1.13.62.1: #110335# download in the background

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [57c89189af2102195f60568aa81fffcc4def12d3]

        INTEGRATION: CWS abi3 (1.26.14); FILE MERGED 2003/07/10 11:56:03 abi 1.26.14.1: #110668# some issues with threadsafety of disposing

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [0ab2525873833155caf64fca06582a68fc519a1d]

        INTEGRATION: CWS abi3 (1.17.34); FILE MERGED 2003/07/17 15:17:18 abi 1.17.34.1: #110335# download in the background

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [220076ebc5526142836f10473b4265da6c6ce683]

        INTEGRATION: CWS abi3 (1.44.10); FILE MERGED 2003/07/23 14:22:51 abi 1.44.10.7: #110333# old method for nonremote schemata 2003/07/23 09:23:40 abi 1.44.10.6: #110335# introduced untimed waiting for non-remote protocols, doubling of wait time for first retry, and macro ABI_IS_ON_VACATION_AETSCH for easier recovery 2003/07/18 17:41:49 abi 1.44.10.5: #110335# Loading from input stream in the background now possible. 2003/07/16 09:46:30 abi 1.44.10.4: #110668# moved condition-object to comphelper 2003/07/15 14:59:24 abi 1.44.10.3: #110688# replaced thread unsafe default active data sink(SvRefBase member) with thread safe and posting the result trough the queue 2003/07/09 11:58:17 abi 1.44.10.2: #110688# forgotten to remove unneeded include-file 2003/07/09 11:55:47 abi 1.44.10.1: #110688# copy-and-paste error, holding a reference to content not necessary

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [0fffd1b58f345d69792012c833f88f0582db7260]

        INTEGRATION: CWS abi3 (1.12.10); FILE MERGED 2003/07/16 09:46:29 abi 1.12.10.1: #110668# moved condition-object to comphelper

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [b2beef62d627abe709a5fa26240a401f82fb1ca4]

        INTEGRATION: CWS crashrep10 (1.4.8); FILE MERGED 2003/07/24 17:38:55 hro 1.4.8.1: #111037# Don't include UID in error report

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [f1c74ba219a1042784ef7532b4e75c7f13f21c32]

        INTEGRATION: CWS crashrep10 (1.11.8); FILE MERGED 2003/07/24 17:38:54 hro 1.11.8.1: #111037# Don't include UID in error report

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [3958d66f670c0d6f18afabc322a06243596227af]

        INTEGRATION: CWS swobjpos01 (1.38.136); FILE MERGED 2003/07/24 13:38:29 od 1.38.136.1: #111032# <SwFlyFrmFmt::MakeFrms()> - update anchor attribute for 	 to-page-anchored fly frames, if anchor attribute isn't 	 appropriately set.

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [3a742991725585dd87006d35740f74aec15ae51a]

        INTEGRATION: CWS belfastfilterteam11 (1.37.164); FILE MERGED 2003/07/23 16:19:22 cmc 1.37.164.1: #110991# rework hackery of taking ownership of an ole2 object away from SdrOle2Obj and inserting into a document to work safely

2003-07-25  Vladimir Glazounov  <vg@openoffice.org>  [9f14da417fe7bd967d10e20e404f0b6952cc8050]

        INTEGRATION: CWS belfastfilterteam11 (1.102.16); FILE MERGED 2003/07/23 16:19:22 cmc 1.102.16.1: #110991# rework hackery of taking ownership of an ole2 object away from SdrOle2Obj and inserting into a document to work safely

2003-07-25  Nils Fuhrmann  <nf@openoffice.org>  [793b7fee4373f6a12d6480a1c2a696f95502db60]

        #111044# reverse last l10n merge which leads to invalid filter names

2003-07-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [63a8a0078ba8153626e81547f1c89c1e65920a3f]

        #100000#: Last minutes Geordi RC3 merges

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [41f33bdc14999a99b6a4a8c37d99d071e23dd359]

        SRX645

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [e0cf702fa9133c99f2811e6507de42eecf0c9166]

        INTEGRATION: CWS dr8aig (1.55.60); FILE MERGED 2003/07/24 09:56:22 dr 1.55.60.4: #110947# correct size of ftPictFmla in OLE objects 2003/07/24 09:27:11 dr 1.55.60.3: #110947# correct size of ftPictFmla in OLE objects 2003/07/23 17:20:20 dr 1.55.60.2: #110947# missing dtor 2003/07/23 15:19:14 dr 1.55.60.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [a0433b506d597581f105b679a03d6034b50bd72f]

        INTEGRATION: CWS dr8aig (1.7.102); FILE MERGED 2003/07/23 15:19:14 dr 1.7.102.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [45a5be9583256366df9242e4fe2949203843ff6c]

        INTEGRATION: CWS dr8aig (1.7.38); FILE MERGED 2003/07/23 15:18:50 dr 1.7.38.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [39980fdf5cc0d93296c219233609e119940cb199]

        INTEGRATION: CWS dr8aig (1.5.62); FILE MERGED 2003/07/23 15:18:50 dr 1.5.62.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [9f48574a8ea461332e5c49816864409f87980070]

        INTEGRATION: CWS dr8aig (1.3.62); FILE MERGED 2003/07/23 15:18:50 dr 1.3.62.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [5b6d3ff35f3c77134400adbdefb12a3c118da154]

        INTEGRATION: CWS dr8aig (1.2.62); FILE MERGED 2003/07/23 15:18:49 dr 1.2.62.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [73f3d004851675ca17112329c0f8a3b6f2ebedb1]

        INTEGRATION: CWS dr8aig (1.28.62); FILE MERGED 2003/07/23 17:19:54 dr 1.28.62.2: #110947# missing dtor 2003/07/23 15:18:48 dr 1.28.62.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [6ed2ec396a1382289db1558cbcff9bbaa0d8b3f5]

        INTEGRATION: CWS dr8aig (1.4.102); FILE MERGED 2003/07/23 15:18:47 dr 1.4.102.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [be50837995a3c74ff251fe53e0d26bc9c8c31b1b]

        INTEGRATION: CWS dr8aig (1.7.38); FILE MERGED 2003/07/23 15:17:45 dr 1.7.38.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [00a1cf8447f9d63bc1008300f3459293cdd8aa1a]

        INTEGRATION: CWS dr8aig (1.5.62); FILE MERGED 2003/07/23 15:17:46 dr 1.5.62.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [1a8c2c9e4e8b369600af0e246ec13e711911da82]

        INTEGRATION: CWS dr8aig (1.3.62); FILE MERGED 2003/07/23 15:17:45 dr 1.3.62.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [9e62f3b361ea9b7815c4874834f272e47b91c563]

        INTEGRATION: CWS dr8aig (1.3.40); FILE MERGED 2003/07/23 15:17:48 dr 1.3.40.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [5b9beddb002d847a58e4c096f1398a25e0213d2c]

        INTEGRATION: CWS dr8aig (1.3.104); FILE MERGED 2003/07/23 15:17:47 dr 1.3.104.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [a949d3aca0032bde548e8c233e441b349bc6e801]

        INTEGRATION: CWS dr8aig (1.63.72); FILE MERGED 2003/07/23 15:17:47 dr 1.63.72.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [6415ba45770571144534a5db6fd1a224a97adef9]

        INTEGRATION: CWS dr8aig (1.83.42); FILE MERGED 2003/07/23 15:17:47 dr 1.83.42.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [8d2e340f47836e81cd707cc710359148a1fc5443]

        INTEGRATION: CWS dr8aig (1.46.80); FILE MERGED 2003/07/23 15:17:46 dr 1.46.80.1: #110947# export of form controls

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [18734938181ee7bdddc5aded8299ffb6651be1b0]

        INTEGRATION: CWS os14 (1.34.92); FILE MERGED 2003/07/23 11:36:13 os 1.34.92.1: #111000# prevent access to not existing list entry

2003-07-24  Vladimir Glazounov  <vg@openoffice.org>  [5f05ac90bda340096a30fcaa5cc4dc34e9440346]

        INTEGRATION: CWS sw025 (1.13.42); FILE MERGED 2003/07/22 11:17:24 fme 1.13.42.1: #110780# Do not add frame border to ole object if fly has not been formatted

2003-07-23  Duncan Foster  <dfoster@openoffice.org>  [d86602573305ac7c8583794a37c4bd0572b41577]

        #i17307# XFunction->XScript etc

2003-07-23  Duncan Foster  <dfoster@openoffice.org>  [c78979c547c813c5f68b157807a03c7e0abae5d2]

        #i15986# Clerar the hasp map after save. Otherwise crash on 2nd save.

2003-07-23  Duncan Foster  <dfoster@openoffice.org>  [29cc426bfc4eedc2b15b0b54c33865e0e843ef74]

        Elminating compiler warnings

2003-07-23  Kurt Zenker  <kz@openoffice.org>  [3c1503ac4f8e8853ed2f46e925e4a961efe576fe]

        new version for SRX645

2003-07-23  Vladimir Glazounov  <vg@openoffice.org>  [65e6359119ab008f1b37e7a98a87d54f67d4ff5e]

        SRX645

2003-07-23  Vladimir Glazounov  <vg@openoffice.org>  [cb1b6b146ddc7a2a3b5213bd006b9ac297703ae7]

        INTEGRATION: CWS sab005 (1.4.18); FILE MERGED 2003/07/22 11:50:42 sab 1.4.18.1: #110974#; it should not support a XPropertySet

2003-07-23  Vladimir Glazounov  <vg@openoffice.org>  [d7daa62de6b12e60dd8b8305911c63eb99ed7553]

        INTEGRATION: CWS sab005 (1.3.12); FILE MERGED 2003/07/22 12:00:20 sab 1.3.12.1: #110866#; use the new sortdescriptor in the examples

2003-07-23  Vladimir Glazounov  <vg@openoffice.org>  [9400515bf86178cbdf695095ae60f385721ad357]

        INTEGRATION: CWS ivo02 (1.33.10); FILE MERGED 2003/07/18 10:22:43 ihi 1.33.10.1: #i15711# #i16453# core dump charAt( -1 )

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [c8b02927c84d0170f326c0f86c7336f408cefc09]

        INTEGRATION: CWS mergem13s2 (1.38.4); FILE MERGED 2003/07/22 12:54:32 ihi 1.38.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [0b8929ced081b86bdae7b2d94f507df221cc3325]

        INTEGRATION: CWS mergem13s2 (1.28.4); FILE MERGED 2003/07/22 12:54:31 ihi 1.28.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [e9e5723a5102ee35eb9e5396ad6550b35fb4297b]

        INTEGRATION: CWS mergem13s2 (1.68.4); FILE MERGED 2003/07/22 12:54:30 ihi 1.68.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [806a9b4136b441d2294447bf7b0d91589dac2fa9]

        INTEGRATION: CWS mergem13s2 (1.18.4); FILE MERGED 2003/07/22 12:54:29 ihi 1.18.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [c6aac0f6c1f2bdbf40956b876d7f74100c30bd27]

        INTEGRATION: CWS mergem13s2 (1.44.4); FILE MERGED 2003/07/22 12:54:27 ihi 1.44.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [da2e4e81f33b66dff07132df448f8df127a31907]

        INTEGRATION: CWS mergem13s2 (1.17.4); FILE MERGED 2003/07/22 12:54:26 ihi 1.17.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [8db9674c1b8fa129614e325b77d5118191974a96]

        INTEGRATION: CWS mergem13s2 (1.4.4); FILE MERGED 2003/07/22 12:54:25 ihi 1.4.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [3f5199b1cfc8d3fa797d54edce69e27e4f3a2317]

        INTEGRATION: CWS mergem13s2 (1.45.4); FILE MERGED 2003/07/22 12:54:23 ihi 1.45.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [5c844770fff26be042df4477aae56925f8db8b1a]

        INTEGRATION: CWS mergem13s2 (1.63.4); FILE MERGED 2003/07/22 12:54:22 ihi 1.63.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [827a142bfc9b70d8c667b9b3a9e8ffb12c687bc1]

        INTEGRATION: CWS mergem13s2 (1.42.4); FILE MERGED 2003/07/22 12:54:19 ihi 1.42.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [1a181fe02e21dafa0cd83b7b4fad72634082e7ff]

        INTEGRATION: CWS mergem13s2 (1.92.4); FILE MERGED 2003/07/22 12:54:19 ihi 1.92.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [64f14a0cce178c011ee28652d659b58a4d33a250]

        INTEGRATION: CWS mergem13s2 (1.8.6); FILE MERGED 2003/07/22 12:54:01 ihi 1.8.6.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [5d47da1a16cba73e76ed7ff17408cd35e208c004]

        INTEGRATION: CWS mergem13s2 (1.36.4); FILE MERGED 2003/07/22 12:52:45 ihi 1.36.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [f6d5479536d0fdffc1df4f666c4f7bb817447f69]

        INTEGRATION: CWS mergem13s2 (1.27.4); FILE MERGED 2003/07/22 12:53:53 ihi 1.27.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [97dcef0399e31279e0e9924e134223a0819b975b]

        INTEGRATION: CWS mergem13s2 (1.37.4); FILE MERGED 2003/07/22 12:53:52 ihi 1.37.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [1c4653b4929cb0e0c44ac8a0da402174ff5f15b8]

        INTEGRATION: CWS mergem13s2 (1.128.4); FILE MERGED 2003/07/22 12:53:51 ihi 1.128.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [9a3676a1515e00678b914ff5ce4f1574fd8c1fee]

        INTEGRATION: CWS mergem13s2 (1.34.4); FILE MERGED 2003/07/22 12:54:53 ihi 1.34.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [7d3ce6b4782c71a21c9b9abd87761977a6ac245f]

        INTEGRATION: CWS mergem13s2 (1.31.4); FILE MERGED 2003/07/22 12:54:52 ihi 1.31.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [5b8b5f852ae0cb0adc83358c6dbe5db77f17d734]

        INTEGRATION: CWS mergem13s2 (1.97.4); FILE MERGED 2003/07/22 12:53:28 ihi 1.97.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [3d6b9d7c3b02172a7c8a8b35941d4420562a5267]

        INTEGRATION: CWS mergem13s2 (1.39.8); FILE MERGED 2003/07/22 12:53:21 ihi 1.39.8.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [e7763d06c92efc03f146a601947939e0b2a84cd5]

        INTEGRATION: CWS mergem13s2 (1.35.8); FILE MERGED 2003/07/22 12:53:21 ihi 1.35.8.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [dc4b1604196234ea95927ab4fd8c08704e199cb6]

        INTEGRATION: CWS mergem13s2 (1.75.8); FILE MERGED 2003/07/22 12:53:16 ihi 1.75.8.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [94d642d70568b6d2a34095e92d711342cdfc9346]

        INTEGRATION: CWS mergem13s2 (1.37.8); FILE MERGED 2003/07/22 12:53:13 ihi 1.37.8.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [905c6d8940eafd693211aeaf4e4629c963022a2b]

        INTEGRATION: CWS mergem13s2 (1.22.8); FILE MERGED 2003/07/22 12:53:12 ihi 1.22.8.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [08beafecf29de8bd1aefd7d92fc89c0b23d5c671]

        INTEGRATION: CWS mergem13s2 (1.74.8); FILE MERGED 2003/07/22 12:53:11 ihi 1.74.8.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [57bb92881e47f27d8aec98d7383a67a716361dbe]

        INTEGRATION: CWS mergem13s2 (1.75.6); FILE MERGED 2003/07/22 12:52:07 ihi 1.75.6.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [0120e1a267b72ca9d827bd02f5d9dfaa174f9393]

        INTEGRATION: CWS mergem13s2 (1.75.6); FILE MERGED 2003/07/22 12:52:01 ihi 1.75.6.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [87b108097001b4f8639a6b2e0e04f8ed5b50d906]

        INTEGRATION: CWS mergem13s2 (1.43.6); FILE MERGED 2003/07/22 12:48:31 ihi 1.43.6.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [aec6300c98af3f1f04d06736a6b60e50422e19b1]

        INTEGRATION: CWS mergem13s2 (1.88.6); FILE MERGED 2003/07/22 12:48:28 ihi 1.88.6.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [3d6db13cab661651c802aafeca0e03984a18369c]

        INTEGRATION: CWS mergem13s2 (1.16.4); FILE MERGED 2003/07/22 12:48:50 ihi 1.16.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [bb20f956bc17d3fd57894494ec10f7273d5b65e2]

        INTEGRATION: CWS mergem13s2 (1.82.4); FILE MERGED 2003/07/22 12:48:43 ihi 1.82.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [71fe724578720eed22af64776f89c2536c156c4e]

        INTEGRATION: CWS mergem13s2 (1.24.4); FILE MERGED 2003/07/22 12:48:42 ihi 1.24.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [ee927cdf51f487bd067824fe91542fb7e42d06af]

        INTEGRATION: CWS mergem13s2 (1.53.4); FILE MERGED 2003/07/22 12:52:31 ihi 1.53.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [56195ddc851d677e9a8bb70ae694c3c9f04f1bdf]

        INTEGRATION: CWS mergem13s2 (1.40.4); FILE MERGED 2003/07/22 12:53:45 ihi 1.40.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [2935e5b49d149a5229eac0bf096f16fcb7d5ce2c]

        INTEGRATION: CWS mergem13s2 (1.69.4); FILE MERGED 2003/07/22 12:53:42 ihi 1.69.4.1: rc3 merge

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [9913e37aac9b13e85e301ba7efa7be3ec0eef080]

        INTEGRATION: CWS mergem13s2 (1.88.4); FILE MERGED 2003/07/22 12:53:40 ihi 1.88.4.1: rc3 merge

2003-07-22  Duncan Foster  <dfoster@openoffice.org>  [6e45f65221e2f9b8973d2cd5d941daf10b2de87d]

        Made destructor virtual so as to eliminate compiler warnings on Linux

2003-07-22  Duncan Foster  <dfoster@openoffice.org>  [d01fa2d532388cb093d47cbffd9c273b397baa7a]

        Added #i15986# Added build in examples directory. Builds zipfiles for example scripts, debugger stuff, and macros.

2003-07-22  Kurt Zenker  <kz@openoffice.org>  [cbd10f2f422f6b34d7d0cbf9b70862ec921cfb37]

        new version for SRX645

2003-07-22  Herbert Duerr  <hdu@openoffice.org>  [40bddf58a3082785cf7692256dfb365d49d18f89]

        #110987# unify textlayout caches

2003-07-22  Kurt Zenker  <kz@openoffice.org>  [fec1779cbee6d08c82469366d22e3b82ec7c975a]

        new version for SRX645

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [7fb74137f700959272754ab09ad930e0ef0e1998]

        SRX645

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [47a22a275aed176277e953ef68be22ab0b6bab97]

        INTEGRATION: CWS fwkrc32 (1.39.20); FILE MERGED 2003/07/18 13:32:51 lo 1.39.20.2: RESYNC: (1.39-1.40); FILE MERGED 2003/07/18 08:10:40 lo 1.39.20.1: #110858# type detection for flat xml

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [3f176a870b9a8ae8a5088d5b4d7c76338bc43d98]

        INTEGRATION: CWS fwkrc32 (1.78.22); FILE MERGED 2003/07/16 15:10:07 mav 1.78.22.2: #i16015# close UCBStorageStream in case Storage based on it is deleted 2003/07/15 16:22:21 mav 1.78.22.1: #i16015# close UCBStorageStream in case Storage based on it is deleted

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [6f1030e84a293387bc92b020afd326d85423396f]

        INTEGRATION: CWS fwkrc32 (1.3.30); FILE MERGED 2003/07/15 16:22:20 mav 1.3.30.1: #i16015# close UCBStorageStream in case Storage based on it is deleted

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [c376ce2b68fb46f22827ffca11e0b618121d9270]

        INTEGRATION: CWS fwkrc32 (1.2.76); FILE MERGED 2003/07/16 15:10:06 mav 1.2.76.2: #i16015# close UCBStorageStream in case Storage based on it is deleted 2003/07/15 16:22:20 mav 1.2.76.1: #i16015# close UCBStorageStream in case Storage based on it is deleted

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [b691cf8bdf3b8c0e6bf7b3f2753e69ed07bd2eb0]

        INTEGRATION: CWS fwkrc32 (1.11.70); FILE MERGED 2003/07/16 15:10:06 mav 1.11.70.2: #i16015# close UCBStorageStream in case Storage based on it is deleted 2003/07/15 16:22:19 mav 1.11.70.1: #i16015# close UCBStorageStream in case Storage based on it is deleted

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [c3ef87fb2bd5f791fea8b94651ccab3d8f150990]

        INTEGRATION: CWS fwkrc32 (1.19.30); FILE MERGED 2003/07/16 15:10:04 mav 1.19.30.2: #i16015# close UCBStorageStream in case Storage based on it is deleted 2003/07/15 16:22:19 mav 1.19.30.1: #i16015# close UCBStorageStream in case Storage based on it is deleted

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [d008e297b51f2744e0ad2edc1324bfc6c016e010]

        INTEGRATION: CWS fwkrc32 (1.7.122); FILE MERGED 2003/07/18 09:43:34 as 1.7.122.1: #110919# enable transparency

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [fadc25520bfd60a3efc56e61a6e3a38e42b98c2e]

        INTEGRATION: CWS fwkrc32 (1.117.4); FILE MERGED 2003/07/16 09:38:49 mba 1.117.4.1: #110855#: all created documents must notify the creation event, not only activated ones

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [715254f7e97e43b6ed8377fb58fc09e25ad28261]

        INTEGRATION: CWS fwkrc32 (1.133.18); FILE MERGED 2003/07/16 08:46:06 mav 1.133.18.1: #i13997# use UTF8 for filename

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [ed84f8f4779f5bbf9b24b1245bdd56ed157d1c89]

        INTEGRATION: CWS fwkrc32 (1.46.54); FILE MERGED 2003/07/17 08:40:21 mba 1.46.54.1: #110855#: hidden documents must process events synchronously

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [df43a07da8f7f29942c6f1624c7dfb8c86d92e44]

        INTEGRATION: CWS fwkrc32 (1.117.2); FILE MERGED 2003/07/18 13:31:23 lo 1.117.2.2: RESYNC: (1.117-1.118); FILE MERGED 2003/07/14 11:08:12 lo 1.117.2.1: #110837# use _exit() after displaying cmdline help #110807# display OEM dialog at earlier time at startup

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [241fd2364416fd6c32102deb6eb864922012b23e]

        INTEGRATION: CWS fwkrc32 (1.4.34); FILE MERGED 2003/07/16 16:19:55 dvo 1.4.34.1: #i16951# work-around for Java XSLT problem: multiple <xsl:key> elements with          the same name appear not to work properly, so we don't use them.          Also import sect5 elements.

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [ed478eb929a7f52bcd974e4b5e4ac1b3b4635d5e]

        INTEGRATION: CWS fwkrc32 (1.4.30); FILE MERGED 2003/07/16 16:19:55 dvo 1.4.30.1: #i16951# work-around for Java XSLT problem: multiple <xsl:key> elements with          the same name appear not to work properly, so we don't use them.          Also import sect5 elements.

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [5073e2b813d5790acdd0b39bd7dd893be97c1ae7]

        INTEGRATION: CWS pl02 (1.22.28); FILE MERGED 2003/07/21 12:52:19 pl 1.22.28.1: #i17138# do not crash on empty files

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [a5be84fe20cd6df4230cdde4388113ea878b57e7]

        INTEGRATION: CWS pl02 (1.12.52); FILE MERGED 2003/07/21 11:11:19 pl 1.12.52.1: #110902# delay SmCloseConnection

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [c4ddfd66ed77548f0a690e10d9cc488e346968ac]

        INTEGRATION: CWS pl02 (1.15.52); FILE MERGED 2003/07/21 11:11:19 pl 1.15.52.1: #110902# delay SmCloseConnection

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [8de666cdb9df56980d2c69e1df73910bcb14e9b5]

        INTEGRATION: CWS pl02 (1.43.30); FILE MERGED 2003/07/21 11:11:18 pl 1.43.30.1: #110902# delay SmCloseConnection

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [2f76d3de94b5704a02cb7b1b4ffb0641f0939fcf]

        INTEGRATION: CWS pl02 (1.25.52); FILE MERGED 2003/07/21 11:11:18 pl 1.25.52.1: #110902# delay SmCloseConnection

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [0708b3d95bb93f50acf6fca04ddd0cab171b9012]

        INTEGRATION: CWS pl02 (1.4.52); FILE MERGED 2003/07/21 11:11:17 pl 1.4.52.1: #110902# delay SmCloseConnection

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [2f22cb865afb1a66867ae7e266f480cd77bc7386]

        INTEGRATION: CWS sw024 (1.138.58); FILE MERGED 2003/07/18 16:02:22 fme 1.138.58.2: #110933# Do not crash on unexpected section breaks 2003/07/18 15:59:24 fme 1.138.58.1: #110931# Avoid crash if pSI = 0

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [946b606da90700752d32e05e118c5fcffb331578]

        INTEGRATION: CWS sw024 (1.9.128); FILE MERGED 2003/07/18 15:48:29 fme 1.9.128.1: #110937# Avoid division by 0

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [927e1b2cc6cf81c5bcf428a572051483c7142308]

        INTEGRATION: CWS rcsession (1.118.8); FILE MERGED 2003/07/21 09:30:54 lo 1.118.8.2: syntax changes and comments 2003/07/21 09:20:38 lo 1.118.8.1: #110925# catch exception from loadComponentFromURL when restoring a session          don't try to save nacking component on session/crash save #110927# don't ask when restoring session-saved documents

2003-07-22  Vladimir Glazounov  <vg@openoffice.org>  [e0568da0b9dc0a1118bd8f7405d2d7691d7c612d]

        INTEGRATION: CWS rcsession (1.19.40); FILE MERGED 2003/07/21 09:20:37 lo 1.19.40.1: #110925# catch exception from loadComponentFromURL when restoring a session          don't try to save nacking component on session/crash save #110927# don't ask when restoring session-saved documents

2003-07-21  Kurt Zenker  <kz@openoffice.org>  [1d58699962b4fbec42a81d0d79a9ef4f7ab2f353]

        new version for SRX645

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [a45fb8cc1e44814334d460b158b8528f8511daad]

        INTEGRATION: CWS oj06 (1.88.72); FILE MERGED 2003/07/18 11:20:32 oj 1.88.72.1: #110896# check if keys are valid

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [d5ff59191270a5d4b215b5abd0efd7d3d93ee5c3]

        INTEGRATION: CWS oj06 (1.27.18); FILE MERGED 2003/07/18 10:51:16 oj 1.27.18.1: #110896# check for NULL

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [099241200b1c233c96942bcd19fdb8e3898bf89a]

        INTEGRATION: CWS oj06 (1.30.18); FILE MERGED 2003/07/18 11:20:31 oj 1.30.18.1: #110896# check if keys are valid

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [a20d9231f6989fea31aad4b87862742ba466c95e]

        INTEGRATION: CWS oj06 (1.32.64); FILE MERGED 2003/07/18 11:20:29 oj 1.32.64.1: #110896# check if keys are valid

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [1591f235e8fad2668a34c7e07162e1f15d334d37]

        INTEGRATION: CWS oj06 (1.67.18); FILE MERGED 2003/07/18 11:20:27 oj 1.67.18.1: #110896# check if keys are valid

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [59a93c7b149d9a69e4b1ea867f3112e01ed1d055]

        SRX645

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [86f30ec85cf56be7bdb4876a9e57d7108c77627a]

        INTEGRATION: CWS freelibs (1.45.48); FILE MERGED 2003/07/18 15:42:40 cp 1.45.48.1: #i16872# putting /usr/lib in rpath was not a good idea

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [413d46f8e56961a68e5e3e31f596cf159da764bd]

        INTEGRATION: CWS sw022 (1.76.170); FILE MERGED 2003/07/14 10:51:51 hbrinkm 1.76.170.1: #110771# possibly dereferenced NULL-pointer

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [9de9fb1860e5509f9b31fec5b088361b1cbf3934]

        INTEGRATION: CWS sw022 (1.31.116); FILE MERGED 2003/07/14 10:47:29 hbrinkm 1.31.116.1: #110771# possilbly dereferenced NULL-pointer

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [d475ca2a32bb2951b106f715ae6fb625b4da2095]

        INTEGRATION: CWS sw022 (1.23.116); FILE MERGED 2003/07/15 08:17:46 os 1.23.116.1: #110787# check SfxItemSet* before access

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [b85493fb4713c92ba3fca512fe79407aecdf32ce]

        INTEGRATION: CWS sw022 (1.69.34); FILE MERGED 2003/07/15 06:23:23 os 1.69.34.2: #i15100# CloseAll: don't change result set while inside of merge 2003/07/14 12:08:21 os 1.69.34.1: #i15100# CloseAll: set xResultSet to the first position

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [2ccc1bbe5775bf2ea9b98fe7ef80d8df3557a01c]

        INTEGRATION: CWS sw022 (1.15.20); FILE MERGED 2003/07/15 06:53:52 os 1.15.20.1: #i16571# SwDBSetNumberField::Evaluate(): never reset set number and don't increment

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [ed8d20f57f89291024991983ca28d75797752232]

        INTEGRATION: CWS rc3vcl (1.69.8); FILE MERGED 2003/07/16 15:09:46 hdu 1.69.8.1: #110440# #i11579# adjust vertical flags depending on GSUB

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [1673b6919052b256b5bca986acc115b9413b18d8]

        INTEGRATION: CWS rc3vcl (1.11.94); FILE MERGED 2003/07/16 15:52:59 ssa 1.11.94.1: #110800#, avoid fujitsu-xerox driver crash when using a jobsetup from a different windows platform

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [0e1cf6ac8704bd13de8417320ef7ae3d316a3426]

        INTEGRATION: CWS rc3vcl (1.45.8); FILE MERGED 2003/07/16 11:08:41 hdu 1.45.8.1: #110880# fix off-by-one when merging multiple layouts

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [02cae593aebb3882dcfd321ea9b06f9e4d17dcfb]

        INTEGRATION: CWS rc3vcl (1.54.14); FILE MERGED 2003/07/17 08:26:03 hdu 1.54.14.4: #i16920# get rid of slicing warning 2003/07/17 08:16:40 hdu 1.54.14.3: #i16920# fix constness 2003/07/17 07:12:36 pl 1.54.14.2: #i16920# same appendName for char* and OUString 2003/07/16 19:03:00 pl 1.54.14.1: #i16920# add encoded names

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [614505c6041058c20182dff47943a42890f4cfb0]

        INTEGRATION: CWS fs001 (1.33.12); FILE MERGED 2003/07/18 08:59:15 fs 1.33.12.1: #110916# properly start listening in the SdrUnoControlRec ctor

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [71efb28b21ffe2f8176c7a1cdb13fc0d997115b5]

        INTEGRATION: CWS sw023 (1.13.122); FILE MERGED 2003/07/17 08:58:34 fme 1.13.122.1: #110893# Backward spelling did not work

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [6c104a331eaefa0503a9bdf9a260fe858261bfab]

        INTEGRATION: CWS sw023 (1.40.64); FILE MERGED 2003/07/16 12:54:22 fme 1.40.64.1: #i16930# Set frame height to zero and move it to next page did not wirk correctly

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [c5adfc335c2c0de7b86cc21dd4f2ede7baa7c604]

        INTEGRATION: CWS sw023 (1.23.28); FILE MERGED 2003/07/16 15:38:15 fme 1.23.28.2: #110889# Hack for i14206 prevented a frame to flow backwards although it should - Correction 2003/07/16 15:31:06 fme 1.23.28.1: #110889# Hack for i14206 prevented a frame to flow backwards although it should

2003-07-21  Vladimir Glazounov  <vg@openoffice.org>  [e6c391feac6b0a44ef50faf9b882416e089129cd]

        INTEGRATION: CWS sw023 (1.37.40); FILE MERGED 2003/07/16 12:53:48 fme 1.37.40.1: #i16930# Set frame height to zero and move it to next page did not wirk correctly

2003-07-21  Daniel Boelzle  <dbo@openoffice.org>  [8cfb24eb2cee47fa3b25cdc3974d755deb5c27c0]

        #107130# Any.Type and Any.Value members InitOnly

2003-07-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [73ccae41a19f44250e963c4fb1d0b0dd65bd1644]

        #100000# fixed handling of patching files with dos lineends for solaris

2003-07-18  Daniel Boelzle  <dbo@openoffice.org>  [27dd641921cd9253b99dac9277c9af90eebb3722]

        #107130#

2003-07-17  Nils Fuhrmann  <nf@openoffice.org>  [54b8325eff74fdac090f4becdca53113043a7d73]

        L10N-Fixes

2003-07-17  Nils Fuhrmann  <nf@openoffice.org>  [650affee39961ec6dd5f6c8b0b34ba1d3d65b8e0]

        L10N-Fixes

2003-07-17  Nils Fuhrmann  <nf@openoffice.org>  [fbf4b3cc8f1b7cbff32f93587cffccc7301719ed]

        L10N-Fixes

2003-07-17  Nils Fuhrmann  <nf@openoffice.org>  [e6ab55118bcd8ee37a761ad4fce1bae6fae09570]

        L10N-Fixes

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [60c461bfdd12afaece258a8a6841a078259aa839]

        INTEGRATION: CWS mergerc3 (1.45.12); FILE MERGED 2003/07/16 16:59:19 ihi 1.45.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c556cfe8766aa3e457fc7e281419d2036a1be5c0]

        INTEGRATION: CWS mergerc3 (1.49.6); FILE MERGED 2003/07/16 16:54:07 ihi 1.49.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d61dd5148b5368bce14fd581ef60dc155d542697]

        INTEGRATION: CWS mergerc3 (1.27.6); FILE MERGED 2003/07/16 17:07:38 ihi 1.27.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [67b1f46af17c616398d34e9649d7c2281e1221ce]

        INTEGRATION: CWS mergerc3 (1.43.6); FILE MERGED 2003/07/16 17:07:37 ihi 1.43.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b58caf78c14dc1f905890f993160eb73b3d70df]

        INTEGRATION: CWS mergerc3 (1.22.6); FILE MERGED 2003/07/16 17:07:37 ihi 1.22.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ba9c05d90872643a664a995d09d18d6b2c13df2]

        INTEGRATION: CWS mergerc3 (1.23.6); FILE MERGED 2003/07/16 17:07:36 ihi 1.23.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [26e12b21f2f50f2e72d488a5acd36588b5003da1]

        INTEGRATION: CWS mergerc3 (1.50.6); FILE MERGED 2003/07/16 17:07:36 ihi 1.50.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdfd782366f20bfadd2cffc00e123cd2f8427db4]

        INTEGRATION: CWS mergerc3 (1.51.6); FILE MERGED 2003/07/16 17:07:35 ihi 1.51.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [504b5dfd55d1613abd10d9d1169e22eeb2c25524]

        INTEGRATION: CWS mergerc3 (1.20.6); FILE MERGED 2003/07/16 17:07:35 ihi 1.20.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e538c4f33147cb862650a8b402816a77bcca025d]

        INTEGRATION: CWS mergerc3 (1.91.6); FILE MERGED 2003/07/16 17:07:34 ihi 1.91.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a26eda56f5e5d568ba0d9f20acfbc69ffa6dab7]

        INTEGRATION: CWS mergerc3 (1.16.12); FILE MERGED 2003/07/16 16:59:35 ihi 1.16.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [47b25564d9b07c2b7439d0050bd3656abbabf51f]

        INTEGRATION: CWS mergerc3 (1.19.12); FILE MERGED 2003/07/16 16:59:32 ihi 1.19.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ef6e71a3af696f21de21292c985cd80f69b3935]

        INTEGRATION: CWS mergerc3 (1.50.12); FILE MERGED 2003/07/16 16:59:32 ihi 1.50.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a54ef3ce3c6ae0e24cd3bc409054aee44b7d7040]

        INTEGRATION: CWS mergerc3 (1.44.12); FILE MERGED 2003/07/16 16:59:31 ihi 1.44.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b7abcff7cedde7bf32f3b32b043943356948589]

        INTEGRATION: CWS mergerc3 (1.22.12); FILE MERGED 2003/07/16 16:59:31 ihi 1.22.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [82f3826a876ed63e9b995cca0426e2499ea2fa5b]

        INTEGRATION: CWS mergerc3 (1.16.12); FILE MERGED 2003/07/16 16:59:28 ihi 1.16.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [284c3962164395644512d73b252dab2cf8ce6bf3]

        INTEGRATION: CWS mergerc3 (1.25.12); FILE MERGED 2003/07/16 16:59:27 ihi 1.25.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e0ab601edf4a2032fa654d2d8055fab8143a042]

        INTEGRATION: CWS mergerc3 (1.22.12); FILE MERGED 2003/07/16 16:59:27 ihi 1.22.12.1: rc-3 merge all languages

2003-07-17  Vladimir Glazounov  <vg@openoffice.org>  [cc49d18716073d4f073f22884414d6777d83fa3c]

        SRX645

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d06e15d71311acdc88ba529b25806e616c12c5c]

        INTEGRATION: CWS mergerc3 (1.27.12); FILE MERGED 2003/07/16 16:59:22 ihi 1.27.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0178a45fddf556d9c1a41923169a2e2d4db79de7]

        INTEGRATION: CWS mergerc3 (1.32.12); FILE MERGED 2003/07/16 16:59:21 ihi 1.32.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [615788e8bf859ab0d3255d7fbfc2eceeffdb102b]

        INTEGRATION: CWS mergerc3 (1.40.12); FILE MERGED 2003/07/16 16:59:21 ihi 1.40.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [816e25eaa419b7b79bcaf661b092fe38c1377722]

        INTEGRATION: CWS mergerc3 (1.35.12); FILE MERGED 2003/07/16 16:59:21 ihi 1.35.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [80fcb0623c059feebae869047c1c655ac5c48dc3]

        INTEGRATION: CWS mergerc3 (1.22.12); FILE MERGED 2003/07/16 16:59:20 ihi 1.22.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b996daa29fdeffa7bac0e7616da76e00a6ba8403]

        INTEGRATION: CWS mergerc3 (1.5.12); FILE MERGED 2003/07/16 16:59:18 ihi 1.5.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [720e778991aa7c79c4784dc2c486ff9b46e4bb07]

        INTEGRATION: CWS mergerc3 (1.28.12); FILE MERGED 2003/07/16 16:59:18 ihi 1.28.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [044f467104060e234e6f813137edbfe8bf028263]

        INTEGRATION: CWS mergerc3 (1.51.12); FILE MERGED 2003/07/16 16:59:17 ihi 1.51.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6db773dd5ddc27aa475b7823bf21ae3bd7bbea8]

        INTEGRATION: CWS mergerc3 (1.5.12); FILE MERGED 2003/07/16 16:59:17 ihi 1.5.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd67203b680eeb728754116166c1be966326ed4c]

        INTEGRATION: CWS mergerc3 (1.55.12); FILE MERGED 2003/07/16 16:59:16 ihi 1.55.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5061859cad82c7d81e6e9bf574c5b46b966a7a73]

        INTEGRATION: CWS mergerc3 (1.7.12); FILE MERGED 2003/07/16 16:59:16 ihi 1.7.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d435dcd1fedea6fbdf428e89e77858164b9d05de]

        INTEGRATION: CWS mergerc3 (1.27.12); FILE MERGED 2003/07/16 16:59:15 ihi 1.27.12.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [576f0579747959acdf53077da4cd724323fd590b]

        INTEGRATION: CWS mergerc3 (1.5.8); FILE MERGED 2003/07/16 16:57:19 ihi 1.5.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e25f6e785c096daf65c68050808dc3a579d52dcc]

        INTEGRATION: CWS mergerc3 (1.5.8); FILE MERGED 2003/07/16 16:57:18 ihi 1.5.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4a0a70585a02d5d4b03f4bb9a650dce5e139bb2]

        INTEGRATION: CWS mergerc3 (1.6.8); FILE MERGED 2003/07/16 16:57:18 ihi 1.6.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b182958a78e29b0729aa09cd040f0e606157cb06]

        INTEGRATION: CWS mergerc3 (1.5.8); FILE MERGED 2003/07/16 16:57:17 ihi 1.5.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [874f70e8297e1f22a96aa4e3c325dfd842a77e32]

        INTEGRATION: CWS mergerc3 (1.7.8); FILE MERGED 2003/07/16 16:57:17 ihi 1.7.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [38b06b4067faaf18c3483ff1a7304afa29dc32a6]

        INTEGRATION: CWS mergerc3 (1.5.8); FILE MERGED 2003/07/16 16:57:16 ihi 1.5.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [45e75b1b551b8a8da792e332cccbb0cce9944e23]

        INTEGRATION: CWS mergerc3 (1.5.8); FILE MERGED 2003/07/16 16:57:15 ihi 1.5.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bd82c3d940f6291fba4fbb7d88773d7190f7ad9]

        INTEGRATION: CWS mergerc3 (1.13.8); FILE MERGED 2003/07/16 16:57:15 ihi 1.13.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcfbf7ca242d36390d0a973a00e3a488e0f47e72]

        INTEGRATION: CWS mergerc3 (1.9.8); FILE MERGED 2003/07/16 16:57:14 ihi 1.9.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0043804dec7dba527b9a0895c7ddca3d9724c205]

        INTEGRATION: CWS mergerc3 (1.35.2); FILE MERGED 2003/07/16 16:57:09 ihi 1.35.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1459cf5b7aad7f73c5c15c11552affa6da409e2a]

        INTEGRATION: CWS mergerc3 (1.48.2); FILE MERGED 2003/07/16 16:57:08 ihi 1.48.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [adde3825eaf09591fc3120fac95dd7f3a0cc66f6]

        INTEGRATION: CWS mergerc3 (1.17.2); FILE MERGED 2003/07/16 17:04:37 ihi 1.17.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f839f4b1426b982f33e82b66dd0248fdd2bd0fa2]

        INTEGRATION: CWS mergerc3 (1.41.2); FILE MERGED 2003/07/16 17:04:35 ihi 1.41.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [91629564524875937961c2563f87b081e296b34c]

        INTEGRATION: CWS mergerc3 (1.40.2); FILE MERGED 2003/07/16 17:04:34 ihi 1.40.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc017884c40f2434c62c8e2af22fafa08721369a]

        INTEGRATION: CWS mergerc3 (1.44.2); FILE MERGED 2003/07/16 17:04:33 ihi 1.44.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [41afdadafbf0829e66288adff07e75e158dd00ef]

        INTEGRATION: CWS mergerc3 (1.52.2); FILE MERGED 2003/07/16 17:04:31 ihi 1.52.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9367990568d4e21627b1a6f2a8614887794bafa1]

        INTEGRATION: CWS mergerc3 (1.54.2); FILE MERGED 2003/07/16 17:04:30 ihi 1.54.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [01bb9ab9a676ef9acf8cafe6c1b41a7fb5d155c2]

        INTEGRATION: CWS mergerc3 (1.39.8); FILE MERGED 2003/07/16 17:10:31 ihi 1.39.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e01aa144a46d1941dc7065bb8f9b5e66b31306]

        INTEGRATION: CWS mergerc3 (1.22.8); FILE MERGED 2003/07/16 17:10:25 ihi 1.22.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [350fa56aff51e9257a37dd3b3f125adbb1dd4e92]

        INTEGRATION: CWS mergerc3 (1.24.8); FILE MERGED 2003/07/16 17:10:23 ihi 1.24.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [be4acf846a6b52154e353b8bb23fb815c5c2eb91]

        INTEGRATION: CWS mergerc3 (1.38.8); FILE MERGED 2003/07/16 17:10:23 ihi 1.38.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [76663199def5b96e7b9bba2f4e7ad27089893993]

        INTEGRATION: CWS mergerc3 (1.25.8); FILE MERGED 2003/07/16 17:10:22 ihi 1.25.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c49a0004d5fa288b24ba07479c7feb05e4819f3]

        INTEGRATION: CWS mergerc3 (1.28.8); FILE MERGED 2003/07/16 17:10:22 ihi 1.28.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [af4725735b03b521f0b78359313f799e1feac89e]

        INTEGRATION: CWS mergerc3 (1.68.8); FILE MERGED 2003/07/16 17:10:21 ihi 1.68.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a2cc3bcb3ad81e2d98748035b431c35a6a20950]

        INTEGRATION: CWS mergerc3 (1.30.8); FILE MERGED 2003/07/16 17:10:17 ihi 1.30.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d38bedafb02fc5453f824163a9df3519743bc614]

        INTEGRATION: CWS mergerc3 (1.26.8); FILE MERGED 2003/07/16 17:10:17 ihi 1.26.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3739d29a8b2ce368e420b4e077ba9229406887f]

        INTEGRATION: CWS mergerc3 (1.10.8); FILE MERGED 2003/07/16 17:10:16 ihi 1.10.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4101b54fa245f9ff98896417833a07651f14a255]

        INTEGRATION: CWS mergerc3 (1.33.8); FILE MERGED 2003/07/16 17:10:15 ihi 1.33.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [50fbafc9d711b403cb5f4a4fb68bd101d030a0b4]

        INTEGRATION: CWS mergerc3 (1.22.8); FILE MERGED 2003/07/16 17:10:15 ihi 1.22.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [97beca15ab065217fedb2ab4755dd23bb6885930]

        INTEGRATION: CWS mergerc3 (1.17.8); FILE MERGED 2003/07/16 17:10:14 ihi 1.17.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec1db4c52075ef1ec872737a029301f807f7569e]

        INTEGRATION: CWS mergerc3 (1.26.8); FILE MERGED 2003/07/16 17:10:14 ihi 1.26.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4346adaf37969075762803d41b08461aa41dd82]

        INTEGRATION: CWS mergerc3 (1.30.8); FILE MERGED 2003/07/16 17:10:14 ihi 1.30.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0feb63acd00fce1398743d9a6b354263e99795bc]

        INTEGRATION: CWS mergerc3 (1.33.8); FILE MERGED 2003/07/16 17:10:13 ihi 1.33.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [58ceda4383f4d85b4783838f7e19fa547b4fb891]

        INTEGRATION: CWS mergerc3 (1.20.8); FILE MERGED 2003/07/16 17:10:12 ihi 1.20.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [519ef151a15ef14289b02cfd159f3c0db56e330b]

        INTEGRATION: CWS mergerc3 (1.16.8); FILE MERGED 2003/07/16 17:10:12 ihi 1.16.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a58c9278413772695fcecb0841bdb3d2ca69c59]

        INTEGRATION: CWS mergerc3 (1.38.8); FILE MERGED 2003/07/16 17:10:11 ihi 1.38.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f43187f0b79e7f1e5f0038f882fc2f528cfa0547]

        INTEGRATION: CWS mergerc3 (1.31.8); FILE MERGED 2003/07/16 17:10:10 ihi 1.31.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [03285491cfcdaa2ad8f189a8a135cb4dd8e9c93f]

        INTEGRATION: CWS mergerc3 (1.37.8); FILE MERGED 2003/07/16 17:10:09 ihi 1.37.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ccb43bc9d86e2b77ef8432ae4ce8307fd8d8eef]

        INTEGRATION: CWS mergerc3 (1.21.8); FILE MERGED 2003/07/16 17:10:07 ihi 1.21.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b3be5c1b44ad73602f537b7d4302727862e39f9]

        INTEGRATION: CWS mergerc3 (1.25.8); FILE MERGED 2003/07/16 17:10:06 ihi 1.25.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e19ca6a0c15a71d625451cad5dee467d15f46f68]

        INTEGRATION: CWS mergerc3 (1.36.8); FILE MERGED 2003/07/16 17:10:04 ihi 1.36.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [80c06faa53a08ddb2ebdb81f39318c181b4979d8]

        INTEGRATION: CWS mergerc3 (1.82.8); FILE MERGED 2003/07/16 17:10:04 ihi 1.82.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f018c1dba3651d790e728603136d13733173155]

        INTEGRATION: CWS mergerc3 (1.87.8); FILE MERGED 2003/07/16 17:10:03 ihi 1.87.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bece59515cc391a4a8f22fbde77f36a92795809a]

        INTEGRATION: CWS mergerc3 (1.6.2); FILE MERGED 2003/07/16 17:01:27 ihi 1.6.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [31f4a9a18112b5d70cce52f5a15c0820a6a21570]

        INTEGRATION: CWS mergerc3 (1.12.6); FILE MERGED 2003/07/16 16:53:46 ihi 1.12.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bf62fbc2ce0e0efbd03b17f31bf6e785b81d105]

        INTEGRATION: CWS mergerc3 (1.12.6); FILE MERGED 2003/07/16 16:53:45 ihi 1.12.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [64150a9dea989df786078fd2f82260bee320fdba]

        INTEGRATION: CWS mergerc3 (1.21.6); FILE MERGED 2003/07/16 16:53:31 ihi 1.21.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [027684dfa831afe3f3e14fc58a395751b837f1ce]

        INTEGRATION: CWS mergerc3 (1.10.6); FILE MERGED 2003/07/16 16:53:30 ihi 1.10.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [34dca6c4d755afe611fa98fc0db9fae5566f8374]

        INTEGRATION: CWS mergerc3 (1.15.6); FILE MERGED 2003/07/16 16:53:30 ihi 1.15.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [46e69709afc5bb1300424c45e110d3ffba29704f]

        INTEGRATION: CWS mergerc3 (1.13.2); FILE MERGED 2003/07/16 16:53:29 ihi 1.13.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [22f929685b31506a8b375cfcf46863d222f76be4]

        INTEGRATION: CWS mergerc3 (1.81.6); FILE MERGED 2003/07/16 16:53:26 ihi 1.81.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ae72ce3df58d79f1e069695a674a4e6fb0847e4]

        INTEGRATION: CWS mergerc3 (1.13.6); FILE MERGED 2003/07/16 16:53:25 ihi 1.13.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb4f7316769e807b6a6287028710053b82d092b8]

        INTEGRATION: CWS mergerc3 (1.12.6); FILE MERGED 2003/07/16 16:53:24 ihi 1.12.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b86c561dc8d3839e6e545be93b23e49004031d5]

        INTEGRATION: CWS mergerc3 (1.11.6); FILE MERGED 2003/07/16 16:53:23 ihi 1.11.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fd86efd365a34fe4bce057bdaaf79051afe5315]

        INTEGRATION: CWS mergerc3 (1.23.6); FILE MERGED 2003/07/16 16:53:23 ihi 1.23.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3d5a2ac1024480ea6e85156230b9f692703859d]

        INTEGRATION: CWS mergerc3 (1.13.6); FILE MERGED 2003/07/16 16:53:22 ihi 1.13.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [daa653b2fbbc631b579f955c48a0b50b653f5f97]

        INTEGRATION: CWS mergerc3 (1.20.36); FILE MERGED 2003/07/17 09:07:13 nf 1.20.36.1: Fix: #110823# reflected corect translation

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [74f7bb9c0989ed74cb28218fa76057796a3aaecb]

        INTEGRATION: CWS mergerc3 (1.12.6); FILE MERGED 2003/07/16 17:05:27 ihi 1.12.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [555cd7d4fa0296954cdc21b006e8fd3546254856]

        INTEGRATION: CWS mergerc3 (1.41.6); FILE MERGED 2003/07/16 17:05:26 ihi 1.41.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d81acc1c63cc4e88023b3213f5b70413f200883f]

        INTEGRATION: CWS mergerc3 (1.24.6); FILE MERGED 2003/07/16 17:05:26 ihi 1.24.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f112c8f60e92a2dbb7a06df5c1d570f3a0d22913]

        INTEGRATION: CWS mergerc3 (1.32.6); FILE MERGED 2003/07/16 17:05:25 ihi 1.32.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b86392c3e2be8a90e47ff3a9d051a355ff32c964]

        INTEGRATION: CWS mergerc3 (1.32.6); FILE MERGED 2003/07/16 17:05:24 ihi 1.32.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a2a0219f42281d3bddc68e8ddc3c96848d55f6e]

        INTEGRATION: CWS mergerc3 (1.39.2); FILE MERGED 2003/07/16 16:52:27 ihi 1.39.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [758451d64cd725f618f1724b5ae8512ddf5812d9]

        INTEGRATION: CWS mergerc3 (1.19.2); FILE MERGED 2003/07/16 17:01:05 ihi 1.19.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb1946d541e96d92afb2a2243231ccd5d8dbcfa9]

        INTEGRATION: CWS mergerc3 (1.22.2); FILE MERGED 2003/07/16 17:01:03 ihi 1.22.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d8b7e60a76bcf1f9ab1933859146c916b3cd528]

        INTEGRATION: CWS mergerc3 (1.59.2); FILE MERGED 2003/07/16 17:00:59 ihi 1.59.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dafcf127549c416ab8528f18f4217e871aca729]

        INTEGRATION: CWS mergerc3 (1.5.2); FILE MERGED 2003/07/16 17:10:47 ihi 1.5.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [490dddc9c42f00466e1076fd1586c10b8099b42d]

        INTEGRATION: CWS mergerc3 (1.5.2); FILE MERGED 2003/07/16 17:10:46 ihi 1.5.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [757f7d43e9e8302aaedab1596f28f7d7c0bae17a]

        INTEGRATION: CWS mergerc3 (1.5.2); FILE MERGED 2003/07/16 17:10:45 ihi 1.5.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7783f7b9e6ea57e24861d5e267a90be422b64e83]

        INTEGRATION: CWS mergerc3 (1.30.10); FILE MERGED 2003/07/16 16:58:33 ihi 1.30.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [40f3383d7563e80aa8596c15695e38348fad0fdb]

        INTEGRATION: CWS mergerc3 (1.21.10); FILE MERGED 2003/07/16 16:58:33 ihi 1.21.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f17eb2b2b0d05ae62f74f6ee41bee04a3e8c98a0]

        INTEGRATION: CWS mergerc3 (1.56.10); FILE MERGED 2003/07/16 16:58:22 ihi 1.56.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [58fd3bb50817b36cfb045f786a55f4693a46721b]

        INTEGRATION: CWS mergerc3 (1.23.10); FILE MERGED 2003/07/16 16:58:22 ihi 1.23.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4937f34f8409027302e4781a8ae0bb21f79286e6]

        INTEGRATION: CWS mergerc3 (1.19.10); FILE MERGED 2003/07/16 16:58:22 ihi 1.19.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc148b2000b34739c6f855e56c0cfd320836efb1]

        INTEGRATION: CWS mergerc3 (1.34.10); FILE MERGED 2003/07/16 16:58:21 ihi 1.34.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec471b8124b058d9036eb2245e62dc6b5d0403ab]

        INTEGRATION: CWS mergerc3 (1.33.10); FILE MERGED 2003/07/16 16:58:21 ihi 1.33.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f8d8bf85403561103a6e407f046ff4072b9b0cd]

        INTEGRATION: CWS mergerc3 (1.21.10); FILE MERGED 2003/07/16 16:58:20 ihi 1.21.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0b7bd911f4799db392e61d5f7e6a41d90c699cd]

        INTEGRATION: CWS mergerc3 (1.14.10); FILE MERGED 2003/07/16 16:58:20 ihi 1.14.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9eabd3d1d866efad6313f80becaa6b273b8dceb5]

        INTEGRATION: CWS mergerc3 (1.17.10); FILE MERGED 2003/07/16 16:58:19 ihi 1.17.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f56f2e37c5328c3cd3bdcf34467826c9b0d88cb0]

        INTEGRATION: CWS mergerc3 (1.74.8); FILE MERGED 2003/07/16 16:58:19 ihi 1.74.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7469bb99f2bd96307282c0ac784b575efeeaebba]

        INTEGRATION: CWS mergerc3 (1.74.10); FILE MERGED 2003/07/16 16:58:13 ihi 1.74.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [241d995f4468f70b60759a5cedc196fb2758660f]

        INTEGRATION: CWS mergerc3 (1.40.10); FILE MERGED 2003/07/16 16:58:13 ihi 1.40.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1eab718f8faa32b5852d66798bdbdbb3256c019]

        INTEGRATION: CWS mergerc3 (1.18.10); FILE MERGED 2003/07/16 16:58:13 ihi 1.18.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [52507f5fe47a6e71700e2570852f17a1e14147e2]

        INTEGRATION: CWS mergerc3 (1.46.10); FILE MERGED 2003/07/16 16:58:12 ihi 1.46.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4701a4a3a4bd75f3f3d5aade4fff30816344cf8]

        INTEGRATION: CWS mergerc3 (1.56.10); FILE MERGED 2003/07/16 16:58:12 ihi 1.56.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [62d7d00be8c7a171d88a987018f4fa3764e4ef10]

        INTEGRATION: CWS mergerc3 (1.30.10); FILE MERGED 2003/07/16 16:58:11 ihi 1.30.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e9bdf1180c0b38990c7d14c7c61f004b8999b3e]

        INTEGRATION: CWS mergerc3 (1.27.10); FILE MERGED 2003/07/16 16:58:11 ihi 1.27.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ae295f62cb1104382a2c71717d64dd86650d7d2]

        INTEGRATION: CWS mergerc3 (1.65.10); FILE MERGED 2003/07/16 16:58:11 ihi 1.65.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9c7102d8a31a0ffb8e14b7eb63f5742c9710e8b]

        INTEGRATION: CWS mergerc3 (1.26.10); FILE MERGED 2003/07/16 16:58:09 ihi 1.26.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b61a28e6810ee0dc7b0c89076e81efa9be32357c]

        INTEGRATION: CWS mergerc3 (1.46.10); FILE MERGED 2003/07/16 16:58:08 ihi 1.46.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3264bb1c22ca45d826364a3328b3ed4f281a9c24]

        INTEGRATION: CWS mergerc3 (1.49.10); FILE MERGED 2003/07/16 16:58:07 ihi 1.49.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [87f8b89453116347f3c67c933b8ec08b3839b85a]

        INTEGRATION: CWS mergerc3 (1.37.10); FILE MERGED 2003/07/16 16:58:07 ihi 1.37.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc999025c718f85d1d29ba37f04a31aa51208edd]

        INTEGRATION: CWS mergerc3 (1.36.10); FILE MERGED 2003/07/16 16:58:07 ihi 1.36.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [367f2ccd21d9dea64038d3abff2c0a2d762ba0e1]

        INTEGRATION: CWS mergerc3 (1.24.10); FILE MERGED 2003/07/16 16:58:06 ihi 1.24.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [218127a4ff67d0464642d8aa3aa53cab8df9cac5]

        INTEGRATION: CWS mergerc3 (1.37.10); FILE MERGED 2003/07/16 16:58:06 ihi 1.37.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7850009d734630789d1ef0a16d37f0680ac5104a]

        INTEGRATION: CWS mergerc3 (1.48.10); FILE MERGED 2003/07/16 16:58:05 ihi 1.48.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [63fd3bcd19ed75cc20977301658d0a93b2ec83ec]

        INTEGRATION: CWS mergerc3 (1.19.10); FILE MERGED 2003/07/16 16:58:05 ihi 1.19.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf01bf2a9e014f655ef367044162e324fabd1362]

        INTEGRATION: CWS mergerc3 (1.43.10); FILE MERGED 2003/07/16 16:58:04 ihi 1.43.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d079290f6f2daf7f6459ac38c9bff0b8fdaba1b4]

        INTEGRATION: CWS mergerc3 (1.36.10); FILE MERGED 2003/07/16 16:58:04 ihi 1.36.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [176526a73d01d099d1dc2a45d787e5d46fffefae]

        INTEGRATION: CWS mergerc3 (1.36.10); FILE MERGED 2003/07/16 16:58:03 ihi 1.36.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [54bf78ae21aa99c6c68c3639bb39772d1c023da1]

        INTEGRATION: CWS mergerc3 (1.24.10); FILE MERGED 2003/07/16 16:58:02 ihi 1.24.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d4f6a4035f7f6fdd3980dc90053045e8f6dbd11]

        INTEGRATION: CWS mergerc3 (1.28.10); FILE MERGED 2003/07/16 16:58:02 ihi 1.28.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [099f708b23d1c00a34800c92e4e85baabca39c01]

        INTEGRATION: CWS mergerc3 (1.25.10); FILE MERGED 2003/07/16 16:58:01 ihi 1.25.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ec1ab52db872630f6818d66c0b555f59de32ce6]

        INTEGRATION: CWS mergerc3 (1.27.10); FILE MERGED 2003/07/16 16:58:01 ihi 1.27.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d521b1edb448b9a8587fb3381da7cf5992e863b]

        INTEGRATION: CWS mergerc3 (1.22.10); FILE MERGED 2003/07/16 16:58:00 ihi 1.22.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2ddcd3be6e91c31527b735ed69943bfdeee0205]

        INTEGRATION: CWS mergerc3 (1.40.10); FILE MERGED 2003/07/16 16:58:00 ihi 1.40.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [42d140fd185a123ee2964d126334f397a1b38917]

        INTEGRATION: CWS mergerc3 (1.27.10); FILE MERGED 2003/07/16 16:57:59 ihi 1.27.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [19646e892ff9f94e993ceff1142040323858bc30]

        INTEGRATION: CWS mergerc3 (1.57.10); FILE MERGED 2003/07/16 16:57:59 ihi 1.57.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [51e7b0f858a0f2b78ae72d14682d6c8113da1eb4]

        INTEGRATION: CWS mergerc3 (1.18.10); FILE MERGED 2003/07/16 16:57:58 ihi 1.18.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc7b3f6c7dd7d24db9613035e51f11b56bd55bb3]

        INTEGRATION: CWS mergerc3 (1.23.10); FILE MERGED 2003/07/16 16:57:58 ihi 1.23.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f92a15b63f8454830b2ae9ff918e7c7e8d101f3b]

        INTEGRATION: CWS mergerc3 (1.36.8); FILE MERGED 2003/07/16 16:57:56 ihi 1.36.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb79a20cc77a1e38b6f3798a49b2674c1ed5b0ab]

        INTEGRATION: CWS mergerc3 (1.35.10); FILE MERGED 2003/07/16 16:57:56 ihi 1.35.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2fd6737843d4e04646ebdca13ff32dfdb2dda14]

        INTEGRATION: CWS mergerc3 (1.29.10); FILE MERGED 2003/07/16 16:57:56 ihi 1.29.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [92f229bd67b8a55fe3be87f49fe3bc197ef35ae3]

        INTEGRATION: CWS mergerc3 (1.49.10); FILE MERGED 2003/07/16 16:57:55 ihi 1.49.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [72f457467c78c02397a1c6135e8a1249f8c3b267]

        INTEGRATION: CWS mergerc3 (1.28.10); FILE MERGED 2003/07/16 16:57:55 ihi 1.28.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [233a8cf126dff57659d3aef536e0edc48b57a5b9]

        INTEGRATION: CWS mergerc3 (1.31.10); FILE MERGED 2003/07/16 16:57:54 ihi 1.31.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d3e31727da0fc72466e8896b33f8434f1c92400]

        INTEGRATION: CWS mergerc3 (1.30.10); FILE MERGED 2003/07/16 16:57:54 ihi 1.30.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [da4561fbb5f4846ec9770aec242cec805195f616]

        INTEGRATION: CWS mergerc3 (1.28.10); FILE MERGED 2003/07/16 16:57:54 ihi 1.28.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [611b11e785f1d711af135c26676244a538f4f49c]

        INTEGRATION: CWS mergerc3 (1.40.10); FILE MERGED 2003/07/16 16:57:52 ihi 1.40.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3593ac110214128c7995a2b48d58ef046668139]

        INTEGRATION: CWS mergerc3 (1.16.10); FILE MERGED 2003/07/16 16:57:51 ihi 1.16.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aa83fa7b5f307d299c0a8164d0e6ccb7c6457b6]

        INTEGRATION: CWS mergerc3 (1.26.10); FILE MERGED 2003/07/16 16:57:50 ihi 1.26.10.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fa3ee8579002afe2b5b20d06fbfd4382597c99e]

        INTEGRATION: CWS mergerc3 (1.20.8); FILE MERGED 2003/07/16 17:00:33 ihi 1.20.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d1a5c92670835f3be8a7a22af203196294f5a33]

        INTEGRATION: CWS mergerc3 (1.42.8); FILE MERGED 2003/07/16 17:00:33 ihi 1.42.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0433292c3a8750f5aac97eb8fd55b35008b04aeb]

        INTEGRATION: CWS mergerc3 (1.12.8); FILE MERGED 2003/07/16 17:00:32 ihi 1.12.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [66c5846a39674170fbe038e5424cbeb736421158]

        INTEGRATION: CWS mergerc3 (1.22.8); FILE MERGED 2003/07/16 17:00:32 ihi 1.22.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb0ac4b2561f2800963981fa0eddab1545516ca2]

        INTEGRATION: CWS mergerc3 (1.17.8); FILE MERGED 2003/07/16 17:00:31 ihi 1.17.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [59a2c429f26f9d35b51954f45240780ee916af49]

        INTEGRATION: CWS mergerc3 (1.32.8); FILE MERGED 2003/07/16 17:00:30 ihi 1.32.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [68c9d7d67f48d8175551169b84b64d4f2b63e685]

        INTEGRATION: CWS mergerc3 (1.22.8); FILE MERGED 2003/07/16 17:00:30 ihi 1.22.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a255e24a39d038b05a4fec396cd59da84db99e14]

        INTEGRATION: CWS mergerc3 (1.19.8); FILE MERGED 2003/07/16 17:00:30 ihi 1.19.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c0bad3f187552c7d6d9c92e004b4a3a817de973]

        INTEGRATION: CWS mergerc3 (1.38.8); FILE MERGED 2003/07/16 17:00:29 ihi 1.38.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [303aa861338583485c3ad8ebb49f14b3c0523729]

        INTEGRATION: CWS mergerc3 (1.21.8); FILE MERGED 2003/07/16 17:00:29 ihi 1.21.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0efd6317359be2b88de97c58816eb768998ee27]

        INTEGRATION: CWS mergerc3 (1.27.8); FILE MERGED 2003/07/16 17:00:28 ihi 1.27.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fe3b2dfdbbdc453c48388cbfffab5f2194e22b2]

        INTEGRATION: CWS mergerc3 (1.18.8); FILE MERGED 2003/07/16 17:00:27 ihi 1.18.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [edc89a0ad9eb212e321ea2812966efd3d72feb77]

        INTEGRATION: CWS mergerc3 (1.24.8); FILE MERGED 2003/07/16 17:00:27 ihi 1.24.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b928e7082404d3d35f946fc81412459cf201d300]

        INTEGRATION: CWS mergerc3 (1.8.8); FILE MERGED 2003/07/16 17:00:27 ihi 1.8.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [142db7a6713e5507a61a351ad282a9e6541fd948]

        INTEGRATION: CWS mergerc3 (1.24.8); FILE MERGED 2003/07/16 17:00:25 ihi 1.24.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b3eaf3f990d1f677e11c2f767052d8da6fab101]

        INTEGRATION: CWS mergerc3 (1.20.8); FILE MERGED 2003/07/16 17:00:24 ihi 1.20.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef29116e410563f3a72cb447e2be8e69b994b47c]

        INTEGRATION: CWS mergerc3 (1.24.8); FILE MERGED 2003/07/16 17:00:24 ihi 1.24.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [133c52d5c95ebb36e5f87c65886db32ec99a2e8c]

        INTEGRATION: CWS mergerc3 (1.28.8); FILE MERGED 2003/07/16 17:00:24 ihi 1.28.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a901f59ae6d55e3587c7d6b21e77b78f592c2ba3]

        INTEGRATION: CWS mergerc3 (1.37.8); FILE MERGED 2003/07/16 17:00:23 ihi 1.37.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1ed88a324814c0d5020b82bbde58d9e6387e9d3]

        INTEGRATION: CWS mergerc3 (1.22.8); FILE MERGED 2003/07/16 17:00:23 ihi 1.22.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e09ea626f3192543d309db6bdc72c4a20fb64311]

        INTEGRATION: CWS mergerc3 (1.23.8); FILE MERGED 2003/07/16 17:00:22 ihi 1.23.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [079cbe273a50bf4e39c11f90d7c77f76117c07ec]

        INTEGRATION: CWS mergerc3 (1.33.8); FILE MERGED 2003/07/16 17:00:22 ihi 1.33.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2add1c8e3249f1f871cc7ec7952e5b9a3e917a62]

        INTEGRATION: CWS mergerc3 (1.8.8); FILE MERGED 2003/07/16 17:00:21 ihi 1.8.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9496437590b34e9308cd26098022587beeaaf619]

        INTEGRATION: CWS mergerc3 (1.29.8); FILE MERGED 2003/07/16 17:00:21 ihi 1.29.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4615cedd2204086731ac91d0100b5377d57b314]

        INTEGRATION: CWS mergerc3 (1.10.8); FILE MERGED 2003/07/16 17:00:18 ihi 1.10.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e4cc3b258855193d341a5643890bd642d9201a6]

        INTEGRATION: CWS mergerc3 (1.25.8); FILE MERGED 2003/07/16 17:00:17 ihi 1.25.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6a6186de682fbccb7303d90bce8b8e439a24cbc]

        INTEGRATION: CWS mergerc3 (1.87.8); FILE MERGED 2003/07/16 17:00:16 ihi 1.87.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [24d5522d4671e0c450529c93ace712bfa96cab2d]

        INTEGRATION: CWS mergerc3 (1.24.8); FILE MERGED 2003/07/16 17:00:15 ihi 1.24.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [68a1758e77e362082748a43a98e5e5fad41793bc]

        INTEGRATION: CWS mergerc3 (1.25.8); FILE MERGED 2003/07/16 17:00:15 ihi 1.25.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7a4e13ae6d810eabeb786c10147d6b488bebf07]

        INTEGRATION: CWS mergerc3 (1.8.8); FILE MERGED 2003/07/16 17:00:11 ihi 1.8.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [07ac4c7557d379c216b9343cb4cc59b5c42521a8]

        INTEGRATION: CWS mergerc3 (1.12.8); FILE MERGED 2003/07/16 17:00:11 ihi 1.12.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f785172c2e48a5e4a22d84422ef107a628beaa54]

        INTEGRATION: CWS mergerc3 (1.52.8); FILE MERGED 2003/07/16 17:00:09 ihi 1.52.8.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a57dac6e787611227ceaed75a9c56351ad8fa42]

        INTEGRATION: CWS mergerc3 (1.24.6); FILE MERGED 2003/07/16 17:08:07 ihi 1.24.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c990162d8d53790ad135763c162c32e8ddf6567]

        INTEGRATION: CWS mergerc3 (1.18.6); FILE MERGED 2003/07/16 17:08:06 ihi 1.18.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [597e29bd4699890e7d0d997e9f2b7ba55ff53539]

        INTEGRATION: CWS mergerc3 (1.22.6); FILE MERGED 2003/07/16 17:08:05 ihi 1.22.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [59732a5193d162866e75e4e1df17aa01dd191c8d]

        INTEGRATION: CWS mergerc3 (1.51.6); FILE MERGED 2003/07/16 17:08:05 ihi 1.51.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [baa7242f2e1ddc5c5f4670cf420595b40c0c36db]

        INTEGRATION: CWS mergerc3 (1.33.6); FILE MERGED 2003/07/16 17:08:04 ihi 1.33.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [70173906cf05947f0ef609057c53b855f0357fb9]

        INTEGRATION: CWS mergerc3 (1.34.6); FILE MERGED 2003/07/16 17:08:01 ihi 1.34.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [609aaf37b748b453f0b71025ea0808c17c3dbc25]

        INTEGRATION: CWS mergerc3 (1.22.6); FILE MERGED 2003/07/16 17:08:01 ihi 1.22.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c1776db5e9e3381d30b66f6246a6d17e0b5a04c]

        INTEGRATION: CWS mergerc3 (1.25.6); FILE MERGED 2003/07/16 17:08:00 ihi 1.25.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8fe18b2b95b9937b38a31308f3fc5b6afc7fbeb]

        INTEGRATION: CWS mergerc3 (1.30.6); FILE MERGED 2003/07/16 17:08:00 ihi 1.30.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [638d0c4c1b23c71f3248bc453a1dbf004827e9e2]

        INTEGRATION: CWS mergerc3 (1.32.6); FILE MERGED 2003/07/16 17:08:00 ihi 1.32.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [80ebcb675cd0706ef87d5d468781c20e1a6cb572]

        INTEGRATION: CWS mergerc3 (1.26.6); FILE MERGED 2003/07/16 17:07:55 ihi 1.26.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [207c62264fefa809f3688ba5383b00a9290555a3]

        INTEGRATION: CWS mergerc3 (1.30.6); FILE MERGED 2003/07/16 17:07:55 ihi 1.30.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae336ee86284693d66c45748db5a90539565cadb]

        INTEGRATION: CWS mergerc3 (1.40.6); FILE MERGED 2003/07/16 17:07:54 ihi 1.40.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [efa0f813bc2d539cfd314b18696dea17d23ed7e0]

        INTEGRATION: CWS mergerc3 (1.44.6); FILE MERGED 2003/07/16 17:07:54 ihi 1.44.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [12171d777e459675f314cbd1e6b0705ba63eb3a6]

        INTEGRATION: CWS mergerc3 (1.25.6); FILE MERGED 2003/07/16 17:07:54 ihi 1.25.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2818441e60596279919bb20e33fc14e89bc36b36]

        INTEGRATION: CWS mergerc3 (1.42.6); FILE MERGED 2003/07/16 17:07:52 ihi 1.42.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e96a3f99bdd33c5bbf2a59ba586bad158a159193]

        INTEGRATION: CWS crashreprc3 (1.3.8); FILE MERGED 2003/07/17 11:23:50 ssa 1.3.8.1: #i16748# dont set any font on CJK systems, Win98 cannot substitute

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [44e44a5920a67189f0f27fa3b6b4c84839db4038]

        INTEGRATION: CWS crashreprc3 (1.2.12); FILE MERGED 2003/07/17 11:23:49 ssa 1.2.12.1: #i16748# dont set any font on CJK systems, Win98 cannot substitute

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [123fe39d06ab0db74d0dbd86b58cbcb9c7f9d9aa]

        INTEGRATION: CWS mergerc3 (1.22.6); FILE MERGED 2003/07/16 17:11:25 ihi 1.22.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [95168b990cdecb85e2df025d763a2b49b8e575c0]

        INTEGRATION: CWS mergerc3 (1.78.6); FILE MERGED 2003/07/16 17:11:24 ihi 1.78.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [16f57a7ee20dd8e2bc8f57a4a4df44e2b843b093]

        INTEGRATION: CWS mergerc3 (1.51.6); FILE MERGED 2003/07/16 17:11:23 ihi 1.51.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fa5a0484531df54fd6e6f3de2ccc6d7c16eca48]

        INTEGRATION: CWS mergerc3 (1.39.6); FILE MERGED 2003/07/16 17:11:22 ihi 1.39.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d957e1b56975252f01f23d1f0cce5f913246311b]

        INTEGRATION: CWS mergerc3 (1.82.6); FILE MERGED 2003/07/16 17:11:21 ihi 1.82.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d540d7c3f4321276b1f2519a5e758a151d3677b7]

        INTEGRATION: CWS mergerc3 (1.57.6); FILE MERGED 2003/07/16 17:11:20 ihi 1.57.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0760d0866f1cfdf5a0c3068e23ab1cead6da11b]

        INTEGRATION: CWS mergerc3 (1.38.6); FILE MERGED 2003/07/16 17:11:19 ihi 1.38.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e93ea6b7b89c5794deb008d62a3a7fe9ce0e251f]

        INTEGRATION: CWS mergerc3 (1.39.6); FILE MERGED 2003/07/16 17:11:14 ihi 1.39.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d94aa994461f4f19097daf558f289cdf771fdc1]

        INTEGRATION: CWS mergerc3 (1.26.6); FILE MERGED 2003/07/16 17:11:14 ihi 1.26.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5fad0c114d657588ae4224a82783b86b0c3de8a]

        INTEGRATION: CWS mergerc3 (1.27.6); FILE MERGED 2003/07/16 17:11:13 ihi 1.27.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0ddbca8205f3608ed326c1ea6ecb3c43a88c766]

        INTEGRATION: CWS mergerc3 (1.29.6); FILE MERGED 2003/07/16 17:11:13 ihi 1.29.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a70d27bdf5b2b67915c3534d12394402ab44d413]

        INTEGRATION: CWS mergerc3 (1.36.6); FILE MERGED 2003/07/16 17:11:12 ihi 1.36.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [479aa0d9b5996013c1fb8a4677c1c5fac7374163]

        INTEGRATION: CWS mergerc3 (1.25.6); FILE MERGED 2003/07/16 17:11:11 ihi 1.25.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [25f794f8a0b5b607708bc52c142b1b59256fa3f3]

        INTEGRATION: CWS mergerc3 (1.36.6); FILE MERGED 2003/07/16 17:11:10 ihi 1.36.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [284de25122de045d823ce766eebcb0c655d44cdc]

        INTEGRATION: CWS mergerc3 (1.26.6); FILE MERGED 2003/07/16 17:11:09 ihi 1.26.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb81fabe588a57082a662912d773df13c8e2639e]

        INTEGRATION: CWS mergerc3 (1.19.6); FILE MERGED 2003/07/16 17:11:09 ihi 1.19.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [74accba93c972792cdcab5e91b1333d9a4bca186]

        INTEGRATION: CWS mergerc3 (1.29.6); FILE MERGED 2003/07/16 17:11:08 ihi 1.29.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [94448c1bc8e4f1a5a01fe799b4cbe313e479a9cd]

        INTEGRATION: CWS mergerc3 (1.127.6); FILE MERGED 2003/07/16 17:11:07 ihi 1.127.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6b4f1ff89186f7aebcbaa567123b1b7581c00e8]

        INTEGRATION: CWS mergerc3 (1.25.6); FILE MERGED 2003/07/16 17:11:07 ihi 1.25.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [803fb367dc600bf990dfda93151c3e61f50aec55]

        INTEGRATION: CWS mergerc3 (1.17.6); FILE MERGED 2003/07/16 17:11:06 ihi 1.17.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [282f81fe3355e6e4a76f255a07761688018e166a]

        INTEGRATION: CWS mergerc3 (1.34.6); FILE MERGED 2003/07/16 17:11:06 ihi 1.34.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7490718b272c954544962f923adf42c9f488525]

        INTEGRATION: CWS mergerc3 (1.28.6); FILE MERGED 2003/07/16 17:11:05 ihi 1.28.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8638a66cc351f088bbe2d788f95ad5f4648cb8f4]

        INTEGRATION: CWS mergerc3 (1.21.6); FILE MERGED 2003/07/16 17:11:04 ihi 1.21.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [afac748e8d8d10d534aa859775db680c8bbe4b82]

        INTEGRATION: CWS mergerc3 (1.36.6); FILE MERGED 2003/07/16 17:11:04 ihi 1.36.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfc62e73acb82bbc1108affe825b80a3f7fd56ed]

        INTEGRATION: CWS mergerc3 (1.11.6); FILE MERGED 2003/07/16 17:11:03 ihi 1.11.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8afd21f7a8f0701900242ab9a6dd79b8fbb2aa1d]

        INTEGRATION: CWS mergerc3 (1.49.6); FILE MERGED 2003/07/16 17:11:02 ihi 1.49.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7906d99e9ebc80eaf59f35862ef10f38ec64db86]

        INTEGRATION: CWS mergerc3 (1.90.6); FILE MERGED 2003/07/16 17:11:02 ihi 1.90.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5869cd1762ad38d329803499f5c19ef3bf37bf28]

        INTEGRATION: CWS mergerc3 (1.17.6); FILE MERGED 2003/07/16 17:11:01 ihi 1.17.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec475b2850735f67b31799e69361b82eae4db1d3]

        INTEGRATION: CWS mergerc3 (1.39.6); FILE MERGED 2003/07/16 17:11:00 ihi 1.39.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9228fec8070e5a7247631344e5728d0679bb15be]

        INTEGRATION: CWS mergerc3 (1.6.2); FILE MERGED 2003/07/16 16:54:45 ihi 1.6.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [39858ed391045fc9d51f6488d6b5873c8a6035e4]

        INTEGRATION: CWS mergerc3 (1.35.2); FILE MERGED 2003/07/16 16:54:45 ihi 1.35.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4bc7f82fe3bc65055ba4201d60f814635ca1a69]

        INTEGRATION: CWS mergerc3 (1.15.2); FILE MERGED 2003/07/16 16:54:44 ihi 1.15.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f55fbad19da80f155a1e350f8543c0237aa83d5]

        INTEGRATION: CWS mergerc3 (1.5.2); FILE MERGED 2003/07/16 16:54:43 ihi 1.5.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [169fe3f7469c3c35d17825a590043c03c9658f11]

        INTEGRATION: CWS mergerc3 (1.35.2); FILE MERGED 2003/07/16 16:54:43 ihi 1.35.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9838bbf2e6209e69cf48209798ee3090cd5b73ee]

        INTEGRATION: CWS mergerc3 (1.52.2); FILE MERGED 2003/07/16 16:54:42 ihi 1.52.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8428b50f25d9857cfdd41227888629c0325d955]

        INTEGRATION: CWS mergerc3 (1.11.2); FILE MERGED 2003/07/16 16:54:41 ihi 1.11.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2325dfb362b165f709e46bd72a661dae711347cf]

        INTEGRATION: CWS mergerc3 (1.26.2); FILE MERGED 2003/07/16 16:54:41 ihi 1.26.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [600dddd5cbb25e57f80d9b1854829a8d5f565dc5]

        INTEGRATION: CWS draw20 (1.108.68); FILE MERGED 2003/07/16 13:15:11 sj 1.108.68.1: #i16927# impress core is not supporting more than one paragraph in title objects, so we are now changing new paragraphs into soft line breaks

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [db9518e72f6d40be3a7e349bdcc61171461ac7e0]

        INTEGRATION: CWS mergerc3 (1.36.4); FILE MERGED 2003/07/16 17:04:07 ihi 1.36.4.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [271b343250bacdfdac8da551a0dee096f0d7de8c]

        INTEGRATION: CWS mergerc3 (1.41.4); FILE MERGED 2003/07/16 17:04:07 ihi 1.41.4.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [031f2e185e29c25000b8bf53ac6e6b56c30c7995]

        INTEGRATION: CWS mergerc3 (1.15.4); FILE MERGED 2003/07/16 17:04:06 ihi 1.15.4.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1a6fd047d474541eaf30038826c3b3291c98ec9]

        INTEGRATION: CWS mergerc3 (1.13.4); FILE MERGED 2003/07/16 17:04:05 ihi 1.13.4.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b0db46603892b3bfca84b1a832c55f20e53ebfd]

        INTEGRATION: CWS mergerc3 (1.18.4); FILE MERGED 2003/07/16 17:04:04 ihi 1.18.4.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0642165164ea7fd5a8e1b3d099cb0b86a12e77fa]

        INTEGRATION: CWS mergerc3 (1.14.4); FILE MERGED 2003/07/16 17:04:03 ihi 1.14.4.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e086e5f6b99b576f1cef3f9f2e2ffcff4392272]

        INTEGRATION: CWS mergerc3 (1.13.4); FILE MERGED 2003/07/16 17:04:02 ihi 1.13.4.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc1d33b291dc396529946dae137405002746833f]

        INTEGRATION: CWS mergerc3 (1.24.4); FILE MERGED 2003/07/16 17:04:01 ihi 1.24.4.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [acfe0c2840ccbcd36f916e0d72d3a70c04ee681b]

        INTEGRATION: CWS mergerc3 (1.37.18); FILE MERGED 2003/07/16 17:03:48 ihi 1.37.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a251b32058da1147471ff7a74de644a4d9266b3]

        INTEGRATION: CWS mergerc3 (1.27.18); FILE MERGED 2003/07/16 17:03:40 ihi 1.27.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [03ee0bdc8be3ee64e9462ffde90c5a39ce74b066]

        INTEGRATION: CWS mergerc3 (1.41.18); FILE MERGED 2003/07/16 17:03:37 ihi 1.41.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [54fc7b713fe508dd4fed0ebffc1fa08b33f146ac]

        INTEGRATION: CWS mergerc3 (1.17.18); FILE MERGED 2003/07/16 17:03:37 ihi 1.17.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [49c3d26e1907368f2daf6efcdf22664a2c66a25e]

        INTEGRATION: CWS mergerc3 (1.43.18); FILE MERGED 2003/07/16 17:03:36 ihi 1.43.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bcb0f017755111a09b1b236bc392eef0a1069b9]

        INTEGRATION: CWS mergerc3 (1.47.18); FILE MERGED 2003/07/16 17:03:35 ihi 1.47.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a719f4c3e81dfdef83cda185b83a9035026fc33]

        INTEGRATION: CWS mergerc3 (1.31.18); FILE MERGED 2003/07/16 17:03:34 ihi 1.31.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff0215d9397cad15dcce457f0e8ef7d57155c559]

        INTEGRATION: CWS mergerc3 (1.16.18); FILE MERGED 2003/07/16 17:03:34 ihi 1.16.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7468c9b3622961dbbd34d63c9bf12d2839e083f]

        INTEGRATION: CWS mergerc3 (1.33.18); FILE MERGED 2003/07/16 17:03:33 ihi 1.33.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a12cb293b09b2b740e78149bd61f003241a99cc]

        INTEGRATION: CWS mergerc3 (1.43.18); FILE MERGED 2003/07/16 17:03:32 ihi 1.43.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d28fa928dd05639c48d93dcbc6df3c8c4950479b]

        INTEGRATION: CWS mergerc3 (1.27.18); FILE MERGED 2003/07/16 17:03:31 ihi 1.27.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bb3ca223d367386df43bbb6e6f819443a43fddc]

        INTEGRATION: CWS mergerc3 (1.30.18); FILE MERGED 2003/07/16 17:03:28 ihi 1.30.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [72bd7038e8df225f360278b073238e119e00a06f]

        INTEGRATION: CWS mergerc3 (1.26.18); FILE MERGED 2003/07/16 17:03:27 ihi 1.26.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b3c04c6701327ed03936f0fabc5ac5a4f32ae1d]

        INTEGRATION: CWS mergerc3 (1.14.18); FILE MERGED 2003/07/16 17:03:27 ihi 1.14.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c88e1f5682d104d46715fbfd40f91b0afd73952]

        INTEGRATION: CWS mergerc3 (1.18.18); FILE MERGED 2003/07/16 17:03:26 ihi 1.18.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4569fdaf624cd88ae643ee789c27fa32b3c4da7a]

        INTEGRATION: CWS mergerc3 (1.19.18); FILE MERGED 2003/07/16 17:03:25 ihi 1.19.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1d68fcb34f6abf87415c89b8b9bc9307cbbc9b3]

        INTEGRATION: CWS mergerc3 (1.18.18); FILE MERGED 2003/07/16 17:03:25 ihi 1.18.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6cd3a67862fa98f71f417c44db05f90ebcb5f10]

        INTEGRATION: CWS mergerc3 (1.23.18); FILE MERGED 2003/07/16 17:03:25 ihi 1.23.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ca12462d66cd7c25cef9da6d9defda856936a41]

        INTEGRATION: CWS mergerc3 (1.23.18); FILE MERGED 2003/07/16 17:03:24 ihi 1.23.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee7ebb95ee47dd981139c97d87834efe03f5f106]

        INTEGRATION: CWS mergerc3 (1.20.18); FILE MERGED 2003/07/16 17:03:24 ihi 1.20.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [160f40b1fe2dfc9274252ea9b06c9e51ca9cf0da]

        INTEGRATION: CWS mergerc3 (1.15.18); FILE MERGED 2003/07/16 17:03:23 ihi 1.15.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cdb6babc63c2ddc5fbe5520405cac6ca53be628]

        INTEGRATION: CWS mergerc3 (1.28.18); FILE MERGED 2003/07/16 17:03:22 ihi 1.28.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1cb40e3ecbc6e70079fad1a2fd01d812151e624]

        INTEGRATION: CWS mergerc3 (1.39.18); FILE MERGED 2003/07/16 17:03:21 ihi 1.39.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [fba6044ca463e6149c54a997138e20b407f39fae]

        INTEGRATION: CWS mergerc3 (1.45.18); FILE MERGED 2003/07/16 17:03:19 ihi 1.45.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [58e7b32684be2a199123016034d135b6078fb5a0]

        INTEGRATION: CWS mergerc3 (1.14.18); FILE MERGED 2003/07/16 17:03:18 ihi 1.14.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4df256c6f10c8e0d33b62d1945e1d2bdc914c28a]

        INTEGRATION: CWS mergerc3 (1.11.18); FILE MERGED 2003/07/16 17:03:18 ihi 1.11.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b759abaed99e331b50b639e74ac4c4ada5ac0d67]

        INTEGRATION: CWS mergerc3 (1.19.18); FILE MERGED 2003/07/16 17:03:17 ihi 1.19.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3054a186e6ce50892235c8c1f64fe43e74108b55]

        INTEGRATION: CWS mergerc3 (1.27.18); FILE MERGED 2003/07/16 17:03:14 ihi 1.27.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4e46a6e8cf621e59cf083373f74b955c13aac54]

        INTEGRATION: CWS mergerc3 (1.24.18); FILE MERGED 2003/07/16 17:03:14 ihi 1.24.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0fddd96105d1eed32ea82d4b082d98ff37c62d4]

        INTEGRATION: CWS mergerc3 (1.16.18); FILE MERGED 2003/07/16 17:03:13 ihi 1.16.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f781dc1a6abc7ecb0dace01b79aec2be2175433]

        INTEGRATION: CWS mergerc3 (1.24.18); FILE MERGED 2003/07/16 17:03:13 ihi 1.24.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bdc0e6d33ed6df69ce707ded682ac0333fe3474]

        INTEGRATION: CWS mergerc3 (1.27.18); FILE MERGED 2003/07/16 17:03:12 ihi 1.27.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [81384b2ad001667cfe8cf4ad6811f90c1c4e1bbd]

        INTEGRATION: CWS mergerc3 (1.13.18); FILE MERGED 2003/07/16 17:03:12 ihi 1.13.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [eccc4682a30f9bb4089cec27acf251284b4bfae3]

        INTEGRATION: CWS mergerc3 (1.28.18); FILE MERGED 2003/07/16 17:03:11 ihi 1.28.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [87ee41c91243cf9df2962e2b3a3171241b99bd4c]

        INTEGRATION: CWS mergerc3 (1.26.18); FILE MERGED 2003/07/16 17:03:11 ihi 1.26.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [373a5bc805d23bae163095ead9ce236febd74028]

        INTEGRATION: CWS mergerc3 (1.14.18); FILE MERGED 2003/07/16 17:03:10 ihi 1.14.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1c7551d5a22772fe56001f5197acdd24c85e4a0]

        INTEGRATION: CWS mergerc3 (1.19.18); FILE MERGED 2003/07/16 17:03:10 ihi 1.19.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e461ce4375dc5b1b7083a81405800d69dce8354]

        INTEGRATION: CWS mergerc3 (1.34.18); FILE MERGED 2003/07/16 17:03:09 ihi 1.34.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [48fc74886a9b1aa9ac4887eee3b1e6173303b884]

        INTEGRATION: CWS mergerc3 (1.15.18); FILE MERGED 2003/07/16 17:03:08 ihi 1.15.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d28d35927c2ff646c8efd66a873cabdf6f18a2]

        INTEGRATION: CWS mergerc3 (1.28.18); FILE MERGED 2003/07/16 17:03:08 ihi 1.28.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cf74496bc56b19e2cbf2c070ecc43d7aa6dd406]

        INTEGRATION: CWS mergerc3 (1.19.18); FILE MERGED 2003/07/16 17:03:07 ihi 1.19.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4aa0e3b1187042b34ebc0fff3b27bb5375347266]

        INTEGRATION: CWS mergerc3 (1.30.18); FILE MERGED 2003/07/16 17:03:07 ihi 1.30.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fcb082ea8b14e7f805ea3764bd8a074cbad7bda]

        INTEGRATION: CWS mergerc3 (1.13.18); FILE MERGED 2003/07/16 17:03:05 ihi 1.13.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [de54885117969f2f850ed112a524430b6812acb7]

        INTEGRATION: CWS mergerc3 (1.36.18); FILE MERGED 2003/07/16 17:03:04 ihi 1.36.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f85196584f462e3ab064c41bff491c50a7194637]

        INTEGRATION: CWS mergerc3 (1.67.18); FILE MERGED 2003/07/16 17:03:03 ihi 1.67.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a698b6714798a8e364f52b8fc56c581c74d7afcb]

        INTEGRATION: CWS mergerc3 (1.17.18); FILE MERGED 2003/07/16 17:02:59 ihi 1.17.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c2e8d8e1779ad7a643e1100e530ce4ddb5f6ff8]

        INTEGRATION: CWS mergerc3 (1.28.18); FILE MERGED 2003/07/16 17:02:55 ihi 1.28.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [537a70f372b2ff0126679a9937ac997fc0a3fc24]

        INTEGRATION: CWS mergerc3 (1.29.18); FILE MERGED 2003/07/16 17:02:54 ihi 1.29.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5b35d90994263af91b4365d9d1f3d34c05904f0]

        INTEGRATION: CWS mergerc3 (1.52.18); FILE MERGED 2003/07/16 17:02:53 ihi 1.52.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [05df6771cd368d1d49e2673a8cda87eb1ba6ebd9]

        INTEGRATION: CWS mergerc3 (1.33.18); FILE MERGED 2003/07/16 17:02:53 ihi 1.33.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ed29ca1cbe901ce4a453c74875b9b588f5f216a]

        INTEGRATION: CWS mergerc3 (1.47.18); FILE MERGED 2003/07/16 17:02:52 ihi 1.47.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb305cdd15c1b7a878b0212fa36ee6e82200b9cb]

        INTEGRATION: CWS mergerc3 (1.45.18); FILE MERGED 2003/07/16 17:02:51 ihi 1.45.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c648d5ee6eaa5b14540c579f9567d5a3bf69714a]

        INTEGRATION: CWS mergerc3 (1.5.18); FILE MERGED 2003/07/16 17:02:50 ihi 1.5.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae373187358d945b4fb8430a8d2b4ac19178f55]

        INTEGRATION: CWS mergerc3 (1.20.18); FILE MERGED 2003/07/16 17:02:48 ihi 1.20.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [907e982b29e52a6db4c1a20d33b0277168e5f782]

        INTEGRATION: CWS mergerc3 (1.18.18); FILE MERGED 2003/07/16 17:02:47 ihi 1.18.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0bed0bf22cfddca6bc3f3c7b33342c104190427]

        INTEGRATION: CWS mergerc3 (1.21.18); FILE MERGED 2003/07/16 17:02:47 ihi 1.21.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ee2c9223d63456bfe285288ac52524098f61e27]

        INTEGRATION: CWS mergerc3 (1.43.18); FILE MERGED 2003/07/16 17:02:46 ihi 1.43.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [19467ba5d2ceb1d936c6bd7e488b3d595aa40c86]

        INTEGRATION: CWS mergerc3 (1.19.18); FILE MERGED 2003/07/16 17:02:46 ihi 1.19.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0da9a08ab099cae191399b5e1aa99b8fb07d8d5a]

        INTEGRATION: CWS mergerc3 (1.21.18); FILE MERGED 2003/07/16 17:02:45 ihi 1.21.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e5bacd17dd9e8cb6272a2f70cbd61a517d53965]

        INTEGRATION: CWS mergerc3 (1.16.18); FILE MERGED 2003/07/16 17:02:45 ihi 1.16.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [be1323c97ff53b0f6f429f085ee8f645613cfedb]

        INTEGRATION: CWS mergerc3 (1.19.18); FILE MERGED 2003/07/16 17:02:44 ihi 1.19.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [22d496cf0120afea64f348dca21256493599f4c5]

        INTEGRATION: CWS mergerc3 (1.20.18); FILE MERGED 2003/07/16 17:02:44 ihi 1.20.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f3da7573a0ac22a2725bbe4d116232c29d511bb]

        INTEGRATION: CWS mergerc3 (1.26.18); FILE MERGED 2003/07/16 17:02:43 ihi 1.26.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e95c4c98b4622da5ccb1308734db6f5ac1e5a622]

        INTEGRATION: CWS mergerc3 (1.27.18); FILE MERGED 2003/07/16 17:02:43 ihi 1.27.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4486dee2851955bd010e1da77bfe72f5482ac957]

        INTEGRATION: CWS mergerc3 (1.3.18); FILE MERGED 2003/07/16 17:02:43 ihi 1.3.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e2c4b37cf8d1216980a64e21fcfa1bd6d7a7710]

        INTEGRATION: CWS mergerc3 (1.34.18); FILE MERGED 2003/07/16 17:02:40 ihi 1.34.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [48ab61ca6c46ecc459944d8de6008453c1bb1c76]

        INTEGRATION: CWS mergerc3 (1.29.18); FILE MERGED 2003/07/16 17:02:39 ihi 1.29.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [58fc7df6d239c9a30e532b0b151c8cf9d7a07eef]

        INTEGRATION: CWS mergerc3 (1.22.18); FILE MERGED 2003/07/16 17:02:38 ihi 1.22.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [24f80fb3e54b9633dedabd98c11a8ce0e4957d46]

        INTEGRATION: CWS mergerc3 (1.51.18); FILE MERGED 2003/07/16 17:02:38 ihi 1.51.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [52b96e70c63e504b9c251dd0568ea539526189b0]

        INTEGRATION: CWS mergerc3 (1.27.18); FILE MERGED 2003/07/16 17:02:37 ihi 1.27.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3476d472009b39076c246c9fd7a63d5e55f25f2]

        INTEGRATION: CWS mergerc3 (1.31.18); FILE MERGED 2003/07/16 17:02:36 ihi 1.31.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f4680f60082bb8d13233d0e9008bb6839246fc5]

        INTEGRATION: CWS mergerc3 (1.22.18); FILE MERGED 2003/07/16 17:02:35 ihi 1.22.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [54cce2bf3abdd363ec3152112b8c70fe13c0ec1a]

        INTEGRATION: CWS mergerc3 (1.28.18); FILE MERGED 2003/07/16 17:02:34 ihi 1.28.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c2fb01d1b8ec7249692b1604f04b4724db31f21]

        INTEGRATION: CWS mergerc3 (1.34.18); FILE MERGED 2003/07/16 17:02:33 ihi 1.34.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [13209751325fd16b50ab6ff78921ff0a4b069840]

        INTEGRATION: CWS mergerc3 (1.18.18); FILE MERGED 2003/07/16 17:02:32 ihi 1.18.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3d6316be0b027e6e67e090441dc4a09fc041f3e]

        INTEGRATION: CWS mergerc3 (1.21.18); FILE MERGED 2003/07/16 17:02:31 ihi 1.21.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5d9e57e48730bca98a560af5d360416265321c3]

        INTEGRATION: CWS mergerc3 (1.38.18); FILE MERGED 2003/07/16 17:02:30 ihi 1.38.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2db7bbd9a48d6a66aac0911e626e3f953a5837c1]

        INTEGRATION: CWS mergerc3 (1.44.18); FILE MERGED 2003/07/16 17:02:28 ihi 1.44.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a471f71017cd57e30dd551aedc4d1384de8ed1b]

        INTEGRATION: CWS mergerc3 (1.27.18); FILE MERGED 2003/07/16 17:02:27 ihi 1.27.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [eba404639f14a88ec97565f8f21bca5106368218]

        INTEGRATION: CWS mergerc3 (1.22.18); FILE MERGED 2003/07/16 17:02:27 ihi 1.22.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [581dec3ea5b7503bf38807ee88a3ea8088ab7574]

        INTEGRATION: CWS mergerc3 (1.20.18); FILE MERGED 2003/07/16 17:02:26 ihi 1.20.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6191705bab0c798f90fa0245a8cf4433ec171501]

        INTEGRATION: CWS mergerc3 (1.23.18); FILE MERGED 2003/07/16 17:02:26 ihi 1.23.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [53f166f3803b790718abaf25efc84bfbf19fd1c5]

        INTEGRATION: CWS mergerc3 (1.19.18); FILE MERGED 2003/07/16 17:02:25 ihi 1.19.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcb961ffb41bad51468ab86656d3ca81d87d049a]

        INTEGRATION: CWS mergerc3 (1.40.18); FILE MERGED 2003/07/16 17:02:25 ihi 1.40.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1cc545018e7165e6074d92029d7160113b8821a]

        INTEGRATION: CWS mergerc3 (1.46.18); FILE MERGED 2003/07/16 17:02:23 ihi 1.46.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [862ceb3b2e2370c9fb35e54e824a6b71648b022a]

        INTEGRATION: CWS mergerc3 (1.62.18); FILE MERGED 2003/07/16 17:02:22 ihi 1.62.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8472a1f28232b27cd6d6f5d0303e024cb3503d55]

        INTEGRATION: CWS mergerc3 (1.91.18); FILE MERGED 2003/07/16 17:02:22 ihi 1.91.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0006df559313333b361334c64786833f757868aa]

        INTEGRATION: CWS mergerc3 (1.18.18); FILE MERGED 2003/07/16 17:02:19 ihi 1.18.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [665c07234f04597bdb409d29ec35a718c4ac0bea]

        INTEGRATION: CWS mergerc3 (1.28.18); FILE MERGED 2003/07/16 17:02:19 ihi 1.28.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [52fe6e8b9c6920cf9cbb2366f0b2bf413342b8f7]

        INTEGRATION: CWS mergerc3 (1.34.18); FILE MERGED 2003/07/16 17:02:18 ihi 1.34.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6fae204f964fd8d6689b7190176a51a46f7f36e]

        INTEGRATION: CWS mergerc3 (1.33.18); FILE MERGED 2003/07/16 17:02:18 ihi 1.33.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3378984db9c75b2840399c813ab2e4cfbf9c9a21]

        INTEGRATION: CWS mergerc3 (1.20.18); FILE MERGED 2003/07/16 17:02:17 ihi 1.20.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a50f07d27589f8e962b0ac219bb9c428825eab1f]

        INTEGRATION: CWS mergerc3 (1.45.18); FILE MERGED 2003/07/16 17:02:17 ihi 1.45.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf2483541abac183f054194b7cc084d35db5ef03]

        INTEGRATION: CWS mergerc3 (1.37.18); FILE MERGED 2003/07/16 17:02:16 ihi 1.37.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [313eb3c365c24f57b269086ea8371e1a700596d8]

        INTEGRATION: CWS mergerc3 (1.31.18); FILE MERGED 2003/07/16 17:02:15 ihi 1.31.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f927c7ff522cee57fa1197b2e55c0f9bcec949c]

        INTEGRATION: CWS mergerc3 (1.41.18); FILE MERGED 2003/07/16 17:02:14 ihi 1.41.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f65fe1a0c3b5689f3f41b6edb89362df942f87d0]

        INTEGRATION: CWS mergerc3 (1.91.18); FILE MERGED 2003/07/16 17:02:14 ihi 1.91.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6ad230cac72b9e4eb9887344d6ab96778ef666b]

        INTEGRATION: CWS mergerc3 (1.108.18); FILE MERGED 2003/07/16 17:02:11 ihi 1.108.18.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c65acd0e52a9bbb65a63ec11622f3006365bd374]

        INTEGRATION: CWS mergerc3 (1.37.2); FILE MERGED 2003/07/16 16:54:52 ihi 1.37.2.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0a0e4fc137c4c378cef33e936663e79f19f084f]

        INTEGRATION: CWS mergerc3 (1.7.4); FILE MERGED 2003/07/16 17:01:15 ihi 1.7.4.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef7a562c7515f2e921b1de90da531ee5ed9c382d]

        INTEGRATION: CWS mergerc3 (1.2.2); FILE MERGED 2003/07/16 11:43:02 gh 1.2.2.1: #109636#fix relative path in so subdir

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a095e144c92fdf431b09004f54680f5326a46b7a]

        INTEGRATION: CWS mergerc3 (1.44.6); FILE MERGED 2003/07/16 17:04:19 ihi 1.44.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccfee76f3de70e5b9f350e81eb40d024b48ebc20]

        INTEGRATION: CWS mergerc3 (1.95.6); FILE MERGED 2003/07/16 17:04:18 ihi 1.95.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [08f14cea42e8afccb49e2f3f2fb5d54b10cd069b]

        INTEGRATION: CWS mergerc3 (1.23.6); FILE MERGED 2003/07/16 17:04:17 ihi 1.23.6.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ae27d3d5e6c1bd56a0c4dcc96fb2a270ea66b60]

        INTEGRATION: CWS mergerc3 (1.38.16); FILE MERGED 2003/07/16 17:07:26 ihi 1.38.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7ca782ffc51290533e9dc1042603fd5d6f58082]

        INTEGRATION: CWS mergerc3 (1.34.16); FILE MERGED 2003/07/16 17:07:25 ihi 1.34.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [996c547db9b90c3c042778921a81feb66e2a421c]

        INTEGRATION: CWS mergerc3 (1.20.16); FILE MERGED 2003/07/16 17:07:25 ihi 1.20.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f786cb10edf5bb637dc863247f066e6c58c5cdf1]

        INTEGRATION: CWS mergerc3 (1.17.16); FILE MERGED 2003/07/16 17:07:25 ihi 1.17.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [242c9135361217c019f94d7ba39b3893627027ad]

        INTEGRATION: CWS mergerc3 (1.14.16); FILE MERGED 2003/07/16 17:07:24 ihi 1.14.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [43412644f74de6ab6be66c97e9a9df97f007ffca]

        INTEGRATION: CWS mergerc3 (1.17.16); FILE MERGED 2003/07/16 17:07:23 ihi 1.17.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [361f631ccc505996d34ff495b1be22e3c428de31]

        INTEGRATION: CWS mergerc3 (1.74.16); FILE MERGED 2003/07/16 17:07:20 ihi 1.74.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [39445dad363330d0fd40dd7a059bc0f2efc1c4f3]

        INTEGRATION: CWS mergerc3 (1.21.16); FILE MERGED 2003/07/16 17:07:19 ihi 1.21.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [033b60a46ec20e635c4759461a2ddecc1e45403f]

        INTEGRATION: CWS mergerc3 (1.12.16); FILE MERGED 2003/07/16 17:07:18 ihi 1.12.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6e470b5551d8e2582bbda1b56424cdc04ccd78c]

        INTEGRATION: CWS mergerc3 (1.27.16); FILE MERGED 2003/07/16 17:07:15 ihi 1.27.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b581b8f54534a59db21d6caa267f519ff28423cb]

        INTEGRATION: CWS mergerc3 (1.63.16); FILE MERGED 2003/07/16 17:07:15 ihi 1.63.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1103182451739765dbc3b972a6534efd86535aba]

        INTEGRATION: CWS mergerc3 (1.24.16); FILE MERGED 2003/07/16 17:07:14 ihi 1.24.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed6d456a5302d270158f4d3f309feaeb927dc156]

        INTEGRATION: CWS mergerc3 (1.39.16); FILE MERGED 2003/07/16 17:07:14 ihi 1.39.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2612697a4ca078c9d3765177312bbe2682b55bd4]

        INTEGRATION: CWS sab004 (1.32.70); FILE MERGED 2003/07/15 12:58:32 sab 1.32.70.1: #110797#; Stop editing text before closing the view

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [838c5b21404bf4c12df01a69ccb6959b7ab2af1c]

        INTEGRATION: CWS mergerc3 (1.32.16); FILE MERGED 2003/07/16 17:07:13 ihi 1.32.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0e26f9ff361c6733230e57b5ac89e1083acae2c]

        INTEGRATION: CWS sab004 (1.27.70); FILE MERGED 2003/07/15 12:57:40 sab 1.27.70.1: #110797#; dipose AccessibleShape before releasing

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaa16a734a1b75bed76e536c1f659189d0c66181]

        INTEGRATION: CWS mergerc3 (1.74.14); FILE MERGED 2003/07/16 17:07:13 ihi 1.74.14.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [99a2b9dea9838c8bfd82c4127a5027816c86a588]

        INTEGRATION: CWS sab004 (1.62.50); FILE MERGED 2003/07/15 12:57:39 sab 1.62.50.1: #110797#; dipose AccessibleShape before releasing

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b210417e1a3892e0c0a828492dd4b9502071a591]

        INTEGRATION: CWS mergerc3 (1.49.16); FILE MERGED 2003/07/16 17:07:12 ihi 1.49.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4784932ed851cbc1c7644972a0a67a4579a58472]

        INTEGRATION: CWS sab004 (1.12.196); FILE MERGED 2003/07/16 08:55:44 sab 1.12.196.2: #108865#; the assertions should say what happens 2003/07/15 16:31:43 sab 1.12.196.1: #108865#; use new API to get sort properties

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2328bdaf5864d8c64e09cda73d119de967055fb3]

        INTEGRATION: CWS mergerc3 (1.46.16); FILE MERGED 2003/07/16 17:07:11 ihi 1.46.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d57ef40f18c36c413ea4a68f69391070f1d311fa]

        INTEGRATION: CWS mergerc3 (1.22.16); FILE MERGED 2003/07/16 17:07:11 ihi 1.22.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d275a34d5c863af3d15cd9bcb720e3da8369dfb]

        INTEGRATION: CWS mergerc3 (1.9.16); FILE MERGED 2003/07/16 17:07:10 ihi 1.9.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [184e6c58c77c9db4dd14cda03b4b03fce73af79a]

        INTEGRATION: CWS mergerc3 (1.33.16); FILE MERGED 2003/07/16 17:07:10 ihi 1.33.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b664f97b1f0df61931a42416fb49ef654a4a5d38]

        INTEGRATION: CWS mergerc3 (1.41.16); FILE MERGED 2003/07/16 17:07:09 ihi 1.41.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [553eb0b34f7cfd5337faf2567ea7a0d9ad26fce3]

        INTEGRATION: CWS mergerc3 (1.26.16); FILE MERGED 2003/07/16 17:07:09 ihi 1.26.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [35534b43587ff497790b60f719c2464846afe62d]

        INTEGRATION: CWS mergerc3 (1.31.16); FILE MERGED 2003/07/16 17:07:08 ihi 1.31.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d5ab434f7098f8177e6879af930ea067bc96819]

        INTEGRATION: CWS mergerc3 (1.70.16); FILE MERGED 2003/07/16 17:07:06 ihi 1.70.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [363463bbbe1a715dba1a7db63503a4eb9c38e9ab]

        INTEGRATION: CWS mergerc3 (1.44.16); FILE MERGED 2003/07/16 17:07:05 ihi 1.44.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc8b70879952e8d10f206a79f462ad9b781c0f55]

        INTEGRATION: CWS mergerc3 (1.49.16); FILE MERGED 2003/07/16 17:07:04 ihi 1.49.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac2d494cea606b2d6f4e15617e88c68712bcc832]

        INTEGRATION: CWS mergerc3 (1.67.16); FILE MERGED 2003/07/16 17:07:03 ihi 1.67.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [240d9b7e3db4b41cccfddc978f825e7cfe31640c]

        INTEGRATION: CWS mergerc3 (1.21.16); FILE MERGED 2003/07/16 17:07:02 ihi 1.21.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [84828e43a97832c2edc19d0bcb4c708a9b1c9f64]

        INTEGRATION: CWS mergerc3 (1.52.16); FILE MERGED 2003/07/16 17:07:00 ihi 1.52.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d7d999d83e75ae4d1ed4d4b9a731a4ab6533038]

        INTEGRATION: CWS mergerc3 (1.49.16); FILE MERGED 2003/07/16 17:07:00 ihi 1.49.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [15aea42358943f59bb4e865b5d51e698eacc24be]

        INTEGRATION: CWS mergerc3 (1.32.16); FILE MERGED 2003/07/16 17:06:59 ihi 1.32.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8b23b36e9d7bef248c16ffa637d819d40ae309e]

        INTEGRATION: CWS mergerc3 (1.5.16); FILE MERGED 2003/07/16 17:06:59 ihi 1.5.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b6a1a4fa549853a4bcb33a5f72aa6bdef2a57f4]

        INTEGRATION: CWS mergerc3 (1.20.16); FILE MERGED 2003/07/16 17:06:58 ihi 1.20.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a41f83bd397f7af95da1829cf5691ed812b2e986]

        INTEGRATION: CWS mergerc3 (1.25.16); FILE MERGED 2003/07/16 17:06:58 ihi 1.25.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f618d6424a2c3c6edc15f84157e2d94bd53a069f]

        INTEGRATION: CWS mergerc3 (1.25.16); FILE MERGED 2003/07/16 17:06:57 ihi 1.25.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3653d9bd957c5e334cc4787e8203916c6d7eea6]

        INTEGRATION: CWS mergerc3 (1.54.16); FILE MERGED 2003/07/16 17:06:56 ihi 1.54.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [78d46f343221e7fd44bdacade51598137c249e51]

        INTEGRATION: CWS mergerc3 (1.39.16); FILE MERGED 2003/07/16 17:06:56 ihi 1.39.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4923666dc4f2a47376447c9f96d079b25dab685c]

        INTEGRATION: CWS mergerc3 (1.21.16); FILE MERGED 2003/07/16 17:06:43 ihi 1.21.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ce4d2e26d5f3dcf25942d83a367cfc0b8dbee46]

        INTEGRATION: CWS mergerc3 (1.36.16); FILE MERGED 2003/07/16 17:06:42 ihi 1.36.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8af5db49f49b5ce50c0ad2f1f47763b116ff6915]

        INTEGRATION: CWS mergerc3 (1.47.16); FILE MERGED 2003/07/16 17:06:41 ihi 1.47.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1d3a71a0334f4b5f81ef1b15f4627b7d11b2d6d]

        INTEGRATION: CWS mergerc3 (1.15.16); FILE MERGED 2003/07/16 17:06:41 ihi 1.15.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c3983ae47e17781fcdbbeb470c25a2d0f6e180b]

        INTEGRATION: CWS mergerc3 (1.23.16); FILE MERGED 2003/07/16 17:06:41 ihi 1.23.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [70d8aa03b5f1039d568855d7ffabce91fc8a3f2c]

        INTEGRATION: CWS mergerc3 (1.29.16); FILE MERGED 2003/07/16 17:06:40 ihi 1.29.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ac53bdccde70c903b6ae0e9820ffd1204dd2237]

        INTEGRATION: CWS mergerc3 (1.21.16); FILE MERGED 2003/07/16 17:06:40 ihi 1.21.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8050cc17fbed05a37b6a17c0290e6f690f7ae3c1]

        INTEGRATION: CWS mergerc3 (1.22.16); FILE MERGED 2003/07/16 17:06:39 ihi 1.22.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e0346e36a5c8cea38625ba23306834e88023c1]

        INTEGRATION: CWS mergerc3 (1.32.16); FILE MERGED 2003/07/16 17:06:38 ihi 1.32.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2b6a55642c8b6f270ce7e2e408cf78c382a3014]

        INTEGRATION: CWS mergerc3 (1.55.16); FILE MERGED 2003/07/16 17:06:37 ihi 1.55.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebc5eaec4cad7d0912ba844fffb1805fe48383e0]

        INTEGRATION: CWS mergerc3 (1.44.16); FILE MERGED 2003/07/16 17:06:37 ihi 1.44.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7328cadc2305a846a6310b4114a1a67b9ce3e66b]

        INTEGRATION: CWS mergerc3 (1.61.16); FILE MERGED 2003/07/16 17:06:36 ihi 1.61.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a54b0fb518fbace4032983b040ad29af3472c605]

        INTEGRATION: CWS mergerc3 (1.33.16); FILE MERGED 2003/07/16 17:06:35 ihi 1.33.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab6178a5afc3aa87c0a3d53e8f5f5d176e5a4803]

        INTEGRATION: CWS mergerc3 (1.14.16); FILE MERGED 2003/07/16 17:06:35 ihi 1.14.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bcd535f371670ca05dc666d40408891278c4817]

        INTEGRATION: CWS mergerc3 (1.32.16); FILE MERGED 2003/07/16 17:06:34 ihi 1.32.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [066de98f9779fc2e6dce23ef67cceed94e0a328c]

        INTEGRATION: CWS mergerc3 (1.11.16); FILE MERGED 2003/07/16 17:06:34 ihi 1.11.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc7b063960a4f7c3d3ef3f35cd987fc99dda8993]

        INTEGRATION: CWS mergerc3 (1.19.16); FILE MERGED 2003/07/16 17:06:34 ihi 1.19.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [93f248068942d941f3aaed1ca56d2cba97aea181]

        INTEGRATION: CWS mergerc3 (1.18.16); FILE MERGED 2003/07/16 17:06:33 ihi 1.18.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [db52e35e2c64e19dcbca3b2d1d0fc85000e46413]

        INTEGRATION: CWS mergerc3 (1.73.16); FILE MERGED 2003/07/16 17:06:32 ihi 1.73.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0fabcf9dc8dc692a3e0767b46f72f0e0080e4c9]

        INTEGRATION: CWS mergerc3 (1.59.16); FILE MERGED 2003/07/16 17:06:32 ihi 1.59.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7578ffb38585cb1b9ae7b6836b0cd347a1f94d7]

        INTEGRATION: CWS mergerc3 (1.50.16); FILE MERGED 2003/07/16 17:06:31 ihi 1.50.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [241f5c21ce57741f9d7f121846d4e5ed8f3cb22f]

        INTEGRATION: CWS mergerc3 (1.40.16); FILE MERGED 2003/07/16 17:06:31 ihi 1.40.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [54fb4cd92851d842613b31a6930551d8516b08fa]

        INTEGRATION: CWS mergerc3 (1.21.16); FILE MERGED 2003/07/16 17:06:30 ihi 1.21.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8c8d7a0f6657e2454093da682af9606b8c9bd3d]

        INTEGRATION: CWS mergerc3 (1.25.16); FILE MERGED 2003/07/16 17:06:29 ihi 1.25.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5fdd7cac4f9bcc26009ad31da47e6e189515b69]

        INTEGRATION: CWS mergerc3 (1.21.16); FILE MERGED 2003/07/16 17:06:29 ihi 1.21.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4374880674bc4ef8a7a884252bb33be1c425f360]

        INTEGRATION: CWS mergerc3 (1.24.16); FILE MERGED 2003/07/16 17:06:27 ihi 1.24.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d04198e9969a103d2e3e44432a09c7a63e99acf]

        INTEGRATION: CWS mergerc3 (1.21.16); FILE MERGED 2003/07/16 17:06:27 ihi 1.21.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e9312d8770b265c63c8904d9423f202a84a6c44]

        INTEGRATION: CWS mergerc3 (1.40.16); FILE MERGED 2003/07/16 17:06:26 ihi 1.40.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d36e1f79858b8e4f12270cc96e631082287b8d2]

        INTEGRATION: CWS mergerc3 (1.11.16); FILE MERGED 2003/07/16 17:06:26 ihi 1.11.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3842c368bcbcbecd73b3c5c6e29b3d00d6035523]

        INTEGRATION: CWS mergerc3 (1.26.16); FILE MERGED 2003/07/16 17:06:26 ihi 1.26.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2dc6ea251cc7c7d14907ddcc8aadc08adc23fe5]

        INTEGRATION: CWS mergerc3 (1.17.16); FILE MERGED 2003/07/16 17:06:25 ihi 1.17.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca21858c217f106b1ec95678470edfbc6f38ca93]

        INTEGRATION: CWS mergerc3 (1.64.16); FILE MERGED 2003/07/16 17:06:24 ihi 1.64.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8b7480d7ec430014f28415c7bf1d7f8fb109a8d]

        INTEGRATION: CWS mergerc3 (1.19.16); FILE MERGED 2003/07/16 17:06:24 ihi 1.19.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aa99032bf36222a07729f59edd1e20b270422a4]

        INTEGRATION: CWS mergerc3 (1.43.16); FILE MERGED 2003/07/16 17:06:23 ihi 1.43.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8617cb977ede1f95f7fb80ae7913f5f857b3782c]

        INTEGRATION: CWS mergerc3 (1.6.16); FILE MERGED 2003/07/16 17:06:23 ihi 1.6.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [24be82f4db108c5c891709a3971e6e9f47f87482]

        INTEGRATION: CWS mergerc3 (1.22.16); FILE MERGED 2003/07/16 17:06:22 ihi 1.22.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [342d62b7d03befbeedbd881e79fca6d4c882d61a]

        INTEGRATION: CWS mergerc3 (1.37.16); FILE MERGED 2003/07/16 17:06:22 ihi 1.37.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9935656a85e5550b44cacd7b66bc4a21d6974dd9]

        INTEGRATION: CWS mergerc3 (1.11.16); FILE MERGED 2003/07/16 17:06:22 ihi 1.11.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [480b8d3976449d9638155e1c959bfcdf4f54f664]

        INTEGRATION: CWS mergerc3 (1.6.16); FILE MERGED 2003/07/16 17:06:21 ihi 1.6.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b17b7208f68f6ea95a808ff5e3cea2af59cb5270]

        INTEGRATION: CWS mergerc3 (1.30.16); FILE MERGED 2003/07/16 17:06:21 ihi 1.30.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7702b4ff9280f5b9de3d68628506daa56a7acb8e]

        INTEGRATION: CWS mergerc3 (1.26.16); FILE MERGED 2003/07/16 17:06:20 ihi 1.26.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [460b33b8ebb487beb5ae1874cdd9bd6716dcf2f4]

        INTEGRATION: CWS mergerc3 (1.5.16); FILE MERGED 2003/07/16 17:06:20 ihi 1.5.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fb4cee1553d41c0ecfc6492df8aee5717452401]

        INTEGRATION: CWS mergerc3 (1.39.16); FILE MERGED 2003/07/16 17:06:19 ihi 1.39.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fa1caa9cef02674c2d5864ea64f36b011ce2c4c]

        INTEGRATION: CWS mergerc3 (1.30.16); FILE MERGED 2003/07/16 17:06:19 ihi 1.30.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [03a8188254a0b7b7adda9d602645bf028fd7a54c]

        INTEGRATION: CWS mergerc3 (1.26.16); FILE MERGED 2003/07/16 17:06:19 ihi 1.26.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ef5c4118b4e8bb10a05d3891fd6978dddb2c9bf]

        INTEGRATION: CWS mergerc3 (1.5.16); FILE MERGED 2003/07/16 17:06:18 ihi 1.5.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [efab5b8793664e03ee62140983f2f2e43f54d54d]

        INTEGRATION: CWS mergerc3 (1.48.16); FILE MERGED 2003/07/16 17:06:17 ihi 1.48.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f18599e22b6fe85849022a599b2cf7e7febcbd2]

        INTEGRATION: CWS mergerc3 (1.66.16); FILE MERGED 2003/07/16 17:06:16 ihi 1.66.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [528702764a39de675951920b104ee7a233cfd2c2]

        INTEGRATION: CWS mergerc3 (1.46.14); FILE MERGED 2003/07/16 17:06:16 ihi 1.46.14.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c08457e53429a58c2283161e06cbc6d32d3897c0]

        INTEGRATION: CWS mergerc3 (1.39.16); FILE MERGED 2003/07/16 17:06:15 ihi 1.39.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [25a5a47a63f70f87ba0f748b7236c80d6104fc1e]

        INTEGRATION: CWS mergerc3 (1.15.16); FILE MERGED 2003/07/16 17:06:15 ihi 1.15.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1c1ff81d57485c509ffd78eae21f5be5c1e385f]

        INTEGRATION: CWS mergerc3 (1.31.16); FILE MERGED 2003/07/16 17:06:15 ihi 1.31.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [49d3f786d8002ff0f420dcb00491b2ec578110f4]

        INTEGRATION: CWS mergerc3 (1.44.16); FILE MERGED 2003/07/16 17:06:14 ihi 1.44.16.1: rc-3 merge all languages

2003-07-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [489d0126dc7a0209c521e80a529bcafb9b8802f0]

        INTEGRATION: CWS mergerc3 (1.27.16); FILE MERGED 2003/07/16 17:06:13 ihi 1.27.16.1: rc-3 merge all languages

2003-07-17  Martin Hollmichel  <mh@openoffice.org>  [50c140dec870371282a224f860d1b6f2655116dc]

        chg: error to warning, #100000#

2003-07-17  Vladimir Glazounov  <vg@openoffice.org>  [1768709af0e2cc06794e53746cc7893d8965ae7f]

        SRX645

2003-07-17  Vladimir Glazounov  <vg@openoffice.org>  [af12a6b465ce5bd551b85b04e16813398eaa9f20]

        SRX645

2003-07-17  Duncan Foster  <dfoster@openoffice.org>  [7fcca39511efb46a04a263d8fff8df453c762a24]

        #i17007# Fix the ScriptStorage::save Removed code from ScriptStorage::save that was adding incorrect <par> tags Fixed ScriptElement so that ScriptInfo data added under, not alongside, script element. Added debug code to XMLElement.

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d568afc3bf2ffae1428ef9174debe12315c1095]

        INTEGRATION: CWS ooo11rc2 (1.42.48); FILE MERGED 2003/07/15 02:07:30 fa 1.42.48.1: Add support for Mac OS X, mostly brought in from PORTS.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16414
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ec053a3586f465f4fffc4f7c4a7f1b9bf4a658]

        INTEGRATION: CWS ooo11rc2 (1.21.12); FILE MERGED 2003/07/15 03:12:45 svesik 1.21.12.1: #i14032#, #i15899# - need to be able to specifylocation of gnu patch and gnu copy (cp) on solaris, so provide --with-gnu-patch and --with-gnu-cp.
        
        Also, unitools.mk needs to pick the values up if set in the environment.

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [544ccf5aae2fca79c44e059fe1e66401fd4f442a]

        INTEGRATION: CWS ooo11rc2 (1.16.2); FILE MERGED 2003/07/15 02:07:30 fa 1.16.2.1: Add support for Mac OS X, mostly brought in from PORTS.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16414
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6be88e82a1cc41678c94285c4bb248b7a0cbe3e]

        INTEGRATION: CWS ooo11rc2 (1.74.12); FILE MERGED 2003/07/15 02:07:29 fa 1.74.12.1: Add support for Mac OS X, mostly brought in from PORTS.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16414
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d110bf06c221596862d8c3558ad84087e71c72d1]

        INTEGRATION: CWS ooo11rc2 (1.14.34); FILE MERGED 2003/07/15 02:07:29 fa 1.14.34.1: Add support for Mac OS X, mostly brought in from PORTS.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16414
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a93c534001defb6ee1bd17ce8f7f294d3ca405a]

        INTEGRATION: CWS ooo11rc2 (1.40.12); FILE MERGED 2003/07/15 16:09:24 fa 1.40.12.2: Quick fix to not resymlink libstlport_gcc.dylib when STLPORT4 is not pointing to a valid STLport path.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16888
        
        dan
        fa@ooo
        2003/07/15 02:07:29 fa 1.40.12.1: Add support for Mac OS X, mostly brought in from PORTS.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16414
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [64c4fea03ecbbc406596402cf1f4d81318b28b64]

        INTEGRATION: CWS ooo11rc2 (1.5.2); FILE ADDED 2003/07/14 15:27:22 fa 1.5.2.1: Bring over OS X system header wrappers and prototype file from PORTS.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16589
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d09a9d7ebb5f9a4f42752663b48a47cf3ad089a]

        INTEGRATION: CWS ooo11rc2 (1.18.48); FILE MERGED 2003/07/14 13:07:09 mh 1.18.48.1: fix: typo in FINNiSH, #i14132#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d7eb8303e24db9af6da9b7407a41d2fb456b090]

        INTEGRATION: CWS ooo11rc2 (1.15.2); FILE MERGED 2003/07/15 02:07:28 fa 1.15.2.1: Add support for Mac OS X, mostly brought in from PORTS.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16414
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d5eeb6c3ff0390fdb9107a7f718afd8e4329672]

        INTEGRATION: CWS ooo11rc2 (1.72.12); FILE MERGED 2003/07/15 02:07:28 fa 1.72.12.1: Add support for Mac OS X, mostly brought in from PORTS.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16414
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bf0678155309f1717de13d632f2d37781f37ce0]

        INTEGRATION: CWS ooo11rc2 (1.13.8); FILE MERGED 2003/07/15 02:07:27 fa 1.13.8.1: Add support for Mac OS X, mostly brought in from PORTS.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16414
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [030fcd39f87f8f2e462ba5eb3d3d74a9748c8d92]

        INTEGRATION: CWS ooo11rc2 (1.39.12); FILE MERGED 2003/07/15 16:09:23 fa 1.39.12.2: Quick fix to not resymlink libstlport_gcc.dylib when STLPORT4 is not pointing to a valid STLport path.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16888
        
        dan
        fa@ooo
        2003/07/15 02:07:27 fa 1.39.12.1: Add support for Mac OS X, mostly brought in from PORTS.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16414
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [67b0024719d4a2a84ce3c8d0e9309fe988c357ae]

        INTEGRATION: CWS ooo11rc2 (1.49.2); FILE MERGED 2003/07/15 02:07:26 fa 1.49.2.1: Add support for Mac OS X, mostly brought in from PORTS.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16414
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [be965e30e3e81e68114faac930ed3dfb4c89011d]

        INTEGRATION: CWS ooo11rc2 (1.4.10); FILE MERGED 2003/07/12 23:34:24 svesik 1.4.10.1: FreeBSD needs -frtti like Linux. #i16738#
        
        Contributed by: Nakata Maho

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c51ab500daf181efcba20424be4ef6bfe78486f]

        INTEGRATION: CWS ooo11rc2 (1.41.20); FILE MERGED 2003/07/06 20:11:01 pjanik 1.41.20.1: #i6325#: Merge missing Slovak translation.

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [703c23907b4f3ce60e3bb74e59ec40206c9d672f]

        INTEGRATION: CWS ooo11rc2 (1.44.18); FILE MERGED 2003/07/06 20:14:42 pjanik 1.44.18.1: #i6325#: Merge missing Slovak translation.

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [64ebb219507a6d947edaf3a4d0b34888ebb9fc33]

        INTEGRATION: CWS ooo11rc2 (1.103.52); FILE MERGED 2003/07/14 15:56:21 fa 1.103.52.1: Allow dylibs to be delivered.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16699
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [656a531939858466e93ee195484cba8bd1cad096]

        INTEGRATION: CWS ooo11rc2 (1.26.40); FILE MERGED 2003/07/15 06:18:26 fa 1.26.40.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16866
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a9fc12706a661e7fc8f76b81bf113999fc2342e]

        INTEGRATION: CWS ooo11rc2 (1.77.44); FILE MERGED 2003/07/15 03:09:02 fa 1.77.44.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4735cb1585b45ec0d2bd9f22307013b2e289d5a4]

        INTEGRATION: CWS ooo11rc2 (1.5.98); FILE MERGED 2003/07/15 03:09:01 fa 1.5.98.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f417708cea693be8f571a1885253745abdfe5d4]

        INTEGRATION: CWS ooo11rc2 (1.10.132); FILE MERGED 2003/07/15 03:08:57 fa 1.10.132.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [1440ba70a9f4c8010ec9da926813046415d72c31]

        INTEGRATION: CWS ooo11rc2 (1.15.60); FILE MERGED 2003/07/15 03:08:57 fa 1.15.60.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [0933a0c3c72c87091e89bbf600fbea6f1fe50858]

        INTEGRATION: CWS ooo11rc2 (1.5.98); FILE MERGED 2003/07/15 03:08:57 fa 1.5.98.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [169ae3324aad0064d18ee9d116dbbc16c6a66f8d]

        INTEGRATION: CWS ooo11rc2 (1.10.60); FILE MERGED 2003/07/15 03:08:56 fa 1.10.60.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [6108a4f8a998efaa8724dc395c7697b104f80eeb]

        INTEGRATION: CWS ooo11rc2 (1.3.272); FILE MERGED 2003/07/15 03:08:56 fa 1.3.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ecf0b9447b06e2ef25ce2292ee8446f08c7b2af]

        INTEGRATION: CWS ooo11rc2 (1.5.268); FILE MERGED 2003/07/15 03:08:56 fa 1.5.268.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4db4a701e3517485ccfcdb17168262cf2cd5aefa]

        INTEGRATION: CWS ooo11rc2 (1.10.132); FILE MERGED 2003/07/15 03:08:55 fa 1.10.132.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [9eea692c405f5e290a750aa50ef75c9d5d02c84a]

        INTEGRATION: CWS ooo11rc2 (1.4.272); FILE MERGED 2003/07/15 03:08:55 fa 1.4.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [1667860c99f14c5eab5d2f73704e2363d5a70549]

        INTEGRATION: CWS ooo11rc2 (1.3.268); FILE MERGED 2003/07/15 03:08:55 fa 1.3.268.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2e6bb59d0f2d8e7be71a9d90e87a6d5ade09bcf]

        INTEGRATION: CWS ooo11rc2 (1.16.60); FILE MERGED 2003/07/15 03:08:54 fa 1.16.60.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a00703e8a93ccbc66c00d91fd7b3817d8a29e6f2]

        INTEGRATION: CWS ooo11rc2 (1.3.272); FILE MERGED 2003/07/15 03:08:54 fa 1.3.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f5ad130e8cff60f9fde2dd12170194d38ccdc6b]

        INTEGRATION: CWS ooo11rc2 (1.6.272); FILE MERGED 2003/07/15 03:08:54 fa 1.6.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba0144b104b7811dabb218bf7e1fb95c8b45aa36]

        INTEGRATION: CWS ooo11rc2 (1.5.272); FILE MERGED 2003/07/15 03:08:53 fa 1.5.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [22e36684496aa122e0373beb38d29ef7847be94e]

        INTEGRATION: CWS ooo11rc2 (1.4.268); FILE MERGED 2003/07/15 03:08:53 fa 1.4.268.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ceeedd49fc37a9679a30238e78596585c4c6230]

        INTEGRATION: CWS ooo11rc2 (1.3.272); FILE MERGED 2003/07/15 03:08:52 fa 1.3.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0234719cbdf77d850477782545d41672aa0d408]

        INTEGRATION: CWS ooo11rc2 (1.4.272); FILE MERGED 2003/07/15 03:08:52 fa 1.4.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [e740b60ee9dd4fbe1478e971f28650a30d81b218]

        INTEGRATION: CWS ooo11rc2 (1.5.272); FILE MERGED 2003/07/15 03:08:52 fa 1.5.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [209fa5391f5e802ce60b13f327b756f75fa867ba]

        INTEGRATION: CWS ooo11rc2 (1.2.272); FILE MERGED 2003/07/15 03:08:51 fa 1.2.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [54e3393c715710739b1a2470d0f98167c41ce476]

        INTEGRATION: CWS ooo11rc2 (1.3.272); FILE MERGED 2003/07/15 03:08:51 fa 1.3.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [68c30284a44643aa2b9830721b60fa5c66cf0c14]

        INTEGRATION: CWS ooo11rc2 (1.3.272); FILE MERGED 2003/07/15 03:08:50 fa 1.3.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc75ee4cb831edb1fa02980160298d04d246125c]

        INTEGRATION: CWS ooo11rc2 (1.9.268); FILE MERGED 2003/07/15 03:08:49 fa 1.9.268.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [891e39d482749b556e0b38d33ed77009b0325310]

        INTEGRATION: CWS ooo11rc2 (1.2.272); FILE MERGED 2003/07/15 03:08:49 fa 1.2.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16849
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4668725abe9e1266b0d95f267da7a4f1fc45e864]

        INTEGRATION: CWS ooo11rc2 (1.2.110); FILE MERGED 2003/07/07 10:22:53 mh 1.2.110.1: join from ooo11rc, #i10000#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d732aed467b63e7a6826fcd95eecf92afd77ad30]

        INTEGRATION: CWS ooo11rc2 (1.11.28); FILE MERGED 2003/07/15 03:56:39 fa 1.11.28.1: Allow dylibs to be delivered for Mac OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16855
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d488a11e6d49584a3214883e45fefafd6c6d7fbc]

        INTEGRATION: CWS ooo11rc2 (1.13.2); FILE MERGED 2003/07/16 06:43:54 mh 1.13.2.1: add: third patry licenses, #110864#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ab60f47a10f2c6e2e78b58ac54c8159b2532dc3]

        INTEGRATION: CWS ooo11rc2 (1.3.12); FILE MERGED 2003/07/16 06:44:31 mh 1.3.12.1: add: third patry licenses, #110864#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [be778bcd15b18574616a8b5dd0ff9363c6da2317]

        INTEGRATION: CWS ooo11rc2 (1.1.2); FILE ADDED 2003/07/16 06:43:33 mh 1.1.2.1: add: third patry licenses, #110864#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [46522c52e54e4284c93e1dfb4d2ac1d073fc8f2c]

        INTEGRATION: CWS ooo11rc2 (1.37.2); FILE MERGED 2003/07/15 13:38:16 mh 1.37.2.2: chg: logic for MACOSX 295, #i10000# 2003/07/15 03:16:22 fa 1.37.2.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16851
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c571bb981c230b79f4f56f56b6c145dac611c509]

        INTEGRATION: CWS ooo11rc2 (1.88.4); FILE MERGED 2003/07/15 03:16:21 fa 1.88.4.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16851
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ea08c74b3e36b726331b86dc2bd8b0e11f79bad]

        INTEGRATION: CWS ooo11rc2 (1.3.308); FILE MERGED 2003/07/15 03:16:20 fa 1.3.308.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16851
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bbe9624a76871011b932f85792a745ff8f737f3]

        INTEGRATION: CWS ooo11rc2 (1.9.4); FILE MERGED 2003/07/14 14:02:14 fa 1.9.4.1: For Mac OS X, certain libraries linked for other platforms don't exist and are not needed anyway.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16608
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [761004964cbc5bb5e62950ce1617b2f024421246]

        INTEGRATION: CWS ooo11rc2 (1.4.38); FILE MERGED 2003/07/12 23:37:46 svesik 1.4.38.1: FreeBSD needs -frtti like Linux #i16738#
        
        Contributed by: Nakata Maho

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [e32e46cdedfdd5ae88d00b2488f9812e664fb969]

        INTEGRATION: CWS ooo11rc2 (1.3.4); FILE MERGED 2003/07/14 15:43:14 fa 1.3.4.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16696
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [da0fb2fdd3d4c2129c171fb458ba405c3e2711d5]

        INTEGRATION: CWS ooo11rc2 (1.9.48); FILE MERGED 2003/07/14 15:18:57 fa 1.9.48.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [cffd33b24fb440b7012a6d9a64492bd0b309e177]

        INTEGRATION: CWS ooo11rc2 (1.3.46); FILE MERGED 2003/07/14 15:18:57 fa 1.3.46.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [afc564da91bbdf4a008ba12e1de5fb0f8835fc1d]

        INTEGRATION: CWS ooo11rc2 (1.10.12); FILE MERGED 2003/07/14 15:18:56 fa 1.10.12.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [927e9697a0df177578ac7c9e237997358e272724]

        INTEGRATION: CWS ooo11rc2 (1.18.12); FILE MERGED 2003/07/14 15:18:56 fa 1.18.12.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8b33cfbcdafd11327ed2e66c68c12780d4c6a7b]

        INTEGRATION: CWS ooo11rc2 (1.20.12); FILE MERGED 2003/07/14 15:18:55 fa 1.20.12.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b9f2f7bebd66e844e2fd9bd8639215719b43001]

        INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED 2003/07/14 15:18:52 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8157cbda0ff7e3203b8bc1bfe53dfc3c04cacbd3]

        INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED 2003/07/14 15:18:51 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [430ab74fac84abce089c2313a01475b22a8ba149]

        INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED 2003/07/14 15:18:50 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4706ee1a0285ece4cd89ed5bfc326557e0b3f6f3]

        INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED 2003/07/14 15:18:49 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddc4b672e9fcd4d334762178da8a0777a04215f9]

        INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED 2003/07/14 15:18:48 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a35b33333da574aa6e9c20caf29ceb23e625ffd9]

        INTEGRATION: CWS ooo11rc2 (1.9.16); FILE MERGED 2003/07/14 15:18:47 fa 1.9.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fa3811df70f72391b987c12ff45d07942591528]

        INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED 2003/07/14 15:18:47 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [091ccabfa7083e0667d43b7e1045adf1a38c0a9f]

        INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED 2003/07/14 15:18:46 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfab298b5acfde7e19a5a8ebd3c749f9734b7ea4]

        INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED 2003/07/14 15:18:45 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f33aad38ce8bf85148eccee561537aa6cf4083ab]

        INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED 2003/07/14 15:18:44 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [506434f9498b33b46fcf758e3064f9eea99744e6]

        INTEGRATION: CWS ooo11rc2 (1.7.16); FILE MERGED 2003/07/14 15:18:43 fa 1.7.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a31a36ad5075aff3d91fa1605e91a3817a1f722]

        INTEGRATION: CWS ooo11rc2 (1.10.16); FILE MERGED 2003/07/14 15:18:43 fa 1.10.16.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [42b6aaebf049588416e718872d2e9ea9cd22619f]

        INTEGRATION: CWS ooo11rc2 (1.13.220); FILE MERGED 2003/07/14 15:10:32 fa 1.13.220.1: Mac OS X compatibility.  Force OS X to use XRenderCompositeString32 since PORTS moved to that as well, the patch that enabled this on srx644+ is no longer applicable to PORTS either.  Misc link time additions for OS X, bring in appropriate headers, etc.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16692
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ac9fd5dad1760f136539d65c915d1a109326a54]

        INTEGRATION: CWS ooo11rc2 (1.45.32); FILE MERGED 2003/07/14 15:10:32 fa 1.45.32.1: Mac OS X compatibility.  Force OS X to use XRenderCompositeString32 since PORTS moved to that as well, the patch that enabled this on srx644+ is no longer applicable to PORTS either.  Misc link time additions for OS X, bring in appropriate headers, etc.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16692
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b952b62b58a74ececfa8c604524c2c206dc2444]

        INTEGRATION: CWS ooo11rc2 (1.31.8); FILE MERGED 2003/07/14 15:10:31 fa 1.31.8.1: Mac OS X compatibility.  Force OS X to use XRenderCompositeString32 since PORTS moved to that as well, the patch that enabled this on srx644+ is no longer applicable to PORTS either.  Misc link time additions for OS X, bring in appropriate headers, etc.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16692
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfc2f1f4eb739e38ee470cbb586541325e0d2540]

        INTEGRATION: CWS ooo11rc2 (1.4.100); FILE MERGED 2003/07/14 15:10:29 fa 1.4.100.1: Mac OS X compatibility.  Force OS X to use XRenderCompositeString32 since PORTS moved to that as well, the patch that enabled this on srx644+ is no longer applicable to PORTS either.  Misc link time additions for OS X, bring in appropriate headers, etc.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16692
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a19ca74b662b355d242a1dcdc5f69a55700443e]

        INTEGRATION: CWS ooo11rc2 (1.22.46); FILE MERGED 2003/07/14 15:10:28 fa 1.22.46.1: Mac OS X compatibility.  Force OS X to use XRenderCompositeString32 since PORTS moved to that as well, the patch that enabled this on srx644+ is no longer applicable to PORTS either.  Misc link time additions for OS X, bring in appropriate headers, etc.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16692
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [81b8f4c1e31d2a8902aaca6849e2243a68cd4463]

        INTEGRATION: CWS ooo11rc2 (1.96.2); FILE MERGED 2003/07/15 06:20:47 fa 1.96.2.1: OS X ships stock freetype 2.13, not 2.14, so adjust constants accordingly.
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e21a5f1e7c0c3823078866d3c6c8a82b8fb6981]

        INTEGRATION: CWS ooo11rc2 (1.153.2); FILE MERGED 2003/07/07 11:51:53 pl 1.153.2.1: #i16338# fallback fonts for chinese

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [18a214a960eeb5ce8201c8668ce3569c9ea48320]

        INTEGRATION: CWS ooo11rc2 (1.17.2); FILE MERGED 2003/07/07 11:49:13 pl 1.17.2.1: #i16338# fallback fonts for chinese

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [38af5c9ddc48833dbb54bb5011f4255666436f6b]

        INTEGRATION: CWS ooo11rc2 (1.10.18); FILE MERGED 2003/07/07 12:08:41 dbo 1.10.18.1: #i16213# required: exact number of out parameters

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf28d903e65a386b22974ed3326312f34e2dcd3b]

        INTEGRATION: CWS ooo11rc2 (1.29.12); FILE MERGED 2003/07/07 10:22:08 mh 1.29.12.1: join from ooo11rc, #i10000#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fafcc4e714a11a96201ee53afef6216513783f5]

        INTEGRATION: CWS ooo11rc2 (1.4.34); FILE MERGED 2003/07/15 02:51:25 fa 1.4.34.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16836
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee3956bc4946fc998584e9353370daba4d9df709]

        INTEGRATION: CWS ooo11rc2 (1.3.80); FILE MERGED 2003/07/15 02:51:25 fa 1.3.80.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16836
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c841257e17809ed5c4b24084b406ecc7ecc1431]

        INTEGRATION: CWS ooo11rc2 (1.7.34); FILE MERGED 2003/07/14 14:24:56 er 1.7.34.1: #i14132# correct era names

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2daa62f4bfe6e0cdf043d13ba82d708909b8496]

        INTEGRATION: CWS ooo11rc2 (1.5.80); FILE MERGED 2003/07/15 02:51:24 fa 1.5.80.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16836
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6d76b2ec59512f450472e1886b3accdd4f2213e]

        INTEGRATION: CWS ooo11rc2 (1.2.28); FILE MERGED 2003/07/15 03:35:39 fa 1.2.28.1: Fixes for darwin/DYLD_LIBRARY_PATH in scripts, also in d.lst for dylib delivery, and in the pagein stuff for OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16858
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [23ae82b91505e06ad7d32de4f312f711e96fc3f9]

        INTEGRATION: CWS ooo11rc2 (1.116.8); FILE MERGED 2003/07/08 15:32:23 lo 1.116.8.2: revoked 2003/07/04 15:42:59 lo 1.116.8.1: #110581# fix recovery

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b67b963e2c336f69bc81c91c5d27790837dd1f3c]

        INTEGRATION: CWS ooo11rc2 (1.7.22); FILE MERGED 2003/07/15 03:35:38 fa 1.7.22.1: Fixes for darwin/DYLD_LIBRARY_PATH in scripts, also in d.lst for dylib delivery, and in the pagein stuff for OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16858
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [59ee30bc59eae3c1fbcf287944b248a4d64123a2]

        INTEGRATION: CWS ooo11rc2 (1.21.2); FILE MERGED 2003/07/15 03:35:37 fa 1.21.2.1: Fixes for darwin/DYLD_LIBRARY_PATH in scripts, also in d.lst for dylib delivery, and in the pagein stuff for OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16858
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [45ac3ca2ee5a793c61d61a960827434eb43480f3]

        INTEGRATION: CWS ooo11rc2 (1.8.56); FILE MERGED 2003/07/15 06:22:02 fa 1.8.56.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16868
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7a6d9dd46b5ede0f7f3cde1ea7421d98618bf15]

        INTEGRATION: CWS ooo11rc2 (1.3.56); FILE MERGED 2003/07/15 06:22:01 fa 1.3.56.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16868
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [164526be645ef508b552bfcff1dec1fae13d2dfa]

        INTEGRATION: CWS ooo11rc2 (1.4.114); FILE MERGED 2003/07/15 06:22:00 fa 1.4.114.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16868
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ee090f9aebb0a06e8e1ddf67460b7f4fcaa7b6a]

        INTEGRATION: CWS ooo11rc2 (1.2.128); FILE MERGED 2003/07/15 06:22:00 fa 1.2.128.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16868
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [593953062bde7d5baa0e990f785c2e0367817b0a]

        INTEGRATION: CWS ooo11rc2 (1.1.128); FILE MERGED 2003/07/15 06:21:59 fa 1.1.128.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16868
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0459642502ceab0be16ac5fed939bfe35f20516]

        INTEGRATION: CWS ooo11rc2 (1.25.24); FILE MERGED 2003/07/15 03:57:40 fa 1.25.24.1: Allow dylibs to be delivered for Mac OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16855
        
        Contributor:
        kevin hendricks
        
        dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d70f64dda200a428d7e46fd56e3ab6c1e8ad7bc]

        INTEGRATION: CWS ooo11rc2 (1.3.2); FILE MERGED 2003/07/16 14:05:44 mh 1.3.2.4: resync before reintegration, resolve conflict, #i10000# 2003/07/15 16:50:00 hjs 1.3.2.3: #i10000# remove dependency to vcl 2003/07/15 09:13:03 mh 1.3.2.2: add: FREEBSD, #i16266# 2003/07/14 14:50:07 fa 1.3.2.1: Disable crashrep for OS X since we need different stack walking code.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16678
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [356cad68b82ba3d80e73cf1e81de2149d308b551]

        INTEGRATION: CWS ooo11rc2 (1.36.10); FILE MERGED 2003/07/12 23:59:39 svesik 1.36.10.2: Add support for DESTPLATFORM=freebsd #i16744#
        
        Contributed by: Nakata Maho
        2003/07/09 09:59:50 mh 1.36.10.1: add: FreeBSD patches contributed by Maho, #i16222#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [217453db389efd19284dc7bbb2a3d652b668f5bd]

        INTEGRATION: CWS ooo11rc2 (1.16.4); FILE MERGED 2003/07/16 09:23:29 mi 1.16.4.1: #i15124# build stopped when zip file was not changed

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ecb01436c1ec19914095f172c0031aafcc8cf6b]

        INTEGRATION: CWS ooo11rc2 (1.15.14); FILE MERGED 2003/07/14 14:29:55 fa 1.15.14.1: Generalize the CPPU_GCC3_ALIGN define for all gcc 3 platforms instead of explicitly specifying all of them.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16631
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd566b380a8da0e8d069917d81bd41cb41c4980a]

        INTEGRATION: CWS ooo11rc2 (1.7.26); FILE MERGED 2003/07/14 16:10:41 fa 1.7.26.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16731
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [87c7cc0bb11466818c76d7df3e7a5620106cdac3]

        INTEGRATION: CWS ooo11rc2 (1.12.46); FILE MERGED 2003/07/14 15:38:27 fa 1.12.46.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16694
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [776f6770d6a25adc8f023cacdcde0b6bba9cf296]

        INTEGRATION: CWS ooo11rc2 (1.31.22); FILE MERGED 2003/07/14 15:38:26 fa 1.31.22.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16694
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [e835c97d61954c644cbe681cc8f2d170ab953496]

        INTEGRATION: CWS ooo11rc2 (1.60.22); FILE MERGED 2003/07/14 15:38:26 fa 1.60.22.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16694
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b62dad6177f39cc92c112d9d1b9d7cffca1dc3cf]

        INTEGRATION: CWS ooo11rc2 (1.9.46); FILE MERGED 2003/07/14 15:38:26 fa 1.9.46.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16694
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [91232b0149b297e290acc32471900e4d79650d0f]

        INTEGRATION: CWS ooo11rc2 (1.28.8); FILE MERGED 2003/07/14 15:38:24 fa 1.28.8.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16694
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe0541fed8fda6a67ae3b42eb75de4585c191ecc]

        INTEGRATION: CWS ooo11rc2 (1.7.22); FILE MERGED 2003/07/15 14:19:07 pjanik 1.7.22.1: #i16691#: Fix Czech and Slovak translations.

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [47dc8efb6a939c6bbcd8b99665d9b15abdf4dc5a]

        INTEGRATION: CWS ooo11rc2 (1.20.22); FILE MERGED 2003/07/15 07:47:34 pjanik 1.20.22.2: #i16691#: Fix Slovak translations. 2003/07/15 03:57:03 pjanik 1.20.22.1: #i16691#: Fix Czech translations.

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [21f9af121e5fdb227ece90a6914a60ed6680ad28]

        INTEGRATION: CWS ooo11rc2 (1.39.8); FILE MERGED 2003/07/15 07:59:36 pjanik 1.39.8.2: #i16691#: Fix Slovak translations. 2003/07/15 04:10:20 pjanik 1.39.8.1: #i16691#: Fix Czech translations.

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [623c72bc2ae104d73413ef05755e101514a2ce3d]

        INTEGRATION: CWS ooo11rc2 (1.19.2); FILE MERGED 2003/07/07 12:04:06 pl 1.19.2.1: #i16338# fallback fonts for chinese

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [6886c5f606f426760fb77a02628c030343c8f969]

        INTEGRATION: CWS ooo11rc2 (1.8.58); FILE MERGED 2003/07/16 07:43:40 nf 1.8.58.2: #i16691# added data directories to process xcu files for l10n 2003/07/14 17:04:22 pjanik 1.8.58.1: #i16691#: fix typo office -> Office.

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e82bbf1ba91424cce3eeeedef0e08b738a63447]

        INTEGRATION: CWS ooo11rc2 (1.6.16); FILE MERGED 2003/07/15 03:55:40 fa 1.6.16.1: Allow dylibs to be delivered for OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16855
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6ff483c525c87872a390f1230f7b9dcc9db6d31]

        INTEGRATION: CWS ooo11rc2 (1.1.8); FILE MERGED 2003/07/14 18:12:35 fa 1.1.8.1: Change hardcoding of .so -> DLLPOST to accomodate OS X dylibs, many changes to Python patch for building dylibs on OS X since the stock Python source wants to build frameworks and we don't.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16420
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9c7a8669f7af562c04f790c4f54ed3332dcbb90]

        INTEGRATION: CWS ooo11rc2 (1.4.2); FILE MERGED 2003/07/14 18:12:35 fa 1.4.2.4: Change hardcoding of .so -> DLLPOST to accomodate OS X dylibs, many changes to Python patch for building dylibs on OS X since the stock Python source wants to build frameworks and we don't.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16420
        
        Dan
        fa@ooo
        2003/07/14 12:48:48 mh 1.4.2.3: fix for patch for IRIX, #i16698#
        2003/07/11 09:40:11 mh 1.4.2.2: add: patches IRIX, #i16698#
        2003/07/04 14:07:55 vq 1.4.2.1: #i16084# Fix SMP build.

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c2986291a0d8e795878b753fb41ae2cb8904128]

        INTEGRATION: CWS ooo11rc2 (1.7.18); FILE MERGED 2003/07/15 03:38:24 fa 1.7.18.1: Fixes for OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16859
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab34a7afe0428695d864e6e3824bace625b5e482]

        INTEGRATION: CWS ooo11rc2 (1.63.2); FILE MERGED 2003/07/15 03:38:24 fa 1.63.2.1: Fixes for OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16859
        
        Contributor:
        Kevin Hendricks
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c18d77608e6700064e87067509d17dc91aa6f0e]

        INTEGRATION: CWS ooo11rc2 (1.1.4); FILE ADDED 2003/07/14 15:35:37 fa 1.1.4.1: Add gcc3 C++ <-> UNO bridge code for OS X and conditionalize the old gcc 2 bridge code for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16616
        
        Contributors:
        Kevin Hendricks
        Dan Williams
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [80288501169009ef9e4e80a9204f084d8d6c5987]

        INTEGRATION: CWS ooo11rc2 (1.1.4); FILE ADDED 2003/07/14 15:35:36 fa 1.1.4.1: Add gcc3 C++ <-> UNO bridge code for OS X and conditionalize the old gcc 2 bridge code for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16616
        
        Contributors:
        Kevin Hendricks
        Dan Williams
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [41a2b1db09d29be67bf7f1546f640d064433b62c]

        INTEGRATION: CWS ooo11rc2 (1.1.4); FILE ADDED 2003/07/14 15:35:35 fa 1.1.4.1: Add gcc3 C++ <-> UNO bridge code for OS X and conditionalize the old gcc 2 bridge code for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16616
        
        Contributors:
        Kevin Hendricks
        Dan Williams
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5edd1c636e00ea7022adeb6e43990b00b3eca45]

        INTEGRATION: CWS ooo11rc2 (1.13.8); FILE MERGED 2003/07/14 15:35:33 fa 1.13.8.1: Add gcc3 C++ <-> UNO bridge code for OS X and conditionalize the old gcc 2 bridge code for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16616
        
        Contributors:
        Kevin Hendricks
        Dan Williams
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cebb2af2003b78af1c0e5e02e4913f963b1c5c0]

        INTEGRATION: CWS ooo11rc2 (1.16.4); FILE MERGED 2003/07/14 14:24:43 fa 1.16.4.1: Conditionalize OS X + gcc 2.95 hacks for only gcc 2.95.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16630
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b334a3c71e05ce4f998fbbff17e3a82db90fa81]

        INTEGRATION: CWS ooo11rc2 (1.5.10); FILE MERGED 2003/07/14 16:04:47 fa 1.5.10.1: Support ODBC libraries on Mac OS X.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16726
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccae85083b1b1542c1992c6dc8152a4089eb658a]

        INTEGRATION: CWS ooo11rc2 (1.2.32); FILE MERGED 2003/07/14 16:04:45 fa 1.2.32.1: Support ODBC libraries on Mac OS X.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16726
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9f37c1dc898406ea4f8750d88cb94d20f9c7372]

        INTEGRATION: CWS ooo11rc2 (1.9.14); FILE MERGED 2003/07/15 03:58:35 fa 1.9.14.1: Allow dylibs to be delivered for Mac OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16855
        
        Contributor:
        kevin hendricks
        
        dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b438b58439b4e14a20cd3c2d4e6de25073439921]

        INTEGRATION: CWS ooo11rc2 (1.5.2); FILE MERGED 2003/07/16 06:57:24 mh 1.5.2.2: fix: build failuere, #i16893# 2003/07/15 02:11:03 fa 1.5.2.1: Update checkdll to work on dylibs, not bundles, and work around a problem with fstat() on OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16425
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e534d91ba43ae82d4944f2106e066583828d9d7]

        INTEGRATION: CWS ooo11rc2 (1.1.54); FILE MERGED 2003/07/07 11:47:03 np 1.1.54.1: #i15951 remove gcc warning in st_list.hxx due to compiler does not recognize base class type as own type

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [65aeb19214d5f7fb11be6a1e8b01b95ae830d5ba]

        INTEGRATION: CWS ooo11rc2 (1.7.8); FILE MERGED 2003/07/15 02:11:02 fa 1.7.8.1: Update checkdll to work on dylibs, not bundles, and work around a problem with fstat() on OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16425
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [6937b8dd3d64e0b83e3aaef3b41044de86b13001]

        INTEGRATION: CWS ooo11rc2 (1.4.8); FILE MERGED 2003/07/15 02:11:02 fa 1.4.8.1: Update checkdll to work on dylibs, not bundles, and work around a problem with fstat() on OS X.
        
        http://www.openoffice.org/issues/show_bug.cgi?id=16425
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b28741fc57f5ced346ae195fbce760053d285b42]

        INTEGRATION: CWS ooo11rc2 (1.4.102); FILE MERGED 2003/07/14 15:41:11 fa 1.4.102.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16695
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [43002abc7840b9ae3b68e8000762676d78c0ee28]

        INTEGRATION: CWS ooo11rc2 (1.11.4); FILE MERGED 2003/07/14 14:26:09 fa 1.11.4.1: Conditionalize OS X + gcc 2.95 hacks for only gcc 2.95.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16630
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b173c19dcfad44e8f0700abb56c565fe5ae9c36b]

        INTEGRATION: CWS ooo11rc2 (1.13.2); FILE MERGED 2003/07/14 16:59:15 fa 1.13.2.1: Fixes for DLLPOST, allow icu compilation on Mac OS X.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16415
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c608accda333a56c18eb45d821edc0f3e7aa160]

        INTEGRATION: CWS ooo11rc2 (1.2.20); FILE MERGED 2003/07/14 14:10:38 fa 1.2.20.1: Make sure OS X dylibs are delivered.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16614
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0dfb4ca7dbc0695fb2c45f867cc6469d536507b]

        INTEGRATION: CWS ooo11rc2 (1.9.2); FILE MERGED 2003/07/15 03:12:44 svesik 1.9.2.5: #i14032#, #i15899# - need to be able to specifylocation of gnu patch and gnu copy (cp) on solaris, so provide --with-gnu-patch and --with-gnu-cp.
        
        Also, unitools.mk needs to pick the values up if set in the environment.
        2003/07/14 21:02:02 fa 1.9.2.4: Allow gcc 3 to be used on OS X.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16831
        
        Dan
        fa@ooo
        2003/07/14 16:02:42 mmeeks 1.9.2.3: Add --system-libart: #16721
        2003/07/14 13:09:14 mh 1.9.2.2: add: FINN, #i14132#
        2003/07/07 10:36:50 vq 1.9.2.1: #i14472# Merge --enable-crashdump to RC2

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a4a5366e4a9922565d77529e33bd469d8e2d58d]

        INTEGRATION: CWS ooo11rc2 (1.43.22); FILE MERGED 2003/07/07 14:46:29 vq 1.43.22.1: #i16482# build.pl changed -all to --all.

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5fc7ad8f3e02eb78f3275642e851302490503c9]

        INTEGRATION: CWS ooo11rc2 (1.54.2); FILE MERGED 2003/07/15 03:12:44 svesik 1.54.2.5: #i14032#, #i15899# - need to be able to specifylocation of gnu patch and gnu copy (cp) on solaris, so provide --with-gnu-patch and --with-gnu-cp.
        
        Also, unitools.mk needs to pick the values up if set in the environment.
        2003/07/14 16:02:41 mmeeks 1.54.2.4: Add --system-libart: #16721
        2003/07/08 20:29:58 vq 1.54.2.3: #i14472# Allow also --disable-crashdump and fix Errormessage.
        2003/07/08 15:49:48 vq 1.54.2.2: #i14472# let --enable-crashdump=.. accept only yes(=TRUE), TRUE and STATIC.
        2003/07/07 10:36:49 vq 1.54.2.1: #i14472# Merge --enable-crashdump to RC2

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [db4d537970219b789baf76de1901e30a727dd149]

        INTEGRATION: CWS ooo11rc2 (1.35.2); FILE MERGED 2003/07/15 09:03:25 waratah 1.35.2.5: #i14032#, #i15899# - need to be able to specifylocation of gnu patch and gnu copy (cp) on solaris, so provide --with-gnu-patch and --with-gnu-cp. Also, unitools.mk needs to pick the values up if set in the environment. 2003/07/14 16:02:40 mmeeks 1.35.2.4: Add --system-libart: #16721 2003/07/08 20:29:56 vq 1.35.2.3: #i14472# Allow also --disable-crashdump and fix Errormessage. 2003/07/08 15:49:46 vq 1.35.2.2: #i14472# let --enable-crashdump=.. accept only yes(=TRUE), TRUE and STATIC. 2003/07/07 10:36:48 vq 1.35.2.1: #i14472# Merge --enable-crashdump to RC2

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a35207acb6bac4e100b27ec589624d97c66f6e28]

        INTEGRATION: CWS ooo11rc2 (1.7.4); FILE MERGED 2003/07/11 09:41:04 mh 1.7.4.1: add: patches IRIX, #i16698#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dd7102929898e21787a5258180c9baf4b9c265f]

        INTEGRATION: CWS ooo11rc2 (1.30.50); FILE MERGED 2003/07/14 18:31:49 fa 1.30.50.2: Add in PORTS OS X locale discovery code including external locale discovery dylib, also utility functions for OS X port in system.c and other misc OS X porting changes.
        
        This commit does NOT include the interlck.c asm code for
        PPC.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607
        
        Dan
        fa@ooo
        2003/07/14 16:13:15 mh 1.30.50.1: add: patch for Irix, #i16225#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [47536384e45c251283fd3e5cc06f14a531c6778c]

        INTEGRATION: CWS ooo11rc2 (1.22.44); FILE MERGED 2003/07/15 09:08:05 mh 1.22.44.1: patch for IRIX, #i14782#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [db86623519610af1c7e7ceee05dbfb276d6e4270]

        INTEGRATION: CWS ooo11rc2 (1.10.52); FILE MERGED 2003/07/14 18:31:47 fa 1.10.52.1: Add in PORTS OS X locale discovery code including external locale discovery dylib, also utility functions for OS X port in system.c and other misc OS X porting changes.
        
        This commit does NOT include the interlck.c asm code for
        PPC.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [9df190eb7f58c6e3840314f770d92415d9dea15b]

        INTEGRATION: CWS ooo11rc2 (1.14.22); FILE MERGED 2003/07/14 18:31:46 fa 1.14.22.1: Add in PORTS OS X locale discovery code including external locale discovery dylib, also utility functions for OS X port in system.c and other misc OS X porting changes.
        
        This commit does NOT include the interlck.c asm code for
        PPC.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [73d294c305e2e14bdda49d93078229cbf7e43c6f]

        INTEGRATION: CWS ooo11rc2 (1.18.2); FILE MERGED 2003/07/14 18:31:44 fa 1.18.2.1: Add in PORTS OS X locale discovery code including external locale discovery dylib, also utility functions for OS X port in system.c and other misc OS X porting changes.
        
        This commit does NOT include the interlck.c asm code for
        PPC.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4199c010a54ec5ee2ade6372a6c0356562b66d42]

        INTEGRATION: CWS ooo11rc2 (1.7.2); FILE MERGED 2003/07/14 18:31:44 fa 1.7.2.1: Add in PORTS OS X locale discovery code including external locale discovery dylib, also utility functions for OS X port in system.c and other misc OS X porting changes.
        
        This commit does NOT include the interlck.c asm code for
        PPC.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [66fdf9236fd04d2c57aca20123fd55a09c4c54a8]

        INTEGRATION: CWS ooo11rc2 (1.21.2); FILE MERGED 2003/07/14 18:31:43 fa 1.21.2.1: Add in PORTS OS X locale discovery code including external locale discovery dylib, also utility functions for OS X port in system.c and other misc OS X porting changes.
        
        This commit does NOT include the interlck.c asm code for
        PPC.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a85b413e9bae1f361873090027c413474369bf2b]

        INTEGRATION: CWS ooo11rc2 (1.15.2); FILE MERGED 2003/07/14 18:31:43 fa 1.15.2.2: Add in PORTS OS X locale discovery code including external locale discovery dylib, also utility functions for OS X port in system.c and other misc OS X porting changes.
        
        This commit does NOT include the interlck.c asm code for
        PPC.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607
        
        Dan
        fa@ooo
        2003/07/07 15:07:50 hro 1.15.2.1: #i16549# Temp file names have to start with a slash because P_tmpdir is not always terminated by a slash

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b79852fba0b1f459da9e16368a262c2365437ca6]

        INTEGRATION: CWS ooo11rc2 (1.20.18); FILE MERGED 2003/07/14 18:31:43 fa 1.20.18.1: Add in PORTS OS X locale discovery code including external locale discovery dylib, also utility functions for OS X port in system.c and other misc OS X porting changes.
        
        This commit does NOT include the interlck.c asm code for
        PPC.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [da71e85cc7c7b56043ec4b3cc6b980ce70464f05]

        INTEGRATION: CWS ooo11rc2 (1.22.18); FILE MERGED 2003/07/09 09:57:49 mh 1.22.18.1: add: FreeBSD patches contributed by Maho, #i16222#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d53f44d973a966b42daaf4eb9c91773101dfbf23]

        INTEGRATION: CWS ooo11rc2 (1.8.62); FILE MERGED 2003/07/14 18:33:54 fa 1.8.62.1: Commit interlck.c asm changes for PPC.  Support gcc 3.3.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607
        
        Contributors:
        Kevin Hendircks
        Jim White
        Dan Williams
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7e71b019733d9f2c5212290bed10d23be23ee85]

        INTEGRATION: CWS ooo11rc2 (1.3.18); FILE MERGED 2003/07/09 09:57:49 mh 1.3.18.1: add: FreeBSD patches contributed by Maho, #i16222#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ed413ea39789e6907d6e220c5031dcc4baaf5b0]

        INTEGRATION: CWS ooo11rc2 (1.3.18); FILE MERGED 2003/07/14 16:13:33 mh 1.3.18.2: add: patch for Irix, #i16225# 2003/07/09 09:57:49 mh 1.3.18.1: add: FreeBSD patches contributed by Maho, #i16222#

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3f70edc3343e542084a3f3cc5244986e4369cd3]

        INTEGRATION: CWS ooo11rc2 (1.10.18); FILE MERGED 2003/07/15 05:02:09 fa 1.10.18.2: Change erroneous = to == for WITH_LIBART check.
        
        Dan
        fa@ooo
        2003/07/14 16:03:20 mmeeks 1.10.18.1: use the system libart if it's available (--enable-libart): #16721

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [e09f7bce66b6187884e8d4e0be85fb0f8f0ae3f4]

        INTEGRATION: CWS ooo11rc2 (1.3.2); FILE MERGED 2003/07/14 16:03:19 mmeeks 1.3.2.1: use the system libart if it's available (--enable-libart): #16721

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [5524ea6da412a28e505fa4f2dd9d65900fa33d9d]

        INTEGRATION: CWS ooo11rc2 (1.6.2); FILE MERGED 2003/07/14 16:03:19 mmeeks 1.6.2.1: use the system libart if it's available (--enable-libart): #16721

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [94db89c2795bc815de1d07e0d6a9e21d587424e7]

        INTEGRATION: CWS ooo11rc2 (1.5.34); FILE MERGED 2003/07/14 14:22:50 fa 1.5.34.1: The Time::Time( const Time& ) constructor and the = operator confused the Apple compiler somehwhat, so that it created bad exception-handling frame symbols for them (silly Apple, .eh frames are for kids!), but only when they were compiled outside the Tools library.  Moving them out of the header and into the tools library itself corrects this.  Symptom on Mac OS X was the linker complaining that these symbols didn't exist, but were expected to be defined in Security.framework.
        
        Second, for OS X pull the system language/locale from sal functions,
        and not from the environment.  The tools locale functions are used
        in psprint for font language recognition.
        
        http://www.openoffice.org/project/www/issues/showattachment.cgi?attach_id=7554&file=tools.071003.11rc.patch
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [167987e27c67ebea44316c997cf6e1a821499a08]

        INTEGRATION: CWS ooo11rc2 (1.8.34); FILE MERGED 2003/07/14 14:22:49 fa 1.8.34.1: The Time::Time( const Time& ) constructor and the = operator confused the Apple compiler somehwhat, so that it created bad exception-handling frame symbols for them (silly Apple, .eh frames are for kids!), but only when they were compiled outside the Tools library.  Moving them out of the header and into the tools library itself corrects this.  Symptom on Mac OS X was the linker complaining that these symbols didn't exist, but were expected to be defined in Security.framework.
        
        Second, for OS X pull the system language/locale from sal functions,
        and not from the environment.  The tools locale functions are used
        in psprint for font language recognition.
        
        http://www.openoffice.org/project/www/issues/showattachment.cgi?attach_id=7554&file=tools.071003.11rc.patch
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fddec8b9817b73e275d1992c7452f9e6eb34e7c]

        INTEGRATION: CWS ooo11rc2 (1.7.4); FILE MERGED 2003/07/15 00:18:20 svesik 1.7.4.1: Add support for MacOSX/gcc3 - #i16417#
        
        Contributed by: Dan Williams <fa@openoffice.org>

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [313105ed9524f0a95ed6f25dae57e007f46656af]

        INTEGRATION: CWS ooo11rc2 (1.21.4); FILE MERGED 2003/07/15 14:21:03 hjs 1.21.4.3: #i10000# fixed dependencies; changed creation of new makefile 2003/07/15 02:45:23 fa 1.21.4.2: Correct placement of 4.5 patchfile once its been filtered for GXX_INCLUDE_PATH.
        
        Dan
        fa@ooo
        2003/07/15 00:18:20 svesik 1.21.4.1: Add support for MacOSX/gcc3 - #i16417#
        
        Contributed by: Dan Williams <fa@openoffice.org>

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [1410c8be2e8a59c6b6e72ad6b6b3ff40bef89d3e]

        INTEGRATION: CWS ooo11rc2 (1.3.28); FILE MERGED 2003/07/14 18:43:57 fa 1.3.28.1: Sync the .tar.gz patch with PORTS for correct OS X build and delivery.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16424
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cbc7db011d2f5173c30bd4aeba4da70f510e6ed]

        INTEGRATION: CWS ooo11rc2 (1.2.2); FILE MERGED 2003/07/14 14:50:08 fa 1.2.2.1: Disable crashrep for OS X since we need different stack walking code.
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16678
        
        Dan
        fa@ooo

2003-07-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a115480caba2443df249a0136fa4703e258fa51]

        INTEGRATION: CWS ooo11rc2 (1.9.2); FILE MERGED 2003/07/15 16:50:00 hjs 1.9.2.2: #i10000# remove dependency to vcl 2003/07/15 09:13:02 mh 1.9.2.1: add: FREEBSD, #i16266#

2003-07-16  Daniel Boelzle  <dbo@openoffice.org>  [ec70b39499ef8e4dfa63e7a68ca35ceb50bd4ec4]

        #107130# attribute -> cli property

2003-07-16  Daniel Boelzle  <dbo@openoffice.org>  [6e3022a84440fcaecda36281d9e5799939cae3c5]

        #107130# init

2003-07-16  Martin Hollmichel  <mh@openoffice.org>  [6d7bff4b00149d987cdb58f8dfabf6151c5b4ba2]

        add: third party licenses and readme, #110864#

2003-07-15  Daniel Boelzle  <dbo@openoffice.org>  [d1855243561bfe60074368b2d60ee122af1247eb]

        #107130# minor fixes

2003-07-15  Vladimir Glazounov  <vg@openoffice.org>  [ea418cae21a9271f0f74efb995b2308d34192098]

        SRX645

2003-07-15  Vladimir Glazounov  <vg@openoffice.org>  [ffc7b85408698d09f646ef4567289bc68b09bb90]

        SRX645

2003-07-15  Vladimir Glazounov  <vg@openoffice.org>  [1dd359c9d43f06a2297cc796f28d8d35c59039f4]

        SRX645

2003-07-15  Vladimir Glazounov  <vg@openoffice.org>  [0d18982cfb8f73e17a3422ea008b46296fb78be2]

        INTEGRATION: CWS setupicon (1.3.4); FILE MERGED 2003/07/14 11:08:09 pl 1.3.4.1: #i16528# #i16633# static and dynamic crash_report.bin

2003-07-15  Vladimir Glazounov  <vg@openoffice.org>  [5ea01627a5f5aaface5487d319272a08288d5012]

        INTEGRATION: CWS setupicon (1.1.14); FILE MERGED 2003/07/14 12:39:33 pl 1.1.14.1: #i16528# #i16633# start dynamic first, static if failed

2003-07-15  Vladimir Glazounov  <vg@openoffice.org>  [ed5710ce2848f8b51117c8ab14af99b54aa477fc]

        INTEGRATION: CWS setupicon (1.3.14); FILE MERGED 2003/07/14 11:08:08 pl 1.3.14.1: #i16528# #i16633# static and dynamic crash_report.bin

2003-07-15  Vladimir Glazounov  <vg@openoffice.org>  [0911d9ae2aa8f86a520142ff82b84d9c076f3e40]

        INTEGRATION: CWS newoutfit (1.3.48); FILE MERGED 2003/07/09 15:02:52 lo 1.3.48.1: #110732# fit progress bar to new splashscreen

2003-07-14  Duncan Foster  <dfoster@openoffice.org>  [014e6058e861b85bfc662156832e8aa86dd8c341]

        #i15986# Add scripting framework to install sets Deliver the zip files containing scripts & macros to common/pck

2003-07-14  Duncan Foster  <dfoster@openoffice.org>  [5ab61afd07a45b8e2f83d2a62e0606f7f3ac1684]

        #i15986# Add scripting framework to install sets. zip up the example scripts & the basic ScriptBindingLibrary

2003-07-14  Vladimir Glazounov  <vg@openoffice.org>  [72dc63f6c8dc04914f674365b04bdb03762a38c0]

        SRX645

2003-07-14  Vladimir Glazounov  <vg@openoffice.org>  [2571bd114b8a6a7be9d0214c05613c267af2d8d9]

        INTEGRATION: CWS swrc3 (1.39.14); FILE MERGED 2003/07/09 14:14:40 mib 1.39.14.1: #110740#: Disable Writer flat XML filter

2003-07-14  Vladimir Glazounov  <vg@openoffice.org>  [16cc5bc12dc955b1ed0255fce8cf553b31fd2d9f]

        INTEGRATION: CWS swrc3 (1.101.4); FILE MERGED 2003/07/11 08:58:37 cmc 1.101.4.1: #110699# remove useless assert

2003-07-14  Vladimir Glazounov  <vg@openoffice.org>  [0f85107ef1d073d3e5034ea7ad3b0d82b3078ce0]

        INTEGRATION: CWS swrc3 (1.25.106); FILE MERGED 2003/07/09 11:15:12 cmc 1.25.106.1: #110699# Make safe against oddness elsewhere

2003-07-14  Vladimir Glazounov  <vg@openoffice.org>  [942eb9f4ebc0fea3e77b365eb943b152c9fc339f]

        INTEGRATION: CWS af3 (1.30.16); FILE MERGED 2003/07/11 11:39:17 af 1.30.16.1: #110739# Added guard against pOnlineSpellingList being NULL.

2003-07-14  Vladimir Glazounov  <vg@openoffice.org>  [bf2e7ed200fd546f31e35670c6b9b11c51322e62]

        #100000# typo

2003-07-14  Nils Fuhrmann  <nf@openoffice.org>  [849cb52dfe480c4455e8da2293c75ae2690affc3]

        #110799#

2003-07-14  Nils Fuhrmann  <nf@openoffice.org>  [153647ba97bbadc0e1fc75c96b96d3e8189196e2]

        #110799#

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [5de2cbdb3318f8c5d7a6485c6399bb27c11d60d8]

        #100000# use locally generated _version.h

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [86d237db4ea6b75217b2b44319430ac59cdc76d4]

        #100000# Crash reporter did not run on Linux x86

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [9466a23cb878251c9a3040861694f93a83411f13]

        INTEGRATION: CWS swoddrawings01 (1.49.12); FILE MERGED 2003/07/10 15:17:39 od 1.49.12.1: #110742# <SwXShape::dispose(..)> - delete drawing frame format *not* 	 for 'virtual' drawing objects.

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [56521d8cd9e32b8fcd644befaadbdfb6385a5350]

        INTEGRATION: CWS swoddrawings01 (1.27.12); FILE MERGED 2003/07/10 10:47:10 od 1.27.12.1: #110742# - adjust type of parameter value

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [8ebf15b108f3f26595959043d56a5a64044ed215]

        INTEGRATION: CWS swoddrawings01 (1.45.12); FILE MERGED 2003/07/10 10:47:09 od 1.45.12.1: #110742# - adjust type of parameter value

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [8cda980f215c8d67ead655940b11bc3ac7323001]

        INTEGRATION: CWS swoddrawings01 (1.16.12); FILE MERGED 2003/07/10 09:27:08 od 1.16.12.1: #110742# <SwFEShell::Paste(..)> - replace marked 'virtual' drawing object 	 by its 'master' drawing object, if it will be replaced by the 	 drawing object in the paste stream.

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [c1ebdc0f9bece0508f2c54d2fb281855e929f93e]

        INTEGRATION: CWS swoddrawings01 (1.18.12); FILE MERGED 2003/07/10 10:46:34 od 1.18.12.2: #110742# - adjust type of parameter value 2003/07/10 09:24:15 od 1.18.12.1: #110742# <SwDrawContact::ChangeMasterObject(..)>: 	 consider 'virtual' drawing objects and unnecessary code.

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [5f5e6a91c989945c1d4675271991d2b54787d180]

        SRX645

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [80877364f4401bd730adfbb574799575260f96f4]

        INTEGRATION: CWS fwk2rc31 (1.12.98); FILE MERGED 2003/07/10 16:11:12 mav 1.12.98.1: #i14255# let the mutex be always released

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [99637a4639a0fa934eb6524c8088143369ada553]

        INTEGRATION: CWS tbe5 (1.48.38); FILE MERGED 2003/07/10 14:30:47 mi 1.48.38.1: #110760# missing module descriptions in IDL reference of SDK

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [5fa24636280fa4392e90385c8ca53bcf36499b77]

        INTEGRATION: CWS tbe5 (1.7.24); FILE MERGED 2003/07/10 15:40:50 mi 1.7.24.2: #110760# missing module descriptions in IDL reference of SDK 2003/07/10 14:30:48 mi 1.7.24.1: #110760# missing module descriptions in IDL reference of SDK

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [2c0418f7ba0f6cdedcb4af17265efd41e8d6363b]

        INTEGRATION: CWS tbe5 (1.2.14); FILE MERGED 2003/07/10 11:53:54 as 1.2.14.1: #110730# prevent against merge conflicts

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [2807c66f6dbcf7e428834452780452edca510221]

        INTEGRATION: CWS tbe5 (1.3.6); FILE MERGED 2003/07/10 11:54:20 as 1.3.6.1: #110730# show non modal java dialog for onFirstVisibleTask

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [7ba78cbd1b85a9190396c0c5cd0bb3acc1d7ac08]

        INTEGRATION: CWS tbe5 (1.13.24); FILE MERGED 2003/07/10 14:29:37 mi 1.13.24.1: #110760# missing module descriptions in IDL reference of SDK

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [499a496a9df572242bff7f661a0dd7985780f5bd]

        INTEGRATION: CWS tbe5 (1.1.2); FILE ADDED 2003/07/10 13:27:18 mi 1.1.2.1: #110760# missing module descriptions in IDL reference of SDK

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [47150f8f606ac7605cfdd189784d5d8702ef5a15]

        INTEGRATION: CWS tbe5 (1.1.44); FILE MERGED 2003/07/10 14:29:37 mi 1.1.44.1: #110760# missing module descriptions in IDL reference of SDK

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [890cbd61736650cdc1f3a334c1ad1305057ba858]

        INTEGRATION: CWS tbe5 (1.41.16); FILE MERGED 2003/07/10 07:40:17 tbe 1.41.16.1: #i16474# library import from documents

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [c08f88d23e664e529d9442e97d00c43089dadbc0]

        INTEGRATION: CWS fwkrc3 (1.11.274); FILE MERGED 2003/07/10 10:15:00 as 1.11.274.1: #110476# dont use invalid iterator objects

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [6e3a4c65e8965caecb4262710e11422409c6e6ad]

        INTEGRATION: CWS fwkrc3 (1.66.72); FILE MERGED 2003/07/10 10:31:17 mba 1.66.72.1: #110734#: catch exceptions thrown by InteractionHandler

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [8697916f1fde5b6be2b430669f3e8ac5cda3b9b3]

        INTEGRATION: CWS dborc3 (1.10.14); FILE MERGED 2003/07/09 11:41:12 dbo 1.10.14.2: #110657# keeping self alive 2003/07/09 08:57:05 dbo 1.10.14.1: #110657# no catch (...)

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [507ee8a40f2b34b297a2fac118bd02eeae8764e7]

        INTEGRATION: CWS dborc3 (1.9.14); FILE MERGED 2003/07/09 08:57:05 dbo 1.9.14.1: #110657# no catch (...)

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [d4aaeb64857b3a05ce170915c4f4f4ce03f19645]

        INTEGRATION: CWS dborc3 (1.116.12); FILE MERGED 2003/07/08 15:40:10 lo 1.116.12.1: #110581# fix crash in crash recovery #110696# catch runtime exception in Desktop::DeInit()

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [ddbeb2d7103970d3d5956403b14a55d3909e5e90]

        INTEGRATION: CWS dborc3 (1.21.20); FILE MERGED 2003/07/09 13:43:19 dbo 1.21.20.2: #110698# XSet::remove ignored on shutdown 2003/07/09 09:35:32 dbo 1.21.20.1: #110698# more DisposedExceptions upon disposing of service manager

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [7ab1c6662a5f0a9ba06785bb7cc47f7e92699d15]

        INTEGRATION: CWS i18n07 (1.8.44); FILE MERGED 2003/07/10 12:05:15 er 1.8.44.1: #110133# use Hijri calendar in date formats

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [273900eb271f0be0bfafdde22b66f183afa09e72]

        INTEGRATION: CWS i18n07 (1.11.36); FILE MERGED 2003/07/10 10:58:03 er 1.11.36.3: #110133# currency format code order, now the same order as in a well known competing product 2003/07/10 10:03:49 er 1.11.36.2: #110133# AM/PM patch from Karl 2003/07/09 11:46:16 er 1.11.36.1: #110133# correct date formats, received from Karl Hong

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [ccf5be981b5e36e65df63bdd22a9f0bfa7f8c25e]

        INTEGRATION: CWS i18n07 (1.75.108); FILE MERGED 2003/07/09 12:52:56 fme 1.75.108.1: #110133# Changed default direction for fields to direction of paragraph

2003-07-11  Duncan Foster  <dfoster@openoffice.org>  [72cd759fbc39f8649d33b3dafe3246a85cc16c90]

        #i16594# Install components, example scripts & registry data into share. Add flags for doing a two stage network install.

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [07bafbefc88cc4db523e3a9492b6994e0cbfe709]

        INTEGRATION: CWS cl06 (1.10.116); FILE MERGED 2003/07/10 09:41:06 thb 1.10.116.3: #110595# Had to change swapping again, Sparc doesn't like unaligned access at all 2003/07/09 18:42:28 thb 1.10.116.2: #110595# Corrected offset in JPEG data stream when calculating the length 2003/07/08 15:21:27 thb 1.10.116.1: #110595# Incorporated Augustus' fix, using unix line ends now and defined out the writePageField stuff again. Furthermore, now using OSL_NETWORD for byte swapping in JPEG

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [889bae0eaccbb6a7ff9a6fdfffa6afd76c45fd3a]

        INTEGRATION: CWS ctrl01 (1.32.56); FILE MERGED 2003/07/08 16:21:13 fs 1.32.56.1: #110592# let the SdrUnoControlRec be an XModeChangeListener at the uno control which it is responsible for / react on visibility changes of layers; all to ensure that alive UNO controls are hidden in invisible layers

2003-07-11  Vladimir Glazounov  <vg@openoffice.org>  [24792b1ee8975b49614f7277588a173b2ae98307]

        INTEGRATION: CWS ctrl01 (1.12.56); FILE MERGED 2003/07/08 16:20:33 fs 1.12.56.1: #110592# NbcSetLayer/lcl_ensureControlVisibility to ensure that UNO controls in alive mode are hidden in invisible layers

2003-07-11  Nils Fuhrmann  <nf@openoffice.org>  [fa26fd0c6d65afaac237431e47009b837fb7afc7]

        Fixes #110799# by removel of multiple whitespaces within character data

2003-07-10  Kurt Zenker  <kz@openoffice.org>  [a3c0d22c10bbd345a0e101deccd8b1dbf4aabff1]

        #110776# by LO, fixed improper struct initialization

2003-07-10  Kurt Zenker  <kz@openoffice.org>  [55c1545fe2b832cec4f6986b4c5e9e1b4abdb9e8]

        new version for SRX645

2003-07-10  Frank Schönheit  <fs@openoffice.org>  [66eee5f81fd46fa2a826ca1b9abfdb3c6a9f1e34]

        #95380# corrected the XTypeProvider information

2003-07-10  Vladimir Glazounov  <vg@openoffice.org>  [2fc89220909b46456d726ec68837e740fe8b241a]

        #100000# correct path for bin dir in solver

2003-07-10  Thorsten Behrens  <thb@openoffice.org>  [1b1c639fc40d280b477cff41e8241fa99e177dd3]

        #100000# Changes have to happen on branches, restoring original master version

2003-07-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3129220c957378ec9902803a789009372ead85f3]

        #110731#: compile with -xs if CRASHDUMP build to enable debugging without *.o files

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [d9d48687c764f13db54f333c88767294439cf231]

        SRX645

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [c5b4a718050df55c12520ad7f20dcd552fc01434]

        INTEGRATION: CWS sw021 (1.111.36); FILE MERGED 2003/07/03 14:50:08 cmc 1.111.36.1: #108546# disable hidden text that spans multiple nodes

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [34759806a92188b7efa59d47c031e1531941e9dc]

        INTEGRATION: CWS sw021 (1.14.90); FILE MERGED 2003/07/07 13:11:54 os 1.14.90.1: #109419# calculate height of copyright text via FixedText::CalcMinimumSize()

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [c38d95911a51f74d2ccb3fdb10bcca3aa011ff28]

        INTEGRATION: CWS sw021 (1.151.16); FILE MERGED 2003/07/07 10:11:59 hdu 1.151.16.1: #110616# fix DrawCtrlText's nLen argument if needed

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [0ff59656be2e7c3ce16253fe9f864edf8a95f108]

        INTEGRATION: CWS sw021 (1.30.56); FILE MERGED 2003/07/08 07:06:45 fme 1.30.56.1: #110674# Crash prevention

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [4e410d95f09ff5c373dab99985824ecfd90d9326]

        INTEGRATION: CWS sdk06 (1.23.68); FILE MERGED 2003/07/04 07:53:03 ab 1.23.68.1: #110589# Removed unused HID_PROP_VALUE that also exists in extensions

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [fa004defc10337233ec3ca700cc3e62d1a23d8b1]

        INTEGRATION: CWS sdk06 (1.15.2); FILE MERGED 2003/07/03 14:54:22 jsc 1.15.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [72644e5438b59bb53f9866aa80c74622d160f6d6]

        INTEGRATION: CWS sdk06 (1.4.2); FILE MERGED 2003/07/03 14:54:21 jsc 1.4.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [faac0c9f921131b56590c1ed4c2e90235f459389]

        INTEGRATION: CWS sdk06 (1.10.2); FILE MERGED 2003/07/03 14:54:20 jsc 1.10.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [42f6c2ba6f8c808c097d6f44d0982f87506b8014]

        INTEGRATION: CWS sdk06 (1.11.2); FILE MERGED 2003/07/03 14:54:19 jsc 1.11.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [142df3a8be104510810d72c0bb4e49cfc53ec86e]

        INTEGRATION: CWS sdk06 (1.14.2); FILE MERGED 2003/07/03 14:54:18 jsc 1.14.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [35315d3d7ea26e2dda88901624324d24638c5926]

        INTEGRATION: CWS sdk06 (1.5.2); FILE MERGED 2003/07/03 14:54:17 jsc 1.5.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [37b64956fc22d5603fa3fd79fd278c71599dc988]

        INTEGRATION: CWS sdk06 (1.13.2); FILE MERGED 2003/07/03 14:54:16 jsc 1.13.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [c386a514f60c5d5bc4f75d466e6010a925a63498]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:54:15 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [1ee755aed12d65c1af1eedd4b5a267a6a7b445b9]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:54:14 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [75b5cef3f925e468efaed41d39368270a198dea3]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:54:13 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [1f9a5383be0c179d5bcdf098ab9954b2a3b799ca]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:54:12 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [c64e99ca11c36e22daf1e04605a9e3ed2dc315ee]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:54:10 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [425ffde29b7199fc64cef21c2bb799b3fbc905b7]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/04 14:19:11 jsc 1.3.2.2: #110588# correect mkdir command, spelling 2003/07/03 14:54:08 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [d3bf771bb536800f5349293554093ffd08cd4f33]

        INTEGRATION: CWS sdk06 (1.4.2); FILE MERGED 2003/07/03 14:54:04 jsc 1.4.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [86fc1406d4e585d3a72150d63fb93bdbb7da4787]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:54:01 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [d0905c1a18cf53939e448ad0c049245d5ae85ed1]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:54:00 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [c59344141def94122dc4916b22bf881b23329dad]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:53:58 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [ec49eff4f27fc89bda6850f473fb648db6372ef1]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:53:57 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [b765113bb36639b75372822d7f21c1c99cbe9fdb]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:53:56 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [56af2ee8333aeb453f5688faef883f4bbc781a5b]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:53:55 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [b3a9a7f39a81f3c9657aebdf0e0752df5b5f8085]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:53:53 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [998a266b9b7c4f2b88389e3cba705759adcc2074]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:53:49 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [6cca3f4af30db8f72c5d17414d0a0061ede2ba38]

        INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED 2003/07/03 14:53:47 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [7dd9a06729666568116d34ea858ab945d9e515d0]

        INTEGRATION: CWS sdk06 (1.3.10); FILE MERGED 2003/07/07 13:50:35 jsc 1.3.10.5: #110567# remove test output 2003/07/07 13:47:23 jsc 1.3.10.4: #110567# correct testVersion function 2003/07/07 12:07:39 jsc 1.3.10.3: #110567# check Solaris compiler too 2003/07/07 07:17:59 jsc 1.3.10.2: #110567# improve pattern 2003/07/03 10:35:19 jsc 1.3.10.1: #110567# change version checking

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [7707da5bcc32dae9ddafa134dd3cc09f885635b3]

        INTEGRATION: CWS ausehids (1.1.130); FILE MERGED 2003/07/08 12:18:55 hjs 1.1.130.1: #110712# fixed encoding - tpf

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [ddf248e732670b2f2287eaf7a936e04b464626df]

        INTEGRATION: CWS ausehids (1.4.24); FILE MERGED 2003/07/08 10:51:50 hjs 1.4.24.1: #110597# fix PRJNAME

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [a95acd33b46f7c533c8f3010ed0aaf817fb427e9]

        INTEGRATION: CWS ausehids (1.6.24); FILE MERGED 2003/07/08 10:52:50 hjs 1.6.24.1: #110597# GEN_HID in util only

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [ca32da6f04f34d28dfac4d9f0328d5d58f4906a7]

        INTEGRATION: CWS ausehids (1.1.108); FILE MERGED 2003/07/08 10:50:34 hjs 1.1.108.1: #110597# make utile the last directory to build

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [aad1b7f841031b1ba43bd29619c69ece6669a315]

        INTEGRATION: CWS ausehids (1.3.64); FILE MERGED 2003/07/08 10:55:19 hjs 1.3.64.1: #110597# GEN_HID in util only

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [d7519035bb5cb9dad23fa289a476c651079eac29]

        INTEGRATION: CWS ausehids (1.7.54); FILE MERGED 2003/07/08 10:54:09 hjs 1.7.54.1: #110597# GEN_HID in util only

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [ad3ca59dfafb3872951bc1225575f410109eb643]

        INTEGRATION: CWS ausehids (1.6.54); FILE MERGED 2003/07/08 10:53:55 hjs 1.6.54.1: #110597# GEN_HID in util only

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [0d83afa68bab8ed94f31bd9933193dc65022c393]

        INTEGRATION: CWS ausehids (1.11.24); FILE MERGED 2003/07/08 10:53:18 hjs 1.11.24.1: #110597# make utile the last directory to build

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [97357e780a60023d00eb307347a70698525b4aa6]

        INTEGRATION: CWS ausehids (1.1.2); FILE ADDED 2003/07/08 10:05:11 hr 1.1.2.1: #109636#: implement create_pdb_relocators()

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [ccb6946ff5b68c0f3235298df760937b79cd3718]

        INTEGRATION: CWS ausehids (1.1.2); FILE ADDED 2003/07/08 10:05:59 hr 1.1.2.1: #109636#: implement createpdbrelocatos

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [b5a7c323dcb336cb4351f5dce414d8401c84600d]

        INTEGRATION: CWS ausehids (1.1.2); FILE ADDED 2003/07/08 10:05:58 hr 1.1.2.1: #109636#: implement createpdbrelocatos

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [c4c1d3b813a52b141d59f4d64877896fc0625667]

        INTEGRATION: CWS ausehids (1.1.2); FILE ADDED 2003/07/08 10:05:57 hr 1.1.2.1: #109636#: implement createpdbrelocatos

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [9ee81081c7cd1dac633c29d48df35386c639220b]

        INTEGRATION: CWS cl05 (1.2.66); FILE MERGED 2003/07/07 15:30:49 cl 1.2.66.1: #i16543# set UTF8 decoding at file stream when loading xml files

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [f3b5dc634bfa61bdf95131d909fb5d429b0a5c53]

        INTEGRATION: CWS sb6 (1.29.14); FILE MERGED 2003/07/03 09:44:06 sb 1.29.14.1: #110444# In mapInterfaceFrom, do not send back releases for objects that originated from this end of the bridge.

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [2ebfa4fb745fff5ef22c0fec68d72d7612277b77]

        INTEGRATION: CWS sb6 (1.1.2); FILE ADDED 2003/07/03 09:45:05 sb 1.1.2.1: #110444# In mapInterfaceFrom, do not send back releases for objects that originated from this end of the bridge.

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [8350212e3ca0521883c598ca78fd1abe2105aac7]

        INTEGRATION: CWS sb6 (1.1.2); FILE ADDED 2003/07/03 09:45:03 sb 1.1.2.1: #110444# In mapInterfaceFrom, do not send back releases for objects that originated from this end of the bridge.

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [416830b859de0525f5c93223a3c6a45e1a4993b1]

        INTEGRATION: CWS sb6 (1.1.2); FILE ADDED 2003/07/03 09:45:02 sb 1.1.2.1: #110444# In mapInterfaceFrom, do not send back releases for objects that originated from this end of the bridge.

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [66a374337b0e5c3f6f5a52b32aa3599bf4c0d042]

        INTEGRATION: CWS sb6 (1.1.2); FILE ADDED 2003/07/03 09:45:01 sb 1.1.2.1: #110444# In mapInterfaceFrom, do not send back releases for objects that originated from this end of the bridge.

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [02e93297e3df4c4dce74e51b153ad55d27f721ff]

        INTEGRATION: CWS sb6 (1.1.2); FILE ADDED 2003/07/03 09:45:00 sb 1.1.2.1: #110444# In mapInterfaceFrom, do not send back releases for objects that originated from this end of the bridge.

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [471ecc434560678e5ed9606ed11b7f1112b0fdac]

        INTEGRATION: CWS sw020 (1.12.46); FILE MERGED 2003/07/01 15:26:32 lo 1.12.46.1: #i16270# prevent deletion of condition thread is waiting on

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [06d25cfe94da940b2dee1e34bc569884d3b12ded]

        INTEGRATION: CWS sw020 (1.33.2); FILE MERGED 2003/07/01 15:26:31 lo 1.33.2.1: #i16270# prevent deletion of condition thread is waiting on

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [22f0f3f91910011ddf500757b3242540fca92627]

        INTEGRATION: CWS sw020 (1.28.28); FILE MERGED 2003/07/02 12:44:41 fme 1.28.28.1: #110494# MakeTblCrsrs returns false if there is no valid layout

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [0ffd58dd8fec0c001fb9b2c27ee39c792dca64c8]

        INTEGRATION: CWS sw020 (1.10.118); FILE MERGED 2003/07/02 12:45:14 fme 1.10.118.1: #110494# MakeTblCrsrs returns false if there is no valid layout

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [c811454db47fa1643c7bedad4d97eec125e95875]

        INTEGRATION: CWS sw020 (1.5.84); FILE MERGED 2003/07/02 12:47:29 fme 1.5.84.1: #110494# MakeTblCrsrs returns false if there is no valid layout

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [12b8488b9cf659adcafd4b998227397c57cf51ba]

        INTEGRATION: CWS sw020 (1.44.80); FILE MERGED 2003/07/01 11:50:20 od 1.44.80.1: #110554# <SwDrawModellListener_Impl::Notify(..)> - correction: no broadcast 	 of notifications for writer fly frames and plane <SdrObject>-objects.

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [fea84d3b03da8b78e312330998e8c7e7b07f6168]

        INTEGRATION: CWS sw020 (1.116.36); FILE MERGED 2003/07/02 14:25:55 mav 1.116.36.1: #110533# do not leave object in handsoff state

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [010aaa69b954ebd551c0639c6d1c4b33c8df01b7]

        INTEGRATION: CWS sw020 (1.56.72); FILE MERGED 2003/07/02 14:25:54 mav 1.56.72.1: #110533# do not leave object in handsoff state

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [4bbda1c4c52379d1b88d5a20344ea9b60f819b51]

        INTEGRATION: CWS sw020 (1.16.60); FILE MERGED 2003/07/02 14:32:59 mba 1.16.60.1: #i16284#: crash when reassigning macro

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [d587fa946713551fb5163a88a4b4d66f40cf7498]

        INTEGRATION: CWS thb03 (1.57.2); FILE MERGED 2003/07/04 10:05:24 thb 1.57.2.1: #110573# Protect against missing view

2003-07-09  Vladimir Glazounov  <vg@openoffice.org>  [d9f66a2ffdebb300cf7403de0997ba0e383d4dd3]

        INTEGRATION: CWS calc15 (1.11.182); FILE MERGED 2003/07/02 16:31:08 nn 1.11.182.1: #110572# use return value from parent class in edit field Notify methods

2003-07-07  asaunders  <asaunders@openoffice.org>  [45a81ac66dc5672e7450c44f2a3001c0589a91ff]

        New JPEG code (still has endian specific code).  New handling of clipRect mapping for BMP metafiles.

2003-07-07  Noel Power  <npower@openoffice.org>  [789938fc2c62eacef096b437d08e0e2cbaf5d637]

        #13805# removed lines to build shared library for storage, now done at top level where libscriptframe.so is now created.

2003-07-07  Noel Power  <npower@openoffice.org>  [5c41163b614f572ccb06bd758e774269cd18ce4a]

        #i13805# changes to support single library for provider, runtime and storage ( previously three shared libs, now one )

2003-07-07  Noel Power  <npower@openoffice.org>  [b0fe97c00f26bc20f65cc15436aae83536bfd829]

        #i13805# changes to create single library for provider, storage and runtime modules.

2003-07-07  Noel Power  <npower@openoffice.org>  [f45264347bab6475b7bb0636f33efbe66e1b512c]

        #i13805# removed lines to build shared library for runtime, now done at top level where libscriptframe.so is now created.

2003-07-07  Noel Power  <npower@openoffice.org>  [27442c64c40f8d0b90d23c52ca35d6dbb52a0e2e]

        #i13805# Added new entries for services in provider and storage modules, ( support for single library libscriptframe.so )

2003-07-07  Noel Power  <npower@openoffice.org>  [7e67f071650554ac520603d89befc104fb1ba5c1]

        13805# removed lines to build shared library for provider, now done at top level where libscriptframe.so is now created.

2003-07-07  Noel Power  <npower@openoffice.org>  [e946812e8d6b7756cf50a95a58f9201fe0cf4a95]

        13805# updated dependencies, also added entry to build util ( needed for new libscriptframe.so )

2003-07-07  Noel Power  <npower@openoffice.org>  [13001cabceaea50692ee8eec35bec524471e1319]

        #i13805# various namespace changes ( added runtime module to a couple of names ), also changes to go from 4 shared libraries to 2 { new libscriptframe.so and libprotocolhandler.so } Note: libscriptframe.so includes functionality that was in libstorage,so, libruntime.so and liborovider.so

2003-07-07  Vladimir Glazounov  <vg@openoffice.org>  [5a0f32b6d8cb0cd0c4b742533a432afac958b224]

        #100000# typo

2003-07-04  Martin Hollmichel  <mh@openoffice.org>  [fea3c65ea6b8d9603e85bfaa904b2517b0582b05]

        join: from ooo11rc

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [0573cacaea81292b93af421b7a51675f86ee3155]

        INTEGRATION: CWS aig02 (1.8.228); FILE MERGED 2003/06/30 12:53:28 od 1.8.228.1: #108784# class <SdrVirtObj> - add definition of new method <GetOffset()>

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [0bf161937c80709e9d6e7e7731813f5644d8bce2]

        INTEGRATION: CWS aig02 (1.60.22); FILE MERGED 2003/06/25 10:01:33 aw 1.60.22.1: #108784#
        
        For text editing in SW Haeder/Footer it is necessary to be
         able to set an offset for the text edit to allow text editing at the
         position of the virtual object. This offset is used when setting up
         and maintaining the OutlinerView.

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [485ec40d948e8b7f140e529c0214a85549360e34]

        INTEGRATION: CWS aig02 (1.57.32); FILE MERGED 2003/06/30 13:16:01 aw 1.57.32.1: #108784#
        
        In operator<<, force to write a naked SdrObj instead of the virtual object. Writing virtual objects is not supported at all, thus i am sure that this was not done before. It is now necessary to write this as naked SdrObject for keeping the OrdNums when using the new feature for Obects in Header/Footer of SW.

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [8e99be05d563d5b8e1c28e21d78226acfa09a9c0]

        INTEGRATION: CWS aig02 (1.14.30); FILE MERGED 2003/06/30 12:54:54 od 1.14.30.1: #108784# - adjustments for 'virtual' drawing objects

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [5d37eb08d2f8af179d96a14af0efae7f95568fd7]

        INTEGRATION: CWS aig02 (1.30.34); FILE MERGED 2003/06/25 10:02:01 aw 1.30.34.1: #108784#
        
        For text editing in SW Haeder/Footer it is necessary to be
         able to set an offset for the text edit to allow text editing at the
         position of the virtual object. This offset is used when setting up
         and maintaining the OutlinerView.

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [967fb589211dbe5f0bc816bb92662ea97e335e8c]

        INTEGRATION: CWS aig02 (1.37.26); FILE MERGED 2003/06/27 16:20:43 dvo 1.37.26.2: #108784# load text shapes in header/footer (don't convert to frame anymore) 2003/06/26 16:03:07 dvo 1.37.26.1: #108784# enable loading of shapes (but not controls) in header/footers

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [05c1458ea18e43d7ac9d91a3c385fa07db003c84]

        INTEGRATION: CWS aig02 (1.20.24); FILE MERGED 2003/06/25 09:58:46 aw 1.20.24.3: #108784# Always the original object is edited. To allow the TextEdit to happen where the VirtObj is positioned, on demand a occurring offset is set at the TextEdit object. That offset is used for creating and managing the OutlinerView. 2003/06/23 15:27:23 od 1.20.24.2: #108784# - further adjustments for supporting drawing objects in header/footer 2003/06/17 11:50:10 aw 1.20.24.1: #108784# Enabled TextEdit activation for SwDrawVirtObjs.

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [3b35a58ae4226dd2cc4edac3c36bf52c1ae02273]

        INTEGRATION: CWS aig02 (1.15.38); FILE MERGED 2003/06/27 16:03:08 dvo 1.15.38.1: #108784# enable drag&drop of shapes (but not controls) into header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [7f969f84808d0ed530ce8feb00152a49badb5eea]

        INTEGRATION: CWS aig02 (1.85.24); FILE MERGED 2003/06/25 15:00:03 cmc 1.85.24.1: #109781#/#108784# enable drawing object in headers {im|ex}port

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [7b5996e974ae1899e0cccc1dbeb74ea958122cf7]

        INTEGRATION: CWS aig02 (1.98.14); FILE MERGED 2003/06/30 16:49:19 od 1.98.14.3: RESYNC: (1.98-1.99); FILE MERGED 2003/06/27 11:09:54 cmc 1.98.14.2: #108784# use the invisible layer is ok for connection all objects to the drawing layer 2003/06/25 15:00:02 cmc 1.98.14.1: #109781#/#108784# enable drawing object in headers {im|ex}port

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [7257e7d8426621fbc14473ca9d424bbb99303a13]

        INTEGRATION: CWS aig02 (1.47.24); FILE MERGED 2003/06/26 14:25:02 cmc 1.47.24.1: #109781# / #108784# Export of drawing objects in headers requires that we now cannot simply lookup a frmfmt when searching for an id seeing as the same object must be exported as two seperate objects when the same headers are used in seperate winword sections

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [bef397bec97f6ac06f0f1cd052fa2bdfbe13ac2f]

        INTEGRATION: CWS aig02 (1.61.14); FILE MERGED 2003/06/27 11:09:53 cmc 1.61.14.3: #108784# use the invisible layer is ok for connection all objects to the drawing layer 2003/06/26 14:25:01 cmc 1.61.14.2: #109781# / #108784# Export of drawing objects in headers requires that we now cannot simply lookup a frmfmt when searching for an id seeing as the same object must be exported as two seperate objects when the same headers are used in seperate winword sections 2003/06/26 09:57:15 cmc 1.61.14.1: #108784# export of objects in headers/footers not in use

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [0e6a4b2028878c56de02f3216a9641ba87addc31]

        INTEGRATION: CWS aig02 (1.5.72); FILE MERGED 2003/06/27 11:27:55 cmc 1.5.72.2: #108784# add a get invisiblehellid to SwBasicEscherEx 2003/06/26 14:25:01 cmc 1.5.72.1: #109781# / #108784# Export of drawing objects in headers requires that we now cannot simply lookup a frmfmt when searching for an id seeing as the same object must be exported as two seperate objects when the same headers are used in seperate winword sections

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [47def5bafdeb0de027791bdb113e00110fbff38c]

        INTEGRATION: CWS aig02 (1.8.38); FILE MERGED 2003/07/02 16:09:59 od 1.8.38.1: #108784# - consider 'invisible' layer at drawing page for support of 	   drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [14d5dd9025ed9b61244ff9e65d6ff470c0eb108e]

        INTEGRATION: CWS aig02 (1.22.38); FILE MERGED 2003/06/26 18:08:39 od 1.22.38.1: #108784# - further adjustments for support of drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [37d701fd919a74d23541b39ee5a419556fd5752a]

        INTEGRATION: CWS aig02 (1.8.38); FILE MERGED 2003/07/02 16:07:53 od 1.8.38.3: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/26 18:09:23 od 1.8.38.2: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/23 15:26:55 od 1.8.38.1: #108784# - further adjustments for supporting drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [648ab155dd7388b6858028892e8eb94d1d32c1a4]

        INTEGRATION: CWS aig02 (1.48.34); FILE MERGED 2003/07/02 11:59:18 od 1.48.34.2: #108784# further adjustments for support of drawing objects in header/footer 2003/06/26 18:10:06 od 1.48.34.1: #108784# - further adjustments for support of drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [fb7184f1ac0ba1ec932360f12dc103e8124c05b9]

        INTEGRATION: CWS aig02 (1.7.38); FILE MERGED 2003/07/02 16:06:47 od 1.7.38.1: #108784# - consider 'invisible' layer at drawing page for support of 	   drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [a9222558e527a46944d659c44d8d9fc58f2f7112]

        INTEGRATION: CWS aig02 (1.3.38); FILE MERGED 2003/07/02 12:00:52 od 1.3.38.3: #108784# further adjustments for support of drawing objects in header/footer 2003/07/02 07:23:36 od 1.3.38.2: #108784# further adjustments for support of drawing objects in header/footer 2003/06/26 18:10:41 od 1.3.38.1: #108784# - further adjustments for support of drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [60a786f96fee9eea23b95870cf5873c2ce07abd9]

        INTEGRATION: CWS aig02 (1.30.38); FILE MERGED 2003/06/26 18:11:29 od 1.30.38.2: #108784# - further adjustments for support of drawing objects in header/footer 2003/05/22 10:47:46 od 1.30.38.1: #108784# <SwTxtNode::Insert(..)> - adjustments for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [d21b54fd51f414a7c65b0c433d3cab31735587b5]

        INTEGRATION: CWS aig02 (1.35.34); FILE MERGED 2003/07/03 15:35:31 od 1.35.34.1: #108784# - further adjustments for support of drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [95e675ecd797f31cffbd86899b2e44c4e29e03ce]

        INTEGRATION: CWS aig02 (1.6.214); FILE MERGED 2003/06/23 15:26:36 od 1.6.214.1: #108784# - further adjustments for supporting drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [db9cc6128932e3ffe840ea978bc6f9cf7a0a08b5]

        INTEGRATION: CWS aig02 (1.19.38); FILE MERGED 2003/06/27 17:10:26 od 1.19.38.4: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 13:02:53 od 1.19.38.3: #108784# further adjustments for support of drawing objects in header/footer 2003/06/24 08:41:59 od 1.19.38.2: RESYNC: (1.19-1.20); FILE MERGED resolving merge conflicts 2003/06/23 15:26:36 od 1.19.38.1: #108784# - further adjustments for supporting drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [1e66c0ebd8fb9a8335d7d97d3a94d049923a6c7a]

        INTEGRATION: CWS aig02 (1.40.18); FILE MERGED 2003/06/30 15:35:52 od 1.40.18.1: #108784# - further adjustments for support of drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [8f0537d398a2a541e619a15f91fda1f9bb34c42f]

        INTEGRATION: CWS aig02 (1.32.38); FILE MERGED 2003/06/30 15:35:25 od 1.32.38.3: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 08:43:56 od 1.32.38.2: RESYNC: (1.32-1.33); FILE MERGED 2003/06/23 15:25:54 od 1.32.38.1: #108784# - further adjustments for supporting drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [b1510ca21737d48b6e910b6a0813b80141a5abb0]

        INTEGRATION: CWS aig02 (1.66.14); FILE MERGED 2003/07/02 07:36:16 od 1.66.14.2: #108784# - refine debug assertion (support of drawing objects in header/footer 2003/06/26 18:12:01 od 1.66.14.1: #108784# - further adjustments for support of drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [9b9b1e153bd100591d4d4595d22db80d37fd35ba]

        INTEGRATION: CWS aig02 (1.26.38); FILE MERGED 2003/06/24 13:02:28 od 1.26.38.2: #108784# further adjustments for support of drawing objects in header/footer 2003/06/23 15:25:53 od 1.26.38.1: #108784# - further adjustments for supporting drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [34d0050cdeb462af77b12e5b45f250959fae4033]

        INTEGRATION: CWS aig02 (1.30.34); FILE MERGED 2003/06/30 15:34:28 od 1.30.34.1: #108784# - further adjustments for support of drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [22059b9fa9cdc8517e94e8930228026c50fb289b]

        INTEGRATION: CWS aig02 (1.46.38); FILE MERGED 2003/06/30 15:33:56 od 1.46.38.4: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/26 18:12:32 od 1.46.38.3: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 08:43:26 od 1.46.38.2: RESYNC: (1.46-1.48); FILE MERGED 2003/06/23 15:25:53 od 1.46.38.1: #108784# - further adjustments for supporting drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [d7982bdbe0e86b676261e52c0ae871707d04a02b]

        INTEGRATION: CWS aig02 (1.20.38); FILE MERGED 2003/06/24 08:43:19 od 1.20.38.3: RESYNC: (1.20-1.21); FILE MERGED 2003/06/23 15:25:52 od 1.20.38.2: #108784# - further adjustments for supporting drawing objects in header/footer 2003/05/22 10:52:14 od 1.20.38.1: #108784# class <SwPageFrm> - adjustments for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [3c0921d262fdf758d06f92e5ba9035412b0d147d]

        INTEGRATION: CWS aig02 (1.31.38); FILE MERGED 2003/06/26 18:13:01 od 1.31.38.3: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 08:43:13 od 1.31.38.2: RESYNC: (1.31-1.32); FILE MERGED 2003/06/23 15:25:52 od 1.31.38.1: #108784# - further adjustments for supporting drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [083291bdfc60b59ea907ff197cbd3d5bd669f6ad]

        INTEGRATION: CWS aig02 (1.42.32); FILE MERGED 2003/07/02 12:01:53 od 1.42.32.9: #108784# further adjustments for support of drawing objects in header/footer 2003/07/02 07:58:36 od 1.42.32.8: #108784# further adjustments for support of drawing objects in header/footer 2003/06/30 15:33:23 od 1.42.32.7: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/27 17:09:28 od 1.42.32.6: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/26 18:13:30 od 1.42.32.5: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 13:02:28 od 1.42.32.4: #108784# further adjustments for support of drawing objects in header/footer 2003/06/24 08:43:07 od 1.42.32.3: RESYNC: (1.42-1.44); FILE MERGED resolving merge conflicts 2003/06/23 15:25:51 od 1.42.32.2: #108784# - further adjustments for supporting drawing objects in header/footer 2003/05/22 10:51:17 od 1.42.32.1: #108784# class <SwFrm> - adjustments for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [4c16f1decf8edd18849c6cfc7e0198c5e7d0c269]

        INTEGRATION: CWS aig02 (1.21.72); FILE MERGED 2003/06/26 18:13:53 od 1.21.72.1: #108784# - further adjustments for support of drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [ced2d23dcffbfbadd27e2d48a76bd30b67e97986]

        INTEGRATION: CWS aig02 (1.10.72); FILE MERGED 2003/05/22 10:50:00 od 1.10.72.1: #108784# class <SwPageFrm> - adjustments for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [c025cdbaba38db237a8c11de832a165ffce24521]

        INTEGRATION: CWS aig02 (1.30.210); FILE MERGED 2003/06/24 08:44:34 od 1.30.210.2: RESYNC: (1.30-1.31); FILE MERGED 2003/05/22 10:48:57 od 1.30.210.1: #108784# class <SwFrm> - adjustments for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [f668e3046e50e2bc0a5a244219e209fe889129c1]

        INTEGRATION: CWS aig02 (1.2.32); FILE MERGED 2003/06/30 15:32:39 od 1.2.32.2: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/23 15:23:44 od 1.2.32.1: #108784# - further adjustments for supporting drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [7e16c27d9a6f85d2bc99471cfd9e41de46314150]

        INTEGRATION: CWS aig02 (1.24.38); FILE MERGED 2003/07/02 16:05:34 od 1.24.38.7: #108784# - add comment to method <SwFEShell::ChangeOpaque(..)> 2003/06/30 15:32:13 od 1.24.38.6: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/27 17:08:34 od 1.24.38.5: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/27 16:02:38 dvo 1.24.38.4: #108784# enable drag&drop of shapes (but not controls) into header/footer 2003/06/26 18:14:39 od 1.24.38.3: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 08:45:25 od 1.24.38.2: RESYNC: (1.24-1.25); FILE MERGED 2003/05/22 10:46:33 od 1.24.38.1: #108784# <SwFEShell::ImpEndCreate(..)> - adjustments for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [7ec931f013b359116898c6d1378af5b915fa385e]

        INTEGRATION: CWS aig02 (1.10.38); FILE MERGED 2003/07/02 07:03:35 od 1.10.38.5: #108784# further adjustments for support of drawing objects in header/footer 2003/06/26 18:15:10 od 1.10.38.4: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 08:45:18 od 1.10.38.3: RESYNC: (1.10-1.12); FILE MERGED 2003/06/23 15:22:57 od 1.10.38.2: #108784# - further adjustments for supporting drawing objects in header/footer 2003/05/22 10:44:48 od 1.10.38.1: #108784# <SwFEShell::FindAnchorPos(..)> - adjustments for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [2b49cb413c3ba8334f42a3ab91af0a8b344b49a7]

        INTEGRATION: CWS aig02 (1.15.34); FILE MERGED 2003/06/27 16:46:13 dvo 1.15.34.1: #108784# allow shapes (but no controls) in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [c0969378599811f43f08fa54df47adc9b978e314]

        INTEGRATION: CWS aig02 (1.9.32); FILE MERGED 2003/06/30 15:31:47 od 1.9.32.4: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/26 18:15:46 od 1.9.32.3: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 08:46:23 od 1.9.32.2: RESYNC: (1.9-1.10); FILE MERGED 2003/06/23 15:22:22 od 1.9.32.1: #108784# - further adjustments for supporting drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [b970ae29e70290d7152b5d0f20dba55629762890]

        INTEGRATION: CWS aig02 (1.16.38); FILE MERGED 2003/07/04 09:09:45 od 1.16.38.14: #108784# - adjustments for support of drawing objects in header/footer 	   class <SwDrawVirtObj>: overload <TakeContour(..)> 2003/07/03 15:38:38 od 1.16.38.13: #108784# further adjustments for support of drawing objects in header/footer 2003/07/03 07:10:31 od 1.16.38.12: #108784# - leave controls in drawing page on <DisconnectFromLayout(..)>            undo change of rev. 1.16.38.11 2003/07/02 18:39:46 od 1.16.38.11: #108784# - remove controls from drawing page on <DisconnectFromLayout(..)> 2003/07/02 07:22:44 od 1.16.38.10: #108784# further adjustments for support of drawing objects in header/footer 2003/06/30 15:36:41 od 1.16.38.9: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/27 17:07:18 od 1.16.38.8: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/26 18:17:13 od 1.16.38.7: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 13:02:06 od 1.16.38.6: #108784# further adjustments for support of drawing objects in header/footer 2003/06/24 08:46:28 od 1.16.38.5: RESYNC: (1.16-1.17); FILE MERGED resolving merge conflicts 2003/06/23 15:21:54 od 1.16.38.4: #108784# - further adjustments for supporting drawing objects in header/footer 2003/06/16 12:55:48 aw 1.16.38.3: #108784# Removed RTTI, too dangerous... 2003/06/16 12:01:57 aw 1.16.38.2: #108784# AW changes for 2nd level of operation 2003/05/22 10:41:12 od 1.16.38.1: #108784# classes <SwContact>, <SwDrawContact> and <SwDrawVirtObj> - test implementation for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [68428bf17441dc0ec9dfcffd7cc6073660e552f0]

        INTEGRATION: CWS aig02 (1.12.32); FILE MERGED 2003/07/03 13:29:21 od 1.12.32.4: #108784# further adjustments for support of drawing objects in header/footer 	 <SwDoc::CopyLayoutFmt(..)> - do *not* connect draw frame format to 	 layout, if its corresponding <MakeFrms> will not be called. 2003/07/02 16:04:01 od 1.12.32.3: #108784# - consider 'invisible' layer at drawing page for support of 	   drawing objects in header/footer 2003/06/26 18:17:53 od 1.12.32.2: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/26 17:02:11 dvo 1.12.32.1: #108784# copy shapes (but not controls) into header/footers

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [59e14a26a11cb4ecfdb5adb6063ae161132cfb16]

        INTEGRATION: CWS aig02 (1.14.38); FILE MERGED 2003/06/30 15:31:07 od 1.14.38.4: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/27 17:02:52 od 1.14.38.3: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 08:46:48 od 1.14.38.2: RESYNC: (1.14-1.15); FILE MERGED resolving merge conflicts 2003/06/23 15:00:59 od 1.14.38.1: #108784# - further adjustments for supporting drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [e9116a49b3507c59d2f6ef7c5a855e7292d5b998]

        INTEGRATION: CWS aig02 (1.17.32); FILE MERGED 2003/06/30 15:30:32 od 1.17.32.5: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/26 18:18:25 od 1.17.32.4: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 08:46:44 od 1.17.32.3: RESYNC: (1.17-1.18); FILE MERGED 2003/06/23 15:00:32 od 1.17.32.2: #108784# - further adjustments for supporting drawing objects in header/footer 2003/05/22 10:42:57 od 1.17.32.1: #108784# <SwDoc::DeleteSelection(..)> - adjustments for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [ecadf82c88215406682ba0a6573a1567b37b41ff]

        INTEGRATION: CWS aig02 (1.1.1.1.250); FILE MERGED 2003/06/30 08:39:31 od 1.1.1.1.250.1: #108784# - adjustment for export binary format for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [f4532b5dc0fb760b73104da7aa47909443469183]

        INTEGRATION: CWS aig02 (1.28.60); FILE MERGED 2003/06/27 16:53:54 od 1.28.60.3: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/27 16:02:05 dvo 1.28.60.2: #108784# enable drag&drop of shapes (but not controls) into header/footer 2003/06/26 18:18:54 od 1.28.60.1: #108784# - further adjustments for support of drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [56483f6b5d82fe908d35c320ec6b2c5c6c1f66d1]

        INTEGRATION: CWS aig02 (1.45.18); FILE MERGED 2003/06/26 18:19:34 od 1.45.18.1: #108784# - further adjustments for support of drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [65e500de983b4f31f1dbd7b77c34a3647b84da67]

        INTEGRATION: CWS aig02 (1.2.206); FILE MERGED 2003/07/04 09:09:11 od 1.2.206.10: #108784# - adjustments for support of drawing objects in header/footer 	   class <SwDrawVirtObj>: overload <TakeContour(..)> 2003/07/04 07:03:25 od 1.2.206.9: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/30 15:29:49 od 1.2.206.8: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/27 16:52:01 od 1.2.206.7: #108784# further adjustments for support of drawing objects in header/footer 2003/06/26 18:19:58 od 1.2.206.6: #108784# - further adjustments for support of drawing objects in header/footer 2003/06/24 08:51:50 od 1.2.206.5: RESYNC: (1.2-1.3); FILE MERGED 2003/06/23 14:59:43 od 1.2.206.4: #108784# - further adjustments for supporting drawing objects in header/footer 2003/06/16 12:56:39 aw 1.2.206.3: #108784# Added HasTextEdit() to SwDrawVirtObj 2003/06/16 11:59:48 aw 1.2.206.2: #108784# AW changes for 2nd level of operation 2003/05/22 10:37:20 od 1.2.206.1: #108784# classes <SwContact>, <SwDrawContact> and <SwDrawVirtObj> - changes for drawing objects in header/footer

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [636fde374a52db81676f6ff2c70a07ff52c4946a]

        INTEGRATION: CWS rc2regression01 (1.20.98); FILE MERGED 2003/07/04 11:17:51 hdu 1.20.98.1: #110607# avoid direct FT_*_Size calls

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [63c7f4458a776f15f85235fa414b9d1ca4ae4093]

        INTEGRATION: CWS rc2regression01 (1.22.78); FILE MERGED 2003/07/04 11:17:51 hdu 1.22.78.1: #110607# avoid direct FT_*_Size calls

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [a36dab4a598c4ac168c7ef1df4d061613e40e416]

        INTEGRATION: CWS rc2regression01 (1.94.6); FILE MERGED 2003/07/04 11:17:50 hdu 1.94.6.1: #110607# avoid direct FT_*_Size calls

2003-07-04  Vladimir Glazounov  <vg@openoffice.org>  [bca0d098ab7e8f2485a4321e3aa264937bfc9757]

        SRX645

2003-07-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b84b04943a18efad7b878ba18e06887b780dc913]

        INTEGRATION: CWS rc2merge (1.4.4); FILE MERGED 2003/07/03 14:34:19 ihi 1.4.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f699c8f76732a33140e8c409a8140bbe331433c5]

        INTEGRATION: CWS rc2merge (1.4.4); FILE MERGED 2003/07/03 14:43:47 ihi 1.4.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c24872fd178e6402bb91b77fcda4120a6ef2c9b5]

        INTEGRATION: CWS rc2merge (1.4.4); FILE MERGED 2003/07/03 14:43:46 ihi 1.4.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eec04f2c6bf9b12e0eef62de82ead95bae828941]

        INTEGRATION: CWS rc2merge (1.26.4); FILE MERGED 2003/07/03 14:40:24 ihi 1.26.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6999df08014d13ae13a0b14b97c8e0f50422c8dd]

        INTEGRATION: CWS rc2merge (1.42.4); FILE MERGED 2003/07/03 14:40:22 ihi 1.42.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [50fb5870d465baac983717ea85f16b4da3a0d4eb]

        INTEGRATION: CWS rc2merge (1.21.4); FILE MERGED 2003/07/03 14:40:21 ihi 1.21.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6020ae5bb9ed5eefb715cecfb2a706f65752b62]

        INTEGRATION: CWS rc2merge (1.22.4); FILE MERGED 2003/07/03 14:40:21 ihi 1.22.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1aed3cd389b79372adf5610773d79056585b865c]

        INTEGRATION: CWS rc2merge (1.49.4); FILE MERGED 2003/07/03 14:40:20 ihi 1.49.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2df41c2cd7a81ca3e668b904ecea2329915acb6d]

        INTEGRATION: CWS rc2merge (1.50.4); FILE MERGED 2003/07/03 14:40:20 ihi 1.50.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fb84537dd048ff9794a42056a533bda8a9f69dc]

        INTEGRATION: CWS rc2merge (1.19.4); FILE MERGED 2003/07/03 14:40:19 ihi 1.19.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [222df4aac1fb149c5d99806e42ba49b0dc322d64]

        INTEGRATION: CWS rc2merge (1.90.4); FILE MERGED 2003/07/03 14:40:18 ihi 1.90.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfddc295776b0cbe22ee1846b46df04f369684cf]

        INTEGRATION: CWS rc2merge (1.4.16); FILE MERGED 2003/07/03 14:29:04 ihi 1.4.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [32b04eac7eda3d4a78b4819426273655b20a929b]

        INTEGRATION: CWS rc2merge (1.5.16); FILE MERGED 2003/07/03 14:29:03 ihi 1.5.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [26a2b3c6ae51dfb0d5ab34364731d873bd858b63]

        INTEGRATION: CWS rc2merge (1.4.16); FILE MERGED 2003/07/03 14:29:03 ihi 1.4.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [407b37cee0e96a3f0f4cb6e8caeb00586f95d432]

        INTEGRATION: CWS rc2merge (1.6.16); FILE MERGED 2003/07/03 14:29:02 ihi 1.6.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec31a9548ca415efdcc156d9b5194e30de7c0a14]

        INTEGRATION: CWS rc2merge (1.4.16); FILE MERGED 2003/07/03 14:29:01 ihi 1.4.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a260bad42f21f8b82589c2e9aabe5b2d470ae9ae]

        INTEGRATION: CWS rc2merge (1.4.16); FILE MERGED 2003/07/03 14:29:00 ihi 1.4.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [01c2cc456a1532bc45ab8a80221b28eb99b595ce]

        INTEGRATION: CWS rc2merge (1.12.16); FILE MERGED 2003/07/03 14:28:59 ihi 1.12.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aad8a0c341aac5b0d637451f546f641275219011]

        INTEGRATION: CWS rc2merge (1.8.16); FILE MERGED 2003/07/03 14:28:58 ihi 1.8.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [16569f09d38a7b1630a221fc24cbe539f348b64e]

        INTEGRATION: CWS rc2merge (1.48.18); FILE MERGED 2003/07/03 14:27:52 ihi 1.48.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c56a524992e61af53b174aaa42640d7c2614f50]

        INTEGRATION: CWS rc2merge (1.34.4); FILE MERGED 2003/07/03 14:28:53 ihi 1.34.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cb4efd4258342e47bcd91cea073c59aeeb3b0d1]

        INTEGRATION: CWS rc2merge (1.47.4); FILE MERGED 2003/07/03 14:28:52 ihi 1.47.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb99374699e8d3a56c073ee2023d8ccd565ec848]

        INTEGRATION: CWS rc2merge (1.38.16); FILE MERGED 2003/07/03 14:43:35 ihi 1.38.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1d79161847a60e1684ad67e1ee391a01a9d907a]

        INTEGRATION: CWS rc2merge (1.21.16); FILE MERGED 2003/07/03 14:43:28 ihi 1.21.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e6f8bad8d2195efa916dd5ffc1c5813fa093b02]

        INTEGRATION: CWS rc2merge (1.23.16); FILE MERGED 2003/07/03 14:43:23 ihi 1.23.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [942affe9d305665a336d54a3bc35b84c8d990f1e]

        INTEGRATION: CWS rc2merge (1.37.16); FILE MERGED 2003/07/03 14:43:22 ihi 1.37.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed146ac93ac6ef5964f185d47e4d697d8db88be7]

        INTEGRATION: CWS rc2merge (1.24.16); FILE MERGED 2003/07/03 14:43:21 ihi 1.24.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4695c90a10e6d89c7c92c7b73dfa23ae9015f45b]

        INTEGRATION: CWS rc2merge (1.27.16); FILE MERGED 2003/07/03 14:43:20 ihi 1.27.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [582afcaecc3084eabe19340e94a6e380ea8cdfac]

        INTEGRATION: CWS rc2merge (1.67.16); FILE MERGED 2003/07/03 14:43:20 ihi 1.67.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd5342bbb19881424afb3cddcd97161b3b1de61e]

        INTEGRATION: CWS rc2merge (1.29.16); FILE MERGED 2003/07/03 14:43:12 ihi 1.29.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0174d026ad66abf956e72c79108373e6e1522ee3]

        INTEGRATION: CWS rc2merge (1.25.16); FILE MERGED 2003/07/03 14:43:11 ihi 1.25.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f893147db68379e8ef8f53695c9c12b5ed86017a]

        INTEGRATION: CWS rc2merge (1.9.16); FILE MERGED 2003/07/03 14:43:09 ihi 1.9.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d22ec437f02920c7476250cc546c3d1e372cda4f]

        INTEGRATION: CWS rc2merge (1.32.16); FILE MERGED 2003/07/03 14:43:08 ihi 1.32.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [910c8b1ccf9e92e0ddf54b0786865df154df1ca5]

        INTEGRATION: CWS rc2merge (1.21.16); FILE MERGED 2003/07/03 14:43:07 ihi 1.21.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a802262e3b2e3f2a284c538e67b6f0eb09de03b]

        INTEGRATION: CWS rc2merge (1.16.16); FILE MERGED 2003/07/03 14:43:06 ihi 1.16.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [746431c90f966dc26c3f8354fa4ed73e8b378488]

        INTEGRATION: CWS rc2merge (1.25.16); FILE MERGED 2003/07/03 14:43:05 ihi 1.25.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7df3a39ef75d01e6a6f49d401d954feac2165c39]

        INTEGRATION: CWS rc2merge (1.29.16); FILE MERGED 2003/07/03 14:43:04 ihi 1.29.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b297f3b22b734acc7643103a387c1c96fd492946]

        INTEGRATION: CWS rc2merge (1.32.16); FILE MERGED 2003/07/03 14:43:03 ihi 1.32.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dfd8bf24acb21d3b1be68fd711e357591a0a275]

        INTEGRATION: CWS rc2merge (1.19.16); FILE MERGED 2003/07/03 14:43:02 ihi 1.19.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e94281bccae9bace47fc7f561fd2fec7387348e]

        INTEGRATION: CWS rc2merge (1.15.16); FILE MERGED 2003/07/03 14:42:58 ihi 1.15.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e5f072d7b887985a5244251a0bd43e9c08915da]

        INTEGRATION: CWS rc2merge (1.37.16); FILE MERGED 2003/07/03 14:42:57 ihi 1.37.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [37f8a42bb286975748aecc616666ff2042227db3]

        INTEGRATION: CWS rc2merge (1.30.16); FILE MERGED 2003/07/03 14:42:56 ihi 1.30.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f67e672c2fe4e1370531a2de5094786d6b2cfc33]

        INTEGRATION: CWS rc2merge (1.36.16); FILE MERGED 2003/07/03 14:42:53 ihi 1.36.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc799a3e59de04bf7782b8db08df4fe99ef6d9f8]

        INTEGRATION: CWS rc2merge (1.20.16); FILE MERGED 2003/07/03 14:42:52 ihi 1.20.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e4f2a6ad6c083b76d099a4d1c60d4c223eaef6f]

        INTEGRATION: CWS rc2merge (1.24.16); FILE MERGED 2003/07/03 14:42:51 ihi 1.24.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [027be786ddee99e6b4a4091e6a2f9c6fedfeda2a]

        INTEGRATION: CWS rc2merge (1.35.16); FILE MERGED 2003/07/03 14:42:50 ihi 1.35.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [81cc1685f848a7e52134c742b1c03565b7765500]

        INTEGRATION: CWS rc2merge (1.81.16); FILE MERGED 2003/07/03 14:42:49 ihi 1.81.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [82b370a2f5de19149b9daba1347d6b2fd761047a]

        INTEGRATION: CWS rc2merge (1.86.16); FILE MERGED 2003/07/03 14:42:48 ihi 1.86.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [31b6a5024473e36f7f3c64f383d2838c08599020]

        INTEGRATION: CWS rc2merge (1.36.6); FILE MERGED 2003/07/03 14:28:36 ihi 1.36.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad769435e27764e658c2a9f28e0b8ff36e2d45cf]

        INTEGRATION: CWS rc2merge (1.21.8); FILE MERGED 2003/07/03 14:44:27 ihi 1.21.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbdc9f048efa320c39cda1367d24cea1aac013a0]

        INTEGRATION: CWS rc2merge (1.77.8); FILE MERGED 2003/07/03 14:44:26 ihi 1.77.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92054791a0d5c6d354b5361eb68c0fa53cdd518c]

        INTEGRATION: CWS rc2merge (1.50.8); FILE MERGED 2003/07/03 14:44:25 ihi 1.50.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [28a33fcce435c1c4fe0b84812b853b4e283e565d]

        INTEGRATION: CWS rc2merge (1.38.8); FILE MERGED 2003/07/03 14:44:25 ihi 1.38.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd9e6d1a8b6f0f8c98c4a52fffc9143d7cc3af20]

        INTEGRATION: CWS rc2merge (1.81.8); FILE MERGED 2003/07/03 14:44:24 ihi 1.81.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [38245ed60c101eaf2c105d6fa83eee4707ce418e]

        INTEGRATION: CWS rc2merge (1.56.8); FILE MERGED 2003/07/03 14:44:23 ihi 1.56.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d09893838ba20e181e4cdbbc66ee351fef9ee6d]

        INTEGRATION: CWS rc2merge (1.37.8); FILE MERGED 2003/07/03 14:44:22 ihi 1.37.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [724180c703fa1d6b762b600679e558234494c74f]

        INTEGRATION: CWS rc2merge (1.38.8); FILE MERGED 2003/07/03 14:44:16 ihi 1.38.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [930c182be9ae4f7deee67264aaa7ba0872e9479d]

        INTEGRATION: CWS rc2merge (1.25.8); FILE MERGED 2003/07/03 14:44:16 ihi 1.25.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e3a6c80c42c5475d695fb1f2f95d7c382a95ac4]

        INTEGRATION: CWS rc2merge (1.26.8); FILE MERGED 2003/07/03 14:44:16 ihi 1.26.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7e4d3671da797cb61cd1992f4839aeae5cde8ad]

        INTEGRATION: CWS rc2merge (1.28.8); FILE MERGED 2003/07/03 14:44:15 ihi 1.28.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [62af270f4658f23d9c64038754d96b5f8a5084e9]

        INTEGRATION: CWS rc2merge (1.35.8); FILE MERGED 2003/07/03 14:44:14 ihi 1.35.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [200ba4ed5d19496384545458385b38c6f7b45504]

        INTEGRATION: CWS rc2merge (1.35.8); FILE MERGED 2003/07/03 14:44:13 ihi 1.35.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9340906eebfc1e8c9bbbd7bff8fe22e437e2301e]

        INTEGRATION: CWS rc2merge (1.24.8); FILE MERGED 2003/07/03 14:44:13 ihi 1.24.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ccd141513e1c9c64193350a3b3730b2e3e01f12]

        INTEGRATION: CWS rc2merge (1.35.8); FILE MERGED 2003/07/03 14:44:12 ihi 1.35.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdb7d3888f4fa827d2e41aa3506f42be9c20eef1]

        INTEGRATION: CWS rc2merge (1.25.8); FILE MERGED 2003/07/03 14:44:12 ihi 1.25.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c57ce7e7d1e3ff75dd6cbc198fe8a9e5b2386515]

        INTEGRATION: CWS rc2merge (1.18.8); FILE MERGED 2003/07/03 14:44:11 ihi 1.18.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [60a20d0da689af4df7bac7643a18376729bf4a20]

        INTEGRATION: CWS rc2merge (1.28.8); FILE MERGED 2003/07/03 14:44:10 ihi 1.28.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dfd7e1e2b5d818add6eed5657ab00ba8f46eba1]

        INTEGRATION: CWS rc2merge (1.126.8); FILE MERGED 2003/07/03 14:44:09 ihi 1.126.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bbffafdf046c5e6d77f563ea66071aaf087ac3f]

        INTEGRATION: CWS rc2merge (1.24.8); FILE MERGED 2003/07/03 14:44:08 ihi 1.24.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [216778b8f39fe8c5a3f8cdb87e55fe8feebd85b2]

        INTEGRATION: CWS rc2merge (1.16.8); FILE MERGED 2003/07/03 14:44:08 ihi 1.16.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4174be12baf6e26611322d278f364ff060807c4]

        INTEGRATION: CWS rc2merge (1.33.8); FILE MERGED 2003/07/03 14:44:08 ihi 1.33.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4e8fbe7ff285669f51ecbd854fb4d9ee9ec90b1]

        INTEGRATION: CWS rc2merge (1.27.8); FILE MERGED 2003/07/03 14:44:07 ihi 1.27.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e27a4f1ba4d0bb3fffcf04d89fd172992f4800f]

        INTEGRATION: CWS rc2merge (1.20.8); FILE MERGED 2003/07/03 14:44:06 ihi 1.20.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [feb7710d4e28911c8ca29775e8cfbb3015cf2ba7]

        INTEGRATION: CWS rc2merge (1.35.8); FILE MERGED 2003/07/03 14:44:05 ihi 1.35.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bda18246d855cb8d125b75cc9bb34d39b311aa3]

        INTEGRATION: CWS rc2merge (1.10.8); FILE MERGED 2003/07/03 14:44:05 ihi 1.10.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0063b2dbfb239b965bbcb107f9b374f11b822305]

        INTEGRATION: CWS rc2merge (1.48.8); FILE MERGED 2003/07/03 14:44:03 ihi 1.48.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eb3cc5c4a778bfbbd99e2ec04539269f1be8fb2]

        INTEGRATION: CWS rc2merge (1.89.8); FILE MERGED 2003/07/03 14:44:03 ihi 1.89.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0805f9a47463582488f6a17a880961ee225307cb]

        INTEGRATION: CWS rc2merge (1.16.8); FILE MERGED 2003/07/03 14:44:02 ihi 1.16.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c329a49d8f861f276c2ed30e013484b52c274af3]

        INTEGRATION: CWS rc2merge (1.38.8); FILE MERGED 2003/07/03 14:44:01 ihi 1.38.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f5e5a073955c0a64c0d1d6e6123517baca27366]

        INTEGRATION: CWS rc2merge (1.35.6); FILE MERGED 2003/07/03 14:37:03 ihi 1.35.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cb5474b8cc515126c00bc5d9884aca419d379f2]

        INTEGRATION: CWS rc2merge (1.40.6); FILE MERGED 2003/07/03 14:37:03 ihi 1.40.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc287339671ca6fedcd8882d57c600fd733bb01a]

        INTEGRATION: CWS rc2merge (1.14.6); FILE MERGED 2003/07/03 14:37:02 ihi 1.14.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [304510f4572dbb37469dc6dc756306417b731b49]

        INTEGRATION: CWS rc2merge (1.12.6); FILE MERGED 2003/07/03 14:37:00 ihi 1.12.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [087f84efb05b5a0943e570ce529e6522a184cebf]

        INTEGRATION: CWS rc2merge (1.17.6); FILE MERGED 2003/07/03 14:36:59 ihi 1.17.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7cd2b717015e092e5545765b4489efbc4dba858]

        INTEGRATION: CWS rc2merge (1.13.6); FILE MERGED 2003/07/03 14:36:58 ihi 1.13.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [19e7d6406839243cc577fe697587ba21f3f80e96]

        INTEGRATION: CWS rc2merge (1.12.6); FILE MERGED 2003/07/03 14:36:57 ihi 1.12.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [220ae7809477aa768556aa189855c25cae8635c9]

        INTEGRATION: CWS rc2merge (1.23.6); FILE MERGED 2003/07/03 14:36:55 ihi 1.23.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e0341e892fb40368978e2836b7760eba8ee073e]

        INTEGRATION: CWS rc2merge (1.38.6); FILE MERGED 2003/07/03 14:21:34 ihi 1.38.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [261a7c5117a97be7f1e3149f2a00ba9ea830084e]

        INTEGRATION: CWS rc2merge (1.15.14); FILE MERGED 2003/07/03 14:32:00 ihi 1.15.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1207cafc0b3517b458fbf861e64ce89c51088eaa]

        INTEGRATION: CWS rc2merge (1.18.14); FILE MERGED 2003/07/03 14:31:53 ihi 1.18.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [59e0d346585d91af8f1a3c933164c99851d38111]

        INTEGRATION: CWS rc2merge (1.49.14); FILE MERGED 2003/07/03 14:31:52 ihi 1.49.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ca5cc1a3132f96c38e33242ad38e0be0e5a2068]

        INTEGRATION: CWS rc2merge (1.43.14); FILE MERGED 2003/07/03 14:31:51 ihi 1.43.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb69d19906dafbedf5e69ce475282662d140be84]

        INTEGRATION: CWS rc2merge (1.21.14); FILE MERGED 2003/07/03 14:31:50 ihi 1.21.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c49c875613df674fcd0cb14e3c52928fe3062ed]

        INTEGRATION: CWS rc2merge (1.15.14); FILE MERGED 2003/07/03 14:31:42 ihi 1.15.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cd839dabc574c6bbd372ff8b06d67cf72bb8a39]

        INTEGRATION: CWS rc2merge (1.24.14); FILE MERGED 2003/07/03 14:31:41 ihi 1.24.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [caf180f7ab02656d0c0c63088f37bb2ff248347c]

        INTEGRATION: CWS rc2merge (1.21.14); FILE MERGED 2003/07/03 14:31:40 ihi 1.21.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c87f1868c7c9f544b8983511ea81735431b04181]

        INTEGRATION: CWS rc2merge (1.26.14); FILE MERGED 2003/07/03 14:31:35 ihi 1.26.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7d4853646352af2acdd8d697e856ee79614c92f]

        INTEGRATION: CWS rc2merge (1.31.14); FILE MERGED 2003/07/03 14:31:34 ihi 1.31.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [44ea9db956f9f98f0bff308c18e97b5e59e6f7fd]

        INTEGRATION: CWS rc2merge (1.39.14); FILE MERGED 2003/07/03 14:31:33 ihi 1.39.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a1c0eee38c18b57990f6c93845004debe9ba058]

        INTEGRATION: CWS rc2merge (1.34.14); FILE MERGED 2003/07/03 14:31:32 ihi 1.34.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [41f71b201a26c78a28742ff6f2128b7cffbb3545]

        INTEGRATION: CWS rc2merge (1.21.14); FILE MERGED 2003/07/03 14:31:32 ihi 1.21.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [82502e87b3fb7251c8057e9886a6ee0bad4a71ec]

        INTEGRATION: CWS rc2merge (1.44.14); FILE MERGED 2003/07/03 14:31:31 ihi 1.44.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92101b9a3c3b27a497bb36ee69caf88bb77a8d44]

        INTEGRATION: CWS rc2merge (1.4.14); FILE MERGED 2003/07/03 14:31:28 ihi 1.4.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a369b29f1d4885998210dca6442504dfa757adc0]

        INTEGRATION: CWS rc2merge (1.27.14); FILE MERGED 2003/07/03 14:31:28 ihi 1.27.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92a993b7437f9a1ada73e712f2b6b4d8820d9bd4]

        INTEGRATION: CWS rc2merge (1.50.14); FILE MERGED 2003/07/03 14:31:27 ihi 1.50.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e427f0c29b597fba4c0964eb843a3b95180520a2]

        INTEGRATION: CWS rc2merge (1.4.14); FILE MERGED 2003/07/03 14:31:27 ihi 1.4.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [44ea2b2b6f624bafee350b85f51a38ea7b9a6cf9]

        INTEGRATION: CWS rc2merge (1.54.14); FILE MERGED 2003/07/03 14:31:24 ihi 1.54.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce9420e6ced7e4de89ffe32737f556067e9b4c1a]

        INTEGRATION: CWS rc2merge (1.6.14); FILE MERGED 2003/07/03 14:31:24 ihi 1.6.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b6bacce97fe4541c9d9769701ad19c091c23bdc]

        INTEGRATION: CWS rc2merge (1.26.14); FILE MERGED 2003/07/03 14:31:23 ihi 1.26.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6eb7090edcb301e10ea98ec383cb18edd8ea8d66]

        INTEGRATION: CWS rc2merge (1.11.12); FILE MERGED 2003/07/03 14:27:40 ihi 1.11.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [54b4e5584ca20f14e155b528d233a6a2d1b81ac4]

        INTEGRATION: CWS rc2merge (1.13.12); FILE MERGED 2003/07/03 14:27:18 ihi 1.13.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8106f8399c838d90cec5d912e1ef9a317f82cbc1]

        INTEGRATION: CWS rc2merge (1.20.12); FILE MERGED 2003/07/03 14:27:04 ihi 1.20.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f9c74b71cca1e770ba12218390484c959cd4551]

        INTEGRATION: CWS rc2merge (1.9.12); FILE MERGED 2003/07/03 14:27:04 ihi 1.9.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cd68b89e9701bb62f229779c60632af91233d0c]

        INTEGRATION: CWS rc2merge (1.18.12); FILE MERGED 2003/07/03 14:27:03 ihi 1.18.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c69daa2bc3d5cb027299754f2fee7492397e4e8e]

        INTEGRATION: CWS rc2merge (1.10.12); FILE MERGED 2003/07/03 14:27:02 ihi 1.10.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ad8546c0a6d946845f4df663a69e2991aabf751]

        INTEGRATION: CWS rc2merge (1.7.12); FILE MERGED 2003/07/03 14:27:01 ihi 1.7.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdeb1d23f492d0c2db7bff103e314ea7ff04e81e]

        INTEGRATION: CWS rc2merge (1.5.12); FILE MERGED 2003/07/03 14:27:01 ihi 1.5.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd5a5c93463d5dcd5cee7e6d3ec3c36596fe6a1e]

        INTEGRATION: CWS rc2merge (1.10.12); FILE MERGED 2003/07/03 14:27:00 ihi 1.10.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [af7929ad76d1a89f36376af44b43e5c0cb121900]

        INTEGRATION: CWS rc2merge (1.9.12); FILE MERGED 2003/07/03 14:26:58 ihi 1.9.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [16e348558106112e562115a7b19da85b4606f891]

        INTEGRATION: CWS rc2merge (1.10.12); FILE MERGED 2003/07/03 14:26:58 ihi 1.10.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [69409cb4b4f69c784837fd819f6d9db9f4792ce8]

        INTEGRATION: CWS rc2merge (1.8.12); FILE MERGED 2003/07/03 14:26:56 ihi 1.8.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [95850c5cfc619cd461fa7a2182c6c37fc1b972d2]

        INTEGRATION: CWS rc2merge (1.11.4); FILE MERGED 2003/07/03 14:26:55 ihi 1.11.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [67ff09971ed311cf4b692900a0d4154d0967fa68]

        INTEGRATION: CWS rc2merge (1.12.12); FILE MERGED 2003/07/03 14:26:55 ihi 1.12.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [480689ccd08c3a45c7aae83a679bb1aefb4819ad]

        INTEGRATION: CWS rc2merge (1.14.12); FILE MERGED 2003/07/03 14:26:53 ihi 1.14.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [66790bb1e004518544638f1b2e4e92f496d44472]

        INTEGRATION: CWS rc2merge (1.11.12); FILE MERGED 2003/07/03 14:26:51 ihi 1.11.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4954a569a9b2b6e6bc60692ba33035bf6ac48985]

        INTEGRATION: CWS rc2merge (1.20.12); FILE MERGED 2003/07/03 14:26:49 ihi 1.20.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cf3152bda5f4cb9896cf9a2e9f27204da554192]

        INTEGRATION: CWS rc2merge (1.80.12); FILE MERGED 2003/07/03 14:26:46 ihi 1.80.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [06fc1c7a60ce554516fe0cc4331a65dfb15f3e58]

        INTEGRATION: CWS rc2merge (1.10.12); FILE MERGED 2003/07/03 14:26:46 ihi 1.10.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0893fde70061c086c5214015499269eabcc00b2a]

        INTEGRATION: CWS rc2merge (1.10.12); FILE MERGED 2003/07/03 14:26:45 ihi 1.10.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [62d48bcd2aab870d65601c75544ce3f06bf414f1]

        INTEGRATION: CWS rc2merge (1.12.12); FILE MERGED 2003/07/03 14:26:43 ihi 1.12.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [425cb0b10ea4992c872ec017ef13b076071cd815]

        INTEGRATION: CWS rc2merge (1.7.12); FILE MERGED 2003/07/03 14:26:43 ihi 1.7.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c6402c9224565e429743e6a6e987dcde8394286]

        INTEGRATION: CWS rc2merge (1.11.12); FILE MERGED 2003/07/03 14:26:40 ihi 1.11.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [25f289a341ea4346672d9542d1c88247d1856c65]

        INTEGRATION: CWS rc2merge (1.10.12); FILE MERGED 2003/07/03 14:26:40 ihi 1.10.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33a5807f6d543d3e08871124280159a986c9d668]

        INTEGRATION: CWS rc2merge (1.22.12); FILE MERGED 2003/07/03 14:26:39 ihi 1.22.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [555a89c990e416546f08a2cbb2c971b757b5c6f1]

        INTEGRATION: CWS rc2merge (1.12.12); FILE MERGED 2003/07/03 14:26:38 ihi 1.12.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [90a729c615d99b479f55cc476443643be3bc4101]

        INTEGRATION: CWS rc2merge (1.11.16); FILE MERGED 2003/07/03 14:38:15 ihi 1.11.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [99b84a7891acae10a1ed0c6039b6be24119e9083]

        INTEGRATION: CWS rc2merge (1.40.16); FILE MERGED 2003/07/03 14:38:15 ihi 1.40.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dac4292864a2c5705f07a3fca3900061842f731]

        INTEGRATION: CWS rc2merge (1.23.16); FILE MERGED 2003/07/03 14:38:15 ihi 1.23.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a99877fc56bd17797b12dd43f9996ebe8f1d8167]

        INTEGRATION: CWS rc2merge (1.31.16); FILE MERGED 2003/07/03 14:38:14 ihi 1.31.16.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc688edd6338bdbec07ae965f90c1de267fc93cb]

        INTEGRATION: CWS rc2merge (1.23.8); FILE MERGED 2003/07/03 14:40:51 ihi 1.23.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [655492eff6b453880776660f560f55e5f8d9c8a1]

        INTEGRATION: CWS rc2merge (1.17.8); FILE MERGED 2003/07/03 14:40:50 ihi 1.17.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d374ba2a5a161650cca706fe68749154f5a694b]

        INTEGRATION: CWS rc2merge (1.21.8); FILE MERGED 2003/07/03 14:40:49 ihi 1.21.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b402537122d482aae661f47c7463bc89d9242fe]

        INTEGRATION: CWS rc2merge (1.50.8); FILE MERGED 2003/07/03 14:40:48 ihi 1.50.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [395a0cb9b026439bac116fea0d6d673680340b75]

        INTEGRATION: CWS rc2merge (1.32.8); FILE MERGED 2003/07/03 14:40:46 ihi 1.32.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1bb4a3140b77d8b0bb2291c86e072f0490af868]

        INTEGRATION: CWS rc2merge (1.33.8); FILE MERGED 2003/07/03 14:40:44 ihi 1.33.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c268b9c286f7da76a9543841c4a487915a8b015e]

        INTEGRATION: CWS rc2merge (1.21.8); FILE MERGED 2003/07/03 14:40:43 ihi 1.21.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c249dceadb2e5af6d27f588184d956e0c830582]

        INTEGRATION: CWS rc2merge (1.24.8); FILE MERGED 2003/07/03 14:40:43 ihi 1.24.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [84049e5deeac0ddb6d488d830ddcf0a2cde4b941]

        INTEGRATION: CWS rc2merge (1.29.8); FILE MERGED 2003/07/03 14:40:42 ihi 1.29.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb275e83cab6305ad8f192c47269247231a34772]

        INTEGRATION: CWS rc2merge (1.31.8); FILE MERGED 2003/07/03 14:40:42 ihi 1.31.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aca2754f8cfa3d0d1b592d44f5e908987bd178eb]

        INTEGRATION: CWS rc2merge (1.25.8); FILE MERGED 2003/07/03 14:40:37 ihi 1.25.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [355f8aad36d4c942e13397cdb83c3593173f3d39]

        INTEGRATION: CWS rc2merge (1.29.8); FILE MERGED 2003/07/03 14:40:37 ihi 1.29.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [236705964752a5624e71123405d3001e6fe85de6]

        INTEGRATION: CWS rc2merge (1.39.8); FILE MERGED 2003/07/03 14:40:36 ihi 1.39.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcb38f2c0b69b7c45da205483d13c281722a0653]

        INTEGRATION: CWS rc2merge (1.43.8); FILE MERGED 2003/07/03 14:40:36 ihi 1.43.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [599a8cd5ab46980cc0086b321fce685f71d547e1]

        INTEGRATION: CWS rc2merge (1.24.8); FILE MERGED 2003/07/03 14:40:35 ihi 1.24.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c33a00d8772529a2701a768514f08d12e78c3d5f]

        INTEGRATION: CWS rc2merge (1.41.2); FILE MERGED 2003/07/03 14:40:34 ihi 1.41.2.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fe430041a0c19a4bda817b6542ad573f900845b]

        INTEGRATION: CWS rc2merge (1.6.10); FILE MERGED 2003/07/03 14:34:11 ihi 1.6.10.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [30c8f4b93c034b65567ade9feb6363f2fe73813c]

        INTEGRATION: CWS rc2merge (1.29.26); FILE MERGED 2003/07/03 14:30:58 ihi 1.29.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eb3d4cd74be7dd24cfdc5da1311ee9d118f0a5e]

        INTEGRATION: CWS rc2merge (1.20.26); FILE MERGED 2003/07/03 14:30:58 ihi 1.20.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fa5beba95f850b700b9ca6f186117979f6c2108]

        INTEGRATION: CWS rc2merge (1.54.26); FILE MERGED 2003/07/03 14:30:40 ihi 1.54.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e1b658dafa41be36e14e13620d068f023d31f3f]

        INTEGRATION: CWS rc2merge (1.22.26); FILE MERGED 2003/07/03 14:30:39 ihi 1.22.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e2158239822f686914d3059787845d1814006c0]

        INTEGRATION: CWS rc2merge (1.18.26); FILE MERGED 2003/07/03 14:30:39 ihi 1.18.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9567dfb7a400e46f23009cb5e0e564bce90baed5]

        INTEGRATION: CWS rc2merge (1.33.26); FILE MERGED 2003/07/03 14:30:38 ihi 1.33.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1521481c81ec3efdf3a561f6d77a885c68e2019f]

        INTEGRATION: CWS rc2merge (1.32.26); FILE MERGED 2003/07/03 14:30:38 ihi 1.32.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [21f0ab281d80f01f97e3b003a0f1ea405b560f79]

        INTEGRATION: CWS rc2merge (1.20.26); FILE MERGED 2003/07/03 14:30:37 ihi 1.20.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bee1df71e378195ea826b27dc8392f42fd0bf397]

        INTEGRATION: CWS rc2merge (1.13.26); FILE MERGED 2003/07/03 14:30:37 ihi 1.13.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d246b734c42a435dd5949ec71591f72a668184d1]

        INTEGRATION: CWS rc2merge (1.16.26); FILE MERGED 2003/07/03 14:30:36 ihi 1.16.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3deb517ac01968b1c6b269697dfefbd25bc2243d]

        INTEGRATION: CWS rc2merge (1.73.14); FILE MERGED 2003/07/03 14:30:35 ihi 1.73.14.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbf2eb592765ed1b163c6ae73e2e4f3696ef68ce]

        INTEGRATION: CWS rc2merge (1.73.26); FILE MERGED 2003/07/03 14:30:25 ihi 1.73.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dec00220cd6199e14e3be0bdb196734070deecf]

        INTEGRATION: CWS rc2merge (1.39.26); FILE MERGED 2003/07/03 14:30:25 ihi 1.39.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c15cc6203d519efe3cab8fe39fa0aebe8ac5af40]

        INTEGRATION: CWS rc2merge (1.17.26); FILE MERGED 2003/07/03 14:30:24 ihi 1.17.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2513e03b080dee0e30b5ece23711bdba080085ca]

        INTEGRATION: CWS rc2merge (1.45.26); FILE MERGED 2003/07/03 14:30:24 ihi 1.45.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0065c5a235a3294c737fb7d15eef326b90ff5c2]

        INTEGRATION: CWS rc2merge (1.55.26); FILE MERGED 2003/07/03 14:30:23 ihi 1.55.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ae0811f4931bb235bf92697a3c409f3214d3725]

        INTEGRATION: CWS rc2merge (1.29.26); FILE MERGED 2003/07/03 14:30:22 ihi 1.29.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [da18f5334b71f95fb9f771bcb334bd5b188b1dea]

        INTEGRATION: CWS rc2merge (1.26.26); FILE MERGED 2003/07/03 14:30:22 ihi 1.26.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [39ccb1c3dab5ae3f03a4e961564cc6579b8172c7]

        INTEGRATION: CWS rc2merge (1.64.26); FILE MERGED 2003/07/03 14:30:20 ihi 1.64.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [66dd68a4d5e815f2d741ff90f478bdee286a4247]

        INTEGRATION: CWS rc2merge (1.25.26); FILE MERGED 2003/07/03 14:30:17 ihi 1.25.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c57d06b4ec9e214ceb46ee80664a6193de9f919]

        INTEGRATION: CWS rc2merge (1.45.26); FILE MERGED 2003/07/03 14:30:16 ihi 1.45.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [80709cbcb9185abd792f287abd6c051ec9749726]

        INTEGRATION: CWS rc2merge (1.48.26); FILE MERGED 2003/07/03 14:30:15 ihi 1.48.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [58be28813f8451bc6d4b5df6e78ad2aa017b4938]

        INTEGRATION: CWS rc2merge (1.36.26); FILE MERGED 2003/07/03 14:30:14 ihi 1.36.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [371a45268b9f677893c481baf99744d87733fb84]

        INTEGRATION: CWS rc2merge (1.35.26); FILE MERGED 2003/07/03 14:30:14 ihi 1.35.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b579e78c90eeae71f06f2d2bbbcd53f45167d7d2]

        INTEGRATION: CWS rc2merge (1.23.26); FILE MERGED 2003/07/03 14:30:13 ihi 1.23.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e0692c439d0026692b70a761f546ce6a56ae2ba]

        INTEGRATION: CWS rc2merge (1.36.26); FILE MERGED 2003/07/03 14:30:11 ihi 1.36.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd09186999085fb0e796343821b239fb23fdf53d]

        INTEGRATION: CWS rc2merge (1.47.26); FILE MERGED 2003/07/03 14:30:10 ihi 1.47.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0f4221e5bf5192b0b5f36fdc2f88f192480be00]

        INTEGRATION: CWS rc2merge (1.18.26); FILE MERGED 2003/07/03 14:30:08 ihi 1.18.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [23635c78820761f3014f8ef17f68c58793c56219]

        INTEGRATION: CWS rc2merge (1.42.26); FILE MERGED 2003/07/03 14:30:07 ihi 1.42.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa273c37e51a634c16440602cbbefa3d2d8fd779]

        INTEGRATION: CWS rc2merge (1.35.26); FILE MERGED 2003/07/03 14:30:06 ihi 1.35.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd3b26cbf3a3d4642bb1476e24c7e6cabc920f54]

        INTEGRATION: CWS rc2merge (1.35.26); FILE MERGED 2003/07/03 14:30:04 ihi 1.35.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a18bda9f4c2145e762060c0327a45d8a6a2a409]

        INTEGRATION: CWS rc2merge (1.23.26); FILE MERGED 2003/07/03 14:30:01 ihi 1.23.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d8011426d0dbe0f5f904660a39b4a38bdf01c92]

        INTEGRATION: CWS rc2merge (1.27.26); FILE MERGED 2003/07/03 14:30:00 ihi 1.27.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0e66ac150b200c9f26a85824bb704a9695736c5]

        INTEGRATION: CWS rc2merge (1.24.26); FILE MERGED 2003/07/03 14:30:00 ihi 1.24.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8e22cdcd6edb2a58d4b93adb97f3ed419d2e8a3]

        INTEGRATION: CWS rc2merge (1.26.26); FILE MERGED 2003/07/03 14:29:59 ihi 1.26.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [38909496c525699fb67d2cbfad76690c347dff90]

        INTEGRATION: CWS rc2merge (1.21.26); FILE MERGED 2003/07/03 14:29:57 ihi 1.21.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f5987723fb392b74ea1471eb6c308343213c195]

        INTEGRATION: CWS rc2merge (1.39.26); FILE MERGED 2003/07/03 14:29:57 ihi 1.39.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a486b7311acd629ef66a60bc7c9c1d32efa96762]

        INTEGRATION: CWS rc2merge (1.26.26); FILE MERGED 2003/07/03 14:29:56 ihi 1.26.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aa9757b5c74f9959cc37942e00cae47507e16d5]

        INTEGRATION: CWS rc2merge (1.56.26); FILE MERGED 2003/07/03 14:29:53 ihi 1.56.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4c205e2663f456333d723efb52a30c0ac2ac9c7]

        INTEGRATION: CWS rc2merge (1.17.26); FILE MERGED 2003/07/03 14:29:52 ihi 1.17.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e6f22fe3407669c94d25e5a7d0af53d55b01d81]

        INTEGRATION: CWS rc2merge (1.22.26); FILE MERGED 2003/07/03 14:29:50 ihi 1.22.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b96c682cb91d655b5afccef67e6186cf604ac279]

        INTEGRATION: CWS rc2merge (1.35.26); FILE MERGED 2003/07/03 14:29:48 ihi 1.35.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [63fa8ad524281070da10b8c6808251fc86df9db2]

        INTEGRATION: CWS rc2merge (1.34.26); FILE MERGED 2003/07/03 14:29:48 ihi 1.34.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a797560e8962967c0fed9a9f4f78248cc8265ad]

        INTEGRATION: CWS rc2merge (1.28.26); FILE MERGED 2003/07/03 14:29:47 ihi 1.28.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5246d7c636a1408dd81adee0456165160bb2fe1]

        INTEGRATION: CWS rc2merge (1.48.26); FILE MERGED 2003/07/03 14:29:47 ihi 1.48.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f202e5749058478faa563c679df51ea234f04a4]

        INTEGRATION: CWS rc2merge (1.27.26); FILE MERGED 2003/07/03 14:29:47 ihi 1.27.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f17c9d47edcb168c94089d7928c32dfb0eadbafd]

        INTEGRATION: CWS rc2merge (1.30.26); FILE MERGED 2003/07/03 14:29:46 ihi 1.30.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e7962f305830feb219bb53fbdb9396eb0986ca1]

        INTEGRATION: CWS rc2merge (1.29.26); FILE MERGED 2003/07/03 14:29:46 ihi 1.29.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed2a301b06932e06768df948ebe47157304e86c2]

        INTEGRATION: CWS rc2merge (1.27.26); FILE MERGED 2003/07/03 14:29:45 ihi 1.27.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b258436b264fade7cb793ceabef9a13d6d5b6d1]

        INTEGRATION: CWS rc2merge (1.39.26); FILE MERGED 2003/07/03 14:29:42 ihi 1.39.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [59966036b89b894ad4bf4f7d02f94acf47fadee5]

        INTEGRATION: CWS rc2merge (1.15.26); FILE MERGED 2003/07/03 14:29:38 ihi 1.15.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f75d3016714cea5c7e106ab0601bd478866c74b3]

        INTEGRATION: CWS rc2merge (1.25.26); FILE MERGED 2003/07/03 14:29:36 ihi 1.25.26.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b012e0c282603ff2ecf5b3eb50532ae053ca9971]

        INTEGRATION: CWS rc2merge (1.19.18); FILE MERGED 2003/07/03 14:33:24 ihi 1.19.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [60a994c97ed3cedbe5761e76c0c91ebd8b5ba78b]

        INTEGRATION: CWS rc2merge (1.41.18); FILE MERGED 2003/07/03 14:33:23 ihi 1.41.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7fbbfbd5e96044b231b664e3d2e14eb2026ba41]

        INTEGRATION: CWS rc2merge (1.11.18); FILE MERGED 2003/07/03 14:33:22 ihi 1.11.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d68453a06474eb14c8a98837b9f5ac76edd841f]

        INTEGRATION: CWS rc2merge (1.21.18); FILE MERGED 2003/07/03 14:33:21 ihi 1.21.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fac6f964bb79f5542dd13c6130afaf4c1ffa4109]

        INTEGRATION: CWS rc2merge (1.16.18); FILE MERGED 2003/07/03 14:33:20 ihi 1.16.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [22837bba09bfe0ad874d9beaf089cf2908e15ee3]

        INTEGRATION: CWS rc2merge (1.31.18); FILE MERGED 2003/07/03 14:33:18 ihi 1.31.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [50b0e314d1b939721f8ef1c124c1241117ddc92a]

        INTEGRATION: CWS rc2merge (1.21.18); FILE MERGED 2003/07/03 14:33:17 ihi 1.21.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [525c4efc42d7c3d81dd87e670c576105566e2970]

        INTEGRATION: CWS rc2merge (1.18.18); FILE MERGED 2003/07/03 14:33:17 ihi 1.18.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8a513b9c13b429cc8927491adaf54384762c7a9]

        INTEGRATION: CWS rc2merge (1.37.18); FILE MERGED 2003/07/03 14:33:16 ihi 1.37.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7265e5e7da2facc4e8068dcbf4e88595de045a0c]

        INTEGRATION: CWS rc2merge (1.20.18); FILE MERGED 2003/07/03 14:33:15 ihi 1.20.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [aed495efb485fca129adacddbcca00b43d491579]

        INTEGRATION: CWS rc2merge (1.26.18); FILE MERGED 2003/07/03 14:33:14 ihi 1.26.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [12edd12f88d37602c43c4bb50bf06a64a14e0864]

        INTEGRATION: CWS rc2merge (1.17.18); FILE MERGED 2003/07/03 14:33:13 ihi 1.17.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d53648774c541f2563d1104092f056071398d0d]

        INTEGRATION: CWS rc2merge (1.23.18); FILE MERGED 2003/07/03 14:33:13 ihi 1.23.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f850ad594fdaeabe5f94386409a32195e7e73bea]

        INTEGRATION: CWS rc2merge (1.7.18); FILE MERGED 2003/07/03 14:33:12 ihi 1.7.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4a9fd9b8974b2a4a22a9aac18b4fb906e190903]

        INTEGRATION: CWS rc2merge (1.23.18); FILE MERGED 2003/07/03 14:33:10 ihi 1.23.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3db27da218ec766881e33d4aebb3a82ae0bb91d0]

        INTEGRATION: CWS rc2merge (1.19.18); FILE MERGED 2003/07/03 14:33:09 ihi 1.19.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e60497f15a643ddee78116448499abd7c5f65d09]

        INTEGRATION: CWS rc2merge (1.23.18); FILE MERGED 2003/07/03 14:33:08 ihi 1.23.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [91a57ecc565b64fc3100a291bb78d6ed9c98c051]

        INTEGRATION: CWS rc2merge (1.27.18); FILE MERGED 2003/07/03 14:33:07 ihi 1.27.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d9000f9504e3ee432e3b9ec7cac5bb3e5d0bc17]

        INTEGRATION: CWS rc2merge (1.36.18); FILE MERGED 2003/07/03 14:33:06 ihi 1.36.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [50695af54d7c52cee2b579a33aa96721cd902ab0]

        INTEGRATION: CWS rc2merge (1.21.18); FILE MERGED 2003/07/03 14:33:06 ihi 1.21.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [150d5c89a36af338fed97860b47e32510a2fa291]

        INTEGRATION: CWS rc2merge (1.22.18); FILE MERGED 2003/07/03 14:33:05 ihi 1.22.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8847d7fadd49e68bfdd93eb82b3ad7e77c4f5b0d]

        INTEGRATION: CWS rc2merge (1.32.18); FILE MERGED 2003/07/03 14:33:05 ihi 1.32.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [393af299b3d1f14901b4484a5fe66ac98ec06182]

        INTEGRATION: CWS rc2merge (1.7.18); FILE MERGED 2003/07/03 14:33:04 ihi 1.7.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0ac852fa95d30c7c56cae7273565714a58950e1]

        INTEGRATION: CWS rc2merge (1.28.18); FILE MERGED 2003/07/03 14:33:04 ihi 1.28.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [34592162e686ed0f15bf4beb25ed2a2e3eff9247]

        INTEGRATION: CWS rc2merge (1.9.18); FILE MERGED 2003/07/03 14:32:54 ihi 1.9.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e1b87901e6fe846cd237a0cfa0b855216947470]

        INTEGRATION: CWS rc2merge (1.24.18); FILE MERGED 2003/07/03 14:32:51 ihi 1.24.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [598f3f8d90a505cc615f46516e2926e04848cf62]

        INTEGRATION: CWS rc2merge (1.86.8); FILE MERGED 2003/07/03 14:32:48 ihi 1.86.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ba6a86e5869f55960b0d6a531add0544a23d558]

        INTEGRATION: CWS rc2merge (1.23.18); FILE MERGED 2003/07/03 14:32:47 ihi 1.23.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7d7f61176a33f905e8044c728a17bf60152a03b]

        INTEGRATION: CWS rc2merge (1.41.18); FILE MERGED 2003/07/03 14:32:46 ihi 1.41.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c95fddcd06d8dec73384bbf357d373f7bdb282d]

        INTEGRATION: CWS rc2merge (1.24.18); FILE MERGED 2003/07/03 14:32:45 ihi 1.24.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5a7c7e5e998c45853b98de115e407b4a2c792e3]

        INTEGRATION: CWS rc2merge (1.7.18); FILE MERGED 2003/07/03 14:32:36 ihi 1.7.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bfa5cbe8667515a0b39ad9678186671b466fa42]

        INTEGRATION: CWS rc2merge (1.11.18); FILE MERGED 2003/07/03 14:32:34 ihi 1.11.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4e3418e11c813f1d47a56fb8337c86e157ac85c]

        INTEGRATION: CWS rc2merge (1.51.18); FILE MERGED 2003/07/03 14:32:33 ihi 1.51.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9075dc26e40e2096bb0b738f1753fd7d8a084db7]

        INTEGRATION: CWS rc2merge (1.5.6); FILE MERGED 2003/07/03 14:28:28 ihi 1.5.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b18a5454aaab2c396b66f679a7f0280f3ab78049]

        INTEGRATION: CWS rc2merge (1.34.6); FILE MERGED 2003/07/03 14:28:28 ihi 1.34.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [148f36a7903730bfeb84f8a9bd9e1a0367d168f5]

        INTEGRATION: CWS rc2merge (1.14.6); FILE MERGED 2003/07/03 14:28:27 ihi 1.14.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffca5143a24eee542ad117ae28b05e240bd11f41]

        INTEGRATION: CWS rc2merge (1.4.6); FILE MERGED 2003/07/03 14:28:27 ihi 1.4.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e96798899433293c94a4c492539a788b99b977f]

        INTEGRATION: CWS rc2merge (1.4.6); FILE MERGED 2003/07/03 14:28:26 ihi 1.4.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [07690555eb765a5770856659b63312ebfd81b098]

        INTEGRATION: CWS rc2merge (1.34.6); FILE MERGED 2003/07/03 14:28:26 ihi 1.34.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee964dc490e29ab9c20ae695278adb7b28781f70]

        INTEGRATION: CWS rc2merge (1.51.6); FILE MERGED 2003/07/03 14:28:25 ihi 1.51.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [41029673f81d580c7dc99a91fed14d19adeed637]

        INTEGRATION: CWS rc2merge (1.10.6); FILE MERGED 2003/07/03 14:28:25 ihi 1.10.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b77f719fe0be3d597837118b6b68f681044f68a]

        INTEGRATION: CWS rc2merge (1.25.6); FILE MERGED 2003/07/03 14:28:24 ihi 1.25.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0d415b0ccf57462e348c2caa8e4dceabdc73457]

        INTEGRATION: CWS rc2merge (1.18.4); FILE MERGED 2003/07/03 14:34:01 ihi 1.18.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c02cb2b89c07800ddde8081004650751e94b50d]

        INTEGRATION: CWS rc2merge (1.21.4); FILE MERGED 2003/07/03 14:33:54 ihi 1.21.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b880aa21a5b4d37e434673e91d95319ee6f07d9f]

        INTEGRATION: CWS rc2merge (1.58.4); FILE MERGED 2003/07/03 14:33:48 ihi 1.58.4.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ff670b2706670000e30fd1da86dc5f69cb90b0b]

        INTEGRATION: CWS rc2merge (1.16.6); FILE MERGED 2003/07/03 14:37:33 ihi 1.16.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [969fd347e8e03af83f654f016ed4d43ab34db289]

        INTEGRATION: CWS rc2merge (1.40.6); FILE MERGED 2003/07/03 14:37:31 ihi 1.40.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3859b7d6ca1544d112004b6b173befd026fcd8ec]

        INTEGRATION: CWS rc2merge (1.39.6); FILE MERGED 2003/07/03 14:37:30 ihi 1.39.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [93d1b720c0ffa21048bf14574295c3d95fc78fd2]

        INTEGRATION: CWS rc2merge (1.43.6); FILE MERGED 2003/07/03 14:37:28 ihi 1.43.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [13c58acefb65ac02e2f9f94145bde38598b48ba3]

        INTEGRATION: CWS rc2merge (1.51.6); FILE MERGED 2003/07/03 14:37:26 ihi 1.51.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b17ec7428dfb34244a9e36538db398ef05537111]

        INTEGRATION: CWS rc2merge (1.53.6); FILE MERGED 2003/07/03 14:37:24 ihi 1.53.6.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7fa168386640adb5b060bf1d4004608dcdf3268]

        INTEGRATION: CWS rc2merge (1.37.36); FILE MERGED 2003/07/03 14:40:11 ihi 1.37.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d06f3f992715e758205e4c9f1ee672ce7e4f76d]

        INTEGRATION: CWS rc2merge (1.33.36); FILE MERGED 2003/07/03 14:40:10 ihi 1.33.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [294f32b78512bd9ed27fd25b71fb99cabbbb9b24]

        INTEGRATION: CWS rc2merge (1.19.36); FILE MERGED 2003/07/03 14:40:09 ihi 1.19.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8426fa7d2123d88ba7a4cbcd19296ecc060b926d]

        INTEGRATION: CWS rc2merge (1.16.36); FILE MERGED 2003/07/03 14:40:08 ihi 1.16.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8e78e66bb407f919df1a0f5c05f07d4ced64ab1]

        INTEGRATION: CWS rc2merge (1.13.36); FILE MERGED 2003/07/03 14:40:07 ihi 1.13.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [01f27f6dc143782d8e3df68a8b41979c92f80409]

        INTEGRATION: CWS rc2merge (1.16.36); FILE MERGED 2003/07/03 14:40:06 ihi 1.16.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9547dcba2869198a9a5acea9caa43922c00a406d]

        INTEGRATION: CWS rc2merge (1.73.36); FILE MERGED 2003/07/03 14:39:58 ihi 1.73.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [15ee18e362c5aea424e5452a264137af3887b8dd]

        INTEGRATION: CWS rc2merge (1.20.36); FILE MERGED 2003/07/03 14:39:57 ihi 1.20.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd3ad6532fe23207f0e5f8f879753872c5a4f89a]

        INTEGRATION: CWS rc2merge (1.11.36); FILE MERGED 2003/07/03 14:39:56 ihi 1.11.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f0ce35b7b1ebad1a33eedf61fcf95933a3a8589]

        INTEGRATION: CWS rc2merge (1.26.36); FILE MERGED 2003/07/03 14:39:51 ihi 1.26.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b353b301c4711cd45b098fc287d88e504c3765b]

        INTEGRATION: CWS rc2merge (1.62.36); FILE MERGED 2003/07/03 14:39:50 ihi 1.62.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [92e1102991f67bb280da3822cd5f4ac510e1f91a]

        INTEGRATION: CWS rc2merge (1.23.36); FILE MERGED 2003/07/03 14:39:50 ihi 1.23.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a1065fa100eb4d21bb5846ea4684a09091bfddb]

        INTEGRATION: CWS rc2merge (1.38.36); FILE MERGED 2003/07/03 14:39:49 ihi 1.38.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [38a35cd7eeff8c730280617fd1dff19cb90e030c]

        INTEGRATION: CWS rc2merge (1.31.36); FILE MERGED 2003/07/03 14:39:48 ihi 1.31.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9410c29d6f2a18b9c6d4a83ed3d104b09ea841e8]

        INTEGRATION: CWS rc2merge (1.73.36); FILE MERGED 2003/07/03 14:39:48 ihi 1.73.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [681c6d74f1dfa82aaa0b9b6a50948270825d79c6]

        INTEGRATION: CWS rc2merge (1.48.36); FILE MERGED 2003/07/03 14:39:47 ihi 1.48.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [62fc67de7fabb6409119a846a3ff51310df3b129]

        INTEGRATION: CWS rc2merge (1.45.36); FILE MERGED 2003/07/03 14:39:46 ihi 1.45.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a245bb9bdf8820b004b45ef22908049957a0fcc]

        INTEGRATION: CWS rc2merge (1.21.36); FILE MERGED 2003/07/03 14:39:45 ihi 1.21.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bc68a3e6d424719d0a7793b5175109dd7143815]

        INTEGRATION: CWS rc2merge (1.8.36); FILE MERGED 2003/07/03 14:39:45 ihi 1.8.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8529627839384b5c4df37ed05b405220e616689c]

        INTEGRATION: CWS rc2merge (1.32.36); FILE MERGED 2003/07/03 14:39:45 ihi 1.32.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b354ef36e54b9f8c460c2ed49d10b26ca3efa171]

        INTEGRATION: CWS rc2merge (1.40.36); FILE MERGED 2003/07/03 14:39:44 ihi 1.40.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b170e1d53a3d8b0bd3d24879dc642741cd201c56]

        INTEGRATION: CWS rc2merge (1.25.36); FILE MERGED 2003/07/03 14:39:44 ihi 1.25.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aed93f3c0dc9206ee45823a6ad26db833ad8091]

        INTEGRATION: CWS rc2merge (1.30.36); FILE MERGED 2003/07/03 14:39:43 ihi 1.30.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2a833f749ded3c26ee8b86bc6bb822c23dce2db]

        INTEGRATION: CWS rc2merge (1.69.36); FILE MERGED 2003/07/03 14:39:41 ihi 1.69.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c33cd002002c1d0b27e7adc01519f71384c67d3e]

        INTEGRATION: CWS rc2merge (1.43.36); FILE MERGED 2003/07/03 14:39:40 ihi 1.43.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a2180097741997f026649b43c2066a330561dd4]

        INTEGRATION: CWS rc2merge (1.48.36); FILE MERGED 2003/07/03 14:39:39 ihi 1.48.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a2453389fc2a9f49cbbfbf97276dbfff79dede9]

        INTEGRATION: CWS rc2merge (1.66.8); FILE MERGED 2003/07/03 14:39:38 ihi 1.66.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb991ef7d178ee8fce5b41538ab613e8bf9c6503]

        INTEGRATION: CWS rc2merge (1.20.36); FILE MERGED 2003/07/03 14:39:35 ihi 1.20.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9d3a67f7ab5aa8349311614465fb2ceb6a28628]

        INTEGRATION: CWS rc2merge (1.51.36); FILE MERGED 2003/07/03 14:39:34 ihi 1.51.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [188ee8926f4534c7daed8864b0bc9485c2db1aac]

        INTEGRATION: CWS rc2merge (1.48.36); FILE MERGED 2003/07/03 14:39:33 ihi 1.48.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3026ca0c11c7f62629c3798704eacecd5d47e4bd]

        INTEGRATION: CWS rc2merge (1.31.36); FILE MERGED 2003/07/03 14:39:33 ihi 1.31.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ecf70dbc876595b2deee77c92ceb6f5ae9d6e90]

        INTEGRATION: CWS rc2merge (1.4.36); FILE MERGED 2003/07/03 14:39:32 ihi 1.4.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [78025c5251512ec2d81a580ce64a40ef5917946a]

        INTEGRATION: CWS rc2merge (1.19.36); FILE MERGED 2003/07/03 14:39:31 ihi 1.19.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e742dc23b1243b8a1e17edd12cf46dd65035998]

        INTEGRATION: CWS rc2merge (1.24.36); FILE MERGED 2003/07/03 14:39:30 ihi 1.24.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7a2357d9367078cc30c6f971e04916bc6391731]

        INTEGRATION: CWS rc2merge (1.24.36); FILE MERGED 2003/07/03 14:39:29 ihi 1.24.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ebbc6850960c70d8067a5e467c74573e54570ef]

        INTEGRATION: CWS rc2merge (1.53.36); FILE MERGED 2003/07/03 14:39:29 ihi 1.53.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [93e416204291789fe6fcba8d7ba7245c489a7275]

        INTEGRATION: CWS rc2merge (1.38.36); FILE MERGED 2003/07/03 14:39:28 ihi 1.38.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bd372509350e5eddde7bd1327e39ea316517d70]

        INTEGRATION: CWS rc2merge (1.20.36); FILE MERGED 2003/07/03 14:39:14 ihi 1.20.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [60ffd826ad1394ff3d9463f5e8c5f483280cc863]

        INTEGRATION: CWS rc2merge (1.35.36); FILE MERGED 2003/07/03 14:39:13 ihi 1.35.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e82c73b27bd51a2429da50fbe9e60380151f2b62]

        INTEGRATION: CWS rc2merge (1.46.36); FILE MERGED 2003/07/03 14:39:12 ihi 1.46.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5923c1a32511aebed990bf90a83978743b028b8b]

        INTEGRATION: CWS rc2merge (1.14.36); FILE MERGED 2003/07/03 14:39:12 ihi 1.14.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba4fe01751edf92e1ddc7466e00747216309d000]

        INTEGRATION: CWS rc2merge (1.22.36); FILE MERGED 2003/07/03 14:39:12 ihi 1.22.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f5c678034e3c3f4c81c43f06d57da94f6354026]

        INTEGRATION: CWS rc2merge (1.28.36); FILE MERGED 2003/07/03 14:39:11 ihi 1.28.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0b713f4e299e5b7763cbe42a07767f1cf151a77]

        INTEGRATION: CWS rc2merge (1.20.36); FILE MERGED 2003/07/03 14:39:11 ihi 1.20.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0988af5e1714f2f5935af969fcc4c406509406e9]

        INTEGRATION: CWS rc2merge (1.21.36); FILE MERGED 2003/07/03 14:39:10 ihi 1.21.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b395b400ce40b13b5eea818a5910e740b9ada368]

        INTEGRATION: CWS rc2merge (1.31.36); FILE MERGED 2003/07/03 14:39:10 ihi 1.31.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [824bdf676afd566eec96590c266dda7eeb5cf390]

        INTEGRATION: CWS rc2merge (1.54.36); FILE MERGED 2003/07/03 14:39:09 ihi 1.54.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b12b48ee98826b0d0d508cf6afe913127d5c8f54]

        INTEGRATION: CWS rc2merge (1.43.36); FILE MERGED 2003/07/03 14:39:08 ihi 1.43.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cf83349b2a9559abc4d979f2742125ca7e196bb]

        INTEGRATION: CWS rc2merge (1.60.36); FILE MERGED 2003/07/03 14:39:08 ihi 1.60.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a32e857c0c260b4bdb4ae1c3b593ba110958d0c5]

        INTEGRATION: CWS rc2merge (1.32.36); FILE MERGED 2003/07/03 14:39:06 ihi 1.32.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b1e72919331c07ba977a40d7b7d0861b9985c88]

        INTEGRATION: CWS rc2merge (1.13.36); FILE MERGED 2003/07/03 14:39:06 ihi 1.13.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbbd7f776c29cfe8ec839ff16c28aff4a384c3ab]

        INTEGRATION: CWS rc2merge (1.31.36); FILE MERGED 2003/07/03 14:39:05 ihi 1.31.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [96f7c21ce8a9da09d269db2ddc3f3e43a8c81109]

        INTEGRATION: CWS rc2merge (1.10.36); FILE MERGED 2003/07/03 14:39:05 ihi 1.10.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [85c3d61d3670f798a3ae91941eb29c73ca7eeb06]

        INTEGRATION: CWS rc2merge (1.18.36); FILE MERGED 2003/07/03 14:39:05 ihi 1.18.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [355eff9897ff64bf70bdf0f22f6f80d54f0c9625]

        INTEGRATION: CWS rc2merge (1.17.36); FILE MERGED 2003/07/03 14:39:04 ihi 1.17.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b963de246a562c7b2a4e25c9cff1f77f0c9bc3f]

        INTEGRATION: CWS rc2merge (1.72.36); FILE MERGED 2003/07/03 14:39:03 ihi 1.72.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0549f293d9910e2d562864ff3e7382c6809cc7c2]

        INTEGRATION: CWS rc2merge (1.58.36); FILE MERGED 2003/07/03 14:39:02 ihi 1.58.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc9d8f8afa31b338047aad101f134551a29924ac]

        INTEGRATION: CWS rc2merge (1.49.36); FILE MERGED 2003/07/03 14:39:02 ihi 1.49.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [580aff5f5f11f7dc11631950f599491db63006d1]

        INTEGRATION: CWS rc2merge (1.39.36); FILE MERGED 2003/07/03 14:39:01 ihi 1.39.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3e84c5de64b14a897e25b6629673b1d37896eac]

        INTEGRATION: CWS rc2merge (1.20.36); FILE MERGED 2003/07/03 14:39:00 ihi 1.20.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [22406c5db5d460eeac2b8935a62cfa332058dbb8]

        INTEGRATION: CWS rc2merge (1.24.36); FILE MERGED 2003/07/03 14:39:00 ihi 1.24.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0310209a5f5adbf3a8960399f9fb6b032a408663]

        INTEGRATION: CWS rc2merge (1.20.36); FILE MERGED 2003/07/03 14:38:59 ihi 1.20.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [770901f11661b343fbe5f88aae97d94099bb9110]

        INTEGRATION: CWS rc2merge (1.23.36); FILE MERGED 2003/07/03 14:38:58 ihi 1.23.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1309825710a68a931e63cf62040389da92a0b9af]

        INTEGRATION: CWS rc2merge (1.20.36); FILE MERGED 2003/07/03 14:38:57 ihi 1.20.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e258a20862f27069143769b067b4ee7c84224a8]

        INTEGRATION: CWS rc2merge (1.39.36); FILE MERGED 2003/07/03 14:38:57 ihi 1.39.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c24fe7a08fece938b0bfa551d459b647b5ea626]

        INTEGRATION: CWS rc2merge (1.10.36); FILE MERGED 2003/07/03 14:38:56 ihi 1.10.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dfc7ba64ef6397b8c36b40484d9761c48dacd5c]

        INTEGRATION: CWS rc2merge (1.25.36); FILE MERGED 2003/07/03 14:38:56 ihi 1.25.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc23fa7612f49d048d239f238971241dba8af412]

        INTEGRATION: CWS rc2merge (1.16.36); FILE MERGED 2003/07/03 14:38:55 ihi 1.16.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [68a6356e3588dce26384c68ffb71265c69261ccc]

        INTEGRATION: CWS rc2merge (1.63.2); FILE MERGED 2003/07/03 14:38:55 ihi 1.63.2.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6606338c01804a8a922ed780dba8b2516c720edd]

        INTEGRATION: CWS rc2merge (1.18.36); FILE MERGED 2003/07/03 14:38:54 ihi 1.18.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c24de9cdd8aef5fabdebc177a7e799faa5c3d95d]

        INTEGRATION: CWS rc2merge (1.42.36); FILE MERGED 2003/07/03 14:38:54 ihi 1.42.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [88528220ac47f7437ed8e95c764b63c17fcedc99]

        INTEGRATION: CWS rc2merge (1.5.36); FILE MERGED 2003/07/03 14:38:53 ihi 1.5.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77e4dafe1dd0790959ea5acdf50b8460dff92eaa]

        INTEGRATION: CWS rc2merge (1.21.36); FILE MERGED 2003/07/03 14:38:53 ihi 1.21.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c330fa6b74fca712733acb8adfe022dba8381a8]

        INTEGRATION: CWS rc2merge (1.36.36); FILE MERGED 2003/07/03 14:38:53 ihi 1.36.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [478a1826899fa3f6eba4e61cf88cd36be2030d90]

        INTEGRATION: CWS rc2merge (1.10.36); FILE MERGED 2003/07/03 14:38:52 ihi 1.10.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [26c05170552d34ea067bd86bfd448e7bb8d0cc3a]

        INTEGRATION: CWS rc2merge (1.5.36); FILE MERGED 2003/07/03 14:38:52 ihi 1.5.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [363b6a4ec3a79d2a20483429e3e5db53ed6dd0b7]

        INTEGRATION: CWS rc2merge (1.29.36); FILE MERGED 2003/07/03 14:38:51 ihi 1.29.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a52894724e05f41904023c140574cc6a89b2811]

        INTEGRATION: CWS rc2merge (1.25.36); FILE MERGED 2003/07/03 14:38:50 ihi 1.25.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [492c0604f5c72efe72cd120da26246f3bac0f3fa]

        INTEGRATION: CWS rc2merge (1.4.36); FILE MERGED 2003/07/03 14:38:50 ihi 1.4.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e97ea9cdc5300bf2759b4e8b5ae3ad3afb37fde]

        INTEGRATION: CWS rc2merge (1.38.36); FILE MERGED 2003/07/03 14:38:49 ihi 1.38.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d96cd71441a35e18df6ecc5b49d7d80f46a21d41]

        INTEGRATION: CWS rc2merge (1.29.36); FILE MERGED 2003/07/03 14:38:49 ihi 1.29.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [24c6b711dd34bcf7ec6363991ec5082b011d91ba]

        INTEGRATION: CWS rc2merge (1.25.36); FILE MERGED 2003/07/03 14:38:49 ihi 1.25.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [db1f878a8944cce5aeabcfc4bea764e813d88ace]

        INTEGRATION: CWS rc2merge (1.4.36); FILE MERGED 2003/07/03 14:38:48 ihi 1.4.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac6d16082a863580a91aa2d480de1a2d5f51d430]

        INTEGRATION: CWS rc2merge (1.47.36); FILE MERGED 2003/07/03 14:38:48 ihi 1.47.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed3705bb521b9a28aec5cc3490546fb44d3ab49b]

        INTEGRATION: CWS rc2merge (1.65.36); FILE MERGED 2003/07/03 14:38:47 ihi 1.65.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cfbfdb886e54ed67fcfb817a9c13c580a92e375]

        INTEGRATION: CWS rc2merge (1.45.36); FILE MERGED 2003/07/03 14:38:46 ihi 1.45.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0b642c77e6f1dc6f67663e155c3b0be5a793237]

        INTEGRATION: CWS rc2merge (1.38.36); FILE MERGED 2003/07/03 14:38:46 ihi 1.38.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdf4a41fc203c9cfb2fe443a6fb41ab722a5f22d]

        INTEGRATION: CWS rc2merge (1.14.36); FILE MERGED 2003/07/03 14:38:45 ihi 1.14.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c2e02db2df2f06481b1087ff47d1402631a9881]

        INTEGRATION: CWS rc2merge (1.30.36); FILE MERGED 2003/07/03 14:38:45 ihi 1.30.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b1affdf3a39ad8ff192d81a99db54bcbf40d3b4]

        INTEGRATION: CWS rc2merge (1.43.36); FILE MERGED 2003/07/03 14:38:44 ihi 1.43.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [28a5f5d57d65cc373b75abdf2891921ffc9bccef]

        INTEGRATION: CWS rc2merge (1.26.36); FILE MERGED 2003/07/03 14:38:43 ihi 1.26.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [632132a26ea930e633eadd2f498d5d45d097a4ca]

        INTEGRATION: CWS rc2merge (1.43.18); FILE MERGED 2003/07/03 14:37:13 ihi 1.43.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f9504b23113a5b0d2308ea13eb83f00333f4094]

        INTEGRATION: CWS rc2merge (1.94.8); FILE MERGED 2003/07/03 14:37:11 ihi 1.94.8.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [31c96d50d6d53c1d871db05697dc3625cbba72cb]

        INTEGRATION: CWS rc2merge (1.22.18); FILE MERGED 2003/07/03 14:37:10 ihi 1.22.18.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c2aae5274a83c8b93ed472180287f73c39d4076]

        INTEGRATION: CWS rc2merge (1.36.36); FILE MERGED 2003/07/03 14:36:50 ihi 1.36.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e989d09a5ac5ef377692a5a7d158568f95114a9]

        INTEGRATION: CWS rc2merge (1.26.12); FILE MERGED 2003/07/03 14:36:41 ihi 1.26.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a6de8f0c2ef17abc9d336c176841518c9fbd318]

        INTEGRATION: CWS rc2merge (1.40.36); FILE MERGED 2003/07/03 14:36:38 ihi 1.40.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [83393e472f71dd15d30caaf8d7e5cff9980ece4a]

        INTEGRATION: CWS rc2merge (1.16.36); FILE MERGED 2003/07/03 14:36:37 ihi 1.16.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [008ee024adf70a244f48ce8dbff80bb52f87be47]

        INTEGRATION: CWS rc2merge (1.42.36); FILE MERGED 2003/07/03 14:36:36 ihi 1.42.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9ec481d3e6cfa4c189203051cb760f44146619e]

        INTEGRATION: CWS rc2merge (1.46.36); FILE MERGED 2003/07/03 14:36:35 ihi 1.46.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2acb444e328347bca252cb5f227c88b54422809]

        INTEGRATION: CWS rc2merge (1.30.36); FILE MERGED 2003/07/03 14:36:34 ihi 1.30.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7737ca59e0a8a238453d4e36d085f58b6b0147a]

        INTEGRATION: CWS rc2merge (1.15.36); FILE MERGED 2003/07/03 14:36:34 ihi 1.15.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5efe5af05ef3e24ea6747a80b544ca43f4b97c2a]

        INTEGRATION: CWS rc2merge (1.32.36); FILE MERGED 2003/07/03 14:36:33 ihi 1.32.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1da34971c2e601df6001f1f9d7035a8076e8eda]

        INTEGRATION: CWS rc2merge (1.42.36); FILE MERGED 2003/07/03 14:36:31 ihi 1.42.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [36c0f1ded332d545f5dd7078f1a0164c80d801de]

        INTEGRATION: CWS rc2merge (1.26.36); FILE MERGED 2003/07/03 14:36:30 ihi 1.26.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a47ccd0b18d4fdf6ed5a1a3cd5ceb09eca76535d]

        INTEGRATION: CWS rc2merge (1.29.36); FILE MERGED 2003/07/03 14:36:24 ihi 1.29.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9834fee9f4900173cd951f4e90a77ce627eeccb5]

        INTEGRATION: CWS rc2merge (1.25.36); FILE MERGED 2003/07/03 14:36:24 ihi 1.25.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [465b13a40d0f0c0155df1ed524287c87b506bab2]

        INTEGRATION: CWS rc2merge (1.13.36); FILE MERGED 2003/07/03 14:36:23 ihi 1.13.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc677519da020b9adf272f3c6ced3778f3b1f072]

        INTEGRATION: CWS rc2merge (1.17.36); FILE MERGED 2003/07/03 14:36:22 ihi 1.17.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [069db5cee2b07aee5c8764ad939b8a03e8c62f29]

        INTEGRATION: CWS rc2merge (1.18.36); FILE MERGED 2003/07/03 14:36:22 ihi 1.18.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0092a049865d7487050cc4372f2d8b9dd8f39770]

        INTEGRATION: CWS rc2merge (1.17.36); FILE MERGED 2003/07/03 14:36:21 ihi 1.17.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [779db29eb1392392e7ea05ef6e7aa696571671be]

        INTEGRATION: CWS rc2merge (1.22.36); FILE MERGED 2003/07/03 14:36:21 ihi 1.22.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cc4c0b2eb172d326bc41a76138e1fac7cb4878f]

        INTEGRATION: CWS rc2merge (1.22.36); FILE MERGED 2003/07/03 14:36:19 ihi 1.22.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52ba994f41af8b9b1303586887fc3875a82b3df]

        INTEGRATION: CWS rc2merge (1.19.36); FILE MERGED 2003/07/03 14:36:18 ihi 1.19.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2553e3bbfb83c12cde0585fbc21a1e79092e7d2b]

        INTEGRATION: CWS rc2merge (1.14.36); FILE MERGED 2003/07/03 14:36:17 ihi 1.14.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2bb2c09f5116640f81f88a3f1247989bad12808]

        INTEGRATION: CWS rc2merge (1.27.36); FILE MERGED 2003/07/03 14:36:16 ihi 1.27.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f19d9bedbe093038f791a4097ce477aedfea6181]

        INTEGRATION: CWS rc2merge (1.38.36); FILE MERGED 2003/07/03 14:36:14 ihi 1.38.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbe73294d3e07b90dadb59a801fb5717d6b4a806]

        INTEGRATION: CWS rc2merge (1.44.36); FILE MERGED 2003/07/03 14:36:12 ihi 1.44.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [66a1da6f4da81310048215ebce17e46761f6d096]

        INTEGRATION: CWS rc2merge (1.13.36); FILE MERGED 2003/07/03 14:36:11 ihi 1.13.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [03955246672e5730b9b08ef83304a6e75bd31052]

        INTEGRATION: CWS rc2merge (1.10.36); FILE MERGED 2003/07/03 14:36:10 ihi 1.10.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e93d0491c45994e7979ca1721600e48d292031]

        INTEGRATION: CWS rc2merge (1.18.36); FILE MERGED 2003/07/03 14:36:10 ihi 1.18.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b478f2dd2012c4de37611428b970e91bb33bfad]

        INTEGRATION: CWS rc2merge (1.26.36); FILE MERGED 2003/07/03 14:36:02 ihi 1.26.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bc2627fb51cf7622709d7485cd7adc95854d89b]

        INTEGRATION: CWS rc2merge (1.23.36); FILE MERGED 2003/07/03 14:36:01 ihi 1.23.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2456d61eae34e6b89b2c24cd4591feebc18807ae]

        INTEGRATION: CWS rc2merge (1.15.36); FILE MERGED 2003/07/03 14:36:01 ihi 1.15.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f57aabf4c5732e874c93eb9ef2ac23a6bd08855b]

        INTEGRATION: CWS rc2merge (1.23.36); FILE MERGED 2003/07/03 14:36:00 ihi 1.23.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fbe9e1077431c16532cced19f374c0629e32036]

        INTEGRATION: CWS rc2merge (1.26.36); FILE MERGED 2003/07/03 14:36:00 ihi 1.26.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd39fc4a6a469ad92f577dbf50710e886a386d3a]

        INTEGRATION: CWS rc2merge (1.12.36); FILE MERGED 2003/07/03 14:35:59 ihi 1.12.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [72f63c71644143e989334a0acf4ae1164cb6a247]

        INTEGRATION: CWS rc2merge (1.27.36); FILE MERGED 2003/07/03 14:35:59 ihi 1.27.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ca9a2b8fa98563b57376e33ced9c79cf65e3bc6]

        INTEGRATION: CWS rc2merge (1.25.36); FILE MERGED 2003/07/03 14:35:58 ihi 1.25.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [64f74db324e8cbdf52f805507fb03983ab0172b4]

        INTEGRATION: CWS rc2merge (1.13.36); FILE MERGED 2003/07/03 14:35:57 ihi 1.13.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ec820ed80f4d7c8586bedcdddc96524724c0eea]

        INTEGRATION: CWS rc2merge (1.18.36); FILE MERGED 2003/07/03 14:35:57 ihi 1.18.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [45eca830d5847102da9d7d8cf5d45dc32119e8eb]

        INTEGRATION: CWS rc2merge (1.33.36); FILE MERGED 2003/07/03 14:35:56 ihi 1.33.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1433f034559545de6b3a78929525a64acf58eb22]

        INTEGRATION: CWS rc2merge (1.14.36); FILE MERGED 2003/07/03 14:35:55 ihi 1.14.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eec23a1d9df8bc6d7bd3c5bb3f0d855859596665]

        INTEGRATION: CWS rc2merge (1.27.36); FILE MERGED 2003/07/03 14:35:55 ihi 1.27.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [58b7f01576c75412f584d70f2cd4c687f09fe2c4]

        INTEGRATION: CWS rc2merge (1.18.36); FILE MERGED 2003/07/03 14:35:54 ihi 1.18.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [210d9c811e6a79e38e34519bb38c529c7470ffff]

        INTEGRATION: CWS rc2merge (1.29.36); FILE MERGED 2003/07/03 14:35:53 ihi 1.29.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b77223629f40e812655b50caff5b7fc1c725b4b]

        INTEGRATION: CWS rc2merge (1.12.36); FILE MERGED 2003/07/03 14:35:52 ihi 1.12.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [735053a401584216139291980ca16c049da6037a]

        INTEGRATION: CWS rc2merge (1.35.36); FILE MERGED 2003/07/03 14:35:51 ihi 1.35.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [deab253ef273f7ef09627213e0a2de030be0abf3]

        INTEGRATION: CWS rc2merge (1.66.36); FILE MERGED 2003/07/03 14:35:50 ihi 1.66.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77e74358732f77cfc00553cf9fcd1deb78386bda]

        INTEGRATION: CWS rc2merge (1.16.12); FILE MERGED 2003/07/03 14:35:47 ihi 1.16.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [080eeab752ad029019d5e65901bbff5762eac2c9]

        INTEGRATION: CWS rc2merge (1.27.36); FILE MERGED 2003/07/03 14:35:44 ihi 1.27.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6bd5a18e0558c954ed68326f57530766b75e829]

        INTEGRATION: CWS rc2merge (1.28.36); FILE MERGED 2003/07/03 14:35:43 ihi 1.28.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef92a47e668856f70563f102200e7b97178ad177]

        INTEGRATION: CWS rc2merge (1.51.36); FILE MERGED 2003/07/03 14:35:42 ihi 1.51.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9697c7632d4758c3a549312ed043d139bde30e65]

        INTEGRATION: CWS rc2merge (1.32.36); FILE MERGED 2003/07/03 14:35:42 ihi 1.32.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcc2d7295f4cde7931e33ef16eb757bf6201f077]

        INTEGRATION: CWS rc2merge (1.46.36); FILE MERGED 2003/07/03 14:35:41 ihi 1.46.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a5b624f4b43c4213d8de2ba55dc0c5246e609b2]

        INTEGRATION: CWS rc2merge (1.44.36); FILE MERGED 2003/07/03 14:35:39 ihi 1.44.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [de7d528f83a9b3b0667784d8e8c7f8fd79cdeb48]

        INTEGRATION: CWS rc2merge (1.4.36); FILE MERGED 2003/07/03 14:35:39 ihi 1.4.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7136155504ddaa37e8646212e96687d93c9c5d13]

        INTEGRATION: CWS rc2merge (1.19.36); FILE MERGED 2003/07/03 14:35:35 ihi 1.19.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52ddd2865399958cec9288c48c55ebac5591797]

        INTEGRATION: CWS rc2merge (1.17.36); FILE MERGED 2003/07/03 14:35:35 ihi 1.17.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e4abcdf3090a09445acbe3077a3b6dc1161e5fc]

        INTEGRATION: CWS rc2merge (1.20.36); FILE MERGED 2003/07/03 14:35:34 ihi 1.20.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [982f9e51031e526ecf3f97811ccaf485f8e61ec0]

        INTEGRATION: CWS rc2merge (1.42.2); FILE MERGED 2003/07/03 14:35:33 ihi 1.42.2.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [018b9e6e14c2fc047de6aa826bfbbe83cdecef5c]

        INTEGRATION: CWS rc2merge (1.18.36); FILE MERGED 2003/07/03 14:35:33 ihi 1.18.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f68f5ed1e77cd242598e29311ac70bee8afbb3d]

        INTEGRATION: CWS rc2merge (1.20.36); FILE MERGED 2003/07/03 14:35:32 ihi 1.20.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb74da986012e6809e250a24290553d4a6a7e393]

        INTEGRATION: CWS rc2merge (1.15.2); FILE MERGED 2003/07/03 14:35:32 ihi 1.15.2.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e2e56f44c0f58c920d84f32e06886855f68d615]

        INTEGRATION: CWS rc2merge (1.18.36); FILE MERGED 2003/07/03 14:35:31 ihi 1.18.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [11b2a8e89320a5211d3aaea00ca88389e2e14eee]

        INTEGRATION: CWS rc2merge (1.19.36); FILE MERGED 2003/07/03 14:35:31 ihi 1.19.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a700588a2a96b8f2d2b906e9fae0e0d0aca7659]

        INTEGRATION: CWS rc2merge (1.25.36); FILE MERGED 2003/07/03 14:35:30 ihi 1.25.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdb6d60554235fd4940b02bdf618468f83ab809a]

        INTEGRATION: CWS rc2merge (1.26.36); FILE MERGED 2003/07/03 14:35:30 ihi 1.26.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c5de5c3eb0f2315b81cc814bf063b03674b4360]

        INTEGRATION: CWS rc2merge (1.2.2); FILE MERGED 2003/07/03 14:35:29 ihi 1.2.2.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [258d04d68ee01bba062acc25b576144bf3e48fc8]

        INTEGRATION: CWS rc2merge (1.33.36); FILE MERGED 2003/07/03 14:35:27 ihi 1.33.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3bd10764c8c7bc2d5c03811cc57400177d14c6d]

        INTEGRATION: CWS rc2merge (1.28.36); FILE MERGED 2003/07/03 14:35:26 ihi 1.28.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d869c3daeb093d73c025431b22d9d642a8fb2df]

        INTEGRATION: CWS rc2merge (1.21.36); FILE MERGED 2003/07/03 14:35:25 ihi 1.21.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5834480d42b73d4fde7aea835eb47e9d638b4416]

        INTEGRATION: CWS rc2merge (1.50.36); FILE MERGED 2003/07/03 14:35:25 ihi 1.50.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [666673132a154da1b3ba900a58e476c1090f1588]

        INTEGRATION: CWS rc2merge (1.26.36); FILE MERGED 2003/07/03 14:35:24 ihi 1.26.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8396ca27b64d003209fc4fde3d016cdd7ce562ab]

        INTEGRATION: CWS rc2merge (1.30.36); FILE MERGED 2003/07/03 14:35:24 ihi 1.30.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [174a93c88e59c88b79e44f49cb8dbf0e0617c835]

        INTEGRATION: CWS rc2merge (1.21.36); FILE MERGED 2003/07/03 14:35:23 ihi 1.21.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2b4bbbfe78809d8f6b04cffdbe26bf4ff2259fc]

        INTEGRATION: CWS rc2merge (1.27.36); FILE MERGED 2003/07/03 14:35:22 ihi 1.27.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3489138fd786198b55f4d1a6430a57afb07da8a]

        INTEGRATION: CWS rc2merge (1.33.36); FILE MERGED 2003/07/03 14:35:20 ihi 1.33.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e06e8c4e56a67c3a54eea49de12346008cdd86e4]

        INTEGRATION: CWS rc2merge (1.17.36); FILE MERGED 2003/07/03 14:35:20 ihi 1.17.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5582845dcf09240dd073a5ebf94ad0b606b607b]

        INTEGRATION: CWS rc2merge (1.20.36); FILE MERGED 2003/07/03 14:35:19 ihi 1.20.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5846e3be74d83dfd75fb6777ca9c94f528a963f0]

        INTEGRATION: CWS rc2merge (1.37.2); FILE MERGED 2003/07/03 14:35:18 ihi 1.37.2.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ce3fd361250e5c16bb09bf22632cb0d2efd0ef]

        INTEGRATION: CWS rc2merge (1.43.22); FILE MERGED 2003/07/03 14:35:16 ihi 1.43.22.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b260f78492efaa3a264112d447efabedd31dcd30]

        INTEGRATION: CWS rc2merge (1.26.36); FILE MERGED 2003/07/03 14:35:15 ihi 1.26.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a50f66acec72eda6e5d4b8b6fd53820119ef235]

        INTEGRATION: CWS rc2merge (1.21.36); FILE MERGED 2003/07/03 14:35:15 ihi 1.21.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c4acc20fc76e6bfd836f0453949bb20ad8bb5ab]

        INTEGRATION: CWS rc2merge (1.19.36); FILE MERGED 2003/07/03 14:35:15 ihi 1.19.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [219ed8580ea30336df083649a9f8d70d30cf359c]

        INTEGRATION: CWS rc2merge (1.22.36); FILE MERGED 2003/07/03 14:35:14 ihi 1.22.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fca015e57ac9dc5acaea4749f30af968c9422dc1]

        INTEGRATION: CWS rc2merge (1.18.36); FILE MERGED 2003/07/03 14:35:13 ihi 1.18.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [957aebf25895a380cde6531bdef5717ff2344b82]

        INTEGRATION: CWS rc2merge (1.39.36); FILE MERGED 2003/07/03 14:35:13 ihi 1.39.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [28f221ac672ecf47e6bc5349f041539b319afd1e]

        INTEGRATION: CWS rc2merge (1.45.36); FILE MERGED 2003/07/03 14:35:10 ihi 1.45.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [39663833f924f0a1a57d2500f9cfe016394e523b]

        INTEGRATION: CWS rc2merge (1.61.36); FILE MERGED 2003/07/03 14:35:09 ihi 1.61.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [58cf27a58c0f56f46d40c0f341b57d0b43a536f3]

        INTEGRATION: CWS rc2merge (1.90.36); FILE MERGED 2003/07/03 14:35:08 ihi 1.90.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b82402b2839cc9daf2f029bba16a85cb6fa96c01]

        INTEGRATION: CWS rc2merge (1.17.36); FILE MERGED 2003/07/03 14:35:04 ihi 1.17.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bf699b24dde807652e64d950321192a2a035550]

        INTEGRATION: CWS rc2merge (1.27.36); FILE MERGED 2003/07/03 14:35:03 ihi 1.27.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [03e19969906e0fe96154628dab00f92bf174d4ab]

        INTEGRATION: CWS rc2merge (1.33.36); FILE MERGED 2003/07/03 14:35:03 ihi 1.33.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [af0ed93b20e880bae0b4010e87812886d353ddfc]

        INTEGRATION: CWS rc2merge (1.32.36); FILE MERGED 2003/07/03 14:35:02 ihi 1.32.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [70d8fc67dd93300966ef9459fd8631fa641596c1]

        INTEGRATION: CWS rc2merge (1.19.36); FILE MERGED 2003/07/03 14:35:02 ihi 1.19.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [69045ed1a663c947dbc2bf376933e06f4a2f1b83]

        INTEGRATION: CWS rc2merge (1.44.36); FILE MERGED 2003/07/03 14:35:01 ihi 1.44.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5949b4475224fd6b9db391519cb62fe1a9ab386c]

        INTEGRATION: CWS rc2merge (1.36.36); FILE MERGED 2003/07/03 14:35:00 ihi 1.36.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e18b4533099e88ff464dbf43386e5bc58b51d56]

        INTEGRATION: CWS rc2merge (1.30.36); FILE MERGED 2003/07/03 14:34:58 ihi 1.30.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbe6f6c1ff3ae726c863401468e89e569870fef0]

        INTEGRATION: CWS rc2merge (1.40.36); FILE MERGED 2003/07/03 14:34:57 ihi 1.40.36.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cffaf5fc31fe44e17a73ee59a76d42b0a849fe84]

        INTEGRATION: CWS rc2merge (1.90.12); FILE MERGED 2003/07/03 14:34:57 ihi 1.90.12.1: rc-2 merge all languages

2003-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33be80a7e4ba01aba4180da4964c72ed1e695d16]

        INTEGRATION: CWS rc2merge (1.107.36); FILE MERGED 2003/07/03 14:34:52 ihi 1.107.36.1: rc-2 merge all languages

2003-07-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a2dcff04be8d6461baa1f9ac3d0d14f1fe756216]

        #109378#, #110597# added dependency to get last particle in module

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [1216d1a1e2dd5891c3bfd75c5b75af5c0a378365]

        SRX645

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [76006a0a42d7a638d6318f166780a568dff258da]

        INTEGRATION: CWS ooo11rc (1.3.2); FILE MERGED 2003/06/24 15:29:31 vq 1.3.2.1: #i15957# Shell buildin 'which' sometimes returns an error

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [bdc96df9366201ab22dd7a6e73016044f7d569ab]

        INTEGRATION: CWS ooo11rc (1.2.2); FILE MERGED 2003/06/29 08:17:53 jbu 1.2.2.3: #i15917# + #i16131# removed unneeded stuff, directories are now created during each file copy, now SMP buildable, builds on all shells 2003/06/25 18:40:58 jbu 1.2.2.2: #i15974# problems during creation of directories fixed, .pyc aren't copied now anymore 2003/06/20 16:10:50 jbu 1.2.2.1: #i15866# now builds also, when win-volums of solver and project are different

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [3a64cd51333432459cd8ec08182a93660721cede]

        INTEGRATION: CWS ooo11rc (1.2.4); FILE MERGED 2003/06/29 16:55:07 jbu 1.2.4.1: #i16215# fixed crash in case the python traceback object is null (occurs, when there is only a native code on the stack)

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [07fa16315fb174fa6a12571d4c6faf6fe0fe0b05]

        INTEGRATION: CWS ooo11rc (1.30.10); FILE MERGED 2003/06/30 12:29:07 mh 1.30.10.1: add: gcc2.95 compile fixes, #i14672#

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [1b65c06d081e211b6e7a80e323792edd321c77ed]

        INTEGRATION: CWS ooo11rc (1.1.4); FILE MERGED 2003/07/01 12:28:00 khendricks 1.1.4.1: changing each makefile.mk to try t remove the extra quotes generated under WIN builds Issue 16256

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [4137778e1b0dd71fe6bfd259fc7fa15bd0e525a9]

        INTEGRATION: CWS ooo11rc (1.1.4); FILE MERGED 2003/07/01 12:27:59 khendricks 1.1.4.1: changing each makefile.mk to try t remove the extra quotes generated under WIN builds Issue 16256

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [a2d966b8154a75dc2328c84a32510d882cc51517]

        INTEGRATION: CWS ooo11rc (1.1.4); FILE MERGED 2003/07/01 12:27:58 khendricks 1.1.4.2: changing each makefile.mk to try t remove the extra quotes generated under WIN builds Issue 16256 2003/06/19 01:16:23 khendricks 1.1.4.1: updating dictionaries to reflect final changes in my tree from ooo11b2

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [62b94cd00ebe0babd490e2d684094350d09bc8ae]

        INTEGRATION: CWS ooo11rc (1.1.4); FILE MERGED 2003/07/01 12:27:57 khendricks 1.1.4.1: changing each makefile.mk to try t remove the extra quotes generated under WIN builds Issue 16256

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [19d44f4b7bcb181d79b3c644308a93ee47742fcb]

        INTEGRATION: CWS ooo11rc (1.1.4); FILE MERGED 2003/07/01 12:27:55 khendricks 1.1.4.1: changing each makefile.mk to try t remove the extra quotes generated under WIN builds Issue 16256

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [604071c3886d97faaca8f2abbd17dc3604a67bf5]

        INTEGRATION: CWS ooo11rc (1.1.4); FILE MERGED 2003/07/01 12:27:54 khendricks 1.1.4.1: changing each makefile.mk to try t remove the extra quotes generated under WIN builds Issue 16256

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [c516585f3da0237524aa1654e81b8d9b399994e1]

        INTEGRATION: CWS ooo11rc (1.2.28); FILE MERGED 2003/06/18 18:14:08 er 1.2.28.2: #i15584# Change DayID and MonthID to English names 2003/06/18 14:23:09 er 1.2.28.1: #i15584# correct dates copied from en_US with wrong MDY order and/or separator. Also put a space in between the amount and the currency symbol, as discussed with Robert Ludvik by mail.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [631e83242df47688ad1942ca95bf43cda9beed8c]

        INTEGRATION: CWS ooo11rc (1.1.2); FILE ADDED 2003/06/18 18:33:41 er 1.1.2.1: #i14383# add sk_SK Slovak locale data

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [3d75385bcc4d22773e7a8a71e2506374b9f6b689]

        INTEGRATION: CWS ooo11rc (1.6.28); FILE MERGED 2003/06/18 17:10:12 er 1.6.28.1: #i10976# apply patch provided by Gaute Hvoslef Kvalnes (with some slight corrections)

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [93a7552383cdbfa4367e5626662e79e8bfbd0480]

        INTEGRATION: CWS ooo11rc (1.7.28); FILE MERGED 2003/06/18 17:10:12 er 1.7.28.1: #i10976# apply patch provided by Gaute Hvoslef Kvalnes (with some slight corrections)

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [283b162f1968e929d28cc7422baa97f7c0836799]

        INTEGRATION: CWS ooo11rc (1.5.70); FILE MERGED 2003/06/18 17:10:12 er 1.5.70.1: #i10976# apply patch provided by Gaute Hvoslef Kvalnes (with some slight corrections)

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [338d5091f2e2296d43edb96d5b0e27d2b9229cf4]

        INTEGRATION: CWS ooo11rc (1.20.2); FILE MERGED 2003/06/18 18:33:40 er 1.20.2.1: #i14383# add sk_SK Slovak locale data

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [3846775cc63ed9b6892c5fa89507358d6ca3fa3d]

        INTEGRATION: CWS ooo11rc (1.4.2); FILE MERGED 2003/06/18 18:33:40 er 1.4.2.1: #i14383# add sk_SK Slovak locale data

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [9bd4e4a5df7eeaf048a00f038d8a6f13ce617cd7]

        INTEGRATION: CWS ooo11rc (1.5.28); FILE MERGED 2003/06/18 15:14:38 er 1.5.28.1: #i13358# currency symbol is simply $ instead of $U

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [e2131d50b80a4898868b1d6ef742249d8d87706f]

        INTEGRATION: CWS ooo11rc (1.21.2); FILE MERGED 2003/06/18 18:33:39 er 1.21.2.1: #i14383# add sk_SK Slovak locale data

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [6b31cf7a3378211604a67fc37092121e8e302bd0]

        INTEGRATION: CWS ooo11rc (1.4.42); FILE MERGED 2003/06/18 12:59:48 mh 1.4.42.1: join: from ooo11beta2

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [c3e9d8cb3925ccfc85675cb42d021609131cc59f]

        INTEGRATION: CWS ooo11rc (1.39.8); FILE MERGED 2003/06/23 14:35:51 kso 1.39.8.1: #i15934# - Can compiled using MSVC 6 again.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [57908af0a121b5ee00746bc95d2113ed3af25e2f]

        INTEGRATION: CWS ooo11rc (1.13.8); FILE MERGED 2003/06/23 14:35:51 kso 1.13.8.1: #i15934# - Can compiled using MSVC 6 again.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [239bf5c89fc517a6187a23e935792652ccb053b3]

        INTEGRATION: CWS ooo11rc (1.47.8); FILE MERGED 2003/06/23 14:35:49 kso 1.47.8.1: #i15934# - Can compiled using MSVC 6 again.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [56e45f9b2ab79d52c3f493c67ab471b05ae2a718]

        INTEGRATION: CWS ooo11rc (1.4.8); FILE MERGED 2003/06/23 14:35:48 kso 1.4.8.1: #i15934# - Can compiled using MSVC 6 again.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [176f99f053e44b77501503ab480a5ac38eb5ca70]

        INTEGRATION: CWS ooo11rc (1.22.8); FILE MERGED 2003/06/23 14:35:48 kso 1.22.8.1: #i15934# - Can compiled using MSVC 6 again.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [41d46bf7e1f2b0e881661a3c6fb91557c8c601ba]

        INTEGRATION: CWS ooo11rc (1.3.8); FILE MERGED 2003/06/18 13:08:45 mh 1.3.8.1: join: from ooo11beta2

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [500ee6de4a38c02ebe83594f437fa71d9bfd53f0]

        INTEGRATION: CWS ooo11rc (1.1.1.1.78); FILE MERGED 2003/06/27 00:51:05 nick 1.1.1.1.78.1: IZ 15351: Add rsc.cpp to NOOPT list for IRIX

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [fff415643da7efb686688ef91d9e007881f34e03]

        INTEGRATION: CWS ooo11rc (1.36.12); FILE MERGED 2003/06/24 15:21:37 svesik 1.36.12.1: Apply pacth to be able to compile with MS VCC6 SP5 this is #IZ15964#

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [3bfaa3aa9919c09de9be9f3558486f1c8e947017]

        INTEGRATION: CWS ooo11rc (1.8.2); FILE MERGED 2003/06/29 14:36:32 vq 1.8.2.4: #i15778# Add PYTHONHOME and PYTHONPATH 2003/06/27 14:58:39 vq 1.8.2.3: #i14320# .NET needs midl.exe 2003/06/27 14:22:26 haggai 1.8.2.2: #i10477# add --without-gpc switch to optionally build without gpc library 2003/06/27 00:46:37 nick 1.8.2.1: IZ 15349: IRIX should not include /usr/include (explicitly anyway)

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [6f074038c06700f8b091f63e3f1b9f626ff5357d]

        INTEGRATION: CWS ooo11rc (1.53.2); FILE MERGED 2003/06/30 13:24:09 waratah 1.53.2.7: #I16226#  Implement gtk test for freebsd 2003/06/27 23:48:06 waratah 1.53.2.6: #I15893#   Implement the gtk test with the incrrect version number, at least test works 2003/06/27 14:22:25 haggai 1.53.2.5: #i10477# add --without-gpc switch to optionally build without gpc library 2003/06/24 21:28:33 vq 1.53.2.4: #i16034# Make the 02/2003 the default PSDK for windows builds, but introduce --with-old-psdk for backward compatibility 2003/06/19 12:24:15 waratah 1.53.2.3: #14442# correct implementation of xmkmf test 2003/06/19 01:25:36 khendricks 1.53.2.2: changing --with-dict to default to ALL if nothing specified 2003/06/18 12:58:10 mh 1.53.2.1: join: from ooo11beta2

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [8188847f635522c64317f756d1cb2f2055c4a2aa]

        INTEGRATION: CWS ooo11rc (1.34.2); FILE MERGED 2003/06/30 13:25:16 waratah 1.34.2.7: #I16226#  Implement gtk test for freebsd 2003/06/27 23:49:41 waratah 1.34.2.6: #I15893#   Implement the gtk test with the incrrect version number, at least test works 2003/06/27 15:07:22 haggai 1.34.2.5: #i10477# regenerate configure for --without-gpc switch 2003/06/24 21:28:32 vq 1.34.2.4: #i16034# Make the 02/2003 the default PSDK for windows builds, but introduce --with-old-psdk for backward compatibility 2003/06/19 12:25:03 waratah 1.34.2.3: #14442# correct implementation of xmkmf test 2003/06/19 01:26:07 khendricks 1.34.2.2: updating to match configure.in 2003/06/18 12:58:08 mh 1.34.2.1: join: from ooo11beta2

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [4653f76c5d26c183990fa03b80f0eb894978dcef]

        INTEGRATION: CWS ooo11rc (1.1.2); FILE ADDED 2003/06/30 13:27:05 waratah 1.1.2.1: #I16226# Make it easier to build with autoconf

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [6bf8396bc2c8ba0511165644b47ca0297c8b5322]

        INTEGRATION: CWS ooo11rc (1.17.40); FILE MERGED 2003/06/27 00:52:55 nick 1.17.40.1: IZ 15352: Larger lgot_buffer size for IRIX

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [fa8a35e06aeea73ec049fc0a79a1f90c1be66020]

        INTEGRATION: CWS ooo11rc (1.54.2); FILE MERGED 2003/07/01 08:20:42 tv 1.54.2.1: #i15918# added support for czech and slovak icons

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [fd8d02e2bac8ff15db56e376a4462ea10ad7c633]

        INTEGRATION: CWS ooo11rc (1.92.10); FILE MERGED 2003/07/02 10:18:24 hdu 1.92.10.5: #i16304# get FT library version on more UNX platforms 2003/07/02 08:44:23 mh 1.92.10.4: RESYNC MERGED 1.92 1.93 2003/07/02 08:43:45 mh 1.92.10.3: RESYNC MERGED 1.92 1.93 2003/07/01 06:46:51 hdu 1.92.10.2: #109247# remove debug output 2003/06/30 12:26:24 hdu 1.92.10.1: #109247# avoid FaceFT objects because they cost to much when fonts with lots of embedded bitmaps are used

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [94eca06b5b94c8ea9d3b7e65fa8fd8a5f4c273a5]

        INTEGRATION: CWS ooo11rc (1.2.6); FILE MERGED 2003/06/30 10:59:49 af 1.2.6.1: #i16122# Changed initialization of reference variable.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [2954a0f99b4a47904cddd59ad71c412ab382dbce]

        INTEGRATION: CWS ooo11rc (1.43.22); FILE MERGED 2003/07/02 08:40:00 mh 1.43.22.2: RESYNC MERGED 1.43 1.44 Everything below this line will be added to the revision comment. 2003/06/30 12:56:06 hdu 1.43.22.1: #i14788# text output should not change vertical char, it is text inputs responsibility

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [5bc2e817894690fd95340e35e7aa2e689edf2bdc]

        INTEGRATION: CWS ooo11rc (1.2.12); FILE MERGED 2003/06/19 22:43:12 khendricks 1.2.12.1: Hi,
        
        Committing recommended fix from Ause so that the tree will
        build on non-Soalris platforms

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [71cdfc0cd77f4cd4d36154ee6190a8d0e8126e10]

        INTEGRATION: CWS ooo11rc (1.20.12); FILE MERGED 2003/06/27 14:50:50 hro 1.20.12.1: #i15784# Removed obsolete EXE filesa from cvs repository

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [f6b8704c52249a400a7c41ca468c224480ac9bf4]

        INTEGRATION: CWS ooo11rc (1.13.4); FILE MERGED 2003/06/30 14:51:26 hro 1.13.4.4: #i15843# Use mkstemp instead of tmpnam 2003/06/30 14:31:00 hro 1.13.4.3: #i15843# Use mkstemp instead of tmpnam 2003/06/30 13:04:04 hro 1.13.4.2: #i15843# Fixed not failsafe implemented dladdr call 2003/06/21 16:12:39 pjanik 1.13.4.1: #i15896#: Change C++ code to C.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [2f646c6c0eb971667004701bd3732fa5fb667c4b]

        INTEGRATION: CWS ooo11rc (1.20.34); FILE MERGED 2003/06/27 14:53:04 mh 1.20.34.1: add: fix for soli, #i15800#

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [c97d2153eb96e505ace42b39ee3fb83bd035f1c0]

        INTEGRATION: CWS ooo11rc (1.2.32); FILE MERGED 2003/06/27 14:22:24 haggai 1.2.32.1: #i10477# add --without-gpc switch to optionally build without gpc library

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [880cf620ea1ecc96a595d342075394f0999b633d]

        INTEGRATION: CWS ooo11rc (1.5.32); FILE MERGED 2003/06/27 14:22:23 haggai 1.5.32.1: #i10477# add --without-gpc switch to optionally build without gpc library

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [c0aebd8ea1803a5940bf1f7f3c6419991d38b6b1]

        INTEGRATION: CWS ooo11rc (1.12.4); FILE MERGED 2003/06/24 11:27:48 pjanik 1.12.4.1: #i15640#: Fix the name of KMail profile.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [5131bc36623e26a9bbe2b41c53390254ca40ff3d]

        INTEGRATION: CWS ooo11rc (1.17.2); FILE MERGED 2003/07/01 00:57:25 khendricks 1.17.2.1: fix for issue 15238 for iso-8859-2 using locales Includes support for:
        
        Czech cs-CZ, Croatian hr-HR, Hungarian hu-HU, Polish pl-PL,
        Romanian ro-RO, Slovak sk-SK, Slovenian sl-SI
        
        Missing: Bosnian, Serbian, Sorbian

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [d333c67d22dd88f2fb5d0007b83fc47b43585969]

        INTEGRATION: CWS ooo11rc (1.39.8); FILE MERGED 2003/06/25 13:04:14 armin 1.39.8.1: iRemove extra parenthesises which were confusing MS VC6 SP5

2003-07-02  Daniel Boelzle  <dbo@openoffice.org>  [49af9676c92f9ac3d4221deca0ba1fdd8529b5b6]

        #107130# cleanup

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [ee6cf8723ce592f30255eec326c129e0d8e18e91]

        INTEGRATION: CWS ooo11rc (1.1.8); FILE MERGED 2003/06/30 15:20:53 hro 1.1.8.4: #i16056# Changed bootstrap key names for error report to 'ErrorReportServer' and 'ErrorReportPort' 2003/06/27 15:33:30 hro 1.1.8.3: #i16123# If the same proxy is used for all protocols the protocol prefix is missing 2003/06/27 15:17:51 hro 1.1.8.2: #i16009# At least provide library names (not paths) if only dbghelp.dll version 5.1 is available) 2003/06/27 15:02:04 hro 1.1.8.1: #16114# VC6 does not not basic type intptr_t

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [777c665e64468bc75d4a7f87d362488efbce19b9]

        INTEGRATION: CWS ooo11rc (1.1.8); FILE MERGED 2003/06/30 15:45:59 hro 1.1.8.1: #i15843# --only-mod-libs onyl for static gtk, replace jre path to search for libjpeg

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [b43884c8d15d39afc121411ec3f5bd4c07b4673e]

        INTEGRATION: CWS ooo11rc (1.2.6); FILE MERGED 2003/06/30 15:45:58 hro 1.2.6.2: #i15843# --only-mod-libs onyl for static gtk, replace jre path to search for libjpeg 2003/06/30 14:50:02 hro 1.2.6.1: #i15843# Fixed linker command line for non static gtk

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [10620d3c72ef8bd2ef28290a34b114c82a2d4125]

        INTEGRATION: CWS ooo11rc (1.6.6); FILE MERGED 2003/06/30 15:20:40 hro 1.6.6.3: #i16056# Changed bootstrap key names for error report to 'ErrorReportServer' and 'ErrorReportPort' 2003/06/30 14:40:04 hro 1.6.6.2: #i15843# Include <vcl/version.h> to avoid build errors 2003/06/23 12:16:50 svesik 1.6.6.1: _version.h lives inside vcl, so needs vcl/ when being included

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [9ad1f94ab14c4e3cd4aa7b9baee9965cc2cdec45]

        INTEGRATION: CWS ooo11rc (1.99.30); FILE MERGED 2003/06/27 00:49:34 nick 1.99.30.1: IZ 15350: GCC 2 bug when member function is part of initialiser (on IRIX)

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [6cb6964d3463039251e126d99518fd53cd21e7d7]

        INTEGRATION: CWS ooo11rc (1.12.2); FILE MERGED 2003/06/30 10:30:42 mh 1.12.2.2: add: dutch license file, #i15910# 2003/06/23 14:12:42 mh 1.12.2.1: add: readlicense_oo/prj/d.lst for Catalan localization, #i15586#

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [abadb574311a5fb2afb57d2691cef708a7352438]

        INTEGRATION: CWS ooo11rc (1.4.2); FILE MERGED 2003/06/25 17:49:18 pjanik 1.4.2.4: Fix URLs of Czech and Slovak README files. 2003/06/23 18:50:48 pjanik 1.4.2.3: #i15856#: Remove beta2 from Czech and Slovak translation. 2003/06/23 13:58:01 mh 1.4.2.2: add: remove beta2, #i15856# 2003/06/19 18:50:25 pjanik 1.4.2.1: #i15492#: Add Czech and Slovak translation.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [b167593d96de22b0de3895d22dc5d294c51dd093]

        INTEGRATION: CWS ooo11rc (1.1.1.1.52); FILE MERGED 2003/06/27 08:25:05 mh 1.1.1.1.52.1: remove warnings, #i11742#

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [c2b9d5553fdb5624fa84a8640e0a924c2a0a297e]

        INTEGRATION: CWS ooo11rc (1.2.52); FILE MERGED 2003/06/27 08:25:05 mh 1.2.52.1: remove warnings, #i11742#

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [14d1a00e81171a79a62753271d58b02af5406206]

        INTEGRATION: CWS ooo11rc (1.1.38); FILE MERGED 2003/06/28 10:37:25 waratah 1.1.38.1: #I11742: remove warnings from autodoc source

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [edd4335d71db221d896c6296ec1ea285911bfd32]

        INTEGRATION: CWS ooo11rc (1.1.38); FILE MERGED 2003/06/30 13:47:44 np 1.1.38.1: #i16201# workaround to probably gcc3.3 bug (template not instantiated, when a static_cast requires a constructor call).

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [df8d02d178623bad09ce09e79c6399bff4d69a85]

        INTEGRATION: CWS ooo11rc (1.2.18); FILE MERGED 2003/06/28 10:37:24 waratah 1.2.18.2: #I11742: remove warnings from autodoc source 2003/06/27 08:25:02 mh 1.2.18.1: remove warnings, #i11742#

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [5c238ecbe918d903d4faa7766a8f37be9d0944e0]

        INTEGRATION: CWS ooo11rc (1.2.4); FILE ADDED 2003/06/18 12:59:10 mh 1.2.4.1: join: from ooo11beta2

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [0071154f92bda0d9d4dbfe5700764b850e4d5146]

        INTEGRATION: CWS ooo11rc (1.1.2); FILE ADDED 2003/06/18 20:12:28 mh 1.1.2.1: add: unxsoli4

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [27cb79ab2dbdc596e1f858e05c39783810f650ca]

        INTEGRATION: CWS ooo11rc (1.18.2); FILE MERGED 2003/06/30 17:21:03 vq 1.18.2.1: #i14472# Set CFLAGSCRASHDUMP flag

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [01b9a3a8937ee2f40cbf87135d014c6585a62d1a]

        INTEGRATION: CWS ooo11rc (1.15.38); FILE MERGED 2003/06/27 10:44:12 hjs 1.15.38.1: #i15915# fix multiprocess problems - make tempfiles unique

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [0698cfa23edc01a0278f297b38bd26fb97f63e81]

        INTEGRATION: CWS ooo11rc (1.22.38); FILE MERGED 2003/06/27 15:07:23 vq 1.22.38.1: #i12980# attrib is not needed and fails for W32-tcsh

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [2dc80d8e1f0e27cd4ca39212820da764d1a74606]

        INTEGRATION: CWS ooo11rc (1.12.2); FILE MERGED 2003/06/19 07:40:21 mh 1.12.2.1: add: fixes for Solaris C55, #i15800#

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [34de3e0235651c960e11d10badd42de1a2a53b06]

        INTEGRATION: CWS ooo11rc (1.65.4); FILE MERGED 2003/06/27 14:22:27 haggai 1.65.4.1: #i10477# add --without-gpc switch to optionally build without gpc library

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [b0f683ea5481808787b847ca5e53c2f521d9376b]

        INTEGRATION: CWS ooo11rc (1.14.38); FILE MERGED 2003/06/27 10:44:12 hjs 1.14.38.1: #i15915# fix multiprocess problems - make tempfiles unique

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [f5b270eddd2d942a36c2e215db89dd7897d52aeb]

        INTEGRATION: CWS ooo11rc (1.10.24); FILE MERGED 2003/07/01 20:39:25 vq 1.10.24.1: #i16214# Add vnd.openoffice.pymodule to exceptions for regcomp.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [757c831d9727f64adb86b4b12751ff8e5f51c214]

        INTEGRATION: CWS ooo11rc (1.48.2); FILE MERGED 2003/07/02 08:27:08 haggai 1.48.2.2: #i14653# correction.  Cygwin perl does not define its env as MSWin32 so switch to checking for GUI=WNT instead. (Approved by Martin on IRC) 2003/06/27 14:15:57 haggai 1.48.2.1: #i14653# new options for deliver.pl: -link and -deloutput Optional switches for saving disk space during a build

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [229765807654572260adff6d86dc1f80c30afebd]

        INTEGRATION: CWS ooo11rc (1.68.2); FILE MERGED 2003/07/01 07:51:34 hdu 1.68.2.1: #110548# more important than #107885#

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [2ce782d0f851fe343e36c79bf93ea1c2316b7e03]

        INTEGRATION: CWS ooo11rc (1.26.16); FILE MERGED 2003/06/27 14:37:28 pl 1.26.16.1: #110467# use deldata to notice frame destruction in callback

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [857f4231fa55999284cdf9e7667aaae19965fa23]

        INTEGRATION: CWS ooo11rc (1.24.24); FILE MERGED 2003/06/30 16:51:36 pl 1.24.24.1: #110509# set ic focus again if necessary

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [eaf5cf1369a84ffd72bd1139838bbd70af88b859]

        INTEGRATION: CWS ooo11rc (1.29.64); FILE MERGED 2003/06/27 14:36:06 pl 1.29.64.1: #110467# make DelData public

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [1044a78728ee97d863689887c71c2c4e661b50ee]

        INTEGRATION: CWS ooo11rc (1.20.78); FILE MERGED 2003/07/01 20:45:51 hdu 1.20.78.5: #109247# don't release current GC font 2003/07/01 19:37:09 hdu 1.20.78.4: #109247# move GC ring element removal responsibility to ServerFont destructor 2003/07/01 17:42:03 hdu 1.20.78.3: #109247# better garbage collection 2003/07/01 15:58:14 hdu 1.20.78.2: #109247# better garbage collection 2003/06/30 12:26:25 hdu 1.20.78.1: #109247# avoid FaceFT objects because they cost to much when fonts with lots of embedded bitmaps are used

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [b2083ef7b75f406ccb6a3344eb204c26156f7142]

        INTEGRATION: CWS ooo11rc (1.22.58); FILE MERGED 2003/06/30 12:26:24 hdu 1.22.58.1: #109247# avoid FaceFT objects because they cost to much when fonts with lots of embedded bitmaps are used

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [c2f420086b8df3dc0a0e21d8f1e6ca419fc95540]

        INTEGRATION: CWS ooo11rc (1.151.2); FILE MERGED 2003/07/01 00:52:26 khendricks 1.151.2.1: adding luxi sans before Vera in UI_FALLBACK Issue 15238 for iso-8859-2 using locales

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [8f9a29ebf7e4cc9c9c5a6c92c33a8ed2e3436ec4]

        INTEGRATION: CWS ooo11rc (1.15.2); FILE MERGED 2003/07/01 00:52:25 khendricks 1.15.2.1: adding luxi sans before Vera in UI_FALLBACK Issue 15238 for iso-8859-2 using locales

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [8c2acb9ddf97e7932dd4e7b23815b9b9b23a27f3]

        INTEGRATION: CWS ooo11rc (1.2.4); FILE MERGED 2003/06/26 17:42:00 vq 1.2.4.1: #i16117# Fix for W32-tcsh, verified by hjs.

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [ee0782ca0fc1f061a7ff4557049489a4aabda407]

        INTEGRATION: CWS ooo11rc (1.15.4); FILE MERGED 2003/06/24 13:28:32 svesik 1.15.4.1: Always use system tar on Solaris

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [2c9b65208c95b5d7550d54b8d372902d6114e17e]

        INTEGRATION: CWS ooo11rc (1.4.132); FILE MERGED 2003/06/27 14:41:11 hro 1.4.132.1: #i16053# Removed debug messages

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [e34fa64393275c8601ef6845dfaf7e889a96559b]

        INTEGRATION: CWS ooo11rc (1.17.34); FILE MERGED 2003/06/21 14:38:05 pjanik 1.17.34.2: #i15895#: Fix preprocessor usage. 2003/06/18 13:00:55 mh 1.17.34.1: join: from ooo11beta2

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [c61bf41c39daa97d30016eedcd7a0b687c2d8558]

        INTEGRATION: CWS ooo11rc (1.6.124); FILE MERGED 2003/06/18 13:01:28 mh 1.6.124.1: join: from ooo11beta2

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [f9c4bf82fa53e78a7b9c5751ec26f7dfc55ffa10]

        INTEGRATION: CWS ooo11rc (1.2.52); FILE MERGED 2003/06/27 15:18:29 haggai 1.2.52.1: #i12645# handle NULL return from getCmdLine() safely

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [8408908d4882138006c42d913de67586529527b7]

        INTEGRATION: CWS ooo11rc (1.30.4); FILE MERGED 2003/06/27 15:18:28 haggai 1.30.4.1: #i12645# handle NULL return from getCmdLine() safely

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [a4493f49c64c1a675c5a5c3f7e931860c42854db]

        INTEGRATION: CWS ooo11rc (1.5.4); FILE MERGED 2003/06/19 05:47:30 mh 1.5.4.1: join: from ooo11beta2

2003-07-02  Herbert Duerr  <hdu@openoffice.org>  [6caa1f7885d89cc89a2355f74f31ba5e942cecf8]

        #i16304# undo commit to wrong branch

2003-07-02  Herbert Duerr  <hdu@openoffice.org>  [ad20fbc207254ca8cb6433e10cd9408da6eaa0bf]

        #i16304# get FT library version on more UNX platforms

2003-07-02  Vladimir Glazounov  <vg@openoffice.org>  [bd3fe27c95ce1adf3c765780634d727f12843a54]

        SRX645

2003-07-01  Kurt Zenker  <kz@openoffice.org>  [7401ab464280d37900f6291784150db0669cda4e]

        new version for SRX645

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c4db073280fea15eae6cec4a44a1099eecbf4cbd]

        SRX645

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a36eca2537c226ee97816035b8ae35a20bed10e1]

        INTEGRATION: CWS sw019 (1.62.26); FILE MERGED 2003/06/30 13:38:30 os 1.62.26.1: #110317# hyperlink dialog icons with corrected transparency

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5733061a36aead10dab8ada4b679d25d028d57a8]

        INTEGRATION: CWS sw019 (1.38.14); FILE MERGED 2003/06/30 14:48:45 mav 1.38.14.1: #110534# negative values are possible in case of corrupted stream

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [084daf8487a15d825be8c144a8f5abb3ef23515d]

        INTEGRATION: CWS sw019 (1.22.80); FILE MERGED 2003/07/01 07:40:58 fme 1.22.80.1: #i14206# MoveBwd in combination with empty page and pagebreak changed

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [319da7fa5af2f2d0f593fbf4bddce9214dd59398]

        INTEGRATION: CWS sw019 (1.9.80); FILE MERGED 2003/06/30 18:23:59 dvo 1.9.80.1: #110525# SwTable::SetRowHeight(..) now properly deletes a table if the last row is deleted

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3e878c7b76c6ba6c8af35c4c4f228bf144a41367]

        INTEGRATION: CWS juabrc7 (1.2.4); FILE MERGED 2003/07/01 06:51:49 obr 1.2.4.1: #i16159# Container need to implement requestFocusInWindow as well

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5353b5ee67fa7346a392602345b62950fac613f2]

        INTEGRATION: CWS juabrc7 (1.5.4); FILE MERGED 2003/07/01 06:51:44 obr 1.5.4.1: #i16159# Container need to implement requestFocusInWindow as well

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8c7df0144c25e7397dda970a7c4ef123a9dac9c6]

        INTEGRATION: CWS juabrc7 (1.7.4); FILE MERGED 2003/07/01 06:51:41 obr 1.7.4.1: #i16159# Container need to implement requestFocusInWindow as well

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4aa07a182b0fd962ca69a2079882bea339a558b8]

        INTEGRATION: CWS juabrc7 (1.5.4); FILE MERGED 2003/07/01 07:24:34 obr 1.5.4.3: #i16159# added LABELED_BY relation as well 2003/07/01 07:15:53 obr 1.5.4.2: #i15585# exclude AWT EventDispatcherThread from executing actions 2003/06/30 14:42:59 obr 1.5.4.1: #i16160# buttons should expose MEMBER_OF relations

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b187e74bce1ac4c85434fe02d1473138a59b81c3]

        INTEGRATION: CWS tamino1 (1.2.30); FILE MERGED 2003/06/30 11:54:50 kso 1.2.30.1: #110515# - Fixed no-proxy list.

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bfce6bcf539a115a0f821f7d61fff30660997055]

        INTEGRATION: CWS extras9 (1.20.70); FILE MERGED 2003/06/18 13:30:00 bc 1.20.70.1: #110303#Radiogroup ressorted

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3ffb0aff94d8cfb0577c1d2cc00f9224d60b8a5f]

        INTEGRATION: CWS vcl14 (1.32.28); FILE MERGED 2003/06/27 08:50:09 pl 1.32.28.1: #110445# schedule thread after accept

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1149fff1fa04bf6a74d2195252f5b9fe6cdd9a54]

        INTEGRATION: CWS vcl14 (1.20.14); FILE MERGED 2003/06/27 06:55:07 pl 1.20.14.1: #110445# gethostname does not necessarily null terminate a truncated result, waitpid waited possibly for any child instead of intended, conditional _exit was not unnecessary

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ba0984d8c092973ae4c769e7fb86e93f4ace33ef]

        INTEGRATION: CWS vcl14 (1.13.14); FILE MERGED 2003/06/27 06:55:38 pl 1.13.14.1: #110445# dladdr can fail, too

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4816bbc161937173fefcba5ba964abee3216aad3]

        INTEGRATION: CWS vcl14 (1.16.14); FILE MERGED 2003/06/27 06:51:37 pl 1.16.14.1: #110445# use documented flags on access, use snprintf instead of sprintf

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [eda8e4c4dabd24afd1bc29428ecee920320d5da1]

        INTEGRATION: CWS vcl14 (1.14.10); FILE MERGED 2003/06/27 14:23:12 ab 1.14.10.1: #110072# SbMethod::Broadcast(): Check pMod for NULL

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a834ee2ee10724412c8727f1f0734f5061e147f3]

        INTEGRATION: CWS vcl14 (1.37.8); FILE MERGED 2003/06/30 12:20:43 pl 1.37.8.1: #110445# XOpenDisplay may fail

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2278ae78ff0c7972f51d9f281ec69bc6f93566df]

        INTEGRATION: CWS vcl14 (1.86.22); FILE MERGED 2003/06/26 13:09:26 mt 1.86.22.1: #i9286# catch all when calling getTransferData()

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f9cbdc95c226f53c99d21da57fbe769bf34d2413]

        INTEGRATION: CWS vcl14 (1.47.112); FILE MERGED 2003/06/30 11:39:33 mt 1.47.112.1: #i9286# Fixed also for SingleLinePaste

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [060c8f5abc688885619fb7661acbbaf3cfdf3d7a]

        INTEGRATION: CWS vcl14 (1.35.282); FILE MERGED 2003/06/26 13:07:05 mt 1.35.282.1: #110427# copy mnTextWidth in EditLine::Clone

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3acce2e5dc43c508a4ca0ffb93643abd147b3bec]

        INTEGRATION: CWS vcl14 (1.161.4); FILE MERGED 2003/06/27 10:37:44 pl 1.161.4.1: #110514# initialize out ptr in each XQueryTree run

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4e7930d2bf8b588c859940c0a161f62db7aa51ce]

        INTEGRATION: CWS vcl14 (1.15.72); FILE MERGED 2003/06/25 13:25:42 hdu 1.15.72.1: #i15642# allow symbol unicode aliasing into ASCII range

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [61c83296d26ffb6efad5d2ddc261fecdf19629d3]

        INTEGRATION: CWS vcl14 (1.174.8); FILE MERGED 2003/06/26 14:41:04 ssa 1.174.8.1: #i15285# check for floatwin title type to detect decoration, workaround for duplicate WinBit usage

2003-07-01  Svante Schubert  <sus@openoffice.org>  [d2da83b05c6d4bdd3dea78924e44f597fc9f0dcc]

        ./ added as prefix for the configure command

2003-07-01  Vladimir Glazounov  <vg@openoffice.org>  [06c32ef6c73e00498be128e49d92b44f766dbf53]

        #100000# typo

2003-07-01  Rüdiger Timm  <rt@openoffice.org>  [96b38ca20b8123bf1b31155e8bb37a100ad2defb]

        #100000# Correction for last checkin: it's _version.h to include, not that out of vcl (we do not depend on vcl).

2003-06-30  Kurt Zenker  <kz@openoffice.org>  [94b2744492ed4a34e9dd851d605b960f54e72f95]

        new version for SRX645

2003-06-30  Kurt Zenker  <kz@openoffice.org>  [eae1c47cd956ea225f1f5976810319eacb77e8cf]

        new version for SRX645

2003-06-30  Kurt Zenker  <kz@openoffice.org>  [a463a4cad629f139d0005d0eac78153122d3b512]

        new version for SRX645

2003-06-30  Kurt Zenker  <kz@openoffice.org>  [0df1ab1a30cc0a222891578ee946765f481843e3]

        new version for SRX645

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b08f34dcb816dddc383778c4cf3c269fd7e1f3d]

        INTEGRATION: CWS thb02 (1.14.96); FILE MERGED 2003/06/27 16:11:18 thb 1.14.96.4: #110290# Reordered some calls after code review 2003/06/27 11:46:10 thb 1.14.96.3: #110290# Remove SdrGraphObjects from the ForceSwapOut list, after they have painted themselves. Because then, they enable their AutoSwapOut timer again 2003/06/26 16:56:30 thb 1.14.96.2: #110290# Had to force-swap out also when switching pages, as the main view is not destroyed then 2003/06/25 09:31:28 thb 1.14.96.1: #110290# ForceSwapOut graphics when the view is cleared

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a83ef9a368de4b29e4fc31f3abdc332cd813514b]

        INTEGRATION: CWS thb02 (1.56.94); FILE MERGED 2003/06/27 16:11:17 thb 1.56.94.2: #110290# Reordered some calls after code review 2003/06/27 11:46:09 thb 1.56.94.1: #110290# Remove SdrGraphObjects from the ForceSwapOut list, after they have painted themselves. Because then, they enable their AutoSwapOut timer again

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7078f5a46fe3c39eedb0bc7ac8fb295d2602562f]

        INTEGRATION: CWS sdk04 (1.58.12); FILE MERGED 2003/06/25 07:42:11 jsc 1.58.12.2: RESYNC: (1.58-1.60); FILE MERGED 2003/06/20 11:46:09 jb 1.58.12.1: #110316# An interface of SimpleSetUpdate was missing an 'optional' flag. This contradicted both existing implementations and documentation

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceb601f05ffc168327e7e1ef2f3721597693a72f]

        #100000#: remove double entry for UNO_NAME_PARA_IS_CONNECT_BORDER (conflict resolution error)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [06b8e86d1feeff771e19a8ec8ddd151f1d42a996]

        INTEGRATION: CWS aig04 (1.86.48); FILE MERGED 2003/06/23 10:26:54 os 1.86.48.3: #108789# syntax 2003/06/23 07:26:39 os 1.86.48.2: RESYNC: (1.86-1.87); FILE MERGED 2003/06/12 12:41:48 hbrinkm 1.86.48.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd2df12468802043e3c371504cb2fa2bcc82e034]

        INTEGRATION: CWS aig04 (1.83.48); FILE MERGED 2003/06/23 07:26:45 os 1.83.48.2: RESYNC: (1.83-1.84); FILE MERGED 2003/06/12 12:41:41 hbrinkm 1.83.48.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3a9523dfb2e0450782fdde16ce7bcf03b9084c2]

        INTEGRATION: CWS aig04 (1.18.82); FILE MERGED 2003/06/18 14:45:19 os 1.18.82.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe7255348edcbe4c41987f645fc8226b6cfba725]

        INTEGRATION: CWS sdk04 (1.6.80); FILE MERGED 2003/06/20 13:16:49 mi 1.6.80.1: #110384# unresolved links (due to autodoc warnings)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4be2f80f17ace4bb7b300bd84387ef34dfe06a9]

        INTEGRATION: CWS sdk04 (1.3.60); FILE MERGED 2003/06/20 13:16:48 mi 1.3.60.1: #110384# unresolved links (due to autodoc warnings)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9d50f06e522708784b9af36087dace7a134a965]

        INTEGRATION: CWS sdk04 (1.3.60); FILE MERGED 2003/06/20 13:16:47 mi 1.3.60.1: #110384# unresolved links (due to autodoc warnings)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdcac40d1fbc765ca1669c55ce7566741ca21a96]

        INTEGRATION: CWS sdk04 (1.4.12); FILE MERGED 2003/06/20 13:16:46 mi 1.4.12.1: #110384# unresolved links (due to autodoc warnings)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7c4efb37065f4f973508df4bd2b495fc84d6433]

        INTEGRATION: CWS sdk04 (1.3.12); FILE MERGED 2003/06/20 13:16:46 mi 1.3.12.1: #110384# unresolved links (due to autodoc warnings)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [45978b71dd1541a4fc750fbf87cea0e00e568046]

        INTEGRATION: CWS sdk04 (1.5.160); FILE MERGED 2003/06/20 11:46:08 jb 1.5.160.1: #110316# An interface of SimpleSetUpdate was missing an 'optional' flag. This contradicted both existing implementations and documentation

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbbc7ae2325e3b1e6943447a5f9143a93521e810]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/25 08:39:44 jsc 1.2.6.1: #110423# add gif

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [318d85416f4f1424b72e71015f01e4084994c66c]

        INTEGRATION: CWS aig04 (1.12.56); FILE MERGED 2003/06/26 21:47:10 hbrinkm 1.12.56.1: #108791# new field: dropdown field

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [afc8cebd2733591b46f4187d2a095bef21674be8]

        INTEGRATION: CWS sdk04 (1.61.6); FILE MERGED 2003/06/24 13:44:14 jsc 1.61.6.1: #110423# new empty gif for IE6 workaround

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7586ea9d3164eaf5f8e911736aed33fb56199e20]

        INTEGRATION: CWS aig04 (1.1.2); FILE ADDED 2003/06/27 09:32:21 hbrinkm 1.1.2.2: #108791# 2003/06/26 21:46:03 hbrinkm 1.1.2.1: *** empty log message ***

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [da260165c8016254a052c6f87ded4b2d393f10b2]

        INTEGRATION: CWS sdk04 (1.2.50); FILE MERGED 2003/06/24 11:22:05 jsc 1.2.50.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [883ef91586533f1e93e8afe49b77df311969c186]

        INTEGRATION: CWS sdk04 (1.6.20); FILE MERGED 2003/06/24 11:22:04 jsc 1.6.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a75dceebce656e0dc0da145b51ed67fff06abf21]

        INTEGRATION: CWS sdk04 (1.14.6); FILE MERGED 2003/06/24 11:22:02 jsc 1.14.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [71204c07aee084ba8f749cfcdc73bfebd170d365]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:19:55 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5273ef4cac31030debb7cded9dd83972e14a97f2]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:19:54 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbf3199b1fafae1078f55ab39de74b4c5173690b]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:19:53 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [722f6f86fa64ef17b202b715a00b0925751a2de6]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:19:52 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [40990b9aaadf2a015897693539832a48231bd33e]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:19:51 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4818ca6896e8c13f9cf7ef0f0ca81932d055eab3]

        INTEGRATION: CWS sdk04 (1.3.6); FILE MERGED 2003/06/24 11:19:51 jsc 1.3.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7212ca6178fa8fd807f661ea68af7274ceee55c8]

        INTEGRATION: CWS aig04 (1.99.28); FILE MERGED 2003/06/13 12:39:41 dvo 1.99.28.1: #108791# added load/save of drop down field (preliminary)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [23af6488362e5c30ef71225d42a3f70a553fd587]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:19:50 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b33680dde8e07068da07f32973d608c35c8718f]

        INTEGRATION: CWS aig04 (1.45.28); FILE MERGED 2003/06/17 09:54:50 dvo 1.45.28.2: #108791# load/save name property of drop down text field 2003/06/13 12:39:41 dvo 1.45.28.1: #108791# added load/save of drop down field (preliminary)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d3dc99541668e99660b2e1e98a7d02f5522a94d]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:19:49 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2051ddeca0783a80abf7429f323e25d4719df202]

        INTEGRATION: CWS aig04 (1.49.28); FILE MERGED 2003/06/20 14:50:57 os 1.49.28.3: RESYNC: (1.49-1.51); FILE MERGED 2003/06/17 09:54:50 dvo 1.49.28.2: #108791# load/save name property of drop down text field 2003/06/13 12:39:40 dvo 1.49.28.1: #108791# added load/save of drop down field (preliminary)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [132c73739b38ed3f1c57f792e657a82437bfcf92]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:19:48 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3f86752b86375cec4221e6f75cbc9c22f9a66b5]

        INTEGRATION: CWS aig04 (1.42.40); FILE MERGED 2003/06/23 07:26:53 os 1.42.40.2: RESYNC: (1.42-1.43); FILE MERGED 2003/06/13 12:39:39 dvo 1.42.40.1: #108791# added load/save of drop down field (preliminary)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5c8dcaa297fc229ff3200ce89f812557ab9dee9]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:16:02 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4adc4ae6a6fa806f93becc09f028d893bb5a8f91]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:16:01 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6524bd6d443410f77e02ae05eae3f054a4a700e9]

        INTEGRATION: CWS sdk04 (1.3.6); FILE MERGED 2003/06/24 11:16:00 jsc 1.3.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9b44ada4044f334a666def0824e4f13990cdd9b]

        INTEGRATION: CWS aig04 (1.21.28); FILE MERGED 2003/06/17 09:54:49 dvo 1.21.28.2: #108791# load/save name property of drop down text field 2003/06/13 12:39:35 dvo 1.21.28.1: #108791# added load/save of drop down field (preliminary)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e79a2d3e2d1a88ddb228558da72845bdbc9b914e]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:16:00 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d254be6bf810bd187a1ff821cf2dc1306803dda]

        INTEGRATION: CWS aig04 (1.24.44); FILE MERGED 2003/06/13 12:39:34 dvo 1.24.44.1: #108791# added load/save of drop down field (preliminary)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [9032be4c79b6ec7a6a5fd119c9c59f7b5a400af2]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:15:59 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [79332c9946465ad2b9c7f7888fcb138e861ff38b]

        INTEGRATION: CWS aig04 (1.15.48); FILE MERGED 2003/06/19 13:54:49 os 1.15.48.3: #108791# use GetViewFrame()->GetDispatcher() instead of SwView::GetDispatcher() 2003/06/19 13:04:42 os 1.15.48.2: #108791# delete drop down dialog at the end 2003/06/18 14:51:29 os 1.15.48.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c2c210d55f502488e4569a582200710877f10f9]

        INTEGRATION: CWS sdk04 (1.3.28); FILE MERGED 2003/06/24 11:14:12 jsc 1.3.28.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [738c8b67b8cfad5477516dec30939369f2993d48]

        INTEGRATION: CWS aig04 (1.12.48); FILE MERGED 2003/06/20 14:15:43 os 1.12.48.2: RESYNC: (1.12-1.13); FILE MERGED 2003/06/18 14:51:28 os 1.12.48.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [234ebfc15decd384320455b4c01492893517381f]

        INTEGRATION: CWS sdk04 (1.9.6); FILE MERGED 2003/06/24 11:14:11 jsc 1.9.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [cab0b912d8cdf3d255ad7a97b15a03ccd0f511e4]

        INTEGRATION: CWS aig04 (1.2.238); FILE MERGED 2003/06/26 09:43:02 os 1.2.238.2: #108791# syntax 2003/06/26 07:29:22 os 1.2.238.1: #108791# List item edit field inserts on RETURN key

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac04bcefea578aefa684cfc99f75ca44d64102fb]

        INTEGRATION: CWS sdk04 (1.6.28); FILE MERGED 2003/06/24 11:13:38 jsc 1.6.28.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e71902fe7817ae051513a5d4ca5f182e2a9bcce6]

        INTEGRATION: CWS aig04 (1.1.2); FILE ADDED 2003/06/18 14:50:40 os 1.1.2.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ed6a3d259595459ed258591409e4fdc1dbf8261]

        INTEGRATION: CWS sdk04 (1.11.6); FILE MERGED 2003/06/24 11:13:38 jsc 1.11.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2d0accea211763d399a9b103e1820693f40a40c]

        INTEGRATION: CWS aig04 (1.3.48); FILE MERGED 2003/06/18 14:51:26 os 1.3.48.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2314e4820a23730cce1084788d55f3b7f09652c]

        INTEGRATION: CWS sdk04 (1.3.28); FILE MERGED 2003/06/24 11:13:11 jsc 1.3.28.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a5373abb28c73bae2c2ef16d74f19dee411a373]

        INTEGRATION: CWS aig04 (1.40.40); FILE MERGED 2003/06/23 07:26:32 os 1.40.40.2: RESYNC: (1.40-1.41); FILE MERGED 2003/06/18 14:51:25 os 1.40.40.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b60fe71d27055f5ccdcb666c0d3f6da9a04aae6a]

        INTEGRATION: CWS sdk04 (1.4.28); FILE MERGED 2003/06/24 11:13:10 jsc 1.4.28.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [32bda31415226f3be87ea8584848a208d302cce0]

        INTEGRATION: CWS sdk04 (1.1.70); FILE MERGED 2003/06/24 11:13:10 jsc 1.1.70.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [29f51eb7509945eb30e386a8c3b74642aac26cd4]

        INTEGRATION: CWS sdk04 (1.10.6); FILE MERGED 2003/06/24 11:13:09 jsc 1.10.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7833c66c0eca792696a011d8ac5d87fcf466947b]

        INTEGRATION: CWS aig04 (1.2.246); FILE MERGED 2003/06/18 14:51:25 os 1.2.246.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [60375602e997a5bd3904317d176e53922aa564ed]

        INTEGRATION: CWS sdk04 (1.1.72); FILE MERGED 2003/06/24 11:12:47 jsc 1.1.72.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [74f0e2dae16960be52f471e2d0061bc944a68439]

        INTEGRATION: CWS aig04 (1.26.48); FILE MERGED 2003/06/19 12:08:37 os 1.26.48.2: #108791# goup index corrected 2003/06/18 14:51:24 os 1.26.48.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8c41955c479a0efcc8edf974cf8debd7a6250d2]

        INTEGRATION: CWS aig04 (1.13.40); FILE MERGED 2003/06/23 07:26:27 os 1.13.40.2: RESYNC: (1.13-1.14); FILE MERGED 2003/06/18 14:51:24 os 1.13.40.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [282c327347b34c97184a480c29438f3244433bdd]

        INTEGRATION: CWS aig04 (1.2.254); FILE MERGED 2003/06/26 07:29:12 os 1.2.254.2: #108791# List item edit field inserts on RETURN key 2003/06/18 14:51:23 os 1.2.254.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [33c4a3539b9fe75ffaae5aad64d1a7bd2cc97f12]

        INTEGRATION: CWS sdk04 (1.13.6); FILE MERGED 2003/06/24 11:12:46 jsc 1.13.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [00031a67955b008b1450a2d9f1ff8c3dbf75fd40]

        INTEGRATION: CWS aig04 (1.9.48); FILE MERGED 2003/06/26 07:29:13 os 1.9.48.3: #108791# List item edit field inserts on RETURN key 2003/06/19 05:35:29 os 1.9.48.2: #108791# syntax 2003/06/18 14:51:23 os 1.9.48.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f961d4ae77fc7d9b2bfe24e13bfef7e3efc0e5f2]

        INTEGRATION: CWS aig04 (1.1.2); FILE ADDED 2003/06/18 14:50:12 os 1.1.2.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [37a8ded4e8d02b2f7a5b9791978878eb9cf20e4b]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:12:21 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [044340eed4aab5fef46d7a089f704d80ebdcde6e]

        INTEGRATION: CWS aig04 (1.1.2); FILE ADDED 2003/06/18 14:50:04 os 1.1.2.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [383d4f1fb64bb2d24dc5ce836cc0cdcf581238ec]

        INTEGRATION: CWS sdk04 (1.3.6); FILE MERGED 2003/06/24 11:12:21 jsc 1.3.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9f2d7ac1381a47d82144262973b168cc94a1396]

        INTEGRATION: CWS aig04 (1.1.2); FILE ADDED 2003/06/18 14:50:21 os 1.1.2.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2529c52e7da22bc50c5c98db9d2c597b0fcb18ff]

        INTEGRATION: CWS aig04 (1.3.48); FILE MERGED 2003/06/26 07:29:31 os 1.3.48.1: #108791# List item edit field inserts on RETURN key

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [820a335f44a0d20146f15fd052507b4c9550f672]

        INTEGRATION: CWS sdk04 (1.3.6); FILE MERGED 2003/06/24 11:11:59 jsc 1.3.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [952a8fbe94b795c6dd80ff07813f3f9856e88240]

        INTEGRATION: CWS aig04 (1.47.12); FILE MERGED 2003/06/24 10:21:01 cmc 1.47.12.2: #108791# last little cleanups of dropdown im/ex for 8+ 2003/06/24 09:33:46 cmc 1.47.12.1: #108791# ver 8+ im/export of dropdown lists

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [988ce802cfd4d573fff628a0e9c17deda9d4ebbf]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:11:58 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6117fef94740f9c42295670e00b5a1b7dd702016]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:11:57 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [56d04daf5030076ac0d3bb4ffe22145cc41c7ed4]

        INTEGRATION: CWS aig04 (1.113.12); FILE MERGED 2003/06/24 09:33:46 cmc 1.113.12.2: #108791# ver 8+ im/export of dropdown lists 2003/06/24 07:49:03 cmc 1.113.12.1: #110412# fix exporting fullwidth tables

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3b72eb75431c802f22b24b3e78617f2390cfd9d]

        INTEGRATION: CWS aig04 (1.111.12); FILE MERGED 2003/06/24 07:49:02 cmc 1.111.12.1: #110412# fix exporting fullwidth tables

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9be12971500965051fe9465a06f797d303d415c]

        INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED 2003/06/24 11:11:56 jsc 1.2.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [432e94a1143ffca433170d3ceeaa69610edede12]

        INTEGRATION: CWS aig04 (1.64.22); FILE MERGED 2003/06/24 12:11:47 os 1.64.22.3: #108791# syntax changed to satisfy stupid linux compiler 2003/06/24 10:21:00 cmc 1.64.22.2: #108791# last little cleanups of dropdown im/ex for 8+ 2003/06/24 09:33:45 cmc 1.64.22.1: #108791# ver 8+ im/export of dropdown lists

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [98a20d69a5654e8d23dfb03c3b7849b63afb0540]

        INTEGRATION: CWS sdk04 (1.10.6); FILE MERGED 2003/06/24 11:11:31 jsc 1.10.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c9d73a4c42c2f88b0b61c9f8d5e8f8205f44ed2]

        INTEGRATION: CWS aig04 (1.47.22); FILE MERGED 2003/06/24 09:33:44 cmc 1.47.22.1: #108791# ver 8+ im/export of dropdown lists

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a5f6b110b2969db7b4810244f7938d89e69d5ac]

        INTEGRATION: CWS sdk04 (1.5.50); FILE MERGED 2003/06/24 11:11:31 jsc 1.5.50.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd93dd31541655ab10ab078fb6daa67759713566]

        INTEGRATION: CWS aig04 (1.52.12); FILE MERGED 2003/06/24 09:33:44 cmc 1.52.12.2: #108791# ver 8+ im/export of dropdown lists 2003/06/24 07:49:02 cmc 1.52.12.1: #110412# fix exporting fullwidth tables

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbee99f0f2da13a08a644e9d8d5bc07ac404c851]

        INTEGRATION: CWS sdk04 (1.2.28); FILE MERGED 2003/06/24 11:08:26 jsc 1.2.28.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7155b11b7eac65e242aca1efaf29ffcfa28f2564]

        INTEGRATION: CWS aig04 (1.61.12); FILE MERGED 2003/06/24 10:21:00 cmc 1.61.12.2: #108791# last little cleanups of dropdown im/ex for 8+ 2003/06/24 09:33:43 cmc 1.61.12.1: #108791# ver 8+ im/export of dropdown lists

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd3171d39bdc9ab1755fdb3db6ce677b69556c44]

        INTEGRATION: CWS sdk04 (1.5.6); FILE MERGED 2003/06/24 11:08:27 jsc 1.5.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fffe2f4c29e919e5cc71d8d0d89147043f77d1e]

        INTEGRATION: CWS aig04 (1.7.48); FILE MERGED 2003/06/26 21:41:38 hbrinkm 1.7.48.1: #108791# StarWriter 4/5: save/load dropdown fields

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [afcfadbd332c054eb22fa35177cb96d117efa00b]

        INTEGRATION: CWS sdk04 (1.3.20); FILE MERGED 2003/06/23 09:16:45 jsc 1.3.20.1: #110313# insert license source header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7cde6a0d3290fc9dba0848d13f0ad1a3f4f93a8]

        INTEGRATION: CWS sdk04 (1.2.28); FILE MERGED 2003/06/23 09:11:48 jsc 1.2.28.1: #110313# insert license source header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbb80dfeb6e3a5660ea1657080099da85845691c]

        INTEGRATION: CWS aig04 (1.149.48); FILE MERGED 2003/06/20 14:33:01 os 1.149.48.3: RESYNC: (1.149-1.150); FILE MERGED 2003/06/17 09:26:16 hbrinkm 1.149.48.2: #108791# added a name to the dropdown field 2003/06/12 12:41:47 hbrinkm 1.149.48.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [148edc7d392c5724007bf0bdc62e0b0691286a18]

        INTEGRATION: CWS sdk04 (1.2.28); FILE MERGED 2003/06/23 09:16:45 jsc 1.2.28.1: #110313# insert license source header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [34513f47fc2029246fe84c7fd79434fd8d8e6da3]

        INTEGRATION: CWS sdk04 (1.4.6); FILE MERGED 2003/06/23 09:16:44 jsc 1.4.6.1: #110313# insert license source header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b186a690499b032ac63b2f727a95788c48696929]

        INTEGRATION: CWS aig04 (1.74.48); FILE MERGED 2003/06/17 09:26:16 hbrinkm 1.74.48.3: #108791# added a name to the dropdown field 2003/06/12 12:51:10 hbrinkm 1.74.48.2: #108791# new: SwDropDownField{Type} 2003/06/12 12:41:46 hbrinkm 1.74.48.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [979f1ae367aeb7f43da781d34b560fecccb9f2ae]

        INTEGRATION: CWS sdk04 (1.12.6); FILE MERGED 2003/06/24 11:08:24 jsc 1.12.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8e1edbb42d20ddbb58f06c7b24b98c052962434]

        INTEGRATION: CWS aig04 (1.20.48); FILE MERGED 2003/06/20 14:32:26 os 1.20.48.2: RESYNC: (1.20-1.22); FILE MERGED 2003/06/12 12:41:46 hbrinkm 1.20.48.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [43513c7308bbb10dbfeb12250b7d4cfc08a484fe]

        INTEGRATION: CWS sdk04 (1.7.20); FILE MERGED 2003/06/24 11:08:24 jsc 1.7.20.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e5fedd20475a040479237ff24c7f67d3e7933c5]

        INTEGRATION: CWS sdk04 (1.1.72); FILE MERGED 2003/06/27 12:36:43 jsc 1.1.72.1: #110313# insert license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2de06111e0e78de55c3ffc4e3ee5a4c6bbfcc16]

        INTEGRATION: CWS sdk04 (1.1.70); FILE MERGED 2003/06/27 12:36:42 jsc 1.1.70.1: #110313# insert license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd524c043060fee487a70804b8c0ecceb8cbf0c1]

        INTEGRATION: CWS aig04 (1.2.216); FILE MERGED 2003/06/12 12:41:45 hbrinkm 1.2.216.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [569b07ca382ec9666b6a7b3d91e6fc0dd7af8bd3]

        INTEGRATION: CWS sdk04 (1.2.28); FILE MERGED 2003/06/24 11:10:06 jsc 1.2.28.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [20908eddf44911896c253c9f9eefed196efdfa88]

        INTEGRATION: CWS aig04 (1.4.48); FILE MERGED 2003/06/12 12:41:44 hbrinkm 1.4.48.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [743515dc44a08e16c6b9b89da25368fb678360f1]

        INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED 2003/06/24 11:10:06 jsc 1.1.62.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [40ca36bab1ef1a3c4e4fb83fca6e58b7199c6fbe]

        INTEGRATION: CWS aig04 (1.2.48); FILE MERGED 2003/06/18 14:48:50 os 1.2.48.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bf5ca6ccb847824e937e90ee2250ca4c943cf49]

        INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED 2003/06/24 11:10:05 jsc 1.1.62.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [efb22a626d40fc626e0d266cf90391deb88f1192]

        INTEGRATION: CWS aig04 (1.1.2); FILE ADDED 2003/06/19 10:07:40 os 1.1.2.5: #108791# unselected lists return first list entry; if no entry is available a string of 10 spaces is returned 2003/06/17 11:41:19 hbrinkm 1.1.2.4: #108791# GetItemSequence 2003/06/17 09:26:15 hbrinkm 1.1.2.3: #108791# added a name to the dropdown field 2003/06/16 12:29:13 hbrinkm 1.1.2.2: #108791# 2003/06/12 12:41:44 hbrinkm 1.1.2.1: #108791# new: SwDropDownField{Type}

2003-06-30  Vladimir Glazounov  <vg@openoffice.org>  [94248c11ca9a3c09518cad9470a3a4632caceec7]

        SRX645

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ef79f241f3809489115d5f40f460b05fd037ed3]

        INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED 2003/06/24 11:10:04 jsc 1.1.62.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1c9fa435628052419006c860da076cb47752ef9]

        INTEGRATION: CWS aig04 (1.13.48); FILE MERGED 2003/06/18 14:48:49 os 1.13.48.2: #108791# UI for drop down fields implemented 2003/06/16 12:29:12 hbrinkm 1.13.48.1: #108791#

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [af14e9dada169fd7b612402f30016001e65b1690]

        INTEGRATION: CWS aig04 (1.16.48); FILE MERGED 2003/06/16 12:29:11 hbrinkm 1.16.48.1: #108791#

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d911a75abed0a4e80304df99c7dc0968e2c0a91]

        INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED 2003/06/24 11:10:03 jsc 1.1.62.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [952c81daa8973bb67b4e918e4bca53a491e3e010]

        INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED 2003/06/24 11:10:02 jsc 1.1.62.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd300c9bf27c66ff276bf2ee2689532e4f804de0]

        INTEGRATION: CWS aig04 (1.43.82); FILE MERGED 2003/06/12 12:41:41 hbrinkm 1.43.82.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb0299a8fff55703a8a6a49e17ea323665e89d5d]

        INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED 2003/06/24 11:10:01 jsc 1.1.62.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a65d1decb1f75a730d16e57600ac68d98c4a04fc]

        INTEGRATION: CWS aig04 (1.12.82); FILE MERGED 2003/06/12 12:41:41 hbrinkm 1.12.82.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [9597fe9d04a686e2bf646ee5ec67e8d96a521d5a]

        INTEGRATION: CWS aig04 (1.12.216); FILE MERGED 2003/06/16 12:29:10 hbrinkm 1.12.216.1: #108791#

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7e71b18d53a054f3b2d935a665aaa0f64ba2f97]

        INTEGRATION: CWS sdk04 (1.3.62); FILE MERGED 2003/06/24 11:10:00 jsc 1.3.62.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2646bb732a11ddd2786925eb63488b2b9567566b]

        INTEGRATION: CWS aig04 (1.1.2); FILE ADDED 2003/06/17 11:41:17 hbrinkm 1.1.2.4: #108791# GetItemSequence 2003/06/17 09:26:15 hbrinkm 1.1.2.3: #108791# added a name to the dropdown field 2003/06/16 12:29:10 hbrinkm 1.1.2.2: #108791# 2003/06/12 12:41:40 hbrinkm 1.1.2.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dbf9cfb33fc7a3d61ff77fdb0b9292601c60b7a]

        INTEGRATION: CWS sdk04 (1.7.6); FILE MERGED 2003/06/24 11:09:59 jsc 1.7.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6144b3dac3807f5c47d25d61cdb441d5fe088c1]

        INTEGRATION: CWS aig04 (1.5.216); FILE MERGED 2003/06/12 12:41:39 hbrinkm 1.5.216.1: #108791# new: SwDropDownField{Type}

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad76498894aef73748f288319c437d1824bd0e5c]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:40:29 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4300bbc22dc65e5395787f224e3b270bc7640f14]

        INTEGRATION: CWS aig04 (1.3.236); FILE MERGED 2003/06/18 14:45:19 os 1.3.236.1: #108791# UI for drop down fields implemented

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [34787db37c9da997f741d995647aadb9ad96f23e]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:40:28 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [dba182a4d920e668ea3e0ad7ffb05f09ee22c3db]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:40:27 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [209fb21b83c5c8735904c50e4ae385f889dee379]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:40:26 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [35cf3c10a9340b3bed54c40d9855bd8fc27a5466]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:40:25 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a45920c0141ecd16e484e3ee3332d794957ca17]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:40:06 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2ba68c3c8e2d64c024d16e238efa7208a712dbf]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:40:05 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [450a50a7026d5555021a70bd933b1475a4ba29f2]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:39:38 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [db76b68dc936c60281e1fee6d5b23db0ef21d77b]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:39:37 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4977288cf32794b1f6da4a5a68be8996fac99867]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:39:36 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [66bf812d4992f38bf3ce37424798d11c986b75f7]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:39:14 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [73a6f2f65803c62bcf52f67154bfd27a4022ea8c]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:39:13 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [99941ccef2cbab5f421cd322f26c3f2dfea73e07]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:39:12 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d09459a37a352a2344df4014bddf63ac28c414f]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:39:11 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f14ad1697256d908ee858e9e3b7d3913f259c027]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:39:10 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [675c5c96de4e945b69724c224e3c65e37a4839aa]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:48 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [807b2f6290c5ba8208cbd2a020b098544016bf2d]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:47 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2a81b0e803964b7e0b193abb0c22d9cdc476bb6]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:46 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [37c08466a9ef2c17f00ef4f5f13e47452a2fdbfe]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:45 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f361682c9fc8a077d5f7230d1ec52d9db89520e9]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:43 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e62f23b1c00c7e2fe600019f7c345fcf47e88857]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:42 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b173a4f84e1e20e8f4c6496585c0eb50222a869b]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:41 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [324e6b8272bda66e5626c714cbb2f051b6783715]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:40 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d09cf07b92ffdc8432f185659d13ba5ae1057487]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:39 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [be257976b6068ec74190f1826d0eb1d8d50011a1]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:38 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcc966678210f0182b8ff9b738914c03a566e35c]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:37 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [da008d082a0c3bb56fdb4aa383a7018536447d47]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:36 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6e0dd6b0b8e50b0177d0e8686d5dc107d1ce3a6]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/25 07:40:23 jsc 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2003/06/24 13:38:36 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [14b09d7793bfbfcc434fa3040d66812dc1ae4709]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:35 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [55c5ee46115b81998c7030e6b98cf26ed742bb38]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:34 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1d77f77f6c300bc5ce95c5568d8553a2c3f584b]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:33 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfca9bda7ca49cdc9c152256784136630f66130b]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:32 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e85894490358e905749362806027e650391ff2f7]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:31 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2159d4c3977bdbae5de222f96b79e1c82332ab64]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:30 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e78eb8fa096241f472bdcb42cf03963ada0033fb]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:28 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e261d89b8e6f36a0692f9327a6afd5e98556da90]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:27 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2958ff1a38478b955a37cf991eccbb5634426c56]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:26 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa3d30531f67b9346876b00441f55d51d17addc1]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:25 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b621318ba65c5d886c992f2189894c861d199ae]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:24 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [74bdca70509b8c767f8282f6917d3866726431b2]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:23 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cde7a8de0167d0469757f1af5a6c262ab055d8d]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:22 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f61113ef602002faf73d04c913c1108fda1ea5c5]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:21 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a523fc3182b45a87aa76ac782be4f12ee6fc4baa]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:20 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b8fd140127d71bbedc04223e8d567eaed3efa53]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:38:19 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e32285d32b2303f5528c357e53328cca42e84465]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:36:36 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d62360c8bcd2da41ce0e85ae4c4c52fd20904d09]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:36:35 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee6da2f0d700ff98213168a92522497eee597cf8]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:36:34 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e786705995bcd152995f9dbc5ff48f0111df7eb]

        INTEGRATION: CWS adc6 (1.4.2); FILE MERGED 2003/06/26 14:43:34 np 1.4.2.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3908c1252f18669c247c55a8ce667192203321e9]

        INTEGRATION: CWS adc6 (1.2.34); FILE MERGED 2003/06/26 14:43:34 np 1.2.34.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [33daf44c2c1f66b693344a366ea36cb099dc3795]

        INTEGRATION: CWS adc6 (1.1.1.1.50); FILE MERGED 2003/06/26 14:43:33 np 1.1.1.1.50.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d9ba3ed53b9c63d76520c76a6d9d73628977384]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:36:33 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c30906abed8965cc4db5e6f3628fb16441199018]

        INTEGRATION: CWS adc6 (1.1.1.1.50); FILE MERGED 2003/06/26 14:43:32 np 1.1.1.1.50.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b3de9b7da58ad570e215c72b2635573e74ef09b]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:36:32 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea25bf87a9782ebd1afcd3b161bdd4c66cc69178]

        INTEGRATION: CWS adc6 (1.2.2); FILE MERGED 2003/06/26 14:43:32 np 1.2.2.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e918af95b2fd8a5101e2cc212b1db8d8fd9c092]

        INTEGRATION: CWS adc6 (1.3.12); FILE MERGED 2003/06/26 14:43:31 np 1.3.12.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad9388918bf995d5adb825e2f8ea2583abbb727e]

        INTEGRATION: CWS adc6 (1.2.16); FILE MERGED 2003/06/26 14:43:31 np 1.2.16.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8028faee65704fda59be5c6470764c3dc3fc2697]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:36:31 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3838954b5bfe4e4ad28fdf92300ce331d176386f]

        INTEGRATION: CWS adc6 (1.2.12); FILE MERGED 2003/06/26 14:43:30 np 1.2.12.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [379b18c8441b92e180460d70876b01f9d8b36abd]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:35:50 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [426eed0a88463590ce4f8416786eee0520c116ba]

        INTEGRATION: CWS adc6 (1.2.12); FILE MERGED 2003/06/26 14:43:28 np 1.2.12.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eed0ed5d0200af9690b29bfcbcc132c22551924]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:35:49 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [930efafac21b29181672745dca28ce384765a3f5]

        INTEGRATION: CWS adc6 (1.1.1.1.50); FILE MERGED 2003/06/26 14:43:28 np 1.1.1.1.50.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [97c7e5f757b9755918e91c00ec74092231fe8ba1]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:34:22 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [61e9a27308eb83f5fb81606008b81139abb13afa]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:34:21 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e7576311ecf43d0649c43b9025d4cd970b54ab7]

        INTEGRATION: CWS adc6 (1.1.1.1.50); FILE MERGED 2003/06/26 14:43:26 np 1.1.1.1.50.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e1a435331588d22f316b14b99410120e398d43a]

        INTEGRATION: CWS adc6 (1.1.1.1.50); FILE MERGED 2003/06/26 14:43:25 np 1.1.1.1.50.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b16a3776e4109572ad0e1d2ea1e6a49cb18fcb69]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:34:20 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0bdaa30d81a81bc0acd9e6af5a22ac197ada75f]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:34:19 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [32452d21d8420e90e786d1d54f8f1b49aed6d770]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:34:18 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [28095afc1b63146d8586e3a5b98e21ad4b88a4dd]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:34:17 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [94e07a2e7b8190b03b459a75c7c23b3018cd6021]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:34:16 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb402f3fe3d3deef6fa17c6e346807a81c9d5f24]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:34:15 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ebed07ef73c82a88dfb3caf1bcee628e4a503ad]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:42 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7298f064d4b65e876f12443fdad0db64214900a2]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:41 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef97b3bb28d2028f9c1cd74e028b46059fdf4432]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:40 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fd083e1ca8b8a624501c92efe47f19482a6fa4a]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:39 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcecc116b10c9dfb93e234af8261fc4e4c2046f0]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:38 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3861018619736079d87e8a210f48ded6549f89f]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:37 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cba96d3bef64e950d10e420045781e259fba8cc]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:36 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef48e04587a10138f861a61eb5516f27a29516ee]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:35 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b15fdcae73acb71770f9c9280e883ec645832dc9]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:34 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cbffa26752ac30b6cbf7173c1d617f8cc1ee951]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:33 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d3f1e704fa7474612bb97f4ec8fa9703ca46967]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:32 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9b6c6e77cf4640a4a2dc25e8417d3982681b394]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:33:02 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [17f6b7b9bcaaebe7b0aca497d6daea472213a09a]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:38 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b50a020f6c0e5bfe2191a78aef02881262e027d]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:37 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [149916d7867435c489cea39c33bace21c8658bc6]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:36 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5e35ba008025dd00e54853b22a642ecd9d152c9]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:35 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [55fe7eb6d00d5ed35f703f183af95f03852cc9bb]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:34 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f59e3321156070720876b30b5a7972483e101f2f]

        INTEGRATION: CWS pl01 (1.4.12); FILE MERGED 2003/06/27 11:19:50 sb 1.4.12.1: #110428# Avoid dereferencing null pointer.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [25dd4bb046bcb0acdcb245e857fc092378bad2ea]

        INTEGRATION: CWS pl01 (1.1.1.1.44); FILE MERGED 2003/06/25 14:27:06 pl 1.1.1.1.44.1: #110428# fixed a model problem

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [907a34f2451320fa40f722ec832ee277eb1391a0]

        INTEGRATION: CWS pl01 (1.7.12); FILE MERGED 2003/06/25 14:27:06 pl 1.7.12.1: #110428# fixed a model problem

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [83ad876c8a718a5f2d8b5c05733e3911767fe853]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:33 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [876fbe9190069b8c0f332bbf5c1507b21e9a6c94]

        INTEGRATION: CWS pl01 (1.13.6); FILE MERGED 2003/06/25 14:27:04 pl 1.13.6.1: #110428# fixed a model problem

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [320d611ebf8f3ab888ed8ab3948133989f2e39f8]

        INTEGRATION: CWS pl01 (1.3.6); FILE MERGED 2003/06/25 14:27:04 pl 1.3.6.1: #110428# fixed a model problem

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4c42138980055d0db45f33637f1d0446247595a]

        INTEGRATION: CWS pl01 (1.2.18); FILE MERGED 2003/06/25 14:27:04 pl 1.2.18.1: #110428# fixed a model problem

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d586f4c0140db88a04e98a54d4089a58e9bc1893]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:32 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dd6e2799ca1e5c0ec6410b37d6d1bcf05972a10]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:31 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b1b58b6feca454105165739e88145b45428984e]

        INTEGRATION: CWS pl01 (1.13.18); FILE MERGED 2003/06/25 14:49:41 pl 1.13.18.2: #110428# dvo: fix saving plugin URL 2003/06/25 11:26:01 dvo 1.13.18.1: #110428# set plugin URL if present

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a83f659abb20be4a91093cae496ab84e7fd5592b]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:30 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cb7f5bb0334582dc7d75529d6150e9346b34feb]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:29 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b6a7e83395482b259fbbb8866c8b8d6c1a0c57c]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:28 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [46eefb46e64589b461aac18a2fce653455f5a1a7]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:27 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea8a2906b03a214b15bead8aecbf06a4f35884c4]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:32:26 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ab5576cf9933712a5a89c7f5f1c89d4bd4b7699]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:16:52 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [349513cad6c231f361776b5f0c16dccdb283d647]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:16:51 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7652ef887f089dc04f6883449b044e11b2f292d9]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:16:50 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d21df07c9576b7f8b6a5391377bf5d8b7375090]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 13:16:49 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [44f929b76c5ce0ee87118cf8f963c958c9dff582]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 12:54:09 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f312e916cd9b7d1e3ea2a77d9cbc0a78daa07bf]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/27 11:28:22 jsc 1.2.6.2: #110313# correct dep 2003/06/24 12:54:08 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2c8c7c6577e41111c47596869bbcd90ed328289]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 12:53:38 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d99c3e5d238b328c6c2a720d562b8939810c4516]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 12:53:37 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2250b79c70d07eaf3e6ac8e1f2b33921957eaf0]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/26 09:30:53 af 1.2.6.2: #110488# Removed the entry for the COLLAPSED state from the list of states. This state does not exist anymore. 2003/06/24 12:53:37 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5724c246873d26fb3a8e7a7116f5ee6fbb502182]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 12:53:36 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e86e7877aea5753bc7daa08e4b8d167808a47e46]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/24 12:53:35 jsc 1.2.6.1: #110313# insert source license header

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6ce44f9a11f8d5ff5ea6f41156f876d8980c16e]

        INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED 2003/06/25 07:39:35 jsc 1.2.6.2: #110423# resolve merge conflicts 2003/06/24 11:07:04 jsc 1.2.6.1: #110423# insert workaround for IE6

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdf4f15748a03b40be3d9c816627c56fcec8e0b5]

        INTEGRATION: CWS sdk04 (1.11.6); FILE MERGED 2003/06/25 07:39:31 jsc 1.11.6.2: #110423# resolve merge conflicts 2003/06/24 11:06:08 jsc 1.11.6.1: #110423# insert workaround for IE6

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f0ccec4c96fb45f5e2b73e926582c3120afe627]

        INTEGRATION: CWS sdk04 (1.7.6); FILE MERGED 2003/06/25 07:39:34 jsc 1.7.6.2: #110423# resolve merge conflicts 2003/06/24 11:06:08 jsc 1.7.6.1: #110423# insert workaround for IE6

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3043f11e61eb9539759613bee15daf3c8ddf30ab]

        INTEGRATION: CWS sdk04 (1.14.6); FILE MERGED 2003/06/25 07:39:33 jsc 1.14.6.2: #110423# resolve merge conflicts 2003/06/24 11:06:07 jsc 1.14.6.1: #110423# insert workaround for IE6

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a8eee6ac9af1f7c5264afea34182e14cbbbb8c8]

        INTEGRATION: CWS sdk04 (1.14.6); FILE MERGED 2003/06/25 07:39:31 jsc 1.14.6.3: #110423# resolve merge conflicts 2003/06/24 11:05:12 jsc 1.14.6.2: #110423# insert workaround for IE6 2003/06/20 11:49:38 jsc 1.14.6.1: #110313# insert link to license file

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7770df146bf40ed194b3b7720c4e84a327bd255e]

        INTEGRATION: CWS sw018 (1.16.74); FILE MERGED 2003/06/26 09:30:59 tl 1.16.74.1: #98053# missing bugfix added

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0151b3adabcc5869434b3f57ca7e6c46bf72ce9]

        INTEGRATION: CWS sw018 (1.69.16); FILE MERGED 2003/06/25 07:40:46 os 1.69.16.1: #110437# enable right move of frames when content is protected

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b47033162876deb63a8e77b376ae6df1c6fa856]

        INTEGRATION: CWS sw018 (1.36.16); FILE MERGED 2003/06/26 13:54:13 os 1.36.16.1: new writer team

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b8728b5f87c8372c873be4ab63c17b1f0eda1a9]

        INTEGRATION: CWS sw018 (1.14.74); FILE MERGED 2003/06/26 07:50:43 os 1.14.74.1: #110484# selection of languages corrected

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [81031aadb1d1c6f41e6ba03dbd5336e3de007917]

        INTEGRATION: CWS sw018 (1.47.16); FILE MERGED 2003/06/27 10:41:14 cmc 1.47.16.1: #110493# 11 hour 11th minute fix for indent

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aa50d1791d482ff5d960a1d0411394fe26a4989]

        INTEGRATION: CWS sw018 (1.85.26); FILE MERGED 2003/06/26 10:57:28 cmc 1.85.26.1: #110492# include multiple levels in ww6 import broken since before time

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [724149f067910f0462032359bb6347c016bc3a8e]

        INTEGRATION: CWS sw018 (1.113.16); FILE MERGED 2003/06/27 10:41:13 cmc 1.113.16.1: #110493# 11 hour 11th minute fix for indent

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c198bc549d5078a66c82dcee4991254a84df70a]

        INTEGRATION: CWS sw018 (1.111.16); FILE MERGED 2003/06/27 16:01:35 cmc 1.111.16.2: #110465# use correct len 2003/06/25 15:17:29 cmc 1.111.16.1: #110465# the note/comment anchor can be character attribute hidden, who would have expected that.

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b5cc86ee900aa7999b8761a58002e0c8a0d2e74]

        INTEGRATION: CWS sw018 (1.98.16); FILE MERGED 2003/06/25 16:06:24 cmc 1.98.16.1: #i15965# problem between chair and desk

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d85970f88d17cad8968d9c3e62575abc02508b13]

        INTEGRATION: CWS sw018 (1.77.68); FILE MERGED 2003/06/26 12:34:44 fme 1.77.68.1: #110466# Remove action context for section and table operations

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2502d313c6bce51cc66d8900b1633b0c40d54dee]

        INTEGRATION: CWS sw018 (1.43.2); FILE MERGED 2003/06/26 12:34:43 fme 1.43.2.1: #110466# Remove action context for section and table operations

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [188c0acc331ec9b6cf1a861eb7ebedf8bb481af8]

        INTEGRATION: CWS sw018 (1.23.74); FILE MERGED 2003/06/26 13:22:34 os 1.23.74.1: #110473# assertion corrected

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [4004129eb59c51128fdcd891fae53c69f7ac37df]

        INTEGRATION: CWS sw018 (1.14.74); FILE MERGED 2003/06/26 13:21:56 os 1.14.74.1: #110473# notify change of visibility flag to text node

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [605e0692574471c9b24ce030ce35b3269a4b25c4]

        INTEGRATION: CWS sw018 (1.14.74); FILE MERGED 2003/06/26 13:21:10 os 1.14.74.1: #110473# notify change of visibility flag to text node

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5988c2957252bedd21a993631a538f673a5e7c00]

        INTEGRATION: CWS sw018 (1.1.1.1.44); FILE MERGED 2003/06/26 13:22:05 os 1.1.1.1.44.1: #110473# notify change of visibility flag to text node

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dd09b7321855cd722df6586720d7eff31286f9b]

        INTEGRATION: CWS sw018 (1.6.8); FILE MERGED 2003/06/26 13:16:20 tl 1.6.8.1: #i15990# namespace fixed

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cb4e4c8654f0d5b5bcf21ec579a505e657bb82a]

        INTEGRATION: CWS sw018 (1.10.88); FILE MERGED 2003/06/26 12:15:35 tl 1.10.88.1: #103610# missing bugfix added

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1de9a5840f09ee1f4aafd478db789e68c6d4a81]

        INTEGRATION: CWS sw018 (1.10.88); FILE MERGED 2003/06/26 12:08:51 tl 1.10.88.1: #103610# missing bugfix added

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eac1007423324dbc1ed842d841795acacbf57c6]

        INTEGRATION: CWS sw018 (1.6.88); FILE MERGED 2003/06/26 12:01:42 tl 1.6.88.1: #103610# missing bugfix added

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [74501dd57268c9f3144d0fb1850b1a4b61dd281d]

        INTEGRATION: CWS sw018 (1.8.88); FILE MERGED 2003/06/27 07:09:40 tl 1.8.88.2: #103610# missing bugfix added 2003/06/26 12:42:02 tl 1.8.88.1: #103610# missing bugfix added

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a9df927ee5caf83acfb00ca8c2fa1040534d1ec]

        INTEGRATION: CWS sw018 (1.20.24); FILE MERGED 2003/06/26 11:00:42 tl 1.20.24.1: #102699# missing bugfix added

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1cb906a40b764ede0bf31be1f6fbd15f4bc8172]

        INTEGRATION: CWS vcl13 (1.2.148); FILE MERGED 2003/06/23 12:35:59 hjs 1.2.148.1: #110337# version numbers

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa990de8b702e69a8595a242997d413ef937f340]

        INTEGRATION: CWS vcl13 (1.4.2); FILE MERGED 2003/06/23 12:35:59 hjs 1.4.2.1: #110337# version numbers

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e97bdce7ebfb15f7448bdd788fc4173dff5de7]

        INTEGRATION: CWS vcl13 (1.16.4); FILE MERGED 2003/06/24 16:44:29 pl 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2003/06/18 09:17:22 ssa 1.16.4.1: #110272# additional korean fonts (without english names)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2ef8fc958223ec5439ee7d8c3e30e4a8686964a]

        INTEGRATION: CWS vcl13 (1.45.6); FILE MERGED 2003/06/24 16:16:53 pl 1.45.6.2: RESYNC: (1.45-1.47); FILE MERGED 2003/06/24 15:14:50 pl 1.45.6.1: #110440# evaluate flag field

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [dad54897416f2a24831decd9f0602ac7d3080857]

        INTEGRATION: CWS vcl13 (1.160.6); FILE MERGED 2003/06/24 16:17:08 pl 1.160.6.3: RESYNC: (1.160-1.161); FILE MERGED 2003/06/23 12:12:32 pl 1.160.6.2: #15935# removed a potentially endless loop 2003/06/19 12:37:23 pl 1.160.6.1: #110326# do not grab focus for status window, prepare utility window hint for WM

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e54494b83bc6917054ad1e57be4f10bc08ccd527]

        INTEGRATION: CWS vcl13 (1.104.20); FILE MERGED 2003/06/24 12:12:08 pl 1.104.20.1: #i15935# enable fallback for builtin printer fonts

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b83416558229b723b96899314a69430d473c3816]

        INTEGRATION: CWS vcl13 (1.30.20); FILE MERGED 2003/06/23 06:46:17 hdu 1.30.20.1: #110022# remove performance warning

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e65514b749dee2d145cc64f0e1caca2c7e9330a]

        INTEGRATION: CWS vcl13 (1.41.12); FILE MERGED 2003/06/20 14:19:07 pl 1.41.12.2: #110333# workaround Dtwm: windows without a title 2003/06/19 12:37:21 pl 1.41.12.1: #110326# do not grab focus for status window, prepare utility window hint for WM

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8993e9ab33d9c8f139c8f7c76552f553781c4244]

        INTEGRATION: CWS vcl13 (1.41.20); FILE MERGED 2003/06/24 16:17:42 pl 1.41.20.2: RESYNC: (1.41-1.42); FILE MERGED 2003/06/16 15:34:56 pl 1.41.20.1: #i15510# POINTER_ARROW adjusted to a more conventional look

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [932ad3a36f3c779ca17ce2337ec6f811f0650136]

        INTEGRATION: CWS vcl13 (1.21.56); FILE MERGED 2003/06/19 12:37:22 pl 1.21.56.2: #110326# do not grab focus for status window, prepare utility window hint for WM 2003/06/16 12:07:25 pl 1.21.56.1: #110204# XIM status should be override redirect

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [56caf04bf5ffde8606ed3bed459fa47575b8887e]

        INTEGRATION: CWS vcl13 (1.24.20); FILE MERGED 2003/06/20 13:31:23 pl 1.24.20.1: #110362# removed duplicate free()

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf496cd977dc828380112da0e89b8ca8204ceac5]

        INTEGRATION: CWS vcl13 (1.17.58); FILE MERGED 2003/06/19 12:37:21 pl 1.17.58.1: #110326# do not grab focus for status window, prepare utility window hint for WM

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8a5b26168727ad0673d583850a7b30de584ac6]

        INTEGRATION: CWS vcl13 (1.29.58); FILE MERGED 2003/06/19 12:37:20 pl 1.29.58.1: #110326# do not grab focus for status window, prepare utility window hint for WM

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c59ab6b885f6a53cc661340ac22620f21e5ae79]

        INTEGRATION: CWS vcl13 (1.79.20); FILE MERGED 2003/06/20 11:26:39 pl 1.79.20.1: #110362# operator new/delete mismatch

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [983e924e5f7699996df0d73747daa9e78e8d176f]

        INTEGRATION: CWS vcl13 (1.173.18); FILE MERGED 2003/06/24 16:13:58 pl 1.173.18.2: RESYNC: (1.173-1.174); FILE MERGED 2003/06/23 09:57:48 ssa 1.173.18.1: #109206# notify client window about minimize/restore event

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [08085046a410382cc91bc54e198203fb4a51bbcb]

        INTEGRATION: CWS vcl13 (1.10.12); FILE MERGED 2003/06/20 08:26:42 ssa 1.10.12.1: #110361# no CJK mnemonics for '...' and '>>'

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [714115c98783446786764552e19d6c58581c4472]

        INTEGRATION: CWS vcl13 (1.3.234); FILE MERGED 2003/06/20 11:26:26 pl 1.3.234.1: #110362# operator new/delete mismatch

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [df77c3fb30b238649f9600d075ac97ee0a239082]

        INTEGRATION: CWS vcl13 (1.92.6); FILE MERGED 2003/06/24 18:41:13 pl 1.92.6.2: #i15743# fixed a ForteCC syntax issue 2003/06/23 12:14:51 hdu 1.92.6.1: #i15743# workaround for backward compatiblity with older FT versions (FT_RENDER_MODE_MONO constant changed)

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c21540cf8e64fd25681f09cbee68641eb8cb5e4]

        INTEGRATION: CWS vcl13 (1.43.18); FILE MERGED 2003/06/24 16:09:44 hdu 1.43.18.4: #110273# force paragraph RTL direction when weak RTL is set 2003/06/24 15:47:17 hdu 1.43.18.3: #110273# performance improvement for ubidi_getLevels call 2003/06/24 14:20:38 hdu 1.43.18.2: #110273# workaround for ubidi_getVisualRun() wrong return value problem 2003/06/24 12:08:42 pl 1.43.18.1: #i15935# enable fallback for mixed UnitsPerPixel cases

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [be93c7b21ef30d910068bf521caf818c030adb57]

        INTEGRATION: CWS vcl13 (1.53.6); FILE MERGED 2003/06/12 13:35:47 pl 1.53.6.1: #110203# close temp file after use

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [83f602bba7ef6419d80efa0e0f2bed7f6c18bfb9]

        INTEGRATION: CWS vcl13 (1.149.6); FILE MERGED 2003/06/24 16:16:11 pl 1.149.6.3: RESYNC: (1.149-1.151); FILE MERGED 2003/06/18 11:58:50 ssa 1.149.6.2: #110272# add translation for sunbaeksong 2003/06/18 08:12:57 hdu 1.149.6.1: #i15535# fix RTL offset calculation when FontUnits!=Pixel

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d11bb599b7645b1c55c52efc0fa89c16a080288]

        INTEGRATION: CWS vcl13 (1.13.56); FILE MERGED 2003/06/24 16:16:03 pl 1.13.56.2: RESYNC: (1.13-1.15); FILE MERGED 2003/06/18 11:58:21 ssa 1.13.56.1: #110272# improve search for font replacement lists

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebd4a958053863c02a9cbc90ee07fe15504fb647]

        INTEGRATION: CWS vcl13 (1.22.22); FILE MERGED 2003/06/13 18:33:54 pl 1.22.22.2: #110062# flush sent event, prepare for applications forgetting to call dropComplete, XDND V5 2003/06/12 12:17:15 pl 1.22.22.1: #110126# do not start drag without a mouse button pressed, really deregister drop targets, stop drag if drop target that started the drag is dereigistered

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad33f5057fe29880c6190efd2b6cf62cd3849b5e]

        INTEGRATION: CWS vcl13 (1.62.2); FILE MERGED 2003/06/18 11:07:51 pl 1.62.2.3: #110062# add assertion 2003/06/13 18:33:54 pl 1.62.2.2: #110062# flush sent event, prepare for applications forgetting to call dropComplete, XDND V5 2003/06/12 12:17:14 pl 1.62.2.1: #110126# do not start drag without a mouse button pressed, really deregister drop targets, stop drag if drop target that started the drag is dereigistered

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6e0f3b7cd92b2fcef97300dc7021e8a69a0d169]

        INTEGRATION: CWS vcl13 (1.7.68); FILE MERGED 2003/06/12 12:17:13 pl 1.7.68.1: #110126# do not start drag without a mouse button pressed, really deregister drop targets, stop drag if drop target that started the drag is dereigistered

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [19c79299952cfd0b75176713c3f0ddf8ee52c602]

        INTEGRATION: CWS vcl13 (1.10.2); FILE MERGED 2003/06/23 12:36:35 hjs 1.10.2.1: #110337# version numbers

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba8abed5f6a20771bd0bc294018e16a23de32ddd]

        INTEGRATION: CWS vcl13 (1.19.20); FILE MERGED 2003/06/24 12:16:43 pl 1.19.20.1: #i15935# enable multibyte PostScript fonts

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [57299805a944357784fdeaff522ee22f36477c6e]

        INTEGRATION: CWS vcl13 (1.6.20); FILE MERGED 2003/06/24 12:16:43 pl 1.6.20.1: #i15935# enable multibyte PostScript fonts

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dda072aa043c541dee5db95ec29fa3047870620]

        INTEGRATION: CWS vcl13 (1.16.20); FILE MERGED 2003/06/24 18:09:07 pl 1.16.20.3: #i15935# fixed a Forte CC issue 2003/06/24 12:16:42 pl 1.16.20.2: #i15935# enable multibyte PostScript fonts 2003/06/17 14:50:55 pl 1.16.20.1: #i15535# add support for uniXXXX PostScript glyph names

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8960b3750d51af9cedc38042055f2405e707fbbe]

        INTEGRATION: CWS vcl13 (1.37.4); FILE MERGED 2003/06/24 12:16:41 pl 1.37.4.2: #i15935# enable multibyte PostScript fonts 2003/06/17 14:50:54 pl 1.37.4.1: #i15535# add support for uniXXXX PostScript glyph names

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e8b530d17ae82cdc745d097bac4eb6baf1d9580]

        INTEGRATION: CWS vcl13 (1.10.20); FILE MERGED 2003/06/24 12:16:41 pl 1.10.20.1: #i15935# enable multibyte PostScript fonts

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [556cafb36ee0936ac83ab7c7a6dcc324e6478c20]

        INTEGRATION: CWS vcl13 (1.14.14); FILE MERGED 2003/06/24 12:16:40 pl 1.14.14.2: #i15935# enable multibyte PostScript fonts 2003/06/17 14:50:53 pl 1.14.14.1: #i15535# add support for uniXXXX PostScript glyph names

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce0fd0e6b05f87bc814ebf913f743a34bacf789c]

        INTEGRATION: CWS vcl13 (1.7.46); FILE MERGED 2003/06/13 17:58:55 pl 1.7.46.1: #110062# DropTargetListener never called dropComplete

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a37c80b361473aa66ef0c4970ec04f56b8bb10b]

        INTEGRATION: CWS crashrep09 (1.6.8); FILE MERGED 2003/06/27 14:27:51 hro 1.6.8.1: #110227# Send an XEvent to wkae up that silly gtk main loop

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8219a9a0f7351ba469ff0fbebcc5ce811ebb7df7]

        INTEGRATION: CWS crashrep09 (1.1.10); FILE MERGED 2003/06/27 14:27:51 hro 1.1.10.1: #110227# Send an XEvent to wkae up that silly gtk main loop

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [966be5b1be31c7280ab65dc98a19cedf3935ad55]

        INTEGRATION: CWS crashrep09 (1.1.10); FILE MERGED 2003/06/27 14:27:50 hro 1.1.10.1: #110227# Send an XEvent to wkae up that silly gtk main loop

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c83730d45f62cd1233ad61cbe3b241b6e9557116]

        INTEGRATION: CWS cfgrc01 (1.7.22); FILE MERGED 2003/06/26 14:27:45 jb 1.7.22.1: #110464# Allow local backend to run even when some layers are misconfigured (e.g. when running as root within a network installation

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3842a542e0e869923bb0d0251a266b8446172ea3]

        INTEGRATION: CWS cfgrc01 (1.15.22); FILE MERGED 2003/06/26 15:33:19 jb 1.15.22.2: #110464# Fix exception raised for invalid user layer to match exception specification 2003/06/26 14:27:44 jb 1.15.22.1: #110464# Allow local backend to run even when some layers are misconfigured (e.g. when running as root within a network installation

2003-06-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [01b63b042268d507b2719c5fb22f83c999ffa7b1]

        INTEGRATION: CWS cfgrc01 (1.2.12); FILE MERGED 2003/06/26 14:26:10 jb 1.2.12.1: #110464# Prevent unnecessary exception when running as root

2003-06-27  Kurt Zenker  <kz@openoffice.org>  [5e2ba78f773148fef3a56a8d07374287b2d505d3]

        new version for SRX645

2003-06-27  Kurt Zenker  <kz@openoffice.org>  [a0f8e582cc14f1da4fab5da2c1f4bbdaadd16ba2]

        new version for SRX645

2003-06-27  Kurt Zenker  <kz@openoffice.org>  [386ce102a9fd0dc35cb4d7b7bbca2a4917a59c65]

        new version for SRX645

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [e1f24e95bfe923e3a919def0acabd3f345ae86a1]

        SRX645

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [4af49ed1d337805142d637389250a28d863d3886]

        INTEGRATION: CWS mariner10 (1.32.26); FILE MERGED 2003/06/27 06:07:18 tra 1.32.26.3: #110441#some corrections to the previous fixes to make officeipcthread.cxx compileable 2003/06/26 13:35:43 lo 1.32.26.2: typo 2003/06/26 11:43:47 lo 1.32.26.1: #110441# enable office-help from command line

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [d818a9f2f38c72014d088f2a84229c7a462c4262]

        INTEGRATION: CWS mariner10 (1.16.14); FILE MERGED 2003/06/26 11:43:47 lo 1.16.14.1: #110441# enable office-help from command line

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [f579b50c7d0bc72cc806eb943090ada2514355ff]

        INTEGRATION: CWS mariner10 (1.21.14); FILE MERGED 2003/06/26 11:43:46 lo 1.21.14.1: #110441# enable office-help from command line

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [8ef8a8ae26c15dfc62da72c6aab22d021f0d7cb8]

        INTEGRATION: CWS mariner10 (1.115.12); FILE MERGED 2003/06/27 07:46:10 lo 1.115.12.3: fix compiler problems 2003/06/27 06:06:44 tra 1.115.12.2: #110441#some corrections to the previous fixes to make app.cxx compileable 2003/06/26 11:43:45 lo 1.115.12.1: #110441# enable office-help from command line

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [8fc35eaa27b9510d9abed036394539da80ca370c]

        INTEGRATION: CWS mariner10 (1.3.120); FILE MERGED 2003/06/25 13:27:30 tra 1.3.120.1: #110368#HACK:rtl_uriEncode for text encodings other than ASCII_US, ISO_8859_1, UTF8 fixed, before all other encodings were converted to UTF8

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [6b669458121fbbc704da131f25bf0dc8b78104e6]

        INTEGRATION: CWS mariner10 (1.1.76); FILE MERGED 2003/06/25 11:24:15 tra 1.1.76.1: #110368#reencode file urls to the current system encoding so that they are understandable for Mozilla and Co.

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [b268c93dca046e2a1068bf9a15cf33f87265d3f1]

        INTEGRATION: CWS fwk07 (1.132.38); FILE MERGED 2003/06/20 09:20:30 mba 1.132.38.1: #i15521#: don't create storages if the file is not a storage, because in case if R/O the original stream is thrown away

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [ada3e6fddf08318d1f5f8c7343e0d385cdd68860]

        INTEGRATION: CWS fwk07 (1.9.74); FILE MERGED 2003/06/24 08:36:50 cd 1.9.74.1: #110434# New default for split windows is now pinned

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [9a6b359a968d83d37b1f3da093c37a0d367b701d]

        INTEGRATION: CWS fwk07 (1.12.74); FILE MERGED 2003/06/25 14:38:29 cd 1.12.74.1: #110433# New default docked window size for database beamer

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [7bec7aec2175367bc4a968c6cc932b2c4f220dd9]

        INTEGRATION: CWS fwk07 (1.7.132); FILE MERGED 2003/06/25 12:40:54 er 1.7.132.1: #110398# FillEListWithUserCurrencys: adapt selection to initial format if not adding another currency

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [3101577109e75d68136f1b4c4670c3be02072fb0]

        INTEGRATION: CWS fwk07 (1.65.20); FILE MERGED 2003/06/25 14:44:03 cd 1.65.20.2: #110432# Changed size for gallery to comply with real spec 2003/06/25 12:24:20 ka 1.65.20.1: #110432#: use smaller default height for Gallery

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [9d6a67bb0766ad98818897ecab4b78ce12e08a01]

        INTEGRATION: CWS fwk07 (1.30.4); FILE MERGED 2003/06/25 11:02:49 abi 1.30.4.1: #110393# some workaround, which already was present in 6.0

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [cbeb570fc2433316a7a8923b2803db6e8484cdd6]

        INTEGRATION: CWS fwk07 (1.68.8); FILE MERGED 2003/06/19 15:44:21 cd 1.68.8.1: #i15809# Restore old value of EnableDialogCancel() to support headless mode

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [44a513cd9072b96508ec392e560573f5d2cd20fb]

        INTEGRATION: CWS fwk07 (1.68.14); FILE MERGED 2003/06/20 13:57:13 mba 1.68.14.1: #110383#: new event OnMailMergeFinished

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [461c879e6a6692c3b45c3b72924dea4468075bcb]

        INTEGRATION: CWS fwk07 (1.32.30); FILE MERGED 2003/06/20 13:56:57 mba 1.32.30.1: #110383#: new event OnMailMergeFinished

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [4d0a299254ddb3add16d1832e77f479080bf34f3]

        INTEGRATION: CWS fwk07 (1.1.1.1.282); FILE MERGED 2003/06/20 13:56:46 mba 1.1.1.1.282.1: #110383#: new event OnMailMergeFinished

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [99bb843709528e038d6da8483a5216a97d960a72]

        INTEGRATION: CWS tbe4 (1.31.28); FILE MERGED 2003/06/25 09:03:16 tbe 1.31.28.1: #110238# API: accessibility toggle buttons: Bold, Italic, Underline

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [29947012a96e141c5a278bdaba1be410862ab077]

        INTEGRATION: CWS tbe4 (1.57.14); FILE MERGED 2003/06/24 10:57:04 tbe 1.57.14.2: RESYNC: (1.57-1.60); FILE MERGED 2003/06/23 14:06:45 tbe 1.57.14.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [32683161e3c481179e7f3546eb526add625c2b86]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:32:20 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [56bd1dbe251c04a4bad781c0f7ac5919ee6b2d1f]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:56 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [f1e520a5bc6c306109e7d5f9bd52372f30670c3c]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:55 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [afb09ca3cce1190101ba85c9974fd22b80d1966e]

        INTEGRATION: CWS tbe4 (1.9.66); FILE MERGED 2003/06/23 13:27:55 tbe 1.9.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [3592b6ac4fa2551a8b74be22c2c32753dc520943]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:54 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [a81677632bf8eeda31f6fe73f62d60ef63c92af9]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:53 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [7dbd981679949aba5d00ca7d670bb54d8297e3a2]

        INTEGRATION: CWS tbe4 (1.3.146); FILE MERGED 2003/06/23 13:27:53 tbe 1.3.146.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [c1f53d1639aadbdcf79040869ec5b050067d5341]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:52 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [fb0cdca6fe4d6cd23a5d272cae5c9677a2cd8de4]

        INTEGRATION: CWS tbe4 (1.9.66); FILE MERGED 2003/06/23 13:27:52 tbe 1.9.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [44d326f00084a0054663da62373ca1eebb13bc92]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:51 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [065c1c3cb5345fd63ec4808141ea0e1a8082d5f3]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:50 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [ef23d3c0f16ba93db7d8e8b65169dca2e22d1b96]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:49 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [3bc08331aa621d42d04f07feb8a493d5d7f56563]

        INTEGRATION: CWS tbe4 (1.2.46); FILE MERGED 2003/06/24 11:18:25 tbe 1.2.46.2: RESYNC: (1.2-1.3); FILE MERGED 2003/06/23 13:27:49 tbe 1.2.46.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [1cdad8eae3fc190555c80a1d496c3ae4d2f5ab2c]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:48 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [7c2f01d2c69308e1f3a4c155d7d9f4d1b2a11422]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:47 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [8e210627c2a3e9ddf63782fe9a6ba86da81d04b2]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:46 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [cc4ec563a897022bb82ce9ae14b9b8d1034e44ae]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:45 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [5fbeb371e3d1c57f887919ba70942727dd07bbc4]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:22:35 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [ac42ee41c6d9f544a8e424f319527f75333275cd]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:22:34 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [26404627426114276d58eb683f208408c42908d0]

        INTEGRATION: CWS tbe4 (1.2.46); FILE MERGED 2003/06/24 11:18:07 tbe 1.2.46.2: RESYNC: (1.2-1.4); FILE MERGED 2003/06/23 13:22:34 tbe 1.2.46.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [a2c0ad00c3b67cf52d7186ab4fb3e9f8d27ce5bf]

        INTEGRATION: CWS tbe4 (1.5.66); FILE MERGED 2003/06/23 13:22:34 tbe 1.5.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [74d39991dddb106a50c4f527c831e2c41e8ba127]

        INTEGRATION: CWS tbe4 (1.3.146); FILE MERGED 2003/06/23 13:22:33 tbe 1.3.146.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [66f1a41250cc297caa62c47bdbe980bf63e2c5cc]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:22:33 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [ea79967214e589cff99b2ea1582eea58dc747c6a]

        INTEGRATION: CWS tbe4 (1.9.66); FILE MERGED 2003/06/23 13:22:33 tbe 1.9.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [f9cd692b73b04289172bed365e7a3419267a5b6e]

        INTEGRATION: CWS tbe4 (1.3.146); FILE MERGED 2003/06/23 13:22:32 tbe 1.3.146.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [2d2aacaa32e784e868aa2addfd0340a46be244cd]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:22:32 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [3f6a9728248a93aa8fc1d30f7625377f549d3819]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:22:31 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [7758961490ccf89b2bba17611e366c453563c639]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:22:31 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [46db91eeb6332b91bc2cf28bacecdd0d681d9b4f]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:22:30 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [b8bb8e64e30f06aa04739b0a70de82a16b54296f]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/24 11:17:59 tbe 1.7.66.2: RESYNC: (1.7-1.8); FILE MERGED 2003/06/23 13:22:30 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [61624c25d6851358e4cfeb71f2fb2a157fa6d256]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/24 11:17:53 tbe 1.7.66.2: RESYNC: (1.7-1.8); FILE MERGED 2003/06/23 13:22:29 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [4c2fd6f414fce2baf20d080ff15a4d223a6c5abc]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:22:29 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [d0ccb2b6f1415a1f21acc8c63ba67a629bc57164]

        INTEGRATION: CWS tbe4 (1.4.148); FILE MERGED 2003/06/23 13:22:29 tbe 1.4.148.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [96ec5cdd5eb7faa54afda075a60214a99e455e5a]

        INTEGRATION: CWS tbe4 (1.2.146); FILE MERGED 2003/06/23 13:22:28 tbe 1.2.146.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [db4194b7802d0a9850aa02a9c663fa97ba34b549]

        INTEGRATION: CWS tbe4 (1.4.66); FILE MERGED 2003/06/23 13:22:28 tbe 1.4.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [3627ac86961e4803c0cbff087c69fbe98b40cf60]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:22:27 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [6aaf0832135a1079fb586d2d3932b3b00e5fa43d]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:22:27 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [e562a8c26f1e66eacbefb13392620582c180c206]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:22:26 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [fd5a497199fc804af509d7ef6204e1bfaa21d05e]

        INTEGRATION: CWS tbe4 (1.4.146); FILE MERGED 2003/06/23 13:22:26 tbe 1.4.146.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [c8aefc4e10bc7a7b07e140fa8964677532cabc77]

        INTEGRATION: CWS tbe4 (1.4.66); FILE MERGED 2003/06/23 13:22:26 tbe 1.4.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [94a915dc2cb7246502ce2bb7b893407b19eb8ab5]

        INTEGRATION: CWS tbe4 (1.5.146); FILE MERGED 2003/06/23 13:22:25 tbe 1.5.146.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [087b4995be6a96c0b1e022ac4b08e2d980e4a143]

        INTEGRATION: CWS tbe4 (1.5.66); FILE MERGED 2003/06/23 13:22:25 tbe 1.5.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [d4ae8b8d0fa28c08549946c1580d80127f815416]

        INTEGRATION: CWS tbe4 (1.4.66); FILE MERGED 2003/06/23 13:22:24 tbe 1.4.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [30636a4adb92fd105a8b024715abe44d2adcd33d]

        INTEGRATION: CWS tbe4 (1.6.66); FILE MERGED 2003/06/23 13:22:24 tbe 1.6.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [53322781228e6a9b20515df5cd7d7d37385e6090]

        INTEGRATION: CWS tbe4 (1.5.66); FILE MERGED 2003/06/23 13:22:23 tbe 1.5.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [b9b57633593c9a33bdee30d0debad4f9c9cfe3a1]

        INTEGRATION: CWS tbe4 (1.4.66); FILE MERGED 2003/06/23 13:17:07 tbe 1.4.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [5b6fd9542a89b7a5a71a981321a9252d7cc064f9]

        INTEGRATION: CWS tbe4 (1.2.146); FILE MERGED 2003/06/23 13:17:06 tbe 1.2.146.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [c79535a0740443f7f037c3178d2e5ae97eb4dd94]

        INTEGRATION: CWS tbe4 (1.5.148); FILE MERGED 2003/06/23 13:17:06 tbe 1.5.148.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [dbd503fbee98f61f0a542c03e7cae4feff3b0abd]

        INTEGRATION: CWS tbe4 (1.3.148); FILE MERGED 2003/06/23 13:17:06 tbe 1.3.148.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [8a707a7e36d9423d3bee7bbc4d16f0e5f721141d]

        INTEGRATION: CWS tbe4 (1.5.66); FILE MERGED 2003/06/23 13:17:05 tbe 1.5.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [3985ea507d0ff3389e6a089112c072a27517d6a1]

        INTEGRATION: CWS tbe4 (1.4.66); FILE MERGED 2003/06/23 13:17:05 tbe 1.4.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [cffbab352202d83f6961a5d59eed1b293305e9b7]

        INTEGRATION: CWS tbe4 (1.6.66); FILE MERGED 2003/06/23 13:17:04 tbe 1.6.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [98f07c83b3600e0b0fd06cfefe356cded1b43017]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:17:04 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [6a44d7317bba730559394536b77fca3e5f116407]

        INTEGRATION: CWS tbe4 (1.4.146); FILE MERGED 2003/06/23 13:17:03 tbe 1.4.146.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [6cff4ae0e19771d9a512bb6683d14566870f2ba7]

        INTEGRATION: CWS tbe4 (1.5.66); FILE MERGED 2003/06/23 13:17:03 tbe 1.5.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [70e9a512578ee1744a1a151bd41c3b7926ae1749]

        INTEGRATION: CWS tbe4 (1.4.66); FILE MERGED 2003/06/23 13:17:03 tbe 1.4.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [73e8d15b5a2637b7db70493356099a95ea077493]

        INTEGRATION: CWS tbe4 (1.4.146); FILE MERGED 2003/06/23 13:17:02 tbe 1.4.146.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [1b3b555f401b5bfdc9f1ceff09237a5efd59ac28]

        INTEGRATION: CWS tbe4 (1.9.66); FILE MERGED 2003/06/23 13:17:02 tbe 1.9.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [b5bb9fc7039a4f2d68993eb508b9e3eabc8416a7]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:17:02 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [f3ff1bdd0384b7ba9a29b920a8b7af3147bb6891]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:17:01 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [befbbadd6d73ff9c993538d09acf7df38640055c]

        INTEGRATION: CWS tbe4 (1.8.46); FILE MERGED 2003/06/23 13:17:01 tbe 1.8.46.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [d19e98c51058d72688e5cd2e8812006227100f7b]

        INTEGRATION: CWS tbe4 (1.4.66); FILE MERGED 2003/06/23 13:17:01 tbe 1.4.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [906513497479037b871e02db61ede887ec1f16a4]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:17:00 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [fe6ccab68f9464dc3e083bc962d23aad8b0db9f5]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:16:59 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [c800f3700f71b3a243ac922d743b6959b0736ae5]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:16:58 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [9c854694d9268d499ac7ba8d973f4d2e5a147a3a]

        INTEGRATION: CWS tbe4 (1.5.146); FILE MERGED 2003/06/23 13:16:58 tbe 1.5.146.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [c9fbe5a5f8d0529c53464abb68357314489735d0]

        INTEGRATION: CWS tbe4 (1.5.66); FILE MERGED 2003/06/23 13:16:57 tbe 1.5.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [1efcef49238587ab48305974e8cb9d36ebdb9a02]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:16:57 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [032e05bd85b2e6bfa9f77bf8bbae7f7d2ddd71dd]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:16:56 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [79f71d86f3183038990b852e81bfbaf5b637891c]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:16:55 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [de0daba7c0e1e5b77e45fd7d919ffc305206bccc]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:57 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [78ce19b889a8ba6c1852a94d948fbe325e1c15f4]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:56 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [f34889c7738e1027844fc2af09bd37718b848ad0]

        INTEGRATION: CWS tbe4 (1.2.46); FILE MERGED 2003/06/24 11:17:46 tbe 1.2.46.2: RESYNC: (1.2-1.3); FILE MERGED 2003/06/23 13:11:56 tbe 1.2.46.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [3d49a3007cc7fb26d0c08fd53acc98ac5a231a90]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:55 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [570a45570f20b5625c61957dbad1deed53b9df8b]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:54 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [3d554fb9b21824d56954acf43b6049f9b2df0bf1]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:53 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [ef70d5d1638699d294c7d603e12c376b625ca6eb]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:52 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [f9a9931770b91649d824445d23be51046a780582]

        INTEGRATION: CWS tbe4 (1.5.66); FILE MERGED 2003/06/23 13:11:52 tbe 1.5.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [5bb54b5fd793035e8f22915ccfa4a37da30e1ca0]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:51 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [2cd0756a9832d95ea03d9d9cb0995c0200288eb6]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:50 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [6ca2c6f948c3c730394bb8a8799c47030ef118b2]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:49 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [475d82b7200cf01afa40c5297d6ac59c947e0df8]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:48 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [f15f1cbcbe31e20086205579a036427f8ccf04fe]

        INTEGRATION: CWS tbe4 (1.4.66); FILE MERGED 2003/06/23 13:11:48 tbe 1.4.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [714da867af9a0ce97aff7fa8e197c872f21c8d1b]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:47 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [1ed33094f89d816fe09e0e857b228205bb98ba1c]

        INTEGRATION: CWS tbe4 (1.5.66); FILE MERGED 2003/06/23 13:11:47 tbe 1.5.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [5cbfa6dd48751cf4a606227fe9dba1dd8f245485]

        INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:11:46 tbe 1.8.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [bf606a2b13c1ee956a63181aff06d36a338dfa68]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:46 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [444e17e6ca570ab4b9df299cafff80b6232c42a0]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:45 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [4aae81559ebc31f99da0d80f619cb65da18e0e60]

        INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED 2003/06/23 13:11:44 tbe 1.7.66.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [f45caec7ce09b11e305a4a3ee9534f7f4736ab07]

        INTEGRATION: CWS tbe4 (1.3.6); FILE MERGED 2003/06/24 11:17:37 tbe 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2003/06/23 13:06:01 tbe 1.3.6.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [ae4e8898b60b1c05972942e5e1881edba2a4f176]

        INTEGRATION: CWS tbe4 (1.3.6); FILE MERGED 2003/06/24 11:17:31 tbe 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2003/06/23 13:06:00 tbe 1.3.6.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [890462526e9d24f280987872f291a00e11d98b40]

        INTEGRATION: CWS tbe4 (1.3.6); FILE MERGED 2003/06/24 11:17:13 tbe 1.3.6.2: RESYNC: (1.3-1.5); FILE MERGED 2003/06/23 13:06:00 tbe 1.3.6.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [01478fe595f35e38848182a41268ecd98dddd163]

        INTEGRATION: CWS tbe4 (1.3.6); FILE MERGED 2003/06/24 11:16:35 tbe 1.3.6.2: RESYNC: (1.3-1.5); FILE MERGED 2003/06/23 13:06:00 tbe 1.3.6.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [f53e0a01d3cc6544fd51a7b81da5a3f107b836fd]

        INTEGRATION: CWS tbe4 (1.3.6); FILE MERGED 2003/06/24 11:16:17 tbe 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2003/06/23 13:05:59 tbe 1.3.6.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [9068feb2da7fa8dc320d5b2ede0179f5c1b7f0c8]

        INTEGRATION: CWS tbe4 (1.3.6); FILE MERGED 2003/06/24 11:16:10 tbe 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2003/06/23 13:05:58 tbe 1.3.6.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [73f7f2d2aba5463725b0f0efc619d668c8fcc8e1]

        INTEGRATION: CWS tbe4 (1.3.6); FILE MERGED 2003/06/24 11:16:03 tbe 1.3.6.2: RESYNC: (1.3-1.5); FILE MERGED 2003/06/23 13:05:58 tbe 1.3.6.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [9e36c1f442b03767c63d7188cd9e7fd57bc28d39]

        INTEGRATION: CWS tbe4 (1.3.12); FILE MERGED 2003/06/23 13:05:57 tbe 1.3.12.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [4b4210e92f8260cfed47a21b090657af82afe39a]

        INTEGRATION: CWS tbe4 (1.3.6); FILE MERGED 2003/06/24 11:15:47 tbe 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2003/06/23 13:05:56 tbe 1.3.6.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [46cae7c6cf4a6c9b10a24760753fb18036d743fb]

        INTEGRATION: CWS tbe4 (1.3.6); FILE MERGED 2003/06/24 11:15:40 tbe 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2003/06/23 13:05:56 tbe 1.3.6.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [6c677e44979914f7e9a14dbcd1280e1c8f3a5fde]

        INTEGRATION: CWS tbe4 (1.3.6); FILE MERGED 2003/06/24 11:15:33 tbe 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2003/06/23 13:05:55 tbe 1.3.6.1: #56751# IDL review

2003-06-27  Vladimir Glazounov  <vg@openoffice.org>  [dc9c07f6282ddd8d8e23d807c8e404206003c7fb]

        INTEGRATION: CWS tbe4 (1.5.10); FILE MERGED 2003/06/25 12:51:53 tbe 1.5.10.2: #i16067# ::comphelper::OCommonAccessibleText doesn't support AccessibleTextType::ATTRIBUTE_RUN 2003/06/25 12:14:58 tbe 1.5.10.1: #i15596# Content of text fields are not reported

2003-06-26  Nils Fuhrmann  <nf@openoffice.org>  [b6a58207c4ec7d58b9571cbcc491c75555cae25f]

        Reformatted

2003-06-26  Vladimir Glazounov  <vg@openoffice.org>  [2be337bbc18b72fc9c8e85925f30dd9214d4d788]

        SRX645

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5bf9850aed72f55f09e20a8c9967f77a4d2fb0b]

        INTEGRATION: CWS draw19 (1.16.14); FILE MERGED 2003/06/24 12:15:54 sj 1.16.14.1: #i15561# fixed charset mapping problem, now supporting enhanced windows charsets

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [02f21003d9e3c279be9008e116e7f2bfe3c31def]

        INTEGRATION: CWS draw19 (1.22.70); FILE MERGED 2003/06/24 12:15:47 sj 1.22.70.1: #i15561# fixed charset mapping problem, now supporting enhanced windows charsets

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f6531f14ad8d85f19a2c4a50b1f2a75695de83d]

        INTEGRATION: CWS draw19 (1.33.48); FILE MERGED 2003/06/24 12:15:41 sj 1.33.48.1: #i15561# fixed charset mapping problem, now supporting enhanced windows charsets

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c6eb7b5ef69a39dfb79e282e34ed774bfb15856]

        INTEGRATION: CWS draw19 (1.27.8); FILE MERGED 2003/06/23 14:55:39 cl 1.27.8.1: #102914# use application language as default language for outliner like in sw

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [666bb0ef169346d9878cd4a638c4404b3bd5662a]

        INTEGRATION: CWS draw19 (1.23.46); FILE MERGED 2003/06/20 11:49:50 cl 1.23.46.1: #110325# supress painting of first page in presentation when a fade effect follows

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [711702031972bb5e92cd0da4d742f31eb6ff2b3c]

        INTEGRATION: CWS draw19 (1.38.46); FILE MERGED 2003/06/23 14:55:58 cl 1.38.46.1: #102914# use application language as default language for outliner like in sw

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e18cd160a37c41223355960e72ff058aa263b794]

        INTEGRATION: CWS draw19 (1.22.22); FILE MERGED 2003/06/23 14:30:03 af 1.22.22.1: #110295# Removed code block that is not used anymore now that Office documents can be loaded while showing a presentation.

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [21f432d0ce90b84e42bee369732ee647bffb43d0]

        INTEGRATION: CWS draw19 (1.25.66); FILE MERGED 2003/06/20 14:29:50 cl 1.25.66.1: #109962# add some special handling of default latin fonts for korea

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4922288351f171cf05c0ca437d0af73fb0f79812]

        INTEGRATION: CWS draw19 (1.29.160); FILE MERGED 2003/06/20 14:29:49 cl 1.29.160.1: #109962# add some special handling of default latin fonts for korea

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [34eb894c7feb6d6c7b983ecc4ba6aa7138cf52c7]

        INTEGRATION: CWS draw19 (1.16.46); FILE MERGED 2003/06/23 14:55:16 cl 1.16.46.1: #102914# use application language as default language for outliner like in sw

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7757d5b103f8cf82c2b0bf36c14fcbd42c9c48e6]

        INTEGRATION: CWS draw19 (1.59.28); FILE MERGED 2003/06/23 14:55:15 cl 1.59.28.1: #102914# use application language as default language for outliner like in sw

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6135901b78298be43990a760d1ea75fa75cb52ee]

        INTEGRATION: CWS draw19 (1.25.28); FILE MERGED 2003/06/20 14:29:27 cl 1.25.28.1: #109962# add some special handling of default latin fonts for korea

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7feec6f18364fd79673dd207c67123ee5cd12585]

        INTEGRATION: CWS draw19 (1.8.50); FILE MERGED 2003/06/24 12:54:29 af 1.8.50.1: #110422 Added new method for updating model and view.

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bdf7074c36cc8fc513f6bea27ec8a4b42d45216]

        INTEGRATION: CWS draw19 (1.38.94); FILE MERGED 2003/06/24 08:29:45 os 1.38.94.1: #110136# enable almost all numbering types in Draw/Impress

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fde75cbe36273de3dd5452d9982dc76bd53aa22c]

        INTEGRATION: CWS draw19 (1.16.90); FILE MERGED 2003/06/24 12:55:14 af 1.16.90.1: #110422 Using new method at accessible context for updating model and view.

2003-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [af192a77088690cc67c65ae60d4e7b7da94df882]

        INTEGRATION: CWS draw19 (1.14.50); FILE MERGED 2003/06/24 12:54:21 af 1.14.50.1: #110422 Added new method for updating model and view.

2003-06-25  Kurt Zenker  <kz@openoffice.org>  [040975f62886b901cc15284cc299596ade044a37]

        new version for SRX645

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [0c195f81596f0e262e9d6a1600120e4db2fdfb8e]

        #100000# new global dependency

2003-06-25  Kurt Zenker  <kz@openoffice.org>  [0bf939301808c62c7a26c3451c8a37a124860a19]

        new version for SRX645

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [045b6a3c4d374a05a6f538e5632b34430ff28e32]

        SRX645

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [ab1e15ddc3860981093a91e50937f1edbf21a390]

        INTEGRATION: CWS dba08 (1.39.8); FILE MERGED 2003/06/20 09:03:04 oj 1.39.8.2: RESYNC: (1.39-1.40); FILE MERGED 2003/06/18 11:32:50 oj 1.39.8.1: #105965# checkin for Berry

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [346571568d773a1c2a23f21c9e65303e1726bbd7]

        INTEGRATION: CWS dba08 (1.12.58); FILE MERGED 2003/06/16 12:57:24 oj 1.12.58.2: RESYNC: (1.12-1.13); FILE MERGED 2003/06/05 08:16:29 fs 1.12.58.1: #i15248# added documentation for XResultSetUpdate and XDeleteRows exception conditions

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [0cb4cc0992b44cd1e189525689e55fe3da84176b]

        INTEGRATION: CWS dba08 (1.14.18); FILE MERGED 2003/06/17 06:10:59 oj 1.14.18.1: #110233# assign java vm to variable

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [d7ce981ac59f925bb1661ad2524c4eafc5c51b5f]

        INTEGRATION: CWS dba08 (1.20.6); FILE MERGED 2003/06/05 11:11:13 fs 1.20.6.1: #i14997# corrected getDateTime(String)

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [3146a809d99607f88d3a2833cf8e12365cbc47f6]

        INTEGRATION: CWS dba08 (1.9.86); FILE MERGED 2003/06/17 06:58:06 oj 1.9.86.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [ee55963d6677703e9fbdac75b2de7b85a2dfe717]

        INTEGRATION: CWS dba08 (1.7.22); FILE MERGED 2003/06/17 06:58:06 oj 1.7.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [0d7f5077457001c2eb16a5fd049c79a0526d7ec0]

        INTEGRATION: CWS dba08 (1.26.22); FILE MERGED 2003/06/17 06:58:05 oj 1.26.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [c659951480fdb3b50fef15227a7a4c7afdba692d]

        INTEGRATION: CWS dba08 (1.29.22); FILE MERGED 2003/06/17 06:58:05 oj 1.29.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [3ac9035e2612300586967ee54a83fb8213439268]

        INTEGRATION: CWS dba08 (1.45.22); FILE MERGED 2003/06/17 06:58:05 oj 1.45.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [53e6ed4491405b238eed253427dc1098bdb29129]

        INTEGRATION: CWS dba08 (1.6.22); FILE MERGED 2003/06/17 06:58:04 oj 1.6.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [bf6080a1b19e854b43a5418d03246f04e8ac74c7]

        INTEGRATION: CWS dba08 (1.5.22); FILE MERGED 2003/06/17 06:58:04 oj 1.5.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [19661a3579de964d28e123b968fa332b5716b63d]

        INTEGRATION: CWS dba08 (1.4.22); FILE MERGED 2003/06/17 06:58:03 oj 1.4.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [d85a7334e567ad015701f4c7c2f5e6b1745cf0a0]

        INTEGRATION: CWS dba08 (1.11.22); FILE MERGED 2003/06/17 06:58:03 oj 1.11.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [08beda432cb060fb96e0d444cca0ea85f7bb1565]

        INTEGRATION: CWS dba08 (1.20.22); FILE MERGED 2003/06/17 06:58:02 oj 1.20.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [997feafad8986a3543bd2b2584535b96aefc54a5]

        INTEGRATION: CWS dba08 (1.4.22); FILE MERGED 2003/06/17 06:58:02 oj 1.4.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [68cae56c7d89033374be9fb5a8416d4760d25ebd]

        INTEGRATION: CWS dba08 (1.2.22); FILE MERGED 2003/06/17 06:58:02 oj 1.2.22.1: #110261# change accessibility handling to toolkit

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [49fd86178a80ca4ac5d7be012868140f1af8b95f]

        INTEGRATION: CWS dba08 (1.66.20); FILE MERGED 2003/06/17 13:39:42 oj 1.66.20.1: #i15201# set additional flags when first or last go wrong and set correct bookmark values for the keyset

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [0f5c0486a9fac4d0e8881bf359d61fe42d2b741c]

        INTEGRATION: CWS dba08 (1.69.20); FILE MERGED 2003/06/17 13:39:41 oj 1.69.20.1: #i15201# set additional flags when first or last go wrong and set correct bookmark values for the keyset

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [47448f7b71ca500209555aea943e3cc4101c0116]

        INTEGRATION: CWS dba08 (1.120.20); FILE MERGED 2003/06/04 16:32:24 fs 1.120.20.1: #i15248# insertRow/updateRow/deleteRow/deleteRows: throw a RowSetVetoException if the action has been vetoed by a listener

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [d2e73a066bd180ca59403ec3381cc1d0974379d1]

        INTEGRATION: CWS dba08 (1.43.10); FILE MERGED 2003/06/17 13:39:41 oj 1.43.10.1: #i15201# set additional flags when first or last go wrong and set correct bookmark values for the keyset

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [4ce1f84b006235f3472cf0b8aa2cc10b882212f5]

        INTEGRATION: CWS dba08 (1.6.106); FILE MERGED 2003/06/19 16:50:16 er 1.6.106.1: #110342# FillFromDbTextEncodingMap: don't use loop counter as encoding value ... and detect resource string not present

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [316c9ff88b7bd2fe5f486d977e4cb4b74d92e02e]

        INTEGRATION: CWS dvo002 (1.25.6); FILE MERGED 2003/06/20 10:38:34 dr 1.25.6.1: #110293# use for clipboard format name

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [387a005efcfa15db376f8d2a8a243a92fdd2008a]

        INTEGRATION: CWS dvo002 (1.15.6); FILE MERGED 2003/06/20 10:38:14 dr 1.15.6.1: #110293# use for clipboard format name

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [48716e8d313ad07e7ceacb9d442cf5e0ef3159d3]

        INTEGRATION: CWS dvo002 (1.89.6); FILE MERGED 2003/06/20 10:37:33 dr 1.89.6.2: #110293# use for clipboard format name 2003/06/19 19:15:52 dvo 1.89.6.1: *** empty log message ***

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [fde79af19205738c7679b2ce7fef69d290de09a3]

        INTEGRATION: CWS dvo002 (1.66.6); FILE MERGED 2003/06/20 14:28:47 fme 1.66.6.1: #i15844# Wrong border for table frames

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [76263bb71e08657f314fdd167477eef365c1986b]

        INTEGRATION: CWS dvo002 (1.36.68); FILE MERGED 2003/06/23 07:43:02 fme 1.36.68.1: #110369# _WouldFit should use IsKeep instead of checking the keep attribute directly

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [56e346c389d6c2b08538b2d4925a6ff89f168a97]

        INTEGRATION: CWS dvo002 (1.93.4); FILE MERGED 2003/06/20 10:39:24 dr 1.93.4.1: #110293# use for clipboard format name

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [8be021570e26f3949425970bb09ed7f7811ceb7a]

        INTEGRATION: CWS dvo002 (1.72.4); FILE MERGED 2003/06/20 10:38:59 dr 1.72.4.1: #110293# use for clipboard format name

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [fb928898a3127e6c2bb9e5bd621ddae46b68c6ae]

        INTEGRATION: CWS dvo002 (1.6.22); FILE MERGED 2003/06/23 09:40:44 dr 1.6.22.1: #110387# support all known code pages

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [77cda5e82bfc2ca70e45478d410ebfdeaea660b9]

        INTEGRATION: CWS dvo002 (1.6.22); FILE MERGED 2003/06/23 09:40:30 dr 1.6.22.1: #110387# support all known code pages

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [52a18cd9bb76389924945041faf410e0a54d41a8]

        INTEGRATION: CWS dvo002 (1.52.22); FILE MERGED 2003/06/23 09:40:30 dr 1.52.22.1: #110387# support all known code pages

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [85e59ccb03c77b6900514d12909da11e2a265bcc]

        INTEGRATION: CWS dvo002 (1.58.22); FILE MERGED 2003/06/23 09:40:29 dr 1.58.22.1: #110387# support all known code pages

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [d20e324d5f59dba76376f2b7278612add6f67f96]

        INTEGRATION: CWS dvo002 (1.85.6); FILE MERGED 2003/06/20 10:39:49 dr 1.85.6.1: #110293# use for clipboard format name

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [b03cf2206eed61c606f9686a459411f52a8b6672]

        INTEGRATION: CWS os11 (1.10.68); FILE MERGED 2003/06/20 07:31:53 os 1.10.68.1: #i14828# enable CJK completely in CJL locales

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [2921b2f2284637038307d3232f250369e986cf5f]

        INTEGRATION: CWS os11 (1.3.26); FILE MERGED 2003/06/20 09:39:56 tl 1.3.26.1: #110147# Hangul/Hanja conversion travelling for selections fixed

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [62a8239a28acf112c2412f348a998e424539ffdd]

        INTEGRATION: CWS os11 (1.44.8); FILE MERGED 2003/06/20 09:39:04 tl 1.44.8.1: #110147# Hangul/Hanja conversion travelling for selections fixed

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [9ffa4ac487512488ade08fb2d45de7019c00c96a]

        INTEGRATION: CWS os11 (1.14.70); FILE MERGED 2003/06/19 16:34:54 dvo 1.14.70.1: #110265# properly place cursor before deleting/inserting table columns/rows          using the keyboard

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [dec3e5549fcdb20ca0bc2bd8f651c33e10298f5d]

        INTEGRATION: CWS os11 (1.21.70); FILE MERGED 2003/06/20 07:09:34 os 1.21.70.1: #i14353# ::GetSequencePos() -> check availability of text node

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [6cbb3f805b4f6bc525275554f2611d84681dccfb]

        INTEGRATION: CWS os11 (1.7.70); FILE MERGED 2003/06/20 09:38:13 tl 1.7.70.1: #110147# Hangul/Hanja conversion travelling for selections fixed

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [f12d670a9413f1b3a890913b4dd202578e6353d8]

        INTEGRATION: CWS crashrep08 (1.1.6); FILE MERGED 2003/06/17 10:23:34 hro 1.1.6.1: #110256# Product name in XML content must not contain a version number

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [0c9eb92a73538088175aff44ea77f18172182313]

        INTEGRATION: CWS crashrep08 (1.1.6); FILE MERGED 2003/06/17 10:31:21 hro 1.1.6.1: #109963# Use fontsize 9 for asian locales

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [21f17621fc278b140c52066489ce6cd615b7de6f]

        INTEGRATION: CWS crashrep08 (1.1.6); FILE MERGED 2003/06/24 14:16:00 hro 1.1.6.1: #110150# SUBLANG_DEFAULT has to be used instead of SUBLANG_NEUTRAL

2003-06-25  Vladimir Glazounov  <vg@openoffice.org>  [ebcecdcd23e16af4cb32d65aa24dea8eb3cd7e86]

        INTEGRATION: CWS crashrep08 (1.3.4); FILE MERGED 2003/06/17 10:43:11 hro 1.3.4.1: #110150# Added source/all to build.lst to ensure translation of crashrep.lng

2003-06-24  Kevin Hendricks  <khendricks@openoffice.org>  [a574395c5ec88f4fdf67595d1ae52ce57573d631]

        updating HEAD of lingucomponent to match the more recent OOo 1.1rc version.

2003-06-24  Kevin Hendricks  <khendricks@openoffice.org>  [8b71bfad48f0dd3aa56326f3e492d78c7789b918]

        syncing up HEAD of dictionaries with more current OOo 1.1.rc

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [7aadfc9b380039a845d4c4a973fede89fd9bfb4d]

        #100000# more elaborate handling for --

2003-06-24  Kurt Zenker  <kz@openoffice.org>  [bc5d8974e4911ba069c3c7dd9a6188b16222ecf4]

        new version for SRX645

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [dbf393fdd8daf5761ef2fc52aa0e40f23583df9a]

        SRX645

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [393503d898545ec81ffd805b0bd6136a575c8749]

        INTEGRATION: CWS sw017 (1.98.2); FILE MERGED 2003/06/19 11:26:48 cmc 1.98.2.1: #i15766# Keep fme happy about REL_CHAR for impossible anchoring options

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [cf0e2b6a5e48b63f6384c0507e51e60d378d753d]

        INTEGRATION: CWS sw017 (1.72.2); FILE MERGED 2003/06/18 13:17:05 fme 1.72.2.1: #110284# Default for pRefDev should be pOut in case we do not have a shell

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [e6c3c4d01ce55b37ab423140ea1fcf9201a657ac]

        INTEGRATION: CWS sw017 (1.62.16); FILE MERGED 2003/06/17 07:10:58 tl 1.62.16.2: #110271# reset wrong list when CJK or CTL language attribute changes also 2003/06/16 14:39:38 tl 1.62.16.1: #110271# reset wrong list when CJK or CTL language attribute cahnges also

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [d876a84ed3fbac06f80a79ab00f89b13d30037d3]

        INTEGRATION: CWS sw017 (1.48.8); FILE MERGED 2003/06/16 08:42:07 fme 1.48.8.1: #109767# Insert section in table which is contained in section

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [85507d4d685fae4f9e740a5ee0714dce16f756fc]

        INTEGRATION: CWS sw017 (1.4.62); FILE MERGED 2003/06/11 16:58:39 dvo 1.4.62.1: #i14046# select objects using SwFEShell::SelectObj(..) during undo AND redo

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [bec06f50580a102f07e6fc7753be5d10b619d9da]

        INTEGRATION: CWS sw017 (1.28.12); FILE MERGED 2003/06/19 11:18:43 fme 1.28.12.2: #i9059# Changes for gcc 2003/06/18 14:56:27 dvo 1.28.12.1: #i9059# remove cursor from protected table cells         (if cursor is not allowed in protected areas)

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [9525f8e464aebffb77ff0a4ed5712cb098ace502]

        INTEGRATION: CWS sw017 (1.14.2); FILE MERGED 2003/06/16 13:29:08 tl 1.14.2.1: #i15267# apostroph / typographic apostroph handling fixed

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [ccd507fd941d8fe44e5df924983c7c21818b2b2d]

        INTEGRATION: CWS sw017 (1.18.8); FILE MERGED 2003/06/16 13:28:09 tl 1.18.8.1: #i15267# apostroph / typographic apostroph handling fixed

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [7920abc6fe40de4785bb16d2756688287dd6bc26]

        INTEGRATION: CWS sw017 (1.15.42); FILE MERGED 2003/06/16 13:28:44 tl 1.15.42.1: #i15267# apostroph / typographic apostroph handling fixed

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [c3d612b8ebbd36121320a5164dd21898876ac762]

        INTEGRATION: CWS sw017 (1.4.68); FILE MERGED 2003/06/16 13:27:41 tl 1.4.68.1: #i15267# apostroph / typographic apostroph handling fixed

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [29781d24c34efe67f74143ec254edb918b3e8df4]

        INTEGRATION: CWS sw017 (1.17.122); FILE MERGED 2003/06/18 13:01:21 cmc 1.17.122.1: #12713# only eat closing bracket if we are the code that read the starting bracket, otherwise it is not our bracket to eat

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [ec02195a4bd268e1f774049b311b9c6d6129c853]

        INTEGRATION: CWS draw18 (1.39.40); FILE MERGED 2003/06/17 11:08:59 thb 1.39.40.1: #109864# Made the tracking of new paragrapgs with the accessibility tools' locator finally possible

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [00ec2d3b9a5f0213f1e060ff2f66d451c7f577ee]

        INTEGRATION: CWS draw18 (1.33.46); FILE MERGED 2003/06/19 16:09:10 sj 1.33.46.1: #110331# fixed precision error while converting cell height to fontheight

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [54ecca06e7203b8afb0be8b89f70f794501f7e49]

        INTEGRATION: CWS draw18 (1.6.240); FILE MERGED 2003/06/19 16:09:55 sj 1.6.240.1: #110331# exporting font height instead of cell height

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [9d10666355dceb2daf7db16bcba2ed6a6a2b2f10]

        INTEGRATION: CWS draw18 (1.29.2); FILE MERGED 2003/06/17 13:10:06 af 1.29.2.2: #110243# Avoid invalid cast. 2003/06/17 12:49:15 af 1.29.2.1: #110243# Joined two if statements to their original form to allow proper update of preview.

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [c631094258dd4c9d04fcd3432ff3cf5071343ea4]

        INTEGRATION: CWS draw18 (1.24.34); FILE MERGED 2003/06/17 11:09:03 thb 1.24.34.1: #109864# Made the tracking of new paragrapgs with the accessibility tools' locator finally possible

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [5111723f4c29e9e97bc848b0263a917fbe8d4266]

        INTEGRATION: CWS draw18 (1.21.34); FILE MERGED 2003/06/17 11:09:03 thb 1.21.34.1: #109864# Made the tracking of new paragrapgs with the accessibility tools' locator finally possible

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [4f511ae2f29954141fbaca5a623be4dfb492a157]

        INTEGRATION: CWS draw18 (1.76.6); FILE MERGED 2003/06/17 13:49:35 sj 1.76.6.1: #i4131# now force to swap out all graphics

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [321e4e818a41927dd4ffc4ec51ad6efccbb45f33]

        INTEGRATION: CWS draw18 (1.85.86); FILE MERGED 2003/06/17 11:09:02 thb 1.85.86.1: #109864# Made the tracking of new paragrapgs with the accessibility tools' locator finally possible

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [8a2a151aa7b10682b4074605aa2aeb01e539359e]

        INTEGRATION: CWS draw18 (1.36.40); FILE MERGED 2003/06/17 11:09:00 thb 1.36.40.1: #109864# Made the tracking of new paragrapgs with the accessibility tools' locator finally possible

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [0cee892bc0effecd3e40ac317eba869dcc43a432]

        INTEGRATION: CWS draw18 (1.2.82); FILE MERGED 2003/06/17 11:08:59 thb 1.2.82.1: #109864# Made the tracking of new paragrapgs with the accessibility tools' locator finally possible

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [e85e42a54d8d079f801e3ae93c17798de3cc589b]

        INTEGRATION: CWS draw18 (1.5.30); FILE MERGED 2003/06/18 09:43:35 bc 1.5.30.1: #110221# documents now always saved in target path

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [3e735768cb0b472730aa8dc4122a4d12a94b42ff]

        INTEGRATION: CWS draw18 (1.35.12); FILE MERGED 2003/06/18 09:43:34 bc 1.35.12.1: #110221# documents now always saved in target path

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [9b2e641ef93bc306022ca494fc8e0c478e34fa59]

        INTEGRATION: CWS draw18 (1.13.74); FILE MERGED 2003/06/19 16:00:47 thb 1.13.74.1: #110314# Make validity of MapMode/Size queryable on GfxLink

2003-06-24  Vladimir Glazounov  <vg@openoffice.org>  [e809dcbb4abdaa44518d01720285e090773bace1]

        INTEGRATION: CWS draw18 (1.8.196); FILE MERGED 2003/06/19 16:00:38 thb 1.8.196.1: #110314# Make validity of MapMode/Size queryable on GfxLink

2003-06-20  Kurt Zenker  <kz@openoffice.org>  [1d5ec97990de7a96ab76064673e940809208e869]

        new version for SRX645

2003-06-20  Kurt Zenker  <kz@openoffice.org>  [9cdb8cf42ca3c6e5000b387089015a6d2e852fcc]

        new version for SRX645

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [1a1c95649db853d0b94c4030ecbb65b7d32ec68a]

        #100000# no drafts anymore

2003-06-20  Kurt Zenker  <kz@openoffice.org>  [c71dda1be0a9c12c4e695c67411eca60c804da4c]

        new version for SRX645

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [89fb5e657d2e93aa820a2c167fa44ccdd7eef43d]

        #100000# new switches concept

2003-06-20  Rüdiger Timm  <rt@openoffice.org>  [cf378708dafe26071e16fc60064d2f03d1d2cc3d]

        #100000# Correcting the last change: unfortunately the wrong .db file was removed (cssframe.db instead of dcssframe.db).

2003-06-20  Duncan Foster  <dfoster@openoffice.org>  [e74ec2501fbc70484bc7390efb2e0c54bceb6b7c]

        UPdtaed Help Dialog to include info on new Browse button

2003-06-20  Rüdiger Timm  <rt@openoffice.org>  [325175a4d31fcbf11fb02c6808d70680ca1a6977]

        #100000# When you remove a subdir (here: oa_frame_drafts), you also have to remove it from all dependencies!

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [792e235f5ea4714160855407f9842111d6fa03e4]

        SRX645

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [df7d14e41ba4cf7207bc11fe8568ad37ed917dac]

        INTEGRATION: CWS setup12b (1.4.6); FILE MERGED 2003/06/18 07:35:29 dv 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2003/06/18 06:19:03 tra 1.4.6.1: #110274#hack for partially merged lng files, where some strings have a particular language and others don't

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [d40deaa0bd2c45e4375bef5d6e73bc01db529394]

        INTEGRATION: CWS setup12b (1.37.4); FILE MERGED 2003/06/20 09:33:59 abutler 1.37.4.2: #110288# Added Excel 2003 type to DetectService 2003/06/18 09:32:52 abutler 1.37.4.1: #110288# Changed the Microsoft Excel 2003 XML filter definition, to use the cal_MS_Excel_2003 type and the css.sheet.SpreadsheetDocument

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [615ec725a5fd18a202907219d397d51944036ee6]

        INTEGRATION: CWS setup12b (1.9.60); FILE MERGED 2003/06/18 15:56:29 is 1.9.60.3: #110294# shorter license text 2003/06/18 11:29:10 is 1.9.60.2: #110294# no more subversion in strings 2003/06/18 09:52:20 is 1.9.60.1: #110294# new version info

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [281db35c2da4a8aa2f500c5eadf0fe755c022bb5]

        INTEGRATION: CWS setup12b (1.3.142); FILE MERGED 2003/06/18 15:58:49 is 1.3.142.3: #110294# shorter license text 2003/06/18 11:27:57 is 1.3.142.2: #110294# no more subversion 2003/06/18 09:54:43 is 1.3.142.1: #110294# new version info

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [e049d42fb5c7b2352d292c8a48a608fcf25773db]

        INTEGRATION: CWS sdk03 (1.18.50); FILE MERGED 2003/06/11 21:50:04 mi 1.18.50.1: #12883# enable bean to be created without system window, implements PluginParent property

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [0c2cdb25ad4e06dafb709a9f1e290769b6c42ad4]

        INTEGRATION: CWS sdk03 (1.1.2); FILE ADDED 2003/06/17 13:32:18 mi 1.1.2.1: #i12883# system dependent part separated due to build problems with svwin.h

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [4b192eefcf9e1958bbbf64753759e2d0929990a2]

        INTEGRATION: CWS sdk03 (1.39.2); FILE MERGED 2003/06/17 13:32:17 mi 1.39.2.2: #i12883# system dependent part separated due to build problems with svwin.h 2003/06/11 21:50:03 mi 1.39.2.1: #12883# enable bean to be created without system window, implements PluginParent property

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [d66264ecb71f56aad59b7b8489ce9efeb8db7411]

        INTEGRATION: CWS sdk03 (1.22.50); FILE MERGED 2003/06/17 13:32:17 mi 1.22.50.1: #i12883# system dependent part separated due to build problems with svwin.h

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [8be5acd57c723c2dd0fcdc98a141b0fcfb6a5e13]

        INTEGRATION: CWS sdk03 (1.13.114); FILE MERGED 2003/06/11 21:50:03 mi 1.13.114.1: #12883# enable bean to be created without system window, implements PluginParent property

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [8aa5a9bf05c59c8b7960bcf0fe421d6eea61325a]

        INTEGRATION: CWS sdk03 (1.18.2); FILE MERGED 2003/06/17 13:33:43 mi 1.18.2.2: #i12883# system dependent part separated due to build problems with svwin.h 2003/06/11 21:50:02 mi 1.18.2.1: #12883# enable bean to be created without system window, implements PluginParent property

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [a6b1973c8edcca89ea82f48f6d42ab242c26eec7]

        INTEGRATION: CWS sdk03 (1.58.2); FILE MERGED 2003/06/13 14:04:54 mba 1.58.2.1: #110230#: draft interfaces in frame removed

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [d94cf8100d80f5d8a3521413537733e2366afb9d]

        INTEGRATION: CWS sdk03 (1.43.2); FILE MERGED 2003/06/13 13:54:07 mi 1.43.2.1: #110230# drafts...frame removed

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [63b19bcc761cb3371dbb7e0d648986ca3b794448]

        INTEGRATION: CWS sdk03 (1.7.74); FILE MERGED 2003/06/13 13:28:17 mi 1.7.74.1: #i12883# after resync the OOo was terminted when the bean was closed, due to WB_APP being set

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [bcedb04f1462dd4bfce2bc20b25609143f614f96]

        INTEGRATION: CWS sdk03 (1.7.74); FILE MERGED 2003/06/13 13:28:16 mi 1.7.74.1: #i12883# after resync the OOo was terminted when the bean was closed, due to WB_APP being set

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [4fe6bf6747700e91347e7bbd8913d32a7df57ded]

        INTEGRATION: CWS sdk03 (1.160.2); FILE MERGED 2003/06/11 21:53:46 mi 1.160.2.1: #12883# enable bean to be created without system window: VCL maximized top window on setPluginParent

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [5320e9148524066775b30778a133a104112c4028]

        INTEGRATION: CWS sdk03 (1.5.2); FILE MERGED 2003/06/13 12:58:38 mi 1.5.2.1: #110241# fixes unresolved externals due to different RTTI usage in OOO and SDK

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [b3974930c7ec44c4157e90fbe631d8034b288db9]

        INTEGRATION: CWS sdk03 (1.2.2); FILE MERGED 2003/06/11 21:33:40 mi 1.2.2.1: #110210# upper/lower case error in Makefile, broke UNIX build

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [4940ef691822aadd62eb6ad048eb3c62a3280a19]

        INTEGRATION: CWS sdk03 (1.2.2); FILE MERGED 2003/06/19 09:05:47 mi 1.2.2.2: #107198# acessibility / alt-tags added 2003/06/19 08:54:43 mi 1.2.2.1: #107198# acessibility / alt-tags added

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [8573a6679838e66748963afbcfb41a17bfd4dc02]

        INTEGRATION: CWS sdk03 (1.11.2); FILE MERGED 2003/06/11 21:31:10 mi 1.11.2.1: #107198# ALT tags inserted for acessibility

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [f745cea5249e56128bc579e095c79131a19af414]

        INTEGRATION: CWS sdk03 (1.7.2); FILE MERGED 2003/06/11 21:31:10 mi 1.7.2.1: #107198# ALT tags inserted for acessibility

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [4ba5893cdeff14ec05ba91a559f6a588561ac8f9]

        INTEGRATION: CWS sdk03 (1.14.2); FILE MERGED 2003/06/11 21:31:09 mi 1.14.2.1: #107198# ALT tags inserted for acessibility

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [b0c30d9e6447c8f5f7cfb9b3a26b9e9273dc5482]

        INTEGRATION: CWS sdk03 (1.14.2); FILE MERGED 2003/06/19 09:05:44 mi 1.14.2.1: #107198# acessibility / alt-tags added

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [382adb4732e300390cecb52088c5bf70f16992a0]

        INTEGRATION: CWS welsh (1.21.36); FILE MERGED 2003/06/17 10:53:11 sb 1.21.36.1: #i15672# Added RTL_TEXTENCODING_ISCII_DEVANAGARI.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [4ea5fc4a8d606a7cde7b1e8d4fbe70f737842e07]

        INTEGRATION: CWS welsh (1.1.2); FILE ADDED 2003/06/17 10:53:10 sb 1.1.2.1: #i15672# Added RTL_TEXTENCODING_ISCII_DEVANAGARI.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [36b1eafa44385829221d68debd3bd3ffc768e707]

        INTEGRATION: CWS welsh (1.10.46); FILE MERGED 2003/06/17 10:51:44 sb 1.10.46.1: #i15672# Added RTL_TEXTENCODING_ISCII_DEVANAGARI.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [cd24b2992947232cb934d93e8dceed4446640d67]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:39 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [e3e99988da34cf5045615e65e8bd21d6b7f555b2]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:38 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [01d346ae391495251e8840990dc3cc2a6d93c0c3]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:37 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [88d0c922b0422547b27a2819c98a7d27ce4a2793]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:35 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [3295f30878a9dcab0f2aeadbf6f04abccbd6d0ab]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:45 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [197bba2489d640a16aacb181928051a9961a0e9e]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:44 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [8643c37464411bc865bfbbdfa092058d3605c775]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:43 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [a4f291b53e814b401a6b853b7711a265147feec5]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:42 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [db8616e9cdaa3f735099fbdf8a23866b484d8a56]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:41 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [5a9de1acf61ea81aee0080e2fdd4f16fa1313b3e]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:40 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [9f41e66e9b204635ab2f5ba5d38c1da4fe4f0a50]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:34 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [d05874052292f6cae5302665659b5ce8a3ea8cfb]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:33 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [4de52b841c13c370ce305c333c374295bae95e45]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:30 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [bca773726498833ce6f17fbda81ff55e100d305b]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:29 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [a6e20bc1da48a56eda3a23fa7692623c46468535]

        INTEGRATION: CWS uaa05 (1.3.50); FILE MERGED 2003/06/12 14:50:28 af 1.3.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [a79800fafdc4f6f3debd43239773ba0cf8da73c0]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:28 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [66acb4eff2c06d8cd7455cc0f1611b82d03d7b86]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:27 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [a7d0ffd3d9c0d8f5314dc636eb5aedc3052635e7]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:26 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [cbf8266645b43e6751d01723cdc7edf773cd780d]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:22 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [256ecdeaf006352945104467f15d66759f58ebfb]

        INTEGRATION: CWS uaa05 (1.3.12); FILE MERGED 2003/06/12 14:50:21 af 1.3.12.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [166a48ca4ee58095b3c9c575aa4aa3ae89ec4507]

        INTEGRATION: CWS uaa05 (1.3.12); FILE MERGED 2003/06/12 14:50:20 af 1.3.12.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [8fbc17b1a95dcb44220460127e199f1371fa470a]

        INTEGRATION: CWS aig05 (1.40.36); FILE MERGED 2003/06/16 11:17:44 os 1.40.36.2: #109700# indents in sections completed 2003/06/13 11:32:56 os 1.40.36.1: #109700# indents of sections: TabPage implemented

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [bf84ce2928995a9a1db60cdbe29d81ec030936ef]

        INTEGRATION: CWS uaa05 (1.3.12); FILE MERGED 2003/06/12 14:50:19 af 1.3.12.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [efcc21bd6ecb7a29e87aaf164e2e921904187d9a]

        INTEGRATION: CWS uaa05 (1.3.12); FILE MERGED 2003/06/12 14:50:18 af 1.3.12.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [c94f1924e547d90f10ab4c1e00a27db567df8c5d]

        INTEGRATION: CWS uaa05 (1.3.16); FILE MERGED 2003/06/12 14:50:17 af 1.3.16.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [9915bdb1ef92650d8f99ab29c88f01353c27fa13]

        INTEGRATION: CWS uaa05 (1.3.12); FILE MERGED 2003/06/12 14:50:16 af 1.3.12.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [3530044b09931a361d1faf45226e53d6564c724b]

        INTEGRATION: CWS uaa05 (1.3.12); FILE MERGED 2003/06/12 14:50:15 af 1.3.12.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [9ae551fbde95266df79bc6fb804343ce07a64cab]

        INTEGRATION: CWS uaa05 (1.3.16); FILE MERGED 2003/06/12 14:50:11 af 1.3.16.2: #109196# Fixed autodoc syntax. 2003/06/11 14:40:50 af 1.3.16.1: #110191# Update of the documentation of getCharacterAttributes().

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [39fd920928f9d215808f2c63c4d7c246d49238cf]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:10 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [838e7cbeaa97494e37f5c8d2962e8411c336b0f7]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:09 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [84b657bd0834c83159cb0d8c045349d8163d22ab]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:08 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [acf6f9ea564c64900d2c91512baefdac2c3781d9]

        INTEGRATION: CWS uaa05 (1.3.16); FILE MERGED 2003/06/12 14:50:08 af 1.3.16.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [dca149ddffacc46145b505fec51a30f0db467589]

        INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED 2003/06/12 14:50:07 af 1.2.50.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [f4734bbaead4a4ee4c380ffe58762225e459a9f5]

        INTEGRATION: CWS uaa05 (1.6.18); FILE MERGED 2003/06/12 14:50:06 af 1.6.18.1: #109196# Fixed autodoc syntax.

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [f13842da4833271d3ca433e48bf18372520d7d1d]

        INTEGRATION: CWS aig05 (1.7.274); FILE MERGED 2003/06/16 11:18:37 os 1.7.274.1: #109700# display of indents for SVX_ADJUST_BLOCK corrected

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [4ca38d73c8b9a5fc470a0ba20a0a0d1cb3f97ad3]

        INTEGRATION: CWS aig05 (1.8.52); FILE MERGED 2003/05/23 10:49:18 hbrinkm 1.8.52.1: #109700# new properties SectionLeftMargin SectionRightMargin

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [2aa6fd2f4a70839a95ab70b4cb4b2ea28a91f6b4]

        INTEGRATION: CWS aig05 (1.70.38); FILE MERGED 2003/06/16 12:41:22 fme 1.70.38.2: RESYNC: (1.70-1.71); FILE MERGED 2003/05/27 12:30:54 dvo 1.70.38.1: #109700# load/save section margins

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [3eff04ab6612e6f42b10f18821e84bb0c8d66824]

        INTEGRATION: CWS aig05 (1.19.44); FILE MERGED 2003/06/18 11:03:24 os 1.19.44.3: #109700# sections in frames and columned pages corrected 2003/06/17 10:45:06 os 1.19.44.2: #109700# sections in tables corrected 2003/06/16 11:17:47 os 1.19.44.1: #109700# indents in sections completed

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [34b9b8c79275350070d39a80d91bcd67db25238a]

        INTEGRATION: CWS aig05 (1.9.220); FILE MERGED 2003/06/16 11:17:46 os 1.9.220.2: #109700# indents in sections completed 2003/06/13 11:32:57 os 1.9.220.1: #109700# indents of sections: TabPage implemented

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [9c324000fadffd964398866be40db7c56cb0f27b]

        INTEGRATION: CWS aig05 (1.4.222); FILE MERGED 2003/06/13 11:32:56 os 1.4.222.1: #109700# indents of sections: TabPage implemented

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [c39307d9265c00e4eff9b3919d9b4de08aa87f65]

        INTEGRATION: CWS aig05 (1.27.42); FILE MERGED 2003/06/16 12:17:31 fme 1.27.42.3: RESYNC: (1.27-1.28); FILE MERGED 2003/06/16 11:17:43 os 1.27.42.2: #109700# indents in sections completed 2003/06/13 11:32:55 os 1.27.42.1: #109700# indents of sections: TabPage implemented

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [a06374fc7c0b68896c5dd45ab5dfc052c094f503]

        INTEGRATION: CWS aig05 (1.136.8); FILE MERGED 2003/06/18 08:59:21 cmc 1.136.8.1: #109700# implement import/export of section margins that differ from page margins, which is great to have

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [b8683cba747be5bf5afedaba82ec78c0a5690b36]

        INTEGRATION: CWS aig05 (1.24.8); FILE MERGED 2003/06/18 08:59:20 cmc 1.24.8.1: #109700# implement import/export of section margins that differ from page margins, which is great to have

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [c01d5689f02e9370b2003132428c17b734e12ef4]

        INTEGRATION: CWS aig05 (1.42.44); FILE MERGED 2003/05/27 12:31:57 dvo 1.42.44.2: #109700# continued: SectionLeft/RightMargin property for sections 2003/05/23 11:07:14 hbrinkm 1.42.44.1: #109700# SectionLeftMargin, SectionRightMargin

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [19154d897c2969bc447231303f8d3cc96d08ef6b]

        INTEGRATION: CWS aig05 (1.86.44); FILE MERGED 2003/06/16 12:23:14 fme 1.86.44.2: RESYNC: (1.86-1.87); FILE MERGED 2003/05/23 11:07:13 hbrinkm 1.86.44.1: #109700# SectionLeftMargin, SectionRightMargin

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [8045374092086a591ab0790ca5d6643fd264e89d]

        INTEGRATION: CWS aig05 (1.149.44); FILE MERGED 2003/06/16 12:23:07 fme 1.149.44.2: RESYNC: (1.149-1.150); FILE MERGED 2003/05/23 11:07:13 hbrinkm 1.149.44.1: #109700# SectionLeftMargin, SectionRightMargin

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [b2d4ca58e82d3d18916fc07632b3e6cc2efa6477]

        INTEGRATION: CWS aig05 (1.27.44); FILE MERGED 2003/06/13 13:09:02 fme 1.27.44.1: #109700# LRSpaceItem for sections

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [4e9f94179dbdbcf40248f2c36101bc7f77479e8c]

        INTEGRATION: CWS aig05 (1.62.10); FILE MERGED 2003/06/16 12:27:04 fme 1.62.10.2: RESYNC: (1.62-1.65); FILE MERGED 2003/06/13 13:09:01 fme 1.62.10.1: #109700# LRSpaceItem for sections

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [16d43c75bf6376c6b4b0d645b89a4155d17049f3]

        INTEGRATION: CWS aig05 (1.15.44); FILE MERGED 2003/06/16 12:29:02 fme 1.15.44.2: RESYNC: (1.15-1.16); FILE MERGED 2003/06/16 09:21:39 fme 1.15.44.1: #109700# Provide a function for the ruler that indicated if the upper of the current frame is a section frame

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [3da81bb92468bb5c7a2bea381c70094affb43d1c]

        INTEGRATION: CWS aig05 (1.83.44); FILE MERGED 2003/06/16 12:38:51 fme 1.83.44.2: RESYNC: (1.83-1.84); FILE MERGED 2003/05/23 10:53:27 hbrinkm 1.83.44.1: #109700#  UNO_NAME_SECT_LEFT_MARGIN,  UNO_NAME_SECT_LEFT_MARGIN

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [366c75ffe57ed0e1fa042a92fe7a52890cf82670]

        INTEGRATION: CWS aig05 (1.18.78); FILE MERGED 2003/06/13 11:32:55 os 1.18.78.1: #109700# indents of sections: TabPage implemented

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [e2fba8dfbfa3d2d39205c5ede79a35ff5b84ebb8]

        INTEGRATION: CWS aig05 (1.7.222); FILE MERGED 2003/06/13 11:32:54 os 1.7.222.1: #109700# indents of sections: TabPage implemented

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [9629454f965f9bb3fecf86407be7cf46a021e71b]

        INTEGRATION: CWS aig05 (1.28.66); FILE MERGED 2003/06/16 09:21:04 fme 1.28.66.1: #109700# Provide a function for the ruler that indicated if the upper of the current frame is a section frame

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [bdc63a46c00d27409b3f541a451b38eb00728094]

        #100000# UNIX file format

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [e0b459c3698fb2fd75dca3a266ecdea8534277cb]

        INTEGRATION: CWS calc14 (1.8.62); FILE MERGED 2003/06/16 08:10:20 dr 1.8.62.1: #110196# window text color for preview

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [dbff6c29e3896d8887a0b74b9308a8b3405b6a6a]

        INTEGRATION: CWS calc14 (1.16.62); FILE MERGED 2003/06/16 08:10:44 dr 1.16.62.1: #110196# window text color for preview

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [e687720aa0b6a41e3c13b30e0c3c67cb802aef6b]

        INTEGRATION: CWS calc14 (1.2.18); FILE MERGED 2003/06/16 10:50:43 dr 1.2.18.1: #110252# don't insert faked Escher obj's into stream pos cache

2003-06-20  Vladimir Glazounov  <vg@openoffice.org>  [ebb0d534d5b8c8179bfcf79b0ea968577dd304f2]

        INTEGRATION: CWS calc14 (1.82.18); FILE MERGED 2003/06/17 11:55:41 dr 1.82.18.1: #110252# call XclImpObjectManager::Apply() also without Escher stream

2003-06-19  Tomas O'Connor  <toconnor@openoffice.org>  [541183662f16f0405d621e320e4cdf50b46c42f2]

        IssueZilla 15777 - Office crashes when attempting to run document script

2003-06-18  Duncan Foster  <dfoster@openoffice.org>  [faecdce1776b44540cf87299145a5d9e41b9abdb]

        Fixed incorrect parcel-descriptor.xml Added some brief documentation on purpose of macro

2003-06-18  Tomas O'Connor  <toconnor@openoffice.org>  [0543671da355939c5c4c84782232c4441142d156]

        Add closing copy tag

2003-06-18  Duncan Foster  <dfoster@openoffice.org>  [ce27b0c266fb2121b9daa23f4c44f221821dd8ba]

        Added javascript example to install

2003-06-18  Duncan Foster  <dfoster@openoffice.org>  [a2cfa6350557178f3cb5fe63895bbb4266040dfd]

        #i15737# navigation with keyboard in assign dialogs is confusing Added listeners for keypress events that fire the corresponding item changed event listeners on a return key press only Also fixed a memory corruption(?) problem

2003-06-18  Martin Hollmichel  <mh@openoffice.org>  [f190b3fdf534b998ce7aa10c2a665869d9e939f8]

        join: from ooo11beta2

2003-06-17  Oliver Bolte  <obo@openoffice.org>  [7ebe5b82db2a1bf9bc90c45ee4f5f52d474a786e]

        handle DOS lineends for dsp-files

2003-06-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1abc8c4c26edbd2720f491c8af1cdce5a48a23fb]

        #100000# fix buildprobs with old 4nt shells

2003-06-17  Vladimir Glazounov  <vg@openoffice.org>  [7c2ff903bdc009c6f32a9a32716f502ad42a21b9]

        chg: format string, #i110192#

2003-06-17  Vladimir Glazounov  <vg@openoffice.org>  [3b1defe4ebade2ea96db63a5963a29c2410d6950]

        chg: format string, #i110192#

2003-06-17  Vladimir Glazounov  <vg@openoffice.org>  [f4a5c4ad686a1e98fccd89b5c8ba53b58af1d00a]

        SRX645

2003-06-17  Aidan Butler  <aidan@openoffice.org>  [6c321a99a311c2deea6f0b75195e8e3373246c14]

        changed output type to xml

2003-06-17  Duncan Foster  <dfoster@openoffice.org>  [0f4e3fb6eca4df6b2521ee7f9d18f6121406ba54]

        #i15725# Cannot assign script to events page count change & mail merge Incorrect names in code.

2003-06-17  Tomas O'Connor  <toconnor@openoffice.org>  [c4a95b943dbca925cd4862b3859f0903e547aed4]

        IssueZilla 11986 - Cannot rename java file after creating parcel recipe

2003-06-17  Martin Hollmichel  <mh@openoffice.org>  [bbf45bbddebfcb2124c331e8c637c33403333eec]

        add: BUILD_SPECIAL to SCPDEFS, #i15717#

2003-06-17  Aidan Butler  <aidan@openoffice.org>  [474fd56cf098dcffb330c67f95637f2edd99b306]

        i15692 Kevin Fowlks Patch: adds Quotation support to docbook XSLT files

2003-06-16  Vladimir Glazounov  <vg@openoffice.org>  [a6b880e7fcb71eab13efb405a50c37eb5b020e59]

        #100000# #109716# introduced --ignore switch, check out for current link

2003-06-16  Rüdiger Timm  <rt@openoffice.org>  [9446ecff1a7cfc23924d4f64f5fb928b26163eb6]

        new version for SRX645

2003-06-16  Vladimir Glazounov  <vg@openoffice.org>  [e01954a362e3a70e8c537f403f4219ef5b28adf1]

        SRX645

2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6d4a128364a943789fdc7aabd3af8994faa8288]

        INTEGRATION: CWS rcregression01 (1.46.14); FILE MERGED 2003/06/12 11:44:38 lo 1.46.14.1: #110220# fixed overlapping label in help dialog

2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c87b5fbd334ab102b4a21f3d27b0416ab984ccd]

        INTEGRATION: CWS rcregression01 (1.113.2); FILE MERGED 2003/06/13 08:42:20 cd 1.113.2.1: #110156# Use correct smartRel2Abs parameters to support % in system paths

2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [e33a1831a5d093d3c3cebf701d4a09bff6f39bbd]

        INTEGRATION: CWS rcregression01 (1.71.38); FILE MERGED 2003/06/13 14:43:10 mba 1.71.38.1: #110254#: supress outer resize until frame window for outplace editing is shown

2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f606877513cf2b25733bae0f181446fed79312c5]

        INTEGRATION: CWS rcregression01 (1.50.28); FILE MERGED 2003/06/13 14:43:09 mba 1.50.28.1: #110254#: supress outer resize until frame window for outplace editing is shown

2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [9745de77c88e722827f291a72a1298f990dc7a5a]

        INTEGRATION: CWS rcregression01 (1.48.38); FILE MERGED 2003/06/13 14:43:39 mba 1.48.38.1: #110254#: VisArea may have other map units than HI_METRIC

2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [862cac51f840df3275a4618807def6e4b4061d6b]

        INTEGRATION: CWS rcregression01 (1.12.8); FILE MERGED 2003/06/13 14:45:35 mba 1.12.8.1: #110254#: some problems with visual area

2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4b3000d6c4766f7bd699ee0f47b870cee2e11a1]

        INTEGRATION: CWS rcregression01 (1.25.4); FILE MERGED 2003/06/12 10:34:09 cd 1.25.4.1: #110209# VclListenerLock must not crash if a null pointer is provided

2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3d187bfde40bb048767d162b849b3f723ffbd69]

        INTEGRATION: CWS rcregression01 (1.10.10); FILE MERGED 2003/06/12 10:59:15 ssa 1.10.10.1: #110212#,#110219# check nIndex before accessing rKey

2003-06-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc6fdbdd42103f465fb642764144a611a83f30ff]

        INTEGRATION: CWS rcregression01 (1.13.54); FILE MERGED 2003/06/12 16:30:38 ssa 1.13.54.1: #107721#,#109673# find exact matching replacement table first, then search for similar font names

2003-06-16  Noel Power  <npower@openoffice.org>  [9c658092b2d5c1bb58520a0cb19eb4f25bb14c16]

        Updates to event processing for reading from events in doc bug #15552

2003-06-16  Tomas O'Connor  <toconnor@openoffice.org>  [18e19c15ceb9ea371d137cc9beb263772547c9b1]

        Register UNO components before installing other files

2003-06-16  Aidan Butler  <aidan@openoffice.org>  [84cb550136ff9546fb6db1a2b4a4cb43dadf0c18]

        i15602 Applied patch from Kevin Fowlks to Stylesheets

2003-06-13  Duncan Foster  <dfoster@openoffice.org>  [6c20a79daaf4e1afb6b89ab3bc5203e337f75937]

        #i15552# cannot unassign script to event Added function with errorhandler to check if scriptProps is ok.

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [09e6cd2edc5b561346944b495892b85ea121ab9c]

        INTEGRATION: CWS rcmerge (1.10.24); FILE MERGED 2003/06/12 10:59:28 gh 1.10.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c1618ab3b5c170732455f9105d8d0ba57edf43e]

        INTEGRATION: CWS rcmerge (1.12.24); FILE MERGED 2003/06/12 10:59:10 gh 1.12.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e375ce42060e4254c8beff4d0e32ee7f0022edfd]

        INTEGRATION: CWS rcmerge (1.19.24); FILE MERGED 2003/06/12 10:59:01 gh 1.19.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b7b594f4a718209cfcb17051128c5302df08fc6]

        INTEGRATION: CWS rcmerge (1.8.24); FILE MERGED 2003/06/12 10:59:00 gh 1.8.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [082874fbf089e76487b99ae11c0411d2fad7d8d3]

        INTEGRATION: CWS rcmerge (1.17.24); FILE MERGED 2003/06/12 10:58:59 gh 1.17.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6629a3e220d9979ee8aae884d33790ae104f5c29]

        INTEGRATION: CWS rcmerge (1.9.24); FILE MERGED 2003/06/12 10:58:59 gh 1.9.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d4da1f9b456a2f2ed3419d9273f680aed75f3b5]

        INTEGRATION: CWS rcmerge (1.6.24); FILE MERGED 2003/06/12 10:58:58 gh 1.6.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb9705a655555665cc52ea6786f31cd59c871896]

        INTEGRATION: CWS rcmerge (1.4.24); FILE MERGED 2003/06/12 10:58:58 gh 1.4.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e56c047ad780e705c8be28b9d7b2e0d8465f1a0]

        INTEGRATION: CWS rcmerge (1.9.24); FILE MERGED 2003/06/12 10:58:57 gh 1.9.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [19fec0ee635a5f4a50e38a783ea9f73571e553bb]

        INTEGRATION: CWS rcmerge (1.8.24); FILE MERGED 2003/06/12 10:58:56 gh 1.8.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [629fb1b9f842e2224e3dc5afd66e5dd7567e1645]

        INTEGRATION: CWS rcmerge (1.9.24); FILE MERGED 2003/06/12 10:58:55 gh 1.9.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d996eca61d992f9656f48a31b1442bb501e9690]

        INTEGRATION: CWS rcmerge (1.7.24); FILE MERGED 2003/06/12 10:58:54 gh 1.7.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6d8ed4bc5a7ec52b5feb950b4d5dba9799f355a]

        INTEGRATION: CWS rcmerge (1.9.24); FILE MERGED 2003/06/12 10:58:54 gh 1.9.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc938689c4e5838ab447d217e8416756f364ed08]

        INTEGRATION: CWS rcmerge (1.11.24); FILE MERGED 2003/06/12 10:58:53 gh 1.11.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5dec297686718a4b8c59201b4ed9379f6c30d5e]

        INTEGRATION: CWS rcmerge (1.13.24); FILE MERGED 2003/06/12 10:58:52 gh 1.13.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [008d2e29ca076929f4a3706f06fadf177a9ea3c1]

        INTEGRATION: CWS rcmerge (1.10.24); FILE MERGED 2003/06/12 10:58:51 gh 1.10.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [91faacf48fbd88d67d80180a67b8e73b2a9dc872]

        INTEGRATION: CWS rcmerge (1.19.4); FILE MERGED 2003/06/12 10:58:50 gh 1.19.4.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7129bd50c99009378925f185db25235e1bb193c6]

        INTEGRATION: CWS rcmerge (1.79.24); FILE MERGED 2003/06/12 10:58:48 gh 1.79.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e35c60f9a3a1fa3cea05cd5b9024e33a9f7f200]

        INTEGRATION: CWS rcmerge (1.9.24); FILE MERGED 2003/06/12 10:58:48 gh 1.9.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeba48bb2930f240769794fdcb66126c67a3ff31]

        INTEGRATION: CWS rcmerge (1.9.24); FILE MERGED 2003/06/12 10:58:47 gh 1.9.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3857df5fb26c786e8a60a2f4e6a7102ea3056fdb]

        INTEGRATION: CWS rcmerge (1.11.24); FILE MERGED 2003/06/12 10:58:46 gh 1.11.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4ee1a069c2596de79644a3c77b8ad7dab792aa3]

        INTEGRATION: CWS rcmerge (1.6.4); FILE MERGED 2003/06/12 10:58:45 gh 1.6.4.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8a1e272c911b3abd0c3c763d9c4c4a2016c50aa]

        INTEGRATION: CWS rcmerge (1.10.24); FILE MERGED 2003/06/12 10:58:43 gh 1.10.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f5f2cd24ebb7cd4081722434ece29164fce39b6]

        INTEGRATION: CWS rcmerge (1.9.24); FILE MERGED 2003/06/12 10:58:43 gh 1.9.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9991f55733939b1162786de25c77dfcb98c3c18d]

        INTEGRATION: CWS rcmerge (1.21.24); FILE MERGED 2003/06/12 10:58:42 gh 1.21.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [47f4820eb1ea0557b424016b077d74551f32f3c6]

        INTEGRATION: CWS rcmerge (1.11.24); FILE MERGED 2003/06/12 10:58:42 gh 1.11.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbdcf9914e3cabde0f2edb623f3a9332881abc1e]

        INTEGRATION: CWS rcmerge (1.4.6); FILE MERGED 2003/06/12 10:54:16 gh 1.4.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bd7f077c9735443c33afc969e77d2f5723f395e]

        INTEGRATION: CWS rcmerge (1.33.6); FILE MERGED 2003/06/12 10:54:15 gh 1.33.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [055d38c171d9121f66176e166f0f867e25b438fe]

        INTEGRATION: CWS rcmerge (1.13.6); FILE MERGED 2003/06/12 10:54:15 gh 1.13.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecfcb3c42827b25d446562e6b861f804ed75ed09]

        INTEGRATION: CWS rcmerge (1.3.6); FILE MERGED 2003/06/12 10:54:14 gh 1.3.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [064234c17d38777ee8d26a343c90539a1d5f7a87]

        INTEGRATION: CWS rcmerge (1.3.6); FILE MERGED 2003/06/12 10:54:13 gh 1.3.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f84c4f603bd83e4e4bae15ff21fd805706d3413]

        INTEGRATION: CWS rcmerge (1.33.6); FILE MERGED 2003/06/12 10:54:13 gh 1.33.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [508b6882ba884b8db7cf229abab355c8b7b1fb19]

        INTEGRATION: CWS rcmerge (1.50.6); FILE MERGED 2003/06/12 10:54:12 gh 1.50.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6dd0ab6c9e5f8051b476f2f1cc1a482aef631bf]

        INTEGRATION: CWS rcmerge (1.9.6); FILE MERGED 2003/06/12 10:54:11 gh 1.9.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [87b4971e7be6c25a121efbbd9e4a7ec8b8de2fcc]

        INTEGRATION: CWS rcmerge (1.24.6); FILE MERGED 2003/06/12 10:54:11 gh 1.24.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ebbbd2cb4970dce46646367279a7307fe00db23]

        INTEGRATION: CWS rcmerge (1.37.32); FILE MERGED 2003/06/12 11:07:15 gh 1.37.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9ae03c62458bd3dceff17f9e181e989afc3a8fe]

        INTEGRATION: CWS rcmerge (1.20.32); FILE MERGED 2003/06/12 11:07:04 gh 1.20.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [70471fc49c43c34a7117fad717219cf6bc130fbd]

        INTEGRATION: CWS rcmerge (1.22.32); FILE MERGED 2003/06/12 11:06:58 gh 1.22.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d05f179d0a441fe2f2f45b49cf144148032f4f2a]

        INTEGRATION: CWS rcmerge (1.36.32); FILE MERGED 2003/06/12 11:06:58 gh 1.36.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec9113328db3cb667ca7c6b3121f060c1db077f7]

        INTEGRATION: CWS rcmerge (1.23.32); FILE MERGED 2003/06/12 11:06:57 gh 1.23.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a049b6c4c5a7d92ad18ccf79d639bf08a64a659e]

        INTEGRATION: CWS rcmerge (1.26.32); FILE MERGED 2003/06/12 11:06:57 gh 1.26.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c74f1081ec76868be82ef5e3aad9845660e81037]

        INTEGRATION: CWS rcmerge (1.66.32); FILE MERGED 2003/06/12 11:06:56 gh 1.66.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [20cf36e76da7c8c9890d837c7e99a904bc076d88]

        INTEGRATION: CWS rcmerge (1.28.32); FILE MERGED 2003/06/12 11:06:44 gh 1.28.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [80533a4fd2f7df41bee76bdab8c339bd8c0ae37a]

        INTEGRATION: CWS rcmerge (1.24.32); FILE MERGED 2003/06/12 11:06:44 gh 1.24.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f72baa938d5e795199505112f90da9df78b63a1]

        INTEGRATION: CWS rcmerge (1.8.32); FILE MERGED 2003/06/12 11:06:42 gh 1.8.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [96582cdb00b9fb5f6db13ebcc89f20c92582f200]

        INTEGRATION: CWS rcmerge (1.31.32); FILE MERGED 2003/06/12 11:06:41 gh 1.31.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e886fa53f56bc7ddfcb170835f7742c046d3cec]

        INTEGRATION: CWS rcmerge (1.20.32); FILE MERGED 2003/06/12 11:06:40 gh 1.20.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ff5f351b076871bbd10e36da0e55bc5e2ea11b5]

        INTEGRATION: CWS rcmerge (1.15.32); FILE MERGED 2003/06/12 11:06:39 gh 1.15.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3587c42515d35636f3c9c7616637e9cd3b335fe9]

        INTEGRATION: CWS rcmerge (1.24.32); FILE MERGED 2003/06/12 11:06:39 gh 1.24.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad1b68300b9a8a36e7a66c1005aa368e4c04011e]

        INTEGRATION: CWS rcmerge (1.28.32); FILE MERGED 2003/06/12 11:06:38 gh 1.28.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [10c59c82673c8319a9fb2093c609b7342db9b5ba]

        INTEGRATION: CWS rcmerge (1.31.32); FILE MERGED 2003/06/12 11:06:36 gh 1.31.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [77e89133163fbdceca31fb3fa4afada1afe78e88]

        INTEGRATION: CWS rcmerge (1.18.32); FILE MERGED 2003/06/12 11:06:36 gh 1.18.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2a97afbdf34f2eb309df505961df0b52744d5ef]

        INTEGRATION: CWS rcmerge (1.14.32); FILE MERGED 2003/06/12 11:06:34 gh 1.14.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a3741774ae6a294ef13cd4d527843128c54f067]

        INTEGRATION: CWS rcmerge (1.36.32); FILE MERGED 2003/06/12 11:06:34 gh 1.36.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e230afd8a0c49e90d327ed3f0dd347bc84497b7f]

        INTEGRATION: CWS rcmerge (1.36.32); FILE MERGED 2003/06/12 11:06:33 gh 1.36.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5791c496da54456151ed7975954a5bb61e6ead2e]

        INTEGRATION: CWS rcmerge (1.29.32); FILE MERGED 2003/06/12 11:06:32 gh 1.29.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [733d4848193cd9a160ec385482aceeb379b00f41]

        INTEGRATION: CWS rcmerge (1.35.32); FILE MERGED 2003/06/12 11:06:31 gh 1.35.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [465641c401b2b2aa854d3774ec3ae43d04e522b8]

        INTEGRATION: CWS rcmerge (1.19.32); FILE MERGED 2003/06/12 11:06:29 gh 1.19.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b36c544ae4c893c1404a281c9644081b0a2d6a0f]

        INTEGRATION: CWS rcmerge (1.23.32); FILE MERGED 2003/06/12 11:06:28 gh 1.23.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a07f02c75679da95ff40958d59ad7630f44605ee]

        INTEGRATION: CWS rcmerge (1.34.32); FILE MERGED 2003/06/12 11:06:25 gh 1.34.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [44adb6b9478b3c8acf28946fe18e90dd73f89695]

        INTEGRATION: CWS rcmerge (1.80.32); FILE MERGED 2003/06/12 11:06:25 gh 1.80.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [df3ceae07dc31f0a24ffac60ca1abec940c3b576]

        INTEGRATION: CWS rcmerge (1.85.10); FILE MERGED 2003/06/13 10:23:22 gh 1.85.10.2: final Merge RC 2003/06/12 11:06:22 gh 1.85.10.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6755b7230c916880cee2fcfe1996ba75562e480]

        INTEGRATION: CWS rcmerge (1.42.50); FILE MERGED 2003/06/12 11:05:38 gh 1.42.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f08bf39a518b45d5d59cacdaaf429a3864615297]

        INTEGRATION: CWS rcmerge (1.3.28); FILE MERGED 2003/06/12 11:03:39 gh 1.3.28.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a4a37caa16c8424cd453cc19125bacfe6c17dff]

        INTEGRATION: CWS rcmerge (1.3.28); FILE MERGED 2003/06/12 11:03:38 gh 1.3.28.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [73d1873ad953850d04780f488f1d67144727ea99]

        INTEGRATION: CWS rcmerge (1.4.28); FILE MERGED 2003/06/12 11:03:38 gh 1.4.28.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [10a2a8396553159c8767ea281c2df2c2c7b1315b]

        INTEGRATION: CWS rcmerge (1.3.28); FILE MERGED 2003/06/12 11:03:37 gh 1.3.28.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [77d3eb979e3f549f4387d9bba77b1feed08d9a5d]

        INTEGRATION: CWS rcmerge (1.5.20); FILE MERGED 2003/06/12 11:03:37 gh 1.5.20.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0a741228fd406b68563034fc11259d3fdccd315]

        INTEGRATION: CWS rcmerge (1.5.20); FILE MERGED 2003/06/12 11:03:36 gh 1.5.20.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e0a713ca3d903bdef06a001cd34713b95ea66ba]

        INTEGRATION: CWS rcmerge (1.3.28); FILE MERGED 2003/06/12 11:03:36 gh 1.3.28.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [33e940c87accbac7fd36b2f95b35e6c39fc58c76]

        INTEGRATION: CWS rcmerge (1.3.28); FILE MERGED 2003/06/12 11:03:35 gh 1.3.28.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9eda3fb69ec171f06c1c77ffc884d6ea52a70b6]

        INTEGRATION: CWS rcmerge (1.11.28); FILE MERGED 2003/06/12 11:03:35 gh 1.11.28.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [26dadf4f6eabb0a72d68347c87ed015ffb62473d]

        INTEGRATION: CWS rcmerge (1.7.28); FILE MERGED 2003/06/12 11:03:34 gh 1.7.28.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8ad6c3964c527ee8102bcb63de4615869b99278]

        INTEGRATION: CWS rcmerge (1.15.14); FILE MERGED 2003/06/12 11:09:23 gh 1.15.14.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [84679ab20a509a7b6daf6dbdba572b78e38710e4]

        INTEGRATION: CWS rcmerge (1.39.14); FILE MERGED 2003/06/12 11:09:19 gh 1.39.14.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7249633ff409b40be4ddcd5d7cf295772a350bb4]

        INTEGRATION: CWS rcmerge (1.38.14); FILE MERGED 2003/06/12 11:09:18 gh 1.38.14.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [890fd39a8748db2a38c9ed18691167e634c1ff62]

        INTEGRATION: CWS rcmerge (1.42.14); FILE MERGED 2003/06/12 11:09:15 gh 1.42.14.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0b4b6936e1745a4b45b3187b9bbf9a0495cafd1]

        INTEGRATION: CWS rcmerge (1.50.14); FILE MERGED 2003/06/12 11:09:10 gh 1.50.14.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [25f54d5b873bb51f3e1bac2bb25d9893310258c6]

        INTEGRATION: CWS rcmerge (1.52.14); FILE MERGED 2003/06/12 11:09:08 gh 1.52.14.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [314f992c90547aeccb6bec2279381915161c73f3]

        INTEGRATION: CWS rcmerge (1.34.12); FILE MERGED 2003/06/12 11:10:59 gh 1.34.12.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab7dabbb975cdcc0544c75738d14f7d7cd15bd00]

        INTEGRATION: CWS rcmerge (1.39.12); FILE MERGED 2003/06/12 11:10:56 gh 1.39.12.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3da2747a4e4bf1384156463a227beaf6765b4dc5]

        INTEGRATION: CWS rcmerge (1.13.12); FILE MERGED 2003/06/12 11:10:53 gh 1.13.12.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [862c9cccdcef98e05249c1227b6c56a446e41123]

        INTEGRATION: CWS rcmerge (1.11.12); FILE MERGED 2003/06/12 11:10:48 gh 1.11.12.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [df019c86334ad20b14d6f49bd4774c0db7c14470]

        INTEGRATION: CWS rcmerge (1.16.12); FILE MERGED 2003/06/12 11:10:44 gh 1.16.12.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [78be4d310da1fb12aa347f589d4a4d54c522d3a2]

        INTEGRATION: CWS rcmerge (1.12.12); FILE MERGED 2003/06/12 11:10:41 gh 1.12.12.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [43c838aeab16852250c8b608ff3b6e61edec3b16]

        INTEGRATION: CWS rcmerge (1.11.12); FILE MERGED 2003/06/12 11:10:38 gh 1.11.12.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ae8539f92e2682e3429bccf5ef5c00845e0186e]

        INTEGRATION: CWS rcmerge (1.22.12); FILE MERGED 2003/06/12 11:10:35 gh 1.22.12.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [81326cbce7faaf3eaa218225bfb522c561318378]

        INTEGRATION: CWS rcmerge (1.39.36); FILE MERGED 2003/06/12 11:01:00 gh 1.39.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec42ce499a9f98483c0c0cc732b7775526be8746]

        INTEGRATION: CWS rcmerge (1.35.16); FILE MERGED 2003/06/12 11:00:14 gh 1.35.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5e976ffd300a1caed3655681edb78023ff4c6e2]

        INTEGRATION: CWS rcmerge (1.5.22); FILE MERGED 2003/06/12 11:11:07 gh 1.5.22.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b3686603c843cf4595c6593be2eb1e740c4f7b2]

        INTEGRATION: CWS rcmerge (1.46.10); FILE MERGED 2003/06/12 11:19:14 gh 1.46.10.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5301883a41a860e20aecaebeb32b2ececfc7960]

        INTEGRATION: CWS rcmerge (1.123.4); FILE MERGED 2003/06/12 10:57:49 gh 1.123.4.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4b876842b4b1a3cb486cfc71bd05ac0512de076]

        INTEGRATION: CWS rcmerge (1.28.32); FILE MERGED 2003/06/12 11:03:08 gh 1.28.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b032d4973ea7400c006896c0ec679cb3ccf1692]

        INTEGRATION: CWS rcmerge (1.19.32); FILE MERGED 2003/06/12 11:03:08 gh 1.19.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f7b77efe3e5b3e7962cd3b082850f3ab1c2ff94]

        INTEGRATION: CWS rcmerge (1.53.10); FILE MERGED 2003/06/12 11:02:56 gh 1.53.10.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [86df3adaf8dbf438067b44767b322a5fc25cfc42]

        INTEGRATION: CWS rcmerge (1.21.32); FILE MERGED 2003/06/12 11:02:56 gh 1.21.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [acad108a1b73cab309a6f1eb492e340d14799152]

        INTEGRATION: CWS rcmerge (1.17.32); FILE MERGED 2003/06/12 11:02:55 gh 1.17.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0dee65e114c99f456bb134c137e23d1740714a5]

        INTEGRATION: CWS rcmerge (1.32.32); FILE MERGED 2003/06/12 11:02:55 gh 1.32.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4252382b4bcdf7931b8b8154ab26ad70a34cc13e]

        INTEGRATION: CWS rcmerge (1.31.32); FILE MERGED 2003/06/12 11:02:54 gh 1.31.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [92b8891cf303d7b630392454019bd677ade9596e]

        INTEGRATION: CWS rcmerge (1.19.32); FILE MERGED 2003/06/12 11:02:54 gh 1.19.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [37410bd8db813b021cf59230a97a687e2916d848]

        INTEGRATION: CWS rcmerge (1.12.32); FILE MERGED 2003/06/12 11:02:53 gh 1.12.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [47a6644276fd3e4ef8569682d1df96268f77a666]

        INTEGRATION: CWS rcmerge (1.15.32); FILE MERGED 2003/06/12 11:02:53 gh 1.15.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1eb6620b96b4e2901e273d92107b70d46c943f05]

        INTEGRATION: CWS rcmerge (1.71.32); FILE MERGED 2003/06/12 11:02:52 gh 1.71.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [caad9852efad6774fdf190e305d52b258b8e85cd]

        INTEGRATION: CWS rcmerge (1.72.32); FILE MERGED 2003/06/12 11:02:44 gh 1.72.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d8f54830f20dcf3120b1b50134804f1f358a679]

        INTEGRATION: CWS rcmerge (1.38.32); FILE MERGED 2003/06/12 11:02:43 gh 1.38.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8ca7115cfeadbe57cd64ff8bf9926b61e38a166]

        INTEGRATION: CWS rcmerge (1.16.32); FILE MERGED 2003/06/12 11:02:43 gh 1.16.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [201a8964ac0319c1c5c7948732371d53f9fc0191]

        INTEGRATION: CWS rcmerge (1.44.32); FILE MERGED 2003/06/12 11:02:42 gh 1.44.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f858ee40e437d1bf80c9cb1182681b780db5447]

        INTEGRATION: CWS rcmerge (1.54.32); FILE MERGED 2003/06/12 11:02:41 gh 1.54.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e2b9970b35b4151af1841a8a355e8b392010a3c]

        INTEGRATION: CWS rcmerge (1.28.32); FILE MERGED 2003/06/12 11:02:41 gh 1.28.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bda8ea1e0657cd07350f129a9f2a7d6a476e005]

        INTEGRATION: CWS rcmerge (1.25.32); FILE MERGED 2003/06/12 11:02:40 gh 1.25.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6d7161456684a00e040fbd8dcd2bb63c39cb358]

        INTEGRATION: CWS rcmerge (1.63.32); FILE MERGED 2003/06/12 11:02:39 gh 1.63.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [92ceaf9f84b5bcecea04c2a263c0a7038d14c6b9]

        INTEGRATION: CWS rcmerge (1.24.32); FILE MERGED 2003/06/12 11:02:37 gh 1.24.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dcf55b424d1590d35ecbf8a410af161df3f8893]

        INTEGRATION: CWS rcmerge (1.44.32); FILE MERGED 2003/06/12 11:02:35 gh 1.44.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [10ecedb7b642bca07d80fa47da952b308b603c0b]

        INTEGRATION: CWS rcmerge (1.47.32); FILE MERGED 2003/06/12 11:02:35 gh 1.47.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [81fa3070aec3c7c5fcdac8c6ce513ce67a7c7582]

        INTEGRATION: CWS rcmerge (1.35.32); FILE MERGED 2003/06/12 11:02:34 gh 1.35.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [93c61d350b9555d4716212a5564b29feaf6db971]

        INTEGRATION: CWS rcmerge (1.34.32); FILE MERGED 2003/06/12 11:02:34 gh 1.34.32.1: final Merge RC

2003-06-13  Aidan Butler  <aidan@openoffice.org>  [23f17a772c7165f38154ae9f2d05c66b3c3b497a]

        *** empty log message ***

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [05ba15503067dc1c92810f6e5786383db08c7e77]

        INTEGRATION: CWS rcmerge (1.22.32); FILE MERGED 2003/06/12 11:02:33 gh 1.22.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [625050ce674d68f2b19dc38a5c20533bd81838a6]

        INTEGRATION: CWS rcmerge (1.35.32); FILE MERGED 2003/06/12 11:02:32 gh 1.35.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ffb2724cec123852fcbff4c8a38fced4167abe2]

        INTEGRATION: CWS rcmerge (1.46.32); FILE MERGED 2003/06/12 11:02:32 gh 1.46.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d43190e773a0b57384eb02437ae1324eed1ad9ff]

        INTEGRATION: CWS rcmerge (1.17.32); FILE MERGED 2003/06/12 11:02:30 gh 1.17.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ad2d8ebf68d6cb79bf91318db5074b79db6cf6e]

        INTEGRATION: CWS rcmerge (1.41.32); FILE MERGED 2003/06/12 11:02:30 gh 1.41.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfd491949674631b89f34e7a1cf662fd9cc3d33c]

        INTEGRATION: CWS rcmerge (1.34.32); FILE MERGED 2003/06/12 11:02:29 gh 1.34.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [095325a25e2e6341e26a03e31adfe95d15614566]

        INTEGRATION: CWS rcmerge (1.34.32); FILE MERGED 2003/06/12 11:02:28 gh 1.34.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeffaada2cc64ef795dfdde293f70f7bbfe7c45b]

        INTEGRATION: CWS rcmerge (1.22.32); FILE MERGED 2003/06/12 11:02:27 gh 1.22.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f12ffa979f77614d49d1a0e80bdae91593e41952]

        INTEGRATION: CWS rcmerge (1.91.4); FILE MERGED 2003/06/12 11:07:27 gh 1.91.4.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7c2e772769631a0473cd835ad58b91fb1f19055]

        INTEGRATION: CWS rcmerge (1.26.32); FILE MERGED 2003/06/12 11:02:26 gh 1.26.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [14fe670d866c59fa55932737a178e0e1471121ae]

        INTEGRATION: CWS rcmerge (1.23.32); FILE MERGED 2003/06/12 11:02:26 gh 1.23.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8be4d78c8a85063d5f09beb573602df22abef507]

        INTEGRATION: CWS rcmerge (1.25.32); FILE MERGED 2003/06/12 11:02:25 gh 1.25.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7acf22337a0b6398e0aed517a9288943d8dbb54f]

        INTEGRATION: CWS rcmerge (1.20.32); FILE MERGED 2003/06/12 11:02:24 gh 1.20.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [53d7774600b30ee16a0662836765da18223d62e8]

        INTEGRATION: CWS rcmerge (1.38.32); FILE MERGED 2003/06/12 11:02:24 gh 1.38.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [70fb0e1f79282f1d982e8db773f27fb55ef54efd]

        INTEGRATION: CWS rcmerge (1.25.32); FILE MERGED 2003/06/12 11:02:23 gh 1.25.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ff577ca23a2c9831edb724c25a548d21a661304]

        INTEGRATION: CWS rcmerge (1.55.32); FILE MERGED 2003/06/12 11:02:22 gh 1.55.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [909a6f13c8b644c46758bcbf6ac5a1f9d877049f]

        INTEGRATION: CWS rcmerge (1.16.32); FILE MERGED 2003/06/12 11:02:22 gh 1.16.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d46fa4cc00c3440669d057d92693dc017e1cc1ac]

        INTEGRATION: CWS rcmerge (1.21.32); FILE MERGED 2003/06/12 11:02:21 gh 1.21.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [128ba78512c15578a91a81897b3c5f4b4a3d63de]

        INTEGRATION: CWS rcmerge (1.34.32); FILE MERGED 2003/06/12 11:02:19 gh 1.34.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1b9a2137e5e47659cbc9ed90a83cbf206c63b6b]

        INTEGRATION: CWS rcmerge (1.33.32); FILE MERGED 2003/06/12 11:02:18 gh 1.33.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8edb802f7b8eddca9f42fa54f70f5ac46b87100]

        INTEGRATION: CWS rcmerge (1.27.32); FILE MERGED 2003/06/12 11:02:18 gh 1.27.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a9caa330a5d6b745deb71e41c2b08b1550d547a]

        INTEGRATION: CWS rcmerge (1.47.32); FILE MERGED 2003/06/12 11:02:17 gh 1.47.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [64b421a06f7c877656c8954f1ca63c4d87c915b0]

        INTEGRATION: CWS rcmerge (1.26.32); FILE MERGED 2003/06/12 11:02:17 gh 1.26.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbf412e09448bf1bb4fd5f297b08455837a31152]

        INTEGRATION: CWS rcmerge (1.29.32); FILE MERGED 2003/06/12 11:02:16 gh 1.29.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [70b4d9f99cf5539152ff2849efe57718783b9001]

        INTEGRATION: CWS rcmerge (1.28.32); FILE MERGED 2003/06/12 11:02:16 gh 1.28.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [761d5bdeff3ec95dd5dd36d64e68bbfdfe8b2ff7]

        INTEGRATION: CWS rcmerge (1.26.32); FILE MERGED 2003/06/12 11:02:15 gh 1.26.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceb665bda4fd82aa4e1a41eccdafb03d37132e9a]

        INTEGRATION: CWS rcmerge (1.38.32); FILE MERGED 2003/06/12 11:02:14 gh 1.38.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [228fdba356269cf30b65ed31d016e72e1f036eaa]

        INTEGRATION: CWS rcmerge (1.14.32); FILE MERGED 2003/06/12 11:02:11 gh 1.14.32.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b1aa7945bc3d793b96716427800f6442b62af83]

        INTEGRATION: CWS rcmerge (1.24.32); FILE MERGED 2003/06/12 11:02:09 gh 1.24.32.1: final Merge RC

2003-06-13  Tomas O'Connor  <toconnor@openoffice.org>  [62a7e7d87f1c2038959c05c45bb05117b67a42fd]

        IssueZilla 15588 - Remove Script at end of names in Empty Script menu as the Java Script entry was confusing

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6828a7cf3f67e64a46f16585203f2ea732f44c3]

        INTEGRATION: CWS rcmerge (1.14.50); FILE MERGED 2003/06/12 11:06:00 gh 1.14.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c918a170cbecc85f2a7e525ce9117fc850e2ae1a]

        INTEGRATION: CWS rcmerge (1.17.50); FILE MERGED 2003/06/12 11:05:55 gh 1.17.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [01a9ed9af333aa0c42003fb4042ece5ee2a22598]

        INTEGRATION: CWS rcmerge (1.48.50); FILE MERGED 2003/06/12 11:05:54 gh 1.48.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd725dc5a79837734e0932e766526f161d3f8e3b]

        INTEGRATION: CWS rcmerge (1.42.50); FILE MERGED 2003/06/12 11:05:53 gh 1.42.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [62e176f43b479a9d0ce5d70c18aeef25b0d00994]

        INTEGRATION: CWS rcmerge (1.20.50); FILE MERGED 2003/06/12 11:05:53 gh 1.20.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [335e9323749364360950fb6f6f50c9883b32d2ff]

        INTEGRATION: CWS rcmerge (1.14.50); FILE MERGED 2003/06/12 11:05:50 gh 1.14.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f0184410098f9b0bac37fd0cab191fb61184b26]

        INTEGRATION: CWS rcmerge (1.23.50); FILE MERGED 2003/06/12 11:05:49 gh 1.23.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [95fd9ef24dbe64ecd1af0b9558d66966061c462c]

        INTEGRATION: CWS rcmerge (1.20.50); FILE MERGED 2003/06/12 11:05:49 gh 1.20.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [33d47b46ad2055acfa28469b7ef047e3463cddfd]

        INTEGRATION: CWS rcmerge (1.25.50); FILE MERGED 2003/06/12 11:05:43 gh 1.25.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [46982aa2265a9d48672d71db3ce3512ed01f5faa]

        INTEGRATION: CWS rcmerge (1.30.50); FILE MERGED 2003/06/12 11:05:41 gh 1.30.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [19577cf361c87acd2af2aedf4234fa1ebcd51041]

        INTEGRATION: CWS rcmerge (1.38.50); FILE MERGED 2003/06/12 11:05:41 gh 1.38.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0f2629a67cc0f64ad7447053fc2b71705874d77]

        INTEGRATION: CWS rcmerge (1.33.50); FILE MERGED 2003/06/12 11:05:40 gh 1.33.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a465624b990e641a9bbde8558781442d7f3c7e98]

        INTEGRATION: CWS rcmerge (1.20.50); FILE MERGED 2003/06/12 11:05:39 gh 1.20.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f42ac4a334f06e92757c37d772972060e3d90e0b]

        INTEGRATION: CWS rcmerge (1.20.50); FILE MERGED 2003/06/12 11:05:38 gh 1.20.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2db065b878348bdfdcd552e5b852c967e573b64]

        INTEGRATION: CWS rcmerge (1.3.50); FILE MERGED 2003/06/12 11:05:35 gh 1.3.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [59d069afdcab33b07f1c66e5e0e571df5704c43a]

        INTEGRATION: CWS rcmerge (1.26.50); FILE MERGED 2003/06/12 11:05:35 gh 1.26.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec0cd5d4e6e4f8c91a5b6645a2ff3f8ecedc2290]

        INTEGRATION: CWS rcmerge (1.49.50); FILE MERGED 2003/06/12 11:05:33 gh 1.49.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [710c59c2bb7a34c22f041d0af019aaa14a5b223a]

        INTEGRATION: CWS rcmerge (1.3.50); FILE MERGED 2003/06/12 11:05:33 gh 1.3.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a56d3e574bf18e16996ede3672579d596988d623]

        INTEGRATION: CWS rcmerge (1.53.50); FILE MERGED 2003/06/12 11:05:31 gh 1.53.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [386e09657b97de18f893e63e53360dcce3921937]

        INTEGRATION: CWS rcmerge (1.5.50); FILE MERGED 2003/06/12 11:05:30 gh 1.5.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1d722813f87ab60e5cc215394f56ec143858c45]

        INTEGRATION: CWS rcmerge (1.25.50); FILE MERGED 2003/06/12 11:05:29 gh 1.25.50.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [17516e4d1b62513b2e289a815242c571eae40a4c]

        INTEGRATION: CWS rcmerge (1.18.36); FILE MERGED 2003/06/12 11:01:23 gh 1.18.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [05f7368f2bed7224460acc14ed4c0ac153747901]

        INTEGRATION: CWS rcmerge (1.40.30); FILE MERGED 2003/06/12 11:01:22 gh 1.40.30.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [549a4f53eb2ec7ef6001ff751fd7f6d435282a26]

        INTEGRATION: CWS rcmerge (1.10.36); FILE MERGED 2003/06/12 11:01:21 gh 1.10.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [072cbcdde862f71add14ce1e5406022e395ec523]

        INTEGRATION: CWS rcmerge (1.20.36); FILE MERGED 2003/06/12 11:01:21 gh 1.20.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a5a7421dbb70b86740ccb4c26a8eb485ae1b5cf]

        INTEGRATION: CWS rcmerge (1.15.36); FILE MERGED 2003/06/12 11:01:20 gh 1.15.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f867f2d6a543ae2678d1eb53de8d11f7e605502]

        INTEGRATION: CWS rcmerge (1.30.36); FILE MERGED 2003/06/12 11:01:19 gh 1.30.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6054cf1098432cf586f25118b0fc4d020dc8e7f5]

        INTEGRATION: CWS rcmerge (1.20.36); FILE MERGED 2003/06/12 11:01:19 gh 1.20.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [94eae0cd2cf103e51ce877b48d136e4162602ef9]

        INTEGRATION: CWS rcmerge (1.17.36); FILE MERGED 2003/06/12 11:01:18 gh 1.17.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cebbc2f3e62c2a3740e7493814eefc9f13f62d8a]

        INTEGRATION: CWS rcmerge (1.36.34); FILE MERGED 2003/06/12 11:01:18 gh 1.36.34.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [748edc35a5f03d036020d8c1375b95d82f038ec0]

        INTEGRATION: CWS rcmerge (1.19.36); FILE MERGED 2003/06/12 11:01:17 gh 1.19.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [979b270701bafcdfa4cf0d8da159a0d885827d38]

        INTEGRATION: CWS rcmerge (1.25.36); FILE MERGED 2003/06/12 11:01:16 gh 1.25.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a65f392a6a2a586d4615ba96b3a87c6cc8fec34]

        INTEGRATION: CWS rcmerge (1.16.36); FILE MERGED 2003/06/12 11:01:16 gh 1.16.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [237f73b3dac6a3029ba4203b3aa359fb8407a79a]

        INTEGRATION: CWS rcmerge (1.22.36); FILE MERGED 2003/06/12 11:01:15 gh 1.22.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f283319730e9cdbeca33f00aaf9f800cff81415c]

        INTEGRATION: CWS rcmerge (1.6.36); FILE MERGED 2003/06/12 11:01:14 gh 1.6.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [37a90ed6983fc74e18e92643da68a8d427502513]

        INTEGRATION: CWS rcmerge (1.22.36); FILE MERGED 2003/06/12 11:01:12 gh 1.22.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7adc7692e8bb3a569a990f3f2b2317d671a8f70]

        INTEGRATION: CWS rcmerge (1.18.36); FILE MERGED 2003/06/12 11:01:12 gh 1.18.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [63f2677077e948b84d81670a7be4108028f77dad]

        INTEGRATION: CWS rcmerge (1.26.36); FILE MERGED 2003/06/12 11:01:11 gh 1.26.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [825cc8dd2c8df7978f15aeca2feaf419695e2ed9]

        INTEGRATION: CWS rcmerge (1.35.20); FILE MERGED 2003/06/12 11:01:11 gh 1.35.20.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [826c3e6a5102e16021d0217ecca0cf803b55b757]

        INTEGRATION: CWS rcmerge (1.20.36); FILE MERGED 2003/06/12 11:01:10 gh 1.20.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b775329683feeb004578735c319d759d36adf1f]

        INTEGRATION: CWS rcmerge (1.21.36); FILE MERGED 2003/06/12 11:01:10 gh 1.21.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d49e9f9a98ef78150cb3190d40133ef542598455]

        INTEGRATION: CWS rcmerge (1.31.36); FILE MERGED 2003/06/12 11:01:09 gh 1.31.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ff735ba8ed95aa9897418d83ad5cad056164079]

        INTEGRATION: CWS rcmerge (1.6.36); FILE MERGED 2003/06/12 11:01:09 gh 1.6.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff4e0bb2ca822c129d4aa18fa3795bffdfa05679]

        INTEGRATION: CWS rcmerge (1.27.36); FILE MERGED 2003/06/12 11:01:08 gh 1.27.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [df864fb6c29a6e4b01e6046e8c53c29676924774]

        INTEGRATION: CWS rcmerge (1.8.36); FILE MERGED 2003/06/12 11:01:04 gh 1.8.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c236cc84b185c1984844e99b8b92315bf8b6600f]

        INTEGRATION: CWS rcmerge (1.23.36); FILE MERGED 2003/06/12 11:01:03 gh 1.23.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [833067cdcf091bb2cb8b40eddbe8cc35c7ce9dc4]

        INTEGRATION: CWS rcmerge (1.84.36); FILE MERGED 2003/06/12 11:01:01 gh 1.84.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [662c7a2e9721a49faecbc4b0343ac16f15dec360]

        INTEGRATION: CWS rcmerge (1.22.36); FILE MERGED 2003/06/12 11:01:01 gh 1.22.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [864c14bdeec74164700cb9daa29f4656f8cdc219]

        INTEGRATION: CWS rcmerge (1.23.36); FILE MERGED 2003/06/12 11:01:00 gh 1.23.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bace30ce47bfebc5806dd12ed77fccaf87f7fc8c]

        INTEGRATION: CWS rcmerge (1.6.36); FILE MERGED 2003/06/12 11:00:55 gh 1.6.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e03257fb9aeab2e60950167ea20f56adce145a9]

        INTEGRATION: CWS rcmerge (1.10.36); FILE MERGED 2003/06/12 11:00:54 gh 1.10.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [55ab3a0e06964ac54ccd47b5af5d09bca6177626]

        INTEGRATION: CWS rcmerge (1.50.36); FILE MERGED 2003/06/12 11:00:52 gh 1.50.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bcd15ac663a9420fcb79a49c57675690c0ff639]

        INTEGRATION: CWS rcmerge (1.20.24); FILE MERGED 2003/06/12 10:58:10 gh 1.20.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b632b685818bd77a1a801ffa631129f5d0b037be]

        INTEGRATION: CWS rcmerge (1.76.24); FILE MERGED 2003/06/12 10:58:09 gh 1.76.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a6fc42962235bed0b67356e87a3dbcbac9bac0c]

        INTEGRATION: CWS rcmerge (1.49.24); FILE MERGED 2003/06/12 10:58:07 gh 1.49.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [57e31f6cb0fe8388caa6dea1deb76120b2720f3f]

        INTEGRATION: CWS rcmerge (1.37.24); FILE MERGED 2003/06/12 10:58:06 gh 1.37.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3241999462ba3fb3fdcacdfe24ce6ea153ad510d]

        INTEGRATION: CWS rcmerge (1.80.24); FILE MERGED 2003/06/12 10:58:05 gh 1.80.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [da74e40b4a2afe1569e7fd6c528413774c6ac187]

        INTEGRATION: CWS rcmerge (1.55.24); FILE MERGED 2003/06/12 10:58:04 gh 1.55.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [978c0f745b36a3108f55c2715eb537f4618fbf87]

        INTEGRATION: CWS rcmerge (1.36.24); FILE MERGED 2003/06/12 10:58:03 gh 1.36.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a7e486f1aab9a9e529b0c6e3baf8166491065e4]

        INTEGRATION: CWS rcmerge (1.37.24); FILE MERGED 2003/06/12 10:57:56 gh 1.37.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a68b2c322dd0b60eeb16b37182dd032cf3c1a646]

        INTEGRATION: CWS rcmerge (1.24.24); FILE MERGED 2003/06/12 10:57:56 gh 1.24.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a4ab7c73b1b2c919d62fc75ef1cd07db7b23681]

        INTEGRATION: CWS rcmerge (1.25.24); FILE MERGED 2003/06/12 10:57:56 gh 1.25.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff87c07732420bdf3d0e6fd306e5a7d778523750]

        INTEGRATION: CWS rcmerge (1.27.24); FILE MERGED 2003/06/12 10:57:55 gh 1.27.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c2145179a1d8ee881ded6c1dd37be1e57c92a30]

        INTEGRATION: CWS rcmerge (1.34.24); FILE MERGED 2003/06/12 10:57:54 gh 1.34.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bd9e5a8eeb7d9d8fc36bf864fc934ae360e3db6]

        INTEGRATION: CWS rcmerge (1.23.24); FILE MERGED 2003/06/12 10:57:53 gh 1.23.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [64c5a59bc9cddcb0ca0dcd216b531f9741d68d71]

        INTEGRATION: CWS rcmerge (1.34.24); FILE MERGED 2003/06/12 10:57:52 gh 1.34.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5df927d40f467efbf8168a0300ff743365e67946]

        INTEGRATION: CWS rcmerge (1.24.24); FILE MERGED 2003/06/12 10:57:52 gh 1.24.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c08fd8b1f9c089cdf5e035c033e95d92949bf6e]

        INTEGRATION: CWS rcmerge (1.17.24); FILE MERGED 2003/06/12 10:57:51 gh 1.17.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [209a7b2af0e5b7557537622d69f44309a4f013a1]

        INTEGRATION: CWS rcmerge (1.27.24); FILE MERGED 2003/06/12 10:57:51 gh 1.27.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2bf264975ebc67b3b0e79e83811ab59bb02d3d7]

        INTEGRATION: CWS rcmerge (1.23.24); FILE MERGED 2003/06/12 10:57:49 gh 1.23.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [00aab2a6fd66d57df4d496486e762ec9c4bc9781]

        INTEGRATION: CWS rcmerge (1.15.24); FILE MERGED 2003/06/12 10:57:48 gh 1.15.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [97a99c5625dc5c056711011e9c4ddb1109a689b6]

        INTEGRATION: CWS rcmerge (1.32.24); FILE MERGED 2003/06/12 10:57:48 gh 1.32.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdf3f4bcf710eb4cdee267f5faf7085430227034]

        INTEGRATION: CWS rcmerge (1.26.24); FILE MERGED 2003/06/12 10:57:47 gh 1.26.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dbb379a5c338f1dfea300fcd352e944c9daf3ac]

        INTEGRATION: CWS rcmerge (1.19.24); FILE MERGED 2003/06/12 10:57:46 gh 1.19.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1891e4e7d18352fcbcbeb0d9a7992ea5e06b0e72]

        INTEGRATION: CWS rcmerge (1.34.24); FILE MERGED 2003/06/12 10:57:45 gh 1.34.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c700bb6d4fff19162bee1f1a00ca799949114ca9]

        INTEGRATION: CWS rcmerge (1.9.24); FILE MERGED 2003/06/12 10:57:45 gh 1.9.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc614e382f36873a757869e8ed02bf6681fe10aa]

        INTEGRATION: CWS rcmerge (1.47.24); FILE MERGED 2003/06/12 10:57:43 gh 1.47.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [04ab5490da713b333a4e3162101ddb6c073421bf]

        INTEGRATION: CWS rcmerge (1.88.24); FILE MERGED 2003/06/12 10:57:42 gh 1.88.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [752cf8dd162d81e1e062bc20a4dbcf408c94e8b9]

        INTEGRATION: CWS rcmerge (1.15.24); FILE MERGED 2003/06/12 10:57:42 gh 1.15.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [892a45195b9711b2804eb45a296b97e91bfa983b]

        INTEGRATION: CWS rcmerge (1.37.24); FILE MERGED 2003/06/12 10:57:41 gh 1.37.24.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [32758acb787303f698929fb229b6b95d9a8eb656]

        INTEGRATION: CWS rcmerge (1.22.26); FILE MERGED 2003/06/12 11:10:10 gh 1.22.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [421ca3bd0d28947cfd779cb6ca9914bf6dc5f2a7]

        INTEGRATION: CWS rcmerge (1.16.26); FILE MERGED 2003/06/12 11:10:09 gh 1.16.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4421c12e731aaf6355ab2ea480d1a9aab48f3dbe]

        INTEGRATION: CWS rcmerge (1.20.26); FILE MERGED 2003/06/12 11:10:06 gh 1.20.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb53711a874f2f500a5b956b574f2625ce376668]

        INTEGRATION: CWS rcmerge (1.49.26); FILE MERGED 2003/06/12 11:10:05 gh 1.49.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a466a6d4b12617d6b1f6ae7f90f92bf9c1537240]

        INTEGRATION: CWS rcmerge (1.31.26); FILE MERGED 2003/06/12 11:10:02 gh 1.31.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2807d328d3776f3df208c8b3384c13b39303af24]

        INTEGRATION: CWS rcmerge (1.32.26); FILE MERGED 2003/06/12 11:09:56 gh 1.32.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [55142f8761e8de93a168c5a3be4321978214fbba]

        INTEGRATION: CWS rcmerge (1.20.26); FILE MERGED 2003/06/12 11:09:55 gh 1.20.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a0659d558361fc8ac695f5043b97a0f1539e29d]

        INTEGRATION: CWS rcmerge (1.23.26); FILE MERGED 2003/06/12 11:09:55 gh 1.23.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9130e10064f269a06fad2abb225c14a814d51014]

        INTEGRATION: CWS rcmerge (1.28.26); FILE MERGED 2003/06/12 11:09:54 gh 1.28.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [efb604fdafc5bb81f8750fe9b62975320431d2ef]

        INTEGRATION: CWS rcmerge (1.30.26); FILE MERGED 2003/06/12 11:09:52 gh 1.30.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7ac6d05de8f0b274a309f5750d243b0b5517584]

        INTEGRATION: CWS rcmerge (1.24.26); FILE MERGED 2003/06/12 11:09:42 gh 1.24.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [43084af59ca89c4d76c437fbc4f56d0162a4f672]

        INTEGRATION: CWS rcmerge (1.28.26); FILE MERGED 2003/06/12 11:09:41 gh 1.28.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [99fc5aab1f4e640e34cec89f01e87792f67b65fa]

        INTEGRATION: CWS rcmerge (1.38.26); FILE MERGED 2003/06/12 11:09:40 gh 1.38.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e11eb0556ee82848af87dcba8567a0da20ef7f1]

        INTEGRATION: CWS rcmerge (1.42.26); FILE MERGED 2003/06/12 11:09:39 gh 1.42.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3791b615758acc65002cf7ee1fbf8d93e63c5ac9]

        INTEGRATION: CWS rcmerge (1.23.26); FILE MERGED 2003/06/12 11:09:38 gh 1.23.26.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8b310ee4c752851f1ba4c52195b0ccb163ca447]

        INTEGRATION: CWS rcmerge (1.39.6); FILE MERGED 2003/06/12 11:09:35 gh 1.39.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [57da54b394d502c6242ec937a41aa8787e02434b]

        INTEGRATION: CWS rcmerge (1.17.10); FILE MERGED 2003/06/12 11:07:50 gh 1.17.10.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d77a56a7788679bb60365eb741274780320f7d32]

        INTEGRATION: CWS rcmerge (1.20.10); FILE MERGED 2003/06/12 11:07:46 gh 1.20.10.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a528ded1b738b2b17f8a93870423051791aa44c6]

        INTEGRATION: CWS rcmerge (1.57.10); FILE MERGED 2003/06/12 11:07:40 gh 1.57.10.1: final Merge RC

2003-06-13  Vladimir Glazounov  <vg@openoffice.org>  [6922dfa076d6b76449d8015d9e0e7e8db80cb287]

        new version for SRX645

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c9eb5ed42f9e93ac453bf120ab5109622fa9a7b]

        INTEGRATION: CWS rcmerge (1.37.16); FILE MERGED 2003/06/12 11:03:57 gh 1.37.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8ee9d8204327ecfec20d006b7080e9a50a3bd21]

        INTEGRATION: CWS rcmerge (1.10.36); FILE MERGED 2003/06/12 11:10:25 gh 1.10.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb0882930bb8b6e1c544cf8db0ec444eb5d1fb05]

        INTEGRATION: CWS rcmerge (1.39.36); FILE MERGED 2003/06/12 11:10:24 gh 1.39.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [caebb837e75adf4b7e4d008354b000ee54990dd9]

        INTEGRATION: CWS rcmerge (1.22.36); FILE MERGED 2003/06/12 11:10:23 gh 1.22.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8deeb2470027c318480389427bfe10e24facf4]

        INTEGRATION: CWS rcmerge (1.30.36); FILE MERGED 2003/06/12 11:10:22 gh 1.30.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [627899664cc223437928ff426833bd72c17dd121]

        INTEGRATION: CWS rcmerge (1.30.36); FILE MERGED 2003/06/12 11:10:21 gh 1.30.36.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d6c96b11845ada0ed13c6b3555b44d6a6b3a900]

        INTEGRATION: CWS rcmerge (1.42.16); FILE MERGED 2003/06/12 11:07:29 gh 1.42.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c80e7fbd3a1e3b46984750764440c26d3126fc6]

        INTEGRATION: CWS rcmerge (1.21.16); FILE MERGED 2003/06/12 11:07:26 gh 1.21.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [976d7d2db6761a1dabeca955ffcb7502fc9c99f2]

        INTEGRATION: CWS rcmerge (1.36.66); FILE MERGED 2003/06/12 11:15:14 gh 1.36.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccb6ce8dc4ea95c295d15395797657098c4f3d93]

        INTEGRATION: CWS rcmerge (1.32.66); FILE MERGED 2003/06/12 11:15:13 gh 1.32.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [13dbc0397ae7c7eb76d1529fd7375041cecee93c]

        INTEGRATION: CWS rcmerge (1.18.66); FILE MERGED 2003/06/12 11:15:12 gh 1.18.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [00328afc738bc2aaa44a750b2e2c33739e834fc0]

        INTEGRATION: CWS rcmerge (1.15.66); FILE MERGED 2003/06/12 11:15:11 gh 1.15.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3457f9aeec461250ff9a7a9dd0f2575094e80817]

        INTEGRATION: CWS rcmerge (1.12.66); FILE MERGED 2003/06/12 11:15:09 gh 1.12.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad1a48c31f05f7f4956e36f4dfe76848df312bd6]

        INTEGRATION: CWS rcmerge (1.15.66); FILE MERGED 2003/06/12 11:15:04 gh 1.15.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9845b086cec7d5d692bc8a8cd536385c262481c4]

        INTEGRATION: CWS rcmerge (1.72.66); FILE MERGED 2003/06/12 11:14:51 gh 1.72.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [30d6c1fb79080a18fa4b7df5a4089988dbc12e16]

        INTEGRATION: CWS rcmerge (1.19.66); FILE MERGED 2003/06/12 11:14:47 gh 1.19.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [19b19d21fb9bf325bb00941418173a0dbafe027f]

        INTEGRATION: CWS rcmerge (1.10.66); FILE MERGED 2003/06/12 11:14:45 gh 1.10.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbc29778127d335cb3a7ee05b235d594ed8dd240]

        INTEGRATION: CWS rcmerge (1.25.66); FILE MERGED 2003/06/12 11:14:37 gh 1.25.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [abc5126369dc9a4c9da427fe5c74a282c28a97ca]

        INTEGRATION: CWS rcmerge (1.61.66); FILE MERGED 2003/06/13 10:24:01 gh 1.61.66.2: final Merge RC 2003/06/12 11:14:36 gh 1.61.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [43f0ed766eeb0b0ce0f490eee13fac706bc55cc8]

        INTEGRATION: CWS rcmerge (1.22.66); FILE MERGED 2003/06/12 11:14:35 gh 1.22.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [78eb2ce9c6e6d59a8bcfe05489d5c65e8283e4fa]

        INTEGRATION: CWS rcmerge (1.37.66); FILE MERGED 2003/06/12 11:14:33 gh 1.37.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [27f6e2c542e4d6749ac19aa9483744cc47549af6]

        INTEGRATION: CWS rcmerge (1.30.66); FILE MERGED 2003/06/12 11:14:31 gh 1.30.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d113b5c4622290ea49d510f2fd501df6fe84b186]

        INTEGRATION: CWS rcmerge (1.72.66); FILE MERGED 2003/06/13 10:24:00 gh 1.72.66.2: final Merge RC 2003/06/12 11:14:28 gh 1.72.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f297e3bf14fca11354af095e3cd519240320b00c]

        INTEGRATION: CWS rcmerge (1.47.66); FILE MERGED 2003/06/12 11:14:27 gh 1.47.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1733ef66facdc6d43e85f2236c0641071ffb8ebe]

        INTEGRATION: CWS rcmerge (1.44.66); FILE MERGED 2003/06/12 11:14:26 gh 1.44.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [56ce58388fe7c186996924a45e87322262c3a594]

        INTEGRATION: CWS rcmerge (1.20.66); FILE MERGED 2003/06/12 11:14:24 gh 1.20.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bcd5ac314c9f70e2293e4653da35462e8457cba]

        INTEGRATION: CWS rcmerge (1.7.66); FILE MERGED 2003/06/12 11:14:23 gh 1.7.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [39b185f67fd0bb9bbd75611ff1fc11a210e5b18b]

        INTEGRATION: CWS rcmerge (1.31.66); FILE MERGED 2003/06/12 11:14:22 gh 1.31.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [484aa2f671f32106fca5bf2dc58cdc03816509e0]

        INTEGRATION: CWS rcmerge (1.39.66); FILE MERGED 2003/06/12 11:14:21 gh 1.39.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2f4a738e70b04b0eeb97b56e269c848c8319369]

        INTEGRATION: CWS rcmerge (1.24.66); FILE MERGED 2003/06/12 11:14:19 gh 1.24.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc5462c753ae5790502f52b092b31be3f9339921]

        INTEGRATION: CWS rcmerge (1.29.66); FILE MERGED 2003/06/12 11:14:18 gh 1.29.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [62eb35b56f4148724c61f910bbc5e791bcecc9f0]

        INTEGRATION: CWS rcmerge (1.68.66); FILE MERGED 2003/06/12 11:14:10 gh 1.68.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7ca681f8cb7390dd3df3eb72332c9d23843cf95]

        INTEGRATION: CWS rcmerge (1.42.66); FILE MERGED 2003/06/12 11:14:09 gh 1.42.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [44fe1fcc7095b3c1127d24f2b4f2534150c42f19]

        INTEGRATION: CWS rcmerge (1.47.66); FILE MERGED 2003/06/12 11:14:05 gh 1.47.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbb1167d2cd0d330f6a9c6eb957d94886af42009]

        INTEGRATION: CWS rcmerge (1.64.66); FILE MERGED 2003/06/12 11:14:05 gh 1.64.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea7bd7e5f0b39a6b7a17b1f0c5a414b494e0ef7f]

        INTEGRATION: CWS rcmerge (1.19.66); FILE MERGED 2003/06/12 11:13:59 gh 1.19.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [db344449d93424e589f8a29e705a467d9074ceab]

        INTEGRATION: CWS rcmerge (1.50.66); FILE MERGED 2003/06/12 11:13:57 gh 1.50.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd1ded8a59c2c44be62034816c0eed3f35d8bcee]

        INTEGRATION: CWS rcmerge (1.47.66); FILE MERGED 2003/06/12 11:13:56 gh 1.47.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4bc9fa853e97e2e13e10cfa9f8a2d470ef77e0d]

        INTEGRATION: CWS rcmerge (1.30.66); FILE MERGED 2003/06/12 11:13:55 gh 1.30.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ae0152d1bbae1682f474486afc90f1305161db9]

        INTEGRATION: CWS rcmerge (1.3.66); FILE MERGED 2003/06/12 11:13:53 gh 1.3.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [577ef01bbfbad8e4201eee9e3cf3ce3764839ab1]

        INTEGRATION: CWS rcmerge (1.18.66); FILE MERGED 2003/06/12 11:13:50 gh 1.18.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [efcc7099c7385032addb16a9eba762b333d1ce70]

        INTEGRATION: CWS rcmerge (1.23.66); FILE MERGED 2003/06/12 11:13:49 gh 1.23.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a3d3cfb44b5f0c0b74958c5a86765ca7547a859]

        INTEGRATION: CWS rcmerge (1.23.66); FILE MERGED 2003/06/12 11:13:46 gh 1.23.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [df0c43cdd74700477ed8b56bfdf2f9ad33e2f586]

        INTEGRATION: CWS rcmerge (1.52.66); FILE MERGED 2003/06/12 11:13:45 gh 1.52.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [54a40592cf4126a0712c5c0261e65725118a3e36]

        INTEGRATION: CWS rcmerge (1.37.66); FILE MERGED 2003/06/12 11:13:43 gh 1.37.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [145c32b53ac7b0c74a42d1a000c2adfa67205852]

        INTEGRATION: CWS rcmerge (1.19.66); FILE MERGED 2003/06/12 11:13:14 gh 1.19.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0955c04a528b4db887db29d4ec85b3336f2db915]

        INTEGRATION: CWS rcmerge (1.34.66); FILE MERGED 2003/06/12 11:13:12 gh 1.34.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa9ef3667c30c7c895602857f945e13f366701e2]

        INTEGRATION: CWS rcmerge (1.45.66); FILE MERGED 2003/06/12 11:13:11 gh 1.45.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [550ed637c08976f4e486bc7165a9a43ab7413580]

        INTEGRATION: CWS rcmerge (1.13.66); FILE MERGED 2003/06/12 11:13:09 gh 1.13.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ad2cdecf50caabe9fac1578a4ac2e43954f3a04]

        INTEGRATION: CWS rcmerge (1.21.66); FILE MERGED 2003/06/12 11:13:08 gh 1.21.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [613b9f8a50c53842d22e8baffebc6ce1bcd94b10]

        INTEGRATION: CWS rcmerge (1.27.66); FILE MERGED 2003/06/12 11:13:07 gh 1.27.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbb2072a83d8348c985f129f9c8d924d64c615ca]

        INTEGRATION: CWS rcmerge (1.19.66); FILE MERGED 2003/06/12 11:13:06 gh 1.19.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [67298e4f17436a0de28078c2414768736fcc47e7]

        INTEGRATION: CWS rcmerge (1.20.66); FILE MERGED 2003/06/12 11:13:06 gh 1.20.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4da6099d7c60f4a936d3c091053884ce5f6d5645]

        INTEGRATION: CWS rcmerge (1.30.66); FILE MERGED 2003/06/12 11:13:05 gh 1.30.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [eceda4af1563c335dc8056ac788695af806c51c3]

        INTEGRATION: CWS rcmerge (1.53.66); FILE MERGED 2003/06/12 11:13:03 gh 1.53.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb33175084e2f58fdabbc1cbe515191fbc961a44]

        INTEGRATION: CWS rcmerge (1.42.66); FILE MERGED 2003/06/12 11:13:03 gh 1.42.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1505a01378dac5a34e2cfbe5b043c1adcbe78a4]

        INTEGRATION: CWS rcmerge (1.59.66); FILE MERGED 2003/06/12 11:13:02 gh 1.59.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f44f6a42bcd1c60d32f2aa05dd8dfb9ff6cf382a]

        INTEGRATION: CWS rcmerge (1.31.66); FILE MERGED 2003/06/12 11:12:59 gh 1.31.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b07de4bcf35d7f47c7a15ba7f4d517a935e2afb0]

        INTEGRATION: CWS rcmerge (1.12.66); FILE MERGED 2003/06/12 11:12:58 gh 1.12.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [175aa1c935d7c20f417a1341c368ba058afe185a]

        INTEGRATION: CWS rcmerge (1.30.66); FILE MERGED 2003/06/12 11:12:57 gh 1.30.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef1c21858ce25e3912dca76b4deeeca0fda64835]

        INTEGRATION: CWS rcmerge (1.9.66); FILE MERGED 2003/06/12 11:12:56 gh 1.9.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c32cbc4cf1b5eea8635685a66a7cfbf94bddacd2]

        INTEGRATION: CWS rcmerge (1.17.66); FILE MERGED 2003/06/12 11:12:55 gh 1.17.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [426ea5ad1b1eda58b1da5b986a18053f42bd77c1]

        INTEGRATION: CWS rcmerge (1.16.66); FILE MERGED 2003/06/12 11:12:54 gh 1.16.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c4f90f1fac7a776e980281acf3aed4921370d16]

        INTEGRATION: CWS rcmerge (1.71.22); FILE MERGED 2003/06/12 11:12:53 gh 1.71.22.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2b7ff4b28ccf9f1399418a36d281223472eda20]

        INTEGRATION: CWS rcmerge (1.57.66); FILE MERGED 2003/06/12 11:12:51 gh 1.57.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [80f07292958c34bb8cc9ad812b8134174fe9403b]

        INTEGRATION: CWS rcmerge (1.48.66); FILE MERGED 2003/06/12 11:12:50 gh 1.48.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a6afb24e0263056bbe08f20b582d01de1274de0]

        INTEGRATION: CWS rcmerge (1.38.66); FILE MERGED 2003/06/12 11:12:50 gh 1.38.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [166dd49512ef9205bf08830de8556323d555bbe5]

        INTEGRATION: CWS rcmerge (1.19.66); FILE MERGED 2003/06/12 11:12:49 gh 1.19.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [52622d937a4aef0895508a332888de0c8fb62706]

        INTEGRATION: CWS rcmerge (1.23.66); FILE MERGED 2003/06/12 11:12:48 gh 1.23.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [724bffdae8eff7461c9ae80e3d063479c3f816c2]

        INTEGRATION: CWS rcmerge (1.19.66); FILE MERGED 2003/06/12 11:12:47 gh 1.19.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [04a2741a8f32e1774f7c63bfe8e33adbf20b7692]

        INTEGRATION: CWS rcmerge (1.22.66); FILE MERGED 2003/06/12 11:12:45 gh 1.22.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a03741515cfb1f91887c77426c8632e9b71c20b1]

        INTEGRATION: CWS rcmerge (1.19.66); FILE MERGED 2003/06/12 11:12:44 gh 1.19.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c20b0c3a21b614982196f9478ad1caadccfa5190]

        INTEGRATION: CWS rcmerge (1.38.66); FILE MERGED 2003/06/12 11:12:43 gh 1.38.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [043972b06c58d09b51eaa1e04d56e61f083a9892]

        INTEGRATION: CWS rcmerge (1.9.66); FILE MERGED 2003/06/12 11:12:42 gh 1.9.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [782ca168e6d7f7a81b4fe926e92a6d2bf922b064]

        INTEGRATION: CWS rcmerge (1.24.66); FILE MERGED 2003/06/12 11:12:41 gh 1.24.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd7661e590b9fbcb80bb418a0fb03dda78677108]

        INTEGRATION: CWS rcmerge (1.15.66); FILE MERGED 2003/06/12 11:12:40 gh 1.15.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a11435f871e10436e7a33f371e555e6a3eb946d]

        INTEGRATION: CWS rcmerge (1.61.66); FILE MERGED 2003/06/12 11:12:39 gh 1.61.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a80976c1baaae23e72984693c461c094e6f0b6a7]

        INTEGRATION: CWS rcmerge (1.17.66); FILE MERGED 2003/06/12 11:12:39 gh 1.17.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ac052284111a5c9269476b887a5814602f0d86e]

        INTEGRATION: CWS rcmerge (1.41.66); FILE MERGED 2003/06/12 11:12:37 gh 1.41.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [28fb77f4d7baaba6f0d1e0ea95fd85e15e956284]

        INTEGRATION: CWS rcmerge (1.4.66); FILE MERGED 2003/06/12 11:12:36 gh 1.4.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0ef6ab1f5f6c0e48273726d2b355d3a90faf39f]

        INTEGRATION: CWS rcmerge (1.20.66); FILE MERGED 2003/06/12 11:12:36 gh 1.20.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [670033c4db54a5e5b5c7927edc4130f95dfbc20c]

        INTEGRATION: CWS rcmerge (1.35.66); FILE MERGED 2003/06/12 11:12:34 gh 1.35.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [544e4c8a97ac8199e1e00e1815b25747d9f7fb35]

        INTEGRATION: CWS rcmerge (1.9.66); FILE MERGED 2003/06/12 11:12:33 gh 1.9.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a6a61c534a94b5c11ef65cb55e13cdeb0a816f0]

        INTEGRATION: CWS rcmerge (1.4.66); FILE MERGED 2003/06/12 11:12:32 gh 1.4.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [96e948865066bf1b5d3de98d6671b6f80cc0b35d]

        INTEGRATION: CWS rcmerge (1.28.66); FILE MERGED 2003/06/12 11:12:31 gh 1.28.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8e193f2ca6c39e8125306f6609a3b0fdf27c3af]

        INTEGRATION: CWS rcmerge (1.24.66); FILE MERGED 2003/06/12 11:12:31 gh 1.24.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1232b4eec0b629554d392224f8375dcfacba0b8d]

        INTEGRATION: CWS rcmerge (1.3.66); FILE MERGED 2003/06/12 11:12:29 gh 1.3.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b75467e69a97eac20254f468bb96ce3b61d05191]

        INTEGRATION: CWS rcmerge (1.37.66); FILE MERGED 2003/06/12 11:12:28 gh 1.37.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [265aee88f245b9bb4f66684aa561a66f6d7498fd]

        INTEGRATION: CWS rcmerge (1.28.66); FILE MERGED 2003/06/12 11:12:27 gh 1.28.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [803e3afafa3ac0ba2c4ac857496a2142eb380384]

        INTEGRATION: CWS rcmerge (1.24.66); FILE MERGED 2003/06/12 11:12:26 gh 1.24.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [de2cc7c11efdb700012f63f776fc86b576c909a1]

        INTEGRATION: CWS rcmerge (1.3.66); FILE MERGED 2003/06/12 11:12:25 gh 1.3.66.1: final Merge RC

2003-06-13  Vladimir Glazounov  <vg@openoffice.org>  [a58e18ecd4fb356d986c78929f7eca0b2edde0b4]

        #100000# name fix

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [884caae15d85b3ec441794a779afdb54627a9b58]

        INTEGRATION: CWS rcmerge (1.46.66); FILE MERGED 2003/06/13 10:23:57 gh 1.46.66.2: final Merge RC 2003/06/12 11:12:23 gh 1.46.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [afc34c4ca1453bb7d82dcc9502f087190f644f23]

        INTEGRATION: CWS rcmerge (1.64.66); FILE MERGED 2003/06/12 11:12:20 gh 1.64.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0a90ef99add871925ddc26372aecfb9a75bae39]

        INTEGRATION: CWS rcmerge (1.44.66); FILE MERGED 2003/06/12 11:12:19 gh 1.44.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fb5c4902a84b7136b11c83293311d576740a288]

        INTEGRATION: CWS rcmerge (1.37.66); FILE MERGED 2003/06/12 11:12:17 gh 1.37.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffd641eca389d76926d88a2fcd351d4092a5d49d]

        INTEGRATION: CWS rcmerge (1.13.66); FILE MERGED 2003/06/12 11:12:16 gh 1.13.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2faabfe51bfe45038c9a71d8dfca3483661c61ad]

        INTEGRATION: CWS rcmerge (1.29.66); FILE MERGED 2003/06/12 11:12:14 gh 1.29.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e63c1b2eea508f98b126d2105dde3172228f9876]

        INTEGRATION: CWS rcmerge (1.42.66); FILE MERGED 2003/06/12 11:12:12 gh 1.42.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [918dbbd9bac33b4fc094fc7a3a683851a7fbb6d9]

        INTEGRATION: CWS rcmerge (1.25.66); FILE MERGED 2003/06/12 11:12:08 gh 1.25.66.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b58c7778f8a5d2b6f230ff759b64f8b69cc41e8f]

        INTEGRATION: CWS rcmerge (1.35.54); FILE MERGED 2003/06/12 10:57:26 gh 1.35.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [da2e79a04c6f541b4344c00e971c1d3fc8e20d9b]

        INTEGRATION: CWS rcmerge (1.24.54); FILE MERGED 2003/06/12 10:57:19 gh 1.24.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8f4f9bfece6cd36218664b82ae5dc61bb8b0583]

        INTEGRATION: CWS rcmerge (1.39.54); FILE MERGED 2003/06/12 10:57:16 gh 1.39.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cc2a1a9340d1777da6636c1ae7556501fdd3b9a]

        INTEGRATION: CWS rcmerge (1.15.54); FILE MERGED 2003/06/12 10:57:14 gh 1.15.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e856cd3df843dd10f74a34df9e195ac828a902c5]

        INTEGRATION: CWS rcmerge (1.41.54); FILE MERGED 2003/06/12 10:57:13 gh 1.41.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [85e41afadaf138b744f90383146f684b41cbd2db]

        INTEGRATION: CWS rcmerge (1.45.54); FILE MERGED 2003/06/12 10:57:12 gh 1.45.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [62c87ec29b2f803d80ee4ab99c330c29e5af951d]

        INTEGRATION: CWS rcmerge (1.29.54); FILE MERGED 2003/06/12 10:57:11 gh 1.29.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cd69261863c38d439eaf48955a34b2b2e1a2adc]

        INTEGRATION: CWS rcmerge (1.14.54); FILE MERGED 2003/06/12 10:57:11 gh 1.14.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e1af93ec7a101ad36752c723f5e2c5556c33ae9]

        INTEGRATION: CWS rcmerge (1.31.54); FILE MERGED 2003/06/12 10:57:10 gh 1.31.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad1c84e76935573eb2eb193638f735a4cea80d80]

        INTEGRATION: CWS rcmerge (1.41.54); FILE MERGED 2003/06/12 10:57:09 gh 1.41.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fda720696fc5e53f6662a3a60ac6b69fcc20bd5]

        INTEGRATION: CWS rcmerge (1.25.54); FILE MERGED 2003/06/12 10:57:09 gh 1.25.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [abfd9f443f5e3755e9a008cdd9723f7265985009]

        INTEGRATION: CWS rcmerge (1.28.54); FILE MERGED 2003/06/12 10:57:06 gh 1.28.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e1b87624f8be0f9c7db96854c5d24ccd0f45713]

        INTEGRATION: CWS rcmerge (1.24.54); FILE MERGED 2003/06/12 10:57:05 gh 1.24.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4d96ba600429d15abb6ef03e6e1d5a4148b7dc4]

        INTEGRATION: CWS rcmerge (1.12.54); FILE MERGED 2003/06/12 10:57:05 gh 1.12.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dab91c71b79f4090906bcbde9f1a0336e039489]

        INTEGRATION: CWS rcmerge (1.16.54); FILE MERGED 2003/06/12 10:57:05 gh 1.16.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fde28d6000e1c26ef29f98d2a3c134956e98932]

        INTEGRATION: CWS rcmerge (1.17.54); FILE MERGED 2003/06/12 10:57:04 gh 1.17.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9ec02f3472e14931dd297859b2888cdf01f76f3]

        INTEGRATION: CWS rcmerge (1.16.54); FILE MERGED 2003/06/12 10:57:03 gh 1.16.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [58822d28685ff5f7ee20ceb33b16ed5fb8531913]

        INTEGRATION: CWS rcmerge (1.21.54); FILE MERGED 2003/06/12 10:57:03 gh 1.21.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4ea7f9d656db9cf2c76af9b487e594c1882a4ef]

        INTEGRATION: CWS rcmerge (1.21.54); FILE MERGED 2003/06/12 10:57:02 gh 1.21.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [03ba5898190fde60d7be89ed2ef6e032564d048b]

        INTEGRATION: CWS rcmerge (1.18.54); FILE MERGED 2003/06/12 10:57:02 gh 1.18.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8237f8cce0bc1df516548d2708054718f2db56ec]

        INTEGRATION: CWS rcmerge (1.13.54); FILE MERGED 2003/06/12 10:57:01 gh 1.13.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [de4a60339ab732527d20a3b6995d687ee78bfc57]

        INTEGRATION: CWS rcmerge (1.26.54); FILE MERGED 2003/06/12 10:57:01 gh 1.26.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff43e794839ac45d3f7504df9396a159eeb638cf]

        INTEGRATION: CWS rcmerge (1.37.54); FILE MERGED 2003/06/12 10:56:59 gh 1.37.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd4e80cd7ac76a4d57fbc2bff73ef46eaab1d76e]

        INTEGRATION: CWS rcmerge (1.43.14); FILE MERGED 2003/06/12 10:56:57 gh 1.43.14.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e92a51daa273c4aaed6812c7bb4cfee209cc0bee]

        INTEGRATION: CWS rcmerge (1.12.54); FILE MERGED 2003/06/12 10:56:57 gh 1.12.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [253882735991f78f4fc185ea30ac29d443959506]

        INTEGRATION: CWS rcmerge (1.9.54); FILE MERGED 2003/06/12 10:56:57 gh 1.9.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa110a7ac4d106628330d3cf65d1e2fa58c6cf35]

        INTEGRATION: CWS rcmerge (1.17.54); FILE MERGED 2003/06/12 10:56:56 gh 1.17.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a33d84ea2c66a03049c1f48f8dfeace8d74cf4de]

        INTEGRATION: CWS rcmerge (1.25.54); FILE MERGED 2003/06/12 10:56:52 gh 1.25.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [244b820e9be2b7631af0ecaabd4ef56d326576ac]

        INTEGRATION: CWS rcmerge (1.22.54); FILE MERGED 2003/06/12 10:56:51 gh 1.22.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [591a0f85bd146982606e0715357738ee31e0a45e]

        INTEGRATION: CWS rcmerge (1.14.54); FILE MERGED 2003/06/12 10:56:51 gh 1.14.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdc0b8cc9f46cea34d5210068ede7fa693f521a9]

        INTEGRATION: CWS rcmerge (1.22.54); FILE MERGED 2003/06/12 10:56:50 gh 1.22.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bbd41f34ac4cf91cc85bbe4e2ff805c055a2242]

        INTEGRATION: CWS rcmerge (1.25.54); FILE MERGED 2003/06/12 10:56:49 gh 1.25.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [28937a7ba45a513b2fd4c0f793b86ca013c4dc21]

        INTEGRATION: CWS rcmerge (1.11.54); FILE MERGED 2003/06/12 10:56:49 gh 1.11.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aa4f25ed52cb8c30626a06c2df3f4719ed17afe]

        INTEGRATION: CWS rcmerge (1.26.54); FILE MERGED 2003/06/12 10:56:48 gh 1.26.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f6ffc13dc605b9c68bcbf4cbd71338e25eebc93]

        INTEGRATION: CWS rcmerge (1.24.54); FILE MERGED 2003/06/12 10:56:48 gh 1.24.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2d1c951aae420e01f9df20252a468a4d88861b4]

        INTEGRATION: CWS rcmerge (1.12.54); FILE MERGED 2003/06/12 10:56:46 gh 1.12.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b9e14f65f1ae5223ebcb86e38bed00deef0445c]

        INTEGRATION: CWS rcmerge (1.17.10); FILE MERGED 2003/06/12 10:56:46 gh 1.17.10.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cbdeec72d907afac818df330f170054b3068404]

        INTEGRATION: CWS rcmerge (1.32.54); FILE MERGED 2003/06/12 10:56:45 gh 1.32.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8822b7772bc47dab55657d49890bb8516882e420]

        INTEGRATION: CWS rcmerge (1.13.54); FILE MERGED 2003/06/12 10:56:44 gh 1.13.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bb8b586531d977ffad6d0d49e8360fafbb441a1]

        INTEGRATION: CWS rcmerge (1.26.54); FILE MERGED 2003/06/12 10:56:43 gh 1.26.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c1df75544d08e4b81352f06ac507c6749d37599]

        INTEGRATION: CWS rcmerge (1.17.54); FILE MERGED 2003/06/12 10:56:42 gh 1.17.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd67925b8eb14296ccb27c512658edb832e70a03]

        INTEGRATION: CWS rcmerge (1.28.54); FILE MERGED 2003/06/12 10:56:40 gh 1.28.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [edb562df00e017170bea61fe99f608a943e30f36]

        INTEGRATION: CWS rcmerge (1.11.54); FILE MERGED 2003/06/12 10:56:38 gh 1.11.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ef6d89f4d3095c05594a4eca66b00c46914e6c8]

        INTEGRATION: CWS rcmerge (1.34.54); FILE MERGED 2003/06/12 10:56:37 gh 1.34.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [967905d5adc2820df8bab4e5bf9bd9bc114be06f]

        INTEGRATION: CWS rcmerge (1.65.54); FILE MERGED 2003/06/12 10:56:36 gh 1.65.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b2ddbd6929e85eac3459e651c13e1e1f22d8f1e]

        INTEGRATION: CWS rcmerge (1.14.54); FILE MERGED 2003/06/12 10:56:32 gh 1.14.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f62198b2083c5f4ada6705472b51de1e020182d8]

        INTEGRATION: CWS rcmerge (1.26.54); FILE MERGED 2003/06/12 10:56:31 gh 1.26.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2050e9884de91e05bbda12aae2a8845b4686d265]

        INTEGRATION: CWS rcmerge (1.27.54); FILE MERGED 2003/06/12 10:56:30 gh 1.27.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [694837439cd4cef6acb0802ef3384c8315cd9a6a]

        INTEGRATION: CWS rcmerge (1.50.54); FILE MERGED 2003/06/12 10:56:29 gh 1.50.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc58b3c14777e53d7ef92cabea6166f1c539c030]

        INTEGRATION: CWS rcmerge (1.31.54); FILE MERGED 2003/06/12 10:56:29 gh 1.31.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c5fcf19b78c5e92bcb1d51b18df1380f47c8f86]

        INTEGRATION: CWS rcmerge (1.45.54); FILE MERGED 2003/06/12 10:56:28 gh 1.45.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6f8fc2d8f992fb35523bc6a70bfd2a1814659a4]

        INTEGRATION: CWS rcmerge (1.43.54); FILE MERGED 2003/06/12 10:56:27 gh 1.43.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b65927d5d94e1aeb41d37ace89a3c34191dd0259]

        INTEGRATION: CWS rcmerge (1.3.54); FILE MERGED 2003/06/12 10:56:27 gh 1.3.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [846fd2715a9b1622314bfd3acefa62186e0152e1]

        INTEGRATION: CWS rcmerge (1.18.54); FILE MERGED 2003/06/12 10:56:23 gh 1.18.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f899bd0c7f66f3f8cd482fe9589874e242ef79c4]

        INTEGRATION: CWS rcmerge (1.16.54); FILE MERGED 2003/06/12 10:56:23 gh 1.16.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eebb9949e00b389d9df75bcee0deb08aae70d49]

        INTEGRATION: CWS rcmerge (1.19.54); FILE MERGED 2003/06/12 10:56:23 gh 1.19.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [77218a5cf77cf1083d002823a498ed1500b5d562]

        INTEGRATION: CWS rcmerge (1.40.54); FILE MERGED 2003/06/12 10:56:22 gh 1.40.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [60a646561ceff8d2dc7bbdfcc143d29533e0ad55]

        INTEGRATION: CWS rcmerge (1.17.54); FILE MERGED 2003/06/12 10:56:22 gh 1.17.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [162a5ff3a441c96aca1b6069daf60d32ecc17b22]

        INTEGRATION: CWS rcmerge (1.19.54); FILE MERGED 2003/06/12 10:56:21 gh 1.19.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe76b20d6f3f77c567bb7407962abcc812c71544]

        INTEGRATION: CWS rcmerge (1.13.54); FILE MERGED 2003/06/12 10:56:21 gh 1.13.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [56e99c641fc0039a495620805d77fa62a2f23683]

        INTEGRATION: CWS rcmerge (1.17.54); FILE MERGED 2003/06/12 10:56:20 gh 1.17.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a027a34dee82dc1e46f6bf143a8f61c2a80881c]

        INTEGRATION: CWS rcmerge (1.18.54); FILE MERGED 2003/06/12 10:56:20 gh 1.18.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c9c5aed1df1c8cf1245c9aded5893d8714d8eb4]

        INTEGRATION: CWS rcmerge (1.24.54); FILE MERGED 2003/06/12 10:56:20 gh 1.24.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3d95afca912603abdcceea94f71b219d7a164f3]

        INTEGRATION: CWS rcmerge (1.25.54); FILE MERGED 2003/06/12 10:56:19 gh 1.25.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f48a7c8b4c9c729f832c318788e7c22e53560c0a]

        INTEGRATION: CWS rcmerge (1.32.54); FILE MERGED 2003/06/12 10:56:16 gh 1.32.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5be606fff7b36c849c3aa6ee6f1e601c5f48b9f7]

        INTEGRATION: CWS rcmerge (1.27.54); FILE MERGED 2003/06/12 10:56:15 gh 1.27.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ab13bcdcbe242795896a3b64e04d211b21d16e1]

        INTEGRATION: CWS rcmerge (1.20.54); FILE MERGED 2003/06/12 10:56:14 gh 1.20.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d857575433385e91e2336c3f5a84562ccbe778c5]

        INTEGRATION: CWS rcmerge (1.49.54); FILE MERGED 2003/06/12 10:56:14 gh 1.49.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8350f0705b72c33956b3d2e1e34e3805f59c35b4]

        INTEGRATION: CWS rcmerge (1.25.54); FILE MERGED 2003/06/12 10:56:13 gh 1.25.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [af418abff1d072fb1f972b779cc3ea79d847d8f7]

        INTEGRATION: CWS rcmerge (1.29.54); FILE MERGED 2003/06/12 10:56:12 gh 1.29.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b5f04e22c3239d882b739be43db95c692138a7d]

        INTEGRATION: CWS rcmerge (1.20.54); FILE MERGED 2003/06/12 10:56:12 gh 1.20.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [918a60379bbd355b55c102e0fa9c4d3396f68432]

        INTEGRATION: CWS rcmerge (1.26.54); FILE MERGED 2003/06/12 10:56:12 gh 1.26.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a144a4c139d01f1080280f97ca51da7210634499]

        INTEGRATION: CWS rcmerge (1.32.54); FILE MERGED 2003/06/12 10:56:11 gh 1.32.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c271b0eaefa09d637688df656cc4f71f34cc1fa5]

        INTEGRATION: CWS rcmerge (1.16.54); FILE MERGED 2003/06/12 10:56:10 gh 1.16.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [40bfa4bcd9543ecdf344d0a01c47aa6f1c1038be]

        INTEGRATION: CWS rcmerge (1.19.54); FILE MERGED 2003/06/12 10:56:09 gh 1.19.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [72ae007e927191fc39cac27287eb095d8be8466b]

        INTEGRATION: CWS rcmerge (1.35.54); FILE MERGED 2003/06/12 10:56:08 gh 1.35.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdb3d3240367b4844f2166e96c1cafc26fe8169e]

        INTEGRATION: CWS rcmerge (1.40.54); FILE MERGED 2003/06/12 10:56:06 gh 1.40.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a85c38aa6c74e2bff2109d55da8d1f89a6e0090]

        INTEGRATION: CWS rcmerge (1.25.54); FILE MERGED 2003/06/12 10:56:06 gh 1.25.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd1fae3c67bd176f91f6b41a3d7450802d3df8b5]

        INTEGRATION: CWS rcmerge (1.20.54); FILE MERGED 2003/06/12 10:56:05 gh 1.20.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [abb30b43536d7e6460f5c8b5065bc1e5d263c49d]

        INTEGRATION: CWS rcmerge (1.18.54); FILE MERGED 2003/06/12 10:56:05 gh 1.18.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f71a04374fcc871831d43900d34ebf53cb2ab597]

        INTEGRATION: CWS rcmerge (1.21.54); FILE MERGED 2003/06/12 10:56:04 gh 1.21.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7db05d57841022159d26aad32b000f7ed50cd7bd]

        INTEGRATION: CWS rcmerge (1.17.54); FILE MERGED 2003/06/12 10:56:03 gh 1.17.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f01a6329333ba07a085acb19380be21811dd754]

        INTEGRATION: CWS rcmerge (1.38.54); FILE MERGED 2003/06/12 10:56:02 gh 1.38.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5227ec74d65f5fb7fd494aaf5850e216a9b1afcd]

        INTEGRATION: CWS rcmerge (1.44.54); FILE MERGED 2003/06/12 10:56:00 gh 1.44.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [804022a3de21d89710e773b59d00ac16fbb1a109]

        INTEGRATION: CWS rcmerge (1.60.44); FILE MERGED 2003/06/12 10:55:59 gh 1.60.44.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd95ff156da8f834824b873d3b2a2ae2ba2e3222]

        INTEGRATION: CWS rcmerge (1.89.54); FILE MERGED 2003/06/12 10:55:58 gh 1.89.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa38ccd1fe5202f9b96847f0ec04d4047c1d25f5]

        INTEGRATION: CWS rcmerge (1.16.54); FILE MERGED 2003/06/12 10:55:56 gh 1.16.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d9100204bc5ee643d471ded90ef8420636566d4]

        INTEGRATION: CWS rcmerge (1.26.54); FILE MERGED 2003/06/12 10:55:56 gh 1.26.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a756bbb6e1afbf9230baa5730ff4b06b5ff6fd31]

        INTEGRATION: CWS rcmerge (1.32.54); FILE MERGED 2003/06/12 10:55:55 gh 1.32.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [adc30a65b8e87a51812666c358478fd1375e5af4]

        INTEGRATION: CWS rcmerge (1.31.54); FILE MERGED 2003/06/12 10:55:55 gh 1.31.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [438c3b277420b83a79be9ee8aefb9e8f866f7903]

        INTEGRATION: CWS rcmerge (1.18.54); FILE MERGED 2003/06/12 10:55:54 gh 1.18.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [db01a8dde889b377bfba765aed1d363622325b9a]

        INTEGRATION: CWS rcmerge (1.43.54); FILE MERGED 2003/06/12 10:55:54 gh 1.43.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cfff1a2b06e31f84fb4dae4cc54e7bec00b39a9]

        INTEGRATION: CWS rcmerge (1.35.54); FILE MERGED 2003/06/12 10:55:53 gh 1.35.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cbf5fcc739bf01e780ff7e735df90d11c0a1a23]

        INTEGRATION: CWS rcmerge (1.29.54); FILE MERGED 2003/06/12 10:55:51 gh 1.29.54.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [99c570076d737bc4ee068a1f1ab2e1ef42a75686]

        INTEGRATION: CWS rcmerge (1.39.6); FILE MERGED 2003/06/12 10:55:49 gh 1.39.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [57496367faefc0ea4761230fd11d2c0e7494a1b6]

        INTEGRATION: CWS rcmerge (1.88.10); FILE MERGED 2003/06/13 10:21:53 gh 1.88.10.2: final Merge RC 2003/06/12 10:55:48 gh 1.88.10.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [92eae6309e1e799e2803b3b5f24e6d495e892eca]

        INTEGRATION: CWS rcmerge (1.106.14); FILE MERGED 2003/06/12 10:55:44 gh 1.106.14.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5241a67a5d06c0297a4de36b5ff9f79cb9430ac]

        INTEGRATION: CWS rcmerge (1.5.34); FILE MERGED 2003/06/11 09:57:38 nf 1.5.34.1: #i13369# removed warnings

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5f5378466c24c8ca78dce1d06f1276a0921fc74]

        INTEGRATION: CWS rcmerge (1.2.6); FILE MERGED 2003/06/11 09:57:38 nf 1.2.6.1: #i13369# removed warnings

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fc1bc6439283aa00d81c1230474bbb78d563b07]

        INTEGRATION: CWS rcmerge (1.32.6); FILE MERGED 2003/06/11 09:57:38 nf 1.32.6.1: #i13369# removed warnings

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [66fe60bd276ee99721ad1756c12bfea356d7f57b]

        INTEGRATION: CWS rcmerge (1.25.6); FILE MERGED 2003/06/11 09:57:37 nf 1.25.6.1: #i13369# removed warnings

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [250de20b24b2f63a40124797ad4c3489f3e56105]

        INTEGRATION: CWS rcmerge (1.3.10); FILE MERGED 2003/06/12 11:03:24 gh 1.3.10.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [53c139f042472bb92978deeaa7e5a4aac931420c]

        INTEGRATION: CWS rcmerge (1.3.10); FILE MERGED 2003/06/12 11:03:23 gh 1.3.10.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa89f533e7679aa70ca3c1e0626950e491df7868]

        INTEGRATION: CWS rcmerge (1.25.16); FILE MERGED 2003/06/12 11:08:06 gh 1.25.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7410cc7c86739ac594e240a930e64b28254ec828]

        INTEGRATION: CWS rcmerge (1.41.16); FILE MERGED 2003/06/12 11:08:02 gh 1.41.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d852603a7ac8efa8926eadddcbe30440a860d895]

        INTEGRATION: CWS rcmerge (1.20.16); FILE MERGED 2003/06/12 11:08:02 gh 1.20.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1ba12c62eabcb9796412c4f9b2988ddbd72b2d4]

        INTEGRATION: CWS rcmerge (1.21.16); FILE MERGED 2003/06/12 11:08:01 gh 1.21.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b001506a03886a204adece85141f07da6917c3e9]

        INTEGRATION: CWS rcmerge (1.48.16); FILE MERGED 2003/06/12 11:08:00 gh 1.48.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e9be4a8be0e3cc728ec2df134d77ae1fe08f3d5]

        INTEGRATION: CWS rcmerge (1.49.16); FILE MERGED 2003/06/12 11:07:59 gh 1.49.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e024fa45305b7315fd9c2c33ff64632d04562f4]

        INTEGRATION: CWS rcmerge (1.18.16); FILE MERGED 2003/06/12 11:07:58 gh 1.18.16.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e3b07d93f0e846413e1ee2db836485b1153868a]

        INTEGRATION: CWS rcmerge (1.89.6); FILE MERGED 2003/06/12 11:07:56 gh 1.89.6.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c526de3d298f7b43c20768e89c692700d9657d3]

        INTEGRATION: CWS rcmerge (1.33.8); FILE MERGED 2003/06/12 10:59:37 gh 1.33.8.1: final Merge RC

2003-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4e98241d2af5d5d10ccad93c24d311fa5f3458b]

        INTEGRATION: CWS rcmerge (1.46.8); FILE MERGED 2003/06/12 10:59:36 gh 1.46.8.1: final Merge RC

2003-06-13  Vladimir Glazounov  <vg@openoffice.org>  [1bed5fe887673958c1ca3c50ec205f29f5345fb2]

        #100000# added file to exceptions section

2003-06-13  Duncan Foster  <dfoster@openoffice.org>  [b4ba3f773bf464e1a43b7b83568a959649e6c0c2]

        #i15583# label needs to be enabled/disabled with browse button Provided common name for label. Added code to enable/disable

2003-06-13  Vladimir Glazounov  <vg@openoffice.org>  [9b101e5b9590ebae029db30350ee5040dff4dee5]

        new version for SRX645

2003-06-13  Rüdiger Timm  <rt@openoffice.org>  [86d0afd8c9168dee5cfa27fd449b573eb0f228f7]

        #100000# Rewind last change by georgez, which under certain circumstances prevents compiling of needed objects (example: viewer/source/main/main.cxx gets not compiled).

2003-06-13  Vladimir Glazounov  <vg@openoffice.org>  [0c92d9e594043918db0bc8e866bbeb15b70cb230]

        new version for SRX645

2003-06-13  Rüdiger Timm  <rt@openoffice.org>  [0087d9e4411978381fe084c34a78c183a380977c]

        #100000# Don't touch zip files if called with -check.

2003-06-13  Rüdiger Timm  <rt@openoffice.org>  [0636000a126def0e9bfdf62a167f5b74974a3ad1]

        #100000#

2003-06-13  Rüdiger Timm  <rt@openoffice.org>  [de14c58d37f7e81bc0d078e42f203fadbd3d8b2d]

        #100000# Rewinded last change, which concflicted with those before (wrongly resolved merge conflict?)

2003-06-13  Martin Hollmichel  <mh@openoffice.org>  [ee540e53ad820379841c30d5c0674de4c8be20d2]

        add: fix for Solaris, #i15539#

2003-06-13  Martin Hollmichel  <mh@openoffice.org>  [73d8094fb06ec8bf01c6510f8a931314172001f3]

        add: dependencies, #i15539#

2003-06-12  Oliver Bolte  <obo@openoffice.org>  [ec9616f06c028db74c94db5b115a67ae527ac7d3]

        .NET port

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [9e959d3fd7f6034e964bbd60162fcfeb27b39de3]

        #100000# wntmsci8 needs a restriction

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [ba3ad267933d598c4d701e76131136cda5e40b82]

        SRX645

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [0b17a33410279a3b1c5fa3b0d2c440e18ad5842b]

        #100000# We always at least need a dependency to solenv.

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [466a4f5ff7b5cbe6e122fddcc7989d3f2f10633b]

        INTEGRATION: CWS mh11rc (1.65.6); FILE MERGED 2003/06/06 09:00:36 mh 1.65.6.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d6f98186bc591fd7b5225f2451d7d2c862b0ba88]

        INTEGRATION: CWS mh11rc (1.33.12); FILE MERGED 2003/06/06 09:04:28 mh 1.33.12.1: join: from beta2

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [cfb6507ad889ba9c140285eae8332475521511b8]

        INTEGRATION: CWS cui01 (1.21.86); FILE MERGED 2003/06/03 12:13:19 dr 1.21.86.1: #109989# enable writing direction box in writer/web

2003-06-12  Tomas O'Connor  <toconnor@openoffice.org>  [ef35f4fc44353555c60cb923416ec09ac85807b2]

        IssueZilla 12001 - Contents folder should not have a new from template menu, just an Add New Script menu item Consolidated new script creation code in ParcelContentsFolder and improved use of ParcelDescriptor

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [439dd1d6db035d66205ef8f2459b091f0d071333]

        INTEGRATION: CWS mh11rc (1.49.26); FILE MERGED 2003/06/06 11:08:49 mh 1.49.26.1: join: from cws_srx644_ooo11beta2

2003-06-12  Tomas O'Connor  <toconnor@openoffice.org>  [6b973771a118074dfd1e892467df489389274edf]

        Ensure that IO streams are closed before returning, cleanup unneeded code

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [441a662e10089d14d5bd576639e733c19ded93f2]

        INTEGRATION: CWS mh11rc (1.5.132); FILE MERGED 2003/06/06 11:08:48 mh 1.5.132.1: join: from cws_srx644_ooo11beta2

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [17d39aff0bbd436748f0a0e853327bad8f90d6b1]

        INTEGRATION: CWS crashrepooo01 (1.4.2); FILE MERGED 2003/06/11 20:31:41 hro 1.4.2.3: RESYNC: (1.4-1.5); FILE MERGED 2003/06/10 13:47:52 hro 1.4.2.2: #110104# gnome accessibility now is determined by crash reporter itself 2003/06/02 13:36:26 hro 1.4.2.1: #109991# Use exec to redirect shell output

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [44bd0b46e9fd92df411f1da6d0e29723873b6a5c]

        INTEGRATION: CWS mh11rc (1.18.24); FILE MERGED 2003/06/06 09:44:29 mh 1.18.24.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [efecdbbe8fcf97ede98cf7b9ad5f6e522ba0a775]

        INTEGRATION: CWS mh11rc (1.11.86); FILE MERGED 2003/06/06 09:44:29 mh 1.11.86.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [c395549de89bf5dab4107d48963ad89a10640cc7]

        INTEGRATION: CWS mh11rc (1.3.12); FILE MERGED 2003/06/06 12:42:59 mh 1.3.12.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [c99ccbf16f3031e6ef91d0d562f21c7c3a07c2cd]

        INTEGRATION: CWS mh11rc (1.3.12); FILE MERGED 2003/06/10 06:05:20 mh 1.3.12.2: chg: Syntax, #i10000# 2003/06/06 12:42:59 mh 1.3.12.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [eeb85c6aca5a4c3a2a9bbb7fdf913970867fea73]

        INTEGRATION: CWS mh11rc (1.2.36); FILE MERGED 2003/06/06 12:42:58 mh 1.2.36.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d60ece715bfd95870f6ec4dbd4eb2eb1d6538b62]

        INTEGRATION: CWS mh11rc (1.3.48); FILE MERGED 2003/06/06 11:07:02 mh 1.3.48.2: join: from cws_srx644_ooo11beta2 2003/06/06 08:15:33 mh 1.3.48.1: join: from beta2

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [2c4266d6f6c602ac8525c8678fbe94569aaf7ad9]

        INTEGRATION: CWS crashrepooo01 (1.32.8); FILE MERGED 2003/06/11 12:17:42 hro 1.32.8.1: #i15200# Inroduced --enable-static-gtk to set gtk linkage

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [165a140b79759c29faab463c72405364133fffeb]

        INTEGRATION: CWS mh11rc (1.12.22); FILE MERGED 2003/06/06 08:15:32 mh 1.12.22.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [adbe23ea01f391a95b095e30d3cb9a4b94a9f2b7]

        INTEGRATION: CWS mh11rc (1.2.10); FILE MERGED 2003/06/05 15:41:18 mh 1.2.10.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [21f311f7cb78e6135e363817cf04885686df7a19]

        INTEGRATION: CWS mh11rc (1.8.10); FILE MERGED 2003/06/06 09:53:50 mh 1.8.10.1: join: from beta2

2003-06-12  Duncan Foster  <dfoster@openoffice.org>  [66180d038204986a80cd7e4213842754ed776d8f]

        #i15516# Selecting language Java with location filesystem cases basic error Soln: No filesys scripts if language is Java so simply exit update subroutine

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [85e05d2159301eeecbcebf0cd11fe0b1c9e0eb90]

        INTEGRATION: CWS mh11rc (1.17.12); FILE MERGED 2003/06/06 10:57:29 mh 1.17.12.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [abddba800f70a07a0e2e04838583501270580ad6]

        INTEGRATION: CWS mh11rc (1.58.2); FILE MERGED 2003/06/06 08:16:55 mh 1.58.2.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [af627f09c21a49ce031655e3c2e119d46bd83dc5]

        INTEGRATION: CWS mh11rc (1.4.50); FILE MERGED 2003/06/06 08:16:55 mh 1.4.50.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [35acb1d15fdd28a98ca187425431ae73b3345e99]

        INTEGRATION: CWS mh11rc (1.19.50); FILE MERGED 2003/06/06 08:16:54 mh 1.19.50.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [1bf3fefd35990d0f7f9b35205b5d9f966624e53c]

        INTEGRATION: CWS mh11rc (1.4.36); FILE MERGED 2003/06/06 10:08:53 mh 1.4.36.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [ce62957bc2566723fe9f73252a9fc6d7ecb063dc]

        INTEGRATION: CWS mh11rc (1.33.4); FILE MERGED 2003/06/06 12:22:39 mh 1.33.4.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [170d6a92b0fd4eaa3b6c51485481062c4d2d533c]

        INTEGRATION: CWS mh11rc (1.15.6); FILE MERGED 2003/06/06 12:22:38 mh 1.15.6.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [f6bd810fbf0c319483d8beeeb7d84bae802f524f]

        INTEGRATION: CWS mh11rc (1.2.32); FILE MERGED 2003/06/06 11:08:00 mh 1.2.32.1: join: from cws_srx644_ooo11beta2

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [210b962dcdaba3df8b43cd6fb3051c0483acb6ee]

        INTEGRATION: CWS crashrepooo01 (1.6.8); FILE MERGED 2003/06/11 12:17:44 hro 1.6.8.1: #i15200# Inroduced --enable-static-gtk to set gtk linkage

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [43b055e4eeda30418712e5f2b7db9ad099625fcf]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:27 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [a83834272487d8bbdc48c5600dc8c8c9c2ae3045]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:26 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [5225d93b9779abb3a0b309483ce3a4e45e12679b]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:25 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [55183598317f310cd50077be4ed36208be3f1751]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:24 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [4c29e94efa354116b7e5512036424bb540144985]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:23 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [6954ae473ce7e5307096b27a91d318d378418c45]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:22 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [3c3b16657c835f2a9ea4b624d0aa64dfa92d5246]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:21 mh 1.3.8.1: join: from beta2

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [471ff7778c2f85ff64495327f0c62c5b8f4cf65f]

        INTEGRATION: CWS crashrepooo01 (1.51.8); FILE MERGED 2003/06/11 12:17:43 hro 1.51.8.1: #i15200# Inroduced --enable-static-gtk to set gtk linkage

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [4d537112ac07f266207dde42152f1887535226ad]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:20 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e975776e318125917dcd740dbe70fd8f2aa642bf]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:19 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [aea812a78af48cfb954072d90b180a20aaffe396]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:18 mh 1.3.8.1: join: from beta2

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [d38365e4be69296cc96230c89d4d26360674e962]

        INTEGRATION: CWS crashrepooo01 (1.12.4); FILE MERGED 2003/06/06 09:22:09 hro 1.12.4.2: #i14119# Output stacktrace to stderr if signal occured that causes abort 2003/06/02 10:38:14 hro 1.12.4.1: #i15198# Enabled stacktrace and crashdump support for Solaris X86

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [6c6b064ca233716e5afec1b579dd1ef8ff679ecf]

        INTEGRATION: CWS crashrepooo01 (1.21.4); FILE MERGED 2003/06/02 10:38:14 hro 1.21.4.1: #i15198# Enabled stacktrace and crashdump support for Solaris X86

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [623e63f7204f4f51075f1859402f7b8d0f75c5b9]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:17 mh 1.3.8.1: join: from beta2

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [2f8cc6bab6de9c5fdb62c5c683dcd38844cfdab1]

        INTEGRATION: CWS crashrepooo01 (1.2.4); FILE MERGED 2003/06/06 09:21:39 hro 1.2.4.2: #i14119# Implemented backtrace_symbols_fd for Solaris 2003/06/02 10:38:13 hro 1.2.4.1: #i15198# Enabled stacktrace and crashdump support for Solaris X86

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [f6c1735e59fb34d0601723bb383522830fb21cdc]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:16 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [b0517a1fd33aa2cda92e36fc615e0ca4e29151d2]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:15 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [2581c51469278fe5a36e87123ad22e5d4f808011]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:14 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e4633ded5054567ff365ecf0302d9f60ad812226]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:13 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [692017acb804fec5698583c1a1041be60e3e5b3e]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:12 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [3f1c37da9f9b00d0291630bf5278e80c9b5c96d5]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:11 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [7a0b2b1bb919e4e793233ac47d4aa84f1435c726]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:10 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e8cf2a41f1d1ebe74623ff6a6abc1c5e6e4b7d36]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:09 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [a724815e663874cbfc414518795e7ecaa412ac2e]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:08 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e0a359f8d2b4442c53dfae3288f4533d7423233c]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:07 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [0ab040b303bb2c684b7de3f16044e71386f5635e]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:06 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [5007124d480ea97210afdf6cc3e825e741e2f968]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:05 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [02e3e8ec098bf61b63bdf667c9c25ef2e51cedb9]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:04 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e877a2a572cfbefea2f07e39f399b3cb9c4826e0]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:03 mh 1.3.8.1: join: from beta2

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [a89300ec0df9dbf2892f0baefff9cc86ee19847c]

        INTEGRATION: CWS crashrepooo01 (1.4.2); FILE MERGED 2003/06/02 10:16:53 hro 1.4.2.1: #110013# Removed obsolete assertion

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e622ba27dbb78d64cf9adc1b1e8a77fe4e40d857]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:02 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [20c7087eb84143d098acb0b3ba70b09b742c2ae9]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:01 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e990a1a9c88270754701d87ea5d8c9fcbce7b73a]

        INTEGRATION: CWS mh11rc (1.3.24); FILE MERGED 2003/06/06 08:19:42 mh 1.3.24.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [858d35b5fb1bf5953556b924a5c8e7a078458030]

        INTEGRATION: CWS mh11rc (1.7.14); FILE MERGED 2003/06/06 08:19:41 mh 1.7.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [591e2fc5590476c4d1402e6b4c90802a990cbaf0]

        INTEGRATION: CWS mh11rc (1.9.4); FILE MERGED 2003/06/06 08:19:41 mh 1.9.4.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [a0290d52c155192158eb91501f04e59ced240dc2]

        INTEGRATION: CWS mh11rc (1.7.14); FILE MERGED 2003/06/06 08:19:40 mh 1.7.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [f2ee4275e3d4c57c0ce6e82404e0642b09deff9c]

        INTEGRATION: CWS mh11rc (1.1.4); FILE ADDED 2003/06/06 08:19:37 mh 1.1.4.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [c7da35418153fbfcabff5fc63c2f81bef602e663]

        INTEGRATION: CWS mh11rc (1.19.14); FILE MERGED 2003/06/06 08:19:36 mh 1.19.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [6aeb0c9babe05cc1159c5de2bc9b27228abdc9eb]

        INTEGRATION: CWS mh11rc (1.3.12); FILE MERGED 2003/06/06 08:19:35 mh 1.3.12.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [225afd7aec249b77e99bd504470c52a0dded4842]

        INTEGRATION: CWS mh11rc (1.9.14); FILE MERGED 2003/06/06 08:19:35 mh 1.9.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d2c2080b053b93b212d788298ffaa029c6ef337d]

        INTEGRATION: CWS mh11rc (1.20.14); FILE MERGED 2003/06/06 08:19:33 mh 1.20.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [5898c410daed8383f4cb05ecec5f8ce2669bd8d8]

        INTEGRATION: CWS mh11rc (1.14.18); FILE MERGED 2003/06/06 08:19:31 mh 1.14.18.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [1ab24886711f754fa308c6d8ea75fc6a9a0c7081]

        INTEGRATION: CWS mh11rc (1.5.18); FILE MERGED 2003/06/06 08:19:28 mh 1.5.18.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [be6910d62d9730cc93a882889f480fc6dafd45b3]

        INTEGRATION: CWS mh11rc (1.7.14); FILE MERGED 2003/06/06 08:19:27 mh 1.7.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d19719448932a8fb021e51dfbd50fe1a0ea4b466]

        INTEGRATION: CWS mh11rc (1.1.4); FILE ADDED 2003/06/06 09:01:10 mh 1.1.4.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [8aa22dbc9be880df269a75a200cc1cef832aca12]

        INTEGRATION: CWS mh11rc (1.32.14); FILE MERGED 2003/06/06 09:33:13 mh 1.32.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [66c1a4b023914c28be7faf5ed5f6196ea3e61780]

        INTEGRATION: CWS mh11rc (1.111.12); FILE MERGED 2003/06/06 09:33:11 mh 1.111.12.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [0a9b976c69734f3c8e8e7f1f13d8924179bfb2ae]

        INTEGRATION: CWS mh11rc (1.5.26); FILE MERGED 2003/06/05 15:49:50 mh 1.5.26.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [8d035684a953c642f6af4e047716569f42ade022]

        INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/05 15:49:48 mh 1.3.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d9820883de70ea565e8e9aac3489fa20b1f08b83]

        INTEGRATION: CWS mh11rc (1.2.72); FILE MERGED 2003/06/06 13:06:44 mh 1.2.72.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [86127a42eb3454d496bfed4f0a7f579c32a7fee7]

        INTEGRATION: CWS mh11rc (1.2.44); FILE MERGED 2003/06/06 13:06:44 mh 1.2.44.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [77ac7a9f817ef7f7365060d064cbef86d133c5f3]

        INTEGRATION: CWS mh11rc (1.3.48); FILE MERGED 2003/06/06 13:06:43 mh 1.3.48.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [21002b8b0ab3f50104f56381342a95535e707397]

        INTEGRATION: CWS mh11rc (1.3.20); FILE MERGED 2003/06/05 15:45:16 mh 1.3.20.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [6ce5482d52be2994cd31173393b5a73f2f0f48f6]

        INTEGRATION: CWS mh11rc (1.13.20); FILE MERGED 2003/06/05 15:45:16 mh 1.13.20.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [f0778eacf53b522859b3637ad6f4d4333f3d628b]

        INTEGRATION: CWS mh11rc (1.10.6); FILE MERGED 2003/06/10 08:32:27 mh 1.10.6.2: one more update from ooo11beta2 2003/06/06 08:55:36 mh 1.10.6.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [4dc6877e29a8a544d4f6db6142148808956e2e3d]

        INTEGRATION: CWS mh11rc (1.2.8); FILE MERGED 2003/06/10 08:32:26 mh 1.2.8.2: one more update from ooo11beta2 2003/06/06 08:55:26 mh 1.2.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [2a42737321fd6f65d4f9e4acab46c14d8ba791eb]

        INTEGRATION: CWS mh11rc (1.8.6); FILE MERGED 2003/06/10 08:32:25 mh 1.8.6.2: one more update from ooo11beta2 2003/06/06 08:55:24 mh 1.8.6.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [9ef75a6cadf9e92328289a9eda143d43300015ef]

        INTEGRATION: CWS mh11rc (1.10.8); FILE MERGED 2003/06/06 08:55:23 mh 1.10.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [7d3186672bf2010bae18756aeec8ab514e4fe370]

        INTEGRATION: CWS mh11rc (1.17.8); FILE MERGED 2003/06/05 08:24:21 dbo 1.17.8.1: #i11781# compiler warnings

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [db3143ed32dc6cbea252672e329819d99ff681ec]

        INTEGRATION: CWS mh11rc (1.5.14); FILE MERGED 2003/06/06 09:24:43 mh 1.5.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [41850a2999cb29c09f1cd49ae915572e92d57ed4]

        INTEGRATION: CWS mh11rc (1.14.54); FILE MERGED 2003/06/05 08:24:21 dbo 1.14.54.1: #i11781# compiler warnings

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [aa277a6c50354445a8733d63764ec2689378c6e1]

        INTEGRATION: CWS mh11rc (1.10.14); FILE MERGED 2003/06/06 09:19:21 mh 1.10.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e5d3bf32c313b9857071febfef7add8bb929d57e]

        INTEGRATION: CWS mh11rc (1.4.60); FILE MERGED 2003/06/06 09:23:23 mh 1.4.60.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [ce7586e0c4a431f2954251f17b5c002a70a8d842]

        INTEGRATION: CWS mh11rc (1.5.142); FILE MERGED 2003/06/06 09:23:20 mh 1.5.142.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [c7c39948d48a03ef0c64a85e6e7d7e0deb3f8536]

        INTEGRATION: CWS mh11rc (1.23.22); FILE MERGED 2003/06/06 10:33:15 mh 1.23.22.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [bbd9467c608912f60956406fb2de67c331c3d777]

        INTEGRATION: CWS mh11rc (1.13.90); FILE MERGED 2003/06/06 10:33:12 mh 1.13.90.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d6b5f7ffe352e688bc41f42a181bec9f8dd98676]

        INTEGRATION: CWS mh11rc (1.34.38); FILE MERGED 2003/06/06 11:35:58 mh 1.34.38.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [37c7ca47a777dcba81933c326cf1eb6d4fdc6481]

        INTEGRATION: CWS mh11rc (1.19.12); FILE MERGED 2003/06/06 11:33:05 mh 1.19.12.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [adcc17a34aa5052807be68cad265b6258f90db97]

        INTEGRATION: CWS mh11rc (1.12.74); FILE MERGED 2003/06/06 11:32:59 mh 1.12.74.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [2caf617c48d621bfcdb4c6e14d3e0744e29f1fe1]

        INTEGRATION: CWS mh11rc (1.44.6); FILE MERGED 2003/06/06 09:00:35 mh 1.44.6.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [25258f1157f8d3d68371e08c423bbe5d1fd15732]

        INTEGRATION: CWS mh11rc (1.41.8); FILE MERGED 2003/06/06 09:00:32 mh 1.41.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [8480a72b52a4d8c42080b69fffb802ea9ed68ab7]

        INTEGRATION: CWS mh11rc (1.8.200); FILE MERGED 2003/06/06 09:00:31 mh 1.8.200.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [396470aa7ff34ddd2e8e8c80861c8a9f114fed15]

        INTEGRATION: CWS mh11rc (1.1.1.1.224); FILE MERGED 2003/06/06 09:00:31 mh 1.1.1.1.224.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [1c2223a36115d91fb3ddc19d035fc2633200db2a]

        INTEGRATION: CWS mh11rc (1.147.6); FILE MERGED 2003/06/06 09:00:28 mh 1.147.6.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [6496c35fe0db0d43e9cac6b2e65b946d6d5fdb02]

        INTEGRATION: CWS mh11rc (1.13.46); FILE MERGED 2003/06/06 09:00:28 mh 1.13.46.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [ac3d0f5d9d68921882c1fdc4e5246d17aa1e77e0]

        INTEGRATION: CWS mh11rc (1.19.62); FILE MERGED 2003/06/06 09:00:27 mh 1.19.62.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [295823c33dc7695fbb1a766b0cd980cdbecd80ab]

        INTEGRATION: CWS mh11rc (1.49.12); FILE MERGED 2003/06/06 10:11:08 mh 1.49.12.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [cdbfe41384f54b8bf3ef7083fc7dcc42ffa00e18]

        INTEGRATION: CWS mh11rc (1.60.22); FILE MERGED 2003/06/06 10:11:07 mh 1.60.22.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [a7dd39d1559b47f0fad89a67a44dd0a30ed25830]

        INTEGRATION: CWS mh11rc (1.16.22); FILE MERGED 2003/06/06 10:11:06 mh 1.16.22.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [500ed03b470c9d58dc8bea40554081eee29fb11c]

        INTEGRATION: CWS mh11rc (1.11.108); FILE MERGED 2003/06/06 10:11:05 mh 1.11.108.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [2eb208e00a1110bff730d45e2ca19792e3fd5f1c]

        INTEGRATION: CWS mh11rc (1.12.54); FILE MERGED 2003/06/06 09:03:04 mh 1.12.54.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [ef75843fa824769261443a75f81e4b1263225bf8]

        INTEGRATION: CWS mh11rc (1.40.46); FILE MERGED 2003/06/06 09:03:04 mh 1.40.46.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d823f6a2e647f704dbeb9eeb4b472e515eb0cfd2]

        INTEGRATION: CWS mh11rc (1.17.160); FILE MERGED 2003/06/06 09:03:03 mh 1.17.160.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d0e7ea5e2385f8b6faef344187f13e0a7087736a]

        INTEGRATION: CWS mh11rc (1.17.46); FILE MERGED 2003/06/06 09:03:02 mh 1.17.46.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d466ef8008f7b5439a6c1f38a7845c1279926aaa]

        INTEGRATION: CWS mh11rc (1.6.158); FILE MERGED 2003/06/06 09:03:02 mh 1.6.158.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [f68541de3665e80d78669fa80fd30c0f711e0860]

        INTEGRATION: CWS mh11rc (1.4.160); FILE MERGED 2003/06/06 09:03:01 mh 1.4.160.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [9e4411bf2f95094ab942ea48e309d7947f6e2571]

        INTEGRATION: CWS mh11rc (1.6.6); FILE MERGED 2003/06/06 08:51:50 mh 1.6.6.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e0dc839a92054610c51c165ba9136bc49f508569]

        INTEGRATION: CWS mh11rc (1.51.6); FILE MERGED 2003/06/06 08:51:49 mh 1.51.6.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [85f9012614c5b7107a8a86a49f5473b41140c841]

        INTEGRATION: CWS mh11rc (1.32.6); FILE MERGED 2003/06/06 08:51:48 mh 1.32.6.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [b5561b403552d1188cc4e39cfe07be47fa770722]

        INTEGRATION: CWS mh11rc (1.8.16); FILE MERGED 2003/06/06 08:51:47 mh 1.8.16.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [faa67a0ff7605e288713a55967ded57931663a2d]

        INTEGRATION: CWS mh11rc (1.39.34); FILE MERGED 2003/06/06 08:53:39 mh 1.39.34.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [a992cfea462a14cc1bf71b3371b2aca621400620]

        INTEGRATION: CWS mh11rc (1.3.26); FILE MERGED 2003/06/06 10:08:13 mh 1.3.26.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [9e455754149ca61d0c16171691e1dcdd83bb0b32]

        INTEGRATION: CWS mh11rc (1.3.82); FILE MERGED 2003/06/06 10:08:12 mh 1.3.82.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [32502e046190aabc06574cd0408b2d2912463648]

        INTEGRATION: CWS mh11rc (1.13.30); FILE MERGED 2003/06/06 10:08:12 mh 1.13.30.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [92904e236c8b467b4587a3386e3b2782060e762c]

        INTEGRATION: CWS mh11rc (1.20.26); FILE MERGED 2003/06/06 10:08:12 mh 1.20.26.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [11e8e0f7f5b0c06c0f87738a183965505c0b9856]

        INTEGRATION: CWS mh11rc (1.6.30); FILE MERGED 2003/06/06 10:08:11 mh 1.6.30.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [4fa369b6a69a655fbf5d5c75f375b317652409cf]

        INTEGRATION: CWS mh11rc (1.3.52); FILE MERGED 2003/06/06 10:56:06 mh 1.3.52.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [6b0952b51c38ee11e458b1802be1bc4ea28b19c6]

        INTEGRATION: CWS mh11rc (1.27.38); FILE MERGED 2003/06/06 10:56:04 mh 1.27.38.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [50791204172cf6c621fe62e22edfa421ff675df6]

        INTEGRATION: CWS mh11rc (1.5.52); FILE MERGED 2003/06/06 10:56:04 mh 1.5.52.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [bfc20eb519c5cf7642314bc5d56f21a400f066e7]

        INTEGRATION: CWS mh11rc (1.42.46); FILE MERGED 2003/06/06 08:54:50 mh 1.42.46.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [3e6e2e2ea6f79bbb1a6303bee574bb82ea2a37d2]

        INTEGRATION: CWS mh11rc (1.23.58); FILE MERGED 2003/06/06 09:58:09 mh 1.23.58.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [838bf2c239ff53ef7a1b065aa106c3dfb4c413f5]

        INTEGRATION: CWS mh11rc (1.9.58); FILE MERGED 2003/06/06 09:58:05 mh 1.9.58.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [cf5b7d50ae6d47a5f91191149e3e3a7ae844e5aa]

        INTEGRATION: CWS mh11rc (1.10.8); FILE MERGED 2003/06/06 09:20:56 mh 1.10.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [42b8ab7cf345e5104406d199343702b45f527140]

        INTEGRATION: CWS mh11rc (1.51.2); FILE MERGED 2003/06/05 14:30:40 mh 1.51.2.2: join: from beta2 2003/06/04 12:15:00 hjs 1.51.2.1: #i14472# insert required compiler switches if ENABLE_CRASHDUMP is set

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e261ca304b4956a99072d27474796fcb9325370b]

        INTEGRATION: CWS mh11rc (1.6.16); FILE MERGED 2003/06/04 12:15:01 hjs 1.6.16.1: #i14472# insert required compiler switches if ENABLE_CRASHDUMP is set

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [b82fefb492d236af598df327debf3d0ae18fc438]

        INTEGRATION: CWS mh11rc (1.3.16); FILE MERGED 2003/06/05 14:30:40 mh 1.3.16.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [a9cdfb54abdfab280f0b778cbc626445983d1280]

        INTEGRATION: CWS mh11rc (1.4.16); FILE MERGED 2003/06/05 14:30:39 mh 1.4.16.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [974f747531904d4c78e29314c17c43327e6170ad]

        INTEGRATION: CWS mh11rc (1.17.16); FILE MERGED 2003/06/05 14:30:39 mh 1.17.16.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [b9142bc68410fa6e893b1b304b6e9ce51ccd2fc3]

        INTEGRATION: CWS mh11rc (1.5.30); FILE MERGED 2003/06/05 14:30:39 mh 1.5.30.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [1f2edabf63c41b14970d481796b2456c1df11958]

        INTEGRATION: CWS mh11rc (1.6.16); FILE MERGED 2003/06/05 14:30:38 mh 1.6.16.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [2e81c9b876b3d44780c1c6f08364164c0dba47c7]

        INTEGRATION: CWS mh11rc (1.20.30); FILE MERGED 2003/06/05 14:30:38 mh 1.20.30.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [34b270e3537cfc41d6666cf4d45c45569bf11278]

        INTEGRATION: CWS mh11rc (1.73.16); FILE MERGED 2003/06/05 14:30:37 mh 1.73.16.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e1bb356f5a065d2404e1581edaa1d2ad64bba787]

        INTEGRATION: CWS mh11rc (1.4.16); FILE MERGED 2003/06/05 14:30:37 mh 1.4.16.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [8893dfdf003126ae8a992302c5f81b2b0b7da557]

        INTEGRATION: CWS mh11rc (1.44.16); FILE MERGED 2003/06/05 14:30:36 mh 1.44.16.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [b6a511cf5b71cf4ff6a1f64854bb068bdb3bdcaa]

        INTEGRATION: CWS mh11rc (1.10.16); FILE MERGED 2003/06/05 14:30:36 mh 1.10.16.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d3481b5cf1037b374a728c6004be02381cc100bf]

        INTEGRATION: CWS mh11rc (1.136.14); FILE MERGED 2003/06/05 14:30:36 mh 1.136.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [05ae597df6d4e46721c86f41515c46f0c25924d5]

        INTEGRATION: CWS mh11rc (1.132.16); FILE MERGED 2003/06/05 14:30:35 mh 1.132.16.2: join: from beta2 2003/06/04 12:15:00 hjs 1.132.16.1: #i14472# insert required compiler switches if ENABLE_CRASHDUMP is set

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [18e666aebcde7d476b06ced234a1969338cb00b0]

        INTEGRATION: CWS mh11rc (1.71.16); FILE MERGED 2003/06/05 14:30:35 mh 1.71.16.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [558a7f6edc5eb552bcff2ccc77cff5a3ab8584b3]

        INTEGRATION: CWS mh11rc (1.11.2); FILE MERGED 2003/06/06 08:14:49 mh 1.11.2.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [0891d40a3cfcca92d0d7c86f95a625f23c822578]

        INTEGRATION: CWS mh11rc (1.3.4); FILE MERGED 2003/06/06 08:14:48 mh 1.3.4.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [a8b538f393e188f175a11b79f91e01020eb6a3f4]

        INTEGRATION: CWS mh11rc (1.2.54); FILE MERGED 2003/06/06 08:17:41 mh 1.2.54.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e213d6a974e362408d963de15edec8153190d0f3]

        INTEGRATION: CWS mh11rc (1.15.26); FILE MERGED 2003/06/06 08:17:40 mh 1.15.26.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [13a85dd0635281346a6427d6869926bcef14122c]

        INTEGRATION: CWS mh11rc (1.6.2); FILE MERGED 2003/06/05 07:47:33 mh 1.6.2.1: join: from beta2, #i13620#

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [7107c59fb2c2a1faf621d7189c55d757ec0e7683]

        INTEGRATION: CWS mh11rc (1.20.10); FILE MERGED 2003/06/05 07:47:33 mh 1.20.10.1: join: from beta2, #i13620#

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [7f214d00c8b5baf2a83c0bee739271dd191f99cb]

        INTEGRATION: CWS mh11rc (1.11.2); FILE MERGED 2003/06/05 14:50:28 mh 1.11.2.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [44c59de8a831c487022af196e026859fd9f864e7]

        INTEGRATION: CWS mh11rc (1.2.14); FILE MERGED 2003/06/06 09:48:38 mh 1.2.14.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e46064a43b58e03ca5cd8f77cd6eea77706fa381]

        INTEGRATION: CWS mh11rc (1.2.152); FILE MERGED 2003/06/06 11:08:47 mh 1.2.152.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [8092fc51bc8ff29750cb5fb7d5cef05129aee666]

        INTEGRATION: CWS mh11rc (1.3.46); FILE MERGED 2003/06/06 11:13:42 mh 1.3.46.1: join: from cws_srx644_ooo11beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [2ee293731baea128bc629157a2e96b16de626a7b]

        INTEGRATION: CWS mh11rc (1.11.32); FILE MERGED 2003/06/06 09:53:13 mh 1.11.32.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [1dc8c7bc0d48de4f5163eb2db9895bebd216f5ce]

        INTEGRATION: CWS mh11rc (1.7.32); FILE MERGED 2003/06/06 09:53:12 mh 1.7.32.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [21300e17be63d22b4ce6941d58b7fa1408e9f9b9]

        INTEGRATION: CWS mh11rc (1.3.32); FILE MERGED 2003/06/06 09:53:12 mh 1.3.32.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [671dc790402f6e73a1c655043ea62872bdbbf78b]

        INTEGRATION: CWS mh11rc (1.4.106); FILE MERGED 2003/06/06 09:53:10 mh 1.4.106.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [ffd577bbcdcb550ad50d87d438171db2fb4f7bdf]

        INTEGRATION: CWS mh11rc (1.19.32); FILE MERGED 2003/06/06 09:53:10 mh 1.19.32.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e08d0ebe3680f8576353fe636befaa90f44254a7]

        INTEGRATION: CWS mh11rc (1.29.42); FILE MERGED 2003/06/06 09:53:09 mh 1.29.42.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [b856168f479c6a9b9aae9718661aa41c87c0b2e1]

        INTEGRATION: CWS mh11rc (1.15.32); FILE MERGED 2003/06/06 09:53:09 mh 1.15.32.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e28016e860654b5838ec89aeabb54a262860352a]

        INTEGRATION: CWS mh11rc (1.19.42); FILE MERGED 2003/06/06 09:53:09 mh 1.19.42.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [d5c3b9928eee332a8aa05389d4948f1594ada3aa]

        INTEGRATION: CWS mh11rc (1.18.24); FILE MERGED 2003/06/06 09:53:07 mh 1.18.24.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [dba9f3d510481de624457aea31d7499aba8ffe21]

        INTEGRATION: CWS mh11rc (1.4.42); FILE MERGED 2003/06/06 09:53:06 mh 1.4.42.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [12f581b13d8f1f288b6c3aed98635086b3a89671]

        INTEGRATION: CWS mh11rc (1.48.28); FILE MERGED 2003/06/06 10:06:45 mh 1.48.28.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [36fd25b8a751989363d90b8baa529894e1bca1c7]

        INTEGRATION: CWS mh11rc (1.5.8); FILE MERGED 2003/06/06 10:06:44 mh 1.5.8.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [48708e2b379b6072db26602bde182ec05b0bdd5e]

        INTEGRATION: CWS mh11rc (1.102.44); FILE MERGED 2003/06/06 10:06:43 mh 1.102.44.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [b7b6a35b719e0b70d4da5317d7b4f21cdb534308]

        INTEGRATION: CWS mh11rc (1.13.54); FILE MERGED 2003/06/06 10:06:41 mh 1.13.54.1: join: from beta2

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [caccf080317ac5b930b495d3ed727e1089ffbf9e]

        INTEGRATION: CWS fwk06 (1.34.2); FILE MERGED 2003/06/11 12:37:51 mba 1.34.2.1: #110172#: change filter names again

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [b8fe5e8b54ff246da0e03a8993ff5aa7fe2d698a]

        INTEGRATION: CWS fwk06 (1.17.36); FILE MERGED 2003/06/11 12:38:55 mba 1.17.36.1: #110172#: change filter names again

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [800822dde418f42e5271f79c1e552aad2601c541]

        INTEGRATION: CWS fwk06 (1.3.44); FILE MERGED 2003/06/10 08:03:31 mba 1.3.44.1: #110118#: typedetection always overrides filename if called without preselection of filter name

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [2fd0c6a9ed06795dc6321ad32427881bfdf60edf]

        INTEGRATION: CWS fwk06 (1.40.50); FILE MERGED 2003/06/10 14:14:52 cd 1.40.50.1: #110168# Use HasStorage() instead of HasName() to determine if a document configuration is available

2003-06-12  Vladimir Glazounov  <vg@openoffice.org>  [f57e735b46ad04c61d063e5f643dbd4f0816ae84]

        INTEGRATION: CWS fwk06 (1.71.8); FILE MERGED 2003/06/10 08:10:50 mba 1.71.8.1: #110110#: SID_OPENDOC needs to use dispatch

2003-06-12  Aidan Butler  <aidan@openoffice.org>  [cfcb2f1b9a2523c8198082673de0a2486b17ba7f]

        DocBook Filter files. Initial commit

2003-06-12  Martin Hollmichel  <mh@openoffice.org>  [6678b1ac71961a328627f63ef6cb3786f0436ea3]

        add: BUILD_SPECIAL, #i14162

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [bef76d67219c456f7c759554c979f60693854fb4]

        INTEGRATION: CWS vcl12 (1.53.62); FILE MERGED 2003/06/06 15:44:38 mt 1.53.62.1: #109894# Bullet Position in RTL para

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [e4f323969317bef9f3646112cad98bdcb5ab98bf]

        INTEGRATION: CWS vcl12 (1.85.68); FILE MERGED 2003/06/06 15:44:05 mt 1.85.68.1: #109879# #109961#

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [7017df89c86efd53a900cdb75e8a3ee0d1cc5e51]

        INTEGRATION: CWS vcl12 (1.14.228); FILE MERGED 2003/06/06 11:01:46 kso 1.14.228.1: #110081# - Introduced 2 new services: css.ui.dialogs.Office[File|Folder]Picker

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [da8e90986fc920bf076f0c764b94ca3165dbd9ee]

        INTEGRATION: CWS vcl12 (1.44.4); FILE MERGED 2003/06/05 10:36:45 pl 1.44.4.1: #i14666# try both mappings for symbol fonts

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [f13b61952166fbd5bbda38906ee74bf1a671af1f]

        INTEGRATION: CWS vcl12 (1.7.10); FILE MERGED 2003/06/04 15:03:53 pl 1.7.10.1: #i15112# do not accept empty path element for font cache

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [cda9301a387d705cdeccb6092205269956849cca]

        INTEGRATION: CWS vcl12 (1.13.44); FILE MERGED 2003/06/06 12:10:58 cp 1.13.44.1: #i15363# using luxi is way better than using mingti for latin ui

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [e1d34c5beb1d3715b37fd2136ce304862f463b94]

        INTEGRATION: CWS vcl12 (1.147.4); FILE MERGED 2003/06/06 14:44:08 pl 1.147.4.2: #i14918# polygon was rotated around wrong point 2003/06/06 11:52:52 pl 1.147.4.1: #110098# DrawTextArray with rotated text was rotten

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [48a50a70a83676aebff6a1640f9c3bf89d63c76f]

        INTEGRATION: CWS vcl12 (1.21.32); FILE MERGED 2003/06/10 13:44:22 mt 1.21.32.1: #i14291# When PopupCanceled, check if there really was a selection before.

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [e3924eb98d6748857869ff4df51ad02a55bd3799]

        INTEGRATION: CWS vcl12 (1.58.2); FILE MERGED 2003/06/10 14:22:23 mt 1.58.2.1: #i14945# Draw sub edits after rest of window

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [54c63c475da5e52cb1d12dc031fe049c24486d44]

        INTEGRATION: CWS vcl12 (1.24.46); FILE MERGED 2003/06/10 14:22:24 mt 1.24.46.1: #i14945# Draw sub edits after rest of window

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [b315cfb80f9137b3182025fbbb4c088bab07f7ae]

        INTEGRATION: CWS uaa04 (1.10.56); FILE MERGED 2003/06/06 05:13:21 obr 1.10.56.1: #i14112# XAccessibleHypertext implementation

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [a3f1a66486e8ddd75f7d75a6a6e62bd0e51d9e29]

        INTEGRATION: CWS uaa04 (1.30.10); FILE MERGED 2003/06/06 05:13:21 obr 1.30.10.1: #i14112# XAccessibleHypertext implementation

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [e8edf1e7c5be05afc51ff6335dd06cb110fbd01c]

        INTEGRATION: CWS uaa04 (1.54.10); FILE MERGED 2003/06/06 05:13:20 obr 1.54.10.1: #i14112# XAccessibleHypertext implementation

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [a4348924f3a8ca13dc8867b16d5d8b7c1d5ae64d]

        INTEGRATION: CWS uaa04 (1.1.2); FILE ADDED 2003/06/06 05:13:20 obr 1.1.2.1: #i14112# XAccessibleHypertext implementation

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [9be0c4e844fa64a4719bded81fc55f0104700f6a]

        INTEGRATION: CWS uaa04 (1.1.2); FILE ADDED 2003/06/06 05:13:19 obr 1.1.2.1: #i14112# XAccessibleHypertext implementation

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [6847a1f102e697cbdd581b2a88539f3fae79c03a]

        INTEGRATION: CWS uaa04 (1.1.2); FILE ADDED 2003/06/06 05:13:18 obr 1.1.2.1: #i14112# XAccessibleHypertext implementation

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [360f0d0d16b92cad81c854b439da5c186614c934]

        INTEGRATION: CWS uaa04 (1.32.52); FILE MERGED 2003/06/06 05:13:17 obr 1.32.52.1: #i14112# XAccessibleHypertext implementation

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [e7fdc64ebf8530465eb8f811a9e4c993731850a3]

        INTEGRATION: CWS uaa04 (1.44.52); FILE MERGED 2003/06/06 05:13:17 obr 1.44.52.1: #i14112# XAccessibleHypertext implementation

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [6c28790408c2f40b4d7dd7b1dca90da1fa15c1d2]

        INTEGRATION: CWS uaa04 (1.5.2); FILE MERGED 2003/05/27 05:52:50 obr 1.5.2.3: fixed build dependency list 2003/05/27 05:46:26 obr 1.5.2.2: fixed nonsens checked in earlier 2003/05/26 15:02:18 obr 1.5.2.1: fixed typo that breaks build -comp

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [fc6ed35238067a3a868e699b210692b779b23a06]

        INTEGRATION: CWS uaa04 (1.2.2); FILE MERGED 2003/06/03 15:18:21 obr 1.2.2.2: switched to JAVANUMVER 2003/05/27 05:54:13 obr 1.2.2.1: added java version check since WindowsAccessBridgeAdapter.h is generated via javah

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [d01b7b910b5b40ef180fc96660b7607acaafd8bf]

        INTEGRATION: CWS uaa04 (1.2.2); FILE MERGED 2003/06/03 15:19:29 obr 1.2.2.1: #109948# catch possible RuntimeExceptions

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [695613119ae98ab2cd5056487a849c63f89544c1]

        INTEGRATION: CWS uaa04 (1.1.2); FILE ADDED 2003/05/28 14:45:50 obr 1.1.2.1: #i14100# changed the private text change protocol with the JABG

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [d38f52c8d0df4b0449191d067afe3b3af054cb81]

        INTEGRATION: CWS uaa04 (1.1.2); FILE ADDED 2003/06/06 07:32:07 obr 1.1.2.3: #i13025# workaround: send a caret event on visible data changes of the focused paragraph 2003/06/04 07:21:31 obr 1.1.2.2: finished transition from tabs to spaces 2003/06/02 12:50:07 obr 1.1.2.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [ad6dfab5cd80ed2c9fc92bb65d04d6d94646aa0c]

        INTEGRATION: CWS uaa04 (1.12.2); FILE MERGED 2003/06/03 15:18:19 obr 1.12.2.4: switched to JAVANUMVER 2003/06/02 12:50:00 obr 1.12.2.3: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows 2003/05/28 14:45:45 obr 1.12.2.2: #i14100# changed the private text change protocol with the JABG 2003/05/27 05:56:41 obr 1.12.2.1: added member to generated Build class and make it depend on makefile.mk

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [d696e7a6294df05cc842898ab3370ce48c80f4c1]

        INTEGRATION: CWS uaa04 (1.5.12); FILE MERGED 2003/06/05 15:16:43 obr 1.5.12.3: #109943# changes needed for WindowsAccessBridgeAdapter.java 2003/06/04 07:21:20 obr 1.5.12.2: finished transition from tabs to spaces 2003/05/26 09:50:40 obr 1.5.12.1: #i14151# UAA NAME_CHANGED events were mapped to JAA AccessibleDescription events. fixed.

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [afb47054e29233553cf33752e90ed9e8d4ff8cad]

        INTEGRATION: CWS uaa04 (1.5.2); FILE MERGED 2003/06/04 07:21:19 obr 1.5.2.3: finished transition from tabs to spaces 2003/06/02 12:49:59 obr 1.5.2.2: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows 2003/05/26 10:26:35 obr 1.5.2.1: #i14403# Now setting an AccessibleParent at transient objects

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [129e21082a5a5a964f7a8a261525524ec8ba7f12]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/02 12:49:59 obr 1.3.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [67bcb0d31c17efa6d936ac82af0f091ba875c0be]

        INTEGRATION: CWS draw17 (1.19.150); FILE MERGED 2003/06/11 11:48:26 af 1.19.150.1: #i15390# Switching off text edit mode when converting a text to metafile or bitmap.

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [6bba2ad488056d52e2d92a1bec84bef0c6ed2945]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/02 12:49:58 obr 1.3.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [fc75e195f5e0ddeb168ece0c65042f3dbd100d27]

        INTEGRATION: CWS draw17 (1.32.16); FILE MERGED 2003/06/11 14:16:20 cl 1.32.16.1: #110193# execute SID_CLOSEWIN on bindings to allow interception

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [e3e2c8eb2d66c1dd53a5edfb861aaebcfa8d2484]

        INTEGRATION: CWS uaa04 (1.4.12); FILE MERGED 2003/06/04 07:21:18 obr 1.4.12.2: finished transition from tabs to spaces 2003/06/02 12:49:58 obr 1.4.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [4ca8a23679488227f93998900258a537fac1ddf5]

        INTEGRATION: CWS uaa04 (1.5.12); FILE MERGED 2003/06/04 07:21:17 obr 1.5.12.3: finished transition from tabs to spaces 2003/06/02 12:49:58 obr 1.5.12.2: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows 2003/05/26 10:26:35 obr 1.5.12.1: #i14403# Now setting an AccessibleParent at transient objects

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [eac0f58f403ab77a0b3c5af111efb56a4b02a5c4]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/02 12:49:57 obr 1.3.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [6ed0102be1756450e6eb0ad2b4619a81b06a9398]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/04 07:21:16 obr 1.3.12.2: finished transition from tabs to spaces 2003/06/02 12:49:57 obr 1.3.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [6e7e8e1409b34533ef7726ab0f3243d8babe98c5]

        INTEGRATION: CWS uaa04 (1.4.12); FILE MERGED 2003/06/02 12:49:57 obr 1.4.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [37c92fbb2198c5b705ee5e87909dfffe29fd4a04]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/06 07:32:06 obr 1.3.12.5: #i13025# workaround: send a caret event on visible data changes of the focused paragraph 2003/06/06 05:17:51 obr 1.3.12.4: #i13954# AccessibleHypertext support for Online help 2003/06/04 07:21:16 obr 1.3.12.3: finished transition from tabs to spaces 2003/06/02 12:49:56 obr 1.3.12.2: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows 2003/05/28 14:45:46 obr 1.3.12.1: #i14100# changed the private text change protocol with the JABG

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [273c306bce80ab9fb026b3b7a694528986a330e7]

        INTEGRATION: CWS draw17 (1.39.36); FILE MERGED 2003/06/11 11:52:11 thb 1.39.36.1: #i14967# Added break statements, where return statements have been removed, thus retaining the original semantics

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [046fbf6f688f14ffd049b884866028aacbacb0ca]

        INTEGRATION: CWS uaa04 (1.2.22); FILE MERGED 2003/06/04 07:21:15 obr 1.2.22.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [38e7b01964abfdb3ef849a57e056f0f8d7e8054a]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/02 12:49:56 obr 1.3.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [140027a8bc07523c4f76424fe3364fb2a6646bda]

        INTEGRATION: CWS uaa04 (1.5.12); FILE MERGED 2003/06/02 12:49:56 obr 1.5.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [7f86910af3073ce1c1cbc965da85de106d190dd6]

        INTEGRATION: CWS uaa04 (1.4.12); FILE MERGED 2003/06/04 07:21:14 obr 1.4.12.3: finished transition from tabs to spaces 2003/06/02 12:49:55 obr 1.4.12.2: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows 2003/05/26 10:26:35 obr 1.4.12.1: #i14403# Now setting an AccessibleParent at transient objects

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [4ed1517d315f9b3f02068a99d593bf915b4deb4d]

        INTEGRATION: CWS draw17 (1.32.8); FILE MERGED 2003/06/11 15:24:19 bc 1.32.8.1: #109842# mimetype for 4.0 impress templates modified

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [05d5f2c875667423db7cb744531916af4139c9ad]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/02 12:49:55 obr 1.3.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [2941fe05831805694dfbf85e314bfd9a8728bef9]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/02 12:49:54 obr 1.3.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [f43c9903d4961bbd96ef0091e7627339b7162559]

        INTEGRATION: CWS uaa04 (1.5.12); FILE MERGED 2003/06/04 07:21:13 obr 1.5.12.2: finished transition from tabs to spaces 2003/05/26 09:50:39 obr 1.5.12.1: #i14151# UAA NAME_CHANGED events were mapped to JAA AccessibleDescription events. fixed.

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [c9b55d8f13bf21881982e6282032bb06581cd13e]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/04 07:21:11 obr 1.3.12.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [dffbb536a852c09f53474fdc0d5225ab90bb7557]

        INTEGRATION: CWS uaa04 (1.5.12); FILE MERGED 2003/06/04 07:21:10 obr 1.5.12.2: finished transition from tabs to spaces 2003/05/26 09:50:39 obr 1.5.12.1: #i14151# UAA NAME_CHANGED events were mapped to JAA AccessibleDescription events. fixed.

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [8a5025216ecd841adb5257c363e39916fc227055]

        INTEGRATION: CWS uaa04 (1.4.2); FILE MERGED 2003/06/02 12:49:54 obr 1.4.2.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [39775bc56d22683babfcaa3287b9d8c7ff7e54db]

        INTEGRATION: CWS uaa04 (1.4.12); FILE MERGED 2003/06/04 08:54:10 obr 1.4.12.4: #i13956# container now support AccessibleText 2003/06/04 07:21:09 obr 1.4.12.3: finished transition from tabs to spaces 2003/06/02 12:49:54 obr 1.4.12.2: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows 2003/05/28 14:45:46 obr 1.4.12.1: #i14100# changed the private text change protocol with the JABG

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [1236d2b7dde36e055a5d501a55e7b9bd9afc636e]

        INTEGRATION: CWS uaa04 (1.6.2); FILE MERGED 2003/06/04 07:21:08 obr 1.6.2.3: finished transition from tabs to spaces 2003/06/02 12:49:53 obr 1.6.2.2: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows 2003/05/28 14:45:47 obr 1.6.2.1: #i14100# changed the private text change protocol with the JABG

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [86bc7a381133636154c422d32c3bd93e29750a50]

        INTEGRATION: CWS uaa04 (1.4.2); FILE MERGED 2003/06/02 12:49:53 obr 1.4.2.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [1835be83930256bb32e3c23205b3cfb7826f31b5]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/04 07:21:07 obr 1.3.12.2: finished transition from tabs to spaces 2003/06/02 12:49:53 obr 1.3.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [a861b6a5af3765a4f8507c7d3c3b7c32497b3b90]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/02 12:49:52 obr 1.3.12.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [4f74af7c9f401a443d0d83ddcec5d34f8ac524d7]

        INTEGRATION: CWS uaa04 (1.1.46); FILE MERGED 2003/06/04 07:21:06 obr 1.1.46.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [bd2e4457787971f0cd0e120f5690e8edc14b314d]

        INTEGRATION: CWS uaa04 (1.2.12); FILE MERGED 2003/06/04 07:21:06 obr 1.2.12.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [6f04fcdafcdfdae29fcccc2bc174914b70773022]

        INTEGRATION: CWS uaa04 (1.10.2); FILE MERGED 2003/06/04 08:54:10 obr 1.10.2.2: #i13956# container now support AccessibleText 2003/05/28 14:45:47 obr 1.10.2.1: #i14100# changed the private text change protocol with the JABG

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [c8f73a90abf00412293575eae5c4ef735f21eda9]

        INTEGRATION: CWS uaa04 (1.4.2); FILE MERGED 2003/06/04 07:21:05 obr 1.4.2.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [5927292a753f7a11b2c1d03fbd340b13ddf5fa52]

        INTEGRATION: CWS uaa04 (1.3.12); FILE MERGED 2003/06/04 07:21:05 obr 1.3.12.2: finished transition from tabs to spaces 2003/05/28 14:45:45 obr 1.3.12.1: #i14100# changed the private text change protocol with the JABG

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [bb9520133e3c3631ce8dae727501d7a9f91b198b]

        INTEGRATION: CWS uaa04 (1.2.12); FILE MERGED 2003/06/04 07:21:04 obr 1.2.12.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [1802c2497690dfc5f3e4f66c7d17ccdfc10d7d08]

        INTEGRATION: CWS uaa04 (1.17.2); FILE MERGED 2003/06/05 15:16:43 obr 1.17.2.3: #109943# changes needed for WindowsAccessBridgeAdapter.java 2003/06/04 07:21:03 obr 1.17.2.2: finished transition from tabs to spaces 2003/06/02 12:49:52 obr 1.17.2.1: #109747# implement getAccessibleContext in a failsafe way, so that it can't kill the dispatch thread of the Java AccessBridge for Windows

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [2fa43f17ef2304f554dff89385585a5f22024144]

        INTEGRATION: CWS uaa04 (1.5.12); FILE MERGED 2003/06/04 07:25:16 obr 1.5.12.2: #i13952# don't map number keys to NUMPAP key codes automatically 2003/06/04 07:21:02 obr 1.5.12.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [210b2255c0370aa6542847e33f07fa4693f38839]

        INTEGRATION: CWS uaa04 (1.2.12); FILE MERGED 2003/06/04 07:21:01 obr 1.2.12.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [0615877363e68a960baa41ae8806339573b47c72]

        INTEGRATION: CWS uaa04 (1.1.2); FILE ADDED 2003/06/06 05:17:51 obr 1.1.2.1: #i13954# AccessibleHypertext support for Online help

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [bff9daf35b947b7396b59d631e53dea1632832b6]

        INTEGRATION: CWS uaa04 (1.1.46); FILE MERGED 2003/06/04 07:21:00 obr 1.1.46.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [38ab7316f1e7a6bf692132193ba74773992969c0]

        INTEGRATION: CWS uaa04 (1.2.12); FILE MERGED 2003/06/04 07:20:59 obr 1.2.12.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [78410223a67f54ecbc1bf8014741b128642477d5]

        INTEGRATION: CWS uaa04 (1.4.12); FILE MERGED 2003/06/04 07:20:58 obr 1.4.12.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [a8a4990b26c2870eabec7181956f74fa6ffbf66b]

        INTEGRATION: CWS uaa04 (1.2.12); FILE MERGED 2003/06/04 07:20:57 obr 1.2.12.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [46d041fa354d8624113730cb0677eb242477d781]

        INTEGRATION: CWS uaa04 (1.4.12); FILE MERGED 2003/06/04 07:20:56 obr 1.4.12.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [ba736589e6f212871b06322ad28d4a7029955a58]

        INTEGRATION: CWS uaa04 (1.3.22); FILE MERGED 2003/06/06 10:38:11 obr 1.3.22.2: #106061# workaround for tooltips not being read by Zoomtext 2003/06/03 15:18:20 obr 1.3.22.1: switched to JAVANUMVER

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [d1d593ac87cdd46f3161f0184108fee4288e406f]

        INTEGRATION: CWS uaa04 (1.4.2); FILE MERGED 2003/06/06 10:38:11 obr 1.4.2.2: #106061# workaround for tooltips not being read by Zoomtext 2003/06/05 15:17:35 obr 1.4.2.1: #109943# fixed Popup registration issues and coordinate problems

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [d0b3bb0f1cdea7263633fa74c2896cc417ee64f2]

        INTEGRATION: CWS uaa04 (1.1.2); FILE ADDED 2003/06/06 10:38:12 obr 1.1.2.1: #106061# workaround for tooltips not being read by Zoomtext

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [f74a2dedf9b155df43e3dff7af0ffb35d7ba92f0]

        INTEGRATION: CWS uaa04 (1.6.12); FILE MERGED 2003/06/06 05:26:35 obr 1.6.12.1: finished transition from tabs to spaces

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [bfef56a02eae61ff689662c0d976799ead4493fb]

        INTEGRATION: CWS uaa04 (1.16.2); FILE MERGED 2003/06/11 08:10:23 obr 1.16.2.2: #109943# look for the correct XAccessible on windowClosed 2003/06/05 15:17:35 obr 1.16.2.1: #109943# fixed Popup registration issues and coordinate problems

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [60e769c7cc61317dfd0eac70359301ccd1d1fd56]

        INTEGRATION: CWS uaa04 (1.3.4); FILE MERGED 2003/06/02 15:51:26 tbe 1.3.4.1: #109460# added XAccessibleText

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [e600dd7c5d497027275435cc6080998fd0df73c2]

        INTEGRATION: CWS uaa04 (1.18.8); FILE MERGED 2003/06/05 15:24:16 obr 1.18.8.1: #109943# changes needed to register popup windows through the extended toolkit correctly

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [ee36b5de5a2b8e70320ad6b357bccb9b180d0de2]

        INTEGRATION: CWS uaa04 (1.171.6); FILE MERGED 2003/06/10 09:40:03 obr 1.171.6.4: RESYNC: (1.171-1.173); FILE MERGED 2003/06/05 15:24:15 obr 1.171.6.3: #109943# changes needed to register popup windows through the extended toolkit correctly 2003/06/05 13:05:43 tbe 1.171.6.2: #i15280# Accessible name for combo boxes and list boxes 2003/06/02 15:58:01 tbe 1.171.6.1: #109460# changed implementation for accessible tab control and tab page

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [854a684a1fec765fbbf26cad7387cc5a80cba2c6]

        INTEGRATION: CWS uaa04 (1.5.32); FILE MERGED 2003/06/02 15:58:01 tbe 1.5.32.1: #109460# changed implementation for accessible tab control and tab page

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [4efcec806a27b2c437ea0307ea62d602d984ac03]

        INTEGRATION: CWS uaa04 (1.95.8); FILE MERGED 2003/06/05 15:24:14 obr 1.95.8.1: #109943# changes needed to register popup windows through the extended toolkit correctly

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [72cd1d9fde40c3003028eeb4ce11a6b08489fe4f]

        INTEGRATION: CWS uaa04 (1.15.172); FILE MERGED 2003/06/02 15:57:18 tbe 1.15.172.2: #109460# changed implementation for accessible tab control and tab page 2003/06/02 13:07:05 tbe 1.15.172.1: #109460# merge fixes for 109724 and i14098 from vcl10 into uaa04

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [b4017e8c5c546132cc6f177b4c68d9fae2f69f10]

        INTEGRATION: CWS uaa04 (1.26.8); FILE MERGED 2003/06/05 15:24:13 obr 1.26.8.1: #109943# changes needed to register popup windows through the extended toolkit correctly

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [6bba5a82473498cd14705720cac85fde50ee5914]

        INTEGRATION: CWS uaa04 (1.22.8); FILE MERGED 2003/06/05 15:24:13 obr 1.22.8.1: #109943# changes needed to register popup windows through the extended toolkit correctly

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [f226fffdc4b3ced5c4f80626639811f523b54e32]

        INTEGRATION: CWS uaa04 (1.38.6); FILE MERGED 2003/06/02 16:30:17 tbe 1.38.6.1: #109460# changed implementation for accessible tab control and tab page

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [a91fac1d09a0f5d71881106899feea60d0c6e767]

        INTEGRATION: CWS uaa04 (1.22.46); FILE MERGED 2003/06/02 16:30:18 tbe 1.22.46.1: #109460# changed implementation for accessible tab control and tab page

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [1416ec1570587b28248e4216158450124357d16f]

        INTEGRATION: CWS sw016 (1.38.48); FILE MERGED 2003/06/10 08:44:26 dvo 1.38.48.1: #110034# #110114# catch UnsupportedFlavorException. This exception normally doesn't occur, but if for some reason it is thrown anyway, the current code doesn't catch it and a crash may result. This fix ensures a graceful failure in this case.

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [c30f839bd17e92e0bb0c9653934583036ac1cffc]

        INTEGRATION: CWS sw016 (1.24.6); FILE MERGED 2003/06/06 09:49:38 fme 1.24.6.1: #110102# Navigator should be robust even if pCreateView == 0

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [c481da3fb21e4f14ec6d8c5e90b3d43f7de855a3]

        INTEGRATION: CWS sw016 (1.75.50); FILE MERGED 2003/06/06 10:52:30 hbrinkm 1.75.50.2: RESYNC: (1.75-1.76); FILE MERGED 2003/06/04 12:06:55 tl 1.75.50.1: #i14138# throwing of exceptions restricted due to #110067#

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [5ad6c2612848f29a59f5df7c08f518b42b586c7d]

        INTEGRATION: CWS sw016 (1.25.46); FILE MERGED 2003/06/03 07:51:36 hbrinkm 1.25.46.2: RESYNC: (1.25-1.26); FILE MERGED 2003/05/27 15:36:21 dvo 1.25.46.1: #i14865# don't assign temporary object to reference

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [b1cf43a4e06571b1c12815f405a1765bb4b1bfe8]

        INTEGRATION: CWS sw016 (1.44.40); FILE MERGED 2003/06/03 07:49:10 hbrinkm 1.44.40.2: RESYNC: (1.44-1.45); FILE MERGED 2003/05/27 14:11:44 dvo 1.44.40.1: #i14865# don't assign temporary value to reference

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [7e35cca4ba60d2920c83f78c0406d448a6231d0e]

        INTEGRATION: CWS sw016 (1.10.50); FILE MERGED 2003/05/27 15:35:39 dvo 1.10.50.1: #i14865# don't assign temporary object to reference

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [35f055d40182cd630a1207d726f4dc703dd15d6a]

        INTEGRATION: CWS sw016 (1.68.6); FILE MERGED 2003/06/04 13:11:51 fme 1.68.6.1: #109964# Unexpected end event for extended input has to be considered

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [684e4a6918ac85ebda2f139aa99a7b679c65e478]

        INTEGRATION: CWS sw016 (1.68.46); FILE MERGED 2003/06/06 12:52:07 dvo 1.68.46.3: #110054# fix copying to other applications 2003/06/06 10:52:47 hbrinkm 1.68.46.2: RESYNC: (1.68-1.69); FILE MERGED 2003/06/02 12:55:46 hbrinkm 1.68.46.1: #109590# PrivateDrop

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [3c110628dc7876d013451dc2058b1caa3a202493]

        INTEGRATION: CWS sw016 (1.17.50); FILE MERGED 2003/05/27 15:37:26 dvo 1.17.50.1: #i14865# don't assign temporary object to reference

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [c48c81b0b6a4b597521e091789a90a2872073daa]

        INTEGRATION: CWS sw016 (1.25.50); FILE MERGED 2003/06/06 09:15:53 dr 1.25.50.1: #i14593# preserve ruler states in config

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [34b2103db1ce98b6c5ed2a0b90f7abee961be98b]

        INTEGRATION: CWS sw016 (1.33.8); FILE MERGED 2003/06/04 12:14:55 fme 1.33.8.1: #109030# Toggle digit format

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [19c05bac841fc01d769e1a1b03f7764c6f8520e4]

        INTEGRATION: CWS sw016 (1.30.50); FILE MERGED 2003/05/27 17:37:36 dvo 1.30.50.2: #109761# allow loading of plugins with either URL or mime-type 2003/05/27 14:12:16 dvo 1.30.50.1: #i14865# don't assign temporary value to reference

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [2e92a005df445aedbd7c2ef5c736529f098a4a02]

        INTEGRATION: CWS sw016 (1.28.50); FILE MERGED 2003/05/27 17:35:24 dvo 1.28.50.1: #109761# don't call AbsToRel on empty string

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [34c42ff04168fab08e16fb04850c0c3661a043e8]

        INTEGRATION: CWS sw016 (1.12.50); FILE MERGED 2003/06/02 13:47:32 dvo 1.12.50.1: #109761# allow load/save of HTML plugins with either URL or TYPE

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [e87dd9c03931b101ad461b2b95fb0a180de90996]

        INTEGRATION: CWS sw016 (1.14.50); FILE MERGED 2003/06/06 09:58:51 fme 1.14.50.1: #109993# Additional reference device needed for prospekt printing

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [e3f981b2ef2a3935ef89709319746a9330849c9b]

        INTEGRATION: CWS sw016 (1.37.46); FILE MERGED 2003/06/06 09:58:37 fme 1.37.46.1: #109993# Additional reference device needed for prospekt printing

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [7b5f63c70061578d60ac80be058a8ca3d02ddf6a]

        INTEGRATION: CWS sw016 (1.19.50); FILE MERGED 2003/06/06 10:53:26 hbrinkm 1.19.50.2: RESYNC: (1.19-1.20); FILE MERGED 2003/06/06 09:58:05 fme 1.19.50.1: #109993# Additional reference device needed for prospekt printing

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [ea79d03a68d7490e50a6d8b75905d081c4ddd470]

        INTEGRATION: CWS sw016 (1.43.50); FILE MERGED 2003/06/02 10:09:44 fme 1.43.50.1: #i13474# NextWord - Restriction of word boundaries to script boundaries

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [7b00fce49d870bb7bc274d17a5d397fbbadf0e14]

        INTEGRATION: CWS sw016 (1.15.50); FILE MERGED 2003/06/02 15:25:17 fme 1.15.50.1: #i14820# Small capitals - string positions have to be adjusted if display string has more characters than core string

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [d2f02cc5c8a3d447c75ee434c00a3c76d1cc6862]

        INTEGRATION: CWS sw016 (1.70.50); FILE MERGED 2003/06/06 14:27:48 fme 1.70.50.5: #109993# RefDev and OutDev confusion if we have a second printer on prospect printing 2003/06/06 10:54:10 hbrinkm 1.70.50.4: RESYNC: (1.70-1.71); FILE MERGED 2003/06/06 09:57:53 fme 1.70.50.3: #109993# Additional reference device needed for prospekt printing 2003/06/04 12:13:55 fme 1.70.50.2: #109030# Toggle digit format 2003/06/02 15:25:18 fme 1.70.50.1: #i14820# Small capitals - string positions have to be adjusted if display string has more characters than core string

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [d52c42bd084018a3386376a01c7d3365e128ae65]

        INTEGRATION: CWS sw016 (1.87.50); FILE MERGED 2003/06/04 12:13:23 fme 1.87.50.1: #109030# Toggle digit format

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [659f6aeeb3146a51288c8fad582fbd50b1e2a8c3]

        INTEGRATION: CWS sw016 (1.39.8); FILE MERGED 2003/06/06 09:57:30 fme 1.39.8.1: #109993# Additional reference device needed for prospekt printing

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [51ec928f18f6b92a3fab6b4b5d43e56c6d2dffe2]

        INTEGRATION: CWS sw016 (1.43.50); FILE MERGED 2003/06/10 11:14:36 dvo 1.43.50.2: #109326# code review: strengthened fix against crashes 2003/06/10 09:47:02 dvo 1.43.50.1: #109326# dispose table when rows/cells are being removed

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [a1054a23e25d8e91b766825728ab87e0108f4bd9]

        INTEGRATION: CWS sw016 (1.27.50); FILE MERGED 2003/06/02 12:59:04 hbrinkm 1.27.50.1: #109590# MakeTblCrsrs: take care of invalid frames

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [2bb8c88b1bd42ddef02854f045303f5fb48e98ae]

        INTEGRATION: CWS sw016 (1.62.16); FILE MERGED 2003/06/06 10:55:05 hbrinkm 1.62.16.2: RESYNC: (1.62-1.63); FILE MERGED 2003/06/04 12:49:17 fme 1.62.16.1: #110027# Wrong condition to go down to last cellfrm

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [0ba0103a7b9d714277cae9fde11c26fc23394dfb]

        INTEGRATION: CWS sw016 (1.54.8); FILE MERGED 2003/06/05 12:20:09 hbrinkm 1.54.8.1: #i13955# SwAccessibleParagraph::grabFocus: do grab the focus

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [f19ba2e0a7b71f9787708e108cf8bfae9b964e53]

        INTEGRATION: CWS sw016 (1.25.46); FILE MERGED 2003/06/06 09:54:55 fme 1.25.46.1: #109993# Additional reference device needed for prospekt printing

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [c6726f343e8a944fc9f1031ca39520c1527b05e6]

        INTEGRATION: CWS sw016 (1.14.106); FILE MERGED 2003/06/06 17:31:23 fme 1.14.106.1: #110092# Handle LF and CR in selection for font preview

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [d28da05595717fa8260d8bf3288834a1049b4b6d]

        INTEGRATION: CWS sw016 (1.49.24); FILE MERGED 2003/05/27 13:46:25 dvo 1.49.24.1: #i14863# fixed references to stack-allocated objects

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [1e0c6a9b051014c2fa6485e13e4d2c33e1f859f9]

        INTEGRATION: CWS sw016 (1.55.34); FILE MERGED 2003/05/27 17:34:11 dvo 1.55.34.1: #109761# allow loading of plugins with either xlink:href or draw:mime-type

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [ada9470255ae99c46d71efbff6a17bd7bc40d417]

        INTEGRATION: CWS sw016 (1.5.130); FILE MERGED 2003/05/27 13:46:25 dvo 1.5.130.1: #i14863# fixed references to stack-allocated objects

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [f39537b17a44ae543c6ad6ffd2e354f0ed9a1d9a]

        INTEGRATION: CWS sw016 (1.5.130); FILE MERGED 2003/05/27 13:46:26 dvo 1.5.130.1: #i14863# fixed references to stack-allocated objects

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [20638fb3a228002105a1657a6bfbed2a0684f0f8]

        INTEGRATION: CWS sw016 (1.8.40); FILE MERGED 2003/05/27 13:46:24 dvo 1.8.40.1: #i14863# fixed references to stack-allocated objects

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [f6457669fad023cdf1f7d5f249e29c2eb6b41bb9]

        INTEGRATION: CWS sw016 (1.2.20); FILE MERGED 2003/06/05 18:43:02 khong 1.2.20.1: #110060# add tow characters in Hangul/Hanja conversion

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [94cf4af157a9b731722dd0c818218558575d2998]

        INTEGRATION: CWS sw016 (1.6.18); FILE MERGED 2003/06/06 10:59:23 hbrinkm 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2003/06/05 21:39:06 khong 1.6.18.1: #109813# make CJK word breakiterator falls back to default icu breakiterator on non-CJK text

2003-06-12  Rüdiger Timm  <rt@openoffice.org>  [9c279db8d17fd634f80dd885287b99c0fc86aea5]

        INTEGRATION: CWS sw016 (1.8.20); FILE MERGED 2003/06/05 21:39:06 khong 1.8.20.1: #109813# make CJK word breakiterator falls back to default icu breakiterator on non-CJK text

2003-06-11  Hennes Rohling  <hro@openoffice.org>  [1a01c5e1b690733ab026c9c13f1dc3da9a2e9147]

        #110104# Own crash_report shel startup script

2003-06-11  Hennes Rohling  <hro@openoffice.org>  [8db26a21bbf0250fe89e9b717b35de1eb54c3936]

        #110104# Own crash_report shel startup script

2003-06-11  Hennes Rohling  <hro@openoffice.org>  [a08b34d0af6def8afbf368e21a20b1512196723a]

        #110104# Own crash_report shel startup script

2003-06-11  Hennes Rohling  <hro@openoffice.org>  [e52f8f8fe92eb786ce00b3cd8c333463b2feff21]

        #110104# Current working directory has to be set to office dir first

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [80abcd9bcf1870ef9054cc658917b8bf4ee2807f]

        INTEGRATION: CWS qadev8 (1.2.6); FILE MERGED 2003/06/06 13:43:48 lla 1.2.6.1: #110120# gcov handling changes.

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [82630c37e9073630e7e11080e21537d1e05e6908]

        INTEGRATION: CWS qadev8 (1.1.2); FILE ADDED 2003/06/06 13:43:48 lla 1.1.2.1: #110120# gcov handling changes.

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [6fbee3c99df2b998e7a81e441f6c1321c7f56ded]

        INTEGRATION: CWS qadev8 (1.1.2); FILE ADDED 2003/06/06 13:43:47 lla 1.1.2.1: #110120# gcov handling changes.

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [0e9bfebf67810eb1c729c6a82205b3b3a68cbffe]

        INTEGRATION: CWS qadev8 (1.1.2); FILE ADDED 2003/06/10 09:46:23 lla 1.1.2.2: #110120# gcov enhancements. 2003/06/06 13:43:46 lla 1.1.2.1: #110120# gcov handling changes.

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [4b343e9cedb798e2cabdf55e9c09f870bb63866a]

        INTEGRATION: CWS qadev8 (1.2.6); FILE MERGED 2003/06/06 13:43:45 lla 1.2.6.1: #110120# gcov handling changes.

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [caaa00eef01a8e06210ea5a2f3e0b1404c8915fb]

        INTEGRATION: CWS qadev8 (1.2.6); FILE MERGED 2003/06/10 09:46:23 lla 1.2.6.1: #110120# gcov enhancements.

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [73031bf015c0935d57fd92468ee52e80d5511fb8]

        INTEGRATION: CWS qadev8 (1.1.2); FILE ADDED 2003/06/06 13:43:45 lla 1.1.2.1: #110120# gcov handling changes.

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [3052085fdc97a0d8046f89789f18a93b55c1a72a]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 14:04:41 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [9903ba742218252c997c24fe9af3f1a4fdc74e2d]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 14:04:37 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [9ff3b249b17a50a1332cc2890769d6674976ef6b]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 14:04:33 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [28506dade7d650f97bfca6c8954ada784e69fb19]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 14:04:28 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [203afa0c1993596a90b754d696e3d8e6af6e5a13]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 14:04:24 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [3415a26cfc8444cf6dda94cf7cf1c7a57868e8d6]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 14:04:20 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [23f4ef569ba5de72fcf6d36b30c3ca12290fe237]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 14:04:14 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [8474014f2cb13417ee1cc98dd5ace73d18ee4f55]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 14:04:06 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [066d4f14284d901189d7bdfd5bd14a8a26cb0357]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 14:03:59 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [61de3569217df732c8661dfe79ead4edd1727d8d]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:32:13 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [ca272ccf2309717bb9d633ea909a9a949f9f6e48]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:32:10 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [23c4e6e8a3818435658c5fb179ac962923bd0b70]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:32:07 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [5221afa73055db60fb92541734e232489bbc53d6]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:32:04 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [5a439cf4269aade8fce75f9bb11e7407ff14ceab]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:32:01 cn 1.1.16.2: #109975# CHG: new accessibility role 2003/06/04 14:03:52 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [2174736417f5408289d6e79dea180e5854ced3ee]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:31:57 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [7ca7c3a6efacdd78d0ffe2a8425f9381e74cd2b8]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:31:53 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [790a0df3fc66f3d10462d225e06351d047b986f0]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:31:50 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [19ffcd7e7c50d81acbfb236656352b42be9ee517]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:31:47 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [e3e254f95f58df520a2a76a0deea09af981f57bf]

        INTEGRATION: CWS qadev8 (1.2.2); FILE MERGED 2003/06/04 15:31:44 cn 1.2.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [192b2734b664662920cf427f0152fb6e830abc83]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:31:41 cn 1.1.16.2: #109975# CHG: new accessibility role 2003/06/04 14:03:43 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [a6f7f66c455d2869861f440110e53394fda349f6]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:31:37 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [576efaabb6b89c22c3f802864e5514d8da21a73d]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:31:33 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [8bbde501521e26814554f9ac4e1b64e50f404b7f]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 15:31:30 cn 1.4.2.2: #109975# CHG: new accessibility role 2003/06/04 14:03:38 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [1553e15af9e044928d8514431f79aa37851c34b4]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 15:31:26 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [6ddae1c64ff075bed0cd0cd2a62d6f028baf6c1d]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:31:23 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [ddc93c4e003f11acd03876097c855f32f4608581]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:31:19 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [c3c79e84516ad1203f7150d11b5d8612cfa60202]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 15:31:14 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [2e6c3db4fa1487e9398f5c5944aa193f581fe531]

        INTEGRATION: CWS qadev8 (1.3.12); FILE MERGED 2003/06/04 15:31:10 cn 1.3.12.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [36987072ae13024a15793f7b24ad99459ed56c51]

        INTEGRATION: CWS qadev8 (1.2.2); FILE MERGED 2003/06/04 14:03:33 cn 1.2.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [b29946070d0cbedd7a14f923cae423ec55d3594c]

        INTEGRATION: CWS qadev8 (1.2.2); FILE MERGED 2003/06/05 10:26:13 cn 1.2.2.2: #109975# CHG: new accessibility role 2003/06/04 14:03:29 cn 1.2.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [df5ced2dd9adb3393ea159bb5bc105e3676e482d]

        INTEGRATION: CWS qadev8 (1.2.2); FILE MERGED 2003/06/05 10:26:16 cn 1.2.2.2: #109975# CHG: new accessibility role 2003/06/04 14:03:25 cn 1.2.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [1048cb7813cbadfb7155cfc7dbb928638b98cbd9]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/04 14:03:21 cn 1.4.2.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [534d5c9147fb24bef04b43abf825484170964906]

        INTEGRATION: CWS qadev8 (1.1.2); FILE ADDED 2003/06/10 13:37:57 cn 1.1.2.1: #110167# NEW: initial final

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [e2edafe726df14bc0b593cc81e194d765cf8043b]

        INTEGRATION: CWS qadev8 (1.1.2); FILE ADDED 2003/06/10 13:38:00 cn 1.1.2.1: #110167# NEW: initial final

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [831e84c975fa266a11ceab2baca6381a939d3007]

        INTEGRATION: CWS qadev8 (1.1.2); FILE ADDED 2003/06/10 14:25:45 cn 1.1.2.1: NEW:

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [6656fe988f8c9e1932856baacf2b96f128f110b7]

        INTEGRATION: CWS qadev8 (1.1.2); FILE ADDED 2003/06/10 14:32:50 cn 1.1.2.2: NEW: #110167# initial version 2003/06/10 14:25:36 cn 1.1.2.1: NEW:

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [d6a64173596b8deda2cbee4586d93ac356c0c9e0]

        INTEGRATION: CWS qadev8 (1.1.16); FILE MERGED 2003/06/04 14:03:10 cn 1.1.16.1: #109975# CHG: new accessibility role

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [0a829ca32d07a66db183af0322d87f687365cb4a]

        INTEGRATION: CWS qadev8 (1.4.2); FILE MERGED 2003/06/06 15:26:00 sg 1.4.2.1: #110037# added error message

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [e0c4b36ac694ea10068059dd9efc3e5a914a83bd]

        INTEGRATION: CWS qadev8 (1.2.2); FILE MERGED 2003/06/10 15:12:42 sg 1.2.2.1: #109887#CHG: enhanced reading parameters

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [fa181597d48ce153746b64fc8358ef5e581c2df7]

        INTEGRATION: CWS qadev8 (1.3.12); FILE MERGED 2003/06/05 10:44:24 cn 1.3.12.2: #109975# CHG: Header 2003/06/05 10:29:09 cn 1.3.12.1: #109975# CHG: userinteractionhader for csv files

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [8c1cf4f3c2f99f79b22dae26ab54405058dc6862]

        INTEGRATION: CWS qadev8 (1.2.2); FILE MERGED 2003/06/10 15:12:13 sg 1.2.2.2: #109887#CHG: enhanced reading parameters 2003/06/06 15:25:11 sg 1.2.2.1: #109887# trim parameters

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [7a711b6ac7b537fc39bb8db5f7e0233e57a3b464]

        INTEGRATION: CWS galwayfilterteam09 (1.73.30); FILE MERGED 2003/06/06 11:25:09 cmc 1.73.30.2: RESYNC: (1.73-1.74); FILE MERGED 2003/05/30 15:21:35 cmc 1.73.30.1: #110014# Only import some of the vertical options as vertical text, and the rest as rotations

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [fe9b0a0a02be7e6ed9daf2de79158716f8f9233f]

        INTEGRATION: CWS galwayfilterteam09 (1.2.36); FILE MERGED 2003/06/05 09:56:25 abutler 1.2.36.1: #109885# Changed the default network connection timeout to be 10 secs, to avoid long timeout default experienced by Hamburg QA.

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [3befc1f31435e01329e83914e4ec5fa4d36afbc4]

        INTEGRATION: CWS galwayfilterteam09 (1.10.12); FILE MERGED 2003/06/05 10:53:50 abutler 1.10.12.1: #109885# Now Returns false instead of throwing an exception, which will invoke the crash reporter

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [609104ad4b8f483be61c7a725a3189e23f299b11]

        INTEGRATION: CWS galwayfilterteam09 (1.60.22); FILE MERGED 2003/06/09 14:22:56 cmc 1.60.22.1: #110142# 11th hour interim import for form field droplists as uno comboboxes

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [80375faa09fb807b4188236dac6cc6f49955b64f]

        INTEGRATION: CWS galwayfilterteam09 (1.97.22); FILE MERGED 2003/06/09 14:22:56 cmc 1.97.22.4: #110142# 11th hour interim import for form field droplists as uno comboboxes 2003/06/06 11:11:46 cmc 1.97.22.3: RESYNC: (1.97-1.98); FILE MERGED 2003/06/04 14:47:17 cmc 1.97.22.2: #i14678# sprm is 2bytes not 1 2003/05/29 10:33:24 cmc 1.97.22.1: #109921# bad drawing object placement on export

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [6bf07e79eb69f81b7aff917d8fd73c24fa9d22b8]

        INTEGRATION: CWS galwayfilterteam09 (1.135.22); FILE MERGED 2003/06/06 11:11:35 cmc 1.135.22.2: RESYNC: (1.135-1.136); FILE MERGED 2003/06/04 09:15:11 cmc 1.135.22.1: #i14810# the case of a symbol used inside the drawing layer wasn't fully correct. The charset shouldn't be added to the charset stack

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [74ba6657a3ae4a0699a724e988a9ea62cfec204c]

        INTEGRATION: CWS galwayfilterteam09 (1.67.22); FILE MERGED 2003/06/04 08:46:40 cmc 1.67.22.1: #i10939# use link when theres nothing else for escher graphics

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [b31c3856026f22e3b76947e1cb4fa5e53f7e7914]

        INTEGRATION: CWS galwayfilterteam09 (1.45.22); FILE MERGED 2003/06/09 14:40:13 cmc 1.45.22.6: #110142# angle follow by :: is a c++ token 2003/06/09 14:22:55 cmc 1.45.22.5: #110142# 11th hour interim import for form field droplists as uno comboboxes 2003/06/06 11:11:25 cmc 1.45.22.4: RESYNC: (1.45-1.46); FILE MERGED 2003/06/05 11:56:14 cmc 1.45.22.3: #110056# unknown bits 2003/06/04 11:37:39 cmc 1.45.22.2: #110056# import the user selected checked option for checkbox if used, otherwise continue using the default checkbox state 2003/05/29 08:02:30 cmc 1.45.22.1: #i14652# It turns out to be possible to have formfields without actual formfield content in which case we have to use the word defaults

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [c9551a7d663e748cd131b5d2682ecf6f582c1ab3]

        INTEGRATION: CWS galwayfilterteam09 (1.111.22); FILE MERGED 2003/06/09 14:22:55 cmc 1.111.22.4: #110142# 11th hour interim import for form field droplists as uno comboboxes 2003/06/06 11:11:00 cmc 1.111.22.3: RESYNC: (1.111-1.112); FILE MERGED resolve conflict 2003/06/04 08:46:39 cmc 1.111.22.2: #i10939# use link when theres nothing else for escher graphics 2003/05/29 08:02:30 cmc 1.111.22.1: #i14652# It turns out to be possible to have formfields without actual formfield content in which case we have to use the word defaults

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [31c52bf1430151d155fc831227fbaf9691711025]

        INTEGRATION: CWS galwayfilterteam09 (1.109.4); FILE MERGED 2003/06/06 15:48:12 cmc 1.109.4.3: #110093# prefer headings to custom styles when multiple outline nos collide 2003/06/06 11:10:50 cmc 1.109.4.2: RESYNC: (1.109-1.110); FILE MERGED 2003/06/04 14:47:16 cmc 1.109.4.1: #i14678# sprm is 2bytes not 1

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [9d766cc941e4d8bc7fd965101793196c7dce3f95]

        INTEGRATION: CWS galwayfilterteam09 (1.96.4); FILE MERGED 2003/06/06 11:10:40 cmc 1.96.4.5: RESYNC: (1.96-1.97); FILE MERGED resolve conflict 2003/06/04 09:57:24 cmc 1.96.4.4: #i13834# writer graphics don't have no_fill the same as frames and word at the moment 2003/06/04 08:46:39 cmc 1.96.4.3: #i10939# use link when theres nothing else for escher graphics 2003/05/30 15:51:50 cmc 1.96.4.2: #110014# and enable text direction for good import to frame case 2003/05/30 15:23:42 cmc 1.96.4.1: #110014# Only import some of the vertical options as vertical text, and the rest as rotations

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [e1876d689aed2b09ba18c77879e16a09c7e9b5ee]

        INTEGRATION: CWS galwayfilterteam09 (1.50.62); FILE MERGED 2003/06/06 11:09:48 cmc 1.50.62.2: RESYNC: (1.50-1.51); FILE MERGED 2003/05/29 10:33:24 cmc 1.50.62.1: #109921# bad drawing object placement on export

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [0bdbd36c462c7b6cb3f8e8d2ec55c3e4235936be]

        INTEGRATION: CWS galwayfilterteam09 (1.60.62); FILE MERGED 2003/05/30 16:29:51 cmc 1.60.62.2: #110014# and enable text direction export again 2003/05/29 10:33:23 cmc 1.60.62.1: #109921# bad drawing object placement on export

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [463faf5a8aa24f33d259c04e3aca934206d8f359]

        INTEGRATION: CWS extras8 (1.3.64); FILE MERGED 2003/06/06 12:16:33 va 1.3.64.1: #102337# Added Japanese Version of Depot Template.

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [19605f0f0efe9a42449dd3e072caf1c70dc3a651]

        INTEGRATION: CWS extras8 (1.1.2); FILE ADDED 2003/06/06 12:16:33 va 1.1.2.1: #102337# Added Japanese Version of Depot Template.

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [e2d61c5bbf0a5c9276160df6d1caa5da9637ff07]

        #100000# typo, i guess

2003-06-11  Aidan Butler  <aidan@openoffice.org>  [b42502c2b244f294f04290a9aa2535eeef3843ce]

        New docbook style-sheets with added tag support

2003-06-11  Hennes Rohling  <hro@openoffice.org>  [e966d1e72ffd436aea7e321d4306eec5e5097327]

        #i15200# For OOo gtk is linked statically

2003-06-11  Hennes Rohling  <hro@openoffice.org>  [4a9b6650c003c6073ad2fa5238f9761e5a44f4c6]

        #i15275# Removed old crashrep stuff

2003-06-11  Martin Hollmichel  <mh@openoffice.org>  [8c254ae5dbdea8e22c74a75dd2bc9b739403675e]

        chg: Syntax for Win, #i10000#

2003-06-11  Vladimir Glazounov  <vg@openoffice.org>  [1f5d9836e2e5d161c48fa03e7a598efb843cf6d8]

        INTEGRATION: CWS sw015 (1.9.10); FILE MERGED 2003/05/27 08:55:45 tl 1.9.10.1: #109773# positioning of toolbox window changd; position now saved

2003-06-10  Rüdiger Timm  <rt@openoffice.org>  [8fe3aa4090c908bdd06bdbde57e72c8fc2fa1ec4]

        new version for SRX645

2003-06-10  Hennes Rohling  <hro@openoffice.org>  [336a2d1fe0166d7caa3695a347fdf0f6bb67db2b]

        #110104# Close the command with with pclose instead of fclose

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [200acdbadb09ed603c6cf4cf656fb896cf2cedb4]

        SRX645

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e513a91c6faecaf8b32cf3923d5193c8169e6d9b]

        INTEGRATION: CWS vcl11 (1.110.6); FILE MERGED 2003/06/03 09:20:28 pl 1.110.6.5: RESYNC: (1.110-1.111); FILE MERGED 2003/06/02 10:11:08 lo 1.110.6.4: #i14606# allow for explicit saving of open tasks to recovery list 2003/05/28 08:16:18 lo 1.110.6.3: #i14606# handle recovery of non-salvaged documents 2003/05/28 08:06:55 lo 1.110.6.2: #i14606# handle recovery of non-salvaged documents 2003/05/27 15:22:52 lo 1.110.6.1: #i14606# allow application controlled recovery of documents

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3aa07afc361da7eee412241e1ca76630c4b56de3]

        INTEGRATION: CWS vcl11 (1.17.18); FILE MERGED 2003/06/03 09:22:17 pl 1.17.18.3: RESYNC: (1.17-1.18); FILE MERGED 2003/05/28 08:06:54 lo 1.17.18.2: #i14606# handle recovery of non-salvaged documents 2003/05/27 15:22:50 lo 1.17.18.1: #i14606# allow application controlled recovery of documents

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fbf02ecfb39839dd12b109d5cf4095a3d08cf797]

        INTEGRATION: CWS vcl11 (1.10.242); FILE MERGED 2003/06/02 11:56:51 lo 1.10.242.1: #i14606# use deque insted of stack for cache

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [77d205a419716f62f397e25ba59ae363ec1d51de]

        INTEGRATION: CWS vcl11 (1.17.8); FILE MERGED 2003/05/27 09:51:25 pl 1.17.8.1: #i6431# move print queue detection to an own thread

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1efd718238180f4d1c3989486772fcdbb107fd32]

        INTEGRATION: CWS vcl11 (1.3.42); FILE MERGED 2003/05/27 09:51:24 pl 1.3.42.1: #i6431# move print queue detection to an own thread

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [11c2d0ae65dca873b5f1cb16437e0c4d485fd989]

        INTEGRATION: CWS vcl11 (1.85.52); FILE MERGED 2003/06/03 09:05:54 pl 1.85.52.2: RESYNC: (1.85-1.86); FILE MERGED 2003/06/03 08:28:34 ssa 1.85.52.1: #i13108#, #i12768#, pass paragraph writing direction always to VCL, not only for CTL characters

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [22f88b53549c58d44a8f181a7d6033c5e022fb1a]

        INTEGRATION: CWS vcl11 (1.64.30); FILE MERGED 2003/06/03 08:57:50 pl 1.64.30.4: RESYNC: (1.64-1.65); FILE MERGED 2003/06/02 16:48:18 pl 1.64.30.3: #109639# non-vertical glyphs with GF_ISCHAR 2003/06/02 13:46:20 ssa 1.64.30.2: #109713# correct 2nd reordering algorithm as well 2003/06/02 11:05:43 ssa 1.64.30.1: #109713# correct reordering algorithm

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [986ec67b7bf67f0cb1a59c1688b74c74e608a210]

        INTEGRATION: CWS vcl11 (1.43.24); FILE MERGED 2003/06/03 08:57:46 pl 1.43.24.2: RESYNC: (1.43-1.44); FILE MERGED 2003/06/02 16:48:18 pl 1.43.24.1: #109639# non-vertical glyphs with GF_ISCHAR

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [cb76055bd6e3842f9b3effe02c7156b4ba4f00cd]

        INTEGRATION: CWS vcl11 (1.44.18); FILE MERGED 2003/05/28 16:46:34 cp 1.44.18.1: #109927# use systems freetype on linux

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3cf34beecef3e1dfa60546b28e04b14d7401069b]

        INTEGRATION: CWS vcl11 (1.157.24); FILE MERGED 2003/06/03 08:58:36 pl 1.157.24.2: RESYNC: (1.157-1.158); FILE MERGED 2003/05/27 16:59:02 pl 1.157.24.1: #14606# save documents in session

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b849d5c437ae7d5bcb95f8c208ff015561f0c17e]

        INTEGRATION: CWS vcl11 (1.17.34); FILE MERGED 2003/05/26 13:26:58 pl 1.17.34.1: #i14862# fix reference to temporary

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e420b33c1a48b26dd200c47cb79486dada0253bd]

        INTEGRATION: CWS vcl11 (1.11.34); FILE MERGED 2003/05/28 13:19:10 pl 1.11.34.2: #14606# refined SaveYourself request handling 2003/05/27 16:59:01 pl 1.11.34.1: #14606# save documents in session

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c70ea68cc1c2e8483b06ee7a989e0e66c8eab9af]

        INTEGRATION: CWS vcl11 (1.14.50); FILE MERGED 2003/05/28 13:19:10 pl 1.14.50.1: #14606# refined SaveYourself request handling

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0afd1372a7639c75924b0ef0d698e3e058caf2f7]

        INTEGRATION: CWS vcl11 (1.3.170); FILE MERGED 2003/05/28 13:19:09 pl 1.3.170.1: #14606# refined SaveYourself request handling

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e08782f470af4b102a37477100888bee2f4f10b1]

        INTEGRATION: CWS vcl11 (1.90.24); FILE MERGED 2003/06/05 13:42:08 cp 1.90.24.5: freetype 2.0.8 does not have FT_Library_Version: check dynamically 2003/06/03 08:55:57 pl 1.90.24.4: RESYNC: (1.90-1.91); FILE MERGED 2003/06/02 16:34:19 hdu 1.90.24.3: #109247# undo previous checkin 2003/06/02 16:17:05 hdu 1.90.24.2: #109247# release font when forced by upper layers 2003/05/28 16:43:37 cp 1.90.24.1: #109927# dont use embedded bitmaps with freetype-2.1.3

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b324ff415f7508dd3304381e2c62338eb77ee622]

        INTEGRATION: CWS vcl11 (1.50.30); FILE MERGED 2003/06/03 08:56:43 pl 1.50.30.2: RESYNC: (1.50-1.51); FILE MERGED 2003/06/02 16:48:15 pl 1.50.30.1: #109639# non-vertical glyphs with GF_ISCHAR

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [68816f9cf7c9336fda81de4325f85c4f7fda3277]

        INTEGRATION: CWS vcl11 (1.146.24); FILE MERGED 2003/06/03 08:56:49 pl 1.146.24.4: RESYNC: (1.146-1.147); FILE MERGED 2003/06/02 14:41:59 ssa 1.146.24.3: #109946# Use system language instead of UI language as digit language 2003/05/27 15:09:43 ssa 1.146.24.2: #109946# Use system language instead of UI language as digit language 2003/05/26 07:43:12 hdu 1.146.24.1: #109163# for korean use SunBatang->SunDotum glyph fallback

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1de841614f42c2e1f727da840a9ce86d423c9b62]

        INTEGRATION: CWS draw16 (1.24.54); FILE MERGED 2003/06/05 09:31:53 cl 1.24.54.1: #110084# call OnDocumentPrinterChange after ole insert

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [48ac377ba6f51b619e7da95e9b8ba96b5d2cd8d1]

        INTEGRATION: CWS draw16 (1.40.96); FILE MERGED 2003/06/05 10:52:20 cl 1.40.96.1: #i15321# force a swap out after setting new graphic stream url

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a546019c744f52a6a1b14c1db651a14a7425f041]

        INTEGRATION: CWS draw16 (1.59.60); FILE MERGED 2003/06/06 16:27:44 aw 1.59.60.1: #110129# Correct alignment only if eHAdj == SDRTEXTVERTADJUST_BLOCK,  else the alignment is wanted.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f577648f359da27bb08d3853e4e6969b2e2324cc]

        INTEGRATION: CWS draw16 (1.105.16); FILE MERGED 2003/06/04 14:16:30 sj 1.105.16.1: #109960# improved import of ScriptType and Language settings

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [95141deef0b9276e0b89678840f0d94bfb677ee0]

        INTEGRATION: CWS draw16 (1.18.62); FILE MERGED 2003/06/04 16:46:39 iha 1.18.62.2: #110047# do not overwrite url with jump mark but append 2003/06/04 16:26:36 iha 1.18.62.1: do not overwrite url with jump mark but append

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [88e51d1e64d1b99f576fc85cbcee1f46bd0d1b6b]

        INTEGRATION: CWS draw16 (1.20.18); FILE MERGED 2003/06/05 13:00:44 sj 1.20.18.1: #i13131# fixed scaling problem

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7729ecec7fda1a8da829cdce59a7d690823ad122]

        INTEGRATION: CWS draw16 (1.1.82); FILE MERGED 2003/06/05 09:33:01 cl 1.1.82.1: #110083# don't cast to int16 when writing a rectangle struct

2003-06-10  Hennes Rohling  <hro@openoffice.org>  [15d488a5685ba2232b85eef67e1486855bd62cbf]

        #110104# Don't start if gnome accessibility is enabled

2003-06-10  Hennes Rohling  <hro@openoffice.org>  [58f319d4c472c24cbf1a08bcbad2f9b3729ae7a4]

        #110104# Don't start if gnome accessibility is enabled

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [44f104f6994c7c6f20a6ece1fa7f4f4eb7c87eba]

        INTEGRATION: CWS sw015 (1.20.34); FILE MERGED 2003/05/20 12:12:38 tl 1.20.34.1: #109784# checking of bounds fixed

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8abf9561a20c15c11c25969004711becb58e84f0]

        INTEGRATION: CWS sw015 (1.61.28); FILE MERGED 2003/05/19 15:29:49 od 1.61.28.2: RESYNC: (1.61-1.62); FILE MERGED OD 19.05.2003: resolving conflicts with SRX645m1s2. conflicts are introduced by 'cvs update -kk -j1.61 j1.62 paintfrm.cxx' 2003/05/19 14:46:42 od 1.61.28.1: #109667# complete fix of 107169 - handle top/bottom hair lines for non-overlapping border rectangles for print

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [108887dfd51d177067437a5826d11ec3618347ce]

        INTEGRATION: CWS sw015 (1.42.28); FILE MERGED 2003/05/20 12:26:42 fme 1.42.28.1: #109517# Do not call GetCharRect for invalid frames in order to avoid a formatting during InsertCntnt

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3c1a2915e1f66c5a8f13d60529f82cf1c27dfe1b]

        INTEGRATION: CWS sw015 (1.9.10); FILE MERGED 2003/05/27 08:55:45 tl 1.9.10.1: #109773# positioning of toolbox window changd; position now saved

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [52ce8163c8234df13a5cb71da03d94ab7db26d94]

        INTEGRATION: CWS sw015 (1.90.8); FILE MERGED 2003/05/27 08:59:15 tl 1.90.8.1: #109773# positioning of toolbox window changd; position now saved

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [586c25c7128993e660299ebd567c45f5c3258ab9]

        INTEGRATION: CWS sevendwarfs (1.32.16); FILE MERGED 2003/06/04 16:51:51 is 1.32.16.2: RESYNC: (1.32-1.33); FILE MERGED 2003/05/26 07:09:16 as 1.32.16.1: #109855# replace 6.0 with 6/7

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [640de9dac38ac3d5194a4c4c3dccdea9fa1059b1]

        INTEGRATION: CWS sw015 (1.38.34); FILE MERGED 2003/05/28 13:54:09 mib 1.38.34.1: #109821#: Writer/Web and all filters stay LTR/left aligned

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3ce5faf9f3b084b55594568b90d77968c3320301]

        INTEGRATION: CWS sw015 (1.30.34); FILE MERGED 2003/05/28 13:54:08 mib 1.30.34.1: #109821#: Writer/Web and all filters stay LTR/left aligned

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2a29d3441042ef148b9c71208f0c38030b0ee1fc]

        INTEGRATION: CWS sw015 (1.22.32); FILE MERGED 2003/05/28 13:55:19 mib 1.22.32.1: #109821#: Writer/Web and all filters stay LTR/left aligned

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8bbca23bc9605ea147e0bc023ec5883f66a5afa8]

        INTEGRATION: CWS sw015 (1.19.34); FILE MERGED 2003/05/19 14:33:32 fme 1.19.34.1: #109604# Wrong calculation of position of drawing objects anchored as character

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [af6ca9401c76838ff1a32cd02c02026333137c13]

        INTEGRATION: CWS sw015 (1.33.34); FILE MERGED 2003/05/19 11:42:58 fme 1.33.34.1: #109539# Undersized frame indicator should appear even if frame is not scrollable

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6ccf26804c771e85fa1c4b10be0f03b54c72353e]

        INTEGRATION: CWS sw015 (1.87.34); FILE MERGED 2003/05/27 13:18:07 fme 1.87.34.2: #109030# SetDigitLanguage moved to next cws 2003/05/20 12:59:09 fme 1.87.34.1: #109030# Feature - Choose digits

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5be947b7eff2d3eb5773283e4ccbee6668e8faf6]

        INTEGRATION: CWS sw015 (1.37.34); FILE MERGED 2003/05/19 11:42:59 fme 1.37.34.1: #109539# Undersized frame indicator should appear even if frame is not scrollable

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [151c95548cb91870700330c2c7f6e4b703ebb1ae]

        INTEGRATION: CWS sw015 (1.43.34); FILE MERGED 2003/05/22 11:10:44 fme 1.43.34.2: #109722# Sorry, wrong bug id 2003/05/22 11:08:35 fme 1.43.34.1: #109772# Footer invalidation should take place if content frame shrinks, unless it overlaps with fly frames

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1709338b59abfb049de499cc064a977d0131547f]

        INTEGRATION: CWS sw015 (1.38.16); FILE MERGED 2003/05/20 06:36:09 fme 1.38.16.1: #109607# CalcFlyOffsets for table frames - Only avoid fly frames which are anchored inside the same body/footer/header

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [856947b7625910169b8bc8b44a65dfb4220e4098]

        INTEGRATION: CWS sw015 (1.20.34); FILE MERGED 2003/05/20 08:31:43 fme 1.20.34.2: #109653# No proportional scaling of graphics and OLE in footer or header 2003/05/19 09:03:34 fme 1.20.34.1: #109653# Proportional scaling of graphics

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [99c66c5b23c146d0a1bbc069dbbe379cd5691bb4]

        INTEGRATION: CWS sw015 (1.4.34); FILE MERGED 2003/05/16 16:53:40 dvo 1.4.34.1: #i14046# properly select drawing objects after undo

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3d48b3f39baf0322201de5b90d6e407061c58943]

        INTEGRATION: CWS sw015 (1.4.34); FILE MERGED 2003/05/19 12:53:17 hbrinkm 1.4.34.1: #109308# adapt to new signature of SwDoc::SetNumRule

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [871362919c8c0978a5d93c76940cd1790c9ac17d]

        INTEGRATION: CWS sw015 (1.23.34); FILE MERGED 2003/05/28 13:55:03 mib 1.23.34.1: #109821#: Writer/Web and all filters stay LTR/left aligned

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4f72df4f0192cfeb0f3c6d12ba4defe9c082f835]

        INTEGRATION: CWS sw015 (1.9.34); FILE MERGED 2003/05/19 12:52:14 hbrinkm 1.9.34.1: #109308# SwNumRule::SetNumAdjust

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [167a4f02133a974b0d2ab10c96d739a6efe14720]

        INTEGRATION: CWS sw015 (1.12.32); FILE MERGED 2003/05/28 14:57:54 fme 1.12.32.3: #109308# added const to SfxPoolItem 2003/05/27 12:04:47 hbrinkm 1.12.32.2: RESYNC: (1.12-1.13); FILE MERGED 2003/05/19 12:50:57 hbrinkm 1.12.32.1: #109308# propagate adjustment of numrule when called from shell

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1f6ad15c285a6c235bc939411e08dad331d263eb]

        INTEGRATION: CWS sw015 (1.25.28); FILE MERGED 2003/05/23 06:24:38 fme 1.25.28.1: #109030# ChgNumberDigits - Call reformat if number digit format has been changed

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [965f1446b3018eef6ed5633e2e37bc9a7c801d14]

        INTEGRATION: CWS sw015 (1.7.202); FILE MERGED 2003/05/19 12:40:03 hbrinkm 1.7.202.1: #109308# SwNumRule::SetNumAdjust

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2b96006c0f0b80c3a769de259e7f57242217ea29]

        INTEGRATION: CWS sw015 (1.42.34); FILE MERGED 2003/05/28 13:53:53 mib 1.42.34.2: #109821#: Writer/Web and all filters stay LTR/left aligned 2003/05/19 12:41:22 hbrinkm 1.42.34.1: #109308# SwDoc::SetNumRule

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [167af29e15bf9adeb182856ddd7c246a3752f142]

        INTEGRATION: CWS sevendwarfs (1.17.26); FILE MERGED 2003/05/26 07:07:01 as 1.17.26.1: #109855# replace 6/7 instead of 6.0 ...

2003-06-10  Rüdiger Timm  <rt@openoffice.org>  [e1c793bd91c02b112b8cd57a1b7b4b9ff06bf85e]

        #100000# Safety check: buildserver clients have to be started from UPDATER shells.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [26e7207d1e3790f64bd1c8226a6fe26415703735]

        INTEGRATION: CWS sw015 (1.15.234); FILE MERGED 2003/05/26 08:11:01 tl 1.15.234.1: #i14200# crash with DDE links fixed

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0b8bb030acae01174506be2261ee5e62c455cb07]

        INTEGRATION: CWS sw015 (1.5.22); FILE MERGED 2003/05/27 07:45:16 tl 1.5.22.1: #i14864# registration fixed

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ea5ea0d30ca742f32a19fd539dcb816cc8d2bc33]

        INTEGRATION: CWS sw015 (1.5.86); FILE MERGED 2003/05/27 08:55:03 tl 1.5.86.1: #109773# positioning of toolbox window changd; position now saved

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4a28166307c4487500a83a5b0052c0781f10995f]

        INTEGRATION: CWS sw015 (1.2.28); FILE MERGED 2003/05/21 10:54:21 tl 1.2.28.1: #109785# comment for autodoc fixed

2003-06-10  Hennes Rohling  <hro@openoffice.org>  [9694a798cd745ba08e92c76fe45dfa07eccb4a6b]

        #110164# Stack parameter of SOAP request now has the name stack.txt

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fcecf520727d46ce4187770891f0bfb9b22ebb82]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:55 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a4e8d813e27dbe6651cefa6a25fac2a0312d7682]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:50 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [75d879e1bb6a03b2020253142b272a96602fb34e]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:48 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [929a9be1441384bfe14de87ea66e05ccd7bc0ada]

        INTEGRATION: CWS sdk02 (1.2.46); FILE MERGED 2003/05/26 16:42:19 np 1.2.46.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8b2e6184ed47ab668e1ef3a5e1019a7ad51fc92a]

        INTEGRATION: CWS sdk02 (1.1.1.1.46); FILE MERGED 2003/05/26 16:42:19 np 1.1.1.1.46.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [feead75b1921f1989b0ee59e7f5beeb63f6dda38]

        INTEGRATION: CWS sdk02 (1.2.46); FILE MERGED 2003/05/26 16:42:18 np 1.2.46.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f7cba870639a0332c75a4781ed526b1b432203b5]

        INTEGRATION: CWS sdk02 (1.3.30); FILE MERGED 2003/05/28 12:48:39 np 1.3.30.2: #108925# 2003/05/26 16:42:17 np 1.3.30.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9f5a74cd970649fc7a80ee7fed100b1a784f00e2]

        INTEGRATION: CWS sdk02 (1.1.1.1.46); FILE MERGED 2003/05/26 16:42:17 np 1.1.1.1.46.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [721afebd26c1fba47e35bd025472d4f397aeb207]

        INTEGRATION: CWS sdk02 (1.2.12); FILE MERGED 2003/05/28 12:48:39 np 1.2.12.2: #108925# 2003/05/26 16:42:16 np 1.2.12.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0d54b6438f447d48c5f351894d1e2d1e9982393b]

        INTEGRATION: CWS sdk02 (1.2.32); FILE MERGED 2003/05/26 15:22:19 np 1.2.32.1: #109482# Reenabling that Java help understands our IDL index file.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [892d562c91984d584aebac330abdc03dd8e86497]

        INTEGRATION: CWS sdk02 (1.2.32); FILE MERGED 2003/05/26 15:21:34 np 1.2.32.1: #109482# Reenabling that Java help understands our IDL index file.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [370fdb2ed7109b5c495b4834ba7eca12c1e532d6]

        INTEGRATION: CWS sdk02 (1.1.32); FILE MERGED 2003/05/26 16:42:15 np 1.1.32.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [bafdf60e8bd48ec2302341e35e9a6e610406d4a4]

        INTEGRATION: CWS sdk02 (1.2.32); FILE MERGED 2003/05/26 16:42:14 np 1.2.32.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5db5680af9507cc4b7f5b41272a88dea83635309]

        INTEGRATION: CWS sdk02 (1.1.32); FILE MERGED 2003/05/28 12:48:37 np 1.1.32.1: #108925#

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [514e121e742ada8d796b889c0f2acae8350af96c]

        INTEGRATION: CWS sdk02 (1.1.32); FILE MERGED 2003/05/28 12:48:36 np 1.1.32.1: #108925#

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [77c1a740527d8344c57dd0a8d4ba27d2a5ed0ae2]

        INTEGRATION: CWS sdk02 (1.3.32); FILE MERGED 2003/05/28 12:48:36 np 1.3.32.1: #108925#

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a3e90479fc6e6e815dfdb0aa9fbb2770a23cfe47]

        INTEGRATION: CWS sdk02 (1.1.32); FILE MERGED 2003/05/26 15:21:35 np 1.1.32.1: #109482# Reenabling that Java help understands our IDL index file.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e657d76891e0a303e3349540737da58967bfcc0f]

        INTEGRATION: CWS sdk02 (1.1.32); FILE MERGED 2003/05/26 16:42:14 np 1.1.32.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b4bce7af4bbe059b255b5b8e6c5085163cafa2bc]

        INTEGRATION: CWS sdk02 (1.2.12); FILE MERGED 2003/05/28 12:48:35 np 1.2.12.1: #108925#

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f6abe866206ab26b1e911c6196f3c42d41dbe882]

        INTEGRATION: CWS sdk02 (1.1.32); FILE MERGED 2003/05/26 16:42:13 np 1.1.32.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [aa22479a2a2ab79c9c27b9c0af992714b84a1caf]

        INTEGRATION: CWS sdk02 (1.2.46); FILE MERGED 2003/05/26 16:42:12 np 1.2.46.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fa6a7d9e3ac9b5a6f81655cb0cb5f9c2e504cb6c]

        INTEGRATION: CWS sdk02 (1.2.46); FILE MERGED 2003/05/26 16:42:11 np 1.2.46.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e5c2e430cfa3e7c78e0230baac54e85aad296476]

        INTEGRATION: CWS sdk02 (1.2.32); FILE MERGED 2003/05/26 16:42:10 np 1.2.32.1: #108925# Enable tag @since and text for tag @deprecated.

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1e4b6ce9c073c8b2dc4e16ca388f133398627244]

        INTEGRATION: CWS gh4 (1.64.22); FILE MERGED 2003/06/06 13:59:55 hjs 1.64.22.1: #i15353# renamed import lib

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e3b558459e99530e9de02a78c26e75b790d4942a]

        INTEGRATION: CWS gh4 (1.65.48); FILE MERGED 2003/05/27 13:09:43 gh 1.65.48.1: added new qaerrormessage

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c569b2c52d878574bd272609596d0117b9621484]

        INTEGRATION: CWS gh4 (1.49.4); FILE MERGED 2003/06/03 15:56:52 gh 1.49.4.2: #105306#renice code a bit more 2003/06/03 15:42:02 gh 1.49.4.1: #105306#now reopening the registry works on all mountpoints

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5cc19bab9141ccef13b7f42ef57846e4b7ae05bd]

        INTEGRATION: CWS gh4 (1.4.30); FILE MERGED 2003/06/06 13:57:33 hjs 1.4.30.1: #i15353# added dependencies

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [65a64dccc796b61a789f7bc5f2e83f2e8df1775a]

        INTEGRATION: CWS gh4 (1.4.2); FILE MERGED 2003/05/27 13:08:39 gh 1.4.2.1: enable code for nonpro also

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9895166916a1fcfc37172f5ee482033fd203edf6]

        INTEGRATION: CWS gh4 (1.3.2); FILE MERGED 2003/05/27 13:46:09 gh 1.3.2.1: #109356#join uno slot-handling and numeric slot-handlng

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c795d4ca5d3ee93025e3b8454bba05a1425f51bb]

        INTEGRATION: CWS gh4 (1.6.2); FILE MERGED 2003/06/05 10:42:39 gh 1.6.2.2: #109356#don't add property for slts which have no properties jet 2003/05/27 13:45:51 gh 1.6.2.1: #109380#,#109356#join uno slot-handling and numeric slot-handlng

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [811b6d4dceafae51d4fe2590836fd82e2b116da4]

        INTEGRATION: CWS gh4 (1.8.30); FILE MERGED 2003/06/06 13:59:13 hjs 1.8.30.1: #i15353# renamed import lib

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5fefc54fc2e8b2c3a9c9926850b3e59bfb6dc55f]

        INTEGRATION: CWS gh4 (1.35.18); FILE MERGED 2003/05/27 13:03:50 gh 1.35.18.1: #109847#avoid assertion being called recursively

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d8596d384b767764b0853201355dc354155133c9]

        INTEGRATION: CWS sdk02 (1.4.14); FILE MERGED 2003/05/15 11:08:40 mi 1.4.14.1: #107627# prepared for @since tag test

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [93a6416e7b9e19c1c4349beb3641acfdb4b54515]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:44 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [58d53fadfe6615ae1334b8c7beb4475edb0faf0d]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:41 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ea43d459829b81155f547b571b5233a7b4e8fbe9]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:40 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6dae51f38e274c041ac220a21eb1a938941dc9ef]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:39 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [935a200f0aba2e9186d5b711978a94b9fe6d4890]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:38 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f268be28283f342ed17279fa6ba2614043496bb8]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:37 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1dcfef6a794c28fe9cbd4d29746437de4ec54c8d]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:36 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0e2ef9f35e6c909b57ace42f717af6c09108ee92]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:34 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [50fa6cf30a3687fbb790f7c25eb52daa670df9c2]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:33 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1f33dffffd8b2b69d0cb62237531863d549b65cd]

        INTEGRATION: CWS sdk02 (1.19.14); FILE MERGED 2003/05/09 11:24:04 mi 1.19.14.1: #109038# removed @optional tags, now [optional]

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0dcf0a2a0d457545f55a981beea458e87ca2f158]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:31 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4ea2cdd5b53efee14de348cb9a94f38ee4881c61]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:30 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [99ddef18334dd5a48d05fb6af627754ca2414bdb]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:29 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [475118cb636656c54607f6a95afb7669a0402f8f]

        INTEGRATION: CWS sdk02 (1.7.34); FILE MERGED 2003/05/09 11:24:01 mi 1.7.34.1: #109038# removed @optional tags, now [optional]

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f90398a4dd60c06edc06fdb7307f966ac3704696]

        INTEGRATION: CWS sdk02 (1.6.34); FILE MERGED 2003/05/09 11:24:01 mi 1.6.34.1: #109038# removed @optional tags, now [optional]

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8e8b3be7670ca5ae7336431dfc501f8aa2b00e3c]

        INTEGRATION: CWS sdk02 (1.6.34); FILE MERGED 2003/05/09 11:24:00 mi 1.6.34.1: #109038# removed @optional tags, now [optional]

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8dac53e51f264714dff50509cf2e06db6afe3441]

        INTEGRATION: CWS sdk02 (1.8.34); FILE MERGED 2003/05/09 11:23:59 mi 1.8.34.1: #109038# removed @optional tags, now [optional]

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [dcc4a605270993648e817d3a4faa4f4ca48a6a40]

        INTEGRATION: CWS sdk02 (1.12.28); FILE MERGED 2003/05/09 11:23:58 mi 1.12.28.1: #109038# removed @optional tags, now [optional]

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [31441dc08c32ed8c5b1980cdaada0f1d08d744e6]

        INTEGRATION: CWS sdk02 (1.7.34); FILE MERGED 2003/05/09 11:23:58 mi 1.7.34.1: #109038# removed @optional tags, now [optional]

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f373971f3de3f1fbed35feedd0ff987bc95f4568]

        INTEGRATION: CWS sdk02 (1.5.34); FILE MERGED 2003/05/09 11:23:57 mi 1.5.34.1: #109038# removed @optional tags, now [optional]

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [33e86e58882e2e71a7eaa45a32bbde9816efcc16]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:58:27 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [55d39716725054bb6ba22e63f921cc7c8bac3382]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:58:26 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4c1e20289c978279e3c1f561debf6cfcff7cc1de]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:58:25 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a95552a9febf5f768f27f99f41d7327ae78fa652]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:58:24 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9cdb88fc477d6959bfaa5d9153d118846f58a2a8]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:58:23 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a0fd82638df1681e76d77a24876c06e9c606d61d]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:58:22 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7f6c64f5d58c1e562d37c534ff20f3890f56286b]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:58:18 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [66803b4ed95aa39bb78b302b2e4bfadc7e449d37]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:17 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8765620316bc7aef60df6ad2b9c54af305d2ad51]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:16 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2dd066a6548c57050e728ad1b32eda9587a22149]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:15 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6c0be47d0b50de0511ce2d4635b48eb0c40334bb]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:58:15 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [cc11a9e6b39b96bf4167451570573ad9054e8b5f]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:58:14 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0a676f54d3569a221fec0f6d51e55ff980ffc713]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:14 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8609537b69ef5898ae0f5b87a685d603c24e870a]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:13 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [28c3afa068a2d54b8d99f1af17142c228d22d7ab]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:12 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9483c44fe5dd9bab17fe6b636e7512c9d5905031]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:11 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a9669d3b252a673dae0d9447d18d46cb589f1ea5]

        INTEGRATION: CWS sdk02 (1.8.114); FILE MERGED 2003/05/12 15:10:31 mi 1.8.114.1: #i14366#  wrong Links to MediaDescriptor

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5f2a2955bf7337f9238c5b3bc5d4967fa87fbc84]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:10 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a9b66a0474aef0cece3301db8e40d0978441236c]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:08 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [68fb533242b3e86b77104361378ec59e42514790]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:07 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [acb41c477b57e6b1c6b98830526c493c8637dcf7]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:06 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [56d114ec643f46066236863fcb685761057fbd0b]

        INTEGRATION: CWS sdk02 (1.3.16); FILE MERGED 2003/05/14 12:58:06 mi 1.3.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [96647b2f629af0f1902aa741fcff66dd6406f1f2]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:05 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [599ac8b09e7548f6bab5dfabbfa621c74e45a3ea]

        INTEGRATION: CWS sdk02 (1.9.114); FILE MERGED 2003/05/26 08:15:06 jsc 1.9.114.1: #107627# insert optional interface XPrintJobBroadcaster

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6e34b784014d9c271448f6e1f32974d20baf711b]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:58:04 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c8815f71cb8385ecef2ce23a6f7aae872b1482ec]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/06/02 13:44:53 jsc 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2003/05/14 12:57:58 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9c65b86d97c8c09af02cdadd84b4f7d8c73c242a]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:58 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5bf7456bf12c348644896d4fb0809fc516ce552d]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:57 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9eae59926804c7951e23936f70904741200b24c2]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/06/02 13:44:46 jsc 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2003/05/14 12:57:51 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [661c5182f74c241b8c051d05a6a61afc29dc8d0f]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:49 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [696b821296745b4cdbfb7e229d38d27749a1c830]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:57:43 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1d80fd2f4c5a9a050d52ff8ec1d61ce56333ef83]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:57:42 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0567c70b762e83b3d4009fc9aea6c41ba4a627a5]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:57:41 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [92080386293ca4756f11d236adec1dfcc7517683]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:57:40 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1ed8527235528fe0b98f894c227a8ec64e8ba8ed]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:57:39 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [38d976090ff0ac3c3b1f45c6fe2f5bf7b3976320]

        INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED 2003/05/14 12:57:38 mi 1.2.14.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [31a26dc75595256cbe2bda2d0877d9568ea6c9ab]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:32 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fd09de19e327da043348dbd9d887d64838491281]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/06/02 13:44:11 jsc 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2003/05/14 12:57:32 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [de4d498e06f066bb62486cfeb993003df016a053]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:31 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2df2f230881e7888c227b1644e1cb7435f000b4d]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:30 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5b6724ed881b85cd64eff27f76055b8be1293250]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/06/02 13:44:05 jsc 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2003/05/14 12:57:30 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [130e2f6cd7a0dc01ff30d997d4bcb97c1b326a8c]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:29 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1cc879de7f5aa16bf2b88cc22a6dbcf198e23c59]

        INTEGRATION: CWS killdraftapi01 (1.57.8); FILE MERGED 2003/06/04 15:41:39 jb 1.57.8.1: #110046# Remove unused drafts/.../configuration/.. IDLs

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [340a19fec463217a4cb981793061852f7eac51bd]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:28 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d5c1833218995bc019979f7b51128689879beb18]

        INTEGRATION: CWS killdraftapi01 (1.47.40); FILE MERGED 2003/06/04 09:43:04 jb 1.47.40.1: #110046# Remove unused drafts/.../configuration/.. IDLs

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [dc3ce929c2e837580317c74a449903bdc77f768f]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/06/02 13:44:29 jsc 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2003/05/14 12:57:27 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a4e2b1d5e021fc73dedb57698e55b5996a4df596]

        INTEGRATION: CWS killdraftapi01 (1.42.8); FILE MERGED 2003/06/04 09:43:04 jb 1.42.8.1: #110046# Remove unused drafts/.../configuration/.. IDLs

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [01836230ae018816872dd5f3d928076091a658be]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:26 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0f3fa310fa3f3b86410c50d690e40f0c0155dc76]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:25 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f8980fc7d1bb1eb872fbb9a7a7eb98c09aa8808c]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:24 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ed2ab873b9fa7c7b5c03392420978e07e154fbd8]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/06/02 13:43:41 jsc 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2003/05/14 12:57:23 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7c0c3d035d9f99a53da62ac2b109cb92b71da327]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:23 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6d914522c161a5c6bb0e870b4c3ac37737488cad]

        INTEGRATION: CWS sdk02 (1.2.6); FILE MERGED 2003/06/04 12:51:38 mi 1.2.6.1: @since tag was missing in IDL file which came though a resync

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b49cd68344ccdd115151270aae870dd0cb8c5aef]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:22 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [cfa33fe2036107f9abd6d1a254bc64e88a43c962]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/06/02 13:43:58 jsc 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2003/05/14 12:57:21 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9a1fd60b5718f0ad6c6306bc3a3bf07eb5e3c33e]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:21 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fd75178473c76a1a5ddbf1674b4684bc8aa98045]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:20 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [34496e86242dfed6b1e02e693949ec6943360499]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:19 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3d85756c8a00a7e6129e204d9cda8a49f910baae]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/06/02 13:43:35 jsc 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2003/05/14 12:57:19 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5b1a34c53791b3732020d9e63b4ba492d06dd440]

        INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:18 mi 1.2.16.1: #107627# @since tags for new types added

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [74e90864388478e9f0cf611778abdbe078c94f98]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/28 14:29:05 jsc 1.1.2.4: #109909# prepare branding 2003/05/23 16:29:40 jsc 1.1.2.3: #109159# chgange stlport lib for OpenOffice build (windows only) 2003/05/21 15:02:41 jsc 1.1.2.2: #109159# new copy structure and check targets 2003/05/14 10:38:22 jsc 1.1.2.1: #109045# new, global copy rules file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fc84e9d9f4f2864c13d6eb630873077d350787b9]

        INTEGRATION: CWS sdk02 (1.33.4); FILE MERGED 2003/05/28 14:29:05 jsc 1.33.4.4: #109909# prepare branding 2003/05/16 14:05:43 jsc 1.33.4.3: #109159# insert macro for us in script 2003/05/14 16:32:09 jsc 1.33.4.2: #109578# changed name Beta -> RC 2003/05/14 10:39:11 jsc 1.33.4.1: #108987# insert STL header files in SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3df3555235fff71d47b2527c63b7d584b4bfbd34]

        INTEGRATION: CWS sdk02 (1.14.4); FILE MERGED 2003/06/03 14:16:07 jsc 1.14.4.1: #109045# use WRAPCMD

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2c694f049f692fb23a2264492473922a697ff9b8]

        INTEGRATION: CWS killdraftapi01 (1.27.10); FILE MERGED 2003/06/04 10:33:29 jb 1.27.10.1: #110046# Remove unused drafts/.../configuration/.. IDLs

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b895ae56aec44a368a0b8eed9d26dc094e8f913b]

        INTEGRATION: CWS sdk02 (1.3.70); FILE MERGED 2003/05/16 14:04:36 jsc 1.3.70.1: #109159# check coyping

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [44a81967f5cadd9d785418b6abb673e9813c0b13]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/28 14:29:04 jsc 1.1.2.4: #109909# prepare branding 2003/05/23 16:22:07 jsc 1.1.2.3: #109159 remove GenericXmlFilter directory 2003/05/21 15:02:40 jsc 1.1.2.2: #109159# new copy structure and check targets 2003/05/16 14:04:35 jsc 1.1.2.1: #109159# check coyping

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fbd7b2d74352a20199b00010bee0fae082dcb2b1]

        INTEGRATION: CWS sdk02 (1.4.6); FILE MERGED 2003/06/05 11:25:48 jsc 1.4.6.3: #108987# change include to stl 2003/05/23 16:33:11 jsc 1.4.6.2: #109045# insert CYGWIN 5.1 check 2003/05/14 11:04:22 jsc 1.4.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [bb232b4e7b7dca191db23f969c42f6497325ddb8]

        INTEGRATION: CWS sdk02 (1.22.14); FILE MERGED 2003/05/23 16:19:43 jsc 1.22.14.4: #109045# insert dependency to example directories 2003/05/21 15:02:38 jsc 1.22.14.3: #109159# new copy structure and check targets 2003/05/16 14:07:21 jsc 1.22.14.2: #109159# insert new check directories 2003/05/14 10:42:50 jsc 1.22.14.1: #109045# insert example directories

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4794a97e100d72cab7edd26db873faae68d4ff22]

        INTEGRATION: CWS sdk02 (1.4.6); FILE MERGED 2003/05/28 14:29:03 jsc 1.4.6.2: #109909# prepare branding 2003/05/23 09:23:07 jsc 1.4.6.1: #109283# change dvgroot parameter in autodoc command

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [17a9e59f23de02f7c43d5abb0981f1652f23f1a3]

        INTEGRATION: CWS sdk02 (1.60.8); FILE MERGED 2003/06/04 10:05:01 jsc 1.60.8.4: #109159# exclude portal and webservices IDL modules 2003/05/28 14:29:01 jsc 1.60.8.3: #109909# prepare branding 2003/05/26 07:41:33 jsc 1.60.8.2: #109045# update DOCUHTMLFILES 2003/05/21 15:02:36 jsc 1.60.8.1: #109159# new copy structure and check targets

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [bb6bad4f3be6543dd4ca00c01b2056d0b5e63575]

        INTEGRATION: CWS sdk02 (1.5.46); FILE MERGED 2003/05/16 14:08:38 jsc 1.5.46.1: #109159# insert new script

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [85107e21d34d32cd77f2cbf019602d972a4c0bfb]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/16 14:03:14 jsc 1.1.2.1: #109159# check if idl files copied

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [67476c86d1599a092aea5dd5d5f63393ce37e0b7]

        INTEGRATION: CWS sdk02 (1.4.46); FILE MERGED 2003/05/28 14:28:59 jsc 1.4.46.2: #109909# prepare branding 2003/05/16 14:08:37 jsc 1.4.46.1: #109159# insert new script

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6bef716cc191ebf684b1b9ee7ab6b9649a87a8ec]

        INTEGRATION: CWS sdk02 (1.13.6); FILE MERGED 2003/05/14 11:46:15 jsc 1.13.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d4fbd9346acfc146fad2c5cfbdbe52d086390246]

        INTEGRATION: CWS sdk02 (1.2.6); FILE MERGED 2003/05/14 11:46:14 jsc 1.2.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5ba35723bc73258d24ed2af00c65bf5d93406fd5]

        INTEGRATION: CWS sdk02 (1.2.6); FILE MERGED 2003/05/14 11:46:13 jsc 1.2.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d629574d4677fd294c0163b303becc6d98af9c38]

        INTEGRATION: CWS sdk02 (1.8.6); FILE MERGED 2003/05/14 11:46:12 jsc 1.8.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9778db3b3af0c21db6fcf21fff269f8cfd120bff]

        INTEGRATION: CWS sdk02 (1.10.6); FILE MERGED 2003/05/14 11:46:11 jsc 1.10.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ec377d8cd114d9efca8c6d0b16a52a90519d4730]

        INTEGRATION: CWS sdk02 (1.9.6); FILE MERGED 2003/05/14 11:46:11 jsc 1.9.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d4c14ef14516b8fdca54bc0228b11a5de0352684]

        INTEGRATION: CWS sdk02 (1.12.6); FILE MERGED 2003/05/14 11:46:10 jsc 1.12.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d3a39edd9a71555653a10971c331162e1b2ec826]

        INTEGRATION: CWS sdk02 (1.2.6); FILE MERGED 2003/05/14 11:46:10 jsc 1.2.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [570a901d58c05f10ab6a3b9c0c67008a67118ad1]

        INTEGRATION: CWS sdk02 (1.2.6); FILE MERGED 2003/05/14 11:46:09 jsc 1.2.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b684d8434ce96f78e176835b52a6c5bba8bac5f6]

        INTEGRATION: CWS sdk02 (1.9.6); FILE MERGED 2003/05/14 11:46:08 jsc 1.9.6.1: #109045# insert JAVAC_FLAGS option

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b58150eea87b4fea08496a3a46ff2b8a77eca4e0]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/16 13:53:22 jsc 1.1.2.1: #109159# copy separately

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [56ad7948412b023ea133a54a082ec97c2e6b3af3]

        INTEGRATION: CWS sdk02 (1.4.10); FILE MERGED 2003/05/16 14:01:30 jsc 1.4.10.1: #109045# improve build process

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6ed38299b47bff174eafa28bc0a758f0824b7844]

        INTEGRATION: CWS sdk02 (1.3.6); FILE MERGED 2003/05/16 14:01:28 jsc 1.3.6.1: #109045# improve build process

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b904fc4a0ba601356523f852727aa5d2c7dd6674]

        INTEGRATION: CWS sdk02 (1.11.10); FILE MERGED 2003/05/16 14:01:25 jsc 1.11.10.1: #109045# improve build process

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a21fa1c7e1deb4b20e746159cdda4bdb5d321b5f]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/23 09:27:44 jsc 1.1.2.2: #109045# remove genericxmlfilter 2003/05/16 13:53:20 jsc 1.1.2.1: #109159# copy separately

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [87e7987f5cbc69eb282300444d298893e01aa407]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/16 13:53:19 jsc 1.1.2.1: #109159# copy separately

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0692696ea9c51380699916cb992c3345514af826]

        INTEGRATION: CWS sdk02 (1.6.6); FILE MERGED 2003/05/16 14:01:24 jsc 1.6.6.1: #109045# improve build process

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [acd27be25716ccc402c8465a7513fd1917d918dc]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/16 13:53:18 jsc 1.1.2.1: #109159# copy separately

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5ed79012f2e61640c5ab90730e84dbc81a541463]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:52 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e3577129242611eb93160607cfce6f745dfc7d77]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:26 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [eb6267ec7113680ee6a7d85cbb7c0dde05f2ceaf]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:47 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1209c50db96cb1479a5e9ab88065f32663c61efe]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:46 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3190fddb1cfae045f09ceb318a6a9002bae405be]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:44 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b3aa7aa8c620327a5cb595ab556dcbc07382ccc4]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:43 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [05297e3ff49dd27b197650a8fd218c416b24910a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:42 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7a037e0fe83852444a1c67d5cc7b8e68cb1fcc1c]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:41 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5e34af850f68dd2969a64e342188c74ac77b0329]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:40 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8a3a4800dd80cbefdfbd6880a11d068374f2e1c3]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:39 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5032a10cafcb2e6dae8c4291298cd449f4700ab1]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:38 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ea90fe2e37273712afc0c2227f55e99e2ab999ae]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:36:37 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [be85844b979a8d58d28f6b0e2783816f3de74884]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/16 14:01:23 jsc 1.1.2.2: #109045# improve build process 2003/05/14 10:35:25 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [370dd91e6be7b1aaec3662eb6b277f714198b7c7]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:34:10 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [901d5ab73a0173f55e820754df5b3f15567a81a5]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:43 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:34:07 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1ff66e5de0d3881c3e2e2fbcec2efa98d791f081]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 15:49:11 jsc 1.1.2.2: #109045# correct spelling 2003/05/14 10:35:24 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e932ab9579a8b2179d9e89f3a622a640bbb85b99]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:32:08 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1c79cdb9e4259be9a5b8a3d1ea793391d03c164a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:32:07 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a223e6013dc07b6bb62c0b40de3903b8b7505573]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 15:50:44 jsc 1.1.2.2: #109179# use of AnyConverter because of ClassCastExceptions and improve error output 2003/05/09 11:32:06 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f141262b16c6a1d2e3d3809111acd57a87d1b87c]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 15:50:44 jsc 1.1.2.2: #109179# use of AnyConverter because of ClassCastExceptions and improve error output 2003/05/09 11:32:05 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [61c91bea679e63dc59067529767597d36a14591d]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:43 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:32:04 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [da8a3597ba54839360e07c846d22ab4cf8e6be26]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 15:50:43 jsc 1.1.2.2: #109179# use of AnyConverter because of ClassCastExceptions and improve error output 2003/05/09 11:32:04 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [493d7c78538377ac31dcf2bfd6499a641ca83ccb]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 15:50:43 jsc 1.1.2.2: #109179# use of AnyConverter because of ClassCastExceptions and improve error output 2003/05/09 11:32:03 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b9b536654aa826a87245c72c95e1b3ae8c403836]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:32:01 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c5e5328d10354e55525d357f6e50d16672da2afe]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:41:15 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c719172e0a6944de046f059ad2f7f049b93b36fd]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:41:14 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3136e72e40cddfbacd336c0c1d4a07e9d3acebd0]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:42 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:41:13 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0f2d9f6e327c567bdd31747590f77bc39a6d6b68]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:41:12 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7003d5762a5f42262e1da4eb0e84163f7f21c74a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:41 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:41:11 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3815364ab58fde144e92fe304e6012d08c617826]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:41:10 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [76be2dd6348f3115daf7d5a653b3eeb3ed2b4081]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:41:08 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6df554e611ce25ad41c8ae7b3b01c511a9110e01]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:41:07 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b8106e1cf3763a41955522480d16e2bfc290a07b]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:41:06 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7afe466b7d40e1e7c96d7b6261620e7c841bded4]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:41:05 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9dd3feceeb2248f757ea5a3e5a0782d1ff879550]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:23 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4525faf90914db61ebf5bc0e1ca4256c986de859]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:45:34 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [aa5758958ba36689b6e801ad18f13f84b58b90a5]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:45:33 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [dbb1b5079edc785a13577aa62f5a6f9064b7f04e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:40 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:45:32 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [62fad96b9f8cefff7ebf0f6d2c9f0b88c01cefec]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:47:09 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fa4bdc209067b923ad3b6f2cc6c4e554b7cf655f]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:39 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:47:08 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [95de672d2a649c054874d6be1d4a20495d3dba30]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:46:22 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [59d7d7222b90a1e3392c9edf929e1b64bd4eaa34]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:38 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:46:20 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1ecf70684a9b2ddbcce92f0ff1e6bca4e2e14806]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:17 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [49386e6b982cfc1642f6a591f9cfde58176369be]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:15 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [577df26a2ff407db26b3925e7de861f0e06a22ef]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:12 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7d7983746dc195326d6ef1a88b4207ffae05c4c6]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:09 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7cef140f9350f24ebc1814c0fa388ed050410c7b]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:08 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ea37ac29a3ea7b05532ae6f49726ae6d009db02c]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:07 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9f061c4ced11de8bdfaad185960faa695affbbb3]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:06 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1fbc7a49e125facc5a10f575c68804cfaa553090]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:04 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d0f897503511b9f1cf1dd7a5fd1e71716da6299f]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:03 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b124a9a504a3365016160a5b5fbc8ee35a306f76]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:01 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1f1f9bb0787b2aa829678c47c5fa8b536847303d]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:00 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a0f7cacfa5d0a90e2f887dc502693db57fb0cd05]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:37 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:43:59 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1093e26b9af2c075a21ca129fc8c71a42250fdaf]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:43:58 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [83f77b18501b3d2fd9b9b358e1871408c13afe88]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 13:34:55 jsc 1.1.2.3: #109627# insert aidans changes 2003/05/14 11:03:36 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:57:54 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f7eaec41eb72bb355f283081ccb1078ec1eeb463]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 13:34:55 jsc 1.1.2.1: #109627# insert aidans changes

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f2234232ea834c59194bb2f6a3dd96e077bd1788]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 13:30:50 jsc 1.1.2.2: #109627# insert Aidans changes 2003/05/09 11:56:55 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [cf54babde5f0beaadd10362ea15b248d4e049b84]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 13:30:50 jsc 1.1.2.2: #109627# insert Aidans changes 2003/05/09 11:56:52 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fee58aaae1238a8f02154b964b48411f5c0c5848]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 13:30:50 jsc 1.1.2.2: #109627# insert Aidans changes 2003/05/09 11:56:51 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [cc5387b822ebd73d0713e8d8a8881ccb156e4c2b]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 13:32:26 jsc 1.1.2.2: #109627# insert Aidans changes 2003/05/09 11:55:53 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [200f4de61f0b87927957f4cc66625c945fc33255]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 13:32:25 jsc 1.1.2.2: #109627# insert Aidans changes 2003/05/09 11:55:51 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f3a777535ad9be1fb61a64a906c106468f25509e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 13:32:25 jsc 1.1.2.2: #109627# insert Aidans changes 2003/05/09 11:55:50 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e3683ccf631fa51c2adb6b748553c08beefe2bfb]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 13:32:25 jsc 1.1.2.2: #109627# insert Aidans changes 2003/05/09 11:55:48 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fc377f6a68f99bc3a55056a9efbb9b1d3bc05c81]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/26 16:25:35 jsc 1.1.2.2: #109888# oor:node changed to oor:component-data 2003/05/09 11:54:17 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c42f6e9055406c0c8ae996bdec8fd671288a018a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:35 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:54:16 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8d5d10d317818d840e0d46ac8cf161dc9efcd25e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:54:15 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [afe777963d30c9561181c0fcfee96c8023fd6801]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:54:12 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a00181d15b6f1aa60879b6693cdb217d63a77447]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 14:02:40 jsc 1.1.2.1: #109045# new

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [558e97f91fe47a2ef5111ea272df5606208e5a07]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 14:02:39 jsc 1.1.2.1: #109045# new

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [03b23ffdd01d8dcd471547fc8b7917b65df55ebc]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:40 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ac144e481a0f5028a7cab619de101d018be41f92]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:38 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [482d6b133f326c79f0ea5ff5bacbd5e3e9e28ed1]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:34 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e44eb92683468dc71daf7aa300aee8c17af31c65]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:29 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1f0a45dbf583e202f3a2085e911eb84dbc169d34]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:28 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4d43275101606ff38b0ae8ce8d348655e144b231]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:24 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [bfa71a99db188dfa8f53fc8f46b0ffde41d91cec]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:14 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [92fb67b58ea4aaf085eab392f7e4c37327224f93]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:12 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [260a2b8a54838b28284a86f6b7794c3ce89d5d9e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:11 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [cd272ba9516d16fb28c944b44752081354e68bde]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:09 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [33db08b6d1830d0c4719aecee90606a90f8ff556]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:07 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [eb479fc460184377e6b775543d648a2cc37c6156]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:06 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ef1df24f7cc52ca57b2fe26e2848939703ecaa3a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:35 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:51:05 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3c8785cfae6f213ea29af5dff8eb3ac6b650c09f]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:04 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b462495218fa165ed826af2768ce1a6b83bdeb19]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:01 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2a274cefed0a41eb37cdefd9d0d7e4cf9c681e6a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:51:00 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [444f29c97b97bf416a1384c6cf24bec691f66462]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:50:59 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fa54b8a3c0c8880ea7ba0dc9ce5631758f15f26e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:50:56 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c3b184f4bedbb1b9ba5b1f13dfad18b5140ecc8a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:50:55 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [14442f19533f56b418d5f568413fe94340cac11b]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:50:52 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8a8265dcaa5d3fc3c7a15dbce83930be72ed174a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:50:51 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e56088aa5def6e4ec231dabac37fa72fe2916069]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:50:48 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [af70190331b9a3ce0dd14f6cbaacc6397452133d]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:39 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [09c833b202d472c10a23228082dfb90b2a1816f4]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:34 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:44:38 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [813f181d3a3628a748691dcb642ffc2ecc2d5b0a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:37 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [68fcbf0f5ca9f3a07949133503bf780b12038d9e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:36 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9b4ceb52007a2d2ef42324eef2a36c728df3bc76]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:44:35 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f6df17d09e3651d5b3d1a8d5b8153a110fc22c7d]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/23 07:37:56 jsc 1.1.2.4: #109045# change file name, XFlatXml.java -> FlatXml.java 2003/05/21 14:58:18 jsc 1.1.2.3: #109045# copy new examples 2003/05/16 14:01:21 jsc 1.1.2.2: #109045# improve build process 2003/05/14 10:35:22 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3517ffa26b923dea31fec6d59428bc964883ecc9]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:58:33 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6a28e184d4000637bb03c94aa845a4c17b30ef35]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:58:32 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a82d75ddd1c3312fa6246ceb4a6cfbfab7cd7f91]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:58:31 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7cc26c8dfe6335a6754ef69ca295e739dc9f6abd]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:33 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:58:30 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [73f9143be9261c614c8855b25798ca78b7f52b49]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:58:29 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [594594b217960ddf60c62fcb101c70b242610a75]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:21 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d15b99be94fbb8182758d42bd71f995a97cc1db5]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:30:29 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3053072b20b1d68c99b2d752eb508eda267ef9bb]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:30:28 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1c637383b82383a8f0cab4d4245270636deac7f0]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:30:27 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [51d8c5f1ec3d93bc0db6881b7b9081e5803a19bf]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:30:26 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d1b873e295c45f1d59735194c3ab9e22d4c485f6]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:20 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a502efc616a9ff78cfe59b65852c27916b48011f]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:51 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6acd670ddfc23662e47514492c77cfbb763bc3b2]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:50 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [75c7a06f299617da2a85d4fd216b0e8ab163a475]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:30 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:26:49 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [40ae55852c0556a8698d45b5d02bd3a359d4637a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:48 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c8f0a3b2cc4ef956f66d304a8ab16300ac0a3730]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:47 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [85442e6aa2aeb001c29a6686869a80a7b492ac81]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:46 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8b4fdab371e9c5ac262eca9daa2def5e97d9c898]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:45 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [deb43ba2e2c3d7e375445f9d2f0578f5b83f8fea]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:44 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fe6a04bec7cb51990440efb2a885193001339d33]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:43 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d615ba470e0fafadb522ac94f9f8cf82743ea122]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:42 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [22a66e28e1e1662495551865cbcb0a93235c5a8e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:41 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [487b065cff4af3de393310e5b1a463d190a66bdd]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:26:40 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8877b78cd9e69854855db9d27c9d9cf787985b05]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:19 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1e11735926b0dd8f6d8b62376636062cc0f1bd5c]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:29 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:24:40 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0feb737c80cb624775324a4e5be1433e6318d074]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:24:39 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [72a85989041927c85a7180430cd0f0f1f3930b3c]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:24:38 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [94144a5a84f39c01494d604f89670fd6faf44e5a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:24:37 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [45592156dfc6d73274ca726f7895f01ae35da16a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:18 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6083cc4f29876b3c1512de6bc38e727119344455]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:21 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:26 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b99caea9657940b15a1e542d5c26e9a5544bdedd]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:19 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:25 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [116d70327d589f8f9834887c4a3e3c9641e9f298]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:18 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:23 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [db9b201507fffd6924406bc716a47e6a6c88abab]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:17 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:22 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e56619eb1cf5101333a95b8ec59f48d6653b624f]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:16 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:21 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b6ed098f7de3efa3c47a22c0279a910125d22a10]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:15 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:19 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b49a3d7e730c1c4bd8ec4787bab00127a63e4692]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:29 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:23:18 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e5f59bdd63806a9fef46ec4db668ad8392b07a46]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:14 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:17 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [686d901d961baa73ac7b0b503e9a90241b05b24b]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:13 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:16 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9064c38359c59addae5b5e0f79156509d8e13ce7]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:13 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:15 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [37d8d6dec12d339bdf886ecbd84b74622ee94c6e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:12 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:15 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8e842ba30dacbe6baf156d426dd98d97431bf281]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:12 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:14 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e9883433c94aec595be8e22522fa968187b991bb]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:11 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:13 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d0e35a0f27c63ca60810c7d51558a6367245c654]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:10 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:13 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [40c8cd6176dbea3a9cb79ccb5d04e2fb736dfa69]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:08 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:12 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [418edee47595070b223860e442eab28f4240a390]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:08 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:11 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [066e851228bbd2253d1335f8bb965353478013e3]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/22 15:01:07 jsc 1.1.2.2: #109793# insert changes of SJ 2003/05/09 11:23:10 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e3fcc415f32abc1d4f446fda7804afd418282c57]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:55 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3caa8fb569f856099b5dfef9aedeae9820d63890]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:54 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [50354f03fa8ff2510bb6f7bd0e5d5b47f3bd8643]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:51 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [72cb97f93cd7858fdb755491cbd1cf44f0bad1a8]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:50 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [fbee19f5d8ce786fe2417371c17bbf7dfb080102]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:49 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d65451e6b3ae723c3bcebfe0f88083cde9dc8106]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:48 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [94550fdab2053701c4ad52bcba2cbc09dee807ff]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:47 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [36075a33cb826a0b08e5ff7ef5fe1c9f766d8892]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:46 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1e0cc1e46452e29f7e138ab8624dc576d9403b67]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:45 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4df59e27cba3d0c4f9dd3e1cf8013f875038cc2d]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:21:04 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1676d51d09b114a8f9f102e8be3fde8e7c9ae74e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:44 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7f580e43371b84afe77a014ceeb76990c4f9c3d7]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:43 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [552088282c18d02caf068f02ecb65d3a3e8594fc]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:42 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2be1b2f13e996a6652ba39e8c174889da3f69edb]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:41 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [210ffb67417f5c9b743f1aa3d57fd02a8538cc01]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:40 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b23a1f83ac84f16197f6cc7dd9917ea5d6ccd868]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:39 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3fe53462939b59ba6d8ecbac808a67a8b64202f8]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:37 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c9751e11027ead77bf3aa76ff130b04a6082d311]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:35 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4b494071b6b48b7667b3a68ded571c5a7f422ae1]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:34 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c263ef7d43b4e73ca2b8a461c5b3d1ffa0876d5b]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:32 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6f90c9ee249e8996ffb4b6e38fcf41d0a8226e1e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/06/06 09:34:54 jsc 1.1.2.3: #109786# remove hint on source directory in cvs tree 2003/05/20 13:04:29 jsc 1.1.2.2: #109786# remove wrong path 2003/05/09 11:19:30 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ddc5241454756afae877206a701b7f1dabaa3176]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:23 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [972932c2b65799beaf594f656e7392ec4fece7f8]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:17 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [08d635fd223d4f4b4c96d3f0a74227058567784f]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:22 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [484b3610163b4f0cb14f165ba16fe774a45b58fe]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:20 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6791d689cd41c2b96bc1c4361ae3ee4b2fdddab3]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:19 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3f4c7694f0c4e443fbc05d11020e25b12ddc1634]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:18 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5c77782b34e961b0e89253b86a74c6c5c92a74ff]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:17 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [8065d433ffe28a7f431317de20ce4a2501813d61]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:28 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 11:19:16 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9cb4724a78e3a92935a2e2b2eb9c8291114ab0f6]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 11:19:14 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [22571c8792f2966c652ad02118a41caff7e73289]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:15 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [eb4ff64c3ccf5a1e0da4b5229e1c091f2cf32b41]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:27 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 10:45:58 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3f0c0f1e86e1583508d9fe7eeae455bb8387b89c]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:45:58 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [cb5a63a2677ffb1a6f705f78ad7eb59dc0e17b13]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:44:43 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5689823b4d61489cb77638b6cb7bfb2d085405a3]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:26 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 10:44:42 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2baeb7f6a16cbd94217e112c81e77e32fda08db5]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:44:42 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [eac5047b1bfb9e579bab4cf9bce63ee9390cca27]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:44:40 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ee9162c88dafe5fb546c957f52d4c327a26a8eed]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:25 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 10:44:40 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4bf6826e32ad84c866eb7e11c8439d9bf3fd021c]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:44:39 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3440ad7d367851a58247f03a7bd703955984614b]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:44:38 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2406e8dc0fdc953e9a5d8d5b5dfc64ba0503daeb]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:44:37 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [eb68d5141ae7e2c7e1c096776eedc7d614879607]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:42:49 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [23c83ba89fa1fafd56142ca1fdc7c89c8b486df3]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:42:48 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [dac51e2e86ba0d180e7d2dd8d5091611c2711ff1]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:42:47 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [57847995ee7fc8644b46f3a9beb36bf1293c5e9f]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:24 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 10:42:46 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [412cd21dbed3d09a8d50bcb9318467a7f6bb0aa5]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:42:09 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [24ab5f3368ae5f9a22c76750dab22abc15d9596f]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:42:08 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9fa246100f8a4a18c2aa98b5ae709110bcad4c34]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:42:06 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1b893d211069b806ca4d553f1cb3bbba74c70ba8]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:41:15 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a3c05a488788bd9a822da2fa0b9774d600a151ad]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/26 16:17:22 jsc 1.1.2.2: #109888# oor:node changed to oor:component-data 2003/05/09 10:41:14 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ac25b09ad2dc454d4b6600ab8a00c156053deae9]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:23 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 10:41:13 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [e5b34da410145f3c6fab50a0177f4c23283325a8]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/26 16:17:21 jsc 1.1.2.2: #109888# oor:node changed to oor:component-data 2003/05/09 10:41:13 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [408c308c7a1c3dfa8893c40fe622d8de4ec2acd5]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:41:11 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [cd4057da38929caf83a20993f2e98da969a26259]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:41:10 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c27a9223d6ed15b6fd970494a313397398e6ce13]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/26 16:17:23 jsc 1.1.2.2: #109888# oor:node changed to oor:component-data 2003/05/09 10:41:08 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d909ed8c446c2a85faec7dfb53653f0e95645060]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:41:07 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b777cc93671e5c5ce492c33d090ea8591fb20811]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/26 16:17:23 jsc 1.1.2.2: #109888# oor:node changed to oor:component-data 2003/05/09 10:41:07 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d004b8475e45ffb1a22d0b535ec5dd2178e5be46]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:21 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 10:41:06 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5cecc991ae7fbbd7a8b142ea3018ff148a1adb42]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/26 16:17:19 jsc 1.1.2.2: #109888# oor:node changed to oor:component-data 2003/05/09 10:41:05 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [706eefeb034020e632b927eb2588a753b9afad7c]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:41:04 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [bbf52a935208c403428c079a9eddd656d1015e5c]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/26 16:17:19 jsc 1.1.2.2: #109888# oor:node changed to oor:component-data 2003/05/09 10:41:04 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [26c8eca326651fda193dc8d4f34a780da3fc39d9]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 14:58:17 jsc 1.1.2.2: #109045# copy new examples 2003/05/14 10:35:14 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1196fd356520f3c40fc535dd93ce761e749f4ff3]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:13 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [4fccd3940299b2261187b61790d56c6a5ec88875]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:36:56 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [25d0a1caa43a9845ef8d97a1e759b8e2bd6333f8]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:20 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 10:36:55 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6971926668618155d7e1eee5992f8919d0ab0578]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:36:54 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f8c1ca5303dc64e604f0b6457d503c4d97103934]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:36:53 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ff2b68667b2d9c7d9b5524a5ba4cd8295635dc02]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:36:52 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a5d993fa0350266711501ed456d244b2f3fac1c5]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:36:50 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0292f18ec4cdebb3f9870ce05d776a95fa58e13a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:36:48 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a1c366d1be1cd35df4d49e3e18199c174e52eac3]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:36:47 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2b392159c18d11e999fbd550c20c918eb1a05ba6]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:35:00 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [bedcb28e9aab86439bb50fb438b1d7c5acc144bc]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:19 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 10:34:59 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [bfbe9dead81ae6c95037f0c4ca4a8c5c6beef9ee]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:12 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [cf0370e3a7bc1f65fbb83b0dfbe89fe5ce12c278]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 10:35:10 jsc 1.1.2.1: #109045# new, used for copying examples into SDK

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [2bd42ea169ff55713d4224c191454697e3e23542]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 16:14:43 af 1.1.2.2: #109790# Adaption to recent UAA changes. 2003/05/09 10:31:19 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [9a226cb9f8465822f78f595a7428be514a8c30dc]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/09 10:31:18 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d98e9740b4fc3cf88acb1b524c0487cc2d541a29]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 16:14:42 af 1.1.2.2: #109790# Adaption to recent UAA changes. 2003/05/09 10:31:16 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d26e5818bc207a84ad50dcb7c527f911ca37793e]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 16:14:44 af 1.1.2.2: #109790# Adaption to recent UAA changes. 2003/05/09 10:31:15 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ac3bd05cbcb959484f460a00116fbfccf980a462]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 16:14:45 af 1.1.2.2: #109790# Adaption to recent UAA changes. 2003/05/09 10:31:15 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [745a2c33fac78173d6eaca4bda99963977f9af8a]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/14 11:03:19 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option 2003/05/09 10:31:14 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d0f59f66a1d64e02843691989c91d681fcfaee77]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 16:14:42 af 1.1.2.2: #109790# Adaption to recent UAA changes. 2003/05/09 10:31:13 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [3f41661cc543ac57a4fb54852a9e3a0c59cbc7c6]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 16:14:43 af 1.1.2.2: #109790# Adaption to recent UAA changes. 2003/05/09 10:31:12 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [5c9ddd310920ccfdf6baa10e110e49bd8df742f9]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 16:14:44 af 1.1.2.2: #109790# Adaption to recent UAA changes. 2003/05/09 10:31:11 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [0aa651578327ca8ae0f13b3bbbe8393bfadd17a5]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/05/21 16:14:41 af 1.1.2.2: #109790# Adaption to recent UAA changes. 2003/05/09 10:31:10 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [940f10686157cb458f1d5e97aebe43c6d57021ea]

        INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED 2003/06/06 11:35:55 jsc 1.1.2.6: #109632# use new logo_color style 2003/06/05 13:42:55 jsc 1.1.2.5: #109045# correct links 2003/05/27 13:19:00 jsc 1.1.2.4: #109045# remove typo 2003/05/23 07:35:53 jsc 1.1.2.3: #109045# add new examples 2003/05/14 10:36:27 jsc 1.1.2.2: #109632# set background color 2003/05/09 11:37:29 jsc 1.1.2.1: #109045# insert new and remove example zip file

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [088f612a752793cf02a684a2ca18892271e6746d]

        INTEGRATION: CWS sdk02 (1.10.6); FILE MERGED 2003/06/06 11:35:50 jsc 1.10.6.2: #109632# use new logo_color style 2003/05/14 10:36:52 jsc 1.10.6.1: #109632# set background color

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1fcc3418041c8794e9fc614e376b14ec41c85bcb]

        INTEGRATION: CWS sdk02 (1.1.42); FILE MERGED 2003/06/06 11:35:49 jsc 1.1.42.1: #109632# use new logo_color style

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c1004b4f2f24132a0401d1876657e6e02919754b]

        INTEGRATION: CWS sdk02 (1.6.14); FILE MERGED 2003/06/06 11:35:48 jsc 1.6.14.2: #109632# use new logo_color style 2003/05/14 10:36:52 jsc 1.6.14.1: #109632# set background color

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [541a6a9fb0d7ae4c8b821b7b8857838b7a161aff]

        INTEGRATION: CWS sdk02 (1.13.6); FILE MERGED 2003/06/06 11:35:47 jsc 1.13.6.4: #109632# use new logo_color style 2003/05/28 14:28:58 jsc 1.13.6.3: #109909# prepare branding 2003/05/14 10:36:52 jsc 1.13.6.2: #109632# set background color 2003/05/09 10:04:07 jsc 1.13.6.1: #109284# remove links to configure scripts because they are not really needed

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7a55e9aafcb7b5356f8deadd5cf67dc24c7f418e]

        INTEGRATION: CWS sdk02 (1.11.6); FILE MERGED 2003/06/05 14:27:13 jsc 1.11.6.2: #109909# remove version number in setsdk* files also 2003/05/14 10:41:13 jsc 1.11.6.1: #109152,108987# change version number and remove STLPORT

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c09613b7a953c0aa5c9dfa679e9c6de6488c4787]

        INTEGRATION: CWS sdk02 (1.13.6); FILE MERGED 2003/06/06 11:35:44 jsc 1.13.6.2: #109632# use new logo_color style 2003/05/14 10:41:58 jsc 1.13.6.1: #109632# set bachground color

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [bdd51338b0ecbd3163d91b75465929ef8913ed20]

        INTEGRATION: CWS sdk02 (1.2.6); FILE MERGED 2003/06/02 21:40:30 jsc 1.2.6.3: #109152#modify checking gcc version 2003/05/28 14:28:57 jsc 1.2.6.2: #109909# prepare branding 2003/05/14 10:41:12 jsc 1.2.6.1: #109152,108987# change version number and remove STLPORT

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f793c645c6eb19441aeb67d9aa11c4d0c040acc5]

        INTEGRATION: CWS fwk05 (1.4.6); FILE MERGED 2003/06/03 16:12:55 lo 1.4.6.1: #110030# no more -display or -plugin in shellscript

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [73dac90dea2cc0599a55535125c4e73d82ac3ed2]

        INTEGRATION: CWS fwk05 (1.28.140); FILE MERGED 2003/06/02 11:57:45 mba 1.28.140.1: #109986#: delete Object before container

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [7640a5e88604950e09f2ae07b3b857a61a411016]

        INTEGRATION: CWS fwk05 (1.19.54); FILE MERGED 2003/06/02 15:58:32 mba 1.19.54.1: #110026#: additional print options

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1ee279027c2897287b4673d74ac7e16b14b805d4]

        INTEGRATION: CWS fwk05 (1.67.4); FILE MERGED 2003/06/02 15:58:54 mba 1.67.4.1: #110026#: additional print options

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d908f566cbecf4c6e7ad2381dc0863fbe3c5d4db]

        INTEGRATION: CWS fwk05 (1.15.20); FILE MERGED 2003/06/03 15:46:50 lo 1.15.20.1: #110030# bDisplaySpec set to true for -display

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [567751679ba16ea16fcea68028f48cba889924d0]

        INTEGRATION: CWS fwk05 (1.20.6); FILE MERGED 2003/06/03 16:03:59 lo 1.20.6.2: #110030# reset to open state after setting display 2003/06/03 15:46:50 lo 1.20.6.1: #110030# bDisplaySpec set to true for -display

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [143a50d2dac7e938098c351ebfa1faff413fc31e]

        INTEGRATION: CWS fwk05 (1.111.10); FILE MERGED 2003/06/03 12:02:02 lo 1.111.10.1: #110029# shut down again if OpenDefault() does not produce a valid component

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [ce3ca2bd0e9215cac676ac80fd0db54a989aae3a]

        INTEGRATION: CWS fwk05 (1.86.2); FILE MERGED 2003/06/02 11:57:03 mba 1.86.2.1: #109896#: return value for macro handler

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [332142a44a2ce33b3ce4270efdab0f0826ccf07c]

        INTEGRATION: CWS fwk05 (1.67.2); FILE MERGED 2003/06/03 12:40:13 mi 1.67.2.1: #109379# Office terminated even with open OOBean

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6d12891e85551f4228c27883b704e1bb5c87228b]

        INTEGRATION: CWS fwk05 (1.6.14); FILE MERGED 2003/06/03 09:32:31 cd 1.6.14.1: #109983# Provide resource based backing comp accelerators to menu dispatcher

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [500c866b9afad590607cb44485154ec18a822044]

        INTEGRATION: CWS fwk05 (1.2.36); FILE MERGED 2003/06/03 08:39:40 cd 1.2.36.1: #110031# Use boolean value and not result from Any stream operator

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [c1d45c1987fbc86ec8a5421d1c7d7dd7cd28e9b1]

        INTEGRATION: CWS fwk05 (1.11.14); FILE MERGED 2003/06/03 09:31:44 cd 1.11.14.1: #109983# Framework based menus can have resource based accelerators

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [6fef31e82da3e5c27b911c47886ae12cc02c1151]

        INTEGRATION: CWS fwk05 (1.3.92); FILE MERGED 2003/06/03 09:31:32 cd 1.3.92.1: #109983# Framework based menus can have resource based accelerators

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [51043453691a053fac036b34498e9e005d0437a2]

        INTEGRATION: CWS fwk05 (1.14.36); FILE MERGED 2003/06/03 09:31:14 cd 1.14.36.1: #109983# Framework based menus can have resource based accelerators

2003-06-10  Vladimir Glazounov  <vg@openoffice.org>  [b5805b1e0f9dbdc854700ec0721d5665700daf94]

        INTEGRATION: CWS fwk05 (1.23.42); FILE MERGED 2003/06/06 09:20:10 lo 1.23.42.3: #110030# fix allocation problem 2003/06/03 15:46:16 lo 1.23.42.2: #110030# printf removed 2003/06/03 15:38:23 lo 1.23.42.1: #110030# use -display command line option for XOpenDisplay()

2003-06-10  Noel Power  <npower@openoffice.org>  [5692c7fe8c33a973fdd2ad74f0b19f775e9aa4b8]

        Bug 15438, various boo boos in the starbasic code

2003-06-06  Tomas O'Connor  <toconnor@openoffice.org>  [f98336ed98dd4f3949b15c90d79e34582a449427]

        IssueZilla 12345 - user should be warned to close document before deleting parcel

2003-06-06  Sven Jacobi  <sj@openoffice.org>  [47d51014667c5ec7807da139c910f6fc4c7a2ab0]

        #i14676# fixed merge conflict

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [5190a0a19d09511d036e5ab6eef83dc8f99dc24d]

        new version for SRX645

2003-06-06  Rüdiger Timm  <rt@openoffice.org>  [0ee9a628fed3ae8ba6f9ecf4d25d9f26833002ca]

        new version for SRX645

2003-06-06  Kurt Zenker  <kz@openoffice.org>  [838995250297b4fbdcdaf7a241c32b721c9937cc]

        new version for SRX645

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [f0e1761438cce69fb37caf599c28375310441bf5]

        SRX645

2003-06-06  Hennes Rohling  <hro@openoffice.org>  [477e657cc221f4085b5bae4943b87715140b188f]

        #i15275# Move crashrep sources to OOo cvs module

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [9b3cec96b4a3b0d334e873e298c2c002c6122079]

        INTEGRATION: CWS draw15 (1.73.32); FILE MERGED 2003/06/03 08:17:06 sj 1.73.32.1: #i14676# force embedded math objects to recalc its visarea

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [097b8d38383cb2752081ec1d5e2f53e3c7712c2c]

        INTEGRATION: CWS dba07 (1.58.44); FILE MERGED 2003/05/30 08:53:18 fs 1.58.44.2: RESYNC: (1.58-1.59); FILE MERGED 2003/05/23 12:08:57 fs 1.58.44.1: #i14703# radio button: don't broadcaste itemStateChanged for deselections for compatibility reasons

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [ae4a81118cc7cced273b5c545c79c27ffeb677f8]

        INTEGRATION: CWS dba07 (1.24.30); FILE MERGED 2003/05/23 12:07:32 fs 1.24.30.1: #i14703# when setting peer properties to reflect changed model properties, lock the peer's event processing

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [65550f29cc6c2b7e81330dc0f33aa525df38ef35]

        INTEGRATION: CWS dba07 (1.37.30); FILE MERGED 2003/05/30 08:56:47 fs 1.37.30.3: RESYNC: (1.37-1.38); FILE MERGED 2003/05/28 16:19:42 fs 1.37.30.2: #109746# VCLXWindow::disposing (EventObject): don't assert unknown sources, but silently ignore 2003/05/23 12:04:58 fs 1.37.30.1: #i14703# allow locking the processing of VCL-window-events

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [5985b6d754af61c45aa487c5cc5d534c2d0b7488]

        INTEGRATION: CWS dba07 (1.17.30); FILE MERGED 2003/05/23 12:03:26 fs 1.17.30.1: #i14703# allow locking the processing of VCL-window-events

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [b26ea0541fefc955b21a58ed9302d47f988598dc]

        INTEGRATION: CWS dba07 (1.25.4); FILE MERGED 2003/06/02 12:20:37 fs 1.25.4.1: #110018# queryAggregation: don't let the wrong base class steal the XTypeProvider interface

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [4f23f866e33b6c0f710d677514bc4614b42d4c18]

        INTEGRATION: CWS dba07 (1.21.4); FILE MERGED 2003/05/28 16:15:34 fs 1.21.4.1: #109746# minor changes

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [ddb9ee9838c6a10b135a251e3a1903bf260e67ea]

        INTEGRATION: CWS dba07 (1.1.220); FILE MERGED 2003/05/28 16:14:31 fs 1.1.220.1: #109746# m_pAccessible properly typed now (necessary because of interface separation in AccessibleBrowseBox)

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [bebfdfcd51f97a3613216d9d07a97114c1833650]

        INTEGRATION: CWS dba07 (1.14.4); FILE MERGED 2003/05/28 16:15:08 fs 1.14.4.1: #109746# separated AccessibleBrowseBox into XAccessible/XAccessibleContext implementations

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [f1fd410721ea6ec422d1efe9fe5e8c95a78e26dc]

        INTEGRATION: CWS dba07 (1.27.4); FILE MERGED 2003/05/28 16:14:14 fs 1.27.4.1: #109746# minor changes

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [8e1d377738e413fe796349ffb03ba1a3e1c033aa]

        INTEGRATION: CWS dba07 (1.13.92); FILE MERGED 2003/05/28 09:23:50 oj 1.13.92.1: #109965# initial value was false

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [529291be45b540d3a6977747584bcded89852f76]

        INTEGRATION: CWS dba07 (1.19.2); FILE MERGED 2003/05/23 06:57:22 oj 1.19.2.1: #i13385# fix flex 2.5.31 (which entered Debian unstable a few days ago) breaks building

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [7c3cc3cabec0c06f6b78efb8c7a88acf9f174dc6]

        INTEGRATION: CWS dba07 (1.4.102); FILE MERGED 2003/05/30 10:29:38 oj 1.4.102.1: #i14940# use odbc.lib.so.1

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [f3366ee623ca1d6e7e68425fd87dc7e8575ddd28]

        INTEGRATION: CWS dba07 (1.3.28); FILE MERGED 2003/05/20 11:03:28 oj 1.3.28.1: #109763# remove bracket after stmt

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [f225dd99b0c673c38d7fc3f2ef614fc5061ac015]

        INTEGRATION: CWS dba07 (1.18.76); FILE MERGED 2003/05/28 07:10:53 oj 1.18.76.1: #109965# map null values from true/false to ColumnValue

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [51938807b6844011119276f1c12c022e11f2558d]

        INTEGRATION: CWS dba07 (1.3.70); FILE MERGED 2003/05/20 11:05:01 oj 1.3.70.1: #i13348# use drop primary key when we have one

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [980fcb74a70772030a4be0b8b439fd248882ce7d]

        INTEGRATION: CWS dba07 (1.8.40); FILE MERGED 2003/05/20 11:35:17 oj 1.8.40.1: #109768# insert correct index

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [510865889c0f5d5198b485e8e343062d6b4c4ecc]

        INTEGRATION: CWS dba07 (1.36.40); FILE MERGED 2003/05/20 11:35:16 oj 1.36.40.1: #109768# insert correct index

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [3ee5b4575bb9893e8f3f8479ad4bcec794c04130]

        INTEGRATION: CWS dba07 (1.29.82); FILE MERGED 2003/05/21 09:41:29 oj 1.29.82.1: #109472# change slot id for sql mode in query design

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [b04ab07fa4974a0f623acf5134a81ab22c9d25cd]

        INTEGRATION: CWS dba07 (1.3.40); FILE MERGED 2003/05/30 10:26:47 oj 1.3.40.1: #i14940# use odbc.lib.so.1

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [7b52574462512cc3de59249df299f8b23a0df425]

        INTEGRATION: CWS dba07 (1.8.40); FILE MERGED 2003/05/30 10:26:47 oj 1.8.40.1: #i14940# use odbc.lib.so.1

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [50096b2d837ecf704747bc7f7e0957da7f04ad69]

        INTEGRATION: CWS dba07 (1.122.12); FILE MERGED 2003/05/30 10:27:48 oj 1.122.12.1: i15094# reinsert user defined driver page

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [5cd7700fdabccf9ed232fc27feb8d02c19409299]

        INTEGRATION: CWS dba07 (1.10.40); FILE MERGED 2003/05/22 12:09:01 oj 1.10.40.1: #109852# call SetSpaceBetweenEntries in ctor

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [a27a823c4a4e5efb06ec99f9598f4f6fe7c4d911]

        INTEGRATION: CWS draw15 (1.6.218); FILE MERGED 2003/06/03 11:25:05 sj 1.6.218.1: #i11699# not creating so many brushes

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [e857b3ec730bba27c0df5a6d8ece88b36ef17302]

        INTEGRATION: CWS draw15 (1.15.46); FILE MERGED 2003/06/03 11:24:56 sj 1.15.46.1: #i11699# not creating so many brushes

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [05c9056c9ffddc9d5dd757c2a1ec7c8e0b43ed7f]

        INTEGRATION: CWS draw15 (1.11.10); FILE MERGED 2003/06/03 11:24:47 af 1.11.10.1: #109916# New method that checks for the 'none' field.

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [fb70895adcf2d981378d20327872b8fce97bea95]

        INTEGRATION: CWS draw15 (1.14.10); FILE MERGED 2003/06/03 11:26:17 af 1.14.10.1: #109916# Fixed checking existence of the 'none' field. Clean-up of getAccessibleIndexInParent.

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [9e39414a685d337f876f587c0b73751bec922b52]

        INTEGRATION: CWS draw15 (1.55.146); FILE MERGED 2003/06/02 15:03:14 cl 1.55.146.1: #109949# only convert api page names with 'page [0-9]*' schema

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [702f73901d7c21508b3f2cf48cab1ecc3c19c1c6]

        INTEGRATION: CWS draw15 (1.7.146); FILE MERGED 2003/06/03 14:47:39 af 1.7.146.1: #109966# Added SID_ATTR_TABSTOP to be invalidated after leaving the dialog.

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [7fa216dbfad8abb06cf0b8450357fdeb3d1d94e3]

        INTEGRATION: CWS draw15 (1.28.32); FILE MERGED 2003/06/03 07:44:36 cl 1.28.32.1: #110023# check for existing view from the SdOutlineViewShell

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [0fd6f2c76ac2b3000341414fc0a3a8bde5fd5681]

        INTEGRATION: CWS dba07 (1.40.10); FILE MERGED 2003/05/26 10:58:04 bc 1.40.10.1: #i14703# boolean flags to control listbox selections removed

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [e1d8127a5c63d386ce551cb53bc19fc643ef89a9]

        INTEGRATION: CWS dba07 (1.28.16); FILE MERGED 2003/05/26 10:58:03 bc 1.28.16.1: #i14703# boolean flags to control listbox selections removed

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [30a3e8e6e7e04e00f4ab729d5d49be9609302101]

        INTEGRATION: CWS dba07 (1.52.8); FILE MERGED 2003/05/27 09:36:38 bc 1.52.8.2: #i14703# 'GetGroupFieldNames' call exchanged 2003/05/26 10:56:37 bc 1.52.8.1: #i14703# boolean flags to control listbox selections removed

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [87b9565fd660b895ae4ca3b1b525944233492088]

        INTEGRATION: CWS draw15 (1.106.54); FILE MERGED 2003/06/03 12:22:00 cl 1.106.54.1: #110015# also set visible area at info object

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [62bea084e03f3c57e6711a999797ac90da72538d]

        INTEGRATION: CWS dba07 (1.30.14); FILE MERGED 2003/05/26 16:04:54 fs 1.30.14.1: #109905# lock the SdrUnoControlRec while it's being painted - this prevents unnecessary add/removePropertyChangeListener calls at the control model during painting, plus a deadlock

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [7514c4c25f126600cd2e15b10b967ee1d51bf777]

        INTEGRATION: CWS draw15 (1.41.40); FILE MERGED 2003/06/03 09:14:29 af 1.41.40.1: #109955# SvxStyleBox_Impl tells base class about selection for accessibility notifications to be sent.

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [7052967a439e549bb3941554d7a61983443e0a57]

        INTEGRATION: CWS dba07 (1.10.82); FILE MERGED 2003/05/26 16:04:35 fs 1.10.82.1: #109905# lock the SdrUnoControlRec while it's being painted - this prevents unnecessary add/removePropertyChangeListener calls at the control model during painting, plus a deadlock

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [87fb77e3b13744f0c431f800ede4163313e3fe28]

        INTEGRATION: CWS draw15 (1.36.10); FILE MERGED 2003/06/03 12:21:50 cl 1.36.10.1: #110015# also set visible area at info object

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [2394bc6aad4fd15c82fe2a447c45971ae12de266]

        INTEGRATION: CWS dba07 (1.35.14); FILE MERGED 2003/05/28 16:09:25 fs 1.35.14.1: #109746# setDesignMode: notify to the ModeChangeListeners / disposing(EventSource): call the base class

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [c81d1cabaf643f356848da550ff3c3b313635d1b]

        INTEGRATION: CWS draw15 (1.13.10); FILE MERGED 2003/06/02 15:33:07 aw 1.13.10.1: #109992# SdrCaptionObj::BegDrag: If this is a CaptionObj, set the flags bEndDragChangesAttributes  and bEndDragChangesGeoAndAttributes to create an undo action which  contains geo and attr changes. Joe seems to have added this as a fix  for a similar occurring problem. SdrCaptionObj::NbcSetSnapRect: This compares only make sense when aOriginalTextRect and the  aTailPoint contain useful data. Thus, test it before usage.

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [1bde6bd08651089eefc691dec0c9cb456621611c]

        INTEGRATION: CWS draw15 (1.15.250); FILE MERGED 2003/06/03 12:20:54 cl 1.15.250.1: #109966# fixed returning adress of temporary object

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [d3e9bb5280f83f007bad89da528922781f30f466]

        INTEGRATION: CWS draw15 (1.2.90); FILE MERGED 2003/06/02 15:31:34 aw 1.2.90.1: #109992# Rescue the UNDO text if a 2nd undo is done here and put it into BegUndo() to have a comment in the UNDO field.

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [afbeda170c41bcc150c8719cf66686486e06afe7]

        INTEGRATION: CWS sj01 (1.20.16); FILE MERGED 2003/06/04 06:23:58 sj 1.20.16.1: #10882# TextGlyphOutlines is now supporting Width and DXArray

2003-06-06  Vladimir Glazounov  <vg@openoffice.org>  [72568618d75e6962f1632ab849d6feb4ca5e6614]

        INTEGRATION: CWS sj01 (1.146.26); FILE MERGED 2003/06/02 10:57:28 sj 1.146.26.1: #i10882# GetTextOutline is now capable to handle TextWidth and DXArray

2003-06-05  Kevin Hendricks  <khendricks@openoffice.org>  [a76818a8b8209450f130315c312fab47c3de137b]

        fixing HEAD to match cws_srx644_ooo11beta2

2003-06-05  Duncan Foster  <dfoster@openoffice.org>  [ff69c9081d65f820fa7f60b6d877af88c536c511]

        Added new JavaScript example script

2003-06-05  Rüdiger Timm  <rt@openoffice.org>  [ca6d227c37ea78a860ebfed2664338983b5e6d5b]

        new version for SRX645

2003-06-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68c5654943aca2979ff969271231467e0a523ff3]

        don't reset windows aliases for unx

2003-06-05  Daniel Boelzle  <dbo@openoffice.org>  [623351b1ed1c9652a7435947efb1154d5120694e]

        #107130# makefile fixes

2003-06-05  Kevin Hendricks  <khendricks@openoffice.org>  [7b0ede2181cde53aaa34f2ff145215b0aa21fdf2]

        reorganzing current dictionaries and adding in LGPL dictionaries for en_GB and it_IT See Issues:  #i7690# #i9005#

2003-06-05  Vladimir Glazounov  <vg@openoffice.org>  [71b7d5188bb5980d811c05aa3723e6b2b13d9471]

        #100000# added new dependency

2003-06-05  Noel Power  <npower@openoffice.org>  [87afd2faff0144ea2896ed488c43059387a2934b]

        typo removed endif, put back now

2003-06-04  Rüdiger Timm  <rt@openoffice.org>  [39ce11687f482813afb77c0455afa2127bf5454b]

        new version for SRX645

2003-06-04  Rüdiger Timm  <rt@openoffice.org>  [e692f0c73447fe5fcd90d2ee091297538d7462ee]

        new version for SRX645

2003-06-04  Noel Power  <npower@openoffice.org>  [7e85b4f614f2a432fe1f8d780640418279315d54]

        Bug #12556 legacy code in ScriptBinding.xba erroneously updated start of xml line positions for menu items by decrementing line count, as of OooED0.2 when lines are deleted internal array is not reordered but a array is updated with a blank line when an entry is deleted.

2003-06-04  Martin Hollmichel  <mh@openoffice.org>  [240fe0a2d9c05bb216f9915c5182ed05063caebb]

        add: italian dictionaries

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [c038e2cc4ccf39847c8abaa1a0c08e90a0d77c28]

        SRX645

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [1d75ba25ef302184482cd796861ffbd0bd34817c]

        SRX645

2003-06-04  Tomas O'Connor  <toconnor@openoffice.org>  [eb9b1bb0bca4199495ba8658e1debf3b376d8518]

        IssueZilla 15244 - classpath property does not always get written to parcel-descriptor.xml file

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [b2960191c16486c377f5bda88003dcd438d23b7e]

        INTEGRATION: CWS setup10 (1.43.2); FILE MERGED 2003/05/28 08:12:42 mba 1.43.2.1: #109959#: Frame is only closing in dispose call of controller if the ViewShell has not been replaced before

2003-06-04  Andre Fischer  <af@openoffice.org>  [44f74afc3ce2129987b67700409ecab61ca6477f]

        Update of version number and news.html.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [83393e04802fa51ff673b3cebb3699f236423085]

        INTEGRATION: CWS setup10 (1.10.34); FILE MERGED 2003/05/27 10:42:13 tra 1.10.34.1: #i1839#added profile for evolution 1.4

2003-06-04  Andre Fischer  <af@openoffice.org>  [6e7d7d9d59a731053ff1677b7decb5eed6a1f8c0]

        Adaption to recent UAA changes (TextSegment,selectAllAccessibleChildren,COLLAPSED).

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [813a3580a441e0a0e54a42cef835f2380800f528]

        INTEGRATION: CWS calc13 (1.34.2); FILE MERGED 2003/06/03 11:15:34 sab 1.34.2.1: #109979#; make the same things while loading flatxml like while loading sxc

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [52a350de49d6f20da0ca152c8685cca7ab752a41]

        INTEGRATION: CWS calc13 (1.23.30); FILE MERGED 2003/06/03 13:53:24 sab 1.23.30.2: #109979#; second version of bugfix 2003/06/03 11:13:52 sab 1.23.30.1: #109979#; make the same things while loading flatxml like while loading sxc

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [19cc5c8de73a85c633d1a80f9c11c10f9a6bab29]

        INTEGRATION: CWS calc13 (1.24.28); FILE MERGED 2003/06/02 15:12:36 nn 1.24.28.1: #i14974# set time fields to 0, use getLocalDateTime in CSV date import

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [20a54c44d2beb04f90fdd38275d0e6fca41dc545]

        INTEGRATION: CWS calc13 (1.61.30); FILE MERGED 2003/06/03 13:53:36 sab 1.61.30.2: #109979#; second version of bugfix 2003/06/03 11:13:21 sab 1.61.30.1: #109979#; make the same things while loading flatxml like while loading sxc

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [5efc26efde09191ade6d9b73cde6f41a16ec9631]

        INTEGRATION: CWS calc13 (1.32.2); FILE MERGED 2003/06/03 11:57:07 nn 1.32.2.1: #109441# don't modify font defaults in command handler for ext text input

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0f516ef8f19c3aabf664e6e4281dc689acfa7c79]

        INTEGRATION: CWS calc13 (1.10.172); FILE MERGED 2003/06/02 12:52:39 sab 1.10.172.1: #110006#; catch exception while trying to insert a named range with the same name like a existing range and insert with a new name

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [3cdf915520834d0fbf6c9c0e08370276b6089778]

        INTEGRATION: CWS calc13 (1.63.156); FILE MERGED 2003/06/03 11:13:03 sab 1.63.156.1: #109979#; make the same things while loading flatxml like while loading sxc

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [ff28d3fa106a210714eaf1d4ea2da3c0f0f6069f]

        INTEGRATION: CWS calc13 (1.86.44); FILE MERGED 2003/06/03 13:53:09 sab 1.86.44.2: #109979#; second version of bugfix 2003/06/03 11:13:02 sab 1.86.44.1: #109979#; make the same things while loading flatxml like while loading sxc

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [882c4867988920afc0491ccf301b0bace87b16ff]

        INTEGRATION: CWS calc13 (1.13.154); FILE MERGED 2003/06/03 11:12:40 sab 1.13.154.1: #109979#; make the same things while loading flatxml like while loading sxc

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [114e02312069b9e35ea8c5a8592fda4dfc026422]

        INTEGRATION: CWS draw14 (1.104.20); FILE MERGED 2003/05/28 14:23:31 sj 1.104.20.1: #109915# now using correct notes masterpage stucture

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [df8bfa9fbf741b7349f9c54c657279e5787d6ab7]

        INTEGRATION: CWS draw14 (1.1.1.1.182); FILE MERGED 2003/05/28 09:19:26 cl 1.1.1.1.182.1: #109180# changed start from current page feature

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e52cd476c6e69803f5433bf826ced3526af5b0c9]

        INTEGRATION: CWS draw14 (1.3.146); FILE MERGED 2003/05/28 09:25:16 cl 1.3.146.1: #109180# changed start from current page feature

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [394d96469b4fe1c72a105f78fcf0721e92fb4d2b]

        INTEGRATION: CWS draw14 (1.2.48); FILE MERGED 2003/05/28 09:25:15 cl 1.2.48.1: #109180# changed start from current page feature

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [41955aa02d8380d6b1d986ae362f23c251555b94]

        INTEGRATION: CWS draw14 (1.1.1.1.182); FILE MERGED 2003/05/28 13:44:52 af 1.1.1.1.182.1: #109384# Fixed delete of pPageStatus in destructor.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [41c379afb0dae645c0315d33992e32060fcfaf8b]

        INTEGRATION: CWS draw14 (1.47.10); FILE MERGED 2003/05/28 14:22:51 sj 1.47.10.1: #109915# now using correct notes masterpage stucture

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [18f76a9283fe23b06a0f3d738d131255f854ab9b]

        INTEGRATION: CWS draw14 (1.23.36); FILE MERGED 2003/05/27 10:33:13 cl 1.23.36.1: #109884# add SdPresentationLayoutUndoAction also for master pages in SetMasterPage()

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [887a8be984e4c1d86472fc24de383a5a528fa5f6]

        INTEGRATION: CWS adabas (1.33.18); FILE MERGED 2003/04/25 11:54:33 oj 1.33.18.7: #108708# remove convert button again 2003/04/24 15:13:03 oj 1.33.18.6: #108708# hide convert button if no dbversion 2003/04/24 14:08:42 oj 1.33.18.5: #108708# hide convert button if type is not adabas 2003/04/24 14:04:06 oj 1.33.18.4: #108708# disable convert button if dbroot isnot set 2003/04/24 06:27:28 oj 1.33.18.3: #108708# not beore exist was missing 2003/04/22 12:06:52 oj 1.33.18.2: #108708# add header 2003/04/22 11:33:45 oj 1.33.18.1: #108708# impl new adabas version

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [5abd4227973b0982a2202386fd442595ac826159]

        INTEGRATION: CWS draw14 (1.20.84); FILE MERGED 2003/06/02 08:08:08 sj 1.20.84.1: #109384# using array delete

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [d103659324f1ef5c56b635bef347b0ca4895f747]

        INTEGRATION: CWS adabas (1.81.26); FILE MERGED 2003/05/09 12:04:31 oj 1.81.26.2: resolve conflicts 2003/04/22 11:33:47 oj 1.81.26.1: #108708# impl new adabas version

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [10c7598ec86d72b7b7f81714cc754bd39739156e]

        INTEGRATION: CWS adabas (1.9.26); FILE MERGED 2003/04/25 11:54:34 oj 1.9.26.2: #108708# remove convert button again 2003/04/22 11:33:45 oj 1.9.26.1: #108708# impl new adabas version

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [eb484d16056328e9fc06f864c5fe19605d433029]

        INTEGRATION: CWS adabas (1.120.26); FILE MERGED 2003/05/12 09:17:32 oj 1.120.26.4: remove convertbutton again 2003/05/09 13:00:44 oj 1.120.26.3: RESYNC: (1.120-1.122); FILE MERGED 2003/04/25 11:54:33 oj 1.120.26.2: #108708# remove convert button again 2003/04/22 11:33:44 oj 1.120.26.1: #108708# impl new adabas version

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [8c253f2a091518f1726081a9a95b5fab32291ba2]

        INTEGRATION: CWS adabas (1.24.68); FILE MERGED 2003/05/09 12:04:32 oj 1.24.68.3: resolve conflicts 2003/04/25 11:54:32 oj 1.24.68.2: #108708# remove convert button again 2003/04/22 11:33:43 oj 1.24.68.1: #108708# impl new adabas version

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [9d74cf690baae2d2173953a5a8f5be32390f37a8]

        INTEGRATION: CWS vcl10 (1.11.14); FILE MERGED 2003/05/19 13:51:48 pl 1.11.14.2: #109337# export mimetype via model 2003/05/13 14:51:35 pl 1.11.14.1: merge with vcl09

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [46a1b4645718f92db2c361857b23ee44707f33a1]

        INTEGRATION: CWS vcl10 (1.13.26); FILE MERGED 2003/05/19 12:48:12 pl 1.13.26.1: #109493# localized names

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f1ea6a486653ea4a2e4a7e43907375daf8c5b97c]

        INTEGRATION: CWS vcl10 (1.61.4); FILE MERGED 2003/05/28 16:48:41 pl 1.61.4.1: #9277# remove useless osl_yoieldThread calls

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [8c3aa991e913678916c69fe056114a0d7fbba074]

        INTEGRATION: CWS vcl10 (1.4.106); FILE MERGED 2003/05/19 13:51:49 pl 1.4.106.1: #109337# export mimetype via model

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [4a4c6b53c3055f7785d094e75e26cb68a5ca9a87]

        INTEGRATION: CWS vcl10 (1.2.108); FILE MERGED 2003/05/19 13:51:47 pl 1.2.108.1: #109337# export mimetype via model

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [fc1e200b1c768dd7645e59584edaa750ab0f0354]

        INTEGRATION: CWS vcl10 (1.36.4); FILE MERGED 2003/05/14 16:47:23 pl 1.36.4.1: #i12936# use afm file next to font if available

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [377d09feddbb2a813ff4861494db7b55bb8dea6e]

        INTEGRATION: CWS vcl10 (1.64.24); FILE MERGED 2003/05/16 14:43:45 ssa 1.64.24.2: #109387# split huge strings into smaller chunks to avoid overdraw errors 2003/05/15 10:17:47 hdu 1.64.24.1: #109127# account for nCharExtra in SimpleWinlayout::GetTextBreak() when using cached values

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [17a5c8210349f9cd1943d0910fa281c6eac92701]

        INTEGRATION: CWS vcl10 (1.157.18); FILE MERGED 2003/05/22 14:52:44 pl 1.157.18.1: #109868# don't use ridiculously large icon sizes

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [8010a76294e63f34026d2d9a968b19468e49e610]

        INTEGRATION: CWS vcl10 (1.25.24); FILE MERGED 2003/05/14 14:24:34 pl 1.25.24.2: #i14283# remove useless debug output 2003/05/14 14:20:36 pl 1.25.24.1: #i14283# use osl_createTempFile for tempnames

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e90f1aee6b61607b31d1abc1b1f84086084a89a1]

        INTEGRATION: CWS vcl10 (1.40.28); FILE MERGED 2003/05/22 14:52:43 pl 1.40.28.1: #109868# don't use ridiculously large icon sizes

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [4cb62a143b607992883a36c9d261c20f928b42a8]

        INTEGRATION: CWS vcl10 (1.23.28); FILE MERGED 2003/05/21 12:39:49 cp 1.23.28.1: #i9277# let the scheduler be in charge of rescheduling

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [cff39f99d1157a024163d353b63f43de6dc645e1]

        INTEGRATION: CWS vcl10 (1.9.162); FILE MERGED 2003/05/19 15:14:13 ssa 1.9.162.1: #107889# never generate in-place mnemonics in CJK locales, always append (M), where M is the mnemonic

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [ffb8c8b4d3b8d45fef7625c61d74dc572ce051fd]

        INTEGRATION: CWS vcl10 (1.11.44); FILE MERGED 2003/05/15 16:25:07 ssa 1.11.44.1: #109560# check for window destruction during drop handler

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [cbeebec5559a189f27e145a514292119014c047a]

        INTEGRATION: CWS vcl10 (1.50.24); FILE MERGED 2003/05/20 16:48:17 pl 1.50.24.1: #109603# use correct font metric on non canonical mapmodes

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [08a4a7a2fe22eb98bfd8ab9c5bee686b354b9fec]

        INTEGRATION: CWS vcl10 (1.15.160); FILE MERGED 2003/05/23 12:54:56 pl 1.15.160.3: #109724# add: GetTabBounds 2003/05/22 13:57:03 tbe 1.15.160.2: #i14098# PageTabs should implement XAccessibleText 2003/05/20 12:37:44 pl 1.15.160.1: #109724# add helper functions to TabControl for accessibility

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a029f12f52dce7714dcae6ebfa15e3e230082e51]

        INTEGRATION: CWS vcl10 (1.4.166); FILE MERGED 2003/05/20 12:37:43 pl 1.4.166.1: #109724# add helper functions to TabControl for accessibility

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [70691d587058570790c8c6dc4c0b938f5d5fdbd2]

        INTEGRATION: CWS vcl10 (1.56.44); FILE MERGED 2003/05/19 14:25:45 tbe 1.56.44.2: #i13802# EditFields in DropDownComboBoxes don't emit caret events 2003/05/15 16:00:12 ssa 1.56.44.1: #109530# perform modify() after paste

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [efce2d812164a8d9e0d9c6406805e8702238a914]

        INTEGRATION: CWS vcl10 (1.9.38); FILE MERGED 2003/05/20 12:37:42 pl 1.9.38.1: #109724# add helper functions to TabControl for accessibility

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [11a95107348ac687984c8e0e598b6e0f2016a3a8]

        INTEGRATION: CWS draw13 (1.21.20); FILE MERGED 2003/05/28 08:24:59 af 1.21.20.1: #109032# Added WindowUpdater data member.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [6007f61133bf6e393d49c99dca2a618f8fc6ec6d]

        INTEGRATION: CWS draw13 (1.27.20); FILE MERGED 2003/05/28 08:22:58 af 1.27.20.1: #109032# Handling digit language for printer and preview.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f154c9f2ba21f7fbb5231fdee8570c4480cc5855]

        INTEGRATION: CWS draw13 (1.24.20); FILE MERGED 2003/05/28 08:18:34 af 1.24.20.1: #109032# Registering and unregistering window on destruction or setting of a new view shell.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [4f011d2fd4a1cc2f55cf9c908d33530c2fe7ebf2]

        INTEGRATION: CWS draw13 (1.24.42); FILE MERGED 2003/05/21 12:20:45 cl 1.24.42.1: #109178# select actual page in outline view after ReadFrameViewData

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0d6ceb3aa76f4f04aaf9ff41c50b757503aac743]

        INTEGRATION: CWS draw13 (1.45.20); FILE MERGED 2003/05/21 12:20:45 cl 1.45.20.1: #109178# select actual page in outline view after ReadFrameViewData

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [9d2d5775a7fa4f4d248329a3638f9f7f3297c472]

        INTEGRATION: CWS draw13 (1.7.38); FILE MERGED 2003/05/28 08:16:18 af 1.7.38.1: #109032# Added WindowUpdater.cxx.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [3d54056923ad967e857a6ba0e6e615584e473553]

        INTEGRATION: CWS draw13 (1.36.26); FILE MERGED 2003/05/21 13:05:08 af 1.36.26.1: #109698# Add special case for OLE clipboard objects.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [23c875a1270d5b0999df70ba054ee70f495964da]

        INTEGRATION: CWS draw13 (1.26.18); FILE MERGED 2003/05/21 12:20:44 cl 1.26.18.1: #109178# select actual page in outline view after ReadFrameViewData

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [c27e6bceaf3703d6c70a95d3a613e46a1985ca60]

        INTEGRATION: CWS draw13 (1.20.20); FILE MERGED 2003/05/21 12:57:11 cl 1.20.20.1: #109823# get default writing mode from document for ruler

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [4176fe30f2208217f22e03017306ff9d455f5464]

        INTEGRATION: CWS draw13 (1.1.2); FILE ADDED 2003/05/28 07:57:16 af 1.1.2.1: #109032# Added new class WindowUpdater.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [cef10ef31bf02935cb315cc404cbb13b2b19111c]

        INTEGRATION: CWS draw13 (1.7.132); FILE MERGED 2003/05/21 12:47:55 af 1.7.132.1: #109730# Magenta is the new transparency color for bitmaps.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f50703b2f12ea9efddf1bd6b4faf85075e737e35]

        INTEGRATION: CWS draw13 (1.1.2); FILE ADDED 2003/05/28 07:56:21 af 1.1.2.1: #109032# Added new class WindowUpdater.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [72c164ab0b77b50602fbf3a0eb5b276b2dcbf30e]

        INTEGRATION: CWS draw13 (1.16.132); FILE MERGED 2003/05/21 12:47:02 af 1.16.132.1: #109730# Magenta is the new transparency color for bitmaps.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [9a7fec8065ed0a362294fb54ce7b721b05374177]

        INTEGRATION: CWS draw13 (1.21.38); FILE MERGED 2003/05/28 08:02:34 af 1.21.38.1: #109032# Preview uses digit substitution.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [b37e38fc9b368b918977ed98d8e4da7395bb3a60]

        INTEGRATION: CWS draw13 (1.4.42); FILE MERGED 2003/05/26 12:28:03 cl 1.4.42.1: #109779# changed export to unicode

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [ed8faf768ac256732e7aaa378738f78391a407a3]

        INTEGRATION: CWS draw13 (1.9.42); FILE MERGED 2003/05/26 12:28:02 cl 1.9.42.1: #109779# changed export to unicode

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0136db5235b7d80feb34247226571f31c305de06]

        INTEGRATION: CWS draw13 (1.20.74); FILE MERGED 2003/05/26 11:32:18 cl 1.20.74.2: #109859# added missing string entry for ExtDate 2003/05/22 14:44:30 cl 1.20.74.1: #109859# added missing string entry for ExtDate

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f576a074937a1505a453db83c512d908f0ff1873]

        INTEGRATION: CWS draw13 (1.12.232); FILE MERGED 2003/05/26 11:32:28 cl 1.12.232.1: #109859# added missing string entry for ExtDate

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [46261cbe83afdbb25e0a1b6fe3c04c8ad856f8b4]

        INTEGRATION: CWS draw13 (1.30.10); FILE MERGED 2003/05/28 09:56:04 af 1.30.10.1: #109032# Propagation of digit language to bitmap device of master page cache.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7b9156145b88c91c6175cef6bacb7d7cfcf13048]

        INTEGRATION: CWS draw13 (1.13.38); FILE MERGED 2003/05/23 10:46:48 aw 1.13.38.1: #109870# always also add the group object or scene to the hull of  the selection since connectors CAN directly connect to groups or scenes.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [1a346b881d5d3e7324bf1444b79be401dbc26c74]

        INTEGRATION: CWS draw13 (1.103.32); FILE MERGED 2003/05/26 08:03:53 af 1.103.32.2: RESYNC: (1.103-1.104); FILE MERGED 2003/05/22 11:29:23 sj 1.103.32.1: #109811# improving performance

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [bbae7e6270fbcf6bc9413c01eae3928bea955527]

        INTEGRATION: CWS draw13 (1.72.44); FILE MERGED 2003/05/26 08:05:22 af 1.72.44.2: RESYNC: (1.72-1.73); FILE MERGED 2003/05/22 13:54:58 sj 1.72.44.1: #i14667# not using SfxObjectShellLock, because the SfxObjectShellLock dtor is calling DoClose

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a91acd7aec609f8a87b1538dfdc608f814d60de9]

        INTEGRATION: CWS tune02 (1.1.2); FILE ADDED 2003/05/31 17:47:00 mhu 1.1.2.1: #109657# Command line utility to 'page-in' shared libraries needed at startup.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [45542d5e4853a5b95257f692d707237dbd9f7139]

        INTEGRATION: CWS tune02 (1.1.2); FILE ADDED 2003/05/31 17:46:59 mhu 1.1.2.1: #109657# Command line utility to 'page-in' shared libraries needed at startup.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [8d006f9ee4765cc573e655e336989071022aaf93]

        INTEGRATION: CWS tune02 (1.1.2); FILE ADDED 2003/05/31 17:46:58 mhu 1.1.2.1: #109657# Command line utility to 'page-in' shared libraries needed at startup.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [d71f3f23d9125e3d42461b3d66c9735386ccca4f]

        INTEGRATION: CWS tune02 (1.3.36); FILE MERGED 2003/05/31 17:50:19 mhu 1.3.36.1: #109657# Added 'pagein' of shared libraries needed at startup.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [913c116f8d9c9e3c9194731c2494f90b81eabe06]

        INTEGRATION: CWS tune02 (1.18.42); FILE MERGED 2003/06/01 13:44:31 mhu 1.18.42.2: RESYNC: (1.18-1.19); FILE MERGED 2003/05/31 18:00:30 mhu 1.18.42.1: #109657# Added 'pagein' and support files.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a876c1073d8ed20679fd6d3f42fc6ef92efa9a2d]

        INTEGRATION: CWS tune02 (1.8.44); FILE MERGED 2003/05/31 17:48:14 mhu 1.8.44.1: #109657# Added 'source/pagein' directory.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [5ed14d414457e1f63de37de1e01d8aadcca7a74d]

        INTEGRATION: CWS ause05 (1.10.6); FILE MERGED 2003/05/13 19:17:43 hjs 1.10.6.1: #109614# removed .EXPORT - now in tg_ext.mk

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [fcbb45fe5066ae810b651d23ceccee7ffea08ed0]

        INTEGRATION: CWS ause05 (1.10.10); FILE MERGED 2003/05/28 10:45:47 hjs 1.10.10.1: #i14194# buildproblems with icu configure

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [b850a77802d0d47e92c568f22f2d45136d7e5097]

        INTEGRATION: CWS ause05 (1.20.14); FILE MERGED 2003/05/26 10:46:04 hjs 1.20.14.1: #i11045# avoid overriding environment settings for AWK

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a4cece363074c8061f24d9c68402e605c8dac120]

        INTEGRATION: CWS ause05 (1.3.86); FILE MERGED 2003/05/26 10:44:26 hjs 1.3.86.1: #i11045# replaced awk with AWK variable

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a2e4629f69f7a91d21f7c43c8f95e451bea4531c]

        INTEGRATION: CWS ause05 (1.44.6); FILE MERGED 2003/05/13 18:26:10 hjs 1.44.6.1: #109614# export CXX and CC to subshells

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [be5be7af26310d0034b01af8a36fed1074c9526d]

        INTEGRATION: CWS ause05 (1.10.6); FILE MERGED 2003/05/26 10:43:28 hjs 1.10.6.1: #i11045# replaced awk with AWK variable

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [d68e1cf4b0318ebb4191d49c4a42b9dbbf0a7f85]

        INTEGRATION: CWS ause05 (1.39.6); FILE MERGED 2003/05/26 10:43:28 hjs 1.39.6.1: #i11045# replaced awk with AWK variable

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [71baece49d9812f35946bc6b78e311b6faa7b5c0]

        INTEGRATION: CWS ause05 (1.135.2); FILE MERGED 2003/05/16 13:47:07 hjs 1.135.2.2: RESYNC: (1.135-1.136); FILE MERGED 2003/05/15 14:53:58 hjs 1.135.2.1: #14307# add missing dependency

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a44920aa6b0283b85e87fa12a728bea4dd9d8bea]

        INTEGRATION: CWS ause05 (1.38.6); FILE MERGED 2003/05/26 10:43:28 hjs 1.38.6.1: #i11045# replaced awk with AWK variable

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [aa32e5ac86bf05ad56ca5abff65f8fa90c6b4935]

        INTEGRATION: CWS ause05 (1.2.8); FILE MERGED 2003/05/26 10:39:43 hjs 1.2.8.1: #14194# avoid similar problems here in advance

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [2d763554ab6f6cbfc303bfc262a79f8fe5676533]

        INTEGRATION: CWS dr4 (1.10.10); FILE MERGED 2003/06/02 10:18:21 dr 1.10.10.1: #i9134# fixed BESSEL J and I calculation

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7f931a18f9b74777d9f76b5ea2c2cd213e67a64a]

        INTEGRATION: CWS dr4 (1.1.2); FILE ADDED 2003/06/02 10:18:20 dr 1.1.2.1: #i9134# fixed BESSEL J and I calculation

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f9b9fa6f28c03021da075e194a69f3b4d3d636af]

        INTEGRATION: CWS dr4 (1.1.2); FILE ADDED 2003/06/02 10:18:19 dr 1.1.2.1: #i9134# fixed BESSEL J and I calculation

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [57a198415608a84016087932f4f5b5f68075244a]

        INTEGRATION: CWS dr4 (1.23.8); FILE MERGED 2003/06/02 10:18:18 dr 1.23.8.1: #i9134# fixed BESSEL J and I calculation

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [36636a52aefece7cabbba021f7c55ec83187fa30]

        INTEGRATION: CWS dr4 (1.39.8); FILE MERGED 2003/06/02 10:18:18 dr 1.39.8.1: #i9134# fixed BESSEL J and I calculation

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a9098f2f012d07edb736b7531652dbd4de9692e3]

        INTEGRATION: CWS dr4 (1.32.14); FILE MERGED 2003/06/02 10:18:17 dr 1.32.14.1: #i9134# fixed BESSEL J and I calculation

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [af1eb89af34d0428be74bdf01a9f0505cb841cd8]

        INTEGRATION: CWS dublinfilterteam07 (1.32.12); FILE MERGED 2003/05/28 07:57:39 abutler 1.32.12.4: #109780# Removed incorrect hard coded path for MSWordXML filter 2003/05/26 10:16:19 abutler 1.32.12.3: #109780# Updated strings because of change in Word XML UI spec 2003/05/23 15:58:32 abutler 1.32.12.2: #109780# added new msword filters and strings to Typedetection.xcu 2003/05/19 14:54:09 abutler 1.32.12.1: #109679# Changed default extension from .xml to .xhtml

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [2910ff34f5e116acf3fcadb861bc4416b8dcda53]

        INTEGRATION: CWS dublinfilterteam07 (1.3.18); FILE MERGED 2003/05/26 16:42:51 abutler 1.3.18.1: #109845# Updated DocBook transformations + fixes

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [4844ad4e51f62a197ed71f195d46d989e75eb358]

        INTEGRATION: CWS dublinfilterteam07 (1.2.30); FILE MERGED 2003/05/26 16:42:52 abutler 1.2.30.1: #109845# Updated DocBook transformations + fixes

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0bfcf773460e986bc8bef24e1797a38fe2b6c99f]

        INTEGRATION: CWS dublinfilterteam07 (1.10.30); FILE MERGED 2003/05/23 15:52:36 abutler 1.10.30.1: #109780# added mswordxml to build list

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [d4365154fa8c58ebffedb5caa81e3ad301934b81]

        INTEGRATION: CWS dublinfilterteam07 (1.40.18); FILE MERGED 2003/05/21 14:29:18 cmc 1.40.18.2: RESYNC: (1.40-1.41); FILE MERGED 2003/05/21 12:55:54 abutler 1.40.18.1: #109828# more specific delivery of style-sheet

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [07e13f076f3fcdd04c187a3f780838bc2961216b]

        INTEGRATION: CWS dublinfilterteam07 (1.97.4); FILE MERGED 2003/05/26 16:12:56 cmc 1.97.4.1: #105712# regression to wrong bitmask for printer metric option

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [86dfcff5d984c93c6376d9804a7193b708de1f76]

        INTEGRATION: CWS dublinfilterteam07 (1.135.4); FILE MERGED 2003/05/30 14:29:33 cmc 1.135.4.2: #109702# Ok a base first line indent doesn't imply a body indent, it must be that a preceeding numbering application implies a body indent from the numbering 2003/05/26 12:07:44 cmc 1.135.4.1: #109702# extensive changes to list + para indent. Import lists faithfully and adjust para indent to match. The working theory is that in word adding a list to a paragraph implies that the paragraph indent overrides the paragraph indent, adding indent to a listed paragraph implies that the para indent overrides the list indent. So for listed styles and paragraphs determine the indent that is required in addition to the list indent to give the same final location as in word. Because we cannot have proper different first line indent when bulleted munge the first line indent of listed paras/styles to be the body indent which gives a proper visual result when the paragraph is only one line long. Therefore not a total solution, but as close as is possible at the moment and superior to the existing mechanism

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [c0343a5aa485b7451bd1f7852d36472e5da7a5d1]

        INTEGRATION: CWS dublinfilterteam07 (1.45.4); FILE MERGED 2003/05/26 12:07:42 cmc 1.45.4.1: #109702# extensive changes to list + para indent. Import lists faithfully and adjust para indent to match. The working theory is that in word adding a list to a paragraph implies that the paragraph indent overrides the paragraph indent, adding indent to a listed paragraph implies that the para indent overrides the list indent. So for listed styles and paragraphs determine the indent that is required in addition to the list indent to give the same final location as in word. Because we cannot have proper different first line indent when bulleted munge the first line indent of listed paras/styles to be the body indent which gives a proper visual result when the paragraph is only one line long. Therefore not a total solution, but as close as is possible at the moment and superior to the existing mechanism

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7ce086838d8c10c5ec456a5a9dd5a73495d2310f]

        INTEGRATION: CWS dublinfilterteam07 (1.84.4); FILE MERGED 2003/05/29 07:51:27 cmc 1.84.4.2: #109702# remove unused variables, and document vector usage 2003/05/26 12:07:38 cmc 1.84.4.1: #109702# extensive changes to list + para indent. Import lists faithfully and adjust para indent to match. The working theory is that in word adding a list to a paragraph implies that the paragraph indent overrides the paragraph indent, adding indent to a listed paragraph implies that the para indent overrides the list indent. So for listed styles and paragraphs determine the indent that is required in addition to the list indent to give the same final location as in word. Because we cannot have proper different first line indent when bulleted munge the first line indent of listed paras/styles to be the body indent which gives a proper visual result when the paragraph is only one line long. Therefore not a total solution, but as close as is possible at the moment and superior to the existing mechanism

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0b04b198108fc48fb8d229615123423be5d48436]

        INTEGRATION: CWS dublinfilterteam07 (1.111.4); FILE MERGED 2003/05/30 14:29:33 cmc 1.111.4.2: #109702# Ok a base first line indent doesn't imply a body indent, it must be that a preceeding numbering application implies a body indent from the numbering 2003/05/26 12:07:36 cmc 1.111.4.1: #109702# extensive changes to list + para indent. Import lists faithfully and adjust para indent to match. The working theory is that in word adding a list to a paragraph implies that the paragraph indent overrides the paragraph indent, adding indent to a listed paragraph implies that the para indent overrides the list indent. So for listed styles and paragraphs determine the indent that is required in addition to the list indent to give the same final location as in word. Because we cannot have proper different first line indent when bulleted munge the first line indent of listed paras/styles to be the body indent which gives a proper visual result when the paragraph is only one line long. Therefore not a total solution, but as close as is possible at the moment and superior to the existing mechanism

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [9b4673e346b26f444c9c233245a52248ad5665b5]

        INTEGRATION: CWS reg006 (1.7.10); FILE MERGED 2003/05/16 09:08:15 jb 1.7.10.1: #109035# Translate/wrap unexpcted exceptions

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [b10de9e462237a63b9e501390e303aa737102cc4]

        INTEGRATION: CWS dublinfilterteam07 (1.107.40); FILE MERGED 2003/05/30 14:29:32 cmc 1.107.40.5: #109702# Ok a base first line indent doesn't imply a body indent, it must be that a preceeding numbering application implies a body indent from the numbering 2003/05/29 07:51:26 cmc 1.107.40.4: #109702# remove unused variables, and document vector usage 2003/05/26 12:07:33 cmc 1.107.40.3: #109702# extensive changes to list + para indent. Import lists faithfully and adjust para indent to match. The working theory is that in word adding a list to a paragraph implies that the paragraph indent overrides the paragraph indent, adding indent to a listed paragraph implies that the para indent overrides the list indent. So for listed styles and paragraphs determine the indent that is required in addition to the list indent to give the same final location as in word. Because we cannot have proper different first line indent when bulleted munge the first line indent of listed paras/styles to be the body indent which gives a proper visual result when the paragraph is only one line long. Therefore not a total solution, but as close as is possible at the moment and superior to the existing mechanism 2003/05/21 14:23:00 cmc 1.107.40.2: RESYNC: (1.107-1.108); FILE MERGED 2003/05/21 12:37:08 cmc 1.107.40.1: #i13858# reset symbol back to false when processing subdocuments

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [bc3048daedd4b081e36c2735df97c61120af9677]

        INTEGRATION: CWS reg006 (1.9.10); FILE MERGED 2003/05/16 09:07:45 jb 1.9.10.1: #109035# Translate/wrap io/sax exceptions for XLayerHandler interface

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f49d64817428450427dad849effebfd404e81957]

        INTEGRATION: CWS dublinfilterteam07 (1.94.40); FILE MERGED 2003/05/21 14:22:31 cmc 1.94.40.3: RESYNC: (1.94-1.95); FILE MERGED 2003/05/21 12:24:44 cmc 1.94.40.2: #i13776# don't adjust vertical positioning of drawing objects 2003/05/20 10:54:27 cmc 1.94.40.1: #109069# drawing objects cannot be to characters (for some reason), so change them to paragraph when that happens

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [4e5432da0229423eee6af66dc772133fb9ff0c8c]

        INTEGRATION: CWS reg006 (1.19.20); FILE MERGED 2003/05/16 09:04:27 jb 1.19.20.1: #109342# Throw exception for broken reinsertion to prevent inconsistent data and crashes

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a79c785b0e37572e5015362a70714e891e4f3a9b]

        INTEGRATION: CWS dublinfilterteam07 (1.62.14); FILE MERGED 2003/05/21 14:22:19 cmc 1.62.14.2: RESYNC: (1.62-1.63); FILE MERGED 2003/05/15 11:40:33 cmc 1.62.14.1: #109647# Don't try and export page breaks outside of anything except main body text

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [9c07f83faa2be75fe3c5d243d487c8e17194b4b9]

        INTEGRATION: CWS dublinfilterteam07 (1.45.40); FILE MERGED 2003/05/21 14:22:09 cmc 1.45.40.2: RESYNC: (1.45-1.46); FILE MERGED 2003/05/20 09:13:29 cmc 1.45.40.1: #109078# avoid old time stdarr ctuff, its limited to max_short len

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [b64cf3a0fe306dcdef6e47abde5b53a70ace0cdb]

        INTEGRATION: CWS reg006 (1.3.10); FILE MERGED 2003/05/23 11:43:08 jb 1.3.10.1: #109455# Wrap IllegalAccessException (which e.g. occurs when importing with overwrite=false to a non-empty layer. Note: Wrapping into MalformedDataException would be more appropriate, but the LocalDataImporter service expects WrappedTargetExceptions only.

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [483e3da6b5a7838e0bbfc632bb0a80c7f33dedb9]

        INTEGRATION: CWS dublinfilterteam07 (1.53.64); FILE MERGED 2003/05/29 07:51:26 cmc 1.53.64.5: #109702# remove unused variables, and document vector usage 2003/05/21 14:21:57 cmc 1.53.64.4: RESYNC: (1.53-1.54); FILE MERGED 2003/05/20 16:07:20 cmc 1.53.64.3: #109078# solaris compiler didn't like my efforts with the STL 2003/05/20 09:19:42 cmc 1.53.64.2: #109078# no need to duplicate typedef 2003/05/20 09:13:30 cmc 1.53.64.1: #109078# avoid old time stdarr ctuff, its limited to max_short len

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [54dbebf7e052ed59c81422fbf5b9e6414f50e7cc]

        INTEGRATION: CWS reg006 (1.2.2); FILE MERGED 2003/05/28 16:12:17 jb 1.2.2.1: #i15029# Remove includes for unused types

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [dc07546c32b67f7e21cc0e0f9a52cad9f888a398]

        INTEGRATION: CWS dublinfilterteam07 (1.50.40); FILE MERGED 2003/05/21 09:56:33 cmc 1.50.40.1: #i14017# bookmarks are otherwise invalid urls that begin with #

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [371d3ddb5b2024a7d449f4179325fc0223d8ac4f]

        INTEGRATION: CWS dublinfilterteam07 (1.27.4); FILE MERGED 2003/05/22 13:10:26 cmc 1.27.4.1: #109728# cleanup for first paragraph handling during cut and paste

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [b0cba8e8dbcc16153fa685d233ba29131d4bfbaf]

        INTEGRATION: CWS reg006 (1.2.2); FILE MERGED 2003/06/02 12:19:27 jb 1.2.2.2: #110019# Correct wrong typedef for Binary type 2003/05/28 16:12:16 jb 1.2.2.1: #i15029# Remove includes for unused types

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [c047e1a4be538aed39c38e3c5407c7a44df54f66]

        INTEGRATION: CWS dublinfilterteam07 (1.15.14); FILE MERGED 2003/05/16 12:50:43 cmc 1.15.14.1: #109728# we need to not insert paragraphs when inside a field result and convert them to hard paramarks instead, additionally we need to enter into some of the formtext groups to collect a unique name for the userfields generated

2003-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e648c0beb777797a6d273fffc1eeaf792a6bd0b3]

        INTEGRATION: CWS reg006 (1.35.10); FILE MERGED 2003/05/16 09:06:02 jb 1.35.10.1: #109077# Need early check for disposed state, because the lock is gone when disposed

2003-06-03  Tomas O'Connor  <toconnor@openoffice.org>  [2aa3cd63e3814d3407ba2be664d500ab365b77e0]

        IssueZilla 15106 - update menu and key binding files for Beta 2 of both StarOffice 6.1 and OpenOffice 1.1 IssueZilla 15098 - remove apostrophe from Scripting Add-on's

2003-06-03  Martin Hollmichel  <mh@openoffice.org>  [352a0285747f38a52b9bec0c1189e120f19ac38b]

        add: Python 2.2.2 LICENSE file

2003-06-03  Rüdiger Timm  <rt@openoffice.org>  [46d6335a521295df170a404c026d6c85f4f80198]

        new version for SRX645

2003-06-03  Vladimir Glazounov  <vg@openoffice.org>  [361edf27bf00eecdb32d1cf0af40ab22a43e9939]

        #100000# (fs@openoffice.org) linux compile problem with temporaries

2003-06-03  Tomas O'Connor  <toconnor@openoffice.org>  [cef995bf5613d88609c66b12fadee499d9fd319e]

        Rename ScriptRuntimeForRhino to ScriptRuntimeForJavaScript and replace all references to language.

2003-06-03  Vladimir Glazounov  <vg@openoffice.org>  [6056ad6d1081e097921d4149ecfb963fe2e2f549]

        #100000# (fs@openoffice.org) _DEBUG superseeded by OSL_DEBUG_LEVEL

2003-06-02  Kurt Zenker  <kz@openoffice.org>  [6dc19f7de5170cd53f94e0d05d568b38f7360b0e]

        new version for SRX645

2003-06-02  Tomas O'Connor  <toconnor@openoffice.org>  [3390552d381a692780aec5e3dd48ec2c4918426e]

        IssueZilla 15105 - add support for editing Rhino scripts stored in documents Disable editing when debugging Rhino scripts Disable Save when editing document scripts

2003-06-02  Kurt Zenker  <kz@openoffice.org>  [eb0035115325e574118a03fcce06e128f59c5e48]

        new version for SRX645

2003-06-02  Daniel Boelzle  <dbo@openoffice.org>  [288627a6958c77cb931be4603e13edeabbcaa53f]

        #107130# ref Any -> Any

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [95fd7197ee57464ba3bb415aa1d978ed2d21c54c]

        SRX645

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [6f964656cc7f1e309b649996c6dc877f9f870f7d]

        INTEGRATION: CWS macosxmerge (1.6.6); FILE MERGED 2003/05/16 19:38:54 fa 1.6.6.1: The makefile.mk for curl only expects the .so extension which is completely wrong for Mac OS X.  Change it to use $(DLLPOST) instead.
        
        Issue 14552
        
        Contributors:
        Dan Williams
        
        Dan Williams
        fa@ooo

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [7153d807603cfcf6d7c82be79567b13e88d840d6]

        INTEGRATION: CWS macosxmerge (1.5.8); FILE MERGED 2003/05/16 19:30:53 fa 1.5.8.1: 1) Correct library name in d.lst 2) update Mac OS X patch from PORTS
        
        See Issue 13632
        
        Contributors:
        Richard Stacpoole
        Dan Williams
        
        Dan Williams
        fa@ooo

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [b4a4f854abd3d25fe9d3a3c71e613792e34cdb00]

        INTEGRATION: CWS macosxmerge (1.10.8); FILE MERGED 2003/05/17 15:45:53 fa 1.10.8.1: Allow berkeleydb to compile on Mac OS X. a) Make makefile.mk understand .dylib SO suffix through $(DLLPOST) b) Mac OS X libtool/configure updates from OOO_STABLE_1_PORTS c) change to -undefined error so we can link two-level namespace d) due to (c) we have to include STLport libs on link line
        
        http://www.openoffice.org/project/www/issues/show_bug.cgi?id=13694
        
        Contributors:
        Richard Stacpoole
        Dan Williams
        
        Dan Williams
        fa@ooo

2003-06-02  Rüdiger Timm  <rt@openoffice.org>  [8b79ecff5a2557c7424a5b758441a273b95c3d1c]

        #109684# Deliver more specifically.

2003-06-02  Rüdiger Timm  <rt@openoffice.org>  [6ce9bc07f2cbae812bfb342a6e7482493120b8ed]

        #109684# Deliver more specifically.

2003-06-02  Rüdiger Timm  <rt@openoffice.org>  [60746fa24b846a41d836706889aa19ec7ee82531]

        #109684# Deliver more specifically.

2003-06-02  Rüdiger Timm  <rt@openoffice.org>  [d2f436fd5eef3fe7e09fcdbfb83ca44c2eef24fb]

        #109684# Deliver more specifically.

2003-06-02  Rüdiger Timm  <rt@openoffice.org>  [eeb3c468b1baa1e6c478ad1539ce3120193a3161]

        #109684# Deliver more specifically.

2003-06-02  Rüdiger Timm  <rt@openoffice.org>  [0d532bd99276880c15b5956cffd4cd54a25efd06]

        #109684# Deliver more specifically.

2003-06-02  Rüdiger Timm  <rt@openoffice.org>  [fde9b3dfc87d6f4c28caf87071035b514b46c517]

        #109684# Deliver more specifically.

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [42e9ac666c645121fbf734d72b5110759122a737]

        INTEGRATION: CWS evoab (1.2.30.1.10); FILE MERGED 2003/04/04 16:15:02 fs 1.2.30.1.10.1: #108648# (checkin on behalf of bjia@openoffice.org): added support for evolution address book

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [ef800733bd1b01a32c8e946d8dd93a897b780f55]

        INTEGRATION: CWS evoab (1.2.30.1.10); FILE MERGED 2003/05/22 14:10:46 fs 1.2.30.1.10.2: #108648# (on behalf of bjia@openoffice.org) if the evolution address book URL is not accepted by any driver, don't offer Evolution as alternative 2003/04/04 16:15:02 fs 1.2.30.1.10.1: #108648# (checkin on behalf of bjia@openoffice.org): added support for evolution address book

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [7aa1e249efc23cfff97ec326a8d7c3654b292328]

        INTEGRATION: CWS evoab (1.1.30.1.10); FILE MERGED 2003/04/04 16:15:01 fs 1.1.30.1.10.1: #108648# (checkin on behalf of bjia@openoffice.org): added support for evolution address book

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [62b7d8a8003af3caeb6af8da7f5dad34729c5404]

        INTEGRATION: CWS evoab (1.1.30.1.10); FILE MERGED 2003/04/04 16:15:00 fs 1.1.30.1.10.1: #108648# (checkin on behalf of bjia@openoffice.org): added support for evolution address book

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [0120ff310afeab1284813be863435630b7ff78c5]

        INTEGRATION: CWS evoab (1.36.2.1.20); FILE MERGED 2003/05/26 18:15:29 fs 1.36.2.1.20.3: RESYNC: (1.36.2.1-1.38); FILE MERGED 2003/04/10 07:40:28 fs 1.36.2.1.20.2: #108648# (on behalf of bjia@openoffice.org) grouping of the radio buttons 2003/04/04 16:14:59 fs 1.36.2.1.20.1: #108648# (checkin on behalf of bjia@openoffice.org): added support for evolution address book

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [418675c6fd13e76ec2e952322b33b49514c3fa4a]

        INTEGRATION: CWS evoab (1.4.28.1.10); FILE MERGED 2003/04/04 16:14:58 fs 1.4.28.1.10.1: #108648# (checkin on behalf of bjia@openoffice.org): added support for evolution address book

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [1215091826afa3e673588baf18ff4a707423c985]

        INTEGRATION: CWS evoab (1.3.82); FILE MERGED 2003/04/04 16:14:57 fs 1.3.82.1: #108648# (checkin on behalf of bjia@openoffice.org): added support for evolution address book

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [57397a2d0504571a6e1352299d52d9265b9f68b2]

        INTEGRATION: CWS evoab (1.6.52); FILE MERGED 2003/05/23 08:26:44 fs 1.6.52.1: #108648# make getFactory const

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a0251a91576f4b08a170abe2836a4a3d7b5d963f]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/15 09:15:52 bjia 1.1.2.3: #108648#modifications to make evoab not build on non-Unix platform 2003/04/09 16:32:45 fs 1.1.2.2: #108648# +LDebug 2003/04/04 13:59:27 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [fceb4bc0787e2dae72725b0725d44490f8170d3c]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:59:03 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [612e256dc036fe1524bd00ca3f6e3dbcb51686e0]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:58:24 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [beea3156c783376315b46740678a8668f4ef7c67]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:57:58 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [e9952bea80019b2c4b9f4d23e7b00fe79c3a3674]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:57:21 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [1a8a681763cb28ecb461ad937c44a3f69fe0189e]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:56:58 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [004c838e2f847bf52819650d5cba83a87ea810ec]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:56:15 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [cbd03f8def60041d02f9c9d491099ac16c53d92d]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/05/22 15:46:31 fs 1.1.2.3: #108648# SolarMath superseeded by rtl/math / don't apply non-const operation to const variable (Linux compiler let's wrongly pass this) 2003/05/22 15:01:02 bjia 1.1.2.2: #108648#improvement for checking the evolution version 2003/04/04 13:55:54 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [818ed830c20d50d01c471e3cfd1efe1e540dc159]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:55:13 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [ad43fffce67376c2f3c77010f9753ca9676fe268]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:54:51 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [66c22f32955102391e05378b89417433c2eb7c12]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:54:08 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [14b443004a057ae2811c1dda66ec5adcaf2c7fef]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:53:48 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [e499d515c095f6e99972223529db56a0d7941147]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:53:20 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [0260ffd5e109bf1b7a34853bbfb5b00d78708299]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:52:47 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [ca2d9092bc94a2499b097bb9bb9bbf6eab68ff15]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:52:26 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [3166d691fa3828412e98b5e7e09a6e0ad81134a3]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/05/22 15:01:01 bjia 1.1.2.2: #108648#improvement for checking the evolution version 2003/04/04 13:51:52 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [38261bc5a2a5ec75de7f00614f3866123a8fe1d2]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/09 16:32:06 fs 1.1.2.2: #108648# some cleanup 2003/04/04 13:51:27 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [3bda56edbf418bf94030ceca19bb604c695ca3e4]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/05/22 15:45:49 fs 1.1.2.5: #108648# SolarMath superseeded by rtl/math 2003/05/22 15:01:01 bjia 1.1.2.4: #108648#improvement for checking the evolution version 2003/04/10 09:40:52 oj 1.1.2.3: #108648# correct path to evoab/Folder.csv file 2003/04/09 16:32:06 fs 1.1.2.2: #108648# some cleanup 2003/04/04 13:50:51 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [19c5abdb08ba8beb938e18effa39e8673def70c9]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/05/23 08:27:18 fs 1.1.2.3: #108648# const as const can 2003/05/22 15:01:00 bjia 1.1.2.2: #108648#improvement for checking the evolution version 2003/04/04 13:50:24 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [e4fa26ca67c17e483e089bf0ec2e75aa9643eac8]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/05/23 08:27:18 fs 1.1.2.4: #108648# const as const can 2003/05/22 15:01:00 bjia 1.1.2.3: #108648#improvement for checking the evolution version 2003/04/17 06:21:16 bjia 1.1.2.2: #108648# code optimizing 2003/04/04 13:49:48 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [fd88894c044ace78c1ec2f1640ba715128f5c070]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/09 16:32:33 fs 1.1.2.1: initial checkin - helper for debug tracing

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [dfc32660a146fa163cf1c753b9a7b067bbec96d3]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/09 16:32:25 fs 1.1.2.1: initial checkin - helper for debug tracing

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [10de5bcb82148304f76537bf1a13abc9efcd2c51]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:49:19 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [fb631d3b5a2fc91cd41a2f801c3f141797925e18]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/05/22 15:00:59 bjia 1.1.2.7: #108648#improvement for checking the evolution version 2003/04/17 06:21:15 bjia 1.1.2.6: #108648# code optimizing 2003/04/16 14:54:51 bjia 1.1.2.5: #108648# use random working dir name instead of fixed dir name of evoab 2003/04/10 09:40:52 oj 1.1.2.4: #108648# correct path to evoab/Folder.csv file 2003/04/09 16:31:47 fs 1.1.2.3: #108648# made string tracing safe / slightly corrected getTables 2003/04/09 09:23:57 bjia 1.1.2.2: #108648# changes to match the folder location arguments of the new version CLI command 2003/04/04 13:48:43 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [61d9314b0f73b90387f9aa988a461326bf5b39a1]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/05/23 08:27:52 fs 1.1.2.8: #108648# did not compile: getDriver had a constness problem 2003/05/22 15:00:59 bjia 1.1.2.7: #108648#improvement for checking the evolution version 2003/04/17 06:49:57 bjia 1.1.2.6: #108648# code optimizing 2003/04/17 06:21:15 bjia 1.1.2.5: #108648# code optimizing 2003/04/16 14:54:51 bjia 1.1.2.4: #108648# use random working dir name instead of fixed dir name of evoab 2003/04/10 09:40:52 oj 1.1.2.3: #108648# correct path to evoab/Folder.csv file 2003/04/09 09:23:21 bjia 1.1.2.2: #108648# changes to match the folder location arguments of the new version CLI command 2003/04/04 13:48:13 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [5ed3b7180d3ccc0c12fbd78e0dfa08beca0fa1a6]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/05/22 15:48:36 fs 1.1.2.9: #108648# don't apply non-const operation to const variable (Linux compiler let~'s wrongly pass this) 2003/05/22 15:00:58 bjia 1.1.2.8: #108648#improvement for checking the evolution version 2003/04/17 06:49:57 bjia 1.1.2.7: #108648# code optimizing 2003/04/17 06:21:15 bjia 1.1.2.6: #108648# code optimizing 2003/04/16 14:54:50 bjia 1.1.2.5: #108648# use random working dir name instead of fixed dir name of evoab 2003/04/10 09:40:51 oj 1.1.2.4: #108648# correct path to evoab/Folder.csv file 2003/04/09 16:31:26 fs 1.1.2.3: #108648# made string tracing safe / corrected createDirectoryDeep 2003/04/09 09:23:10 bjia 1.1.2.2: #108648# changes to match the folder location arguments of the new version CLI command 2003/04/04 13:47:39 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [bda4147f53aa873bdafc49f7619a5df7877470b5]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:47:18 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [15e63d83f61154affd91c96d4316eccf3503301b]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/05/22 15:00:58 bjia 1.1.2.2: #108648#improvement for checking the evolution version 2003/04/04 13:46:47 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [cc1b409f080df73cf323e6a025f9a9f543c3afc9]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:46:18 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [bb17927b6ce6bade99678dcff3c92392e9434fbc]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:45:51 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [f7d305e59c762cc7fc6deff47c0a3b5c5170c53c]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:45:19 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a4a24d97aacbb37a962aa19160a768694176c0a1]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/05/22 15:00:57 bjia 1.1.2.2: #108648#improvement for checking the evolution version 2003/04/04 13:44:52 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [35c2ea1350c326f96b33cbb66e6a44aaeb9a5ce6]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:44:16 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [8a314fbc1551e28dbed2e60fc3b68f80bb807d37]

        INTEGRATION: CWS evoab (1.1.2); FILE ADDED 2003/04/04 13:43:50 bjia 1.1.2.1: initial checkin-evolution address book driver for SDBC

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [832fc42765cb7c2ba998aa88fd14f307784a4c90]

        INTEGRATION: CWS evoab (1.11.4.1.2.2.20); FILE MERGED 2003/04/08 10:53:29 bjia 1.11.4.1.2.2.20.1: #108648# adding deliver info for evoab

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a74627c7711442d2731769c93289273c2a1888eb]

        INTEGRATION: CWS evoab (1.17.46); FILE MERGED 2003/04/08 10:52:59 bjia 1.17.46.2: #108648# adding build info for evoab 2003/04/04 16:24:25 fs 1.17.46.1: #108648# include evoab

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [e40ce06fa519f9da0db47e75d228d426a67ae8e2]

        INTEGRATION: CWS evoab (1.8.46); FILE MERGED 2003/04/04 14:08:37 bjia 1.8.46.1: adding version info for evoab

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [f39ed3d8b966494508693974d0810b5378b84d86]

        INTEGRATION: CWS evoab (1.16.4.3.20); FILE MERGED 2003/05/26 17:14:16 fs 1.16.4.3.20.2: RESYNC: (1.16.4.3-1.18); FILE MERGED 2003/04/04 16:14:23 fs 1.16.4.3.20.1: #108648# (checkin on behalf of bjia@openoffice.org): added driver settings for evolution address book driver

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a9b75e86542fceca688d6b0c10453abb19add6ee]

        INTEGRATION: CWS evoab (1.8.4.2.18); FILE MERGED 2003/05/27 06:12:57 fs 1.8.4.2.18.5: RESYNC: (1.8.4.2-1.10); FILE MERGED 2003/04/30 07:41:42 fs 1.8.4.2.18.4: #108648# (on behalf of glu@openoffice.org) new (logical) names exported by Evolution 2003/04/08 11:09:35 fs 1.8.4.2.18.3: #108648# (on behalf of bjia@openoffice.org) new path to exporter 2003/04/04 16:13:38 fs 1.8.4.2.18.2: #108648# (checkin on behalf of bjia@openoffice.org): added driver settings for evolution address book driver 2003/04/02 03:11:57 BerryJia 1.8.4.2.18.1: Add the evolution address book driver configuration data to "ConnectionPool/DriverSettings"

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [d68c5daffb6b53ad3b215d3b87e14692a6d1e3b4]

        INTEGRATION: CWS evoab (1.15.2.1.22); FILE MERGED 2003/04/04 14:39:53 bjia 1.15.2.1.22.1: #108648# adding codes for evoab

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [76ea964765cd27ac9b6c6f8c8a68b968875f2441]

        INTEGRATION: CWS evoab (1.1.54); FILE MERGED 2003/04/04 15:51:42 bjia 1.1.54.1: #108648#

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [639787825ae629d5c129b5ac3c3c6807788851fd]

        INTEGRATION: CWS evoab (1.31.2.3.12); FILE MERGED 2003/05/26 16:48:16 fs 1.31.2.3.12.2: RESYNC: (1.31.2.3-1.33); FILE MERGED 2003/04/04 14:48:23 bjia 1.31.2.3.12.1: #108648# adding codes for evolution address book driver

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [b3b077de2409e4312064e6756c8fb6acfe6765d4]

        INTEGRATION: CWS evoab (1.119.2.6.6); FILE MERGED 2003/05/26 16:45:41 fs 1.119.2.6.6.2: RESYNC: (1.119.2.6-1.122); FILE MERGED 2003/04/04 14:45:43 bjia 1.119.2.6.6.1: #108648# adding codes for evolution address book driver

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [04d580445e9ca8b935223a366ba9127507033add]

        INTEGRATION: CWS calc12 (1.16.50); FILE MERGED 2003/05/28 12:03:22 nn 1.16.50.1: #i14927# for SID_CURRENTCELL with a single cell, unmark unless FN_PARAM_1 is given

2003-06-02  Vladimir Glazounov  <vg@openoffice.org>  [bbd2987f50caa12425c42f8b2a4916e047d5ee03]

        INTEGRATION: CWS calc12 (1.41.42); FILE MERGED 2003/05/28 12:02:53 nn 1.41.42.1: #i14927# execute SID_CURRENTCELL in ButtonUp only if the string has the whole selection

2003-05-30  Aidan Butler  <aidan@openoffice.org>  [76d167b319eb052bacd589190af48bacc896c880]

        Added support for nested tags (menuchoice only), indexing, cross references, id attributes on sections, chapters, comments.

2003-05-30  Aidan Butler  <aidan@openoffice.org>  [032e2556d1ad9b0fa8e3fe96b64d13aa27fadd78]

        Initial import of export stylesheet for DocBook chapters

2003-05-30  Rüdiger Timm  <rt@openoffice.org>  [c43ba8185bc13304b8d5ab18a5267789a99e99b7]

        INTEGRATION: CWS extras7 (1.39.18); FILE MERGED 2003/05/21 16:52:41 bc 1.39.18.1: #109810# 'GetRefValue()' modified

2003-05-30  Aidan Butler  <aidan@openoffice.org>  [16a8c52616a7cdae1662dbdd18c9b80dbf9e718c]

        Initial import of export stylesheet for DocBook articles

2003-05-30  Rüdiger Timm  <rt@openoffice.org>  [13d4bbbe4d5187bd2007d57ea22d69288170ddb5]

        #110013# HACK: Assertion removed.

2003-05-30  Aidan Butler  <aidan@openoffice.org>  [085f390e39b62e02e28807254fb622def30c0ad9]

        Flat XML filter with pretty printing

2003-05-29  Tomas O'Connor  <toconnor@openoffice.org>  [70cd3f4e11dd489f40499cb6a13328235b274f57]

        Set up pkgchk command line correctly on windows

2003-05-29  Duncan Foster  <dfoster@openoffice.org>  [51aa713baa7cac8aca05555cdcb0a939c3dd5d03]

        #i13211# Fixed Events list.

2003-05-29  Duncan Foster  <dfoster@openoffice.org>  [9e95c73731846d05fa69a1a56e8fa8fb2fa7e446]

        Added support for regsitry schema. Revised version number to 0.3

2003-05-29  Duncan Foster  <dfoster@openoffice.org>  [2f9518f5d08e809d4829e4e785d585a38cb17331]

        Fixed Browse button irregularities. Fixed macro to read extension data from registry.

2003-05-29  Duncan Foster  <dfoster@openoffice.org>  [84a7be8e74b638d4840d061b4f5e73fb75c6dc29]

        Changed version number to 0.3. Added support for registry data & schema

2003-05-29  Duncan Foster  <dfoster@openoffice.org>  [7dc1cee32b29d1678c8c2b58cdf58d192c2a6591]

        Code cleanup. Reading runtime<->file extn relationship from config.

2003-05-29  Aidan Butler  <aidan@openoffice.org>  [4bcd9299af38462feb0ef598144f23084f0fee84]

        Adding Makefile for use with the SDK

2003-05-29  Aidan Butler  <aidan@openoffice.org>  [ee44e7e8049db5a01d7af3bba076ddacb96fcb2b]

        Added URI Resolver

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [5776dcb67a72d51e8c620a961239892ff8f4eec0]

        new version for SRX645

2003-05-28  Kurt Zenker  <kz@openoffice.org>  [7e673eda385d6bddabbbf133f4443a8d781a0d65]

        new version for SRX645

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [7b3bf70687ff679c45e210d8aeb44a601af5f0ff]

        SRX645

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [ad54ff64251cb6d27851c0f346591ce01647da85]

        INTEGRATION: CWS crashrep07 (1.3.34); FILE MERGED 2003/05/28 09:55:04 hro 1.3.34.1: #108893# If accessibility is enabled disable crashreporter by command line switch

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [6d7a02893d6338634a27b17c95d04f84f38b8ddc]

        INTEGRATION: CWS crashrep07 (1.49.10); FILE MERGED 2003/05/27 21:46:55 hro 1.49.10.1: #109626# Always omit frame pointers (even for product optimization)

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [eed0c79054c7fa5e9dd8e56c44154b27d982ee81]

        INTEGRATION: CWS crashrep07 (1.15.30); FILE MERGED 2003/05/12 12:25:48 hro 1.15.30.1: #108911# Added guistdio for Windows GUI console output

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [786d4c657dcf03fe656797d12d1f83836b657103]

        INTEGRATION: CWS crashrep07 (1.12.14); FILE MERGED 2003/05/12 12:25:47 hro 1.12.14.1: #108911# Added guistdio for Windows GUI console output

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4d27a75766c587754cefa205c6957971619c5b6b]

        INTEGRATION: CWS crashrep07 (1.23.18); FILE MERGED 2003/05/28 10:06:47 hro 1.23.18.2: #109941# Maximum size for environment is 32k-1 2003/05/28 09:06:26 tra 1.23.18.1: #109941#changed osl_getEnvironment see comments in code

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [c5b53f011ad6b780cccce596588087d02f4a513b]

        INTEGRATION: CWS crashrep07 (1.11.14); FILE MERGED 2003/05/27 14:11:17 hro 1.11.14.1: #109626# Added backtrace function for Solaris to generate XML stacks

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [fc3b2e085498d8b6c3d34d4839d6998e1fbaa249]

        INTEGRATION: CWS crashrep07 (1.20.8); FILE MERGED 2003/05/27 14:11:15 hro 1.20.8.1: #109626# Added backtrace function for Solaris to generate XML stacks

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [d205bfb31978fe27c02a25e4c045857bbc2b2efe]

        INTEGRATION: CWS crashrep07 (1.1.2); FILE ADDED 2003/05/27 14:11:14 hro 1.1.2.1: #109626# Added backtrace function for Solaris to generate XML stacks

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [a5010d6338a9119119f0fd5acc49d12b45a2633f]

        INTEGRATION: CWS crashrep07 (1.1.2); FILE ADDED 2003/05/27 14:11:13 hro 1.1.2.1: #109626# Added backtrace function for Solaris to generate XML stacks

2003-05-28  Rüdiger Timm  <rt@openoffice.org>  [ed86bdb7fbfb181382b736ec22a4d4964bacff42]

        #100000# a couple of syntax errors: always use backslashes as directory separator, don't use dots in directory acronyms, don't make your whole module dependent of one of its subdirectories.

2003-05-28  Stephan Schäfer  <ssa@openoffice.org>  [e26fd23140599c496162ac30e09a8ff553f511df]

        #108026# use line-breaks to workaround formatting error

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [604f3ed618d66d55246a3fee446cd3a19342df6e]

        INTEGRATION: CWS i18n06 (1.20.16); FILE MERGED 2003/05/26 10:33:04 er 1.20.16.2: #109874# straightened sprintf comments 2003/05/23 18:08:35 khong 1.20.16.1: #109874# fix japanese year format

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4af389c6c41f3f909a946bf27c080db7c21e4703]

        INTEGRATION: CWS fwk04 (1.5.14); FILE MERGED 2003/05/26 22:10:01 cd 1.5.14.1: #109787# Added image URLs to UserDefinedImages node

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [5b53a4d7eedd1bda2c529c085a98f889eec1b3ab]

        INTEGRATION: CWS fwk04 (1.2.62); FILE MERGED 2003/05/23 11:06:41 as 1.2.62.1: #109842# call contextChanged() at all frames, if commands cfg was changed

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [a281f3a6f27f97fea303971ee4814ef97fdd74e5]

        INTEGRATION: CWS fwk04 (1.11.64); FILE MERGED 2003/05/26 08:01:43 abi 1.11.64.2: #i10685# release buffer 2003/05/23 13:27:10 abi 1.11.64.1: #i10685# initialized variable

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [6cd788c4e50f6079b9db5ff9cea7562d3cab3419]

        INTEGRATION: CWS fwk04 (1.5.62); FILE MERGED 2003/05/23 13:27:10 abi 1.5.62.1: #i10685# initialized variable

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [3dece7ce5328152c4d530b32d507d84d0820ee3d]

        INTEGRATION: CWS fwk04 (1.14.14); FILE MERGED 2003/05/26 11:43:24 cd 1.14.14.1: #109863# Fix problems with final slash inside function 'implNormalizeURL'

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [c8398955cd13f71b68b5987bf28f9c2d891e0451]

        INTEGRATION: CWS fwk04 (1.17.48); FILE MERGED 2003/05/27 07:35:46 cd 1.17.48.1: #109896# Added new interface

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [1681fb0ee6095e67aa92d427766e9bbca065d562]

        INTEGRATION: CWS fwk04 (1.1.2); FILE ADDED 2003/05/26 15:40:47 mba 1.1.2.1: #109896#: synchronous dispatch to provide return value

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [9e71512de490fb0bca0f9df8d83d097bd24d2f0f]

        INTEGRATION: CWS fwk04 (1.57.10); FILE MERGED 2003/05/26 15:06:24 dbo 1.57.10.1: #109920# fixing wrong shared macro name

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [0b636f699d8adaa89c15be206b1a96f200a88d7e]

        INTEGRATION: CWS fwk04 (1.29.10); FILE MERGED 2003/05/26 15:48:28 abi 1.29.10.2: #109863# removed now unused variable 2003/05/26 14:46:39 abi 1.29.10.1: #109863# fixing several bugs in sablot makes workaround unnecessary

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [3f82e72cd9a5fda29d401130cdcd975a4d99e613]

        INTEGRATION: CWS fwk04 (1.66.16); FILE MERGED 2003/05/23 11:08:43 as 1.66.16.1: #109842# called in it contextChanged() if commands cfg was changed

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [32e9c2c0490eb7e8b336f0193644c43c76fd8840]

        INTEGRATION: CWS fwk04 (1.3.24); FILE MERGED 2003/05/23 15:42:08 cd 1.3.24.1: #109787# Support references to external bitmap inside UserDefinedImages node

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [d8da6454dff40172b50a581843128d1fae288167]

        INTEGRATION: CWS fwk04 (1.45.16); FILE MERGED 2003/05/22 12:41:32 lo 1.45.16.2: #i14021# fix help dialog size 2003/05/22 11:57:27 lo 1.45.16.1: #i14021# fix help dialog size

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [dc63d197c552f776e8123002fce3fc49d73eea07]

        INTEGRATION: CWS fwk04 (1.3.32); FILE MERGED 2003/05/22 12:41:33 lo 1.3.32.1: #i14021# fix help dialog size

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [599ae00c2cf853a515e6c279995daa79517be567]

        INTEGRATION: CWS fwk04 (1.30.38); FILE MERGED 2003/05/26 10:42:33 mba 1.30.38.1: #109900#: menu of AddonController must be an SfxMenu

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [40353ca28e6e02670809665ee301558fb5d849ee]

        INTEGRATION: CWS fwk04 (1.18.4); FILE MERGED 2003/05/27 07:39:13 cd 1.18.4.1: #109896# Added forgotten parameter to loadMacro call

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [38de513db26264e00c064d07a13c377d96f0d8fc]

        INTEGRATION: CWS fwk04 (1.30.38); FILE MERGED 2003/05/23 15:42:52 cd 1.30.38.1: #109787# Support references to external bitmap inside UserDefinedImages node

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [a875ac22ac38395b75464e2d1b27ee0272a6ac4a]

        INTEGRATION: CWS fwk04 (1.24.38); FILE MERGED 2003/05/27 13:12:03 mba 1.24.38.1: #109940#: global execution of shortcuts via dispatches

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [98429404c9465771e5f6ab2bf47a4473f24256fe]

        INTEGRATION: CWS fwk04 (1.23.38); FILE MERGED 2003/05/27 10:50:47 hro 1.23.38.3: #108850# Use URL without parameters for SvFileInformationManager::GetDescription 2003/05/26 21:28:41 cd 1.23.38.2: RESYNC: (1.23-1.24); FILE MERGED 2003/05/26 15:14:57 hro 1.23.38.1: #108850# Start impress with slot 10425 to show autopilot

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [cdd29e71c4311c2a4e846384cb0f15b938343711]

        INTEGRATION: CWS fwk04 (1.28.48); FILE MERGED 2003/05/26 10:38:15 mba 1.28.48.1: #109895#: Exception Handling for appopen.cxx

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4df2449bd597d0a40bcd9fea5d465b2dda0925f3]

        INTEGRATION: CWS fwk04 (1.85.6); FILE MERGED 2003/05/27 13:11:53 mba 1.85.6.3: #109896#: bug in SBX prevents usage of return value 2003/05/27 07:38:22 cd 1.85.6.2: #109896# Method must have same throw clause as declaration 2003/05/26 15:42:00 mba 1.85.6.1: #109896#: synchronous dispatch to provide return value

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [cb12bbd977c8750082195ba0496fdcdb6fb56440]

        INTEGRATION: CWS fwk04 (1.69.24); FILE MERGED 2003/05/26 10:37:55 mba 1.69.24.1: #109895#: DoneLink must be called if given by caller

2003-05-28  Martin Hollmichel  <mh@openoffice.org>  [bbf8a0accb1956f6d44c74ba09c0526381d50edd]

        add: admin files

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [7f99f3dea89b19353e4751e1f08985d0e661fc00]

        INTEGRATION: CWS sw013 (1.75.16); FILE MERGED 2003/05/08 11:14:21 tl 1.75.16.1: #109084# GuessViewShell fixed

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [d6a85f4c5967ae96ec6f74226349c104a49a086d]

        INTEGRATION: CWS sw013 (1.2.16); FILE MERGED 2003/05/14 07:53:21 tl 1.2.16.1: #109310# Hangul/Hanja base and ruby text assignment fixed

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [91903afc020a897d393bc85f82596974a85509d2]

        INTEGRATION: CWS sw013 (1.68.10); FILE MERGED 2003/05/07 13:34:26 dvo 1.68.10.1: #109331# allow access to clipboard document if not WrtShell is present          (fix regression from os8)

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [67c08c8a4050988403bede7cf34dacf0a8da22cb]

        INTEGRATION: CWS sw013 (1.14.16); FILE MERGED 2003/05/08 10:58:09 fme 1.14.16.1: #109433# GetPrinter for Format - Page dialog in HTML mode

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [c33db160ea75f029db3635afde346cb07a99f667]

        INTEGRATION: CWS sw013 (1.19.16); FILE MERGED 2003/05/06 09:00:58 od 1.19.16.1: #i14016# <ViewShell::PrintPreViewPage(..)>/<ViewShell::PrintProspect(..)> - consider empty pages on calculation of scaling.

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [28102cb8c22ff50a94e4d33a600abda8a8358b2d]

        INTEGRATION: CWS sw013 (1.20.16); FILE MERGED 2003/05/07 09:16:12 tl 1.20.16.1: #109181# check bounds against 0

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [aca1ddeebfb66b26f42752e0635c12b17efaa674]

        INTEGRATION: CWS sw013 (1.70.16); FILE MERGED 2003/05/06 08:06:24 fme 1.70.16.1: #109287# Kana compression should be disabled inside text fields

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [c9f29f0b5dd24d47a64eb2a61e40e04aff5f893b]

        INTEGRATION: CWS sw013 (1.33.16); FILE MERGED 2003/05/06 12:36:52 fme 1.33.16.1: #108928# Consider BreakPortions during calculation of justified alignment

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [b3bb86feb11c176d1968a2a03a60ef3f2ce84370]

        INTEGRATION: CWS sw013 (1.76.16); FILE MERGED 2003/05/07 07:58:41 fme 1.76.16.1: #109288# The portions build in CalcfitToContent have to be stored in a LineLayout structure, otherwise they are not deleted

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4e32191b4c0b60fd3415329c9647a59b32c257b5]

        INTEGRATION: CWS sw013 (1.15.16); FILE MERGED 2003/05/13 15:20:01 dvo 1.15.16.1: #109394# prevent crash when closing HTML document

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [5a91962e0fa48c88b03ddf47069cbb715ab2de7d]

        INTEGRATION: CWS sw013 (1.10.16); FILE MERGED 2003/05/13 10:07:50 hbrinkm 1.10.16.1: #109161# NewFlyFrm

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [08b1545517aeb91f7b7a6381552369e162cad61d]

        INTEGRATION: CWS sw013 (1.5.16); FILE MERGED 2003/05/13 10:06:29 hbrinkm 1.5.16.1: #109161# InsertTable

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [8c06b8107729b7148ff08531fe83495525321d01]

        INTEGRATION: CWS sw013 (1.31.16); FILE MERGED 2003/05/06 13:08:08 fme 1.31.16.1: #108889# IncreaseIndent in vertical text frames

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [b8a9021f2255bd15623b4c17040838d93bc869ff]

        INTEGRATION: CWS sw013 (1.13.16); FILE MERGED 2003/05/13 10:04:53 hbrinkm 1.13.16.1: #109161# InsertTable

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [6c1df5eee9380e20155ad346b28bf2eefff1a1d1]

        INTEGRATION: CWS sw013 (1.11.10); FILE MERGED 2003/05/13 10:03:27 hbrinkm 1.11.10.1: #109161# MakeFlySelection

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [bbfab26b81be0e1264360e327bf57f53d74760ff]

        INTEGRATION: CWS sw013 (1.2.228); FILE MERGED 2003/05/13 09:58:12 hbrinkm 1.2.228.1: #109161# InsertTable

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [3567ffa69be6129f887a66424c224a3c684b9fc9]

        INTEGRATION: CWS sw013 (1.42.16); FILE MERGED 2003/05/13 09:57:33 hbrinkm 1.42.16.1: #109161# MakeFlySection, InsertTable

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [acb14938b89204a9ea3f6616fc995b7649fce5d1]

        INTEGRATION: CWS sw013 (1.3.8); FILE MERGED 2003/05/07 11:56:00 tl 1.3.8.1: #109195# IDL file fixed for autodoc

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4f7e469734a81f39f156a57dae3c3fbbfd3b8950]

        INTEGRATION: CWS sw013 (1.1.88); FILE MERGED 2003/05/14 16:25:53 tl 1.1.88.1: #14139#, #109504# 'Selection' toolbox fixed

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [7211edf630d898e68c7b6616f48371e28ba69fe9]

        INTEGRATION: CWS sw013 (1.9.4); FILE MERGED 2003/05/14 16:25:00 tl 1.9.4.1: #14139#, #109504# 'Selection' toolbox fixed

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4aeb3b8e45edbb9f2bc40ecea2a876d5870d1dba]

        INTEGRATION: CWS sw013 (1.89.20); FILE MERGED 2003/05/27 13:00:45 hbrinkm 1.89.20.2: RESYNC: (1.89-1.90); FILE MERGED 2003/05/14 16:26:38 tl 1.89.20.1: #14139#, #109504# 'Selection' toolbox fixed

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [2ed50acb9b77e6161d14cb9965ee9834b499fa74]

        INTEGRATION: CWS sw013 (1.5.80); FILE MERGED 2003/05/14 16:22:14 tl 1.5.80.1: #14139#, #109504# 'Selection' toolbox fixed

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [f513f785c4b8f0c21644841b6dd86704f0de6b15]

        INTEGRATION: CWS sw013 (1.13.4); FILE MERGED 2003/05/07 11:01:58 tl 1.13.4.1: #109398# IgnoreAll functionality fixed

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [1c81ab6a9920d8d3db3c0c96c2b8517381f182d7]

        INTEGRATION: CWS sw013 (1.10.54); FILE MERGED 2003/05/12 14:40:43 od 1.10.54.2: #109432# - adjust constructor of helper class <RestoreXViewGraphics> 2003/05/12 09:25:04 od 1.10.54.1: #109432# <SdrUnoObj::Paint(..)> - restore graphics at <awt::XView> instance

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4b437861a8a3235c468deb390bdfd2c2e6a43c00]

        INTEGRATION: CWS sw013 (1.170.14); FILE MERGED 2003/05/07 10:05:41 tl 1.170.14.1: #109101# accessible name for image and push buttons fixed

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [3a188b950d80216e7034b5217cddddd56a859f25]

        INTEGRATION: CWS vcl09 (1.13.18); FILE MERGED 2003/04/30 14:28:53 ssa 1.13.18.2: #109090# change CJK titles to FzHeiTi for all chinese versions 2003/04/30 12:58:15 ssa 1.13.18.1: #107721# make sunbatang korean default font to give it a boost in font fallback

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [dc8cc0199e024fe4da415477cb608065a7aed97f]

        INTEGRATION: CWS vcl09 (1.7.10); FILE MERGED 2003/05/08 18:46:11 pl 1.7.10.1: #109426# make rpnp.so work on Linux

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [e8bcc947e3e99ab5aa3caf4d0dfb00c08cbbb362]

        INTEGRATION: CWS vcl09 (1.3.10); FILE MERGED 2003/05/08 18:46:10 pl 1.3.10.1: #109426# make rpnp.so work on Linux

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [493537209fa90b918889f1fdf26033a7bda2864f]

        INTEGRATION: CWS vcl09 (1.3.22); FILE MERGED 2003/05/08 18:46:10 pl 1.3.22.1: #109426# make rpnp.so work on Linux

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [d2237276cb3e32493ff8f9f71e06301937434622]

        INTEGRATION: CWS vcl09 (1.6.10); FILE MERGED 2003/05/08 18:46:10 pl 1.6.10.1: #109426# make rpnp.so work on Linux

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [bffe73fc81c075861643146eae5d80fae5bd60da]

        INTEGRATION: CWS vcl09 (1.2.22); FILE MERGED 2003/05/08 18:46:09 pl 1.2.22.1: #109426# make rpnp.so work on Linux

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [6b96273574269de4de0e0722508559aee2c94b2e]

        INTEGRATION: CWS vcl09 (1.3.22); FILE MERGED 2003/05/08 18:46:09 pl 1.3.22.1: #109426# make rpnp.so work on Linux

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [5a8fcac8d6e53ab821a4ff19d569895116ad4fd7]

        INTEGRATION: CWS vcl09 (1.3.88); FILE MERGED 2003/05/08 18:46:09 pl 1.3.88.1: #109426# make rpnp.so work on Linux

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [7eed65725313bc740abb2cbd071d3135bf5f174b]

        INTEGRATION: CWS vcl09 (1.4.102); FILE MERGED 2003/05/08 18:46:19 pl 1.4.102.1: #109426# make rpnp.so work on Linux

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [34e927d8597c1fa53fc3a0f2c171ec3911613ad2]

        INTEGRATION: CWS vcl09 (1.3.10); FILE MERGED 2003/05/08 18:46:19 pl 1.3.10.1: #109426# make rpnp.so work on Linux

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [8e800bc150da72516759aacb4242405cb90f1749]

        INTEGRATION: CWS vcl09 (1.6.82); FILE MERGED 2003/05/08 18:47:23 pl 1.6.82.2: #109426# do not impose a NPN_GetURL stream onto a plugin again 2003/05/06 13:33:54 pl 1.6.82.1: #109257# #109259# #109306# change initialization from URL

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [d7c49891ec8c3558066c6455de590da25ccd6b9b]

        INTEGRATION: CWS vcl09 (1.11.10); FILE MERGED 2003/05/08 18:48:20 pl 1.11.10.3: #109426# do not impose a NPN_GetURL stream onto a plugin again 2003/05/08 12:30:36 pl 1.11.10.2: #109426# cleanup allocators, react on no plugin match 2003/05/06 13:33:51 pl 1.11.10.1: #109257# #109259# #109306# change initialization from URL

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [755863ab034a3e8082b61912e0ef48fe0196596d]

        INTEGRATION: CWS vcl09 (1.8.8); FILE MERGED 2003/05/09 07:51:08 pl 1.8.8.5: #109426# correct debug macro 2003/05/08 18:48:19 pl 1.8.8.4: #109426# do not impose a NPN_GetURL stream onto a plugin again 2003/05/08 13:07:46 pl 1.8.8.3: #109426# asynchronous GetURL 2003/05/08 12:55:34 pl 1.8.8.2: #109426# cleanup allocators, react on no plugin match 2003/05/08 12:30:35 pl 1.8.8.1: #109426# cleanup allocators, react on no plugin match

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [f5d8562545cda58ea54eddae1fab3fed624f0e45]

        INTEGRATION: CWS vcl09 (1.4.104); FILE MERGED 2003/05/06 13:33:50 pl 1.4.104.1: #109257# #109259# #109306# change initialization from URL

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [ba3421e925d99569cf37cc878036c45720f10275]

        INTEGRATION: CWS vcl09 (1.23.20); FILE MERGED 2003/05/13 09:10:59 hdu 1.23.20.2: RESYNC: (1.23-1.24); FILE MERGED 2003/04/29 15:19:13 sj 1.23.20.1: #106398# now exporting DocumentInfo

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [5ad50900f488629e35fa67a62af8fa5a81209725]

        INTEGRATION: CWS vcl09 (1.7.4); FILE MERGED 2003/04/29 15:29:36 pl 1.7.4.1: #108994# read locale from configuration

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [77541136408446f250c21ea3879d23770a3dcf9c]

        INTEGRATION: CWS vcl09 (1.11.4); FILE MERGED 2003/04/29 15:29:35 pl 1.11.4.1: #108994# read locale from configuration

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [b208ec62eec3dd7cfdb187e14cfcf016c495722b]

        INTEGRATION: CWS vcl09 (1.64.4); FILE MERGED 2003/05/13 16:22:42 hdu 1.64.4.2: #109353# fix SimpleWinLayout character width calculation for Bidi case 2003/05/08 14:49:45 hdu 1.64.4.1: #107765# multiple UspScriptCaches needed by glyph fallback

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [82e472d433dfd48d541119a43e6251c0adfbbd2f]

        INTEGRATION: CWS vcl09 (1.42.4); FILE MERGED 2003/05/13 10:47:12 hdu 1.42.4.4: RESYNC: (1.42-1.43); FILE MERGED 2003/05/12 13:34:10 ssa 1.42.4.3: #109280# correct flush() parameter 2003/05/09 10:01:49 ssa 1.42.4.2: #109280# expand descent for korean fonts 2003/05/08 14:49:04 hdu 1.42.4.1: #107765# multiple subcaches needed by glyph fallback

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [cc6bef0dcc2603a52aa596060002b1cc6cb2aec0]

        INTEGRATION: CWS vcl09 (1.1.1.1.178); FILE MERGED 2003/05/05 12:20:03 ssa 1.1.1.1.178.1: #108919# do not report timeout while in timer handler

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [a5d985defe9d281f0663a118988086b859a1dce1]

        INTEGRATION: CWS vcl09 (1.13.2); FILE MERGED 2003/05/05 12:20:02 ssa 1.13.2.1: #108919# do not report timeout while in timer handler

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [84015a9d169115ec889bc69ad826794f7e52c191]

        INTEGRATION: CWS vcl09 (1.7.4); FILE MERGED 2003/05/08 14:47:53 hdu 1.7.4.1: #107765# multiple subcaches needed by glyph fallback

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [fd67041aa9aa3db38355b2fe242a1fccb4d02890]

        INTEGRATION: CWS vcl09 (1.10.2); FILE MERGED 2003/05/05 12:19:07 ssa 1.10.2.1: #108919# do not report timeout while in timer handler

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [b42c64b99dbd22eed44eda0e463c691555746ffd]

        INTEGRATION: CWS vcl09 (1.155.2); FILE MERGED 2003/05/13 09:16:01 hdu 1.155.2.4: RESYNC: (1.156-1.157); FILE MERGED 2003/05/07 12:20:31 pl 1.155.2.3: #108997# ignore XErrors if a child frame was ever created 2003/04/25 07:25:39 hdu 1.155.2.2: RESYNC: (1.155-1.156); FILE MERGED 2003/04/17 13:51:14 pl 1.155.2.1: #108171# do not close popups if environment variable is set

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [02b76d05229a0c99893f87e84b0f6e779d72f6bf]

        INTEGRATION: CWS vcl09 (1.27.12); FILE MERGED 2003/05/08 14:46:12 hdu 1.27.12.1: #107765# using new ImplLayoutRuns calls

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [27aee72a0d2c6a9359dd8ff5d347a2e89a2fb16f]

        INTEGRATION: CWS vcl09 (1.102.4); FILE MERGED 2003/05/14 15:45:47 hdu 1.102.4.3: #107765# fix PspFontLayout kerning patch 2003/05/13 09:16:19 hdu 1.102.4.2: RESYNC: (1.102-1.103); FILE MERGED 2003/05/08 14:45:20 hdu 1.102.4.1: #107765# better kerning for printer builtin fonts

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [a3a634cca8b2f52689f328121798f1ea742d7dc9]

        INTEGRATION: CWS vcl09 (1.28.14); FILE MERGED 2003/05/14 14:00:22 hdu 1.28.14.3: #i13769# enable XRENDER when XINERAMA and render version >= 0.2 2003/05/13 09:16:13 hdu 1.28.14.2: RESYNC: (1.28-1.29); FILE MERGED 2003/05/06 13:31:21 hdu 1.28.14.1: #108209# disable call to XRenderFreeGlyph to prevent P2 problem

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [db397cb0b635ad8798df758f7bd005599f976183]

        INTEGRATION: CWS vcl09 (1.15.12); FILE MERGED 2003/04/30 12:28:48 pl 1.15.12.1: #109115# another guess for a running gnome

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [623af0c64c74452e356860368ff3956994e21c99]

        INTEGRATION: CWS vcl09 (1.40.2); FILE MERGED 2003/05/06 08:18:24 hdu 1.40.2.1: #i12705# equalize x-/y-resolution if close enough

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [aa156dbb1d1c08a9bfba2b5ab5952e22d51db9e2]

        INTEGRATION: CWS vcl09 (1.22.142); FILE MERGED 2003/04/25 07:28:06 hdu 1.22.142.2: RESYNC: (1.22-1.23); FILE MERGED 2003/04/17 13:35:06 pl 1.22.142.1: #108466# do XUnsetICFocus on unmap

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [bb6b243c1ac684a3aa7fc4cd552b487626360fe7]

        INTEGRATION: CWS vcl09 (1.78.4); FILE MERGED 2003/05/19 12:30:32 ssa 1.78.4.2: #109094# check for ImplDlgCtrlNextWindow was unreliable on KDE - removed 2003/05/09 12:05:57 ssa 1.78.4.1: #109094# set focus to next dlg control if last focus window is a dlg control and was disabled meanwhile

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [6028ffdaadbf9e0a7e381d9391e09426b8b953aa]

        INTEGRATION: CWS vcl09 (1.168.2); FILE MERGED 2003/05/28 08:43:14 rt 1.168.2.3: RESYNC: (1.170-1.171); FILE MERGED 2003/05/13 09:11:06 hdu 1.168.2.2: RESYNC: (1.168-1.170); FILE MERGED 2003/04/30 14:49:03 ssa 1.168.2.1: #109206# use MINIMIZE/NORMALIZE events instead of ICONIFIED/RESTORED

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [ead40d96382372e59dc716091fe1ad275679f212]

        INTEGRATION: CWS vcl09 (1.19.4); FILE MERGED 2003/05/08 11:12:19 oj 1.19.4.1: #109372# VCLEVENT_TOOLBOX_ITEMADDED now gets the correct position

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [8a204482da443dcf9e6f4c0c33dd05816799bcbe]

        INTEGRATION: CWS vcl09 (1.60.4); FILE MERGED 2003/05/12 15:36:18 ssa 1.60.4.1: #i13931# allow for direct typing in sub controls when cycling

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [3e95150392db4e02b833be0005fb65e25611bd2f]

        INTEGRATION: CWS vcl09 (1.12.132); FILE MERGED 2003/05/09 12:05:56 ssa 1.12.132.1: #109094# set focus to next dlg control if last focus window is a dlg control and was disabled meanwhile

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [ecd6baf0080c4e0c396cdfc65e396d2c26cba966]

        INTEGRATION: CWS vcl09 (1.8.2); FILE MERGED 2003/04/29 14:02:37 pl 1.8.2.2: #i13928# activated different looks for dilog editor 2003/04/29 13:01:24 pl 1.8.2.1: #i13928# add offset at correct place

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [88a0137669173ab3e4056b34979bc0de06875a2f]

        INTEGRATION: CWS vcl09 (1.21.12); FILE MERGED 2003/05/08 14:42:05 hdu 1.21.12.1: #107765# better kerning and glyph-fallback

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [f1a03fb538f56f295d65ea56d4760089764e7655]

        INTEGRATION: CWS vcl09 (1.89.4); FILE MERGED 2003/05/09 15:02:59 ssa 1.89.4.2: #109280# improve external leading computation 2003/05/09 09:53:52 ssa 1.89.4.1: #109280# expand descent for korean fonts

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [8714a1b5e9b9ee46fb1175a4edcc64cdc42469ce]

        INTEGRATION: CWS vcl09 (1.40.4); FILE MERGED 2003/05/13 10:47:06 hdu 1.40.4.3: RESYNC: (1.40-1.42); FILE MERGED 2003/05/12 09:43:15 hdu 1.40.4.2: #107765# fix MultiSalLayout::GetNextGlyphs() for DrawOffset case 2003/05/08 14:40:07 hdu 1.40.4.1: #107765# run-based glyph-fallback and better kashidas

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [9d3cb37981a78cf5bc36b6cdd4a39a49b555b88a]

        INTEGRATION: CWS vcl09 (1.15.18); FILE MERGED 2003/05/28 08:43:30 rt 1.15.18.2: RESYNC: (1.15-1.16); FILE MERGED 2003/05/12 14:22:43 thb 1.15.18.1: #109548# Access to palette color only oif bitmap actually _has_ a palette

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [792bac9ba9b4751fb2703da9caa77e8406230e8d]

        INTEGRATION: CWS vcl09 (1.24.4); FILE MERGED 2003/04/28 15:43:15 pl 1.24.4.1: #106398# add: document info

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [0674e5f4196067dd7154b3e1e0cd9dbb1533a1f0]

        INTEGRATION: CWS vcl09 (1.50.4); FILE MERGED 2003/05/08 14:53:29 hdu 1.50.4.3: #107765# using new ImplLayoutRuns calls 2003/05/06 14:58:08 pl 1.50.4.2: #i13905# draw 0 width lines 2003/04/28 15:43:14 pl 1.50.4.1: #106398# add: document info

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [4f98c17388c6adf3a4a4ae25dd44fe68e7773a48]

        INTEGRATION: CWS vcl09 (1.7.138); FILE MERGED 2003/04/28 15:43:14 pl 1.7.138.1: #106398# add: document info

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [1bd5948782dad86141356ebbb4fad37e5181c296]

        INTEGRATION: CWS vcl09 (1.145.4); FILE MERGED 2003/05/15 13:46:06 ssa 1.145.4.6: #109280# remerge stuff that was deleted somewhow... 2003/05/13 14:18:54 hdu 1.145.4.5: resolve merge problems 2003/05/13 10:46:59 hdu 1.145.4.4: RESYNC: (1.145-1.146); FILE MERGED 2003/05/12 14:44:36 hdu 1.145.4.3: #109377# better rounding for pDXArray, CJK underline position 2003/05/08 14:52:32 hdu 1.145.4.2: #107765# use run-based glyph-fallback instead of glyph-based 2003/05/07 09:59:47 ssa 1.145.4.1: #109280# let wavelines not exceed the descent

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [0a99ae9017ca792fd41572ca0921c5849f52afe5]

        INTEGRATION: CWS vcl09 (1.45.8); FILE MERGED 2003/05/28 08:36:55 rt 1.45.8.3: RESYNC: (1.46-1.47); FILE MERGED 2003/05/13 08:12:54 hdu 1.45.8.2: RESYNC: (1.45-1.46); FILE MERGED 2003/04/30 14:48:07 ssa 1.45.8.1: #109206# use MINIMIZE/NORMALIZE events instead of ICONIFIED/RESTORED

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [9fd2a5bc2d25d8dec649f071984ae78bb783e3a2]

        INTEGRATION: CWS vcl09 (1.21.14); FILE MERGED 2003/05/13 09:55:09 hdu 1.21.14.2: RESYNC: (1.21-1.22); FILE MERGED 2003/04/30 13:58:26 tbe 1.21.14.1: #i13740# added HID_EVT_ADJUSTMENTVALUECHANGED

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [f8913cce824e7f714cbf58dace024d9d4059aa0d]

        INTEGRATION: CWS vcl09 (1.8.48); FILE MERGED 2003/04/30 13:57:42 tbe 1.8.48.1: #i13740# added HID_EVT_ADJUSTMENTVALUECHANGED

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [63a1afb5ee5ad7b147d176e387e34e120348e749]

        INTEGRATION: CWS vcl09 (1.8.168); FILE MERGED 2003/04/24 16:10:35 cd 1.8.168.1: #109068# Regular fonts have a higher priority if we create the font list

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [64d521130076ace9370b9668dbd8e4ba2be7b00e]

        #100000# SW: added cast for MSF

2003-05-28  Vladimir Glazounov  <vg@openoffice.org>  [f6bb632a79975f202f337d0814b056b9f4cf9615]

        #100000# no more unused ifdef

2003-05-28  Rüdiger Timm  <rt@openoffice.org>  [767ca15c79ce342fa75581b6f5a63dbe6f5b1591]

        #100000# Needs only unotools, not svtools.

2003-05-28  Rüdiger Timm  <rt@openoffice.org>  [f77161f759b5f45a6e991b178ac154a343b1c8b2]

        new version for SRX645

2003-05-27  Kurt Zenker  <kz@openoffice.org>  [5c61001971743cbe6bf07294768285f1bd923ddf]

        new version for SRX645

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8602bbaa742e05aeb45a72760b14b1546541d743]

        SRX645

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [4acbb3d7395831bb614243d45dd55f9846384b6d]

        INTEGRATION: CWS aig03 (1.17.24); FILE MERGED 2003/05/20 14:11:13 os 1.17.24.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [b38c946ce26a262ecf9e496d49b54e3eef5a017e]

        SRX645

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [a66a763f7a05a16071ba44679d036befbff18627]

        INTEGRATION: CWS aig03 (1.11.40); FILE MERGED 2003/05/20 13:47:38 os 1.11.40.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [27d539abb7babe76584cabfea6b71718a947f149]

        INTEGRATION: CWS aig03 (1.86.40); FILE MERGED 2003/05/20 13:47:36 os 1.86.40.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [2efbe7bdefa1438404026f7b2ee2862d01a922ea]

        INTEGRATION: CWS aig03 (1.149.40); FILE MERGED 2003/05/26 17:32:01 dvo 1.149.40.2: #108789# add ParaIsConnectBorder property to paragraph styles          (previously only worked for 'hard' formatting; not for styles) 2003/05/20 13:47:35 os 1.149.40.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [a1086c78b8b8553d235f932473407b0655c1aaba]

        INTEGRATION: CWS aig03 (1.6.40); FILE MERGED 2003/05/20 13:47:34 os 1.6.40.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [6ae1968832a0e0805b710127ec1158408eaba2ab]

        INTEGRATION: CWS aig03 (1.61.34); FILE MERGED 2003/05/23 12:58:49 fme 1.61.34.2: RESYNC: (1.61-1.62); FILE MERGED 2003/05/21 15:45:31 od 1.61.34.1: #108789#,#94309# lcl_ExtendLeftAndRight(..) - use new methods to determine, if left/right border/shadow rectangle has to be extended.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [7fbea5d9738f628f23db71996991b30372ac679c]

        INTEGRATION: CWS aig03 (1.46.40); FILE MERGED 2003/05/21 15:43:37 od 1.46.40.1: #108789# class SwBorderAttrs - implementation of new methods for joining border/shadow with previous/next frame

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [dd5360e8f5ae9a48be21f02bad62591c1f5615ff]

        INTEGRATION: CWS aig03 (1.8.40); FILE MERGED 2003/05/21 15:40:32 od 1.8.40.1: #108789# class SwBorderAttrs - new members and methods for joining border/shadow with previous/next frame

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [7106c16e85cdd8b0d6c11634f9be1d8fd9f58b42]

        INTEGRATION: CWS aig03 (1.23.40); FILE MERGED 2003/05/20 13:47:32 os 1.23.40.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [dcf34b4d24ddf773cd32c1028053ff5ccabf72a5]

        INTEGRATION: CWS aig03 (1.37.40); FILE MERGED 2003/05/20 13:47:29 os 1.37.40.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [4fca6101489058a486e3886faa14a72e09d5235f]

        INTEGRATION: CWS aig03 (1.83.40); FILE MERGED 2003/05/20 13:47:25 os 1.83.40.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [489ac735a4684171398a8cefe4a04098e1474854]

        INTEGRATION: CWS aig03 (1.14.208); FILE MERGED 2003/05/20 13:47:25 os 1.14.208.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [f7863dc51884ade77af4af27788a0000778d4abd]

        INTEGRATION: CWS aig03 (1.8.220); FILE MERGED 2003/05/20 13:47:24 os 1.8.220.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [54fbe7560cca428e0891f3342d0f5e59b158a669]

        INTEGRATION: CWS aig03 (1.21.40); FILE MERGED 2003/05/20 13:47:23 os 1.21.40.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [11804a9d97d04f5b37a05dab19171317a49af945]

        INTEGRATION: CWS aig03 (1.15.212); FILE MERGED 2003/05/20 13:47:23 os 1.15.212.1: #108789# paragraph attribute for border merging added

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [095bf51b641c6a5491cae4f23856203e95453ff2]

        INTEGRATION: CWS aig03 (1.70.34); FILE MERGED 2003/05/23 11:26:33 dvo 1.70.34.1: #1087779# load/save join-border paragraph attribute

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [a867f18e04eb3a80912d3ce5b15db111a08976cf]

        INTEGRATION: CWS aig03 (1.42.34); FILE MERGED 2003/05/23 11:26:32 dvo 1.42.34.1: #1087779# load/save join-border paragraph attribute

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [da303a8c82bc8e3d34a9d497f80c2d17798307de]

        INTEGRATION: CWS aig03 (1.57.106); FILE MERGED 2003/05/23 11:30:55 dvo 1.57.106.1: #108779# add style:join-border attribute

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [edb7b9b63a6b12f6bdfb9732850e04a7a0764c6d]

        INTEGRATION: CWS buildopt (1.8.24); FILE MERGED 2003/05/26 11:44:16 rt 1.8.24.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [cf750a74048d6deb3d356af423f96ea809d94711]

        INTEGRATION: CWS buildopt (1.12.106); FILE MERGED 2003/05/20 10:28:44 rt 1.12.106.1: #109684# Don't by accident deliver ckeck_<libraryname> files.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [1440c8df11e294d1eceab22f0432c64503ae6b5d]

        INTEGRATION: CWS buildopt (1.6.64); FILE MERGED 2003/05/26 12:46:34 rt 1.6.64.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [7008d5321ef445a6ff0d31db81427d4ba6d53ef2]

        INTEGRATION: CWS buildopt (1.9.86); FILE MERGED 2003/05/20 10:14:55 rt 1.9.86.1: #109684# Don't by accident deliver ckeck_<libraryname> files, don't deliver not existing files.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [423b5fa657d38b63b12602b14fe5c2ac40456c21]

        INTEGRATION: CWS buildopt (1.8.36); FILE MERGED 2003/05/16 10:19:04 rt 1.8.36.1: #109684# Deliver more specifically.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [a41680498d7ca0d935362965534d47a7a63d4132]

        INTEGRATION: CWS buildopt (1.11.32); FILE MERGED 2003/05/16 10:26:33 rt 1.11.32.1: #109684# Deliver more specifically.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [e19c43883b8c3d6431c5c0dffd40f68da9e89455]

        INTEGRATION: CWS buildopt (1.5.126); FILE MERGED 2003/05/15 16:23:15 rt 1.5.126.1: #109684# Deliver more specifically.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [169b5d8524fc5b999288ecf675048452784d383f]

        INTEGRATION: CWS buildopt (1.8.118); FILE MERGED 2003/05/26 10:19:02 rt 1.8.118.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [f69cf1a46a62148d2b47509ec106365bc11cbdb3]

        INTEGRATION: CWS buildopt (1.17.46); FILE MERGED 2003/05/26 09:47:13 rt 1.17.46.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [c2796b255fd99ab9582cb5503e8405d4ce752f28]

        INTEGRATION: CWS buildopt (1.5.82); FILE MERGED 2003/05/26 11:47:17 rt 1.5.82.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [0200335f39c66045b41bf56b055dce5c6ca2fe87]

        INTEGRATION: CWS buildopt (1.24.12); FILE MERGED 2003/05/20 09:33:02 rt 1.24.12.1: #109684# Don't by accident deliver ckeck_<libraryname> files.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [fb16e8cd53df763192d41c62a081719459c7be10]

        INTEGRATION: CWS buildopt (1.9.80); FILE MERGED 2003/05/26 12:38:22 rt 1.9.80.2: Mistake in last change: swdll.hxx belongs into subdir sw. 2003/05/26 07:48:30 rt 1.9.80.1: #109684# Cleanup

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [4eed6d50d194ee7a3d1e77b3d57c625361ed972e]

        INTEGRATION: CWS buildopt (1.5.46); FILE MERGED 2003/05/26 12:39:20 rt 1.5.46.1: #109906# sw does not depend on sc or sd any more.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [4391f7000056e11b27a0db2d82a7c861a765dfd4]

        INTEGRATION: CWS buildopt (1.6.30); FILE MERGED 2003/05/26 10:27:56 rt 1.6.30.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [7d022364484df23babb364b6d8c0a5c179016bf1]

        INTEGRATION: CWS buildopt (1.9.40); FILE MERGED 2003/05/26 11:59:05 rt 1.9.40.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [5881f35670f1d4f69bd397505f1e052a86b34b67]

        INTEGRATION: CWS buildopt (1.14.26); FILE MERGED 2003/05/15 13:37:45 rt 1.14.26.1: #109684# Deliver more specifically.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [a16a46c96f464ef860cb7163ca32a19fd5f45a68]

        INTEGRATION: CWS buildopt (1.1.48); FILE MERGED 2003/05/26 07:58:12 rt 1.1.48.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [ac9cae7faeeab812e2093396ae636831cced4276]

        INTEGRATION: CWS buildopt (1.7.24); FILE MERGED 2003/05/26 12:34:19 rt 1.7.24.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [b81c8476f07ffe8a8d7330ed9c0eb7a753c43100]

        INTEGRATION: CWS buildopt (1.9.36); FILE MERGED 2003/05/26 10:33:14 rt 1.9.36.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [537cf5229d95c16b8d9ea5c2aafd35e989442dda]

        INTEGRATION: CWS buildopt (1.6.44); FILE MERGED 2003/05/26 09:55:26 rt 1.6.44.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [fafc08a0db3b21e23da26c75e099c65424d74146]

        INTEGRATION: CWS buildopt (1.6.58); FILE MERGED 2003/05/26 10:24:02 rt 1.6.58.2: #109684# Don't deliver by accident check_ libraries. 2003/05/26 08:40:59 rt 1.6.58.1: #109684# Don't deliver by accident check_ libraries.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [f7e20d17c8f026f840b419939492ec14c1e8b523]

        INTEGRATION: CWS buildopt (1.46.2); FILE MERGED 2003/05/16 12:31:00 rt 1.46.2.1: #109733# Macro expansion in do_dos fixed.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [ca7baa446c8b7cc72fddd84fa57453cd3cc68624]

        INTEGRATION: CWS buildopt (1.5.62); FILE MERGED 2003/05/16 10:34:42 rt 1.5.62.1: #109684# Deliver more specifically.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7284beb50d2e5f1a376d1b38db14fc28af014ae9]

        INTEGRATION: CWS calc11 (1.10.46); FILE MERGED 2003/05/26 19:05:44 nn 1.10.46.1: #109031# set OutputDevice digit language according to CTL settings

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f2c77cee73dc6ed2d29265a21d237bdc854f6afb]

        INTEGRATION: CWS calc11 (1.21.22); FILE MERGED 2003/05/26 19:05:44 nn 1.21.22.1: #109031# set OutputDevice digit language according to CTL settings

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b304f94278a0a45c965de044229657dc0a017df1]

        INTEGRATION: CWS calc11 (1.41.38); FILE MERGED 2003/05/26 19:05:43 nn 1.41.38.1: #109031# set OutputDevice digit language according to CTL settings

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5914734d60aadcee54f0f39ad99ee76fd2270110]

        INTEGRATION: CWS calc11 (1.33.22); FILE MERGED 2003/05/26 19:06:07 nn 1.33.22.1: #109031# set OutputDevice digit language according to CTL settings

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [bfd93b68c018a911f7065ab92f02c151ade64d94]

        INTEGRATION: CWS calc11 (1.9.46); FILE MERGED 2003/05/26 19:05:26 nn 1.9.46.1: #109031# set OutputDevice digit language according to CTL settings

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8eb15fa1bc8e766e54c4e8aa27381944f766c3ae]

        INTEGRATION: CWS calc11 (1.2.180); FILE MERGED 2003/05/26 19:06:21 nn 1.2.180.1: #109031# set OutputDevice digit language according to CTL settings

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3e19ed73f964b829f17ee98c541ee460a39c316e]

        INTEGRATION: CWS calc11 (1.34.38); FILE MERGED 2003/05/26 19:04:59 nn 1.34.38.1: #109031# set OutputDevice digit language according to CTL settings

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [abf3983dfef1ef93bc46785ecf3ad40c537c1500]

        INTEGRATION: CWS calc11 (1.46.22); FILE MERGED 2003/05/26 19:04:59 nn 1.46.22.1: #109031# set OutputDevice digit language according to CTL settings

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f02754cd77dff1999d986dfa34157745722ef2a1]

        INTEGRATION: CWS calc11 (1.41.2); FILE MERGED 2003/05/26 16:21:28 nn 1.41.2.1: #i14108#; only send ACTIVE_DESCENDANT event if window has focus

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [618fbd98ab7ccc46da0ee1e1e8f12458df4cd934]

        INTEGRATION: CWS calc11 (1.5.22); FILE MERGED 2003/05/26 11:11:06 dr 1.5.22.1: #109899# import/export item state from parent styles

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [55f40d7bed1d1494049efcaa7d394b2d672d0ae9]

        INTEGRATION: CWS calc11 (1.8.4); FILE MERGED 2003/05/26 11:10:58 dr 1.8.4.1: #109899# import/export item state from parent styles

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [70d47a8a53ff1b449012839db14b1023cacf150c]

        INTEGRATION: CWS calc11 (1.7.22); FILE MERGED 2003/05/26 11:10:58 dr 1.7.22.1: #109899# import/export item state from parent styles

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [143afcc6d7c48ce543aea2a9d5c0ad1249501b7f]

        INTEGRATION: CWS calc11 (1.29.46); FILE MERGED 2003/05/26 19:06:51 nn 1.29.46.1: #109031# set OutputDevice digit language according to CTL settings

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a71a6f5055f62f318e4e698186dae58d97a145a4]

        INTEGRATION: CWS calc11 (1.11.46); FILE MERGED 2003/05/26 19:04:36 nn 1.11.46.1: #109031# set OutputDevice digit language according to CTL settings

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f9988175935d19f0bb29deb6abe221caff06b835]

        INTEGRATION: CWS calc11 (1.85.46); FILE MERGED 2003/05/26 18:43:48 nn 1.85.46.1: #109031# when a VDev is created for painting, set digit language from RefDevice

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3d471390f2e06e15dacf54f7df50a7fe7aaefbe0]

        INTEGRATION: CWS calc11 (1.41.38); FILE MERGED 2003/05/26 19:03:02 nn 1.41.38.1: #109031# when creating ImplQPrinter, set digit language from original Printer

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [34d6fb3cd0b45b337dab1fd339b305e810d58daa]

        INTEGRATION: CWS qadev6 (1.2.24); FILE MERGED 2003/05/08 07:47:09 lla 1.2.24.1: #109230# SLOFILES added, for right dmake killobj

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5d7509dfda4be39e4346ec9fe84819714a529455]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/08 10:03:59 lla 1.1.2.1: #109230# new test rtl_math, moved from sal/qa

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0a42dc69a6feaf1e6902ccb33173c6a80dc9ec29]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/08 10:03:57 lla 1.1.2.1: #109230# new test rtl_math, moved from sal/qa

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [43a09cae285b11b3fc9562d17db5cfabb5bb6ebd]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/08 10:03:55 lla 1.1.2.1: #109230# new test rtl_math, moved from sal/qa

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d78bab664efff63a9621cda063750dbcb2fff363]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/06 06:30:56 mindyliu 1.2.8.1: #109230# qadev6

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4f2acf71c4604d35fbb86520fbc976f3b2c79136]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/12 06:58:04 mindyliu 1.2.8.2: #109230# add test for Mutex 2003/05/08 07:44:10 lla 1.2.8.1: #109230# SLOFILES added, for right dmake killobj

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [95f4c46ae5e63244d250f78e1c059b7239b08489]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/14 10:08:25 deuce 1.2.8.1: #109230# minor revise of one string definition, aTmpName7.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a954200fe1d69a70fd8cff5ccac37dd17062d5a6]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/20 16:48:27 deuce 1.2.8.3: #109230# Solaris bug of abs() function fixed. 2003/05/19 13:34:20 lla 1.2.8.2: #109230# add some '#' to printf 2003/05/14 10:02:07 deuce 1.2.8.1: #109230# tested on Windows, Linux, Solaris, resolve directory problems.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c3ec471c2337a70adf419098c2d52e53a1e9c2ac]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/08 07:44:34 lla 1.2.8.1: #109230# SLOFILES added, for right dmake killobj

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a89c5b9d08ecb4642a7a1bee94ce54fa0ba0355c]

        INTEGRATION: CWS qadev6 (1.4.24); FILE MERGED 2003/05/08 10:04:59 lla 1.4.24.1: #109230# add SLOFILES for dmake killobj possibility

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [85a5c31f45a5d5ddf68634302f4769deadf2f84a]

        INTEGRATION: CWS qadev6 (1.3.24); FILE MERGED 2003/05/08 07:46:26 lla 1.3.24.1: #109230# SLOFILES added, for right dmake killobj

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b863c4ecd26f23b2d94d73aaafdf3963dc6b8c50]

        INTEGRATION: CWS qadev6 (1.11.24); FILE REMOVED 2003/05/08 10:08:07 lla 1.11.24.1: #109230# removed, due to the fact that this files moved to other subdirectories

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [022ff52742b29c3ab59a410aa54ab0df6ebbde88]

        INTEGRATION: CWS qadev6 (1.3.24); FILE MERGED 2003/05/08 10:02:09 lla 1.3.24.2: #109230# added rtl_math test 2003/05/08 07:39:40 lla 1.3.24.1: #109230# handle the new libraries, osl_file, osl_threads

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [317a6230134a1bafb59473530d3cd739e738451b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:52 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ce6ffa0a6ea2fd2ca5cd4f913677ab2cf95ce229]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:51 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [82e21bac19a78108a57f2691f7f0f2b013eb7367]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:50 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [56a6770e72251b719b97da9193fe49c4c60bc979]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:49 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [07dc4e9b305779618976b3d25289d5a0d1397f45]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:47 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c487248ec8062abb56be24fdb44c55b244c62b3f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:46 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [fd6bde62eb5b4968440d02147030fd5300ee62ee]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:45 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [83a2b3ebf5d6f4053975f174fcaa4b752906760e]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:44 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e95fed15bcf7963bc1683be040ded0d1d5ac5bd3]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:42 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9b37dbeb2c3a6ae7a345a915c5ee8f08ff73266b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:41 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [96e2e84c0ed009adbc019aa3a95eccce262f5534]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:40 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b2e3c665a6d1d8117398fb8ae861c9a7739221d1]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:24:13 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [847354d6f1fd2bfba08f7bf1796235a6cca99c82]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:38 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [60d6ba087c101a2226b8d4d10609d3ee0f794aa3]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:37 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [40877e3b6fa9b03e92befe61bf1c0435c8e60617]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:36 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7de807179548468f6f6761bd73360b3e28c17567]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:35 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0ebd893c5765052c260c9d243ad82647e5b36062]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:34 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [fe2aaa4d2c43ab212f96da2b0fb26b4e1741eae8]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:33 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [777a33263fb4d204bd3014feb23120b60b36fc15]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:32 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [77b1cb1d6b9a20f5b76161797d4fd84177ab5875]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:31 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [37ddc1f79ef0a317b74da82c27b9a892f15617fd]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:30 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [053bf3807f2166c821a9e2c6be6f55c37d905503]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:24:11 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [57e4e2cf5fb1a87865e79f5eaf6d40e2db3bea47]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:24:08 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [67e9cdfd101a02e350a26ab238e13d3bba85c474]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:20 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c989f133ee7dbd9be6fda16b9d2ab5cf22757a70]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:19 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b4e6d889af592b86e76ff4c0d516def92b0dab9f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:18 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c92b4a8ca115ab68dfccdf7a40c71f10e161ce1f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:17 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0f86fc998b78cdd2727a4ebc44de9965ee5f3524]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:16 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [deffdc083c46a2ae74b02eb73e6cdda8679feb14]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:15 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [fe3f2a969701c0a0550f5df53e21da1e00c7107c]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:14 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b839d50ef8d10bdd4ac8467f0cf7447a3f5fcdb4]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:13 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [fadbcbfa1398ad4b2141c63376b4b676da92ec04]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:12 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [112fad970bfba6a6189b24e1da72a5c58c111e97]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:11 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d0e344135c97e6abcc0c6ab128ca3159a9f3d527]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:10 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [86d5dcb0aa44a0369845c1680a4a6a3a8e5d8ad2]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:09 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dbc1cdbd05f53cdebca7c0080ac2e14e3f4ecc9f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:08 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [2af4da16b8986801fd49647d80252b489d05a606]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:07 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ce7c5f69e40802274a3360f8cc3b68d3b5745631]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:06 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [51bbf9f87fb102cbe962813c84d37577c196ae45]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:59:05 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0cdb456da8d1b644bcf7e06998fff9b6ea736d3c]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:59:04 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [cc0d93fd87df88a1cc71ec60ccc519652337ab01]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:59:03 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [2bf9d0849d36ef7156488cfb44adf57ce5367c18]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:59:02 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9399c70a857d2135720846d8c1686229f41ba5e4]

        INTEGRATION: CWS qadev6 (1.5.2); FILE MERGED 2003/05/21 10:59:01 sg 1.5.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [6f1b1cb61a86a1e5f6f48c04872b0d1c879503b0]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:59:00 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1b31ce507a176d5e6f2c777f2285b5ed638d1b9d]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:59 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [95fc23239dcc7c968eab2d9993cd4fa9e71992d3]

        INTEGRATION: CWS qadev6 (1.4.2); FILE MERGED 2003/05/21 10:58:58 sg 1.4.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [bc9ef22fe88f618558e324ddb8acdcfa2a2877dd]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:58 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [33a1a31c5d6c2fedc33ded2ffc13b6d481b4dc88]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:57 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e7bdca2dc3c3f08b90cc7546cfac133c9e86e8a5]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:58:57 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d0d6a3baabd706f810ff3e72051bbac2ce2df247]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:56 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [af19efa6f87fc9f748418295b64a00ce3528e727]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:55 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [78bcb62ebb4737aad978cb2f956a32a26b2fe0d0]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:54 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3f0240ec778062a0ceffff383c6e57501f1d33d9]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:53 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b5d223db3e500dc210036d6eeca85d201de885be]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:43 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9407d9965e479228df565db9b612dbc5707876cb]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:42 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [60faf6594bf2e30ef036d7e12e985642b49b63b9]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:41 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [25d34a34bc6284d5627ff44db5c355d2bff5673e]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:40 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [41b8f203312df3574f4c421b78caef94103af451]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:39 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ed4ce24f62f7ebaf080b7b43ff477c2bc202665c]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:38 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5a421275ee284c5d8f4fe827aeb15b4f759e71d8]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:38 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [aa4809806f06847844a50e7abe419570e4ced921]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:37 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [666ca2a7eb07d8bc6c5d282a9f533d51256e03e0]

        INTEGRATION: CWS qadev6 (1.3.8); FILE MERGED 2003/05/21 10:58:37 sg 1.3.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d06a363d86bae5f9eede8506b213fb6fc297f0ee]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:36 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [48e5816b708deaaa3e683747646b0ac6fa11b134]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:36 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [38efed470b9580fd3e32e627b0d2238e5511db5d]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:35 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1ee756d12671ed7cb74bd7d48e95022247310496]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:35 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [fffcc869b537ff89815a2924a7d8fa7ac733bc61]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:34 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ab66d2f88f4d6706876c9f7b4120f8fda9fa7e0a]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:33 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [85934216c0111a8191ef209249fd6c86f62f99c0]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:33 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5d7578af12e1eeaeab54c71e3eb21cf5e58898ff]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:32 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d5f01ccd7148a92231fcfe610cea95b450daffa0]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:32 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dc499a2faa5c50924a53d5c948e095a389193a2b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:31 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b6cc6caca9d04c0ed0aa283ea90fb01d52104908]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:30 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c0eb3ed300e9c0cccdc5d157ee3bc5555fe563f9]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:30 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e5d1435ad9bc19f3769cd1607fbd2247a64c5dc7]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:29 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [429dddb90e351fec41a789ff79bf55141832dd73]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:28 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8825380c7ca15f7337bf1ac9a1a45fee6e5f4682]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:27 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9f5eeeb5c6c3228dcb1b490d8d47d7c97393e103]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:27 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dbb1be9b0f21a743b61f9515d2c02a8f419aec9c]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:26 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7afb06440b26a4434e5faaba2431e47174f3eb8a]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/21 10:58:26 sg 1.3.4.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [209aa72883abb15d700a983574e0626d78595ed1]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/22 10:36:45 lla 1.2.8.2: RESYNC: (1.2-1.4); FILE MERGED 2003/05/21 10:58:26 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b335d7f0bc7fe720b37656873b2c9ced70f5f857]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:25 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7a9452fd56b6cb625a93990b05a528faf19e71dd]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:24 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [92e4bb17dd132c3e6e5f02c659d22747c130ae0a]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:23 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ce60dd52eab6e94f8a13cba9c3c82cff9681ea6a]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:22 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [42f27ca6a3d913d1322ddfe30866dc807bd024a6]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:21 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [24369d6350533420da7b4116c5999b55a115f8af]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:20 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dd04b785ab58e6cb0b762bea0b345f6dbf695d8d]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:20 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [6f8ea72233a7bc5e67539d176a9d865b26b4010e]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:19 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4a1caf9268318b1521df4ccd379b6f9be3e96677]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:19 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [84d160af0926aa7207deabd8ea958232db4b8e0f]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:19 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [25a0511d3701dbbb78c20377f84c2dc8475854f8]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:18 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Tomas O'Connor  <toconnor@openoffice.org>  [7200f1b926a9cfe87d3ff8aad84643584db410a9]

        Use -f flag to force UNO package install Ensure DebugRunner is hidden in Assign dialogs

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d10222aba8305faef54c37e55bdedf3fb98ae40c]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:17 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Tomas O'Connor  <toconnor@openoffice.org>  [4cddad5d4a917f719f6e624470dd1ccaa2d62ba0]

        Declare and Initialize mh_scriptLangs

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [97986d5fda7fe1ce9d82e8c144341b04bf20afc8]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:58:16 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [92da7a3d19696a510d6d7a9d139f693c40b371ce]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:16 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [be9df3bbba8a1e2c548736102f10e286dc6be799]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:15 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [009a8c9626bfd2d130ef78c7fc9f60a0d76552b5]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:11 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b2f44ec4048dbaf9d2c1ade933b0e125cb7d0225]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:11 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [cc9f03535559c3f21faaeaff2bfae5a7fd3dd202]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:10 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a98bf45105f90c67d1b3ad508f7311ad0d56bc8f]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:10 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1fce9af37f68d4b8cf98fb633d89ae5da6ddefd0]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:09 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [71974678d9616bdbc9b220c0b1135b495cd6b413]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:09 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7edc9e0b5b028c3aa8caf704e75e7d0157f99012]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:08 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0ffe013b4420f762a9ddf4a87416c6494ccb93eb]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:07 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [77a687e50f7e4661828e58a7e4384f3890aab49a]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:07 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f23198edb4d8382a88e4be46499c9136828a2b3a]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:58:06 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9fe72c5bee60f22c6f65b8395b800b6172de98fb]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:06 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [12330b28f45c4bf79ab750ee2b018c855a42cfc4]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:58:05 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [2672c18cc6d72c89e925f04e516d94c0799852ca]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:05 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [96570a7e3137f966885d20059d6a95be38212e88]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:04 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8da71d06d062b0bba71b328c287535a528ba64d9]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:03 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f09452c749ae5c74d1cd070bf8246682839e8338]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:58:03 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7cac4a4e7c05cd6044594d26cc768c81f981b095]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:58:01 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1bd1e47c091bc461157d0322eefddc841a685bbc]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:01 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3d6a3f86808dce81885656ed99bc6e151ec31e4f]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:58:00 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [376f977f88ff3d0d1ab263336a7e0746dcc9abcf]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:57:59 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d854c2088a135e5e9bca0d43c65fc47d3cd9a318]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:57:58 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8698078c0236887582699ca08b673cf16af922fb]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:24:05 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8411070b29de1faf88f485333e81896f41c03b14]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:24:04 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8095a48c28157523ef7946dac33ef585bd2a0025]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:24:03 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [230cb29df0852af17bb036d15aaa8b9b1deca1c5]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:24:02 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0b9ceb56df31bdde42ffe3a4cef28a46ca97ff28]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:24:01 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0789014905368b72ecdb08decb4c04fed828cb9f]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:24:00 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [72fcba3f3401ec8c4b4509df46014890cf16562e]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:59 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [6129f6648e4091507fc9d6a8913cd0e3783c7bd1]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:56 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [57cc5aabf1cf35168e059f7a06bcf2bf5b6297c1]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:55 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [144d5209383e796d19e3a91c0893c5fe9b26eec7]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:54 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [bafab2efc53eac98c6e30182f20b6149b39bb852]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:53 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e9dab96b0c6b050316b8893a65167f428eda8fd7]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:52 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f9588f5616cecf0ad0a295b0999967343902609b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:50 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a1f851408358843b711d0864363f77319c43dcf7]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:49 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e946f404fee6e08bfe061ebb5b82235860eda539]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:48 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d638ebbabe249971d78b2ccee67e7acd801266a3]

        INTEGRATION: CWS qadev6 (1.5.2); FILE MERGED 2003/05/21 10:57:48 sg 1.5.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [db65e1187909a7c81ecbad2a77c6ca2cf7bd66c1]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:47 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e81110320ffe696912a3830e53cacca5e523dcd1]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:57 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5b3e686b7d5e89b4ad76a4a1f6b6ac8ae8dbf3ca]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:55 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [eac7f222076007f73fd0709a2d1a004dbe343514]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:46 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4c558c18f0f5bf5a660a737cdcdf492b6af3f0b9]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:45 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0908cdff60677063e7be2a1d1ae0f54e685e0391]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:53 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [caafef35ba397a470d273a83d93210c357c523a8]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:42 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [58be1d9adae9f785426e94093e5678e96bcb5257]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:42 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [574a556a98ae3dace510aef1deba378e2d00dd6f]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:41 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0419f475c33dedab4fa2d9f76ee635e0c9a71326]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:41 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ad08344fc52f7f96b93892374ad49324ce492f13]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:40 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e7462a7079a22f612c7020f8c64443de5af560ee]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:40 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c93791cc90914c319caf70fea7a172d1c48e21d2]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:39 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [538be4b99aafb645e5f5c7d908a6a29e2a0a9dc4]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:38 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f1fb2f9722ddf2c142d19ce529533eaadcc7ec60]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:38 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1bf41e1b53dc1ec56f55a83b7740a21489b24990]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:37 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [74c1bae3d2a375cc390fd95e75c6b88142114389]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:57:37 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1f359ce6820a141d2dd40ac5794146ca3620e31c]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:57:37 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [603095b39b6c1b1f53f42bc9c584b7b623dfc934]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:34 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f1d6b942265bb1424ae5ce40146ebc50da31c825]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:33 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dca8be7a095c628474df9ea2020e7035f4766095]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:33 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ec2ad933894300e478f36c1b7b53225e5e81e3f7]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:32 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b88c63939293184c0da40eb9a8d2e88094ed85b2]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:32 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [49a3f7b9daeb073a73f17713fde2168edb38435e]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:31 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ed5e99ce7cdab3e4466059c220e02cd87a9716d6]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:30 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8d353aae2b975780ad4ccf88ae4072f77dd2b822]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:57:30 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [17a62f9819d5b7fcd5e167f125ee33dc2401d2ce]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:57:29 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [23a198d0dda036f40d6e0edc87f32c3d163035ba]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:57:28 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a32cf510da8083981282e821064a2f22b0c49820]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:57:27 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4a33effcbc369a4103987e8e1c52d6f7dbeaf9bb]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:57:26 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1fceb8708a755a04a3a7789cba9c1ebe4c7f6efa]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:13 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d046a0f52295cf7c441f1018681c16853ddfc5e9]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:12 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c48de669930d239a3a62898ac8c154996817dc9c]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:11 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4f9a065ae92c0a50917c5a9bc8cedc808f2ab0ad]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:11 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f263bc746531a51672b6b4aaa6adfa69aac4869e]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:10 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [aabe9f85baf6075ad497a84d8366d1caf6ad1daa]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:10 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [6a7e0602173bd5840cec316239ac02d14a69431c]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:09 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e824c6cfbcb6cd2a92b0ddc1c301f54040bf4ea5]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:08 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e90c751fa385639e98827b91fd111a835acbeff4]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:07 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [375a75cd99754d4ebc08f57c631a18910c56e7cb]

        INTEGRATION: CWS qadev6 (1.4.8); FILE MERGED 2003/05/21 10:57:06 sg 1.4.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [482217c4f1e7c786d49a6457c022c2bc3d16aa22]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:06 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [bc440b853089ee34abf830269d16cf7768c06140]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:05 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c8a6e197961e5a96fd78a5a20d6e7cd535f02cdd]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:05 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5e2cf3acd483623a67f92ca0b33e48cede477e42]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:04 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [eef70a730080c061dcd4d38b79f5fc1ba715c146]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:04 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [01b13db14450d1c3ba7f4511c200c1dad797c35f]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:03 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [40c329e8f6d683dfdda15af19093440cddc6755b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:03 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [825ecf9634f1b8a7daf8dc9d5aeee175cd72bfd2]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:02 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [229510cf87bd06e35fb4a1b2bda82f6cd7aab6d6]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:02 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [654f71364fd6246f78692fcb854fbdef5400fdfd]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:01 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [96e88ae925f14154695896aa0443f5aa97caa608]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:57:00 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a566b8194ac09e88f7f5962d1fc3ae3bd1af6d41]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:57:00 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [34a36cbe5bbf1a4aef5e86458cd45962e504b7aa]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:59 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8508726cb49df15375f79a5d473a5c10143de28c]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:59 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [66b74b15b73e46ea6150ba71eb0d66b4d8442be9]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:58 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4550cadaa914280f8c4e2063dfddc3056c17b032]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:57 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5363deee9e3975abf30c3e85a4f0886d9774ba74]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:57 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9e97c3b26e4afad581b95040f02089f80e25a82c]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:56 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1a770f8287793f1725618af2ec7f227f6d9a5e48]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:55 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b473b8d258ee1bd69df75f16aa45c9ba91af2fcf]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:54 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [761cd943a3550ac310bd7e5e859d4d4dd30b3673]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:53 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a2b1a7da165198fdacd7f85d125b8d9dcd2ca549]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:53 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [966092c032e0ab6b0e4ecd8baad926eed9bf3fd7]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:52 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d0d05ef31eaefed24bbcecd19966c8bd65ec0ad5]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:52 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0ad0a3c1110756731be5c89f1cb55741d945ee62]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:51 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [265e06c74ef4767eb2f5ac6a4bf844f3c39ed920]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:50 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [82812c60e7bdcbd84b2fe94cdf4003c3e9dee4e9]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:49 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [76f041d1c366a80f03b253314e7456dc4ffc8d47]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:48 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f39f3cd017e1a5c1e3a59bca680ea63eec8456a9]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:47 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [2da76784d44296c58322b3e6579fd0b0ec7eba82]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:46 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [676ccc6074704c5eadda23d982549fd6333b2a4a]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:45 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [180e55d4656148d432f87bb02d46e40d0ef0848f]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:44 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e0ddb87ded24dfaead105d5ed05305ea8c67948b]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:43 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4184a0ad205c45bfe286f4a348831b4a84805c6e]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:42 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5c2eb80fbcdda98d5e33071a03ba12fb3fd8d904]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:41 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1cb209432fbd32ce50ad18bf09bba22d5f5569ae]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:56:40 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a04a1bba5bde72cd8cd7d9445941846514d2b91a]

        INTEGRATION: CWS qadev6 (1.4.2); FILE MERGED 2003/05/21 10:56:40 sg 1.4.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a7185b48d18f50cf648b53e479a9664360eac922]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:56:39 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1798a85cd6fb31c500dc0d789186852b8f9f043c]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:56:38 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [833c1d8bce14f640e8b3c765514e063bc5bb0d65]

        INTEGRATION: CWS qadev6 (1.2.2); FILE MERGED 2003/05/21 10:56:38 sg 1.2.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a0f4e0af2e0fdb582c1d326b505c748cfcf36f2b]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:56:37 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [831becd8d76480ac8df58b43503915afb3c0f8ad]

        INTEGRATION: CWS qadev6 (1.4.2); FILE MERGED 2003/05/21 10:56:36 sg 1.4.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c987a524140596d97518fb6c099ddadccd735576]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:51 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0184cba3d7c6fe7f7b1c19aa06a2c5ff169dfc53]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:36 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d1a625e10067f6b44e6d53d79499823e5e5e3ffa]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:49 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c5a40f78b097e6fd75d339ed59dc0bfef8bd554a]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:56:35 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [72757ceb128df82b1db49028b46592b9662bc2cb]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:34 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7068015a059cfa46131ff1f6b326d6f56ed8aa50]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:33 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [83ae825caee125eede01f2c7f8d197cddc4b2f23]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:47 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0b27870c34cc0f87607f64df0170bbe12f818f5f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:32 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [801f0e2dc35abc2efa9edd281e77c5aa23607170]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:44 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c030f2bf2c19bbc7479188fc50d6303f93a74d47]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:42 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [76daa181da93c0e8a44306fbba8b3e4a3a6b628c]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:31 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c054f3a44c9a447e2bfe35caec428508cd25b01e]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:30 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [95540bc6c1087855892d9cb7b90fc5dfa3571f58]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:29 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [28098d7f35bbc74a1df7f8afcdad557d105ccd18]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:28 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [326b869ee14225f5ec741b37266d8bb58c1d9a7f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:26 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3753f64cb2bfc0a47a359b634c69d7332e322d75]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:24 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [23ee11fb1b1cf5810a721764c8967b02209615f1]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:40 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [52314c8faa59a9d2110b1d510f2da48c7ce0d20b]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:38 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [16d09b1feb2e273771e23bc4eaa8defa4b859d0f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:23 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [08d7d4eee37bc89e00f64ebfd0850cf930de83a2]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:36 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a5cc707163052a229f0be626ca7f504a3a3a0638]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:34 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [2a823110cccebfb37a289c0c0e6c73027f308fd8]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:22 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [19d592c4ae2679bcfbcb23bf7a20cb524e5bbc85]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:21 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3ae4df3596bf8221c2e404109d54f2ac8018d853]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:32 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a182f0e61744e8497d7e931025411c2733550a3b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:20 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [58dbd140e17ee70824be0c96338e0fc4bf285686]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:30 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [41063abc6d63e664271ad4a81f2be30e86ece162]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:18 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ae83530022754fe0105db30aae46ff8266da6752]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:17 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [db87fe33e4d9cf26a130578a57a66a055a9ba53a]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:16 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b90093e304e01e115eb8008328a42f3fa6be8e4e]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:15 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [2492d14b978610100301401e4c9309d655eb6621]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:14 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [317b90a52ca9b005e027371a3d448fe7b766960f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:13 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [daa069b413294a6c160526acc12afd59f4624d44]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:12 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b7448ba6aaba8381430844326d4c3f08f9d0d002]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:10 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5c1ac4247e62fcc96e4c3930b219f2962bb2044b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:09 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [232ab3cf7c42203966a14dc66d8efc97e74f91f1]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:08 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0c8f2335d9fd35164eb2116acba7f02a72e9ff4b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:07 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e258e510a351ba33ab62f1d18b020cf2ca3c71cf]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:06 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [be54402b62b5deda6ca07500284a7d5e1f7f9669]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:02 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1c20e041dfc1173663b9589791b551e76d988fc8]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:01 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [01e6da4788e73b2cd3176baa3ce6f51726446281]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:00 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7ec75782d7b9d5115c9e6c5f5953e7d1b6734662]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:55:59 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0f1cb4ac496802698180e50fdf8bc78c56329efa]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:59 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [953e697d8a404801db9737e2981f97510253d618]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:58 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d359629e853470e7dbbfad3e4b678b318325a281]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:57 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1070c85836898b393c5c3b400b7e51738226a4b8]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:55:57 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [54408b7798fedf61fa1d920eb354e28036c63df4]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:56 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e98328ac5a16db988f658086820132cfbcaa00fb]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:55 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c6777a0dc1e7c4bc3ae84a459134f1a93820f77f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:54 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b849bdbe4039e3127e7b34859953281ed841a396]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:53 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [638bd2d68404b64c8c5373c4e967f11add876aaf]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:55:52 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [cbdb25ad0a6a38096f29cd8a88b78311e4189146]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:52 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4132bc7668937b6219124c8e71396cee05eef33e]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:51 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3bf66dced3d812d3b5ce3c0aaaa83c8a2d49b895]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:50 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dde8a8eb66d3b9340f44706eac59f04c708595fc]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:49 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [275925ee0ef8093d048d04829d58f12bf88b7b69]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:48 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5e76a0e50196857c11ff61402060da4797975e55]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:47 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [54290cbbf3274ff91a7e5d47a7110d4d776212b5]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:46 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [07626045cc49dc0a6af919d805be98b5e0f77728]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:45 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5201e952bf7533f5a8587f689864ebf35b417d5d]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:44 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c646ff4de7d26672da530feeb5d941188ebc3bf5]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:43 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7c6207cb5e71e795ba949eaf8b90628d9311490b]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:55:40 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5968780473ce038a2ae31444197c1f0622ff0db5]

        INTEGRATION: CWS qadev6 (1.4.2); FILE MERGED 2003/05/21 10:55:40 sg 1.4.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [89a1f905aa9789ce6bbf1e0526286cfa88e5b0f2]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:40 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [783ec67d00b8137b71c7e26502bd0af182b8fa89]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:55:39 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c40e3cb86f86d690dc601f32f1c7e8b32be387fb]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:39 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4bd25c60717284c60eb4aed9316fc6c84487cba7]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:38 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [478df81b447ccc0ebf916d5b65438efbfea91016]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:37 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4fd7a2005c00088874a33bfedf2800ecd32cd288]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:55:37 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [fd17d3206c5cf3e6ebdc60ae2e87ed2ffe2c6fbd]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:36 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c74cd28a14e7c2bb86b9fd9399004894a7e67c9f]

        INTEGRATION: CWS qadev6 (1.3.2); FILE MERGED 2003/05/21 10:55:36 sg 1.3.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [746c618e8adbbd1be66a9aafe1a789069e9e1ee2]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:35 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [85e182fb230b2f17c5df4d27639b1faf6d0431e4]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:27 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ca8175ecdf1ce29de6b03347031d4b31013ad931]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:34 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f4988f64a78b05add51095e3aca57fd59322de55]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:33 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [787271422e6d6656e0ba8cf6b2e2ab0125197628]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:24 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dc0cb4212e594d9998bc120d2aa1854ad0fc2a29]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:32 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b86a1875b7f4a6269524aabec8a662aed578a3bc]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:31 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9cee2ec500d5b75973fe119da0988f6a593a8e6b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:30 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ee26971ebb35aeabee515430852e7a12904aa715]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:55:29 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [375a0ff98c6af43d8b8201eb2558fda3f8c9a655]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:55:28 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0aad1dd297a9d09600211f8a69ee818c55c66d20]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:22 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e0e07356a6930564412922174c9e7f9cf39f21ff]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:28 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [20bdb0cd1a01a51105f00762f57f31ada1428044]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:27 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5c68020e1c7357b63de84b1641edddfa80598771]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:55:26 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e4e7ee29e80f89dc8bd3941e4305ea0ee1ebbce2]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:23:20 sg 1.1.2.1: #109819#: changed tests for new component names

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ec89d349d707770587dfbfe4bfa17a36f918f114]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:12 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [69a5e9ef760317e3c92c253498a971de0ad98902]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:10 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f9231ee2a57edea1d105c0ec3f200c10e026b47e]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:09 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [730524e94c929d2d5d2b8d78fe2d406b66ac621b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:08 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0a29ba4411cba93e86cd01803088e2c455b12aab]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:54:07 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8bbffb0a722bba8f85ff8f6138ac5c50807aadd2]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:06 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9ce8537858b0766318d80fc18c7a358a3b365a40]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:05 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [09c704f35244f433b6743d671abff14f571199b9]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:04 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b7234cd0814d980e7d38efbce11fe1829878fb55]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:03 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f2963c145f07cf443eb8e85b4dec16352bd54af1]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:02 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3071ddba0f0ad8dd35a6d12a73f766944d3dd240]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:01 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1ea2c57e87cc152ebd4482e880467485c10b57e7]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:54:00 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b0532456a47ae7354396297c0c02448eaf7c885a]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:59 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ce2d21b381335d5ec289d2725cc8fa97afd642aa]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:53:58 sg 1.2.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [580bb0a1ceaf3727caac51fce6caf7a4c1ce458a]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:57 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8a65deb96f378f303ae31f4337cdf734b2eb622c]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:56 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3bbbbf73788010c2c9d8947f279b1458c061766d]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:55 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [02698bf670e99b5d57106e16950b92520ae332fd]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:54 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [85ee1b6113b11dba3de5c7be5b31aa08734360a2]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:53 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5378b5935e4af26b699eaeda6c9b7358a12cf17f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:51 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [17d0e0d5f176409cd5384e0ae31dba429c7d1aa0]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:50 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [65f0cf3d6180c1013803ff50925439ce661e7aa2]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:49 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [140dc17bc3befc65da5d1c2e4c58f12b6b23aa4d]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:48 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [53956384deebfa486c67f81ae5b45f25550c2d5c]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:46 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8f13447289c162038343795bd9ce040feb7c11e2]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:53:45 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7c6f9f8ed1cf97447c6b35292e5d70bb4821aa35]

        INTEGRATION: CWS qadev6 (1.10.2); FILE MERGED 2003/05/27 08:10:11 sw 1.10.2.3: #109189# added cast to msf 2003/05/26 12:06:57 lla 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2003/05/21 10:53:44 sg 1.10.2.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d0f743baa0f50c4d89ba3db8739631b367b8abc8]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:24 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [27662d229927b101908ea60af5275806e6be0416]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:23 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3761b00d1fee164c8a8d19c6bb0fe18fd4f2324b]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:21 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f4697b30461f5046457c5632ea24404332d81ede]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:20 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [66e0cf64e8aabe5343ce30af40f23cb26159d555]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:17 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9e412e7bbc59e38a6b1a85aa00424882b2ec4ea0]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:16 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3fefadac5fea53681f022f6acbbd80a03667ee17]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:47 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [58feaaaaa18a210bbd98d8cc5cacfa4c64421980]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:44 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [98e237ee08081f8be0c58b4207091beaae7d39f1]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:41 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e080c3697adb9a4679f54f61269485c0f544a475]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:38 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [17772813dc15034098aae7e3f68663e13b2e13e6]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:35 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [71d9427f4ff5b6859d076a6c08a5b31c7563e09f]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:32 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [296745735ab6cc199c7748c7cf1fa54e32e51b09]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:30 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ef25cf412bb1f83dc1b9987d6bd569bf8bbb6926]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:27 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [71fded900256ba6e1b78959e8dc6dd3a9a1a8c00]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:24 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [91e32264bc5c74350a733932c62667d5934f3e0b]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:21 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e2189dd6fd44d861f0d8209cfe3db975f4f0bb6b]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:18 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1c9a909be410b754b542b07b2c08dda0bbc5247e]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:15 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e2150f7369c40a945210f459a31bc37cd9d21a52]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:12 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a7fc7a3c8b6cb38cd4ed9deada9482ecf4f8dff2]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:09 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e37fd2dc0a85c1101f626d09fe40355b062a589b]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:06 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [6a699d6d61de3e60ace9b8afca8d93a3ec310f92]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:04 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [662c6e8f8741659fd26c4d5397ea92118aae637c]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:09:01 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1b33cef672cde263feade2a43d2a8343be9a61b4]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:58 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [069195328e4e8338090ef378505a2e587d933138]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:55 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [2d7e075853ab4c98dde1229fa747337973cad583]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:08:52 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0450239193bca451e0ec9900c16ca0b55f851988]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:08:49 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a1490b8e43831e7c11655da76327790e40740eb3]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:08:46 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [466db06ddd0a37332daddb293b7884a828dacc31]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:08:43 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8286ca0b19fd60e1e3e8959509f92c77c398d851]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:08:40 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7c31148909829fd8a39d8641b3ceaff7ab1abbbc]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:37 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [eac0cd4bfa9ff1e76263fa0b07cfe75056059d90]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:34 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3d0d93025fad69850846bb27f0335516121dbddf]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:32 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0892da5eaef3d65a5d63f66466d76f9860f8f846]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:29 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e09dd252aecc7e326abb7b1742bfad799bc4440f]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:26 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d21789697f212f6798d77b56a046fa7e0ba69ed8]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:23 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5c14409a27e1e4297fe809e093d781070403ccc5]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:20 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d14403df65804edeed99ae138551a5a9ce1b1001]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:17 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [6430ce99f799f6e13d84d8024e39f47f073db8c3]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:08:15 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [6cddd27e3467f393ffab93e64019f5d92ccb98bf]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:12 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ee2052ecd0def412cc5d6e686257166b3ce024e0]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:09 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [586f139784fa52466473555f932136662548628e]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:08:06 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8bda816050ddb6cb98a8d08fbd79bfcc628cbba6]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:14 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [215e418625f4631aceee0cbfaafb37d346afd611]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:12 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a3c24026b3ebca9d7da95ec9ccb4a730ba85f865]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:09 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [924886fe1c8d84f8636dc94e1cc27e7daf91c817]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:08 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [854eccc2e433d5dbde4d700998e585b62bcf8922]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:06 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [eef32eb016288ae8069448f8268916d3555e2359]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:04 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d545b70b8b82b27d08f3aca14fe56f4641dc6938]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:17:00 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a77ff3cfe48f28ebd3c79b8ec156d7c830f4aa2d]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:59 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [6db6f25c929f4e33c7266ac3c9fa73cb2f796881]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:57 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [72b96c37832dec2abe2dea5685c14da17088637d]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:55 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [14f4071e5af0cdac3901eb58b3effb5f837bfa5f]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:52 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3d240ae0e5472e1e14922ee19ff699818556688e]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:51 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1c30c0e4de0808605ec246f5d36366270ffb469e]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:48 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b8d32c5e424dddab734638c1c962c7c5d4f09733]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:46 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b586ea35998ae6a3331765e1d0ad0c10bb91f93b]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:45 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [818008822f9adbd4ac37bf711e10d884a50669a5]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:08:03 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b07630cdb7a2164a6c5d428a4b8cf7d4ce3275d3]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:08:00 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [088cb43221dc5c4b1cd6d30b6e87cec2ac72ae72]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:40 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9a7df7a3a8fccbb1a4c042eae668874565bc3d03]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:39 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f39d3703862205e6e93e355a679d7b1200c99c57]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:36 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [03ecc61523d446b7b644a6d82aade6a43f1a238d]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:35 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [2703d69f5719e4a459b3047a311621f86967f798]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:32 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [537a112f708c5ae0135ba134661b644f271e9060]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:31 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7c8149eec55d40979ed9c71449d7fb8bd87f5c58]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:07:56 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5123cf32f09867db365b3108edc39a633eff7322]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:07:53 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dab0ec9b98f2469fd03f5d553accb4a50c5d5ab3]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:07:50 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [979d6cc6dbedfeb24c6f132a9da7d986a7ba04a9]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:47 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [cd6462d8b5d03f4a3a43500fd7bd631d0a5f95cd]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:44 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d57f1973ebdbe030b028eb1d54cb5731b162c87b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:41 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4783f91191a10810741d63a5088cf5519a4f8bab]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:38 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4e36b9b422cb5b2a99b850c6158da1e4de9921ab]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:35 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e625a73c2c6393f0bed10646e869292168edf297]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:32 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [789bcd8053847677b0166570623d948275715226]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:29 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e01075ed8601ce7458f26207f5b8bb018614a139]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:26 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c4d17b8b504c5ddd11ca0fea816e7b49b1e2513f]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:23 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [cae907a167f3ce4850ba06312728341d405a0913]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:20 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [fcfa984a1a3557e97ecd068628ea23c38b724e14]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:16 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [db58233e9c4ac549c6b0d4b5ae57e3470cd8691b]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:14 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [54a00dd0dbcd9f11f0bce1134a0ea07fe85dc393]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:11 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8fe66200f990807b9526858dd076c75a4b3e62af]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:07:08 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dd726c14e4fe4fdfd51dcd57f429fb17457aac37]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:07:05 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [de6ceeabefbc299bee4e111a074ce386f6b774e0]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:07:02 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [220525f72498f1dd0e44fb87d7c78a6643b97c35]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:06:59 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b138dac250b5775cf5ad8a3fdb03cf945bad17f2]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:06:56 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [97f594e5fcd61138a800ec533a0832ba8548a328]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:06:53 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9c65ba6387dd380e1fee8723b45263ef1a75b014]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:06:50 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a26ae2bb1cbbf4e207a8e804d19132f261690c1c]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:06:47 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d6206ffd7dd61612e888aeecba47e37788ffd831]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:06:44 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dccbc61aea3ef087b5778945bed402086a9348c5]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:06:40 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [180d37d098a1c98f86a1730c7e8a50818e97ec26]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/06 13:06:37 cn 1.1.8.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c787cc0e5c4158babb0b287df22400d9a2d2cdf8]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/06 13:06:34 cn 1.3.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [6bc4f629f9cb049c69efa8b085ee5982e9ed2eda]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:30 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [12a5f5370e52adb2c4e0efa9f051cc666ac13319]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:29 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ed92e86cb5ba27dee1a80363e9a844342a5df821]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:26 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [076cbbee9fe7cd97b87c206f598141eff4208eb7]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:25 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a6ed08edf134959b41a395f6e2dc374fba9e26f4]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:23 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [33ea87978a72c65a702ff0027e60291a50a3e63a]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:21 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c09aaf7ecb0534a8f503c1fa964c0f882a1f567e]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:20 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d308ea7a09502fa147fade941cfd6c951f749f59]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:17 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [82e71a89ef83873ba14d15c770c6d35f56f52e17]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:16 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [fccb4f8bc4f1321bcecff111a8ea3959ac0eeb00]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:13 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ba9d3d63d2455b16bce6b54a781c92d05cacbfd0]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:12 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [728d03c15536e756c4dfb44bed90536740c07226]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:10 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1d2bb212dd7fc5d4a41fe7c74fd684a29cf7a668]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:08 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [726f4df14def38900f793c2e4d52a474b9806401]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:07 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3f5af1f3a1d57537185c856614f6180b06b1e5a0]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:06 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [218217c46c44d3065b1fa6934c7f50ed41db2fca]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:04 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0c4d06b77100b2df41b63f68b789781616e5de52]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:03 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [23150515accf18f8d48908759506b99966af9e51]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:16:01 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [473e9e69e76bad1b2299a99da1052b9975a68295]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:59 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f17292c43358a69ee81b9227404b89f6ea2ca364]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:57 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f559bb477585700a64c22f3876973f0693f41651]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:56 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [17beb30f8b20f203666750247b4a72b27de83212]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:54 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [84f56785d07c68334d0277535cae666fba6a5623]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:53 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [871b6bcb72a337aaecff8affd001e720b0d56859]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:52 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [fd53eb7f5caae95ecc5eb3a8bb9eaab5977c39d9]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:51 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [91f69010ee4892b38efac287507d2868c7cf7702]

        INTEGRATION: CWS qadev6 (1.6.4); FILE MERGED 2003/05/06 13:06:31 cn 1.6.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [29053afb4dbe964b9b710a379ead4176a1344ebf]

        INTEGRATION: CWS qadev6 (1.4.4); FILE MERGED 2003/05/06 13:06:28 cn 1.4.4.1: #109383# CHG: new accessibility structure

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ca62d00e55ef27f583e54ff32c8e35186829e754]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:49 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4bbead84f99bf3ad09063a9379f8e29504434247]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:46 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [33b36c7798dea4feb2e7ef185aaaba6cec392a06]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:45 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [770e26a4da658155b8ebf74b74234b77d5299726]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:43 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4d95d40e0997d18eda288279bcfa1f92f838bbed]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:41 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c277611643475860cec7a09b35aa7c43ba89644b]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:39 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e2af2af45b1f4c43c988796b87a69da76dc50106]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/07 11:15:38 cn 1.1.2.1: #109396# NEW: initial version

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7c62b7c4ba242cf027a36f2a504e63024093b387]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:48:31 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4b2c03843e0e559d1c849f4f201f53072be7fe14]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:10:40 sg 1.1.8.1: #109369#: scenarios are loaded in this class, so derived classes can use it.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d583ae1561d6289256bcf332c0205c8890fdc4fc]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:47:54 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [353dcb611d6dd962a8342ce0f82b178807732df6]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:47:20 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [12c4a3dcd26daead03b25c95b83c44d83432a9f4]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:45:45 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d4318b2e7c5a83c9a99a915b1d43b8e5cb1c1a27]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/22 10:37:44 lla 1.1.8.2: RESYNC: (1.1-1.2); FILE MERGED 2003/05/21 10:16:01 sg 1.1.8.1: #109368# #109375#: watcher is configurable now; added new method closeExistingOffice() to OfficeProvider

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [154bb1cdff2e3173ef5638b27aa229c9d99c85a4]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:16:00 sg 1.1.8.1: #109368# #109375#: watcher is configurable now; added new method closeExistingOffice() to OfficeProvider

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [22b8bbe24bb2fbde127ceaf0cd9903f28087118a]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/22 10:37:32 lla 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2003/05/21 10:16:00 sg 1.2.8.1: #109368# #109375#: watcher is configurable now; added new method closeExistingOffice() to OfficeProvider

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [16c4d7d36577eb3781beced60b0d5d7861f8700c]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:09:56 sg 1.1.8.1: #109369#: scenarios are loaded in base class share.DescGetter.java

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c5d5498d4813b8dc5c410daf78b7e1b42f930108]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/21 10:06:56 sg 1.3.4.1: #109371#: parameter list is read dynamically

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e7ff864ecf36ddd918b838a795ebcd9f27735e80]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:06:05 sg 1.1.8.1: #109371#: parameter list is read dynamically

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [773ef7d61cd7e763501654ed78208707f0d04029]

        INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED 2003/05/21 10:09:56 sg 1.2.8.1: #109369#: scenarios are loaded in base class share.DescGetter.java

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [18947e703f982f00c4b9eb0a0d64c900ae94237d]

        INTEGRATION: CWS qadev6 (1.4.4); FILE MERGED 2003/05/22 10:37:56 lla 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2003/05/21 10:17:47 sg 1.4.4.1: #109374#: added feature

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [da3d75824eb8ad43f67bb3da5a1ddd4c8c8e5d5c]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:45:17 sg 1.1.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [051b11b504f11d40b7a10e37b31c5ae22a1b5618]

        INTEGRATION: CWS qadev6 (1.4.4); FILE MERGED 2003/05/21 10:44:30 sg 1.4.4.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ce083f926f3c0694070d4f7fc87b628bdfde228d]

        INTEGRATION: CWS qadev6 (1.3.8); FILE MERGED 2003/05/21 10:44:30 sg 1.3.8.1: #109819# prepare devide of runner

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [156bbe280a6cc1c2be9f57033569b50cdafda8f4]

        INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:18:19 sg 1.1.8.1: #109374#: added feature

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7a2d3beb3024001e10665f1ee699f9af060b49e9]

        INTEGRATION: CWS qadev6 (1.3.4); FILE MERGED 2003/05/21 12:57:32 sg 1.3.4.1: #109819#: updated build list for new component names.

2003-05-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6637301f7972f240901835f9d4ef94e2c7887d24]

        reworked volume aliases

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9b3b005e39daff535db1c8c39eb8be04b0c3b928]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:57 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Rüdiger Timm  <rt@openoffice.org>  [d651f87e3a99ed328a6ef1631317147af6276718]

        #100000# Needs header out of module shell.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8ac93b22fe24d44acb444b983298cd5620a977f6]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:56 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ea53a49880253c30f4444f4dcd1e9198b5460789]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:55 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [55f01e45f78701de8d790d01c1c6ce88d5dce610]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:20 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f6c1db8e0cc8cbe6d50b55ab4bd648d2d4335b61]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:19 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0c4a3fc62e4c2ef6315923e1e5b92f88af99b09e]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:18 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7f3e2e55aadcac6b98c33b2f46a62781975cac4f]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:17 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5874c72758345d5ea030d060dfa9be580fca8efb]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:15 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3ee03de1ca20eca149c1a25e0d4001b80749b817]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:14 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c26e4910b33e63526be440abe58cc370946a3d73]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:13 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c21316dbe8d4bd8bc4b92b04dd2943a01b17834c]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:12 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f15c77f22e4bf3b3a8381ba90bcda168c4a03487]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:09 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0c64e7e0ce837cb28e7804d1299c7ede9c782f24]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:08 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dd43e9451040e993f501143ee3cd8fe74ce744b8]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:36:07 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b366ac481c6df58de3da34b2965b47090315bcbc]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:49 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7d7974ff7ef653a20cfb2a55b47d8bde575b67a9]

        INTEGRATION: CWS configxml01 (1.5.22); FILE MERGED 2003/05/16 15:39:35 jb 1.5.22.1: #109668# Rename oor:node -> oor:component-data ; accept old format for reading

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1664bd6f17c0cc3842f8a694c75b175087d4052e]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:47 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [eab4e94835f37336d993cbf4a88e446da4c7ab15]

        INTEGRATION: CWS configxml01 (1.5.54); FILE MERGED 2003/05/16 15:39:35 jb 1.5.54.1: #109668# Rename oor:node -> oor:component-data ; accept old format for reading

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d6023bfa3d8891bbd19ea3ca06c72bb53f49a459]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:46 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9694809e09fa9ce75d1f789ec5e558271abe9eca]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:45 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3eaac187a6b1ee0322823aac8e34f9e4c3cd0813]

        INTEGRATION: CWS configxml01 (1.7.8); FILE MERGED 2003/05/16 15:39:35 jb 1.7.8.1: #109668# Rename oor:node -> oor:component-data ; accept old format for reading

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1abf2fb3a71af668f510d99b79e97f9a3d02f2ad]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:44 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d61a617cf76aa2df148e6b5bbda211aeb07ea39e]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:43 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [47920457bc1968b71d0b6876e308ad2ff3b8c64a]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:42 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [10437dafb0ea8208f077f85db16b43146ae2d60d]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:41 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1bfdc82d39a6f5c042e508ff1c04d38df7491b58]

        INTEGRATION: CWS configxml01 (1.2.26); FILE MERGED 2003/05/16 15:40:30 jb 1.2.26.1: #109668# Rename oor:node -> oor:component-data ; accept old format for reading

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [17f3d3a4e2f651292e7ca8bfeca8e00ac342d30a]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:39 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [2282bd738a1661b4773b2ade25db413d48bcfbe4]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:38 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [21a11415411a1e27173941db6996efc3639f5962]

        INTEGRATION: CWS configxml01 (1.3.14); FILE MERGED 2003/05/16 15:40:30 jb 1.3.14.1: #109668# Rename oor:node -> oor:component-data ; accept old format for reading

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e24e2bd04f1e6a6bb4a5a7e50fe8e63c3a109c55]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:36 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dea42ec3d6b5468ac016242310c6b4f35f45c23c]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:33 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b3e8f7b7db962404b8542f1e1c7768708d378ed6]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:32 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [868bdbd0cd3e98ed92ff200c02c18ebc5b640521]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:30 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d2d4ff168bd9159b525b7479736b42e262c1e284]

        INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED 2003/05/21 11:35:27 sg 1.1.2.1: #109819#: updated objdsc for new component names.

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1cf6df32ed29307aad3ac862a8750b2997552cf4]

        INTEGRATION: CWS configxml01 (1.2.94); FILE MERGED 2003/05/16 14:38:45 jb 1.2.94.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [359f60933f480b635bad227795b27c8acf91aa72]

        INTEGRATION: CWS configxml01 (1.6.20); FILE MERGED 2003/05/16 14:38:44 jb 1.6.20.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [a6f966fe8ca01cbf098cf70b9543638bcb2c6ddb]

        INTEGRATION: CWS configxml01 (1.4.86); FILE MERGED 2003/05/16 14:38:44 jb 1.4.86.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [830ee9e794cefaa5ffcfd8e38b544ef472fac553]

        INTEGRATION: CWS configxml01 (1.6.8); FILE MERGED 2003/05/16 14:38:41 jb 1.6.8.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [74ab21dfa69e8eabc1554abebf6bfa176efad86a]

        INTEGRATION: CWS configxml01 (1.19.8); FILE MERGED 2003/05/16 14:38:41 jb 1.19.8.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [22fcbe598a5edac7a72c4979a3a2bd86de1ab7a3]

        INTEGRATION: CWS configxml01 (1.32.8); FILE MERGED 2003/05/16 14:38:40 jb 1.32.8.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [dc327ee42f3d355fe7d0c390e5d83ee96c57166a]

        INTEGRATION: CWS configxml01 (1.3.86); FILE MERGED 2003/05/16 14:38:40 jb 1.3.86.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5c8f61b05529c62b3b3e8e8479d0ce26d5183c6c]

        INTEGRATION: CWS configxml01 (1.4.86); FILE MERGED 2003/05/16 14:38:39 jb 1.4.86.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [82c51ab9dc0a2fe426c50c2af0445e330728a64f]

        INTEGRATION: CWS configxml01 (1.5.86); FILE MERGED 2003/05/16 14:38:39 jb 1.5.86.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9ddbe162d9902c23b86b70efe3d6bc815ff0c5e5]

        INTEGRATION: CWS configxml01 (1.3.86); FILE MERGED 2003/05/16 14:38:39 jb 1.3.86.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [fc9f6884a6204fc9108a29aeb927305124769848]

        INTEGRATION: CWS configxml01 (1.4.20); FILE MERGED 2003/05/16 14:38:38 jb 1.4.20.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [05be3f00c35deb03d37d04ee14925fb7211743a1]

        INTEGRATION: CWS configxml01 (1.5.20); FILE MERGED 2003/05/16 14:38:38 jb 1.5.20.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ef8cb5bfd76c2162e1ff6cbbbed3f6227b2a5a8b]

        INTEGRATION: CWS configxml01 (1.10.8); FILE MERGED 2003/05/16 14:38:37 jb 1.10.8.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [646ab497f66eec4fbe569f3ea7a2c2ac35b6b6dc]

        INTEGRATION: CWS configxml01 (1.10.20); FILE MERGED 2003/05/16 14:38:37 jb 1.10.20.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [85747cc254ba6517862e0d26a9c9652243db2e90]

        INTEGRATION: CWS configxml01 (1.3.86); FILE MERGED 2003/05/16 14:38:37 jb 1.3.86.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c6d247df34472b273612f1d7b00c22568726ae55]

        INTEGRATION: CWS configxml01 (1.13.24); FILE MERGED 2003/05/16 14:38:36 jb 1.13.24.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [11913b06d6065b3e245243a4b9489118887b9829]

        INTEGRATION: CWS configxml01 (1.4.86); FILE MERGED 2003/05/16 14:38:35 jb 1.4.86.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [bf44a79ae2c7183492687884ef467b88c9595742]

        INTEGRATION: CWS configxml01 (1.3.86); FILE MERGED 2003/05/16 14:38:35 jb 1.3.86.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [78ba2e098918df357f4b2b7abe0f81e6dfb87d25]

        INTEGRATION: CWS configxml01 (1.4.24); FILE MERGED 2003/05/16 14:38:34 jb 1.4.24.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [f73bfd2b4d04b3a6560b8b3c134f62d226559ff5]

        INTEGRATION: CWS configxml01 (1.3.86); FILE MERGED 2003/05/16 14:38:33 jb 1.3.86.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [463057044737bedbe5dcb8209091686f6949c1bb]

        INTEGRATION: CWS configxml01 (1.5.24); FILE MERGED 2003/05/16 14:38:33 jb 1.5.24.1: #109668# Rename oor:node -> oor:component-data

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [da4024690c9186e75df513c5e656576f28e154d2]

        INTEGRATION: CWS i18n05 (1.6.12); FILE MERGED 2003/05/21 18:53:33 khong 1.6.12.1: #i12082# CJK breakiterator crashes on first long pure CJK character line

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [67fee9190cad6326d106aef3cc7dc6c16ff7989d]

        INTEGRATION: CWS a10y01 (1.30.26); FILE MERGED 2003/05/23 11:06:51 oj 1.30.26.2: #109839# acquire solar mutex 2003/05/22 11:05:18 oj 1.30.26.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [20f255b49396ec11984ae2525792d4d5db64efe5]

        INTEGRATION: CWS a10y01 (1.19.26); FILE MERGED 2003/05/23 11:06:51 oj 1.19.26.2: #109839# acquire solar mutex 2003/05/22 11:05:17 oj 1.19.26.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [bf538b607f086684090732a46154376fe26737cc]

        INTEGRATION: CWS a10y01 (1.31.48); FILE MERGED 2003/05/22 11:05:16 oj 1.31.48.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [32adda5fc5187213ba0e981c9f586cea8501f15e]

        INTEGRATION: CWS a10y01 (1.12.26); FILE MERGED 2003/05/22 11:05:16 oj 1.12.26.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [428e95963bee49d601b2436f8f31071a45a9bce0]

        INTEGRATION: CWS a10y01 (1.16.202); FILE MERGED 2003/05/22 11:05:14 oj 1.16.202.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4936e5d1c7585d2762c8517cd8fc0460db996bbe]

        INTEGRATION: CWS a10y01 (1.8.202); FILE MERGED 2003/05/22 11:05:14 oj 1.8.202.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ea527c606718c1fc07371695de1c9b5472abce4e]

        INTEGRATION: CWS a10y01 (1.10.54); FILE MERGED 2003/05/22 11:05:03 oj 1.10.54.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [03d9d684c9dec5379493b93eec018a613d2e7135]

        INTEGRATION: CWS a10y01 (1.12.26); FILE MERGED 2003/05/22 11:05:03 oj 1.12.26.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [64e17aabccd8ed8cc40e4ea1ebc23f60a5f1fe21]

        INTEGRATION: CWS a10y01 (1.2.26); FILE MERGED 2003/05/22 11:19:51 oj 1.2.26.1: #103639# document services

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [84d7347fc688bc1c4c824ce53b64a19f5a05ea1f]

        INTEGRATION: CWS a10y01 (1.2.26); FILE MERGED 2003/05/22 11:19:50 oj 1.2.26.1: #103639# document services

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [5afb4e01100331a7b61f8cf9dc690602fd286877]

        INTEGRATION: CWS a10y01 (1.2.26); FILE MERGED 2003/05/22 11:19:49 oj 1.2.26.1: #103639# document services

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7130b56763c77426eef6f22dc0bdc7a4600216bb]

        INTEGRATION: CWS a10y01 (1.2.26); FILE MERGED 2003/05/22 11:19:48 oj 1.2.26.1: #103639# document services

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [8527ad1277c4e0a818017b825d38e742c82e4690]

        INTEGRATION: CWS a10y01 (1.2.26); FILE MERGED 2003/05/22 11:19:47 oj 1.2.26.1: #103639# document services

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [4fca76fd054d4ae537fa6bcf7a75b7671604f686]

        INTEGRATION: CWS a10y01 (1.2.26); FILE MERGED 2003/05/22 11:19:46 oj 1.2.26.1: #103639# document services

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [74338c82baba12f99897dc7345d323bf02b99100]

        INTEGRATION: CWS a10y01 (1.2.26); FILE MERGED 2003/05/22 11:19:45 oj 1.2.26.1: #103639# document services

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [e5e8469a8f1eb02974eb3fc29109fc5788547933]

        INTEGRATION: CWS a10y01 (1.2.26); FILE MERGED 2003/05/22 11:19:44 oj 1.2.26.1: #103639# document services

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [962dbae1f19b11cf308d1acc4e98282cfa765f59]

        INTEGRATION: CWS a10y01 (1.2.26); FILE MERGED 2003/05/22 11:19:43 oj 1.2.26.1: #103639# document services

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [216ca614a6fb00ab1d5d404ee09f9402d8f84eb2]

        INTEGRATION: CWS a10y01 (1.2.26); FILE MERGED 2003/05/22 11:19:42 oj 1.2.26.1: #103639# document services

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [be2153137439b5046ad480e0574afea0f445f567]

        INTEGRATION: CWS calc10 (1.10.44); FILE MERGED 2003/05/21 18:55:20 nn 1.10.44.1: #109814# use DrawSelectionBackground instead of DrawTransparent to show selection

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b77e11ba9ec4006f0ca7040ac3fc09e9ceadfde9]

        INTEGRATION: CWS calc10 (1.31.18); FILE MERGED 2003/05/23 09:14:53 sab 1.31.18.1: #i14679#; reset InputHandler on InputWindow

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [7f1327ae0bdc639677b864660bc8411d1434c325]

        INTEGRATION: CWS calc10 (1.46.18); FILE MERGED 2003/05/23 09:14:52 sab 1.46.18.1: #i14679#; reset InputHandler on InputWindow

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [3f33e9fc298e6563026dd844bb6767817516cbf8]

        INTEGRATION: CWS calc10 (1.21.166); FILE MERGED 2003/05/21 16:22:43 sab 1.21.166.1: #109439#; don't set value or string if it is a cell in a matrix range

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [077e54ad8ce6ee99d1d6f216e522901b8e6f20ad]

        INTEGRATION: CWS calc10 (1.33.164); FILE MERGED 2003/05/21 16:22:43 sab 1.33.164.1: #109439#; don't set value or string if it is a cell in a matrix range

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [1e881febb44a72076822dbaffec197288b95ed1d]

        INTEGRATION: CWS calc10 (1.72.18); FILE MERGED 2003/05/21 16:22:42 sab 1.72.18.1: #109439#; don't set value or string if it is a cell in a matrix range

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [ab0c4d863587d30466455eb0ee5b285bf015d2fa]

        INTEGRATION: CWS calc10 (1.3.44); FILE MERGED 2003/05/20 10:54:22 dr 1.3.44.1: #109686# use ScMarkData to remember used cells

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [9fcf11eb448802029b72ff502e088df2d34fe341]

        INTEGRATION: CWS calc10 (1.3.44); FILE MERGED 2003/05/20 10:54:14 dr 1.3.44.1: #109686# use ScMarkData to remember used cells

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [d64b2d1be1c48d79f233fcc0194cde5fdd994c7c]

        INTEGRATION: CWS calc10 (1.20.34); FILE MERGED 2003/05/23 09:43:32 nn 1.20.34.2: RESYNC: (1.20-1.21); FILE MERGED 2003/05/19 14:31:03 nn 1.20.34.1: #108979# FillEditItemSet: use ClearItem instead of Put for automatic font color

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [c9d844f62c388d463445097f1cc453535491e171]

        INTEGRATION: CWS cl03 (1.30.4); FILE MERGED 2003/05/22 14:31:24 lo 1.30.4.1: #109140# -start -> -show

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [2e154a9c4a9b3a49c85ce5d3156ae9adeff51888]

        INTEGRATION: CWS cl03 (1.19.6); FILE MERGED 2003/05/22 14:31:23 lo 1.19.6.1: #109140# -start -> -show

2003-05-27  Vladimir Glazounov  <vg@openoffice.org>  [b2f90c34f64648a989d264d9c4b7b55fdff0350a]

        INTEGRATION: CWS mhu04 (1.40.22); FILE MERGED 2003/05/19 15:52:24 mhu 1.40.22.1: #109710# Removed obsolete depricated CHAOS services: ChaosContent[Provider], DataContainer, PropertyMatcherFactory.

2003-05-27  Tomas O'Connor  <toconnor@openoffice.org>  [24f1f0537f436697769bb29cd9ced423db0ced33]

        IssueZilla 14896, Installer doesn't support OpenOffice.org 1.1 Beta2

2003-05-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ae6c0949625ff2cf3e5dd8bd8376838695dca0bd]

        separate local o according to CWS

2003-05-26  Kurt Zenker  <kz@openoffice.org>  [260df5640f5259ce5a6c579fced3ad7dcffca596]

        new version for SRX645

2003-05-26  Tomas O'Connor  <toconnor@openoffice.org>  [73ee44c0cddb62992649006f266764d88b52792a]

        Changes from code review, BeanShell document scripts can now be edited, Rhino document scripts cannot.

2003-05-26  Tomas O'Connor  <toconnor@openoffice.org>  [9b4ee751fe3905056157b4f852cdb3063c3582fe]

        Updates for new compilers etc.

2003-05-26  Tomas O'Connor  <toconnor@openoffice.org>  [5a449369e8d021e683330d215c482ebfd4364d03]

        Changes from code review

2003-05-26  Rüdiger Timm  <rt@openoffice.org>  [a793b6ee307d958dbcbcc5c4b228de21041fdc31]

        new version for SRX645

2003-05-26  Kurt Zenker  <kz@openoffice.org>  [d6847985a69c847c3dae856a1177d84a097c16f2]

        new version for SRX645

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [b0904a26aa7fc465856361a1cdc42293145b4a00]

        INTEGRATION: CWS draw12 (1.6.40); FILE MERGED 2003/05/16 11:34:15 thb 1.6.40.1: #109058# Disable output, as we only want to record a metafile

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [0ebedaf95d2257ab0eb1e740c3f80b3879ceb72b]

        INTEGRATION: CWS draw12 (1.19.18); FILE MERGED 2003/05/19 09:00:37 af 1.19.18.1: #i14107# Fixed crash when trying to select object with empty selection.

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [9884bcd8f94c26b804f7357fdeb06b6212c61f3c]

        INTEGRATION: CWS draw12 (1.23.32); FILE MERGED 2003/05/15 15:30:30 thb 1.23.32.1: #109151# Use correct text height, and don't let scale change the height again

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [ec0516724f81cfb30f7fa3c1eadd0a8006783915]

        INTEGRATION: CWS draw12 (1.20.32); FILE MERGED 2003/05/15 15:30:30 thb 1.20.32.1: #109151# Use correct text height, and don't let scale change the height again

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [19081359cb2edde942d99297ada8e0c8254d3d4f]

        INTEGRATION: CWS draw12 (1.45.30); FILE MERGED 2003/05/16 14:40:06 thb 1.45.30.1: #109151# Do the background outliner setup _after_ it's creation

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [66fa23b7bbaf79cf95a363830f91b9b5755380eb]

        INTEGRATION: CWS draw12 (1.11.32); FILE MERGED 2003/05/16 09:02:20 aw 1.11.32.1: #109587#
        
        do a more smooth item deletion here, else the text rect will be reformatted, especially when information regarding vertical text is changed. When clearing only set items it's slower, but safer regarding such information (it's not changed usually)

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [fa50aa545a76a820ddfeacc75d93700887903631]

        INTEGRATION: CWS draw12 (1.35.32); FILE MERGED 2003/05/22 09:34:22 cl 1.35.32.2: #109835# ignore SetObjRef when called twice with same object 2003/05/16 15:36:45 cl 1.35.32.1: #109623# do not disconnect if we are not already connected

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [64a66bc4c8a315acd069102097cc838e1f3c2786]

        INTEGRATION: CWS draw12 (1.12.226); FILE MERGED 2003/05/16 09:01:24 aw 1.12.226.1: #109587#
        
        The new SnapRect contains the tail BoundRect, see
         RecalcSnapRect() above. Thus, the new to-be-setted
         SnapRect needs to be 'cleared' from that tail offsets before setting it as new SnapRect at the SdrRectObj.
        As base for 'clearing' the old text rect is taken from aRect using GetLogicRect(), see below. Second the outer tail point wich expanded that rect. Since the other end of the connection polygon always resides at one edge of the text rect
         this is sufficient information.

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [382a805aeac53ed2e311b03cbc43b225541887c3]

        INTEGRATION: CWS draw12 (1.1.1.1.262); FILE MERGED 2003/05/16 11:54:39 aw 1.1.1.1.262.1: #109658#
        
        Since relying on OrdNums is not allowed for the selection because objects in the selection may not be inserted in a list if they are e.g. modified ATM, i changed this loop to just look if the object pointer is in the selection.
        Problem is that GetOrdNum() which is const, internally casts no non-const and hardly sets the OrdNum member of the object (nOrdNum) to 0 (ZERO) if the object is not inserted in a object list.
        Since this may be by purpose and necessary somewhere else i decided that it is less dangerous to change this method then changing SdrObject::GetOrdNum().

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [10cc729a7d74b8f1a255413538637610520010f0]

        INTEGRATION: CWS draw12 (1.104.10); FILE MERGED 2003/05/21 14:47:13 sj 1.104.10.1: #109467# fixed a little bullet bug (not displaying numberings if their template contains a graphical bullet)

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [abd6490a87a80ac80febf4ef5b7dc4e2e7969c1d]

        INTEGRATION: CWS draw12 (1.1.2); FILE ADDED 2003/05/19 08:43:56 af 1.1.2.2: #109147# Added comment about follow-up task #109745#. 2003/05/16 14:53:27 af 1.1.2.1: #109147# Added a new class for color look-up.

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [b90684255009de411a90949c3718d6c0c78d7b28]

        INTEGRATION: CWS draw12 (1.80.30); FILE MERGED 2003/05/15 15:31:53 thb 1.80.30.1: #109151# Check against character, not paragraph index

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [e7f611295e294f282483c165b323fe24751d59b8]

        INTEGRATION: CWS draw12 (1.20.38); FILE MERGED 2003/05/16 14:54:42 af 1.20.38.1: #109147# Added a new class for color look-up.

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [2570d86cf71a556c275fb55c29038d455f52068a]

        INTEGRATION: CWS draw12 (1.5.230); FILE MERGED 2003/05/16 14:55:17 af 1.5.230.1: #109147# Moved color look up into new class DGColorNameLookUp.

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [6fccc66146b089fa625a2510dda37e7dae5beda3]

        INTEGRATION: CWS draw12 (1.1.2); FILE ADDED 2003/05/16 14:54:08 af 1.1.2.1: #109147# Added a new class for color look-up.

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [3c54ea68ca6c6c046839a616641ac5545482f7db]

        INTEGRATION: CWS draw12 (1.11.32); FILE MERGED 2003/05/19 08:50:37 af 1.11.32.1: #i14107# Doing single selection to grab focus to object.

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [0d67aa593cc34a241bd4e6158c374a40e37eb229]

        INTEGRATION: CWS draw12 (1.2.28); FILE MERGED 2003/05/16 11:53:34 cl 1.2.28.1: #109253# use correct resource manager for error strings

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [9ee3aade16467958ed743a537b3d116eaa549b43]

        INTEGRATION: CWS fwk03 (1.6.18); FILE MERGED 2003/05/16 07:42:00 dbo 1.6.18.1: #109701# internal StringHelper class

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [59d93a7f206d7bea2c61ae554dc2ee085ed0e266]

        INTEGRATION: CWS fwk03 (1.3.10); FILE MERGED 2003/05/16 07:41:59 dbo 1.3.10.1: #109701# internal StringHelper class

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [dc33af6e2d8a2515828ebb9fb2fe821d1025af47]

        INTEGRATION: CWS fwk03 (1.1.2); FILE ADDED 2003/05/16 07:41:58 dbo 1.1.2.1: #109701# internal StringHelper class

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [23805649ad04e5115d90b3fa33e3a59d2649b2ef]

        INTEGRATION: CWS fwk03 (1.3.8); FILE MERGED 2003/05/16 07:41:58 dbo 1.3.8.1: #109701# internal StringHelper class

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [501ad56a9746ad92b02a489f9695c8e321c87ad3]

        INTEGRATION: CWS fwk03 (1.12.8); FILE MERGED 2003/05/16 07:41:05 dbo 1.12.8.1: #109701# fixing uri decoding

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [1d86e663e0a24c7b44fb651e24773865e52714f8]

        INTEGRATION: CWS fwk03 (1.26.12); FILE MERGED 2003/05/22 09:12:37 mba 1.26.12.1: #108942#: last change removed, it prevented loading of the sdraw4.0 files

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [34e26c9f2f2717f2c90c1419dabdbec9173bab30]

        INTEGRATION: CWS fwk03 (1.4.126); FILE MERGED 2003/05/20 15:00:20 mba 1.4.126.1: #109739#: accept application addionally to StarOffice

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [91e8e06240eb38cf6e587707bc7c84c9444e714a]

        INTEGRATION: CWS fwk03 (1.2.126); FILE MERGED 2003/05/20 15:00:06 mba 1.2.126.1: #109739#: accept application addionally to StarOffice

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [338a920384c81169f2b7e7a39e5629c32d232a84]

        INTEGRATION: CWS fwk03 (1.2.20); FILE MERGED 2003/05/22 15:59:51 mba 1.2.20.2: #109650#: XUserInputInterception.idl 2003/05/16 08:38:21 mba 1.2.20.1: #109650#: documentation added

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [e52717eefb2cbf94b70e4620652c1e8848a30c82]

        INTEGRATION: CWS fwk03 (1.34.20); FILE MERGED 2003/05/16 09:58:43 mba 1.34.20.1: #109534#: change in unoctitm.cxx revealed another problem - after ContextMenuInterception slotids might have vanished, so no Controllers can be created

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [828a7ea5525667d375dd583970ad0d07ba8a9fea]

        INTEGRATION: CWS fwk03 (1.41.18); FILE MERGED 2003/05/22 09:31:12 mba 1.41.18.3: #109848#: send event source 2003/05/20 15:36:28 mba 1.41.18.2: RESYNC: (1.41-1.42); FILE MERGED 2003/05/20 14:58:31 mba 1.41.18.1: #109431#: crash when scrollbars of floating frames have focus and container window is closed

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [007be289f18416e452d7d89a8bc779c5ccd9a11c]

        INTEGRATION: CWS fwk03 (1.28.42); FILE MERGED 2003/05/20 14:58:07 mba 1.28.42.1: #109431#: crash when scrollbars of floating frames have focus and container window is closed

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [5872f6f055049a7177c57e2247e0b08565b736bc]

        INTEGRATION: CWS fwk03 (1.17.14); FILE MERGED 2003/05/20 14:57:41 mba 1.17.14.1: #109739#: use legacy property content only on setting, always return values as documented in the DevGuide

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [81317df62e00bac0626d02dcd8e955caa8e10da6]

        INTEGRATION: CWS fwk03 (1.30.32); FILE MERGED 2003/05/16 09:57:26 mba 1.30.32.1: #109534#: create UnoMenuController for external commands

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [d81616e8e669799330e015752e0317d6385c8772]

        INTEGRATION: CWS fwk03 (1.2.42); FILE MERGED 2003/05/20 14:56:02 mba 1.2.42.1: #109739#: event name corrected

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [26197bc03867a35b7fdccaaa5dff660ddc9adff9]

        INTEGRATION: CWS fwk03 (1.114.32); FILE MERGED 2003/05/20 15:38:19 mba 1.114.32.2: RESYNC: (1.114-1.115); FILE MERGED 2003/05/16 09:56:38 mba 1.114.32.1: #109461#: evaluate return value of external filters

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [8a85c037df6abe7be59941702a319cc88ae5b4df]

        INTEGRATION: CWS fwk03 (1.4.42); FILE MERGED 2003/05/20 14:55:26 mba 1.4.42.1: #109431#: assertion for empty URL

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [d4b8525ec9a5e90c39d31ae02b1285e9fe95a10e]

        INTEGRATION: CWS fwk03 (1.23.20); FILE MERGED 2003/05/16 09:55:38 mba 1.23.20.1: #109683#: truncate strings with 0-Bytes

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [ca610c8afcd042cd51f59e982b69a6cdc962be58]

        INTEGRATION: CWS fwk03 (1.25.174); FILE MERGED 2003/05/16 09:54:53 mba 1.25.174.1: #109534#: allow to send status updates to SfxControllers for arbitrary command URLs

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [943d2689ca468c838ac2c130436d1c2241d46804]

        INTEGRATION: CWS fwk03 (1.15.32); FILE MERGED 2003/05/20 14:54:56 mba 1.15.32.1: #109739#: event processing always uses Notification

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [02460a1a26ccdcdb00298a3c7bc23b76cce64b38]

        INTEGRATION: CWS fwk03 (1.69.18); FILE MERGED 2003/05/23 09:59:54 mba 1.69.18.2: #i14667#: OwnerLock mismatch 2003/05/16 09:53:36 mba 1.69.18.1: #109486#: open internally when external loading fails

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [126c6c0b41d7de9b3b60a4faf0e360db41607d74]

        INTEGRATION: CWS fwk03 (1.32.20); FILE MERGED 2003/05/20 14:52:47 mba 1.32.20.1: #109739#: new event registered; StartApp event moved to wrapper because it caused recursive creation of GlobalEventBroadcaster

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [b8a249cd8899f81b54a2e58c8a2c345da568e83c]

        INTEGRATION: CWS fwk03 (1.45.20); FILE MERGED 2003/05/20 14:50:37 mba 1.45.20.1: #109739#: event processing always uses Notification

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [5e8f66a957278ea054013f4dfbdf382e9a0f21d7]

        INTEGRATION: CWS fwk03 (1.83.14); FILE MERGED 2003/05/23 09:13:57 mba 1.83.14.2: #109753#: corrected translations 2003/05/20 14:50:10 mba 1.83.14.1: #109739#: new or changed event names

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [a527e816f3c8d9a9c2c6b4403bdaff0e0c35a9e6]

        INTEGRATION: CWS fwk03 (1.26.42); FILE MERGED 2003/05/20 14:50:01 mba 1.26.42.1: #109739#: new or changed event names

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [e4868ef5c5e49ed75b17e84dc5b15053a263141c]

        INTEGRATION: CWS fwk03 (1.43.16); FILE MERGED 2003/05/16 12:33:41 abi 1.43.16.3: #93735# friend declaration and scope declaration for CC 2003/05/16 09:43:44 abi 1.43.16.2: #93735# added comment 2003/05/16 09:28:31 abi 1.43.16.1: #93735# UCBOpenContentSync with error handling for timeout waiting for second thread

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [71bc076b2b18b197bf734f35a0715bb4d12f8b1d]

        INTEGRATION: CWS fwk03 (1.11.16); FILE MERGED 2003/05/16 10:26:50 abi 1.11.16.1: #93735# added condition.obj

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [a84398e38372c5d5a3d8f296e459778b86787c95]

        INTEGRATION: CWS os10 (1.69.18); FILE MERGED 2003/05/20 08:32:45 os 1.69.18.3: #109465# 'Justified' string has been lost on resync 2003/05/16 06:59:53 os 1.69.18.2: RESYNC: (1.69-1.70); FILE MERGED 2003/05/09 06:56:22 gt 1.69.18.1: #109465# added lost string for english_us to ListBox LB_LASTLINE

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [e5f66f7323ca1d2be310b35afd7db108dd873e44]

        INTEGRATION: CWS os10 (1.87.4); FILE MERGED 2003/05/16 06:46:03 os 1.87.4.2: RESYNC: (1.87-1.88); FILE MERGED 2003/05/15 13:58:03 os 1.87.4.1: #109663# unsupported ids removed from ImageList

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [625654b25c6e5df5da0b19fc9d8c8eade88c21bd]

        INTEGRATION: CWS os10 (1.23.22); FILE MERGED 2003/05/14 09:37:40 os 1.23.22.1: #109215# space between entries increased

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [c0594523f1b79276bde97541d44544fd0d6b15a5]

        INTEGRATION: CWS os10 (1.7.22); FILE MERGED 2003/05/14 07:33:34 os 1.7.22.1: #109593# remove SwDBToolsClient in SwDLL::Exit instead of using a static object

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [3e26300c3cb1f40eb48942274f40845f5178f4f1]

        INTEGRATION: CWS os10 (1.17.22); FILE MERGED 2003/05/13 13:06:59 os 1.17.22.1: #109573# disable editing of DDE fields with invisble (recursive) links

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [4acc0d5457668248500979e43373ecab02779faa]

        INTEGRATION: CWS os10 (1.15.40); FILE MERGED 2003/05/16 07:31:33 os 1.15.40.2: RESYNC: (1.15-1.16); FILE MERGED 2003/05/13 13:26:19 os 1.15.40.1: #109571# width of footnote dialog increased

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [b450a51f48b48827e931c47375f21203a73bab08]

        INTEGRATION: CWS os10 (1.5.22); FILE MERGED 2003/05/16 14:38:06 os 1.5.22.1: #109694# added _LoadStyles() method to control modification of source document

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [0d630ed2d4824c1376b779347fcc63e67e37fdaa]

        INTEGRATION: CWS os10 (1.12.22); FILE MERGED 2003/05/13 13:02:26 os 1.12.22.1: #109438# ::HasSelection(): check for multi selection, too

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [e5c633f2f9753157fedf7d6d5a423bcc654938e5]

        INTEGRATION: CWS os10 (1.66.14); FILE MERGED 2003/05/14 13:27:21 os 1.66.14.1: #102812# replace ending quote in IME input

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [cda0434de0455058f213af7d5760bf4f048f19ec]

        INTEGRATION: CWS os10 (1.66.22); FILE MERGED 2003/05/14 07:33:12 os 1.66.22.1: #109593# remove SwDBToolsClient in SwDLL::Exit instead of using a static object

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [793bf59a270ae1d12195b0d792f9a1e45ad47b27]

        INTEGRATION: CWS os10 (1.14.22); FILE MERGED 2003/05/16 14:37:44 os 1.14.22.1: #109694# added _LoadStyles() method to control modification of source document

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [e8af9119b6e6eaaf89f988182259df6d04d07317]

        INTEGRATION: CWS os10 (1.85.28); FILE MERGED 2003/05/16 07:59:00 os 1.85.28.2: RESYNC: (1.85-1.86); FILE MERGED 2003/05/15 13:51:42 os 1.85.28.1: #109663# unsupported ids removed from ImageList

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [b53d4dbcfe4395193b7a69fef4eee3001b696175]

        INTEGRATION: CWS os10 (1.15.14); FILE MERGED 2003/05/12 12:26:29 os 1.15.14.1: #108779# remove tab stops from paragraph texts while inserting them into a table of content or index

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [92758cb8068439ebcc7643d5cbc3c06cbb7edcd1]

        INTEGRATION: CWS os10 (1.19.22); FILE MERGED 2003/05/12 12:26:45 os 1.19.22.1: #108779# remove tab stops from paragraph texts while inserting them into a table of content or index

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [38f265b64a405876267f5b21fad234db0a6c2e3f]

        INTEGRATION: CWS os10 (1.27.18); FILE MERGED 2003/05/13 13:01:56 os 1.27.18.1: #109438# new: IsMultiSelection

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [be64e14ffa6094d5633ae5d21e17bce0b3af21b3]

        INTEGRATION: CWS os10 (1.9.18); FILE MERGED 2003/05/12 12:26:13 os 1.9.18.1: #108779# remove tab stops from paragraph texts while inserting them into a table of content or index

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [e7c1d3d0e1ec1735e116067ad4dacf64f2ef88af]

        INTEGRATION: CWS os10 (1.21.56); FILE MERGED 2003/05/16 14:35:53 os 1.21.56.1: #109694# added _LoadStyles() method to control modification of source document

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [4e496e46687d5e014f9203d5e97988540229de25]

        INTEGRATION: CWS os10 (1.19.44); FILE MERGED 2003/05/14 07:33:55 os 1.19.44.1: #109593# remove SwDBToolsClient in SwDLL::Exit instead of using a static object

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [13a9ab6071fe2cfe337e79f8bcfb6d49237173bd]

        INTEGRATION: CWS os10 (1.16.18); FILE MERGED 2003/05/13 13:01:42 os 1.16.18.1: #109438# new: IsMultiSelection

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [4e609290d16005938b0f1d3bb091db2df47b6142]

        INTEGRATION: CWS os10 (1.51.18); FILE MERGED 2003/05/21 08:09:14 os 1.51.18.3: #108895# Arabic ImageList added, weight, posture, underline removed - loaded from offmgr 2003/05/16 08:07:25 os 1.51.18.2: RESYNC: (1.51-1.52); FILE MERGED 2003/05/15 13:52:56 os 1.51.18.1: #109663# unsupported ids removed from ImageList

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [26cbaf48b65802330fdd484f26906a6a0f8fb1b8]

        INTEGRATION: CWS os10 (1.19.34); FILE MERGED 2003/05/21 08:08:54 os 1.19.34.2: #108895# Arabic ImageList added, weight, posture, underline removed - loaded from offmgr 2003/05/15 13:53:32 os 1.19.34.1: #109663# unsupported ids removed from ImageList

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [7a70973ed6fe9b288c9d0092046b608992aba986]

        INTEGRATION: CWS os10 (1.82.26); FILE MERGED 2003/05/16 06:44:42 os 1.82.26.2: RESYNC: (1.82-1.83); FILE MERGED 2003/05/15 13:57:07 os 1.82.26.1: #109663# unsupported ids removed from ImageList

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [2c82fe89495ad484f082b11de4d329d7dd57cd4e]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/12 12:52:08 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [c17932bb10bb9d536fa3c0c9b0edd53184d2c806]

        INTEGRATION: CWS cfg02 (1.4.2); FILE MERGED 2003/05/21 13:02:16 jb 1.4.2.1: #108160# Rework design after review

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [b632707949dc8ca48fff8fa1b1c7378b0c23f1f5]

        INTEGRATION: CWS cfg02 (1.9.2); FILE MERGED 2003/05/21 13:02:15 jb 1.9.2.1: #108160# Rework design after review

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [e5fe17c192249065515c5742e77e733b3450aafa]

        INTEGRATION: CWS cfg02 (1.3.2); FILE MERGED 2003/05/21 13:02:15 jb 1.3.2.2: #108160# Rework design after review 2003/05/12 12:43:53 ssmith 1.3.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [16f9d30465de26c092c1efb65db89c14f2340d49]

        INTEGRATION: CWS cfg02 (1.4.8); FILE MERGED 2003/05/21 13:02:14 jb 1.4.8.2: #108160# Rework design after review 2003/05/12 12:43:53 ssmith 1.4.8.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [00c2a5e05104f7e9b2b1ecb3eeffc97e008c1a17]

        INTEGRATION: CWS cfg02 (1.11.8); FILE MERGED 2003/05/12 12:43:53 ssmith 1.11.8.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [3d07abca9e6bc858d79f512b172b4f0ea1d35459]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/21 13:02:14 jb 1.1.2.2: #108160# Rework design after review 2003/05/12 12:50:03 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [da567bb6e412ff0b66d133cdaeb0054adec0b1e6]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/21 13:02:13 jb 1.1.2.2: #108160# Rework design after review 2003/05/12 12:50:01 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [2bf639bbb985a10a2bba4402fa7c2b4fa2c1664b]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/21 13:02:13 jb 1.1.2.3: #108160# Rework design after review 2003/05/13 10:50:32 ssmith 1.1.2.2: #108160# adding support for binary cache 2003/05/12 12:50:00 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [193252231c0f6ac834ad1ded790d6a2cd724a4ab]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/21 13:02:12 jb 1.1.2.3: #108160# Rework design after review 2003/05/13 10:50:32 ssmith 1.1.2.2: #108160# adding support for binary cache 2003/05/12 12:50:00 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [407825e1cb1441612a658347abd3f1d9d28f8073]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/21 13:02:12 jb 1.1.2.2: #108160# Rework design after review 2003/05/12 12:49:59 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [1ab3c1a6879bf8f0747c0803f18398506fea1731]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/21 13:02:11 jb 1.1.2.2: #108160# Rework design after review 2003/05/12 12:49:58 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [d05705501375296865e2eceeae05e786a7f6227b]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/21 13:02:10 jb 1.1.2.2: #108160# Rework design after review 2003/05/12 12:49:57 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [983c2d05adc9e5bb079f16f75e9f3950d0401a00]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/21 13:02:10 jb 1.1.2.2: #108160# Rework design after review 2003/05/12 12:49:56 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [3c3a0e1139ade201a0110e7c9444ee526d9c2b12]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/21 13:02:10 jb 1.1.2.2: #108160# Rework design after review 2003/05/12 12:49:55 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [36136faeac2201fb7ea3a7325452e7c40cc2677e]

        INTEGRATION: CWS cfg02 (1.1.2); FILE ADDED 2003/05/21 13:02:09 jb 1.1.2.3: #108160# Rework design after review 2003/05/13 10:50:32 ssmith 1.1.2.2: #108160# adding support for binary cache 2003/05/12 12:49:54 ssmith 1.1.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [c7c982f71905c79f13398c5e819b427033308cec]

        INTEGRATION: CWS cfg02 (1.6.2); FILE MERGED 2003/05/21 13:02:08 jb 1.6.2.2: #108160# Rework design after review 2003/05/12 12:43:52 ssmith 1.6.2.1: #108160# added support for binary cache

2003-05-26  Vladimir Glazounov  <vg@openoffice.org>  [9adb593a70b7e3d8c6f7e79641fdaa0f9516f5e8]

        INTEGRATION: CWS cfg02 (1.13.2); FILE MERGED 2003/05/21 13:02:08 jb 1.13.2.3: #108160# Rework design after review 2003/05/13 10:15:24 ssmith 1.13.2.2: #108160# binary cache support 2003/05/12 12:43:52 ssmith 1.13.2.1: #108160# added support for binary cache

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [ae824f54b261d225cfa493350944add72c8f795e]

        libpyunoloader.uno.so -> pyunoloader.uno.so

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [f77812db11ed2835ab089dca66c2354333558df2]

        added missing dependency

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [dbef5588ea09b52142dd446622dd7501ba94cec0]

        simplified tarball towards pyuno's office integration

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [6fb1f783eb0bdec5f551e67debcbf2376229670f]

        documentation changed towards office integration build

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [361111d857df4790eff68ecb747f7529a722228b]

        #i12504# added pyuno.invoke

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [1e25103fb8b994f2588bf3ac08bd741187c0761f]

        #i12504# added conversion mode, fixed a leak for struct/exception conversion

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [796a2d2dd1c559e49f4860c8be486848a8c2bb92]

        #i12504# added getAnyClass

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [4640b548a7ceda0016c465ee4e15086a54defdb6]

        #i12504# added conversion mode

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [89d55b843d0e4967c64b0ed43548993351fb06b3]

        #i12504# added PyUNO_invoke, removed the _print workaround, was crashing anyway

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [b7c79567c0e279f295faa3e05e6c34e21328c30b]

        #i12504# added uno.Any and uno.invoke

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [bbdf01a49211ab2a0b6071cf17b7683a705c1d53]

        added inspect function, modified addComponentsToContext because of the new component naming scheme

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [e9c652edc29391e465fd639284ae4f901c15d9b9]

        7439PYTHONLOADERLIBDIR can now be replaced by 7439ORIGIN, removed

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [f1dab1d5612500ea7bc7a94e26f436e78995c67c]

        #i12504# added conversion mode

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [99128bad10a447b8ed6081c53669132fd23dd88f]

        removed unneeded component registration

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [73bbf7bfe411b5c02f8dee6b29d8070e5581e08d]

        problem with a SEQUENCE type fixed

2003-05-24  Jörg Budischewski  <jbu@openoffice.org>  [e0a1cd4dc7202795e4a60c73ea1608d86984add7]

        fixed a deadlock

2003-05-23  Duncan Foster  <dfoster@openoffice.org>  [ab0d6f874690b5b4172b4e27f11a897da5d7ba7a]

        Code cleanup

2003-05-23  Duncan Foster  <dfoster@openoffice.org>  [a1bedb45a333b533925fe2519a0e259606300386]

        Code cleanup.

2003-05-23  Armin Weiss  <aw@openoffice.org>  [9ef5d4c61dcd518184ee1a6ba7c421df208b2216]

        #109820# i checked in rev 1.6 by error, checking over copy of old version 1.5

2003-05-23  Andre Fischer  <af@openoffice.org>  [5e9d0c195f69f3a5f021b09919c47fddca655c06]

        Change of view registration.

2003-05-23  Vladimir Glazounov  <vg@openoffice.org>  [40a026ba824fccf0b6c9b6c6b9e9b9fa07f20179]

        #100000# added return value

2003-05-23  Andre Fischer  <af@openoffice.org>  [6c0af166e0e83290d998942dfcb1f17ea551da37]

        Adaption to recent changes of the UAA.

2003-05-23  Andre Fischer  <af@openoffice.org>  [fa2fd2a05becdd04138642fbe8f245fcd6e7f154]

        Changed comments

2003-05-23  Andre Fischer  <af@openoffice.org>  [e003f69e7c6a06deb9f66d2695eb52e69c93292a]

        Changed registration of object views.

2003-05-23  Vladimir Glazounov  <vg@openoffice.org>  [80792cbd808f376cd45793d410abdcb9802a1c03]

        INTEGRATION: CWS dba06 (1.23.54); FILE MERGED date: 2003/05/19 13:23:38;  author: oj;  state: Exp;  lines: +4 -3 resolve linux problem

2003-05-23  Armin Weiss  <aw@openoffice.org>  [ae1bf11731cd4c012862887b9913da90daa134d3]

        #109820# Checked in 1.24 by error, replaced by copy of 1.23 again

2003-05-23  Armin Weiss  <aw@openoffice.org>  [e5fe839acb5d4b59125679f7c00f73db3abe1f3a]

        #109820#

2003-05-22  Rüdiger Timm  <rt@openoffice.org>  [7f2ea1669af46495e6533056e04c3125fc51a4b7]

        new version for SRX645

2003-05-22  Kurt Zenker  <kz@openoffice.org>  [b2642683044021d6b1c8c833c8d0d3393e84df64]

        new version for SRX645

2003-05-22  Kurt Zenker  <kz@openoffice.org>  [3fdc7549c2f4573e2f2ab1367fcedaf036515e79]

        new version for SRX645

2003-05-22  Kurt Zenker  <kz@openoffice.org>  [558b4da3363d6276a25b19f40d22999b03a74032]

        new version for SRX645

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2485a7b76c05552c2f0718c72245399709655f37]

        SRX645

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [812fd63ba9de20303e321a63e2488dda8ac6a402]

        #109845# fix for xsltfilter.jar manifest

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [89b3f4071a9376a7ddce703a32b2c16a202a596a]

        INTEGRATION: CWS uaa03 (1.60.8); FILE MERGED 2003/05/21 15:48:25 mt 1.60.8.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0495fa6dde33537faddac4408af7859f528e3fe9]

        INTEGRATION: CWS uaa03 (1.15.8); FILE MERGED 2003/05/21 15:48:24 mt 1.15.8.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [20ebf1004217a3ac1a10ce48361a6b5f3525bf3a]

        INTEGRATION: CWS uaa03 (1.23.8); FILE MERGED 2003/05/21 15:48:24 mt 1.23.8.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [33aba43f73ef5fb5b0ea955e1be2c805e7f0a516]

        INTEGRATION: CWS uaa03 (1.18.16); FILE MERGED 2003/05/21 15:47:22 mt 1.18.16.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [08f04aabd666cd9b66d65cb4afa705f96723ab80]

        INTEGRATION: CWS uaa03 (1.23.16); FILE MERGED 2003/05/21 15:47:21 mt 1.23.16.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [88e13251abf9c9d290404f86ac6cd2427bc80033]

        INTEGRATION: CWS uaa03 (1.22.16); FILE MERGED 2003/05/21 15:47:21 mt 1.22.16.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e3f0bbdda42c2e5e8e85664d892ae2ace88a742a]

        INTEGRATION: CWS uaa03 (1.8.16); FILE MERGED 2003/05/21 15:47:20 mt 1.8.16.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ba013647c5db68f12ff73ef66f8f40bf034c846a]

        INTEGRATION: CWS uaa03 (1.26.16); FILE MERGED 2003/05/21 15:47:19 mt 1.26.16.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ee8e7f6ea7f1486bf061ef46d2e6e81d2755efd9]

        INTEGRATION: CWS uaa03 (1.40.16); FILE MERGED 2003/05/21 15:47:18 mt 1.40.16.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d9bd70e6961cf652cace2029cf671d5d41d0caa3]

        INTEGRATION: CWS uaa03 (1.61.16); FILE MERGED 2003/05/21 15:47:18 mt 1.61.16.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [61d99eaa10410435d97f3cbe1f365177995127ee]

        INTEGRATION: CWS uaa03 (1.13.16); FILE MERGED 2003/05/22 07:11:04 dr 1.13.16.2: #i14623# UAA finalization 2003/05/21 15:47:17 mt 1.13.16.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [18fd2bc1dd46d16d259ae9de5d00e308b46e2c8f]

        INTEGRATION: CWS uaa03 (1.7.22); FILE MERGED 2003/05/21 15:40:16 mt 1.7.22.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e8fa63cb4c6e632b8d80748b26ea884dc1c38901]

        INTEGRATION: CWS uaa03 (1.31.6); FILE MERGED 2003/05/21 15:50:07 mt 1.31.6.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [12024c5a5df654a7b30832dffde28d37bc5cd2bb]

        INTEGRATION: CWS uaa03 (1.10.28); FILE MERGED 2003/05/21 15:44:02 mt 1.10.28.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3d3a606fdbf5e19a50432ca189b2957daaa60213]

        INTEGRATION: CWS uaa03 (1.13.28); FILE MERGED 2003/05/21 15:44:02 mt 1.13.28.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f877c215e158057ee0fa48a7fee52f1792a2be4a]

        INTEGRATION: CWS uaa03 (1.30.28); FILE MERGED 2003/05/21 15:44:00 mt 1.30.28.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9c08fc9b48fa67c34c98ca0361fe8523482a0467]

        INTEGRATION: CWS uaa03 (1.4.8); FILE MERGED 2003/05/21 15:41:35 mt 1.4.8.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [15d5db0c00d79bb3c84efd0196a39b40f5c2a19c]

        INTEGRATION: CWS uaa03 (1.4.8); FILE MERGED 2003/05/21 15:41:34 mt 1.4.8.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6f7cf89ff92442fb8d2402c5d04eab6c5123e16d]

        INTEGRATION: CWS uaa03 (1.4.8); FILE MERGED 2003/05/21 15:41:33 mt 1.4.8.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6167a306b491af17eb44637c577782e9e859276a]

        INTEGRATION: CWS uaa03 (1.6.8); FILE MERGED 2003/05/22 11:02:49 sw 1.6.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [57b24e728c6130c60e75c838ed0f74338bec6816]

        INTEGRATION: CWS uaa03 (1.4.8); FILE MERGED 2003/05/22 11:02:49 sw 1.4.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ea87b6f446873f48529c1cb429a5388c4a83720d]

        INTEGRATION: CWS uaa03 (1.5.8); FILE MERGED 2003/05/22 11:02:48 sw 1.5.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5177208311bb78818a112fbaede92f67c86f7fc6]

        INTEGRATION: CWS uaa03 (1.5.8); FILE MERGED 2003/05/22 11:02:47 sw 1.5.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [af73f4182b6e6827287fbf7cd1a23dbf7596e5af]

        INTEGRATION: CWS uaa03 (1.7.8); FILE MERGED 2003/05/22 11:02:47 sw 1.7.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5e3c5cb05137586144000a4317aa67fb697796d7]

        INTEGRATION: CWS uaa03 (1.5.8); FILE MERGED 2003/05/22 11:02:46 sw 1.5.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c81180521996356b4b9aabd5697ce5fdcc8a176f]

        INTEGRATION: CWS uaa03 (1.2.8); FILE MERGED 2003/05/22 11:02:46 sw 1.2.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6ae5091c77a01009d7d8e302ae99a25b46610e8e]

        INTEGRATION: CWS uaa03 (1.3.8); FILE MERGED 2003/05/22 11:02:46 sw 1.3.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cbc2785d1d70df9a646a0f425cbfbb34172c6afb]

        INTEGRATION: CWS uaa03 (1.4.8); FILE MERGED 2003/05/22 11:02:45 sw 1.4.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [32c808362273824ca70c3435d041629c0e574f42]

        INTEGRATION: CWS uaa03 (1.3.8); FILE MERGED 2003/05/22 11:02:45 sw 1.3.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c236b3ccbc32b0b8bbd2f5600c30cf0d6964ef81]

        INTEGRATION: CWS uaa03 (1.3.8); FILE MERGED 2003/05/22 11:02:03 sw 1.3.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ace5ad1735640005be7a31c3addb74a90600fb5d]

        INTEGRATION: CWS uaa03 (1.10.8); FILE MERGED 2003/05/22 11:01:15 sw 1.10.8.2: #i14623# UAA API clean up 2003/05/21 13:03:27 mt 1.10.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f31f6bc51c6b9fb7165680366ef59365bf502b8d]

        INTEGRATION: CWS uaa03 (1.2.8); FILE MERGED 2003/05/21 13:03:26 mt 1.2.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f012851e648b46a917b5fd9a3380084f73fb764d]

        INTEGRATION: CWS uaa03 (1.5.8); FILE MERGED 2003/05/21 13:03:26 mt 1.5.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a0ee2dc9b084a6b2475eba1b90d4a0afae8cf5a3]

        INTEGRATION: CWS uaa03 (1.6.8); FILE MERGED 2003/05/21 13:03:26 mt 1.6.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [05b0d6be96053af1dcb729aeb72992c5bece6779]

        INTEGRATION: CWS uaa03 (1.6.8); FILE MERGED 2003/05/21 13:03:25 mt 1.6.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [633f899d4e076a5c09883a7c6ddb2d95f00985ab]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:46:02 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f1e38d63ec082c285b6e56db7d036ea0c84394a1]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:46:01 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [033c78e3846b55c7b548a7a935f9c76f1a501056]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:46:00 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5b81de9a0f55ddd6efb9fd683791488abfe91a0a]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:59 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [be681f334b768b87c4d2f96ca1c276c9f0f84202]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:58 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d814d42e9455129ddf93275b927ba86001c06ac0]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:57 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [34d98e4026184cfc92ac81b401d8686d0de32b3e]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:56 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [49b1f1da16ac275a1ae0a5338f81c34839102512]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:55 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4aad32a14f59e06e6da748ec54f1323851bb4624]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:54 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d3df2241e08b69af6d62540271cbc3c7e19d644b]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:53 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3a2fea08df216fd1630d8373fb234c7aee5e80b5]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:52 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dcc8d3d68d8c7b2405777b3234384e6b3620637e]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:48 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d631093b04510799d50f7bbeb019d7891eebfdf9]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:47 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0306dff19349bf510b96b94fa8085e38a5de7541]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:46 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c32355ae9bf5db4b5655cd10dccda4d99c811e6f]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:45 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3b94c2b083cb6594d5361ae8c83912b102fc7a7d]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:44 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [59ea81a981517caee820a0fb87ab55fae1374424]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:43 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b297f12730e80958b61db9f6f10a7a732055f622]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:41 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [370079c6b595718971bf765ffe1e49a63dd4d941]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:40 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [633ef5015691cbac87fde12308a72baf95f21c6f]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:39 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fbac176206c4034ce2ccce3bdee9a9d03bcbbf04]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:38 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1ceba9fde375d39f7f3ce3d5632fdac584d19813]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:37 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [517ab4fc78ce24ce27e43d87a8bfc8fa0ba36789]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:33 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5b3df7fdd8443ccdac3393ef45a54aaea8db3639]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:32 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b5959d81d5798164aa28ca7862b725ce95229073]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:31 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [15c48bca29014b79ad0bdf7ca93b6c085a1d4d82]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:30 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [067a81bec82db7bc3ff24c0cb5a230edee56fbeb]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:29 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [520a3d866f06f2fc688b6b88448f27f464a7042b]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:27 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e5a8f0d690d369792904f2508ef692cf16bfcf4c]

        INTEGRATION: CWS uaa03 (1.3.8); FILE MERGED 2003/05/22 10:45:25 sw 1.3.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [78142eb1394e86a6f3dbe671edca9291f4c825cd]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:25 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b6fca62f213654a2b5c6bebacf8354d6e32ef6fb]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:24 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0de29ca0cd5c7a8a4b1ea94c0a816b1053059580]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:21 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b1853f369463ca25aa281eca0672034c9a109f24]

        INTEGRATION: CWS uaa03 (1.3.8); FILE MERGED 2003/05/22 10:45:21 sw 1.3.8.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [17a2078ea1bb19be376234795b42b20d653deb63]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:20 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6120c7f0cc85f8ce66fdaad5021ada9bf8d1f24d]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:19 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7e4c48f56aedb1f78637b6b21976028f395c8128]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:18 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [12eac301fe1f3b8d3fc61d6a15e5972b06a8913d]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:17 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [39dd5136fffa0044a5038530a956066eb2f91157]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:13 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [02e3e530ecb77969f91aed03bfb9ba5f22185d88]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:12 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [54499c591e75e50e777d3ad91e47752911797405]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:11 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [51a5b271623ce5ae047243ed7fbd84df9190f728]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:10 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9baa8622f20d4db22765d9843fa1b577d268d1e0]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:09 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [82b1c0162a228984119d11947eabc6b72a9bdbea]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:08 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ed6815053d47e4a21fc44b62f7ccd38d2ace7e78]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:07 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [94fccd9c99fbfcf9746af735c5c94e8e7858062e]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:06 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2726f86d1765fe78e7ff5deb036f33d91a9b9fe4]

        INTEGRATION: CWS uaa03 (1.1.12); FILE MERGED 2003/05/22 10:45:05 sw 1.1.12.1: #i14623# UAA API clean up

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fbbe7e71bb5ff5ec4a2d903cb4d6d6f3a8850ae0]

        INTEGRATION: CWS uaa03 (1.56.18); FILE MERGED 2003/05/21 15:53:20 mt 1.56.18.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fd81f3191f7a04083c2772757d0dc4b66bfe0922]

        INTEGRATION: CWS uaa03 (1.41.18); FILE MERGED 2003/05/21 15:53:19 mt 1.41.18.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6cabe2eb87d1fac2bc2d2b461d8a6f7414569963]

        INTEGRATION: CWS uaa03 (1.2.18); FILE MERGED 2003/05/21 15:19:18 mt 1.2.18.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c6cfc75d07b37ecb14cfd4d72f403e392ba90a39]

        INTEGRATION: CWS uaa03 (1.2.18); FILE MERGED 2003/05/21 15:19:17 mt 1.2.18.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6d027e4d317800af657b91773c8260d6ae348f31]

        INTEGRATION: CWS uaa03 (1.2.18); FILE MERGED 2003/05/21 15:19:16 mt 1.2.18.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dd9383b32e27748bb9b0c906f4ac466e55f34686]

        INTEGRATION: CWS uaa03 (1.2.18); FILE MERGED 2003/05/21 15:19:15 mt 1.2.18.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [599d282f9583b077ebb77dfa023ce9a7d0982ead]

        INTEGRATION: CWS uaa03 (1.1.2); FILE ADDED 2003/05/21 15:18:18 mt 1.1.2.1: i14510 getText methods return TextSegment

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a348578dfbc9ba479660cdb81a2fe0fd0664b405]

        INTEGRATION: CWS uaa03 (1.2.18); FILE MERGED 2003/05/21 15:19:14 mt 1.2.18.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f50f9732cb99f8ce94e11bdfd2bef324846daa9]

        INTEGRATION: CWS uaa03 (1.5.38); FILE MERGED 2003/05/21 15:53:16 mt 1.5.38.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f0f7e3fcb7892a73fbdc05c4cabbabb94ce10d8]

        INTEGRATION: CWS uaa03 (1.4.28); FILE MERGED 2003/05/21 15:29:11 mt 1.4.28.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2387e8c41aeeb8c7a62d78ef07b2c1201ea2762e]

        INTEGRATION: CWS uaa03 (1.8.30); FILE MERGED 2003/05/21 15:46:07 mt 1.8.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6db6f5191b4aada647be0e640b2eaf063bb1c1f5]

        INTEGRATION: CWS uaa03 (1.7.30); FILE MERGED 2003/05/21 15:46:07 mt 1.7.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [741b583fb67dea99602975d0887f2b0ffbda6939]

        INTEGRATION: CWS uaa03 (1.16.30); FILE MERGED 2003/05/21 15:46:05 mt 1.16.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b4e5a204816dc14e62c50161dceededae93fba6f]

        INTEGRATION: CWS uaa03 (1.13.30); FILE MERGED 2003/05/21 15:46:04 mt 1.13.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [49a81356e63deea90eac2389062af6bbc31aa0de]

        INTEGRATION: CWS uaa03 (1.15.30); FILE MERGED 2003/05/21 15:46:04 mt 1.15.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dc50d4b53cf2ae9db65220011ad74ab7a44bb030]

        INTEGRATION: CWS uaa03 (1.2.30); FILE MERGED 2003/05/21 15:46:03 mt 1.2.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bcc30c67ef38779f6f11f0747ecd3458324e9af3]

        INTEGRATION: CWS uaa03 (1.13.30); FILE MERGED 2003/05/21 15:46:03 mt 1.13.30.1: #i14623# UAA finalization

2003-05-22  Nils Fuhrmann  <nf@openoffice.org>  [d1f3ae0a20e148d0161ebce4101764cfb8255231]

        #i13385#

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ca58b68af188f53d0501a9c4eb7a146fb9d8eab3]

        INTEGRATION: CWS uaa03 (1.15.28); FILE MERGED 2003/05/21 15:46:02 mt 1.15.28.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [53c461c619ec4927c4dbd1deb4b90159135f725b]

        INTEGRATION: CWS uaa03 (1.37.26); FILE MERGED 2003/05/21 15:46:02 mt 1.37.26.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b042ad4824d7e468d2e8abcd0762b6c9b7bc7c59]

        INTEGRATION: CWS uaa03 (1.8.30); FILE MERGED 2003/05/21 15:46:01 mt 1.8.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a33bfe874d85d550d3a203194eaa40ff6922f26d]

        INTEGRATION: CWS uaa03 (1.2.30); FILE MERGED 2003/05/21 15:46:00 mt 1.2.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [306e44585f5ac060f446096527c4836a86b8386e]

        INTEGRATION: CWS uaa03 (1.11.30); FILE MERGED 2003/05/21 15:48:57 mt 1.11.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e2f0a5340f9ea7f8d5a5ce908e9c013147bb3e3d]

        INTEGRATION: CWS uaa03 (1.19.30); FILE MERGED 2003/05/21 15:48:57 mt 1.19.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f0833816fe50620a38657175c49fa833444f4332]

        INTEGRATION: CWS uaa03 (1.4.30); FILE MERGED 2003/05/21 15:48:57 mt 1.4.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [95c2fcd69423e434e5139d7011c376f872b4f021]

        INTEGRATION: CWS uaa03 (1.7.30); FILE MERGED 2003/05/21 15:48:56 mt 1.7.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b99792a4f0584a0158043e69d0e3b8d051641e09]

        INTEGRATION: CWS uaa03 (1.29.30); FILE MERGED 2003/05/21 15:48:56 mt 1.29.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bf48d4114cd7b4b2b57b3a411369c0490482d03f]

        INTEGRATION: CWS uaa03 (1.52.28); FILE MERGED 2003/05/21 15:48:56 mt 1.52.28.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e407da930c19680266d3b68d4c64837a4a573e0e]

        INTEGRATION: CWS uaa03 (1.15.30); FILE MERGED 2003/05/21 15:48:55 mt 1.15.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7057b3a57b797df9e6014ef61e38e093bce5c5f2]

        INTEGRATION: CWS uaa03 (1.22.30); FILE MERGED 2003/05/21 15:48:55 mt 1.22.30.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [26af3678f24d177f6a828dd3824d8544185a9dbc]

        INTEGRATION: CWS uaa03 (1.3.14); FILE MERGED 2003/05/21 16:45:41 mt 1.3.14.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ac4807552b68a91c695e7588be93bbf2ad292b98]

        INTEGRATION: CWS uaa03 (1.3.14); FILE MERGED 2003/05/21 16:45:38 mt 1.3.14.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ead348b317fbe7a725ac4a59d664bfb49beb32e8]

        INTEGRATION: CWS uaa03 (1.170.22); FILE MERGED 2003/05/20 09:36:33 obr 1.170.22.1: #109167# AccessBridge now uses XExtendedToolkit and a JNI component to retrieve the necessary events from VCL.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7a6079ef08d7e279703742f7fe5b2300e0d44cc5]

        INTEGRATION: CWS uaa03 (1.93.24); FILE MERGED 2003/05/20 09:36:32 obr 1.93.24.1: #109167# AccessBridge now uses XExtendedToolkit and a JNI component to retrieve the necessary events from VCL.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cf2c331403245b37331d3d15fe66051e0ca1129a]

        INTEGRATION: CWS uaa03 (1.25.18); FILE MERGED 2003/05/20 09:36:30 obr 1.25.18.1: #109167# AccessBridge now uses XExtendedToolkit and a JNI component to retrieve the necessary events from VCL.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [df9bd59eb873110f022acdc31f129d528a1afaaa]

        INTEGRATION: CWS uaa03 (1.21.24); FILE MERGED 2003/05/20 09:36:30 obr 1.21.24.1: #109167# AccessBridge now uses XExtendedToolkit and a JNI component to retrieve the necessary events from VCL.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5ecba6273f53f6fc0ce6f3ab622f05cc2166b52f]

        INTEGRATION: CWS uaa03 (1.4.18); FILE MERGED 2003/05/20 08:46:30 obr 1.4.18.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA
        
        #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
        Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
        
        The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5357494c9a28f5fd371fe38a2fcdbdcd117baf43]

        INTEGRATION: CWS uaa03 (1.1.2); FILE ADDED 2003/05/20 08:46:25 obr 1.1.2.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA
        
        #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
        Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
        
        The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0f655129576a0f9d74d493e0da07e6fd95f51915]

        INTEGRATION: CWS uaa03 (1.1.2); FILE ADDED 2003/05/20 08:46:24 obr 1.1.2.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA
        
        #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
        Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
        
        The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e92676e6d58a2f42f2e728791e10e41ec746ed45]

        INTEGRATION: CWS uaa03 (1.1.2); FILE ADDED 2003/05/20 08:46:23 obr 1.1.2.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA
        
        #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
        Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
        
        The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [21737c0816280588d00f6f03215118f715a42798]

        INTEGRATION: CWS uaa03 (1.11.8); FILE MERGED 2003/05/20 08:46:20 obr 1.11.8.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA
        
        #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
        Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
        
        The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f9efe1d82be14f75e84db0731497955c193e576b]

        INTEGRATION: CWS uaa03 (1.4.8); FILE MERGED 2003/05/21 15:42:19 mt 1.4.8.2: #i14623# UAA finalization 2003/05/20 08:46:20 obr 1.4.8.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA
        
        #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
        Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
        
        The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [faad1b75d1a7f98c09de53027436e7cf26f28a02]

        INTEGRATION: CWS uaa03 (1.3.8); FILE MERGED 2003/05/21 15:42:18 mt 1.3.8.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [33a9eccf00074e228cef57d1db48aabf5ebb2104]

        INTEGRATION: CWS uaa03 (1.5.8); FILE MERGED 2003/05/21 15:42:18 mt 1.5.8.1: #i14623# UAA finalization

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d89e473298c72988995a82e62c02affd06c8202d]

        INTEGRATION: CWS uaa03 (1.3.8); FILE MERGED 2003/05/20 08:46:19 obr 1.3.8.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA
        
        #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
        Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
        
        The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f195f5c2e6c4d7db5bdacc76c56cfb1f025eb401]

        INTEGRATION: CWS uaa03 (1.9.8); FILE MERGED 2003/05/16 11:20:05 obr 1.9.8.1: #i14510# getText[At/Before/After] now returns a TextSegment structure - first shot only to make it compile

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [27c247082de709f19fe760b32fcfdd55b70f0e85]

        INTEGRATION: CWS uaa03 (1.16.8); FILE MERGED 2003/05/20 08:46:19 obr 1.16.8.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA
        
        #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
        Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
        
        The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [41c07e7929d7b245fe9d17ddff90abcfa2516c51]

        INTEGRATION: CWS uaa03 (1.3.8); FILE MERGED 2003/05/20 08:46:17 obr 1.3.8.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA
        
        #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
        Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
        
        The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [11be316517d3e2b065a3b9a1bc6fbf85420d9c2d]

        INTEGRATION: CWS uaa03 (1.15.6); FILE MERGED 2003/05/20 08:46:17 obr 1.15.6.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA
        
        #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
        Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
        
        The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c7798a5604feae183abfa8c640b52835f4ff6211]

        INTEGRATION: CWS setup09 (1.9.32); FILE MERGED 2003/05/21 10:32:39 dv 1.9.32.1: #109685# fixed new/delete mismatch

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0188ab949ab25a6ba692ac70250f0e1634b1af84]

        INTEGRATION: CWS setup09 (1.13.16); FILE MERGED 2003/05/21 10:32:38 dv 1.13.16.1: #109685# fixed new/delete mismatch

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d687258ccebbcfacac31bb3f97035e21039b6e35]

        INTEGRATION: CWS setup09 (1.50.16); FILE MERGED 2003/05/21 10:32:38 dv 1.50.16.1: #109685# fixed new/delete mismatch

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4d8aa9bb059a2bb21b452214a5a0d3473f8e006e]

        INTEGRATION: CWS setup09 (1.3.32); FILE MERGED 2003/05/21 10:32:38 dv 1.3.32.1: #109685# fixed new/delete mismatch

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [161e1b52342cdc5a1f032e16ca52fb8d2dd05ee6]

        INTEGRATION: CWS setup09 (1.8.16); FILE MERGED 2003/05/21 10:32:37 dv 1.8.16.1: #109685# fixed new/delete mismatch

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [41cc6aaf57fe45b94c1226a72b35afe6e205b123]

        INTEGRATION: CWS setup09 (1.5.28); FILE MERGED 2003/05/21 10:32:36 dv 1.5.28.1: #109685# fixed new/delete mismatch

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a343c3efea79f2e037a96d682c7ffd856df74a26]

        INTEGRATION: CWS setup09 (1.4.26); FILE MERGED 2003/05/20 13:51:28 dv 1.4.26.1: #109685# fixed operator new/delete mismatch

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7cf5d7f9547bff087dcf22f98fad74178feb8da6]

        INTEGRATION: CWS dba06 (1.14.36); FILE MERGED 2003/05/15 11:11:42 fs 1.14.36.1: #109677# catch exceptions when deleting .inf files

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a677200fcec93634beac440c669887969374066e]

        INTEGRATION: CWS dba06 (1.8.84); FILE MERGED 2003/05/16 09:44:22 oj 1.8.84.1: #109703# clear bookmarkindexes as well

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [35b0402a360e2e4c9f68a537fe088710eb4b6772]

        INTEGRATION: CWS dba06 (1.58.32); FILE MERGED 2003/05/21 06:29:19 fs 1.58.32.2: #109591# button/imagecontrol: add the peer as image consumer to the model permanently, not only temporarily when the ImageURL changed 2003/05/16 13:54:17 fs 1.58.32.1: #109591# imagecontrol: add the peer as consumer of the model all the time

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [caab26f083b930dc23f8499fbd13ea1af8f9d758]

        INTEGRATION: CWS dba06 (1.28.32); FILE MERGED 2003/05/21 06:49:14 fs 1.28.32.3: #100000# linux build problem 2003/05/21 06:28:22 fs 1.28.32.2: #109591# button: add the peer as image consumer to the model permanently, not only temporarily when the ImageURL changed 2003/05/16 13:54:06 fs 1.28.32.1: #109591# imagecontrol: override createPeer

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8774399e56858cda9cf0f735a0747d24df942acd]

        INTEGRATION: CWS dba06 (1.11.6); FILE MERGED 2003/05/13 09:59:09 oj 1.11.6.1: #109478# change return type of construct member function

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2b1ef2a4694130151c7c1a489e80e1c430146bfd]

        INTEGRATION: CWS dba06 (1.11.22); FILE MERGED 2003/05/19 10:09:46 oj 1.11.22.1: #109695# fix parameter handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [86a570db5305f6d490b8e88dc4d03fe1a8635241]

        INTEGRATION: CWS dba06 (1.21.6); FILE MERGED 2003/05/19 10:10:47 oj 1.21.6.1: #109695# fix var handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a805af867bf77a67066b963ea7babe1da1603253]

        INTEGRATION: CWS dba06 (1.53.22); FILE MERGED 2003/05/19 10:10:46 oj 1.53.22.1: #109695# fix var handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ed7e8ec8defb7c004e8c8b0e6c0fd72cdbccf83d]

        INTEGRATION: CWS dba06 (1.35.6); FILE MERGED 2003/05/19 10:10:46 oj 1.35.6.1: #109695# fix var handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7eb35a96b342e11847f72be6f57dd526723b2cce]

        INTEGRATION: CWS dba06 (1.28.6); FILE MERGED 2003/05/13 09:59:11 oj 1.28.6.1: #109478# change return type of construct member function

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d42e97b1c10a78aa1e7026f7917266507c2edc9d]

        INTEGRATION: CWS dba06 (1.11.64); FILE MERGED 2003/05/19 10:09:45 oj 1.11.64.1: #109695# fix parameter handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [401d07058bbefe1fb1395efa697bc29ac3ef8ea6]

        INTEGRATION: CWS dba06 (1.8.66); FILE MERGED 2003/05/19 10:09:44 oj 1.8.66.1: #109695# fix parameter handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3461f5de868445df1891187c31dc0d1aa04e3949]

        INTEGRATION: CWS dba06 (1.12.10); FILE MERGED 2003/05/19 10:09:44 oj 1.12.10.1: #109695# fix parameter handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5cc5ffa7e198b1c35aecd7e2c3effb8aaf5f69f8]

        INTEGRATION: CWS dba06 (1.3.22); FILE MERGED 2003/05/13 12:03:51 oj 1.3.22.1: #109592# remove as listener when recieve termination

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f96f884bd09ce6bf6d976375bfd0d84bc1afa72b]

        INTEGRATION: CWS dba06 (1.7.22); FILE MERGED 2003/05/13 12:03:51 oj 1.7.22.1: #109592# remove as listener when recieve termination

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [532dd527740ac8c7521fc8fa6a081ded849e6353]

        INTEGRATION: CWS dba06 (1.19.22); FILE MERGED 2003/05/14 12:30:46 oj 1.19.22.2: #109625# conversion of datetime to double corrected 2003/05/14 10:15:28 oj 1.19.22.1: #109625# conversion of datetime to double corrected

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eac04bd0d11a4b0d324c74c239fc94decfa78e1d]

        INTEGRATION: CWS dba06 (1.7.54); FILE MERGED 2003/05/16 13:55:26 fs 1.7.54.1: #109591# let the model be an image producer itself (do not use the aggregate's functionality)

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [06baeaa6018f16694a2dfeba1bd18cc06646e1bb]

        INTEGRATION: CWS dba06 (1.6.54); FILE MERGED 2003/05/21 06:31:30 fs 1.6.54.1: #109591# when beeing cloned, initialize the image producer with the image URL

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [923362c714625eb8a58221a79cfa228a7a405a10]

        INTEGRATION: CWS dba06 (1.9.16); FILE MERGED 2003/05/21 06:31:24 fs 1.9.16.1: #109591# when beeing cloned, initialize the image producer with the image URL

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2f6e63d8447d61c0b627bed5ce06b47c43de0230]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:24 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c37376f202418e62533d26e54e2d7d5924acd8bb]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:23 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6c4ab5b5a962abdcfdfa3a608a51521eaeee964c]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:22 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e12071b8f064b62351df6f0ce5944d556e165a59]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:21 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a57f8a087734b7df92239dd161de18614272253b]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:20 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ec92b57cf9bfbf0dece5bac4ee9a7efc0a1243c1]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:19 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f9280b750c109226515d7bfeba515804c3ce5b7e]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:18 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [29df9468802892b76158b9fa23f85e6896db5686]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:17 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e6cb72d3a2e541a01636b991981314e66aaa6793]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:16 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eb11e3884c800f1bd4d90acb8c336b2da01bcb4a]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:15 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6371f05ddf09a55b71bfb1fe3d316ae7af030996]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:14 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1b2880faf2f30fbffc77821ca1a420021d4ca36c]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:13 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [429bbe26c5eeb900aa724f1e3df1fbe3732e0495]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:12 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a69f0d55613e456f6e1f8613134cb0251aaf3d97]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:11 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [03276109574406b404ef353a20fe8cc675304235]

        INTEGRATION: CWS draw11 (1.16.12); FILE MERGED 2003/05/12 14:34:56 af 1.16.12.1: #109425# Setting accessibility names at buttons to prevent ZT reading their description.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d6e99672323d70776159835c1ee6d7340321bfd8]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:10 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c906009480713299aca3cab38f1d7aeb518f333f]

        INTEGRATION: CWS draw11 (1.31.12); FILE MERGED 2003/05/14 15:23:49 aw 1.31.12.4: #109538# Removed fix again 2003/05/14 11:37:29 af 1.31.12.3: #109495# Don't set the tab of the tab control to current draw page when in master page mode. 2003/05/13 12:07:43 aw 1.31.12.2: #109538# setting up the TabControl now loops over the SdrPages Use of DeselectAllPages() 2003/05/12 14:36:44 af 1.31.12.1: #109425# Reordered modification of view mode button check-state to let ZT read the one checked.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2b3fda4bb7615be92d496033943238773874a80a]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:09 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2059da2ca04acb734dcf4509a60e6601a3ed7401]

        INTEGRATION: CWS draw11 (1.2.168); FILE MERGED 2003/05/12 14:49:15 af 1.2.168.1: #109096# Added GetFocus() methods that grab the focus to the controls so that they become keyboard accessible.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f1d9d3f141633f5c556ff75c697dba996a3d6eba]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:08 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0a925aa62b38c7f94ad5ab2ba0944cdaad532ef5]

        INTEGRATION: CWS draw11 (1.5.144); FILE MERGED 2003/05/12 14:47:11 af 1.5.144.1: #109096# Added GetFocus() methods that grab the focus to the controls so that they become keyboard accessible.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4f4764bbb576d30283c0a82089a3da9fa9cd3727]

        INTEGRATION: CWS draw11 (1.21.12); FILE MERGED 2003/05/13 15:09:52 af 1.21.12.1: #109391# Loading of exisiting presentation from the autopilot now uses SFX_APP()->ExecuteSlot and works when no document exists.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4e0435dab7fa971e7d7375e7d1990285f4913336]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:07 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3ab312548950adfeb5f5dbc66b5f393bde3815a9]

        INTEGRATION: CWS draw11 (1.7.130); FILE MERGED 2003/05/13 15:10:18 af 1.7.130.1: #109391# sdmod1.cxx needs exception handling.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dec89a08ca66d001ebf3865ef8275091370b6591]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:06 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0f451c699aa54790e266526f5a00d5ed7cfbee3b]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:05 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6d55b4ed084420fbf02e7684ed9dbb1933672bfa]

        INTEGRATION: CWS draw11 (1.13.32); FILE MERGED 2003/05/12 11:56:22 af 1.13.32.1: #109424# SvxLineBox::Select() forwards its call to its base class to trigger accessibility events.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0342381d5d64f8491734bcdb4ea6534432115933]

        INTEGRATION: CWS draw11 (1.26.62); FILE MERGED 2003/05/15 08:47:32 aw 1.26.62.1: #109483#
        
        If nDistance was 0 (the init value from the API), nDistanceX/Y
         may be zero, too, which is not a valid value for a fraction. The
         best value then is 1 since this simply takes the logical size as
        	scaling. A distance of 0 in a hatch makes no sense anyways.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [018e86c1c7cdbb6cefe23b76a80503300abe71c9]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:04 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dd4c88583efbdd9d072ce2e3da880d76dcad553b]

        INTEGRATION: CWS draw11 (1.35.22); FILE MERGED 2003/05/12 09:26:56 thb 1.35.22.1: #109484# Sort selection ranges for _every_ event

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [505f9c41c38599d9cdc33577daccc07e1f7d79a6]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:03 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7bc414688f29dda6bc6b63bbdd48e529f4c15894]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:02 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8478e5ab2e8239b40a210756d203e312b32fccee]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:01 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [719701622d7148b1a3d85554d69090a0cbf95830]

        INTEGRATION: CWS draw11 (1.5.12); FILE MERGED 2003/05/13 16:00:07 sj 1.5.12.1: #i12264# 2-bit bitmaps are not supported, we will use 4bit instead

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0e5e931b089efa20eba6c3e344def028ea6e3544]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:15:00 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [df8e8ed388a72b3896a0774b3a0ad676c812356b]

        INTEGRATION: CWS draw11 (1.20.38); FILE MERGED 2003/05/14 13:15:44 tra 1.20.38.1: #108838#removed PeekMessage parameter PM_QS_SENDMESSAGE, which is not valid under NT4 and leads to clipboard deadlocks, e.g. while changing into fullscreen presentation mode impress

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a8b74428611ae595e9fc0e933f124f19cb666bf2]

        INTEGRATION: CWS extras6 (1.1.34); FILE MERGED 2003/05/14 15:14:59 tv 1.1.34.1: #109217# converted to 24 bit to assure compatibility

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cf870dd89503bdf7b00e3aa403c413e362c9c31d]

        INTEGRATION: CWS extras6 (1.34.4); FILE MERGED 2003/05/12 16:26:51 bc 1.34.4.2: #108942# comment for bug added to sourcecode 2003/05/12 16:16:02 bc 1.34.4.1: #108942# Mimetype for draw templates added

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [861cc5d9a3cc6b2be793e5bc3fd503a221c207cf]

        INTEGRATION: CWS extras6 (1.31.4); FILE MERGED 2003/05/12 16:26:50 bc 1.31.4.2: #108942# comment for bug added to sourcecode 2003/05/12 16:16:00 bc 1.31.4.1: #108942# Mimetype for draw templates added

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e33045c34ebdb56ebe9fb58ea9b39318a4e48c8e]

        INTEGRATION: CWS extras6 (1.22.10); FILE MERGED 2003/05/14 15:21:52 bc 1.22.10.1: #108984# problem with date-time field solved

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [787e9dfcd70b6d6047d097469a9e9d19bd9f3497]

        INTEGRATION: CWS extras6 (1.40.4); FILE MERGED 2003/05/14 15:21:52 bc 1.40.4.1: #108984# problem with date-time field solved

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2776f09a08ff231d39a69243ed5ad1206684a612]

        INTEGRATION: CWS extras6 (1.25.10); FILE MERGED 2003/05/14 15:21:51 bc 1.25.10.1: #108984# problem with date-time field solved

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [79834fc2fc13ec682c4fa02359ec0d086969c7dc]

        INTEGRATION: CWS extras6 (1.28.10); FILE MERGED 2003/05/14 15:21:51 bc 1.28.10.1: #108984# problem with date-time field solved

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [809cd02df45c3ecfe6be592b04b0f7676646bc43]

        INTEGRATION: CWS extras6 (1.51.2); FILE MERGED 2003/05/16 10:24:36 bc 1.51.2.2: #109370# column index access corrected 2003/05/15 15:52:05 bc 1.51.2.1: #109370# dbcolumnindex access modified

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3c10eaf000620b99732a8879c511846a889484ca]

        INTEGRATION: CWS extras6 (1.24.2); FILE MERGED 2003/05/16 10:24:36 bc 1.24.2.2: #109370# column index access corrected 2003/05/15 15:52:04 bc 1.24.2.1: #109370# dbcolumnindex access modified

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f04e6a8b6694b32fe78c917fa79339f1bc6d757f]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 07:35:24 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [98834e881943646501ce301837a24608773d6f4b]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 07:39:15 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [793ea630739b0a0a302faa17e4b5a413c99a8f7d]

        INTEGRATION: CWS uno4 (1.2.82); FILE MERGED 2003/05/08 07:35:23 jl 1.2.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4ba5493b5be1374d227a3c2ca2f86276c3f7563f]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 07:35:22 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c2b09f17c22a35c595b1be5ad52a3afe0ba7efbc]

        INTEGRATION: CWS uno4 (1.2.82); FILE MERGED 2003/05/08 07:35:22 jl 1.2.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [142cb75b7577b2bbb929ad8d811d240e2c76bacd]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 07:39:14 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [448a1c4a097e8d278ec3baa683471029de89a37b]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 07:35:21 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7c89d8553038754bdba7075c15dee86a9f05328b]

        INTEGRATION: CWS uno4 (1.2.82); FILE MERGED 2003/05/08 07:35:20 jl 1.2.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7ca159e1d9c2fbd104609d42e24ba90e8481c147]

        INTEGRATION: CWS uno4 (1.4.82); FILE MERGED 2003/05/08 07:35:20 jl 1.4.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6b70a3468f36d713e459412d78fc41a7b46e5915]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 07:35:20 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [311529705839c178c20c6453d4b20ce20e56319a]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 07:35:19 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1344d9931d2ed0f8568239158dcbaffdc8ee6fbc]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 07:28:15 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d99a1ea35125bce7f35e523591edd17f6133e09e]

        INTEGRATION: CWS uno4 (1.2.82); FILE MERGED 2003/05/08 07:28:14 jl 1.2.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6c1582ba377bd840a4ce5cbdbd8c53ce534b1054]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 07:28:14 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4f83f61fe0f30dd9bb68ddce92123f3c3671ef1a]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 06:35:52 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2e3cc76a31f964e83dcf76e0a6b567db32b7e9c4]

        INTEGRATION: CWS uno4 (1.2.82); FILE MERGED 2003/05/08 08:18:20 jl 1.2.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a7828db8ecb7a4571df98577ce3f8d9886980e61]

        INTEGRATION: CWS uno4 (1.10.4); FILE MERGED 2003/05/08 08:08:20 jl 1.10.4.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8de09a22275b79a435187dcf4a7077701ab5891c]

        INTEGRATION: CWS af1 (1.2.8); FILE MERGED 2003/05/06 08:57:52 sab 1.2.8.1: #109330#; remove drafts

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7e9ecbc56b7b867ff4744fd8e0a46145b77c293c]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 15:51:23 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9fee414f1c664afcc8185001b46f7ae1c5268fe2]

        INTEGRATION: CWS uno4 (1.3.2); FILE ADDED 2003/05/07 15:51:22 jl 1.3.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a7856b2596100b849ecac87616641b99289fa771]

        INTEGRATION: CWS af1 (1.2.8); FILE MERGED 2003/05/06 08:57:51 sab 1.2.8.1: #109330#; remove drafts

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8d5db838cc15ac04934b2702c7c18bbadcc4653e]

        INTEGRATION: CWS uno4 (1.3.2); FILE ADDED 2003/05/07 15:51:21 jl 1.3.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7168d7de0e9f39c79c3ac07f8890e09aa8daa883]

        INTEGRATION: CWS uno4 (1.5.2); FILE ADDED 2003/05/07 15:51:21 jl 1.5.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [345e8c52fd64be0054b5356cf2d3cf7fb106259f]

        INTEGRATION: CWS af1 (1.72.8); FILE MERGED 2003/05/06 14:31:05 sab 1.72.8.1: #109340#; the string has not the length it looks like

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a18150155e7ae2a27ff5f94b0c2ba5c939280823]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 15:51:20 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4c7b6fe11bafacfb50f8e3f20c01d1e150987cf6]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 15:48:51 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b71d3ccbf4bbe6f6c489e9f30ed7a9e4891170c4]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 15:48:50 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [51357a58bd5055ee8c8e3e538528f4f8abab5953]

        INTEGRATION: CWS uno4 (1.1.1.1.122); FILE MERGED 2003/05/08 08:31:38 jl 1.1.1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4951bb40b55761310f5ceb806e9bd76ac0c17f2f]

        INTEGRATION: CWS uno4 (1.4.82); FILE MERGED 2003/05/08 07:21:47 jl 1.4.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4dc9709352fd54ea78e9accf43167ac711d3bd27]

        INTEGRATION: CWS uno4 (1.3.82); FILE MERGED 2003/05/08 07:20:18 jl 1.3.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c786121bc7dc1173c3a8218ae8c675984ece454e]

        INTEGRATION: CWS uno4 (1.7.82); FILE MERGED 2003/05/08 07:21:47 jl 1.7.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3b2f9bb08c6750dc61e1e8a336d16069392f1214]

        INTEGRATION: CWS uno4 (1.2.82); FILE MERGED 2003/05/08 07:20:17 jl 1.2.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3b7de4c3d85b0be51a6dee4c7319973ae1733e35]

        INTEGRATION: CWS uno4 (1.1.122); FILE MERGED 2003/05/08 07:20:17 jl 1.1.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f598122ae8ac48e829e4fa9fbca4956a64d50edf]

        INTEGRATION: CWS uno4 (1.2.120); FILE MERGED 2003/05/08 07:14:17 jl 1.2.120.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a2d2accce73c620d815b4b6ad671b1caf2ecebd3]

        INTEGRATION: CWS uno4 (1.4.82); FILE MERGED 2003/05/08 06:57:31 jl 1.4.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [814d24be52ca30208f294bdec14d445391afed9c]

        INTEGRATION: CWS uno4 (1.2.82); FILE MERGED 2003/05/08 06:57:31 jl 1.2.82.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [599fdd325808f13f9d919c0537b20caf89f23cb8]

        INTEGRATION: CWS uno4 (1.4.2); FILE ADDED 2003/05/08 07:01:08 jl 1.4.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c471f1db4a9b1bb8bc98ee7b37aaf86c1c28520a]

        INTEGRATION: CWS uno4 (1.3.2); FILE ADDED 2003/05/08 06:59:09 jl 1.3.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9347cb99fd0b2b20806f9ae4e6fbce4348f1eb67]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/08 06:59:08 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [56c7351d878be699bfeb391051c0eb3bb3ee40e3]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/08 06:54:56 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f83c211c2ec4078108ecccc0feacf4910f156b86]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/08 06:54:55 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [efcfb8ee392e8b6e85ae1c2a1279293e38879060]

        INTEGRATION: CWS aig01 (1.25.26); FILE MERGED 2003/05/20 16:04:56 dvo 1.25.26.1: #108778# load/save SwDoc::IsAddFlyOffsets

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eb0f7d6fcba5490001c6197773f8dab05861af39]

        INTEGRATION: CWS aig01 (1.107.36); FILE MERGED 2003/05/20 11:09:29 fme 1.107.36.1: #108778# New calculation for fly frame offsets for word documents

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [11e133f5fb89f4cec7bdc5e5a4b6c7ef05c07c37]

        INTEGRATION: CWS uno4 (1.3.2); FILE ADDED 2003/05/08 06:54:54 jl 1.3.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0c8ecbcb5726dcf15b191ffe05b85eca0c12c3e8]

        INTEGRATION: CWS aig01 (1.94.36); FILE MERGED 2003/05/20 09:24:39 fme 1.94.36.1: #108778# Wrap trough for graphics in header or footer

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7ca168e85660c1e65f9df7e02d600ef5a0881f9f]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/08 06:54:53 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [04d575ea45292624818f1561128122beef009a2b]

        INTEGRATION: CWS aig01 (1.61.26); FILE MERGED 2003/05/20 11:13:55 fme 1.61.26.3: #108778# New calculation for fly frame offsets for word documents 2003/05/16 15:02:37 fme 1.61.26.2: #108778# Fly frame and drawing positioning - changes 2003/05/15 15:24:49 fme 1.61.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [baddfd7aca23a2f25acf690b060d7948b2228555]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/08 06:54:52 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [458b1c4427f11f562eb0cba9e300d6f1a83f615d]

        INTEGRATION: CWS aig01 (1.6.194); FILE MERGED 2003/05/15 15:24:48 fme 1.6.194.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [09947e33399a29a39881b12d496a0943f725d63d]

        INTEGRATION: CWS aig01 (1.34.26); FILE MERGED 2003/05/15 15:24:46 fme 1.34.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2602c0891fc46e6adb024e190a47602abc8809aa]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/08 06:54:51 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f31b8b7ca5a144ba016d91b29dd82223a5d2226e]

        INTEGRATION: CWS uno4 (1.3.2); FILE ADDED 2003/05/08 06:41:41 jl 1.3.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fe307b1eb2bee1414c97c2f40ced5ab9de2b8078]

        INTEGRATION: CWS aig01 (1.38.26); FILE MERGED 2003/05/16 15:02:34 fme 1.38.26.2: #108778# Fly frame and drawing positioning - changes 2003/05/15 15:24:44 fme 1.38.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bad4c2211eab52b787a8cfb21ada7e3210e19075]

        INTEGRATION: CWS uno4 (1.3.2); FILE ADDED 2003/05/08 06:41:40 jl 1.3.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [205067691bd91a5565bafb98d8b59619565d3a97]

        INTEGRATION: CWS aig01 (1.37.8); FILE MERGED 2003/05/21 06:33:22 fme 1.37.8.2: RESYNC: (1.37-1.38); FILE MERGED 2003/05/15 15:23:51 fme 1.37.8.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [238c51fd863d6d83641c4156be4102b3549f1e58]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 14:45:42 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [233d380a504d27619a8cf056a0a66187fc91a453]

        INTEGRATION: CWS aig01 (1.32.26); FILE MERGED 2003/05/16 15:01:09 fme 1.32.26.2: #108778# Fly frame and drawing positioning - changes 2003/05/15 15:23:51 fme 1.32.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c36063edaa895d64f5f0226977e84dfc0eaa6bd7]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 14:45:41 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e952b64c7b41e20c5361daf110dfb5c88107d43f]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 14:44:10 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [94f9f6a75a3947d55f01c5a78f329daae4689c20]

        INTEGRATION: CWS aig01 (1.28.6); FILE MERGED 2003/05/21 06:33:12 fme 1.28.6.2: RESYNC: (1.28-1.29); FILE MERGED 2003/05/15 15:23:50 fme 1.28.6.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8c9363b2b99ce6baaf17973f07159995c6ebc583]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 14:44:09 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9ab8ac41381d4cf7e4c0a4018cb43d4f93038d78]

        INTEGRATION: CWS aig01 (1.46.26); FILE MERGED 2003/05/16 15:01:08 fme 1.46.26.2: #108778# Fly frame and drawing positioning - changes 2003/05/15 15:23:50 fme 1.46.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2035c01bb826b3fdcc88ced0a76bc944d102e1b5]

        INTEGRATION: CWS uno4 (1.3.2); FILE ADDED 2003/05/07 14:44:08 jl 1.3.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e5f89610f22e2bae6bdb057de2a211b2c392dbf8]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 14:44:07 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5ddd93f4f90b3627a0ba63b62a5367c5e6c112a1]

        INTEGRATION: CWS aig01 (1.31.26); FILE MERGED 2003/05/16 15:01:07 fme 1.31.26.2: #108778# Fly frame and drawing positioning - changes 2003/05/15 15:23:49 fme 1.31.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4ab81d8f1465d324b7c6bc4f2f9e02eae3cb0d26]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 14:40:16 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [623dc61f996947a89443317f8429c3af254f3d2e]

        INTEGRATION: CWS aig01 (1.42.20); FILE MERGED 2003/05/15 15:23:49 fme 1.42.20.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [673edbbae7fce360f67b3ca6704bd8dedb261bbe]

        INTEGRATION: CWS uno4 (1.3.2); FILE ADDED 2003/05/07 14:41:09 jl 1.3.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [02c4c635c5f415cfaa0475fdfb60013319c9b2d8]

        INTEGRATION: CWS aig01 (1.30.26); FILE MERGED 2003/05/16 15:00:47 fme 1.30.26.2: #108778# Fly frame and drawing positioning - changes 2003/05/15 15:23:08 fme 1.30.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3df3bb72fc6c07bd20ba1bc599e57b04c49c944b]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 14:41:09 jl 1.2.2.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [db09a493a8b64e5d2177e61a3b4ddc4e3b3fc4ae]

        INTEGRATION: CWS uno4 (1.2.2); FILE ADDED 2003/05/07 14:39:10 jl 1.2.2.1: revived from 669

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [34934d3ea3bcd942547c6de5f74a6923fb1b6473]

        INTEGRATION: CWS aig01 (1.8.26); FILE MERGED 2003/05/16 15:00:39 fme 1.8.26.2: #108778# Fly frame and drawing positioning - changes 2003/05/15 15:23:07 fme 1.8.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [53cf839f8b86c16528c8d84b691fb897a79fe0d9]

        INTEGRATION: CWS aig01 (1.30.198); FILE MERGED 2003/05/15 15:23:06 fme 1.30.198.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bd5471e18999ccf27e281ec47c51bdbcc4120b9a]

        INTEGRATION: CWS uno4 (1.2.122); FILE MERGED 2003/05/08 06:29:26 jl 1.2.122.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c0c8bedfea6a4ae4b55d4e0b89f3f557a799cdf7]

        INTEGRATION: CWS aig01 (1.15.26); FILE MERGED 2003/05/16 15:00:28 fme 1.15.26.2: #108778# Fly frame and drawing positioning - changes 2003/05/15 15:22:43 fme 1.15.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c8e83e0c27763e6193d855119c4b15ca68b2e4c2]

        INTEGRATION: CWS aig01 (1.24.26); FILE MERGED 2003/05/15 15:22:41 fme 1.24.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e49ca22df59b20ec2b2953c5d88c695186e0caf5]

        INTEGRATION: CWS aig01 (1.10.26); FILE MERGED 2003/05/15 15:22:40 fme 1.10.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [092e144ef9f1072756e844046431262e271afdf4]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/09 15:06:48 sb 1.1.2.2: #108642# Allow for empty/undefined JAVATESTFILES. 2003/05/07 12:48:32 sb 1.1.2.1: #108642#

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2b836a49b360e552712a4273b5a6739cbf65fc7e]

        INTEGRATION: CWS aig01 (1.14.26); FILE MERGED 2003/05/15 15:22:40 fme 1.14.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [86a277def0d9c9d9f60626aab36730d56ff9f44c]

        INTEGRATION: CWS aig01 (1.9.20); FILE MERGED 2003/05/15 15:22:10 fme 1.9.20.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1af23edcddc86b5ec88c575b93c06688eabbebcf]

        INTEGRATION: CWS uno4 (1.2.10); FILE MERGED 2003/05/16 06:25:01 jl 1.2.10.1: *** empty log message ***

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f8a6ba5815ec08c839afe8ed5fc9725ca5c83c58]

        INTEGRATION: CWS aig01 (1.16.26); FILE MERGED 2003/05/15 15:22:09 fme 1.16.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [834d3c44a319c7bb6bd728a527c2d4e061324131]

        INTEGRATION: CWS uno4 (1.2.10); FILE MERGED 2003/05/19 07:44:09 sb 1.2.10.1: #i14282# Added symbols for UnsupportedException.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [54a8ff1f15e8bb9a7821f6c0b8baace87c3ffa59]

        INTEGRATION: CWS aig01 (1.14.26); FILE MERGED 2003/05/16 15:00:16 fme 1.14.26.2: #108778# Fly frame and drawing positioning - changes 2003/05/15 15:21:51 fme 1.14.26.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [00e10393a2b26aa22abb66638ad960bdec6179a6]

        INTEGRATION: CWS aig01 (1.17.20); FILE MERGED 2003/05/15 15:21:49 fme 1.17.20.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3786e2881ad948cf53d62e4e69b5871e5d24524d]

        INTEGRATION: CWS uno4 (1.3.10); FILE MERGED 2003/05/19 07:44:08 sb 1.3.10.1: #i14282# Added symbols for UnsupportedException.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [806c1c634284debf2a25c7e9c9d022eb676d4f6b]

        INTEGRATION: CWS aig01 (1.42.26); FILE MERGED 2003/05/20 11:12:06 fme 1.42.26.1: #108778# New calculation for fly frame offsets for word documents

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4e88d7024a06daf410e46ea8e3c24eeff01d8a40]

        INTEGRATION: CWS aig01 (1.2.194); FILE MERGED 2003/05/15 15:21:27 fme 1.2.194.1: #108778# Fly frame and drawing positioning

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8d2927e76b7b1d7e6a5cef51f660b43404b46fc6]

        INTEGRATION: CWS uno4 (1.93.12); FILE MERGED 2003/05/07 08:49:57 tbe 1.93.12.1: #109411# wrong resolved merge conflicts

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0a1832ee2707910d848cd506b9e1ea34d3126ced]

        INTEGRATION: CWS uno4 (1.56.40); FILE MERGED 2003/05/06 15:57:06 tbe 1.56.40.1: #i13677# no CARET_CHANGED event is fired when the caret position is changing

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bc376cac6f8cf6216e7d253fb208359aca736580]

        INTEGRATION: CWS uno4 (1.12.54); FILE MERGED 2003/05/09 08:45:05 kso 1.12.54.1: #i13771# - Don't access server for just locally created, not yet committed            contents. Never create invalid URLs (fixed createNewContent()).

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [938ecc2c3bada71be9b4611c6174f09a29a54409]

        INTEGRATION: CWS uno4 (1.38.12); FILE MERGED 2003/05/09 08:45:04 kso 1.38.12.2: #i13771# - Don't access server for just locally created, not yet committed            contents. Never create invalid URLs (fixed createNewContent()). 2003/05/08 12:39:40 kso 1.38.12.1: #i13771# - fixed getTypes() member function implementation.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4b80211e8b3d0c1a2d0e27bf266081d9870c84bf]

        INTEGRATION: CWS uno4 (1.12.54); FILE MERGED 2003/05/08 12:39:40 kso 1.12.54.1: #i13771# - fixed getTypes() member function implementation.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b1ce6dee1dbc9b636093c54eff067da37a591e47]

        INTEGRATION: CWS uno4 (1.46.12); FILE MERGED 2003/05/08 12:39:39 kso 1.46.12.1: #i13771# - fixed getTypes() member function implementation.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8faba4a236ff0b767f73e574eb1d314e9d36866f]

        INTEGRATION: CWS uno4 (1.3.74); FILE MERGED 2003/05/08 12:39:38 kso 1.3.74.1: #i13771# - fixed getTypes() member function implementation.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0c9836714acbb8923d5444c5d15ffa4d4135d0c5]

        INTEGRATION: CWS uno4 (1.21.54); FILE MERGED 2003/05/08 12:39:37 kso 1.21.54.1: #i13771# - fixed getTypes() member function implementation.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [267b8f7dc23c24b45d59a6c496333edff92b475b]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/07 12:34:12 sb 1.1.2.2: #108642# Adapted to javaunittest.mk. 2003/05/02 08:04:27 sb 1.1.2.1: #108642# Added Type tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2b8ca0d339edc79473d0d98f09eef3e17bf4f566]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/02 08:04:26 sb 1.1.2.1: #108642# Added Type tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f867096a568457ce687983e630a85d998631f067]

        INTEGRATION: CWS uno4 (1.1.44); FILE MERGED 2003/05/07 12:34:11 sb 1.1.44.2: #108642# Adapted to javaunittest.mk. 2003/04/30 15:35:19 sb 1.1.44.1: #108642# Made test run and adapted it to qadevOOo.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cb7e80197738de7c14b59ae6e95a7a2915b05f39]

        INTEGRATION: CWS uno4 (1.1.44); FILE MERGED 2003/05/02 08:03:50 sb 1.1.44.2: #108642# Added Type tests. 2003/04/30 15:35:18 sb 1.1.44.1: #108642# Made test run and adapted it to qadevOOo.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1126a09af60aa64a390a95ff16fd972c391ca6e8]

        INTEGRATION: CWS uno4 (1.2.92); FILE MERGED 2003/05/16 15:49:24 sb 1.2.92.2: #i13771# Fixed typo. 2003/05/08 12:11:00 kso 1.2.92.1: #i13771# -  fixed and completed sample code.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [88a7e54c616b9883b395977db4c0e3f72b931cf3]

        INTEGRATION: CWS uno4 (1.2.4); FILE MERGED 2003/05/05 15:49:51 tbe 1.2.4.1: #109171# Document accessibility service descriptions in ::com::sun::star::awt

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [63871a046a77ec006a598d5d89f445a9ec2f9897]

        INTEGRATION: CWS uno4 (1.2.4); FILE MERGED 2003/05/05 15:49:55 tbe 1.2.4.1: #109171# Document accessibility service descriptions in ::com::sun::star::awt

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0057e38f2946fca0d6646c0309c362a6b7d738cf]

        INTEGRATION: CWS uno4 (1.2.4); FILE MERGED 2003/05/05 15:49:54 tbe 1.2.4.1: #109171# Document accessibility service descriptions in ::com::sun::star::awt

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [daea8d6ed9f2d83a73233b4810af68127b710994]

        INTEGRATION: CWS uno4 (1.2.4); FILE MERGED 2003/05/05 15:49:50 tbe 1.2.4.1: #109171# Document accessibility service descriptions in ::com::sun::star::awt

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f3bd5bf5a7bf2a264cd91aada59bb4890d9a1131]

        INTEGRATION: CWS uno4 (1.2.4); FILE MERGED 2003/05/05 15:49:53 tbe 1.2.4.1: #109171# Document accessibility service descriptions in ::com::sun::star::awt

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [798ba20f70157212afb29ba6e6f49e994c4900c0]

        INTEGRATION: CWS obo02 (1.2.30); FILE MERGED 2003/05/20 13:17:35 obo 1.2.30.1: #i14319# ALT_INCLUDE + types.rdb

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [267c7f6adb0c24392d821b529634e45980d23a54]

        INTEGRATION: CWS uno4 (1.2.4); FILE MERGED 2003/05/05 15:49:52 tbe 1.2.4.1: #109171# Document accessibility service descriptions in ::com::sun::star::awt

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [47fd4ec356f04144f9b87aa34a3b19836dbc51be]

        INTEGRATION: CWS obo02 (1.1.130); FILE MERGED 2003/05/20 13:15:42 obo 1.1.130.1: #i14319# ALT_INCLUDE + types.rdb

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3e421709db367ce9d7d804566e469b53c3d18095]

        INTEGRATION: CWS obo02 (1.6.16); FILE MERGED 2003/05/20 13:13:55 obo 1.6.16.1: #i14319# ALT_INCLUDE

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3959269a08b28b6103fa344ada2c09af2ab31bbd]

        INTEGRATION: CWS obo02 (1.2.132); FILE MERGED 2003/05/20 13:04:44 obo 1.2.132.1: #i14319# ALT_INCLUDE + types.rdb

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ec30033aa628102c0d5ac7e65f3e6912db9c98eb]

        INTEGRATION: CWS obo02 (1.3.92); FILE MERGED 2003/05/20 13:02:42 obo 1.3.92.1: #i14319# ALT_INCLUDE + types.rdb

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1542b62dcd9a7bb5eed1b7d68a953fef18327eb5]

        INTEGRATION: CWS uno4 (1.2.4); FILE MERGED 2003/05/13 10:01:36 tbe 1.2.4.2: #109542# document check box states 2003/05/05 15:49:50 tbe 1.2.4.1: #109171# Document accessibility service descriptions in ::com::sun::star::awt

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [973f8eefeffaa24e1fab6b95a09bf8c27a14059e]

        INTEGRATION: CWS obo02 (1.9.16); FILE MERGED 2003/05/16 10:27:34 jl 1.9.16.2: #i14490# link with advapi and atls.lib 2003/05/16 09:04:14 obo 1.9.16.1: #i14321#

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9f2b2b3e05148f23e0dc19c61549c06b3c193c8f]

        INTEGRATION: CWS obo02 (1.2.90); FILE MERGED 2003/05/14 15:39:15 mav 1.2.90.1: #i14324# adopt to new atl version

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [59552441aee8577182d9186eafd9ed158b19f7c2]

        INTEGRATION: CWS obo02 (1.4.94); FILE MERGED 2003/05/14 15:39:15 mav 1.4.94.1: #i14324# adopt to new atl version

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9bdf78bac151aa332c8bc237fb1f096ad642248e]

        INTEGRATION: CWS obo02 (1.3.94); FILE MERGED 2003/05/14 15:39:14 mav 1.3.94.1: #i14324# adopt to new atl version

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e91ca2d15d30d36c1e1979c17e75ddc23501e162]

        INTEGRATION: CWS obo02 (1.49.14); FILE MERGED 2003/05/16 09:57:41 obo 1.49.14.1: #i14321# ATL_INCLUDE added

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0824e044c0d0f679888cd3fd08c5af0cd476c48a]

        INTEGRATION: CWS obo02 (1.4.12); FILE MERGED 2003/05/20 14:40:32 obo 1.4.12.1: #i14319# winres.h has moved

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e72dff7817ff2bea1606f4d31e7fae94f4245f7e]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/07 12:37:47 sb 1.1.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ad221422bc72394188f459cbb6656d7557316004]

        INTEGRATION: CWS uno4 (1.3.36); FILE MERGED 2003/05/09 10:25:27 sb 1.3.36.3: #108642# Brought WeakReference_Test back here... 2003/05/08 14:01:31 sb 1.3.36.2: #108642# Moved WeakReference_Test.java to javaunohelper to avoid circular dependencies. 2003/05/07 12:37:44 sb 1.3.36.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9e254881fde1b7b4af90477deb5650ed19ee257c]

        INTEGRATION: CWS obo02 (1.5.6); FILE MERGED 2003/05/20 12:48:35 obo 1.5.6.1: #i14321# unresolved externals

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [76776966d63e0f37bd58f748d1836d8f876ef543]

        INTEGRATION: CWS obo02 (1.3.6); FILE MERGED 2003/05/20 12:49:39 obo 1.3.6.1: #i14321# ATL_INCLUDE

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [62439b90bded77a5a20f96b3d83b3cd4bde7e15c]

        INTEGRATION: CWS uno4 (1.1.44); FILE MERGED 2003/05/12 07:45:33 sb 1.1.44.4: #108642# Fixed name clashes between java.lang and com.sun.star.uno. 2003/05/09 10:25:27 sb 1.1.44.3: #108642# Brought WeakReference_Test back here... 2003/05/08 14:01:30 sb 1.1.44.2: #108642# Moved WeakReference_Test.java to javaunohelper to avoid circular dependencies. 2003/05/07 12:37:44 sb 1.1.44.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [537623cef30f33692fdf1e5111c97825e333c94f]

        INTEGRATION: CWS obo02 (1.10.16); FILE MERGED 2003/05/20 12:25:42 obo 1.10.16.1: #i14321# ATL_INCLUDE

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [800b85c0bddcd8a79b4850d29a51724f49a9a73f]

        INTEGRATION: CWS uno4 (1.3.12); FILE MERGED 2003/05/07 12:37:43 sb 1.3.12.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [31da40add4a008817218d0464f9b8550b98f95b6]

        INTEGRATION: CWS uno4 (1.1.1.1.72); FILE MERGED 2003/05/07 12:37:42 sb 1.1.1.1.72.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f1186e1c5e7b31201ceb17b6b58ba340c953fe6c]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/07 12:37:41 sb 1.1.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [acc9a9e852b583f3d1cd3a6de54e0e38ed743cf5]

        INTEGRATION: CWS uno4 (1.3.60); FILE MERGED 2003/05/07 12:37:34 sb 1.3.60.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [265428fc2373f91e8ff9132e22a506e5ca02b67d]

        INTEGRATION: CWS uno4 (1.9.2); FILE MERGED 2003/05/07 12:37:33 sb 1.9.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7067376f0da44ea693cb8ab043fd661136a8d201]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/07 12:37:32 sb 1.1.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0133ef03d30ce8dcd756c1837e86c525cd33112f]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/07 12:37:31 sb 1.1.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [578d617617041ad4c905b0b6bec08a5f7b6ee59f]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/07 12:37:30 sb 1.1.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6a59bb859a0a6028b33dd723850bc4025ec68044]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/07 12:37:29 sb 1.1.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bd1aea9403b792392c28102730da3cfec97f1438]

        INTEGRATION: CWS uno4 (1.8.2); FILE MERGED 2003/05/07 12:37:27 sb 1.8.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1287fe98b07c030cdcedfa47e2dfd3b6e8164563]

        INTEGRATION: CWS uno4 (1.4.2); FILE MERGED 2003/05/07 12:37:26 sb 1.4.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f1072c9dc6dbd1ddf1096908bdd5feaccd0be91]

        INTEGRATION: CWS uno4 (1.3.66); FILE MERGED 2003/05/07 12:37:25 sb 1.3.66.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ab0c940fc523d47f9fc62dbe0f8f27a27901f0dd]

        INTEGRATION: CWS uno4 (1.3.2); FILE MERGED 2003/05/07 12:37:23 sb 1.3.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [01438877ac7231fa3af967c9f10b3bd4e192b838]

        INTEGRATION: CWS uno4 (1.6.2); FILE MERGED 2003/05/07 12:37:23 sb 1.6.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eb7f6acb1305e0790cf7820f1ecd6e300d31fef6]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/07 12:37:22 sb 1.1.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a8e9e61ba0d640785e09c726cfb6b3ae51a3abe4]

        INTEGRATION: CWS os9 (1.39.34); FILE MERGED 2003/05/07 12:04:25 os 1.39.34.2: RESYNC: (1.39-1.40); FILE MERGED 2003/04/30 12:51:25 os 1.39.34.1: #109029# notification of CTL configuration changes implemented

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0dd145a98af894b4899f751f3866b1dd4de34cda]

        INTEGRATION: CWS os9 (1.3.34); FILE MERGED 2003/05/07 12:04:18 os 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED 2003/04/30 12:51:24 os 1.3.34.1: #109029# notification of CTL configuration changes implemented

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ccff50335f01bb13c3488ce5c3d5fe718e886b1a]

        INTEGRATION: CWS os9 (1.4.34); FILE MERGED 2003/05/07 12:04:13 os 1.4.34.3: RESYNC: (1.4-1.5); FILE MERGED 2003/05/06 13:47:27 os 1.4.34.2: #109029# call Broadcast() also in Commit() - there's only one instance that is not internally notified 2003/04/30 12:51:24 os 1.4.34.1: #109029# notification of CTL configuration changes implemented

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dac3f66140b716ae9e42ddef01fdd24bfb244e70]

        INTEGRATION: CWS uno4 (1.2.70); FILE MERGED 2003/05/07 12:37:12 sb 1.2.70.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [69fb441ae9bcc9e08e833f0fd997cea4e9d22c86]

        INTEGRATION: CWS uno4 (1.2.66); FILE MERGED 2003/05/07 12:37:11 sb 1.2.66.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6a3f7e542b30048c6e0b8541f5aee219e88d2de7]

        INTEGRATION: CWS uno4 (1.1.70); FILE MERGED 2003/05/07 12:37:10 sb 1.1.70.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ec2b2655222ac999760de7a24daeeb8cb1a83236]

        INTEGRATION: CWS uno4 (1.2.66); FILE MERGED 2003/05/07 12:37:09 sb 1.2.66.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4317ceeddb143fbbb74bc3cbcabee5115f502432]

        INTEGRATION: CWS os9 (1.15.16); FILE MERGED 2003/05/21 11:26:54 rt 1.15.16.3: RESYNC: (1.16-1.17); FILE MERGED 2003/05/07 06:45:08 os 1.15.16.2: RESYNC: (1.15-1.16); FILE MERGED 2003/04/29 09:42:24 as 1.15.16.1: #107420# bind event broadcaster to job execution

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3449db36fe74e8b302216a13a323af8e1bd7cda0]

        INTEGRATION: CWS os9 (1.7.16); FILE MERGED 2003/04/29 09:42:23 as 1.7.16.1: #107420# bind event broadcaster to job execution

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a7470111371e2d76f4c8fe0a26f50bd79eb812f2]

        INTEGRATION: CWS os9 (1.23.16); FILE MERGED 2003/05/09 08:29:35 lo 1.23.16.2: #107420# allow actions when socomp not installed 2003/05/08 14:00:30 lo 1.23.16.1: #107420# display OEM dialog only when window is opened

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [32deba86f31999d7b2fe968b3a16821a4a312f32]

        INTEGRATION: CWS os9 (1.4.204); FILE MERGED 2003/04/25 11:30:16 os 1.4.204.1: #109136# EnableNotification() call corrected; call of SetModified() in RemoveData() added

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [94492b84c13afaf4f81382b434cb7b914fc0f615]

        INTEGRATION: CWS os9 (1.36.20); FILE MERGED 2003/05/07 08:41:37 os 1.36.20.2: RESYNC: (1.36-1.37); FILE MERGED 2003/04/29 07:35:43 os 1.36.20.1: #109057# ChangeCaseToKatakana: spelling corrected

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [974ba7de14ed613bf43e0ba3c70c84166246b9ec]

        INTEGRATION: CWS uno4 (1.7.2); FILE REMOVED 2003/05/07 12:37:07 sb 1.7.2.1: #108642# Cleaned up tests.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [03491050feeb7ec4bcd8a14556233ab7d6e04185]

        INTEGRATION: CWS uno4 (1.3.2); FILE MERGED 2003/05/02 08:22:01 sb 1.3.2.1: #108642# Improved loadLibrary, so that it finds native libraries also in tests run from the build environment.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c4d9ad3e34e98008ef99263b53384f0ecccd92fb]

        INTEGRATION: CWS os9 (1.28.2); FILE MERGED 2003/05/08 11:20:18 os 1.28.2.4: #109029# svl added again 2003/05/07 12:03:53 os 1.28.2.3: RESYNC: (1.28-1.31); FILE MERGED 2003/05/06 10:52:30 os 1.28.2.2: #109029# link svtools (SvtLanguageOptions) 2003/05/05 08:13:12 lo 1.28.2.1: #107420# remove oempreload from main binary

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d72c5acfde3b546fdded8c19004a59f906fa44c8]

        INTEGRATION: CWS os9 (1.2.18); FILE MERGED 2003/04/29 16:20:38 lo 1.2.18.1: typo

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b5961ae5c6dd29bed2f8b68d7cd060f6116e8dd5]

        INTEGRATION: CWS os9 (1.1.2); FILE ADDED 2003/04/29 11:15:33 lo 1.1.2.1: #107420# new place for OEM dialog

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2ec862755ffc40e13e134e75767d9986165ab6c0]

        INTEGRATION: CWS os9 (1.1.2); FILE ADDED 2003/04/29 11:15:32 lo 1.1.2.1: #107420# new place for OEM dialog

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [00acd2b3cc304c3bc98f9719db5203c109533245]

        INTEGRATION: CWS os9 (1.1.2); FILE ADDED 2003/05/08 13:59:53 lo 1.1.2.3: #107420# display OEM dialog only when window is opened 2003/05/05 08:12:18 lo 1.1.2.2: #107420# declare runtime exception 2003/04/29 11:15:31 lo 1.1.2.1: #107420# new place for OEM dialog

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [84497f74fed8f0dfbcae03bddc92cdcb5348d814]

        INTEGRATION: CWS os9 (1.3.2); FILE MERGED 2003/04/29 11:14:06 lo 1.3.2.1: #108775# disable timebomb, #107420# new files

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [90cfa0705d39b732d745e440d0c215970925faef]

        INTEGRATION: CWS uno4 (1.3.10); FILE MERGED 2003/05/15 13:11:28 ab 1.3.10.1: #109348# Fixed recursion handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [774de274059619763054dbed39df8c754c61c84f]

        INTEGRATION: CWS os9 (1.1.94); FILE MERGED 2003/05/07 06:48:33 os 1.1.94.2: RESYNC: (1.1-1.2); FILE MERGED 2003/04/29 11:15:05 lo 1.1.94.1: #107420# new place for OEM dialog

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [89ff6070aafc21bda626a3c5358fa7a8a4854e7b]

        INTEGRATION: CWS uno4 (1.4.10); FILE MERGED 2003/05/15 13:14:43 ab 1.4.10.1: #109348# Fixed recursion handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d110d3877c802245dc742093d14243a1d6ad8175]

        INTEGRATION: CWS os9 (1.2.18); FILE MERGED 2003/04/29 11:15:04 lo 1.2.18.1: #107420# new place for OEM dialog

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [08a923dc4d0892615a228b70181d79fb1e75715e]

        INTEGRATION: CWS uno4 (1.5.10); FILE MERGED 2003/05/15 13:14:42 ab 1.5.10.1: #109348# Fixed recursion handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [da8f5bcda97b7ba0a86bd595b5c0e263678f99d4]

        INTEGRATION: CWS uno4 (1.9.26); FILE MERGED 2003/05/15 13:14:42 ab 1.9.26.1: #109348# Fixed recursion handling

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9d50ecf6ada7542d40e9d98cb786bb3a260de36a]

        INTEGRATION: CWS os9 (1.29.2); FILE MERGED 2003/05/21 10:49:22 rt 1.29.2.2: RESYNC: (1.29-1.30); FILE MERGED 2003/05/08 13:59:51 lo 1.29.2.1: #107420# display OEM dialog only when window is opened

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0ff4c0c34834179fe79baabbfd6475383c66ff1d]

        INTEGRATION: CWS uno4 (1.13.10); FILE MERGED 2003/05/16 09:30:40 ab 1.13.10.1: #109018# GlobalRunInit(): Exclude already initialised basic from parent initialisation

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6aab2902596698a0f513581046220844dede816b]

        INTEGRATION: CWS uno4 (1.11.10); FILE MERGED 2003/05/16 09:28:54 ab 1.11.10.1: #109018# Ignore compile error if running basic != error basic

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c1e68b474814554f2da347893b81791b412d7581]

        INTEGRATION: CWS os9 (1.22.18); FILE MERGED 2003/04/30 10:51:23 lo 1.22.18.1: oem moved to ../so_comp

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e9a1e6147fcca1d48210a70b90dd0a5922ae397b]

        INTEGRATION: CWS os9 (1.106.2); FILE MERGED 2003/05/21 10:48:07 rt 1.106.2.5: RESYNC: (1.109-1.110); FILE MERGED 2003/05/09 08:31:39 lo 1.106.2.4: #107420# allow actions when socomp not installed 2003/05/08 13:59:50 lo 1.106.2.3: #107420# display OEM dialog only when window is opened 2003/05/07 06:51:07 os 1.106.2.2: RESYNC: (1.106-1.109); FILE MERGED 2003/04/29 11:16:22 lo 1.106.2.1: #107420# oem dialog moved to ../so_comp

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6683b2ed329fff0f29f429b7c3c38be48875b5ee]

        INTEGRATION: CWS uno4 (1.3.18); FILE MERGED 2003/05/15 14:32:57 tbe 1.3.18.1: #109067# Performance of Basic Dialog Editor is too slow

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2447a971ae9e7328677cfbd116be6670be4dd9ee]

        INTEGRATION: CWS os9 (1.18.18); FILE MERGED 2003/05/09 08:34:34 lo 1.18.18.1: #107420# deliver socomp library instead of eval library

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [de2256b3d3967dfbf4f2e105b325f951287cf352]

        INTEGRATION: CWS uno4 (1.41.8); FILE MERGED 2003/05/19 15:27:50 tbe 1.41.8.2: #109542# UNO-API exposes internal VCL enum values 2003/05/13 10:03:39 tbe 1.41.8.1: #109542# UNO-API exposes internal VCL enum values

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f5cfd8a70e29f981c661f2e98f7e1cb3a8e4030f]

        INTEGRATION: CWS os9 (1.17.8); FILE MERGED 2003/05/15 14:36:14 lo 1.17.8.1: #107420# oemcheck

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [49167a87823a094ac816f45d0acd6e7bc7c250e3]

        INTEGRATION: CWS uno4 (1.37.8); FILE MERGED 2003/05/08 08:56:33 tbe 1.37.8.1: #i14103# Backing window is not hidden when document is loaded

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [acc8761b613ae60bac8f1294e67300b02778d7bb]

        INTEGRATION: CWS os9 (1.21.34); FILE MERGED 2003/05/07 09:03:08 os 1.21.34.2: RESYNC: (1.21-1.23); FILE MERGED 2003/04/29 08:13:40 os 1.21.34.1: #i13665# InsertSection: make one slot out of two

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a59e19c43c0339212afe9fc832bdc37c116c432b]

        INTEGRATION: CWS os9 (1.14.32); FILE MERGED 2003/05/07 09:07:33 os 1.14.32.2: RESYNC: (1.14-1.16); FILE MERGED 2003/05/06 13:53:57 os 1.14.32.1: #109029# added SvtCTLOptions listening

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1c53cbc2243af851d3ec0bac1e018e17ca8c0aab]

        INTEGRATION: CWS os9 (1.15.24); FILE MERGED 2003/05/07 09:10:05 os 1.15.24.2: RESYNC: (1.15-1.16); FILE MERGED 2003/05/06 13:53:56 os 1.15.24.1: #109029# added SvtCTLOptions listening

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e9e07c168b727bf68331c58ce04bc67e8a47311b]

        INTEGRATION: CWS os9 (1.13.8); FILE MERGED 2003/05/07 09:14:36 os 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2003/05/06 13:53:54 os 1.13.8.1: #109029# added SvtCTLOptions listening

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [588787eb31d707b594b2527d74841fc6777d1c89]

        INTEGRATION: CWS os9 (1.40.8); FILE MERGED 2003/05/07 09:10:44 os 1.40.8.3: RESYNC: (1.40-1.44); FILE MERGED 2003/04/30 07:33:26 os 1.40.8.2: #i13665# duplicate insert/section entries - id changed 2003/04/29 08:13:39 os 1.40.8.1: #i13665# InsertSection: make one slot out of two

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cf6e77b1fa90ffe033120fc27834d7a252dd530f]

        INTEGRATION: CWS uno4 (1.46.8); FILE MERGED 2003/05/06 11:58:13 tbe 1.46.8.1: #i14101# getAccessibleAtPoint() should return only direct children

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f396add1302b59a8aa8a5c5323bffbf4e3dc1ab9]

        INTEGRATION: CWS os9 (1.41.34); FILE MERGED 2003/05/21 10:23:31 rt 1.41.34.2: RESYNC: (1.41-1.42); FILE MERGED 2003/04/30 07:33:25 os 1.41.34.1: #i13665# duplicate insert/section entries - id changed

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [96f53a02e893758f940fcce67b3495ea8a4862c1]

        INTEGRATION: CWS os9 (1.22.8); FILE MERGED 2003/05/07 09:25:41 os 1.22.8.4: RESYNC: (1.22-1.23); FILE MERGED 2003/05/06 13:53:53 os 1.22.8.3: #109029# added SvtCTLOptions listening 2003/04/30 07:33:21 os 1.22.8.2: #i13665# duplicate insert/section entries - id changed 2003/04/29 08:13:36 os 1.22.8.1: #i13665# InsertSection: make one slot out of two

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dd8a23868924b3b63547da93d8d312de303d809d]

        INTEGRATION: CWS os9 (1.25.174); FILE MERGED 2003/05/07 09:30:55 os 1.25.174.2: RESYNC: (1.25-1.26); FILE MERGED 2003/04/25 13:56:34 os 1.25.174.1: #i11930# initially select business card AutoText group

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [00187165a58695de7538c2b73e9b4f2af7a5cd2a]

        INTEGRATION: CWS os9 (1.64.6); FILE MERGED 2003/05/07 09:32:37 os 1.64.6.2: RESYNC: (1.64-1.66); FILE MERGED 2003/05/06 13:53:50 os 1.64.6.1: #109029# added SvtCTLOptions listening

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [12dcaa2c2030379b506cce0a36b0a57d2da5870f]

        INTEGRATION: CWS os9 (1.26.34); FILE MERGED 2003/05/07 09:35:23 os 1.26.34.3: RESYNC: (1.26-1.27); FILE MERGED 2003/04/30 07:33:19 os 1.26.34.2: #i13665# duplicate insert/section entries - id changed 2003/04/29 08:13:34 os 1.26.34.1: #i13665# InsertSection: make one slot out of two

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e2f2fe780ee9a37c57e920f1b74ad2f942fb5873]

        INTEGRATION: CWS os9 (1.8.34); FILE MERGED 2003/05/07 09:38:21 os 1.8.34.2: RESYNC: (1.8-1.9); FILE MERGED 2003/04/25 08:42:57 gt 1.8.34.1: #109066# SwDropCapsPict::CalcTextSize(): just prevent using an index equal or greater than array size

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b1743706aa6f71d1ba90ed27cb1e2ca9d855e73f]

        INTEGRATION: CWS uno4 (1.17.22); FILE MERGED 2003/05/07 15:42:17 kso 1.17.22.1: #i13760# - Added testcase for GetRelURL().

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [63138eed4c63f81e233de8b0f6c6e097d8b5761c]

        INTEGRATION: CWS os9 (1.30.34); FILE MERGED 2003/05/07 09:43:28 os 1.30.34.3: RESYNC: (1.30-1.31); FILE MERGED 2003/05/06 13:53:47 os 1.30.34.2: #109029# added SvtCTLOptions listening 2003/04/30 07:33:17 os 1.30.34.1: #i13665# duplicate insert/section entries - id changed

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a765bb0b417283459c23d539970056bff1726d03]

        INTEGRATION: CWS uno4 (1.37.6); FILE MERGED 2003/05/16 12:27:37 sb 1.37.6.2: RESYNC: (1.37-1.39); FILE MERGED 2003/05/07 15:41:34 kso 1.37.6.1: #i13760# - Fixed INetURLObject::SubString::equals().

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7f34dff90d2dc0e04a1212fb3d1443f3e94c2f3b]

        INTEGRATION: CWS os9 (1.31.24); FILE MERGED 2003/05/07 09:41:06 os 1.31.24.2: RESYNC: (1.31-1.32); FILE MERGED 2003/05/06 13:53:46 os 1.31.24.1: #109029# added SvtCTLOptions listening

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a095e5c5f4a3e49ba331c2534297017b05e18feb]

        INTEGRATION: CWS os9 (1.85.22); FILE MERGED 2003/05/21 10:38:34 rt 1.85.22.2: RESYNC: (1.85-1.86); FILE MERGED 2003/04/30 07:33:17 os 1.85.22.1: #i13665# duplicate insert/section entries - id changed

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ffc02fed5a1138d45458b9c74dbb99456a98a5c1]

        INTEGRATION: CWS os9 (1.21.34); FILE MERGED 2003/05/07 10:02:20 os 1.21.34.2: RESYNC: (1.21-1.22); FILE MERGED 2003/04/23 14:46:21 os 1.21.34.1: #i12804# copying tables requires to create a temporary SvEmbeddedObjectRef at the SwDoc

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f20abe046adea9efa92b898321dc562781b99fb0]

        INTEGRATION: CWS uno4 (1.11.22); FILE MERGED 2003/05/15 14:35:26 tbe 1.11.22.1: #109067# Performance of Basic Dialog Editor is too slow

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f3772861023e9465787229f75ca7867aac534f75]

        INTEGRATION: CWS os9 (1.79.20); FILE MERGED 2003/05/21 10:44:22 rt 1.79.20.2: RESYNC: (1.79-1.80); FILE MERGED 2003/05/08 06:45:52 os 1.79.20.1: #109434# dispose: remove draw object only if it's still inserted

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a32ecb8564293a0ec41a89714717d41c7d85e0bd]

        INTEGRATION: CWS uno4 (1.13.28); FILE MERGED 2003/05/15 14:40:17 tbe 1.13.28.1: #109067# Performance of Basic Dialog Editor is too slow

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c7d658ce140825b413f596d4fa2a75da569dc87b]

        INTEGRATION: CWS os9 (1.44.18); FILE MERGED 2003/05/08 06:40:37 os 1.44.18.1: #109429# dispose: remove draw object only if it's still inserted

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d95d8d70a1190f5840397524a22f0f203a9150f9]

        INTEGRATION: CWS uno4 (1.8.22); FILE MERGED 2003/05/15 14:40:16 tbe 1.8.22.1: #109067# Performance of Basic Dialog Editor is too slow

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5a2f3a013ea7957f7dad22829cc47c1856bd98bd]

        INTEGRATION: CWS os9 (1.13.34); FILE MERGED 2003/05/07 10:13:44 os 1.13.34.2: RESYNC: (1.13-1.15); FILE MERGED 2003/05/06 13:53:43 os 1.13.34.1: #109029# added SvtCTLOptions listening

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [24b8d6b5945ab0b6b0149b1ce6dbc4ba4b2d40e5]

        INTEGRATION: CWS uno4 (1.27.12); FILE MERGED 2003/05/15 14:40:16 tbe 1.27.12.1: #109067# Performance of Basic Dialog Editor is too slow

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4cef8aee35007a51f34c06efb111109ce7afea77]

        INTEGRATION: CWS os9 (1.27.24); FILE MERGED 2003/05/07 11:21:41 os 1.27.24.2: RESYNC: (1.27-1.29); FILE MERGED 2003/05/06 13:53:41 os 1.27.24.1: #109029# added SvtCTLOptions listening

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c7c651dbc970aec29e15bac98307eb219794e738]

        INTEGRATION: CWS uno4 (1.40.6); FILE MERGED 2003/05/09 14:13:26 tbe 1.40.6.1: #i13738# check for existence of script.xlb/dialog.xlb in LibPage::InsertLib()

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dd311cdee1ebaf8566af523acecf24cccfe09ef7]

        INTEGRATION: CWS os9 (1.104.34); FILE MERGED 2003/05/21 10:45:59 rt 1.104.34.3: RESYNC: (1.104-1.105); FILE MERGED 2003/04/30 07:33:12 os 1.104.34.2: #i13665# duplicate insert/section entries - id changed 2003/04/29 08:13:31 os 1.104.34.1: #i13665# InsertSection: make one slot out of two

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dff0895073e219666c3625f9b8a6594b3ef04976]

        INTEGRATION: CWS uno4 (1.25.12); FILE MERGED 2003/05/13 08:03:53 tbe 1.25.12.1: #109481# IDE: get no focus after Find & Replace dialog while searching over modules

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f5bb82cee408b4c5d0f466a06db6bdb240f28283]

        INTEGRATION: CWS uno4 (1.5.12); FILE MERGED 2003/05/13 08:02:51 tbe 1.5.12.1: #109481# IDE: get no focus after Find & Replace dialog while searching over modules

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5e5219cd513fc2df74c1d873ec57f4e07c7d5f23]

        INTEGRATION: CWS os9 (1.41.34); FILE MERGED 2003/05/07 11:33:15 os 1.41.34.3: RESYNC: (1.41-1.42); FILE MERGED 2003/04/30 07:33:11 os 1.41.34.2: #i13665# duplicate insert/section entries - id changed 2003/04/29 08:13:29 os 1.41.34.1: #i13665# InsertSection: make one slot out of two

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [85c66ab729e1d50f9baa0a76721f914d4328e074]

        INTEGRATION: CWS uno4 (1.2.2); FILE MERGED 2003/05/09 12:36:58 sb 1.2.2.2: #108642# United TestBed from jurt and bridges. 2003/05/02 08:27:38 sb 1.2.2.1: #108642# Fix for wntmsci.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ed65a821bb09cc0632373237afc86547794b2ed2]

        INTEGRATION: CWS os9 (1.25.24); FILE MERGED 2003/04/25 11:09:48 os 1.25.24.1: #109122# disable Edit/Field in protected areas

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b422a4a99e4488a4261d451c73fb0dd5b3682d67]

        INTEGRATION: CWS uno4 (1.2.2); FILE MERGED 2003/05/09 12:36:58 sb 1.2.2.1: #108642# United TestBed from jurt and bridges.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [40359b1b0c5afa85cfbe53a2ceaf7187b1f4ae47]

        INTEGRATION: CWS os9 (1.10.174); FILE MERGED 2003/04/30 07:33:11 os 1.10.174.2: #i13665# duplicate insert/section entries - id changed 2003/04/29 08:13:29 os 1.10.174.1: #i13665# InsertSection: make one slot out of two

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3752c8ed18bbf55b0e70efcb96739329571be16d]

        INTEGRATION: CWS uno4 (1.3.2); FILE MERGED 2003/05/09 12:28:44 sb 1.3.2.1: #108642# United TestBed from jurt and bridges.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [02cf45d03c17156946bf108927962035956ce6a6]

        INTEGRATION: CWS os9 (1.18.36); FILE MERGED 2003/05/06 13:53:40 os 1.18.36.1: #109029# added SvtCTLOptions listening

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8e64f33eba79b23011fefd99f6556d7fb83ec621]

        INTEGRATION: CWS uno4 (1.3.2); FILE MERGED 2003/05/09 12:28:43 sb 1.3.2.1: #108642# United TestBed from jurt and bridges.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [21051f95b09b4c3b1a4f6ed57ab30ab62d3a2772]

        INTEGRATION: CWS os9 (1.44.34); FILE MERGED 2003/05/07 11:33:34 os 1.44.34.3: RESYNC: (1.44-1.45); FILE MERGED 2003/04/30 07:33:10 os 1.44.34.2: #i13665# duplicate insert/section entries - id changed 2003/04/29 08:13:27 os 1.44.34.1: #i13665# InsertSection: make one slot out of two

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6ac43db30cc559cbcd898c129f46ba92a857d4f9]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/09 12:22:10 sb 1.1.2.1: #108642# Moved Java remote bridge tests from jurt/tests/bugs here to avoid cyclic project dependencies.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c37b08557bd891333c5a006e40dccb202016317d]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/09 12:22:09 sb 1.1.2.1: #108642# Moved Java remote bridge tests from jurt/tests/bugs here to avoid cyclic project dependencies.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [caaaa0f20f2d6e9e3c9a8e837d3c837d69a6e572]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/09 12:22:08 sb 1.1.2.1: #108642# Moved Java remote bridge tests from jurt/tests/bugs here to avoid cyclic project dependencies.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dd2db0a3bfb5b5fc2b45ea963e1f0ab2e5844842]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/09 12:22:07 sb 1.1.2.1: #108642# Moved Java remote bridge tests from jurt/tests/bugs here to avoid cyclic project dependencies.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [36111eaa31c7be7f268cc3507804f98f70cc79f9]

        INTEGRATION: CWS os9 (1.3.8); FILE MERGED 2003/05/06 12:59:20 as 1.3.8.3: #107420# implement support for XCloseable/XComponent 2003/05/02 06:58:37 os 1.3.8.2: Syntax corrected ('.' <->'::' ) 2003/04/29 09:43:29 as 1.3.8.1: #107420# bind event broadcaster to job execution

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f4f31283788c1ceeb324142f9c26f8256324c93e]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/09 12:20:39 sb 1.1.2.1: #108642# United TestBed from jurt and bridges.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0a2131bb8d3dfe570cfa0b0f6e00e1c20c77e135]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/09 12:20:38 sb 1.1.2.1: #108642# United TestBed from jurt and bridges.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [79bf12e847de49c97293c960600db03adc877acc]

        INTEGRATION: CWS os9 (1.3.8); FILE MERGED 2003/05/06 12:59:20 as 1.3.8.1: #107420# implement support for XCloseable/XComponent

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1b38187a7916fc3aefa74930beb94fb85be99957]

        INTEGRATION: CWS uno4 (1.4.2); FILE MERGED 2003/05/02 08:25:50 sb 1.4.2.1: #108642# Fixed typo.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0b92be6cdc4e5c3e08a785ae378d244c090d3025]

        INTEGRATION: CWS os9 (1.3.8); FILE MERGED 2003/05/06 12:59:19 as 1.3.8.2: #107420# implement support for XCloseable/XComponent 2003/04/29 09:43:28 as 1.3.8.1: #107420# bind event broadcaster to job execution

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5e6f70d03277c2e3046b70f529b7c35c94e8b406]

        INTEGRATION: CWS uno4 (1.2.6); FILE MERGED 2003/05/09 10:11:32 sb 1.2.6.1: #108642# Helper class WaitUnreachable added.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d14733ac94f7f8bc9bc9e2c7861bd627fc61911c]

        INTEGRATION: CWS os9 (1.32.8); FILE MERGED 2003/04/24 12:20:39 cd 1.32.8.1: #109103# A menu item handler must always be created. It doesn't depend on a menu item image!

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a684fe490ceff87d80f48958ab93ca765b39120e]

        INTEGRATION: CWS uno4 (1.1.2); FILE ADDED 2003/05/09 10:11:46 sb 1.1.2.1: #108642# Helper class WaitUnreachable added.

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [253ffb7b735c671ff83f61f3a038ffd53941d02e]

        INTEGRATION: CWS os9 (1.3.8); FILE MERGED 2003/04/28 08:04:05 cd 1.3.8.1: #109102# Extend Add-Ons to support image URLs for ImageIdentifier property

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d59225d7c28497bf8b4e9b903076924a830c5410]

        INTEGRATION: CWS os9 (1.2.16); FILE MERGED 2003/04/29 09:43:27 as 1.2.16.1: #107420# bind event broadcaster to job execution

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f92d0965d313020c1654b3bd7cf584c478e31ee1]

        INTEGRATION: CWS os9 (1.3.8); FILE MERGED 2003/04/29 09:43:27 as 1.3.8.1: #107420# bind event broadcaster to job execution

2003-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3a72d9eab0bf90a7a8b31a574eba7ff96f71c2a4]

        INTEGRATION: CWS os9 (1.2.16); FILE MERGED 2003/05/06 12:59:18 as 1.2.16.2: #107420# implement support for XCloseable/XComponent 2003/04/29 09:43:27 as 1.2.16.1: #107420# bind event broadcaster to job execution

2003-05-21  Armin Weiss  <aw@openoffice.org>  [76f0549d3949703949668607c2401134accd89b3]

        #109820#

2003-05-21  Kurt Zenker  <kz@openoffice.org>  [f9019468172bad2ee61a870722033252a1ad467b]

        new version for SRX645

2003-05-21  Duncan Foster  <dfoster@openoffice.org>  [f3bf3475ca50576482eff5501cf22ed39c76c8e2]

        #i14018# Fixed filesys disposing.

2003-05-21  Duncan Foster  <dfoster@openoffice.org>  [aaea78d06351ddc95d897723d4a3d3de76dd4b72]

        #i14018# Fixed disposing of filesys storages

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [f892a980573030ab9e85172e6c0eefaf195d3427]

        SRX645

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [a264c6baabc3ff9f415a08ed95a30f043ec070da]

        INTEGRATION: CWS i18n04 (1.6.8); FILE MERGED 2003/05/09 21:35:07 khong 1.6.8.1: #109508# fix problem for Japanese search

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [ed40d0f7ebdb38078b5baa3f9c94c05aaea23480]

        INTEGRATION: CWS i18n04 (1.8.8); FILE MERGED 2003/05/10 00:24:18 khong 1.8.8.1: #109508# fix Japanese search problem

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [ed8fedf00159a4f0e9809bf34dd8c88323091428]

        INTEGRATION: CWS i18n04 (1.6.4); FILE MERGED 2003/05/09 21:35:08 khong 1.6.4.1: #109508# fix problem for Japanese search

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [aa5c5e846c0b7724f1d527e83085d0b9900e8715]

        INTEGRATION: CWS dr3 (1.53.2); FILE MERGED 2003/05/19 11:06:30 dr 1.53.2.3: RESYNC: (1.53-1.54); FILE MERGED 2003/05/19 10:42:41 dr 1.53.2.2: #i12188# export of formatted text boxes 2003/05/12 12:01:32 dr 1.53.2.1: #109513# #i12188# export of textbox formatting

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [86857974bec85da2c5b88039b9c87ef4195621f8]

        INTEGRATION: CWS i18n04 (1.6.4); FILE MERGED 2003/05/09 21:35:09 khong 1.6.4.1: #109508# fix problem for Japanese search

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [c7038a43681ccc19f20791efa09bf8f72a07ea8c]

        INTEGRATION: CWS dr3 (1.5.2); FILE MERGED 2003/05/12 12:02:38 dr 1.5.2.2: #109513# #i12188# export of textbox formatting 2003/04/30 16:31:39 dr 1.5.2.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [9b8538842cb71bbd88ec7910c4a0a67d0a6b42bd]

        INTEGRATION: CWS i18n04 (1.8.14); FILE MERGED 2003/05/07 22:39:11 khong 1.8.14.1: #109070# #i13199# fix Russia date format

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [3cc8838e07bfa2a2c091461abd03d9ea99e520f6]

        INTEGRATION: CWS dr3 (1.4.2); FILE MERGED 2003/05/07 09:57:31 dr 1.4.2.1: #108783# control properties

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [9e3f53cd0e8584616048a50c779fd2c5a7b7c1a7]

        INTEGRATION: CWS i18n04 (1.9.14); FILE MERGED 2003/05/09 17:41:53 khong 1.9.14.1: #i12453# fix quotation mark problem

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [1570081d94892e9148deadeeb066ac4f9ee01380]

        INTEGRATION: CWS dr3 (1.5.2); FILE MERGED 2003/05/19 10:42:13 dr 1.5.2.1: #i12188# export of formatted text boxes

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [fac9840a769f851d808621d27f62c5b819353202]

        INTEGRATION: CWS i18n04 (1.7.8); FILE MERGED 2003/05/08 13:39:13 er 1.7.8.1: #109468# loadCalendar: restore previous calendar if new service is instanciated but calendar isn't available, for example in that specific locale

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [d38506961907d8749ed236efd3fe45be3db3aeb1]

        INTEGRATION: CWS dr3 (1.2.32); FILE MERGED 2003/05/06 10:51:34 dr 1.2.32.3: #108783# creation of old controls 2003/05/02 12:52:26 dr 1.2.32.2: #108783# detect old controls; OLE objs with progress bar 2003/04/30 16:31:39 dr 1.2.32.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [a73fabd5bf8adc010e8e7f0cbc6791bd396f70dd]

        INTEGRATION: CWS i18n04 (1.5.8); FILE MERGED 2003/05/09 21:35:32 khong 1.5.8.1: #109508# fix problem for Japanese search

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [1542074d5349a950e9589fc4d9b371bc9135c5b6]

        INTEGRATION: CWS dr3 (1.1.2); FILE ADDED 2003/05/12 12:02:37 dr 1.1.2.6: #109513# #i12188# export of textbox formatting 2003/05/12 08:08:57 dr 1.1.2.5: #109513# #i12188# #i2033# import textbox alignment 2003/05/06 10:51:33 dr 1.1.2.4: #108783# creation of old controls 2003/05/05 09:37:36 dr 1.1.2.3: #108783# improved object handling 2003/05/02 12:52:26 dr 1.1.2.2: #108783# detect old controls; OLE objs with progress bar 2003/04/30 16:31:38 dr 1.1.2.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [7c6ef5c32279e335a2bbf71b0a6cac2e214cec14]

        INTEGRATION: CWS dr3 (1.4.2); FILE MERGED 2003/05/15 08:33:11 dr 1.4.2.1: #108770# override number format for Boolean cells

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [145b507660ab9ee599c82839f786aa6debd961fd]

        INTEGRATION: CWS i18n04 (1.2.4); FILE MERGED 2003/05/08 22:32:50 khong 1.2.4.1: #108958# Change full width minu sign from 2122 to ff0d, which is supported by most Asian fonts.

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [6eecfea6637768e8ba05caf5f7cba26c93c8c68b]

        INTEGRATION: CWS dr3 (1.3.2); FILE MERGED 2003/05/07 13:37:02 dr 1.3.2.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [36ad8dc5b8563dad6d4eb658aa2d3bf3b21b9636]

        INTEGRATION: CWS dr3 (1.2.28); FILE MERGED 2003/05/07 13:37:01 dr 1.2.28.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [1c08d533cbf84792e801ef4ccaf61847bb159ac6]

        INTEGRATION: CWS dr3 (1.1.2); FILE ADDED 2003/05/12 10:45:33 dr 1.1.2.9: #109513# #i12188# #i2033# import textbox alignment 2003/05/12 08:08:57 dr 1.1.2.8: #109513# #i12188# #i2033# import textbox alignment 2003/05/07 14:39:11 dr 1.1.2.7: #108783# listbox/combobox contents for OLE controls 2003/05/07 13:37:40 dr 1.1.2.6: #108783# listbox/combobox properties 2003/05/07 09:57:30 dr 1.1.2.5: #108783# control properties 2003/05/06 10:51:33 dr 1.1.2.4: #108783# creation of old controls 2003/05/05 09:37:36 dr 1.1.2.3: #108783# improved object handling 2003/05/02 12:52:25 dr 1.1.2.2: #108783# detect old controls; OLE objs with progress bar 2003/04/30 16:31:38 dr 1.1.2.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [c95d32c70973bbf9e4f457729b35c7a0878741b6]

        INTEGRATION: CWS dr3 (1.2.30); FILE MERGED 2003/05/07 13:37:01 dr 1.2.30.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [825439ee1db4fb88a595161f1330874700a8861c]

        INTEGRATION: CWS dr3 (1.3.28); FILE MERGED 2003/05/19 10:42:12 dr 1.3.28.2: #i12188# export of formatted text boxes 2003/05/12 12:02:37 dr 1.3.28.1: #109513# #i12188# export of textbox formatting

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [947c36ca35e0819bbca911f292c09f2224232958]

        INTEGRATION: CWS dr3 (1.27.20); FILE MERGED 2003/05/12 12:02:36 dr 1.27.20.1: #109513# #i12188# export of textbox formatting

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [f0cd4b2060a27bf4fec3b289edb2d6edae528b7c]

        INTEGRATION: CWS dr3 (1.28.20); FILE MERGED 2003/05/07 13:37:00 dr 1.28.20.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [1b0853e49b500e1b3c75391a9401958d6d25a6b8]

        INTEGRATION: CWS dr3 (1.2.30); FILE MERGED 2003/05/02 12:52:22 dr 1.2.30.1: #108783# detect old controls; OLE objs with progress bar

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [4af05265e99b7116e677e591fcc8965cc8dfcf2b]

        INTEGRATION: CWS dr3 (1.2.30); FILE MERGED 2003/05/06 10:51:32 dr 1.2.30.1: #108783# creation of old controls

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [dc9dd239c14f81a7db4d86d8bda89e962fbeae06]

        INTEGRATION: CWS dr3 (1.47.20); FILE MERGED 2003/05/02 12:52:25 dr 1.47.20.2: #108783# detect old controls; OLE objs with progress bar 2003/04/30 16:31:37 dr 1.47.20.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [0ce248128dedd07fa1a3223baf6c83b63fd71b8d]

        INTEGRATION: CWS dr3 (1.9.30); FILE MERGED 2003/05/07 13:37:00 dr 1.9.30.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [bda14429978e8843996c22a1f298b522ad61c6d9]

        INTEGRATION: CWS dr3 (1.38.2); FILE MERGED 2003/05/02 12:52:25 dr 1.38.2.1: #108783# detect old controls; OLE objs with progress bar

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [73d55674c509958198777b938739fc5b8281c209]

        INTEGRATION: CWS dr3 (1.13.30); FILE MERGED 2003/05/08 06:52:17 dr 1.13.30.1: #108683# set col/row settings early, but hidden flags leter

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [f4511027a4f123e91fa21fd6807a9b384140918f]

        INTEGRATION: CWS dr3 (1.10.14); FILE MERGED 2003/05/02 12:52:24 dr 1.10.14.2: #108783# detect old controls; OLE objs with progress bar 2003/04/30 16:31:36 dr 1.10.14.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [4b353c5e09daf65a4258bd92e962312d583408e4]

        INTEGRATION: CWS dr3 (1.2.30); FILE MERGED 2003/05/02 12:51:48 dr 1.2.30.1: #108783# detect old controls; OLE objs with progress bar

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [df665d10b3901f125e8b13df7c7fe821f07bdcb2]

        INTEGRATION: CWS dr3 (1.5.2); FILE MERGED 2003/05/12 12:02:05 dr 1.5.2.2: #109513# #i12188# export of textbox formatting 2003/04/30 16:30:05 dr 1.5.2.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [e1d2f2d260938f381cdedbb879491d9043cc73b7]

        INTEGRATION: CWS dr3 (1.4.2); FILE MERGED 2003/05/07 09:57:57 dr 1.4.2.1: #108783# control properties

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [b7f00fe69b8ed37f04e69b4f225fc8644af2235d]

        INTEGRATION: CWS dr3 (1.5.2); FILE MERGED 2003/05/19 10:42:28 dr 1.5.2.1: #i12188# export of formatted text boxes

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [d470f656eb1eee74f56d61d69ad07cfe813fdc81]

        INTEGRATION: CWS dr3 (1.2.32); FILE MERGED 2003/05/15 09:34:59 dr 1.2.32.6: #i14456# control shape must start empty 2003/05/07 14:39:21 dr 1.2.32.5: #108783# listbox/combobox contents for OLE controls 2003/05/07 09:57:56 dr 1.2.32.4: #108783# control properties 2003/05/06 10:51:57 dr 1.2.32.3: #108783# creation of old controls 2003/05/02 12:51:23 dr 1.2.32.2: #108783# detect old controls; OLE objs with progress bar 2003/04/30 16:30:04 dr 1.2.32.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [9c88c7a5e8811b1dd98f0958dc3f3dcb18ae0df8]

        INTEGRATION: CWS dr3 (1.7.2); FILE MERGED 2003/05/15 08:33:00 dr 1.7.2.1: #108770# override number format for Boolean cells

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [d7e37481af07442356b7af1c2df71f89071a81d2]

        INTEGRATION: CWS dr3 (1.3.2); FILE MERGED 2003/05/07 13:36:31 dr 1.3.2.2: #108783# XclImpRoot::GetFmlaConverter() 2003/04/30 16:30:04 dr 1.3.2.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [6641f1162c4ad17b2cd5ba92ae1361c0090ccca1]

        INTEGRATION: CWS dr3 (1.3.2); FILE MERGED 2003/05/07 13:36:31 dr 1.3.2.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [f771ff4c7ebc175e422175d4ded4c2845caf55a5]

        INTEGRATION: CWS dr3 (1.4.20); FILE MERGED 2003/05/12 12:02:05 dr 1.4.20.2: #109513# #i12188# export of textbox formatting 2003/05/07 13:36:30 dr 1.4.20.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [da86bb32e39bb983c20033c8a71b890b99c2de35]

        INTEGRATION: CWS dr3 (1.1.2); FILE ADDED 2003/05/12 10:45:40 dr 1.1.2.9: #109513# #i12188# #i2033# import textbox alignment 2003/05/12 08:09:19 dr 1.1.2.8: #109513# #i12188# #i2033# import textbox alignment 2003/05/07 14:39:20 dr 1.1.2.7: #108783# listbox/combobox contents for OLE controls 2003/05/07 13:37:49 dr 1.1.2.6: #108783# listbox/combobox properties 2003/05/07 09:57:56 dr 1.1.2.5: #108783# control properties 2003/05/06 10:51:56 dr 1.1.2.4: #108783# creation of old controls 2003/05/05 09:37:22 dr 1.1.2.3: #108783# improved object handling 2003/05/02 12:51:23 dr 1.1.2.2: #108783# detect old controls; OLE objs with progress bar 2003/04/30 16:30:03 dr 1.1.2.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [898cadfeb0ea551c228152333533386d31af5b36]

        INTEGRATION: CWS dr3 (1.3.30); FILE MERGED 2003/05/07 13:36:30 dr 1.3.30.3: #108783# XclImpRoot::GetFmlaConverter() 2003/05/02 12:51:22 dr 1.3.30.2: #108783# detect old controls; OLE objs with progress bar 2003/04/30 16:30:02 dr 1.3.30.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [a1414f72b525c0a97b4a03440c4ec680a2802acd]

        INTEGRATION: CWS dr3 (1.5.2); FILE MERGED 2003/05/07 13:36:29 dr 1.5.2.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [19f14d4b34312ea201d15d5de4d34641e0b48cbc]

        INTEGRATION: CWS dr3 (1.4.20); FILE MERGED 2003/05/19 10:42:28 dr 1.4.20.2: #i12188# export of formatted text boxes 2003/05/12 12:02:04 dr 1.4.20.1: #109513# #i12188# export of textbox formatting

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [805ab0dd9f04b1d6565ee719791cbc42776e42d5]

        INTEGRATION: CWS dr3 (1.38.20); FILE MERGED 2003/05/07 13:36:29 dr 1.38.20.3: #108783# XclImpRoot::GetFmlaConverter() 2003/05/02 12:51:22 dr 1.38.20.2: #108783# detect old controls; OLE objs with progress bar 2003/04/30 16:30:02 dr 1.38.20.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [df6a9f58c1f3bed65b8d20a72faa3f2bc2ed10b4]

        INTEGRATION: CWS dr3 (1.17.28); FILE MERGED 2003/05/07 13:37:50 dr 1.17.28.3: #108783# listbox/combobox properties 2003/05/06 10:51:56 dr 1.17.28.2: #108783# creation of old controls 2003/04/30 16:30:01 dr 1.17.28.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [7e44c15ae0c8eb9198c82898ffdc3dfbc93e8d07]

        INTEGRATION: CWS dr3 (1.51.2); FILE MERGED 2003/05/15 08:33:00 dr 1.51.2.3: #108770# override number format for Boolean cells 2003/05/08 06:52:34 dr 1.51.2.2: #108683# set col/row settings early, but hidden flags later 2003/05/07 13:36:28 dr 1.51.2.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [9e93381bb4beeb52def13e9a1829a2c6f8345b96]

        INTEGRATION: CWS dr3 (1.41.20); FILE MERGED 2003/05/07 13:36:28 dr 1.41.20.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [249b4e6d40f85516400cae3a17a2e252b3fbedf2]

        INTEGRATION: CWS dr3 (1.25.30); FILE MERGED 2003/04/30 16:30:00 dr 1.25.30.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [f1c2580752fab806e9ae12f0ada3fb2cb611dfec]

        INTEGRATION: CWS dr3 (1.81.20); FILE MERGED 2003/05/07 13:36:27 dr 1.81.20.6: #108783# XclImpRoot::GetFmlaConverter() 2003/05/07 09:57:56 dr 1.81.20.5: #108783# control properties 2003/05/06 10:51:55 dr 1.81.20.4: #108783# creation of old controls 2003/05/05 09:37:21 dr 1.81.20.3: #108783# improved object handling 2003/05/02 12:51:21 dr 1.81.20.2: #108783# detect old controls; OLE objs with progress bar 2003/04/30 16:30:00 dr 1.81.20.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [115d0fb5d3628d6dbeaded54478190435fa06399]

        INTEGRATION: CWS dr3 (1.20.30); FILE MERGED 2003/05/07 13:36:27 dr 1.20.30.1: #108783# XclImpRoot::GetFmlaConverter()

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [8a338df7ac4e98e8336dc202e263416a2c4e3af8]

        INTEGRATION: CWS dr3 (1.17.20); FILE MERGED 2003/05/08 13:32:11 dr 1.17.20.2: #108683# handle hidden cols/rows correctly 2003/05/08 06:52:34 dr 1.17.20.1: #108683# set col/row settings early, but hidden flags later

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [07e1c5715e4f5d2112c3858c4b62ea52a546eed9]

        INTEGRATION: CWS dr3 (1.57.2); FILE MERGED 2003/05/12 08:09:20 dr 1.57.2.2: #109513# #i12188# #i2033# import textbox alignment 2003/04/30 16:29:59 dr 1.57.2.1: #108783# preparations

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [69547009afdd5a239df1b22516619b6542bc7522]

        INTEGRATION: CWS dr3 (1.20.20); FILE MERGED 2003/05/19 10:41:34 dr 1.20.20.1: #i12188# static functions for item set conversion

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [640c431f0f62d56b9c2b002a4c5c73c829236d74]

        INTEGRATION: CWS dr3 (1.8.20); FILE MERGED 2003/05/19 10:41:25 dr 1.8.20.1: #i12188# static functions for item set conversion

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [961796ddcff53dab4c3e8d4db8c352f561e6d2a2]

        INTEGRATION: CWS dr3 (1.2.16); FILE MERGED 2003/05/08 11:34:07 dr 1.2.16.1: #109186# more countries

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [7b2ae67513a343fe0be27cd40b899151f21c03b9]

        INTEGRATION: CWS dr3 (1.2.16); FILE MERGED 2003/05/08 11:34:54 dr 1.2.16.1: #109186# more countries

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [5de2446d67a848d5dfa43d178ff7a8a411d0fe80]

        INTEGRATION: CWS calc09 (1.32.8); FILE MERGED 2003/05/16 14:48:50 nn 1.32.8.1: #109651# if automatic-order is set, use a default date format that contains the listed elements

2003-05-21  Rüdiger Timm  <rt@openoffice.org>  [bf43fa2e5c515528e1c418b5c56455dc9c2cc651]

        INTEGRATION: CWS calc09 (1.35.8); FILE MERGED 2003/05/16 14:48:49 nn 1.35.8.1: #109651# if automatic-order is set, use a default date format that contains the listed elements

2003-05-19  Kurt Zenker  <kz@openoffice.org>  [9d896cd15311d743d2f0428899d2f7b6a253036e]

        new version for SRX645

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [6d984ac649a694f21250dbc904ea5ea73d437ba5]

        new version for SRX645

2003-05-19  Kurt Zenker  <kz@openoffice.org>  [bafff7b2de8a40d8754d527c06c469096e58ffc5]

        new version for SRX645

2003-05-19  Kurt Zenker  <kz@openoffice.org>  [71a5af32b91a0832fa822de8ff9bce0e48b6be04]

        new version for SRX645

2003-05-19  Andre Fischer  <af@openoffice.org>  [8bb7115d98b1e0f60fe7761841d31dab7edb4b19]

        Implemented state set view.

2003-05-19  Rüdiger Timm  <rt@openoffice.org>  [ed58927b336241aca48abed59beae90e126bc2a6]

        SRX645

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [121a25cb0cba975a34c0dc7f659a8fdbb8f10523]

        INTEGRATION: CWS qadev5 (1.2.10); FILE MERGED 2003/04/09 07:18:36 lla 1.2.10.1: #108721# typo

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [b6faaf34b353a68f99e8e4b1ac9bbdd30b8a71b2]

        INTEGRATION: CWS qadev5 (1.1.2); FILE ADDED 2003/04/25 06:45:43 lla 1.1.2.1: #108721# gcov statistic helper functions.

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [72e2d20cb0463107bc036a6041aa56343e806b06]

        INTEGRATION: CWS qadev5 (1.1.2); FILE ADDED 2003/04/25 06:45:42 lla 1.1.2.1: #108721# gcov statistic helper functions.

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [6bee74a93d6ab5f3308252ae0cdaea2f2f20365b]

        INTEGRATION: CWS qadev5 (1.1.2); FILE ADDED 2003/04/25 06:45:41 lla 1.1.2.1: #108721# gcov statistic helper functions.

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [bd2a50cfc13f856a04a4a2a9618a2e5340050f1b]

        INTEGRATION: CWS qadev5 (1.1.2); FILE ADDED 2003/04/29 11:23:09 lla 1.1.2.1: #108721# test with member functions.

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [fc9ec96dd42f91d83d67c372ee0d132565c9a43a]

        INTEGRATION: CWS qadev5 (1.1.20); FILE MERGED 2003/04/29 11:08:44 lla 1.1.20.1: #108721# const correctness of strings, wall warning reduction

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [5461627212a244fec2c6d8be1b04ed63b8984ece]

        INTEGRATION: CWS qadev5 (1.8.2); FILE MERGED 2003/04/17 12:12:59 lla 1.8.2.2: #108721# version if in verbose mode. 2003/04/15 13:22:03 lla 1.8.2.1: #108721# new parameter for better working with testshl2

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [91738998922724f68e7d7e354749656e61cd2f3c]

        INTEGRATION: CWS qadev5 (1.2.2); FILE MERGED 2003/04/29 11:22:31 lla 1.2.2.2: #108721# remove bmsma 2003/04/29 11:08:37 lla 1.2.2.1: #108721# const correctness of strings, wall warning reduction

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [367562826816ef023ffdd2ab37e2247beeac5074]

        INTEGRATION: CWS dba05 (1.5.14); FILE MERGED 2003/05/13 09:44:18 oj 1.5.14.1: remove drafts

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [715c0c1311361bc52a27b21f98ba62f649f7364e]

        INTEGRATION: CWS dba05 (1.4.14); FILE MERGED 2003/05/13 09:44:16 oj 1.4.14.1: remove drafts

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [a2167e05274a8f91bb982b62950ee55aa2c612da]

        INTEGRATION: CWS dba05 (1.11.50); FILE MERGED 2003/05/07 07:59:17 oj 1.11.50.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [6f01a2462b241b52f6fd2a58db9b452e785200ba]

        INTEGRATION: CWS dba05 (1.9.12); FILE MERGED 2003/05/07 07:59:17 oj 1.9.12.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [727c2ea17610a6bd66de82591f3259882b8fff6b]

        INTEGRATION: CWS dba05 (1.7.50); FILE MERGED 2003/05/07 07:59:17 oj 1.7.50.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [2d3ca7ed84cbadf2345409c1ef6c3f46be743731]

        INTEGRATION: CWS dba05 (1.7.50); FILE MERGED 2003/05/07 07:59:16 oj 1.7.50.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [c61a00b8ed5be66211806eaf23effe31b5601abe]

        INTEGRATION: CWS dba05 (1.26.50); FILE MERGED 2003/05/07 07:59:16 oj 1.26.50.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [ebfd46ee905cb128d0bc23006e2ab47d0c6d3762]

        INTEGRATION: CWS dba05 (1.23.50); FILE MERGED 2003/05/07 07:59:15 oj 1.23.50.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [c1fb43a3774655b9476b810a262bbf6fff8925c7]

        INTEGRATION: CWS dba05 (1.26.50); FILE MERGED 2003/05/07 07:59:15 oj 1.26.50.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [4ceea3276fe17ae8d824043a4b15ab8cff330706]

        INTEGRATION: CWS dba05 (1.23.12); FILE MERGED 2003/05/07 07:59:14 oj 1.23.12.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [a7383ccf6fbe46050b68eb11462c78ccbc6ff1d0]

        INTEGRATION: CWS dba05 (1.15.12); FILE MERGED 2003/05/07 07:59:14 oj 1.15.12.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [0105a5ddadc81e7112ed9e9b6608ce1815348637]

        INTEGRATION: CWS dba05 (1.10.50); FILE MERGED 2003/05/07 07:59:14 oj 1.10.50.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [a7d6769a60db431c567651bce06ec1854698370b]

        INTEGRATION: CWS dba05 (1.8.50); FILE MERGED 2003/05/07 07:59:13 oj 1.8.50.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [cc31c2cc60d832ea821014e642cdfcdd24c1b413]

        INTEGRATION: CWS dba05 (1.18.50); FILE MERGED 2003/05/07 07:59:13 oj 1.18.50.1: #i13806# change the property boundfield to be bound

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [4696dc283863f149f1aa3eaaba0891f16fbfc800]

        INTEGRATION: CWS dba05 (1.9.6); FILE MERGED 2003/05/13 08:38:15 oj 1.9.6.3: RESYNC: (1.9-1.10); FILE MERGED 2003/05/12 10:15:39 oj 1.9.6.2: #109428# add accessible checbox 2003/05/07 11:43:38 fs 1.9.6.1: during #109014#: moved the IAccessibleTableProvider interface to ColumnPos instead of ColumnId - this was mixed previously, and wrongly used by some clients

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [c3b737c9619122a05e8d72be3ea7630af079c7a4]

        INTEGRATION: CWS dba05 (1.53.42); FILE MERGED 2003/05/07 14:24:15 fs 1.53.42.1: #109397# Initialize: don't remember the URL if initializing went wrong

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [04bbb65c3aae14964f6920e4ca30a631529d1288]

        INTEGRATION: CWS dba05 (1.3.190); FILE MERGED 2003/05/13 08:39:43 oj 1.3.190.2: RESYNC: (1.3-1.4); FILE MERGED 2003/05/07 11:52:57 fs 1.3.190.1: #109014# implementation for the active cell changed / renamed clearActiveCell to disposeCell

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [05d0d6fedecebff62719254f356c23ae64959234]

        INTEGRATION: CWS dba05 (1.8.30); FILE MERGED 2003/05/13 11:32:25 oj 1.8.30.5: remove conflicts 2003/05/13 08:39:19 oj 1.8.30.4: RESYNC: (1.8-1.9); FILE MERGED 2003/05/12 10:28:58 fs 1.8.30.3: fixed bugs found in code review for previous fix (#109014#) 2003/05/12 10:15:37 oj 1.8.30.2: #109428# add accessible checbox 2003/05/07 11:54:30 fs 1.8.30.1: #109014# new implementation for the active cell / IAccessibleTableProvider now completely based on column pos instead of column id

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [0110f338b683a4f1559327479b76457abe6af72b]

        INTEGRATION: CWS dba05 (1.18.28); FILE MERGED 2003/05/13 11:32:24 oj 1.18.28.4: remove conflicts 2003/05/13 08:39:25 oj 1.18.28.3: RESYNC: (1.18-1.20); FILE MERGED 2003/05/12 10:15:37 oj 1.18.28.2: #109428# add accessible checbox 2003/05/07 11:53:58 fs 1.18.28.1: #109014# some small renamings / IAccessibleTableProvider now completely based on column pos instead of column id

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [e9a23ffbd1af62d6c27181cbb90aa51ec700872b]

        INTEGRATION: CWS dba05 (1.12.18); FILE MERGED 2003/05/13 08:39:31 oj 1.12.18.3: RESYNC: (1.12-1.13); FILE MERGED 2003/05/12 10:15:36 oj 1.12.18.2: #109428# add accessible checbox 2003/05/07 11:49:19 fs 1.12.18.1: #109014# +isAccessibleAlive / IAccessibleTableProvider now completely based on column pos instead of column id

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [10ed2d3b22b749bce4a44b56d676ddeae4abb0ac]

        INTEGRATION: CWS dba05 (1.23.182); FILE MERGED 2003/05/12 10:15:36 oj 1.23.182.1: #109428# add accessible checbox

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [283496d65cec952abf6791243abbb6cef220c068]

        INTEGRATION: CWS dba05 (1.25.40); FILE MERGED 2003/05/14 15:06:32 fs 1.25.40.3: #109014# RemoveColumns/Clear: don't notify events which are not necessary 2003/05/13 08:39:14 oj 1.25.40.2: RESYNC: (1.25-1.26); FILE MERGED 2003/05/07 11:49:19 fs 1.25.40.1: #109014# +isAccessibleAlive / IAccessibleTableProvider now completely based on column pos instead of column id

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [09325a3aa5fe1c636eb99d070cd541c2dc393b65]

        INTEGRATION: CWS dba05 (1.102.42); FILE MERGED 2003/05/07 12:26:52 fs 1.102.42.1: #109014# deliver accessiblebrowseboxcell.hxx

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [4c5ef647f645f4ade165563313032b4cfc3639b9]

        INTEGRATION: CWS dba05 (1.18.18); FILE MERGED 2003/05/07 06:15:55 oj 1.18.18.1: #109389# correct new/delete usage

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [7a4f18b4ce0eaa63c10867a9c597f9dc479a2ec1]

        INTEGRATION: CWS dba05 (1.78.18); FILE MERGED 2003/05/13 08:24:44 oj 1.78.18.2: RESYNC: (1.78-1.79); FILE MERGED 2003/05/02 10:27:10 oj 1.78.18.1: #109239# set column name if not already set

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [f4b02d0f66d01240ccd2b03d732fae2cfe57f109]

        INTEGRATION: CWS dba05 (1.1.2); FILE ADDED 2003/05/07 11:10:00 fs 1.1.2.1: initial checkin - helpers for aggregating a proxy for a foreign component

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [844db82d117bcf01b4568a9a2db31c042c54420a]

        INTEGRATION: CWS dba05 (1.16.16); FILE MERGED 2003/05/07 11:16:37 fs 1.16.16.1: #109014# +proxyaggregation

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [120a426f082c1d792a09e25aa85b7a36e24dc66a]

        INTEGRATION: CWS dba05 (1.3.4); FILE MERGED 2003/05/14 15:09:29 fs 1.3.4.6: #109014# when multilexing events, care for proper call order at AccessibleChildManager 2003/05/13 10:52:08 oj 1.3.4.5: accessible type changes 2003/05/13 10:50:28 oj 1.3.4.4: accessible type changes 2003/05/13 10:39:45 oj 1.3.4.3: access state type name corrected 2003/05/13 08:17:55 oj 1.3.4.2: RESYNC: (1.3-1.6); FILE MERGED 2003/05/07 11:16:17 fs 1.3.4.1: #109014#: - classes related to proxy aggregation moved to separate file (proxyaggregation.cxx) - class hierarchy split up: introduced additional OAccessibleContextWrapperHelper class   which provides the ContextWrapper functionality, but does not have refcounting and XComponent support - AccessibleChildrenManager is _not_ disposing it's children anymore, but only the XAccessibleContexts   as provided by these children

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [05b16c1241cf5bb81456e4424fbe38182ebad0a0]

        INTEGRATION: CWS dba05 (1.4.16); FILE MERGED 2003/05/13 10:21:36 oj 1.4.16.3: typo corrected 2003/05/13 08:17:30 oj 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2003/05/07 11:19:55 fs 1.4.16.1: during #109014#: revokeClientNotifyDisposing: erase client from the map before actually disposing, to work around re-entrance problems of derivees

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [398647e272df7c922e0ba95d148cb176ff36c858]

        INTEGRATION: CWS dba05 (1.1.2); FILE ADDED 2003/05/07 11:09:38 fs 1.1.2.1: initial checkin - helpers for aggregating a proxy for a foreign component

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [954ae4430a6e40a215e468ea7d79f27205fc6619]

        INTEGRATION: CWS dba05 (1.2.16); FILE MERGED 2003/05/13 10:37:16 fs 1.2.16.3: wrong merge during resync 2003/05/13 08:19:54 oj 1.2.16.2: RESYNC: (1.2-1.6); FILE MERGED 2003/05/07 11:15:33 fs 1.2.16.1: #109014#: - classes related to proxy aggregation moved to separate file (proxyaggregation.hxx) - class hierarchy split up: introduced additional OAccessibleContextWrapperHelper class   which provides the ContextWrapper functionality, but does not have refcounting and XComponent support

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [98f5c5151e090bceb08d19fd114cf23f9d5cbb3a]

        INTEGRATION: CWS dba05 (1.18.20); FILE MERGED 2003/05/13 09:39:51 oj 1.18.20.2: remove drafts 2003/05/12 10:12:27 oj 1.18.20.1: #109428# add accessible checbox

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [de64eb12566924c2b3ad089383c0982ba53dd898]

        INTEGRATION: CWS dba05 (1.47.18); FILE MERGED 2003/05/13 09:39:51 oj 1.47.18.3: remove drafts 2003/05/13 08:06:54 oj 1.47.18.2: RESYNC: (1.47-1.48); FILE MERGED 2003/05/12 10:12:27 oj 1.47.18.1: #109428# add accessible checbox

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [e539e63dd14c2ad12f0dd15fc57eae327b0044a7]

        INTEGRATION: CWS dba05 (1.2.4); FILE MERGED 2003/04/30 14:44:48 oj 1.2.4.3: #109263# filter only usefull events 2003/04/30 13:27:21 oj 1.2.4.2: #109216# set -1 as default for bitmaps, will be changed afterwards 2003/04/30 11:08:59 oj 1.2.4.1: #109216# set small as default for bitmaps, will be changed afterwards

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [a22b85eca92912e6d5dba2947895d0a054abab34]

        INTEGRATION: CWS dba05 (1.19.14); FILE MERGED 2003/05/07 13:20:46 oj 1.19.14.1: 109430# set bookmark selection to false

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [c4daed0ea6cac356af7fc884523d65baffc3c9f7]

        INTEGRATION: CWS dba05 (1.5.78); FILE MERGED 2003/05/13 09:39:50 oj 1.5.78.2: remove drafts 2003/05/12 10:12:26 oj 1.5.78.1: #109428# add accessible checbox

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [b5e09aac1c1231986923ab27e3f101412830dfd9]

        INTEGRATION: CWS dba05 (1.9.28); FILE MERGED 2003/05/12 10:12:26 oj 1.9.28.1: #109428# add accessible checbox

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [6db7a8cbb776020912b75e61e988a3927b788970]

        INTEGRATION: CWS dba05 (1.6.72); FILE MERGED 2003/05/13 09:39:49 oj 1.6.72.2: remove drafts 2003/05/12 10:12:25 oj 1.6.72.1: #109428# add accessible checbox

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [846bbd8025058feaaa7ae94a493151d2a1734482]

        INTEGRATION: CWS dba05 (1.26.28); FILE MERGED 2003/05/12 10:12:25 oj 1.26.28.1: #109428# add accessible checbox

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [50f8c53a1a10267ad76c79af40210496f0113d8d]

        INTEGRATION: CWS dba05 (1.20.14); FILE MERGED 2003/05/07 13:23:35 oj 1.20.14.2: 109430# set bookmark selection to false 2003/05/07 12:44:38 oj 1.20.14.1: 109430# set bookmark selection to false

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [66b3a712dd930e69dcc201e4a64b2f119537a15d]

        INTEGRATION: CWS dba05 (1.42.8); FILE MERGED 2003/05/02 10:13:19 oj 1.42.8.2: #i13926# adjust key entry 2003/04/29 07:54:07 oj 1.42.8.1: #i13926# correct index of row access for auto increment columns

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [b47ae2abc1cb572a394afcd7accc4a8a5ace2e9b]

        INTEGRATION: CWS dba05 (1.28.44); FILE MERGED 2003/05/13 07:31:20 oj 1.28.44.2: RESYNC: (1.28-1.29); FILE MERGED 2003/05/07 12:11:49 fs 1.28.44.1: #108327# +GetControlContainer( const OuputDevice* )

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [b71c221d3bfeaeb6139e7f0a5fd795a5cc201ac2]

        INTEGRATION: CWS dba05 (1.4.32); FILE MERGED 2003/05/07 12:10:39 fs 1.4.32.1: #109014# GetFieldCharacterBounds/GetFieldIndexAtPoint based on column pos now, not on column id

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [9a2d39a04f79601bffcb51194af3d48030d84b01]

        INTEGRATION: CWS dba05 (1.2.44); FILE MERGED 2003/05/07 12:16:36 fs 1.2.44.1: prevent warning from new MSVC

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [691cfc05a4fec17260b7769502eef8f924e8f599]

        INTEGRATION: CWS dba05 (1.10.204); FILE MERGED 2003/05/12 10:13:24 oj 1.10.204.1: #109428# add accessible checbox

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [7205d4cdf4fac949d8a8c59f32e86da3e32ba914]

        INTEGRATION: CWS dba05 (1.9.44); FILE MERGED 2003/05/07 09:27:55 oj 1.9.44.1: #i13806# attach as property listener on the bound field if currently no bound field exists

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [1cfc1e3a3552d6f2df0b737a1bd12d92326d6ce5]

        INTEGRATION: CWS dba05 (1.18.32); FILE MERGED 2003/05/07 12:09:50 fs 1.18.32.1: #109014# GetFieldCharacterBounds/GetFieldIndexAtPoint based on column pos now, not on column id

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [bf398e70e414650373baaa86cd22fa9877a0bba4]

        INTEGRATION: CWS dba05 (1.27.44); FILE MERGED 2003/05/05 13:43:32 oj 1.27.44.1: #i13959# correct search loop

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [6426ef381fb6b6e070e9af383db76fbf7dbc6c22]

        INTEGRATION: CWS dba05 (1.8.44); FILE MERGED 2003/05/12 09:15:14 oj 1.8.44.1: #109487# change name of the imagecontrol to DatabaseImageControl

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [7cca9e8b83cd092db072d6d4a95ff84cadeb05c7]

        INTEGRATION: CWS dba05 (1.33.22); FILE MERGED 2003/05/07 09:04:24 oj 1.33.22.2: #i13806# attach as property listener on the bound field if currently no bound field exists 2003/05/05 13:43:31 oj 1.33.22.1: #i13959# correct search loop

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [fd0f7e143c94cb33c1b2006a8a6d19799d58accd]

        INTEGRATION: CWS dba05 (1.60.20); FILE MERGED 2003/05/13 07:35:47 oj 1.60.20.2: RESYNC: (1.60-1.61); FILE MERGED 2003/05/12 10:13:23 oj 1.60.20.1: #109428# add accessible checbox

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [065149b185e1127339427d29935d778180120fc7]

        INTEGRATION: CWS dba05 (1.34.44); FILE MERGED 2003/05/13 09:43:16 oj 1.34.44.2: remove drafts 2003/05/07 12:12:56 fs 1.34.44.1: #109014# have an own AccessibleContext now

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [5ecac991ca14c210e308c885fbf1af3c73f30f18]

        INTEGRATION: CWS dba05 (1.14.44); FILE MERGED 2003/05/13 12:57:29 oj 1.14.44.3: remove conflict 2003/05/13 07:52:22 oj 1.14.44.2: RESYNC: (1.14-1.15); FILE MERGED 2003/05/07 12:15:40 fs 1.14.44.1: during #109014#: need to derive from XComponent for lifetime control (needed when this class is used indirectly in Calc's toolbox)

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [f0b24e49483eabb10fc83fac27f448649526dc38]

        INTEGRATION: CWS dba05 (1.34.40); FILE MERGED 2003/05/13 07:50:47 oj 1.34.40.2: RESYNC: (1.34-1.37); FILE MERGED 2003/05/07 12:15:42 fs 1.34.40.1: during #109014#: need to derive from XComponent for lifetime control (needed when this class is used indirectly in Calc's toolbox)

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [6373fcd6a0d5024f49f4e285d4c9d13e9edf7977]

        INTEGRATION: CWS dba05 (1.17.10); FILE MERGED 2003/05/14 15:05:42 fs 1.17.10.4: #109014: when multilexing events, care for proper call order at AccessibleChildManager 2003/05/13 14:02:40 oj 1.17.10.3: remove conflict 2003/05/13 07:51:41 oj 1.17.10.2: RESYNC: (1.17-1.18); FILE MERGED 2003/05/07 12:14:06 fs 1.17.10.1: #108327# allow delayed initialization of the object, by waiting for the UnoControl to appear

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [3e5e40abfa6220cf5153431d0ba42e6d2cf7f050]

        INTEGRATION: CWS dba05 (1.4.32); FILE MERGED 2003/05/07 12:08:29 fs 1.4.32.1: #109014# GetFieldCharacterBounds/GetFieldIndexAtPoint based on column pos now, not on column id

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [658febfae62461bda3a7f22bf86c12806de2458d]

        INTEGRATION: CWS dba05 (1.7.218); FILE MERGED 2003/05/13 09:43:14 oj 1.7.218.2: remove drafts 2003/05/07 12:12:40 fs 1.7.218.1: #109014# have an own AccessibleContext now

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [4d87acb348f4adab5340509074c25f49545af203]

        INTEGRATION: CWS soberfilterteam06 (1.14.50); FILE MERGED 2003/05/01 07:45:15 cmc 1.14.50.1: #109199# New Helper Method to move the properties of a full paragraph and deprecate very suspicious looking SetStartPos method

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [23bba28731ea997fa1dc7ae3983f80819e374912]

        INTEGRATION: CWS soberfilterteam06 (1.10.200); FILE MERGED 2003/05/01 07:44:33 cmc 1.10.200.1: #109199# New Helper Method to move the properties of a full paragraph

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [c2820afe1348a1b7b98aa1fc9e699bd5c4e57dc6]

        INTEGRATION: CWS soberfilterteam06 (1.9.24); FILE MERGED 2003/05/14 13:03:24 abutler 1.9.24.1: #109655# Added progress bar destructor

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [28ecdfcd4d5fca9ebb00492612a528abd0bad681]

        INTEGRATION: CWS soberfilterteam06 (1.23.50); FILE MERGED 2003/05/06 15:44:27 cmc 1.23.50.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [d9acfe3e6cbb504258217975b506ca213e327f73]

        INTEGRATION: CWS soberfilterteam06 (1.59.4); FILE MERGED 2003/05/12 09:05:06 cmc 1.59.4.2: #108735# Support Do/Dont use html para spacing compatability flag 2003/05/06 15:44:26 cmc 1.59.4.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [14250ccc7fe1419f229620301fd1acce1d9fd3ed]

        INTEGRATION: CWS soberfilterteam06 (1.96.26); FILE MERGED 2003/05/12 09:05:05 cmc 1.96.26.2: #108735# Support Do/Dont use html para spacing compatability flag 2003/05/06 15:44:25 cmc 1.96.26.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [136f282b7ebab5c85f4c01558eabd4bb9f9249c6]

        INTEGRATION: CWS soberfilterteam06 (1.134.4); FILE MERGED 2003/05/14 14:12:28 cmc 1.134.4.3: #109311# Hack around lack of from left in rtl mode for import 2003/05/07 09:47:31 cmc 1.134.4.2: #109414# #109413# im/ex of some custom index entries commands 2003/05/06 15:44:25 cmc 1.134.4.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [ec2d32a9ac067eb5aa4197a8b55c9bb129541402]

        INTEGRATION: CWS soberfilterteam06 (1.66.4); FILE MERGED 2003/05/07 09:47:29 cmc 1.66.4.2: #109414# #109413# im/ex of some custom index entries commands 2003/05/06 15:44:24 cmc 1.66.4.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [251ba90d863c2695c9f46ef922e49d72a65da9ea]

        INTEGRATION: CWS soberfilterteam06 (1.44.26); FILE MERGED 2003/05/14 12:00:52 cmc 1.44.26.3: #109158# old compilers don't like the for loop declaration 2003/05/13 16:57:00 cmc 1.44.26.2: #109158# Remove unnumbered list level placeholders of higher list levels from consideration when determining prefix and suffix for list entries 2003/05/06 15:44:23 cmc 1.44.26.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [913d59169c77d5f5a9516d5fe9b6a49434861682]

        INTEGRATION: CWS soberfilterteam06 (1.29.26); FILE MERGED 2003/05/06 15:44:23 cmc 1.29.26.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [ed000340862e84a311e4e0982066343931ddd7e5]

        INTEGRATION: CWS soberfilterteam06 (1.83.4); FILE MERGED 2003/05/06 15:44:22 cmc 1.83.4.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [a22ff4d5d26a7070657d3a6afe7823e57d4acf7b]

        INTEGRATION: CWS soberfilterteam06 (1.110.4); FILE MERGED 2003/05/14 14:12:27 cmc 1.110.4.5: #109311# Hack around lack of from left in rtl mode for import 2003/05/13 16:57:00 cmc 1.110.4.4: #109158# Remove unnumbered list level placeholders of higher list levels from consideration when determining prefix and suffix for list entries 2003/05/12 11:55:48 cmc 1.110.4.3: #109556# shape field not imported fully correctly 2003/05/07 09:47:29 cmc 1.110.4.2: #109414# #109413# im/ex of some custom index entries commands 2003/05/06 15:44:22 cmc 1.110.4.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [eb97e1176f7c2652a6e16a0aff750faa1ca9f784]

        INTEGRATION: CWS soberfilterteam06 (1.107.26); FILE MERGED 2003/05/12 11:55:47 cmc 1.107.26.4: #109556# shape field not imported fully correctly 2003/05/12 09:05:04 cmc 1.107.26.3: #108735# Support Do/Dont use html para spacing compatability flag 2003/05/07 09:47:28 cmc 1.107.26.2: #109414# #109413# im/ex of some custom index entries commands 2003/05/06 15:44:21 cmc 1.107.26.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [dc85dbe41adca2dd8bb827cac8761c32d1e04121]

        INTEGRATION: CWS soberfilterteam06 (1.47.26); FILE MERGED 2003/05/06 15:44:20 cmc 1.47.26.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [2441569d35da9475d9a3868ef3ee7c97223df4e3]

        INTEGRATION: CWS soberfilterteam06 (1.94.26); FILE MERGED 2003/05/14 14:12:26 cmc 1.94.26.2: #109311# Hack around lack of from left in rtl mode for import 2003/05/06 15:44:20 cmc 1.94.26.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [dd4b55f223b205a445c93a6bc3f0d9ada2166e58]

        INTEGRATION: CWS soberfilterteam06 (1.62.4); FILE MERGED 2003/05/07 09:47:27 cmc 1.62.4.1: #109414# #109413# im/ex of some custom index entries commands

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [a8a6b01085739f5d3ad3de7218b543c14b7e395d]

        INTEGRATION: CWS soberfilterteam06 (1.45.26); FILE MERGED 2003/05/06 15:44:19 cmc 1.45.26.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [c2828bd5a52ba2d345cb25c2882c8489f48cc4bb]

        INTEGRATION: CWS soberfilterteam06 (1.53.50); FILE MERGED 2003/05/13 17:37:04 cmc 1.53.50.2: #i13233# Bookmarks retrieved before revisions are shown, which invalidates the bookmark cache!, move redline enabling to before any nodes are accessed 2003/05/12 09:05:04 cmc 1.53.50.1: #108735# Support Do/Dont use html para spacing compatability flag

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [6837f4f656b691d934fad84d2b5287e216b8d054]

        INTEGRATION: CWS soberfilterteam06 (1.23.50); FILE MERGED 2003/05/06 15:44:18 cmc 1.23.50.1: #i14169# Remove unused identifiers

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [e1c25cbce74b6e0205fe7aa7d3cd24c7dcc0a16c]

        INTEGRATION: CWS soberfilterteam06 (1.8.50); FILE MERGED 2003/05/07 16:13:29 cmc 1.8.50.3: #109129# Complex tables in frames in headers nonsense 2003/05/06 09:19:34 cmc 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2003/04/30 14:13:25 cmc 1.8.50.1: #13860# deleting pagedesc's obviously invalidates following page indexes

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [d440853cdd5fe4c08005d36b802747907aebaf4f]

        INTEGRATION: CWS soberfilterteam06 (1.25.12); FILE MERGED 2003/05/08 09:05:37 cmc 1.25.12.4: #109452# Check in parent attrset as well for numbering to see if numbering is set 2003/05/07 16:13:28 cmc 1.25.12.3: #109129# Complex tables in frames in headers nonsense 2003/05/06 09:19:25 cmc 1.25.12.2: RESYNC: (1.25-1.26); FILE MERGED 2003/04/30 14:13:25 cmc 1.25.12.1: #13860# deleting pagedesc's obviously invalidates following page indexes

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [566d20cc774bb472ef039021500def28cf5c8fd9]

        INTEGRATION: CWS soberfilterteam06 (1.14.12); FILE MERGED 2003/05/08 08:35:41 cmc 1.14.12.4: #109129# If table is not defined and aborted, restore the default cell layout 2003/05/07 16:13:27 cmc 1.14.12.3: #109129# Complex tables in frames in headers nonsense 2003/05/07 15:35:35 cmc 1.14.12.2: #i12627# no crash 2003/05/01 07:46:27 cmc 1.14.12.1: #109199# Use New Helper Method to move the properties of a full paragraph when it is revealed after it is inserted that it is actually in table after all.

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [d9f18a50bb9da27c347495e3ebc092e78bbd3949]

        INTEGRATION: CWS soberfilterteam06 (1.10.12); FILE MERGED 2003/05/07 16:13:27 cmc 1.10.12.1: #109129# Complex tables in frames in headers nonsense

2003-05-19  Vladimir Glazounov  <vg@openoffice.org>  [f28103f2f59dd51c2f3a50c4918afef6b32f8b3a]

        INTEGRATION: CWS soberfilterteam06 (1.36.4); FILE MERGED 2003/05/12 12:18:22 cmc 1.36.4.1: #109522# When a symbol font is used word requires the af and f tags to use the same font otherwise it does the wrong thing. Seems rather odd to me

2003-05-19  Andre Fischer  <af@openoffice.org>  [271bf6eccadbf19afb7cb162c65e6b1ac8344c84]

        Added ObjectViewContainer.

2003-05-19  Andre Fischer  <af@openoffice.org>  [5f70b4fa656f0fb5cee46de29c068eba9930a70b]

        Moved NameProvider to Tools package.

2003-05-19  Andre Fischer  <af@openoffice.org>  [62e5a35575467bd1b3dbcc31ff0c5f7d5c191eb8]

        Added ObjectView and Tools packages.

2003-05-19  Andre Fischer  <af@openoffice.org>  [ff56ea670c63c9a60f41df5810ab5a4603a0522b]

        Added Tools package.

2003-05-19  Andre Fischer  <af@openoffice.org>  [1c55c8d8b2d067ba71006d39df513d2a39a58f98]

        Added ObjectView package.

2003-05-18  Kevin Hendricks  <khendricks@openoffice.org>  [3f2ceb5ac237e09e5486a921805f752b9fef3daf]

        fixes to pyuno to use the new component names, update version of demo standalone version to 0.94 fix for tests to use the new component names

2003-05-18  Kevin Hendricks  <khendricks@openoffice.org>  [f08641980f766a7a8e2e47f39c5d48edf4431a82]

        fix to use --whole-archive --no-whole-archive matched pair and to use the patch for PIC on ppc Linux

2003-05-16  Kurt Zenker  <kz@openoffice.org>  [bfba3d4536327604e5548310c0424579338e504b]

        new version for SRX645

2003-05-16  Kurt Zenker  <kz@openoffice.org>  [d7f1bef946eb4820c654a7fd690d72ace0ce7290]

        new version for SRX645

2003-05-16  Rüdiger Timm  <rt@openoffice.org>  [fcc652a821a1fbf773650d1b6562a69e09f4287b]

        SRX645

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [78bdf2385dcf3c7d97fc9dbec8115e3fae8bbc11]

        INTEGRATION: CWS draw10 (1.16.2); FILE MERGED 2003/04/30 10:56:01 lo 1.16.2.1: #109140# StartPresentation for mediadescriptor

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [a2e0e2a3f5946d3ff7ed0d80747b7a14aba6e0e9]

        INTEGRATION: CWS draw10 (1.72.40); FILE MERGED 2003/05/08 15:12:50 sj 1.72.40.2: #109420# fixed windows compiler optimization bug 2003/05/07 11:03:18 sj 1.72.40.1: #109291# changing minimal edgenode distance to zero, this leads to better connections between objects having a distance below 1cm in horz or vert direction

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [7ebe6cf730b4e27bd5d6694e083c98293e10abdf]

        INTEGRATION: CWS draw10 (1.15.2); FILE MERGED 2003/04/29 12:11:09 thb 1.15.2.1: #107169# No longer taking fully transparent objects into consideration

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [2eb24fe5351e4780e49c55ac7b12fa3ec3f082fe]

        INTEGRATION: CWS draw10 (1.3.20); FILE MERGED 2003/05/16 08:53:56 rt 1.3.20.4: RESYNC: (1.4-1.5); FILE MERGED 2003/05/07 14:21:43 cl 1.3.20.3: #109412# call onEdit on double click 2003/05/07 13:58:51 cl 1.3.20.2: #109412# call onEdit on double click 2003/05/07 13:19:18 cl 1.3.20.1: #109417# correctly call FreeResource()

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [ba4d8339aa7d00694c55f8ec8fccee4231a352c2]

        INTEGRATION: CWS draw10 (1.6.70); FILE MERGED 2003/05/07 10:01:56 sj 1.6.70.1: #109347# changed focus in pdf export dialog

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [e8ceb2bd816ff1c0beeae3167824c0e66e2ac816]

        INTEGRATION: CWS draw10 (1.11.22); FILE MERGED 2003/04/30 09:37:26 lo 1.11.22.1: #109140# -start for StartPresentation

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [2346eacbc8b16429ad91089c848a161bf7e51168]

        INTEGRATION: CWS draw10 (1.29.8); FILE MERGED 2003/04/30 12:11:08 lo 1.29.8.2: #109140# StartPresentation for mediadescriptor 2003/04/30 09:37:26 lo 1.29.8.1: #109140# -start for StartPresentation

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [a8145d3296734dc184420a2211eff28528c1009d]

        INTEGRATION: CWS draw10 (1.5.98); FILE MERGED 2003/04/30 09:37:25 lo 1.5.98.1: #109140# -start for StartPresentation

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [6bb5dd9b6aa8514b228f1317fbc864b8be927843]

        INTEGRATION: CWS draw10 (1.14.22); FILE MERGED 2003/04/30 09:37:25 lo 1.14.22.1: #109140# -start for StartPresentation

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [7e70901296549dac4b55d09fca108f7a0af25a53]

        INTEGRATION: CWS draw10 (1.13.22); FILE MERGED 2003/05/05 12:21:45 cl 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED 2003/04/30 09:37:25 lo 1.13.22.1: #109140# -start for StartPresentation

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [6c42d9d6d2365a04b2ca9bb27754a8382ac3f2ce]

        INTEGRATION: CWS draw10 (1.17.22); FILE MERGED 2003/05/05 12:21:38 cl 1.17.22.3: RESYNC: (1.17-1.18); FILE MERGED 2003/04/30 12:11:08 lo 1.17.22.2: #109140# StartPresentation for mediadescriptor 2003/04/30 09:37:24 lo 1.17.22.1: #109140# -start for StartPresentation

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [8723da970b46af275539704931e43c8f0c6d664b]

        INTEGRATION: CWS draw10 (1.107.4); FILE MERGED 2003/05/05 12:21:32 cl 1.107.4.3: RESYNC: (1.107-1.109); FILE MERGED 2003/04/30 12:11:07 lo 1.107.4.2: #109140# StartPresentation for mediadescriptor 2003/04/30 09:37:23 lo 1.107.4.1: #109140# -start for StartPresentation

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [ab5d8ee26ca62c1a4cac23d65c5ad2cb21a7b4c0]

        INTEGRATION: CWS draw10 (1.61.8); FILE MERGED 2003/05/07 13:42:27 od 1.61.8.1: #107169# adjustments for non-overlapping border rectangle for printer output device

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [1fac19d247454045b39fb2bcf4bd15c2cdeb65ab]

        INTEGRATION: CWS draw10 (1.9.114); FILE MERGED 2003/05/12 12:30:19 cl 1.9.114.1: #109140# added -start command line parameter

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [f637ac6937710f5e3e307b10f4d1293e055a7aa7]

        INTEGRATION: CWS draw10 (1.62.22); FILE MERGED 2003/05/05 12:15:09 cl 1.62.22.2: merge to m13 2003/04/30 15:34:05 cl 1.62.22.1: #109194# overloaded dispose and do EndListening in dispose

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [9ba20c37e1a5b6a605bf0ddf8b2739fd04018890]

        INTEGRATION: CWS draw10 (1.21.22); FILE MERGED 2003/05/05 12:13:43 cl 1.21.22.2: merge to m13 2003/04/30 15:33:18 cl 1.21.22.1: #109194# overloaded dispose

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [fb61adcc076fc3b73e39a30d941e02dc0230e502]

        INTEGRATION: CWS draw10 (1.7.120); FILE MERGED 2003/05/05 13:54:05 cl 1.7.120.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/29 12:02:22 af 1.7.120.1: #109012# Listening for focus events instead of top level events to keep track of focus.

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [5208ffd9ff35f79c0b505690b114e61dead370e3]

        INTEGRATION: CWS draw10 (1.52.8); FILE MERGED 2003/05/12 12:28:51 cl 1.52.8.1: #109140# added -start command line parameter

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [2ef99c0d25fdfcf3f6ff11747df13176a80aeee2]

        INTEGRATION: CWS draw10 (1.33.22); FILE MERGED 2003/05/12 14:04:25 cl 1.33.22.2: RESYNC: (1.33-1.34); FILE MERGED 2003/04/29 12:26:10 af 1.33.22.1: #109135# Tab leaves multi line edit field on page 4 instead of inserting it.

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [c40844310c8c525939bae6e40c43e1836793d8c9]

        INTEGRATION: CWS draw10 (1.17.24); FILE MERGED 2003/05/05 13:59:07 cl 1.17.24.2: RESYNC: (1.17-1.18); FILE MERGED 2003/04/29 12:09:36 af 1.17.24.1: #109012# Listening to focus events instead of top window events.

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [358eb0ce32cb20b0983b9267ad02941ceff75014]

        INTEGRATION: CWS draw10 (1.45.24); FILE MERGED 2003/05/08 16:26:31 sj 1.45.24.1: #108768# improved performance if loading documents

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [441434a26d2f7d19f2f8d2ebd93d5d62dbb61fac]

        INTEGRATION: CWS draw10 (1.58.8); FILE MERGED 2003/05/12 12:27:49 cl 1.58.8.1: #109140# added -start command line parameter

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [c18d4383ac06c7cae35c7802b4ce7897daefc8f0]

        INTEGRATION: CWS draw10 (1.24.8); FILE MERGED 2003/05/12 12:26:32 cl 1.24.8.1: #109140# added -start command line parameter

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [460d34a7be0a99f5eba08514206a1c13dbafe564]

        INTEGRATION: CWS draw10 (1.82.6); FILE MERGED 2003/05/09 10:15:44 lo 1.82.6.4: #109140# fix out of bounds condition 2003/05/05 12:19:22 cl 1.82.6.3: RESYNC: (1.82-1.84); FILE MERGED 2003/04/30 10:22:34 lo 1.82.6.2: #109140# -start for StartPresentation 2003/04/30 08:42:08 lo 1.82.6.1: #109140# StartPresentation parameter for mediadescriptor/itemset

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [1e86d100900bc203be93afcde0b3d3dac60a66a0]

        INTEGRATION: CWS aw002 (1.31.2); FILE MERGED 2003/05/07 12:57:02 sj 1.31.2.2: RESYNC: (1.31-1.32); FILE MERGED 2003/04/30 13:04:01 sj 1.31.2.1: #i12663# defaulting zero font height with 12pt, always using dxarray

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [9558b41bf32f28543b85bdaeedab279045434cd7]

        INTEGRATION: CWS aw002 (1.30.20); FILE MERGED 2003/04/24 11:17:05 aw 1.30.20.1: #109007# Suppress default connects to inside object and object center

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [bc5ec245262fc2dbb4e3b01949c8f155e5cfb41c]

        INTEGRATION: CWS aw002 (1.68.18); FILE MERGED 2003/05/07 12:51:24 sj 1.68.18.3: RESYNC: (1.68-1.69); FILE MERGED 2003/05/06 16:08:31 sj 1.68.18.2: #109403# now exporting hyperlinks in textfields 2003/04/25 11:01:46 sj 1.68.18.1: #i12683# correct mapping of arc objects

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [a64e53896fe929bb86e9bcadda3c76b30c259d0a]

        INTEGRATION: CWS aw002 (1.34.20); FILE MERGED 2003/05/06 16:08:32 sj 1.34.20.1: #109403# now exporting hyperlinks in textfields

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [b25d31919fa03564e91d1054998930ef443cc633]

        INTEGRATION: CWS aw002 (1.45.20); FILE MERGED 2003/04/28 10:17:55 sj 1.45.20.1: #i13075# checking master page availability

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [681b39f508fd4c02358caa74692d25206ea581ee]

        INTEGRATION: CWS aw002 (1.24.182); FILE MERGED 2003/04/24 11:15:57 aw 1.24.182.1: #109007# Suppress default connect at object center Suppress default connect at object inside bound

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [3ffaf3c3d2d68f53887bf8bba6f4ff200f9e5f63]

        INTEGRATION: CWS aw002 (1.103.22); FILE MERGED 2003/04/28 10:20:03 sj 1.103.22.1: #i13075# changed error tolerance to read as much pages as possible

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [016a67f1d7db31ff52d0e9899d34aaffef03f8ad]

        INTEGRATION: CWS aw002 (1.20.34); FILE MERGED 2003/04/25 12:50:31 sj 1.20.34.1: #i12683# correct mapping of arc objects

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [6a3bde7ac1196c5bda68e67b8265d3d9bb56138c]

        INTEGRATION: CWS aw002 (1.37.32); FILE MERGED 2003/05/07 11:53:43 sj 1.37.32.3: RESYNC: (1.37-1.38); FILE MERGED 2003/04/25 11:01:00 sj 1.37.32.2: #i12683# swapping line ends for arc objects 2003/04/24 13:43:18 sj 1.37.32.1: #i11701# using map mode TWIP for EdgeStartPoint and EdgeEndPoint (the mapmode will be changed someday by i13778 and this fix has to be removed). No longer connecting Connector shapes for Word documents (because they are allowed within a Drawing Canvas only)

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [fb24b687539e3f8798189c4734f3ff03e78383b1]

        INTEGRATION: CWS aw002 (1.11.26); FILE MERGED 2003/05/07 10:58:18 sj 1.11.26.2: RESYNC: (1.11-1.12); FILE MERGED 2003/04/30 10:04:04 hbrinkm 1.11.26.1: #i13747#  SwDoc::OutlineUpDown

2003-05-16  Tomas O'Connor  <toconnor@openoffice.org>  [6c10388724898258e8ccaafa0e8da71975ebc80d]

        Add ScriptRuntimeForRhino

2003-05-16  Tomas O'Connor  <toconnor@openoffice.org>  [3ef8f0cfdfe87bf9d6e5e5ff3835c8d5662fe91d]

        Add debugger example

2003-05-16  Tomas O'Connor  <toconnor@openoffice.org>  [7c3c96032bac7a3cdc8ef9e89de0667bfcf4f28b]

        Build and installer changes for packaging Rhino runtime and debugger example

2003-05-16  Vladimir Glazounov  <vg@openoffice.org>  [1843a70e6930c779094248dfe3f2df6e834afb0c]

        #100000# PL: fix dead lock

2003-05-16  Duncan Foster  <dfoster@openoffice.org>  [6b8d30eb75b95a293f6e13e467fe6cc6d088d972]

        #i14018# Need to be able to bind to scripts on the filesystem Adjusted layout of assign dialogs, and added new button to get filechooser. Assorted changes to support filesys scripts Fixed bug in ScriptRUntimeForBeanshell (misplaced ';')

2003-05-15  Svante Schubert  <sus@openoffice.org>  [3db675a9cc01f222fdea8ab033348d8ac9f0b21f]

        Removed two possible null pointer exceptions and expanded catch clause with a printStackTrace()

2003-05-15  Svante Schubert  <sus@openoffice.org>  [f174b9686496eb774bef45e8cbe58ae016b04365]

        Removed two possible null pointer exceptions and expanded catch clause with a printStackTrace()

2003-05-15  Kurt Zenker  <kz@openoffice.org>  [7aba69d8c0f4702cc3594772f8bef0741f67e4a3]

        new version for SRX645

2003-05-15  Kurt Zenker  <kz@openoffice.org>  [b115a7d0b22c3b51b2e1750bc812ad12fe7a24f0]

        new version for SRX645

2003-05-15  Tomas O'Connor  <toconnor@openoffice.org>  [ebf16d9db3a2f5cafc5fd47347826d3112a245b9]

        Select appropriate filter in file chooser dialog

2003-05-15  Rüdiger Timm  <rt@openoffice.org>  [2fbf35d552c3eda0f747ce0b3dfffe0f5e8472db]

        SRX645

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [67f3aaa95b08680bb2ded4a3844063a8267b5c5a]

        INTEGRATION: CWS fwk02 (1.40.12); FILE MERGED 2003/05/06 16:07:26 cd 1.40.12.1: #109290# Use magenta as fill color for COL_AUTO to workaround problem with 24-bit images

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [bf8a3e5355591737c6af70005853470c004d0bca]

        INTEGRATION: CWS fwk02 (1.1.132); FILE MERGED 2003/05/08 14:27:50 cd 1.1.132.1: #109197# Fixed Error and warning in the documentation

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [96a9da8c296ad4969013e62a156b9595cb04c3b1]

        INTEGRATION: CWS fwk02 (1.48.34); FILE MERGED 2003/05/13 12:50:23 as 1.48.34.2: RESYNC: (1.48-1.49); FILE MERGED 2003/05/07 10:10:46 mba 1.48.34.1: #i14090#: argument for SID_NEWDOCDIRECT got lost

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [72ebade2e13469bae103ef8ba0ec6a3c98141ed6]

        INTEGRATION: CWS fwk02 (1.41.8); FILE MERGED 2003/05/07 10:18:08 mba 1.41.8.1: #i14041#: don't allow to close a view when a macro is running

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [e077ddc74d207c67d68e491740df8f670262daf8]

        INTEGRATION: CWS fwk02 (1.114.26); FILE MERGED 2003/05/13 10:24:05 mav 1.114.26.1: #109427# fix backup creation

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [4f03108d63d8eed4f1755ed355a93a6abfc02834]

        INTEGRATION: CWS fwk02 (1.131.8); FILE MERGED 2003/05/13 10:24:04 mav 1.131.8.1: #109427# fix backup creation

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [ff420fdf437c2b6c690fc98a7052929d0fe39d10]

        INTEGRATION: CWS fwk02 (1.52.36); FILE MERGED 2003/05/13 11:11:47 mba 1.52.36.1: #109572#: create help UCP content on demand

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [4c8f4d3ccae4d44839a7cff5382862ba559a1bbd]

        INTEGRATION: CWS fwk02 (1.21.36); FILE MERGED 2003/05/13 11:07:36 mba 1.21.36.1: #109112#: don't delete open documents in Deinitialize, it's too late anyway

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [304830269aa7899f7feaf19c0c91ea39583205fe]

        INTEGRATION: CWS fwk02 (1.5.8); FILE MERGED 2003/05/13 08:02:27 as 1.5.8.1: #109537# use ofa res explicit

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [66e367284fa328ab06d2252b975401c393b96ab8]

        INTEGRATION: CWS fwk02 (1.17.24); FILE MERGED 2003/05/13 09:19:14 as 1.17.24.3: #109316# undo cosmetic fixes 2003/05/08 09:58:00 as 1.17.24.2: #109316# show assertion for non recordable items, so they can be checked 2003/05/08 07:51:41 as 1.17.24.1: #109316# ignore non recordable items

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [802961264aae78133fd56cb8a5139b1b53c2b9c9]

        INTEGRATION: CWS fwk02 (1.10.8); FILE MERGED 2003/05/13 08:01:03 as 1.10.8.1: #109537# use default res manager as default

2003-05-15  Vladimir Glazounov  <vg@openoffice.org>  [8c8ea1075338dbb70a900f5656bfdb0011bb1404]

        INTEGRATION: CWS fwk02 (1.17.16); FILE MERGED 2003/05/08 07:51:42 as 1.17.16.1: #109316# ignore non recordable items

2003-05-15  Rüdiger Timm  <rt@openoffice.org>  [7aae04f014fc0dd4d2704fc47d0d3a7b993b5c52]

        #100000# Naming for windows license text files.

2003-05-14  Rüdiger Timm  <rt@openoffice.org>  [058e81820a27af5d0be9ecd34485f8a94e147b64]

        #100000# Don't create dirs in 'delete' case

2003-05-14  Vladimir Glazounov  <vg@openoffice.org>  [59e37e29cd8f6f2daeabdff7f78404b9c5112d11]

        #100000# fixed incompatible build behaviour for linked modules, fixed multiprocessing for -since

2003-05-14  Svante Schubert  <sus@openoffice.org>  [78dc61d1d19db59046285ac1d277d109bc58cc7a]

        xMultiServiceFactory has been hashed locally in this class only by a simple string, this will be exchanged to the hashMap of the object as String to avoid returning an old reference.

2003-05-14  Rüdiger Timm  <rt@openoffice.org>  [5bbf80e212322dfeef1e775164cd39da42c01fe7]

        new version for SRX645

2003-05-14  Kurt Zenker  <kz@openoffice.org>  [a04bb4a01fca7df92ff1376aaddc753788de6ca3]

        new version for SRX645

2003-05-14  Kurt Zenker  <kz@openoffice.org>  [075a535683dcff55d082b6cc3a5b6f97db837e97]

        new version for SRX645

2003-05-14  Kurt Zenker  <kz@openoffice.org>  [83603ed305292a6324c075de88b126d1fa68af4c]

        new version for SRX645

2003-05-14  Kurt Zenker  <kz@openoffice.org>  [733c7211a5f4db7374935ff7b8f9fabb9d225739]

        new version for SRX645

2003-05-14  Martin Hollmichel  <mh@openoffice.org>  [f8e6019c28c1556852b497ec3835e8cc17d9bd6a]

        join: from ooo11beta2, #i100000#

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [e300a21c065a809731315507e61b95204f10c402]

        new version for SRX645

2003-05-13  Kurt Zenker  <kz@openoffice.org>  [e57a0012dc14d0f0e231a99f1bd72febe6501694]

        new version for SRX645

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [ec80ed01a9a7630a4fd12942334c1f2e3f279d23]

        #100000# Deliver more specifically.

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [7e62bfbfb4da02de4a1a83faf5fb8b597d0436cf]

        #100000# Deliver more specifically.

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [47f333a80e62a0af37d7fca7aa5642c912db2014]

        #100000# Deliver more specifically.

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [e2ffd7910d62384c3b633bba7aa639cd3606886a]

        #100000# Deliver more specifically.

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [7232e13a61f42964e68aabbcd3a04350f8f09145]

        #100000# MAV: added new dependency

2003-05-13  Kurt Zenker  <kz@openoffice.org>  [9e67b4ef8d6795b0ad52578101f590c278cf72cf]

        new version for SRX645

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4d3c0b49aeb1930b68c01796ab187c813cf27e30]

        INTEGRATION: CWS calc08 (1.166.12); FILE MERGED 2003/05/02 15:30:49 sab 1.166.12.1: #109193#; make the compare for equal rows work

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [8c78f18f502b9509dc7334d3050f2ab90f6bf04c]

        INTEGRATION: CWS calc08 (1.52.18); FILE MERGED 2003/05/08 14:47:37 nn 1.52.18.2: RESYNC: (1.52-1.53); FILE MERGED 2003/05/07 19:21:54 er 1.52.18.1: #109383# operators new/delete mismatch

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [2b3bb9899e427afeb31e03c0a21f9a4460fa9c2f]

        INTEGRATION: CWS calc08 (1.60.18); FILE MERGED 2003/05/08 14:50:49 nn 1.60.18.2: RESYNC: (1.60-1.62); FILE MERGED 2003/05/07 19:41:44 er 1.60.18.1: #109383# operators new/delete mismatch

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [5579cae8d2f7f37da9563f69e0106f780908ad55]

        INTEGRATION: CWS calc08 (1.7.28); FILE MERGED 2003/04/29 15:06:37 nn 1.7.28.1: #108995# GetBetaDist: rearranged formula to avoid floating point overflow

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [aa0b04ffa676ee9b06917fa54d9e2da65631afc6]

        INTEGRATION: CWS calc08 (1.16.28); FILE MERGED 2003/05/07 19:44:10 er 1.16.28.1: #109383# operators new/delete mismatch

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [3881c7aa8bbd3656d2582def1d2802f0f5ed81f3]

        INTEGRATION: CWS calc08 (1.19.176); FILE MERGED 2003/05/07 15:00:32 er 1.19.176.1: #109386# operators new/delete mismatch

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [d7db7cbf604f6dd5419e934002142c2c8ffb4ee4]

        INTEGRATION: CWS calc08 (1.4.14); FILE MERGED 2003/05/07 17:45:09 er 1.4.14.1: #109386# operators new/delete mismatch (and deleting void* is undefined!)

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6ea13437fffec77c6f0ee31af6be67bec86249b7]

        INTEGRATION: CWS sal03 (1.12.10); FILE MERGED 2003/05/05 09:50:09 tra 1.12.10.1: #109261#removed unnecessary assertions

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [cd9591712746782b306db38549ccbdfa134c5c89]

        INTEGRATION: CWS sal03 (1.6.22); FILE MERGED 2003/05/05 09:50:09 tra 1.6.22.1: #109261#removed unnecessary assertions

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [23796bad118fbc3934f12b41fddfd9bbb0b7f7a2]

        INTEGRATION: CWS sal03 (1.29.10); FILE MERGED 2003/04/30 07:10:18 tra 1.29.10.1: #109063#introduced flag osl_VolumeInfo_Mask_FileSystemCaseHandling to separate query for drive type and for file system case handling in order to avoid unnecessary system calls

2003-05-13  Vladimir Glazounov  <vg@openoffice.org>  [81efbd3970ddb09986956f189c7e34b634308828]

        INTEGRATION: CWS sal03 (1.26.10); FILE MERGED 2003/04/30 07:10:17 tra 1.26.10.1: #109063#introduced flag osl_VolumeInfo_Mask_FileSystemCaseHandling to separate query for drive type and for file system case handling in order to avoid unnecessary system calls

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [d12a2a7e00dbddf47ee0d78be7b927ba1b92dfc9]

        SRX645

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [1f4d2cbbeafce98cded180d8c9716fc679fb7553]

        INTEGRATION: CWS cl02 (1.6.6); FILE MERGED 2003/05/07 11:32:00 af 1.6.6.1: #109267# Added method for making compatibility controls disabled when there is no document.

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [094652eff933b5ec3e1446b7123e885673e8d4c8]

        INTEGRATION: CWS cl02 (1.38.22); FILE MERGED 2003/05/13 10:20:14 rt 1.38.22.2: RESYNC: (1.38-1.39); FILE MERGED 2003/05/07 14:55:24 af 1.38.22.1: #109267# Changed strings for printer independent layout according to spec.

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [8961d2306e9799280ba87e7828b69ae9670ee246]

        INTEGRATION: CWS cl02 (1.15.6); FILE MERGED 2003/05/07 11:31:09 af 1.15.6.1: #109267# Made compatibility controls disabled when there is no document.

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [0c37fa827ec6a021e0a8c2f210e9ba4c50971b17]

        INTEGRATION: CWS cl02 (1.15.122); FILE MERGED 2003/05/07 11:31:08 af 1.15.122.1: #109267# Made compatibility controls disabled when there is no document.

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [3a7236257997e5188a381e0ce9974817e6c32143]

        INTEGRATION: CWS cl02 (1.3.2); FILE MERGED 2003/05/13 10:14:08 rt 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2003/05/05 13:41:32 cl 1.3.2.1: #109205# string fixes

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [e847a973d92ce95052ac38f5468b11b72f7e45b9]

        INTEGRATION: CWS cl02 (1.3.18); FILE MERGED 2003/05/13 10:14:02 rt 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2003/05/05 14:15:28 cl 1.3.18.1: #109185# fixed isFileURL

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [1537c61d291fc2f030c469dd7ed0441f6f6b9877]

        INTEGRATION: CWS cl02 (1.3.2); FILE MERGED 2003/05/13 10:13:55 rt 1.3.2.3: RESYNC: (1.3-1.4); FILE MERGED 2003/05/08 12:42:12 cl 1.3.2.2: #109253# string fixes 2003/05/05 13:06:39 cl 1.3.2.1: #109253# string fixes

2003-05-13  Rüdiger Timm  <rt@openoffice.org>  [4ad32a5ef73f03e63c3517819724f1258c1278ae]

        INTEGRATION: CWS cl02 (1.58.48); FILE MERGED 2003/05/13 10:08:47 rt 1.58.48.2: RESYNC: (1.58-1.59); FILE MERGED 2003/05/12 13:54:59 af 1.58.48.1: #109267# Renamed compatibility strings due to spec changes.

2003-05-12  Tomas O'Connor  <toconnor@openoffice.org>  [a1c3fd495552f61f49a0bf3e8ffdc3021f4a4ba4]

        Add Edit/Debug Scripts dialog and change Interactive BeanShell Scripting menu items to bring up this dialog

2003-05-08  Rüdiger Timm  <rt@openoffice.org>  [995cba501233b39562c53cc7c52d9a1b59565238]

        #100000# Get correct module name even if we are in an linked module on a CWS.

2003-05-08  Rüdiger Timm  <rt@openoffice.org>  [b5f39a34526df8626e4bb6de2e5bf519ea49367d]

        SRX644

2003-05-08  Andreas Bille  <abi@openoffice.org>  [5067363b7cc6c9587a834247ee4c70258214e034]

        #109298# next problem: mutex acquired in webdavcontent which is in systemcall

2003-05-08  Daniel Boelzle  <dbo@openoffice.org>  [d1b2853eff6c8f17d6faf07ff49a062627321175]

        #107130# + cli_udkapi.dll, cli_offapi.dll -> cli_types.dll + support for deployed type metadata (->pkgchk) + different implementation loading + misc climaker fixes + misc code cleanup

2003-05-08  Rüdiger Timm  <rt@openoffice.org>  [5c340885ca0459082fb4ae07de4371eaeaae4321]

        #100000# Fix in hedabu_if_newer: deliver allways, if delete option given delete always, not only if newer.

2003-05-08  Andreas Bille  <abi@openoffice.org>  [e9ec19a1b4d636615f8582f89e1c50270d34a153]

        #109298# changed property to command which does not block

2003-05-08  Andreas Bille  <abi@openoffice.org>  [911cb35467fc9f1234d5697139e1b3a0dc7d6a06]

        #109298# changed property to command which does not block

2003-05-08  Christian Lippka  <cl@openoffice.org>  [a427aa4f68fc33df7bfdda59800beca987a8d67a]

        #109417# correctly call FreeResource()

2003-05-08  Oliver Düsterhoff  <od@openoffice.org>  [4ae4ad341a5a5e662980b232b0f1c6df63d1c2aa]

        #109435# Correction: consider interrupt content formatting, introduced by task 106346

2003-05-08  Oliver Specht  <os@openoffice.org>  [9a3067b4f7ac278c62ae83bbb13eb05e242f11d1]

        #109429# dispose: remove draw object only if it's still inserted

2003-05-08  Oliver Specht  <os@openoffice.org>  [23af0c84e8e9347d4d74529abe4a47e41ceaffc3]

        #109434# dispose: remove draw object only if it's still inserted

2003-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [16d7b6e525cb9a27c5dfb31909ace1996680495a]

        #109450,100000# rename STL import library

2003-05-07  Rüdiger Timm  <rt@openoffice.org>  [0471c64c4f431f219ae1bae00072cac74343863d]

        #100000#

2003-05-06  Oliver Specht  <os@openoffice.org>  [c56202dfb2832ef75e0b55691547020a0c8de66e]

        #109363# call dispose of the base class

2003-05-06  Oliver Specht  <os@openoffice.org>  [4232fb7af0b406c86d00d9370853de17600125b7]

        #109362# don't throw exception in SwXShape::dispose()

2003-05-05  Mathias Bauer  <mba@openoffice.org>  [6d4ba597b1a7e02257c97bef4f4aadd862cfee07]

        #109351#: avoid recursions in close

2003-05-05  Daniel Boelzle  <dbo@openoffice.org>  [a2a7384e2e428b0ec2bda72ba47f168f377e885a]

        #107130# fixing component loader

2003-05-05  Kurt Zenker  <kz@openoffice.org>  [f2a34fa1527456d324c34fa22e12bfb9917f83b5]

        new version for SRX644

2003-05-03  Martin Hollmichel  <mh@openoffice.org>  [1e4b71426835ee9073ad30afbc04f19bfdc8dc81]

        add: docs/readme for localized readmes, #i14031#

2003-05-03  Martin Hollmichel  <mh@openoffice.org>  [73f6b7b3a92baac7083bb2a0bd61bf996673421f]

        add: localized readme and licenses, #i14031#

2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [6fdb131b340932943856a44e4eb4c95d2e07ba42]

        SRX644

2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [161cfc61105bd14024ec7f7e9e786ca30440d294]

        SRX644

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [b98ddec0926809273b28fa4f1c08800287f045b9]

        INTEGRATION: CWS beta2regression02 (1.24.2); FILE MERGED 2003/04/29 16:06:21 obr 1.24.2.1: #109204# transition from drafts to stable

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [68d08447195554a60339964bcff99402ef819921]

        INTEGRATION: CWS beta2regression02 (1.70.2); FILE MERGED 2003/04/30 16:31:03 mba 1.70.2.1: #109223#: allow to remove Lock without closing

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [73399c1b0cc0f489df4ef706902013e6654e23b2]

        INTEGRATION: CWS beta2regression02 (1.48.32); FILE MERGED 2003/04/29 14:07:19 mba 1.48.32.1: #109207#: views must be notified before disposing the model

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [2d58a7b0e24ad6880554f2c7180674a7d1029561]

        INTEGRATION: CWS beta2regression02 (1.16.2); FILE MERGED 2003/04/29 16:15:00 mba 1.16.2.1: #109220#: LibraryName in BasicBindings may be empty

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [04099e719a0427107593ec1b2e377df460a85819]

        INTEGRATION: CWS beta2regression02 (1.46.2); FILE MERGED 2003/04/30 09:15:45 mba 1.46.2.3: #109223#: allow to remove Lock without closing 2003/04/30 08:06:28 mba 1.46.2.2: #109223#: allow to remove Lock without closing 2003/04/29 14:07:14 mba 1.46.2.1: #109207#: views must be notified before disposing the model

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [6311269a8882879e5623ca3ed5f6b0ef3fd3a97e]

        INTEGRATION: CWS beta2regression02 (1.35.2); FILE MERGED 2003/04/29 14:07:13 mba 1.35.2.1: #109207#: views must be notified before disposing the model

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [b3661f1c943203a93cce6f395fbd5ad74df922c7]

        INTEGRATION: CWS beta2regression02 (1.15.4); FILE MERGED 2003/04/30 10:34:43 er 1.15.4.1: #109132# make calendar values work again (committed on behalf of Karl Hong)

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [d13e1067de09a500957cd33547e8e8fb63129992]

        INTEGRATION: CWS beta2regression02 (1.37.10); FILE MERGED 2003/04/29 14:23:30 od 1.37.10.1: #109213# <SwTabFrm::MakeAll()> - join follow, only if join for the follow isn't locked.

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [31fdb4b9d6cfe73826bb622ffd47f0bc6bbec3b4]

        INTEGRATION: CWS beta2regression02 (1.14.2); FILE MERGED 2003/04/29 16:08:34 obr 1.14.2.1: #109204# transisiont from drafts to stable

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [18123535c421e285dbe6ffc458fd24f4b8b48e2e]

        INTEGRATION: CWS beta2regression02 (1.14.2); FILE MERGED 2003/04/29 11:14:43 ab 1.14.2.1: #109208# checkUnoStructCopy(): Check for NULL object

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [9dea948bc0bfca0b7c7c0ae6749aa892a7ee1f92]

        INTEGRATION: CWS beta2regression02 (1.15.30); FILE MERGED 2003/04/30 10:14:39 oj 1.15.30.1: #109240# set ToolBox NULL in dtor

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [0f7f055ac9a6faeb122cb2ae17d96987b644a07e]

        INTEGRATION: CWS beta2regression02 (1.16.30); FILE MERGED 2003/04/30 10:14:39 oj 1.16.30.1: #109240# set ToolBox NULL in dtor

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [65baefa0b02a305b1f0cbb255472e954235215ca]

        INTEGRATION: CWS beta2regression02 (1.2.50); FILE MERGED 2003/04/30 08:24:25 mba 1.2.50.2: #109223#: allow to remove Lock without closing 2003/04/30 08:06:20 mba 1.2.50.1: #109223#: allow to remove Lock without closing

2003-05-02  Vladimir Glazounov  <vg@openoffice.org>  [1d45d969d10601095da7ca4bef7404d965c7a4cf]

        INTEGRATION: CWS beta2regression02 (1.12.18); FILE MERGED 2003/04/29 14:08:20 dv 1.12.18.1: #109222# Don't convert pathes to lowercase on case sensitive file systems

2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [870d900fb21c431a22e8a334b41039522215f223]

        INTEGRATION: CWS beta2regression03 (1.2.6); FILE MERGED 2003/04/30 15:31:49 er 1.2.6.1: #i13811# add missing symbols of et_EE, lt_LT, lv_LV, sl_SI, uk_UA

2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [6871b1a8855df1511623f01d07392b3d5a9265e4]

        INTEGRATION: CWS beta2regression03 (1.1.2); FILE ADDED 2003/04/30 15:32:49 er 1.1.2.1: #i13811# gawk script to check for presence of symbols in linker mapfiles

2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [59c3410f148912f6d74cfc07788dfa9befc50765]

        INTEGRATION: CWS beta2regression03 (1.1.58); FILE MERGED 2003/04/30 15:35:19 er 1.1.58.1: #i13811# (not really); adapt to reality

2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [ed1491b3f96efe5d00fc127b4f550270cee91a52]

        INTEGRATION: CWS beta2regression03 (1.3.12); FILE MERGED 2003/04/30 14:27:26 cl 1.3.12.1: #109242# update window settings font color when data changed

2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [d9a77e0374884bf215354910aece81c54704b73b]

        INTEGRATION: CWS beta2regression03 (1.8.36); FILE MERGED 2003/05/02 09:06:57 hdu 1.8.36.2: #109270# some cleanup 2003/04/30 19:03:09 hdu 1.8.36.1: #109270# do not allow bitmap-only fonts for virtual reference device

2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [2d23971bbb940390e6cc8e198f4ddbcecab25419]

        INTEGRATION: CWS beta2regression03 (1.41.6); FILE MERGED 2003/04/30 15:02:09 hdu 1.41.6.1: #i13779# fix off by one in GetNextGlyphs()

2003-05-02  Rüdiger Timm  <rt@openoffice.org>  [9445c2c634251121f3a95400a150e71136c538b9]

        INTEGRATION: CWS beta2regression03 (1.20.36); FILE MERGED 2003/04/30 15:47:45 sab 1.20.36.1: #109201#; notify dying in destructor

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [2afc24a28a5c1c8dcc8fbc5fe88f45f60f2c5652]

        SRX644

2003-04-30  Vladimir Glazounov  <vg@openoffice.org>  [cabf49a0a441c351d9b4a02c21f4b81f298b4d46]

        SRX644

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [8c4f717fa1ec21b8aac419e8d83efe43033a701b]

        INTEGRATION: CWS beta2regression01 (1.50.6); FILE MERGED 2003/04/28 10:15:19 bc 1.50.6.1: #109131# queried if CurRecordTable is null

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [14a4782ef890335d7a1d42990837ccb3588ec55d]

        INTEGRATION: CWS beta2regression01 (1.23.6); FILE MERGED 2003/04/28 10:15:16 bc 1.23.6.1: #109131# queried if CurRecordTable is null

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [700d30c8de810fdbc3dc6fe3c0a35e5c3e26d2e1]

        INTEGRATION: CWS beta2regression01 (1.8.16); FILE MERGED 2003/04/29 10:34:52 abi 1.8.16.1: #109192# enabling exception support

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [d55d42d39637747c57513e998bab9c00cf84d8a8]

        INTEGRATION: CWS beta2regression01 (1.5.16); FILE MERGED 2003/04/29 10:35:04 abi 1.5.16.1: #109192# enabling exception support

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [7f4f4deade33da20c8c3b097f1900dde7e41beba]

        INTEGRATION: CWS beta2regression01 (1.21.4); FILE MERGED 2003/04/29 05:59:10 os 1.21.4.2: #109105# HelpId of NEWWORD edit field added 2003/04/28 08:35:58 os 1.21.4.1: #109105# help ids of spell dialog and hangul-hanja dialog completed

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [816f0b33371f297c9817df41d94021cfcb3b9478]

        INTEGRATION: CWS beta2regression01 (1.2.4); FILE MERGED 2003/04/29 05:59:09 os 1.2.4.2: #109105# HelpId of NEWWORD edit field added 2003/04/28 08:36:23 os 1.2.4.1: #109105# help ids of spell dialog and hangul-hanja dialog completed

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [d9baf53aa31b299a2bb50a0f054039b135632543]

        INTEGRATION: CWS beta2regression01 (1.37.4); FILE MERGED 2003/04/29 05:59:08 os 1.37.4.2: #109105# HelpId of NEWWORD edit field added 2003/04/28 08:35:45 os 1.37.4.1: #109105# help ids of spell dialog and hangul-hanja dialog completed

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [0dae1920472db84d985427dc73f5da1bd25bb240]

        INTEGRATION: CWS beta2regression01 (1.43.14); FILE MERGED 2003/04/28 16:21:39 hdu 1.43.14.1: #109189# fix regression due to tune01 merge conflict

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [2f05363b71813366402fbc8dd0ac49e186fdf6ed]

        INTEGRATION: CWS beta2regression01 (1.18.4); FILE MERGED 2003/04/28 13:45:52 fme 1.18.4.1: #i13894# MAP_TWIP has to be set for mapmode at virtual device

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [cb6deb47e7947403ad8e23637e3bed8cafbaee2d]

        INTEGRATION: CWS beta2regression01 (1.23.4); FILE MERGED 2003/04/28 09:19:27 od 1.23.4.1: #109166# <SwTOXBaseSection::Update(..)> - consider start/end node of content section in node array

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [91cac55d807e0b9de5e7a9325b7371a87d1a41a1]

        INTEGRATION: CWS beta2regression01 (1.28.4); FILE MERGED 2003/04/28 13:43:57 fme 1.28.4.1: #i13894# MAP_TWIP has to be set for mapmode at virtual device

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [720032419cebd2236270eb6d88466d9cdac98a01]

        INTEGRATION: CWS beta2regression01 (1.23.18); FILE MERGED 2003/04/29 10:21:03 rt 1.23.18.1: #100000# deliver into minor

2003-04-30  Rüdiger Timm  <rt@openoffice.org>  [3e627e186db574d5ddb1eef912bac905436640c9]

        INTEGRATION: CWS beta2regression01 (1.21.8); FILE MERGED 2003/04/28 14:10:26 dbo 1.21.8.1: #109190# fixed base ini access

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [429d5f3c7f1e5920b2c39caaa1a2ecccb0de95b4]

        INTEGRATION: CWS mergem8 (1.8.4.1.38); FILE MERGED 2003/04/29 08:40:32 gh 1.8.4.1.38.2: final merge for Beta2 2003/04/14 15:21:43 gh 1.8.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [328c9dead3cf7119995e07c3a0b388395e3163ec]

        INTEGRATION: CWS mergem8 (1.9.68); FILE MERGED 2003/04/29 08:40:32 gh 1.9.68.2: final merge for Beta2 2003/04/14 15:21:42 gh 1.9.68.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a358198d341acd3904485a50313e017f1cde81d]

        INTEGRATION: CWS mergem8 (1.8.4.1.38); FILE MERGED 2003/04/29 08:40:31 gh 1.8.4.1.38.2: final merge for Beta2 2003/04/14 15:21:41 gh 1.8.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0a30f9f56c348ca61e160f5002208fb641974c8]

        INTEGRATION: CWS mergem8 (1.11.12); FILE MERGED 2003/04/29 08:40:19 gh 1.11.12.1: final merge for Beta2

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [36d68ad3d3d56b5c02d679494510ad8cae06ba53]

        INTEGRATION: CWS mergem8 (1.16.4.4.38); FILE MERGED 2003/04/29 08:40:12 gh 1.16.4.4.38.2: final merge for Beta2 2003/04/14 15:21:05 gh 1.16.4.4.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f7b0674f5a8b34968775073c146ec5cd0a90981]

        INTEGRATION: CWS mergem8 (1.6.4.1.38); FILE MERGED 2003/04/29 08:40:12 gh 1.6.4.1.38.2: final merge for Beta2 2003/04/14 15:21:04 gh 1.6.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c227f7f3098ba4092bdd8e771862e3d22f520bf4]

        INTEGRATION: CWS mergem8 (1.15.4.2.28); FILE MERGED 2003/04/29 08:40:11 gh 1.15.4.2.28.2: final merge for Beta2 2003/04/14 15:21:03 gh 1.15.4.2.28.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c9b152970849586e4db69ff2d51e53579fe66eb]

        INTEGRATION: CWS mergem8 (1.7.4.1.38); FILE MERGED 2003/04/29 08:40:11 gh 1.7.4.1.38.2: final merge for Beta2 2003/04/14 15:21:02 gh 1.7.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c8a83982d2eb2fb150497d9e9b14c880d2f8455]

        INTEGRATION: CWS mergem8 (1.4.4.2.38); FILE MERGED 2003/04/29 08:40:11 gh 1.4.4.2.38.2: final merge for Beta2 2003/04/14 15:21:01 gh 1.4.4.2.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4316606ec6646b51e4927338826fd60a6fa1f6a0]

        INTEGRATION: CWS mergem8 (1.3.68); FILE MERGED 2003/04/29 08:40:10 gh 1.3.68.2: final merge for Beta2 2003/04/14 15:20:59 gh 1.3.68.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [94f2c58f652fdee5c79b99bebf1cd5c1eeb96b3c]

        INTEGRATION: CWS mergem8 (1.8.68); FILE MERGED 2003/04/29 08:40:10 gh 1.8.68.2: final merge for Beta2 2003/04/14 15:20:56 gh 1.8.68.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c55bf3de838ff2280d3b6ed429fc37eed9ff7aa]

        INTEGRATION: CWS mergem8 (1.7.4.1.38); FILE MERGED 2003/04/29 08:40:10 gh 1.7.4.1.38.2: final merge for Beta2 2003/04/14 15:20:54 gh 1.7.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f8d9f471052d4cc4f5e1fcaee9f873108a6077b]

        INTEGRATION: CWS mergem8 (1.6.4.2.38); FILE MERGED 2003/04/29 08:40:09 gh 1.6.4.2.38.2: final merge for Beta2 2003/04/14 15:20:51 gh 1.6.4.2.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa73d1c08756aedcebef516c9ad8d4195c7b9023]

        INTEGRATION: CWS mergem8 (1.7.4.1.38); FILE MERGED 2003/04/29 08:40:08 gh 1.7.4.1.38.2: final merge for Beta2 2003/04/14 15:20:51 gh 1.7.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7c635f8065189758c6ec4d5cebf7147526f4f67]

        INTEGRATION: CWS mergem8 (1.5.4.1.38); FILE MERGED 2003/04/29 08:40:08 gh 1.5.4.1.38.2: final merge for Beta2 2003/04/14 15:20:49 gh 1.5.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [caf531d52024c3d6c959a341e89393138bd96c57]

        INTEGRATION: CWS mergem8 (1.6.4.1.38); FILE MERGED 2003/04/29 08:40:08 gh 1.6.4.1.38.3: final merge for Beta2 2003/04/16 22:35:22 gh 1.6.4.1.38.2: RESYNC: (1.6.4.1-1.8); FILE MERGED 2003/04/14 15:20:48 gh 1.6.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1599f0ced07056226f854c2369d2f16c289f23d]

        INTEGRATION: CWS mergem8 (1.9.4.2.38); FILE MERGED 2003/04/29 08:40:07 gh 1.9.4.2.38.2: final merge for Beta2 2003/04/14 15:20:45 gh 1.9.4.2.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b0e07df4f7b5cfcafb90dfa4f3bdd1457766020]

        INTEGRATION: CWS mergem8 (1.9.4.2.38); FILE MERGED 2003/04/29 08:40:06 gh 1.9.4.2.38.2: final merge for Beta2 2003/04/14 15:20:40 gh 1.9.4.2.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f51cf2f3c41ff323a9f4cce76866da5f90ea2663]

        INTEGRATION: CWS mergem8 (1.7.4.1.38); FILE MERGED 2003/04/29 08:40:05 gh 1.7.4.1.38.2: final merge for Beta2 2003/04/14 15:20:38 gh 1.7.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce1108c5bcceefb5100b4c646cdec3a5d6699025]

        INTEGRATION: CWS mergem8 (1.16.4.3.28); FILE MERGED 2003/04/29 08:40:04 gh 1.16.4.3.28.2: final merge for Beta2 2003/04/14 15:20:36 gh 1.16.4.3.28.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [616ee837b4ea46ec0eae68f5d0b40cb9eeff5155]

        INTEGRATION: CWS mergem8 (1.74.4.4.28); FILE MERGED 2003/04/29 08:40:03 gh 1.74.4.4.28.3: final merge for Beta2 2003/04/16 22:34:54 gh 1.74.4.4.28.2: RESYNC: (1.74.4.4-1.76); FILE MERGED 2003/04/14 15:20:33 gh 1.74.4.4.28.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e152eec4e659a1390265a34d477dfc5fe9f8cf5f]

        INTEGRATION: CWS mergem8 (1.7.4.1.38); FILE MERGED 2003/04/29 08:40:03 gh 1.7.4.1.38.2: final merge for Beta2 2003/04/14 15:20:32 gh 1.7.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0f49a59281cd0d6ec42df6ccf63cd35de4c7adb]

        INTEGRATION: CWS mergem8 (1.7.4.1.38); FILE MERGED 2003/04/29 08:40:02 gh 1.7.4.1.38.2: final merge for Beta2 2003/04/14 15:20:32 gh 1.7.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [15f0feb8c4d94b92087f193b6ab6b8ff17cba123]

        INTEGRATION: CWS mergem8 (1.8.4.2.38); FILE MERGED 2003/04/29 08:40:01 gh 1.8.4.2.38.2: final merge for Beta2 2003/04/14 15:20:29 gh 1.8.4.2.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0757c54f97e9f179dfa58a34ff4c0b322b4af7ea]

        INTEGRATION: CWS mergem8 (1.2.4.3.28); FILE MERGED 2003/04/29 08:40:01 gh 1.2.4.3.28.3: final merge for Beta2 2003/04/16 22:34:38 gh 1.2.4.3.28.2: RESYNC: (1.2.4.3-1.4); FILE MERGED 2003/04/14 15:20:29 gh 1.2.4.3.28.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1dc6f25b847d2f027298f04956d0290a10584fc]

        INTEGRATION: CWS mergem8 (1.8.4.1.38); FILE MERGED 2003/04/29 08:39:59 gh 1.8.4.1.38.2: final merge for Beta2 2003/04/14 15:20:22 gh 1.8.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [92f6a350656cd89784093a92f4431ae1bb6342b0]

        INTEGRATION: CWS mergem8 (1.7.4.1.38); FILE MERGED 2003/04/29 08:39:59 gh 1.7.4.1.38.2: final merge for Beta2 2003/04/14 15:20:22 gh 1.7.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf22e09ae454cc7fcb62bed99f9f578386e5b4e4]

        INTEGRATION: CWS mergem8 (1.19.4.1.38); FILE MERGED 2003/04/29 08:39:59 gh 1.19.4.1.38.2: final merge for Beta2 2003/04/14 15:20:19 gh 1.19.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4fd21035a7b8b3092dab8c301ab2a63f99361d6]

        INTEGRATION: CWS mergem8 (1.9.2.1.38); FILE MERGED 2003/04/29 08:39:58 gh 1.9.2.1.38.2: final merge for Beta2 2003/04/14 15:20:18 gh 1.9.2.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [85d226a7290e1932b0431ed78e12e03bd18e384f]

        INTEGRATION: CWS mergem8 (1.2.2.3.4.1.28); FILE MERGED 2003/04/29 08:39:56 gh 1.2.2.3.4.1.28.2: final merge for Beta2 2003/04/14 15:20:11 gh 1.2.2.3.4.1.28.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [206e9b0e74e1a512859673754e04de3936144eb1]

        INTEGRATION: CWS mergem8 (1.17.4.3.26); FILE MERGED 2003/04/29 08:39:56 gh 1.17.4.3.26.2: final merge for Beta2 2003/04/14 15:20:10 gh 1.17.4.3.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f259de6db2999b47697e9a88f7d8db5e180b3d2b]

        INTEGRATION: CWS mergem8 (1.3.2.12.2.26.4.4.26); FILE MERGED 2003/04/29 08:39:55 gh 1.3.2.12.2.26.4.4.26.3: final merge for Beta2 2003/04/16 22:37:16 gh 1.3.2.12.2.26.4.4.26.2: RESYNC: (1.3.2.12.2.26.4.4-1.31); FILE MERGED 2003/04/14 15:20:05 gh 1.3.2.12.2.26.4.4.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f0c5ffb579e35b1009de78b06ec9ed3d9db293c]

        INTEGRATION: CWS mergem8 (1.8.4.2.26); FILE MERGED 2003/04/29 08:39:55 gh 1.8.4.2.26.2: final merge for Beta2 2003/04/14 15:20:03 gh 1.8.4.2.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9335ba7587686846fe85c25dc198d8b27c80016]

        INTEGRATION: CWS mergem8 (1.34.4); FILE MERGED 2003/04/29 08:38:33 gh 1.34.4.2: final merge for Beta2 2003/04/17 11:32:41 gh 1.34.4.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [336a34aaf745b6c3687b3de1e76b02c9c889b211]

        INTEGRATION: CWS mergem8 (1.26.4.2.2.5.2.2.8); FILE MERGED 2003/04/29 08:37:49 gh 1.26.4.2.2.5.2.2.8.2: final merge for Beta2 2003/04/14 15:15:58 gh 1.26.4.2.2.5.2.2.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6169272a82be54c9edcaaf24e1f92dfcf0ca3a6]

        INTEGRATION: CWS mergem8 (1.44.2.2.8); FILE MERGED 2003/04/29 08:37:48 gh 1.44.2.2.8.2: final merge for Beta2 2003/04/14 15:15:55 gh 1.44.2.2.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [935a98f056a47f4c1a860d1c49c1c0463beea205]

        INTEGRATION: CWS mergem8 (1.9.20); FILE MERGED 2003/04/29 08:37:43 gh 1.9.20.2: final merge for Beta2 2003/04/17 11:44:10 gh 1.9.20.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa0f27da7d48282fcca5e81402ac5df51cb39970]

        INTEGRATION: CWS mergem8 (1.38.20); FILE MERGED 2003/04/29 08:37:43 gh 1.38.20.2: final merge for Beta2 2003/04/17 11:44:09 gh 1.38.20.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [66638b4bdfb2f0e83d5bb8b0bd4781da925cbbe4]

        INTEGRATION: CWS mergem8 (1.21.20); FILE MERGED 2003/04/29 08:37:42 gh 1.21.20.2: final merge for Beta2 2003/04/17 11:44:09 gh 1.21.20.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ab225da9c94084f4054559ba51a6cfe26d92df4]

        INTEGRATION: CWS mergem8 (1.29.20); FILE MERGED 2003/04/29 08:37:42 gh 1.29.20.2: final merge for Beta2 2003/04/17 11:44:08 gh 1.29.20.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6a437cba360d2a3336706f90696308b73ef9dee]

        INTEGRATION: CWS mergem8 (1.29.2.9.6.8.4.2.34); FILE MERGED 2003/04/29 08:37:07 gh 1.29.2.9.6.8.4.2.34.3: final merge for Beta2 2003/04/16 20:23:11 gh 1.29.2.9.6.8.4.2.34.2: RESYNC: (1.29.2.9.6.8.4.2-1.36); FILE MERGED 2003/04/14 15:13:53 gh 1.29.2.9.6.8.4.2.34.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [24445961809f56c4002e2427db906119af3312e4]

        INTEGRATION: CWS mergem8 (1.17.2.2.38); FILE MERGED 2003/04/29 08:37:01 gh 1.17.2.2.38.3: final merge for Beta2 2003/04/16 20:26:08 gh 1.17.2.2.38.2: RESYNC: (1.17.2.2-1.19); FILE MERGED 2003/04/14 15:13:35 gh 1.17.2.2.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5ca1eef512fd5dc98e2c127ad8ef6aa5302c6ce]

        INTEGRATION: CWS mergem8 (1.16.4.4.6.2.36); FILE MERGED 2003/04/29 08:36:57 gh 1.16.4.4.6.2.36.2: final merge for Beta2 2003/04/14 15:13:27 gh 1.16.4.4.6.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [298debda2e94a7d7b493a6f32cef076b4080244d]

        INTEGRATION: CWS mergem8 (1.34.6.2.38); FILE MERGED 2003/04/29 08:36:56 gh 1.34.6.2.38.2: final merge for Beta2 2003/04/14 15:13:25 gh 1.34.6.2.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [705aaa5aca796a224527c6944a415bf2a0631c6b]

        INTEGRATION: CWS mergem8 (1.20.2.2.2.8.4.5.2.2.36); FILE MERGED 2003/04/29 08:36:56 gh 1.20.2.2.2.8.4.5.2.2.36.2: final merge for Beta2 2003/04/14 15:13:23 gh 1.20.2.2.2.8.4.5.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3580c1c8e05c1656c7903150a53127c24f17238e]

        INTEGRATION: CWS mergem8 (1.19.2.7.6.3.6.2.36); FILE MERGED 2003/04/29 08:36:55 gh 1.19.2.7.6.3.6.2.36.2: final merge for Beta2 2003/04/14 15:13:21 gh 1.19.2.7.6.3.6.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e1d9094f64b967981f1cce1c2236b2838f23d8e]

        INTEGRATION: CWS mergem8 (1.64.2.3.36); FILE MERGED 2003/04/29 08:36:54 gh 1.64.2.3.36.2: final merge for Beta2 2003/04/14 15:13:19 gh 1.64.2.3.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e797f7b0c6cb3b151af318be832370d4b04ed185]

        INTEGRATION: CWS mergem8 (1.24.4.3.6.2.36); FILE MERGED 2003/04/29 08:36:51 gh 1.24.4.3.6.2.36.2: final merge for Beta2 2003/04/14 15:13:00 gh 1.24.4.3.6.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8976e4aff8aea506c1028ad94b17f84d529a4e63]

        INTEGRATION: CWS mergem8 (1.22.4.2.38); FILE MERGED 2003/04/29 08:36:50 gh 1.22.4.2.38.2: final merge for Beta2 2003/04/14 15:12:57 gh 1.22.4.2.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [937fa863567edb5dc16259e8e44258aa25aeaf55]

        INTEGRATION: CWS mergem8 (1.6.4.1.38); FILE MERGED 2003/04/29 08:36:50 gh 1.6.4.1.38.2: final merge for Beta2 2003/04/14 15:12:50 gh 1.6.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ceb65888284a5198e108ff1275ab6e894382998]

        INTEGRATION: CWS mergem8 (1.22.2.10.4.2.2.2.6.2.36); FILE MERGED 2003/04/29 08:36:49 gh 1.22.2.10.4.2.2.2.6.2.36.2: final merge for Beta2 2003/04/14 15:12:47 gh 1.22.2.10.4.2.2.2.6.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae09c12806ca2b4839418ca4d74f9e35e2ba6e5]

        INTEGRATION: CWS mergem8 (1.14.2.7.6.3.6.1.38); FILE MERGED 2003/04/29 08:36:49 gh 1.14.2.7.6.3.6.1.38.2: final merge for Beta2 2003/04/14 15:12:44 gh 1.14.2.7.6.3.6.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b872bd9881aa862e9d590d0e1f8c02443e3c113]

        INTEGRATION: CWS mergem8 (1.12.2.3.2.7.6.3.6.1.38); FILE MERGED 2003/04/29 08:36:48 gh 1.12.2.3.2.7.6.3.6.1.38.2: final merge for Beta2 2003/04/14 15:12:42 gh 1.12.2.3.2.7.6.3.6.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea0a635580dd42d7d2e2ccdc6929b007a3daafe3]

        INTEGRATION: CWS mergem8 (1.13.2.7.6.5.4.1.38); FILE MERGED 2003/04/29 08:36:48 gh 1.13.2.7.6.5.4.1.38.2: final merge for Beta2 2003/04/14 15:12:39 gh 1.13.2.7.6.5.4.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f8c78b30125da3e5a45056737e2e2d11d8cfd29]

        INTEGRATION: CWS mergem8 (1.26.4.3.36); FILE MERGED 2003/04/29 08:36:48 gh 1.26.4.3.36.2: final merge for Beta2 2003/04/14 15:12:35 gh 1.26.4.3.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [57c47a6a225052502cf9ee760913e0cfd4f2bb8c]

        INTEGRATION: CWS mergem8 (1.29.2.3.36); FILE MERGED 2003/04/29 08:36:47 gh 1.29.2.3.36.2: final merge for Beta2 2003/04/14 15:12:29 gh 1.29.2.3.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae8076aef02813d4feac6b2853ff3f6e85beded8]

        INTEGRATION: CWS mergem8 (1.12.2.2.2.8.4.6.2.3.4.2.36); FILE MERGED 2003/04/29 08:36:46 gh 1.12.2.2.2.8.4.6.2.3.4.2.36.2: final merge for Beta2 2003/04/14 15:12:26 gh 1.12.2.2.2.8.4.6.2.3.4.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e3c36746ec72a62028d10d29f8c7e4b284e2c62]

        INTEGRATION: CWS mergem8 (1.11.2.3.2.7.6.3.6.1.38); FILE MERGED 2003/04/29 08:36:45 gh 1.11.2.3.2.7.6.3.6.1.38.2: final merge for Beta2 2003/04/14 15:12:17 gh 1.11.2.3.2.7.6.3.6.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [35f2760df1a3e3289f46221996e966d1a9638a15]

        INTEGRATION: CWS mergem8 (1.34.2.6.36); FILE MERGED 2003/04/29 08:36:45 gh 1.34.2.6.36.2: final merge for Beta2 2003/04/14 15:12:14 gh 1.34.2.6.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfa2cda890f6b1911511ef22d727d94a3c505311]

        INTEGRATION: CWS mergem8 (1.34.2.3.36); FILE MERGED 2003/04/29 08:36:45 gh 1.34.2.3.36.2: final merge for Beta2 2003/04/14 15:12:11 gh 1.34.2.3.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [983df3b7c6dc773d7cae1a3cabeeb1c6af86e68b]

        INTEGRATION: CWS mergem8 (1.20.4.6.2.3.6.2.36); FILE MERGED 2003/04/29 08:36:44 gh 1.20.4.6.2.3.6.2.36.2: final merge for Beta2 2003/04/14 15:12:07 gh 1.20.4.6.2.3.6.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [914df646701f262e1a6421b360e7fbd1cd3b3fb2]

        INTEGRATION: CWS mergem8 (1.31.4.4.2.2.36); FILE MERGED 2003/04/29 08:36:43 gh 1.31.4.4.2.2.36.2: final merge for Beta2 2003/04/14 15:11:59 gh 1.31.4.4.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [12d58f67799032f0507862bdf2c564a2a204009b]

        INTEGRATION: CWS mergem8 (1.16.2.2.2.2.2.6.6.2.6.2.36); FILE MERGED 2003/04/29 08:36:41 gh 1.16.2.2.2.2.2.6.6.2.6.2.36.2: final merge for Beta2 2003/04/14 15:11:48 gh 1.16.2.2.2.2.2.6.6.2.6.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fabf05769dde14911916e538c79d625e2f9b0305]

        INTEGRATION: CWS mergem8 (1.20.4.3.2.4.6.3.6.1.38); FILE MERGED 2003/04/29 08:36:40 gh 1.20.4.3.2.4.6.3.6.1.38.2: final merge for Beta2 2003/04/14 15:11:44 gh 1.20.4.3.2.4.6.3.6.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [15135d3a8c87f3287364e39a9eeabdd8be3d2e94]

        INTEGRATION: CWS mergem8 (1.32.2.3.36); FILE MERGED 2003/04/29 08:36:38 gh 1.32.2.3.36.2: final merge for Beta2 2003/04/14 15:11:38 gh 1.32.2.3.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b666842a564e7d8a2280edd4eb6cbf69646d81c5]

        INTEGRATION: CWS mergem8 (1.78.4.3.36); FILE MERGED 2003/04/29 08:36:37 gh 1.78.4.3.36.2: final merge for Beta2 2003/04/14 15:11:36 gh 1.78.4.3.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbf55c0956101149cf12fa5d255c3aa61805f681]

        INTEGRATION: CWS mergem8 (1.80.2.7.36); FILE MERGED 2003/04/29 08:36:36 gh 1.80.2.7.36.2: final merge for Beta2 2003/04/14 15:11:31 gh 1.80.2.7.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b63988a4631670fa1becc8106a12883d858fe7b]

        INTEGRATION: CWS mergem8 (1.37.6.5.2.2.26); FILE MERGED 2003/04/29 08:36:18 gh 1.37.6.5.2.2.26.2: final merge for Beta2 2003/04/14 15:10:51 gh 1.37.6.5.2.2.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ee51b8c5ecc519b3b290669a4b3c0d1f81ad0ca]

        INTEGRATION: CWS mergem8 (1.88.2.2.26); FILE MERGED 2003/04/29 08:36:16 gh 1.88.2.2.26.2: final merge for Beta2 2003/04/14 15:10:46 gh 1.88.2.2.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8778fa61137f329b169068a0d60f092fe3e34487]

        INTEGRATION: CWS mergem8 (1.16.2.1.2.7.6.4.2.2.26); FILE MERGED 2003/04/29 08:36:15 gh 1.16.2.1.2.7.6.4.2.2.26.2: final merge for Beta2 2003/04/14 15:10:42 gh 1.16.2.1.2.7.6.4.2.2.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6356516e8056ec7cf0d606a326e40a01d35ba6f5]

        INTEGRATION: CWS mergem8 (1.17.4.5.6); FILE MERGED 2003/04/24 20:11:08 gh 1.17.4.5.6.3: RESYNC: (1.19-1.20); FILE MERGED 2003/04/16 19:42:15 gh 1.17.4.5.6.2: RESYNC: (1.17.4.5-1.19); FILE MERGED 2003/04/14 15:09:36 gh 1.17.4.5.6.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a8ac6c0ec7368a154cb480287169b230af8adf7]

        INTEGRATION: CWS mergem8 (1.1.4.1.6); FILE MERGED 2003/04/29 08:36:04 gh 1.1.4.1.6.2: final merge for Beta2 2003/04/14 15:09:16 gh 1.1.4.1.6.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1304ac7505819a88eff6fc9eef6cd4e00b5b4f77]

        INTEGRATION: CWS mergem8 (1.1.4.1.6); FILE MERGED 2003/04/29 08:36:04 gh 1.1.4.1.6.2: final merge for Beta2 2003/04/14 15:09:15 gh 1.1.4.1.6.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [65ebe50e495f7987d518684d4a439c47a7c1a093]

        INTEGRATION: CWS mergem8 (1.1.4.1.6); FILE MERGED 2003/04/29 08:36:04 gh 1.1.4.1.6.2: final merge for Beta2 2003/04/14 15:09:13 gh 1.1.4.1.6.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cd1de6e694c83977d3976ca497d8b6a6a82fbc6]

        INTEGRATION: CWS mergem8 (1.31.4.3.2.2.18); FILE MERGED 2003/04/29 08:35:58 gh 1.31.4.3.2.2.18.2: final merge for Beta2 2003/04/14 15:09:01 gh 1.31.4.3.2.2.18.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [135394faf8404dacd364d69a30fcea1cc5a5ec0e]

        INTEGRATION: CWS mergem8 (1.37.2.2.18); FILE MERGED 2003/04/29 08:35:58 gh 1.37.2.2.18.2: final merge for Beta2 2003/04/14 15:08:59 gh 1.37.2.2.18.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [06936f81613adbb6702a38fdc3dcdeb1452293c7]

        INTEGRATION: CWS mergem8 (1.10.8.1.2.1.2.3.2.1.4.3.4.2.2.1.20); FILE MERGED 2003/04/29 08:35:57 gh 1.10.8.1.2.1.2.3.2.1.4.3.4.2.2.1.20.2: final merge for Beta2 2003/04/14 15:08:55 gh 1.10.8.1.2.1.2.3.2.1.4.3.4.2.2.1.20.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d466e76d23625de1abad9fc067416e71078d061e]

        INTEGRATION: CWS mergem8 (1.7.2.8.4.3.2.2.18); FILE MERGED 2003/04/29 08:35:56 gh 1.7.2.8.4.3.2.2.18.2: final merge for Beta2 2003/04/14 15:08:46 gh 1.7.2.8.4.3.2.2.18.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c61df8fc6be422a0c37fa9c11b8d27e45b985ab]

        INTEGRATION: CWS mergem8 (1.9.2.4.2.4.4.2.2.1.20); FILE MERGED 2003/04/29 08:35:55 gh 1.9.2.4.2.4.4.2.2.1.20.2: final merge for Beta2 2003/04/14 15:08:41 gh 1.9.2.4.2.4.4.2.2.1.20.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a80ccf79a4dd662ef7f79295cfd8439e9d844c6b]

        INTEGRATION: CWS mergem8 (1.9.12.1.4.5.4.3.4.2.2.1.20); FILE MERGED 2003/04/29 08:35:54 gh 1.9.12.1.4.5.4.3.4.2.2.1.20.2: final merge for Beta2 2003/04/14 15:08:38 gh 1.9.12.1.4.5.4.3.4.2.2.1.20.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6827ab97e977718cdc1fe457eae441acedefd14]

        INTEGRATION: CWS mergem8 (1.8.4.1.2.8.4.3.2.2.18); FILE MERGED 2003/04/29 08:35:53 gh 1.8.4.1.2.8.4.3.2.2.18.2: final merge for Beta2 2003/04/14 15:08:35 gh 1.8.4.1.2.8.4.3.2.2.18.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b76f1492c6bb37ac0b18dbccc6692c8a2601b482]

        INTEGRATION: CWS mergem8 (1.17.2.8.4.3.2.1.20); FILE MERGED 2003/04/29 08:35:52 gh 1.17.2.8.4.3.2.1.20.2: final merge for Beta2 2003/04/14 15:08:31 gh 1.17.2.8.4.3.2.1.20.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2006fbdb2a9b73ea5d74cc0c83077f9446f8e52]

        INTEGRATION: CWS mergem8 (1.19.2.2.2.7.6.3.2.1.26); FILE MERGED 2003/04/29 08:35:47 gh 1.19.2.2.2.7.6.3.2.1.26.2: final merge for Beta2 2003/04/14 14:46:49 gh 1.19.2.2.2.7.6.3.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ba8717b95d23673c1b5b06bc32895d4382faf0b]

        INTEGRATION: CWS mergem8 (1.8.2.7.6.2.2.1.26); FILE MERGED 2003/04/29 08:35:46 gh 1.8.2.7.6.2.2.1.26.2: final merge for Beta2 2003/04/14 14:46:48 gh 1.8.2.7.6.2.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cc7dbdc7de64773c402b6496e8307d34b34a5f1]

        INTEGRATION: CWS mergem8 (1.18.2.1.26); FILE MERGED 2003/04/29 08:35:45 gh 1.18.2.1.26.3: final merge for Beta2 2003/04/16 18:53:50 gh 1.18.2.1.26.2: RESYNC: (1.18.2.1-1.19); FILE MERGED 2003/04/14 14:46:46 gh 1.18.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d06b05a8d9c6a1aa10c4ab1af939b2e86676ae30]

        INTEGRATION: CWS mergem8 (1.47.2.1.26); FILE MERGED 2003/04/29 08:35:44 gh 1.47.2.1.26.3: final merge for Beta2 2003/04/16 18:51:05 gh 1.47.2.1.26.2: RESYNC: (1.47.2.1-1.48); FILE MERGED 2003/04/14 14:46:45 gh 1.47.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac780d13e9603473fa6377e9ee8383aaf3453956]

        INTEGRATION: CWS mergem8 (1.29.2.1.26); FILE MERGED 2003/04/29 08:35:43 gh 1.29.2.1.26.2: final merge for Beta2 2003/04/14 14:46:43 gh 1.29.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [63febf4c1d7468a8502f71a7a94563d6a3acd44b]

        INTEGRATION: CWS mergem8 (1.21.2.3.2.6.4.3.2.2.14); FILE MERGED 2003/04/29 08:35:41 gh 1.21.2.3.2.6.4.3.2.2.14.2: final merge for Beta2 2003/04/14 14:46:33 gh 1.21.2.3.2.6.4.3.2.2.14.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdaddef937ee39f7978c51bf08a3e4e4dbaba76c]

        INTEGRATION: CWS mergem8 (1.17.2.1.2.7.6.3.2.1.26); FILE MERGED 2003/04/29 08:35:40 gh 1.17.2.1.2.7.6.3.2.1.26.3: final merge for Beta2 2003/04/16 18:59:12 gh 1.17.2.1.2.7.6.3.2.1.26.2: RESYNC: (1.17.2.1.2.7.6.3.2.1-1.19); FILE MERGED 2003/04/14 14:46:30 gh 1.17.2.1.2.7.6.3.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [05e942715a70ee42feae99bbdfe43fe314780a4e]

        INTEGRATION: CWS mergem8 (1.15.2.7.6.3.2.1.26); FILE MERGED 2003/04/29 08:35:40 gh 1.15.2.7.6.3.2.1.26.3: final merge for Beta2 2003/04/16 18:58:48 gh 1.15.2.7.6.3.2.1.26.2: RESYNC: (1.15.2.7.6.3.2.1-1.22); FILE MERGED 2003/04/14 14:46:28 gh 1.15.2.7.6.3.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fadd822513af04bd2a60fa4b254d979a9e552543]

        INTEGRATION: CWS mergem8 (1.18.2.7.6.3.2.1.26); FILE MERGED 2003/04/29 08:35:39 gh 1.18.2.7.6.3.2.1.26.3: final merge for Beta2 2003/04/16 18:58:08 gh 1.18.2.7.6.3.2.1.26.2: RESYNC: (1.18.2.7.6.3.2.1-1.27); FILE MERGED 2003/04/14 14:46:27 gh 1.18.2.7.6.3.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f24a041c3f97a6c291638f2e4c22eae66276bff9]

        INTEGRATION: CWS mergem8 (1.20.2.8.4.4.2.1.26); FILE MERGED 2003/04/29 08:35:39 gh 1.20.2.8.4.4.2.1.26.3: final merge for Beta2 2003/04/16 18:57:44 gh 1.20.2.8.4.4.2.1.26.2: RESYNC: (1.20.2.8.4.4.2.1-1.29); FILE MERGED 2003/04/14 14:46:26 gh 1.20.2.8.4.4.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a0b1de3e263121602be1f3a67ab49fc69bf4592]

        INTEGRATION: CWS mergem8 (1.18.2.2.2.7.6.4.2.1.26); FILE MERGED 2003/04/29 08:35:35 gh 1.18.2.2.2.7.6.4.2.1.26.3: final merge for Beta2 2003/04/24 20:02:22 gh 1.18.2.2.2.7.6.4.2.1.26.2: RESYNC: (1.22-1.23); FILE MERGED 2003/04/14 14:46:07 gh 1.18.2.2.2.7.6.4.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8c8464d627a4c8472c4e33cb0a1a3c814acae4f]

        INTEGRATION: CWS mergem8 (1.25.2.3.2.12.4.4.2.1.26); FILE MERGED 2003/04/29 08:35:34 gh 1.25.2.3.2.12.4.4.2.1.26.2: final merge for Beta2 2003/04/14 14:46:05 gh 1.25.2.3.2.12.4.4.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [43b5eb28d0816a9ff77bb679a8584152f9cd5624]

        INTEGRATION: CWS mergem8 (1.36.2.1.26); FILE MERGED 2003/04/29 08:35:34 gh 1.36.2.1.26.2: final merge for Beta2 2003/04/14 14:46:04 gh 1.36.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ff0daa4f22611aa6a6749dceae0b2154a90040a]

        INTEGRATION: CWS mergem8 (1.40.2.2.26); FILE MERGED 2003/04/29 08:35:34 gh 1.40.2.2.26.2: final merge for Beta2 2003/04/14 14:46:04 gh 1.40.2.2.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a04a5d20907b070334cc2a22dc991377badf39d9]

        INTEGRATION: CWS mergem8 (1.21.2.1.26); FILE MERGED 2003/04/29 08:35:33 gh 1.21.2.1.26.2: final merge for Beta2 2003/04/14 14:46:03 gh 1.21.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [43b2ed0980422bea8c9ac80f708d739dbdb8891d]

        INTEGRATION: CWS mergem8 (1.36.2.1.26); FILE MERGED 2003/04/29 08:35:32 gh 1.36.2.1.26.2: final merge for Beta2 2003/04/14 14:46:00 gh 1.36.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f63e8ad331ca8f45c9c33d59392dd59341d6834a]

        INTEGRATION: CWS mergem8 (1.35.2.3.16); FILE MERGED 2003/04/29 08:35:21 gh 1.35.2.3.16.2: final merge for Beta2 2003/04/14 15:08:14 gh 1.35.2.3.16.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [91b6545b33c18a886527b7eabf1ee7b43f176a8d]

        INTEGRATION: CWS mergem8 (1.9.2.8.4.3.2.1.48); FILE MERGED 2003/04/29 08:35:18 gh 1.9.2.8.4.3.2.1.48.2: final merge for Beta2 2003/04/14 15:07:57 gh 1.9.2.8.4.3.2.1.48.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fff18c4feb3fc12bc5b56ad408f128e1578817c0]

        INTEGRATION: CWS mergem8 (1.2.148); FILE MERGED 2003/04/29 08:20:11 gh 1.2.148.1: remove old .IF GUI != DOS

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd9c5ad365416655f3c29ddf7c63a9f80c070ae0]

        INTEGRATION: CWS mergem8 (1.10.2.7.6.3.2.1.48); FILE MERGED 2003/04/29 08:35:14 gh 1.10.2.7.6.3.2.1.48.2: final merge for Beta2 2003/04/14 15:07:44 gh 1.10.2.7.6.3.2.1.48.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cc74ce7404c85d446f4340c31ff5d904abf11dc]

        INTEGRATION: CWS mergem8 (1.46.2.3.46); FILE MERGED 2003/04/29 08:35:13 gh 1.46.2.3.46.2: final merge for Beta2 2003/04/14 15:07:43 gh 1.46.2.3.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0167e3b56a24bcc34957bc28f0075efa4c3cc2bc]

        INTEGRATION: CWS mergem8 (1.36.2.8.6.1.2.7.2.3.46); FILE MERGED 2003/04/29 08:35:13 gh 1.36.2.8.6.1.2.7.2.3.46.2: final merge for Beta2 2003/04/14 15:07:42 gh 1.36.2.8.6.1.2.7.2.3.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e964a9b9521471e5ec33458fb85fcb92386488]

        INTEGRATION: CWS mergem8 (1.13.2.7.6.3.2.2.46); FILE MERGED 2003/04/29 08:35:12 gh 1.13.2.7.6.3.2.2.46.2: final merge for Beta2 2003/04/14 15:07:41 gh 1.13.2.7.6.3.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a9d139646dac1e108b392980b416bdfd2332434]

        INTEGRATION: CWS mergem8 (1.7.2.1.2.1.2.2.2.3.6.3.2.1.48); FILE MERGED 2003/04/29 08:35:11 gh 1.7.2.1.2.1.2.2.2.3.6.3.2.1.48.2: final merge for Beta2 2003/04/14 15:07:36 gh 1.7.2.1.2.1.2.2.2.3.6.3.2.1.48.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a58562ca58e6b882fc27c59f6b944b06f33caa9]

        INTEGRATION: CWS mergem8 (1.18.2.5.4.2.6.5.2.2.46); FILE MERGED 2003/04/29 08:35:10 gh 1.18.2.5.4.2.6.5.2.2.46.2: final merge for Beta2 2003/04/14 15:07:35 gh 1.18.2.5.4.2.6.5.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b358e40234de634dea2577ac382a5dec6519c196]

        INTEGRATION: CWS mergem8 (1.17.4.8.6.4.2.2.46); FILE MERGED 2003/04/29 08:35:10 gh 1.17.4.8.6.4.2.2.46.2: final merge for Beta2 2003/04/14 15:07:33 gh 1.17.4.8.6.4.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f74551ad716b63b9149cc19aff140997c9b3ea9]

        INTEGRATION: CWS mergem8 (1.17.2.8.4.4.2.1.48); FILE MERGED 2003/04/29 08:35:06 gh 1.17.2.8.4.4.2.1.48.3: final merge for Beta2 2003/04/16 18:20:35 gh 1.17.2.8.4.4.2.1.48.2: RESYNC: (1.17.2.8.4.4.2.1-1.24); FILE MERGED 2003/04/14 15:07:24 gh 1.17.2.8.4.4.2.1.48.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [60a1aa61bcb64cb6c25a38e8858bbfff0d54c6cb]

        INTEGRATION: CWS mergem8 (1.27.4.2.2.7.6.4.2.2.46); FILE MERGED 2003/04/29 08:35:06 gh 1.27.4.2.2.7.6.4.2.2.46.2: final merge for Beta2 2003/04/14 15:07:22 gh 1.27.4.2.2.7.6.4.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d96aefd64c553e6704b5f4dc2038e1fced054f03]

        INTEGRATION: CWS mergem8 (1.36.2.2.46); FILE MERGED 2003/04/29 08:35:05 gh 1.36.2.2.46.2: final merge for Beta2 2003/04/14 15:07:22 gh 1.36.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca87785ca97ae6facf18cd2e8c4ee29412f124cf]

        INTEGRATION: CWS mergem8 (1.25.2.19.2.2.46); FILE MERGED 2003/04/29 08:35:05 gh 1.25.2.19.2.2.46.2: final merge for Beta2 2003/04/14 15:07:21 gh 1.25.2.19.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [71f4acdacb32b93e2fe1f7ca63d5a8496796d0f4]

        INTEGRATION: CWS mergem8 (1.17.4.1.2.4.2.1.4.3.4.3.2.2.46); FILE MERGED 2003/04/29 08:35:05 gh 1.17.4.1.2.4.2.1.4.3.4.3.2.2.46.2: final merge for Beta2 2003/04/14 15:07:20 gh 1.17.4.1.2.4.2.1.4.3.4.3.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a14126447980cfe14c8817383ead4bc33ce272b]

        INTEGRATION: CWS mergem8 (1.12.2.2.2.8.6.3.2.2.46); FILE MERGED 2003/04/29 08:35:04 gh 1.12.2.2.2.8.6.3.2.2.46.2: final merge for Beta2 2003/04/14 15:07:20 gh 1.12.2.2.2.8.6.3.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf36c5f9433f459fd564855d4289dd8627a53d86]

        INTEGRATION: CWS mergem8 (1.38.4.5.2.2.46); FILE MERGED 2003/04/29 08:35:04 gh 1.38.4.5.2.2.46.2: final merge for Beta2 2003/04/14 15:07:18 gh 1.38.4.5.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2b387c1cd3025497e79239e67a7ef8f367fc9c7]

        INTEGRATION: CWS mergem8 (1.1.1.4.4.1.2.7.6.3.2.1.48); FILE MERGED 2003/04/29 08:35:02 gh 1.1.1.4.4.1.2.7.6.3.2.1.48.2: final merge for Beta2 2003/04/14 15:07:15 gh 1.1.1.4.4.1.2.7.6.3.2.1.48.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [82387447cbdbd05bbe8373268dd93da4591927cc]

        INTEGRATION: CWS mergem8 (1.19.2.7.6.5.2.2.46); FILE MERGED 2003/04/29 08:35:02 gh 1.19.2.7.6.5.2.2.46.2: final merge for Beta2 2003/04/14 15:07:14 gh 1.19.2.7.6.5.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d6ec6e212f93e5452edb2bb440a6fd0a0bf21ec]

        INTEGRATION: CWS mergem8 (1.47.2.2.46); FILE MERGED 2003/04/29 08:35:01 gh 1.47.2.2.46.2: final merge for Beta2 2003/04/14 15:07:13 gh 1.47.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7df13e4b4d6aade0fe65bff53b602ddf7e0dcf9]

        INTEGRATION: CWS mergem8 (1.1.1.6.2.7.6.4.2.2.46); FILE MERGED 2003/04/29 08:35:01 gh 1.1.1.6.2.7.6.4.2.2.46.2: final merge for Beta2 2003/04/14 15:07:11 gh 1.1.1.6.2.7.6.4.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6099d079872848f871389a637eca6fe541e2fbaa]

        INTEGRATION: CWS mergem8 (1.51.2.2.46); FILE MERGED 2003/04/29 08:35:00 gh 1.51.2.2.46.2: final merge for Beta2 2003/04/14 15:07:09 gh 1.51.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [51fe3f69b6c30ea4dd57bd4b3c65a3444e4b59dd]

        INTEGRATION: CWS mergem8 (1.2.2.1.4.4.46); FILE MERGED 2003/04/29 08:34:59 gh 1.2.2.1.4.4.46.2: final merge for Beta2 2003/04/14 15:07:08 gh 1.2.2.1.4.4.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef50cb8e9a63f3a712de1bb62a3b375596ae7c8a]

        INTEGRATION: CWS mergem8 (1.23.2.2.46); FILE MERGED 2003/04/29 08:34:59 gh 1.23.2.2.46.2: final merge for Beta2 2003/04/14 15:07:07 gh 1.23.2.2.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [144ef8bff2c6a08fb344b495a2162232d2b4656f]

        INTEGRATION: CWS mergem8 (1.12.2.3.2.2.2.2.6.7.2.2.12); FILE MERGED 2003/04/29 08:34:48 gh 1.12.2.3.2.2.2.2.6.7.2.2.12.2: final merge for Beta2 2003/04/14 15:06:34 gh 1.12.2.3.2.2.2.2.6.7.2.2.12.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2bd4bb2239344445c975f30cae37ae3d4b90005]

        INTEGRATION: CWS mergem8 (1.37.2.2.12); FILE MERGED 2003/04/29 08:34:46 gh 1.37.2.2.12.2: final merge for Beta2 2003/04/14 15:06:25 gh 1.37.2.2.12.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9249454e8b280329221fdd7302842cb7db44b7ab]

        INTEGRATION: CWS mergem8 (1.36.2.2.12); FILE MERGED 2003/04/29 08:34:45 gh 1.36.2.2.12.2: final merge for Beta2 2003/04/14 15:06:22 gh 1.36.2.2.12.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c679a0c9d2c02ace5fb73aa4fb97f86a76a9cab9]

        INTEGRATION: CWS mergem8 (1.40.2.2.12); FILE MERGED 2003/04/29 08:34:44 gh 1.40.2.2.12.2: final merge for Beta2 2003/04/14 15:06:16 gh 1.40.2.2.12.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [018493aaca7eb4c05680b88d36e9008a0b01f81c]

        INTEGRATION: CWS mergem8 (1.47.2.4.4); FILE MERGED 2003/04/29 08:34:42 gh 1.47.2.4.4.3: final merge for Beta2 2003/04/24 19:42:41 gh 1.47.2.4.4.2: RESYNC: (1.48-1.49); FILE MERGED 2003/04/14 15:06:07 gh 1.47.2.4.4.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7419567e96384c94c7dcb09b0780effd4d421cb6]

        INTEGRATION: CWS mergem8 (1.48.4.5.2.2.12); FILE MERGED 2003/04/29 08:34:41 gh 1.48.4.5.2.2.12.2: final merge for Beta2 2003/04/14 15:06:03 gh 1.48.4.5.2.2.12.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b70c75ff9e65b1bd20efa00eae212b5be76db14]

        INTEGRATION: CWS mergem8 (1.6.12); FILE MERGED 2003/04/29 10:00:16 gh 1.6.12.1: prepare hid-particles generation

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6cabeb45e52dfa1ab01c30e33086602fe8b24b8]

        INTEGRATION: CWS mergem8 (1.134.2); FILE MERGED 2003/04/29 10:00:15 gh 1.134.2.1: prepare hid-particles generation

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [808e56df1678952624cd670a35a8719a7403678d]

        INTEGRATION: CWS mergem8 (1.49.14); FILE MERGED 2003/04/29 09:59:16 gh 1.49.14.1: rule for hid generation

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [455f7a1b3e505eccd3e9f993059e5a12caf30eac]

        INTEGRATION: CWS mergem8 (1.19.8); FILE MERGED 2003/04/29 08:34:15 gh 1.19.8.2: final merge for Beta2 2003/04/14 15:04:55 gh 1.19.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ddb46ff172a1c436c2221cf81eeae67c034f7c6]

        INTEGRATION: CWS mergem8 (1.75.8); FILE MERGED 2003/04/29 08:34:13 gh 1.75.8.2: final merge for Beta2 2003/04/14 15:04:52 gh 1.75.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [449e6b5342374388f194e0560d369785c687c475]

        INTEGRATION: CWS mergem8 (1.48.8); FILE MERGED 2003/04/29 08:34:12 gh 1.48.8.2: final merge for Beta2 2003/04/14 15:04:49 gh 1.48.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5650da39b8895b798feaa8a0a3dd9ae0f9ea575d]

        INTEGRATION: CWS mergem8 (1.36.8); FILE MERGED 2003/04/29 08:34:10 gh 1.36.8.2: final merge for Beta2 2003/04/14 15:04:46 gh 1.36.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee44e8d4dcc932627104aff4b64839ead093d240]

        INTEGRATION: CWS mergem8 (1.78.8); FILE MERGED 2003/04/29 08:34:10 gh 1.78.8.3: final merge for Beta2 2003/04/24 19:02:38 gh 1.78.8.2: RESYNC: (1.78-1.79); FILE MERGED 2003/04/14 15:04:44 gh 1.78.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [02b9284969aca19b1e6fcb6bc3e8b2514413714c]

        INTEGRATION: CWS mergem8 (1.53.8); FILE MERGED 2003/04/29 08:34:08 gh 1.53.8.3: final merge for Beta2 2003/04/16 11:09:37 gh 1.53.8.2: RESYNC: (1.53-1.54); FILE MERGED 2003/04/14 15:04:37 gh 1.53.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc381c00bb02f5eff56239c8907b72ce3168bfbe]

        INTEGRATION: CWS mergem8 (1.35.8); FILE MERGED 2003/04/29 08:34:08 gh 1.35.8.2: final merge for Beta2 2003/04/14 15:04:32 gh 1.35.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f1f0bbdcf1a8b91cb731da28e996ef0f758ca41]

        INTEGRATION: CWS mergem8 (1.36.8); FILE MERGED 2003/04/29 08:34:02 gh 1.36.8.2: final merge for Beta2 2003/04/14 15:04:11 gh 1.36.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c8930e1e3f8ed6d99275eb1fff36b35e96d7ae8]

        INTEGRATION: CWS mergem8 (1.23.8); FILE MERGED 2003/04/29 08:34:01 gh 1.23.8.2: final merge for Beta2 2003/04/14 15:04:09 gh 1.23.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d06a999ccf386746ca7a62bb73a8da8b1bbe8513]

        INTEGRATION: CWS mergem8 (1.120.8); FILE MERGED 2003/04/29 08:33:56 gh 1.120.8.2: final merge for Beta2 2003/04/14 15:03:53 gh 1.120.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b8aa920acfb29bb6137b0783ac04ed33ea313a8]

        INTEGRATION: CWS mergem8 (1.24.8); FILE MERGED 2003/04/29 08:34:01 gh 1.24.8.2: final merge for Beta2 2003/04/14 15:04:07 gh 1.24.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0b57425b3f4628bbab3d76c151e2b3a6c514a36]

        INTEGRATION: CWS mergem8 (1.26.8); FILE MERGED 2003/04/29 08:34:00 gh 1.26.8.2: final merge for Beta2 2003/04/14 15:04:06 gh 1.26.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cdceba5fa6081048f3d043604c62bfc71e8d238]

        INTEGRATION: CWS mergem8 (1.32.8); FILE MERGED 2003/04/29 08:34:00 gh 1.32.8.3: final merge for Beta2 2003/04/16 11:10:57 gh 1.32.8.2: RESYNC: (1.32-1.33); FILE MERGED 2003/04/14 15:04:02 gh 1.32.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0788ca953a4670c3637e685077e0f28a81588b7]

        INTEGRATION: CWS mergem8 (1.33.8); FILE MERGED 2003/04/29 08:33:59 gh 1.33.8.2: final merge for Beta2 2003/04/14 15:04:01 gh 1.33.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ab1df2da61bf524ec30209c6802088a26d7fc6d]

        INTEGRATION: CWS mergem8 (1.22.8); FILE MERGED 2003/04/29 08:33:58 gh 1.22.8.2: final merge for Beta2 2003/04/14 15:03:59 gh 1.22.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [db34b6fb2e2958a7867cdfbc9219f44944ee50c7]

        INTEGRATION: CWS mergem8 (1.33.8); FILE MERGED 2003/04/29 08:33:58 gh 1.33.8.2: final merge for Beta2 2003/04/14 15:03:58 gh 1.33.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [05a84972af656df935e1dca5649f5c697536750c]

        INTEGRATION: CWS mergem8 (1.23.8); FILE MERGED 2003/04/29 08:33:58 gh 1.23.8.2: final merge for Beta2 2003/04/14 15:03:57 gh 1.23.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [450ac658bc66cf5730a2cc2bbd4807063b1bd4fd]

        INTEGRATION: CWS mergem8 (1.16.8); FILE MERGED 2003/04/29 08:33:57 gh 1.16.8.2: final merge for Beta2 2003/04/14 15:03:56 gh 1.16.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e0177d71a7c83caee6880e48686b523a7b42ab1]

        INTEGRATION: CWS mergem8 (1.26.8); FILE MERGED 2003/04/29 08:33:57 gh 1.26.8.2: final merge for Beta2 2003/04/14 15:03:55 gh 1.26.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a100811defa697e186ae037299176186d447c351]

        INTEGRATION: CWS mergem8 (1.22.8); FILE MERGED 2003/04/29 08:33:56 gh 1.22.8.2: final merge for Beta2 2003/04/14 15:03:53 gh 1.22.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6b6abdd790806ae6e3514253243eb75196f4572]

        INTEGRATION: CWS mergem8 (1.14.8); FILE MERGED 2003/04/29 08:33:55 gh 1.14.8.2: final merge for Beta2 2003/04/14 15:03:52 gh 1.14.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [803ee29937c9be28cec848a19adeca8d2169eb0d]

        INTEGRATION: CWS mergem8 (1.31.8); FILE MERGED 2003/04/29 08:33:55 gh 1.31.8.2: final merge for Beta2 2003/04/14 15:03:51 gh 1.31.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae94f7f37a96cc2c317b1486608ac2f1fb3e4b53]

        INTEGRATION: CWS mergem8 (1.25.8); FILE MERGED 2003/04/29 08:33:54 gh 1.25.8.2: final merge for Beta2 2003/04/14 15:03:50 gh 1.25.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4016bc6af537eb7f5e328799987051d2213aaf11]

        INTEGRATION: CWS mergem8 (1.18.8); FILE MERGED 2003/04/29 08:33:53 gh 1.18.8.2: final merge for Beta2 2003/04/14 15:03:45 gh 1.18.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dec0c3e5d89bf1991b13f97351d744d8c63ce820]

        INTEGRATION: CWS mergem8 (1.33.8); FILE MERGED 2003/04/29 08:33:52 gh 1.33.8.2: final merge for Beta2 2003/04/14 15:03:45 gh 1.33.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e20662ad3b19e5cc2ce4fcda353922b436cf8a9]

        INTEGRATION: CWS mergem8 (1.8.8); FILE MERGED 2003/04/29 08:33:52 gh 1.8.8.2: final merge for Beta2 2003/04/14 15:03:43 gh 1.8.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [987917231b94d58c7c24dfa70ea510e6c8e0043e]

        INTEGRATION: CWS mergem8 (1.45.8); FILE MERGED 2003/04/29 08:33:51 gh 1.45.8.3: final merge for Beta2 2003/04/16 11:11:50 gh 1.45.8.2: RESYNC: (1.45-1.46); FILE MERGED 2003/04/14 15:03:39 gh 1.45.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [19c11d7a1fa5a43178a19702cae381ee65931c2e]

        INTEGRATION: CWS mergem8 (1.87.8); FILE MERGED 2003/04/29 08:33:51 gh 1.87.8.2: final merge for Beta2 2003/04/14 15:03:36 gh 1.87.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b23e53087266dbfa789e5093409cdf1025e3a1d6]

        INTEGRATION: CWS mergem8 (1.14.8); FILE MERGED 2003/04/29 08:33:50 gh 1.14.8.2: final merge for Beta2 2003/04/14 15:03:36 gh 1.14.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ba969483a3dda6a09fbe9d44ef4aafd120048cc]

        INTEGRATION: CWS mergem8 (1.36.8); FILE MERGED 2003/04/29 08:33:49 gh 1.36.8.2: final merge for Beta2 2003/04/14 15:03:32 gh 1.36.8.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce94d873b01fe4c9cf2737423a04ca96041dfabe]

        INTEGRATION: CWS mergem8 (1.11.6.4.2.2.10); FILE MERGED 2003/04/29 08:33:38 gh 1.11.6.4.2.2.10.2: final merge for Beta2 2003/04/14 15:03:11 gh 1.11.6.4.2.2.10.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [16ebe8b2e3bf1a659f10aaf004f42ce582ca35e0]

        INTEGRATION: CWS mergem8 (1.12.2.7.6.4.2.1.12); FILE MERGED 2003/04/29 08:33:30 gh 1.12.2.7.6.4.2.1.12.2: final merge for Beta2 2003/04/14 15:02:59 gh 1.12.2.7.6.4.2.1.12.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6512d8bb28ebd61520a904d4ed195cba68f27c93]

        INTEGRATION: CWS mergem8 (1.51.2.4.2.2.10); FILE MERGED 2003/04/29 08:33:20 gh 1.51.2.4.2.2.10.2: final merge for Beta2 2003/04/14 15:02:42 gh 1.51.2.4.2.2.10.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [bca8278614fca45944680c77d8d34ab772cfc584]

        INTEGRATION: CWS mergem8 (1.21.2.6.6.4.2.1.46); FILE MERGED 2003/04/29 08:32:41 gh 1.21.2.6.6.4.2.1.46.2: final merge for Beta2 2003/04/14 15:01:28 gh 1.21.2.6.6.4.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9f834a0ef0651e1dcd6e8c0f2257e6a83a521b1]

        INTEGRATION: CWS mergem8 (1.17.12.1.46); FILE MERGED 2003/04/29 08:32:41 gh 1.17.12.1.46.2: final merge for Beta2 2003/04/14 15:01:27 gh 1.17.12.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [091700d4a6d72c984e17d347b3c529353553aae7]

        INTEGRATION: CWS mergem8 (1.47.2.5.44); FILE MERGED 2003/04/29 08:32:13 gh 1.47.2.5.44.3: final merge for Beta2 2003/04/16 13:08:57 gh 1.47.2.5.44.2: RESYNC: (1.47.2.5-1.51); FILE MERGED 2003/04/14 15:00:43 gh 1.47.2.5.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4c7954fc53c0d0e7fbb5e614f506ad229b05729]

        INTEGRATION: CWS mergem8 (1.18.8.2.2.6.6.4.2.1.46); FILE MERGED 2003/04/29 08:32:13 gh 1.18.8.2.2.6.6.4.2.1.46.2: final merge for Beta2 2003/04/14 15:00:41 gh 1.18.8.2.2.6.6.4.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [64384bdf7b136ed4e013343d93425cd4f6697a62]

        INTEGRATION: CWS mergem8 (1.14.4.2.2.6.6.4.2.2.44); FILE MERGED 2003/04/29 08:32:12 gh 1.14.4.2.2.6.6.4.2.2.44.2: final merge for Beta2 2003/04/14 15:00:39 gh 1.14.4.2.2.6.6.4.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [feca2c349bba9148e35ef40b267c5045c741babc]

        INTEGRATION: CWS mergem8 (1.25.2.10.4.6.2.1.46); FILE MERGED 2003/04/29 08:32:12 gh 1.25.2.10.4.6.2.1.46.2: final merge for Beta2 2003/04/14 15:00:38 gh 1.25.2.10.4.6.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [249f4eaa18a636ff432562bc0a6a84c467775b3a]

        INTEGRATION: CWS mergem8 (1.29.2.1.46); FILE MERGED 2003/04/29 08:32:11 gh 1.29.2.1.46.2: final merge for Beta2 2003/04/14 15:00:36 gh 1.29.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7deaf53f3b814b39cdda15a893560b2414ce324b]

        INTEGRATION: CWS mergem8 (1.16.4.2.2.6.6.7.2.2.44); FILE MERGED 2003/04/29 08:32:11 gh 1.16.4.2.2.6.6.7.2.2.44.2: final merge for Beta2 2003/04/14 15:00:35 gh 1.16.4.2.2.6.6.7.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9207a62a76b586bbcb17292c302eea0d8274fff4]

        INTEGRATION: CWS mergem8 (1.9.2.1.2.7.6.2.6.1.46); FILE MERGED 2003/04/29 08:32:10 gh 1.9.2.1.2.7.6.2.6.1.46.2: final merge for Beta2 2003/04/14 15:00:34 gh 1.9.2.1.2.7.6.2.6.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [382624fb81a6a9a5d0244e0ec4bee6be58978a60]

        INTEGRATION: CWS mergem8 (1.12.6.2.2.6.6.2.2.2.44); FILE MERGED 2003/04/29 08:32:09 gh 1.12.6.2.2.6.6.2.2.2.44.2: final merge for Beta2 2003/04/14 15:00:33 gh 1.12.6.2.2.6.6.2.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7bef05474b0a5869b9b8996ca0dbec69c968d55]

        INTEGRATION: CWS mergem8 (1.69.2.2.44); FILE MERGED 2003/04/29 08:32:08 gh 1.69.2.2.44.2: final merge for Beta2 2003/04/14 15:00:29 gh 1.69.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b4216d4cc35ac5ebb8b9dffbdf9e0a3e76fc3b2]

        INTEGRATION: CWS mergem8 (1.61.6.8.2.2.44); FILE MERGED 2003/04/29 08:31:37 gh 1.61.6.8.2.2.44.2: final merge for Beta2 2003/04/14 14:59:19 gh 1.61.6.8.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8737801d59963cc043350fcae7584a387988618]

        INTEGRATION: CWS mergem8 (1.36.2.2.44); FILE MERGED 2003/04/29 08:31:36 gh 1.36.2.2.44.2: final merge for Beta2 2003/04/14 14:59:19 gh 1.36.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e1acbc11fe81ba1d5464864f2459677e3586252]

        INTEGRATION: CWS mergem8 (1.14.2.1.46); FILE MERGED 2003/04/29 08:31:36 gh 1.14.2.1.46.2: final merge for Beta2 2003/04/14 14:59:18 gh 1.14.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a8b34be5ef9a9e52d38cd35869e3d469592d322]

        INTEGRATION: CWS mergem8 (1.42.2.2.44); FILE MERGED 2003/04/29 08:31:35 gh 1.42.2.2.44.2: final merge for Beta2 2003/04/14 14:59:17 gh 1.42.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d3abedff7acf431811091481ebcaed5418a4294]

        INTEGRATION: CWS mergem8 (1.52.2.2.44); FILE MERGED 2003/04/29 08:31:34 gh 1.52.2.2.44.2: final merge for Beta2 2003/04/14 14:59:16 gh 1.52.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bd0e9a1f5ce5cfdab1b010974d570accac0ed0d]

        INTEGRATION: CWS mergem8 (1.22.2.7.6.3.2.2.44); FILE MERGED 2003/04/29 08:31:34 gh 1.22.2.7.6.3.2.2.44.2: final merge for Beta2 2003/04/14 14:59:15 gh 1.22.2.7.6.3.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9b0fee00b731a6ef0a26d6ef256a5e1fe707ebf]

        INTEGRATION: CWS mergem8 (1.19.2.6.6.6.2.2.44); FILE MERGED 2003/04/29 08:31:33 gh 1.19.2.6.6.6.2.2.44.2: final merge for Beta2 2003/04/14 14:59:13 gh 1.19.2.6.6.6.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a671f199081e70926124ec082aa85467cbac6ac3]

        INTEGRATION: CWS mergem8 (1.61.2.2.44); FILE MERGED 2003/04/29 08:31:33 gh 1.61.2.2.44.2: final merge for Beta2 2003/04/14 14:59:11 gh 1.61.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f89a5ec930eb58e65141fdf66215900579b3864d]

        INTEGRATION: CWS mergem8 (1.18.2.7.6.4.2.1.46); FILE MERGED 2003/04/29 08:31:30 gh 1.18.2.7.6.4.2.1.46.2: final merge for Beta2 2003/04/14 14:59:07 gh 1.18.2.7.6.4.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dde255718c18d3877ca50a365da303e5e6675ad6]

        INTEGRATION: CWS mergem8 (1.42.2.2.44); FILE MERGED 2003/04/29 08:31:28 gh 1.42.2.2.44.2: final merge for Beta2 2003/04/14 14:59:02 gh 1.42.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [21dfbf88cf59d54f752529519200667317b4124b]

        INTEGRATION: CWS mergem8 (1.45.2.2.44); FILE MERGED 2003/04/29 08:31:27 gh 1.45.2.2.44.2: final merge for Beta2 2003/04/14 14:58:59 gh 1.45.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [90eedc37cb1bf23f5c2d752722de0fa4b6b5426c]

        INTEGRATION: CWS mergem8 (1.33.2.2.44); FILE MERGED 2003/04/29 08:31:27 gh 1.33.2.2.44.2: final merge for Beta2 2003/04/14 14:58:58 gh 1.33.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0d2a78675d129c674cf641d9305d39d9a73bc56]

        INTEGRATION: CWS mergem8 (1.32.2.1.46); FILE MERGED 2003/04/29 08:31:26 gh 1.32.2.1.46.2: final merge for Beta2 2003/04/14 14:58:57 gh 1.32.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd48e9467108d0d2cb7db73bcb5b68bb40c516d6]

        INTEGRATION: CWS mergem8 (1.20.2.2.44); FILE MERGED 2003/04/29 08:31:25 gh 1.20.2.2.44.2: final merge for Beta2 2003/04/14 14:58:56 gh 1.20.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [75326289b074539bc0133bf8a7132a992cb44ed6]

        INTEGRATION: CWS mergem8 (1.28.2.7.6.4.2.2.44); FILE MERGED 2003/04/29 08:31:24 gh 1.28.2.7.6.4.2.2.44.2: final merge for Beta2 2003/04/14 14:58:53 gh 1.28.2.7.6.4.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebfb530942bfd258cba517ba325c5e93b90a6405]

        INTEGRATION: CWS mergem8 (1.44.2.2.44); FILE MERGED 2003/04/29 08:31:24 gh 1.44.2.2.44.2: final merge for Beta2 2003/04/14 14:58:52 gh 1.44.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c33968f1a5569a65f39af9fadec17e24e52e0bba]

        INTEGRATION: CWS mergem8 (1.10.4.6.6.2.2.1.46); FILE MERGED 2003/04/29 08:31:22 gh 1.10.4.6.6.2.2.1.46.2: final merge for Beta2 2003/04/14 14:58:48 gh 1.10.4.6.6.2.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [548458aa7181b249b033f79916cebf557fa76716]

        INTEGRATION: CWS mergem8 (1.39.2.3.44); FILE MERGED 2003/04/29 08:31:21 gh 1.39.2.3.44.2: final merge for Beta2 2003/04/14 14:58:47 gh 1.39.2.3.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [124fabc8a8effdb8e29c591803153fc1bb3f3d7c]

        INTEGRATION: CWS mergem8 (1.32.2.2.44); FILE MERGED 2003/04/29 08:31:21 gh 1.32.2.2.44.2: final merge for Beta2 2003/04/14 14:58:45 gh 1.32.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e2d60c8e74097daf1713e751e3da4d391009f05]

        INTEGRATION: CWS mergem8 (1.32.2.2.44); FILE MERGED 2003/04/29 08:31:19 gh 1.32.2.2.44.2: final merge for Beta2 2003/04/14 14:58:41 gh 1.32.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dc86f45d7ed5d10cd11b4eacc756428c482fda6]

        INTEGRATION: CWS mergem8 (1.20.2.2.44); FILE MERGED 2003/04/29 08:31:16 gh 1.20.2.2.44.2: final merge for Beta2 2003/04/14 14:58:36 gh 1.20.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bde408385341ac4a89ccfa87e6e53ef595cef99]

        INTEGRATION: CWS mergem8 (1.22.2.7.6.5.2.2.44); FILE MERGED 2003/04/29 08:31:16 gh 1.22.2.7.6.5.2.2.44.2: final merge for Beta2 2003/04/14 14:58:35 gh 1.22.2.7.6.5.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0394abbb9a74a92ee2e1a8e02afe393732f81f0e]

        INTEGRATION: CWS mergem8 (1.17.2.8.6.4.2.1.46); FILE MERGED 2003/04/29 08:31:16 gh 1.17.2.8.6.4.2.1.46.2: final merge for Beta2 2003/04/14 14:58:32 gh 1.17.2.8.6.4.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [263ee8cc78aa3995de6b8b6edd5524a1a2b16e8c]

        INTEGRATION: CWS mergem8 (1.22.2.1.2.2.2.2.2.4.6.4.2.2.44); FILE MERGED 2003/04/29 08:31:15 gh 1.22.2.1.2.2.2.2.2.4.6.4.2.2.44.2: final merge for Beta2 2003/04/14 14:58:30 gh 1.22.2.1.2.2.2.2.2.4.6.4.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a7b92ba557d7cfabdf45d5bfa0620202d659a30]

        INTEGRATION: CWS mergem8 (1.18.2.1.46); FILE MERGED 2003/04/29 08:31:14 gh 1.18.2.1.46.2: final merge for Beta2 2003/04/14 14:58:25 gh 1.18.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fd54074c8d2de025364dce9224054c3f4469ab0]

        INTEGRATION: CWS mergem8 (1.36.2.2.44); FILE MERGED 2003/04/29 08:31:14 gh 1.36.2.2.44.2: final merge for Beta2 2003/04/14 14:58:24 gh 1.36.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdeb50b0649507e06b1e06fe69574d8697d62097]

        INTEGRATION: CWS mergem8 (1.20.2.1.2.7.6.4.2.2.44); FILE MERGED 2003/04/29 08:31:13 gh 1.20.2.1.2.7.6.4.2.2.44.2: final merge for Beta2 2003/04/14 14:58:22 gh 1.20.2.1.2.7.6.4.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [623fe14db65999aa9931b122b4446265e4b5f717]

        INTEGRATION: CWS mergem8 (1.53.2.3.44); FILE MERGED 2003/04/29 08:31:12 gh 1.53.2.3.44.2: final merge for Beta2 2003/04/14 14:58:16 gh 1.53.2.3.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd47fa29af45c8aeae73253870656b5e518a5e59]

        INTEGRATION: CWS mergem8 (1.13.12.2.2.7.6.4.2.2.44); FILE MERGED 2003/04/29 08:31:12 gh 1.13.12.2.2.7.6.4.2.2.44.2: final merge for Beta2 2003/04/14 14:58:15 gh 1.13.12.2.2.7.6.4.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [86ce3b87846b91160145005f6d88f3c3d9c18666]

        INTEGRATION: CWS mergem8 (1.14.2.2.2.1.2.4.6.4.2.2.44); FILE MERGED 2003/04/29 08:31:11 gh 1.14.2.2.2.1.2.4.6.4.2.2.44.2: final merge for Beta2 2003/04/14 14:58:11 gh 1.14.2.2.2.1.2.4.6.4.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b9cad5d310975ec0c2f85f9335cfe87243afafd]

        INTEGRATION: CWS mergem8 (1.27.2.7.6.5.2.2.44); FILE MERGED 2003/04/29 08:31:09 gh 1.27.2.7.6.5.2.2.44.2: final merge for Beta2 2003/04/14 14:58:00 gh 1.27.2.7.6.5.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b3ce8303fd6423a73b49681937df5194b1299e6]

        INTEGRATION: CWS mergem8 (1.25.2.7.6.5.2.2.44); FILE MERGED 2003/04/29 08:31:08 gh 1.25.2.7.6.5.2.2.44.2: final merge for Beta2 2003/04/14 14:57:59 gh 1.25.2.7.6.5.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [48d3438227decea4c37e1b2eb8cbe4023eb252b4]

        INTEGRATION: CWS mergem8 (1.20.2.6.2.1.6.5.2.2.44); FILE MERGED 2003/04/29 08:31:08 gh 1.20.2.6.2.1.6.5.2.2.44.2: final merge for Beta2 2003/04/14 14:57:56 gh 1.20.2.6.2.1.6.5.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e221b0dc9fe8ba2dd348a67280ee1038cbf08ea1]

        INTEGRATION: CWS mergem8 (1.45.2.2.44); FILE MERGED 2003/04/29 08:31:08 gh 1.45.2.2.44.2: final merge for Beta2 2003/04/14 14:57:54 gh 1.45.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8d459dd31c0315f7b613ef2cc3cac0746b68e87]

        INTEGRATION: CWS mergem8 (1.24.2.1.46); FILE MERGED 2003/04/29 08:31:07 gh 1.24.2.1.46.2: final merge for Beta2 2003/04/14 14:57:53 gh 1.24.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3a37a703f65a80c4aed09e43a1803098c8900d4]

        INTEGRATION: CWS mergem8 (1.23.6.5.2.2.44); FILE MERGED 2003/04/29 08:31:07 gh 1.23.6.5.2.2.44.2: final merge for Beta2 2003/04/14 14:57:52 gh 1.23.6.5.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e60e4d740758c9281af3d2f0c3ab2a55850b1a31]

        INTEGRATION: CWS mergem8 (1.26.2.2.44); FILE MERGED 2003/04/29 08:31:07 gh 1.26.2.2.44.2: final merge for Beta2 2003/04/14 14:57:51 gh 1.26.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [58417baedbeb8dff6aad659615cf480f4ffa796f]

        INTEGRATION: CWS mergem8 (1.24.2.2.44); FILE MERGED 2003/04/29 08:31:06 gh 1.24.2.2.44.2: final merge for Beta2 2003/04/14 14:57:50 gh 1.24.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd91c729135ed54ff9a6baedb66f3b981ab0eb1e]

        INTEGRATION: CWS mergem8 (1.36.2.2.44); FILE MERGED 2003/04/29 08:31:04 gh 1.36.2.2.44.2: final merge for Beta2 2003/04/14 14:57:46 gh 1.36.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b50bc630a1ccbed32a0980a76c8d7f883a2fdb79]

        INTEGRATION: CWS mergem8 (1.11.2.1.2.8.6.3.2.1.46); FILE MERGED 2003/04/29 08:31:00 gh 1.11.2.1.2.8.6.3.2.1.46.2: final merge for Beta2 2003/04/14 14:57:42 gh 1.11.2.1.2.8.6.3.2.1.46.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [18126552eb60d54c2d2970bf8884448e0907e987]

        INTEGRATION: CWS mergem8 (1.15.2.7.6.4.2.2.44); FILE MERGED 2003/04/29 08:31:00 gh 1.15.2.7.6.4.2.2.44.2: final merge for Beta2 2003/04/14 14:57:39 gh 1.15.2.7.6.4.2.2.44.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e034f98025afb54b1f8c732499c7f53ac18b96bd]

        INTEGRATION: CWS mergem8 (1.15.2.3.2.5.4.4.2.2.36); FILE MERGED 2003/04/29 08:30:14 gh 1.15.2.3.2.5.4.4.2.2.36.2: final merge for Beta2 2003/04/14 14:56:33 gh 1.15.2.3.2.5.4.4.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [28d99d0638924eccce3f1d77abf677fddb9901af]

        INTEGRATION: CWS mergem8 (1.34.2.1.2.1.2.4.8.2.2.4.2.2.36); FILE MERGED 2003/04/29 08:30:13 gh 1.34.2.1.2.1.2.4.8.2.2.4.2.2.36.3: final merge for Beta2 2003/04/16 14:13:50 gh 1.34.2.1.2.1.2.4.8.2.2.4.2.2.36.2: RESYNC: (1.34.2.1.2.1.2.4.8.2.2.4.2.2-1.38); FILE MERGED 2003/04/14 14:56:32 gh 1.34.2.1.2.1.2.4.8.2.2.4.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b0b7100bf3240d78867836fa22d8a389a220577]

        INTEGRATION: CWS mergem8 (1.6.6.3.2.2.36); FILE MERGED 2003/04/29 08:30:13 gh 1.6.6.3.2.2.36.2: final merge for Beta2 2003/04/14 14:56:30 gh 1.6.6.3.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a44e4fd72893db90fc6095012869356b1a2ef45]

        INTEGRATION: CWS mergem8 (1.17.2.4.2.8.4.3.2.2.36); FILE MERGED 2003/04/29 08:30:13 gh 1.17.2.4.2.8.4.3.2.2.36.2: final merge for Beta2 2003/04/14 14:56:28 gh 1.17.2.4.2.8.4.3.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7f9ceadb02f6e580addbc836aa898e46351f00f]

        INTEGRATION: CWS mergem8 (1.12.2.1.2.7.6.3.2.2.36); FILE MERGED 2003/04/29 08:30:12 gh 1.12.2.1.2.7.6.3.2.2.36.2: final merge for Beta2 2003/04/14 14:56:24 gh 1.12.2.1.2.7.6.3.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [84e86140b43183f299d868d3b63466e18fb648b7]

        INTEGRATION: CWS mergem8 (1.27.4.2.2.6.6.5.2.2.36); FILE MERGED 2003/04/29 08:30:11 gh 1.27.4.2.2.6.6.5.2.2.36.2: final merge for Beta2 2003/04/14 14:56:20 gh 1.27.4.2.2.6.6.5.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c8cf8cc2728697d50acd2713d9ea9b9d0f38cd4]

        INTEGRATION: CWS mergem8 (1.17.2.3.2.7.6.5.2.2.36); FILE MERGED 2003/04/29 08:30:11 gh 1.17.2.3.2.7.6.5.2.2.36.2: final merge for Beta2 2003/04/14 14:56:19 gh 1.17.2.3.2.7.6.5.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [609ef5b896b10afb0876a18d2bdbcec44ae69953]

        INTEGRATION: CWS mergem8 (1.14.2.3.2.7.6.4.2.2.36); FILE MERGED 2003/04/29 08:30:10 gh 1.14.2.3.2.7.6.4.2.2.36.2: final merge for Beta2 2003/04/14 14:56:17 gh 1.14.2.3.2.7.6.4.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8b6c01a4c2fa878b1c450a1272ddf1502945a04]

        INTEGRATION: CWS mergem8 (1.34.2.2.36); FILE MERGED 2003/04/29 08:30:10 gh 1.34.2.2.36.2: final merge for Beta2 2003/04/14 14:56:13 gh 1.34.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [096bb759dd94dc6b830d1d7d94edea1d70d1e062]

        INTEGRATION: CWS mergem8 (1.15.2.2.2.6.6.3.4.2.2.2.36); FILE MERGED 2003/04/29 08:30:09 gh 1.15.2.2.2.6.6.3.4.2.2.2.36.2: final merge for Beta2 2003/04/14 14:56:11 gh 1.15.2.2.2.6.6.3.4.2.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [29e635f44ecf4beba904ebbf9baf0cfeaf1b5212]

        INTEGRATION: CWS mergem8 (1.15.2.6.6.1.2.4.2.1.38); FILE MERGED 2003/04/29 08:30:09 gh 1.15.2.6.6.1.2.4.2.1.38.2: final merge for Beta2 2003/04/14 14:56:07 gh 1.15.2.6.6.1.2.4.2.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [264c09187b028468d64f6befe20b0a93f264233f]

        INTEGRATION: CWS mergem8 (1.13.2.3.2.7.6.2.2.2.36); FILE MERGED 2003/04/29 08:30:08 gh 1.13.2.3.2.7.6.2.2.2.36.2: final merge for Beta2 2003/04/14 14:56:05 gh 1.13.2.3.2.7.6.2.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [279549db13138bdffd962e1da9a070f832769f0f]

        INTEGRATION: CWS mergem8 (1.15.2.7.6.1.2.3.2.2.36); FILE MERGED 2003/04/29 08:30:08 gh 1.15.2.7.6.1.2.3.2.2.36.2: final merge for Beta2 2003/04/14 14:56:01 gh 1.15.2.7.6.1.2.3.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7a8b1eae521657fc158d43026206639784758f4]

        INTEGRATION: CWS mergem8 (1.3.2.3.2.2.36); FILE MERGED 2003/04/29 08:30:08 gh 1.3.2.3.2.2.36.2: final merge for Beta2 2003/04/14 14:55:59 gh 1.3.2.3.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [494ee03f9a71d1f2f22ff497f0a975ad19553a47]

        INTEGRATION: CWS mergem8 (1.15.2.4.6.1.2.4.2.1.38); FILE MERGED 2003/04/29 08:30:07 gh 1.15.2.4.6.1.2.4.2.1.38.2: final merge for Beta2 2003/04/14 14:55:51 gh 1.15.2.4.6.1.2.4.2.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c0483767ecba3ef29c2990196e5ae809a1d2988]

        INTEGRATION: CWS mergem8 (1.12.2.3.2.4.6.2.2.2.36); FILE MERGED 2003/04/29 08:30:06 gh 1.12.2.3.2.4.6.2.2.2.36.2: final merge for Beta2 2003/04/14 14:55:48 gh 1.12.2.3.2.4.6.2.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c64f689d7604093882cd6fb5f3ff9bfb0904390]

        INTEGRATION: CWS mergem8 (1.16.2.7.6.1.2.2.2.2.36); FILE MERGED 2003/04/29 08:30:06 gh 1.16.2.7.6.1.2.2.2.2.36.2: final merge for Beta2 2003/04/14 14:55:47 gh 1.16.2.7.6.1.2.2.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fadb9a48ac8197e5380f0b8f5ae0b68e95542a04]

        INTEGRATION: CWS mergem8 (1.24.2.1.38); FILE MERGED 2003/04/29 08:30:05 gh 1.24.2.1.38.2: final merge for Beta2 2003/04/14 14:55:46 gh 1.24.2.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2de915e7cbd72b4c4b4650de01791ee0f06f6f29]

        INTEGRATION: CWS mergem8 (1.32.2.2.36); FILE MERGED 2003/04/29 08:30:05 gh 1.32.2.2.36.2: final merge for Beta2 2003/04/14 14:55:43 gh 1.32.2.2.36.1: merging all languages

2003-04-29  Armin Weiss  <aw@openoffice.org>  [e087bdac336fcde002888a1d69f7db3d21255fa3]

        Added B2DPolyPolygon basic implementation

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [39a1ece503917691fa77d3e45e51902817743947]

        INTEGRATION: CWS mergem8 (1.13.2.8.6.3.2.2.36); FILE MERGED 2003/04/29 08:30:05 gh 1.13.2.8.6.3.2.2.36.2: final merge for Beta2 2003/04/14 14:55:42 gh 1.13.2.8.6.3.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1859c03c8c9c4d7c795904544348979c89131e2]

        INTEGRATION: CWS mergem8 (1.15.2.6.6.3.2.1.38); FILE MERGED 2003/04/29 08:30:04 gh 1.15.2.6.6.3.2.1.38.2: final merge for Beta2 2003/04/14 14:55:40 gh 1.15.2.6.6.3.2.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [89b9221ada0f16e7dd527701e3da54604747a503]

        INTEGRATION: CWS mergem8 (1.24.2.7.6.5.2.2.36); FILE MERGED 2003/04/29 08:30:04 gh 1.24.2.7.6.5.2.2.36.2: final merge for Beta2 2003/04/14 14:55:39 gh 1.24.2.7.6.5.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ecfd4ed6add81993ef780fc825a75bf5a11d391]

        INTEGRATION: CWS mergem8 (1.4.2.2.36); FILE MERGED 2003/04/29 08:30:03 gh 1.4.2.2.36.2: final merge for Beta2 2003/04/14 14:55:36 gh 1.4.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2438e9bdcb8f6763889dc0d0c8b39481cde2a2b0]

        INTEGRATION: CWS mergem8 (1.25.2.2.36); FILE MERGED 2003/04/29 08:30:03 gh 1.25.2.2.36.2: final merge for Beta2 2003/04/14 14:55:33 gh 1.25.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ff51e2a8dfa7e98c35b84f5f31ce976b297c659]

        INTEGRATION: CWS mergem8 (1.5.12.2.38); FILE MERGED 2003/04/29 08:29:58 gh 1.5.12.2.38.3: final merge for Beta2 2003/04/16 14:15:55 gh 1.5.12.2.38.2: RESYNC: (1.5.12.2-1.7); FILE MERGED 2003/04/14 14:55:16 gh 1.5.12.2.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c5cd064102e4b6b0972a7d23bc98981de7b85e9]

        INTEGRATION: CWS mergem8 (1.16.2.8.4.3.2.2.36); FILE MERGED 2003/04/29 08:29:58 gh 1.16.2.8.4.3.2.2.36.2: final merge for Beta2 2003/04/14 14:55:15 gh 1.16.2.8.4.3.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6b888680a7e15fb6a0ddc90fd9155f94fddcad6]

        INTEGRATION: CWS mergem8 (1.71.4.5.2.11.2.2.36); FILE MERGED 2003/04/29 08:29:54 gh 1.71.4.5.2.11.2.2.36.2: final merge for Beta2 2003/04/14 14:55:08 gh 1.71.4.5.2.11.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [370890d27384d8483cca0822fe8803c1fd7293d8]

        INTEGRATION: CWS mergem8 (1.14.2.9.4.6.2.3.36); FILE MERGED 2003/04/29 08:29:53 gh 1.14.2.9.4.6.2.3.36.2: final merge for Beta2 2003/04/14 14:55:06 gh 1.14.2.9.4.6.2.3.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [19d7a318f39a3270eefd3aa92a5db123084f126b]

        INTEGRATION: CWS mergem8 (1.37.2.2.36); FILE MERGED 2003/04/29 08:29:53 gh 1.37.2.2.36.2: final merge for Beta2 2003/04/14 14:55:05 gh 1.37.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [73b9353636585c70dc338888f1b854f05652ac19]

        INTEGRATION: CWS mergem8 (1.17.2.3.4.1.10.2.2.1.38); FILE MERGED 2003/04/29 08:29:53 gh 1.17.2.3.4.1.10.2.2.1.38.2: final merge for Beta2 2003/04/14 14:55:03 gh 1.17.2.3.4.1.10.2.2.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [670f3d4384af58ce95415d9570da1c179d87f818]

        INTEGRATION: CWS mergem8 (1.2.10); FILE MERGED

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [50603f37cc46d82be7a410c3fb95cae7b228319f]

        INTEGRATION: CWS mergem8 (1.4.6.1.38); FILE MERGED 2003/04/29 08:29:49 gh 1.4.6.1.38.2: final merge for Beta2 2003/04/14 14:54:52 gh 1.4.6.1.38.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2b3c8a9f7d77eb5703927fe77d177804dd1d47c]

        INTEGRATION: CWS mergem8 (1.5.2.9.2.3.36); FILE MERGED 2003/04/29 08:29:48 gh 1.5.2.9.2.3.36.2: final merge for Beta2 2003/04/14 14:54:49 gh 1.5.2.9.2.3.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [768332c818ac0edc7eb5f4d9baffd289083342e2]

        INTEGRATION: CWS mergem8 (1.44.4.2.2.6.2.2.36); FILE MERGED 2003/04/29 08:29:47 gh 1.44.4.2.2.6.2.2.36.2: final merge for Beta2 2003/04/14 14:54:46 gh 1.44.4.2.2.6.2.2.36.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [82db233b82bb27274be080429a4df5a52929075d]

        INTEGRATION: CWS mergem8 (1.2.10); FILE MERGED 2003/04/29 08:29:19 gh 1.2.10.1: final merge for Beta2

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0d426f92be229fa043e44624cef02197b661238]

        INTEGRATION: CWS mergem8 (1.41.2.14.20); FILE MERGED 2003/04/29 08:29:31 gh 1.41.2.14.20.2: final merge for Beta2 2003/04/14 14:54:10 gh 1.41.2.14.20.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c25ed4120f691c034ee591620b9de4168f765ae5]

        INTEGRATION: CWS mergem8 (1.2.10); FILE MERGED 2003/04/29 08:29:18 gh 1.2.10.1: final merge for Beta2

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [83bc987b4ccf397e3cb106c8ec99dec75af63b61]

        INTEGRATION: CWS mergem8 (1.2.10); FILE MERGED 2003/04/29 08:29:20 gh 1.2.10.1: final merge for Beta2

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3f86290e6255fb77efaa357cb6e953a8bf9b8d2]

        INTEGRATION: CWS mergem8 (1.1.6.2.24); FILE MERGED 2003/04/29 08:29:17 gh 1.1.6.2.24.2: final merge for Beta2 2003/04/14 14:53:44 gh 1.1.6.2.24.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe26d74c23de92ebdce5688f1ab963debda1ca6e]

        INTEGRATION: CWS mergem8 (1.8.2.2.2.2.6); FILE MERGED 2003/04/29 08:29:17 gh 1.8.2.2.2.2.6.2: final merge for Beta2 2003/04/14 14:53:42 gh 1.8.2.2.2.2.6.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [880f2fbbd307c184c786ebfe1463d48398610578]

        INTEGRATION: CWS mergem8 (1.5.2.1.26); FILE MERGED 2003/04/29 08:29:16 gh 1.5.2.1.26.2: final merge for Beta2 2003/04/14 14:53:39 gh 1.5.2.1.26.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b448244518702c954c1213bdd06f2d89d3e867ae]

        INTEGRATION: CWS mergem8 (1.2.2.1.24); FILE MERGED 2003/04/29 08:29:12 gh 1.2.2.1.24.3: final merge for Beta2 2003/04/16 12:20:10 gh 1.2.2.1.24.2: RESYNC: (1.2.2.1-1.4); FILE MERGED 2003/04/14 14:53:26 gh 1.2.2.1.24.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9d57deecbb36d7ff2a0a5c2fcb81bc4c543791b]

        INTEGRATION: CWS mergem8 (1.2.2.2.16); FILE MERGED 2003/04/29 08:29:06 gh 1.2.2.2.16.2: final merge for Beta2 2003/04/14 14:53:07 gh 1.2.2.2.16.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4433588ebd841d7f80e6e82b341c9ef5cda5fc2]

        INTEGRATION: CWS mergem8 (1.31.2.4.14); FILE MERGED 2003/04/29 08:29:06 gh 1.31.2.4.14.2: final merge for Beta2 2003/04/14 14:53:06 gh 1.31.2.4.14.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [42480bae1ad5297b6ec3c1424a0fc93185697651]

        INTEGRATION: CWS mergem8 (1.11.2.4.14); FILE MERGED 2003/04/29 08:29:05 gh 1.11.2.4.14.2: final merge for Beta2 2003/04/14 14:53:04 gh 1.11.2.4.14.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f0c5d1906870229bd0e5f753b3a97952d18fd99]

        INTEGRATION: CWS mergem8 (1.1.2.2.14); FILE MERGED 2003/04/29 08:29:05 gh 1.1.2.2.14.2: final merge for Beta2 2003/04/14 14:53:02 gh 1.1.2.2.14.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e5ded9a2474606315cc01a0c9c6951c2b17f4bb]

        INTEGRATION: CWS mergem8 (1.1.2.2.14); FILE MERGED 2003/04/29 08:29:05 gh 1.1.2.2.14.2: final merge for Beta2 2003/04/14 14:53:01 gh 1.1.2.2.14.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb57393bc53f68c7b756f54497952b6debc47212]

        INTEGRATION: CWS mergem8 (1.27.2.17.2.2.14); FILE MERGED 2003/04/29 08:29:04 gh 1.27.2.17.2.2.14.2: final merge for Beta2 2003/04/14 14:53:00 gh 1.27.2.17.2.2.14.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5884d8ca6b69ce8c3f72638eaa3a7412189068c]

        INTEGRATION: CWS mergem8 (1.42.6.8.2.6.12); FILE MERGED 2003/04/29 08:29:04 gh 1.42.6.8.2.6.12.3: final merge for Beta2 2003/04/16 17:09:12 gh 1.42.6.8.2.6.12.2: RESYNC: (1.42.6.8.2.6-1.49); FILE MERGED 2003/04/14 14:52:59 gh 1.42.6.8.2.6.12.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [decd7c117d9b0048f64ccb4ce5a45e8566830192]

        INTEGRATION: CWS mergem8 (1.3.4.1.10.1.16); FILE MERGED 2003/04/29 08:29:03 gh 1.3.4.1.10.1.16.2: final merge for Beta2 2003/04/14 14:52:57 gh 1.3.4.1.10.1.16.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e64f9797d8dbde527b390240d0f5bf49d5c76438]

        INTEGRATION: CWS mergem8 (1.20.2.7.6.2.6.2.14); FILE MERGED 2003/04/29 08:29:03 gh 1.20.2.7.6.2.6.2.14.2: final merge for Beta2 2003/04/14 14:52:55 gh 1.20.2.7.6.2.6.2.14.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c671c90093db795896b21df40c7dc6f85231164]

        INTEGRATION: CWS mergem8 (1.2.14); FILE MERGED 2003/04/29 08:27:48 gh 1.2.14.1: final merge for Beta2

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7892fab9b2dc9951c4f8c37e9780631641cfef47]

        INTEGRATION: CWS mergem8 (1.27.2.1.14); FILE MERGED 2003/04/08 13:20:26 nf 1.27.2.1.14.4: No 99 per default added to command line any more 2003/04/08 11:09:26 nf 1.27.2.1.14.3: adopted command line for new ll parameter 2003/04/08 11:01:38 nf 1.27.2.1.14.2: Support of all for switch -l. All will be expanded to all supported languages with fallback english 2003/04/07 12:26:49 nf 1.27.2.1.14.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a205d68ea6771e0cb16457d22934fa89b33e3dd1]

        INTEGRATION: CWS mergem8 (1.13.36); FILE MERGED 2003/04/07 12:26:48 nf 1.13.36.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [72e8d39533dd1142cab1fd473b8f8d13d1f23df4]

        INTEGRATION: CWS mergem8 (1.8.56); FILE MERGED 2003/04/07 12:26:47 nf 1.8.56.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [caa6f1c26924886f6dd5ac348050f0d1cb9f0d17]

        INTEGRATION: CWS mergem8 (1.30.2.1.18); FILE MERGED 2003/04/07 13:42:36 nf 1.30.2.1.18.1: #-i11961#

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [18ad4b1542a90f7aa0972b62feeafd0b1bd5e3f2]

        INTEGRATION: CWS mergem8 (1.23.2.1.14); FILE MERGED 2003/04/09 07:27:12 nf 1.23.2.1.14.2: #108734# dtd conform insertion of localized items in combination with empty but existing label 2003/04/07 12:26:45 nf 1.23.2.1.14.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [32fe3e0b42ba38bfe0ad09ecad879f491d333ba7]

        INTEGRATION: CWS mergem8 (1.6.32.1.14); FILE MERGED 2003/04/07 12:26:44 nf 1.6.32.1.14.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [43458f7491ff99bb5ae6e0d5c3e7a795a3521649]

        INTEGRATION: CWS mergem8 (1.5.36); FILE MERGED 2003/04/09 07:27:11 nf 1.5.36.2: #108734# dtd conform insertion of localized items in combination with empty but existing label 2003/04/07 12:26:40 nf 1.5.36.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [949063de2c91d5b7e6fd84b9d2f6db6a21dee47c]

        INTEGRATION: CWS mergem8 (1.1.54); FILE MERGED 2003/04/07 12:26:39 nf 1.1.54.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [73d8b0bcfadd7164130a1bf201a7ddcd5e5bf2ec]

        INTEGRATION: CWS mergem8 (1.4.2.1.18); FILE MERGED 2003/04/07 12:26:39 nf 1.4.2.1.18.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [022527f71e4e9a8ea4eefc1bcef2d3ded68e69af]

        INTEGRATION: CWS mergem8 (1.33.2.2.4.4.2.2.64); FILE MERGED 2003/04/29 08:28:51 gh 1.33.2.2.4.4.2.2.64.2: final merge for Beta2 2003/04/14 14:52:15 gh 1.33.2.2.4.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb6ad4bf40ef4e1533e0cb7802e91e270eb32bf2]

        INTEGRATION: CWS mergem8 (1.30.2.2.64); FILE MERGED 2003/04/29 08:28:50 gh 1.30.2.2.64.2: final merge for Beta2 2003/04/14 14:52:14 gh 1.30.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [68b03dcd97e7357e431e266233b4b48485f7c20c]

        INTEGRATION: CWS mergem8 (1.12.2.7.6.1.2.4.2.1.66); FILE MERGED 2003/04/29 08:28:50 gh 1.12.2.7.6.1.2.4.2.1.66.2: final merge for Beta2 2003/04/14 14:52:13 gh 1.12.2.7.6.1.2.4.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7418a3cd928a9c97aefc4b5723a6f7607e8ec582]

        INTEGRATION: CWS mergem8 (1.12.2.1.2.5.4.2.6.4.2.2.64); FILE MERGED 2003/04/29 08:28:50 gh 1.12.2.1.2.5.4.2.6.4.2.2.64.2: final merge for Beta2 2003/04/14 14:52:12 gh 1.12.2.1.2.5.4.2.6.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [69b93319537115f6dde0b74f56e6732cd337132d]

        INTEGRATION: CWS mergem8 (1.7.2.8.6.2.8.1.66); FILE MERGED 2003/04/29 08:28:49 gh 1.7.2.8.6.2.8.1.66.2: final merge for Beta2 2003/04/14 14:52:11 gh 1.7.2.8.6.2.8.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa20f04daf10494dca4bbfd60a3ec02cd5dee224]

        INTEGRATION: CWS mergem8 (1.10.2.7.8.3.2.2.64); FILE MERGED 2003/04/29 08:28:48 gh 1.10.2.7.8.3.2.2.64.2: final merge for Beta2 2003/04/14 14:52:08 gh 1.10.2.7.8.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6557853991d7ac3f3e33cc5049551da692657794]

        INTEGRATION: CWS mergem8 (1.58.6.3.2.5.2.3.2.2.64); FILE MERGED 2003/04/29 08:28:36 gh 1.58.6.3.2.5.2.3.2.2.64.2: final merge for Beta2 2003/04/14 14:51:39 gh 1.58.6.3.2.5.2.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [86d108db081d64231b89245afcdf872a22291d9e]

        INTEGRATION: CWS mergem8 (1.17.2.2.64); FILE MERGED 2003/04/29 08:28:34 gh 1.17.2.2.64.2: final merge for Beta2 2003/04/14 14:51:35 gh 1.17.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [237d563416b3e6467277b45e782bd4044fa373c3]

        INTEGRATION: CWS mergem8 (1.7.10.2.2.7.6.3.2.1.66); FILE MERGED 2003/04/29 08:28:33 gh 1.7.10.2.2.7.6.3.2.1.66.2: final merge for Beta2 2003/04/14 14:51:33 gh 1.7.10.2.2.7.6.3.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dfcd3149cc9248a2afc0400d0b9eea0801ea513]

        INTEGRATION: CWS mergem8 (1.23.2.1.66); FILE MERGED 2003/04/29 08:28:31 gh 1.23.2.1.66.2: final merge for Beta2 2003/04/14 14:51:21 gh 1.23.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [676c191b5911a778a1e6082ccee18df6e19890e5]

        INTEGRATION: CWS mergem8 (1.54.4.2.2.3.2.2.64); FILE MERGED 2003/04/29 08:28:31 gh 1.54.4.2.2.3.2.2.64.2: final merge for Beta2 2003/04/14 14:51:20 gh 1.54.4.2.2.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c19aada309a7f533da2af70d3f671537b289da41]

        INTEGRATION: CWS mergem8 (1.14.2.6.2.2.4.6.2.2.64); FILE MERGED 2003/04/29 08:28:30 gh 1.14.2.6.2.2.4.6.2.2.64.2: final merge for Beta2 2003/04/14 14:51:19 gh 1.14.2.6.2.2.4.6.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f2561ddb64bb8c018cab0ecdf84dab15e5fd45f]

        INTEGRATION: CWS mergem8 (1.34.2.4.2.12.4.2.2.4.2.2.64); FILE MERGED 2003/04/29 08:28:30 gh 1.34.2.4.2.12.4.2.2.4.2.2.64.2: final merge for Beta2 2003/04/14 14:51:17 gh 1.34.2.4.2.12.4.2.2.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [879fedb27bf837e4542444044b0e747017fd528d]

        INTEGRATION: CWS mergem8 (1.23.2.8.6.7.2.3.2.2.64); FILE MERGED 2003/04/29 08:28:29 gh 1.23.2.8.6.7.2.3.2.2.64.2: final merge for Beta2 2003/04/14 14:51:14 gh 1.23.2.8.6.7.2.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f1d50355163ad026f68250ec1b430fb1f8f8530]

        INTEGRATION: CWS mergem8 (1.70.2.2.64); FILE MERGED 2003/04/29 08:28:29 gh 1.70.2.2.64.2: final merge for Beta2 2003/04/14 14:51:10 gh 1.70.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6a2399c333668e29f28c77a034a100aebe23d34]

        INTEGRATION: CWS mergem8 (1.42.2.4.2.2.64); FILE MERGED 2003/04/29 08:28:28 gh 1.42.2.4.2.2.64.2: final merge for Beta2 2003/04/14 14:51:08 gh 1.42.2.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3d56416e8878c842c4da19d3bfead95dd0716e8]

        INTEGRATION: CWS mergem8 (1.40.2.3.2.2.64); FILE MERGED 2003/04/29 08:28:28 gh 1.40.2.3.2.2.64.2: final merge for Beta2 2003/04/14 14:51:06 gh 1.40.2.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cab93846d49376ee763508e1c70d533b292694cb]

        INTEGRATION: CWS mergem8 (1.17.2.3.2.6.6.3.2.2.64); FILE MERGED 2003/04/29 08:28:27 gh 1.17.2.3.2.6.6.3.2.2.64.2: final merge for Beta2 2003/04/14 14:51:04 gh 1.17.2.3.2.6.6.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [592fb7edc755ff073f75d37004bc7b35257dde31]

        INTEGRATION: CWS mergem8 (1.3.2.2.62); FILE MERGED 2003/04/29 08:28:27 gh 1.3.2.2.62.3: final merge for Beta2 2003/04/16 14:52:15 gh 1.3.2.2.62.2: RESYNC: (1.3.2.2-1.6); FILE MERGED 2003/04/14 14:51:04 gh 1.3.2.2.62.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a57e407037e5c56617bf96f52659be842862883]

        INTEGRATION: CWS mergem8 (1.29.2.4.64); FILE MERGED 2003/04/29 08:28:27 gh 1.29.2.4.64.2: final merge for Beta2 2003/04/14 14:51:02 gh 1.29.2.4.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ba33920a1790fe5fadd372475d884afaad19597]

        INTEGRATION: CWS mergem8 (1.33.4.1.2.5.2.2.64); FILE MERGED 2003/04/29 08:28:26 gh 1.33.4.1.2.5.2.2.64.2: final merge for Beta2 2003/04/14 14:51:02 gh 1.33.4.1.2.5.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [89a469cd1533e0de85fad4989165bb2767fff3d1]

        INTEGRATION: CWS mergem8 (1.22.2.3.64); FILE MERGED 2003/04/29 08:28:26 gh 1.22.2.3.64.2: final merge for Beta2 2003/04/14 14:51:00 gh 1.22.2.3.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d23ab32b609e427165afe68d3ab4613d60b7aae5]

        INTEGRATION: CWS mergem8 (1.23.4.5.2.1.66); FILE MERGED 2003/04/29 08:28:26 gh 1.23.4.5.2.1.66.2: final merge for Beta2 2003/04/14 14:50:59 gh 1.23.4.5.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [956b4b30e70cb151701fed46485373d0cedb3908]

        INTEGRATION: CWS mergem8 (1.62.2.3.2.8.2.3.2.2.64); FILE MERGED 2003/04/29 08:28:23 gh 1.62.2.3.2.8.2.3.2.2.64.2: final merge for Beta2 2003/04/14 14:50:52 gh 1.62.2.3.2.8.2.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f694e334c90b92d7a3be09a01acd56ce15fe1fd]

        INTEGRATION: CWS mergem8 (1.35.4.4.2.2.64); FILE MERGED 2003/04/29 08:28:22 gh 1.35.4.4.2.2.64.2: final merge for Beta2 2003/04/14 14:50:51 gh 1.35.4.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [497ebdbc851fca5845691ecb217eae1db72e4676]

        INTEGRATION: CWS mergem8 (1.41.4.6.2.2.64); FILE MERGED 2003/04/29 08:28:21 gh 1.41.4.6.2.2.64.2: final merge for Beta2 2003/04/14 14:50:48 gh 1.41.4.6.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d951f352df93d46d255d8bb3c049220b7129025]

        INTEGRATION: CWS mergem8 (1.59.6.5.2.2.64); FILE MERGED 2003/04/29 08:28:21 gh 1.59.6.5.2.2.64.2: final merge for Beta2 2003/04/14 14:50:47 gh 1.59.6.5.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [db7bc213b7416f8b8b92430bd8e336fcb024abb2]

        INTEGRATION: CWS mergem8 (1.13.2.7.6.1.2.4.2.1.66); FILE MERGED 2003/04/29 08:28:19 gh 1.13.2.7.6.1.2.4.2.1.66.2: final merge for Beta2 2003/04/14 14:50:43 gh 1.13.2.7.6.1.2.4.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d81d052ce4c27604789b526a8e064bb04a1402]

        INTEGRATION: CWS mergem8 (1.48.2.3.64); FILE MERGED 2003/04/29 08:28:18 gh 1.48.2.3.64.2: final merge for Beta2 2003/04/14 14:50:41 gh 1.48.2.3.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c28e4a3afe4d5ebfed5818aa84ec9f14d17f6719]

        INTEGRATION: CWS mergem8 (1.45.2.2.64); FILE MERGED 2003/04/29 08:28:18 gh 1.45.2.2.64.2: final merge for Beta2 2003/04/14 14:50:41 gh 1.45.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [aff603fdc319b4fda79485e055f3d8a1578ca999]

        INTEGRATION: CWS mergem8 (1.28.2.2.64); FILE MERGED 2003/04/29 08:28:18 gh 1.28.2.2.64.2: final merge for Beta2 2003/04/14 14:50:40 gh 1.28.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1af0f7ce84027bc0ee0ef9361ebdbc99b73a1bd2]

        INTEGRATION: CWS mergem8 (1.1.1.7.2.7.6.3.2.1.66); FILE MERGED 2003/04/29 08:28:17 gh 1.1.1.7.2.7.6.3.2.1.66.2: final merge for Beta2 2003/04/14 14:50:39 gh 1.1.1.7.2.7.6.3.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2ce6494862fddb91981744c00f1c13dee5539a7]

        INTEGRATION: CWS mergem8 (1.13.2.7.6.3.2.1.66); FILE MERGED 2003/04/29 08:28:16 gh 1.13.2.7.6.3.2.1.66.2: final merge for Beta2 2003/04/14 14:50:37 gh 1.13.2.7.6.3.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [09977e19aca5f5d63506379744e9f3af408b7f5a]

        INTEGRATION: CWS mergem8 (1.20.2.2.2.5.4.3.6.4.2.2.64); FILE MERGED 2003/04/29 08:28:16 gh 1.20.2.2.2.5.4.3.6.4.2.2.64.2: final merge for Beta2 2003/04/14 14:50:36 gh 1.20.2.2.2.5.4.3.6.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c0e38a1c0c6b9d2a66f83ea891a5dc6751e8a80]

        INTEGRATION: CWS mergem8 (1.18.2.7.6.3.2.1.66); FILE MERGED 2003/04/29 08:28:15 gh 1.18.2.7.6.3.2.1.66.2: final merge for Beta2 2003/04/14 14:50:33 gh 1.18.2.7.6.3.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b56448471550f9c9602605d1577b3eca3ddc4a1]

        INTEGRATION: CWS mergem8 (1.50.2.2.64); FILE MERGED 2003/04/29 08:28:15 gh 1.50.2.2.64.2: final merge for Beta2 2003/04/14 14:50:32 gh 1.50.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b57ab7bc28464c0f3d77dfb1e0fd5105fe81ad7]

        INTEGRATION: CWS mergem8 (1.33.2.4.2.1.66); FILE MERGED 2003/04/29 08:28:14 gh 1.33.2.4.2.1.66.2: final merge for Beta2 2003/04/14 14:50:30 gh 1.33.2.4.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [424c8aea3f82a1d2415f0326250a3b5e7c4f474a]

        INTEGRATION: CWS mergem8 (1.16.2.6.2.5.8.3.2.2.64); FILE MERGED 2003/04/29 08:28:04 gh 1.16.2.6.2.5.8.3.2.2.64.2: final merge for Beta2 2003/04/14 14:50:04 gh 1.16.2.6.2.5.8.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9c5dec4984d84d4b2cf1780e5d0bbb2d3bb3535]

        INTEGRATION: CWS mergem8 (1.31.2.3.2.4.64); FILE MERGED 2003/04/29 08:28:04 gh 1.31.2.3.2.4.64.3: final merge for Beta2 2003/04/22 11:43:03 nf 1.31.2.3.2.4.64.2: #107730# 2003/04/14 14:50:03 gh 1.31.2.3.2.4.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d8716dab152223954963c903a1ed4c9873be006]

        INTEGRATION: CWS mergem8 (1.41.2.4.2.2.64); FILE MERGED 2003/04/29 08:28:03 gh 1.41.2.4.2.2.64.2: final merge for Beta2 2003/04/14 14:50:02 gh 1.41.2.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b9be8dee757e417d3e424b53988924afd421d39]

        INTEGRATION: CWS mergem8 (1.10.6.2.2.8.6.3.2.1.66); FILE MERGED 2003/04/29 08:28:03 gh 1.10.6.2.2.8.6.3.2.1.66.2: final merge for Beta2 2003/04/14 14:50:02 gh 1.10.6.2.2.8.6.3.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [28370129964b673a9a560f9b3f3af7c3c3358d7d]

        INTEGRATION: CWS mergem8 (1.18.2.3.2.7.6.3.2.2.64); FILE MERGED 2003/04/29 08:28:03 gh 1.18.2.3.2.7.6.3.2.2.64.2: final merge for Beta2 2003/04/14 14:50:00 gh 1.18.2.3.2.7.6.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [94bbfee144e48ec37e33f3dd52ac740bcbd7098c]

        INTEGRATION: CWS mergem8 (1.21.6.4.2.2.64); FILE MERGED 2003/04/29 08:28:02 gh 1.21.6.4.2.2.64.2: final merge for Beta2 2003/04/14 14:49:59 gh 1.21.6.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [85f1e5334d92f76bbe154e112ab235275d615cba]

        INTEGRATION: CWS mergem8 (1.16.2.1.2.2.2.8.4.1.2.3.2.2.64); FILE MERGED 2003/04/29 08:28:02 gh 1.16.2.1.2.2.2.8.4.1.2.3.2.2.64.2: final merge for Beta2 2003/04/14 14:49:58 gh 1.16.2.1.2.2.2.8.4.1.2.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f30de6f41b33314548db232fbbd237746b60628b]

        INTEGRATION: CWS mergem8 (1.16.2.2.2.7.6.2.2.4.2.2.64); FILE MERGED 2003/04/29 08:28:01 gh 1.16.2.2.2.7.6.2.2.4.2.2.64.2: final merge for Beta2 2003/04/14 14:49:57 gh 1.16.2.2.2.7.6.2.2.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [11c17ad2b5961d4a6b94af007877e12f33882419]

        INTEGRATION: CWS mergem8 (1.28.2.2.64); FILE MERGED 2003/04/29 08:28:01 gh 1.28.2.2.64.2: final merge for Beta2 2003/04/14 14:49:56 gh 1.28.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e73a3ec61f1b42b156c893e285d3fef3ed406331]

        INTEGRATION: CWS mergem8 (1.51.2.2.64); FILE MERGED 2003/04/29 08:28:00 gh 1.51.2.2.64.2: final merge for Beta2 2003/04/14 14:49:55 gh 1.51.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [297d2bee6558034950d0861d53bf6691db909109]

        INTEGRATION: CWS mergem8 (1.40.2.2.64); FILE MERGED 2003/04/29 08:28:00 gh 1.40.2.2.64.2: final merge for Beta2 2003/04/14 14:49:54 gh 1.40.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b4933425f670acc903b73bfbd4b3d2dd43474e4]

        INTEGRATION: CWS mergem8 (1.51.6.3.2.2.64); FILE MERGED 2003/04/29 08:27:59 gh 1.51.6.3.2.2.64.2: final merge for Beta2 2003/04/14 14:49:54 gh 1.51.6.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [44c9079ead5dfdc2cb4bec00680337bcc5e448d6]

        INTEGRATION: CWS mergem8 (1.28.2.2.2.2.2.6.6.1.2.5.2.2.64); FILE MERGED 2003/04/29 08:27:58 gh 1.28.2.2.2.2.2.6.6.1.2.5.2.2.64.2: final merge for Beta2 2003/04/14 14:49:51 gh 1.28.2.2.2.2.2.6.6.1.2.5.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a4e651caa10911153f8631ae40f67b29154cdb1]

        INTEGRATION: CWS mergem8 (1.9.6.2.2.7.6.3.2.2.64); FILE MERGED 2003/04/29 08:27:57 gh 1.9.6.2.2.7.6.3.2.2.64.2: final merge for Beta2 2003/04/14 14:49:51 gh 1.9.6.2.2.7.6.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec24cf7601a7a466d0167281679ccb81cb0d7eba]

        INTEGRATION: CWS mergem8 (1.25.2.1.2.2.2.4.2.3.6.1.4.6.2.2.64); FILE MERGED 2003/04/29 08:27:57 gh 1.25.2.1.2.2.2.4.2.3.6.1.4.6.2.2.64.2: final merge for Beta2 2003/04/14 14:49:50 gh 1.25.2.1.2.2.2.4.2.3.6.1.4.6.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9adaf174d9b9a0473c1d799e2792528718095bdf]

        INTEGRATION: CWS mergem8 (1.6.12.1.2.6.6.3.2.1.66); FILE MERGED 2003/04/29 08:27:56 gh 1.6.12.1.2.6.6.3.2.1.66.2: final merge for Beta2 2003/04/14 14:49:50 gh 1.6.12.1.2.6.6.3.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [23886709ae2068c9141cf4076f5d1c10567a0a7e]

        INTEGRATION: CWS mergem8 (1.12.10.2.2.7.6.9.2.1.66); FILE MERGED 2003/04/29 08:27:56 gh 1.12.10.2.2.7.6.9.2.1.66.2: final merge for Beta2 2003/04/14 14:49:49 gh 1.12.10.2.2.7.6.9.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a710616965cb00218d6cea67dd87aac1be10dd4b]

        INTEGRATION: CWS mergem8 (1.12.2.1.2.2.2.13.2.2.64); FILE MERGED 2003/04/29 08:27:56 gh 1.12.2.1.2.2.2.13.2.2.64.2: final merge for Beta2 2003/04/14 14:49:49 gh 1.12.2.1.2.2.2.13.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [be8c8b96597fb9306cdd4e9cc4d075a7cb1da138]

        INTEGRATION: CWS mergem8 (1.66.2.2.64); FILE MERGED 2003/04/29 08:27:55 gh 1.66.2.2.64.3: final merge for Beta2 2003/04/16 15:17:57 gh 1.66.2.2.64.2: RESYNC: (1.66.2.2-1.69); FILE MERGED 2003/04/14 14:49:48 gh 1.66.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9af44781b9e1cd4fc940ace956c52db0a59d67a]

        INTEGRATION: CWS mergem8 (1.55.2.2.64); FILE MERGED 2003/04/29 08:27:55 gh 1.55.2.2.64.2: final merge for Beta2 2003/04/14 14:49:46 gh 1.55.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [353166c353ba362258a06b30961deda24058b00b]

        INTEGRATION: CWS mergem8 (1.38.4.2.2.4.2.2.64); FILE MERGED 2003/04/29 08:27:54 gh 1.38.4.2.2.4.2.2.64.2: final merge for Beta2 2003/04/14 14:49:46 gh 1.38.4.2.2.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7473893ff6c42955cbd8b3516aa12034ac1f4287]

        INTEGRATION: CWS mergem8 (1.36.2.2.64); FILE MERGED 2003/04/29 08:27:54 gh 1.36.2.2.64.2: final merge for Beta2 2003/04/14 14:49:45 gh 1.36.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1455765dafb790aec8b3d5ada8cd759733a39df6]

        INTEGRATION: CWS mergem8 (1.15.2.1.2.2.2.11.4.3.4.3.2.2.64); FILE MERGED 2003/04/29 08:27:53 gh 1.15.2.1.2.2.2.11.4.3.4.3.2.2.64.2: final merge for Beta2 2003/04/14 14:49:45 gh 1.15.2.1.2.2.2.11.4.3.4.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [31d45c429260c9870c6d18f972f8b018b308b7b8]

        INTEGRATION: CWS mergem8 (1.20.6.1.2.1.2.12.4.3.2.2.64); FILE MERGED 2003/04/29 08:27:53 gh 1.20.6.1.2.1.2.12.4.3.2.2.64.2: final merge for Beta2 2003/04/14 14:49:44 gh 1.20.6.1.2.1.2.12.4.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7a5885798f7e3818e06bd513be0753d31b6902b]

        INTEGRATION: CWS mergem8 (1.16.8.1.2.7.6.4.2.1.66); FILE MERGED 2003/04/29 08:27:53 gh 1.16.8.1.2.7.6.4.2.1.66.2: final merge for Beta2 2003/04/14 14:49:43 gh 1.16.8.1.2.7.6.4.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5f194b469a962500c73e191361477d4b54ee588]

        INTEGRATION: CWS mergem8 (1.20.2.2.64); FILE MERGED 2003/04/29 08:27:51 gh 1.20.2.2.64.2: final merge for Beta2 2003/04/14 14:49:41 gh 1.20.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2be513d2666d1910fe166e72c8b3b0253dcd2b0]

        INTEGRATION: CWS mergem8 (1.16.10.2.2.6.6.1.2.3.2.2.64); FILE MERGED 2003/04/29 08:27:51 gh 1.16.10.2.2.6.6.1.2.3.2.2.64.2: final merge for Beta2 2003/04/14 14:49:40 gh 1.16.10.2.2.6.6.1.2.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [454e23f877ec8509b2b4b63cdc30a1a4604b072f]

        INTEGRATION: CWS mergem8 (1.36.2.2.64); FILE MERGED 2003/04/29 08:27:51 gh 1.36.2.2.64.2: final merge for Beta2 2003/04/14 14:49:39 gh 1.36.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6563f0bc03ba8d856604b872927e0b9971326ff9]

        INTEGRATION: CWS mergem8 (1.6.2.1.2.7.6.3.6.1.66); FILE MERGED 2003/04/29 08:27:50 gh 1.6.2.1.2.7.6.3.6.1.66.2: final merge for Beta2 2003/04/14 14:49:38 gh 1.6.2.1.2.7.6.3.6.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab11348969827b2236c5465646987cdb860fa7dc]

        INTEGRATION: CWS mergem8 (1.17.2.6.6.3.2.1.66); FILE MERGED 2003/04/29 08:27:50 gh 1.17.2.6.6.3.2.1.66.2: final merge for Beta2 2003/04/14 14:49:37 gh 1.17.2.6.6.3.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2212736a477b0cb844370b8e8a039caae384b2ab]

        INTEGRATION: CWS mergem8 (1.12.2.2.2.6.6.4.2.2.64); FILE MERGED 2003/04/29 08:27:50 gh 1.12.2.2.2.6.6.4.2.2.64.2: final merge for Beta2 2003/04/14 14:49:37 gh 1.12.2.2.2.6.6.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [636f6cbd2ffae055539ca0d830717612d2348b98]

        INTEGRATION: CWS mergem8 (1.59.2.2.64); FILE MERGED 2003/04/29 08:27:49 gh 1.59.2.2.64.2: final merge for Beta2 2003/04/14 14:49:36 gh 1.59.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [97bc67475e6c1da286c772f2e1312f8100aa51ce]

        INTEGRATION: CWS mergem8 (1.15.2.1.66); FILE MERGED 2003/04/29 08:27:49 gh 1.15.2.1.66.2: final merge for Beta2 2003/04/14 14:49:35 gh 1.15.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff582be9929b5e3d8eeaa595c7d0d7fc4866302c]

        INTEGRATION: CWS mergem8 (1.37.4.7.2.3.2.2.64); FILE MERGED 2003/04/29 08:27:48 gh 1.37.4.7.2.3.2.2.64.2: final merge for Beta2 2003/04/14 14:49:34 gh 1.37.4.7.2.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff27ed797df912569fb955cdf3fa8e4ebb622d06]

        INTEGRATION: CWS mergem8 (1.17.2.2.2.6.6.3.2.3.64); FILE MERGED 2003/04/29 08:27:48 gh 1.17.2.2.2.6.6.3.2.3.64.2: final merge for Beta2 2003/04/14 14:49:34 gh 1.17.2.2.2.6.6.3.2.3.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e501924973c2fda331520bf354b34cd7d6b5a6e]

        INTEGRATION: CWS mergem8 (1.30.6.5.2.2.64); FILE MERGED 2003/04/29 08:27:47 gh 1.30.6.5.2.2.64.2: final merge for Beta2 2003/04/14 14:49:33 gh 1.30.6.5.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8e07d1c1fe82404f36921ee6640244859e74435]

        INTEGRATION: CWS mergem8 (1.6.2.1.8.2.64); FILE MERGED 2003/04/29 08:27:47 gh 1.6.2.1.8.2.64.2: final merge for Beta2 2003/04/14 14:49:32 gh 1.6.2.1.8.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [59bf3f095e9a0d2f9766c45728f36930ba738814]

        INTEGRATION: CWS mergem8 (1.1.2.1.2.2.64); FILE MERGED 2003/04/29 08:27:46 gh 1.1.2.1.2.2.64.2: final merge for Beta2 2003/04/14 14:49:32 gh 1.1.2.1.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [db4bddf608a070d5019c63b0fe99f522b76a0338]

        INTEGRATION: CWS mergem8 (1.24.2.1.2.4.2.2.64); FILE MERGED 2003/04/29 08:27:46 gh 1.24.2.1.2.4.2.2.64.2: final merge for Beta2 2003/04/14 14:49:31 gh 1.24.2.1.2.4.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [84d4b0f7337f5d38bdffb7f8f1dac5cf4a5da9bf]

        INTEGRATION: CWS mergem8 (1.17.2.7.6.1.2.4.2.1.66); FILE MERGED 2003/04/29 08:27:45 gh 1.17.2.7.6.1.2.4.2.1.66.2: final merge for Beta2 2003/04/14 14:49:31 gh 1.17.2.7.6.1.2.4.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0b4abdc92c7ff364b46dd416cf7aa660d54485b]

        INTEGRATION: CWS mergem8 (1.1.1.5.2.5.10.2.8.1.66); FILE MERGED 2003/04/29 08:27:45 gh 1.1.1.5.2.5.10.2.8.1.66.2: final merge for Beta2 2003/04/14 14:49:30 gh 1.1.1.5.2.5.10.2.8.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d9bd6471ebbbed1f375d3e84a281827f363d60f]

        INTEGRATION: CWS mergem8 (1.35.2.2.64); FILE MERGED 2003/04/29 08:27:45 gh 1.35.2.2.64.2: final merge for Beta2 2003/04/14 14:49:29 gh 1.35.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [be05f4f4e2757136b008ba9aedd4ec2d22c2aadc]

        INTEGRATION: CWS mergem8 (1.26.2.2.64); FILE MERGED 2003/04/29 08:27:44 gh 1.26.2.2.64.2: final merge for Beta2 2003/04/14 14:49:28 gh 1.26.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a69cd3a6f7c86562cbec18d0d3e6164adf5511de]

        INTEGRATION: CWS mergem8 (1.17.2.7.6.3.2.2.64); FILE MERGED 2003/04/29 08:27:44 gh 1.17.2.7.6.3.2.2.64.2: final merge for Beta2 2003/04/14 14:49:26 gh 1.17.2.7.6.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecc92f152dabb9ec7a338257323d9623e5572de5]

        INTEGRATION: CWS mergem8 (1.2.14); FILE MERGED 2003/04/29 08:27:44 gh 1.2.14.1: final merge for Beta2

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [57ff4a3da3713ba2be287f38c072a408ac1b4774]

        INTEGRATION: CWS mergem8 (1.42.8.6.2.2.64); FILE MERGED 2003/04/29 08:27:43 gh 1.42.8.6.2.2.64.3: final merge for Beta2 2003/04/24 18:28:52 gh 1.42.8.6.2.2.64.2: RESYNC: (1.44-1.45); FILE MERGED 2003/04/14 14:49:24 gh 1.42.8.6.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6efea07ff57f711badd7974b5251a09954a7eec]

        INTEGRATION: CWS mergem8 (1.58.2.12.2.2.40); FILE MERGED 2003/04/29 08:27:42 gh 1.58.2.12.2.2.40.3: final merge for Beta2 2003/04/16 15:12:39 gh 1.58.2.12.2.2.40.2: RESYNC: (1.58.2.12.2.2-1.63); FILE MERGED 2003/04/14 14:49:21 gh 1.58.2.12.2.2.40.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0297a17fee395708f3e5d184fb9f37749793f8c]

        INTEGRATION: CWS mergem8 (1.23.2.1.2.2.2.1.6.5.2.1.54); FILE MERGED 2003/04/29 08:26:29 gh 1.23.2.1.2.2.2.1.6.5.2.1.54.2: final merge for Beta2 2003/04/14 14:46:27 gh 1.23.2.1.2.2.2.1.6.5.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a4abb74bcd4da8de712bded1a4276b1e338d2d9]

        INTEGRATION: CWS mergem8 (1.42.2.2.64); FILE MERGED 2003/04/29 08:27:42 gh 1.42.2.2.64.2: final merge for Beta2 2003/04/14 14:49:20 gh 1.42.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [883b4c91314601c8a3882815797612cf23962781]

        INTEGRATION: CWS mergem8 (1.35.2.3.64); FILE MERGED 2003/04/29 08:27:41 gh 1.35.2.3.64.2: final merge for Beta2 2003/04/14 14:49:18 gh 1.35.2.3.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7c7b36be2d2a7b8bb44f1be221eeb4ed9a17b54]

        INTEGRATION: CWS mergem8 (1.7.2.5.8.3.2.1.66); FILE MERGED 2003/04/29 08:27:41 gh 1.7.2.5.8.3.2.1.66.2: final merge for Beta2 2003/04/14 14:49:17 gh 1.7.2.5.8.3.2.1.66.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [09838f091ea6ef3455f437ffea4ea3e7fa3be6b2]

        INTEGRATION: CWS mergem8 (1.21.2.7.4.6.2.2.2.2.64); FILE MERGED 2003/04/29 08:27:41 gh 1.21.2.7.4.6.2.2.2.2.64.2: final merge for Beta2 2003/04/14 14:49:15 gh 1.21.2.7.4.6.2.2.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [391a9f6130b13625a30d075623282b91ef9bc167]

        INTEGRATION: CWS mergem8 (1.39.2.3.2.2.64); FILE MERGED 2003/04/29 08:27:40 gh 1.39.2.3.2.2.64.2: final merge for Beta2 2003/04/14 14:49:14 gh 1.39.2.3.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [83b61ccefd7a5383dfcc16deb31c654938a653fd]

        INTEGRATION: CWS mergem8 (1.23.2.2.64); FILE MERGED 2003/04/29 08:27:39 gh 1.23.2.2.64.2: final merge for Beta2 2003/04/14 14:49:12 gh 1.23.2.2.64.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [73f35fd29172bb3b13d108018703c0329f3072ad]

        INTEGRATION: CWS mergem8 (1.72.2); FILE MERGED 2003/04/29 08:12:46 gh 1.72.2.1: touching hid.lst makes no sense

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f3db1eb5655a2e5290d4f17c6f18247d6e3b46b]

        INTEGRATION: CWS mergem8 (1.31.2.2.2.3.2.10.4.11.2.2.52); FILE MERGED 2003/04/29 08:26:58 gh 1.31.2.2.2.3.2.10.4.11.2.2.52.2: final merge for Beta2 2003/04/14 14:47:57 gh 1.31.2.2.2.3.2.10.4.11.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbc92e7e8838e95fba8916607e3ca819c9dd9e7d]

        INTEGRATION: CWS mergem8 (1.22.2.4.52); FILE MERGED 2003/04/29 08:26:53 gh 1.22.2.4.52.2: final merge for Beta2 2003/04/14 14:47:47 gh 1.22.2.4.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a746e9a3d7af062bff2873b0335be5aa93262d91]

        INTEGRATION: CWS mergem8 (1.37.2.2.52); FILE MERGED 2003/04/29 08:26:51 gh 1.37.2.2.52.2: final merge for Beta2 2003/04/14 14:47:41 gh 1.37.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc3028f13326f92f0a871cf5c4d63552ded04494]

        INTEGRATION: CWS mergem8 (1.12.2.4.2.5.4.2.6.4.2.2.52); FILE MERGED 2003/04/29 08:26:51 gh 1.12.2.4.2.5.4.2.6.4.2.2.52.2: final merge for Beta2 2003/04/14 14:47:40 gh 1.12.2.4.2.5.4.2.6.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c09ba82d3ac295bfb08028aec896c56f46982ea]

        INTEGRATION: CWS mergem8 (1.35.2.3.2.11.4.3.2.4.2.2.52); FILE MERGED 2003/04/29 08:26:49 gh 1.35.2.3.2.11.4.3.2.4.2.2.52.2: final merge for Beta2 2003/04/14 14:47:39 gh 1.35.2.3.2.11.4.3.2.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8992a345cbd2f1ddec1d674a47472d8c4caf5a]

        INTEGRATION: CWS mergem8 (1.40.2.5.2.2.52); FILE MERGED 2003/04/29 08:26:49 gh 1.40.2.5.2.2.52.2: final merge for Beta2 2003/04/14 14:47:36 gh 1.40.2.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a73e1088032f7c632c503f8cf3dbadccb4cf439]

        INTEGRATION: CWS mergem8 (1.24.2.3.2.3.2.14.4.10.2.3.52); FILE MERGED 2003/04/29 08:26:48 gh 1.24.2.3.2.3.2.14.4.10.2.3.52.3: final merge for Beta2 2003/04/24 15:43:32 gh 1.24.2.3.2.3.2.14.4.10.2.3.52.2: RESYNC: (1.27-1.28); FILE MERGED 2003/04/14 14:47:34 gh 1.24.2.3.2.3.2.14.4.10.2.3.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5512eec8b451207e978a417cad98d533756c50d7]

        INTEGRATION: CWS mergem8 (1.11.4.3.2.7.6.4.2.1.54); FILE MERGED 2003/04/29 08:26:48 gh 1.11.4.3.2.7.6.4.2.1.54.2: final merge for Beta2 2003/04/14 14:47:33 gh 1.11.4.3.2.7.6.4.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [10ae747548010d7b1118a808dcd6024ac01948bd]

        INTEGRATION: CWS mergem8 (1.27.2.2.2.7.2.2.52); FILE MERGED 2003/04/29 08:26:48 gh 1.27.2.2.2.7.2.2.52.2: final merge for Beta2 2003/04/14 14:47:30 gh 1.27.2.2.2.7.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2a6f7ab5fc3415af848dc64e620e04f7b2f30fa]

        INTEGRATION: CWS mergem8 (1.34.2.3.2.4.6.6.2.2.52); FILE MERGED 2003/04/29 08:26:47 gh 1.34.2.3.2.4.6.6.2.2.52.2: final merge for Beta2 2003/04/14 14:47:25 gh 1.34.2.3.2.4.6.6.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [57eb235b1303d0cfac9b2987d8ee7ec57ecc3f15]

        INTEGRATION: CWS mergem8 (1.23.2.3.52); FILE MERGED 2003/04/29 08:26:46 gh 1.23.2.3.52.2: final merge for Beta2 2003/04/14 14:47:24 gh 1.23.2.3.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b916d45784d61b0d9ecd641e2893b373f9b5c6f4]

        INTEGRATION: CWS mergem8 (1.24.2.6.2.6.6.5.2.2.52); FILE MERGED 2003/04/29 08:26:44 gh 1.24.2.6.2.6.6.5.2.2.52.2: final merge for Beta2 2003/04/14 14:47:13 gh 1.24.2.6.2.6.6.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a53d7a93ce5f5d774bde99f747599ba570dea25]

        INTEGRATION: CWS mergem8 (1.20.2.5.4.7.6.13.2.2.52); FILE MERGED 2003/04/29 08:26:44 gh 1.20.2.5.4.7.6.13.2.2.52.2: final merge for Beta2 2003/04/14 14:47:12 gh 1.20.2.5.4.7.6.13.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b66de91222648e1aa447be2c5b9d81c5fa0c694]

        INTEGRATION: CWS mergem8 (1.9.8.1.4.6.6.3.2.1.54); FILE MERGED 2003/04/29 08:26:43 gh 1.9.8.1.4.6.6.3.2.1.54.2: final merge for Beta2 2003/04/14 14:47:11 gh 1.9.8.1.4.6.6.3.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3237c9bff7e2a5d6b4a56ee59f576f8fe4cc023]

        INTEGRATION: CWS mergem8 (1.13.2.3.2.7.6.4.2.1.54); FILE MERGED 2003/04/29 08:26:43 gh 1.13.2.3.2.7.6.4.2.1.54.2: final merge for Beta2 2003/04/14 14:47:10 gh 1.13.2.3.2.7.6.4.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8db7aea4c323d34fa4f855d273ff64ce6918013]

        INTEGRATION: CWS mergem8 (1.14.2.4.2.5.2.1.6.2.6.1.54); FILE MERGED 2003/04/29 08:26:42 gh 1.14.2.4.2.5.2.1.6.2.6.1.54.2: final merge for Beta2 2003/04/14 14:47:09 gh 1.14.2.4.2.5.2.1.6.2.6.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [667c91ab80eadc066b7c348aec933623102e130b]

        INTEGRATION: CWS mergem8 (1.13.2.3.2.7.6.3.2.2.52); FILE MERGED 2003/04/29 08:26:42 gh 1.13.2.3.2.7.6.3.2.2.52.2: final merge for Beta2 2003/04/14 14:47:08 gh 1.13.2.3.2.7.6.3.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd1b080e94f2abb5ad38341684778b8560c98465]

        INTEGRATION: CWS mergem8 (1.16.2.3.2.2.4.5.6.6.2.2.52); FILE MERGED 2003/04/29 08:26:42 gh 1.16.2.3.2.2.4.5.6.6.2.2.52.2: final merge for Beta2 2003/04/14 14:47:07 gh 1.16.2.3.2.2.4.5.6.6.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c24370a768de04c4f2d734d18b38c7d59dff466]

        INTEGRATION: CWS mergem8 (1.18.2.4.2.7.6.5.2.2.52); FILE MERGED 2003/04/29 08:26:41 gh 1.18.2.4.2.7.6.5.2.2.52.2: final merge for Beta2 2003/04/14 14:47:06 gh 1.18.2.4.2.7.6.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [29df8fe2bfab2f9de49afc6223e1db50d1539ac1]

        INTEGRATION: CWS mergem8 (1.13.2.5.2.1.2.9.6.5.2.2.52); FILE MERGED 2003/04/29 08:26:41 gh 1.13.2.5.2.1.2.9.6.5.2.2.52.3: final merge for Beta2 2003/04/24 15:53:18 gh 1.13.2.5.2.1.2.9.6.5.2.2.52.2: RESYNC: (1.16-1.17); FILE MERGED 2003/04/14 14:47:05 gh 1.13.2.5.2.1.2.9.6.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f264d170d5bc31edc667ce91f5888f7b527af46]

        INTEGRATION: CWS mergem8 (1.10.4.4.4.7.6.3.2.1.54); FILE MERGED 2003/04/29 08:26:41 gh 1.10.4.4.4.7.6.3.2.1.54.2: final merge for Beta2 2003/04/14 14:47:04 gh 1.10.4.4.4.7.6.3.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfe772b307c574a0aef13842f6d1c69dd5afcd9d]

        INTEGRATION: CWS mergem8 (1.22.4.6.6.1.2.5.2.1.54); FILE MERGED 2003/04/29 08:26:40 gh 1.22.4.6.6.1.2.5.2.1.54.2: final merge for Beta2 2003/04/14 14:47:02 gh 1.22.4.6.6.1.2.5.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a4bc4df1bd618ccab27b9e52bd1f254a5ab8214]

        INTEGRATION: CWS mergem8 (1.35.2.3.52); FILE MERGED 2003/04/29 08:26:40 gh 1.35.2.3.52.2: final merge for Beta2 2003/04/14 14:46:59 gh 1.35.2.3.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [43801292fb27eaf952934498881c0f898b5be479]

        INTEGRATION: CWS mergem8 (1.40.2.2.52); FILE MERGED 2003/04/29 08:26:38 gh 1.40.2.2.52.2: final merge for Beta2 2003/04/14 14:46:55 gh 1.40.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbc66b086360d38e93ca66b23535e4dd72beeb00]

        INTEGRATION: CWS mergem8 (1.9.2.1.2.8.6.3.2.1.54); FILE MERGED 2003/04/29 08:26:38 gh 1.9.2.1.2.8.6.3.2.1.54.2: final merge for Beta2 2003/04/14 14:46:55 gh 1.9.2.1.2.8.6.3.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c09dd4d2e0034b0b7f6b918f0a4c6aa99f11f779]

        INTEGRATION: CWS mergem8 (1.5.8.1.2.7.6.3.4.1.54); FILE MERGED 2003/04/29 08:26:38 gh 1.5.8.1.2.7.6.3.4.1.54.2: final merge for Beta2 2003/04/14 14:46:54 gh 1.5.8.1.2.7.6.3.4.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [74f094b0fc53784244ef99193bc24c5d20ce6928]

        INTEGRATION: CWS mergem8 (1.14.4.1.2.8.6.3.2.2.52); FILE MERGED 2003/04/29 08:26:37 gh 1.14.4.1.2.8.6.3.2.2.52.2: final merge for Beta2 2003/04/14 14:46:53 gh 1.14.4.1.2.8.6.3.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5abc63c3856cfe4a0b4936b94c6313a96b7007e4]

        INTEGRATION: CWS mergem8 (1.22.2.2.2.3.2.4.2.3.6.4.2.2.52); FILE MERGED 2003/04/29 08:26:35 gh 1.22.2.2.2.3.2.4.2.3.6.4.2.2.52.2: final merge for Beta2 2003/04/14 14:46:46 gh 1.22.2.2.2.3.2.4.2.3.6.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0df6708a0ba447e836320e6044ea17d57c4b7276]

        INTEGRATION: CWS mergem8 (1.20.2.2.52); FILE MERGED 2003/04/29 08:26:35 gh 1.20.2.2.52.2: final merge for Beta2 2003/04/14 14:46:45 gh 1.20.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5471ca305323b406707188badb111489d5dc1e04]

        INTEGRATION: CWS mergem8 (1.11.4.4.2.1.54); FILE MERGED 2003/04/29 08:26:34 gh 1.11.4.4.2.1.54.2: final merge for Beta2 2003/04/14 14:46:44 gh 1.11.4.4.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [420be2ca5dbfd7e2a50cc281d1297b7cafb14e1e]

        INTEGRATION: CWS mergem8 (1.19.2.2.2.7.6.4.2.2.52); FILE MERGED 2003/04/29 08:26:34 gh 1.19.2.2.2.7.6.4.2.2.52.2: final merge for Beta2 2003/04/14 14:46:44 gh 1.19.2.2.2.7.6.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff9b49eb1a3f8f15f7741bf41aa723a5fb03b1cb]

        INTEGRATION: CWS mergem8 (1.20.2.4.2.11.6.6.2.2.52); FILE MERGED 2003/04/29 08:26:33 gh 1.20.2.4.2.11.6.6.2.2.52.2: final merge for Beta2 2003/04/14 14:46:43 gh 1.20.2.4.2.11.6.6.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e97c7e5f3a064a1b7361d2002fe9af9df8b6bcd5]

        INTEGRATION: CWS mergem8 (1.8.6.2.2.6.6.1.2.3.2.2.52); FILE MERGED 2003/04/29 08:26:33 gh 1.8.6.2.2.6.6.1.2.3.2.2.52.2: final merge for Beta2 2003/04/14 14:46:42 gh 1.8.6.2.2.6.6.1.2.3.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6697d71fcc377e332502aeefb23c091bfbb88bc]

        INTEGRATION: CWS mergem8 (1.24.2.2.52); FILE MERGED 2003/04/29 08:26:33 gh 1.24.2.2.52.2: final merge for Beta2 2003/04/14 14:46:42 gh 1.24.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c2f697bedc58a0dbbfa11e64d8467a73252fc2b]

        INTEGRATION: CWS mergem8 (1.21.2.4.2.7.6.5.2.2.52); FILE MERGED 2003/04/29 08:26:32 gh 1.21.2.4.2.7.6.5.2.2.52.2: final merge for Beta2 2003/04/14 14:46:41 gh 1.21.2.4.2.7.6.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0785ea35e5b9ab07153b33c7571695e200b7dc9]

        INTEGRATION: CWS mergem8 (1.9.2.3.2.7.6.4.2.2.52); FILE MERGED 2003/04/29 08:26:32 gh 1.9.2.3.2.7.6.4.2.2.52.2: final merge for Beta2 2003/04/14 14:46:40 gh 1.9.2.3.2.7.6.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8211baa027baa22d6a9cf36b802e1c17a5524714]

        INTEGRATION: CWS mergem8 (1.13.2.3.2.6.6.4.2.2.52); FILE MERGED 2003/04/29 08:26:32 gh 1.13.2.3.2.6.6.4.2.2.52.2: final merge for Beta2 2003/04/14 14:46:38 gh 1.13.2.3.2.6.6.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0472eccb49c13eba348168cd7739e182e73eddc0]

        INTEGRATION: CWS mergem8 (1.28.2.2.2.4.2.2.2.7.4.2.2.4.2.2.52); FILE MERGED 2003/04/29 08:26:31 gh 1.28.2.2.2.4.2.2.2.7.4.2.2.4.2.2.52.2: final merge for Beta2 2003/04/14 14:46:36 gh 1.28.2.2.2.4.2.2.2.7.4.2.2.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [68fba32a8b2b0f0e2c7eec8c0b778e39a60a34dc]

        INTEGRATION: CWS mergem8 (1.10.2.1.2.2.2.1.2.1.2.5.6.4.2.2.52); FILE MERGED 2003/04/29 08:26:31 gh 1.10.2.1.2.2.2.1.2.1.2.5.6.4.2.2.52.2: final merge for Beta2 2003/04/14 14:46:34 gh 1.10.2.1.2.2.2.1.2.1.2.5.6.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe21de6d2962f5b7c2de5a7167793eb92bccd017]

        INTEGRATION: CWS mergem8 (1.23.2.3.2.10.4.2.2.5.2.2.52); FILE MERGED 2003/04/29 08:26:31 gh 1.23.2.3.2.10.4.2.2.5.2.2.52.2: final merge for Beta2 2003/04/14 14:46:33 gh 1.23.2.3.2.10.4.2.2.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e361d1931712dafdb82d594bfecb5c0bbfe74824]

        INTEGRATION: CWS mergem8 (1.14.2.3.2.7.6.3.2.2.52); FILE MERGED 2003/04/29 08:26:30 gh 1.14.2.3.2.7.6.3.2.2.52.2: final merge for Beta2 2003/04/14 14:46:31 gh 1.14.2.3.2.7.6.3.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b45da2feea0364827dfb1456984c6dd4c0c11e1f]

        INTEGRATION: CWS mergem8 (1.8.2.3.2.7.6.3.6.2.52); FILE MERGED 2003/04/29 08:26:28 gh 1.8.2.3.2.7.6.3.6.2.52.2: final merge for Beta2 2003/04/14 14:46:21 gh 1.8.2.3.2.7.6.3.6.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9076e612e8f60dd99e4a2a1073778ab005b6e149]

        INTEGRATION: CWS mergem8 (1.29.2.2.2.2.2.5.4.2.2.5.4.10.2.2.52); FILE MERGED 2003/04/29 08:26:28 gh 1.29.2.2.2.2.2.5.4.2.2.5.4.10.2.2.52.3: final merge for Beta2 2003/04/16 15:51:42 gh 1.29.2.2.2.2.2.5.4.2.2.5.4.10.2.2.52.2: RESYNC: (1.29.2.2.2.2.2.5.4.2.2.5.4.10.2.2-1.33); FILE MERGED 2003/04/14 14:46:18 gh 1.29.2.2.2.2.2.5.4.2.2.5.4.10.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [874ae546e532e121bb36e2ca34673c89a78fb6e4]

        INTEGRATION: CWS mergem8 (1.63.2.2.52); FILE MERGED 2003/04/29 08:26:27 gh 1.63.2.2.52.2: final merge for Beta2 2003/04/14 14:46:14 gh 1.63.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a89e904d7204d7a0e53e7f5dd5c4158931c5e48c]

        INTEGRATION: CWS mergem8 (1.10.12.1.2.2.2.11.2.2.52); FILE MERGED 2003/04/29 08:26:24 gh 1.10.12.1.2.2.2.11.2.2.52.2: final merge for Beta2 2003/04/14 14:46:04 gh 1.10.12.1.2.2.2.11.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6efc601c5b967cba3bb1b7a725fdda224d09424c]

        INTEGRATION: CWS mergem8 (1.17.4.3.2.2.2.1.2.13.2.5.2.2.52); FILE MERGED 2003/04/29 08:26:23 gh 1.17.4.3.2.2.2.1.2.13.2.5.2.2.52.2: final merge for Beta2 2003/04/14 14:46:00 gh 1.17.4.3.2.2.2.1.2.13.2.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d08d49ac1b91bb278ae588a51ee916de2acd71b9]

        INTEGRATION: CWS mergem8 (1.19.2.1.2.3.2.1.2.6.6.1.2.12.2.2.52); FILE MERGED 2003/04/29 08:26:22 gh 1.19.2.1.2.3.2.1.2.6.6.1.2.12.2.2.52.2: final merge for Beta2 2003/04/14 14:45:59 gh 1.19.2.1.2.3.2.1.2.6.6.1.2.12.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca9ab7d1d7f9a9b68c1cb98cd86c64b3437f417d]

        INTEGRATION: CWS mergem8 (1.40.2.18.2.2.52); FILE MERGED 2003/04/29 08:26:22 gh 1.40.2.18.2.2.52.2: final merge for Beta2 2003/04/14 14:45:57 gh 1.40.2.18.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d93fb8d24c3e69627eb4f7e30d88b857bb292c4]

        INTEGRATION: CWS mergem8 (1.27.2.3.2.9.4.4.2.2.52); FILE MERGED 2003/04/29 08:26:21 gh 1.27.2.3.2.9.4.4.2.2.52.2: final merge for Beta2 2003/04/14 14:45:57 gh 1.27.2.3.2.9.4.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfbb9edab8ce6243976484349ee6262083e6c4b2]

        INTEGRATION: CWS mergem8 (1.34.2.3.2.1.2.5.6.14.2.2.52); FILE MERGED 2003/04/29 08:26:21 gh 1.34.2.3.2.1.2.5.6.14.2.2.52.2: final merge for Beta2 2003/04/14 14:45:57 gh 1.34.2.3.2.1.2.5.6.14.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [352d98d50725b7dc5a8e3c0b49d7a57e537741be]

        INTEGRATION: CWS mergem8 (1.39.2.2.2.5.2.2.52); FILE MERGED 2003/04/29 08:26:20 gh 1.39.2.2.2.5.2.2.52.2: final merge for Beta2 2003/04/14 14:45:55 gh 1.39.2.2.2.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d92752969caa4d512e3e985bdadf6bac874180b6]

        INTEGRATION: CWS mergem8 (1.1.1.5.2.1.4.7.6.3.2.2.52); FILE MERGED 2003/04/29 08:26:20 gh 1.1.1.5.2.1.4.7.6.3.2.2.52.2: final merge for Beta2 2003/04/14 14:45:54 gh 1.1.1.5.2.1.4.7.6.3.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [51ca46c509277645b028feea35653f2a1637ca51]

        INTEGRATION: CWS mergem8 (1.14.2.2.2.10.6.2.6.1.54); FILE MERGED 2003/04/29 08:26:18 gh 1.14.2.2.2.10.6.2.6.1.54.2: final merge for Beta2 2003/04/14 14:45:50 gh 1.14.2.2.2.10.6.2.6.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4649ee568f1a61802cd989634b15d875094f5b3]

        INTEGRATION: CWS mergem8 (1.13.2.1.2.2.2.1.2.1.2.5.6.2.6.2.52); FILE MERGED 2003/04/29 08:26:17 gh 1.13.2.1.2.2.2.1.2.1.2.5.6.2.6.2.52.2: final merge for Beta2 2003/04/14 14:45:49 gh 1.13.2.1.2.2.2.1.2.1.2.5.6.2.6.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d33992d11fe0692e8c98500520ea046810c583f]

        INTEGRATION: CWS mergem8 (1.15.8.1.2.1.2.1.4.6.6.4.2.2.52); FILE MERGED 2003/04/29 08:26:17 gh 1.15.8.1.2.1.2.1.4.6.6.4.2.2.52.2: final merge for Beta2 2003/04/14 14:45:49 gh 1.15.8.1.2.1.2.1.4.6.6.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [04d0e79eb1a0d7458e274fb89fdecd26733eef3d]

        INTEGRATION: CWS mergem8 (1.38.2.2.52); FILE MERGED 2003/04/29 08:26:17 gh 1.38.2.2.52.2: final merge for Beta2 2003/04/14 14:45:47 gh 1.38.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cf98784720d0c8981cb938991315d96047416ee]

        INTEGRATION: CWS mergem8 (1.14.4.1.2.7.6.3.2.1.54); FILE MERGED 2003/04/29 08:26:16 gh 1.14.4.1.2.7.6.3.2.1.54.2: final merge for Beta2 2003/04/14 14:45:46 gh 1.14.4.1.2.7.6.3.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee6f3b1bc152224ee98307801ed9fefbccb2ba50]

        INTEGRATION: CWS mergem8 (1.16.8.1.2.6.2.1.6.3.2.1.54); FILE MERGED 2003/04/29 08:26:16 gh 1.16.8.1.2.6.2.1.6.3.2.1.54.2: final merge for Beta2 2003/04/14 14:45:46 gh 1.16.8.1.2.6.2.1.6.3.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9f0fcbac1c1c4f371feb04cf469e18df9ddf38c]

        INTEGRATION: CWS mergem8 (1.10.2.1.2.4.2.3.6.3.2.2.52); FILE MERGED 2003/04/29 08:26:16 gh 1.10.2.1.2.4.2.3.6.3.2.2.52.2: final merge for Beta2 2003/04/14 14:45:45 gh 1.10.2.1.2.4.2.3.6.3.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [42c9da6fe13fb0a96fb86377116192cba4711a06]

        INTEGRATION: CWS mergem8 (1.14.2.1.2.1.2.7.6.3.2.2.52); FILE MERGED 2003/04/29 08:26:15 gh 1.14.2.1.2.1.2.7.6.3.2.2.52.2: final merge for Beta2 2003/04/14 14:45:45 gh 1.14.2.1.2.1.2.7.6.3.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [11d9ce2702bbe9b52a542c36d5803cadfbe34be5]

        INTEGRATION: CWS mergem8 (1.15.2.1.2.7.6.3.2.2.52); FILE MERGED 2003/04/29 08:26:15 gh 1.15.2.1.2.7.6.3.2.2.52.2: final merge for Beta2 2003/04/14 14:45:44 gh 1.15.2.1.2.7.6.3.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c18820a78552b5dd747b8c9a68f99ea208185467]

        INTEGRATION: CWS mergem8 (1.19.2.2.2.9.4.5.2.1.54); FILE MERGED 2003/04/29 08:26:15 gh 1.19.2.2.2.9.4.5.2.1.54.2: final merge for Beta2 2003/04/14 14:45:43 gh 1.19.2.2.2.9.4.5.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8f7d15dc4bf750a797b3742a5343ffb28f1a718]

        INTEGRATION: CWS mergem8 (1.20.4.2.2.1.2.7.6.6.2.2.52); FILE MERGED 2003/04/29 08:26:14 gh 1.20.4.2.2.1.2.7.6.6.2.2.52.2: final merge for Beta2 2003/04/14 14:45:43 gh 1.20.4.2.2.1.2.7.6.6.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f0485ef74e33a6cda0e066d9a734c2145f0542]

        INTEGRATION: CWS mergem8 (1.24.2.2.2.3.2.9.4.9.2.3.50); FILE MERGED 2003/04/29 08:26:13 gh 1.24.2.2.2.3.2.9.4.9.2.3.50.3: final merge for Beta2 2003/04/16 15:57:30 gh 1.24.2.2.2.3.2.9.4.9.2.3.50.2: RESYNC: (1.24.2.2.2.3.2.9.4.9.2.3-1.31); FILE MERGED 2003/04/14 14:45:41 gh 1.24.2.2.2.3.2.9.4.9.2.3.50.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [97932f364a30052938fa4e9ceb504f8d45f4db29]

        INTEGRATION: CWS mergem8 (1.25.2.2.52); FILE MERGED 2003/04/29 08:26:12 gh 1.25.2.2.52.2: final merge for Beta2 2003/04/14 14:45:40 gh 1.25.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2f56807a2ff2799210325bfd87a00951142bef5]

        INTEGRATION: CWS mergem8 (1.17.2.1.2.2.2.2.2.3.4.2.8.4.2.2.52); FILE MERGED 2003/04/29 08:26:12 gh 1.17.2.1.2.2.2.2.2.3.4.2.8.4.2.2.52.2: final merge for Beta2 2003/04/14 14:45:39 gh 1.17.2.1.2.2.2.2.2.3.4.2.8.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebcfb7e688b85b826e3d410b86296f917b53cdfe]

        INTEGRATION: CWS mergem8 (1.39.4.2.2.5.2.2.52); FILE MERGED 2003/04/29 08:26:12 gh 1.39.4.2.2.5.2.2.52.2: final merge for Beta2 2003/04/14 14:45:38 gh 1.39.4.2.2.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e3ed0a677bad55c726ab611367c9792ab87c99a]

        INTEGRATION: CWS mergem8 (1.23.2.2.52); FILE MERGED 2003/04/29 08:26:11 gh 1.23.2.2.52.2: final merge for Beta2 2003/04/14 14:45:38 gh 1.23.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c7cbd444297b7a1af8baf151fee6ce3eccfc129]

        INTEGRATION: CWS mergem8 (1.27.2.2.52); FILE MERGED 2003/04/29 08:26:11 gh 1.27.2.2.52.2: final merge for Beta2 2003/04/14 14:45:37 gh 1.27.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [11a331c8369dde345bffbcd7d765f42d76e6b71d]

        INTEGRATION: CWS mergem8 (1.17.4.3.2.6.4.2.6.6.2.2.52); FILE MERGED 2003/04/29 08:26:10 gh 1.17.4.3.2.6.4.2.6.6.2.2.52.2: final merge for Beta2 2003/04/14 14:45:37 gh 1.17.4.3.2.6.4.2.6.6.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbdfde9b4b3eebe1dcc85b2fb854b178abcf6fff]

        INTEGRATION: CWS mergem8 (1.16.2.5.4.2.6.3.2.2.52); FILE MERGED 2003/04/29 08:26:10 gh 1.16.2.5.4.2.6.3.2.2.52.2: final merge for Beta2 2003/04/14 14:45:36 gh 1.16.2.5.4.2.6.3.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [54238deaaa4e3967acd8c9becea22e7d28f8ed49]

        INTEGRATION: CWS mergem8 (1.30.2.2.52); FILE MERGED 2003/04/29 08:26:09 gh 1.30.2.2.52.2: final merge for Beta2 2003/04/14 14:45:34 gh 1.30.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0e061d35dde1e83cb3262fef68a2ed8ca3917a2]

        INTEGRATION: CWS mergem8 (1.10.2.4.2.1.54); FILE MERGED 2003/04/29 08:26:09 gh 1.10.2.4.2.1.54.2: final merge for Beta2 2003/04/14 14:45:34 gh 1.10.2.4.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4039c7416f05f8d0a03b2de998e37228230104b]

        INTEGRATION: CWS mergem8 (1.14.2.8.6.4.2.2.52); FILE MERGED 2003/04/29 08:26:08 gh 1.14.2.8.6.4.2.2.52.2: final merge for Beta2 2003/04/14 14:45:31 gh 1.14.2.8.6.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cc59e9025e7f88d88d039b9b18d09c6f0d65b00]

        INTEGRATION: CWS mergem8 (1.29.4.1.2.6.2.2.52); FILE MERGED 2003/04/29 08:26:08 gh 1.29.4.1.2.6.2.2.52.2: final merge for Beta2 2003/04/14 14:45:30 gh 1.29.4.1.2.6.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [af4949f9491207fbcd1563f1bca3614e02fbdcaa]

        INTEGRATION: CWS mergem8 (1.32.6.2.2.1.2.10.6.13.2.2.52); FILE MERGED 2003/04/29 08:26:06 gh 1.32.6.2.2.1.2.10.6.13.2.2.52.2: final merge for Beta2 2003/04/14 14:45:27 gh 1.32.6.2.2.1.2.10.6.13.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a9bfbac827a7ca91f02b15a7cd1d45f58bbf699]

        INTEGRATION: CWS mergem8 (1.17.2.7.6.4.2.2.52); FILE MERGED 2003/04/29 08:26:06 gh 1.17.2.7.6.4.2.2.52.2: final merge for Beta2 2003/04/14 14:45:27 gh 1.17.2.7.6.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d0da66e8df4e2e73ff08ea866398df4d4e9b8fc]

        INTEGRATION: CWS mergem8 (1.14.2.7.6.3.2.1.54); FILE MERGED 2003/04/29 08:26:06 gh 1.14.2.7.6.3.2.1.54.2: final merge for Beta2 2003/04/14 14:45:26 gh 1.14.2.7.6.3.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [975f6bc9daa266138dff11da1588447bd395105d]

        INTEGRATION: CWS mergem8 (1.14.2.3.4.3.2.2.2.3.6.3.2.1.54); FILE MERGED 2003/04/29 08:26:05 gh 1.14.2.3.4.3.2.2.2.3.6.3.2.1.54.2: final merge for Beta2 2003/04/14 14:45:26 gh 1.14.2.3.4.3.2.2.2.3.6.3.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c25d0dbba605b06bffb761fe86cedcbce31dd81a]

        INTEGRATION: CWS mergem8 (1.18.2.2.2.8.6.3.2.2.52); FILE MERGED 2003/04/29 08:26:05 gh 1.18.2.2.2.8.6.3.2.2.52.2: final merge for Beta2 2003/04/14 14:45:25 gh 1.18.2.2.2.8.6.3.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e417b04d6d653c2910e3c58aa3b9c047f3f409a2]

        INTEGRATION: CWS mergem8 (1.11.2.1.2.6.6.4.2.2.52); FILE MERGED 2003/04/29 08:26:04 gh 1.11.2.1.2.6.6.4.2.2.52.2: final merge for Beta2 2003/04/14 14:45:24 gh 1.11.2.1.2.6.6.4.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [64eebbe38d9a02609ec406c7817e78b4bb51da0d]

        INTEGRATION: CWS mergem8 (1.36.2.1.54); FILE MERGED 2003/04/29 08:26:04 gh 1.36.2.1.54.2: final merge for Beta2 2003/04/14 14:45:23 gh 1.36.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c346b0e8cc9bd088bf139a5752535df645e79728]

        INTEGRATION: CWS mergem8 (1.36.2.1.2.1.2.6.6.6.2.2.52); FILE MERGED 2003/04/29 08:26:02 gh 1.36.2.1.2.1.2.6.6.6.2.2.52.2: final merge for Beta2 2003/04/14 14:45:20 gh 1.36.2.1.2.1.2.6.6.6.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebf15e2e45049c5b0a7ae19615982cef0228ece0]

        INTEGRATION: CWS mergem8 (1.50.6.4.2.2.50); FILE MERGED 2003/04/29 08:26:02 gh 1.50.6.4.2.2.50.3: final merge for Beta2 2003/04/16 15:59:47 gh 1.50.6.4.2.2.50.2: RESYNC: (1.50.6.4.2.2-1.58); FILE MERGED 2003/04/14 14:45:19 gh 1.50.6.4.2.2.50.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [732a3bb30750c1898799f791ff0057ef96bd8aa9]

        INTEGRATION: CWS mergem8 (1.87.2.2.52); FILE MERGED 2003/04/29 08:26:01 gh 1.87.2.2.52.2: final merge for Beta2 2003/04/14 14:45:19 gh 1.87.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e783c3bd874bc12ea895e0fa54bc3bebf4a27b07]

        INTEGRATION: CWS mergem8 (1.13.4.1.2.6.6.5.2.2.52); FILE MERGED 2003/04/29 08:26:00 gh 1.13.4.1.2.6.6.5.2.2.52.2: final merge for Beta2 2003/04/14 14:45:16 gh 1.13.4.1.2.6.6.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [10f8d66defc81ac1b12c12acd90ea19138ecc545]

        INTEGRATION: CWS mergem8 (1.18.2.7.6.6.2.1.54); FILE MERGED 2003/04/29 08:26:00 gh 1.18.2.7.6.6.2.1.54.2: final merge for Beta2 2003/04/14 14:45:15 gh 1.18.2.7.6.6.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [63fecdda38e71ba3cfa47622e7881e826e891d37]

        INTEGRATION: CWS mergem8 (1.24.2.6.4.2.6.6.2.2.52); FILE MERGED 2003/04/29 08:25:59 gh 1.24.2.6.4.2.6.6.2.2.52.2: final merge for Beta2 2003/04/14 14:45:15 gh 1.24.2.6.4.2.6.6.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [85b4da48b5ef8d78705e6b9ecbfe9d7dbc047c33]

        INTEGRATION: CWS mergem8 (1.22.2.1.4.8.6.5.2.2.52); FILE MERGED 2003/04/29 08:25:59 gh 1.22.2.1.4.8.6.5.2.2.52.2: final merge for Beta2 2003/04/14 14:45:15 gh 1.22.2.1.4.8.6.5.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cecc131e91c272f55b984f5cfde8ba2c1ac3533]

        INTEGRATION: CWS mergem8 (1.15.4.7.6.5.2.1.54); FILE MERGED 2003/04/29 08:25:59 gh 1.15.4.7.6.5.2.1.54.2: final merge for Beta2 2003/04/14 14:45:14 gh 1.15.4.7.6.5.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d3c491746f92a70d2afe903261a81db9c03defc]

        INTEGRATION: CWS mergem8 (1.32.2.10.4.5.2.1.54); FILE MERGED 2003/04/29 08:25:58 gh 1.32.2.10.4.5.2.1.54.2: final merge for Beta2 2003/04/14 14:45:14 gh 1.32.2.10.4.5.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [635958425c5be8816e9d4d4709398459c390f302]

        INTEGRATION: CWS mergem8 (1.26.2.11.6.7.2.2.52); FILE MERGED 2003/04/29 08:25:58 gh 1.26.2.11.6.7.2.2.52.2: final merge for Beta2 2003/04/14 14:45:13 gh 1.26.2.11.6.7.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [37aa8c3fe7c337bb61bc7f29148f7c4ab2bd1436]

        INTEGRATION: CWS mergem8 (1.27.2.1.54); FILE MERGED 2003/04/29 08:25:57 gh 1.27.2.1.54.2: final merge for Beta2 2003/04/14 14:45:11 gh 1.27.2.1.54.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [03ef38e7137edbfaacfd35017f2166b59a78ed14]

        INTEGRATION: CWS mergem8 (1.34.2.3.2.4.2.4.6.11.2.2.52); FILE MERGED 2003/04/29 08:25:56 gh 1.34.2.3.2.4.2.4.6.11.2.2.52.2: final merge for Beta2 2003/04/14 14:45:11 gh 1.34.2.3.2.4.2.4.6.11.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9df5805a39af7f6daf9bd8e91d47804926cdcc4f]

        INTEGRATION: CWS mergem8 (1.79.2.4.50); FILE MERGED 2003/04/29 08:25:56 gh 1.79.2.4.50.3: final merge for Beta2 2003/04/16 16:01:35 gh 1.79.2.4.50.2: RESYNC: (1.79.2.4-1.85); FILE MERGED 2003/04/14 14:45:10 gh 1.79.2.4.50.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [88ef0a1127273c207561e936ed3c4c2f8b5609c7]

        INTEGRATION: CWS mergem8 (1.103.2.2.52); FILE MERGED 2003/04/29 08:25:53 gh 1.103.2.2.52.2: final merge for Beta2 2003/04/14 14:45:06 gh 1.103.2.2.52.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d08aeb2e605c61519477c3b9de977130e9efa3c5]

        INTEGRATION: CWS mergem8 (1.24.4); FILE MERGED 2003/04/29 08:25:20 gh 1.24.4.2: final merge for Beta2 2003/04/14 14:44:13 gh 1.24.4.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2456867cdf0f7234c2561ecd5f0a4d4cce62926d]

        INTEGRATION: CWS mergem8 (1.40.4); FILE MERGED 2003/04/29 08:25:18 gh 1.40.4.2: final merge for Beta2 2003/04/14 14:44:10 gh 1.40.4.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5883f9cbff0be0037d234c95073aa4b589a763cb]

        INTEGRATION: CWS mergem8 (1.19.4); FILE MERGED 2003/04/29 08:25:17 gh 1.19.4.2: final merge for Beta2 2003/04/14 14:44:09 gh 1.19.4.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [81e2b44da93c03439a25cc2ad0992a0191b0c46c]

        INTEGRATION: CWS mergem8 (1.20.4); FILE MERGED 2003/04/29 08:25:17 gh 1.20.4.2: final merge for Beta2 2003/04/14 14:44:09 gh 1.20.4.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8f339571f0916f30889cc277e379aabd1bcefd0]

        INTEGRATION: CWS mergem8 (1.47.4); FILE MERGED 2003/04/29 08:25:16 gh 1.47.4.2: final merge for Beta2 2003/04/14 14:44:08 gh 1.47.4.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [454f9752da558e3d6772bdde1229f717c250eb1a]

        INTEGRATION: CWS mergem8 (1.48.4); FILE MERGED 2003/04/29 08:25:16 gh 1.48.4.2: final merge for Beta2 2003/04/14 14:44:08 gh 1.48.4.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b71ddfbc7a715590c8b3efbbeab38cf51a7541d]

        INTEGRATION: CWS mergem8 (1.16.4); FILE MERGED 2003/04/29 08:25:15 gh 1.16.4.3: final merge for Beta2 2003/04/24 15:32:14 gh 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2003/04/14 14:44:07 gh 1.16.4.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4b8932418218664ab5087f94d5ef1eb7740cd0b]

        INTEGRATION: CWS mergem8 (1.86.4); FILE MERGED 2003/04/29 08:25:15 gh 1.86.4.3: final merge for Beta2 2003/04/24 15:31:58 gh 1.86.4.2: RESYNC: (1.86-1.87); FILE MERGED 2003/04/14 14:44:07 gh 1.86.4.1: merging all languages

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c7e831bb5cb8b8a7a2de5cab0b7cbaf5322c3fd]

        INTEGRATION: CWS jollyfilterteam05 (1.64.10); FILE MERGED 2003/04/23 07:45:19 cmc 1.64.10.1: #i11732# handle broken fractions without panic

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [62c0299e834c2293ba9a9f4d32e1c36678df4e97]

        INTEGRATION: CWS jollyfilterteam05 (1.11.34); FILE MERGED 2003/04/28 07:52:05 cmc 1.11.34.1: #106606# removed small chunking of incoming data by accident

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [746a61605ab43f790ae1d10cd740bd53794daed1]

        INTEGRATION: CWS jollyfilterteam05 (1.58.30); FILE MERGED 2003/04/22 11:52:26 cmc 1.58.30.1: #108739# convert writer date/time quotes to and from winword ones

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad184a13987be47bf55de27cd2dd62d46e1043c6]

        INTEGRATION: CWS jollyfilterteam05 (1.130.8); FILE MERGED 2003/04/24 07:45:56 cmc 1.130.8.2: RESYNC: (1.130-1.132); FILE MERGED conflict resolved 2003/04/23 13:53:56 cmc 1.130.8.1: #i13590# Where did the random use of -999 twips as a flag value come from!

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c972f900d145b6ebf5195847e759cb04b9666b69]

        INTEGRATION: CWS jollyfilterteam05 (1.64.10); FILE MERGED 2003/04/24 07:45:47 cmc 1.64.10.2: RESYNC: (1.64-1.65); FILE MERGED 2003/04/22 11:52:25 cmc 1.64.10.1: #108739# convert writer date/time quotes to and from winword ones

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [592318dc7c6948dfdbd9ffbff2824cdc99c6ca40]

        INTEGRATION: CWS jollyfilterteam05 (1.80.8); FILE MERGED 2003/04/24 07:45:11 cmc 1.80.8.2: RESYNC: (1.80-1.81); FILE MERGED 2003/04/23 13:53:55 cmc 1.80.8.1: #i13590# Where did the random use of -999 twips as a flag value come from!

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e92db19ed35fe7f2941a6293520a0e82e8b1884c]

        INTEGRATION: CWS jollyfilterteam05 (1.108.10); FILE MERGED 2003/04/24 07:45:03 cmc 1.108.10.2: RESYNC: (1.108-1.109); FILE MERGED 2003/04/23 13:53:54 cmc 1.108.10.1: #i13590# Where did the random use of -999 twips as a flag value come from!

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ddc06037c4ffa5427482c939b2bc456089eed1d]

        INTEGRATION: CWS jollyfilterteam05 (1.58.8); FILE MERGED 2003/04/24 07:44:10 cmc 1.58.8.2: RESYNC: (1.58-1.60); FILE MERGED conflict resolved 2003/04/22 11:52:24 cmc 1.58.8.1: #108739# convert writer date/time quotes to and from winword ones

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [35fa9b1dc8370f3cd1dccf5632745ca7af7ee17f]

        INTEGRATION: CWS jollyfilterteam05 (1.8.30); FILE MERGED 2003/04/28 08:02:42 cmc 1.8.30.1: #106052# don't start new section from a bare vertalc

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [60b50a0104c834c4b0efb622e6c228454c65ffa7]

        INTEGRATION: CWS jollyfilterteam05 (1.23.8); FILE MERGED 2003/04/28 16:24:40 cmc 1.23.8.5: #106052# close attrgroup only for sucessful new section, nor for modifying current section 2003/04/28 10:23:07 cmc 1.23.8.4: #105816# regression, page start number not applied and updated correctly 2003/04/28 08:02:42 cmc 1.23.8.3: #106052# don't start new section from a bare vertalc 2003/04/24 07:48:17 cmc 1.23.8.2: RESYNC: (1.23-1.24); FILE MERGED 2003/04/22 09:37:00 cmc 1.23.8.1: #108991# #108990# oversights in rtf filter, better header/footer existance check and out_sfx in wrong place

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a512bc45a7bcf6a74d67e1e3c89f40e2ca244b1]

        INTEGRATION: CWS jollyfilterteam05 (1.13.28); FILE MERGED 2003/04/28 10:40:33 cmc 1.13.28.1: #105521# failed to strip whitespace from import field argument

2003-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0027e143ca2ac2843e78400d3136b752ffdcec9e]

        INTEGRATION: CWS jollyfilterteam05 (1.34.28); FILE MERGED 2003/04/22 09:37:00 cmc 1.34.28.1: #108991# #108990# oversights in rtf filter, better header/footer existance check and out_sfx in wrong place

2003-04-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6903894434516a17a1e2e6c93105c7a2acee6d1d]

        #100000# confused pro and nonpro

2003-04-29  Andreas Schlüns  <as@openoffice.org>  [a65045ef7cca1011debd2e3dbc5c36a6148b9940]

        #109200# initialize locale settings before SfxApplication starts

2003-04-29  Rüdiger Timm  <rt@openoffice.org>  [e34bb658ee48eb91be8743f556b1ab9f26c70a0f]

        #100000# backed out strange merge from cws_srx644_ooo20030412, reduced to the change made by vq ( #12045 W32-tcsh patches for odk)

2003-04-29  Kurt Zenker  <kz@openoffice.org>  [68facf13850ca57af8e49feea2c89dc80b7e2121]

        new version for SRX644

2003-04-29  Rüdiger Timm  <rt@openoffice.org>  [b93fbefc1bc6a076af975619b4cf9af5b15cb7b6]

        #100000# Correct onditional is common_build, not COMMON_BUILD.

2003-04-29  Rüdiger Timm  <rt@openoffice.org>  [a22e97eb573ef181ca296ff0502cc5e0d022a755]

        INTEGRATION: CWS mhu03 (1.27.4); FILE MERGED 2003/04/27 15:13:25 mhu 1.27.4.1: #109005# Extended 'osl_psz_loadModule()' to try current directory in case a module w/o pathname could not otherwise be loaded.

2003-04-29  Rüdiger Timm  <rt@openoffice.org>  [94e39aeb5553af3b6460ed99def49447aee40082]

        #100000#

2003-04-29  Rüdiger Timm  <rt@openoffice.org>  [77512e657957c3e003abad46e3e11bc15b5c723b]

        #100000# Introduce restriction for building with buildserver under wntmsci8.

2003-04-29  Vladimir Glazounov  <vg@openoffice.org>  [86f9b4842529576062a9a44db379bf123a26654b]

        chg: declaration for all Linux platforms, #100000#, (mh)

2003-04-29  Rüdiger Timm  <rt@openoffice.org>  [bb9aead90fbe993c938abbcd82f5e4bb17f95003]

        #100000# needs headers from offuh

2003-04-29  Kurt Zenker  <kz@openoffice.org>  [bb4a907b91b3cbc684edc3809818f72eebdea42c]

        new version for SRX644

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f598b0b72719c19c980aa29f033fcf85fe3d1c2f]

        SRX644

2003-04-28  Vladimir Glazounov  <vg@openoffice.org>  [30c3c004e7996f0f28fcd6c0a7b0f7a5ea064eef]

        INTEGRATION: CWS dvo001 (1.48.36); FILE MERGED 2003/04/24 16:51:27 dvo 1.48.36.1: #109120# fill old/new value for text change events

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d285bc25b308c50c79e87ed96b75832abc9ec823]

        INTEGRATION: CWS beta2feature1 (1.10.12); FILE MERGED 2003/04/25 12:18:29 af 1.10.12.1: #109145# Changed default value of Misc/Start/CurrentPage from false to true.

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [399ae1d29fc21f6633013b10b0d33787a51d9c22]

        INTEGRATION: CWS beta2feature1 (1.13.22); FILE MERGED 2003/04/25 13:47:05 ka 1.13.22.1: #109146#: restore last presentation page in drawing view

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac0c5bb9207527268388269c8015178f3df85be1]

        INTEGRATION: CWS beta2feature1 (1.24.22); FILE MERGED 2003/04/25 13:47:05 ka 1.24.22.1: #109146#: restore last presentation page in drawing view

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [178add33c9e670cc1856625bd9af48c2916ef5e1]

        INTEGRATION: CWS ooo20030412 (1.54.4.2.2); FILE MERGED 2003/03/28 21:46:45 vq 1.54.4.2.2.1: #12045 W32-tcsh patches for odk.

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [504aeb634bb385e4a732c16b6301ce18eb675fab]

        INTEGRATION: CWS ooo20030412 (1.6.24.2.20); FILE MERGED 2003/04/01 14:55:12 mh 1.6.24.2.20.1: chg: old style header, #i3557#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cd29d83032d23b29fa36c401aae659029383d14]

        INTEGRATION: CWS ooo20030412 (1.1.4); FILE ADDED 2003/04/12 10:32:23 vq 1.1.4.2: #11592 Fix error for W32-tcsh. 2003/04/11 14:41:25 mh 1.1.4.1: add: localized readme, #i11592#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [737b450101fb864470e01a018b0b36244653d162]

        INTEGRATION: CWS ooo20030412 (1.7.20); FILE MERGED 2003/04/11 14:42:55 mh 1.7.20.1: add: localized readme, #i11592#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f43f4d52150d59c455d8c62bd0fa0e99e32186c]

        INTEGRATION: CWS ooo20030412 (1.1.4); FILE ADDED 2003/04/11 14:41:14 mh 1.1.4.1: add: localized readme, #i11592#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2318ec0f32aed427b0379dd31f37205244998467]

        INTEGRATION: CWS ooo20030412 (1.1.4); FILE ADDED 2003/04/11 14:41:12 mh 1.1.4.1: add: localized readme, #i11592#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [18ae241ecb941287053a8b4522a6b5e81fda2f1c]

        INTEGRATION: CWS ooo20030412 (1.1.4); FILE ADDED 2003/04/11 14:41:11 mh 1.1.4.1: add: localized readme, #i11592#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5924451585b89de0fbade8d8e467b2915aa2a3b]

        INTEGRATION: CWS ooo20030412 (1.4.16); FILE MERGED 2003/04/24 09:26:53 mh 1.4.16.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbaf895bb1560ae770d2910fd7b50d223a3fb8ab]

        INTEGRATION: CWS ooo20030412 (1.3.74); FILE MERGED 2003/04/24 05:30:56 mh 1.3.74.2: add: misssing copyright header, #i10000# 2003/04/11 09:05:52 mh 1.3.74.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e71ddec449540aae11c6c9f61e38d3719892f3ee]

        INTEGRATION: CWS ooo20030412 (1.2.96); FILE MERGED 2003/04/11 09:05:52 mh 1.2.96.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [72691b531b3f16c0ff10b9ee8c26f8da7dc29e08]

        INTEGRATION: CWS ooo20030412 (1.14.8.1.34); FILE MERGED 2003/04/28 13:08:52 mh 1.14.8.1.34.3: RESYNC: (1.15-1.16); FILE MERGED 2003/04/11 14:46:25 mh 1.14.8.1.34.2: chg: one more cpp warning, #i13256# 2003/04/11 10:15:02 mh 1.14.8.1.34.1: fix: no concatenation needed here

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [81758b86ee54e8ea941753a3fc77791d603493ee]

        INTEGRATION: CWS ooo20030412 (1.9.86); FILE MERGED 2003/04/24 09:19:20 mh 1.9.86.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [66b78dc384478b09ab1a53f2767fd485c79fb909]

        INTEGRATION: CWS ooo20030412 (1.17.2.1.52); FILE MERGED 2003/04/11 09:05:51 mh 1.17.2.1.52.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [660fc34d74be6e85a64b71d722b7d5192ea4541c]

        INTEGRATION: CWS ooo20030412 (1.1.4.2.34); FILE MERGED 2003/04/05 13:32:36 waratah 1.1.4.2.34.1: 11307: correct code for gcc 2.95 problem

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4902b123ccac01f0665c33a9f84640110962e9ec]

        INTEGRATION: CWS ooo20030412 (1.4.72); FILE MERGED 2003/04/24 09:20:53 mh 1.4.72.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9dcf8c1c01b5be043057f4786a211128b1e6c2a]

        INTEGRATION: CWS ooo20030412 (1.15.66); FILE MERGED 2003/04/28 13:13:50 mh 1.15.66.4: RESYNC: (1.16-1.17); FILE MERGED 2003/04/14 10:45:15 mh 1.15.66.3: fixed typo at resolving conflict 2003/04/14 10:28:54 mh 1.15.66.2: RESYNC: (1.15-1.16); FILE MERGED 2003/04/11 09:05:51 mh 1.15.66.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [66b6d6e69064c5240a6f549259ead5223558aa8c]

        INTEGRATION: CWS ooo20030412 (1.1.2); FILE ADDED 2003/04/09 12:31:27 mh 1.1.2.2: add: FREEBSD, #i12879# 2003/04/09 11:36:08 mh 1.1.2.1: add: deal with different header files for alloca declaration, #i6842#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [60b5f1f154bc94b6610e964d9ef3e2de42dd1f23]

        INTEGRATION: CWS ooo20030412 (1.6.6); FILE MERGED 2003/04/13 12:42:00 mh 1.6.6.2: RESYNC: (1.12); BINARY 2003/04/11 08:51:17 mh 1.6.6.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7603817f4df7486ac9e0938d2712d8571b375b6c]

        INTEGRATION: CWS ooo20030412 (1.99.10); FILE MERGED 2003/04/16 10:25:23 mh 1.99.10.1: add: make salgdi3/Xrender compile, #i13400#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [04548a0852f14d1c6e45e1362eecc1a7ad979633]

        INTEGRATION: CWS ooo20030412 (1.6.118); FILE MERGED 2003/04/16 10:25:23 mh 1.6.118.1: add: make salgdi3/Xrender compile, #i13400#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [94451967d1c1b4f0a58f3f066579a832832fe3e3]

        INTEGRATION: CWS ooo20030412 (1.28.12); FILE MERGED 2003/04/16 10:25:23 mh 1.28.12.1: add: make salgdi3/Xrender compile, #i13400#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [19dfb4537703704600845d9785f4ff9b146c95f7]

        INTEGRATION: CWS ooo20030412 (1.16.116); FILE MERGED 2003/04/11 08:51:16 mh 1.16.116.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac3b5bb472fe441317be8abb96e21f8409a82e68]

        INTEGRATION: CWS ooo20030412 (1.4.12); FILE MERGED 2003/04/15 15:53:14 mh 1.4.12.1: del: superflous preprocessor concatenation, #i13400#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9847cb8281f787360ff50d8b51f0ff7b43b9f49]

        INTEGRATION: CWS ooo20030412 (1.5.4.1.8); FILE MERGED 2003/04/09 11:31:50 mh 1.5.4.1.8.1: add: no dl for FreeBSD, #i12879#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [71568a62c0db35f1a293e853868718e470bded1d]

        INTEGRATION: CWS ooo20030412 (1.7.6.1.12); FILE MERGED 2003/04/01 15:37:36 mh 1.7.6.1.12.1: fix for parallel dmake, #i11673#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [24197acbb91fb3f4b7dff04fc6cc6aa4d6a4e876]

        INTEGRATION: CWS ooo20030412 (1.3.30); FILE MERGED 2003/03/25 21:07:21 khendricks 1.3.30.1: minor updates and fixes for lingucomponent includes a bug fix for issue 9887
        
        Kevin

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [940b9c3c93c27a1fa93454462dfdf5d5404ee663]

        INTEGRATION: CWS ooo20030412 (1.6.2.2.4.1.2.1.4.1.2); FILE MERGED 2003/03/25 21:07:20 khendricks 1.6.2.2.4.1.2.1.4.1.2.1: minor updates and fixes for lingucomponent includes a bug fix for issue 9887
        
        Kevin

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d896a36bb6479f74a925fc3f784452cff762e67d]

        INTEGRATION: CWS ooo20030412 (1.1.36); FILE MERGED 2003/03/25 21:07:20 khendricks 1.1.36.1: minor updates and fixes for lingucomponent includes a bug fix for issue 9887
        
        Kevin

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ade4f564dc563a8154cf0455ad5ba61b888cd164]

        INTEGRATION: CWS ooo20030412 (1.2.2.6.24); FILE MERGED 2003/04/08 12:33:57 khendricks 1.2.2.6.24.1: partial fix for Issuezilla 13095 periods at the end of words were improperly being sent to the hyphenation dictionary which confused it.
        
        To completely fix this issue and others, a new hyphenation
        dictionary for English (US) must be used as well.

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bd236a1b899aab2d0ec4eeeb3b533c4f0191e00]

        INTEGRATION: CWS ooo20030412 (1.4.2.3.2); FILE MERGED 2003/04/02 13:01:07 waratah 1.4.2.3.2.3: 12442:  UPgrade warnings on required programs to errors Correct bug in configure that warn does not work with autoconf 1.5 get rid of trailing blanks from dump messages from set_soenv.in Remove bison_hairy and bison simple, no longer used create logic to set symbols or full debug as required. clean up logic on gcc version checking, added warning for gcc 2.95 to upgrade to gcc 3 if available 2003/03/31 14:30:33 waratah 1.4.2.3.2.2: 12872:  Remove all interactive queries from the configure environment 2003/03/28 12:02:25 waratah 1.4.2.3.2.1: 8181:Ensure that 'set' paths like gcc home come before the inheritted parms

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7798c40829895d86014f5fa3dd6fdae0ab0003e1]

        INTEGRATION: CWS ooo20030412 (1.49.2.3.2); FILE MERGED 2003/04/16 12:12:10 waratah 1.49.2.3.2.6: COMPATH:  Back out incorrect changes 2003/04/16 10:36:45 waratah 1.49.2.3.2.5: COMPATH:  COrrect error idenitified by Kevin failing when there is a complete path 2003/04/04 14:21:31 waratah 1.49.2.3.2.4: 12442: remove gcc include path, not longer used in scripts 2003/04/02 13:01:08 waratah 1.49.2.3.2.3: 12442:  UPgrade warnings on required programs to errors Correct bug in configure that warn does not work with autoconf 1.5 get rid of trailing blanks from dump messages from set_soenv.in Remove bison_hairy and bison simple, no longer used create logic to set symbols or full debug as required. clean up logic on gcc version checking, added warning for gcc 2.95 to upgrade to gcc 3 if available 2003/03/31 14:30:32 waratah 1.49.2.3.2.2: 12872:  Remove all interactive queries from the configure environment 2003/03/28 11:58:43 waratah 1.49.2.3.2.1: 8181:Ensure that 'set' paths like gcc home come before the inheritted parms

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d284291d9671ac44ed683b5d10a8f830965732a5]

        INTEGRATION: CWS ooo20030412 (1.30.2.3.2); FILE MERGED 2003/04/16 12:15:08 waratah 1.30.2.3.2.6: COMPATH:  Back out incorrect changes 2003/04/16 10:37:23 waratah 1.30.2.3.2.5: COMPATH:  COrrect error idenitified by Kevin failing when there is a complete path 2003/04/04 14:21:59 waratah 1.30.2.3.2.4: 12442: remove gcc include path, not longer used in scripts 2003/04/02 13:03:17 waratah 1.30.2.3.2.3: 12442:  UPgrade warnings on required programs to errors Correct bug in configure that warn does not work with autoconf 1.5 Remove bison_hairy and bison simple, no longer used create logic to set symbols or full debug as required. clean up logic on gcc version checking, added warning for gcc 2.95 to upgrade to gcc 3 if available 2003/03/31 14:30:59 waratah 1.30.2.3.2.2: 12872:  Remove all interactive queries from the configure environment 2003/03/28 12:02:53 waratah 1.30.2.3.2.1: 8181:Ensure that 'set' paths like gcc home come before the inheritted parms

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [076ac7eab03abc9ab29c2e2a6f9b5af6dc9e4a76]

        INTEGRATION: CWS ooo20030412 (1.7.28); FILE MERGED 2003/04/07 15:36:34 mh 1.7.28.1: del: so_predeliver, #i9398#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [066d5ede58d7da2c059949b98f3d6ce4cbe665a2]

        INTEGRATION: CWS ooo20030412 (1.33.42); FILE MERGED 2003/04/01 09:56:08 mh 1.33.42.1: chg: to standard header includes, #i3557#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee9adb59cb39d2637a416cc343f1218f7dbe6285]

        INTEGRATION: CWS ooo20030412 (1.8.50); FILE MERGED 2003/04/02 12:37:37 waratah 1.8.50.1: 12879: disable target for freebsd only

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed4bcca22affc8b25758fb6ba23694b79820ab2d]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:47 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:30:30 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:45 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0377bd19ee58638761a1988c23454cc05f73e962]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:36:43 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:28:25 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:44 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [89b8529c20c2b4253f976ba8d9dd32a0165681fc]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:38:39 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:31:16 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:44 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d79c5ae0aa1926ac815c7422188233bc7da0a3e5]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:38:48 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:31:36 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:44 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [67be45b55de28a2da4babba42b9aab006c998dd3]

        INTEGRATION: CWS ooo20030412 (1.5.44); FILE MERGED 2003/04/28 13:37:39 mh 1.5.44.3: RESYNC: (1.8-1.9); FILE MERGED 2003/04/12 22:30:16 mh 1.5.44.2: RESYNC: (1.5-1.8); FILE MERGED 2003/04/11 11:38:43 mh 1.5.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [329992d1e7bb1e1eac0bcfec9bf09c0fafad7a3e]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:54 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:30:46 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:43 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [29969d8b485b8968a32602a155663a19e0aab142]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:35 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:43 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [95a564a1813d1e9ada95937c19a7ab0ffab1d203]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:29:33 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:42 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7bd31c495f7058466e808638cd9ee9a0446b0b8]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:38:56 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:31:41 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:42 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e7a5b6935ae0044991786e354276aadaaf44b1c]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:05 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:42 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [067b82a04c50aa50b7cf787c3607628f08a2d26c]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:29:08 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:41 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2518670a4a65cbf1a09b694c2fbf562ba05f61a]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:31:20 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:41 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [98fdf8bfa235b8345ba553edbe36c7aee0a2961a]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:31:46 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:41 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [75f60ff65e5f8df75c4130bde7acca5d60786cc0]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:16 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:29:46 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:40 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [eab45698958c8a680f715f49c6b7c779bf2c58b8]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:31:31 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:40 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [87ff8a3bd144ed024a764392af46d4976879824a]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:29:37 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:40 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b91e8b629d7e4ed18a9d3df147fe04ba5e877e8]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:29:13 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:39 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6215a0bbdf55ec9fc1526f7f0e7220c769873cd9]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:40 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:39 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fa691521b2469765f05910d75b4d8fb2a9e9dc3]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:28:54 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:39 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [64e895fce292d64759a195bf390c63c0bab986b5]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:31:26 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:38 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e923a665c3ac6425f0883675f447b97d0516872]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:22 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:29:51 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:38 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b949093e826e056e70c9dd8d4810137cc2806473]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:09 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:29:41 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:38 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [58d80d383a6304c389e0062468ec195f391da0f6]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:37:01 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:29:27 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:37 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfeafc1d7942b7268fdb09ab4ce9c5ccfcf27b91]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:26 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:37 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4665a471866f4fb747e9b341ebbd83839e3b4ce0]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:21 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:37 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [37ef919b2fff860001cec566c5897f24900fc2a2]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/12 22:30:11 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:36 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a98c8d609e68e44187b3dc190b7b54096037fa30]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:36:37 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:28:19 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:36 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5859c0096d8974ce8347bb49bd66bb4f0a0a5a6]

        INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED 2003/04/28 13:38:13 mh 1.2.44.3: RESYNC: (1.5-1.6); FILE MERGED 2003/04/12 22:31:01 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED 2003/04/11 11:38:36 mh 1.2.44.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4b8f1835c43d8cd62c73d9745c5468495de4607]

        INTEGRATION: CWS ooo20030412 (1.3.42); FILE MERGED 2003/04/28 13:33:41 mh 1.3.42.2: RESYNC: (1.5-1.6); FILE MERGED 2003/04/11 11:38:34 mh 1.3.42.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f423e1a02312bca01985a5657bdfe8c2f0f0951]

        INTEGRATION: CWS ooo20030412 (1.3.2.4.20); FILE MERGED 2003/04/11 09:25:20 mh 1.3.2.4.20.2: join: from ooo11beta 2003/03/27 11:37:09 waratah 1.3.2.4.20.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e1426b9f96659ac146327e8cd9c63d74cb793c6]

        INTEGRATION: CWS ooo20030412 (1.4.22.1.34); FILE MERGED 2003/04/11 09:25:19 mh 1.4.22.1.34.2: join: from ooo11beta 2003/03/27 11:37:07 waratah 1.4.22.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ae23f84d4ffd1e64e479ac5cf4d1764fdae63c3]

        INTEGRATION: CWS ooo20030412 (1.2.22.1.34); FILE MERGED 2003/04/11 09:25:18 mh 1.2.22.1.34.2: join: from ooo11beta 2003/03/27 11:37:07 waratah 1.2.22.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6baf1ab6fde263026d50f13b109a7fcb1cbd794]

        INTEGRATION: CWS ooo20030412 (1.3.36.1.34); FILE MERGED 2003/04/11 09:25:18 mh 1.3.36.1.34.2: join: from ooo11beta 2003/03/27 11:37:07 waratah 1.3.36.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d385893e21928ea7dd8d5fe712369679ddb842ae]

        INTEGRATION: CWS ooo20030412 (1.1.4.1.20); FILE MERGED 2003/03/27 11:37:06 waratah 1.1.4.1.20.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a002a1f0827ecf2fb426589b61b1a79b925a4b7]

        INTEGRATION: CWS ooo20030412 (1.1.4); FILE ADDED 2003/04/11 09:25:18 mh 1.1.4.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed0688fa6a1612a6bd2bd4fd1f27fef16dae3e93]

        INTEGRATION: CWS ooo20030412 (1.3.22.1.34); FILE MERGED 2003/04/11 09:25:17 mh 1.3.22.1.34.2: join: from ooo11beta 2003/03/27 11:37:06 waratah 1.3.22.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b535aa886c45c69e564e211a2f7a851aabb67076]

        INTEGRATION: CWS ooo20030412 (1.2.6.1.34); FILE MERGED 2003/04/11 09:25:17 mh 1.2.6.1.34.2: join: from ooo11beta 2003/03/27 11:37:06 waratah 1.2.6.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0f45589d9b644f3054323624e58e99a3a99041e]

        INTEGRATION: CWS ooo20030412 (1.9.20.1.34); FILE MERGED 2003/04/11 09:25:17 mh 1.9.20.1.34.2: join: from ooo11beta 2003/03/27 11:37:05 waratah 1.9.20.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [37472cc794fa32f0196d73cdf1bcd3f61ce678f5]

        INTEGRATION: CWS ooo20030412 (1.2.36.1.34); FILE MERGED 2003/04/11 09:25:16 mh 1.2.36.1.34.2: join: from ooo11beta 2003/03/27 11:37:05 waratah 1.2.36.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d16a104c9e655f646a4aab63cd244c55de4c84da]

        INTEGRATION: CWS ooo20030412 (1.12.12.4.20); FILE MERGED 2003/04/28 12:42:43 mh 1.12.12.4.20.5: readded: -g Switch for Linux, #i12442# 2003/04/14 11:24:02 mh 1.12.12.4.20.4: RESYNC: (1.12.12.4-1.15); FILE MERGED 2003/04/11 09:25:16 mh 1.12.12.4.20.3: join: from ooo11beta 2003/04/04 14:26:21 waratah 1.12.12.4.20.2: 12442: Allow symbols by configure option not default 2003/03/27 11:37:05 waratah 1.12.12.4.20.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f21a43f41a212a2a3d54230c36fdbdd9706bebae]

        INTEGRATION: CWS ooo20030412 (1.2.22.1.34); FILE MERGED 2003/04/11 09:25:15 mh 1.2.22.1.34.2: join: from ooo11beta 2003/03/27 11:37:03 waratah 1.2.22.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0ab59d71b2796ad9c28479c2cdc4ff1988094e5]

        INTEGRATION: CWS ooo20030412 (1.4.22.1.34); FILE MERGED 2003/03/27 11:37:03 waratah 1.4.22.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d243c4a9c0826fbd7316fe05d043d3cc717ad97]

        INTEGRATION: CWS ooo20030412 (1.5.22.1.34); FILE MERGED 2003/04/11 09:25:15 mh 1.5.22.1.34.2: join: from ooo11beta 2003/03/27 11:37:03 waratah 1.5.22.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e87fc8cd7fd5948f84c07f99bf96f569c0831d2]

        INTEGRATION: CWS ooo20030412 (1.2.76); FILE MERGED 2003/04/11 09:25:15 mh 1.2.76.2: join: from ooo11beta 2003/03/27 11:37:02 waratah 1.2.76.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd4b92954c299cb0b44d08d462fcd13073bcddbe]

        INTEGRATION: CWS ooo20030412 (1.5.68); FILE MERGED 2003/04/11 09:25:14 mh 1.5.68.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [28c2267dc856caf0980da20d3c0aef06235fc17c]

        INTEGRATION: CWS ooo20030412 (1.5.10.1.34); FILE MERGED 2003/04/11 09:25:14 mh 1.5.10.1.34.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f07f17868f2b9420b8f49c06fe4bed2343920fd2]

        INTEGRATION: CWS ooo20030412 (1.71.2.3.20); FILE MERGED 2003/04/11 09:25:14 mh 1.71.2.3.20.2: join: from ooo11beta 2003/03/31 19:00:59 vq 1.71.2.3.20.1: #12818 Hash signs need escaping.

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1942f06e75aadf58e739213a49c7045efd1e2645]

        INTEGRATION: CWS ooo20030412 (1.4.72); FILE MERGED 2003/04/11 09:25:13 mh 1.4.72.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cc4cdb0a4d11de7db4b0a75a368a9afacd554c6]

        INTEGRATION: CWS ooo20030412 (1.3.94); FILE MERGED 2003/04/11 09:25:13 mh 1.3.94.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [20f3b3a62b4a276d6739ed7ed28f76abb70b295d]

        INTEGRATION: CWS ooo20030412 (1.9.70); FILE MERGED 2003/04/11 09:25:12 mh 1.9.70.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e40496f741eda15b58d73c61197d8eb46dfbc246]

        INTEGRATION: CWS ooo20030412 (1.3.98); FILE MERGED 2003/04/11 09:25:12 mh 1.3.98.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [15059acebd7f9e14c02f7a5590b992d226b96ad5]

        INTEGRATION: CWS ooo20030412 (1.13.70); FILE MERGED 2003/04/11 09:25:12 mh 1.13.70.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [598ab48631258142f9f7b6022ab7db4045974189]

        INTEGRATION: CWS ooo20030412 (1.8.4.1.20); FILE MERGED 2003/04/11 09:25:11 mh 1.8.4.1.20.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bc9e1861afe8606af48437df788024f7819451e]

        INTEGRATION: CWS ooo20030412 (1.42.62); FILE MERGED 2003/04/14 11:20:16 mh 1.42.62.2: RESYNC: (1.42-1.43); FILE MERGED 2003/04/09 15:32:21 mh 1.42.62.1: chg: add FREEBSD, #i12879#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b46a9d3cae9594b062fdcd106d4be2bb28db8ba3]

        INTEGRATION: CWS ooo20030412 (1.2.60); FILE MERGED 2003/04/11 09:09:48 mh 1.2.60.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e446cc8c84b085de78af748c7f6aa40a874f7fea]

        INTEGRATION: CWS ooo20030412 (1.8.10.2.20); FILE MERGED 2003/04/15 11:15:09 mh 1.8.10.2.20.2: add: gcc 3.3 support, #i13400# 2003/04/02 14:04:39 waratah 1.8.10.2.20.1: Correct short library name for gcc 3.2.3

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ea65f7ffd7d23ccbef6b81a023f57336c6b3321]

        INTEGRATION: CWS ooo20030412 (1.37.2.2.20); FILE MERGED 2003/04/03 15:18:55 vq 1.37.2.2.20.3: #12004 Replace \ with \\. Fix for the previous patch. 2003/03/31 19:00:57 vq 1.37.2.2.20.2: #12818 Hash signs need escaping. 2003/03/27 08:41:41 vq 1.37.2.2.20.1: IZ12004: Fix a problem with APPxICON for W32-tcsh.

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcb9f9ae65a70f070d86f5c7677c3eb6a28ba9da]

        INTEGRATION: CWS ooo20030412 (1.128.2.5.4); FILE MERGED 2003/04/14 11:25:10 mh 1.128.2.5.4.4: RESYNC: (1.128.2.5-1.129); FILE MERGED 2003/04/11 09:26:04 mh 1.128.2.5.4.3: join: from ooo11beta 2003/04/11 09:25:09 mh 1.128.2.5.4.2: join: from ooo11beta 2003/04/04 14:26:21 waratah 1.128.2.5.4.1: 12442: Allow symbols by configure option not default

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6fe694b9a256c4bc12c1f5dadf44a5af5568f17]

        INTEGRATION: CWS ooo20030412 (1.1.1.1.108); FILE MERGED 2003/04/11 09:25:08 mh 1.1.1.1.108.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ec67880f49a6830fecbed0f2eb903f4f124d30d]

        INTEGRATION: CWS ooo20030412 (1.2.100); FILE MERGED 2003/04/11 09:25:08 mh 1.2.100.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [69be1c60e9033df07af0952f917ef402a8dba20d]

        INTEGRATION: CWS ooo20030412 (1.9.2.1.34); FILE MERGED 2003/04/11 09:25:07 mh 1.9.2.1.34.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9966e5cda59459c595aca02173ebc5d4dbc162f4]

        INTEGRATION: CWS ooo20030412 (1.69.2.3.20); FILE MERGED 2003/04/11 09:25:07 mh 1.69.2.3.20.2: join: from ooo11beta 2003/03/31 19:00:58 vq 1.69.2.3.20.1: #12818 Hash signs need escaping.

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8c4a5aad0f4de84a82acfe806fcdf0c509cd988]

        INTEGRATION: CWS ooo20030412 (1.36.2.2.20); FILE MERGED 2003/04/03 15:18:55 vq 1.36.2.2.20.3: #12004 Replace \ with \\. Fix for the previous patch. 2003/03/31 19:00:56 vq 1.36.2.2.20.2: #12818 Hash signs need escaping. 2003/03/27 08:41:41 vq 1.36.2.2.20.1: IZ12004: Fix a problem with APPxICON for W32-tcsh.

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e71268d80fc3ad3e49e7daf9046020bc81cb2d4d]

        INTEGRATION: CWS ooo20030412 (1.1.80); FILE MERGED 2003/04/09 12:21:05 mh 1.1.80.1: chg: add FREEBSD, #i12879#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [12401b9a21889b05f8eb6e2374675381322db664]

        INTEGRATION: CWS ooo20030412 (1.1.4.1.12); FILE MERGED 2003/04/07 01:16:36 waratah 1.1.4.1.12.1: 12879: Free bsd patches to intergate patches into the tree

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7994c036654aad6b5abd0a5fa2779ed83e6e067b]

        INTEGRATION: CWS ooo20030412 (1.7.2.1.34); FILE MERGED 2003/03/27 08:41:42 vq 1.7.2.1.34.1: IZ12004: Fix a problem with APPxICON for W32-tcsh.

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [66d8f5d761b71230d396c841440c26e6ba7e343b]

        INTEGRATION: CWS ooo20030412 (1.1.72); FILE MERGED 2003/04/01 15:47:24 mh 1.1.72.1: fix: some nasty bugs, #i12100#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f01cfcac3767c924c2edb0c4ac6111033644b163]

        INTEGRATION: CWS ooo20030412 (1.1.52); FILE MERGED 2003/04/28 12:49:03 mh 1.1.52.2: RESYNC: (1.1-1.2); FILE MERGED 2003/04/09 16:45:01 mh 1.1.52.1: add: patch for FreeBSD, #i12879#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b76e0bc754ef442300d93ebd0ec320797bef34ce]

        INTEGRATION: CWS ooo20030412 (1.14.8.6.2.5.24); FILE MERGED 2003/04/01 15:36:27 mh 1.14.8.6.2.5.24.1: fix for parallel dmake, #i11673#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [314a18f250e0136c822a39ea5287d48258159a5b]

        INTEGRATION: CWS ooo20030412 (1.7.30.1.12); FILE MERGED 2003/04/11 11:35:27 mh 1.7.30.1.12.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [694fe666ff9f2a7a9e9c904ef66f2f5307945824]

        INTEGRATION: CWS ooo20030412 (1.4.44); FILE MERGED 2003/04/09 12:38:01 mh 1.4.44.1: chg: use sal alloca, #i6842#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeff686f66010122bd679bbfbf90689b3485aa35]

        INTEGRATION: CWS ooo20030412 (1.28.2.1.12); FILE MERGED 2003/04/07 02:41:40 waratah 1.28.2.1.12.1: 12879: Free bsd patches to intergate patches into the tree

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8694ce8ec2beee748c5e566290d79d02b98c4772]

        INTEGRATION: CWS ooo20030412 (1.5.30); FILE MERGED 2003/04/09 12:35:30 mh 1.5.30.1: chg: use sal alloca, #i6842#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [04968ee0c4db7001ba2fee60b5bc993dee9b03d5]

        INTEGRATION: CWS ooo20030412 (1.1.1.1.68); FILE MERGED 2003/04/01 11:09:15 mh 1.1.1.1.68.1: chg: header to standard, #i3557#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe4225e248c165d02c4cfac8c2b07f0ba7c6848a]

        INTEGRATION: CWS ooo20030412 (1.8.40); FILE MERGED 2003/04/10 05:34:06 mh 1.8.40.1: chg: use sal alloca.h, #i6842#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [427fb8d958e1a07eaa1d0320ced0588336259490]

        INTEGRATION: CWS ooo20030412 (1.2.66); FILE MERGED 2003/04/10 05:34:05 mh 1.2.66.1: chg: use sal alloca.h, #i6842#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b3ee1ab79a249bdf27bf78de54f5ef3b722c0da]

        INTEGRATION: CWS ooo20030412 (1.3.44); FILE MERGED 2003/04/10 05:34:04 mh 1.3.44.1: chg: use sal alloca.h, #i6842#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [da4d8e4d99de9bf4329a9cbe288ef704b2b37e4d]

        INTEGRATION: CWS ooo20030412 (1.10.2.1.16); FILE MERGED 2003/04/12 14:38:25 mh 1.10.2.1.16.3: RESYNC: (1.10.2.1-1.12); FILE MERGED 2003/04/10 05:34:02 mh 1.10.2.1.16.2: chg: use sal alloca.h, #i6842# 2003/04/07 01:16:37 waratah 1.10.2.1.16.1: 12879: Free bsd patches to intergate patches into the tree

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5fe2f741ec3811acf90311b619464cb5e1cadf2]

        INTEGRATION: CWS ooo20030412 (1.10.2.1.16); FILE MERGED 2003/04/12 14:39:12 mh 1.10.2.1.16.2: RESYNC: (1.10.2.1-1.12); FILE MERGED 2003/04/10 05:34:01 mh 1.10.2.1.16.1: chg: use sal alloca.h, #i6842#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ca844f2abcc66144c091dc25171cc491411d763]

        INTEGRATION: CWS ooo20030412 (1.1.4); FILE ADDED 2003/04/11 09:09:46 mh 1.1.4.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1c33980e7d932b547d1331dd67c45721149c4c7]

        INTEGRATION: CWS ooo20030412 (1.1.4); FILE ADDED 2003/04/11 09:09:45 mh 1.1.4.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5e9363a3dc0c1230bed75ec4ba95bd3e4dc9645]

        INTEGRATION: CWS ooo20030412 (1.1.4); FILE ADDED 2003/04/11 09:09:44 mh 1.1.4.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [71137b13aa1ad14683ec2ba101de944f6674174f]

        INTEGRATION: CWS ooo20030412 (1.1.4.1.12); FILE MERGED 2003/04/10 05:34:00 mh 1.1.4.1.12.2: chg: use sal alloca.h, #i6842# 2003/04/07 01:16:36 waratah 1.1.4.1.12.1: 12879: Free bsd patches to intergate patches into the tree

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [59ed9f390149db984d93cf3a949d5cfe2efb299d]

        INTEGRATION: CWS ooo20030412 (1.1.4.1.12); FILE MERGED 2003/04/10 05:33:59 mh 1.1.4.1.12.1: chg: use sal alloca.h, #i6842#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [efcb2511eb7caf5873115b739679b81da198e272]

        INTEGRATION: CWS ooo20030412 (1.25.26); FILE MERGED 2003/04/14 16:57:44 mh 1.25.26.2: RESYNC: (1.25-1.26); FILE MERGED 2003/04/09 12:30:35 mh 1.25.26.1: chg: use sal alloca, #i6842#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [68467be45dafaefdfed34ee19d70ab9419d27f05]

        INTEGRATION: CWS ooo20030412 (1.9.26); FILE MERGED 2003/04/14 15:58:52 mh 1.9.26.1: chg: for gcc 3.3, #i13400#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5311ead3c2f9fc4cd9fd23ebd0080c7aa0eb481b]

        INTEGRATION: CWS ooo20030412 (1.13.4.1.10); FILE MERGED 2003/04/11 09:07:43 mh 1.13.4.1.10.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d21cc96c2951d8d643edaf45c65b0b63a46235a]

        INTEGRATION: CWS ooo20030412 (1.3.74); FILE MERGED 2003/03/25 21:05:19 khendricks 1.3.74.1: adding in boost to dependency list to force it to be build and delivered first.
        
        approved on dev@porting mailing list

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f60269e96e9198d53b98c4c6fb7acfa084b62f]

        INTEGRATION: CWS ooo20030412 (1.3.14.1.12); FILE MERGED 2003/04/02 12:32:22 waratah 1.3.14.1.12.1: 12879: Reorder the libraries specifically for freebsd

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3862260eeb177a9491c7103ee6b6d12d2009e63]

        INTEGRATION: CWS ooo20030412 (1.1.1.1.58); FILE MERGED 2003/04/01 10:09:08 mh 1.1.1.1.58.1: chg: to standard header includes, #i3557#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a995a9827dea91e4dd455337052f4eb3909fd989]

        INTEGRATION: CWS ooo20030412 (1.1.1.1.58); FILE MERGED 2003/04/01 10:09:07 mh 1.1.1.1.58.1: chg: to standard header includes, #i3557#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eeff6fd422dbfc79260938f4f2177a5f08306fb]

        INTEGRATION: CWS ooo20030412 (1.5.48); FILE MERGED 2003/04/01 10:07:31 mh 1.5.48.1: chg: to standard header includes, #i3557#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ca6d99ac6a87e1ae3addaeb1663d370fa1b63a1]

        INTEGRATION: CWS ooo20030412 (1.3.48); FILE MERGED 2003/04/01 10:07:31 mh 1.3.48.1: chg: to standard header includes, #i3557#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [da4f2b8ccf864b4b4fd8dc97e3f5042adadca96f]

        INTEGRATION: CWS ooo20030412 (1.16.20.3.24); FILE MERGED 2003/04/11 11:41:53 mh 1.16.20.3.24.1: join: from ooo11beta

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [28836b6c02c82dda621c672d978ad3f687d95323]

        INTEGRATION: CWS ooo20030412 (1.16.88); FILE MERGED 2003/04/17 14:54:12 mh 1.16.88.1: fix: preproc 3.3 concat. problem, #i13400#

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f5e6fa796326f6ec5fa5fa91d1ddf1a89e6c7cf]

        INTEGRATION: CWS ooo20030412 (1.11.24); FILE MERGED 2003/03/28 11:18:58 waratah 1.11.24.1: 12442: Correct build under no-rtti and gcc 3.2

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [12279101da65eb32780fcf83084613a1611d834c]

        INTEGRATION: CWS ooo20030412 (1.3.20.1.10); FILE MERGED 2003/03/28 11:19:00 waratah 1.3.20.1.10.1: 12442: Correct build under no-rtti and gcc 3.2

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [65f586e823ce8f028aeac7969e027c8f7d02eb2f]

        INTEGRATION: CWS ooo20030412 (1.6.24); FILE MERGED 2003/03/28 11:18:59 waratah 1.6.24.1: 12442: Correct build under no-rtti and gcc 3.2

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1b29740e003202c64f673680ea6d08d1f02c653]

        INTEGRATION: CWS ooo20030412 (1.6.24); FILE MERGED 2003/03/28 11:18:58 waratah 1.6.24.1: 12442: Correct build under no-rtti and gcc 3.2

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f848dc7715c01460d7fe5734d68b2336d206e37]

        INTEGRATION: CWS ooo20030412 (1.3.2); FILE MERGED 2003/04/14 16:34:48 mh 1.3.2.1: chg: missing dependency

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [70b6bce45e30ba94d0183f9563ccc82be599e0ef]

        INTEGRATION: CWS apps61beta2 (1.8.52); FILE MERGED 2003/04/11 06:20:33 oj 1.8.52.1: #108711# use jvmaccess for jvm

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbffeb3f43cb7546aee17c82eb884456d8734eb6]

        INTEGRATION: CWS apps61beta2 (1.96.2.1.30); FILE MERGED 2003/04/15 13:30:42 bm 1.96.2.1.30.2: RESYNC: (1.96.2.1-1.98); FILE MERGED 2003/04/10 18:13:58 cl 1.96.2.1.30.1: #108534# set paragraph depth before setting hard attributes

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7faef091d85ce5932cb3e6788ee2c1a6d4e20495]

        INTEGRATION: CWS apps61beta2 (1.13.106); FILE MERGED 2003/04/10 18:22:11 cl 1.13.106.1: #108540# import even context for 3d scene also

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f246050eb7d0cde19bbe4e19b7f9e9728d0cfdb8]

        INTEGRATION: CWS apps61beta2 (1.68.2.1.32); FILE MERGED 2003/04/15 13:41:49 bm 1.68.2.1.32.2: RESYNC: (1.68.2.1-1.70); FILE MERGED 2003/04/14 08:53:25 mib 1.68.2.1.32.1: #108885#: release styles when model is disposed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [32b0418bac5a2f1579290edd23c8604f970bf33d]

        INTEGRATION: CWS apps61beta2 (1.20.54); FILE MERGED 2003/04/07 09:32:16 oj 1.20.54.1: #i13111# correct index of varchar string

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [30b3b5684a8d1ba8f79fde5d40b1c62e579a7f47]

        INTEGRATION: CWS apps61beta2 (1.34.52); FILE MERGED 2003/04/07 09:32:15 oj 1.34.52.1: #i13111# correct index of varchar string

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ef66a8a229e8cbebca0f0f071d0783e351b4a1c]

        INTEGRATION: CWS apps61beta2 (1.7.58); FILE MERGED 2003/04/14 08:10:48 fs 1.7.58.1: #11897# (on behalf of fx139883@openoffice.org): replace linebreaks with whitespaces in address values

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [241c0c73a10427799d673141522d42fcec035b8f]

        INTEGRATION: CWS apps61beta2 (1.57.2); FILE MERGED 2003/04/15 17:04:41 bm 1.57.2.2: RESYNC: (1.57-1.58); FILE MERGED 2003/04/10 11:17:09 oj 1.57.2.1: #i13241# check join types

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [69218ecabe1356b88fff4c3f3983b52c30ea3d99]

        INTEGRATION: CWS apps61beta2 (1.63.2); FILE MERGED 2003/04/15 17:09:18 bm 1.63.2.3: RESYNC: (1.63-1.64); FILE MERGED 2003/04/09 09:59:55 oj 1.63.2.2: i12747# unnescessary select stmt calls removed 2003/04/04 07:10:52 oj 1.63.2.1: #108617# wrong end submitted to fill call

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5919b0465d5f66b2d0ea72e9a16b7c370a979ce4]

        INTEGRATION: CWS apps61beta2 (1.14.64); FILE MERGED 2003/04/10 11:20:01 oj 1.14.64.1: #i13241# jetengine support outer joins

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [54e34db78fc59eeb81891881085f60174468e1e7]

        INTEGRATION: CWS apps61beta2 (1.6.6); FILE MERGED 2003/04/09 11:14:15 oj 1.6.6.1: i12747# unnescessary select stmt calls removed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [eea700722ce32f2f441a21b4909b8767ef233fba]

        INTEGRATION: CWS apps61beta2 (1.1.52); FILE MERGED 2003/04/09 11:14:15 oj 1.1.52.1: i12747# unnescessary select stmt calls removed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e80e9d506c6f738486684cc30c3c990d961c6d5f]

        INTEGRATION: CWS apps61beta2 (1.21.6); FILE MERGED 2003/04/09 11:14:14 oj 1.21.6.1: i12747# unnescessary select stmt calls removed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [08301539377aa308ce6172cefb707ec838afe7c2]

        INTEGRATION: CWS apps61beta2 (1.1.52); FILE MERGED 2003/04/09 11:14:14 oj 1.1.52.1: i12747# unnescessary select stmt calls removed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1ccd5b43ceca907ce222ffcb39c1ebbdfa3139a]

        INTEGRATION: CWS apps61beta2 (1.32.2.5.54); FILE MERGED 2003/04/15 16:45:42 bm 1.32.2.5.54.2: RESYNC: (1.32.2.5-1.34); FILE MERGED 2003/04/08 11:35:18 sab 1.32.2.5.54.1: #107392#; correct the namespace of the supported namespace

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [56a5192fd36b99dfdd7d22285b4c188da4cb15fd]

        INTEGRATION: CWS apps61beta2 (1.19.2.2.42); FILE MERGED 2003/04/14 13:03:39 dr 1.19.2.2.42.1: #108812# getCharacterBounds accepts position behind text

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0867e7228ac1e382a91709ca4a477b12ebdbd237]

        INTEGRATION: CWS apps61beta2 (1.86.2.2.32); FILE MERGED 2003/04/15 11:03:00 bm 1.86.2.2.32.2: RESYNC: (1.86.2.2-1.89); FILE MERGED 2003/04/11 11:17:41 pb 1.86.2.2.32.1: fix: #i10258# handle <STRG><P> for print

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c230b638dea660329d4458087dbd1b65fd0aa24]

        INTEGRATION: CWS apps61beta2 (1.32.2.3.46); FILE MERGED 2003/04/15 11:05:28 bm 1.32.2.3.46.2: RESYNC: (1.32.2.3-1.34); FILE MERGED 2003/04/14 10:27:56 os 1.32.2.3.46.1: #108823# Record parameter 'Quiet' in search functions

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [465cf674e8118922029e7e117fdae91e887bcee0]

        INTEGRATION: CWS apps61beta2 (1.11.2); FILE MERGED 2003/04/01 10:56:20 oj 1.11.2.1: #108512# correct precision handling

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c406623b2f241b046f0f274eb98b13a378d3bfe]

        INTEGRATION: CWS apps61beta2 (1.6.52); FILE MERGED 2003/04/10 11:16:27 oj 1.6.52.1: #i13241# check if driver supports outer joins if not diasble listbox

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [aceee7548372cbdbd8e39b385dc8b01ed30854ff]

        INTEGRATION: CWS apps61beta2 (1.46.2); FILE MERGED 2003/04/15 17:04:47 bm 1.46.2.2: RESYNC: (1.46-1.47); FILE MERGED 2003/04/14 11:36:16 oj 1.46.2.1: #108894# fallback for tablename corrected

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [17dfecac20f2f79ca8290145fe5f19593ddf7630]

        INTEGRATION: CWS apps61beta2 (1.20.56); FILE MERGED 2003/04/11 13:04:04 oj 1.20.56.1: #108840# grabfocus when switching view

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2db31b04eb0208a9e9baddb0d619961f4c44d590]

        INTEGRATION: CWS apps61beta2 (1.50.54); FILE MERGED 2003/04/04 10:37:14 oj 1.50.54.1: #108620# check if current entry is the changed one

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5142d7379c744481fd3964099dd93ed02bebe05]

        INTEGRATION: CWS apps61beta2 (1.20.2); FILE MERGED 2003/04/10 11:47:44 oj 1.20.2.1: #108805# disable name checking for queries

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaecbc3e92a2b7f47a2189f931874fe01457d243]

        INTEGRATION: CWS apps61beta2 (1.148.2); FILE MERGED 2003/04/15 17:09:02 bm 1.148.2.3: RESYNC: (1.148-1.149); FILE MERGED 2003/04/09 08:45:24 oj 1.148.2.2: impl method instead of function isCurrentlyDisplayedChanged 2003/04/04 10:37:15 oj 1.148.2.1: #108620# check if current entry is the changed one

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ad3cb9f67dc25b1f29816a6098484904da4fb1a]

        INTEGRATION: CWS apps61beta2 (1.20.52); FILE MERGED 2003/04/09 09:59:57 oj 1.20.52.1: i12747# unnescessary select stmt calls removed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [041373615f33e33b63b8e3b525017fe8b6cc6960]

        INTEGRATION: CWS apps61beta2 (1.46.52); FILE MERGED 2003/04/09 09:59:56 oj 1.46.52.1: i12747# unnescessary select stmt calls removed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [01b5db4cc7c2fff0da7392d589abe12892637b06]

        INTEGRATION: CWS apps61beta2 (1.20.2); FILE MERGED 2003/04/09 09:59:55 oj 1.20.2.1: i12747# unnescessary select stmt calls removed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8d137eb0c89aa8ba242e631bbb8c6e031541a8d]

        INTEGRATION: CWS apps61beta2 (1.66.2); FILE MERGED 2003/04/15 17:09:11 bm 1.66.2.2: RESYNC: (1.66-1.67); FILE MERGED 2003/04/09 09:59:54 oj 1.66.2.1: i12747# unnescessary select stmt calls removed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [106e8c0bc301b6ee743e796c8c2f1eb8607a1950]

        INTEGRATION: CWS apps61beta2 (1.118.2); FILE MERGED 2003/04/09 09:59:54 oj 1.118.2.1: i12747# unnescessary select stmt calls removed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [77fa7cb4ee990a2ba0cd77fb4944511c7aafa7cb]

        INTEGRATION: CWS apps61beta2 (1.36.4.2.12); FILE MERGED 2003/04/07 11:15:32 mav 1.36.4.2.12.1: #i11755# use correct type

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e082dee2e1752f80c41674f8782c7f568857482b]

        INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED 2003/04/08 11:38:05 sab 1.1.2.1: #107392#; there were some component descriptions missing

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dba6dce2201ad67b76756c02fb59f025b6359ef]

        INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED 2003/04/08 11:38:04 sab 1.1.2.1: #107392#; there were some component descriptions missing

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e76f6539bc3d948dc3848a972b30fe4f246e4a0]

        INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED 2003/04/08 11:38:03 sab 1.1.2.1: #107392#; there were some component descriptions missing

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2e6152d5484729a8028ee41765cb4e333b407b2]

        INTEGRATION: CWS apps61beta2 (1.17.102); FILE MERGED 2003/04/15 09:29:11 bm 1.17.102.2: RESYNC: (1.17-1.18); FILE MERGED 2003/04/08 18:04:27 nn 1.17.102.1: #i13041# copy protection settings when copying sheet

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a01137d212a62f114f7ef200d2a5223cf3a26c38]

        INTEGRATION: CWS apps61beta2 (1.7.102); FILE MERGED 2003/04/04 10:37:32 sab 1.7.102.1: #108624#; test whether the name is always Dim aRefPos As New com.sun.star.table.CellAddress

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6768079c53ad42cf62291062b0012e160187f8a4]

        INTEGRATION: CWS apps61beta2 (1.7.120); FILE MERGED 2003/04/08 18:04:59 nn 1.7.120.1: #i13041# copy protection settings when copying sheet

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e6394289d844b32e4299e76fc8d02cffc45f48a]

        INTEGRATION: CWS apps61beta2 (1.5.2.1.40); FILE MERGED 2003/04/08 15:47:58 dr 1.5.2.1.40.1: #107054# fixes in XAccessibleText

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [92a2c6818e2842409eebc18e17255d07afed4f9b]

        INTEGRATION: CWS apps61beta2 (1.22.2.1.42); FILE MERGED 2003/04/15 09:47:04 bm 1.22.2.1.42.2: RESYNC: (1.22.2.1-1.23); FILE MERGED 2003/04/11 13:25:22 er 1.22.2.1.42.1: #i13176 Sylk2Doc: get number formats right

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [19741c45a81011c083450bb0826fe93589a49bbb]

        INTEGRATION: CWS apps61beta2 (1.9.108); FILE MERGED 2003/04/08 18:03:58 nn 1.9.108.1: #i13041# copy protection settings when copying sheet

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bd5751e6f9b7dab5462da322f0e09b57c98928e]

        INTEGRATION: CWS apps61beta2 (1.41.2.1.40); FILE MERGED 2003/04/15 09:46:49 bm 1.41.2.1.40.3: RESYNC: (1.41.2.1-1.43); FILE MERGED 2003/04/10 13:31:15 sab 1.41.2.1.40.2: #i925#; test whether cell is editable and notifing Accessibility is not neccessary on XML import 2003/04/03 18:38:44 nn 1.41.2.1.40.1: #i12940# ClearItems: always use multi selection

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [774f3d21e8687a44b273e117b0b90ee50a6af3fa]

        INTEGRATION: CWS apps61beta2 (1.16.8.1.24); FILE MERGED 2003/04/10 12:38:34 dr 1.16.8.1.24.1: #108818# enable 'Other' checkbox on entering text

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c72f29b8d8acbaed4da98dd0247fcdd21b710f4c]

        INTEGRATION: CWS apps61beta2 (1.19.102); FILE MERGED 2003/04/14 13:54:59 nn 1.19.102.1: #107722# use CreateTransferable instead of Write for EditEngine format

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d9ee1fd095d07487f69514ab52a6ff2ad1ecbd2]

        INTEGRATION: CWS apps61beta2 (1.44.2.2.40); FILE MERGED 2003/04/14 14:11:41 nn 1.44.2.2.40.1: #107722# format input line EditEngine in DataChanged

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7174df0dd7c51d751ba3183269e7c4e4219f730]

        INTEGRATION: CWS apps61beta2 (1.56.4.1.70); FILE MERGED 2003/04/15 09:52:25 bm 1.56.4.1.70.2: RESYNC: (1.56.4.1-1.58); FILE MERGED 2003/04/03 16:08:22 sab 1.56.4.1.70.1: #108480#; only do something if the object lies direct on the page

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [23d202343ae77dfc0cab91e200840eb5aeaa2d2d]

        INTEGRATION: CWS apps61beta2 (1.9.2.3.22); FILE MERGED 2003/04/08 15:48:08 dr 1.9.2.3.22.1: #107054# fixes in XAccessibleText

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [eeb255f1c2bd486b27d76c7d680d315de9c12d45]

        INTEGRATION: CWS apps61beta2 (1.70.4.1.42); FILE MERGED 2003/04/14 09:32:59 sab 1.70.4.1.42.1: #i925#; switch between the attributes by the length to decrease the IsXMLToken call count

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7c5f01d112b726b93a2f107be810bc069975608]

        INTEGRATION: CWS apps61beta2 (1.46.2.2.2.3.22); FILE MERGED 2003/04/11 11:43:59 dr 1.46.2.2.2.3.22.2: #108487# export of column width 2003/04/10 12:51:34 dr 1.46.2.2.2.3.22.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9251d243bd046037aacc0b00f2b3a59a50cb5ea1]

        INTEGRATION: CWS apps61beta2 (1.1.4.2.24); FILE MERGED 2003/04/11 11:43:44 dr 1.1.4.2.24.2: #108487# export of column width 2003/04/10 12:50:17 dr 1.1.4.2.24.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [118b4411136a3e48907b7bd447b08a2379adaef8]

        INTEGRATION: CWS apps61beta2 (1.1.4.2.22); FILE MERGED 2003/04/14 08:54:23 dr 1.1.4.2.22.3: #108863# set maxpos in export 2003/04/11 11:43:44 dr 1.1.4.2.22.2: #108487# export of column width 2003/04/10 12:50:17 dr 1.1.4.2.22.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a43dfc15b311ca514bb93b1c10030d5448a9a798]

        INTEGRATION: CWS apps61beta2 (1.3.4.2.24); FILE MERGED 2003/04/11 11:43:43 dr 1.3.4.2.24.2: #108487# export of column width 2003/04/10 12:50:16 dr 1.3.4.2.24.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [28701c9ac68c9026fa7b568337d7fe2c1d5380ab]

        INTEGRATION: CWS apps61beta2 (1.1.4.2.22); FILE MERGED 2003/04/17 07:40:45 bm 1.1.4.2.22.5: merge problems 2003/04/15 10:03:48 bm 1.1.4.2.22.4: RESYNC: (1.1.4.2-1.3); FILE MERGED 2003/04/11 11:43:43 dr 1.1.4.2.22.3: #108487# export of column width 2003/04/10 13:25:06 dr 1.1.4.2.22.2: #105933# set 'Asian vertical' item 2003/04/10 12:50:16 dr 1.1.4.2.22.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [59fb1c8eebb0509e985957eee26b597817035292]

        INTEGRATION: CWS apps61beta2 (1.2.4.2.22); FILE MERGED 2003/04/15 10:02:59 bm 1.2.4.2.22.3: RESYNC: (1.2.4.2-1.4); FILE MERGED 2003/04/11 11:43:42 dr 1.2.4.2.22.2: #108487# export of column width 2003/04/10 12:50:14 dr 1.2.4.2.22.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3a72d200712c35d843633d2d4abd2b376d7f436]

        INTEGRATION: CWS apps61beta2 (1.5.34.1.76); FILE MERGED 2003/04/09 13:54:07 dr 1.5.34.1.76.1: #108269# do not insert empty line in front of <body>

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f89ede8ccf294933ccb7a411874102f2a41a297]

        INTEGRATION: CWS apps61beta2 (1.27.2.3.22); FILE MERGED 2003/04/11 11:43:42 dr 1.27.2.3.22.2: #108487# export of column width 2003/04/10 12:50:10 dr 1.27.2.3.22.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [84c2da6fc9d025d55e2788c6023c6c769d4f6a7f]

        INTEGRATION: CWS apps61beta2 (1.35.4.2.24); FILE MERGED 2003/04/11 11:43:42 dr 1.35.4.2.24.1: #108487# export of column width

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [23feb744314130fe66b26d3f6740079722faba88]

        INTEGRATION: CWS apps61beta2 (1.12.4.2.54); FILE MERGED 2003/04/09 13:54:47 dr 1.12.4.2.54.1: #108269# do not insert empty line in front of <body>

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f221759efccb7feb4085732d599e8fd76cf23cea]

        INTEGRATION: CWS apps61beta2 (1.1.4.2.24); FILE MERGED 2003/04/17 07:40:44 bm 1.1.4.2.24.4: merge problems 2003/04/15 10:10:06 bm 1.1.4.2.24.3: RESYNC: (1.1.4.2-1.3); FILE MERGED 2003/04/11 11:43:06 dr 1.1.4.2.24.2: #108487# export of column width 2003/04/10 12:46:21 dr 1.1.4.2.24.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed0bedd802b83062168e8c37c33d8d07ef92cd65]

        INTEGRATION: CWS apps61beta2 (1.1.4.2.22); FILE MERGED 2003/04/14 08:54:14 dr 1.1.4.2.22.3: #108863# set maxpos in export 2003/04/11 11:43:05 dr 1.1.4.2.22.2: #108487# export of column width 2003/04/10 12:46:21 dr 1.1.4.2.22.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [009bcdfeff4a82a690b816b8a8e32271094a23dc]

        INTEGRATION: CWS apps61beta2 (1.2.4.3.22); FILE MERGED 2003/04/17 07:40:44 bm 1.2.4.3.22.6: merge problems 2003/04/15 10:09:45 bm 1.2.4.3.22.5: RESYNC: (1.2.4.3-1.4); FILE MERGED 2003/04/11 11:43:04 dr 1.2.4.3.22.4: #108487# export of column width 2003/04/10 14:01:58 dr 1.2.4.3.22.3: #108781# do not apply CAS in empty cells 2003/04/10 13:25:20 dr 1.2.4.3.22.2: #105933# set 'Asian vertical' item 2003/04/10 12:46:19 dr 1.2.4.3.22.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2a33253525585fa6e683e9dbe00fed7ebea56fc]

        INTEGRATION: CWS apps61beta2 (1.3.4.3.22); FILE MERGED 2003/04/11 11:43:04 dr 1.3.4.3.22.2: #108487# export of column width 2003/04/10 12:46:18 dr 1.3.4.3.22.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [440af968a2324d237b6663e97474e8ce777e49ed]

        INTEGRATION: CWS apps61beta2 (1.44.2.3.38); FILE MERGED 2003/04/11 11:43:03 dr 1.44.2.3.38.2: #108487# export of column width 2003/04/10 12:46:15 dr 1.44.2.3.38.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f969efbda456a2c5957de34890ce9009a84a01a9]

        INTEGRATION: CWS apps61beta2 (1.54.4.2.2.4.22); FILE MERGED 2003/04/11 11:43:02 dr 1.54.4.2.2.4.22.2: #108487# export of column width 2003/04/10 12:46:14 dr 1.54.4.2.2.4.22.1: #105933# needs changes from CWS calc06 (#107688#)

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d71e331d0ca5f2692fad1e15f1218eb628587c5]

        INTEGRATION: CWS apps61beta2 (1.37.2.1.2.3.22); FILE MERGED 2003/04/11 11:43:01 dr 1.37.2.1.2.3.22.3: #108487# export of column width 2003/04/10 12:46:12 dr 1.37.2.1.2.3.22.2: #105933# needs changes from CWS calc06 (#107688#) 2003/04/04 17:09:38 jmarmion 1.37.2.1.2.3.22.1: #108348# fix the output of all CONDFMT and CFs records for each sheet

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a528f7dd018e3efb1f944dcbe3cbb214038513b]

        INTEGRATION: CWS apps61beta2 (1.49.2.3.2.5.24); FILE MERGED 2003/04/10 12:46:10 dr 1.49.2.3.2.5.24.3: #105933# needs changes from CWS calc06 (#107688#) 2003/04/07 16:22:37 dr 1.49.2.3.2.5.24.2: #108701# function param count 2003/04/07 16:19:17 dr 1.49.2.3.2.5.24.1: #108701# function param count, ISHYPERLINK

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a0b5039a5a23843a0f1f1116e55f858206496ac]

        INTEGRATION: CWS apps61beta2 (1.23.2.4.2); FILE MERGED 2003/04/15 10:12:17 bm 1.23.2.4.2.2: RESYNC: (1.23.2.4-1.25); FILE MERGED 2003/04/10 17:49:57 er 1.23.2.4.2.1: #108657# ScTableOp: reset all dirtyvars if done

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9641d83e70dc13f4909cb6755b9277dd87a9fb2]

        INTEGRATION: CWS apps61beta2 (1.4.110); FILE MERGED 2003/04/02 13:19:20 nn 1.4.110.1: #108105# changed default for UsePrinterMetrics to false

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bd25ae5e5f37ca947a92e6e5aa48eca1e989f66]

        INTEGRATION: CWS apps61beta2 (1.13.2.1.42); FILE MERGED 2003/04/09 16:20:46 er 1.13.2.1.42.1: #i13161# DoSubTotals: No group change on rows that will contain subtotal formulas

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e12ee3db36fb4714925a8431b8ca75a94477c8b]

        INTEGRATION: CWS apps61beta2 (1.5.128); FILE MERGED 2003/04/04 13:17:10 nn 1.5.128.1: #108374# if UI language is Korean, also get latin default font for Korean

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [af087980b704f82bad1630959a27eeaed7d874de]

        INTEGRATION: CWS apps61beta2 (1.9.30.1.42); FILE MERGED 2003/04/04 17:08:23 jmarmion 1.9.30.1.42.1: #108348# fix the output of all CONDFMT and CFs records for each sheet

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f567d9dbdc30572ed363932333d872822d39540c]

        INTEGRATION: CWS apps61beta2 (1.1.4.1.76); FILE MERGED 2003/04/10 17:53:31 er 1.1.4.1.76.1: #108657# make sure that aNotifiedFormulaCells are never copied

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5d4ae83f1f1205e145a374a40f2abf4214526b0]

        INTEGRATION: CWS apps61beta2 (1.21.2.1.40); FILE MERGED 2003/04/07 14:19:00 er 1.21.2.1.40.1: #107998# Don't ignore Width and Kana in transliteration

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [49aff7c0fd5c7211c7e3af10d5700ff053616a0f]

        INTEGRATION: CWS apps61beta2 (1.64.2.2.38); FILE MERGED 2003/04/04 17:05:13 jmarmion 1.64.2.2.38.1: #108348# fix the output of all CONDFMT and CFs records for each sheet

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [63aadf3febb0b494a63998e1800af231f5574deb]

        INTEGRATION: CWS apps61beta2 (1.9.104); FILE MERGED 2003/04/10 17:52:31 er 1.9.104.1: #108657# add ResetTableOpDirtyVar

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [19a42ff749e897d6e446def90660b8194340ac14]

        INTEGRATION: CWS apps61beta2 (1.17.96); FILE MERGED 2003/04/15 15:25:01 cl 1.17.96.1: #108874# do not toogle right to left and left to right buttons

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a183b9289509425a06424620e5a3d9086b66b58]

        INTEGRATION: CWS apps61beta2 (1.42.2.1.56); FILE MERGED 2003/04/15 15:58:44 bm 1.42.2.1.56.2: RESYNC: (1.42.2.1-1.44); FILE MERGED 2003/04/11 12:28:36 cl 1.42.2.1.56.1: #108480# check if we have a page

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [34e3e6bf7d8a0dfd25dfe0ab007f7787bb8b0698]

        INTEGRATION: CWS apps61beta2 (1.102.6.1.56); FILE MERGED 2003/04/15 15:58:27 bm 1.102.6.1.56.4: RESYNC: (1.102.6.1-1.104); FILE MERGED 2003/04/11 12:28:36 cl 1.102.6.1.56.3: #108480# check if we have a page 2003/04/11 10:48:50 cl 1.102.6.1.56.2: #108480# do not remove us from our SdrObject, even if its going to die 2003/04/10 14:51:48 cl 1.102.6.1.56.1: #108654# fixed identifier for scene objects

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7b4b16b77028ddc84a2940c8da685b6a0e2f436]

        INTEGRATION: CWS apps61beta2 (1.54.2.5.2); FILE MERGED 2003/04/11 12:27:39 cl 1.54.2.5.2.1: #108480# dispose XShape in d'tor

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [25bf1e6a03b3e6f093de1b27c59aa57263280a90]

        INTEGRATION: CWS apps61beta2 (1.5.180); FILE MERGED 2003/03/31 16:36:39 nn 1.5.180.1: #i12794# no OutputToScreenPixel for PopupMenu position

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [53cbc400e2aae17cb54aba3be5222e830c38bf09]

        INTEGRATION: CWS apps61beta2 (1.50.8.2.56); FILE MERGED 2003/04/10 18:18:06 cl 1.50.8.2.56.1: #108534# removed changes from #107190#, fixed in xmloff\txtimp.cxx now

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9c2bec0b0829cfc3cb98d3fa6741a9043a2a1ec]

        INTEGRATION: CWS apps61beta2 (1.77.2.1.56); FILE MERGED 2003/04/14 13:54:03 nn 1.77.2.1.56.1: #107722# added CreateTransferable

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7367aa7d9852b235038bcaf6eefca8d468f66ab3]

        INTEGRATION: CWS apps61beta2 (1.35.150); FILE MERGED 2003/04/15 16:39:53 bm 1.35.150.2: RESYNC: (1.35-1.36); FILE MERGED 2003/04/11 07:25:57 pb 1.35.150.1: fix: #106637# set alignment when textdirection changes

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [95963b0f9c704d71f3dec5567bc531cc3313eb3c]

        INTEGRATION: CWS apps61beta2 (1.12.6.2.62); FILE MERGED 2003/04/15 16:29:32 bm 1.12.6.2.62.2: RESYNC: (1.12.6.2-1.13); FILE MERGED 2003/04/09 14:00:59 dr 1.12.6.2.62.1: #108705# vert. align: check state of correct listbox

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [55607fbce41fbcd7db942509d24e2e857532fa1f]

        INTEGRATION: CWS apps61beta2 (1.23.6.3.2); FILE MERGED 2003/04/15 16:47:55 bm 1.23.6.3.2.2: RESYNC: (1.23.6.3-1.27); FILE MERGED 2003/03/27 18:09:04 af 1.23.6.3.2.1: #108434# Do not dispose accessibility objects for which there is no UNO Shape.

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [022a76d967de47a8b28dc717e08392120a6513f2]

        INTEGRATION: CWS apps61beta2 (1.38.2.3.2); FILE MERGED 2003/04/15 16:46:54 bm 1.38.2.3.2.2: RESYNC: (1.38.2.3-1.40); FILE MERGED 2003/04/11 10:49:28 cl 1.38.2.3.2.1: #108480# it is possible that an XShape has no SdrObject any longer

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c88770ee3b0a3e8e69bc22f671dee8de7851a411]

        INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED 2003/04/14 15:41:44 er 1.1.2.2: #i3914# correct Collator ID from old to new structure 2003/04/11 19:50:19 er 1.1.2.1: #i3914# Ukrainian locale data, still not fully adapted. For example, <ReservedWords> entities need translation, for other remaining issues see comments in i3914

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0dfbfd031137d1c19e65d7ffe393b3c762f8bfa]

        INTEGRATION: CWS apps61beta2 (1.62.140); FILE MERGED 2003/04/15 11:51:21 bm 1.62.140.3: RESYNC: (1.62-1.65); FILE MERGED 2003/04/14 11:21:55 hbrinkm 1.62.140.2: #108146# call to RedlineAdjustStartNodeCursor moved 2003/04/14 08:51:28 mib 1.62.140.1: #108885#: reelease shape import in end document rather than in destructor

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [08ac6289d7daa9d1588fd6128b6be5f7c3f68494]

        INTEGRATION: CWS apps61beta2 (1.6.44); FILE MERGED 2003/04/14 16:20:12 er 1.6.44.1: #i7926# correct date format codes

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1df77ceb890c0684b51983683ca74a40023acd2]

        INTEGRATION: CWS apps61beta2 (1.13.6.1.2.1.4); FILE MERGED 2003/04/11 19:51:13 er 1.13.6.1.2.1.4.2: #i3914# uk_UA 2003/04/11 18:58:01 er 1.13.6.1.2.1.4.1: #i6165# lt_LT; #i12938# lv_LV

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc3d1d7bc0348ba5958f60264d00cd844950fae0]

        INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED 2003/04/14 15:40:05 er 1.1.2.2: #i6165# correct Collator ID from old to new structure 2003/04/11 18:45:06 er 1.1.2.1: #i6165# Latvian locale data provided by Ilya Ketris (bubuka); adapted to new structure

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b93aa1edfaa720d2c42f552d9a0ff237d1f4e4f]

        INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED 2003/04/14 14:16:18 er 1.1.2.2: #i12938# corrected data provided by Mantas Kriauciunas (adapted to meet requirements) 2003/04/11 18:56:32 er 1.1.2.1: #i12938# Lithuanian locale data provided by "Atviras Kodas Lietuvai" (Open Source For Lithuania); adapted to new structure

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b43f62133e8237d911e02c596736da84e0b7585]

        INTEGRATION: CWS apps61beta2 (1.9.40); FILE MERGED 2003/04/14 14:11:36 er 1.9.40.4: #i12938# ISO 8601 date format code comments 2003/04/14 13:42:02 er 1.9.40.3: #i12938# more format code comments 2003/04/14 12:51:28 er 1.9.40.2: #i12938# merge HEADS UP comment and add more format codes comment 2003/04/08 14:07:39 er 1.9.40.1: #i12209# more FormatElement hints

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [137514ecf515356b024c83c547c0359dc1ce2d62]

        INTEGRATION: CWS apps61beta2 (1.7.44); FILE MERGED 2003/04/08 13:59:39 er 1.7.44.1: #i12209# corrected data provided by Dan Ohnesorg; slightly changed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [57ab1940c1148dbfe4a4682aa3ee9667789cb57b]

        INTEGRATION: CWS apps61beta2 (1.16.4.1.6); FILE MERGED 2003/04/11 19:51:42 er 1.16.4.1.6.2: #i3914# uk_UA 2003/04/11 18:58:44 er 1.16.4.1.6.1: #i6165# lt_LT; #i12938# lv_LV

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0ae78115691f4270241ee602b814c4d4ce33bb2]

        INTEGRATION: CWS apps61beta2 (1.49.2.2.54); FILE MERGED 2003/04/07 16:28:46 er 1.49.2.2.54.2: #i12884# add GetExactDateOrder 2003/04/04 12:44:43 er 1.49.2.2.54.1: #i12596# ImpNumberFillWithThousands: handle difference of division by thousand and separator correctly

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3421d82da9e0ccc7924e4c86aa199fde73b1cfc6]

        INTEGRATION: CWS apps61beta2 (1.48.150); FILE MERGED 2003/04/11 15:22:57 er 1.48.150.1: #108866# ImpInitCurrencyTable: slightly wrong condition for determining the default system currency

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c1ad094293f4c673ee49848fc7881ef1b63a427]

        INTEGRATION: CWS apps61beta2 (1.29.6.3.56); FILE MERGED 2003/04/07 16:28:21 er 1.29.6.3.56.1: #i12884# GetDateRef: use ExactDateOrder

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [95353a81f617be76a30a765c6651ca2260a6f471]

        INTEGRATION: CWS apps61beta2 (1.16.6.1.96); FILE MERGED 2003/04/15 14:18:12 bm 1.16.6.1.96.2: RESYNC: (1.16.6.1-1.18); FILE MERGED 2003/04/09 07:38:28 oj 1.16.6.1.96.1: #108621# enable paint again

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ed1a1d5ed68735d8bcc3c514a858d5281ec22ad]

        INTEGRATION: CWS apps61beta2 (1.3.34); FILE MERGED 2003/04/04 09:39:14 sab 1.3.34.1: #i11755#; fix warning

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [db28dfcf8042bb8e8c6c0272fb7bb9741ed84412]

        INTEGRATION: CWS apps61beta2 (1.8.4.2.40); FILE MERGED 2003/04/02 13:14:37 nn 1.8.4.2.40.1: #108105# changed default for UsePrinterMetrics to false

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [42aaf7a5390631ed37d97c3e2bc89526cd568ab4]

        INTEGRATION: CWS apps61beta2 (1.13.2.1.56); FILE MERGED 2003/04/14 10:29:37 os 1.13.2.1.56.1: #108823# Record parameter 'Quiet' in search functions

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e866d7eca6e00919e810d8bf1c88fe773e33d0fa]

        INTEGRATION: CWS apps61beta2 (1.71.2.3.56); FILE MERGED 2003/04/15 12:06:56 bm 1.71.2.3.56.2: RESYNC: (1.71.2.3-1.74); FILE MERGED 2003/04/14 09:04:13 os 1.71.2.3.56.1: #108855# handle RES_BOX attributes in cell ranges correctly

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e05f1d3b9d8c62b16f36f6f4fba782b2740173c0]

        INTEGRATION: CWS apps61beta2 (1.32.162); FILE MERGED 2003/04/14 08:52:09 mib 1.32.162.1: #108885#: When destructing SwXNumRules the model might already be disposed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1ceef680a3e9863072619f83860f9f4c8466dea]

        INTEGRATION: CWS apps61beta2 (1.23.2.1.56); FILE MERGED 2003/04/17 11:06:35 bm 1.23.2.1.56.3: missing () 2003/04/15 12:15:25 bm 1.23.2.1.56.2: RESYNC: (1.23.2.1-1.25); FILE MERGED 2003/04/14 11:38:04 od 1.23.2.1.56.1: #106346# class <SwLayAction> - trigger and handle content formatting on interrupt

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [745f1b1332d4e37624ae4398d6818cc6fc39cf57]

        INTEGRATION: CWS apps61beta2 (1.3.156); FILE MERGED 2003/04/14 11:35:32 od 1.3.156.2: #106346# class <SwLayAction> - rename flag for content formatting on interrupt 2003/04/14 11:23:05 od 1.3.156.1: #106346# class <SwLayAction> - add new flag for formatting for an interrupt

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d136b94762ab679a4a14c7cf89812d55ce80e2e4]

        INTEGRATION: CWS apps61beta2 (1.28.136); FILE MERGED 2003/04/15 12:19:07 bm 1.28.136.2: RESYNC: (1.28-1.29); FILE MERGED 2003/04/14 07:16:11 os 1.28.136.1: #i6631# call of SwRefPageGetField::ChangeExpansion while loading fixed

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b99a77e62076406ca64fa67647d0e65f103ecd67]

        INTEGRATION: CWS apps61beta2 (1.40.2.1.50); FILE MERGED 2003/04/14 10:28:38 os 1.40.2.1.50.1: #108823# Record parameter 'Quiet' in search functions

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [20f5d3c3d92414ae9054952046eb60b1968abdda]

        INTEGRATION: CWS apps61beta2 (1.7.50); FILE MERGED 2003/04/04 11:56:20 dr 1.7.50.1: #108627# throw, if date is negative

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2407f8f349c5550009717375fb33419c8a87dadb]

        INTEGRATION: CWS apps61beta2 (1.13.24.2.14); FILE MERGED 2003/04/08 08:54:51 dr 1.13.24.2.14.2: #i2130# using Newton's method for XIRR 2003/04/04 13:02:04 dr 1.13.24.2.14.1: #i2130# XIRR: interest in iteration may rise or fall, handle both

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c170192c5c2c8be3b29d531c2e0c232b55aa46b]

        INTEGRATION: CWS apps61beta2 (1.22.4); FILE MERGED 2003/04/16 12:13:15 bm 1.22.4.1: #108627# DaysToDate: may throw IllegalArgumentException

2003-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7852dd2a6c2d984b27455016389be99ec6a1d1d2]

        INTEGRATION: CWS apps61beta2 (1.37.8.2.14); FILE MERGED 2003/04/04 14:10:19 dr 1.37.8.2.14.2: #i12430# fixed Bessely1() 2003/04/04 11:56:32 dr 1.37.8.2.14.1: #108627# throw, if date is negative

2003-04-28  Mathias Bauer  <mba@openoffice.org>  [5694103986b0a68f13ee0d0f44ddd5c5509cc05f]

        avoid crash if Notification arrives after dispose

2003-04-28  Vladimir Glazounov  <vg@openoffice.org>  [22bb778bd36a6caa682560a47ecbf02281e8c82f]

        #100000# no drafts anymore

2003-04-28  Armin Weiss  <aw@openoffice.org>  [b0e1745d0bb436ba745ed1634f52d30a27430c5c]

        ADded unsharp comparisons, addeed usage of these where useful/necessary.

2003-04-28  Vladimir Glazounov  <vg@openoffice.org>  [8475506aad4de393a4b7601d89d4162813ef43ea]

        #100000# no drafts anymore

2003-04-28  Kurt Zenker  <kz@openoffice.org>  [937164db1512fd46f69945be95c2cdd03eb94318]

        new version for SRX644

2003-04-28  Kurt Zenker  <kz@openoffice.org>  [3c3df12c26c5c1f984508b81615bd2ab868dfd6f]

        new version for SRX644

2003-04-25  Kurt Zenker  <kz@openoffice.org>  [da57e8736d047fd49738d4edcc663ff42dea4914]

        new version for SRX644

2003-04-25  Rüdiger Timm  <rt@openoffice.org>  [84b2145971235a61721d537f73050a126fae181c]

        #100000# make it compile ...

2003-04-25  Kurt Zenker  <kz@openoffice.org>  [1c7dbfc63591647a1edf83a7750b350e6cf1df3d]

        new version for SRX644

2003-04-25  Andre Fischer  <af@openoffice.org>  [b386adbdba374e67d14fb99853dca83abafe8cde]

        Mention move of UAA files from drafts to final.

2003-04-25  Daniel Boelzle  <dbo@openoffice.org>  [7028defdc430b95d24d4b6312e5b346169f36c68]

        #107130# missing uno.MethodAttribute.get_Raises()

2003-04-25  Andre Fischer  <af@openoffice.org>  [1742bfa3e8ba33035fd4d6e447e98ed37e56cbc9]

        Adaption to relocation of accessibility interfaces from drafts to final.  Added View menu for setting the zoom factor.

2003-04-25  Kurt Zenker  <kz@openoffice.org>  [737b8c06386ea6a99b4f134c9b7becf35ed553da]

        new version for SRX644

2003-04-25  Daniel Boelzle  <dbo@openoffice.org>  [b426d4671eb65d5fcef9b0abc6f8eacfc819cae0]

        #107130# misc cleanup

2003-04-25  Malte Timmermann  <mt@openoffice.org>  [17ce4241be07ce78d43f6ffbdefb46550aa474dc]

        #100000# Fixed integration bugs

2003-04-25  Kurt Zenker  <kz@openoffice.org>  [730c59f1089a06f4e5bed91821404ca9d49e2049]

        new version for SRX644

2003-04-25  Kurt Zenker  <kz@openoffice.org>  [c5de77a8aac0d15cb63616b24ebd7e648efb2b9f]

        new version for SRX644

2003-04-25  Vladimir Glazounov  <vg@openoffice.org>  [421615b9fdb022d3854ffb286faaed31336cc58a]

        #100000# no drafts anymore

2003-04-25  Vladimir Glazounov  <vg@openoffice.org>  [3519b353cc73bffd7138beb5d3fc95c4f3ad617b]

        #100000# OBR: fixed compile/merge problems

2003-04-25  Kurt Zenker  <kz@openoffice.org>  [174da4fb1311d46a2ead1940519b72b16657a941]

        #100000# merge corrected

2003-04-25  Kurt Zenker  <kz@openoffice.org>  [b007ac61fbfb7d46c0a5aa40dc2d8e554819a1a2]

        new version for SRX644

2003-04-25  Rüdiger Timm  <rt@openoffice.org>  [68c4fa3160edcc597bd426106758e422e1be3e49]

        #100000# Don't include textsearch.hxx any more. It's not needed and has been moved into an other directory.

2003-04-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [593df419e5a9b0dddd752617bc70faaf1017ae6d]

        #100000#: qualify Reference

2003-04-25  Kurt Zenker  <kz@openoffice.org>  [e3577c00d189095d94ecc3435a9e80ee24973260]

        new version for SRX644

2003-04-25  Rüdiger Timm  <rt@openoffice.org>  [ee51455e83935924b56a9009cbe6404b8e72e4a5]

        #100000# Accessibility not in drafts any more.

2003-04-25  Rüdiger Timm  <rt@openoffice.org>  [40b0308caa839145d395a6e1d01c2540c0be998d]

        #100000# Accessibility not in drafts any more.

2003-04-25  Oliver Bolte  <obo@openoffice.org>  [9e0b38df8c7848ba4f1b48fc06941b8985626bad]

        #100000# depends on offuh

2003-04-25  Rüdiger Timm  <rt@openoffice.org>  [58278a7cd3453e8972121349b6b71b36b467b93a]

        #100000# needs header from module offuh

2003-04-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [753fffbd4d68d8f27158d90db2ab9a94d4b4701b]

        SRX644

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d33e30e28f1ac15800945aeb5d5230f55e872b33]

        INTEGRATION: CWS uaa02 (1.3.6); FILE MERGED 2003/04/22 11:47:07 obr 1.3.6.2: #109004# remove debug output to prevent NullPointerExceptions 2003/04/11 11:01:04 obr 1.3.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [fc526f7cf05ebc9bc76e6e483db09b041e917814]

        INTEGRATION: CWS uaa02 (1.3.6); FILE MERGED 2003/04/11 11:01:02 obr 1.3.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3725c8120e6d88d48992370a6f67a8b9705297d5]

        INTEGRATION: CWS uaa02 (1.6.6); FILE MERGED 2003/04/11 11:01:00 obr 1.6.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [737e11b1e5ec86074e0361d4eb855ca3fdb2fbc7]

        INTEGRATION: CWS uaa02 (1.34.2.10.2.3.2.1.56); FILE MERGED 2003/04/18 14:49:40 mt 1.34.2.10.2.3.2.1.56.5: #108656# Moved Accessibility module from drafts to final 2003/04/11 09:53:13 obr 1.34.2.10.2.3.2.1.56.4: #108656 re-added drafts .. accessibility/bridge temporarily due to time constrains 2003/04/10 12:27:39 mt 1.34.2.10.2.3.2.1.56.3: #108656# Moved Accessibility module from drafts to final 2003/04/04 15:04:04 tbe 1.34.2.10.2.3.2.1.56.2: #108645# removed dcssawt.db 2003/03/14 10:45:49 af 1.34.2.10.2.3.2.1.56.1: #108113# Moved accessibility from drafts tree to com/sun/star.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [df66796fef4f8b2c2e733a9fedbebf136a67a81b]

        INTEGRATION: CWS uaa02 (1.44.4.2.10); FILE MERGED 2003/04/14 16:18:09 dvo 1.44.4.2.10.2: #108917# remove obsolete drafts/com/sun/star/text directory 2003/04/04 14:58:18 tbe 1.44.4.2.10.1: #108645# removed drafts/com/sun/star/awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [432bda76d2b5ec16fc5d7aa21b965b65577de762]

        INTEGRATION: CWS uaa02 (1.33.6.4.78); FILE MERGED 2003/04/18 14:49:56 mt 1.33.6.4.78.6: #108656# Moved Accessibility module from drafts to final 2003/04/14 16:18:09 dvo 1.33.6.4.78.5: #108917# remove obsolete drafts/com/sun/star/text directory 2003/04/11 10:05:49 obr 1.33.6.4.78.4: #108656 re-added drafts .. accessibility/bridge temporarily due to time constrains 2003/04/10 12:27:38 mt 1.33.6.4.78.3: #108656# Moved Accessibility module from drafts to final 2003/04/04 14:48:22 tbe 1.33.6.4.78.2: #108645# removed oa_awt_drafts 2003/04/03 06:45:37 obr 1.33.6.4.78.1: #108113# removed obsolete accessibility/bridge module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d1e3153fd2104cdf78ee18fd1c715a4faaae3fad]

        INTEGRATION: CWS uaa02 (1.2.4); FILE MERGED 2003/04/15 12:48:06 tbe 1.2.4.1: #108645# Accessibility: Move service descriptions from drafts to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c4f48aa756b16dc79972e0271b00d0dd739695e4]

        INTEGRATION: CWS uaa02 (1.2.4); FILE MERGED 2003/04/11 15:37:48 mt 1.2.4.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2e8751fdc8cd035edc2814e5312f2fd86d044363]

        INTEGRATION: CWS uaa02 (1.2.4); FILE MERGED 2003/04/11 15:37:47 mt 1.2.4.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ad57135b2353d86c7f8f8e837b9be1c531b716e5]

        INTEGRATION: CWS uaa02 (1.26.4); FILE MERGED 2003/04/11 15:37:47 mt 1.26.4.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [886330e354d5b580bed6bf6627528ac4a45bfd89]

        INTEGRATION: CWS uaa02 (1.2.4); FILE MERGED 2003/04/15 12:47:18 tbe 1.2.4.2: #108645# Accessibility: Move service descriptions from drafts to ::com::sun::star::awt 2003/04/11 15:37:46 mt 1.2.4.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b70bcdcc626a60eaa7d5b43da77f729dba5b9715]

        INTEGRATION: CWS uaa02 (1.2.4); FILE MERGED 2003/04/15 12:47:17 tbe 1.2.4.2: #108645# Accessibility: Move service descriptions from drafts to ::com::sun::star::awt 2003/04/11 15:37:45 mt 1.2.4.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3e2b981da6628b1421aed72293a13634ead4063f]

        INTEGRATION: CWS uaa02 (1.3.6); FILE MERGED 2003/04/22 11:47:06 obr 1.3.6.2: #109004# remove debug output to prevent NullPointerExceptions 2003/04/11 11:01:10 obr 1.3.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [866e86ec3d795a19891f9abdeb4c68dc9caf7d71]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 11:01:10 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f46095d83ee3503a0f75caea94e53498d66cf496]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 11:01:09 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [978030f5b0326e3ca1c4d4386e98cc1701e47e6e]

        INTEGRATION: CWS uaa02 (1.3.6); FILE MERGED 2003/04/11 11:01:09 obr 1.3.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [81d7259d8110892f5c5c6e9032aae833edda63cb]

        INTEGRATION: CWS uaa02 (1.3.6); FILE MERGED 2003/04/11 11:01:08 obr 1.3.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [242594f87e5b7d5c4ae7d7eddd8a3e8c5edf3f25]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 11:01:08 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0f565c0699188a5d581d930981e1feffa04a7625]

        INTEGRATION: CWS uaa02 (1.3.6); FILE MERGED 2003/04/11 11:01:07 obr 1.3.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8dcc8d874effcf48ea925fc4fb6f6719727d66ce]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 11:01:07 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c09b5b5c910563085f3005ae21a2d36807014e5c]

        INTEGRATION: CWS uaa02 (1.3.6); FILE MERGED 2003/04/11 11:01:06 obr 1.3.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [aec072d40930a677dd23b01ae1c5e9ff4354af7a]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 15:35:03 mt 1.2.6.2: #108656# Moved accessibility from drafts to final 2003/04/11 11:01:06 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [958b2318f3ab0288d5425dfb2128719ed329f8dc]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 11:01:05 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [87957113d42c79a7eb0c21538e43c57a7ae01fca]

        INTEGRATION: CWS uaa02 (1.3.6); FILE MERGED 2003/04/11 11:01:05 obr 1.3.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d96e5a7dea95593454e10396d06935c414ed0c37]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 11:01:03 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [50a1d6b43477442b6bd66851e27f646f2f30dda9]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 15:35:03 mt 1.2.6.2: #108656# Moved accessibility from drafts to final 2003/04/11 11:01:03 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8dd206563fb0561b9b185915eb437b1bab316d40]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 11:01:02 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a745cbc1f1968c822a1dca0e9fe03a83bb95218f]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 11:01:01 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [85da0a7f3cc411da9430e9ea01ce31000418dde3]

        INTEGRATION: CWS uaa02 (1.1.32); FILE MERGED 2003/04/11 11:01:00 obr 1.1.32.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4f9b8ee343a1349ccc6a52655e279cf210f50dd2]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 11:00:59 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8344f762c15e6c9e8ee5877494ca33dd3a302926]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/22 14:32:02 obr 1.2.6.2: #108113# AccessibleRole constants changed 2003/04/11 11:00:59 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [09af1d332b1b0519d688bbcea687a16ee27733dc]

        INTEGRATION: CWS uaa02 (1.1.32); FILE MERGED 2003/04/11 11:00:59 obr 1.1.32.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8d46161de94a4f4d1f2433cb46ff5f3c5585fa7c]

        INTEGRATION: CWS uaa02 (1.14.6); FILE MERGED 2003/04/11 11:00:58 obr 1.14.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0643f8df55481979e53fa1794cf6859f53cd131a]

        INTEGRATION: CWS uaa02 (1.4.6); FILE MERGED 2003/04/11 11:00:58 obr 1.4.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1392ba8a35b5fb6d14e0b20119da2c2afa80bc1d]

        INTEGRATION: CWS uaa02 (1.1.32); FILE MERGED 2003/04/11 11:00:57 obr 1.1.32.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [61c8a2c3f57e8813cb1df4285ab42b5b4b7b23f2]

        INTEGRATION: CWS uaa02 (1.3.6); FILE MERGED 2003/04/11 11:00:56 obr 1.3.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b8d9d67b25c40d1e6d81417537980692be47126e]

        INTEGRATION: CWS uaa02 (1.1.32); FILE MERGED 2003/04/11 11:00:56 obr 1.1.32.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [833ecb9faf0375fed0023a11e4421a28373ecea1]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/11 11:00:55 obr 1.2.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4925c4988f9c1b3726a151bafaefccf634d2cbd8]

        INTEGRATION: CWS uaa02 (1.4.6); FILE MERGED 2003/04/11 11:00:54 obr 1.4.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f6a8346dfaf28a5f2de420fbb78aa7baca8306ee]

        INTEGRATION: CWS uaa02 (1.13.6); FILE MERGED 2003/04/11 11:00:54 obr 1.13.6.1: #108656# accessibility API moved from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [75b91a464c8fa473ef8967578370d221ad5f2ce5]

        INTEGRATION: CWS uaa02 (1.34.4); FILE MERGED 2003/04/14 15:58:13 dvo 1.34.4.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [172f56b47445cdb0d2fb9bbdb95bd32c853946bd]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/16 12:22:43 mt 1.1.2.2: #108656# removed 'drafts' 2003/04/14 15:58:10 dvo 1.1.2.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f4fe9827a67f1d7ea106707eb7f2f3863c510275]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/16 12:22:43 mt 1.1.2.2: #108656# removed 'drafts' 2003/04/14 15:58:05 dvo 1.1.2.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b2168b6b08b7710ae7a8d589ba685d761de8fd70]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/16 12:22:43 mt 1.1.2.2: #108656# removed 'drafts' 2003/04/14 15:58:09 dvo 1.1.2.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [86d21aaa081c1d18a04bf681e731b7091fd90174]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/16 12:22:42 mt 1.1.2.2: #108656# removed 'drafts' 2003/04/14 15:58:03 dvo 1.1.2.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [33a618ee9815ec0442c5aac67d05601b7f3388d4]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/16 12:22:42 mt 1.1.2.2: #108656# removed 'drafts' 2003/04/14 15:58:07 dvo 1.1.2.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [54ad549dffec606335a532384400a3fa16d5528e]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/16 12:22:41 mt 1.1.2.2: #108656# removed 'drafts' 2003/04/14 15:58:04 dvo 1.1.2.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3dffabb9015d1673b5f45db20c08fbf386595afc]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/16 12:22:41 mt 1.1.2.2: #108656# removed 'drafts' 2003/04/14 15:58:11 dvo 1.1.2.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [814ce03ae117f722ebb6da2a6f8aec831f883e96]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/16 12:22:41 mt 1.1.2.2: #108656# removed 'drafts' 2003/04/14 15:58:09 dvo 1.1.2.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [cad6ad71cf9b2f4422ebe41ae98caeca44717869]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/16 12:22:40 mt 1.1.2.2: #108656# removed 'drafts' 2003/04/14 15:58:07 dvo 1.1.2.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [10567433603d35724b6b808155e90e10488411b7]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/16 12:22:39 mt 1.1.2.2: #108656# removed 'drafts' 2003/04/14 15:58:12 dvo 1.1.2.1: #108917# move accessible text service description from drafts module

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b9224fe36bbc8e218e95b31c0e4f676a8b2d379b]

        INTEGRATION: CWS uaa02 (1.9.4); FILE MERGED 2003/04/14 15:30:54 af 1.9.4.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [92a8eb024b178ea5f474909bd7afffe9eca8809e]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:30:54 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5917bcbe58720129e8ce312028f583af97efc80b]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:30:52 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8ca7a270fe7a0b4725af5a0892cffcbbbbf248d0]

        INTEGRATION: CWS uaa02 (1.13.4); FILE MERGED 2003/04/14 15:21:01 af 1.13.4.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [09f384eec5e868faee9ee10f900c34b34618a777]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:21:00 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1a641caa27a5772580bb33b08d41eb06015f6714]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:20:56 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [26e670c3636878fa7f9dc63a863232a086c43007]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:20:53 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d1b64cefc6dc76ee4ad630a788616bba72a58ea4]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:20:51 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ea6a1a2c49e7f1baca2f8c9448d320c5d4c6f395]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:20:49 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4f81c78f40eb77813d9852bfc190514abc030f52]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:20:44 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b1798d4a181f7663a3a149d81133700c8ba7a167]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:20:38 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7d5ba07f8166e2a20d380c69a4733add816d304d]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:20:36 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4d7ec5f24aa3c0acc31e2300f976e0f5816aa5f2]

        INTEGRATION: CWS uaa02 (1.4.114); FILE MERGED 2003/04/14 15:45:25 af 1.4.114.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [de71c5ab033e935ae2747800f7c6f381ade9da51]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:45:24 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5d4d349cdabf0d988140bbad2f7d2650b5d2c106]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:45:23 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [42524a12cffa51726ed09c52b47cdf1437ad4812]

        INTEGRATION: CWS uaa02 (1.17.2); FILE MERGED 2003/04/17 17:18:03 mt 1.17.2.2: RESYNC: (1.17-1.18); FILE MERGED 2003/04/14 14:28:14 af 1.17.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [dc384a077caca95c546e492dfad36f2f841baae4]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:28:10 af 1.1.2.2: #108113# Removed remaining references to drafts. 2003/04/14 14:28:14 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2a5e505584094d20ef83103b9839908f2f7d6fc9]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:28:09 af 1.1.2.2: #108113# Removed remaining references to drafts. 2003/04/14 14:28:13 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [17427c67cbd26c2cbcc4a184b0d0ef171a63df46]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:28:09 af 1.1.2.2: #108113# Removed remaining references to drafts. 2003/04/14 14:28:12 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4ce81bc0281a79b740979fae3701ca8d5fd80578]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:28:08 af 1.1.2.2: #108113# Removed remaining references to drafts. 2003/04/14 14:28:12 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [07c4c2af65fbc474e65e38bcd70b5cd938b3fada]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:28:07 af 1.1.2.2: #108113# Removed remaining references to drafts. 2003/04/14 14:28:11 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2e16d4bd892eead09e268058100c4020cff2ed56]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:28:07 af 1.1.2.2: #108113# Removed remaining references to drafts. 2003/04/14 14:28:10 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4aafd39a9c01743b1aae90f450deccb788d30d90]

        INTEGRATION: CWS uaa02 (1.2.10); FILE MERGED 2003/04/22 13:55:17 af 1.2.10.1: #108113# Removed drafts references.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e71739a834d024ffb4faa788dd73a30faf5ebf89]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:28:06 af 1.1.2.2: #108113# Removed remaining references to drafts. 2003/04/14 14:28:09 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5f8f8373bd8144e06c6d3cb8c9c4c342879989c3]

        INTEGRATION: CWS uaa02 (1.4.120); FILE MERGED 2003/04/14 15:34:28 af 1.4.120.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [582ff4207d1fc8e1e3e2a54c7d22e8c56bb260dd]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:34:26 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [40712debceb0462da199aed2259fbc6ec43df604]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/14 15:34:25 af 1.1.2.1: #108113# Moved accessibility service descriptions from drafts directory.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [09d7e70cff8db5df7a207fe745b1f479ac21a6c4]

        INTEGRATION: CWS uaa02 (1.19.78); FILE MERGED 2003/04/04 13:48:37 tbe 1.19.78.2: #108645# Accessibility: Move accessible service descriptions from drafts to ::com::sun::star::awt 2003/03/14 10:31:23 af 1.19.78.1: #108113# Moved KeyStroke.idl from drafts.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [466ef77170604a9abaa889d4ba19ca8e53706089]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:29:07 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [bb347eddd917e479b2b39ed8f709ce289d420c95]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:29:06 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e4e0e4a0081551cb0c1f3700a4b44960345c1bdc]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:29:05 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [59e45273a2cbcb6d159bd961d07eea3f775710a5]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:31:23 af 1.1.2.1: #108113# Moved KeyStroke.idl from drafts.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7bfc35dca724255e04a50b483951e9dbf912c867]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:46 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3ab6f58bd7d7bcfac32de79dbc9594b8b5987598]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:45 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [273cc480de51432cf011f32b3ca96a11b70dba98]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:44 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4bfe8f76ba9474ce5ddfcc01c2d7e084973a65fa]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:43 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [579706e012d65cfbaa3741c10e50d879b214b0c3]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:42 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c0ff8120fc3f79e3cf8d177826d52bfdecfeb17a]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:41 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [512cdaed64b21210cadfe71fec95e9f70b105dca]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:40 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [dbde68ff9524007daef3912e849751bedb501f5e]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:39 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f058c381575f9778842dcc53925c90e5bd88e4cc]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:38 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0a7cdb596c2be98c12c3cbfb535b6f8ba05f3a68]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:37 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c2dce27e8bfb994e29847d16abe398e2c3fb75f5]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:36 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b5913f7ee3f5b2d8e45a38add7000b213e8632c7]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:35 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [56f2e4f9a5d166e655cfc1e1a90e153f5a8860e8]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:20:34 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [08d460d10fa585f2d293ab836517fc6852eb9a47]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:25:05 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [035a9ebf710ba4b643301c16808721a73ea5b183]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:25:04 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3b3a3ae36d4cb8e563276c0096df5dbb50c46a97]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:23:44 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [714a02b40f5ee81d06de3d69c0d56d5ef8f0ad1f]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:23:43 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [aeae42ec6ef38febed5e76eb62117bd42512e558]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:23:42 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d4e89a416cd2a20b39ff5aac41ee93b05e0ae6ac]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:23:41 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c4852c99a221fe7ecc288eedd58c312aecad7b0a]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:23:40 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [cfd5a59b9d7cfff8f1cc225eaa59c899ccbd38b7]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:23:39 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a1adc7f9dab4c2b8a255b517d6f46ca4905cec37]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/04 13:21:58 tbe 1.1.2.1: #108645# moved from ::drafts::com::sun::star::awt to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [da64e76210786f3f56fdc1c788b725d9fed99da8]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/03 06:44:54 obr 1.1.2.3: #108113# moved AccessBridge from bridge submodule here 2003/03/14 10:40:55 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:56 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [39b675099be1681d700d1c3b5a41d176823af682]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:54 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:43 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [161503a286e6f7e1be49f84d9ad6a6287bac486e]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/08 11:43:30 af 1.1.2.6: #108113# Made validity of index 'length' implementation dependent for getCharacterBounds(). 2003/04/08 10:04:41 af 1.1.2.5: #108113# Added a sequence of requested attributes to getCharacterAttributes(). 2003/04/04 14:37:30 af 1.1.2.4: #i12332# Made position <length> a valid character for method getCharacterBounds(). 2003/03/18 15:59:07 af 1.1.2.3: #108113# Changed the semantics of getText{Before,At,After}Index(). 2003/03/14 10:40:54 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:42 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5deb038a8a95cafd0cf81919b4ae597fe81f24d0]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:53 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:41 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [714bc2f8e69b86422133c0c7578a461b39359266]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:53 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:40 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [daacf7ed0bc8a1a2447c4b1cb340c97f82918af8]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/02 10:06:50 obr 1.1.2.3: #108113# Renamed deselectSelectedAccessibleChild to deselectAccessibleChild 2003/03/14 10:40:52 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:39 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e7ccd4e55eb4425f2704a5ed07914c44d194bb5f]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:52 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:39 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c6155413f40596350e736209c3b008637287c0f2]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:51 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:38 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2fb852236e8e09a971673c11bfd7436c06088bbe]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:51 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:37 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4da5e411114bad3d189e1b6a08e8e02b764c26f5]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:51 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:35 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b142922bf7a37f317fe965014528c333d5b1afde]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:50 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:35 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [deefa067c23b1547a87343581b0d02c997d33920]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:50 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:34 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [97f563b90e6cc88499ef2d58d2dcf95c899b1b1f]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:49 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:33 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3b89f653b23c5408added71996075b98fc08e3d6]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:49 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:32 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [56d35dacc29585871dfa7dcece02d574ea2c649f]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:48 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:31 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [acbbe1b50389678b32424e1c55ab06abf9faa0b2]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:48 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:30 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8aef784c2a25a73992f4d7e851a19e0bf082d3e6]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/02 10:05:59 obr 1.1.2.3: #108113# Renamed getAccessibleAt to getAccessibleAtPoint and contains to containsPoint 2003/03/14 10:40:47 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:29 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [48a3427d94ac864d358a4986ba5cd92da96f9529]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:46 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:29 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5aae04870c3c27cdc2610684c9f5bbf3634b3849]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:46 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:28 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [33943725de72385c10140d411ab58bb0501126c4]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:45 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:27 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d3191c5774ea33259da7aa5cea96515af5f9f84f]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 12:00:31 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:26 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4172cb2391b3c3708340bace0c0c29c63357e3b6]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:45 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:25 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [45a6ad6339a6dfe882c1413a100d1aafc2327bc0]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:44 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:25 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f155373356453c76deafb5d2777b7bfc95cd2904]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/02 10:05:17 obr 1.1.2.3: #108113# Renamed MANAGES_DESCENDANT to MANAGES_DESCENDANTS 2003/03/14 10:40:43 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:24 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [10ac08b51a221e981f82edb8b5d08e0cfeb8954a]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:43 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:23 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [77f8b9d6249c7371cd05fa33a131674118b88e29]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/17 16:17:17 af 1.1.2.3: #108113# Reordered and renumbered entries. Removed the _PROPERTIES entries. New relation SUB_WINDOW_OF. 2003/03/14 10:40:42 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:22 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b07e6b5305f813ef53aff29c7bb9a0643260d90a]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:41 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:21 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8dfa6faf8c064036d9e86eeaeb68a47e10e659bb]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:37 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:19 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e415ab7af5b6be71045a40f4490e071c189c2130]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/11 16:31:56 mt 1.1.2.7: #108656# Moved accessibility from drafts to final 2003/04/10 12:27:23 mt 1.1.2.6: #108656# Moved Accessibility module from drafts to final 2003/04/02 12:00:33 af 1.1.2.5: #108113# Added TEXT_SELECTION_CHANGED constant. 2003/03/18 15:57:54 af 1.1.2.4: #108113# Added new entry TEXT_ATTRIBUTES_CHANGED. 2003/03/17 16:15:40 af 1.1.2.3: #108113# Replaced EVENT by CHANGED for most entries. Reordered and renumbered entries. New relation changed event SUB_WINDOW_OF_RELATION_CHANGED. Renamed ALL_CHILDREN_CHANGED to INVALIDATE_CHILDREN. 2003/03/14 10:40:36 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:18 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [421d08146dd7cc78cae556a3002894e29238bdfe]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:36 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:17 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [109825d3d542e50b75a7452846d6e20bc2900c68]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/03/14 10:40:35 af 1.1.2.2: #108113# Removed references to the drafts directory. 2003/03/11 15:00:16 af 1.1.2.1: #108113# Moved from drafts/com/sun/star/accessibility.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [de4fae8d3e580835fb38c26ee8bc15a72994c5dd]

        INTEGRATION: CWS uaa02 (1.1.2); FILE ADDED 2003/04/03 06:44:54 obr 1.1.2.1: #108113# moved AccessBridge from bridge submodule here

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [411e9c6e7ad2c075eaf129b04943c57782f9e922]

        INTEGRATION: CWS uaa02 (1.2.8); FILE MERGED 2003/04/10 11:56:58 mt 1.2.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9c7aad71ee7b1cf242be6a066551f1a51d789a23]

        INTEGRATION: CWS uaa02 (1.2.70); FILE MERGED 2003/04/22 13:45:54 af 1.2.70.1: #108113# Removed drafts references.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [22ffe753774d1a29f3832832843fe298b11f5b73]

        INTEGRATION: CWS uaa02 (1.28.8); FILE MERGED 2003/04/17 17:21:52 mt 1.28.8.2: RESYNC: (1.28-1.29); FILE MERGED 2003/04/11 16:58:16 mt 1.28.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [959ee1ab580fa0643a8cd04fd6951c8224818125]

        INTEGRATION: CWS uaa02 (1.25.8); FILE MERGED 2003/04/17 17:19:57 mt 1.25.8.2: RESYNC: (1.25-1.26); FILE MERGED 2003/04/11 16:58:16 mt 1.25.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [13ead48001549fde7aa12422ca86ea019eda43b0]

        INTEGRATION: CWS uaa02 (1.58.8); FILE MERGED 2003/04/17 17:20:21 mt 1.58.8.2: RESYNC: (1.58-1.59); FILE MERGED 2003/04/11 16:58:15 mt 1.58.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c699d7549f4bb0d57e4d978645367aed1d11e2ff]

        INTEGRATION: CWS uaa02 (1.14.8); FILE MERGED 2003/04/11 16:58:15 mt 1.14.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6503771235f3db42343b08fab91640119f7b627f]

        INTEGRATION: CWS uaa02 (1.20.8); FILE MERGED 2003/04/17 17:20:03 mt 1.20.8.3: RESYNC: (1.20-1.21); FILE MERGED 2003/04/14 17:06:05 thb 1.20.8.2: #108900# Changed getCharacterBounds() behaviour 2003/04/11 16:58:14 mt 1.20.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [73bfe2606980c0ec2c0ad42f11211fc4bc9662e3]

        INTEGRATION: CWS uaa02 (1.13.8); FILE MERGED 2003/04/17 17:21:58 mt 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2003/04/11 16:58:13 mt 1.13.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c9c89c93b9839ef9cc524e08bceb674d07b6e0b0]

        INTEGRATION: CWS uaa02 (1.8.8); FILE MERGED 2003/04/11 16:58:12 mt 1.8.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f865d3bf6d7696a9142ab141b4ceea2386054646]

        INTEGRATION: CWS uaa02 (1.4.8); FILE MERGED 2003/04/10 11:59:43 mt 1.4.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [94fff11b1d119ee93c996ad59552759bed9b5c1b]

        INTEGRATION: CWS uaa02 (1.2.8); FILE MERGED 2003/04/17 17:16:07 mt 1.2.8.3: RESYNC: (1.2-1.3); FILE MERGED 2003/04/11 15:39:16 mt 1.2.8.2: #108656# Moved accessibility from drafts to final 2003/04/10 11:59:42 mt 1.2.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [edf11d28fafac50b6380c9372d0e6cf07a355616]

        INTEGRATION: CWS uaa02 (1.3.44); FILE MERGED 2003/04/11 17:16:00 mt 1.3.44.3: #108656# Moved accessibility from drafts to final 2003/04/11 07:06:15 tra 1.3.44.2: #108224#OCommonAccessibleText: added method implInitTextChangedEvent 2003/04/10 11:59:41 mt 1.3.44.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3c46c8acb9d2c3b7737f921bef2cc28069a72d76]

        INTEGRATION: CWS uaa02 (1.3.8); FILE MERGED 2003/04/11 15:39:16 mt 1.3.8.2: #108656# Moved accessibility from drafts to final 2003/04/10 11:59:41 mt 1.3.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [caf449573d5e76414a6149fd6daa4dc771db2be3]

        INTEGRATION: CWS uaa02 (1.1.40); FILE MERGED 2003/04/10 11:59:40 mt 1.1.40.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a9fd75dbfd748288ad2a7dcf855820f3244ae0b9]

        INTEGRATION: CWS uaa02 (1.4.8); FILE MERGED 2003/04/10 11:59:40 mt 1.4.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d81467c333834731e3a5c05a77906cfb34ff875b]

        INTEGRATION: CWS uaa02 (1.1.48); FILE MERGED 2003/04/10 11:59:39 mt 1.1.48.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3fe3680743685dac2f1620493cfb819c3351d8f0]

        INTEGRATION: CWS uaa02 (1.12.8); FILE MERGED 2003/04/10 11:59:39 mt 1.12.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [432ffd59431185d52f5add254f8b12b993a1065c]

        INTEGRATION: CWS uaa02 (1.5.8); FILE MERGED 2003/04/10 11:59:39 mt 1.5.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e24e806e00afb96b75c61d2d2c9617b85edfd4cf]

        INTEGRATION: CWS uaa02 (1.4.8); FILE MERGED 2003/04/10 11:56:59 mt 1.4.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0fb09b61c041bf8e4c79d043349ef5bc2a7f7951]

        INTEGRATION: CWS uaa02 (1.3.44); FILE MERGED 2003/04/11 07:05:53 tra 1.3.44.2: #108224#OCommonAccessibleText: added method implInitTextChangedEvent 2003/04/10 11:56:58 mt 1.3.44.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8773002794c79a6b9ac336cd9f73730d2623b96e]

        INTEGRATION: CWS uaa02 (1.3.8); FILE MERGED 2003/04/11 15:39:15 mt 1.3.8.2: #108656# Moved accessibility from drafts to final 2003/04/10 11:56:57 mt 1.3.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [996afe058ec302e4c947802c42f756121712c2b2]

        INTEGRATION: CWS uaa02 (1.1.40); FILE MERGED 2003/04/10 11:56:57 mt 1.1.40.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7546c30b9b36508d7a7a33626e06919e702319d4]

        INTEGRATION: CWS uaa02 (1.3.8); FILE MERGED 2003/04/10 11:56:57 mt 1.3.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b31530109b193743615bfd1e6cc84b347705e5f4]

        INTEGRATION: CWS uaa02 (1.1.48); FILE MERGED 2003/04/10 11:56:56 mt 1.1.48.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [83fc1da913ea58a56571c1a5f2daff5a4632ad3a]

        INTEGRATION: CWS uaa02 (1.9.8); FILE MERGED 2003/04/10 11:56:55 mt 1.9.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e9d5b0dc18cd3e56fe5a227ff8f644b1c68f4cde]

        INTEGRATION: CWS uaa02 (1.3.8); FILE MERGED 2003/04/10 11:56:55 mt 1.3.8.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [eeef6e165f5fcc970a8fb9beeeefbf088f5ab35b]

        INTEGRATION: CWS uaa02 (1.38.12); FILE MERGED 2003/04/17 17:19:00 mt 1.38.12.2: RESYNC: (1.38-1.39); FILE MERGED 2003/04/11 16:50:01 mt 1.38.12.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [67fc06839e4e86255f26fe82f71bb9fbd2e3d9aa]

        INTEGRATION: CWS uaa02 (1.78.10); FILE MERGED 2003/04/17 17:28:07 mt 1.78.10.2: RESYNC: (1.78-1.79); FILE MERGED 2003/04/11 16:49:59 mt 1.78.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [84c9468904ed11675c0d6f327166cf1388be45ff]

        INTEGRATION: CWS uaa02 (1.16.64); FILE MERGED 2003/04/11 16:18:52 mt 1.16.64.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [30478755256dd0e470a5b0912fb422cba8005534]

        INTEGRATION: CWS uaa02 (1.6.64); FILE MERGED 2003/04/11 16:18:51 mt 1.6.64.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b552db857e708edcf115033953e81fb46ccab0aa]

        INTEGRATION: CWS uaa02 (1.25.64); FILE MERGED 2003/04/11 16:18:50 mt 1.25.64.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e23f67721b1f81da57980ec03b2d07fd5a774ed7]

        INTEGRATION: CWS uaa02 (1.8.72); FILE MERGED 2003/04/11 16:18:50 mt 1.8.72.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [14e54cfefcf54546c29f7962326dc919cd167002]

        INTEGRATION: CWS uaa02 (1.28.64); FILE MERGED 2003/04/11 16:18:50 mt 1.28.64.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9a8b5421439744eb8627c01a09eff77ece12adb2]

        INTEGRATION: CWS uaa02 (1.43.64); FILE MERGED 2003/04/17 17:14:12 mt 1.43.64.2: RESYNC: (1.43-1.44); FILE MERGED 2003/04/11 16:18:49 mt 1.43.64.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e207f5b46478253ee37e2298a026eded8351c917]

        INTEGRATION: CWS uaa02 (1.5.64); FILE MERGED 2003/04/11 16:18:49 mt 1.5.64.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c84e1b98fc7315ad37ff843aed6be01a95b596f1]

        INTEGRATION: CWS uaa02 (1.4.66); FILE MERGED 2003/04/11 16:18:48 mt 1.4.66.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5528a93405ffc47395d03e3e93fcbde467c7caa2]

        INTEGRATION: CWS uaa02 (1.3.64); FILE MERGED 2003/04/11 16:18:46 mt 1.3.64.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a19b3c79f0e2818985467c7ffc5ef3d470850a2f]

        INTEGRATION: CWS uaa02 (1.10.64); FILE MERGED 2003/04/11 16:18:46 mt 1.10.64.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c8c3f44b580a52481b2b7059efdf8c23aab4fe9d]

        INTEGRATION: CWS uaa02 (1.5.72); FILE MERGED 2003/04/11 16:18:46 mt 1.5.72.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [793531310a9f3b6a2e16740baadc3f9db0d21c57]

        INTEGRATION: CWS uaa02 (1.19.64); FILE MERGED 2003/04/11 16:18:45 mt 1.19.64.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [35c83571ba3bba890c9890655d0d1515b20136f7]

        INTEGRATION: CWS uaa02 (1.3.74); FILE MERGED 2003/04/11 16:18:45 mt 1.3.74.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [dfb7e2d4d34dfc79877fcb8b436371254ba0084c]

        INTEGRATION: CWS uaa02 (1.1.74); FILE MERGED 2003/04/11 16:18:45 mt 1.1.74.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d4961df1ba24dc491efeb1893233f254113775c8]

        INTEGRATION: CWS uaa02 (1.5.66); FILE MERGED 2003/04/15 08:42:48 oj 1.5.66.1: remove drafts

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [36ba23bbb4a22d572467cebd80827298ae8ae62f]

        INTEGRATION: CWS uaa02 (1.2.136); FILE MERGED 2003/04/22 08:15:13 mt 1.2.136.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2158bca5eba56f7a985088120bedfef9d824cad9]

        INTEGRATION: CWS uaa02 (1.3.134); FILE MERGED 2003/04/22 08:15:12 mt 1.3.134.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9e3294a49d9828c2b5fd1013298b8ad6050a815f]

        INTEGRATION: CWS uaa02 (1.2.136); FILE MERGED 2003/04/22 08:15:12 mt 1.2.136.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [451134b4378d4745285e9f6c46aa77a9260d20ec]

        INTEGRATION: CWS uaa02 (1.2.136); FILE MERGED 2003/04/22 08:15:11 mt 1.2.136.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8a49b83e576ac520e028fc405a85c79267407ebe]

        INTEGRATION: CWS uaa02 (1.3.134); FILE MERGED 2003/04/22 08:15:11 mt 1.3.134.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [884076ecb86c6c400ffeb59b5fad787fabc4b3d1]

        INTEGRATION: CWS uaa02 (1.1.136); FILE MERGED 2003/04/22 08:15:10 mt 1.1.136.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3c2256f1ca9edc2585e02f9cc8436b7900f967e3]

        INTEGRATION: CWS uaa02 (1.2.136); FILE MERGED 2003/04/22 08:15:09 mt 1.2.136.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [554473b5d63d1854580a5831ff00db06d68feb70]

        INTEGRATION: CWS uaa02 (1.20.24); FILE MERGED 2003/04/22 08:15:08 mt 1.20.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [64d7ed4ff720eaa93e73994c77f60c677b613f5b]

        INTEGRATION: CWS uaa02 (1.11.138); FILE MERGED 2003/04/22 08:15:08 mt 1.11.138.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [bce09347bc4e88167cc54371b0d6e3dfa12a8cbd]

        INTEGRATION: CWS uaa02 (1.10.132); FILE MERGED 2003/04/22 08:15:07 mt 1.10.132.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [329fea64688265660e9f8a71873c179c86a7680d]

        INTEGRATION: CWS uaa02 (1.6.134); FILE MERGED 2003/04/22 08:15:04 mt 1.6.134.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7c988b155e8340f80a073fe566449c0221e4e94b]

        INTEGRATION: CWS uaa02 (1.5.24); FILE MERGED 2003/04/22 08:15:04 mt 1.5.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0120c8c30ca93bc901c048ffe657ac0c21806264]

        INTEGRATION: CWS uaa02 (1.12.24); FILE MERGED 2003/04/22 08:15:04 mt 1.12.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e879e70d3bd29196120bb3beb4a5cc858d960148]

        INTEGRATION: CWS uaa02 (1.10.136); FILE MERGED 2003/04/22 08:15:03 mt 1.10.136.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f5fd6522fbe8688130b3f48955e242bfba4522e7]

        INTEGRATION: CWS uaa02 (1.7.24); FILE MERGED 2003/04/22 08:15:03 mt 1.7.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3dcfe84b9657089364ecd1d9331c90f895f70912]

        INTEGRATION: CWS uaa02 (1.9.24); FILE MERGED 2003/04/22 08:15:02 mt 1.9.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [83c1a61297ab120954889b93cb4c6c3cdf30a85d]

        INTEGRATION: CWS uaa02 (1.17.134); FILE MERGED 2003/04/22 08:15:02 mt 1.17.134.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7e9571108a25c78e41d5f6ca49c675d675cc07a0]

        INTEGRATION: CWS uaa02 (1.22.128); FILE MERGED 2003/04/22 08:15:02 mt 1.22.128.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [adb97baf93d16bb96846e06d4df499c676e8c2e1]

        INTEGRATION: CWS uaa02 (1.6.134); FILE MERGED 2003/04/22 08:15:01 mt 1.6.134.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b0202f647a551b5bcc5387c3e751824c16fe0d82]

        INTEGRATION: CWS uaa02 (1.8.24); FILE MERGED 2003/04/22 08:15:01 mt 1.8.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [40d6ae5eacf192dc8aac8734099b7d9e487ebacc]

        INTEGRATION: CWS uaa02 (1.7.130); FILE MERGED 2003/04/22 08:15:00 mt 1.7.130.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4881cf747abb1e0ba0743c5946d6b2262ba2900d]

        INTEGRATION: CWS uaa02 (1.4.132); FILE MERGED 2003/04/22 08:15:00 mt 1.4.132.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0b0dac1e99ccf3e58020dac8a4ea8e6fd0b76c0e]

        INTEGRATION: CWS uaa02 (1.4.134); FILE MERGED 2003/04/22 08:15:00 mt 1.4.134.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [11b8f5a72a300920993d11496ce9db6f5a75ca0a]

        INTEGRATION: CWS uaa02 (1.6.134); FILE MERGED 2003/04/22 08:15:00 mt 1.6.134.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4585003baaf3cfe4747f7c6f31e99e9b58a498be]

        INTEGRATION: CWS uaa02 (1.8.24); FILE MERGED 2003/04/22 08:14:59 mt 1.8.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [66814a75aba6506490f5605edc8d38e21a4eea56]

        INTEGRATION: CWS uaa02 (1.1.140); FILE MERGED 2003/04/22 08:14:59 mt 1.1.140.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a4b300f1e03f93844f1a5796cad51f593ba694cb]

        INTEGRATION: CWS uaa02 (1.21.132); FILE MERGED 2003/04/22 08:14:59 mt 1.21.132.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [46d2735507158729e3259ca2aff0be46bb827173]

        INTEGRATION: CWS uaa02 (1.2.130); FILE MERGED 2003/04/22 08:14:58 mt 1.2.130.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [009c9f23933fff6e53673c8b50d0505c40e1eae3]

        INTEGRATION: CWS uaa02 (1.6.22); FILE MERGED 2003/04/22 08:14:58 mt 1.6.22.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9fdc1aa2c50acce5a3333cd8bf1ca6f94599cf40]

        INTEGRATION: CWS uaa02 (1.19.24); FILE MERGED 2003/04/22 08:14:57 mt 1.19.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7f67a379a62d728630346a657597699151dfc350]

        INTEGRATION: CWS uaa02 (1.8.128); FILE MERGED 2003/04/22 08:14:57 mt 1.8.128.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e3ab07dddab1bdf008e623123bd1395a5af89e54]

        INTEGRATION: CWS uaa02 (1.12.136); FILE MERGED 2003/04/22 08:14:56 mt 1.12.136.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [24155a9875684bec96f951a7ab909bc926a1065e]

        INTEGRATION: CWS uaa02 (1.9.24); FILE MERGED 2003/04/22 08:14:56 mt 1.9.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c9b51f1e6b05be0cfb77c29d52377e64a121e2e7]

        INTEGRATION: CWS uaa02 (1.30.24); FILE MERGED 2003/04/22 08:14:55 mt 1.30.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4508564c693d06a64bf45dbc9f3810aa79a7d1bc]

        INTEGRATION: CWS uaa02 (1.25.24); FILE MERGED 2003/04/22 08:14:52 mt 1.25.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [11ae4c10cd7270acabd35369fe2e6838cf7a3aae]

        INTEGRATION: CWS uaa02 (1.39.24); FILE MERGED 2003/04/22 08:14:52 mt 1.39.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ab1c14b5a532cd9dde1f5623245f02c12a3d2e14]

        INTEGRATION: CWS uaa02 (1.20.14); FILE MERGED 2003/04/22 08:14:51 mt 1.20.14.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [bc4e96e4fd12b61e1038b62b7236424e1afea037]

        INTEGRATION: CWS uaa02 (1.20.24); FILE MERGED 2003/04/22 08:14:51 mt 1.20.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e82a409311152c11c44e6b972fc304a583b02860]

        INTEGRATION: CWS uaa02 (1.14.128); FILE MERGED 2003/04/22 08:14:51 mt 1.14.128.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [bb0ec40478a3f9781026232a7037aeeced073498]

        INTEGRATION: CWS uaa02 (1.14.128); FILE MERGED 2003/04/22 08:14:50 mt 1.14.128.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f8842ae2a3daa7c27b8f167d6f57debe20f86a7d]

        INTEGRATION: CWS uaa02 (1.16.132); FILE MERGED 2003/04/22 08:14:50 mt 1.16.132.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1ac7afedc937cd5f66d0210ff56aac53b40ee251]

        INTEGRATION: CWS uaa02 (1.10.132); FILE MERGED 2003/04/22 08:14:50 mt 1.10.132.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1798a6f43e53bb6b638ec2759fa7d2b0c6c7f6c4]

        INTEGRATION: CWS uaa02 (1.32.14); FILE MERGED 2003/04/22 17:12:33 thb 1.32.14.5: #i13705# Only set old value of new caret when within the same paragraph 2003/04/22 08:57:29 thb 1.32.14.4: #108900# Corrected the merge 2003/04/17 17:32:42 mt 1.32.14.3: RESYNC: (1.32-1.33); FILE MERGED 2003/04/14 16:56:43 thb 1.32.14.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:56 mt 1.32.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [33b761ae6e40a56c2838b7e399f0348cb4019977]

        INTEGRATION: CWS uaa02 (1.26.24); FILE MERGED 2003/04/22 08:14:49 mt 1.26.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f6f53a68062a0992de8797fb1229659ae86ededd]

        INTEGRATION: CWS uaa02 (1.1.138); FILE MERGED 2003/04/22 08:14:49 mt 1.1.138.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [52eb633decddbc3c3c9fd8f24c5e95b16d05ea22]

        INTEGRATION: CWS uaa02 (1.58.12); FILE MERGED 2003/04/22 08:14:48 mt 1.58.12.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [802817a8d81add33c885fa03932c92fc364e5f1d]

        INTEGRATION: CWS uaa02 (1.6.130); FILE MERGED 2003/04/22 08:14:48 mt 1.6.130.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [19779e2807fdb87ca69741f953126d0eb180e55e]

        INTEGRATION: CWS uaa02 (1.11.12); FILE MERGED 2003/04/22 08:14:47 mt 1.11.12.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1e0966234dde2f224f7595abf6b7cb5fe6f65fb6]

        INTEGRATION: CWS uaa02 (1.27.24); FILE MERGED 2003/04/22 08:14:47 mt 1.27.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [539a24743e8075f28a40307cfde94f8665ae03ef]

        INTEGRATION: CWS uaa02 (1.14.128); FILE MERGED 2003/04/22 08:14:47 mt 1.14.128.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [54373ba633b625a56c16bbcbf1a1f97d0d3846b8]

        INTEGRATION: CWS uaa02 (1.23.24); FILE MERGED 2003/04/22 08:14:46 mt 1.23.24.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [dfa7470c078b073d5556d99e538c1ead1f731f4b]

        INTEGRATION: CWS uaa02 (1.4.124); FILE MERGED 2003/04/22 08:14:46 mt 1.4.124.1: #108656# Moved Accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [728cdf17e159e7e3c5f218e785358a27d1583cbf]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/14 15:56:25 af 1.2.6.1: #108113# Removed drafts from the namespace names.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [669ca4a9bb58898b26cd8d5f12e7fa932f113c5c]

        INTEGRATION: CWS uaa02 (1.2.6); FILE MERGED 2003/04/14 15:56:24 af 1.2.6.1: #108113# Removed drafts from the namespace names.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e972c48d8c7d612f78f35ec413dbf4636e96c6b5]

        INTEGRATION: CWS uaa02 (1.1.112); FILE MERGED 2003/04/14 15:56:23 af 1.1.112.1: #108113# Removed drafts from the namespace names.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7978af16a6e1b391f3a70d01428fec6c638e1935]

        INTEGRATION: CWS uaa02 (1.1.112); FILE MERGED 2003/04/14 15:56:22 af 1.1.112.1: #108113# Removed drafts from the namespace names.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c80a9471890815dc41099e15ad8a0f616294fa1f]

        INTEGRATION: CWS uaa02 (1.1.112); FILE MERGED 2003/04/14 15:56:21 af 1.1.112.1: #108113# Removed drafts from the namespace names.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3d40bbf98239d76e37cd8e48c895e832b5c9f9b9]

        INTEGRATION: CWS uaa02 (1.1.112); FILE MERGED 2003/04/14 15:56:19 af 1.1.112.1: #108113# Removed drafts from the namespace names.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c4c5bbdc1be207cbd9bf171b57a46827f27b418d]

        INTEGRATION: CWS uaa02 (1.1.112); FILE MERGED 2003/04/14 15:56:18 af 1.1.112.1: #108113# Removed drafts from the namespace names.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8b6c48a0d99b3652fa979c16b78d34fe8fbb6612]

        INTEGRATION: CWS uaa02 (1.19.104); FILE MERGED 2003/04/11 16:46:34 mt 1.19.104.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [849a5b4c06458f59cd09c3ec2bf8875bd9ca289e]

        INTEGRATION: CWS uaa02 (1.23.6); FILE MERGED 2003/04/11 16:46:32 mt 1.23.6.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b98d014a08447168212f0cd21a3addc581f93701]

        INTEGRATION: CWS uaa02 (1.44.6); FILE MERGED 2003/04/11 16:46:31 mt 1.44.6.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5e57fb10618e99390ee49a8a28b307d18ffd0ae0]

        INTEGRATION: CWS uaa02 (1.24.6); FILE MERGED 2003/04/11 16:46:31 mt 1.24.6.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [557c0a366d37c937c83b7bdc384ac78ed668c7c3]

        INTEGRATION: CWS uaa02 (1.25.6); FILE MERGED 2003/04/11 16:33:24 mt 1.25.6.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c1d7667a6d5066dd5d2e1cc5adfa245d7964d9f9]

        INTEGRATION: CWS uaa02 (1.6.6); FILE MERGED 2003/04/11 16:46:27 mt 1.6.6.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [cd8f8987b5d446199b3d63c9957e633d8578433b]

        INTEGRATION: CWS uaa02 (1.5.106); FILE MERGED 2003/04/11 16:46:26 mt 1.5.106.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [643dd1418d981dea21cd8b25918c2ca70de35621]

        INTEGRATION: CWS uaa02 (1.4.114); FILE MERGED 2003/04/11 16:46:26 mt 1.4.114.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8518b6b7d00c49858df007072cff2bd8ce48707d]

        INTEGRATION: CWS uaa02 (1.7.112); FILE MERGED 2003/04/11 16:46:26 mt 1.7.112.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [44ee9bd86d0615b6ffaef3dc10e1fe0b793f2c24]

        INTEGRATION: CWS uaa02 (1.7.110); FILE MERGED 2003/04/11 16:46:25 mt 1.7.110.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [eb0cadade17c88894baef3e8d58f00b9b3fe79c5]

        INTEGRATION: CWS uaa02 (1.13.114); FILE MERGED 2003/04/11 16:46:22 mt 1.13.114.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [680c9cfff27f9ebc8602f95802ca9c8a133eab8f]

        INTEGRATION: CWS uaa02 (1.10.114); FILE MERGED 2003/04/11 16:46:21 mt 1.10.114.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5b787e6e0499d852875a7390058eb64fbaa9ed89]

        INTEGRATION: CWS uaa02 (1.9.104); FILE MERGED 2003/04/11 16:46:20 mt 1.9.104.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2f616a11df500bacac5f10554912476805ed4bb1]

        INTEGRATION: CWS uaa02 (1.8.104); FILE MERGED 2003/04/14 17:01:07 thb 1.8.104.2: #108900# Moved service descriptions from drafts 2003/04/11 16:46:20 mt 1.8.104.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [82cfe098f77b5d95b8a7fd9e6a04594ab96d985f]

        INTEGRATION: CWS uaa02 (1.17.104); FILE MERGED 2003/04/17 17:21:16 mt 1.17.104.3: RESYNC: (1.17-1.18); FILE MERGED 2003/04/14 15:58:51 af 1.17.104.2: #108113# Removed drafts from the namespace names. 2003/04/11 16:46:20 mt 1.17.104.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1df33162d424288a4f5cfd294a8086a8665d5686]

        INTEGRATION: CWS uaa02 (1.17.6); FILE MERGED 2003/04/14 17:01:06 thb 1.17.6.2: #108900# Moved service descriptions from drafts 2003/04/11 16:46:19 mt 1.17.6.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3df7e925135db8f3c9e590a79d1f456f9990b84d]

        INTEGRATION: CWS uaa02 (1.2.112); FILE MERGED 2003/04/11 16:46:18 mt 1.2.112.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e6d71a411ef033d7a528df1faca219d83d313840]

        INTEGRATION: CWS uaa02 (1.2.14); FILE MERGED 2003/04/17 17:20:11 mt 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2003/04/17 11:59:14 af 1.2.14.1: #108113# Removed drafts namespace.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [21cc1cd841b196969614703f5e21b07d7d3e285e]

        INTEGRATION: CWS uaa02 (1.1.178); FILE MERGED 2003/04/17 11:59:14 af 1.1.178.1: #108113# Removed drafts namespace.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f47e8550164ce3e8231a0daa17977e9753423755]

        INTEGRATION: CWS uaa02 (1.1.178); FILE MERGED 2003/04/17 11:59:13 af 1.1.178.1: #108113# Removed drafts namespace.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [edfebe8582b82d51c3700d4d34e17b66bb93a3b5]

        INTEGRATION: CWS uaa02 (1.1.178); FILE MERGED 2003/04/17 11:59:12 af 1.1.178.1: #108113# Removed drafts namespace.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [526e7a736e8c6d9a15f897f7630feb4a01259ed0]

        INTEGRATION: CWS uaa02 (1.1.178); FILE MERGED 2003/04/17 11:59:11 af 1.1.178.1: #108113# Removed drafts namespace.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a8d5c4398324d46e44e02da970fe0ab69216524e]

        INTEGRATION: CWS uaa02 (1.1.178); FILE MERGED 2003/04/17 11:59:09 af 1.1.178.1: #108113# Removed drafts namespace.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d6c41ff9c3dd23d355d8ec1964f6d5a933b6ce72]

        INTEGRATION: CWS uaa02 (1.22.14); FILE MERGED 2003/04/14 16:56:49 thb 1.22.14.1: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [19cb55fbe26e8024fa96a636275022c3e39bcf00]

        INTEGRATION: CWS uaa02 (1.19.174); FILE MERGED 2003/04/14 16:56:49 thb 1.19.174.1: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c0e028a338b8eb4772293e51dbf3943ff38f233a]

        INTEGRATION: CWS uaa02 (1.38.14); FILE MERGED 2003/04/11 17:07:17 mt 1.38.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [976ea7dced99f1a84fd418dea16b5968c22de9a7]

        INTEGRATION: CWS uaa02 (1.7.14); FILE MERGED 2003/04/11 17:07:15 mt 1.7.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b7e224bf16137aeedd24bdc6d55bcd378ab99867]

        INTEGRATION: CWS uaa02 (1.5.170); FILE MERGED 2003/04/11 17:07:14 mt 1.5.170.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [826f2d5aabc36f3ec406a86092f0ee7e3baabac1]

        INTEGRATION: CWS uaa02 (1.6.14); FILE MERGED 2003/04/11 17:07:13 mt 1.6.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8443579cd04a571612bcda54e56495b716159a24]

        INTEGRATION: CWS uaa02 (1.59.14); FILE MERGED 2003/04/17 17:28:12 mt 1.59.14.2: RESYNC: (1.59-1.60); FILE MERGED 2003/04/11 17:07:13 mt 1.59.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [451f5718fc91b5982e842eab51b4420d371c7adf]

        INTEGRATION: CWS uaa02 (1.84.14); FILE MERGED 2003/04/16 07:20:54 mt 1.84.14.1: #108906# pDXArray for fields, even if pRefDev == pOutDev

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9457b6cb2c096fc7fbde093915ef51ff81723054]

        INTEGRATION: CWS uaa02 (1.14.12); FILE MERGED 2003/04/11 17:07:10 mt 1.14.12.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [af00c4ab01df4b984e8cb9155ba2dac2a19011d9]

        INTEGRATION: CWS uaa02 (1.15.14); FILE MERGED 2003/04/11 17:07:09 mt 1.15.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [47df101770dd5bd1a9e7022276f926d210d0fbfa]

        INTEGRATION: CWS uaa02 (1.19.14); FILE MERGED 2003/04/11 17:07:09 mt 1.19.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0a2ec0d660ebf0c16dc5d4d3c18ac44063061bda]

        INTEGRATION: CWS uaa02 (1.28.14); FILE MERGED 2003/04/17 17:29:46 mt 1.28.14.2: RESYNC: (1.28-1.29); FILE MERGED 2003/04/11 17:07:08 mt 1.28.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3ae42066d184636173079a8ee246aaeb4b642c19]

        INTEGRATION: CWS uaa02 (1.15.14); FILE MERGED 2003/04/14 16:56:44 thb 1.15.14.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:07:01 mt 1.15.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a0ca915b553f255c3fc7b054d1cbae008acbce2c]

        INTEGRATION: CWS uaa02 (1.6.14); FILE MERGED 2003/04/11 17:07:00 mt 1.6.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b0a598f24bcf2c31ef0a5cc2a54d1535a1fe30ce]

        INTEGRATION: CWS uaa02 (1.11.14); FILE MERGED 2003/04/11 17:06:59 mt 1.11.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b35ba8ced590b6bddba149f33b27d0d5d6419b54]

        INTEGRATION: CWS uaa02 (1.29.4); FILE MERGED 2003/04/11 10:42:09 obr 1.29.4.2: #108656 re-added drafts .. accessibility/bridge temporarily due to time constrains 2003/04/10 14:16:20 mt 1.29.4.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7a3815e0eef3f5924e6cadd1588fd944cc4a13ac]

        INTEGRATION: CWS uaa02 (1.11.14); FILE MERGED 2003/04/17 17:33:06 mt 1.11.14.3: RESYNC: (1.11-1.12); FILE MERGED 2003/04/14 16:56:44 thb 1.11.14.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:59 mt 1.11.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [bc2b47c94bf1ff0e000c8c45e10bbc7ec0c650b0]

        INTEGRATION: CWS uaa02 (1.17.14); FILE MERGED 2003/04/17 17:33:00 mt 1.17.14.3: RESYNC: (1.17-1.18); FILE MERGED 2003/04/14 16:56:44 thb 1.17.14.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:58 mt 1.17.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a7ec9b484a626118ce6fda6a6f1986dad23acef8]

        INTEGRATION: CWS uaa02 (1.26.14); FILE MERGED 2003/04/17 17:32:54 mt 1.26.14.3: RESYNC: (1.26-1.27); FILE MERGED 2003/04/14 16:56:43 thb 1.26.14.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:58 mt 1.26.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [84a9768ec4c74fd9c0e45d39fb29d8dc044bd740]

        INTEGRATION: CWS uaa02 (1.10.182); FILE MERGED 2003/04/17 17:32:48 mt 1.10.182.2: RESYNC: (1.10-1.11); FILE MERGED 2003/04/11 17:06:57 mt 1.10.182.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [880d52541ecf44fb9f6e7589a29d677573799068]

        INTEGRATION: CWS uaa02 (1.1.170); FILE MERGED 2003/04/11 17:06:56 mt 1.1.170.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ea162107764c3a1b4dee3ad3538e451f1fa4fd1d]

        INTEGRATION: CWS uaa02 (1.2.18); FILE MERGED 2003/04/22 09:19:49 thb 1.2.18.1: #108900# Added leftover from 1.11-1.12 merge of unoedit/unoedprx.cxx

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9f2212f1d2db072b56e3649132db320311dc2b1b]

        INTEGRATION: CWS uaa02 (1.14.14); FILE MERGED 2003/04/14 16:56:43 thb 1.14.14.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:55 mt 1.14.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7ed7f20caf7182df52c171e6bd860b4fc81dd1fb]

        INTEGRATION: CWS uaa02 (1.8.14); FILE MERGED 2003/04/11 17:06:55 mt 1.8.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7a0acdb5f600734e81a12681b63fa6a8449a12bd]

        INTEGRATION: CWS uaa02 (1.1.182); FILE MERGED 2003/04/11 17:06:55 mt 1.1.182.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6cccd0179c0d1e2bb32e09a7a7be188925cf64f3]

        INTEGRATION: CWS uaa02 (1.40.14); FILE MERGED 2003/04/14 16:56:42 thb 1.40.14.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:54 mt 1.40.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f5187ac025f5d44e1cf90a56669541543aefd092]

        INTEGRATION: CWS uaa02 (1.1.182); FILE MERGED 2003/04/11 17:06:54 mt 1.1.182.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ca2a68d98e91a5580b2f73b773211edf261ad25c]

        INTEGRATION: CWS uaa02 (1.7.180); FILE MERGED 2003/04/11 17:06:53 mt 1.7.180.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [cf7708a30dd9f29ef6af789f50b1e5de5ca9dbe1]

        INTEGRATION: CWS uaa02 (1.8.14); FILE MERGED 2003/04/11 17:06:53 mt 1.8.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [00feac4e6e3e4a342d8a13dd27cfc7bf112830c1]

        INTEGRATION: CWS uaa02 (1.12.170); FILE MERGED 2003/04/14 16:56:42 thb 1.12.170.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:52 mt 1.12.170.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8504a67a4401e03a4ea8ebadbd2eab90ffbc4265]

        INTEGRATION: CWS uaa02 (1.8.14); FILE MERGED 2003/04/11 17:06:52 mt 1.8.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f56713e690792de9426b5cf2c0cdb97c7e9e8c10]

        INTEGRATION: CWS uaa02 (1.15.14); FILE MERGED 2003/04/14 16:56:41 thb 1.15.14.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:51 mt 1.15.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [fd7b09a118b49fe8565746514031fb7ea0ba3529]

        INTEGRATION: CWS uaa02 (1.10.170); FILE MERGED 2003/04/14 16:56:41 thb 1.10.170.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:50 mt 1.10.170.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [fbb5ff1e718bc3c12ef55011207e53367d153e6a]

        INTEGRATION: CWS uaa02 (1.14.14); FILE MERGED 2003/04/14 16:56:40 thb 1.14.14.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:49 mt 1.14.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d8e4523efd5f664a3580d34f0a7b1815a690bbc3]

        INTEGRATION: CWS uaa02 (1.34.12); FILE MERGED 2003/04/15 10:14:24 thb 1.34.12.3: #108900# Correctly initializing last text for TEXT_CHANGE event 2003/04/14 16:56:40 thb 1.34.12.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:49 mt 1.34.12.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c784d379e85c5385f444a8fdae8b2e1fc9483542]

        INTEGRATION: CWS uaa02 (1.15.14); FILE MERGED 2003/04/17 17:32:24 mt 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2003/04/11 17:06:48 mt 1.15.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5dcec0c50b5d1dd75eb482fe8fe99fda465fb21c]

        INTEGRATION: CWS uaa02 (1.19.14); FILE MERGED 2003/04/14 16:56:39 thb 1.19.14.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:48 mt 1.19.14.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e043a3da46a6e03b31408c5ba1a8b7bf47af6ec2]

        INTEGRATION: CWS uaa02 (1.10.170); FILE MERGED 2003/04/11 17:06:47 mt 1.10.170.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b0a52eecf4fedc02b0ab72a259a3cd81a8c3ad10]

        INTEGRATION: CWS uaa02 (1.7.180); FILE MERGED 2003/04/11 17:06:32 mt 1.7.180.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [829987d12a9b75dab7b0fe7afd192a3c78cca61e]

        INTEGRATION: CWS uaa02 (1.1.182); FILE MERGED 2003/04/11 17:06:30 mt 1.1.182.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a438d10a1648b3891cac959f7c7bb898d5e9d53f]

        INTEGRATION: CWS uaa02 (1.10.44); FILE MERGED 2003/04/10 14:10:33 mt 1.10.44.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e3ae72b610276ccc840a4b29745b6f8097370991]

        INTEGRATION: CWS uaa02 (1.4.46); FILE MERGED 2003/04/10 14:10:33 mt 1.4.46.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [12cf9113789a51dd628737bb4d56a253393b499a]

        INTEGRATION: CWS uaa02 (1.9.44); FILE MERGED 2003/04/10 14:10:44 mt 1.9.44.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [aed67da27b8e0c20db8f7f234c95feec3d501bc6]

        INTEGRATION: CWS uaa02 (1.2.46); FILE MERGED 2003/04/10 14:10:44 mt 1.2.46.1: #108656# Moved Accessibility module from drafts to final

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [35841c0efafa7d50fc609fda3fe188c369cfed4b]

        INTEGRATION: CWS cl01 (1.33.26); FILE MERGED 2003/04/23 17:47:39 cl 1.33.26.3: #108934# clear reference to ole object after disconnect 2003/04/22 17:22:48 cl 1.33.26.2: #108934# do not save ole when model is in destruction 2003/04/16 15:23:49 cl 1.33.26.1: #108934# only call doClose if we don't need the obj any longer

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [fcfb803de50231ac5711836b89813426ead3c324]

        INTEGRATION: CWS cl01 (1.10.176); FILE MERGED 2003/04/24 11:12:33 cl 1.10.176.2: #108934# reload ole after undo 2003/04/23 17:48:10 cl 1.10.176.1: #108934# clear reference to ole object after disconnect

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [551e3344194b44f2c6228814820fa59c86f22c71]

        INTEGRATION: CWS cl01 (1.8.28); FILE MERGED 2003/04/23 17:48:22 cl 1.8.28.2: #108934# clear reference to ole object after disconnect 2003/04/22 17:10:13 cl 1.8.28.1: #108934# do not call DoClose if undo already does it

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ec289240b265590283dc46708fdd7e70749a0a7a]

        INTEGRATION: CWS cl01 (1.19.12); FILE MERGED 2003/04/16 16:03:52 aw 1.19.12.1: #108981# Added UNDOs for the WaterCan mode. This was never done in the past, thus it was missing all the time.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d47468cfd2ab6e27a5a8beb6887284e5f3e607e4]

        INTEGRATION: CWS cl01 (1.47.26); FILE MERGED 2003/04/22 17:20:59 cl 1.47.26.1: #108934# added flag for drawing model destruction

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [295c44c50ead306ccf7d237380ff503f15d01a3a]

        INTEGRATION: CWS uaa02 (1.167.8); FILE MERGED 2003/04/17 17:32:50 mt 1.167.8.3: RESYNC: (1.167-1.168); FILE MERGED 2003/04/14 12:32:37 mt 1.167.8.2: #108656# Moved accessibility from drafts to final 2003/04/11 17:37:46 mt 1.167.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9b00505d191a152bbc3d53b93b84305884734824]

        INTEGRATION: CWS uaa02 (1.4.134); FILE MERGED 2003/04/11 17:37:46 mt 1.4.134.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [59ac50d89ad383c4b6f9302b4c780127e7d9391e]

        INTEGRATION: CWS uaa02 (1.32.130); FILE MERGED 2003/04/11 17:37:45 mt 1.32.130.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [13ed443fd23aa29584a53c8fdcc37bfe50ecd430]

        INTEGRATION: CWS uaa02 (1.90.8); FILE MERGED 2003/04/17 17:32:08 mt 1.90.8.2: RESYNC: (1.90-1.92); FILE MERGED 2003/04/11 17:37:45 mt 1.90.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7f89992ea239c951c526b03d5772b687136d0047]

        INTEGRATION: CWS uaa02 (1.40.8); FILE MERGED 2003/04/11 17:37:42 mt 1.40.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [39bb43740cc233f988c9285f800d5e023a704f9a]

        INTEGRATION: CWS uaa02 (1.26.132); FILE MERGED 2003/04/11 17:37:40 mt 1.26.132.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b198db268b4a1213184cb02acec4d5cdda6e42be]

        INTEGRATION: CWS uaa02 (1.22.8); FILE MERGED 2003/04/17 17:36:58 mt 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2003/04/11 17:37:40 mt 1.22.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [436446396f5b435d302e76f4b23be2744fdb9f67]

        INTEGRATION: CWS uaa02 (1.19.130); FILE MERGED 2003/04/17 17:36:22 mt 1.19.130.2: RESYNC: (1.19-1.20); FILE MERGED 2003/04/11 17:37:39 mt 1.19.130.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ae2e9db92022ac2ffc5375bed463151a9482e102]

        INTEGRATION: CWS uaa02 (1.43.2); FILE MERGED 2003/04/24 14:53:32 mt 1.43.2.3: #108656# drafts.... 2003/04/17 17:25:32 mt 1.43.2.2: RESYNC: (1.43-1.45); FILE MERGED 2003/04/11 17:25:58 mt 1.43.2.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ec8811f205f4d7c9244e8867e516120573a39073]

        INTEGRATION: CWS uaa02 (1.6.66); FILE MERGED 2003/04/11 17:25:55 mt 1.6.66.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [40b75ac58637ce237f4d5eb2414a39fe8a1547b6]

        INTEGRATION: CWS uaa02 (1.2.68); FILE MERGED 2003/04/11 17:25:54 mt 1.2.68.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1cfea12c15eea3cb948950b9d5aab20345b3957f]

        INTEGRATION: CWS uaa02 (1.8.2); FILE MERGED 2003/04/11 17:25:53 mt 1.8.2.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [39a951fe9617968e3bdf70f00ca9015bbf6d5c10]

        INTEGRATION: CWS uaa02 (1.3.58); FILE MERGED 2003/04/11 17:25:52 mt 1.3.58.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4207bc1bdc52d35162a122f02b3f58f59a2247ff]

        INTEGRATION: CWS uaa02 (1.27.2); FILE MERGED 2003/04/11 17:25:42 mt 1.27.2.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8560d3fbc037be542fe7ceec33fab02235ce6093]

        INTEGRATION: CWS uaa02 (1.16.2); FILE MERGED 2003/04/11 17:25:42 mt 1.16.2.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [59284d721c2133acfa1963c25fb53df2f11417a0]

        INTEGRATION: CWS uaa02 (1.12.62); FILE MERGED 2003/04/11 17:25:40 mt 1.12.62.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [747d7fc5d163f85a79429cbf9d6fd31139a28b98]

        INTEGRATION: CWS uaa02 (1.21.2); FILE MERGED 2003/04/11 17:25:30 mt 1.21.2.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3dab24b1d66690c46d4cf37d758820e05a56066a]

        INTEGRATION: CWS uaa02 (1.10.12); FILE MERGED 2003/04/14 16:21:34 dvo 1.10.12.1: #108917# moved accessibility API away from drafts module          (also update link to XML specification)

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f7ab8272dff87862c886c5278c89201e891000b5]

        INTEGRATION: CWS uaa02 (1.40.10); FILE MERGED 2003/04/11 17:21:32 mt 1.40.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [93c41c7455cd20dfc92f471e89dacc228fdcebfb]

        INTEGRATION: CWS uaa02 (1.11.12); FILE MERGED 2003/04/11 17:21:31 mt 1.11.12.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8c11be726d81d56226e37bc36c6f3abfc18b27e7]

        INTEGRATION: CWS uaa02 (1.12.12); FILE MERGED 2003/04/11 17:21:30 mt 1.12.12.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [043b4e09a25ddb4ee506841a7400faad1c234639]

        INTEGRATION: CWS uaa02 (1.62.10); FILE MERGED 2003/04/17 16:51:48 mt 1.62.10.2: RESYNC: (1.62-1.64); FILE MERGED 2003/04/11 17:21:29 mt 1.62.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a55189e7aa7a1697552af5197afac25b4ae75ff6]

        INTEGRATION: CWS uaa02 (1.35.10); FILE MERGED 2003/04/11 17:21:28 mt 1.35.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4de92eee7385f92b2d6c2b9bc1d433d1ca7bab91]

        INTEGRATION: CWS uaa02 (1.4.160); FILE MERGED 2003/04/11 17:21:25 mt 1.4.160.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f1ceb09b75dfc9c7fed58de7d630fe5ea8c6ee51]

        INTEGRATION: CWS uaa02 (1.7.10); FILE MERGED 2003/04/14 16:20:07 dvo 1.7.10.2: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:24 mt 1.7.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c0b29e9ec893c12f9b7bec1e45283272add2e788]

        INTEGRATION: CWS uaa02 (1.10.160); FILE MERGED 2003/04/11 17:21:24 mt 1.10.160.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [363c1aacdcde0c53a87418903b590dca43cccc26]

        INTEGRATION: CWS uaa02 (1.17.10); FILE MERGED 2003/04/14 16:20:06 dvo 1.17.10.2: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:24 mt 1.17.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8703904ee4c33df77d7db7a97ced489a1350d1a0]

        INTEGRATION: CWS uaa02 (1.3.160); FILE MERGED 2003/04/11 17:21:23 mt 1.3.160.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c3517652da076fcec0e27522412e5e1122730ac6]

        INTEGRATION: CWS uaa02 (1.5.160); FILE MERGED 2003/04/11 17:21:23 mt 1.5.160.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7ef80c2be6a01c024b4045ff27df6843323b7da7]

        INTEGRATION: CWS uaa02 (1.5.10); FILE MERGED 2003/04/14 16:20:05 dvo 1.5.10.2: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:22 mt 1.5.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [17d5fd0f0105362c0e5afe78b9f909ff145ff9de]

        INTEGRATION: CWS uaa02 (1.28.160); FILE MERGED 2003/04/14 16:20:05 dvo 1.28.160.2: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:22 mt 1.28.160.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f99a91ff8d28918a18b1c4d0f050d11011d586ae]

        INTEGRATION: CWS uaa02 (1.48.10); FILE MERGED 2003/04/14 16:20:04 dvo 1.48.10.3: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:21 mt 1.48.10.2: #108656# Moved accessibility from drafts to final 2003/04/11 12:53:28 hbrinkm 1.48.10.1: #i12332# getCharacterBounds and getIndexAtPoint handle virtual position behind text

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a1ed70555f423aad4da136a5389289345d7622cc]

        INTEGRATION: CWS uaa02 (1.7.10); FILE MERGED 2003/04/14 16:20:03 dvo 1.7.10.2: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:21 mt 1.7.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [86baaf03bfe7f89f6e35f1d1bc994987ae552286]

        INTEGRATION: CWS uaa02 (1.4.160); FILE MERGED 2003/04/11 17:21:20 mt 1.4.160.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [123d0779ffe7dee6ef0c31dbde04a6a9db91ed61]

        INTEGRATION: CWS uaa02 (1.41.10); FILE MERGED 2003/04/17 17:11:40 mt 1.41.10.2: RESYNC: (1.41-1.42); FILE MERGED 2003/04/11 17:21:19 mt 1.41.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0cf0661daabefa7521ae6d97ae83bfa11e01d6c8]

        INTEGRATION: CWS uaa02 (1.8.10); FILE MERGED 2003/04/14 16:20:03 dvo 1.8.10.2: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:19 mt 1.8.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [067d9bfae9a2f885379334500e892b5ccb10a8f0]

        INTEGRATION: CWS uaa02 (1.4.10); FILE MERGED 2003/04/14 16:20:02 dvo 1.4.10.2: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:18 mt 1.4.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6fc4bf6c274569afc5cbff73ab7ef19a1a5eefcc]

        INTEGRATION: CWS uaa02 (1.5.162); FILE MERGED 2003/04/11 17:21:18 mt 1.5.162.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d1a6686fb1e04ebb6841dc333baf80d23057ba20]

        INTEGRATION: CWS uaa02 (1.7.10); FILE MERGED 2003/04/14 16:20:01 dvo 1.7.10.2: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:18 mt 1.7.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6e0426c690992abfe1da301a551a535509906c05]

        INTEGRATION: CWS uaa02 (1.4.10); FILE MERGED 2003/04/11 17:21:17 mt 1.4.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b5e23178427bb6a36f1fc3d8e924fb7efed59eab]

        INTEGRATION: CWS uaa02 (1.14.160); FILE MERGED 2003/04/11 17:21:17 mt 1.14.160.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e1cca2bc2eb2091f851c0edfcdf9a0d9e90e26f5]

        INTEGRATION: CWS uaa02 (1.20.10); FILE MERGED 2003/04/14 16:20:01 dvo 1.20.10.2: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:17 mt 1.20.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ecf1f9ae7e0bcc651196d1974086a701bab9ca73]

        INTEGRATION: CWS uaa02 (1.31.12); FILE MERGED 2003/04/11 17:21:16 mt 1.31.12.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3ce557460d1ced784d7fa5039ad3328b8bf779d7]

        INTEGRATION: CWS uaa02 (1.42.10); FILE MERGED 2003/04/17 17:11:34 mt 1.42.10.2: RESYNC: (1.42-1.43); FILE MERGED 2003/04/11 17:21:16 mt 1.42.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [418dbd520274853d84d9f6d957bb14fe11493266]

        INTEGRATION: CWS uaa02 (1.5.160); FILE MERGED 2003/04/11 17:21:16 mt 1.5.160.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [130c71eb3c57dfe45410c43e91499e250898467a]

        INTEGRATION: CWS uaa02 (1.11.10); FILE MERGED 2003/04/14 16:20:00 dvo 1.11.10.2: #108917# implement must-changes: move API away from drafts module throw IllegalArgumentException for illegal text type 2003/04/11 17:21:15 mt 1.11.10.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [63591556d7523dcc81022cdffa2e8167669db603]

        INTEGRATION: CWS uaa02 (1.24.12); FILE MERGED 2003/04/11 17:21:14 mt 1.24.12.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [fe019a48956b23434294fe2e1269028fc15a012a]

        INTEGRATION: CWS uaa02 (1.22.12); FILE MERGED 2003/04/11 17:21:14 mt 1.22.12.1: #108656# Moved accessibility from drafts to final

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [0bd1dec0942dce0a758f0e3eee44c06391bd3347]

        INTEGRATION: CWS extras5 (1.38.2); FILE MERGED 2003/04/15 16:52:46 bc 1.38.2.1: #108955# Connection only disposed when not overgiven

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [60d6a7bccfb081766595f6a8dd7b553670820c7c]

        INTEGRATION: CWS extras5 (1.49.2); FILE MERGED 2003/04/16 17:11:24 bc 1.49.2.2: #108731# FillupfieldsListbox improved 2003/04/11 13:14:58 bc 1.49.2.1: #108714# index reference of dbcolumns improved

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [31f66d83ebf45e1d610619d1e7b6be793261cf27]

        INTEGRATION: CWS uaa02 (1.37.162); FILE MERGED 2003/04/16 09:42:36 mt 1.37.162.1: #108963# Fixed bug in CursorWordLeft

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b910b7563b4e70a1d837c2d1fc866fda23ea18d6]

        INTEGRATION: CWS uaa02 (1.17.8); FILE MERGED 2003/04/11 17:00:16 mt 1.17.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b586d3a5cd59e1da6721f7fda4a16d7dfee40ac3]

        INTEGRATION: CWS uaa02 (1.9.8); FILE MERGED 2003/04/11 17:00:16 mt 1.9.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0e14cc576fd9b90fd56cda184d19413322290fbf]

        INTEGRATION: CWS uaa02 (1.12.8); FILE MERGED 2003/04/11 17:00:16 mt 1.12.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f1ba8569d2ea5d958658cfa9a3d58fcda488ea28]

        INTEGRATION: CWS uaa02 (1.10.8); FILE MERGED 2003/04/11 17:00:15 mt 1.10.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [339d574134f385f784ce707f1f1869daed0dd769]

        INTEGRATION: CWS uaa02 (1.4.164); FILE MERGED 2003/04/11 17:00:15 mt 1.4.164.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7097b7e328b06af17654e371c8acaed50ffa9ba1]

        INTEGRATION: CWS uaa02 (1.28.8); FILE MERGED 2003/04/17 17:25:16 mt 1.28.8.2: RESYNC: (1.28-1.29); FILE MERGED 2003/04/11 17:00:14 mt 1.28.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f9eddf326a170df5dd3629c67b94ee45c652dd11]

        INTEGRATION: CWS uaa02 (1.7.8); FILE MERGED 2003/04/17 17:25:08 mt 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/11 17:00:13 mt 1.7.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0c28264e5bf24e0a922393c70edb3a34e50ef705]

        INTEGRATION: CWS uaa02 (1.18.8); FILE MERGED 2003/04/11 17:00:13 mt 1.18.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [52ea79ec4adba53301046b7130a0be38b5c590d4]

        INTEGRATION: CWS uaa02 (1.11.164); FILE MERGED 2003/04/11 17:00:12 mt 1.11.164.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [77f7ca51d694f4158b52d6ca1d4d82bc9cf248f1]

        INTEGRATION: CWS uaa02 (1.3.168); FILE MERGED 2003/04/11 17:00:11 mt 1.3.168.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [cd88a66e76db3f89241fffecd28ed265401c80cd]

        INTEGRATION: CWS uaa02 (1.7.164); FILE MERGED 2003/04/17 17:27:23 mt 1.7.164.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/11 17:00:10 mt 1.7.164.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8bd61195138619847566ded8b8e92566ed90089c]

        INTEGRATION: CWS uaa02 (1.17.8); FILE MERGED 2003/04/17 17:27:16 mt 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2003/04/11 17:00:09 mt 1.17.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [76037c46cafb2a40fab877a9b6fece2952d9062d]

        INTEGRATION: CWS uaa02 (1.11.158); FILE MERGED 2003/04/17 17:27:10 mt 1.11.158.2: RESYNC: (1.11-1.12); FILE MERGED 2003/04/11 17:00:09 mt 1.11.158.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7e901a997f8dbdcb8b6e939db2dbefa6697f4e44]

        INTEGRATION: CWS uaa02 (1.25.8); FILE MERGED 2003/04/11 17:00:09 mt 1.25.8.1: #108656# Moved accessibility from drafts to final

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [7db59959c126b53437909d7f949dae5545a2de8c]

        INTEGRATION: CWS extras5 (1.28.2); FILE MERGED 2003/04/15 13:09:30 bc 1.28.2.1: #108946# Source code adapted to new mimetypes

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [803e6d352d75b72add4857c376f375aa14570808]

        INTEGRATION: CWS extras5 (1.33.2); FILE MERGED 2003/04/15 13:09:30 bc 1.33.2.1: #108946# Source code adapted to new mimetypes

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [387d50644ecbd036fdc91a9ddd07dda3456256fb]

        INTEGRATION: CWS extras5 (1.30.2); FILE MERGED 2003/04/15 13:09:29 bc 1.30.2.1: #108946# Source code adapted to new mimetypes

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [703a98a70ff2807cfa9bb9e69042db0cc200a0ea]

        INTEGRATION: CWS extras5 (1.22.2); FILE MERGED 2003/04/16 17:11:23 bc 1.22.2.2: #108731# FillupfieldsListbox improved 2003/04/11 13:14:57 bc 1.22.2.1: #108714# index reference of dbcolumns improved

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [fa8cf9cdd2e5d4f3b56284245e9c3fa1e75d03e3]

        INTEGRATION: CWS uaa02 (1.7.8); FILE MERGED 2003/04/15 06:41:31 oj 1.7.8.1: remove drafts

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [97a66825c3036e43947b7747d6bb3bf39ec2a721]

        INTEGRATION: CWS uaa02 (1.4.164); FILE MERGED 2003/04/11 16:59:55 mt 1.4.164.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b7274b3f1d29602942d3d0c13db887c66bb3fa36]

        INTEGRATION: CWS uaa02 (1.11.164); FILE MERGED 2003/04/11 16:59:53 mt 1.11.164.1: #108656# Moved accessibility from drafts to final

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [3484716b00b168e7e1a39da31be8300a045cf393]

        INTEGRATION: CWS sb4 (1.2.2); FILE MERGED 2003/04/22 16:23:42 sb 1.2.2.1: #109027# Fixed NativeLibraryLoader to cope with file names containing spaces.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [c8323184ecc8f9fc4e978b45a4ad8fc35bfcd940]

        INTEGRATION: CWS sb4 (1.12.58); FILE MERGED 2003/04/23 09:49:06 oj 1.12.58.1: #109043# check if append was okay and then add properties

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [377e91fb621f3eb737a8a95227feddb9addae583]

        INTEGRATION: CWS sb4 (1.93.6); FILE MERGED 2003/04/23 11:45:30 ssa 1.93.6.1: #102812# new method: GetInputLanguage

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [a45544f7e95f2305ae6b133c916a221f501ea3e4]

        INTEGRATION: CWS sb4 (1.156.6); FILE MERGED 2003/04/23 11:45:55 ssa 1.156.6.1: #102812# new method: GetInputLanguage

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [66c8d8a3cde4c7c166de2e24d264f942e4708cc0]

        INTEGRATION: CWS sb4 (1.168.8); FILE MERGED 2003/04/23 11:44:14 ssa 1.168.8.1: #102812# new method: GetInputLanguage

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [635e1f650097817da635f86becb9c7c8e0fa6f58]

        INTEGRATION: CWS uaa02 (1.10.2); FILE MERGED 2003/04/15 12:49:02 tbe 1.10.2.1: #108645# Accessibility: Move service descriptions from drafts to ::com::sun::star::awt

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [02ddbb1b0b7bbce4cf7d470dc426d8833a6138a6]

        INTEGRATION: CWS uaa02 (1.20.2); FILE MERGED 2003/04/11 17:26:21 mt 1.20.2.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [fce753ea79001cafbb8db8fe4dfb4847751732c7]

        INTEGRATION: CWS uaa02 (1.23.2); FILE MERGED 2003/04/11 17:26:20 mt 1.23.2.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [644b8b21de96fb92210da38ee4cea2b473c353b1]

        INTEGRATION: CWS uaa02 (1.4.58); FILE MERGED 2003/04/11 17:26:19 mt 1.4.58.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c85bd1ff6cfc2f0e2d86907f27b91d1746e3593e]

        INTEGRATION: CWS uaa02 (1.40.2); FILE MERGED 2003/04/11 17:26:11 mt 1.40.2.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [649043d32bcaac13066dd3110dbce54cb9aeaab0]

        INTEGRATION: CWS uaa02 (1.35.2); FILE MERGED 2003/04/24 14:53:33 mt 1.35.2.3: #108656# drafts.... 2003/04/17 17:26:38 mt 1.35.2.2: RESYNC: (1.35-1.36); FILE MERGED 2003/04/11 17:26:11 mt 1.35.2.1: #108656# Moved accessibility from drafts to final

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [39c5ea441032ba513aa6fe5889b81520180ad293]

        INTEGRATION: CWS uaa02 (1.31.2); FILE MERGED 2003/04/11 17:26:10 mt 1.31.2.1: #108656# Moved accessibility from drafts to final

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d287a8893562af7c8a9a475f2e938c0ce02280ea]

        INTEGRATION: CWS draw9 (1.9.4.2.32); FILE MERGED 2003/04/11 11:18:10 af 1.9.4.2.32.3: #108104# Changed PrinterIndependentLayoutfrom boolean to short. 2003/03/26 14:09:03 af 1.9.4.2.32.2: #108104# Added Misc/Compatibility/PrinterIndependentLayout property. 2003/03/25 15:56:36 af 1.9.4.2.32.1: #108104# Added property for printer independent layout.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [358672e07205fa6a9367635e66edf22cff9cf579]

        INTEGRATION: CWS draw9 (1.7.4.1.32); FILE MERGED 2003/04/11 11:17:41 af 1.7.4.1.32.2: #108104# Changed PrinterIndependentLayoutfrom boolean to short. 2003/03/26 14:09:02 af 1.7.4.1.32.1: #108104# Added Misc/Compatibility/PrinterIndependentLayout property.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [2c3b96bbbbc7b8e30d982ef268be0310839240a8]

        INTEGRATION: CWS draw9 (1.76.4); FILE MERGED 2003/04/11 16:47:33 sj 1.76.4.1: #108870# changed default PDF Export compression to print optimized

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e458f296f5f216b31c1bf9f82245dde4612bec3b]

        INTEGRATION: CWS draw9 (1.13.4.1.74); FILE MERGED 2003/03/24 17:07:02 sj 1.13.4.1.74.1: #108366# correct use of MetaTextRectAction

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e5c0618b4baeec560b9a562192a5fef585ba7760]

        INTEGRATION: CWS draw9 (1.18.4.1.36); FILE MERGED 2003/04/14 10:09:41 sj 1.18.4.1.36.2: #108886# adding support for mapmode MM_HIMETRIC in WMF files 2003/03/26 11:53:39 sj 1.18.4.1.36.1: #108092# improved mapping of emf files (now supporting mapmode hi_metric)

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [884efe00478dfffd22b43557d6fe3f76c1753afa]

        INTEGRATION: CWS draw9 (1.20.2.1.74); FILE MERGED 2003/03/26 11:53:15 sj 1.20.2.1.74.1: #108092# improved mapping of emf files (now supporting mapmode hi_metric)

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ba3a04db549a185a0aea8ed3636e066f40f82365]

        INTEGRATION: CWS draw9 (1.29.2.1.74); FILE MERGED 2003/04/14 17:48:20 sj 1.29.2.1.74.5: #108886# using DrawTextAction always with dxArray 2003/04/14 10:09:40 sj 1.29.2.1.74.4: #108886# adding support for mapmode MM_HIMETRIC in WMF files 2003/04/08 15:49:52 af 1.29.2.1.74.3: RESYNC: (1.29.2.1-1.30); FILE MERGED 2003/03/27 14:17:28 sj 1.29.2.1.74.2: #12200# improved pattern usage for RasterOperationB8 2003/03/26 11:52:56 sj 1.29.2.1.74.1: #108092# improved mapping of emf files (now supporting mapmode hi_metric)

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [c9645a82ad3234a604fc38f717a0a9372cf786dd]

        INTEGRATION: CWS draw9 (1.17.6.1.74); FILE MERGED 2003/03/26 11:52:34 sj 1.17.6.1.74.1: #108092# improved mapping of emf files (now supporting mapmode hi_metric)

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [c1263e76cf40b9a336ecb40513f32f6a4d0a4f30]

        INTEGRATION: CWS draw9 (1.23.6); FILE MERGED 2003/04/11 17:13:39 sj 1.23.6.1: #108870# changed default PDF Export compression to print optimized

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [19ff77cb33c012b0f224b6dc8c9ac2fa6b596454]

        INTEGRATION: CWS draw9 (1.6.6); FILE MERGED 2003/04/11 17:13:39 sj 1.6.6.2: #108870# changed default PDF Export compression to print optimized 2003/04/10 11:21:12 sj 1.6.6.1: #i12865# do not disable selection if exporting one selected object from impress/draw

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [a86f87060d4a3a792fbc8a5611efa04657c7a86b]

        INTEGRATION: CWS draw9 (1.12.2.2.12); FILE MERGED 2003/04/14 16:13:09 af 1.12.2.2.12.4: RESYNC: (1.13-1.14); FILE MERGED 2003/04/10 17:43:12 thb 1.12.2.2.12.3: #107947# Moved GetTransformedGraphic() functionality to GraphicObject 2003/04/08 13:20:46 af 1.12.2.2.12.2: RESYNC: (1.12.2.2-1.13); FILE MERGED 2003/03/26 16:11:50 thb 1.12.2.2.12.1: #108412# Make sure every tile is tried to draw

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [7fea41c4339a7a55fba19553a76cf4ff000a1b03]

        INTEGRATION: CWS draw9 (1.23.4); FILE MERGED 2003/04/10 17:43:12 thb 1.23.4.1: #107947# Moved GetTransformedGraphic() functionality to GraphicObject

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d9163095682fcbbc5484e9d633316515ec41204d]

        INTEGRATION: CWS draw9 (1.5.48); FILE MERGED 2003/03/24 10:47:17 sj 1.5.48.1: #i9375# allowing eps file to have their bounding box description everywhere

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [881dd34eb30a88a55172c07fb757708a1b6e9725]

        INTEGRATION: CWS draw9 (1.15.4); FILE MERGED 2003/04/10 17:42:16 thb 1.15.4.1: #107947# Moved GetTransformedGraphic() functionality to GraphicObject

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [f3bd07a45a82bcb56c6ccfcb15882b4110b4c1a8]

        INTEGRATION: CWS draw9 (1.11.2.2.56); FILE MERGED 2003/04/11 12:19:17 thb 1.11.2.2.56.2: #107797# Added proper EPS header/footer before embedding EPS for printing 2003/03/24 10:46:43 sj 1.11.2.2.56.1: #i9375# allowing eps file to have their bounding box description everywhere

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ba1291a6ef292d559bf06ecc84b950c642beda56]

        INTEGRATION: CWS draw9 (1.14.6); FILE MERGED 2003/04/09 16:54:51 af 1.14.6.2: #107169# Adapted syntax to gcc. 2003/04/09 10:52:27 thb 1.14.6.1: #107169# Optimited printing of masked and alpha bitmaps, which are now drawn directly on white backgrounds

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ca5f4162ca5e00c3444d41a8626d4999d461cc2b]

        INTEGRATION: CWS draw9 (1.11.6); FILE MERGED 2003/04/09 10:52:27 thb 1.11.6.1: #107169# Optimited printing of masked and alpha bitmaps, which are now drawn directly on white backgrounds

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [0519d692c6fd876742beaf0cd0dfedaa5a6f98d0]

        INTEGRATION: CWS draw9 (1.9.6); FILE MERGED 2003/04/09 10:52:26 thb 1.9.6.1: #107169# Optimited printing of masked and alpha bitmaps, which are now drawn directly on white backgrounds

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6494495f2c4c970e5fc9e2a5a881ceb494de835a]

        INTEGRATION: CWS draw9 (1.6.6); FILE MERGED 2003/04/09 10:52:26 thb 1.6.6.1: #107169# Optimited printing of masked and alpha bitmaps, which are now drawn directly on white backgrounds

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [3088337ad40ee8f67ecfc7cc40fa84a5f7763836]

        INTEGRATION: CWS draw9 (1.16.10.1.18); FILE MERGED 2003/04/04 13:58:55 ka 1.16.10.1.18.1: #i4944#: use HGLOBAL in case of WMF, too

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [8771c2160e30002c18a970f92d8b19ce4eb0ca6f]

        INTEGRATION: CWS draw9 (1.17.8); FILE MERGED 2003/04/10 17:14:40 aw 1.17.8.1: #i7672# Since BegTextEdit actually creates the OutlinerView and thus also sets the background color, an own background color needs to be set after TextEditing was started. This is now done here.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e031d0b8d3ba3fc5e1c6c2be7760bf93f0f74b32]

        INTEGRATION: CWS draw9 (1.65.8); FILE MERGED 2003/04/10 14:38:06 aw 1.65.8.1: #108584# for the changed pool defaults from drawing layer pool set those attributes as hard attributes to preserve them for saving

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [57d5028706861fa220280023fe7dd0e664a5e58f]

        INTEGRATION: CWS draw9 (1.1.1.1.180); FILE MERGED 2003/04/10 17:13:02 aw 1.1.1.1.180.1: #i7672# Overload to resue edit background color in active text edit view (OutlinerView)

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [99d71a310df2e938b21ad520503bbf924887375b]

        INTEGRATION: CWS draw9 (1.7.136); FILE MERGED 2003/04/10 17:12:36 aw 1.7.136.1: #i7672# The ModelHasChanged() call in DrawingLayer also updates a eventually active text edit view (OutlinerView). This also leads to newly setting the background color for that edit view. Thus, this method rescues the current background color if a OutlinerView exists and re-establishes it then. To be more safe, the OutlinerView will be fetched again (maybe textedit has ended).

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [4d748d2842f0b25782cd8c038c0c87dbad1475dd]

        INTEGRATION: CWS draw9 (1.7.10.1.44); FILE MERGED 2003/03/27 13:32:09 aw 1.7.10.1.44.1: #i11176# To do a correct cloning concerning the ZOrder for all objects it is necessary to actually create a draw object for fly frames, too. These are then added to the DrawingLayer (which needs to exist). Together with correct sorting of all drawinglayer based objects before cloning ZOrder transfer works correctly then.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [52f10cbf7cde6bf1a54d1596fefcbbe3f54dab15]

        INTEGRATION: CWS draw9 (1.14.136); FILE MERGED 2003/04/08 13:01:46 af 1.14.136.2: RESYNC: (1.14-1.15); FILE MERGED 2003/03/27 13:29:52 aw 1.14.136.1: #i11176# This also needs to work when no layout exists. Thus, for FlyFrames an alternative method is used now in that case.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [dee692e240656766ea5ca04913e4701518fe6758]

        INTEGRATION: CWS draw9 (1.80.6); FILE MERGED 2003/04/17 13:05:49 thb 1.80.6.1: #i13140# Check for more than empty string, when determining whether an OLE object has empty container storage name

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [5a5c07e683f5390064e4568b185733c5f275d79f]

        INTEGRATION: CWS draw9 (1.102.6.1.48); FILE MERGED 2003/04/14 15:44:06 af 1.102.6.1.48.2: RESYNC: (1.103-1.104); FILE MERGED 2003/03/27 16:48:00 iha 1.102.6.1.48.1: #108452# z order of shapes in groups could not be set

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [bce224c01dd12f9e9808d14475c8095408902414]

        INTEGRATION: CWS draw9 (1.9.142); FILE MERGED 2003/04/02 11:21:50 af 1.9.142.1: #108399# bLeft intialized to comply with keyboard accessibility.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [75ce1389240d223290ec1ba0b8bf1e34e3bcf1bc]

        INTEGRATION: CWS draw9 (1.14.146); FILE MERGED 2003/04/09 13:40:47 aw 1.14.146.4: #i13033# New mechanism to re-create the connections of cloned connectors 2003/03/28 12:03:58 thb 1.14.146.3: #i8506# Enhanced the comment 2003/03/28 11:38:04 thb 1.14.146.2: #i8506# Ensuring sufficient bound rect size for generated metafile, second try 2003/03/28 11:00:43 thb 1.14.146.1: #i8506# Ensuring sufficient bound rect size for generated metafile

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ad5e300a92ad7e02a5d0d87fcbef1fc7b582f292]

        INTEGRATION: CWS draw9 (1.13.10); FILE MERGED 2003/04/10 11:24:04 thb 1.13.10.1: #108759# Factored out background color determination from SdrObjEditView

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [680c4d40a1716dad2403e7e328a9b667d7243932]

        INTEGRATION: CWS draw9 (1.28.10); FILE MERGED 2003/04/09 11:22:15 thb 1.28.10.1: #108444# Storing the draw mode on the ImpMasterBmp to be able to check cache validity

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [17cd043f32089df0666eb0f84cb6c797b98afcee]

        INTEGRATION: CWS draw9 (1.35.10); FILE MERGED 2003/04/17 13:54:32 aw 1.35.10.4: #108973# 2003/04/11 17:36:12 thb 1.35.10.3: #108867# skip background only on second or higher recursion levels 2003/04/11 16:16:14 thb 1.35.10.2: #108867# Properly handle background colors of page and master page 2003/04/09 13:40:32 aw 1.35.10.1: #i13033# New mechanism to re-create the connections of cloned connectors

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [67252417aec2d339243f1595aa5de4905798d4d3]

        INTEGRATION: CWS draw9 (1.58.10); FILE MERGED 2003/04/10 15:33:49 aw 1.58.10.1: #108816# Since sizes may be bigger than the object bounds it is necessary to justify the rect now.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9ba23a1618292b49acef9f51ee6515db01b0a74b]

        INTEGRATION: CWS draw9 (1.33.10); FILE MERGED 2003/04/11 17:31:37 thb 1.33.10.4: #108867# Copy bClosedObj attribute on clone 2003/04/11 13:03:57 ka 1.33.10.3: #108521#: optimized creation of OLE object replacement graphics 2003/04/10 15:03:02 thb 1.33.10.2: #108759# Determine type of OLE internally, make object transparent if it's a Math OLE 2003/04/10 11:24:51 thb 1.33.10.1: #108759# Allow setting an OLE object transparent

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ab7a42ec2dca60bced25c5e500e0561267438633]

        INTEGRATION: CWS draw9 (1.54.10); FILE MERGED 2003/04/10 17:41:10 thb 1.54.10.1: #107947# Moved GetTransformedGraphic() functionality to GraphicObject

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [f8401831b367ce088ed5b61fb74ef6c7cadf5d45]

        INTEGRATION: CWS draw9 (1.54.2.4.46); FILE MERGED 2003/04/08 14:36:25 af 1.54.2.4.46.2: RESYNC: (1.54.2.4-1.55); FILE MERGED 2003/03/26 14:41:08 thb 1.54.2.4.46.1: #i12227# Make sure original line width is given to the SvtGraphicStroke

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [063e2c2a6f817baa0373565b9cd1feae56b87689]

        INTEGRATION: CWS draw9 (1.12.142); FILE MERGED 2003/04/09 13:39:10 aw 1.12.142.1: #i13033# Build transitive hull of complete selection in maAllMarkedObjects

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d461809d26a6cba5f295879588985b5ee98871e2]

        INTEGRATION: CWS draw9 (1.29.10); FILE MERGED 2003/04/10 11:24:36 thb 1.29.10.1: #108759# Factored out background color determination to SdrPaintView

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d8808e802a2454f8f2e9f636bb3af5d633850b74]

        INTEGRATION: CWS draw9 (1.6.142); FILE MERGED 2003/04/02 11:39:40 aw 1.6.142.1: #i12392# ConvertMarkedToPolyObj was too strong here, it will loose quality and information when curve objects are combined. This can be replaced by using ConvertMarkedToPathObj without changing the previous fix.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [cda3f63222cf8d41550983b6d2c850320c68a9c3]

        INTEGRATION: CWS draw9 (1.8.142); FILE MERGED 2003/04/09 13:38:35 aw 1.8.142.1: #i13033# New mechanism to search for necessary disconnections for changed connectors inside the transitive hull of all at the beginning of UNDO selected objects

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [1c5b973ed290add0e94169a58e52a927fb63bb29]

        INTEGRATION: CWS draw9 (1.6.142); FILE MERGED 2003/04/09 13:36:56 aw 1.6.142.1: #i13033# Added CloneList.cxx

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [57d08bafba72d4e5c5f929da4c4aaa1e4d6c672a]

        INTEGRATION: CWS draw9 (1.1.2); FILE ADDED 2003/04/09 13:36:39 aw 1.1.2.1: #i13033# New mechanism to hold a ist of all original and cloned objects for later re-creating the connections for contained connectors

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b7066266df4ec251771dfc5aff744c3fd99763a7]

        INTEGRATION: CWS draw9 (1.28.4.1.54); FILE MERGED 2003/04/14 15:45:05 af 1.28.4.1.54.2: RESYNC: (1.29-1.31); FILE MERGED 2003/03/24 16:29:41 sj 1.28.4.1.54.1: #107857# added implementation for WedgeRectCallout autoshape

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [eb8c559947ffb289b7ba601ad466b6a8dcdafd39]

        INTEGRATION: CWS draw9 (1.36.2.2.96); FILE MERGED 2003/03/25 11:00:42 sj 1.36.2.2.96.1: #108386# using correct delete operator

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ce3b8996742056db66226448ccdd701c381d2c8d]

        INTEGRATION: CWS draw9 (1.4.144); FILE MERGED 2003/03/26 14:39:54 thb 1.4.144.1: #i12227# Make sure original line width is given to the SvtGraphicStroke

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [06c3f505007bd928001d8980b3ed353fa6aa1817]

        INTEGRATION: CWS draw9 (1.1.2); FILE ADDED 2003/04/09 13:36:07 aw 1.1.2.1: #i13033# New mechanism to hold a ist of all original and cloned objects for later re-creating the connections for contained connectors

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [2317e902c46a8becef51da28a7cfee0332dc2988]

        INTEGRATION: CWS draw9 (1.11.144); FILE MERGED 2003/03/27 15:58:44 sj 1.11.144.1: #108344# now using the correct aspect ratio if creating thumbnail from metafile

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9fed6a615244cbd94ccd488de256792e68a22dd0]

        INTEGRATION: CWS draw9 (1.18.142); FILE MERGED 2003/03/25 20:30:59 iha 1.18.142.1: #105788# create links also from invalid urls

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [932620daba0de90604b707929e8c5c55a2c2ed72]

        INTEGRATION: CWS draw9 (1.14.2.1.68); FILE MERGED 2003/03/25 20:30:58 iha 1.14.2.1.68.1: #105788# create links also from invalid urls

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [c96d2e125ee4ec5ce38b0440b8bdad4cdd305b43]

        INTEGRATION: CWS draw9 (1.18.142); FILE MERGED 2003/03/25 20:30:57 iha 1.18.142.1: #105788# create links also from invalid urls

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [40cc53a3011312287ebbe03d944792c7d8c73858]

        INTEGRATION: CWS draw9 (1.15.2.1.66); FILE MERGED 2003/04/14 15:48:56 af 1.15.2.1.66.2: RESYNC: (1.16-1.17); FILE MERGED 2003/03/25 20:30:57 iha 1.15.2.1.66.1: #105788# create links also from invalid urls

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [1b25ff7909ab550785ad8fae71921b686cc6e179]

        INTEGRATION: CWS draw9 (1.13.8.1.56); FILE MERGED 2003/04/04 15:47:20 af 1.13.8.1.56.1: #108608# Tab travelling now cycles through shape list when either end is reached.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [cb0360a3d11a91288c3d6e201d08f1dc6f25d9be]

        INTEGRATION: CWS draw9 (1.26.10); FILE MERGED 2003/04/14 15:50:45 af 1.26.10.3: RESYNC: (1.26-1.27); FILE MERGED 2003/04/11 14:21:28 af 1.26.10.2: #108691# Removed superfluous maVisibleChildren.erase(I) from RemoveShape(). 2003/04/11 13:55:02 af 1.26.10.1: #108630# ClearAccessibleShapeList() starts numbering of shapes at 1.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6bcfa1adcf114b2195b1256f6c8416e56e591d54]

        INTEGRATION: CWS draw9 (1.40.10); FILE MERGED 2003/04/11 14:54:50 af 1.40.10.1: #108697# Added a space to speparate name and index to prevent ViaVoice from spelling the name.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [de2c718d5269086f33d22e6103f3be6a7ac59aae]

        INTEGRATION: CWS draw9 (1.32.2.5.46); FILE MERGED 2003/04/08 15:20:03 af 1.32.2.5.46.2: RESYNC: (1.32.2.5-1.34); FILE MERGED 2003/04/04 14:16:00 thb 1.32.2.5.46.1: #108558# Changed non-fatal assertion to trace

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [fbd8499ec6c54a92a85a1e0bedcc738ace35d4b1]

        INTEGRATION: CWS draw9 (1.16.110); FILE MERGED 2003/04/10 14:39:27 aw 1.16.110.1: #108584# for the changed pool defaults from drawing layer pool set those attributes as hard attributes to preserve them for saving

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ddc94fd9ec029d5a0cf3da1f985ff0486e516ccc]

        INTEGRATION: CWS draw9 (1.26.84); FILE MERGED 2003/03/27 08:15:17 oj 1.26.84.2: #107472# forget return 2003/03/26 16:31:47 oj 1.26.84.1: #107472# new method to separate the setprinter call for draw

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ffb19529678c7a41d95cc3b989711706fd0c0739]

        INTEGRATION: CWS draw9 (1.14.2.3.24); FILE MERGED 2003/04/01 16:29:56 sj 1.14.2.3.24.1: #i12131# AW: If layer name was not translated this may be an old layer name in translated speech version. To avoid errors (see bugid) this needs to be set to a useful default. Best default-layout is 'Layout'

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [82d58201ec4fa829381c3cc571a5d52b7458b726]

        INTEGRATION: CWS draw9 (1.9.84); FILE MERGED 2003/04/14 15:22:52 af 1.9.84.2: RESYNC: (1.9-1.10); FILE MERGED 2003/04/02 13:05:21 aw 1.9.84.1: #108538# To make a correct SetAttribs() call at the utlinerView it is necessary to split the actions here

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e3549f84f87753dc330c4f660948725e430eb099]

        INTEGRATION: CWS draw9 (1.19.4); FILE MERGED 2003/04/14 09:14:25 sj 1.19.4.1: #i12101# decoding url before jumping to bookmark

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e4105a93ecbf7ead27fcb5f7aaf1ad768797f5bc]

        INTEGRATION: CWS draw9 (1.29.2.3.26); FILE MERGED 2003/03/31 08:50:01 af 1.29.2.3.26.1: #108115# The tab control is set to the current page only when not in layer mode.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [10481487dffa7c3d491c4eec05d0b6849913f163]

        INTEGRATION: CWS draw9 (1.14.6.1.24); FILE MERGED 2003/03/31 15:11:50 aw 1.14.6.1.24.1: #107865# The case for the superordinate object is missing.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [025a70f82547a8fca71d60c6ee43ba88a91dcad2]

        INTEGRATION: CWS draw9 (1.22.84); FILE MERGED 2003/04/11 07:07:16 ka 1.22.84.1: #i12946#: disable font smoothing for move effects

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [fcdd83ed6a863fef339b38391b26896170058e2e]

        INTEGRATION: CWS draw9 (1.61.2.2.24); FILE MERGED 2003/03/27 09:05:52 oj 1.61.2.2.24.2: #107472# lock solarmutex 2003/03/26 16:31:46 oj 1.61.2.2.24.1: #107472# new method to separate the setprinter call for draw

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [39ce1dc3cdbdc5c81e511c6c62b47a3b244c4760]

        INTEGRATION: CWS draw9 (1.25.84); FILE MERGED 2003/04/14 12:36:59 af 1.25.84.2: 108104 PrinterIndependentLayout property now is a short integer. 2003/04/04 14:09:40 af 1.25.84.1: #108104# Added support for printer independent layout.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [a9f096e72797f254c836d5c8e58b41c0398d33b1]

        INTEGRATION: CWS draw9 (1.20.6.2.24); FILE MERGED 2003/03/26 16:31:44 oj 1.20.6.2.24.1: #107472# new method to separate the setprinter call for draw

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [076a758a2798a58692d65f5a758ccfc98dca045c]

        INTEGRATION: CWS draw9 (1.5.118); FILE MERGED 2003/03/24 16:16:11 af 1.5.118.1: #108104# Added SetImpressMode() method.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [89f4640db4672a5bd08b2d100855815adfae4dfc]

        INTEGRATION: CWS draw9 (1.16.84); FILE MERGED 2003/04/04 14:04:56 af 1.16.84.2: #108104# Changed type of printer independent layout mode from boolean to integer. 2003/03/26 14:11:37 af 1.16.84.1: #108104# Added bUsePrinterMetrics flag.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [2947273e3808619d646a742845f5c3723e735459]

        INTEGRATION: CWS draw9 (1.37.4); FILE MERGED 2003/04/14 09:40:59 sj 1.37.4.1: #i12101# decoding url before displaying quickhelp text

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [338b2d1afa428e61312378a8ab2ac93c517a15e9]

        INTEGRATION: CWS draw9 (1.13.84); FILE MERGED 2003/04/14 09:52:58 sj 1.13.84.1: #i12101# decoding url before displaying quickhelp text

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [14f1d9bfa01db3ab1f39ab033b373c150c33743b]

        INTEGRATION: CWS draw9 (1.48.2.1.38); FILE MERGED 2003/04/14 15:24:30 af 1.48.2.1.38.3: RESYNC: (1.49-1.51); FILE MERGED 2003/04/11 13:01:37 af 1.48.2.1.38.2: #108754# Added implementation of inherited GetDocumentRefDev(). 2003/04/04 13:57:28 af 1.48.2.1.38.1: #108104# Added support for printer independent layout.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [128101a038b5655017f2358730fc0483b9a043bd]

        INTEGRATION: CWS draw9 (1.14.92); FILE MERGED 2003/04/04 13:45:58 af 1.14.92.2: #108104# Connect check box and item set for printer independent layout. 2003/03/24 16:28:30 af 1.14.92.1: #108104# Addition of use-printer-metrics check box.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b02006e3d5f8e6cb14ef9056ae62951c7870cc6a]

        INTEGRATION: CWS draw9 (1.3.114); FILE MERGED 2003/03/25 07:48:25 oj 1.3.114.1: #96072# call update after exetcuting the dialog

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [8b6435def1f40ab8a6fa8f3f85ea14553b7c3dc0]

        INTEGRATION: CWS draw9 (1.25.4.1.52); FILE MERGED 2003/04/09 09:50:43 af 1.25.4.1.52.4: #108104# Added printer independent layout in CreateItemSet(). 2003/04/08 10:38:46 af 1.25.4.1.52.3: RESYNC: (1.25.4.1-1.27); FILE MERGED 2003/04/04 13:43:45 af 1.25.4.1.52.2: #108104# Set printer independent layout from item set. 2003/03/26 14:16:59 af 1.25.4.1.52.1: #108104# The SdTpOptionsMisc class now has a SetImpressMode method that has to be called.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [626dc42e16075a81b5375c275de58ff075b213f5]

        INTEGRATION: CWS draw9 (1.20.84); FILE MERGED 2003/04/17 12:14:19 cl 1.20.84.1: #108896# copy all animation settings to the sumary slide

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [7029326202e015da924b550ba5744e0db9c7ae9b]

        INTEGRATION: CWS draw9 (1.18.84); FILE MERGED 2003/04/04 13:40:33 af 1.18.84.1: #108104# Renamed ref device to mpVirtualRefDevice.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e8f1dad642033fb8ea98e459e6be45e3926170de]

        INTEGRATION: CWS draw9 (1.24.84); FILE MERGED 2003/04/04 13:37:07 af 1.24.84.2: #108104# Turned printer independent layout mode from boolean into integer. 2003/03/26 14:15:48 af 1.24.84.1: #108104# Added bUsePrinterMetrics flag.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [316448b9fe35b02e619fef4d838a60a5b3c0362f]

        INTEGRATION: CWS draw9 (1.67.2.1.22); FILE MERGED 2003/04/08 10:41:54 af 1.67.2.1.22.3: RESYNC: (1.67.2.1-1.68); FILE MERGED 2003/04/03 15:23:35 sj 1.67.2.1.22.2: #108190# fixed rounding issue for paragraph top and bottom spacing 2003/03/27 10:50:07 sj 1.67.2.1.22.1: #i8506# now exporting shapes having a hatch fillstyle as metafile

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d615dafc72465c2085bd87b82c3de02d7234ae3f]

        INTEGRATION: CWS draw9 (1.33.8.1.26); FILE MERGED 2003/03/31 10:44:42 aw 1.33.8.1.26.1: #107844# Handling of non-empty and empty PresObjs was moved to UndoActionHdl to allow adding the correct SdrUndoUserCallObj. This may be done here, too, but it makes more sense to handle all changes to PresObjs in a central place where the Undo is needed to be fetched anyways.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [aa65a8a276c7c0b626e500c389339ffc6c1d82f7]

        INTEGRATION: CWS draw9 (1.15.84); FILE MERGED 2003/04/10 09:10:10 aw 1.15.84.2: #108658# Set the size here since else the presobj autolayout will be wrong. 2003/03/31 10:43:41 aw 1.15.84.1: #107844# SfxUndoAction::Merge() is empty implemented and does nothing. To really add the action here without getting a recursive call to this link the RTTI needs to be used. So, pUndoGroup is filled and used if this worked well. Handling of non-empty and empty PresObjs was moved to UndoActionHdl to allow adding the correct SdrUndoUserCallObj. This may be done here, too, but it makes more sense to handle all changes to PresObjs in a central place where the Undo is needed to be fetched anyways.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [085ee364caa8ad1e528b7f9fff83265a71168f5c]

        INTEGRATION: CWS draw9 (1.56.2.1.26); FILE MERGED 2003/04/23 13:36:35 af 1.56.2.1.26.5: #107942# Using the application language to determine text direction instead of CTL language. 2003/04/17 17:51:47 aw 1.56.2.1.26.4: #108104# Since it is possible that a SdDrawDocument is constructed without a SdDrawDocShell the pointer member pDocSh needs to be tested before the call is executed. This is e.-g. used for copy/paste. 2003/04/09 09:52:03 af 1.56.2.1.26.3: #108104# Changing default for printer independent layout for pre-6.0 documents. 2003/04/04 12:59:02 af 1.56.2.1.26.2: #108104# Added access to current printer layout mode. 2003/03/28 12:09:17 af 1.56.2.1.26.1: #107942# Evaluating the current CTL language to switch on CTL features.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [dde02f03895e90775799d9bfdb3ee85a08277f45]

        INTEGRATION: CWS draw9 (1.17.84); FILE MERGED 2003/04/04 12:57:22 af 1.17.84.1: #108104# Modified access to virtual ref device.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [245f57c654eaffbc7ba05c07f563c1465366ed3a]

        INTEGRATION: CWS draw9 (1.23.84); FILE MERGED 2003/04/04 12:55:38 af 1.23.84.2: #108104# Added methods and member for storage and access to printer layout mode. 2003/03/31 10:42:23 aw 1.23.84.1: #107844# An undo class which is able to set/unset user calls is needed to handle the undo/redo of PresObjs correctly. It can also add/remove the object from the PresObjList of that page.

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [c0366cbd25c2bd6920c6d3db0903c341b744f8d8]

        INTEGRATION: CWS draw9 (1.39.4.3.28); FILE MERGED 2003/04/14 16:35:08 af 1.39.4.3.28.2: RESYNC: (1.40-1.42); FILE MERGED 2003/03/26 16:30:12 oj 1.39.4.3.28.1: #107472# new method to separate the setprinter call for draw

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c9e108aac6d5f42f559e2f20792579eb21aea040]

        INTEGRATION: CWS uno3 (1.53.6); FILE MERGED 2003/04/22 14:26:40 jl 1.53.6.1: #108692# correct error message if office is not configured to run java

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [333138e1f828aaf21aa27b98ae3ffd064a850576]

        INTEGRATION: CWS uno3 (1.23.52); FILE MERGED 2003/04/16 14:55:14 tbe 1.23.52.1: #108974# Office crashes when creating new Basic library in backing component

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f52327b4e765512574c0aaf94138d3c807a238ec]

        INTEGRATION: CWS uno3 (1.19.52); FILE MERGED 2003/04/16 14:55:13 tbe 1.19.52.1: #108974# Office crashes when creating new Basic library in backing component

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [90ae4430152fe909ac68315d62b2c2159bc90636]

        INTEGRATION: CWS mav4 (1.23.70); FILE MERGED 2003/04/15 12:50:02 tl 1.23.70.1: #108782# PDF export with non existing printers fixed

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [48f3a9d98b30e1118109bbf42d4e72e022c437e6]

        INTEGRATION: CWS mav4 (1.8.72); FILE MERGED 2003/04/15 12:45:59 tl 1.8.72.1: #108811# switching from small button to large and vice versa fixed

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [1be7d4ccafad6f81b97f4bfde0bdf6bb72f2d497]

        INTEGRATION: CWS mav4 (1.25.10); FILE MERGED 2003/04/15 12:43:28 tl 1.25.10.1: #108598# selection when inserting via toolbox fixed

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [aa1f6e89d2706b97f15209bf19fc2112521e636e]

        INTEGRATION: CWS mav4 (1.8.12); FILE MERGED 2003/04/15 12:43:18 tl 1.8.12.1: #108598# selection when inserting via toolbox fixed

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1f76c268a10c32eff03245ff466e8e3ce82c3482]

        INTEGRATION: CWS uno3 (1.5.10); FILE MERGED 2003/04/17 09:51:40 jsc 1.5.10.1: #108996# remove merged cells and extend docu

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [275a3309a96663b64f2ba74031c16fe84c6c4f06]

        INTEGRATION: CWS mav4 (1.31.4); FILE MERGED 2003/04/15 15:46:56 mba 1.31.4.1: #108953#: support layout information through XRenderable

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9547ef572b6efed39c044ef65629b85bb75d6580]

        INTEGRATION: CWS mav4 (1.32.4); FILE MERGED 2003/04/15 15:03:05 sab 1.32.4.1: #108931#; notify Accessibility before all things happen

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e92992df352c7b73610615cb84ff2997d909d0f9]

        INTEGRATION: CWS mav4 (1.28.14); FILE MERGED 2003/04/15 15:46:55 mba 1.28.14.1: #108953#: support layout information through XRenderable

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c8e471a1df88e21dfb9a16c162f602194bb9f064]

        INTEGRATION: CWS uno3 (1.11.58); FILE MERGED 2003/04/16 14:55:15 tbe 1.11.58.1: #108974# Office crashes when creating new Basic library in backing component

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [061490a4729b45cadf48b9fdcfef759881622d79]

        INTEGRATION: CWS mav4 (1.18.4); FILE MERGED 2003/04/15 15:46:55 mba 1.18.4.1: #108953#: support layout information through XRenderable

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ece1ee95f729878707d42c2eccf425161828b9e4]

        INTEGRATION: CWS uno3 (1.21.56); FILE MERGED 2003/04/16 14:55:15 tbe 1.21.56.1: #108974# Office crashes when creating new Basic library in backing component

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e3a2ef19b33a2f508202df8a46e27056c88f9f46]

        INTEGRATION: CWS mav4 (1.19.126); FILE MERGED 2003/04/15 16:59:07 nn 1.19.126.1: #i11702# undo for changing object's layer

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9786ab7afbb58e5acfc4fe467efc7af4d947e232]

        INTEGRATION: CWS uno3 (1.39.52); FILE MERGED 2003/04/16 14:55:14 tbe 1.39.52.1: #108974# Office crashes when creating new Basic library in backing component

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [cfaf988219399e19d9eb0ac8bf39af1a1b5b4ac2]

        INTEGRATION: CWS mav4 (1.12.132); FILE MERGED 2003/04/15 19:17:24 nn 1.12.132.1: #i13392# CheckOle: also find OLE objects in groups

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [f8b8d186e7b7dda3b99a426528ef126e52bda525]

        INTEGRATION: CWS mav4 (1.32.124); FILE MERGED 2003/04/15 15:46:54 mba 1.32.124.1: #108953#: support layout information through XRenderable

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b727cafd098fb2242c0ed5cea98e5b953b0cc30e]

        INTEGRATION: CWS mav4 (1.7.128); FILE MERGED 2003/04/15 15:46:53 mba 1.7.128.1: #108953#: support layout information through XRenderable

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e9df3432617f0f0bc56299faa0a2f433e12824af]

        INTEGRATION: CWS uno3 (1.2.12); FILE MERGED 2003/04/17 09:30:01 dbo 1.2.12.1: #i9518#

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d6b0e78b0a6b966ad7f6ce9b4c1bffaaea0cd8bc]

        INTEGRATION: CWS mav4 (1.58.4); FILE MERGED 2003/04/15 15:00:32 sab 1.58.4.1: #108931#; don't ask for the EditView only.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7afbd3f4bb0833ea2e213c94338b3e6f0eed73dd]

        INTEGRATION: CWS uno3 (1.2.12); FILE MERGED 2003/04/17 09:14:15 dbo 1.2.12.1: #i9518#

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [4ad3eb94c220945a7faf3f7906b5d805959f3bbb]

        INTEGRATION: CWS mav4 (1.4.4); FILE MERGED 2003/04/15 11:51:56 dr 1.4.4.1: #108935# import of transparent cells

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [bfd457cfb88f89116fc6945f4e44731f3f1d8608]

        INTEGRATION: CWS mav4 (1.50.14); FILE MERGED 2003/04/15 15:46:52 mba 1.50.14.1: #108953#: support layout information through XRenderable

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ceaeb24b6207076fce5373b2baff5ee52ca3783c]

        INTEGRATION: CWS uno3 (1.43.14); FILE MERGED 2003/04/15 14:48:15 jl 1.43.14.1: #108692# Java not configured message changed

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b263866f00779d6d16ef9d5fd3121ac82a1cf100]

        INTEGRATION: CWS uno3 (1.11.8); FILE MERGED 2003/04/17 09:19:03 dbo 1.11.8.1: #i9518#

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f79e7c7a0357966570b036922ed55221c2e5208e]

        INTEGRATION: CWS uno3 (1.6.26); FILE MERGED 2003/04/15 12:32:36 jl 1.6.26.1: #108707# FactoryHelper supports multiple services

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [476ca04c2d43109b758f945cfb2949f58c51d917]

        INTEGRATION: CWS uno3 (1.12.14); FILE MERGED 2003/04/16 12:01:44 ab 1.12.14.1: #i13122# Fixed LSet/RSet

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [51f32751afe81ae9b10673a98c73850ff4faeace]

        INTEGRATION: CWS mav4 (1.12.10); FILE MERGED 2003/04/15 12:39:49 tl 1.12.10.1: #108864# first time spelling problem fixed

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b5219e4364c8d58627818ce4301bf2ae69e96a64]

        INTEGRATION: CWS uno3 (1.48.14); FILE MERGED 2003/04/16 15:19:59 ab 1.48.14.1: #13230# Check overflow in Val()

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [897b98e345cc880b926c30fd5540f96b8492fc13]

        INTEGRATION: CWS mav4 (1.16.30); FILE MERGED 2003/04/15 14:28:29 tl 1.16.30.1: #108923# ENGLISH_AUS, ENGLISH_EIRE added

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [921fab80e7a0a446bb2c434de3ca33df4896b44b]

        INTEGRATION: CWS uno3 (1.21.14); FILE MERGED 2003/04/17 09:05:38 ab 1.21.14.1: #i13114# Removed obsolete assertions concerning storage name

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [576610290b6a25663fe640c46b280a5624cff8bf]

        INTEGRATION: CWS mav4 (1.46.8); FILE MERGED 2003/04/15 16:57:10 nn 1.46.8.1: #i11702# undo for changing object's layer

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [191f3dc369c1d0ef28003bfd5fb49868178e6589]

        INTEGRATION: CWS uno3 (1.3.12); FILE MERGED 2003/04/17 13:49:40 jb 1.3.12.1: #108949# clear TreeSegment reference in strategy when disposeData() is called

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [dbee88ab175b95c35a981adce28f68083aa167ec]

        INTEGRATION: CWS uno3 (1.23.10); FILE MERGED 2003/04/17 13:49:40 jb 1.23.10.1: #108949# clear TreeSegment reference in strategy when disposeData() is called

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [fe752d413429de690e2f17db9c703558d474566d]

        INTEGRATION: CWS uno3 (1.1.48); FILE MERGED 2003/04/17 13:49:39 jb 1.1.48.1: #108949# clear TreeSegment reference in strategy when disposeData() is called

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [877550f06b58e8479b7e05b1b83902c4da1d7ef5]

        INTEGRATION: CWS uno3 (1.1.48); FILE MERGED 2003/04/17 13:49:38 jb 1.1.48.1: #108949# clear TreeSegment reference in strategy when disposeData() is called

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d7e4050aec6e44f5e84d5c1c12202d7bb447a591]

        INTEGRATION: CWS mav4 (1.3.2); FILE MERGED 2003/04/16 09:05:36 cl 1.3.2.1: #108952# #108965# fixed strings

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9eca3c4d8d702ebca1f3feed990c20b47d60b913]

        lost integration comment

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [8cbd7415de9a31941be25444c0bd3f7a74cc7336]

        INTEGRATION: CWS mav4 (1.2.2); FILE MERGED 2003/04/16 10:42:55 cl 1.2.2.1: #108952# #108965# fixed strings

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ed550b22e6d70e8534dda85b25e84549e81e9eb5]

        INTEGRATION: CWS mav4 (1.2.2); FILE MERGED 2003/04/16 09:05:35 cl 1.2.2.1: #108952# #108965# fixed strings

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [dcd97114f657fdf1119956f4d16ed0775097f020]

        INTEGRATION: CWS mav4 (1.2.2); FILE MERGED 2003/04/11 09:56:27 cl 1.2.2.1: #108822# fixed type when export filter node

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [fdbc0b32bd4d4f940582b40de916068580a5ffc5]

        INTEGRATION: CWS mav4 (1.2.2); FILE MERGED 2003/04/15 14:05:22 abutler 1.2.2.1: #108576# removed meta processing

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9fc274ab59b87dc8041847ec50f0db06fb0a40af]

        INTEGRATION: CWS mav4 (1.25.8); FILE MERGED 2003/04/15 14:56:38 mba 1.25.8.1: #108942#: Draw4.0 is Impress4.0

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [dc401cecf6ef95cb86792873c923b87ca191547f]

        INTEGRATION: CWS mav4 (1.6.4); FILE MERGED 2003/04/23 08:32:42 mav 1.6.4.1: #i5970# CLSID for chart

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [61f3db35ad221778a85985d4e3e340b140cdbf5b]

        INTEGRATION: CWS mav4 (1.7.2); FILE MERGED 2003/04/14 07:27:51 mav 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/11 14:02:28 mav 1.7.2.1: #108635# store the extent information in the additional stream

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [54584a2920272cd6df2d022d093e5a77dd1bfc54]

        INTEGRATION: CWS mav4 (1.10.2); FILE MERGED 2003/04/11 14:02:28 mav 1.10.2.1: #108635# store the extent information in the additional stream

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [afc47f49cbd8ba6314f4a4c0f2574664906cc205]

        INTEGRATION: CWS mav4 (1.1.2); FILE MERGED 2003/04/17 11:47:55 mav 1.1.2.1: #109022# use OleEmbeddedServerRegistration

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [80964de1315b12108bd6f03362f640a5e28a3e38]

        INTEGRATION: CWS mav4 (1.10.2); FILE MERGED 2003/04/11 14:02:27 mav 1.10.2.1: #108635# store the extent information in the additional stream

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b64176bb10f35b65d31654046589e76b24aa6f1c]

        INTEGRATION: CWS mav4 (1.11.2); FILE MERGED 2003/04/11 14:02:26 mav 1.11.2.1: #108635# store the extent information in the additional stream

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b40e4c11ee96aeba0fc5d06407d289891c148918]

        INTEGRATION: CWS mav4 (1.11.2); FILE MERGED 2003/04/14 09:44:15 mav 1.11.2.2: #108635# increase a reference 2003/04/11 14:02:25 mav 1.11.2.1: #108635# store the extent information in the additional stream

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [8bb910fde4ad28820b84e61a52d890adcd962902]

        INTEGRATION: CWS mav4 (1.21.18); FILE MERGED 2003/04/15 13:06:05 os 1.21.18.1: #108280# save AutoText entry document on PREPARECLOSEDOC event

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [22ccab19976dd35669f9a4317cc5162f2cbe266d]

        INTEGRATION: CWS mav4 (1.25.18); FILE MERGED 2003/04/15 08:54:33 os 1.25.18.1: #108876# set font attribute always when inserting special characters

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [1e4a10e463c59fa8289a4ea1e7fa51c37c058721]

        INTEGRATION: CWS mav4 (1.26.20); FILE MERGED 2003/04/15 06:28:09 os 1.26.20.1: #i13139# spelling corrected

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [030452e917a637493de2252b465a9cdb9ec0f7b4]

        INTEGRATION: CWS mav4 (1.14.4); FILE MERGED 2003/04/15 14:51:51 os 1.14.4.1: #107977# select font and language depending on the application locale

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [de05110aa0746e68e0c1fb9d7bebce4da1fb4988]

        INTEGRATION: CWS mav4 (1.74.4); FILE MERGED 2003/04/15 12:37:57 tl 1.74.4.1: #108502# lcl_setValue, lcl_setString fixed (call ClaimFrmFmt)

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [77bb6df7de649f8b63354dbff46480236b309003]

        INTEGRATION: CWS mav4 (1.5.16); FILE MERGED 2003/04/16 09:21:53 dvo 1.5.16.1: #108964# deleting UNO bookmarks doesn't modify the document

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [dfc6d696a811e8f9735d51ad2af546d44d30bd57]

        INTEGRATION: CWS mav4 (1.27.2); FILE MERGED 2003/04/15 09:05:30 as 1.27.2.1: #108892# establish backing component on startup if no command line parameter exists

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [010ea2d68f81d44005907fc945a965283c42bf57]

        INTEGRATION: CWS mav4 (1.40.4); FILE MERGED 2003/04/16 06:34:15 tl 1.40.4.1: #108916# return value now initialized

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [375f61c6dac73313cfcc09c37dbc410bbac7e104]

        INTEGRATION: CWS mav4 (1.76.12); FILE MERGED 2003/04/23 08:29:20 mav 1.76.12.1: #i5970# allow to switch off the new MS export feature

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [8d8d5e7c5ab1ca5ad994daf9b8027ee92166fb1d]

        INTEGRATION: CWS mav4 (1.2.2); FILE MERGED 2003/04/09 14:34:30 lo 1.2.2.1: #108766# set timebomb to 2003-12-31

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d3da70ee3c4958ca9a2df642805459ab2db4ed4a]

        INTEGRATION: CWS mav4 (1.1.90); FILE MERGED 2003/04/09 15:30:59 lo 1.1.90.1: #108766# force dependency for makefile change

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b7038b0ea973c5cdb8424e3fb0d9fd6db40606e5]

        INTEGRATION: CWS mav4 (1.13.4); FILE MERGED 2003/04/15 09:05:29 as 1.13.4.1: #108892# establish backing component on startup if no command line parameter exists

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [bb6ae9c8ac449ae1f58a726eca1114a976fe3a27]

        INTEGRATION: CWS mav4 (1.17.4); FILE MERGED 2003/04/15 09:05:28 as 1.17.4.1: #108892# establish backing component on startup if no command line parameter exists

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [03955b937d72199be07dfd12fb9901cc09e3adc1]

        INTEGRATION: CWS mav4 (1.105.2); FILE MERGED 2003/04/23 08:07:33 as 1.105.2.6: #109052# let backing mode property set by the backing component itself 2003/04/22 13:17:04 as 1.105.2.5: #108892# enable backing component again 2003/04/22 10:05:43 as 1.105.2.4: #108892# disable backing component ... 2003/04/16 11:09:08 lo 1.105.2.3: #208976# call CloseSplashScreen in DeInit 2003/04/16 09:21:55 lo 1.105.2.2: #108945# disable ipc thread when help message is displayed 2003/04/15 09:05:27 as 1.105.2.1: #108892# establish backing component on startup if no command line parameter exists

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [5e747614744799ae3a9c748bc61f631e68f96d0b]

        INTEGRATION: CWS mav4 (1.16.2); FILE MERGED 2003/04/15 09:05:27 as 1.16.2.1: #108892# establish backing component on startup if no command line parameter exists

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [3840e9f4e775e6fc15fbe30df28bdf83455ea8c9]

        INTEGRATION: CWS mav4 (1.65.2); FILE MERGED 2003/04/23 08:09:07 as 1.65.2.1: #109052# recognize backing component on showing closer

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [28a6d294088fbfaf62bc254fc69db09f0f2208c2]

        INTEGRATION: CWS mav4 (1.4.2); FILE MERGED 2003/04/23 08:09:21 as 1.4.2.1: #109052# let backing mode property set by the backing component itself

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [165230437837f84673d5f90be93d623a2d3a0f0c]

        INTEGRATION: CWS mav4 (1.9.2); FILE MERGED 2003/04/15 09:14:01 as 1.9.2.1: #108892# fix some potentiell bugs, which can occures on office startup

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [a2505ec16d9118e40ced54e20402212d34cd1b1f]

        INTEGRATION: CWS mav4 (1.3.2); FILE MERGED 2003/04/23 08:08:22 as 1.3.2.1: #109052# let backing mode property set by the backing component itself

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [efc94fc1056dc4db7ae075b121a6c028c2383409]

        INTEGRATION: CWS mav4 (1.2.10); FILE MERGED 2003/04/23 13:17:52 as 1.2.10.1: #109052# HACK: refresh background color if it was changed by 3rdparty!

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [969f41a8bf6dc3448d1bd3bdc0eb5fd188b1ab57]

        INTEGRATION: CWS mav4 (1.3.2); FILE MERGED 2003/04/15 09:14:00 as 1.3.2.1: #108892# fix some potentiell bugs, which can occures on office startup

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [485ba15fdfbc0934b9207229854bd04a91ca336c]

        INTEGRATION: CWS mav4 (1.2.10); FILE MERGED 2003/04/23 13:17:42 as 1.2.10.1: #109052# HACK: refresh background color if it was changed by 3rdparty!

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [721504bd3b8d22b6f083af63601d8abecc0f7d2a]

        INTEGRATION: CWS mav4 (1.31.10); FILE MERGED 2003/04/17 11:46:25 mav 1.31.10.1: #109022# new OleEmbeddedServerRegistration

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [5e8eee4e6b360037a5996b1874b3c29694083f58]

        INTEGRATION: CWS mav4 (1.2.18); FILE MERGED 2003/04/14 16:59:51 dvo 1.2.18.1: #108920# PrinterIndependentLayout uses short, not long

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [56b44d928156ca7514483c57ab6f32e92d9500b6]

        INTEGRATION: CWS mav4 (1.1.2); FILE ADDED 2003/04/17 11:46:23 mav 1.1.2.1: #109022# new OleEmbeddedServerRegistration

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [f258adb764b3268fa1d0c57e3e31edaca86fe1e8]

        INTEGRATION: CWS mav4 (1.5.54); FILE MERGED 2003/04/15 12:22:26 oj 1.5.54.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [2d3dece122eb88014000f25087f0d8e2abf5be75]

        INTEGRATION: CWS mav4 (1.8.12); FILE MERGED 2003/04/15 12:39:13 abi 1.8.12.2: #88865# added exception handling under windows ( and explicit linking to cppu.lib) 2003/04/15 10:38:53 abi 1.8.12.1: #88865# a hack in an method which will get removed

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ea6b87864d8a388422f19b217ad6ee394b3ea51b]

        INTEGRATION: CWS mav4 (1.36.12); FILE MERGED 2003/04/15 13:19:49 abi 1.36.12.3: #88865# collapsed ctor + set(URL) to ctor(URL) 2003/04/15 12:47:34 abi 1.36.12.2: #88865# added static qualifier 2003/04/15 10:38:34 abi 1.36.12.1: #88865# a hack in an method which will get removed

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [0bb34a840e41672fac1a0157100053e0efca5eb7]

        INTEGRATION: CWS mav4 (1.5.12); FILE MERGED 2003/04/15 12:39:14 abi 1.5.12.2: #88865# added exception handling under windows ( and explicit linking to cppu.lib) 2003/04/15 10:38:34 abi 1.5.12.1: #88865# a hack in an method which will get removed

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [64d539d931ae8e7849db981b43feb2f9c58d5999]

        INTEGRATION: CWS mav4 (1.12.78); FILE MERGED 2003/04/16 11:40:06 mav 1.12.78.1: #88862# dependency from ucbhelper

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [dd7d4c3994a29c10e159ab9cf1fcaadeb6c7f31e]

        INTEGRATION: CWS mav4 (1.8.54); FILE MERGED 2003/04/15 12:22:26 oj 1.8.54.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e7e84c96fbb3e361e85052ec08a6aa867145458a]

        INTEGRATION: CWS mav4 (1.38.20); FILE MERGED 2003/04/15 13:13:25 as 1.38.20.1: #108912# special handling for SID_BACKGROUND_COLOR

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6b2c5711c2ab1c9dfba8bbfbd1637f2a856cfd79]

        INTEGRATION: CWS mav4 (1.10.20); FILE MERGED 2003/04/15 16:55:53 nn 1.10.20.1: #i11702# add SdrUndoObjectLayerChange

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [4fda97cf0cb052fbd1b593629461a69234e9d4c9]

        INTEGRATION: CWS mav4 (1.7.6); FILE MERGED 2003/04/23 08:35:23 mav 1.7.6.1: #i5970# new MS export feature

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [fae23b757a40258c25fc4b57f5484cff00d04aa3]

        INTEGRATION: CWS mav4 (1.9.20); FILE MERGED 2003/04/23 08:35:23 mav 1.9.20.1: #i5970# new MS export feature

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [30d823b79f5ca71e01c6013744478403f3bae0c6]

        INTEGRATION: CWS mav4 (1.11.174); FILE MERGED 2003/04/16 09:47:38 ka 1.11.174.1: #108959#: use log size ratio to create thumbnails

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [45a4ee5cb099517c4ce4583582d2edb1654aedc3]

        INTEGRATION: CWS mav4 (1.2.6); FILE MERGED 2003/04/16 08:35:16 os 1.2.6.1: #108960# English<>German mix fixed

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [541a0e8e107d5c119da4e20037bcac41f11e365c]

        INTEGRATION: CWS mav4 (1.33.6); FILE MERGED 2003/04/17 07:38:08 mav 1.33.6.2: #100000# adopt code for linux and solaris compilers 2003/04/15 15:03:47 thb 1.33.6.1: #108947# Sorting paragraph ranges before calling FireEvent

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [62299899627263fa27c7a0e74d9e973a0f1d863d]

        INTEGRATION: CWS mav4 (1.25.54); FILE MERGED 2003/04/15 12:22:11 oj 1.25.54.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [3104046f7a62cc3913e88dedec4fa8cde4ae47c6]

        INTEGRATION: CWS mav4 (1.5.60); FILE MERGED 2003/04/15 12:22:26 oj 1.5.60.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [4b81867ba7eb81916be2a55bc747be9b0a3afd76]

        INTEGRATION: CWS mav4 (1.4.60); FILE MERGED 2003/04/15 12:22:25 oj 1.4.60.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [72d9b5765046b929b2dd83e359addf32217be975]

        INTEGRATION: CWS mav4 (1.4.60); FILE MERGED 2003/04/15 12:22:24 oj 1.4.60.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e580967c0589bc9e73086730b2fc1718ee291673]

        INTEGRATION: CWS mav4 (1.12.54); FILE MERGED 2003/04/15 12:22:18 oj 1.12.54.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [23442da311f8d66e0a19a1d6e098a844220e3dad]

        INTEGRATION: CWS mav4 (1.12.72); FILE MERGED 2003/04/17 07:47:26 mav 1.12.72.1: add jvmaccess

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e5b76423276f3354436e26aba3d79642103bf6f1]

        INTEGRATION: CWS mav4 (1.8.60); FILE MERGED 2003/04/15 12:22:17 oj 1.8.60.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9c32cb6fdb9a56f26e9964fddcb5dc806733c1ea]

        INTEGRATION: CWS mav4 (1.4.84); FILE MERGED 2003/04/15 12:22:17 oj 1.4.84.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [53b260467c0b3a63fc36e8b92a13e719a228029b]

        INTEGRATION: CWS mav4 (1.3.84); FILE MERGED 2003/04/15 12:22:16 oj 1.3.84.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [4def11af42e094ec24c5c1b6dda43c73235eab0d]

        INTEGRATION: CWS mav4 (1.1.1.1.98); FILE MERGED 2003/04/15 12:22:15 oj 1.1.1.1.98.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [62b78e847278457491a36be908d0fb3218e511fd]

        INTEGRATION: CWS mav4 (1.4.76); FILE MERGED 2003/04/15 12:22:14 oj 1.4.76.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e4bf2e63c7b17c09d98b50fc148f7dd7e08ac8fe]

        INTEGRATION: CWS mav4 (1.4.82); FILE MERGED 2003/04/15 12:22:14 oj 1.4.82.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [92406eb92ee8cad83c4bb500f8489abdf79f80f9]

        INTEGRATION: CWS mav4 (1.17.54); FILE MERGED 2003/04/15 12:22:13 oj 1.17.54.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [71a7e91208534c0053166f5c16b5882eaf212e0e]

        INTEGRATION: CWS mav4 (1.3.84); FILE MERGED 2003/04/15 12:22:13 oj 1.3.84.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [ebbe2a8d70729a578656bea76e4c52549e24e476]

        INTEGRATION: CWS mav4 (1.11.60); FILE MERGED 2003/04/15 12:22:12 oj 1.11.60.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [837b8d9078f3a77db3ec1a3d5acf48557c9a15f5]

        INTEGRATION: CWS mav4 (1.63.2); FILE MERGED 2003/04/23 08:35:22 mba 1.63.2.1: #108760#: remove LoadEnv even earlier to avoid problems with dead Mediums when the LoadEnv gets destroyed

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [90cbf2f78f6930aa28dc9ee2cb3e07a66674ae46]

        INTEGRATION: CWS mav4 (1.12.54); FILE MERGED 2003/04/15 12:22:12 oj 1.12.54.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [abfb3d33806a4fa1096cbaaeca4e1bcd672595c4]

        INTEGRATION: CWS mav4 (1.4.60); FILE MERGED 2003/04/15 12:22:11 oj 1.4.60.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [59f90491fbcf12ccaa59fa52c6e3df0c200e3079]

        INTEGRATION: CWS mav4 (1.2.88); FILE MERGED 2003/04/15 12:22:10 oj 1.2.88.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [f40680e9ceb79b73825f66e603e7d727ee31beb1]

        INTEGRATION: CWS mav4 (1.42.2); FILE MERGED 2003/04/23 10:30:50 mba 1.42.2.2: #108760#: avoid double disposing 2003/04/11 14:33:04 mav 1.42.2.1: #108635# store the extent information in the additional stream

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [f5c3255e8861ece590d8d136f6978e7b61279b07]

        INTEGRATION: CWS mav4 (1.3.60); FILE MERGED 2003/04/15 12:22:10 oj 1.3.60.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [5a4cdc87b24b4d215832fdb469925b37ddfae86c]

        INTEGRATION: CWS mav4 (1.4.84); FILE MERGED 2003/04/15 12:22:09 oj 1.4.84.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9d9de80a314b8911f113d5066a15d56960f452fa]

        INTEGRATION: CWS mav4 (1.5.76); FILE MERGED 2003/04/15 12:22:09 oj 1.5.76.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [4ce06e00124eb4a426072a5939c3c7b090996012]

        INTEGRATION: CWS mav4 (1.14.10); FILE MERGED 2003/04/15 12:22:08 oj 1.14.10.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [9ecd901d2fbbbf634dfd97fce5a3ccc54faf4295]

        INTEGRATION: CWS mav4 (1.3.84); FILE MERGED 2003/04/15 12:22:07 oj 1.3.84.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e702670047f7bc94f2ad1165eaf68b90cce898ad]

        INTEGRATION: CWS mav4 (1.7.80); FILE MERGED 2003/04/15 12:22:06 oj 1.7.80.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [66b8cf6384969e99a5d1cea7b08d6769c79bbb9d]

        INTEGRATION: CWS mav4 (1.10.74); FILE MERGED 2003/04/15 12:22:05 oj 1.10.74.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [85cb1211823955e4f0c4d19b9311b26e198593f6]

        INTEGRATION: CWS mav4 (1.3.84); FILE MERGED 2003/04/15 12:22:05 oj 1.3.84.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [4ad65d496777f798d9aca681aa6ff10ee941f7e1]

        INTEGRATION: CWS mav4 (1.3.84); FILE MERGED 2003/04/15 12:22:04 oj 1.3.84.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [a7bdbab14378462b720bc6752eb8ba3c7a8dd9a0]

        INTEGRATION: CWS mav4 (1.3.84); FILE MERGED 2003/04/15 12:22:02 oj 1.3.84.1: #108943# merge from apps61beta2 and statement fix, concurrency

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [1d52704a57468f55276d763fc01731107ed93e6e]

        INTEGRATION: CWS mav4 (1.78.12); FILE MERGED 2003/04/15 10:01:16 oj 1.78.12.1: #108932# only add / when no / exists

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [a27d9549cb67ff3d3c34a9f5b7e098737befe60b]

        INTEGRATION: CWS mav4 (1.9.16); FILE MERGED 2003/04/16 10:24:00 sj 1.9.16.1: #i13212# added unicode support for our own internal metafile format

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [4a309a0645163171f028ad5e725ad281584b2fbe]

        INTEGRATION: CWS mav4 (1.3.164); FILE MERGED 2003/04/16 12:22:23 sj 1.3.164.1: #108967# removed forbidden memory access

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [44781f2df99491b3526270eb8d250f2ee00e7b6b]

        INTEGRATION: CWS mav4 (1.39.2); FILE MERGED 2003/04/14 09:49:43 as 1.39.2.1: #108820# don't forget to remove close listener at the model

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6c503f093d3cf779e980854d90438c35294d3b50]

        INTEGRATION: CWS mav4 (1.15.2); FILE MERGED 2003/04/15 14:57:07 mba 1.15.2.1: #108926#: JavaScript EventBindings got lost

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [0da20a9ec477f484cf32c20336ec99d6df10cb67]

        INTEGRATION: CWS mav4 (1.34.2); FILE MERGED 2003/04/23 10:30:50 mba 1.34.2.1: #108760#: avoid double disposing

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [515cee3060734adce97a93cd76fd15cb2a4b9f7b]

        INTEGRATION: CWS mav4 (1.130.2); FILE MERGED 2003/04/14 09:50:10 as 1.130.2.1: #108820# don't call GetMedium_Impl() more then once

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e31ab1150d8b5e84ab79cf6f5b44f12d1d2661be]

        INTEGRATION: CWS mav4 (1.79.2); FILE MERGED 2003/04/15 09:15:56 as 1.79.2.1: #108892# recognize non existing document if basic should be used

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b5fccbfdf969ef9a1365f0910d6a11161ca1c7d9]

        INTEGRATION: CWS mav4 (1.67.10); FILE MERGED 2003/04/14 09:52:31 mba 1.67.10.1: #108715#: templates again opened for new doc in SID_OPENDOC

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [5fab98a82f74a56986319833ed12aca43244cd17]

        INTEGRATION: CWS mav4 (1.64.12); FILE MERGED 2003/04/22 13:16:42 as 1.64.12.1: #108892# create office wrapper on demand

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [f67037a035f4c5cc2605ad99727a7e80c02c86f1]

        INTEGRATION: CWS mav4 (1.81.24); FILE MERGED 2003/04/17 10:36:13 oj 1.81.24.1: #109006# add adabas strings

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6691294dd8e80658e42b31794a6499805d1e989d]

        INTEGRATION: CWS mav4 (1.120.24); FILE MERGED 2003/04/17 10:36:09 oj 1.120.24.1: #109006# add adabas strings

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [84607e929bb857048be5592cb471dfbbbb497337]

        INTEGRATION: CWS mav4 (1.24.66); FILE MERGED 2003/04/17 10:36:08 oj 1.24.66.1: #109006# add adabas strings

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c126eb1f75e2b6f302dbbd09a1b2ab783d5ca2b1]

        INTEGRATION: CWS ause03 (1.9.156); FILE MERGED 2003/04/16 13:04:11 hjs 1.9.156.1: #108803# fixed case of PRJNAME

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e979a19d27ba75a491b8a88253efcaef9b5ee5a5]

        INTEGRATION: CWS ause03 (1.15.4.3.62); FILE MERGED 2003/04/22 11:07:24 hjs 1.15.4.3.62.1: #i12910# missing dependency

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3b52155319c1bebe0fe5b475003a274271bfb2fd]

        INTEGRATION: CWS ause03 (1.10.4.1.24); FILE MERGED 2003/04/01 11:18:05 ka 1.10.4.1.24.1: usage of different color depths is now possible

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [be6415680983725dc8a753c39437a0638f85b4a2]

        INTEGRATION: CWS ause03 (1.10.146); FILE MERGED 2003/04/08 15:14:41 ka 1.10.146.1: added lang_num command line parameter

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [60d0a4408df64e05ad5c473702208583baf53621]

        INTEGRATION: CWS ause03 (1.131.2.5.8); FILE MERGED 2003/04/23 12:11:24 hjs 1.131.2.5.8.2: RESYNC: (1.131.2.5-1.134); FILE MERGED 2003/04/10 14:03:42 hjs 1.131.2.5.8.1: #108803# language code in separate parameter for bmp tool; includes

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [469795314d628de61173a7cd0bbe94049cc1187c]

        INTEGRATION: CWS ause03 (1.39.2.4.14); FILE MERGED 2003/04/10 14:05:21 hjs 1.39.2.4.14.1: #108803# deliver subdir

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b0082c2d328141a80b38074e1c319b4dae955161]

        INTEGRATION: CWS ause03 (1.7.10.1.36); FILE MERGED 2003/04/10 13:50:26 hjs 1.7.10.1.36.1: #108803# wrong PRJNAME

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a2f1fab33787b66a0a1ff7338e126d39c1753556]

        INTEGRATION: CWS ause03 (1.20.12.1.92); FILE MERGED 2003/04/10 13:49:55 hjs 1.20.12.1.92.1: #108803# PRJNAME with wrong case

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5687feb4d5ecd0bfcaa11bbc6484f8ef8bc57915]

        INTEGRATION: CWS ause03 (1.1.78); FILE MERGED 2003/04/10 13:48:51 hjs 1.1.78.1: #108803# wrong PRJNAME

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ea160654c20e70f17b89d2a1ee7be0f063768acb]

        INTEGRATION: CWS ause03 (1.3.76); FILE MERGED 2003/04/10 13:47:54 hjs 1.3.76.1: #108803# wrong PRJNAME

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [39c7d1f0bf2422fbb0860b3cef100e57bc5141bb]

        INTEGRATION: CWS ause03 (1.13.14.3.58); FILE MERGED 2003/04/10 13:45:49 hjs 1.13.14.3.58.1: #108803# PRJNAME with wrong case

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [cb32856588666edbf8c0e1da6e3ab292e670a0dd]

        INTEGRATION: CWS ause03 (1.17.8.1.54); FILE MERGED 2003/04/10 13:45:39 hjs 1.17.8.1.54.1: #108803# PRJNAME with wrong case

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3ff905c0c4aef9bbc41acac5d5b62f37ed813062]

        INTEGRATION: CWS ause03 (1.19.94); FILE MERGED 2003/04/24 10:49:09 af 1.19.94.1: #109037# Redefining IMAGE_STDBIN_COLOR(_HC) to magenta in order to display new icons correctly.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7b0b6fe9e4bcd94cb65335fd41911ada1b436fba]

        INTEGRATION: CWS ause03 (1.14.96); FILE MERGED 2003/04/24 10:49:08 af 1.14.96.1: #109037# Redefining IMAGE_STDBIN_COLOR(_HC) to magenta in order to display new icons correctly.

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e2e01c979ad0a67551731c8242000fb4d0e98d23]

        INTEGRATION: CWS ause03 (1.16.38); FILE MERGED 2003/04/10 13:43:43 hjs 1.16.38.1: #108803# PRJNAME with wrong case

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0aa98809b9bdb8baf185145efce384561bb35a23]

        cws_srx644_i18napi -> HEAD

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5b58927e9af3abf4f728686b43d36d1cd0210a7a]

        cws_srx644_i18napi -> HEAD

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6705b4531d1c483151a3251aaaa05a2200de7f94]

        INTEGRATION: CWS i18napi (1.13.8); FILE MERGED 2003/04/19 20:10:56 er 1.13.8.1: #i13625 move source/utility/ to module i18nutil; create separated libi18nsearch

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [008f4d1af052af38c7141c888bbcc20907a48232]

        INTEGRATION: CWS i18napi (1.14.8); FILE MERGED 2003/04/19 20:10:10 er 1.14.8.1: #i13625 move source/utility/ to module i18nutil; create separated libi18nsearch

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8f22bc8221687dbb4a0ee55dea864cf54f75b69b]

        INTEGRATION: CWS i18napi (1.6.8); FILE MERGED 2003/04/19 19:41:11 er 1.6.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [69712a0c104a4feb3c3f4cf9a1650ce72146c852]

        INTEGRATION: CWS i18napi (1.26.8); FILE MERGED 2003/04/19 19:41:06 er 1.26.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [da3ad136046326617bb982348e8c4ea8d5da6bfd]

        INTEGRATION: CWS i18napi (1.50.20); FILE MERGED 2003/04/19 20:23:52 er 1.50.20.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [014f5b5e28ea79c6edbd4e871fbf605f32c6333b]

        INTEGRATION: CWS i18napi (1.30.20); FILE MERGED 2003/04/19 20:23:51 er 1.30.20.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [47be0465ec58b0c645c7807ebde36282808c841e]

        INTEGRATION: CWS i18napi (1.1.46); FILE MERGED 2003/04/22 11:13:49 er 1.1.46.1: #107686# update types list

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d1f170a2bf3e33b47ea6c93302ca907d998c4b3d]

        INTEGRATION: CWS i18napi (1.1.68); FILE MERGED 2003/04/22 11:13:49 er 1.1.68.1: #107686# update types list

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d4771cb2b58c4a60b518ccda4d5220a578b4f726]

        INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:13 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ea508dff6617325cd29868930e2e5c9d2c8f3a59]

        INTEGRATION: CWS i18napi (1.4.8); FILE MERGED 2003/04/19 19:41:13 er 1.4.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e2948ede4b4288be346722b9ac0996b04ce658fd]

        INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:12 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ac802f279df5abbe0f23cfde859db09e7eaee454]

        INTEGRATION: CWS i18napi (1.3.8); FILE MERGED 2003/04/19 19:41:12 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6f819b1c30a99973166b489da4c49bd3de9ea879]

        INTEGRATION: CWS i18napi (1.5.8); FILE MERGED 2003/04/19 19:41:11 er 1.5.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [bbd141537bc37a7513cd7a9f364d17ac4440c3e2]

        INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:11 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3b35692225eab800b5f3a4435f9e2c83a31c8393]

        INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:10 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a6e5786243a6a5233ddc68ef46d41a0a6e79fc4c]

        INTEGRATION: CWS i18napi (1.11.8); FILE MERGED 2003/04/19 19:41:10 er 1.11.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4ba3d8b16fd173bd1b8238cd69775f7e548b5608]

        INTEGRATION: CWS i18napi (1.8.6); FILE MERGED 2003/04/19 19:41:10 er 1.8.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8fea3e73756a6bbb8e987467b017044126fa4211]

        INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:09 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [87a054feab90dedefc70a9195b9389b7e4f7c22c]

        INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:08 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e838d03d4c1bdb3d894fdd73c796786cc518fcd9]

        INTEGRATION: CWS i18napi (1.5.6); FILE MERGED 2003/04/19 19:41:07 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6efe73db41c4d46560f320bae25c92245645d88e]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/19 19:28:00 er 1.1.2.1: #i13625# moved from ../../inc/

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [25999515e0dc6c89f4b17fecc3ced932e56a1b65]

        INTEGRATION: CWS i18napi (1.2.8); FILE MERGED 2003/04/19 19:35:40 er 1.2.8.1: #i13625# untangle i18npool

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9186250d90ca64a9f357653d9eec2b9f55e5eb54]

        INTEGRATION: CWS i18napi (1.2.8); FILE MERGED 2003/04/19 19:35:39 er 1.2.8.1: #i13625# untangle i18npool

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [16c48c9bf6498eca0776410e028d39fa7ae040ec]

        INTEGRATION: CWS i18napi (1.14.8); FILE MERGED 2003/04/19 19:41:06 er 1.14.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d46581b970e1aedc62d487283b187df4211f21b4]

        INTEGRATION: CWS i18napi (1.2.54); FILE MERGED 2003/04/19 19:41:05 er 1.2.54.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [bebde6d89137cf30c45db55683f47662bb7fa4e6]

        INTEGRATION: CWS i18napi (1.11.16); FILE MERGED 2003/04/19 19:41:04 er 1.11.16.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [931a6041d51b4354288604d288851addea74bcfb]

        INTEGRATION: CWS i18napi (1.12.8); FILE MERGED 2003/04/19 19:41:04 er 1.12.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a81c008d5bbe8c9373ea478feded63352a6d46a3]

        INTEGRATION: CWS i18napi (1.3.8); FILE MERGED 2003/04/19 19:41:03 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a7bfb947a83e9449a4a9b6e2129611129864a7ba]

        INTEGRATION: CWS i18napi (1.3.52); FILE MERGED 2003/04/19 19:41:02 er 1.3.52.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [23b80e10c27d54f2ac60bbe72d877f9b3ba8ddb8]

        INTEGRATION: CWS i18napi (1.7.16); FILE MERGED 2003/04/19 19:41:01 er 1.7.16.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7f698befbffe8228c2f194c2f30ff907542ec026]

        INTEGRATION: CWS i18napi (1.5.8); FILE MERGED 2003/04/19 19:41:01 er 1.5.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [531d0d9910a23898150a826882df24d21f97f59d]

        INTEGRATION: CWS i18napi (1.6.46); FILE MERGED 2003/04/19 19:41:00 er 1.6.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [29bd0b31459671daebcae6fe0b7df432be5b9d2b]

        INTEGRATION: CWS i18napi (1.19.16); FILE MERGED 2003/04/19 19:40:59 er 1.19.16.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f1de99c93a10c95ea642ce3c36c78ceb30a8200e]

        INTEGRATION: CWS i18napi (1.6.46); FILE MERGED 2003/04/19 19:40:59 er 1.6.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [8e388a9d6f97b8eecf5f3d981ba020007b19be1c]

        INTEGRATION: CWS i18napi (1.5.46); FILE MERGED 2003/04/19 19:40:58 er 1.5.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [7a82527ea2a9030196eee9b739a37716d6ed890d]

        INTEGRATION: CWS i18napi (1.11.46); FILE MERGED 2003/04/19 19:40:58 er 1.11.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [64768057ed9593b7a3f1a3ffdc16e2344501b93d]

        INTEGRATION: CWS i18napi (1.7.46); FILE MERGED 2003/04/19 19:40:58 er 1.7.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [5f27e6245f229a61f8676e45b97b9ddb47121e74]

        INTEGRATION: CWS i18napi (1.9.12); FILE MERGED 2003/04/19 19:40:57 er 1.9.12.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [753abded8ef71686f9f01c7562183dd2e821492e]

        INTEGRATION: CWS i18napi (1.6.8); FILE MERGED 2003/04/19 20:10:10 er 1.6.8.1: #i13625 move source/utility/ to module i18nutil; create separated libi18nsearch

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [0bdd90ab1588c253200b58efedd68cf09625fef4]

        INTEGRATION: CWS i18napi (1.3.8); FILE MERGED 2003/04/19 19:39:20 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d6cb31fbd39e2665a3d9f15b423e0baaaadf8f89]

        INTEGRATION: CWS i18napi (1.3.8); FILE MERGED 2003/04/19 19:39:19 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [987aff78302daf9afa0eb4b02641b9ac1db94b48]

        INTEGRATION: CWS i18napi (1.4.8); FILE MERGED 2003/04/19 19:39:19 er 1.4.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c3a56488738e35857ab42e240fbf29f490d564c2]

        INTEGRATION: CWS i18napi (1.3.8); FILE MERGED 2003/04/19 19:39:18 er 1.3.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [f8ccb689672895520e03433f5ad73aa5825b4569]

        INTEGRATION: CWS i18napi (1.52.12); FILE MERGED 2003/04/19 19:20:24 er 1.52.12.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b6d78da6024c606b59030afc078dcf073ab43f92]

        INTEGRATION: CWS i18napi (1.2.56); FILE MERGED 2003/04/19 19:39:18 er 1.2.56.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [433e5c277f110b6556124301a32639cc154c0b04]

        INTEGRATION: CWS i18napi (1.2.56); FILE MERGED 2003/04/19 19:39:17 er 1.2.56.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c0cc4fd86d196583c0a49bed0a4b7b45bd49c372]

        INTEGRATION: CWS i18napi (1.8.52); FILE MERGED 2003/04/19 19:39:17 er 1.8.52.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [35282ad6161a93f0282368e812cee22109e89351]

        INTEGRATION: CWS i18napi (1.5.46); FILE MERGED 2003/04/19 19:39:17 er 1.5.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [fe88ba87a751a2bcfd9a36fa4921779cca238cac]

        INTEGRATION: CWS i18napi (1.4.46); FILE MERGED 2003/04/19 19:39:16 er 1.4.46.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2c412aaefd95be2ecee5feee3d4653cdb51d9a61]

        INTEGRATION: CWS i18napi (1.10.6); FILE MERGED 2003/04/19 20:21:42 er 1.10.6.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [32be57bb9b8241a9b001e2541a0c7033e972bfb7]

        INTEGRATION: CWS i18napi (1.1.48); FILE MERGED 2003/04/19 20:21:42 er 1.1.48.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d7797425e8289f73c78f4a387dd9138d137570a6]

        INTEGRATION: CWS i18napi (1.15.6); FILE MERGED 2003/04/19 20:21:42 er 1.15.6.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [97f88606e4f1d2ceeeaef1a702fe7216a8f1bf08]

        INTEGRATION: CWS i18napi (1.8.42); FILE MERGED 2003/04/19 20:21:41 er 1.8.42.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [94948f9434354d5b8d622d3ce31698b489a6072b]

        INTEGRATION: CWS i18napi (1.10.6); FILE MERGED 2003/04/19 20:21:17 er 1.10.6.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4fdeec5f91760fd17a9e168765eba6f763b355e2]

        INTEGRATION: CWS i18napi (1.1.48); FILE MERGED 2003/04/19 20:21:17 er 1.1.48.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [79e9bc569225ae01541ebcb121c56d1138217ec3]

        INTEGRATION: CWS i18napi (1.6.42); FILE MERGED 2003/04/19 20:21:16 er 1.6.42.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a813886e7663a18c0e37bfb7d54c1469a8165462]

        INTEGRATION: CWS i18napi (1.27.10); FILE MERGED 2003/04/19 20:27:04 er 1.27.10.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [763b7509379008efbc864d73f973d9712597b98b]

        INTEGRATION: CWS i18napi (1.38.14); FILE MERGED 2003/04/19 22:23:21 er 1.38.14.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [4c0a422c5c8695e4fa23447e690ea57a1a1fbc4f]

        INTEGRATION: CWS i18napi (1.8.10); FILE MERGED 2003/04/19 20:27:03 er 1.8.10.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c73b063c2a78a58bf3ce8fc8a572ba2f2dd730c7]

        INTEGRATION: CWS i18napi (1.13.22); FILE MERGED 2003/04/19 20:27:02 er 1.13.22.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [b0294a6700e7024ea37704d6455babb3e16ba74d]

        INTEGRATION: CWS i18napi (1.4.164); FILE MERGED 2003/04/19 20:27:01 er 1.4.164.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [e3d1d314657840cf3ba96daaad8d8fd60514f859]

        INTEGRATION: CWS i18napi (1.3.168); FILE MERGED 2003/04/19 20:27:00 er 1.3.168.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [2a86d4fd6f7da6f9bb334d84467203079e545dbf]

        INTEGRATION: CWS i18napi (1.17.100); FILE MERGED 2003/04/22 10:17:22 er 1.17.100.2: #107686# update service descriptions 2003/04/19 19:18:49 er 1.17.100.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ef723f7549ea8b654bc0088dfbb4f722428144d8]

        INTEGRATION: CWS i18napi (1.1.166); FILE MERGED 2003/04/19 20:27:00 er 1.1.166.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [d6169dfca0d090f74f29c02969bbff008fd5c00e]

        INTEGRATION: CWS i18napi (1.1.166); FILE MERGED 2003/04/19 20:26:59 er 1.1.166.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6d75d85d9725089b36dcd99a5bdc05827adca55f]

        INTEGRATION: CWS i18napi (1.31.16); FILE MERGED 2003/04/19 20:25:10 er 1.31.16.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [76f8ea20b735fca4199181f21cc400777dd7aae2]

        INTEGRATION: CWS i18napi (1.34.16); FILE MERGED 2003/04/19 20:25:10 er 1.34.16.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a94eef7e52b3829b533a9cdc394cedfd21528421]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/19 19:18:48 er 1.1.2.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [345102dc90a00b76deaf198bf5ff3e1361ffd6bd]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/19 19:18:47 er 1.1.2.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [1320c1d51e072a6f3ddc7d3788b22d03f4337be2]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/22 10:43:09 er 1.1.2.2: #107686# don't make autodoc stumble over German sharp s 2003/04/19 19:18:47 er 1.1.2.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [589b5655b2cf5a44fc65af1de9ce44ee27734e6b]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/19 19:18:46 er 1.1.2.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [850548253ca31bf69e52a985ce71e64b05a6bf8a]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/19 19:18:45 er 1.1.2.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [717cccb27938b98e1c1edb46ab3c2bfba5dfaf81]

        INTEGRATION: CWS i18napi (1.3.100); FILE MERGED 2003/04/22 10:17:21 er 1.3.100.1: #107686# update service descriptions

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [361e8531925a2ae4c577350dc90a873a76cd774c]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/19 19:18:44 er 1.1.2.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [a4cda193a3b3df3b7f6f53bbd45055cdae1c393a]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/22 10:17:21 er 1.1.2.1: #107686# update service descriptions

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [ac26b116977c06810cd58afd518368ae83874225]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/19 19:18:43 er 1.1.2.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [9a64c35eaaff56954415308c2432e98c3e350c2c]

        INTEGRATION: CWS i18napi (1.3.100); FILE MERGED 2003/04/22 10:17:20 er 1.3.100.1: #107686# update service descriptions

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [22eabefdb35b9544e6bf5506629b908e38c4c662]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/22 10:17:20 er 1.1.2.1: #107686# update service descriptions

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [991271b902fdfdee59ea0c483ec32f4bcce397c6]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/19 19:18:42 er 1.1.2.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [93c2a7f54b9054939f56baca49621d3b5de52f40]

        INTEGRATION: CWS i18napi (1.3.100); FILE MERGED 2003/04/22 10:17:19 er 1.3.100.1: #107686# update service descriptions

2003-04-24  Vladimir Glazounov  <vg@openoffice.org>  [bf133ff6a1ab503d0bbb83b56a3fb086c519818d]

        INTEGRATION: CWS i18napi (1.1.2); FILE ADDED 2003/04/19 19:18:41 er 1.1.2.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [3762603568b6854fafcb986f0dfdc0e9e2b67189]

        INTEGRATION: CWS thb01 (1.11.26); FILE MERGED 2003/04/23 17:17:44 thb 1.11.26.1: #109044# Update size of fetched bitmap before accessing pixel

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [dfda853fcde7a263ee98e84c246b1b9dfaf8e624]

        INTEGRATION: CWS beta2vcl (1.88.18); FILE MERGED 2003/04/16 19:11:29 hdu 1.88.18.3: #108862# fix merge typo 2003/04/16 18:18:08 hdu 1.88.18.2: #108862# merge CWS VCL08 fix 2003/04/16 13:28:53 cd 1.88.18.1: #107888# Use external leading for asian capable fonts

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [e4b4d4428bff35f8a54ec25f95757372eba9189f]

        INTEGRATION: CWS beta2vcl (1.25.28); FILE MERGED 2003/04/17 11:23:23 mt 1.25.28.1: #108611# check for overflow

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6f4cc03f1f621a2029a9e992cf23ca682fbf1450]

        INTEGRATION: CWS beta2vcl (1.39.16); FILE MERGED 2003/04/16 13:25:49 cd 1.39.16.1: #107888# Use external leading for asian capable fonts

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d0cac8f07ade91bfc7626bfc5daa061c960ce990]

        INTEGRATION: CWS beta2vcl (1.26.4); FILE MERGED 2003/04/17 15:21:19 hdu 1.26.4.2: #108983# fix typo 2003/04/16 18:06:19 hdu 1.26.4.1: #108983# handle failing X11 font for glyph fallback

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [84035062a66ee9221d51547fdba504e0b182bde2]

        INTEGRATION: CWS beta2vcl (1.39.4); FILE MERGED 2003/04/16 18:01:02 hdu 1.39.4.1: #108554# separate runs into own class

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [356558184e33d38b2de9f750f1d2d73d93cbfd4a]

        INTEGRATION: CWS beta2vcl (1.144.4); FILE MERGED 2003/04/16 18:02:22 hdu 1.144.4.1: #108554# fix handling of runs for glyph fallback

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [0d62eb4937fe8be39513e72bbdba65c0564b7da1]

        INTEGRATION: CWS beta2vcl (1.21.4); FILE MERGED 2003/04/16 17:54:52 hdu 1.21.4.1: #108992# make sure screen font list gets only deleted once

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [4713e386e5e47cb21bd3402e3259889238e1ad42]

        INTEGRATION: CWS sw012 (1.39.22); FILE MERGED 2003/04/17 12:24:42 os 1.39.22.1: #109016# GPF in recording of paste special fixed

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d453c9eb3095fbdc03a764c9b33e7b72a4538eb5]

        INTEGRATION: CWS sw012 (1.38.24); FILE MERGED 2003/04/17 10:00:40 fme 1.38.24.1: #108944# Kashida - Changed characters that are conntectable to the left

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [d608bed766f603b7ba21fad3ec399be34c88faba]

        INTEGRATION: CWS sw012 (1.58.22); FILE MERGED 2003/04/17 09:03:15 od 1.58.22.1: #i13147# <SwFlyFrm::Paint(..)> - call method <GetContour(..)> with second parameter equals <sal_True>

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [bca93326aca2a11c63a9786db40f411d2fe834c0]

        INTEGRATION: CWS sw012 (1.38.22); FILE MERGED 2003/04/17 09:23:50 od 1.38.22.1: #i13147# <SwFlyFrm::GetContour(..)> - avoid load of intrinsic graphic, if method called for paint

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [6bab22be95909c2edea3bf2a106fb08caf35f707]

        INTEGRATION: CWS sw012 (1.6.166); FILE MERGED 2003/04/17 08:59:59 od 1.6.166.1: #i13147# <SwFlyFrm::GetContour(..)> - add parameter <_bForPaint> to indicate, if method is called for paint

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [b9ecce67082f8b7f1dca9aa140c730a1a91db061]

        INTEGRATION: CWS sw012 (1.20.24); FILE MERGED 2003/04/17 09:02:01 od 1.20.24.1: #i13147# <SwNoTxtFrm::Paint(..)> - call method <GetContour(..)> with second parameter equals <sal_True>

2003-04-24  Rüdiger Timm  <rt@openoffice.org>  [361678b2076804ffb139231b8223d89cba79ed92]

        INTEGRATION: CWS chinesecde (1.24.8); FILE MERGED 2003/04/16 15:49:53 ssmith 1.24.8.1: #108978# fix for replacing dynamic properties

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3de02955943378abbfae78fc49ec7f086ab478fa]

        INTEGRATION: CWS calc07 (1.10.22); FILE MERGED 2003/04/17 12:26:48 dr 1.10.22.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6a89d6632be4f853a52f9a4dd57b62109d009c3]

        INTEGRATION: CWS calc07 (1.16.22); FILE MERGED 2003/04/17 12:26:49 dr 1.16.22.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cccb7073a899103b833e71aee2e73ea40241144]

        INTEGRATION: CWS calc07 (1.4.10); FILE MERGED 2003/04/17 12:26:22 dr 1.4.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c66f36f5d836ceef1f5fed701192e8dca60363b]

        INTEGRATION: CWS calc07 (1.3.10); FILE MERGED 2003/04/17 12:26:22 dr 1.3.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c9143f9ee7543816f5bbdec3985b8a1a9e487f9]

        INTEGRATION: CWS calc07 (1.5.10); FILE MERGED 2003/04/17 12:26:21 dr 1.5.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e217d9a28ac69d89004faa5227bbbc22149f6a6]

        INTEGRATION: CWS calc07 (1.2.22); FILE MERGED 2003/04/17 12:26:19 dr 1.2.22.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c80ebf9709bdb0b26532240f5be440bf7e6f2d3]

        INTEGRATION: CWS calc07 (1.4.10); FILE MERGED 2003/04/17 12:26:18 dr 1.4.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3245ee331a082ee5cc5e648137adc2a33b3dafb6]

        INTEGRATION: CWS calc07 (1.5.22); FILE MERGED 2003/04/17 12:26:16 dr 1.5.22.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [40341e8e6a055dfea1a1ad3603b7e45c66f1a553]

        INTEGRATION: CWS calc07 (1.32.10); FILE MERGED 2003/04/17 12:26:15 dr 1.32.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e6fc951fa0f46efbcd45777b3030ec06b7cf8e5]

        INTEGRATION: CWS calc07 (1.4.10); FILE MERGED 2003/04/17 12:25:25 dr 1.4.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [daef804006fbbd4dfb960832ac5e92cc80c4aea3]

        INTEGRATION: CWS calc07 (1.3.10); FILE MERGED 2003/04/17 12:25:24 dr 1.3.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [22dc19994bc4f124429bc08305989fa665a21e4d]

        INTEGRATION: CWS calc07 (1.4.10); FILE MERGED 2003/04/17 12:25:22 dr 1.4.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad4f1c79f443a70f4924ec056b3809529f16327f]

        INTEGRATION: CWS calc07 (1.2.22); FILE MERGED 2003/04/17 12:25:21 dr 1.2.22.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6fade4bcda8e1b7bfded4bd2059d0e8bc724d54]

        INTEGRATION: CWS calc07 (1.2.20); FILE MERGED 2003/04/17 12:25:19 dr 1.2.20.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [412a59d2e4c1d59a8dcb91878c2f152592eedf6d]

        INTEGRATION: CWS calc07 (1.5.10); FILE MERGED 2003/04/17 12:25:16 dr 1.5.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [46d98d3ac93ac1b6998cf9118bd5218ac902b924]

        INTEGRATION: CWS calc07 (1.4.10); FILE MERGED 2003/04/17 12:25:14 dr 1.4.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8241df5e7aeb2e2489128e35e414cac6936cf6ea]

        INTEGRATION: CWS calc07 (1.14.22); FILE MERGED 2003/04/17 12:25:11 dr 1.14.22.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4a5cf2ec6c0e019e83a06a7dc8aaece66569e7e]

        INTEGRATION: CWS calc07 (1.49.10); FILE MERGED 2003/04/17 12:25:08 dr 1.49.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [66c642942bedc524b6de59225e45f26c078b2fe0]

        INTEGRATION: CWS calc07 (1.60.10); FILE MERGED 2003/04/17 12:25:06 dr 1.60.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cbd9c4e138ca38e1480cae8f903a1497609db16]

        INTEGRATION: CWS calc07 (1.44.10); FILE MERGED 2003/04/17 12:25:03 dr 1.44.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [648f48aef9ba78f0263348ee095671c42e603021]

        INTEGRATION: CWS calc07 (1.55.10); FILE MERGED 2003/04/17 12:24:59 dr 1.55.10.1: #i13399# export document language

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bff1e02081db34fcec134588e24436b56e990c4d]

        INTEGRATION: CWS calc07 (1.50.24); FILE MERGED 2003/04/17 11:40:43 er 1.50.24.1: #i13399# Don't escape separators of target locale

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a090bb85997540bd6fd8392c43aa010af3f15ef2]

        INTEGRATION: CWS calc07 (1.9.24); FILE MERGED 2003/04/17 11:22:03 dr 1.9.24.1: #i13399# country id<->language conversion

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [89c6086757fcc1bbc303b07a3d5ff8bff00e0604]

        INTEGRATION: CWS calc07 (1.1.2); FILE ADDED 2003/04/17 11:22:02 dr 1.1.2.1: #i13399# country id<->language conversion

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e0d3e0134f16ee9439e421efbe59d441ef81118]

        INTEGRATION: CWS calc07 (1.71.22); FILE MERGED 2003/04/17 11:22:31 dr 1.71.22.1: #i13399# deliver countryid.hxx

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [87312e8ce1b32aa691de046778ca69d486f10ca7]

        INTEGRATION: CWS calc07 (1.1.2); FILE ADDED 2003/04/17 11:21:48 dr 1.1.2.1: #i13399# country id<->language conversion

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7ea887888369bcd7d7769007c6745d4c2f1aa55]

        INTEGRATION: CWS calc07 (1.2.12); FILE MERGED 2003/04/17 12:53:00 sab 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2003/04/17 10:29:37 fs 1.2.12.1: #108986# AccessibleWrapper has new dispose handling / AccessibleWrapper remembers it's context weak

2003-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d628c7db1ebac092d1dd53348a2eb7e1c5ea0fa1]

        INTEGRATION: CWS calc07 (1.2.12); FILE MERGED 2003/04/17 10:29:12 fs 1.2.12.1: #108986# AccessibleWrapper has new dispose handling / AccessibleWrapper remembers it's context weak

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [2f266e42db55c1dc85ba353ba66fcc22265872b6]

        INTEGRATION: CWS uno2 (1.37.92); FILE MERGED 2003/04/04 12:51:35 ab 1.37.92.1: 107504# XSimpleFileAccess3

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [1638684698a9cdb461f04041496deccdadb6409e]

        INTEGRATION: CWS uno2 (1.1.2); FILE ADDED 2003/04/04 12:52:25 ab 1.1.2.1: 107504# Interface to handle hidden flag

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [1f3ded67a2268121cdae36a04e5bcdb279ee7a60]

        INTEGRATION: CWS uno2 (1.1.90); FILE MERGED 2003/04/08 09:56:50 dbo 1.1.90.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [d2609378a5bdffe2d39135eb0294cd5b8b300d0f]

        INTEGRATION: CWS uno2 (1.5.62); FILE MERGED 2003/04/02 10:06:01 jl 1.5.62.1: #108553#

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [ef921c5da3068970f9640cba4a322bf49f5dce8f]

        INTEGRATION: CWS uno2 (1.9.64); FILE MERGED 2003/04/02 10:05:42 jl 1.9.64.1: #108553#

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [af57e87211dd3432bd7b8abf68f4f96cf24860c0]

        INTEGRATION: CWS uno2 (1.1.1.1.66); FILE MERGED 2003/04/08 13:38:53 dbo 1.1.1.1.66.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [acf3fdbca6ebf67b8fb8f2bad1a9f2a035e8b6b1]

        INTEGRATION: CWS uno2 (1.5.24); FILE MERGED 2003/04/08 13:38:54 dbo 1.5.24.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [183f9f4023b0de11cf0c37fdec4ff22780370102]

        INTEGRATION: CWS uno2 (1.3.24); FILE MERGED 2003/04/08 13:38:55 dbo 1.3.24.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [625d05091cd79bc36c715675629713b6f4439ca9]

        INTEGRATION: CWS uno2 (1.15.62); FILE MERGED 2003/04/02 10:04:35 jl 1.15.62.1: #108553# IDispatch::GetIDsOfNames treats Bridge_GetStruct case insensitive now

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [0ad67d79a2eaf5e6c961d3e4ae03028acb9e26a8]

        INTEGRATION: CWS uno2 (1.1.2); FILE ADDED 2003/04/02 12:32:27 jl 1.1.2.1: renamed olebrdg.dll to oleautobridge.dll

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [dc7556eaed60c269d7a978084c2c4cbf16840722]

        INTEGRATION: CWS uno2 (1.8.62); FILE MERGED 2003/04/02 12:31:46 jl 1.8.62.2: #108553# 2003/04/02 10:01:33 jl 1.8.62.1: #108553# lib renamed to olebrdg.uno

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [7d4ec83bb709f3da7a4973adcf6ce898d155e798]

        INTEGRATION: CWS uno2 (1.66.2.8.56); FILE MERGED 2003/04/14 13:27:51 kso 1.66.2.8.56.2: RESYNC: (1.66.2.8-1.69); FILE MERGED 2003/04/11 14:25:22 ab 1.66.2.8.56.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b059c931e29091fe478131500efa619754dd3abd]

        INTEGRATION: CWS uno2 (1.8.40); FILE MERGED 2003/04/07 08:38:11 sb 1.8.40.1: #108678# Added test case for bug 108675 (detected while fixing this bug).

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [f85639841880c148cd10a1d8ec854aa83693bcbe]

        INTEGRATION: CWS uno2 (1.7.52); FILE MERGED 2003/04/04 09:25:25 sb 1.7.52.1: #108628# Fixed tests.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [def56f389131e009307d40226330b286d0d83142]

        INTEGRATION: CWS uno2 (1.3.54); FILE MERGED 2003/04/07 08:37:12 sb 1.3.54.1: #108678# Replaced sandbox-based proxy with java.lang.reflect-based one.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [fa5266b4ea5dfd3fbeb02d715e94b9e15f19d551]

        INTEGRATION: CWS uno2 (1.2.58); FILE MERGED 2003/04/07 08:36:39 sb 1.2.58.2: #108678# Replaced sandbox-based proxy with java.lang.reflect-based one. 2003/04/04 09:25:23 sb 1.2.58.1: #108628# Fixed tests.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [f34f42c2328206105f52af59b6ec8259614b2758]

        INTEGRATION: CWS uno2 (1.5.52); FILE MERGED 2003/04/07 08:36:39 sb 1.5.52.2: #108678# Replaced sandbox-based proxy with java.lang.reflect-based one. 2003/04/04 09:25:23 sb 1.5.52.1: #108628# Fixed tests.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [cada8f0153382d53052df89bd01cfa510c59ed78]

        INTEGRATION: CWS uno2 (1.4.56); FILE MERGED 2003/04/04 09:25:20 sb 1.4.56.1: #108628# Fixed tests.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [861125b053370957beb4a61dedb2c76ff1a70a73]

        INTEGRATION: CWS uno2 (1.1.1.1.64); FILE MERGED 2003/04/07 08:34:43 sb 1.1.1.1.64.1: #108678# Replaced sandbox-based proxy with java.lang.reflect-based one (in com.sun.star.lib.uno.bridges.java_remote).

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [1a58ac05be3f7f7286a13b38d83c3a024d2fad4b]

        INTEGRATION: CWS uno2 (1.2.62); FILE MERGED 2003/04/07 08:33:34 sb 1.2.62.1: #108678# Replaced sandbox-based proxy with java.lang.reflect based one.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b8789bce5c22ba403088adfa2f45e753695d37ed]

        INTEGRATION: CWS uno2 (1.27.2.1.16); FILE MERGED 2003/04/10 13:50:26 sb 1.27.2.1.16.3: #108825# In the RefHolder, keep a hard reference to the local object (the java_environment will only hold it weakly, so that a local object might be garbage-collected otherwise). 2003/04/07 08:33:33 sb 1.27.2.1.16.2: #108678# Replaced sandbox-based proxy with java.lang.reflect based one. 2003/04/04 09:13:59 sb 1.27.2.1.16.1: #108628# Always send back a release for a known object in mapInterfaceFrom (e.g., when the object is a local one mapped out via another bridge and now mapped back in); cleaned up handling of disposed bridge.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [dc80c499369c3a973a1ddf21f998a7777f2324cf]

        INTEGRATION: CWS uno2 (1.1.2); FILE ADDED 2003/04/07 08:43:12 sb 1.1.2.2: #108678# Added documentation. 2003/04/07 08:31:08 sb 1.1.2.1: #108678# Replacement for com.sun.star.lib.uno.environments.java.IRequester.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b90b8d2507a60bf62a0ed266258924aca947909e]

        INTEGRATION: CWS uno2 (1.1.2); FILE ADDED 2003/04/15 09:31:36 sb 1.1.2.3: #107753# Adapted hashCode and equals. 2003/04/10 12:51:51 sb 1.1.2.2: #108678# Fixed handling of proxy's queryInterface when supported type equals requested type. 2003/04/07 08:30:54 sb 1.1.2.1: #108678# Replacement for com.sun.star.lib.uno.environments.java.Proxy.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b97e1912628eb4e7760781572d34ed508caf7c03]

        INTEGRATION: CWS uno2 (1.10.26); FILE MERGED 2003/04/03 13:11:00 jl 1.10.26.1: #i12929# getJavaVM does not throw RuntimeExceptions (and derived). Instead void any is returned

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [d0aee4749831b25c697d1be1115ea416d6f83b01]

        INTEGRATION: CWS uno2 (1.12.6); FILE MERGED 2003/04/08 10:28:17 ab 1.12.6.1: #108496# Check for SbUnoAnyObject in checkUnoStructCopy()

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [da132b90d8a79a1958d2cfcf3face8950ab17a38]

        INTEGRATION: CWS uno2 (1.12.38); FILE MERGED 2003/04/11 12:14:55 ab 1.12.38.1: #108152# Use Timer and yield in RTL function Wait

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [dedd063d3429bc8756e00bd0da800fb4dd80f1e7]

        INTEGRATION: CWS uno2 (1.48.6); FILE MERGED 2003/04/04 12:31:50 ab 1.48.6.1: 107504# Use XSimpleFileAccess3, implement hidden flag handling

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [761fa9d01882d6c49aec2dfb4c3e1ea9c3c200ea]

        INTEGRATION: CWS uno2 (1.1.1.1.82); FILE MERGED 2003/04/11 14:20:46 ab 1.1.1.1.82.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [ba845cc2bc86006c5266d724eb34518f255182c6]

        INTEGRATION: CWS uno2 (1.2.60); FILE MERGED 2003/04/11 14:20:46 ab 1.2.60.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [89b5f0f9c267fbc6f34827e9d674b231d956418d]

        INTEGRATION: CWS uno2 (1.5.38); FILE MERGED 2003/04/08 09:18:41 ab 1.5.38.1: #108496# Moved class SbUnoAnyObject here

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [ea91d5fb035a83ee08613ec741b4c56ded77da06]

        INTEGRATION: CWS uno2 (1.2.82); FILE MERGED 2003/04/13 16:01:09 ab 1.2.82.1: #100883# Enable recursion in Basic

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [88d75e6141fcccf216f6066cd160cdc827bd1686]

        INTEGRATION: CWS uno2 (1.3.44); FILE MERGED 2003/04/11 14:20:45 ab 1.3.44.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [ca35d65a9facb2a7719ceaff482cb1532c161172]

        INTEGRATION: CWS uno2 (1.7.6); FILE MERGED 2003/04/11 14:20:45 ab 1.7.6.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [306bfa572c7911879c2fc6dbfdff0f8b43495825]

        INTEGRATION: CWS uno2 (1.3.6); FILE MERGED 2003/04/11 14:20:44 ab 1.3.6.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [57863dab4ecddbf3182a29c5995adb83bf617cb0]

        INTEGRATION: CWS uno2 (1.3.44); FILE MERGED 2003/04/13 16:06:27 ab 1.3.44.2: #100883# Enable recursion in Basic 2003/04/11 14:20:44 ab 1.3.44.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [9a75f39c781670c411bf92cd1702e3c39685f9a4]

        INTEGRATION: CWS uno2 (1.4.44); FILE MERGED 2003/04/13 16:06:27 ab 1.4.44.1: #100883# Enable recursion in Basic

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [6e4806301e02f4576328c4694c17de1ee018e177]

        INTEGRATION: CWS uno2 (1.12.6); FILE MERGED 2003/04/13 16:00:09 ab 1.12.6.2: #100883# Enable recursion in Basic 2003/04/11 14:20:43 ab 1.12.6.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [a753f6dbc9d72b0fddaba88cd60efd16ceb63175]

        INTEGRATION: CWS uno2 (1.24.6); FILE MERGED 2003/04/08 09:19:53 ab 1.24.6.1: #108496# Moved class SbUnoAnyObject to sbunoobj.hxx

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [19d3ee85c95bb347d4cc99a69eb0bfee71f1f5ad]

        INTEGRATION: CWS uno2 (1.10.6); FILE MERGED 2003/04/11 14:20:43 ab 1.10.6.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [34e66c83601030dd37ec071a43b22a2cc1d3fafc]

        INTEGRATION: CWS uno2 (1.7.6); FILE MERGED 2003/04/11 14:20:42 ab 1.7.6.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [762183207fc8262a1fb0414f61b4e5fc75c28425]

        INTEGRATION: CWS uno2 (1.6.6); FILE MERGED 2003/04/11 14:20:42 ab 1.6.6.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [e41c183a106e4cfe6f1f4808f454bc38c74e37c8]

        INTEGRATION: CWS uno2 (1.21.6); FILE MERGED 2003/04/11 14:20:41 ab 1.21.6.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [74b3b57c02dc66ca7f1516299ccd7c20e7312ecf]

        INTEGRATION: CWS uno2 (1.4.36); FILE MERGED 2003/04/04 12:50:27 ab 1.4.36.1: 107504# XSimpleFileAccess3

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [87217b61407189cef3d1932fe6981d76acc8d378]

        INTEGRATION: CWS uno2 (1.45.6); FILE MERGED 2003/04/14 14:01:17 kso 1.45.6.2: RESYNC: (1.45-1.46); FILE MERGED 2003/04/08 09:46:58 dbo 1.45.6.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [63c2e27d72e0d5e10bf2456c835c529c78956351]

        INTEGRATION: CWS uno2 (1.18.36); FILE MERGED 2003/04/04 12:47:20 ab 1.18.36.1: 107504# XSimpleFileAccess3 implemented

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [cba201366a2de485e468a38effcd470555d75e5e]

        INTEGRATION: CWS uno2 (1.2.76); FILE MERGED 2003/04/16 08:26:18 kso 1.2.76.1: #100000# - Added offuh dependency.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [ca72d890ff9f363728842121c9d39be11e460e15]

        INTEGRATION: CWS uno2 (1.15.42); FILE MERGED 2003/04/08 14:01:19 dbo 1.15.42.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b5c1d0fb76a78615eff64b41093a8ffc15072adf]

        INTEGRATION: CWS uno2 (1.2.46); FILE MERGED 2003/04/11 12:23:17 ab 1.2.46.1: #108672# Use OUStringBuffer in ModuleElement::characters() (performance problem for big modules)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [f67c80a9e2cfb11d9a45d433021efbe94f69167a]

        INTEGRATION: CWS uno2 (1.2.44); FILE MERGED 2003/04/08 13:42:09 dbo 1.2.44.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [594575f864cfaa56f9ef85fade7081924c45a9f6]

        INTEGRATION: CWS uno2 (1.4.42); FILE MERGED 2003/04/08 10:00:36 dbo 1.4.42.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b4433ff53ee12b9eba06f629ce421f4f134d9a0b]

        INTEGRATION: CWS uno2 (1.2.44.1.12); FILE MERGED 2003/04/08 13:42:08 dbo 1.2.44.1.12.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [1573789b92d6b968730157273f35f009b12cca8a]

        INTEGRATION: CWS uno2 (1.8.2.1.12); FILE MERGED 2003/04/07 08:29:40 sb 1.8.2.1.12.1: #108678# Make getZClass return a useful class in more cases (esp. always if the Type represents a UNO interface).

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [293e4e130fff781718d1fd0a2f047497ba690c03]

        INTEGRATION: CWS uno2 (1.1.4.1.18); FILE MERGED 2003/04/14 10:28:08 jsc 1.1.4.1.18.1: #107991# new pkgchk option -f is correct

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [c623ba66bf4bbcfebcbed586712afdea8f213161]

        INTEGRATION: CWS uno2 (1.54.4.2.4); FILE MERGED 2003/04/14 10:40:39 jsc 1.54.4.2.4.2: #107991# new naming convention for uno components 2003/04/14 10:11:07 jsc 1.54.4.2.4.1: #107991# new naming convention for uno components

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [38741f87cfe0c17d4c6028cebc34b8843332ba4d]

        INTEGRATION: CWS uno2 (1.1.4.1.18); FILE MERGED 2003/04/14 10:11:04 jsc 1.1.4.1.18.1: #107991# new naming convention for uno components

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [846604f001248987625514a8764b5285196ddc9b]

        INTEGRATION: CWS uno2 (1.5.10.1.18); FILE MERGED 2003/04/14 10:11:03 jsc 1.5.10.1.18.1: #107991# new naming convention for uno components

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [d52f3c2091e848ce27f381d11314802dc4195a8b]

        INTEGRATION: CWS uno2 (1.7.2); FILE MERGED 2003/04/08 09:48:09 dbo 1.7.2.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [4b9fa5a542a2e0dc2ea48346f575ca074e7db5dc]

        INTEGRATION: CWS uno2 (1.8.2); FILE MERGED 2003/04/08 09:48:08 dbo 1.8.2.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [fe32ac5cf6b47a85b75bf396cf76db3c1c46c4e8]

        INTEGRATION: CWS uno2 (1.2.2); FILE MERGED 2003/04/02 08:56:05 dbo 1.2.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [1f626cad3aa3677ceff865d45104de422a13b534]

        INTEGRATION: CWS uno2 (1.3.48); FILE MERGED 2003/04/08 13:40:39 dbo 1.3.48.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [8430d2e6773eff419296a1dad0389e45294b7ba2]

        INTEGRATION: CWS uno2 (1.6.28.1.12); FILE MERGED 2003/04/08 13:40:38 dbo 1.6.28.1.12.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [4ae47d8cc1379e97eba57500fcbddba0605b20ff]

        INTEGRATION: CWS uno2 (1.8.44); FILE MERGED 2003/04/08 13:40:37 dbo 1.8.44.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [5459de11c90fbf22053efddfa1d9ce67015ae60c]

        INTEGRATION: CWS uno2 (1.9.20); FILE MERGED 2003/04/15 09:30:43 sb 1.9.20.1: #107753# Fixed minor problems (detected when com.sun.star.bridge.Bridge enumeration is null).

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [d80c3e078647684d5e7e3c70a18a25dc31060481]

        INTEGRATION: CWS uno2 (1.12.2); FILE MERGED 2003/04/02 08:56:03 dbo 1.12.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [da9b920273e22cd83a86256b577072c351d62b41]

        INTEGRATION: CWS uno2 (1.4.48); FILE MERGED 2003/04/08 13:40:37 dbo 1.4.48.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [e9951d2a17e97c99a9fea14b229ebf33f8cf196d]

        INTEGRATION: CWS uno2 (1.5.52); FILE MERGED 2003/04/08 13:40:35 dbo 1.5.52.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [40315791ce5a161790b8423c4b5ba9dc525c6e60]

        INTEGRATION: CWS uno2 (1.3.46); FILE MERGED 2003/04/08 13:40:32 dbo 1.3.46.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [90fbcaea4e725156083f0cdfaa1040e196b457a5]

        INTEGRATION: CWS uno2 (1.5.48); FILE MERGED 2003/04/08 13:40:28 dbo 1.5.48.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b333413337294f68c5866f609aafa39d349a2c17]

        INTEGRATION: CWS uno2 (1.5.44); FILE MERGED 2003/04/08 13:40:27 dbo 1.5.44.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [7bb7c6eb63516d23494c9a2316568a8801b74236]

        INTEGRATION: CWS uno2 (1.8.50); FILE MERGED 2003/04/08 13:40:24 dbo 1.8.50.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [281b211b1334a0e087b2967aacfb97256bff5303]

        INTEGRATION: CWS uno2 (1.4.50); FILE MERGED 2003/04/08 13:40:23 dbo 1.4.50.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [38d201979301dcf9896af6c8c40041e98bd5c778]

        INTEGRATION: CWS uno2 (1.12.2); FILE MERGED 2003/04/02 08:56:02 dbo 1.12.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [73f199a3d9ab3fa80edd81f4fb0da5d73d1833df]

        INTEGRATION: CWS uno2 (1.2.10); FILE MERGED 2003/04/16 16:30:01 kso 1.2.10.1: #100000# - Corrected wrong CutLines signature (to match actual implementation).

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [7eab1e8da27774ca51ecf76136397d9e9d432a2b]

        INTEGRATION: CWS uno2 (1.23.48); FILE MERGED 2003/04/11 14:49:45 ab 1.23.48.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [0045bb2bfa0e49f4e13552dd8bb14064ecd86687]

        INTEGRATION: CWS uno2 (1.18.54); FILE MERGED 2003/04/11 14:49:44 ab 1.18.54.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [7ed9a5a35f2ab7909c5141e49e03a9c822098991]

        INTEGRATION: CWS uno2 (1.19.48); FILE MERGED 2003/04/11 14:49:44 ab 1.19.48.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [2772c8603a2fdc7ac5fb4fd80d21b86089e46ac6]

        INTEGRATION: CWS uno2 (1.20.56); FILE MERGED 2003/04/11 14:49:43 ab 1.20.56.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [271d71ce13638f9f3c825abcd50f4e436ca11c1f]

        INTEGRATION: CWS uno2 (1.30.50); FILE MERGED 2003/04/11 14:49:43 ab 1.30.50.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [8cff2ff6ad48498c5047f5331e2d42fb4d4a7c70]

        INTEGRATION: CWS uno2 (1.14.14); FILE MERGED 2003/04/11 14:49:42 ab 1.14.14.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [e3c344a4f3f2ded4a6f9a48f12fa6e3afe9afb57]

        INTEGRATION: CWS uno2 (1.25.14); FILE MERGED 2003/04/11 14:49:42 ab 1.25.14.1: #108672# Basic Modules > 64K

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [ec7e918a2090cdc4aa2a6f332905edf114d8fdb0]

        INTEGRATION: CWS uno2 (1.6.2); FILE MERGED 2003/04/02 08:56:01 dbo 1.6.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [ddda5081b10733f11f33a1e7954257dd7c3c2cc5]

        INTEGRATION: CWS uno2 (1.10.2); FILE MERGED 2003/04/02 08:56:00 dbo 1.10.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [4e220d027746f0369f0701d1daaa091a1c5e83a3]

        INTEGRATION: CWS uno2 (1.1.2); FILE ADDED 2003/04/15 09:40:29 sb 1.1.2.1: #107753# New test case.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [2cd2837b826c9db95e616b03710991d9b2654baf]

        INTEGRATION: CWS uno2 (1.1.2); FILE ADDED 2003/04/15 09:40:28 sb 1.1.2.1: #107753# New test case.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [04f18253c2a9da9fd68e53d4b2cca96d8c4d582a]

        INTEGRATION: CWS uno2 (1.1.2); FILE ADDED 2003/04/15 09:40:27 sb 1.1.2.1: #107753# New test case.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [f5707bc644d8c652c03bd413646df4ba13011e08]

        INTEGRATION: CWS uno2 (1.1.2); FILE ADDED 2003/04/15 09:40:25 sb 1.1.2.1: #107753# New test case.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [501b490b6f7e0133037419d6d64bb3f7b547a7dd]

        INTEGRATION: CWS uno2 (1.1.2); FILE ADDED 2003/04/15 09:40:24 sb 1.1.2.1: #107753# New test case.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b1aa3ab97f34e097d9294dc56c6f9a7b322699d6]

        INTEGRATION: CWS uno2 (1.2.2); FILE MERGED 2003/04/15 09:39:19 sb 1.2.2.1: #107753# Moved code down from any/ subdir.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [73b298ee458181f309225b7c568c5e5b0e0b3383]

        INTEGRATION: CWS uno2 (1.8.2); FILE MERGED 2003/04/08 09:48:09 dbo 1.8.2.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [3ed6c2927f945de69c5a41422656ee25e6de8b41]

        INTEGRATION: CWS uno2 (1.9.2); FILE MERGED 2003/04/02 08:55:59 dbo 1.9.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [c349d84ca05708bee4487b94ed04b7fc7eaaf4b8]

        INTEGRATION: CWS uno2 (1.5.2); FILE MERGED 2003/04/08 09:48:08 dbo 1.5.2.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [199cceffbc9984c246e42a94f3cca498fa8843f5]

        INTEGRATION: CWS uno2 (1.5.2); FILE MERGED 2003/04/15 09:36:49 sb 1.5.2.1: #107753# Made code compile.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [ad117bfdc65d71797f3faf9518e416d92d6af178]

        INTEGRATION: CWS uno2 (1.5.2); FILE MERGED 2003/04/15 09:36:49 sb 1.5.2.2: #107753# Made code compile. 2003/04/08 09:48:08 dbo 1.5.2.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b70dc9e0296040045a3950ceb5c1af99243f1755]

        INTEGRATION: CWS uno2 (1.3.2); FILE MERGED 2003/04/15 09:36:13 sb 1.3.2.2: #107753# Adapted hashCode and equals. 2003/04/02 08:56:05 dbo 1.3.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [c977f4d8872a48ca8de4488027f5fa976bdeaf16]

        INTEGRATION: CWS uno2 (1.1.2); FILE ADDED 2003/04/08 13:58:22 dbo 1.1.2.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [83f0fcea3530f1e73c3c6c83b2718105356d408a]

        INTEGRATION: CWS uno2 (1.2.42); FILE MERGED 2003/04/08 13:58:21 dbo 1.2.42.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [a8b8e71547e074ac432056206ff4c423b3568866]

        INTEGRATION: CWS uno2 (1.9.2.1.14); FILE MERGED 2003/04/08 13:58:20 dbo 1.9.2.1.14.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [c8cb1c59bd6a9ff551c0a7ed0e97d7bd69866de2]

        INTEGRATION: CWS uno2 (1.6.2); FILE MERGED 2003/04/02 08:56:02 dbo 1.6.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [cb5c8e96fb261cef7099e3c61d14ed9640ac70f5]

        INTEGRATION: CWS uno2 (1.4.2); FILE MERGED 2003/04/02 08:56:01 dbo 1.4.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [c294d5a1c188b35841168b980573d08404ba2ee9]

        INTEGRATION: CWS uno2 (1.7.2); FILE MERGED 2003/04/02 08:56:00 dbo 1.7.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [7bbf8179edec8b3006b5c8f0820cd5637cfc8e71]

        INTEGRATION: CWS uno2 (1.7.2); FILE MERGED 2003/04/02 08:55:59 dbo 1.7.2.1: preparation for code review: source beautifying (80 characters per line)

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [f0a5a4715356b8751447a453be14f939176f25f7]

        INTEGRATION: CWS uno2 (1.2.2); FILE MERGED 2003/03/31 08:54:15 sb 1.2.2.1: #i12721# Fixed stack adjustment in callVirtualMethod (copied fix from ../gcc3_linux_intel/uno2cpp.cxx 1.3.48.1).

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [dbadb3da20a84178a1f85b4846ac141fcab3d76f]

        INTEGRATION: CWS uno2 (1.34.2); FILE MERGED 2003/04/08 09:50:11 dbo 1.34.2.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [4467547f991d25ea0d58070d43c6e47f4e375f41]

        INTEGRATION: CWS uno2 (1.13.2); FILE MERGED 2003/04/08 09:50:11 dbo 1.13.2.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [ca3f4c879626b7178ffd45075a23d9f1de52dd37]

        INTEGRATION: CWS uno2 (1.17.2); FILE MERGED 2003/04/08 09:50:13 dbo 1.17.2.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [9eb23bb50e0863cc9ac7f683ebc657adde53bb7d]

        INTEGRATION: CWS uno2 (1.18.2); FILE MERGED 2003/04/08 09:50:12 dbo 1.18.2.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [69f3d1b9e6f833fad6af0ac4768e5441542b5f5b]

        INTEGRATION: CWS uno2 (1.9.26); FILE MERGED 2003/04/09 15:07:31 dbo 1.9.26.1: #108591# fixed assert()

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [8887123f4b227e1d7e4c9fc678e52b41a9e22347]

        INTEGRATION: CWS uno2 (1.16.32); FILE MERGED 2003/04/03 12:26:28 jl 1.16.32.1: #i12929# do not Assert when a component cannot be instantiated

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [d0b952917dfdd447b2a15d928169c8756e9e8b82]

        INTEGRATION: CWS uno2 (1.6.50); FILE MERGED 2003/04/08 13:32:49 dbo 1.6.50.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [f45e8eab334a58b0efd7d002abe2c5cb721414db]

        INTEGRATION: CWS uno2 (1.6.18); FILE MERGED 2003/04/08 13:32:50 dbo 1.6.18.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [689b7e79404003a6fcb8cb7d3457befb38735625]

        INTEGRATION: CWS uno2 (1.8.50); FILE MERGED 2003/04/08 13:32:49 dbo 1.8.50.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [48f8554b858d85c28e787dc58138b9ae3ff11a13]

        INTEGRATION: CWS uno2 (1.3.48); FILE MERGED 2003/04/08 13:32:48 dbo 1.3.48.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [325e7ab722f2aee70c5a50aca137290dcdc20cc9]

        INTEGRATION: CWS uno2 (1.8.44); FILE MERGED 2003/04/08 13:32:47 dbo 1.8.44.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [390151b28371fda362148d4098ba92c99fa3c8c1]

        INTEGRATION: CWS uno2 (1.9.44); FILE MERGED 2003/04/08 13:32:46 dbo 1.9.44.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [6f615d39706a31238a28d4b7a142af6b00647a9f]

        INTEGRATION: CWS uno2 (1.4.48); FILE MERGED 2003/04/08 13:32:46 dbo 1.4.48.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [4c9a1c8c986738ed133f8850db5b6cd789ff86f7]

        INTEGRATION: CWS uno2 (1.9.20); FILE MERGED 2003/04/08 13:32:45 dbo 1.9.20.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b4c1d6f4fecd3a69cd1a984126ce6697c32fdc1d]

        INTEGRATION: CWS uno2 (1.4.48); FILE MERGED 2003/04/08 13:32:44 dbo 1.4.48.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [74e4460f0ae5a00579b549d177b50fca797a5379]

        INTEGRATION: CWS uno2 (1.9.44); FILE MERGED 2003/04/08 13:32:44 dbo 1.9.44.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [2ac5ff293ebb127c1a0610c0dd596595f2f53027]

        INTEGRATION: CWS uno2 (1.11.20); FILE MERGED 2003/04/08 13:32:43 dbo 1.11.20.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [95ca4da175037c3eb4a2d7619375f215f6f77ce6]

        INTEGRATION: CWS uno2 (1.6.50); FILE MERGED 2003/04/08 13:32:42 dbo 1.6.50.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [c5415f0de54882cb8917a2d26197e29e6b53b3a7]

        INTEGRATION: CWS uno2 (1.14.46); FILE MERGED 2003/04/08 09:51:27 dbo 1.14.46.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [4bb85bd84b4ec91c0d411c0310ad7e5c56b21c08]

        INTEGRATION: CWS uno2 (1.12.4); FILE MERGED 2003/04/09 14:55:06 dbo 1.12.4.2: #107991# fixing implicit loader selection 2003/04/08 09:51:26 dbo 1.12.4.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [264ef08a63185c8dd3778782b9cfb4f1e7e57cdd]

        INTEGRATION: CWS uno2 (1.7.42); FILE MERGED 2003/04/08 13:56:29 dbo 1.7.42.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [221251ab696332a6e9e08d509bcfcd371f123bfa]

        INTEGRATION: CWS uno2 (1.11.34); FILE MERGED 2003/04/08 13:56:28 dbo 1.11.34.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [348df3acd4ba16c83fd2737ed74d6069ba38d5e2]

        INTEGRATION: CWS uno2 (1.2.42); FILE MERGED 2003/04/08 13:56:37 dbo 1.2.42.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [e20f8bb4017261e1852c631c157eb5e273dbde86]

        INTEGRATION: CWS uno2 (1.4.42); FILE MERGED 2003/04/08 13:56:34 dbo 1.4.42.2: #107991# UNO shared library component renaming 2003/04/08 10:46:57 jl 1.4.42.1: #i12929#

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [025dd432b3f17e5b1ce1ee189bd447238ab8ea00]

        INTEGRATION: CWS uno2 (1.3.42); FILE MERGED 2003/04/08 13:56:34 dbo 1.3.42.2: #107991# UNO shared library component renaming 2003/04/08 10:46:56 jl 1.3.42.1: #i12929#

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [0a1e2b537584981cc8bf8463e5fd61a5742cbe57]

        INTEGRATION: CWS uno2 (1.7.40); FILE MERGED 2003/04/08 13:56:28 dbo 1.7.40.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [602aac3b30d4934d30e429b585bdf8440fd4c9b0]

        INTEGRATION: CWS uno2 (1.5.64); FILE MERGED 2003/04/09 14:58:10 dbo 1.5.64.1: #107991#

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [91e0fc8ca406218634ef8cfe23825a5cd52c5d2e]

        INTEGRATION: CWS uno2 (1.11.42); FILE MERGED 2003/04/08 13:56:30 dbo 1.11.42.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [858db19dd150a2d5b6c0a2ea3a48d4cc7a0351f1]

        INTEGRATION: CWS uno2 (1.6.42); FILE MERGED 2003/04/08 13:56:30 dbo 1.6.42.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [1bd272a638bb36a12dff1c1490af68447d2df8d3]

        INTEGRATION: CWS uno2 (1.8.10.1.16); FILE MERGED 2003/04/08 13:56:29 dbo 1.8.10.1.16.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b5ac79d7aaae7734b0871b5824824b584bc683a7]

        INTEGRATION: CWS uno2 (1.8.40); FILE MERGED 2003/04/08 13:56:28 dbo 1.8.40.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [14fa69999165abe52350ea81f6f323299c9ef8dd]

        INTEGRATION: CWS uno2 (1.19.2.1.16); FILE MERGED 2003/04/08 13:56:27 dbo 1.19.2.1.16.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [1689fafc50803bf8c6d728c68a316ff749402f0d]

        INTEGRATION: CWS uno2 (1.6.60); FILE MERGED 2003/04/08 13:56:26 dbo 1.6.60.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [b33af4d95c5aca3ee416cbf823e8e695ae15ce9c]

        INTEGRATION: CWS uno2 (1.8.34); FILE MERGED 2003/04/08 13:56:25 dbo 1.8.34.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [5f03bf4cbfc986a9d5af5cef31d191ef87ed5753]

        INTEGRATION: CWS uno2 (1.8.60); FILE MERGED 2003/04/08 13:56:24 dbo 1.8.60.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [8c56289ba3d5a3efcb36346bd657170fa86f4342]

        INTEGRATION: CWS uno2 (1.52.2.1.16); FILE MERGED 2003/04/10 11:39:47 jl 1.52.2.1.16.2: #108692# if the user has installed the offcie without java support and he wants to use a java component the a MessageBox comes up telling him about that. (java not configured) 2003/04/03 12:31:46 jl 1.52.2.1.16.1: #i12929# getJavaVM does not throw RuntimeExceptions (and derived). Instead void any is returned

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [46b17dc7470dc69de352d40dee4037e2b3f132b2]

        INTEGRATION: CWS uno2 (1.7.60); FILE MERGED 2003/04/08 13:56:22 dbo 1.7.60.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [c470e79d965f80f2ad27eaf687b034182f8c1d30]

        INTEGRATION: CWS uno2 (1.3.44); FILE MERGED 2003/04/08 13:56:21 dbo 1.3.44.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [e46873ab04f1bab957cc6be7a504f3fc31194ae2]

        INTEGRATION: CWS uno2 (1.10.34); FILE MERGED 2003/04/08 13:56:19 dbo 1.10.34.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [eb70d1467df550dbf448a123c05ca9306643ada7]

        INTEGRATION: CWS uno2 (1.6.64); FILE MERGED 2003/04/08 13:56:19 dbo 1.6.64.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [e733fd7972d344f91046d6b85454a7f4fe661271]

        INTEGRATION: CWS uno2 (1.7.60); FILE MERGED 2003/04/08 13:56:18 dbo 1.7.60.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [fbf7009acb175a7d1ccd49e731e34bf30b628fc6]

        INTEGRATION: CWS uno2 (1.4.64); FILE MERGED 2003/04/08 13:56:17 dbo 1.4.64.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [1bec81fd5490e86fd73e5636ba41123e8f477706]

        INTEGRATION: CWS uno2 (1.6.60); FILE MERGED 2003/04/08 13:56:17 dbo 1.6.60.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [2e5db69e1672b67027a995271f87cd9bdc6585b8]

        INTEGRATION: CWS uno2 (1.7.60); FILE MERGED 2003/04/08 13:56:15 dbo 1.7.60.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [27c9a407194c5eb2dd922cc687a3f8c197d52322]

        INTEGRATION: CWS uno2 (1.15.34); FILE MERGED 2003/04/08 13:56:14 dbo 1.15.34.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [78234258b0740ade525f3d5580addb673c082f67]

        INTEGRATION: CWS uno2 (1.10.34); FILE MERGED 2003/04/08 13:56:14 dbo 1.10.34.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [053aaefe7443ca7bc3fa2c27957e4c148502e044]

        INTEGRATION: CWS uno2 (1.14.34); FILE MERGED 2003/04/08 13:56:12 dbo 1.14.34.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [92572661a4cc2f65ddf3a9c1cda2506d56216713]

        INTEGRATION: CWS uno2 (1.6.34); FILE MERGED 2003/04/08 13:56:12 dbo 1.6.34.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [985af9d02f7cac01c32228ffe2b95ee75c39cd73]

        INTEGRATION: CWS uno2 (1.16.2.1.18); FILE MERGED 2003/04/03 12:30:19 jl 1.16.2.1.18.1: #i12929# no RuntimeException when JavaVM could not be obtained. XImplementationLoader methods throw exceptions in that case.

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [776c496a624e4f303b14dc47dbabaeb4074cc623]

        INTEGRATION: CWS uno2 (1.9.40); FILE MERGED 2003/04/08 13:56:11 dbo 1.9.40.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [812f17b18f0532a543918a8f2b8221faa5a17235]

        INTEGRATION: CWS uno2 (1.4.40); FILE MERGED 2003/04/08 13:56:11 dbo 1.4.40.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [5fce99bbff59d22f6a3ca79fa406f619d837f07d]

        INTEGRATION: CWS uno2 (1.8.60); FILE MERGED 2003/04/08 13:56:09 dbo 1.8.60.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [aa97c726b304151f15400e87d2338839b380a359]

        INTEGRATION: CWS uno2 (1.5.44); FILE MERGED 2003/04/08 13:56:09 dbo 1.5.44.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [43dbdfbd08ee9ce93944a6f2dd0f3793a4a20956]

        INTEGRATION: CWS uno2 (1.6.64); FILE MERGED 2003/04/08 13:56:08 dbo 1.6.64.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [3a9c0061b5a6699fb9a5da7d8a73cd1cb25a53e3]

        INTEGRATION: CWS uno2 (1.6.44); FILE MERGED 2003/04/08 13:56:07 dbo 1.6.44.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [2142521c762daed25423bde9e53167b16253113c]

        INTEGRATION: CWS uno2 (1.9.54); FILE MERGED 2003/04/08 13:56:06 dbo 1.9.54.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [eda96e214950b1c0dc560f9f264d874248168783]

        INTEGRATION: CWS uno2 (1.9.60); FILE MERGED 2003/04/08 13:56:04 dbo 1.9.60.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [694ae5ee0fab85e9f6c51995405ec8b483176357]

        INTEGRATION: CWS uno2 (1.8.40); FILE MERGED 2003/04/08 13:56:03 dbo 1.8.40.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [0f9627151dcd58551012e961509c4e077af4646a]

        INTEGRATION: CWS uno2 (1.5.62); FILE MERGED 2003/04/08 13:56:03 dbo 1.5.62.1: #107991# UNO shared library component renaming

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [c6c339496122da159da4f068bacbbc997f735c8b]

        INTEGRATION: CWS uno2 (1.9.44); FILE MERGED 2003/04/08 13:56:01 dbo 1.9.44.1: #107991# UNO shared library component renaming

2003-04-23  Vladimir Glazounov  <vg@openoffice.org>  [da31ac5fd24bf9bffeff8fcd1a2b89f4e4d00e90]

        #100000# one more library to link

2003-04-23  Vladimir Glazounov  <vg@openoffice.org>  [c8df7cab617a155a95aa70570e7bd33595717209]

        #100000# typo

2003-04-23  Rüdiger Timm  <rt@openoffice.org>  [f5231e127996b2b748fb481910e045a96be69d6b]

        #100000# Syntax

2003-04-22  Kurt Zenker  <kz@openoffice.org>  [220397460d7ba406a65ff2c98d2ce9327fddf446]

        new version for SRX644

2003-04-22  Vladimir Glazounov  <vg@openoffice.org>  [2d769d7b971f72bb31538186b4a19a105aea3af4]

        #100000# no uninitialized variable

2003-04-22  Kurt Zenker  <kz@openoffice.org>  [ac8575277af657fc7f1608b030c3fdf4d8483f0b]

        new version for SRX644

2003-04-22  Kurt Zenker  <kz@openoffice.org>  [266109580ca0ceac69b49e0c9eabebcb4dc45091]

        new version for SRX644

2003-04-22  Rüdiger Timm  <rt@openoffice.org>  [093548785f0056f9c8bf21bc11b612d29f9db4da]

        new version for SRX644

2003-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [096a9956b3daeb6bc8db5d3535001cce5d0cbac8]

        #100000# explicit link SOTLIB

2003-04-22  Daniel Boelzle  <dbo@openoffice.org>  [3aedfe2783858405da6b32390d5917b7c2c508d0]

        #107130# fixing exports

2003-04-22  Vladimir Glazounov  <vg@openoffice.org>  [0f41f2603fd9dba081282974246b04976f7017ce]

        #100000# MHU: Removed unused dependency on vos module.hxx and dynload.hxx.

2003-04-22  Vladimir Glazounov  <vg@openoffice.org>  [9ac2b51f36f4fc863cf0c804225d05ee7b6ff248]

        #100000# MHU: Removed unused dependency on vos module.hxx and dynload.hxx.

2003-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f74ca196c77f1815402ae2bbee75bbdc936b2ae]

        #100000#: repair merge

2003-04-22  Kurt Zenker  <kz@openoffice.org>  [b3f7118905419b57a25a23676919d72b23924ac6]

        new version for SRX644

2003-04-22  Vladimir Glazounov  <vg@openoffice.org>  [05e80c5ad07ce6e1b9b1829161e93879f49bcb36]

        #100000# ptrdiff_t needs stddef.h

2003-04-22  Vladimir Glazounov  <vg@openoffice.org>  [dcc38c820ce3e646e634ca50308597c05f0f15be]

        #100000# no std workspace for min & max

2003-04-18  Kurt Zenker  <kz@openoffice.org>  [b75a5fd1b1a55821d8ac56f4e05e6cb1c9eec380]

        new version for SRX644

2003-04-18  Rüdiger Timm  <rt@openoffice.org>  [0f78b7d630d44ac57f0ba6b496682320cfffd2af]

        #100000# cpprt needs libsal, so it depends on util

2003-04-18  Kurt Zenker  <kz@openoffice.org>  [7831470cb28ce4b7dce29f97fbbd0fade059829a]

        new version for SRX644

2003-04-18  Kurt Zenker  <kz@openoffice.org>  [026a0d6cb6eaf32641d38b00af6cc242e69b783c]

        new version for SRX644

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c7072b3282d22da5d371dd83c93e2a2a2d336234]

        INTEGRATION: CWS hhc (1.11.8.2.4); FILE MERGED 2003/04/08 10:26:06 tl 1.11.8.2.4.2: RESYNC: (1.11.8.2-1.12); FILE MERGED 2003/03/29 02:06:59 khong 1.11.8.2.4.1: #105688# add new Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [328c5806ca8b7b345ff30a1c97f740f822863c1b]

        INTEGRATION: CWS hhc (1.25.22); FILE MERGED 2003/03/29 02:05:09 khong 1.25.22.1: #105688# new Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7cce1b969047983fa2c9a0ea5ff2bde013a8e37f]

        INTEGRATION: CWS hhc (1.6.38.1.10); FILE MERGED 2003/03/27 11:02:50 tl 1.6.38.1.10.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [bfb1dfdde00390d120ae543ba3161d9c119785a2]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/02 07:59:50 tl 1.1.2.5: #105688# *Max*CharCount functions modified 2003/04/01 10:41:05 tl 1.1.2.4: #105688# added additional function parameters 2003/04/01 07:04:46 tl 1.1.2.3: #105688# interface extended by functions to query character count 2003/03/27 14:00:32 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:04:31 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d688757d075328cf87f187adedd526e16f07ed7a]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/02 07:59:58 tl 1.1.2.4: #105688# *Max*CharCount functions modified 2003/04/01 10:41:11 tl 1.1.2.3: #105688# added additional function parameters 2003/03/27 14:00:31 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:04:19 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6e58bf922350e2a5f1c04730aee8dd88ca73be5d]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 14:00:31 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:04:01 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a76c2300d094c091172c01d361f3d41baadbed48]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 14:00:30 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:03:33 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [152d62a34610da11cd6c5971f9642bbf718c5b63]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 14:00:30 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:03:45 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2444476eabad80d9fed52ea89c185969fa51f7ea]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 14:00:29 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:03:18 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f4dd801e1ab79e1d573714f80764a9a239318cd8]

        INTEGRATION: CWS hhc (1.12.8.1.4); FILE MERGED 2003/03/29 02:07:14 khong 1.12.8.1.4.1: #105688# add new Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9e747ce79b73806f746f1c6dac6e18f601eb9621]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 14:00:28 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:03:07 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [bca474ccb8f676830dddde7a1aab47444b081f72]

        INTEGRATION: CWS hhc (1.17.50); FILE MERGED 2003/03/27 11:00:57 tl 1.17.50.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a46e14283d3fa1a9454cc41882befefd74ec2b9f]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 14:00:09 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:02:17 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [688432da28b05925d101a6d87e46193b4cc68c29]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 14:00:08 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:01:24 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [507b4dd0f3d1e1b571dffd4843c7042bb19290eb]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 14:00:08 tl 1.1.2.4: #105688# Hangul/Hanja converrsion 2003/03/27 11:14:33 tl 1.1.2.3: #105688# Hangul/Hanja converrsion 2003/03/27 11:13:27 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:02:02 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e398ef794e9ff4c19d59d7f5c402efff8504eb1f]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 14:00:07 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:01:38 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [290757627611f8fd96d9e43ed3d44ab7aae95eb1]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 14:00:06 tl 1.1.2.2: #105688# Hangul/Hanja converrsion 2003/03/27 11:01:50 tl 1.1.2.1: #105688# Hangul/Hanja converrsion

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f813b3eedef7799b8c5756dc7bfb4c740b5982a1]

        SRX644

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6479cc1e75774800cf387d331d3a58e6eadb75d4]

        INTEGRATION: CWS hhc (1.20.100); FILE MERGED 2003/03/18 15:04:47 fs 1.20.100.1: #108038# +DrawRadioButtonState for classes overriding the radio button's paint behaviour

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f790480baa4bfef1e61157ef23fc409a6890c591]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/15 06:53:49 khong 1.1.2.7: #105688# make script type checking not start from begining every times 2003/04/10 07:19:58 khong 1.1.2.6: #105688# fix a linux compiling error 2003/04/10 04:06:13 khong 1.1.2.5: #105688# fix a linux compiling error 2003/04/02 19:17:51 khong 1.1.2.4: #105688# add hhc character conversion dictionary 2003/04/02 00:12:08 khong 1.1.2.3: #105688# add utility to generate data file from dictionary for Hangul/Hanja conversion 2003/04/01 17:19:21 khong 1.1.2.2: #105688# update conversion dictionary API according to IDL changes 2003/03/29 02:04:24 khong 1.1.2.1: #105688# new Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1b1780543a007011ca2051604b9a48699ff29565]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/29 02:04:24 khong 1.1.2.1: #105688# new Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5d5b1a16140cda02207312b9f902584a5ff7e396]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/29 02:04:23 khong 1.1.2.1: #105688# new Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d1a0c55a263c0561ae5ce39b3c14b8c0e43c1add]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/04 06:48:33 khong 1.1.2.4: #105688# fix a makefile warning message 2003/04/02 19:17:50 khong 1.1.2.3: #105688# add hhc character conversion dictionary 2003/04/02 00:12:08 khong 1.1.2.2: #105688# add utility to generate data file from dictionary for Hangul/Hanja conversion 2003/03/29 02:04:25 khong 1.1.2.1: #105688# new Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b51f6b36a552a53bbdd6c7c7a4f914c0f28a4bbb]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/02 00:11:03 khong 1.1.2.1: #105688# utility to generate data file from dictionary for Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6486473a7ed42a091846d2c2083380ba0293a981]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/29 02:06:34 khong 1.1.2.1: #105688# add new Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2f6979c13899a3ff61085f25ab7a10b0ac7bcbaa]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/02 00:12:32 khong 1.1.2.3: #105688# add utility to generate data file from dictionary for Hangul/Hanja conversion 2003/03/29 09:45:06 khong 1.1.2.2: #105688# add new Hangul/Hanja conversion 2003/03/29 02:06:33 khong 1.1.2.1: #105688# add new Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [669de280c1fde69fbe7d70e052b732afa21cb606]

        INTEGRATION: CWS hhc (1.17.6); FILE MERGED 2003/04/11 09:58:55 tl 1.17.6.1: #105688# allow for disabling of Hangul/Hanja conversion slot

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e14a97e5efdd1b72ecb2c44b30cfa24fde810115]

        INTEGRATION: CWS hhc (1.10.102); FILE MERGED 2003/04/03 07:38:07 tl 1.10.102.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7c0bbead3aa301ffe27544e207ad961e57048292]

        INTEGRATION: CWS hhc (1.16.94); FILE MERGED 2003/04/11 09:58:46 tl 1.16.94.1: #105688# allow for disabling of Hangul/Hanja conversion slot

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [22b8219fad8e2ab2f8bcc09ec69977710f20f997]

        INTEGRATION: CWS hhc (1.21.6); FILE MERGED 2003/04/11 09:58:45 tl 1.21.6.1: #105688# allow for disabling of Hangul/Hanja conversion slot

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5ca76e8172eebb1ecb2432fa817c9dd4898f585f]

        INTEGRATION: CWS hhc (1.9.6.2.4.1.94); FILE MERGED 2003/03/27 16:13:10 fs 1.9.6.2.4.1.94.1: #108038# SvxSpellCheckDialog not exported from SVX anymore

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [27505c099ba5658565488ba320739dbcfb4f0bc8]

        INTEGRATION: CWS hhc (1.1.1.1.138); FILE MERGED 2003/04/03 07:38:39 tl 1.1.1.1.138.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2a3f26488e39223f5d1c0a67a97f5d051d727298]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/16 06:49:22 tl 1.1.2.4: #105688# iteration improved 2003/04/14 10:29:40 tl 1.1.2.3: #105688# conversion for selection of non-whole-words improved. 2003/04/10 14:23:39 tl 1.1.2.2: #105688# selection fixed 2003/04/03 07:26:44 tl 1.1.2.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c7d3c14ac6c5ebab675436f7706b14a5870d54c8]

        INTEGRATION: CWS hhc (1.15.2.1.24); FILE MERGED 2003/04/08 08:54:11 tl 1.15.2.1.24.2: RESYNC: (1.15.2.1-1.16); FILE MERGED 2003/04/03 07:37:12 tl 1.15.2.1.24.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fa5bd16aeeb44bd3b603bfca8d9725fba16dee47]

        INTEGRATION: CWS hhc (1.37.2.2.14); FILE MERGED 2003/04/16 06:49:03 tl 1.37.2.2.14.4: #105688# iteration improved 2003/04/14 10:28:57 tl 1.37.2.2.14.3: #105688# conversion for selection of non-whole-words improved. 2003/04/08 09:29:14 tl 1.37.2.2.14.2: RESYNC: (1.37.2.2-1.39); FILE MERGED 2003/04/03 07:35:44 tl 1.37.2.2.14.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [66678e05020fff020cdd92db716b79961be0e5ca]

        INTEGRATION: CWS hhc (1.4.134); FILE MERGED 2003/04/03 07:34:39 tl 1.4.134.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [de1345540d3df9b902df7b1b78c8b356bab601b6]

        INTEGRATION: CWS hhc (1.10.4.1.14); FILE MERGED 2003/04/08 10:08:53 tl 1.10.4.1.14.2: RESYNC: (1.10.4.1-1.12); FILE MERGED 2003/04/03 07:33:45 tl 1.10.4.1.14.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cf980700d9587c309d78e0d0497454a5c818039b]

        INTEGRATION: CWS hhc (1.10.94); FILE MERGED 2003/04/11 09:57:48 tl 1.10.94.2: #105688# allow for disabling of Hangul/Hanja slot 2003/04/03 07:32:31 tl 1.10.94.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1973bfb3b13bb308c39bb67b3fa938d24f5f4bc9]

        INTEGRATION: CWS hhc (1.34.2.1.48); FILE MERGED 2003/04/08 07:33:25 tl 1.34.2.1.48.2: RESYNC: (1.34.2.1-1.35); FILE MERGED 2003/03/20 09:57:35 fs 1.34.2.1.48.1: #108038# +SID_HANGUL_HANJA_CONVERSION

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1cd208c2bb997ad425c3c5727f395510efb7c88c]

        INTEGRATION: CWS hhc (1.12.98); FILE MERGED 2003/04/11 09:57:47 tl 1.12.98.3: #105688# allow for disabling of Hangul/Hanja slot 2003/04/08 10:16:02 tl 1.12.98.2: RESYNC: (1.12-1.13); FILE MERGED 2003/04/03 07:31:52 tl 1.12.98.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [daa9d2904540f25fa3d05f7bb6380e940d0ddbf8]

        INTEGRATION: CWS hhc (1.7.100); FILE MERGED 2003/04/08 10:20:19 tl 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/03 07:30:12 tl 1.7.100.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f423a303881505c4784475648b00c79f68f3c3d0]

        INTEGRATION: CWS hhc (1.26.2.1.42); FILE MERGED 2003/04/03 07:28:54 tl 1.26.2.1.42.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e0f10656769ee4a768955e44ca79b4f2c6e53dca]

        INTEGRATION: CWS hhc (1.38.94); FILE MERGED 2003/04/08 10:18:53 tl 1.38.94.2: RESYNC: (1.38-1.41); FILE MERGED 2003/04/03 07:27:45 tl 1.38.94.1: #105688# Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [dd6a477c0e7b54baf38953ebf1b4c2fe25bf9e7a]

        INTEGRATION: CWS hhc (1.35.104); FILE MERGED 2003/03/14 16:55:09 fs 1.35.104.1: #108038# HID_DIALOG_HANGULHANJA

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [36dbe33a54bfc31f0c79309ba260bc86bd05f024]

        INTEGRATION: CWS hhc (1.8.24); FILE MERGED 2003/03/27 14:53:07 tl 1.8.24.1: #105688# documentation updated

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b4cf435bd9dc19ad434f66ec72b92e5669ddfd93]

        INTEGRATION: CWS hhc (1.5.128); FILE MERGED 2003/03/27 15:55:04 fs 1.5.128.1: #108038# SvxSpellCheckDialog not exported from SVX anymore

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e6038ffe4201998966953b7b4519c60ede5c5d8e]

        INTEGRATION: CWS hhc (1.15.108); FILE MERGED 2003/04/10 09:42:47 tl 1.15.108.4: #105688# Linux link problem fixed. 2003/03/28 08:07:48 fs 1.15.108.3: #108038# +commonlingui.src 2003/03/27 15:55:43 fs 1.15.108.2: #108038# exceptions for hangul-hanja 2003/03/14 16:59:34 fs 1.15.108.1: #108038# new files for Hangul/Hanja conversion

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f7974926f0ca4bd873e7022c4784fe293d3710b9]

        INTEGRATION: CWS hhc (1.17.132); FILE MERGED 2003/04/10 09:42:12 tl 1.17.132.1: #105688# Linux link problem fixed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [afdeea4387fa6366f505aea342daa385ec31be6f]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/03 11:14:44 tl 1.1.2.5: #105688# Hangul/Hanja conversion 2003/03/28 09:42:47 fs 1.1.2.4: #108038# implementation of the 'Find' behaviour 2003/03/27 15:54:13 fs 1.1.2.3: #108038# ongoing implementations 2003/03/19 08:51:42 fs 1.1.2.2: #108038# further implementations - should be in a usable shape now 2003/03/14 16:57:01 fs 1.1.2.1: initial checkin: wrapper for Hangul/Hanja-conversion (not yet finished)

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [909dd94d120514e1f04a64c46e7d79247402cee7]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/27 15:54:12 fs 1.1.2.2: #108038# ongoing implementations 2003/03/14 16:57:20 fs 1.1.2.1: initial checkin: wrapper for Hangul/Hanja-conversion (not yet finished)

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e374cca24eb46bb46a146aca3598d2aeeaa7ad95]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/11 09:55:52 tl 1.1.2.7: #105688# checkbox initially checked now 2003/04/03 11:59:39 tl 1.1.2.6: #105688# Hangul/Hanja conversion 2003/04/02 16:13:41 fs 1.1.2.5: #108038# corrected mouse rect for the manually-painted radio buttons 2003/03/28 09:42:47 fs 1.1.2.4: #108038# implementation of the 'Find' behaviour 2003/03/27 15:54:13 fs 1.1.2.3: #108038# ongoing implementations 2003/03/19 08:51:43 fs 1.1.2.2: #108038# further implementations - should be in a usable shape now 2003/03/14 16:57:10 fs 1.1.2.1: initial checkin: wrapper for Hangul/Hanja-conversion (not yet finished)

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [714ec42c0ba75d0a048fb6a62b34cb1f8a1b705f]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/04/10 14:22:23 tl 1.1.2.12: #105688# implNextConvertibleUnit fixed 2003/04/09 14:05:15 tl 1.1.2.11: #105688# Linux compiler specific issue fixed 2003/04/03 12:01:27 tl 1.1.2.10: #105688# Hangul/Hanja conversion 2003/04/03 11:59:38 tl 1.1.2.9: #105688# Hangul/Hanja conversion 2003/04/03 07:18:59 tl 1.1.2.8: #105688# minor fixes 2003/04/02 16:14:23 fs 1.1.2.7: #108038# when switching from 'by-character' to 'by-word', don't repeat the current unit 2003/04/01 11:13:30 fs 1.1.2.6: #108038# implNextConvertible: corrected offset 2003/03/28 09:42:48 fs 1.1.2.5: #108038# implementation of the 'Find' behaviour 2003/03/27 16:31:56 fs 1.1.2.4: #108038# indexes in HandleNewUnit are also relative to replacement action 2003/03/27 15:54:14 fs 1.1.2.3: #108038# ongoing implementations 2003/03/19 08:51:43 fs 1.1.2.2: #108038# further implementations - should be in a usable shape now 2003/03/14 16:56:51 fs 1.1.2.1: initial checkin: wrapper for Hangul/Hanja-conversion (not yet finished)

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7593cdeed48ea8944824ad2444cd81120d05b5b9]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/28 09:43:11 fs 1.1.2.4: #108038# +GetButton 2003/03/27 15:55:26 fs 1.1.2.3: #108038# moved dictionary controls outta here (back to spldlg) 2003/03/19 08:51:23 fs 1.1.2.2: #108038# +EnableButton 2003/03/14 16:58:11 fs 1.1.2.1: #108038# some functionality to-be-shared with Hangul/Hanja-conversion moved herein from linguistic dialog

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1bb132ce8b385c3f6e616f7e74e164845b749d8d]

        INTEGRATION: CWS hhc (1.1.2); FILE ADDED 2003/03/28 09:43:11 fs 1.1.2.4: #108038# +GetButton 2003/03/27 15:55:25 fs 1.1.2.3: #108038# moved dictionary controls outta here (back to spldlg) 2003/03/19 08:51:24 fs 1.1.2.2: #108038# +EnableButton 2003/03/14 16:58:20 fs 1.1.2.1: #108038# some functionality to-be-shared with Hangul/Hanja-conversion moved herein from linguistic dialog

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8464f10985df602ae079b5436d844b4320b4c319]

        INTEGRATION: CWS hhc (1.70.2.1.56); FILE MERGED 2003/04/08 07:33:58 tl 1.70.2.1.56.3: RESYNC: (1.70.2.1-1.71); FILE MERGED 2003/04/03 07:12:44 tl 1.70.2.1.56.2: #105688# hangulhanja.hxx added 2003/03/27 15:53:43 fs 1.70.2.1.56.1: #108038# SvxSpellCheckDialog not exported from SVX anymore

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [80c1f25a658c87805f6ef5a1b06fc65ccd2e4f2b]

        INTEGRATION: CWS mhu02 (1.10.4); FILE MERGED 2003/04/16 21:37:40 mhu 1.10.4.1: #107775# Added backtraces to osl_assertFailedLine() for improved bug hunting. Partial code cleanup.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8ac1086381337f326a472fb4a02d5cb01c0aeeff]

        INTEGRATION: CWS mhu02 (1.7.58); FILE MERGED 2003/04/14 10:55:31 mhu 1.7.58.1: #104928# Removed obsolete and unused code.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d1f089e2477e401d1ea8a83b515c690df537306f]

        INTEGRATION: CWS mhu02 (1.61.6); FILE MERGED 2003/04/13 16:44:57 mhu 1.61.6.1: #104928# Removed obsolete reference to module inet.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ef3682d408c3a905523e0b47f75a4f2e96a422fb]

        INTEGRATION: CWS mhu02 (1.3.16); FILE MERGED 2003/04/17 10:38:03 gh 1.3.16.1: support callstack for assertions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3f0e19b0fefd5b03308db2445e50340f7894aea8]

        INTEGRATION: CWS mhu02 (1.12.16); FILE MERGED 2003/04/17 15:36:22 gh 1.12.16.2: #107775#last fixes 2003/04/17 10:38:03 gh 1.12.16.1: support callstack for assertions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [40484b35734d6fab38e7ca1411f4a91551d4d5f9]

        INTEGRATION: CWS mhu02 (1.46.6); FILE MERGED 2003/04/17 13:43:26 mhu 1.46.6.1: #107775# Fixed BasicFrame::ShowLineNr() check of 'pWork'.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [fe53fd953e0ceb2d5e1e21a739ae48ba5aee68c1]

        INTEGRATION: CWS mhu02 (1.42.14); FILE MERGED 2003/04/13 16:29:42 mhu 1.42.14.1: #104928# Removed obsolete dependency on module inet.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [89ff27455b51bb1a56c8aa5d3c582bb0741a9eda]

        INTEGRATION: CWS mhu02 (1.28.16); FILE MERGED 2003/04/13 16:29:46 mhu 1.28.16.1: #104928# Removed obsolete dependency on module inet.

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5e62462a3a933865c3369679ce0fe892543aa706]

        INTEGRATION: CWS sw011 (1.33.2.1.66); FILE MERGED 2003/04/07 10:55:36 od 1.33.2.1.66.1: #108446# <SwTxtFrm::FormatAdjust(..)> - set frame to zero, if it has to move forward, because it has no content and just created a follow; include changes from 108339

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a65d61c0f33bb1738f1f2eb75b79da80829e223c]

        INTEGRATION: CWS mhu02 (1.50.14); FILE MERGED 2003/04/13 16:29:45 mhu 1.50.14.1: #104928# Removed obsolete dependency on module inet.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [096573339c53aada574add8834a59d725d3b0cfd]

        INTEGRATION: CWS mhu02 (1.78.12); FILE MERGED 2003/04/13 16:29:43 mhu 1.78.12.1: #104928# Removed obsolete dependency on module inet.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [56527f4d76dd03a621d378d1b65c20237ee711ea]

        INTEGRATION: CWS mhu02 (1.30.16); FILE MERGED 2003/04/13 16:29:43 mhu 1.30.16.1: #104928# Removed obsolete dependency on module inet.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d53a2e20b8e4df32b6638026d3fd623347fe4c02]

        INTEGRATION: CWS mhu02 (1.64.18); FILE MERGED 2003/04/13 16:29:42 mhu 1.64.18.1: #104928# Removed obsolete dependency on module inet.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b0b58826558c72bbf3a4b59fab5cd826c1ae224c]

        INTEGRATION: CWS mhu02 (1.3.98); FILE MERGED 2003/04/14 11:35:29 mhu 1.3.98.1: #104928# Removed obsolete and unused INetHTTP*, INetNews* code.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b87f0d368ada4232271e49783ef90667c9fe0ab3]

        INTEGRATION: CWS mhu02 (1.2.98); FILE MERGED 2003/04/14 11:35:28 mhu 1.2.98.1: #104928# Removed obsolete and unused INetHTTP*, INetNews* code.

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ebadf0b8ec820b6a0ca9d9a3a58ce165cd3d42dd]

        INTEGRATION: CWS sw011 (1.38.2.2.26); FILE MERGED 2003/04/11 13:23:05 od 1.38.2.2.26.3: #108824# <SwLayoutFrm::FormatWidthCols(..)> - allow text frame follow formatting 2003/04/11 07:06:46 fme 1.38.2.2.26.2: #108619# #108745# Fly frames and footer loops 2003/04/07 10:50:52 od 1.38.2.2.26.1: #108446# <SwLayoutFrm::FormatWidthCols(..) - improvement/correction ; include changes from 108339

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6a4cb9bbb0ddd58349f2d8d27ad30503261c9f95]

        INTEGRATION: CWS sw011 (1.37.2.2.56); FILE MERGED 2003/04/11 13:19:30 od 1.37.2.2.56.2: #108824# - add comment to method <CalcCntnt(..)> 2003/04/07 10:41:44 od 1.37.2.2.56.1: #108446# - include fix for task i11760

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [25e17b58fad59d4704f3b29853b7aeabed7197bc]

        INTEGRATION: CWS os8 (1.40.2); FILE MERGED 2003/04/10 07:59:03 mba 1.40.2.1: #108761#: new method to set document specific printoptions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e7572e530b89a8de1613ed61a1d6e80caa0f7980]

        INTEGRATION: CWS os8 (1.29.138); FILE MERGED 2003/04/03 07:15:09 os 1.29.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b7779c91108ac4a812c019be265ef4f482c15d78]

        INTEGRATION: CWS os8 (1.63.2.2.70); FILE MERGED 2003/04/10 11:54:13 os 1.63.2.2.70.2: #108761# set merge merge data count to SfxViewShell::SetAdditionalPrintOptions 2003/04/03 07:13:52 os 1.63.2.2.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8c356198a0fe72cbb4100646bc94debc6f967e13]

        INTEGRATION: CWS sw011 (1.6.68); FILE MERGED 2003/04/07 13:20:23 iha 1.6.68.1: #105751# cannot confirm short or empty license text

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5b30f25332fad16c1dccfb73fb9dcc04199a2d29]

        INTEGRATION: CWS sw011 (1.5.70); FILE MERGED 2003/04/07 14:50:25 mav 1.5.70.1: #i6495# do not register for templates, improve deregistration

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7989ddd5d03f44b93249d8f89bad792435801b1f]

        INTEGRATION: CWS sw011 (1.16.98); FILE MERGED 2003/04/09 07:58:41 tl 1.16.98.1: #i12659# missing dcumentation of property NumberingIsNumber added

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [024188cb49deb4eb5ada9253ffc9b777dcbf790a]

        INTEGRATION: CWS sw011 (1.10.6.5.56); FILE MERGED 2003/04/08 10:26:50 mav 1.10.6.5.56.1: #108649# DocumentTitle media descriptor property

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [40ec40a5e2968579a0c777667a7632bb167c3659]

        INTEGRATION: CWS sw011 (1.11.4.1.34); FILE MERGED 2003/04/08 10:15:36 mav 1.11.4.1.34.1: #108649# DocumentTitle media descriptor property

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3c823652f431d7eab6b9aa4db9a8c5211d8d5c20]

        INTEGRATION: CWS os8 (1.18.2.2.2.7.6.4.2.1.30); FILE MERGED 2003/04/03 06:39:24 cd 1.18.2.2.2.7.6.4.2.1.30.1: #108520# Support automatic toolbar button size depending on menu text height

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a2633c5133f7dd6299a9c0d1b234b6291f989d2d]

        INTEGRATION: CWS os8 (1.82.2.2.48); FILE MERGED 2003/04/07 06:40:40 os 1.82.2.2.48.2: #108472# Component property added to TextEmbeddedObject 2003/04/02 11:35:42 os 1.82.2.2.48.1: #108472# support of properties 'Model' and 'CLSID' added to SwXTextEmbeddedObject

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [536b0b59374e4203d23959e62f6c69531cdde348]

        INTEGRATION: CWS os8 (1.5.70); FILE MERGED 2003/04/03 06:39:23 cd 1.5.70.1: #108520# Support automatic toolbar button size depending on menu text height

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6532bfa2ccb76f30c9ff159dbce1a45da1fbd590]

        INTEGRATION: CWS os8 (1.11.70); FILE MERGED 2003/04/03 06:39:23 cd 1.11.70.1: #108520# Support automatic toolbar button size depending on menu text height

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d95164cba324fde60d20c065b00fb78ab7c12f03]

        INTEGRATION: CWS os8 (1.6.64); FILE MERGED 2003/04/03 06:39:23 cd 1.6.64.1: #108520# Support automatic toolbar button size depending on menu text height

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0e75aa1150aae4d0f0dba7efa590c391b672a1f7]

        INTEGRATION: CWS os8 (1.11.64); FILE MERGED 2003/04/03 06:39:22 cd 1.11.64.1: #108520# Support automatic toolbar button size depending on menu text height

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9625366d0b2fd36a57c6283a4a80c47b80d57707]

        INTEGRATION: CWS os8 (1.64.4.3.48); FILE MERGED 2003/04/09 09:11:53 os 1.64.4.3.48.3: #104245# Default not allowed as DropCapCharStyleName, too 2003/04/07 22:08:44 os 1.64.4.3.48.2: RESYNC: (1.64.4.3-1.66); FILE MERGED 2003/04/03 07:12:18 os 1.64.4.3.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ad95e90836e1c8b00adda48b68f3fe98140694bc]

        INTEGRATION: CWS os8 (1.7.10.1.30); FILE MERGED 2003/04/03 06:39:22 cd 1.7.10.1.30.1: #108520# Support automatic toolbar button size depending on menu text height

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8a088c6436fc40a9dbe415526e4da6539684b618]

        INTEGRATION: CWS sw011 (1.16.12); FILE MERGED 2003/04/11 12:36:34 fme 1.16.12.1: #108491# SmartCut and SmartPaste should also work for Asian and Complex scripts

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3932088e3b13a0ad851365842254417d8a574af8]

        INTEGRATION: CWS sw011 (1.4.12); FILE MERGED 2003/04/11 11:56:21 hbrinkm 1.4.12.2: #108205# save deleted graphic's position and set cursor to saved position 2003/04/11 10:04:59 hbrinkm 1.4.12.1: #108802# save deleted graphic's position and set cursor to saved position

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [77d3f2a94da4200993299ef73a5c5956c4d88c7c]

        INTEGRATION: CWS sw011 (1.53.12); FILE MERGED 2003/04/11 07:03:24 od 1.53.12.1: #108693# <SwView::ReadUserData(..)> - set visible area, before applying information from print preview

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [48f94785d627f3f2294d8d2f9bbb01d69b0bf217]

        INTEGRATION: CWS sw011 (1.15.12); FILE MERGED 2003/04/11 11:08:47 hbrinkm 1.15.12.1: #108536# Fields can be selected, too

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c657aebc5bcee5d27617d53a33a881ffa1515358]

        INTEGRATION: CWS sw011 (1.37.2.2.56); FILE MERGED 2003/04/11 14:19:25 dvo 1.37.2.2.56.3: #108712# re-enable copying of frames          (but still disable copying of empty selections) 2003/04/09 15:26:46 od 1.37.2.2.56.2: RESYNC: (1.37.2.2-1.39); FILE MERGED 2003/04/08 16:40:02 dvo 1.37.2.2.56.1: #108230# allow Writer/Web to paste objects from the gallery

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [03f9fad7d5b51c67b3af425ed7861d9ef26dd666]

        INTEGRATION: CWS sw011 (1.11.148); FILE MERGED 2003/04/08 14:35:44 dvo 1.11.148.2: #108684# de-obfuscate code          also, fix crash due to incorrect parameter check 2003/04/07 09:39:34 hbrinkm 1.11.148.1: #107938# GotoHdl: focus may be anywhere in pParentHd

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c1a8b6beb4e8aadc39e1eff7b98617f1ae335ee0]

        INTEGRATION: CWS sw011 (1.11.146); FILE MERGED 2003/04/11 14:19:24 dvo 1.11.146.1: #108712# re-enable copying of frames          (but still disable copying of empty selections)

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6ba90ddb2e2e846cc8d7c3dcbfe73c6f84117541]

        INTEGRATION: CWS os8 (1.19.6.2.58); FILE MERGED 2003/04/09 11:22:29 fme 1.19.6.2.58.3: #108725# Empty string which are inserted do not invalidate the script info - Check if script info is valid before calling InitScriptInfo 2003/04/07 22:18:07 os 1.19.6.2.58.2: RESYNC: (1.19.6.2-1.21); FILE MERGED 2003/04/03 07:10:30 os 1.19.6.2.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b2b8cf04d7fd8aff93c405c97778e72912739b01]

        INTEGRATION: CWS sw011 (1.4.158); FILE MERGED 2003/04/11 11:02:43 hbrinkm 1.4.158.1: #108536# Fields can be selected, too

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [43367a0825da5ef00dbcd9fe9755c890444bb998]

        INTEGRATION: CWS os8 (1.33.2); FILE MERGED 2003/04/10 07:57:14 mba 1.33.2.1: #108761#: new method to set document specific printoptions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [71d6ce3229cbd721ac11a3edf1841b12dbf92d19]

        INTEGRATION: CWS sw011 (1.65.12); FILE MERGED 2003/04/11 12:37:09 fme 1.65.12.1: #108491# SmartCut and SmartPaste should also work for Asian and Complex scripts

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a102e46f7f39a7be39677b325ecbb2672254a62b]

        INTEGRATION: CWS os8 (1.13.2); FILE MERGED 2003/04/10 07:57:15 mba 1.13.2.1: #108761#: new method to set document specific printoptions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4e6fccba5d40a31fa03a4b1b64cbfa0bbacad0ca]

        INTEGRATION: CWS sw011 (1.7.156); FILE MERGED 2003/04/14 10:34:48 hbrinkm 1.7.156.1: #108146# call to RedlineAdjustStartNodeCursor moved

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f6a5a3aa006d6c63c596b231317185444ff7589d]

        INTEGRATION: CWS os8 (1.6.2); FILE MERGED 2003/04/10 15:16:06 os 1.6.2.2: #108761# include corrected 2003/04/10 07:57:14 mba 1.6.2.1: #108761#: new method to set document specific printoptions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [216f99dfcc8dfe60f5ab2320a73b325f1ffb9585]

        INTEGRATION: CWS sw011 (1.65.12); FILE MERGED 2003/04/14 10:34:48 hbrinkm 1.65.12.1: #108146# call to RedlineAdjustStartNodeCursor moved

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [eb255e77794d4e55fae0e52437badf349104fda9]

        INTEGRATION: CWS os8 (1.61.2); FILE MERGED 2003/04/10 07:58:52 mba 1.61.2.1: #108760#: frame should forget LoadEnv immediately after the load process ended, because it might contain invalid data later

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b5beca177033f7ec516de2ba0fc920d2881ddfcc]

        INTEGRATION: CWS sw011 (1.31.2.2.56); FILE MERGED 2003/04/09 16:06:50 od 1.31.2.2.56.2: RESYNC: (1.31.2.2-1.34); FILE MERGED 2003/04/03 13:24:47 dvo 1.31.2.2.56.1: #108116# savely remove UNO cursors from deleted table cells

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3d90ccf86ad54383bda8296040abaae3a4750650]

        INTEGRATION: CWS sw011 (1.4.146); FILE MERGED 2003/04/03 15:52:10 dvo 1.4.146.1: #108450# properly handle redlining when (auto-)changing cell formats

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [19f604f29fc2717a4d29f1f9d3c622e410044f41]

        INTEGRATION: CWS os8 (1.21.2); FILE MERGED 2003/04/10 08:31:02 mba 1.21.2.1: #108773#: always retrieve MimeType for storage formats

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [55b5b6611e29ee71bfb009301bbd73dea3f24a9b]

        INTEGRATION: CWS os8 (1.20.140); FILE MERGED 2003/04/07 08:25:11 cd 1.20.140.1: #108673# Support sending doc as e-Mail attachment with password

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [efde611aa2a0ebf8a4dd1998a49ef0046a03a802]

        INTEGRATION: CWS sw011 (1.39.10); FILE MERGED 2003/04/11 07:15:48 fme 1.39.10.1: #108622# Spell checking repaint in RTL environment

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f20d0fdce22315e1e4543981a02f1e4806ba5d4a]

        INTEGRATION: CWS sw011 (1.64.2.3.24); FILE MERGED 2003/04/09 16:08:38 od 1.64.2.3.24.2: RESYNC: (1.64.2.3-1.66); FILE MERGED 2003/04/04 07:57:26 fme 1.64.2.3.24.1: #108498# Disable kana compression for non-monospaced fonts

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [690923ab2ae3bbc5d1098e220dde8234b040c55f]

        INTEGRATION: CWS os8 (1.78.2); FILE MERGED 2003/04/10 08:00:37 mba 1.78.2.1: #108465#: SalvageName may be empty (recovering untitled doc)

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e3e47011365a1c15847f849f08be68c31b53e6f3]

        INTEGRATION: CWS sw011 (1.28.2.1.66); FILE MERGED 2003/04/07 10:00:51 od 1.28.2.1.66.1: #108446# - delete unused code

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [20ca33ebd43f79d080b1b41a5291cc11376c61f6]

        INTEGRATION: CWS sw011 (1.29.4.2.26); FILE MERGED 2003/04/04 12:41:57 fme 1.29.4.2.26.2: #108503# Special treatment for isolated space in RTL environment between western and complex text with justified alignment 2003/04/03 14:27:48 fme 1.29.4.2.26.1: #108612# #i12250# Hard blanks in field portions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7d5383554028c916ea7d4962ffe768476709db77]

        INTEGRATION: CWS sw011 (1.34.2.2.26); FILE MERGED 2003/04/03 14:27:24 fme 1.34.2.2.26.1: #108612# #i12250# Hard blanks in field portions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e21dc9b3847fdbbb9e5208a07fc0068a9ac8933f]

        INTEGRATION: CWS sw011 (1.53.2.3.56); FILE MERGED 2003/04/03 14:27:02 fme 1.53.2.3.56.1: #108612# #i12250# Hard blanks in field portions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [56fbc11622505cb5f6d26f1bcc195c562a8d4c7b]

        INTEGRATION: CWS sw011 (1.85.12); FILE MERGED 2003/04/14 14:43:04 fme 1.85.12.1: #108910# Code should be robust for missing viewshell

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [91fbb01bbee202d3d2d9d5dd0b72e3674ab4810c]

        INTEGRATION: CWS sw011 (1.33.12); FILE MERGED 2003/04/11 07:09:27 od 1.33.12.1: #108698# <SwTabFrm::MakeAll()> - join all follows, which are placed on the same page/column

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [118dfcf180d2d5a2d015ebb5f0082962773b7d24]

        INTEGRATION: CWS sw011 (1.22.2.2.26); FILE MERGED 2003/04/11 13:21:35 od 1.22.2.2.26.3: #108824# <SwFrm::GetPrevSctLeaf(..)> - consider zombie sections, but investigate next frames of found zombie section 2003/04/11 07:06:46 fme 1.22.2.2.26.2: #108619# #108745# Fly frames and footer loops 2003/04/07 10:48:25 od 1.22.2.2.26.1: #108446# - <SwSectionFrm::CalcFtnCntnt()> - consider that footnote/endnote can move; include changes from 108339

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a9b6109c0d5059edb239eceb7af44cb69e325464]

        INTEGRATION: CWS sw011 (1.2.174); FILE MERGED 2003/04/02 15:32:51 fme 1.2.174.1: #102759# You cannot trust the frame sizes stored in the layout cache

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9fea8bf859c10f80a666224c2a67fccd9494262d]

        INTEGRATION: CWS sw011 (1.10.146); FILE MERGED 2003/04/11 07:18:27 od 1.10.146.2: #108698# <SwLayHelper::CheckInsert(..) - improve split heuristic for bug table and split big table even its the first 2003/04/02 15:32:51 fme 1.10.146.1: #102759# You cannot trust the frame sizes stored in the layout cache

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3df5fc70b9865211b86bdde6910f19e7212cc039]

        INTEGRATION: CWS sw011 (1.11.12); FILE MERGED 2003/04/14 08:53:20 od 1.11.12.2: #108719# <SwHeadFootFrm::GrowFrm(..)/ShrinkFrm(..)> - notify fly frames only for header frames height change. 2003/04/11 07:32:05 od 1.11.12.1: #108719# <SwHeadFootFrm::GrowFrm(..)/ShrinkFrm(..)> - notify fly frames of header/footer height change, if necessary

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c76dc0f9d8a00db1000f15d3820925d7bb909287]

        INTEGRATION: CWS sw011 (1.18.146); FILE MERGED 2003/04/07 10:45:41 od 1.18.146.1: #108446# - extend <SwFtnBossFrm::CollectFtns(..)> and <SwFtnBossFrm::_CollectFtns(..)>

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ca05d1156ee11b1978319fd79c0a6de296d9fad7]

        INTEGRATION: CWS sw011 (1.41.2.1.66); FILE MERGED 2003/04/11 07:06:45 fme 1.41.2.1.66.2: #108619# #108745# Fly frames and footer loops 2003/04/07 10:43:02 od 1.41.2.1.66.1: #108446# - include fix for task 108339

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a2b91006c776737429216c7eb120995ac37c6781]

        INTEGRATION: CWS os8 (1.20.10.1.76); FILE MERGED 2003/04/03 07:16:22 os 1.20.10.1.76.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0c823103c6e33957661b56463674270d348665fb]

        INTEGRATION: CWS sw011 (1.15.2.1.104); FILE MERGED 2003/04/07 10:40:34 od 1.15.2.1.104.1: #108446# <SwFrm::_FindNext()> - check for endnote, only if dedicated found next isn't contained in a section, which collects its endnotes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [12bd074ca824076cb8188167055fb32ab56fce92]

        INTEGRATION: CWS os8 (1.80.2.2.48); FILE MERGED 2003/04/07 06:40:48 os 1.80.2.2.48.2: #108472# Component property added to TextEmbeddedObject 2003/04/02 11:35:25 os 1.80.2.2.48.1: #108472# support of properties 'Model' and 'CLSID' added to SwXTextEmbeddedObject

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9ed4cc4545e66c40920008624eaa13cef89e4c7a]

        INTEGRATION: CWS sw011 (1.33.2.2.66); FILE MERGED 2003/04/11 13:17:56 od 1.33.2.2.66.2: #108824# <SwCntntFrm::_WouldFit(..)> - warning and return TRUE, if last follow of <this> isn't valid on checking next for keep attribute 2003/04/07 10:35:15 od 1.33.2.2.66.1: #108446# <SwCntntFrm::MakeAll()> - direct move forward after text formatting, if text formatting detects the necessity of the move forward

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6b0810451d62e18065b14747c7937001f492fe93]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:16:20 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b0f341933b639ce50e415144790d567c3a916c65]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:16:19 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6b2f1d73b09cb0e7eb7035f4cb54c215580daa57]

        INTEGRATION: CWS sw011 (1.2.168); FILE MERGED 2003/04/07 09:31:39 od 1.2.168.1: #108336# class <SwFtnBossFrm>: extend methods <_CollectFtns(..)> and <CollectFtns(..)>.

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cf9988e58f80ab88e592427647fabda2892a6417]

        INTEGRATION: CWS os8 (1.4.2.1.48); FILE MERGED 2003/04/03 07:16:19 os 1.4.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [aea0f35fbd4b5b2b182f652bc68fff2deb46caec]

        INTEGRATION: CWS os8 (1.14.146); FILE MERGED 2003/04/03 07:16:18 os 1.14.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d423e85e97bb1f6ce422b90405da3ed04316dced]

        INTEGRATION: CWS sw011 (1.5.146); FILE MERGED 2003/04/11 10:57:46 hbrinkm 1.5.146.1: #108536# GetCurFld: Recognize selected field also

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0df316232a8595d3c7cb5c81668ca18b1f2aa76e]

        INTEGRATION: CWS os8 (1.20.6.1.48); FILE MERGED 2003/04/03 07:16:18 os 1.20.6.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7a487c008068fe58efdee94902b6e78fecb4d795]

        INTEGRATION: CWS sw011 (1.4.2.4.2.3.66); FILE MERGED 2003/04/03 15:52:09 dvo 1.4.2.4.2.3.66.1: #108450# properly handle redlining when (auto-)changing cell formats

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [af22dd99a5f6e700d37e8e93408896e728ae3e68]

        INTEGRATION: CWS os8 (1.15.4.1.48); FILE MERGED 2003/04/03 07:16:18 os 1.15.4.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c87060a6826fcfb9aa04f29d47ebe96bbc294261]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/07 21:12:43 os 1.5.138.2: RESYNC: (1.5-1.6); FILE MERGED 2003/04/03 07:16:17 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b8433768f2b840a98f50b2cf20fa2d3493f7efa6]

        INTEGRATION: CWS sw011 (1.3.146); FILE MERGED 2003/04/03 13:24:08 dvo 1.3.146.1: #108116# savely remove UNO cursors from deleted table cells

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [33be0b1aefd3640f10be5fe020975b2ae30e7306]

        INTEGRATION: CWS os8 (1.2.180); FILE MERGED 2003/04/03 07:16:17 os 1.2.180.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ddc85dac98dc2da86c745941c3948459b4d8f5f9]

        INTEGRATION: CWS sw011 (1.8.4.3.56); FILE MERGED 2003/04/03 12:30:04 fme 1.8.4.3.56.1: #107272# Cursor position in RTL environment

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [466713e55bb2e36dee397758b2dfcb411d5757b7]

        INTEGRATION: CWS os8 (1.3.2.2.40); FILE MERGED 2003/04/03 07:16:16 os 1.3.2.2.40.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [440c3e7f7dc5a0e91acf3fc7e4e578cf7a199751]

        INTEGRATION: CWS sw011 (1.4.146); FILE MERGED 2003/04/11 10:39:14 dvo 1.4.146.1: #108071# table re-formatting must be braced by Start/EndAction

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [79642a5624a2ba3e0b1f8c68c5996d601002463f]

        INTEGRATION: CWS sw011 (1.5.12); FILE MERGED 2003/04/11 10:44:37 hbrinkm 1.5.12.1: #108536# SwPaM::Normalize

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9710898a7bea42315329c8ccb71890419f20944b]

        INTEGRATION: CWS sw011 (1.25.12); FILE MERGED 2003/04/11 14:19:23 dvo 1.25.12.3: #108712# re-enable copying of frames          (but still disable copying of empty selections) 2003/04/11 11:25:13 hbrinkm 1.25.12.2: #108536# SwCrsrShell::NormalizePaM 2003/04/11 10:03:50 dvo 1.25.12.1: #108801# always update toolbar (etc.) when whether we have a text selection          changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d70a1f3fc7d60f37bfb9ff71c2f3a8482bdcb182]

        INTEGRATION: CWS sw011 (1.1.1.1.190); FILE MERGED 2003/04/11 10:03:50 dvo 1.1.1.1.190.1: #108801# always update toolbar (etc.) when whether we have a text selection          changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [eff36431450b29dea39522d12486da20a44a53f0]

        INTEGRATION: CWS sw011 (1.5.150); FILE MERGED 2003/04/11 10:03:49 dvo 1.5.150.1: #108801# always update toolbar (etc.) when whether we have a text selection          changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [92888005fc4da67dfeae13d8629c9334b94d7d5f]

        INTEGRATION: CWS sw011 (1.24.8.1.56); FILE MERGED 2003/04/09 16:37:08 od 1.24.8.1.56.2: RESYNC: (1.24.8.1-1.26); FILE MERGED 2003/04/03 13:23:45 dvo 1.24.8.1.56.1: #108116# savely remove UNO cursors from deleted table cells

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [095cbe48a9087fd4bbdfe0c42937634c8818bc4f]

        INTEGRATION: CWS sw011 (1.5.158); FILE MERGED 2003/04/11 10:38:23 hbrinkm 1.5.158.1: #108536# SwPaM::Normalize

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ac76c84cc67c7d0540e190719f180f91171dc6e9]

        INTEGRATION: CWS sw011 (1.20.152); FILE MERGED 2003/04/03 13:23:45 dvo 1.20.152.1: #108116# savely remove UNO cursors from deleted table cells

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [db6b79c6c14a8259657f67eb2cd1ea691d6885da]

        INTEGRATION: CWS sw011 (1.15.14); FILE MERGED 2003/04/11 14:19:22 dvo 1.15.14.4: #108712# re-enable copying of frames          (but still disable copying of empty selections) 2003/04/11 11:22:35 hbrinkm 1.15.14.3: #108536# SwCrsrShell::NormalizePaM 2003/04/11 10:39:13 dvo 1.15.14.2: #108071# table re-formatting must be braced by Start/EndAction 2003/04/11 10:03:48 dvo 1.15.14.1: #108801# always update toolbar (etc.) when whether we have a text selection          changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a80976eb4f3ba8a71a6842682bb6fff2c9928ecb]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:16:00 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6fc6d901f9929d6e7fbc894aafb292d664bda7c4]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:15:59 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [211d3e8060d1c1553aeaa25e62b31a6a33da98c4]

        INTEGRATION: CWS sw011 (1.46.88); FILE MERGED 2003/04/04 16:14:56 dvo 1.46.88.1: #108616# added config: namespace declaration to 'flat' documents

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c6cd85f4fcd19f3453dd7df835924c8b917ddf5a]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:15:58 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e085c85458d811347e3cc32ba00b9f82b5311182]

        INTEGRATION: CWS sw011 (1.77.2.8.12); FILE MERGED 2003/04/08 10:04:07 mav 1.77.2.8.12.1: #108649# DocumentTitle media descriptor property

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1082ff5625915635ce27be79f012add17f530e81]

        INTEGRATION: CWS sw011 (1.50.8.2.68); FILE MERGED 2003/04/04 13:26:44 mt 1.50.8.2.68.1: #107508# Keep scaling from bullets even if formatting is off

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e330c72871f293dd5532599bef1616af16740663]

        INTEGRATION: CWS sw011 (1.83.2.2.68); FILE MERGED 2003/04/04 13:47:32 mt 1.83.2.2.68.1: #108278# Fixed bug in WorldLeft

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [857ca71fec48aacd90ab2af04aab36407ec6ba4a]

        INTEGRATION: CWS os8 (1.6.138); FILE MERGED 2003/04/03 07:15:57 os 1.6.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [de2b39462a234d8519dbb6f98eca6fdf27e1209d]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:15:56 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [eb7e025d534fc2feff805cb6fdc13b082f5d3571]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:15:54 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [219fdc8de7f133f7fc9a0386c8135f125423ea47]

        INTEGRATION: CWS os8 (1.13.160); FILE MERGED 2003/04/07 21:15:57 os 1.13.160.2: RESYNC: (1.13-1.14); FILE MERGED 2003/04/03 07:15:53 os 1.13.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c97480fc8b6cf923a31737f7cbc0bd14dd75e42a]

        INTEGRATION: CWS os8 (1.10.142); FILE MERGED 2003/04/03 07:15:53 os 1.10.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [aa787dccab816e8e843b2a0de538565b32e11861]

        INTEGRATION: CWS os8 (1.4.160); FILE MERGED 2003/04/03 07:15:52 os 1.4.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [55e45fb3e4203bee3846e255d0b97a773e8cebd4]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:15:51 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8a09700b67c21c0becd45ec29d1f2e5d4890085f]

        INTEGRATION: CWS sw011 (1.60.2.7.38); FILE MERGED 2003/04/08 10:04:09 mav 1.60.2.7.38.1: #108649# DocumentTitle media descriptor property

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [76ecf77e01c26565014fb51ca95932a6d7f511f4]

        INTEGRATION: CWS sw011 (1.28.2.4.42); FILE MERGED 2003/04/08 10:04:08 mav 1.28.2.4.42.1: #108649# DocumentTitle media descriptor property

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d08a8aeb5176938bedd5b594aeb9721b8cbc9213]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:15:50 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ad9162f3442143336d5d0931c204b946e3096ed7]

        INTEGRATION: CWS sw011 (1.66.2.7.44); FILE MERGED 2003/04/08 10:04:06 mav 1.66.2.7.44.1: #108649# DocumentTitle media descriptor property

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [64c6b6bac85a2c21edf1912a1d2e2a8a8ccf5e2e]

        INTEGRATION: CWS os8 (1.9.138); FILE MERGED 2003/04/07 21:15:40 os 1.9.138.2: RESYNC: (1.9-1.10); FILE MERGED 2003/04/03 07:15:50 os 1.9.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8e20aa833b37e62cb09763d67a01d6236746006b]

        INTEGRATION: CWS os8 (1.22.146); FILE MERGED 2003/04/03 07:15:49 os 1.22.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9d4423a6718bf66cfc8f1eda3c57cb66ae5ecd2c]

        INTEGRATION: CWS os8 (1.2.180); FILE MERGED 2003/04/03 07:15:49 os 1.2.180.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7a88ed447a086ccb782f887d44bf369ac279fa62]

        INTEGRATION: CWS os8 (1.4.160); FILE MERGED 2003/04/03 07:15:48 os 1.4.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d72b8983779d97a050af5939a05f235181e7fe7e]

        INTEGRATION: CWS os8 (1.24.2.3.2.3.2.14.4.10.2.3.46); FILE MERGED 2003/04/01 07:40:53 os 1.24.2.3.2.3.2.14.4.10.2.3.46.1: #107064# short cuts from bibliography fields removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [aba7670f37b8be5dc54ea00ad8fcecd24687dd9f]

        INTEGRATION: CWS os8 (1.6.138); FILE MERGED 2003/04/03 07:15:48 os 1.6.138.2: #108583# precompiled headers removed 2003/04/02 11:36:46 os 1.6.138.1: #107064# short cuts from bibliography fields removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [45717fd6b6784ed7f4c54a699b34e1fd56be7e40]

        INTEGRATION: CWS os8 (1.8.160); FILE MERGED 2003/04/03 07:15:48 os 1.8.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3f280d26c5fa0352b9a77100fecd25fc2be270ab]

        INTEGRATION: CWS os8 (1.14.138); FILE MERGED 2003/04/03 07:15:47 os 1.14.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [72d5a309fde1227f616dff7d3d624283c926269a]

        INTEGRATION: CWS os8 (1.25.138); FILE MERGED 2003/04/03 07:15:46 os 1.25.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [30618129ab65344234a8194a59cb7e13acec4708]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:15:45 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [48bdf91cc93199cc89f9d7d4735e1bb6d26a1d5d]

        INTEGRATION: CWS os8 (1.9.138); FILE MERGED 2003/04/03 07:15:44 os 1.9.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1dac89dbd700fff5851e75d0e2b550b96c64a198]

        INTEGRATION: CWS os8 (1.41.2.2.48); FILE MERGED 2003/04/07 21:17:47 os 1.41.2.2.48.2: RESYNC: (1.41.2.2-1.43); FILE MERGED 2003/04/03 07:15:42 os 1.41.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [89789a10ff2060fff2ccbdb6e57d24734e37751d]

        INTEGRATION: CWS os8 (1.69.2.1.70); FILE MERGED 2003/04/10 10:22:43 os 1.69.2.1.70.3: #108729# service name com.sun.star.text.DocumentSettings added 2003/04/07 21:17:41 os 1.69.2.1.70.2: RESYNC: (1.69.2.1-1.73); FILE MERGED 2003/04/03 07:15:41 os 1.69.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [02ba5add675a630f724897a0ee32101e2c2042fd]

        INTEGRATION: CWS os8 (1.20.142); FILE MERGED 2003/04/03 07:15:41 os 1.20.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ce89df5c76610e53542b0395a6eb55362e3a00df]

        INTEGRATION: CWS os8 (1.1.4.2.70); FILE MERGED 2003/04/07 21:17:35 os 1.1.4.2.70.2: RESYNC: (1.1.4.2-1.3); FILE MERGED 2003/04/03 07:15:40 os 1.1.4.2.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3e04b3e214e3120327636c1145eac8789fc13081]

        INTEGRATION: CWS os8 (1.12.142); FILE MERGED 2003/04/03 07:15:40 os 1.12.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f0b4bb982c70c84db6cb5fa9eb7d894bb3811b26]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:15:39 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a9dbed32ed92df2fe554c18b0fc5a9a9a9b77d30]

        INTEGRATION: CWS os8 (1.17.8.1.58); FILE MERGED 2003/04/08 11:11:27 os 1.17.8.1.58.3: #108651# crash due to wrong iterator fixed 2003/04/07 21:17:16 os 1.17.8.1.58.2: RESYNC: (1.17.8.1-1.21); FILE MERGED 2003/04/03 07:15:39 os 1.17.8.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b1ef867c14c7da498638f42e486a1da21a713864]

        INTEGRATION: CWS os8 (1.10.10.1.70); FILE MERGED 2003/04/03 07:15:39 os 1.10.10.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0bbdb2be9211248bdbe296df90d8dafeb26f2b2a]

        INTEGRATION: CWS os8 (1.5.174); FILE MERGED 2003/04/07 21:17:05 os 1.5.174.2: RESYNC: (1.5-1.6); FILE MERGED 2003/04/03 07:15:38 os 1.5.174.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [aa91751b70a66ba70341edf8a23b899f50f4fab4]

        INTEGRATION: CWS os8 (1.2.152); FILE MERGED 2003/04/03 07:15:38 os 1.2.152.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5278e51024ddf003218eff29d374c25a109d323c]

        INTEGRATION: CWS os8 (1.3.144); FILE MERGED 2003/04/03 07:15:38 os 1.3.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f56080853f2ae001f57ce7864792fb1a731abe4c]

        INTEGRATION: CWS os8 (1.16.8.2.6.5.2.2.46); FILE MERGED 2003/04/10 10:22:43 os 1.16.8.2.6.5.2.2.46.4: #108729# service name com.sun.star.text.DocumentSettings added 2003/04/10 10:13:53 os 1.16.8.2.6.5.2.2.46.3: #108729# IsLabelDocument property added 2003/04/07 21:16:31 os 1.16.8.2.6.5.2.2.46.2: RESYNC: (1.16.8.2.6.5.2.2-1.24); FILE MERGED 2003/04/03 07:15:37 os 1.16.8.2.6.5.2.2.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3c37fe43f719b39b231ed5851be8fd1b22d462cc]

        INTEGRATION: CWS os8 (1.1.158); FILE MERGED 2003/04/03 07:15:37 os 1.1.158.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3c8547e8b6c6fcfb4c1f5040d24e983674d0cbb7]

        INTEGRATION: CWS os8 (1.16.4.1.96); FILE MERGED 2003/04/03 07:15:33 os 1.16.4.1.96.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e0ca445c12483ae3175afa3d109d0f0983cb546b]

        INTEGRATION: CWS os8 (1.16.12.2.48); FILE MERGED 2003/04/03 07:15:32 os 1.16.12.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [291e5f8ca824cc68ff53911135306e1b1461dba8]

        INTEGRATION: CWS os8 (1.13.2.1.48); FILE MERGED 2003/04/03 07:15:32 os 1.13.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9d9b7615368b946196d1678693d8d967de468f1e]

        INTEGRATION: CWS os8 (1.16.2.2.48); FILE MERGED 2003/04/03 07:15:32 os 1.16.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ffaf73550c880385d84edb62c69297417dba48dc]

        INTEGRATION: CWS os8 (1.22.2.2.48); FILE MERGED 2003/04/03 07:15:31 os 1.22.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e226c99799f5cf075ea8385e885f881a55a89baa]

        INTEGRATION: CWS os8 (1.11.146); FILE MERGED 2003/04/03 07:15:31 os 1.11.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7aa1eed7672ab056932baf160361ad23d4a73b5c]

        INTEGRATION: CWS os8 (1.10.146); FILE MERGED 2003/04/03 07:15:31 os 1.10.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [aaa20c21fad4ac16fa49b813e2214e2d6951c999]

        INTEGRATION: CWS os8 (1.16.138); FILE MERGED 2003/04/07 21:18:47 os 1.16.138.2: RESYNC: (1.16-1.17); FILE MERGED 2003/04/03 07:15:30 os 1.16.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cfd12a7c793cf7dcf0c585ad6775c0dfb25d77d3]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:15:30 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d59d4a3dc034d042e61c3fda997ce45c55d7abe2]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:15:29 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [db3bd12dd9698021aa0cc0b224b48bcd3d78662f]

        INTEGRATION: CWS os8 (1.37.2.2.48); FILE MERGED 2003/04/03 07:15:28 os 1.37.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b137def764348501c1ff51f7acf77684d6ef4f87]

        INTEGRATION: CWS os8 (1.5.12.1.48); FILE MERGED 2003/04/03 07:15:28 os 1.5.12.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3e3b748d866f52e4c1b8768a78d9f447ee087630]

        INTEGRATION: CWS os8 (1.10.6.1.48); FILE MERGED 2003/04/03 07:15:28 os 1.10.6.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [be423eee148c72c4c124fd2802fa0dfd34ad3c2e]

        INTEGRATION: CWS os8 (1.52.2.7.48); FILE MERGED 2003/04/03 07:15:27 os 1.52.2.7.48.2: #108583# precompiled headers removed 2003/03/31 14:25:47 os 1.52.2.7.48.1: #107869# invalidate SwTransferable in SwView::~SwView

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9472045638522bcb51bb3465c2e81dcea583a1e6]

        INTEGRATION: CWS os8 (1.12.138); FILE MERGED 2003/04/09 14:36:09 os 1.12.138.3: #107869# put temporary Reference<> object into a block 2003/04/03 07:15:27 os 1.12.138.2: #108583# precompiled headers removed 2003/03/31 14:25:47 os 1.12.138.1: #107869# invalidate SwTransferable in SwView::~SwView

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8eca77c3d9424f79489bad4aaf3829e169c8b0dc]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:15:26 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f0e6c207c6fa0ec265bfaba6e96b22380cae11ea]

        INTEGRATION: CWS os8 (1.29.2.2.58); FILE MERGED 2003/04/07 21:18:15 os 1.29.2.2.58.2: RESYNC: (1.29.2.2-1.31); FILE MERGED 2003/04/03 07:15:26 os 1.29.2.2.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [aa958f40692157c60bcf57db5750c43818d8c7e8]

        INTEGRATION: CWS os8 (1.3.6.2.48); FILE MERGED 2003/04/03 07:15:25 os 1.3.6.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [80f2ca839caf185d687984d1870fc75e2e08b184]

        INTEGRATION: CWS os8 (1.38.2.5.18); FILE MERGED 2003/04/07 21:17:54 os 1.38.2.5.18.2: RESYNC: (1.38.2.5-1.40); FILE MERGED 2003/04/03 07:15:24 os 1.38.2.5.18.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [406fdb8b343ed977da6116a130cd395c4c2c2dd2]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:15:24 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [11d775efd9f515c9b5c5b069819e3756cc73e2ea]

        INTEGRATION: CWS os8 (1.10.144); FILE MERGED 2003/04/03 07:15:20 os 1.10.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [dbe2074f15049332b79b02e31359f594cc254f78]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:15:20 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0a8ed7b48ed02d1bb2bc5b0b381274380360aa98]

        INTEGRATION: CWS os8 (1.14.140); FILE MERGED 2003/04/03 07:15:19 os 1.14.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8cf2e31abd756ff7db45cc73c6fa48dada49b9e9]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:15:18 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9f5be4b70eab1bbc073f1db030cf17e2328b483f]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:15:17 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7501686af2eb3693b24e9949bbf01b4432fd0070]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:15:16 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [02e9538cb5cf297f9fc341b37640c1370497184b]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:15:16 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [88dc1ccad9a9fe0606ad802baf138ef54fac601a]

        INTEGRATION: CWS os8 (1.6.138); FILE MERGED 2003/04/03 07:15:15 os 1.6.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ed0c0f3bc9165c97b19aeb72ee073cb5d275ba9c]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:15:15 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cbbddb01469e9ff9f44e59aa8b87ee9d1ccf82be]

        INTEGRATION: CWS os8 (1.16.4); FILE MERGED 2003/04/09 10:27:09 os 1.16.4.1: #108704# text-to-table dialog remembers settings during runtime

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [abadb3531c6f8e93d8ffcbe23e3eda4a89042e60]

        INTEGRATION: CWS os8 (1.3.144); FILE MERGED 2003/04/09 09:59:16 os 1.3.144.2: #108704# text-to-table dialog remembers settings during runtime 2003/04/03 07:15:15 os 1.3.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [90842526bc4cf14e1667be8f0f9afef1a3aede88]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:15:14 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [af6eddc66a10709751550e1c71abb56cb969fbe4]

        INTEGRATION: CWS os8 (1.4.30.1.48); FILE MERGED 2003/04/03 07:15:14 os 1.4.30.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8c413173e8c815d3efa5663bcce612eef8cbe8e8]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:15:10 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [bd930969daf81cdbaa944581031f2777f0121780]

        INTEGRATION: CWS os8 (1.10.138); FILE MERGED 2003/04/03 07:15:10 os 1.10.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6d1cdd7009061e113e9f109e79555879efad33e8]

        INTEGRATION: CWS os8 (1.11.2.3.48); FILE MERGED 2003/04/03 07:15:09 os 1.11.2.3.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7e51ad543bc8ae1716b9bf890c3663acf9dfe400]

        INTEGRATION: CWS os8 (1.14.142); FILE MERGED 2003/04/03 07:15:09 os 1.14.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1b486976b158fda1df634779eb66192d79e06d18]

        INTEGRATION: CWS os8 (1.24.2.1.48); FILE MERGED 2003/04/03 07:15:08 os 1.24.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [234080c04dad6242c073358c182b88a32068a660]

        INTEGRATION: CWS os8 (1.4.156); FILE MERGED 2003/04/03 07:15:08 os 1.4.156.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [367dae9837bee8c386e63a83cae355a9a84f34e3]

        INTEGRATION: CWS readmesetup (1.6.74); FILE MERGED 2003/04/17 09:55:53 os 1.6.74.1: #108999# use user config path instead of modules path to find licence text

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fcd8fd024cb293ccab12c37b4cf1d077cbb1dd2a]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:15:07 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [22c67e43e7896aaea93cf27634dc2ef121273e54]

        INTEGRATION: CWS os8 (1.14.2.1.48); FILE MERGED 2003/04/03 07:15:07 os 1.14.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4e3d74b2cb5723850a9cea441d8abd0ddaaa7178]

        INTEGRATION: CWS os8 (1.4.2.1.86); FILE MERGED 2003/04/03 07:15:06 os 1.4.2.1.86.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5afdf28c30fe5cbe89d7bf3db33a457be160aa06]

        INTEGRATION: CWS os8 (1.17.138); FILE MERGED 2003/04/03 07:15:06 os 1.17.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [85cb2789d0d17cef7e3f47809eeee70b6870775f]

        INTEGRATION: CWS os8 (1.15.2.1.48); FILE MERGED 2003/04/03 07:15:06 os 1.15.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6b78185a7ced3345f346c39755a11d3a4b19def4]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:15:05 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8bbc46f7671dcb65b1b6d49d47271b8f0a82032e]

        INTEGRATION: CWS os8 (1.3.166); FILE MERGED 2003/04/03 07:15:05 os 1.3.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8bc96d4e2cafc5947a94eb22502e43cf6fc1f128]

        INTEGRATION: CWS os8 (1.4.146); FILE MERGED 2003/04/03 07:15:04 os 1.4.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ce80f2ee6a8729df991399af4eca126ff115de05]

        INTEGRATION: CWS os8 (1.7.140); FILE MERGED 2003/04/03 07:15:04 os 1.7.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8a3678ca77b6f910cf19737610d81891e82a9321]

        INTEGRATION: CWS os8 (1.14.148); FILE MERGED 2003/04/03 07:15:03 os 1.14.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2e9aabce7e674880e4ed3569176c71d9883ee85a]

        INTEGRATION: CWS os8 (1.8.6.1.48); FILE MERGED 2003/04/03 07:15:03 os 1.8.6.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [77ae21beba0fa0852394d21b3fff29f3a9154bc0]

        INTEGRATION: CWS os8 (1.16.138); FILE MERGED 2003/04/03 07:15:02 os 1.16.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fffd5742aad0d76f8933eae0704c3bbb2a443475]

        INTEGRATION: CWS os8 (1.20.2.1.48); FILE MERGED 2003/04/03 07:15:02 os 1.20.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [059a01e769a868ced94f9697a4020b7d404f82c5]

        INTEGRATION: CWS os8 (1.9.2.1.68); FILE MERGED 2003/04/03 07:15:01 os 1.9.2.1.68.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fb5b330421709990f466cc3d0552b4c465cf5675]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:15:01 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0762e46985bdeb8ad10c7fabce33252803cffcae]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:15:00 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [007e2f7936284f3de63a8f498003ddeca5c5cf0e]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:15:00 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [eca361089bc3a4aab15f5179052a0888d159ca1a]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:14:59 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ae6f295684036c2007b7d1cf1823e97a664e59db]

        INTEGRATION: CWS os8 (1.37.2.2.48); FILE MERGED 2003/04/11 14:03:26 os 1.37.2.2.48.4: #108737# prevent duplicate recording of paste/special 2003/04/09 10:21:36 os 1.37.2.2.48.3: #108737# recording of PasteSpecial corrected 2003/04/07 21:21:24 os 1.37.2.2.48.2: RESYNC: (1.37.2.2-1.39); FILE MERGED 2003/04/03 07:14:59 os 1.37.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1ecad8d1c9ed99de909295c7c90f14474861382d]

        INTEGRATION: CWS os8 (1.17.2.1.112); FILE MERGED 2003/04/03 07:14:56 os 1.17.2.1.112.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e28e63070d9d4a18b20ec262c8d5d99df3c04789]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:14:56 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1ac6176d0823efe1ac488d7bf5dac7282e971558]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:14:55 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0e7c259ab04f658ebac21438a215b906bfaa715d]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:14:55 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [574ea29a420b1aa2493ea4ccdb74015723688ed2]

        INTEGRATION: CWS os8 (1.8.142); FILE MERGED 2003/04/03 07:14:54 os 1.8.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [09bc40baac3edd90992b74a8bb7d5e0ad445d47a]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:14:54 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c3e33868f0c07804f804bc37921c42aa40f4b042]

        INTEGRATION: CWS os8 (1.9.138); FILE MERGED 2003/04/03 07:14:53 os 1.9.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [bcdc411fd73c33d1da8014619545247c8345b9cb]

        INTEGRATION: CWS os8 (1.6.138); FILE MERGED 2003/04/03 07:14:53 os 1.6.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d2c30972659d92745d3da9d08bd87783b54a5cb6]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:14:53 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [91cca5e53a59a39d0136033d15465fd7334248ca]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:14:52 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4ecf05b41c3ac0add1e019f11c5758b4548f4fe3]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:14:52 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3135cc3cd4b0ed9a27e2868518a7028ab9bf2fde]

        INTEGRATION: CWS os8 (1.7.18.1.144); FILE MERGED 2003/04/03 07:14:48 os 1.7.18.1.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [81dd62ad01da18e886b26cedb657f77f9a3e674a]

        INTEGRATION: CWS os8 (1.11.140); FILE MERGED 2003/04/03 07:14:48 os 1.11.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c0e0ea9d6cce836c00eedc87ccd416b03f72c55f]

        INTEGRATION: CWS os8 (1.7.144); FILE MERGED 2003/04/03 07:14:48 os 1.7.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ad16e7fabf9249886677e56ebf706148bfc39b74]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:14:47 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4b96acfd1124a86b8a920efa83b13bfbc7a856c4]

        INTEGRATION: CWS os8 (1.20.138); FILE MERGED 2003/04/03 07:14:47 os 1.20.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [04c9836d8d50db5cc71a6b7634e1e1b033f638eb]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:14:46 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fcd998a769341a6363cea33dc7d2ba58bf5fc02e]

        INTEGRATION: CWS os8 (1.6.138); FILE MERGED 2003/04/03 07:14:46 os 1.6.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d1c2f3eff8ab81dfc4024c49979dc43868122f51]

        INTEGRATION: CWS os8 (1.6.152); FILE MERGED 2003/04/03 07:14:45 os 1.6.152.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d51be3c36d78905ad0fb76f99a371e551503d53f]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:14:45 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fcbefdba107770f63ce0ea4edb5cfbd423e1cda7]

        INTEGRATION: CWS os8 (1.4.4.1.70); FILE MERGED 2003/04/03 07:14:45 os 1.4.4.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ed2c1642ef6cbc28ec20bc610347475eb68e896e]

        INTEGRATION: CWS os8 (1.4.146); FILE MERGED 2003/04/03 07:14:44 os 1.4.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b3758fe36a98dd98c7a45d2fb76f173eaf3a493a]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/07 21:23:58 os 1.5.138.2: RESYNC: (1.5-1.6); FILE MERGED 2003/04/03 07:14:44 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7170bbeb2dd25a609dfd50db7414a862ee01abc3]

        INTEGRATION: CWS os8 (1.28.138); FILE MERGED 2003/04/03 07:14:43 os 1.28.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fa3004b1317f7b55a2afa009566a34b69014dc8b]

        INTEGRATION: CWS os8 (1.13.140); FILE MERGED 2003/04/07 21:23:40 os 1.13.140.2: RESYNC: (1.13-1.14); FILE MERGED 2003/04/03 07:14:43 os 1.13.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6f02550146a277c7c9f78fd125787d0494506543]

        INTEGRATION: CWS os8 (1.12.138); FILE MERGED 2003/04/03 07:14:42 os 1.12.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ac45bac7f3a672f150f8e073c43049300cbab9d1]

        INTEGRATION: CWS os8 (1.10.138); FILE MERGED 2003/04/03 07:14:42 os 1.10.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1c6d8d1b387cdc27e7868f6171cb8d3aa12e5908]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:14:39 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c75505668b65c63eff77b3d79a0f1704adaefc8a]

        INTEGRATION: CWS os8 (1.9.6.2.4.1.138); FILE MERGED 2003/04/03 07:14:38 os 1.9.6.2.4.1.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cc00faaa8962653cd8424ee09c1943447beee81f]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:14:37 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b929674264e6117593560ada346bf22956a6e382]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:14:37 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [509c4a19f6d8ebbcf3308bb0453cd9b456031e06]

        INTEGRATION: CWS os8 (1.8.138); FILE MERGED 2003/04/03 07:14:35 os 1.8.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [45caf6c9c080599db66efab40963559e6e6e47ac]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:14:35 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [66395b9d3ba179b2bfe5394bb2000f855f836437]

        INTEGRATION: CWS os8 (1.3.158); FILE MERGED 2003/04/03 07:14:35 os 1.3.158.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d425eafb9de17db7f0bf7829300147b428b8de91]

        INTEGRATION: CWS os8 (1.26.140); FILE MERGED 2003/04/03 07:14:34 os 1.26.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [65f8384bf147c39fb1b96983eb20177a37414b76]

        INTEGRATION: CWS os8 (1.49.2.1.50); FILE MERGED 2003/04/03 07:14:34 os 1.49.2.1.50.2: #108583# precompiled headers removed 2003/04/01 07:40:54 os 1.49.2.1.50.1: #107064# short cuts from bibliography fields removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6f8ba6fc6e33d74af9881e098c86a94238c22f28]

        INTEGRATION: CWS os8 (1.2.4.1.48); FILE MERGED 2003/04/03 07:14:33 os 1.2.4.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6c54b85e5f0f449be43a1f0a1551c5df301ada18]

        INTEGRATION: CWS os8 (1.15.2.2.48); FILE MERGED 2003/03/31 14:25:45 os 1.15.2.2.48.1: #107869# invalidate SwTransferable in SwView::~SwView

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2b3063245ab710e22b2cf3dce4d78b271f6c8193]

        INTEGRATION: CWS os8 (1.7.138); FILE MERGED 2003/03/31 14:25:44 os 1.7.138.1: #107869# invalidate SwTransferable in SwView::~SwView

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c0536b09d05b98653b039925b4cb664e64f27b0f]

        INTEGRATION: CWS os8 (1.11.10.2.48); FILE MERGED 2003/03/31 14:25:45 os 1.11.10.2.48.1: #107869# invalidate SwTransferable in SwView::~SwView

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2d654d53cc02a5fa87b91447a740ec896f7af54b]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:14:33 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a06d4d485c12d73efd7ea4b7caed3b5bacbb1f64]

        INTEGRATION: CWS os8 (1.6.138); FILE MERGED 2003/04/03 07:14:32 os 1.6.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5743428d6d7c3fb3bac700877bc862036e995001]

        INTEGRATION: CWS os8 (1.6.140); FILE MERGED 2003/04/03 07:14:30 os 1.6.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [04dce8b42e472660da530119bda6a686009cb473]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:14:30 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9f96dc20e4a682a680ae9e06c2e9ad0515a86b80]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:14:29 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6dff005e7ea6915b0d6460bdc2fca2d6d8d64ca8]

        INTEGRATION: CWS os8 (1.2.38.1.76); FILE MERGED 2003/04/03 07:14:29 os 1.2.38.1.76.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [24ecc8cff13e9046c7334a6c7465ccdae8fc57e7]

        INTEGRATION: CWS os8 (1.33.2.3.48); FILE MERGED 2003/04/03 07:14:28 os 1.33.2.3.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [61d7d6f04aa71d3ee951260d86023fd56e02c83b]

        INTEGRATION: CWS os8 (1.7.142); FILE MERGED 2003/04/03 07:14:28 os 1.7.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ee31cfe532810522cb7a63cff04bd8b4aea48d35]

        INTEGRATION: CWS os8 (1.4.142); FILE MERGED 2003/04/03 07:14:27 os 1.4.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f3d18f3be07c47f8cd309baea6258d100427b2dd]

        INTEGRATION: CWS os8 (1.11.150); FILE MERGED 2003/04/15 07:28:08 os 1.11.150.3: #108733# ignore modified shift, tab, escape and return keys, too 2003/04/08 14:38:25 os 1.11.150.2: #108733# ::PreNotify(): don't catch Escape and Tab keys 2003/04/03 07:14:26 os 1.11.150.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e6fd7da4967c50bf6c1a9b34292f59a12294f626]

        INTEGRATION: CWS os8 (1.19.2.1.46); FILE MERGED 2003/04/07 21:29:52 os 1.19.2.1.46.2: RESYNC: (1.19.2.1-1.21); FILE MERGED 2003/04/03 07:14:26 os 1.19.2.1.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d5a46c15819e8718f94f25a043a5948d95b9e860]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:14:25 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [964074cb778b38819e7a4400032e579c55cc7d8f]

        INTEGRATION: CWS os8 (1.12.138); FILE MERGED 2003/04/03 07:14:25 os 1.12.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9f8fd0113f8ff1ef6a66daebd00a50dfce2d3e58]

        INTEGRATION: CWS os8 (1.13.142); FILE MERGED 2003/04/03 07:14:24 os 1.13.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [acfd833fc79ac4748f016060d3911a80dcb4342d]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:14:22 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c5ac634be7f284f383826f9e7574d20d46245dbc]

        INTEGRATION: CWS os8 (1.4.160); FILE MERGED 2003/04/03 07:14:19 os 1.4.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [641ce24eeacd6c793cc2ec1acef0fc77a38064b4]

        INTEGRATION: CWS os8 (1.2.168); FILE MERGED 2003/04/03 07:14:19 os 1.2.168.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [981c5b05de2e3fc7d3838f5f57a36efbc96a28ba]

        INTEGRATION: CWS os8 (1.6.146); FILE MERGED 2003/04/03 07:14:18 os 1.6.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7e3aa4e08c5dac3f4e8fa8dddb9ca91e07d23fe4]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:14:18 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [98d2378807cc445c0787916e513106cce606391c]

        INTEGRATION: CWS os8 (1.9.138); FILE MERGED 2003/04/03 07:14:17 os 1.9.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [29aff299145ce79ca602bda63432aaa05b121835]

        INTEGRATION: CWS os8 (1.7.2.1.48); FILE MERGED 2003/04/03 07:14:17 os 1.7.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0d9226e1c713b9c9fa099c3fbe820be14ffa40f8]

        INTEGRATION: CWS os8 (1.3.140); FILE MERGED 2003/04/03 07:14:17 os 1.3.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [eef977f3792ddece6399a0384f3d7d53965191af]

        INTEGRATION: CWS os8 (1.8.2.1.96); FILE MERGED 2003/04/03 07:14:16 os 1.8.2.1.96.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e3d6d4d5bd3a16e7d82ff1308b2d8c19f0181060]

        INTEGRATION: CWS os8 (1.25.138); FILE MERGED 2003/04/03 07:14:16 os 1.25.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f69349d56b0309dc48f9ed853862ecf4306da96f]

        INTEGRATION: CWS os8 (1.8.138); FILE MERGED 2003/04/03 07:14:15 os 1.8.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [daca927dacfc179a06ab87b0fcae7ed90ce85248]

        INTEGRATION: CWS os8 (1.4.150); FILE MERGED 2003/04/03 07:14:14 os 1.4.150.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0eb7a343bd8436470d2178371fd91460e69d7fc3]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:14:12 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [44f525e58183096878d4e2b21e47c5b951c01d18]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:14:12 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e72fcb8e16e2d0e5a7bba632f1b890bc8567c147]

        INTEGRATION: CWS os8 (1.10.138); FILE MERGED 2003/04/03 07:14:11 os 1.10.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [453ec26a10a546f40ff98ae17e05592ee81dd109]

        INTEGRATION: CWS vcl08 (1.10.8); FILE MERGED 2003/04/10 13:33:18 obr 1.10.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [707838c48bbb6834dc83ff2718b3d1b57d98e05c]

        INTEGRATION: CWS os8 (1.9.148); FILE MERGED 2003/04/03 07:14:11 os 1.9.148.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [684ec044b9bf23cb8e6543d362ec350d2aac623b]

        INTEGRATION: CWS vcl08 (1.60.2.4.16); FILE MERGED 2003/04/10 12:31:05 hdu 1.60.2.4.16.2: #107885# #108206# fix GCP result 16bit overflow, fix Korean font name display 2003/04/08 14:23:48 sb 1.60.2.4.16.1: #103172# Moved UniscribeLayout's SCRIPT_CACHE out into the new ImplTextLayoutCache to improve performance.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0517d783797636133b913e1864616429aa7d7d30]

        INTEGRATION: CWS vcl08 (1.3.8); FILE MERGED 2003/04/10 13:33:18 obr 1.3.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f043c8c4b2878355b79f994c304eb8b8d36d76ed]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/10 10:14:34 os 1.2.138.2: #108729# check whether active writer view can be retrieved 2003/04/03 07:14:08 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [931a1034b4209af47dbba01673b955068bffe6e5]

        INTEGRATION: CWS vcl08 (1.2.8); FILE MERGED 2003/04/10 13:33:18 obr 1.2.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a1369c8a48636b6bafe7a5ef8c03e4b5dc4e0645]

        INTEGRATION: CWS os8 (1.5.158); FILE MERGED 2003/04/03 07:14:08 os 1.5.158.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1ffcf4856bc2c770b33b468b4879a0110700aebe]

        INTEGRATION: CWS vcl08 (1.3.8); FILE MERGED 2003/04/10 13:33:17 obr 1.3.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [76b326ce622a7f9e4bef465dbde6a812bb9ac30b]

        INTEGRATION: CWS os8 (1.26.2.1.48); FILE MERGED 2003/04/03 07:14:08 os 1.26.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [43ae93a3cfae8d9253f5d8abfed1992d94698a15]

        INTEGRATION: CWS vcl08 (1.1.2); FILE ADDED 2003/04/10 13:33:17 obr 1.1.2.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [de91e1914c5353ba60b0edb6a04bcc092293b949]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:14:07 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [dce6e08fd289f59032e68d9abe4556e27e7aeb7a]

        INTEGRATION: CWS os8 (1.3.170); FILE MERGED 2003/04/03 07:14:07 os 1.3.170.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [bf4a2a303cecf353cb5933ab03015033fa99f6fe]

        INTEGRATION: CWS vcl08 (1.3.8); FILE MERGED 2003/04/10 13:33:14 obr 1.3.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [85b590ca28f2f5a15c0498a96304e0700996598f]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:14:06 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [18793105a74b7b08c2fc2ec2cd789d10362bd69e]

        INTEGRATION: CWS vcl08 (1.2.8); FILE MERGED 2003/04/10 13:33:14 obr 1.2.8.1: #108177# fixed several lifecycle issues

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4473760281a1957bf18f5c3915881f777dff9544]

        INTEGRATION: CWS vcl08 (1.3.8); FILE MERGED 2003/04/10 13:33:13 obr 1.3.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5d14b40017bebe87840ba506cd436f58486ca18f]

        INTEGRATION: CWS os8 (1.3.156); FILE MERGED 2003/04/03 07:14:06 os 1.3.156.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [fd64277d8f4828d4c4b5918f7097a669da1a2540]

        INTEGRATION: CWS vcl08 (1.2.8); FILE MERGED 2003/04/10 13:33:13 obr 1.2.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [89304df5238416b48523e6c694794abd8acefec3]

        INTEGRATION: CWS os8 (1.8.144); FILE MERGED 2003/04/03 07:14:06 os 1.8.144.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [16e3d4d97da95436d73e9a05a4dcb962ce8170e7]

        INTEGRATION: CWS vcl08 (1.22.2.2.18); FILE MERGED 2003/04/14 14:32:13 pl 1.22.2.2.18.3: #i8618# check keys and values 2003/04/10 16:45:10 pl 1.22.2.2.18.2: #i8618# check keys and values 2003/04/10 12:12:02 pl 1.22.2.2.18.1: #i8618# report all paper bins, even the constrained ones

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d4fb0b5b00f960fa07cd7be284dbd8661e502719]

        INTEGRATION: CWS os8 (1.25.142); FILE MERGED 2003/04/03 07:14:05 os 1.25.142.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4a7b581703970715eb0a38745d9038c7e96a1feb]

        INTEGRATION: CWS vcl08 (1.3.8); FILE MERGED 2003/04/10 13:33:12 obr 1.3.8.1: #108177# fixed several lifecycle issues

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8d40caad826c189a49d9bb566d60be48f7bf13a1]

        INTEGRATION: CWS vcl08 (1.2.8); FILE MERGED 2003/04/10 13:33:12 obr 1.2.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [82a9fbf8d5099b54974654dbf5d21aa3fe00c640]

        INTEGRATION: CWS os8 (1.6.138); FILE MERGED 2003/04/03 07:14:05 os 1.6.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [878b75ad35c3d80f136d222c4b2e246efac3e81b]

        INTEGRATION: CWS vcl08 (1.3.8); FILE MERGED 2003/04/10 13:33:11 obr 1.3.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [158e2e7a290d75d527abd1ff8ace583c0f24b5a4]

        INTEGRATION: CWS os8 (1.13.138); FILE MERGED 2003/04/03 07:14:04 os 1.13.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e2fa04a8237b80cb4c08937ffe3399308141be78]

        INTEGRATION: CWS vcl08 (1.6.8); FILE MERGED 2003/04/10 13:33:11 obr 1.6.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [405cfcef5ab1b1f7c76362e7268614d243d844c3]

        INTEGRATION: CWS os8 (1.6.146); FILE MERGED 2003/04/03 07:14:04 os 1.6.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [264c85fddc64c22f90ea88136923351d5dfaa0e0]

        INTEGRATION: CWS os8 (1.7.138); FILE MERGED 2003/04/03 07:14:03 os 1.7.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a28a83a853e5b059526d818834590f2e58d46bf4]

        INTEGRATION: CWS vcl08 (1.14.8); FILE MERGED 2003/04/10 13:33:09 obr 1.14.8.1: #108177# fixed several lifecycle issues

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ec8f1fb0624adddb2cda53b7d6abf43afbe354ae]

        INTEGRATION: CWS os8 (1.9.2.3.20); FILE MERGED 2003/04/03 07:14:02 os 1.9.2.3.20.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [20afacd6f480b2bea176e623e23333692d0397db]

        INTEGRATION: CWS os8 (1.13.138); FILE MERGED 2003/04/03 07:14:01 os 1.13.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [7f1795e725d766c90351c3caff9e13826a8eddaa]

        INTEGRATION: CWS vcl08 (1.4.8); FILE MERGED 2003/04/10 13:34:33 obr 1.4.8.1: #108706# no longer expect the source of a key event to implement XKeyHandler

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e5c27fe2d4a2424d84a369202311cd3d242c5730]

        INTEGRATION: CWS os8 (1.2.148); FILE MERGED 2003/04/03 07:14:01 os 1.2.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fe985e3c781ea71f4e5d33a1a2192af16c275793]

        INTEGRATION: CWS os8 (1.5.146); FILE MERGED 2003/04/03 07:14:01 os 1.5.146.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a9e7d0991a8bbab6c33f4b3087dc7edfbb13d10e]

        INTEGRATION: CWS vcl08 (1.3.180); FILE MERGED 2003/04/10 13:06:40 pl 1.3.180.1: #108751# better sizing for path dialogue buttons

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8003ebcdab3f0ac179cea4c517a7db961286ad44]

        INTEGRATION: CWS os8 (1.6.24.1.58); FILE MERGED 2003/04/03 07:14:00 os 1.6.24.1.58.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8098b68e1d7f28b17eaca62286a15af4222dafe3]

        INTEGRATION: CWS vcl08 (1.16.2.4.6); FILE MERGED 2003/04/08 14:19:49 ssa 1.16.2.4.6.1: #108669# cursor keys in RTL mode are mirrorred in VCL now

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [bbe5249df55da65e48002f7e7ba65f9a593652b7]

        INTEGRATION: CWS os8 (1.61.2.7.6); FILE MERGED 2003/04/03 07:13:59 os 1.61.2.7.6.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [86f827e66ec2b6498f45b62f6099c3f64edc2350]

        INTEGRATION: CWS vcl08 (1.7.180); FILE MERGED 2003/04/14 17:43:35 ssa 1.7.180.2: #108699# remove obsolete toolbox setting 2003/04/10 07:30:30 pb 1.7.180.1: fix: #108699# UpdateToolboxStyle() added

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4fa07db7b7f4ae7d777ffc4a181254dcbeb8c580]

        INTEGRATION: CWS os8 (1.14.138); FILE MERGED 2003/04/03 07:13:59 os 1.14.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b64c0bb9b4efa7754c2ce9935daa12be06adc600]

        INTEGRATION: CWS vcl08 (1.46.2.6.18); FILE MERGED 2003/04/15 14:46:31 pl 1.46.2.6.18.4: #i12870# merge from vcl07 2003/04/10 07:35:43 pl 1.46.2.6.18.3: #i12870# ToUnicode maps for type1 fonts 2003/04/09 16:31:17 pl 1.46.2.6.18.2: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/09 12:44:52 pl 1.46.2.6.18.1: #i12870# support non iso8859-1 type1 fonts in pdf

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1c7c4f6bb515e38afd626a70f914d70699e60a26]

        INTEGRATION: CWS os8 (1.63.2.2.48); FILE MERGED 2003/04/10 15:12:24 os 1.63.2.2.48.5: #107869# invalid SwTransferables have to be removed, too 2003/04/10 14:42:26 os 1.63.2.2.48.4: #107869# check availability of application 2003/04/10 05:13:03 os 1.63.2.2.48.3: #107869# check availability of SW_MOD in Dtor 2003/04/07 21:52:32 os 1.63.2.2.48.2: RESYNC: (1.63.2.2-1.65); FILE MERGED 2003/03/31 14:25:50 os 1.63.2.2.48.1: #107869# invalidate SwTransferable in SwView::~SwView

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6dd4e952c26c44298604a96ef787f064b9657c1c]

        INTEGRATION: CWS os8 (1.3.140); FILE MERGED 2003/04/03 07:13:58 os 1.3.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d11861993f3be1b6b04239c65f31964a95ec3230]

        INTEGRATION: CWS os8 (1.3.172); FILE MERGED 2003/04/03 07:13:58 os 1.3.172.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [db537f216bd96b42bc001ced7c75ee3162ac6654]

        INTEGRATION: CWS vcl08 (1.17.2.2.118); FILE MERGED 2003/04/10 17:15:33 cd 1.17.2.2.118.1: #108832# Make backup of all non-editable keyboard shortcuts to save them again

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fed927df3423e0b24465ed2abda7babec3d065d0]

        INTEGRATION: CWS os8 (1.11.14.1.58); FILE MERGED 2003/04/03 07:13:57 os 1.11.14.1.58.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [24596f0b740f79265fc649913f49a6b58e7fcce8]

        INTEGRATION: CWS vcl08 (1.14.2.3.54); FILE MERGED 2003/04/10 17:16:34 cd 1.14.2.3.54.1: #108832# Make backup of all non-editable keyboard shortcuts to save them again

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c82d7d1b621e42214eb40f4542b1248304b37663]

        INTEGRATION: CWS os8 (1.18.8.6.142); FILE MERGED 2003/04/03 07:13:56 os 1.18.8.6.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a299c4fd77aaf25376c98088216f9317ae6c1ebf]

        INTEGRATION: CWS os8 (1.6.148); FILE MERGED 2003/04/03 07:13:56 os 1.6.148.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [715f079637bfe64d8c8520d0907d9cf90d6f1add]

        INTEGRATION: CWS vcl08 (1.63.2.3.54); FILE MERGED 2003/04/14 17:43:09 ssa 1.63.2.3.54.3: #108699# remove obsolete toolbox setting 2003/04/10 08:37:11 pb 1.63.2.3.54.2: fix: #108699# don't write at tool registry key in app-dtor 2003/04/10 07:33:04 pb 1.63.2.3.54.1: fix: #108699# some AT Tools couldn't use flat toolbox buttons, so load/save miscsettings to update miscoptions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1493f6cf61e1ef439d3ffa5106758d1db0866ce1]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:13:55 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5811383b8b4b2686bdaa1c1b6283ecd2ab536632]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:13:55 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ad3ddb3d5c04236095c17df51458c92014d515cb]

        INTEGRATION: CWS os8 (1.13.138); FILE MERGED 2003/04/03 07:13:55 os 1.13.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3ba679e8b1dab60933cc9c049b3bd35c66638219]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:13:54 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [de7532b02d68ec47c13b765f748d736a13dc1a04]

        INTEGRATION: CWS vcl08 (1.37.2.4.18); FILE MERGED 2003/04/13 15:31:47 hdu 1.37.2.4.18.6: #i12824# emulate U+00XX<->U+F0XX aliasing for symbols on PDF export 2003/04/09 16:31:21 pl 1.37.2.4.18.5: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/09 12:48:50 pl 1.37.2.4.18.4: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/08 14:21:40 sb 1.37.2.4.18.3: #103172# Flush the new ImplTextLayoutCache in SetFont. Fixed a typo introduced in 1.24. 2003/04/08 06:10:38 cd 1.37.2.4.18.2: #105755# Use ByteString and convert to String with thread text encoding 2003/04/07 16:36:50 cd 1.37.2.4.18.1: #105755# Retrieve font name from .fot font resource file

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f24bd7e9b952fd442505a080977f606c0df2a1df]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:13:54 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [bf4c1372d095584011796c2e95b4f84bbb8366b8]

        INTEGRATION: CWS vcl08 (1.6.124); FILE MERGED 2003/04/08 14:20:16 sb 1.6.124.1: #103172# Added an ImplTextLayoutCache (to speed up the UniscribeLayout).

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6f438c3f628678d0f31a28fcf42819eaa37ee31c]

        INTEGRATION: CWS os8 (1.4.148); FILE MERGED 2003/04/03 07:13:53 os 1.4.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d14941d11036b24ea94d508faa755aa4b34491e2]

        INTEGRATION: CWS os8 (1.2.164); FILE MERGED 2003/04/03 07:13:53 os 1.2.164.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6159dcda7f7cae752e14b28ebc9f904b64b2faa3]

        INTEGRATION: CWS vcl08 (1.98.2.3.18); FILE MERGED 2003/04/10 07:35:44 pl 1.98.2.3.18.3: #i12870# ToUnicode maps for type1 fonts 2003/04/09 16:31:20 pl 1.98.2.3.18.2: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/09 12:44:54 pl 1.98.2.3.18.1: #i12870# support non iso8859-1 type1 fonts in pdf

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e681f667b2145f6e9f90f6fcca02beac1ba98691]

        INTEGRATION: CWS os8 (1.16.138); FILE MERGED 2003/04/03 07:13:52 os 1.16.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [dd4a733a8cd94a36e5176d01710b90a0531b2899]

        INTEGRATION: CWS vcl08 (1.76.2.3.18); FILE MERGED 2003/04/08 14:19:30 ssa 1.76.2.3.18.1: #108669# mirror cursor keys in RTL mode

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b80cccebfa29aefabfdf096a812e378f017e3a90]

        INTEGRATION: CWS vcl08 (1.15.124); FILE MERGED 2003/04/14 17:46:27 ssa 1.15.124.1: #108699# disabled flat toolbox buttons not exported anymore

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a1305d5391cf2c4a1862ec166d9641a14d8cfe6b]

        INTEGRATION: CWS os8 (1.37.140); FILE MERGED 2003/04/03 07:13:51 os 1.37.140.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [736dc0956a50315ec72ad126406556657a750d37]

        INTEGRATION: CWS vcl08 (1.57.2.4.18); FILE MERGED 2003/04/14 17:46:27 ssa 1.57.2.4.18.1: #108699# disabled flat toolbox buttons not exported anymore

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a758b8244d313bd049529e8e12849a2387803f17]

        INTEGRATION: CWS os8 (1.17.2.1.96); FILE MERGED 2003/04/03 07:13:48 os 1.17.2.1.96.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [08383128378ec09dcb854226edd3b6e4a218113e]

        INTEGRATION: CWS vcl08 (1.3.8.3.18); FILE MERGED 2003/04/10 15:13:09 cd 1.3.8.3.18.1: #108605# Don't change maDragRect with alignment LEFT or TOP

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2cb3d2d3b395d2840f1ec55a07d2d8d556f9dec0]

        INTEGRATION: CWS os8 (1.22.6.1.70); FILE MERGED 2003/04/03 07:13:47 os 1.22.6.1.70.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [81ac314653e75c2afc0556fc3ccb5c1630e8f5b7]

        INTEGRATION: CWS vcl08 (1.9.124); FILE MERGED 2003/04/09 16:22:44 ssa 1.9.124.1: #104492# include mnemonic when calculating checkbox size

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ff05ee8881070eab35f0214d3fae6f050e3c03f5]

        INTEGRATION: CWS os8 (1.7.174); FILE MERGED 2003/04/03 07:13:46 os 1.7.174.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e3da9d0ea8985ad562070f0d2f487248ac5750f3]

        INTEGRATION: CWS vcl08 (1.3.24.1.88); FILE MERGED 2003/04/10 16:47:05 ssa 1.3.24.1.88.1: #108830# check polygon size before using it

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c90b0257717a43b455d7e501420d4b8b6fff1692]

        INTEGRATION: CWS os8 (1.5.148); FILE MERGED 2003/04/03 07:13:46 os 1.5.148.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [863e85b4aed56b8a205d46f152e987f64602ae5b]

        INTEGRATION: CWS vcl08 (1.21.126); FILE MERGED 2003/04/14 14:51:27 hdu 1.21.126.1: #107631# improve performance by caching char2glyph mapping

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [713b2198b7d15a02e9e78942c961351003662eeb]

        INTEGRATION: CWS os8 (1.33.2.1.70); FILE MERGED 2003/04/03 07:13:46 os 1.33.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d451c4407835b8c771ac475c9e0ddf62f9fbcbe1]

        INTEGRATION: CWS vcl08 (1.87.2.1.98); FILE MERGED 2003/04/14 14:51:26 hdu 1.87.2.1.98.2: #107631# improve performance by caching char2glyph mapping 2003/04/11 15:26:40 pl 1.87.2.1.98.1: #108862# workaround another standard violating font

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [94a763edb7114a5e3e8b3d1d0e5004724a0e142d]

        INTEGRATION: CWS os8 (1.14.166); FILE MERGED 2003/04/07 21:54:06 os 1.14.166.2: RESYNC: (1.14-1.15); FILE MERGED 2003/04/03 07:13:45 os 1.14.166.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2bbee53629d2ef9a4ac23b4f3f90b39bf1b905a9]

        INTEGRATION: CWS vcl08 (1.37.2.4.18); FILE MERGED 2003/04/14 18:17:12 pl 1.37.2.4.18.3: corrected typo 2003/04/14 13:54:40 hdu 1.37.2.4.18.2: #107631# improve performance by preallocating dynamic array 2003/04/11 08:37:58 hdu 1.37.2.4.18.1: #105755# change GetLocalizedChar() arg to LanguageType

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [5eed5e7fcb19e1a2975876157039f7b5b68715bd]

        INTEGRATION: CWS vcl08 (1.21.6.2.50); FILE MERGED 2003/04/15 14:46:42 pl 1.21.6.2.50.2: #i12870# merge from vcl07 2003/04/09 16:31:18 pl 1.21.6.2.50.1: #i12870# support non iso8859-1 type1 fonts in pdf

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f7b9801e0baec0a3cf658d5c48b303c1277df230]

        INTEGRATION: CWS os8 (1.18.160); FILE MERGED 2003/04/03 07:13:44 os 1.18.160.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [cba5c7cb7f6d6f903ab574f7c6b006107b2184c1]

        INTEGRATION: CWS vcl08 (1.142.2.13.16); FILE MERGED 2003/04/11 11:05:21 ssa 1.142.2.13.16.2: #108668# use mnoutwidth for virdevs when mirroring 2003/04/11 09:05:35 hdu 1.142.2.13.16.1: #105755# implement and use SetDigitLanguage()

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [abe691282bffb309ae33e92fdb1601df742a1bd1]

        INTEGRATION: CWS os8 (1.5.142); FILE MERGED 2003/04/03 07:13:44 os 1.5.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [dc2097c47396f3840d59d0ead4d63770a4059070]

        INTEGRATION: CWS os8 (1.12.142); FILE MERGED 2003/04/03 07:13:44 os 1.12.142.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [023765fe651c82384317cff11d5cc50c83f21baa]

        INTEGRATION: CWS vcl08 (1.19.2.6.52); FILE MERGED 2003/04/11 08:39:00 hdu 1.19.2.6.52.1: #105755# init meTextLanguage member

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [10a5b91154446b16f526abfef8f09c17191edcdb]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:13:44 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f248754d699368e3bef07315e200db5e067994cd]

        INTEGRATION: CWS os8 (1.8.138); FILE MERGED 2003/04/03 07:13:43 os 1.8.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5bb7a143080443fa5d3c022312065bbaa3c0df24]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:13:43 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [01dc3ccfaf6d4ba03031496be69380cb57561737]

        INTEGRATION: CWS os8 (1.4.166); FILE MERGED 2003/04/03 07:13:43 os 1.4.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7d0ebdf84ed8b511c3f86491025b3d84d93acd85]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:13:41 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7c155174e107b37556bc6cb09f0b7f10fbcad8a4]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:13:41 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e33fb68257cabce562bc0c20107de577463eee86]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:13:41 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d735c6eff964bf63ac1c7d6609623bc681a42938]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:13:40 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2349d602f9b24fe9bc908afac2492f8de351c28b]

        INTEGRATION: CWS os8 (1.7.138); FILE MERGED 2003/04/07 21:55:25 os 1.7.138.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/03 07:13:40 os 1.7.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e6739c3bef6cefe311366ffe435653f3ffdc3697]

        INTEGRATION: CWS vcl08 (1.4.46); FILE MERGED 2003/04/14 13:17:05 pl 1.4.46.1: #i13371# workaround broken preprocessor

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6c50dca89e07a1085c36ba6e8d127571f40f4708]

        INTEGRATION: CWS os8 (1.15.138); FILE MERGED 2003/04/03 07:13:40 os 1.15.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2bf2bac4ee417c198e2b18cd9c7ecdd632c6cc55]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:13:39 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2e870a42b8229ea779d6b7df88e3b1b631954163]

        INTEGRATION: CWS os8 (1.7.144); FILE MERGED 2003/04/03 07:13:39 os 1.7.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1f6c60063a77b89baf22d5cc316c7e49c8a03659]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:13:37 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cc919d2203e725b2d94a0a16705445d81c8f93f2]

        INTEGRATION: CWS os8 (1.3.166); FILE MERGED 2003/04/03 07:13:37 os 1.3.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e3fe4e7b2982e62b1b0e8adda07b3a63aec9a207]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:13:37 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [723d87b4833793cba8fc9411cd617594bf4205f2]

        INTEGRATION: CWS vcl08 (1.3.76); FILE MERGED 2003/04/07 14:37:27 pl 1.3.76.4: #92024# preserve preview rectangle in reload options handler 2003/04/07 14:04:39 pl 1.3.76.3: #93755# functional grid window 2003/04/07 13:19:09 pl 1.3.76.2: #93756# start grid dialog on button click, allocator mismatch 2003/04/07 12:38:11 pl 1.3.76.1: #92025# b&w images, allocator mismatch

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0953e7281308d4441936167b6fa0bcc76a56ad52]

        INTEGRATION: CWS vcl08 (1.5.10.1.36); FILE MERGED 2003/04/07 14:04:37 pl 1.5.10.1.36.3: #93755# functional grid window 2003/04/07 13:19:08 pl 1.5.10.1.36.2: #93756# start grid dialog on button click, allocator mismatch 2003/04/07 12:38:10 pl 1.5.10.1.36.1: #92025# b&w images, allocator mismatch

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [574f8af9c8da4a9e536e1e94c2d9592ec2cdfe8b]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:13:36 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ed49cad2fa9c78f3c70866146d7dea3c2fa3dd2e]

        INTEGRATION: CWS vcl08 (1.1.1.1.114); FILE MERGED 2003/04/07 13:19:07 pl 1.1.1.1.114.1: #93756# start grid dialog on button click, allocator mismatch

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c04cd3958af89d9ececff5427da89cd1e7d1855f]

        INTEGRATION: CWS vcl08 (1.6.84); FILE MERGED 2003/04/07 18:00:09 pl 1.6.84.1: #108596# workaround funny javascript urls

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [76c4f53aa2b3494b21d58b6acb229f45e8e95f84]

        INTEGRATION: CWS os8 (1.2.166); FILE MERGED 2003/04/03 07:13:33 os 1.2.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [42436e67e91b21ba2ec094fba0b02b5de276d4d9]

        INTEGRATION: CWS os8 (1.29.2.2.48); FILE MERGED 2003/04/03 07:13:33 os 1.29.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [79be4e3c0ed90ef058ffc53aea307f1368c62444]

        INTEGRATION: CWS os8 (1.22.2.1.48); FILE MERGED 2003/04/03 07:13:33 os 1.22.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [25d454145530bb8e6fafe69eb9768ba2398e880d]

        INTEGRATION: CWS os8 (1.9.148); FILE MERGED 2003/04/03 07:13:32 os 1.9.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [286045004a0b98fbb079351d5df1a1958a623ccd]

        INTEGRATION: CWS os8 (1.4.4.1.48); FILE MERGED 2003/04/03 07:13:32 os 1.4.4.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d7c6f878466f7e04a0ff061e71b3231ffae6bea2]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:13:31 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c5a6ac170eb928ebd4c7910a9085c21273c8cbdc]

        INTEGRATION: CWS vcl08 (1.33.34); FILE MERGED 2003/04/09 16:29:04 pl 1.33.34.3: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/09 12:43:04 pl 1.33.34.2: #i12870# get font encoding for type1 fonts 2003/04/08 12:27:05 pl 1.33.34.1: #107980# iso hack also for hindi

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fc4da50633270b195c6b6809a9f4591a4255f764]

        INTEGRATION: CWS os8 (1.7.166); FILE MERGED 2003/04/03 07:13:31 os 1.7.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e326eda12f26a5c56517f04d866265496307375c]

        INTEGRATION: CWS os8 (1.12.2.2.20); FILE MERGED 2003/04/03 07:13:30 os 1.12.2.2.20.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d8b0848d150a208541af07fc2e19828f423c13fe]

        INTEGRATION: CWS os8 (1.27.2.7.2.2.18); FILE MERGED 2003/04/03 07:13:30 os 1.27.2.7.2.2.18.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6dadb0441c2b6721bb26434c1f6343284d12c84a]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:13:30 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cccec6204bb7c509c9144560e943487e18d32ffa]

        INTEGRATION: CWS os8 (1.41.4.9.2.1.70); FILE MERGED 2003/04/07 21:56:56 os 1.41.4.9.2.1.70.2: RESYNC: (1.41.4.9.2.1-1.53); FILE MERGED 2003/04/03 07:13:29 os 1.41.4.9.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [de524f3311c9dd2b7fd9630e8fde44831979e5dd]

        INTEGRATION: CWS os8 (1.24.2.1.8.4.18); FILE MERGED 2003/04/07 21:56:49 os 1.24.2.1.8.4.18.2: RESYNC: (1.24.2.1.8.4-1.29); FILE MERGED 2003/04/03 07:13:29 os 1.24.2.1.8.4.18.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [45af094b7376025b4cef42435ef465484e3047c4]

        INTEGRATION: CWS os8 (1.18.146); FILE MERGED 2003/04/07 21:56:43 os 1.18.146.2: RESYNC: (1.18-1.19); FILE MERGED 2003/04/03 07:13:29 os 1.18.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0db1a5510ad4adcfcc7dab6fb9247520ee7ff652]

        INTEGRATION: CWS os8 (1.16.22.1.48); FILE MERGED 2003/04/03 07:13:28 os 1.16.22.1.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c7cc04bad95bbc4f90674a2e3f1421a02d338caf]

        INTEGRATION: CWS vcl08 (1.18.2.1.20); FILE MERGED 2003/04/14 09:28:48 pl 1.18.2.1.20.2: #108862# merge from vcl07 2003/04/11 15:26:09 pl 1.18.2.1.20.1: #108862# workaround another standard violating font

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ee9df7ff6d9015c4413eefc48b054a91ed20cef0]

        INTEGRATION: CWS os8 (1.29.2.3.48); FILE MERGED 2003/04/03 07:13:28 os 1.29.2.3.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a0dbbf38b0fde5f9ab2aea763b798fcbab65c555]

        INTEGRATION: CWS vcl08 (1.12.42); FILE MERGED 2003/04/09 16:29:03 pl 1.12.42.2: #i12870# support non iso8859-1 type1 fonts in pdf 2003/04/09 12:43:02 pl 1.12.42.1: #i12870# get font encoding for type1 fonts

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5135910ec3e4d3b8c365114d651e0f42f8885b0b]

        INTEGRATION: CWS os8 (1.13.10.2.46); FILE MERGED 2003/04/07 21:56:27 os 1.13.10.2.46.2: RESYNC: (1.13.10.2-1.15); FILE MERGED 2003/04/03 07:13:27 os 1.13.10.2.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [70f129e0654d7c8ca676e0eebb7ac4188fdb5d10]

        INTEGRATION: CWS os8 (1.3.164); FILE MERGED 2003/04/03 07:13:27 os 1.3.164.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [750e7e5f811a57671ecbe3d76af7c399b525ca61]

        INTEGRATION: CWS vcl08 (1.4.6.1.36); FILE MERGED 2003/04/09 10:19:55 dr 1.4.6.1.36.2: #108669# mirrored UI: swap left/right cursor done in VCL 2003/04/09 10:11:46 dr 1.4.6.1.36.1: #108669# mirrored UI: swap left/right cursor done in VCL

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0ca5cd78df0c73cbec0a68b5dd430bd5581431fa]

        INTEGRATION: CWS os8 (1.28.138); FILE MERGED 2003/04/07 21:58:59 os 1.28.138.2: RESYNC: (1.28-1.29); FILE MERGED 2003/04/03 07:13:24 os 1.28.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ae8516a883913c4c0dc08782e68bc6357599b6c1]

        INTEGRATION: CWS vcl08 (1.3.6.1.36); FILE MERGED 2003/04/09 10:19:46 dr 1.3.6.1.36.1: #108669# mirrored UI: swap left/right cursor done in VCL

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [90228395edc59dc227cf96512873f3582473dce8]

        INTEGRATION: CWS os8 (1.26.20.1.58); FILE MERGED 2003/04/03 07:13:23 os 1.26.20.1.58.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [618fd90cc2471138c7657d7fbcb06b608776b84c]

        INTEGRATION: CWS vcl08 (1.6.2.1.20); FILE MERGED 2003/04/09 10:19:45 dr 1.6.2.1.20.1: #108669# mirrored UI: swap left/right cursor done in VCL

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d3ec541e58787e363e15e4070331135149ce6eb3]

        INTEGRATION: CWS os8 (1.7.148); FILE MERGED 2003/04/03 07:13:23 os 1.7.148.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8d23ee8e69a46ac596cd08ad271d682712580d28]

        INTEGRATION: CWS vcl08 (1.8.4.1.20); FILE MERGED 2003/04/09 10:19:32 dr 1.8.4.1.20.2: #108669# mirrored UI: swap left/right cursor done in VCL 2003/04/09 10:11:32 dr 1.8.4.1.20.1: #108669# mirrored UI: swap left/right cursor done in VCL

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0283c0435240d58367414ba3e58af198d43ce841]

        INTEGRATION: CWS os8 (1.34.8.5.2.1.48); FILE MERGED 2003/04/07 21:58:38 os 1.34.8.5.2.1.48.2: RESYNC: (1.34.8.5.2.1-1.42); FILE MERGED 2003/04/03 07:13:23 os 1.34.8.5.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1762ba5db506cd002726b84fb70336820540c7d8]

        INTEGRATION: CWS os8 (1.22.146); FILE MERGED 2003/04/07 21:58:32 os 1.22.146.2: RESYNC: (1.22-1.23); FILE MERGED 2003/04/03 07:13:22 os 1.22.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [de79247647106edc688d26cccbea60b02ec6c5ce]

        INTEGRATION: CWS os8 (1.2.178); FILE MERGED 2003/04/03 07:13:22 os 1.2.178.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5701094f1932bf3a1c46b17c98d18184ee9a6e79]

        INTEGRATION: CWS os8 (1.10.138); FILE MERGED 2003/04/07 21:58:26 os 1.10.138.2: RESYNC: (1.10-1.11); FILE MERGED 2003/04/03 07:13:22 os 1.10.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a2b49d4f9be7f3ada58200916471fb776a9c1297]

        INTEGRATION: CWS os8 (1.7.146); FILE MERGED 2003/04/03 07:13:21 os 1.7.146.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a5d9b80745ce5958675eebf55ed0a994aec7d41e]

        INTEGRATION: CWS vcl08 (1.34.2.3.30); FILE MERGED 2003/04/10 10:21:50 ssa 1.34.2.3.30.1: #108717# workaround for NT4.0 clipboard bug

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4f5dfc2f3dc2031133f23fd61fe5b65402cc6036]

        INTEGRATION: CWS os8 (1.4.166); FILE MERGED 2003/04/03 07:13:21 os 1.4.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d1c5230dbe2c2bf25b1fd49cb7ddd82972f3af24]

        INTEGRATION: CWS os8 (1.8.22.1.50); FILE MERGED 2003/04/03 07:13:21 os 1.8.22.1.50.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1bb91066a54096bb7a593c6aad3858610e24c92f]

        INTEGRATION: CWS os8 (1.62.138); FILE MERGED 2003/04/07 21:58:15 os 1.62.138.2: RESYNC: (1.62-1.65); FILE MERGED 2003/04/03 07:13:20 os 1.62.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b004446d5f8147d38602c56fcd2ab28ba6b74d4b]

        INTEGRATION: CWS os8 (1.3.176); FILE MERGED 2003/04/03 07:13:20 os 1.3.176.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5b59f774e40601610e3179094699687a8b055064]

        INTEGRATION: CWS os8 (1.36.138); FILE MERGED 2003/04/03 07:13:20 os 1.36.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1ae7b0f42c4d7f4748254ee7976643361fd3a571]

        INTEGRATION: CWS os8 (1.23.138); FILE MERGED 2003/04/07 21:58:08 os 1.23.138.2: RESYNC: (1.23-1.24); FILE MERGED 2003/04/03 07:13:19 os 1.23.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ff5c2b23fc3ec1692548bc4cc6f2c2986ae8816b]

        INTEGRATION: CWS os8 (1.68.140); FILE MERGED 2003/04/03 07:13:19 os 1.68.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7350ef65a2e25cb8195ce2ef509613b16448351a]

        INTEGRATION: CWS os8 (1.7.160); FILE MERGED 2003/04/03 07:13:18 os 1.7.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ac8ffb1945b49ff9fb840c86511aefba7b22a852]

        INTEGRATION: CWS os8 (1.40.142); FILE MERGED 2003/04/03 07:13:18 os 1.40.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [781528d045d868dae4709cad56f2debf570f4f66]

        INTEGRATION: CWS os8 (1.49.2.1.68); FILE MERGED 2003/04/03 07:13:17 os 1.49.2.1.68.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e2212532f8951d663bdd53c4937397ed5bc449d2]

        INTEGRATION: CWS os8 (1.10.166); FILE MERGED 2003/04/03 07:13:17 os 1.10.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e22039691539cfb63428d66e4fb9ad2f13673633]

        INTEGRATION: CWS os8 (1.12.138); FILE MERGED 2003/04/07 21:57:46 os 1.12.138.2: RESYNC: (1.12-1.13); FILE MERGED 2003/04/03 07:13:16 os 1.12.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a6cbb227499e330bfc15399566366fa79119931c]

        INTEGRATION: CWS os8 (1.128.2.1.70); FILE MERGED 2003/04/07 22:02:44 os 1.128.2.1.70.2: RESYNC: (1.128.2.1-1.130); FILE MERGED 2003/04/03 07:13:14 os 1.128.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3c405b5ec9c3d0dd11dce84d9daac0dfb01c96a8]

        INTEGRATION: CWS os8 (1.78.2.1.70); FILE MERGED 2003/04/07 22:01:49 os 1.78.2.1.70.2: RESYNC: (1.78.2.1-1.80); FILE MERGED 2003/04/03 07:13:13 os 1.78.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3effc35453c8c8f261c2693e5e2c858e71afa8b0]

        INTEGRATION: CWS os8 (1.12.2.1.70); FILE MERGED 2003/04/03 07:13:13 os 1.12.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [930b97be148fbe27b8d888d82a470d184f79f4c8]

        INTEGRATION: CWS os8 (1.56.2.2.70); FILE MERGED 2003/04/07 22:00:29 os 1.56.2.2.70.2: RESYNC: (1.56.2.2-1.58); FILE MERGED 2003/04/03 07:13:13 os 1.56.2.2.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [018e644a6c1738ab58f797669afed18794c6fd7e]

        INTEGRATION: CWS os8 (1.27.2.3.48); FILE MERGED 2003/04/07 22:00:21 os 1.27.2.3.48.2: RESYNC: (1.27.2.3-1.29); FILE MERGED 2003/04/03 07:13:12 os 1.27.2.3.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b28db1ca3e4975573452fe5f4d5f4e7e87b7e9a7]

        INTEGRATION: CWS os8 (1.6.6.1.70); FILE MERGED 2003/04/03 07:13:12 os 1.6.6.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3d7e8daab3ed8be0199ec9f6fee8ffe4ff64f255]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:13:11 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e8f924e3d3675c60e8f7075ee32086fcd388b6f6]

        INTEGRATION: CWS os8 (1.7.2.1.70); FILE MERGED 2003/04/03 07:13:11 os 1.7.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a30b9388c72c0889aa2acc03c9cf30dd49bd83e8]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:13:10 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0058c3fb298535a3131771fde445557415d3695c]

        INTEGRATION: CWS os8 (1.11.14.1.68); FILE MERGED 2003/04/03 07:13:09 os 1.11.14.1.68.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [68cc1d2adbf8cb5c2a7c99a50fe620c95b3c8918]

        INTEGRATION: CWS os8 (1.2.178); FILE MERGED 2003/04/03 07:13:09 os 1.2.178.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fda2fccfd176735e2bffe44083dd6151c555b74b]

        INTEGRATION: CWS os8 (1.14.146); FILE MERGED 2003/04/07 22:05:00 os 1.14.146.2: RESYNC: (1.14-1.15); FILE MERGED 2003/04/03 07:13:01 os 1.14.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6285ccb8cce539c47798e164924d3b19223e7827]

        INTEGRATION: CWS os8 (1.20.2.2.70); FILE MERGED 2003/04/07 22:04:43 os 1.20.2.2.70.2: RESYNC: (1.20.2.2-1.23); FILE MERGED 2003/04/03 07:13:01 os 1.20.2.2.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2db7bb5e927fa8028344aa33c61ac4c2b29bd1fa]

        INTEGRATION: CWS os8 (1.11.2.1.70); FILE MERGED 2003/04/07 22:04:37 os 1.11.2.1.70.2: RESYNC: (1.11.2.1-1.13); FILE MERGED 2003/04/03 07:13:01 os 1.11.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [10bb376790f7e2284231f0a754b45cfed703347a]

        INTEGRATION: CWS os8 (1.3.32.1.96); FILE MERGED 2003/04/03 07:13:00 os 1.3.32.1.96.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e7797c85104f402e0da71d2443df42df2b22bdc9]

        INTEGRATION: CWS os8 (1.7.10.1.70); FILE MERGED 2003/04/07 22:04:26 os 1.7.10.1.70.2: RESYNC: (1.7.10.1-1.9); FILE MERGED 2003/04/03 07:13:00 os 1.7.10.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0cbc8cb25aa46ed731a4f8b4878e1d43239fd506]

        INTEGRATION: CWS os8 (1.12.2.1.70); FILE MERGED 2003/04/03 07:12:59 os 1.12.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f3d65507e3940debb910965ea6c6cecf66d68ef2]

        INTEGRATION: CWS os8 (1.33.2.2.48); FILE MERGED 2003/04/03 07:12:59 os 1.33.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ae752d1d6fc3b8193e907610594387aa17336df1]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:12:59 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [dc517d1547687bfd01fed4df3ae5061282515586]

        INTEGRATION: CWS os8 (1.20.2.1.58); FILE MERGED 2003/04/03 07:12:53 os 1.20.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9352a73d7dde7c6b83c38f1b69b436a80d67bf10]

        INTEGRATION: CWS os8 (1.20.138); FILE MERGED 2003/04/07 22:06:19 os 1.20.138.2: RESYNC: (1.20-1.21); FILE MERGED 2003/04/03 07:12:53 os 1.20.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [627c4976d4d25a130fffc7c7fd0939015807e191]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:12:52 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1fc11cf1f2b4acbf3ef8e0bd728e64dfeb4f8c76]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:12:52 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2bdf6d0071438864a8269e65b39097bb12facce0]

        INTEGRATION: CWS os8 (1.3.36.2.96); FILE MERGED 2003/04/03 07:12:52 os 1.3.36.2.96.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [74ddebfb3c5544918d006b69951754b94fb646d0]

        INTEGRATION: CWS os8 (1.7.2.1.58); FILE MERGED 2003/04/03 07:12:51 os 1.7.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ecc1cb0522fcfbf68671e01deef5862bcef39e4b]

        INTEGRATION: CWS os8 (1.5.2.1.58); FILE MERGED 2003/04/03 07:12:51 os 1.5.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5e2b1d51cca92aaae71908df9108a80dd28e928b]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:12:51 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f7a41f3c2ebf99e30e50c60985b2c88c29c2cc59]

        INTEGRATION: CWS os8 (1.10.144); FILE MERGED 2003/04/03 07:12:50 os 1.10.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b4003760ca53d3230e42450ea878833ed99a1421]

        INTEGRATION: CWS os8 (1.6.138); FILE MERGED 2003/04/03 07:12:50 os 1.6.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e5cd8386c056d1eec633a51c381a933f1bac0e81]

        INTEGRATION: CWS os8 (1.7.2.2.50); FILE MERGED 2003/04/03 07:12:50 os 1.7.2.2.50.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [234434c854e426358b8c2070575dbf4b986ffba4]

        INTEGRATION: CWS os8 (1.6.138); FILE MERGED 2003/04/03 07:12:49 os 1.6.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1ccfec9f19f26f0d9250425de53679b4a229a36f]

        INTEGRATION: CWS os8 (1.9.148); FILE MERGED 2003/04/03 07:12:49 os 1.9.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9ef186a855fcd903fc0cbb77649ac4f44ca953c4]

        INTEGRATION: CWS os8 (1.7.6.1.58); FILE MERGED 2003/04/03 07:12:49 os 1.7.6.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ad482a2ff4a1f39c95b8012b614c2e5e68bb4dac]

        INTEGRATION: CWS os8 (1.2.24.1.58); FILE MERGED 2003/04/03 07:12:48 os 1.2.24.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [349ed580674955146f0656fb8424f3af5e5c44af]

        INTEGRATION: CWS os8 (1.11.2.1.58); FILE MERGED 2003/04/03 07:12:48 os 1.11.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6c07d77c54ef6b1d52c126753e91b5126f7fa0d7]

        INTEGRATION: CWS os8 (1.6.160); FILE MERGED 2003/04/03 07:12:48 os 1.6.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cb31ec849bb832ab7c2ff8cd248fddd30518c2c1]

        INTEGRATION: CWS os8 (1.4.160); FILE MERGED 2003/04/07 22:05:27 os 1.4.160.2: RESYNC: (1.4-1.5); FILE MERGED 2003/04/03 07:12:47 os 1.4.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [62452227c8e66d7844efe5e1623283bfd333bcd4]

        INTEGRATION: CWS os8 (1.7.148); FILE MERGED 2003/04/03 07:12:47 os 1.7.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1c2f70ff2e59c0a12a19798a7cc465c31204a377]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:12:46 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0d2579fdb3151d57548cb78eaa40799e814426b5]

        INTEGRATION: CWS os8 (1.8.138); FILE MERGED 2003/04/03 07:12:46 os 1.8.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3d92b037263e6184b510b1509db42a265a4b012f]

        INTEGRATION: CWS os8 (1.6.24.1.112); FILE MERGED 2003/04/03 07:12:46 os 1.6.24.1.112.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [39120d99141cfe5309e17499e476f80de80243e1]

        INTEGRATION: CWS os8 (1.16.2.1.48); FILE MERGED 2003/04/03 07:12:45 os 1.16.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8659bfc3d56110268df5fbd2c8c112708cafd219]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:12:45 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ea95a0389c3f711c2b23c840850a7d66e07a18d2]

        INTEGRATION: CWS os8 (1.19.138); FILE MERGED 2003/04/03 07:12:44 os 1.19.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [22308ff42a8540df1a280390b450214234e1bcc2]

        INTEGRATION: CWS os8 (1.16.8.3.2.1.70); FILE MERGED 2003/04/03 07:12:36 os 1.16.8.3.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [feb31bd92cedce39af32ed6fbf203a148eb7378a]

        INTEGRATION: CWS os8 (1.5.174); FILE MERGED 2003/04/03 07:12:36 os 1.5.174.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [af68ae8895c1826b7f1e3f332796c15fb9c9981f]

        INTEGRATION: CWS os8 (1.16.2.3.2.1.86); FILE MERGED 2003/04/03 07:12:35 os 1.16.2.3.2.1.86.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2926cae3128d50e7b58373e3ccf6f3eae812cfd6]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:12:35 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [282a4f022e412390f9bfdcd45a0204d5ae2dc196]

        INTEGRATION: CWS os8 (1.4.142); FILE MERGED 2003/04/03 07:12:34 os 1.4.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [aa8ae8b6485b63c8f5ff2c1622321c0015b0c633]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:12:34 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2d32de3c6666c617b63b21ad59b5fb4ee47169b5]

        INTEGRATION: CWS os8 (1.3.160); FILE MERGED 2003/04/03 07:12:33 os 1.3.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8b1cc985e37053a2f7a829cb5e0352ba7ae55c1a]

        INTEGRATION: CWS os8 (1.3.164); FILE MERGED 2003/04/03 07:12:33 os 1.3.164.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [56c3755c464dde4fca53acd7fc6d2312ec959d16]

        INTEGRATION: CWS os8 (1.19.2.5.46); FILE MERGED 2003/04/07 22:07:33 os 1.19.2.5.46.2: RESYNC: (1.19.2.5-1.22); FILE MERGED 2003/04/03 07:12:30 os 1.19.2.5.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9500e76761ed5518cc365c0b5ee4b8b5fea19e66]

        INTEGRATION: CWS os8 (1.10.2.2.54); FILE MERGED 2003/04/07 22:06:50 os 1.10.2.2.54.2: RESYNC: (1.10.2.2-1.12); FILE MERGED 2003/04/03 07:12:30 os 1.10.2.2.54.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0c24418782a3310cd2ef6c10cc415105945f998b]

        INTEGRATION: CWS os8 (1.32.2.4.46); FILE MERGED 2003/04/07 22:07:27 os 1.32.2.4.46.2: RESYNC: (1.32.2.4-1.35); FILE MERGED 2003/04/03 07:12:30 os 1.32.2.4.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [389ad43a0f8a888c35937fb4616d87ed9fe4681a]

        INTEGRATION: CWS os8 (1.16.2.2.54); FILE MERGED 2003/04/07 22:07:21 os 1.16.2.2.54.2: RESYNC: (1.16.2.2-1.18); FILE MERGED 2003/04/03 07:12:29 os 1.16.2.2.54.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e11c9f0823d24f693a15af09f23633c477ef8f42]

        INTEGRATION: CWS os8 (1.20.2.3.54); FILE MERGED 2003/04/03 07:12:29 os 1.20.2.3.54.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fda61842f08f9f5fdc572b5bb1be98ae91ba2e76]

        INTEGRATION: CWS os8 (1.7.138); FILE MERGED 2003/04/03 07:12:29 os 1.7.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b01267f5b18dbe513337f5d9a453af190fbb122e]

        INTEGRATION: CWS os8 (1.7.2.1.20); FILE MERGED 2003/04/03 07:12:28 os 1.7.2.1.20.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2c4cbceb784ff3d05be3aeeb856e3c6b513f9976]

        INTEGRATION: CWS os8 (1.1.1.1.46.1.112); FILE MERGED 2003/04/03 07:12:28 os 1.1.1.1.46.1.112.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f52d2fb3fe582b73f5cf35daf1be8eec6674a908]

        INTEGRATION: CWS os8 (1.19.12.2.48); FILE MERGED 2003/04/07 22:09:30 os 1.19.12.2.48.2: RESYNC: (1.19.12.2-1.21); FILE MERGED 2003/04/03 07:12:23 os 1.19.12.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b96bd086ef048b9552e72e01f670a4fafa55c8cf]

        INTEGRATION: CWS os8 (1.71.2.3.48); FILE MERGED 2003/04/07 22:09:24 os 1.71.2.3.48.2: RESYNC: (1.71.2.3-1.73); FILE MERGED 2003/04/03 07:12:23 os 1.71.2.3.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fd2954baaa1191f75af81910751cca2a91f12d0d]

        INTEGRATION: CWS os8 (1.51.140); FILE MERGED 2003/04/03 07:12:22 os 1.51.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c357e6176c2e70a708bda2353e680ee0cf430834]

        INTEGRATION: CWS os8 (1.7.138); FILE MERGED 2003/04/03 07:12:22 os 1.7.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1c022989c1b2ffc8c1a4c93088f5b80ff42a0fcb]

        INTEGRATION: CWS os8 (1.32.144); FILE MERGED 2003/04/03 07:12:21 os 1.32.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5d8414dd38e589ff68e337ecb42d8ff4518788ed]

        INTEGRATION: CWS os8 (1.40.138); FILE MERGED 2003/04/07 22:09:19 os 1.40.138.2: RESYNC: (1.40-1.41); FILE MERGED 2003/04/03 07:12:21 os 1.40.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2c5dc15b2af9a17df860b05a9481de46db47ce6d]

        INTEGRATION: CWS os8 (1.6.2.1.48); FILE MERGED 2003/04/07 22:09:12 os 1.6.2.1.48.2: RESYNC: (1.6.2.1-1.8); FILE MERGED 2003/04/03 07:12:21 os 1.6.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b6f6d5a87f78d8f9918ceee6d2040fe0fe24b43a]

        INTEGRATION: CWS os8 (1.1.176); FILE MERGED 2003/04/03 07:12:20 os 1.1.176.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e210c21be69d65029b83b6f1059f78a73a8e704e]

        INTEGRATION: CWS os8 (1.18.8.1.6.1.48); FILE MERGED 2003/04/03 07:12:20 os 1.18.8.1.6.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9c40acfa7316e4937445b97c8aba0cb0a1bed53a]

        INTEGRATION: CWS os8 (1.20.14.1.48); FILE MERGED 2003/04/03 07:12:20 os 1.20.14.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [727971029bd234046c47740ad188c5d50804ea60]

        INTEGRATION: CWS os8 (1.21.12.4.140); FILE MERGED 2003/04/03 07:12:19 os 1.21.12.4.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [eba92a8aee0bd150e6b304ccd139ac686dc2d7c9]

        INTEGRATION: CWS os8 (1.26.140); FILE MERGED 2003/04/03 07:12:19 os 1.26.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ece74c666e712076571631db173ab820322a03a3]

        INTEGRATION: CWS os8 (1.31.2.2.48); FILE MERGED 2003/04/07 22:08:50 os 1.31.2.2.48.2: RESYNC: (1.31.2.2-1.34); FILE MERGED 2003/04/03 07:12:18 os 1.31.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1fd967014b6b84138a94b378c287f3e3b03cd421]

        INTEGRATION: CWS os8 (1.122.2.26.2.4.48); FILE MERGED 2003/04/10 13:10:16 os 1.122.2.26.2.4.48.4: #108730# IsVisble property added to database fields 2003/04/07 06:39:49 os 1.122.2.26.2.4.48.3: #108472# Component property added to TextEmbeddedObject 2003/04/03 07:12:17 os 1.122.2.26.2.4.48.2: #108583# precompiled headers removed 2003/04/02 11:35:41 os 1.122.2.26.2.4.48.1: #108472# support of properties 'Model' and 'CLSID' added to SwXTextEmbeddedObject

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b61c66594901cc6d4207f0f2994ad30fce123aea]

        INTEGRATION: CWS os8 (1.49.2.2.48); FILE MERGED 2003/04/07 22:08:33 os 1.49.2.2.48.2: RESYNC: (1.49.2.2-1.51); FILE MERGED 2003/04/03 07:12:17 os 1.49.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b7683da3b85953384e13c6d413c611c3e70c4500]

        INTEGRATION: CWS os8 (1.18.4.2.48); FILE MERGED 2003/04/07 22:08:27 os 1.18.4.2.48.2: RESYNC: (1.18.4.2-1.20); FILE MERGED 2003/04/03 07:12:17 os 1.18.4.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8b54c046496395d0776d15aaf25e66ce83547a31]

        INTEGRATION: CWS os8 (1.64.4.3.6.5.2.4.46); FILE MERGED 2003/04/10 10:38:24 os 1.64.4.3.6.5.2.4.46.4: #108472# return correct CLSID for outplace objects 2003/04/07 10:50:10 os 1.64.4.3.6.5.2.4.46.3: #108472# syntax corrected 2003/04/07 06:40:25 os 1.64.4.3.6.5.2.4.46.2: #108472# creation of external OLE objects correctly handled 2003/04/02 11:35:40 os 1.64.4.3.6.5.2.4.46.1: #108472# support of properties 'Model' and 'CLSID' added to SwXTextEmbeddedObject

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4f41d6ff152eedb67c2e9a16ebc1aa307cf722a5]

        INTEGRATION: CWS os8 (1.69.2.1.46); FILE MERGED 2003/04/10 13:10:15 os 1.69.2.1.46.3: #108730# IsVisble property added to database fields 2003/04/07 22:08:19 os 1.69.2.1.46.2: RESYNC: (1.69.2.1-1.72); FILE MERGED 2003/04/03 07:12:16 os 1.69.2.1.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [edb324aaaa6e7c060eb86f791c94716b441f02ba]

        INTEGRATION: CWS os8 (1.1.176); FILE MERGED 2003/04/03 07:12:16 os 1.1.176.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4726beff0c1a1b4ae56812a304111a441d5c3afe]

        INTEGRATION: CWS os8 (1.10.170); FILE MERGED 2003/04/03 07:12:16 os 1.10.170.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9ad0a0b3b9c92df28f7f6b06a27ba23a7f5a9d68]

        INTEGRATION: CWS os8 (1.41.2.2.48); FILE MERGED 2003/04/07 22:08:13 os 1.41.2.2.48.2: RESYNC: (1.41.2.2-1.43); FILE MERGED 2003/04/03 07:12:15 os 1.41.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1d5de19589ae9298e1fa2bbfa7d4e0abdae8919a]

        INTEGRATION: CWS os8 (1.9.2.1.48); FILE MERGED 2003/04/03 07:12:15 os 1.9.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2ee803347f3ed1e7e7771f6df9580aeee4380057]

        INTEGRATION: CWS os8 (1.19.160); FILE MERGED 2003/04/07 13:50:25 os 1.19.160.2: #108472# service name of (Text)EmbeddedObject corrected 2003/04/03 07:12:15 os 1.19.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3a9a5d6aecdd89c3eb0b0b1b863fdb7e5511b060]

        INTEGRATION: CWS os8 (1.6.158); FILE MERGED 2003/04/03 07:12:14 os 1.6.158.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [71f827020518d4197a71efbdd051724e313c1cf6]

        INTEGRATION: CWS os8 (1.5.142); FILE MERGED 2003/04/07 22:08:03 os 1.5.142.2: RESYNC: (1.5-1.6); FILE MERGED 2003/04/03 07:12:14 os 1.5.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fe46454f8b87eb60ea57a2c92c44d11220f71ee5]

        INTEGRATION: CWS os8 (1.13.156); FILE MERGED 2003/04/07 22:07:48 os 1.13.156.2: RESYNC: (1.13-1.14); FILE MERGED 2003/04/03 07:12:14 os 1.13.156.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9cd87e86d51a868898107d8dbf21106cbe0b38a8]

        INTEGRATION: CWS os8 (1.14.140); FILE MERGED 2003/04/03 07:12:13 os 1.14.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a0144873ed9bc880b12c9756bb0a69a90c0814f2]

        INTEGRATION: CWS os8 (1.3.148); FILE MERGED 2003/04/03 07:12:11 os 1.3.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e72acf3ce3a302dc7cec70cefc22fb2591f3725a]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:12:10 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [655aa62ba97001b698d7b5b01a4a5b20484bdb55]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:12:10 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [19512efcacab83501cf897c5a0f5b681f6fcc05d]

        INTEGRATION: CWS os8 (1.6.140); FILE MERGED 2003/04/03 07:12:09 os 1.6.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [135993bcfea06a3a82c8f4dbe7c9b447af6debc5]

        INTEGRATION: CWS os8 (1.3.160); FILE MERGED 2003/04/03 07:12:09 os 1.3.160.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [55c86152b7889e324fe8c0b3a0cb1831d4c1d72d]

        INTEGRATION: CWS configapi01 (1.13.64); FILE MERGED 2003/04/14 08:36:58 jb 1.13.64.1: #107963#,#108841#,#108844# Reactivated [optional] tagson optional services

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c1290a2b7d093a9c03cde39b06731d66075e037d]

        INTEGRATION: CWS os8 (1.10.156); FILE MERGED 2003/04/03 07:12:09 os 1.10.156.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cb01e753618c83acc0b4181008b4fe50866f653c]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:12:08 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f66ff42dfc3bb37965eaaf30927976410eaa648f]

        INTEGRATION: CWS os8 (1.3.160); FILE MERGED 2003/04/03 07:12:08 os 1.3.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a803224e843c878b62f33532652cfcdfe151da1c]

        INTEGRATION: CWS os8 (1.6.160); FILE MERGED 2003/04/03 07:12:07 os 1.6.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [51d2a292a42af5aab726c14e7e8e91e71a003e78]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:12:07 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8e39f5ca6902c5e37a984571602e43555991dd0d]

        INTEGRATION: CWS os8 (1.4.148); FILE MERGED 2003/04/03 07:12:07 os 1.4.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [37ab8da6bc42773521f1a40531e1ce3f61f77194]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:12:06 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [eb09f167ecaa374b852fb42105a68309fb6e566c]

        INTEGRATION: CWS os8 (1.7.138); FILE MERGED 2003/04/03 07:12:06 os 1.7.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [91383712357b108516e2c842d73cfb71a0b2c0f7]

        INTEGRATION: CWS os8 (1.5.160); FILE MERGED 2003/04/03 07:12:06 os 1.5.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [025e45389344b118fad1047da48c402f4d4226b1]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:12:05 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8b64ae3564b2fee76e8ccd21fd89cb71f9ec7b34]

        INTEGRATION: CWS os8 (1.3.148); FILE MERGED 2003/04/03 07:12:05 os 1.3.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b7a931af5d84242f1d91a31ffafa0360c2fed7d8]

        INTEGRATION: CWS os8 (1.5.158); FILE MERGED 2003/04/03 07:12:04 os 1.5.158.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3c50825a037e1da78ff719468e047b3a693133e5]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:12:04 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [66ea9ec34854f84b298237113b9fce0fa3a8367a]

        INTEGRATION: CWS os8 (1.7.146); FILE MERGED 2003/04/03 07:12:03 os 1.7.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d8c19040317d64bb24977772cc50d6ebe5c9de0d]

        INTEGRATION: CWS os8 (1.37.2.3.20); FILE MERGED 2003/04/07 22:10:13 os 1.37.2.3.20.2: RESYNC: (1.37.2.3-1.39); FILE MERGED 2003/04/03 07:12:00 os 1.37.2.3.20.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [46ce9d829685c07563d38da97ea3b64a95b6c492]

        INTEGRATION: CWS os8 (1.12.160); FILE MERGED 2003/04/03 07:12:00 os 1.12.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3f50e8e24c32d72a7059619f9658fb21d6107c1a]

        INTEGRATION: CWS os8 (1.4.144); FILE MERGED 2003/04/03 07:11:59 os 1.4.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [390ee7c9969673f6c0cd80f844373041cfbee53f]

        INTEGRATION: CWS os8 (1.6.160); FILE MERGED 2003/04/03 07:11:59 os 1.6.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4c673f355263597dc82b8b80b94cb1a915245052]

        INTEGRATION: CWS os8 (1.28.138); FILE MERGED 2003/04/03 07:11:59 os 1.28.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ce5950a752e7b22c2e0b6e626d5f62c2605296d1]

        INTEGRATION: CWS os8 (1.39.2.1.58); FILE MERGED 2003/04/07 22:10:06 os 1.39.2.1.58.2: RESYNC: (1.39.2.1-1.41); FILE MERGED 2003/04/03 07:11:58 os 1.39.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [986e1829097f6160d532752a60ebd11df269340b]

        INTEGRATION: CWS os8 (1.4.166); FILE MERGED 2003/04/03 07:11:58 os 1.4.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f3c289be505f8f05dd1658b7379df3cc36b099f6]

        INTEGRATION: CWS os8 (1.12.2.1.48); FILE MERGED 2003/04/03 07:11:57 os 1.12.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [316aacc8d32e190c5a9d6033b945666b8a772b03]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:11:57 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ca807bd848f45a15b94f488d36c3c77772d637b8]

        INTEGRATION: CWS os8 (1.4.154); FILE MERGED 2003/04/03 07:11:57 os 1.4.154.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1fd35ca64ad390b7ab9fdba7a1bd341cb921659b]

        INTEGRATION: CWS os8 (1.12.10.1.58); FILE MERGED 2003/04/03 07:11:56 os 1.12.10.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fd6d10f48323ed299593c55e2ac71278ea79c34a]

        INTEGRATION: CWS os8 (1.64.2.3.18); FILE MERGED 2003/04/07 22:09:51 os 1.64.2.3.18.2: RESYNC: (1.64.2.3-1.66); FILE MERGED 2003/04/03 07:11:56 os 1.64.2.3.18.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5a7832e553ee8471cb93cd774eda233ebd22fa1e]

        INTEGRATION: CWS os8 (1.19.140); FILE MERGED 2003/04/07 22:09:46 os 1.19.140.2: RESYNC: (1.19-1.20); FILE MERGED 2003/04/03 07:11:55 os 1.19.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e52d2466060a143ad23f74eb2a9b2eb692cc59d3]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:11:55 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cb2f991aae3b1ac4e7f5c27dfdd5dfa5abfca292]

        INTEGRATION: CWS os8 (1.3.172); FILE MERGED 2003/04/03 07:11:55 os 1.3.172.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1a6a15e5d1cf9921cda750222d832211474fbd7f]

        INTEGRATION: CWS os8 (1.3.172); FILE MERGED 2003/04/03 07:11:54 os 1.3.172.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c1f095b825c6336e33d16bd47084a2909b77d668]

        INTEGRATION: CWS os8 (1.2.158); FILE MERGED 2003/04/03 07:11:54 os 1.2.158.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8304acfcf904e364f86e5855d56df49750bcbbce]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:11:54 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0cf0679197797ddd21950287c05914f5de35536d]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:11:53 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [54d353c97cb145792d15c2cc6e24febb301c6668]

        INTEGRATION: CWS os8 (1.17.2.2.48); FILE MERGED 2003/04/03 07:11:52 os 1.17.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [161c83355d6edee30ef6eb45f13b5fd5738216ce]

        INTEGRATION: CWS os8 (1.4.142); FILE MERGED 2003/04/03 07:11:52 os 1.4.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [690acf0f01f565411089f5719571cec43c433d5c]

        INTEGRATION: CWS os8 (1.4.146); FILE MERGED 2003/04/03 07:11:52 os 1.4.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [482693baf8d35cd260070bb10e910e1851e6958b]

        INTEGRATION: CWS os8 (1.2.170); FILE MERGED 2003/04/03 07:11:51 os 1.2.170.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c8e604abb368dee2763746ce70ecb88aad299f26]

        INTEGRATION: CWS os8 (1.4.166); FILE MERGED 2003/04/03 07:11:46 os 1.4.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [372680a132ce16f1574f8fced9a204f0169eeba5]

        INTEGRATION: CWS os8 (1.9.138); FILE MERGED 2003/04/03 07:11:46 os 1.9.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6291c9d7c939b0b2e6aee330e968c0eacd202f73]

        INTEGRATION: CWS os8 (1.8.2.4.2.1.58); FILE MERGED 2003/04/03 07:11:45 os 1.8.2.4.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [69fece009680cac1d424d4a75f9b81265fe4e09e]

        INTEGRATION: CWS configapi01 (1.34.2.10.2.3.2.1.40); FILE MERGED 2003/04/15 08:29:56 jb 1.34.2.10.2.3.2.1.40.4: #107715#,#107962#,#107954# Add bootstrap and xml services 2003/04/14 08:38:45 jb 1.34.2.10.2.3.2.1.40.3: #107963#,#108841#,#108844#,#108856#,#108859# Reactivated [optional] tags on optional services in Configuration(Update)Access, which is semantically compatible 2003/04/10 14:29:51 jb 1.34.2.10.2.3.2.1.40.2: #107715# Move configuration backend API out of drafts; add ldap module 2003/03/07 15:05:26 ghiggins 1.34.2.10.2.3.2.1.40.1: #104673# move sso apis out of drafts

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b4a4c1e106490760d7a456627fb7c98486f9a47b]

        INTEGRATION: CWS os8 (1.5.146); FILE MERGED 2003/04/03 07:11:45 os 1.5.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cde41267c0b362ab325c74012ef8dd445516ff14]

        INTEGRATION: CWS os8 (1.4.24.1.58); FILE MERGED 2003/04/03 07:11:44 os 1.4.24.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f6f07254aacfcc2522ac9ec4df0dd90ebaf58ed9]

        INTEGRATION: CWS os8 (1.3.148); FILE MERGED 2003/04/03 07:11:44 os 1.3.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b2cd55f3b55da48d3e39513ccf103974c7758643]

        INTEGRATION: CWS os8 (1.14.140); FILE MERGED 2003/04/03 07:11:44 os 1.14.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c4e96e74bfea82bb4001797b9569436c50a6282b]

        INTEGRATION: CWS os8 (1.28.2.1.58); FILE MERGED 2003/04/03 07:11:43 os 1.28.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a0f7d537da52728c019a654d1ffa64650059f8cd]

        INTEGRATION: CWS os8 (1.56.2.1.58); FILE MERGED 2003/04/07 22:12:44 os 1.56.2.1.58.2: RESYNC: (1.56.2.1-1.58); FILE MERGED 2003/04/03 07:11:43 os 1.56.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [adca0046084d04fe61b6b27fb7b7095ca0c4cfc6]

        INTEGRATION: CWS os8 (1.30.2.1.58); FILE MERGED 2003/04/07 22:12:39 os 1.30.2.1.58.2: RESYNC: (1.30.2.1-1.32); FILE MERGED 2003/04/03 07:11:42 os 1.30.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [765fd8e98044fe72e1b5b875cb4d9fed4c0c1a49]

        INTEGRATION: CWS os8 (1.12.148); FILE MERGED 2003/04/03 07:11:42 os 1.12.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [69229b373492c0922a0d361febc3ec1c4821c613]

        INTEGRATION: CWS os8 (1.15.138); FILE MERGED 2003/04/03 07:11:41 os 1.15.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3571287349eeb3459995e522a33204d7b6b3f985]

        INTEGRATION: CWS os8 (1.1.1.1.180); FILE MERGED 2003/04/03 07:11:41 os 1.1.1.1.180.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ebe53aca6b3903041b2434989a8c0faf51ad0dee]

        INTEGRATION: CWS os8 (1.31.138); FILE MERGED 2003/04/07 22:12:27 os 1.31.138.2: RESYNC: (1.31-1.32); FILE MERGED 2003/04/03 07:11:41 os 1.31.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [50ddbe36c7339c903c7ff3eadccb58b933f1dacc]

        INTEGRATION: CWS os8 (1.29.4.2.20); FILE MERGED 2003/04/03 07:11:40 os 1.29.4.2.20.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1c74d590be991337f373d3c53c29fd4034352ac9]

        INTEGRATION: CWS os8 (1.5.146); FILE MERGED 2003/04/03 07:11:40 os 1.5.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [26031400342ed23cc6e14b6531376a85c826204c]

        INTEGRATION: CWS os8 (1.29.144); FILE MERGED 2003/04/07 22:12:16 os 1.29.144.2: RESYNC: (1.29-1.30); FILE MERGED 2003/04/03 07:11:40 os 1.29.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4a3c2a91b4fd2ea0909faa6ba1617234119bd4d7]

        INTEGRATION: CWS os8 (1.72.2.1.90); FILE MERGED 2003/04/03 07:11:39 os 1.72.2.1.90.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5b719beb357a65e76f20184ddbe7bc7ae739a1d6]

        INTEGRATION: CWS os8 (1.18.138); FILE MERGED 2003/04/03 07:11:39 os 1.18.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b0d6d3a3c3a7b6a6363291e64de2b852dd8f89e9]

        INTEGRATION: CWS os8 (1.36.2.2.46); FILE MERGED 2003/04/07 22:11:54 os 1.36.2.2.46.2: RESYNC: (1.36.2.2-1.38); FILE MERGED 2003/04/03 07:11:38 os 1.36.2.2.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6bab74a8de9f3f0875cbfb2b793958bdf9cecca2]

        INTEGRATION: CWS os8 (1.6.148); FILE MERGED 2003/04/03 07:11:38 os 1.6.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f00ec3322a8b85c4177a881c3449e50dcfa5131c]

        INTEGRATION: CWS os8 (1.16.6.1.58); FILE MERGED 2003/04/07 22:11:48 os 1.16.6.1.58.2: RESYNC: (1.16.6.1-1.18); FILE MERGED 2003/04/03 07:11:38 os 1.16.6.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [dfc54778cfcd0a00e6a3f0aa5064b16ae680a635]

        INTEGRATION: CWS os8 (1.34.2.2.20); FILE MERGED 2003/04/03 07:11:37 os 1.34.2.2.20.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4ee704c2a5e7bf6abf5a29e5f1e197ea94ed0b22]

        INTEGRATION: CWS os8 (1.9.138); FILE MERGED 2003/04/07 22:11:37 os 1.9.138.2: RESYNC: (1.9-1.10); FILE MERGED 2003/04/03 07:11:37 os 1.9.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2e06712b251934a310695c2bd4d8d3b59cc2b822]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:11:37 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0126fbfbdb1ba38ac2fe8acfa1d1b3370d8796cd]

        INTEGRATION: CWS os8 (1.4.170); FILE MERGED 2003/04/03 07:11:36 os 1.4.170.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fe1514f075a410cefce8788d490d05ec3a1eb6df]

        INTEGRATION: CWS os8 (1.23.138); FILE MERGED 2003/04/07 22:11:15 os 1.23.138.2: RESYNC: (1.23-1.24); FILE MERGED 2003/04/03 07:11:36 os 1.23.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4ecd7b069cc37c14a1df0dbec6f21a5bb8367094]

        INTEGRATION: CWS os8 (1.31.138); FILE MERGED 2003/04/03 07:11:36 os 1.31.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6115ee18c20527c6969c50fb5270876a0a9793af]

        INTEGRATION: CWS os8 (1.72.2.1.58); FILE MERGED 2003/04/07 22:11:09 os 1.72.2.1.58.2: RESYNC: (1.72.2.1-1.74); FILE MERGED 2003/04/03 07:11:35 os 1.72.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a8e1968c848eb06d1006932b24c1c02b59768be7]

        INTEGRATION: CWS os8 (1.53.2.3.48); FILE MERGED 2003/04/03 07:11:35 os 1.53.2.3.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0ab856ccc0beec5ca8b35b94872e15f26d40bd71]

        INTEGRATION: CWS os8 (1.22.148); FILE MERGED 2003/04/07 22:10:58 os 1.22.148.2: RESYNC: (1.22-1.23); FILE MERGED 2003/04/03 07:11:34 os 1.22.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [efd0b2244b66834b501c83b5de71492931582074]

        INTEGRATION: CWS os8 (1.12.140); FILE MERGED 2003/04/03 07:11:34 os 1.12.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [38f08af659d690ccd382382aa43c7d350b7e69cf]

        INTEGRATION: CWS os8 (1.83.2.2.46); FILE MERGED 2003/04/07 22:10:42 os 1.83.2.2.46.2: RESYNC: (1.83.2.2-1.85); FILE MERGED 2003/04/03 07:11:33 os 1.83.2.2.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ac36c354ca05a4b5ea334007b6194b87c527cb84]

        INTEGRATION: CWS os8 (1.37.138); FILE MERGED 2003/04/03 07:11:33 os 1.37.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0cb41cdf8663df6c6d7b35227bb9720e925113a2]

        INTEGRATION: CWS os8 (1.33.2.2.58); FILE MERGED 2003/04/07 22:10:35 os 1.33.2.2.58.2: RESYNC: (1.33.2.2-1.35); FILE MERGED 2003/04/03 07:11:33 os 1.33.2.2.58.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [97d523d05f13754bda6958e1add5a862a15d24dc]

        INTEGRATION: CWS crashrep05 (1.4.8); FILE MERGED 2003/04/16 16:02:49 hro 1.4.8.1: #105654# Crash reporter can be disabled by soffice comand line argument

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [49f499c33d80b728689108b7825d6e041c96f5da]

        INTEGRATION: CWS os8 (1.2.140); FILE MERGED 2003/04/03 07:11:32 os 1.2.140.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6f1ddb5dba95154e208a49cd937ee6edc5508941]

        INTEGRATION: CWS crashrep05 (1.10.8); FILE MERGED 2003/04/17 12:59:33 hro 1.10.8.1: #105654# soffice -nocrashreport disables crashreporter

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6bfaa99fd1cc4f6b08ff1952f4e298578b923100]

        INTEGRATION: CWS os8 (1.33.2.1.58); FILE MERGED 2003/04/03 07:11:32 os 1.33.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1dc02f7b09054ea604d2507a2d640fecc1c670cf]

        INTEGRATION: CWS os8 (1.27.2.2.46); FILE MERGED 2003/04/07 22:10:25 os 1.27.2.2.46.2: RESYNC: (1.27.2.2-1.29); FILE MERGED 2003/04/03 07:11:31 os 1.27.2.2.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [baf10ebf56c028e3460fbfc68648523653657429]

        INTEGRATION: CWS os8 (1.3.140); FILE MERGED 2003/04/03 07:11:31 os 1.3.140.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0150aeb444224da88714b069f3948eb29d3aef31]

        INTEGRATION: CWS configapi01 (1.44.4.1.8); FILE MERGED 2003/04/15 08:29:55 jb 1.44.4.1.8.5: #107715#,#107962#,#107954# Add bootstrap and xml services 2003/04/10 14:30:18 jb 1.44.4.1.8.4: #107715# Add ldap module 2003/04/10 13:12:04 cyrillem 1.44.4.1.8.3: #107957# Move configuration/backend out of drafts 2003/04/09 12:34:58 cyrillem 1.44.4.1.8.2: RESYNC: (1.44.4.1-1.45); FILE MERGED 2003/03/07 15:05:24 ghiggins 1.44.4.1.8.1: #104673# move sso apis out of drafts

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cc9aa1ef28af933742fd5bc716fd85d65e2eb669]

        INTEGRATION: CWS os8 (1.17.144); FILE MERGED 2003/04/03 07:11:30 os 1.17.144.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1e5d61cb1b30f92b6c422801e427ce613ed3c612]

        INTEGRATION: CWS configapi01 (1.33.6.4.62); FILE MERGED 2003/04/15 08:29:55 jb 1.33.6.4.62.4: #107715#,#107962#,#107954# Add bootstrap and xml services 2003/04/10 14:30:18 jb 1.33.6.4.62.3: #107715# Add ldap module 2003/04/10 13:12:04 cyrillem 1.33.6.4.62.2: #107957# Move configuration/backend out of drafts 2003/03/07 15:05:23 ghiggins 1.33.6.4.62.1: #104673# move sso apis out of drafts

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f6bbb03e41f0a83a8b74e89744fb9f5cb436f6fc]

        INTEGRATION: CWS os8 (1.15.160); FILE MERGED 2003/04/03 07:11:27 os 1.15.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [efed532a7499815ceb699aa7459c60c6ab38b108]

        INTEGRATION: CWS os8 (1.5.160); FILE MERGED 2003/04/03 07:11:23 os 1.5.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [536942359af345fbbebe3ae879308d8e0ef07edc]

        INTEGRATION: CWS os8 (1.2.142); FILE MERGED 2003/04/03 07:11:23 os 1.2.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fc2a445f29520fb3982ba23444ff2230eed5ad90]

        INTEGRATION: CWS os8 (1.20.160); FILE MERGED 2003/04/03 07:11:22 os 1.20.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b1f817384f5605a6f66c78c5473768bdcb165724]

        INTEGRATION: CWS os8 (1.5.170); FILE MERGED 2003/04/03 07:11:20 os 1.5.170.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [43b071fae6e7dd18de63923256c4e002495bf030]

        INTEGRATION: CWS configapi01 (1.15.64); FILE MERGED 2003/04/09 12:51:53 cyrillem 1.15.64.2: RESYNC: (1.15-1.18); FILE MERGED 2003/04/01 14:31:14 cyrillem 1.15.64.1: #107960# Added XTimeStamped.idl

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9746a7442d061cb2655511327ce3c19123f6b2f3]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:27:23 jb 1.1.2.3: #107960# Review documentation; Add @since tags to idldoc 2003/04/01 14:19:27 cyrillem 1.1.2.2: #107960# Changed package name 2003/04/01 14:10:44 cyrillem 1.1.2.1: #107960# Timestamped objects interface

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1d3832dbbd1d4442fbdbc8923da716585a1bc35f]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/01 14:37:39 cyrillem 1.1.2.1: #107957# Makefile for LDAP exceptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0e89a5e5307dae18d309be9d70ef336538184d9c]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/01 14:13:56 cyrillem 1.1.2.1: #107957# LDAP related exceptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [26a3dd2dae002f4d612e0f1c052fe4d207b37c21]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/01 14:14:00 cyrillem 1.1.2.1: #107957# LDAP related exceptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [555647372bd5b4e6c430b47a94ba59b072e2fddc]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:14:04 jb 1.1.2.1: #107962# Add BootstrapContext service

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [fef17c7549b7817d980485236657c0ada937a093]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:34:19 cyrillem 1.1.2.2: #107954# Errors in documentation 2003/04/15 08:14:03 jb 1.1.2.1: #107962# Add BootstrapContext service

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1ada7bdbdc5eeba353ffd8f02339821f4742ec7c]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:15:30 jb 1.1.2.1: #107954# Add helper services for parsing and merging

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [923cbf88efa148a6b77346075d9036bb8cf9d2fe]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:15:29 jb 1.1.2.1: #107954# Add helper services for parsing and merging

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [eb4d5034eab645735966f6451ce2ee36baba164b]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:15:28 jb 1.1.2.1: #107954# Add helper services for parsing and merging

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d9e7d83c8429f372def69fa498faf3fd8c1f9ef4]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:15:27 jb 1.1.2.1: #107954# Add helper services for parsing and merging

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [935bc8d43bce6d571b36a8ff73bf1050e51de5e7]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:18:56 jb 1.1.2.3: #107715# Add new service descriptions 2003/04/10 14:18:23 jb 1.1.2.2: #107716# Add new interfaces and services moved from drafts 2003/04/01 14:41:39 cyrillem 1.1.2.1: #107960# Schema and layer related interfaces and exceptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f8a42748dda33b3907e604b55ccc92a6bc027ea7]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:33:21 cyrillem 1.1.2.2: #107956# Errors in documentation 2003/04/10 14:19:37 jb 1.1.2.1: #107956# Move from drafts; clean up exception specifications; review idldoc

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a850b998233c75a120523daad75976f650a2df6d]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:13:11 jb 1.1.2.2: #107960# Review documentation; Add @since tags to idldoc 2003/04/01 14:08:04 cyrillem 1.1.2.1: #107960# Read/write access to a layer

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2c796f267195ef38cf8c736b564a4bb6274a5678]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:17:31 jb 1.1.2.1: #107954# Move from drafts; refactor interfaces; review idldoc

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ffe5a2ab5aa6b305fc2cd59550496f6b9719bb03]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:17:32 jb 1.1.2.1: #107954# Move from drafts; refactor interfaces; review idldoc

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1a21725343f94c107569a7b578622e59122a28bf]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:33:21 cyrillem 1.1.2.2: #107956# Errors in documentation 2003/04/10 14:19:35 jb 1.1.2.1: #107956# Move from drafts; clean up exception specifications; review idldoc

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [fb3f29d58b886ecad0b0e6c4c53151e52105e435]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:13:12 jb 1.1.2.2: #107960# Review documentation; Add @since tags to idldoc 2003/04/01 14:01:11 cyrillem 1.1.2.1: #107960# Read-only access to schema

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9cfba349201e7c030637cdc9df5e0d0eace6dc43]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:17:29 jb 1.1.2.1: #107954# Move from drafts; refactor interfaces; review idldoc

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b4b2374f1e7de6f2361a3c8e9365aaae5cc9c951]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:15:00 jb 1.1.2.1: #107959# Move from drafts; rename from XImportLayer; review idldoc

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [44532853c9f9d1f36bdd335e0118027e7da6ccee]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:33:20 cyrillem 1.1.2.3: #107956# Errors in documentation 2003/04/15 09:24:21 jb 1.1.2.2: #107956# Add 'clear' operation 2003/04/10 14:19:32 jb 1.1.2.1: #107956# Move from drafts; clean up exception specifications; review idldoc

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6cc73bdcb2b8dfad48388376ffa6463fddfab85b]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:13:10 jb 1.1.2.2: #107960# Review documentation; Add @since tags to idldoc 2003/04/01 13:57:00 cyrillem 1.1.2.1: #107960# Read-only access to layers

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [25b2e3abd3a2468643529774812758e8ce507a74]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:13:10 jb 1.1.2.2: #107960# Review documentation; Add @since tags to idldoc 2003/04/01 14:04:31 cyrillem 1.1.2.1: #107960# Read-only access to composite layer

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c7260d707fb1523b41c8e1d670a5e72723a0fefa]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:11:13 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d9c107bcc4168ed54a34336f02e6e3877e9694ff]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/11 08:50:15 jb 1.1.2.2: #107954# Revised exception specifications to allow backend accesses 2003/04/10 14:17:28 jb 1.1.2.1: #107954# Move from drafts; refactor interfaces; review idldoc

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [98a53c9fa62b5fa32e660e9515a5f62781b13367]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:17:26 jb 1.1.2.1: #107954# Move from drafts; refactor interfaces; review idldoc

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7fdf332e81e83fa78405919f9bce1454d60695e2]

        INTEGRATION: CWS os8 (1.5.146); FILE MERGED 2003/04/03 07:11:12 os 1.5.146.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6bf969520565e592f92ca7c032359a4e4f9bc996]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:33:20 cyrillem 1.1.2.5: #107956# Errors in documentation 2003/04/15 08:21:23 jb 1.1.2.4: #107715# Review idldoc 2003/04/10 14:13:09 jb 1.1.2.3: #107960# Review documentation; Add @since tags to idldoc 2003/04/01 14:19:58 cyrillem 1.1.2.2: #107960# Changed source of XTimeStamped 2003/04/01 14:08:05 cyrillem 1.1.2.1: #107960# Read/write access to a layer

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [30de75c3f468d105c06ca56c26cb222e1ec6265e]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:11:11 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c7aeaa7ec2eadff9e12e4e662a662f4902e7247c]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:19:29 jb 1.1.2.1: #107956# Move from drafts; clean up exception specifications; review idldoc

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [88ec60435f95bbcaaf1d9bde1793199f0c9477e1]

        INTEGRATION: CWS os8 (1.10.148); FILE MERGED 2003/04/03 07:11:11 os 1.10.148.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [918fa64906546fb05b702e0bf1acb489186e34d3]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:18:14 jb 1.1.2.1: #107954# Add services for SingleBackend instances and wrappers

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [275f89b302dd7cd7d500b5f0530a45ee4965ea41]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:18:13 jb 1.1.2.1: #107954# Add services for SingleBackend instances and wrappers

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0e44fce744f3b17a59d9da2ab5e1b8e508ab1960]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:11:10 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b0e3433a18548134cec1ca7d5216ed52836a6f17]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:33:20 cyrillem 1.1.2.2: #107956# Errors in documentation 2003/04/10 14:19:27 jb 1.1.2.1: #107956# Move from drafts; clean up exception specifications; review idldoc

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ad82756171c5f048d45844a6b18f080d25cb5641]

        INTEGRATION: CWS os8 (1.38.2.2.20); FILE MERGED 2003/04/03 07:11:06 os 1.38.2.2.20.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [54d3dc97b2872e4a0a7b420d8c0434a5dd5f725d]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:13:09 jb 1.1.2.2: #107960# Review documentation; Add @since tags to idldoc 2003/04/01 14:01:12 cyrillem 1.1.2.1: #107960# Read-only access to schema

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3d2e0705a3ef3a1999168ccfd611dd255dde3c9d]

        INTEGRATION: CWS os8 (1.6.138); FILE MERGED 2003/04/03 07:11:05 os 1.6.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b2d683c321c1b3b34e6858cdfea8c64a5c6f450e]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:11:05 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4a7d3c7d05266d8ae31e490cd20a373c507f8762]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:18:15 jb 1.1.2.1: #107954# Add services for SingleBackend instances and wrappers

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [dd1760908a58dd7d63e5b4858f6431a190280407]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:33:19 cyrillem 1.1.2.2: #107956# Errors in documentation 2003/04/10 14:19:24 jb 1.1.2.1: #107956# Move from drafts; clean up exception specifications; review idldoc

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [68ffa9684ae6b940176740efc04efc05fa0db4c2]

        INTEGRATION: CWS os8 (1.25.2.3.48); FILE MERGED 2003/04/03 07:11:04 os 1.25.2.3.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b80369b8e0bc2e080569a0c3e84a6b911ece4fca]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:16:37 jb 1.1.2.1: #107959# Add services for importing and browing configuration data

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fb1ac7063224c7dcca3b2d827676b198839d6b94]

        INTEGRATION: CWS os8 (1.31.2.3.20); FILE MERGED 2003/04/07 22:15:10 os 1.31.2.3.20.2: RESYNC: (1.31.2.3-1.33); FILE MERGED 2003/04/03 07:11:04 os 1.31.2.3.20.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b60a26847ee529643b8926e783435d5a18d95db5]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:32:15 cyrillem 1.1.2.3: #107958# Errors in documentation 2003/04/15 08:21:23 jb 1.1.2.2: #107715# Review idldoc 2003/04/10 14:15:36 jb 1.1.2.1: #107959# Move from drafts; add DetailedError field; review idldoc

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [dd964c72ea0679ff85db1000f4c7b5bf5b589791]

        INTEGRATION: CWS os8 (1.31.138); FILE MERGED 2003/04/03 07:11:04 os 1.31.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b146dbc84bb6f4226d7970253a66f2d777b5d76b]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:18:17 jb 1.1.2.1: #107954# Add services for SingleBackend instances and wrappers

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [06ea859fae1967d8ebcb01466c6e42f51a476779]

        INTEGRATION: CWS os8 (1.22.2.2.20); FILE MERGED 2003/04/03 07:11:03 os 1.22.2.2.20.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3780b91e3d39741770f1ee58191c63d892266480]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:16:35 jb 1.1.2.1: #107959# Add services for importing and browing configuration data

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [304363f0f7c24c30225ed179ff739bc900262f58]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:31:20 cyrillem 1.1.2.2: #107959# Errors in documentation 2003/04/15 08:16:35 jb 1.1.2.1: #107959# Add services for importing and browing configuration data

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fba14cabdf35294dd888c08fcff198cbab55d31a]

        INTEGRATION: CWS os8 (1.56.2.9.18); FILE MERGED 2003/04/07 22:14:58 os 1.56.2.9.18.2: RESYNC: (1.56.2.9-1.58); FILE MERGED 2003/04/03 07:11:02 os 1.56.2.9.18.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [bd185383c162a6fb8fc83f9ce4e3d3e0e4d177a9]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:18:16 jb 1.1.2.1: #107954# Add services for SingleBackend instances and wrappers

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8c5903c393faf3e92b5d0265ffe9e6bf622ae481]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:15:26 jb 1.1.2.1: #107954# Add helper services for parsing and merging

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ef0cde42aa7aa11dc24a80474a6ab20c0ded9d26]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:13:08 jb 1.1.2.3: #107960# Review documentation; Add @since tags to idldoc 2003/04/01 14:19:59 cyrillem 1.1.2.2: #107960# Changed source of XTimeStamped 2003/04/01 13:57:01 cyrillem 1.1.2.1: #107960# Read-only access to layers

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b4c13609bbee6198336b418ae4fd8c5ad44fa40d]

        INTEGRATION: CWS os8 (1.2.146); FILE MERGED 2003/04/07 22:14:51 os 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED 2003/04/03 07:11:02 os 1.2.146.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3d7236508baf6a82d16cf4ca691adb0f164738f3]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:10:53 jb 1.1.2.2: #107957# Add @since tags to idldoc 2003/03/31 12:40:23 cyrillem 1.1.2.1: #107957# Exception for authentication mechanism conflicts

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [27d4eb20e0d284523b83429827121c7ed027fe1b]

        INTEGRATION: CWS os8 (1.24.2.2.48); FILE MERGED 2003/04/03 07:11:01 os 1.24.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [58fca01825f95d220b5f411bae8ee2b8ffda4046]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:10:54 jb 1.1.2.2: #107957# Add @since tags to idldoc 2003/03/31 12:38:30 cyrillem 1.1.2.1: #107957# Exception for access rights violations

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [125f15b852f4735feffc5acaf18c0159d1cb5f0d]

        INTEGRATION: CWS os8 (1.17.148); FILE MERGED 2003/04/03 07:11:01 os 1.17.148.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c4934613a1e64312fd1152e38f0bfd94aaa2ba6a]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:16:33 jb 1.1.2.1: #107959# Add services for importing and browing configuration data

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [52b3b1338af83f2b9881c6947f59684bdc959fce]

        INTEGRATION: CWS os8 (1.4.160); FILE MERGED 2003/04/03 07:11:00 os 1.4.160.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [002687926ced12fba976c1b9ea219d851ffdfcf3]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:16:34 jb 1.1.2.1: #107959# Add services for importing and browing configuration data

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d80e60ab0eba7132d2150d17d65d2a85a8e0ad1e]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:13:11 jb 1.1.2.1: #107715# Specify service used for singleton handling

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [564017141715bde3d1970ab76a073c8e4000450a]

        INTEGRATION: CWS os8 (1.2.170); FILE MERGED 2003/04/03 07:11:00 os 1.2.170.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3c51dd8f474f9c3b47de26b4d6e3197efe6f7e0e]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:31:20 cyrillem 1.1.2.2: #107959# Errors in documentation 2003/04/15 08:16:34 jb 1.1.2.1: #107959# Add services for importing and browing configuration data

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [826c7b1f2e9ae05614bf5018efd531bd524b5675]

        INTEGRATION: CWS os8 (1.10.138); FILE MERGED 2003/04/03 07:11:00 os 1.10.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [cfd3da46539f3bf1fae9648ba711644d146e7547]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:16:36 jb 1.1.2.1: #107959# Add services for importing and browing configuration data

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [befcdacf28e62f219d9bef53db662112ecc8d7de]

        INTEGRATION: CWS os8 (1.23.2.1.48); FILE MERGED 2003/04/07 22:14:40 os 1.23.2.1.48.2: RESYNC: (1.23.2.1-1.25); FILE MERGED 2003/04/03 07:10:59 os 1.23.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1d88ed931bd23f0b09862261dc527cf15ec8d2ac]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:10:53 jb 1.1.2.2: #107957# Add @since tags to idldoc 2003/03/31 12:37:59 cyrillem 1.1.2.1: #107957# Exception for unexpected loss of connection to backend

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [65c93f4cd5fd0a6590b410a1e23b22ca41378737]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:10:52 jb 1.1.2.2: #107957# Add @since tags to idldoc 2003/03/31 12:37:27 cyrillem 1.1.2.1: #107957# Exception for backend connection errors

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9299c8bf5722abd0c85238a6f08e81621caecf92]

        INTEGRATION: CWS os8 (1.10.4.1.58); FILE MERGED 2003/04/03 07:10:59 os 1.10.4.1.58.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c9d09a90511819ca3e13cfdc398ccb1738d79a5b]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:30:42 cyrillem 1.1.2.3: #107957# Errors in documentation 2003/04/10 14:10:52 jb 1.1.2.2: #107957# Add @since tags to idldoc 2003/03/31 12:37:00 cyrillem 1.1.2.1: #107957# Exception for generic backend setup errors

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ae76a54a4426b6c91e6e70601e40c7f02e657ebd]

        INTEGRATION: CWS os8 (1.18.138); FILE MERGED 2003/04/03 07:10:58 os 1.18.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [04f2dc767fd0f8ee4475d97df33adc88261283ff]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/16 17:29:56 cyrillem 1.1.2.2: #107954# Errors in documentation 2003/04/15 08:18:12 jb 1.1.2.1: #107954# Add services for SingleBackend instances and wrappers

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b0fccf9ff0af78d1c6472395540e3ef05e3426ef]

        INTEGRATION: CWS os8 (1.41.2.1.58); FILE MERGED 2003/04/03 07:10:58 os 1.41.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6e3abb8de82dcd114cdfbf54aa54c5b39bb10734]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:10:52 jb 1.1.2.2: #107957# Add @since tags to idldoc 2003/03/31 12:34:49 cyrillem 1.1.2.1: #107957# Exception for generic backend access errors

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cf584cb73dd4d84e9a48a8c68a6c6bf2a3a8f207]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:58 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [576b74c749adbba222b3df842e789cd74cdc73f9]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:21:23 jb 1.1.2.2: #107715# Review idldoc 2003/04/10 14:17:25 jb 1.1.2.1: #107954# Move from drafts; refactor interfaces; review idldoc

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [5e042c3717848bde66795d361468073372f25f2a]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/10 14:10:51 jb 1.1.2.2: #107957# Add @since tags to idldoc 2003/03/31 12:34:05 cyrillem 1.1.2.1: #107957# Exception for authentication errors

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [18200568bc513dc23c7943dce9d4ed281d513d3a]

        INTEGRATION: CWS os8 (1.19.142); FILE MERGED 2003/04/03 07:10:57 os 1.19.142.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [63db922fa60a07b531c3ebb541e51850943de9f3]

        INTEGRATION: CWS configapi01 (1.8.10); FILE MERGED 2003/04/15 08:27:38 jb 1.8.10.1: #107715# Specify service used for singleton handling

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8e5b134d9055e04fa9a072f4b13779d4e2bffe95]

        INTEGRATION: CWS os8 (1.4.144); FILE MERGED 2003/04/03 07:10:57 os 1.4.144.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [96c3698c3375dcfceb07351c4311332a2943ae17]

        INTEGRATION: CWS configapi01 (1.5.64); FILE MERGED 2003/04/14 08:35:32 jb 1.5.64.1: #107963# Added (optional) XPropertySetInfo to HierarchyAccess; pulled support for X(Multi)PropertyState from GroupAccess down to HierarchyAccess

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1496731592cbc8292b8a621246a2ce48c35bb67d]

        INTEGRATION: CWS os8 (1.28.2.1.20); FILE MERGED 2003/04/03 07:10:56 os 1.28.2.1.20.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c0cf3abb526963f98d3a9e9dbb31422916dbdcf9]

        INTEGRATION: CWS configapi01 (1.6.64); FILE MERGED 2003/04/14 08:35:32 jb 1.6.64.1: #107963# Added (optional) XPropertySetInfo to HierarchyAccess; pulled support for X(Multi)PropertyState from GroupAccess down to HierarchyAccess

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1223a91e61f7fe3db55f179b7080150c06070943]

        INTEGRATION: CWS os8 (1.37.2.2.48); FILE MERGED 2003/04/03 07:10:56 os 1.37.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [aa776de29d2366706ea126f97eb2423f3fb3abcc]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/04/15 08:13:10 jb 1.1.2.1: #107715# Specify service used for singleton handling

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [936f17e0b69ebbf807fcd9ab87032fcbe68f3e37]

        INTEGRATION: CWS configapi01 (1.10.64); FILE MERGED 2003/04/14 08:37:24 jb 1.10.64.1: #107963#,#108856#,#108859# Reactivated [optional] tagson optional services

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4bebbbc7cb09eef775a85d643a4e1474a702bc16]

        INTEGRATION: CWS os8 (1.20.2.1.58); FILE MERGED 2003/04/03 07:10:55 os 1.20.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [832e0f9a6a457f10dcb9815a9a059f915d3a87e6]

        INTEGRATION: CWS os8 (1.15.2.1.96); FILE MERGED 2003/04/03 07:10:55 os 1.15.2.1.96.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [19a56e3602596f4f82e87fabbce4fe6b52f5fa2a]

        INTEGRATION: CWS configapi01 (1.10.64); FILE MERGED 2003/04/16 17:35:05 cyrillem 1.10.64.2: #107715# Errors in documentation 2003/04/15 08:28:08 jb 1.10.64.1: #107963# Update provider documentation

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c418f2fd6d7d2728b268b0d585e6653e6aed99e9]

        INTEGRATION: CWS os8 (1.4.150); FILE MERGED 2003/04/03 07:10:54 os 1.4.150.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [47583679af50b93b0b187bd4fd0b4dfc392353f0]

        INTEGRATION: CWS configapi01 (1.2.68); FILE MERGED 2003/04/15 08:28:08 jb 1.2.68.1: #107963# Update provider documentation

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [99cd85556bec9064d45a79ce8dd0f47351fd9805]

        INTEGRATION: CWS os8 (1.10.146); FILE MERGED 2003/04/03 07:10:54 os 1.10.146.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6151ca38abedd73307668968063e8cb136c12dc2]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:58 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6e4f267bcc5f53096eefbf38e0fdd77d082e8d6d]

        INTEGRATION: CWS os8 (1.33.2.2.58); FILE MERGED 2003/04/03 07:10:54 os 1.33.2.2.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f7fc4c03ae2848c46cdca08c5f7ed3b3464b7ed1]

        INTEGRATION: CWS os8 (1.36.4.1.48); FILE MERGED 2003/04/03 07:10:53 os 1.36.4.1.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b81da5672da963df9bc33aced33722868e7e3a75]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:57 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [95b10c7096cf55d0b0cc2d97045a7afb9abe2ece]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:56 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [15e9d51ab58608e094eb9dace56cfacb5dfc2646]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:55 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7046ec74c3e731b15697d113e2fd95c69d5539c1]

        INTEGRATION: CWS os8 (1.21.4.1.50); FILE MERGED 2003/04/03 07:10:52 os 1.21.4.1.50.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e5a805ec791ee932f9c4a3597d5393d91d344da7]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:54 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9347daaab22fe06a0e0df88c006abd041a95cdf2]

        INTEGRATION: CWS os8 (1.5.160); FILE MERGED 2003/04/03 07:10:52 os 1.5.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [72f30a33c2c2dbafad110e3cedaf243498bab4b4]

        INTEGRATION: CWS os8 (1.9.138); FILE MERGED 2003/04/03 07:10:52 os 1.9.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [beebd1f85994a155d4e09db604ce1ba83aba941f]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:52 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [acc5f69d63268fa30c835f088e5275da894c86a8]

        INTEGRATION: CWS os8 (1.5.4.7.4.2.48); FILE MERGED 2003/04/03 07:10:49 os 1.5.4.7.4.2.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [71e2a98c397469236d39ee13e6b4210e452afdcb]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:51 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0603d05c21fa506aaa38f75ed60342c757bc8130]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:49 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3aace146fbf0d6f82b773e7c999fa0f18d870cda]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:50 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7bd720a2862f6c8e766caa8324ec66274cb5949f]

        INTEGRATION: CWS os8 (1.12.140); FILE MERGED 2003/04/07 22:17:22 os 1.12.140.2: RESYNC: (1.12-1.13); FILE MERGED 2003/04/03 07:10:49 os 1.12.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5e579bf25e5b2ff501cc466b67619101d0ad0bd9]

        INTEGRATION: CWS os8 (1.4.2.6.2.3.48); FILE MERGED 2003/04/07 22:17:16 os 1.4.2.6.2.3.48.2: RESYNC: (1.4.2.6.2.3-1.13); FILE MERGED 2003/04/03 07:10:48 os 1.4.2.6.2.3.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [42eef26f4d7b30e0d2d1be45fd26423afd4d2f06]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:49 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c9ab3b2491928816f0f84ed4bee36e6108dd34e4]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:47 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5deab827ce3bf0cc3353ac58c0c3e5acdd6e3ef0]

        INTEGRATION: CWS os8 (1.20.2.4.6); FILE MERGED 2003/04/03 07:10:48 os 1.20.2.4.6.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6c912247122de83c0207aa01eccbd64a5de0d2bc]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:46 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8921706ccf3f4e239ca177407a0fd8d7e120cd9e]

        INTEGRATION: CWS os8 (1.4.144); FILE MERGED 2003/04/03 07:10:47 os 1.4.144.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ae6d1c61728341941525c07cbbf04fd354e9459b]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:45 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [311bdde17fd4c1f24ee4440a10b8ef415d610bff]

        INTEGRATION: CWS configapi01 (1.1.2); FILE ADDED 2003/03/07 13:02:44 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [51b947701fd23d1d9262776d4beeb36bf9ae44d4]

        INTEGRATION: CWS os8 (1.8.6.1.48); FILE MERGED 2003/04/03 07:10:47 os 1.8.6.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [900ab454e05dc0a1362bc4c77dfaaab0776f8d7b]

        INTEGRATION: CWS os8 (1.3.142); FILE MERGED 2003/04/03 07:10:47 os 1.3.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ab2c8ee862b0049a5c480688a5c048dc7d46bf17]

        INTEGRATION: CWS os8 (1.12.6.1.48); FILE MERGED 2003/04/03 07:10:46 os 1.12.6.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6884d271971325e75420959ac05e2d56ed9947bc]

        INTEGRATION: CWS os8 (1.8.138); FILE MERGED 2003/04/03 07:10:43 os 1.8.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8896f08785689941ff22ef2b0884ce38fb747b52]

        INTEGRATION: CWS os8 (1.9.138); FILE MERGED 2003/04/03 07:10:43 os 1.9.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4790b3b1e085a246d00cfb9c7c29a1f7088e2aa8]

        INTEGRATION: CWS os8 (1.5.148); FILE MERGED 2003/04/03 07:10:43 os 1.5.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2dbebb7edbd2ff036f361478a54cd9c833d5b96c]

        INTEGRATION: CWS os8 (1.13.142); FILE MERGED 2003/04/03 07:10:42 os 1.13.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [61c17762f19e0bef2aa97150016d364cba640988]

        INTEGRATION: CWS os8 (1.3.168); FILE MERGED 2003/04/03 07:10:42 os 1.3.168.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8b7a82d8ee588fb51fae652aa50abad99be65814]

        INTEGRATION: CWS os8 (1.6.148); FILE MERGED 2003/04/03 07:10:42 os 1.6.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ef6e3b46b2f39c3c2ce440de63f253413376b099]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:41 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [44d1bf77f2f884522845daa9e67a2ed03eaa9abc]

        INTEGRATION: CWS os8 (1.7.138); FILE MERGED 2003/04/07 22:17:47 os 1.7.138.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/03 07:10:41 os 1.7.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3806b8d8d66420a67b5ffcff1bb720ffec993da6]

        INTEGRATION: CWS os8 (1.11.2.1.58); FILE MERGED 2003/04/03 07:10:40 os 1.11.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5f1998320d10f52f46c0f87e08c903e77d30dabe]

        INTEGRATION: CWS os8 (1.15.138); FILE MERGED 2003/04/03 07:10:40 os 1.15.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [755e7efb80bac059970f2f60d4911b107aa2855f]

        INTEGRATION: CWS os8 (1.28.138); FILE MERGED 2003/04/07 22:17:37 os 1.28.138.2: RESYNC: (1.28-1.29); FILE MERGED 2003/04/03 07:10:40 os 1.28.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f18a4a40587772dbf63312ca982a1fe215e908d4]

        INTEGRATION: CWS os8 (1.2.176); FILE MERGED 2003/04/03 07:10:39 os 1.2.176.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ab387773e11be720f67649980f6a6b8432f8cfee]

        INTEGRATION: CWS os8 (1.9.148); FILE MERGED 2003/04/03 07:10:39 os 1.9.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1ea2a414464b32eec155beb877bf16626222cb12]

        INTEGRATION: CWS os8 (1.13.148); FILE MERGED 2003/04/10 13:10:05 os 1.13.148.2: #108730# IsVisble property added to database fields 2003/04/03 07:10:38 os 1.13.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [505222ed26893c056f026b010278dca9d311787f]

        INTEGRATION: CWS os8 (1.5.148); FILE MERGED 2003/04/03 07:10:38 os 1.5.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [68dc2e98ef17e1adec9bf4887bccc20c8d8352bc]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:38 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6fc1f1a24c221dedc4fd121f213a3dddddfe15d9]

        INTEGRATION: CWS os8 (1.19.2.1.70); FILE MERGED 2003/04/03 07:10:37 os 1.19.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3ce41e4c7dfc2f3a5fdb81291a02383c9dbb1d1b]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:37 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cea44befe5e4abe528836b9463f0ea8bd52ccd90]

        INTEGRATION: CWS os8 (1.4.160); FILE MERGED 2003/04/03 07:10:33 os 1.4.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [68f784cc78051f255817974e2f2ad5b6329a7372]

        INTEGRATION: CWS os8 (1.2.180); FILE MERGED 2003/04/03 07:10:33 os 1.2.180.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0d15025f815b786a738605b95f23256459782bdd]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:10:33 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d2184b9febd20c93f8befa9a36c9a6c5ea3b0b7c]

        INTEGRATION: CWS os8 (1.9.142); FILE MERGED 2003/04/03 07:10:32 os 1.9.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cf0283d301bb635b3e94d01e0066f388c6f7aa5c]

        INTEGRATION: CWS os8 (1.3.174); FILE MERGED 2003/04/07 22:18:17 os 1.3.174.2: RESYNC: (1.3-1.4); FILE MERGED 2003/04/03 07:10:32 os 1.3.174.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8435f9b9fd3de09d8a3bd74bcf61e7b964adf5b0]

        INTEGRATION: CWS os8 (1.4.34.1.86); FILE MERGED 2003/04/03 07:10:32 os 1.4.34.1.86.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [262ee592933e6f3d2a0f36294fb74b3c72d4a007]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:31 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b5b312db52324a1ee0ea75ee2e288e866a50625d]

        INTEGRATION: CWS os8 (1.3.146); FILE MERGED 2003/04/03 07:10:31 os 1.3.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1292d0b5526893683c7c4a581111495e791a368a]

        INTEGRATION: CWS os8 (1.4.178); FILE MERGED 2003/04/03 07:10:31 os 1.4.178.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [29421597d0e98a3cd8e3dbaaa249b6da8e1c659e]

        INTEGRATION: CWS os8 (1.5.144); FILE MERGED 2003/04/03 07:10:30 os 1.5.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f20b8b61850c3c37883178075cadf7aa835fcac7]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:30 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ec35950659d8e309c7b8326a1ed5ced1559c3060]

        INTEGRATION: CWS os8 (1.2.166); FILE MERGED 2003/04/03 07:10:29 os 1.2.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ff0d0b991513fd5d0b176ebd5a0abc1feb3c8a92]

        INTEGRATION: CWS os8 (1.5.138); FILE MERGED 2003/04/03 07:10:29 os 1.5.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f1c76f46a8c2ba7bba400a5ced6ab97a2db5bb3c]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:29 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c36f2791859976f25da97dd98640c3d887be8411]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:28 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [66c88d54b8fd0735dbce6a5d90e85b2226b04e34]

        INTEGRATION: CWS os8 (1.27.2.2.48); FILE MERGED 2003/04/07 22:18:03 os 1.27.2.2.48.2: RESYNC: (1.27.2.2-1.29); FILE MERGED 2003/04/03 07:10:28 os 1.27.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [188d5a9f4b43ac6c8fb4946acccee55b491df7e2]

        INTEGRATION: CWS os8 (1.2.146); FILE MERGED 2003/04/03 07:10:28 os 1.2.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e703381ed6700b61f91f2ef08b9c04f4327c954a]

        INTEGRATION: CWS os8 (1.15.2.1.86); FILE MERGED 2003/04/07 22:17:57 os 1.15.2.1.86.2: RESYNC: (1.15.2.1-1.17); FILE MERGED 2003/04/03 07:10:27 os 1.15.2.1.86.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b0284f1fb8fe418b2c79a3a8e3deaa983fe34673]

        INTEGRATION: CWS os8 (1.7.12.1.48); FILE MERGED 2003/04/03 07:10:27 os 1.7.12.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [03b343e07a3ecd0286ebab8467696ad01de92588]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:26 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fdc1d70a1394ae1cb5d0f2fc362286731f0d0061]

        INTEGRATION: CWS os8 (1.7.138); FILE MERGED 2003/04/03 07:10:25 os 1.7.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [be8955f01e8544f6ce701f3171d00e4e1823ac91]

        INTEGRATION: CWS os8 (1.11.22.1.50); FILE MERGED 2003/04/03 07:10:25 os 1.11.22.1.50.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ed5f0c1148556a051bd470b5082d5e50786395a6]

        INTEGRATION: CWS os8 (1.3.42.1.48); FILE MERGED 2003/04/03 07:10:25 os 1.3.42.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d465ab6fc45bd90eb2aae4db147d776ff73b326d]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:24 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8fe735abda3ce3e78b0284b70bea06f7b94a47dd]

        INTEGRATION: CWS os8 (1.9.4.1.8); FILE MERGED 2003/04/03 07:10:24 os 1.9.4.1.8.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1cf41312189462bbda5d09384c8697192528acc0]

        INTEGRATION: CWS configapi01 (1.24.6.2.6); FILE MERGED 2003/04/11 14:36:09 jb 1.24.6.2.6.3: #1077715# Fixed: delivered wrong directory 2003/04/10 14:39:59 jb 1.24.6.2.6.2: #107715# Move configuration backend API out of drafts; add ldap module 2003/03/07 15:11:48 ghiggins 1.24.6.2.6.1: #104673# moved sso apis out of drafts

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4c29c6d93869abb08ec779ed3c045409377058db]

        INTEGRATION: CWS os8 (1.15.138); FILE MERGED 2003/04/03 07:10:23 os 1.15.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [eb118145846aedaf2aa3e21661f34f9ba33ba655]

        INTEGRATION: CWS os8 (1.4.30.1.50); FILE MERGED 2003/04/03 07:10:20 os 1.4.30.1.50.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1ce9c2ef0c07e42194551a3c31e0701a04dbdc40]

        INTEGRATION: CWS os8 (1.10.146); FILE MERGED 2003/04/03 07:10:20 os 1.10.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [130d01cdb33102cb28636166764a6e55ad687825]

        INTEGRATION: CWS os8 (1.7.22.1.58); FILE MERGED 2003/04/03 07:10:19 os 1.7.22.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a99c0ad5bd5cd570d272067989786cd13abdd000]

        INTEGRATION: CWS os8 (1.2.138); FILE MERGED 2003/04/03 07:10:19 os 1.2.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [edda792930d561c2ebcdb8a7ddcd6bea78da61af]

        INTEGRATION: CWS os8 (1.11.150); FILE MERGED 2003/04/03 07:10:18 os 1.11.150.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [03f6803f1d243568d5540f677139fa0b2bff3923]

        INTEGRATION: CWS os8 (1.1.2.2.2.2.58); FILE MERGED 2003/04/03 07:10:18 os 1.1.2.2.2.2.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a1e540c072c5d3c91a660d6be1f2981c3f26462c]

        INTEGRATION: CWS os8 (1.4.2.4.2.3.58); FILE MERGED 2003/04/03 07:10:18 os 1.4.2.4.2.3.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e3f466538b7507ce77e1723a0aff1cc25af36c75]

        INTEGRATION: CWS os8 (1.9.2.1.70); FILE MERGED 2003/04/03 07:10:17 os 1.9.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [922669fe31474449dba0ecad86657ecdbf43f010]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:10:17 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [368c26ba37271edeccbc2458b2822bdc078cdacf]

        INTEGRATION: CWS configapi01 (1.15.2); FILE MERGED 2003/04/11 13:46:46 jb 1.15.2.2: #108857# convertToString() cleaned up 2003/04/11 12:07:04 jb 1.15.2.1: #108857# convertToString() should be const

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [71e088a3c6c43d764a810268d9c7970dfcf5a6f2]

        INTEGRATION: CWS os8 (1.5.146); FILE MERGED 2003/04/03 07:10:17 os 1.5.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b0e3ed115c622c9bdbd976991ed6fa6575a29753]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:16 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b81f49e82ee7175a883409d2088b2b143bc6a2ba]

        INTEGRATION: CWS os8 (1.7.2.1.48); FILE MERGED 2003/04/03 07:10:16 os 1.7.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5af5d2e52149f5b52ec0beb310dd4fa6248ee1de]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:15 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [67fd1d957d2c2965c977d7c8b7eee21cc5bdfb8f]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:10:09 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1938575f3432bf242b24f47f0bdc775ef3eed63b]

        INTEGRATION: CWS os8 (1.4.8.1.138); FILE MERGED 2003/04/03 07:10:09 os 1.4.8.1.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [19cadf497d67853e84387cd3b0b2d7a1c1896d40]

        INTEGRATION: CWS os8 (1.1.1.1.180); FILE MERGED 2003/04/03 07:10:08 os 1.1.1.1.180.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8d6d1cc5a60b67593704a4bc3070664fb9186d0d]

        INTEGRATION: CWS os8 (1.9.140); FILE MERGED 2003/04/03 07:10:08 os 1.9.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fae631eec511251bb2572aad0bef61a68f2d0276]

        INTEGRATION: CWS os8 (1.2.174); FILE MERGED 2003/04/03 07:10:07 os 1.2.174.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cfdca3488f970c7433274f62486691fc6b9a7367]

        INTEGRATION: CWS os8 (1.4.170); FILE MERGED 2003/04/03 07:10:07 os 1.4.170.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [81f882ef3b315a4898329a1663be0f441681369e]

        INTEGRATION: CWS os8 (1.21.2.2.20); FILE MERGED 2003/04/03 07:10:06 os 1.21.2.2.20.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [95c1a9d1e7610057d63913bafefb0b5067c679e6]

        INTEGRATION: CWS os8 (1.8.140); FILE MERGED 2003/04/03 07:10:05 os 1.8.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9d89fc250d02be68adee97593ddb4991ec019148]

        INTEGRATION: CWS os8 (1.18.2.2.54); FILE MERGED 2003/04/07 22:20:19 os 1.18.2.2.54.2: RESYNC: (1.18.2.2-1.20); FILE MERGED 2003/04/03 07:10:05 os 1.18.2.2.54.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2fd2e74913dae6e43a79dac08fddabc314335241]

        INTEGRATION: CWS os8 (1.4.146); FILE MERGED 2003/04/03 07:10:04 os 1.4.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [93373d42800bb1f5b3340be20a38ac99908fcee4]

        INTEGRATION: CWS os8 (1.2.174); FILE MERGED 2003/04/03 07:10:04 os 1.2.174.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2cb19d95949b1445ac457635522bbb95f959cbae]

        INTEGRATION: CWS os8 (1.2.166); FILE MERGED 2003/04/03 07:10:03 os 1.2.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [16c864b8af1ac3b414effea27097bf908057aaa8]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:03 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1a8865c1c51377743e4dae9bb338a5e41536768e]

        INTEGRATION: CWS os8 (1.2.160); FILE MERGED 2003/04/03 07:10:02 os 1.2.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8e01d909dadd5114e4dc665cccd0a430108877af]

        INTEGRATION: CWS os8 (1.4.168); FILE MERGED 2003/04/03 07:10:01 os 1.4.168.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e2b18ba550df9a0eb65288cd280b2f09f9ac4ab9]

        INTEGRATION: CWS os8 (1.7.158); FILE MERGED 2003/04/03 07:10:01 os 1.7.158.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b862be5c7c05806c0a6504b47594868b9f7bacf0]

        INTEGRATION: CWS os8 (1.20.2.1.70); FILE MERGED 2003/04/03 07:10:00 os 1.20.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4c8ff6241eb7a9940c830175af3caa9341e44521]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:10:00 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [912b7bb1f063f9c179a172b227e7efb7f85d9095]

        INTEGRATION: CWS os8 (1.3.32.1.58); FILE MERGED 2003/04/03 07:09:59 os 1.3.32.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d7f3b8b18fabeac8784ab113b34da053a3e5e2f7]

        INTEGRATION: CWS os8 (1.6.150); FILE MERGED 2003/04/03 07:09:59 os 1.6.150.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2fefae9a537abab60d7a81f5400b1f47cac67fd9]

        INTEGRATION: CWS configapi01 (1.29.6); FILE MERGED 2003/04/15 13:17:21 jb 1.29.6.3: #107715#,#107962#,#107954# Remove configuration bootstrap and backend/xml directories: packages that contain only services don't build 2003/04/15 11:10:11 jb 1.29.6.2: #107715#,#107962#,#107954# Add bootstrap and xml services 2003/04/10 15:03:11 jb 1.29.6.1: #107715# Add configuration backend API and ldap module

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b336201677ba26424a7c21077ec3c03c542f7adc]

        INTEGRATION: CWS os8 (1.21.2.2.20); FILE MERGED 2003/04/07 22:20:04 os 1.21.2.2.20.2: RESYNC: (1.21.2.2-1.23); FILE MERGED 2003/04/03 07:09:58 os 1.21.2.2.20.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c6f02ee5971aa8c7712ecc803cb90cb961162bc8]

        INTEGRATION: CWS os8 (1.9.2.1.70); FILE MERGED 2003/04/07 22:19:58 os 1.9.2.1.70.2: RESYNC: (1.9.2.1-1.11); FILE MERGED 2003/04/03 07:09:58 os 1.9.2.1.70.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [60220e5db10316f19914d2f00e61b58b2e7b2ca2]

        INTEGRATION: CWS os8 (1.25.140); FILE MERGED 2003/04/07 22:19:53 os 1.25.140.2: RESYNC: (1.25-1.27); FILE MERGED 2003/04/03 07:09:58 os 1.25.140.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [698a7655f6521a9f0a9363b476830b9b6aaf5ae7]

        INTEGRATION: CWS os8 (1.7.10.1.48); FILE MERGED 2003/04/03 07:09:57 os 1.7.10.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e747af0e9729ceff8e7cdeaa2507edcced2523ec]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:57 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f8ae5f01eb31fbba31bdf9fb94412e28a6a422e8]

        INTEGRATION: CWS os8 (1.9.158); FILE MERGED 2003/04/03 07:09:56 os 1.9.158.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9ab55d2a8a363f02c2c82aa59e9ff3892b6c0807]

        INTEGRATION: CWS os8 (1.2.174); FILE MERGED 2003/04/03 07:09:56 os 1.2.174.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5ba2f65f6bb7233611c739bba7816fba94e8e014]

        INTEGRATION: CWS os8 (1.17.138); FILE MERGED 2003/04/07 22:19:43 os 1.17.138.2: RESYNC: (1.17-1.18); FILE MERGED 2003/04/03 07:09:56 os 1.17.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [edd3a1492eb15d46467d4049748875364e2ffec4]

        INTEGRATION: CWS os8 (1.13.138); FILE MERGED 2003/04/03 07:09:55 os 1.13.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [bb41891b6cd066bcf62b6bb68baaffb19ef43e48]

        INTEGRATION: CWS os8 (1.12.4.3.46); FILE MERGED 2003/04/07 22:19:37 os 1.12.4.3.46.2: RESYNC: (1.12.4.3-1.14); FILE MERGED 2003/04/03 07:09:55 os 1.12.4.3.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4c58188668aae3787044af726e4e01183db4136b]

        INTEGRATION: CWS os8 (1.10.4.1.58); FILE MERGED 2003/04/07 22:19:32 os 1.10.4.1.58.2: RESYNC: (1.10.4.1-1.12); FILE MERGED 2003/04/03 07:09:54 os 1.10.4.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [dbd3ca46cab2acb365994f137b1450221f5438b1]

        INTEGRATION: CWS os8 (1.14.138); FILE MERGED 2003/04/07 22:19:26 os 1.14.138.2: RESYNC: (1.14-1.15); FILE MERGED 2003/04/03 07:09:54 os 1.14.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7cc6a67a1095e259ef936203f5c09c1d1a371cce]

        INTEGRATION: CWS os8 (1.12.2.1.18); FILE MERGED 2003/04/07 22:19:20 os 1.12.2.1.18.2: RESYNC: (1.12.2.1-1.16); FILE MERGED 2003/04/03 07:09:54 os 1.12.2.1.18.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b81f812e53bb31cf7fccb1949255c714b2a4c1d0]

        INTEGRATION: CWS os8 (1.4.156); FILE MERGED 2003/04/03 07:09:53 os 1.4.156.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [79f116650299392c0a41edf46f1c06a268b6cd67]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:09:53 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6c12cacf7986a9b97e9d176b206ffb69fbfe42eb]

        INTEGRATION: CWS os8 (1.7.2.1.58); FILE MERGED 2003/04/03 07:09:53 os 1.7.2.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b9a863f1754b7f5274d379fb8174a1105d0034e4]

        INTEGRATION: CWS os8 (1.6.146); FILE MERGED 2003/04/03 07:09:52 os 1.6.146.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [eaf749475488bf7c34a00e2d62f3b988047c5dae]

        INTEGRATION: CWS os8 (1.3.174); FILE MERGED 2003/04/03 07:09:52 os 1.3.174.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4a266a472c2a324a63e57fd5263dbc8641ec20d5]

        INTEGRATION: CWS os8 (1.3.166); FILE MERGED 2003/04/03 07:09:52 os 1.3.166.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [954f8b190469a29305bb611b1776371a643222c7]

        INTEGRATION: CWS os8 (1.15.142); FILE MERGED 2003/04/03 07:09:51 os 1.15.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [71353796c344f38d69b2d1db9b975d575dc35288]

        INTEGRATION: CWS os8 (1.5.142); FILE MERGED 2003/04/07 22:19:06 os 1.5.142.2: RESYNC: (1.5-1.6); FILE MERGED 2003/04/03 07:09:51 os 1.5.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [be3e0e891fc535c3f8bf5e1d8f12ef2102804eb1]

        INTEGRATION: CWS os8 (1.7.12.1.48); FILE MERGED 2003/04/03 07:09:50 os 1.7.12.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0ebba935785eea1e809a201547e8525670d19a27]

        INTEGRATION: CWS os8 (1.8.4.3.48); FILE MERGED 2003/04/03 07:09:47 os 1.8.4.3.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [042f1cabdd789f7b71e1d67c4ea6255fd5706fa2]

        INTEGRATION: CWS os8 (1.4.180); FILE MERGED 2003/04/03 07:09:47 os 1.4.180.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b1150d8c6bad294d3b65414ae34d8f48e4f69325]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:09:46 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0a7c87e17567a06aec1e7993d08cacbf6291e3a8]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:46 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b33e056922a75591ab11b3ea951e4847e74ab1d4]

        INTEGRATION: CWS os8 (1.2.142); FILE MERGED 2003/04/03 07:09:46 os 1.2.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [afdd79b6b222e7c49546904d73912ad0f09693ec]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:45 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5d6f417b87f07bb1c3175f57af0936944ca4c81d]

        INTEGRATION: CWS os8 (1.16.4.7.2.3.58); FILE MERGED 2003/04/03 07:09:45 os 1.16.4.7.2.3.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9a317d9189007a619795f37e510e20dda333ccd7]

        INTEGRATION: CWS os8 (1.3.150); FILE MERGED 2003/04/03 07:09:44 os 1.3.150.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [de8002346925c1ca8679ff94b00995514ead5cd1]

        INTEGRATION: CWS os8 (1.4.14.1.58); FILE MERGED 2003/04/03 07:09:43 os 1.4.14.1.58.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [022ac7edfadcf14bf0425bd341909741fafac71f]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:43 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d59c5c22f28e2b0c2323536393315c566cc2db43]

        INTEGRATION: CWS os8 (1.13.142); FILE MERGED 2003/04/03 07:09:43 os 1.13.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [dbe93901650dc216ede7346621970b08967e0152]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:42 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3126e2b2df7faba3317ac9a54f55c08afd629122]

        INTEGRATION: CWS os8 (1.2.142); FILE MERGED 2003/04/03 07:09:42 os 1.2.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fece05f556779b0b2491a9e4041a8f6cfc910d50]

        INTEGRATION: CWS os8 (1.7.142); FILE MERGED 2003/04/03 07:09:42 os 1.7.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9803d4c76815606d8fa3fc269abddd23998accb6]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:41 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fb0e3189bf4208986bab6dd24171ac2065d5356f]

        INTEGRATION: CWS os8 (1.5.148); FILE MERGED 2003/04/03 07:09:41 os 1.5.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7b161675b493cbf4e3d51f164677d3961febad73]

        INTEGRATION: CWS os8 (1.24.2.3.48); FILE MERGED 2003/04/03 07:09:40 os 1.24.2.3.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [824321ec36f62e647554c1dab90b490d0d4dafba]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:40 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e6faa743ac7ed4e5fa6240735c48e806a0829f3c]

        INTEGRATION: CWS os8 (1.5.142); FILE MERGED 2003/04/03 07:09:39 os 1.5.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6d77689c3dca78d74806ee348ec3f4c665a0ec3d]

        INTEGRATION: CWS os8 (1.3.174); FILE MERGED 2003/04/03 07:09:39 os 1.3.174.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [87fd67f6b79dcd223e3db72a1a117979e4c929b6]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:37 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1ecb7577ceb6db5e1525bf9deaf44c654da3b033]

        INTEGRATION: CWS os8 (1.7.160); FILE MERGED 2003/04/03 07:09:36 os 1.7.160.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1a80848672846ddb81bf6a424351c101e0eb46b0]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:36 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0e64acee439ebe708ddbb8b2d076394671490623]

        INTEGRATION: CWS os8 (1.9.150); FILE MERGED 2003/04/03 07:09:36 os 1.9.150.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4ba4eb4f415b1a263e410142e3564914e2f40834]

        INTEGRATION: CWS os8 (1.5.174); FILE MERGED 2003/04/03 07:09:35 os 1.5.174.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a878a5558f0197d04e5ecdd629d4fd74d27a952c]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:35 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a6761f5a2892c997ff287576b30d27df103d6dd0]

        INTEGRATION: CWS os8 (1.2.142); FILE MERGED 2003/04/03 07:09:35 os 1.2.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1533e91a138ae3a7747d8bf666c89c1ff601377d]

        INTEGRATION: CWS os8 (1.35.6.1.68); FILE MERGED 2003/04/03 07:09:34 os 1.35.6.1.68.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0e393a5dec3d1de8f63a150eefefb1b03fe55ec4]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:34 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2f128bb58499105603c41fbb93b37f3db72459a4]

        INTEGRATION: CWS os8 (1.1.144); FILE MERGED 2003/04/03 07:09:34 os 1.1.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [23aa8fa199329850ac70e7a8732bf61c5ad90310]

        INTEGRATION: CWS os8 (1.20.2.2.46); FILE MERGED 2003/04/07 22:21:14 os 1.20.2.2.46.2: RESYNC: (1.20.2.2-1.23); FILE MERGED 2003/04/03 07:09:33 os 1.20.2.2.46.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ea52b86a9c23d0e16689e69e5359882551883a11]

        INTEGRATION: CWS os8 (1.10.138); FILE MERGED 2003/04/03 07:09:33 os 1.10.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ddad1b2abcc37a5eb30dab176bd24f48ca84b8ca]

        INTEGRATION: CWS os8 (1.2.20.1.54); FILE MERGED 2003/04/03 07:09:32 os 1.2.20.1.54.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fc3919d91ab910e043d17b72e21a8973a48c5ac5]

        INTEGRATION: CWS os8 (1.2.178); FILE MERGED 2003/04/03 07:09:31 os 1.2.178.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ec8d75489039f90975991810a30008c37105fd75]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:31 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f29faa1211506d6f11254bbaf3b795759adb917e]

        INTEGRATION: CWS os8 (1.4.138); FILE MERGED 2003/04/03 07:09:30 os 1.4.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1127e005617a50144ad5044093b4ed49b57b6074]

        INTEGRATION: CWS os8 (1.3.142); FILE MERGED 2003/04/03 07:09:30 os 1.3.142.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c10976a81e3a5aee7c101f0160350470254be42c]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:29 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [343262f65dbe46f8760dcb3b2292dcf0ff2b12b3]

        INTEGRATION: CWS os8 (1.3.138); FILE MERGED 2003/04/03 07:09:29 os 1.3.138.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [30e2f7537c950f7b15a0c3162db115a3bbc09689]

        INTEGRATION: CWS os8 (1.9.148); FILE MERGED 2003/04/03 07:09:26 os 1.9.148.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2892ad5d9ad331b65f7c9404f6b2703c9b70db36]

        INTEGRATION: CWS os8 (1.6.8.1.48); FILE MERGED 2003/04/03 07:09:25 os 1.6.8.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [167eaedeaaff9b2859923848be2d5249f3398267]

        INTEGRATION: CWS os8 (1.16.6.1.48); FILE MERGED 2003/04/03 07:09:25 os 1.16.6.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3f8d482b93396f526158858dce76a044bc00d3d4]

        INTEGRATION: CWS os8 (1.5.144); FILE MERGED 2003/04/03 07:09:25 os 1.5.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2325d1e6fe3d46d5fdc17256e0631feb056a1288]

        INTEGRATION: CWS os8 (1.4.8.1.48); FILE MERGED 2003/04/03 07:09:24 os 1.4.8.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2e0f68aa7fec6097dcd02ee23dbcd5ac7ff99dc6]

        INTEGRATION: CWS os8 (1.47.2.2.48); FILE MERGED 2003/04/03 07:09:24 os 1.47.2.2.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4b2316a511421ad1855e6444ab3ec9a8ebd8ad20]

        INTEGRATION: CWS os8 (1.6.8.1.48); FILE MERGED 2003/04/03 07:09:24 os 1.6.8.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c8c9281399660202454bc037b430ffdeaf7b28dc]

        INTEGRATION: CWS os8 (1.4.144); FILE MERGED 2003/04/03 07:09:23 os 1.4.144.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3544e66b8cd5676b45fd80e3ccd8591b0ac08731]

        INTEGRATION: CWS os8 (1.39.6.2.54); FILE MERGED 2003/04/07 22:22:24 os 1.39.6.2.54.2: RESYNC: (1.39.6.2-1.41); FILE MERGED 2003/04/03 07:09:23 os 1.39.6.2.54.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [244bc594d954a31505c9050c772c6fe2a851016c]

        INTEGRATION: CWS os8 (1.7.2.1.48); FILE MERGED 2003/04/03 07:09:22 os 1.7.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [299d4ba1e2f67e0e3248d3a96f22eca82434d23e]

        INTEGRATION: CWS os8 (1.3.8.1.48); FILE MERGED 2003/04/03 07:09:22 os 1.3.8.1.48.1: #108583# precompiled headers removed

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [325db8c111783878855972dbdcc01142edf235d7]

        INTEGRATION: CWS os8 (1.2.148); FILE MERGED 2003/04/03 07:09:22 os 1.2.148.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a30f3e23b964e832fa78767b272f758c14c17488]

        INTEGRATION: CWS configapi01 (1.4.10); FILE MERGED 2003/04/10 15:47:33 jb 1.4.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [fcd37e9dc5ddac8196dcc43217b35219af09f2f3]

        INTEGRATION: CWS os8 (1.3.142); FILE MERGED 2003/04/03 07:09:21 os 1.3.142.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [461f216192df9ed560dfd30b0c3718024539747b]

        INTEGRATION: CWS configapi01 (1.6.10); FILE MERGED 2003/04/10 15:47:32 jb 1.6.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5e499968137716663ebea6555d77c97fc2209b0b]

        INTEGRATION: CWS os8 (1.2.148); FILE MERGED 2003/04/03 07:09:21 os 1.2.148.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f446072c0dc60a6b8ae63871a94e4fe874c33e74]

        INTEGRATION: CWS configapi01 (1.1.34); FILE MERGED 2003/04/10 15:47:32 jb 1.1.34.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cb0e45c916cfb8200f6d115a4df9e17e283a5edd]

        INTEGRATION: CWS os8 (1.5.146); FILE MERGED 2003/04/03 07:09:21 os 1.5.146.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6036c85bfa8cc9702945cbea0f1842bf27ac18f9]

        INTEGRATION: CWS configapi01 (1.4.10); FILE MERGED 2003/04/10 15:47:31 jb 1.4.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0a585c5d603876d01d24789e9991cc46b9076ef0]

        INTEGRATION: CWS os8 (1.18.142); FILE MERGED 2003/04/03 07:09:20 os 1.18.142.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [33ba051b266e1c91562e74e8718e12448b84b93b]

        INTEGRATION: CWS configapi01 (1.5.10); FILE MERGED 2003/04/11 13:42:07 jb 1.5.10.2: #1077715# Repair broken exception specifications 2003/04/10 15:47:31 jb 1.5.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [51daed8f782b93a884aa72ac1e060f0392bebbdd]

        INTEGRATION: CWS os8 (1.6.2.1.48); FILE MERGED 2003/04/03 07:09:20 os 1.6.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1b7dea8f872c266a5c1eb0b8447047493b8717bd]

        INTEGRATION: CWS configapi01 (1.8.10); FILE MERGED 2003/04/15 10:25:37 jb 1.8.10.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:30 jb 1.8.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d98ab1aafc9256100d977fddb51cfcc355ccb991]

        INTEGRATION: CWS os8 (1.3.8.1.48); FILE MERGED 2003/04/03 07:09:20 os 1.3.8.1.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c597cb751886ed34fce10ac1919e974db3061da7]

        INTEGRATION: CWS configapi01 (1.2.34); FILE MERGED 2003/04/10 15:47:29 jb 1.2.34.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e861a275f7b382588c6777668dce73185a980628]

        INTEGRATION: CWS os8 (1.19.4.1.48); FILE MERGED 2003/04/03 07:09:19 os 1.19.4.1.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a0b378c4d53c59746c66ec73290da712698767e0]

        INTEGRATION: CWS configapi01 (1.9.26); FILE MERGED 2003/04/15 10:25:37 jb 1.9.26.1: #i11893# backend\updatedata.cxx

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [01ffdce899b76c7fa3a0a8e3068a85f206e92580]

        INTEGRATION: CWS configapi01 (1.6.4); FILE MERGED 2003/04/15 10:25:36 jb 1.6.4.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:29 jb 1.6.4.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [15208586e462e0cb5b21ba8894c13d6d63f85654]

        INTEGRATION: CWS os8 (1.10.2.1.48); FILE MERGED 2003/04/03 07:09:18 os 1.10.2.1.48.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [594f3633f836444fdab1c08ff2f10ade83df0e87]

        INTEGRATION: CWS configapi01 (1.4.34); FILE MERGED 2003/04/15 10:25:36 jb 1.4.34.1: #i11893# backend\updatedata.cxx

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0a4908dbff4a030c0051518bad74909f517648fd]

        INTEGRATION: CWS os8 (1.5.148); FILE MERGED 2003/04/03 07:09:18 os 1.5.148.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [76b15b4f0587cc8a097652d58e742f659a1d7c70]

        INTEGRATION: CWS configapi01 (1.10.26); FILE MERGED 2003/04/15 10:25:36 jb 1.10.26.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:29 jb 1.10.26.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ba4dc87a68bfe6d7069024aa2a14b05469945fcf]

        INTEGRATION: CWS os8 (1.2.16.1.144); FILE MERGED 2003/04/07 11:01:06 os 1.2.16.1.144.2: #108583# access library added 2003/04/03 07:09:17 os 1.2.16.1.144.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [fa3aa4be6500f3f60b6350fe59696cf5ec3d25a3]

        INTEGRATION: CWS configapi01 (1.3.4); FILE MERGED 2003/04/14 16:04:10 ssmith 1.3.4.1: #108808# fix for OInnerGroupInfoAccess:XElementAccess

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3b09e275ece5b1a7339990f3a26ab5c2f8d63ee1]

        INTEGRATION: CWS os8 (1.1.1.1.182); FILE MERGED 2003/04/03 07:09:16 os 1.1.1.1.182.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [eb9b0410e0a805432afdf03d03ebfdcd1ae6df73]

        INTEGRATION: CWS configapi01 (1.5.4); FILE MERGED 2003/04/14 16:04:08 ssmith 1.5.4.1: #108808# fix for OInnerGroupInfoAccess:XElementAccess

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c77c0fe6d3fc6f12215b4833cedc223e06064a5e]

        INTEGRATION: CWS os8 (1.8.146); FILE MERGED 2003/04/03 07:09:16 os 1.8.146.1: #108583# precompiled headers removed

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [66b0defd4c926495c991d769531016df30316a85]

        INTEGRATION: CWS configapi01 (1.2.34); FILE MERGED 2003/04/14 16:04:07 ssmith 1.2.34.1: #108808# fix for OInnerGroupInfoAccess:XElementAccess

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [7d2d6e60ea35337aff3c82fca2a649d5794721a2]

        INTEGRATION: CWS configapi01 (1.25.10); FILE MERGED 2003/04/14 16:04:05 ssmith 1.25.10.1: #108808# fix for OInnerGroupInfoAccess:XElementAccess

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9b0859459c5430ed5fee9188b9edd637cb27e08d]

        INTEGRATION: CWS configapi01 (1.4.6); FILE MERGED 2003/04/15 11:50:25 jb 1.4.6.2: #107959# Configuration browser services naming cleaned up 2003/04/11 15:06:49 jb 1.4.6.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9d14ff7dc023462e8c7185638bef99e4dd7cbe63]

        INTEGRATION: CWS os8 (1.3.158); FILE MERGED 2003/04/10 13:09:31 os 1.3.158.1: #108730# IsVisble property added to database fields

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8719e688d218811e2a36171242730a036414d3f6]

        INTEGRATION: CWS configapi01 (1.105.4); FILE MERGED 2003/04/11 15:06:48 jb 1.105.4.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [7db8cc3fb29057c4d29f488c3401b6eda68e4e28]

        INTEGRATION: CWS os8 (1.43.2.1.48); FILE MERGED 2003/04/07 06:39:34 os 1.43.2.1.48.2: #108472# Component property added to TextEmbeddedObject 2003/04/02 11:35:13 os 1.43.2.1.48.1: #108472# support of properties 'Model' and 'CLSID' added to SwXTextEmbeddedObject

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [25296d2c1d0aae5e0016d248ac932e32846af9aa]

        INTEGRATION: CWS configapi01 (1.7.10); FILE MERGED 2003/04/15 10:25:35 jb 1.7.10.1: #i11893# backend\updatedata.cxx

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [423f402ff53d6e9ad4b94a68d5df0d00c992a9d1]

        INTEGRATION: CWS configapi01 (1.11.32); FILE MERGED 2003/04/10 15:47:27 jb 1.11.32.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1019201d650454248a113e5cf3da61510bcb4733]

        INTEGRATION: CWS configapi01 (1.24.10); FILE MERGED 2003/04/10 15:47:27 jb 1.24.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1649f0193fa7ef0772fc6692252569b350e641e9]

        INTEGRATION: CWS configapi01 (1.27.4); FILE MERGED 2003/04/10 15:47:27 jb 1.27.4.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6486f321569527959cf76d1e45f49c3a8ba6e969]

        INTEGRATION: CWS configapi01 (1.5.2.2.14); FILE MERGED 2003/04/15 10:25:34 jb 1.5.2.2.14.4: #i11893# backend\updatedata.cxx 2003/04/11 11:58:36 jb 1.5.2.2.14.3: #107954# Revised exception specifications to allow backend accesses in XBackendEntities 2003/04/10 15:47:24 jb 1.5.2.2.14.2: #1077715# Move configuration backend API out of drafts; adjust to API changes 2003/04/01 16:30:03 cyrillem 1.5.2.2.14.1: #107957# #107960# Adaptation to new location of interfaces and exceptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [bdbf8d2cc8262a683409e7b42cb3794b188fe312]

        INTEGRATION: CWS configapi01 (1.14.10); FILE MERGED 2003/04/16 10:00:34 jb 1.14.10.5: #108681# Correct off-by-one error with new entity-id handling 2003/04/16 07:36:52 jb 1.14.10.4: #108681# Revert change of bootstrap argument name: there were too many extarnal dependencies 2003/04/15 10:25:33 jb 1.14.10.3: #i11893# backend\updatedata.cxx 2003/04/11 11:58:36 jb 1.14.10.2: #107954# Revised exception specifications to allow backend accesses in XBackendEntities 2003/04/10 15:47:24 jb 1.14.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [5cfd9a59bd9729581b2ee193c55600e520d43da8]

        INTEGRATION: CWS configapi01 (1.4.34); FILE MERGED 2003/04/10 15:47:23 jb 1.4.34.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [94745d0e52bd6aa363531a233c607b5ea19a97a1]

        INTEGRATION: CWS configapi01 (1.3.34); FILE MERGED 2003/04/10 15:47:23 jb 1.3.34.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a135ae33d36f3f566d2df057670a9a80896420a2]

        INTEGRATION: CWS os8 (1.8.132); FILE MERGED 2003/04/07 06:37:43 os 1.8.132.2: #108472# Component property added 2003/04/02 11:34:26 os 1.8.132.1: #108472# support of properties 'Model' and 'CLSID' added

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [48632c04a44869e4bd18a687608fc0de0b629b0a]

        INTEGRATION: CWS configapi01 (1.5.10); FILE MERGED 2003/04/15 10:25:33 jb 1.5.10.1: #i11893# backend\updatedata.cxx

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [72a801f20734e997ce71b974783a1de03e0ad821]

        INTEGRATION: CWS os8 (1.4.4); FILE MERGED 2003/04/10 10:13:17 os 1.4.4.1: #108729# IsLabelDocument property added

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f751805d763b1aff4ea315902276712b32c609fd]

        INTEGRATION: CWS configapi01 (1.7.26); FILE MERGED 2003/04/10 15:47:23 jb 1.7.26.2: #1077715# Move configuration backend API out of drafts; adjust to API changes 2003/04/01 16:30:02 cyrillem 1.7.26.1: #107957# #107960# Adaptation to new location of interfaces and exceptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [689283c4e128b0fa1f1cdee0ebae3d3085d683ff]

        INTEGRATION: CWS configapi01 (1.7.26); FILE MERGED 2003/04/11 13:42:06 jb 1.7.26.2: #1077715# Repair broken exception specifications 2003/04/10 15:47:22 jb 1.7.26.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e7b847b1d010f755e2134106a2a5a7479ea72766]

        INTEGRATION: CWS configapi01 (1.4.10); FILE MERGED 2003/04/15 10:25:32 jb 1.4.10.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:22 jb 1.4.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [52c7901df25733e7f27dc1dd056d054227ae55c6]

        INTEGRATION: CWS configapi01 (1.2.10); FILE MERGED 2003/04/10 15:47:21 jb 1.2.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [5d76099b713507824af0351f6374228de086ecae]

        INTEGRATION: CWS configapi01 (1.3.4); FILE MERGED 2003/04/14 16:02:15 ssmith 1.3.4.1: #108808# fix for OInnerGroupInfoAccess:XElementAccess

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0040bcc3327fa06ac55f6c96672466fb74ed715a]

        INTEGRATION: CWS configapi01 (1.8.32); FILE MERGED 2003/04/10 15:47:21 jb 1.8.32.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [676455638586caf4a6905dfbc4ab8451daab613c]

        INTEGRATION: CWS configapi01 (1.2.26); FILE MERGED 2003/04/10 15:47:20 jb 1.2.26.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [097b90585f6c06a2615b58ca708a74800994234e]

        INTEGRATION: CWS configapi01 (1.13.10); FILE MERGED 2003/04/10 15:47:20 jb 1.13.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4531492ad2feeebc9cfc04f1e6a3830338c7a67a]

        INTEGRATION: CWS configapi01 (1.22.8); FILE MERGED 2003/04/10 15:47:20 jb 1.22.8.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [807feddf5588dcd2b45341b6aec0f01cee875e26]

        INTEGRATION: CWS configapi01 (1.4.10); FILE MERGED 2003/04/10 15:47:19 jb 1.4.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4eccdcbd51db6093c3abb78c2471785e0cf6a4bb]

        INTEGRATION: CWS os8 (1.7.4); FILE MERGED 2003/04/07 06:41:43 os 1.7.4.1: #108472# XComponent added

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2cf48fdfbd4fba3bc47b0e0ed2ea33ba8de0329e]

        INTEGRATION: CWS os8 (1.6.4); FILE MERGED 2003/04/07 06:41:30 os 1.6.4.1: #108472# XComponent added

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2cac595a63d11ae6b45ceea77875a814aa7ca1cb]

        INTEGRATION: CWS os8 (1.1.68); FILE MERGED 2003/04/03 06:41:23 cd 1.1.68.1: #108520# Support automatic toolbar button size depending on menu text height

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2b61b3cd8bfc585068315144142797b18e7bf0c0]

        INTEGRATION: CWS os8 (1.35.2); FILE MERGED 2003/04/10 08:37:50 mba 1.35.2.1: #108773#: get MimeType property also for OLE storages

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [96847c18dca75dd04385d9ceb963772946ca8948]

        INTEGRATION: CWS os8 (1.11.72); FILE MERGED 2003/04/10 08:52:35 os 1.11.72.1: #108626# ::ReadCString() now reads more than 256 characters

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [75e381a5e4eed7d73fb7f97451dbb73d14e40744]

        INTEGRATION: CWS os8 (1.22.122); FILE MERGED 2003/04/10 08:46:54 mba 1.22.122.1: #i2822#: use CreateMode from SFX - it might be set after construction

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6fb926a57f1755f8561a50f613f18d790b0015df]

        INTEGRATION: CWS os8 (1.9.142); FILE MERGED 2003/04/10 08:46:43 mba 1.9.142.1: #i2822#: use CreateMode from SFX - it might be set after construction

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0739b525f21e8a3c3be42bb68b0eaead98da7b6b]

        INTEGRATION: CWS os8 (1.24.122); FILE MERGED 2003/04/10 08:46:43 mba 1.24.122.1: #i2822#: use CreateMode from SFX - it might be set after construction

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9e9dfc15fe9065655434429237cfe5da8030a5fa]

        INTEGRATION: CWS os8 (1.60.10); FILE MERGED 2003/04/10 08:46:42 mba 1.60.10.1: #i2822#: use CreateMode from SFX - it might be set after construction

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3b7cd8d93f2f9bc2f8d84e2185b4c4cac710abd5]

        INTEGRATION: CWS os8 (1.20.152); FILE MERGED 2003/04/04 09:46:43 os 1.20.152.1: #108623# HelpId in redline dialog correctly set

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [08e9aef3538b756f9cc0bdfa3b5c0bfcb1c1c798]

        INTEGRATION: CWS os8 (1.36.4); FILE MERGED 2003/04/11 07:36:48 os 1.36.4.1: #108668# numbering dialog in RTL layout: enable RTL at internal virtual devices

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [27305a3132b4838ae669caa4e310150da4bd6161]

        INTEGRATION: CWS configapi01 (1.5.10); FILE MERGED 2003/04/10 15:47:13 jb 1.5.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [6923541d8c92c7430e90ec6e7c17b2cbd49a3f5a]

        INTEGRATION: CWS os8 (1.8.162); FILE MERGED 2003/04/04 09:46:43 os 1.8.162.1: #108623# HelpId in redline dialog correctly set

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8c81bfa88908e13c2f49552f445af43daa7102c2]

        INTEGRATION: CWS configapi01 (1.7.10); FILE MERGED 2003/04/10 15:47:13 jb 1.7.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3a0f37a36c2ca543683215fdebe0e80ad68c751c]

        INTEGRATION: CWS os8 (1.23.158); FILE MERGED 2003/04/04 08:53:35 os 1.23.158.1: #108571# align internal background color member with graphic background

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [02acda7c5d46a8bc83cf71b7d1a4f969d089bc67]

        INTEGRATION: CWS configapi01 (1.4.4); FILE MERGED 2003/04/10 15:47:13 jb 1.4.4.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9612181d2c0d7ced6f5c13bcb0303142f301fb1d]

        INTEGRATION: CWS configapi01 (1.5.2); FILE MERGED 2003/04/16 10:28:55 jb 1.5.2.2: #107715# Uninitialized context variable 2003/04/10 15:47:12 jb 1.5.2.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [982c78485c2710eefbba25ee759b6fc2543d3875]

        INTEGRATION: CWS configapi01 (1.4.34); FILE MERGED 2003/04/10 15:47:12 jb 1.4.34.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [41d9ca0630d2483f4f9c670423afdd70425efbef]

        INTEGRATION: CWS os8 (1.35.154); FILE MERGED 2003/04/04 09:46:41 os 1.35.154.1: #108623# HelpId in redline dialog correctly set

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a28a9b6fff1929d00fa35b5dde0115c060d4e193]

        INTEGRATION: CWS configapi01 (1.5.32); FILE MERGED 2003/04/15 10:25:30 jb 1.5.32.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:12 jb 1.5.32.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [5374cebbaae3fa940a50a9fd2438aa0f905351a4]

        INTEGRATION: CWS configapi01 (1.4.10); FILE MERGED 2003/04/11 11:58:35 jb 1.4.10.2: #107954# Revised exception specifications to allow backend accesses in XBackendEntities 2003/04/10 15:47:11 jb 1.4.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1ce34d81eb1e6aa9813beaae0259375852313087]

        INTEGRATION: CWS configapi01 (1.8.10); FILE MERGED 2003/04/11 13:42:05 jb 1.8.10.3: #1077715# Repair broken exception specifications 2003/04/11 11:58:35 jb 1.8.10.2: #107954# Revised exception specifications to allow backend accesses in XBackendEntities 2003/04/10 15:47:11 jb 1.8.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ebdfe7c21e838bd255f2f63776c5059e039bf403]

        INTEGRATION: CWS configapi01 (1.3.10); FILE MERGED 2003/04/10 15:47:11 jb 1.3.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [aba3ed7f3311907cbe78d8493d7424fe7e5301cc]

        INTEGRATION: CWS configapi01 (1.8.4); FILE MERGED 2003/04/10 15:47:10 jb 1.8.4.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2995da4a5b9f623744afc01a04eac318adcdb03d]

        INTEGRATION: CWS configapi01 (1.2.10); FILE MERGED 2003/04/10 15:47:10 jb 1.2.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [594e3532de8194bc3a021aeb9f49214571c57381]

        INTEGRATION: CWS configapi01 (1.4.34); FILE MERGED 2003/04/15 10:25:29 jb 1.4.34.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:09 jb 1.4.34.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [14dbaa9e7cb858809fca44a7e86a73b9b1ec5c75]

        INTEGRATION: CWS configapi01 (1.7.32); FILE MERGED 2003/04/15 10:25:29 jb 1.7.32.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:09 jb 1.7.32.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [aef6ec625eb4a4f4988e1d5be6559a7017a29a8f]

        INTEGRATION: CWS configapi01 (1.5.10); FILE MERGED 2003/04/10 15:47:08 jb 1.5.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c5bbc4137e68584ab307c68aac9fa95e0da74f31]

        INTEGRATION: CWS os8 (1.17.82); FILE MERGED 2003/04/10 17:05:57 dvo 1.17.82.1: #108730# load/save IsVisible property for database fields (text:display=none/value)

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [039274ada9616ded0e4606f0137783879e58d12f]

        INTEGRATION: CWS configapi01 (1.8.10); FILE MERGED 2003/04/10 15:47:08 jb 1.8.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [27c2af2194bda753dca23097f2c2ea4fe6753c13]

        INTEGRATION: CWS os8 (1.44.6); FILE MERGED 2003/04/10 17:05:56 dvo 1.44.6.1: #108730# load/save IsVisible property for database fields (text:display=none/value)

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9335b552f32f8f270ff378745ebcc22c3da4a256]

        INTEGRATION: CWS configapi01 (1.3.34); FILE MERGED 2003/04/10 15:47:07 jb 1.3.34.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f835f70fa856ce8e57f3ac7b398ed3c46dc41889]

        INTEGRATION: CWS os8 (1.48.6); FILE MERGED 2003/04/10 17:05:58 dvo 1.48.6.1: #108730# load/save IsVisible property for database fields (text:display=none/value)

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2dd236dc8ad06d70430d1d153c378de6c33317c8]

        INTEGRATION: CWS configapi01 (1.6.34); FILE MERGED 2003/04/10 15:47:07 jb 1.6.34.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [48c5fa18c04e51f32bb2c4a2eeaae8c72c01c39f]

        INTEGRATION: CWS os8 (1.7.82); FILE MERGED 2003/04/10 17:04:39 dvo 1.7.82.1: #108730# load/save IsVisible property (text:display=none/value) for database fields

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6a80b30c3d467a31f592a03247d554fa9a96211a]

        INTEGRATION: CWS configapi01 (1.5.10); FILE MERGED 2003/04/15 10:25:28 jb 1.5.10.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:07 jb 1.5.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8fdb24d3accdd9cdb1d0c2f10fed53136d1a5ce7]

        INTEGRATION: CWS os8 (1.20.82); FILE MERGED 2003/04/10 17:04:37 dvo 1.20.82.1: #108730# load/save IsVisible property (text:display=none/value) for database fields

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b82439dca46f4cbd30a8c535720e14c11334f864]

        INTEGRATION: CWS configapi01 (1.15.2); FILE MERGED 2003/04/15 10:25:28 jb 1.15.2.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:06 jb 1.15.2.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cf4c16e1179c81b7afb00d96e5e04c94bdafc542]

        INTEGRATION: CWS os8 (1.53.6); FILE MERGED 2003/04/10 17:12:25 dvo 1.53.6.1: #108730# add text:display attribute to database fields          also fix DTD error: database-row-select -> database-select

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [76073e2688ac20e9ba19e65042a7a3d74f43f414]

        INTEGRATION: CWS configapi01 (1.2.26); FILE MERGED 2003/04/15 10:25:28 jb 1.2.26.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:06 jb 1.2.26.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2c3e3405fdfd61b5fcde376e8f982e39cfe8db63]

        INTEGRATION: CWS configapi01 (1.2.26); FILE MERGED 2003/04/15 10:25:27 jb 1.2.26.3: #i11893# backend\updatedata.cxx 2003/04/11 13:42:05 jb 1.2.26.2: #1077715# Repair broken exception specifications 2003/04/10 15:47:05 jb 1.2.26.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c1f31bb955f846e3e063f91dd25f8fe99b3bd001]

        INTEGRATION: CWS configapi01 (1.3.10); FILE MERGED 2003/04/10 15:47:05 jb 1.3.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [41e14953bd6c93b8fb94c57e1a9fa9b06e13929d]

        INTEGRATION: CWS configapi01 (1.4.10); FILE MERGED 2003/04/11 13:42:05 jb 1.4.10.2: #1077715# Repair broken exception specifications 2003/04/10 15:47:05 jb 1.4.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6ca0c61afa3dd3565a9b8921d970fea50b9b2775]

        INTEGRATION: CWS configapi01 (1.2.26); FILE MERGED 2003/04/15 10:25:27 jb 1.2.26.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:04 jb 1.2.26.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a1cd3e52d6e3bde4ef942d899fc61ad2f9bb6583]

        INTEGRATION: CWS configapi01 (1.2.26); FILE MERGED 2003/04/15 10:25:26 jb 1.2.26.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:04 jb 1.2.26.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [aebc8a52374701d47c8ab58028029364d008a6b6]

        INTEGRATION: CWS configapi01 (1.3.10); FILE MERGED 2003/04/15 10:25:26 jb 1.3.10.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:03 jb 1.3.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [547acee4da9f7edbbc89277837286cede1892e63]

        INTEGRATION: CWS configapi01 (1.4.26); FILE MERGED 2003/04/15 10:25:26 jb 1.4.26.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:03 jb 1.4.26.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2c961b8b0d1e9f3c5fd586a0aba13ec3d707175b]

        INTEGRATION: CWS configapi01 (1.5.10); FILE MERGED 2003/04/10 15:47:02 jb 1.5.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [84aaf6db0a66538daa2ed26fb1491b96aa9d82a7]

        INTEGRATION: CWS configapi01 (1.7.4); FILE MERGED 2003/04/10 15:47:02 jb 1.7.4.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3f3e231738185b7fdb0fa1e4bcbb8deed442e893]

        INTEGRATION: CWS configapi01 (1.3.34); FILE MERGED 2003/04/15 10:25:25 jb 1.3.34.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:02 jb 1.3.34.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [edffb0271c42efcba532a6fdb55b8932497ada3e]

        INTEGRATION: CWS configapi01 (1.6.26); FILE MERGED 2003/04/15 10:25:25 jb 1.6.26.2: #i11893# backend\updatedata.cxx 2003/04/10 15:47:01 jb 1.6.26.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [793ac69241d811aa3f7672fb03aabfc277e5b42c]

        INTEGRATION: CWS configapi01 (1.1.28); FILE MERGED 2003/04/10 15:47:01 jb 1.1.28.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [7626604b9d0eaaebf04d3b2f7ad4c54ac1406d50]

        INTEGRATION: CWS configapi01 (1.1.28); FILE MERGED 2003/04/11 13:42:04 jb 1.1.28.2: #1077715# Repair broken exception specifications 2003/04/10 15:47:01 jb 1.1.28.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4aad65bbd60393f97b2657c5f7b1731d575578df]

        INTEGRATION: CWS configapi01 (1.7.10); FILE MERGED 2003/04/10 15:47:00 jb 1.7.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b10ec2cb09797660471875a427f468a1f77df6cd]

        INTEGRATION: CWS configapi01 (1.5.10); FILE MERGED 2003/04/10 15:47:00 jb 1.5.10.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2cf373173735b34a38f6229900033d4f12ab4f86]

        INTEGRATION: CWS configapi01 (1.12.2); FILE MERGED 2003/04/10 15:46:59 jb 1.12.2.1: #1077715# Move configuration backend API out of drafts; adjust to API changes

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c49d959850ff45de15d25427e9654fee294ba628]

        INTEGRATION: CWS sw009 (1.31.2.2.44); FILE MERGED 2003/04/03 10:39:40 hbrinkm 1.31.2.2.44.3: RESYNC: (1.31.2.2-1.31.2.3); FILE MERGED 2003/03/21 13:17:45 od 1.31.2.2.44.2: #108340# <SwTabFrm::Cut()> - init local variable <pSct> 2003/03/14 11:34:49 od 1.31.2.2.44.1: #i9040# <SwTabFrm::Format(..)> - adjustment for correct table alignment

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [db7254979b4983549956165de6b3baf5c3bf64f7]

        INTEGRATION: CWS sdk01 (1.4.42); FILE MERGED 2003/03/07 07:40:31 jsc 1.4.42.1: #107900# bugfix using tdmgr instead or registry files

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9a47aa60b660fccd1ab63cad9364eba1d135ab51]

        INTEGRATION: CWS sw009 (1.6.2.1.70); FILE MERGED 2003/04/01 10:28:10 oj 1.6.2.1.70.1: #108106# set current column position

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ebf7bcdf0e7d86f38a9e9fa4fb2163518abf2f3c]

        INTEGRATION: CWS sdk01 (1.1.1.1.58); FILE MERGED 2003/03/07 07:39:42 jsc 1.1.1.1.58.1: #107900# change command line help

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [22758a31fa3df8b464df299c5198a7eec039f1b5]

        INTEGRATION: CWS sw009 (1.38.8.1.70); FILE MERGED 2003/03/18 09:56:16 oj 1.38.8.1.70.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e7ce98d7165adadc5631e2ff6e26fb77d63d998d]

        INTEGRATION: CWS sdk01 (1.12.40); FILE MERGED 2003/03/07 07:40:30 jsc 1.12.40.1: #107900# bugfix using tdmgr instead or registry files

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2551c9655489cc7cb38a109c01d39005ecea37a9]

        INTEGRATION: CWS sw009 (1.2.10.1.28); FILE MERGED 2003/03/18 09:56:16 oj 1.2.10.1.28.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [be87d44c7f5de4d3a9257d7872d4309538f9497e]

        INTEGRATION: CWS sdk01 (1.34.2.10.2.3.2.1.54); FILE MERGED 2003/03/28 14:41:01 jsc 1.34.2.10.2.3.2.1.54.1: #107389# no check for some type, only temporary

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e7c68a82b2df73a840b80c00f2ebb23fb913247e]

        INTEGRATION: CWS sw009 (1.3.2.1.28); FILE MERGED 2003/03/18 09:56:16 oj 1.3.2.1.28.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [66b23bacd42c174549232a203c70d3714b839783]

        INTEGRATION: CWS sdk01 (1.2.88); FILE MERGED 2003/04/07 09:10:53 mi 1.2.88.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [02f6d9f3b765df1972557288efef7aa51142ebae]

        INTEGRATION: CWS sw009 (1.1.4.3.28); FILE MERGED 2003/03/18 12:25:31 oj 1.1.4.3.28.1: #106149# add two new methods

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [647064f93708a7ab19eab2912265e26c70dd8853]

        INTEGRATION: CWS sdk01 (1.2.88); FILE MERGED 2003/04/07 09:10:52 mi 1.2.88.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [05288290dc6fd8a20eddf85a60abf2c9e5bc3b13]

        INTEGRATION: CWS sw009 (1.8.26.1.28); FILE MERGED 2003/03/18 09:56:15 oj 1.8.26.1.28.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [fd926777b9e28279b9885e3c8f8d4c8d95bb0da0]

        INTEGRATION: CWS sdk01 (1.1.78); FILE MERGED 2003/04/07 09:10:52 mi 1.1.78.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3a761cad0374be378062273207c1be9b6df369b9]

        INTEGRATION: CWS sdk01 (1.2.14.1.38); FILE MERGED 2003/04/07 09:10:51 mi 1.2.14.1.38.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6a9999f12b4c5300cb992d2e120625c6cf5dd083]

        INTEGRATION: CWS sdk01 (1.6.76); FILE MERGED 2003/04/07 09:10:49 mi 1.6.76.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e12a97d67048c0b85f840f2f46a15bb83742df80]

        INTEGRATION: CWS sdk01 (1.1.6.1.18); FILE MERGED 2003/04/07 09:10:48 mi 1.1.6.1.18.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b3bd1aebf782a14893c1670fc15d0cd10af2742f]

        INTEGRATION: CWS sdk01 (1.1.6.1.18); FILE MERGED 2003/04/07 09:10:47 mi 1.1.6.1.18.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f388692121c17291e26a7d7c42fd8c5d67ea35ec]

        INTEGRATION: CWS sdk01 (1.1.6.1.18); FILE MERGED 2003/04/10 17:32:31 jsc 1.1.6.1.18.2: RESYNC: (1.1.6.1-1.3); FILE MERGED 2003/04/07 09:10:46 mi 1.1.6.1.18.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [af2fbd70268d97bb8ce5fc472de2b357db75fead]

        INTEGRATION: CWS sdk01 (1.3.76); FILE MERGED 2003/04/07 09:10:46 mi 1.3.76.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [810581b47ca2af7903b9e66b57dfc2487274b4bc]

        INTEGRATION: CWS sw009 (1.6.54); FILE MERGED 2003/03/18 09:57:31 oj 1.6.54.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [96ca11f9643404876e68323b7ce03979712bac29]

        INTEGRATION: CWS sdk01 (1.5.76); FILE MERGED 2003/04/07 09:10:46 mi 1.5.76.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6d4a9a50fc9fe53698e7e8bd247d56827f83b258]

        INTEGRATION: CWS sdk01 (1.1.6.1.18); FILE MERGED 2003/04/07 09:10:45 mi 1.1.6.1.18.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [72cc091a13a2d7827296df2d9adccd2b2b3beec8]

        INTEGRATION: CWS sdk01 (1.1.86); FILE MERGED 2003/04/07 09:10:42 mi 1.1.86.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ee1b12a385b1c62319761afcd50312a2ce52206e]

        INTEGRATION: CWS sdk01 (1.2.76); FILE MERGED 2003/04/07 09:10:42 mi 1.2.76.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [febb40b2219c12d4cfb6ab3b16ca25e772aec407]

        INTEGRATION: CWS sdk01 (1.2.76); FILE MERGED 2003/04/07 09:10:41 mi 1.2.76.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [01b4abb79024cd8860ccf05fa05e839fab95b4de]

        INTEGRATION: CWS sdk01 (1.2.76); FILE MERGED 2003/04/07 09:10:40 mi 1.2.76.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [41cfb1232dd529c98a1b5eebbf834a3a0d8ec00d]

        INTEGRATION: CWS sdk01 (1.2.80); FILE MERGED 2003/04/11 12:11:56 jsc 1.2.80.3: #107627# resolve conflicts 2003/04/10 16:26:41 jsc 1.2.80.2: #107627# resolve conflict 2003/04/07 09:10:40 mi 1.2.80.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f3500d044d2be080a9f319fb95c71e89f6344625]

        INTEGRATION: CWS sdk01 (1.2.12); FILE MERGED 2003/04/15 15:09:21 mi 1.2.12.1: #107627# @since tags added

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c1429555b5930e7bd0d45b379d192f6e0cb4e812]

        INTEGRATION: CWS sdk01 (1.2.8.1.38); FILE MERGED 2003/04/07 09:10:39 mi 1.2.8.1.38.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3a610063d13ebaeccb414e8317ae69b5d54bc3a4]

        INTEGRATION: CWS sdk01 (1.2.76); FILE MERGED 2003/04/07 09:10:39 mi 1.2.76.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9c1d4848bbf37d1e49ed86af9a355796eef9038f]

        INTEGRATION: CWS sdk01 (1.1.88); FILE MERGED 2003/04/07 09:10:37 mi 1.1.88.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f96942bac542b2628bdf6d7b73d0bd9a080d5d5f]

        INTEGRATION: CWS sdk01 (1.1.18.1.38); FILE MERGED 2003/04/07 09:10:37 mi 1.1.18.1.38.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1021e582c0bf81268e558ed120fa4347d016241e]

        INTEGRATION: CWS sdk01 (1.5.78); FILE MERGED 2003/04/07 07:46:46 mi 1.5.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [7f8a18af699365c81ad2a56fc22269d70adae94b]

        INTEGRATION: CWS sdk01 (1.1.84); FILE MERGED 2003/04/07 09:10:35 mi 1.1.84.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [7cab70dda9810e25424227598ba50f117f5b7ce0]

        INTEGRATION: CWS sdk01 (1.3.82); FILE MERGED 2003/04/07 09:10:35 mi 1.3.82.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8af50139e90b02d27688b7d76d3b9cbc07b90547]

        INTEGRATION: CWS sdk01 (1.1.84); FILE MERGED 2003/04/07 09:10:34 mi 1.1.84.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [50e582ed4c0dbffb8d7d779615744c865396aa4a]

        INTEGRATION: CWS sdk01 (1.1.78); FILE MERGED 2003/04/07 09:10:34 mi 1.1.78.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8214a5a7545f30aee58221ff16d538adc2463aef]

        INTEGRATION: CWS sdk01 (1.2.76); FILE MERGED 2003/04/07 09:10:34 mi 1.2.76.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c77c2bec71980c7d39119792f69e90bbad62a4ba]

        INTEGRATION: CWS sdk01 (1.1.94); FILE MERGED 2003/04/07 09:10:33 mi 1.1.94.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ccc53b30d5cfb2042e4f97e221f4a1abc652bdb2]

        INTEGRATION: CWS sdk01 (1.2.78); FILE MERGED 2003/04/07 07:46:42 mi 1.2.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2573def2ea21da0f4e7c207dd6277d97bd7c9c26]

        INTEGRATION: CWS sdk01 (1.2.78); FILE MERGED 2003/04/07 07:46:41 mi 1.2.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [5c4393192e9b0fa4f7866d9346b63090cb013582]

        INTEGRATION: CWS sdk01 (1.2.78); FILE MERGED 2003/04/07 07:46:39 mi 1.2.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [80a4b3b589a516392bcf1ad932619701eb95e250]

        INTEGRATION: CWS sw009 (1.3.2.2.16); FILE MERGED 2003/03/12 16:23:14 hbrinkm 1.3.2.2.16.1: #108049# only move instead of deleting if changed cells

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c2cbb8020303995c922eecf4b86876693b045fdb]

        INTEGRATION: CWS sdk01 (1.3.78); FILE MERGED 2003/04/07 07:46:36 mi 1.3.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ddb2628f3537152900516e1a65f360a8570cd6d5]

        INTEGRATION: CWS sw009 (1.16.4.1.82); FILE MERGED 2003/03/17 16:42:04 fme 1.16.4.1.82.2: #107009# Wrong condition for right border restriction for table columns - only GetRight has to be checked 2003/03/17 16:07:39 fme 1.16.4.1.82.1: #107009# Wrong condition for right border restriction for table columns

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b8114f0e05f8e8b7c36085217b728c49d96572e8]

        INTEGRATION: CWS sdk01 (1.3.78); FILE MERGED 2003/04/07 07:46:35 mi 1.3.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a512e17316032cf6afc0fe55b7dd684656cfff47]

        INTEGRATION: CWS sw009 (1.38.2.4.24); FILE MERGED 2003/04/03 10:37:35 hbrinkm 1.38.2.4.24.3: RESYNC: (1.38.2.4-1.38.2.5); FILE MERGED OD - solve merge conflict: use new helper method <_ExecPgUpAndPgDown(..)> and include invalidate of page status. method <SwPagePreViewWin::MouseBottomDown(..) - include invalidate of page status. 2003/03/24 09:07:05 od 1.38.2.4.24.2: #108282# <SwPagePreView::GetStatusStr(..)> - show physical and virtual page number of selected page, if it is visible 2003/03/13 18:47:01 od 1.38.2.4.24.1: #108123# <lcl_GetNextZoomStep> - correct access on array of zoom steps

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [34a8632a56105c65aa7f95390eace0d0954ad57c]

        INTEGRATION: CWS sdk01 (1.2.78); FILE MERGED 2003/04/07 07:46:34 mi 1.2.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [389e5848102f40c051eaaa32b4c839fdf08483c3]

        INTEGRATION: CWS sw009 (1.17.124); FILE MERGED 2003/03/26 15:13:14 fme 1.17.124.1: #108435# Unlock controller for AdjustCellWidth event

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b7bb900770952c36d8a2c275573c4d39952628cc]

        INTEGRATION: CWS sdk01 (1.4.78); FILE MERGED 2003/04/07 07:46:34 mi 1.4.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [81ad3d9e4832cdb2603bba22ba42e08c685f3de5]

        INTEGRATION: CWS sw009 (1.37.2.2.26); FILE MERGED 2003/03/26 15:10:50 fme 1.37.2.2.26.1: #107759# Toolbar options should be applied to all of our three fonts except from the font name

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b01bb8b75582f39db86eaa5d0a447551e8bad29b]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:10:33 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [69d81e7bee4c3936cefe09f37efa49e0d700446f]

        INTEGRATION: CWS sw009 (1.8.128); FILE MERGED 2003/03/17 15:49:29 fme 1.8.128.1: #107310# LRE hack for formulas in tables

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d2156fec327c2ec2f03b84a70cbeab818461e33e]

        INTEGRATION: CWS sdk01 (1.5.76); FILE MERGED 2003/03/24 16:07:20 mi 1.5.76.1: #i12550# parameter documentation improved

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f96e79d15d13683ffed4d15c0889fc6aa5b62ca3]

        INTEGRATION: CWS sw009 (1.10.2.3.24); FILE MERGED 2003/04/03 10:37:39 hbrinkm 1.10.2.3.24.2: RESYNC: (1.10.2.3-1.10.2.4); FILE MERGED 2003/03/24 09:04:24 od 1.10.2.3.24.1: #108282# class <SwPagePreView> - delete member <mnVirtPage> and its accessor

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3e9af39d4f979ccc9b74878ff895ffe747194ea3]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:10:31 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2b48db115cbff1767ec7440ede2faed37cbf5633]

        INTEGRATION: CWS sw009 (1.27.2.7.2.1.18); FILE MERGED 2003/04/03 10:38:10 hbrinkm 1.27.2.7.2.1.18.2: RESYNC: (1.27.2.7.2.1-1.27.2.7.2.2); FILE MERGED 2003/03/24 13:01:01 oj 1.27.2.7.2.1.18.1: #107782# use korean language id instead of latiin one

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f66d5b1940f175ef5ad1e38da28717d48262cb09]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:10:30 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [f89bd26e26707b2930de09738004762e69f82e59]

        INTEGRATION: CWS sw009 (1.8.124); FILE MERGED 2003/03/24 14:01:28 mib 1.8.124.1: #i2198#: remove '?' from internal URL's

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f8b74c3fb72871373734213e2ec475ef18ebc279]

        INTEGRATION: CWS sdk01 (1.2.80); FILE MERGED 2003/04/11 12:11:25 jsc 1.2.80.3: #107627# resolve conflicts 2003/04/10 16:24:56 jsc 1.2.80.2: #107627# resolve conflict 2003/04/07 09:10:30 mi 1.2.80.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [91feb6d5cd21dbcc2875b86d5e2ed4ce55a8279f]

        INTEGRATION: CWS sw009 (1.20.2.1.44); FILE MERGED 2003/03/24 14:01:28 mib 1.20.2.1.44.2: #i2198#: remove '?' from internal URL's 2003/03/18 09:53:38 oj 1.20.2.1.44.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [bb431ea5f876c39171ce20227e038c88bd9d9749]

        INTEGRATION: CWS sw009 (1.7.2.2.28); FILE MERGED 2003/03/18 09:53:38 oj 1.7.2.2.28.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [350dae5d50eba23a99e2b69dbf729c8bfdc790d1]

        INTEGRATION: CWS sdk01 (1.11.76); FILE MERGED 2003/04/07 07:46:32 mi 1.11.76.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [946bb4140d97a99da5a40357729a540d5c87393d]

        INTEGRATION: CWS sw009 (1.11.2.1.44); FILE MERGED 2003/03/24 14:01:27 mib 1.11.2.1.44.1: #i2198#: remove '?' from internal URL's

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6d00ea87d01427dab96a726ea841d0b9ad97872e]

        INTEGRATION: CWS sdk01 (1.1.4.1.18); FILE MERGED 2003/04/07 09:10:30 mi 1.1.4.1.18.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ae4369c430c5cdfe059fa107aaa8c5d9d74de063]

        INTEGRATION: CWS sw009 (1.16.2.1.26); FILE MERGED 2003/03/24 14:01:27 mib 1.16.2.1.26.1: #i2198#: remove '?' from internal URL's

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b7b4900f4069134cb5882d7f60e23bc6e7996efa]

        INTEGRATION: CWS sdk01 (1.1.4.1.18); FILE MERGED 2003/04/07 09:10:29 mi 1.1.4.1.18.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [959f299693d8aef3fa8c600ef2ab82f744b43f64]

        INTEGRATION: CWS sdk01 (1.5.76); FILE MERGED 2003/04/11 12:10:42 jsc 1.5.76.2: #i12560# update docu 2003/03/24 16:07:20 mi 1.5.76.1: #i12550# parameter documentation improved

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [80f7db1be5db0c6d947faf08b652be2ea1fe3907]

        INTEGRATION: CWS sw009 (1.10.2.2.40); FILE MERGED 2003/03/28 11:32:29 od 1.10.2.2.40.1: #108470# <ViewShell::ViewShell(..)> - initialize print preview layout after layout is created

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2f4d9550597cc93a4fd9df92d682f840e08b197e]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:10:29 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5f7120c5335227404da01f9b492713bf58d7b0c6]

        INTEGRATION: CWS sw009 (1.1.2.3.40); FILE MERGED 2003/04/03 10:38:25 hbrinkm 1.1.2.3.40.2: RESYNC: (1.1.2.3-1.1.2.4); FILE MERGED 2003/03/24 09:01:30 od 1.1.2.3.40.1: #108282# class <SwPagePreviewLayout> - new method <GetVirtPageNumByPageNum(..)>

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b7c70c8e52ff1837dd07253cfd90d8940a513cf9]

        INTEGRATION: CWS sw009 (1.18.8.1.6.1.26); FILE MERGED 2003/03/27 18:01:28 dvo 1.18.8.1.6.1.26.1: #108299#  #i9058# fix SwXRedline::getTypes()

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ab174989b72c1fef5b208ca4b5c9fcd713420716]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:10:28 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1a31b6ad22f6c1a53d3fe5da2f8a4e8e439ae7a4]

        INTEGRATION: CWS sdk01 (1.1.4.2.18); FILE MERGED 2003/04/10 17:41:44 jsc 1.1.4.2.18.2: RESYNC: (1.1.4.2-1.4); FILE MERGED 2003/04/07 09:10:28 mi 1.1.4.2.18.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [8aa9d4287c47e633c15ceb71d34edfd5a02591cf]

        INTEGRATION: CWS sw009 (1.4.124); FILE MERGED 2003/03/24 12:39:55 dvo 1.4.124.2: #108116# undo for cell splitting fixed 2003/03/24 12:16:08 dvo 1.4.124.1: #108116# fix undo of table cell splitting

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c405f2a900fcf886f48d857705a96ad15f774814]

        INTEGRATION: CWS sdk01 (1.1.88); FILE MERGED 2003/04/07 09:10:27 mi 1.1.88.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ef14f6b86661183f63d8d0d43565b06e07b2490c]

        INTEGRATION: CWS sw009 (1.64.2.2.44); FILE MERGED 2003/04/03 10:38:40 hbrinkm 1.64.2.2.44.2: RESYNC: (1.64.2.2-1.64.2.3); FILE MERGED 2003/03/26 14:00:29 fme 1.64.2.2.44.1: #107493# GetCrsrOfst should return the index matching the bounding box of GetCharRect

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e4fba82cbf31f256fcfcc0e8ff013c45e62c69c0]

        INTEGRATION: CWS sdk01 (1.10.26.1.38); FILE MERGED 2003/03/07 13:21:52 jsc 1.10.26.1.38.1: #108047# correct docu

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [5df649dc812075b98666e88c7fb7e095f1c7d199]

        INTEGRATION: CWS sw009 (1.56.2.1.44); FILE MERGED 2003/03/17 12:28:08 od 1.56.2.1.44.1: #i11760# <SwTxtFrm::InitCtor()> - init new flag <mbFollowFormatAllowed>

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [09605871b39fa5753f75bb891099c7d2bb8dcef3]

        INTEGRATION: CWS sdk01 (1.1.78); FILE MERGED 2003/04/07 09:10:26 mi 1.1.78.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [bd5747ee24a8456092a14c3a97a81774b6d3bfdd]

        INTEGRATION: CWS sw009 (1.53.2.3.26); FILE MERGED 2003/03/26 13:59:56 fme 1.53.2.3.26.1: #107493# GetCrsrOfst should return the index matching the bounding box of GetCharRect

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [20515b51bb9321dd4dfdf652c915823bf4c57675]

        INTEGRATION: CWS sdk01 (1.1.76); FILE MERGED 2003/04/07 09:10:25 mi 1.1.76.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ff9b1f93141610b5590d725d1c68b8b7a80417d3]

        INTEGRATION: CWS sdk01 (1.1.78); FILE MERGED 2003/04/07 09:10:25 mi 1.1.78.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [d8a2ce4422280953ce5850e8d4f48b9fcfc2da40]

        INTEGRATION: CWS sw009 (1.33.2.1.44); FILE MERGED 2003/03/27 08:17:12 od 1.33.2.1.44.3: #108181# <SwTxtFrm::FormatAdjust(..)> and <SwTxtFrm::_AdjustFollow(..)> - improve code on join/split frame 2003/03/21 14:15:21 od 1.33.2.1.44.2: #108121# <SwTxtFrm::FormatAdjust(..)> and <SwTxtFrm::_AdjustFollow(..)> - on join/split frame consider, if text frame contains content or has a numbering. 2003/03/17 12:39:06 od 1.33.2.1.44.1: #i11760# <SwTxtFrm::CalcFollow(..)> - intrinsic follow format controlled by new flag <bFollowFormatAllowed> and avoid nested follow format by <SwTxtFrm::CalcFollow(..)>, if follow is contained in column frame

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e427ce291535f0ca374103a8326ac75e51d1503d]

        INTEGRATION: CWS sdk01 (1.2.4); FILE MERGED 2003/04/15 15:09:19 mi 1.2.4.1: #107627# @since tags added

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c3f6999c11fb417c18347ef44cc18874e596cd4c]

        INTEGRATION: CWS sw009 (1.38.2.1.44); FILE MERGED 2003/04/03 10:39:12 hbrinkm 1.38.2.1.44.2: RESYNC: (1.38.2.1-1.38.2.2); FILE MERGED 2003/03/17 12:26:20 od 1.38.2.1.44.1: #i11760# <SwLayoutFrm::FormatWidthCols(..)> - adjust method call <CalcCntnt(..)> to avoid follow format of text frames

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4fff4ac7b2d142dafb2cdf8216f582268d7b790d]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:10:24 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1d620dc56cafdf15637b2114e459995fe1b4c802]

        INTEGRATION: CWS sdk01 (1.1.78); FILE MERGED 2003/04/07 09:10:24 mi 1.1.78.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [726d2d45eb2cceadae7f71a7232956e998f9a23d]

        INTEGRATION: CWS sw009 (1.22.2.1.24); FILE MERGED 2003/04/03 10:39:34 hbrinkm 1.22.2.1.24.3: RESYNC: (1.22.2.1-1.22.2.2); FILE MERGED 2003/03/28 08:58:29 od 1.22.2.1.24.2: #i12711# <SwSectionFrm::MoveCntntAndDelete(..)> - check for parent section merge, even if section doesn't contain content 2003/03/25 13:50:43 od 1.22.2.1.24.1: #108339# <SwSectioFrm::SplitSect(..)> - correct determination of layout frame for restoring content

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4a0ed4a89350e89dbc4ec4de81c5ab902519d67a]

        INTEGRATION: CWS sw009 (1.41.2.1.44); FILE MERGED 2003/04/01 06:35:10 fme 1.41.2.1.44.3: #108369# Calculation of scaling of OLE objects should be performed _after_ call of PrtOLENotify 2003/03/25 13:52:53 od 1.41.2.1.44.2: #108339# <_InsertCnt(..)> - init of section direct after insertion into layout 2003/03/24 15:56:09 dvo 1.41.2.1.44.1: #108116# to avoid problems with GCLines later, it is necessary for the document          to always be in GCLines-clean state. To achieve this, the Layout will          call GCLines on any new table it encounters. UpdateTblFlds ensures          that formulas still work correctly.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2ce067bd6ba67b9a190ddd0133176b8b74e4d9ae]

        INTEGRATION: CWS sdk01 (1.2.12); FILE MERGED 2003/04/15 15:09:17 mi 1.2.12.1: #107627# @since tags added

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2e77db0cf7d9066b19b74b871c69d6c49173e6ea]

        INTEGRATION: CWS sw009 (1.37.2.2.26); FILE MERGED 2003/03/17 12:23:55 od 1.37.2.2.26.1: #i11760# <CalcCntnt(..)> - new paramter <bNoCalcFollow> to control follow format of text frames

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [15fd76efc56767986826cefda27bd1ec50e2885b]

        INTEGRATION: CWS sw009 (1.27.2.1.76); FILE MERGED 2003/03/17 12:16:29 od 1.27.2.1.76.1: #i11760# class <SwTxtFrm> - new flag to control format of follows.

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [e4a42ac897bba8c24ae90be0f5757378c0f86e72]

        INTEGRATION: CWS sw009 (1.5.132); FILE MERGED 2003/03/17 12:19:51 od 1.5.132.1: #i11760# class <SwTabFrm> - adjust friend declaration of method <CalcCntnt(..)>

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [638ad763a0e8e5df378e8043b30cee60af56ff64]

        INTEGRATION: CWS sdk01 (1.5.6.1.18); FILE MERGED 2003/04/10 16:55:18 jsc 1.5.6.1.18.2: RESYNC: (1.5.6.1-1.7); FILE MERGED 2003/03/07 13:40:05 jsc 1.5.6.1.18.1: #107389# correct docu

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c5bc58fea84169e6c531db53723c13b04e10fd67]

        INTEGRATION: CWS sdk01 (1.6.8.1.38); FILE MERGED 2003/04/07 07:46:29 mi 1.6.8.1.38.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1678696d4f3045cda448be0c3eb98247949e4972]

        INTEGRATION: CWS sw009 (1.6.4.1.44); FILE MERGED 2003/03/17 12:18:11 od 1.6.4.1.44.1: #i11760# - insert declaration of method <CalcCntnt(..)>

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [783958f8f366d99e7d697be6d0f2280b5cc8b99d]

        INTEGRATION: CWS sw009 (1.28.2.1.76); FILE MERGED 2003/03/26 13:59:36 fme 1.28.2.1.76.1: #107493# GetCrsrOfst should return the index matching the bounding box of GetCharRect

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [86c7bf1ee4ced5bdaa2f91f40a4b36f57e3be57d]

        INTEGRATION: CWS sdk01 (1.15.6.1.18); FILE MERGED 2003/04/07 07:46:28 mi 1.15.6.1.18.2: #107627# marked interface elements new in OOo 1.1 SDK with @since tag 2003/03/24 16:14:23 mi 1.15.6.1.18.1: #i12609# documentation for superscript/subscript corrected

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [af29101ebbf25a24a0b444dda6c898aa1459a589]

        INTEGRATION: CWS sw009 (1.4.132); FILE MERGED 2003/03/19 15:46:56 od 1.4.132.1: #106329# class <SwTOXBaseSection> - extend parameter lists of methods <Update(..)> and <GenerateText(..)>

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [cfca356c8405a8e12db3be72ab4312ba77454756]

        INTEGRATION: CWS sdk01 (1.1.80); FILE MERGED 2003/04/07 09:10:23 mi 1.1.80.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [392a1024505d262a3a4ca72d4e91989712271a00]

        INTEGRATION: CWS sw009 (1.20.2.3.26); FILE MERGED 2003/04/03 10:39:46 hbrinkm 1.20.2.3.26.2: RESYNC: (1.20.2.3-1.20.2.4); FILE MERGED 2003/03/21 09:07:43 od 1.20.2.3.26.1: #100556# - undo changes for rev. 1.20.2.3

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [b95c4b1e80c7b0b3af7a6511bb532256c9a281fa]

        INTEGRATION: CWS sdk01 (1.9.78); FILE MERGED 2003/04/07 07:46:24 mi 1.9.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [4862eef100fadfd46318122f89a57a341221eba6]

        INTEGRATION: CWS sw009 (1.27.2.2.26); FILE MERGED 2003/03/18 09:53:37 oj 1.27.2.2.26.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f7f5057963bdcbf5d25741867eb787d9f12d4a7f]

        INTEGRATION: CWS sdk01 (1.3.4.1.38); FILE MERGED 2003/04/07 09:10:22 mi 1.3.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2bfa1d58db15613533a3083654ddecfc0cd4177c]

        INTEGRATION: CWS sdk01 (1.2.12); FILE MERGED 2003/04/15 15:09:16 mi 1.2.12.1: #107627# @since tags added

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [87147ef7a323f28fe66c87130889923a536e87d5]

        INTEGRATION: CWS sw009 (1.11.136); FILE MERGED 2003/03/19 15:52:56 od 1.11.136.1: #106329# <SwNode::FindPageDesc(..)> - consider new output parameter <pPgDescNdIdx>

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [eb9a98d25bbb8ebdeeafc1651f4aba30f652848a]

        INTEGRATION: CWS sw009 (1.4.2.4.2.3.44); FILE MERGED 2003/03/27 15:14:40 dvo 1.4.2.4.2.3.44.1: #106741# take care of (UNO-)cursors when deleting tables

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [cdf308b3a46355f2e0008c1670dc3413e77ed82e]

        INTEGRATION: CWS sdk01 (1.6.6.1.18); FILE MERGED 2003/04/10 16:17:48 jsc 1.6.6.1.18.2: #107389# resolve conflict 2003/03/07 13:42:10 jsc 1.6.6.1.18.1: #107389# use TableSortDescriptor as parent

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1f69df84af63193c6e16b62f33c9aa3f44ad33e3]

        INTEGRATION: CWS sdk01 (1.8.78); FILE MERGED 2003/04/07 07:46:22 mi 1.8.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [c76cf1c60f4a96368f9951b8d9ed241883a19ac6]

        INTEGRATION: CWS sw009 (1.4.8.1.124); FILE MERGED 2003/03/24 12:12:18 dvo 1.4.8.1.124.1: #108116# call GCLines to clean up table structure;          also verify table/frame structure in debug builds; c/o fme

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ef1e5210853752398340cfc62d724bdda420a405]

        INTEGRATION: CWS sdk01 (1.6.2.1.38); FILE MERGED 2003/04/07 07:46:22 mi 1.6.2.1.38.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [33c6ed749dd7dfcf8050d370eeb3da7507fc694e]

        INTEGRATION: CWS sw009 (1.20.2.1.56); FILE MERGED 2003/03/19 15:49:31 od 1.20.2.1.56.1: 106329# <SwTOXBaseSection::Update(..)> and <SwTOXBaseSection::GenerateText(..)> - improve selection of used page description for tab calculation

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [7fea553b128c198f0c73a823aad7dbd8aacfe72a]

        INTEGRATION: CWS sdk01 (1.1.16.1.38); FILE MERGED 2003/04/07 09:10:20 mi 1.1.16.1.38.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3b83cad5c5ec924a5e8cf89a78995f4c9ef5c332]

        INTEGRATION: CWS sw009 (1.16.4.7.2.3.44); FILE MERGED 2003/04/15 10:51:42 fme 1.16.4.7.2.3.44.3: #i3250# Table cursor in cells with more than one paragraph without expansion 2003/04/01 13:06:23 hbrinkm 1.16.4.7.2.3.44.2: #i12312# SwCursor::IsSelOvr 2003/03/31 09:35:33 fme 1.16.4.7.2.3.44.1: #i3250# UpDown for table cursor if starting box has more than one paragraph

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [15e2ff285b4668f125163e3f7bf92fa3da1c11d4]

        INTEGRATION: CWS sdk01 (1.6.6.1.38); FILE MERGED 2003/03/07 13:20:49 jsc 1.6.6.1.38.1: #108047# correct scope of used type

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [2781b887e6ff05436871290bc6c5049a927b861b]

        INTEGRATION: CWS sw009 (1.4.14.1.44); FILE MERGED 2003/03/28 10:39:06 dvo 1.4.14.1.44.1: #107400# SwPaM assignment now does not touch the other Ring elements

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [80e1ced8769ef825b6c8421fdd9156b7739706bd]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:10:18 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [3b22de991b10f18fccfde42b3eb413755ccfcc97]

        INTEGRATION: CWS sw009 (1.47.2.2.26); FILE MERGED 2003/03/26 13:59:00 fme 1.47.2.2.26.1: #107493# GetCrsrOfst should return the index matching the bounding box of GetCharRect

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ca76094368038dfd345269afb95b6ebd0cc50bb6]

        INTEGRATION: CWS sw009 (1.7.130); FILE MERGED 2003/03/24 13:48:21 mib 1.7.130.1: #108377#: IsVisibleChildrenOnly corrected for root frame

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2f9a9aabb2f22a64728ee127e79e97fd7e590571]

        INTEGRATION: CWS sdk01 (1.1.8.1.38); FILE MERGED 2003/04/07 09:10:17 mi 1.1.8.1.38.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [9c5d32aa74cc572525fd5007e349fd0398b54dee]

        INTEGRATION: CWS sw009 (1.1.2.3.40); FILE MERGED 2003/04/03 10:40:49 hbrinkm 1.1.2.3.40.2: RESYNC: (1.1.2.3-1.1.2.4); FILE MERGED 2003/03/26 10:22:24 od 1.1.2.3.40.1: #108282# class <SwPagePreviewLayout> - adjust method <Prepare(..)>, delete unused member <mpSelectedPageFrm>, add new method <GetVirtPageNumByPageNum>

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [7cf5a3b7914a10834f2e6ae61207f7658ea74d06]

        INTEGRATION: CWS sdk01 (1.2.4); FILE MERGED 2003/04/15 15:09:15 mi 1.2.4.1: #107627# @since tags added

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [a7f193146e2be48d3f7733b2525b668682377535]

        INTEGRATION: CWS sw009 (1.4.130); FILE MERGED 2003/03/19 15:51:05 od 1.4.130.1: #106329# <SwNode::FindPageDesc(..)> - extend parameter list

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c8b0c0cc0663a135756616a42a3560fd643b2f8a]

        INTEGRATION: CWS sdk01 (1.2.78); FILE MERGED 2003/04/07 09:10:14 mi 1.2.78.1: #107627# new idls marked with @since

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [cc63f3f550be4c8fe22cc8c6ff874812eefae20e]

        INTEGRATION: CWS sw009 (1.9.2.1.26); FILE MERGED 2003/03/26 14:00:56 fme 1.9.2.1.26.1: #107493# GetCrsrOfst should return the index matching the bounding box of GetCharRect

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [aa25c73d1868609af35d6c20cfb952d74a2f7ac9]

        INTEGRATION: CWS sdk01 (1.2.78); FILE MERGED 2003/04/07 09:10:13 mi 1.2.78.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1675b1af8549987266c5633bd10e02b77e6453d5]

        INTEGRATION: CWS sdk01 (1.2.78); FILE MERGED 2003/04/07 09:10:12 mi 1.2.78.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [de54478b18de1f571d2174e0997c4205a9d14475]

        INTEGRATION: CWS sdk01 (1.1.90); FILE MERGED 2003/04/07 09:10:11 mi 1.1.90.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c176d48e028e0aae7379185e4331987b43dae106]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:10:09 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c74a9664e67d7e0d1d190ebfca510e05d34da84b]

        INTEGRATION: CWS sdk01 (1.7.78); FILE MERGED 2003/03/07 13:21:51 jsc 1.7.78.1: #108047# correct docu

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6cac1e497b98051e255293dcc190a427b0ca5349]

        INTEGRATION: CWS sdk01 (1.2.80); FILE MERGED 2003/04/07 09:10:02 mi 1.2.80.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [7c442df2f0f3cb4018ac6d5209ab80dadf47e397]

        INTEGRATION: CWS sdk01 (1.2.4); FILE MERGED 2003/04/15 15:09:13 mi 1.2.4.1: #107627# @since tags added

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [03fda0f5d1290f42b4446c2c4994908eed31ceda]

        INTEGRATION: CWS sdk01 (1.1.90); FILE MERGED 2003/04/07 07:46:18 mi 1.1.90.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [505e57a1c5aea1da8724f5768e8c211ea13261dd]

        INTEGRATION: CWS sdk01 (1.3.80); FILE MERGED 2003/04/07 09:10:02 mi 1.3.80.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [26ec7b39abd293fb763d9ec3650f7d747250943c]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:10:01 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e2d9e0a3a8c0e57c52473159f7f6e8c378635b83]

        INTEGRATION: CWS sdk01 (1.3.12); FILE MERGED 2003/04/15 15:09:13 mi 1.3.12.1: #107627# @since tags added

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [009e32844b505c263895f9c720c57bb8151c57a6]

        INTEGRATION: CWS sw009 (1.5.72); FILE MERGED 2003/03/21 15:21:04 oj 1.5.72.1: #104026# fix toolbox problem with comboboxes

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4042bebcde359c819fd403bd11477f5f44d86409]

        INTEGRATION: CWS sdk01 (1.2.76); FILE MERGED 2003/04/07 09:10:00 mi 1.2.76.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6e0a1959b859719499a814fd7a2798b451b8cda8]

        INTEGRATION: CWS sdk01 (1.9.2.1.38); FILE MERGED 2003/04/07 07:46:17 mi 1.9.2.1.38.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8974b3a9c66a4da79ab244490cd063e7f681dfbd]

        INTEGRATION: CWS sdk01 (1.2.4); FILE MERGED 2003/04/15 15:09:12 mi 1.2.4.1: #107627# @since tags added

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [38c6a4b734c62461c4bb0d7cbbd2592189047e6b]

        INTEGRATION: CWS sdk01 (1.3.80); FILE MERGED 2003/04/07 09:10:00 mi 1.3.80.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9964250d6ea13e88816e00477a4776aed63c6622]

        INTEGRATION: CWS sdk01 (1.2.80); FILE MERGED 2003/04/07 07:46:17 mi 1.2.80.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [df34da11ec1dfa4ce3bdcf6dfc23ce74ec2c8b9e]

        INTEGRATION: CWS sdk01 (1.3.80); FILE MERGED 2003/04/07 09:09:59 mi 1.3.80.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [bca4a04b33c66dd47a220f67ccbb7b085d1ee74e]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:09:59 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0d7d52fb3f97ef041375e54a211dea71d4e68afd]

        INTEGRATION: CWS sdk01 (1.4.76); FILE MERGED 2003/04/07 07:46:16 mi 1.4.76.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [834d2c8f6cbe5f8afd94862d0aaaf03b0b3f092a]

        INTEGRATION: CWS sdk01 (1.7.2.1.28); FILE MERGED 2003/04/07 07:46:15 mi 1.7.2.1.28.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d2d3dd441edfa0f4f0a4d42e8eea85bdb8b43111]

        INTEGRATION: CWS sdk01 (1.1.90); FILE MERGED 2003/04/07 09:09:56 mi 1.1.90.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1c6036441dbdde57f3ed471e737a8e2ac6537da8]

        INTEGRATION: CWS sdk01 (1.1.82); FILE MERGED 2003/04/10 16:08:14 jsc 1.1.82.2: #107627# resolve conflict 2003/04/07 09:09:55 mi 1.1.82.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [315fb5d788b52421fa612415ee0daf447b78747a]

        INTEGRATION: CWS sdk01 (1.1.88); FILE MERGED 2003/04/07 09:09:55 mi 1.1.88.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6f7e39718d538212e6fe5c1a3085f64d36f2d843]

        INTEGRATION: CWS sdk01 (1.2.12); FILE MERGED 2003/04/15 15:09:11 mi 1.2.12.1: #107627# @since tags added

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d6aec1dfb35c62761c99d6ffdce552509dd62443]

        INTEGRATION: CWS sdk01 (1.10.6.5.38); FILE MERGED 2003/04/07 07:46:13 mi 1.10.6.5.38.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4704524cd91fb181dc02dc85b516394ecfb4efff]

        INTEGRATION: CWS sdk01 (1.2.88); FILE MERGED 2003/04/07 09:09:54 mi 1.2.88.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c2a1e3c0be3df9d1ed391ae01b7272d53c9a9881]

        INTEGRATION: CWS sdk01 (1.1.90); FILE MERGED 2003/04/07 09:09:54 mi 1.1.90.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0a0a99c878bac3046b2de9cbdc4995c87a19f5fe]

        INTEGRATION: CWS sdk01 (1.1.82); FILE MERGED 2003/04/10 16:08:14 jsc 1.1.82.2: #107627# resolve conflict 2003/04/07 09:09:53 mi 1.1.82.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [78f09452a7601fb8d109c74b698cf5024a4f051b]

        INTEGRATION: CWS sdk01 (1.2.4); FILE MERGED 2003/04/15 15:09:10 mi 1.2.4.1: #107627# @since tags added

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [af0519ff0b29b27d6916c232f5a2ee9c12a5a05e]

        INTEGRATION: CWS sdk01 (1.1.4.1.38); FILE MERGED 2003/04/07 09:09:53 mi 1.1.4.1.38.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d199e938f09e9edb4963eceecbb0375acf8254af]

        INTEGRATION: CWS sdk01 (1.13.78); FILE MERGED 2003/03/07 13:23:57 jsc 1.13.78.1: #108047# correct docu

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f11883eafe5a292bd8746ea2f5faafa9e3dd09bb]

        INTEGRATION: CWS sdk01 (1.7.76); FILE MERGED 2003/04/07 07:46:08 mi 1.7.76.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [25c8beda77b20c659b930f0557d56ba749982296]

        INTEGRATION: CWS sdk01 (1.8.76); FILE MERGED 2003/04/07 07:46:07 mi 1.8.76.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9b770d53db826acf6cb87bf39d796793f35175e5]

        INTEGRATION: CWS sdk01 (1.7.76); FILE MERGED 2003/04/07 07:46:07 mi 1.7.76.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [26a8ae44948b6567cbc8618f2b1fbcb81800e8e2]

        INTEGRATION: CWS sdk01 (1.8.76); FILE MERGED 2003/04/07 07:46:06 mi 1.8.76.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [82daaa630fc9ffb997b5e2ba6bef0dd4271d4fa4]

        INTEGRATION: CWS sdk01 (1.8.78); FILE MERGED 2003/04/07 07:46:06 mi 1.8.78.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [bad20cf1b525d91c18c62a487ea7212575331b66]

        INTEGRATION: CWS sdk01 (1.7.76); FILE MERGED 2003/04/07 07:46:05 mi 1.7.76.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [57cba81326495e59483e10513d3afeba48b01f0d]

        INTEGRATION: CWS sdk01 (1.11.76); FILE MERGED 2003/04/07 07:46:04 mi 1.11.76.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c511c6c13b34911d66eea287c4ddbabbbe126e02]

        INTEGRATION: CWS sdk01 (1.9.76); FILE MERGED 2003/04/07 07:46:03 mi 1.9.76.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4556fdfe23667a388ca5888034a1ed304c24c3a8]

        INTEGRATION: CWS sdk01 (1.5.76); FILE MERGED 2003/03/07 13:21:49 jsc 1.5.76.1: #108047# correct docu

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0434d40f9f19c552b4c9310be69cffa5c33af345]

        INTEGRATION: CWS sdk01 (1.27.4.1.6); FILE MERGED 2003/04/10 11:44:57 jsc 1.27.4.1.6.1: #108153# remove directory create flag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [51664000a8ff4d75fc34c11c68b237794bb46b3d]

        INTEGRATION: CWS sdk01 (1.13.4); FILE MERGED 2003/04/11 16:42:45 jsc 1.13.4.1: #108153# use zip quiet mode under windows

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0ae968d5bfda083759075389678340a6d9de1baa]

        INTEGRATION: CWS sdk01 (1.1.4.1.6); FILE MERGED 2003/04/10 11:46:33 jsc 1.1.4.1.6.1: #108153# insert pkgchk flag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a96ec9ab90e4e308ca07c239c93523b05840be90]

        INTEGRATION: CWS sdk01 (1.1.4.1.6); FILE MERGED 2003/04/11 13:26:37 jsc 1.1.4.1.6.4: #108799# use lib prefix (temporary) 2003/04/10 11:47:35 jsc 1.1.4.1.6.3: #108799# use new naming convention for uno components 2003/03/28 14:42:15 jsc 1.1.4.1.6.2: #108153# correct rpath option 2003/03/28 14:04:28 jsc 1.1.4.1.6.1: #108153# use rpath ORIGIN option for linking

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [971777a20159333a76fc5698230a7d71fed58061]

        INTEGRATION: CWS sdk01 (1.7.6.1.6); FILE MERGED 2003/04/10 11:52:37 jsc 1.7.6.1.6.1: #108153# remove dir create flag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c5e3370006c5af0a72db41f8b2d5d213d79a01c2]

        INTEGRATION: CWS sdk01 (1.2.4.1.6); FILE MERGED 2003/04/10 11:57:36 jsc 1.2.4.1.6.1: #108153# remove create dir falg

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [114c1fbb6aa85376ab435c40eb5b04e12820780d]

        INTEGRATION: CWS sw009 (1.11.14.1.88); FILE MERGED 2003/03/25 11:42:39 oj 1.11.14.1.88.1: #107903# call base class

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [03c5c8c5074667bed7666db649fe1311d33035c4]

        INTEGRATION: CWS sdk01 (1.54.4.1.6); FILE MERGED 2003/04/11 12:43:03 jsc 1.54.4.1.6.7: #108153# remove forte integration, not usable 2003/04/10 15:32:51 jsc 1.54.4.1.6.6: #108153# resolve conflict 2003/04/10 15:11:08 jsc 1.54.4.1.6.5: #108799# use new naming convention for uno components 2003/04/10 12:00:50 jsc 1.54.4.1.6.4: #108799# use new naming convention for uno components 2003/03/28 13:55:43 jsc 1.54.4.1.6.3: #108153# change samples directory structure 2003/03/13 15:43:34 jsc 1.54.4.1.6.2: #108153# remove juh, is already in the office 2003/03/13 12:19:06 jsc 1.54.4.1.6.1: #108153# improve usability

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [742ae202ef8bc28a10dfbc7f5bcb736863053207]

        INTEGRATION: CWS sw009 (1.49.2.2.48); FILE MERGED 2003/03/18 09:59:07 oj 1.49.2.2.48.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [0d7839453262d03e6e1d3c28adcb5079033335ba]

        INTEGRATION: CWS sw009 (1.12.144); FILE MERGED 2003/03/18 09:59:06 oj 1.12.144.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [12851f83b81f9cf1b23f237c958e3dc79e30f353]

        INTEGRATION: CWS sw009 (1.16.2.1.40); FILE MERGED 2003/03/27 12:53:48 oj 1.16.2.1.40.1: #107234# move wrqapper to comphelper

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [1b17371e4944faf1f9946ef2a6b570a25c83f980]

        INTEGRATION: CWS sw009 (1.14.8.1.40); FILE MERGED 2003/03/27 12:53:49 oj 1.14.8.1.40.1: #107234# move wrqapper to comphelper

2003-04-17  Vladimir Glazounov  <vg@openoffice.org>  [b3043dab8d8a52cc6dc78056e87645a3ec5ea714]

        INTEGRATION: CWS sw009 (1.29.2.2.34); FILE MERGED 2003/04/02 12:04:20 hbrinkm 1.29.2.2.34.2: RESYNC: (1.29.2.2-1.29.2.3); FILE MERGED 2003/03/18 09:51:01 oj 1.29.2.2.34.1: #107657# moved GetScriptTypeOfLanguage to svtools SvtLanguageOptions

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d3dd17d971d2f7bda1902c2819199f72723589c5]

        INTEGRATION: CWS sdk01 (1.9.4.1.6); FILE MERGED 2003/04/10 11:39:29 jsc 1.9.4.1.6.2: #108799# use new naming convention for uno components 2003/03/13 09:05:30 jsc 1.9.4.1.6.1: #108153# improve usability

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4a67c4bf2d68ecf7b00bf972d7b160cb78f90d93]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 14:10:37 jsc 1.1.2.1: #108153# moved from GraphicsInserter directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [754208aa608fb0d55bc61aa133e00ddfefc875d4]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 13:57:53 jsc 1.1.2.1: #108153# moved from writer/WriterSelector directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a96512196c203094b0241b85e86098433a95a0f5]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 13:57:52 jsc 1.1.2.1: #108153# moved from writer/WriterSelector directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [79ecf65e487b978388d6750a8e2c49f67957c1d7]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 13:57:51 jsc 1.1.2.1: #108153# moved from writer/WriterSelector directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d2992ccb3e26ef5b7aa6c337002f6ad080f56735]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 13:57:50 jsc 1.1.2.1: #108153# moved from writer/WriterSelector directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8247c719056c350d892b472a70dabf2b288d183f]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 14:11:29 jsc 1.1.2.2: #108153# insert GraphicsInserter example 2003/03/12 13:57:49 jsc 1.1.2.1: #108153# moved from writer/WriterSelector directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [cccd038eaaa5c477b820f43af9cc51b538e24f71]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 13:57:48 jsc 1.1.2.1: #108153# moved from writer/WriterSelector directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d718036fc9fc78fb9729fb8112119e954cba23ae]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 14:10:33 jsc 1.1.2.1: #108153# moved from GraphicsInserter directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [aab4e5f8eb46b305506b32c65d0c3c66076c81a0]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 14:59:14 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [058d1f48d26adce19437a0c8635071edff6e2320]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 14:59:11 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [895e07550e8c0bb6a20da0fb107ce2349169fd03]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/04/10 11:41:29 jsc 1.1.2.3: #108799# use new naming convention for uno components 2003/03/12 15:36:46 jsc 1.1.2.2: #108153# insert CalcAddins.sxc 2003/03/12 14:59:09 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c1ad1ef9c49527ccff7df125798cd38055cbc5f5]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/04/10 11:41:31 jsc 1.1.2.2: #108799# use new naming convention for uno components 2003/03/12 14:59:13 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [72cbca1e53248fa799c1afd31902f22512672bb7]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 14:59:16 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a46f93c44de8b9427a6bfffc5124fd81d38e0d1c]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 14:59:17 jsc 1.1.2.1: #108153# moved from calc/CalcAddin directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [afaa7d93b3f382c83a6527a669f590dd7e5d71bb]

        INTEGRATION: CWS sdk01 (1.4.12.1.6); FILE MERGED 2003/04/10 11:40:47 jsc 1.4.12.1.6.2: #108799# use new naming convention for uno components 2003/03/13 09:05:29 jsc 1.4.12.1.6.1: #108153# improve usability

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0991d6c19ef952fe61cc675c95b0fc9d8e04e7ee]

        INTEGRATION: CWS sdk01 (1.6.12.1.6); FILE MERGED 2003/03/13 09:05:29 jsc 1.6.12.1.6.1: #108153# improve usability

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9ef131f8c679bdbdca6d047deef257c700fb3e22]

        INTEGRATION: CWS sdk01 (1.5.12.1.6); FILE MERGED 2003/04/10 11:42:06 jsc 1.5.12.1.6.1: #108799# use new naming convention for uno components

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [63d7020ccf5665602560713d83a4ef9b894d4bfb]

        INTEGRATION: CWS sdk01 (1.9.12.1.6); FILE MERGED 2003/04/10 11:38:21 jsc 1.9.12.1.6.1: #108799# use new naming convention for uno components

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e9fba3ea689a6e3d97053a3f29a7b11c88155beb]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 14:27:29 jsc 1.1.2.1: #108153# moved from draw directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a381e8994c4b65b051a212119dfe3a56b8d454ba]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 15:02:26 jsc 1.1.2.2: #108153# correct typos 2003/03/12 14:27:28 jsc 1.1.2.1: #108153# moved from draw directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9765e97d833c85bd15ac775472d74fade198b432]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/04/11 13:42:28 jsc 1.1.2.3: #108153# remove brackets 2003/03/13 09:01:35 jsc 1.1.2.2: #107919# insert link to filter list 2003/03/12 13:55:23 jsc 1.1.2.1: #108153# moved from DocumentConverter/Loader/Printer/Saver directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c0e18c92ebcdf80eca2163fa9e1d80e4da5490eb]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 13:55:23 jsc 1.1.2.1: #108153# moved from DocumentConverter/Loader/Printer/Saver directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [cb3f734b843c7b758b8d77dcfab4e8a6d052ab46]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 13:55:21 jsc 1.1.2.1: #108153# moved from DocumentConverter/Loader/Printer/Saver directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [5fafd34aeec583abd97719730f42afafbef71f16]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 13:55:22 jsc 1.1.2.1: #108153# moved from DocumentConverter/Loader/Printer/Saver directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3146b895d10210f864f7996e59401b90d7766ac0]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/03/12 13:55:20 jsc 1.1.2.1: #108153# moved from DocumentConverter/Loader/Printer/Saver directory

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c38d3aa0d3cd65515785256ab462d3e2e0cb2826]

        INTEGRATION: CWS sdk01 (1.5.12.1.6); FILE MERGED 2003/03/13 09:05:27 jsc 1.5.12.1.6.1: #108153# improve usability

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e645add5d9b8dc459c86f738cfc816122d37085c]

        INTEGRATION: CWS sdk01 (1.1.4.1.6); FILE MERGED 2003/04/12 10:13:52 jsc 1.1.4.1.6.2: #108799# new naming convention 2003/04/10 11:34:35 jsc 1.1.4.1.6.1: #108799# use new naming convention for uno components

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [24409e8e8e1445e73a53ce906d80f10fd36b96de]

        INTEGRATION: CWS sdk01 (1.1.4.1.6); FILE MERGED 2003/04/10 11:32:44 jsc 1.1.4.1.6.1: #108799# use new naming convention for uno components

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [978111930de3e1ec128f75bee337db314ce8c1cf]

        INTEGRATION: CWS sdk01 (1.1.4.1.6); FILE MERGED 2003/04/15 08:07:15 jsc 1.1.4.1.6.3: #108799# correct dependency 2003/04/12 10:13:53 jsc 1.1.4.1.6.2: #108799# new naming convention 2003/04/10 11:32:42 jsc 1.1.4.1.6.1: #108799# use new naming convention for uno components

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c477b1152b433918c8dc495d1034e15a15409f09]

        INTEGRATION: CWS sdk01 (1.5.10.1.6); FILE MERGED 2003/03/13 11:38:24 jsc 1.5.10.1.6.1: #108153# improve usability

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9476a7355262fa184a8138d5eb6d6b80b0c15191]

        INTEGRATION: CWS sdk01 (1.3.20.1.6); FILE MERGED 2003/03/13 11:39:21 jsc 1.3.20.1.6.1: #107908# catch exception

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1963339633d31239255c3d3fbefee4b09a8a9cd5]

        INTEGRATION: CWS sdk01 (1.1.14.1.6); FILE MERGED 2003/03/13 12:18:24 jsc 1.1.14.1.6.1: #108153# improve usability

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2b8c094aa14426217f96738e5db2b60722e7b66a]

        INTEGRATION: CWS sdk01 (1.7.4.1.6); FILE MERGED 2003/04/14 09:27:58 jsc 1.7.4.1.6.2: #107900# update rdbmaker options 2003/03/13 11:03:44 jsc 1.7.4.1.6.1: #107906# improve usability

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [0d930c589d515ed0972fcbb08dc96d8dd3163fa2]

        INTEGRATION: CWS sdk01 (1.8.4.1.6); FILE MERGED 2003/03/13 11:03:43 jsc 1.8.4.1.6.2: #107906# improve usability 2003/03/12 09:25:04 jsc 1.8.4.1.6.1: #107916# change Java requirements

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [df36bf3f4af955b3bc29cd4a30aa830908eccdff]

        INTEGRATION: CWS sdk01 (1.7.14.1.6); FILE MERGED 2003/03/12 09:55:28 jsc 1.7.14.1.6.1: #107901# insert title

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [39ef2c17a13e445aef5031d09a39757b30ff66f8]

        INTEGRATION: CWS sdk01 (1.12.4); FILE MERGED 2003/04/11 12:43:03 jsc 1.12.4.1: #108153# remove forte integration, not usable

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2ad146d2564dfab41d7fd5b537402f38cd773573]

        INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED 2003/04/16 09:57:21 jsc 1.1.2.6: #107898# changes back 2003/04/16 09:26:49 jsc 1.1.2.5: #107898# remove tr command 2003/04/15 13:56:39 jsc 1.1.2.4: #107898# use variable for directory check (typo) 2003/04/15 13:44:13 jsc 1.1.2.3: #107898# use variable for directory check (typo) 2003/04/15 08:27:49 jsc 1.1.2.2: #107898# insert space 2003/03/12 09:56:56 jsc 1.1.2.1: #10898# imporve usability

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [273239a647c0b2c9ca30f7ac011bd37db9e1b35a]

        INTEGRATION: CWS sdk01 (1.2.28); FILE MERGED 2003/04/07 09:03:25 mi 1.2.28.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4cd00c9d6d9f89dae93ebb52f43388151e77e1ec]

        INTEGRATION: CWS sdk01 (1.1.30); FILE MERGED 2003/04/07 09:03:24 mi 1.1.30.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [407dff35fcae61db25e1457abd2559055f17a165]

        INTEGRATION: CWS sdk01 (1.1.28); FILE MERGED 2003/04/07 09:03:23 mi 1.1.28.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [40e539a96ad1cabb04767dd9f3f8e4fadf9c360c]

        INTEGRATION: CWS sdk01 (1.1.28); FILE MERGED 2003/04/07 09:03:22 mi 1.1.28.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3860f29f66991556c9d4ea5f47cb98a853c17a02]

        INTEGRATION: CWS sdk01 (1.3.22); FILE MERGED 2003/04/07 09:03:22 mi 1.3.22.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [daa8c2837cea0659d30818f7f6c97c197b310b9f]

        INTEGRATION: CWS sdk01 (1.1.28); FILE MERGED 2003/04/07 09:03:21 mi 1.1.28.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [63bf0baf1e1d24889155636b49c70fbfebebfcac]

        INTEGRATION: CWS sdk01 (1.1.28); FILE MERGED 2003/04/07 09:03:19 mi 1.1.28.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c7962a53b1efb7470b00bcddd04f720dca6718b6]

        INTEGRATION: CWS sdk01 (1.3.28); FILE MERGED 2003/04/07 09:03:15 mi 1.3.28.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8f46aeafbf175308a45a4bf1c703617592b96004]

        INTEGRATION: CWS sdk01 (1.1.30); FILE MERGED 2003/04/07 09:03:15 mi 1.1.30.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [94d6d1313eb20b3d8c67cc9a8a73478dba6038ca]

        INTEGRATION: CWS sdk01 (1.11.20); FILE MERGED 2003/04/07 09:03:14 mi 1.11.20.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8d3baa76fe91cf0ed0498b7768036fcc9bfd4982]

        INTEGRATION: CWS sdk01 (1.8.20); FILE MERGED 2003/04/07 09:03:14 mi 1.8.20.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [80545db405d44e94151f15a079d31a783c6cc3ae]

        INTEGRATION: CWS sdk01 (1.2.28); FILE MERGED 2003/04/07 09:03:13 mi 1.2.28.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [f97038dcd0c357c2fbdfaa099fc68ea855ac006a]

        INTEGRATION: CWS sdk01 (1.2.30); FILE MERGED 2003/04/07 09:03:13 mi 1.2.30.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [83cd9740f05c5f3403ddd70d215d37e8e1e0a53a]

        INTEGRATION: CWS sdk01 (1.1.30); FILE MERGED 2003/04/07 09:03:12 mi 1.1.30.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4ba71b4cb79d788b8b5fda07fa4832d3ec7807de]

        INTEGRATION: CWS sdk01 (1.6.32); FILE MERGED 2003/04/07 09:03:12 mi 1.6.32.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9f098d9a2a3195b52f225b505102de177d31a567]

        INTEGRATION: CWS sdk01 (1.7.32); FILE MERGED 2003/04/07 09:03:12 mi 1.7.32.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [8ebe43cccc32d9fcd249caf8004ae9cec7ca6fcb]

        INTEGRATION: CWS sdk01 (1.2.2.1.10); FILE MERGED 2003/04/07 09:03:09 mi 1.2.2.1.10.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c8de4186b5134e1b360529e6fcc2f56ddf97cd07]

        INTEGRATION: CWS sdk01 (1.1.20); FILE MERGED 2003/04/07 09:03:09 mi 1.1.20.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [583addfab6d49d9bdbb9b956b9fc0262a0ac690a]

        INTEGRATION: CWS sdk01 (1.1.2.1.10); FILE MERGED 2003/04/07 09:03:08 mi 1.1.2.1.10.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [383a7a063a10c984ac9e7f6e7648959b972c3370]

        INTEGRATION: CWS sdk01 (1.2.2.1.10); FILE MERGED 2003/04/07 09:03:08 mi 1.2.2.1.10.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [6ba888be4c86455f93f9115d865e96df502eca21]

        INTEGRATION: CWS sdk01 (1.1.2.1.10); FILE MERGED 2003/04/07 09:03:07 mi 1.1.2.1.10.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3cb2107c7334fc7288a51a9b693b82106ba489ec]

        INTEGRATION: CWS sdk01 (1.1.2.1.10); FILE MERGED 2003/04/07 09:03:06 mi 1.1.2.1.10.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e6ad45448db9a051e2488d718ac86916a63b09e9]

        INTEGRATION: CWS sdk01 (1.1.20); FILE MERGED 2003/04/07 09:03:06 mi 1.1.20.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [c38b6014625f8340cff6553626a3213d9690fd66]

        INTEGRATION: CWS sdk01 (1.11.20); FILE MERGED 2003/04/07 07:45:15 mi 1.11.20.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ab5cbcfe62e43b3f7c66a9df6aef0e68cf337cbf]

        INTEGRATION: CWS sdk01 (1.13.20); FILE MERGED 2003/04/07 07:45:14 mi 1.13.20.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3ceb7e1b7bffedde8ab6c632d0bb101a918942d2]

        INTEGRATION: CWS sdk01 (1.1.20); FILE MERGED 2003/04/07 09:03:05 mi 1.1.20.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2916f2d4f5076ba9c1bd5a7c0c641f9dd6f3431a]

        INTEGRATION: CWS sdk01 (1.1.20); FILE MERGED 2003/04/07 09:03:04 mi 1.1.20.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3dea14745ebc0cb80f793a9f3e582d0201c7d0cd]

        INTEGRATION: CWS sdk01 (1.1.26); FILE MERGED 2003/04/07 09:02:58 mi 1.1.26.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1031d546b10522c7f0c79f1f826a6291a152fa7e]

        INTEGRATION: CWS sdk01 (1.2.26); FILE MERGED 2003/04/07 09:02:57 mi 1.2.26.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [d3c1b032f9b59356fe29fd42ffd952030ac55954]

        INTEGRATION: CWS sdk01 (1.1.26); FILE MERGED 2003/04/07 09:02:55 mi 1.1.26.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [3f9db7fe04395bc670dac2c9985271405fc5067c]

        INTEGRATION: CWS sdk01 (1.1.26); FILE MERGED 2003/04/07 09:02:54 mi 1.1.26.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [12a8bbb18f2ad6faf8522b572f0b75e124472990]

        INTEGRATION: CWS sdk01 (1.1.26); FILE MERGED 2003/04/07 09:02:53 mi 1.1.26.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [5ba4e8cdaee33c70ed9b02bbf9887996892f0307]

        INTEGRATION: CWS sdk01 (1.3.28); FILE MERGED 2003/04/07 09:02:50 mi 1.3.28.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [ae277cbd8382fe4691c8918ebefb3cebd2e97247]

        INTEGRATION: CWS sdk01 (1.2.28); FILE MERGED 2003/04/07 09:02:46 mi 1.2.28.1: #107627# new idls marked with @since

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [fe26258a8d7672f87d88136ede459e0b05dd8aff]

        INTEGRATION: CWS sdk01 (1.9.36); FILE MERGED 2003/03/07 13:14:25 jsc 1.9.36.1: #108047# correct scope of used type

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e7c9b45f136fec4cc234be170998495b43a68b27]

        INTEGRATION: CWS sdk01 (1.10.2.1.10); FILE MERGED 2003/04/07 07:45:11 mi 1.10.2.1.10.2: #107627# marked interface elements new in OOo 1.1 SDK with @since tag 2003/03/10 10:42:47 mi 1.10.2.1.10.1: #107638# REMOVABLE deprecated, use REMOVEABLE

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [e145a40a0f1de8ba551408c5ce7a4e3777f9cd2f]

        INTEGRATION: CWS sdk01 (1.6.8.1.8); FILE MERGED 2003/03/07 13:13:11 jsc 1.6.8.1.8.1: #108047# generate error for nested docu strings

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [4b77777b01b3fc12cd399d52f55c0a96673149de]

        INTEGRATION: CWS sdk01 (1.5.50); FILE MERGED 2003/03/07 13:11:58 jsc 1.5.50.1: #108047# correct lookup of types

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [9799697ad474f0d8f00ce8b633ab54aa1b8d610e]

        INTEGRATION: CWS qadev4 (1.1.2); FILE ADDED 2003/04/16 10:40:20 lla 1.1.2.6: #108557# enhance of setPriority test. 2003/04/16 03:45:35 mindyliu 1.1.2.5: remove some senseless codes for yield 2003/04/14 12:14:24 lla 1.1.2.4: #108557# some changes for better check. 2003/04/09 09:30:03 mindyliu 1.1.2.3: #108557# not include "osl_String_Const.h" 2003/04/08 10:38:50 mindyliu 1.1.2.2: #108557# 2003/04/03 10:45:14 mindyliu 1.1.2.1: test osl/Thread

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [866bb03754264a96ce5f258ff0bf2d4a781c6180]

        INTEGRATION: CWS qadev4 (1.1.2); FILE ADDED 2003/04/08 10:42:38 mindyliu 1.1.2.2: #108557# 2003/04/03 11:04:25 mindyliu 1.1.2.1: makefile

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [1d8f7697a1d7a84b1658cb8713a8122fe6cef6b5]

        INTEGRATION: CWS qadev4 (1.1.2); FILE ADDED 2003/04/14 06:50:09 lla 1.1.2.4: #108557# remove sun header, due to link problems. 2003/04/09 06:24:08 mindyliu 1.1.2.3: #108557# 2003/04/08 10:42:37 mindyliu 1.1.2.2: #108557# 2003/04/03 10:56:36 mindyliu 1.1.2.1: cws qadev4

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [a99e7147d0279714ea8c70d4043744c87e2a9764]

        INTEGRATION: CWS qadev4 (1.1.2); FILE ADDED 2003/04/09 03:31:09 deuce 1.1.2.1: #108557# First version of File system test code, tested on Solaris platform.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [31befc33f489f85acec2fbd3e2180ed194dac4dd]

        INTEGRATION: CWS qadev4 (1.1.2); FILE ADDED 2003/04/16 10:24:26 deuce 1.1.2.3: #108557# Windows and Linux platform test. bug fixed 2003/04/14 06:33:50 lla 1.1.2.2: #108557# changes, to compile within windows. 2003/04/09 03:31:09 deuce 1.1.2.1: #108557# First version of File system test code, tested on Solaris platform.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [32529d49c33f51e46d759f2730ca510a0774b012]

        INTEGRATION: CWS qadev4 (1.1.2); FILE ADDED 2003/04/09 07:59:29 deuce 1.1.2.2: #108557# Change the prj path from ..$/.. to ..$/..$/.. to let the compile work. 2003/04/09 03:31:08 deuce 1.1.2.1: #108557# First version of File system test code, tested on Solaris platform.

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [33f90634af4c8292ad9b49bab0aa4b3c443977ca]

        INTEGRATION: CWS qadev4 (1.1.2); FILE ADDED 2003/04/08 07:30:41 lla 1.1.2.1: #108557# demonstration of uno usage within testshl2 tool

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [47a23054949e1d468268211362d5c6176d9e17a2]

        INTEGRATION: CWS qadev4 (1.1.2); FILE ADDED 2003/04/08 07:30:39 lla 1.1.2.1: #108557# demonstration of uno usage within testshl2 tool

2003-04-17  Rüdiger Timm  <rt@openoffice.org>  [2912b86d76c5b4f3523c61db75e18fe4ea2b0d47]

        INTEGRATION: CWS qadev4 (1.1.2); FILE ADDED 2003/04/08 07:30:38 lla 1.1.2.1: #108557# demonstration of uno usage within testshl2 tool

2003-04-16  Martin Maher  <mmaher@openoffice.org>  [7bf8c42f0a22a976b027ceba9c7935d5d423db91]

        minor javadoc updates

2003-04-16  Martin Maher  <mmaher@openoffice.org>  [599358c392862052fd906643ec6d321908fa4d6f]

        Added support for user-defined Rows

2003-04-16  Martin Maher  <mmaher@openoffice.org>  [ef77055d936156cd8f4d03666b84633290b867c2]

        Ask the workbook for the sheetname

2003-04-16  Matthias Huetsch  <mhu@openoffice.org>  [17bbbf0614182c6b2d6094ef426f06db4d26debd]

        #100000# #i11945# Symbol 'GetVersionInfo' is not required. Print warning, but exit with success.

2003-04-16  Armin Weiss  <aw@openoffice.org>  [59979789b22d37fd71e031d0d2a6c037ea781f5c]

        Added cubic bezier class Changed quadratic bezier class (wrong name :-)

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [2809dcb792176841ba6ba4ab50951651a4d4e665]

        INTEGRATION: CWS adc5 (1.5.2); FILE MERGED 2003/04/15 16:01:18 np 1.5.2.2: #108787# 2003/04/09 15:23:45 np 1.5.2.1: 108787

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7b1256146dc0e560b184130e8c76ea4ad89f4bb]

        INTEGRATION: CWS adc5 (1.1.1.1.40); FILE MERGED 2003/04/15 17:21:42 np 1.1.1.1.40.1: #108787#

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [777d8d54210bc35ec639effd8966c5cccd6ad45e]

        INTEGRATION: CWS adc5 (1.1.1.1.40); FILE MERGED 2003/04/15 17:21:41 np 1.1.1.1.40.1: #108787#

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dcd0fc2ab5f1eb1d85d78892ff6b6ee3e88b0a4]

        INTEGRATION: CWS adc5 (1.1.1.1.40); FILE MERGED 2003/04/15 14:28:32 np 1.1.1.1.40.1: erraneous return type in ce.hxx

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ecb9b09a686a1dcb627a7929e58faf5f9842490]

        INTEGRATION: CWS adc5 (1.1.1.1.40); FILE MERGED 2003/04/09 15:23:44 np 1.1.1.1.40.1: 108787

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbe0bed46bccfc77b818f9ab2636827383c2235a]

        INTEGRATION: CWS adc5 (1.3.40); FILE MERGED 2003/04/15 17:21:40 np 1.3.40.1: #108787#

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [f13b3ffc99fa3f31b3d266e3afc1ff4e77a66de4]

        INTEGRATION: CWS adc5 (1.3.40); FILE MERGED 2003/04/15 17:21:39 np 1.3.40.1: #108787#

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [15767df7a8d3b03852c6b01a828b543e19248950]

        INTEGRATION: CWS adc5 (1.1.1.1.40); FILE MERGED 2003/04/15 11:08:17 np 1.1.1.1.40.1: #108718#

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [c490bbb548383b0ee4db219a746251877366127a]

        INTEGRATION: CWS adc5 (1.2.2); FILE MERGED 2003/04/15 11:08:16 np 1.2.2.1: #108718#

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3f2d2fdc0a3f0658d838ab067a2cf02db7fac5e]

        INTEGRATION: CWS adc5 (1.2.24); FILE MERGED 2003/04/15 17:29:24 np 1.2.24.4: autodoc version change 2003/04/15 16:06:19 np 1.2.24.3: #108787# 2003/04/15 16:03:57 np 1.2.24.2: #108787# 2003/04/15 16:01:17 np 1.2.24.1: #108787#

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [1eef6d1e14712f9dbf925c8a04f60c4b32d6cbfe]

        INTEGRATION: CWS adc5 (1.2.40); FILE MERGED 2003/04/15 11:08:15 np 1.2.40.1: #108718#

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [8974efdd6f4eb7e4ce253658db04e710a796007c]

        INTEGRATION: CWS adc5 (1.2.40); FILE MERGED 2003/04/09 15:23:42 np 1.2.40.1: 108787

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dadb7522c537654c3c611a65039ba6a8be39ab0]

        INTEGRATION: CWS adc5 (1.1.1.1.40); FILE MERGED 2003/04/15 11:08:13 np 1.1.1.1.40.1: #108718#

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [f82e5e668351a2fd635e3b9ee8729b21ed6fad8c]

        INTEGRATION: CWS adc5 (1.1.1.1.40); FILE MERGED 2003/04/15 11:08:12 np 1.1.1.1.40.1: #108718#

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1b49a56027a0a5c6c5e937428d9d7bf711b561b]

        INTEGRATION: CWS adc5 (1.6.18); FILE MERGED 2003/04/14 14:49:07 np 1.6.18.1: 107553

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3f6e480ce53ad8955339253cbfa66315ce89249]

        INTEGRATION: CWS adc5 (1.7.24); FILE MERGED 2003/04/15 14:15:08 np 1.7.24.2: #107553# 2003/04/14 14:49:07 np 1.7.24.1: 107553

2003-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [94570db56c74b09cd6bdcfb91060585b9ab35691]

        INTEGRATION: CWS adc5 (1.8.24); FILE MERGED 2003/04/14 14:49:05 np 1.8.24.1: 107553

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e189dd55fd73402954007889c9907cc3f10eecda]

        SRX644

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bef8c02bf7a60762d386d79a2b882dd9798f6250]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.104); FILE MERGED 2003/04/10 09:22:06 kso 1.1.1.1.104.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [569ab875269f451acd9c4b515f25bdb09f11c74c]

        INTEGRATION: CWS dbgmacros1 (1.4.30.1.20); FILE MERGED 2003/04/10 09:22:04 kso 1.4.30.1.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0f8ca5a723561c6d8552ef54f1a12119c57bde1e]

        INTEGRATION: CWS dbgmacros1 (1.11.68); FILE MERGED 2003/04/10 09:22:04 kso 1.11.68.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2288a793ea1c620449fd1d055d0e5f2ab3c60d43]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.104); FILE MERGED 2003/04/10 09:22:03 kso 1.1.1.1.104.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b0340a76c31fb58131305dbca397884a4e5b8090]

        INTEGRATION: CWS dbgmacros1 (1.48.152); FILE MERGED 2003/04/10 08:41:19 kso 1.48.152.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3865a39f8ab0d72058ae24d0bd2d9587105e57a7]

        INTEGRATION: CWS dbgmacros1 (1.7.162); FILE MERGED 2003/04/10 08:41:16 kso 1.7.162.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d651afc78493ea13e8ddcf4a0766ab88c880a512]

        INTEGRATION: CWS dbgmacros1 (1.2.162); FILE MERGED 2003/04/10 08:41:16 kso 1.2.162.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [82125c8b77d26e7b4d23993d7515d78d4ea4dc8b]

        INTEGRATION: CWS dbgmacros1 (1.21.4.1.56); FILE MERGED 2003/04/10 08:41:15 kso 1.21.4.1.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d873b15d6c2e916f29b437d1bc039b2afd656eea]

        INTEGRATION: CWS dbgmacros1 (1.1.184); FILE MERGED 2003/04/10 08:41:13 kso 1.1.184.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a48764839a3dfe9895f5558d70bf18c52dcc2bc1]

        INTEGRATION: CWS dbgmacros1 (1.3.194); FILE MERGED 2003/04/10 08:41:13 kso 1.3.194.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ca2089bd5548b0e3644d805735cdf843123626f7]

        INTEGRATION: CWS dbgmacros1 (1.7.174); FILE MERGED 2003/04/10 08:41:12 kso 1.7.174.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [55b913663def9ab62423aa4205edf69ee9773ee6]

        INTEGRATION: CWS dbgmacros1 (1.16.4.1.56); FILE MERGED 2003/04/10 08:41:12 kso 1.16.4.1.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e4e701dc57e02b4d764d037ea8e13d956b7b5dd3]

        INTEGRATION: CWS dbgmacros1 (1.5.150); FILE MERGED 2003/04/10 08:41:11 kso 1.5.150.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6c3d8504759ee801d4d7dc4b0a345abe754207a7]

        INTEGRATION: CWS dbgmacros1 (1.3.194); FILE MERGED 2003/04/10 08:41:10 kso 1.3.194.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [097ed9b9fc5dc3aa957a21601c69df7159882011]

        INTEGRATION: CWS dbgmacros1 (1.1.194); FILE MERGED 2003/04/10 08:41:10 kso 1.1.194.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3234247c8b81b2159fb9b14a0dca65c0ec07713c]

        INTEGRATION: CWS dbgmacros1 (1.11.150); FILE MERGED 2003/04/10 08:41:09 kso 1.11.150.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ee45603aa030db99f343a9edeae394ae1a204231]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.196); FILE MERGED 2003/04/10 08:41:08 kso 1.1.1.1.196.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2910027afd30c9984069e4f4d754b4efe5c37f58]

        INTEGRATION: CWS dbgmacros1 (1.30.48); FILE MERGED 2003/04/09 10:11:53 kso 1.30.48.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a460e02772374352b310515686803c9369ceb97f]

        INTEGRATION: CWS dbgmacros1 (1.25.10); FILE MERGED 2003/04/09 10:11:53 kso 1.25.10.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [85881ecf2d02c3ec54afeb5deec21f59720093c9]

        INTEGRATION: CWS dbgmacros1 (1.3.40); FILE MERGED 2003/04/10 09:25:27 kso 1.3.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [eb61f3c222ee6ded7ffd01e9a7ab1c2a70190f8c]

        INTEGRATION: CWS dbgmacros1 (1.3.40); FILE MERGED 2003/04/10 09:25:26 kso 1.3.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9d4358a7d77152854082f0b405225089832cef7b]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.112); FILE MERGED 2003/04/09 12:09:14 kso 1.1.1.1.112.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ab26b4c02ff7da2b93b504a48cd53e04a66ba3ac]

        INTEGRATION: CWS dbgmacros1 (1.7.72); FILE MERGED 2003/04/09 12:09:05 kso 1.7.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [69c3048983fe67e91ff5b02f9be518dd8148d2ef]

        INTEGRATION: CWS dbgmacros1 (1.11.6.4.4.2.72); FILE MERGED 2003/04/15 15:40:05 kso 1.11.6.4.4.2.72.2: RESYNC: (1.19-1.20); FILE MERGED 2003/04/09 12:08:44 kso 1.11.6.4.4.2.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0bcd32ade2ade95af83992f67c58c2706b0cad4c]

        INTEGRATION: CWS dbgmacros1 (1.8.16.1.52); FILE MERGED 2003/04/09 12:08:43 kso 1.8.16.1.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4e96af12573631f84b8ca758f1c330d0238f2396]

        INTEGRATION: CWS dbgmacros1 (1.4.78); FILE MERGED 2003/04/09 12:08:40 kso 1.4.78.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [35c2678a1d5d20d9eab3582e3f9626f8d5ecc972]

        INTEGRATION: CWS dbgmacros1 (1.6.72); FILE MERGED 2003/04/09 12:08:40 kso 1.6.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2bf3c12a77a61db0bcd084367b430b9bf48031b8]

        INTEGRATION: CWS dbgmacros1 (1.21.8.1.18); FILE MERGED 2003/04/09 12:08:39 kso 1.21.8.1.18.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [15d3d11244889bb568c15c6f36b40dc55b31be5a]

        INTEGRATION: CWS dbgmacros1 (1.24.76); FILE MERGED 2003/04/09 12:08:27 kso 1.24.76.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5bd32983f25b89f6fac470a20296a49a146b24a3]

        INTEGRATION: CWS dbgmacros1 (1.17.78); FILE MERGED 2003/04/09 12:08:26 kso 1.17.78.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b551bcca14c88a42e59e1957b9a3ba8f51894172]

        INTEGRATION: CWS dbgmacros1 (1.11.74); FILE MERGED 2003/04/09 12:08:25 kso 1.11.74.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2b33c792ed0e4d3390ec22ec450d8f9b22cc2d6d]

        INTEGRATION: CWS dbgmacros1 (1.14.80); FILE MERGED 2003/04/09 12:08:25 kso 1.14.80.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [80b83d66a2b01b8b9854ebf679ebb0e4cf86b7f2]

        INTEGRATION: CWS dbgmacros1 (1.25.8.1.12); FILE MERGED 2003/04/09 12:08:24 kso 1.25.8.1.12.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [da4b3b9468ef12ee3aeabf34332267d9e5489552]

        INTEGRATION: CWS dbgmacros1 (1.2.100); FILE MERGED 2003/04/09 12:08:15 kso 1.2.100.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [31b0c1cd4ecfad1473d21bb4ca6eda47febabf6e]

        INTEGRATION: CWS dbgmacros1 (1.15.2.1.12); FILE MERGED 2003/04/09 12:08:14 kso 1.15.2.1.12.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c06a87d61edc506f2bb1d355f2296d732015d480]

        INTEGRATION: CWS dbgmacros1 (1.4.104); FILE MERGED 2003/04/09 12:08:12 kso 1.4.104.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [047b9cb79c678bc21f486d2d0b608a75ec59ca4a]

        INTEGRATION: CWS dbgmacros1 (1.1.4.1.42); FILE MERGED 2003/04/09 12:08:11 kso 1.1.4.1.42.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ccef48f89e2241e12b66cc15fe15cbf374744667]

        INTEGRATION: CWS dbgmacros1 (1.10.72); FILE MERGED 2003/04/09 10:23:36 kso 1.10.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1fac969093121afc4eb570b31cda05eba9a14dd0]

        INTEGRATION: CWS dbgmacros1 (1.11.4); FILE MERGED 2003/04/09 10:23:35 kso 1.11.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a06ed13d384c9a8a524652211f5bd3826ac2c8a4]

        INTEGRATION: CWS dbgmacros1 (1.7.62); FILE MERGED 2003/04/09 10:23:34 kso 1.7.62.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5bffe672653a70c2a007ccecaad71d832aab3340]

        INTEGRATION: CWS dbgmacros1 (1.30.56); FILE MERGED 2003/04/09 10:23:33 kso 1.30.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b96e85676147d0444f3f7d5265959aaeeb8bd544]

        INTEGRATION: CWS dbgmacros1 (1.10.58); FILE MERGED 2003/04/09 10:23:32 kso 1.10.58.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [47e97b2a7f4195fefc076cfedf003e000a1a395c]

        INTEGRATION: CWS dbgmacros1 (1.9.56); FILE MERGED 2003/04/15 15:30:54 kso 1.9.56.2: RESYNC: (1.9-1.10); FILE MERGED 2003/04/09 10:23:32 kso 1.9.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [029d1e2dcd9108bf82932d1b800f163db6f0433d]

        INTEGRATION: CWS dbgmacros1 (1.3.68); FILE MERGED 2003/04/09 10:23:32 kso 1.3.68.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7ecf6aa8eb7aa755bbc226e073a09bd0526dead0]

        INTEGRATION: CWS dbgmacros1 (1.6.62); FILE MERGED 2003/04/09 10:23:31 kso 1.6.62.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f54df3e8abe6c69d62fc3628fd9bbdba1d8fe455]

        INTEGRATION: CWS dbgmacros1 (1.6.68); FILE MERGED 2003/04/09 10:23:30 kso 1.6.68.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f3198f67a79b840c13c1c70d5ec37de89c6680e8]

        INTEGRATION: CWS dbgmacros1 (1.14.2); FILE MERGED 2003/04/09 10:23:30 kso 1.14.2.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [12e2a4a7830728aaca37a10589567c74575d8ad4]

        INTEGRATION: CWS dbgmacros1 (1.5.68); FILE MERGED 2003/04/09 10:23:29 kso 1.5.68.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c5e9ac8ffacde20f9908704c6028250099e0f569]

        INTEGRATION: CWS dbgmacros1 (1.6.50); FILE MERGED 2003/04/09 10:23:29 kso 1.6.50.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [88e361464da580d6525cc05367955aafe7ddef44]

        INTEGRATION: CWS dbgmacros1 (1.12.50); FILE MERGED 2003/04/15 15:31:17 kso 1.12.50.2: RESYNC: (1.12-1.13); FILE MERGED 2003/04/09 10:23:29 kso 1.12.50.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [05670d015c2b8218d2052a0ffd56d1bcd7996b72]

        INTEGRATION: CWS dbgmacros1 (1.3.70); FILE MERGED 2003/04/09 10:23:28 kso 1.3.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2ab83bd9d2068f2c20ddd2c342f871a990778ba5]

        INTEGRATION: CWS dbgmacros1 (1.12.50); FILE MERGED 2003/04/09 10:23:28 kso 1.12.50.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [09a257d6b2722d3a6fc1833c60d8ccdf364de7b3]

        INTEGRATION: CWS dbgmacros1 (1.86.4); FILE MERGED 2003/04/09 10:23:25 kso 1.86.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bb1b24f0175e0c9eea917b4ce3907d3e6c06d912]

        INTEGRATION: CWS dbgmacros1 (1.9.52); FILE MERGED 2003/04/09 10:23:24 kso 1.9.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [58bf93a4ebaff8ac5ffaeb84d7214e4022da3159]

        INTEGRATION: CWS dbgmacros1 (1.33.4); FILE MERGED 2003/04/09 10:23:24 kso 1.33.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5cbf7777953b667d0ba12b8132e45969311d8a8c]

        INTEGRATION: CWS dbgmacros1 (1.6.50); FILE MERGED 2003/04/09 10:23:23 kso 1.6.50.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f19354121a07179034ce87cb9ed59b4b3eba0104]

        INTEGRATION: CWS dbgmacros1 (1.11.62); FILE MERGED 2003/04/09 10:23:22 kso 1.11.62.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a0a28130fe17436e278b90669b8709895be98bae]

        INTEGRATION: CWS dbgmacros1 (1.20.50); FILE MERGED 2003/04/09 10:23:22 kso 1.20.50.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [15b219da6cb66483cb766728e74389425a97edab]

        INTEGRATION: CWS dbgmacros1 (1.4.4); FILE MERGED 2003/04/09 10:23:19 kso 1.4.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bb14099a3ae636473759e0f7416723861a54050f]

        INTEGRATION: CWS dbgmacros1 (1.4.24); FILE MERGED 2003/04/10 08:39:22 kso 1.4.24.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [374bd0e35687396475b346c53d86823eb7aa296c]

        INTEGRATION: CWS dbgmacros1 (1.3.6.1.10); FILE MERGED 2003/04/10 08:39:22 kso 1.3.6.1.10.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [77d640c328b38f81c71c78e54f1e681fef1d41a0]

        INTEGRATION: CWS dbgmacros1 (1.9.4.1.10); FILE MERGED 2003/04/10 08:39:21 kso 1.9.4.1.10.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0887d679bdb3b7b39653a4d465cc6bb046414dfd]

        INTEGRATION: CWS dbgmacros1 (1.9.88); FILE MERGED 2003/04/09 11:07:48 kso 1.9.88.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ab281fdd54c27fdb6ec699898ea2b80ece1425f0]

        INTEGRATION: CWS dbgmacros1 (1.3.38.1.16); FILE MERGED 2003/04/09 16:26:52 kso 1.3.38.1.16.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9fc8a685b69f4ea031fc9e05dac9c7d33263c8b7]

        INTEGRATION: CWS dbgmacros1 (1.3.34.1.16); FILE MERGED 2003/04/09 16:26:52 kso 1.3.34.1.16.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b7ba3b21d659cb6765dd81a81448fc69b91ea2f9]

        INTEGRATION: CWS dbgmacros1 (1.2.70); FILE MERGED 2003/04/09 16:26:51 kso 1.2.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [19999753712aa3c20e1c2b24755606985cf60171]

        INTEGRATION: CWS dbgmacros1 (1.2.44.1.16); FILE MERGED 2003/04/09 16:26:51 kso 1.2.44.1.16.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2fa256d68a1a8140d6e47f3043a1f50d713ddd1c]

        INTEGRATION: CWS dbgmacros1 (1.3.36); FILE MERGED 2003/04/09 16:26:50 kso 1.3.36.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7db5b998fbde82a0bbd1384ba94003641d700494]

        INTEGRATION: CWS dbgmacros1 (1.2.68); FILE MERGED 2003/04/09 16:26:50 kso 1.2.68.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3db0f7ef06207b997a802015032048b746420535]

        INTEGRATION: CWS dbgmacros1 (1.3.172); FILE MERGED 2003/04/10 08:46:06 kso 1.3.172.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5be4a2d2c0788c95d7e196fefc7477f55ffe84d6]

        INTEGRATION: CWS dbgmacros1 (1.42.2.1.68); FILE MERGED 2003/04/10 16:48:23 kso 1.42.2.1.68.2: RESYNC: (1.42.2.1-1.44); FILE MERGED 2003/04/10 08:46:04 kso 1.42.2.1.68.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6889fbf7059da71160a5b0e4cb350eedabc2ff60]

        INTEGRATION: CWS dbgmacros1 (1.9.162); FILE MERGED 2003/04/10 08:46:01 kso 1.9.162.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [091faa957176af5a930d9792e6d158c301315bd3]

        INTEGRATION: CWS dbgmacros1 (1.22.22.1.88); FILE MERGED 2003/04/10 08:46:00 kso 1.22.22.1.88.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3c6709d03f0750cc728aeb436cf9f0d807348bb3]

        INTEGRATION: CWS dbgmacros1 (1.31.2.3.70); FILE MERGED 2003/04/10 08:45:59 kso 1.31.2.3.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [24ad7239fcb96c32496d94c3e56206ce8345290f]

        INTEGRATION: CWS dbgmacros1 (1.8.162); FILE MERGED 2003/04/10 08:45:58 kso 1.8.162.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [80d118ce2b3f6b7244dd9e801ebc1c9a6b3086d1]

        INTEGRATION: CWS dbgmacros1 (1.58.2.3.70); FILE MERGED 2003/04/10 08:45:57 kso 1.58.2.3.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b8d588872e08855413a5b21484cf3ad8df4ec0cd]

        INTEGRATION: CWS dbgmacros1 (1.30.6.3.70); FILE MERGED 2003/04/10 08:45:56 kso 1.30.6.3.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7db50e3eeca4c35c12cd096ad96db4ab3f1efb2f]

        INTEGRATION: CWS dbgmacros1 (1.11.162); FILE MERGED 2003/04/10 08:45:55 kso 1.11.162.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4e45c043c147347d2502091c59567d82827ba5e3]

        INTEGRATION: CWS dbgmacros1 (1.18.2.2.70); FILE MERGED 2003/04/10 08:45:53 kso 1.18.2.2.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1b0fb0cea0dba1102fccb621b6c3775f0c44e4af]

        INTEGRATION: CWS dbgmacros1 (1.4.172); FILE MERGED 2003/04/10 08:45:53 kso 1.4.172.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6620ce7ab09951074e73334bc6718a960ee54e29]

        INTEGRATION: CWS dbgmacros1 (1.37.162); FILE MERGED 2003/04/10 08:45:52 kso 1.37.162.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0a133f7a8e5f020d7784b85452fd7b0df30021fa]

        INTEGRATION: CWS dbgmacros1 (1.22.12.1.70); FILE MERGED 2003/04/10 08:45:52 kso 1.22.12.1.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9226773baffd75a296d13df90eedcc5ee71dae1f]

        INTEGRATION: CWS dbgmacros1 (1.26.168); FILE MERGED 2003/04/10 08:45:51 kso 1.26.168.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a19f966ed6496a275c16d21a77bf7c9e7e39d1d7]

        INTEGRATION: CWS dbgmacros1 (1.77.2.1.70); FILE MERGED 2003/04/10 08:45:51 kso 1.77.2.1.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bbc1f0099a59202df2a69f2e3bf427295cca6c4e]

        INTEGRATION: CWS dbgmacros1 (1.12.162); FILE MERGED 2003/04/10 08:45:50 kso 1.12.162.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [454afb128761f932058a49c25be5998ca4d01300]

        INTEGRATION: CWS dbgmacros1 (1.18.12.1.116); FILE MERGED 2003/04/10 08:45:47 kso 1.18.12.1.116.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [87f7572e4fd07605b83ea772f44711a9c45243f6]

        INTEGRATION: CWS dbgmacros1 (1.4.174); FILE MERGED 2003/04/10 08:45:47 kso 1.4.174.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8327300221d5b8ffc999bfc1bbd1561083c5beeb]

        INTEGRATION: CWS dbgmacros1 (1.34.2.1.68); FILE MERGED 2003/04/10 17:33:45 kso 1.34.2.1.68.2: RESYNC: (1.34.2.1-1.36); FILE MERGED 2003/04/10 08:45:46 kso 1.34.2.1.68.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [84b8a5bf163a5d6e9813e2764ffec8dcc6f622f1]

        INTEGRATION: CWS dbgmacros1 (1.14.8.1.70); FILE MERGED 2003/04/10 08:45:43 kso 1.14.8.1.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e54710eaaed9454168f679a465b8a54fb620a377]

        INTEGRATION: CWS dbgmacros1 (1.2.124); FILE MERGED 2003/04/09 16:28:42 kso 1.2.124.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a3cd546d67c61de3e280426b6cf29515e805134a]

        INTEGRATION: CWS dbgmacros1 (1.32.14.1.28); FILE MERGED 2003/04/09 16:28:41 kso 1.32.14.1.28.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [620ba7a151281a32fee246acbebae6e862dc76d8]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.46.1.64); FILE MERGED 2003/04/09 16:28:40 kso 1.1.1.1.46.1.64.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [954529b40d593ccca5c4b86f1e9d376331b35948]

        INTEGRATION: CWS dbgmacros1 (1.9.116); FILE MERGED 2003/04/09 16:28:39 kso 1.9.116.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7e5de6779a711e2e7c374ab455c2ddbd9519efd3]

        INTEGRATION: CWS dbgmacros1 (1.12.4.2.64); FILE MERGED 2003/04/09 16:28:38 kso 1.12.4.2.64.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8c01fc8341f1fa37bd79820b8d4b66eb8bee3086]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.158); FILE MERGED 2003/04/09 16:28:37 kso 1.1.1.1.158.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [80647d184dce7576e82610a981906318220fa793]

        INTEGRATION: CWS dbgmacros1 (1.11.36.1.52); FILE MERGED 2003/04/09 16:28:37 kso 1.11.36.1.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [de9a9c7033ed57053f7e85e44931f1de78a8f2fe]

        INTEGRATION: CWS dbgmacros1 (1.9.114); FILE MERGED 2003/04/09 16:28:36 kso 1.9.114.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0bb79e9a5e462b495cc140e891086b14c3405efc]

        INTEGRATION: CWS dbgmacros1 (1.44.6.1.52); FILE MERGED 2003/04/09 16:47:57 kso 1.44.6.1.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [437220259aa9216ea21064477371109092f337f9]

        INTEGRATION: CWS dbgmacros1 (1.22.98); FILE MERGED 2003/04/09 16:47:56 kso 1.22.98.1: #108413# - debug macro unification.

2003-04-15  Armin Weiss  <aw@openoffice.org>  [2d967e36f255db737a4786f80c945c99b6f38234]

        Added basic class for handling quadtratic beziers (preparation for THB)

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a4985e6f06854818cd8739eb3390633915716616]

        INTEGRATION: CWS dbgmacros1 (1.4.44); FILE MERGED 2003/04/10 18:30:47 kso 1.4.44.2: RESYNC: (1.4-1.6); FILE MERGED 2003/04/10 09:22:50 kso 1.4.44.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c005d70a04be640dbe673ff96b412cc3ab22f1b5]

        INTEGRATION: CWS dbgmacros1 (1.4.26); FILE MERGED 2003/04/09 12:04:06 kso 1.4.26.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [656cd6896ca9a788bba3a524461e431ba5c56ff3]

        INTEGRATION: CWS dbgmacros1 (1.8.6.1.18); FILE MERGED 2003/04/09 12:04:05 kso 1.8.6.1.18.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8953b1cedd612c4c10ad3b60a1ff0eb52ddbfcac]

        INTEGRATION: CWS dbgmacros1 (1.6.26); FILE MERGED 2003/04/09 12:04:05 kso 1.6.26.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0a7a0a11752fd3f0fa4555a6adc58f30e095e159]

        INTEGRATION: CWS dbgmacros1 (1.10.26); FILE MERGED 2003/04/09 12:04:04 kso 1.10.26.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [98572f8ba7e83ed94f8714e2f5ac0f7a47e5f3a9]

        INTEGRATION: CWS dbgmacros1 (1.9.48); FILE MERGED 2003/04/09 12:04:04 kso 1.9.48.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7ead67f186f0cb87884598ff205662e7c5dcc741]

        INTEGRATION: CWS dbgmacros1 (1.12.30); FILE MERGED 2003/04/09 12:04:02 kso 1.12.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6f7048e85f4d44f26c36e3d4991a07fc6c87c50d]

        INTEGRATION: CWS dbgmacros1 (1.24.4.1.10); FILE MERGED 2003/04/10 09:24:11 kso 1.24.4.1.10.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [71c56583d71191111f4a38d8e0a18c95127f2af3]

        INTEGRATION: CWS dbgmacros1 (1.38.2.1.14); FILE MERGED 2003/04/10 09:26:24 kso 1.38.2.1.14.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [255911e38b5e48e3fd3e2c0857832f88a6c8c5f7]

        INTEGRATION: CWS dbgmacros1 (1.13.48); FILE MERGED 2003/04/10 09:26:24 kso 1.13.48.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [57b3038746b664144fb177e4de4ba1a41bb216dc]

        INTEGRATION: CWS dbgmacros1 (1.2.70); FILE MERGED 2003/04/09 10:21:11 kso 1.2.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [73b87569eca5e304befdd5242b856cc75f1c22a8]

        INTEGRATION: CWS dbgmacros1 (1.4.42); FILE MERGED 2003/04/09 10:21:09 kso 1.4.42.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b808785bf1b96ee04bbca2cb6d1693618701e83c]

        INTEGRATION: CWS dbgmacros1 (1.4.38); FILE MERGED 2003/04/09 10:21:09 kso 1.4.38.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [99e105b48b0b5f697b0dfcc5d34e586e375edd22]

        INTEGRATION: CWS dbgmacros1 (1.22.40); FILE MERGED 2003/04/10 16:08:11 kso 1.22.40.2: RESYNC: (1.22-1.23); FILE MERGED 2003/04/09 10:21:08 kso 1.22.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cabf39bc75e5b825691c48ba0542fd4f1c3650f8]

        INTEGRATION: CWS dbgmacros1 (1.23.4); FILE MERGED 2003/04/10 16:05:59 kso 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2003/04/09 10:21:08 kso 1.23.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fcba3879f6c2c5f142655b469e41a4a8044d416c]

        INTEGRATION: CWS dbgmacros1 (1.17.40); FILE MERGED 2003/04/09 10:21:07 kso 1.17.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e0351ab9c617af4139ff1f77181d0bf91865a583]

        INTEGRATION: CWS dbgmacros1 (1.9.6); FILE MERGED 2003/04/09 10:21:06 kso 1.9.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f3dac7d05fa23da909143200908c6416ed572828]

        INTEGRATION: CWS dbgmacros1 (1.4.4); FILE MERGED 2003/04/10 16:09:16 kso 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2003/04/09 10:21:06 kso 1.4.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0ea21a9da1c5dc43f9551e6e5522b80d8da38651]

        INTEGRATION: CWS dbgmacros1 (1.32.4); FILE MERGED 2003/04/10 16:10:02 kso 1.32.4.2: RESYNC: (1.32-1.33); FILE MERGED 2003/04/09 10:21:05 kso 1.32.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8085e7e62104aff110a43201678bdc8d20477c0b]

        INTEGRATION: CWS dbgmacros1 (1.7.34); FILE MERGED 2003/04/09 10:21:05 kso 1.7.34.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3461d9ac51f454e38af4eb28b6e301bb0942b4c3]

        INTEGRATION: CWS dbgmacros1 (1.11.6); FILE MERGED 2003/04/09 10:21:04 kso 1.11.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fb69bda393e5b80c029f0fc92af1d51dbec33347]

        INTEGRATION: CWS dbgmacros1 (1.18.40); FILE MERGED 2003/04/09 10:21:03 kso 1.18.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [08cb11d8700b47a17300cf192d3e305e981ef400]

        INTEGRATION: CWS dbgmacros1 (1.5.6); FILE MERGED 2003/04/09 10:21:01 kso 1.5.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3f2fb4a94d49042dacf5b3de474cbf3ead92c4a2]

        INTEGRATION: CWS dbgmacros1 (1.34.6); FILE MERGED 2003/04/09 10:20:59 kso 1.34.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1fce046aae96d0d830e859876ce6b048b93b4792]

        INTEGRATION: CWS dbgmacros1 (1.11.6); FILE MERGED 2003/04/09 10:20:59 kso 1.11.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b75ef01decd170c9d28a3a132811d7be6b34c3a2]

        INTEGRATION: CWS dbgmacros1 (1.41.8.3.2.3.2.1.2.4.20); FILE MERGED 2003/04/15 15:08:11 kso 1.41.8.3.2.3.2.1.2.4.20.2: RESYNC: (1.50-1.51); FILE MERGED 2003/04/09 11:05:45 kso 1.41.8.3.2.3.2.1.2.4.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [841d904b04b4c07a703fbdb6e24129940938aacc]

        INTEGRATION: CWS dbgmacros1 (1.3.68); FILE MERGED 2003/04/10 08:38:25 kso 1.3.68.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [900286cfd1c53e3f627d306dd14587aac3be0e0f]

        INTEGRATION: CWS dbgmacros1 (1.5.66); FILE MERGED 2003/04/10 08:38:23 kso 1.5.66.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1c62ae3f32845aa13ec10b1f400e50e9628bbc81]

        INTEGRATION: CWS dbgmacros1 (1.11.44); FILE MERGED 2003/04/10 08:38:23 kso 1.11.44.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1a4984b9ab1674eede9a36a1d7608405c48e44a4]

        INTEGRATION: CWS dbgmacros1 (1.7.44); FILE MERGED 2003/04/10 08:38:23 kso 1.7.44.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f9b8b7247795d82df5618db6e157d5424251fbb9]

        INTEGRATION: CWS dbgmacros1 (1.8.10.1.18); FILE MERGED 2003/04/10 08:38:22 kso 1.8.10.1.18.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [47e1dae8327f8815022d2a99b318d2ee10a4641e]

        INTEGRATION: CWS dbgmacros1 (1.11.36); FILE MERGED 2003/04/10 08:38:22 kso 1.11.36.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9dfc4f66124c8fae490e095e4c2ae2c057efd5b2]

        INTEGRATION: CWS dbgmacros1 (1.7.42); FILE MERGED 2003/04/10 08:38:22 kso 1.7.42.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9729084ed0caa5c65bf4a723f0dc583bbad89c60]

        INTEGRATION: CWS dbgmacros1 (1.19.2.2.6); FILE MERGED 2003/04/10 08:38:21 kso 1.19.2.2.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b873ec23f8ce67559f08d7328fd9bea6566b3487]

        INTEGRATION: CWS dbgmacros1 (1.5.46); FILE MERGED 2003/04/10 08:38:20 kso 1.5.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ad408fe6f2db2c7d4c9ee9b26e72d5be55f26cc0]

        INTEGRATION: CWS dbgmacros1 (1.12.46); FILE MERGED 2003/04/10 08:38:19 kso 1.12.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2dc1175e4e8f1958e1ef161c21228720e8bbbf5b]

        INTEGRATION: CWS dbgmacros1 (1.12.36); FILE MERGED 2003/04/10 08:38:18 kso 1.12.36.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3e9ce9f8473dbab61b30f1fb481943a419e25729]

        INTEGRATION: CWS dbgmacros1 (1.52.2.1.18); FILE MERGED 2003/04/10 08:38:17 kso 1.52.2.1.18.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [57c4476c4f52668e14b65a865847801b364d6005]

        INTEGRATION: CWS dbgmacros1 (1.9.42); FILE MERGED 2003/04/10 08:38:16 kso 1.9.42.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ac7180fd11703c7139ba033aadda595edfa379a8]

        INTEGRATION: CWS dbgmacros1 (1.8.36); FILE MERGED 2003/04/10 08:38:16 kso 1.8.36.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8d5f8704e0a806db3744cac46e0cdd14fd4639bd]

        INTEGRATION: CWS dbgmacros1 (1.10.8); FILE MERGED 2003/04/09 10:13:23 kso 1.10.8.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [28963ebb0868cb42f73e426afed42dc8fce287c0]

        INTEGRATION: CWS dbgmacros1 (1.12.8); FILE MERGED 2003/04/10 16:28:43 kso 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2003/04/09 10:13:22 kso 1.12.8.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0119c033e18b3822fd05afe0f65531a213808bbb]

        INTEGRATION: CWS dbgmacros1 (1.2.46); FILE MERGED 2003/04/09 10:13:22 kso 1.2.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3e06c8a063314b9c3bc3612f1f1e912f579460ea]

        INTEGRATION: CWS dbgmacros1 (1.4.8); FILE MERGED 2003/04/09 10:13:22 kso 1.4.8.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [989411d07cf3460a97d58d5f0dca5fdaa264b73d]

        INTEGRATION: CWS dbgmacros1 (1.45.8); FILE MERGED 2003/04/10 16:28:35 kso 1.45.8.2: RESYNC: (1.45-1.46); FILE MERGED 2003/04/09 10:13:21 kso 1.45.8.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e23ea7a742cfd1e5cf93c45f0f96af3127043ac3]

        INTEGRATION: CWS dbgmacros1 (1.128.2.1.80); FILE MERGED 2003/04/10 17:49:48 kso 1.128.2.1.80.2: RESYNC: (1.128.2.1-1.130); FILE MERGED 2003/04/10 09:01:53 kso 1.128.2.1.80.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6af2bbbfa24a516aebc920ff9460e1ecd512178d]

        INTEGRATION: CWS dbgmacros1 (1.18.36); FILE MERGED 2003/04/09 10:52:34 kso 1.18.36.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [515954008165f1a85a1c2e48d3d08c749665fc41]

        INTEGRATION: CWS dbgmacros1 (1.7.22.1.16); FILE MERGED 2003/04/09 10:52:33 kso 1.7.22.1.16.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e3c9f1cc10bd227bbd3d05dcf3994eeb38d9e7c5]

        INTEGRATION: CWS dbgmacros1 (1.11.30); FILE MERGED 2003/04/09 10:52:32 kso 1.11.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c98a9477c308b4e2e7c58106ae4d9d7ec929f4db]

        INTEGRATION: CWS dbgmacros1 (1.20.30); FILE MERGED 2003/04/09 10:52:31 kso 1.20.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [99e77b7a5e8bc2b44e14a1c923886cb0fefd108c]

        INTEGRATION: CWS dbgmacros1 (1.4.58); FILE MERGED 2003/04/09 10:52:31 kso 1.4.58.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0b139c95610c0dcaf35e5d78f3e4e3484753ae72]

        INTEGRATION: CWS dbgmacros1 (1.9.30); FILE MERGED 2003/04/09 10:52:30 kso 1.9.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [132a08f72e71ed6a9601e1ee418ae4e7d105df58]

        INTEGRATION: CWS dbgmacros1 (1.15.30); FILE MERGED 2003/04/09 10:52:30 kso 1.15.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [03a9e99f3a589cb5c3d1fc921da94846dd2799e5]

        INTEGRATION: CWS dbgmacros1 (1.1.4.1.22); FILE MERGED 2003/04/09 10:52:28 kso 1.1.4.1.22.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2f8939a0bc1ce0e10309598f6159d498c0b345fc]

        INTEGRATION: CWS dbgmacros1 (1.5.52); FILE MERGED 2003/04/09 10:52:27 kso 1.5.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1d79936e02f416bfe155195c263edcc3f8faf1c3]

        INTEGRATION: CWS dbgmacros1 (1.58.2.4.4); FILE MERGED 2003/04/09 10:52:27 kso 1.58.2.4.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [43ad4eb98574d65f9bf3827afa40db474fec881b]

        INTEGRATION: CWS dbgmacros1 (1.8.52); FILE MERGED 2003/04/09 10:52:26 kso 1.8.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d98db428159baa532e5e9ffc28770b6c336a834e]

        INTEGRATION: CWS dbgmacros1 (1.5.46); FILE MERGED 2003/04/15 15:03:08 kso 1.5.46.2: RESYNC: (1.5-1.6); FILE MERGED 2003/04/09 11:54:50 kso 1.5.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [358b2e8314209f98d16e7b0316fec13f1a18d2a8]

        INTEGRATION: CWS dbgmacros1 (1.4.44); FILE MERGED 2003/04/09 11:54:47 kso 1.4.44.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [24b83df9a1438c9cc242b062681f72384e8ee709]

        INTEGRATION: CWS dbgmacros1 (1.16.4.1.12); FILE MERGED 2003/04/09 11:54:47 kso 1.16.4.1.12.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [09b88d1ab28359defb2cb81e36811f4c42fe8760]

        INTEGRATION: CWS dbgmacros1 (1.7.44); FILE MERGED 2003/04/09 11:54:46 kso 1.7.44.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f8b252523ec0afa00265f78d3b5239a4a25b2012]

        INTEGRATION: CWS dbgmacros1 (1.10.2.3.24); FILE MERGED 2003/04/09 11:54:45 kso 1.10.2.3.24.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [eab54c91ca4af7d51f90c33569181eaa26947a7e]

        INTEGRATION: CWS dbgmacros1 (1.2.52); FILE MERGED 2003/04/09 11:54:44 kso 1.2.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [63d3853b1792a2b65646b6097371e34bac135c46]

        INTEGRATION: CWS dbgmacros1 (1.4.50); FILE MERGED 2003/04/09 11:54:43 kso 1.4.50.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9ecf53b774e3792377319854e78691e236701f14]

        INTEGRATION: CWS dbgmacros1 (1.3.46); FILE MERGED 2003/04/09 11:54:43 kso 1.3.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cf744e24d3cbc95e71a95d9373519574b1cde1d8]

        INTEGRATION: CWS dbgmacros1 (1.2.54); FILE MERGED 2003/04/15 15:03:30 kso 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2003/04/09 11:54:39 kso 1.2.54.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b6d7a508f22ea669d859455ae109fb9abf7ad69b]

        INTEGRATION: CWS dbgmacros1 (1.15.4.1.32); FILE MERGED 2003/04/10 09:02:14 kso 1.15.4.1.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9370026b084c58b3bd768cf7a3e1a6847bc25644]

        INTEGRATION: CWS dbgmacros1 (1.25.148); FILE MERGED 2003/04/10 09:02:12 kso 1.25.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [11dc1e842f379a52c7dd0a27744fcbc679e6a185]

        INTEGRATION: CWS dbgmacros1 (1.41.2.2.32); FILE MERGED 2003/04/10 16:59:20 kso 1.41.2.2.32.2: RESYNC: (1.41.2.2-1.43); FILE MERGED 2003/04/10 09:02:10 kso 1.41.2.2.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f1d26b457d33bb1a7bd4aee3e4b49c396a346eeb]

        INTEGRATION: CWS dbgmacros1 (1.1.4.2.58); FILE MERGED 2003/04/10 16:58:57 kso 1.1.4.2.58.2: RESYNC: (1.1.4.2-1.3); FILE MERGED 2003/04/10 09:02:10 kso 1.1.4.2.58.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8c5c2bc41ca64945137a00a9a574ac88eb331fa8]

        INTEGRATION: CWS dbgmacros1 (1.22.2.2.32); FILE MERGED 2003/04/10 09:02:09 kso 1.22.2.2.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e2d00638108b50088d0735d927110af4d660db3f]

        INTEGRATION: CWS dbgmacros1 (1.10.156); FILE MERGED 2003/04/10 09:02:08 kso 1.10.156.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b77dd334a5e4d9379951b19e1e733a74fedfe83b]

        INTEGRATION: CWS dbgmacros1 (1.11.2.3.32); FILE MERGED 2003/04/10 09:02:07 kso 1.11.2.3.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9b8683d68160050d4f8a44d98fbf0440c847002e]

        INTEGRATION: CWS dbgmacros1 (1.37.2.2.32); FILE MERGED 2003/04/10 17:05:55 kso 1.37.2.2.32.2: RESYNC: (1.37.2.2-1.39); FILE MERGED 2003/04/10 09:02:07 kso 1.37.2.2.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3d8a494ce16cc08201acab4b504a1ca81f3cad5b]

        INTEGRATION: CWS dbgmacros1 (1.6.148); FILE MERGED 2003/04/10 09:02:06 kso 1.6.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [85ebcc0c789cbb61605d2edd0687b2d93846e1ae]

        INTEGRATION: CWS dbgmacros1 (1.49.2.1.34); FILE MERGED 2003/04/10 09:02:04 kso 1.49.2.1.34.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4b0bd3fde772df63a542907b8bccd5337f8c02fd]

        INTEGRATION: CWS dbgmacros1 (1.2.4.1.32); FILE MERGED 2003/04/10 09:02:04 kso 1.2.4.1.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [028618b72f8479fcbfb61c63a6e048c05307c01b]

        INTEGRATION: CWS dbgmacros1 (1.3.178); FILE MERGED 2003/04/10 09:02:03 kso 1.3.178.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a0a356410d2bbcee20097126c17b4ce1f7c9cd03]

        INTEGRATION: CWS dbgmacros1 (1.19.2.1.30); FILE MERGED 2003/04/10 17:18:36 kso 1.19.2.1.30.2: RESYNC: (1.19.2.1-1.21); FILE MERGED 2003/04/10 09:02:02 kso 1.19.2.1.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6476b641f0a03dd457a2f4331083d112681b1329]

        INTEGRATION: CWS dbgmacros1 (1.9.2.3.30); FILE MERGED 2003/04/10 09:02:00 kso 1.9.2.3.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1d3209a1ffb24b07253b4bf3db5c93f5c34d91c1]

        INTEGRATION: CWS dbgmacros1 (1.61.2.7.20); FILE MERGED 2003/04/10 09:01:59 kso 1.61.2.7.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b65e11da1a827f725de23e740cdcfb7739064b23]

        INTEGRATION: CWS dbgmacros1 (1.49.2.1.56); FILE MERGED 2003/04/10 09:01:58 kso 1.49.2.1.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8fd55be22a7ac71d9000be6bbebab5abe50e4429]

        INTEGRATION: CWS dbgmacros1 (1.5.148); FILE MERGED 2003/04/10 17:50:42 kso 1.5.148.2: RESYNC: (1.5-1.6); FILE MERGED 2003/04/10 09:01:56 kso 1.5.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [01661d4839a30799d85941c948fa5e12c525bece]

        INTEGRATION: CWS dbgmacros1 (1.93.2.3.32); FILE MERGED 2003/04/10 17:49:56 kso 1.93.2.3.32.2: RESYNC: (1.93.2.3-1.95); FILE MERGED 2003/04/10 09:01:54 kso 1.93.2.3.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d5ef9338765e145a5d67839e3ad9c306c3234171]

        INTEGRATION: CWS dbgmacros1 (1.102.2.1.80); FILE MERGED 2003/04/10 19:18:07 kso 1.102.2.1.80.2: RESYNC: (1.102.2.1-1.105); FILE MERGED 2003/04/10 09:01:52 kso 1.102.2.1.80.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8d2bdfe38d14752ab36500fec45bd03a4f80d357]

        INTEGRATION: CWS dbgmacros1 (1.45.2.2.32); FILE MERGED 2003/04/10 09:01:52 kso 1.45.2.2.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [63d96aa99c3185aac41a7f57217ae97c3dc42f73]

        INTEGRATION: CWS dbgmacros1 (1.56.2.2.80); FILE MERGED 2003/04/10 19:17:13 kso 1.56.2.2.80.2: RESYNC: (1.56.2.2-1.58); FILE MERGED 2003/04/10 09:01:51 kso 1.56.2.2.80.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [282b0a8a3b1030419774b4fd6e1efabcec06d818]

        INTEGRATION: CWS dbgmacros1 (1.3.148); FILE MERGED 2003/04/10 09:01:50 kso 1.3.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7181346a9096328b37290330161fefb2e4cac151]

        INTEGRATION: CWS dbgmacros1 (1.4.148); FILE MERGED 2003/04/10 09:01:50 kso 1.4.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ef149e3e4b6177e684f545ff186ef843abce3ffd]

        INTEGRATION: CWS dbgmacros1 (1.3.170); FILE MERGED 2003/04/10 09:01:49 kso 1.3.170.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [21ad7aa19f1ab36d36e7de1640a2b03096f3cc75]

        INTEGRATION: CWS dbgmacros1 (1.7.2.1.58); FILE MERGED 2003/04/10 09:01:49 kso 1.7.2.1.58.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [20423b64f0caf839e558b4f5d94772a28fe0f08f]

        INTEGRATION: CWS dbgmacros1 (1.20.126); FILE MERGED 2003/04/10 17:55:12 kso 1.20.126.2: RESYNC: (1.20-1.21); FILE MERGED 2003/04/10 09:01:46 kso 1.20.126.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bd369af19e69a998e036247ddcbfbffb2202c1a9]

        INTEGRATION: CWS dbgmacros1 (1.5.2.1.46); FILE MERGED 2003/04/10 09:01:45 kso 1.5.2.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b4472f839a61503546ecea4c9e1a9d5f2650dced]

        INTEGRATION: CWS dbgmacros1 (1.10.154); FILE MERGED 2003/04/10 09:01:45 kso 1.10.154.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a4b8ad0bc2b39fa54325be71872c6672dbe5caaf]

        INTEGRATION: CWS dbgmacros1 (1.8.148); FILE MERGED 2003/04/10 09:01:44 kso 1.8.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1203d8580ef274cc8465c81d479297d736145c09]

        INTEGRATION: CWS dbgmacros1 (1.20.14.1.32); FILE MERGED 2003/04/10 09:01:43 kso 1.20.14.1.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2766ba43e87595483340fd9d52361f1f77db1143]

        INTEGRATION: CWS dbgmacros1 (1.31.2.2.32); FILE MERGED 2003/04/10 17:57:42 kso 1.31.2.2.32.2: RESYNC: (1.31.2.2-1.34); FILE MERGED 2003/04/10 09:01:42 kso 1.31.2.2.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ffab59195172a48d1afe8e5f97fa6fbb694ba16d]

        INTEGRATION: CWS dbgmacros1 (1.64.4.3.6.5.2.4.30); FILE MERGED 2003/04/11 08:03:04 kso 1.64.4.3.6.5.2.4.30.2: RESYNC: (1.64.4.3.6.5.2.4-1.77); FILE MERGED 2003/04/10 09:01:42 kso 1.64.4.3.6.5.2.4.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [12fdf004f062949b8d66d22a827986dada597f71]

        INTEGRATION: CWS dbgmacros1 (1.69.2.1.30); FILE MERGED 2003/04/11 08:02:58 kso 1.69.2.1.30.2: RESYNC: (1.69.2.1-1.72); FILE MERGED 2003/04/10 09:01:41 kso 1.69.2.1.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bd7b8c978d584fef3adf8864052bb0f89d4c1550]

        INTEGRATION: CWS dbgmacros1 (1.4.158); FILE MERGED 2003/04/10 09:01:40 kso 1.4.158.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [60ee92f4253684c74d5184e728f7db8d1cdb0294]

        INTEGRATION: CWS dbgmacros1 (1.37.2.3.30); FILE MERGED 2003/04/11 08:04:43 kso 1.37.2.3.30.2: RESYNC: (1.37.2.3-1.39); FILE MERGED 2003/04/10 09:01:39 kso 1.37.2.3.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4bace236d1ec710d29a3e7843d549dfda12d7865]

        INTEGRATION: CWS dbgmacros1 (1.28.148); FILE MERGED 2003/04/10 09:01:38 kso 1.28.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6352be89204607dd6a8300ffe082c85c84b1cc77]

        INTEGRATION: CWS dbgmacros1 (1.39.2.1.46); FILE MERGED 2003/04/11 08:04:36 kso 1.39.2.1.46.2: RESYNC: (1.39.2.1-1.41); FILE MERGED 2003/04/10 09:01:38 kso 1.39.2.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a88e146f4d0181a286ae218f049cb7cf5ed91312]

        INTEGRATION: CWS dbgmacros1 (1.64.2.3.26); FILE MERGED 2003/04/11 08:04:10 kso 1.64.2.3.26.2: RESYNC: (1.64.2.3-1.66); FILE MERGED 2003/04/10 09:01:37 kso 1.64.2.3.26.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [216b5e89c8382960c3663678f5013087a314a0d6]

        INTEGRATION: CWS dbgmacros1 (1.8.2.4.2.1.46); FILE MERGED 2003/04/10 09:01:32 kso 1.8.2.4.2.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [995c334aea005ad9e103111473cdeafaaad45326]

        INTEGRATION: CWS dbgmacros1 (1.5.156); FILE MERGED 2003/04/10 09:01:32 kso 1.5.156.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [33da365ee349a4919ce49a502b5915f73ee117bc]

        INTEGRATION: CWS dbgmacros1 (1.4.24.1.46); FILE MERGED 2003/04/10 09:01:31 kso 1.4.24.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fb80a9a4c8405f571d6d1450b32b3b25a294b1fd]

        INTEGRATION: CWS dbgmacros1 (1.28.2.1.46); FILE MERGED 2003/04/10 09:01:31 kso 1.28.2.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [31750390b248d88507c268bdf97aa65c6887305c]

        INTEGRATION: CWS dbgmacros1 (1.56.2.1.46); FILE MERGED 2003/04/11 08:08:02 kso 1.56.2.1.46.2: RESYNC: (1.56.2.1-1.58); FILE MERGED 2003/04/10 09:01:30 kso 1.56.2.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c2798c5c2e3b292865c048a30c7be1f88fdaab3b]

        INTEGRATION: CWS dbgmacros1 (1.30.2.1.46); FILE MERGED 2003/04/11 08:07:56 kso 1.30.2.1.46.2: RESYNC: (1.30.2.1-1.32); FILE MERGED 2003/04/10 09:01:30 kso 1.30.2.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9a5cb00ed9c798be400923775cdfe992d16b3b0d]

        INTEGRATION: CWS dbgmacros1 (1.12.158); FILE MERGED 2003/04/10 09:01:29 kso 1.12.158.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f0872bca982dd8d60b35013df5f0830c820059c3]

        INTEGRATION: CWS dbgmacros1 (1.15.148); FILE MERGED 2003/04/10 09:01:29 kso 1.15.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8f64813878d2c59518a5ec3c1b506c9694c275d4]

        INTEGRATION: CWS dbgmacros1 (1.2.148); FILE MERGED 2003/04/10 09:01:29 kso 1.2.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5c27dd35acf140ce2bbd4fdcd91ee9e5c864cd99]

        INTEGRATION: CWS dbgmacros1 (1.29.4.2.30); FILE MERGED 2003/04/10 09:01:28 kso 1.29.4.2.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [45c1a4d5422d2b7d25a77a9c571a42b77baa4a74]

        INTEGRATION: CWS dbgmacros1 (1.72.2.1.78); FILE MERGED 2003/04/10 09:01:28 kso 1.72.2.1.78.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3d8208faca6c83253fca7df3168b4b7a902336bb]

        INTEGRATION: CWS dbgmacros1 (1.18.148); FILE MERGED 2003/04/10 09:01:27 kso 1.18.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f225e03d298de4a4bcf4f7a7c2086d2dd5d7f25f]

        INTEGRATION: CWS dbgmacros1 (1.23.126); FILE MERGED 2003/04/11 08:05:54 kso 1.23.126.2: RESYNC: (1.23-1.24); FILE MERGED 2003/04/10 09:01:27 kso 1.23.126.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0a215d14a373219171f75fa7ad4f2972d74123b9]

        INTEGRATION: CWS dbgmacros1 (1.31.148); FILE MERGED 2003/04/10 09:01:26 kso 1.31.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [806190bf6547d1f0d1f4860e8d33088c256e9120]

        INTEGRATION: CWS dbgmacros1 (1.72.2.1.46); FILE MERGED 2003/04/11 08:05:48 kso 1.72.2.1.46.2: RESYNC: (1.72.2.1-1.74); FILE MERGED 2003/04/10 09:01:26 kso 1.72.2.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5d4b799153e756568a934d1f466b16689dda042d]

        INTEGRATION: CWS dbgmacros1 (1.53.2.3.32); FILE MERGED 2003/04/10 09:01:25 kso 1.53.2.3.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [40b2e53f7bf6e85fa3f9b6516201aab70847a6f0]

        INTEGRATION: CWS dbgmacros1 (1.13.166); FILE MERGED 2003/04/10 09:01:25 kso 1.13.166.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [74887e8197825ecaac4628db3f50200a2cc12370]

        INTEGRATION: CWS dbgmacros1 (1.22.136); FILE MERGED 2003/04/11 08:05:36 kso 1.22.136.2: RESYNC: (1.22-1.23); FILE MERGED 2003/04/10 09:01:25 kso 1.22.136.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [400b65ca7e732c6cabaa9c41a209e1c8380e3546]

        INTEGRATION: CWS dbgmacros1 (1.12.150); FILE MERGED 2003/04/10 09:01:24 kso 1.12.150.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2a8e0e58d0463d80b928698c8e9818e534f0db85]

        INTEGRATION: CWS dbgmacros1 (1.37.148); FILE MERGED 2003/04/10 09:01:23 kso 1.37.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6450a96477f2f169c9c2263bb2332169d855a7ee]

        INTEGRATION: CWS dbgmacros1 (1.33.2.2.46); FILE MERGED 2003/04/11 08:05:13 kso 1.33.2.2.46.2: RESYNC: (1.33.2.2-1.35); FILE MERGED 2003/04/10 09:01:23 kso 1.33.2.2.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fa9616e31d9f5c7a836be95552d89480034b2d69]

        INTEGRATION: CWS dbgmacros1 (1.33.2.1.46); FILE MERGED 2003/04/10 09:01:22 kso 1.33.2.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6d7a1a24fbdb548fd7aee941977a6bd5dd2017a5]

        INTEGRATION: CWS dbgmacros1 (1.27.2.2.32); FILE MERGED 2003/04/11 08:05:00 kso 1.27.2.2.32.2: RESYNC: (1.27.2.2-1.29); FILE MERGED 2003/04/10 09:01:21 kso 1.27.2.2.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9d9617562071139fc0a1f478509cdc2dc78e785c]

        INTEGRATION: CWS dbgmacros1 (1.38.2.2.28); FILE MERGED 2003/04/10 09:01:18 kso 1.38.2.2.28.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [37870970cfc88006d9b88a84e2823c44758b8953]

        INTEGRATION: CWS dbgmacros1 (1.31.2.3.28); FILE MERGED 2003/04/11 08:10:42 kso 1.31.2.3.28.2: RESYNC: (1.31.2.3-1.33); FILE MERGED 2003/04/10 09:01:17 kso 1.31.2.3.28.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [148f06b83675a574c1877d49e6b541733257dc5c]

        INTEGRATION: CWS dbgmacros1 (1.22.2.2.28); FILE MERGED 2003/04/10 09:01:16 kso 1.22.2.2.28.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [71832cb8341fdb0ba711903590ef95e20dd18884]

        INTEGRATION: CWS dbgmacros1 (1.56.2.9.28); FILE MERGED 2003/04/10 09:01:15 kso 1.56.2.9.28.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [92f3f2860f5775d7e172def870f1cf5977041d39]

        INTEGRATION: CWS dbgmacros1 (1.2.180); FILE MERGED 2003/04/10 09:01:15 kso 1.2.180.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7bb98ae2a29888496337319491670f25dc39f01b]

        INTEGRATION: CWS dbgmacros1 (1.10.148); FILE MERGED 2003/04/10 09:01:14 kso 1.10.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9f9e922540f332096b9b3e77151d5264ac12d8f2]

        INTEGRATION: CWS dbgmacros1 (1.23.2.1.32); FILE MERGED 2003/04/10 18:00:41 kso 1.23.2.1.32.2: RESYNC: (1.23.2.1-1.25); FILE MERGED 2003/04/10 09:01:14 kso 1.23.2.1.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bf4b2eb23e2a82acd7a6b0fb41e0ef7e2147c852]

        INTEGRATION: CWS dbgmacros1 (1.18.148); FILE MERGED 2003/04/10 09:01:13 kso 1.18.148.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4bc292ab83ad0b01a0cb1b13ebc2ad0b330ff102]

        INTEGRATION: CWS dbgmacros1 (1.41.2.1.46); FILE MERGED 2003/04/10 09:01:13 kso 1.41.2.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [993df82e4705415f3730b8712215fa5d4bf101f5]

        INTEGRATION: CWS dbgmacros1 (1.28.2.1.30); FILE MERGED 2003/04/10 09:01:12 kso 1.28.2.1.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6f2c0f641ec01fd588e7ca7513e43c122fd573de]

        INTEGRATION: CWS dbgmacros1 (1.27.2.1.78); FILE MERGED 2003/04/10 09:01:11 kso 1.27.2.1.78.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dbd2553493ac5109cec7f8082ee6d4fdce350af4]

        INTEGRATION: CWS dbgmacros1 (1.5.4.7.4.2.32); FILE MERGED 2003/04/10 09:01:11 kso 1.5.4.7.4.2.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e16d5207f774afd0644098d1d1cb1e6aba40779c]

        INTEGRATION: CWS dbgmacros1 (1.4.188); FILE MERGED 2003/04/10 09:01:10 kso 1.4.188.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [764438accde7674220fa5252005e9ade664cce28]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.192); FILE MERGED 2003/04/10 09:01:09 kso 1.1.1.1.192.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [464107b966ef78a4d5bcda3ce1a2722a588c4bbe]

        INTEGRATION: CWS dbgmacros1 (1.15.2.1.74); FILE MERGED 2003/04/10 18:04:58 kso 1.15.2.1.74.2: RESYNC: (1.15.2.1-1.17); FILE MERGED 2003/04/10 09:01:09 kso 1.15.2.1.74.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e42a9655b6c9d3255f28a1335325869b559e45d4]

        INTEGRATION: CWS dbgmacros1 (1.4.30.1.34); FILE MERGED 2003/04/10 09:01:08 kso 1.4.30.1.34.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c840c07ce759ccb13b721ddc004f4fe23fc938e3]

        INTEGRATION: CWS dbgmacros1 (1.10.156); FILE MERGED 2003/04/10 09:01:07 kso 1.10.156.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a0d42a078821db1fb6b88dedcb76f2829d0e4fdf]

        INTEGRATION: CWS dbgmacros1 (1.2.170); FILE MERGED 2003/04/10 09:01:06 kso 1.2.170.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [aa19220b5d5ddb2b34432503f06457d4dc347d68]

        INTEGRATION: CWS dbgmacros1 (1.3.32.1.46); FILE MERGED 2003/04/10 09:01:06 kso 1.3.32.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9dbf5e03c71669270f7c9b1cb83718640ca34c0d]

        INTEGRATION: CWS dbgmacros1 (1.3.162); FILE MERGED 2003/04/10 09:01:06 kso 1.3.162.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d8554a2ae752c0d29dc791faf4d531bbe804abb3]

        INTEGRATION: CWS dbgmacros1 (1.5.184); FILE MERGED 2003/04/10 09:01:05 kso 1.5.184.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [edfe0658b58b5c5ba89fa497a215dc6d47ddd040]

        INTEGRATION: CWS dbgmacros1 (1.20.2.2.30); FILE MERGED 2003/04/10 18:12:12 kso 1.20.2.2.30.2: RESYNC: (1.20.2.2-1.23); FILE MERGED 2003/04/10 09:01:04 kso 1.20.2.2.30.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5735f2b1fc643be094359746d6690e663e3937c9]

        INTEGRATION: CWS dbgmacros1 (1.39.6.2.42); FILE MERGED 2003/04/10 18:14:01 kso 1.39.6.2.42.2: RESYNC: (1.39.6.2-1.41); FILE MERGED 2003/04/10 09:01:03 kso 1.39.6.2.42.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e51983af4547ca99dba11acb1d02e2b9616edfee]

        INTEGRATION: CWS dbgmacros1 (1.41.2.3.42); FILE MERGED 2003/04/10 09:01:03 kso 1.41.2.3.42.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f0f7f0addebf63fb485b9856bff22cd180051c63]

        INTEGRATION: CWS dbgmacros1 (1.13.6); FILE MERGED 2003/04/09 10:18:20 kso 1.13.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [53544bc5128375aee5a8a1b4854daa210f42b435]

        INTEGRATION: CWS dbgmacros1 (1.9.6); FILE MERGED 2003/04/09 10:18:19 kso 1.9.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [698c61d1c8eb75a83a0ba11c985d81f2d2be0a83]

        INTEGRATION: CWS dbgmacros1 (1.2.6); FILE MERGED 2003/04/09 10:18:19 kso 1.2.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [85667cfc4786f302c56644b0c2a57da365dc8b99]

        INTEGRATION: CWS dbgmacros1 (1.14.48); FILE MERGED 2003/04/09 10:41:12 kso 1.14.48.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4c8cb02056dded06d0785c137cbb6fccf577b188]

        INTEGRATION: CWS dbgmacros1 (1.2.20.1.14); FILE MERGED 2003/04/10 16:34:30 kso 1.2.20.1.14.2: RESYNC: (1.2.20.1-1.3); FILE MERGED 2003/04/10 09:20:16 kso 1.2.20.1.14.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4dbe92ca69023b9bb3318e659441d99efc91498e]

        INTEGRATION: CWS dbgmacros1 (1.1.46); FILE MERGED 2003/04/10 09:20:16 kso 1.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d67e52f65332ccb2154540685b12cf9d401d8590]

        INTEGRATION: CWS dbgmacros1 (1.5.2.1.18); FILE MERGED 2003/04/10 09:20:15 kso 1.5.2.1.18.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a3719e21e269a6c121dc93c25e34e9fb3038e45e]

        INTEGRATION: CWS dbgmacros1 (1.1.46); FILE MERGED 2003/04/10 09:31:54 kso 1.1.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d0dc492b16729e100d2e278eacdab18ffbc6dfc7]

        INTEGRATION: CWS dbgmacros1 (1.4.10); FILE MERGED 2003/04/10 16:35:49 kso 1.4.10.2: RESYNC: (1.6); BINARY 2003/04/10 08:35:33 kso 1.4.10.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e5ee113cd2e4818a4a45de3e869d35333b45d395]

        INTEGRATION: CWS dbgmacros1 (1.76.2.5.18); FILE MERGED 2003/04/10 08:35:31 kso 1.76.2.5.18.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4866da3db36019a93c342a5f5a4122c318a625c7]

        INTEGRATION: CWS dbgmacros1 (1.14.2.3.34); FILE MERGED 2003/04/10 08:35:29 kso 1.14.2.3.34.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0506da5b97dc7f542f3a7ffb615405cd5c7479ed]

        INTEGRATION: CWS dbgmacros1 (1.128.2.6.4); FILE MERGED 2003/04/11 10:32:24 kso 1.128.2.6.4.3: #108413# - Define NDEBUG in product builds again. 2003/04/09 10:06:11 kso 1.128.2.6.4.2: #108413# - Set debug level to 2 if 'debug' switch value is not empty 2003/04/03 09:05:44 kso 1.128.2.6.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [392f676385e23e61a3e03914a6032131ad54624b]

        INTEGRATION: CWS dbgmacros1 (1.3.4); FILE MERGED 2003/04/09 10:38:55 kso 1.3.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [51bcdaa4654b3c637abf37f6161841220b7d9b50]

        INTEGRATION: CWS dbgmacros1 (1.11.4); FILE MERGED 2003/04/09 10:38:54 kso 1.11.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [42c5cb2e8d3767a2c781945e84ecaf53a40e807e]

        INTEGRATION: CWS dbgmacros1 (1.21.4); FILE MERGED 2003/04/09 10:38:54 kso 1.21.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6e0802a47ea6ea400c05c07ad220049c44cab403]

        INTEGRATION: CWS dbgmacros1 (1.26.4); FILE MERGED 2003/04/09 10:38:53 kso 1.26.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cf926127d7e5f1fadd646f655ebb2e7f37fcaf9c]

        INTEGRATION: CWS dbgmacros1 (1.9.4); FILE MERGED 2003/04/09 10:38:53 kso 1.9.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4ec436b375894dbc11beb8dfd489ebf815904429]

        INTEGRATION: CWS dbgmacros1 (1.22.4); FILE MERGED 2003/04/09 10:38:52 kso 1.22.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9d4dac9c1f5c8d232147e30f747522eac0e03c06]

        INTEGRATION: CWS dbgmacros1 (1.16.4); FILE MERGED 2003/04/09 10:38:52 kso 1.16.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [61e1bc2eacb9e70697afee5fa85d7cfb680b0664]

        INTEGRATION: CWS dbgmacros1 (1.8.58); FILE MERGED 2003/04/09 10:38:51 kso 1.8.58.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e419242aa48981ce6d1c91524a256166b9eedb32]

        INTEGRATION: CWS dbgmacros1 (1.7.4); FILE MERGED 2003/04/09 10:38:51 kso 1.7.4.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a00ca2f79b604f345dc20088685344db92520b90]

        INTEGRATION: CWS dbgmacros1 (1.4.58); FILE MERGED 2003/04/09 10:38:50 kso 1.4.58.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bdf7baafcc8a167863965a828cd3b5e67ecf612e]

        INTEGRATION: CWS dbgmacros1 (1.1.54); FILE MERGED 2003/04/09 10:40:16 kso 1.1.54.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3f60305643b9998a9d7929b28d2457d4c718cf11]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.76); FILE MERGED 2003/04/09 10:40:15 kso 1.1.1.1.76.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bea3a286bb3f5f584679f179d82534f269139e1e]

        INTEGRATION: CWS dbgmacros1 (1.2.40); FILE MERGED 2003/04/09 10:40:14 kso 1.2.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0cb8b9bf4eed701b8e70578eb170e84926696b27]

        INTEGRATION: CWS dbgmacros1 (1.1.60); FILE MERGED 2003/04/09 10:40:14 kso 1.1.60.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e6840bc341e8cec342407e4383003aec88d49ede]

        INTEGRATION: CWS dbgmacros1 (1.4.54); FILE MERGED 2003/04/09 10:40:12 kso 1.4.54.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7f44a58b79d7b823c57a7d5c476ff2b94cda1b2d]

        INTEGRATION: CWS dbgmacros1 (1.18.10); FILE MERGED 2003/04/09 10:40:12 kso 1.18.10.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c70c0029670071faf01a9a22b49d8554b8c1163a]

        INTEGRATION: CWS dbgmacros1 (1.34.10); FILE MERGED 2003/04/09 10:40:12 kso 1.34.10.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0228caf63c1e78f94eedca360b8f4a0405a3c482]

        INTEGRATION: CWS dbgmacros1 (1.9.34); FILE MERGED 2003/04/09 10:40:11 kso 1.9.34.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6adc9ee7f102214165320aae472c5405a1ac6bba]

        INTEGRATION: CWS dbgmacros1 (1.5.40); FILE MERGED 2003/04/09 10:40:11 kso 1.5.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e425b8e3fd4f7164223d9305c09adeb6a2cafab8]

        INTEGRATION: CWS dbgmacros1 (1.9.36); FILE MERGED 2003/04/09 10:40:11 kso 1.9.36.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [877f4d93af690d2a700740cfbfee86546b9b7b73]

        INTEGRATION: CWS dbgmacros1 (1.16.40); FILE MERGED 2003/04/09 10:40:10 kso 1.16.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7a1d5e5f7397a4ea2cff7b02c31bc164d53831e2]

        INTEGRATION: CWS dbgmacros1 (1.19.10); FILE MERGED 2003/04/09 10:40:10 kso 1.19.10.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [499b9454d5e0c03fda6d4d925953d769d1f1b480]

        INTEGRATION: CWS dbgmacros1 (1.8.38); FILE MERGED 2003/04/09 10:40:10 kso 1.8.38.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [56b5dd2ff91abbca19c012bdbb29d1e0105a8afa]

        INTEGRATION: CWS dbgmacros1 (1.13.10); FILE MERGED 2003/04/09 10:40:09 kso 1.13.10.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b9a31a31a382cb031cea800acd0c37daaa45a99c]

        INTEGRATION: CWS dbgmacros1 (1.10.2.2.18); FILE MERGED 2003/04/10 09:32:51 kso 1.10.2.2.18.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ea18156580a510869896829486c4608f199e5b45]

        INTEGRATION: CWS dbgmacros1 (1.12.32.3.2.2.18); FILE MERGED 2003/04/10 09:32:51 kso 1.12.32.3.2.2.18.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ae5cc28a1bcb74b0199fa15cef206ca8dabb5323]

        INTEGRATION: CWS dbgmacros1 (1.18.2.2.64); FILE MERGED 2003/04/10 09:32:50 kso 1.18.2.2.64.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [decb7069878dab81d6ce6b926cde053497d192e1]

        INTEGRATION: CWS dbgmacros1 (1.33.2.2.18); FILE MERGED 2003/04/10 09:32:50 kso 1.33.2.2.18.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dd91cc9748ad2efc372be1e573306bf8649d794e]

        INTEGRATION: CWS dbgmacros1 (1.23.2.3.44); FILE MERGED 2003/04/10 09:32:49 kso 1.23.2.3.44.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [379cdf57086bf18791276c1ef341261a2245bbb6]

        INTEGRATION: CWS dbgmacros1 (1.4.30.1.36); FILE MERGED 2003/04/10 09:32:48 kso 1.4.30.1.36.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [063238459cf234a97bffd5e8e2367f4a57d5ea21]

        INTEGRATION: CWS dbgmacros1 (1.3.2); FILE MERGED 2003/04/10 09:24:49 kso 1.3.2.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0a56c09f15f8cde439d46704e2bd6f24b73e72b6]

        INTEGRATION: CWS dbgmacros1 (1.2.34); FILE MERGED 2003/04/10 09:24:48 kso 1.2.34.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [72c0e4f3c87482a8b1284f486e3fece79152cbdb]

        INTEGRATION: CWS dbgmacros1 (1.28.2.4.34); FILE MERGED 2003/04/10 08:31:15 kso 1.28.2.4.34.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f818f0c9a6860269e67e48642caf5e623d146e77]

        INTEGRATION: CWS dbgmacros1 (1.25.62); FILE MERGED 2003/04/10 08:37:07 kso 1.25.62.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ffbd9d8aff5da582ecad1df8aaf9b4e2ca98b0da]

        INTEGRATION: CWS dbgmacros1 (1.31.2.1.36); FILE MERGED 2003/04/10 08:31:13 kso 1.31.2.1.36.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f963efaadba96e7f6a4299319b2b1cc622cf251d]

        INTEGRATION: CWS dbgmacros1 (1.4.180); FILE MERGED 2003/04/10 08:31:13 kso 1.4.180.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [08aa1458bd781be95e66de2c8e7b84c60bb56843]

        INTEGRATION: CWS dbgmacros1 (1.2.154); FILE MERGED 2003/04/10 08:31:12 kso 1.2.154.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4663b1645048ed91c62b1ebe1ec20964aa7bc6f8]

        INTEGRATION: CWS dbgmacros1 (1.8.6); FILE MERGED 2003/04/09 10:15:49 kso 1.8.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2041404b40d3881a873a587c424bd56e6f95e473]

        INTEGRATION: CWS dbgmacros1 (1.7.6); FILE MERGED 2003/04/09 10:15:49 kso 1.7.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a6d4094e620fa167813d5f1b7e7fe1073d5f9fbb]

        INTEGRATION: CWS dbgmacros1 (1.5.6); FILE MERGED 2003/04/09 10:15:49 kso 1.5.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6f59495ff3ab8754e21415c998950fd3139ebe3b]

        INTEGRATION: CWS dbgmacros1 (1.5.6); FILE MERGED 2003/04/09 10:15:48 kso 1.5.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d03b7959f7ee87a5cac52f96939a83c1cb7037ee]

        INTEGRATION: CWS dbgmacros1 (1.8.6); FILE MERGED 2003/04/09 10:15:48 kso 1.8.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ead7e4c02033d2334cccee151cde75fe764c9e91]

        INTEGRATION: CWS dbgmacros1 (1.11.64); FILE MERGED 2003/04/09 10:15:47 kso 1.11.64.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [318e844a951baeafe5626efb085e0969c51a1df6]

        INTEGRATION: CWS dbgmacros1 (1.11.6); FILE MERGED 2003/04/09 10:15:46 kso 1.11.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [03333e6de9617ac34d9372def6743409fceffbd9]

        INTEGRATION: CWS dbgmacros1 (1.14.60); FILE MERGED 2003/04/09 10:15:46 kso 1.14.60.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4ab9e8a2425c73de1e0acd42e4fc5438d2cec0d1]

        INTEGRATION: CWS dbgmacros1 (1.4.6); FILE MERGED 2003/04/09 10:15:45 kso 1.4.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fce0f37d4ae37be2c6847cc61547fb8b5283b22c]

        INTEGRATION: CWS dbgmacros1 (1.3.72); FILE MERGED 2003/04/09 10:15:44 kso 1.3.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9d11fae984b8646d3925131b00ebf4c88651fd91]

        INTEGRATION: CWS dbgmacros1 (1.5.6); FILE MERGED 2003/04/09 10:15:44 kso 1.5.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ce0649b64fad331147efc13ad68031abdef89933]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.76); FILE MERGED 2003/04/09 10:15:42 kso 1.1.1.1.76.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b09227cd72e88446674e56afbf9c1a90188c772d]

        INTEGRATION: CWS dbgmacros1 (1.12.6); FILE MERGED 2003/04/09 10:15:40 kso 1.12.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [58d2cf1775f83b69f200de8d242dcc60d3d3b16b]

        INTEGRATION: CWS dbgmacros1 (1.12.6); FILE MERGED 2003/04/09 10:15:39 kso 1.12.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8906b66d9d583cbb903e51bf83b62badb0b63930]

        INTEGRATION: CWS dbgmacros1 (1.10.6); FILE MERGED 2003/04/09 10:15:39 kso 1.10.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ef608be252717bcf24a3f7638ba18560e0d343c8]

        INTEGRATION: CWS dbgmacros1 (1.9.6); FILE MERGED 2003/04/09 10:15:38 kso 1.9.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [534fa0eeaa0889f3d3c2ebd7530e5967753e008f]

        INTEGRATION: CWS dbgmacros1 (1.10.52); FILE MERGED 2003/04/09 10:15:37 kso 1.10.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b81ee83c4e75d6de6c207ba41979cf3332c9c022]

        INTEGRATION: CWS dbgmacros1 (1.2.6); FILE MERGED 2003/04/09 10:15:36 kso 1.2.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7c1384e352b6c566f2bec1a867ffe5ff986cb440]

        INTEGRATION: CWS dbgmacros1 (1.3.36); FILE MERGED 2003/04/09 10:15:35 kso 1.3.36.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3f562040d1d4a98781d2db7047e4110e8ef728ca]

        INTEGRATION: CWS dbgmacros1 (1.7.6); FILE MERGED 2003/04/09 10:15:35 kso 1.7.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [da94ff7446aaa9452b23de9f83311e0e275a18f2]

        INTEGRATION: CWS dbgmacros1 (1.2.6); FILE MERGED 2003/04/09 10:15:33 kso 1.2.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4fe88cdd2ab10d9556074ae6d02b9356a11eee85]

        INTEGRATION: CWS dbgmacros1 (1.8.6); FILE MERGED 2003/04/09 10:15:25 kso 1.8.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3736377da460977ce335c0423be27ceb0f4e064c]

        INTEGRATION: CWS dbgmacros1 (1.12.54); FILE MERGED 2003/04/09 10:15:25 kso 1.12.54.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [732943cbf2b1fc279bfdf0560b4606bf7dcdb316]

        INTEGRATION: CWS dbgmacros1 (1.9.6); FILE MERGED 2003/04/09 10:15:24 kso 1.9.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [29cae1cbe0d08930ec1f3426d14d3fc1f663e859]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.76); FILE MERGED 2003/04/09 10:15:21 kso 1.1.1.1.76.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9b562e5ab3c15408b079e62036e8fa84dbbb2449]

        INTEGRATION: CWS dbgmacros1 (1.11.6); FILE MERGED 2003/04/09 10:15:20 kso 1.11.6.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f7e21a0b251fe50a36d4e06f74300ed8a01cce3f]

        INTEGRATION: CWS dbgmacros1 (1.27.2.3.34); FILE MERGED 2003/04/10 08:37:09 kso 1.27.2.3.34.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d856ececed4277281d4c5e072f4608a44d5a6281]

        INTEGRATION: CWS dbgmacros1 (1.23.62); FILE MERGED 2003/04/10 08:37:08 kso 1.23.62.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c293a04b9207c5f7862b7e28bf011e813365674e]

        INTEGRATION: CWS dbgmacros1 (1.26.2.3.28); FILE MERGED 2003/04/10 08:37:08 kso 1.26.2.3.28.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1d2347f7a60232b36b1c38ace008734394758db4]

        INTEGRATION: CWS dbgmacros1 (1.24.2.3.34); FILE MERGED 2003/04/10 08:37:07 kso 1.24.2.3.34.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [35e05775d1fa5047817d48f2ddfe90d2ed431772]

        INTEGRATION: CWS dbgmacros1 (1.24.70); FILE MERGED 2003/04/10 08:37:06 kso 1.24.70.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6d3d7dbfdca67e8861056c6e7f0112e878bf6b0c]

        INTEGRATION: CWS dbgmacros1 (1.19.2.2.36); FILE MERGED 2003/04/10 08:37:06 kso 1.19.2.2.36.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [edb0a6abebf895b1a24debe9a91327556c56f896]

        INTEGRATION: CWS dbgmacros1 (1.12.2.1.44); FILE MERGED 2003/04/10 08:37:04 kso 1.12.2.1.44.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e6f7bf87924db68587f852361d9d3fcbbcf28ecd]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.110); FILE MERGED 2003/04/09 10:54:58 kso 1.1.1.1.110.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9136355fe91fb957eb96dce02457d6826def5338]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.108); FILE MERGED 2003/04/09 10:54:57 kso 1.1.1.1.108.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a53cd25b31808732ad067f1ea08ac13ea5e87d2d]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.108); FILE MERGED 2003/04/09 10:54:56 kso 1.1.1.1.108.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [657574e32d7a7fbe0cfae1c77a8ad66339d0b23f]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.108); FILE MERGED 2003/04/09 10:54:55 kso 1.1.1.1.108.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [eb0965d062494a2b365d449814db435d5cae1912]

        INTEGRATION: CWS dbgmacros1 (1.4.86); FILE MERGED 2003/04/09 10:54:53 kso 1.4.86.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [79a8c2334718b0b7ec9283b5258bc13f339c248a]

        INTEGRATION: CWS dbgmacros1 (1.3.72); FILE MERGED 2003/04/09 10:54:53 kso 1.3.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [af061b28850f85fa3fd028e1b9ed50125abe1f11]

        INTEGRATION: CWS dbgmacros1 (1.5.10.1.32); FILE MERGED 2003/04/09 10:54:53 kso 1.5.10.1.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [27d63ca21ec0fe0e2419990f5e6565501479887f]

        INTEGRATION: CWS dbgmacros1 (1.9.66); FILE MERGED 2003/04/09 10:54:52 kso 1.9.66.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6370fedfa3c0dee483aa6010de95973644ef3ca5]

        INTEGRATION: CWS dbgmacros1 (1.4.84); FILE MERGED 2003/04/09 10:54:51 kso 1.4.84.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7f66bdaedb679941623e84a807cf5621d645a4ab]

        INTEGRATION: CWS dbgmacros1 (1.6.72); FILE MERGED 2003/04/09 10:54:51 kso 1.6.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [929c6b51dc9f6ee9ec7dedaaec3e1e98e5071dd7]

        INTEGRATION: CWS dbgmacros1 (1.2.88); FILE MERGED 2003/04/09 10:54:50 kso 1.2.88.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8d5057576a9acef8eb6baa7b40e367429afaba21]

        INTEGRATION: CWS dbgmacros1 (1.5.72); FILE MERGED 2003/04/09 10:54:50 kso 1.5.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6a1500d87466734a0392322fe9a01187ac0c092b]

        INTEGRATION: CWS dbgmacros1 (1.2.78); FILE MERGED 2003/04/09 10:54:48 kso 1.2.78.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [18e94b86aa4197aa3c18539ca59812278d679e27]

        INTEGRATION: CWS dbgmacros1 (1.10.66); FILE MERGED 2003/04/09 10:54:47 kso 1.10.66.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [299d5933a16b25a3c944f94e97d63c8a865514f4]

        INTEGRATION: CWS dbgmacros1 (1.6.80); FILE MERGED 2003/04/09 10:54:47 kso 1.6.80.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [54672dc30a168e4caad3bd08c5e54e0834180367]

        INTEGRATION: CWS dbgmacros1 (1.9.72); FILE MERGED 2003/04/10 18:36:28 kso 1.9.72.2: RESYNC: (1.9-1.10); FILE MERGED 2003/04/09 10:54:45 kso 1.9.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f9eafe005ce2534256d194b27e8171cd70bc9e1e]

        INTEGRATION: CWS dbgmacros1 (1.10.68); FILE MERGED 2003/04/09 10:54:45 kso 1.10.68.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f2973047593a0494fde438a7681f1a6e129b35ba]

        INTEGRATION: CWS dbgmacros1 (1.4.72); FILE MERGED 2003/04/09 10:54:44 kso 1.4.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1926aa51fc5f6d03438b9119f88216a8deddfb8d]

        INTEGRATION: CWS dbgmacros1 (1.2.108); FILE MERGED 2003/04/10 18:36:22 kso 1.2.108.2: RESYNC: (1.2-1.3); FILE MERGED 2003/04/09 10:54:44 kso 1.2.108.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6146ecf6ca0e86e03d5d6d1603f88e175660ec5a]

        INTEGRATION: CWS dbgmacros1 (1.1.72); FILE MERGED 2003/04/09 10:54:43 kso 1.1.72.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0a8a48012a5c14fdefe2ca44e9204a8a97f3fd13]

        INTEGRATION: CWS dbgmacros1 (1.6.68); FILE MERGED 2003/04/09 10:54:42 kso 1.6.68.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7eedcf87a9295d6404d83947e201a35c62d8406c]

        INTEGRATION: CWS dbgmacros1 (1.14.2.2.16); FILE MERGED 2003/04/09 12:05:00 kso 1.14.2.2.16.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1ac7bea716382935a43ee2099ec9d3c73b46dfcc]

        INTEGRATION: CWS dbgmacros1 (1.5.2.3.2); FILE MERGED 2003/04/15 14:40:15 kso 1.5.2.3.2.2: RESYNC: (1.6-1.7); FILE MERGED 2003/04/09 12:04:57 kso 1.5.2.3.2.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9f646dfb97e68ddab16c558d89ea42b4bf1a1d5c]

        INTEGRATION: CWS dbgmacros1 (1.11.2.1.16); FILE MERGED 2003/04/15 14:39:59 kso 1.11.2.1.16.2: RESYNC: (1.12-1.13); FILE MERGED 2003/04/09 12:04:56 kso 1.11.2.1.16.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [53e81c03cbc7b6f323e6e69ae99e51c6201bf2f2]

        INTEGRATION: CWS dbgmacros1 (1.3.32); FILE MERGED 2003/04/09 12:04:53 kso 1.3.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [188b2dbb1b78d61fbe20617dd58a3f82ff221b46]

        INTEGRATION: CWS dbgmacros1 (1.18.2.1.22); FILE MERGED 2003/04/15 14:41:27 kso 1.18.2.1.22.2: RESYNC: (1.19-1.20); FILE MERGED 2003/04/09 12:04:52 kso 1.18.2.1.22.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [78183b9dbef579de53ce51ccec5cddb210b1f9c5]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.64); FILE MERGED 2003/04/09 12:04:51 kso 1.1.1.1.64.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [65fa9e12a9f9d854ac0a5045e80a368e665edbd4]

        INTEGRATION: CWS dbgmacros1 (1.33.32); FILE MERGED 2003/04/15 14:41:49 kso 1.33.32.2: RESYNC: (1.33-1.34); FILE MERGED 2003/04/09 12:04:49 kso 1.33.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7b822224f0be42b5dd738c91a204a622d01d1df7]

        INTEGRATION: CWS dbgmacros1 (1.2.44); FILE MERGED 2003/04/10 09:33:52 kso 1.2.44.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3674464abc5eac1088d7690b6df02fdd75b0f92c]

        INTEGRATION: CWS dbgmacros1 (1.5.38); FILE MERGED 2003/04/10 09:33:51 kso 1.5.38.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0afab8d3ccdeadfa93bb83fdf1fe52b372f47437]

        INTEGRATION: CWS dbgmacros1 (1.23.28); FILE MERGED 2003/04/10 09:33:50 kso 1.23.28.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [396e30f5847f83f347293d161ab1c2599418f8d1]

        INTEGRATION: CWS dbgmacros1 (1.3.52); FILE MERGED 2003/04/10 09:33:49 kso 1.3.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6d4d89e66dc1030d5662eb0a6a3a8da7af21e2a5]

        INTEGRATION: CWS dbgmacros1 (1.89.2.7.20); FILE MERGED 2003/04/15 14:34:13 kso 1.89.2.7.20.2: RESYNC: (1.90-1.92); FILE MERGED 2003/04/10 09:28:46 kso 1.89.2.7.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3ae953030911447b45ecde8041338d86817a852f]

        INTEGRATION: CWS dbgmacros1 (1.37.2.4.22); FILE MERGED 2003/04/10 17:49:52 kso 1.37.2.4.22.2: RESYNC: (1.37.2.4-1.39); FILE MERGED 2003/04/10 09:28:46 kso 1.37.2.4.22.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [befccace4a142da7fcd776be6273c5463c7fabf3]

        INTEGRATION: CWS dbgmacros1 (1.153.2.6.20); FILE MERGED 2003/04/10 09:28:45 kso 1.153.2.6.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [83c233c45d13550f53f3d6413fbd6b4f159be285]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.174); FILE MERGED 2003/04/10 09:28:44 kso 1.1.1.1.174.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [eae184cc16b3ebd71e815dda261345b32e5170f0]

        INTEGRATION: CWS dbgmacros1 (1.5.138); FILE MERGED 2003/04/10 09:28:42 kso 1.5.138.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [536c70fe0cadf3b453fdc128a907d8f7d2353da1]

        INTEGRATION: CWS dbgmacros1 (1.3.150); FILE MERGED 2003/04/10 09:28:41 kso 1.3.150.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [74f819683067535af837b1d3cf41e369673e7bdd]

        INTEGRATION: CWS dbgmacros1 (1.4.150); FILE MERGED 2003/04/10 09:28:41 kso 1.4.150.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4dfddfa2dc786449bafab5b1c599b7c17b2bfa28]

        INTEGRATION: CWS dbgmacros1 (1.7.164); FILE MERGED 2003/04/15 14:32:21 kso 1.7.164.2: RESYNC: (1.7-1.8); FILE MERGED 2003/04/10 09:28:41 kso 1.7.164.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ad599c93ccc56155cbf877871e85110ca0287426]

        INTEGRATION: CWS dbgmacros1 (1.13.144); FILE MERGED 2003/04/15 14:32:07 kso 1.13.144.2: RESYNC: (1.13-1.14); FILE MERGED 2003/04/10 09:28:40 kso 1.13.144.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [53fbc277709c5967426e75ace335d997338a5761]

        INTEGRATION: CWS dbgmacros1 (1.5.164); FILE MERGED 2003/04/10 09:28:40 kso 1.5.164.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [599723f8c6d832a19db2146d8e70e365113cd3be]

        INTEGRATION: CWS dbgmacros1 (1.12.136); FILE MERGED 2003/04/10 09:28:39 kso 1.12.136.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ba84676fb96bcbdcbbf9bf8cfbde2718ef75032b]

        INTEGRATION: CWS dbgmacros1 (1.23.4.3.20); FILE MERGED 2003/04/15 14:31:49 kso 1.23.4.3.20.2: RESYNC: (1.25-1.26); FILE MERGED 2003/04/10 09:28:39 kso 1.23.4.3.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9450b6505e4141b50924560beacf2566439ca78a]

        INTEGRATION: CWS dbgmacros1 (1.22.2.2.22); FILE MERGED 2003/04/10 09:28:39 kso 1.22.2.2.22.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c4972c673981e2bd7c8bae8c6e8558e73168db51]

        INTEGRATION: CWS dbgmacros1 (1.6.138); FILE MERGED 2003/04/10 09:28:38 kso 1.6.138.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [15d8f7a2555855c3c8b27f6fe829576c713d2d0d]

        INTEGRATION: CWS dbgmacros1 (1.98.2.3.22); FILE MERGED 2003/04/15 14:31:34 kso 1.98.2.3.22.2: RESYNC: (1.99-1.100); FILE MERGED 2003/04/10 09:28:37 kso 1.98.2.3.22.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d296f1b460380ad1b166a7a3998fe6c74c3aa567]

        INTEGRATION: CWS dbgmacros1 (1.16.128); FILE MERGED 2003/04/10 09:28:37 kso 1.16.128.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e9640af0b8887ceaedbc5113b6745070a5c148fc]

        INTEGRATION: CWS dbgmacros1 (1.22.4.5.22); FILE MERGED 2003/04/10 09:28:36 kso 1.22.4.5.22.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b635fa6d2d9a17467d188d1eafbc69215413bf0a]

        INTEGRATION: CWS dbgmacros1 (1.13.6.2.22); FILE MERGED 2003/04/10 09:28:36 kso 1.13.6.2.22.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8e5aa40a1788e331b8f821bb9ed2574433bc2eb4]

        INTEGRATION: CWS dbgmacros1 (1.37.8.2.56); FILE MERGED 2003/04/15 14:26:33 kso 1.37.8.2.56.2: RESYNC: (1.38-1.39); FILE MERGED 2003/04/10 09:28:33 kso 1.37.8.2.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1c316fbcefaf3453fc068586588a45fedfc1320f]

        INTEGRATION: CWS dbgmacros1 (1.9.132); FILE MERGED 2003/04/15 14:25:55 kso 1.9.132.2: RESYNC: (1.9-1.10); FILE MERGED 2003/04/10 09:28:32 kso 1.9.132.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4a5a36ef38bb02adbf9de4659c9740ddace89a24]

        INTEGRATION: CWS dbgmacros1 (1.5.4.1.56); FILE MERGED 2003/04/10 09:28:31 kso 1.5.4.1.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a7efa78b5a2c18961771e7bdc563bb1dd5345f91]

        INTEGRATION: CWS dbgmacros1 (1.20.2.4.54); FILE MERGED 2003/04/10 17:55:45 kso 1.20.2.4.54.2: RESYNC: (1.20.2.4-1.21); FILE MERGED 2003/04/10 09:28:31 kso 1.20.2.4.54.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7f395c4c8b7b5456d6f57e0f60f64be22e43f2ef]

        INTEGRATION: CWS dbgmacros1 (1.6.150); FILE MERGED 2003/04/10 09:28:30 kso 1.6.150.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bfd649109bf504bc64d321d1f4b474a51f103c15]

        INTEGRATION: CWS dbgmacros1 (1.2.174); FILE MERGED 2003/04/10 09:28:30 kso 1.2.174.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f68ce34a3604d0b29289f15173acd57a308cc455]

        INTEGRATION: CWS dbgmacros1 (1.20.128); FILE MERGED 2003/04/10 09:28:30 kso 1.20.128.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a1e2161100d6e9e28a21d72cc30cb80f669df06c]

        INTEGRATION: CWS dbgmacros1 (1.16.138); FILE MERGED 2003/04/10 09:28:29 kso 1.16.138.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e0b5e233662fafb4d5b8d202336268865d914501]

        INTEGRATION: CWS dbgmacros1 (1.22.138); FILE MERGED 2003/04/10 09:28:29 kso 1.22.138.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3976c85f8259b4b73a31e4a3f01ac94ce862189e]

        INTEGRATION: CWS dbgmacros1 (1.17.128); FILE MERGED 2003/04/10 09:28:29 kso 1.17.128.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a46a121276c338e28548e294b2f0ca6a527a08be]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.174); FILE MERGED 2003/04/10 09:28:28 kso 1.1.1.1.174.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b2d170dd21a9d97b1f43d2df0364218a0b1a9a49]

        INTEGRATION: CWS dbgmacros1 (1.89.2.2.20); FILE MERGED 2003/04/15 14:20:20 kso 1.89.2.2.20.2: RESYNC: (1.90-1.91); FILE MERGED 2003/04/10 09:28:27 kso 1.89.2.2.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c60725b9ba5f71753229ee131ef546558c737204]

        INTEGRATION: CWS dbgmacros1 (1.19.2.5.22); FILE MERGED 2003/04/10 09:28:24 kso 1.19.2.5.22.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e311cfc17b2e8a1b15c0f34068b9d8c2537ad438]

        INTEGRATION: CWS dbgmacros1 (1.39.2.2.56); FILE MERGED 2003/04/10 09:28:23 kso 1.39.2.2.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a0c52a76ec2c65d649d1747088d31babd729834c]

        INTEGRATION: CWS dbgmacros1 (1.46.2.6.22); FILE MERGED 2003/04/15 14:16:56 kso 1.46.2.6.22.2: RESYNC: (1.47-1.48); FILE MERGED 2003/04/10 09:28:22 kso 1.46.2.6.22.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2e027b96adc22ef0dc210a09f5212416f2c65a91]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.48.1.58); FILE MERGED 2003/04/10 09:28:22 kso 1.1.1.1.48.1.58.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6540584d58d9f08e1b7535e94b44884aea9b2ff5]

        INTEGRATION: CWS dbgmacros1 (1.11.6.1.56); FILE MERGED 2003/04/10 09:28:21 kso 1.11.6.1.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [62b8f9912a8f03cb820e11e112c74dafb92ea7d1]

        INTEGRATION: CWS dbgmacros1 (1.41.2.3.20); FILE MERGED 2003/04/10 09:28:20 kso 1.41.2.3.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [75ba3f75e685da7fd3f457d527bac4a5b296ba62]

        INTEGRATION: CWS dbgmacros1 (1.89.14); FILE MERGED 2003/04/09 10:44:16 kso 1.89.14.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6cd9072a23160daa1e7b613857cb424578842ac5]

        INTEGRATION: CWS dbgmacros1 (1.78.14); FILE MERGED 2003/04/09 10:44:15 kso 1.78.14.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dc55f95efdaa4d495bde4f3a865bb3378000c6e5]

        INTEGRATION: CWS dbgmacros1 (1.57.14); FILE MERGED 2003/04/10 17:45:02 kso 1.57.14.2: RESYNC: (1.57-1.58); FILE MERGED 2003/04/09 10:44:14 kso 1.57.14.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [72157c43dea13448c15675ca279fa2fec647e4f7]

        INTEGRATION: CWS dbgmacros1 (1.43.60); FILE MERGED 2003/04/09 10:44:14 kso 1.43.60.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2be6e04169a4612e383a71a399b246f694d648f6]

        INTEGRATION: CWS dbgmacros1 (1.148.10); FILE MERGED 2003/04/09 10:44:12 kso 1.148.10.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b556f0390663e76f909de5d9796922e644e006d3]

        INTEGRATION: CWS dbgmacros1 (1.49.14); FILE MERGED 2003/04/09 10:44:12 kso 1.49.14.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cf6908ef817f02f633542669caed577413262227]

        INTEGRATION: CWS dbgmacros1 (1.21.66); FILE MERGED 2003/04/09 10:44:11 kso 1.21.66.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8ca5b9bf377aaa550af41b8e431883317be4618e]

        INTEGRATION: CWS dbgmacros1 (1.42.60); FILE MERGED 2003/04/09 10:44:09 kso 1.42.60.1: #108413# - debug macro unification.

2003-04-15  Armin Weiss  <aw@openoffice.org>  [d6941fb507705757e795219a9864462854437070]

        Extended the Polygon implementation Splitted the Polygon tooling into PolygonTools and own namespace Changed names of local include files for templates

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bb6211f608bfd5c28fc8aef515eb18659a73581c]

        INTEGRATION: CWS dbgmacros1 (1.63.14); FILE MERGED 2003/04/10 19:11:38 kso 1.63.14.2: RESYNC: (1.63-1.64); FILE MERGED 2003/04/09 10:44:09 kso 1.63.14.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [438a5da52f7c79bad1f42684e043c9de2904b50d]

        INTEGRATION: CWS dbgmacros1 (1.66.14); FILE MERGED 2003/04/10 19:11:30 kso 1.66.14.2: RESYNC: (1.66-1.67); FILE MERGED 2003/04/09 10:44:08 kso 1.66.14.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [32d1c00d8dacc3c97a5e44bb7db2f1d1c8da1084]

        INTEGRATION: CWS dbgmacros1 (1.118.14); FILE MERGED 2003/04/09 10:44:08 kso 1.118.14.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [abc258dd988c02e733b9314eb30f98573763d3dd]

        INTEGRATION: CWS dbgmacros1 (1.41.14); FILE MERGED 2003/04/09 10:44:08 kso 1.41.14.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7d43477e4daab5858535e764ccf3856242708588]

        INTEGRATION: CWS dbgmacros1 (1.13.2.2.2); FILE MERGED 2003/04/10 08:33:43 kso 1.13.2.2.2.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b066c93533db642d1666c0812969007402b3a5b8]

        INTEGRATION: CWS dbgmacros1 (1.8.42); FILE MERGED 2003/04/10 08:33:43 kso 1.8.42.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8e25c25d92b246309c088bf07caf97ddb6e67838]

        INTEGRATION: CWS dbgmacros1 (1.5.2); FILE MERGED 2003/04/09 10:37:44 kso 1.5.2.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [94b18ba9880682146849fccd555215e677463e68]

        INTEGRATION: CWS dbgmacros1 (1.3.32); FILE MERGED 2003/04/09 10:37:43 kso 1.3.32.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [426aa889c8ed284252f8389cdb419f5be3c16ccd]

        INTEGRATION: CWS dbgmacros1 (1.3.20); FILE MERGED 2003/04/09 11:59:08 kso 1.3.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b86169bd9abf50ccab5aec687c851dbe8af9fbd9]

        INTEGRATION: CWS dbgmacros1 (1.3.52); FILE MERGED 2003/04/09 11:59:08 kso 1.3.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d27743f409aaffece507aebe5997cdded32d567c]

        INTEGRATION: CWS dbgmacros1 (1.6.20); FILE MERGED 2003/04/09 11:59:07 kso 1.6.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dc4781b9666e9861639f9d3134bc3185212c3de4]

        INTEGRATION: CWS dbgmacros1 (1.6.52); FILE MERGED 2003/04/09 11:59:07 kso 1.6.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [006056ca5301ecbe95ecedad4f02f33ef061a240]

        INTEGRATION: CWS dbgmacros1 (1.2.40); FILE MERGED 2003/04/09 11:59:04 kso 1.2.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c625307a9fe31e370d73cc8a4764d8980cefc273]

        INTEGRATION: CWS dbgmacros1 (1.1.1.1.62); FILE MERGED 2003/04/09 11:59:02 kso 1.1.1.1.62.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a9a4bec5e3dc59e1f2d9a9d146a9525981fe0e78]

        INTEGRATION: CWS dbgmacros1 (1.4.20); FILE MERGED 2003/04/09 11:59:00 kso 1.4.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [39664064e5fbe7c765077ee4f5aac33f99a14249]

        INTEGRATION: CWS dbgmacros1 (1.4.4.1.12); FILE MERGED 2003/04/09 11:58:59 kso 1.4.4.1.12.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5f36e25ed5767cce9533eb592a7827d489065019]

        INTEGRATION: CWS dbgmacros1 (1.6.40); FILE MERGED 2003/04/09 11:58:59 kso 1.6.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f777f6a788ac5623667f6e4e6d5ef8527fabb394]

        INTEGRATION: CWS dbgmacros1 (1.12.20); FILE MERGED 2003/04/09 11:58:57 kso 1.12.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [eb4f2eeeced076aad98f64d1e89ed3f584ab6e57]

        INTEGRATION: CWS dbgmacros1 (1.12.20); FILE MERGED 2003/04/09 11:58:55 kso 1.12.20.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ed15f525fcd1c58a1ac4f4abfefb806518e63d14]

        INTEGRATION: CWS dbgmacros1 (1.2.28); FILE MERGED 2003/04/10 08:33:04 kso 1.2.28.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e2a7bdb4241946605a3322249e3569141e90b916]

        SRX644

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c4f24cd36469c8ffc98edafaeaa1fbf44a053d58]

        INTEGRATION: CWS dbgmacros1 (1.3.52); FILE MERGED 2003/04/09 12:05:45 kso 1.3.52.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fdae8b4d2f400db1d9ea96aafa8ce08445c3addc]

        INTEGRATION: CWS dbgmacros1 (1.3.2.1.12); FILE MERGED 2003/04/09 12:06:51 kso 1.3.2.1.12.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [93cf769fccbb8ae2681561ef23b5419b0ffcf2ca]

        INTEGRATION: CWS dbgmacros1 (1.1.56); FILE MERGED 2003/04/09 12:06:51 kso 1.1.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [68c6f6101de04bbf746cee8fa03485c3372ee64f]

        INTEGRATION: CWS dbgmacros1 (1.1.56); FILE MERGED 2003/04/09 12:06:50 kso 1.1.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [10fa19f95dd8b3c3d4c0f628a4468bd3172c8d8d]

        INTEGRATION: CWS dbgmacros1 (1.6.24); FILE MERGED 2003/04/09 12:06:50 kso 1.6.24.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ab9e84e782a6015d490c290f0c6de8f3102a2686]

        INTEGRATION: CWS dbgmacros1 (1.1.56); FILE MERGED 2003/04/09 12:06:49 kso 1.1.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [73d251934c841b815f9adadeef316dcd905ff0c6]

        INTEGRATION: CWS dbgmacros1 (1.1.34.1.12); FILE MERGED 2003/04/09 12:06:48 kso 1.1.34.1.12.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [82f8879992113f38d322cab5ba5516a1d3ae7535]

        INTEGRATION: CWS dbgmacros1 (1.1.56); FILE MERGED 2003/04/09 12:06:47 kso 1.1.56.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cf87ecf107eabb147798f12399627a07c7f986bd]

        INTEGRATION: CWS dbgmacros1 (1.14.24); FILE MERGED 2003/04/09 12:06:45 kso 1.14.24.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5c1728eff022620aba5abf1e573ceb9ad2f8947a]

        INTEGRATION: CWS dbgmacros1 (1.2.46); FILE MERGED 2003/04/09 12:06:43 kso 1.2.46.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0001dae19cb110d0118ce3a07239f1e41783d419]

        INTEGRATION: CWS dbgmacros1 (1.2.44); FILE MERGED 2003/04/09 12:06:42 kso 1.2.44.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [540d085f32bb0781fb9f39793825eabad98dd5e8]

        INTEGRATION: CWS dbgmacros1 (1.4.44); FILE MERGED 2003/04/09 12:06:39 kso 1.4.44.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dad8998b07e19c5e0e07d603c79472082db4fd6b]

        INTEGRATION: CWS dbgmacros1 (1.2.2); FILE MERGED 2003/04/10 17:36:11 kso 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2003/04/09 10:09:49 kso 1.2.2.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3987e957e1160b7e421e3049fa3ceb9c9f2a66fd]

        INTEGRATION: CWS dbgmacros1 (1.2.2); FILE MERGED 2003/04/09 10:09:44 kso 1.2.2.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2871ef33ab2eb84f840e88961575bf9ab801dd3b]

        INTEGRATION: CWS dbgmacros1 (1.4.2); FILE MERGED 2003/04/10 17:36:26 kso 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2003/04/09 10:09:43 kso 1.4.2.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [56d1dec742f5e9b3930994ee79bfe7f77fe9abf9]

        INTEGRATION: CWS dbgmacros1 (1.5.2); FILE MERGED 2003/04/09 10:09:43 kso 1.5.2.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5b8840e879b5db3feda2f02a2628fc6223041062]

        INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED 2003/04/09 10:09:42 kso 1.1.24.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dd6c5e037deb18d50ac163f2bae1813b8e3f22e6]

        INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED 2003/04/10 17:36:19 kso 1.1.24.2: RESYNC: (1.1-1.2); FILE MERGED 2003/04/09 10:09:42 kso 1.1.24.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a414a3f63d5e7b09764cedff917072f96f22c552]

        INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED 2003/04/09 10:09:41 kso 1.1.24.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2670c26007460afec50a274c2047d3d8b3f360d9]

        INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED 2003/04/09 10:09:40 kso 1.1.24.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9bb29e6ca5de8c6f4096ab76b9d88a4d7b4c0ed9]

        INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED 2003/04/09 10:09:39 kso 1.1.24.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [17d905772c6003b17cc243a7948ea221ad79537d]

        INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED 2003/04/10 17:36:33 kso 1.1.24.2: RESYNC: (1.1-1.2); FILE MERGED 2003/04/09 10:09:38 kso 1.1.24.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [809e24c9edba30caf0ddc61020997c568aaf140d]

        INTEGRATION: CWS dbgmacros1 (1.1.4.2.22); FILE MERGED 2003/04/10 09:21:11 kso 1.1.4.2.22.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [79024b797687ca404d472c5227fae0a2584881a0]

        INTEGRATION: CWS dbgmacros1 (1.42.2.3.12); FILE MERGED 2003/04/10 09:21:10 kso 1.42.2.3.12.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fd1a54e162bd153c0200fabc6e0c7b1bc46eb451]

        INTEGRATION: CWS dbgmacros1 (1.16.26); FILE MERGED 2003/04/09 12:02:01 kso 1.16.26.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5227ec003bc898583563f1798a2c2f8252d36225]

        INTEGRATION: CWS dbgmacros1 (1.16.48); FILE MERGED 2003/04/09 12:02:00 kso 1.16.48.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a5addf41c45f6e7d7ef1ef9b02f678a74a3f210c]

        INTEGRATION: CWS dbgmacros1 (1.2.106); FILE MERGED 2003/04/09 10:47:33 kso 1.2.106.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a7688c74ffcdacf0de2a89f816cce333d451d256]

        INTEGRATION: CWS dbgmacros1 (1.2.106); FILE MERGED 2003/04/09 10:47:32 kso 1.2.106.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d1a0c91cde5b12d843e9a28eb9b288d957326448]

        INTEGRATION: CWS dbgmacros1 (1.14.2.8.2.1.40); FILE MERGED 2003/04/09 10:47:31 kso 1.14.2.8.2.1.40.1: #108413# - debug macro unification.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5cedc1140aa753f4bcda8d8c4d31c56b4d77a2e4]

        INTEGRATION: CWS tune01 (1.11.8.2.8); FILE MERGED 2003/04/01 12:07:47 mhu 1.11.8.2.8.5: #108383# Removed excess shared library dependencies. 2003/03/28 18:05:31 mhu 1.11.8.2.8.4: #108383# Removed excess shared library dependencies. 2003/03/10 18:24:40 er 1.11.8.2.8.3: #i11962# use I18NUTILLIB macro from libs.mk 2003/03/04 20:29:03 khong 1.11.8.2.8.2: #i11962# link new library i18nutil for Unicode::* 2003/03/02 13:58:18 mhu 1.11.8.2.8.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [398247ceb6c08ec65c8dcb5f6f56398168e2e478]

        INTEGRATION: CWS tune01 (1.59.2.2.14); FILE MERGED 2003/04/08 04:51:53 mhu 1.59.2.2.14.5: RESYNC: (1.59.2.2-1.61); FILE MERGED 2003/04/01 12:10:23 mhu 1.59.2.2.14.4: #108383# Replaced ICUI18NLIB by ICUINLIB, ICULELIB, ICUUCLIB to remove excess shared library dependencies. 2003/03/10 19:47:34 er 1.59.2.2.14.3: #i11962# it's ii18nutil for WNT 2003/03/10 18:36:32 er 1.59.2.2.14.2: #i11962# i18nutil with COMID 2003/03/10 18:23:39 er 1.59.2.2.14.1: #i11962# add i18nutil

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1bf244b260e9398370ec90c81dfef47151123920]

        INTEGRATION: CWS tune01 (1.3.48); FILE MERGED 2003/03/06 21:36:08 mhu 1.3.48.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [03e71f2ed8f05dbb9b3a3a61e686ba25f525eb23]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/06 21:36:07 mhu 1.1.2.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [98ee63b27979df994fc982a1ffe9c4441488ab3a]

        INTEGRATION: CWS tune01 (1.15.46); FILE MERGED 2003/04/04 20:33:08 mhu 1.15.46.2: #i12685# Need USE_DEFFILE when no SHLxIMPLIB specified. 2003/03/28 09:49:37 kso 1.15.46.1: #12685# - Added map file.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e6341d875f0b3f98a946636250011bb684593fe8]

        INTEGRATION: CWS tune01 (1.1.2.3.16); FILE MERGED 2003/04/08 05:21:38 mhu 1.1.2.3.16.2: RESYNC: (1.1.2.3-1.3); FILE MERGED 2003/03/12 15:09:09 sb 1.1.2.3.16.1: #107990# Introduced NativeLibraryLoader to unify loading/locating system libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e4b77308a206e196b327deb09def8643acb93c79]

        INTEGRATION: CWS tune01 (1.1.2.1.16); FILE MERGED 2003/03/13 11:41:56 sb 1.1.2.1.16.1: #107990# Introduced NativeLibraryLoader to unify loading/locating system libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [958901727c6ada9390241572a80b4002c512aee2]

        INTEGRATION: CWS tune01 (1.5.2.1.14); FILE MERGED 2003/03/11 19:37:30 mhu 1.5.2.1.14.1: #107990# #100000# jni function Java_com_sun_star_bridges_jni_1uno_JNI_1info_1holder_finalize__J needs to be extern "C".

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ce63417b7879673c69704677c10e2182f579cf05]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/27 17:53:37 mhu 1.1.2.2: #i11968# Linker mapfile: some more makefile cleanup, removed obsolete exports.dxp. 2003/03/27 16:31:23 abutler 1.1.2.1: #i11968# Adding Linker mapfile

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [73e2ea1c258499c32cd92ee322297ebcd11b6468]

        INTEGRATION: CWS tune01 (1.1.2.1.30); FILE MERGED 2003/03/27 17:53:35 mhu 1.1.2.1.30.3: #i11968# Linker mapfile: some more makefile cleanup, removed obsolete exports.dxp. 2003/03/27 16:32:22 abutler 1.1.2.1.30.2: #i11968# Adding Linker mapfile 2003/03/27 16:31:36 abutler 1.1.2.1.30.1: #i11968# Adding Linker mapfile

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5d7cb2e1f9b8a640b7fd89c2107ca163e8c1cd55]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/27 17:53:33 mhu 1.1.2.2: #i11968# Linker mapfile: some more makefile cleanup, removed obsolete exports.dxp. 2003/03/27 16:33:20 abutler 1.1.2.1: #i11968# Adding Linker mapfile

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [726a12c12bc9680ff65d740f27d52ebfb5d215b8]

        INTEGRATION: CWS tune01 (1.4.52); FILE MERGED 2003/03/27 17:53:33 mhu 1.4.52.2: #i11968# Linker mapfile: some more makefile cleanup, removed obsolete exports.dxp. 2003/03/27 16:33:40 abutler 1.4.52.1: #i11968# Adding Linker mapfile

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e85928b1d82b5c5174b63e7d1c4f39934f1e4777]

        INTEGRATION: CWS tune01 (1.3.46); FILE MERGED 2003/04/01 12:15:20 mhu 1.3.46.2: #108383# Removed excess shared library dependencies. 2003/03/31 16:23:17 sj 1.3.46.1: #11968# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [11d3fd55324c0772581eeefcdb1f39b5c88d8529]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/31 16:23:17 sj 1.1.2.1: #11968# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [50687f46c49032cd34e3c6cac3659e299493e007]

        INTEGRATION: CWS tune01 (1.5.2.1.24); FILE MERGED 2003/04/01 12:15:19 mhu 1.5.2.1.24.2: #108383# Removed excess shared library dependencies. 2003/03/31 16:18:53 sj 1.5.2.1.24.1: #11968# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [676a827dde088f92a1004a57333fa377fafda1c3]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/31 16:18:52 sj 1.1.2.1: #11968# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7f355e78445e6ce62b23913a5effeb54e46dbe75]

        INTEGRATION: CWS tune01 (1.2.46); FILE MERGED 2003/04/01 12:15:16 mhu 1.2.46.2: #108383# Removed excess shared library dependencies. 2003/03/31 16:09:44 sj 1.2.46.1: #11968# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fa8242ea1949d79f1817c8a3f23896ecd2f5d22d]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/31 16:10:50 sj 1.1.2.1: #11968# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [570a3e1bbcd0f0a44dacf40d69bc1fa48cd7b2e1]

        INTEGRATION: CWS tune01 (1.4.2.1.36); FILE MERGED 2003/04/01 12:15:13 mhu 1.4.2.1.36.2: #108383# Removed excess shared library dependencies. 2003/03/31 10:58:05 sj 1.4.2.1.36.1: #11968# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9fe95d884e7a9a9031d86cbb58cb8fab4079ba59]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/31 10:57:55 sj 1.1.2.1: #11968# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [daa53b876f0882229a768d8a9dbaa18b4ab746e3]

        INTEGRATION: CWS tune01 (1.7.6.3.14); FILE MERGED 2003/03/28 18:09:25 mhu 1.7.6.3.14.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [39865c769e1af448bced50f2846c052230972d8c]

        INTEGRATION: CWS tune01 (1.2.54); FILE MERGED 2003/03/12 15:06:41 sb 1.2.54.1: #107990# Introduced NativeLibraryLoader to unify loading/locating system libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cae963767ca37f1f8e3411c6b48ba240a4e9a419]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/12 15:06:40 sb 1.1.2.1: #107990# Introduced NativeLibraryLoader to unify loading/locating system libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [34f0e481a99be601cde9007412798b1bc754b752]

        INTEGRATION: CWS tune01 (1.1.4.1.10); FILE MERGED 2003/03/12 15:06:37 sb 1.1.4.1.10.1: #107990# Introduced NativeLibraryLoader to unify loading/locating system libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2caa8cbe745df0fd7edb57971cee54b6232fdcae]

        INTEGRATION: CWS tune01 (1.3.2.4.14); FILE MERGED 2003/04/06 14:31:41 mhu 1.3.2.4.14.1: #104380# Changed LINKFLAGS for a default runpath of <dollar/>ORIGIN, changed Bsymbolic default into Bdirect, temp. disabled LIBSALCPPRT.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [24a8abc9f96f7bd9994633cbc2a0d520f471a402]

        INTEGRATION: CWS tune01 (1.12.12.4.2); FILE MERGED 2003/04/08 04:57:08 mhu 1.12.12.4.2.2: RESYNC: (1.12.12.4-1.15); FILE MERGED 2003/04/06 14:29:20 mhu 1.12.12.4.2.1: #104380# Changed LINKFLAGS for a default runpath of <dollar/>ORIGIN, removed Bsymbolic default, added linker optimization for symbol scoped libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [20aff1dcb4e51f387b88e824a75ad3be5af09ba3]

        INTEGRATION: CWS tune01 (1.1.1.1.92); FILE MERGED 2003/03/28 10:41:39 oj 1.1.1.1.92.1: #i12692# correct makefile and map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [08a92711e784cdd203a6983aa8211b42540f3a0e]

        INTEGRATION: CWS tune01 (1.11.80); FILE MERGED 2003/04/06 14:19:21 mhu 1.11.80.3: #i12692# Need USE_DEFFILE when using *.flt files. 2003/04/02 19:11:10 mhu 1.11.80.2: #108383# Removed excess shared library dependencies. 2003/03/28 10:41:38 oj 1.11.80.1: #i12692# correct makefile and map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [67f8989d6b4194fb951b1b4ba7af328303f6825c]

        INTEGRATION: CWS tune01 (1.8.56); FILE MERGED 2003/03/24 22:44:20 mhu 1.8.56.1: #108383# Disable '-z defs' due to broken libxpcom.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8988fa9e7c010733d081b325de98c9a7347d1d90]

        INTEGRATION: CWS tune01 (1.5.10.1.16); FILE MERGED 2003/04/11 13:50:02 mhu 1.5.10.1.16.2: #i12692# Need USE_DEFFILE when not using SHLxIMPLIB. 2003/03/28 11:13:16 oj 1.5.10.1.16.1: #i12692# add map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [29f7f7058ac891daa3fafcc7de7c412d6dc93158]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/28 11:13:30 oj 1.1.2.1: #i12692# add map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8fb43b98a4c2a0b87ddef36550da195c80f85bc6]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 13:58:18 mhu 1.1.2.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [794d53e5790b8273d72aad20fc45ff65ab0c3f26]

        INTEGRATION: CWS tune01 (1.13.6.1.30); FILE MERGED 2003/03/07 20:44:36 mhu 1.13.6.1.30.2: RESYNC: (1.13.6.1-1.13.6.1.2.1); FILE MERGED 2003/03/02 13:58:16 mhu 1.13.6.1.30.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bcce33fb1eac545b0c7963ce899670b1f450a1a7]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 13:58:16 mhu 1.1.2.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [186c08835a0594a3f04c41da7d27539b0830e7e4]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 13:58:15 mhu 1.1.2.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [66b51a1c5f86523e25f7da2c3260265c50fc775c]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 13:58:14 mhu 1.1.2.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b312e822dc89c00581d39b0f6695ec84acb19ee0]

        INTEGRATION: CWS tune01 (1.2.38); FILE MERGED 2003/04/08 04:08:39 mhu 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2003/03/02 13:58:13 mhu 1.2.38.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6eb680bd58867b43fb3c2184523d6d8a3367fcd6]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 13:58:12 mhu 1.1.2.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [848006c1d65cc6f01ce899f81d369bdb98a8a603]

        INTEGRATION: CWS tune01 (1.8.2.1.8); FILE MERGED 2003/03/07 20:45:12 mhu 1.8.2.1.8.2: RESYNC: (1.8.2.1-1.8.2.2); FILE MERGED 2003/03/02 13:58:11 mhu 1.8.2.1.8.1: #i11962# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1b0e1750e87407803cb2145b26fc23e0593d73ee]

        INTEGRATION: CWS tune01 (1.2.40); FILE MERGED 2003/03/12 06:27:44 khong 1.2.40.1: #i11962# extract case/karan/width ignore to i18nutil to share between i18n and i18npool

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c5f5f3687723dc3f5175498459e3d288c6d8c338]

        INTEGRATION: CWS tune01 (1.5.30); FILE MERGED 2003/03/12 16:20:47 er 1.5.30.1: #i11962# include .hpp files, not .hdl

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3b5298917e61884d9344d4a0b266a88baad6ca58]

        INTEGRATION: CWS tune01 (1.15.4); FILE MERGED 2003/04/11 13:45:49 mhu 1.15.4.1: #108383# Need unconditional SCHLIB dependency.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [715d8d5ab5484ad517838a87ec4b69682e85c5a7]

        INTEGRATION: CWS tune01 (1.3.4.1.52); FILE MERGED 2003/04/06 15:18:25 mhu 1.3.4.1.52.1: #i12694# Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [07e76ee9f5079b4047642d32b5f1c16c1026de44]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/06 15:18:24 mhu 1.1.2.1: #i12694# Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2195b23cb7c90ae019fca44217f219c009b697d9]

        INTEGRATION: CWS tune01 (1.17.8.1.50); FILE MERGED 2003/04/11 13:44:48 mhu 1.17.8.1.50.2: #108383# Need unconditional SMLIB dependency. 2003/03/28 18:53:55 mhu 1.17.8.1.50.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d95ff71625b73640895af5bd5554b62f6ceb640c]

        INTEGRATION: CWS tune01 (1.4.132); FILE MERGED 2003/04/02 16:15:16 mhu 1.4.132.2: #108383# Removed excess shared library dependencies. 2003/04/01 12:41:51 sj 1.4.132.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4bb5b046bdf0bca2716187fca8e3d63802617d37]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 12:41:50 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c74b1a7e604877846b0504dc133a61ad829f2133]

        INTEGRATION: CWS tune01 (1.14.4.1.24); FILE MERGED 2003/04/11 13:43:11 mhu 1.14.4.1.24.4: #108383# Re-added UNOTOOLSLIB dependency. 2003/04/08 09:06:30 mhu 1.14.4.1.24.3: RESYNC: (1.14.4.1-1.16); FILE MERGED 2003/04/01 12:41:26 mhu 1.14.4.1.24.2: #108383# Removed excess shared library dependencies. 2003/03/31 11:20:16 kso 1.14.4.1.24.1: #i12685# - Added map file.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fef5d334301a812626bb87e497136235333e9c59]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/31 11:20:15 kso 1.1.2.1: #i12685# - Added map file.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a8bb56e50054db58f8abfd02aedc98e128d048bd]

        INTEGRATION: CWS tune01 (1.8.26); FILE MERGED 2003/04/06 15:06:28 mhu 1.8.26.1: #i12694# Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [abffd159354c8c325f4401b7d87bcd1b7e6624db]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/06 15:06:27 mhu 1.1.2.1: #i12694# Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dfeb5a0f05da357814ee1b301ec55c5cf48ef16f]

        INTEGRATION: CWS tune01 (1.9.26); FILE MERGED 2003/04/06 15:03:50 mhu 1.9.26.1: #i12694# Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [71245c8e8b6e97a0974a337d4c07c7edf27cf889]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/06 15:03:50 mhu 1.1.2.1: #i12694# Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ee60913ed812268c84eb5f7f384aef4512f86e61]

        INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/03/28 18:04:36 mhu 1.3.58.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5d8a26b600d8e2e370b777b08836c0e658f66f41]

        INTEGRATION: CWS tune01 (1.5.64); FILE MERGED 2003/04/02 16:41:13 mhu 1.5.64.2: #108383# Removed excess shared library dependencies. 2003/04/01 12:01:29 sj 1.5.64.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [13b89f14c326afc31f58720f63b51d304f38a503]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 12:01:29 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c4018dfb7ea67efe083bee1f41880021801afbfd]

        INTEGRATION: CWS tune01 (1.5.64); FILE MERGED 2003/04/02 16:41:12 mhu 1.5.64.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:58:54 sj 1.5.64.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d9ab83d930dcb735672cc876feba899918b4978b]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:58:53 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1817be2bca79034457afe44fe660612f4588cff2]

        INTEGRATION: CWS tune01 (1.5.64); FILE MERGED 2003/04/02 16:41:12 mhu 1.5.64.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:57:24 sj 1.5.64.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e370ba5c7a0d772f3935c32916778e0be1266c1b]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:57:24 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3c089b2d683ac4465376c263fc0c6541fe23ac0c]

        INTEGRATION: CWS tune01 (1.5.64); FILE MERGED 2003/04/02 16:41:11 mhu 1.5.64.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:55:40 sj 1.5.64.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9832251f26ccf8ee1623c3e3e0ed331bff976b2d]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:55:39 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [06c1aa17842c2af284863837637a3a629a367160]

        INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:10 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:53:54 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [190b923308dc24c4349397ccb447020b597a3243]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:53:54 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ea25ffbff6d3bc67e742f55b0f57c601be81a6a6]

        INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:10 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:49:14 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8b752aa833b8591fb0c441e788ca10bbfb10205c]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:49:13 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [06c423868408e2ded2d9420eda19285512db0b41]

        INTEGRATION: CWS tune01 (1.6.58); FILE MERGED 2003/04/02 16:41:09 mhu 1.6.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:47:31 sj 1.6.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e85ae5e9f5d7fcb5796f6fb16402a07fbca6163d]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:47:31 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bcb970587872d01d7e598a94cae11be23479c5d8]

        INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:08 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:44:28 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e3d4a26ecfad19d863a13b4754fc6d2d999f8c2e]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:44:27 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [468ca84deccefe0c145b6aa5c1c0e638037dc100]

        INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:08 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:42:58 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [868e3e0a3b123144a61cdb85251d54f37bbd21c9]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:42:58 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c008e9125c8fca491c9ec7a26fd9d65d56ab5edf]

        INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:07 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:41:27 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9d2e14f1ba5f6c87979b9583e6e8931c23640e0a]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:41:26 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a829a0ad817ab7679a68153de87e234c4b8bf970]

        INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:06 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:38:52 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [99c007f70480d762f5b83fb07ebe1f1dc0990dc6]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:38:51 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7f06bce39d15ee21b05ef4ecd283d591635f62f0]

        INTEGRATION: CWS tune01 (1.5.46); FILE MERGED 2003/04/02 16:41:05 mhu 1.5.46.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:36:43 sj 1.5.46.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6822356e8e7f2b97fb8fd78bb5519fc8ee8a6c6b]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:36:43 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5b01e46800b9a49c2e22187309242398b3dbfe22]

        INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:04 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:28:48 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [81f533ef70c7163e17c892037209be3e310a9a4b]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:28:47 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [603cc18ffd203bef78d6d031a28a3789e9b15088]

        INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:03 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:26:51 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e63bd52d5f97d10655ecd099e1e1228756d3d412]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:26:51 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [57b7ad043524a23cc98bbcde8ecaa1453f763640]

        INTEGRATION: CWS tune01 (1.4.58); FILE MERGED 2003/04/02 16:41:03 mhu 1.4.58.2: #108383# Removed excess shared library dependencies. 2003/04/01 11:24:50 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [40bdb88b315e4acbc8b0b5f741912259793101ad]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:24:50 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b59eb8d369db1ef8b6070b4b273a123ea2731ee5]

        INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:21:32 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0798362fc7c3fb31be81cbf422f2f45a58cf3ae0]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:21:32 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8013e397dc582b583a110da7d1e289055c229a44]

        INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:19:30 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8892542a5436bb986c494b482027a3e93ad20884]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:19:29 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [667e24da94374747d59f8f408cdb2f752222768d]

        INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:15:03 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9ea0942d5c9b591ac1b067c5e8522ad3b472a9f3]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:15:03 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [42fa1e7f96c5dc1c037d02ef6dd7ec19db5b97d9]

        INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:11:03 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dd40c29f0be676b11fc39faa2b7c07749e12adef]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:11:03 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0b9aa5b2d19915901f66a9841842e2ff035c24ee]

        INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:07:29 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [14dde6e6c745e9e2e981a4f5ae71bd29c428a96a]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:07:29 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [200f954c7c71b5b6ea7b77573c967934706625ed]

        INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 11:03:35 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [efe1ebcb2572a31fa524e4211fd503a295ef066d]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 11:03:35 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a4aedee20a27a9c0fc2330cf9b8641b6a63e767e]

        INTEGRATION: CWS tune01 (1.3.58); FILE MERGED 2003/04/01 10:54:52 sj 1.3.58.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [57a9d466756e76eff283853bfa8f7aa3939a6bce]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/01 10:54:52 sj 1.1.2.1: #12689# added missing mapfiles for dynamically loaded libraries

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e7c873ad8016c07193ba81671bfda3ea4b637d9b]

        INTEGRATION: CWS tune01 (1.9.24); FILE MERGED 2003/03/12 16:12:30 pl 1.9.24.1: #i12151# add: map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b2a6d111c8fc443127872422cdc3ea993c288292]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/12 16:12:32 pl 1.1.2.1: #i12151# add: map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [89b305993c0a44d6f97ee25a7269765b41511d5e]

        INTEGRATION: CWS tune01 (1.5.18.1.14); FILE MERGED 2003/03/28 18:10:13 mhu 1.5.18.1.14.2: #108383# Removed excess shared library dependencies. 2003/03/12 15:50:36 pl 1.5.18.1.14.1: #i12151# add: map file, remove: useless outdated test progra,

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5d1a9b079e53825c0edbfaaa8789eeb91ed6a16a]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/12 15:50:37 pl 1.1.2.1: #i12151# add: map file, remove: useless outdated test progra,

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [401852ba8be5c8da2af4780ea2c6df32b4cb7847]

        INTEGRATION: CWS tune01 (1.20.10.1.78); FILE MERGED 2003/04/11 14:28:39 mhu 1.20.10.1.78.2: #108383# Need unconditional SCHLIB, SMLIB dependencies. 2003/04/01 12:30:33 mhu 1.20.10.1.78.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5895d8d42e746f4370629186d9fd1be116740175]

        INTEGRATION: CWS tune01 (1.2.46); FILE MERGED 2003/04/02 20:14:35 mhu 1.2.46.2: #108383# Removed excess shared library dependencies. 2003/04/02 19:49:30 mhu 1.2.46.1: #i12688# #108383# Added symbol scoping linker mapfile, removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1b165c14b3d59755a05992dfd35f8a3a5404240c]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/02 19:49:30 mhu 1.1.2.1: #i12688# #108383# Added symbol scoping linker mapfile, removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e1d45dae3c8fef36f5624a18c50c775a767cf8d8]

        INTEGRATION: CWS tune01 (1.2.46); FILE MERGED 2003/04/04 09:37:36 mhu 1.2.46.2: #108383# Removed excess shared library dependencies. 2003/04/03 19:21:54 mhu 1.2.46.1: #i12688# Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a76487ba30589bee3403ff779835683e4dcb3399]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/03 19:21:53 mhu 1.1.2.1: #i12688# Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8e1a749b078ad36ba9391bdd6844f6cf4783d559]

        INTEGRATION: CWS tune01 (1.3.46); FILE MERGED 2003/03/12 16:07:55 pl 1.3.46.1: #i12151# add: map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9f992db55205af904d18cfe7da55b55e316e5d3a]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/12 16:07:56 pl 1.1.2.1: #i12151# add: map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [de4b0b070004835f87e5828e55d0acff7478812f]

        INTEGRATION: CWS tune01 (1.5.46); FILE MERGED 2003/04/03 13:41:33 pl 1.5.46.1: #i12688# add map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7be85a93fe17323480450b8601f10e21c2999927]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/03 13:41:32 pl 1.1.2.1: #i12688# add map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [48177b0b2fda90a2ece17687c08772b53da903ad]

        INTEGRATION: CWS tune01 (1.5.46); FILE MERGED 2003/04/04 09:53:45 mhu 1.5.46.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1cd4f2537aad5b4fb9fad04c9ee5a437ba0cc8db]

        INTEGRATION: CWS tune01 (1.1.66); FILE MERGED 2003/04/04 09:53:44 mhu 1.1.66.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4012f2418a246307cd92ff09d8288caf411dc275]

        INTEGRATION: CWS tune01 (1.6.46); FILE MERGED 2003/03/14 11:31:52 mhu 1.6.46.1: #i12151# Added symbol scoping mapfile, fixed dependencies, removed obsolete files.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7f5e256adad344fda4aa942ee2206a15be3aab76]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/14 11:31:51 mhu 1.1.2.1: #i12151# Added symbol scoping mapfile, fixed dependencies, removed obsolete files.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8fc9ab2cb7792743b54f5d97b45b5401883a82cd]

        INTEGRATION: CWS tune01 (1.3.82); FILE MERGED 2003/04/02 20:01:28 mhu 1.3.82.1: #i12688# #108383# Removed obsolete *.dxp file, removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3f11870a8325eccc6b624aa5d580a4c68ec2c868]

        INTEGRATION: CWS tune01 (1.12.46); FILE MERGED 2003/04/11 13:41:05 mhu 1.12.46.3: #108383# Re-added DBTOOLSLIB dependency. 2003/04/04 09:37:35 mhu 1.12.46.2: #108383# Removed excess shared library dependencies. 2003/04/03 12:59:43 os 1.12.46.1: #i12688# map file creation added

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [918fd633edb1cbe06e33aa148525cd1a52b0b353]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/03 13:00:21 os 1.1.2.1: #i12688# map file creation added

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1b977823df1a6ef47e11290ab15fd2ebf2d3b269]

        INTEGRATION: CWS tune01 (1.19.2.3.12); FILE MERGED 2003/04/04 15:00:54 hro 1.19.2.3.12.1: #i12688# Service InstallationCheck no longer used

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [080cb468ea2cdcc5b339f614da66d96d000b10a7]

        INTEGRATION: CWS tune01 (1.69.2.6.12); FILE MERGED 2003/03/28 18:08:19 mhu 1.69.2.6.12.2: #108383# Removed excess shared library dependencies. 2003/03/13 12:30:54 as 1.69.2.6.12.1: #i11968# use new map file for component libs

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e8700c3730b6a6240fae37bbd0efb2cc095b8234]

        INTEGRATION: CWS tune01 (1.17.2.1.8); FILE MERGED 2003/03/24 21:40:06 mhu 1.17.2.1.8.1: #108383# Added missing dependencies for libneon.a under solaris.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5dfdfdb5032cd8331de79d0479fb5b64987f0e4f]

        INTEGRATION: CWS tune01 (1.24.2.3.2.2.6); FILE MERGED 2003/04/11 13:38:34 mhu 1.24.2.3.2.2.6.3: #104380# Fixed systoolsunx merge mistake. 2003/04/07 22:15:15 mhu 1.24.2.3.2.2.6.2: RESYNC: (1.24.2.3.2.2-1.29); FILE MERGED 2003/04/06 14:49:54 mhu 1.24.2.3.2.2.6.1: #104380# For Solaris (-Bdirect) explicitly specify -Bdynamic for imported system libraries. Cleaned up much obsolete stuff.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [68ba7154676d62835f911cbdf31b8a0302af84ee]

        INTEGRATION: CWS tune01 (1.1.4.1.4); FILE MERGED 2003/04/06 14:44:16 mhu 1.1.4.1.4.1: #104380# Exp. interposer for Solaris -Bdirect.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [17686f244a30674e0e8562201d89b5565e7529f7]

        INTEGRATION: CWS tune01 (1.2.26); FILE MERGED 2003/04/03 13:58:32 cp 1.2.26.1: #i12151# specify function export

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bb8508ecc6eee6c66f3fd07ef85bd96922e444cc]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/03 13:58:17 cp 1.1.2.1: #i12151# specify function export

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7698457ed7cbd6ae2e95622a53cc48ba3d631f8c]

        INTEGRATION: CWS tune01 (1.2.26); FILE MERGED 2003/04/03 13:57:35 cp 1.2.26.1: #i12151# specify function export

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d4f74f0da3262545514b16a1759e8ac59dbf4451]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/03 13:57:50 cp 1.1.2.1: #i12151# specify function export

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [38bf8b68062a58aaf0b00f5a61c083b04e10d797]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/13 12:30:54 as 1.1.2.1: #i11968# use new map file for component libs

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [76083925732cf66aa745b03a0fe43f4690eeea47]

        INTEGRATION: CWS tune01 (1.12.72); FILE MERGED 2003/04/01 12:05:50 mhu 1.12.72.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dd3830b75ac10d3b9698fb62303670cc6038bc08]

        INTEGRATION: CWS tune01 (1.8.16); FILE MERGED 2003/04/03 11:28:47 mhu 1.8.16.1: #i12688 Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ec4259ef1754a03d9ebb32011b32a42d0b2fa7d3]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/03 11:28:47 mhu 1.1.2.1: #i12688 Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [254369a832a615240cbcbcef0c40e686082cbabb]

        INTEGRATION: CWS tune01 (1.5.40); FILE MERGED 2003/04/02 19:31:13 mhu 1.5.40.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e4011ab35003d2cb9e436e6af92d5ed78b1f275f]

        INTEGRATION: CWS tune01 (1.21.8.8.2.1.54); FILE MERGED 2003/03/28 18:03:33 mhu 1.21.8.8.2.1.54.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ea585542be9789666880522b527676097b5c610d]

        INTEGRATION: CWS tune01 (1.29.10.3.36); FILE MERGED 2003/04/04 15:11:14 mhu 1.29.10.3.36.1: #i12688# Removed obsolete XInstallationCheck / FontCheck service usage.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ee17c365ea219cc62fa95a5a676f062be1bcfcad]

        INTEGRATION: CWS tune01 (1.42.4); FILE MERGED 2003/04/11 13:35:29 mhu 1.42.4.1: #108383# Removed obsolete reference to module inet.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2d26a94bb1c4a3c742550ca48adb0d5d7ec69e3e]

        INTEGRATION: CWS tune01 (1.40.4.2.28); FILE MERGED 2003/04/01 12:31:53 mhu 1.40.4.2.28.2: #108383# Removed excess shared library dependencies. 2003/03/24 21:02:14 mhu 1.40.4.2.28.1: #108383# Added missing dependencies for libaudio.a under solaris.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c882b6ca22f7526c6ea35dbee761018ee3b10afe]

        INTEGRATION: CWS tune01 (1.41.6.2.66); FILE MERGED 2003/04/07 19:51:20 mhu 1.41.6.2.66.3: RESYNC: (1.41.6.2-1.43); FILE MERGED 2003/04/05 14:19:12 mhu 1.41.6.2.66.2: #108383# Fixed bmpgui, g2g dependency on SVMain(). 2003/04/01 12:36:39 mhu 1.41.6.2.66.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8c90d7829570bc8aa7998c608d7dec79bc3117dc]

        INTEGRATION: CWS tune01 (1.5.158); FILE MERGED 2003/04/05 14:19:10 mhu 1.5.158.1: #108383# Fixed bmpgui, g2g dependency on SVMain().

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3e57887ad1319475b22799df87eae01608df618a]

        INTEGRATION: CWS tune01 (1.4.142); FILE MERGED 2003/04/05 14:19:09 mhu 1.4.142.1: #108383# Fixed bmpgui, g2g dependency on SVMain().

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [580935143ccbeba96640dc23f350439e9bfd7ebd]

        INTEGRATION: CWS tune01 (1.10.2.2.12); FILE MERGED 2003/03/27 11:15:24 dbo 1.10.2.2.12.1: #i12685# added map file for javaunohelper

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a41cdd978e98a922c16d9fdd1edee2a6dea90136]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/27 11:15:23 dbo 1.1.2.1: #i12685# added map file for javaunohelper

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [301d55f2f8572587b2a9b7efd812bfed5646556a]

        INTEGRATION: CWS tune01 (1.7.10.1.38); FILE MERGED 2003/04/01 12:35:42 mhu 1.7.10.1.38.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5365b14157a72b39bca228a87a110d5ed5198039]

        INTEGRATION: CWS tune01 (1.6.16); FILE MERGED 2003/04/03 11:35:33 mhu 1.6.16.1: #i12688 Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [87b3bb7362a89721c6dd0e460dbf70c35f082a0f]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/03 11:35:33 mhu 1.1.2.1: #i12688 Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [719d05461fa39ae8fa398abadd63f4c218c08856]

        INTEGRATION: CWS tune01 (1.1.1.1.60); FILE MERGED 2003/04/03 11:50:51 mhu 1.1.1.1.60.1: #i12151# Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d1dd4d2cf2416254dba53d801a5dbae6c6d59aa4]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/04/03 11:50:50 mhu 1.1.2.1: #i12151# Added symbol scoping linker mapfile.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [84435821dc086f58eae95615cd62bb3a52a47519]

        INTEGRATION: CWS tune01 (1.7.6.1.18); FILE MERGED 2003/04/03 20:20:40 mhu 1.7.6.1.18.1: #108383# Removed excess shared library dependencies.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f2a11b056ac5c35ef35fcba44b22980bed9fad93]

        INTEGRATION: CWS tune01 (1.5.50); FILE MERGED 2003/03/28 10:02:10 kso 1.5.50.1: #i12685# - added map file.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f538c50170abb6f2362834724a48f4277f9ae23a]

        INTEGRATION: CWS tune01 (1.6.56); FILE MERGED 2003/03/27 11:12:05 dbo 1.6.56.1: #i12685# added map file for introspection

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [49ad286f79bc5f85b40338f491d412259bec9c91]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/27 11:12:05 dbo 1.1.2.1: #i12685# added map file for introspection

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [36dd09e8115c249fe398ba1c2d93cab52e8c9279]

        INTEGRATION: CWS tune01 (1.19.20.1.32); FILE MERGED 2003/04/11 13:32:52 mhu 1.19.20.1.32.3: #i12692# Need USE_DEFFILE when not using SHLxIMPLIB. 2003/04/02 19:01:24 mhu 1.19.20.1.32.2: #108383# Removed excess shared library dependencies. 2003/03/28 11:11:06 oj 1.19.20.1.32.1: #i12692# add map file

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [93fce7f42b5b0d3cab8de64cdc9d6fa060ec6f96]

        INTEGRATION: CWS tune01 (1.14.8.6.2.5.18); FILE MERGED 2003/04/07 16:11:31 mhu 1.14.8.6.2.5.18.2: RESYNC: (1.14.8.6.2.5-1.27); FILE MERGED 2003/03/02 19:51:54 mhu 1.14.8.6.2.5.18.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ae218351602ffed03b33f5ff6aa4c0770e55de9e]

        INTEGRATION: CWS tune01 (1.1.4.1.40); FILE MERGED 2003/03/02 19:51:53 mhu 1.1.4.1.40.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d22093c165df762b0a111195ae366399b462ff5e]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 19:51:52 mhu 1.1.2.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bf4b119a85de2aa056f7dfa0b30fa04be5baaa48]

        INTEGRATION: CWS tune01 (1.1.2.1.52); FILE MERGED 2003/03/07 20:38:43 mhu 1.1.2.1.52.2: RESYNC: (1.1.2.1-1.1.2.2); FILE MERGED 2003/03/02 19:51:51 mhu 1.1.2.1.52.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [31644900cdeb72bfe515ca741b6bf5b480aa38e2]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 19:51:51 mhu 1.1.2.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1da3de74730cf426b357e226577836d829c48cd6]

        INTEGRATION: CWS tune01 (1.1.2.1.26); FILE MERGED 2003/03/02 19:51:47 mhu 1.1.2.1.26.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1d673a8111f37b7f217c79dbc3461c77341a6d29]

        INTEGRATION: CWS tune01 (1.1.2); FILE ADDED 2003/03/02 19:51:47 mhu 1.1.2.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a27f5cadfbba00d4bf50d96a08428805feee4bbe]

        INTEGRATION: CWS tune01 (1.20.12.1.90); FILE MERGED 2003/04/13 16:48:14 mhu 1.20.12.1.90.2: #108383# Removed excess shared library dependencies. 2003/04/01 12:17:34 mhu 1.20.12.1.90.1: #108383# Removed excess shared library dependencies.

2003-04-15  Rüdiger Timm  <rt@openoffice.org>  [5f67d589392ddbc9a1e2067575648d60466184d4]

        #100000# Don't undeliver build.lst to avoid getting empty zip files newer than the valid ones (which get the date of their newset content file).

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c26e9fc152f6a52fd95a7ef2a3e6ffbd9439ca4c]

        INTEGRATION: CWS jollyfilterteam04 (1.25.50); FILE MERGED 2003/03/31 16:00:18 cmc 1.25.50.3: #i12856# use better braces for the matrix templates 2003/03/31 09:00:02 cmc 1.25.50.2: #i12857# overline/underline doesn't work exactly as I thought 2003/03/27 15:18:30 cmc 1.25.50.1: #i6882# Export emblishments correctly when over a mathnode

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2ec962829bfe46f987da023a27ffffbc5fc75516]

        INTEGRATION: CWS jollyfilterteam04 (1.45.116); FILE MERGED 2003/04/10 09:00:55 mmaher 1.45.116.1: #108550# When the row height is changed automatically to accomodate large text the new row height is now also stored.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [07a5426013c3337904af7bea95ba36ffdac4d544]

        INTEGRATION: CWS jollyfilterteam04 (1.165.2); FILE MERGED 2003/04/10 09:00:54 mmaher 1.165.2.1: #108550# When the row height is changed automatically to accomodate large text the new row height is now also stored.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2898d43258b3c9fd0a506985557bda5cb20c4f24]

        INTEGRATION: CWS jollyfilterteam04 (1.48.2); FILE MERGED 2003/04/10 10:08:20 mmaher 1.48.2.2: Re-added a change that got deleted by mistake on the previous checkin. 2003/04/10 09:00:53 mmaher 1.48.2.1: #108550# When the row height is changed automatically to accomodate large text the new row height is now also stored.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c64863d0bb5b9165f800174a7ba1d97bc99f15a6]

        INTEGRATION: CWS jollyfilterteam04 (1.65.2); FILE MERGED 2003/04/10 10:05:41 mmaher 1.65.2.2: Backed out a change that was incorrectly added on the previous checkin. 2003/04/10 09:00:52 mmaher 1.65.2.1: #108550# When the row height is changed automatically to accomodate large text the new row height is now also stored.

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d75ab03cfe5965a2624f1c151247166a440eec19]

        INTEGRATION: CWS jollyfilterteam04 (1.3.196); FILE MERGED 2003/04/10 15:25:47 cmc 1.3.196.1: #i13271# avoid stripping out the wrong parts of imported macros

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [59604df3f853d7e94799bd31e82d2117839aed62]

        INTEGRATION: CWS jollyfilterteam04 (1.10.8); FILE MERGED 2003/04/10 15:25:46 cmc 1.10.8.1: #i13271# avoid stripping out the wrong parts of imported macros

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6f40d2ee72fffcfb6c8d826035c01fb9c37a2b1e]

        INTEGRATION: CWS jollyfilterteam04 (1.128.2.1.58); FILE MERGED 2003/04/14 09:46:36 cmc 1.128.2.1.58.5: #108810# all justification import 2003/04/02 13:44:04 cmc 1.128.2.1.58.4: RESYNC: (1.128.2.1-1.130); FILE MERGED 2003/03/28 13:38:17 cmc 1.128.2.1.58.3: #105765# Basic support for nonrecursive fields for drawing textboxes, hyperlinks only (all that drawing textboxes supports) 2003/03/25 16:11:55 cmc 1.128.2.1.58.2: #i5379# snap frame to table width only if only one table inside frame, otherwise leave table and frames at original size, though the table left offset still affects the surrounding frame and not the table in the frame 2003/03/19 10:14:51 cmc 1.128.2.1.58.1: #108303# ww6 headers work a little different to ww8 headers when it comes to the new section insertion mechanism

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d7b4cab85ffb9461df7e21654a7343daf416b827]

        INTEGRATION: CWS jollyfilterteam04 (1.62.2.2.32); FILE MERGED 2003/04/10 09:46:29 abutler 1.62.2.2.32.5: #108650# Applied shape field importing patch 2003/04/08 12:16:50 cmc 1.62.2.2.32.4: #108546# hidden text 2003/04/02 13:43:53 cmc 1.62.2.2.32.3: RESYNC: (1.62.2.2-1.64); FILE MERGED 2003/04/01 16:31:33 cmc 1.62.2.2.32.2: #108546# Support semi-import of hidden text feature 2003/03/28 13:38:16 cmc 1.62.2.2.32.1: #105765# Basic support for nonrecursive fields for drawing textboxes, hyperlinks only (all that drawing textboxes supports)

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5bdbd465a56a58fb81b8de1679149978785aa531]

        INTEGRATION: CWS jollyfilterteam04 (1.41.2.1.58); FILE MERGED 2003/04/02 13:43:26 cmc 1.41.2.1.58.3: RESYNC: (1.41.2.1-1.43); FILE MERGED 2003/03/31 15:37:38 cmc 1.41.2.1.58.2: #i8219# Improve im/ex of rightalign numbering 2003/03/31 13:04:28 cmc 1.41.2.1.58.1: #i7936# Even if two lists are exactly the same in formatting, they are not the same list from word perspective of restarting numbering of continuing from existing list

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8348ca8669c4b03310686bfc919c8d851410a7fa]

        INTEGRATION: CWS jollyfilterteam04 (1.28.2); FILE MERGED 2003/04/08 12:16:50 cmc 1.28.2.1: #108546# hidden text

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [33b8e50dfa666539b510d6537ce295f4e6dff8b4]

        INTEGRATION: CWS jollyfilterteam04 (1.78.2.1.58); FILE MERGED 2003/04/08 12:16:49 cmc 1.78.2.1.58.5: #108546# hidden text 2003/04/02 13:42:59 cmc 1.78.2.1.58.4: RESYNC: (1.78.2.1-1.80); FILE MERGED 2003/04/01 17:02:37 cmc 1.78.2.1.58.3: #i12641# Don't crash if document has no styles at all 2003/03/25 16:11:54 cmc 1.78.2.1.58.2: #i5379# snap frame to table width only if only one table inside frame, otherwise leave table and frames at original size, though the table left offset still affects the surrounding frame and not the table in the frame 2003/03/18 15:59:19 cmc 1.78.2.1.58.1: #108288# ww6 lists should be stopped fully not partially when they come to a *stop*

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1038eb15bbe70ebf243fcba9a32699c444ed36c8]

        INTEGRATION: CWS jollyfilterteam04 (1.106.2.2.32); FILE MERGED 2003/04/10 09:46:29 abutler 1.106.2.2.32.9: #108650# Applied shape field importing patch 2003/04/08 12:16:49 cmc 1.106.2.2.32.8: #108546# hidden text 2003/04/02 13:42:50 cmc 1.106.2.2.32.7: RESYNC: (1.106.2.2-1.108); FILE MERGED 2003/04/01 17:02:36 cmc 1.106.2.2.32.6: #i12641# Don't crash if document has no styles at all 2003/04/01 16:31:33 cmc 1.106.2.2.32.5: #108546# Support semi-import of hidden text feature 2003/03/28 13:38:16 cmc 1.106.2.2.32.4: #105765# Basic support for nonrecursive fields for drawing textboxes, hyperlinks only (all that drawing textboxes supports) 2003/03/25 16:11:52 cmc 1.106.2.2.32.3: #i5379# snap frame to table width only if only one table inside frame, otherwise leave table and frames at original size, though the table left offset still affects the surrounding frame and not the table in the frame 2003/03/19 10:14:50 cmc 1.106.2.2.32.2: #108303# ww6 headers work a little different to ww8 headers when it comes to the new section insertion mechanism 2003/03/18 15:59:19 cmc 1.106.2.2.32.1: #108288# ww6 lists should be stopped fully not partially when they come to a *stop*

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4076856e0690153174e305c469fd71cbed37cab0]

        INTEGRATION: CWS jollyfilterteam04 (1.102.2.1.58); FILE MERGED 2003/04/08 12:16:48 cmc 1.102.2.1.58.11: #108546# hidden text 2003/04/02 13:42:41 cmc 1.102.2.1.58.10: RESYNC: (1.102.2.1-1.105); FILE MERGED 2003/04/01 17:02:35 cmc 1.102.2.1.58.9: #i12641# Don't crash if document has no styles at all 2003/04/01 16:31:32 cmc 1.102.2.1.58.8: #108546# Support semi-import of hidden text feature 2003/04/01 16:16:16 cmc 1.102.2.1.58.7: #i12642# quiten assert, its good no know, but its not a bug 2003/03/28 09:17:49 cmc 1.102.2.1.58.6: #i12098# Handle overlong paragraphs correctly 2003/03/26 16:14:05 cmc 1.102.2.1.58.5: #108415# Going from a FC to a CP is just totally wrongheaded and must never be done, any remaining usage of FC2CP is just fundamentally broken 2003/03/25 16:11:51 cmc 1.102.2.1.58.4: #i5379# snap frame to table width only if only one table inside frame, otherwise leave table and frames at original size, though the table left offset still affects the surrounding frame and not the table in the frame 2003/03/19 10:14:50 cmc 1.102.2.1.58.3: #108303# ww6 headers work a little different to ww8 headers when it comes to the new section insertion mechanism 2003/03/18 15:59:18 cmc 1.102.2.1.58.2: #108288# ww6 lists should be stopped fully not partially when they come to a *stop* 2003/03/18 15:30:40 cmc 1.102.2.1.58.1: #108287# para break in wrong location

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4436b14239a3775efd956c47eb93b3b1a5fda815]

        INTEGRATION: CWS jollyfilterteam04 (1.91.2.2.32); FILE MERGED 2003/04/02 13:41:56 cmc 1.91.2.2.32.2: RESYNC: (1.91.2.2-1.93); FILE MERGED 2003/03/28 13:38:15 cmc 1.91.2.2.32.1: #105765# Basic support for nonrecursive fields for drawing textboxes, hyperlinks only (all that drawing textboxes supports)

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [933e6f333ec05d682c2ca4b80b37d0ce6ee91d72]

        INTEGRATION: CWS jollyfilterteam04 (1.56.2.2.58); FILE MERGED 2003/04/02 13:41:14 cmc 1.56.2.2.58.2: RESYNC: (1.56.2.2-1.58); FILE MERGED 2003/03/31 15:37:38 cmc 1.56.2.2.58.1: #i8219# Improve im/ex of rightalign numbering

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c71639f8ba4e79c3a01e6588c5314c171f5ca983]

        INTEGRATION: CWS jollyfilterteam04 (1.42.2.1.58); FILE MERGED 2003/04/02 13:40:49 cmc 1.42.2.1.58.2: RESYNC: (1.42.2.1-1.44); FILE MERGED 2003/03/31 15:37:37 cmc 1.42.2.1.58.1: #i8219# Improve im/ex of rightalign numbering

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [91323d62662b7dcc650a0e3796279a0dc3eb8c91]

        INTEGRATION: CWS jollyfilterteam04 (1.19.2.1.58); FILE MERGED 2003/03/31 15:37:37 cmc 1.19.2.1.58.1: #i8219# Improve im/ex of rightalign numbering

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5fc3d85150435a7de93fc58016f2235c4bcde59c]

        INTEGRATION: CWS jollyfilterteam04 (1.46.2.2.32); FILE MERGED 2003/04/07 10:18:11 cmc 1.46.2.2.32.3: RESYNC: (1.48-1.49); FILE MERGED 2003/04/02 13:39:58 cmc 1.46.2.2.32.2: RESYNC: (1.46.2.2-1.48); FILE MERGED 2003/03/31 15:37:37 cmc 1.46.2.2.32.1: #i8219# Improve im/ex of rightalign numbering

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e5e0674b61d24c5b1678a3244bacd37cff73dfda]

        INTEGRATION: CWS jollyfilterteam04 (1.57.2.2.58); FILE MERGED 2003/04/11 09:15:24 cmc 1.57.2.2.58.3: #108732# objects can be exported more than once (headers/footers) 2003/04/02 13:39:49 cmc 1.57.2.2.58.2: RESYNC: (1.57.2.2-1.59); FILE MERGED 2003/03/27 17:55:09 cmc 1.57.2.2.58.1: #107693# Just to be totally sure

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [399822509f2ea3eccf16b6f763640e7059a9c40e]

        INTEGRATION: CWS jollyfilterteam04 (1.20.2.2.58); FILE MERGED 2003/04/02 13:48:05 cmc 1.20.2.2.58.2: RESYNC: (1.20.2.2-1.23); FILE MERGED 2003/03/27 12:08:54 cmc 1.20.2.2.58.1: #i5760# Turn off numbering if not used

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [71f2511722f314ac1297468d8ab5ec6db6b45eb4]

        INTEGRATION: CWS jollyfilterteam04 (1.3.32.1.84); FILE MERGED 2003/03/27 12:08:53 cmc 1.3.32.1.84.1: #i5760# Turn off numbering if not used

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0adcc3e53a0830ac63a3765e0575e29cecd22d34]

        INTEGRATION: CWS jollyfilterteam04 (1.6.2); FILE MERGED 2003/04/08 12:16:47 cmc 1.6.2.1: #108546# hidden text

2003-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b2b0920d7fa479e45f22d0b0f759e13bcdce9ef3]

        INTEGRATION: CWS jollyfilterteam04 (1.17.2); FILE MERGED 2003/04/10 14:38:18 mmaher 1.17.2.1: #i6522# If the locale uses an unrecognised CharSet default to ASCII converter

2003-04-14  Martin Maher  <mmaher@openoffice.org>  [1091bca7fa73d9d7f5ee7293ede64c81d2f54c75]

        #108869 fix for extra row being created

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d6402fb7fbced4c08249219d93c831353b071fe9]

        INTEGRATION: CWS vcl07 (1.74.2.5.2.8.2.11.2.12.22); FILE MERGED 2003/04/03 08:15:20 ssa 1.74.2.5.2.8.2.11.2.12.22.1: #107391# initialize accessibility and allow to quit the app

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8195c4fb257d7cd340a3d3cbacf5551111ac1692]

        INTEGRATION: CWS vcl07 (1.24.66); FILE MERGED 2003/04/07 08:41:30 hdu 1.24.66.1: #108272# use new unicode subset methods

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9d3b530d10817fffadace6e9cd2f26736759a5fe]

        INTEGRATION: CWS vcl07 (1.4.130); FILE MERGED 2003/03/17 15:01:42 ssa 1.4.130.1: #105420# construct valueset with WB_NO_DIRECTSELECT to avoid calling the selecthandler on every keyinput which in turn closes the popup

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [45107898db738e0ec936a5cecf1cbde577acc9d4]

        INTEGRATION: CWS vcl07 (1.45.8.1.32); FILE MERGED 2003/04/03 09:22:06 mt 1.45.8.1.32.1: #i12769# Don't paste special, if not wanted to...

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [dc7223d079ff37ec0b073e7db734fc94f221ad30]

        INTEGRATION: CWS vcl07 (1.42.8.6.2.2.30); FILE MERGED 2003/03/28 13:09:00 hdu 1.42.8.6.2.2.30.1: #108272# added new unicode subsets

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [22fe0236f13e4c870b44f29ef2bd8b50225b9ea0]

        INTEGRATION: CWS vcl07 (1.27.12.5.2); FILE MERGED 2003/03/31 15:18:45 hdu 1.27.12.5.2.2: #108272# fix off-by-one in SubsetMap::ApplyCharmap 2003/03/28 13:08:02 hdu 1.27.12.5.2.1: #108272# #108454# add new unicode subsets; improve out of bounds text handling

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8682d353794f8ae4e9098615dae7a87d7d7d662c]

        INTEGRATION: CWS vcl07 (1.13.12.1.10); FILE MERGED 2003/03/14 15:17:53 tbe 1.13.12.1.10.1: #107814# don't sort control model container by tab index anymore

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e53816758d5585ef6dfb4dd0ddf479e5b3d96dcb]

        INTEGRATION: CWS vcl07 (1.29.8.1.10); FILE MERGED 2003/03/21 09:07:56 pl 1.29.8.1.10.2: included missing header 2003/03/14 15:16:59 tbe 1.29.8.1.10.1: #107814# don't sort control model container by tab index anymore

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [91d664393a6f10582f7a2e1b54b1dcf55d819cbe]

        INTEGRATION: CWS vcl07 (1.25.36); FILE MERGED 2003/03/14 15:16:59 tbe 1.25.36.1: #107814# don't sort control model container by tab index anymore

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [200088dda7d4464ecef51bab0ed108067505f4ce]

        INTEGRATION: CWS vcl07 (1.23.32); FILE MERGED 2003/03/27 16:10:56 tbe 1.23.32.1: #108283# No macro ide while editing OLE object

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8ffa3ba47fb04f92d9905f1541ee49d3dc107ac6]

        INTEGRATION: CWS vcl07 (1.10.38); FILE MERGED 2003/03/26 11:29:04 tbe 1.10.38.1: #106204# Breakpoint dialog cannot be accessed via Keyboard

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7f3d44aadf3f29b70e62cea841c1e329b69fd239]

        INTEGRATION: CWS vcl07 (1.14.2.2.2.7.6.3.2.2.10); FILE MERGED 2003/03/26 11:29:03 tbe 1.14.2.2.2.7.6.3.2.2.10.1: #106204# Breakpoint dialog cannot be accessed via Keyboard

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [087b335a7e79135913cf48e85467b2ee2b242abc]

        INTEGRATION: CWS vcl07 (1.19.32); FILE MERGED 2003/03/26 11:29:03 tbe 1.19.32.1: #106204# Breakpoint dialog cannot be accessed via Keyboard

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5110df10e48fedd7ee2dc2fff62966ae5be71e3a]

        INTEGRATION: CWS vcl07 (1.85.2.4.10); FILE MERGED 2003/03/26 11:29:01 tbe 1.85.2.4.10.1: #106204# Breakpoint dialog cannot be accessed via Keyboard

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [db2ce4e4e4d8df14181a73d8f1d9e526cdbfb77b]

        INTEGRATION: CWS vcl07 (1.24.32); FILE MERGED 2003/03/26 11:29:00 tbe 1.24.32.1: #106204# Breakpoint dialog cannot be accessed via Keyboard

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5cba163749ee3d0ec4320fb094b6091a6843afdc]

        INTEGRATION: CWS vcl07 (1.23.20.1.16); FILE MERGED 2003/03/26 11:29:00 tbe 1.23.20.1.16.1: #106204# Breakpoint dialog cannot be accessed via Keyboard

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e62123fac60b1aad300cc7fde7020bad164e3c35]

        INTEGRATION: CWS vcl07 (1.13.6.1.24); FILE MERGED 2003/03/26 11:28:59 tbe 1.13.6.1.24.1: #106204# Breakpoint dialog cannot be accessed via Keyboard

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f62ee95127550b6a0da51d544ae078f007bb7b59]

        INTEGRATION: CWS vcl07 (1.24.10.1.24); FILE MERGED 2003/03/26 11:28:58 tbe 1.24.10.1.24.1: #106204# Breakpoint dialog cannot be accessed via Keyboard

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b4a5f2e0536d73f9313481098d513a72ee615afa]

        INTEGRATION: CWS vcl07 (1.4.40); FILE MERGED 2003/03/26 11:27:23 tbe 1.4.40.1: #106204# added SID_BASICIDE_MANAGEBRKPNTS and SID_BASICIDE_TOGGLEBRKPNTENABLED

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b216c024d2c3135930015098bab9eb419e4c6bde]

        INTEGRATION: CWS vcl07 (1.1.1.1.54); FILE MERGED 2003/04/02 20:31:31 pl 1.1.1.1.54.1: #i12889# use path ellipsis in progress dialogue

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c62f48790047014d7d718f949ef6298961100e6f]

        INTEGRATION: CWS vcl07 (1.89.2.5.20); FILE MERGED 2003/03/31 14:59:27 ssa 1.89.2.5.20.5: #i12401# workaround unicows.dll bug in CharUpperBuffW 2003/03/24 17:16:39 pl 1.89.2.5.20.4: #108089# implement SetPluginParent 2003/03/20 13:29:34 pl 1.89.2.5.20.3: RESYNC: (1.89.2.5-1.89.2.7); FILE MERGED 2003/03/18 08:12:04 ssa 1.89.2.5.20.2: #i11583# merge WM_UNICHAR support 2003/03/11 17:55:32 ssa 1.89.2.5.20.1: #i9825# make tooltips topmost windows

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2d327010216157a44c25a8a98460684a302abee1]

        INTEGRATION: CWS vcl07 (1.60.2.2.20); FILE MERGED 2003/04/04 15:47:26 hdu 1.60.2.2.20.5: #i13032# fix problem of mixed script items 2003/04/04 09:07:11 ssa 1.60.2.2.20.4: #108267# limit number of glyphs in ExtTextOut 2003/04/02 17:02:36 hdu 1.60.2.2.20.3: #i12826# fix glyph replacement for SimpleWinLayout at start of text 2003/03/20 13:30:00 pl 1.60.2.2.20.2: RESYNC: (1.60.2.2-1.60.2.4); FILE MERGED 2003/03/14 12:15:57 hdu 1.60.2.2.20.1: #98919# allow SimpleWinLayout::DrawText on different compatible DC

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b0b3dc3d660030187007217fca10c69006834a29]

        INTEGRATION: CWS vcl07 (1.9.2.3.2); FILE MERGED 2003/04/03 15:10:02 ssa 1.9.2.3.2.1: #i9920# enable file picker when printing to FILE port

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3cadd87b7dbe7701527ff488238479f0a544b261]

        INTEGRATION: CWS vcl07 (1.3.96); FILE MERGED 2003/04/03 15:10:04 ssa 1.3.96.1: #i9920# enable file picker when printing to FILE port

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0b0b98bcc7ce7c7a5d1765c198f6a4e4d24eea61]

        INTEGRATION: CWS vcl07 (1.11.2.1.24); FILE MERGED 2003/03/24 17:16:38 pl 1.11.2.1.24.2: #108089# implement SetPluginParent 2003/03/11 17:54:54 ssa 1.11.2.1.24.1: #i9825# improve winxp check

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [956a598bc5c89009bd12547ae976dc1237bd51bb]

        INTEGRATION: CWS vcl07 (1.3.108); FILE MERGED 2003/03/24 17:16:36 pl 1.3.108.1: #108089# implement SetPluginParent

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ca46247d3a5246c67f6f543e063716582e742b5d]

        INTEGRATION: CWS vcl07 (1.8.14.2.24); FILE MERGED 2003/03/24 17:16:36 pl 1.8.14.2.24.1: #108089# implement SetPluginParent

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [334426c3a6dc88400ce38af0f1709de242aac4ea]

        INTEGRATION: CWS vcl07 (1.40.4.2.22); FILE MERGED 2003/04/01 15:23:17 hdu 1.40.4.2.22.3: #108408# dynamic linking of libfreetype 2003/04/01 13:18:29 pl 1.40.4.2.22.2: #107283# link xinerama only on x86 until we can provide PIC version 2003/03/26 11:25:38 pl 1.40.4.2.22.1: #107283# Xinerama awareness (Linux)

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [57749a04676b3359ec1b001a9016255d0a10ac0a]

        INTEGRATION: CWS vcl07 (1.153.2.5.22); FILE MERGED 2003/04/02 15:34:07 pl 1.153.2.5.22.10: #107739# workaround for ReflectionX 2003/03/28 16:08:13 pl 1.153.2.5.22.9: #i12701# avoid a positive resonance 2003/03/26 15:21:13 pl 1.153.2.5.22.8: #i10424# delay session initiation until just before first window is mapped 2003/03/26 11:39:28 pl 1.153.2.5.22.7: #107283# Xinerama awareness (Linux) 2003/03/26 11:25:36 pl 1.153.2.5.22.6: #107283# Xinerama awareness (Linux) 2003/03/24 14:34:17 pl 1.153.2.5.22.5: #108089# implement SetPluginParent 2003/03/20 13:30:05 pl 1.153.2.5.22.4: RESYNC: (1.153.2.5-1.153.2.6); FILE MERGED 2003/03/17 17:58:02 pl 1.153.2.5.22.3: #107364# still more workarounds for crappy Dtwm 2003/03/14 13:07:58 pl 1.153.2.5.22.2: #108213# fixed esoteric SEGV due to event sequence 2003/03/10 17:14:10 pl 1.153.2.5.22.1: #i11926# workaround broken IceWM

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9135c65827a8fd1f922718efbaf7eae817d0da51]

        INTEGRATION: CWS vcl07 (1.7.132); FILE MERGED 2003/03/31 15:25:47 hdu 1.7.132.1: #107559# add ExtendedFontStruct::GetFontCodeRanges()

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [647737a16cb7b44b8649ae36de019ccca480e2a1]

        INTEGRATION: CWS vcl07 (1.13.112); FILE MERGED 2003/03/31 15:26:07 hdu 1.13.112.1: #107559# implement ExtendedFontStruct::GetFontCodeRanges()

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9ed5bd31bae5b80c3ffc256a34587786875ef806]

        INTEGRATION: CWS vcl07 (1.23.4.2.26); FILE MERGED 2003/03/31 15:20:43 hdu 1.23.4.2.26.5: #107559# use ExtendedFontStruct::GetFontCodeRanges() 2003/03/27 09:37:54 hdu 1.23.4.2.26.4: #98919# fix merge conflict 2003/03/20 16:51:42 pl 1.23.4.2.26.3: resync problems 2003/03/20 13:30:29 pl 1.23.4.2.26.2: RESYNC: (1.23.4.2-1.23.4.3); FILE MERGED 2003/03/14 11:38:29 hdu 1.23.4.2.26.1: #98919# force mnOrientation==0 for xfont

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [410f850ffc6c1efae9cf7f0b992b09189bea1973]

        INTEGRATION: CWS vcl07 (1.98.2.3.2); FILE MERGED 2003/04/01 18:31:07 pl 1.98.2.3.2.1: make debug code less noisy

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7db6fb29785418a3cdf62ea239baa4e55749ea21]

        INTEGRATION: CWS vcl07 (1.37.8.2.22); FILE MERGED 2003/04/03 14:28:23 pl 1.37.8.2.22.5: #i12821# windowmaker needs the same workaround as icewm 2003/04/02 15:34:06 pl 1.37.8.2.22.4: #107739# workaround for ReflectionX 2003/03/28 16:06:10 pl 1.37.8.2.22.3: #107283# limit full screen windows to one Xinerama screen (unless _NET_WM_STATE_FULLSCREEN supported) 2003/03/17 17:58:01 pl 1.37.8.2.22.2: #107364# still more workarounds for crappy Dtwm 2003/03/10 17:14:09 pl 1.37.8.2.22.1: #i11926# workaround broken IceWM

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [89dabae0aefa44b5388e124859026cb844ada461]

        INTEGRATION: CWS vcl07 (1.9.12.2.22); FILE MERGED 2003/04/01 18:30:21 pl 1.9.12.2.22.1: removed old debug assertions

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bd36a314ad66567b7fff4e17a804177e3307f8be]

        INTEGRATION: CWS vcl07 (1.9.100); FILE MERGED 2003/03/26 15:21:12 pl 1.9.100.1: #i10424# delay session initiation until just before first window is mapped

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [87f1b7090ddb249ff93e06975a80596ec6f78887]

        INTEGRATION: CWS vcl07 (1.38.6.4.2); FILE MERGED 2003/04/01 13:18:46 pl 1.38.6.4.2.5: #107283# link xinerama only on x86 until we can provide PIC version 2003/03/28 13:02:11 pl 1.38.6.4.2.4: #107283# use load on call on Solaris 2003/03/27 09:33:12 pl 1.38.6.4.2.3: #107283# Xinerama awareness (Solaris) 2003/03/26 15:21:11 pl 1.38.6.4.2.2: #i10424# delay session initiation until just before first window is mapped 2003/03/26 11:25:35 pl 1.38.6.4.2.1: #107283# Xinerama awareness (Linux)

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [842513e594d48b95b3a2c6017b581f2cf5401160]

        INTEGRATION: CWS vcl07 (1.20.2.4.22); FILE MERGED 2003/03/26 12:24:53 pl 1.20.2.4.22.1: #107827# do not report timeout while in dispatching timeout

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [81bf8a06e9976b5038562fc38ad7a2458eaccf5d]

        INTEGRATION: CWS vcl07 (1.10.4.1.26); FILE MERGED 2003/03/31 15:27:31 hdu 1.10.4.1.26.2: #107559# cache FontCodeRanges for LayoutText 2003/03/14 11:31:08 hdu 1.10.4.1.26.1: #98919# xfont needs own AdjustLayout method to account for mnOrientation==0

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5765e8ce9b4a969f954755a745a19878a1832235]

        INTEGRATION: CWS vcl07 (1.15.12.1.40); FILE MERGED 2003/03/17 17:58:00 pl 1.15.12.1.40.2: #107364# still more workarounds for crappy Dtwm 2003/03/10 17:14:08 pl 1.15.12.1.40.1: #i11926# workaround broken IceWM

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d2173989c9a99148211ba7d0683d5c2735821e5e]

        INTEGRATION: CWS vcl07 (1.27.2.4.2); FILE MERGED 2003/03/24 14:34:15 pl 1.27.2.4.2.1: #108089# implement SetPluginParent

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9653fe799ddcf5bb219e3b129bcb5f4296ccfce8]

        INTEGRATION: CWS vcl07 (1.14.8.3.2); FILE MERGED 2003/03/26 11:25:34 pl 1.14.8.3.2.1: #107283# Xinerama awareness (Linux)

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [41f5d679730f935bd27e409c6b03ebec99bc337f]

        INTEGRATION: CWS vcl07 (1.5.6.1.44); FILE MERGED 2003/03/28 11:58:39 pl 1.5.6.1.44.2: #108089# reregister DnD after exchanging system window 2003/03/24 14:34:12 pl 1.5.6.1.44.1: #108089# implement SetPluginParent

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ca660713c1d5f735095dbe1ba382985a382959c6]

        INTEGRATION: CWS vcl07 (1.165.2.10.20); FILE MERGED 2003/04/03 09:21:03 ssa 1.165.2.10.20.10: #107391# allow for external accessibility initialization 2003/04/02 18:39:30 pl 1.165.2.10.20.9: #i12888# optimize ImplInitFontList 2003/04/02 07:34:07 ssa 1.165.2.10.20.8: #i12331#, JAB needs messageboxes to have the role DIALOG 2003/04/01 19:36:03 pl 1.165.2.10.20.7: #i12888# delay GetDevFontList until needed 2003/03/28 11:58:38 pl 1.165.2.10.20.6: #108089# reregister DnD after exchanging system window 2003/03/28 10:41:25 ssa 1.165.2.10.20.5: #107480#, avoid multiple active frames in the accessibility hierarchy 2003/03/20 16:51:40 pl 1.165.2.10.20.4: resync problems 2003/03/20 13:26:20 pl 1.165.2.10.20.3: RESYNC: (1.165.2.10-1.165.2.11); FILE MERGED 2003/03/17 16:58:15 ssa 1.165.2.10.20.2: #107979# improve automatic DefModalDialogParent 2003/03/11 17:52:35 ssa 1.165.2.10.20.1: #i9825# make tooltips topmost windows

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f2bb1fab87903f62b58f5079be7e5cd50d25ee9a]

        INTEGRATION: CWS vcl07 (1.15.96); FILE MERGED 2003/03/27 13:50:59 ssa 1.15.96.1: #108436# send notification on enable/disable toolboxitem

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7c5fe703de25044b0fdd4a893eedec45d9326fa0]

        INTEGRATION: CWS vcl07 (1.57.2.4.2); FILE MERGED 2003/03/26 14:29:36 ssa 1.57.2.4.2.1: #107712# make disabled entries selectable

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7587a3d92c8fccff0a5b2121acf5b0412212c04c]

        INTEGRATION: CWS vcl07 (1.89.2.1.70); FILE MERGED 2003/03/20 13:26:38 pl 1.89.2.1.70.4: RESYNC: (1.89.2.1-1.89.2.2); FILE MERGED 2003/03/17 17:01:02 ssa 1.89.2.1.70.3: #107979# make menu implementation more fail safe 2003/03/11 14:10:56 tbe 1.89.2.1.70.2: #108062# UAA: Submenus return (wrong) XAccessibleContext 2003/03/10 17:18:04 tbe 1.89.2.1.70.1: #107946# added Set/GetAccessibleName(), Set/GetAccessibleDescription()

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ff4e83988842559489184cf3f05787a4372f8c01]

        INTEGRATION: CWS vcl07 (1.6.12.1.40); FILE MERGED 2003/03/20 13:26:34 pl 1.6.12.1.40.2: RESYNC: (1.6.12.1-1.6.12.2); FILE MERGED 2003/03/11 17:52:36 ssa 1.6.12.1.40.1: #i9825# make tooltips topmost windows

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [caf24de0ae007e91f1dfdf2a465a90810f98f717]

        INTEGRATION: CWS vcl07 (1.8.130); FILE MERGED 2003/03/20 17:33:17 pl 1.8.130.1: remove old crap

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [74683a0f9e0c3ff24e55118804250df63c909e6a]

        INTEGRATION: CWS vcl07 (1.37.2.4.2); FILE MERGED 2003/04/03 13:23:27 pl 1.37.2.4.2.1: #i12826# fallback fonts for pdf

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0e82ea4ab38f90c28db69c7ee46a345563b326a0]

        INTEGRATION: CWS vcl07 (1.21.6.2.20); FILE MERGED 2003/04/03 13:23:27 pl 1.21.6.2.20.2: #i12826# fallback fonts for pdf 2003/03/27 16:06:46 pl 1.21.6.2.20.1: #i11001# text line color had wrong initial value

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3eb6ef45a890eca531a08bcda1a63cf545f5ed6e]

        INTEGRATION: CWS vcl07 (1.46.2.6.2); FILE MERGED 2003/04/03 19:48:24 pl 1.46.2.6.2.5: #108562# optimization for unstretched horizontal text 2003/04/03 18:57:43 pl 1.46.2.6.2.4: #108562# optimize font usage, use Tj vs. TJ 2003/04/03 13:23:26 pl 1.46.2.6.2.3: #i12826# fallback fonts for pdf 2003/04/02 17:46:25 pl 1.46.2.6.2.2: #108582# protect against empty polygons 2003/03/27 16:06:45 pl 1.46.2.6.2.1: #i11001# text line color had wrong initial value

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e98a2baecd236bbb98bcfaee38a3191a5e5d0c39]

        INTEGRATION: CWS vcl07 (1.8.2.1.24); FILE MERGED 2003/04/01 19:36:01 pl 1.8.2.1.24.1: #i12888# delay GetDevFontList until needed

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [afac58fe89da9766cdf12d7f073d302affadbf99]

        INTEGRATION: CWS vcl07 (1.142.2.11.16); FILE MERGED 2003/04/03 14:26:37 hdu 1.142.2.11.16.8: #105890# fix offsets for bitmap GetTextOutline 2003/04/03 13:23:26 pl 1.142.2.11.16.7: #i12826# fallback fonts for pdf 2003/04/02 18:39:28 pl 1.142.2.11.16.6: #i12888# optimize ImplInitFontList 2003/04/01 19:36:01 pl 1.142.2.11.16.5: #i12888# delay GetDevFontList until needed 2003/04/01 14:46:58 hdu 1.142.2.11.16.4: #107936# prefer SunDotum over SunBatang for Korean glyph fallback 2003/03/20 13:27:49 pl 1.142.2.11.16.3: RESYNC: (1.142.2.11-1.142.2.13); FILE MERGED 2003/03/14 11:29:11 hdu 1.142.2.11.16.2: #98919# re-implement bitmap text rotation for mnOwnOrientation case 2003/03/13 13:03:11 hdu 1.142.2.11.16.1: #107690# keep referenced font entries when WM_FONTCHANGE happens

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3fea2f26c6c79c75842d5d2eee9d1e741458344a]

        INTEGRATION: CWS vcl07 (1.19.2.6.22); FILE MERGED 2003/04/01 19:36:00 pl 1.19.2.6.22.1: #i12888# delay GetDevFontList until needed

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e729a49be30732d4b59a1fec7cd202db55ca8005]

        INTEGRATION: CWS vcl07 (1.5.100); FILE MERGED 2003/03/18 10:27:36 thb 1.5.100.2: #105489# Testing for empty mask, too 2003/03/14 14:24:17 thb 1.5.100.1: #105489# Ensure a mask is exactly one bit deep

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [931d623846e39da808e1a73acf87644573477565]

        INTEGRATION: CWS vcl07 (1.22.2.2.22); FILE MERGED 2003/03/25 14:49:08 pl 1.22.2.2.22.1: #108351# add: ComboBox::GetListPosSizePixel

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6cb95d78c579f8ac25e575bae6f6865eef8d9cc2]

        INTEGRATION: CWS vcl07 (1.40.98); FILE MERGED 2003/04/03 09:21:57 ssa 1.40.98.1: #107391# allow for external accessibility initialization

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2d52aec3dc1cd6e74940a178e77f93ba7580c55c]

        INTEGRATION: CWS vcl07 (1.21.2.1.38); FILE MERGED 2003/04/03 09:21:56 ssa 1.21.2.1.38.1: #107391# allow for external accessibility initialization

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fd4ad67ab6a9e09e5a29f2fca97f6f78cb17064c]

        INTEGRATION: CWS vcl07 (1.41.2.2.38); FILE MERGED 2003/04/03 09:21:56 ssa 1.41.2.2.38.4: #107391# allow for external accessibility initialization 2003/04/01 19:35:59 pl 1.41.2.2.38.3: #i12888# delay GetDevFontList until needed 2003/03/20 13:28:19 pl 1.41.2.2.38.2: RESYNC: (1.41.2.2-1.41.2.3); FILE MERGED 2003/03/17 16:58:39 ssa 1.41.2.2.38.1: #107979# improve automatic DefModalDialogParent

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7953c69cf25bb9ccef96b6719c9f06d882f78f3a]

        INTEGRATION: CWS vcl07 (1.35.2.4.2); FILE MERGED 2003/04/03 09:21:55 ssa 1.35.2.4.2.1: #107391# allow for external accessibility initialization

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bad8d452b4c2e8fb450c78dc6bba4a033c2d3a5d]

        INTEGRATION: CWS vcl07 (1.19.96); FILE MERGED 2003/03/12 07:50:49 ssa 1.19.96.1: #i9825# make tooltips topmost windows

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [62bd27412cf86b76a5c4fa7c3de539acc5f1c10b]

        INTEGRATION: CWS vcl07 (1.14.2.2.10); FILE MERGED 2003/03/12 21:40:33 pl 1.14.2.2.10.1: #103308# emergency printer configuration for setup

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0b79ebd4355b7ec7a08b739ead65f28aef9a7f2f]

        INTEGRATION: CWS vcl07 (1.5.2.2.10); FILE MERGED 2003/04/01 11:52:08 pl 1.5.2.2.10.4: #108474# fix imbalance between keys and ordered keys 2003/03/20 12:26:43 pl 1.5.2.2.10.3: RESYNC: (1.5.2.2-1.5.2.3); FILE MERGED 2003/03/12 21:40:32 pl 1.5.2.2.10.2: #103308# emergency printer configuration for setup 2003/03/12 13:09:28 pl 1.5.2.2.10.1: #i10309# more robust PPD file discovery

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [424b29a9be9efd3d8f352641f91aca5c045ea355]

        INTEGRATION: CWS vcl07 (1.11.2.1.10); FILE MERGED 2003/03/12 21:40:32 pl 1.11.2.1.10.1: #103308# emergency printer configuration for setup

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ae9714eb1ea4ba69cf618cb7d7db3380c9e74b7f]

        INTEGRATION: CWS vcl07 (1.18.2.1.16); FILE MERGED 2003/04/02 16:18:11 hdu 1.18.2.1.16.1: #i12826# workaround for fonts with 3.0 name

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e6db95afc312c1cd1b05d56329eaa44a4eb4c2ae]

        INTEGRATION: CWS vcl07 (1.33.26); FILE MERGED 2003/04/04 14:42:01 pl 1.33.26.5: #i12889# cache directories with no fonts 2003/04/02 20:30:37 pl 1.33.26.4: #i12889# better font import 2003/04/02 10:53:54 pl 1.33.26.3: #i1872# check font files for readability in all cases 2003/04/01 08:06:41 pl 1.33.26.2: #i12889# more aggressive caching 2003/03/12 21:40:31 pl 1.33.26.1: #103308# emergency printer configuration for setup

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [644df0f2a575076fbdd35eb6dabf628d05ea3e39]

        INTEGRATION: CWS vcl07 (1.6.34); FILE MERGED 2003/04/04 14:42:00 pl 1.6.34.3: #i12889# cache directories with no fonts 2003/04/02 20:30:37 pl 1.6.34.2: #i12889# better font import 2003/04/01 08:06:40 pl 1.6.34.1: #i12889# more aggressive caching

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ceaac530ec094d857ab66834d6754cbe43c7500f]

        INTEGRATION: CWS vcl07 (1.2.26); FILE MERGED 2003/03/20 12:27:17 pl 1.2.26.3: RESYNC: (1.2-1.2.2.1); FILE MERGED 2003/03/12 21:40:30 pl 1.2.26.2: #103308# emergency printer configuration for setup 2003/03/12 13:09:27 pl 1.2.26.1: #i10309# more robust PPD file discovery

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5367e92945012b50ef29dd93bbb588810a2b7adf]

        INTEGRATION: CWS vcl07 (1.3.48); FILE MERGED 2003/03/12 21:40:30 pl 1.3.48.1: #103308# emergency printer configuration for setup

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c706cd03b78871641dce6f454051c826c5318d65]

        INTEGRATION: CWS vcl07 (1.12.34); FILE MERGED 2003/04/02 20:30:36 pl 1.12.34.1: #i12889# better font import

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [418765e43f639c85759a84c70e94811dc2c8e2d0]

        INTEGRATION: CWS vcl07 (1.1.40); FILE MERGED 2003/04/04 14:41:59 pl 1.1.40.3: #i12889# cache directories with no fonts 2003/04/02 20:30:36 pl 1.1.40.2: #i12889# better font import 2003/04/01 08:06:39 pl 1.1.40.1: #i12889# more aggressive caching

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e1b04ba701d1b7f59be0550cf675b40da895ecd2]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:29:10 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9e3526a5c784a1c657e533fbc67e3dd911aa5367]

        INTEGRATION: CWS vcl07 (1.1.64); FILE MERGED 2003/04/08 14:29:10 obr 1.1.64.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [450f76cafec8700a4073cc0c6e9faad85724d2fb]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:29:09 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [73aa32d6c57d26e739f44c4f35daf8c8cb53d14b]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:29:08 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d19c12a12b61b29c0ad8cecebdaf8e39799a3100]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:29:07 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3b78f972a6cdf54dd569fdb6e7f1df11b446e063]

        INTEGRATION: CWS vcl07 (1.7.2); FILE ADDED 2003/04/08 14:29:06 obr 1.7.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [38499ef1dc38d06cee283e06728f5f669e153f4f]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:29:04 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d8c9f4b3ff67d6bd81647662a780b795913d0786]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:29:02 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3eb3ee233376003a97c9a20962060453ed52af32]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:29:01 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d27a1bbed7a7458d654566ed88da59b006cf7d99]

        INTEGRATION: CWS vcl07 (1.7.2); FILE ADDED 2003/04/08 14:29:00 obr 1.7.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d379aac4b5144270bc43d412e05013d6814c0c2e]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:58 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [605d33e626a1d765b0ab2a5759c4763638206355]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:57 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4ecb33bec6d1c01ee8f8dbbe9e5731528ac4df91]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:56 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8a2008d6adb067b921a6699d62b45bbf22ddeed0]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:55 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0cdac85e2e8f0ba027c16e72209cb31d56968607]

        INTEGRATION: CWS vcl07 (1.1.2); FILE ADDED 2003/04/08 14:28:54 obr 1.1.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [da2778ba91134b3a6fa38800746643d32627c19e]

        INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:52 obr 1.4.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [89dc5f0f736e5c069812b805082354e976420a7e]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:51 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [16e0e1808e7b031b6c2d91363b6990584267463f]

        INTEGRATION: CWS vcl07 (1.9.2); FILE ADDED 2003/04/08 14:28:51 obr 1.9.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [737079ba27d0c3f801db69725733f7051dc5cc70]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:49 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5b58211443531db59bf144123b798aa0cc25eeb4]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:47 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9bcd984b0d0a41ce3ef00d922ff0088b677f5256]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:46 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c904b7a4b67d5b3adcf286b9244ba5c509a34a38]

        INTEGRATION: CWS vcl07 (1.6.2); FILE ADDED 2003/04/08 14:28:45 obr 1.6.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e54663c01054c94c76ecef1bbb3a24de124bfe1a]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:45 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4fe870100b8f7b4678d3fc5c2c3c976daaa13639]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:44 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [94d44443500481ce241aa96f4bb782157b800390]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:43 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e819e755877b631914fd47aa5e071aa03b74ba9e]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:43 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [81204d08006cb7cbdfb1f8782274accfd06042db]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:42 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [aea8e37158cbed164f23750ea5e421a8f6aaec77]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:41 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e60026129fa7e7af31f31835eeb26f7525fbfff6]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:41 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0d268335c9af56b097c6979ceb34971b760c2226]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:40 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5a62428b00e9fed69644bc968d4cbc59b8349a44]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:39 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1b93f345b22f39e78a0793ac86af4e3c39f58f46]

        INTEGRATION: CWS vcl07 (1.13.2); FILE ADDED 2003/04/08 14:28:39 obr 1.13.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fa5d040ffb8a26315481a17ef3777cd92bdee9de]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:38 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e65de5ef1a402bd9f172aba219fcf8c8c6ec4695]

        INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:37 obr 1.4.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c6ac50480afd81f9bb8132b97138c467c00bf83f]

        INTEGRATION: CWS vcl07 (1.6.2); FILE ADDED 2003/04/08 14:28:37 obr 1.6.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e2954b5cd198d30071c87dcb285acf3257261bdc]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:36 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8782858afaae2d1e03a1497ad8b2eaa550d24f95]

        INTEGRATION: CWS vcl07 (1.8.2); FILE ADDED 2003/04/08 14:28:36 obr 1.8.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5d7810ebfbe55016a4c4907ea478b2d1b6e8e0ca]

        INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:35 obr 1.4.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cb59fad9b3215fa3d38bf036d1b8794dfac07c02]

        INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:34 obr 1.4.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [51851125b8d797bf65850b7303b9006f054fdf60]

        INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:33 obr 1.4.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7da89d9f3b69c6388bb7e0632f97048ca95b0150]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:33 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a8a2b889e37bae974d52ba9e1d5d318beea43066]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:32 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6c9fc3863b5b198383ab8787b13113c88e1bc0a4]

        INTEGRATION: CWS vcl07 (1.5.2); FILE ADDED 2003/04/08 14:28:31 obr 1.5.2.1: re-added accessibility workbench

2003-04-11  Daniel Boelzle  <dbo@openoffice.org>  [f405a5e9f08e23e768b2e074b5f007813190697e]

        #107130# minor changes

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [31876ffab16209e7f4d584c244a9d03e8e8fea1c]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:31 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d8554408f54ec55f1d031c80881bd05690e86386]

        INTEGRATION: CWS vcl07 (1.8.2); FILE ADDED 2003/04/08 14:28:30 obr 1.8.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [58c603a0cd7fa26d2dde6b24a9cfa817a2141420]

        INTEGRATION: CWS vcl07 (1.7.2); FILE ADDED 2003/04/08 14:28:29 obr 1.7.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3484a653f099bdf8b95b3a474e396a501aa5b57f]

        INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:28 obr 1.4.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [98b6e526686b15c784b935ddb9521b3586f90003]

        INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED 2003/04/08 14:28:27 obr 1.2.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f5cdcbd6133b786c1b961c94beddef67d3f500ea]

        INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:27 obr 1.4.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [28a40571774161c3d54b272694380243d920e690]

        INTEGRATION: CWS vcl07 (1.29.2); FILE ADDED 2003/04/08 14:28:26 obr 1.29.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [63d32ecff354292f7f5fcb68e4ff12763e9ae213]

        INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED 2003/04/08 14:28:25 obr 1.3.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [96c9f5922a3bb2fc78914dfb5d834166920f4b23]

        INTEGRATION: CWS vcl07 (1.19.64); FILE MERGED 2003/04/08 14:28:24 obr 1.19.64.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a67795286698f991aae562185c62ba82be5fab61]

        INTEGRATION: CWS vcl07 (1.16.2); FILE ADDED 2003/04/08 14:28:24 obr 1.16.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c4ea81a0535d6562f11f7b49c86fa632b0bfc211]

        INTEGRATION: CWS vcl07 (1.9.66); FILE MERGED 2003/04/08 14:28:23 obr 1.9.66.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a87248331cb322bd6ab10342159e91796ac9d8d7]

        INTEGRATION: CWS vcl07 (1.4.2); FILE ADDED 2003/04/08 14:28:22 obr 1.4.2.1: re-added accessibility workbench

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [295fce0d31872916c984cda86e7cef43311cfb05]

        INTEGRATION: CWS vcl07 (1.34.2.3.20); FILE MERGED 2003/03/11 14:12:50 tbe 1.34.2.3.20.1: #108062# UAA: Submenus return (wrong) XAccessibleContext

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e5e5d9589a651a40fbfdce530df2d65b2af59b3f]

        INTEGRATION: CWS vcl07 (1.42.2.3.2); FILE MERGED 2003/03/28 10:40:41 ssa 1.42.2.3.2.1: #107480#, avoid multiple active frames in a hierarchy

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4f7ee66c8420119f773f8bf44ff435297ee6f466]

        INTEGRATION: CWS vcl07 (1.14.4.3.20); FILE MERGED 2003/04/03 10:27:44 cd 1.14.4.3.20.1: #i6367# Update OK button state when printer changes

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a043d951c58da6c32fbfc1951aee2255cad7de33]

        INTEGRATION: CWS vcl07 (1.17.4.5.4); FILE MERGED 2003/04/07 11:07:00 obr 1.17.4.5.4.2: #i9026# removed butterfly icons and obsolete KDE/Gnome integration files 2003/03/28 15:31:51 obr 1.17.4.5.4.1: #i12344# updated Gnome integration to support 2.x

2003-04-11  Rüdiger Timm  <rt@openoffice.org>  [885669097ed88a7bd67237ea1d96b9c66fdfbb81]

        SRX644

2003-04-11  Rüdiger Timm  <rt@openoffice.org>  [1667b377dff6cf169f20f90aaf6b461c3d18c1ed]

        SRX644

2003-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e0a94d4ca99326e9f7d80940f3e74edf62adec4]

        SRX644

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [79bd7149c25b008648ef1a7f9806821ea777ba8a]

        INTEGRATION: CWS vcl07 (1.1.4.1.4); FILE MERGED 2003/03/28 15:31:50 obr 1.1.4.1.4.1: #i12344# updated Gnome integration to support 2.x

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9f534f060c781e20d0ea658090923f1fbfd07640]

        INTEGRATION: CWS vcl07 (1.12.8.2.18); FILE MERGED 2003/04/03 10:28:11 cd 1.12.8.2.18.1: #i6367# Update OK button state when printer changes

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [49d2042f21ffaf619b1eb6eae64a92392acf9cf6]

        INTEGRATION: CWS vcl07 (1.8.6.5.4.2.40); FILE MERGED 2003/03/10 17:28:35 tbe 1.8.6.5.4.2.40.1: #107946# Accessibility: Menu items should return full path file names as accessible name

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a92b0b4ff9eff6ac9a7f16ccb7e7c501a955a7ce]

        INTEGRATION: CWS vcl07 (1.32.2.3.40); FILE MERGED 2003/03/26 11:21:47 tbe 1.32.2.3.40.1: #106204# added SID_BASICIDE_MANAGEBRKPNTS and SID_BASICIDE_TOGGLEBRKPNTENABLED

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1d122172deba514ae44ccdb5b98d2820f68739c5]

        INTEGRATION: CWS extras4 (1.21.34); FILE MERGED 2003/03/10 15:21:51 bc 1.21.34.1: #108107# depiction in 'Block -Labels above' mode improved

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [acbd3639005938236f4669d84a201c4692511cbc]

        INTEGRATION: CWS extras4 (1.47.2.3.6); FILE MERGED 2003/03/11 10:39:58 bc 1.47.2.3.6.3: #107595# Break out of resource removed 2003/03/11 09:36:26 bc 1.47.2.3.6.2: #107595# Report resource for Blindtext added 2003/03/03 16:30:56 bc 1.47.2.3.6.1: #107595# Resource for Sortcriteria of Reportwizard added

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e8f37a75ff2cc15837a6a9505e5bbd00232fc9bf]

        INTEGRATION: CWS extras4 (1.23.4.1.18); FILE MERGED 2003/03/10 15:21:50 bc 1.23.4.1.18.1: #108107# depiction in 'Block -Labels above' mode improved

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f0aebe89fc5e119341f75aa59c1a53fc20c6c389]

        INTEGRATION: CWS extras4 (1.37.2.3.10); FILE MERGED 2003/03/10 15:21:49 bc 1.37.2.3.10.2: #108107# depiction in 'Block -Labels above' mode improved 2003/03/03 16:49:14 bc 1.37.2.3.10.1: #107789# Now only itemlistener at Listboxes

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c376458e6d9a3c22b6dd1f0ca56b0061a0bfb0c0]

        INTEGRATION: CWS extras4 (1.23.20.3.10); FILE MERGED 2003/03/03 16:49:14 bc 1.23.20.3.10.1: #107789# Now only itemlistener at Listboxes

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5007811356b2d1c0e4d91056d31ac16be5c9fd1d]

        INTEGRATION: CWS extras4 (1.26.4.2.12); FILE MERGED 2003/03/03 16:49:13 bc 1.26.4.2.12.1: #107789# Now only itemlistener at Listboxes

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d5bcc6dbae4c32e29be588a102110c0391c94a5f]

        INTEGRATION: CWS extras4 (1.47.2.3.10); FILE MERGED 2003/03/31 11:40:43 bc 1.47.2.3.10.7: #107595# Hint Label changed in Size 2003/03/28 17:30:59 bc 1.47.2.3.10.6: #107595# Some casting errors solved 2003/03/24 15:43:01 bc 1.47.2.3.10.5: #107595# checkiftoupdate function improved 2003/03/20 20:53:11 bc 1.47.2.3.10.4: #107595# MaxSortIndex variable set new 2003/03/14 15:07:08 bc 1.47.2.3.10.3: #107468# Tabindices for labels introduced 2003/03/05 16:45:08 bc 1.47.2.3.10.2: #107595# Error in getting SortFieldNames resolved 2003/03/03 16:43:34 bc 1.47.2.3.10.1: #107593# Sortoption criterias now checked if duplicate

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8fff1f8f15985671947bdf17cc598b4b9f025fa9]

        INTEGRATION: CWS extras4 (1.21.2.2.12); FILE MERGED 2003/03/31 11:40:39 bc 1.21.2.2.12.6: #107595# Hint Label changed in Size 2003/03/28 17:30:58 bc 1.21.2.2.12.5: #107595# Some casting errors solved 2003/03/24 15:43:00 bc 1.21.2.2.12.4: #107595# checkiftoupdate function improved 2003/03/14 15:07:06 bc 1.21.2.2.12.3: #107468# Tabindices for labels introduced 2003/03/05 16:45:07 bc 1.21.2.2.12.2: #107595# Error in getting SortFieldNames resolved 2003/03/03 16:43:34 bc 1.21.2.2.12.1: #107593# Sortoption criterias now checked if duplicate

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [29834680959c40641b0e978decb4ba84e6ffa272]

        INTEGRATION: CWS dba04 (1.17.44); FILE MERGED 2003/03/26 17:36:23 oj 1.17.44.1: #i12664# introduce IgnoreDriverPrivileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3336bd5ff4904bd84464fe7b0602e9a6ce61fd60]

        INTEGRATION: CWS dba04 (1.5.44); FILE MERGED 2003/03/26 17:36:22 oj 1.5.44.1: #i12664# introduce IgnoreDriverPrivileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [226eb24ead438163623d94bad63cdeb0b8508113]

        INTEGRATION: CWS dba04 (1.8.44); FILE MERGED 2003/03/26 17:36:21 oj 1.8.44.1: #i12664# introduce IgnoreDriverPrivileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [eac82aca1b683bfbc366d6fe5239f1b091e1bd40]

        INTEGRATION: CWS dba04 (1.1.2); FILE ADDED 2003/03/27 10:19:03 oj 1.1.2.1: #i12664# new resultset for privileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ecbef27732efddb7a7d747a16ec7b4830bc0a393]

        INTEGRATION: CWS dba04 (1.10.66); FILE MERGED 2003/03/27 11:00:53 oj 1.10.66.1: #i12664# new resultset for privileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0c044dd12ba7a51a45e2cf5503dbd9845aaab487]

        INTEGRATION: CWS dba04 (1.26.44); FILE MERGED 2003/03/27 11:00:53 oj 1.26.44.2: #i12664# new resultset for privileges 2003/03/26 17:36:20 oj 1.26.44.1: #i12664# introduce IgnoreDriverPrivileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6a66d95fa598719761b3794b95c8c69a1bf80171]

        INTEGRATION: CWS dba04 (1.27.44); FILE MERGED 2003/03/26 17:36:19 oj 1.27.44.1: #i12664# introduce IgnoreDriverPrivileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3fc75ee717c887df4d233003572868be935ed671]

        INTEGRATION: CWS dba04 (1.7.62); FILE MERGED 2003/03/27 11:13:31 fs 1.7.62.2: #96132# use a query proxy for Outlook 2003/03/26 10:37:31 fs 1.7.62.1: #96132# (checkin on behalf of fang fang xia): use a query proxy for Outlook address books if necessary

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [849b8babe6c2ddda8f0d3761944915f0a98f80f0]

        INTEGRATION: CWS dba04 (1.9.50); FILE MERGED 2003/03/27 11:13:30 fs 1.9.50.2: #96132# use a query proxy for Outlook 2003/03/26 10:37:31 fs 1.9.50.1: #96132# (checkin on behalf of fang fang xia): use a query proxy for Outlook address books if necessary

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [19e8ab292a8653cd910bfde57dd8e4bbc8478b6f]

        INTEGRATION: CWS dba04 (1.13.6.1.4); FILE MERGED 2003/03/27 11:13:28 fs 1.13.6.1.4.2: #96132# use a query proxy for Outlook 2003/03/26 10:37:29 fs 1.13.6.1.4.1: #96132# (checkin on behalf of fang fang xia): use a query proxy for Outlook address books if necessary

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0abc434595999573b7203552531e417bc426727a]

        INTEGRATION: CWS dba04 (1.8.44); FILE MERGED 2003/03/27 11:13:27 fs 1.8.44.2: #96132# use a query proxy for Outlook 2003/03/26 10:37:29 fs 1.8.44.1: #96132# (checkin on behalf of fang fang xia): use a query proxy for Outlook address books if necessary

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c021f6fe660d8b96216a7abf61afddd52291cec8]

        INTEGRATION: CWS dba04 (1.12.44); FILE MERGED 2003/03/27 11:13:27 fs 1.12.44.2: #96132# use a query proxy for Outlook 2003/03/26 10:37:29 fs 1.12.44.1: #96132# (checkin on behalf of fang fang xia): use a query proxy for Outlook address books if necessary

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3eb2ffbd632197cc90402e61880a37b3350219cf]

        INTEGRATION: CWS dba04 (1.25.44); FILE MERGED 2003/03/26 17:36:18 oj 1.25.44.1: #i12664# introduce IgnoreDriverPrivileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8e96180c9f44fa3f89e6b23ffd27beab051304e4]

        INTEGRATION: CWS dba04 (1.13.2.1.32); FILE MERGED 2003/03/27 11:00:54 oj 1.13.2.1.32.2: #i12664# new resultset for privileges 2003/03/26 17:36:17 oj 1.13.2.1.32.1: #i12664# introduce IgnoreDriverPrivileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2d10c0a0c981c1ec434ba8b699c2a2e5fdb0fcdd]

        INTEGRATION: CWS dba04 (1.9.46); FILE MERGED 2003/03/28 10:18:11 oj 1.9.46.2: #i12318# correct reading of memo fields 2003/03/28 10:14:53 oj 1.9.46.1: #i12318# correct reading of memo fields

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [670a521f3c92141ba1bde15e0bcc9fe5cd58bb39]

        INTEGRATION: CWS dba04 (1.22.44); FILE MERGED 2003/03/27 11:00:55 oj 1.22.44.1: #i12664# new resultset for privileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [04282487aae1d0d55dd2b43b68d6352c80cfeaa7]

        INTEGRATION: CWS dba04 (1.1.2); FILE ADDED 2003/03/27 10:18:54 oj 1.1.2.1: #i12664# new resultset for privileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ee0c196be3b99e7371b42b8ebebfb78b6cee038a]

        INTEGRATION: CWS dba04 (1.15.50); FILE MERGED 2003/03/27 11:00:55 oj 1.15.50.1: #i12664# new resultset for privileges

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fde3b755d0d5147ad63373d44f94d96849b730d1]

        INTEGRATION: CWS dba04 (1.147.2.1.26); FILE MERGED 2003/03/24 11:21:52 oj 1.147.2.1.26.1: #108325# don't share connection with designs

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0147ae18c673471a36c3ae9d9392e37b9454445d]

        INTEGRATION: CWS dba04 (1.13.18.1.2.1.14); FILE MERGED 2003/03/22 13:24:39 fs 1.13.18.1.2.1.14.1: #i11879# properly set/reset the InsertOnly property of the aggregate

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [731d350b94b4c43f06ff7f685a3b2598e1a25fef]

        INTEGRATION: CWS dba04 (1.41.8.3.2.3.2.1.2.4.14); FILE MERGED 2003/03/22 13:24:40 fs 1.41.8.3.2.3.2.1.2.4.14.1: #i11879# properly set/reset the InsertOnly property of the aggregate

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4a6534d5aee13ff29b7dc9d36ae08d3e425831b8]

        INTEGRATION: CWS sal01 (1.18.10.2.18); FILE MERGED 2003/03/17 09:54:32 sb 1.18.10.2.18.1: #107996# Added MIME character set KS_C_5601-1987 and aliases to map to RTL_TEXTENCODING_MS_949; added new alias Latin-9 for ISO-8859-15.

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9e78ea54aa562cc26c84693d05c52fbfad05051e]

        INTEGRATION: CWS sal01 (1.2.50); FILE MERGED 2003/04/04 13:28:13 hro 1.2.50.1: #107706# Fix library search mechanism

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [010f71130b0d55079d01fbda38d45901de98b133]

        INTEGRATION: CWS sal01 (1.6.42); FILE MERGED 2003/03/05 14:58:03 hro 1.6.42.1: #105958# Remove usage of wininet.dll autodial functions

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9ae9e65b52afd0fb1c21a9d9cd0ea1a6b7560918]

        INTEGRATION: CWS sal01 (1.14.8.1.8); FILE MERGED 2003/04/04 15:15:45 hro 1.14.8.1.8.1: #105236# Force sockets of type AF_UNIX use underlying FS access rights

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b0fb28a9eed2d971e3ebc2865cee3e9df569ac84]

        INTEGRATION: CWS sal01 (1.17.48); FILE MERGED 2003/04/01 12:52:08 hro 1.17.48.1: #i11777# Forked process that tries to start /bin/domainname exits with _exit to prevent from calling global destructors

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d19bd8fe257c6f0d82d6ad7c37fcac7065d000c7]

        INTEGRATION: CWS sal01 (1.5.30.1.8); FILE MERGED 2003/04/01 13:28:31 hro 1.5.30.1.8.1: #106576# Don't use environment variable /home/hr93777 to retrieve home directory on solaris

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7a645d09569752cc709ca87d38a9dc3a003638ab]

        #100000# provide bigger buffer for SystemParameterInfo bool type... Windows bug...

2003-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e4f214ba60b153b12b3ff9d35aa8bf4dd13a8b5]

        #100000# Restriction, necessary for wntmsci8

2003-04-11  Oliver Bolte  <obo@openoffice.org>  [612e581d645acb219bf5d873d9920fc3efcc77bc]

        #100000# undef _DEBUG for wntmsci8

2003-04-11  Rüdiger Timm  <rt@openoffice.org>  [2195911be801b4bbe157d667f6f03a37b454bacd]

        #100000#

2003-04-11  Martin Maher  <mmaher@openoffice.org>  [14cae5b97b46fb4004e7ca5b6af868a89485ba89]

        #107466# Adjust the column scale so that it looks closer to what StarCalac uses

2003-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ddcb57caa3a5f1e77d75b68c7512af5e7e193be]

        #100000# Check in what I found here ...

2003-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6ba0ccc2f205a536c513da9130ff8eb3e26a3c2]

        #100000# Fixed by Vladimir ...

2003-04-11  Vladimir Glazounov  <vg@openoffice.org>  [79112d2494a01c8735615f7c64d6087dd4fd2513]

        #100000# fix from FME

2003-04-10  Vladimir Glazounov  <vg@openoffice.org>  [dca6a5fd2ca2d2d24085ecc14dacade77a9cffe8]

        #100000# ressources fix

2003-04-10  Vladimir Glazounov  <vg@openoffice.org>  [3fb62de75a255a5fc22c7d60afad0597d967369c]

        #100000# exception file

2003-04-10  Kurt Zenker  <kz@openoffice.org>  [ebaf56629680208b38a57feb04ea9ff0ddd20bd7]

        #100000# no debuginfos for wntmsci8

2003-04-10  Steffen Grund  <sg@openoffice.org>  [4b8c6d2e9202800d6a24bf46ebd464ca306060cc]

        CHG: initial version

2003-04-10  Oliver Bolte  <obo@openoffice.org>  [d1b3ffa8dc19022625838f2152d46289a1fd5080]

        #100000# parse error linux

2003-04-10  Rüdiger Timm  <rt@openoffice.org>  [668f800ae8199913e88a0ab3eff568c207de85ca]

        #100000# Don't use svx include path in module svxgvim source/msfilter/msashape.cxx!

2003-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d3c482a4147e8f0c9b7a44d64fa10f1e11a3cb0]

        #108806#: Don't use svx include path in module svxgvim source/msfilter/msashape.cxx!

2003-04-09  Kurt Zenker  <kz@openoffice.org>  [ef3410b22bce55fbaf0f3e3be4765b0c1e2b03bd]

        new version for SRX644

2003-04-09  Kurt Zenker  <kz@openoffice.org>  [a4c2864dfe0bd3df99b8963bcd883b5124e5b19c]

        new version for SRX644

2003-04-09  Oliver Bolte  <obo@openoffice.org>  [5770332a47b11327247ea1772cf7ea3d84a4e0ba]

        new version for SRX644

2003-04-09  Oliver Bolte  <obo@openoffice.org>  [d68944a415e733f7adabaa9f57d5b11b36afb898]

        new version for SRX644

2003-04-09  Kurt Zenker  <kz@openoffice.org>  [b7859b5d430f251c8f64e83958707373897806cc]

        new version for SRX644

2003-04-09  Kurt Zenker  <kz@openoffice.org>  [bc6bc02983bf5d69cd8f72901d860f684ccbc454]

        new version for SRX644

2003-04-09  Kurt Zenker  <kz@openoffice.org>  [fce2fcb5ee3a29a1271f1f18fd01d3d538e43967]

        new version for SRX644

2003-04-09  Rüdiger Timm  <rt@openoffice.org>  [650a16be64dd0f7df1144d2cc091fcf561184ab5]

        SRX644

2003-04-09  Rüdiger Timm  <rt@openoffice.org>  [cb2db8b87865de492b4591840f010fe75d4b6b88]

        INTEGRATION: CWS cppumaker1 (1.6.32); FILE MERGED 2003/04/02 16:12:13 dbo 1.6.32.1: #108497# header generation

2003-04-09  Rüdiger Timm  <rt@openoffice.org>  [1adb65bb54b47e60134f71c5180b9714d8070218]

        INTEGRATION: CWS cppumaker1 (1.131.2.5.4); FILE MERGED 2003/04/02 16:10:01 dbo 1.131.2.5.4.1: #108497# generate all C++-UNO headers -L (light)

2003-04-08  Oliver Bolte  <obo@openoffice.org>  [0f86d279bc78f93129bc5d0fe5f2312a1dbaf25d]

        #100000# portuguese_brazilian missing

2003-04-08  Oliver Bolte  <obo@openoffice.org>  [bc59032f1cf43c08f1587726bf156fd734b51218]

        +#100000# can't build lang 55 res

2003-04-08  Oliver Bolte  <obo@openoffice.org>  [62ffcb95732d2182880a7dfec495dbcea58a921e]

        #100000# sc_out portuguese_brazilian missing

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [bf5a26f13eaac600f0fe0251244ba07217a59944]

        INTEGRATION: CWS calc06 (1.61.2.3.16); FILE MERGED 2003/03/20 19:41:48 nn 1.61.2.3.16.1: #i9518# endDocument: call base class (progress bar handling in SvXMLImport was moved to endDocument)

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9511d01b357d5bfabec575293b1e835f17d5394a]

        INTEGRATION: CWS calc06 (1.6.26.1.32); FILE MERGED 2003/03/17 21:41:32 er 1.6.26.1.32.1: #11030# distinguish between GetSystemLanguage and GetSystemUILanguage

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [16b11bd22417f7f44e46f4827fdd7110da866561]

        INTEGRATION: CWS calc06 (1.2.2.1.34); FILE MERGED 2003/03/19 16:00:14 er 1.2.2.1.34.1: #i12446# approxFloor, approxCeil: sharpen result if number is near the border to fuzziness

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [09c1db3c07fe8f1ecf4425434a67e88b39c37966]

        INTEGRATION: CWS calc06 (1.17.2.2.10); FILE MERGED 2003/03/19 16:57:42 nn 1.17.2.2.10.2: #108208# SetWidthOrHeight: don't set manual height flag when hiding rows (height 0) 2003/03/17 18:52:09 nn 1.17.2.2.10.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b29658157fc826820c640607c3457f7e866962c9]

        INTEGRATION: CWS calc06 (1.17.92); FILE MERGED 2003/03/17 18:52:08 nn 1.17.92.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5c17ffa6eef1a09e804651ad2aedaec97bd42bc3]

        INTEGRATION: CWS calc06 (1.36.2.3.28); FILE MERGED 2003/03/17 18:52:08 nn 1.36.2.3.28.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [553109aef2a1513e88954c9171e731e7cd0fb3ff]

        INTEGRATION: CWS calc06 (1.8.94); FILE MERGED 2003/03/17 18:52:07 nn 1.8.94.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b228eed4f2c2bd4eadea4153b3e3ccb2bc8f02ce]

        INTEGRATION: CWS calc06 (1.29.2.1.26); FILE MERGED 2003/03/17 18:52:07 nn 1.29.2.1.26.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [24306572e57ba8dcefa1d244c81350f5bbc936fa]

        INTEGRATION: CWS calc06 (1.31.92); FILE MERGED 2003/03/17 18:52:06 nn 1.31.92.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ef1abf19a0247250fde5b243a03403c6ef182809]

        INTEGRATION: CWS calc06 (1.10.92); FILE MERGED 2003/03/17 18:52:06 nn 1.10.92.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [6167f208908bbeb7a292d54c01d0e627bdf83a3f]

        INTEGRATION: CWS calc06 (1.16.2.1.26); FILE MERGED 2003/03/28 11:45:07 sab 1.16.2.1.26.1: #108333#; notify Accessibility that Shell is dying and before destroy all

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ed6d48dd248968d940f6377e0f6b27fc01126cfb]

        INTEGRATION: CWS calc06 (1.5.102); FILE MERGED 2003/03/18 19:10:11 nn 1.5.102.1: #108137# keyboard-compatible state for position/size in status bar

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [706ffe0754c52a0f3790a90b9d183b69e593f2d6]

        INTEGRATION: CWS calc06 (1.39.2.2.26); FILE MERGED 2003/03/17 18:52:05 nn 1.39.2.2.26.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5eda945049f318766f071ad0b395699d68158b5f]

        INTEGRATION: CWS calc06 (1.19.92); FILE MERGED 2003/03/17 18:52:05 nn 1.19.92.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [1abb5c7a573dd734552b1ad9510a85cd2d928de5]

        INTEGRATION: CWS calc06 (1.5.102); FILE MERGED 2003/03/17 18:51:26 nn 1.5.102.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [6931f88e3a150710759fbc61f0a3cc51d8df94fc]

        INTEGRATION: CWS calc06 (1.10.4.1.28); FILE MERGED 2003/03/17 18:50:58 nn 1.10.4.1.28.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [db6194d520f482d38ae0b957725a0f8ceb2605cb]

        INTEGRATION: CWS calc06 (1.7.92); FILE MERGED 2003/03/18 19:12:06 nn 1.7.92.1: #108137# keyboard-compatible state for position/size in status bar

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [554ec34d5f2a285596311194ab1d9b8a49a007d2]

        INTEGRATION: CWS calc06 (1.41.2.1.28); FILE MERGED 2003/03/19 16:56:03 nn 1.41.2.1.28.1: #108208# SetWidthOrHeight: don't set manual height flag when hiding rows (height 0)

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [77ec28dc020497baeccf525d144ef9a24ba5fbb8]

        INTEGRATION: CWS calc06 (1.5.96); FILE MERGED 2003/03/17 18:51:15 nn 1.5.96.1: #108266# Removed parameter bMergeMark in GetSimpleArea / GetMultiArea

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [58adac41522b93544cc8f26939e1f7d3fd1c4077]

        INTEGRATION: CWS calc06 (1.18.2.2.10); FILE MERGED 2003/03/19 15:11:35 sab 1.18.2.2.10.2: #108097#; throw specified exceptions 2003/03/19 14:45:29 sab 1.18.2.2.10.1: #108308#; move point to area where the cells are

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [87a0eaab377b5da6e1ea1092a95d23f429efc695]

        INTEGRATION: CWS calc06 (1.56.4.1.60); FILE MERGED 2003/03/19 14:16:13 sab 1.56.4.1.60.1: #108255#; dispose child after replacing

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [d9ffe6f79001bc2f1528cf373c5901c316600ffe]

        INTEGRATION: CWS calc06 (1.85.92); FILE MERGED 2003/03/20 19:40:51 nn 1.85.92.1: #i9518# endDocument: call base class

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [de35c2d09682e770dff2ec43261576c643b8815b]

        INTEGRATION: CWS calc06 (1.46.2.2.2.3.10); FILE MERGED 2003/03/31 15:42:02 sab 1.46.2.2.2.3.10.3: RESYNC: (1.46.2.2.2.3-1.46.2.2.2.4); FILE MERGED 2003/03/28 15:29:24 dr 1.46.2.2.2.3.10.2: #107688# sort/reduce XF list on export 2003/03/27 16:09:27 dr 1.46.2.2.2.3.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f7783ea2be83b92f0987427ca73b3f85b43585ed]

        INTEGRATION: CWS calc06 (1.2.4.2.10); FILE MERGED 2003/03/31 15:22:25 sab 1.2.4.2.10.2: #107688#; cwsresync 2003/03/27 16:09:04 dr 1.2.4.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8dd48366e90af13cb88457a32b7f764dc6d6fafb]

        INTEGRATION: CWS calc06 (1.1.4.2.10); FILE MERGED 2003/03/28 15:29:06 dr 1.1.4.2.10.2: #107688# sort/reduce XF list on export 2003/03/27 16:09:04 dr 1.1.4.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b0b3e7018e1b58c3b22cd70505aa1c228ef51af0]

        INTEGRATION: CWS calc06 (1.1.4.2.10); FILE MERGED 2003/03/31 15:44:23 sab 1.1.4.2.10.2: RESYNC: (1.1.4.2-1.1.4.3); FILE MERGED 2003/03/27 16:09:03 dr 1.1.4.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0351755740e50df136be17e403d27e5efe8ab029]

        INTEGRATION: CWS calc06 (1.3.4.2.10); FILE MERGED 2003/03/28 15:29:05 dr 1.3.4.2.10.3: #107688# sort/reduce XF list on export 2003/03/27 16:09:01 dr 1.3.4.2.10.2: #107688# import/export of cell styles 2003/03/18 12:22:01 dr 1.3.4.2.10.1: #107688# reimplemented XF dump

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e71bdbec322394c08f82e265eca58987306aa33d]

        INTEGRATION: CWS calc06 (1.1.4.2.10); FILE MERGED 2003/03/31 15:44:04 sab 1.1.4.2.10.4: RESYNC: (1.1.4.2-1.1.4.3); FILE MERGED 2003/03/27 16:08:59 dr 1.1.4.2.10.3: #107688# import/export of cell styles 2003/03/19 14:04:35 dr 1.1.4.2.10.2: #107688# import cell styles 2003/03/19 13:56:32 dr 1.1.4.2.10.1: #107688# import cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [cf128aac73a65de77a24e2ca9bd775afd3c274bb]

        INTEGRATION: CWS calc06 (1.2.4.2.10); FILE MERGED 2003/03/31 15:43:34 sab 1.2.4.2.10.3: RESYNC: (1.2.4.2-1.2.4.3); FILE MERGED 2003/03/28 15:29:05 dr 1.2.4.2.10.2: #107688# sort/reduce XF list on export 2003/03/27 16:08:58 dr 1.2.4.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [aa0f16bb52e70d3530f38a0bf3d8ef7e94d6e6a7]

        INTEGRATION: CWS calc06 (1.2.4.2.10); FILE MERGED 2003/03/27 16:08:57 dr 1.2.4.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [bb96bff489b60c8171840ab538afb54f6671b7c0]

        INTEGRATION: CWS calc06 (1.23.4.1.2.2.10); FILE MERGED 2003/03/31 15:43:18 sab 1.23.4.1.2.2.10.3: RESYNC: (1.23.4.1.2.2-1.23.4.1.2.3); FILE MERGED 2003/03/28 15:29:04 dr 1.23.4.1.2.2.10.2: #107688# sort/reduce XF list on export 2003/03/27 16:08:54 dr 1.23.4.1.2.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [d1e3d0a57e5a63f42ddb59c3df19c4bde4d712fc]

        INTEGRATION: CWS calc06 (1.24.2.2.10); FILE MERGED 2003/03/31 15:42:59 sab 1.24.2.2.10.2: RESYNC: (1.24.2.2-1.24.2.3); FILE MERGED 2003/03/27 16:08:52 dr 1.24.2.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [80cda7bf460a69af639fd09520881cbe34929134]

        INTEGRATION: CWS calc06 (1.17.2.1.42); FILE MERGED 2003/03/31 15:42:52 sab 1.17.2.1.42.2: RESYNC: (1.17.2.1-1.17.2.2); FILE MERGED 2003/03/24 15:51:36 jmarmion 1.17.2.1.42.1: #i11776# apply outlines after autofilter

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [15a4a5b8504e0c2c02ee37cdfd3fd60bc5f7192c]

        INTEGRATION: CWS calc06 (1.1.4.2.10); FILE MERGED 2003/03/31 15:22:25 sab 1.1.4.2.10.2: #107688#; cwsresync 2003/03/27 16:08:50 dr 1.1.4.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [93be594a2ccc5c3d96e90f6b99257cd9e3063eae]

        INTEGRATION: CWS calc06 (1.3.2.1.42); FILE MERGED 2003/03/27 16:08:48 dr 1.3.2.1.42.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [02947420c3c9f239903eb6fa83dbb97a78bf4330]

        INTEGRATION: CWS calc06 (1.27.2.3.10); FILE MERGED 2003/03/31 15:22:24 sab 1.27.2.3.10.2: #107688#; cwsresync 2003/03/28 15:29:03 dr 1.27.2.3.10.1: #107688# sort/reduce XF list on export

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [35cdf73430a3f411854287deebc53e91e73ee408]

        INTEGRATION: CWS calc06 (1.42.2.3.10); FILE MERGED 2003/03/27 16:08:46 dr 1.42.2.3.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [58c1fe5a096a51637d688f31abe0189e0cf5deb4]

        INTEGRATION: CWS calc06 (1.8.22.1.42); FILE MERGED 2003/03/28 15:29:02 dr 1.8.22.1.42.1: #107688# sort/reduce XF list on export

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a09e856496fd757b762fd8c0356bdeb3837016a6]

        INTEGRATION: CWS calc06 (1.22.92); FILE MERGED 2003/03/20 15:29:47 dr 1.22.92.1: #108343# +JM

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b4bd5b9ec63ace0e84d0ba3a2092487fd76dbeb7]

        INTEGRATION: CWS calc06 (1.1.2.1.44); FILE MERGED 2003/03/31 15:21:47 sab 1.1.2.1.44.2: #107688#; cwsresync 2003/03/27 16:07:58 dr 1.1.2.1.44.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0691d6a676e16dc128859e25520cbcb56bbb7758]

        INTEGRATION: CWS calc06 (1.2.4.2.10); FILE MERGED 2003/03/31 15:20:56 sab 1.2.4.2.10.2: #107688#; cwsresync 2003/03/27 16:07:27 dr 1.2.4.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f6c0e246407925e3d589a3ee89349f8f4a86bd48]

        INTEGRATION: CWS calc06 (1.1.4.2.10); FILE MERGED 2003/03/28 15:26:30 dr 1.1.4.2.10.2: #107688# sort/reduce XF list on export 2003/03/27 16:07:26 dr 1.1.4.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [eacf52b7a2f34d1497525dd443ebf7737b1f51e3]

        INTEGRATION: CWS calc06 (1.1.4.2.10); FILE MERGED 2003/03/31 15:46:42 sab 1.1.4.2.10.2: RESYNC: (1.1.4.2-1.1.4.3); FILE MERGED 2003/03/27 16:07:26 dr 1.1.4.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0bec3b55f7167f2bf2c76d2570e675091980e16a]

        INTEGRATION: CWS calc06 (1.2.4.3.10); FILE MERGED 2003/03/31 15:20:55 sab 1.2.4.3.10.5: #107688#; cwsresync 2003/03/28 15:26:30 dr 1.2.4.3.10.4: #107688# sort/reduce XF list on export 2003/03/27 16:07:25 dr 1.2.4.3.10.3: #107688# import/export of cell styles 2003/03/19 14:04:41 dr 1.2.4.3.10.2: #107688# import cell styles 2003/03/19 13:56:58 dr 1.2.4.3.10.1: #107688# import cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0f4d35977970800290adc8c6089055697cf16d81]

        INTEGRATION: CWS calc06 (1.2.4.1.42); FILE MERGED 2003/03/31 15:46:12 sab 1.2.4.1.42.2: RESYNC: (1.2.4.1-1.2.4.2); FILE MERGED 2003/03/19 13:56:59 dr 1.2.4.1.42.1: #107688# import cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [6bd0ffc047770137caa23cf37b248e7b2d76bc00]

        INTEGRATION: CWS calc06 (1.3.4.3.10); FILE MERGED 2003/03/31 15:20:54 sab 1.3.4.3.10.4: #107688#; cwsresync 2003/03/31 10:02:10 dr 1.3.4.3.10.3: #107688# fixed XF comparison 2003/03/28 15:26:29 dr 1.3.4.3.10.2: #107688# sort/reduce XF list on export 2003/03/27 16:07:25 dr 1.3.4.3.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [2965b9754f1518233090ed0a3f397dc912683ca0]

        INTEGRATION: CWS calc06 (1.2.4.3.10); FILE MERGED 2003/03/27 16:07:24 dr 1.2.4.3.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [52c4eefaa5e74e311d5b50653c9c32fb5892974f]

        INTEGRATION: CWS calc06 (1.2.4.1.42); FILE MERGED 2003/03/31 15:46:04 sab 1.2.4.1.42.3: RESYNC: (1.2.4.1-1.2.4.2); FILE MERGED 2003/03/27 16:07:24 dr 1.2.4.1.42.2: #107688# import/export of cell styles 2003/03/25 16:18:56 jmarmion 1.2.4.1.42.1: #108188# fix export to excel of text greater than length of 255

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [82ae9ee4c2f0d064166f000a9ad1d27b5e08d53f]

        INTEGRATION: CWS calc06 (1.33.2.1.42); FILE MERGED 2003/03/27 16:07:23 dr 1.33.2.1.42.3: #107688# import/export of cell styles 2003/03/24 15:52:32 jmarmion 1.33.2.1.42.2: #i11776# apply outlines after autofilter 2003/03/19 13:56:59 dr 1.33.2.1.42.1: #107688# import cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [92e234cff3a2fbb8d7c180ade8b9587b477766be]

        INTEGRATION: CWS calc06 (1.44.2.3.26); FILE MERGED 2003/03/31 15:45:46 sab 1.44.2.3.26.4: RESYNC: (1.44.2.3-1.44.2.4); FILE MERGED 2003/03/27 16:07:22 dr 1.44.2.3.26.3: #107688# import/export of cell styles 2003/03/24 15:52:05 jmarmion 1.44.2.3.26.2: #i11776# apply outlines after autofilter 2003/03/19 13:56:58 dr 1.44.2.3.26.1: #107688# import cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [3c1df3346617e833947ba12ac12466cd2db3cf27]

        INTEGRATION: CWS calc06 (1.12.2.1.42); FILE MERGED 2003/03/31 15:45:40 sab 1.12.2.1.42.2: RESYNC: (1.12.2.1-1.12.2.2); FILE MERGED 2003/03/27 16:07:22 dr 1.12.2.1.42.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [db5769eab3ae341cf47ad917defd4ee75fdac754]

        INTEGRATION: CWS calc06 (1.37.2.2.10); FILE MERGED 2003/03/31 15:45:33 sab 1.37.2.2.10.2: RESYNC: (1.37.2.2-1.37.2.3); FILE MERGED 2003/03/27 16:07:21 dr 1.37.2.2.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f645cbbbe21d1a025e6b0a64c2a9e50b7fe54b0e]

        INTEGRATION: CWS calc06 (1.54.4.2.2.4.10); FILE MERGED 2003/03/31 15:45:26 sab 1.54.4.2.2.4.10.2: RESYNC: (1.54.4.2.2.4-1.54.4.2.2.5); FILE MERGED 2003/03/28 15:26:27 dr 1.54.4.2.2.4.10.1: #107688# sort/reduce XF list on export

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e421c101ca6994c38aa134c861bbddf8180e193e]

        INTEGRATION: CWS calc06 (1.74.4.1.2.6.10); FILE MERGED 2003/03/31 15:45:19 sab 1.74.4.1.2.6.10.3: RESYNC: (1.74.4.1.2.6-1.74.4.1.2.7); FILE MERGED 2003/03/27 16:06:32 dr 1.74.4.1.2.6.10.2: #107688# import/export of cell styles 2003/03/25 11:25:18 jmarmion 1.74.4.1.2.6.10.1: #i3296# attach connectors to objects on excel import

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [1bcfb3cb65d198ff1d60acc553bffcae739deb28]

        INTEGRATION: CWS calc06 (1.8.2.1.42); FILE MERGED 2003/03/27 16:06:31 dr 1.8.2.1.42.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8fa97ca274822b328bb98ec8826f76dba0fea32f]

        INTEGRATION: CWS calc06 (1.37.2.1.2.3.10); FILE MERGED 2003/03/31 15:44:59 sab 1.37.2.1.2.3.10.3: RESYNC: (1.37.2.1.2.3-1.37.2.1.2.4); FILE MERGED 2003/03/28 15:26:27 dr 1.37.2.1.2.3.10.2: #107688# sort/reduce XF list on export 2003/03/27 16:06:29 dr 1.37.2.1.2.3.10.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8e3ed8e22f28072471d48d2f386825223cb91397]

        INTEGRATION: CWS calc06 (1.13.22.1.42); FILE MERGED 2003/03/31 15:44:52 sab 1.13.22.1.42.2: RESYNC: (1.13.22.1-1.13.22.2); FILE MERGED 2003/03/19 13:56:58 dr 1.13.22.1.42.1: #107688# import cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [08f6d4a3890a1e497cbfa006beef7f018a79f385]

        INTEGRATION: CWS calc06 (1.49.2.3.2.5.10); FILE MERGED 2003/03/27 16:06:26 dr 1.49.2.3.2.5.10.2: #107688# import/export of cell styles 2003/03/18 12:22:10 dr 1.49.2.3.2.5.10.1: #107688# reimplemented XF dump

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [987e62a109f72f9c028a2a0237372f2a1fd92a45]

        INTEGRATION: CWS calc06 (1.23.2.3.30); FILE MERGED 2003/03/31 15:47:21 sab 1.23.2.3.30.2: RESYNC: (1.23.2.3-1.23.2.4); FILE MERGED 2003/03/20 15:30:18 dr 1.23.2.3.30.1: #108343# calcteam

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [48f72b762e27d944bab8c1dc99747dfc7d9bf854]

        INTEGRATION: CWS calc06 (1.38.2.2.28); FILE MERGED 2003/03/17 14:16:57 nn 1.38.2.2.28.1: #i12348# SetRecalcModeOnRefMove for ocCell

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [2aad22fc703417cc9f348f279539ee164ecb0e54]

        INTEGRATION: CWS calc06 (1.21.92); FILE MERGED 2003/03/21 18:44:34 nn 1.21.92.1: #i12341# DBShowRow/DBShowRows: call UpdateOutlineRow

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [af34799978b30d7bb18a1cd0675b36114ec4921b]

        INTEGRATION: CWS calc06 (1.18.2.1.66); FILE MERGED 2003/03/27 16:06:06 dr 1.18.2.1.66.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [667a816fc414e32f053e3e232db646d3455f1d5f]

        INTEGRATION: CWS calc06 (1.2.96); FILE MERGED 2003/03/21 18:46:35 nn 1.2.96.1: #i12341# ManualAction: hide if all cols/rows are hidden, show if at least one is visible

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [1aa1f1453c8edca3734ec692d8e0f539b6c2e3f4]

        INTEGRATION: CWS calc06 (1.15.4.2.30); FILE MERGED 2003/03/18 21:38:02 er 1.15.4.2.30.1: #i11719# Interpret: no UPN, no error, no token, but string

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ccdf90178914feffa6f61f3f453acbc399f24199]

        INTEGRATION: CWS calc06 (1.10.2.1.28); FILE MERGED 2003/03/21 19:50:03 nn 1.10.2.1.28.1: #108045# SetPatternAreaSafe: copy document default pattern instead of default-construct

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f0b29adfda2a4638dda996e4ccb8433286a42cdf]

        INTEGRATION: CWS calc06 (1.5.96); FILE MERGED 2003/03/18 19:09:27 nn 1.5.96.1: #108137# slots for position/size in status bar

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [15374f5379109ae797ac9ef1031454629f64215d]

        INTEGRATION: CWS calc06 (1.7.92); FILE MERGED 2003/03/27 16:05:57 dr 1.7.92.1: #107688# import/export of cell styles

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8cbdc4006a576fc969cfc136b5db0caf2f48c3f0]

        INTEGRATION: CWS calc06 (1.9.42); FILE MERGED 2003/03/28 15:13:09 er 1.9.42.1: #106680# use XExtendedTransliteration::transliterateString2String() if no offset sequence needed

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f25c0f0af782ed9c332cf86584bdd74d5729907d]

        INTEGRATION: CWS calc06 (1.14.34); FILE MERGED 2003/03/28 15:13:09 er 1.14.34.1: #106680# use XExtendedTransliteration::transliterateString2String() if no offset sequence needed

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [51e3a73b84582b0f17595bde6550c4764b4b64e5]

        INTEGRATION: CWS calc06 (1.9.42); FILE MERGED 2003/03/28 15:13:28 er 1.9.42.1: #106680# use XExtendedTransliteration::transliterateString2String() if no offset sequence needed

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4e5fac244122a1545262eb50908cb7b18624387f]

        INTEGRATION: CWS calc06 (1.5.146); FILE MERGED 2003/03/18 15:46:10 er 1.5.146.1: #i11797# GetBestMimeEncoding() even if locale unknown, take UI locale, or UTF8 fallback

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a88df24786bb08b3e8727620772ee2a04ecdfbe4]

        INTEGRATION: CWS calc06 (1.4.148); FILE MERGED 2003/03/18 15:44:45 er 1.4.148.1: #i11797# GetBestMimeEncoding() even if locale unknown, take UI locale, or UTF8 fallback

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0f434721a2c21c3c7dd10a05a2b177d31e0f1f90]

        INTEGRATION: CWS calc06 (1.21.2.3.12); FILE MERGED 2003/03/17 21:46:15 er 1.21.2.3.12.1: #11030# distinguish between GetSystemLanguage and GetSystemUILanguage

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c6ac94276826bb079845aac867daaf51c68aba4c]

        INTEGRATION: CWS calc06 (1.1.2); FILE ADDED 2003/03/26 16:07:50 er 1.1.2.1: #i3393# add component description

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [41def578416ddbf0c195d6eb7c8a64fd3ea5522b]

        INTEGRATION: CWS calc06 (1.11.8.3.14); FILE MERGED 2003/03/26 16:01:55 er 1.11.8.3.14.2: #i3393# add search and regexp 2003/03/21 22:39:44 khong 1.11.8.3.14.1: #i11962# add library i18nutil to share between i18n and i18npool

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [366a11af13cdda1cf102bad6f794b11f373b5021]

        INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:08:18 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [900060a2cfd0ba1ccac5d866d417e6da795c5ba7]

        INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:17 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a47035a4fcc455bd2422367aad05cf772f36abed]

        INTEGRATION: CWS calc06 (1.3.36); FILE MERGED 2003/03/28 22:54:56 er 1.3.36.2: #106680# some more performance optimization 2003/03/21 22:08:17 khong 1.3.36.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f1830339193643466c1dd76dc37594c21ab3ac4f]

        INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:08:16 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c564086e97942b42f1e14ef83636b5b8983bd312]

        INTEGRATION: CWS calc06 (1.4.36); FILE MERGED 2003/03/21 22:08:16 khong 1.4.36.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c0220e30fbd1b839f568020848971aafcac57512]

        INTEGRATION: CWS calc06 (1.5.38); FILE MERGED 2003/03/28 22:54:55 er 1.5.38.2: #106680# some more performance optimization 2003/03/21 22:08:16 khong 1.5.38.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a4f380a3f96536b37ca135e47264ed1dc8f7d341]

        INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:08:15 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a12b09ca2b9e272d4edb31de2c6c9fc936569263]

        INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:15 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f28b6bcb23973d23ea84d43d760234a4021eddf4]

        INTEGRATION: CWS calc06 (1.9.38); FILE MERGED 2003/03/21 22:08:14 khong 1.9.38.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8f7fc3caadcdf7ac6e56ec18a2f4cd6b236c8c05]

        INTEGRATION: CWS calc06 (1.5.42); FILE MERGED 2003/03/21 22:08:14 khong 1.5.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [01849252f405ba32829a45f813d0ca20f00e94fc]

        INTEGRATION: CWS calc06 (1.3.44); FILE MERGED 2003/03/21 22:08:14 khong 1.3.44.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5f1aaf2f44681bacdabf0106ff7679a059749383]

        INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:13 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [346c2ec0e7301f2a99dc82b8d4ae7934668779a9]

        INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:12 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [2258b1341097293cf3611a5afe9f48ce49407c40]

        INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:11 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5c6a19f449db857e93ec46a1befc6b93911a7ed1]

        INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:10 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c8254e39d6b447544444977adae78a03729ab4a9]

        INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:09 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [636309ada3820ea30a0a9b37ab4ec0f8d823504e]

        INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:08 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [62ec3ae5cfb147b7ab7c0ef184d20142674a3db6]

        INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:07 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [d6c00f1c0d063368251de6bd562aaa1806e10cd7]

        INTEGRATION: CWS calc06 (1.2.42); FILE MERGED 2003/03/21 22:08:06 khong 1.2.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [73bb8f0fbf33d1f3067178807970b3d5c6575047]

        INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:08:06 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [36eb193f4809221af42c01c5ac226a97cf74ec21]

        INTEGRATION: CWS calc06 (1.1.2); FILE ADDED 2003/03/26 15:54:42 er 1.1.2.1: #i3393# moved from i18n module, cleaned out tools module usage, and added support for regexp

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ce717c5b25b639869c5ff2a6ea3591b57a4083cf]

        INTEGRATION: CWS calc06 (1.1.2); FILE ADDED 2003/03/26 15:56:07 er 1.1.2.1: #i3393# moved from i18n module

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [583791c85951dd2fa3a4d0b8af0e867c003e46f5]

        INTEGRATION: CWS calc06 (1.1.2); FILE ADDED 2003/03/26 15:51:30 er 1.1.2.1: #i3393# moved from i18n module and cleaned out tools module usage

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [bb8509a499b284ef2d88ec6ced4e89cd1042ee63]

        INTEGRATION: CWS calc06 (1.1.2); FILE ADDED 2003/03/26 15:51:29 er 1.1.2.1: #i3393# moved from i18n module and cleaned out tools module usage

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [1da5e649ff9e976df3ee21f9f4f802096c15b792]

        INTEGRATION: CWS calc06 (1.25.36); FILE MERGED 2003/03/26 16:00:30 er 1.25.36.2: #i3393# add TextSearch (moved from i18n module) 2003/03/21 22:25:47 khong 1.25.36.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a36eec1f4a9e42e816af4971f931c061bb92fa3b]

        INTEGRATION: CWS calc06 (1.13.36); FILE MERGED 2003/03/21 22:24:36 khong 1.13.36.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5a66df91f77cae418d00c3e35d16b9bb808c36b4]

        INTEGRATION: CWS calc06 (1.9.36); FILE MERGED 2003/03/19 14:02:35 er 1.9.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [fcc7fecfcd14ecac4e503ab32bb5008e26cd3f5b]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:35 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [d0d6acef5031c37a14e43d8f8025bc6c88d740d3]

        INTEGRATION: CWS calc06 (1.9.36); FILE MERGED 2003/03/19 14:02:34 er 1.9.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [81213ac085af6fab733e0b054987952ff323afb1]

        INTEGRATION: CWS calc06 (1.10.36); FILE MERGED 2003/03/19 14:02:34 er 1.10.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [203d0965ff054d45c4b5eb528797b6b605d132db]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:33 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c40245b69a47f476e5d6b5e320037523fb5827d2]

        INTEGRATION: CWS calc06 (1.7.38); FILE MERGED 2003/03/19 14:02:33 er 1.7.38.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [2bcf7e9019e152947d6be75f6c0418428a9a892c]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:32 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9091d8b867d2e959153a92036fa735250b89ff3b]

        INTEGRATION: CWS calc06 (1.1.4.1.6); FILE MERGED 2003/03/19 14:02:32 er 1.1.4.1.6.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e5306bda82a76727c7e8970a8960212efd89f46d]

        INTEGRATION: CWS calc06 (1.7.36); FILE MERGED 2003/03/19 14:02:31 er 1.7.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [d21145bf46f71ba2a1dcd4ca66bbe3325ce32687]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:31 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [be542f16298848d2552c232b51b48e334cb6680b]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:30 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0f0c7f049c089a0162b524a7764de8503b66acf3]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:29 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [18edbde214e2a2f2986f2510a74f032f2b2b8622]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:29 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b948ef35d9a599097153b86bc615e4f771033770]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:28 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [12c2a693232f5eb46b8698b93966b34803b63072]

        INTEGRATION: CWS calc06 (1.8.40); FILE MERGED 2003/03/19 14:02:28 er 1.8.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a52aa655ec82df4a90e8b650577582442870fb81]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:27 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [682db9c1bcc981e145128a17e8e2f9886035f8b6]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:27 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e21c03313b0d58cc471cb4f5dab0383a532cb2dd]

        INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:26 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9681f0195b95970e95ef56ea9305e51f2921c5fa]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:26 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [18594af02fc48cdbf3d83863b5c5c8a5cc092b16]

        INTEGRATION: CWS calc06 (1.7.38); FILE MERGED 2003/03/19 14:02:25 er 1.7.38.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [6f810d69862806402cb5e62579252822715baf6a]

        INTEGRATION: CWS calc06 (1.8.38); FILE MERGED 2003/03/19 14:02:24 er 1.8.38.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [7e08e8d4bf5374a49426aa09a8051818dec04868]

        INTEGRATION: CWS sal02 (1.8.66); FILE MERGED 2003/04/03 13:11:32 tra 1.8.66.3: #i5268#added profile for kmail on kde 2003/04/03 11:57:24 tra 1.8.66.2: #107896#we have now 4 different profiles for mozilla and netscape to fit the needs of the different versions regarding the quote problem 2003/03/31 08:51:37 tra 1.8.66.1: #107896#additional profile for mozilla 1.1 without quote signs around the attachement argument

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [50c0a1c9e4758b660d807e512d67dd545234c65f]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:23 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [edffd6ee8eefbe0114bf10c6b45498d87d8cf202]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:22 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b5e6a5d29ebca8f0f377dc4ff264ef210055135f]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:17:12 tra 1.1.2.1: test for osl_getVolumeInformation

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b8bc13866e72d45e4d1466e9be89f93ba1c2edb0]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:21 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0073ef6995c84b6c8c252254f4b71f16e6d8a1d0]

        INTEGRATION: CWS sal02 (1.4.86); FILE MERGED 2003/03/20 13:36:49 tra 1.4.86.2: RESYNC: (1.4-1.4.28.1); FILE MERGED 2003/03/20 13:15:22 tra 1.4.86.1: test for osl_getVolumeInformation

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b4686fb5f76d00045edce6823bf05810658ce602]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:21 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5d44a7ab79d5583411c060d028c9661eddb3a0eb]

        INTEGRATION: CWS sal02 (1.3.6.1.28); FILE MERGED 2003/03/20 13:02:35 tra 1.3.6.1.28.1: #88865#added mount point functions for ntfs 5.0

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4597b6ab23c87be797f1a320d52c8d1a9f1e3afa]

        INTEGRATION: CWS calc06 (1.6.36); FILE MERGED 2003/03/19 14:02:20 er 1.6.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b7612ee466990255c36de8c03e2da4a4fcd4367e]

        INTEGRATION: CWS sal02 (1.5.2.1.28); FILE MERGED 2003/03/20 13:02:35 tra 1.5.2.1.28.1: #88865#added mount point functions for ntfs 5.0

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8bb3ab3866998add2b0b180ee49a05bf4af1dab7]

        INTEGRATION: CWS calc06 (1.1.4.1.6); FILE MERGED 2003/03/19 14:02:20 er 1.1.4.1.6.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [834be814ee3470909a6b66b17fed1e5c49a14778]

        INTEGRATION: CWS sal02 (1.2.68); FILE MERGED 2003/03/20 13:03:49 tra 1.2.68.1: #88865#added DEFINE_DEFAULT_THUNK

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e3472c5b39c5297821510a1824bf9a4cf04cc2ee]

        INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:19 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9d9e802d414806a08f9b9b80c16765d6ef0ef436]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:08:46 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [cc2924654c07f9fe54e68a901155080fe9177bcf]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:08:37 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c50bba99c1231ae91de1d5ac27fa0e52876be687]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:08:28 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [eed1437ec07cf75eeee8de2dba5e282da27580f1]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:08:20 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [791b019df26e7acd39b9348b1b38f7778aa78751]

        INTEGRATION: CWS calc06 (1.8.36); FILE MERGED 2003/03/19 14:02:18 er 1.8.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [d77095018a57fe6fe1898a345b57b37bfc455c56]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:08:10 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [36bfba44bfb327923dec3de4de7eac3fa91b5fcf]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:08:02 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [49a9ebf9b8842586955483f04ba21d86475126cc]

        INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:18 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f35b76be9dec6c771f1acc88238dde0be8e97f0f]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:06:02 tra 1.1.2.1: #88865#ntfs 5.0 mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [34baae96e13f355040a18a20a8689fcc1c84fd48]

        INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:17 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [66400e02c0f001402588096e198b923dcc0c44b0]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:05:53 tra 1.1.2.1: #88865#ntfs 5.0 mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [777e56120e1d113e64f98cfce8eb6bced1669d7f]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:05:44 tra 1.1.2.1: #88865#ntfs 5.0 mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e53037fc8db99849378b9d4a3516031cd19a674a]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:17 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [1a527b90b9678ff1c37fcbae9ad48d08f46cb368]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:05:27 tra 1.1.2.1: #88865#ntfs 5.0 mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [94227d8666a7e32cb4ef796dfac935b21b216b69]

        INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/31 15:52:49 sab 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2003/03/19 14:02:16 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [24003eacb9e2bab9d89e87338afb8fa32deb43be]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:05:18 tra 1.1.2.1: #88865#ntfs 5.0 mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4daf28082956889fbce4ce82f60225236a443dd6]

        INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:13 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8ccada1a66a3d95dbcdaa7e3fe5ce1a365b20f1f]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:05:36 tra 1.1.2.1: #88865#ntfs 5.0 mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [42e555e302d0849a134b7f780048303f5569ac1d]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:09:03 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5bfb291cf7f9e966a15003839c04d782ff960229]

        INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:12 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [856115e9a86a7d796375b51f2b99044aba5e605c]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:09:19 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [85c67e0c4d9788b50558b17ee764e3634c7229a2]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:12 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [daa10bd1174df5ff46578e78e18cc85671e13db7]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:09:11 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [19c592c9ab8c3bb55b7cc7a1fe9cc3d5dd0ebeb6]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:08:55 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b534316e98a64d4d0bb64895b92e10c69ae44d42]

        INTEGRATION: CWS calc06 (1.8.2.1.20); FILE MERGED 2003/03/19 14:02:11 er 1.8.2.1.20.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [be5179eb832a268e225dfaa278a59668d17ae5cd]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:09:27 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0c5d9e0ab5a17bcdb6ac3b5c46d43895b3f525f5]

        INTEGRATION: CWS calc06 (1.3.42); FILE MERGED 2003/03/19 14:02:11 er 1.3.42.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c9873f1f72843193059d483b8d15b3690c57f8aa]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 13:09:36 tra 1.1.2.1: #88865#ntfs 5.0 volume mount point support functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0a4ff21787539d74a0fa3aa19397bcf08ff876d8]

        INTEGRATION: CWS calc06 (1.3.42); FILE MERGED 2003/03/19 14:02:10 er 1.3.42.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0985bb13c187e23c6d592fb40f3736511792c340]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 12:10:49 tra 1.1.2.1: #88865#added some path helper functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [134d424f6e0ac02490db85bd809eb1bb06eb05d8]

        INTEGRATION: CWS sal02 (1.1.60); FILE MERGED 2003/03/20 12:14:18 tra 1.1.60.1: #88865#added additionally path helper functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [23eff793c3a9ac4ddecfde212d7d7e0a1daa9f98]

        INTEGRATION: CWS calc06 (1.3.42); FILE MERGED 2003/03/19 14:02:09 er 1.3.42.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [2994ed75378601e61b457e9bee3c6a303997a701]

        INTEGRATION: CWS sal02 (1.1.2); FILE ADDED 2003/03/20 12:10:58 tra 1.1.2.1: #88865#added some path helper functions

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [73fce9f4d958dad37e3b20b65884d88f57a72abe]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:09 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [fe088036e92eac94326e0968c36bf01305e0ac33]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:08 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [3d07d2c3d6c01ce1f043101f1a294c976eea5adb]

        INTEGRATION: CWS sal02 (1.9.64); FILE MERGED 2003/03/20 12:13:04 tra 1.9.64.1: #88865#added additionally files for mount point support

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ee63ebbc523b1cc6b7cc86da866c7cec4433dd6c]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:07 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9c4e19087cbc341fee13009da0822be0d76599e8]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:07 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4edd2d4c1eab43ad1cf32ae2b767029c01978107]

        INTEGRATION: CWS calc06 (1.6.40); FILE MERGED 2003/03/19 14:02:06 er 1.6.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [78e7ef85c6cad6ebedfef4029d88d7b5fea48dea]

        INTEGRATION: CWS sal02 (1.28.60); FILE MERGED 2003/03/20 12:38:12 tra 1.28.60.1: #88865#VolumeInfo: added support for new volume attribute flags

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e52dc8c686242ef9eea7f35a7880f742d8b1f6af]

        INTEGRATION: CWS calc06 (1.5.40); FILE MERGED 2003/03/19 14:02:05 er 1.5.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e85d795eb338b4e3fafab24ff521bd7cf6732758]

        INTEGRATION: CWS calc06 (1.7.40); FILE MERGED 2003/03/19 14:02:04 er 1.7.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8d2123c2fbc7a80b03a6d33e78c195e3dc8f1417]

        INTEGRATION: CWS sal02 (1.17.4.1.6.7.60); FILE MERGED 2003/03/20 12:36:55 tra 1.17.4.1.6.7.60.2: #88865#removed flag osl_Volume_Attribute_Case_Insensitive because it makes no sense to have it in addition to osl_Volume_Attribute_Case_Sensitive 2003/03/20 12:15:45 tra 1.17.4.1.6.7.60.1: #88865#added additional volume inormation attributes

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [1b3ee86f8b9fd7b72545497f57815587f2487716]

        INTEGRATION: CWS calc06 (1.9.36); FILE MERGED 2003/03/19 14:02:03 er 1.9.36.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [3e63b1e4ab52e03e80010c66fcfe9f0c2118d8df]

        INTEGRATION: CWS calc06 (1.9.4.1.20); FILE MERGED 2003/03/19 14:02:02 er 1.9.4.1.20.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [136c5f3098dd86036abdcce97b7cc73ae2ad065d]

        INTEGRATION: CWS calc06 (1.4.40); FILE MERGED 2003/03/19 14:02:01 er 1.4.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [6fc738d9fe075b1aa13dceaf39a765469f477536]

        INTEGRATION: CWS calc06 (1.10.2.3.16); FILE MERGED 2003/03/21 22:26:34 khong 1.10.2.3.16.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [263e31fa733fcf48c5d14e7395a0a70e482d8e1a]

        INTEGRATION: CWS sal02 (1.5.2.1.10); FILE MERGED 2003/03/24 11:57:53 tra 1.5.2.1.10.1: #108286#GetCtrlClass: providing correct buffer size to GetClassName

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [58b37921f950d84868229c2051ebd34757c9a024]

        INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:31:27 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4df31d32354af16350096be5458b7210d4e08fbe]

        INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/27 12:25:18 er 1.2.44.1: #106680# #i11962# remove Unicode::* from share library i18npool

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [46395655edc5d69f997857bf3bb0702f3a943208]

        INTEGRATION: CWS calc06 (1.3.2.1.6); FILE MERGED 2003/03/21 22:33:54 khong 1.3.2.1.6.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [4d3d4d8bfe0a6d7a1729162f4b2924e594182b29]

        INTEGRATION: CWS calc06 (1.4.8.1.34); FILE MERGED 2003/03/21 22:39:17 khong 1.4.8.1.34.1: #i11962# add library i18nutil to share between i18n and i18npool

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a0c89ad31350c5408b86bb4c05a894da35972c96]

        INTEGRATION: CWS calc06 (1.12.8.1.20); FILE MERGED 2003/03/26 16:02:48 er 1.12.8.1.20.2: #i3393# add search and regexp, clean up 2003/03/21 22:39:17 khong 1.12.8.1.20.1: #i11962# add library i18nutil to share between i18n and i18npool

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c2d4fe004f289c54cf64ca8e060b443206bc5bff]

        INTEGRATION: CWS calc06 (1.2.46); FILE MERGED 2003/03/21 22:23:25 khong 1.2.46.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9130ff9d4239bdb13bcf98f9e2297043efc450b9]

        INTEGRATION: CWS calc06 (1.2.46); FILE MERGED 2003/03/21 22:23:24 khong 1.2.46.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8f5e7776880d5d3796c48e260fccc7fcee981f96]

        INTEGRATION: CWS calc06 (1.3.42); FILE MERGED 2003/03/21 22:23:24 khong 1.3.42.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ae3d4b138b67e3cbcffdde5510b32ee91715ab46]

        INTEGRATION: CWS calc06 (1.1.46); FILE MERGED 2003/03/21 22:23:23 khong 1.1.46.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [94d568ba7d232891b28535d4ef14230d4e85fcf6]

        INTEGRATION: CWS calc06 (1.2.46); FILE MERGED 2003/03/21 22:23:23 khong 1.2.46.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [94ef348b2b5d2a1900dc5be4b42adf4de8793d01]

        INTEGRATION: CWS calc06 (1.8.38); FILE MERGED 2003/03/21 22:23:22 khong 1.8.38.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [1025ccab5ffb097f482f706a01d49010d5d58c38]

        INTEGRATION: CWS calc06 (1.5.44); FILE MERGED 2003/03/23 07:13:21 khong 1.5.44.2: #106680# Implementing new XExtendedTransliteration interface 2003/03/21 22:23:22 khong 1.5.44.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [92ed8f8d50dc4c3be35e2d25f72e707e219ad359]

        INTEGRATION: CWS calc06 (1.2.36); FILE MERGED 2003/03/21 22:23:22 khong 1.2.36.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [3d6aa00ebed79b00658f8fdb7e08066a59024155]

        INTEGRATION: CWS calc06 (1.2.46); FILE MERGED 2003/03/21 22:33:10 khong 1.2.46.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [da05565e013a9579adea782659ef1f44fb74f255]

        INTEGRATION: CWS calc06 (1.2.44); FILE MERGED 2003/03/21 22:23:22 khong 1.2.44.1: #106680# Implementing new XExtendedTransliteration interface

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [09f2eecb5b97a65e5b6e1c19e42eed7d63b7ed5a]

        INTEGRATION: CWS calc06 (1.35.2.3.32); FILE MERGED 2003/03/31 16:04:52 sab 1.35.2.3.32.2: RESYNC: (1.35.2.3-1.35.2.4); FILE MERGED 2003/03/17 21:39:16 er 1.35.2.3.32.1: #11030# distinguish between GetSystemLanguage and GetSystemUILanguage

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8c28250c2e0dec3b7af9e69ee2f600fd0f96a468]

        INTEGRATION: CWS draw8 (1.29.2.1.62); FILE MERGED 2003/03/29 13:06:31 af 1.29.2.1.62.2: RESYNC: (1.29.2.1-1.29.2.2); FILE MERGED 2003/03/14 15:59:04 sj 1.29.2.1.62.1: #108216# not trying to clip regions that are too complex (because of performance problems)

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0f445a77c854451a2b66e5e7ef05162ed7341ec8]

        INTEGRATION: CWS draw8 (1.44.12.1.16); FILE MERGED 2003/03/29 13:06:45 af 1.44.12.1.16.3: RESYNC: (1.44.12.2-1.44.12.3); FILE MERGED 2003/03/25 16:18:18 af 1.44.12.1.16.2: RESYNC: (1.44.12.1-1.44.12.2); FILE MERGED 2003/03/12 14:17:50 sj 1.44.12.1.16.1: #i12113# catching exceptions if exporting to svg

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [42f31c1237bee89b4d457b827716fbe5a16ae7b4]

        INTEGRATION: CWS calc06 (1.59.2.2.18); FILE MERGED 2003/03/24 18:04:20 er 1.59.2.2.18.1: #106680# add I18NUTILLIB

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [6260348ae5bd5cdf85e8cf8b0624a427d2526420]

        INTEGRATION: CWS draw8 (1.1.152); FILE MERGED 2003/03/25 08:49:02 thb 1.1.152.2: #107878# Was DELETEZ before, added zeroing 2003/03/24 16:35:54 thb 1.1.152.1: #107878# Corrected to array delete

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [ba6fbead3a71bb4d5d828c52e0934b9749a14558]

        INTEGRATION: CWS calc06 (1.68.2.1.30); FILE MERGED 2003/03/20 19:40:08 nn 1.68.2.1.30.1: #i9518# moved code that accesses the document from dtor to endDocument

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e26bb476dbb3578170f5ed1ac7eb7dd918f62589]

        INTEGRATION: CWS draw8 (1.5.54); FILE MERGED 2003/03/12 15:39:26 sj 1.5.54.2: #108172# removing assertion if exporting text 2003/03/12 14:54:18 sj 1.5.54.1: #i12113# catching exceptions if exporting invalid characters

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [d58fe88f3568b46f42af098131b08973bafab6d6]

        INTEGRATION: CWS draw8 (1.4.48); FILE MERGED 2003/04/03 06:50:41 thb 1.4.48.2: #107835# Deregister if dialog failed 2003/03/18 18:52:30 thb 1.4.48.1: #107835# Register as close listener on active frame to prevent premature application close

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c15605cd51b1efe2080e6f22b59dabfe26dc77e5]

        INTEGRATION: CWS draw8 (1.3.48); FILE MERGED 2003/03/18 18:45:05 thb 1.3.48.1: #107835# getProcessServiceFactory needs comphelper

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [777a55e6b340d1526dfc49b49a42ba46442e1c05]

        INTEGRATION: CWS draw8 (1.15.86); FILE MERGED 2003/03/20 08:58:26 af 1.15.86.1: #108294# Added new service AccessibleGraphControl.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [e004a093577ad6f42d0e5db61fdcfd317e7101f7]

        INTEGRATION: CWS draw8 (1.1.2); FILE ADDED 2003/04/04 11:43:00 af 1.1.2.2: #108294# Corrected namespaces. 2003/03/20 08:58:25 af 1.1.2.1: #108294# Added new service AccessibleGraphControl.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c243427501966c5fe3f5f8b294ad36bee82da25c]

        INTEGRATION: CWS draw8 (1.12.2.2.10); FILE MERGED 2003/03/29 13:04:11 af 1.12.2.2.10.2: RESYNC: (1.12.2.2-1.12.2.3); FILE MERGED 2003/03/19 14:06:41 thb 1.12.2.2.10.1: #107226# Added more checks before simply copying through the bitmap

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [554cb4eefcb6a2982a1204a7d601de59a9fc7631]

        INTEGRATION: CWS draw8 (1.3.8.1.64); FILE MERGED 2003/03/19 12:02:41 thb 1.3.8.1.64.1: #107766# check for non-empty bitmaps before accessing them

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c6c2eaa74912dc300e49b6f03fa77ff58e1a94c6]

        INTEGRATION: CWS draw8 (1.12.118); FILE MERGED 2003/03/21 14:45:06 thb 1.12.118.1: #108077# Make sure graphics bmpex and animations bmpex have coherent pref size

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f8faeee1fc45470f00dd8151207ed34c228bf603]

        INTEGRATION: CWS draw8 (1.52.2.7.24); FILE MERGED 2003/03/20 17:02:50 aw 1.52.2.7.24.1: #107253# Replaced SvtLinguConfig with SwLinguConfig wrapper with UsageCount

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [fe67648428d8e6ecd9164efad4a7bf9ff60f284c]

        INTEGRATION: CWS draw8 (1.28.122); FILE MERGED 2003/03/20 17:02:24 aw 1.28.122.1: #107253# Replaced SvtLinguConfig with SwLinguConfig wrapper with UsageCount

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c2e91f43fc4b596b8555263326481344a0958999]

        INTEGRATION: CWS draw8 (1.1.2); FILE ADDED 2003/03/20 16:56:50 aw 1.1.2.1: #107253# Wrapper class with UseCount for SvtLinguConfig

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [25e3dd5990a1cb2c19aaf7bebac184b199962a17]

        INTEGRATION: CWS draw8 (1.13.122); FILE MERGED 2003/03/20 17:01:58 aw 1.13.122.1: #107253# Replaced SvtLinguConfig with SwLinguConfig wrapper with UsageCount

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [d9ef1e62a509881ef69b9184939d66500644da3c]

        INTEGRATION: CWS draw8 (1.1.2); FILE ADDED 2003/03/20 16:57:15 aw 1.1.2.1: #107253# Wrapper class with UseCount for SvtLinguConfig

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [7f23d53488f0d79badc2fb545d494b5b2911bb1f]

        INTEGRATION: CWS draw8 (1.5.126); FILE MERGED 2003/03/20 16:57:49 aw 1.5.126.1: #107253# Added SwLinguConfig wrapper class in swlinguconfig

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [726acdf5c63e113416d469127fff8c91c6a73a09]

        INTEGRATION: CWS draw8 (1.12.126); FILE MERGED 2003/03/20 17:01:08 aw 1.12.126.1: #107253# Replaced SvtLinguConfig with SwLinguConfig wrapper with UsageCount

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [f383dc45c190e6e846e416f1de4ad2cf5adb5e37]

        INTEGRATION: CWS draw8 (1.27.2.7.2.1.14); FILE MERGED 2003/03/25 15:30:49 af 1.27.2.7.2.1.14.2: RESYNC: (1.27.2.7.2.1-1.27.2.7.2.2); FILE MERGED 2003/03/20 17:00:35 aw 1.27.2.7.2.1.14.1: #107253# Replaced SvtLinguConfig with SwLinguConfig wrapper with UsageCount

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [355f68804025e5c83bbaa9d114094981ad204e68]

        INTEGRATION: CWS draw8 (1.18.130); FILE MERGED 2003/03/20 17:00:33 aw 1.18.130.1: #107253# Replaced SvtLinguConfig with SwLinguConfig wrapper with UsageCount

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [1b117d1b3a6291115db5706184d986ea7ecfd3fd]

        INTEGRATION: CWS draw8 (1.29.2.3.24); FILE MERGED 2003/03/20 17:00:32 aw 1.29.2.3.24.1: #107253# Replaced SvtLinguConfig with SwLinguConfig wrapper with UsageCount

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [139b621ec1903bf5d497a08517b526f2372bd5bd]

        INTEGRATION: CWS draw8 (1.39.2.1.42); FILE MERGED 2003/03/13 17:02:04 aw 1.39.2.1.42.1: #108203# If the length of the original string and the CaseMapped one are different, it is necessary to handle the given text part as a single snippet since itÄs size may differ, too.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [09d4e56079ed904faf43cc8291bbe7e1ccc146d2]

        INTEGRATION: CWS draw8 (1.12.10.1.42); FILE MERGED 2003/03/13 14:58:29 aw 1.12.10.1.42.1: #107816# Look if the length of the original text and the ToUpper-converted text is different. If yes, do special handling.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8cc8a960f4dbc813c5f1c1b3d2fcce3aeea522a8]

        INTEGRATION: CWS draw8 (1.96.2.1.22); FILE MERGED 2003/03/12 10:27:54 aw 1.96.2.1.22.1: #107848# Initialize inside_deleted_section flag correctly

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [78e4fc7cc1594dd544f4500c2c57b0d8c2c9da69]

        INTEGRATION: CWS draw8 (1.3.108); FILE MERGED 2003/03/24 14:41:59 thb 1.3.108.1: #107878# Corrected to array delete

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a2187ac63b4eac7be7604903230130dbf093efae]

        INTEGRATION: CWS draw8 (1.54.66); FILE MERGED 2003/04/03 14:39:20 aw 1.54.66.2: #107848# One little optimization to not create a TextImportHelper if not needed. 2003/03/12 10:27:21 aw 1.54.66.1: #107848# Make adding the shepe to Z-Ordering dependent from if we are inside a inside_deleted_section (redlining). That is necessary since the shape will be removed again later. It would lead to errors if it would stay inside the Z-Ordering. Thus, the easiest way to solve that conflict is to not add it here.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [2dc836906e898952c93234a72870f7baafc98317]

        INTEGRATION: CWS draw8 (1.1.106); FILE MERGED 2003/03/12 10:26:34 aw 1.1.106.1: #107848# Start- and EndElement are needed here to set the inside_deleted_section flag at the corresponding TextImportHelper

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [108b24b2691ddb2a222954b8794f1f270ffd5c32]

        INTEGRATION: CWS draw8 (1.3.94); FILE MERGED 2003/03/12 10:26:21 aw 1.3.94.1: #107848# Start- and EndElement are needed here to set the inside_deleted_section flag at the corresponding TextImportHelper

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [678672f623a282493aaf0ac149f2ef2246923635]

        INTEGRATION: CWS draw8 (1.78.2.2.4); FILE MERGED 2003/04/03 14:36:41 aw 1.78.2.2.4.1: #107848# Make adding the shepe to Z-Ordering dependent from if we are inside a inside_deleted_section (redlining). That is necessary since the shape will be removed again later. It would lead to errors if it would stay inside the Z-Ordering. Thus, the easiest way to solve that conflict is to not add it here.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [da2f42335b1bf838fd8206cfeabf8fbd4e7f1b51]

        INTEGRATION: CWS draw8 (1.1.140); FILE MERGED 2003/03/29 12:52:49 af 1.1.140.2: RESYNC: (1.1-1.1.14.1); FILE MERGED 2003/03/20 09:05:11 af 1.1.140.1: #108294# Added new supported service AccessibleGraphControl.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [3ae1bbdc52b1e14b0f6f1c8886ba42b403a933fb]

        INTEGRATION: CWS draw8 (1.53.4.3.28); FILE MERGED 2003/03/19 15:40:31 thb 1.53.4.3.28.1: #108215# Fixed typo: using source size in pixel for crop rect calculation

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [b0cc012639b27a143095a7acdd0b3bda50860fa8]

        INTEGRATION: CWS draw8 (1.101.2.2.34); FILE MERGED 2003/03/29 12:57:05 af 1.101.2.2.34.3: RESYNC: (1.101.2.3-1.101.2.4); FILE MERGED 2003/03/25 15:24:01 af 1.101.2.2.34.2: RESYNC: (1.101.2.2-1.101.2.3); FILE MERGED 2003/03/24 15:24:09 thb 1.101.2.2.34.1: #107878# Corrected to array delete

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [654a9bf1aa631b412b0155e3c6c4fa473606189b]

        INTEGRATION: CWS draw8 (1.6.128); FILE MERGED 2003/03/20 15:31:59 sj 1.6.128.1: #108148# now detecting also Draw as own format. Not saving Draw as own format leads to the problem that it is stored like all other external objects using fileformat3.1, but the first Draw comes out was version 4, this leads to defect Draw objects (missing graphics, gpf ...)

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [18401ac9309c8d44b83686819453417a20242412]

        INTEGRATION: CWS draw8 (1.5.12.1.36); FILE MERGED 2003/03/19 11:43:22 sj 1.5.12.1.36.1: #108274# swapping start and end arrow if arc is fliped

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9a419f5e1053378ee317363f0013fbb73239c69d]

        INTEGRATION: CWS draw8 (1.28.4.1.36); FILE MERGED 2003/03/19 11:43:22 sj 1.28.4.1.36.1: #108274# swapping start and end arrow if arc is fliped

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [d017d9bdf3bdc2aa2c6778e1e78b8a612541ef07]

        INTEGRATION: CWS draw8 (1.5.156); FILE MERGED 2003/03/13 18:41:53 aw 1.5.156.1: #108210# If strings differ work preparing the necessary snippet to address that potential difference

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a4800b5dffe18ec97af5b25a7d19a09b2e16d4e0]

        INTEGRATION: CWS draw8 (1.12.140); FILE MERGED 2003/03/12 12:04:29 ka 1.12.140.1: #108000#: catch exceptions inside loop

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8e772e0b470d9bcc69bb1a94a85083627726714a]

        INTEGRATION: CWS draw8 (1.14.12.1.28); FILE MERGED 2003/03/12 12:19:13 ka 1.14.12.1.28.1: #107778#: show context menus at right position

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [20a8c65bef993dd51c643339d63b250bd1d2bfad]

        INTEGRATION: CWS draw8 (1.37.2.2.28); FILE MERGED 2003/03/12 12:19:13 ka 1.37.2.2.28.1: #107778#: show context menus at right position

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [94d2a96f2e49d7cacbe7c210da33a5d75f180b33]

        INTEGRATION: CWS draw8 (1.37.128); FILE MERGED 2003/03/19 11:42:37 aw 1.37.128.1: #i5746# Use GetOutputStorage(...) instead of GetStorage() here to create new files if necessary

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [7c67edd8691c8d2ac6e0f026349f153231db3581]

        INTEGRATION: CWS draw8 (1.17.128); FILE MERGED 2003/03/24 17:04:47 thb 1.17.128.1: #107878# Corrected to array delete

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [516ce8b1adab10d002fe7fd982f0933fb9bd031e]

        INTEGRATION: CWS draw8 (1.24.138); FILE MERGED 2003/03/24 16:54:54 thb 1.24.138.1: #107878# Corrected to array delete

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [8d1646a01046ca5258f1f150160f5825738d1802]

        INTEGRATION: CWS draw8 (1.10.6.4.36); FILE MERGED 2003/03/20 09:01:14 af 1.10.6.4.36.1: #108294# Added new supported service AccessibleGraphControl.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [a8fac955b6ee9ac5a43e370c145313709a90f582]

        INTEGRATION: CWS draw8 (1.15.8.2.28); FILE MERGED 2003/03/29 12:58:24 af 1.15.8.2.28.2: RESYNC: (1.15.8.2-1.15.8.3); FILE MERGED 2003/03/14 09:35:37 af 1.15.8.2.28.1: #107893# Added methods HasFocus() and RemoveFocus().

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [7cb1c1d247492afb0230c4060746e944d4f96934]

        INTEGRATION: CWS draw8 (1.23.6.2.28); FILE MERGED 2003/03/29 12:58:19 af 1.23.6.2.28.3: RESYNC: (1.23.6.2-1.23.6.3); FILE MERGED 2003/03/23 14:09:38 af 1.23.6.2.28.2: #108166# After switching to the new list in Update() this list is used by the following functions. 2003/03/14 09:35:37 af 1.23.6.2.28.1: #107893# Added methods HasFocus() and RemoveFocus().

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [59936278cb04bed2a572be5fab9189c79b1cfd33]

        INTEGRATION: CWS draw8 (1.10.142); FILE MERGED 2003/03/14 09:33:51 af 1.10.142.1: #107893# Added methods HasFocus() and RemoveFocus().

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [6fd0610df347ae293deaa9173437e5d2a49aba4a]

        INTEGRATION: CWS draw8 (1.31.2.3.28); FILE MERGED 2003/03/18 11:56:06 thb 1.31.2.3.28.1: #108279# Use correct max index

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [9238ac7645ae5be8ea45de285d1870ef065af7f8]

        INTEGRATION: CWS draw8 (1.14.84); FILE MERGED 2003/03/24 10:35:59 af 1.14.84.1: #108292# When there is a selected shape then show its position in the status bar instead of the mouse position.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c95eba46b53c2f86ee6ff2f074d231d029e34c4d]

        INTEGRATION: CWS draw8 (1.4.116); FILE MERGED 2003/03/24 13:24:29 af 1.4.116.1: #108375# Added entry for printer independent layout.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [0f07ed93de1f6dc2f4c09383a3402e0bca0fe18f]

        INTEGRATION: CWS draw8 (1.2.82); FILE MERGED 2003/03/23 16:45:53 af 1.2.82.1: #108362# Removing selecting of shapes when in water can mode.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [c07c5ce4b9d385ab34c305e6d4762c3ba75053fd]

        INTEGRATION: CWS draw8 (1.18.82); FILE MERGED 2003/03/23 17:04:50 af 1.18.82.2: #108362# Re-added selected shapes to water can handling. 2003/03/23 16:47:24 af 1.18.82.1: #108362# Removing selecting of shapes when in water can mode.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [350d100aaf5f4389cbde10ac8c31aefbade1969e]

        INTEGRATION: CWS draw8 (1.48.2.1.36); FILE MERGED 2003/03/20 15:46:12 af 1.48.2.1.36.2: #107803# GotoBookmark() uses API to switch to page in order to update the frame view data. 2003/03/20 15:21:21 sj 1.48.2.1.36.1: #108148# SaveAs is now using SDR_SWAPGRAPHICSMODE_TEMP for all binary filter

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [d85838c9c53b37dbbfd3d875dc15321b66ee9f43]

        INTEGRATION: CWS draw8 (1.34.2.1.2.1.2.4.8.2.2.4.2.2.16); FILE MERGED 2003/03/25 09:34:58 af 1.34.2.1.2.1.2.4.8.2.2.4.2.2.16.2: #108375# Corrected strings related to printer independent layout. 2003/03/24 13:28:25 af 1.34.2.1.2.1.2.4.8.2.2.4.2.2.16.1: #108375# Added entry for printer independent layout.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [5fc9ced99c674914ffba29a3c1ced3fab09ebbdc]

        INTEGRATION: CWS draw8 (1.20.84); FILE MERGED 2003/03/12 14:19:44 af 1.20.84.1: #108001# Introduced bug workarround by adding filter to file open dialog.

2003-04-08  Rüdiger Timm  <rt@openoffice.org>  [7780b2e3c8385fefa171492b112962ac9912cac0]

        INTEGRATION: CWS draw8 (1.17.82); FILE MERGED 2003/03/14 09:38:16 af 1.17.82.1: #107893# The document view now claims the focus when activated and none of its children has it.

2003-04-08  Nils Fuhrmann  <nf@openoffice.org>  [c3ac3ab1c232eaf16776e77717f4230eb3b0737b]

        Correct prjname (now filter) to enable directory for hid genaration

2003-04-08  Nils Fuhrmann  <nf@openoffice.org>  [a93bfaac9a75ac627e90a0a92916eaa92d5145ea]

        Defined build order for directories containing hid targets

2003-04-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e4eda208fb4ead82293f75a1f9729083ebfbcd7]

        #100000# reenable stacktraces in non pro

2003-04-08  Vladimir Glazounov  <vg@openoffice.org>  [c33c41fd16273525556a08969b8b06d2ca4319d2]

        #100000# temp variables for GCC

2003-04-07  Kurt Zenker  <kz@openoffice.org>  [95e7db4fbe6983b2fe6ecd5c86f09ae89ac84ddb]

        new version for SRX644

2003-04-07  Kurt Zenker  <kz@openoffice.org>  [83d50cdc0aca7f832c3845adbf800579bb5a055d]

        new version for SRX644

2003-04-07  Kurt Zenker  <kz@openoffice.org>  [2cb5b1b3bfbe8eff932d222ef978da8ac7b2c204]

        new version for SRX644

2003-04-07  Kurt Zenker  <kz@openoffice.org>  [0ec2aa19313f72baeda0847797dfb9505ac9d653]

        new version for SRX644

2003-04-07  Kurt Zenker  <kz@openoffice.org>  [b0c4a17a686303976af9d73bac9bb1794cd1814f]

        new version for SRX644

2003-04-07  Vladimir Glazounov  <vg@openoffice.org>  [74016316ffbea1bf3ae70cb5722741778d076e1e]

        #100000# type generation

2003-04-07  Daniel Boelzle  <dbo@openoffice.org>  [256e50045e637efc630987c8b40d5dec19f9b5ec]

        #107130# misc

2003-04-07  Stephan Wunderlich  <sw@openoffice.org>  [227fe69dc8df0002a898fda3f7f7db0664ffb336]

        CHG: removed obsolet lines

2003-04-07  Stephan Wunderlich  <sw@openoffice.org>  [6cc2d71a29c589ff036975df5909d2393454ae2f]

        CHG: changed Obj creation

2003-04-06  Jörg Budischewski  <jbu@openoffice.org>  [743337cdbeecd32c6d720cfdcb41c264ca5d5c2b]

        #i11753# added the dynlib pythonpath element

2003-04-06  Jörg Budischewski  <jbu@openoffice.org>  [b5e3182953a5b3badc5927a87a3eaf936e362fa3]

        #i11753# python-core for OOo installation set is now zipped here

2003-04-06  Jörg Budischewski  <jbu@openoffice.org>  [8268b652722703da0752cb11e3d8fd7918946bd8]

        #i11753# added some more exports, added zipcore directory for building

2003-04-06  Jörg Budischewski  <jbu@openoffice.org>  [5ec49d551e7d1eb016583010cf4902d39dc721a2]

        #i11753# changed pycpld to pythonloader.uno

2003-04-06  Jörg Budischewski  <jbu@openoffice.org>  [ff78d7629bf679f3bd8448ac58a87c5f5dba5b23]

        #i11753# rewritten loader implementation, pyuno now supports file and vnd.sun.star.expand protocols

2003-04-06  Jörg Budischewski  <jbu@openoffice.org>  [5095f54e78f6472ceff5ef19b8665b76deca3de5]

        #i11753# switched to new naming scheme of uno components

2003-04-06  Jörg Budischewski  <jbu@openoffice.org>  [10d2cc66a383dedd685c437d86c17bf0b02b51c3]

        #i11753# pythonloader bootstrap variables PYTHONHOME and PYTHONPATH are now evaluated and set if available

2003-04-06  Jörg Budischewski  <jbu@openoffice.org>  [8aa6ac50c5b46680ab485b62de21da6d8b7a6871]

        #i11753# added traceback extraction function

2003-04-06  Jörg Budischewski  <jbu@openoffice.org>  [8147eaba4b21cdd65da27c7241f0f55139e0fb85]

        #i11753# switched now to rtl_bootstrap_set, unicode strings are now additionally accepted in functions like systemPathToFileUrl

2003-04-06  Jörg Budischewski  <jbu@openoffice.org>  [3314fe755ccfa9487ba858df06c9037e32914a56]

        #i11753# traceback of python exceptions is now added to the exception text

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [86d46d9be1a07db11d7499b6822a350502de6ac2]

        INTEGRATION: CWS mav3 (1.69.2.1.28); FILE MERGED 2003/02/20 10:08:56 mav 1.69.2.1.28.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7739e78e90bc2872560d789b77e16d0e3702122]

        INTEGRATION: CWS mav3 (1.7.10.1.28); FILE MERGED 2003/02/20 10:08:56 mav 1.7.10.1.28.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc1e564ae2c252a152e0bf2b2863926965692ed6]

        INTEGRATION: CWS mav3 (1.1.2); FILE ADDED 2003/03/28 12:10:47 mav 1.1.2.3: #i2822# use solar mutex 2003/03/11 14:07:53 mav 1.1.2.2: #i2822# use solar mutex 2003/02/20 10:09:30 mav 1.1.2.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b894b8567165d54eb591c3da1b85c6aac6b3944e]

        INTEGRATION: CWS mav3 (1.10.10.1.28); FILE MERGED 2003/02/20 10:08:55 mav 1.10.10.1.28.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e9f3e02a77609102f1ae43b734c18ff26e6b388]

        INTEGRATION: CWS mav3 (1.42.6.8.2.6.14); FILE MERGED 2003/04/03 10:20:30 mav 1.42.6.8.2.6.14.1: #106488# add removed fix

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dcef755e3c5fd87b6efd655f660d3b830f286b6]

        INTEGRATION: CWS mav3 (1.14.2.1.12); FILE MERGED 2003/02/20 09:31:28 mav 1.14.2.1.12.1: #i2822# XLoadable interface

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [93f2390e0cb31b55d79c0055e2fd08c7ca79afd5]

        INTEGRATION: CWS mav3 (1.1.2); FILE ADDED 2003/02/20 09:31:27 mav 1.1.2.1: #i2822# XLoadable interface

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b05b6eaad8ad38cc70e2112957762155683a157]

        INTEGRATION: CWS mav3 (1.1.2); FILE ADDED 2003/02/20 09:31:26 mav 1.1.2.1: #i2822# XLoadable interface

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [77f31b62f7fa1d2e32c4cfcdafb059db7d9c85a7]

        INTEGRATION: CWS mav3 (1.66.2.8.12); FILE MERGED 2003/02/20 10:01:29 mav 1.66.2.8.12.1: #i2822# XLoadable and XTransferable implementations

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [924ec163442140627909509d439bf5117933abfc]

        INTEGRATION: CWS mav3 (1.29.2.9.6.8.112); FILE MERGED 2003/03/27 17:12:32 mav 1.29.2.9.6.8.112.2: RESYNC: (1.29.2.9.6.8-1.29.2.9.6.8.4.2); FILE MERGED 2003/03/07 08:31:34 mav 1.29.2.9.6.8.112.1: #107577# allow to edit a repaired file; no real save for it, only saveas

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [309b8d44cb95a9e4ec950766b1abd33799ca189d]

        INTEGRATION: CWS mav3 (1.37.2.2.36); FILE MERGED 2003/03/06 16:11:55 mav 1.37.2.2.36.1: #i2822# view shell can be already removed

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [47270faf7819846f2fe108d1c7f670f03e33ad1b]

        INTEGRATION: CWS mav3 (1.60.2.6.12); FILE MERGED 2003/03/27 17:12:50 mav 1.60.2.6.12.3: RESYNC: (1.60.2.6-1.60.2.7); FILE MERGED 2003/03/25 10:12:45 as 1.60.2.6.12.2: #i2822# support load from model 2003/03/07 08:31:34 mav 1.60.2.6.12.1: #107577# allow to edit a repaired file; no real save for it, only saveas

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3429602cb92a7e0e59b8ebef0966cebce5104dbf]

        INTEGRATION: CWS mav3 (1.10.8.1.90); FILE MERGED 2003/04/04 10:31:56 mba 1.10.8.1.90.1: #i2822#: allow setting menu titles via Interceptor

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4572066320d792b5b5e82c8236e32ba5c910aebe]

        INTEGRATION: CWS mav3 (1.4.100); FILE MERGED 2003/04/04 10:31:55 mba 1.4.100.1: #i2822#: allow setting menu titles via Interceptor

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [79bd76b09df5fea831179d683fc53470412b0f8e]

        INTEGRATION: CWS mav3 (1.15.4.1.12); FILE MERGED 2003/02/20 10:01:28 mav 1.15.4.1.12.1: #i2822# XLoadable and XTransferable implementations

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff19914909750cf611a9a8317a08822786f78d57]

        INTEGRATION: CWS mav3 (1.39.4.1.12); FILE MERGED 2003/04/02 06:33:41 mav 1.39.4.1.12.10: #i2822# adopt for unix 2003/03/27 17:17:24 mav 1.39.4.1.12.9: RESYNC: (1.39.4.1-1.39.4.3); FILE MERGED 2003/03/27 14:05:07 mav 1.39.4.1.12.8: #i2822# SetExtent, GetExtent 2003/03/26 10:58:14 mav 1.39.4.1.12.7: #i2822# set the document mode to 'embedded' 2003/03/10 15:50:38 mav 1.39.4.1.12.6: #i2822# global handler for windows metafile representation 2003/03/05 15:02:11 mav 1.39.4.1.12.5: #i2822# closing of docshell should be done only through model closing 2003/03/05 12:32:28 mav 1.39.4.1.12.4: #i2822# do not hold a reference to the document shell after it is closed 2003/03/05 08:32:44 mav 1.39.4.1.12.3: #i11704# delete temporary created ItemSet 2003/03/03 08:58:39 mav 1.39.4.1.12.2: #i2822# metafile stuff 2003/02/20 10:01:26 mav 1.39.4.1.12.1: #i2822# XLoadable and XTransferable implementations

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [090ddb5dc4d41e64cd5156a15040360077da3c46]

        INTEGRATION: CWS mav3 (1.32.10.4.12); FILE MERGED 2003/03/10 15:52:21 mav 1.32.10.4.12.2: #i2822# basic does not support xClosable 2003/03/05 15:02:12 mav 1.32.10.4.12.1: #i2822# closing of docshell should be done only through model closing

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ed6811a835da3e821dfe399d4fa05438a1685b6]

        INTEGRATION: CWS mav3 (1.111.2.4.10); FILE MERGED 2003/03/27 17:17:19 mav 1.111.2.4.10.4: RESYNC: (1.111.2.4-1.111.2.6); FILE MERGED 2003/03/13 08:58:23 mav 1.111.2.4.10.3: #i2822# in storeTo mode handsOff is possible 2003/03/13 08:38:09 mav 1.111.2.4.10.2: #i2822# handsOff is useless in case of private:stream 2003/03/11 13:00:31 mav 1.111.2.4.10.1: #i2822# private:stream is not a normal url

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c64b03e63a4204a72cb1581886cb938954a0b0c3]

        INTEGRATION: CWS mav3 (1.50.8.5.12); FILE MERGED 2003/04/04 09:48:44 abi 1.50.8.5.12.2: #i2822# asking for CreateMode 2003/02/25 14:10:38 mav 1.50.8.5.12.1: #107413# do not set error context befor SaveAs dialog execution

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [89fe7551240e2ecd14f298353b67b9df3c22d621]

        INTEGRATION: CWS mav3 (1.28.2.3.10); FILE MERGED 2003/03/27 17:17:13 mav 1.28.2.3.10.3: RESYNC: (1.28.2.3-1.28.2.4); FILE MERGED 2003/03/26 10:58:14 mav 1.28.2.3.10.2: #i2822# set the document mode to 'embedded' 2003/03/07 08:31:31 mav 1.28.2.3.10.1: #107577# allow to edit a repaired file; no real save for it, only saveas

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5baa5a5c8f70bbd1c19dec8217562728296d19b]

        INTEGRATION: CWS mav3 (1.37.2.3.36); FILE MERGED 2003/03/27 14:01:54 mav 1.37.2.3.36.2: #i2822# set MapMode to metafile 2003/02/20 10:01:25 mav 1.37.2.3.36.1: #i2822# XLoadable and XTransferable implementations

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0e0d0c158d1326f35d7cd21ec7b788d0a9f1088]

        INTEGRATION: CWS mav3 (1.7.118); FILE MERGED 2003/03/27 17:16:45 mav 1.7.118.2: RESYNC: (1.7-1.7.22.1); FILE MERGED 2003/02/20 10:01:25 mav 1.7.118.1: #i2822# XLoadable and XTransferable implementations

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea10aa3b04a441d5f7d8b6e077cb49f79471a2a7]

        INTEGRATION: CWS mav3 (1.127.2.4.4); FILE MERGED 2003/03/28 09:08:14 mav 1.127.2.4.4.3: RESYNC: (1.127.2.4-1.127.2.5); FILE MERGED 2003/03/07 08:31:30 mav 1.127.2.4.4.2: #107577# allow to edit a repaired file; no real save for it, only saveas 2003/03/04 08:52:03 mav 1.127.2.4.4.1: #106488# always use interaction handler from ItemSet

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3aed7e6447726d22ff14496b99916f8eaf3cd670]

        INTEGRATION: CWS mav3 (1.16.2.2.78); FILE MERGED 2003/04/04 10:31:54 mba 1.16.2.2.78.1: #i2822#: allow setting menu titles via Interceptor

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbf665938f67a7f05b9ef958da02f639996d89d3]

        INTEGRATION: CWS mav3 (1.22.4.1.12); FILE MERGED 2003/04/04 10:31:54 mba 1.22.4.1.12.1: #i2822#: allow setting menu titles via Interceptor

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [87b260700b4b642b98906a5ac68f2f9f1f8943ae]

        INTEGRATION: CWS mav3 (1.77.2.6.10); FILE MERGED 2003/03/27 17:23:27 mav 1.77.2.6.10.2: RESYNC: (1.77.2.6-1.77.2.8); FILE MERGED 2003/03/11 14:33:38 mav 1.77.2.6.10.1: #i2822# get rid of assertions

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2afc8854d820713e3f4b49235d55fcfc9020d865]

        INTEGRATION: CWS mav3 (1.1.6.1.40); FILE MERGED 2003/03/28 12:05:03 mav 1.1.6.1.40.1: #i2822# use solar mutex

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [92a5f62a89c0724cdbc1b5c72141323722d50b78]

        INTEGRATION: CWS mav3 (1.10.82); FILE MERGED 2003/02/20 09:35:48 mav 1.10.82.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f69e846ddc277400b21bc2417b544f5652dc311]

        INTEGRATION: CWS mav3 (1.13.76); FILE MERGED 2003/02/20 09:35:47 mav 1.13.76.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [487d79ed9e6ea992a519e3bf78992f8cbcf094f2]

        INTEGRATION: CWS mav3 (1.1.6.1.34); FILE MERGED 2003/03/28 12:08:11 mav 1.1.6.1.34.1: #i2822# use solar mutex

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e01fdf7abbeac16c75b1f05ef5aa60cb5077af57]

        INTEGRATION: CWS mav3 (1.10.70); FILE MERGED 2003/02/20 09:48:01 mav 1.10.70.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [561e23d45dfbdb315fbd20f36dcc5ee75098e646]

        INTEGRATION: CWS mav3 (1.4.68); FILE MERGED 2003/02/27 14:12:08 mav 1.4.68.2: #i2822# register service for impress also 2003/02/20 09:48:01 mav 1.4.68.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1d4d7dfea9b2965981f719c3895f041fe08e2a7]

        INTEGRATION: CWS mav3 (1.18.62); FILE MERGED 2003/03/03 08:51:17 mav 1.18.62.1: #i2822# create model during shell construction

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1b819956d0fdaa35e0ab6269153704bcb3b2983]

        INTEGRATION: CWS mav3 (1.48.2.1.14); FILE MERGED 2003/04/04 10:35:32 mba 1.48.2.1.14.3: #i2822#: last fix was incorrect 2003/03/31 13:41:55 thb 1.48.2.1.14.2: #108451# Restored old OLE VisArea handling 2003/03/03 08:51:17 mav 1.48.2.1.14.1: #i2822# create model during shell construction

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [987b698363f6f222580124fc0fb9b81236199401]

        INTEGRATION: CWS mav3 (1.20.60); FILE MERGED 2003/03/14 09:38:53 mav 1.20.60.1: #107501# closing should be used instead of disposing

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d144ced7a0b2c48b78ac45b8fa9c68f8061f54d]

        INTEGRATION: CWS mav3 (1.12.38); FILE MERGED 2003/03/27 20:15:29 mav 1.12.38.2: RESYNC: (1.12-1.12.6.1); FILE MERGED 2003/03/17 14:55:49 mav 1.12.38.1: #108262# check for null pointer

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [43640814e72737173e0806878b272b0778a39f0a]

        INTEGRATION: CWS mav3 (1.22.96); FILE MERGED 2003/03/27 18:40:12 mav 1.22.96.2: RESYNC: (1.22-1.22.6.1); FILE MERGED 2003/03/14 10:46:51 mav 1.22.96.1: #107501# check for nullpointer; remove redundand OwnerLock(False)

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [754d65e7370f585a6e31612d6fb10e72d940fda4]

        INTEGRATION: CWS mav3 (1.5.72); FILE MERGED 2003/03/19 13:24:18 mav 1.5.72.1: #i2822# clsids for embedded documents

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f807e70ecddb785474289e2553968ec376b28d6f]

        INTEGRATION: CWS mav3 (1.1.2); FILE ADDED 2003/03/28 12:09:30 mav 1.1.2.3: #i2822# use solar mutex 2003/03/11 14:19:54 mav 1.1.2.2: #i2822# use solar mutex 2003/02/20 10:03:20 mav 1.1.2.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [726125348e86b557e27ea09148f2e7afe5361bbb]

        INTEGRATION: CWS mav3 (1.4.38); FILE MERGED 2003/02/20 10:03:19 mav 1.4.38.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0de9fde00aa8213fc646f7ad64f9779fcb089c89]

        INTEGRATION: CWS mav3 (1.16.30); FILE MERGED 2003/03/27 20:33:10 mav 1.16.30.2: RESYNC: (1.16-1.16.2.1); FILE MERGED 2003/02/20 10:03:19 mav 1.16.30.1: #i2822# new document UNO services supporting XModel

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f218fb00bec5201bb8f7401422c4d49b2620a7c3]

        INTEGRATION: CWS mav3 (1.57.30); FILE MERGED 2003/04/04 11:47:06 mba 1.57.30.1: #i2822#: wrong handling of VisArea

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [afe1abd5aab0298f15e142094475f15355217b69]

        INTEGRATION: CWS mav3 (1.74.2.5.2.8.2.11.2.9.14); FILE MERGED 2003/03/27 18:58:44 mav 1.74.2.5.2.8.2.11.2.9.14.2: RESYNC: (1.74.2.5.2.8.2.11.2.9-1.74.2.5.2.8.2.11.2.12); FILE MERGED 2003/03/03 08:48:31 mav 1.74.2.5.2.8.2.11.2.9.14.1: #i2822# register embedded server in Win registry

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d89881d92f105a8c60f7ef6bac514e36289952e2]

        INTEGRATION: CWS mav3 (1.2.58); FILE MERGED 2003/03/25 10:12:24 as 1.2.58.1: #i2822# support load from model temp.!

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [46bc623a9a849606e773e0d04066dbd82f7952ac]

        INTEGRATION: CWS os7 (1.79.2.4.30); FILE MERGED 2003/03/21 08:51:13 fs 1.79.2.4.30.1: #107943# cancel button in MSG_DATA_SOURCES_UNAVAILABLE

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0379cf7d3cac5cd08a64348e0cecf6c0f2ace824]

        INTEGRATION: CWS os7 (1.13.4.1.32); FILE MERGED 2003/03/20 08:11:18 pb 1.13.4.1.32.1: fix: #107891# bool warning removed

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [60b2b0b8b1b64f7c3b57f07f9c4f735e4f04a971]

        INTEGRATION: CWS os7 (1.7.126); FILE MERGED 2003/03/28 12:07:14 os 1.7.126.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcce3213d487d414251fcd93b388dc6bcda1b870]

        INTEGRATION: CWS os7 (1.27.2.2.32); FILE MERGED 2003/03/20 13:38:38 pb 1.27.2.2.32.1: fix: #107497# expandable state only with children or on demand

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [73380fbf799bf4dad5c730f2472fd479448f3b49]

        INTEGRATION: CWS os7 (1.29.2.2.32); FILE MERGED 2003/03/20 13:47:58 pb 1.29.2.2.32.1: fix: #108329# initialize the width vector if necessary

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e8ca1a41bbcacd6163b692835ab561d832f1ee6]

        INTEGRATION: CWS os7 (1.4.150); FILE MERGED 2003/03/28 12:09:19 os 1.4.150.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2592ec346482da7306be132f8deebdede4eb0c7]

        INTEGRATION: CWS os7 (1.4.128); FILE MERGED 2003/03/26 11:14:52 os 1.4.128.1: #105559# prevent recalculating of width/or height inside of a Reset() or ActivatePage()

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [faeaafc47d4e1313b16b9f037f5ae82c4b71a965]

        INTEGRATION: CWS os7 (1.9.128); FILE MERGED 2003/03/28 12:09:18 os 1.9.128.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [53f55baa6d68c91bfa6c664f08f7498673ca7d62]

        INTEGRATION: CWS os7 (1.1.4.2.60); FILE MERGED 2003/03/22 16:46:06 fs 1.1.4.2.60.1: #108018# renamed properties at the MailMerge service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bcd646f3436715cb71e7f911e3213fdd575beb5]

        INTEGRATION: CWS os7 (1.37.2.2.34); FILE MERGED 2003/03/21 08:53:22 fs 1.37.2.2.34.2: #107943# allow cancelling the mail merge process 2003/03/20 14:06:49 os 1.37.2.2.34.1: #108290# show current cursor position in insert/drawing mode

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [68c9504e6b3aa402e81f24dcf37dc0996e4509a8]

        INTEGRATION: CWS os7 (1.52.2.7.34); FILE MERGED 2003/03/17 14:23:06 os 1.52.2.7.34.1: #i9752# Call of SetCrsr() needs SelectObj()!

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba00ec0e2c0fc4ee5be0045cac61a6a427a82d06]

        INTEGRATION: CWS os7 (1.14.130); FILE MERGED 2003/04/03 07:42:33 os 1.14.130.2: #107298# disabled fields filled, again 2003/03/22 15:40:04 os 1.14.130.1: #107298# assure thate disabled metric fields are empty

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b92389b3fb08dccb460715e8415beacf71e686a9]

        INTEGRATION: CWS os7 (1.29.2.2.2.2.2.5.4.2.2.5.4.10.2.2.32); FILE MERGED 2003/03/24 10:19:30 gt 1.29.2.2.2.2.2.5.4.2.2.5.4.10.2.2.32.1: #107750# initialy hide SfxModelessDialog and Show() after Initialize() of Window in SwInsertIdxMarkWrapper::SwInsertIdxMarkWrapper()

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [80dc2fa2bb13b8910b612397e86547ecbc4a13e2]

        INTEGRATION: CWS os7 (1.1.4.2.32); FILE MERGED 2003/03/22 16:35:52 fs 1.1.4.2.32.1: #i11879# use the new DataAccessDescriptor service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b7fd4ead344565a053fa049a387d01a4e588448]

        INTEGRATION: CWS os7 (1.26.130); FILE MERGED 2003/03/24 10:19:29 gt 1.26.130.1: #107750# initialy hide SfxModelessDialog and Show() after Initialize() of Window in SwInsertIdxMarkWrapper::SwInsertIdxMarkWrapper()

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [346866101c07c6073b805305c248c2bf1942db6c]

        INTEGRATION: CWS os7 (1.2.162); FILE MERGED 2003/03/26 11:14:51 os 1.2.162.1: #105559# prevent recalculating of width/or height inside of a Reset() or ActivatePage()

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [70d0ff2e125970a541e04cf7bab66774359f4974]

        INTEGRATION: CWS os7 (1.7.130); FILE MERGED 2003/03/27 12:12:07 gt 1.7.130.1: #107750#

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6b7d5e7c79c0e0525a28e12555b1445b4cf0194]

        INTEGRATION: CWS os7 (1.33.2.3.34); FILE MERGED 2003/03/27 08:56:32 os 1.33.2.3.34.2: #105559# ModifyHdl: disregard fixed ratio as long a neither width nor height are changed 2003/03/26 11:14:53 os 1.33.2.3.34.1: #105559# prevent recalculating of width/or height inside of a Reset() or ActivatePage()

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2199dc2a2b1b42eab4a6266b40e2acf188c12762]

        INTEGRATION: CWS os7 (1.24.2.2.2.3.2.9.4.9.2.3.30); FILE MERGED 2003/03/22 10:31:12 fs 1.24.2.2.2.3.2.9.4.9.2.3.30.1: #108164# DLG_MAILMERGE: corrected title to 'Mail Merge'

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f500426d9420bf0b80e949649638271d34e7a0a]

        INTEGRATION: CWS os7 (1.61.2.6.32); FILE MERGED 2003/03/28 14:32:36 os 1.61.2.6.32.2: RESYNC: (1.61.2.6-1.61.2.7); FILE MERGED 2003/03/20 14:06:48 os 1.61.2.6.32.1: #108290# show current cursor position in insert/drawing mode

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e4831e940d05c692797f1800aa6338af6872582]

        INTEGRATION: CWS os7 (1.63.2.2.60); FILE MERGED 2003/04/03 11:22:41 os 1.63.2.2.60.5: #107615# call SID_SAVEASDOC depending on the DocShell save status 2003/03/24 09:23:45 os 1.63.2.2.60.4: #i9880# use correct database selection in field update 2003/03/23 09:49:18 os 1.63.2.2.60.3: #107615# merge to file: create view frame and layout of created files, check database cursor move 2003/03/22 13:43:37 os 1.63.2.2.60.2: #107698# type corrected 2003/03/18 08:37:29 os 1.63.2.2.60.1: #107698# lock DBMgr while actually printing to prevent re-merge of database fields

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [db7905a2bc9d644e62ff8fe3965d9e9f1b5b32a8]

        INTEGRATION: CWS os7 (1.7.156); FILE MERGED 2003/03/28 12:09:02 os 1.7.156.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [277554a79da337b66068709437481091c7d9560c]

        INTEGRATION: CWS os7 (1.13.10.2.32); FILE MERGED 2003/03/28 12:08:45 os 1.13.10.2.32.1: #i4999# wrong changes undone

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e4fd5efb21bafb5d407479c8645fc93de79257a]

        INTEGRATION: CWS os7 (1.71.2.3.34); FILE MERGED 2003/03/25 14:24:01 os 1.71.2.3.34.1: #104245# table mode added to the SwXTextCursor::SetPropertyValue attribute list

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [282ef22ed9d71d7b036d6f83639c02ca0b2f3b5f]

        INTEGRATION: CWS os7 (1.51.130); FILE MERGED 2003/03/22 15:37:12 os 1.51.130.1: #108198# default character format name corrected

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5713ffb486ecceba8638f3eda1c96b6bf34d0ec3]

        INTEGRATION: CWS os7 (1.82.2.2.34); FILE MERGED 2003/03/22 16:45:10 fs 1.82.2.2.34.1: #108018# +UNO_NAME_DAD_COMMAND(_TYPE)

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf2ae97a223df987d6b9bc649afe311b5421f61e]

        INTEGRATION: CWS os7 (1.64.4.3.34); FILE MERGED 2003/03/25 14:23:43 os 1.64.4.3.34.1: #104245# table mode added to the SwXTextCursor::SetPropertyValue attribute list; 'Standard' character format not allowed as drop cap char style

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdad5d6cfb3dba3961b1f1371ecc70b2ff2426eb]

        INTEGRATION: CWS os7 (1.122.2.26.2.4.34); FILE MERGED 2003/03/22 16:45:34 fs 1.122.2.26.2.4.34.1: #108018# renamed 3 properties at the MailMerge service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d2e5c332e01f9983223636cb596a871636b08ee]

        INTEGRATION: CWS os7 (1.49.2.2.34); FILE MERGED 2003/03/24 14:21:50 os 1.49.2.2.34.1: #108370# use '>>=' operator to get data from an css:suno::Any

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7342766d7398efb5b95d83524d0cb4924e788c0]

        INTEGRATION: CWS os7 (1.12.130); FILE MERGED 2003/03/26 14:41:02 od 1.12.130.1: #105559# <SwFEShell::CalcBoundRect(..)> - adjustment for fly frames anchored inside another fly frame

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc17c6306b0d0283310b52bd7c7f5f5b2d92ee30]

        INTEGRATION: CWS os7 (1.20.2.3.32); FILE MERGED 2003/03/28 14:35:22 os 1.20.2.3.32.2: RESYNC: (1.20.2.3-1.20.2.4); FILE MERGED 2003/03/23 09:51:27 os 1.20.2.3.32.1: #108290# convert document position to page related position

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5840b5cee8d4b6a08fce86ae848327fdee93005]

        INTEGRATION: CWS os7 (1.12.4.3.32); FILE MERGED 2003/03/18 08:39:03 os 1.12.4.3.32.1: #107698# SwDoc::GetDBDesc: assure that a current database descriptor is set when db fields are contained in the document

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [181b7f6ca07ef5f6dc579d19fcb056e54cf80d61]

        INTEGRATION: CWS os7 (1.16.4.7.2.3.48); FILE MERGED 2003/03/18 11:01:57 tl 1.16.4.7.2.3.48.1: #i12036#, #i12221# cursor travelling fixed (use WordType::ANYWORD_IGNOREWHITESPACES always)

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e7c5b8fbe6eddb568e9ca83c6ede6e0677bd92f]

        INTEGRATION: CWS os7 (1.80.2.2.34); FILE MERGED 2003/03/22 16:38:07 fs 1.80.2.2.34.1: #108018# +UNO_NAME_DAD_COMMAND(_TYPE)

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b472e24528de84072422da37ddd01f181c7b49d]

        INTEGRATION: CWS os7 (1.24.8.1.34); FILE MERGED 2003/03/25 14:22:41 os 1.24.8.1.34.1: #104245# table mode added to the SwXTextCursor::SetPropertyValue attribute list

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf5d446c4deb8416f75ce55177fee035235ed5e9]

        INTEGRATION: CWS os7 (1.26.2.2.32); FILE MERGED 2003/03/28 14:36:21 os 1.26.2.2.32.2: RESYNC: (1.26.2.2-1.26.2.3); FILE MERGED 2003/03/23 09:51:12 os 1.26.2.2.32.1: #108290# convert document position to page related position

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7ee59db90c36078df78101318f10eac8f09d8bd]

        INTEGRATION: CWS os7 (1.17.2.1.60); FILE MERGED 2003/03/18 08:26:32 os 1.17.2.1.60.1: #107698# lock DBMgr while actually printing to prevent re-merge of database fields

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e264d06dec434209e2d92cfdc184f36b44ca23d]

        INTEGRATION: CWS os7 (1.3.64); FILE MERGED 2003/04/03 10:15:57 os 1.3.64.2: #108431# the last two continuous labels are correct now 2003/03/27 06:51:18 os 1.3.64.1: #108431# continuous labels need at lest one row and one column

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [681352ebc38ff295274b56015076e87f34b16806]

        INTEGRATION: CWS os7 (1.31.2.1.28); FILE MERGED 2003/03/17 10:24:32 pb 1.31.2.1.28.1: fix: #i11847# insert hierarical entry at first

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d9a34945b3f9952c6223072eca3ada2f3be17d3]

        INTEGRATION: CWS os7 (1.5.2.2.82); FILE MERGED 2003/03/22 13:11:52 fs 1.5.2.2.82.1: #108200# support for an optional PreferredParentWindow

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [78a3b38a9fb7b0fc0b03e0994a5779b78cd64872]

        INTEGRATION: CWS os7 (1.97.2.4.82); FILE MERGED 2003/03/22 17:13:20 fs 1.97.2.4.82.2: #108200# don't pass NULL-windows for the ParentWindow 2003/03/22 13:11:52 fs 1.97.2.4.82.1: #108200# support for an optional PreferredParentWindow

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa1e9c89baa3cff8fcbe406a3c7a5b5ad6a5236b]

        INTEGRATION: CWS os7 (1.23.150); FILE MERGED 2003/03/28 12:06:08 os 1.23.150.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c48b0f8a1b3f8d7e7184b0d2e5f78db0d052c5e]

        INTEGRATION: CWS os7 (1.3.2.2.40); FILE MERGED 2003/03/28 12:05:37 os 1.3.2.2.40.1: #106950# German text changed: 'Ziffern (nur in Text)' -> 'Ziffern'

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fc024982e8f799445d11f4520301acef85c981f]

        INTEGRATION: CWS os7 (1.49.2.2.52); FILE MERGED 2003/03/28 12:04:02 os 1.49.2.2.52.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [917db40b2bab162ed5344a6e81183d8404a4023e]

        INTEGRATION: CWS os7 (1.26.148); FILE MERGED 2003/03/28 12:03:12 os 1.26.148.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6326bd737286246e067cde0f3d9a6060ac02ef19]

        INTEGRATION: CWS os7 (1.1.1.1.184); FILE MERGED 2003/03/28 11:59:50 os 1.1.1.1.184.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fdfc0854198ed84542fee14b95e87f0a963b727]

        INTEGRATION: CWS os7 (1.5.150); FILE MERGED 2003/03/28 12:02:33 os 1.5.150.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a919e9d2097fa26afbe193bfa811e38da895baaa]

        INTEGRATION: CWS os7 (1.27.10.1.44); FILE MERGED 2003/03/28 12:01:48 os 1.27.10.1.44.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4922d9d343e76ef38e6a1c5505339c38f4b1f3a2]

        INTEGRATION: CWS os7 (1.4.150); FILE MERGED 2003/03/28 12:00:21 os 1.4.150.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0727748bcdd618f98235243a163182873a5347f2]

        INTEGRATION: CWS os7 (1.8.138); FILE MERGED 2003/03/22 17:19:33 fs 1.8.138.2: #108018# sorted the property map 2003/03/22 16:37:01 fs 1.8.138.1: #i11879# new service css.sdb.DataAccessDescriptor -> new properties 'Filter' and 'BookmarkSelection'

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb79293d87587c264bdb46976d445080360a5bc8]

        INTEGRATION: CWS os7 (1.66.2.2.42); FILE MERGED 2003/03/28 13:47:47 pb 1.66.2.2.42.1: fix: #106769# new entry for lastline listbox 'default' instead of 'Left/Top'

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c45ff4596a433f87bc4a9a5ba6e8a5533a05f7e3]

        INTEGRATION: CWS os7 (1.35.138); FILE MERGED 2003/04/03 07:14:12 pb 1.35.138.2: fix: #106769# include cjk- AND ctloptions to change lastline entry 2003/03/28 13:47:48 pb 1.35.138.1: fix: #106769# new entry for lastline listbox 'default' instead of 'Left/Top'

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [74b5e1580651b2a67754e2815004f878578c9dd8]

        INTEGRATION: CWS os7 (1.15.2.1.62); FILE MERGED 2003/03/22 13:13:14 fs 1.15.2.1.62.1: #108200# pass a parent window to the file picker

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [17c6331e488f7839b8960ec50284e62abff1cc72]

        INTEGRATION: CWS os7 (1.1.4); FILE ADDED 2003/03/28 07:59:23 fs 1.1.4.1: #108461# copied from cws branch 'hhc' to reach for earlier integration of translation relevant strings

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [49f3109830d60e8d4c6a7572f9bc27c705e1e2dc]

        INTEGRATION: CWS os7 (1.1.4); FILE ADDED 2003/03/28 09:02:08 fs 1.1.4.1: #108461# copied from cws branch 'hhc' to reach for earlier integration of translation relevant strings

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [39bcfcd9cbf7b98e270ae6337e3ea0ac1438f283]

        INTEGRATION: CWS os7 (1.15.114); FILE MERGED 2003/03/28 07:00:14 pb 1.15.114.1: fix: #108392# GetItemPos( const Point& ) added

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a22175a32ab2812a2c5e075592e0495dde23bca]

        INTEGRATION: CWS os7 (1.16.6.1.52); FILE MERGED 2003/03/28 11:59:21 os 1.16.6.1.52.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f5319f506e6567ef6d53627be2b5161d8a0d1a0]

        INTEGRATION: CWS os7 (1.7.2.1.44); FILE MERGED 2003/03/22 16:35:33 fs 1.7.2.1.44.1: #i11879# +DataAccessDescriptor.idl

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fef4c480f9482aba82679561573c7c3d87585de3]

        INTEGRATION: CWS os7 (1.9.2.1.44); FILE MERGED 2003/03/22 16:34:36 fs 1.9.2.1.44.1: #108018# added the EscapeProcessing property / some documentation

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6da2df48b9128cdb2bb891575b1c13fc3c49985]

        INTEGRATION: CWS os7 (1.7.6.1.44); FILE MERGED 2003/03/22 16:35:23 fs 1.7.6.1.44.1: #i11879# use the new DataAccessDescriptor service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eb2caa5a8ba0e6e57f80203473d2c9a9d31d544]

        INTEGRATION: CWS os7 (1.1.2); FILE ADDED 2003/03/22 16:35:08 fs 1.1.2.1: initial checkin during #108018#

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [784247a2ef6e74af692e02787b067031826b323b]

        INTEGRATION: CWS os7 (1.17.2.1.30); FILE MERGED 2003/03/22 17:23:07 fs 1.17.2.1.30.1: #108018# new property BookmarkSelection in the DataAccessDescriptor service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [84b9a3fe87f5c8ad0e3a3fe56bdaecfb651bb382]

        INTEGRATION: CWS os7 (1.147.2.1.30); FILE MERGED 2003/03/22 17:22:33 fs 1.147.2.1.30.1: #108018# new property BookmarkSelection in the DataAccessDescriptor service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ad2ba7e386d4f5dc82de119e216bca37fa31763]

        INTEGRATION: CWS os7 (1.59.2.2.6); FILE MERGED 2003/03/28 14:13:30 os 1.59.2.2.6.2: RESYNC: (1.59.2.2-1.60); FILE MERGED 2003/03/22 17:22:11 fs 1.59.2.2.6.1: #108018# new property BookmarkSelection in the DataAccessDescriptor service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [937270ba019511a2a47a1fb6b10f526bd13b0104]

        INTEGRATION: CWS os7 (1.19.46); FILE MERGED 2003/03/22 17:22:55 fs 1.19.46.1: #108018# new property BookmarkSelection in the DataAccessDescriptor service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d80edd12b3aa4ef4f66b2dbdee319605173876d]

        INTEGRATION: CWS fwk01 (1.24.28); FILE MERGED 2003/03/10 09:34:10 mba 1.24.28.1: #107611#: reset WorkingDocument when BasicIDE closes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa7081f2c943e530e59f8019c50a192f6d9c7163]

        INTEGRATION: CWS fwk01 (1.1.6.1.38); FILE MERGED 2003/03/19 17:42:06 mba 1.1.6.1.38.1: #108086#: cancelable PrintJobs

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe417d38f6d6a0dfafaa0cc27670fbce843877b]

        INTEGRATION: CWS fwk01 (1.12.2.1.50); FILE MERGED 2003/03/27 07:20:40 as 1.12.2.1.50.1: #108109# add service descriptions for Job and AsyncJob; correct jobs documentation

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4014e892b13b06b74acdcc562b24bc4e612d2c78]

        INTEGRATION: CWS fwk01 (1.5.92); FILE MERGED 2003/03/27 07:20:40 as 1.5.92.1: #108109# add service descriptions for Job and AsyncJob; correct jobs documentation

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc26affffb872414b66602ec1454bb93ff9c0f12]

        INTEGRATION: CWS fwk01 (1.4.92); FILE MERGED 2003/03/27 07:20:39 as 1.4.92.1: #108109# add service descriptions for Job and AsyncJob; correct jobs documentation

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6893e538d2663b32553b21ce056b196af69fc92d]

        INTEGRATION: CWS fwk01 (1.2.6.1.50); FILE MERGED 2003/03/27 07:20:39 as 1.2.6.1.50.1: #108109# add service descriptions for Job and AsyncJob; correct jobs documentation

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a54daba2965e727a91c5f4dc775e85afbd5daa2]

        INTEGRATION: CWS fwk01 (1.1.2); FILE ADDED 2003/03/27 07:20:39 as 1.1.2.1: #108109# add service descriptions for Job and AsyncJob; correct jobs documentation

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9feca0919e57c50a163c27e5d9305a4471d636ed]

        INTEGRATION: CWS fwk01 (1.1.2); FILE ADDED 2003/03/27 07:20:38 as 1.1.2.1: #108109# add service descriptions for Job and AsyncJob; correct jobs documentation

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [164da69a3f01c88fcb340fe24213e47ec143e987]

        INTEGRATION: CWS fwk01 (1.66.2.8.20); FILE MERGED 2003/03/25 14:18:58 mba 1.66.2.8.20.1: #108284#: parameters missing

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2f25d6d9e6d6998b4c5610a28d31723fce206da]

        INTEGRATION: CWS fwk01 (1.6.2.2.6); FILE MERGED 2003/03/23 22:05:57 cd 1.6.2.2.6.2: #108086# Fixed build problem under Solaris 2003/03/19 17:44:47 mba 1.6.2.2.6.1: #108086#: cancelable PrintJobs

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [339df8f2975a49dae1bc4fa35bcf159c8c749ff9]

        INTEGRATION: CWS fwk01 (1.60.2.7.16); FILE MERGED 2003/04/01 11:35:48 as 1.60.2.7.16.1: #107913# don't use pointers to check if objects are different

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d0ab7558a1f4e62cea1400877d1f4a7b1a44a0c]

        INTEGRATION: CWS fwk01 (1.28.2.5.62); FILE MERGED 2003/03/19 13:10:07 cd 1.28.2.5.62.3: #107568# Support Add-On help menu items directly in the Office help menu 2003/03/17 09:28:36 cd 1.28.2.5.62.2: #107372# Support context for all addon items 2003/02/27 07:25:35 cd 1.28.2.5.62.1: #107568# Top-level addon popup menus shouldn't be stored or configured by the user

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce111c6485694efa8554f019ea78a42f6e90fe2d]

        INTEGRATION: CWS fwk01 (1.13.2.1.62); FILE MERGED 2003/03/28 14:09:21 gt 1.13.2.1.62.3: #108202# third mode (auto) for symbol size 2003/03/19 13:10:06 cd 1.13.2.1.62.2: #107568# Support Add-On help menu items directly in the Office help menu 2003/03/17 09:28:34 cd 1.13.2.1.62.1: #107372# Support context for all addon items

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a17bfe7b66dca1bfb674f71b8e9c064caac43fd]

        INTEGRATION: CWS fwk01 (1.13.10.7.16); FILE MERGED 2003/03/19 14:39:02 mba 1.13.10.7.16.1: #108257#: special treatment for DOCEVENTCONFIG

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b22843724ea1661c00d65ed32c2eaba5e4422f6a]

        INTEGRATION: CWS fwk01 (1.28.2.3.6); FILE MERGED 2003/03/19 13:10:05 cd 1.28.2.3.6.4: #107568# Support Add-On help menu items directly in the Office help menu 2003/03/17 09:25:32 cd 1.28.2.3.6.3: #107372# Support context for all addon items 2003/03/10 14:08:00 cd 1.28.2.3.6.2: #107568# Added support for Add-Ons help integration 2003/03/07 09:24:17 cd 1.28.2.3.6.1: #107568# Fixed problems with high contrast mode and Add-On top-level menus

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [39a6595500bdd5d2b52ff1d1c9bed8ccf4164b0d]

        INTEGRATION: CWS fwk01 (1.23.2.5.6); FILE MERGED 2003/03/19 13:10:05 cd 1.23.2.5.6.3: #107568# Support Add-On help menu items directly in the Office help menu 2003/03/10 14:07:59 cd 1.23.2.5.6.2: #107568# Added support for Add-Ons help integration 2003/02/27 07:25:34 cd 1.23.2.5.6.1: #107568# Top-level addon popup menus shouldn't be stored or configured by the user

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [33b441ce47f09d1b26a14283ab4d727d39f17bd9]

        INTEGRATION: CWS fwk01 (1.17.2.2.4); FILE MERGED 2003/03/10 14:07:59 cd 1.17.2.2.4.1: #107568# Added support for Add-Ons help integration

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc90439eb16bad35b9e32ab05c8e3322a8978e69]

        INTEGRATION: CWS fwk01 (1.2.106); FILE MERGED 2003/03/10 14:07:58 cd 1.2.106.1: #107568# Added support for Add-Ons help integration

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a26f6c57133159a47b1764d1a84d9ac6a2b9e7c5]

        INTEGRATION: CWS fwk01 (1.7.106); FILE MERGED 2003/03/19 13:10:04 cd 1.7.106.3: #107568# Support Add-On help menu items directly in the Office help menu 2003/03/10 14:05:14 cd 1.7.106.2: #107568# Added support for Add-Ons help integration 2003/03/07 09:23:20 cd 1.7.106.1: #107568# New boolean member to detect Add-On menus

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3467a967ea787012b8a6761131ab862075728ff]

        INTEGRATION: CWS fwk01 (1.5.18.2.44); FILE MERGED 2003/03/19 14:38:56 mba 1.5.18.2.44.1: #108257#: special treatment for DOCEVENTCONFIG

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4aae658cfe72af3461cce119628f24c6e381cc30]

        INTEGRATION: CWS fwk01 (1.39.4.3.16); FILE MERGED 2003/03/24 17:02:29 mba 1.39.4.3.16.3: #108086#: new printing hint 2003/03/20 11:42:46 as 1.39.4.3.16.2: #108086# remove typo 2003/03/19 17:44:36 mba 1.39.4.3.16.1: #108086#: cancelable PrintJobs

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fec66fb2fe2ff84ab02f6a1e3e513e06cbbeb629]

        INTEGRATION: CWS fwk01 (1.50.8.5.20); FILE MERGED 2003/03/17 13:08:34 cd 1.50.8.5.20.1: #108196# Removed dialog 'Export as PDF' and preselect pdf filter for pdf export

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa935722d9aba5455f9859e0dd7cfaf6a9e75416]

        INTEGRATION: CWS fwk01 (1.37.2.3.44); FILE MERGED 2003/03/19 14:38:46 mba 1.37.2.3.44.1: #108257#: special treatment for DOCEVENTCONFIG

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d90763179fabb328a6b600660a6832b38ea7328]

        INTEGRATION: CWS fwk01 (1.20.108); FILE MERGED 2003/03/26 10:30:41 cd 1.20.108.2: #108388# Use correct delete operator 2003/03/26 10:20:54 cd 1.20.108.1: #108388# Use correct delete operator

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a60a4fa268a5c66ddb0861fe54dba3f883dacbb]

        INTEGRATION: CWS fwk01 (1.13.8.4.14); FILE MERGED 2003/03/19 14:38:02 mba 1.13.8.4.14.1: #108257#: special treatment for DOCEVENTCONFIG

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c76ed049ce1a75ad2e938972552e009c6d630e9]

        INTEGRATION: CWS fwk01 (1.19.6.2.84); FILE MERGED 2003/03/11 13:48:12 as 1.19.6.2.84.1: #107864# dispatch _default instead of _blank

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [66e0d4da5b3ddf19822b259fde6b1f65756b36db]

        INTEGRATION: CWS fwk01 (1.86.2.2.8); FILE MERGED 2003/03/17 09:24:26 cd 1.86.2.2.8.1: #107372# Use new function to retrieve current symbol set

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d51d5274908e55dbe3571a19e81f3bc1b3949172]

        INTEGRATION: CWS fwk01 (1.28.8.6.20); FILE MERGED 2003/02/27 07:25:32 cd 1.28.8.6.20.1: #107568# Top-level addon popup menus shouldn't be stored or configured by the user

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [26de2f3e56fe58f7bdace3dc83f22294c866b815]

        INTEGRATION: CWS fwk01 (1.41.10.5.6); FILE MERGED 2003/03/17 09:24:26 cd 1.41.10.5.6.1: #107372# Use new function to retrieve current symbol set

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3fa96de125e7539591aa5afb40bb4f26279d238]

        INTEGRATION: CWS fwk01 (1.32.2.3.20); FILE MERGED 2003/03/10 14:04:45 cd 1.32.2.3.20.1: #107568# Added support for Add-Ons help integration

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c14789548b8b6932c7928a01c0c27c6bc292e124]

        INTEGRATION: CWS fwk01 (1.9.2.1.62); FILE MERGED 2003/03/17 09:23:56 cd 1.9.2.1.62.1: #107372# Added function to retrieve symbol set according to spec

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0c8b3792f30c830b56af1230d9de0ead73915df]

        INTEGRATION: CWS fwk01 (1.47.2.5.30); FILE MERGED 2003/03/31 15:53:34 cd 1.47.2.5.30.1: #i11534# Changed string for viewing mode function bar

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b40c0a84ca08f51991277a737c78c8e4888b409]

        INTEGRATION: CWS fwk01 (1.5.12.2.12); FILE MERGED 2003/03/31 15:57:17 cd 1.5.12.2.12.1: #i11534# Changed string for viewing mode function bar

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b35f20ffc716b22730807281da77b12e81051b9]

        INTEGRATION: CWS fwk01 (1.12.78); FILE MERGED 2003/03/05 13:57:19 cd 1.12.78.1: #107769# SID_RENAMEPAGE_QUICK should not be UI configurable

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fddc60536f583d79ab357cdc00f2ef25edb2265]

        INTEGRATION: CWS fwk01 (1.102.6.1.50); FILE MERGED 2003/03/24 17:03:02 mba 1.102.6.1.50.1: #108086#: support for real OLE objects

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bab19bc2076d4caf5568539714de0aa180ffa0a6]

        INTEGRATION: CWS fwk01 (1.14.160); FILE MERGED 2003/03/24 17:03:01 mba 1.14.160.1: #108086#: support for real OLE objects

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [09854e574dd595de9f30f32228b82577606d9832]

        INTEGRATION: CWS fwk01 (1.2.2.5.16); FILE MERGED 2003/04/01 14:03:31 lo 1.2.2.5.16.1: #i12907# allow startup without splashscreen component being loaded

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b32efa4ca0c8aa8de3fce1e23b2a0c4cf4f10278]

        INTEGRATION: CWS fwk01 (1.1.4.2.16); FILE MERGED 2003/03/22 20:11:40 cd 1.1.4.2.16.2: RESYNC: (1.1.4.2-1.1.4.3); FILE MERGED 2003/03/05 09:20:39 lo 1.1.4.2.16.1: patch from Pavel@Janik.cz (spelling and breaks in help-text)

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d6986df750719865b213a040f70b86bb72449a2]

        INTEGRATION: CWS fwk01 (1.74.2.5.2.8.2.11.2.12.4); FILE MERGED 2003/04/01 14:03:29 lo 1.74.2.5.2.8.2.11.2.12.4.2: #i12907# allow startup without splashscreen component being loaded 2003/02/24 14:30:23 lo 1.74.2.5.2.8.2.11.2.12.4.1: #107640# check lockfile for null before calling clean()

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0441ad485ce42dcd0465866cff8169c09c3585d9]

        INTEGRATION: CWS fwk01 (1.1.4.2.6); FILE MERGED 2003/03/10 15:57:50 lo 1.1.4.2.6.1: #108102# don't pass command line parameters to javaldx

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [750d1d948392354e8f7cf66380c9ee04b4e9af05]

        INTEGRATION: CWS fwk01 (1.13.2.5.4); FILE MERGED 2003/04/01 14:03:25 lo 1.13.2.5.4.1: #i12907# allow startup without splashscreen component being loaded

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [abb4760154dbf94fd92789804cd380593768b889]

        INTEGRATION: CWS fwk01 (1.11.140); FILE MERGED 2003/03/13 07:26:55 cd 1.11.140.1: #107760# Changed hard coded factory string for impress

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c73f895f224e7a5f4aaf7bcef6d6f729b7b352f]

        INTEGRATION: CWS fwk01 (1.1.132); FILE MERGED 2003/03/28 11:34:32 cd 1.1.132.2: #108350# Support node names starting with a number 2003/03/21 07:52:08 cd 1.1.132.1: #108350# Implement Notify to enable the live update of disabled commands

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [60ec1b7bc0a13c78c1c3de280b4c8fd3ed087d1e]

        INTEGRATION: CWS fwk01 (1.1.132); FILE MERGED 2003/03/28 14:08:43 gt 1.1.132.1: #108202# third mode (auto) for symbol size

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [21329c26cc383da64df94c392095d23717e9a2ca]

        INTEGRATION: CWS fwk01 (1.69.2.6.6); FILE MERGED 2003/03/11 13:35:04 as 1.69.2.6.6.1: #108088# new help id HID_BACKINGWINDOW for backing window

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9a4d7ca1e908ebf1767b51bfa19bf386157fff5]

        INTEGRATION: CWS fwk01 (1.1.2); FILE ADDED 2003/03/11 13:35:03 as 1.1.2.1: #108088# new help id HID_BACKINGWINDOW for backing window

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ae266d32f0b05ff345419124bf2c30a5860abef]

        INTEGRATION: CWS fwk01 (1.1.4.2.6); FILE MERGED 2003/03/31 07:56:26 cd 1.1.4.2.6.3: #108409# Use correct name for path environment variable. Check return value before use. 2003/03/30 09:28:15 cd 1.1.4.2.6.2: #108409# Support $(path) variable 2003/03/28 07:56:06 cd 1.1.4.2.6.1: #108409# Support $(path) variable as documented

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e629707dc121a18b9a01c414588e4795257d5eba]

        INTEGRATION: CWS fwk01 (1.7.28.1.14); FILE MERGED 2003/03/19 13:11:02 cd 1.7.28.1.14.1: #107568# Support Add-On help menu items directly in the Office help menu

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2259eaf341dd74718dd090a7e26c43585467e818]

        INTEGRATION: CWS fwk01 (1.63.2.4.6); FILE MERGED 2003/03/25 09:58:43 as 1.63.2.4.6.1: #108322# don't suspend controller more then once

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6f9fc3d4767ad755afef5e8a1efb3a35fec0c48]

        INTEGRATION: CWS fwk01 (1.1.8.2.6); FILE MERGED 2003/03/11 13:35:01 as 1.1.8.2.6.1: #108088# new help id HID_BACKINGWINDOW for backing window

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2100477aaf593ab75fdb1b1aea47d16feab3c985]

        INTEGRATION: CWS fwk01 (1.1.4.1.36); FILE MERGED 2003/03/26 14:21:05 as 1.1.4.1.36.1: #108109# use new config schema; interpret time stamps in new way; fix ref count problems with job wrapper; support new initialization structure

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [68747ac1491ba051522d211a8232efe0683fc92a]

        INTEGRATION: CWS fwk01 (1.1.2.2.26); FILE MERGED 2003/03/26 14:21:04 as 1.1.2.2.26.1: #108109# use new config schema; interpret time stamps in new way; fix ref count problems with job wrapper; support new initialization structure

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [32f5dd209507f99fb1160168998f6c62d8771bcd]

        INTEGRATION: CWS fwk01 (1.1.4.1.36); FILE MERGED 2003/03/26 14:21:04 as 1.1.4.1.36.1: #108109# use new config schema; interpret time stamps in new way; fix ref count problems with job wrapper; support new initialization structure

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [75b2f2c02a85614d066b019b90b2a124fad0fec3]

        INTEGRATION: CWS fwk01 (1.7.2.1.6); FILE MERGED 2003/03/19 13:11:01 cd 1.7.2.1.6.2: #107568# Support Add-On help menu items directly in the Office help menu 2003/03/07 09:29:09 cd 1.7.2.1.6.1: #107568# Support extended Add-Ons configuration format

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f12bd2305aaadb6a5ccb8249c80b7865e4613005]

        INTEGRATION: CWS fwk01 (1.1.72); FILE MERGED 2003/04/01 12:40:09 as 1.1.72.1: #107642# change order of used interception objects

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [709af1b68cde95749c5b02cd66b2297592216c5a]

        INTEGRATION: CWS fwk01 (1.1.4.4.6); FILE MERGED 2003/03/10 09:49:20 mba 1.1.4.4.6.1: #i11957#: closeDoc should work also for components without a model; ghere it should behave like closeWin

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [060cc7648f02fe97be4b5b53a5f81492aa759af2]

        INTEGRATION: CWS fwk01 (1.2.2.1.6); FILE MERGED 2003/03/10 14:03:16 cd 1.2.2.1.6.1: #107568# Added support for Add-Ons help integration

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd1a7322c39657a94738f8571ddaa144461216af]

        INTEGRATION: CWS fwk01 (1.1.54); FILE MERGED 2003/03/31 05:35:37 as 1.1.54.1: #108488# use encoded path values

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [84553884f0082d8bdc73a448ee47538a05da7618]

        INTEGRATION: CWS fwk01 (1.30.2.2.6); FILE MERGED 2003/03/19 13:11:00 cd 1.30.2.2.6.2: #107568# Support Add-On help menu items directly in the Office help menu 2003/03/10 14:03:16 cd 1.30.2.2.6.1: #107568# Added support for Add-Ons help integration

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [60d11a6bca9a2ae3b93ecb90d942c9af3b87c608]

        INTEGRATION: CWS fwk01 (1.1.8.2.6); FILE MERGED 2003/03/11 13:21:04 as 1.1.8.2.6.1: #107864# function without reference frame

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d07009bbbb5d64b90843e075318574534430690]

        INTEGRATION: CWS fwk01 (1.4.2.1.36); FILE MERGED 2003/03/26 14:21:03 as 1.4.2.1.36.1: #108109# use new config schema; interpret time stamps in new way; fix ref count problems with job wrapper; support new initialization structure

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [42676876c1342ac4cbb2b9ef7fda142d9e32f5c1]

        INTEGRATION: CWS fwk01 (1.8.10.1.26); FILE MERGED 2003/03/19 13:10:59 cd 1.8.10.1.26.1: #107568# Support Add-On help menu items directly in the Office help menu

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f3d14be5853bd8157edac0006f78e6e0f3b4fbf]

        INTEGRATION: CWS fwk01 (1.1.2.1.6); FILE MERGED 2003/03/17 09:22:20 cd 1.1.2.1.6.4: #107568# Support context for all items 2003/03/10 14:03:15 cd 1.1.2.1.6.3: #107568# Added support for Add-Ons help integration 2003/03/07 17:25:11 cd 1.1.2.1.6.2: #107568# Support toolbar item sets to insert toolbarr separators correctly 2003/03/07 09:28:54 cd 1.1.2.1.6.1: #107568# Support extended Add-Ons configuration format

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [667d3982c70836bf8bae32aa11faa8fb9f71a7d0]

        INTEGRATION: CWS fwk01 (1.1.2.1.6); FILE MERGED 2003/03/24 15:03:22 cd 1.1.2.1.6.7: #107568# Fixed problem with separators and Add-On help menu items 2003/03/23 22:07:19 cd 1.1.2.1.6.6: #107568# Fixed build problem with gcc3 2003/03/19 13:10:59 cd 1.1.2.1.6.5: #107568# Support Add-On help menu items directly in the Office help menu 2003/03/17 09:22:20 cd 1.1.2.1.6.4: #107568# Support context for all items 2003/03/10 14:03:14 cd 1.1.2.1.6.3: #107568# Added support for Add-Ons help integration 2003/03/07 09:28:53 cd 1.1.2.1.6.2: #107568# Support extended Add-Ons configuration format 2003/02/27 07:26:35 cd 1.1.2.1.6.1: #107568# Top-level addon popup menus shouldn't be stored or configured by the user

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [722f9c23a1f1f725fa666fe437771688f14afbef]

        INTEGRATION: CWS fwk01 (1.1.4.2.4); FILE MERGED 2003/03/30 09:27:02 cd 1.1.4.2.4.1: #108409# Support $(path) variable

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1d003c6ebc23517ecc6f32bb587f11b6c41d08b]

        INTEGRATION: CWS fwk01 (1.1.4.1.36); FILE MERGED 2003/03/26 14:21:02 as 1.1.4.1.36.1: #108109# use new config schema; interpret time stamps in new way; fix ref count problems with job wrapper; support new initialization structure

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [648106f879fdf6609db1e0d4c8acb43b3a997833]

        INTEGRATION: CWS fwk01 (1.1.72); FILE MERGED 2003/04/01 12:40:06 as 1.1.72.1: #107642# change order of used interception objects

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b18803144c1850421548974cb0d0991dfb5f4696]

        INTEGRATION: CWS fwk01 (1.8.44); FILE MERGED 2003/03/19 13:10:50 cd 1.8.44.2: #107568# Support Add-On help menu items directly in the Office help menu 2003/03/10 14:02:54 cd 1.8.44.1: #107568# Added support for Add-Ons help integration

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b371f435ef633026ab628180124c7c7e874ee9b0]

        INTEGRATION: CWS fwk01 (1.3.2.2.36); FILE MERGED 2003/03/26 14:21:02 as 1.3.2.2.36.1: #108109# use new config schema; interpret time stamps in new way; fix ref count problems with job wrapper; support new initialization structure

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf07fd891436e77ebfe400af951b919b1462e882]

        INTEGRATION: CWS fwk01 (1.1.2.1.6); FILE MERGED 2003/03/10 14:02:54 cd 1.1.2.1.6.3: #107568# Added support for Add-Ons help integration 2003/03/07 09:28:29 cd 1.1.2.1.6.2: #107568# Support extended Add-Ons configuration format 2003/02/27 07:26:24 cd 1.1.2.1.6.1: #107568# Top-level addon popup menus shouldn't be stored or configured by the user

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [631a93a1830ba94a2e3677c911269e69f218a26d]

        INTEGRATION: CWS fwk01 (1.1.2.1.6); FILE MERGED 2003/03/19 13:10:50 cd 1.1.2.1.6.5: #107568# Support Add-On help menu items directly in the Office help menu 2003/03/17 09:22:05 cd 1.1.2.1.6.4: #107568# Support context for all items 2003/03/10 14:02:54 cd 1.1.2.1.6.3: #107568# Added support for Add-Ons help integration 2003/03/07 09:28:28 cd 1.1.2.1.6.2: #107568# Support extended Add-Ons configuration format 2003/02/27 07:26:23 cd 1.1.2.1.6.1: #107568# Top-level addon popup menus shouldn't be stored or configured by the user

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fefecbdf5f02b621d5e30f978c1c6de927eaeb1]

        INTEGRATION: CWS fwk01 (1.1.2); FILE ADDED 2003/03/11 13:35:00 as 1.1.2.1: #108088# new help id HID_BACKINGWINDOW for backing window

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd96c0cd070931c73cabca8e6b6ad7b77dc24337]

        INTEGRATION: CWS fwk01 (1.11.6.4.4.2.58); FILE MERGED 2003/03/18 15:35:03 dbo 1.11.6.4.4.2.58.1: #108247# fixed: no macro expansion of integral variables; support for $ORIGIN

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0493262f5fa7d2b2dd4b89b35df18303b086d70]

        INTEGRATION: CWS fwk01 (1.8.60); FILE MERGED 2003/03/26 13:14:17 dbo 1.8.60.1: #107910# avoid CC compiler warnings

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [124c0d928f6e567ef8d932631f127decb68ef795]

        INTEGRATION: CWS fwk01 (1.1.34); FILE MERGED 2003/03/17 17:09:36 abi 1.1.34.1: #107612# service name com.sun.star.ucb.HelpContentProvider

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5220f8ce5ed0aa5b9ca1324cffcbf962c5039d02]

        INTEGRATION: CWS fwk01 (1.28.26); FILE MERGED 2003/03/10 13:39:25 abi 1.28.26.1: #107875# operator new[]/delete - mismatch

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [022741baa18869662d2bb4821823259e88a48062]

        INTEGRATION: CWS fwk01 (1.14.2.1.8); FILE MERGED 2003/03/17 17:07:20 abi 1.14.2.1.8.1: #107612# service name com.sun.star.ucb.HelpContentProvider

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [274cf39d425c1403e66610c71f4d8e6e8dd861ad]

        INTEGRATION: CWS fwk01 (1.32.2.1.24); FILE MERGED 2003/03/10 13:46:11 abi 1.32.2.1.24.1: #107875# operator new[]/delete - mismatch

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f9bbb6dda686ba52cb3219a0edaa3601cb48426]

        INTEGRATION: CWS fwk01 (1.4.4.2.8); FILE MERGED 2003/03/31 07:09:40 jb 1.4.4.2.8.1: #108449# Preserve trees that contain any 'replace' or 'remove' operations, when stripping identical data

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c26b0afa4494a857c21bba9c07e3065025c097b]

        INTEGRATION: CWS fwk01 (1.6.4.1.18); FILE MERGED 2003/03/26 14:21:38 as 1.6.4.1.18.1: #108109# use new config schema

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8e3ad7019cb2f0e9d35dd35683241e9262b0f8a]

        INTEGRATION: CWS fwk01 (1.2.4.3.8); FILE MERGED 2003/03/10 14:29:51 cd 1.2.4.3.8.2: #107568# Added support for Add-Ons help integration 2003/03/07 09:30:34 cd 1.2.4.3.8.1: #107568# Extended Add-Ons format to better support user-defined images

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f04fc04432fe9b03a2f47222247441548d1358f1]

        INTEGRATION: CWS fwk01 (1.3.4.1.34); FILE MERGED 2003/03/31 07:10:19 jb 1.3.4.1.34.2: #108449# Remove redundant default values 2003/03/26 14:21:37 as 1.3.4.1.34.1: #108109# use new config schema

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [962a69b0fc7cfdc65fc5c2acf0f176cc330be501]

        INTEGRATION: CWS fwk01 (1.16.2.2.38); FILE MERGED 2003/03/19 17:45:01 mba 1.16.2.2.38.1: #108086#: cancelable PrintJobs

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [119f53a5bf7555462998d72f6d196afa796310dc]

        INTEGRATION: CWS fwk01 (1.79.2.4.34); FILE MERGED 2003/03/31 15:54:07 cd 1.79.2.4.34.1: #i11534# Changed string for viewing mode function bar

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bcb1ca3a75a59aad6b28f0b9b61a4c05c4669ee]

        INTEGRATION: CWS fwk01 (1.35.2.4.14); FILE MERGED 2003/03/11 13:41:29 as 1.35.2.4.14.1: #108100# handle ErrCode right as ULONG

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [092a939bff9e5944b07c8a604b0903c8a858e2a1]

        INTEGRATION: CWS uaa01 (1.9.2.1.40); FILE MERGED 2003/03/14 15:58:44 thb 1.9.2.1.40.2: RESYNC: (1.9.2.1-1.9.2.3); FILE MERGED 2003/02/17 13:03:49 dr 1.9.2.1.40.1: #107054# getIndexAtPoint() uses object coordinates

2003-04-04  Vladimir Glazounov  <vg@openoffice.org>  [9953e4eeafc944244c4d6f9fa70e0c30466cf315]

        SRX644

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cb3fbdbb34da78121f4b12ba7febf1cba000964]

        INTEGRATION: CWS uaa01 (1.6.2.1.42); FILE MERGED 2003/02/17 13:48:33 oj 1.6.2.1.42.1: #107503# add 2 new method for getIndexAtPoint and getCharacterBounds

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [51bc90abcb28db9ed1968f1bf90a14cdb20d0748]

        INTEGRATION: CWS uaa01 (1.7.100); FILE MERGED 2003/02/17 13:48:32 oj 1.7.100.1: #107503# add 2 new method for getIndexAtPoint and getCharacterBounds

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [76a36e65ddfcd5f948da372bbc0ba7bc165a33b6]

        INTEGRATION: CWS uaa01 (1.16.6.1.42); FILE MERGED 2003/02/17 13:48:31 oj 1.16.6.1.42.1: #107503# add 2 new method for getIndexAtPoint and getCharacterBounds

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [48d1f024d4d8f4ced45c02d50b1a39b4b8af96aa]

        INTEGRATION: CWS uaa01 (1.10.6.1.38); FILE MERGED 2003/03/25 11:44:57 thb 1.10.6.1.38.1: #108199# Implemented OJ's additions to BrowseBox (GetFieldCharacterBounds and GetFieldIndexAtPoint) for GalleryListView

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [15ee829adca0ff0ba5f80cd3475a84bedbc778dc]

        INTEGRATION: CWS uaa01 (1.3.88); FILE MERGED 2003/03/17 14:43:45 thb 1.3.88.1: #108199# Fixed incompatibility

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [829c2bc2771a1ac363cf01f990f3724b3696450d]

        INTEGRATION: CWS uaa01 (1.1.2); FILE ADDED 2003/03/25 11:44:34 thb 1.1.2.1: #108199# Implemented OJ's additions to BrowseBox (GetFieldCharacterBounds and GetFieldIndexAtPoint) for GalleryListView

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [da9f3e27b5b570040070b7c87be3892c700687a1]

        INTEGRATION: CWS uaa01 (1.14.12.1.38); FILE MERGED 2003/03/25 11:45:11 thb 1.14.12.1.38.1: #108199# Implemented OJ's additions to BrowseBox (GetFieldCharacterBounds and GetFieldIndexAtPoint) for GalleryListView

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [56d44af1e298c773e38788ae2093443fb8ad9485]

        INTEGRATION: CWS uaa01 (1.16.2.1.38); FILE MERGED 2003/03/25 11:45:22 thb 1.16.2.1.38.1: #108199# Implemented OJ's additions to BrowseBox (GetFieldCharacterBounds and GetFieldIndexAtPoint) for GalleryListView

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [93d61af8967cbcc1ac8231e55c82e7880e5eb3da]

        INTEGRATION: CWS uaa01 (1.1.2); FILE ADDED 2003/03/25 11:45:21 thb 1.1.2.1: #108199# Implemented OJ's additions to BrowseBox (GetFieldCharacterBounds and GetFieldIndexAtPoint) for GalleryListView

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f634aca396deaf37c32ff9bbf0cd437bcf983537]

        INTEGRATION: CWS uaa01 (1.3.90); FILE MERGED 2003/03/17 14:44:23 thb 1.3.90.1: #108199# Fixed incompatibility

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [abf11db15c220984beb5daf1e3b84524a0bb0d0f]

        INTEGRATION: CWS uaa01 (1.8.134); FILE MERGED 2003/04/03 14:22:31 thb 1.8.134.1: #108199# Fix from PL

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c30da555d7113a6e333c07153a24deab088bc823]

        INTEGRATION: CWS xmlfilter01 (1.7.26); FILE MERGED 2003/04/01 18:21:31 abutler 1.7.26.3: #108483# ReThrows any exceptions from lower modules, to report a failure in loading 2003/04/01 14:24:19 abutler 1.7.26.2: #108483# added relative template resolution for template loading 2003/03/19 11:42:01 abutler 1.7.26.1: #108111# added additional exception handling Conflicts with CWS jollyfilterteam03 resolved (abutler)

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b11d505fe9a69e72b9bc5d179ad3059eddad6c14]

        INTEGRATION: CWS xmlfilter01 (1.13.20.1.8); FILE MERGED 2003/03/23 16:18:27 cl 1.13.20.1.8.1: #108138# ignore <?xml statement over ::unknown( when we already written it

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [201778889feeb02085e2a6a90870b51e18c00714]

        INTEGRATION: CWS xmlfilter01 (1.29.112); FILE MERGED 2003/03/23 16:42:54 cl 1.29.112.1: #108138# added menu entry for xslt filter settings dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [30c470695a649c21a54a4ac7701ffc2c77845123]

        INTEGRATION: CWS xmlfilter01 (1.3.140); FILE MERGED 2003/03/23 16:42:53 cl 1.3.140.1: #108138# added menu entry for xslt filter settings dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [50d961e4358a9beed7893364312c5dcda4dfc686]

        INTEGRATION: CWS xmlfilter01 (1.24.112); FILE MERGED 2003/03/23 14:21:20 cl 1.24.112.1: #108138# added menu entry for xslt filter settings dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [94678cdc2985996f5e48806ce22c82276bdd1e2e]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/20 09:46:58 abutler 1.1.2.1: #108295# XML Validation component for XSLT UI. Initial check in

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [94b1ae3f577864259f104dc73a0de7a20780d015]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/21 10:14:03 cl 1.1.2.2: #108295# added support for an error handler 2003/03/20 09:47:00 abutler 1.1.2.1: #108295# XML Validation component for XSLT UI. Initial check in

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [01df3d8d9e588877118ab94ef45b09e7c96d5894]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/20 09:46:59 abutler 1.1.2.1: #108295# XML Validation component for XSLT UI. Initial check in

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac2f10b2e6bc329f62951b578a34aec93eb24d0a]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/19 11:42:59 abutler 1.1.2.2: #108111# made jar creation more specific 2003/03/12 14:33:39 abutler 1.1.2.1: #108111# XSLT processing filter module

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9270ab8b0ba1a3e3ca4b7b2fb8bb1d1cfe1b4712]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/12 14:34:13 abutler 1.1.2.1: #108111# XSLT processing filter module

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [915ee5602d3e0bbd301a264456f5654cc8f8a009]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/04/01 16:27:48 cl 1.1.2.6: #107159# minor resource changes 2003/03/29 18:58:39 cl 1.1.2.5: #107159# ui freeze and fixes 2003/03/24 17:31:23 cl 1.1.2.4: #108138# fixed use of FilterName and InterfaceName 2003/03/22 21:25:11 cl 1.1.2.3: #108138# initial checkin of the xslt filter dialog 2003/03/22 15:42:44 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:11 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb9ff26c163d12082b739af8433dba5130faa81e]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:38 cl 1.1.2.5: #107159# ui freeze and fixes 2003/03/27 23:09:31 cl 1.1.2.4: #108138# added filter package feature and bugfixes 2003/03/24 17:31:22 cl 1.1.2.3: #108138# fixed use of FilterName and InterfaceName 2003/03/22 15:42:44 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:10 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [80c4b1df33ec331619145ebdd4982c03c53303bd]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:38 cl 1.1.2.4: #107159# ui freeze and fixes 2003/03/22 21:25:11 cl 1.1.2.3: #108138# initial checkin of the xslt filter dialog 2003/03/22 15:43:58 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:10 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c280bf0a9aacf5916ff82b2faf4b84d854543bad]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 21:56:01 cl 1.1.2.8: #107159# safe exception handling 2003/03/29 18:58:38 cl 1.1.2.7: #107159# ui freeze and fixes 2003/03/27 23:09:31 cl 1.1.2.6: #108138# added filter package feature and bugfixes 2003/03/24 17:31:22 cl 1.1.2.5: #108138# fixed use of FilterName and InterfaceName 2003/03/23 16:41:08 cl 1.1.2.4: #108138# reworked export testing to use optional ui dtd 2003/03/22 21:25:10 cl 1.1.2.3: #108138# initial checkin of the xslt filter dialog 2003/03/22 15:42:43 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:09 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [225a7166dcde959081b2bf2078ca41205714dc00]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:37 cl 1.1.2.3: #107159# ui freeze and fixes 2003/03/22 21:25:10 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:09 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e62dd8e872b9be81ea926a6fe68abdfa5380de24]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:37 cl 1.1.2.3: #107159# ui freeze and fixes 2003/03/22 21:25:10 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:08 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2e89becc42947471b50677abf5e7e815d7f6fb4]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:37 cl 1.1.2.2: #107159# ui freeze and fixes 2003/03/21 13:58:07 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [daebd1448f47f44c27378b37796c0e206759995a]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 21:56:01 cl 1.1.2.4: #107159# safe exception handling 2003/03/29 18:58:36 cl 1.1.2.3: #107159# ui freeze and fixes 2003/03/23 16:41:08 cl 1.1.2.2: #108138# reworked export testing to use optional ui dtd 2003/03/21 13:58:07 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7683176d15b2e97abb6abc6c398266b74348623]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:36 cl 1.1.2.3: #107159# ui freeze and fixes 2003/03/22 21:25:09 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:06 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2ecad0e4be4968d97556a1eab16b9df673f4d64]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:36 cl 1.1.2.4: #107159# ui freeze and fixes 2003/03/24 17:31:21 cl 1.1.2.3: #108138# fixed use of FilterName and InterfaceName 2003/03/22 21:25:09 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:05 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fe4d3548d1fc706a9125e27f54a38f2d5c5bf85]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:36 cl 1.1.2.2: #107159# ui freeze and fixes 2003/03/21 13:58:05 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5302c4909fe02b020a450c1d1539446f41605032]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:35 cl 1.1.2.5: #107159# ui freeze and fixes 2003/03/27 23:09:31 cl 1.1.2.4: #108138# added filter package feature and bugfixes 2003/03/24 17:31:20 cl 1.1.2.3: #108138# fixed use of FilterName and InterfaceName 2003/03/22 21:25:09 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:04 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ffa4f845e7e46ccfe39da9ae7afbed24b881de1]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:35 cl 1.1.2.3: #107159# ui freeze and fixes 2003/03/22 21:25:08 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:03 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bc4e4fe1d713eac5d6e9108e0e186510d6c5087]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/27 23:09:30 cl 1.1.2.3: #108138# added filter package feature and bugfixes 2003/03/24 17:31:19 cl 1.1.2.2: #108138# fixed use of FilterName and InterfaceName 2003/03/21 13:58:03 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccd408f5a6a5a73929253efdbfc96efb0f3f01b9]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:35 cl 1.1.2.2: #107159# ui freeze and fixes 2003/03/21 13:58:02 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [693be8cfe4cb6303d2420a3fdcca7a62ede359c5]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 21:56:01 cl 1.1.2.7: #107159# safe exception handling 2003/03/29 18:58:34 cl 1.1.2.6: #107159# ui freeze and fixes 2003/03/27 23:09:30 cl 1.1.2.5: #108138# added filter package feature and bugfixes 2003/03/24 17:31:19 cl 1.1.2.4: #108138# fixed use of FilterName and InterfaceName 2003/03/22 21:25:08 cl 1.1.2.3: #108138# initial checkin of the xslt filter dialog 2003/03/22 13:01:01 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:01 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a54583f6bbbf3c15bfc76727ea9c74f19d389a42]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/04/01 16:27:48 cl 1.1.2.6: #107159# minor resource changes 2003/03/31 16:23:06 cl 1.1.2.5: #107159# make buttons a bit wider for translation 2003/03/29 18:58:34 cl 1.1.2.4: #107159# ui freeze and fixes 2003/03/24 17:31:19 cl 1.1.2.3: #108138# fixed use of FilterName and InterfaceName 2003/03/22 21:25:07 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:00 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba8bf77c47576afeab5a0be27461a8accef92afb]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/31 15:58:14 cl 1.1.2.7: #107159# fixed typedetection 2003/03/29 18:58:34 cl 1.1.2.6: #107159# ui freeze and fixes 2003/03/27 23:09:30 cl 1.1.2.5: #108138# added filter package feature and bugfixes 2003/03/24 17:31:18 cl 1.1.2.4: #108138# fixed use of FilterName and InterfaceName 2003/03/23 16:41:07 cl 1.1.2.3: #108138# reworked export testing to use optional ui dtd 2003/03/22 21:25:07 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:58:00 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1fa47b52b1d44f6d410ba00083e0eb0cba0e922]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:33 cl 1.1.2.3: #107159# ui freeze and fixes 2003/03/22 21:25:07 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:57:59 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0d152d4e3e99c41dd71187eca917470c4d64adf]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/04/03 08:57:15 cl 1.1.2.9: #108577# use maType for type name 2003/03/31 16:23:06 cl 1.1.2.8: #107159# make buttons a bit wider for translation 2003/03/31 15:58:13 cl 1.1.2.7: #107159# fixed typedetection 2003/03/29 18:58:33 cl 1.1.2.6: #107159# ui freeze and fixes 2003/03/27 23:09:29 cl 1.1.2.5: #108138# added filter package feature and bugfixes 2003/03/24 17:31:17 cl 1.1.2.4: #108138# fixed use of FilterName and InterfaceName 2003/03/23 16:41:07 cl 1.1.2.3: #108138# reworked export testing to use optional ui dtd 2003/03/22 21:25:06 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:57:58 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d3c7f31c877d9d15582b7ee69a36700a52af050]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 21:56:00 cl 1.1.2.3: #107159# safe exception handling 2003/03/29 18:58:33 cl 1.1.2.2: #107159# ui freeze and fixes 2003/03/27 23:09:29 cl 1.1.2.1: #108138# added filter package feature and bugfixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f42543280b8b8b54ec72a1d6567aeccd3eb252e]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 21:56:00 cl 1.1.2.3: #107159# safe exception handling 2003/03/29 18:58:33 cl 1.1.2.2: #107159# ui freeze and fixes 2003/03/27 23:09:28 cl 1.1.2.1: #108138# added filter package feature and bugfixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [df8bf00e413d045e40c8574cadf65410967be3bb]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:32 cl 1.1.2.1: #107159# ui freeze and fixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f1a4802d54fd5da2f366798d412b45669c7fadb]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/27 23:09:27 cl 1.1.2.3: #108138# added filter package feature and bugfixes 2003/03/24 17:31:16 cl 1.1.2.2: #108138# fixed use of FilterName and InterfaceName 2003/03/22 21:40:30 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cbbd130f54284444f50f2258a833decfe100147]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:32 cl 1.1.2.4: #107159# ui freeze and fixes 2003/03/27 23:09:27 cl 1.1.2.3: #108138# added filter package feature and bugfixes 2003/03/24 17:31:15 cl 1.1.2.2: #108138# fixed use of FilterName and InterfaceName 2003/03/22 21:40:30 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fe3f71d10783f768e4497c2439d4cf2480228bb]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:31 cl 1.1.2.3: #107159# ui freeze and fixes 2003/03/22 13:01:01 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:57:57 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e7b9084614de87547bbd721ad0cc0ef93d10572]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:31 cl 1.1.2.2: #107159# ui freeze and fixes 2003/03/27 23:09:27 cl 1.1.2.1: #108138# added filter package feature and bugfixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5985e81a86d43f7af7acd4b14ecb5027b9ea507b]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:31 cl 1.1.2.1: #107159# ui freeze and fixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aa7fffdccee493d9ad7bd13d78b06fdb405c653]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/04/01 16:27:47 cl 1.1.2.6: #107159# minor resource changes 2003/03/29 18:58:30 cl 1.1.2.5: #107159# ui freeze and fixes 2003/03/24 17:31:15 cl 1.1.2.4: #108138# fixed use of FilterName and InterfaceName 2003/03/22 21:25:06 cl 1.1.2.3: #108138# initial checkin of the xslt filter dialog 2003/03/22 13:01:00 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:57:56 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [093b3276b500afae3a8324114be6df8ce3f61808]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 21:56:00 cl 1.1.2.5: #107159# safe exception handling 2003/03/24 17:31:14 cl 1.1.2.4: #108138# fixed use of FilterName and InterfaceName 2003/03/22 15:42:43 cl 1.1.2.3: #108138# initial checkin of the xslt filter dialog 2003/03/22 13:01:00 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:57:56 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ccfbfa952952c454efbb40d5206678e0640c493]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:30 cl 1.1.2.4: #107159# ui freeze and fixes 2003/03/22 21:25:06 cl 1.1.2.3: #108138# initial checkin of the xslt filter dialog 2003/03/22 13:00:59 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:57:55 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3700b1f6ee95dcf5ee2b428c8aec081a05680561]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/04/01 16:27:47 cl 1.1.2.8: #107159# minor resource changes 2003/03/29 21:55:59 cl 1.1.2.7: #107159# safe exception handling 2003/03/29 18:58:29 cl 1.1.2.6: #107159# ui freeze and fixes 2003/03/24 17:31:13 cl 1.1.2.5: #108138# fixed use of FilterName and InterfaceName 2003/03/22 21:25:05 cl 1.1.2.4: #108138# initial checkin of the xslt filter dialog 2003/03/22 15:42:43 cl 1.1.2.3: #108138# initial checkin of the xslt filter dialog 2003/03/22 13:00:59 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:57:54 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b0eb7b51c3c9efc55a84e9b798a2635d2f3c343]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/27 23:09:26 cl 1.1.2.1: #108138# added filter package feature and bugfixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [62d419397184f993ba041fb81e47937595712e2e]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 21:55:59 cl 1.1.2.2: #107159# safe exception handling 2003/03/27 23:09:25 cl 1.1.2.1: #108138# added filter package feature and bugfixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [87adf54957b4c11f99284906033d52c0fdb42612]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/27 23:09:24 cl 1.1.2.1: #108138# added filter package feature and bugfixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a09ae80a3f70aa32287e95eb7fe2e5611e675f94]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 21:55:59 cl 1.1.2.3: #107159# safe exception handling 2003/03/29 18:58:29 cl 1.1.2.2: #107159# ui freeze and fixes 2003/03/27 23:09:23 cl 1.1.2.1: #108138# added filter package feature and bugfixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [07a0cc27b0f10be3ed306e1598c56a418c958fab]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:29 cl 1.1.2.4: #107159# ui freeze and fixes 2003/03/27 23:09:23 cl 1.1.2.3: #108138# added filter package feature and bugfixes 2003/03/22 21:25:05 cl 1.1.2.2: #108138# initial checkin of the xslt filter dialog 2003/03/21 13:57:54 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [712aad84fcb848740a2e968a0dc02bc1d2534ff4]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/29 18:58:29 cl 1.1.2.1: #107159# ui freeze and fixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebf832ecb1e675dbee362f2aa30fdf99f2245ecf]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/21 13:57:53 cl 1.1.2.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [872dba61a1a45dceb4ffb662f6da61fb67d750e5]

        INTEGRATION: CWS xmlfilter01 (1.1.2.3.2.1.16); FILE MERGED 2003/03/25 14:53:07 abutler 1.1.2.3.2.1.16.2: #108360# Added check for existing inputstream before trying to resolve URL 2003/03/12 09:26:29 abutler 1.1.2.3.2.1.16.1: #108124# Changed filterdetection module to use the Clipboardformat field in the type node instead of the URLPattern

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6792e3ad7f8a7264516cbb878ba0e03faffe0e0a]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/04/03 08:55:47 cl 1.1.2.3: #108574# we need a dtd for typedetection and it should be the docbook dtd 2003/04/01 08:37:58 abutler 1.1.2.2: #108483# changed DocType 2003/03/28 16:52:31 abutler 1.1.2.1: #108483# Adding Docbook stylesheets to build

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0836c5d9ede544e0a9e3ffd272f108b5c76a94b2]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/28 16:52:32 abutler 1.1.2.1: #108483# Adding Docbook stylesheets to build

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3549ff093e5059426775e128bc767b2d4786146]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/28 16:52:30 abutler 1.1.2.1: #108483# Adding Docbook stylesheets to build

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [61956e015ebe747eefa1d4c3c8fa1330ab5b0eb6]

        INTEGRATION: CWS xmlfilter01 (1.8.28); FILE MERGED 2003/03/28 16:58:28 abutler 1.8.28.2: #108483# Added docbook module 2003/03/23 13:31:42 cl 1.8.28.1: #108138# initial checkin of the xslt filter dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e6f8a789151dcf47addcffbf8343d2aba144998]

        INTEGRATION: CWS xmlfilter01 (1.7.2.4.16); FILE MERGED 2003/03/28 16:58:28 abutler 1.7.2.4.16.4: #108483# Added docbook module 2003/03/21 14:22:35 cl 1.7.2.4.16.3: #108138# initial checkin of the xslt filter dialog 2003/03/20 11:36:01 abutler 1.7.2.4.16.2: #108295# XML Validation component for XSLT UI added 2003/03/12 14:35:17 abutler 1.7.2.4.16.1: #108111# Added XSLT filter to build list

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cf92bd546f0e0ba100c810805ad778392b1fe42]

        INTEGRATION: CWS xmlfilter01 (1.1.4.1.2); FILE MERGED 2003/03/29 19:15:06 cl 1.1.4.1.2.1: #107159# ui freeze and fixes

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [48106acbc4c951ca11b5de7a24722cbd1979a421]

        INTEGRATION: CWS xmlfilter01 (1.27.2.1.32); FILE MERGED 2003/03/14 13:32:08 as 1.27.2.1.32.1: #107711# new service ExtendedTypeDetectionFactory; new interfaces and doc for TypeDetection and FilterFactory

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ed41c4fe1656395d5f4ac4905570977df56f4bd]

        INTEGRATION: CWS xmlfilter01 (1.3.6.1.32); FILE MERGED 2003/03/14 13:32:07 as 1.3.6.1.32.1: #107711# new service ExtendedTypeDetectionFactory; new interfaces and doc for TypeDetection and FilterFactory

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd7489746d489b0867f89887ffb98108e278c56e]

        INTEGRATION: CWS xmlfilter01 (1.5.72); FILE MERGED 2003/03/14 13:32:05 as 1.5.72.1: #107711# new service ExtendedTypeDetectionFactory; new interfaces and doc for TypeDetection and FilterFactory

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [28cee6a74bae8f20345751c09ad6fd0adca3ffb2]

        INTEGRATION: CWS xmlfilter01 (1.4.72); FILE MERGED 2003/03/14 13:32:02 as 1.4.72.1: #107711# new service ExtendedTypeDetectionFactory; new interfaces and doc for TypeDetection and FilterFactory

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [96ae6547e0917c91e9760843d09e1378a21c3824]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/14 13:31:59 as 1.1.2.1: #107711# new service ExtendedTypeDetectionFactory; new interfaces and doc for TypeDetection and FilterFactory

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [485c849bcf42f82f411b41e96467d4dc90f74f79]

        INTEGRATION: CWS xmlfilter01 (1.6.72); FILE MERGED 2003/03/14 13:31:56 as 1.6.72.1: #107711# new service ExtendedTypeDetectionFactory; new interfaces and doc for TypeDetection and FilterFactory

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f73ebfc989d516c267cbff7358e7b1539dc0c63]

        INTEGRATION: CWS xmlfilter01 (1.34.2.3.30); FILE MERGED 2003/03/13 17:26:24 cl 1.34.2.3.30.1: #108138# new menu entry for xml filter configuration dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e57af7f6dd18501b1c2b69c0c2e9391c4a9cbfdf]

        INTEGRATION: CWS xmlfilter01 (1.32.4.2.52); FILE MERGED 2003/03/31 16:05:12 cl 1.32.4.2.52.1: #107159# added menu entry for xml filter configuration dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [63c9866673fdacfff0df8b3ec0e477b8e9b1f475]

        INTEGRATION: CWS xmlfilter01 (1.3.112); FILE MERGED 2003/03/31 16:05:07 cl 1.3.112.1: #107159# added menu entry for xml filter configuration dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [60b9c0c98b904dee768eb5b0265ac9775d48fa52]

        INTEGRATION: CWS xmlfilter01 (1.6.72); FILE MERGED 2003/03/11 16:05:55 cl 1.6.72.1: #108138# new menu entry for xml filter configuration dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [930faa3b30049619d1a4652f6ff03a18c3cde11d]

        INTEGRATION: CWS xmlfilter01 (1.9.72); FILE MERGED 2003/03/11 16:05:55 cl 1.9.72.1: #108138# new menu entry for xml filter configuration dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [57696ffa4e5b82d7d9c23ca56eeb0cade1123e67]

        INTEGRATION: CWS xmlfilter01 (1.16.72); FILE MERGED 2003/03/11 16:06:53 cl 1.16.72.1: #108138# new menu entry for xml filter configuration dialog

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a487f043c614e8998a544fbdec445ab55a6fb48]

        INTEGRATION: CWS xmlfilter01 (1.34.22); FILE MERGED 2003/03/06 13:17:19 as 1.34.22.1: #107711# repair ALLO_LOCALE mode

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5649055a0ec54ded05a879d018903628bfe2f0b]

        INTEGRATION: CWS xmlfilter01 (1.38.18); FILE MERGED 2003/03/25 09:37:59 as 1.38.18.3: #107711# react automaticly for (non)existing properties in ALL_LOCALEs mode 2003/03/07 13:48:29 cl 1.38.18.2: RESYNC: (1.38-1.38.2.1); FILE MERGED 2003/03/06 13:17:19 as 1.38.18.1: #107711# repair ALLO_LOCALE mode

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7e2a606c532836d612dadf52b0faa6a5709c22b]

        INTEGRATION: CWS xmlfilter01 (1.17.10.1.16); FILE MERGED 2003/03/07 16:26:01 jb 1.17.10.1.16.1: #107953# Change collection was collecting an extra level for the original set; now collection starts at the elements

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd8a3d2c2073a13258ccb73e3aff3b075550a2c5]

        INTEGRATION: CWS xmlfilter01 (1.3.34); FILE MERGED 2003/03/07 16:26:00 jb 1.3.34.1: #107953# Change collection was collecting an extra level for the original set; now collection starts at the elements

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fef0db5ce2e4eee6b79d6ada1b73d18ac0e17a5f]

        INTEGRATION: CWS xmlfilter01 (1.3.30); FILE MERGED 2003/04/02 11:37:40 jb 1.3.30.1: #108552# Fixed handling of AddNode and RemoveNode to deal with localized value sets properly

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [72ce36bfbccc5e7f10544560fbfba6e1dcbc19ac]

        INTEGRATION: CWS xmlfilter01 (1.12.6.3.12); FILE MERGED 2003/03/07 16:53:03 ssmith 1.12.6.3.12.1: #107899# fix for locale=*

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d43dd7cd684b894e3f343023ca1c50650b139d0]

        INTEGRATION: CWS xmlfilter01 (1.8.4.3.14); FILE MERGED 2003/03/07 16:53:03 ssmith 1.8.4.3.14.1: #107899# fix for locale=*

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dff940f172890536a48be56a57111e1ec5faa9bc]

        INTEGRATION: CWS xmlfilter01 (1.3.2.12.2.26.4.4.12); FILE MERGED 2003/04/03 11:36:33 cl 1.3.2.12.2.26.4.4.12.4: added missing xhtml to detectservices and fixed value 2003/04/03 09:11:20 cl 1.3.2.12.2.26.4.4.12.3: renamed DocBook to DocBook (simplified) 2003/04/01 15:43:42 abutler 1.3.2.12.2.26.4.4.12.2: #108483# additional decls for XSLT filters 2003/03/12 09:28:01 abutler 1.3.2.12.2.26.4.4.12.1: #108124# Moved DocType info into the ClipboardFormat field

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0481c89612cda5e5ecf875dc85b18a8051f6720d]

        INTEGRATION: CWS xmlfilter01 (1.111.2.6.20); FILE MERGED 2003/04/02 07:15:46 as 1.111.2.6.20.1: #108549# use right command for loading xml

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a413d953bfab340bd777ccac3a1fa40fe530af5]

        INTEGRATION: CWS xmlfilter01 (1.97.2.4.66); FILE MERGED 2003/03/06 13:20:01 as 1.97.2.4.66.1: #107711# ignore filter, which are NOT_INSTALLED

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [84cf90601a787b5568a5a5cd2638b179c2d4f760]

        INTEGRATION: CWS xmlfilter01 (1.3.128); FILE MERGED 2003/03/06 13:19:20 as 1.3.128.1: #107711# support filter synchronization with framework cache

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a1575662c64eb14fc1ee97d8635093a87491003]

        INTEGRATION: CWS xmlfilter01 (1.2.128); FILE MERGED 2003/03/06 13:19:19 as 1.2.128.1: #107711# support filter synchronization with framework cache

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [358d5e96813ea46b0ae214577bc7c65f5048e2f9]

        INTEGRATION: CWS xmlfilter01 (1.48.8.3.24); FILE MERGED 2003/03/17 07:32:52 as 1.48.8.3.24.2: #107711# update default filter right 2003/03/06 13:19:18 as 1.48.8.3.24.1: #107711# support filter synchronization with framework cache

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [44d6575691f0ad9610aaef3e307222513d8dd296]

        INTEGRATION: CWS xmlfilter01 (1.69.2.4.4); FILE MERGED 2003/03/07 12:30:23 cl 1.69.2.4.4.2: RESYNC: (1.69.2.4-1.69.2.6); FILE MERGED 2003/03/06 13:57:28 as 1.69.2.4.4.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b28dfaa10c7e791e3a3f016db77d3d427720b81]

        INTEGRATION: CWS xmlfilter01 (1.12.4.3.10); FILE MERGED 2003/03/06 13:57:24 as 1.12.4.3.10.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc1fda35d9bfbd0dc09d767ed9878f7d9d4ba6cf]

        INTEGRATION: CWS xmlfilter01 (1.1.8.2.12); FILE MERGED 2003/03/31 12:34:58 as 1.1.8.2.12.1: #108504# use resoure file name explicitly to adress default menu

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfc257e9b735fe98f533424635026848ba7283e4]

        INTEGRATION: CWS xmlfilter01 (1.7.44); FILE MERGED 2003/03/06 13:57:20 as 1.7.44.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [584af2fb172a182fa733da034fdbbb437f139433]

        INTEGRATION: CWS xmlfilter01 (1.4.2.1.34); FILE MERGED 2003/03/06 13:57:17 as 1.4.2.1.34.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa784add83dcbd2f9c48e347585dfd2a12258b97]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/11 10:28:10 as 1.1.2.2: #107711# small bug fixes, cosmetic changes 2003/03/06 13:57:14 as 1.1.2.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [88ea5dc8c446b7312d7966e8748bd60f8f999ff7]

        INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED 2003/03/06 13:57:13 as 1.1.2.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [88ba8e2d122fdfcc6ff77cacbe5831087bcaab0c]

        INTEGRATION: CWS xmlfilter01 (1.9.70); FILE MERGED 2003/03/06 13:57:11 as 1.9.70.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dce160eee639af726c2c683c7ae8648482b9eecb]

        INTEGRATION: CWS xmlfilter01 (1.15.10.2.34); FILE MERGED 2003/03/20 09:44:57 as 1.15.10.2.34.5: #107711# enable ALL_LOCALE mode 2003/03/19 11:28:20 as 1.15.10.2.34.4: #107711# use different modified flags instead of one central value 2003/03/14 13:36:51 as 1.15.10.2.34.3: #107711# reactivate productname handling; synchronize service descriptions and implementations for TypeDetection, FilterFactory; rename ExtendedTypeDetectionFactory 2003/03/11 10:28:08 as 1.15.10.2.34.2: #107711# small bug fixes, cosmetic changes 2003/03/06 13:57:09 as 1.15.10.2.34.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [862b66a6a416521d9425486f47dc827e44c7cf2a]

        INTEGRATION: CWS xmlfilter01 (1.29.44); FILE MERGED 2003/03/25 09:39:22 as 1.29.44.3: #108361# don't use default values for type search 2003/03/11 10:28:08 as 1.29.44.2: #107711# small bug fixes, cosmetic changes 2003/03/06 13:57:08 as 1.29.44.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [915b9881bb351429954a0c14815d34c83d4c23f6]

        INTEGRATION: CWS xmlfilter01 (1.3.2.2.34); FILE MERGED 2003/03/06 13:57:08 as 1.3.2.2.34.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e7cc81e5a610cd5193f4d284415a3afaf4b82f1]

        INTEGRATION: CWS xmlfilter01 (1.3.10.1.16); FILE MERGED 2003/03/07 12:34:34 cl 1.3.10.1.16.2: RESYNC: (1.3.10.1-1.3.10.2); FILE MERGED 2003/03/06 13:57:06 as 1.3.10.1.16.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9dddabd68879a605714a832d3855848f574066d]

        INTEGRATION: CWS xmlfilter01 (1.15.2.4.10); FILE MERGED 2003/03/14 13:36:49 as 1.15.2.4.10.2: #107711# reactivate productname handling; synchronize service descriptions and implementations for TypeDetection, FilterFactory; rename ExtendedTypeDetectionFactory 2003/03/06 13:57:06 as 1.15.2.4.10.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3f9226543ca3bb2183403059e75be4fbfa1c514]

        INTEGRATION: CWS xmlfilter01 (1.2.76); FILE MERGED 2003/03/06 13:57:05 as 1.2.76.1: #107711# full read/write access for types, filters, detect service

2003-04-04  Daniel Vogelheim  <dvo@openoffice.org>  [7765359b13351203061e6cf673cb0d094cbca910]

        #108622# always initialize nDefTab

2003-04-04  Daniel Vogelheim  <dvo@openoffice.org>  [c5c3235082ac39718e6d3b8ae45cedce895a0171]

        #108622# only use item if GetItemState returns SFX_ITEM_SET

2003-04-04  Mathias Bauer  <mba@openoffice.org>  [becd28fbcb2974f7f3ec041ef3b753416dd48726]

        #i2822#: typo

2003-04-04  Andreas Bille  <abi@openoffice.org>  [50191cd079729bf74513813eb4b5e2da95b19f30]

        #i2822# notifying after namechnnge

2003-04-04  Vladimir Glazounov  <vg@openoffice.org>  [1dacbedc68285b9183a6044c50ab874e06ebbfda]

        #100000# merge error fix

2003-04-04  Andreas Bille  <abi@openoffice.org>  [cc946122a26bc44355672fef61999704940f5a07]

        #i2822# Title instead of containername

2003-04-04  Andreas Bille  <abi@openoffice.org>  [57ac1efcf774919cb6ad58ccbbbc8ba29c36a7e4]

        #i2822# statuslistener

2003-04-04  Andreas Bille  <abi@openoffice.org>  [977853ced949b95a0b96a918e929e9fc7393e6f3]

        #i2822# statuslistener

2003-04-03  Kurt Zenker  <kz@openoffice.org>  [9ede94fc9c9033c84081c2b568c4bc227bd752c0]

        new version for SRX644

2003-04-03  Kurt Zenker  <kz@openoffice.org>  [cdbd76a11a9a7a995558bcaeca28be3de7852504]

        initial version

2003-04-03  Kurt Zenker  <kz@openoffice.org>  [5c82c273cf6150a4480f3339457be8ab1e98b32f]

        new version for SRX644

2003-04-03  Rüdiger Timm  <rt@openoffice.org>  [b6352a56b69c23a51fc4c87fd40e239a82126257]

        #100000# needs cppumaker from module codemaker

2003-04-03  Kurt Zenker  <kz@openoffice.org>  [62480713ade130a2d13219e49e0ee45fdf60516c]

        new version for SRX644

2003-04-03  Vladimir Glazounov  <vg@openoffice.org>  [0c89a91670186b2ec935d74f76daa75c7511d579]

        #100000# merge error fix

2003-04-03  Kurt Zenker  <kz@openoffice.org>  [aca6bfd09c3e4ff76113f6e8dfe46d5c797b4c73]

        new version for SRX644

2003-04-02  Oliver Bolte  <obo@openoffice.org>  [473f474a27dd30789f8b6d18c16a55b465764e57]

        #100000# parse error linux

2003-04-02  Oliver Bolte  <obo@openoffice.org>  [706da0c66ee1f85cdfb0144ae6617a32e9930d06]

        #100000# syntax

2003-04-02  Oliver Bolte  <obo@openoffice.org>  [94784b53d0c438b152f04ebeb1c5f95172a6e25b]

        #100000# parse error linux

2003-04-02  Mikhail Voitenko  <mav@openoffice.org>  [7410db94bc0672795e85da1443632ce6a781f301]

        #i2822# change storage type name

2003-04-02  Mikhail Voitenko  <mav@openoffice.org>  [cd4bb6998c35bf7a3786ccd585183d2d663dfe5e]

        #i2822# window resizing

2003-04-02  Vladimir Glazounov  <vg@openoffice.org>  [9a937f13ef76066c61c68506bf67d5a09e8def76]

        #100000# fix for merge error

2003-04-02  Oliver Bolte  <obo@openoffice.org>  [f214d3e13a3c923780d61fe12490f56a1230b0ae]

        #100000# syntax error

2003-04-02  Oliver Bolte  <obo@openoffice.org>  [08743dfdfd1f6d6f416f78268932428fbaec2973]

        #100000# lcl_GetFrameDirection -> GetDefaultFrameDirection

2003-04-02  Vladimir Glazounov  <vg@openoffice.org>  [9607247e83096123ccd734f411b08b4b9e49a50f]

        #100000# libraries to link

2003-04-02  Vladimir Glazounov  <vg@openoffice.org>  [24f9c19985cf87a4cf6182357a22b35450eaf8d1]

        #100000# add libriries to link

2003-04-02  Martin Hollmichel  <mh@openoffice.org>  [94337da1d3520e44d3fd12cf517605b9be8b1f32]

        add: OOo icons into win start menu, #108319#

2003-04-02  Vladimir Glazounov  <vg@openoffice.org>  [339633b94d760aaecb775d432c9fa12c429add4c]

        merge with os6 branch

2003-04-02  Vladimir Glazounov  <vg@openoffice.org>  [6865a182164e9282b5660cc9f273908f41b04a60]

        #100000# merge

2003-04-02  Oliver Bolte  <obo@openoffice.org>  [da22d91d2ca1ddab1f752dc858edd8e3a0512fae]

        #100000# rtti flag for gcc obsolete

2003-04-02  Oliver Bolte  <obo@openoffice.org>  [f2fbf8550b50eed7512d3299112bad47162a07a7]

        #100000# parse error linux gcc-3.2.2

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [bb045b376b0c35937d0a3e6436ab75efee0935d3]

        SRX644

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [67343f8c56556d4ce33d91ed38ea4980b2fbb887]

        INTEGRATION: CWS sw008 (1.21.2.1.16); FILE MERGED 2003/03/12 11:38:53 hbrinkm 1.21.2.1.16.2: #107318# GetRedline: wrong redline returned 2003/03/11 18:55:37 dvo 1.21.2.1.16.1: #108055# properly handle overlapping insert redlines

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7a008460f785a11f7afdb4384ce8e0a8e27e293e]

        INTEGRATION: CWS sw008 (1.12.114); FILE MERGED 2003/03/05 16:34:30 od 1.12.114.1: #107870# <SwDoc::SetPrt(..)> - first adjust page description, before trigger formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [2a1f21355e76ede11433aaa625e804feb68bce65]

        INTEGRATION: CWS sw008 (1.62.114); FILE MERGED 2003/03/13 12:43:37 mib 1.62.114.3: #106110#: Format documents if they contain size-unadodpted OLEs after a prt change, prt handling optimized 2003/03/07 11:07:36 oj 1.62.114.2: #97593# change BaseClass member method 2003/03/03 14:48:40 oj 1.62.114.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [899d8a95bd579d26758f784833b0e85c2c0f6754]

        INTEGRATION: CWS sw008 (1.38.114); FILE MERGED 2003/03/13 12:40:51 mib 1.38.114.2: #106110#: Format documents if they contain size-unadodpted OLEs after a prt change, prt handling optimized 2003/03/07 11:13:04 oj 1.38.114.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [aa1595108cc67061f0e10838b07e0f56c23a4176]

        INTEGRATION: CWS sw008 (1.74.4.4.10); FILE MERGED 2003/03/28 08:59:51 oj 1.74.4.4.10.1: #107517# change CommandProfile to mozilla

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [cb71f6b09e4ad59b790cca9a0a1d58f0779e2aa2]

        INTEGRATION: CWS sw008 (1.8.50); FILE MERGED 2003/03/05 09:35:46 oj 1.8.50.1: #107517# change External Mailer from Netscape to Mozilla

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6db340a6c6421c08274674a9cf133f4cb6c136a6]

        INTEGRATION: CWS sw008 (1.61.2.3.8); FILE MERGED 2003/03/13 12:45:49 mib 1.61.2.3.8.1: #106110#: Format documents if they contain size-unadodpted OLEs after a prt change, prt handling optimized

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1f34bf315ae5e7321909fb79501c37e077a5a182]

        INTEGRATION: CWS sw008 (1.27.78); FILE MERGED 2003/03/06 07:53:00 sab 1.27.78.1: #106963#; use userdefined attribute only if it is in the specified property range

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3b6271eee481a726722eee88163b1307aee29957]

        INTEGRATION: CWS sw008 (1.1.4.2.14); FILE MERGED 2003/03/06 12:17:35 fs 1.1.4.2.14.1: #107854# documentation slightly extended

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b0e8c8939c69069bfc2efa6b1282e174358249a0]

        INTEGRATION: CWS os6 (1.42.100); FILE MERGED 2003/02/21 10:36:24 tl 1.42.100.1: #106370# checkbox state for dictionaries fiexed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [eedb28be74e6f5abb5fa46d438982580e25a2c37]

        INTEGRATION: CWS sw008 (1.66.2.2.18); FILE MERGED 2003/03/31 14:03:40 oj 1.66.2.2.18.2: #108182# fix text 2003/03/28 08:06:17 oj 1.66.2.2.18.1: #108182# change After paragrapg to Below paragraph

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [93fe2f55bab3529d9dc3a44edbb4d5bd92c2e6bb]

        INTEGRATION: CWS sw008 (1.13.136); FILE MERGED 2003/03/07 11:07:29 oj 1.13.136.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a77c7d882b5f0c4b7dc0223a405577d74d3664bd]

        INTEGRATION: CWS sw008 (1.9.114); FILE MERGED 2003/03/04 08:31:55 oj 1.9.114.1: #105473# correct order of calls, set first the language before checking format

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7dcde83481ac5ddb906b7bdf556adaf872b690d1]

        INTEGRATION: CWS sw008 (1.41.2.2.14); FILE MERGED 2003/03/07 11:07:30 oj 1.41.2.2.14.2: #97593# change BaseClass member method 2003/03/03 14:48:42 oj 1.41.2.2.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [cf1826f61dd01653dd024681e0ba72f6f61d69b6]

        INTEGRATION: CWS sw008 (1.69.2.1.46); FILE MERGED 2003/03/07 11:07:30 oj 1.69.2.1.46.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d86279cccff875d92ed8b182271f32ec375e6e79]

        INTEGRATION: CWS sw008 (1.1.4.2.46); FILE MERGED 2003/03/07 09:47:28 fs 1.1.4.2.46.3: #107854# removed a temporary comment which (should have been done before previous checkin) 2003/03/05 16:33:25 fs 1.1.4.2.46.2: #107854# properly delete the temporary file in (nearly) all cases 2003/03/05 12:26:07 fs 1.1.4.2.46.1: #107854# execute: translate the Selection - API expects bookmarks, implementation in MergeNew expects indexes

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [2613afee051fee15ac78b06f611da493989f893c]

        INTEGRATION: CWS sw008 (1.17.8.1.32); FILE MERGED 2003/03/07 12:12:09 fs 1.17.8.1.32.3: #96380# remove dead entries from group/entry-cache, renamed some variables to prevent name clashes 2003/03/07 11:07:31 oj 1.17.8.1.32.2: #97593# change BaseClass member method 2003/03/03 15:06:41 fs 1.17.8.1.32.1: #96380#: +implFlushContent / derive SwXAutoTextEntry from SfxListener to be notified if somebody else destroys our document / gave the SwGlossaries full control over caching of UNO objects for AutoTextEntries/-Groups

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [efc2d94968ab592e1458cad32b4c560a99579bbc]

        INTEGRATION: CWS sw008 (1.2.128); FILE MERGED 2003/03/07 11:07:31 oj 1.2.128.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [bccfcd9210eb771e57679256b5015acb5832fecd]

        INTEGRATION: CWS sw008 (1.3.16.2.14); FILE MERGED 2003/03/07 11:07:32 oj 1.3.16.2.14.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [00bf8f3cbe012b3ac366f0ceec3ac695d12fb01d]

        INTEGRATION: CWS sw008 (1.16.8.2.6.5.2.2.14); FILE MERGED 2003/03/13 12:41:41 mib 1.16.8.2.6.5.2.2.14.1: #106110#: Format documents if they contain size-unadodpted OLEs after a prt change, prt handling optimized

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7ea55e97926363659cdcab5f5b0d49141a634305]

        INTEGRATION: CWS sw008 (1.29.2.2.32); FILE MERGED 2003/03/05 11:42:10 oj 1.29.2.2.32.1: #107200# set default encoding when noi encoding was set

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4c343674e706c9955fc81ca13e0ee6766f8e9dfd]

        INTEGRATION: CWS sw008 (1.37.2.2.14); FILE MERGED 2003/03/05 12:10:32 oj 1.37.2.2.14.2: #106188# call rSh.SwCrsrShell::HasSelection instead of SWWrtShell::HasSelection 2003/03/03 11:05:48 oj 1.37.2.2.14.1: #107754# lock view before execute watercan

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a141c71290f3cb1dac756a2585fd12df0f633141]

        INTEGRATION: CWS sw008 (1.5.114); FILE MERGED 2003/03/03 15:05:52 fs 1.5.114.1: #96380#: Save: there are scenarios where our view died, though the document is still alive - be prepared for this

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8bce4f094a769c5bb46452a1dce17276c02c1146]

        INTEGRATION: CWS sw008 (1.13.116); FILE MERGED 2003/03/03 15:05:15 fs 1.13.116.1: #96380#: gave the class the full responsibility for the UNO object cache (no public access to the arrays holding the UNO objects anymore)

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c5b49f0fa2881810cac472094fd3a50280998e06]

        INTEGRATION: CWS sw008 (1.6.114); FILE MERGED 2003/03/07 11:07:33 oj 1.6.114.2: #97593# change BaseClass member method 2003/03/03 14:48:41 oj 1.6.114.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6e3bbbb4190d80901efb1332a18cf49ff643562a]

        INTEGRATION: CWS sw008 (1.4.136); FILE MERGED 2003/03/07 12:10:36 fs 1.4.136.2: #96380# GetAutoTextEntry: additional parameter 2003/03/03 15:04:58 fs 1.4.136.1: #96380#: gave the class the full responsibility for the UNO object cache (no public access to the arrays holding the UNO objects anymore)

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [60a0bd803446460caa7726f913ddd073d95f2e5a]

        INTEGRATION: CWS sw008 (1.24.2.2.2.3.2.9.4.9.2.3.12); FILE MERGED 2003/03/03 09:42:42 fs 1.24.2.2.2.3.2.9.4.9.2.3.12.1: #107732# corrected help id of DLG_MERGE_FIELD_CONNECTIONS

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [27135da2a85327bd45718938bef6d2af082a1a1e]

        INTEGRATION: CWS sw008 (1.63.2.2.14); FILE MERGED 2003/03/06 07:17:13 oj 1.63.2.2.14.1: #107937# use new method from SvPasteObjectDialog

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [cbee5f5ca028f0ff174566a9a96a855e59045962]

        INTEGRATION: CWS sw008 (1.24.2.1.8.3.14); FILE MERGED 2003/03/13 12:41:14 mib 1.24.2.1.8.3.14.1: #106110#: Format documents if they contain size-unadodpted OLEs after a prt change, prt handling optimized

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9704cd21f175bab8dc255cea3648e1a24fc7f48a]

        INTEGRATION: CWS sw008 (1.79.2.4.12); FILE MERGED 2003/03/27 10:44:12 fs 1.79.2.4.12.5: #108066# another minor spelling issue 2003/03/14 10:28:55 fs 1.79.2.4.12.4: #108066# typo 2003/03/10 08:53:56 fs 1.79.2.4.12.3: #108066# type corrected 2003/03/07 11:07:34 oj 1.79.2.4.12.2: #97593# change BaseClass member method 2003/03/03 09:23:02 fs 1.79.2.4.12.1: #107536# removed senseless DefButton=WB_DEF_YES from MSG_DATA_SOURCES_UNAVAILABLE

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [aed031792f3b1051a5da66246403f98e279e1f16]

        INTEGRATION: CWS sw008 (1.28.114); FILE MERGED 2003/03/13 12:43:38 mib 1.28.114.2: #106110#: Format documents if they contain size-unadodpted OLEs after a prt change, prt handling optimized 2003/03/07 11:07:35 oj 1.28.114.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [5875de50e6f2b45ddc0d16d23a60d4244a6f8625]

        INTEGRATION: CWS sw008 (1.34.8.5.2.1.14); FILE MERGED 2003/03/07 11:07:36 oj 1.34.8.5.2.1.14.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [0cb2d4a81cf691962698bf21456bcfcbd22c2dbf]

        INTEGRATION: CWS sw008 (1.22.122); FILE MERGED 2003/03/06 15:06:58 sab 1.22.122.1: #107745#; test whether a XCell is returned

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b6c2ad54100e36674704c3371eb9cd84d415faa8]

        INTEGRATION: CWS sw008 (1.10.114); FILE MERGED 2003/03/07 11:07:36 oj 1.10.114.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [0c3c31200b2ede5ac267f2658c72ec4884c8a748]

        INTEGRATION: CWS sw008 (1.23.114); FILE MERGED 2003/03/03 14:48:40 oj 1.23.114.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [5786e033339cc4bc2352e7974d71311a66b4b4e5]

        INTEGRATION: CWS sw008 (1.12.114); FILE MERGED 2003/03/03 14:48:39 oj 1.12.114.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1318be425cb51cc4d9c62fba90b9cbe3937a541c]

        INTEGRATION: CWS sw008 (1.20.2.2.46); FILE MERGED 2003/03/05 17:59:48 dvo 1.20.2.2.46.1: #106634# split redline over insertion point when inserting file

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d41250bdfc292fdf8820c7d8b9d22fcdf4ab04f7]

        INTEGRATION: CWS sw008 (1.20.114); FILE MERGED 2003/03/05 17:53:30 dvo 1.20.114.1: #106634# split redlines when inserting into document

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a920bda03e9ce33da18b733a9bc8ee213c610871]

        INTEGRATION: CWS sw008 (1.19.2.5.14); FILE MERGED 2003/03/03 11:12:48 od 1.19.2.5.14.1: #103602# ViewShell:Prt(..) - no PDF export of table contents, that doesn't fit on the page

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [db701eee3c9f88ddbb832ff5c06a7441610693d6]

        INTEGRATION: CWS sw008 (1.32.2.4.14); FILE MERGED 2003/03/03 14:08:47 od 1.32.2.4.14.1: #107927# ViewShell::VisPortChgd(..) - use correct datatypes

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [72146a5e1c1b70adb1ccbb5ce048a3de082ef0b0]

        INTEGRATION: CWS sw008 (1.19.12.2.14); FILE MERGED 2003/03/07 11:07:38 oj 1.19.12.2.14.2: #97593# change BaseClass member method 2003/03/03 14:48:34 oj 1.19.12.2.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [dc345d1626590dcb335c78359ba40d642bc6f6f1]

        INTEGRATION: CWS sw008 (1.71.2.3.14); FILE MERGED 2003/03/07 11:07:38 oj 1.71.2.3.14.3: #97593# change BaseClass member method 2003/03/06 14:53:36 fme 1.71.2.3.14.2: #107911# Do not call ToUpperAscii at cell names 2003/03/03 14:48:33 oj 1.71.2.3.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d27b6bcb651cf50a048ed46307504ca3ff8833f8]

        INTEGRATION: CWS sw008 (1.40.114); FILE MERGED 2003/03/03 14:48:33 oj 1.40.114.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [46c5d14aecf997a84918fa6156e74710ce20b473]

        INTEGRATION: CWS sw008 (1.6.2.1.14); FILE MERGED 2003/03/03 14:48:32 oj 1.6.2.1.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6e4a453ef6347c71cba9f05a04e09d08d8365529]

        INTEGRATION: CWS sw008 (1.31.2.2.14); FILE MERGED 2003/03/07 11:07:39 oj 1.31.2.2.14.2: #97593# change BaseClass member method 2003/03/03 14:48:31 oj 1.31.2.2.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [639addcd782c6287f67439b6c6e1b0f2f09bf026]

        INTEGRATION: CWS sw008 (1.64.4.3.14); FILE MERGED 2003/03/07 11:07:40 oj 1.64.4.3.14.2: #97593# change BaseClass member method 2003/03/03 14:48:31 oj 1.64.4.3.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [438172a5c8bdac181a9ba20e2a91c7b4b3cdbf5b]

        INTEGRATION: CWS sw008 (1.49.2.2.14); FILE MERGED 2003/03/03 14:48:30 oj 1.49.2.2.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [31ea515498e6791d0a82d4efc22a1f77606404c1]

        INTEGRATION: CWS sw008 (1.18.4.2.14); FILE MERGED 2003/03/03 14:48:30 oj 1.18.4.2.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [49d444fa9d1192fd1baaa5d214255622274b38ad]

        INTEGRATION: CWS sw008 (1.64.4.3.6.5.2.4.14); FILE MERGED 2003/03/03 14:48:27 oj 1.64.4.3.6.5.2.4.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9cf271d6652f500bf2f821e0697974f4a195d11d]

        INTEGRATION: CWS sw008 (1.69.2.1.14); FILE MERGED 2003/03/03 14:48:26 oj 1.69.2.1.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [85626542480c22df5cdfedaf8727a0ad22a09dd4]

        INTEGRATION: CWS sw008 (1.41.2.2.14); FILE MERGED 2003/03/07 11:07:41 oj 1.41.2.2.14.2: #97593# change BaseClass member method 2003/03/03 14:48:26 oj 1.41.2.2.14.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a68f5ead0432badcbda5cf51fa6656443af374e9]

        INTEGRATION: CWS sw008 (1.5.118); FILE MERGED 2003/03/03 14:48:25 oj 1.5.118.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [73c933e0747c3e5ebe96e8ddc1f6a4fe981065be]

        INTEGRATION: CWS sw008 (1.13.132); FILE MERGED 2003/03/07 12:35:32 oj 1.13.132.3: #97593# do not use execption in slofiles, this will break dmake core 2003/03/06 15:03:02 fs 1.13.132.2: #100000# removed duplicate object files (problem appeared only with linux gcc, not windows) 2003/03/03 14:48:24 oj 1.13.132.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [05fe9f643afadb6b2f7fd30894583532ddd22fe9]

        INTEGRATION: CWS sw008 (1.1.2); FILE ADDED 2003/03/03 14:51:20 oj 1.1.2.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d81336ea8ae63ffcb6d2e51508c79fc37c3460f4]

        INTEGRATION: CWS sw008 (1.37.2.2.32); FILE MERGED 2003/03/03 14:16:08 tl 1.37.2.2.32.1: #i3117# cursor placement (word selection) when starting thesaurus changed.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f6defdfee24646ffcda1870b354a88beec2542c5]

        INTEGRATION: CWS sw008 (1.19.116); FILE MERGED 2003/03/07 11:07:44 oj 1.19.116.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [83cc7489fdf2799a7a3db822aafb9464f11b99a3]

        INTEGRATION: CWS sw008 (1.30.2.1.32); FILE MERGED 2003/03/11 16:49:40 od 1.30.2.1.32.1: #107862# <SwTxtFly::InitFlyList()> - sort fly list by left, top and width instead of only by left

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e3c4061e562b54c6b5c60fce231b8297905f86a7]

        INTEGRATION: CWS sw008 (1.23.2.1.14); FILE MERGED 2003/03/11 15:54:17 dvo 1.23.2.1.14.1: #108056# add end-action notification for accessibility

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f9d33ab84dd547db2ba03e70533e3936aae12d25]

        INTEGRATION: CWS sw008 (1.12.116); FILE MERGED 2003/03/10 09:59:28 hbrinkm 1.12.116.1: #107993# ParkCursor->ParkCursorTab

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e4610dbf7869de7f53c5a3be9c7458f1d96256ec]

        INTEGRATION: CWS sw008 (1.4.2.6.2.3.14); FILE MERGED 2003/03/07 11:34:08 oj 1.4.2.6.2.3.14.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e513beb0496f17c1630c235c8c86432f8a4af691]

        INTEGRATION: CWS sw008 (1.3.150); FILE MERGED 2003/03/05 12:11:09 oj 1.3.150.1: #106188# insert *PCURCRSR->GetPoint() != *PCURCRSR->GetMark()

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [798b88aacd06bab72637f3d15e7d603cd97be4d6]

        INTEGRATION: CWS sw008 (1.27.2.2.14); FILE MERGED 2003/03/12 12:20:20 fme 1.27.2.2.14.1: #i12252# Compiler problems

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [229ba82fcef31273a5f26e87381a4087ec5beaca]

        INTEGRATION: CWS sw008 (1.9.2.1.46); FILE MERGED 2003/03/07 11:07:45 oj 1.9.2.1.46.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [33c14e0ab6c0b9229dbd78eedb7852492f3a774e]

        INTEGRATION: CWS sw008 (1.25.116); FILE MERGED 2003/03/07 11:07:46 oj 1.25.116.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [aa95de75cfd089066cfaef5cd95b503d9e29005f]

        INTEGRATION: CWS sw008 (1.10.4.1.32); FILE MERGED 2003/03/12 11:34:35 hbrinkm 1.10.4.1.32.3: #107318# lcl_JoingText,lcl_RangesToUShorts 2003/03/07 12:44:21 oj 1.10.4.1.32.2: #i9195# call dialog when to much redline exists 2003/03/07 11:07:48 oj 1.10.4.1.32.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b8621647d95230fc3f3256d47f8f129c8c2411a0]

        INTEGRATION: CWS sw008 (1.20.2.2.14); FILE MERGED 2003/03/05 07:13:28 fme 1.20.2.2.14.1: #i7910# Use CharClass that matches current locale in calculator

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [5432a3c84738a1890c80b059ee538727132d3ef9]

        INTEGRATION: CWS sw008 (1.24.118); FILE MERGED 2003/03/11 10:59:44 dvo 1.24.118.1: #108057# queued events were not delivered in some situations

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a6f8962cec2785bec1993ca7d9bc07e138479207]

        INTEGRATION: CWS sw008 (1.39.6.2.28); FILE MERGED 2003/03/11 10:59:43 dvo 1.39.6.2.28.2: #108057# queued events were not delivered in some situations 2003/03/07 11:07:52 oj 1.39.6.2.28.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d5db8047f50457bc4ee8a3b8573a29a824050af2]

        INTEGRATION: CWS sw008 (1.7.120); FILE MERGED 2003/03/12 17:19:43 dvo 1.7.120.1: #108069# 'cut' tab frames so they are always contained within their parents

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6fd71714bcfcf9c1174513284c1483617f932a5f]

        INTEGRATION: CWS sw008 (1.9.114); FILE MERGED 2003/03/07 11:07:53 oj 1.9.114.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7c85348bc310c33b089206e32dcd54597ad7d725]

        INTEGRATION: CWS sw008 (1.13.116); FILE MERGED 2003/03/07 11:12:58 oj 1.13.116.2: #97593# change BaseClass member method 2003/03/06 08:43:48 oj 1.13.116.1: #97593# new base class

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c3157baa22fb55153e8f05561247209a4825eeb6]

        INTEGRATION: CWS sw008 (1.9.134); FILE MERGED 2003/03/07 11:12:58 oj 1.9.134.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7039b41295f23978df6a36ca7202f9285579d6cd]

        INTEGRATION: CWS sw008 (1.2.148); FILE MERGED 2003/03/07 11:12:58 oj 1.2.148.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [2183fdd467ae00c7d75f5dab2e1e97f2fcbafa67]

        INTEGRATION: CWS sw008 (1.5.146); FILE MERGED 2003/03/07 11:12:59 oj 1.5.146.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a43802d2e23e8756f56f4bd2edde3c89d7fcd587]

        INTEGRATION: CWS sw008 (1.1.152); FILE MERGED 2003/03/07 11:12:59 oj 1.1.152.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [db0954a6708328728c417390b18562c9fdd09b43]

        INTEGRATION: CWS sw008 (1.9.136); FILE MERGED 2003/03/07 11:13:00 oj 1.9.136.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [371588004375ae91f94e0ef7a5630e5fc7edea9c]

        INTEGRATION: CWS sw008 (1.24.8.1.14); FILE MERGED 2003/03/07 11:13:00 oj 1.24.8.1.14.2: #97593# change BaseClass member method 2003/03/06 08:43:47 oj 1.24.8.1.14.1: #97593# new base class

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [60715974d4b39313d886cc0af8bea0531f4d6543]

        INTEGRATION: CWS sw008 (1.8.128); FILE MERGED 2003/03/07 11:13:01 oj 1.8.128.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [dd645751dae60118113e927b4f0e24d2a431307f]

        INTEGRATION: CWS sw008 (1.1.4.1.46); FILE MERGED 2003/03/07 11:13:01 oj 1.1.4.1.46.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ea22f79503c4ba38e0335958bf6349f42291d261]

        INTEGRATION: CWS sw008 (1.6.122); FILE MERGED 2003/03/07 11:13:01 oj 1.6.122.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f75086d5c4dd6d2d533bf8eea281d1acbee77a00]

        INTEGRATION: CWS sw008 (1.11.8.2.114); FILE MERGED 2003/03/07 11:13:02 oj 1.11.8.2.114.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1466ffb276829993cdf4459c67ffc164a7ac57f6]

        INTEGRATION: CWS os6 (1.5.92); FILE MERGED 2003/02/28 13:30:07 os 1.5.92.1: #103748# SttSelect/EndSelect in SelectTxtAttr corrected

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1ebcb4f258d98ecb70bb8d4bd42a7040dd6ca6a5]

        INTEGRATION: CWS sw008 (1.12.122); FILE MERGED 2003/03/07 11:13:03 oj 1.12.122.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3b7c92cd9eca4a7fd70eb2ec0645e8dd89e14005]

        INTEGRATION: CWS sw008 (1.3.146); FILE MERGED 2003/03/07 11:13:03 oj 1.3.146.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1fd62fde0451306e6070e54e481040a5a2131aab]

        INTEGRATION: CWS os6 (1.69.2.1.24); FILE MERGED 2003/03/10 10:04:37 os 1.69.2.1.24.1: #108087# correctly determine non-body search occurences

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7dadac512bb8328243aa50008bbf8ad78a9d0f5f]

        INTEGRATION: CWS sw008 (1.9.136); FILE MERGED 2003/03/07 11:13:03 oj 1.9.136.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f584fdfa1ea1de4123f36303e7b98723fe1eb8eb]

        INTEGRATION: CWS os6 (1.5.128); FILE MERGED 2003/02/24 11:08:41 tl 1.5.128.1: #107677# possible GPF fixed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [236b452b94e48f71dc5056c07802bb708be0446e]

        INTEGRATION: CWS sw008 (1.11.136); FILE MERGED 2003/03/07 11:13:04 oj 1.11.136.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [661cc991e38966695e2c9dac7eaba9f8cc326de3]

        INTEGRATION: CWS sw008 (1.7.132); FILE MERGED 2003/03/07 12:12:12 fs 1.7.132.4: #96380# renamed a member to prevent name clashes 2003/03/07 11:33:13 oj 1.7.132.3: #97593# change BaseClass member method 2003/03/07 11:13:04 oj 1.7.132.2: #97593# change BaseClass member method 2003/03/03 15:03:48 fs 1.7.132.1: #96380#: +implFlushContent / derive SwXAutoTextEntry from SfxListener to be notified if somebody else destroys our document

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e3f4de88f9fabc75d32c01bea4a1ae25b65dbfbc]

        INTEGRATION: CWS sw008 (1.14.12.3.114); FILE MERGED 2003/03/13 12:40:52 mib 1.14.12.3.114.1: #106110#: Format documents if they contain size-unadodpted OLEs after a prt change, prt handling optimized

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b5ac0e1221f61dbce368fd815c4729fcd6962867]

        INTEGRATION: CWS os6 (1.19.92); FILE MERGED 2003/03/13 12:06:20 os 1.19.92.2: RESYNC: (1.19-1.19.2.1); FILE MERGED 2003/02/28 11:32:14 os 1.19.92.1: #107890# column number edit field should not initiate any action on LoseFocus if the value hasn't changed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f2dd2c0655771e5c1ccf2841fb7b87213be6d390]

        INTEGRATION: CWS sw008 (1.2.120); FILE MERGED 2003/03/07 11:13:05 oj 1.2.120.1: #97593# change BaseClass member method

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [644d67f62046a342785545cf7929647602b57b8e]

        INTEGRATION: CWS sw008 (1.1.2); FILE ADDED 2003/03/07 11:13:02 oj 1.1.2.2: #97593# change BaseClass member method 2003/03/03 14:51:02 oj 1.1.2.1: #97593# define new base class which allows access to the cursor and doc

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e650b14f2a8c0aa362db338b67cae42cd1123539]

        INTEGRATION: CWS os6 (1.24.2.2.2.3.2.9.4.9.92); FILE MERGED 2003/03/13 12:12:07 os 1.24.2.2.2.3.2.9.4.9.92.2: RESYNC: (1.24.2.2.2.3.2.9.4.9-1.24.2.2.2.3.2.9.4.9.2.3); FILE MERGED 2003/02/24 15:01:02 os 1.24.2.2.2.3.2.9.4.9.92.1: #107483# German strings changed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f34377b4791328cddf142248ff76a27c54d8033b]

        INTEGRATION: CWS os6 (1.7.92); FILE MERGED 2003/03/17 08:04:13 os 1.7.92.2: #93360# 'const' added 2003/02/27 10:27:12 gt 1.7.92.1: #93360# copy CTL and CJK functionallity from FontPrevWin_Impl to SwDropCapsPict

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7ff637bcfc0fb0e866c1b4614d59950abab6799a]

        INTEGRATION: CWS os6 (1.18.100); FILE MERGED 2003/03/06 13:23:36 os 1.18.100.1: #i11956# SfxBindings should (and can) only be updated if the current view has the correct type (and is available)

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ada7ab8c245b7158ade6be846779b909b198d33a]

        INTEGRATION: CWS os6 (1.13.10.1.22); FILE MERGED 2003/03/13 12:16:32 os 1.13.10.1.22.2: RESYNC: (1.13.10.1-1.13.10.2); FILE MERGED 2003/03/07 09:10:48 os 1.13.10.1.22.1: #i7059# frame attributes have to be set outside of the 'sender' block

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [92fa917cc0c0267f2f5d116a9fee36eca80c5098]

        INTEGRATION: CWS os6 (1.79.2.1.56); FILE MERGED 2003/03/13 12:16:26 os 1.79.2.1.56.2: RESYNC: (1.79.2.1-1.79.2.4); FILE MERGED 2003/02/25 09:54:47 os 1.79.2.1.56.1: #106663# Korean ImageList added

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4b9817003854b76d0c7cca8d5e46db32e09a7f34]

        INTEGRATION: CWS sw008 (1.15.88); FILE MERGED 2003/03/25 12:17:16 oj 1.15.88.2: #107903# wrong event fired 2003/03/19 10:49:16 oj 1.15.88.1: missed one line

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ec626ed7bd780ea108443b860a7ca329eeaee072]

        INTEGRATION: CWS os6 (1.4.114); FILE MERGED 2003/03/07 16:00:25 os 1.4.114.1: #107266# DateTime handling corrected

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [37ff0441958e4cf6251be1549bbf2537b533a536]

        INTEGRATION: CWS os6 (1.31.2.2.30); FILE MERGED 2003/03/14 16:22:41 sab 1.31.2.2.30.1: #107459#; implement new SortDescriptor

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [0282add69c13d40adfa5feb1688165c871be4d75]

        INTEGRATION: CWS os6 (1.64.4.3.6.5.92); FILE MERGED 2003/03/13 12:21:38 os 1.64.4.3.6.5.92.2: RESYNC: (1.64.4.3.6.5-1.64.4.3.6.5.2.4); FILE MERGED 2003/02/20 08:10:49 tl 1.64.4.3.6.5.92.1: #107460# setPropertyValue for AnchorType fixed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [2f5d32bad8964b6c1c83a21a53a2e8ef9d7df7e1]

        INTEGRATION: CWS sw008 (1.127.2.5.14); FILE MERGED 2003/03/05 16:34:57 fs 1.127.2.5.14.1: removed BEFOREWAIT/AFTERWAIT: not necessary anymore, according to MBA, and causing deadlocks during #107854#

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ab074971d9e8bd3f640a789014f577eea0990ffc]

        INTEGRATION: CWS os6 (1.69.92); FILE MERGED 2003/03/13 12:21:32 os 1.69.92.2: RESYNC: (1.69-1.69.2.1); FILE MERGED 2003/03/07 16:00:02 os 1.69.92.1: #107266# DateTime handling corrected

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [95faf44a37e9317d4ac805a38fdc3183cc48b19f]

        INTEGRATION: CWS sw008 (1.65.2.2.12); FILE MERGED 2003/03/05 16:16:01 fs 1.65.2.2.12.1: #107854# moveToBookmark: no assertion in case the movement fails

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [fd3fce40d42f1b37fbede0fe92f36d264ef05ab5]

        INTEGRATION: CWS os6 (1.7.92); FILE MERGED 2003/03/07 15:59:25 os 1.7.92.1: #107266# DateTime handling corrected

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d8b60a377041a6b699dc6b3fc6f67233fdb8ccee]

        INTEGRATION: CWS os6 (1.28.92); FILE MERGED 2003/03/07 15:59:25 os 1.28.92.1: #107266# DateTime handling corrected

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3501864c251bf3a9f819df7460245a7946ce8097]

        INTEGRATION: CWS os6 (1.15.2.1.40); FILE MERGED 2003/03/06 13:37:20 os 1.15.2.1.40.1: #i10909# numbering level has to be limited to MAXLEVEL - 1

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ec0fc6b052c32167860b6fac5d75961a42aeac43]

        INTEGRATION: CWS sw008 (1.41.10.1.6); FILE MERGED 2003/03/05 16:10:33 fs 1.41.10.1.6.1: removed BEFOREWAIT/AFTERWAIT: not necessary anymore, according to MBA, and causing deadlocks during #107854#

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8b05dda7813c39c51214c88c501dec489dfc3480]

        INTEGRATION: CWS os6 (1.12.4.1.36); FILE MERGED 2003/03/13 12:29:02 os 1.12.4.1.36.2: RESYNC: (1.12.4.1-1.12.4.3); FILE MERGED 2003/03/07 15:59:12 os 1.12.4.1.36.1: #107266# DateTime handling corrected

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7051d871df53bc748963dc880b1f26d1073e55d7]

        INTEGRATION: CWS sw008 (1.21.32); FILE MERGED 2003/03/05 16:10:22 fs 1.21.32.1: removed BEFOREWAIT/AFTERWAIT: not necessary anymore, according to MBA, and causing deadlocks during #107854#

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [669fb9da00585ba22d8333f92a34914995d41c1f]

        INTEGRATION: CWS os6 (1.5.96); FILE MERGED 2003/03/06 14:45:58 os 1.5.96.2: #107935# assigment operator corrected 2003/02/26 11:09:01 os 1.5.96.1: #107675# handle min. word length correctly

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e21cb58a7fc47331197808ebf7126517ddc5fe82]

        INTEGRATION: CWS os6 (1.20.2.1.12); FILE MERGED 2003/03/13 12:29:49 os 1.20.2.1.12.2: RESYNC: (1.20.2.1-1.20.2.2); FILE MERGED 2003/03/07 09:50:54 tl 1.20.2.1.12.1: #108050# calculation of power for bracketet expressions fixed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8e3a25867434a46d553a51b309268014a51afafa]

        INTEGRATION: CWS os6 (1.2.112); FILE MERGED 2003/03/11 13:22:41 sab 1.2.112.2: #107266# DateTime handling corrected 2003/03/07 15:58:52 os 1.2.112.1: #107266# DateTime handling corrected

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [29f8d92dc2d983f8798e67a1e280000dcac808ca]

        INTEGRATION: CWS os6 (1.8.42); FILE MERGED 2003/02/27 09:41:19 tl 1.8.42.1: #i11856# replace non-breakable spaces in query text by spaces

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c9371576024082c581c242da1923de289e0f02aa]

        INTEGRATION: CWS os6 (1.9.38); FILE MERGED 2003/02/20 13:55:20 tl 1.9.38.1: #107609# d.lst for *.xml files fixed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b1b05192baf9ed7e8dcd80211a2e7f6122fa3a1d]

        INTEGRATION: CWS os6 (1.15.56); FILE MERGED 2003/03/06 12:26:40 tl 1.15.56.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f441a48b37c413595802b99b960f7a2adb821d10]

        INTEGRATION: CWS os6 (1.5.58); FILE MERGED 2003/03/06 12:27:13 tl 1.5.58.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3b5b62d6038392a65cdf348c419abef842d1e9e7]

        INTEGRATION: CWS os6 (1.2.58); FILE MERGED 2003/03/06 12:28:51 tl 1.2.58.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [82ccc46cac9fe69a80957ccec47c182a06b01c8d]

        INTEGRATION: CWS os6 (1.4.58); FILE MERGED 2003/03/06 12:25:42 tl 1.4.58.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [706f20742136d45f0abdecfa7a9db110a37b277d]

        INTEGRATION: CWS os6 (1.5.58); FILE MERGED 2003/03/06 12:25:04 tl 1.5.58.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [5274b96c7c04faba8fba192dd9d685960064cc1f]

        INTEGRATION: CWS os6 (1.1.2); FILE ADDED 2003/03/06 12:22:19 tl 1.1.2.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [18f2ed2ef14714bd3a348fd47e497983da77fff4]

        INTEGRATION: CWS os6 (1.11.58); FILE MERGED 2003/03/06 12:24:15 tl 1.11.58.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [71c8201dcdd4aac9d96a254e1d49153d4f9141e8]

        INTEGRATION: CWS os6 (1.31.2.1.14); FILE MERGED 2003/03/13 13:18:55 os 1.31.2.1.14.2: RESYNC: (1.31.2.1-1.31.2.2); FILE MERGED 2003/03/06 12:35:20 tl 1.31.2.1.14.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4a6429ca9d6e424ca55d042915e1f19373ad26b5]

        INTEGRATION: CWS os6 (1.2.58); FILE MERGED 2003/03/06 12:37:59 tl 1.2.58.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ff16e121148153fc826fdaace0bb254c8ef3a777]

        INTEGRATION: CWS os6 (1.1.2); FILE ADDED 2003/03/06 12:34:47 tl 1.1.2.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8c33eb226288db42fbdff92fca16188c2f4b09e7]

        INTEGRATION: CWS os6 (1.3.46.1.16); FILE MERGED 2003/03/06 12:37:19 tl 1.3.46.1.16.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [395a92f6b17bfdd2190c9d9caad018f3c50f71d8]

        INTEGRATION: CWS os6 (1.6.54); FILE MERGED 2003/03/06 12:33:01 tl 1.6.54.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e46c53db3520a688f154952c594fbb1c63cb500a]

        INTEGRATION: CWS os6 (1.1.2); FILE ADDED 2003/03/06 12:31:01 tl 1.1.2.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [5d27662592872132efb0b2edcd695c84a9202dec]

        INTEGRATION: CWS os6 (1.1.2); FILE ADDED 2003/03/06 12:30:36 tl 1.1.2.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ab03edf01e03bc690a313f8ea9d145748aae7fee]

        INTEGRATION: CWS os6 (1.1.2); FILE ADDED 2003/03/06 12:31:36 tl 1.1.2.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ab38ccb95bdfd079051172cabdd7c1e13ffb33e9]

        INTEGRATION: CWS os6 (1.5.58); FILE MERGED 2003/03/13 13:19:01 os 1.5.58.2: RESYNC: (1.5-1.5.6.1); FILE MERGED 2003/03/06 12:32:27 tl 1.5.58.1: #107459# new sort descriptorsfor Calc and Writer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4cc36ab5083b4820d25108ce11fea2df68052eb3]

        INTEGRATION: CWS os6 (1.10.2.1.16); FILE MERGED 2003/03/13 10:01:44 sab 1.10.2.1.16.1: #107459#, add new SheetSortDescriptor which use the new TableSortDescriptor

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c13ed42ab42d62528a4c3c3453e6b02a2b20118b]

        INTEGRATION: CWS os6 (1.6.56); FILE MERGED 2003/03/14 16:10:27 sab 1.6.56.1: #107459#; use new service

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e752a276abb0be7fda3aee2d22f7ecf8ba9d7bdb]

        INTEGRATION: CWS os6 (1.1.2); FILE ADDED 2003/03/14 16:10:08 sab 1.1.2.2: #107459#; new service 2003/03/13 10:01:44 sab 1.1.2.1: #107459#, add new SheetSortDescriptor which use the new TableSortDescriptor

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ebcbd0257afcc769fa0aa2d1de7bb70d28db9cb2]

        INTEGRATION: CWS os6 (1.6.6.1.26); FILE MERGED 2003/03/14 16:09:50 sab 1.6.6.1.26.1: #107459#; is now deprecated

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [11c41bc33fdaa3eb517abca71744bb4710620890]

        INTEGRATION: CWS os6 (1.8.6.5.4.2.22); FILE MERGED 2003/02/28 11:40:16 pb 1.8.6.5.4.2.22.1: fix: #107701# don't add an help url to history

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [48f7ec8213093bd94c8e6c9d3d58af3ff6ab1a84]

        INTEGRATION: CWS os6 (1.45.2.1.64); FILE MERGED 2003/02/28 11:32:25 pb 1.45.2.1.64.1: fix: #107880# ModifyHdl() for SearchEdit added

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ade7239564944d6490b940236b7221c1a403b903]

        INTEGRATION: CWS os6 (1.86.2.1.56); FILE MERGED 2003/03/13 11:47:16 os 1.86.2.1.56.3: RESYNC: (1.86.2.1-1.86.2.2); FILE MERGED 2003/02/28 11:33:36 pb 1.86.2.1.56.2: fix: #107880# Find isn't available, if SearchEdit is empty 2003/02/24 14:26:50 oj 1.86.2.1.56.1: #107647# check if nPos is -1

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [02a90a35661ff2e483f1bdbab6f0f46ce4433211]

        INTEGRATION: CWS os6 (1.16.4.2.24); FILE MERGED 2003/03/14 16:17:32 sab 1.16.4.2.24.1: #107459#; implement new SortDescriptor

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [89214c9b63c9752900460b5f5e1d1d58d6785fd3]

        INTEGRATION: CWS os6 (1.48.2.2.24); FILE MERGED 2003/03/14 16:16:43 sab 1.48.2.2.24.1: #107459#; add new property for new SortDescriptor

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [37f376913b3bbca37a4b1bb968bf6ade1b5f519c]

        INTEGRATION: CWS os6 (1.25.4.1.36); FILE MERGED 2003/03/06 13:23:09 os 1.25.4.1.36.1: #i11956# SfxBindings should (and can) only be updated if the current view has the correct type (and is available)

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [2a8b612ca69d8ddef087ce39dc6610c20231ad8f]

        INTEGRATION: CWS os6 (1.34.100); FILE MERGED 2003/03/13 13:04:30 os 1.34.100.2: RESYNC: (1.34-1.34.2.1); FILE MERGED 2003/02/26 11:52:48 os 1.34.100.1: #107566# repaint on continuous numbering changes corrected

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [afd103e64b04ce48c4f6a6957ab7084da0e7592f]

        INTEGRATION: CWS os6 (1.22.104); FILE MERGED 2003/03/13 13:01:48 os 1.22.104.2: RESYNC: (1.22-1.22.6.1); FILE MERGED 2003/03/12 14:14:44 gt 1.22.104.1: #i9740# SvxHyperlinkNewDocTp::ClickNewHdl_Impl(): preserve file name only if it's not a folder name

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [2266268c07406a2f4d062b3d67d9c73e74d184d0]

        INTEGRATION: CWS os6 (1.12.10.2.48); FILE MERGED 2003/03/19 13:45:09 os 1.12.10.2.48.2: #i11956# duplicate delete removed 2003/02/27 10:53:37 gt 1.12.10.2.48.1: #93360# potentially memory leak in FontPrevWin_Impl when printer was created

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6bd67753eec2a128251385d97bf0bc3ce4c96bd2]

        #100000# merge conflilcts

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [346f3bff5968a37ea59af8bb8363f19e26c27e59]

        INTEGRATION: CWS os6 (1.1.138); FILE MERGED 2003/03/13 13:34:28 os 1.1.138.2: RESYNC: (1.1-1.1.42.1); FILE MERGED 2003/02/27 09:35:41 tl 1.1.138.1: #i11856# define for non-breakable space added

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b7f33754cb6c9e8922ab52a9587bb115181b1191]

        INTEGRATION: CWS os6 (1.20.36); FILE MERGED 2003/03/03 12:16:44 tl 1.20.36.1: #107879# new[]/delete mismatches fixed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c9026893f90449d75e8b5d064585660271ecffec]

        INTEGRATION: CWS dba03 (1.29.2.1.10); FILE MERGED 2003/03/18 08:12:00 oj 1.29.2.1.10.1: #107059# generate error message when types are not compatible

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [32585b39749365c25917718db15bf057321a307c]

        INTEGRATION: CWS dba03 (1.10.8.1.10); FILE MERGED 2003/03/18 08:22:56 oj 1.10.8.1.10.1: #107059# generate error message when types are not compatible

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [dd370a84b70dd0f18a74f6bc559b6fcd68d09fb0]

        INTEGRATION: CWS dba03 (1.19.2.1.10); FILE MERGED 2003/03/18 08:19:48 oj 1.19.2.1.10.1: #107059# generate error message when types are not compatible

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ba59f896e21f41157f9fcc6a00f5231d62d551a4]

        INTEGRATION: CWS dba03 (1.13.2.3.8); FILE MERGED 2003/03/19 15:19:06 fs 1.13.2.3.8.2: #98020# adjusted the size of the dialog to the new texts 2003/03/18 09:24:38 oj 1.13.2.3.8.1: #98020# change string

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [23286537fd9c1bf0a97a7ef7aaf1f3aae804827f]

        INTEGRATION: CWS sb3 (1.9.6.3.14); FILE MERGED 2003/03/10 10:13:09 cmc 1.9.6.3.14.1: #107718# use new single unified windows codepage to textencoding function rather than handrolled one

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f95901cf82a8f8fd632ca1bfd87b739ba1d08ee7]

        INTEGRATION: CWS sb3 (1.18.10.2.22); FILE MERGED 2003/03/03 15:55:04 sb 1.18.10.2.22.1: #107718# Converting between Windows code pages and rtl_TextEncoding.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [0cd3acf1a4e3090fdc1346f928d748a49e47bbe3]

        INTEGRATION: CWS dba03 (1.12.118); FILE MERGED 2003/03/06 08:01:51 pb 1.12.118.1: fix: #107720# readonly support added

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b7b16ffa496b34a69b7e810efaeb2e558fcfb96b]

        INTEGRATION: CWS sb3 (1.15.72); FILE MERGED 2003/03/03 15:52:57 sb 1.15.72.1: #107718# Moved code to convert between Windows code pages and rtl_TextEncoding to rtl/tencinfo.h.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [45ff7f1de5e880514cf73ca0414ad208edfe2726]

        INTEGRATION: CWS sb3 (1.7.52); FILE MERGED 2003/03/03 15:52:57 sb 1.7.52.1: #107718# Moved code to convert between Windows code pages and rtl_TextEncoding to rtl/tencinfo.h.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [df81d57d94069b74fbd7f8534957510a9f4f02bf]

        INTEGRATION: CWS sb3 (1.8.46); FILE MERGED 2003/03/03 15:55:03 sb 1.8.46.1: #107718# Converting between Windows code pages and rtl_TextEncoding.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [70cc74ceb62e78df7ac41638b173a86edd3de89f]

        INTEGRATION: CWS dba03 (1.1.78); FILE MERGED 2003/02/28 13:41:29 oj 1.1.78.1: #107842# remember type info

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7d142a994ff3dd4493057f2eb4d803514ef5197a]

        INTEGRATION: CWS dba03 (1.5.70); FILE MERGED 2003/03/14 12:21:35 fs 1.5.70.2: RESYNC: (1.5-1.5.28.1); FILE MERGED 2003/02/28 13:41:28 oj 1.5.70.1: #107842# remember type info

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f3426f57a4956e61321d148945db561f35340f2a]

        INTEGRATION: CWS dba03 (1.9.62); FILE MERGED 2003/03/14 12:23:16 fs 1.9.62.2: RESYNC: (1.9-1.9.22.1); FILE MERGED 2003/02/28 13:41:28 oj 1.9.62.1: #107842# remember type info

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [065fd847d497a90e9ce24b1d6df8ae11ba648e71]

        INTEGRATION: CWS sb3 (1.20.118); FILE MERGED 2003/03/03 16:05:37 sb 1.20.118.1: #107718# Use new rtl/tencinfo.h functionality to convert between Windows code pages and rtl_TextEncoding.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [2d49f0241f0440f7ea3ee4e5eca71d4179dd0696]

        INTEGRATION: CWS sb3 (1.4.76); FILE MERGED 2003/03/05 16:57:45 sb 1.4.76.1: #107718# Use new rtl_getTextEncodingFromWindowsCodePage.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [77a1a3ac97af7bbb9725107637d2346332ca9f3f]

        INTEGRATION: CWS sb3 (1.4.124); FILE MERGED 2003/03/10 10:04:59 cmc 1.4.124.1: #102231# use charset member of vba header

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9f3c305728ecf525f8f1b143040e6cf5a4797455]

        INTEGRATION: CWS sb3 (1.7.2.1.78); FILE MERGED 2003/03/10 10:04:59 cmc 1.7.2.1.78.1: #102231# use charset member of vba header

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b876d6cc47394b0032dde5a3b7290695d9a40102]

        INTEGRATION: CWS sb3 (1.37.2.3.14); FILE MERGED 2003/03/03 16:08:15 sb 1.37.2.3.14.1: #107718# Use new rtl/tencinfo.h functionality to convert between Windows code pages and rtl_TextEncoding.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d090b7770b97849f89461ca36995bc33b57c39ff]

        INTEGRATION: CWS sb3 (1.3.86); FILE MERGED 2003/03/03 16:08:14 sb 1.3.86.1: #107718# Use new rtl/tencinfo.h functionality to convert between Windows code pages and rtl_TextEncoding.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1f47db36c3feb3ad92449bb300cf6646a2e597fc]

        INTEGRATION: CWS dba03 (1.5.24.1.20); FILE MERGED 2003/02/26 09:35:26 fs 1.5.24.1.20.1: #107691# assertion corrected

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [49ec51df58256033be8a40df5be7228546a26507]

        INTEGRATION: CWS dba03 (1.1.4.1.8); FILE MERGED 2003/03/03 07:51:14 oj 1.1.4.1.8.1: #107866# fill converted value before comparing

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e3310d340c2e3f3a437cc8bf88ed569f10c769f0]

        INTEGRATION: CWS dba03 (1.17.40); FILE MERGED 2003/03/18 09:17:05 oj 1.17.40.1: #107845# check if copyp is allowed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [25f2f094d80ac61ac69468132cc75c4bcbbee76d]

        INTEGRATION: CWS dba03 (1.45.4.2.12); FILE MERGED 2003/03/18 09:16:27 oj 1.45.4.2.12.1: #107845# check if copyp is allowed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [71e61eac74819addf190a0fd8cb436cb62e9bb02]

        INTEGRATION: CWS dba03 (1.56.4.3.12); FILE MERGED 2003/03/18 09:15:21 oj 1.56.4.3.12.1: #107845# check if copyp is allowed

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c585d00995337a2bf72dc42dac8e5264c6d668ba]

        INTEGRATION: CWS dba03 (1.52.2.4.8); FILE MERGED 2003/03/18 08:10:08 oj 1.52.2.4.8.1: #107059# generate error message when types are not compatible

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [444f105c20159fc4b8cc8b56d1ca6c20197f1551]

        INTEGRATION: CWS dba03 (1.10.8.1.12); FILE MERGED 2003/03/18 08:21:58 oj 1.10.8.1.12.1: #107059# generate error message when types are not compatible

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e0ea232096349461089665a8433778f795cc9348]

        INTEGRATION: CWS dba03 (1.2.38); FILE MERGED 2003/03/18 08:07:27 oj 1.2.38.1: #107059# generate error message when types are not compatible

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [80b8c775f14953c77c1d900f50fd951d03950af8]

        INTEGRATION: CWS dba03 (1.21.44); FILE MERGED 2003/03/18 09:29:33 oj 1.21.44.1: #i11804# remember column position and set again

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e734f69227a2f5dcb53cf0224140652670f6b2fb]

        INTEGRATION: CWS dba03 (1.14.2.1.10); FILE MERGED 2003/03/18 08:31:00 oj 1.14.2.1.10.1: #107059# generate error message when types are not compatible

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c417a234be3f35339fb6df9128c415264b87e03f]

        INTEGRATION: CWS dba03 (1.21.46); FILE MERGED 2003/03/18 08:56:53 oj 1.21.46.1: #107728# one new file

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6685eec4aa89745919bababe621efb7b56d0f3ac]

        INTEGRATION: CWS dba03 (1.31.2.3.4); FILE MERGED 2003/03/18 09:03:48 oj 1.31.2.3.4.1: #107728# use own interactionhandler

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [5c560423b48d3ad72d425a59948b35bdb1cc8e38]

        INTEGRATION: CWS dba03 (1.1.2); FILE ADDED 2003/02/26 11:42:04 oj 1.1.2.1: #107728# own interactionhandler impl

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7080b86da52f5d57a7dc73e5d3450b4fd3a26a86]

        INTEGRATION: CWS dba03 (1.1.2); FILE ADDED 2003/02/26 11:41:44 oj 1.1.2.1: #107728# own interactionhandler impl

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [12ca2baa396afcf1130a2c78984dacacd1dc0496]

        INTEGRATION: CWS dba03 (1.22.2.2.6); FILE MERGED 2003/03/03 08:04:46 oj 1.22.2.2.6.1: #107868# save value of driver class before set default value

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3a813c881d888560cdfa9b8ce77023fcb80399f2]

        INTEGRATION: CWS dba03 (1.43.6.3.2.3.2); FILE MERGED 2003/03/21 09:12:49 oj 1.43.6.3.2.3.2.1: #96296# change back to capital letter

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [146718313728897174050714e4014d80824b5608]

        INTEGRATION: CWS dba03 (1.72.38); FILE MERGED 2003/03/18 09:27:38 oj 1.72.38.1: #i11804# remember column position and set again

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d04083670446d6dce85695c9c87ac59bc87d8afa]

        INTEGRATION: CWS dba03 (1.62.2.1.8); FILE MERGED 2003/03/19 10:35:58 fs 1.62.2.1.8.2: re-committed the fix for '#107681# rowcount was not correctly set', as it was lost on this branch due to CWS problems 2003/03/18 09:11:46 oj 1.62.2.1.8.1: #107654# check if current is already valid

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4c50144cfe536bbace5d91357a6b996c25a65f0b]

        INTEGRATION: CWS dba03 (1.14.12.1.12); FILE MERGED 2003/02/28 12:40:46 af 1.14.12.1.12.1: #107801# Switched the meaning of KEY_UP/KEY_DOWN in GallerPreview::KeyInput().

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [86fe5143b8c995b6f4c83799a0a0588e9b6e71ca]

        INTEGRATION: CWS dba03 (1.32.2.3.12); FILE MERGED 2003/02/26 10:08:41 oj 1.32.2.3.12.1: #107743# use getColumn instead of cast

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [bb9671a30a28a216d5a8def0ed34a448e0623974]

        INTEGRATION: CWS dba03 (1.20.118); FILE MERGED 2003/03/13 07:55:46 pb 1.20.118.1: fix: #i2471# margin checks added

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e9f275822e605f2a8561b9979ee3f1afd36f91a5]

        INTEGRATION: CWS dba03 (1.16.2.1.12); FILE MERGED 2003/03/05 14:00:05 thb 1.16.2.1.12.1: #107948# Implemented proxy edit source for shapes with empty text

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [891f5bcd4ef66f4c2d4269aded078c2190c09f5f]

        INTEGRATION: CWS dba03 (1.38.2.2.12); FILE MERGED 2003/03/05 14:00:04 thb 1.38.2.2.12.1: #107948# Implemented proxy edit source for shapes with empty text

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8c0de78b25d8e8d2f867fff38b10bda38531cd9e]

        INTEGRATION: CWS dba03 (1.13.2.4.60); FILE MERGED 2003/03/14 10:25:47 thb 1.13.2.4.60.1: #108212# Ensuring dispose state before notifying exactly that

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8ad95a13d00f53dad907153ea6c0224dcf692138]

        INTEGRATION: CWS dba03 (1.1.2); FILE ADDED 2003/03/06 11:18:08 thb 1.1.2.2: #107948# Switching to live edit source also when user starts entering text 2003/03/05 14:00:03 thb 1.1.2.1: #107948# Implemented proxy edit source for shapes with empty text

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a1cc843dedc240024c52ab6d32f9c4cf16ea043b]

        INTEGRATION: CWS dba03 (1.1.2); FILE ADDED 2003/03/06 11:18:08 thb 1.1.2.2: #107948# Switching to live edit source also when user starts entering text 2003/03/05 14:00:00 thb 1.1.2.1: #107948# Implemented proxy edit source for shapes with empty text

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [820e1fb6fbec8c91803c9c8829ca5a911af13fd5]

        INTEGRATION: CWS dba03 (1.32.2.5.12); FILE MERGED 2003/03/14 10:25:47 thb 1.32.2.5.12.2: #108212# Ensuring dispose state before notifying exactly that 2003/03/05 13:59:59 thb 1.32.2.5.12.1: #107948# Implemented proxy edit source for shapes with empty text

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ada3ba7846ebf7e60328be526bbf3bfadbef4e99]

        INTEGRATION: CWS dba03 (1.7.122); FILE MERGED 2003/03/20 09:20:10 fs 1.7.122.1: #107897# +UID_ABSOLUTE_RECORD_WINDOW

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [cdd22b7c904ce01a613709bed4a50e829187258b]

        INTEGRATION: CWS dba03 (1.2.84); FILE MERGED 2003/03/05 10:43:28 af 1.2.84.1: #107817# Added method for adapting size of text shape flyer to CTL state.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b2627f24c01d414296aeb77919a017302108830f]

        INTEGRATION: CWS dba03 (1.11.82); FILE MERGED 2003/03/05 10:40:42 af 1.11.82.1: #107817# I changed the way how the size of the text toolbox is calculated. Not yet entirely clean, though.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6384617649bdc931b310855d817ff7fd649e3f52]

        INTEGRATION: CWS cfg01 (1.1.24); FILE MERGED 2003/03/25 10:01:58 ssmith 1.1.24.1: #108158# performance improvement for maybeGetAttribute function

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [de8510956fcf2945b7166dd00cbf4dc98d2b0678]

        INTEGRATION: CWS cfg01 (1.5.16); FILE MERGED 2003/04/01 10:44:59 ssmith 1.5.16.2: #108158# corrected maybeGetAttribute functionality 2003/03/25 10:01:58 ssmith 1.5.16.1: #108158# performance improvement for maybeGetAttribute function

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [cf72531d8fda4a2db098137b62bfb74806c1a4c3]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/03/13 15:22:07 jb 1.2.24.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7dd76d54beb9aac587b8e7d60ca0f54bb1459b52]

        INTEGRATION: CWS cfg01 (1.4.24); FILE MERGED 2003/03/13 15:22:08 jb 1.4.24.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6d8aeab5ece8ae50eac181810dc0aab731c39135]

        INTEGRATION: CWS cfg01 (1.1.24); FILE MERGED 2003/03/13 15:22:06 jb 1.1.24.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [85f54fba1a3dbc030af7c37e4b81c8978125de74]

        INTEGRATION: CWS cfg01 (1.1.24); FILE MERGED 2003/03/13 15:22:07 jb 1.1.24.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f18716331c3269f5254525e6596eac4da2d7a0cb]

        INTEGRATION: CWS cfg01 (1.19.10.1.4); FILE MERGED 2003/03/13 15:22:08 jb 1.19.10.1.4.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [636ab60dfaa1ac30fba238a790872db633bc2694]

        INTEGRATION: CWS cfg01 (1.22.22); FILE MERGED 2003/03/13 15:22:08 jb 1.22.22.2: #108154# Use NodeAccessRef to avoid copying Accessor objects 2003/02/28 16:33:57 ssmith 1.22.22.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c027e5d704f55489fba5ce3b51abb91854122c59]

        INTEGRATION: CWS cfg01 (1.16.4.2.4); FILE MERGED 2003/03/13 15:22:09 jb 1.16.4.2.4.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c0c591c54f60f721b9589e773cb1c918cb9b14c1]

        INTEGRATION: CWS cfg01 (1.8.22); FILE MERGED 2003/03/13 15:22:09 jb 1.8.22.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a43e07d123b6dba83835b116c8936ddf76b18e9e]

        INTEGRATION: CWS cfg01 (1.17.10.1.4); FILE MERGED 2003/03/13 15:23:48 jb 1.17.10.1.4.2: #107404#,#108154# Further clean up of node::Attributes interface; Use NodeAccessRef to avoid copying Accessor objects 2003/02/17 15:58:08 ssmith 1.17.10.1.4.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d41fdbb558b0668991613f9fc405a804835da443]

        INTEGRATION: CWS cfg01 (1.1.24); FILE MERGED 2003/03/13 15:24:18 jb 1.1.24.2: #107404# Further clean up of node::Attributes interface 2003/02/17 15:58:08 ssmith 1.1.24.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [bc1a0ede4fbbec59e04749bb84069d78db267946]

        INTEGRATION: CWS cfg01 (1.18.22); FILE MERGED 2003/03/13 15:26:20 jb 1.18.22.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4bc1d1359883652ba29a49e84852c5deee237021]

        INTEGRATION: CWS cfg01 (1.11.10.1.4); FILE MERGED 2003/03/13 15:26:20 jb 1.11.10.1.4.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [54c498bf99a78d2b9d7f3d1a5076e8ff716e7c9b]

        INTEGRATION: CWS cfg01 (1.19.10.1.4); FILE MERGED 2003/03/13 15:26:19 jb 1.19.10.1.4.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3e013a1613a7f67f21ab2ab4ecd2bdbdf297638e]

        INTEGRATION: CWS cfg01 (1.7.10.1.4); FILE MERGED 2003/03/13 15:26:19 jb 1.7.10.1.4.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a9f3e02c0a8ab754c591626e1ac2f9cfc4abbec7]

        INTEGRATION: CWS cfg01 (1.14.22); FILE MERGED 2003/03/28 10:31:53 ssmith 1.14.22.1: #108347# setPropertyToDefault fix

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [003d1ccd79ddcceb8d10a6318f71998d22d4dddd]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/03/13 15:25:50 jb 1.2.24.2: #107404# Further clean up of node::Attributes interface 2003/02/17 15:58:08 ssmith 1.2.24.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f18cf3157783ab9e7c0422182b557f9caca1efad]

        INTEGRATION: CWS cfg01 (1.22.8.1.4); FILE MERGED 2003/03/13 15:25:50 jb 1.22.8.1.4.3: #107404# Further clean up of node::Attributes interface 2003/02/28 16:33:57 ssmith 1.22.8.1.4.2: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/17 15:58:07 ssmith 1.22.8.1.4.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [926b2bc28682f3e0c35e650cb30c605f1c789c10]

        INTEGRATION: CWS cfg01 (1.9.20); FILE MERGED 2003/03/13 15:25:49 jb 1.9.20.2: #107404# Further clean up of node::Attributes interface 2003/02/17 15:58:07 ssmith 1.9.20.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e6fc85c09cb9fad1fb4aa9cfa3ca354efeab3454]

        INTEGRATION: CWS cfg01 (1.12.10.1.8); FILE MERGED 2003/03/12 16:54:58 jb 1.12.10.1.8.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [616fde093905298863baf2c59a88765a2853f747]

        INTEGRATION: CWS cfg01 (1.2.10.2.4); FILE MERGED 2003/03/12 16:54:58 jb 1.2.10.2.4.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [dba251accd3dfc5ac8f8e21a22f615b27ad5fa66]

        INTEGRATION: CWS cfg01 (1.2.10.2.8); FILE MERGED 2003/03/12 16:54:57 jb 1.2.10.2.8.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1ed2fca72e408ca70cc9b70b12c35d1ff1cda13a]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/03/12 16:59:49 jb 1.2.24.2: #108154# Use NodeAccessRef to avoid copying Accessor objects; restore getAttributes as inline function 2003/02/28 16:33:38 ssmith 1.2.24.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1c4f45d77e07fff41cee4f1faece61ea200600da]

        INTEGRATION: CWS cfg01 (1.3.10.1.4); FILE MERGED 2003/03/13 15:07:38 jb 1.3.10.1.4.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3c725ccb7cf95ffb40901d80dc61c1e6cf61663c]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/02/28 16:33:37 ssmith 1.2.24.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7dcf8d8320d439114912ffca24817f7eebe4e81f]

        INTEGRATION: CWS ause02 (1.41.6.2.60); FILE MERGED 2003/03/28 17:25:33 hjs 1.41.6.2.60.2: #i7178# corrected dependencies 2003/03/28 16:55:37 hjs 1.41.6.2.60.1: #i7178# corrected dependencies

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8a7e6e498ef4b1697e9db053cd598d53a24e99c1]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/03/13 15:09:13 jb 1.2.24.3: #107404# Further clean up of node::Attributes interface 2003/02/28 16:33:37 ssmith 1.2.24.2: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/17 15:57:36 ssmith 1.2.24.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [33e64f7847ba5f7e962d9088321e8ca1bfe8e791]

        INTEGRATION: CWS cfg01 (1.17.22); FILE MERGED 2003/03/13 15:09:13 jb 1.17.22.1: #107404# Further clean up of node::Attributes interface

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9355f5467cd21facb92e4ba25dc8bbc9ebb9134e]

        INTEGRATION: CWS ause02 (1.26.24); FILE MERGED 2003/03/18 18:38:21 hjs 1.26.24.1: #107238# remove usage of static.mk

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [60157e1644a7b40a7bbf22d6230922864f40ca20]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/03/13 15:07:39 jb 1.2.24.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [2aa0929ce3eeb0cf700681a27198edef4f2edecd]

        INTEGRATION: CWS cfg01 (1.1.24); FILE MERGED 2003/03/26 15:09:55 ssmith 1.1.24.2: removing solaris compilation error 2003/03/13 15:07:39 jb 1.1.24.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9b74e0115cbbccb55a6eae2e0daa4478e8469dc4]

        INTEGRATION: CWS ause02 (1.8.2.1.4); FILE MERGED 2003/03/25 12:51:28 hjs 1.8.2.1.4.1: #107500# make sure to have CC/CXX set in subshells

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [78c41b83917e2b42927b02da79a79ca3d3f51062]

        INTEGRATION: CWS cfg01 (1.3.24); FILE MERGED 2003/03/13 15:12:19 jb 1.3.24.3: #108156#,#107404# Improve isNamed() to avoid dynamic allocation and copy of the sharable data; Further clean up of node::Attributes interface 2003/02/28 16:33:36 ssmith 1.3.24.2: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/17 15:57:35 ssmith 1.3.24.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3dcb07e67b97787976e42e2070f71e387b6d9fa4]

        INTEGRATION: CWS cfg01 (1.3.10.1.4); FILE MERGED 2003/03/13 15:09:12 jb 1.3.10.1.4.3: #107404# Further clean up of node::Attributes interface 2003/02/25 11:40:05 jb 1.3.10.1.4.2: RESYNC: (1.3.10.1-1.3.10.2); FILE MERGED 2003/02/17 15:57:35 ssmith 1.3.10.1.4.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a676776d3ba2c9d7a9ce0bdc3a497fc958c3f532]

        INTEGRATION: CWS ause02 (1.18.26.1.10); FILE MERGED 2003/03/10 18:14:25 hjs 1.18.26.1.10.1: #107238# remove static.mk

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ece017dc828d8e975fe2729160ec3bb509d2f826]

        INTEGRATION: CWS cfg01 (1.11.22); FILE MERGED 2003/02/25 11:39:58 jb 1.11.22.2: RESYNC: (1.11-1.11.10.1); FILE MERGED 2003/02/17 15:57:34 ssmith 1.11.22.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e29d8a6c0732faf3734b587e23f7b17b8ad99ff2]

        INTEGRATION: CWS ause02 (1.6.82); FILE MERGED 2003/03/10 18:14:24 hjs 1.6.82.1: #107238# remove static.mk

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b3154204351588b21ccdd0ad76bc17718c7d8f7b]

        INTEGRATION: CWS ause02 (1.5.14.1.16); FILE MERGED 2003/03/10 18:14:24 hjs 1.5.14.1.16.1: #107238# remove static.mk

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [707adab1cebdcc88051dcb8ffcc94d6be1a82124]

        INTEGRATION: CWS cfg01 (1.31.10.1.4); FILE MERGED 2003/03/13 15:09:12 jb 1.31.10.1.4.4: #107404# Further clean up of node::Attributes interface 2003/02/28 16:33:35 ssmith 1.31.10.1.4.3: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/25 11:39:51 jb 1.31.10.1.4.2: RESYNC: (1.31.10.1-1.31.10.2); FILE MERGED 2003/02/17 15:57:34 ssmith 1.31.10.1.4.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a339923fcdf9802bc2158c075ff4c0b4f3b42d28]

        INTEGRATION: CWS ause02 (1.10.12.2.4.2.16); FILE MERGED 2003/03/26 15:40:38 hjs 1.10.12.2.4.2.16.2: #107238# fixed APPnSTDLIBS 2003/03/10 18:14:23 hjs 1.10.12.2.4.2.16.1: #107238# remove static.mk

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3e4ee0514638bfe42d6949e1b2f4f25dbd41874c]

        INTEGRATION: CWS cfg01 (1.3.24); FILE MERGED 2003/03/13 15:05:41 jb 1.3.24.3: #107404#,#108154# Further clean up of node::Attributes interface; Use NodeAccessRef to avoid copying Accessor objects 2003/02/28 16:33:35 ssmith 1.3.24.2: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/17 15:57:33 ssmith 1.3.24.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6feb115261c073c177332a0cb3fa2ba4130a65c8]

        INTEGRATION: CWS ause02 (1.7.12.1.10); FILE MERGED 2003/03/24 10:26:34 hjs 1.7.12.1.10.2: RESYNC: (1.7.12.1-1.7.12.2); FILE MERGED 2003/03/17 18:54:41 hjs 1.7.12.1.10.1: #107500# export compiler to native makefiles

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [71f9d7639c5216f02447fe977e3454f8b54feaa6]

        INTEGRATION: CWS cfg01 (1.1.4.1.4); FILE MERGED 2003/03/12 16:35:49 jb 1.1.4.1.4.2: #107520# Restore interface of prowiderwrapper::create(); do prefix stripping generically (and more efficiently) 2003/03/06 10:09:23 ssmith 1.1.4.1.4.1: #107520# locale fix

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d592b68c2a522c0cfed6a784a92b4b61d7fb5359]

        INTEGRATION: CWS cfg01 (1.25.4.3.4); FILE MERGED 2003/03/12 16:36:07 jb 1.25.4.3.4.2: #107520# Undo misguided changes: Restore interface of prowiderwrapper::create; move #define NAME(...) out of header. 2003/03/06 10:09:23 ssmith 1.25.4.3.4.1: #107520# locale fix

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c779bf54a7422d598be9fedf4cb57548b86c1b4b]

        INTEGRATION: CWS ause02 (1.5.10.1.8); FILE MERGED 2003/03/24 10:27:09 hjs 1.5.10.1.8.2: RESYNC: (1.5.10.1-1.5.10.3); FILE MERGED 2003/03/18 16:25:32 hjs 1.5.10.1.8.1: #107755# move my4ver; /E only if 4nt version supports it

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [032187b3ed5ddb6f5de67285d49f3767601c6eec]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/03/13 15:28:15 jb 1.2.24.2: #108154# Use NodeAccessRef to avoid copying Accessor objects 2003/02/28 16:33:18 ssmith 1.2.24.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [bd3f718670dc41c68fd811b2f3568cf68efcdd4f]

        INTEGRATION: CWS ause02 (1.3.10.2.12); FILE MERGED 2003/03/17 15:28:01 hjs 1.3.10.2.12.1: #107558# removed obsolete/faulty entries in INCLUDEDIRS

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [509dad3bbb966e795fbf143654b4af19423d5312]

        INTEGRATION: CWS cfg01 (1.23.10.1.4); FILE MERGED 2003/03/13 15:31:20 jb 1.23.10.1.4.4: #107404# Reflect changes of node::Attributes 2003/02/28 16:33:17 ssmith 1.23.10.1.4.3: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/25 11:45:17 jb 1.23.10.1.4.2: RESYNC: (1.23.10.1-1.23.10.2); FILE MERGED 2003/02/17 15:57:01 ssmith 1.23.10.1.4.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8fe2e2ca033e9cdc3dab966adc0640a1e03e776f]

        INTEGRATION: CWS ause02 (1.45.2.3.12); FILE MERGED 2003/03/19 14:49:19 hjs 1.45.2.3.12.1: #108317# chng. compiler switches for wall=true

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [99710a9708b54bfe510b5b3eb1a237463313a907]

        INTEGRATION: CWS cfg01 (1.3.22); FILE MERGED 2003/03/13 15:33:07 jb 1.3.22.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [21f87de83f62707ccd8589a7552489360bc1b9aa]

        INTEGRATION: CWS ause02 (1.12.12.4.14); FILE MERGED 2003/03/19 14:49:19 hjs 1.12.12.4.14.1: #108317# chng. compiler switches for wall=true

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8f8fa6105d50aa422463120b5360cded2dd962d5]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/02/28 16:33:17 ssmith 1.2.24.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7633531f509e2c045ea9c82519f516a6d6237d8a]

        INTEGRATION: CWS ause02 (1.19.56); FILE MERGED 2003/03/26 12:26:12 hjs 1.19.56.1: #i12061# cleanup

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [0756b1a1fdf94f00c6011003a851d1dc239abc7b]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/02/28 16:33:16 ssmith 1.2.24.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f48f577160c9e712eaefc32d4ea37de58d3477eb]

        INTEGRATION: CWS ause02 (1.42.56); FILE MERGED 2003/03/18 16:23:07 hjs 1.42.56.1: #107755# move my4ver

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [08443199eec135a2c0baf107d3c5963d15bbddec]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/03/13 15:33:07 jb 1.2.24.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [92887fd3237e65d5c6fdf8272874e4f9b3f07c9a]

        INTEGRATION: CWS ause02 (1.131.2.4.12); FILE MERGED 2003/03/31 14:12:47 hjs 1.131.2.4.12.4: #106428# cleanup gnucp call 2003/03/24 10:27:02 hjs 1.131.2.4.12.3: RESYNC: (1.131.2.4-1.131.2.5); FILE MERGED 2003/03/18 16:20:06 hjs 1.131.2.4.12.2: #108293# don't generate if CCNUMVER is not set 2003/03/11 18:37:21 hjs 1.131.2.4.12.1: #106882# generate temp file and move it to destination

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [dd4c7a14f14081d0c6dcf951cf423f5eaa42d357]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/03/13 15:28:15 jb 1.2.24.2: #108154# Use NodeAccessRef to avoid copying Accessor objects 2003/02/28 16:33:16 ssmith 1.2.24.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6e29a80df83c2ce48b7701e1ea5408258c9dc26b]

        INTEGRATION: CWS ause02 (1.59.2.2.12); FILE MERGED 2003/03/19 10:14:55 hjs 1.59.2.2.12.1: #107238# remove usage of static.mk

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [205ae4ebc716cb98b0ef78d957916eb206dfaeb1]

        INTEGRATION: CWS cfg01 (1.12.10.1.4); FILE MERGED 2003/03/13 15:34:58 jb 1.12.10.1.4.1: #108154# Avoid copying Accessor objects unnecessarily

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d824bce87dce2bb19d4190e74ace344f1a06c4df]

        INTEGRATION: CWS cfg01 (1.3.24); FILE MERGED 2003/03/13 15:28:57 jb 1.3.24.1: #108154# Introduce NodeAccessRef to avoid copying Accessor objects unnecessarily

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c582916501f27dfb79ab5372e098d83a8383a22e]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/03/13 15:33:46 jb 1.2.24.2: #108154# Introduce sharable::node() overloads for references 2003/02/28 16:33:16 ssmith 1.2.24.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e7689a099fed92e2cc87d2b040075596e8284815]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/03/13 15:28:14 jb 1.2.24.2: #108154# Use NodeAccessRef to avoid copying Accessor objects 2003/02/28 16:33:15 ssmith 1.2.24.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c22a3cce0d9e87383a3ab5957e80ecef244428b5]

        INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED 2003/02/28 16:33:15 ssmith 1.2.24.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1aa1ae73b48f1b8b9809d91776f0382bbcf83e6d]

        INTEGRATION: CWS cfg01 (1.12.10.1.4); FILE MERGED 2003/02/28 16:33:14 ssmith 1.12.10.1.4.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [413b128e3704ff4b0fa457400f7205c974c7818f]

        INTEGRATION: CWS cfg01 (1.18.4.1.4); FILE MERGED 2003/02/17 15:57:00 ssmith 1.18.4.1.4.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [fc78906385504bf9470afe75789790c4ac6d6d02]

        INTEGRATION: CWS cfg01 (1.7.10.1.4); FILE MERGED 2003/03/13 15:30:38 jb 1.7.10.1.4.3: #107404# Further clean up of node::Attributes 2003/02/28 16:33:14 ssmith 1.7.10.1.4.2: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/17 15:56:59 ssmith 1.7.10.1.4.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [84151cef32e9669eada4a99903de14572365e97b]

        INTEGRATION: CWS cfg01 (1.3.2.1.8); FILE MERGED 2003/03/17 09:55:46 jb 1.3.2.1.8.1: #107521# Remove configshutdown, which worked with the long obsolete regeserver only.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e3e4e06502ce89043f041b7ce2175f34ad72a354]

        INTEGRATION: CWS cfg01 (1.3.18); FILE MERGED 2003/03/12 16:51:56 jb 1.3.18.1: #108154# Use NodeAccessRef to avoid copying Accessor objects

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [229cefec5313e4f556dd61cbfbaa5ea855e214a6]

        INTEGRATION: CWS cfg01 (1.3.18); FILE MERGED 2003/03/12 16:53:02 jb 1.3.18.3: #107404#,#108154# Further clean up of node::Attributes interface; Use NodeAccessRef to avoid copying Accessor objects 2003/02/28 16:28:51 ssmith 1.3.18.2: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/17 15:56:09 ssmith 1.3.18.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [74a12237c584097e65d082e3d9b8f03c9f5896cd]

        INTEGRATION: CWS cfg01 (1.6.4.1.8); FILE MERGED 2003/02/17 15:56:09 ssmith 1.6.4.1.8.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d0f760700524a74d262747d150724a4c11f884cd]

        INTEGRATION: CWS cfg01 (1.12.6.2.8); FILE MERGED 2003/03/12 16:53:24 jb 1.12.6.2.8.4: #107404# Further clean up of node::Attributes interface 2003/02/28 16:28:51 ssmith 1.12.6.2.8.3: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/25 11:46:31 jb 1.12.6.2.8.2: RESYNC: (1.12.6.2-1.12.6.3); FILE MERGED 2003/02/17 15:56:08 ssmith 1.12.6.2.8.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [51a1d3033f996c765995408dfc089e1a3cc45082]

        INTEGRATION: CWS cfg01 (1.5.4.2.8); FILE MERGED 2003/02/28 16:28:50 ssmith 1.5.4.2.8.3: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/25 11:46:11 jb 1.5.4.2.8.2: RESYNC: (1.5.4.2-1.5.4.3); FILE MERGED 2003/02/17 15:56:07 ssmith 1.5.4.2.8.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9955130825ec974d3d6645533534d7cde2e090b8]

        INTEGRATION: CWS cfg01 (1.10.2); FILE MERGED 2003/03/28 10:30:43 ssmith 1.10.2.1: #108346# setPropertyToDefault fix

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [05861ac1df6afd458173e3b6f14b56edb64fcbbb]

        INTEGRATION: CWS cfg01 (1.15.10.1.4); FILE MERGED 2003/03/12 16:56:00 jb 1.15.10.1.4.2: #107404# Further clean up of node::Attributes interface 2003/02/17 15:52:37 ssmith 1.15.10.1.4.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6bb4f8921ded8e676ed91c7842a48a648ac0029d]

        INTEGRATION: CWS cfg01 (1.7.10.1.4); FILE MERGED 2003/03/12 16:56:00 jb 1.7.10.1.4.3: #107404# Further clean up of node::Attributes interface 2003/02/28 16:26:13 ssmith 1.7.10.1.4.2: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics 2003/02/17 15:52:36 ssmith 1.7.10.1.4.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b58b2feb3eb43aac4152d224ace0815eca4ca68d]

        INTEGRATION: CWS cfg01 (1.8.10.1.4); FILE MERGED 2003/03/12 16:55:59 jb 1.8.10.1.4.2: #107404# Further clean up of node::Attributes interface 2003/02/17 15:52:36 ssmith 1.8.10.1.4.1: #107404# refactoring code to support encapsulation

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [88ad8537c32d3dcc01c2834edcf9dfb4e8edec0e]

        INTEGRATION: CWS cfg01 (1.7.50); FILE MERGED 2003/03/17 11:58:04 jb 1.7.50.1: #107968# Bring XML component description up to date and deliver it for QA

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9fcba299458404f10f2cdc7ef1312e45382cb9b4]

        INTEGRATION: CWS qadev3 (1.1.2); FILE ADDED 2003/03/28 11:54:26 lla 1.1.2.1: #108453# string tests changed to testshl2

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8cb5d58a44208857e031f56d7e0d736a88dbbbe1]

        INTEGRATION: CWS qadev3 (1.1.2); FILE ADDED 2003/03/28 11:54:25 lla 1.1.2.1: #108453# string tests changed to testshl2

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [22e8667906e213277696ebd641fe54b0a78ae82a]

        INTEGRATION: CWS qadev3 (1.1.2); FILE ADDED 2003/03/28 11:54:24 lla 1.1.2.1: #108453# string tests changed to testshl2

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a6a0f9fd4a5cf00766bb799b0939faf12a08a1a5]

        INTEGRATION: CWS qadev3 (1.1.2); FILE ADDED 2003/03/28 11:54:23 lla 1.1.2.1: #108453# string tests changed to testshl2

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [2974075a08332ac8f4075c42cb801d96be80f452]

        INTEGRATION: CWS qadev3 (1.1.2); FILE ADDED 2003/03/28 11:54:22 lla 1.1.2.1: #108453# string tests changed to testshl2

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a499274bda8510b907002318296ec0b8f64f4b02]

        INTEGRATION: CWS qadev3 (1.1.2); FILE ADDED 2003/03/28 11:54:21 lla 1.1.2.1: #108453# string tests changed to testshl2

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b2d6fa70fcf6295d24fe58b77478ced642599749]

        INTEGRATION: CWS qadev3 (1.1.2); FILE ADDED 2003/03/28 11:54:20 lla 1.1.2.1: #108453# string tests changed to testshl2

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8b638bb7998206a972a9340395d007cd1b6ebe6f]

        INTEGRATION: CWS qadev3 (1.2.2); FILE ADDED 2003/03/28 12:50:34 lla 1.2.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e62d4f7010c7f0ff957e3d010b7dc435c32b0276]

        INTEGRATION: CWS qadev3 (1.2.2); FILE ADDED 2003/03/28 12:50:32 lla 1.2.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7ef439acc92d7c59d114601a014fba643522b027]

        INTEGRATION: CWS qadev3 (1.2.2); FILE ADDED 2003/03/28 12:50:30 lla 1.2.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1ef9d40f04d621369d4cb0f865fa8e92f1517029]

        INTEGRATION: CWS qadev3 (1.5.2); FILE ADDED 2003/03/28 12:50:29 lla 1.5.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9a370be4982184401552c71cd0da0bb6e3625ae5]

        INTEGRATION: CWS qadev3 (1.5.2); FILE ADDED 2003/03/28 12:50:26 lla 1.5.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [328001252ee297f176abbbfca46d9ca87eac21e7]

        INTEGRATION: CWS qadev3 (1.3.2); FILE ADDED 2003/03/28 12:50:24 lla 1.3.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3b7cec6a1dbfef07c696a9abd50b8d780241c1ff]

        INTEGRATION: CWS qadev3 (1.4.2); FILE ADDED 2003/03/28 12:50:23 lla 1.4.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [0ee62562d2f4c8f54318e40b4ff923d57e4dbb6a]

        INTEGRATION: CWS qadev3 (1.2.2); FILE ADDED 2003/03/28 12:50:18 lla 1.2.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [361e03465fbff58b0cd59580b53bb5cb82327c86]

        INTEGRATION: CWS qadev3 (1.2.2); FILE ADDED 2003/03/28 12:50:16 lla 1.2.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e071a814e7685b549b998d6e20c24e52aba947e6]

        INTEGRATION: CWS qadev3 (1.6.2); FILE ADDED 2003/03/28 12:50:14 lla 1.6.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b8ad5c0a2a9e056cbeca529f5136c0cfa55a47af]

        INTEGRATION: CWS qadev3 (1.10.2); FILE ADDED 2003/03/28 12:50:12 lla 1.10.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [11b07c9b0fdf9a56ade9ba58f01137ebd7e27e79]

        INTEGRATION: CWS qadev3 (1.1.10.1.68); FILE MERGED 2003/03/28 12:49:56 lla 1.1.10.1.68.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e8ab7a6e57ea7ccef35f99ea70b8cc6c6c14bdcf]

        INTEGRATION: CWS qadev3 (1.2.2); FILE ADDED 2003/03/31 09:49:08 lla 1.2.2.2: #108453# new entries for automatically tests. 2003/03/28 12:49:56 lla 1.2.2.1: #108453# get back all tests.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [df2712ca0b493e0fbf39de32ed2d6731063dc09e]

        INTEGRATION: CWS qadev3 (1.3.16); FILE MERGED 2003/03/31 09:12:00 lla 1.3.16.1: #108453# better version number handling

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [cf9a8c3031d8e02156b78ef158b58b799f823ead]

        INTEGRATION: CWS qadev3 (1.4.16); FILE MERGED 2003/03/31 09:12:00 lla 1.4.16.1: #108453# better version number handling

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [38cf4d20d3329f475a2bdbd47c3ce6a2f805ec6c]

        INTEGRATION: CWS qadev3 (1.5.16); FILE MERGED 2003/03/31 09:11:11 lla 1.5.16.1: #108453# better version number handling

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [340b27267e2f174d6fb02d84082dc6512f952e86]

        INTEGRATION: CWS qadev3 (1.1.16); FILE MERGED 2003/03/31 09:10:09 lla 1.1.16.1: #108453# better version number handling

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [17e26533455a25364f635d41e44994913c11bbff]

        INTEGRATION: CWS qadev3 (1.3.16); FILE MERGED 2003/03/31 09:09:42 lla 1.3.16.1: #108453# better version number handling

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9120666471433a58eab89a4936b4e44d45e61616]

        INTEGRATION: CWS qadev3 (1.2.16); FILE MERGED 2003/03/31 09:08:16 lla 1.2.16.1: #108453# better version number handling

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9db223ed90090c4551b5e2b2ac360784b5349c58]

        #100000# merge conflict fix

2003-04-01  Andreas Bille  <abi@openoffice.org>  [3fecd3ca8611e8b3f14cec452db42a5bd7161ac2]

        #i2822# setting some sort of title

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c602e96ef92c173c8647cdbf85e01d228e0b2456]

        INTEGRATION: CWS jollyfilterteam03 (1.7.2.1.62); FILE MERGED 2003/03/11 10:35:55 cmc 1.7.2.1.62.2: #i12182# add new vba header id 2003/03/10 11:25:49 cmc 1.7.2.1.62.1: #106133# idiot programmer on the loose

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [0c2ae6f833281d420db6754f5b0424bed8652491]

        INTEGRATION: CWS jollyfilterteam03 (1.9.8.3.30); FILE MERGED 2003/03/12 10:15:53 cmc 1.9.8.3.30.1: #i12260# default colours backwards

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4370c542f259944971107d103ad8e101e0ef8e75]

        INTEGRATION: CWS jollyfilterteam03 (1.70.2.4.6); FILE MERGED 2003/02/26 14:52:30 cmc 1.70.2.4.6.2: #i10197# assert not at me group object 2003/02/25 15:32:13 cmc 1.70.2.4.6.1: #107693# ole preview images can be bitmaps as well, consider MAP_PIXEL mapmode

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d21c3c17c1a40613ae9bdc7187d7776c64203076]

        INTEGRATION: CWS jollyfilterteam03 (1.7.30); FILE MERGED 2003/03/05 10:06:46 abutler 1.7.30.1: #104819# Added Status Indicator to file importer

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [62680ed3ef0f1d935586899a2d3a88944dc8aaa2]

        INTEGRATION: CWS jollyfilterteam03 (1.128.2.1.38); FILE MERGED 2003/03/05 13:15:03 cmc 1.128.2.1.38.1: #107852# word has two left/right settings, normal and rtl. If a para is a rtl para then the rtl para settings are the reverse of the ltr ones, otherwise the same, so must check for what direction the para is on importing

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d1f3374ec0214687845b8f0ef29473b2f9766394]

        INTEGRATION: CWS jollyfilterteam03 (1.62.2.2.6); FILE MERGED 2003/03/24 10:26:08 cmc 1.62.2.2.6.1: #108341# watch out for am/AM when converting word's asian A into D

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6ef81c352ce7b378bebd5776106e55c26f130e9b]

        INTEGRATION: CWS jollyfilterteam03 (1.41.2.1.38); FILE MERGED 2003/03/05 09:22:52 cmc 1.41.2.1.38.3: #107161# disabled make_pair functionality for sunpro compiler 2003/02/25 16:08:07 cmc 1.41.2.1.38.2: #107161# only do this for new word8 style list, not ww7- style ones inside ww8+ documents 2003/02/25 10:06:04 cmc 1.41.2.1.38.1: #107161# recombine split list levels back into single list when possible

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a9fb419d1682a97ff1a09bb844e94b6d477ec1c3]

        INTEGRATION: CWS jollyfilterteam03 (1.78.2.1.38); FILE MERGED 2003/03/05 11:38:25 cmc 1.78.2.1.38.2: #107912# must have string before using first character 2003/02/25 10:06:03 cmc 1.78.2.1.38.1: #107161# recombine split list levels back into single list when possible

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [3d0c439199c07200924fd5550498e2370873a696]

        INTEGRATION: CWS jollyfilterteam03 (1.106.2.2.6); FILE MERGED 2003/03/05 13:15:00 cmc 1.106.2.2.6.3: #107852# word has two left/right settings, normal and rtl. If a para is a rtl para then the rtl para settings are the reverse of the ltr ones, otherwise the same, so must check for what direction the para is on importing 2003/02/25 15:55:20 cmc 1.106.2.2.6.2: #107693# using bitmap preview image isn't such a good idea 2003/02/25 10:06:02 cmc 1.106.2.2.6.1: #107161# recombine split list levels back into single list when possible

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [be727404a2b79153dc3b0c55143118f8b142ce11]

        INTEGRATION: CWS jollyfilterteam03 (1.102.2.1.38); FILE MERGED 2003/02/25 16:43:02 cmc 1.102.2.1.38.1: #107340# using wrong list type for outline tests

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [43af6dfe724137e5c82d47aee610ac6685c7abcc]

        INTEGRATION: CWS jollyfilterteam03 (1.91.2.2.6); FILE MERGED 2003/03/14 13:57:30 cmc 1.91.2.2.6.1: #108222# set fill attributes of ww6 drawing shapes

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b42158a74be02475678bba2f116c6ddb14208441]

        INTEGRATION: CWS jollyfilterteam03 (1.56.2.2.38); FILE MERGED 2003/03/13 12:02:52 cmc 1.56.2.2.38.1: #i3371# when we export a pagebreak, have a check to see if it would use a different page descriptor because of followstyles etc and if so export a sectionbreak, will help paper over the lack of pagestyles in word export.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e1b0931d400fc2a7387d1591f83e76637169b3d3]

        INTEGRATION: CWS jollyfilterteam03 (1.27.2.3.6); FILE MERGED 2003/03/13 11:54:07 cmc 1.27.2.3.6.1: #108180# swapin graphics appropiately

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7ff22e75c3d7ce23b6893a43c5396772fd64c4d4]

        INTEGRATION: CWS jollyfilterteam03 (1.42.2.1.38); FILE MERGED 2003/02/26 14:20:14 cmc 1.42.2.1.38.1: #i10582# export print revision marks as equal to show revision marks, word XP seems to have hidden this option that exists in 2000 and make them equivalent, so we'll do the same

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [50230887ee8fee46b5f1d38115778f3cfb9f2861]

        INTEGRATION: CWS jollyfilterteam03 (1.50.2.1.38); FILE MERGED 2003/02/26 14:20:13 cmc 1.50.2.1.38.1: #i10582# export print revision marks as equal to show revision marks, word XP seems to have hidden this option that exists in 2000 and make them equivalent, so we'll do the same

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [81302cabde143b29c71008156c84d72076fcee2a]

        INTEGRATION: CWS jollyfilterteam03 (1.46.2.2.6); FILE MERGED 2003/03/12 12:12:37 cmc 1.46.2.2.6.3: #108120# use better comparison 2003/03/07 15:54:21 cmc 1.46.2.2.6.2: #107876# exporting a ww8 sprm in ww6 mode! 2003/02/26 14:20:12 cmc 1.46.2.2.6.1: #i10582# export print revision marks as equal to show revision marks, word XP seems to have hidden this option that exists in 2000 and make them equivalent, so we'll do the same

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c21d41a82cbad72cf7601dbd5b953e299f1622a0]

        INTEGRATION: CWS jollyfilterteam03 (1.57.2.2.38); FILE MERGED 2003/03/12 11:25:06 cmc 1.57.2.2.38.4: #108120# which->slot->which when using drawing which's 2003/02/26 14:20:12 cmc 1.57.2.2.38.3: #i10582# export print revision marks as equal to show revision marks, word XP seems to have hidden this option that exists in 2000 and make them equivalent, so we'll do the same 2003/02/25 17:05:24 cmc 1.57.2.2.38.2: #107758# converting a frame to a table is a waste of time 2003/02/25 15:55:19 cmc 1.57.2.2.38.1: #107693# using bitmap preview image isn't such a good idea

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [955c8709c4ce09228fb94091ecb9a8bcfc35017c]

        INTEGRATION: CWS jollyfilterteam03 (1.11.2.1.38); FILE MERGED 2003/03/07 13:34:30 cmc 1.11.2.1.38.2: #108073# Ok to have not seen page setup info when cutting and pasting rtf 2003/03/07 10:40:50 cmc 1.11.2.1.38.1: #107745# split overlarge tables

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a2b6ea15e974187b50e794ff3068161cfec6073e]

        INTEGRATION: CWS jollyfilterteam03 (1.7.10.1.38); FILE MERGED 2003/02/25 18:42:59 abutler 1.7.10.1.38.1: #106559# Patch for Frame loading performance issue

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4ad094b96110357d120451731e15f3be4e212eb1]

        INTEGRATION: CWS jollyfilterteam03 (1.2.114); FILE MERGED 2003/03/13 12:02:51 cmc 1.2.114.1: #i3371# when we export a pagebreak, have a check to see if it would use a different page descriptor because of followstyles etc and if so export a sectionbreak, will help paper over the lack of pagestyles in word export.

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [64c6b3ab42e1f562380bb67fbb808c4702f8c3d8]

        INTEGRATION: CWS jollyfilterteam03 (1.4.114); FILE MERGED 2003/03/13 12:02:49 cmc 1.4.114.1: #i3371# when we export a pagebreak, have a check to see if it would use a different page descriptor because of followstyles etc and if so export a sectionbreak, will help paper over the lack of pagestyles in word export.

2003-04-01  Oliver Bolte  <obo@openoffice.org>  [bdfeb678ba755373e34964ac79a3a0b0dbe7e13a]

        1.3.48.1 moved to head

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [65cab174b12e1aed6100f51e7542328f1238b4bc]

        INTEGRATION: CWS fme02 (1.69.2.1.34); FILE MERGED 2003/03/06 11:20:57 fme 1.69.2.1.34.1: #105712# Device independent formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7de4a51b6f179f2b6c39cabae0cc94821ccf36d1]

        INTEGRATION: CWS fme02 (1.16.8.2.6.5.2.1.46); FILE MERGED 2003/03/21 20:24:26 dvo 1.16.8.2.6.5.2.1.46.6: #105712# change PrinterIndependentLayout property from boolean to const-set 2003/03/15 12:47:08 fme 1.16.8.2.6.5.2.1.46.5: RESYNC: (1.16.8.2.6.5.2.1-1.16.8.2.6.5.2.2); FILE MERGED 2003/03/15 10:48:57 fme 1.16.8.2.6.5.2.1.46.4: #105712# Feature - Printer independent formatting 2003/03/11 10:12:39 fme 1.16.8.2.6.5.2.1.46.3: #105712# Printer independent text formatting 2003/03/06 14:42:43 dvo 1.16.8.2.6.5.2.1.46.2: #105712# add DeviceIndependentLayout property to document settings 2003/03/03 11:17:02 fme 1.16.8.2.6.5.2.1.46.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e5530da1e4f6a74a31ba1d6c36ac1b8d2f364214]

        INTEGRATION: CWS fme02 (1.16.102); FILE MERGED 2003/03/15 10:48:28 fme 1.16.102.2: #105712# Feature - Printer independent formatting 2003/03/03 11:15:44 fme 1.16.102.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [74731b864adab28d2c9f0c7e8f624db5b9db205b]

        INTEGRATION: CWS fme02 (1.38.2.3.14); FILE MERGED 2003/03/15 12:47:39 fme 1.38.2.3.14.2: RESYNC: (1.38.2.3-1.38.2.5); FILE MERGED 2003/03/11 10:12:14 fme 1.38.2.3.14.1: #105712# Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1d280b00523335e37b12fe382f0973134f5a0697]

        INTEGRATION: CWS fme02 (1.6.130); FILE MERGED 2003/03/07 16:10:28 fme 1.6.130.1: #105712# Use reference device for formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7b89ba963ed908d3d28d9c8fc19f614bb8db98d8]

        INTEGRATION: CWS fme02 (1.50.6.4.100); FILE MERGED 2003/03/25 09:09:41 fme 1.50.6.4.100.5: #105712# Strings changed again 2003/03/15 13:06:20 fme 1.50.6.4.100.4: RESYNC: (1.50.6.4-1.50.6.4.2.2); FILE MERGED 2003/03/15 10:47:09 fme 1.50.6.4.100.3: #105712# Feature - Printer independent formatting 2003/03/11 10:11:39 fme 1.50.6.4.100.2: #105712# Printer independent text formatting 2003/03/07 16:10:07 fme 1.50.6.4.100.1: #105712# Use reference device for formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a325338bcb854b20ba9e9d9baee14ac86542122e]

        INTEGRATION: CWS fme02 (1.5.132); FILE MERGED 2003/03/07 16:10:07 fme 1.5.132.1: #105712# Use reference device for formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [331760df682f914e35e6eb296bae8a68004e46bb]

        INTEGRATION: CWS fme02 (1.14.130); FILE MERGED 2003/03/07 16:10:08 fme 1.14.130.1: #105712# Use reference device for formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f24924cb548417a02e674f7dd927eb71718b75c8]

        INTEGRATION: CWS fme02 (1.41.4.9.2.1.34); FILE MERGED 2003/03/15 10:46:30 fme 1.41.4.9.2.1.34.2: #105712# Feature - Printer independent formatting 2003/03/07 17:10:19 fme 1.41.4.9.2.1.34.1: #105712# Use reference device for formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [7296b19eaab3f47080abe22f45704dddb2e88e98]

        INTEGRATION: CWS fme02 (1.24.2.1.8.1.28); FILE MERGED 2003/03/15 13:08:28 fme 1.24.2.1.8.1.28.4: RESYNC: (1.24.2.1.8.1-1.24.2.1.8.4); FILE MERGED 2003/03/15 10:46:15 fme 1.24.2.1.8.1.28.3: #105712# Feature - Printer independent formatting 2003/03/14 11:15:37 fme 1.24.2.1.8.1.28.2: #105712# Printer independent formatting 2003/03/03 11:14:44 fme 1.24.2.1.8.1.28.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [cfc7cdca3424aacdc2a7d5fbf4b845e3e2ff4e6f]

        INTEGRATION: CWS fme02 (1.62.102); FILE MERGED 2003/03/21 20:23:22 dvo 1.62.102.4: #105712# load PrinterIndependentLayout 2003/03/21 17:42:11 fme 1.62.102.3: #105712# Printer independent formatting - Notify OLE objects on printer change even if virtual device is used for formatting 2003/03/15 10:45:51 fme 1.62.102.2: #105712# Feature - Printer independent formatting 2003/03/06 14:48:34 dvo 1.62.102.1: #105712# load DeviceIndependentLayout document setting (save is automatic)

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1375f5494454448e4124c07903b9405f42f49bb9]

        INTEGRATION: CWS fme02 (1.93.2.3.36); FILE MERGED 2003/03/19 08:25:53 fme 1.93.2.3.36.1: #105712# Import of use printer metrics option

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [584385bb71ba81b8fb1b24dbfe57304a60e42175]

        INTEGRATION: CWS fme02 (1.102.2.1.34); FILE MERGED 2003/03/21 17:39:16 fme 1.102.2.1.34.2: #105712# Printer independent formatting - No need to call SetModify and PrtDataChanged during import 2003/03/10 17:03:27 cmc 1.102.2.1.34.1: #105712# Im/Ex for rtf and ww the use printer metrics compatability option

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [6014c56f617736e083950c4d01e5a7d77be24906]

        INTEGRATION: CWS fme02 (1.50.2.1.34); FILE MERGED 2003/03/10 17:03:27 cmc 1.50.2.1.34.1: #105712# Im/Ex for rtf and ww the use printer metrics compatability option

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c8dc0ab5ec46f434f616da6b36fbe5bccac73a9d]

        INTEGRATION: CWS fme02 (1.14.110); FILE MERGED 2003/03/10 17:03:26 cmc 1.14.110.1: #105712# Im/Ex for rtf and ww the use printer metrics compatability option

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [332112ad434be78891ec4f7133b6ae3a8209835d]

        INTEGRATION: CWS fme02 (1.20.2.2.34); FILE MERGED 2003/03/21 17:40:20 fme 1.20.2.2.34.2: #105712# Printer independent formatting - No need to call SetModify and PrtDataChanged during import 2003/03/10 17:03:25 cmc 1.20.2.2.34.1: #105712# Im/Ex for rtf and ww the use printer metrics compatability option

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [fdab2c954a6099d738c2a8b9c2d925f116904666]

        INTEGRATION: CWS fme02 (1.19.2.2.14); FILE MERGED 2003/03/15 13:12:24 fme 1.19.2.2.14.4: RESYNC: (1.19.2.2-1.19.2.5); FILE MERGED 2003/03/15 10:44:54 fme 1.19.2.2.14.3: #105712# Feature - Printer independent formatting 2003/03/07 15:59:38 fme 1.19.2.2.14.2: #105712# Use reference device for formatting 2003/03/03 11:14:12 fme 1.19.2.2.14.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [98559d68c75861669183376b7ca94a2650462f75]

        INTEGRATION: CWS fme02 (1.10.2.2.16); FILE MERGED 2003/03/18 09:03:41 fme 1.10.2.2.16.6: #105712# Printer independent formatting - get virdev in doc constructor 2003/03/15 10:44:05 fme 1.10.2.2.16.5: #105712# Feature - Printer independent formatting 2003/03/14 11:15:18 fme 1.10.2.2.16.4: #105712# Printer independent formatting 2003/03/11 10:11:23 fme 1.10.2.2.16.3: #105712# Printer independent text formatting 2003/03/07 15:59:29 fme 1.10.2.2.16.2: #105712# Use reference device for formatting 2003/03/03 11:14:12 fme 1.10.2.2.16.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f2538ae6f7fb984301908e0b3f80728d39cd0ebe]

        INTEGRATION: CWS fme02 (1.32.2.2.14); FILE MERGED 2003/03/15 13:12:19 fme 1.32.2.2.14.6: RESYNC: (1.32.2.2-1.32.2.4); FILE MERGED 2003/03/15 10:43:50 fme 1.32.2.2.14.5: #105712# Feature - Printer independent formatting 2003/03/11 10:11:13 fme 1.32.2.2.14.4: #105712# Printer independent text formatting 2003/03/07 15:59:19 fme 1.32.2.2.14.3: #105712# Use reference device for formatting 2003/03/06 11:20:29 fme 1.32.2.2.14.2: #105712# Device independent formatting 2003/03/03 11:14:11 fme 1.32.2.2.14.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [35b73892942f9ec71b4432d0d7dbd99b99ab8730]

        INTEGRATION: CWS fme02 (1.16.2.2.16); FILE MERGED 2003/03/03 11:14:11 fme 1.16.2.2.16.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [9d76663db49c5b907103a3d7cd6a24d6e520758a]

        INTEGRATION: CWS fme02 (1.39.2.1.22); FILE MERGED 2003/03/03 11:13:03 fme 1.39.2.1.22.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [cddafc2345a3e609d4c3a3bfa7758a670c68796e]

        INTEGRATION: CWS fme02 (1.64.2.2.22); FILE MERGED 2003/03/15 13:14:41 fme 1.64.2.2.22.4: RESYNC: (1.64.2.2-1.64.2.3); FILE MERGED 2003/03/11 10:10:46 fme 1.64.2.2.22.3: #105712# Printer independent text formatting 2003/03/06 11:20:01 fme 1.64.2.2.22.2: #105712# Device independent formatting 2003/03/03 11:13:03 fme 1.64.2.2.22.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4648fc428c79e6037f7c44b3fce69f8496dd553e]

        INTEGRATION: CWS fme02 (1.56.2.1.22); FILE MERGED 2003/03/03 11:12:11 fme 1.56.2.1.22.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8a0b77ba017d1636e647cc64740f888a6073e8b0]

        INTEGRATION: CWS fme02 (1.31.102); FILE MERGED 2003/03/03 11:12:11 fme 1.31.102.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [cdc0e1cecf2f6e251edd55011781e4511203867e]

        INTEGRATION: CWS fme02 (1.29.108); FILE MERGED 2003/03/03 11:12:11 fme 1.29.108.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [8b1ed7edebe7c1e8cf8ea47562a4dda4a6b172ec]

        INTEGRATION: CWS fme02 (1.15.112); FILE MERGED 2003/03/03 11:12:10 fme 1.15.112.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a45534165c61868cb3abf7cd1c669abae142e642]

        INTEGRATION: CWS fme02 (1.36.2.1.52); FILE MERGED 2003/03/20 06:50:23 fme 1.36.2.1.52.3: #105712# Printer independent text formatting 2003/03/15 13:15:53 fme 1.36.2.1.52.2: RESYNC: (1.36.2.1-1.36.2.2); FILE MERGED 2003/03/03 11:12:10 fme 1.36.2.1.52.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [1314bc7906faf4f5d18677c1865e46854bc08667]

        INTEGRATION: CWS fme02 (1.16.6.1.22); FILE MERGED 2003/03/03 11:12:09 fme 1.16.6.1.22.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [420ded59738dcab565fe5bdf1ea6f42ba77c2f6a]

        INTEGRATION: CWS fme02 (1.9.102); FILE MERGED 2003/03/03 11:12:09 fme 1.9.102.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [890d3cb611c52f4877b6dc3850a9734ea1351d83]

        INTEGRATION: CWS fme02 (1.13.102); FILE MERGED 2003/03/03 11:12:08 fme 1.13.102.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [2499b69c3283989bab014547bde2911e33a3aed7]

        INTEGRATION: CWS fme02 (1.23.102); FILE MERGED 2003/03/03 11:12:08 fme 1.23.102.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [ffa15cd7ba97ebe88d30de01c1da2e7086a67ac8]

        INTEGRATION: CWS fme02 (1.72.2.1.22); FILE MERGED 2003/03/03 11:12:07 fme 1.72.2.1.22.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [4148ecbaa67aca8a9f4810050a57a846deb03341]

        INTEGRATION: CWS fme02 (1.22.112); FILE MERGED 2003/03/03 11:12:07 fme 1.22.112.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [0f4b5b911995e9e57f2aafe4e935234b67ca93f8]

        INTEGRATION: CWS fme02 (1.38.100); FILE MERGED 2003/03/15 13:15:28 fme 1.38.100.2: RESYNC: (1.38-1.38.2.1); FILE MERGED 2003/03/03 11:12:06 fme 1.38.100.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [66a552e3f970083e98dd4a282be5f4269e3d7e49]

        INTEGRATION: CWS fme02 (1.83.2.1.20); FILE MERGED 2003/03/15 13:15:22 fme 1.83.2.1.20.2: RESYNC: (1.83.2.1-1.83.2.2); FILE MERGED 2003/03/03 11:12:06 fme 1.83.2.1.20.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [36bb3758e39fcd8055faeffff6b1047ff08bdbc8]

        INTEGRATION: CWS fme02 (1.33.2.2.22); FILE MERGED 2003/03/03 11:12:05 fme 1.33.2.2.22.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [fcce2cdc0983e89ca6a088c147b87164014f6fa3]

        INTEGRATION: CWS fme02 (1.27.2.1.52); FILE MERGED 2003/03/15 13:15:16 fme 1.27.2.1.52.2: RESYNC: (1.27.2.1-1.27.2.2); FILE MERGED 2003/03/03 11:12:05 fme 1.27.2.1.52.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [53e0b91b5ebe10d5a9f8d77df30e0916b1eb17d1]

        INTEGRATION: CWS fme02 (1.56.2.4.14); FILE MERGED 2003/03/15 13:16:57 fme 1.56.2.4.14.3: RESYNC: (1.56.2.4-1.56.2.9); FILE MERGED 2003/03/11 10:10:17 fme 1.56.2.4.14.2: #105712# Printer independent text formatting 2003/03/03 11:07:40 fme 1.56.2.4.14.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [d8983506e6b2e38e7af42a5fa769402763756db4]

        INTEGRATION: CWS fme02 (1.6.112); FILE MERGED 2003/03/03 11:07:16 fme 1.6.112.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [bdb9f203aa667f8bcb97904c2c8e2d2f48a8569a]

        INTEGRATION: CWS fme02 (1.28.2.1.54); FILE MERGED 2003/03/03 11:07:16 fme 1.28.2.1.54.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a249d06f03ec5165601033cbc87a81cea57555ee]

        INTEGRATION: CWS fme02 (1.19.6.2.22); FILE MERGED 2003/03/03 11:06:47 fme 1.19.6.2.22.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [b90d6c1be7ec588fd36bd4fc8f4f395e690b00f3]

        INTEGRATION: CWS fme02 (1.18.2.2.16); FILE MERGED 2003/03/11 10:10:03 fme 1.18.2.2.16.2: #105712# Printer independent text formatting 2003/03/03 11:06:10 fme 1.18.2.2.16.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [88f09cf04e989e7cb618a76d11260ca742fb1240]

        INTEGRATION: CWS fme02 (1.25.104); FILE MERGED 2003/03/18 09:03:29 fme 1.25.104.6: #105712# Printer independent formatting - get virdev in doc constructor 2003/03/15 10:38:38 fme 1.25.104.5: #105712# Feature - Printer independent formatting 2003/03/14 11:14:56 fme 1.25.104.4: #105712# Printer independent formatting 2003/03/11 10:09:47 fme 1.25.104.3: #105712# Printer independent text formatting 2003/03/07 15:58:11 fme 1.25.104.2: #105712# Use reference device for formatting 2003/03/03 11:05:42 fme 1.25.104.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [271c02e9d9f8ad53a36fb2829befe0a7da267d0e]

        INTEGRATION: CWS fme02 (1.14.102); FILE MERGED 2003/03/18 11:45:19 fme 1.14.102.4: #105712# Printer independent text formatting 2003/03/18 09:03:29 fme 1.14.102.3: #105712# Printer independent formatting - get virdev in doc constructor 2003/03/15 10:50:18 fme 1.14.102.2: #105712# Feature - Printer independent formatting 2003/03/03 11:05:13 fme 1.14.102.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a53d46933c5df1009757ad8d4881280ad83c9001]

        INTEGRATION: CWS fme02 (1.12.102); FILE MERGED 2003/03/21 17:36:46 fme 1.12.102.9: #105712# Printer independent formatting - Notify OLE objects on printer change even if virtual device is used for formatting 2003/03/20 18:39:21 fme 1.12.102.8: #105712# Printer independent layout - Set modified flag 2003/03/15 13:20:31 fme 1.12.102.7: RESYNC: (1.12-1.12.2.1); FILE MERGED 2003/03/15 10:38:08 fme 1.12.102.6: #105712# Feature - Printer independent formatting 2003/03/14 11:14:39 fme 1.12.102.5: #105712# Printer independent formatting 2003/03/11 10:09:27 fme 1.12.102.4: #105712# Printer independent text formatting 2003/03/07 15:58:03 fme 1.12.102.3: #105712# Use reference device for formatting 2003/03/06 11:18:47 fme 1.12.102.2: #105712# Device independent formatting 2003/03/03 11:04:57 fme 1.12.102.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [e3cc712cc1065869c5078260e36480ebeae86e38]

        INTEGRATION: CWS fme02 (1.22.2.2.14); FILE MERGED 2003/03/15 13:26:00 fme 1.22.2.2.14.3: RESYNC: (1.22.2.2-1.22.2.3); FILE MERGED 2003/03/07 15:57:51 fme 1.22.2.2.14.2: #105712# Use reference device for formatting 2003/03/03 10:57:33 fme 1.22.2.2.14.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [5d1cac3cbcf45957f791bc1c36008491b83d5297]

        INTEGRATION: CWS fme02 (1.14.12.3.102); FILE MERGED 2003/03/14 11:14:11 fme 1.14.12.3.102.1: #105712# Printer independent formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [57009a0595e5fcaff18451c6437de39da0102429]

        INTEGRATION: CWS fme02 (1.38.102); FILE MERGED 2003/03/15 10:37:33 fme 1.38.102.3: #105712# Feature - Printer independent formatting 2003/03/07 15:57:40 fme 1.38.102.2: #105712# Use reference device for formatting 2003/03/03 10:56:25 fme 1.38.102.1: #105712# Feature - Printer independent text formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [c8325858f282482751985a12cadeb3c9f7c9b08e]

        INTEGRATION: CWS fme02 (1.16.90); FILE MERGED 2003/03/21 20:18:55 dvo 1.16.90.1: #105712# load/save PritnerIndependentLayout property (int16) as string

2003-04-01  Mikhail Voitenko  <mav@openoffice.org>  [9c7a7f349796fb6976bae9eda320627b9225bdb2]

        #i2822# deliver

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [f2347837ee622de55d07b9839997735df61f4a4f]

        INTEGRATION: CWS fme02 (1.27.2.1.36); FILE MERGED 2003/03/21 20:16:55 dvo 1.27.2.1.36.1: #105712# add optional PrinterIndependentLayout property to document settings

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [0aae2705e0774b51fc8b7024b0d456dc524cd094]

        INTEGRATION: CWS fme02 (1.2.2.1.36); FILE MERGED 2003/03/21 20:16:55 dvo 1.2.2.1.36.1: #105712# add optional PrinterIndependentLayout property to document settings

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [698eebf2884a3d890f0f85bbec41b3522fe8a714]

        INTEGRATION: CWS fme02 (1.1.2); FILE ADDED 2003/03/21 20:16:54 dvo 1.1.2.1: #105712# add optional PrinterIndependentLayout property to document settings

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [cb27b83ccda448cff9fdf2a673faa369bbca9836]

        INTEGRATION: CWS fme02 (1.57.40); FILE MERGED 2003/03/14 11:12:06 fme 1.57.40.1: #105712# Printer independent formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [a0a6927cfde9700e59c1e846430e5debf0f0fca6]

        INTEGRATION: CWS fme02 (1.16.50); FILE MERGED 2003/03/14 11:11:25 fme 1.16.50.1: #105712# Printer independent formatting

2003-04-01  Vladimir Glazounov  <vg@openoffice.org>  [10b63568c6aa0276e1ad4eb80ba1c8dafe0c4c5f]

        INTEGRATION: CWS fme02 (1.7.96); FILE MERGED 2003/03/12 16:06:07 fme 1.7.96.1: #105712# Printer independent text formatting

2003-04-01  Steffen Grund  <sg@openoffice.org>  [4330117faebe5dc0e08b713029d475ced47cef9e]

        CHG: added printinmg of StackTrace in case of an exception.

2003-03-31  Oliver Bolte  <obo@openoffice.org>  [db86a4bbc05d5b0a02bb41f61e87c019597da574]

        #100000# wntmsci8 without _DEBUG

2003-03-31  Oliver Bolte  <obo@openoffice.org>  [39eb9656e0484158aca21c313f818cce5d75cfc8]

        #100000# wntmsci8 without _DEBUG

2003-03-31  Steffen Grund  <sg@openoffice.org>  [91d690c726462f1b103b6f15b431dbcba8859a6b]

        CHG: set 'TARGET' unique in all makefiles

2003-03-31  Steffen Grund  <sg@openoffice.org>  [2bd0a90321263148d40d1f9ae3940136c2a2b51d]

        CHG: readded fixed version

2003-03-31  Steffen Grund  <sg@openoffice.org>  [5490acf4b6cba03f869e993a8d3013bc2d5026c0]

        CHG: readded fixed version

2003-03-31  Steffen Grund  <sg@openoffice.org>  [f2b6fee916ed84666277ba00aba438201ba831e6]

        CHG: set 'TARGET' unique in all makefiles

2003-03-31  Steffen Grund  <sg@openoffice.org>  [a4d49cbe6cd7a62d7636d42cc2c24b9f3e6f3a5a]

        CHG: added after fix

2003-03-31  Steffen Grund  <sg@openoffice.org>  [9caaaf4e159f0d0f2f511d1e326c12bfcffccbfe]

        CHG: deserialized entries

2003-03-31  Stephan Wunderlich  <sw@openoffice.org>  [f68a6570416fc6ea7319f8f1f4dc37ce7b2da4b6]

        CHG: special for AccessibleStatusBarItem

2003-03-31  Martin Hollmichel  <mh@openoffice.org>  [6d8387851ccca9507e9769ed58bf8026420a4db0]

        add: python build env. #i11753#

2003-03-31  Andreas Bille  <abi@openoffice.org>  [fe1a3f51a4df02d56cab503eee57808c07a6bf99]

        #i2822# now poping up from minimzed window after double clicking in container

2003-03-31  Stephan Wunderlich  <sw@openoffice.org>  [7b6a65b229c30d8cf59705ec7931cb574dfd17e8]

        CHG: literal bug

2003-03-31  Stephan Wunderlich  <sw@openoffice.org>  [5c25a0f5ebda9f10cdbeced965b71fdb073e35b2]

        CHG: added ObjRelation for XAccessibleText

2003-03-31  Stephan Wunderlich  <sw@openoffice.org>  [1aa6ef5e6b0fe709a7c64643d9328222f967e79f]

        CHG: added ObjRelation for XAccessibleText

2003-03-31  Stephan Wunderlich  <sw@openoffice.org>  [2edd967cfa210bbda284c13ee1336886c015f682]

        CHG: fixed getIndexAt

2003-03-31  Stephan Wunderlich  <sw@openoffice.org>  [00c6184570fd5f9dbf1cda64226c749d58e16cd4]

        CHG: using aRect/2 for getIndexAtPoint()

2003-03-31  Duncan Foster  <dfoster@openoffice.org>  [33a6649fe95458d365a8d0e1bbe7436b9f7539f5]

        Tidy up layout & add comments

2003-03-31  Stephan Wunderlich  <sw@openoffice.org>  [80bc28dc7157bb7e02f00dd0df4b9b902a827989]

        CHG: added ObjRelation for XAccessibleText

2003-03-31  Stephan Wunderlich  <sw@openoffice.org>  [2bae14affdefd259201fc29b99324a16bd9f1b75]

        CHG: changed used formula

2003-03-31  Stephan Wunderlich  <sw@openoffice.org>  [4ab68d1cbaaefe16a7388259277a26971876cf1a]

        CHG: ensure that the text fits in the cell

2003-03-30  Jörg Budischewski  <jbu@openoffice.org>  [92543c8693a8aa39ae8e5ab2ba56adf9e414d3e7]

        changed applicat.rdb to types/services.rdb

2003-03-30  Jörg Budischewski  <jbu@openoffice.org>  [8b829bbe3e25bc5562100b5de3b0e5a0aff30d3f]

        #i12673# some cosmetics and small bugfixes (provided by zagy)

2003-03-28  Andreas Bille  <abi@openoffice.org>  [d2eec04f8b8a0df85863ed74db6acce5051034e1]

        #i2822# fixed to update before closing and intercepting CloseWin and CloseFrame also

2003-03-28  Vladimir Glazounov  <vg@openoffice.org>  [a170f530c43b57cb869a0e4c87e432bc14156a0c]

        #100000# checkout toplevel if there is no tag

2003-03-28  Vladimir Glazounov  <vg@openoffice.org>  [90782a64f99c8c3743c26ff937c63d3dcaf44d8f]

        #100000# init local var

2003-03-28  Daniel Boelzle  <dbo@openoffice.org>  [4c937bbdbbfd954936fdc92c4b35d90c2233719e]

        #107130# new

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [00b722f8b9ccba1b43c36b2a68b165d2a381cfa0]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cebeda1d2769c8593fd0365175be1d9fd54045b]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bad56bdfdc3e182733f77ed8a8d9057b7ceb286]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f382d6c2579a25c68dbd121af7f1f5dc7ec9852]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6652c8336ff201af224d6c0b787f5d79ec4f1810]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7a0cc83bb59efd6abd820bd78acc75e8313ea4e]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfdc52e7f56a9d48aaca38cd1e5396af1a03b949]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29bab44354a505ef28da7b883002fe232b4706d5]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [53d50f23228c3acfe75703b51c8832ac48f54270]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d02eecbe68ba4087209f3f3ea113edddd590ce06]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [817d3d430505b0b289fb1d2e92ba8d1e05bb4f76]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [832f7b267bcc52af248a5e72e6ebda14d92a19ee]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d3af48872940fa8a2e5df59afa33c92fd737cb4]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd2cf3dc7cd9c73070fa4d70c8ca99c9fc1ce135]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [43c6cd54eb90a6244dba182629113ac5778f6f1d]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfcbacfd9c60e578a6a25a6f4148e2ba58e259ba]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ef4fd7f4e783b4059aa5404f170312cd70b81e7]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Andreas Bille  <abi@openoffice.org>  [0f757610e5cb4de88a9ef20a7563f9da2973f6ee]

        #i2822# implemented interceptor for SaveAll,CloseDoc and Save

2003-03-27  Andreas Bille  <abi@openoffice.org>  [2f7ab7745e7e1f2881e59c0bc8d5e9f0f691b059]

        #i2822# implemented interceptor for SaveAll,CloseDoc and Save

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [70de0c38fd177b3c95837118c5fb35e380c87e90]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Mikhail Voitenko  <mav@openoffice.org>  [60c9ea1e1e255f9bedaa5ca546df48ddf7d7ea17]

        #i2822# SetExtent, GetExtent

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [80204d8fcf35c14168a75765360eb61977653162]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff09f8d6ef2c613037f039dbcafcad6b76243a48]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f26f117c6cdeab38ceda7bbba7f005e9c2d97ef4]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Kurt Zenker  <kz@openoffice.org>  [45804b0395ec0f8369224229e41f1b099c4754d3]

        new version for SRX644

2003-03-27  Kurt Zenker  <kz@openoffice.org>  [5a4e9a13c4ea67b70fce074b6765683fef2a36e0]

        new version for SRX644

2003-03-27  Christoph Neumann  <cn@openoffice.org>  [cd38a25040e3bd01d11a82a59dcbe099f2f13aa2]

        CHG: wait(500) after dispatch()

2003-03-27  Kurt Zenker  <kz@openoffice.org>  [c48a462528f4323b7a26bb5a25c9976e9a96e755]

        new version for SRX644

2003-03-27  Kurt Zenker  <kz@openoffice.org>  [cae860b9126488bac138e75c5aaf8b6082126ec0]

        new version for SRX644

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0813a3f0f4986a9d454991c84515a072965d6887]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aff37cd51879a41365f2ceb0e927bdf57ffddb3]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [414c097c65bb7925eef9ddc158b112228b49ed12]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Stephan Wunderlich  <sw@openoffice.org>  [63ed9cb4526aa717095b2c57dec890f9e45ad0b7]

        CHG: added some debug information

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cd1a00986f0f1e167ec1ea3cebf2cac4540b842]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb62b06be2da4592da0bedf2e8814bcf0f691905]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5be98eba1fddb559194066c511b53412009c2d5d]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [45967111901ed4b8f9439bdf538fbbf5a6dd4a64]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [99d76d791802e8cf83ea587f7d08b199e601303a]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c32696a04bc195c8ce61a0df6dcafb8c0c49fe0]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-27  Martin Maher  <mmaher@openoffice.org>  [da6131fa2443e3f1d8fd3667e4a8057ba14fa5bd]

        Made Symbol Lookup a abstract class insetad of an interface

2003-03-27  Kurt Zenker  <kz@openoffice.org>  [144d331c9d37e56a601c9f582dd9a5d3d1f8d479]

        new version for SRX644

2003-03-27  Kurt Zenker  <kz@openoffice.org>  [71c36ff5f7d0c6fa8cfd03ebc57a2beb68b280b5]

        new version for SRX644

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [555d702903fb0857122024e1ab78a72d122d3f16]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff721adbe05f7a6659d9dffcf46c671f8a644da7]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [45bb07d39bdd63e741b4fe692a3a0d421a642a79]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [caf5f668e4ca335b6ae3cc7138411cb2b2c5ef97]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e84d5a7ebe34630ea79faeae1ec1f3ed4cb6ef32]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6611cc2ef5960e9f32c56da44fafd02446f53e6]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb2dbe00e9998f0733fd42729dd96fbbd07fc1b4]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [243a97038bdab8f2ec448df19c88ac2638035531]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcb75a10013029571ac9c876e54343da0fc77530]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Eike Rathke  <er@openoffice.org>  [e283533c78f713003e15853ac143460d513ecd39]

        original glibc 2.1.2 regular expression sources

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ad88e6650ca51f6e8df03e0b45cdeb410ffff6e]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fba74f4c5b460718e8307bf41ee6c7fbb0dac5d]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [74b5f16bfd6688a7771b97be25e894834931fbac]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa66eeb587f11bea88ab5950ffd94aee221d6b31]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [db83cf60ae3f512763d17be63148ccb3b4640b72]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Christoph Neumann  <cn@openoffice.org>  [82652140acb49a0a9e699030487117e7293447d2]

        ADD: modifyDescriptor()/checkSort() for ccs.util.XSortable

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6504a6c67b2ef6aef22ee6da66d11376102d294]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Stephan Wunderlich  <sw@openoffice.org>  [f5c279842a8df10550dabde222d0f0371e9e9f01]

        CHG: catch disposedException on cleanup

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5db03f52d7857c98fc55a6ec9bc6f12125a53dc8]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [19a8c241f9f0c5fd164e56ab1763a9cffab5318e]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Stephan Wunderlich  <sw@openoffice.org>  [fc72df991d633a3dccd4db690570cc5210d5cde3]

        CHG: added ObjRelation for XAccessibleEventBroadcaster

2003-03-26  Andreas Bille  <abi@openoffice.org>  [caa2a9eb27f7e266bc844a3ad215ec35bd804b1a]

        #i2822# Close

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [62c63d34028234e3296081e49493f0eba92fc74b]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Stephan Wunderlich  <sw@openoffice.org>  [02cdb170b7ba94cced66907cb3fdb2f4cfe12d0a]

        CHG: choose other menues to avoid dialogs

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd7667178e4fb5ae17f1397c5268591a7c40e1e7]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4507deb1ecfc4f48b263781b2f611a0c6af24cea]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8ad6f1e3f71afb347e85304cd21830213b6863f7]

        INTEGRATION: CWS tbe3 (1.14.14); FILE MERGED 2003/02/27 17:17:30 hr 1.14.14.2: RESYNC: (1.14-1.14.4.1); FILE MERGED 2003/02/27 14:28:15 tbe 1.14.14.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b12de23a2344d8e85fa7748ca9079aaa48ff8522]

        INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED 2003/03/03 17:19:23 tbe 1.1.2.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bd5a8715f1dfe9508677134baa62e6d0e4a06765]

        INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED 2003/02/27 14:12:10 tbe 1.1.2.1: #103595# moved from basctl/source/basicide to basctl/source/inc

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e31d034fbc554df38a690a4ebe252e8cc05adb0e]

        INTEGRATION: CWS tbe3 (1.3.22); FILE MERGED 2003/02/27 14:22:09 tbe 1.3.22.1: #103595# accessibility for dialog editor

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [61bb4875c0b442030b649d9be22a724af17b8b4b]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [9a76129137ef722405d2a3752c88b8d39626947d]

        INTEGRATION: CWS tbe3 (1.2.48); FILE MERGED 2003/02/27 14:22:09 tbe 1.2.48.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [07b514444e98d17991c68f0974e4e3d3c23af932]

        INTEGRATION: CWS tbe3 (1.13.22); FILE MERGED 2003/02/27 17:17:24 hr 1.13.22.2: RESYNC: (1.13-1.13.12.1); FILE MERGED 2003/02/27 14:22:08 tbe 1.13.22.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c6a6dcd9243545fb37da6bebf3507cd6e96c7024]

        INTEGRATION: CWS tbe3 (1.10.22); FILE MERGED 2003/02/28 17:21:08 tbe 1.10.22.2: #103595# accessibility for dialog editor 2003/02/27 14:22:08 tbe 1.10.22.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [dfbcb5d8d0d272cbb83a9568379581d31a5e8da7]

        INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED 2003/02/27 14:11:27 tbe 1.1.2.1: #103595# moved from basctl/source/basicide to basctl/source/inc

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4e16c0a5d4fc652feae98bf86d7f49d84fdae217]

        INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED 2003/02/28 17:21:08 tbe 1.1.2.2: #103595# accessibility for dialog editor 2003/02/27 14:10:39 tbe 1.1.2.1: #103595# moved from basctl/source/basicide to basctl/source/inc

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [060e2cdbd66219bbe0af3499305e9141418cb1e1]

        INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED 2003/03/12 16:42:02 tbe 1.1.2.3: #103595# added FOCUSED state for AccessibleDialogControlShape 2003/03/03 17:16:37 tbe 1.1.2.2: #103595# accessibility for dialog editor 2003/02/27 13:54:22 tbe 1.1.2.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bb3fdb153424c301ed7bc525fca4d5a70c1a5854]

        INTEGRATION: CWS calc05 (1.4.36); FILE MERGED 2003/03/05 15:45:10 er 1.4.36.1: #i11116# currency symbol is simply $, not C$

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [9ae1c45e05282766e5ed4e0cfb5529fe25424439]

        INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED 2003/03/12 16:42:02 tbe 1.1.2.2: #103595# added FOCUSED state for AccessibleDialogControlShape 2003/02/27 13:55:15 tbe 1.1.2.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [2f097701545fdfa6161116217b8d4da0024a3a0d]

        INTEGRATION: CWS tbe3 (1.7.22); FILE MERGED 2003/02/28 17:23:37 tbe 1.7.22.2: #103595# accessibility for dialog editor 2003/02/27 14:25:24 tbe 1.7.22.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e41afbf3eec51d525643a73327ebc6b8e9314e10]

        INTEGRATION: CWS tbe3 (1.2.48); FILE MERGED 2003/02/27 14:25:23 tbe 1.2.48.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [482d0da21f71e4f06c4e098a84c7a9740bde0160]

        INTEGRATION: CWS tbe3 (1.29.18); FILE MERGED 2003/02/27 17:17:19 hr 1.29.18.2: RESYNC: (1.29-1.29.8.1); FILE MERGED 2003/02/27 14:25:23 tbe 1.29.18.1: #103595# accessibility for dialog editor

2003-03-26  Stephan Wunderlich  <sw@openoffice.org>  [4e694b5b68cee2b243b490a16b91e17b5f066d78]

        CHG: wait after menu is activated to ensure that it is visible

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8ede2ae75817aecc2628108915edb9d7f9ee77a4]

        INTEGRATION: CWS tbe3 (1.7.22); FILE MERGED 2003/02/28 17:23:37 tbe 1.7.22.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [38c45676aee0030c0067f38a93931590afbab98a]

        INTEGRATION: CWS tbe3 (1.25.18); FILE MERGED 2003/02/28 17:23:36 tbe 1.25.18.2: #103595# accessibility for dialog editor 2003/02/27 14:25:23 tbe 1.25.18.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d45c67deba2df83b2ce3954958f8fe0e4e45de3e]

        INTEGRATION: CWS tbe3 (1.10.14); FILE MERGED 2003/02/28 17:22:22 tbe 1.10.14.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [55d3c08df305694317e0a93aec9c23e92f914529]

        INTEGRATION: CWS tbe3 (1.25.14); FILE MERGED 2003/02/28 17:22:21 tbe 1.25.14.2: #103595# accessibility for dialog editor 2003/02/27 14:26:47 tbe 1.25.14.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1f81ac42fa49a610eddbb8b069dc1ca02975e115]

        INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED 2003/02/27 14:07:11 tbe 1.1.2.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1876175efc6dcf22b06a4070cec77ef01aa93388]

        INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED 2003/03/12 16:42:44 tbe 1.1.2.4: #103595# added FOCUSED state for AccessibleDialogControlShape 2003/03/03 17:15:52 tbe 1.1.2.3: #103595# accessibility for dialog editor 2003/02/28 17:19:33 tbe 1.1.2.2: #103595# accessibility for dialog editor 2003/02/27 13:57:07 tbe 1.1.2.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d7058d7774c2feb131fc9b37febe07169e1dbacb]

        INTEGRATION: CWS tbe3 (1.1.2); FILE ADDED 2003/03/12 16:42:44 tbe 1.1.2.4: #103595# added FOCUSED state for AccessibleDialogControlShape 2003/03/03 17:15:51 tbe 1.1.2.3: #103595# accessibility for dialog editor 2003/02/28 17:19:33 tbe 1.1.2.2: #103595# accessibility for dialog editor 2003/02/27 13:59:29 tbe 1.1.2.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d017cd249c8cea46479173c514eaf420bc23a4b7]

        INTEGRATION: CWS tbe3 (1.16.22); FILE MERGED 2003/03/03 17:20:10 tbe 1.16.22.1: #103595# accessibility for dialog editor

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [9cbe83136bce6bf8a83278cb3b44f377eb22482f]

        INTEGRATION: CWS tbe3 (1.3.42); FILE MERGED 2003/02/27 14:29:40 tbe 1.3.42.1: #103595# accessibility for dialog editor

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [44bf5dacd75eec3d27acf9590a29ce49a3b585cf]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ba256e780ec6b8442fee6ca7be01bca78a74016]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7ea5b0ca567c0ce8272148244e4579dcec548a7]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Stephan Wunderlich  <sw@openoffice.org>  [017824fc4865db90a1dec1506156e54f646a4231]

        CHG: choosing another menu item

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0e233b373dc27605943a235ea18eded55ffaafe]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8183bfe7302f9822ba3604c28780efea2dda6cf]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a7e51ee05f1d95a384828740ed86bd4763e7237a]

        INTEGRATION: CWS gh3 (1.1.2.1.6); FILE MERGED 2003/03/18 11:36:18 gh 1.1.2.1.6.1: added debug code

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [290cc577dca29804393e4bcfccdb25d0b15b887b]

        INTEGRATION: CWS gh3 (1.3.2.1.6); FILE MERGED 2003/03/19 14:54:30 gh 1.3.2.1.6.4: small fix for wnt 2003/03/18 11:36:17 gh 1.3.2.1.6.3: added debug code 2003/02/26 17:45:09 gh 1.3.2.1.6.2: #107741#don't try to close hidden windows in ResetApplication 2003/02/13 09:57:21 gh 1.3.2.1.6.1: #100876#call CheckButtonHdl() to propagate changes

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4754443b44db70fe4b0ef1a39b8ca1362675eafc]

        INTEGRATION: CWS gh3 (1.1.12); FILE MERGED 2003/03/18 11:36:17 gh 1.1.12.2: added debug code 2003/02/24 12:57:35 gh 1.1.12.1: #107646#change idle handler to own Timer and call it less frequently and only when needed

2003-03-26  Stephan Wunderlich  <sw@openoffice.org>  [5919aad9942273d51b5b137282520cef9fc3ec26]

        CHG: ensure that the item is visible

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7440e9cdab240a0ab3006890cdec505b26f8b3a0]

        INTEGRATION: CWS gh3 (1.1.12); FILE MERGED 2003/02/24 12:57:32 gh 1.1.12.1: #107646#change idle handler to own Timer and call it less frequently and only when needed

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [61042ccf06de8154f7a8d97c440bb1e4ae9598eb]

        INTEGRATION: CWS gh3 (1.4.50); FILE MERGED 2003/02/12 15:21:10 gh 1.4.50.1: #106359# ignore multiple blanks when parsing arguents

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [2d8abc0a05166a59c44c8ddd28ce038ca81d729e]

        INTEGRATION: CWS gh3 (1.4.10.1.10); FILE MERGED 2003/02/26 13:34:55 gh 1.4.10.1.10.1: #106965#Persistency of Config is only turned on when OK is pressed on Dialog

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ff66ffecdc409e11e52861a6fbeeb5fe70c2c853]

        INTEGRATION: CWS gh3 (1.11.2.1.10); FILE MERGED 2003/02/26 13:34:54 gh 1.11.2.1.10.1: #106965#Persistency of Config is only turned on when OK is pressed on Dialog

2003-03-26  Vladimir Glazounov  <vg@openoffice.org>  [919f35e7cc77ce4daed504514d5e7a79e2814b75]

        INTEGRATION: CWS gh3 (1.44.2.1.10); FILE MERGED 2003/03/18 11:19:10 ab 1.44.2.1.10.1: #107417# Instantiate SvtSysLocale to improve performance

2003-03-26  Andreas Bille  <abi@openoffice.org>  [6bbed3ff07a33bcd0143d62d5e5e31c96223bfa6]

        #i2822# part of impl of IOleObject

2003-03-26  Stephan Wunderlich  <sw@openoffice.org>  [d47337c5316e85fa0973bdceb72f3fcf53408058]

        CHG: changed required method for doAccessibleAction

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [10a1a63a37e5d130726ae6980f2ca57f06c46fd1]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-26  Steffen Grund  <sg@openoffice.org>  [69be383fc5189e6baff199a93497e35912fc1440]

        CHG: added 'choosable log writer' feature

2003-03-26  Andreas Bille  <abi@openoffice.org>  [8d45b4a32eaee1c0649809fac2be6520d74a1806]

        #i2822# part of impl of IOleObject

2003-03-26  Mikhail Voitenko  <mav@openoffice.org>  [74d5462d024bbb66e74e9c9dc912110b918516b4]

        #i2822# set the document mode to 'embedded'

2003-03-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f9bfe677d855d9883360e151d15a6cb6c4d9f7d]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ee2a0686f065b059e77f7b0a276a071373c7106]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [4011187ff516846635d4e2c3256dca3eb8c3719f]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [5650dc7dc0cd18976eb9c038d23f16cc117437c3]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c44484b924a3aa8a7b39a0f31413a307d57906b]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [27973e334a0fdbc8712bdcb1c693b26717923a1e]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Tomas O'Connor  <toconnor@openoffice.org>  [6d2505eb901c07159107c97ec66830bbec840121]

        Add test for getAllImplementations method of XScriptInfoAccess interface

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9b1ecc256ef18c4f9830207d39b08ba02206d56]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [27ce68aff26150da5695bc686b98fddb6ba59265]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Chris Halls  <haggai@openoffice.org>  [c082fe0562e8f972efa156081daff5030b3f3c79]

        #i12645#: unhandled NULL return from getCmdLine() causes crashes in build tools if no /proc mounted.  Approved by mh

2003-03-25  Tomas O'Connor  <toconnor@openoffice.org>  [93b11bc7ec94ff0bc3b4a2e1fb974cf1165b6a07]

        Add beanshell tests and test of return values from beanshell scripts

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [117548822bd743dc56dbff442a5e5d16a08a358a]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [29a4847890f529dad10e2d9f0334eeb6c919f0c7]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [74da1f2e44de16279f2324405fa0a99c7285c0e7]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Steffen Grund  <sg@openoffice.org>  [0bbaa7201b5261b6712d960c17743aa21f8e75d0]

        CHG: added new java file to list

2003-03-25  Steffen Grund  <sg@openoffice.org>  [efa26837aaf84e764e15bd4affaa81a219721f41]

        CHG: initial version

2003-03-25  Steffen Grund  <sg@openoffice.org>  [737f9fdeabac582592c84961514a642e27998ea0]

        CHG: initila version

2003-03-25  Steffen Grund  <sg@openoffice.org>  [c7591cdc43f406abd3b326b0fb51fd835d251bcb]

        CHG: added usage of 'before()' and 'after()' methods

2003-03-25  Steffen Grund  <sg@openoffice.org>  [79017a027dc78d31db619e3b05cb5b47d39a7575]

        CHG: removed usage of xMSF as key for Hashtable

2003-03-25  Steffen Grund  <sg@openoffice.org>  [45037dc6e868f4e1384c0a66f761706e4db9bc5b]

        CHG: 'dmake TESTS=TRUE' adds all tests to the OOoRunner.jar

2003-03-25  Duncan Foster  <dfoster@openoffice.org>  [b658df4194bc54a156dfa7d8224bdae4848f0f84]

        Added Capitalise beanshell script

2003-03-25  Stephan Wunderlich  <sw@openoffice.org>  [8a8ee787602bbac68b5ca8bdddd6f80d3e9fcb02]

        CHG: changed Event to be fired

2003-03-25  Stephan Wunderlich  <sw@openoffice.org>  [0bc56b36faa9780dab83602d8e03bddc2aa77417]

        CHG: using drawdoc to have a 'moveable' scrollbar

2003-03-25  Stephan Wunderlich  <sw@openoffice.org>  [1db50ca368e3522890db149ea5d78a35f66312e1]

        CHG: added some debug output

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [b57fee8153ab7bb8a2fdc2a12a5ccc0c0927d6f4]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec2f352b8fbd698d74979e1a031163e3c9bc90b6]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [036ed05fe35044e49a91e12b6a8e5f36a5b9c4c2]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-25  Stephan Wunderlich  <sw@openoffice.org>  [f216aa0d8b3bba19498336f8c29b9b0c6bcc547b]

        ADD: initial version

2003-03-25  Stephan Wunderlich  <sw@openoffice.org>  [8b557f6a7d0f2627ce096936169b11d2017b62ac]

        CHG: catch nullpointer in getAccessibleAt

2003-03-25  Stephan Wunderlich  <sw@openoffice.org>  [e3ca33951226226267b3f4b887f57eb981140c7e]

        CHG: don't display tree

2003-03-25  Stephan Wunderlich  <sw@openoffice.org>  [5588da9401c31c78996c3ce8f652b91fb0f9a648]

        CHG: added debug info

2003-03-25  Tomas O'Connor  <toconnor@openoffice.org>  [945abd8ce8e081e524ac5d34a63d37ad2b654a45]

        Updates to jSuite tests.

2003-03-25  Mikhail Voitenko  <mav@openoffice.org>  [e12f3a21a4e45ace5596f29e477d447c6ac51238]

        #i2822# register for file opening

2003-03-25  Duncan Foster  <dfoster@openoffice.org>  [9a5d88733783a459360463581672c0e17d9b851e]

        Added Beanshell example script to provide the word count of selected text in a Writer document.

2003-03-25  Stephan Wunderlich  <sw@openoffice.org>  [8e7340e0b60d61d87dcb704fde017e68327e775a]

        CHG: chose the List that is child of a Listbox

2003-03-25  Mikhail Voitenko  <mav@openoffice.org>  [5a476fbbc1ea7474dcf72cc2bfc4c36ccf8445f9]

        #i2822# implement IPersistFile

2003-03-25  Mikhail Voitenko  <mav@openoffice.org>  [e694d3e6b94fd244189932079f2120d74178d34e]

        #i2822# web and global documents are not supported

2003-03-25  Mikhail Voitenko  <mav@openoffice.org>  [4117d55740abbc3987d486fa1044ffe5dbc0d1a4]

        #i2822# support 'Embedded Object' clipboard format

2003-03-24  Kurt Zenker  <kz@openoffice.org>  [2e412b3f0d73d337573e388d9854211dd3dee2d2]

        new version for SRX644

2003-03-24  Kurt Zenker  <kz@openoffice.org>  [3880e00b59b2972ef37cdea4f938cd79eeb66ea7]

        new version for SRX644

2003-03-24  Oliver Bolte  <obo@openoffice.org>  [4c23178cb43d9505ecf5ff5220d05f329f4de015]

        new version for SRX644

2003-03-24  Martin Hollmichel  <mh@openoffice.org>  [3c491bef14277629f31594f0ab744c2335c36226]

        rejected patch for i11326

2003-03-24  Stephan Wunderlich  <sw@openoffice.org>  [58a585b2a672862bba1738ddf1a18825bc0c4e2a]

        CHG: added ObjRelation for XAccessibleText

2003-03-24  Stephan Wunderlich  <sw@openoffice.org>  [a2543bf728da8e4f59e2c1900d8330f116e20bdc]

        CHG: parsing ObjRelation given by StatusBarItem

2003-03-24  Stephan Wunderlich  <sw@openoffice.org>  [6f2cc5a58e39f772b0ca575bfb08dc531d8bbd37]

        CHG: added ObjRelation for XAccessibleText

2003-03-23  Jörg Budischewski  <jbu@openoffice.org>  [e80bdbafeba9af9b58aac81b999f4b299c9eecd6]

        initial checkin for the pyuno-0.9.2 release

2003-03-21  Kurt Zenker  <kz@openoffice.org>  [75748fcbde994192e3057436a030aeae5a91bb2d]

        new version for SRX644

2003-03-21  Kurt Zenker  <kz@openoffice.org>  [7b2cc59dd3f23501c198cc6c8660760bc43c59f8]

        new version for SRX644

2003-03-21  Kurt Zenker  <kz@openoffice.org>  [7c3820b68b848d11960e3b80bef4020e315c4907]

        new version for SRX644

2003-03-21  Kurt Zenker  <kz@openoffice.org>  [68de4e1488ae4810006e6e55b7d6aca027c4f4c4]

        new version for SRX644

2003-03-21  Kurt Zenker  <kz@openoffice.org>  [0fb72f3cc33c63fe8b9491b6e85ab1e76d52058f]

        new version for SRX644

2003-03-21  Christoph Neumann  <cn@openoffice.org>  [4d75496a612ad3c56ec52aeea3f83e9870a55742]

        ADD: requirements for com.sun.star.awt.XControlContainer

2003-03-21  Christoph Neumann  <cn@openoffice.org>  [6476d0e59d76b012ce59726faf678fbb16ffc7e2]

        ADD: com.sun.star.awt.XControlContainer

2003-03-21  Christoph Neumann  <cn@openoffice.org>  [d5fea496fce074f6c8da7a1038c8cc183551f1fd]

        ADD: BookMarks

2003-03-21  Christoph Neumann  <cn@openoffice.org>  [90bfce5209a6a4d9bed63e96e7f36902fad06eca]

        ADD: getMyBookMarks()

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [479dc59b5cc884f3dd8c3f8e0bd955e6bcaebfa7]

        #100000# getting rid of build dep from offuh

2003-03-20  Lars Langhans  <lla@openoffice.org>  [70866db8717dc57e9b300fe98b65c183e0ce949b]

        testshl2 target file for automated tests which contain all libs which should be tested.

2003-03-20  Christoph Neumann  <cn@openoffice.org>  [4da82654e733083e9fc92984d762b315fac288e9]

        CHG: speedup Basic start

2003-03-20  Christoph Neumann  <cn@openoffice.org>  [c065f8aa57df80a9bcab9acd2c194d6bba740570]

        CHG: keep TestJob from ini-file

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [428096656825bd672c20e02e07378d9205a16294]

        INTEGRATION: CWS uno1 (1.9.18); FILE MERGED 2003/02/28 10:52:53 dbo 1.9.18.1: #i11781# fixing compiler warnings

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [5ba498129f1c01a0d039a6f6d5e5cf1e463a7fc7]

        INTEGRATION: CWS uno1 (1.9.22.1.6); FILE MERGED 2003/02/28 10:52:52 dbo 1.9.22.1.6.1: #i11781# fixing compiler warnings

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [dc42090d155ee83ad87332929002769f58bf4299]

        INTEGRATION: CWS uno1 (1.1.2.3.8); FILE MERGED 2003/02/25 17:13:18 dbo 1.1.2.3.8.1: #107762# additional DEBUG info; java proxy hashCode() fix

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [d8f92462826aba8924ee07da4a599a5d7d042f62]

        INTEGRATION: CWS uno1 (1.10.2.1.6); FILE MERGED 2003/02/25 17:13:16 dbo 1.10.2.1.6.1: #107762# additional DEBUG info; java proxy hashCode() fix

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [57a5eec4ad6302edbd466948a0b531a82ed77046]

        INTEGRATION: CWS uno1 (1.10.2.1.6); FILE MERGED 2003/02/25 17:13:15 dbo 1.10.2.1.6.1: #107762# additional DEBUG info; java proxy hashCode() fix

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [87cad9db4a22642fd052f4a3137d1376f22f8b35]

        INTEGRATION: CWS uno1 (1.10.2.3.4); FILE MERGED 2003/03/11 15:11:49 dbo 1.10.2.3.4.1: #107762# removing bridges/source/java_uno

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [afbba1afcf5b810cc2176b65453a02af0a8e858f]

        INTEGRATION: CWS uno1 (1.10.18); FILE MERGED 2003/02/25 17:14:07 dbo 1.10.18.1: #107762# modified oid format (omitting process id)

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [5d6df91b61c609adde94f62cade37243663af598]

        INTEGRATION: CWS uno1 (1.20.8.1.4); FILE MERGED 2003/03/03 12:10:18 jsc 1.20.8.1.4.1: #107571# use always typelib_static_type_getByTypeClass for uno.Esception and uno.XInterface, even if -C/-L is used

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [94e90626a652e8db798bdf52beb28cebbea285d3]

        INTEGRATION: CWS uno1 (1.15.2.17.2.1.4); FILE MERGED 2003/03/03 10:46:53 ab 1.15.2.17.2.1.4.1: #107604# Error message in Dbg_SupportedInterfaces output if XIdlClass is not available

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [1c3b5500bdb38768894c2330aa8a331a7f77a8c4]

        INTEGRATION: CWS uno1 (1.5.22); FILE MERGED 2003/02/25 16:41:35 dbo 1.5.22.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [26973d60996f3e3edfec83789c585dd505cc2850]

        INTEGRATION: CWS uno1 (1.13.18); FILE MERGED 2003/02/25 16:41:33 dbo 1.13.18.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [14d61f6cb3065e06538e2387e5c24534675d392e]

        INTEGRATION: CWS uno1 (1.10.18); FILE MERGED 2003/02/25 16:49:39 dbo 1.10.18.2: #107762# typo 2003/02/25 16:41:33 dbo 1.10.18.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [9d436d4fb412e5de2891d1102d1b894ad4ee3575]

        INTEGRATION: CWS uno1 (1.19.18); FILE MERGED 2003/03/07 15:02:21 dbo 1.19.18.2: #107762# fixing interface release 2003/02/25 16:41:32 dbo 1.19.18.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [7e98c8109f581d1411e0c833e58dd8478b439367]

        INTEGRATION: CWS uno1 (1.25.18); FILE MERGED 2003/02/25 16:41:32 dbo 1.25.18.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [a6ac74d81180d76551b8001831806c0cc2260af9]

        INTEGRATION: CWS uno1 (1.7.18); FILE MERGED 2003/02/25 16:41:31 dbo 1.7.18.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [a6cc3a25f2e1f44731eaefd84bef7e647fc6402f]

        INTEGRATION: CWS uno1 (1.8.18); FILE MERGED 2003/02/25 16:41:31 dbo 1.8.18.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [63778adf5cdb59679a3e7efb15d4c9fb101721f7]

        INTEGRATION: CWS uno1 (1.20.4.1.4); FILE MERGED 2003/02/25 16:41:30 dbo 1.20.4.1.4.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [38d2fa28452441a3e2f5d5291ed58ea4b3ec7ebe]

        INTEGRATION: CWS uno1 (1.9.18); FILE MERGED 2003/02/25 16:41:30 dbo 1.9.18.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [f24aa4d9d92d55a7d712d1bdff0f7f180f6c6269]

        INTEGRATION: CWS uno1 (1.8.18); FILE MERGED 2003/02/25 16:41:30 dbo 1.8.18.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [a4d4df4e3ade39d00091712a13369fa8c609f82c]

        INTEGRATION: CWS uno1 (1.12.16); FILE MERGED 2003/02/25 16:41:29 dbo 1.12.16.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [e5f62bd39b2b62b15883fd8de8988c7edbc77a12]

        INTEGRATION: CWS uno1 (1.14.22.2.4); FILE MERGED 2003/02/25 16:41:28 dbo 1.14.22.2.4.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [aafbcd11fba9e21b8a96d1d4047be4281074c1f5]

        INTEGRATION: CWS uno1 (1.3.46); FILE MERGED 2003/02/25 16:41:27 dbo 1.3.46.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [9dd0e4f1be98a9c089bb7347086dbd1f7b73d825]

        INTEGRATION: CWS uno1 (1.8.34); FILE MERGED 2003/02/25 16:41:27 dbo 1.8.34.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [35bcfdc282a70bd3470adc7ba163adda7a437591]

        INTEGRATION: CWS uno1 (1.4.18); FILE MERGED 2003/02/25 16:41:25 dbo 1.4.18.1: #107762# avoid use of generated headers; minor modifications

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [7ff06e3c0b9c474064ba5448d2104a2059466269]

        INTEGRATION: CWS uno1 (1.9.6.1.6); FILE MERGED 2003/03/11 16:03:58 dbo 1.9.6.1.6.1: #107762# loading core uno component with full path; code cleanup

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [decc327e40e087680befba9dfed0eb1c30292f31]

        INTEGRATION: CWS uno1 (1.15.18.1.6); FILE MERGED 2003/03/11 16:03:58 dbo 1.15.18.1.6.1: #107762# loading core uno component with full path; code cleanup

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [cf326e69ca97538df33226adee5f7893acb56553]

        INTEGRATION: CWS uno1 (1.17.20); FILE MERGED 2003/03/11 16:03:57 dbo 1.17.20.1: #107762# loading core uno component with full path; code cleanup

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [27e6b8949eb92f0a50f4f550bc836ec1d0a37c1c]

        INTEGRATION: CWS uno1 (1.33.18); FILE MERGED 2003/03/11 16:03:57 dbo 1.33.18.1: #107762# loading core uno component with full path; code cleanup

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [7f6b7b36442e21caedc596602d4cb4f840ae13a2]

        INTEGRATION: CWS uno1 (1.12.18); FILE MERGED 2003/03/11 16:03:56 dbo 1.12.18.1: #107762# loading core uno component with full path; code cleanup

2003-03-20  Vladimir Glazounov  <vg@openoffice.org>  [b0f74af166600c8623202a56744d403003284ef1]

        INTEGRATION: CWS uno1 (1.3.44); FILE MERGED 2003/02/28 10:51:31 dbo 1.3.44.1: #i11781# fixing compiler warnings

2003-03-20  Kurt Zenker  <kz@openoffice.org>  [3b96418478302c640ba71d187d74d713ab97a31d]

        new version for SRC641

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2facbebb88fe72614d566c3187c8f86c5c61f8bd]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d1de75fdd586975893115f0d619b1dc9bc60551]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [458547ebf23b4d77f60658a6752cf0d85eec112f]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab86e92fa219718c5c172c373e8c7c3d016a2d31]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [31bf9f8309d6f5283ce08dc92a929cb1a61e8a76]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [53128e64b7552217c8cf290e73ef7a69c375a37c]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Stephan Wunderlich  <sw@openoffice.org>  [1a7f303f232c036b9e1d819df75d4baeca624517]

        CHG: updated version

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0b65deaa6e999132779e26f2b448dfa8662963c]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0ac98f6d945aa23617e5f5174ef16287fb985a0]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ed9759cd9d0889d3730369932035e87d5c423d6]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a832295be4ee35e352d75684d352f36772bcda01]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Oliver Bolte  <obo@openoffice.org>  [6a9ee9313e8e121d2b651643bca8c6820106ddb4]

        new version for SRX644

2003-03-19  Stephan Wunderlich  <sw@openoffice.org>  [56420d34b1482f29a27ee9143374d60ecc226f8e]

        NEW: initial version

2003-03-19  Christoph Neumann  <cn@openoffice.org>  [983613ac4748871b5eb22b5ba8b12261f0224ab8]

        CHG: gSub() -> utils.StrReplace()

2003-03-19  Kurt Zenker  <kz@openoffice.org>  [281a05a454c1571db5112bf349e07d589a7a451f]

        new version for SRX644

2003-03-19  Christoph Neumann  <cn@openoffice.org>  [77ffab83098ca1634d1f669b082dbf8293c50a7e]

        CHG: gSub() -> utils.StrReplace()

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6b6857bb76e7713b08e15512d1de7fe42487ca7]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Stephan Wunderlich  <sw@openoffice.org>  [97edc0f92b019e86fb9fb633864d73d9c6f4be75]

        NEW: initial version

2003-03-19  Kurt Zenker  <kz@openoffice.org>  [cf49371243377a126dca9acecf3f7d0a62a47920]

        new version for SRX644

2003-03-19  Stephan Wunderlich  <sw@openoffice.org>  [8357e2868f90968977ee8585e1493278024f00e9]

        CHG: added ObjRelation for XAccessibleEventBroadcaster

2003-03-19  Stephan Wunderlich  <sw@openoffice.org>  [05b09b6f2d3f92cb216859af3cb290ffc43a11e7]

        CHG: add ObjRelation for XAccessibleText

2003-03-19  Stephan Wunderlich  <sw@openoffice.org>  [5acef2af8236935de2b4431683dc18a1081d48a5]

        CHG: catch NullPointer in getAccessibleKeyBindings

2003-03-19  Stephan Wunderlich  <sw@openoffice.org>  [1388d061ac3160bfe0dabbd91e7aacee90b21d78]

        CHG: added ObjRelation for XAccessibleText

2003-03-19  Mikhail Voitenko  <mav@openoffice.org>  [9f679f482de6350a8caf4d58e001140e2e8a4fc5]

        #i2822# let the project be independent component

2003-03-19  Mikhail Voitenko  <mav@openoffice.org>  [615ea2559fc3f29d3ded828c1b280e41c80d3203]

        #i2822# let the project be independent component

2003-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcdbf275bb52f7e566687a597ec27b0ebd6b2142]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-19  Mikhail Voitenko  <mav@openoffice.org>  [b9dc9f9a522ffa816fc3dcef9a0b4f24fa2c8c76]

        #i2822# office termination

2003-03-19  Mindy Liu  <mindyliu@openoffice.org>  [ca07344a991e5e0a9449c43a0a4f638bc80c04e9]

        add kTestByte6

2003-03-19  Mindy Liu  <mindyliu@openoffice.org>  [1ab31b730886310e4e316b1dae8afb0f30940861]

        add another testsequence const

2003-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [4afcc7135e0bef66e7a218141bc93a6aa6128fd8]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a285bd54c44458692323167717884d3b295ef27]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [9778aa12dbc0202478fbb5ce28d7e7c5bde9c793]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [0744f579c54cf02c7e581eab49ded1e184919140]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [7de730a1f2c939654c6208baff41269d18c39b09]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-18  Steffen Grund  <sg@openoffice.org>  [e2af459f23ad60c013a788a2005c13e72013f162]

        CHG: added before() and after() methods for tests

2003-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [036f385a392c49f783e6ba558507edc3f03804d9]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-18  Stephan Wunderlich  <sw@openoffice.org>  [0e7e7cecc0c4875b87ef0429e9abd13eda3df4a1]

        CHG: added Object relation for XAccessibleEventBroadcaster

2003-03-18  Stephan Wunderlich  <sw@openoffice.org>  [94c71950f4d497322c48547fa339e13e4002d0f8]

        CHG: literal bug

2003-03-18  Christoph Neumann  <cn@openoffice.org>  [f04c8714aa2b939a0182b438007e2fce72d799f9]

        ADD: Global oPersistInstance As Object

2003-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [72ef55fe37b026d9f89cea441737d4c20fd35c73]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [179fc2e2e25d3e9bc7c198b1e9ea6651fc6de84a]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-18  Christoph Neumann  <cn@openoffice.org>  [4d6e60a004950377564861c0b6387d6ff784536f]

        Global oPersistInstance As Object

2003-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [d26ec88993159d1cad127c1354a1ebfb8d1110cc]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-18  Christoph Neumann  <cn@openoffice.org>  [f52e63a6706f2cd1ee3dce9450613684376700aa]

        ADD: utils.closeObject()

2003-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a129a649ad7b8380d4c764d6d4ea7dd5c9003a0]

        MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-03-18  Kurt Zenker  <kz@openoffice.org>  [16a013ff8c8f4b4935552ac5ebdb27153582eb0e]

        new version for SRC641

2003-03-18  Christoph Neumann  <cn@openoffice.org>  [38ea5174d0e447eb8ddb906e4f3d7484c7710c2e]

        ADD: utils.closeObject()

2003-03-18  Christoph Neumann  <cn@openoffice.org>  [2e3f8067f49a752b6b023f634f779d1603a1f037]

        ADD: utils.closeObject()

2003-03-18  Christoph Neumann  <cn@openoffice.org>  [e9f20960456b633ffe88d1d365fe39982557ce1e]

        ADD: utils.closeObject()

2003-03-18  Christoph Neumann  <cn@openoffice.org>  [7a465f1491c21293e5dffe23ff56f570c85c2c8c]

        ADD: utils.closeObject()

2003-03-18  Christoph Neumann  <cn@openoffice.org>  [14f0aa17d25ff3474823eae8caa5f2eea408c18b]

        ADD: XCloseable

2003-03-18  Christoph Neumann  <cn@openoffice.org>  [73d5575a25c1e89752398a001ca4e08828cad22f]

        ADD: XCloseable

2003-03-18  Christoph Neumann  <cn@openoffice.org>  [3c962c7cf2fa22919ff3e19ef706c5788ef56ddf]

        ADD: XCloseable

2003-03-18  Mindy Liu  <mindyliu@openoffice.org>  [838d0984e4105f6f64b4e784d27be4d8dabdbba5]

        *** empty log message ***

2003-03-18  Mindy Liu  <mindyliu@openoffice.org>  [6fa1cefbfc706634235bb745895e3d61357167a5]

        add kTestByte5

2003-03-18  Mindy Liu  <mindyliu@openoffice.org>  [c93f1309314167d785b284312524e40313015f34]

        getdata_001 updated

2003-03-17  Stephan Wunderlich  <sw@openoffice.org>  [9ff220301b0344933880eddd1ff5c3476608ad3d]

        CHG: removed log

2003-03-17  Stephan Wunderlich  <sw@openoffice.org>  [08b2cbf504c5379f4ecf291b80624d7ca8c9ce13]

        CHG: check is child is selectable

2003-03-17  Andre Fischer  <af@openoffice.org>  [4bc0411e2bb8daaa133ca4a17aa43b3b921d8f09]

        No filtering of top level windows at the moment.

2003-03-17  Andre Fischer  <af@openoffice.org>  [e3a1a6a62cbb7023a6686e075887d1de50f83d49]

        Initial Release.

2003-03-17  Mikhail Voitenko  <mav@openoffice.org>  [f74361b71d2e966f0bd3bef5384f444d09fcc336]

        #i2822# test scenario

2003-03-14  Andre Fischer  <af@openoffice.org>  [f6ed8b708d4cdc102c67a31bf27853123e330dbc]

        Added a simple help widget.

2003-03-14  Andre Fischer  <af@openoffice.org>  [d935328c80532755308dab811145427845010087]

        Improved AccessibleObject->CanvasShape.

2003-03-14  Armin Weiss  <aw@openoffice.org>  [a69f69f51cb903df490878c72a2068b103359b91]

        Added assigment operators for tuple, vector. Also added Flip() functionality for Polygon.

2003-03-14  Andre Fischer  <af@openoffice.org>  [e3b23d3146090399a68344c8075f4815d1823e07]

        Improved AccessibleObject->CanvasShape.

2003-03-14  Gregor Hartmann  <gh@openoffice.org>  [21893f5a9367f95bd0cbaa8f974bef856c39ddcb]

        new tages <#GRAPHIC> and <#NEXTVERSION>

2003-03-14  Armin Weiss  <aw@openoffice.org>  [b5af76d9cdea16d885479cf0c803d97057bcbb05]

        Simplified polygon base template (PolygonPointList), changed some include statements to work with big and small letters.

2003-03-14  Andre Fischer  <af@openoffice.org>  [0debb5d01dd17c3848af21d438473675adcb199e]

        Moved class SelectionDialog into its own file.

2003-03-14  Andre Fischer  <af@openoffice.org>  [93d5605dac9db06ce7aadb5a1d7667e455aa6f88]

        The child list widget displays now more than one line.

2003-03-14  Tomas O'Connor  <toconnor@openoffice.org>  [aba526e28367b13319f0e56a44bed581417646d0]

        CommandLineTools should use AllFilesFilter

2003-03-13  Oliver Bolte  <obo@openoffice.org>  [49bb1939019d800432e16fdcd56e7248eba411e3]

        new version for SRX644

2003-03-13  Andre Fischer  <af@openoffice.org>  [556fa073dd173e663474fb02c93bbd50abcc25ae]

        Major restructuring.

2003-03-13  Tomas O'Connor  <toconnor@openoffice.org>  [9ef5e5bf0c5733a63c8c1b42949d75be649cce0f]

        Support 1.1Beta and 644 OpenOffice.org version numbers

2003-03-13  Oliver Bolte  <obo@openoffice.org>  [0a20d897ff8a2374f5015061c7219063eb5cd947]

        new version for SRX644

2003-03-13  Kurt Zenker  <kz@openoffice.org>  [852c4112e078ecdd4f20ab0215c647437f079035]

        new version for SRX644

2003-03-13  Noel Power  <npower@openoffice.org>  [38381f2126d91b2e8b58130ed206065280ac9620]

        Committing on behalf of Neil Montgomery (code review updates)

2003-03-13  Noel Power  <npower@openoffice.org>  [5ce3eca124ad6dfb0a24d87078d687eff932b2ad]

        #Bug 12136 12135 Code review rework & Format menu issues

2003-03-12  Tomas O'Connor  <toconnor@openoffice.org>  [cfca72516976d09266b2eec775383c802d6b9278]

        Changes arising from Noels Code Review

2003-03-12  Martin Maher  <mmaher@openoffice.org>  [2f0f45494dc33d06ef18fabf8865e2e222241747]

        Fixed javadoc error

2003-03-12  Martin Maher  <mmaher@openoffice.org>  [1410796da986f9328eaf8a2a5fe6de870639f379]

        Pale colours were being mapped to white. Added code to map them to their base color (e.g. pale yellow now maps to yellow not white)

2003-03-12  Martin Maher  <mmaher@openoffice.org>  [8c19fd116d17295ce66ce58244fadb5e67f5fa93]

        *** empty log message ***

2003-03-12  Duncan Foster  <dfoster@openoffice.org>  [c09e0ef0d6f9642b58a49d0050da74a32f23e534]

        #i12215# XScriptSecurity::checkPermissions now returns void if permission is granted. Removed IllegalArgumentException from specification of XScriptInfoAccess::getScriptLogicalNames

2003-03-12  Mikhail Voitenko  <mav@openoffice.org>  [8c0eb7d4b5072d3c69d3c6552e2ae92732d71558]

        #i2822# lock the document

2003-03-12  Tomas O'Connor  <toconnor@openoffice.org>  [683487f6af23b26e8a088939573c1fe4f2bf343e]

        Update test data with correct values

2003-03-12  Oliver Bolte  <obo@openoffice.org>  [53e1d4531bef664c0bbaced91eed62f61991d419]

        new version for SRX644

2003-03-12  Oliver Bolte  <obo@openoffice.org>  [f31511fc85ce6091cc07901ca6fc4e050eb293d6]

        new version for SRX644

2003-03-11  Oliver Bolte  <obo@openoffice.org>  [8b15071e42532dd04bebb20e2a75a6ccbb7f58f8]

        new version for SRX644

2003-03-11  Oliver Bolte  <obo@openoffice.org>  [837c3fc11348587716ef26ee5196a396037a0aec]

        new version for SRX644

2003-03-11  Oliver Bolte  <obo@openoffice.org>  [b184e6e39f6c865b45719488e2861c825f51bce4]

        new version for SRX644

2003-03-11  Oliver Bolte  <obo@openoffice.org>  [0f810f901897a96ab0cd9fb03a3f587628859456]

        new version for SRX644

2003-03-11  Mikhail Voitenko  <mav@openoffice.org>  [4ed31202a053a7b41871c7ac246dd1cf4a3d7f49]

        #i2822# notification on save; stream mode fix

2003-03-11  Mikhail Voitenko  <mav@openoffice.org>  [21efcfe2798d499e082be07cec57239cccd11c72]

        #i2822# notification on close

2003-03-11  Kurt Zenker  <kz@openoffice.org>  [4e24caa56cdfea87ae346897cd27a1d3c07f6602]

        new version for SRC641

2003-03-10  Mikhail Voitenko  <mav@openoffice.org>  [8e4706812d1f46cedd1b21c476b2a69debfda527]

        #i2822# container notification

2003-03-10  Mikhail Voitenko  <mav@openoffice.org>  [a9977a16d1ba52368d70d82f11e24e1b12aed7d0]

        #i2822# fix stream openmode

2003-03-10  Mikhail Voitenko  <mav@openoffice.org>  [410f4bb81627bf6741e270fabcd4a4ba2fb6c5f1]

        #i2822# container notification & win metafile

2003-03-10  Mikhail Voitenko  <mav@openoffice.org>  [ba41a201c9c94cef2e35cda0b571893661c83121]

        #i2822# container notification

2003-03-10  Mikhail Voitenko  <mav@openoffice.org>  [9fab8e06f452ed4872f60ea0dd90085350b8ffc3]

        #i2822# fix util entry

2003-03-10  Martin Hollmichel  <mh@openoffice.org>  [88a235a0c8f81a24015a35b6c0de1116c03dbca5]

        chg: target name, #i10000#

2003-03-10  Sascha Ballach  <sab@openoffice.org>  [dce26a72240ba8716580b9c23fdfe0e9b65c9652]

        #93294#; export empty header/footer if left and right are not the same

2003-03-10  Lars Langhans  <lla@openoffice.org>  [108c839bba66ad25c329070dc9990e24c582164c]

        changes, to build OStringBuffer.cxx on wntmsci9

2003-03-10  Mindy Liu  <mindyliu@openoffice.org>  [b19468ab93e1615af9a0314e2d55437e4f1a22bd]

        test

2003-03-10  Christoph Neumann  <cn@openoffice.org>  [d4df044ddc4137b778c24aa2bde04e93d759b949]

        CHG: remove oDoc.dispose()

2003-03-10  Lars Langhans  <lla@openoffice.org>  [409f2838b69d1463125cce1bb60a5cb73cce5578]

        change printf to printf with '#'

2003-03-10  Christoph Neumann  <cn@openoffice.org>  [45d72fad08077369d082eb1b0dbe3ce74e81ce1f]

        CHG: remove oDoc.dispose()

2003-03-07  Steffen Grund  <sg@openoffice.org>  [cb3b043ac4e790c6109881d608a531e85a8e24af]

        CHG: removed SUBDIRS= in makefiles

2003-03-07  neilm  <neilm@openoffice.org>  [4f4a6ae697807d3cdf622b1f62836c3a46bb1b44]

        Modifications to wording

2003-03-07  Tomas O'Connor  <toconnor@openoffice.org>  [e961ee059f6d01ce2de315249241691baba7e4bd]

        Return 0 at end of example beanshell scripts.

2003-03-07  Tomas O'Connor  <toconnor@openoffice.org>  [44f3366d5fe7e32c35ba17610957de8056fed5a5]

        Return 0 after starting the editor window.

2003-03-07  Noel Power  <npower@openoffice.org>  [bf739539a8e20de88fa30775d3256ab2511bdee8]

        #12199, backout out change from previous version.

2003-03-07  John Rice  <jmrice@openoffice.org>  [32ef4ef3045ea3256ef5be643846bd1cd789c1ff]

        Bug #12119 Checking Add to path applied even if user selects not to run SecurityManager - code review updates

2003-03-06  Thorsten Behrens  <thb@openoffice.org>  [eba4ee6e6bc0430354ebba93daf9e58aa23e4e73]

        Evaluation of bezier clipping, not for production use

2003-03-06  neilm  <neilm@openoffice.org>  [259492e7945bceec2bfc670ae78c6aaef0b833f3]

        IssueZilla 12062 - Updated Help to reflect changes made to S.F. release 0.2

2003-03-06  neilm  <neilm@openoffice.org>  [fbc02068b66d269a1adda43e3d6d235b67b120b8]

        Updated Help Binding to reflect changes for release 0.2

2003-03-06  Duncan Foster  <dfoster@openoffice.org>  [52a4f826196468e65bb4aa87ccbd2592de8770a5]

        #i12091# Pass extra arg to creation of FunctionProvider to prevent security dialogs from appearing.

2003-03-06  Duncan Foster  <dfoster@openoffice.org>  [77f15a5f749cb8edad76603d53c6e08db49acbc4]

        #i12089#. throwing IllegalArgumentException (as per the IDL) if no macthing script found.

2003-03-06  Christoph Neumann  <cn@openoffice.org>  [756807ab92692e9672cf70185703beac39d3b70f]

        ADD: global variables for awt.XWindow

2003-03-06  Christoph Neumann  <cn@openoffice.org>  [abc6c0f7c8ff544192c518f7994699705db99959]

        ADD: global variables for awt.XWindow

2003-03-06  Christoph Neumann  <cn@openoffice.org>  [458691ff816217decefa7fe28924c0263ddd58a4]

        ADD: global variables for awt.XWindow

2003-03-06  Noel Power  <npower@openoffice.org>  [8b63d857aabce5c8b1ef403489f6a8550dfdfff4]

        #10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised#10266 Changed scriptprotocol handler so that if no document scriot is invoked security dialogs are not raised

2003-03-06  Noel Power  <npower@openoffice.org>  [6d25d3f8da391520c37175d9950f27f9647d606a]

        #12037, fixed problems with key assignments....

2003-03-06  Christoph Neumann  <cn@openoffice.org>  [cef017a3939ed18f26bcf45dadae12162126c1aa]

        CHG: bugfix

2003-03-06  Noel Power  <npower@openoffice.org>  [7e3090bbb86ffd6b97a4fa5c339ef2b1fbded0cb]

        #12031, adjusted tab stops for dialogs.

2003-03-06  Sascha Ballach  <sab@openoffice.org>  [7dc9b40251d55711ab6809bc6c96107b2941cfb0]

        #106963#;  use userdefined attribute only if it is in the specified property range

2003-03-05  Noel Power  <npower@openoffice.org>  [ce97860cea94085f4513d327b6ab505444154036]

        #11984, changed delimiter in script uri to "&", was "+"

2003-03-05  Martin Maher  <mmaher@openoffice.org>  [21a3fa17a06a62ffa3a70f872029bf77ad16b1df]

        Re-added default-cell-style attribute

2003-03-05  Christoph Neumann  <cn@openoffice.org>  [4f9e39c8a229ee78422e3980c4e6bd06c5aaafc4]

        ADD: Global oCtrlShape as Object

2003-03-05  Christoph Neumann  <cn@openoffice.org>  [03ecf2f0aceb46cee3a26e2dc27480804b2c024f]

        CHG: isNull(oCtrlShape) instead of isObject(oCtrlShape)

2003-03-05  Mikhail Voitenko  <mav@openoffice.org>  [a934115b3ea90d7883681a6ca8922a4b859be36f]

        Initial revision

2003-03-05  Mikhail Voitenko  <mav@openoffice.org>  [43a73f08a8ac97574d8dbd0f81a512c184917af0]

        initial revision

2003-03-05  Noel Power  <npower@openoffice.org>  [3c93e0b8b0afc385cc64b3748f970a0f15c26a6f]

        Name space changes, new runtime namespace

2003-03-05  Noel Power  <npower@openoffice.org>  [0101be5444034caa548992f2f489f465549ba15c]

        Changes for namespace for new runtime module

2003-03-05  Christoph Neumann  <cn@openoffice.org>  [ad40c107b04033120e42fc722aba6e07dfcd8b7d]

        CHG: bugfix in store() and storeAsURL()

2003-03-05  Christoph Neumann  <cn@openoffice.org>  [a5dd702895d4a234ab9367721d26a28f9d98ddef]

        ADD: Properties: VisibleArea, ForbiddenCharacters

2003-03-05  Christoph Neumann  <cn@openoffice.org>  [a15ef875d6f8bdc3a21e774f078c07c75ae76564]

        ADD: global variables for lang::XComponent

2003-03-05  Christoph Neumann  <cn@openoffice.org>  [efb140d75e471f18ed644433b520722be5018ca4]

        ADD: dummy callback for listener

2003-03-05  Noel Power  <npower@openoffice.org>  [50109a3dc117755483f88a6d11f41fc0fcb39f3d]

        More logic changes #11997. Make sure delete is enabled correctly

2003-03-05  Tomas O'Connor  <toconnor@openoffice.org>  [dc01d4322c4903a07095b47e594c30d5f157e077]

        Add ProtocolHandler.xcu file to UNO package

2003-03-05  Tomas O'Connor  <toconnor@openoffice.org>  [14285306029285c99b14c2d2517d1b6bc0b78066]

        IssueZilla 12056 - clean up example parcel-descriptor.xml files

2003-03-05  Christoph Neumann  <cn@openoffice.org>  [5af4996807fdbb4a224ed381656241b78171525c]

        CHG: more tolerance in getArgs()

2003-03-05  Christoph Neumann  <cn@openoffice.org>  [f841b0a01136e5d0ebe64d14ef44dfaac3a1c071]

        ADD: global variables for frame::XModel

2003-03-05  Tomas O'Connor  <toconnor@openoffice.org>  [83d6020311c323a117224950cd0faa38cda0912b]

        Add ProtocolHandler.xcu as part of UNO package, ensure correct type is set for Protocols line

2003-03-05  Noel Power  <npower@openoffice.org>  [fd412f37548c843dd4d812629269970c00cf2f42]

        Make document default selection for event binding dialog (as per starbasic)

2003-03-05  Tomas O'Connor  <toconnor@openoffice.org>  [6ad96aaf54adb46265913d05978d7cb11a06a01f]

        IssueZilla 12060 - specify location for Interactive BeanShell script

2003-03-05  Duncan Foster  <dfoster@openoffice.org>  [4f43509fe3cb96eef1c0ff4ca10219a57371d0bb]

        Final stage of code cleanup

2003-03-05  Christoph Neumann  <cn@openoffice.org>  [8b06e25250d24913d2ca22a77a7e206cb85acba7]

        CHG: Error handling if global variable cShapeType is not given

2003-03-05  Christoph Neumann  <cn@openoffice.org>  [c720ec6e0a917639bf7c4e10cfa0dd1dee4e2a8a]

        CHG: Error handling if global variable cShapeType is not given

2003-03-05  Aidan Butler  <abutler@openoffice.org>  [775053a71bbd5166cfe2210dfa848fb0306026c3]

        Added extra checks

2003-03-05  Noel Power  <npower@openoffice.org>  [0864024a77a29fc28a64ca7b52fec0921d1e645a]

        #12024, updated FunctionProvider requests, (Changed logical names to start with "_$)

2003-03-05  Noel Power  <npower@openoffice.org>  [95e8723c6650ca613ee67330c06feed7806eafb3]

        Bug #12024, should not display framework helper scripts in assign dialogs.

2003-03-05  Lars Langhans  <lla@openoffice.org>  [3f00f866f7d23dfbaf6b8b781d0149810b4f0ce4]

        enhance signalfile parameter for debbuging

2003-03-04  Duncan Foster  <dfoster@openoffice.org>  [eb941a623775db0285a7be0f51fd8382c926afbb]

        Fixed exception handling

2003-03-04  Noel Power  <npower@openoffice.org>  [9c3495dd1304fc4c16efd14af6490d5a182160a6]

        Change URL property to Script bug #12040.

2003-03-04  Noel Power  <npower@openoffice.org>  [fa7ada0bb8e515056f26c101c65b068fbc9f7570]

        #11997, some logic changes for button sense for assign and delete on various menus.

2003-03-04  Tomas O'Connor  <toconnor@openoffice.org>  [7a37854a706a26733ed95d4ec870f5b45eedde82]

        IssueZilla 11986 - rename Java FileObject so that the JavaNode is synchronized

2003-03-04  Duncan Foster  <dfoster@openoffice.org>  [223f3384d8e71e2263b17488014bad913d5bba4e]

        Fixed bug with conflict between local variable & member variable. Fixed out-by-one error.

2003-03-04  Aidan Butler  <abutler@openoffice.org>  [97faf4712351bc9e523be56fabf8647ec1bbd6ca]

        Improved non-zip file import and export. This was necessary for Pexcel as the plugin requires the reading and writing of the settings.xml file

2003-03-04  Aidan Butler  <abutler@openoffice.org>  [ec8245910067d1710f300a1a27f59a0e95fbccb3]

        Added a check to avoid Null Pointer Exception when nodelist is empty

2003-03-04  Noel Power  <npower@openoffice.org>  [08baf985cd6cc64c3083b6213f9c5ef08b72109a]

        Incorrect logic in getImplementations, (should never have worked)

2003-03-04  Duncan Foster  <dfoster@openoffice.org>  [f68b400d4c46cc307a6b994884fce065c4bb6493]

        #i11866#, #i11877#, #i11892# plus assorted code cleanup changes

2003-03-04  Noel Power  <npower@openoffice.org>  [2192b8e670ddb04ddbad591db71dba1cacb12e25]

        Webtop no longer exists

2003-03-04  Tomas O'Connor  <toconnor@openoffice.org>  [ba915185c93c5dea73d690ac48cdef7e0047a364]

        IssueZilla 11240 - Ensure unoil.jar is mounted before executing commands.

2003-03-04  Martin Maher  <mmaher@openoffice.org>  [24096ec9fe2637c32257ad409d42086ea0addcb0]

        Added support for default style formatting in columns

2003-03-04  Mindy Liu  <mindyliu@openoffice.org>  [8770d0c2d1de8d72180b887c5395d13940d51d3c]

        update code style

2003-03-04  Mindy Liu  <mindyliu@openoffice.org>  [8be9129c7ab17d6e234185434521abd0a5673548]

        remove empty sequence's getArray method test

2003-03-03  Noel Power  <npower@openoffice.org>  [3876e9ecfcc916036c860f300baea59a47684204]

        Typo in name of scriptname resolver service

2003-03-03  Noel Power  <npower@openoffice.org>  [1726f04f2ac784180a11330cd7d3fb438613e3b5]

        Changes needed for mew css.script.framework.runtime namespace

2003-03-03  Noel Power  <npower@openoffice.org>  [5edd752d2d128fc0d75b55dceba24c158ea9a750]

        Supporting changes for new namespace changes (runtime)

2003-03-03  Noel Power  <npower@openoffice.org>  [226f54848608720f0e6bd94875125d481f7299ee]

        Supporting changes for new runtime namespace

2003-03-03  Martin Maher  <mmaher@openoffice.org>  [7f3227613748eb62b1648e54e1082854c1a6dda6]

        Support for Row and Column Styles

2003-03-03  Mindy Liu  <mindyliu@openoffice.org>  [16ccdc494ced9fd70ffc0e7d0bbda25dd416a020]

        *** empty log message ***

2003-03-03  Mindy Liu  <mindyliu@openoffice.org>  [bf909ea891ed07d59faed7bade7cdb6b425be88a]

        compare every elements in array

2003-03-03  Mindy Liu  <mindyliu@openoffice.org>  [edbf759d326e1da7460182b8f3f5b8e66bb7453d]

        makefile

2003-03-03  Mindy Liu  <mindyliu@openoffice.org>  [3fcdeabab823dcf6ea327233e95f9b3e8ff16b77]

        test ByteSequence

2003-03-03  Mindy Liu  <mindyliu@openoffice.org>  [a9617cbefd379e1610eee3f2f2a81c1d006dc410]

        *** empty log message ***

2003-02-28  Juergen Schmidt  <jsc@openoffice.org>  [61218185e73408bfa2bc6b88337f18bfd52d4364]

        #107931# synch with OOO_STABLE_1

2003-02-28  Juergen Schmidt  <jsc@openoffice.org>  [d720cc6c45c5f00c111671a7697435399721c155]

        #107931# synch with OOO_STABLE_1

2003-02-28  Juergen Schmidt  <jsc@openoffice.org>  [54d89d1efb2163390a23de87f8f1971aa8773b5e]

        #107931# synch with OOO_STABLE_1

2003-02-28  Juergen Schmidt  <jsc@openoffice.org>  [278f0b4264e7a5fddaef16d11cbfd868cae5c498]

        #107931# synch with OOO_STABLE_1

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [5f6539842f56bd2e073c34fec4c00b3147947cd6]

        NEW: initial version

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [17e7a057cf6c4c714a37acadc02edd72ee7fe4f5]

        CHG: fixed role

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [6e704847b83beda434054c97842ec9ae74a0b6a3]

        NEW: initial version

2003-02-28  Christoph Neumann  <cn@openoffice.org>  [9f09642c09765a28df64ea5efc3c81dfbe3394cc]

        ADD: Global newData for sheet.XCellRangeData

2003-02-28  Christoph Neumann  <cn@openoffice.org>  [da604b8c56d3e1726b8a98c8fcbc6ee43704b5fd]

        CHG: usage of createUnoValue() for setDataArray()

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [c09a28d891afe0e81cf7faad6981c16330c43d9f]

        NEW: initial version

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [a6abdcb2e12833abe0ff91f14d3e44df546282c4]

        NEW: initial version

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [adf024b3b6a83fd5491731914d666f989b71705f]

        CHG: changed Role

2003-02-28  Tomas O'Connor  <toconnor@openoffice.org>  [c39c04c2f336c439850c2a60df48cf57d862cddb]

        IssueZilla 11914 - Make table column sizes adjustable

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [e9f70db064c2b8420c1e26261a7af2fc1d07b58e]

        CHG: changed name to search

2003-02-28  Tomas O'Connor  <toconnor@openoffice.org>  [08b123663e642b7536a3ae6b7f867e76dc448726]

        IssueZilla 11889 - Remove error messages referring to jEdit

2003-02-28  Duncan Foster  <dfoster@openoffice.org>  [cce9740dc0d9fa46d87ededd013679fbc2600edf]

        #i11866# warning dialog gets launched when adding binding to script in doc workaround issue: no functionProvider created on doc open

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [5afb0513fa0688ae0c4bae740cf4df398e0a1e1d]

        CHG: dispose env afterwards

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [d1d274a9d369773f3fd35339c77a5cda77db7a8e]

        CHG: added ObjRelation for XAccessibleEventBroadcaster

2003-02-28  Oliver Düsterhoff  <od@openoffice.org>  [ce25a84957e0b59afdf93f42580c31b5df692497]

        #106403# - merge SRX644 fix for 106403, rev. 1.7.22.1 into head

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [effa4755a14fb62cedad78f18cb2884eb1fe503d]

        CHG: added ObjRelation for XAccessibleText

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [80e6412d7143224cf399fec723107625ee94bb79]

        CHG: added interactionhandler for loading

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [529348150c96d4568f48dba379f4de78e42f731e]

        CHG: wait between opening docs

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [f45983284e713b47e014fd18d9ff024efb4487f1]

        CHG: added ObjRelation for XController

2003-02-28  Stephan Wunderlich  <sw@openoffice.org>  [cfbfe65b229f1c23bf58ec94df3a7e4e8cafa211]

        CHG: fixed ClasCastException in setCurrentPage

2003-02-27  Stephan Wunderlich  <sw@openoffice.org>  [e77afdfff62f7d433c2c8676d8525b77cfb80398]

        CHG: fixed UserDefinedAttributes

2003-02-27  Christoph Neumann  <cn@openoffice.org>  [7e19483362ad3ce8330b9f938342320c5a908284]

        ADD: aCellSeries() for XCellSeries

2003-02-27  Christoph Neumann  <cn@openoffice.org>  [792f7df820d119537c980c7dffd9985a812664a3]

        NEW: initial version

2003-02-27  Tomas O'Connor  <toconnor@openoffice.org>  [f9ece96fd3d2ef78e6ac4670b5047007a2c0bf2a]

        Change some parameters passed to xNameReplace

2003-02-27  Armin Weiss  <aw@openoffice.org>  [dab1caeefd0451b243e0c58e069d9e9ee6f0fc61]

        Added Append/Inserts for polygons, expanded constructors, expanded possibilities for appending/inserting only parts of source poly

2003-02-27  Tomas O'Connor  <toconnor@openoffice.org>  [88ec711f37779ee2b0effc6b751ead77de44dabf]

        Ensure that OfficeInstallation path is initialised correctly

2003-02-27  Kurt Zenker  <kz@openoffice.org>  [8290926bd9a1a08e56505a80f7196a314b537bd7]

        Merge SRC641: 27.02.03 - 14:30:47

2003-02-27  Kurt Zenker  <kz@openoffice.org>  [b9d52aa1b00d3646f1f9060c7307707ae003eab9]

        Merge SRC641: 27.02.03 - 14:26:21

2003-02-27  Stephan Wunderlich  <sw@openoffice.org>  [e520e065af591b9a5979edde02af9d8a8f4c3d8d]

        CHG: added ObjRelation for XAccessibleEventBroadcaster

2003-02-27  Kurt Zenker  <kz@openoffice.org>  [cf4a4b1c53fe4049b909b305fc5d1bf7be7d94e5]

        Merge SRC641: 02/27/03 - 13:59:00

2003-02-27  Kurt Zenker  <kz@openoffice.org>  [0f2a4713acc8627a057e185e3d55fc200c2db9fa]

        Merge SRC641: 27.02.03 - 13:56:45

2003-02-27  Kurt Zenker  <kz@openoffice.org>  [d9598c868286faf6ba74f69bd87ce08a5451ed1e]

        Merge SRC641: 02/27/03 - 13:52:56

2003-02-27  Kurt Zenker  <kz@openoffice.org>  [c53a34a4449777abd1048d66b9ff11df49ce8d49]

        Merge SRC641: 02/27/03 - 13:50:56

2003-02-27  Stephan Wunderlich  <sw@openoffice.org>  [e86ece362e8dbd35158b001cdff54152b0d1c5e9]

        CHG: comparing with ValueComparer

2003-02-27  Stephan Wunderlich  <sw@openoffice.org>  [24f27a8cd2518efe3f9ddd74089e030ae2f4f5a5]

        CHG: adjusted ObjRelation for XSelectionSupplier

2003-02-27  Stephan Wunderlich  <sw@openoffice.org>  [d2404dd62e73c4277c30eaada21c8afe3a0c4f9f]

        CHG: special for TypeMap

2003-02-27  Stephan Wunderlich  <sw@openoffice.org>  [9b7aa55581588bd153317217fedbbfe6a81a8da4]

        CHG: added missing ObjRelation

2003-02-27  Stephan Wunderlich  <sw@openoffice.org>  [8a2882e4741ba522ca5ed37ed259662a57354dbc]

        CHG: raised the wait time

2003-02-27  Stephan Wunderlich  <sw@openoffice.org>  [ffa775d766fe802e44f4e40f3cfce13f7cd86084]

        CHG: added missing ObjRelations

2003-02-26  Martin Maher  <mmaher@openoffice.org>  [b99f53b4a59ca09cd84d8fc519c4d05b41072f39]

        Added support for worksheet and workbook level settings. Implemented windows freezes and splits.

2003-02-26  Tomas O'Connor  <toconnor@openoffice.org>  [7a0928ecc562f58013c968c5d9aebc589bed0b6f]

        Update usage message

2003-02-26  Duncan Foster  <dfoster@openoffice.org>  [6fc11411fa9bfd4c7effb8b2d37e38914b21e687]

        *** empty log message ***

2003-02-26  Christoph Neumann  <cn@openoffice.org>  [97ba68b2022d0e9218ead31f6ec1e519b3b62493]

        CHG: use createUnoValue()

2003-02-26  Stephan Wunderlich  <sw@openoffice.org>  [48a72726f4720d583a859acc324595d051edd652]

        CHG: added ObjRelation for XAccessibleEventBoradcaster

2003-02-26  Tomas O'Connor  <toconnor@openoffice.org>  [d4da15307efddd8e77e5998ddf96fb3d632caa72]

        Back out addition of ProtocolHandler.xcu in UNO package

2003-02-26  Christoph Neumann  <cn@openoffice.org>  [73855381ae3b93399a78e58a177eb950f7c33b1c]

        NEW: initial version

2003-02-26  Duncan Foster  <dfoster@openoffice.org>  [c7cb98aa671cd447de7dc0f6713130ff38f0d873]

        Added interface to csv. Updated test.

2003-02-26  Duncan Foster  <dfoster@openoffice.org>  [f930f1de1a7d9b6617627e6a71656c2209fd9888]

        Added XScriptSecurity tests

2003-02-26  Christoph Neumann  <cn@openoffice.org>  [f5aa205f6263f3e2c92e90fa9a2e66c09d6d6793]

        NEW: initial version

2003-02-26  Noel Power  <npower@openoffice.org>  [6e90891a06ac629418a77bff9b3e2641570a70d1]

        Checking in Neils modifications for EventBinding (after review) and test.

2003-02-26  Stephan Wunderlich  <sw@openoffice.org>  [095440dd7b730dddf1f391966452b87c26ad6f80]

        CHG: added ObjRelation for AccessibleEventBroadcaster

2003-02-26  Stephan Wunderlich  <sw@openoffice.org>  [3cdd0c6a18b55e74fc8ded3e98eca2a5f75e539d]

        CHG: fixed getFullURL

2003-02-26  Duncan Foster  <dfoster@openoffice.org>  [dc56ba3b948a9e2706e1d2e1f374f291e177776b]

        Fixed typo

2003-02-26  Duncan Foster  <dfoster@openoffice.org>  [158e2b2caee6ab82c0301d6aa617a7d9d800024d]

        Added test & util for dealing with related dialog.

2003-02-26  Stephan Wunderlich  <sw@openoffice.org>  [404cdc571c07a867edded1dcd0a71ef4b05ae8f1]

        CHG: catching StatusException in getEnv

2003-02-25  Tomas O'Connor  <toconnor@openoffice.org>  [313e6e64a7daaeea920232ebc0d96dcb5b0f1ec2]

        Add tooltip to table of office versions

2003-02-25  Tomas O'Connor  <toconnor@openoffice.org>  [4f6559bdde6ec5f0be77a1aeb0decba25c3d12a3]

        Update usage message

2003-02-25  Tomas O'Connor  <toconnor@openoffice.org>  [9b6ccc75b7ec62f698a8c14ea2544c751b4eb82d]

        Update data files for JSuite tests

2003-02-25  Tomas O'Connor  <toconnor@openoffice.org>  [1ea8230d720e166f2e42da047d8fd333935a02ac]

        Update tests according to Steffen Grunds suggestions

2003-02-25  Tomas O'Connor  <toconnor@openoffice.org>  [97888e5980956e95bb9a4a77aa48a0d2fd3c1ec8]

        Update version info, and make ProtocolHandler.xcu part of UNO package

2003-02-25  Tomas O'Connor  <toconnor@openoffice.org>  [5422e59a9720ecefc1bca56ed91b965239511c1d]

        Update version information

2003-02-25  Tomas O'Connor  <toconnor@openoffice.org>  [4eedcb9e74831902fcf7138a7e2b33cb0de35713]

        Throw IllegalArgumentException instead of RuntimeException

2003-02-25  Tomas O'Connor  <toconnor@openoffice.org>  [8e600d76f7c122baf7aa7f44edf4cca9e93bc0eb]

        Use OUStringBuffer when reading description from parcel-descriptor.xml file

2003-02-25  Noel Power  <npower@openoffice.org>  [51ee7d2de5353ae0f43226400a884b00241887e3]

        ScriptBinding.xba, enabled dynamic config changes ExecCmd, put close of streams in final block

2003-02-25  Duncan Foster  <dfoster@openoffice.org>  [60c8e64eef4ca17909c001d797225b44b8a113e1]

        Fixes for #i11779#, #i11223#

2003-02-25  Duncan Foster  <dfoster@openoffice.org>  [5b6ecfb9414dc3f082f194d29c4131150db390de]

        Building against solver rather than local project

2003-02-25  Noel Power  <npower@openoffice.org>  [ba7de17db7f60296ef95d6b57d9edecac44851ec]

        Use fully qualified uris, otherwise potentially the doc security could prevent script from resolving.

2003-02-25  Stephan Wunderlich  <sw@openoffice.org>  [7663a91aecab247f73a6f856f19f7987e9a727ad]

        CHG: fixed getTime()

2003-02-25  Stephan Wunderlich  <sw@openoffice.org>  [0cfcb7c1bb9e3238f9341565d70e402a6c055675]

        CHG: added ObjRelation for XTextComponent

2003-02-25  Stephan Wunderlich  <sw@openoffice.org>  [c19f814ae49fecd302dfb0c72ecc0eebced15b51]

        CHG: changed getSelectedText for numeric fields

2003-02-25  Stephan Wunderlich  <sw@openoffice.org>  [6b6249ca432271a8c55edbd1ccbc9cb2018c244f]

        CHG: fixed XDateField

2003-02-24  Tomas O'Connor  <toconnor@openoffice.org>  [d1cd08e3ddac7478e637c476b8946b7b975c58cb]

        Show version number on Welcome panel.

2003-02-24  Tomas O'Connor  <toconnor@openoffice.org>  [e1a450c1ab2011a3bfd4f0fc63a25f7bcb2bffa9]

        IssueZilla 11648 - Logfile incorrectly reports no version of NetBeans found

2003-02-24  Duncan Foster  <dfoster@openoffice.org>  [fa2f1813c84c7f53e6bbbfcfbde0f177e3a35b75]

        Committed on behalf of Noel Power. Should fix binding problem.

2003-02-24  Tomas O'Connor  <toconnor@openoffice.org>  [5766a1c3009348bebc08fda1ae83e7f533010140]

        Add custom property editor for Office Installation path

2003-02-24  Tomas O'Connor  <toconnor@openoffice.org>  [f1664b337ae3b87b1998c821e57b221637aaa42d]

        IssueZilla 11564 - Add classpath property for parcel recipes

2003-02-21  Tomas O'Connor  <toconnor@openoffice.org>  [1151d21d149c3364a1e3d7c05a37bce176ef44f8]

        Add different icon for parcels

2003-02-21  Tomas O'Connor  <toconnor@openoffice.org>  [810835d51d8d51a059cab60ec7988c2dd33f4d1d]

        *** empty log message ***

2003-02-21  Noel Power  <npower@openoffice.org>  [b042f6793c9c084914bb4de514352d1ef8831390]

        Updated installer to install manifest entry for config files.

2003-02-21  Noel Power  <npower@openoffice.org>  [4f3feb0cd0da03ae0fe909290c53711902b0ac51]

        adding manifest.xml for config files writermenubar.xml, writerkeybinding.xml etc.

2003-02-21  Tomas O'Connor  <toconnor@openoffice.org>  [9896920d3bc8458e78ca0b67011e96129d8303d1]

        IssueZilla 11547 - Enhance command line support

2003-02-21  Noel Power  <npower@openoffice.org>  [8915b000b8d1aa090f8cea3ac0991d5a668cdee9]

        Fixed Typo in menu bars

2003-02-21  Noel Power  <npower@openoffice.org>  [1e6ad49ef2119dc0071fb6a15887a67d45dc755f]

        Removed SHIF + CONTROL + digits keygroup

2003-02-21  Stephan Wunderlich  <sw@openoffice.org>  [6cfe014f3de80eb13ac4fc251fd7663574bcbfc7]

        CHG: enhanced printAccessibleTree

2003-02-20  Noel Power  <npower@openoffice.org>  [5b92c2d56ddf3ff3f547926b8994ed2b5895d8e8]

        Added new class ExecCmd, this class flushes io from execed programs (ensures they do not hang), Register modified to use ExecCmd. Installer works on windows again.

2003-02-20  Tomas O'Connor  <toconnor@openoffice.org>  [c6a562262e396d7dfd7d4e68c7de6222757d1f5f]

        jEdit is not being built at the moment

2003-02-20  Martin Hollmichel  <mh@openoffice.org>  [4397c6150f8bce263d62d93180d83d39059e081f]

        add: changes from cws_srx644_ooo20030223

2003-02-20  Tomas O'Connor  <toconnor@openoffice.org>  [9f7a8ec61cfc5a952fa5913ce8c11585f346a431]

        IssueZilla 11433 - Change error message to remove specific reference to Java.

2003-02-20  Tomas O'Connor  <toconnor@openoffice.org>  [5c920f90c82f37e3dc9aa46d13d60088a037a6d1]

        Separate OfficeInstallation class from SVersionRCFile

2003-02-20  Tomas O'Connor  <toconnor@openoffice.org>  [c828618206403a4eb51a4077fa65f7a17cb3b1e1]

        IssueZilla 11463 - Not calculating the deployment directory correctly when checking if overwrite needed.

2003-02-20  Tomas O'Connor  <toconnor@openoffice.org>  [18d7e428f437ab69ea5a64c3f82073a59d572aa1]

        Only show the OfficeInstallation specified in OfficeSettings in the list of deployment targets.

2003-02-20  Tomas O'Connor  <toconnor@openoffice.org>  [341939f274e6efe749f40fb2e2726e58cd55ac95]

        OfficeInstallation is now a separate class.

2003-02-20  Tomas O'Connor  <toconnor@openoffice.org>  [d18c4ef357410154019b1267989f63237a482599]

        Mounting of dependencies is now done in OfficeModule class and doesn't need to be done each time action is executed.

2003-02-20  Tomas O'Connor  <toconnor@openoffice.org>  [013cda233528efc96e5e3063e58d15a2878c062d]

        IssueZilla 10661 - Pop up dialog requesting Office installation path on first execution of the module.

2003-02-20  Tomas O'Connor  <toconnor@openoffice.org>  [4ca28fe7d6c60d36f0b72db690577319100a50cc]

        IssueZilla 10661 - Change Office Directory property to store an OfficeInstallation instance.

2003-02-20  Tomas O'Connor  <toconnor@openoffice.org>  [fd672cc757f6666d342241ac2bef4861c216e1d8]

        IssueZilla 10661 - Add dialog for configuring the path to OpenOffice.org install.

2003-02-20  Noel Power  <npower@openoffice.org>  [e9e8dd25712e0ec6a4c9535d34d708da087f914a]

        Removed link line for tool ( not necessary and also introduces non UDK dependency )

2003-02-19  Duncan Foster  <dfoster@openoffice.org>  [ff512a779f18c13a7603a776031828a9448fc915]

        Removed incorrect comment

2003-02-19  Martin Maher  <mmaher@openoffice.org>  [cbdbe97c24a870226b273e57d18e168e81fcdd69]

        #107463# #107464# Added support for color in both fonts and backgrounds. Also included a fix for Blank Cells.

2003-02-19  Armin Weiss  <aw@openoffice.org>  [9989fa5fb4f20768b2e20a5c6c62fc04932259ce]

        Changed Range implementations to use local members now.

2003-02-19  Noel Power  <npower@openoffice.org>  [7676ca6ed62a5cc03b7c42bf3f8d612e141925eb]

        Added changes to insert location information to script uri, also new code to dynamically determine the languages available for framework.

2003-02-19  Noel Power  <npower@openoffice.org>  [3624dc44831783cb433a289b6e6fa2c4030a9077]

        Changes to support resolution, getImplemetations now uses all of the info in the query uri to get best match from storage (previously only logical name was used). Also fixed bug in ScriptURI.cxx, wrong delimiter used to parse uri

2003-02-19  Noel Power  <npower@openoffice.org>  [d70caec8cbe3faafafabdd0cd54e575eadbd254d]

        Added interim resolution solution to support resolution at binding

2003-02-19  Armin Weiss  <aw@openoffice.org>  [3ccba9c56a1d8d13a81e272f39160b38832f9051]

        Added Range classes (B1DRange, B2DRange, B3DRange) for 1-3 dimensions.

2003-02-19  Duncan Foster  <dfoster@openoffice.org>  [03cd8d66c99047b053579a710f34c24ae6a82d4c]

        Removed reference to obsoleted resource file

2003-02-18  Duncan Foster  <dfoster@openoffice.org>  [fbe6ad1a7377f3eea7138500df938643873f506f]

        Removed reference to obsolete resource file.

2003-02-18  Duncan Foster  <dfoster@openoffice.org>  [fdcd4061284e68b1bcaec011a960006eaa03ec96]

        Fixed comflicts

2003-02-18  Armin Weiss  <aw@openoffice.org>  [e0f823388515bbe62617c0c0aae998fb988c7a53]

        Changed all *Pair names to *Tuple names since B3DPair makes no sense. A second change to BaseHomMatrix.hxx just deletes the empty line if it's not needed.

2003-02-18  Noel Power  <npower@openoffice.org>  [a0ca2361558a5026e8fe371db0a12a63a036b7ac]

        bad merge, extra comment

2003-02-18  Kurt Zenker  <kz@openoffice.org>  [985de727ffb9576850fcb8013957a830a674b336]

        new version for SRC641

2003-02-18  Kurt Zenker  <kz@openoffice.org>  [68dc5b1d8cecd45583f298d034bafe3d5bbf0c53]

        new version for SRC641

2003-02-18  Noel Power  <npower@openoffice.org>  [169c57ff05d752956cd536da40a212d0edebd2d7]

        Changes to support ScriptFrmwrkHelper parcel, removed eventHelper (now in ScriptFrmwrkHelper)

2003-02-18  Noel Power  <npower@openoffice.org>  [2d3e13f293e8fef0330dc845a28eac6cb2cb307d]

        New code to invoke ScriptFrmwrkHelper scripts

2003-02-18  Noel Power  <npower@openoffice.org>  [9ddc4905700e3e4e134d08eb38383a0ce76fbbd2]

        Changes to build SscriptFrmwrkHelper scripts into installer jar

2003-02-17  Stephan Wunderlich  <sw@openoffice.org>  [c9cc30ebcb2305bbe70121b83e5e4e2869153bc5]

        CHG: fixed minor bug in getIndexAtPoint

2003-02-14  Duncan Foster  <dfoster@openoffice.org>  [527b57d2c4ac975f1a9eb1f1e7cab8fa5fc97397]

        Added suuport for long paths & fixed line spacing.

2003-02-14  Aidan Butler  <aidan@openoffice.org>  [447f1c04e8f553daab6ed2206d543566e8adae96]

        Removed Pretty Print and added AnyConverter

2003-02-14  Martin Maher  <mmaher@openoffice.org>  [1acf256561bf9df024b01972fb730498ee0ae329]

        Forgot to add the default font record to the workbook

2003-02-14  Stephan Wunderlich  <sw@openoffice.org>  [5a2821e00b8e92a25b69a4f342248fe527cbd72c]

        CHG: changed Role

2003-02-14  Martin Maher  <mmaher@openoffice.org>  [a3c0db649472ceea6e2689a8aa7cfa50675a6ffb]

        Added support for vertical alignment

2003-02-14  Martin Maher  <mmaher@openoffice.org>  [fc942a90fab402b1a8e1f94b0178097ce216e5b7]

        Added a fix for cells that have empty content put are required for there styling info

2003-02-14  Sascha Ballach  <sab@openoffice.org>  [32f06167971fdb48e32c897809c4154d05cd986f]

        #i10950#; write header/footer element if is disabled

2003-02-14  Stephan Wunderlich  <sw@openoffice.org>  [b523b15be5b9b1614abec032049ae65394c639bc]

        CHG: catching NoClassDefFoundErrors

2003-02-14  Noel Power  <npower@openoffice.org>  [d6a17cc444d3e2941acc1bd151beb1675b26b566]

        hange to make sure that ScriptRuntimeForBeanShell$_ScriptRuntimeForBeanShell.class is included in the jar

2003-02-13  Duncan Foster  <dfoster@openoffice.org>  [aeb35ff7408f7f700ddbf44d5c2661d16162fed5]

        Fixed duplicate dialog bug

2003-02-13  Stephan Wunderlich  <sw@openoffice.org>  [f5204c3ece23c04cbe784ebbddcac17ec80f0b72]

        CHG: fixed disposeEnvironment()

2003-02-13  Duncan Foster  <dfoster@openoffice.org>  [d3e6253adbbf44d2ae59f74e4102538776c6dab8]

        Fixed windows path comparison bug. Added "add to path list" feature.

2003-02-13  Stephan Wunderlich  <sw@openoffice.org>  [1b857c28d7c4effa817086c3ff0c33817764ae03]

        CHG: changed getIndexAtPoint and getCharacterBounds according to new semantics

2003-02-13  Martin Maher  <mmaher@openoffice.org>  [87b8faf5a46f4cd0a106620d210d416592e01abc]

        Incorrectly checked in the last time this is the non-debug version

2003-02-13  Stephan Wunderlich  <sw@openoffice.org>  [b09374065a715b01a78a335de54574ba2c55147a]

        CHG: changed the way to load the document

2003-02-13  Duncan Foster  <dfoster@openoffice.org>  [e2019d687f5840f141fff3280d24668e30d35acd]

        Assorted fixes (unxsols3->4, location of beanshell jar, regmerge, & addition of ScriptFramework.jar)

2003-02-13  Noel Power  <npower@openoffice.org>  [7274079c70559716aa03b69350763bcb9f235300]

        Removed vcl dependency stuff

2003-02-13  Noel Power  <npower@openoffice.org>  [10b627824f27eb35619ae4be469e48432d19a71e]

        Fixed check for dummy path.

2003-02-13  Noel Power  <npower@openoffice.org>  [243c470a2ab2dcc15438d7cbee056835a2a62e9e]

        Updated code to resuse existing storage ( leak fix )

2003-02-13  Martin Maher  <mmaher@openoffice.org>  [88eb8c1f2fcfce12071231a05c38aecfca497e02]

        Added a twips converter for column widths and row heights

2003-02-13  Martin Maher  <mmaher@openoffice.org>  [92899d9d3bc4e5bdbc79fd1004e88e72b16bb749]

        Added support for column widths and row heights. Also added extra cell formatting styles (borders, wordwrap, horizontal alignment)

2003-02-13  Stephan Wunderlich  <sw@openoffice.org>  [425475e40dd87649282e91187f7c4c8d8e6d0229]

        CHG: added loadComponent with addition argument PropertyValue[]

2003-02-13  Stephan Wunderlich  <sw@openoffice.org>  [124ab5e4d61dfeab681d999b0a803eb6a03a7d01]

        CHG: avoid NullPointer inside getDescriptionFor

2003-02-12  Christoph Neumann  <cn@openoffice.org>  [acaa00ddb1dfa93eb187153dd030d363ecb4ffa9]

        NEW: initial version

2003-02-12  Noel Power  <npower@openoffice.org>  [8b6e7586b44fd10790b4a495f1933f0a7da15684]

        Bug in parsing, incorrect initialisation of valid member of Uri struct caused spurious failure

2003-02-12  Noel Power  <npower@openoffice.org>  [ba62f7f95190f65ae7dd0534e13843e15f59a269]

        Changes for document support

2003-02-12  Duncan Foster  <dfoster@openoffice.org>  [1d92276ddd13394a1740658ecd825a34fdfefc15]

        Fixed erroneous condition

2003-02-12  Duncan Foster  <dfoster@openoffice.org>  [ecd9d1d89099b764cbca2d718f627464c264457a]

        *** empty log message ***

2003-02-12  Christoph Neumann  <cn@openoffice.org>  [efeca2ff7e5cc85f5808663853bc6cf512778584]

        loading testdoc instead of private:factory/schart

2003-02-12  Christoph Neumann  <cn@openoffice.org>  [d0d144a7c970422ba290c8ccc05effe5d0677b36]

        loading testdoc instead of private:factory/schart

2003-02-12  Stephan Wunderlich  <sw@openoffice.org>  [6d23cea9a5c8ccbab7204062ebceaeb77eb11b97]

        CHG: changed event getting fired

2003-02-12  Stephan Wunderlich  <sw@openoffice.org>  [f8809364a1c0f17b7f5884d986fb2367c941fda1]

        CHG: added waits to give the Listeners a better chance to react

2003-02-12  Duncan Foster  <dfoster@openoffice.org>  [c321a563c5cd893499c7e1b51982a74d83c60606]

        Hooking in security related dialogs. i10516, i11245, i11246

2003-02-12  Stephan Wunderlich  <sw@openoffice.org>  [4a683184c4af8ca61074c4c59f0082eb0f754483]

        CHG: fixed connect method

2003-02-12  Noel Power  <npower@openoffice.org>  [e2d7bedcd50de6f0bf7dfe5311a6fec3654b96a0]

        Bug, sometimes the dispatcher is called with a PropertValue with nName attribute called "Referer", this should not be treated as a paramater to be passed to script.

2003-02-12  Tomas O'Connor  <toconnor@openoffice.org>  [fdf52de42987a7e1b01bb4f5f261c2bad2403986]

        IssueZilla 11377 - Cannot deploy scripts to share directory of Office Installations IssueZilla 11357 - User not warned before creation of language specific directories.

2003-02-12  Tomas O'Connor  <toconnor@openoffice.org>  [a47e8039ee5c0acc4a0dedc6a7e1028bd2752406]

        IssueZilla 11222 - After renaming parcel recipe folder it fails to build.

2003-02-12  Noel Power  <npower@openoffice.org>  [db68201bd0d779f0fd5dca28061814c611b586a1]

        Modified to build new EventHandler java script

2003-02-12  Noel Power  <npower@openoffice.org>  [fdd8b1b82a1f57b233a10dca42ecc192a4bddc73]

        Added new items for document support, new java script for deleting events and all of the new binding files

2003-02-12  Noel Power  <npower@openoffice.org>  [e4b3b6c48d7e6af6001154ed6a3307920326f021]

        added new binding files, update old dialogs with improved script navigation, new dialog for event binding & new macro code for all of the above

2003-02-12  Noel Power  <npower@openoffice.org>  [132fa90fc1df343c3a9334c303cb0fcb56f36f8e]

        Added processing for arguments passed to dispatch

2003-02-11  Duncan Foster  <dfoster@openoffice.org>  [d3cc7a92112caa0a6bf5d8a67965d887489a1221]

        Both dialogs now working.

2003-02-11  Duncan Foster  <dfoster@openoffice.org>  [7148859ebea9417c0490aca0185c8d36d0909c3d]

        Both dialogs now working.

2003-02-11  Matthias Huetsch  <mhu@openoffice.org>  [35f8f706280434ba35022c7954e15d133ce8a276]

        #107292# Merged 'AnyInput for timers' fix (see #106997#).

2003-02-11  Frank Schönheit  <fs@openoffice.org>  [c7902911b800566b68a05d0c118b19dca27c7da0]

        support for the MANAGES_DESCENDANT state

2003-02-10  Matthias Huetsch  <mhu@openoffice.org>  [ad706e99e3ea7788773abf22d786f6a8a47ea071]

        #107292# Added 'SalXLib::Wakeup()' call to 'SalXLib::StartTimer()' to unblock 'SalXLib::Yield()' from a previous later timeout (merged from r1.2.40.1).

2003-02-10  Martin Maher  <mmaher@openoffice.org>  [950e693359ff93fede65e021bc220672df1e24ab]

        Improved the style handling within CellStyle and Format. CellStyle now just handles the xml writing and reading while Format holds the actual attributes themselves. Cleaner and easier to expand later.

2003-02-10  Stephan Wunderlich  <sw@openoffice.org>  [4a25225c14372a708b688270e7ed984f1bb460d0]

        CHG: check oldValue for Any-type

2003-02-10  Stephan Wunderlich  <sw@openoffice.org>  [06b9a3d9ced53a50caf241775e1be1a9435aeb66]

        CHG: using AnyConverter instead of simple cast

2003-02-10  Kurt Zenker  <kz@openoffice.org>  [ea26287f227c17b79eab6d8294ec6ebe3a844950]

        new version for SRC641

2003-02-10  Stephan Wunderlich  <sw@openoffice.org>  [7f1b7c7dcbdd7afea663e6b0737598112a4506fb]

        CHG: use AnyConverter instead of simple cast

2003-02-10  Stephan Wunderlich  <sw@openoffice.org>  [1ffcd43873a79ee5c195868c58b1600cf19dee94]

        CHG: using AnyConverter instead of simple cast

2003-02-10  Stephan Wunderlich  <sw@openoffice.org>  [78742f7109fda1577144a37f2d8b28fc038af0e4]

        CHG: using AnyConverter instead of simple cast

2003-02-10  Stephan Wunderlich  <sw@openoffice.org>  [11c7130488b6ece1837b8820fd0ce573bb8e568f]

        CHG: using AnyConverter instead of simple cast

2003-02-10  Stephan Wunderlich  <sw@openoffice.org>  [fd11848de870ccf472da9d61b7896f916210eac4]

        CHG: using AnyConverter instead of simple cast

2003-02-10  Stephan Wunderlich  <sw@openoffice.org>  [75288ef93fe3fd605fa5984705c7704ce94938d2]

        CHG: using AnyConverter instead of simple cast

2003-02-10  Stephan Wunderlich  <sw@openoffice.org>  [6b5e24832ad8d082f3a2895e017c6c43a7fa1c19]

        CHG: using AnyConverter instead of simple cast

2003-02-07  Stephan Wunderlich  <sw@openoffice.org>  [e00c11d26721dd3993093235df29025a2b874e55]

        CHG: changed verification for getTypes

2003-02-07  Stephan Wunderlich  <sw@openoffice.org>  [cfda330be652611c0221f4ac21d04992b3712f6d]

        CHG: fixed getAccessibleAt()

2003-02-07  Stephan Wunderlich  <sw@openoffice.org>  [5d85a92f75cadea30121fc993239c785b390b8e4]

        CHG: changed createChartDoc, since there is not really a standalone chart

2003-02-06  Tomas O'Connor  <toconnor@openoffice.org>  [f9312c1be8369ae91d0504bae2918d5022d9287b]

        Only strip off the part of the package declaration up to the Contents dir.

2003-02-06  Tomas O'Connor  <toconnor@openoffice.org>  [a4d248e627085e4a9b992552b39d995178cdffff]

        Allow all languages to be resolved.

2003-02-06  Tomas O'Connor  <toconnor@openoffice.org>  [18da28a7f38211dd7f702e2e3acf8d01b53833e1]

        Change error message which for RuntimeException when no runtime is found.

2003-02-06  Tomas O'Connor  <toconnor@openoffice.org>  [9279facce23c405806317b1e425533d1011dc177]

        Add BeanShell example scripts.

2003-02-06  Duncan Foster  <dfoster@openoffice.org>  [49b7d6677227beac7b802640bbdf7862fe60676d]

        Fixed namespace.

2003-02-06  Duncan Foster  <dfoster@openoffice.org>  [d67831cc6ad0e8a9d50b3b36a6b299eea5262284]

        Fixed incorrect namespace.

2003-02-06  Tomas O'Connor  <toconnor@openoffice.org>  [cedcb9cdc1922aa0f2d3565b8da85649c17d30aa]

        Add BeanShell equivalents of Java examples. Fix MemoryUsage example to use AnyConverter instead of just casting.

2003-02-06  Duncan Foster  <dfoster@openoffice.org>  [528ae50293b631af54a1af95aecf58c5ad820b6b]

        Added dialog for StarBasic-like security implementation in Scripting Framework (See #i10516#). Tidied up ScriptRuntimeForJava jarfile (removed beanshell stuff). Created new jarfile for framework code.

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [ade46ce8eb8aa94423638ee8ff98ba73a191e26a]

        CHG: using AnyConverter instead of simple cast

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [e74e3d5efe50fa8df9a1aaf37b0f686e811f614c]

        CHG: using AnyConverter instead of simple cast

2003-02-06  Tomas O'Connor  <toconnor@openoffice.org>  [93a8e25e19e10a2e663a553ccc64b0b5cf655fff]

        Install InteractiveBeanShell example in correct directory.

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [17006fb71451368003900e45fc67892bb4e7ed17]

        CHG: using AnyConverter instead of simple cast

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [375f68c7e7b6478fd74777be98c46b0acf587eb5]

        CHG: using AnyConverter instead of simple cast

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [2c874893de49b33802ce3776f63d624af6f76e84]

        CHG: using AnyConverter instead of simple cast

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [e4db4bea5febe2f65bebb6e8c76d021f7a3d2355]

        CHG: using AnyConverter instead of simple cast

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [a7a6fffdf4a74ed94e93e39b47029b3ebbf0fbb9]

        CHG: using AnyConverter instead of simple cast

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [8405be3130680a504273131703886598fd4339a5]

        CHG: using AnyConverter instead of simple cast

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [db26e3ed34fdc39ffbe22ebdb88372c06cd62952]

        XDynamicResultSet

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [39c0206145498d6f16917895db18f407b772cd12]

        CHG: using AnyConverter instead of simple cast

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [726bcda82e218629866f08c3bf6a6b7d23cfe776]

        CHG: using AnyConverter instead of simple cast

2003-02-06  Stephan Wunderlich  <sw@openoffice.org>  [fb8be887568305b4bca5b76409bb4dcb1a758b10]

        CHG: using AnyConverter instead of simple cast

2003-02-05  Martin Maher  <mmaher@openoffice.org>  [fdfe6f9db426d4956ae80556a12a265b1a644596]

        Added some alignment support

2003-02-05  Martin Maher  <mmaher@openoffice.org>  [9f4700e552795ff1760ed0be467b06c1fdb141eb]

        Added CellStyle

2003-02-05  Martin Maher  <mmaher@openoffice.org>  [b8efe787cb102d3f151f9488e0c1b91b078ab36f]

        Always make the base cell address the first cell of the first sheet

2003-02-05  Martin Maher  <mmaher@openoffice.org>  [59f31159227dcee6b67942b08970e9f85fa1e19f]

        Added proper decoding for 3D Area References

2003-02-05  Stephan Wunderlich  <sw@openoffice.org>  [80b4847900052ecd084d36d7408b9257b89d7679]

        CHG: added SimpleFileOutProducer

2003-02-05  Stephan Wunderlich  <sw@openoffice.org>  [88279a1d2a6b9a713b03e8a859c675d661b9b298]

        NEW: initial version

2003-02-05  Gregor Hartmann  <gh@openoffice.org>  [143edbd82668e78719fad905b8214786788993dc]

        merging changes from srx644 back in

2003-02-05  Christoph Neumann  <cn@openoffice.org>  [8852419e3fafa75dbfada090d7df03027dbbd695]

        NEW: initial version

2003-02-05  Christoph Neumann  <cn@openoffice.org>  [e3ebb5743158906fb51cf6c523319924bd2a9757]

        NEW: initial version

2003-02-05  Christoph Neumann  <cn@openoffice.org>  [353650cf8b6418b9962fcf1df9279275366bbdf9]

        NEW: initial version

2003-02-05  Gregor Hartmann  <gh@openoffice.org>  [a2ea191779a0fd585c720bc6dc1f94d807acfa5d]

        new tages <#GRAPHIC> and <#NEXTVERSION>

2003-02-05  Stephan Wunderlich  <sw@openoffice.org>  [a8a1cb6ce333ce0e5acd1ee06287e4082e51d3e9]

        CHG: using AnyConverter instead of simple cast

2003-02-05  Stephan Wunderlich  <sw@openoffice.org>  [e27bda5f5cdd63c3dbb6760a3346258d1ce6b0cc]

        CHG: using AnyConverter instead of simple cast

2003-02-05  Stephan Wunderlich  <sw@openoffice.org>  [4e89d75e6d259eb331899aefe55163d2f846dbe2]

        CHG: using AnyConverter instead of simple cast

2003-02-05  Christoph Neumann  <cn@openoffice.org>  [acab1b7b1ec2bfb55d2b97def94b1e3fae527de2]

        NEW: initial version

2003-02-05  Stephan Wunderlich  <sw@openoffice.org>  [bac4087b20d4f0f36293787de9c030eb1da52d2f]

        CHG: using AnyConverter instead of simple cast

2003-02-05  Stephan Wunderlich  <sw@openoffice.org>  [ff1fb83278e9c393fed108992b7dc49b61a666c5]

        CHG: using AnyConverter instead of simple cast

2003-02-05  Christoph Neumann  <cn@openoffice.org>  [dcf1c97e617c21789494df68bfbc66e39e041813]

        NEW: initial version

2003-02-04  Kurt Zenker  <kz@openoffice.org>  [952bc526dd71bfe57d35c9bd19019b872fda6d4f]

        new version for SRC641

2003-02-04  Kurt Zenker  <kz@openoffice.org>  [333a7c9a6f91ca14a8443ab5ee3074200492779c]

        new version for SRC641

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [47216252b7ee95e7ab1334e91ccf4a4f24d5c111]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [f50b28abb38e90812ca59a83f22e0b2765dfa198]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Kurt Zenker  <kz@openoffice.org>  [35ddb2179a51bdf7c19927cc292030b5ef34e0b8]

        new version for SRC641

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [fb21e4dd387e3857bfa978b0bb64c901781a157c]

        CHG: check is thrcnt is defined

2003-02-04  Aidan Butler  <aidan@openoffice.org>  [84ed198386f60221e8b4cd61c7993a7c779b95ed]

        Modified to use AnyConverter class

2003-02-04  Kurt Zenker  <kz@openoffice.org>  [35a7e1292134b650d742507dac7b2327937de996]

        new version for SRC641

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [3b87e22d6666d611748608f718363d3e9358bbc3]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [89286cd48508e9e4077c122ef2eac0aaff797876]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [3369a6c697d3acd4fe8a880a3a1834a10576f81c]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [6892e1ddef65d0cf980b719381726573b5aa5a11]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [7bb15525e1c98be3f78dfe387c8461497a8fc1fb]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [15132d0160d469ab1dfcc1a8fac2044ea4020444]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [f2cf85b3f49163387ddebc51641973532f96be03]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [d9ee711c63a73490a50ec2719a3304638ed1f7b1]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [6b5a5a507b5ecf4fce05f1566b1d8f04f0ae781f]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [e55aaf581c6639153a2b1ceb0103e21062c7e4ab]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [6ae72dea76eb797d2bb269cf7ba1aa2873aaa48e]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Tomas O'Connor  <toconnor@openoffice.org>  [199f7c0108f84bc2bda05e720c0f09239673c116]

        IssueZilla 11104 - Add -language command line option, and automatic parcel descriptor generation

2003-02-04  Kurt Zenker  <kz@openoffice.org>  [b6f7558f140f90d9d097bffa0c994868f2c4be4f]

        new version for SRC641

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [61a89771d57e58d70e1d675047862846b94b1a88]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [840c50f599e3c1748e4b238d2599a4e20e2ec9f8]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Steffen Grund  <sg@openoffice.org>  [1108884e90d140c2d1a107808f9f667916a1c334]

        CHG: use AnyConverter

2003-02-04  Steffen Grund  <sg@openoffice.org>  [b5ca415fc8bfc0d57215d6f3712dcb836ff2b3ce]

        CHG: added delay so the used port is freed

2003-02-04  Steffen Grund  <sg@openoffice.org>  [caa197b295ec238715aa47aa5a1ea5be273e43a3]

        CHG: adapted to new returned value of type Any

2003-02-04  Juergen Schmidt  <jsc@openoffice.org>  [cd93a89eac050be44e3867bf0bd4edb494e15d34]

        #99053# synchronize with OOO_STABLE_1

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [b96a237b5e5f076b4cccdb24a5355d45fe972e3d]

        CHG: using AnyConverter instead of simple cast

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [567a7ec52bcccebbae3ff43d6bb47e2b7be5a83f]

        CHG: catch void in DatePropertyTester

2003-02-04  Stephan Wunderlich  <sw@openoffice.org>  [729356568e771cb8caab4be2050feb144f64b2a8]

        CHG: using AnyConverter instead of simple cast

2003-02-03  Martin Maher  <mmaher@openoffice.org>  [df90d4052808f618146157536e2122e6242bf07b]

        Added style support

2003-02-03  Martin Maher  <mmaher@openoffice.org>  [d21846f291ef53f64ae33adae5ca56a01406d374]

        Fixed a bug related to stripping unwanted characters from formula

2003-02-03  Martin Maher  <mmaher@openoffice.org>  [a8eb0af35b2ad198f1ce27f58e7b4416ae490263]

        Added some code for better handling of extended format indexes

2003-02-03  Martin Maher  <mmaher@openoffice.org>  [9d2b3aa1c288f10038130e74b19376832ecd2b28]

        Some bug fixes for token encoding and decoding

2003-02-03  Martin Maher  <mmaher@openoffice.org>  [f16b31eae3ed3e395216856859b138125b2928c9]

        Added SxcConstants

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [8a8b9ed25c20a3b0075edd619c41b6ba70493018]

        CHG: using AnyConverter instead of simple cast

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [7650a60b577f0f4f439d94cd73779e5f5915a2cf]

        CHG: removed obsolete lines

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [d9199f10d5f9aa3c470dc80c47d3cce8b741f334]

        new: initial version

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [73ddcdc680e269b1e372d5002e2409fd5feedebc]

        CHG: using AnyConverter instead of simple cast

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [0105ee238374d2d4352deff33c23f69364a42e2e]

        CHG: using AnyConverter instead of simple cast

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [05a3fdd0ba78fd19de7083d3390202ac42d84690]

        CHG: using AnyConverter instead of simple cast

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [5be1adc9927f32e42568679bd0da558c9698ca40]

        CHG: using AnyConverter instead of simple cast

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [5f06943052604bb76d7f56e9a4e245793c399c81]

        CHG: using AnyConverter instead of simple cast

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [4c6f4ff6b66ecd01f82e30c8716738102b1171a9]

        CHG: using AnyConverter instead of simple cast

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [d95c5e7c511e7c276c6dad53b6af4f7866db6fb1]

        CHG: using AnyConverter instead of simple cast

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [ba66332ea60e606f6dfdb75dcfbf22013cbf96a7]

        CHG: using AnyConverter instead of simple cast

2003-02-03  Stephan Wunderlich  <sw@openoffice.org>  [a4a61e52de45ef29bd82d34141af67e1f1af5674]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Juergen Schmidt  <jsc@openoffice.org>  [c1d7ce84fdc8bbc7e491c43503154d0a200e4d15]

        #99053# to be synchronized with OOO_STABLE_1

2003-01-31  Juergen Schmidt  <jsc@openoffice.org>  [7f3718f1338cc80513bdfc320f8c23b1703cd8e6]

        #99053# to be synchronized with OOO_STABLE_1

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [6de1d6134bca5b4086de8abdc168e19de1dc0436]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [a1501051fd35d4e35e13f3ce9545575d3addd924]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [581edb8b7ce2a6d292bec144ce994e8357e03f18]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Duncan Foster  <dfoster@openoffice.org>  [5ca46cab5f57f818d4f58e2a41cf3620690ca5d1]

        Fixed some problems: (1) incorrect data type bool!=sal_Bool (2)Must clear the url from the vector is it already exists.

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [124b013b2f2b515a0a2ed63f146382d9e21e4cc1]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [74bd852583566fdfc7e2e35f8f9bd0ad1c821ecb]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [df927f2f0f1f2af0c5ab64492cd9472309d12ec7]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [937e2a6d3b0d29ad3e770ca16c90ce7a3032e21b]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [0ad01298ff2ff26f7a036e1d1221313fe063120e]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [3a5eadba4146a43fbc6ae122c055b9f7b942b671]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Tomas O'Connor  <toconnor@openoffice.org>  [22d659d34b50f9e85685f6cd4f83a96c627c8552]

        IssueZilla 10518 - Install BeanShell UNO package with installer

2003-01-31  neilm  <neilm@openoffice.org>  [7854d9c33fd84b9af2fe7fe8c826feba068755ec]

        Removed support for Jedit - and only supports StarOffice6.1

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [af2992bb4c8acc46e81f2d0ee0614c2627a02d76]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [0a1a09be987e920f2146e2d1e847e77573c13ec5]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [441cb7b74cb56e38899732295e219a2473700167]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [f74c7f4b61d6f5b3401c3e978d9afa9e14652046]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [d242d3c2179783b35a8f30059dd3b46f0f5eca5a]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [1663b2ed404c3395ab8902471a875ef32a5b770a]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [7158ec75a381a882e2f6b45462ca783c4410bf4d]

        CHG: CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [e91b28c26e26680b24b4dcb6c599bab1df242ae6]

        CHG: changed DispatchURL

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [e7906feb29b858720a99ff84ddc193e5e74d8761]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [b935819a3923432d564df5f60ec9e6e91455fb92]

        CHG: fixed compare until, check for void any

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [1f792d0e1194c945706f7bcff7119c11fe3aa5a9]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [40ecb869b7bbb0abe48883ce0107d80f747e06b6]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [3b9388e73821c2e0cc4e98b8b01c0e0dafeefa77]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [8cde093e2fa8fe90eed966e768fccb4daca24320]

        CHG: using AnyConverter instead of simple cast

2003-01-31  Stephan Wunderlich  <sw@openoffice.org>  [4af95888deb97a88ab3d56afb52e3854b5d2563e]

        CHG: using AnyConverter instead of simple cast

2003-01-30  Tomas O'Connor  <toconnor@openoffice.org>  [4e16bd6a8a7bdaa3373f62f0c18da2d17c232fce]

        IssueZilla 10578 - Update command line support to reflect current functionality Improve exception handling and fix parcel removal code.

2003-01-30  Noel Power  <npower@openoffice.org>  [b7ec4546b523c4250514a6757e514d948d18a50c]

        Changes needed to compile

2003-01-30  Noel Power  <npower@openoffice.org>  [8d79131541856a1b7a333500370db260403eeaab]

        Add scriptSecurtyManager to makefile

2003-01-30  Christoph Neumann  <cn@openoffice.org>  [f629b4a37f394d70c302523c742a34c3d8cd7a7a]

        NEW: initial version

2003-01-30  Christoph Neumann  <cn@openoffice.org>  [14a49736cf96f00f93b7c07860a5d81897e7ecf1]

        CHG: Use only valid Frame sets

2003-01-30  Stephan Wunderlich  <sw@openoffice.org>  [5c1f7dc33d8f28c8a7f1427eaea57bc1d44c66bb]

        CHG: catch NullPointer in getAccessibleIndexInParent

2003-01-30  Christoph Neumann  <cn@openoffice.org>  [d4e629410abb738977add039044da25ba9a8e5cf]

        NEW: initial version

2003-01-30  Christoph Neumann  <cn@openoffice.org>  [8577a6c6a5a4b2d69de6ce2e7e632127fdca2385]

        NEW: initial version

2003-01-30  Christoph Neumann  <cn@openoffice.org>  [748187e4d66da276ed82a4c64ffa21b6ea95d6bf]

        NEW: initial version

2003-01-30  Juergen Schmidt  <jsc@openoffice.org>  [b1dea1c6d812f971960817c63f5022b79aea579b]

        #99053# changes for Beta release

2003-01-30  Christoph Neumann  <cn@openoffice.org>  [13daa6afe5d083693420a13423f31173eeea70f9]

        corrections in object creation

2003-01-29  Stephan Wunderlich  <sw@openoffice.org>  [122108bf5e27952a19ddf4f529df8df0c3df23a3]

        CHG: changed text to be inserted

2003-01-29  Tomas O'Connor  <toconnor@openoffice.org>  [2531be843e4f2d322947b30ec2db3372d22fc226]

        Singletons can now be registered from their implementations, so do not register them using the installer.

2003-01-28  Tomas O'Connor  <toconnor@openoffice.org>  [b5fac00cd02372fc205c1361337dbd1cfabeaacb]

        IssueZilla 10518 -     Add a language attribute to the parcel element     Add support for deploying to language specific directories

2003-01-28  Tomas O'Connor  <toconnor@openoffice.org>  [94e2bcfa685b60e4bcefeb8f2269b9a69fdbdf1c]

        Create seperate UNO package for BeanShell Runtime

2003-01-28  Aidan Butler  <aidan@openoffice.org>  [155b5ae819f002efd33dcd5658ce29b76fc9bc59]

        initial commit

2003-01-28  Duncan Foster  <dfoster@openoffice.org>  [eeb504ffcd3e5c9861adf5597c99bd22f52ddc81]

        *** empty log message ***

2003-01-28  Martin Maher  <mmaher@openoffice.org>  [d000913a58a8ffeba45aeb58ecf0e57abebf7823]

        If for whatever reason we can't create a Float record create a String cell instead

2003-01-28  Noel Power  <npower@openoffice.org>  [870638f3a5db7ccecd5a5338b59bcbb9d130e63c]

        Changes to reflect api change (in XScriptNameResolver.idl, method resolve now returns a XScriptInfo)

2003-01-28  Caolán McNamara  <cmc@openoffice.org>  [80965be16be2edd8a1c717df9b27d9b3b22927a4]

        #i7490# no value -> default align

2003-01-28  Lars Langhans  <lla@openoffice.org>  [a43d163d62afbaeb8ea5c836f94b4b60ab5c5b81]

        changes to not longer use iostream in the most files.

2003-01-27  Stephan Wunderlich  <sw@openoffice.org>  [ded596096a767fa470eea8dfccd51c1af5c3dd54]

        NEW: initial version

2003-01-27  Stephan Wunderlich  <sw@openoffice.org>  [4580ed22e3739a6d3735f6a7de59db0e6c9bd63e]

        NEW: intial version

2003-01-27  Stephan Wunderlich  <sw@openoffice.org>  [26ebdfc472be16f0eb4110aab0335666d2ba5e62]

        NEW: initial version

2003-01-27  Stephan Wunderlich  <sw@openoffice.org>  [c1b610e51c2f678a8adb7c4c265aafb7e1aeb8e1]

        CHG: added dependencies

2003-01-27  Duncan Foster  <dfoster@openoffice.org>  [47d686e00d76e19bb690438ddd56da5e7766709a]

        Assorted changes to support StarBasic-like security feature #i10516#

2003-01-27  Stephan Wunderlich  <sw@openoffice.org>  [4e50cf2148ad8d3bebccb8823c2a56f295ddc763]

        NEW: initial version

2003-01-27  Stephan Wunderlich  <sw@openoffice.org>  [9b72d9253f469fa58ce5b844ff10740fd7c129eb]

        NEW: initial version

2003-01-27  Aidan Butler  <aidan@openoffice.org>  [2adb6d40fa1565f270bb4dd163da6e7359c89a64]

        Added support for generic text fields on export

2003-01-27  Duncan Foster  <dfoster@openoffice.org>  [fccf375d241d8d0173dc3f8ca70861cc11508fc1]

        Added interfaces required to support StarBasic-like security features

2003-01-24  Juergen Schmidt  <jsc@openoffice.org>  [a8603ad9e195dfdc3f46060f579cc27cfa08638d]

        #99053# coorect links to DevGuide

2003-01-23  Duncan Foster  <dfoster@openoffice.org>  [ae8231dd5352e3c4fd31ce798c242723b6082cc4]

        ScriptSecurityManager moved to source/storage

2003-01-23  Duncan Foster  <dfoster@openoffice.org>  [2ee682097033383e98fce550baf46fd76d71d353]

        Moved from source/runtime

2003-01-23  Martin Maher  <mmaher@openoffice.org>  [10720262613e847a78629c124f0bb90cf33452a1]

        Added Tags and elements for named-expressions (i.e. NameDefinitions)

2003-01-23  Martin Maher  <mmaher@openoffice.org>  [d41ba513d8cfd6c6ae6b7d0ed8e2ca0cc7cd9f91]

        Should not clear formatting

2003-01-23  Martin Maher  <mmaher@openoffice.org>  [ee4e413987919edbada9cf127c262890615adf0e]

        #104852# Added workbook caching a test to see in the case of NameDefinition whether the definitiono is of type expression or range.

2003-01-23  Martin Maher  <mmaher@openoffice.org>  [036994cf40c16feeafb7c4fb009c0f1dd9d2a9d3]

        Added Parsing capability for 3d references and name definitions

2003-01-23  Martin Maher  <mmaher@openoffice.org>  [7d3a0129c2b0c00463f0bbd1154b19c028bc72b0]

        Added Encoding and decoding for 3d reference and area references and name tokens

2003-01-23  Martin Maher  <mmaher@openoffice.org>  [d097c7c28a7a5b8386f7f1c15acb65aba2c28a30]

        #104852 Workbook caching added so NameDefinitions can be encoded/decoded

2003-01-23  Armin Theissen  <armin@openoffice.org>  [2b46f6dd5f25bd2f0334df61831ef79c2120a340]

        IZ10198: /E switch to supress non-fatal error messages

2003-01-23  Martin Maher  <mmaher@openoffice.org>  [818b38824a5a0417ff21587695dfc8d3269a2c45]

        #104852# Implementations for getting and setting Name definitions

2003-01-23  Martin Maher  <mmaher@openoffice.org>  [aaf6c993bee8b16d368408e839fa6dbcaaf53915]

        #104852# Added code to read and write <Name-expressions> tag (Name Definitions)

2003-01-23  Martin Maher  <mmaher@openoffice.org>  [bd2c165b2d9d7679b40eea07979a130ea2e2ba6d]

        Added methods for gettings and setting Name Defintions

2003-01-22  Sascha Ballach  <sab@openoffice.org>  [ee61b8d8b1a6e4f14afdc729a68bdb19c59f34c8]

        #106337#; get the old top level version, because this version was in the wrong branch

2003-01-22  Sascha Ballach  <sab@openoffice.org>  [d1ceaf72031728dd87ff56df592a65f88a866f2d]

        #106337#; make notification synchron

2003-01-22  Martin Maher  <mmaher@openoffice.org>  [a80d06cdbb8bd1c28e8657f05480b917544f2705]

        Added tokens for name definitions and 3d cell references

2003-01-22  Duncan Foster  <dfoster@openoffice.org>  [682be13a09d3db5ae897ee15d8c9026a01f14a9e]

        Added class which will handle script security permissions

2003-01-22  Lars Langhans  <lla@openoffice.org>  [80e850f7cd0446ad7db683ce99d9cd27e11ffa95]

        cvs access and new signalfile handling added.

2003-01-21  Martin Maher  <mmaher@openoffice.org>  [14c9b053dec3982c53e0aa6d6091afee497e0829]

        Javadoc change for write method

2003-01-21  Martin Maher  <mmaher@openoffice.org>  [2034f6fa9d36e162734cdb7ac762ec0fa12e0816]

        Initial checkin of the NameDefinition class

2003-01-21  neilm  <neilm@openoffice.org>  [bf549f1766be71f49973ffd9704fc862c108f56e]

        Fixed News directory inside parent News directory bug

2003-01-21  Tomas O'Connor  <toconnor@openoffice.org>  [3dda2aa2091f8c72759e9af6e325bc9466bdaadc]

        IssueZilla 10518 - Add BeanShell scripting support

2003-01-21  Tomas O'Connor  <toconnor@openoffice.org>  [381461cddcd34910ac8128cb8a5826919e033c8d]

        IssueZilla 10518 - Add BeanShell scripting support

2003-01-21  Tomas O'Connor  <toconnor@openoffice.org>  [18fc8064e3f234105fbcd3a4ffb214d72aae340e]

        IssueZilla 10518 - Add BeanShell scripting support.

2003-01-21  Tomas O'Connor  <toconnor@openoffice.org>  [dacfe05ba0be605908350be80f1558609aa31690]

        IssueZilla 10518 - Add BeanShell scripting support

2003-01-21  Duncan Foster  <dfoster@openoffice.org>  [3dd0fb60bc2c8d246bcabcb063955e077c04b6b6]

        Fixed build.xml for non-product builds

2003-01-21  Duncan Foster  <dfoster@openoffice.org>  [806bb03829a0ff62ab71a5e04ae7cb43207c73d0]

        Removed reference to old StroageProxy

2003-01-21  Michael Hönnig  <mi@openoffice.org>  [b60ecff99ee637e28fed7890e6781178ae5b2200]

        merge from src641 internal ODK release

2003-01-21  Lars Langhans  <lla@openoffice.org>  [27c0c3ae6b7705f44b20bca1581ce01c31bf5549]

        whitespace

2003-01-21  Lars Langhans  <lla@openoffice.org>  [0ed32b923441887c9604d100fff4f4b8921940f9]

        error message interpreter changed.

2003-01-21  Lars Langhans  <lla@openoffice.org>  [f0c72aec944c99e9cdc27c176b3fb570a0d7f053]

        some changes for tests

2003-01-21  Lars Langhans  <lla@openoffice.org>  [a72b23e42fa7378284072ea5d9c353879703dca7]

        be more user friendly

2003-01-21  Lars Langhans  <lla@openoffice.org>  [c6506a6a28e16fba66359ec75fd0ce1ab7224553]

        better error message

2003-01-21  Michael Hönnig  <mi@openoffice.org>  [07624b6bdff485d4316a34ea4cc074dc5550c08f]

        merge from src641 internal ODK release

2003-01-21  Lars Langhans  <lla@openoffice.org>  [148b600e5585e4704b559c83fa55696c395b5882]

        space from filename removed, insert values changed

2003-01-21  Lars Langhans  <lla@openoffice.org>  [abb766db982a186af435155c8d7ffe1b8e29c5cd]

        rebuild to new config.file structure

2003-01-21  Lars Langhans  <lla@openoffice.org>  [87fecc8c1245912fac06815e35700961558f9000]

        runner demo

2003-01-21  Noel Power  <npower@openoffice.org>  [1b5ea3ef161ec5f5f614e2a1b6d4063d36b5a784]

        Updates needed for document support (improved support for refresh)

2003-01-21  Noel Power  <npower@openoffice.org>  [df0fb4af57d98ecc03c839dce5d83a3f5806e67d]

        Added environment (for shared lib path) for unix regsingleton command

2003-01-21  Noel Power  <npower@openoffice.org>  [c53c24dfda6c7d618df93343f295885a693427f6]

        Updated Register to register new singleton for ScriptRuntimeManager

2003-01-20  Martin Hollmichel  <mh@openoffice.org>  [d611db53543220189ae1b9712abb52de31770ddf]

        join OO643C to HEAD

2003-01-20  neilm  <neilm@openoffice.org>  [462642905a1e5b01ee01467c3640f429a6ba445c]

        Removed System.out.println debugs

2003-01-20  Lars Langhans  <lla@openoffice.org>  [373d1063695ef8f1ac6692257445d012104be12b]

        makefile

2003-01-20  Lars Langhans  <lla@openoffice.org>  [4b8a6ca67ac812ef1f4fc3428628d46a8280c574]

        cleanup

2003-01-20  Lars Langhans  <lla@openoffice.org>  [b34566c5199652a5016035bff8a94870c8e4ecec]

        auto ptr added.

2003-01-20  Lars Langhans  <lla@openoffice.org>  [a051ec673309f5d3356109e3e98b708b3c653b81]

        better path check

2003-01-20  Lars Langhans  <lla@openoffice.org>  [ea04599a1b4eb7debec3b362d168d476c2e7890d]

        testshl2 Runner

2003-01-17  neilm  <neilm@openoffice.org>  [c0cd0efa02abcfd5e15095d08744e9510c6db3b8]

        Button text displayed as Finish when posting is complete

2003-01-17  neilm  <neilm@openoffice.org>  [7ed6ffaf8e7ef23e509022b06fb6705a2b9ac1fe]

        Added refresh for the main window

2003-01-16  Noel Power  <npower@openoffice.org>  [4d32df303713de1aa1232ef4162e4d165cc18fff]

        when createRepositoryPath().getClassPath() is called (window platform) path is enclosed by quotes, this is unexpected and the resulting classpath needs to be trimmed.

2003-01-16  Noel Power  <npower@openoffice.org>  [d654bef55e279f9c6d61664983daa0a546c5e80c]

        Refactored the refresh functionality and also changed internal maps to map file URL->storage idl, previously the map was cannonical URL -> storage ID. Also added method to return storage id from normal file URL. Changed func. in that instead of a URL for user and share areas now "USER" or "SHARE" are used

2003-01-16  Tomas O'Connor  <toconnor@openoffice.org>  [84d0d87200736b9a778077dddd6dcaaae66b286c]

        IssueZilla 10518 - Add BeanShell support, add a language property which determines which scripts get listed in the Configure dialog

2003-01-16  Tomas O'Connor  <toconnor@openoffice.org>  [fa40dc57cd7dddcf425e7f55b54da152e3745c75]

        IssueZilla 10518: Add BeanShell support

2003-01-16  Tomas O'Connor  <toconnor@openoffice.org>  [7e83a71ea36c15f5720ee5e287d4ee6d4ac906f4]

        IssueZilla 10518 - Add the New menu to the Contents directory of Parcel recipes

2003-01-16  Tomas O'Connor  <toconnor@openoffice.org>  [07b4957c44d3b43b028a704329999be3e32e7ca2]

        IssueZilla 10518 - Add BeanShell language support

2003-01-16  Tomas O'Connor  <toconnor@openoffice.org>  [d960e620bdac7a33cc175c9235c8073c4c838ef3]

        IssueZilla 10518 - Add BeanShell support
        
        Added a clone method to ScriptEntry
        Updated the MethodPanel to search for scripts based on language
        Added bsh files to the BinaryOnlyFilter

2003-01-16  neilm  <neilm@openoffice.org>  [fa136f47817310bbdf348f1a4393689559403139]

        Initial inport of Post to Newsgroup demo

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [f6355ecc50eaaab1b8c97a2a7481778a3c414365]

        all properties optional

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [53ad5721d9f4c2504035dad060cb693c26976a27]

        #106718# missing link to document/Settings.idl

2003-01-16  Tomas O'Connor  <toconnor@openoffice.org>  [b979c91b759906f0c9918c69622600f3e02dcd8a]

        IssueZilla 9783 - allow framework to be installed from the command line and from outside of the program directory of an office installation

2003-01-16  Juergen Schmidt  <jsc@openoffice.org>  [ac083bb310f71d8ab56bb322738909168ba9120d]

        #99053# update dependencies

2003-01-16  Tomas O'Connor  <toconnor@openoffice.org>  [dbae842f902660c416abcc68da7f8b701921368f]

        IssueZilla 10024 - improve generation of paths and urls for office installation

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [9ec47fc220a8b4ea270df32d420b356afc73c009]

        #55857# broken links

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [0da761bc14bd88f73a03130f255f2d0e42973ea7]

        #55875# broken links

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [ccb8961a971515adb69cee1b3f59aad562d90e3b]

        #55857# broken links

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [8d92cba28ba51fa24bd932b246af972a8fd503e4]

        #55857# broken links

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [f0c6b75c67a14085512c2707a9214891c5e289ef]

        #55857# broken links

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [1dfa957a89f1d4a18c15561c152b88de6d11eecf]

        #55857# broken links

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [467706331160139f07fbfee2328538f6adb2f87a]

        #55857 broken links

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [35e8d18a77d286bafd18f347e1e515c0e1a62586]

        #55857# broken links

2003-01-16  Michael Hönnig  <mi@openoffice.org>  [af2933a592b699f689406bdff82bc50f86f8e82e]

        #55857# broken links

2003-01-15  Aidan Butler  <aidan@openoffice.org>  [9641912ae1a30b48671fa2abd2520eafc94cf26a]

        added office:automatic-styles to DOM tree for command line processing

2003-01-14  Juergen Schmidt  <jsc@openoffice.org>  [3f148f03a04e13f36664ceaae60fed1ad0f152fe]

        #99053# lingu review

2003-01-14  lwang  <lwang@openoffice.org>  [26cb410ed4d55bf585e94d389446b5c1fb537342]

        add some new test codes

2003-01-13  Ken Foskey  <waratah@openoffice.org>  [0634d662e96dcc45752a5fdb69a3e6345a7402e9]

        dmake:  Remove the incorrect definition of main to void

2003-01-13  Lars Langhans  <lla@openoffice.org>  [3bb5c29a26d1fd3bb7dfe7a25b2ffb1a4a194d2f]

        setSignalFilename stays on the wrong src line.

2003-01-13  Christian Lippka  <cl@openoffice.org>  [534bd7f86535dc81073d673d9bc185bb34520a55]

        #106612# do not close dialog on escape while in drag'n'drop

2003-01-13  Oliver Braun  <obr@openoffice.org>  [6b355810b72d26a5bbd691d5bc5c70bf8f8fdbc6]

        #106220#,#106226# various deadlocks etc. fixed

2003-01-13  Lars Langhans  <lla@openoffice.org>  [163a6906c900aa772534fb5c95575475393f9b4a]

        a readme

2003-01-13  Lars Langhans  <lla@openoffice.org>  [d95a69b941f151eac2abfd37a47b5a39d4351853]

        signal file

2003-01-13  Lars Langhans  <lla@openoffice.org>  [a7e44fbd20607a9b1e37fdc09596c7d7c4f20b6d]

        some typos.

2003-01-13  Lars Langhans  <lla@openoffice.org>  [33598631c390c4a69f3f5ffd1ec143eaa4350522]

        selftest

2003-01-13  Lars Langhans  <lla@openoffice.org>  [1d254db9e136a27c60003cba543fb6fd5b01664f]

        selftests

2003-01-13  lwang  <lwang@openoffice.org>  [d7b0d2e6d63adc7f802556fdd7b2e01c9ecc2dbf]

        change some errors

2003-01-10  Juergen Schmidt  <jsc@openoffice.org>  [234644eeb731b3ff0a4822f11ddc76ba588aad9f]

        #99053# change OFFICEPRODUCTNAME

2003-01-10  Juergen Schmidt  <jsc@openoffice.org>  [aa2c3152ff25b45f0bd06b8156d463b20561b8fd]

        #99053# removed

2003-01-10  Lars Langhans  <lla@openoffice.org>  [f2de01f1be13e1ea87fdd8d2ad77197d64d4b2db]

        sample code for the new code generator tool.

2003-01-10  Lars Langhans  <lla@openoffice.org>  [fdd2d4f7b734ec87cb9ba4bf38971d991e0f8e2a]

        some changes for code generation.

2003-01-10  Stephan Bergmann  <sb@openoffice.org>  [ff7151bf4bbb735963eeffe55eca7b7b41d00097]

        #106097# Correctly parse blocks that do not contain a local: section.

2003-01-10  lwang  <lwang@openoffice.org>  [8c185cdd129815adf2fc21dbb2e963af7961691d]

        add new test code

2003-01-09  Carsten Driesner  <cd@openoffice.org>  [0986e76cf941c8134eceb60965798bc5b5273c77]

        #106466# Use odd rect size to calc arrows width

2003-01-09  Lars Langhans  <lla@openoffice.org>  [4ac698716a6d5ff7dd02c19bdee9fa4a6fcb8ce9]

        add headers

2003-01-09  Lars Langhans  <lla@openoffice.org>  [0fcd11809de39c3f605c33e9e6e24c1836539698]

        testshl2 code

2003-01-08  Juergen Schmidt  <jsc@openoffice.org>  [b1cb0a81b9188d425afa409a0f2beb403f40c8d0]

        #99053# change variable names

2003-01-08  Aidan Butler  <aidan@openoffice.org>  [fbc07a97f1dac9396015196b04cf2d698d0a08e4]

        #105039# Added additional field exporting support

2003-01-08  Aidan Butler  <aidan@openoffice.org>  [407357b8724db4e89dc8d5da7ffea80d22c4a44e]

        #105039# Added additional field definitions

2003-01-07  Duncan Foster  <dfoster@openoffice.org>  [5dcd5f1a6044060d645417685ba62bfe21337e05]

        Replaced full offapi.db with minimal Scripting Framework db.

2003-01-07  Juergen Schmidt  <jsc@openoffice.org>  [babf18ee5c6e79728f072e28bef021759c617e30]

        #99053# insert new macros

2003-01-07  Juergen Schmidt  <jsc@openoffice.org>  [02ce53fcfb4b38def2dfdd5a2f7fe8e559ef4c1f]

        #99053# remove dk.m file

2003-01-07  Juergen Schmidt  <jsc@openoffice.org>  [15f28bdc884ceb1e63e299536915a2c51ca03603]

        #99053# new directory for docu generation

2003-01-07  Juergen Schmidt  <jsc@openoffice.org>  [9c97267ce8a97ce029a94bfc60407d9e91795f24]

        #99053# new

2003-01-06  Duncan Foster  <dfoster@openoffice.org>  [053f34319b68d72ac03e4d6a4871594cd6a6eb26]

        Should now be possible to build Install Jarfile for one or more platforms.

2003-01-04  Ken Foskey  <waratah@openoffice.org>  [3f09dcaf90a926dd7c0b7d7dcccbdc55f4779ccf]

        Remove main definition, it is wrong and it is failing compile on the mac platform

2003-01-04  Ken Foskey  <waratah@openoffice.org>  [54bf66763d00e045165315df73c816d71c74f1ce]

        Implement a test around wait so it is not included when the platform does not define it

2003-01-04  Ken Foskey  <waratah@openoffice.org>  [a20ec3c87946057bbdc935753b7dbbb2cafe64c7]

        Implement a test for wait.h, failing build on mac under gcc

2003-01-04  lwang  <lwang@openoffice.org>  [c0bb9757c7941486d6088d5301749096088938f4]

        add new test codes

2003-01-03  Juergen Schmidt  <jsc@openoffice.org>  [5044eda68d088c9fb2f0ee1db1d4f680adabff87]

        #99053# updated

2003-01-03  lwang  <lwang@openoffice.org>  [43ad9c3e67a74aa0020f93112bac4e6ab8e14c9f]

        added new file

2003-01-03  lwang  <lwang@openoffice.org>  [9cd3a521b8385d90ad8336292d002352079b4938]

        added new file

2003-01-02  Juergen Schmidt  <jsc@openoffice.org>  [56e25acc49a69020383912cf89a1797cc90c89ad]

        #99053# add STLPORT support

2002-12-20  Juergen Schmidt  <jsc@openoffice.org>  [40ce4230aa623b5c9bea670422e16a5a7346af53]

        #99053# modified, new build env

2002-12-20  Juergen Schmidt  <jsc@openoffice.org>  [fc552108136775e1584f341900b93ed6c0a99295]

        #99053# modified, new build env

2002-12-20  Juergen Schmidt  <jsc@openoffice.org>  [5758d0db6dfbb9e4f05060c0ba407b3fba12f01b]

        #99053# mdoified, new build env

2002-12-20  Juergen Schmidt  <jsc@openoffice.org>  [46541be2e567ec289b120a27896e82d75b436aa2]

        #99053# mdoified, new build env

2002-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [220bda492baf18be1902634170de5c67aef5e45d]

        unset COPY_PACKED

2002-12-20  Frank Schönheit  <fs@openoffice.org>  [d23900f0fab538d4abe545482001a43f49b6b314]

        #104402# -aControlStyleProperties / +getControlStypePropertyMap - problems with order of initialization of static variables

2002-12-20  Frank Schönheit  <fs@openoffice.org>  [7a58fc8548254ec5cf7cedaf50fa23a722f0db5d]

        #104402# -aControlStyleProperties / +getControlStypePropertyMap - problems with order of initialization of static variables

2002-12-19  Juergen Schmidt  <jsc@openoffice.org>  [3b906d275d4683a181adc287dd0e30739d0082ce]

        #99053# new build env

2002-12-19  Juergen Schmidt  <jsc@openoffice.org>  [ecab58156e8987642c9e51dedb05a07765f29cc8]

        #99053# modified clean target

2002-12-19  Juergen Schmidt  <jsc@openoffice.org>  [77a6abd9dd1d7d5338dac0af09efa6aad07ed017]

        #99053# modified, new build env

2002-12-19  Juergen Schmidt  <jsc@openoffice.org>  [82456883c7c0205d5230d444e01765959a590f6f]

        #99053# modified, new build env

2002-12-19  Juergen Schmidt  <jsc@openoffice.org>  [a7f387851d57f5181a39da68d797eee1c47c27d7]

        #99053# modified, new build env

2002-12-19  Juergen Schmidt  <jsc@openoffice.org>  [c49fe44c2493d84916f9a8738c1ad14ccb957f7e]

        #99053# modified, new build env

2002-12-18  Sarah Smith  <ssmith@openoffice.org>  [b86fc718cc37bc083714aa2f3aaf2ee9eccc210c]

        #105112# fix for loading templates to cache

2002-12-18  Frank Schönheit  <fs@openoffice.org>  [441f0fcff1c04ced77466f3117432758a8fc4f52]

        #105668# removed the property TabStop - does not make any sense for a fixed text, and came (wrongly) into this service with the original IDL review (1.4.16.2)

2002-12-16  Sarah Smith  <ssmith@openoffice.org>  [98a1fec5b5717f041157cd4d86d57b690deebf73]

        #105112# removing std::pair

2002-12-16  Rüdiger Timm  <rt@openoffice.org>  [a723aecc98263d3e43bbb0141e4f23dc0f9fa2c2]

        #100000# Don't create flat subdirs when a minor is given.

2002-12-16  Rüdiger Timm  <rt@openoffice.org>  [5da88c0b0dd3931e508e4befd7259a788f91577c]

        #100000# Change made by MH: deliver into osl subdirectoy.

2002-12-14  Tino Rachui  <tra@openoffice.org>  [471e6df111e776056a80f5deb8ba3eef2a201018]

        #104563#added osl_searchPath

2002-12-14  Tino Rachui  <tra@openoffice.org>  [ffbab40f7fde9557ec7585dc5b4f4daa7dff4dc5]

        #104563#fixed osl_systemPathGetFileNameOrLastDirectoryPart

2002-12-14  Tino Rachui  <tra@openoffice.org>  [5147906241c19e94cf0ae0f3794ceff2c8b81fe0]

        #104563#moved access_u and realpath_u implementation to uunxapi.cxx; changed osl_searchFileURL

2002-12-14  Tino Rachui  <tra@openoffice.org>  [df39d1acc66a212f6f9848876a52ee753fddad26]

        #104563#added new files

2002-12-14  Tino Rachui  <tra@openoffice.org>  [d48d900f7456b1b2327dcfa583c9d8e37fb27203]

        #104563#switch to unicode, no more working on byte string

2002-12-14  Tino Rachui  <tra@openoffice.org>  [ea309fac85e03e678528e98184b90bac637b0794]

        Initial checkin

2002-12-13  Herbert Duerr  <hdu@openoffice.org>  [d410234f50835d72264f3af7229881777f8ee520]

        #104188# fix conversion for single byte charset, add char mirroring for RTL text

2002-12-13  Rüdiger Timm  <rt@openoffice.org>  [773fef187618e8dc8bf767d819f50703ca313ad0]

        #100000# MH (or who else?) removed BUILD_SOSL

2002-12-13  Vladimir Glazounov  <vg@openoffice.org>  [e5ac713e89c014514abffbbc0095eeaa4cb31ca3]

        #100000# some refinements

2002-12-13  John Marmion  <jmarmion@openoffice.org>  [7f9afa17634a78456fdfc749ed3057b352aa146d]

        #i4378# orientation of row lost in export of Calc 5.0 to Excel

2002-12-13  Sarah Smith  <ssmith@openoffice.org>  [1de051d767fc08a450254d37c01df3b60c3430e9]

        #105112# fix for adding templates to cache

2002-12-13  Sarah Smith  <ssmith@openoffice.org>  [f77adcbd571cc97ce18d2b2f19318ac5be7e560a]

        #105112# fix for adding templates to cachemergeddataprovider.hxx

2002-12-13  Sarah Smith  <ssmith@openoffice.org>  [4e44f30eecabf9c433accf6536e5887e51cf4b70]

        #105005# removing old backends

2002-12-13  Oliver Bolte  <obo@openoffice.org>  [f89ddeba8ccfc909d8d9c3662b73ef525735e163]

        #100000# parse error linux

2002-12-13  Sarah Smith  <ssmith@openoffice.org>  [5cdfd1815b5b52d1811c416311fe098b55d9a773]

        #105112# #105005# old backends not supported

2002-12-13  Stephan Schäfer  <ssa@openoffice.org>  [de0ec858d3afd59cec44b958d44bbc32357e88d2]

        #104427# autohughcontrast also if window color is dark, not only face color

2002-12-13  Behrend Cornelius  <bc@openoffice.org>  [d389e175df5cfe318d75ab16da94f43ba1e6fceb]

        #105583# InsertTextSection Method improved

2002-12-13  Carsten Driesner  <cd@openoffice.org>  [cc2c26dc77155ef2b74ee9778b8671a3c29a9966]

        #106166# Use write through for menu options to enable VCL settings

2002-12-13  Carsten Driesner  <cd@openoffice.org>  [7d43ef8b099b4904ad5fa9f2a104ca6e32e667bc]

        #106166# Read 'images in menus'-setting from configuration

2002-12-13  Carsten Driesner  <cd@openoffice.org>  [349beec8cf203e21b848ec5da6f1e76c6bc97911]

        #106166# New settings entry 'mnUseImagesInMenus'

2002-12-12  Niklas Nebel  <nn@openoffice.org>  [e8ac1797cb9ba79f39e15e0d1fcb5f128bc1b170]

        #i5819# reset selection anchor flag after executing AutoFill etc.

2002-12-12  Niklas Nebel  <nn@openoffice.org>  [093c6838419530f9af38ea44383870fdac09b485]

        #i6232# reset DocShell empty flag after appending sheets to new document

2002-12-12  Christian Lippka  <cl@openoffice.org>  [9b09f40933effa5b7565ec9602d56dac4c284d63]

        #106065# added undo action for modify layer

2002-12-12  Ingrid Halama  <iha@openoffice.org>  [5c6cc7dbfbbb3813b3241cc8fead916af345e72a]

        #106214# use smart protocol from buttons while creation of URL

2002-12-12  Herbert Duerr  <hdu@openoffice.org>  [947c6312bba0ee9da25c90c5f1d1d4c0433ee1e2]

        #101080# fix boundrect/outline for GF_ISCHAR glyphs

2002-12-12  Herbert Duerr  <hdu@openoffice.org>  [eebec2108cd2a66415ab4b7f00399c4c44ebddd0]

        #101080# fix boundrect/outline for glyph fallback

2002-12-12  Thomas Benisch  <tbe@openoffice.org>  [84b9d8f4855a077957760c2659f740febe06346c]

        #105535# handle VCLEVENT_WINDOW_MENUBARADDED and VCLEVENT_WINDOW_MENUBARREMOVED

2002-12-12  Herbert Duerr  <hdu@openoffice.org>  [43ab917d1cd94b81dac959f0b9e85a4248be7c3b]

        #101080# set emphasis marks over middle of boundrect

2002-12-12  Thomas Benisch  <tbe@openoffice.org>  [9001e3ecc746b0e110443fb49589432e13bbea01]

        #105535# removed notification for setting new menu at MenuBarWindow

2002-12-12  Thomas Benisch  <tbe@openoffice.org>  [b8d3483c5091b03f2c2bc9f0c7bfe46eeedaea93]

        #105535# notify VCLEVENT_WINDOW_MENUBARADDED and VCLEVENT_WINDOW_MENUBARREMOVED

2002-12-12  Vladimir Glazounov  <vg@openoffice.org>  [bedab667d332c3e7231b7da5b793f7bd3c610747]

        #100000# rename links under windows

2002-12-12  Stephan Schäfer  <ssa@openoffice.org>  [f6600bdf943416f3ac34a69c81a4e3b42ff0567a]

        #103984# transform pos only when positioning required

2002-12-12  Oliver Specht  <os@openoffice.org>  [2f44f5a197e0f2823f070d679a35581fcf5e3437]

        #106218# call EndTextEdit() at the SvDrawView to prevent removing of empty text objects while switching text direction

2002-12-12  Eike Rathke  <er@openoffice.org>  [e149bf5c87de0e2fd713967614944710d0091a9e]

        #105914# check sprintf/strcat/strcpy calls for possible buffer overflows

2002-12-12  Andreas Bregas  <ab@openoffice.org>  [13b946be679733c3e0ae9269ff566e8427fda4da]

        #105565# New RTL function CreateUnoValue()

2002-12-12  Stephan Schäfer  <ssa@openoffice.org>  [bb0cc8df457e2d91aeba76f94caf07cd5da864a5]

        #106074# fix drag-n-drop for BiDi

2002-12-12  Daniel Rentz  <dr@openoffice.org>  [f9d05bd88da30e91dd80b788980be753e6001f3a]

        #106246# substitute fonts for ms export

2002-12-12  Oliver Specht  <os@openoffice.org>  [a509b9e81741f48ad5be0bb8db1dd35a6f9d2d66]

        #106222# Request::Done() calls added

2002-12-12  Malte Timmermann  <mt@openoffice.org>  [da4d3064c6ec7b05c5493379931976c276eddd84]

        #106206# Call (travel) select when restoring old selection in EndPopupMode

2002-12-12  Vladimir Glazounov  <vg@openoffice.org>  [0d074380b4752995d6fa4828a1d476fefaee42d6]

        #100000# check for inconsistent modules

2002-12-12  Aidan Butler  <aidan@openoffice.org>  [90da2cf6eeb4c3178df7306d715d171d63ebf97c]

        literallayout.java

2002-12-12  Frank Schönheit  <fs@openoffice.org>  [c0d9a329d3879ece3b949ee9c17a2c6f78f13e08]

        #106201# clone m_aName and m_aTag, too

2002-12-12  Oliver Specht  <os@openoffice.org>  [d0d6fb90aaa72db2729fbf34c323b8dffecd3615]

        #105490# selection of address database for mail merge

2002-12-12  Aidan Butler  <aidan@openoffice.org>  [f28f56091cf721eba2cc726c9d80aa82eaf9af18]

        XSLT extension for formatting literallayout

2002-12-12  Hennes Rohling  <hro@openoffice.org>  [144daf8496c314f3f2de4468f373e1f715c695da]

        #105989# PM_QS_SENDMESSAGE requires WINVER 0x0500

2002-12-12  Thomas Lange  <tl@openoffice.org>  [aa6d96a6251b0a59d1777d291b3fa134e13bdb98]

        #105984# use ColorConfig and FONTCOLOR in Math

2002-12-12  Frank Meies  <fme@openoffice.org>  [4b1719c95ed0256cc504e562a78619f0550d8f58]

        #106241# Handle special case pPrev equals pNext during merging of attributes

2002-12-12  Stephan Schäfer  <ssa@openoffice.org>  [1b9847c34ad8fcb266ea4555399be6111ce33fb9]

        #106235# contextmenu opens only on Shift-F10, without any additional modifiers

2002-12-12  Daniel Boelzle  <dbo@openoffice.org>  [f60463606edcdd9c18626b885dfd4c1f0f825ba9]

        #106171# avoid diag output

2002-12-12  Christian Lippka  <cl@openoffice.org>  [eea1fa36cc87a906d4946e62ab90443f41183d82]

        #105940# converting dos line ends to unix line ends to work with newer perl

2002-12-12  Herbert Duerr  <hdu@openoffice.org>  [5cb0f86d36a1f138fdc2b289e16da4d289087d0d]

        #105944# fix display of RTL paragraph sign, improve glyph fallback

2002-12-12  Caolán McNamara  <cmc@openoffice.org>  [cf9813aec777301af1e795611f92254f12db0c66]

        #106167# Drawing objects have different anchoring options to nondrawing objects and despite appearances it just doesn't work to treat them the same

2002-12-12  Christian Lippka  <cl@openoffice.org>  [0c01e6d221e4c740d82d13701e52ac4bf76f8edb]

        #105940# converting dos line ends to unix line ends to work with newer perl

2002-12-12  Herbert Duerr  <hdu@openoffice.org>  [21a338ba55ced609ea7a86d48cc489339b3fe695]

        #105944# char mirroring for non-CTL RTL text

2002-12-12  Ocke Janssen  <oj@openoffice.org>  [167b3dbf8d7756705441faa8be21dd9f6afe5c5b]

        #i4082# impl debug feature for parse nodes

2002-12-12  Christian Lippka  <cl@openoffice.org>  [4b86d377a2e3c9f3070f554f4a5d5c9840ad7b6a]

        #103556# handle multiple selections with controls correct

2002-12-12  Daniel Rentz  <dr@openoffice.org>  [bede01bf1cfc6a803cc9bef747fcb3105820d195]

        #106213# empty escher stream broken

2002-12-12  Stephan Schäfer  <ssa@openoffice.org>  [842b8500d408189323139622fc2892416f5f54d8]

        #103984# improve RTL window positioning

2002-12-12  Thorsten Behrens  <thb@openoffice.org>  [ca10c8b6f71bcf9f45342217ffa0097fff338200]

        #103483# Added batch processing for EE events

2002-12-12  Stephan Bergmann  <sb@openoffice.org>  [2d470f1b17f3ad2056b1468340a231cdf1f43f41]

        #105636# Various single-byte MS encodings no longer back 0x80--9F with C1 controls.

2002-12-12  Sven Jacobi  <sj@openoffice.org>  [e4a8120262442da261a43c1f5230d6c82d5e887d]

        #105714# differentiate between version SOFFICE_FILEFORMAT_31 and SOFFICE_FILEFORMAT50 if saving OLE objects

2002-12-12  Daniel Rentz  <dr@openoffice.org>  [c81f957efa7764ff10be4e2d9e2b8c5a7ca385f0]

        #106213# empty escher stream broken

2002-12-12  Hennes Rohling  <hro@openoffice.org>  [a2145cc1767039bfed18f5746c7da6f7b1a8b04a]

        #105989# PM_QS_SENDMESSAGE requires WINVER 0x0500

2002-12-12  Christian Lippka  <cl@openoffice.org>  [924c5f6c2d46e1d8aebf640b9d9f9c7d9c451178]

        #105871# added field support for flash

2002-12-12  Ocke Janssen  <oj@openoffice.org>  [9a363c9a92a4a6cdbdcfb471149623cf062e6d50]

        #106123# debug info for resultset

2002-12-12  Ocke Janssen  <oj@openoffice.org>  [0168a5ba4a51a11aa6ddff2a95abdca9b040d1bb]

        #106123# change mutex in checkDisposed method

2002-12-12  Caolán McNamara  <cmc@openoffice.org>  [d2e2b4b88e4d5b70c45693315ec6294091d58cde]

        #i9745# for obscure reasons working with inserting drawing objects differs when inserting into a new document or inserting into an existing document

2002-12-12  Caolán McNamara  <cmc@openoffice.org>  [e2ab7da6e3e8f672830cfe53e7f830d2d48c99c2]

        #i7417# change filenames to urls on importing associated filenames for graphics

2002-12-12  Oliver Bolte  <obo@openoffice.org>  [96b0694395e2771db008d85923b2b5d812abdacf]

        #100000# modifiers not allowed with static

2002-12-12  Frank Meies  <fme@openoffice.org>  [a3c8ded8937029421f802048e74fdb4b0609605c]

        #i6610#: 1-line-Master frame should not give lines to widows in follow if master has no prev.

2002-12-11  Philipp Lohmann  <pl@openoffice.org>  [5c496477b40a2259648922a9274f6a13577bbd64]

        #105759# minor optimization

2002-12-11  Behrend Cornelius  <bc@openoffice.org>  [7f9aaff0809dfa39f9c00bdbde52d2bc5fcf064b]

        #105583# ImgTitle set mousetransparent

2002-12-11  Christian Lippka  <cl@openoffice.org>  [ae7b2c5392b1551b061bb3d94c0b8c571e9baa55]

        #105871# added PageNumber propertie for page fields

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [a65d630d3aaa87b45cf5cc48cb0a4910596e2ec4]

        #100000# needs tools/solar.h

2002-12-11  Christian Lippka  <cl@openoffice.org>  [2eb4180c131bfd9e581340abc00c3afb280ad0dc]

        #105871# made current page number format accessible to graphic export component in svx

2002-12-11  Christian Lippka  <cl@openoffice.org>  [e8339239caaf4318fac01d993e3f4d7de636b2cf]

        #105871# added support for page numbers on master pages

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [1edb486b188ae3de85e3126cc146490be55110f6]

        #100000# c.s.s.lang.XComponent added to UNOTYPES

2002-12-11  Niklas Nebel  <nn@openoffice.org>  [8f7c415516f4b41c886e8b028f2108865d6a7b1a]

        #103556# no bitmap and metafile format if there are only controls

2002-12-11  Sven Jacobi  <sj@openoffice.org>  [76fc5c72c56da45fd43b4ecd4292ff988897a389]

        #i9154# cropping is now using PixelToLogic if PrefMapMode is MAP_PIXEL

2002-12-11  Christian Lippka  <cl@openoffice.org>  [d47296cf3b483eafcb6835b010399479efa73f18]

        #105871# made current page number format accessible to graphic export component in svx

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [e488c26c59535b3f01222c2e6904383d2cd06cbd]

        #100000# Don't link against UWINAPILIB here

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [659d9b1aa273de95c0edcfd27beaf8393d0ee4ca]

        #100000# Don't link against UWINAPILIB here.

2002-12-11  Hennes Rohling  <hro@openoffice.org>  [99b9fd0d3f8b644039e874e4f882dd44e5d4424c]

        #106038# Removed vsnprint due to cinflict with stlport

2002-12-11  Oliver Specht  <os@openoffice.org>  [cea4686e4dc894517e8d097414b7c6fb60a440b8]

        #106084# mail merge message changed

2002-12-11  Kai Ahrens  <ka@openoffice.org>  [755305e55980e8d4e3b210ff7a13d50af9370206]

        #95150#: optimized internal D&D from Navigator

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [8ec552a0cf65371de3022480d6609eac06736ba3]

        #100000# Bad trick seen from NP: badcast.cxx to get std::bad_cast for windows.

2002-12-11  Sven Jacobi  <sj@openoffice.org>  [7fc783971a25c34d33f9ca6d4493d45b4b279674]

        #i9916# fixed signed/unsigned mismatch if importing cropped graphics

2002-12-11  Ocke Janssen  <oj@openoffice.org>  [fcf198cbc942b5347f89d764a17c5942d06af918]

        #i7675# check distance for equality

2002-12-11  Niklas Nebel  <nn@openoffice.org>  [8bb02332813ab60a3306a1520bc779050aa2fd93]

        #105815# don't set default text for text objects and callouts, start edit mode instead

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [c95ce24aefbc903f4b62e8c6b5d2250ea910672d]

        #100000# Don't link against uwinapi.lib (not available here).

2002-12-11  Michael Hönnig  <mi@openoffice.org>  [7cc55d3bb247c44bba7b765ba686f2ffc4af8d8c]

        #106150# $Log removed

2002-12-11  gt  <gt@openoffice.org>  [fb63d0b469ff22819f81571b01a5e083ee7a69d1]

        #105907# SvImpLBox::KeyInput(): don't handle KEY_DELETE

2002-12-11  Christian Lippka  <cl@openoffice.org>  [2a8b6fc29fb1e1ace934c6507a2ce2bf666d5f11]

        #106072# don't set default tabstop for edit engine

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [639a7a73ae12008e502860a7dcc1ca140f2a2976]

        #100000# unnecessary IF condition removed

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [b0e1899fe23fc42a6cdd877794fba6fb7dbb96d4]

        #100000# Set UWINAPILIB only if not already set.

2002-12-11  Andreas Bille  <abi@openoffice.org>  [a49927f2a6ba86c56be8c584cacd027fa08a3e4e]

        #105710# took over responsibility for Internet related items

2002-12-11  Andreas Bille  <abi@openoffice.org>  [4f36fcfae34382ca4b813e31b4cbef8d0b064e60]

        #105710# marked ooInetDNSServer, ooInetSOCKSProxyName and ooInetSOCKSProxyPort as deprecated

2002-12-11  Kurt Zenker  <kz@openoffice.org>  [a01f1894e7db08bf331f153a9aab18ff823729e0]

        add. -D_REENTRANT

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [161edf4de64040b9e8b5cba41745eb80e1afb4c8]

        #100000# needs soltools to build

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [8d4392b89c4335dd25e05906c713169a91ecbef5]

        #100000# needs makedepend out of module soltools

2002-12-11  Rüdiger Timm  <rt@openoffice.org>  [5853b6c7d451c6700b014e9c636c3d5e2af8151d]

        #100000# needs makedepend out of module soltools

2002-12-11  Andreas Bille  <abi@openoffice.org>  [bdbcca9191633be64c35b08d0fe22f0f5b5f7c95]

        #105710# Removed unused methods

2002-12-11  Gregor Hartmann  <gh@openoffice.org>  [d566832e36fa5de346264a14d8aa12ba9dfbd1fe]

        #103313#The TRUE in makefiles has to be written in capitals(as in GEN_HID=TRUE)

2002-12-11  Oliver Specht  <os@openoffice.org>  [ca090d01ba2f3f5533809c75a09216dff1280188]

        #105015# Never call OuterResizePixel when in inplace mode

2002-12-11  Carsten Driesner  <cd@openoffice.org>  [3bc1b4567678167bae1d1679392562dc0ef0c2d2]

        #105293# Added new slots for CTL/vertical text toolbox controller

2002-12-10  Eike Rathke  <er@openoffice.org>  [16f579b0db65a4d8bb24fd3b133b708d4c825865]

        #101362# clean up header includes too..

2002-12-10  Eike Rathke  <er@openoffice.org>  [97adafc65026bd9bf2af08c524714f91ebde1492]

        #101362# performance: don't need multiple read single write guard, a simple guard is sufficient

2002-12-10  Frank Schönheit  <fs@openoffice.org>  [620561ba52015906a3a52d775599becea400201f]

        #i8481# #105390# documentation adjusted - notification order defined

2002-12-10  Frank Schönheit  <fs@openoffice.org>  [8f6c68dc6facd4302dc038b2a3bfa260a466af17]

        #106126# don't initialize the file picker with non-file URLs

2002-12-10  Vladimir Glazounov  <vg@openoffice.org>  [652cb9d4763b1c8804ab0d6bce8d5ba0f535913e]

        #100000# fix for .lnk and optimized builds

2002-12-10  Thomas Benisch  <tbe@openoffice.org>  [ff68a89a66ca5af2a6ba8d6f6bc0c6b194bc55ac]

        #106154# Accessibility: AccessibleKeyBinding methods have changed

2002-12-10  Thorsten Behrens  <thb@openoffice.org>  [3b04ec909346295123072a8fe90db08558b5da60]

        #104024# Correct handling of DX array (changed for CTL)

2002-12-10  Philipp Lohmann  <pl@openoffice.org>  [033066a8578ddc7c6779e12d824bdcf2147b6185]

        #106058# use good old Config since Profile is deprecated

2002-12-10  Niklas Nebel  <nn@openoffice.org>  [92b5d9c8f647c8b2d31a25fd356382a56155921f]

        #105984# use text color from configuration instead of StyleSettings

2002-12-10  Thomas Benisch  <tbe@openoffice.org>  [e2f578a8223ddc33946156acd11c1c30598d1ab4]

        #106154# added accessiblekeybindinghelper.obj

2002-12-10  Thomas Benisch  <tbe@openoffice.org>  [acf99805d0efa3a430070f3d2202a8aa6d85dc3b]

        #106154# helper for implementing an XAccessibleKeyBinding

2002-12-10  Sven Jacobi  <sj@openoffice.org>  [804b806d5397a42ad5bb3e9316a9fdee11c402dc]

        #105714# differentiate between version SOFFICE_FILEFORMAT_31 and SOFFICE_FILEFORMAT_50 if exporting ole objects

2002-12-10  Kurt Zenker  <kz@openoffice.org>  [c57e9a3a4f8f84ac24f5ece8c81f63fa2757df60]

        #101911# local variable for Forte 7 compiler

2002-12-10  Rüdiger Timm  <rt@openoffice.org>  [a09cdfa71abb02d66c6991a906788ddc957e6064]

        #i9818# Parallel build failure: macros not executing properly

2002-12-10  Sven Jacobi  <sj@openoffice.org>  [edfb472fe3c11a1fa48fc36ae4600f02818b6efb]

        #105714# retrieving original classid if loading ole objects

2002-12-10  Sven Jacobi  <sj@openoffice.org>  [2c2b6cfa0ab3945afc8b492d77f633ab01c12d08]

        #105714# differentiate between version SOFFICE_FILEFORMAT_31 and SOFFICE_FILEFORMAT_50 if exporting ole objects

2002-12-10  Philipp Lohmann  <pl@openoffice.org>  [61db0b7ad7366a0b1216ea9f09a55e199a24bd6a]

        #106119# set focus to last execute dialog only if modal for same frame

2002-12-10  Christian Lippka  <cl@openoffice.org>  [dce2fcdcc31443f83fdee8f6e68ddf2f5cd1ba40]

        #106140# Check only at beginning of name for default slide name

2002-12-10  Hennes Rohling  <hro@openoffice.org>  [6cda497006c06a86e17516da7f2e46646469bb5f]

        #106038# #105989# uwinapi.lib is linked before Sother STDSHL libs, macros redefined

2002-12-10  Stephan Schäfer  <ssa@openoffice.org>  [75960b386f740aa152477e132b05d67a1f296140]

        #105920# avoid focustodocument if not really required

2002-12-10  Hennes Rohling  <hro@openoffice.org>  [c408829e11d725e28631a39d1101d49fce89f964]

        #106038# Changed emulation of _vsctprintf for MSVCRT.DLL versions below 7.0

2002-12-10  Hennes Rohling  <hro@openoffice.org>  [4015120a1878383df075c4ba87be9137d719a7ad]

        #106037# Changed emulation of _vsctprintf for MSVCRT.DLL versions below 7.0

2002-12-10  Michael Hönnig  <mi@openoffice.org>  [785af3a40aea468a0a5cb326aab04faf49706619]

        #105668# fixed dead links

2002-12-10  Oliver Bolte  <obo@openoffice.org>  [2012bc9b77b9ca3e89cf0163e7efec6fd5c04b2f]

        #106005# remove $Log entries

2002-12-10  Oliver Düsterhoff  <od@openoffice.org>  [e7f5a7b69b0c95a7aa234b9fea0c399cd285a28c]

        #106111# SwDoc::UpdateNumRule(..) - correct numbering

2002-12-10  Aidan Butler  <aidan@openoffice.org>  [85256c937502ce4148e3d658fdff381b67b72470]

        #i9539# Added methofd to split an imported paragraph that is greater than 65k. This removes the possibility of truncation and data loss

2002-12-10  Ocke Janssen  <oj@openoffice.org>  [912c8394de9c27b10d667eec1bb14096f60952dd]

        #i9288# check if tablename is valid if not throw sqlexception

2002-12-10  Oliver Specht  <os@openoffice.org>  [a32164a304a025b00a8a8e1457848e5513c84f8e]

        #105209# ReadUserDataSequence: check for correct VisArea

2002-12-10  Oliver Bolte  <obo@openoffice.org>  [43e410b252e4709495505d6726ba608dac235d70]

        #106005# remove $Log entries

2002-12-10  Thorsten Behrens  <thb@openoffice.org>  [b569edc5adafaab56153b048e47aa2ae856cdbe9]

        #105877# Removed getAccessibleKeyBinding

2002-12-10  Thorsten Behrens  <thb@openoffice.org>  [dd01e6ddc304b7ce82d5489b25cb0568c7b635bc]

        #105877# Removed getAccessibleKeyBinding

2002-12-10  Caolán McNamara  <cmc@openoffice.org>  [fbbb2b87fad200ba83331f01306b390ea9dd3c24]

        #106133# XP macros have a different signature to 2000 ones

2002-12-10  Malte Timmermann  <mt@openoffice.org>  [12851e106ee98979c344a011f423f45dbd739dbe]

        #105947# lock solar mutex

2002-12-10  gt  <gt@openoffice.org>  [698c0aaae3cc133347b984e76e6b7a818b85e660]

        #105907# SvImpLBox::KeyInput(): don't handle KEY_BACKSPACE

2002-12-10  Philipp Lohmann  <pl@openoffice.org>  [407a30dbf8fb50cd7625be7cdd6dda52a06fc43c]

        #105884# collect data types in getPasteData if necessary

2002-12-10  Frank Meies  <fme@openoffice.org>  [a2e4637db83a4f59f6b56f5ee1a0a389234eb64a]

        #106131# Rotated text in RTL environment

2002-12-10  Oliver Specht  <os@openoffice.org>  [f651479bf9094c93f99d591d4d4cd4f3c5de9634]

        #106005# change log removed

2002-12-10  Oliver Düsterhoff  <od@openoffice.org>  [2eb3f36288286dbec7be6737d3713f8dec8737f0]

        #103045# add 4th parameter to method call <PaintLayer(..)>

2002-12-10  Oliver Düsterhoff  <od@openoffice.org>  [7d6cd1e7454934907d2177d20c13f8783858e86e]

        #103045# SwViewImp::PaintLayer(..) - set default horizontal text direction at outliner

2002-12-10  Oliver Düsterhoff  <od@openoffice.org>  [bc79c0f6ecf81c06ba4372c2c00e2a9f9b5eb8fd]

        #103045# SwViewImp::PaintLayer(..) - add 4th parameter

2002-12-10  Oliver Düsterhoff  <od@openoffice.org>  [106446fd62d27d8a947990d03b88cb276298b483]

        #103045# SwView::BeginTextEdit(..) - set default horizontal text direction at outliner

2002-12-10  Oliver Specht  <os@openoffice.org>  [11871831fbb0ec00c639baf9fd2d1c5806c11a69]

        #103825# enable text direction ListBox in HTML

2002-12-10  Oliver Specht  <os@openoffice.org>  [7d81022b8112d49dafaa72c29d6f2a7d28476426]

        #103825# enable text direction ListBox in HTML

2002-12-10  Tomas O'Connor  <toconnor@openoffice.org>  [b238b397b6be786dde0f9f6ef76739a42527b3fa]

        Add code to load data from data files to drive generic interface tests.

2002-12-10  Oliver Düsterhoff  <od@openoffice.org>  [9a01060133b6faab9ce51253b36f17974ac790d5]

        #103045# implementation of new method <SwFEShell::IsShapeDefaultHoriTextDirR2L()>

2002-12-10  Tomas O'Connor  <toconnor@openoffice.org>  [fa0f14fafc0173b81c414699acbf6820361cb371]

        Make interface tests generic.

2002-12-10  Tomas O'Connor  <toconnor@openoffice.org>  [511b05906b8b4a77d28da432255b24f19b9f5b4b]

        Add test data for driving generic interface tests.

2002-12-10  Oliver Düsterhoff  <od@openoffice.org>  [360ef5bd3eadd788c2c6e7347b1ceddafc6f5a23]

        #103045# new method SwFEShell::IsShapeDefaultHoriTextDirR2L()

2002-12-10  John Marmion  <jmarmion@openoffice.org>  [4e1a6668ea36e4d1114385f75732e1629d5662d5]

        #i9835# preserve excel window protected state

2002-12-10  Oliver Düsterhoff  <od@openoffice.org>  [8d22f4fc79c2193e89ee633f594df1bb5a19d760]

        #105576# SwTxtFrm::Modify(..) - force complete paint on horizontal text direction change

2002-12-10  Carsten Driesner  <cd@openoffice.org>  [3d8b1ced602a592f872855ecb196d4dfcc65c388]

        #104914# Support new type WINDOW_HELPTEXTWINDOW

2002-12-10  Carsten Driesner  <cd@openoffice.org>  [3bb4679c8f32f717d49f95557ef1e61aff4b34d4]

        #104914# Special support for help text windows

2002-12-10  Carsten Driesner  <cd@openoffice.org>  [0d2a1ca54b36305249b072a5f7ec5164ff23ca99]

        #104914# Added methods to support accessibility

2002-12-10  Ocke Janssen  <oj@openoffice.org>  [09c4e8dd17f62f40015c2575867784a4993fbfce]

        #106047# insertRow now reset the flags after the current row has been set

2002-12-10  Ocke Janssen  <oj@openoffice.org>  [e78a57256ac4b52c76cf729c7fe035dd99f70b9b]

        #106047# delete positon of bookmark map

2002-12-10  Ocke Janssen  <oj@openoffice.org>  [ff3544456ef467ffe5d9f998d9a0f5c2c367fbc5]

        #106047# insertRow now reset the flags after the current row has been set

2002-12-10  Caolán McNamara  <cmc@openoffice.org>  [986923e59e9edfbdda2bea8bfd3efb4c3fa75a89]

        #105916# remove worthless if 0'ed code

2002-12-10  Oliver Bolte  <obo@openoffice.org>  [6f6c0f42ec3344e4972139cc46d0da42e2430935]

        #100000# temp vars problem linux

2002-12-10  Thomas Lange  <tl@openoffice.org>  [d10ced56239ce44fd94dfa1f7dd99ed3ecadd45d]

        #106062# const added

2002-12-10  Hennes Rohling  <hro@openoffice.org>  [220b095cf8e6e608b42eaf5a564506e70c3fcc72]

        #106038# Added ISO C99 compliant implementations of snprintf and vsnprintf

2002-12-10  Oliver Bolte  <obo@openoffice.org>  [0d6bd6e3d015baf314801137a02d6a58e3677e79]

        #100000# Sun CC needs extern for statics referenced from template

2002-12-10  Philipp Lohmann  <pl@openoffice.org>  [0658114b71198a3ad35a2134b679a5ce727615c8]

        #101969# letter format as default in english (01) installation

2002-12-10  Thomas Lange  <tl@openoffice.org>  [6e9a37c317c82876b0ae670017cf7a74887f34c4]

        #106032# missing symbol-file warning removed since there is no symbol-file anymore

2002-12-10  Thomas Lange  <tl@openoffice.org>  [6b6683b65b5e4e77b52d26ba0cc427afc02c82ce]

        #106032# missing symbol-file warning removed since there is no symbol-file anymore

2002-12-10  Frank Meies  <fme@openoffice.org>  [b8b860e26ac2890c78973dc30489866f6cf7cd7b]

        #105829# PaintEmpty not for PDF export

2002-12-10  Thomas Lange  <tl@openoffice.org>  [07b9343e27b2a3dbbf9864d1b542da9e6825db1b]

        #105849# assertion at end of hyphenation fixed

2002-12-10  Ocke Janssen  <oj@openoffice.org>  [84287991cb97b1e9bdb4c686f96e41bd01378994]

        #106123# correct column mapping

2002-12-10  Michael Hönnig  <mi@openoffice.org>  [7b287eea9894186511c1380e71cc553f130dab73]

        #105668# fixed dead links

2002-12-10  Stephan Bergmann  <sb@openoffice.org>  [8539693cedf3341139aa7f3014e5e680c1d322a1]

        #105549# Further fixed the semantics of RTL_TEXTENCODING_INFO_ASCII.

2002-12-10  Frank Meies  <fme@openoffice.org>  [7d5e6fb11b5b6f0ea09705943b61867873292775]

        #105984# New font color option

2002-12-10  Stephan Bergmann  <sb@openoffice.org>  [6129220c4566bff67193a4cc1cbfe050f4446e74]

        #105549# Updated RTL_TEXTENCODING_INFO flags.

2002-12-10  Stephan Bergmann  <sb@openoffice.org>  [44af350f02b243128e95eb5980aa4c3f243a6df9]

        #105549# Updated documentation of RTL_TEXTENCODING_INFO flags.

2002-12-10  Christian Lippka  <cl@openoffice.org>  [e01b313f41d562c370d3e6a90346887844acd3d7]

        #105668# added missing service describtion

2002-12-10  Frank Meies  <fme@openoffice.org>  [39e027c669fc0a91e223d7635c10adb5778586c7]

        #105984# New font color option

2002-12-10  Caolán McNamara  <cmc@openoffice.org>  [9ebd9069bac85a630071149228fab415309be250]

        #105285# Use default real line height from SwAttrSet to export exact line height instead when Leading is used

2002-12-10  Caolán McNamara  <cmc@openoffice.org>  [259e600274401873fa55151fa11c62c451b21153]

        #105285# Provide way for filters to determine default real line height from SwAttrSet

2002-12-10  Frank Meies  <fme@openoffice.org>  [d74bc7d114596146bede11a7744ae472dce3a9dd]

        #105984# New font color option

2002-12-10  Ocke Janssen  <oj@openoffice.org>  [db14c0995e6ebc3d2cfafb504f5efd20020bd568]

        #106092# catch Exception

2002-12-10  Frank Meies  <fme@openoffice.org>  [cd798491f0a685d8b960d9ac3cc669f6652777e9]

        #105174# New font color option

2002-12-10  Thomas Lange  <tl@openoffice.org>  [05baa1f2f2a683004ba6ffe4de5b41d689b119e0]

        #105668# missing service EndnoteSettings added

2002-12-10  Michael Hönnig  <mi@openoffice.org>  [4602f5daa013af5675731d84aeb1fd90d1da9309]

        #105668# fixed dead links

2002-12-10  Ocke Janssen  <oj@openoffice.org>  [6912006750fc543e4f0bc3e8e8ed5c3199c1b668]

        #106092# check column names

2002-12-10  Malte Timmermann  <mt@openoffice.org>  [91d9663e041ef6bbfbe666c57de539ade1aabd8f]

        #105942# BASEPROPERTY_ACCESSIBLENAME

2002-12-09  Oliver Bolte  <obo@openoffice.org>  [eb1832a556ab986355aab624a6188ec36e671053]

        #106005# remove $Log entries

2002-12-09  Philipp Lohmann  <pl@openoffice.org>  [02355c5a78edc13c7134f04773e71e74210a972d]

        #104264# workaround broken fonts

2002-12-09  Vladimir Glazounov  <vg@openoffice.org>  [640a363887a9abc892a7a2e65d76130491925a28]

        #100000# workaround for GCC

2002-12-09  Vladimir Glazounov  <vg@openoffice.org>  [d12749497551041382dad21673b3040763cbd385]

        #100000# typo

2002-12-09  Vladimir Glazounov  <vg@openoffice.org>  [905cdfde99fe7ad1ca3b69122bbe111049818752]

        #10000# use temporaries where necessary

2002-12-09  Rüdiger Timm  <rt@openoffice.org>  [e4d6f1b9026999b42c8b3e5efae3202f9b157705]

        #100000# deliver only headers out of inc, not myworld.mk

2002-12-09  Mikhail Voitenko  <mav@openoffice.org>  [2f7858fd1ea0e51a3a02fd83614af4179cdaf275]

        #106116# file-content throws NameClashException in case catalog exists

2002-12-09  Thomas Lange  <tl@openoffice.org>  [b640abcc0d841a3e9ae29ae3a22bbb9bff6e990f]

        #106062# mangeled identifiers fixed

2002-12-09  Niklas Nebel  <nn@openoffice.org>  [9d0d3000045af2e3970db960bfc4aa8ff49a3213]

        #96976# service description for spreadsheet document settings

2002-12-09  Armin Weiss  <aw@openoffice.org>  [ec8f08aef9edbb0b633ff2e27d6bf90e0e887780]

        #105899# Solved bug differently. Now, all objects are first converted to poly objects before combining.

2002-12-09  Armin Weiss  <aw@openoffice.org>  [0c74c25fd3fa0af7bfdd062b9651948e15141a6d]

        #105899# Removed last changes, see bug

2002-12-09  Stephan Bergmann  <sb@openoffice.org>  [ed88c618f56417aea99a03d24c7abed6f264709a]

        #105077# Adapted to build.lst's strange syntax rules.

2002-12-09  Stephan Bergmann  <sb@openoffice.org>  [21a10ee6a5197481780ae657f4b03dd9b3ebf46f]

        #105077# Differently mangled names for JDK13 and JDK14.

2002-12-09  Gregor Hartmann  <gh@openoffice.org>  [055ca8d4eeb63e7116c7c0bb22c40a570acf850e]

        #105889#check if window still exists before sending KeyUp-Event

2002-12-09  Vladimir Glazounov  <vg@openoffice.org>  [e6e54e3451a9ee6b967cda4be42942ae99d7cda8]

        #100000# no more inconsistent error messages, cancel build for single module

2002-12-09  Rüdiger Timm  <rt@openoffice.org>  [e24430ad6ae47e21e7c2e75d94026e42b0f83f81]

        #100000# now report depends on common

2002-12-09  Oliver Bolte  <obo@openoffice.org>  [e527437f0bb520c54fd4bfec4ccfa99137d31cd8]

        #106005# remove $Log entries

2002-12-09  Thomas Lange  <tl@openoffice.org>  [5f4e6e865b183d2bf8ae8557f0f30c6f465d692e]

        #105916# sprintf, strcpy, strcat check

2002-12-09  Oliver Specht  <os@openoffice.org>  [1233327093d0a0865c8181b8a02efe915fadc1a6]

        #106021# listen to connections to remove them when disposed

2002-12-09  Daniel Rentz  <dr@openoffice.org>  [667506d32f3e2087674b7367f77545083f198c03]

        #105918# misiing include

2002-12-09  Rüdiger Timm  <rt@openoffice.org>  [ebd6753152e9a056dd8827a38d3a0adbb7be7d6d]

        #100000# include system.h (needed for strlen).

2002-12-09  Oliver Bolte  <obo@openoffice.org>  [d748c92b7db45cbf46c1dba800b2a790fc99bfeb]

        #106005# remove $Log entries/1 line too much removed

2002-12-09  Oliver Bolte  <obo@openoffice.org>  [91e61ddbb1a399bece361fb14b17489650fe821b]

        #106005# remove $Log entries

2002-12-09  Thomas Lange  <tl@openoffice.org>  [08e7805d89e9dafe78d75f92e3ffff0b5ba6b843]

        #106112# API change: remove getAccessibleKeyBindings from XAccessibleComponent interface

2002-12-09  Niklas Nebel  <nn@openoffice.org>  [cc4a8b9988377b8ed230bbcf3488e1b18904a686]

        #i6567# SvxPageItem::PutValue/MID_PAGE_LAYOUT: corrected integer handling

2002-12-09  Oliver Bolte  <obo@openoffice.org>  [9811ce020448f0620b7ed348fd1f7727f7a5d42e]

        #106005# remove $Log entries

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [73132da7981cc6fdb27d5250ee064947a1a4084d]

        Merge SRX644: 09.12.02 - 12:39:15

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [1f345f9ffca2d904559fadea3fb732dd3d6c5eb2]

        Merge SRX644: 09.12.02 - 12:39:16

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [5d0c06ece275bd209c9ddb03778eb19140cffad1]

        Merge SRX644: 09.12.02 - 12:38:53

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [6d7c93424f0218b54f545eb975b24247188a4684]

        Merge SRX644: 09.12.02 - 12:38:39

2002-12-09  Rüdiger Timm  <rt@openoffice.org>  [e6e224d2a8d9258dd6acbcf629b32e6abb60ed63]

        Merge SRX644: 09.12.02 - 12:38:11

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [4a5dec52863787c21d374b21c10af2067693ee1a]

        Merge SRX644: 09.12.02 - 12:37:37

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [e30c0c717d71a089158219f013e04d34e0e5bd1d]

        Merge SRX644: 09.12.02 - 12:36:45

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [a84ac55f3208f677320554dc2765a3d1ba9a015a]

        Merge SRX644: 12/09/02 - 12:35:01

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [a2fef90ae9f284a9b3b3d515d87504c84e3f1466]

        Merge SRX644: 09.12.02 - 12:34:58

2002-12-09  Oliver Specht  <os@openoffice.org>  [04f99673578c68244ebb0e4bedf8b3f21c737e06]

        #105815# automatically inserted text objects should be switched to text edit mode

2002-12-09  Stephan Schäfer  <ssa@openoffice.org>  [e6322a032f23a13f259a0c82197ab0413f325cb1]

        #105968# remove nomouserectclose from startpopmode via toolbox

2002-12-09  Stephan Bergmann  <sb@openoffice.org>  [7c0cf77921a947cb2ead69dd7f84e74bf165096f]

        #106097# Merged in 1.33.2.5.

2002-12-09  Oliver Bolte  <obo@openoffice.org>  [e45707918bb9c3916125394f2b00d30a73aa1e0b]

        #106005# remove $Log entries

2002-12-09  Caolán McNamara  <cmc@openoffice.org>  [47cf8fed242f705418cf236987fbee77cd8e70b9]

        #i9696# wmf's without scaling information can be considered to scale to available size

2002-12-09  Frank Meies  <fme@openoffice.org>  [5eccff1684b1e9948d8b51037362ad3834e1f50f]

        #105909# Page margins in RTL layout

2002-12-09  Oliver Düsterhoff  <od@openoffice.org>  [73556f57ed637c54f56ae5ed0be77ce9baf33065]

        #100043# <_OutlinePara::UpdateOutline(..)> - consider start numbering for first heading

2002-12-09  Behrend Cornelius  <bc@openoffice.org>  [ba22e2d16925482095dbe73bf39f0432b20fa40d]

        #96771# chkeventonce checkbox removed

2002-12-09  Oliver Bolte  <obo@openoffice.org>  [8300d1d1fe4c9b8a42dd6c785497f42be98f7143]

        #106005# remove $Log entries

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [2e90bc54e10ec1cd3379f8cb230f11e5d2fdb9ff]

        Merge SRX644: 09.12.02 - 10:59:42

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [235bb9c8f2b9f9e4c8ca4aaa1c4b994ea59ae0c4]

        Merge SRX644: 09.12.02 - 10:58:42

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [9bf73b0ca11457c57264b39f4e233035b46e0345]

        Merge SRX644: 09.12.02 - 10:57:40

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [67ce53adecfd0a5970068be8488fc5163922e4af]

        Merge SRX644: 12/09/02 - 10:57:01

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [578b2a2facb82a00214d14fdfa9af94596ac70bf]

        Merge SRX644: 09.12.02 - 10:56:18

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [4bd7a5360501cb69e1087857013d4b1cc22a06de]

        Merge SRX644: 09.12.02 - 10:55:46

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [6a73233bfb236e2cf45777fcf4ea5e4aeb309200]

        Merge SRX644: 12/09/02 - 10:55:27

2002-12-09  Rüdiger Timm  <rt@openoffice.org>  [60981ae33f06cc6f4e7741c4bd15ab2921f0b9b0]

        Merge SRX644: 09.12.02 - 10:54:57

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [197f13859b1babc927e27298b9e495587f9eba23]

        Merge SRX644: 09.12.02 - 10:54:28

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [200e041e5d8de7fbdb6868b658542af52cb1d8f8]

        Merge SRX644: 12/09/02 - 10:54:25

2002-12-09  Rüdiger Timm  <rt@openoffice.org>  [6fdaf172e27a3166b8c1ffb2c534db0d486499ee]

        Merge SRX644: 09.12.02 - 10:54:06

2002-12-09  Rüdiger Timm  <rt@openoffice.org>  [b69ddffadb33e0a03c4c0b5e4faa740a022bc59f]

        Merge SRX644: 09.12.02 - 10:54:10

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [08798c76373c539910087c858cdd7c5966fca050]

        Merge SRX644: 09.12.02 - 10:54:33

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [d6872ee6329aba27f2bbd251f563ab98105da20b]

        Merge SRX644: 12/09/02 - 10:53:27

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [f9b56975cf4597bf85a6fbb97ecd90be0e744ffd]

        Merge SRX644: 09.12.02 - 10:51:10

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [a019434577c12bb7348f29040d131b83352eafd0]

        Merge SRX644: 09.12.02 - 10:50:35

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [53219f2c93e6307ca898cab188a95c55e79d24fe]

        Merge SRX644: 09.12.02 - 10:50:23

2002-12-09  Kurt Zenker  <kz@openoffice.org>  [adf6144144c6b9e6f5b99bdbd133b640ab472dda]

        Merge SRX644: 09.12.02 - 10:48:42

2002-12-09  Vladimir Glazounov  <vg@openoffice.org>  [c36162df61d5880f6ee8d368a9a525bf104c19ca]

        Merge SRX644: 09.12.02 - 10:48:17

2002-12-09  Stephan Schäfer  <ssa@openoffice.org>  [9be3f2b7e65d626b01ca758e8bd0215b0fd1fbcb]

        #106003# choose only decorated windows as dialog parents

2002-12-09  Ocke Janssen  <oj@openoffice.org>  [5fa305390dc301b48894fe8679f75c00bdc56ccd]

        #106049# remember value for mysql odbc or jdbc case

2002-12-09  tpf  <tpf@openoffice.org>  [d4090062ad20d97f59cabfd4022258c88e53a028]

        #105581# script will terminate now if info/desc elements are missing

2002-12-09  tpf  <tpf@openoffice.org>  [a62cae55485437cd648603058615087025836259]

        #105581# Added missing info/desc element

2002-12-09  Carsten Driesner  <cd@openoffice.org>  [3c8f7e7351d47c374dbaea4199855ff67c750af0]

        #105051# Use correct background color to paint tabbar background

2002-12-09  Ocke Janssen  <oj@openoffice.org>  [95d2b7495640997232908b96a609faee370c8102]

        #106063# change order of error messages

2002-12-08  Eike Rathke  <er@openoffice.org>  [c3c8c2eaf53715088a315b06c5f6248946d5ab32]

        #i3552# GetStVarParams/GetDBStVarParams: use ApproxSub to calc final variance

2002-12-06  Eike Rathke  <er@openoffice.org>  [873c19abf8c4d5041f6faa2fff9c32296760bed3]

        #100211# replace sprintf/strcpy/strcat where appropriate (possible buffer overflows), or comment as checked

2002-12-06  Mathias Bauer  <mba@openoffice.org>  [9581999e68b1935186714741c5be3f44f4c161ac]

        #105581#: description added

2002-12-06  Eike Rathke  <er@openoffice.org>  [cc3e14689fbb6b5a5c3bbeafe73a040cc794f635]

        #100211# replace sprintf/strcpy/strcat where appropriate (possible buffer overflows), or comment as checked

2002-12-06  Eike Rathke  <er@openoffice.org>  [adcafd33f8dbfc38ca3f36b3fd542b3bac55e1f2]

        #100211# #105918# replace sprintf/strcpy/strcat where appropriate (possible buffer overflows), or comment as checked

2002-12-06  Eike Rathke  <er@openoffice.org>  [01fe0ad5f59762b416ab74a7748fcbc04b70697f]

        #100211# #105918# replace sprintf/strcpy/strcat where appropriate (possible buffer overflows), or comment as checked

2002-12-06  Herbert Duerr  <hdu@openoffice.org>  [acdceb9ac23629c0d072881fec0a460aa93b3ce6]

        #105971# fix glyph fallback index offset error, enable W95 GF

2002-12-06  Eike Rathke  <er@openoffice.org>  [cf21b0475d6397cb014f3dbd00ce156f3dff6ada]

        #100211# #105918# replace sprintf/strcpy/strcat where appropriate (possible buufer overflows), or comment as checked

2002-12-06  Stephan Schäfer  <ssa@openoffice.org>  [814c0e2fb564c729fc63c57c56ba53d1b06dceaf]

        #105548# do not release solarmutex for contextswitch

2002-12-06  Kai Ahrens  <ka@openoffice.org>  [b266e70e2b243908e5188915009e0c0209fa87ee]

        #102236#: don't allow linked objects

2002-12-06  Frank Schönheit  <fs@openoffice.org>  [46d5da67e16cac82b1bbbd405fc147e30b79a119]

        #105548# small errors in the comments corrected

2002-12-06  Daniel Rentz  <dr@openoffice.org>  [cb6d69d7ba4127c31ad710098044a17b143221f9]

        code review and documentation 2

2002-12-06  Daniel Boelzle  <dbo@openoffice.org>  [f2c2f8b2dc55b8ade9b20712189e9c3c002c8c9f]

        #105077# switching to jvmaccess lib; removing JavaVMContext occurences

2002-12-06  Stephan Bergmann  <sb@openoffice.org>  [72091246ce151e7648b6c82587227c6418d7cbda]

        #106078# Added missing View menu entry.

2002-12-06  Caolán McNamara  <cmc@openoffice.org>  [966fec5dd517626b48882ff7368ec3b3bdf988c4]

        #105916# remove strcat riddled code that's #if 0 ed out anyway

2002-12-06  Daniel Rentz  <dr@openoffice.org>  [450770fef4bb27a2b9f40d4fa31101406b4c0af9]

        new number format export

2002-12-06  Caolán McNamara  <cmc@openoffice.org>  [27b5769514b69608d56dd9b2c407c0ec3e9eb094]

        #105916# remove sprintf riddled DEBUG code that noone is using anyway

2002-12-06  Daniel Boelzle  <dbo@openoffice.org>  [ab7e01f65233b01e93a1a38041c45691bc19c877]

        #105077# managing JNI_info object lifecycle via lifecycle of vm

2002-12-06  Oliver Düsterhoff  <od@openoffice.org>  [4be050838d5a5485a0955b26f43922c18e8fbf7d]

        #103492# implement new preview functionality

2002-12-06  Oliver Düsterhoff  <od@openoffice.org>  [9bd769dff3c48c144ef2655cb15c21865efe5d9b]

        #103492# new preview functionality

2002-12-06  Caolán McNamara  <cmc@openoffice.org>  [e6c126680c49855b15d8b9c816247d3406273fc7]

        #105915# remove sprintf riddled DEBUG_JP code that noone is using anyway

2002-12-06  Oliver Düsterhoff  <od@openoffice.org>  [bc52f6339c970e033ee56818ad38e7aeaaf970ea]

        #103492# <ViewShell> - methods for new preview functionality

2002-12-06  Vladimir Glazounov  <vg@openoffice.org>  [b64123e973e1cbba7c5771f466160d86466f4589]

        #100000# cws related

2002-12-06  John Marmion  <jmarmion@openoffice.org>  [81895e5aa458d0b2dad4dece1e86bcfb6aeaa64d]

        #i8426# add document protection and extend sheet protection for import/export

2002-12-06  John Marmion  <jmarmion@openoffice.org>  [8cc093417ab6d97537ebbeb9854d74c97d1b0c83]

        #i8426# add document protection and extend sheet protection

2002-12-06  Ingrid Halama  <iha@openoffice.org>  [4536de2075c4f4be83118bf9a3630d0a20effe55]

        #105318# grrrrr, use system colors only! if HC mode

2002-12-06  Stephan Bergmann  <sb@openoffice.org>  [5a526d0957cf916198ca970c8ee3f85f1f4987f7]

        #105077# Fixed typo.

2002-12-06  Andreas Bregas  <ab@openoffice.org>  [166ecb6a44dcb0f97c509cae13f74c2f439bca34]

        #100326# ~StarBasic(): Set parent to NULL in registered listeners

2002-12-06  Tino Rachui  <tra@openoffice.org>  [63a5b081e2aa6c25455b27d62c0ec70e6eb85c1b]

        #105062#now using cwd as base directory

2002-12-06  Tino Rachui  <tra@openoffice.org>  [2398627a6a22fff7bcf3037292f8ac495d86b5b8]

        #105062#changed commandline for lngconvex tool, lngconvex now uses cwd as base dir

2002-12-06  Daniel Rentz  <dr@openoffice.org>  [59af08ed30a06744fa0dba07c29534132823f6f3]

        #106003# long texts in checkboxes don't fit

2002-12-06  Daniel Rentz  <dr@openoffice.org>  [72072198f638c8eb9e2df72be1a8aee506f229fa]

        #106064# crop ranges to 32000 rows

2002-12-06  Frank Schönheit  <fs@openoffice.org>  [899070a2af5eb26efba01ae9471d2e8b0754a919]

        #105548# no need to release the solar mutex in NotifyAccessibleEvent - the base class now does notifications asynchronously

2002-12-06  gt  <gt@openoffice.org>  [07d609d7ad93b62366be28a921c760db1d8be3c7]

        #99553# another change in STR_REL_PRTAREA

2002-12-06  Ocke Janssen  <oj@openoffice.org>  [bf06bfed8564c89575921864424d36ad898601a7]

        #106045# check if connectionurl should disabled

2002-12-06  Oliver Specht  <os@openoffice.org>  [1e9d6044a07cc4ae14bc53f66832ae81fa13989f]

        #103492# FN_SHOW_FOUR_PAGES renamed to FN_SHOW_MULTIPLE_PAGES

2002-12-06  Oliver Specht  <os@openoffice.org>  [64e394921a3769603f7fdcfa37fdf9e72d27d767]

        #103492# FN_SHOW_FOUR_PAGES renamed to FN_SHOW_MULTIPLE_PAGES

2002-12-06  Björn Milcke  <bm@openoffice.org>  [53ab912128fab052dbbfedaa794160489b84c921]

        #96976# +LinkUpdateModes

2002-12-06  Mathias Bauer  <mba@openoffice.org>  [af6588a08664a642f41bf10473cb59b535d29daf]

        #105581#: descriptions added

2002-12-06  Mathias Bauer  <mba@openoffice.org>  [8111f3e4fa26f50ebd3c145cfab9c39f88d0879d]

        #105581#: descriptions added

2002-12-06  Oliver Specht  <os@openoffice.org>  [2ec9913a38bd56d877d159509de2f6a6f7621166]

        #103492# FN_SHOW_FOUR_PAGES renamed to FN_SHOW_MULTIPLE_PAGES

2002-12-06  Martin Maher  <mmaher@openoffice.org>  [c115bf1f82b7f551f1ed79ef9192806339843256]

        #105721# fixed pagestart bug

2002-12-06  Oliver Specht  <os@openoffice.org>  [b8b25e87f978ba5f3430a02b87397edd0c4b4e53]

        #106015# paragraph text direction buttons added to draw text object bar

2002-12-06  Oliver Specht  <os@openoffice.org>  [ae0e719d407a464221c549a96e739618b07a92f1]

        #103492# FN_SHOW_MULTIPLE_PAGES moved to svxids.hrc

2002-12-06  Björn Milcke  <bm@openoffice.org>  [9394ac67aa48abd0204fa04e96261f4960235828]

        #96976# property LinkUpdateMode from Settings service uses one of these constants

2002-12-06  Stephan Bergmann  <sb@openoffice.org>  [fd2255bbb192b99d2e84670ce5d1803c3bbbb736]

        #105668#, #105983# Clarified documentation.

2002-12-06  Stephan Bergmann  <sb@openoffice.org>  [d90477898ab20f5f0a9802e3a70f80a649c2083f]

        #105077# Fixed documentation.

2002-12-06  tpf  <tpf@openoffice.org>  [05511557de8e5c79e2cc22bfec7c3d0083d34f43]

        #105581# SSA is auther instead of VK

2002-12-06  Jörg Barfurth  <jb@openoffice.org>  [c751e554cef3963a915d7b47a1f3743b738e0b4b]

        #105880# Reorganize service info to support registered and additional services

2002-12-06  Jörg Barfurth  <jb@openoffice.org>  [54a5942d6d023b39ee38d594b2ffc4a6332a7c67]

        #105880# Reorganize service info to support registered and additional services; Add support for singleton registration

2002-12-06  Jörg Barfurth  <jb@openoffice.org>  [c35d4666b1cac92fe245439f8f213419f1e4f2b4]

        #105880# Reorganize service info to support registered and additional services;#105005# Do not register remote AdministrationProvider any more

2002-12-06  Oliver Specht  <os@openoffice.org>  [297b13d6ddb7b052ebf2a855ec07e8b4f3499c69]

        #103492# TableWindow shows 'Pages' string additionally when used in writer page preview

2002-12-06  gt  <gt@openoffice.org>  [3380183f694da702a972f55984233f27cffb6e2a]

        #105907# SvImpLBox::KeyInput(): also <TAB> and <Fn> are not handled

2002-12-06  Frank Schönheit  <fs@openoffice.org>  [f3a48f8332a4eaf10d3aafabba62091a07d16147]

        #105548# notify accessible events asybchronously

2002-12-06  Stephan Schäfer  <ssa@openoffice.org>  [dd5b97caa105f51ada6dfde9032964f8d1163204]

        #105941# allow TAB travelling in undocked toolbars

2002-12-06  Frank Schönheit  <fs@openoffice.org>  [51d435ca61e9e24506b0e321613fe6d0f09f6e50]

        #105548# +accessibleeventnotifier

2002-12-06  Frank Schönheit  <fs@openoffice.org>  [764a20030917e46f2c3a633066b30f590f26229b]

        initial checkin - notifying accessible events asynchronously

2002-12-06  Aidan Butler  <aidan@openoffice.org>  [11a2ee6f2ca4fdfb92ff9fb9d8a1fc02a1780b25]

        #i6800# Fix to import all word multicolumns sections/pages as column balanced except the last one, unless the compataility option for nobalance is enabled

2002-12-06  Oliver Braun  <obr@openoffice.org>  [3fbcdc4597bafa025a8cc05791fa4b2fadee9d66]

        #100456# fixed population of menus

2002-12-06  Oliver Braun  <obr@openoffice.org>  [aa37230b1f4da7a052a5ab9792f0f75d2b4d09b6]

        #100456# removed debug output

2002-12-06  Caolán McNamara  <cmc@openoffice.org>  [4e83eca537e2f31f487d9029845757ae435f11b1]

        #106052# Set same compatability options for rtf as we do for rtf

2002-12-06  Christian Lippka  <cl@openoffice.org>  [952c431652525bffb83220478dffa66f3257eb40]

        #96976# added service description for document settings service

2002-12-06  Ocke Janssen  <oj@openoffice.org>  [96f98ead6f7ab8d988a5c31b9d6e49aa347c4e46]

        #105668# new file

2002-12-06  Christian Lippka  <cl@openoffice.org>  [081c2371d7099a714f8877c188e85b7ee28e1cf3]

        #105897# removed wrong background shape placing

2002-12-06  Stephan Bergmann  <sb@openoffice.org>  [5557884a04a5649881787a6a8bef0a83bc186d72]

        #105077# Updated documentation.

2002-12-06  Ocke Janssen  <oj@openoffice.org>  [069d708b59af441d511e4708537df9012e792421]

        #105668# new service for GroupDescriptor

2002-12-06  Juergen Schmidt  <jsc@openoffice.org>  [37b9aa573202907b77d06d58ad6d4afc45276fdf]

        #105668# correct name

2002-12-06  Herbert Duerr  <hdu@openoffice.org>  [1e92f3e0a49f7768024118f1a8ac59bc8a5a7c6b]

        #105200 make embedded vs. antialias priorities more intuitive

2002-12-06  Daniel Rentz  <dr@openoffice.org>  [566dbbf23ca573d8ce16fca752d130289d489b8b]

        #106003# german changes

2002-12-06  Stephan Bergmann  <sb@openoffice.org>  [a6ce240fccf4eec25588a88009cbc2cf2fe505c4]

        #105077#

2002-12-06  Oliver Specht  <os@openoffice.org>  [abe2673e1a3ca703796b735c41c7b3caa6943e01]

        #105668# service name corrected

2002-12-06  Oliver Braun  <obr@openoffice.org>  [8c221871ae9a61d3dface0ab816acf288a0dba63]

        #100456# post all events to the Java event queue

2002-12-06  Oliver Braun  <obr@openoffice.org>  [9df11d876f65cb54b7faab25f0832659a0467d01]

        #100456# post all events to the Java event queue

2002-12-06  Oliver Specht  <os@openoffice.org>  [2484e5c460a889e6c55b43c05040622fa6d05dbf]

        #106015# paragraph text direction buttons added

2002-12-06  Oliver Braun  <obr@openoffice.org>  [e2e672057a694324bf33088b9c432971b707ae69]

        #100456# obsolete

2002-12-06  Vladimir Glazounov  <vg@openoffice.org>  [e1e2151f5539543fab2fefab765ebff2317c3a9f]

        #100000# intern modules only for cws environment

2002-12-06  Oliver Specht  <os@openoffice.org>  [b5dfe86dccfb078dff7c7b74e29cb879ecc81986]

        #105668# service name corrected

2002-12-06  Stephan Bergmann  <sb@openoffice.org>  [46d56510c9f89221d705bccb10494ed0b343ebcd]

        #105077# Added new jvmaccess lib.

2002-12-06  Stephan Bergmann  <sb@openoffice.org>  [ec0526cc9caa5cba8ee53e5565db76889aa4c0fc]

        #105077# Merged in 1.2.10.1.

2002-12-06  Stephan Bergmann  <sb@openoffice.org>  [203d723f5f7a9dc1462ba188ae657dfb535bc2a8]

        #105077# Adapted to modified javavm service (based on new jvmaccess/virtualmachine).

2002-12-06  Stephan Bergmann  <sb@openoffice.org>  [63a62358c4bc2e3c3770b5958252e2fe0bcc6465]

        #105077# Base on new jvmaccess/virtualmachine, and cleanup.

2002-12-06  Christian Lippka  <cl@openoffice.org>  [bfb2c8deec9b6a410fd96bc671d5db1e5b977c1f]

        #96976# added service description for document settings service

2002-12-06  Christian Lippka  <cl@openoffice.org>  [f52629939659a694704ad664245a894115f1d76a]

        #96976# added service description for document settings service

2002-12-06  Christian Lippka  <cl@openoffice.org>  [7c261281632ecb7f92596617ade5c423a661de0c]

        #96976# added service description for document settings service

2002-12-06  Philipp Lohmann  <pl@openoffice.org>  [7aa06116ef62ca625378bc3bed586fb9b81e76a0]

        #105924# use Button::GetStandardText for java error messages

2002-12-06  Daniel Boelzle  <dbo@openoffice.org>  [a15c7cb43aa6570997d1aca40ae6d731cb28e546]

        #105077# switching to jvmaccess lib; removing JavaVMContext occurences

2002-12-06  Tino Rachui  <tra@openoffice.org>  [fa54034e7f3beca357766649936907e7344b2559]

        added test case osl_searchFileURL

2002-12-06  Daniel Boelzle  <dbo@openoffice.org>  [21721abc1b476ccfc60b0eba871c909dc086a087]

        #105077# singleton order; minor changes

2002-12-06  Sven Jacobi  <sj@openoffice.org>  [1c2aa887fe3f1ce2f5b9ed51547e099de3b6c6c5]

        #99809# presentation stream is now removed in msoleexp.cxx

2002-12-06  Frank Meies  <fme@openoffice.org>  [e5511107cda63c8ac8eae2c1ff704f127d532106]

        #105852# Set cursor position if drawing object has been deleted

2002-12-06  Frank Meies  <fme@openoffice.org>  [760266ae3537cb930a9bea40ad208fbc25baadc7]

        #105734# Removed UseAutomaticBorderColor

2002-12-06  Oliver Specht  <os@openoffice.org>  [e0f647f3e609825079aebf5152a3f782dd55ab67]

        #106021# additonal try/catch in ::RequestingChilds()

2002-12-06  Tino Rachui  <tra@openoffice.org>  [12c6c3ada21e557c5151c275b845efe06c1d9eb2]

        #105187#made the assignment operator of DirectoryItem class resistent against self-assignment

2002-12-06  Tino Rachui  <tra@openoffice.org>  [065694a75f46af8330133713c5a16af5536a01fd]

        #104563#documentation update

2002-12-06  Sascha Ballach  <sab@openoffice.org>  [03df4f976ff9360e8352ba4351a1057e58dae63c]

        #i8955#; open group column after closing header column

2002-12-05  Christian Lippka  <cl@openoffice.org>  [af40ca5d8593ea993c8d4832e9d8ad74a389f696]

        #105871# added field support for flash

2002-12-05  Christian Lippka  <cl@openoffice.org>  [a5d40b89c3bd1ceeec3a523a73f8c5bbf1240ff3]

        #105871# added field support for flash

2002-12-05  Tino Rachui  <tra@openoffice.org>  [e54ed77f8aa8af3ab9526a3cce9292fa9886193f]

        #i8633#changed message box title from Sun Microsystems to OpenOffice.org...

2002-12-05  Karl Hong  <khong@openoffice.org>  [c3e0c48f863fc573f58bbe81ed6531fc8444f911]

        #105979#  fixed forbidden end of line  characters problem

2002-12-05  Christian Lippka  <cl@openoffice.org>  [1d65ad10717168a2eb634940c77357de84924275]

        #105949# fixed problem with images < 16x16 pixel

2002-12-05  Sven Jacobi  <sj@openoffice.org>  [b03315dba7ca918a616c5c33d035486574c6d04d]

        #105635# using correct x position in SimpleWinLayout::GetNextGlyphs

2002-12-05  Caolán McNamara  <cmc@openoffice.org>  [d85dc785bb99db58183fc94a4106a1760a80e3f2]

        #i8805# tables in apos in tables

2002-12-05  Herbert Duerr  <hdu@openoffice.org>  [f97d9e4162f199bbcbf7d5f5ad241ceaa67066d9]

        #102169# merge MACOS and UNIX dynamic linking of render library

2002-12-05  Armin Weiss  <aw@openoffice.org>  [6b043da1ae3a9d28a5e7cb64302971223d7e51d4]

        Added implementations of 3x3 and 4x4 homogen matrices

2002-12-05  Christian Lippka  <cl@openoffice.org>  [cbea76271d9e3054fce409e43f41d66161c9c272]

        #105912# added text attributes shadow, outline, embossed & engraved

2002-12-05  Herbert Duerr  <hdu@openoffice.org>  [b1e03430480a62e4d72938684c11b66d1a8bf787]

        #102169# notify lower layers of ImplDevFontList changes, translate some comments

2002-12-05  Herbert Duerr  <hdu@openoffice.org>  [e713565eda40e92efa6ae0626c89780897201667]

        #102169# implement SalGraphics::RemovingFont() on UNX

2002-12-05  Herbert Duerr  <hdu@openoffice.org>  [1c39d44e6a4f678578ff6f5fc10103465ac2cbf3]

        #102169# W32 gets dummy implementation for SalGraphics::RemovingFont()

2002-12-05  Eike Rathke  <er@openoffice.org>  [a731a0e8f2ef894ccc2855bb3878b817a9e14e8a]

        #105991# GetMappedFormatstring: don't escape percent sign

2002-12-05  Stephan Schäfer  <ssa@openoffice.org>  [a4b0eb932cfd9118d19f42a5af45e1317dfb0670]

        #106002# report contextmenues with role window

2002-12-05  Eike Rathke  <er@openoffice.org>  [041ce0a15832d31922df7c4f52b449e5b53b88fd]

        #98454# performance: cache style sheet usage

2002-12-05  Rüdiger Timm  <rt@openoffice.org>  [148eae6e76700c87d9ae6702168b1c2f0a17b96f]

        #100000# cast explicitly (TL)

2002-12-05  Eike Rathke  <er@openoffice.org>  [a57235d6ff2173edcc482581a8764b6f3af1700a]

        #98454# performance: cache style sheet usage

2002-12-05  Vladimir Glazounov  <vg@openoffice.org>  [29477b009f49e12d085d41d2070a1f2cda12587e]

        #100000# no workaround for linked modules under windows

2002-12-05  Frank Meies  <fme@openoffice.org>  [2294b9fb5bc8b0638aecac7c8275b382f5f09533]

        #105734# Removed IsAutomaticBorderColor option

2002-12-05  Eike Rathke  <er@openoffice.org>  [ee8f2faf2f6de222651b2bf2d775eba0e2a54dd8]

        #98454# performance: cache style sheet usage

2002-12-05  Behrend Cornelius  <bc@openoffice.org>  [ef87fa2a110909653536e35ff9ce6ab232b3e1fa]

        #105583# delzip added

2002-12-05  Christian Lippka  <cl@openoffice.org>  [0e537b83a222b3cca5ac67c15c0356e04ec28b2a]

        #105938# call cancel directly not virtual

2002-12-05  Behrend Cornelius  <bc@openoffice.org>  [e6c2cff91ccefeb2c08dd833508b378ef940b5c8]

        #105583# two classes shifted to another directory

2002-12-05  Sven Jacobi  <sj@openoffice.org>  [1e8e7efede6c7b9f2a1a05187858f4609db0b64d]

        #105581# descriptions added

2002-12-05  Oliver Specht  <os@openoffice.org>  [0f6af53e0e376251f5a5889fa9807ecb78d73baf]

        #106005# Change log removed

2002-12-05  Vladimir Glazounov  <vg@openoffice.org>  [881fc16ab5c367c3be1134930dbb89205be68f02]

        #100000# First version with cws support, changes for multyprocessing

2002-12-05  Ocke Janssen  <oj@openoffice.org>  [035a7cd5fdec331a087069782c39bdb8c8ef08f1]

        #106007# change case of sql stmt

2002-12-05  Oliver Specht  <os@openoffice.org>  [2ca757fb21b5e232761397ef4f7d74a62d1275bf]

        #103299# include added

2002-12-05  Ocke Janssen  <oj@openoffice.org>  [d9e35a8d26bc30626633afeeadbda8c8d88f86f2]

        #106008# copy row content instead of remember ref

2002-12-05  Oliver Specht  <os@openoffice.org>  [0dd084154b8d6586fb2ed02facd6268afc5f80e0]

        #103299# syntax corrected

2002-12-05  Sven Jacobi  <sj@openoffice.org>  [6d53cb763d0e837f051e121d4272da86f1d0c86f]

        #105934# group access only available if current group level greater than 0

2002-12-05  Michael Brauer  <mib@openoffice.org>  [4e3d8bb7dbbc08dd33ffbcfc04c090a82554c561]

        #105725#: wrong implementation name

2002-12-05  Rüdiger Timm  <rt@openoffice.org>  [a5b8fe92e72a412d2d5b75d1d2ec52cb12e8ae68]

        #100000# Merge error fixed.

2002-12-05  Michael Brauer  <mib@openoffice.org>  [a70e78a97d5e43a1c4eddc02fb8f7da99fe48afe]

        #105738#: grabFocus

2002-12-05  Ocke Janssen  <oj@openoffice.org>  [aa9a3bf2643afba9923c6e7ab69f4f047ab64338]

        #106008# copy row content instead of remember ref

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [fe1299e8c6b13c6f88ef9cab48ca3b1002904754]

        Merge SRX644: 05.12.02 - 15:02:22

2002-12-05  Vladimir Glazounov  <vg@openoffice.org>  [1de24e0447a569e9d7c52785e766df3a17fe3045]

        Merge SRX644: 05.12.02 - 15:01:57

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [58f1226675542c64d2af9b03823615fe41534e3e]

        Merge SRX644: 05.12.02 - 15:01:58

2002-12-05  Rüdiger Timm  <rt@openoffice.org>  [5db869e7d36a75b38f0dc63fe7270650babb600a]

        Merge SRX644: 05.12.02 - 15:01:56

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [9cb17db0ace27093e8906ca941a2ad7728e3b6d3]

        Merge SRX644: 05.12.02 - 15:01:53

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [49e6a5a1a6314606ee59dd01e06036939db20046]

        Merge SRX644: 05.12.02 - 15:01:20

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [81e53befe0188dfa49dde7b8d39e8f4f3f28a3e3]

        Merge SRX644: 05.12.02 - 14:59:03

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [63b0d41014bdc451b5e834689d168b3a9be6d490]

        Merge SRX644: 05.12.02 - 14:58:17

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [0c8dbe757d958a3791cb6691830467ce62ff8aa7]

        Merge SRX644: 05.12.02 - 14:57:31

2002-12-05  Rüdiger Timm  <rt@openoffice.org>  [5af6a7b949db61bfefce2c9c703676427bb072c6]

        Merge SRX644: 05.12.02 - 14:57:00

2002-12-05  Ocke Janssen  <oj@openoffice.org>  [5ad334caa9790bb1525d39a83d5e91b811d1ac3c]

        #106007# use tunnel to get correct connection

2002-12-05  Kai Ahrens  <ka@openoffice.org>  [79a3792065507e1a0534725b154613499c4bfb16]

        #95405#: cleanup

2002-12-05  Oliver Specht  <os@openoffice.org>  [a7bffcf1020452c5a21cad63c3df2621d5a2003f]

        #106005# Change log removed

2002-12-05  Christian Lippka  <cl@openoffice.org>  [8f89a733fbcf72fec676fa60deccd59b4bde5855]

        #105878# fixed text fit to frame

2002-12-05  Oliver Specht  <os@openoffice.org>  [f8d2853e5f6850bce30cfce094f9da68fc8c1e0d]

        #106005# Change log removed

2002-12-05  Oliver Specht  <os@openoffice.org>  [52968201b49547aee91c8da10505f2b04f09c6b7]

        #106005# Change log removed

2002-12-05  Sven Jacobi  <sj@openoffice.org>  [39c84af1128df610243b6eb4292242f1589ba4ff]

        #105913# removing usage of sprintf()

2002-12-05  Herbert Duerr  <hdu@openoffice.org>  [3d6dd1a0094057ac5066002213a6f2261d7ddda0]

        #105954# mpGlyphs2Chars is now abs->abs mapping

2002-12-05  Niklas Nebel  <nn@openoffice.org>  [fec7b9c05a68681aeb05b3118d4d31d7ac2ea707]

        #105851# PasteFile: insert URL button if OLE object can't be created

2002-12-05  Tino Rachui  <tra@openoffice.org>  [9a1f6a4160e6ce00e790625b7bdbcc9b9acc3bfc]

        #104563#added new files

2002-12-05  Tino Rachui  <tra@openoffice.org>  [61453b07d53cc8e9d574437e07279cc0cc3291ff]

        #104563#reimplemented osl_searchFileURL

2002-12-05  Tino Rachui  <tra@openoffice.org>  [29b5392a06be2264ef4cb266e1803472489705cf]

        #104563#inline header for convenience

2002-12-05  Thomas Benisch  <tbe@openoffice.org>  [4be4467531471494397d005d72c4c9f748753715]

        #105375# set pData in VCLEVENT_WINDOW_HIDE for accessible candidates

2002-12-05  Sven Jacobi  <sj@openoffice.org>  [281af5e80c9ce64dfe642b2dcdac2d62c8d03e7a]

        #105913# removing usage of sprintf()

2002-12-05  Thomas Benisch  <tbe@openoffice.org>  [e22fa29f48ad561132fe1c6c707c04327a532ca8]

        #105375# send VCLEVENT_TABPAGE_SET

2002-12-05  gt  <gt@openoffice.org>  [be098b4f77226fa528081156e3c714d0fb02ca94]

        #105907# SvImpLBox::KeyInput(): emulate quick search feature to be compatible to ListBox

2002-12-05  Malte Timmermann  <mt@openoffice.org>  [ae86de43bff281b46f7e80d29582cf3c7e365e71]

        dispose service manager for MLK detection

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [7332b5886d478764d3bad5304a23e3288d2d4b01]

        Merge SRX644: 05.12.02 - 11:38:49

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [f73071ff93f9e3a8a2169cd6781fcd73828ef08d]

        Merge SRX644: 12/05/02 - 11:32:49

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [75401b8f703ddddedaebd80dd5b01823897880bc]

        Merge SRX644: 12/05/02 - 11:32:03

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [636b83f0dd54dbd99a15fe9982c5a069835fd40f]

        Merge SRX644: 05.12.02 - 11:31:36

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [efccf87e088f0e6f00494ecb1ce66430a8ae6672]

        Merge SRX644: 05.12.02 - 11:31:35

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [b152c7f38a91ed7f8960fbb88f36972be3936cd8]

        Merge SRX644: 05.12.02 - 11:31:46

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [84c57f409dc5859e190e119594c8c20654e1bbca]

        Merge SRX644: 12/05/02 - 11:31:03

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [cebaae3c6aeb42e55c2e8efb9a77571c2ccbf0fb]

        Merge SRX644: 12/05/02 - 11:29:20

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [60fd2e186a2a8c10ad3711dc6ab62c87271e5ab1]

        Merge SRX644: 05.12.02 - 11:28:25

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [370dbde8fb8102667549bfc5dc06a41f567bd3ea]

        Merge SRX644: 05.12.02 - 11:28:51

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [6d7d12d4738b96c0d11899489d48d5abf40930cf]

        Merge SRX644: 05.12.02 - 11:27:41

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [92442a65da49281e741e935b54fc195427f96460]

        Merge SRX644: 12/05/02 - 11:27:25

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [913a197f53d39e1ff9b5f871450f20327662a125]

        Merge SRX644: 05.12.02 - 11:27:18

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [0e03b27eae9414557a690e4507b44ebd533d4f44]

        Merge SRX644: 05.12.02 - 11:27:53

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [e1e409d8f55bae3344eb5d69c0f244730cb3ac99]

        Merge SRX644: 05.12.02 - 11:27:03

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [865f5159032efe3876bcea9b3a69d6280fdf5455]

        Merge SRX644: 05.12.02 - 11:27:02

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [538b3803acad1b6e03e86224203eebd366fb11d0]

        Merge SRX644: 05.12.02 - 11:27:11

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [eaf8056e16709aad558b9ca327d2fe51f470334c]

        Merge SRX644: 05.12.02 - 11:25:42

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [21635c3511c0bee712929eecadb49eae885575ea]

        Merge SRX644: 05.12.02 - 11:25:25

2002-12-05  Rüdiger Timm  <rt@openoffice.org>  [892d7af93213afe4c3fb4f7ff9e1135f54829189]

        Merge SRX644: 05.12.02 - 11:25:19

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [83b5dbae69c6fde30ccd901be75974e7cd37f3c1]

        Merge SRX644: 05.12.02 - 11:25:23

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [f9828c6ae655dba585cb3fcdfa7eafb4ccc3668e]

        Merge SRX644: 05.12.02 - 11:24:36

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [da16c63ceaa44aa030542aec8d3e0b7e2a5c9fa2]

        Merge SRX644: 05.12.02 - 11:24:29

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [29213e8aee3f08079c0e7865aee9dbf4a0f622df]

        Merge SRX644: 05.12.02 - 11:24:22

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [6619b9e0e25e85a7eb7b871f534814f1f5b0eaa4]

        Merge SRX644: 05.12.02 - 11:24:13

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [f98dbb56a699316b435854cfe6a88628e0b387a0]

        Merge SRX644: 05.12.02 - 11:24:21

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [360ccf76ef722b8a5598ab96f0ebbc8cea55a69d]

        Merge SRX644: 05.12.02 - 11:23:29

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [f91dde65e12e97c98141aaf8c950c6f7d60745f3]

        Merge SRX644: 05.12.02 - 11:23:25

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [ea1ddcc41ec549387b860a8cf923abd61c047501]

        Merge SRX644: 05.12.02 - 11:23:16

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [110582f3fe7a130ea0839ff4a74e9e33e25d5cca]

        Merge SRX644: 05.12.02 - 11:23:44

2002-12-05  Rüdiger Timm  <rt@openoffice.org>  [4d6b40c8c4ffc05b12f79ee98e57a9eca0f02d0b]

        Merge SRX644: 05.12.02 - 11:23:08

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [0d7690051438668c7984b3a01f3f9380fa00a2a8]

        Merge SRX644: 05.12.02 - 11:22:10

2002-12-05  Rüdiger Timm  <rt@openoffice.org>  [afe6c1fc9682b0eea7162cb1884654581ecabee4]

        Merge SRX644: 05.12.02 - 11:22:07

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [31feb0f01842cf9b771d240fd8780eb6210348db]

        Merge SRX644: 05.12.02 - 11:21:35

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [b462b9b8ca27b1e887e9abadbf3dd494d0418b56]

        Merge SRX644: 05.12.02 - 11:21:53

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [92dd63a3e48924fd36a482cad0ef153d42568ac1]

        Merge SRX644: 12/05/02 - 11:21:05

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [181bcda11fe954968e00e5922176bbb1350a75db]

        Merge SRX644: 05.12.02 - 11:20:34

2002-12-05  Rüdiger Timm  <rt@openoffice.org>  [02cf80c80230a9728820953a971bdff89c27ff30]

        Merge SRX644: 05.12.02 - 11:20:09

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [58667c1f99d2db7056261bc99d572ad990f91e2a]

        Merge SRX644: 05.12.02 - 11:19:52

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [fcd45741053785ef45d45b1c4b4d75499435df28]

        Merge SRX644: 05.12.02 - 11:19:32

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [b29504a3189a2e520523a9edb4c3dc1e4d11c7cc]

        Merge SRX644: 12/05/02 - 11:19:16

2002-12-05  Rüdiger Timm  <rt@openoffice.org>  [5a9c9a08dc1fd3ea97e58b3bf741ac02bf6f40c1]

        Merge SRX644: 05.12.02 - 11:19:06

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [7adced116f0ac018cdb3d617fa279c40e7e48d58]

        Merge SRX644: 05.12.02 - 11:19:01

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [e5364f898223bcdbc4183a7f1909b00418370194]

        Merge SRX644: 05.12.02 - 11:17:29

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [e811ef1710eba4c31a8b597e02ec48ea6d114de5]

        Merge SRX644: 05.12.02 - 11:15:07

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [b1c62b8a0f1e0cebfc033e036beca51a4addd83c]

        Merge SRX644: 05.12.02 - 11:14:48

2002-12-05  Kurt Zenker  <kz@openoffice.org>  [82b0eb9a8e588a454d7c6b6ee41cf4451e5c46d8]

        Merge SRX644: 05.12.02 - 11:14:00

2002-12-05  Frank Meies  <fme@openoffice.org>  [2282738734e2a795267ffd9fbd25b34b16a164b4]

        #105984# New color config entry FontColor

2002-12-05  Oliver Specht  <os@openoffice.org>  [cea05642190a039bab568a18074f814fc8070d71]

        #103492# updated on toplevel

2002-12-05  Michael Brauer  <mib@openoffice.org>  [e767bb081eeedaa083418648bcc14fdda810cdba]

        #100400#: export dummy headings to keep chapter numbering in master docs

2002-12-05  Frank Schönheit  <fs@openoffice.org>  [b5ab28614f7a81efffe8c1ddc6f89b7f7a5f4604]

        #105390# #i8481# be an XRowSetListener on the form, and use the cursorMoved call to reset the modified state (notification order for RowSets is now clearly defined)

2002-12-05  Oliver Specht  <os@openoffice.org>  [501a9b383ab0eeebb191e4a3f4e05611083de16d]

        #103492# separator and dropdown flag added

2002-12-05  Frank Schönheit  <fs@openoffice.org>  [5808e71b11281ae924462c61bf613eeaf039405b]

        #105390# #i8481# cancelInsert renamed to cancelRowModification

2002-12-05  Frank Schönheit  <fs@openoffice.org>  [e9c6a4fce85187b0d0d20368e6d68a4b17303c60]

        #105390# #i8481# defined order of notifications for operations on a RowSet

2002-12-05  Stephan Schäfer  <ssa@openoffice.org>  [fc8e6e4cd24e5105ee0ca80dcac5e084f2a5d716]

        #105430# no explicit centering of dialogs

2002-12-05  Stephan Schäfer  <ssa@openoffice.org>  [95c1fc6d08107d5961781f5752f7ee025db26324]

        #104427# avoid assertion without configuration

2002-12-05  Frank Schönheit  <fs@openoffice.org>  [0dd1fdb6ba73719487de88d269d1f7f054af20ac]

        #104427# +tryCreateWithServiceFactory

2002-12-05  Peter Burow  <pb@openoffice.org>  [b88d634df9580557d41d8ee6a833c6ca131f9ad2]

        fix: #104901# fontcolor entry added

2002-12-04  Niklas Nebel  <nn@openoffice.org>  [f957955ab876990486572f0357c6325a62d3a246]

        #105733# SvtAccessibilityOptions::GetIsForBorders no longer used

2002-12-04  Herbert Duerr  <hdu@openoffice.org>  [01e119436ba0a2c5950afac54b38859899c19d40]

        #102169# add GlyphCache::RemoveFont, remove GlyphCache::GetFontId

2002-12-04  Stephan Schäfer  <ssa@openoffice.org>  [eedeca98853020194fdecfdd2f46064a5462bd96]

        #105864# improve drawing of green arrow

2002-12-04  Stephan Schäfer  <ssa@openoffice.org>  [c6d4d10cd9acf159d2713d58df5eb83271a6198f]

        #104427# auto detect hc mode

2002-12-04  Carsten Driesner  <cd@openoffice.org>  [86ef28137a9ebbdf9c18c359c9fe0bf366e6dd91]

        #103850# Use printer paper format instead of user format if we have no precise match

2002-12-04  Kai Ahrens  <ka@openoffice.org>  [4ff6934247fd9ead4ce96f4cc14c4fc2fd7b75c4]

        #95405#: use deep graphics detection

2002-12-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [653c0a3fe8c9b131a8977cbf7f43061fdfb8cbf7]

        #105300#

2002-12-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [ca2cc06056dc456624b21da71da09a1ff2c2b639]

        #105300#

2002-12-04  Oliver Specht  <os@openoffice.org>  [cf04b1c39f49b4802caaa534af6fa2f71219896b]

        #105581# descriptions added, xsi:nil removed

2002-12-04  Oliver Specht  <os@openoffice.org>  [b5bf7c113dc836d420ae050280a7f0338465f911]

        #105581# DrawGrid inserted, again

2002-12-04  Oliver Specht  <os@openoffice.org>  [15659e8371dc2920a9d872025c667b68fa7b78bb]

        #105581# invalid entry DrawGrid removed

2002-12-04  Joachim Lingner  <jl@openoffice.org>  [cc3b8c25ef7b04fb3aa1119a8aa9ce8d95847986]

        #105581# <desc> tags added

2002-12-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e529815b216d121df7983ca993fc146706ea108]

        #100000#: fix parsing of keyword substitution flags, strip leading whitespace

2002-12-04  Sascha Ballach  <sab@openoffice.org>  [4bd63a9d82a767777c26b49888adad54a18fa879]

        #105966#; remove getAccessibleKeyBinding() (must change)

2002-12-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [59152a1bffb59e3bb6fa0ebd377b0e1081231da9]

        #105300#

2002-12-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [8af2e2d002f768af17c139e25bb61b0669a3c02e]

        #105300#

2002-12-04  Andre Fischer  <af@openoffice.org>  [b0ff64bdaec0e3ad1b45b5431ab65b0f23674fe7]

        #105877# Adaption to recent interface changes.

2002-12-04  gt  <gt@openoffice.org>  [c642f55a0ec1c0f3c4e2d8d1d4a82ea3651b6647]

        #105821# HC support for SvxLineWindow_Impl

2002-12-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [cac7e63d29daf596e8124c75934a1d8300e65923]

        #105300#

2002-12-04  Oliver Specht  <os@openoffice.org>  [5a4d7a4e9a6caba3c75fa1986e8c23a4e54dd3dc]

        #105581# descriptions added

2002-12-04  Christian Lippka  <cl@openoffice.org>  [2e396ef5cee41eae973439da282ad6ec0fc796e5]

        #105878# fixed german text resource

2002-12-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [dbac6a6aad815289177fc7459db1f860414084a2]

        #105300# Get(PageDesc|TxtColl)FromPool(Simple)

2002-12-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [d6a2b334414fa6abc15594cc696fa36118424e86]

        #105300# MakePageDesc

2002-12-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [c80f90a55eb15ab1a098234f215d15b30af35089]

        #105300# Get(PageDesc|TxtColl)FromPool(Simple), MakePageDesc

2002-12-04  Ocke Janssen  <oj@openoffice.org>  [2ecfb1ead83eddab05601cca2ad1c4a1b5e4f6ff]

        #104938# checkable for toolboxItem set

2002-12-04  Daniel Rentz  <dr@openoffice.org>  [dad86794a6a8f870657c83060fbd1b4b10c45c06]

        #105939# import relative URLs

2002-12-04  Mikhail Voitenko  <mav@openoffice.org>  [c1b5d344e7f0363cb8522b1ed7ba7974f1fae526]

        #105581# add comments

2002-12-04  Thomas Lange  <tl@openoffice.org>  [d647edcf7ca76a384cef2ed6806b110ad61c34b9]

        #104599# linguistic: activate services for languages with new installed dictionaries automatically

2002-12-04  Andre Fischer  <af@openoffice.org>  [c5803931a068a39506c2e591c98054bf4439c514]

        #105552# Added two methods for adding and removing shapes.

2002-12-04  Andre Fischer  <af@openoffice.org>  [891ea50a670a19ed20d782b15d6f1192a2f2e734]

        #105552# Added two methods for adding and removing shapes. Using simple pointer comparison in == and < operators.

2002-12-04  Ocke Janssen  <oj@openoffice.org>  [0866bda906eaa204e29500c484bbc43d007bbacf]

        #105951# change replace name

2002-12-04  Sven Jacobi  <sj@openoffice.org>  [bffbe8730c3540211386da8c4f4b9300e52a16b4]

        #105913# removing usage of strcpy

2002-12-04  Sven Jacobi  <sj@openoffice.org>  [9656612b58fe7b8c981235a21103ec75c09241a7]

        #105856# mapping of negative sizes is now working correct

2002-12-04  Thomas Lange  <tl@openoffice.org>  [802d8e0dc6a184148a5dfc275d45b3e0332819c3]

        #104599# linguistic: activate services for languages with new installed dictionaries automatically

2002-12-04  Oliver Specht  <os@openoffice.org>  [a0b1a15b41190f1c9bbe685cc65ab01d0b0d3e52]

        #103492# SwPagePreview: GetViewShell returns pointer

2002-12-04  Oliver Specht  <os@openoffice.org>  [e82e65412eea650ea27c60dc9bf9335fb076f0af]

        #103492# scrollbar handling completed

2002-12-04  Caolán McNamara  <cmc@openoffice.org>  [8102e428d50a574f3d81392c1010805b9bd78030]

        #105664# rtl bugs in selecting scripts and direction export

2002-12-04  Ocke Janssen  <oj@openoffice.org>  [70f3c6d072001fe34f4069af3d0694a4580ea5d1]

        #105948# replace double quotes

2002-12-04  Ocke Janssen  <oj@openoffice.org>  [ac2bbfa2c63dd9c313b090bc641808ba9adc7724]

        #105948# replace double quotes

2002-12-04  Sascha Ballach  <sab@openoffice.org>  [954eac068b9afb24c2b930bd1965bc1115cb1fbc]

        #92119#; FillItemSet only once for each area

2002-12-04  Armin Weiss  <aw@openoffice.org>  [bc3f84c720b54e0730143c74df6e618f95e7d523]

        #105899# Track if at least one SdrGrafObj is in selection #105899# Forbid combination if selection contains at least one SDrGrafObj. This is set to TRUE here since bCanConvToPath for SDrGrafObj's is allowed to enable the trace dialog.

2002-12-04  Peter Burow  <pb@openoffice.org>  [1f0886a263b1a6de295c77640849f4d0aa5ed226]

        fix: #105581# Desc/info elements added

2002-12-04  Frank Meies  <fme@openoffice.org>  [16cf8b603c38f4cda3f3a90d53378a6b5f010ad7]

        #105944# Set correct layout direction for empty paragraphs

2002-12-04  Niklas Nebel  <nn@openoffice.org>  [48859b6c75d7bc68112a7e9b84ad1173405688bf]

        #105888# paste drawing format: count group as one object

2002-12-04  Caolán McNamara  <cmc@openoffice.org>  [bf24cca78e3c95d7a07e2073802c1540faec6920]

        #105926# some bidi properties with incorrect cached len

2002-12-04  Frank Meies  <fme@openoffice.org>  [a09da8f08d4397a54522f8c847f406c34a089826]

        #105855# Restriction of portion length to 300 not necessary anymore. Font fallback feature gets confused if GetTxtWidth is called with hardhyphen

2002-12-04  gt  <gt@openoffice.org>  [fa0dc4b98d22e7a7fe7fd024ff0196ee89af6d18]

        #99553# changed German string for STR_REL_PRTAREA

2002-12-04  Ocke Janssen  <oj@openoffice.org>  [4ca080213c9bcb2407c44ed9aa15816fd1512fdf]

        #104982# set focus in the edit field

2002-12-04  Oliver Specht  <os@openoffice.org>  [b76430dd223155126fd0008a7ea3220c1dc37e95]

        #105931# German text changed

2002-12-04  Ocke Janssen  <oj@openoffice.org>  [b111588112d81f728059299789eabd6553d80cbf]

        #105581# insert desc for DriverPooling

2002-12-03  Sven Jacobi  <sj@openoffice.org>  [cc4cbae35a20bc05b564aca18a2ad3fae39997fb]

        #105023# added GrabFocusToDocument if dragging into a Document

2002-12-03  Sven Jacobi  <sj@openoffice.org>  [1b064982065a5c36c9c4262eff14c9d2d73bb8d0]

        #105023# removing GrabFocus, so the focus is not set to the Splitter

2002-12-03  Ingrid Halama  <iha@openoffice.org>  [c058713a254e2ef3a68507f78abd41158ebeb82d]

        #105737# remove obsolete SvtAccessibilityOptions().IsForDrawings()

2002-12-03  Armin Weiss  <aw@openoffice.org>  [7e48719482b7654cd5f3e0595060a0c8d4c379d1]

        Added some comments and B2dHomPoint

2002-12-03  Andre Fischer  <af@openoffice.org>  [a1bca065fb69db90b2f8c362a936bbac26cf31a8]

        #105923# Added missing info/desc entries.

2002-12-03  Juergen Schmidt  <jsc@openoffice.org>  [aa6b3a176f06e2124e7039fb0653295cc4383ea1]

        #105668# remove incompatibilities

2002-12-03  Juergen Schmidt  <jsc@openoffice.org>  [37d3726314229016e936ee2eb6b2a1e538977157]

        #105668# remove incompatiblities

2002-12-03  Rüdiger Timm  <rt@openoffice.org>  [79642499668e6fce5c44bb8257acd16fe9a8510e]

        #100000# include error: don't use your module name as include path, that does not work before a deliver!

2002-12-03  Andre Fischer  <af@openoffice.org>  [86f0e3105be1618861ca92e215ca1d0d1e68407b]

        #105923# Added missing info/desc entries.

2002-12-03  Rüdiger Timm  <rt@openoffice.org>  [6f2cb58fa8921b0018ec60ed1838f9028d5fc078]

        #100000# com/sun/star/wizards/common depends on com/sun/star/wizards/report

2002-12-03  Oliver Specht  <os@openoffice.org>  [0de4eb70aad77e923bdf1c9600682a26f2a901bd]

        #103299# visualize protected path entries

2002-12-03  Andre Fischer  <af@openoffice.org>  [641ef003cbdaa0dc56fbc285d2f524a8c8b442ea]

        #105923# Added missing info/desc entries.

2002-12-03  Oliver Specht  <os@openoffice.org>  [30339d450e15fba2c84584a4c9ab69cf3e6dc1b6]

        #103299# IsPathReadonly added

2002-12-03  Caolán McNamara  <cmc@openoffice.org>  [c810bba776255ac068c0ca504138faa9213990d0]

        #i8997# a para with frame props returned to word's 0 state means no frame is applied

2002-12-03  Christian Lippka  <cl@openoffice.org>  [b88c16c0f122e045d6a8a5f90046d428d89d9fed]

        #105869# do not export presentation shapes on masterpages

2002-12-03  Oliver Düsterhoff  <od@openoffice.org>  [afab39f18896712cacf390d46692071a7cb17fb1]

        #103492# improvement of new preview functionality

2002-12-03  Oliver Düsterhoff  <od@openoffice.org>  [26de84064656bf193327028c5a9bbe1d9341caf1]

        #103492# improvement of data structure for preview

2002-12-03  Oliver Düsterhoff  <od@openoffice.org>  [74ae2dcb66892c0ed09231800894f7a30d5a6322]

        #103492# adjustment of new methods for preview

2002-12-03  Oliver Düsterhoff  <od@openoffice.org>  [5e99110bda76c45f0953ad4b951619bd0794feef]

        #103492# implement of method <SwPagePreViewWin::AdjustPreviewToNewZoom(..)> and improvements of preview zoom

2002-12-03  Niklas Nebel  <nn@openoffice.org>  [629e71e9606a34eead0502a1f45644c829f334fe]

        #105887# new help ID for edit in SvxNameDialog for renaming drawing objects

2002-12-03  Oliver Düsterhoff  <od@openoffice.org>  [b38074dada57028f30070013ec955293f3d7cbb0]

        #103492# SwPagePreViewWin - new method <AdjustPreviewToNewZoom>

2002-12-03  Andre Fischer  <af@openoffice.org>  [c3332fd027109fa3ffff8a894b3d190ed88cd2b2]

        #105815# On creation of a default text object no text is inserted on default but object is put into edit mode.

2002-12-03  Oliver Specht  <os@openoffice.org>  [59a2d0f8a05764c68136ef4f1ba864d43a86d4e6]

        #103096# mistakenly removed code re-inserted

2002-12-03  Stephan Schäfer  <ssa@openoffice.org>  [89f49ce53a76ba067b03f16bb3a9dd9c1880958a]

        #105548# release and acquire solarmutex when calling SetWindowText

2002-12-03  Stephan Schäfer  <ssa@openoffice.org>  [9b9d4312b639864f1bfe53ee8aed212138ee58f9]

        #105827# remirror tracking coords if required

2002-12-03  Stephan Schäfer  <ssa@openoffice.org>  [51fd5855a3ad093f57f8b98c8b78ba95d2985150]

        #105827# keep original parent of helpwin to allow for correct mirroring of the help windows position

2002-12-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [87c402e68a2ad638889cfcfab3052b3c91523cc9]

        #105527# ClearUpCrsrs

2002-12-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [0239d8f188393e0ecb72f4cd2a109641d211d4dd]

        #105527# new: ClearUpCrsrs, replaced ASSERT in UpdateCrsr with ClearUpCrsrs

2002-12-03  Andre Fischer  <af@openoffice.org>  [9323d1cdaefb0c0a4e10cd8d3e393b574d67263c]

        #104863# Added proper states and roles.

2002-12-03  Ingrid Halama  <iha@openoffice.org>  [5f4ac127431e72a393c6ddb24e6200b9361ff11d]

        #104429# use new telnet support from INetURLObject

2002-12-03  Caolán McNamara  <cmc@openoffice.org>  [5a834e322a76e641f40e35f18d905bd2151732fd]

        #i8114# provide belt and braces test for both 8bit and 16bit strings and make ultra safe

2002-12-03  Frank Meies  <fme@openoffice.org>  [35777978e1b9e54fae8e6b7ba1d921d46b9eaacc]

        #105221# Visual cursor movement

2002-12-03  Jörg Barfurth  <jb@openoffice.org>  [73b768884c7931fedc690cc48c8aa47cd2754dac]

        #105579# Implement new mode to propagate construction errors

2002-12-03  Jörg Barfurth  <jb@openoffice.org>  [10e892e7f8f944d3c67f286d2ade807b5d837e0d]

        #105579# Add new mode to propagate construction errors

2002-12-03  Ocke Janssen  <oj@openoffice.org>  [a48f3cd3543ccbfa6fe067fcabc1d967e3b26ca3]

        #104982# new method to get notifaction when entry is selected and enable add button if entry as no children

2002-12-03  Ocke Janssen  <oj@openoffice.org>  [6bdf13e4ab08eb173f280eadbe6b50bcbf2ebe3b]

        #104982# new method to get notifaction when entry is selected

2002-12-03  Andreas Bregas  <ab@openoffice.org>  [cac422318e349ca5003df868ac04408c8f317448]

        #105809# Fixed SearchInSelection check

2002-12-03  Caolán McNamara  <cmc@openoffice.org>  [7b9f8db161e557f67400702b1be5b479f905702c]

        #i8114# Lotus creates documents that have 8bit style names not correct 16bit, and makes (correct) use of ww7- compatability ANLV lists

2002-12-03  Frank Meies  <fme@openoffice.org>  [227cbb59647d762eb3ddd99a3bad8df7f5c6f98e]

        #105886# Calculation whether portion is BidiPortion changes

2002-12-03  Behrend Cornelius  <bc@openoffice.org>  [93776f3829b4f9cf60534377e2a28dcb57e9e7f9]

        #105583# Label resources for Reportwizard added

2002-12-03  Joachim Lingner  <jl@openoffice.org>  [b65573b5c2f4380e9b9689a1de47aad9fc16b190]

        #105832# no applets

2002-12-03  Joachim Lingner  <jl@openoffice.org>  [ddf1bccaf8a2f82f7b27758f340fa39bb6b82cc6]

        #105832# no applets, remove -Xcheck:jni

2002-12-03  Rüdiger Timm  <rt@openoffice.org>  [7e00515eede7c2f62d8a1783826e9538543cedc6]

        #105360#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.

2002-12-03  Ocke Janssen  <oj@openoffice.org>  [2a96e248645703c522c08b203b3105262433b1ca]

        #105879# send selection event to headerbar

2002-12-03  Rüdiger Timm  <rt@openoffice.org>  [4fa4663bf37bac11ac9700703cbe02eaeceee40d]

        #85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.

2002-12-03  Rüdiger Timm  <rt@openoffice.org>  [f91759cd4207fdf8ce69aff67ff1c9d853e48ac4]

        #105360#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.

2002-12-03  Rüdiger Timm  <rt@openoffice.org>  [f506d5f9ebc5ddb4f9980e60dd94100f393039e3]

        #85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.

2002-12-03  Rüdiger Timm  <rt@openoffice.org>  [b193e2646e552cbe2f8df72dc0357d0d741b8cd0]

        #105360#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.

2002-12-03  Behrend Cornelius  <bc@openoffice.org>  [39f06003df4c9607f44300286e556a0e5d42a228]

        #105583# Labelpage added

2002-12-03  Björn Milcke  <bm@openoffice.org>  [616b69aa7d7a38f1f56a13f8af079c8ff0294213]

        use UPDMINOREXT variable instead of (unknown) MINOREXT_UPD

2002-12-03  Rüdiger Timm  <rt@openoffice.org>  [1e9c80af1459800533afc3bddf99f122774cadfd]

        #85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.

2002-12-03  Rüdiger Timm  <rt@openoffice.org>  [9e7d9f99b45f617e9b46dbbae44aa382477cbbeb]

        #85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.

2002-12-03  Peter Burow  <pb@openoffice.org>  [680353529346d08820e80cf18435b4007ac382c4]

        fix: #105360# GetMainURL() changes fixed

2002-12-03  Frank Schönheit  <fs@openoffice.org>  [6bc668056b5e6ad1b3d77f48819a0e4ae7eb4647]

        #105581# description added

2002-12-02  Ingrid Halama  <iha@openoffice.org>  [282584ed5a1819d69c8a8a279de2fab0d04083e9]

        #105318# do not use shadow color for HC mode

2002-12-02  Caolán McNamara  <cmc@openoffice.org>  [478ce721c8fbc063c370b2a732c78f7fcf608926]

        #i4813# Another sprm which makes no difference to comparison between two continous sections to determine if import as new page descriptor or section

2002-12-02  Caolán McNamara  <cmc@openoffice.org>  [a85f68154442f530158fef4927a34ac29bff41d5]

        #i9419# after inserting an include file section we automatically move after the section, and so should unset the<<jump to after section> position

2002-12-02  Niklas Nebel  <nn@openoffice.org>  [04eaf4fc5a63dbb4b2979c6f1667398e40ba3f76]

        #105780# Sort: don't call ScDocument::Sort with an empty SortParam

2002-12-02  Rüdiger Timm  <rt@openoffice.org>  [4729846c20efff0c9425760538b0194c1d62a41f]

        #85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.

2002-12-02  Martin Maher  <mmaher@openoffice.org>  [94555cc8b2cbf1a01a2835a446b2b7aa6238df3f]

        #105818# added support for time field

2002-12-02  Caolán McNamara  <cmc@openoffice.org>  [e5d34a0a4bcc5c9b1c7f4520432bf9d05936ea38]

        #i8997# get frames in styles based on other styles that has a frame working appropiately, especially when the second style resets the frame to nothing to remove it

2002-12-02  Christian Lippka  <cl@openoffice.org>  [99c1751cb2db29c18a0f63a97ad24abac3af53d2]

        #105500# grab focus to document on escape

2002-12-02  Rüdiger Timm  <rt@openoffice.org>  [19343d7a0eb7f630c38744fa8c9567e775fabeed]

        #85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.

2002-12-02  Rüdiger Timm  <rt@openoffice.org>  [b4f0530c79597cebc580fe58e779b598153fc288]

        #100000# Depends on module external.

2002-12-02  Gregor Hartmann  <gh@openoffice.org>  [a46f60b39df9ca7ad74bcb3d138803bfdd19ea6b]

        #105840#register one more file

2002-12-02  Christian Lippka  <cl@openoffice.org>  [40fade8d29c8cf9ee9ec30749f8a1b7812c4a0f1]

        #105838# take care of pDXArrray which could be null for 1 char text

2002-12-02  Behrend Cornelius  <bc@openoffice.org>  [0b0ae4662910d850c260357a78f483e918717acd]

        #105421# Overwrite Dialog improved

2002-12-02  Oliver Specht  <os@openoffice.org>  [8e0956f08dd25013eba4cf861d9535b71448b589]

        #105263# initial row/column value visible in print options dialog

2002-12-02  Ocke Janssen  <oj@openoffice.org>  [228628282fd271fca0d80f79a3dc2a4190ae94ec]

        #105638# set new property for FormButton

2002-12-02  Sven Jacobi  <sj@openoffice.org>  [1c4fbc5f01280aa7160e0d3e0b43c0780e9b1bb6]

        #105614# non printable and non visible objects are no longer exported to pdf

2002-12-02  Ocke Janssen  <oj@openoffice.org>  [3067058b0423d152a995e2a877a95af99c2de96a]

        #105638# set new property for FormButton

2002-12-02  Behrend Cornelius  <bc@openoffice.org>  [ddf748da19bfd1d5236fc1fb76c62a12f8f5c734]

        #105421# resources for Overwrite dialog added

2002-12-02  Oliver Specht  <os@openoffice.org>  [8e5d6232621b7aa127920fd6317cd277e930ea03]

        #105834# German: Rechtschreibung->Reichtschreibpruefung

2002-12-02  Ocke Janssen  <oj@openoffice.org>  [2c952b8caaf2f7d498fc2e8ac2f09e621653f006]

        #105638# set new property for FormButton

2002-12-02  Caolán McNamara  <cmc@openoffice.org>  [a7c799ed728387fe59ec54f2f92f19818df98b97]

        #i4803# always cp1252 for 8 bit chars in ver 8+

2002-12-02  Oliver Specht  <os@openoffice.org>  [c4230e548adbe028828502730072788e910b4579]

        #105834# German: Rechtschreibung->Reichtschreibpruefung

2002-12-02  Oliver Specht  <os@openoffice.org>  [9defdc4ea9c9086078b53eeec442cb459d3e7f9c]

        #105834# German: Rechtschreibung->Reichtschreibpruefung

2002-12-02  Andre Fischer  <af@openoffice.org>  [258e3d0d56556afd9b84c2d5c766a57c960b53ce]

        #95297# Added SdOutlineIterator.cxx.

2002-12-02  Christian Lippka  <cl@openoffice.org>  [824469ea6d3d749a14c7495a97a12a6768fee22f]

        #105356# edit engine don't like the deftab at position 0

2002-12-02  Frank Schönheit  <fs@openoffice.org>  [296c5a093268fd2e77dced820ac07e2fa0c822a2]

        #105726# properly EnableEmptyFieldValue (broken in 1.44)

2002-12-02  Ocke Janssen  <oj@openoffice.org>  [ca797206479c13b6b119ef58c4a962608d96dc7f]

        #105638# new property DispathUrlInternal to allow sound played inside

2002-12-02  Sascha Ballach  <sab@openoffice.org>  [648592519662db69f2a154bf8f788542dcc13a46]

        #96469#; add feature to repeat progress

2002-12-02  Thomas Lange  <tl@openoffice.org>  [b5c49a1aaf7f7744a8af4ce9bc1f6bd2d6b6dc2c]

        #104467# PDF export should not set the background to white explicitly in 'GetRetoucheColor'. It should remain transparent.

2002-12-02  Sascha Ballach  <sab@openoffice.org>  [bf1b214f62ad85f5e237d908770451912b52ea44]

        #96469#; disable repeat in ProgressBar if there are StatisticAttributes

2002-12-02  Sascha Ballach  <sab@openoffice.org>  [026abe45abd74db4c2e9218a5188863d04323971]

        #96469#; call SvXMLImport::SetStatisticAttributes (base method)

2002-12-02  Sascha Ballach  <sab@openoffice.org>  [14beacbb7d784f3a5a5b2488830a1cbc6f5d9ee7]

        #96469#; call SvXMLImport::SetStatisticAttributes (base method)

2002-12-02  Behrend Cornelius  <bc@openoffice.org>  [a9ced50e3381dd4a6f8e5ab3d808ff0b82674213]

        #105421# Resources added to common.src, inserted in Dialog

2002-12-02  Sascha Ballach  <sab@openoffice.org>  [3b7b3db08f918bb3821ace0321b2458411d777db]

        #96469#; call SvXMLImport::SetStatisticAttributes (base method)

2002-12-02  Daniel Boelzle  <dbo@openoffice.org>  [e9c9c0c5d27973d99e3d21493d8ac303cea9bd0f]

        #99886# dynamic loading of xmlscript

2002-12-02  Frank Meies  <fme@openoffice.org>  [93983ae23a5098f681b55f4f6d2f86e935ac8940]

        #105476# Setting of table borders in vertical environment

2002-12-02  Thomas Benisch  <tbe@openoffice.org>  [edcbb95e8bd962a5ac33b7e5eb2986bbfb4e054a]

        #105537# create VCLXDialog for window type WINDOW_BUTTONDIALOG

2002-12-02  Frank Schönheit  <fs@openoffice.org>  [d8044e5b58b27f1195cff17e1abde76d3cbd69f6]

        #105812# +fpinteraction

2002-12-02  Daniel Vogelheim  <dvo@openoffice.org>  [2b9d9bba7c1bbc2c492e2351301d8bc906edc9a0]

        #104735# add no-comment mode for HTML import (for HTML_NO_COMMENT clipboard format)

2002-12-02  Daniel Vogelheim  <dvo@openoffice.org>  [285becd940fd2a1ec97044cd6797f6eea5a2f54a]

        #104735# handle HTML_NO_COMMENT clipboard format

2002-12-02  Daniel Vogelheim  <dvo@openoffice.org>  [906529582472bbf2fd095e84c42cc97cf801f881]

        #104735# insert HTML_NO_COMMENT format as HTML without comments

2002-12-02  Juergen Schmidt  <jsc@openoffice.org>  [d1c94c036199ac9d1a80cb927bc31d01952a3ab6]

        #105668# update type library check

2002-12-02  Daniel Vogelheim  <dvo@openoffice.org>  [38b9ad3ae3e7cf7bc225201f0adb0d46c06ad0db]

        #104735# add pseudo-format HTML_NO_COMMENT whenever HTML_SIMPLE is available

2002-12-02  Daniel Rentz  <dr@openoffice.org>  [a35efca0f5caffc332935c16a765680b68d2db61]

        #105814# links-nach-rechts -> links nach rechts

2002-12-02  Caolán McNamara  <cmc@openoffice.org>  [bf93707c90e5e6dbd6efb09329fc20fcdbb63167]

        #99809# cosmetic, use pretty SVEXT_PERSIST_STREAM define for OlePres000 to help find use of this with lxr etc

2002-12-02  tpf  <tpf@openoffice.org>  [ea43e8bde71f6b8d3d6e41ab774efbd0b0a40645]

        #105581# check for sanity of xsl - validates info/desc elements for now

2002-12-02  Behrend Cornelius  <bc@openoffice.org>  [ffb10922106e277aa8092f11c726d64b7028a0e1]

        #104579# reference to Greeting module removed

2002-12-02  Carsten Driesner  <cd@openoffice.org>  [1baab5e30d4324b595809632ca1cb288fcda08f4]

        #96020# Use clip region for HideFocus call to prevent drawing over scrollbars

2002-12-02  Frank Meies  <fme@openoffice.org>  [e5cb3f3e08e1a1adcdfbf8abbbbcf26180863bcc]

        #105221# Bidi - Visual cursor travelling

2002-12-02  Caolán McNamara  <cmc@openoffice.org>  [9bb7a8254697f3e6469201a01fc4a0c7aaf0138a]

        #99809# olepres002 removed in ExportOleObject now, remove redundant code

2002-12-02  Gregor Hartmann  <gh@openoffice.org>  [3bba88bcde99867353bf544f38026791791c6321]

        #105538# new Window Type for the TreeListBox

2002-12-02  John Marmion  <jmarmion@openoffice.org>  [209115df3c8e695f98b705b350fe4b7073a8c8ca]

        #99809# always remove the stream OlePresOOO - see also i2179.

2002-12-02  Frank Schönheit  <fs@openoffice.org>  [e846aa72f971e6e603a653a2dce57bf5653d5d3f]

        discovered during #105577#: wrong usage of ::rtl::OUString::copy corrected

2002-12-02  Frank Schönheit  <fs@openoffice.org>  [6a312283640ed48f6ac5e0d98a0fe32510b1f3c0]

        initial checkin - base class for cloneable models

2002-12-02  Frank Schönheit  <fs@openoffice.org>  [b0c4be14883b4390642c3c60da343d0571ca34e7]

        #105577# properly (hopefully :) implemented XClonable

2002-12-02  Frank Schönheit  <fs@openoffice.org>  [426af421c326aa4670c92c9559bfed40cffea077]

        #105577# +cloneable

2002-12-02  Ocke Janssen  <oj@openoffice.org>  [d93d1c38b75a2c408e71d5d65353e35815341994]

        #105538# set new Type for the TreeListBox

2002-12-02  Ocke Janssen  <oj@openoffice.org>  [8fccabd277f1b5fa5103ca31aedc64caba93af3d]

        #105538# new Type for the TreeListBox

2002-12-02  Oliver Specht  <os@openoffice.org>  [f5572e9984a155b99608d32b25c0567bedd6c953]

        #103492# state method added

2002-12-02  Oliver Specht  <os@openoffice.org>  [063dabab07ac9a8ff07f50f536e04c29ccc0740e]

        #103492# order of ZoomIn/ZoomOut changed

2002-12-02  Oliver Specht  <os@openoffice.org>  [b2f247f6634135cf76dd3794d106975526a3d10a]

        #103492# key handling of preview zoom ComboBox

2002-12-02  Oliver Specht  <os@openoffice.org>  [352a4350186f80faee559603885fdf7873681221]

        #103492# zoom slots corrected

2002-12-02  Ocke Janssen  <oj@openoffice.org>  [7195eb976560526b6fb04727c9781748abae456e]

        #105538# set new Type for the TreeListBox

2002-12-02  Sascha Ballach  <sab@openoffice.org>  [6e3b1c8f92226eed8e0961b56a91bdf7d8e17cfe]

        #105575#; update links only on the first creation of TabViewShell

2002-12-02  Ocke Janssen  <oj@openoffice.org>  [036a9cf8b90de68441a1290b33cd9f66dff11215]

        #105761# remove SetType call again, will be replace with different type

2002-12-02  Oliver Düsterhoff  <od@openoffice.org>  [a2a1f9b3303eb6ca00a17f58aa6c8f4f6e025e9d]

        #103492# SwPagePagePreViewWin - call new methods for new preview functionality

2002-12-02  Peter Burow  <pb@openoffice.org>  [de9337cee7e705680e7d026f95b0c9a46561521c]

        fix: #105219# #105221# #105713# optctl.src/obj added

2002-12-02  Peter Burow  <pb@openoffice.org>  [1e530e7194b218e96681d9dfa977b8aa884d0a16]

        fix: #105219# #105221# #105713# new page for CTL options

2002-12-02  Peter Burow  <pb@openoffice.org>  [abe2993cf1c6d647296e3428ff1870eb24a62a41]

        fix: #105219# #105221# #105713# optctl.hxx added

2002-12-02  Oliver Düsterhoff  <od@openoffice.org>  [560896b1b900abb8d7db2c155c7bd3c696ba9ca1]

        #103492# implement new methods for new preview functionality

2002-12-02  Oliver Düsterhoff  <od@openoffice.org>  [38e88f06aa5b5219afb8c8eab82c29887527673f]

        #103492# data structure for new preview functionality

2002-12-02  Peter Burow  <pb@openoffice.org>  [c228baa87bf65bd5ba5d3de4bd6872333e6e7ca8]

        fix: #105219# #105221# #105713# HID_OPTIONS_CTL

2002-12-02  Oliver Düsterhoff  <od@openoffice.org>  [9c10fa1e775f63511a5b1ef1df4053842c57644e]

        #103492# new methods for new preview functionality

2002-12-02  Peter Burow  <pb@openoffice.org>  [fd5ae0280ae06044d602e90f8566b41fbf2eb319]

        fix: #105219# #105221# #105713# new ctloptions: CursorMovement + TextNumerals

2002-12-02  Peter Burow  <pb@openoffice.org>  [936093b2ca72d0e488e596ce26056159c3b2539a]

        fix: #105219# #105221# #105713# new ctloptions: CursorMovement + TextNumerals

2002-11-29  Thorsten Behrens  <thb@openoffice.org>  [b6cf97af500160549d07790cd115bbd5cc6fd296]

        #105479# Renamed CheckDisposedState, added new IsDisposed

2002-11-29  Thorsten Behrens  <thb@openoffice.org>  [65040f64d10c9cccdb6e134c20548ce8996b4531]

        #105479# Cleaned up unneeded member, removed locking in FireEvent, as that is done by the OInterfaceIteratorHelper internally

2002-11-29  Matthias Huetsch  <mhu@openoffice.org>  [6286f9ac44a3f4d32aa19b2e1dffb31d77b39eb7]

        #i8583# Fixed SvHashTable constructor definition to match declaration (UINT32 vs ULONG). Contributed by Gwenole Beauchesne <gbeauche@openoffice.org>

2002-11-29  Thorsten Behrens  <thb@openoffice.org>  [8048e17eac41d1be615c4562cdabfdc90c758cd5]

        #105479# Don't throw in dipose/disposing any more

2002-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d6d2d2612d1ac6204e99d4253cd04183c651100d]

        #100000# missing dependencies

2002-11-29  Oliver Specht  <os@openoffice.org>  [f7c5a22711ef421e46f0ceb8f8c53b11d96e6434]

        #105490# MailMerge usability

2002-11-29  Oliver Specht  <os@openoffice.org>  [1ac891c9a94eb1bf81b59a47cb7672f3b9bc7607]

        #103986# invalid define removed

2002-11-29  Oliver Specht  <os@openoffice.org>  [997a780662c147a6847cbd7a8e102a6f6ffe46c5]

        #103986# ruler tab symbol on the right/botton in right-to-left text

2002-11-29  Björn Milcke  <bm@openoffice.org>  [d4f61090a9de3ff73b5603a70d057aa16751cf66]

        #96976# text-document specific properties were moved to css::text::DocumentSettings

2002-11-29  Herbert Duerr  <hdu@openoffice.org>  [a818ddb214c8adb271d9b3d0fa899209a5b03717]

        #105768# do not hide mhDC from base class

2002-11-29  Björn Milcke  <bm@openoffice.org>  [162cf24aa8821509263da8d0146b6648f5a6ce8d]

        #96976# comment on SaveLinkedDocumentContent changed

2002-11-29  Caolán McNamara  <cmc@openoffice.org>  [7cf528124b43085933b9f0b7220541f323047bfd]

        #105721# check in numpages field support for mmaher

2002-11-29  Juergen Schmidt  <jsc@openoffice.org>  [de1f49df5fa8de74434ace6386025b05a0db085a]

        #105668# add missing files

2002-11-29  Juergen Schmidt  <jsc@openoffice.org>  [37f8466dd1b45e6774b2dfcd50e9f0392f3b12d2]

        #105668# make propeety optonal because of incompatibility

2002-11-29  Juergen Schmidt  <jsc@openoffice.org>  [db73fa02cf5fcc469ae8c917ccaa1d39b5433f56]

        #105668# add missing files

2002-11-29  Christian Lippka  <cl@openoffice.org>  [5c9db24c17c3416b5678f82b38d803b476164a81]

        #105607# inserted a function to cancel the current action since posting a key event to cancel current function may have side effects

2002-11-29  Oliver Düsterhoff  <od@openoffice.org>  [3cece5790481901fb1a8a2e709ccc3bfa9622394]

        #105519# SwNoTxtFrm::Modify(..) - invalidate instead of direct paint on event RES_GRAPHIC_ARRIVED

2002-11-29  Juergen Schmidt  <jsc@openoffice.org>  [547157effbc20248414e0b165998252fe6c2efed]

        #105668 make property optional because of incomplatible change

2002-11-29  Oliver Düsterhoff  <od@openoffice.org>  [be4671f8d967810299dfe260fe51c0131fe88763]

        #100043# _OutlinePara - consider default starts for outline numbering

2002-11-29  Juergen Schmidt  <jsc@openoffice.org>  [12143a7bf59e8ca6652f0c3d4b31068f836a8310]

        #105668# add missing files

2002-11-29  Juergen Schmidt  <jsc@openoffice.org>  [ab30f171cab2a5b9b7ac1a0d4d77fa82eb0d89b2]

        #105668# insert missing include

2002-11-29  Eike Rathke  <er@openoffice.org>  [22e66f6740c8a6091b3f67795747b32363a4833f]

        #98454# performance: SfxStyleSheetIterator::Find: first compare the name, then call IsUsed() via DoesStyleMatch()

2002-11-29  Christian Lippka  <cl@openoffice.org>  [8f30a435b95974d2590d45468a79859fc531752c]

        #105607# allow drag&drop during livemode

2002-11-29  Ocke Janssen  <oj@openoffice.org>  [e6ed22f5d660d5c53363490a9ce8c636a58e0537]

        #105213# correct propertyhandling

2002-11-29  Ocke Janssen  <oj@openoffice.org>  [20144784d69eee9a57217435a915379a6a9b6039]

        #105213# correct URL handling for JDBC

2002-11-29  Björn Milcke  <bm@openoffice.org>  [521dd0f704a21f616631f0d2cd87b1e9c31070eb]

        #96976# -TextDocumentSettings, +DocumentSettings (renamed)

2002-11-29  Björn Milcke  <bm@openoffice.org>  [7542312219601f2d7789e6ccfb5cdfdbda7b3446]

        #96976# document settings that are specific to text documents

2002-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1550b9390b15784871f3c95722b6d113de255b62]

        #100000# missing dependency

2002-11-29  Christian Lippka  <cl@openoffice.org>  [8d6c62bca816a73893d39a61ad85359846276a62]

        #105607# inserted a function to cancel the current action since posting a key event to cancel current function may have side effects

2002-11-29  Christian Lippka  <cl@openoffice.org>  [e8e72ce7b3c385ffbea93238f64983e39d4aef34]

        #105607# inserted a function to cancel the current action since posting a key event to cancel current function may have side effects

2002-11-29  Cyrille Moureaux  <cyrillem@openoffice.org>  [654141aaf58db3bd6b92810a4ab775c8ef0327b4]

        #105114# Put back emptylayer.hxx

2002-11-29  Cyrille Moureaux  <cyrillem@openoffice.org>  [e924d3545b2ed954f088f4eab2148b0527bc0b6f]

        #105114# Added newline at end of file for compiler.

2002-11-29  Sascha Ballach  <sab@openoffice.org>  [b76eccc7fc9210e76b74442157c0e18bd744a3f1]

        #105764#; switch into InputMode in SetTextString

2002-11-29  Carsten Driesner  <cd@openoffice.org>  [3fc1b1f4b355d88df971cc9d4300e4befd4c4085]

        #104835# Text menu items have same height as menu items with images

2002-11-29  Cyrille Moureaux  <cyrillem@openoffice.org>  [cece693134cd4a91f761345947ddf537ecc0123f]

        #105114# Removed reference to emptylayer.hxx which doesn't exist

2002-11-29  Niklas Nebel  <nn@openoffice.org>  [1456abd8ded792d766520bb101a31dfe785b8f2d]

        #105760# SpreadsheetDocumentSettings is deprecated

2002-11-29  Juergen Schmidt  <jsc@openoffice.org>  [babfd510aab7002ef4540e9424c595183ecbbc6f]

        #105668# remove Zip*

2002-11-29  Tino Rachui  <tra@openoffice.org>  [0522a76f8bd1d540be1ca57013ceefe97b5e7a11]

        #104563#changed _osl_getSystemPathFromFileURL to osl_getSystemPathFromFileURL_Ex

2002-11-29  Hennes Rohling  <hro@openoffice.org>  [c3ae63b3cc02f081f714d346ace85ba4bef4bfad]

        #105723# Added icons for Quickstarter Open File entry

2002-11-29  Hennes Rohling  <hro@openoffice.org>  [074af68fb1883230f023f9f9240f814d9ae67607]

        #105723# Renamed Quickstarter menu entries for Open and Template

2002-11-29  Ocke Janssen  <oj@openoffice.org>  [f0c10568ee29053639815a74d30224cda0d40c41]

        #i7920# check if SQL namechecking is enabled

2002-11-29  Oliver Specht  <os@openoffice.org>  [1d8d6dbe428e16f28b420c06b8a3e89bf3f9a53e]

        #105490# MailMerge usability

2002-11-29  Ocke Janssen  <oj@openoffice.org>  [6a7f446a0d39f25ebafc5b56243488d225340621]

        #i5450# change the order of properties for column

2002-11-29  Oliver Specht  <os@openoffice.org>  [d0033b68a4a46425ba2647ea975f4b06a47b9b37]

        #105490# MailMerge usability

2002-11-29  Ocke Janssen  <oj@openoffice.org>  [9d9badc4912371c36181bd6da6d2f79f2cc4031a]

        #i5450# correct type handling for autoincrement

2002-11-29  Sven Jacobi  <sj@openoffice.org>  [a89701bf33e750e24594acf3b280963e257521a6]

        #105441# creation date of gallery theme has been removed, because the DateCreated property is not supported any longer

2002-11-29  Ocke Janssen  <oj@openoffice.org>  [f4549c9d23891cab74481694d11ad77ad94c4d98]

        #i5450# new member methods inserted

2002-11-29  Oliver Specht  <os@openoffice.org>  [34ec2bb3bc7aa5a566d4ff93c8cfc21f1ab6ff5c]

        #105490# MailMerge usability

2002-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1c24c5120ea4edf6de4b9aff57efd3b8fcac114d]

        #100000# hindi used thai iso-code

2002-11-29  Oliver Specht  <os@openoffice.org>  [9b4235749a0d93cad9b37870cb1d289a8c440a48]

        #105490# file moved to support MailMerge

2002-11-29  Aidan Butler  <aidan@openoffice.org>  [1017a77db44650b94640462d6bdacf62f5132ee4]

        #i9471# #105785# : Fixed Numbered list Tab exporting bug. Also, added Tab Space info.

2002-11-29  Oliver Specht  <os@openoffice.org>  [97f511a9543ff68962bf9014bd698acd2eed1a0e]

        #105490# MailMerge usability

2002-11-29  Oliver Specht  <os@openoffice.org>  [e9d588442f92db4836c865c3f4363430c33020e8]

        #105490# MailMerge: HelpAgent List extended

2002-11-29  Björn Milcke  <bm@openoffice.org>  [4c2285dc76cfff5ef29d7122c49571987b370933]

        #96976# +TextDocumentSettings

2002-11-29  Daniel Rentz  <dr@openoffice.org>  [e9870aba1772ec39d9188f0d47d7430e2daa0907]

        #104940# close shape groups before finishing page

2002-11-29  Daniel Rentz  <dr@openoffice.org>  [b3b89d4734ef3dcf26c8723b375a0fedfea2d63b]

        #104940# close shape groups before finishing page

2002-11-29  Hennes Rohling  <hro@openoffice.org>  [9ea8578a42149a660ddbcd14b977918a79083651]

        #105740# #105723# Added new icon for File/Open

2002-11-29  Juergen Schmidt  <jsc@openoffice.org>  [31498a625f5e300eb28336236711f71607892165]

        #105668# removed UnoControlSpinField

2002-11-29  Herbert Duerr  <hdu@openoffice.org>  [510e09d9543bb6fd7f2f156bac7013be48fd1724]

        #105200# temporarily make priorities for autohinting/embedded bitmaps/antialiasing configurable by environment vars until UI catches up

2002-11-29  Tino Rachui  <tra@openoffice.org>  [84c4489cb7da4a9a600d102267f589b4a0419b4c]

        #104563#moved parts of file.c into separate files

2002-11-29  Caolán McNamara  <cmc@openoffice.org>  [22ab919351c7ab9a714f940e099c8351cc8aab5f]

        #i7887#

2002-11-29  Nikolai Pretzell  <np@openoffice.org>  [8dda75301e320550ed745c25df2fef23ce47ddc0]

        Provide data types in Uses-page

2002-11-29  Thorsten Behrens  <thb@openoffice.org>  [4af9424dcef7c7a3fabc3d3b5514025c1c5c423a]

        #105749# Added handling for new EE events

2002-11-29  gt  <gt@openoffice.org>  [30693d713baf2b9c98c47e1fc2693fda84214d1f]

        #99553# minor changes in strings

2002-11-29  Vladimir Glazounov  <vg@openoffice.org>  [ed4a2b0be49b89b2297fd487923a495d7a83a76d]

        #100000#

2002-11-29  Vladimir Glazounov  <vg@openoffice.org>  [804e7d90e06128c58cb0e180114062ef6c54a428]

        #100000# temp variable

2002-11-29  Christian Lippka  <cl@openoffice.org>  [e050f3560eb27c42f20b81212a30238da7a0986a]

        #105361# fixed unix build

2002-11-29  Andre Fischer  <af@openoffice.org>  [17840b8e57736fa02fe0165073a5b7d1ad36226f]

        #105729# Added missing slots for search&replace.

2002-11-29  Tino Rachui  <tra@openoffice.org>  [3b6638d2ab31446f9d809627900407f2796729b9]

        #96533#merged ODK docu update into this revision

2002-11-29  Ocke Janssen  <oj@openoffice.org>  [ef430b9c57130ee7179c3ec6083b2f70ecbda5b4]

        #105213# new prop

2002-11-29  Tino Rachui  <tra@openoffice.org>  [6ebd6ea229dcdda000b09ed0f24cffddf30a97ea]

        #96533#merged ODK docu update from udk303 into this revision

2002-11-29  Stephan Schäfer  <ssa@openoffice.org>  [5e623941a13cd309a4681793142727601dd6081b]

        #105373# notify dehighlight in dtor

2002-11-29  Stephan Bergmann  <sb@openoffice.org>  [3d0950a405743e49810a88ac170b6c1b3438a0fb]

        #105360# Removed default for GetMainURL DecodeMechanism parameter.

2002-11-28  Ingrid Halama  <iha@openoffice.org>  [e70d15cccff71642f61da4f51bdf1602222a8d0a]

        #104751# enabling removing emphasis marks from a string with mixed emphasis marks

2002-11-28  Björn Milcke  <bm@openoffice.org>  [068e1fd391b02766aeb105a47715e2dd65849f96]

        #105034# Do IsNewPageNameValid() in two variants: one for renaming slides and          one for inserting slides from a different presentation.

2002-11-28  Eike Rathke  <er@openoffice.org>  [a175b679c751160052578c854d13b3ee2f707d87]

        #70672# GetDBParams: don't call ScDocument::GetString() from within the interpreter, use ScInterpreter::GetCellString() instead

2002-11-28  Daniel Vogelheim  <dvo@openoffice.org>  [fa3cf473d9e2d25e167a65a1cb88001df9a30851]

        #104333# prevent loop by not recursively calling method;          if the redline needs to be split, the new redline part          will simply be inserted

2002-11-28  Daniel Vogelheim  <dvo@openoffice.org>  [57020a9c05004742f58add7bfdca3c95ceb12ad8]

        #104333# fixed assertion once more

2002-11-28  Daniel Boelzle  <dbo@openoffice.org>  [2da5ff07c6b672b498a9a757a9ec63cf0109ef05]

        #105480# better error handling

2002-11-28  Kai Ahrens  <ka@openoffice.org>  [452338bbeecfd6a7b925205692fcef782b37199b]

        #95806#: remember tab control slider position

2002-11-28  Herbert Duerr  <hdu@openoffice.org>  [4b1575b1b612c16fa85159108e284791fd4a5869]

        #104829# avoid CTL processing for Hangul Jamo, preserve fontseldata for glyph fallback

2002-11-28  Vladimir Glazounov  <vg@openoffice.org>  [928e12aabbd217ddeaff0f61211e39c0e907eec6]

        #100000# corrected merge errors

2002-11-28  Vladimir Glazounov  <vg@openoffice.org>  [2a321a975b245df82ade3d6e2f0551925363cd85]

        #100000# corrected merge errors

2002-11-28  Andreas Bregas  <ab@openoffice.org>  [2060347b7223d53b26c524cdc5c8718255bc71a7]

        #105550# Use Module TypeDescription

2002-11-28  Vladimir Glazounov  <vg@openoffice.org>  [b8f2da3f2953e714a18a405c40258f1a55d21fda]

        #100000# added locking mechanism for dead child handling

2002-11-28  Eike Rathke  <er@openoffice.org>  [340beb9719570bf30f8e3f688194c168c9eb87c1]

        #105150# ScRangeData ctors with ScAddress instead of single values

2002-11-28  Eike Rathke  <er@openoffice.org>  [3584a2b76b6bbf9dee3a0786ca3f7a5813651157]

        #105150# ShrfmlaBuffer::Store: create ScRangeData with correct position and leave out GuessPosition()

2002-11-28  Aidan Butler  <aidan@openoffice.org>  [ea66d315d83e09e70143c59e5dc1bc3f6a71357b]

        #105732# : CR not replaced by 0x07 in winword 95

2002-11-28  Rüdiger Timm  <rt@openoffice.org>  [a53d239fa12142504002ca29aa68d74ad8cb82db]

        #100000# Typo: svtools/filter.hxx is all lowercase.

2002-11-28  Daniel Boelzle  <dbo@openoffice.org>  [13a71ac1cb0fd110ab399063e880b035fcbe23cc]

        #90284# marked osl profile API deprecated

2002-11-28  Niklas Nebel  <nn@openoffice.org>  [13c7eef5c7a4f0fb58e64cc1962feb61e5342614]

        #104949# new accelerator slot to select array formula

2002-11-28  Armin Weiss  <aw@openoffice.org>  [cf120872dbf16624db4a18908a732c64db2ff6ed]

        #105722# remember old focus handle values to search for it again #105722# try to restore focus handle index from remembered values

2002-11-28  Carsten Driesner  <cd@openoffice.org>  [ee35cc6336e4cb6abe3692619c5a182ea5b75820]

        #104553# Don't crash if AddImage is called with empty image. Use a transparent bitmap instead.

2002-11-28  Martin Hollmichel  <mh@openoffice.org>  [d6fe3c85af4c5a114a7e7a264c206ae83b42b19a]

        join: from OO643C, #103952#

2002-11-28  Tino Rachui  <tra@openoffice.org>  [90cc378c4cf6d70a808b142edf76b2de9870ef7d]

        #96533#documentation update for ODK

2002-11-28  Stephan Schäfer  <ssa@openoffice.org>  [30ba77179739678ee484756a6bca75763e0ee980]

        #105591# send keyinput for floatingwindows to parent if they were not consumed

2002-11-28  Thomas Benisch  <tbe@openoffice.org>  [2ebdbac506aec3467a1e673ad41694485ef5ae99]

        #105369# Accessibility: content of spinboxes is not read

2002-11-28  Andre Fischer  <af@openoffice.org>  [cf4f5eabaf936d96fea1f34140cb6ab0d8c9c22d]

        #105596# Added missing handling of SID_SEARCH_ITEM slot in Execute() method.

2002-11-28  Jörg Barfurth  <jb@openoffice.org>  [edcb8857c816f1f2838cabc9dcad53ffc0c4d719]

        #105114# Fix exception specifications

2002-11-28  Jörg Barfurth  <jb@openoffice.org>  [c835c93319a55757bdbb3aec9d3076e813b4c8da]

        #105114# Report overwrite violations cleanly

2002-11-28  Jörg Barfurth  <jb@openoffice.org>  [0e7939dc22e03edc8fca629bb86663ca645958cc]

        #105114# Report overwrite violations as exceptions, not errors

2002-11-28  Jörg Barfurth  <jb@openoffice.org>  [aac52cf43ea5be9f831cf495de8e68db821692a2]

        #105114# Full unwrapping of SaxExceptions (work around expatwrap strangeness)

2002-11-28  Rüdiger Timm  <rt@openoffice.org>  [e191afdc4a007d285e9a172aba158ddf21226ffd]

        #100519# Small bug fix for copy of build.lst files.

2002-11-28  Armin Weiss  <aw@openoffice.org>  [4bb5361b249d8c902e2fddfe86c1c23f7ea96399]

        #105678# Help method for sorting handles taking care of OrdNums, keeping order in single objects and re-sorting polygon handles intuitively to allow a intuitive handle travelling

2002-11-28  Ingrid Halama  <iha@openoffice.org>  [88bc9be089df498b01f444f269e2445b4a9ff927]

        #104628# '1/2' was not autocorected

2002-11-28  Mikhail Voitenko  <mav@openoffice.org>  [2ddb14489c7606002054efdd5d8321605120d17d]

        #102386# use UnsupportedNameClashException

2002-11-28  Dirk Völzke  <dv@openoffice.org>  [988426825e35f43a83f2b56a6e89e9c83a56277f]

        #105701# swapped language codes for hindi and thai again (hindi=91, thai=66)

2002-11-28  Juergen Schmidt  <jsc@openoffice.org>  [45b3d10e49db0c96a75dadabec9396727090c909]

        #105668# remove incompatible change of UnoControlSpinField service

2002-11-28  Niklas Nebel  <nn@openoffice.org>  [1abe35973cbfc43f38e6a98928f0b94494dd701a]

        #105703# adjust possible drag actions for non-editable source range

2002-11-28  Dirk Völzke  <dv@openoffice.org>  [4fb1e2b7508b439b0d40034ee43a1b475ea654c0]

        #105701# swapped language codes for hindi and thai

2002-11-28  Niklas Nebel  <nn@openoffice.org>  [792550b4799e46cf76ff9f526b148bc0a7e05def]

        #105703# call DeleteContents with bApi=TRUE

2002-11-28  Andre Fischer  <af@openoffice.org>  [28dd2b8e4f6db008d79f32c064f94e744762468b]

        #105694# Added method for setting auto transition to summary page.

2002-11-28  Ocke Janssen  <oj@openoffice.org>  [36172df39e9621c2ee01462cdb0c65f3cb3083d1]

        #105213# make priv mutable

2002-11-28  Ocke Janssen  <oj@openoffice.org>  [7796d2bcb5999571e1beabcf7a29635b200da9e0]

        #105213# check if table has already privs

2002-11-28  Ocke Janssen  <oj@openoffice.org>  [379288ff007c5df833987371fa8e87269f80c66d]

        #105213# new drivers for jdbc

2002-11-28  Martin Hollmichel  <mh@openoffice.org>  [06036be5fbf275eb1823852001d12be9b9d39168]

        join: from OO643C, #103952#

2002-11-28  Ocke Janssen  <oj@openoffice.org>  [3e038b12006971f6b7ce10f84ed075c33190701a]

        #105213# patch privileges

2002-11-28  Sven Jacobi  <sj@openoffice.org>  [b99bebcb17da6ce06874b864edf347953ff879b1]

        #105702# resolving name conflict: Width -> LogicalWidth

2002-11-28  Sven Jacobi  <sj@openoffice.org>  [d6da51a02d1804b691be5e2ff6d9318a240b6b05]

        #105702# resolving name conflict: GraphicSize -> LogicalGraphicSize

2002-11-28  Jörg Barfurth  <jb@openoffice.org>  [31e01cd6211546a50fb1463a829bdbbfe8bdc93b]

        #105114# Fix: don't treat a missing source directory as error

2002-11-28  Jörg Barfurth  <jb@openoffice.org>  [4942817bcf440ff5512c4c0816eddc538e6dceaf]

        #105114# Fix: don't treat a missing source directory as error

2002-11-28  Jörg Barfurth  <jb@openoffice.org>  [6c54fd2768c362ce1b985c781ab04579695d72d0]

        #105114# Fix: creating wrong service for hierarchy browser

2002-11-28  Jörg Barfurth  <jb@openoffice.org>  [5c90f28016bdb13275baac5b617997f2a7ccbcf3]

        #105114# Fix: uninitialized value in UpdateService

2002-11-28  Jörg Barfurth  <jb@openoffice.org>  [3ffbe17a1da34a63794d4ee727fb26cd114ed9cb]

        #105114# Add services to browse for user data files and to import from local files

2002-11-28  Andreas Schlüns  <as@openoffice.org>  [4b26df97a3416c2eb03f7691dccdea2f2a84e387]

        #105032# typo

2002-11-28  Peter Burow  <pb@openoffice.org>  [c9e1f0e15236731a081cca99017911f8e520d3bc]

        fix: #104901# Textfarbe -> Schriftfarbe

2002-11-28  Peter Burow  <pb@openoffice.org>  [a45990be30d3e6c6b0ac0f71c9adc6cb3ab4fba2]

        fix: #104901# Font color entry added

2002-11-28  Ocke Janssen  <oj@openoffice.org>  [df95a6f7af15d71f4c93cd2e24b1bf06959e111c]

        #104663# empty value tag again

2002-11-27  Eike Rathke  <er@openoffice.org>  [fec05c3deabec6299eec87fa481b7e50b6fb29f5]

        #90279# performance: DoSubTotals: collect formula cell positions and put cells after InsertRow calls to not have them inspected for updates again

2002-11-27  Eike Rathke  <er@openoffice.org>  [d17ebc5599a2ef6a12f96225a92730d5c90913e8]

        #90279# performance: InsertRow/DeleteRow/InsertCol/DeleteCol: use memmove for POD arrays

2002-11-27  Eike Rathke  <er@openoffice.org>  [d16c691f1fea511baa32cd91919de6a4f218c050]

        #90279# performance: AreaBroadcast methods

2002-11-27  Eike Rathke  <er@openoffice.org>  [ff5b4b4d544151e12122af6f31766270c6f1d709]

        #90279# performance: use changed Broadcast() methods; DeleteRow: AreaBroadcast() and AreaBroadcastInRange()

2002-11-27  Eike Rathke  <er@openoffice.org>  [58f56c206ffadf7077e6d6294beee29acbf3b63f]

        #90279# performance: use changed Broadcast() methods; InsertRow: AreaBroadcast() and AreaBroadcastInRange()

2002-11-27  Eike Rathke  <er@openoffice.org>  [cc811677af82e7414be073a98b495f2335d78c9d]

        #90279# performance: AreaBroadcast() methods take one hint instead of multiple arguments; add AreaBroadcastInRange()

2002-11-27  Eike Rathke  <er@openoffice.org>  [759bff9d14bb54f4f58bd22201b6171880eed1e1]

        #90279# performance: AreaBroadcast() methods take one hint instead of multiple arguments; add AreaBroadcastInRange()

2002-11-27  Eike Rathke  <er@openoffice.org>  [b5d7ee77f6bc3908ff035589a81a82a5e029b126]

        #90279# performance: AreaBroadcast methods

2002-11-27  Eike Rathke  <er@openoffice.org>  [1349a568fe2ad11f2d3b26b6d457ebe4edc4db88]

        #90279# performance: methods to modify hint instead of creating new hints every time

2002-11-27  Niklas Nebel  <nn@openoffice.org>  [75ce824f3f711963b74e88f7f40edad6f846c74a]

        #105585# implement XText methods to handle ScCellFieldObj

2002-11-27  Niklas Nebel  <nn@openoffice.org>  [c06bdae03d08b0ded134e7d98b770caabbc34629]

        #105585# text cursor subclass for text in drawing objects

2002-11-27  Sascha Ballach  <sab@openoffice.org>  [b77432b29064f6419c9456fed47df278fc5c0578]

        #105394#; reload imported data depending on UpdateDocMode

2002-11-27  Stephan Schäfer  <ssa@openoffice.org>  [7e4203c5e6f650d33827313ae57af2f367f7b012]

        #105430# setlayeredwindow wrapper

2002-11-27  Oliver Bolte  <obo@openoffice.org>  [2f9c4178cef381a88adf8d5ee4e93d2ce30c10fd]

        New .NET compiler

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [a4d729954b5c4bb888d6767b348fed08939f5e0c]

        Merge SRX644: 27.11.02 - 18:06:28

2002-11-27  Sascha Ballach  <sab@openoffice.org>  [90b9630dd2b0e8977651cf95255764afa65b480c]

        #105687#; remove this file, because it is wrong, the objects name is ScPageObj

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [59536cf5f59008640c05c80b36bd7de200201565]

        Merge SRX644: 27.11.02 - 18:04:18

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [29e53a762afd73add022c774d3ee6d9dedd0a98f]

        Merge SRX644: 27.11.02 - 18:00:40

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [03ca547b6b0071f030d1dfa03fbf133ee1733a87]

        Merge SRX644: 27.11.02 - 18:03:29

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [bc48ca15b0581d559c3be2898d2487770ab1708e]

        Merge SRX644: 11/27/02 - 18:02:52

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [9bdebc13377cd17f2b462c5482f811f965ca94b7]

        Merge SRX644: 27.11.02 - 18:01:28

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [8d3279a3c57f96c301b498ad5e4799645a78b639]

        Merge SRX644: 27.11.02 - 18:00:29

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [0113cc48a20a035547b852fa79b75a54bb7ff55e]

        Merge SRX644: 27.11.02 - 17:59:56

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [e23fd6aafefd89aef432351d745de75403933279]

        Merge SRX644: 27.11.02 - 17:59:35

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [53298760f2c4b5adace6ea9f82aec95617c0be3a]

        Merge SRX644: 27.11.02 - 17:59:25

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [812612387e2cf62195f3d1dc4395c8b1905ce3dd]

        Merge SRX644: 11/27/02 - 17:59:18

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [15b2c057d3026bc6a2249f74c0f70271a808bdb9]

        Merge SRX644: 27.11.02 - 17:59:08

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [39a3da23a764d464acdde19589e1ab33a5318935]

        Merge SRX644: 27.11.02 - 17:58:39

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [d0b4fe7177af8ad04f93058e308c70a9ce97c1d7]

        Merge SRX644: 11/27/02 - 17:58:24

2002-11-27  Sascha Ballach  <sab@openoffice.org>  [4c14b05f8197e93ba78685a3c96be39218c8f7b5]

        #104547#; only try to access the viewdata if there are some

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [b95a25be834525b3d8f622b0e70222f7d2c88774]

        Merge SRX644: 27.11.02 - 17:57:16

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [17f160567349032176a938387596f4c2fb4af136]

        Merge SRX644: 27.11.02 - 17:56:35

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [a0452cf2c7bf42c262d3c5f871f01765ce3be560]

        Merge SRX644: 27.11.02 - 17:56:23

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [87240952f2327bb5494d5343900033c1f9ab03bb]

        Merge SRX644: 27.11.02 - 17:55:43

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [3b602ea6411023f8815d4ad6908fb5b34b6dd94b]

        Merge SRX644: 27.11.02 - 17:55:26

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [a35c5413b5ddbf8671aca3bef7539fd8f55bb20a]

        Merge SRX644: 27.11.02 - 17:54:20

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [67104ad47868e4bc0dbf2883a78665f7f863c51c]

        Merge SRX644: 27.11.02 - 17:54:01

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [2018e4a8ff361568132f4af54b787d02ee04d07d]

        Merge SRX644: 27.11.02 - 17:53:18

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [a19dc4663d876cd5553bc51f3d7ff89953905e35]

        Merge SRX644: 27.11.02 - 17:52:57

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [648b25a01fa0d74a5cc71ed43caebc0e434bc4f1]

        Merge SRX644: 27.11.02 - 17:52:55

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [4d40f08bfeb35979b8ddfd9aabeecc3e586c47c3]

        Merge SRX644: 27.11.02 - 17:52:19

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [5cbe3fecc058a5a88ef66ce173daf3613dda6f45]

        Merge SRX644: 27.11.02 - 17:51:55

2002-11-27  Vladimir Glazounov  <vg@openoffice.org>  [7778e06375d7c0de4a83904131020bc1e34474db]

        Merge SRX644: 27.11.02 - 17:50:59

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [645130323025138d19b115ce18e1fd9097fe2baf]

        Merge SRX644: 27.11.02 - 17:50:44

2002-11-27  Vladimir Glazounov  <vg@openoffice.org>  [eee1ad42352eebd6711ed82dafa1635e99b1def2]

        Merge SRX644: 27.11.02 - 17:49:49

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [e18fc4b78c2d8c90598a8a1c14653a59d402cf99]

        Merge SRX644: 27.11.02 - 17:49:20

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [e97499b4edd49eaf7aceddd99a316ae20ddcdcac]

        Merge SRX644: 27.11.02 - 17:49:20

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [38c19bef7156889ad9d46b9a5b5c89fe7104a351]

        Merge SRX644: 27.11.02 - 17:48:19

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [f71fb1df18fd422de4bdb6e42f8d06d15cb954a7]

        Merge SRX644: 27.11.02 - 17:47:19

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [bf11ad2dbdb4f200cba1ca3eeb076b1eaa9f51a9]

        Merge SRX644: 27.11.02 - 17:46:30

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [6a3bdf2f2282087347e3d4c1082243b76c869653]

        Merge SRX644: 27.11.02 - 17:45:38

2002-11-27  Christian Lippka  <cl@openoffice.org>  [6d2e4ac8548d1124dac668c1c8bdd03ecc5f53e3]

        #101717# add SvxLRSpaceItem and bullet to notes sheet

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [ffff12b99d092ce8efcf79825a6f796f45aa7f44]

        Merge SRX644: 27.11.02 - 17:45:54

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [bf33473f28b6e6eab43c0b649b6160c49dd84dc6]

        Merge SRX644: 27.11.02 - 17:44:27

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [b046fb3750d4eee73228c20d71b1e9dcd2eb1873]

        Merge SRX644: 27.11.02 - 17:43:55

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [5dd53fa6237c9b0153fd44cb3fdb4c0cc9895bbb]

        Merge SRX644: 27.11.02 - 17:41:29

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [cf7c9abcd9517deaf6535a352147cc15cd2d1673]

        Merge SRX644: 27.11.02 - 17:40:54

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [1a90bb0c678a734cbd73602b7b7d4f4d46b6c00b]

        Merge SRX644: 27.11.02 - 17:40:17

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [8b698a2bdceced86fa2ebd6a32bf6a959fe1e090]

        Merge SRX644: 27.11.02 - 17:38:53

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [0a191c7583846ed21ccb339624154c44fa5ff531]

        Merge SRX644: 27.11.02 - 17:38:44

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [1134356cc32fb942fcaf2ebfe8f76ef8757b38b7]

        Merge SRX644: 11/27/02 - 17:38:02

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [218d2cc381027c650c5d3ce63e8ca18dd70337ff]

        Merge SRX644: 27.11.02 - 17:37:46

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [f967d5686daef3a3b2ce2d4a969a0081869de668]

        Merge SRX644: 27.11.02 - 17:38:24

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [a27289b36479881a75702bd7cc1a82ef56ce287e]

        Merge SRX644: 27.11.02 - 17:37:41

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [0d40c5f93fe7d949098b88f87b22822303c6c888]

        Merge SRX644: 27.11.02 - 17:37:34

2002-11-27  Vladimir Glazounov  <vg@openoffice.org>  [a38f360643655c80e39fd8705a8b33cf745febc3]

        Merge SRX644: 27.11.02 - 17:37:24

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [159f120c311b887ef7596118706db65bce70b80d]

        Merge SRX644: 27.11.02 - 17:37:14

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [07c93a850903bf14434b0f298cade8087d655f77]

        Merge SRX644: 27.11.02 - 17:35:42

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [4c3092af50c8efc258f68270052d31ded2b48aa9]

        Merge SRX644: 27.11.02 - 17:34:31

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [9696646b429b6c87e0db258c4c45e9984e77406e]

        Merge SRX644: 27.11.02 - 17:34:21

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [0a7bdfd4db6011362087a28df54caf40b293b0c6]

        Merge SRX644: 27.11.02 - 17:33:40

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [ea90a2f8c5ec7ab4d5bd54ada5eda80a3d1ab68d]

        Merge SRX644: 27.11.02 - 17:34:16

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [132ae58e29d0ed21beccc125cff72b6b8004c2ea]

        Merge SRX644: 27.11.02 - 17:33:16

2002-11-27  Rüdiger Timm  <rt@openoffice.org>  [2320c3e84a72339ca561335a6962acd668cbcf29]

        Merge SRX644: 27.11.02 - 17:32:33

2002-11-27  Vladimir Glazounov  <vg@openoffice.org>  [ae7eb696342449794a14054014c50b1221ac703d]

        Merge SRX644: 27.11.02 - 17:32:02

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [0bd89c7fae979e381628e62028fcf7a0011a8e27]

        Merge SRX644: 27.11.02 - 17:31:12

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [ee38be39e765d3850e8f592e95cbce4a1e56a315]

        Merge SRX644: 11/27/02 - 17:30:51

2002-11-27  Rüdiger Timm  <rt@openoffice.org>  [85dfacc959ff0cd6bc91f84f99883464cc050616]

        Merge SRX644: 27.11.02 - 17:30:52

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [6dd9d34cb5922f68e33d6bd8ee98c253533026e1]

        Merge SRX644: 11/27/02 - 17:28:57

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [33df0667777006b56ee16eec919f84154cf2eab8]

        Merge SRX644: 27.11.02 - 17:28:58

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [e66916c3878d632c0c2b29888c9ba0f30989f554]

        Merge SRX644: 27.11.02 - 17:29:26

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [b97e42df1c80bae4da0cb0bd58e39a75a4357cf1]

        Merge SRX644: 27.11.02 - 17:27:59

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [6617874584ff8503b2b2915731ffa0ce7e6629e6]

        Merge SRX644: 11/27/02 - 17:27:38

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [0242c84f035ce66166b7d593edc35c4006f7cd99]

        Merge SRX644: 27.11.02 - 17:27:03

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [d50dfdda2b118ca4f21ed4ee81b97b16524d16b9]

        Merge SRX644: 27.11.02 - 17:26:37

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [0db0cb8509b0bcf061249153b15cca8da2c617bb]

        Merge SRX644: 27.11.02 - 17:25:54

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [a013e6a92f6e8fa5739774247717ae171ce3a9e9]

        Merge SRX644: 11/27/02 - 17:25:32

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [866e461e31ad0a8642a56dd6055417c84477b08c]

        Merge SRX644: 27.11.02 - 17:26:09

2002-11-27  Rüdiger Timm  <rt@openoffice.org>  [f00d00ec5c86d904c7315cfd6eed28f3e8e3cc7f]

        Merge SRX644: 27.11.02 - 17:24:26

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [c25fd6d7451c38f9dfd5e6a8d26ff93085bfa04f]

        Merge SRX644: 27.11.02 - 17:24:45

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [ff2a6ec20dd8b6bb8ed1406fe853622f82a9c456]

        Merge SRX644: 27.11.02 - 17:21:06

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [82da3c91b94a17836ccb26f9f0155714efa1f06b]

        Merge SRX644: 27.11.02 - 17:20:56

2002-11-27  Vladimir Glazounov  <vg@openoffice.org>  [02c486e0b659aaeebb479c7d01152e579d5f6384]

        Merge SRX644: 27.11.02 - 17:20:45

2002-11-27  Vladimir Glazounov  <vg@openoffice.org>  [4f5d8afc190d173a52851bf9b8da18632f139014]

        Merge SRX644: 27.11.02 - 17:19:50

2002-11-27  Rüdiger Timm  <rt@openoffice.org>  [c26092eb5828de41ac0250b4cd2ff864d6e9d4f8]

        Merge SRX644: 27.11.02 - 17:19:47

2002-11-27  Kurt Zenker  <kz@openoffice.org>  [32e59c8396a28aaf00a33eaa3056884a816fe0e4]

        Merge SRX644: 27.11.02 - 17:19:05

2002-11-27  Behrend Cornelius  <bc@openoffice.org>  [a66980e710ad1c8f88f0fef0e4c93f7a7aeea004]

        #105421# Dialog 'Overwrite' added

2002-11-27  Behrend Cornelius  <bc@openoffice.org>  [6b918d0b488116548a8b5e969d942d7cc03aeb98]

        #105421# overwrite dialog added

2002-11-27  Behrend Cornelius  <bc@openoffice.org>  [c6f392c64b1d3cda31e08dbe15862b6c4ea858cd]

        #105421# Overwrite Dialog added

2002-11-27  Daniel Rentz  <dr@openoffice.org>  [f0cf9c573f4f0b7c82953f746c776b6af6ca59ff]

        #105686# do not paste scenarios from clipboard

2002-11-27  Daniel Rentz  <dr@openoffice.org>  [3af966d58c0a6a05e291e459ed57299afe74fe45]

        #105686# check pointers: pLinkmanager, pChartListenerCollection

2002-11-27  Sascha Ballach  <sab@openoffice.org>  [b365b2de8e48bdf79c63daedf0e2015f69a33b3e]

        #105657#; correct the supported service name

2002-11-27  Juergen Schmidt  <jsc@openoffice.org>  [491dd732b9306fe072373ff301b449c5890a4939]

        #105668# improve output

2002-11-27  Gregor Hartmann  <gh@openoffice.org>  [6da26523364dc0f1f00f025db93996888ac89cc9]

        #105557# allow <SHIFT F10> to open contextmenu

2002-11-27  Sascha Ballach  <sab@openoffice.org>  [68d389f5eb82efd44281f12f405c61f91341a18e]

        #103706#; add strings for range overflow while loading xml files (to many rows, columns or sheets)

2002-11-27  Juergen Schmidt  <jsc@openoffice.org>  [1e370572cdca13af80c652d3f94880453b9fca24]

        #105668# no special work for draft types

2002-11-27  Rüdiger Timm  <rt@openoffice.org>  [3230a658280c998bcb68a572d3f2b4b7b86360b6]

        #100519# Copy build.lst into common, too.

2002-11-27  Andre Fischer  <af@openoffice.org>  [e7c52e420dd64006595bf985ca9fe72fc5deb0f9]

        #105605# Releasing mutex earlier in getAccessibleChild().

2002-11-27  Juergen Schmidt  <jsc@openoffice.org>  [ba4192cdbf7348796265de54ce93665474077e45]

        #99053# use styles

2002-11-27  Juergen Schmidt  <jsc@openoffice.org>  [1440f9d4ca894baad0db532781b73e58f2e2d6b1]

        #99053# insert new styles

2002-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [24159f3c3fa84bfc942eccf2dd522924f579bac6]

        #103444# Workarround for transex3

2002-11-27  Thomas Benisch  <tbe@openoffice.org>  [83cc0dcd21c9ea065ffff848eea18bea34cc29ef]

        #105556# removed Bibliography Database and Separator entry from Edit menu

2002-11-27  Gregor Hartmann  <gh@openoffice.org>  [fbf1ab331f61380e52063861c1a3c6a010ee8d08]

        #105672#decode charcode and set in KeyEvent when Typing Keys

2002-11-27  Gregor Hartmann  <gh@openoffice.org>  [8255d8564f38f1d14e6a7fde2c034b29acc66ed9]

        #105672#call KeyUp method when typing keys to support Buttons

2002-11-27  Andreas Bregas  <ab@openoffice.org>  [fd6b27fadbd65b65eb7fa44b819e0e2a9a2dd910]

        #105360# GetMainURL()

2002-11-27  Christian Lippka  <cl@openoffice.org>  [bd9e90f0a424a6cb7f65cb6bd1c4c68efaef1bce]

        #105420# grab focus to value set on GetFocus

2002-11-27  Andre Fischer  <af@openoffice.org>  [6d83d9a7aed31dce99b69637b20cd9012c800f57]

        #105605# Handling of missing window.

2002-11-27  Christian Lippka  <cl@openoffice.org>  [7b76ddc0345721f1b525de3ffcab5ccf281be1e1]

        #105420# grab focus to value set on GetFocus

2002-11-27  Caolán McNamara  <cmc@openoffice.org>  [f3537ffc15b33d47a32c0f320a7c00037df04e22]

        #105652# right para indent status is irrelevent when determing of list indentation, so add ability to know if left/offset has been set indepentanly of the right indent status

2002-11-27  Stephan Bergmann  <sb@openoffice.org>  [26cfd8bb3777ba7958622756af87897cdade48e6]

        #105360# Removed default arg from INetURLObject::GetMainURL.

2002-11-27  Daniel Boelzle  <dbo@openoffice.org>  [3c3feccb818b548aac608a8eb63c053bf7af3dc1]

        #104312# extended tests

2002-11-27  Sascha Ballach  <sab@openoffice.org>  [b306efbc8e428912de9d80a5aad7a9694b35e0f8]

        #105014#; change dialog design like specified

2002-11-27  Juergen Schmidt  <jsc@openoffice.org>  [f02918a9a50c103969cbbf23a0fe7801d4d5f998]

        #105668# add missing files

2002-11-27  Juergen Schmidt  <jsc@openoffice.org>  [1a9b114e2540dff3a024ffd4bbdb08aac71cf3ac]

        #105668# add missing files

2002-11-27  Ocke Janssen  <oj@openoffice.org>  [9ac5325285fa2d60486caca2bf485cb13121ac84]

        #105653# lock solar mutex

2002-11-27  Ocke Janssen  <oj@openoffice.org>  [c4f990098d272f8b734cc6a69e9c6a2542ca1641]

        #105213# check if en is null

2002-11-27  Stephan Schäfer  <ssa@openoffice.org>  [ec76d1ce121333896db2af0de03df35ac751aeac]

        #105224# remove sysalloc option

2002-11-27  Oliver Specht  <os@openoffice.org>  [cf308f6beb1ca7d7d5e209bfc25d3094a7acd836]

        #105224# support COMMAND_MODKEYCHANGE to change writing direction

2002-11-27  Mikhail Voitenko  <mav@openoffice.org>  [c80c1bcf093210074854a94d84d76c184ffb2daa]

        #105661# fix constructors

2002-11-27  Oliver Specht  <os@openoffice.org>  [cdcb80e70295e28f2f613d93d8408210a609a2b3]

        #103492# zoomable page preview

2002-11-27  Oliver Specht  <os@openoffice.org>  [b0c3975be7f2cbd00449fcd0538779a661b226f3]

        #105224# check arguments pointer prior to it's item states

2002-11-27  Oliver Specht  <os@openoffice.org>  [352262d30da156fde45ca1e184e7d834a3075010]

        #105412# execute hyperlinks via context menu

2002-11-27  Oliver Specht  <os@openoffice.org>  [8920b9e6be2e8b008a628bdccdbb9d1ac0ad3060]

        #103492# zoomable page preview

2002-11-27  Oliver Specht  <os@openoffice.org>  [13e6c336e965d95fece0f3d1faf119ab1aef70f8]

        #105412# execute hyperlinks via context menu

2002-11-27  Ocke Janssen  <oj@openoffice.org>  [998936d9d0c547672245fce65c52a3fee194d1cf]

        #105213# fix jdbc driver problem

2002-11-26  Sven Jacobi  <sj@openoffice.org>  [54d45227dcdd0859a76d72ea942bd43085fe4d1a]

        #105489# added complex clipping also for bitmaps actions.

2002-11-26  Stephan Schäfer  <ssa@openoffice.org>  [ae9570b22415b88f0722a40e60f51adbf98503a9]

        #105224# send modkey events only when no hotkey was pressed

2002-11-26  Christian Lippka  <cl@openoffice.org>  [c5dda458ae3652a3efdd7ad83a6ee4c30a3ca5af]

        #105183# fixed setPropertyValues for more than one paragraph, last paragraph was ignored

2002-11-26  Tomas O'Connor  <toconnor@openoffice.org>  [60f1831deace61cde92c65f3d7ba90c5a4d72f7d]

        Further parsing of file:// url on windows

2002-11-26  Oliver Bolte  <obo@openoffice.org>  [566a55a27152316310943db6fd9a5f48af7a58b7]

        for new .NET compiler

2002-11-26  Stephan Schäfer  <ssa@openoffice.org>  [7a356470bf7f530c72e1b52e5e003e70bd339f6a]

        #105224# send modkey events only if no hotkey was pressed

2002-11-26  Oliver Bolte  <obo@openoffice.org>  [b25d9669a28a4015ff9f4df7867494476d83249e]

        new version for SRC669

2002-11-26  Tomas O'Connor  <toconnor@openoffice.org>  [318d49f67af7ad00086bebbfdb383595fec750b7]

        Use correct prefix for file URL on windows.

2002-11-26  Frank Schönheit  <fs@openoffice.org>  [06c9db4e1ff037480087b111d92bee1ce50d74d2]

        #104911# reworked to accessibility options

2002-11-26  Carsten Driesner  <cd@openoffice.org>  [989d4e87986e5102ac4b8b45a7e480771865a039]

        #103556# Don't add GDIMETALFILE & BITMAP for selections with form elements

2002-11-26  Frank Schönheit  <fs@openoffice.org>  [5cac64330940c570dd9739076084cef33562fec0]

        #104911# -IsForBorders/IsForDrawing / +AutoDetectSystemHC

2002-11-26  Frank Schönheit  <fs@openoffice.org>  [e7523fc38a44e402f9ad6d6be801d92850fa9096]

        #104911# -IsForBorders/IsForDrawing / +AutoDetectSystemHC

2002-11-26  Armin Weiss  <aw@openoffice.org>  [17957fbfb80a12cd3bbcdc53e1cf6efe1f074104]

        #102524# After long discussion ProdMan decided not to do a AutoCorrect when leaving Text edit mode. It's a feature, not a bug. I comment it out.

2002-11-26  Christian Lippka  <cl@openoffice.org>  [52d54ebc398847dee779de1e2d343759813c3e86]

        #105412# added SID_OPEN_HYPERLINK

2002-11-26  Thomas Benisch  <tbe@openoffice.org>  [88afdb9a9293bb6695fb1cdcd6ef246e741df775]

        #105360# INetURLObject::GetMainURL() encoding mechanism default removed

2002-11-26  Stephan Bergmann  <sb@openoffice.org>  [cb9e815d45114d42fdc6d01a3abc42d6599b41df]

        #92031# Added IME status window control stuff.

2002-11-26  Armin Weiss  <aw@openoffice.org>  [86c62ae047ddb1c1b34353f79ad70dd69f85079a]

        #105130# Force to SnapRect when Fontwork #105130# Old test for hit on BoundRect is completely wrong and never worked, doing it new here.

2002-11-26  Armin Weiss  <aw@openoffice.org>  [2f5bdba57b6ff9369a872461f87675ea72ca6f23]

        #105130# Include aRect here in measurements to be able to hit a fontwork object on its border

2002-11-26  Christian Lippka  <cl@openoffice.org>  [c8b2e35b4729f032fc8c53006d9e0a053c54d3ea]

        #105412# added SID_OPEN_HYPERLINK

2002-11-26  Ingrid Halama  <iha@openoffice.org>  [58672090a27758b210a5e3d602938abf0f71c1fb]

        #105642# remove toolboxitems FN_INSERT_HEADER/FOOTER

2002-11-26  Stephan Bergmann  <sb@openoffice.org>  [83f61c878d0078922088288b2c9c983a7e7c104f]

        #92031# Added I18N/InputMethod group.

2002-11-26  Jörg Barfurth  <jb@openoffice.org>  [72c120e17936d562d783ba76561bf001c2711231]

        #105114# Correct handling of NamedValue arguments

2002-11-26  Sascha Ballach  <sab@openoffice.org>  [744a68860a9a9bf45df6885db3f0b1d0953e9d0e]

        #69391#; erase leading and trailing chars

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [31aea92ef1c5727b78b5bd506cebd240ae1fbf6e]

        #105213# deliver mysql.xml!

2002-11-26  Vladimir Glazounov  <vg@openoffice.org>  [b17e1a18d1e550fcc63bd9c4c7e34c15ec3424c3]

        #100000# typo

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [1d367bea71de32345bcbb33c78d47ae10cde0c76]

        #105213# deliver mysql.xml!

2002-11-26  Michael Brauer  <mib@openoffice.org>  [a8455079c339cb0054db99ab75b6838c7fd6f882]

        #104366#: API: Don't set page breaks for paras in tables at tables.

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [8b7d7d6054e9461977c04f594bf3eb9fe64c3c38]

        #105213# mysql files

2002-11-26  neilm  <neilm@openoffice.org>  [16ebbf759a5d820c6c3ac37f5badaa91bbc015d5]

        Moved diagnostic redirect log to InstallWizard

2002-11-26  Noel Power  <npower@openoffice.org>  [dc848f39c889fbef7f6d9b7cf910be9e6ea64dc9]

        Added extra check to validate supported versions of netbeans and jedit

2002-11-26  Caolán McNamara  <cmc@openoffice.org>  [03180491b9baebc11e2a4a4d743dbc6a0acb55c1]

        #105613# | not &

2002-11-26  Niklas Nebel  <nn@openoffice.org>  [f9d43667505505da0a25a233032c534d565469ae]

        #105582# ScEditBox: set the HelpId for the MultiLineEdit, not the control

2002-11-26  Vladimir Glazounov  <vg@openoffice.org>  [cfdb0d5a32ca3b1ac5a4e1f525c3ada3d290c1f3]

        #102505# SwUndoTempAutoCorr

2002-11-26  Michael Brauer  <mib@openoffice.org>  [08aec8d2bb262afdea81269ec38875bcb22e0766]

        #104366#: API: setting page break inside table should not set it at table

2002-11-26  John Rice  <jmrice@openoffice.org>  [fc00ddf66480182d64449b70a1f760d52ae833b2]

        Removed erroneous error message.

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [28ba682ff685b7228f0fb7b153754b8e3963e267]

        #105538# don't check if frame window has style DLGCONTROL set

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [57f66a76a114dedfa6de98e0ee4c8151c7d61458]

        #105538# set the type of the SvLBox to WINDOW_LISTBOX to allow accessible label

2002-11-26  Tomas O'Connor  <toconnor@openoffice.org>  [efc57c22f1e8781a979cb6cd8dfbf7c28ba32afa]

        Update URL to NetBeans developer info on scripting web site

2002-11-26  Caolán McNamara  <cmc@openoffice.org>  [395d569fe87b9229d6153d2ebbcc7fe71e79cac4]

        #105285# Export compatability to disable extra leading and enable use printer metrics which make word act like our defaults, evil MS duplicated and moved the compatability options again to try and confuse me, but I see you!

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [8f57193abcb0c1831c01078ab4cfa6df92df0f9b]

        #105538# new method to access the fixedtext

2002-11-26  Vladimir Glazounov  <vg@openoffice.org>  [2a12d00888cc3a2ecc3e9f98ac3751a82af0edb7]

        #105543#

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [214f317da3ff871e582b584260ee2de9cdfff3db]

        #105538# base class changed to FixedText

2002-11-26  Tomas O'Connor  <toconnor@openoffice.org>  [18e78c160c94edb8dc544cd1d52ec9bec880b2e2]

        Update all instances of OpenOffice and StarOffice to OpenOffice.org. Ensure that ZipFile instances are closed.

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [f80154549662ae794e7ca1722372a487d8ca4f86]

        #105538# return 2 children now fixedtext and listbox

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [49f328db45356a53a621e4633cd5e7a37a41fbc2]

        #105538# check if key is null

2002-11-26  Michael Brauer  <mib@openoffice.org>  [a01f3b90ee1a9b1fa9c40a0ff5e146761fde8149]

        #104647#: z-order for OLE oebjects

2002-11-26  Andre Fischer  <af@openoffice.org>  [18bebfe6127cd5c1fb554d9c2f2e219046774b70]

        #105377# Notifiying name changes of items.

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [031b603d55d5e47dffc70d5cf46c8d90a48e51b8]

        #105603# lock solar mutex before using vcl

2002-11-26  Thomas Lange  <tl@openoffice.org>  [5d8c40bc2e51ea3973df966cb312904f42c2a58c]

        #103766# inteface extended to allow for modification of word / hyphenated word

2002-11-26  Behrend Cornelius  <bc@openoffice.org>  [e75c1fa4b8737b54a8b56917957452f0bdffbef2]

        #105583# userfield handling added to source code

2002-11-26  Aidan Butler  <aidan@openoffice.org>  [43fb6c419bee07968fb28ae09ca9b24352c580a5]

        Changed transformer to output a StreamResult, to fix problem Scott Hudson was seeing with transformations.

2002-11-26  Andreas Schlüns  <as@openoffice.org>  [3dcc79adb407499bd6ecd581c92efd84244d5bd1]

        #105581# add some missing info tags

2002-11-26  John Marmion  <jmarmion@openoffice.org>  [123ed312e5ad2221a91fccd4d511abe279d8b886]

        #i8779# fix comments/notes print options.

2002-11-26  Mike Hayes  <mhayes@openoffice.org>  [86b39d0cccd0dc54b2c29e948fa759841341f054]

        #96737# Check if anything is we need to delete in first place

2002-11-26  Peter Burow  <pb@openoffice.org>  [85504d18099dd285befbba88156c54df2b76af18]

        fix: #105494# SearchEntryText() added

2002-11-26  Peter Burow  <pb@openoffice.org>  [adfc80989d4a1bacd69b7f0c96865a524f699494]

        fix: #104106# new strings for valuset items (accessibility)

2002-11-26  Peter Burow  <pb@openoffice.org>  [ce9a4616f03ad5f348f2ed05e674002fcf44dfca]

        fix: #104106# set text of valuset items for accessibility

2002-11-26  Carsten Driesner  <cd@openoffice.org>  [1a4ce4e16240b2248f6d31e8b407b0086fee6fd8]

        #105581# Changed wrong order of entries

2002-11-26  Tino Rachui  <tra@openoffice.org>  [74fb5a0a968319ef2620ffc393d0eafcf8e5cc7a]

        Test_fps.cxx

2002-11-26  Carsten Driesner  <cd@openoffice.org>  [63d125e7efcd5d7c43faff935e61081337762994]

        #105581# Added description for deprecated ooSetupShowInto

2002-11-26  Tino Rachui  <tra@openoffice.org>  [0b4253f77d5e242b87a04f39eb0ffe80adc6e714]

        #105339#resume event notification thread at the end of onInitDone in order to avoid deadlocks

2002-11-26  Tino Rachui  <tra@openoffice.org>  [b47ae754c94a6cea4aa61da4072db97ac9fdfd7c]

        #105339#support for suspend and resume of event notifier thread

2002-11-26  Rüdiger Timm  <rt@openoffice.org>  [6bd3c4f7244250d8a1a79e35ed85fcd586898995]

        #100519# Delete zip file in OUTPATH (it's not necessary and error prone to hold one in COMMON_OUTDIR and additionally a copy in OUTPATH).

2002-11-26  Mathias Bauer  <mba@openoffice.org>  [f677c21b948a2377ad7e8e89bc8e3a73f239eaf5]

        #105567#: record FN_ESCAPE

2002-11-26  Jörg Barfurth  <jb@openoffice.org>  [f533cf27cdc10d6b1dcce4d758fb1983c742af01]

        #105376# Trailing backslashes are not accepted by solaris build

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [f3e64a57b150d82b41b4bee9cbe6296f7c8f8acd]

        #104831# insert product version and remove base out of title

2002-11-26  Daniel Rentz  <dr@openoffice.org>  [62045b7198b8760257e40172061e1dc2f15ac104]

        #105412# new popup menu entry 'Open Hyperlink'

2002-11-26  Daniel Rentz  <dr@openoffice.org>  [72a64b89a38f94c5c0202de5a157da222c2301c3]

        #105412# new popup menu entry 'Open Hyperlink'

2002-11-26  Sascha Ballach  <sab@openoffice.org>  [fbf68271052d9693facedb8685340696e55a0da0]

        #69391#; replace all blanks and not only the first

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [997fedea6a4acf3423083612cef54228abba7338]

        #105424# change string

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [db8c859af53d757fbadf8a79c708d7b0929745af]

        #105539# correct accessibility

2002-11-26  Sascha Ballach  <sab@openoffice.org>  [b47d99e04f5b41df95213559d2e028bdf985f826]

        #105276#; set last row/column so default styles are collected

2002-11-26  Ocke Janssen  <oj@openoffice.org>  [3a30aeca76208740afb36bbb422adcdf4148f316]

        #105213# new define for mysql

2002-11-25  Ingrid Halama  <iha@openoffice.org>  [6ed5f833cd63cd6110aefffe35b5abfd2572c6cd]

        #105010# integrate License Accept Check

2002-11-25  neilm  <neilm@openoffice.org>  [465115aa8f8cdd498fdecad739126ec9f98d3cb1]

        Changes to prevent the installer crashing if only one IDE has been installed

2002-11-25  Niklas Nebel  <nn@openoffice.org>  [05ce06d967cca30eefd8d077e35a3d6fbd51c0c2]

        #94562# StopRefMode: call AlignToCursor after SelectionEngine reset

2002-11-25  Christian Lippka  <cl@openoffice.org>  [61ae129e2340161a73d4a073adb9f6c1c2eb18ca]

        #105262# use GraphicExportFilter component to create page images

2002-11-25  Eike Rathke  <er@openoffice.org>  [c0182e6aba05899c4dc42e70f3935d417bc2f7fe]

        #105549# AsciiSave: if necessary escape string delimiter on encoded string, or even on re-decoded string for state/context sensitive encodings

2002-11-25  Christian Lippka  <cl@openoffice.org>  [aee368863627c90e82cd197995e38fa5a7d320af]

        #104466# use GetTextHeight at outliner to calc paragraph height only

2002-11-25  Vladimir Glazounov  <vg@openoffice.org>  [f3dd2bbcd1174126bd01c77808cb8e56762b4aa3]

        #100000# workaround fo GCC

2002-11-25  tpf  <tpf@openoffice.org>  [6c12ab801ba1389e7c260120672f308cb15f5ce4]

        #105581# added some descriptions (info/desc elements)

2002-11-25  Stephan Schäfer  <ssa@openoffice.org>  [3e5bc2d3121bc21a24d69807e5e5a940a0a07063]

        #105224# support extended modifier keys

2002-11-25  Michael Brauer  <mib@openoffice.org>  [e5f036ad0a9e82e5b970f96f4c6cbc69d3517065]

        #104647#: z-order for OLE objects

2002-11-25  Michael Brauer  <mib@openoffice.org>  [0ec0670c50770eeb02aeb7a9d43e61969f45d02b]

        #104647#: z-order for OLE objects

2002-11-25  neilm  <neilm@openoffice.org>  [50b08fa1d9034013f30c9602b917fbcbbf9c41db]

        Corrected off-by-one error with key bindings

2002-11-25  Mikhail Voitenko  <mav@openoffice.org>  [f88ed89139b4e4bdd6df4b3093df2d69005f8d8d]

        #102386# UnsupportedOverwriteRequest

2002-11-25  Christian Lippka  <cl@openoffice.org>  [b8728a581585b46ec162399e846cdd3487f42ef9]

        #105514# support nonmetric locales

2002-11-25  Behrend Cornelius  <bc@openoffice.org>  [031f29f6df871867c418d94900be13f76e8da678]

        #105583# manifest file added

2002-11-25  neilm  <neilm@openoffice.org>  [8a7ac7dc33cf407a1aa4f0d55337a8b20e8f73ea]

        File separator issues on Windows fixed and problem locating JEdit install

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [0fb76bc56ccca8a4ce2f7b7f9c509d11e0553ce0]

        Merge SRX644: 25.11.02 - 16:14:47

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [0a48ab583c28175c9ec9a305e64954c2f8ff3a2a]

        Merge SRX644: 25.11.02 - 16:14:03

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [a843c990673f0aed13dbbea5e8509a7eececace9]

        Merge SRX644: 25.11.02 - 16:12:20

2002-11-25  Michael Brauer  <mib@openoffice.org>  [008346ccc12784841e70f65578e8cfc3b546ddeb]

        #105192#: getMinimumValue fixed

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [d43c490966cfe12faabcbaded4900a1016126e49]

        Merge SRX644: 25.11.02 - 16:10:35

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [7f8b90b89d7dfc5bdb0781c59ac88f605772faad]

        Merge SRX644: 25.11.02 - 16:09:43

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [518ac4328c9e00993b27f46cdd636e7102cfbd19]

        Merge SRX644: 25.11.02 - 16:09:22

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [c5baa54a4af99d361ccb8e9cc16e18b12921c476]

        Merge SRX644: 25.11.02 - 16:09:19

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [9da298ced96f7281628b036e722971261f9fda83]

        Merge SRX644: 25.11.02 - 16:09:18

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [1f86262097dfbdf80fece7931710c79a6682403b]

        Merge SRX644: 25.11.02 - 16:08:25

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [bfbafe085da89c9d86d5379d7cfd0beceb46990f]

        Merge SRX644: 25.11.02 - 16:08:27

2002-11-25  Rüdiger Timm  <rt@openoffice.org>  [bf0ebc08be587d7417512fc9dd9d98da9b383f2a]

        Merge SRX644: 25.11.02 - 16:08:15

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [04cdf240261f561bb427154b6ac292ea3b7968e9]

        Merge SRX644: 25.11.02 - 16:08:20

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [bff9fd44df9bc50e26ee747fa2aeb599158c67ce]

        Merge SRX644: 25.11.02 - 16:08:19

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [a16bb5deded458a2cb3bddba2bcd656d8ba9519c]

        Merge SRX644: 25.11.02 - 16:08:58

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [a3e1f6eb12cc23af93676f4366ce665f03127b97]

        Merge SRX644: 25.11.02 - 16:08:10

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [cbed5cfaebbef5900bcd786deab9c92fc9dc979c]

        Merge SRX644: 25.11.02 - 16:06:25

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [5b1ef4c544e105163802b9e5bfc34b6b0cc8e4fb]

        Merge SRX644: 25.11.02 - 16:06:12

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [b104b336adfcc2e0f44111dd03092175f022764f]

        Merge SRX644: 25.11.02 - 16:05:22

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [f48260e0b336bcceaa1affc2db47156bd8573ce6]

        Merge SRX644: 25.11.02 - 16:04:16

2002-11-25  Vladimir Glazounov  <vg@openoffice.org>  [783cb8536b4802ad8acd31457e4663d4ee10d5f5]

        Merge SRX644: 25.11.02 - 16:04:04

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [e7dd246d8a559b8d050ac21dad3fcb97e3db955e]

        Merge SRX644: 11/25/02 - 16:03:34

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [e377bca1aeb088d62c2a5ed5e55f428ae1524b3e]

        Merge SRX644: 25.11.02 - 16:02:03

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [06eed581ed63df8fec8309958668d1901f82ad64]

        Merge SRX644: 25.11.02 - 16:01:57

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [8393ec04bd85ed1656ca867b8425e1ef5b605ab8]

        Merge SRX644: 25.11.02 - 16:01:27

2002-11-25  Rüdiger Timm  <rt@openoffice.org>  [5c57d7df31f12b26cc427a561665a87fb2602c5f]

        Merge SRX644: 25.11.02 - 16:01:16

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [38a3dc90c63137b94a4bd0752a6034b5a6bfd6e6]

        Merge SRX644: 25.11.02 - 16:00:39

2002-11-25  Jörg Barfurth  <jb@openoffice.org>  [f06144ed167c0773389aec412f674cdf21205894]

        #105114# Add setting to control initial import of user data for central configuration

2002-11-25  Frank Schönheit  <fs@openoffice.org>  [7582f6bf156c3dac5c02c228f9857e7eef2a68f3]

        #105434# maximum page width limited to 119 cm instead of 65 cm

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [e9b273c4ee42194e0474187c17a16f2c59fb8b1b]

        Merge SRX644: 25.11.02 - 15:33:14

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [34de7f3e293e07257030bfcce9ac2fbf7fb131b2]

        Merge SRX644: 25.11.02 - 15:33:12

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [eba7b93b3c07012ecddfed0ff6adc92487374615]

        Merge SRX644: 25.11.02 - 15:33:10

2002-11-25  Kurt Zenker  <kz@openoffice.org>  [17a6f73aec88a39aa2ea2d73d2f786cf26baff8f]

        Merge SRX644: 25.11.02 - 15:33:50

2002-11-25  Vladimir Glazounov  <vg@openoffice.org>  [8e68cf911771600f0b4b6fadba43cfe95e3c5733]

        #100000# merge errors fix

2002-11-25  Daniel Boelzle  <dbo@openoffice.org>  [a7e96efff6c5fd874250cc0a3a34c935c7e16b7a]

        #105571# comprehensive type info in C++ header generation

2002-11-25  Christian Lippka  <cl@openoffice.org>  [d90a80b77797da78310badbf7cb16ad18a44c56c]

        #105457# fixed error in last bugfix that caused autostyles not to be set on masterpage

2002-11-25  Andre Fischer  <af@openoffice.org>  [03ab1a4b2fcda72ec5709a6caf3899b77dffd8e9]

        #104955# Added the 'no fill' button as accessible child.

2002-11-25  Gregor Hartmann  <gh@openoffice.org>  [b180348a22b401e41811a7fa7b27ffa551e6dd4f]

        #105307#

2002-11-25  Mathias Bauer  <mba@openoffice.org>  [f007e73c705a8c5b86844f9afed7e6e027c8d98e]

        #105206#: use Req.Done() for recording

2002-11-25  Stephan Schäfer  <ssa@openoffice.org>  [ad118e2b99ef28e480ddfd5f4311a60ba8decd7f]

        #101999# balloon help instead of active help when toolbox is active

2002-11-25  Tino Rachui  <tra@openoffice.org>  [649671758cf92a881a8721ece6befd8a0bf6e91d]

        #105428#Detach thread message processing immediately when DoDragDrop returns, to avoid deadlocks under Win2K/XP

2002-11-25  Stephan Schäfer  <ssa@openoffice.org>  [80be86c18c8baadd24fd44c06783c6cd2166f40a]

        #105430# dont call setlayeredwindow without wrapper

2002-11-25  Caolán McNamara  <cmc@openoffice.org>  [367bf37a40ebb73772d2498bbf948bb2d22f6cd9]

        #i9489# resolve align usage over single identifiers

2002-11-25  Andre Fischer  <af@openoffice.org>  [48c4471f469c6ae6a2f8e009b17a39a7d5660231]

        #105449# Setting the accessible name of 'values from selection' button from the quick help text.

2002-11-25  Carsten Driesner  <cd@openoffice.org>  [7981cf18c82f54aa7d7b2ed7ac7c1e497a465945]

        #102025# Use real parent for labels

2002-11-25  Ocke Janssen  <oj@openoffice.org>  [07f4626f6bd077b1ad164fc6deffefdcb1d088cd]

        #105213# remove unsused header

2002-11-25  Peter Burow  <pb@openoffice.org>  [23ea6dcc139093d491f74d2c79b5ed8eac02b8b5]

        fix: #105487# order of close-window-acc changed; <ctrl><w> now first

2002-11-25  Ocke Janssen  <oj@openoffice.org>  [83834345aeea3cefe3d2823ba943d27bdf1f30b2]

        #105213# new dir for mysql

2002-11-25  Stephan Schäfer  <ssa@openoffice.org>  [962fce0e0ec2147fdfc72969e2599bb2241cc6e7]

        #105430# remove debug output

2002-11-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4a0c8481637a195160167b8a6a61b98b22f1b2f3]

        #100157# parallel building fixed

2002-11-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bbce074e18890b4eeb16ca05c370b0ee358cd6df]

        state ERROR when error occured

2002-11-22  Mathias Bauer  <mba@openoffice.org>  [e558f0dc36b2b3a08dcb94daffd1c6b2bb22d220]

        #94892#: new method to disable parts of an enum slot

2002-11-22  Martin Maher  <mmaher@openoffice.org>  [51cd0d99e7aeab28abf4765fe91669adc62d0747]

        Changed the way in which value nodes are expanded

2002-11-22  Martin Maher  <mmaher@openoffice.org>  [df98e27f6c7bf23392e7d2c2fa648bf086287a2b]

        Added toString method

2002-11-22  Martin Maher  <mmaher@openoffice.org>  [ff11ce989b33c7c0a95fea3d7428963331d4c14b]

        In Pocket Excel Search is called find

2002-11-22  Niklas Nebel  <nn@openoffice.org>  [a97844ea1214ddee61d9f7f0cfd880cd9f62d11f]

        #105359# enable clipping for fields in wrapped cells

2002-11-22  Herbert Duerr  <hdu@openoffice.org>  [990875b0534a0789e7e25331f0b79aa812cc0dcc]

        #102193# for MultiLayout use InitFont(), implement special GetOutline()+GetBoundRect()

2002-11-22  Herbert Duerr  <hdu@openoffice.org>  [e4bcae26caf50c69dc4e4191f01d9670289346b3]

        #102193# circumvent GCP Bidi, start glyph fallback for SimpleWinLayout

2002-11-22  Herbert Duerr  <hdu@openoffice.org>  [51a5f2b575a1e7a3c3bed67568962834aeb6127a]

        #102193# manage multiple fallback fonts on WIN

2002-11-22  Herbert Duerr  <hdu@openoffice.org>  [08ef424da8f4a378fc094bc23fac389e9af1e9fe]

        #102193# allow fallback fonts on WIN, remove m*Overhang members

2002-11-22  Herbert Duerr  <hdu@openoffice.org>  [559d7b5074b79632a7524482b25258209bbfd3a0]

        #102193# allow fallback fonts on WIN, remove m*Overhang members

2002-11-22  Caolán McNamara  <cmc@openoffice.org>  [0d3cc59989f3fe1555cbc76cd3b2fc2f1a6f25a5]

        #105285# export options to use printer metrics and suppress font leading as these are effectively our defaults

2002-11-22  neilm  <neilm@openoffice.org>  [86030618d07035e4191e4ec4ebaccf7b91c41d99]

        Removed HighlightText script binding as included on File menu by default

2002-11-22  Philipp Lohmann  <pl@openoffice.org>  [ed86a6bc13aa398a6f6a1d887d1297276a7b51d7]

        #104999# gtk needs UTF8_STRING even in Xdnd (standard violation)

2002-11-22  neilm  <neilm@openoffice.org>  [99e44cb1e6a24d1229149f8052ee4101353fd5c6]

        Windows Office detection problems corrected

2002-11-22  Frank Meies  <fme@openoffice.org>  [9dc4c1e26d189305d75506d7e7e6375fc33cce49]

        #105315# DropCap selection in RTL environment

2002-11-22  Stephan Schäfer  <ssa@openoffice.org>  [4104be98bef02be84867b9da9913a87a5f3aec1b]

        #105430# splashscreen will not appear in taskbar

2002-11-22  Björn Milcke  <bm@openoffice.org>  [7fdd3ff3297d0a24cdfd11332dc62f2ad82be6dd]

        jar file also depends on manifest

2002-11-22  Daniel Boelzle  <dbo@openoffice.org>  [8aa0601e0e84cd9511df86a4e5dd920d0480f053]

        #105525# revising security API

2002-11-22  Andre Fischer  <af@openoffice.org>  [bc5c0d012281f3d95706e8f669b24ed2a163c93a]

        #105518# Made indices appended to names 1-based.

2002-11-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [e273db5d904bc980a9543053b47d673775a79a3d]

        #105332# SwEditShell::Undo/Redo save/restore undo state

2002-11-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [53cab181dcd24d965b790831e4181e761bb7300f]

        #105332# SwWrtShell::Do: Unable undo while doing Undo/Redo/Repeat

2002-11-22  Daniel Rentz  <dr@openoffice.org>  [e0f7bd42b0eb339bf90d3372abcfb843a1892900]

        #101952# checkbox gets dialog HID

2002-11-22  Jörg Barfurth  <jb@openoffice.org>  [0f25f7f81eeec64f596641e73fb14a5b13c5114a]

        #104662# Remove hack that read missing string value as empty string instead of NIL; xsi:nil is deprecated in the schema

2002-11-22  Andre Fischer  <af@openoffice.org>  [761598760aea9b770ab1ef7d88cfc9dfacbf08b7]

        #105365# Added a hidden label that prvides name of bitmap listbox.

2002-11-22  Frank Schönheit  <fs@openoffice.org>  [404549ae70ddc1f2fb1d6d4eeea3dc29d7891fb0]

        #105340# +OURLReferenceImport for properly importing all relative URLs

2002-11-22  Caolán McNamara  <cmc@openoffice.org>  [14f532dffffc3d4d060a5a0e5796913f2221afae]

        #105521# strip mergeformat from fields

2002-11-22  Malte Timmermann  <mt@openoffice.org>  [eada287f0fa19932445b4a967dc258577a4c904e]

        #105491# events for listbox and combobox: added/removed

2002-11-22  Andreas Bregas  <ab@openoffice.org>  [f263988fa9d05d3239e861eb8c6d851d88be47de]

        #105268# Changed initial type of Null property

2002-11-22  Hennes Rohling  <hro@openoffice.org>  [21448132e08004eac27a745de98f2ea38439ffad]

        #105511# Replaced Icons for Geordi

2002-11-22  Christian Lippka  <cl@openoffice.org>  [2d8dcf7822d3aea49f274036a654b32b248b593c]

        #105361# added draw support

2002-11-22  Christian Lippka  <cl@openoffice.org>  [f3aaa03c19309326f30cdb74a96d89b78bcb7ab5]

        #105361# added Augustus gradient fix

2002-11-22  gt  <gt@openoffice.org>  [98332ba4f9402892d196d1ca21f95a006444b3f3]

        #105045# SvxLineWindow_Impl::SvxLineWindow_Impl(): proper flags LineSet, + SvxLineWindow_Impl::GetPreferredKeyInputWindow(), SvxLineWindow_Impl::GetFocus()

2002-11-22  Thorsten Behrens  <thb@openoffice.org>  [3b27e00a94a94e04b2a2bc50ea891dbac46ff931]

        #105477# Don't show query dialog if print dialog has been shown

2002-11-22  Thomas Benisch  <tbe@openoffice.org>  [bc30fd8541a770867dfbf7b98503722f43077ad9]

        #105058# make NotifyAccessibleEvent virtual

2002-11-22  Malte Timmermann  <mt@openoffice.org>  [94997295e08a980b1e5910ca14b67e21840c7dbc]

        #103483# Special notifications for block/input start/end

2002-11-22  Thomas Benisch  <tbe@openoffice.org>  [88e5002551889f26255a40b80c89301789b6d2a6]

        #105058# make NotifyAccessibleEvent virtual

2002-11-22  Ocke Janssen  <oj@openoffice.org>  [392ce37b5f8e03d4708c160be8337309f2f1713c]

        #105496# #105497# #105498# check if a columns was already selected

2002-11-22  Oliver Bolte  <obo@openoffice.org>  [a86cfc9278c47b1a55293fb5c6f615da39de3750]

        #100000# missing symbols

2002-11-22  Ingrid Halama  <iha@openoffice.org>  [9a9bc8e5f549e1c543d74968d1b6acdd3bd7ddb8]

        #105401# interpret system path input in path field of from letter dialog correctly

2002-11-22  Philipp Lohmann  <pl@openoffice.org>  [4b719c5b0fc57ad17677f693d376de431e4d33f7]

        #105358# set process service factory again

2002-11-22  Frank Meies  <fme@openoffice.org>  [229ca82113d0abbf5a09426d978514ef9a577d48]

        #104270# Font shown in toolbar in empty paragraphs should be the font for application language

2002-11-22  Peter Burow  <pb@openoffice.org>  [ae128a782342858ce484023a205e2b29262eb037]

        fix: #105458# BlinkingBtn now TriStateBox instead of CheckBox

2002-11-22  Ocke Janssen  <oj@openoffice.org>  [7cb512d421826dba3b4143c04aea937eb456931a]

        #105496# #105497# #105498# select column when moved

2002-11-22  Caolán McNamara  <cmc@openoffice.org>  [6f8b487014b992b0bf378b3f61be1df1b589ebbf]

        #105285# export page anchored graphics with their anchor at the end of the closest paragraph for excellent winword export

2002-11-22  Frank Schönheit  <fs@openoffice.org>  [a159a8da77160849fedfd4fa4c1032815e0252bf]

        #105340# throw an DisposedException in suspend if necessary

2002-11-22  Ocke Janssen  <oj@openoffice.org>  [063d30a6875676db2ece68bd447be6704afa91c6]

        #105496# #105497# #105498# new method to remove focus listening

2002-11-22  Ocke Janssen  <oj@openoffice.org>  [9d5a171f24f30db7c8dbfca6112968d9d8eb7f79]

        #105496# #105497# #105498# select column when moved

2002-11-22  Ocke Janssen  <oj@openoffice.org>  [8544d40aac4251f9a3ade81ae6c18c8a26be4c1e]

        #105496# #105497# #105498# insert rowcount checking and select column again when moving and column was already selected

2002-11-22  neilm  <neilm@openoffice.org>  [4753f3dfd91b87d1a007305b590d6aa03fdd0c65]

        Bug fix for creating and extracting files to Scripts/java directory

2002-11-22  Frank Meies  <fme@openoffice.org>  [797f8b1be9f30fcd39ee7a6d8304081c43294031]

        #105174# TabStops in vertical environment

2002-11-22  Christian Lippka  <cl@openoffice.org>  [76d8c2b523c1557d7f3087eaad473f1923d42635]

        #105361# adding flash export

2002-11-22  Caolán McNamara  <cmc@openoffice.org>  [015ab914c93bed2666b9089ee7a05d38d4918075]

        #105285# options for anchored to character were not placed presorted in list

2002-11-22  neilm  <neilm@openoffice.org>  [d009a1a31148a78aa579f9f1a3b1e0615dfa3836]

        Checks for different verions of nag dialog

2002-11-22  Andre Fischer  <af@openoffice.org>  [c8c05f84752cf859c9930a4b887a9c1bd060cc47]

        #105492# Reordered the media radio buttons on page 2.

2002-11-22  Daniel Boelzle  <dbo@openoffice.org>  [a5aed0984748f70f22eb05ed26ef8fcfd6c013b3]

        #105480# fixing out params

2002-11-22  Duncan Foster  <dfoster@openoffice.org>  [f689ab54945d4b5028bef0d664eab6b5eaa4dd94]

        Wildcard for resource file

2002-11-22  Jörg Barfurth  <jb@openoffice.org>  [542333bc66714300eee0ee6efc871086c2ca3ede]

        #104662# Represent NIL defaults by absence of <value> tags only; xsi:nil is deprecated in the input

2002-11-22  Duncan Foster  <dfoster@openoffice.org>  [9c437c2096563196395f304c26d82c1c8b737910]

        JDK1.3 needs to pack before setting resize to false

2002-11-22  Jörg Barfurth  <jb@openoffice.org>  [1802befc4a3258266f84f1b62de936f32981fb84]

        #104662# Empty values are different from NIL (in xcs=missing) values; comparison between schema and layer data is not symmetric -> renamed from isEqual to isRedundant

2002-11-22  Andre Fischer  <af@openoffice.org>  [d330bdb7dd40f1a9488f74fb4075f79e78265d24]

        #105436# Set default value of bMinZoomAutoCalc to FALSE.

2002-11-22  neilm  <neilm@openoffice.org>  [59df57e5698f5a343ec499406bb1a2079394dc06]

        Additional output/error messages

2002-11-22  Malte Timmermann  <mt@openoffice.org>  [13f7ff1af38fa7d320186d644336282e5499ad76]

        #105466# reset mnCurrentPos in Clear()

2002-11-22  Thomas Lange  <tl@openoffice.org>  [ae5371a6703dd69ba2ea8d0dcfd177722fba0f99]

        #105452# missing numeric identifiers for MenuItems supplied

2002-11-22  John Rice  <jmrice@openoffice.org>  [82bb8c8db9f5de2993913271a3b2faf922634aba]

        Correct error messages/ removed some debug and corrected menu focus issue.

2002-11-22  Frank Meies  <fme@openoffice.org>  [5f8641447cb9b54e8de2329897cb7ee65f7f1e80]

        #86547# Handling of SvxExtTimeFields

2002-11-22  neilm  <neilm@openoffice.org>  [58f35f81e1a4c0efcc28abd60a025d52b5092ec1]

        Added script binding menu items to Calc

2002-11-22  Ingrid Halama  <iha@openoffice.org>  [edb578479e04497546ea2670f5c52dc4d35141aa]

        #105318# HC colors for preview

2002-11-22  neilm  <neilm@openoffice.org>  [0573dfc6e9043bb3da60903e611cd428984da503]

        Off by one error corrected for menu binding

2002-11-22  Ocke Janssen  <oj@openoffice.org>  [95c04c52a6fbb7950a483df82fc07a5ba666d222]

        #105334# remove OnSelect, we don't need any focus handling here anymore

2002-11-22  Oliver Specht  <os@openoffice.org>  [700b89c2ee66b6964a08df4a7297e81410b3c8fe]

        #97537# names of object bar changed

2002-11-22  Oliver Specht  <os@openoffice.org>  [67dd70cd242f0456926f550c5fb90adc9ce12a3c]

        #105482# setting of Hyperlink color changed to false

2002-11-22  Stephan Schäfer  <ssa@openoffice.org>  [1970b8cb65dbe949b8348f90e8bbf43bcc56f742]

        #105474# check if menu window was not destroyed in keyhandler

2002-11-22  Ocke Janssen  <oj@openoffice.org>  [14110101429c1c0c19d4d8a0e5a32b9f7d9dd8eb]

        #105213# insert english strings

2002-11-22  Oliver Specht  <os@openoffice.org>  [5d4f997b42f040ed3ac49a2c939f0e0ef9f674b3]

        #95525# SvxNumberType::GetNumStr(): support NULL in Arabic numberings

2002-11-22  Oliver Specht  <os@openoffice.org>  [e8f1771fbcee6f9600e8f6931a0984ccde58ca4b]

        #103485# splitting cells into equal proportions

2002-11-22  Oliver Specht  <os@openoffice.org>  [930e7d1a2dc06b4c5caf9d4eacb93e93886c6c25]

        #97537# names of object draw text object bar changed

2002-11-22  Oliver Specht  <os@openoffice.org>  [0201d92feba0c4c7670743c0fb8a303f279fd181]

        #105483# force update after deleting elements

2002-11-21  neilm  <neilm@openoffice.org>  [e50ba02ab60db5a3a6e08df5a73300166f81c504]

        Added extra Jedit version to the filter

2002-11-21  neilm  <neilm@openoffice.org>  [a0bcab9cd72e35448169ad0a9031e52bab0a36a0]

        Additional error/exception handling

2002-11-21  Niklas Nebel  <nn@openoffice.org>  [a652ec9f90a489884423f88131eab8952eded68e]

        #105433# get file name for header/footer with DECODE_UNAMBIGUOUS

2002-11-21  Tomas O'Connor  <toconnor@openoffice.org>  [b90cc24c86d6cb88bc1f964759477b94d3c06e09]

        Unmount the Framework Jar file when exiting NetBeans.

2002-11-21  Eike Rathke  <er@openoffice.org>  [a4c21c9094efc6bcaf911a4b4116afc3a491fdb6]

        #i2800# #99677# NextSymbol: broke absolute referenced single quoted sheet names

2002-11-21  Tomas O'Connor  <toconnor@openoffice.org>  [9d70fc901d1d1f0f29f3eae693babe84a17ac606]

        Add tooltip to IDE Location and disable selection of the rows and columns

2002-11-21  Sascha Ballach  <sab@openoffice.org>  [b230154dc485c1802bf5a7a77875f5da5fe3266a]

        #105379#; service is in table not in sheet

2002-11-21  neilm  <neilm@openoffice.org>  [e000bc0ce0594eacf95d44a246de2efa7c6f516a]

        Modifications enabling Installer to only be executed from office program directory

2002-11-21  neilm  <neilm@openoffice.org>  [cd41cfc7b8bb3fccf2612630bdc4c20f1c3ea1ce]

        Initial Import of class to write System.out.println(String) calls to a log file

2002-11-21  neilm  <neilm@openoffice.org>  [da120a4ae7a44ecbc0a49f1da7184e2a48dcc76f]

        Initial Import of class to convert exceptions to strings

2002-11-21  Tomas O'Connor  <toconnor@openoffice.org>  [b259c78ceefba3d59688f5d67819285af0288aaf]

        Initialize the columns in the IDE versions table according to the longest value in each column

2002-11-21  Sascha Ballach  <sab@openoffice.org>  [f43e5a24e89021ad152aae67b6fe1f484230c12f]

        #104547#; create own ViewData only for OLE objects

2002-11-21  Daniel Vogelheim  <dvo@openoffice.org>  [0208d4956192bf857bdf23fd00897963de383d9a]

        #103096# enable proper number format handling for text fields
        
        - previously, all text fields would write a number format with the current
          language
        - previously, all text fields actually ignored that.
        
        Now that this is changed, text fields with the IsFixedLanguage property not set
        will write a number format in the default language

2002-11-21  Philipp Lohmann  <pl@openoffice.org>  [deca818996a0590035a2e29a9c8c25319bdb519c]

        #101939# format correctly

2002-11-21  Caolán McNamara  <cmc@openoffice.org>  [bc8228fefd3241db36e21787ad084649233e6308]

        #105285# A group of drawings is nothing special or different from a single drawing for positioning purposes, simply take the drawing.group object and gets its original escher record to find the winword specific positioning info

2002-11-21  Sascha Ballach  <sab@openoffice.org>  [842b29f975933f8b3612e4d329cc8c5dda975c90]

        #105464#; use the offset to get the child from TextHelper

2002-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5bdd072656777594c026d8c67256a8d844d982e9]

        #105425# filter comments

2002-11-21  Daniel Boelzle  <dbo@openoffice.org>  [7257cf03e4e40b1460e7c16df8b4fb8555982724]

        #102601# fixing log info

2002-11-21  Eike Rathke  <er@openoffice.org>  [ae6fe285f6130442d28a9633f1cc4fae5d883a61]

        #i2800# #99677# performance: single character isAlpha et al test for low ASCII characters before calling i18n

2002-11-21  Eike Rathke  <er@openoffice.org>  [455a1bb56a39b27535694a9ce9218eef78be61f7]

        #i2800# #99677# performance: ScUnoAddInCollection::FindFunction MUST be called with an upper case name

2002-11-21  tpf  <tpf@openoffice.org>  [715d93b42e48f6d525cf96ef7ea62b2c7a920e3c]

        #103322# added responsibilities

2002-11-21  Eike Rathke  <er@openoffice.org>  [4272a35a3661ede5f97dbaa1e1b3cfefc72d87fa]

        #i2800# #99677# performance: try to parse low ASCII identifiers before calling i18n

2002-11-21  Björn Milcke  <bm@openoffice.org>  [16f19b92fe27288457233276a63daf4f168bacc7]

        make a + before a command line to allow shell-expansion JAR_PATH was incorrect for Linux

2002-11-21  Eike Rathke  <er@openoffice.org>  [8551f7bd12dfcf1f82471035aea358aec0304ba4]

        #i2800# #99677# performance: use memset for POD arrays

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [d680556f78a02d1644afe0352d7887cc78f7b3fd]

        #105213# insert parameter name substitution

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [4252e83bcef31f31c8f353a8860e7455944a329f]

        #105213# remove last comma at the end of the table types

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [1f2ed3ee926cbb4394d38684d55a297b1eb0b6c3]

        #105213# impl new feature of rown mysql driver page

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [5e4ef8de782cec3340e1a92c03a110ae85bf74d2]

        #104812# insert more defensive programming

2002-11-21  Daniel Vogelheim  <dvo@openoffice.org>  [ba77356b45a38e14bb33283407e2b48ab266f4e6]

        #103096# fixed text field IsFixedLanguage property in the bIsDescriptor case

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [b6c3cfc2873c6744a20c3b104fed6f0761eb3bf3]

        #104812# check if current row is valid

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [ff65b5883ab2ffb35400ec2419a1504c6da4b540]

        #105213# impl new feature of rown mysql driver page

2002-11-21  tpf  <tpf@openoffice.org>  [190ee553ffe8684d43272a4c8cc38f852f3466e7]

        #103322# added responsibility (KSO)

2002-11-21  Christian Lippka  <cl@openoffice.org>  [89e84cd839ebc822afe3a8126b238396ffe8927c]

        #105361# add flash export for 6.1

2002-11-21  tpf  <tpf@openoffice.org>  [f7847873730771891df3b264410e0163873f7826]

        #103322# added responsibility (KSO)

2002-11-21  Niklas Nebel  <nn@openoffice.org>  [7114f798a8d03f806983567c65c5efaae455c817]

        #105354# don't call InputChanged from ModifyHdl if called from InputHandler method

2002-11-21  Christian Lippka  <cl@openoffice.org>  [ac9fe009be9867ffda85990425d054a759f42caf]

        #105361# adding augustus changes and putting flash into srx644

2002-11-21  Thomas Lange  <tl@openoffice.org>  [692f2badfc9aec0cb0e9c2bd487e9bcf8bd88468]

        #96834# setPrpertyValue for LinkRegion property of SwXTextSection descriptor fixed

2002-11-21  Jörg Barfurth  <jb@openoffice.org>  [60a8c8bb8388dd1064c5c521a3d0bdd43d77595c]

        #105376# cfgimport uses some helpers from misc

2002-11-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [8c3194b95fd214b9b233e33b2ebd6629fdbd5fa4]

        #102505# Add/Remove temporary auto correction now handled by document

2002-11-21  tpf  <tpf@openoffice.org>  [9ef8f6a1783dd5b5ebcf625abf4cf4822c383378]

        #103322# added responsibility (AF)

2002-11-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [dc5242c8481636530ef667451099b4d8b739c84b]

        #102505# STR_UNDO_TMPAUTOCORR

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [0ac5f7e60dcb77a68c72a11d47a1cd67335da451]

        #105323# if column names are double, do not release the table

2002-11-21  Eike Rathke  <er@openoffice.org>  [b1c0819ba8b95b1858c12cfbd4065cb9189721a0]

        #i2800# #99677# ScOpCodeList: OpCode in non-pro version is enum, need cast from USHORT

2002-11-21  Malte Timmermann  <mt@openoffice.org>  [561af46b69381c001ae3a338fa80ab43074a5be1]

        #104466# just debug code

2002-11-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [cab765d3eb813d7ed428dc6e6434683852703e60]

        #102505# STR_UNDO_TMPAUTOCORR

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [7c93cf1016ab4ef6428062577aab711c16a19d66]

        #104812# check if current row is valid

2002-11-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [bfd4659941279645919098b9bac4ec0c03a2eefe]

        #102505# temporary auto correction now handled by document

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [edc30f8c32c5c082407de1d6d90287465087c687]

        #104812# check if schema is in name

2002-11-21  Herbert Duerr  <hdu@openoffice.org>  [db61c2711e35e77a2501417a8e5efaf74fdacc5f]

        #104627# use generic GetVerticalChar()

2002-11-21  Herbert Duerr  <hdu@openoffice.org>  [88dd47c4a356766ba6cbbf5df0c7aac6c0ffe56f]

        #104627# add GetVerticalChar() and GetMirroredChar()

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [de05b49073a0d79c17d9689e9dcc28ec69fe5e78]

        #104812# insert more defensive programming

2002-11-21  Ocke Janssen  <oj@openoffice.org>  [0f4b987972104f02750f6bdbf960dd60cb6401d7]

        #104812# check if current row is valid

2002-11-21  Thorsten Behrens  <thb@openoffice.org>  [ccc6129d3d0024d0304d6daa996250bacad18c49]

        #104157# Correctly handling the defunc state now for assertions

2002-11-21  Sven Jacobi  <sj@openoffice.org>  [e299306ff103229d655f0a1f35860d830e41e6e4]

        #105442# filter type combobox: disable of auto width

2002-11-21  Thorsten Behrens  <thb@openoffice.org>  [e2067a8eef145102dfb99dec4b38c4eeec391b19]

        #104157# Corrected initialization and update of background outliner for Accessibility

2002-11-21  Thorsten Behrens  <thb@openoffice.org>  [93217b35cc580b0ebab6d2184e28e56da52e0d9c]

        #104157# Added non-destructive update for outliner setup

2002-11-21  Andreas Schlüns  <as@openoffice.org>  [e8f5eca038fb4c9e5edd7c16513f5022023296b4]

        #105002# fix it toplevel too

2002-11-21  Caolán McNamara  <cmc@openoffice.org>  [b4cf1e0c5116a4a95d7a79196cb1b6dfe0598471]

        #105285# Writer does support contour on drawing objects

2002-11-21  Ingrid Halama  <iha@openoffice.org>  [f50518747d4c9fc7c0c4ec08f4fa9192391de0b8]

        #93922# rename Table -> Table column(s)

2002-11-21  Volker Ahrendt  <va@openoffice.org>  [46419050fcc6e21b57b5b7ed1ff60ec1f4792013]

        #102337# Initial revision.

2002-11-21  Volker Ahrendt  <va@openoffice.org>  [387b6c3d36ad5c9eb58065a2e9afc50943cd11f4]

        #102336# Replaced placeholder in BASIC.

2002-11-21  Oliver Specht  <os@openoffice.org>  [4ac0a6ee3f5ada7950df17787d4a9b3a99fdd0b3]

        #105165# File/Close reactivated

2002-11-21  Michael Brauer  <mib@openoffice.org>  [b13f6ea101fff9cedab92bad103c59732e1d94bf]

        #103825#: RTL

2002-11-21  Daniel Rentz  <dr@openoffice.org>  [71c895c837d444b3d668d058525ea58fd9db7014]

        code review and documentation

2002-11-21  Vladimir Glazounov  <vg@openoffice.org>  [eafa869b872c060a93c1e30f724267888b33427b]

        #100000# typo

2002-11-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [4addce282ab16e267ed054051b7dc9363d010675]

        #102505# UNDO_TMPAUTOCORR

2002-11-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [821bea3bcbec705fb17bd541d4b988ce7f6e3f51]

        #102505# add/remove temporary auto correction

2002-11-21  Thorsten Behrens  <thb@openoffice.org>  [fd9d1f8fb8819901ad949057b58a2b85f39333cf]

        #100000# Pure virtual destructor must be defined outline for anybody except MSVC++

2002-11-21  Daniel Rentz  <dr@openoffice.org>  [ff6d9945d1f4e3099c3247a6d31f28147546362f]

        code review and documentation

2002-11-21  Kai Ahrens  <ka@openoffice.org>  [f339d5943a1faeb1db78e3e62f580db6f2e8c2f0]

        #100138#: added SOT_FORMATSTR_ID_BMP format

2002-11-21  Malte Timmermann  <mt@openoffice.org>  [c7aa4a38a8582d2e1ba97f87e8fb2c5a28c425b1]

        #105438# BASEPROPERTY_MOUSETRANSPARENT

2002-11-21  Philipp Lohmann  <pl@openoffice.org>  [46590f7b33b554a66cc15c48cccd1f65b0fc5d7f]

        #101959# do not set focus to float style windows

2002-11-21  Sven Jacobi  <sj@openoffice.org>  [77294e21cc5da916a881d835494d47f5d87ff82c]

        #104884# graphic prefsize is taking account of border size

2002-11-21  Caolán McNamara  <cmc@openoffice.org>  [feca42793781850de10a30ef69e49b61246bc0f8]

        #i9033# remember that result is already in 8bit mode from Substitute Bullet font

2002-11-21  neilm  <neilm@openoffice.org>  [11f0db7b89c5a648987c4050c6cdac1898d6ff21]

        Installs to Jedit jars directory

2002-11-21  Michael Hönnig  <mi@openoffice.org>  [87e2150c640fb705806087ebceaa449917f1ff71]

        #94968# missing interfaces added

2002-11-21  Behrend Cornelius  <bc@openoffice.org>  [3c8f921b030c27db0c4f7e243e7a443c807c9a21]

        #105161# new HIDs for ReportTitles added

2002-11-21  Caolán McNamara  <cmc@openoffice.org>  [33d6b592229601c8412329524e61b7b5eeb6024f]

        #105419# ok to attempt to remove charset that hasn't been added, assert unnecessary

2002-11-21  Juergen Schmidt  <jsc@openoffice.org>  [28b696f1472e688bda64fd6da4c9c1c8030413ba]

        #105422# special work for command file

2002-11-21  Stephan Schäfer  <ssa@openoffice.org>  [adb97ca879b3a3e5016ce3313fa63e29051f6016]

        #105406# improved restore focus handling

2002-11-21  Kai Ahrens  <ka@openoffice.org>  [0c150d40a67a90dcbf3b8f67aa54949fd4c46d66]

        #105437#: allow attribute fade when both objects have LINESTYLE_NONE

2002-11-21  Herbert Duerr  <hdu@openoffice.org>  [522cac9e03bdab6be593a1b27b427860825affc4]

        #103571# improve BiDi behaviour

2002-11-21  Frank Meies  <fme@openoffice.org>  [980863ecda1c19252c3356d53ebbcaf8d2ba1978]

        #105303# Bidi inside DropCaps

2002-11-21  Oliver Specht  <os@openoffice.org>  [0d4fc004092e25f0c677ec0f441561245a49158c]

        #105099# enable extended numbering types for CTL support, too

2002-11-21  Oliver Specht  <os@openoffice.org>  [2105e5fbf1e67af3af3d9c60eaf283a65c3431e9]

        #105099# enable extended numbering types for CTL support, too

2002-11-21  gt  <gt@openoffice.org>  [0542661bee653c9a02cb0f6596a764afdfaae9f7]

        #104383# SfxObjectShell::GUISaveAs_Impl(): set context at file dialog for export to preserve last used filter

2002-11-21  Peter Burow  <pb@openoffice.org>  [c6d6ebb8a1a72a7174a54122f0d5eac0222540fa]

        fix: #105360# GetMainURL() changes

2002-11-21  Oliver Braun  <obr@openoffice.org>  [e83d97f3769e1dea0144f86d76ac7a792628da70]

        #100852# additional cleanups

2002-11-21  Oliver Braun  <obr@openoffice.org>  [6bc4363dc5291d319c8da3413f70cff353de48c9]

        #100852# initialize D&D when re-parenting to new system window

2002-11-21  Peter Burow  <pb@openoffice.org>  [807bf6fa6a37c616e8ae15684c46137f8657a8b3]

        fix: #104938# EXPANDABLE state always set

2002-11-21  Peter Burow  <pb@openoffice.org>  [2554e92218d7ea45868ea264da2683f5343079b2]

        fix: #104938# send event in SetItemState() for accessibility

2002-11-20  Karl Hong  <khong@openoffice.org>  [9142a8f8e48cc2f7d961be8d1f38108ee4193d11]

        #105384# #105385# #105387# fix the problems in breakiterator, nextScript(), previousScript() and previousCharBlock()

2002-11-20  Caolán McNamara  <cmc@openoffice.org>  [99f352bd0d0b09746353f7b7ee394e63fcea4862]

        #105285# Our wrapping default is zero (we don't have one for drawings), while word's is .32 left and right

2002-11-20  Stephan Schäfer  <ssa@openoffice.org>  [27b62c4ecff737be1daebb7c4eef81e50353e839]

        #i4715# override matrox centerpopup

2002-11-20  Caolán McNamara  <cmc@openoffice.org>  [7ed61aab9345fe7b074c096d2b6f876682aa92f5]

        #i9033# substitute starsymbol back through windows multifonts for ww6 export as well as 97

2002-11-20  Jörg Barfurth  <jb@openoffice.org>  [481786e71c42a57c16c618709c3eea009f7ebeb2]

        #104663# Add empty <value/> tags for empty string properties.

2002-11-20  Thomas Benisch  <tbe@openoffice.org>  [24c7e26bc7419e68dc1499d0c4f3afc87ead00bb]

        #103637# Service descriptions of controls in wrong place

2002-11-20  Behrend Cornelius  <bc@openoffice.org>  [f04cc6c05a7e2c0b350e34d3340fd08003b4a4ae]

        #104755# DisposeDocument inserted

2002-11-20  Noel Power  <npower@openoffice.org>  [f41826be2fe3a13b8177741519fef44a0725cfe1]

        Extra method in file, removed extra "getFilesInFileSet"

2002-11-20  Andre Fischer  <af@openoffice.org>  [bc244b6757bf476572d878beddc2e136f13dec07]

        #105380# In destructor calling XComponent::disposing at accessibility object.

2002-11-20  Andre Fischer  <af@openoffice.org>  [7cad050a4afd732d560805d893abb4577a156067]

        #105380# Made ValueSetAcc support XComponent.

2002-11-20  Armin Weiss  <aw@openoffice.org>  [280e1fc55569c9759db63ee6cf7415020a8e0023]

        #105122# Since ClearItem sets back everything to normal it also sets fit-to-size text to non-fit-to-size text and switches on autogrowheight (the default). That may lead to loosing the geometry size info for the object when it is re-layouted from AdjustTextFrameWidthAndHeight(). This makes rescuing the size of the object necessary.

2002-11-20  Juergen Schmidt  <jsc@openoffice.org>  [a634061cb9349ddba60cc4ed52f767e1a8950815]

        #105422# using osl_getCommandLineArgs for rdb input files

2002-11-20  Michael Hönnig  <mi@openoffice.org>  [37cb6612952ab215d89a088e6c45b203121d52ad]

        #94968# parameter bScan documented

2002-11-20  Daniel Boelzle  <dbo@openoffice.org>  [cc6716249eec219ba1ecefcee06f90916bc331f3]

        #105140# added -Xcheck:jni for non-pro; fixing java_classpath file read-out assertion

2002-11-20  Herbert Duerr  <hdu@openoffice.org>  [40f6ee57bca091cdf099c01e517d24b61892e4b3]

        #104627# when appropriate GSUB for vertical writing is missing do some manual substitutions

2002-11-20  Duncan Foster  <dfoster@openoffice.org>  [34fa58ba84e095968c78c313083d7e4e0dcf5c6e]

        Pathelement with location doesn't work on Windows.

2002-11-20  Ocke Janssen  <oj@openoffice.org>  [9e604ac21529b808d08d0f4fbfed93061ef76121]

        #105328# correct view query

2002-11-20  Malte Timmermann  <mt@openoffice.org>  [d76f674e066d2f4372de2e6274522dddd403c50f]

        #103910# No bQuickFormat, when calling CreateTextPortions

2002-11-20  Tino Rachui  <tra@openoffice.org>  [f8d398d2b922722eda9ac2a657191018ce52b3c7]

        #104055#removed obsolate ImplShowNativeDialog function

2002-11-20  Jörg Barfurth  <jb@openoffice.org>  [01ee661356d56d004d899d14189063db4f1e3570]

        #104661# oor:context->oor:package (Merge from srx644)

2002-11-20  Malte Timmermann  <mt@openoffice.org>  [55ad4217823f04a3922d7a0581d2f09a28c0685e]

        #103910# No bQuickFormat, when calling CreateTextPortions

2002-11-20  Oliver Düsterhoff  <od@openoffice.org>  [f25449181cce5579f6f57a07279dcb2172eccb37]

        #105405# <_InsertCnt(..)> - check, if page exists on invalidation for inserted section

2002-11-20  Oliver Braun  <obr@openoffice.org>  [329f25cb5a051612cbafd630e03aef39822d240e]

        #104055# use new NativeMessageBox interface

2002-11-20  Michael Hönnig  <mi@openoffice.org>  [18cfbee97c098b136c87d47d87c731e964248714]

        #94968# frong property deprecated

2002-11-20  Noel Power  <npower@openoffice.org>  [c0eb2803a67db892438cf805a8877731479fb78e]

        Typo in ....Dispatch.csv, corrected

2002-11-20  Michael Hönnig  <mi@openoffice.org>  [12d029b9a002beae2b33d59ffdee0ccd3f8d033e]

        #104896# autodoc integration for UNIX

2002-11-20  Michael Hönnig  <mi@openoffice.org>  [9e09069986dc0eb32faff1cc223961e95b8da0fc]

        #104896# autodoc integration for UNIX

2002-11-20  Oliver Bolte  <obo@openoffice.org>  [d575253d506dd0b241d21e420b51001af90fb5ee]

        #100000# merge with cws_srx644_lo2 branch

2002-11-20  Armin Weiss  <aw@openoffice.org>  [16c2ad85e75b0bf21e5f3c5436a89cc2a6ee09db]

        #102344# Implementation was missing; edge track needs to be invalidated additionally.

2002-11-20  Philipp Lohmann  <pl@openoffice.org>  [216b696aaac0ae9a23e24494c8ac6739b94d6f6b]

        #100514# remove DirEntry

2002-11-20  Niklas Nebel  <nn@openoffice.org>  [eacb79951c4b8e8b4aa0f9c109f0bd8d6178ec8d]

        #83422# different error messages for protected cells and part of array formula

2002-11-20  Thomas Lange  <tl@openoffice.org>  [97f990608f358de0e0e7e3bda7ead53ecf579f7b]

        #100748# resizing problem when activating/reloading Writer documents with formulas in sxw format fixed

2002-11-20  Noel Power  <npower@openoffice.org>  [8779cf1447f6808f23757ba5084b6eb3d5cef3d7]

        Initial version of module files for scripting tests.

2002-11-20  Noel Power  <npower@openoffice.org>  [c04da3e7c4221f2490535b2a2eb3425a295a6608]

        Initial version of interface files for scripting tests.

2002-11-20  Noel Power  <npower@openoffice.org>  [c47c400457d559173733968d2c26ebb8a4e763eb]

        Initial version of test descriptor (.cvs) files

2002-11-20  Martin Maher  <mmaher@openoffice.org>  [7540c56ec699d18b2a30923a4c15a0ce2232bb40]

        Added support for formula's that return string's, dates and percent

2002-11-20  Sven Jacobi  <sj@openoffice.org>  [cf16fe975d945137e4cfa4c5b812c38d00ea9ff8]

        #105210# resource needs to be localized

2002-11-20  Tomas O'Connor  <toconnor@openoffice.org>  [e9b9a15c134c5b234750e4ed97c90ce566ecd0dd]

        Add object description files for jsuite tests

2002-11-20  Martin Maher  <mmaher@openoffice.org>  [702e1da5393cc0cdbab782f4d88adaa0b7e31172]

        Added support for formula returning values other than floats

2002-11-20  Behrend Cornelius  <bc@openoffice.org>  [cd8c3058dce2b2fafc3805d307f43d55d03e0931]

        #105161# common.jar added

2002-11-20  Martin Maher  <mmaher@openoffice.org>  [f7d1b47a8f2987ef3288a3eda506568e17be17a7]

        Added support for STDEVP and fixed a typo in DVAR

2002-11-20  Gregor Hartmann  <gh@openoffice.org>  [09c23946c910f918f529cbe71946c67dff610a3b]

        #104916#One more lib

2002-11-20  Tomas O'Connor  <toconnor@openoffice.org>  [6c4dc427b0b35e15ff2d8384b1063966532174f8]

        Add some jsuite tests for the Scripting Framework

2002-11-20  Herbert Duerr  <hdu@openoffice.org>  [0d08f3f59005e0dbfbee2b00ad4c4cad5acf6b3e]

        #104316# halfwidth forms should be rotated for vertical

2002-11-20  Gregor Hartmann  <gh@openoffice.org>  [76853e09028007ee85adf19dbc0816e68a73e6a4]

        #104916#fix for unx

2002-11-20  Oliver Düsterhoff  <od@openoffice.org>  [ac93a6e0f9c709904ac966d95b472253600f9ceb]

        #104598# - new method <SwPageFrm::PaintMarginArea(..)>; delete method <SwPageFrm::PaintAllBorders(..)>

2002-11-20  Sven Jacobi  <sj@openoffice.org>  [89d12ee72bfef031eedb6764093860e797a7ba25]

        #105360# api change: remove of INetURLObject::GetMainURL() encoding mechanism default

2002-11-20  Oliver Düsterhoff  <od@openoffice.org>  [2bc558ee8509e8953a69f7ed8f8f8275363710d4]

        #99672#,#104598# improve paint of sub-lines; re-factoring paint of page margin area

2002-11-20  Stephan Schäfer  <ssa@openoffice.org>  [3cbc2f82b541b3560f95e76e211ca18821b5b55f]

        #104051# use LAYEREDPANE as default role, not WINDOW

2002-11-20  Sven Jacobi  <sj@openoffice.org>  [c00d1ab1e0ca123461f5f76eee1b0574339110a8]

        #105360# api change: remove of INetURLObject::GetMainURL() encoding mechanism default

2002-11-20  Philipp Lohmann  <pl@openoffice.org>  [15f1901b28c38727375bc29d86bfaa3e45a102e9]

        #95530# additional parameter on InitPaperFormats and GetLandscapeAngle

2002-11-20  Stephan Schäfer  <ssa@openoffice.org>  [aca62166361d44b3c05c3ef76a773c65430360fe]

        #105371# define WINVER=0x400 to avoid problems on older Windows versions (<XP)

2002-11-20  Sven Jacobi  <sj@openoffice.org>  [52afcb781ba70069c77675fa660fe193e81ffb1d]

        #105360# api change: remove of INetURLObject::GetMainURL() encoding mechanism default

2002-11-20  Malte Timmermann  <mt@openoffice.org>  [510e2477b435d33f5b87fb8b140d40733ecb2658]

        #104985# Fixed bug in FindAttrib

2002-11-20  Stephan Schäfer  <ssa@openoffice.org>  [dac49ddee826728d8a112ada737960585d5ef35d]

        #95530# use jobsetup in GetLandscapeAngle and InitPaperFormats

2002-11-20  Stephan Schäfer  <ssa@openoffice.org>  [4174ce4e7c272e14bf8341da275f85f2a6b88b81]

        #95530# improve support for paper formats and orientation

2002-11-20  Malte Timmermann  <mt@openoffice.org>  [42bbd92697186073d46fe3805596a9efd3694a2f]

        #105356# dbg output for tabs

2002-11-20  Oliver Bolte  <obo@openoffice.org>  [eafa5f6ea144745f233d4bc8a8d0ded14276d587]

        #105006# merge

2002-11-20  Gregor Hartmann  <gh@openoffice.org>  [2253d1ac51944beae54e662b46c0dd75959eaa32]

        get miniapp to work again

2002-11-20  Gregor Hartmann  <gh@openoffice.org>  [7400ae7d188b72b4a89244bb33c0a4bbb7fa57a5]

        create resources for miniapp

2002-11-20  Martin Hollmichel  <mh@openoffice.org>  [ddc0a7083978184bde55f6d8473a60902eac359d]

        chg: BUILD_SOSL to BUILD_PREDELIVER, #i9398#

2002-11-20  Rüdiger Timm  <rt@openoffice.org>  [9b3c02c9e398c6b8c101e0c633a111e98e217caa]

        #90971# (gt) Commented out SetDialogHelpId

2002-11-20  Christian Lippka  <cl@openoffice.org>  [20bbf7a22b898199ffed266b728b2ea0342bab44]

        #91929# disable 'Original Size' entry for OLE2 if they don't support it

2002-11-20  Oliver Bolte  <obo@openoffice.org>  [9f400b591cf335c6757b4bc37ac1f58a8717ea6b]

        #100000# undo last change

2002-11-20  neilm  <neilm@openoffice.org>  [fbcb8c23631829e7f8ebd10ccdd02d4190dd059d]

        Includes ExampleSpreadSheet.sxc for unzipping

2002-11-20  Daniel Boelzle  <dbo@openoffice.org>  [33c2f145a6b1c91a6d6bb5a3c6266b825c5c07ed]

        #104312# interims fix for std headers of jumbo

2002-11-20  Martin Hollmichel  <mh@openoffice.org>  [2a472280340cfd6601ad75f76579ca0f238c936e]

        chg: header, #100000#

2002-11-20  Philipp Lohmann  <pl@openoffice.org>  [7355ed82473f1aeddc98de53a179a51349aa4969]

        #95530# correct landscape angle

2002-11-20  Oliver Düsterhoff  <od@openoffice.org>  [a11febdbd5c85ab503a51206149a3e27d1598bbe]

        #102532#,#96272# SwViewImp::_RefreshScrolledArea(..) - use new method <SetMappingForVirtDev(..)>

2002-11-20  Oliver Düsterhoff  <od@openoffice.org>  [0c0c5a453d7f7ff2e046af2fa87a92634f20745b]

        #102532#,#96272# implement and use method <SetMappingForVirtDev(..)

2002-11-20  Oliver Düsterhoff  <od@openoffice.org>  [cc8590aa17ee2f39df818de2600a6dd9caac2787]

        #102532#,#96272# new method for set mapping of virtual output device

2002-11-20  Malte Timmermann  <mt@openoffice.org>  [33f7e800d37a4fcda147de32632b723be5487406]

        #100119# Get all resize events

2002-11-20  Rüdiger Timm  <rt@openoffice.org>  [b772e59d3322d2eddbf9b0b2cfe282ceaaed0406]

        #100000#, #90974#: Joined change from 1.97.2.1 to 1.97.2.2 (author: GT) into HEAD.

2002-11-20  Daniel Rentz  <dr@openoffice.org>  [5f9c078bc015882c7de9aecff83af57d9d6f0df4]

        #105351# HIDs for DP layout dlg

2002-11-20  Thomas Lange  <tl@openoffice.org>  [20d04d25c10bceb5b35c22af958858dd5d3c2b04]

        #100748# resizing problem when activating/reloading Writer documents with formulas fixed

2002-11-20  Carsten Driesner  <cd@openoffice.org>  [d67c16ffd6b7c616d5d116968552d52b4046e475]

        #96469# Support setting a random value for progress

2002-11-19  Eike Rathke  <er@openoffice.org>  [3d897d93a1d4ae75795231538f44d274a7413ecb]

        #i2800# #99677# performance: toUpper/toLower/toTitle: avoid unnecessary reallocations, preallocate offset sequence before calling transliterate. (this cries for another interface!)

2002-11-19  Eike Rathke  <er@openoffice.org>  [ca91b77bf55b75250dc1bd1d26cd1577c281740f]

        #i2800# #99677# performance: transliterate: avoid unnecessary reallocations

2002-11-19  Eike Rathke  <er@openoffice.org>  [7c5090df6531d6ae0e9e0996bb0d368d1c00b580]

        #i2800# #99677# performance: use hash maps

2002-11-19  Karl Hong  <khong@openoffice.org>  [7b7b8b9bfef98a72e72c65b7e0a20992a3139884]

        #105287# change calendar name hanja_yoil to hanja, and link calendar service hanja_yoil to hanja for backwards compatiblity

2002-11-19  Karl Hong  <khong@openoffice.org>  [d72d916db32780c0dbaf7d4adbd066360c1cf147]

        #105287# change calendar name hanja_yoil to hanja

2002-11-19  neilm  <neilm@openoffice.org>  [c73c75da49d345645bc4e9fd6f72ef294cf85aaa]

        Changes to OK button and dialog population functions

2002-11-19  Thorsten Behrens  <thb@openoffice.org>  [805f4a9d944ff5050a2cce0b0c3eaac7990b248a]

        #102532# Preparations for roundoff preventions in PixelToLogic methods

2002-11-19  Philipp Lohmann  <pl@openoffice.org>  [77ed5ec0e6813024cbdcb69b10a2b346ac9bc9c0]

        #95530# additional paper information

2002-11-19  Thorsten Behrens  <thb@openoffice.org>  [67986dcdcfe0569f46f0b4b07d6c439300592411]

        #96029# Added bPreservePageNames to InsertBookmarkAsPage, to keep original page name when replacing links

2002-11-19  neilm  <neilm@openoffice.org>  [3d7e5f229c65c921803d04d5e5a7b1812a1fb5d9]

        Added HighlightTextParcel.sxp unzipping

2002-11-19  Christian Lippka  <cl@openoffice.org>  [386c33a3997d38ae75b1e9658a8c6ef70b82675a]

        #103556# do not support metafile and bitmap format for uno controls in clipboard

2002-11-19  Sven Jacobi  <sj@openoffice.org>  [c67351635b393a31fa8ed04cc6eccd52e8c21cb2]

        #105285# caption object is now being exported as metafile

2002-11-19  Hennes Rohling  <hro@openoffice.org>  [085e3630e1fbe8fb2cd16209860614b962bf13e9]

        #105345# InsertMenuItem Windows 95 fails if size of MENUITEMINFO is too large

2002-11-19  Andre Fischer  <af@openoffice.org>  [319ea3230222b1f249cc9fdf9f2b66a294814205]

        Clean up.

2002-11-19  Andre Fischer  <af@openoffice.org>  [ec1e241046903986ebd3569a633611fb0521137f]

        Adaption to change of XAccessibleComponent and XAccessibleExtendedComponent interfaces.

2002-11-19  Stephan Schäfer  <ssa@openoffice.org>  [1d9b77f6635fb90e1e5834337e3378e8d6dc5155]

        #102461# close submenu with some delay when mouse leaves parent menu

2002-11-19  neilm  <neilm@openoffice.org>  [07cfc8489ee3285da176502d31afb562a7b904a5]

        Corrections for Windows path names

2002-11-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [9e25789e2af9f93e2400ce0f9dd79830ab002a13]

        #99838# throw new -> throw

2002-11-19  Herbert Duerr  <hdu@openoffice.org>  [e40279cf8301fa1a08864916201fa75b7a144620]

        #105102# fix overflow in kashida justification for arabic print preview, improve GenericSalLayout::GetCharWidths()

2002-11-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [a22c550a5483f25f54e644de254f3abe43683a85]

        #99838# XMLEventImportHelper::CreateContext: error when default context

2002-11-19  Armin Weiss  <aw@openoffice.org>  [465fad70e743fa2eed23cd1efd4f43273a3dd5a9]

        #105336# Moved next line which was a bugfix itself into the scope which really does the object selection travel and thus is allowed to call SelectionHasChanged().

2002-11-19  Andre Fischer  <af@openoffice.org>  [7ebebbbd522b6faa84f8fccaa73cf23a57163979]

        #101975# Moved handling of the SID_SEARCH_ITEM and SID_SEARCH_OPTIONS slots from the document shell to (some of) the view shells.

2002-11-19  neilm  <neilm@openoffice.org>  [ab55497e8a9d7a246e29b70c916b4a35ecee80c2]

        URLDecoder for Windows

2002-11-19  Andre Fischer  <af@openoffice.org>  [ec092055bcf5b0706ed2666828c2d92f46db3631]

        #101975# Moved the SID_SEARCH_ITEM and SID_SEARCH_OPTIONS from the document shell to (some of) the view shells.

2002-11-19  Daniel Boelzle  <dbo@openoffice.org>  [e872a3263b0a5f9499af202437251bcf84356f6c]

        #105046# work around wrong plugin description

2002-11-19  Christian Lippka  <cl@openoffice.org>  [ee02bcfbbbabce48722a585c0d60b166816e64f4]

        #105021# added missing idls

2002-11-19  Vladimir Glazounov  <vg@openoffice.org>  [1f3fb69b9cc3b452d66ffb09efc51825b31abd45]

        #100000# fixed bug with 2 deliver

2002-11-19  Sascha Ballach  <sab@openoffice.org>  [95b054fe44d0f0fbb4e27d4c50286a88ec56b31d]

        #91264#; use subtotal instead of sum depending on the content while using the sum button

2002-11-19  Kai Sommerfeld  <kso@openoffice.org>  [e48d1e44299a45b774fcffd5a12929faa8d1da41]

        #105292# - Brought up to date.

2002-11-19  Christian Lippka  <cl@openoffice.org>  [4256d702ed8a5a6fb82a0eb6e823c037053c85e6]

        #105049# getSelection returns empty any without selection

2002-11-19  neilm  <neilm@openoffice.org>  [54821ec02bfe8cf385149527f79f1b3e204c528a]

        Netbeans install for Windows corrected

2002-11-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [1cf484a3c185bf5c5d782caf6dbe8447ef1bc7de]

        #99838# register new event type: Script

2002-11-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [f701ba36bafb37b2e0aefdb1144ab891a8fbb8b1]

        #99838# new XMLERROR_ILLEGAL_EVENT

2002-11-19  Sven Jacobi  <sj@openoffice.org>  [14f75dedadbb03a2dce29abc2a08c65bf070511f]

        #105195# importing of absolute bullet height

2002-11-19  Caolán McNamara  <cmc@openoffice.org>  [154c5baef338c9c2a6144fa9175c0b89078edf66]

        #i9055# set order of member init to same as decl order, cosmetic in this case

2002-11-19  Stephan Schäfer  <ssa@openoffice.org>  [6eaae1eb6961bd53ac88fe57f5d9ac05015d7b30]

        #105267# use luminace value for isdark again

2002-11-19  Rüdiger Timm  <rt@openoffice.org>  [08964daabff3540408c7400eff928ffd9ff88b41]

        #100519# SOLARCOMMONBINDIR added.

2002-11-19  Sascha Ballach  <sab@openoffice.org>  [2cb3d236f73def213bd0fe8027f2d68dfce3d89b]

        #105061#; rename CHILDREN_TRANSIENT to MANAGES_DESCENDANT

2002-11-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [ca7e58cee703bb54d83abd03fab78a4bb27752a8]

        #99838# register new event type: Script

2002-11-19  Daniel Rentz  <dr@openoffice.org>  [a80d25646f83d298a776e6e68c61ef20b76680ce]

        #103144# export formatted header/footer

2002-11-19  Christian Lippka  <cl@openoffice.org>  [e6376cd2abfb1842d09308327373ac28749d0e8d]

        #105049# getSelection returns empty any without selection

2002-11-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [58328aafe8601fc0c9f1ea829780c9652009e76c]

        #99838# catch IllegalArgumentException in XMLEventsImportContext::AddEventValues

2002-11-19  Frank Meies  <fme@openoffice.org>  [e2fc7f686c12fbe7ab500377055dc084c12ed66b]

        #105095# New handling of left and right indent

2002-11-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [51de6de0214698da5f0cd98cd10bfcb29effde3d]

        #99838# new event type: script

2002-11-19  Ocke Janssen  <oj@openoffice.org>  [865b8cc8a6c2b3c102243c85977b593710954342]

        #105166# insert new string for missing type info

2002-11-19  neilm  <neilm@openoffice.org>  [fb53e19c4a8b915a904798e5169470d068d79143]

        Implemented new file I/O functionality (only save to file when OK button is clicked)

2002-11-19  Rüdiger Timm  <rt@openoffice.org>  [ac40b2cb8095624770cb83f8718eb6003917c590]

        #100000# Make it a little bit more verbose again.

2002-11-19  gt  <gt@openoffice.org>  [1bcdc996881a0bd0339d62569f630585a3412b51]

        #102575# class SvxFrameWindow_Impl: force focus for keyinput handling to ValueSet

2002-11-19  Rüdiger Timm  <rt@openoffice.org>  [5d3177eca33e40ac816eeb783e7e4748ad43e4ac]

        #100000# Fixed corrupt dependency introduced with last change: udkapi\com\sun\star\uno got not built.

2002-11-19  Thomas Benisch  <tbe@openoffice.org>  [b4a97773a1d11f79e689fce264a0526f27fab993]

        #105214# added resource identifier RID_INSERT

2002-11-19  Björn Milcke  <bm@openoffice.org>  [79aec0acace7057cbf481044b8630cd806e2c101]

        #105190# +UserDefinedAttributeSupplier,     also +NamespaceContainer,          +ImportFilter, 		 +ExportFilter  (were obviously missing)

2002-11-19  Stephan Bergmann  <sb@openoffice.org>  [b620fe7b4ee1a5a6c7095f6f2ea6f53b1763ebfd]

        #96466# Display XIMReverse pre-edit text as SAL...HIGHLIGHT to make it more visible.

2002-11-19  Oliver Bolte  <obo@openoffice.org>  [10fa9f2e561ee10e64a2cb6fb3bb687312b62a19]

        #101911# change in unxsols3.mk

2002-11-19  Frank Meies  <fme@openoffice.org>  [d2c019ccc06beca43c23077693d24e87278580b5]

        #105101# Continuous underline feature for BidiPortions

2002-11-19  Frank Meies  <fme@openoffice.org>  [13dd2737659954065c06c2102816e70e6049bd4c]

        #105092# Rectangle position when switching from RTL to LTR shifted by one twip

2002-11-19  Frank Schönheit  <fs@openoffice.org>  [6bebe51c4abbbc5dbbfec22f1d6bd3e2bfa618ef]

        #105260# frameAction: call the proper base class

2002-11-19  Frank Schönheit  <fs@openoffice.org>  [b8ca90b6fb71709af74fa7ee2702c615b905eae7]

        #105260# react on (DE)ACTIVATED, too, not only on UI_(DE)ACTIVATED

2002-11-19  Jörg Budischewski  <jbu@openoffice.org>  [901dafebfdb363685079ca4bda767756b7daa86d]

        #100000# added stdio.h and stdarg.h for vsnprintf on solaris

2002-11-19  Frank Meies  <fme@openoffice.org>  [e32c77c1f3b07d34ebc255ae2a8d9206a44477dc]

        #105101# Continuous underline feature for BidiPortions

2002-11-19  Carsten Driesner  <cd@openoffice.org>  [ddb54da65330f194714d32bcdad4910ab1fd1870]

        #105274# Use correct values for temp/work path in schema file

2002-11-19  Oliver Specht  <os@openoffice.org>  [33b9fbaa06238f49b572189dd525f9e4d97a6418]

        #103096# optionally apply fixed number format to text fields

2002-11-18  Niklas Nebel  <nn@openoffice.org>  [ab7c11fb483d38d564f4e9018118478ae0ae9abb]

        #102745# update input line from ModifyHdl for changes from EditEngine itself

2002-11-18  Duncan Foster  <dfoster@openoffice.org>  [49212de9d3fd1d682949656fce98e52201bb17e3]

        Some fixes to installer, including extra diagnostics, and exception handling. Also added StarOffice build to supported Office installations

2002-11-18  Duncan Foster  <dfoster@openoffice.org>  [ac643333cba4dcff6375b8d3b59c298fcdc977f4]

        Fixed Mem usage package & added jpg

2002-11-18  neilm  <neilm@openoffice.org>  [78e6b30e8a3e59241da6023c3ec4ccf55847ef47]

        Uses MemoryUsage.java example not SpellCheck.java

2002-11-18  neilm  <neilm@openoffice.org>  [469d82146f65d435f0bfd953fec9a98c4f77277e]

        Initial Import of image binary

2002-11-18  Christian Lippka  <cl@openoffice.org>  [740b3038cc2459a9999c400e399f58f93b6a5c7b]

        #105283# set page kind to notes page before setting autolayout

2002-11-18  Martin Hollmichel  <mh@openoffice.org>  [94819e272c73e2c337fa6fe4f562ade30d253bad]

        fixed: typos, #100000#

2002-11-18  Duncan Foster  <dfoster@openoffice.org>  [f07998b6abf96692ad5f32921554b1316a0ff13c]

        Fixed location of resource file, andded spreadsheet example doc.

2002-11-18  Stephan Schäfer  <ssa@openoffice.org>  [5f8d0baec1100f9f99d42157abc4f88ead999f6d]

        #104827# send enable/disable input to this and not to the parent

2002-11-18  Stephan Schäfer  <ssa@openoffice.org>  [55e797d79822be7440c1853cdccaeebfd4216ab6]

        #104827# provide notification for enable/disable input

2002-11-18  Caolán McNamara  <cmc@openoffice.org>  [b45eb0b7db130021429b53fb763d85e2cdd18d23]

        #i9055# match member init order with decl order, cosmetic in this case

2002-11-18  Carsten Driesner  <cd@openoffice.org>  [470c93a6b472e13720d51569a779540c224f93d6]

        #101009# Help texts for keyboard shortcuts used by VCL

2002-11-18  Oliver Bolte  <obo@openoffice.org>  [f2351f856d7c2fc0a82ad291b7e92448b1f98906]

        #100000# typo

2002-11-18  Martin Hollmichel  <mh@openoffice.org>  [f758933240a8722096db676bcf1a7fc010ecc519]

        add: testtool, #104916#

2002-11-18  Martin Hollmichel  <mh@openoffice.org>  [13272a328e53540326555b26aec9a4c9fb1bd1e5]

        add: testtool

2002-11-18  Martin Hollmichel  <mh@openoffice.org>  [f3621897d465fa7e4ae01dda93c074e1896ecc61]

        add: testtool, #104916#

2002-11-18  Christian Lippka  <cl@openoffice.org>  [d22f59d921f7fde6131d582177a73e44412eff0a]

        #105183# added missing services

2002-11-18  gt  <gt@openoffice.org>  [e1dd02b48c585ab4958467361cf0817fb4caaf02]

        #90974# remove of SetDialogHelpId

2002-11-18  Frank Schönheit  <fs@openoffice.org>  [f1f6c872ae87921030b511a7525d23fc282cabf9]

        #105273# corrected removeStatusListener

2002-11-18  gt  <gt@openoffice.org>  [876dd745c90a5df29db67127374c340e36c90b7f]

        #90974# remove of SetDialogHelpId

2002-11-18  gt  <gt@openoffice.org>  [b1f3b30d63f170421b7fa73c453875b966436237]

        #90974# SwDocShell::Execute(): remove set of dialog help id

2002-11-18  Martin Hollmichel  <mh@openoffice.org>  [4c7c7dc4716363014dc2dcad679df44dfabe24b4]

        add: testtool, #104916#

2002-11-18  Caolán McNamara  <cmc@openoffice.org>  [48175173868b2688cae8142a273ba2dcb1996082]

        #i9055# match decl order to member init order

2002-11-18  Oliver Bolte  <obo@openoffice.org>  [679adffde4de9f984909afaae1634b291b71b280]

        SRC670

2002-11-18  Oliver Bolte  <obo@openoffice.org>  [fd158aa16885180c5573f5b3645a1e84a56844fa]

        SRC670

2002-11-18  Oliver Bolte  <obo@openoffice.org>  [0150ab693aeddb3fff7878ab1517648fb7a339ed]

        SRC670

2002-11-18  Duncan Foster  <dfoster@openoffice.org>  [a8115329b51c66caf8d03b0e260a9f696cc12a96]

        Added ide & resource entries

2002-11-18  Thomas Benisch  <tbe@openoffice.org>  [d529a6bb27579d765174ce5407f7bf376e70314b]

        #105204# call item and action listeners for VCLEVENT_CHECKBOX_TOGGLE

2002-11-18  Philipp Lohmann  <pl@openoffice.org>  [50a140e0a75b7c6ab1adab39f532d6bf0a320f17]

        #104930# workaround windows glyph id bug

2002-11-18  Caolán McNamara  <cmc@openoffice.org>  [f72f5a99cbde65dca3160a7fac1ebdea52055267]

        #i9055# tokens after endif

2002-11-18  Christian Lippka  <cl@openoffice.org>  [3d5071a58096a613bbcaa88b4dafa83e7b66cb8a]

        #103444# added missing resource identifiers

2002-11-18  Daniel Boelzle  <dbo@openoffice.org>  [7e691cf4094823b4fac54b5fbce72c76f0c5617d]

        #105134# docu

2002-11-18  Frank Meies  <fme@openoffice.org>  [c1bc4369d5345a7b676bfe76a2fb710129330f51]

        #104728# GetCrsrOfst for BidiPortions at the beginning of a line

2002-11-18  Caolán McNamara  <cmc@openoffice.org>  [3bf212c3834f4baf0cf70dc1e2d6bb01af62ac45]

        #i9055# order member initialization the same as declaration, cosmetic

2002-11-18  Daniel Boelzle  <dbo@openoffice.org>  [c7b5232924e208c0f7931b6c99e43b81dbfb59cc]

        #105134# fixed debug msvc internal compiler error

2002-11-18  Caolán McNamara  <cmc@openoffice.org>  [97161d1b51044058e340a756d06c22d854867ac7]

        #i8837# escape square brackets in importing mathtype text

2002-11-18  Thorsten Behrens  <thb@openoffice.org>  [15e932d171734aa98b2c312945ee98cdc8cc43de]

        #105055# Respect paintmode XOR for transparent bitmaps

2002-11-18  Caolán McNamara  <cmc@openoffice.org>  [c428464e597fb67517a03065a4edffcb8259c334]

        #i9055# friends without type specifier

2002-11-18  Thorsten Behrens  <thb@openoffice.org>  [d648d5a79002955f6ee0ebfb2c33d068945f8fac]

        #105055# Correct rotation of metafile gradients

2002-11-18  Andreas Schlüns  <as@openoffice.org>  [b11837d3da849969576c50a6259dfdf621c713fb]

        #103056# new handler for vnd.sun.star.job:

2002-11-18  Daniel Boelzle  <dbo@openoffice.org>  [e8f0d2f7829f481144c1b103816de3d5adc325bd]

        #105202# fixed missing jni_env

2002-11-18  Christian Lippka  <cl@openoffice.org>  [849aed6d0119b11cbb2505462998d93a4c98a4e0]

        #103444# added missing resource identifiers

2002-11-18  Stephan Schäfer  <ssa@openoffice.org>  [d560d0571c16e357f122819d06a80f087747e0b0]

        #95056# invalidate menu background when closing menu

2002-11-18  Sven Jacobi  <sj@openoffice.org>  [9214ac84bd650e2a17743b1947dcd5fd086f1df9]

        #105194# removed assertion string len = zero, now taking care of the actual codepage if loading strings

2002-11-18  Stephan Schäfer  <ssa@openoffice.org>  [c68bda11704798509450c83b7486a6ba8cfba1c1]

        #95056# include border when calculating window extents

2002-11-18  Frank Meies  <fme@openoffice.org>  [c1fe8d1b214f65f62cab3f22e580daf29d5ce468]

        #104743# Numbering portions in RTL environment

2002-11-18  Caolán McNamara  <cmc@openoffice.org>  [a4c8af00a7cc067bb5135b22254cd1a806d9e0e4]

        #i9055# order member initialization to match declaration

2002-11-18  Caolán McNamara  <cmc@openoffice.org>  [e884de442951d1fd5aac7d35d87c44f89efbd9c1]

        #i9243# you can't put tables in footnotes, the unfortunate rtf didn't know that

2002-11-18  Mathias Bauer  <mba@openoffice.org>  [eca94c08e1fa7ba4a0c059f6b0c2649585d7f3d1]

        #100000#: merge CWS fwkpilot to top

2002-11-18  Frank Meies  <fme@openoffice.org>  [aa97d20d4946bfbfcd4b528dc0deb3b3759b3d70]

        #104743# Numbering portions in RTL environment

2002-11-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6fc11e9a7fa90f7d29254da7380278e1f9a2e199]

        #105243# hindi support

2002-11-18  Stephan Bergmann  <sb@openoffice.org>  [ceeac9c06f55a4ffde3e7f374bbefabd9a0060b6]

        #102629# Position XIM Status Window correctly in vertical mode.

2002-11-18  Nils Fuhrmann  <nf@openoffice.org>  [5a9b390e95cf314a7e86dc8319b4139fa9bf0fc5]

        Added support for hindi #105243#

2002-11-18  Nikolai Pretzell  <np@openoffice.org>  [51f9a6378065d0779e48d73e2de46371eec0b12e]

        replace ambigious csv::String::operator[] by function csv::char_at()

2002-11-18  Nils Fuhrmann  <nf@openoffice.org>  [19b002fa12f8131f3e6bfad86aa5b93092965c0b]

        Added support for hindi #105243#

2002-11-18  Martin Hollmichel  <mh@openoffice.org>  [02f4ad619774297658085bb84fcb5d009dbfe715]

        add: testtool, #104916#

2002-11-18  Daniel Boelzle  <dbo@openoffice.org>  [0c38ca4412531adafdb9cbac9dfa7f6f8e0d9882]

        #104560# outlining of msvc mapfile symbols

2002-11-18  Andreas Bregas  <ab@openoffice.org>  [4ba6b71a66aba4ce3866e6e027e89222ba4c8ab0]

        #102653# 32 bit arrays

2002-11-18  Andreas Bregas  <ab@openoffice.org>  [7e1536e31eac49a2d72d7aced6150d7b8c6d6d1b]

        #102653# Changed LBound/UBound types for 32 bit arrays

2002-11-18  Louis Suárez-Potts  <louis@openoffice.org>  [a561af855646784133dc16a8130c434be2b5b3e7]

        temporary removal

2002-11-17  Eike Rathke  <er@openoffice.org>  [7cbb00d9fd3f6880278296f7f3e9d8085db00ff1]

        #i4488# add et_EE locale data provided by Peeter Russak

2002-11-15  Karl Hong  <khong@openoffice.org>  [0ed9912eb84d49ba7aaa8fde8abdc1ed0fe0aa8a]

        #104354# Fix year format for the Year less than 100

2002-11-15  Caolán McNamara  <cmc@openoffice.org>  [e38e3fc6c0ba5cef622f7412a573bd96c2476ca2]

        #i9240# During 8bit conversion fallback to 1252 if a character is undefined in our source charset. Word appears to do this

2002-11-15  Philipp Lohmann  <pl@openoffice.org>  [9b73de5f99f99a1e0571286f81bb15461ea900fc]

        #104664# create cmap table for glyphIDs higher than 255

2002-11-15  Daniel Boelzle  <dbo@openoffice.org>  [49e942a32d02b0709ae2db1a5efc29455b90a303]

        #105182# further fixes

2002-11-15  Andreas Martens  <ama@openoffice.org>  [90c715fb741a22a931358e81dd174b5111aac309]

        Fix #104737#: Right to left for header and footer

2002-11-15  Frank Meies  <fme@openoffice.org>  [85da88a01fb50f8a77aec2c1de749b4a4bb8ecd7]

        #104730# Selection in RTL environment

2002-11-15  Oliver Specht  <os@openoffice.org>  [d4ce2e5e452bd976bbaf4f0e663b99979f545af3]

        #103096# optionally apply fixed (no language dependence) number format to text fields

2002-11-15  Christian Lippka  <cl@openoffice.org>  [c64a22338e8088af89c91a75f54373fc48242d06]

        #102531# writer wants to have less properties for drawing pool api

2002-11-15  Christian Lippka  <cl@openoffice.org>  [7188f1e896202ffdbd14ee01766b3b82c02d2fbc]

        #102531# writer wants to have less properties for drawing pool api

2002-11-15  Christian Lippka  <cl@openoffice.org>  [b5018419208d1cce39ce83bf3b784e002b92b4a0]

        #103444# added missing resource identifiers

2002-11-15  Ivo Hinkelmann  <ihi@openoffice.org>  [769427e8729c0f5b68dfe8e6f0fe13fada424301]

        #103444# Workaround for numerical Identifierer

2002-11-15  Daniel Rentz  <dr@openoffice.org>  [fd6e6ece43e8241d9bee442be138ec3bf64d0945]

        header/footer, ole

2002-11-15  Caolán McNamara  <cmc@openoffice.org>  [043945ae7510b97ca66922e80c718ec42fb7a091]

        #i7616# when a value is set in a format to be the same as its parent format, that should have been treated the same as if it had not been set

2002-11-15  Daniel Rentz  <dr@openoffice.org>  [34dcb0464c1e62e4edc62c22778f7493aeb4c9aa]

        #103144# formatted header/footer

2002-11-15  Armin Weiss  <aw@openoffice.org>  [fe8a0c07f9dc0e7d6f241711f624b6dcf47a5190]

        #104122# Look in the object defaults if left-to-right is wanted. If yes, set text anchoring to right to let the box grow to left.

2002-11-15  Thomas Benisch  <tbe@openoffice.org>  [48643ca716385a4a31a12e537cd78fe89039b3f7]

        #105198# Insufficient behaviour of checkboxes using at-poke

2002-11-15  Frank Meies  <fme@openoffice.org>  [1ca78bf78dfbe9108d23c48eac83ccb50aa02f8a]

        #104731# Fine tuning of pixel positions in rtl text

2002-11-15  Daniel Boelzle  <dbo@openoffice.org>  [2984ad923134afb0460e7184728ba5a7a44cf1ed]

        #105184# fixed DisposedException

2002-11-15  Oliver Specht  <os@openoffice.org>  [29e1cf1ae79e187aafb149da3507d00b936d7bc2]

        #103096# optionally apply fixed (no language dependence) number format to text fields

2002-11-15  Christian Lippka  <cl@openoffice.org>  [9d77c07db5219a34af8034512d789f82be0786a5]

        #104120# don't search for filters if its a soundfile on drop

2002-11-15  Ocke Janssen  <oj@openoffice.org>  [51f456cb4c6868c7f1baae154a23007896f2a7bb]

        #105186# correct getTypes

2002-11-15  Caolán McNamara  <cmc@openoffice.org>  [23db221417563146fca63546a9835b9b7c7bfa09]

        #i5970# GDIMetaFile for ole2 export improvement

2002-11-15  neilm  <neilm@openoffice.org>  [408935699c5a65f09dde12d848eadbc867ae0f16]

        Adding package declarations

2002-11-15  neilm  <neilm@openoffice.org>  [4701a503d0bb1fc51e686e1990050edfdb014ebc]

        Initial Import of support for Netbeans and jEdit installation

2002-11-15  Björn Milcke  <bm@openoffice.org>  [9fcb82b87423aeff7fe7a80d34a809da88bde16a]

        #104523# deliver idl-files for drafts.com.sun.star.chart (accessibility)

2002-11-15  Thorsten Behrens  <thb@openoffice.org>  [4fa9cce70a2d353353d4b392a280cad67fb84430]

        #105185# Now using proper text service name for AccessibleEditableTextPara implementation

2002-11-15  Eike Rathke  <er@openoffice.org>  [c38fb44570b3ea929fa392207516dd7fc7d7fa17]

        #105188# startup performance ToUpper_Impl: don't create temporary CharClass wrappers, use SvtSysLocale().GetCharClass() instead

2002-11-15  Sven Jacobi  <sj@openoffice.org>  [e6ad4c583972425acca3ece96a5f371bd0f2bb29]

        #105164# fixed scaling of META_EPS_ACTION if eps size is different to the prefsize

2002-11-15  Christian Lippka  <cl@openoffice.org>  [0347729a0a2a00ec6eb9f7e5be42a21cfb53e4a5]

        #105168# take care of empty path

2002-11-15  Ocke Janssen  <oj@openoffice.org>  [dc143516189ba871a88ee60221de8abc1c327f96]

        #105175# check size of poolitems

2002-11-15  Stephan Schäfer  <ssa@openoffice.org>  [3eef2acd17da4d9be085683b644c06e3e6a94e8e]

        #97739# yield for secondary threads does not call the mainthread's yield anymore but just sleeps to avoid deadlocks

2002-11-15  Ocke Janssen  <oj@openoffice.org>  [3eb324a5b09753db5365f440e3bad41c0319ab69]

        #105175# insert none for empty string

2002-11-15  Andreas Bregas  <ab@openoffice.org>  [e5f219a9473debd1af96ac8b052d39866954e2fd]

        #94812# Also check equal Shell for equally named root entries in BasicBox

2002-11-15  Malte Timmermann  <mt@openoffice.org>  [467f50bbf87dc6f3024da9545025639c30d12fcc]

        #104991# UnoControlDialogElement.idl

2002-11-15  Oliver Specht  <os@openoffice.org>  [3e4e63109fb71f75ea3987c5464c317a452f6554]

        #103096# syntax error corrected

2002-11-15  Malte Timmermann  <mt@openoffice.org>  [c85213282abc9eb55f7eb69ed582d3f131c7e61d]

        #105001# Use VclWindowEvent in Modify

2002-11-15  Malte Timmermann  <mt@openoffice.org>  [ba950a8a103433468a4f726c03d63ae51caf8bf1]

        #105001# Use VclWindowEvent instead of modify hdl

2002-11-15  Martin Hollmichel  <mh@openoffice.org>  [1ce53336ea5954ef3bfbdeb729d09644cdb99bc9]

        move: from external module . #104324#

2002-11-15  Oliver Specht  <os@openoffice.org>  [2642352cae8e2adca845825cf65c2a98f5be24ba]

        #103096# optionally apply fixed (no language dependence) number format to text fields

2002-11-15  Oliver Düsterhoff  <od@openoffice.org>  [ef6790486f1e73a0ae2c33ebd6617813c8115b75]

        #104684# use <SwSectionFrm::Init()> to initialize new section frame

2002-11-15  Oliver Düsterhoff  <od@openoffice.org>  [06978dd59686efd2e0c6e838721b147d1ed8a85a]

        #104684# class SwSectionFrm - use <Init()> to initialize new section frame

2002-11-15  Oliver Düsterhoff  <od@openoffice.org>  [bcd43f69629a9cf66d823f05d30ca28e5c66a942]

        #104684# ::_InsertCnt(..) - invalidate page content on insert of new section

2002-11-15  Frank Meies  <fme@openoffice.org>  [e4ff5ac244ed24d6b40e48d82328b011377386d3]

        #105139# Control objects should not be considered during tab travelling in form mode

2002-11-15  Oliver Specht  <os@openoffice.org>  [b150f0e3cd1367095c0cc1d4be3a2b4af61318fd]

        #102629# invalidate SID_ATTR_CHAR_FONT when page orientation has changed to inform the IME about text direction

2002-11-15  Thorsten Behrens  <thb@openoffice.org>  [d76b7c8292f940b43cbd60ccff45010c3bfbb3c3]

        #102532# No longer using VCL pseudo frame offset for Set/GetPixelOffset functionality. Instead, applying the outOffOrig offset on every mapping method

2002-11-15  Thorsten Behrens  <thb@openoffice.org>  [8b8bbdfea3486668fb10859a005530fe63a11063]

        #102532# No longer using VCL pseudo frame offset for Set/GetPixelOffset functionality

2002-11-15  Oliver Düsterhoff  <od@openoffice.org>  [5b123bbfb8e5acf8b615b873c686ab3491d547a1]

        #105155# SwLayAction::FormatLayout(..) - introduce support for vertical layout

2002-11-15  Nikolai Pretzell  <np@openoffice.org>  [04b6eccc97e4de69cc3b394dc512aeae99064567]

        Some features in IDL docu.

2002-11-15  Hennes Rohling  <hro@openoffice.org>  [5e217cdc0185c97b29f7b5df90b333d044ae4c83]

        #104509# Removed OSL_ASSERT()'s where conditions are covered by the code anyway

2002-11-15  Oliver Specht  <os@openoffice.org>  [5f284f138295e0a90897dbcbcf71b51899f93cb0]

        #105125# crash fixed: FontWork slots removes SwDrawTextShell due to switching off text editing mode

2002-11-15  Oliver Specht  <os@openoffice.org>  [e7a365fe52d429ca55f04c15d45a2a2e7a6338fb]

        #104120# insert sound via drag and drop

2002-11-15  Frank Meies  <fme@openoffice.org>  [380a116410c426a5cc42f2a6855a85a3988f0701]

        #103485# SplitRows with equal height

2002-11-15  Sascha Ballach  <sab@openoffice.org>  [667433e3e51de83ed3f1537868d029d0a4949a1a]

        #105061#; rename CHILDREN_TRANSIENT to MANAGES_DESCENDANT

2002-11-15  Sascha Ballach  <sab@openoffice.org>  [d42134559cd2dc00f8c045b370f36818b0074069]

        #105061#; rename CHILDREN_TRANSIENT to MANAGES_DESCENDANT

2002-11-15  Sascha Ballach  <sab@openoffice.org>  [5df96b5b0e36d65099ece3c22b2188eb2ecffea7]

        #105061#; rename CHILDREN_TRANSIENT to MANAGES_DESCENDANT

2002-11-15  Frank Meies  <fme@openoffice.org>  [e800c83f2ba535fb9d58777ff5ffed3934f469b6]

        #103485# SplitRows with equal height

2002-11-15  Frank Meies  <fme@openoffice.org>  [eb8b5eb5ae5a6649cad18d4870ce228f4d8a23d6]

        #103485# SplitRows with equal height

2002-11-15  Ocke Janssen  <oj@openoffice.org>  [269152823b99ea70619071b6b5874e9b953fed1c]

        #105154# insert the handling for BLOB and CLOB

2002-11-15  Ocke Janssen  <oj@openoffice.org>  [a76bd41c0e4a2f6302aed8cdf09351b5882c7c83]

        #105154# insert the handling for BLOB and CLOB

2002-11-15  Ocke Janssen  <oj@openoffice.org>  [0da8092d255978330717a3dc2cc09be9614f00e9]

        #105154# when the type of teh column is OTHER we ask the ResultSetMetaData for the correct type of the column

2002-11-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [fed7bb5c42b42bc2144f077e3975a9558ef330dc]

        #101076# MoveParagraph: Insert extra paragraph when copying to non-content

2002-11-14  Nikolai Pretzell  <np@openoffice.org>  [d5d550be4281af0b678f5662787b2f186501a0cb]

        Some features in IDL docu.

2002-11-14  Kai Ahrens  <ka@openoffice.org>  [63144ccc48194e7115887366836f10af45c39959]

        #97531#: check for Fontwork objects

2002-11-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [93618e93801084d232e9f28f04cc7ca961156ed4]

        #101076# MoveParagraph: Insert extra paragraph when copying to non-content

2002-11-14  Andre Fischer  <af@openoffice.org>  [f7e023d8471670854f27592303dceb1fd9fde01c]

        #105050# Added workarround for #105145#.

2002-11-14  Eike Rathke  <er@openoffice.org>  [a7a4614bfb2cd0d54a7de36425886524807f30cb]

        #105137# merge from review

2002-11-14  Eike Rathke  <er@openoffice.org>  [5d86ed13b36fcac38126ad90796c0d2847109bab]

        #105137# merge from review

2002-11-14  Daniel Boelzle  <dbo@openoffice.org>  [5f6e7f6dcf66e8fe0bd0279da40ea18404889cca]

        #103453# typo

2002-11-14  Thomas Lange  <tl@openoffice.org>  [0aa6158f25cd8fb79032a45e5097a1928d294066]

        #104583# initial version

2002-11-14  Thomas Lange  <tl@openoffice.org>  [ef7e55ed350b80ecd06ce7e264c2372f378faeca]

        #104583# Settings.idl added

2002-11-14  Philipp Lohmann  <pl@openoffice.org>  [98a8ff9c38bb0c0df8291cafe5c3b196e95d3a77]

        #i6571# make fax support work again

2002-11-14  Joachim Lingner  <jl@openoffice.org>  [d1cc0edafe520b5bf95fb888f5a390655f06a207]

        #105140# added -ea -Xcheck:jni in non pro office

2002-11-14  Thomas Lange  <tl@openoffice.org>  [b7c2cddffb3d8a446778041fbe424d9545f523c4]

        #105115# missing properties added

2002-11-14  Caolán McNamara  <cmc@openoffice.org>  [78688d3682ef0f6f0ccbed2f43ed8720f6f69730]

        #105086# Never trust the width of a table, its all lies :-)

2002-11-14  Armin Weiss  <aw@openoffice.org>  [4c020d89a54da4f528d1ea1abbcb1b6c9921e79d]

        #105127# SetPolyPoly3D sets the Svx3DVerticalSegmentsItem to the number of points of the polygon. Thus, value gets lost. To avoid this, rescue item here and re-set after setting the polygon.

2002-11-14  Daniel Boelzle  <dbo@openoffice.org>  [c6c8cb2b7efdaf3a390615c57501b71f2e666c7c]

        #103453# fixed bootstrapping from java

2002-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3d4ef9475516ca97860938ec13d5f8ca9f173d67]

        #100000# missing dependency

2002-11-14  Andre Fischer  <af@openoffice.org>  [84efe9fabd0495c538bd588d64ee18ec97363990]

        #105025# Added function that determines whether pages belong to current show.

2002-11-14  Duncan Foster  <dfoster@openoffice.org>  [d95a8e2fbb19827ee8d7cbe0a2b4017bbd91d6bb]

        Added target to create UNO package.

2002-11-14  Andre Fischer  <af@openoffice.org>  [5208a00b76f714e58590164ce84917571041ce28]

        #105025# Pages not belonging to the current show are grayed out.

2002-11-14  Armin Weiss  <aw@openoffice.org>  [ae016ae8310b8645e3dcf739e23100d455b17d2b]

        #104596# Use HasChildPathFocus() instead of HasFocus() at SpinFields #104596# Only fo value correction for angle if TBI_SHADOW_SLANT is active.

2002-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a491dc898d1e29ce8cd7b3cc23bcb4aca65b9e3e]

        #100000#: merge CWS fwkpilot to top

2002-11-14  Eike Rathke  <er@openoffice.org>  [4c2f8f89b04835ccf635d00ae88babf1ed109401]

        #97622# comment mark DST_OFFSET as Get only

2002-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b800085dc7be4984e216816a7001fb1fceb3478]

        #100000#: merge CWS fwkpilot to top

2002-11-14  Frank Schönheit  <fs@openoffice.org>  [69d29a8d177ddaebc8f4d03170441a6c8da02fbf]

        #90498# when applying the filter, commit the filter navigator before

2002-11-14  Frank Schönheit  <fs@openoffice.org>  [235a7cb809a069d209660e079a895c36038e7bd6]

        #90498# when closing: clear the model/view _before_ clearing the user data

2002-11-14  Frank Schönheit  <fs@openoffice.org>  [b1f2cad63643c11158ad7915121d18f181d37c03]

        #90498# -OnEdited

2002-11-14  Nikolai Pretzell  <np@openoffice.org>  [61e97b5303ecf722a73d9b9f09a857f612a7fcce]

        #100000# Workaround to: Bug in STLPort configuration leads to inconsistent exception specifications.

2002-11-14  Nikolai Pretzell  <np@openoffice.org>  [73607d3fceeb41d5ee15efb05af77bcb5fe334ee]

        #100000# Workaround to: Bug in STLPort configuration leads to inconsistent exception specifications.

2002-11-14  Thomas Lange  <tl@openoffice.org>  [bf125d6e8a113434f97d11b0f85d3d28014e1327]

        #103868# PDF export / page count problem fixed

2002-11-14  Andreas Bille  <abi@openoffice.org>  [5f5751ab0b5bf8b03f231a703a4ad3b6503ea18c]

        #105073# Added documentation for FTPContent and FTPContentProvider

2002-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [750701b6423dfcb0b1fc309b6aea81158ac9f88e]

        #100000#: merge CWS fwkpilot to top

2002-11-14  Joachim Lingner  <jl@openoffice.org>  [932d6a581a349031e6b5f3042d5e62b31b72288f]

        #105128# Applet.getDocumentBase returned the URL of the document and not its directory

2002-11-14  Tino Rachui  <tra@openoffice.org>  [48dd988963135c6b023c1de39a58d06f3e22ae5f]

        #100514#osl_createTempFile support for automatically removal added

2002-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [829aa80c3528e6ce04f94942c3d7b7330c2f5225]

        #100000#: merge CWS fwkpilot to top

2002-11-14  Tino Rachui  <tra@openoffice.org>  [ca12cd5eda6817712000f9537af7e3603a21ce9d]

        #100514#osl_createTempFile test

2002-11-14  Caolán McNamara  <cmc@openoffice.org>  [b78e9e1b1cbff9171ccbb9cff7b85dfc4a6ca323]

        #100685# I need assignment and copy ctor for PLCF helper class

2002-11-14  Philipp Lohmann  <pl@openoffice.org>  [aa74eba4d4cd66d4674c45e04ca83c00b49c8778]

        #i4337# set grayscale colors on non color devices

2002-11-14  Oliver Specht  <os@openoffice.org>  [72007439f2f996413519956c4f40ee0ac378a5f2]

        #104626# set UI metric at the module prior to FontWork creation

2002-11-14  Caolán McNamara  <cmc@openoffice.org>  [2ec747604275cb7399551e627d1a3dabb0c6e0e1]

        #104829# reverse previous

2002-11-14  Duncan Foster  <dfoster@openoffice.org>  [3fd240113b8d4c53381158ae18b7a55cfe161da6]

        Chnaging platform names to correspond to those used by pkgchk.

2002-11-14  Duncan Foster  <dfoster@openoffice.org>  [19ab5f3f18e1bfe6a17d9378206b1ae2ec938f7c]

        Added makefile & ANT build.xml for building the install jarfile.

2002-11-14  Oliver Düsterhoff  <od@openoffice.org>  [1b02df34145675d5cfc06c254848630226bd8bb3]

        #104821#,#104822# SwLayoutFrm::PaintSubsidiaryLines(..) - adjustments for vertical layout

2002-11-14  Oliver Düsterhoff  <od@openoffice.org>  [e4b2105f910d3d6b57375cec6c8a145be459f2f7]

        #97597# SwFrmNotify::~SwFrmNotify - complete paint if only printing area margins changed.

2002-11-14  Kai Sommerfeld  <kso@openoffice.org>  [ad78976cd2fdbe5a7e2b71793187506b26a664af]

        #104677# - Linux compiler problem.

2002-11-14  Tino Rachui  <tra@openoffice.org>  [c5d8508b1f843d941a8277cac9ed3f44cb023006]

        #100514#added osl_createTempFile test

2002-11-14  Jörg Budischewski  <jbu@openoffice.org>  [c805268837ca56d0f6f8da1203c7f496efd8bd44]

        #96704# switched to a c++ implementation to keep a static random pool object for performance reasons

2002-11-14  Thomas Lange  <tl@openoffice.org>  [7508ab938be15cb40eeaac6155a551aff604fc9f]

        #103868# PDF export / status update problem fixed

2002-11-14  Frank Schönheit  <fs@openoffice.org>  [e9d017a8e9c7777f6e4b8524afe67cf8932e3394]

        #105006# FileDialogHelper's FILE*_* constants are enums now (and namespaced)

2002-11-14  Kai Sommerfeld  <kso@openoffice.org>  [7a267f637f4479f8be7ae6ed97eb1e85b8a062ec]

        #104677# - Improved documentation.

2002-11-14  Frank Schönheit  <fs@openoffice.org>  [edea724dd45c03dc4ee644040649f3001518162f]

        #105006# FileDialogHelper's FILE*_* constants are enums now (and namespaced)

2002-11-14  Frank Schönheit  <fs@openoffice.org>  [3432cd78e6142182e058870e1dc0c5dea87a3b88]

        #105006# FileDialogHelper's FILE*_* constants are enums now (and namespaced)

2002-11-14  Ocke Janssen  <oj@openoffice.org>  [cb2750e7a3db1343f248c259fb45511dc7b4a8be]

        #105065# don't set localized criterias at the rowset

2002-11-14  Stephan Schäfer  <ssa@openoffice.org>  [a5aa7ca344dcec9e3b94d600840c9ab5debc2ef9]

        #102847# avoid deadlock when calling mainthread

2002-11-14  Frank Meies  <fme@openoffice.org>  [b9fcf15d98cd78c15294c9628728777b7fad57f2]

        #104565# Continuous underline featrue for non-baseline aligned paragraphs

2002-11-14  Tino Rachui  <tra@openoffice.org>  [c6d916ebd5c06bbff83e336c78212493e3f88044]

        #100514#merges from ukd304 branch

2002-11-14  Tino Rachui  <tra@openoffice.org>  [7e1db9e3c96950ef7a99ebe0bffb64949cba4cb2]

        #100514#specification of osl_createTempFile changed, automatically removal of temporary files possible on request

2002-11-14  Ocke Janssen  <oj@openoffice.org>  [935c95d3e40c920de25463f265aa5afda9f63d2f]

        #105110# some reorg and code movements

2002-11-14  Ocke Janssen  <oj@openoffice.org>  [842c79ed6674d0dd7640bb0567475dbe0431bad0]

        #105110# new methods inserted

2002-11-14  Ocke Janssen  <oj@openoffice.org>  [251c3f65cf51525e43974ef11d18b95317316091]

        #105110# new to fill from type

2002-11-14  Ocke Janssen  <oj@openoffice.org>  [81a08a78eca2230930bb91def5adbd8850d0e3cc]

        #105110# extend createUniqueName with bool param

2002-11-13  Christian Lippka  <cl@openoffice.org>  [79d91da06392045262cb44e97763baaf6014b3e5]

        #104658# set outliner mode on outline object popos

2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [f67d08b2027de1989f42d8c202cd445f84f54b55]

        #i9060# use single logical resolution in psprint

2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [847a6fbf65572061d02bd4dc5c3d76475b5ab38f]

        #i9060# use single logical resolution

2002-11-13  Karl Hong  <khong@openoffice.org>  [f74a243257338191654789abb10c62d591d64bc0]

        #104459# update quarter word

2002-11-13  Christian Lippka  <cl@openoffice.org>  [c381cb5fc368a455c0dca32d1c10dc86eaa73a8c]

        #103911# page preview has to use white background in hc mode when hc option for preview is off

2002-11-13  Juergen Schmidt  <jsc@openoffice.org>  [4ede78b56fb440dac222bd6751d1139086d74abd]

        #105083# correct singleton output

2002-11-13  Eike Rathke  <er@openoffice.org>  [3fcfcdb3642050616b3110dbed3edb2f08135b47]

        #105013# GetMappedFormatstring: take trailing empty subformats into account

2002-11-13  Tomas O'Connor  <toconnor@openoffice.org>  [7a40dae27490594746989ff5e46f402e1af5574c]

        Add license information.

2002-11-13  Tomas O'Connor  <toconnor@openoffice.org>  [a3dc06629f9da0534500f7c31cac4b16c1a920a4]

        Add license

2002-11-13  Juergen Schmidt  <jsc@openoffice.org>  [beb6814055f9fcdf905f51e6334b6401f3dc58a8]

        #105082# delete urd file if an error occur

2002-11-13  Tomas O'Connor  <toconnor@openoffice.org>  [3450a46b10ccda0839f62914ac453e0bacf87111]

        Add path to shared dependencies directory

2002-11-13  Tomas O'Connor  <toconnor@openoffice.org>  [7e3e63e5923bb8aed0107ac585e6f9e2fb0414a8]

        Add support for building IDE support modules to build.xml file

2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [a792fbfa97dfd7b33c2c800ffc504cb9a81b5aa5]

        #104973# extension workaround for XGetErrorText

2002-11-13  Sven Jacobi  <sj@openoffice.org>  [35bc4308c0c749ae15499febe4d69258eda76869]

        #104689# correct clipping of bitmap fillings (texture and gradient)

2002-11-13  Björn Milcke  <bm@openoffice.org>  [6b37113d50bf3d6a8677b1b60223f50f78ef0f41]

        #100165# copy&paste error

2002-11-13  Björn Milcke  <bm@openoffice.org>  [7116d2d75f28cce134481b7247b65fc7f0e8be1b]

        #100165# +optional service UserDefinedAttributeSupplier

2002-11-13  Björn Milcke  <bm@openoffice.org>  [7ccaaf64a34edc774690c802e0127c20266a0c56]

        #100165# copy&paste error

2002-11-13  Björn Milcke  <bm@openoffice.org>  [e54c1c12e710b10275da5e1be5b245a50055fe97]

        #100165# +optional service UserDefinedAttributeSupplier

2002-11-13  Björn Milcke  <bm@openoffice.org>  [de29376ce3bc1726aa767c9c0f7f84c016af4fbc]

        #100165# service containing the property UserDefinedAttributes

2002-11-13  Joachim Lingner  <jl@openoffice.org>  [908798a484c6af3af45ebc1c6a5399261668f26e]

        #105085# -Xdebug, etc. entries in java.ini are not read

2002-11-13  Kai Sommerfeld  <kso@openoffice.org>  [ed6056cf4874c722673fbd9cbaa009a13e559663]

        #104677# - enumeration interface for Type Description Manager/Provider

2002-11-13  Herbert Duerr  <hdu@openoffice.org>  [9cf3c9056dce201859b4ef2eea1bb0270cbd3e0a]

        #104768# disable text display improvement heuristic because of effects while typing text

2002-11-13  Kai Sommerfeld  <kso@openoffice.org>  [de6236db86300823912f1b025932fc34191f3815]

        #104677# - Initial revision.

2002-11-13  Kai Sommerfeld  <kso@openoffice.org>  [0bdf849fea4ac608fa70378d62259d608a6f8ea9]

        #104677# - Added PROPERTY, CONSTANT, CONSTANTS, SINGLETON

2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [458451dee61cb9cce9887d063e8561493086e72b]

        #i7262# GetPPDFile now does rudimentary content detection

2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [044fde1a994d7f18aa3c8fe7d5c9acdf18ebc5b9]

        #i7262# improve DSC compliance

2002-11-13  Christian Lippka  <cl@openoffice.org>  [c13cadd4c7fa61b3e43c6f98f7adcae50027210f]

        #103911# page preview has to use white background in hc mode when hc option for preview is off

2002-11-13  Christian Lippka  <cl@openoffice.org>  [48cfe2d685a4697a35049c97beee4789376a27ce]

        #103911# page preview has to use white background in hc mode when hc option for preview is off

2002-11-13  Thomas Lange  <tl@openoffice.org>  [45421ca83fa5c91854aa299c436df296b7d192fc]

        #103868# PDF export / MakeOptions moved

2002-11-13  Sascha Ballach  <sab@openoffice.org>  [e9d94f3824a8fc25e212760310f1a33981d7842c]

        #94733#; don't show Functionlist in Writer/Draw/Impress with Calc Ole if Functionlist is enabled in Calc

2002-11-13  Daniel Rentz  <dr@openoffice.org>  [ba5a13166fb40d5923414e4ae5576e43370269d3]

        #98786# base path handling

2002-11-13  Stephan Schäfer  <ssa@openoffice.org>  [197ea0dd2e005670dfd51189a7d271001fbca6f3]

        #104825# keep parent menu highlighted when submenu is closed

2002-11-13  Christian Lippka  <cl@openoffice.org>  [303a600a7a65f642d5709e000e62155bc7d3e78b]

        #104058# added missing asian and complex text services

2002-11-13  neilm  <neilm@openoffice.org>  [5be524976e257b56ace9d219f9af82eb41abea17]

        Initial Import of source files for the Scripting Framework Installer

2002-11-13  Oliver Specht  <os@openoffice.org>  [e8dc43de6cecfc402e491e131b07e95d45c84073]

        #105022# BaseFrameProperties.idl added

2002-11-13  Joachim Lingner  <jl@openoffice.org>  [4900e348f9e9337d5008c22d3f466460457d227c]

        #104358#

2002-11-13  Ocke Janssen  <oj@openoffice.org>  [64b8f1ca6d3b2020c847b04c9038b92897c8d95b]

        #105057# cacth GetInfo call for CREATE_VIEW in getTableTypes

2002-11-13  Behrend Cornelius  <bc@openoffice.org>  [5f3a68f391722bd0bf23b2def82e57b98f7fe39a]

        #96771# turkey.gif added

2002-11-13  Joachim Lingner  <jl@openoffice.org>  [a37dec2d83531d6e70534ca10928d1b926638c19]

        #104358#

2002-11-13  Behrend Cornelius  <bc@openoffice.org>  [000c034b9f44f10387c37c76b7995a9f1888cd1a]

        #104755# 'disposeDocument' added

2002-11-13  Behrend Cornelius  <bc@openoffice.org>  [8fcfb5d64982711607c677c9590eb2890bd2cf04]

        #104755# DisposeDocument deleted once form Main Sub

2002-11-13  Jörg Budischewski  <jbu@openoffice.org>  [d7f7bd64089d1cec144cc279fb205c54d2c32ead]

        #100000# sanbox depends on udkversion.mk because of versioning, which gets exported from sal

2002-11-13  Ocke Janssen  <oj@openoffice.org>  [f5721fbe4edde66ed20ef9c1b39da3f5893a8e56]

        #105057# ask for ODBC 2 columns if ODBC doesn't work

2002-11-13  Rüdiger Timm  <rt@openoffice.org>  [c9690611350a8af577f93794928fda498c391af7]

        #100000# Make unpacked directories executable.

2002-11-13  Stephan Bergmann  <sb@openoffice.org>  [911e6f24026cf895d94c64226d5b4dddf7f0b33c]

        #104785# Merged in 1.4.20.1.

2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [e01e4f63ef931781570ca54ed3480edaf7b91ea0]

        #103137# workaround nonconst region operator==

2002-11-13  Ocke Janssen  <oj@openoffice.org>  [f61c599604ea5193afc564b87529893e7c18975a]

        #104936# correct delegation to control accessible

2002-11-13  Daniel Boelzle  <dbo@openoffice.org>  [7a852297410c6e1df498bac096d9a0f98550651d]

        #104143# throwing lang::DisposedException after dispose()

2002-11-13  neilm  <neilm@openoffice.org>  [409218d48d9d11536f9194429a37c5fee8a67940]

        Initial Import of Binding Dialog files to binding/ directory

2002-11-13  Tino Rachui  <tra@openoffice.org>  [e3eefe577453c1c90d6e229aac8d7260b4645881]

        #104953#osl_getExecutableFile behaved wrong when the file name was relatively

2002-11-13  Philipp Lohmann  <pl@openoffice.org>  [02d3eaf3b62ea1b4f76d25c22f91eaa5f0321b7c]

        #102972# remove useless code

2002-11-13  Christian Lippka  <cl@openoffice.org>  [74d1e339787d1992c2a847d73f41ac7743abf42e]

        #104832# remove items from presentation object if item is set to style

2002-11-13  Caolán McNamara  <cmc@openoffice.org>  [586b62d1089ec0c9c7d9401b2e45b6914c7705af]

        #104829# If the locale could not be determined then we do not know the default charset for text, we should assume (like other programs) that we are in the C locale which assumes an ascii text charset

2002-11-13  Frank Meies  <fme@openoffice.org>  [ddf34de5a77025c8322b803975ce0f47d4c3cfc8]

        #95975# Paragraph keep attribute did not work correctly with tables following that paragraph

2002-11-13  Frank Meies  <fme@openoffice.org>  [8ea849376044cfd181527b1535701803ff4ac716]

        #104963# Keep attribute should not be applied if there is a table with pagebreak behind the keep attribute

2002-11-13  Oliver Specht  <os@openoffice.org>  [a79dd66ab5006980c3bc145aa704efcf1ff5a8a0]

        #105031# Insert/Field/Author inserts docinfo-created field instead of user name field

2002-11-13  Frank Schönheit  <fs@openoffice.org>  [67351fd7488914eaf6ccf7bbb06dd7af99f163a7]

        #105020# +NumberFormatsSupplier.idl

2002-11-13  Frank Schönheit  <fs@openoffice.org>  [a526511943785179b82c4bb5d0fb57d260c6ec24]

        initial checkin - standalone component supplying number formats

2002-11-13  Sascha Ballach  <sab@openoffice.org>  [396abc349c6cad43b7d613b738a05253af60129b]

        #103934#; test for InputHandler

2002-11-13  Sascha Ballach  <sab@openoffice.org>  [153b7f989151195bd46cba461e8e4b520280839a]

        #103934#; don't show the text in editline and cell if cell is in editmode

2002-11-13  Ocke Janssen  <oj@openoffice.org>  [c1fa8f5468baeaa427216e108749fdcc588ec260]

        #104144# correct the new positioning of the iterator used by clones and the original rowset

2002-11-13  Sascha Ballach  <sab@openoffice.org>  [e743f98858ff5322d4e229b1a6e63658c9deada9]

        #103663#; the service is in sheet and not in table

2002-11-13  Sascha Ballach  <sab@openoffice.org>  [933d644c7862bd0379634ba93bed570964787a0c]

        #103663#; add new services

2002-11-13  Sascha Ballach  <sab@openoffice.org>  [f38b63d00361e3636c443e535c03b7e445677d9f]

        #103663#; add new services

2002-11-12  Eike Rathke  <er@openoffice.org>  [b2c71f578aff510219b22cd5a5110df30af87cdd]

        #93048# add: GetScriptedWhichID

2002-11-12  Eike Rathke  <er@openoffice.org>  [84fa873188a61513c1038fbafa0ce8d93ccf7ab6]

        #93048# LATIN/CJK/CTL script type font attributes

2002-11-12  Sven Jacobi  <sj@openoffice.org>  [6e2995c51af462d225cceea2df72c80f4d6ca948]

        #104690# added clipping for gradients

2002-11-12  Thomas Benisch  <tbe@openoffice.org>  [5e02bb09201c0d016b097beaf2af867a84abac75]

        #104857# added vclxaccessiblespinfield.obj

2002-11-12  Thomas Benisch  <tbe@openoffice.org>  [acbe4a05e13157c957578e85208a64948fb5adf8]

        #104857# insufficient reporting on spin fields

2002-11-12  Gregor Hartmann  <gh@openoffice.org>  [dda139f5bfea962fcb2d48ee7c0d305dbfa51169]

        #105024#Some more fixes

2002-11-12  Gregor Hartmann  <gh@openoffice.org>  [2cdc39cf14687acd1174b630af3c5eb68d634d2f]

        #105024#remove Tilde before comparing

2002-11-12  Jörg Budischewski  <jbu@openoffice.org>  [002cc26502d5ef1cdf209cb1f2996e9d316aadc6]

        #105028# ORegKey initially has a refcount of 1, so acquiring after creation is wrong, this has been fixed

2002-11-12  Niklas Nebel  <nn@openoffice.org>  [677c524be839247f390e938972f41fddb8d0224a]

        #104881# new format menu for edit shell with character dialog

2002-11-12  Joachim Lingner  <jl@openoffice.org>  [f2e2383a8c04214757c23437de7840e16ae884b6]

        #1005008# added docu

2002-11-12  Frank Schönheit  <fs@openoffice.org>  [6b67c811ed3598002d752e1c0c3865737b669e22]

        #104581# convertFastPropertyValue: allow all type conversions which UNO runtime can serve ...

2002-11-12  Sascha Ballach  <sab@openoffice.org>  [fd61488d3e2efecd04288aadf9734ff30fd96072]

        #86769#; the service is in module sheet

2002-11-12  Christian Lippka  <cl@openoffice.org>  [4b3d40a300757052a7237b8c8d3a7c39b09da02f]

        #105021# added missing service DocumentFactory

2002-11-12  Kai Sommerfeld  <kso@openoffice.org>  [0db43f130f8b4020dcf76fbcadd29322a505f1a3]

        #100000# - Changed includes to avoid compile problem on Windows.

2002-11-12  Christian Lippka  <cl@openoffice.org>  [68447fc6167d0244ae736fbcbeab254fcedc9da3]

        #102057# added XWindow which was removed from frame::Controler service

2002-11-12  Kai Sommerfeld  <kso@openoffice.org>  [48d8354f3a0bbfb9ce2b58b40ecd99d2b3622e1b]

        #100000# - Changed includes to avoid compile problem on Windows.

2002-11-12  Tino Rachui  <tra@openoffice.org>  [b9694a30c4a2631007c4207bb83a3b149d39dc0b]

        #100514# merge changes from branch into top-level revision

2002-11-12  Christian Lippka  <cl@openoffice.org>  [d1585305a1732b8d3127896333c9bc84c90303e8]

        #104782# added PixelWidth and PixelHeight

2002-11-12  Rüdiger Timm  <rt@openoffice.org>  [5c95c30c9026100bb07715e125b778efdbc6cadb]

        #100519# Cleanup of some forgotten debug output.

2002-11-12  Christian Lippka  <cl@openoffice.org>  [4821510163a7f4c925f1084758d45dd822ffdde9]

        #104222# fixed color settings from document

2002-11-12  Tino Rachui  <tra@openoffice.org>  [6e566697d247ffba3ceecca3e901f9aea1567da1]

        #100514#initial revision

2002-11-12  Tino Rachui  <tra@openoffice.org>  [4ff41374cc1563a0b70d9eb405c641c86cf4c5d1]

        #100514#added osl_createTempFile

2002-11-12  Thomas Lange  <tl@openoffice.org>  [c9fb40be5b6898cf1f954abc50fcbfac44e4804e]

        #104543# evaluate flag for PDF export

2002-11-12  Tomas O'Connor  <toconnor@openoffice.org>  [3ad133b5f1b5a8574c60f658e55eea06a122f5c7]

        *** empty log message ***

2002-11-12  Thomas Lange  <tl@openoffice.org>  [8eb881b89acf13556b666f0aec65eae221f76e81]

        #104543# Flag for PDF export set

2002-11-12  Tomas O'Connor  <toconnor@openoffice.org>  [e75a5b278c89166503ec8a875655724adb2b05a3]

        Add Office Scripting in Java NetBeans module

2002-11-12  Tino Rachui  <tra@openoffice.org>  [bdd57b9479eaa8d80ea7eb5c9676a1a523f411d5]

        #100514#introduced createTempFile function

2002-11-12  Thomas Lange  <tl@openoffice.org>  [5d7c05784c776cb9b527d1050cd5ee4b5c81d7c9]

        #104543# Flag for PDF export added to SwViewOption

2002-11-12  Tino Rachui  <tra@openoffice.org>  [ca92c9f08512349dd26f938e12d0620abf06c466]

        #100514#new osl_createTempFile function

2002-11-12  Tomas O'Connor  <toconnor@openoffice.org>  [ebb5dbaabbbf04d13e210271965b2ef50366cbc7]

        Initial checkin of org.openoffice.idesupport java package for shared classes supporting Office Scripting in Java in various IDEs

2002-11-12  Kai Sommerfeld  <kso@openoffice.org>  [6c25a57342dc1b96d00a8af85e0144b6c90d6d59]

        #100000# - Reordered headers to avoid compile problem on Windows.

2002-11-12  Ocke Janssen  <oj@openoffice.org>  [73328369ef4bec5d9cc07cdf476d18d9ea747a6e]

        #104282# allow modifing when adding pkey

2002-11-12  Rüdiger Timm  <rt@openoffice.org>  [a8fd30338d4a84166b5c65fac98e79861c9bc132]

        #100519# Create directory on solver common.

2002-11-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c896450cb1170d06ead2b2d7c8e54badb95344b]

        #104894# allocator<void*> is external

2002-11-12  Ocke Janssen  <oj@openoffice.org>  [c20e237f711e4dd5e48f6e69361f53160dc817fa]

        #104282# get name of pkey after inserting

2002-11-12  Frank Schönheit  <fs@openoffice.org>  [bc773dfb2c3e0d1403a8fc4987b46b03ad4d0197]

        #95343# (on behalf of sleepybear@openoffice.org) use XLayoutConstraints

2002-11-12  Thomas Lange  <tl@openoffice.org>  [6f8db20589b24d4aa217681c8733935aa70196a6]

        #103868# PDF export for selctions patched

2002-11-12  Frank Schönheit  <fs@openoffice.org>  [634ff9dcf99e4fcbd182f86706f38abdda5b8bea]

        #95343# (on behalf of sleepybear@openoffice.org) implemented XLayoutConstraints

2002-11-12  Frank Schönheit  <fs@openoffice.org>  [f60d6c8e125c329f755dec0cf31f3d879aaa1a28]

        #95343# minimum size defaulted (not actual size)

2002-11-12  Herbert Duerr  <hdu@openoffice.org>  [41f6fbe9fde718106d92a0a5dc29eec04410056f]

        #100449# boost low font IDs

2002-11-12  Ocke Janssen  <oj@openoffice.org>  [95a47e47da700b7dea67b598f338fbdb0ded3c13]

        #104984# check if primary key only exists in one table

2002-11-12  Herbert Duerr  <hdu@openoffice.org>  [3323d5bf699972f9d32add853152a3f83402e0e1]

        #100449# boost low nFontId

2002-11-12  Gregor Hartmann  <gh@openoffice.org>  [3eadbf4f083b03015023a5843b3c12bb41b64408]

        #97187#Implemented functionality. no UI yet

2002-11-12  Kai Sommerfeld  <kso@openoffice.org>  [d0e945790494e61f557420d6a44c03b323bd01e6]

        #100000# - Reordered headers to avoid compile problem on Windows.

2002-11-12  Frank Schönheit  <fs@openoffice.org>  [cfea500c91af8e9d782d012438e4d6a1b1bfc98e]

        #104702# setActiveController lost a default param

2002-11-12  Frank Schönheit  <fs@openoffice.org>  [733ad25c7411de00709c4ca3f40d3abe008fdb6a]

        #104702# close handling refined

2002-11-12  Caolán McNamara  <cmc@openoffice.org>  [9ba07c780b5cf0031eec27426078c6d1a7a8b98c]

        #i9178# Improve archaic anchoring options

2002-11-12  Sven Jacobi  <sj@openoffice.org>  [f699b67a766958bff8852ae17024cf3b3ad72121]

        #95756# font has not always been updated

2002-11-12  Stephan Schäfer  <ssa@openoffice.org>  [f64541afcfa45dd9e3b55dae4d401454d2250a46]

        #96568# cascade document windows, framestate now without decoration

2002-11-12  Stephan Schäfer  <ssa@openoffice.org>  [431d33ce272ea194e569e21b467ea3bb9ec774c8]

        #103982# correct window position on screen for BiDi case

2002-11-12  Stephan Schäfer  <ssa@openoffice.org>  [002075ee9e1d5c4bc292c46bd5238e274415ba0e]

        #96568# cascade document windows

2002-11-12  Herbert Duerr  <hdu@openoffice.org>  [c7410bbb8306d1bd2ce16b4af8ceb10cd7f01f5a]

        #104591# add KOREAN and KOREAN_JOHAB to list of languages with underline below text, fix vertical offset in Math boundrect and outline

2002-11-12  Vladimir Glazounov  <vg@openoffice.org>  [7115328215fe7fabb4f9cc548f753c716c8ae2a3]

        #100000# removed overflowing redundant dependency

2002-11-12  Thomas Lange  <tl@openoffice.org>  [56255d0098d24f8f2175fcdfacfa080c558f9797]

        #104969# property 'BasicLibraries' not exported to settings.xml anymore

2002-11-12  Caolán McNamara  <cmc@openoffice.org>  [b411a4f47ef12e97a6dd48dc5003fb10f0949ebc]

        #104998# default paragraph => default font => default font charset for code conversion

2002-11-12  Andre Fischer  <af@openoffice.org>  [9c167c2d090f175be642fd4feb2e4ef8a1354492]

        #104145# Resetting the bZoomOnPage flag in SetZoom().

2002-11-12  Vladimir Glazounov  <vg@openoffice.org>  [c230424848fc236e48e1b191f97c77f02c812ac3]

        #100000# KSO: header clash for windows

2002-11-12  Ocke Janssen  <oj@openoffice.org>  [fe965ac86c17934a4e1691756c254eb31c4d1e2c]

        #104812# factory method inserted for tablewindows

2002-11-12  Vladimir Glazounov  <vg@openoffice.org>  [abb927c75482fa834f4900b81e1820057a0a5eb4]

        #100000# added global dependency

2002-11-12  Oliver Düsterhoff  <od@openoffice.org>  [32148a09a850b83d8203230c1844594e5e52fe7f]

        #104414# SwLayAction::FormatLayout(..) - consider enlargement of already painted layout frame

2002-11-12  Christian Lippka  <cl@openoffice.org>  [ba5de45746b5e7ba9b17f5c2a93627b3c0d0edb0]

        #102565# added UpdateFromTemplate property

2002-11-12  Ocke Janssen  <oj@openoffice.org>  [369a54e9d9aeeee5c5c33226ace3b9b192d928c2]

        #104816# use composedName

2002-11-12  Thomas Lange  <tl@openoffice.org>  [d290a04634035f10624a7d8ebbd7fff8b24ea600]

        #78669# SwXDrawPage entry updated

2002-11-12  Niklas Nebel  <nn@openoffice.org>  [ffdcf740120060e4b6d638b79ecc3d5f863f92ad]

        #104494# use protection hidden flags also from outside the shown area

2002-11-12  Ocke Janssen  <oj@openoffice.org>  [17867c398aab1666276f0d572f5b4b052402db8c]

        #104978# insert catch around refresh methods

2002-11-12  Ocke Janssen  <oj@openoffice.org>  [120163ddc7b42ebab982ccddb8cc0a319bb780bf]

        #104978# correct column quoting

2002-11-12  Sascha Ballach  <sab@openoffice.org>  [cc6dfb7e056eee4de875565ced2573b470c886e2]

        #104794#; remember the UpdateDocMode in all loading methods and not only in LoadXML

2002-11-11  Herbert Duerr  <hdu@openoffice.org>  [3297af99d8a0458ff97fb4b677f1185245928e7f]

        103979# warn about wrong mnemonic marker especially for RTL control text

2002-11-11  Ingrid Halama  <iha@openoffice.org>  [2abfb16010ff5cfbab929ee157426fcec49bce32]

        #98455# Dropping Multiple Slides: also create UndoAction for removing of dublicate masterpages

2002-11-11  Eike Rathke  <er@openoffice.org>  [4b021f597845a9fe98e98c95b4ca1a13f4ab3e8f]

        #75688# write widths and heights only in first column/row

2002-11-11  Daniel Boelzle  <dbo@openoffice.org>  [5c0beddcfaa53a6e595bc59c071ba1a786803e9a]

        #104787# removed corereflection singleton entry

2002-11-11  Daniel Boelzle  <dbo@openoffice.org>  [4a6f54ade3538890a397ed77418c78556d9ea54c]

        #104787# no registration here

2002-11-11  Daniel Boelzle  <dbo@openoffice.org>  [116b4c50f5d60deec1e19dd47e360fcac32af990]

        #104787# writing corereflection singleton entry with registration

2002-11-11  Daniel Boelzle  <dbo@openoffice.org>  [bf7b6a0b0624ed7bcd189499eae26c9e3f7c77ae]

        #104787# /UNO/SINGLETONS entries will be recognized

2002-11-11  Sven Jacobi  <sj@openoffice.org>  [f8a4386d02158f3d85cf18846f69e998fa2ecb0c]

        #102821# improved language attributing, now the import takes account to all portions when importing the langage

2002-11-11  Stephan Schäfer  <ssa@openoffice.org>  [d375d28a485f6995c124c4db92900eba1788432b]

        #104929# force current tabpage to be read on focus change

2002-11-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f42138b4beebf68a0652af5ee00967bff1d3ef0d]

        #104895# check SOURCE_ROOT when using -cwsnamw; generic error output

2002-11-11  Björn Milcke  <bm@openoffice.org>  [9ba5c1ab5a781ab8d63d2f104a80e2cdafd19bcb]

        #97159# EndElement() should terminate with controllers unlocked (Flat-XML filter)

2002-11-11  Daniel Vogelheim  <dvo@openoffice.org>  [19c2e525bdf53539ffbd030083ec7ef3782d2e42]

        #102167# correctly merge insert/insert redlines if they are overlapping

2002-11-11  Daniel Vogelheim  <dvo@openoffice.org>  [9bcf52cb74858b484a1b10a5c971c21e7c1d39b5]

        #102167# fix undo when merging documents

2002-11-11  Thomas Lange  <tl@openoffice.org>  [8f283cd14a8bee5d77e19de10d062992d3cea244]

        #103868# PDF export for (multi-)selection

2002-11-11  Juergen Schmidt  <jsc@openoffice.org>  [8ec4da9e87a1c6198340735595d16acae613e733]

        #104974# correct documentation of singleton

2002-11-11  Andreas Bregas  <ab@openoffice.org>  [384a27d3adf3ecea1f1577627419b3cbefbd0d16]

        #102652# setDataArray methods: Use Any >>= operator for element conversion

2002-11-11  Tino Rachui  <tra@openoffice.org>  [5ecc2ff9af5523e585cefd6621e9544286df1c11]

        #104862#not using osl condition anymore for waiting but native win32 events, during wait on this events we'r dispatching messages sent by other threads in order to avoid deadlock, because COM proxy-stub communication uses SendMessage for inter-apartment communication

2002-11-11  Sascha Ballach  <sab@openoffice.org>  [54d801cdc9e4816cc3fac260ca04f99fa6bffe6c]

        #90626#; add XNamed

2002-11-11  Thomas Lange  <tl@openoffice.org>  [ec9b5bfebe8897d7a5cb44f86b2a3c777b592956]

        #103868# PDF export for (multi-)selection

2002-11-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [1e5996b018a816f6640c38ed972d2a02bfc8e696]

        #104811# only SfxPrintProgress::SetCancelHdl when no PDF output

2002-11-11  Sascha Ballach  <sab@openoffice.org>  [ce87111285f6adcd1197ab6d0ae7a7b8d2e2ca82]

        #91929#; test whether SvInPlaceObject is

2002-11-11  Nikolai Pretzell  <np@openoffice.org>  [4486321f54bb78bd1a7d22023c035ddf2b789adf]

        #91933# Allow XML tags like <EmptyTag/> in XML module descriptions.

2002-11-11  Thomas Lange  <tl@openoffice.org>  [390a2b78aa715d1d3c3ddadcc4445f38b72b97f7]

        #103868# PDF export for (multi-)selection

2002-11-11  Daniel Rentz  <dr@openoffice.org>  [e78d1aaf4f181bca0641fc6174c0d227482a9a9c]

        #104922# cell formatting moves to other rows

2002-11-11  Sascha Ballach  <sab@openoffice.org>  [282622f5371fc97e8c37916b9658118cd4f8cea7]

        #91929#; disable original size entry if not possible

2002-11-11  Caolán McNamara  <cmc@openoffice.org>  [d78e4041eecdb42d482893cbf3b99b249b1abe4f]

        #104958# field in field trickiness

2002-11-11  Thomas Lange  <tl@openoffice.org>  [a453400053acb1aff020b78837f92fa91f803149]

        #104583# Type of CurrentDatabaseCommandType fixed

2002-11-11  Sarah Smith  <ssmith@openoffice.org>  [08cddab6625098f8496c3905d5638868082b33b4]

        #96320# fixing set property default behaviour

2002-11-11  Frank Meies  <fme@openoffice.org>  [f7a3aa846f17067a8289401e607693383d8a885a]

        #104611# ChgSize should invalidate frame if Grow or Shrink did not succeed

2002-11-11  Thomas Lange  <tl@openoffice.org>  [4434788956fbcb726cff754708313964efe16b78]

        #103868# PDF export for (multi-)selection

2002-11-11  Daniel Boelzle  <dbo@openoffice.org>  [0720c6f758f9ed4c684a59e0e46b044e769b2ed0]

        #103453# fixing class loader loading from additional manifest Class-Path jars

2002-11-11  Thomas Lange  <tl@openoffice.org>  [ca8a7b972f8d884beb63eff5757237ef11b970c2]

        #103868# PDF export for (multi-)selection

2002-11-11  Sascha Ballach  <sab@openoffice.org>  [829ebd462670b964b2435311b325ed828ae0c5da]

        #102565#; add UpdateFromTemplate property

2002-11-11  Philipp Lohmann  <pl@openoffice.org>  [8c75f5ff3d0bfa66830e2faf982c5850938cfab0]

        #98039# remove useless assertion

2002-11-11  Daniel Vogelheim  <dvo@openoffice.org>  [522abf73e7c63cd197a85c3c90038bee6771dd2a]

        #102167# NULLify pointer to deleted data

2002-11-11  Vladimir Glazounov  <vg@openoffice.org>  [9116e15052add7465bd6dc44f34114f32287a8d7]

        #100000# exception specification

2002-11-11  Kai Sommerfeld  <kso@openoffice.org>  [4a83d15359fa5e3fe96dffd86bd4b15e957c2515]

        #104677# - solaris compile problem.

2002-11-11  Oliver Specht  <os@openoffice.org>  [e4774b3b56b51bcc39339e2b135aefca922e3b3b]

        #101847# error message changed

2002-11-11  Peter Burow  <pb@openoffice.org>  [d0e5043f5ea047d1a3068406a08faa67d5fd89d2]

        fix: #103936# use new config key

2002-11-11  Sascha Ballach  <sab@openoffice.org>  [e3c7e56bff5a843ee5c7f4c79500eee46f9a2878]

        #104893#; return the displayed text

2002-11-11  Oliver Düsterhoff  <od@openoffice.org>  [eb167b5ed11125dc1a79afaf312e9a530f8dfad4]

        #104840# - use <SwLayoutFrm::IsBefore(..)>

2002-11-11  Oliver Düsterhoff  <od@openoffice.org>  [388fb4dd9fa7f6de9a85e8436055d1df3e1732f0]

        #104840# SwCntntFrm::MakeAll() - special <MoveFwd(..)> for footnote content

2002-11-11  Oliver Düsterhoff  <od@openoffice.org>  [bf221f00e57dcb16c6b7fdad93fcf5fbbda9efbf]

        #104840# lcl_ChangeFtnRef(..) - position invalidation of first footnote content

2002-11-11  Oliver Düsterhoff  <od@openoffice.org>  [2cc85b8f9a2e98c1704d524758cd7643384368a4]

        #104840# - implement new method <SwLayoutFrm::IsBefore(..)>

2002-11-11  Oliver Düsterhoff  <od@openoffice.org>  [2e34b3f5f1979718d628fc7a504af6f7cd7445d2]

        #104840# - new method <SwLayoutFrm::IsBefore(..)>

2002-11-11  Sascha Ballach  <sab@openoffice.org>  [8acd883fa384c3a60650492b67d4999766f0f390]

        #104547#; set visible sheet in endDocument

2002-11-11  Sascha Ballach  <sab@openoffice.org>  [38eb7aeb89ba6c2ac97b1589721e48ab3740e572]

        #104547#; return own Viewdata if SfxBaseModel does not return anything

2002-11-11  Ocke Janssen  <oj@openoffice.org>  [ce8ff51377a925d5122b05111e2a5ab82d040402]

        new driver for mysql

2002-11-11  Ocke Janssen  <oj@openoffice.org>  [e77137649463b95dd8e11ad69fb03c20775d1c4a]

        new mysql driver

2002-11-11  Ocke Janssen  <oj@openoffice.org>  [1fd36278cb28d73d11b3793ff011f735828547fb]

        remove unused files

2002-11-11  Kai Sommerfeld  <kso@openoffice.org>  [970e23ab9d50ebdf82351c959d1daaaf36065ff2]

        #104677# - Introduced/modified for Type Description Manager/Provider Enumeration            Interface.

2002-11-11  Ocke Janssen  <oj@openoffice.org>  [fb0f9d9658b08a2ab9c086d12fb95dd0f703767d]

        new mysql driver

2002-11-11  Kai Sommerfeld  <kso@openoffice.org>  [f14c1f894317f7e814780e9eade40c929e04b26d]

        #104677# - Added attribute OPTIONAL.

2002-11-08  Rüdiger Timm  <rt@openoffice.org>  [7af45e8e43494cbd56a8b892a42090041a0ce61c]

        #100000# Don't deliver links. Otherwise you may get strange results, because copy follows links both for source and destination file.

2002-11-08  Behrend Cornelius  <bc@openoffice.org>  [e8b82ba75ee1e1c40159c84f804fae0d48cccdcf]

        #104710# Exceptionhandling for pathretrieving added

2002-11-08  Caolán McNamara  <cmc@openoffice.org>  [8ea9fbff3d242f6e7a841204ff6740ba0f7fd059]

        #104920# remove final para from frame only after properties for that para have been commited

2002-11-08  Jörg Barfurth  <jb@openoffice.org>  [a41cce2b603eebe77dee60233102fa28a8e03feb]

        #104661# Replace oor:context by oor:package in layers; keep support context on read for now

2002-11-08  Jörg Barfurth  <jb@openoffice.org>  [b7819eed38a855f4ba45708d89e49197280de2f8]

        #104661# Replace oor:context by oor:package

2002-11-08  Jörg Barfurth  <jb@openoffice.org>  [b7317537c03bc3abba2f2a770540339fc8897839]

        #104661# Adjust schema for using oor:package everywhere; remove oor:context

2002-11-08  Thomas Benisch  <tbe@openoffice.org>  [29d0e79f7bcb572a5a57d78a9d38858b2a8aae15]

        #104891# send VCLEVENT_TABPAGE_INSERTED, VCLEVENT_TABPAGE_REMOVED, VCLEVENT_TABPAGE_REMOVEDALL

2002-11-08  Thorsten Behrens  <thb@openoffice.org>  [b09a1b82a343f4e182633300567973f24934794a]

        #104609# Added extracted fill bitmap calc method

2002-11-08  Stephan Bergmann  <sb@openoffice.org>  [97656735ca2bcb629547bff92fcfea5fda71cf7f]

        #104548# Fixed code to compile on Linux.

2002-11-08  Stephan Bergmann  <sb@openoffice.org>  [d1d2e7fcb5123cf5e453f4bc8f4e2126c1a09f2d]

        #104548# Conversion tables in prev. rev. still had a bug.

2002-11-08  Michael Hönnig  <mi@openoffice.org>  [59854851a520837552a173f61f6482bba2bbdceb]

        #104896# autodoc integrated

2002-11-08  Michael Hönnig  <mi@openoffice.org>  [f8f31c45b11acfaa900b96ddcdb7d4d73721df84]

        #104896# autodoc integrated

2002-11-08  Michael Hönnig  <mi@openoffice.org>  [952a4ec0fb129a008a79f064833920e15f4324fd]

        #104896# autodoc integrated

2002-11-08  Daniel Vogelheim  <dvo@openoffice.org>  [57fade758a3b40d79316c0ceab13f354c07e17ba]

        #102565# save 'UpdateFromTemplate' flag in document settings

2002-11-08  Oliver Specht  <os@openoffice.org>  [520f7a8d0255ebf6b1d925f88b3f621f8d2c30d6]

        #104515# reduce syntax highlighting in large documents

2002-11-08  Stephan Bergmann  <sb@openoffice.org>  [893ba9e05c5ab68c6f89056bc3cf4775f55410fa]

        #104548# Added de-facto standard characters to JIS X 0208 row 13.

2002-11-08  Christian Lippka  <cl@openoffice.org>  [7aee72454bd82f5a39d0d6a1b3813f6a96fe2d71]

        #104820# defaulting bCustomShow to true makes no sense so I changed it

2002-11-08  Sarah Smith  <ssmith@openoffice.org>  [4eb086303ce55a9f0252f3448521dbc2a16b3a16]

        #96320# fix for setPropertyToDefault layerwriter.hxx

2002-11-08  Sarah Smith  <ssmith@openoffice.org>  [f0699f64fe6e82cc653d90ad2a7ed10480fe7c61]

        #96320# fix for setPropertyToDefault

2002-11-08  Sarah Smith  <ssmith@openoffice.org>  [e96216b39e2c1580e95c0f28d7a8361e39667139]

        #96320# added layerdefaultremover

2002-11-08  Sarah Smith  <ssmith@openoffice.org>  [2e48238f60c369bc71aafafdbd699c26aa19c95c]

        #96320# renamed file from layerdecorator to layerdefaultremover, updated file

2002-11-08  Sarah Smith  <ssmith@openoffice.org>  [78dc820c3ec53c791d7190271fac6dfa97194ec0]

        #96320# renamed file from layerdecorator to layerdefaultremover, updated file

2002-11-08  Behrend Cornelius  <bc@openoffice.org>  [532a29a74f87bdf07d599b411091c4976837741e]

        #104755# Now "DisposeDocument" called instead of "oDocument.dispose()"

2002-11-08  Gregor Hartmann  <gh@openoffice.org>  [825c55110e23e32706846d67dacca29d01b14446]

        #100819# no initial empty document

2002-11-08  Oliver Braun  <obr@openoffice.org>  [4e44999fc5c766337a4eea743aa364a5a22f8271]

        #104687# AccessibleSelection support for PAGETABLIST

2002-11-08  Behrend Cornelius  <bc@openoffice.org>  [fefa3b69e6abd22a65c3ff4cf4db40050eb1d894]

        #104755# Now "DisposeDocument" called instead of "oBasedocument.dispose()"

2002-11-08  Frank Schönheit  <fs@openoffice.org>  [095f9f53fdec27a433000017063be4aac807ce68]

        #104753# Closing now done with CloseWin, not CloseDoc anymore

2002-11-08  Frank Schönheit  <fs@openoffice.org>  [79fe6f32d7a451a3f4be2784ea2d53bf6f062b86]

        #104753# Closing now done with CloseWin, not CloseDoc anymore - slot not handled ourself, but by the framework

2002-11-08  Frank Schönheit  <fs@openoffice.org>  [e852565cbdc6b16b9c56910abd27b58a6873cc3f]

        #104753# bitmap input directory extended

2002-11-08  Stephan Bergmann  <sb@openoffice.org>  [cf81cb677842a37cf0a5a56576312d6668aa5f0f]

        #104429# Added support for telnet.

2002-11-08  Caolán McNamara  <cmc@openoffice.org>  [ee4e0db783c08d015da2c2882c8e9e3cfb093df8]

        #i3029# apply aidan's implementation of ww7- form fields as input fields instead of uno textboxes

2002-11-08  Daniel Rentz  <dr@openoffice.org>  [6bd1b9a6d8f72fbfa2d0400ba2b4816270506890]

        #104865# try to match default palette

2002-11-08  Michael Hönnig  <mi@openoffice.org>  [04517f321ee198359188e8a904e5276a7bb46c40]

        #104896# autodoc integrated

2002-11-08  Malte Timmermann  <mt@openoffice.org>  [81f943b3ffd66d51e86980631c5da223d13c1803]

        #104799# Remove hard attribs in SetStyleSheet only if style sheet changed

2002-11-08  Christian Lippka  <cl@openoffice.org>  [dee2f4976213412644a9944d35894c5172bc3e13]

        #104882# search master page styles seperator backwards

2002-11-08  Philipp Lohmann  <pl@openoffice.org>  [017dead2f0d00886be831a8a82d340ea21a229f5]

        #104420# use SetSize if appropriate

2002-11-08  Rüdiger Timm  <rt@openoffice.org>  [33b8af0f59b8098e4824a3e9ab6880f06046255f]

        #100519# Changed destination of common deliverables into %COMMON_DEST%. Note: this change needs deliver.pl rev 1.33 or higher and adaptions in zip.lst and lzip/scpzip.

2002-11-08  Rüdiger Timm  <rt@openoffice.org>  [adb6776034801f38119b910b0354e0aa26d4b2ad]

        #100519# Cleanup (I left one development note.

2002-11-08  Rüdiger Timm  <rt@openoffice.org>  [ff1ee124d7a0b667137cd8cd6d4a9c69a4583e91]

        #100519# Use common tree on solver. deliver.pl now copies everything with is in local common output tree into a (new) common tree on solver. Additionally there is a new macro called %COMMON_DEST% which can be used in d.lst to explicitly copy into common tree.

2002-11-08  Vladimir Glazounov  <vg@openoffice.org>  [5faa40803cbaf5bbcb7a60ddfc7ab5cda27de556]

        #100000# MT:changes for new boundschecker and true time

2002-11-08  Darragh Sherwin  <dsherwin@openoffice.org>  [0350f31e1d3002de0feb724ad82f0bc9e32be1c8]

        protocolhandler has dependency on scriptstorage being built first

2002-11-08  Ivo Hinkelmann  <ihi@openoffice.org>  [1b751abca4592202ffc9c472f2a929bd49d2ff72]

        Problem with casesensitv filenames fixed

2002-11-08  Oliver Specht  <os@openoffice.org>  [11d9e93adc334c03dde6bd68e04fe302b8e4e53e]

        #84741# enable key positioning of frames if SOME_ABS_POS is supported

2002-11-08  Philipp Lohmann  <pl@openoffice.org>  [54ad23bf5f9b6c16d5de38daec30102d45534044]

        #104897# catch possible exception

2002-11-08  Malte Timmermann  <mt@openoffice.org>  [a0d0f554a3fa0e33bb9fa5ff98025c5b7bef8992]

        #86547# export fields in RTF as textimpedit4.cxx

2002-11-08  Frank Schönheit  <fs@openoffice.org>  [3d3634742333a3cfefe4fbf08e483ba3858d481b]

        #104549# announce the frame to the base class - will handle closing the window properly now

2002-11-08  Thomas Lange  <tl@openoffice.org>  [2973a7290846cab6a3358fdde77a626e379cf7d4]

        #104864# problem when looking for hyphenator entries in the dictionary list fixed

2002-11-08  Gregor Hartmann  <gh@openoffice.org>  [34a7f27faafa5fe32fd90b734fb3ea1ec706e15b]

        #103942#Add errormessages for aditional checks

2002-11-08  Ocke Janssen  <oj@openoffice.org>  [8fd2cae69edbbe2f9bcf67c554cd2b54c7c3bcfc]

        #104812# factory method inserted for tablewindows

2002-11-08  Ocke Janssen  <oj@openoffice.org>  [b92f05d5caa6aee8655ee2c5084ebdbf18e17fb1]

        #104812# control methods changed

2002-11-08  Sascha Ballach  <sab@openoffice.org>  [424106cbd364019e24409af2fb2884fe2a27eb57]

        #104890#; there is no entity qname-but-not-ncname

2002-11-07  Philipp Lohmann  <pl@openoffice.org>  [69d26a6791ff1986727f73480552c66f1d67903c]

        #102021# ensure modality in nonlinear modal dialogue chains

2002-11-07  Daniel Vogelheim  <dvo@openoffice.org>  [511a2ce26de3d1773cbfa5784893a7348b60aa2f]

        #94793# fix false assert - one shouldn't access a Pam's bound that is not valid

2002-11-07  Daniel Vogelheim  <dvo@openoffice.org>  [961a07066e1632d7b2b6551406368f24784e1fe3]

        #94793# fixed CHECK_REDLINE macro; avoids false assertion messages

2002-11-07  Karl Hong  <khong@openoffice.org>  [db9edb48b479463eba177188209cfa028d08d7b8]

        #104666# refer AM/PM to Japanese calendar for Korean hanja_yoil calendar

2002-11-07  Thomas Benisch  <tbe@openoffice.org>  [23d689d4e43986c10372da0dd756dbcecd82beb8]

        #103674# change the reference to the accessible context from weak to hard

2002-11-07  Thorsten Behrens  <thb@openoffice.org>  [6fa64dd518503708ff743acbe1aec1668f4e27aa]

        #104609# Always paint the tiled bitmap at (0,0) into the VDev

2002-11-07  Caolán McNamara  <cmc@openoffice.org>  [2d4635d40c8c63b217dda80c1ce13f0180df478e]

        #i9055# cleanup g++ warnings

2002-11-07  Sven Jacobi  <sj@openoffice.org>  [590621516dfaa8a22448176dc2a6819405a0ac25]

        #97946# now exporting numberings in textobjects with more than 64 portions

2002-11-07  Daniel Boelzle  <dbo@openoffice.org>  [1860abdc52e9b205a0439e5df073ea140f89ebd1]

        #104695# fixed property set info

2002-11-07  Gregor Hartmann  <gh@openoffice.org>  [fe7f4ccfd003e1b42a1e41beb15f303354b62e39]

        #104771#fix building of hid.lst

2002-11-07  Sven Jacobi  <sj@openoffice.org>  [2351ce656d50da13a805604d59c4afa5a69c0a1a]

        #97946# numberings and graphical bullets should be imported now without any problems

2002-11-07  Andreas Bregas  <ab@openoffice.org>  [82ebe9bde3c1cde094f93452cf5b2747920b03fd]

        #104696# Call OUString::copy() only with valid length

2002-11-07  Oliver Specht  <os@openoffice.org>  [820aced0433f5be079b9f82d9a9133b2cdaac2fd]

        #95525# alphanumeric and roman numberings cannot start at zero

2002-11-07  Oliver Specht  <os@openoffice.org>  [e2fbe3badb4e51c715a40d286124ed134e451bca]

        #95525# alphanumeric and roman numberings cannot start at zero

2002-11-07  Thorsten Behrens  <thb@openoffice.org>  [43d0cea1ef69459c43bdbfe529f683e44cf7e8d7]

        #104609# Paint the tile bitmap with empty line style into cache VDev

2002-11-07  Caolán McNamara  <cmc@openoffice.org>  [f4815955021a1baafd996768b42e062c7bc6e811]

        #i3029# Programmer asleep at the wheel

2002-11-07  Armin Weiss  <aw@openoffice.org>  [ea039116cd572ad040b808510c597773c2943b23]

        #104809# Test explicitely for group objects and 3d scenes

2002-11-07  Ocke Janssen  <oj@openoffice.org>  [05a070adf6a217a80be9af15443c1e7976065c74]

        #104816# use composedName

2002-11-07  Gregor Hartmann  <gh@openoffice.org>  [4eba4ec5af318ba821713dee6d1359b7e14e2a4b]

        #104860#Ressource acces erro

2002-11-07  Thomas Lange  <tl@openoffice.org>  [1bb116d5b0392f4121e2a7bdcfeab93ac7efb374]

        #103124# property NumberingRules removed from TEXT_DEFAULT

2002-11-07  Peter Burow  <pb@openoffice.org>  [94687fa095aa46e1d154d44484529a5b0ff60cf8]

        fix: #103936# new key XMLFILEFORMATVERSION

2002-11-07  Niklas Nebel  <nn@openoffice.org>  [15c3619fd3ada547161f8da106d55b48467dac43]

        #104181# remove ATTR_MERGE from inserted column

2002-11-07  Thorsten Behrens  <thb@openoffice.org>  [e98176dc57a3fa09181fe1792cb5538ac7f7200a]

        #104609# Now using GetPointCount instead of GetSize on XPolygon

2002-11-07  Vladimir Glazounov  <vg@openoffice.org>  [54d75b784ded6e9a307814feed3964f8a4273545]

        #100000# typo correction

2002-11-07  Vladimir Glazounov  <vg@openoffice.org>  [7539eae803f0760f8670c31462342791908fa8be]

        #100000# quick fix for build

2002-11-07  Armin Weiss  <aw@openoffice.org>  [46a6d30d18140f239376864c1311959a1b231771]

        #103516# Support full with for vertical caption objects, too

2002-11-07  Armin Weiss  <aw@openoffice.org>  [2a29d23f0ca358c34dd2f26611a6529ea942e851]

        #103516# Do the setup based on states of hor/ver adjust Setup center field and FullWidth

2002-11-07  Armin Weiss  <aw@openoffice.org>  [09a85556213bc330edef2d76b0b5a58863a9a2b4]

        #103516# CompletelyDisabled() added to have a disabled state for SvxRectCtl

2002-11-07  Armin Weiss  <aw@openoffice.org>  [146dfe037b37591ce0071e2ac238a175a3750b3f]

        #103516# For complete ver adjust support, set paper min height to 0, here.

2002-11-07  Armin Weiss  <aw@openoffice.org>  [577209204127c9c4a10713ab9cc7f09b3fd5fdcd]

        #103516# Take care for vertical text animation here. New try with _BLOCK for hor and ver after completely supporting full width for vertical text. Also exchange hor/ver adjust items

2002-11-07  Stephan Bergmann  <sb@openoffice.org>  [db0ada15c3d02163777bbb32db41043a7046559e]

        #98102# Merged in 1.4.16.1 of offapi/com/sun/star/task/XInteractionRequest.idl.

2002-11-07  Stephan Bergmann  <sb@openoffice.org>  [a798c243549d1fe2c1521962715df62215b7a308]

        #98102# Merged in 1.4.16.1 of offapi/com/sun/star/task/XInteractionContinuation.idl.

2002-11-07  Stephan Bergmann  <sb@openoffice.org>  [dac44e7ae24532565d9f6ca9428ceb86fc3442ad]

        #103888# Replaced operator new/delete with rtl/alloc.

2002-11-07  Oliver Specht  <os@openoffice.org>  [f8875e24292fde4edc7af029c81ee210293f4bb7]

        #104014# tab painting depending on writing direction

2002-11-07  Oliver Specht  <os@openoffice.org>  [940aee5a25ff779c8e952825e0293bf15e18c631]

        #104014# tab painting depending on writing direction

2002-11-07  Behrend Cornelius  <bc@openoffice.org>  [8d1a11bdfe068174d996bf467e4926c1edaee23b]

        #104841# orthographical mistake in 'Applications' variable corrected

2002-11-07  Frank Meies  <fme@openoffice.org>  [8b8ebc2456342ed966092c850c51c1e1c005adb3]

        #104534# MakeVisible should not be called for 0 height table boxes

2002-11-07  Stephan Bergmann  <sb@openoffice.org>  [c7bb6e18fb8cc5af56a1c01e3fcb167d31fb4e4d]

        #103888# Merged in 1.24.2.2.

2002-11-07  Daniel Rentz  <dr@openoffice.org>  [a24ad149bbf3ca7dc4e40327382ad4aca13ebeac]

        #104836# problems with BIFF4 macro sheets

2002-11-07  Frank Meies  <fme@openoffice.org>  [d55478fa849f35957b7b2756d8eef50e8752a6d9]

        #104631# Use GetI18NScriptTypeOfLanguage instead of GetScriptTypeOfLanguage

2002-11-07  Oliver Düsterhoff  <od@openoffice.org>  [18322ad06ef3941379c088436bef6631f9da4f90]

        #103931#,#104171# SwTxtFrm::CriticalLines(..) - correct positioning of critical scroll stripes

2002-11-07  Oliver Düsterhoff  <od@openoffice.org>  [8819b988499aa893edda98d798034d54171d8432]

        #94454#,#103931#,#104171# correct areas to be painted/scrolled

2002-11-07  Herbert Duerr  <hdu@openoffice.org>  [255c21fca6ed36ddf18d9035e2d8db18c6ca1511]

        #102084# better selection of sample chars for symbol fonts in font listbox

2002-11-07  Herbert Duerr  <hdu@openoffice.org>  [9673e1f403469c69ac129791d3ff7b007968ad45]

        #102084# fix FontCharmap::GetPrevChar()

2002-11-07  Thomas Lange  <tl@openoffice.org>  [117725bc86df5bb8dd37e2f000d3b7c2e176de28]

        #104790# no warning for not isntalled language [None]

2002-11-07  Ocke Janssen  <oj@openoffice.org>  [8f2ba82c72eab09a41c5f01a891ffac3d6f13b28]

        #104781# use and impl of new method

2002-11-07  Ocke Janssen  <oj@openoffice.org>  [6cf9489d90f942fcdfb399410aab6d9175688bf8]

        #104781# use and impl of new method

2002-11-07  Ocke Janssen  <oj@openoffice.org>  [667e4ce453196687e19c12daf77a89c076f24740]

        #104781# new method for SQL CREATE TABLE statement

2002-11-07  Peter Burow  <pb@openoffice.org>  [fb4ac86f5ab8df5351cefb939ee9cf9c1bb948e7]

        fix: #103936# new key PRODUCTXMLFILEFORMATVERSION

2002-11-07  Frank Meies  <fme@openoffice.org>  [67be50014c2b7c3a1721f97b813f7457d7e465bd]

        #104502# Allow to travel into gouped objects with keyboard

2002-11-07  Karl Hong  <khong@openoffice.org>  [69907e2d16219ed64a3f3faf5dbffb97f584a2fa]

        #104460# fixed the problem of chopping data when the data is located in buffer boundary

2002-11-06  Philipp Lohmann  <pl@openoffice.org>  [50f016b65224d690e403d456f35266d87c92bcf7]

        #104450# simulate KEY_MENU

2002-11-06  Herbert Duerr  <hdu@openoffice.org>  [c5c9f2f765866ecfc11096d5c65cdc2ded937446]

        #102011# implement AddTempDevFont() on UNX

2002-11-06  Herbert Duerr  <hdu@openoffice.org>  [428f19606e63ec8aadffd2d92a8d52ee1a27b0e3]

        #102011# implement AddTempDevFont() on W32

2002-11-06  Herbert Duerr  <hdu@openoffice.org>  [cb3a1230952186a2d2c1fde18dd3b25642b26449]

        #102011# AddTempDevFont()

2002-11-06  Andreas Bregas  <ab@openoffice.org>  [f7865c7659de7a217c895cf395c7795fb3e30a44]

        #104198# Macro dialog: Set sellection to Basic of active document

2002-11-06  Björn Milcke  <bm@openoffice.org>  [7ff82faefa47254ac9c2ef5d2e857e06c3c9a2fc]

        #102103# enable an immediate (initial) check for validity (in case the initial          text for the edit field is already invalid).

2002-11-06  Duncan Foster  <dfoster@openoffice.org>  [7fb4f9d032fb80e4adbd1c7be729f7e7e2e1a310]

        Script Framework refactoring. Many changes.

2002-11-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [2b87c41e49b7e3531f652798053faad21d4e6f94]

        #96461# CreateAndInsert: set parent to none

2002-11-06  Frank Schönheit  <fs@openoffice.org>  [678e6088408ca10db8c3e737719b6f710b194be4]

        #104691#

2002-11-06  Frank Schönheit  <fs@openoffice.org>  [82b36a398b1ad637682bb738d50be84476f44be4]

        #104796# removed to superfluous tab when inserting a new entry

2002-11-06  markm  <markm@openoffice.org>  [979113e2ce4777152db3fcb4698adf4bbe930792]

        #104817# Interim update to read localised error messages from the registry.

2002-11-06  Daniel Rentz  <dr@openoffice.org>  [01a768290687fc48f05c5ad9620578e66b635e11]

        complete table of function names

2002-11-06  Stephan Bergmann  <sb@openoffice.org>  [fec3c834b6ddf3aa1533b4200247a977bf597198]

        #103888# Moved osl/mathconf.h to sal.

2002-11-06  Stephan Bergmann  <sb@openoffice.org>  [97b441cb9b48ea8981a562c021ac5624825465f0]

        #103888#

2002-11-06  Caolán McNamara  <cmc@openoffice.org>  [15e57398d747b34ea397737a77739148fc23e9f6]

        #104773# Every FKP entry set I've ever seen has always been sorted and this is a base assumption, but this document has a first entry out of order to the rest! The spec never explicitly says that they are sorted, so now we sort them on initial read. While I'm at it I can throw out a lot of nasty aliasing and unnecessary pointer twiddling

2002-11-06  Stephan Bergmann  <sb@openoffice.org>  [9ca0fcca99ba14c1a67f4b2d8ee9eb0c272d6077]

        #103888# Moved mathconf.c to systools/unx.

2002-11-06  Stephan Bergmann  <sb@openoffice.org>  [2518d379ebe7a68562c9e359d5809b6ee038bbb1]

        #103888# Merged in 1.24.2.1.

2002-11-06  Stephan Bergmann  <sb@openoffice.org>  [6a8c7df789bc228d0352705145867ed42e28bf5e]

        #103888# Added systools/unx.

2002-11-06  Philipp Lohmann  <pl@openoffice.org>  [0c71036bf724eb5892086ccb20136d98a27b8667]

        #103474# move bold underlines down a bit

2002-11-06  Behrend Cornelius  <bc@openoffice.org>  [bcb3f833e57225e2816a348ecac0b70dad2747a1]

        #10710# GetFormWizardPaths Routine added

2002-11-06  Behrend Cornelius  <bc@openoffice.org>  [22c8cc4ed2d29421fe5fc8ab2ce4e90a4738c9d2]

        #104710# "GetWizardPaths" added

2002-11-06  Behrend Cornelius  <bc@openoffice.org>  [810b3473a08f9270259683b2a5d1bdf8b99321ed]

        #104710# GetOfficeSubPath routine modified. Resource added

2002-11-06  Thomas Benisch  <tbe@openoffice.org>  [729c5565690ed8d58af3c287517c4e1c33bd43e3]

        #104542# Reorganization of XAccessibleComponent and XAccessibleExtendedComponent

2002-11-06  Niklas Nebel  <nn@openoffice.org>  [732d17faf09d9cca7417c37c4a0bc9b9e12ae631]

        #104004# use GraphicObject::DrawTiled instead of own loop for background graphics

2002-11-06  Rüdiger Timm  <rt@openoffice.org>  [45b3b844b3bd7653f7e1d2583ef1ebbf1f705f97]

        #104806# Only one default UNOUCRRDB, and that's types.rdb.

2002-11-06  Lars Oppermann  <lo@openoffice.org>  [f498d6df836c8a0da11197fbb162862a448ab4fc]

        #104155# handle exceptions

2002-11-06  Lars Oppermann  <lo@openoffice.org>  [fd08943a9ef0ca54873839936a4a58ee6891e6b0]

        #104155# handle exceptions

2002-11-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a361cb725c336a7948bff264b62a540b7283c15]

        #104804#: implement tag operation

2002-11-06  Mikhail Voitenko  <mav@openoffice.org>  [13f3698953a2f3dea4c4ff75e89a0e9854b61a56]

        #85375# remove dead code

2002-11-06  Eike Rathke  <er@openoffice.org>  [ca4b3a62c232df9f24affd5bf46210e5d63e98f1]

        #98112# ExcFormat: GetMappedFormatstring for NNN too

2002-11-06  Frank Meies  <fme@openoffice.org>  [bce16ba91d94bf17563ad49195a692a04c3bfa46]

        #104611# SwFrm::ChgSize should not invalidate upper frame if called from AdjustColumns

2002-11-06  Christian Lippka  <cl@openoffice.org>  [7de2c63c8ff8ad77084f7fe429c787e8d897d211]

        #92560# use SdOutliner for inserting

2002-11-06  Oliver Specht  <os@openoffice.org>  [4400aa40839ebd5d825655ea341e9045b1a26d90]

        #100185# enable AutoText tip in IME input

2002-11-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [406b572d44bea1846e0db09b9ecc4f38f7746b4b]

        #102100

2002-11-06  Thomas Lange  <tl@openoffice.org>  [c9a64d2659595eee6ced2e360bed3184deb96486]

        #104792# usage of polygons removed

2002-11-06  Thomas Lange  <tl@openoffice.org>  [5ea63061d6357abd4477402fadbe2fad190e3e24]

        #104792# usage of polygons (xchar.obj) removed

2002-11-06  Malte Timmermann  <mt@openoffice.org>  [73a79a7cf0090e6dc40919c4eb46977395750173]

        #99656# Skip RTF_LISTTEXT

2002-11-06  Sven Jacobi  <sj@openoffice.org>  [a88865928b42ed702b7f7076f9863395c2912f55]

        #104546# now using correct textframe for non standard fontdirections

2002-11-06  Oliver Bolte  <obo@openoffice.org>  [ef8b67712515c28f45083df937aa8abdef849cc7]

        #100000# typo

2002-11-06  Philipp Lohmann  <pl@openoffice.org>  [fc8fe66e4284926c4f703af92225e942302a89d0]

        #102025# add: GetParentLabelFor/LabeledBy

2002-11-06  Martin Maher  <mmaher@openoffice.org>  [1ff6d99fb64b39e818b6e1f5914fa20b9fdb1e2a]

        Added a fix for unary operators

2002-11-06  Martin Maher  <mmaher@openoffice.org>  [bbcace5d0fa4d54094fc31b632a64b81e4d96c7c]

        Added a fix for reading pxl string's in formula

2002-11-06  Martin Maher  <mmaher@openoffice.org>  [96986cd461577b255ef18607cda138e07ead268d]

        Added a fix for percent operators

2002-11-06  Sarah Smith  <ssmith@openoffice.org>  [8b841628e386530d7c6094ac278bf9ceb23eeea3]

        #96320# fixing setToDefault behaviour

2002-11-06  Sarah Smith  <ssmith@openoffice.org>  [865a030eca61a3db7ae91160a7f4ae105edf5d01]

        #96320# adding layerdecorator

2002-11-06  Sarah Smith  <ssmith@openoffice.org>  [fd14b8d04d61a3ec78621aec06b17cfc4f3ce28c]

        #96320# fixing setToDefault behaviour

2002-11-06  Oliver Bolte  <obo@openoffice.org>  [1a1d819c309ebcfede0b4fe560ddcd28d5e1995b]

        #100000# typo

2002-11-06  Niklas Nebel  <nn@openoffice.org>  [7d274461e1ec5b6d090f9340e3c5f2319858db61]

        #90910# don't try to get current view in ctor

2002-11-06  Niklas Nebel  <nn@openoffice.org>  [004e0a1ad811464fd90c5cbf9adb29f714a963bc]

        #90910# SetCursorAtCell: don't move ref cursor if no input is possible

2002-11-06  Oliver Specht  <os@openoffice.org>  [6c39b077982de9491c0a29ea4f5bea0b0b59ef62]

        #104709# select Edit after inserting a new tab stop

2002-11-06  Frank Schönheit  <fs@openoffice.org>  [45fb313ebbd251446465df55f86248545a39b99f]

        #102407# (on behalf of BerryJia@openoffice.org) correctly map the ParaAdjust property of the shape to the Align property of the control model

2002-11-06  Frank Schönheit  <fs@openoffice.org>  [456548edddccc45bf8e02144c0bb5f2f48c35cd8]

        #102407# (on behalf of BerryJia@openoffice.org) when importing a control model which can be ALIGNed, initialize this property to the XML default

2002-11-06  Frank Schönheit  <fs@openoffice.org>  [b6693e51c732bff2540d7a5e34440c208da5258e]

        #102407# when exporting control shapes, care for the ParaAdjust aka Align property if it is defaulted

2002-11-06  Oliver Specht  <os@openoffice.org>  [3b857fd894246eddac5ca7d1845ab0d4abab09e8]

        #104769# prevent changes of InputField content

2002-11-06  Frank Schönheit  <fs@openoffice.org>  [7547d6eb09564884b2a9474bc23c63b6cf62a82d]

        #102407# (on behalf of BerryJia@openoffice.org) ParaAdjustHdl: don't export VOID values

2002-11-06  Frank Schönheit  <fs@openoffice.org>  [ac5f39553cdb7641e4411a99602a1be51eaf2651]

        #102407# (on behalf of BerryJia@openoffice.org) added context flag to ParaAdjust map entry

2002-11-06  Daniel Boelzle  <dbo@openoffice.org>  [5e3c468bb51746dd8347c966df7850590abff5b1]

        #104560# docu

2002-11-06  Oliver Specht  <os@openoffice.org>  [0ccb81809d23f76a52ff07f784b63a22a6214802]

        #103454# restart of numberings correctly reflected in the dialog

2002-11-06  Oliver Specht  <os@openoffice.org>  [f945e0a09d8978ddc07cfb0a848382be2c68e391]

        #103454# restart of numberings correctly reflected in the dialog

2002-11-06  Stephan Bergmann  <sb@openoffice.org>  [536eb19375c6b3030d2f6ea120d543c6cc3c4967]

        #104776# Fixed conversion of undefined characters from Unicode to EUC-JP.

2002-11-06  Oliver Bolte  <obo@openoffice.org>  [b77f05af73d65419a2bac84a547f613a565eb237]

        #100000# parameter count exportXML

2002-11-06  Malte Timmermann  <mt@openoffice.org>  [e8a0bc1b75b6e44c71201c3e44eb58dbdad66c35]

        #96441# Use RTFOutFuncs::Out_String for writing font names

2002-11-06  Frank Schönheit  <fs@openoffice.org>  [bb076a8c1e4cca59e8e1bfba555f65a3dfdce26b]

        #95343# (on behalf of SleepyBear@openoffice.org) changes for calculating layout

2002-11-06  Sascha Ballach  <sab@openoffice.org>  [419e08d3c17de50fac94ef258f437615746a90a9]

        #69391#; replace all blanks in all arguments with _

2002-11-06  lwang  <lwang@openoffice.org>  [256c136a94484f50e0e6512f5a012e97e4fdb2dc]

        test file(rtl_OUStringBuffer.cxx) for OUStringBuffer

2002-11-05  Karl Hong  <khong@openoffice.org>  [36486f87451a14ae975f0359a398c4fddde9a896]

        #104501# add support for Non Space Mark script  type

2002-11-05  Karl Hong  <khong@openoffice.org>  [99f7cc47069e7a71ab015e5348071058cf78633d]

        #104501# add support for Non Space Mark script  type

2002-11-05  Karl Hong  <khong@openoffice.org>  [87f8f9d0d48ee6f9519f76882f7a8e4ed1b98af5]

        #104749#add CJK double byte thousand delimiter

2002-11-05  Martin Maher  <mmaher@openoffice.org>  [d91af2a3e3f67773e99ea0c7551cf8be227e409f]

        Removed the old FormulaParser (new one is in records)

2002-11-05  Oliver Düsterhoff  <od@openoffice.org>  [db58f4a254becc72756955440fbea6241c65d06d]

        #104308# SwTransparencyGrf::PutValue(..) - introduce rounding as for SO 6.0 PP2, BugID 104293

2002-11-05  Stephan Bergmann  <sb@openoffice.org>  [7df27ce313d5579a0428aa88091b69935ef3b4a1]

        #103888# Minor cleanup.

2002-11-05  Stephan Bergmann  <sb@openoffice.org>  [3fa1157b793615a7d998823e6d471d271fee6343]

        #104568# Added missing SAL_CALL.

2002-11-05  Sascha Ballach  <sab@openoffice.org>  [3071a7bc4c5c497a05f309dcdc617678be951f7d]

        #93419#; add dummy implementation of XFilter

2002-11-05  Sven Jacobi  <sj@openoffice.org>  [b74ef183b2c7c1df39c53142c8d19504275357f2]

        #97946# added debug code which makes it possible to dump extended bullet usage (DBG_EXTRACT_BUDATA)

2002-11-05  markm  <markm@openoffice.org>  [7823dc31f73ad0c9622c8ba06c24b69286da32eb]

        #i8810#  Corrected addition of elements to the Map.  Made parse() method accessible to package.

2002-11-05  markm  <markm@openoffice.org>  [f5bf8c47cd7e52f4165d5707e37965be26e48166]

        #i8810# Update to use OfficeDocument to parse the XML.  Not all parsers liked the previous approach.

2002-11-05  Frank Meies  <fme@openoffice.org>  [a053f08f8e841dfd449864b952e024e43a37fa16]

        #104697# Optimal width for columns in vertical and rtl environment

2002-11-05  Malte Timmermann  <mt@openoffice.org>  [f2c63c5687e957b73078b87b2cc732e211af3bb6]

        #96441# EnableStoreUnicodeNames

2002-11-05  Oliver Düsterhoff  <od@openoffice.org>  [8ac02430df47f45aa2cf15f86af2c39ca502386d]

        #97265# SwLayoutFrm::ChgLowersProp - differentiate assertion

2002-11-05  Kai Ahrens  <ka@openoffice.org>  [5cbc0c30aede9d3d66a527fcb36fc49cb474a890]

        #101732#: enable usage of hyperlinks in presentations

2002-11-05  Niklas Nebel  <nn@openoffice.org>  [6d2271b1cf5d102fc20bb503b28c8f6edf88e4e7]

        #87655# set clip region before DrawPagePreview

2002-11-05  Frank Meies  <fme@openoffice.org>  [e3c0f8d41810ec0be64978e96298a2c36b89320a]

        #104713# Show correct anchor for fly frames and drawing objects

2002-11-05  Christian Lippka  <cl@openoffice.org>  [3ed5ce8557f29e01e4d4eb084330b97570837ad3]

        #104456# added PlaceWare filter for impress

2002-11-05  Philipp Lohmann  <pl@openoffice.org>  [d0f5e938f23874ced006bba50ab2e82001f43b94]

        #104127# update alternate file list in writePrinterConfig

2002-11-05  Oliver Düsterhoff  <od@openoffice.org>  [9d0a0d8af081fdf4b48e684ba93e6e902f4b59f2]

        #102406# SwLayoutFrm::PaintSubsudiaryLines(..) - correction for painting column break

2002-11-05  Christian Lippka  <cl@openoffice.org>  [f2cfa7cb38e17d3a022a509c1c60e52b81bec535]

        #104456# added PlaceWare filter for impress

2002-11-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [27272927c0e3930571a5ec7fe1294e8d4af278bf]

        #94845#

2002-11-05  Frank Meies  <fme@openoffice.org>  [1c0cf83513c612a8a06172c0b79b95f6f4375eae]

        #104713# Show correct anchor for fly frames and drawing objects

2002-11-05  Daniel Rentz  <dr@openoffice.org>  [85207a4bcba3fbddf102fea6e7614e48dd223c04]

        #101810# always check docshell pointer

2002-11-05  Oliver Bolte  <obo@openoffice.org>  [9dc48a714ad37f6fef3687c13ed33d46d8d0cebf]

        #100000# runtimemgr depends on vcl

2002-11-05  Kai Ahrens  <ka@openoffice.org>  [6d4e707ed3cd28e7691b6ebe6ea260c818489093]

        #104606#: check for NULL pointer

2002-11-05  Daniel Boelzle  <dbo@openoffice.org>  [49a880c8022abbe9903fc2e167d226ed31a03af4]

        #104312# debug

2002-11-05  Stephan Bergmann  <sb@openoffice.org>  [a8603338071b983db762aa81f53c8e41df0ff14b]

        #103888# Fixed/clarified printing of exponent.

2002-11-05  Stephan Bergmann  <sb@openoffice.org>  [b8a17af8773c7fb01fe9f70140890162795a9001]

        #103888# Fixes for Solaris compiler.

2002-11-05  Laszlo Kovacs  <lkovacs@openoffice.org>  [f8238127352ad21bb72d27df96f123689fc126ee]

        comments and debug messages added

2002-11-05  Andreas Bille  <abi@openoffice.org>  [045d8bcc42cb75a2bb8b6189f4b25e939a586c49]

        #104750# some typos

2002-11-05  Ocke Janssen  <oj@openoffice.org>  [84b8d4ca2228856b83f622d1474499e88ba42899]

        #104700# remove loseFocus

2002-11-05  Daniel Boelzle  <dbo@openoffice.org>  [2e1411847bff8b70e689b547334661f453f7903c]

        #104312# adding jni_uno bridge

2002-11-05  Ocke Janssen  <oj@openoffice.org>  [1256a86f77ac966e344e87a86b5e5d1cd535e0f8]

        #104700# PTR_CAST inserted and check if FilterItems exists

2002-11-05  Frank Schönheit  <fs@openoffice.org>  [af9591a8c81ff17cb9c648fb9ea4d3db2da87b93]

        #99102# make the dotted lines large enough

2002-11-05  Oliver Specht  <os@openoffice.org>  [ebfd8cf2cd20d3eac01b068387d1b45951439052]

        #102406# 'Page breaks' changed to 'Page and column breaks'

2002-11-05  gt  <gt@openoffice.org>  [617d48bbfd0f4c424ebfe4997131090a4b63c0a3]

        #104741# 4 misc file dlgs

2002-11-05  Daniel Rentz  <dr@openoffice.org>  [4b5eaa9e9bd8108a53f4da344b6a18a4834a1a23]

        #100764# 'links-nach-rechts' -> 'links nach rechts'

2002-11-05  gt  <gt@openoffice.org>  [1ca0880e86b1ec7cc0da2e764f8893a2be18fe75]

        #104741# 4 misc file dlgs

2002-11-05  gt  <gt@openoffice.org>  [a8ed053ac5def70d0c7aece87d268acbe62a8278]

        #104741# 4 misc file dlgs

2002-11-05  gt  <gt@openoffice.org>  [0f8d9f52ad7a331696e9ec93e154e45bb0b4aa4f]

        #104741# 4 misc file dlgs

2002-11-05  Mikhail Voitenko  <mav@openoffice.org>  [593b5d690ce2c241ef23591060ad2b65c14a1836]

        #83375# use encoded urls

2002-11-05  Oliver Bolte  <obo@openoffice.org>  [5ab289ad1ca6d1124dbc8867854a9fec823e4e5d]

        #100000# jni.h moved to other line

2002-11-05  Andreas Schlüns  <as@openoffice.org>  [e3ea42f011726b3b8bbdd96e70e4a83659ddd9cf]

        #96508# correct some idl docs

2002-11-05  Andreas Schlüns  <as@openoffice.org>  [b0fd69a6fefcfe6ea36c423d66f7029e73badbda]

        #96508# correct idl doc

2002-11-05  Andreas Schlüns  <as@openoffice.org>  [2565c176ec398584c64532a1e7a58f146de97860]

        #96508# correct some idl docs

2002-11-05  Frank Meies  <fme@openoffice.org>  [a1f8478250594b8ac4b97ae616987e1efbf503d0]

        #104607# aDebugString only declared in DEBUG mode

2002-11-05  Mikhail Voitenko  <mav@openoffice.org>  [9f9d3cebb96a82076d53bc7f6fa3472c5c46aee8]

        #85375# use encoded urls

2002-11-05  Andreas Bregas  <ab@openoffice.org>  [e5c6ce78e63fcfb0a40825671502959553eb241a]

        #103795# DialogWindow::Command(): Selection centered popup menu location for Shift-F10

2002-11-05  Kai Sommerfeld  <kso@openoffice.org>  [245bf54aed8a865d152d24f46547507b474eadb1]

        #104401# - Corrected preprocessor directives for including osl/socket.hxx

2002-11-05  Oliver Specht  <os@openoffice.org>  [246c506af4c22f7aafd71cdaa9563bce44c31420]

        #104207# apply NumberingRules to multiple selection, too

2002-11-05  Oliver Specht  <os@openoffice.org>  [ac3b0af36506f3a0faa4ac9216f8f28711b3f46f]

        #104207##104245# SwXCellRange::setPropertyValue completed

2002-11-05  Ocke Janssen  <oj@openoffice.org>  [53de7b09c5c39ab3ad56df5ef2fe1f0c81e027a3]

        #104698# impl new ctor

2002-11-05  Oliver Specht  <os@openoffice.org>  [3df97c493836b4cfe86044c5b572f127b25bcba4]

        #104206##104207##104213##104104246# SwXCellRange: removed PageDescName, PageNumberOffset, BreakType; added NumberingRules

2002-11-05  Ocke Janssen  <oj@openoffice.org>  [2f8a6fdf641c5bc8e2ce334e597ea29e2eaf25fc]

        #104698# use new ctor and check if entry is container

2002-11-05  Ocke Janssen  <oj@openoffice.org>  [474ee49d5f503b834fef7420fbfffb8f4ea12642]

        #104698# check if type is querycontainer as well

2002-11-05  Ocke Janssen  <oj@openoffice.org>  [44bb5b23227ed50293df51ddf080e8ef3f1633ca]

        #104698# new ctor without connection

2002-11-05  Michael Brauer  <mib@openoffice.org>  [25a9c990d3baa5bf345d9f52bbd193c8b389fed5]

        #104746#: OLE objects in flat XML files need to be saved after loading

2002-11-05  Michael Brauer  <mib@openoffice.org>  [ea12c8b91838604fbf9591266bd0d74d731ddc41]

        #104746#: OLE objects in flat XML files need to be saved after loading

2002-11-05  Sascha Ballach  <sab@openoffice.org>  [1d3ef91115145a8641006eec5756a3afb40c4622]

        #104520#; add getForeground and getBackground

2002-11-05  Sascha Ballach  <sab@openoffice.org>  [c025e189c99bf886792d69e9c911ea0039da506b]

        #104520#; add GetType for Accessibility

2002-11-05  Oliver Bolte  <obo@openoffice.org>  [9a5eeccedb50cc8c071dd72ed6dae5ce8503685b]

        SRC670

2002-11-05  Peter Burow  <pb@openoffice.org>  [5d5ea745df794773d9388f6e7853cad8378f8452]

        fix: #103936# new strings for the sx? formats

2002-11-05  Oliver Specht  <os@openoffice.org>  [593493380e3bd5498fa3b1ee659f9e3600294c84]

        #104330# syntax corrected

2002-11-05  Peter Burow  <pb@openoffice.org>  [d65e3a7a4562e9dcabe14f222ee7dc2f449cce52]

        fix: #103936# string resids for the sx? formats

2002-11-05  Kurt Zenker  <kz@openoffice.org>  [53c2109d8f70fde16d5403e4336047227bde9790]

        Merge SRX644: 05.11.02 - 08:07:43

2002-11-05  Ocke Janssen  <oj@openoffice.org>  [1a1ac119f30678cf65baee36ef792cc62d4917f1]

        #i8963# remove CVS keyword

2002-11-05  Kurt Zenker  <kz@openoffice.org>  [90ab1de9a6cb179bb9c8ac22dc2842b5a58f168a]

        Merge SRX644: 05.11.02 - 07:50:55

2002-11-05  Kurt Zenker  <kz@openoffice.org>  [ff14b4e2db45745eddb9eb74afeb7fb9cbe74f87]

        Merge SRX644: 05.11.02 - 07:50:54

2002-11-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [84104fe7c96d28efbd4e716c4acddbc5e5864db1]

        #100157# set WRAPCMD if still empty; use WRAPCMD instead of explcit command name

2002-11-04  Herbert Duerr  <hdu@openoffice.org>  [3f5e8293f79a85e1aa497be60a77aeb3b9fdd773]

        #100536# fix text bound rect for online layout

2002-11-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [995173f4d2b8153643532379b3165d45da8950e3]

        #100157# use WRAPCMD

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [6cc3f9a4d09ad8a1eef7361547eb5917bbbdc4fa]

        Merge SRX644: 04.11.02 - 19:17:25

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [ee54740f651cf4393b43f2a4a36e580486264e74]

        Merge SRX644: 04.11.02 - 19:14:34

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [dfe24fdc0ed258871e4ccbbb0a03a1b37eb89f15]

        Merge SRX644: 04.11.02 - 19:13:09

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [d80c62c1cea986b1eaa29bffb7eba91e24bac517]

        Merge SRX644: 04.11.02 - 19:11:31

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [04c5d6ea3781453962e55c2c2a6d77713211d673]

        Merge SRX644: 04.11.02 - 19:10:00

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [dff7c95f8140c63a8945a0897655eddb6e7d68f2]

        Merge SRX644: 04.11.02 - 19:07:20

2002-11-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [778d51c227011c7a1b19c85e6d2c5a2b3d28b05b]

        #100157# wrap makedepend win32/tcsh

2002-11-04  Rüdiger Timm  <rt@openoffice.org>  [4af6d8b52e0800ac63185f95a24b3d8b8dad2f64]

        Merge SRX644: 04.11.02 - 19:03:18

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [e11b7cfe1c1c8a7bf7fe1000554e2dcef0cdd348]

        Merge SRX644: 04.11.02 - 19:02:50

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [fe1e623f7119c8a05c1359a9a6c835de5496489f]

        Merge SRX644: 04.11.02 - 18:58:41

2002-11-04  Björn Milcke  <bm@openoffice.org>  [94d26c0680447cf22bdeffca9ba8134b2927954f]

        #102103# page-name checking is now done in IsNewPageNameValid() which is called          by CheckPageName() and a check-handler for the SvxNameDialog.

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [3dc4550cb0411f4d38cb14608503674c035caf53]

        Merge SRX644: 04.11.02 - 18:57:52

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [c4e909adea9d5fa814ae0b47d97ab0e438d005af]

        Merge SRX644: 04.11.02 - 18:56:48

2002-11-04  Rüdiger Timm  <rt@openoffice.org>  [8b27176221467d870a9106763020ce05b433f339]

        Merge SRX644: 04.11.02 - 18:53:38

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [7124f02a245d4e082a645a0ef51a41924c6d7d3c]

        Merge SRX644: 04.11.02 - 18:48:20

2002-11-04  Rüdiger Timm  <rt@openoffice.org>  [e74bf9d71df16ea5ab064a385f66f85a06508c7c]

        Merge SRX644: 04.11.02 - 18:47:18

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [e9e86340a6acf8efa6ff51b85b5cd1d31dc26797]

        Merge SRX644: 04.11.02 - 18:44:23

2002-11-04  Rüdiger Timm  <rt@openoffice.org>  [a44c9e473d09e4077827692d5d10e48e6fb66896]

        Merge SRX644: 04.11.02 - 18:42:01

2002-11-04  Rüdiger Timm  <rt@openoffice.org>  [40a857063dfd0cc1d7af9aad45851fd849fdb39b]

        Merge SRX644: 04.11.02 - 18:41:19

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [1f40a66a4e1f8a5f9a3ce49a20f66046ad8ea207]

        Merge SRX644: 11/04/02 - 18:39:28

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [1efc29059883ce5abe74e7f5316f70f0fdf7e494]

        Merge SRX644: 04.11.02 - 18:38:51

2002-11-04  Björn Milcke  <bm@openoffice.org>  [a506711f6aea19ef7b653e61bfabb33be875ef05]

        #10103# SID_RENAMEPAGE renames using a dialog now

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [ac914b5ead8ccb1885aaf7c3c90ea6f17e62a529]

        Merge SRX644: 04.11.02 - 18:37:31

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [bc02fbcd6b2439a9143118c5c2ca3bfc38112750]

        Merge SRX644: 04.11.02 - 18:32:47

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [d115581fc77c59d59a29932c73c88bb3785eb36e]

        Merge SRX644: 04.11.02 - 18:32:07

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [f5c458759fd03e49ca31bd2c4c457e728a7c3705]

        Merge SRX644: 04.11.02 - 18:31:58

2002-11-04  Vladimir Glazounov  <vg@openoffice.org>  [340c992caa64eec39b054add02299e3e07e596f9]

        Merge SRX644: 04.11.02 - 18:29:15

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [65506ef9f598bfb802dd793f50cd43d396d769f0]

        Merge SRX644: 04.11.02 - 18:28:58

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [2c1645d02608724450341b4130d23823b083cc8a]

        Merge SRX644: 04.11.02 - 18:28:49

2002-11-04  Rüdiger Timm  <rt@openoffice.org>  [82e26d831218eb719e761e7ea5c11a23551a432c]

        Merge SRX644: 04.11.02 - 18:27:30

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [51cff8a505495642eba2e254bae727ea707adbee]

        Merge SRX644: 04.11.02 - 18:27:11

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [e90bebc1b8d1d8ac64d80afc61c09143deac4d10]

        Merge SRX644: 04.11.02 - 18:26:58

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [c7126ef4289d7946f3f89a543047383066ea436d]

        Merge SRX644: 04.11.02 - 18:25:10

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [09913d46fa8ba2a19896fb33f1fcad9ec2989544]

        Merge SRX644: 04.11.02 - 18:25:16

2002-11-04  Vladimir Glazounov  <vg@openoffice.org>  [2bc585908e0c742af4282386602b170f3653ac95]

        Merge SRX644: 04.11.02 - 18:22:37

2002-11-04  Rüdiger Timm  <rt@openoffice.org>  [81f2f2a29da7297ab6175987fec1fefb493d7367]

        Merge SRX644: 04.11.02 - 18:22:37

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [a0d0b2cd0a3a08c75e2995ac0956437cec2e6cfd]

        Merge SRX644: 04.11.02 - 18:21:37

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [e5e9a3566c7d989de4d5846431a3c1bfbf29d770]

        Merge SRX644: 04.11.02 - 18:21:20

2002-11-04  Björn Milcke  <bm@openoffice.org>  [35027dec35654fe2ed247c1dcd0fd179c2155af8]

        #102103# +SID_RENAMEPAGE_QUICK does the same as formerly          SID_RENAMEPAGE. SID_RENAMEPAGE now renames using a dialog

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [b381130f4e64700faf994b2b62522a5d52b36e5f]

        Merge SRX644: 04.11.02 - 18:19:50

2002-11-04  Björn Milcke  <bm@openoffice.org>  [08a6fc07320e3b99a2a1a5e26cdc9dea007bb92c]

        #102103# +STR_TITLE_RENAMESLIDE, STR_DESC_RENAMESLIDE for SvxNameDialog (SID_RENAMEPAGE)

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [bd5822ab5c975c0b8404bbaa74f4d3fec523eece]

        Merge SRX644: 04.11.02 - 18:18:18

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [61e425b0eda66a85da28cd9bb3e363f2463fd137]

        Merge SRX644: 04.11.02 - 18:18:06

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [291e17405083ce180b8f2c37d01f958b71e240e4]

        Merge SRX644: 11/04/02 - 18:17:49

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [32bf5cd852c9671bf91b8f042f529e607d3a7724]

        Merge SRX644: 04.11.02 - 18:15:39

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [16952e20303d5aabb9369b1b7af8dae4337e7b92]

        Merge SRX644: 04.11.02 - 18:12:40

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [0f98f7ea367160d41c7a136013aa068f8d5951a9]

        Merge SRX644: 04.11.02 - 18:10:36

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [43fa8d37889ba6ba8d26e2cd594a819ae5dd4530]

        Merge SRX644: 04.11.02 - 18:08:25

2002-11-04  Björn Milcke  <bm@openoffice.org>  [2d0250b0174458c627c37b39d920c4250cfdc0ca]

        #102103# +SID_RENAMEPAGE_QUICK does the same as formerly          SID_RENAMEPAGE. SID_RENAMEPAGE now renames using a dialog

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [67b3335e56749714034a373f3a798c51a7c512f8]

        Merge SRX644: 04.11.02 - 18:05:58

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [aaa96df33bf4196615b8a5ba58abab53a2b3265d]

        Merge SRX644: 04.11.02 - 18:05:47

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [395c527cadae95167b51c9a399dfc0fbb262ee83]

        Merge SRX644: 04.11.02 - 18:05:13

2002-11-04  Rüdiger Timm  <rt@openoffice.org>  [faf44e739e7af67c2751b2cab491e1a27004a111]

        Merge SRX644: 04.11.02 - 18:02:43

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [f1fd45ae192241f54ecc1db87fde8f263321aa4c]

        Merge SRX644: 04.11.02 - 18:01:51

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [d215ec03197777b7e8322756386fcfe9d5bca9c2]

        Merge SRX644: 04.11.02 - 17:59:13

2002-11-04  Andre Fischer  <af@openoffice.org>  [eefe99670b0b6746d9187e9377869cfd7f9ff0ec]

        #96716# Transliteration leads to update of preview.

2002-11-04  Andre Fischer  <af@openoffice.org>  [40b754068b7022d2d5297d689ef3f399b45a6b73]

        #96716# Added request for updating the preview when the attributes are set.

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [513553103edf4985ebff43c03efcd10a7c4af323]

        Merge SRX644: 04.11.02 - 17:28:56

2002-11-04  Vladimir Glazounov  <vg@openoffice.org>  [213cfd8a1b6c3da4fec03d99c63791c6e9ff2cbd]

        Merge SRX644: 04.11.02 - 17:25:02

2002-11-04  Vladimir Glazounov  <vg@openoffice.org>  [0e023cd9075229d9a7ec82ec73e78277e9547b89]

        Merge SRX644: 04.11.02 - 17:22:12

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [fc54c4b929e8ba3914cc365492fb8a99d679958e]

        Merge SRX644: 04.11.02 - 17:19:56

2002-11-04  Thomas Benisch  <tbe@openoffice.org>  [43a8218f8645957adee39ba708cf1160a9190511]

        #103649# getLocation() of various accessible controls returns wrong values

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [3ac20830342def30c09c7f09e7e46c13d19433dd]

        Merge SRX644: 04.11.02 - 17:19:05

2002-11-04  Vladimir Glazounov  <vg@openoffice.org>  [2e20eb1dc1c6d832be98a6b40b04041094492c4e]

        Merge SRX644: 04.11.02 - 17:16:50

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [ce8001b3e98351a387549bb804694f614d70bc21]

        Merge SRX644: 04.11.02 - 17:16:18

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [27ca50c20d9c807c04f1252ac45ccaa2cbe988b8]

        Merge SRX644: 04.11.02 - 17:15:51

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [f51282f54556b5646919127b0001c100f1b0b894]

        Merge SRX644: 04.11.02 - 17:14:45

2002-11-04  Vladimir Glazounov  <vg@openoffice.org>  [8afb74342c8b0ef131eb6207dcd4c7a66b07bee5]

        #100000# missing include

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [87962796d8d65da6a13e0da69166d7dab1db0ef8]

        Merge SRX644: 04.11.02 - 17:13:59

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [eeea8aafd140951a9fc42ae7024b9f6a932f9680]

        Merge SRX644: 04.11.02 - 17:12:39

2002-11-04  Kurt Zenker  <kz@openoffice.org>  [1a6e2113c47ab6d1ab1bc71f84441c4dc50205e9]

        Merge SRX644: 11/04/02 - 17:11:49

2002-11-04  Daniel Rentz  <dr@openoffice.org>  [f5412bb121481cf1e48af4d6dc10674bec6c095c]

        #101810# clipboard support for BIFF8

2002-11-04  Daniel Rentz  <dr@openoffice.org>  [d674a92bb2d8e956fb1d07580d00a2440df7d352]

        #101810# clipboard support for BIFF8

2002-11-04  Niklas Nebel  <nn@openoffice.org>  [08cc3d0566e4e780be0e172561a5bce011c75e5d]

        #75362# Detective AutoUpdate: if ADDERROR is in list, update on any cell change

2002-11-04  Niklas Nebel  <nn@openoffice.org>  [b70135f37da40eb437eec01f4a34e0907c65c86f]

        #75362# additional flag to quickly check if 'Add Error' is in the list

2002-11-04  Stephan Bergmann  <sb@openoffice.org>  [0dbf490bf70ad13d05953be63f416ab8fa5b2144]

        #103888# Merged in 1.33.2.3.

2002-11-04  Laszlo Kovacs  <lkovacs@openoffice.org>  [d84e0b5e96ad12540554da98c82dee49ea9690fb]

        disposing() updated to dispose of storages from second has_map

2002-11-04  Stephan Bergmann  <sb@openoffice.org>  [592b7bee0460efe191558b89be905244ef48164e]

        #103888# Implement conversion between strings and float/double with rtl_math functions.

2002-11-04  Stephan Bergmann  <sb@openoffice.org>  [059318387dabd76423e421df39f543ae60d8bd40]

        #103888# Merged in 1.11.4.3.

2002-11-04  Stephan Bergmann  <sb@openoffice.org>  [f9768f5c6817eb79e6b0d834145166a537ce2b31]

        #103888#

2002-11-04  Stephan Bergmann  <sb@openoffice.org>  [2c455b27dc6e864e85b19d02244b9aba6325614b]

        #103888# Added mathconf.

2002-11-04  Daniel Boelzle  <dbo@openoffice.org>  [7bf2e0cafa727a03250eed35cc720d8e617ede83]

        #104312# no alloca.h for MSVC++

2002-11-04  Andre Fischer  <af@openoffice.org>  [92b941154c30ec731917b9a9e5aad6ae33471cdb]

        #95805# Moved handling of SID_INSERTPAGE/DUPLICATE_PAGE partly into seperate method and partly into model.

2002-11-04  Andre Fischer  <af@openoffice.org>  [d173ace30ac67f1e7aba8299ad6d7e7ce37bca84]

        #95805# Added handling for copying pages for CTRL+MouseMove.

2002-11-04  Daniel Boelzle  <dbo@openoffice.org>  [fc0ddb2a896ff7be7540a860689433663a5e3ae1]

        #104312# avoiding compiler warnings

2002-11-04  Andre Fischer  <af@openoffice.org>  [ace7e8fbed7989f032bcbbbe79b1b6fb3f5da709]

        #95805# Added new methods for creating and duplicating pages.

2002-11-04  Caolán McNamara  <cmc@openoffice.org>  [191f0a0501ebbb2125212808471ff2cfaad8d2b4]

        #94067# GDI metafiles now have a working compare method to replace checksum compare hack

2002-11-04  Andre Fischer  <af@openoffice.org>  [733da6ae850e38abdbd3ce3d6956da8ef8175ea9]

        #95805# Removed header of class SdDrawDocument from list of exported files.

2002-11-04  Malte Timmermann  <mt@openoffice.org>  [6bc90543e3932f258c2ab35aa2423ec70146d01e]

        #100212# property for auto mnemonics

2002-11-04  Ocke Janssen  <oj@openoffice.org>  [5906d677f9088dbaa532bd3908e655cd831ec62f]

        #104691# add service names

2002-11-04  Ocke Janssen  <oj@openoffice.org>  [c3cef7c3d6dfc270105b0af10cd195269245c559]

        #104691# new docu for tabledesign and relation design

2002-11-04  Thorsten Behrens  <thb@openoffice.org>  [35d0621433e1b177cfcb5f9932ef5dba660de413]

        #104686# Prune non-closed polygons from fill geometry

2002-11-04  Ocke Janssen  <oj@openoffice.org>  [2359d8c5c6b1bd09f3e88e21b673922a89a4c7f2]

        #104693# check first if filtering is enabled

2002-11-04  Malte Timmermann  <mt@openoffice.org>  [583e98be734ba78e73f89c8d9da89f807db658da]

        #103884# GetDocPosTopLeft: Call FormatAndUpdate instead of Format only

2002-11-04  Malte Timmermann  <mt@openoffice.org>  [abeae04aee2e60ac3cdd4a8712a56febf506d2f4]

        #102261# Notify accessible focus events globally

2002-11-04  Malte Timmermann  <mt@openoffice.org>  [2f91e31566935ad021918fcf13496c74e5e7690a]

        #104415# Reworked hyphenation code

2002-11-04  Frank Schönheit  <fs@openoffice.org>  [aad2333d90c129227e6d361dff1fe16ff6165f26]

        #104694# use proper fallback locale

2002-11-04  Oliver Düsterhoff  <od@openoffice.org>  [509250b98affe8d0cd210e190eb7160c2e809e9c]

        #104100# SwFrmNotify::~SwFrmNotify() - correct condition for setting retouche flag for vertical layout

2002-11-04  Oliver Düsterhoff  <od@openoffice.org>  [3bb3c212ea84d8d46622070acc541bd4d3027397]

        #104100# SwLayAction::FormatLayoutTab(..) - implement vertical support

2002-11-04  Christian Lippka  <cl@openoffice.org>  [691e0d5165bb4821eb4538452f1be76740e45d9c]

        #104456# don't support styles for group shapes

2002-11-04  Frank Meies  <fme@openoffice.org>  [de3665f25939a9139303e80f8169aff2a3e8f403]

        #104683# PDF output should also use printer for formatting

2002-11-04  Caolán McNamara  <cmc@openoffice.org>  [3097507fcaab32d5a2bd0614461e48aa01b8b69b]

        #104570# unused code and unnecessary PLCT 0 prepadding removed

2002-11-04  Oliver Specht  <os@openoffice.org>  [ac5511eea5388985d59ea3cb0be2ace29ebc02dd]

        #104653# array dimension corrected

2002-11-04  Michael Hönnig  <mi@openoffice.org>  [54a3ee28d58018bc046f952aa7c3a5dd109c66b2]

        #94968# merge with idl review

2002-11-04  Thorsten Behrens  <thb@openoffice.org>  [0bd663fc27c510615a4729b947c9b5734d10e62b]

        #104609# Completed fill attribute setup for SvtGraphicFill metafile comment

2002-11-04  Oliver Specht  <os@openoffice.org>  [7816e2157a186bf3f606243471d294a63ff88138]

        #104653# support css::text::TextDocumentView

2002-11-04  Michael Hönnig  <mi@openoffice.org>  [ec824687815bea163f9b0c73950971f79e06c199]

        #94968# merge with idl review

2002-11-04  Mathias Bauer  <mba@openoffice.org>  [b92a981f76d166434de6c872b8fc8b9a97796748]

        #104625#:allow to open new impress even if OLE object is active

2002-11-04  Mathias Bauer  <mba@openoffice.org>  [6c3fc737a1b067295ec9345349265c5ed9b59c10]

        #102945#: use new method GetBaseURL

2002-11-04  Christian Lippka  <cl@openoffice.org>  [330fbe24deb58dbf7ae1954caf4abdfc22ec62e2]

        #99928# add defaults for font properties if needed

2002-11-04  Christian Lippka  <cl@openoffice.org>  [e014796cb0c18c2e00133f6d6cf07bb03fbbf085]

        #104238# fixed bottom_left

2002-11-01  Oliver Bolte  <obo@openoffice.org>  [bddb8bb1aa98cbb97fd66a42283c4f7c51622644]

        new version for SRC669

2002-11-01  Oliver Bolte  <obo@openoffice.org>  [0d1ac48bd19a56048bc896e57d9a03c9f964f0b5]

        new version for SRC669

2002-11-01  Michael Hönnig  <mi@openoffice.org>  [99824d6d7f56d924c0eef68451ebfa6a544890d6]

        #94968# new services from docu review added

2002-11-01  Eike Rathke  <er@openoffice.org>  [900b807f8b9e0025d49e338ad04d71a4083054f4]

        #101100# NextNewToken: escape from #REF tar pits

2002-11-01  Nikolai Pretzell  <np@openoffice.org>  [b9a59049ae75807446d3ffd2ee50f631bb2d420d]

        #103134#

2002-11-01  Nikolai Pretzell  <np@openoffice.org>  [18e7b2a7dbc74cd094028e11b0910f1136cce615]

        #103134#

2002-11-01  Sven Jacobi  <sj@openoffice.org>  [624881f07013f9bdb3b3fcb2cf75851e5c09c313]

        #104649# fixed textrect for roundrectangle

2002-11-01  Oliver Bolte  <obo@openoffice.org>  [e2c6282427e928fa790159ac09ee96500b109b92]

        new version for SRC669

2002-11-01  Carsten Driesner  <cd@openoffice.org>  [50d8439bdad7f758c109330afa1ed0ef45f78d64]

        #104654# Don't use i18n service if not available

2002-11-01  Christian Lippka  <cl@openoffice.org>  [b532bc522390d93d87f55648ae68fcd70774ac31]

        #104646# added missing helpids

2002-11-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [6409d0e2b34f0ddc636ec2b5bb1cfac87c56b680]

        #102110# additional progress, stop if attached ViewImp's printer stops

2002-11-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [65df35a48c8ac25c3a48e8f0245842aa28a110d6]

        #102110# stop printing in SwViewShell::CalcPagesForPrint

2002-11-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [2c8f4bd3e0d1ac5606fa129626fe225264276c80]

        #102110# SwViewImp: bStopPtr, {Is|Set}StopPtr: save stop request for printing

2002-11-01  Oliver Specht  <os@openoffice.org>  [805e96bca362adc2a331274d568adc50a808efaf]

        #96969# default level of content and user defined indexes set to 10

2002-11-01  Philipp Lohmann  <pl@openoffice.org>  [3273b5f71f9d63037b11462ee2335057e44cd3e0]

        #104641# correct ImplChangeHiglightUpDn

2002-11-01  Caolán McNamara  <cmc@openoffice.org>  [e8c5c126be89db7c9fdd0e1249a083121ca4c47d]

        #104570# don't turn round rectanges into frames in writer

2002-11-01  Sven Jacobi  <sj@openoffice.org>  [9264d29509b8ab1e1ed66a245963a7908b4160c5]

        #104650# using textmode GM_COMPATIBLE instead of GM_ADVANCED

2002-11-01  Christian Lippka  <cl@openoffice.org>  [597eefafbd6dbadce20cb8fc063c39b2414fa138]

        #104618# enabled again to set eeitems on outliner when whole text selected

2002-11-01  Oliver Specht  <os@openoffice.org>  [8c5babf9aa9ca9ed368865008ba4ffde556db2cf]

        #96970# DocumentIndexMark: the initial level has to be set to '0'

2002-11-01  Carsten Driesner  <cd@openoffice.org>  [655952dc3b45e0a9ace146a717cc6b4b56650a9e]

        #102708# Remove BUILD_SOSL and source code restructuring

2002-11-01  Laszlo Kovacs  <lkovacs@openoffice.org>  [8bcab6dcd1652d20932fb5939ce7d35fa8e73174]

        VCL dependency added

2002-11-01  Carsten Driesner  <cd@openoffice.org>  [e54a86ab482bc9cf1e7d1b0fdf8daafe26e359c8]

        #102708# Remove BUILD_SOSL and source code restructuring

2002-11-01  Oliver Bolte  <obo@openoffice.org>  [b4bcd364a187d7f04a8c699649044650bcf8d8d1]

        new version for SRC669

2002-11-01  Andreas Bregas  <ab@openoffice.org>  [0c9a48873c64ef15931336166ce798253e595386]

        #101478# lcl_ParseText(): Allow breakpoint notation without #

2002-11-01  Daniel Boelzle  <dbo@openoffice.org>  [bfbba70a4514b747617d4d37cc093ed00e48c0a4]

        #104312# preparing using java.lang.reflect.Proxy; bugs

2002-11-01  Oliver Bolte  <obo@openoffice.org>  [36a9011b0a35780caf581f07643f950ea3b0d94c]

        new version for SRC669

2002-11-01  Thorsten Behrens  <thb@openoffice.org>  [cad640f489c7f01af6a094a4ee3e249aa4b4ff13]

        #104645# Explicitely close path if polygon is closed

2002-11-01  Sascha Ballach  <sab@openoffice.org>  [cf0c9a0b079d6b42ad04b8549feb3e19466f8993]

        #103122#; handle connector shapes which are only connected in one point

2002-11-01  Laszlo Kovacs  <lkovacs@openoffice.org>  [40229c1d89f2b6e9114e5a2ea4ff78c1f09eb2a4]

        storage refresh added

2002-11-01  Sven Jacobi  <sj@openoffice.org>  [0557cf594aa6117b537f9a8800219e532121f6ec]

        #104588# now using text outlines for unicode character

2002-11-01  Malte Timmermann  <mt@openoffice.org>  [e57c494eb70a3884afc5ca39715c126eb197973d]

        #103760# UpdateFields after *all* attribs are set, may be language dependent

2002-11-01  Daniel Rentz  <dr@openoffice.org>  [690cb7565c89e367dc0025ad3b4e9e101122bae4]

        #99897# export BLIPs directly

2002-11-01  Frank Meies  <fme@openoffice.org>  [3bfa14b0cb1136dc2365155cab6f56dd4228961e]

        #104534# Wrong setting for node if cursor has been moved due to 0 height frames

2002-11-01  Oliver Specht  <os@openoffice.org>  [abd94ce27204e0af5c5af550807aa211f3ee6549]

        #100333# separate accessibility options from view options

2002-11-01  Frank Meies  <fme@openoffice.org>  [0bb9a546c3079e9eda642fc4b030b0f6ff3421d5]

        #104534# IsSelOvr should not leave table if called from MoveTable

2002-11-01  Caolán McNamara  <cmc@openoffice.org>  [2da4a437f241bd6f85135b7f6b06c6df0120559e]

        #104570# drawing box plcxfman must be initially created in drawingbox mode

2002-11-01  Oliver Specht  <os@openoffice.org>  [9026d81866c2aecc73326ea45ce0dc26bcc1466b]

        #100333# separate accessibility options from view options

2002-11-01  Oliver Specht  <os@openoffice.org>  [d93f729bf463a5ad12e2c4a49e80fd7ff5622334]

        #100333# separate accessibility options from view options

2002-11-01  Malte Timmermann  <mt@openoffice.org>  [d5d984231dc48c905ec957e4086d5ff80a26234b]

        #104631# Use GetI18NScriptTypeOfLanguage

2002-11-01  Frank Schönheit  <fs@openoffice.org>  [32606bc87ecf2bc004eaf8984ca85af59a675fac]

        #102407# (on behalf of BerryJia@openoffice.org) introduced property-is-void attribute for writing generic property values which are void, but not default

2002-11-01  Malte Timmermann  <mt@openoffice.org>  [46936e223a9f8a221895d8bce880b4d268c97a91]

        #104631# GetI18NScriptTypeOfLanguage and more

2002-11-01  Philipp Lohmann  <pl@openoffice.org>  [1f0751d04041b9a92bb80a83f85a881776394eb8]

        #104536# allow longer macro names

2002-11-01  Philipp Lohmann  <pl@openoffice.org>  [2a0c26e1521d42d2047950f510c32473035b6c36]

        #104536# do not use special defines for abort in debug case

2002-11-01  Nikolai Pretzell  <np@openoffice.org>  [7a9d96862db4571421d6eadb314da3c0c67ece2b]

        #103134# Allow cross references in IDL docu.

2002-11-01  Nikolai Pretzell  <np@openoffice.org>  [0fc2847738442a837b39a784e0bf5467b4885a60]

        #103134# Allow cross references in IDL docu and some minor but essential fixes in cosv

2002-11-01  Philipp Lohmann  <pl@openoffice.org>  [e781d70e5b4159ff932a6d7d4ce085a6502a1a4f]

        #104536# add language dependent subpath to all path elements

2002-11-01  Andreas Bregas  <ab@openoffice.org>  [4fb33921a683c4fa389d353ebea6b0426e8a98fb]

        #104021# MacroChooser handler: Use SFX_APP()->ExecuteSlot() also at another place

2002-11-01  Armin Weiss  <aw@openoffice.org>  [784c44fec827bc51f53aa44e12a6d043791f49bc]

        #104640# Set local XPolyPolygon with open/close correction

2002-11-01  Andreas Bregas  <ab@openoffice.org>  [a63f0a117bbf82d7140317dcc7b20afe12c946c0]

        #104021# MacroChooser handler: Use SFX_APP()->ExecuteSlot() if no frame is active

2002-11-01  Oliver Düsterhoff  <od@openoffice.org>  [e84a48fa2bf43f8a3693182280cca55a057cd615]

        #97265# SwFlowFrm::MoveFwd(..)/MoveBwd(..) - no <CheckPageDesc(..)> in online layout

2002-11-01  Andreas Bregas  <ab@openoffice.org>  [b150a7d6f5b3c7b857edbafad1fdfdf36ee60287]

        #104204# Use GetBindingsPtr() in BasicIDEShell::SetCurBasic()

2002-11-01  Oliver Düsterhoff  <od@openoffice.org>  [d26809b82153f477f4e84092045d2cc774c72cd6]

        #97265# SwFtnBossFrm::RearrangeFtns(..) - invalidate footnote frame position before its calculation

2002-11-01  Oliver Düsterhoff  <od@openoffice.org>  [865649b442c993735c243beec48277087c02cc37]

        #97265# SwPageFrm::MakeAll() - consider invalid body frame properties

2002-11-01  Andreas Bregas  <ab@openoffice.org>  [4be92958146c3d27f798b748da995ac395d2dc05]

        #104204# New method BasicIDE::GetBindingsPtr()

2002-11-01  Ocke Janssen  <oj@openoffice.org>  [6551c8f6e3f1d90e8aa4d68018e5eceb5cbb5a4a]

        #i8858# setSmartURL with URL before name

2002-11-01  Oliver Düsterhoff  <od@openoffice.org>  [990fbbff9bc6dfe6c6407ccea36765db600f1c47]

        #97265# SwFrm::ChgSize(..) - no grow/shrink of cell/column frame; SwLayoutFrm::ChgLowersProp - several corrections

2002-11-01  Björn Milcke  <bm@openoffice.org>  [3c649860626d9b801edd18dff40d861a2422ca37]

        #93844# changing the output-quality is handled by ExecReq now

2002-11-01  Oliver Düsterhoff  <od@openoffice.org>  [141a84765ea606d268c15ed93ade24e1d27ea993]

        #97265# SwPageFrm::_UpdateAttr(..) - no <MakeAll()> in online layout

2002-11-01  Oliver Specht  <os@openoffice.org>  [92f58c380aa5f3ef858d9c988106ced2042b5434]

        #104612# adjust selected page after scrolling

2002-11-01  Oliver Düsterhoff  <od@openoffice.org>  [abd054c6d1562bff851be94741867a626b46f81b]

        #97265# SwSectionFrm::SimpleFormat() - call always <lcl_ColumnRefresh(..)>

2002-11-01  Björn Milcke  <bm@openoffice.org>  [fbff0f31bd50873433bcc6bafbb453c5ff415215]

        #93844# break missing -> may lead to future errors

2002-11-01  Björn Milcke  <bm@openoffice.org>  [38c3e62fa4c080857897942e27ba7794c9c22439]

        #93844# changing the output-quality is handled by ExecReq now

2002-11-01  Ocke Janssen  <oj@openoffice.org>  [11fc9bd38fe690edc1a5db3ca8b0f385489e953e]

        #104636# correct exception handling

2002-11-01  Daniel Vogelheim  <dvo@openoffice.org>  [0b9e50e2b5f04a943ce673042251bf79f0e79572]

        #99476# allow variable-decs in headers and footers

2002-11-01  Oliver Specht  <os@openoffice.org>  [221f708db48e3aef010200cf308ce00c50cb4051]

        #95842# prevent Drag'n'Drop of cmplete database tables as link

2002-11-01  Thomas Benisch  <tbe@openoffice.org>  [406b3ce3f7287deb62774af66784b3af81b2cd78]

        #103233# notify VCLEVENT_MENU_ITEMCHECKED/VCLEVENT_MENU_ITEMUNCHECKED

2002-11-01  Carsten Driesner  <cd@openoffice.org>  [a97b7559bb48446deaa92ecd0df9edd2306f8959]

        #102708# Remove BUILD_SOSL and source restructuring

2002-11-01  Carsten Driesner  <cd@openoffice.org>  [9b90482741f22d9264334c982a694a457bb55804]

        #102708# Remove BUILD_SOSL and source restructuring

2002-11-01  Frank Meies  <fme@openoffice.org>  [6b3fd74e84ee338e1c556cc795857ef2c5fea837]

        #104607# Change locale conflicts with expansion of fields

2002-11-01  Frank Schönheit  <fs@openoffice.org>  [153e383a7ecc911623f253e611469e437ab6b20e]

        #103943# changed the identifier for the file name label control to match the control identifier itself

2002-11-01  Malte Timmermann  <mt@openoffice.org>  [3f390486b9b85230a3782ca80fc459ca0ff335a0]

        #104423# EnableDDAutoWidth

2002-11-01  Peter Burow  <pb@openoffice.org>  [5b596ad9b916345aebcd3204f2c687887c5b5d75]

        fix: #103972# set highlight fixed

2002-11-01  Kai Sommerfeld  <kso@openoffice.org>  [54901db94d49c158667c5916c75cbae2247f6375]

        #104432# - Removed obsolete service deps and types.

2002-11-01  Kai Sommerfeld  <kso@openoffice.org>  [8fe33eb8bca4d4affaf2c11579489d0e6760396b]

        #104432# - Added types used by new class ucbhelper::ProxyDecider.

2002-10-31  Eike Rathke  <er@openoffice.org>  [cc8fcdadef92020f5e37e1cd9f52bafed929d732]

        #86255# for broken numeric records write #ERR: data to cell

2002-10-31  Niklas Nebel  <nn@openoffice.org>  [05d47761b144a15839c7e80ee2372711ed90d64b]

        #84418# when counting columns/rows, allow non-contiguous data

2002-10-31  Eike Rathke  <er@openoffice.org>  [a652703d3d6343c50c042881b9bfdae4b4455cd8]

        #86255# ScExportDif: write ERROR if formula cell has error, instead of broken record

2002-10-31  Eike Rathke  <er@openoffice.org>  [8683bf8c266b76d518ef12d3cc35d05a7119a0e5]

        #86255# GetNextDataSet: always read second line for numeric data to be able to resyncronize after syntax error

2002-10-31  Philipp Lohmann  <pl@openoffice.org>  [29a6880601333cd3ea43a7b402b1210b25d3729b]

        #104136# delete config items while a service manager is still present

2002-10-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0d30e5f926cbb0cc7f5fd74ca555868a131eb3f8]

        #104537# use -i switch to supply incluide directories to bmp tool

2002-10-31  Mike Hayes  <mhayes@openoffice.org>  [b4a8bd58928219f3946e2be02f618bf06cca9df1]

        Adding support for quoted strings; Fixing unary op problem in FormulaParser

2002-10-31  Philipp Lohmann  <pl@openoffice.org>  [9dc16c1c44ea4e7a0912106765a6040b583ad5c0]

        #104127# a printer is not removable unless all config files it is contained in are writeable

2002-10-31  Joachim Lingner  <jl@openoffice.org>  [927a21c5e6bcda1b6c09f7f41ea57cd726d3c08c]

        #104575# the com.sun.star.config.INIManager was removed from office. Reading from java.ini is now done directly by the osl::File api

2002-10-31  Armin Weiss  <aw@openoffice.org>  [760e6509be6a4283acce639b504f7631e59bcf92]

        #102344# Use SetRelativePos here so that eventually connectors cobnnected to this object get the necessary refresh.

2002-10-31  Andreas Bille  <abi@openoffice.org>  [54bd83fe93ff3253fbcde2f8c0b97eccbdac52e5]

        #90331# now filling the exception members

2002-10-31  Christian Lippka  <cl@openoffice.org>  [31209b7de5ce68bcf93583a7c2da843ac74d878a]

        #95881# added missing menu icons

2002-10-31  Eike Rathke  <er@openoffice.org>  [ec3760824ee7190bd0aa8b5473eb0b2657efc780]

        #104451# configure UNX with -O optimization

2002-10-31  Behrend Cornelius  <bc@openoffice.org>  [037606027cd4d86ff45941c58f9c3d9bc19cfb0d]

        #104617# defaultvalue for savepaths now not always resetted

2002-10-31  Philipp Lohmann  <pl@openoffice.org>  [9d821432ead992b3ffd113155a7a91db4bcc3de4]

        #104055# ImplShowNativeMessageBox for Unix

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [e9a4b3660f389b5d5790e8207019c6acddf72b03]

        #100737# change title when saved

2002-10-31  gt  <gt@openoffice.org>  [a2869b0f824e59ded497633c4ba76f84f7ec9042]

        #104383# remeber last filter for export as

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [ad4cb6f7a03922f587af43276dd95b76f3c777e8]

        #104613# change OFlatString: now derived from String

2002-10-31  Andreas Bille  <abi@openoffice.org>  [0dfc10982adda6ecf1698e66e90fd330935c5f6b]

        #98623# Removed (accidental) redefinition of member variable in local scope

2002-10-31  Thorsten Behrens  <thb@openoffice.org>  [21558bc26d6738ac99f5ed1fbdc95afafcbb57fa]

        #103692# Corrected errors

2002-10-31  Caolán McNamara  <cmc@openoffice.org>  [0588ffa90197b9279547c2bc4f92ce2e19ef2c7a]

        #104570# honour fspa in absence of escher record

2002-10-31  gt  <gt@openoffice.org>  [1196dc9cb42e5b3a8686a31bd317ed5acdb08399]

        #104383# remeber last filter for export as

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [d7c36bcf38fc1665bc567c19f8a432cd652dfd1d]

        #104392# use new ctor for fmObjects

2002-10-31  Martin Maher  <mmaher@openoffice.org>  [490394e3bb8237a9d7d53ce7f6c6ad13f747c008]

        Added support for the unary percent operator

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [71e8b7d7de447f9594294217b70b812e4636c253]

        #104392# make two methods from aHdl visible

2002-10-31  Kurt Zenker  <kz@openoffice.org>  [e16df25b6e784a0aea36677ee6d8104bcb515df4]

        Merge SRC641: 31.10.02 - 14:32:00

2002-10-31  Kurt Zenker  <kz@openoffice.org>  [5f8d9e08e269263191e580396e0dbceee9e13727]

        Merge SRC641: 31.10.02 - 14:31:50

2002-10-31  Kurt Zenker  <kz@openoffice.org>  [eb5b416a13813c98141fbc882a34c4adc12d3eb7]

        Merge SRC641: 31.10.02 - 14:30:56

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [6fe2836d3ab19ea28cc830a1beba1fee04eb80ec]

        #104392# overload keyInput and new method for myarking

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [b4ed57122a076b87b36e3f211b1d4eecd144e230]

        #104392# added focuslistener interface

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [9c00a29c904b1cc4a4de3941a6910ce8a50a65a8]

        #104392# unmark only when the view allows it

2002-10-31  Christian Lippka  <cl@openoffice.org>  [8354b31d2de13474d810a5fcc7828e7d2833c37c]

        #104238# preserv presentation order on copy/paste

2002-10-31  Kurt Zenker  <kz@openoffice.org>  [ed74efef2384e216437bd481a968ebeac1f7a810]

        Merge SRC641: 31.10.02 - 14:22:49

2002-10-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [23ced51432ba9a7bfc1c1be36d55b448c5ef2862]

        #100157# pay attention to return values

2002-10-31  Kurt Zenker  <kz@openoffice.org>  [c0434b0a1ca3f09cb7a9ac0c24c1e21ebe60bf1f]

        Merge SRC641: 31.10.02 - 14:13:20

2002-10-31  Philipp Lohmann  <pl@openoffice.org>  [ffca441f1c317744fd4264a0650c7146f64b3bef]

        #104562# change of sematics for GetIndexForPoint, added GetItemStartEnd

2002-10-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc444a995399a4c463730bbbbea916bb0e4b8a1b]

        #100157# use UPDMINOREXT which contains the dot in case of a valid minor version

2002-10-31  Kurt Zenker  <kz@openoffice.org>  [63959193ef6d4e85ebe65b153e7c973d7e5584e1]

        Merge SRC641: 31.10.02 - 14:03:40

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [5de5f157a50ca82ae96f7e20fbc561553376523c]

        #104392# new param for ctor to know which type we have

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [15633e70b938057d4f30f843c716334e1ee3631e]

        #104392# use new ctor of fmobj

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [171885d8d537ecabbab28bdd3efec5650802cbb0]

        #104392# move methods from derived class into this

2002-10-31  Thomas Lange  <tl@openoffice.org>  [75927f867366feb0b96a7cae4f0f4ad7b3a9eef8]

        #102565# property UpdateFromTemplate added

2002-10-31  Thorsten Behrens  <thb@openoffice.org>  [a593482702ef355a535c30755d4778694a1da53a]

        #103692# Passing shadow attributes to the rendering methods

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [adda4efa425ed9e774eab0f581f4d049043543b6]

        #104392# added focuslistener interface

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [45a490f448d8f1f683ddb2c9f35f2a33c80ea287]

        #104392# new param for ctor to know which type we have

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [5cf351b06fc728a527e4fef9730e27722a91d5a0]

        #104392# move column selecting methods to base class

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [36446279521714430e28b7b10f021375c61eefba]

        #104392# insert waitobject before inserting data

2002-10-31  Andreas Bregas  <ab@openoffice.org>  [096fc9eae952b11338827fb8e51cf2d00ecb6698]

        #101346# BasicIDEShell::CreateDlgWin(): Check if window pointer is valid

2002-10-31  Caolán McNamara  <cmc@openoffice.org>  [9ac6585db42d91265b4bdce17d6182e243064a18]

        #104551# merge changs to head

2002-10-31  Sascha Ballach  <sab@openoffice.org>  [fb9c02bd4bd356bdef01eb4dc5da80a24e7d2d6c]

        #95881#; add icons for hyphenation menu entry

2002-10-31  Frank Schönheit  <fs@openoffice.org>  [467a0480e24069e03a832421ac99fe77b246ce72]

        #104454# use the proper SelectAll( sal_False ) method (broke by fix for 102696 in rev. 1.46)

2002-10-31  Frank Schönheit  <fs@openoffice.org>  [dfdbfb84f97921e973a55e332e742499410ee4c3]

        #104454# override the base class' SelectAll( BOOL, BOOL ) for disambiguation

2002-10-31  Duncan Foster  <dfoster@openoffice.org>  [c327abebcfbd5e0922f23e2f4d3a1f5e873c1500]

        Added missing SAL_CALLs

2002-10-31  Duncan Foster  <dfoster@openoffice.org>  [36e2a0b9e46517bfa6ab77bb4a61dcaf357456ca]

        Added missing lib (toolslib) to link.

2002-10-31  Mikhail Voitenko  <mav@openoffice.org>  [e00dd4a2f44d88b96513e494b49822ba00eac75c]

        #102191# password requests and interaction

2002-10-31  Sven Jacobi  <sj@openoffice.org>  [3e3c5f1eaee3e4fd7bec07babe55566edcec4702]

        #104601# correct scaling of signed DeltaV and DeltaH

2002-10-31  Mikhail Voitenko  <mav@openoffice.org>  [cde80acc21357c998a9de21f61a07aa67bc8d2cb]

        #102191# password requests and interaction

2002-10-31  Sascha Ballach  <sab@openoffice.org>  [84caf6de292c532e2e494de62acd4b6434789e4b]

        #92196#; use ScMarkData only for one sheet

2002-10-31  Tino Rachui  <tra@openoffice.org>  [8bcb7466e00644f8d6185e11bdfede019929a3fc]

        #104055#implemented ImplShowNativeMessageBox

2002-10-31  Andreas Schlüns  <as@openoffice.org>  [82cf49abc9cb2c19dd557b1dc7cf13224e211b4f]

        #103920# remove wrong wk2/wk3 extensions (toplevel too)

2002-10-31  Mikhail Voitenko  <mav@openoffice.org>  [c030b478a81ae6a3f4541ff95b547b0407717335]

        #102191# password requests and interaction

2002-10-31  Mikhail Voitenko  <mav@openoffice.org>  [bf9bda898ce9facfb1b41050fe6c043833f87ef8]

        #102191# password requests and interaction

2002-10-31  Sven Jacobi  <sj@openoffice.org>  [b4ea9b47822ed2688c219e471e51c30b9f04e194]

        now using correct prjname

2002-10-31  Sven Jacobi  <sj@openoffice.org>  [a917cb07747d5b1c39c334957120105692bba412]

        #103313# now generating hid.lst

2002-10-31  Michael Brauer  <mib@openoffice.org>  [7e8a4211664bcc4325135456d071783330e0f15b]

        #96627# hyperlinks and contore for embedded objects in flat files

2002-10-31  Duncan Foster  <dfoster@openoffice.org>  [d4a26f474f97a03e565d45e7c1fab1d884b58bdb]

        Removed reference to deleted directory

2002-10-31  Daniel Boelzle  <dbo@openoffice.org>  [beccf65cbf9e9a8a5435c87530b2f49ba8a8ee1c]

        #104312# new

2002-10-31  Peter Burow  <pb@openoffice.org>  [0c24dc84e7fbb94677b4fef487e9880b645911e5]

        fix: #104521# handle <RETURN> in hierarchical view

2002-10-31  Mathias Bauer  <mba@openoffice.org>  [8bb4993f1a22c37280a275bfd64d12fcad934598]

        #102945#: recycle UCBContent in MediaDescriptor

2002-10-31  Thorsten Behrens  <thb@openoffice.org>  [52e1b9e3c903fd9d73940ab7cb005c3c68aa664e]

        #103876# Adapted maximal tile cache size

2002-10-31  Stephan Bergmann  <sb@openoffice.org>  [585e0b6e7cf345d736da84e8ce3634b14dc87707]

        #104600# Added missing sigemptyset.

2002-10-31  Duncan Foster  <dfoster@openoffice.org>  [7e45ebc49f9f7bbf74186f8b8eb6e87cb70670c3]

        Fixed bugs in getFileSetNames & getFilesInFileSet

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [b766576e7faa4103b5a82f3fb2d7973da60ef324]

        #104577# remove caret handling after statement creation

2002-10-31  Ocke Janssen  <oj@openoffice.org>  [b2385785a057ec316c5a35df70e10ffedf11ce4d]

        #104587# remove unused strings

2002-10-30  Matthias Huetsch  <mhu@openoffice.org>  [fcb51ef2989a25bb893ac2311fcb9f8a4f958e13]

        #i8416# Fixed 'osl_thread_[create|start]_Impl()' race condition, need to synchronize on STARTUP and not on ACTIVE flag.

2002-10-30  Matthias Huetsch  <mhu@openoffice.org>  [d62e77567a9bbdfa4bc769f1f7a1b56c2c7a65c8]

        #i8416# Fixed 'pthread_join()' / 'pthread_detach()' race condition, several other race conditions, deadlock in 'osl_scheduleThread()' going into suspend vs. 'osl_resumeThread()' using a redundant 2nd mutex, static initialization not being thread safe, wrong 'spurious wakeup protection' loops around 'pthread_cond_wait()' not checking a flag. Added cleanup handlers to automatic cancellation points 'pthread_join()' and 'pthread_cond_wait()'. Partial source cleanup.

2002-10-30  Sven Jacobi  <sj@openoffice.org>  [f907beba2fbd1855e19f3f812421f22977198053]

        #104588# fixed using of wrong charset or font

2002-10-30  Philipp Lohmann  <pl@openoffice.org>  [5a61153acfee34f248b07d0a4ee4aefc7de90d23]

        #103972# accessibility helpers for ToolBox

2002-10-30  Kai Ahrens  <ka@openoffice.org>  [169dd3968c90a86dc6d41f566f851150bf61c3b5]

        #104537#: added support for localized bitmaps

2002-10-30  markm  <markm@openoffice.org>  [f3480d3aeed57757f433dd760248c2b1f14b0fba]

        #i8810# Added getDocumentMimeType().

2002-10-30  Caolán McNamara  <cmc@openoffice.org>  [97e0df84a89a28f04ef122e801bfe0af6d681974]

        #104570# character 0 means insert current page number

2002-10-30  Duncan Foster  <dfoster@openoffice.org>  [16dc6bbef3e32e8ee5e1cef7d976832799cff7c5]

        Added new methods for file(set) access And fixed maps to hashmaps in ScriptData

2002-10-30  Volker Ahrendt  <va@openoffice.org>  [e90e03ada3231055171f2960a17bccd6a94386b7]

        #103331# Corrected entries in basic regarding 'history'-function.

2002-10-30  Duncan Foster  <dfoster@openoffice.org>  [16b1f16802fe8ccb3067006993a4e5e686fccab5]

        Reflecting change to interface.

2002-10-30  Niklas Nebel  <nn@openoffice.org>  [0d4d8cf40a434e6146e39717d8a499fa93f74359]

        #86260# StopMarking: don't call SelectionEngine::Reset

2002-10-30  Stephan Bergmann  <sb@openoffice.org>  [0ea22461a1ba2c3c9aaa382e062e84fa50b75173]

        #104312# Added package com.sun.star.lib.uno.

2002-10-30  Stephan Bergmann  <sb@openoffice.org>  [1ef41f44bc51a0da51be8e743469990288c1a920]

        #104312# Removed useless import.

2002-10-30  Stephan Bergmann  <sb@openoffice.org>  [a8603cd04b0add5c90ab16df91c5ea0972c83f06]

        #104312# Adapted to new TypedProxy.

2002-10-30  Stephan Bergmann  <sb@openoffice.org>  [8e8004db87c79f9b06124bc7a18b27e4bad230f3]

        #104312#

2002-10-30  Caolán McNamara  <cmc@openoffice.org>  [8ff3da355e33955884f9ecd1adaaccfeb80395cd]

        #i8553# process autonumbering sprm during normal sprm processing, simplifies the system and places setting hardcoded numbering info after the dust has settled as to the numbering coming from the base style

2002-10-30  Armin Weiss  <aw@openoffice.org>  [9e66f94c3e187a481c5cd52e3b0805da19be932d]

        #102344# Ignore connectors which have one or more connections

2002-10-30  Frank Meies  <fme@openoffice.org>  [ceea5a6eb0694bd19fbae508b70cd9389491edf9]

        #102861# Resize of OLE objects inside frames should not cause leaving of frame

2002-10-30  Frank Meies  <fme@openoffice.org>  [fb0ceacfc321a909bc524ef66a9bc69405cc2607]

        #96761# FindAnchor did not find correct frame positions when dragging upwards

2002-10-30  Vladimir Glazounov  <vg@openoffice.org>  [4589fcff60469795ea0418c7fa960d8acf8df6e8]

        #100000# removed obsole declaration

2002-10-30  Vladimir Glazounov  <vg@openoffice.org>  [a0efa07b463cc96b9ec89324fbe6558ef23c05c8]

        #100000# removed obsolete includes

2002-10-30  Armin Weiss  <aw@openoffice.org>  [294796262288d8bc69330dd752c9eb958e91e3f7]

        #102344# Flat cloned SdrEdgeObj, copy connections to original object(s).

2002-10-30  Tino Rachui  <tra@openoffice.org>  [06195f606602b4931716da7eeef71902c138d022]

        #103943#two new ids for the label of the file name box and the label of the filter listbox

2002-10-30  Tino Rachui  <tra@openoffice.org>  [a9e9949a191a543ac561b7af9da6bc001bf43009]

        #103943#added ids for file name box label (stc3) and filter listbox label (stc2) to common filepicker element table

2002-10-30  Niklas Nebel  <nn@openoffice.org>  [d74e8e247be117c2f468324074ed41348f4d41d6]

        #103703# ViewChanged: call SetLogicRect only if the size in pixels changed

2002-10-30  markm  <markm@openoffice.org>  [f7c712d04c7663c92a2b3dc718c56dda2674c3ba]

        Added accessor methods for the Settings, Style and Meta DOM trees.

2002-10-30  markm  <markm@openoffice.org>  [6c30919328a13b4a28448778d1efe9b03f8a70ba]

        Add Debug log messages for tracking the XML API being used to serialise the document.

2002-10-30  Laszlo Kovacs  <lkovacs@openoffice.org>  [0d71afab111b1b2a805041fa33bcd1c91a4f6f76]

        Script execution query dialog displayed only when scripts stored in documents are executed.

2002-10-30  Laszlo Kovacs  <lkovacs@openoffice.org>  [6db4b65697799ad8e08048064f3d216c77c4ef81]

        resolved storage ID set on resolved context

2002-10-30  markm  <markm@openoffice.org>  [a7f75cdb01431411bf3b1c90b352ef219bf9fbb8]

        #i8810# Write correct name for settings.xml to manifest file.

2002-10-30  markm  <markm@openoffice.org>  [5fee35f53de0ea616f8010ba545490f511ca628c]

        #i8810# Update to include writing of EmbeddedObject data to file.

2002-10-30  Herbert Duerr  <hdu@openoffice.org>  [9046c3b531ced01665fed3abfd07f3e7ab10b586]

        #100563# fixed GetTextBoundRect/-Outline for rotated text with nIndex!=nBase

2002-10-30  Andreas Schlüns  <as@openoffice.org>  [988109e4590334d453819a4f5e395193cd7ab7fe]

        #104569# don't handle SID_CLOSEDOC - it's part of the frame now

2002-10-30  Thomas Benisch  <tbe@openoffice.org>  [79b676c2701f255f0d79da8faa04e8bc2c4b6681]

        #104087# send ACCESSIBLE_BOUNDRECT_EVENT for VCLEVENT_WINDOW_MOVE/VCLEVENT_WINDOW_RESIZE

2002-10-30  Thomas Lange  <tl@openoffice.org>  [bec8b07192f2c194121563da3e3ed59c68ef66ea]

        #78669# SwXDrawPage supports service css.drawing.GenericDrawPage now

2002-10-30  Jörg Barfurth  <jb@openoffice.org>  [9b02076f2de6684204f6e223e3a9073f9657fac9]

        #104580# Correct missing negation on condition

2002-10-30  Thomas Lange  <tl@openoffice.org>  [a6b6ac033ad03bbc4a9006c8f650acf69847220a]

        #78669# Optional flag added to proerties since the XPropertySet interface is optional

2002-10-30  Oliver Specht  <os@openoffice.org>  [0c74ab5a63b3c57e2b6ebba61250be4d587ce8c6]

        #104572# German: 'auswaehlen' instead of 'markieren'

2002-10-30  Christian Lippka  <cl@openoffice.org>  [2a5b8035b46d69b12b5efeb3c1481c72f092bbed]

        enabled support for variable compression level for jpgs

2002-10-30  gt  <gt@openoffice.org>  [521511e06632d17ad2eddcd2510f22d4a162ae5c]

        #90974# PrintDialog::ImplBrowseHdl(): set dialog help id

2002-10-30  gt  <gt@openoffice.org>  [b151807c685cbbecf5cdbf8653a3767ae263dc1a]

        #90974# + pickerhelper.hxx

2002-10-30  Caolán McNamara  <cmc@openoffice.org>  [9dd381a0601c89e4bbfc5669f1a13699ff70a7bf]

        #i8553# resolve ww95 table seeking issues

2002-10-30  Armin Theissen  <armin@openoffice.org>  [27ebbd480ffac00e945b7cebf8e4487c4a0cadfb]

        IZ 8594, patch 3282: makefiles for x86-64 (Gwenole Beauchesne)

2002-10-30  gt  <gt@openoffice.org>  [7fd35dbf756408611b390a83a61b208077f373b9]

        #90974# SvxNumOptionsTabPage::GraphicHdl_Impl(): help id for SvxOpenGraphicDialog

2002-10-30  Eike Rathke  <er@openoffice.org>  [ed93dbc71e3f21a6b76b66a10fba822791bd570a]

        #i7045# #104574# rtl_ImplFloatToString: wrong fractional part

2002-10-30  gt  <gt@openoffice.org>  [6c1d6a5777c7afdf6568515f0bc2866284ddf60a]

        #90974# + SvxOpenGraphicDialog::SetControlHelpIds(), ::SetDialogHelpId()

2002-10-30  Sven Jacobi  <sj@openoffice.org>  [9c84ee0b5ff180a95ca85ab31befc6193d743266]

        #93454# added support of bitblt action

2002-10-30  markm  <markm@openoffice.org>  [15f2849bd49b51253920ca7a559a712624110123]

        #i8810# Update to getEmbeddedObjects() to exclude directory entries and main document entries from map.

2002-10-30  Juergen Schmidt  <jsc@openoffice.org>  [f7698a15b1606716c708cb622bb9c357fe1a3997]

        #104573# change typo

2002-10-30  Daniel Boelzle  <dbo@openoffice.org>  [dd6b154f59fed4c822cfa2f29c6f9d36daaa72da]

        #104312# fixing ctor( Class )

2002-10-30  gt  <gt@openoffice.org>  [66187d20dc8be1f9ef1e6552c0b500c5f328090e]

        #90974# class SvxOpenGraphicDialog: + SetControlHelpIds(), + SetDialogHelpId()

2002-10-30  gt  <gt@openoffice.org>  [2719f0cee79cae01ee615766b08526a0b6ebca98]

        #90974# ids for file dialogs

2002-10-30  Eike Rathke  <er@openoffice.org>  [4131205375451db9e376bf3b625ee7680337ea41]

        #98112# ~ExcFormat: delete pKeywordTable

2002-10-30  Oliver Specht  <os@openoffice.org>  [4c22da9b8685c321a3dd1bd6962135129ceaa099]

        #98749# enable 'no brackets' in bibliography fields

2002-10-30  Oliver Specht  <os@openoffice.org>  [18960b061f01c0d0e21685023a4f8da02857be7d]

        #103703# disable call of OuterResizeOPixel when inside of a InnerResizePixel call

2002-10-30  gt  <gt@openoffice.org>  [a4357e47c8a845ac54bc49371cab05f8dffae40c]

        #90974# new ids for file dialogs

2002-10-30  gt  <gt@openoffice.org>  [521963b2abd07d613865d4e3fed64c52300b843e]

        #90974# SfxConfigDialog::FileDialog_Impl(): setting dialog help id

2002-10-30  gt  <gt@openoffice.org>  [7a2e90217ea1d70efe70301b384320c48310bea6]

        #90974# FileDialogHelper_Impl::setDialogHelpId(): using of svt::SetDialogHelpId()

2002-10-30  gt  <gt@openoffice.org>  [15733f005b72c1e53422b0d1bc19588913c0e739]

        #90974# helper functions to set helpid on file and folderpicker

2002-10-30  Daniel Vogelheim  <dvo@openoffice.org>  [6cdc42b06425038078191c4b1ed7050bb8f7e446]

        #98749# allow loading of empty bibliography brackets (saving already worked)

2002-10-30  Andreas Bille  <abi@openoffice.org>  [f3b44f6366a99a0926b15c3d2727aa4532f9884c]

        #98767# now using ucbhelper::cancelCommandExcecution; UnsupportedCommandException instead of CommandAborted

2002-10-30  Niklas Nebel  <nn@openoffice.org>  [4fe9c607c9959d6450519d4ca3fcf9282e72486a]

        #95593# SetEditEngine: use same paper width for line breaks as in output

2002-10-30  Niklas Nebel  <nn@openoffice.org>  [3d37ce39ad4b2bcba040ebcf489bfda65d3291cd]

        #95593# GetNeededSize: use same paper width for line breaks as in output

2002-10-30  Andreas Bregas  <ab@openoffice.org>  [4c47405c2a448632f46712834d89a8b21f0f2129]

        #101048# BasicIDEShellCounter for ExecuteBasic()

2002-10-30  Vladimir Glazounov  <vg@openoffice.org>  [bec1435f93282c5102d05761181f0cac5ec49e69]

        #10000# corrections for GCC

2002-10-30  Andreas Bregas  <ab@openoffice.org>  [15f5fd1a9772b1fbfc58cefb777999de67aef348]

        #101048# ExecuteBasic(): Check if IDEShell still exists after execution

2002-10-30  Peter Burow  <pb@openoffice.org>  [5622d56f0e10d8bd32c577363d5bccf7beaac84d]

        fix: #104556# preview update after reset of NamePage

2002-10-30  Kurt Zenker  <kz@openoffice.org>  [72d36cf6aaa3f3d8e717eff08491d0af3f9cf81e]

        new version for SRC669

2002-10-29  Eike Rathke  <er@openoffice.org>  [9471fd7239f722e88a07e735df0ac2fd56d6f230]

        #98112# ExcFormat with NfKeywordTable and GetMappedFormatstring

2002-10-29  Eike Rathke  <er@openoffice.org>  [9ba750dacb659db682c1efa3001af8014b3c7314]

        #98112# ExcFormat with NfKeywordTable

2002-10-29  Eike Rathke  <er@openoffice.org>  [1f8444b029afff9c1294dc8393487af2f51eada0]

        #98112# add FillKeywordTable

2002-10-29  Eike Rathke  <er@openoffice.org>  [e83e7193ef85dd5487f2615e57efbea35fcf8eef]

        #98112# add nfkeytab.hxx

2002-10-29  Caolán McNamara  <cmc@openoffice.org>  [7d4793f8e4dd8532a809d2482efede574899bb38]

        #i8798# if vert anchor is set but not vert distance then the vert anchor is effectively ignored and treated as para relative, word hacks around this by placing a value of 1 for vert distance when they really want 0

2002-10-29  Thorsten Behrens  <thb@openoffice.org>  [4f81ce36af80b8e4d76ac236c3ca7e6ab3f42206]

        #103876# Checking for zero size, removed some exit points

2002-10-29  Laszlo Kovacs  <lkovacs@openoffice.org>  [64c3b3b67f175f1e6e1f308188a6b858822c380a]

        nag dialog to query user for each script's execution implemented

2002-10-29  Laszlo Kovacs  <lkovacs@openoffice.org>  [2d053c160277a9d29fd8e40f7b4101a6a54d1b56]

        nag dialog resource files added

2002-10-29  markm  <markm@openoffice.org>  [12d661c6b10efe392fa22f670cd6f878fffb3770]

        #i8810# Update to include method to return document's MIME type.

2002-10-29  markm  <markm@openoffice.org>  [664c46812c10b55b3c3c96da1fa96ee37466c602]

        #i8810# Update to provide support for reading and writing of embedded objects.  Also includes manifest.xml file in all conversion.

2002-10-29  Mike Hayes  <mhayes@openoffice.org>  [ca315f088af67ad32cf615376dc792db46583366]

        Handle null node. Temp fix to prevent converter bombing out

2002-10-29  markm  <markm@openoffice.org>  [dfdb612c771b098195d6c0b277e9ab7916b238b1]

        #i8810# Update to include EmbeddedObject.java, EmbeddedBinaryObject.java and EmebeddedXMLObject.java in the build for this package.

2002-10-29  markm  <markm@openoffice.org>  [d5f8f54ab895a8a67d7e77b186ad96214071e9c4]

        #i8810# Modifications to support reading/writing of embedded object data.

2002-10-29  markm  <markm@openoffice.org>  [7a8a4942f9da49529cc7799f8cca955c05a5477c]

        #i8810# Initial checkin

2002-10-29  Mathias Bauer  <mba@openoffice.org>  [041e08081f334ec166c7f39a5318462e77134f37]

        #104032#: async execution auf CloseWin/Doc

2002-10-29  markm  <markm@openoffice.org>  [d7d093bd34242d1d6ca3e8968d71175542a7fcd0]

        #i8810# Update constants to include MIME types for different documents as well as XML tags and attribute names used by the manifest.xml file.

2002-10-29  Christian Lippka  <cl@openoffice.org>  [fa1d5b51fe0035b355866e1bfe6d986258752a69]

        #104558# fixed service name for com.sun.star.presentation.Shape

2002-10-29  Armin Weiss  <aw@openoffice.org>  [92807062b5743474413f7fe32c29e8bc23745912]

        #104527# Avoid division by zero. If rLineParameters.GetLineWidth is zero this is a hairline which we can be handled as 1.0.

2002-10-29  Sven Jacobi  <sj@openoffice.org>  [0303a0e7a3599088a98bed5a6e9350e1c8ca8430]

        #104500# titles of SgaObjects are now localizeable

2002-10-29  Martin Hollmichel  <mh@openoffice.org>  [c9a51997cb45bb7b08501c0d7edb418cca3677d2]

        chg: const Property* to non const to make it gcc2 compile

2002-10-29  Oliver Specht  <os@openoffice.org>  [37472d5b4ce943c5dda05e577b86c7a7cedde41d]

        #104361# getForeground/getBackground impl.

2002-10-29  Ocke Janssen  <oj@openoffice.org>  [8531d280213dce52d9f08d7f13e675e4b13c7096]

        #104493# Reorganization of XAccessibleComponent and XAccessibleExtendedComponent

2002-10-29  Caolán McNamara  <cmc@openoffice.org>  [ad85e412ce9e8a8fada72980593df3749ab09ddb]

        #i8247# stupid tabstop setting hackery bites us in the ass

2002-10-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [feb7187650a76437da030ef5c62ee39f3cc2dcd3]

        #92395#: If TOX is alone in surrounding, insert txtnode when TOX is deleted.

2002-10-29  Oliver Specht  <os@openoffice.org>  [c050dccf69843a9948addbe6c4a02f535f87da96]

        #104361# getForeground/getBackground impl.

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [159100804dec1d377aa9e13773458355bee461a6]

        #104560# docu

2002-10-29  Michael Brauer  <mib@openoffice.org>  [1bf421e287fa48db7b8bad7027213fe12a93571d]

        #104520#: changes of XAccessibleComponent

2002-10-29  Caolán McNamara  <cmc@openoffice.org>  [f71fbeee9b0e91bb327f9c7ca2cc02f85c6f64c5]

        #i8321# in hyperlink url occurs before options, once an option is seen do not continue looking for an url

2002-10-29  Andreas Bille  <abi@openoffice.org>  [a7b3844c0ab4b596b3c7180aaa921672addc0edc]

        #92761# Removed dependency from unotoools

2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [461e4ace4a9fa872dc4ee416f21af684178c349f]

        #102193# start using fallback APIs, on w32 still dummy

2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [f02f403c242f3c773726cbfe26297171f990fb14]

        #102193# change to fallback APIs

2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [8a8a6266a4a2d4cee68411d69e4c1814d861620a]

        #102193# icu now also used on non-unx platforms

2002-10-29  Caolán McNamara  <cmc@openoffice.org>  [d40436ad3ce59d71b9f7d705c5ebd5b21f83568e]

        #i8726# ww7- encodes fontnames in same encoding as font itself, and in its doublebyte varient does not use unicode, uses the same technique of encoding the charset as single byte varient, so conversion required on such documents

2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [38fd61e666c07a60dc52fcdfd6062c796a1554c9]

        #102193# correctly initialize font fallbacks

2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [6b6022b0ce7328d35820b7d760a710e3a92ddbdd]

        #102193# add font/glyph/script fallback infrastructure

2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [4e7e4e2f1c7aad41f951a606353aa45745601631]

        #102193# allow non-unicode apple-roman fonts

2002-10-29  Herbert Duerr  <hdu@openoffice.org>  [9295737074d43177681c866d4002a8e6d9f06eec]

        #102193# first shot at font/glyph/script fallback infrastructure

2002-10-29  Christian Lippka  <cl@openoffice.org>  [a6cda3aa22d877423feb4c2da223a1388796a802]

        #104097# don't export empty pres objects when exporting pages

2002-10-29  Frank Schönheit  <fs@openoffice.org>  [a1d0c53d3da1c6ef8974ccf1e7a1af6127fc728e]

        #65293# return type for ReleaseInterceptor

2002-10-29  Oliver Bolte  <obo@openoffice.org>  [42c4d107ddbada235f9845a44b307ef5ef5060b4]

        change for wntmsci8 (msvc7.net) compiler

2002-10-29  Andreas Bille  <abi@openoffice.org>  [cc506f0168c18d044d33a90bee8dd1d75258e4d8]

        #104432# Changed to proxyconfig helper class

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [e83937efc54f5ce6a310a7a9a390c45e9064e098]

        #104312# jni definitions

2002-10-29  Oliver Specht  <os@openoffice.org>  [7c6b58e4b457f419e04b12cb367b25c1a0cb3eff]

        #93478# syntax error Solaris corrected

2002-10-29  Andre Fischer  <af@openoffice.org>  [68cbce323413fa9b96c1bffd47e869d573ea1967]

        Adapted JAR_PATH to new Makefile syntax.

2002-10-29  Daniel Rentz  <dr@openoffice.org>  [430111ab8b487eac0003d248bfa254ef376176e5]

        #100764# German: 'Spalten-/Zeilenkoepfe'->'...beschriftungen'

2002-10-29  Vladimir Glazounov  <vg@openoffice.org>  [281766e9933e07475b91574f00c402369b40631b]

        #100000# added global dependency

2002-10-29  Behrend Cornelius  <bc@openoffice.org>  [b995d5c12292edb8bc9e8f5b9ee655a952fda865]

        #96771# Bitmapfilename adapted to ".gif"

2002-10-29  Behrend Cornelius  <bc@openoffice.org>  [5ef8779cc75868cd0bc8d92ad9ce04304d6a4b7e]

        #96771# bitmaps replaced by gifs

2002-10-29  Thorsten Behrens  <thb@openoffice.org>  [26193bffb074d0827072347038d4d1d177d91201]

        #102532# Offset rect only by pseudo window offset

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [ab7877093dc7842817ab0edd6a5c32c837d594aa]

        #104312# fixed false type class init for STRUCT; added ctor( type_name, type_class )

2002-10-29  Thorsten Behrens  <thb@openoffice.org>  [6fadc868e871e7d8d38cf83b7093b2542191640c]

        #102532# Respect output offset also for clip regions

2002-10-29  Thorsten Behrens  <thb@openoffice.org>  [b49d4432b1bea469ab441eb2e652d8e2c586bb7e]

        #102532# Fixed copy'n'paste typo

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [21d95a755bb02abd84bf6f02691f75c8c6c279bb]

        #104312# new

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [ce6de52ef9528b31585dfbc834c9e7897ae9acb1]

        #104312# minor code changes

2002-10-29  Philipp Lohmann  <pl@openoffice.org>  [0b405db70b29c988163d44cf13ccbec95efde7d6]

        #103474# added font effect: embossed/engraved

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [0a3428b2cdedfe9bed7b2fb2be3c0cdca9a15bcb]

        #104312# bridgetest_inprocess_java (missing absolute file url)

2002-10-29  Behrend Cornelius  <bc@openoffice.org>  [2fa20cf9598bb0ee1c7fa67de8194273306b7943]

        #96771# Own Holidays that occur once no longer supported

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [b426fbed95e6289a2f4d322aaf6effea256bc056]

        #104312# minor fixes

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [fbb12714fa2bca5e873fb864f3a0873a5ca2f1e1]

        #104312# delivering jars

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [4e75417aed249afccf4d8df33e9e5ce9e2d9f573]

        #104312# fixing potential mt problem

2002-10-29  Darragh Sherwin  <dsherwin@openoffice.org>  [5e01c8c7f201bcb1cae2a236ba69c1f42dc80b20]

        Some members variables using XInterface did not have full qualified namespaces

2002-10-29  Oliver Bolte  <obo@openoffice.org>  [d25e2bc371a986741378885a99eebcf9066951db]

        #100000# wntmsci8: stlport_vc7

2002-10-29  Daniel Rentz  <dr@openoffice.org>  [cba16bcc7bf6872a7d3a5f4e1d4b52c92e27ee4f]

        #99897# improved gradient export

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [1bae67bbcfcf5c08a83b5eee20302f3d2b541a24]

        #104312# local ref leakage

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [5c051a85c24c713569e2bdaac4a32e8c410be0ea]

        #104312# don't deliver windows pdb file

2002-10-29  Daniel Boelzle  <dbo@openoffice.org>  [dd494ed41b5444e980bd9f88ec57b54817dd5cbc]

        #104312# workaround partly initialized Type object

2002-10-29  Frank Meies  <fme@openoffice.org>  [ba9e539fc7f85d9c8a635149ed5a7296c290f89d]

        #101688# Check if position of draw objects is outside of page when switching layout direction

2002-10-29  Kai Ahrens  <ka@openoffice.org>  [2fcea3773a47c78c2d439f2f686fe9af23190c15]

        #104426#: added ::getForeground/::getBackground methods

2002-10-29  Frank Schönheit  <fs@openoffice.org>  [377348c9f5279e0b895669d68fa73cb99d3e3876]

        #65293# must-change not done: new methods for XAccessibleComponent implemented

2002-10-28  Daniel Boelzle  <dbo@openoffice.org>  [678415c24404705e0fe7e9243af9a9b0f4c97f37]

        #104312# code complete; passed testtools/source/bridgetest

2002-10-28  Philipp Lohmann  <pl@openoffice.org>  [be75a118930df743827b98361ae48ef26c057d59]

        #104409# bring abysmal MSC up to speed

2002-10-28  Philipp Lohmann  <pl@openoffice.org>  [6efe48418b69b4f1dce0f73711e204fb634cd6c5]

        #104409# compress page contents

2002-10-28  Kai Sommerfeld  <kso@openoffice.org>  [3da96f52aec0819840f2741a729603b753aec26a]

        #104432# - Now uses ucbhelper::ProxyDecider for proxy settings.

2002-10-28  Carsten Driesner  <cd@openoffice.org>  [2b3f4215c9db9b6a8330bf466355b70f40a5f827]

        #103047# Support new images scheme from extras team

2002-10-28  Kai Sommerfeld  <kso@openoffice.org>  [dfff706198e151ac84dbe5f9ecc96e0709d2f3ff]

        #104432# - Introduced class ucbhelper::ProxyDecider

2002-10-28  Christian Lippka  <cl@openoffice.org>  [d770113f2b217512101ac595fbf145039022d8fb]

        #99928# add defaults for font properties if needed

2002-10-28  Niklas Nebel  <nn@openoffice.org>  [60fed186ce84f7a16676c4f415312bde0edadc94]

        #91781# don't restore filter settings from static variable in ctor/ReInit

2002-10-28  Jörg Barfurth  <jb@openoffice.org>  [95cdaaec71e628967e8a67a4419e0a2dce36cfea]

        #100047# Improved createInstance.. handling for better reporting of instantiation failures caused by illegal arguments or service specifiers; removed unused and never supported instantiation fallback

2002-10-28  Jörg Barfurth  <jb@openoffice.org>  [f7a1b971d3b83b984c157253e0858ab068b89a26]

        #100047# Improved argument handling for better reporting of instantiation failures caused by illegal arguments

2002-10-28  Philipp Lohmann  <pl@openoffice.org>  [4ab9e299b94ef01dadcd3dfda986b9623969e42d]

        #103973# check validity of last parent in XIM status window

2002-10-28  Jörg Barfurth  <jb@openoffice.org>  [7ee5746cafebbd042d81eda829fed60eb2362e72]

        Add option to specify access service

2002-10-28  Mikhail Voitenko  <mav@openoffice.org>  [fbb6d192e13b6bb70204d668e65ecedb0b023d10]

        #104532# do not add an original template to the hierarchy

2002-10-28  Mathias Bauer  <mba@openoffice.org>  [04402f88778c1a4e312efe679e7fafd8f5219753]

        #104110#: code for backing window completely moved to framework

2002-10-28  Mathias Bauer  <mba@openoffice.org>  [719952415f598097c25faca6a4d73781abf8cb77]

        #104110#: code for backing window completely moved to framework

2002-10-28  Mathias Bauer  <mba@openoffice.org>  [20693ca9f6d0d0e16aa8936717fdc490ebfbe389]

        #104110#: use _default for new from template

2002-10-28  Mathias Bauer  <mba@openoffice.org>  [30589655830b4a840f3b5d1551f30141486728c9]

        #100000#: typo

2002-10-28  Stephan Schäfer  <ssa@openoffice.org>  [8a243100afcaedf2f6c26e5a89b0e70d6103116f]

        #98943# reduce brightness of shadow effect

2002-10-28  Mathias Bauer  <mba@openoffice.org>  [e788ba2b096f0622313bd537b2e6102098127105]

        #104513#: basic nowadays does not accept undeclared arrays

2002-10-28  Christian Lippka  <cl@openoffice.org>  [8567c7298878b03e4cf90a97d3241ce912349934]

        #97159# check for duplicate printer in OnDocumentPrinterChange

2002-10-28  Frank Schönheit  <fs@openoffice.org>  [4efe102ae1e9ae844242a8c330328a5aca29d2b2]

        #104402# _ExportAutoStyles: export the auto styles for the forms, too

2002-10-28  Stephan Bergmann  <sb@openoffice.org>  [2d694dc4953308c59bebdda77b42dd0be3d11d2a]

        #104307# Improved placement of memory barrier.

2002-10-28  Frank Schönheit  <fs@openoffice.org>  [b1eadd14030638716e8ebadeefef21b870d18cce]

        #104402# _ExportAutoStyles: export the auto styles for the forms, too

2002-10-28  Frank Schönheit  <fs@openoffice.org>  [9a5d86cd66c23bb626e5e81bc28b077821e53281]

        #104402# _ExportAutoStyles: export the auto styles for the forms, too

2002-10-28  Andre Fischer  <af@openoffice.org>  [613f38a2e31d89d1e9236ce44a5e92cb57cdbb11]

        #104134# Added keyboard handling vor layer switching.

2002-10-28  Sascha Ballach  <sab@openoffice.org>  [344ce773756025eccf312a0f6f9d63be2f20b641]

        #104480#; correct the parentheses

2002-10-28  Oliver Specht  <os@openoffice.org>  [a29aeb546ff8ceee1db6bc145187ce88bcadc508]

        #104378# SID_CLIPBOARD_FORMAT_ITEMS not Volatile, anymore

2002-10-28  Oliver Specht  <os@openoffice.org>  [0b3ee033a57a0d10eebde1d15a7b8b75301c80c2]

        #104378# SID_CLIPBOARD_FORMAT_ITEMS not Volatile, anymore

2002-10-28  Oliver Düsterhoff  <od@openoffice.org>  [6a9f275de07dcf64bf0418db32394f3feceb4400]

        #103876# - use new method <GraphicObject::DrawTiled(..)

2002-10-28  Frank Schönheit  <fs@openoffice.org>  [e03422fafde4d0cc6e0bb545e4431fd0cbea324b]

        #i8720# not referring to 'Netscape 6.x', but to 'Netscape' only

2002-10-28  Ocke Janssen  <oj@openoffice.org>  [a7adbb2c4454a0b1bacb853ec0a92ec0795b2c6f]

        #104510# disable format entry for columns with type blob or binary

2002-10-28  gt  <gt@openoffice.org>  [dfa75eaa324982c54b6a2985d0fcd02a65d62b7e]

        #104468# SvTreeListBox::KeyInput(): reset SVLBOX_IS_TRAVELSELECT after KeyInput()

2002-10-28  Sascha Ballach  <sab@openoffice.org>  [7b154da9211e0621c2a0ff151e163021c7d4c16f]

        #104520#; dummy implementation of must change

2002-10-28  Sascha Ballach  <sab@openoffice.org>  [58c57c39b43dfa151220c8b4971da0499db257b2]

        #104374#; use another variable name to increment the index

2002-10-25  Eike Rathke  <er@openoffice.org>  [ee32c4e0f8c954e4724de87b3af86fc7e59d480e]

        README of experimental regular expressions

2002-10-25  Eike Rathke  <er@openoffice.org>  [be976173f7e28b6ab8947f5abee420bb6e2c39b0]

        experimental regular expressions support files

2002-10-25  Eike Rathke  <er@openoffice.org>  [11b72887719e3eaa07c97233a93a401f56d8f3e4]

        boost basics deliver list

2002-10-25  Eike Rathke  <er@openoffice.org>  [b35fed1dd6af94465b496806618322b432d92f3b]

        the build list

2002-10-25  Eike Rathke  <er@openoffice.org>  [8724d058561e403d7777ec3586c1997cb9b3f0c3]

        C++ Boost v1.27

2002-10-25  tpf  <tpf@openoffice.org>  [1ff8de7eeb5ae031fc48899cad043cae10283f30]

        #103539# some changes to make these files valid

2002-10-25  tpf  <tpf@openoffice.org>  [51f1aea1ac9ca1ee27f99c4b04be3b3d38375567]

        #103539# new elements author and deprecated, changed sequence of elements

2002-10-25  tpf  <tpf@openoffice.org>  [6f9d5d737a3a75e474e80e0ecaeca6353c57efac]

        #102125# xcs and xcu files are validated now

2002-10-25  tpf  <tpf@openoffice.org>  [f872a466670651a5f56bce0ef8bc8621ab864716]

        #103539# reformatting, added new author and deprecated element, changed element sequence

2002-10-25  tpf  <tpf@openoffice.org>  [ce44de005c5117d5e2de2170feb8aa708289761e]

        #103539# reformatting, added new author and deprecated element, changed element sequence

2002-10-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4c8a5a4c01ebfc2bcbec85a3fbd0aa7ba4adb94d]

        #100157# win32/tcsh

2002-10-25  Martin Hollmichel  <mh@openoffice.org>  [cc54ec1d9380e40ddf8d12abf109c67c1787f35e]

        add: sane to deps, #104324#

2002-10-25  Behrend Cornelius  <bc@openoffice.org>  [dd38ed5afa3cd800ea928117103fe3f736e296e5]

        #104285# Maxtextlen now adapted to datasource configuration

2002-10-25  Niklas Nebel  <nn@openoffice.org>  [94b853c2de5a18551f6d7b96449b4e56beb98107]

        #98195# update link name for dialog, find link by start position

2002-10-25  Caolán McNamara  <cmc@openoffice.org>  [97072967f9d008cb5af23b1483c57a73dd665859]

        #i6882# Allow inline ole2 objects to use inline escher mode, allows compressed previews of objects for extra space compression. Export ole2 previews as png not emf/wmf to avoid annoying starsymbol font problems. And while I'm at it, give sensible names to graphic export methods. Spare me the Write1Grf1/Write1Grf nonsense

2002-10-25  Daniel Vogelheim  <dvo@openoffice.org>  [981d5bbfd51b2425ca5cba45573732f00f8d618a]

        #103728# ensure rPam points into valid content          (as it was set to invalid content with last fix)

2002-10-25  Martin Hollmichel  <mh@openoffice.org>  [e66951a6c6ad7c941d57be9c3446ea30a187fcd8]

        add: sane.h, #104324#

2002-10-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8b9f6080f19ea4b8b351c3e28e5ac530eb06ce3d]

        #90006# don't create HIDs when generating src dependencies

2002-10-25  Philipp Lohmann  <pl@openoffice.org>  [91ba51a4a7e672013373d71392658878bbb8ebf4]

        #102661# OS/2 table disturbs AR4

2002-10-25  Thorsten Behrens  <thb@openoffice.org>  [5d29e82f567b435f3c7e9c1c2aa62ca9b9f9daff]

        #103876# Fixed pixel alignment problems in tile renderer

2002-10-25  Philipp Lohmann  <pl@openoffice.org>  [46e459447d72ce13af6f973ca68c533ef5161bed]

        #102661# fixed an encoding problem

2002-10-25  Philipp Lohmann  <pl@openoffice.org>  [b24c0093a59c748d0adcd1ef29765e9c57cbe9b0]

        #102661# OS/2 table disturbs AR4, optimize reordering

2002-10-25  Philipp Lohmann  <pl@openoffice.org>  [d4e3e01c0bf10c559c81c68c5b86558d331f73e1]

        #102661# use correct platform id

2002-10-25  Stephan Schäfer  <ssa@openoffice.org>  [6673e0a7c3159ffab678e02212ffea05ac98fa37]

        #102461# improve menu highlighting

2002-10-25  Andre Fischer  <af@openoffice.org>  [e40d89f9227e11353c7fb8b88deb1b72effa39ff]

        #104134# Added two functions that send events for activation and deactivation of the current page.

2002-10-25  Andre Fischer  <af@openoffice.org>  [4aac0365d1cbeadfa1a64b72d524d867c0802c05]

        #104134# Added to functions that return the page or layer tab control.

2002-10-25  Andreas Bille  <abi@openoffice.org>  [13a8b9b1cf033ed3f3f65c60b3ab06f1da324bf7]

        #104475# missing exception specification(linux,solaris)

2002-10-25  Christian Lippka  <cl@openoffice.org>  [4f7c1c990d4fcef91265a4cbf3bd995e996d3d83]

        #104506# fixed tempfile issues

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [55b7c01c87d8c2b2d32dde460390e51aa25fce19]

        #104402# own style import context for XML_STYLE_FAMILY_CONTROL_ID

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [a584aa5181a711fb2ff011af34ca308ca2fdead4]

        #104402# +formstyles

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [b333506f858f8acb153c070c8c7eae3d9a5ee646]

        #104402# importing grid column styles now

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [d4d3e07999ae28c2db67d182571320bb7f8a4525]

        initial checkin - form/control styles

2002-10-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [afee2c7814fae94507146a97f0d67cd1bfdf9068]

        #100157# handle blanks in filenames

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [6cfe3b349e949564e374494685dd8b6da6f7ab77]

        #104402# +createControlStyleContext

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [f12d9444a1652ec05ddc55960b37dc5b95aa517a]

        #104402# new methods on the import context callback for importing column styles

2002-10-25  Oliver Specht  <os@openoffice.org>  [39ed6bd497f2fed29c84023aa7d1739b303fd043]

        #104503# put inserted control at a central position

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [71b8621b739c12804e44f580155f78881447b0ba]

        #104512# fixed some controls leaking

2002-10-25  Vladimir Glazounov  <vg@openoffice.org>  [4de3a99a9c3f5478befd2bed643c689c4a8cabb7]

        #100000# Let all children finish their proceedings

2002-10-25  Sven Jacobi  <sj@openoffice.org>  [eedf4035016a6ed5e78a627e017551c0c79d9194]

        #94067# it is now possible to check if metafiles are equal

2002-10-25  Andreas Bille  <abi@openoffice.org>  [d9b7725db42750d064cde8859e427a5d62685cf9]

        #103030# type - field

2002-10-25  Stephan Schäfer  <ssa@openoffice.org>  [617db39aa0a90908e4c3dc7a820808393c0c0209]

        #104355# support localized mesaurements

2002-10-25  Stephan Schäfer  <ssa@openoffice.org>  [14b14675e2dad1704ea307c85d562a25cd7904f5]

        #101009# provide names of reserved keycodes

2002-10-25  Stephan Schäfer  <ssa@openoffice.org>  [000f9448bea95cda70f1de063d6a62d79d50bedf]

        #104355# extend syntax for missing FUNIT

2002-10-25  Caolán McNamara  <cmc@openoffice.org>  [0cace47f3eb472308a00866ee2404e6eee2d15bd]

        #100553# a client must always remove itself from the swborderattr cache when its borders have been modified

2002-10-25  Oliver Specht  <os@openoffice.org>  [5c5351d1a5f835d75a71a606b14e6d026316d98c]

        #104489# enable Ctrl+Enter to insert a columned frame via keyboard

2002-10-25  Oliver Specht  <os@openoffice.org>  [2f8a168b738f0602c223ee7c85e4f0d59ccd0149]

        #104489# enable Ctrl+Enter inside of TableWindow and ColumnsWindow

2002-10-25  Gregor Hartmann  <gh@openoffice.org>  [3c7228d32dbed82f89eebc806d207d7753194af7]

        #104497#register aditional modules

2002-10-25  Kurt Zenker  <kz@openoffice.org>  [e57ed5ecb3b54488a1fd075c8bd25eb7124dd692]

        Merge SRC641: 25.10.02 - 12:39:25

2002-10-25  Oliver Specht  <os@openoffice.org>  [d2609208de750cbb47c3471a1511a9809d4d449d]

        #104448# FileDialogHelper: user css:ui::dialog:TemplateDescription

2002-10-25  Oliver Specht  <os@openoffice.org>  [53228e67b4364f6f6df6c58759c11dbb7d1f06de]

        #104448# FileDialogHelper: user css:ui::dialog:TemplateDescription

2002-10-25  Andreas Bregas  <ab@openoffice.org>  [01c2cbcca779e896e3d40dc85923dbdd3f42ddfb]

        #104083# SbMethod::Call(): Compile module before calling

2002-10-25  Andreas Bille  <abi@openoffice.org>  [6bbc841f57969c71437d43c3dd4fe9efbd9ae31a]

        #97867# enhanced the sets from which the intersection is build

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [f6902674053c05ad99451826a82f4d8a123a8893]

        #104495# correct memeber access

2002-10-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [22a5c4ca4d6bbf1b7dd66f7e959e59d2bd22006a]

        #100157# quoting moved to correct line

2002-10-25  Mikhail Voitenko  <mav@openoffice.org>  [b22e3121c6a29bc008d7c6231b7894f9201e64c4]

        #102386# provide InteractionHandler to UCB; do not use fallback solution

2002-10-25  Oliver Specht  <os@openoffice.org>  [4c9968fa3755e0e5c8eafcc99989b3ffa94d17e1]

        #92943# 'Leave Full-Screen' added to read-only menu

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [3bd637161a1fb37819f84d92ce8870148c6cc4a5]

        #104495# make use of the new base classes

2002-10-25  Mikhail Voitenko  <mav@openoffice.org>  [2fe2bdc2d4e2499bdec6f6e4c0fc2e287ebe374a]

        #102386# handle NameClashException

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [1703bb11afb91da4755546413c4c67dd6e9545ce]

        #104495# make use of the new base classes in connectivity

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [85758ef2e7dc7de11ea1c2b4ed1aa201a999ad57]

        #104495# make use of the new base classes in connectivity

2002-10-25  Mikhail Voitenko  <mav@openoffice.org>  [568ff4d682a383a4a2b7a3a73fef220290d3b9f7]

        #102386# handle NameClashException

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [72e4012d831d0c675e4da88954f5e4db9f374e1b]

        #104495# new virtual methods to build table names

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [cb1da801572ffcd8bee620118b8a6560214463fc]

        #104495# new file dbtools2.cxx

2002-10-25  Oliver Specht  <os@openoffice.org>  [6ddb291052b31358e18d0fcabb4e73342e503f78]

        #92943# 'Close preview' entry added to preview context menu

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [423ef0421bad566cbd9bfd3db71a3e8ea7466ac8]

        #104495# make use of the new base classes

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [5d916ad62fad3cf5af687432d0f40e4ccfdcd1e6]

        #104495# new base classes for SDBCX

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [01b1965f15d998dc40c93fc45c72e79ff3903ade]

        #104495# new virtual methods to build table names

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [d44a94ba1196d3ad56c03dc93dbda6761bc72aa9]

        #104495# new methods added to get general information

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [d1480d1ffa4bb97d99a103f751238a88fbdb3a31]

        #104495# make use of the new base classes in connectivity

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [746112c98c81500d340a9a1584d0917b9f047952]

        #104402# importing of column-style-name not yet imported

2002-10-25  Andreas Bille  <abi@openoffice.org>  [a3efb1080b605c7df0ba75d6a4149d3ac6ecaf58]

        #103030# loading also via XOutputStream didn't catched exceptions

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [c479d6135f60102deeb3bdf0cbdd99a0769cde21]

        #104495# new base classes for SDBCX

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [4211ebcd7bd59ea26d5d5351a86c4bf2c5c5f795]

        #104474# set connection at descriptor

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [986c304ca8049d82e8e1a70749171d68243fdc40]

        #104474# check rowcount before inserting new rows

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [d622279cf75ef5b9e51ac4ee82de8b8953496092]

        #104474# position cache before next and relative call when bookmark is set

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [218927b4ad2ead079783c79b8b8475ad3daf7384]

        #104402# +form:column-style-name

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [b04c306cb7728eba3cc9a4af319d2d858d1fc303]

        #104402# added handling for the CTF_FORMS_DATA_STYLE attribute

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [fba65599ed4de5c6ea607f88004405080df5f2e9]

        during #104402#: changed the ConstAsciiString no able to return a reference to an OUString (which is cheaper than a complete new copy)

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [e159b46a38e00a2e1fe25186cf77974a1fa31d22]

        during #104402# changed signature of some exportAttribute* methods for performance reasons

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [5ecea1849e4bd3333e3bb1eaa410eb20d0d02677]

        #104402# now exporting the style of a grid column (Align/formatting) as style

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [da99f9ae2074b66fca7578e5df93a0481b3cbdae]

        #104402# re-introduced exportAutoStyles

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [f44ea36c7607b4bcd05e50a86115d96944cbab79]

        #104402# +SCA_COLUMN_STYLE_NAME

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [496cc623c26eea407427c706af4d9d2ba06e5041]

        #104402# added exporting of grid column styles / changed signature of some exportAttribute* methods for performance reasons

2002-10-25  Ocke Janssen  <oj@openoffice.org>  [7384ff1768fed4258063e99d4db866a29ca477de]

        #104493# Reorganization of XAccessibleComponent and XAccessibleExtendedComponent

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [f644a3b31cac112771d198acab17e4cd7201dce5]

        #104402# +OFormExportPropertyMapper - handle the data-style attribute to store grid column styles

2002-10-25  Frank Schönheit  <fs@openoffice.org>  [6700c44fc69fb1f7e6ca5f1943770bc628daeb35]

        #104402# +IFormsExportContext::getObjectStyleName

2002-10-25  Joachim Lingner  <jl@openoffice.org>  [1b83e8d367532e7d7702f0b8d502f04e4ac7f122]

        #100576# version info in manifest file

2002-10-25  Joachim Lingner  <jl@openoffice.org>  [48727d675a79f087468098d18e11571c3b10f6a9]

        #100576# version info in manifest file

2002-10-25  Joachim Lingner  <jl@openoffice.org>  [117e70834d25c44f3cc6c2347fe03f45468f457d]

        #100576# version info in manifest file

2002-10-24  Kurt Zenker  <kz@openoffice.org>  [7c747f1e8e5da7079fd51174a2849f1830e3b7be]

        Merge SRC641: 24.10.02 - 22:17:29

2002-10-24  Thorsten Behrens  <thb@openoffice.org>  [2ac17c222695fc1e9af8bc7838260bc7815e2e7e]

        #104400# Use the null selection for insert operations

2002-10-24  Thorsten Behrens  <thb@openoffice.org>  [154bef2224b9a17afaa732bc3d16d46526b67ca5]

        #103876# Added optimized tile drawer

2002-10-24  Niklas Nebel  <nn@openoffice.org>  [96e406225e110c35f1c387402de29dd453462082]

        #90956# in InputWin ctor don't use ref InputHandler, IsVisible from ChildWindow

2002-10-24  Kurt Zenker  <kz@openoffice.org>  [287f20bf840d053a0b260d92c2ec7ca12315ea3f]

        new version for SRC641

2002-10-24  Andreas Bille  <abi@openoffice.org>  [6e91aac6d53f9707af7daf18ada0c20f036acc61]

        #104475# partly due to 104477, partly missing command (del)

2002-10-24  Christian Lippka  <cl@openoffice.org>  [7eb4402675272e78f1aeacea4373b197b26b6834]

        added initial support for an options dialog

2002-10-24  Christian Lippka  <cl@openoffice.org>  [e6dd18a60015443e0ea80dd9a561741443376fd3]

        #103760# added language listbox for fields

2002-10-24  Lars Oppermann  <lo@openoffice.org>  [f53dd7caf41dd05a5084d56e15d3895847726798]

        #104142# create file in constructor

2002-10-24  Oliver Bolte  <obo@openoffice.org>  [4eee2048ebd0b2406766e409b39f556a521e7fdf]

        #100000# ssodlg missing for solaris

2002-10-24  Jörg Barfurth  <jb@openoffice.org>  [f3f923b58d2431b4a1d422619a3012336856855a]

        #102602# Moved and published context support function

2002-10-24  Jörg Barfurth  <jb@openoffice.org>  [c70d1aa46066a159593bbed78e1472c51271afb8]

        #102602# New service for importing configuration data into a backend

2002-10-24  Carsten Driesner  <cd@openoffice.org>  [49bf2548d1453ec8e2df4fe49ca27bb242836fcc]

        #102889# Support new command line parameters to create empty documents

2002-10-24  Jörg Barfurth  <jb@openoffice.org>  [dddf71d72590379f0d115da896217f1f7b7f3aa3]

        #102602# New application for importing configuration data into a backend

2002-10-24  Jörg Barfurth  <jb@openoffice.org>  [43a741d11f5585a112197d1c67f65be4c4166eb3]

        #102602# New service for importing configuration data into a backend

2002-10-24  Jörg Barfurth  <jb@openoffice.org>  [2314ef3aa5993ef2210ab40f89b5109836d735cd]

        #102602# New application for importing configuration data into a backend

2002-10-24  Thomas Lange  <tl@openoffice.org>  [eb17a760e2605176b461ff1aea87fef457c13039]

        #103124# property PageDescName's attribute MAYBEVOID fixed for MPA_TEXT_DEFAULTS

2002-10-24  Thomas Lange  <tl@openoffice.org>  [3b5794ff114f49a9554425d970e1067f225ed4d8]

        #103124# property NumberingRules now optional

2002-10-24  Ocke Janssen  <oj@openoffice.org>  [4742bed2786aad9e155d8df40d8123335989c08f]

        #104039# fix extension problem if a file occurs which hasn't any extension

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [1b66dc72918128a4f82fb34baab29451a087cce3]

        #104032#: make sure that BindDispatch survives dispatch call

2002-10-24  Duncan Foster  <dfoster@openoffice.org>  [84ac2fd36c6ee80092ffa5ec98b23b8d12e71f87]

        Script framework refactor/cleanup.

2002-10-24  Oliver Specht  <os@openoffice.org>  [c004d12ce07b870ff2df7a81e7b7e0e1625605ef]

        #104446# failed update fix fixed

2002-10-24  Lars Oppermann  <lo@openoffice.org>  [9efa27efb98b923e9b5ff394d355b07f71f18cf7]

        waiting for 1st office for solaris

2002-10-24  Lars Oppermann  <lo@openoffice.org>  [ba0e5e6041e0fe74434fd651ab9214598bf9bfcd]

        #104393# -nolockcheck parameter

2002-10-24  Björn Milcke  <bm@openoffice.org>  [ecd3eb002a3cdc3afa459800a27672a45cc1e1eb]

        #103186# The clip-region for SdrPageView::InitRedraw() depends on the          output-device rather than the page

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [9e02869956a1b5da942fbfed6fbc239f33dfa4a2]

        #88560#: Controller is close listener

2002-10-24  Sarah Smith  <ssmith@openoffice.org>  [845292b99bfeaeedb7679f7f53467c3d6a55f691]

        #103925# fixing mismatch in component/requested name

2002-10-24  Lars Oppermann  <lo@openoffice.org>  [4d44f0d8e8da3086c66d4c8b3c689f7f63e57bed]

        #95425# correct request disposing

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [365c891f3906f8441127b504fb8570831573fb89]

        #88560#: Controller is close listener

2002-10-24  Kurt Zenker  <kz@openoffice.org>  [c29d89e5a4fd91e33ca2773143b2666776bea1fa]

        new version for SRC641

2002-10-24  Daniel Rentz  <dr@openoffice.org>  [ff388648b6f393cf6929f276423070d2bd31aea1]

        #92943# close preview in popup

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [336585fc79433b89d2bf5b3f97667502626a175f]

        #92943#: add SID_WIN_FULLSCREEN to context menus

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [e06f5065d4508466e2f458d4e2350bb813444824]

        #92943#: add SID_WIN_FULLSCREEN to context menus

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [49ad10f8ea00e78617f79cb663cc56ad2d2b7e64]

        #88560#: supend() shall be called only in windowClosed handler and in XDesktop::terminate

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [2268a624ea011a936e12a6e909870d19eaaaba76]

        #104032#: implement CloseWin and CloseDoc inside Framework

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [9377fbf2b703194fd93193e98ffb80f108285667]

        #88560#: Controller is close listener

2002-10-24  Mikhail Voitenko  <mav@openoffice.org>  [b44dd87ecea87167937c0fba97d56c5c8fe7756d]

        #96458# charset property

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [534ff8f800ec201e590a20fc09c2ee4a996d1cee]

        #88560#: allow to close frame after printing if controller received a request for that

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [c25160c7329108b9a7ee9c632abc03ba94daeb64]

        #88560#: old locking mechanism replaced by close negotiations

2002-10-24  Mathias Bauer  <mba@openoffice.org>  [dbed9de4aea3346eefdcc14ad2abd499c26eac23]

        #88560#: implementation for XCloseable

2002-10-24  Stephan Schäfer  <ssa@openoffice.org>  [5cb4753e7dc19ec01cf617933a026477bb2f4a11]

        #103729# tweak IsDark to MS compatibility

2002-10-24  Caolán McNamara  <cmc@openoffice.org>  [849e370be4924546368398c547a94134cdf4f4f5]

        #i6290# #i7533# Support includepicture (actually any field) inside a hyperlink, allows extension to handling any fields inside fields that we can or might in future be able to implement

2002-10-24  Duncan Foster  <dfoster@openoffice.org>  [e124cd4c8e1926b1351fca2fbcaf3fc9b62aa56e]

        Script frameowrk refactoring

2002-10-24  Kai Sommerfeld  <kso@openoffice.org>  [3ec89c4ea260e592cee126497634a1aa8e057587]

        #104239# - FTP over HTTP proxy server works again.

2002-10-24  Andreas Bille  <abi@openoffice.org>  [51d20be3531a1c7b6731095c3ef47352328eaeee]

        #104477# forgotten to clear reused direntry

2002-10-24  Kai Sommerfeld  <kso@openoffice.org>  [ee20a12ab43248aff8836b646e19fc07337942d8]

        #104239# - Updated to neon 0.23.5 (plus patch for #i8285#, will be included officially in nect neon release)

2002-10-24  Oliver Specht  <os@openoffice.org>  [13e606d6634a59031226bf06d4af17bf6c8f73ca]

        #104001# EnterStdMode doesn't call ResetSelect() anymore to set non-selecting function pointers

2002-10-24  Daniel Rentz  <dr@openoffice.org>  [272cd91c41ffb187f710fe2ec57e7a8e3ac50fb6]

        #101296# correct texts for messageboxes

2002-10-24  Noel Power  <npower@openoffice.org>  [711a02ec9518cb8cc02a079b61be107597ae9ba6]

        Source code refactor/reformat - more to come!!

2002-10-24  Stephan Schäfer  <ssa@openoffice.org>  [490cd628b89a0f56d5102f4f58ed9e6cd72cfbf2]

        #103985# correct float hittest for bidi-ui

2002-10-24  Oliver Specht  <os@openoffice.org>  [f2957efcf7717a6a99340cbdc4ff5eff4e142f6c]

        #93478# history extended by a view data property to restore the cursor position

2002-10-24  Oliver Düsterhoff  <od@openoffice.org>  [e2b47ca3b72502bc911b21ccfc951c8a6b79f841]

        #103517# - correct SwLayoutFrm::Paste(..)

2002-10-24  Oliver Specht  <os@openoffice.org>  [0a588e3c97a16a9dda9dd85b4e0f1e9dadb12286]

        #93478# history extended by a view data property to restore the cursor position

2002-10-24  Oliver Düsterhoff  <od@openoffice.org>  [5cd0587fa5848497ca7fbd502d82d11d08aa123e]

        #103517# - SwTabFrm::MakeAll() - in online layout try to grow table frame's upper, if it doesn't fit; deleted unused code

2002-10-24  Oliver Bolte  <obo@openoffice.org>  [6bbaf68b12b47690276a8223fefdba7941b42483]

        #100000# ssodlg.obj missing

2002-10-24  Oliver Specht  <os@openoffice.org>  [4fae6b07de0e868837564256286e70e96873f8a5]

        #103220# Category property correctly set now

2002-10-24  Aidan Butler  <aidan@openoffice.org>  [a57090bed33d33b6ecc689d2a577af328d069bd4]

        Added entity masking &quote;

2002-10-24  Ocke Janssen  <oj@openoffice.org>  [f05f303af172cc980ee2c325a4ebdbd89316a0c7]

        #104470# use auto_ptr to avoid focus problemsa again

2002-10-24  Martin Hollmichel  <mh@openoffice.org>  [4a22f08f56800619b3f60d7ff50cca3a09139eaf]

        chg: make compile with 2.95.3 again reviewed by cmc@openoffice.org #100000#

2002-10-24  Frank Schönheit  <fs@openoffice.org>  [d663c10ce8c0c3b47ba6f12ece5ceff915678e72]

        #100312# (on behalf of sleepybear@openoffice.org) added interception for the ConfirmDelete URL in the grid control

2002-10-24  Frank Schönheit  <fs@openoffice.org>  [16d40a517b245eefc6105f7b3d01bc2aa8a13405]

        #100312# (on behalf of sleepybear@openoffice.org) expose the XDispatchProviderInterception interface of the control

2002-10-24  Ocke Janssen  <oj@openoffice.org>  [cd5a563da28ca8c9bdbed47a3ee32dcf3e2b06aa]

        #100737# change title of query design

2002-10-24  Frank Meies  <fme@openoffice.org>  [9ac2fbe3d7e3d77fa91aa36e8aa9745b6dc6d965]

        #104173# Rectangle painted by SetFillColor is too high - use SetBackBrush

2002-10-24  Duncan Foster  <dfoster@openoffice.org>  [3ddb3fb96d1dff049d913832045434b2cb8a7c3f]

        Scripting Framework refactor

2002-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3198ad1537ea18cc26704182db40123cb20614e2]

        #101911#: more precise friend declaration

2002-10-24  Frank Meies  <fme@openoffice.org>  [1d358f7af4b790ce5e7986f067939ac149e15869]

        #104289# Avoid reformat actions triggered by paint events

2002-10-24  Thomas Lange  <tl@openoffice.org>  [d97dfd7f68b733d83c57f92e3e0a7b40d6adb8b7]

        #104001# removed SttSelect and EndSelect calls again

2002-10-24  Joachim Lingner  <jl@openoffice.org>  [aa8e62d33f59eab4f1ab3ea5dc9e72f88a8b8003]

        #103676# make sure that applets destroy itself before the container window is destroyed

2002-10-24  Mikhail Voitenko  <mav@openoffice.org>  [fca16be46aa5c42e9f8011f75d44e6c55e1b556b]

        #103846# do not support alien templates in template organizer

2002-10-24  Duncan Foster  <dfoster@openoffice.org>  [da77832c0d02d43ce97f915a793f7e80bac3118f]

        Scripting framework refactor. Code moved from scripturi

2002-10-24  Frank Meies  <fme@openoffice.org>  [c2413119e3cd579cf0734faea699fc4c3e311e54]

        #95433# Ignore rotation attribute for drop caps - correction

2002-10-24  Frank Meies  <fme@openoffice.org>  [967634f7afda8139423df5056d7231c59410af9b]

        #95433# Ignore rotation attribute for drop caps

2002-10-24  Carsten Driesner  <cd@openoffice.org>  [d1197392901ba7d4aa92386a3d6b33b2dc4cb0df]

        #104463# Use bitmap mask instead of transparent color to support toolbar opaque effect

2002-10-24  Frank Meies  <fme@openoffice.org>  [53231d9a61f1b4c63602f8efd39c97baeb623de4]

        #103476# Script info is not available for field portions - correction

2002-10-24  Carsten Driesner  <cd@openoffice.org>  [844a162cb0f5e8c21371f97996e1d94537553875]

        #102630# Use global unique ID for tools menu

2002-10-24  Carsten Driesner  <cd@openoffice.org>  [d1e2ab62bb36c19afaaf16423c04ca6076ff0167]

        #102630# Use global unique ID for tools menu

2002-10-23  Christian Lippka  <cl@openoffice.org>  [fc48d6160cf35e1f7f9e79b999c4c1ddc4ed7fb5]

        #104456# made the filter a component and fixed some PlaceWare issues

2002-10-23  Philipp Lohmann  <pl@openoffice.org>  [ba782db486aa6440ee075f6c110e58dd223b852f]

        #103474# added empasis marks to pdf export

2002-10-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68bcd79190b3a285c2064d0973b7e2a406eff577]

        #104440# add $(MAKEFILE) to child dmake calls

2002-10-23  Niklas Nebel  <nn@openoffice.org>  [3e01dc0ff14df3bc7dcb4bb8f622c21cfc089c30]

        #102244# handling of formats with a text part

2002-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [00b2477ed930ac1e0e6a654e7035a87e08a9d9b7]

        #101911#: address operator needs l-value

2002-10-23  Juergen Schmidt  <jsc@openoffice.org>  [9615f4841885f75acb3a7f6c5a9030955cec19bb]

        #99053# insert stylesheets for some color settings

2002-10-23  Juergen Schmidt  <jsc@openoffice.org>  [c79fbbd588a3f8dc5057e3c41fce064c24fe9c61]

        #99053# insert new file sdk_styles.css

2002-10-23  Aidan Butler  <aidan@openoffice.org>  [335dccfc511a120f25c250ac826820b2cc272d2f]

        Added entity masking

2002-10-23  Stephan Schäfer  <ssa@openoffice.org>  [12d442f3aeeff211d3a9d52d147a057720e844ba]

        #104453# call document closer in select not in click handler

2002-10-23  Jörg Budischewski  <jbu@openoffice.org>  [f0079260c4d731767e5ae8d5fcc2528b0460d2b5]

        #104452# added optimistic link lookup, which results in better performance, when the underlying registry does not use links

2002-10-23  Oliver Bolte  <obo@openoffice.org>  [df441555609bd9427c1ea8cbe8f1677dce30a8ad]

        #100000# copy paste error

2002-10-23  Eike Rathke  <er@openoffice.org>  [e7e68fc3f6b0e5ff178a860572e86ceec8d5558e]

        #104404# date separator is '.', use it in format codes; currency symbol follows amount; localized quarterAbbreviation

2002-10-23  Ingrid Halama  <iha@openoffice.org>  [c8b0dbe36e2c88f7c6284ff3c20ade7c6397764e]

        #99151# do not close dlg without having a file while in mode to open existing presentation + load previous files at the correct time

2002-10-23  Michael Hönnig  <mi@openoffice.org>  [8596482126ae53495a8c968044d1c32e7c98af70]

        #94968# singleton is a singleton now, autodoc will be fixed soon

2002-10-23  Ingrid Halama  <iha@openoffice.org>  [e4c480664cfa43858a8efffb4f596accf7d80d93]

        #99151# do not close dlg without having a file while in mode to open existing presentation + load previous files at the correct time

2002-10-23  Frank Meies  <fme@openoffice.org>  [c604a0fe71439929fc11026f688b7ea67e304b91]

        #104443# Hard blanks and kerning portions can cause wrong linebreaks

2002-10-23  Daniel Rentz  <dr@openoffice.org>  [02ccda87265c8fb9ae36a179a31d2a1529213ee0]

        #101952# HID for cell overwrite warning box

2002-10-23  Duncan Foster  <dfoster@openoffice.org>  [ba6eb755cffe495a2456286577a833b8a827c51e]

        Script framework refactoring

2002-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3365743e33b695863cd0ae47d9df12eb2399e52]

        #101911#: clean up linking, new optimization flags etc

2002-10-23  Duncan Foster  <dfoster@openoffice.org>  [437535016c73d31a34bace8718bf527839a931e4]

        Scripting framework refactoring.

2002-10-23  Thorsten Behrens  <thb@openoffice.org>  [a7bf20dbc259b7547b4807d92a6478ff93a8e17c]

        #104444# Added getForegound/Background members to XAccessibleComponent implementers

2002-10-23  Duncan Foster  <dfoster@openoffice.org>  [e9ff4b2fe440a1be19082f462b6a547fe3c13069]

        Scripting framework refactor. Removed contents of scripturi directory.

2002-10-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cba7354d5af2bf55cc8c76c044cc1d53c9c74a7a]

        #100157# ticks not escaped

2002-10-23  Björn Milcke  <bm@openoffice.org>  [5bea99a1a8df880f85e3e6083f42eecbe4857a95]

        #103997# removed some flags from EXPORT_ALL, especially EXPORT_SETTINGS

2002-10-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2a1237aa0a0a7f1a9ff4e4e96ddb7850dfe55b38]

        #100157# ticks not escaped

2002-10-23  Kai Sommerfeld  <kso@openoffice.org>  [4f131e6389db79c101c42d1a19a9a5039e26cb15]

        #104445# - Fixed order of sequence elements.

2002-10-23  Stephan Schäfer  <ssa@openoffice.org>  [2c3de6e3bf79a7bd5c8b09f06359de610d2ef7dc]

        #101009# provide list of reserved keycodes

2002-10-23  Behrend Cornelius  <bc@openoffice.org>  [d2d93b2351dbe8db77657e672bcd90f05fbc7088]

        #95411# CreateFolder Routine improved

2002-10-23  Oliver Bolte  <obo@openoffice.org>  [5e7b288e04aa44586d6dd74b8ddf661e6c497d1d]

        #100000# appl.lib in slb active

2002-10-23  Frank Schönheit  <fs@openoffice.org>  [f2938636d4f89bb5493aebfcb49f61b085d113ec]

        discovered during #104402#: default value for the 'Hidden' property improperly handled

2002-10-23  Frank Schönheit  <fs@openoffice.org>  [ad134c7f96691ae3fdc2f471bcd10e1c19c50801]

        #100312# (on behalf of sleepybear@openoffice.org) when querying for a ConfirmDelete dispatcher, fully qualify the URL

2002-10-23  Frank Schönheit  <fs@openoffice.org>  [f6bb843bf1de6ec35267bcbf33b4a39b964e0ce1]

        #100312# dispose: release the interceptor chain

2002-10-23  Niklas Nebel  <nn@openoffice.org>  [370ae63442da43dc2c22bf2e817143cebb2e0739]

        #104403# optional interface XCellRangeFormula

2002-10-23  Thomas Lange  <tl@openoffice.org>  [cc118461121cbd0ce44cfaf96a0cccfb767a1057]

        #104001# added SttSelect and EndSelect calls

2002-10-23  Stephan Schäfer  <ssa@openoffice.org>  [1b21f7ad95bafd4ff9cbcd62cbb27fbe0fb419a7]

        #101009# provide list of reserved keycodes

2002-10-23  Aidan Butler  <aidan@openoffice.org>  [694c1a4958206b00d0e732b4f5fa04321db1671c]

        Added StackOverflow handling

2002-10-23  Thorsten Behrens  <thb@openoffice.org>  [289d227c0fcfa926ac778144793920d313583308]

        #103998# Removed non-desastrous assertion, added some more trace output

2002-10-23  Thorsten Behrens  <thb@openoffice.org>  [8e25f59a28ce9d5ae9e01356ac280c9eacf94d10]

        #104115# Merge from srx643 branch

2002-10-23  Frank Meies  <fme@openoffice.org>  [332cbcfc8c1069080120639f47c21c4120073ae2]

        #104098# Footer may only invalidate the sizes of its lowers if grow was successfull

2002-10-23  Daniel Rentz  <dr@openoffice.org>  [5941abc52f6a78b98ce74fa4710f1c81049e5e2d]

        #104430# paper size conversion

2002-10-23  Volker Ahrendt  <va@openoffice.org>  [3f2b16fffc68926c5db1719e80d644c0351640e1]

        #103331# Corrected "History"-Link.

2002-10-23  Daniel Boelzle  <dbo@openoffice.org>  [8d5c215bb53788210abdccba65ec81ebde7613d5]

        #104367# some fixes for 64 bit

2002-10-23  Frank Meies  <fme@openoffice.org>  [c47963682300f96265d80761226489c7b6fa6dca]

        #103894# Move anchor of fly frames and drawing objects in RTL environment

2002-10-23  Behrend Cornelius  <bc@openoffice.org>  [3d6029de7828d7ce650bb9eda200cf29d64f7ed2]

        #104114# "_blank" exchanged against "_default"

2002-10-23  Andre Fischer  <af@openoffice.org>  [14656e614496a3ed9bf8fb8c49a2cecf30e280bc]

        #104426# XAccessible(Extended)Component reorganization changes.

2002-10-23  Andre Fischer  <af@openoffice.org>  [d6b6288af0cde955b1fcacf8a46999ecd212f46d]

        #104426# XAccessible(Extended)Component reorganization changes.

2002-10-23  Stephan Schäfer  <ssa@openoffice.org>  [9ea470fe84dc87d1249ebe6aeb2e21fb6d40e1b5]

        #103788# notify ITEMTEXTCHANGED

2002-10-23  Daniel Boelzle  <dbo@openoffice.org>  [0cfb447b6e09093f9a6ecf04167af7391c724548]

        #104367#

2002-10-23  Daniel Boelzle  <dbo@openoffice.org>  [82711aba5170d0e8afa3f91b05fb16dbc7080eae]

        #104367# changed parameter lookup order

2002-10-23  Kai Ahrens  <ka@openoffice.org>  [d32aba918ccb32cb336e60bd31d14f00205ceb13]

        #96266#: enable escape from livemode

2002-10-23  Lars Oppermann  <lo@openoffice.org>  [1dddbb815ccc466b0f1ebc3c5d2ad8e752ded695]

        fix aLock scope

2002-10-23  Oliver Braun  <obr@openoffice.org>  [05a0ccc00617008a7f0cdc0153bcbb8f0bb0a231]

        #102783# moved accessibility implementation to seperate module

2002-10-23  Stephan Schäfer  <ssa@openoffice.org>  [8b95d5896d31050d1edd00a8b1e5e701eae6edfb]

        #82968# call event listeners after event was processed

2002-10-23  Andreas Bille  <abi@openoffice.org>  [66ca231d54bcb13071f0985f72f49d492c0494d6]

        #104240# changed ucb config to use ftp content provider for ftp-scheme

2002-10-23  Peter Burow  <pb@openoffice.org>  [0d4679456b743fa688bb389ddb26ef59c051857b]

        fix: #104317# <CTRL><A> enabled

2002-10-23  Andreas Bille  <abi@openoffice.org>  [b2b7ddcd7763c5b5c70d7083bd9a0e593a93797d]

        #104240# fpxcontentprovider replaced

2002-10-23  Kai Ahrens  <ka@openoffice.org>  [abac6428848939969a884bd39d315aaadc6048af]

        #101971#: don't show path object for effect along a curve in presentation

2002-10-23  Nils Fuhrmann  <nf@openoffice.org>  [4362a34455cf8d6a6b97668502cbc2505df90ee7]

        Merge SRC641: 23.10.02 - 09:28:12

2002-10-23  Peter Burow  <pb@openoffice.org>  [1d5481b5a204c3be7bf1057a2cbe4a9cf67c512e]

        fix: #103506# append export button label with ellipses if necessary

2002-10-23  Peter Burow  <pb@openoffice.org>  [50dc13904a133a9de2abcffa4f7fd23d64b7d53c]

        fix: #103506# maButtonLabel + updateExportButton() added

2002-10-23  Martin Hollmichel  <mh@openoffice.org>  [40888a9896a6dffed8235e592a78f87391aa1a86]

        join: from OOO_STABLE_1

2002-10-22  Thorsten Behrens  <thb@openoffice.org>  [3352637d12aea48cdaa6f3cab8fb70b23b2ee09e]

        #104115# Correctly setting the return value

2002-10-22  Behrend Cornelius  <bc@openoffice.org>  [79c610ccf43ac9d768e7ba8723eae1cf6e6f04a1]

        #103669# Styles Array made bigger

2002-10-22  Behrend Cornelius  <bc@openoffice.org>  [b157414e34323d29a91af722a0bfb08176e113ea]

        #104395# new filter for style templates added

2002-10-22  Thorsten Behrens  <thb@openoffice.org>  [ec200732e539b8509eae8e9e8db9bf17f3396f77]

        #104416# Respect alpha value when erasing the mask

2002-10-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [807810d92e118223c87c12cfc7fcda24272e0b1a]

        #100000# fixed killobj for DEPOBJFILES

2002-10-22  Joachim Lingner  <jl@openoffice.org>  [be2022e70a3f783906dd33203286ffd3a3957cbf]

        #97822#

2002-10-22  Sascha Ballach  <sab@openoffice.org>  [d17b611e5b18505c12469eee999d345d69f31727]

        #102710#; give the bCreate parameter also to called methods

2002-10-22  Sascha Ballach  <sab@openoffice.org>  [741e97758af31a8782a398d578405c33be2bc3ba]

        #102710#; try to get EditViewForwarder before edit the text

2002-10-22  Sascha Ballach  <sab@openoffice.org>  [1aa8ddc9e611554ce0ae8225eeabbecf55958360]

        #102710#; create EditView if wanted

2002-10-22  Sascha Ballach  <sab@openoffice.org>  [438cad6832c4acd8770c4b00eebb9f1ae7ab2d8b]

        #102710#; get notification if something in the EditEngine is changed

2002-10-22  Mathias Bauer  <mba@openoffice.org>  [272cc850fd3d07dc4872218131444f622b832e66]

        #104328#: avoid error when checking for a storage on streams less than the minimum size

2002-10-22  Lars Oppermann  <lo@openoffice.org>  [57b8a84b0f7a2242a347176038f8569f212faa1e]

        tab reg dialog in own method

2002-10-22  Andre Fischer  <af@openoffice.org>  [4a4566e7b9ecf812bce6f5f2d43ec57c4aa7baaa]

        #104406# Added entry for the drafts::com::sun::star::awt directory.

2002-10-22  Michael Hönnig  <mi@openoffice.org>  [d5e785924386b34b1176327103e348a6c4aa0847]

        #94968# index paragraph separated

2002-10-22  Armin Weiss  <aw@openoffice.org>  [6424729b6ced8aca43e95c4925353c427c4f0359]

        #95736# Take RECT_EMPTY into account when calculating scale factors

2002-10-22  Frank Schönheit  <fs@openoffice.org>  [e71d1661cb6b3b73978ddc3686461c72ecb2937d]

        #102407# corrected the MAP macro - old version generated invalid lengths for the PROPERTY_xxx strings

2002-10-22  Niklas Nebel  <nn@openoffice.org>  [b909edd5b3afdbbdab18ab5a8225e28ff16755d2]

        #104403# implementation of XCellRangeFormula

2002-10-22  Armin Theissen  <armin@openoffice.org>  [d79016bd9c7cba7fc9190589871b21af1b29242d]

        Merge from SRX643_OO

2002-10-22  Niklas Nebel  <nn@openoffice.org>  [43e7cfc05ec4cbe7991da2b1777599e7bc9bc936]

        #104403# new interface XCellRangeFormula

2002-10-22  Martin Hollmichel  <mh@openoffice.org>  [fbb63a8752a53df0a204f7bc86d0a5a240e257a7]

        del: superflous stuff, #100000#

2002-10-22  Martin Hollmichel  <mh@openoffice.org>  [7a47bcde8c0f1bb65912ac31f75ddcd563fc8f07]

        del: forms dep, #100000#

2002-10-22  Sven Jacobi  <sj@openoffice.org>  [a3bd79ea5c3c06d466170ca11c19cff39c1b8dd4]

        #95823# fixed some grouping problems with text that has no wordwrapping and is bigger than its background shape

2002-10-22  Daniel Rentz  <dr@openoffice.org>  [485b0b159176cca37f7ff92a8b828c899a9dc2fb]

        #100207# new dialog title

2002-10-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [92cffb163e6ccf883d5008fead623710b9b4a7ce]

        #101911#: added -ldl to STDLIB for dlopen()

2002-10-22  Thomas Lange  <tl@openoffice.org>  [93849c9df85031629b25e131bcbc4433d9ffe96c]

        #104306# property WritingMode added to SwXCellRange

2002-10-22  Daniel Rentz  <dr@openoffice.org>  [85628e7782fa0f26c2083369b976cf484776943c]

        #104390# unused function

2002-10-22  Daniel Rentz  <dr@openoffice.org>  [73c5d8f16b2921bbe4b7a97538b5811dd7011d34]

        #104390# uninit. member

2002-10-22  Stephan Schäfer  <ssa@openoffice.org>  [91f9829cce917fc50c314f484a54831ec2c36704]

        #103442# choose DefDialogParent on-the-fly

2002-10-22  Peter Burow  <pb@openoffice.org>  [f21f8a83406e49f56a41f3f53a4ad89628cd6294]

        fix: #103811# no extensions for global filter group

2002-10-22  Stephan Schäfer  <ssa@openoffice.org>  [c0ae87cb5f2989bc4b8dff4907994d513ee87e39]

        #103442# choose DefDialogParent on-the-fly

2002-10-22  Thomas Lange  <tl@openoffice.org>  [cac2cd90a11dcadfe49918a75e60d5cd50defd9f]

        #104384# getForeground and getBackground added

2002-10-22  Oliver Bolte  <obo@openoffice.org>  [3295654f782818fd570b74e307b2a2e5dadc7ef2]

        #100000# without http unresolved externals

2002-10-22  Stephan Schäfer  <ssa@openoffice.org>  [12beb06556db8683060ae8f117750d5ca3b25328]

        #87660# move pointer_pivot_delete to proper array position

2002-10-22  Oliver Specht  <os@openoffice.org>  [b0431fcf07b49dccb1ceff03ca60336acfceb9d1]

        #104365# check whether sections have been initialized

2002-10-22  Frank Meies  <fme@openoffice.org>  [97e1df93aa9cec8f82eff2eed16c56240cdaff85]

        #103476# Script info is not available for field portions

2002-10-22  Carsten Driesner  <cd@openoffice.org>  [0f76254f449ed614a6b09968b25185939629b13b]

        #102110# Added Cancel handler to SfxPrintProgress

2002-10-22  Karl Hong  <khong@openoffice.org>  [a5c7331baef504bd6133d8c91394392e275624d4]

        #104354# Fix year format for the Year less than 100

2002-10-21  Daniel Rentz  <dr@openoffice.org>  [8db083acd50b6b2be136b615147f29e7c29e5106]

        #78660# new mouse pointer for removing fields

2002-10-21  Armin Weiss  <aw@openoffice.org>  [5fe78ef299af445848d726aa4c14f2a450ba0a40]

        #101581# GetTopLeftPosition(...) needs coordinates after UI scaling, in real PagePositions.

2002-10-21  Christian Lippka  <cl@openoffice.org>  [9214400ba0de30a643ff851318e197a6d9ac2074]

        #101297# keep number of decimal places persistent for measure lines

2002-10-21  Mikhail Voitenko  <mav@openoffice.org>  [fd7a14ecf66ceebb787bc8b8f1590b0568737371]

        #104096# avoid crash

2002-10-21  Philipp Lohmann  <pl@openoffice.org>  [5c9b384f6b205ba0d9563b8c5c17bb682182000d]

        #104320# update cache after changing font properties

2002-10-21  Daniel Boelzle  <dbo@openoffice.org>  [a9cc51b0eedcefabac4d4727da4ae303b86aa969]

        #104367# added Bootstrap.defaultBootstrap_InitialComponentContext() and native code for bootstrapping out of cppuhelper

2002-10-21  Christian Lippka  <cl@openoffice.org>  [bd7f4f0cb0b34ddfa7d823cba0efdfe9d126a003]

        #103760# added language listbox for fields

2002-10-21  Daniel Boelzle  <dbo@openoffice.org>  [6ff0747fd7a7bc203d074019c183e2dfaf3bb36e]

        #104367# better exception string

2002-10-21  Armin Weiss  <aw@openoffice.org>  [a499ea5791dc1e5e18f4e09011ecea7ca9cd1f6a]

        #104018# replace macros above with type-safe inline methods

2002-10-21  Daniel Boelzle  <dbo@openoffice.org>  [23f6ceee7dc9cb73e9a0a4882a9cb5c3c07fd065]

        #104367# added rtl_bootstrap_set(), Bootstrap::set()

2002-10-21  Daniel Boelzle  <dbo@openoffice.org>  [04207901c0efb0bcb492ad30a4beca222455c068]

        #104367# added rtl_bootstrap_set()

2002-10-21  Philipp Lohmann  <pl@openoffice.org>  [51a9edfd830af6c624893089e30679f28abddac6]

        #104300# use realpath to normalize pathes

2002-10-21  Oliver Specht  <os@openoffice.org>  [92c505b84f51e7e7fd546c29a6e90975fd359381]

        #104327# SwRootFrm::UnoRemoveAllActions: assert nested calls

2002-10-21  Oliver Specht  <os@openoffice.org>  [4c2798256d56e3ee3ca59a4bee1112c0ab3ae7ec]

        #104327# UnoActionRemoveContext mustn't be nested

2002-10-21  Thorsten Behrens  <thb@openoffice.org>  [ebf574019e28fe747f37c92542ea021450b1151e]

        #102532# Respecting pixel offset members for total output offset

2002-10-21  Thorsten Behrens  <thb@openoffice.org>  [ff151c17328c9d41fc17da639bdbe71ae0a051cb]

        #102532# Implementing pixel offset accessors

2002-10-21  Thorsten Behrens  <thb@openoffice.org>  [ba90bcfe73b79b6eabd08765df8bf4415df07b44]

        #102532# Initialising pixel offset members

2002-10-21  Stephan Schäfer  <ssa@openoffice.org>  [1a6e8b560604a977ea126551cc87f8f50638eae4]

        #93022# delayed default mouse positioning

2002-10-21  Jörg Barfurth  <jb@openoffice.org>  [fbbe88925f3f35279af63fa275183495d429335f]

        #103812#,#90321# adjusted last fix to follow coding guidelines

2002-10-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff9cc6889ca3d9b136ddb4cae33e7e298d9be148]

        #101911#: introduced COMEX for unxsol(s|i)(3|4)

2002-10-21  Sascha Ballach  <sab@openoffice.org>  [04e4fa137aad0e5c2340de93c2408f4c2c51667e]

        #100469#; repaint after setting AutoFilter

2002-10-21  Behrend Cornelius  <bc@openoffice.org>  [bf0ee17cb05de49f2fe0aeeacceb38f8eabec352]

        #104114# Breaktype for first GroupTable temporarily removed

2002-10-21  Sarah Smith  <ssmith@openoffice.org>  [37cfdb9f9bbd043cb986b8514ea153fb8dde2ebc]

        #103812# updated root node name format

2002-10-21  Björn Milcke  <bm@openoffice.org>  [4d9c6c4cc2cb7a638744c033b472a2456b2345af]

        #100165# syntax error

2002-10-21  Sarah Smith  <ssmith@openoffice.org>  [8b811b07694129879b4d1acd89155235106c1274]

        #103812# updated root node format

2002-10-21  Andreas Bille  <abi@openoffice.org>  [f025f32de9a26a1d266bff0378213225e00e2190]

        #94588# throwing now exceptions if ReplaceExisting = false and resource exists

2002-10-21  Oliver Bolte  <obo@openoffice.org>  [6bec75f46356936048d4b96181e8be0f9cfdfef5]

        SRC669

2002-10-21  Philipp Lohmann  <pl@openoffice.org>  [de77a5053d3606d949956d62b2fca30542bf7aaf]

        #103973# in all callbacks check whether frame was already removed

2002-10-21  Frank Meies  <fme@openoffice.org>  [2fadbcae0bde3d4458dd672de765cd042e5b2594]

        #103894# Move anchor of fly frames and drawing objects in RTL environment

2002-10-21  Sascha Ballach  <sab@openoffice.org>  [0b56b2c714e291dc6194b9636c9bcfb9c226d867]

        #97372#; add TableBorder

2002-10-21  Sascha Ballach  <sab@openoffice.org>  [123817db3188f3e1fee00a11ef7f7e061e99000f]

        #97372#; add TableBorder

2002-10-21  Sascha Ballach  <sab@openoffice.org>  [4221d8e1ae6f0177bbf127eb68d4ccc2612ef13e]

        #97125#; it should be possible to set MatrixFormulas always in English

2002-10-21  Stephan Schäfer  <ssa@openoffice.org>  [60362f9f0714588389c830c37fd9264c88901456]

        #95133# update the application's modal flag when system dialogs are used

2002-10-21  Joachim Lingner  <jl@openoffice.org>  [909896e946338da7bebb51b865e0ac6fa8740cc0]

        #104357#

2002-10-21  Joachim Lingner  <jl@openoffice.org>  [4ca0dd3ad0f76428b73e61f7e08b268dc5062d0c]

        #104357# setPropertyValue throws now a UnknownPropertyException if the Property is not known

2002-10-21  Gregor Hartmann  <gh@openoffice.org>  [6c9dc72591ceb79c65b8ce97b589c973892fa9df]

        kicked out translations again

2002-10-21  Oliver Bolte  <obo@openoffice.org>  [2aff7377d060f50667a110e92a014d725b0f57ad]

        #104351# moved change into solenv/inc/libs.mk

2002-10-21  Kai Sommerfeld  <kso@openoffice.org>  [392ec0e57f89fe864477830a57b4a1f52bbcf15a]

        #102945# - Completed support for new property "BaseURI".

2002-10-21  Frank Meies  <fme@openoffice.org>  [e4b43b5655d5de7507dd8fae630736c580f7ddef]

        #103995# Active area for hyperlinks should not include left margin

2002-10-21  Frank Meies  <fme@openoffice.org>  [d6e851dbcb75441250e7921bf02d77a38f024854]

        #104353# RTL text on vertical pages

2002-10-21  Caolán McNamara  <cmc@openoffice.org>  [0ee0e806b86249c104153005ef4f88adf23b504d]

        #i8115# revisions in word can legitimately have no author property and no date property! (can happen when saving a ww7- as ww8+ with word ?)

2002-10-21  Jörg Barfurth  <jb@openoffice.org>  [287af5d5774d410586da397f5d2921e4f0c2b494]

        #102850# Fix merging error

2002-10-21  Jörg Barfurth  <jb@openoffice.org>  [1b2a5c5d15af53f326d6ee905d153d6ce6f5e119]

        #102850# Merge from srx643

2002-10-21  Gregor Hartmann  <gh@openoffice.org>  [a22f5b9e11f9418a9d8cc62b5fea257e396f7b50]

        #103263#added module i18npool for registration

2002-10-21  Mikhail Voitenko  <mav@openoffice.org>  [e65b758bf71a446f81d2ba3e6d541cce292ec6ef]

        #104347# reset error for new uncommited storages

2002-10-21  Oliver Specht  <os@openoffice.org>  [fa67d522f09c5e19a6ddd23b17799a4767b3fa5d]

        #104346# resetting PageDescName now possible

2002-10-21  Andreas Bille  <abi@openoffice.org>  [39b2ea95836959e6c1a6415d1212b9787a04a9a9]

        #100904# removing unused protocols from build

2002-10-21  Carsten Driesner  <cd@openoffice.org>  [7f943ee7d20d45d85cc62df5d602f029aa74675a]

        #104152# Use Office dialogs to support headless mode

2002-10-20  Kai Ahrens  <ka@openoffice.org>  [57628c95e34eb1a4e8534ef48acbb0f1f2f3fd8f]

        #103207#: recalculate source position for D&D of selection

2002-10-18  Karl Hong  <khong@openoffice.org>  [962b890dec6a504435b67f598b6321051a3b964c]

        #104341# make double byte number work for Geman locale

2002-10-18  Karl Hong  <khong@openoffice.org>  [100b6a7157d135f7adc2d2fd3deeabd596345ec2]

        #104341# make double byte number work for Geman locale

2002-10-18  Eike Rathke  <er@openoffice.org>  [ee0be19bcc45e5f89a2a3792d6fb33ac088cc040]

        #93512# pass types.rdb to saxparser

2002-10-18  Eike Rathke  <er@openoffice.org>  [b28263c7d183cb8a1ae1472b1f662622d595a7d0]

        #93512# have types.rdb too

2002-10-18  Stephan Schäfer  <ssa@openoffice.org>  [0b39a0abdaf5c16aeb7c1cc01e4fbe1b0c03e88e]

        #98943# improve toolbox highlighting and use shadow effect again

2002-10-18  Armin Weiss  <aw@openoffice.org>  [90f1b0564a6d9050b8f1aa5e682e3e220dbb2a4d]

        Initial necessary project build files

2002-10-18  Armin Weiss  <aw@openoffice.org>  [d33a7670fe235dd3e7086674429d6c007f18d620]

        Initial necessary project files

2002-10-18  Aidan Butler  <aidan@openoffice.org>  [5550d02c9e09a58d9ef784ec27dffb9b88992978]

        Cleaned up Entity mask code

2002-10-18  Frank Schönheit  <fs@openoffice.org>  [edb95360a7b44ee65ec4f8bfdad9b92955176f23]

        #i8485# FormatChanged: recognize a NULL formatter

2002-10-18  Frank Schönheit  <fs@openoffice.org>  [db6f2b985060b48b797e7a106696b6d4ec839dba]

        #i8485# SetFormatDescription: recognize invalid format keys

2002-10-18  markm  <markm@openoffice.org>  [c7d222f7e69f24b7b91872089737e61f904b4366]

        #104344# Fix incorrect buffer-size being reported to RegEnumKeyEx

2002-10-18  Caolán McNamara  <cmc@openoffice.org>  [37af20e1e50a57a19ce5fddcd2a4bba1840bbd4e]

        #i8486# #100553# unhook pam from final para with in noninsert mode to allow it to be deleted without complaints

2002-10-18  Mike Hayes  <mhayes@openoffice.org>  [a2864a2098934b3afcb6be18a31bbb2390e5c125]

        Need to convert formula argument separators

2002-10-18  Andre Fischer  <af@openoffice.org>  [31c7b4b7f43aea4bf98af601174378088f9ab8ff]

        #103341# Added support for vertical writing.

2002-10-18  Niklas Nebel  <nn@openoffice.org>  [c1a1cfc86ef4aced25d5e3af8352cf702407f382]

        #103823# FreezeSplitters: call AlignToCursor to update active part

2002-10-18  Andreas Martens  <ama@openoffice.org>  [5ebfe3081d9d86b584a580b75c63cd885ab72efb]

        Fix #104318#: Format the follows, too

2002-10-18  Niklas Nebel  <nn@openoffice.org>  [3699b23d7c4133bb2760e4245194f962a8aa1228]

        #103823# MouseButtonDown: grab focus for editing formula only in active window

2002-10-18  Philipp Lohmann  <pl@openoffice.org>  [b0ef5f44d1716afb68a964847c7158bb17dbb243]

        #100212# make AutoMnemonics a per OutputDevice instead of application wide setting

2002-10-18  Frank Schönheit  <fs@openoffice.org>  [2957ddda1b819cad70322db346b5b979789eaee1]

        #i8440# setPropertiesValues: when checking for aggregate properties, don't use it's XPropertySetInfo - the delegator may have masked out some aggregate properties

2002-10-18  Frank Schönheit  <fs@openoffice.org>  [d828561b21d83a77eab3a1069930cc18fc18ed0a]

        #i8440# +classifyProperty

2002-10-18  Carsten Driesner  <cd@openoffice.org>  [bf8208d9d70a06911464381f33b1e8fd5527d808]

        #104142# Support for headless mode added

2002-10-18  Oliver Specht  <os@openoffice.org>  [e5b06668639b89ebafd8164a24098118b851be96]

        #103333# missing break in GetFormatId() added

2002-10-18  gt  <gt@openoffice.org>  [d5ff1c4b09c8ce39f697f981154c60f3f8146d7e]

        #90974# SwTextShell::ExecInsert(): set context @ SvxPluginFileDlg for SID_INSERT_SOUND & SID_INSERT_VIDEO

2002-10-18  gt  <gt@openoffice.org>  [057d5e41365a17ffa1ccbf4843be800d3a666c32]

        #90974# added SvxPluginFileDlg::SetDialogHelpId() and ::SetContext()

2002-10-18  gt  <gt@openoffice.org>  [ac507c4534c338733e8854bb031a9c0581388537]

        #90974# class SvxPluginFileDlg: added SetDialogHelpId() and SetContext()

2002-10-18  Caolán McNamara  <cmc@openoffice.org>  [83e24b39e2e05f14e47ea9943900f596f365e866]

        #97628# ClientIter is only going to work if class has TYPEINFO

2002-10-18  gt  <gt@openoffice.org>  [2606ce69708b57600a5111623ebdf1a8d7fdc19a]

        #90974# more contexts

2002-10-18  Darragh Sherwin  <dsherwin@openoffice.org>  [70797385dd5d0df8256585fe85f701e58fff9e51]

        Changed to represent new DTD

2002-10-18  Andreas Martens  <ama@openoffice.org>  [f95d719366b24844636c9ab04c30b7c074ea8468]

        Fix #104331#: Print it again, sam

2002-10-18  Sascha Ballach  <sab@openoffice.org>  [ffa8238630ae71d224e56c9d1aa18cf78a0f6aeb]

        #103934#; call of UpdateInputHandler after ESC key not needed, because the new content is set in ScDocFunc::PutCell

2002-10-18  Oliver Düsterhoff  <od@openoffice.org>  [24b31139d946a3b4bd6bc30d28a73a01e94cc2e3]

        #103876# - further improvement of drawing background graphic

2002-10-18  tpf  <tpf@openoffice.org>  [2095f8ce06235ed2e2ab5b454b7d08a26dc7dc53]

        #104337# merged proofread info/desc items

2002-10-18  Mike Hayes  <mhayes@openoffice.org>  [7c32adf1eba9ab575932913f9616aee739994f52]

        Support floating point numbers in formulae

2002-10-18  Ingrid Halama  <iha@openoffice.org>  [ee05aed7ad0a6ebfe3122a70fe0cf0380e7c1c90]

        #95941# Format-Standard (SID_SET_DEFAULT) was not enabled if text with different styles was selected

2002-10-18  Sascha Ballach  <sab@openoffice.org>  [ee776382e6b2ed5ac326a99cda1d331a5686c430]

        #103934#; notify editline and cell in edit mode in PutCell if it is a API call

2002-10-18  Sascha Ballach  <sab@openoffice.org>  [fd41bfb3c37fe4b8f6a13f2b93d4add049515605]

        #103934#; give possibility to decide whether to end edit mode or not while NotifyChange

2002-10-18  Sascha Ballach  <sab@openoffice.org>  [7bec7d7bd5680ae0a17f4a3bd6fb746f3486226d]

        #103934#; call UpdateInputHandler after ESC Key

2002-10-18  Sascha Ballach  <sab@openoffice.org>  [b4e1effeee98949b2abb7484231454cb5e2bbee6]

        #103934#; give possibility to decide whether to end edit mode or not while UpdateInputHandler

2002-10-18  Behrend Cornelius  <bc@openoffice.org>  [cdab510ca4ee86e4e76b9088966162501980996a]

        #103669# several changes in holiday routines

2002-10-18  Ocke Janssen  <oj@openoffice.org>  [884c9c85e673d6d078ee9875b69943d4a8d3347f]

        #i2817# cut savedvalue when it is greater than the max text len

2002-10-18  Oliver Specht  <os@openoffice.org>  [209bb5c29c1b64d9f143c85e75eee2fd151c6978]

        #104014# tab stop working correctly in right-to-left text now

2002-10-18  Oliver Specht  <os@openoffice.org>  [a74c73fa01ccb89d4f406d7afca805e9ab9fdad8]

        #104014# tab stop working correctly in right-to-left text now

2002-10-18  Thomas Lange  <tl@openoffice.org>  [e6ad72050128811cca2d63d5c6d698c2bdedadcd]

        #102699# hyperlink attributes (RES_TXTATR_INETFMT) removed from PROPERTY_MAP_PARAGRAPH

2002-10-18  Ocke Janssen  <oj@openoffice.org>  [b17e6be68c16094ce057980697568a52dc1e0eba]

        #95715# disable pilots when wtriter module is not installed

2002-10-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a36b7f498be4e2ca4bf13e4b246705dec5017d9e]

        #104325# cppumaker rules removed for consistency reasons

2002-10-18  Oliver Specht  <os@openoffice.org>  [8c1f5dc837a6abd76dc78d2fd68fabcff923ece2]

        #104319# recording of GotoNext/PrevCell

2002-10-18  Kai Sommerfeld  <kso@openoffice.org>  [794627c3e797b21b1c70287ec711bf13bfafe328]

        #97697# - unmarshal code no longer uses recursions - avoids stack overflow.

2002-10-18  Nils Fuhrmann  <nf@openoffice.org>  [68a742538afbb655d7eb93512525b4485210ae99]

        Fix #101992#, english text coded in one line, reflected translations from SRX644 to SRC641

2002-10-18  Jörg Budischewski  <jbu@openoffice.org>  [09245d4de7b5fa7cd40adbd70be90ae666dca1f0]

        #103263# switched from applicat.rdb to types.rdb/services.rdb

2002-10-18  Thomas Lange  <tl@openoffice.org>  [87f8a570e4d07b453ac507e229defb52bb3e249d]

        #102699# properties for char style name of visited/unvisited links added

2002-10-18  Oliver Bolte  <obo@openoffice.org>  [1f8c1d7e42385e5647a3fa30d1709bdb2754753e]

        #100000# undef 1 param only

2002-10-18  Frank Schönheit  <fs@openoffice.org>  [e3f95cadff301f8314b3d12ba37a953d0f6356c8]

        #104332# not tab stop for a fixed text

2002-10-18  Björn Milcke  <bm@openoffice.org>  [fc0e3e9ffaabaff99bd5ea878657df52242ab88d]

        #100165# refern to xml::AttributeContainer for property UserDefinedAttributes

2002-10-18  Björn Milcke  <bm@openoffice.org>  [e7bf88c29a8f9426b79a8c911ffb4e70551c8585]

        #100165# refern to xml::AttributeContainer for property UserDefinedAttributes

2002-10-18  Andre Fischer  <af@openoffice.org>  [397d4b7d3c3cf73cdb23dbe168e0f84a6f584d58]

        #104137# Docking window grabs focus to color value set on GetFocus().

2002-10-18  Carsten Driesner  <cd@openoffice.org>  [2cef5dea6513e26fbb7b1b5e1c7261b8ffcaf5b8]

        #104142# Support headless mode for FAT Office

2002-10-18  Carsten Driesner  <cd@openoffice.org>  [aa9581cbba6f76c2e3c90808280e9ee5e278b78d]

        #104142# Support headless mode for FAT Office

2002-10-17  Eike Rathke  <er@openoffice.org>  [2d788f48289084c59cc479fdec09dc3f9f10fb83]

        #104167# move component descriptions from i18n

2002-10-17  Ingrid Halama  <iha@openoffice.org>  [f8ae2ce18a6faf29418f90e499c34e2eaf3e199d]

        #104054# select arrow style independent from the previous tabpage

2002-10-17  Malte Timmermann  <mt@openoffice.org>  [4fd62424736fc9f44d03a3e8769f7d8bd502d3ad]

        #103171# LocaleDataWrapper

2002-10-17  Christian Lippka  <cl@openoffice.org>  [9b2be770dfac84c9b2e04582ff58cb64dc60b342]

        #100286# added help ids for SvxNameDialog

2002-10-17  Christian Lippka  <cl@openoffice.org>  [57d69ea60229923d26e970b07b59911ad159bf49]

        #104058# added asian and complex para and character services

2002-10-17  Andreas Bille  <abi@openoffice.org>  [868899703f29fb3671d800a59c8fb24ee546d5b9]

        #100904# removed a bug for saving document

2002-10-17  Stephan Schäfer  <ssa@openoffice.org>  [f2bd3f0db06273d94dea0b1ecd59bf679a6e079f]

        #103005# correct number of deactivate calls

2002-10-17  Behrend Cornelius  <bc@openoffice.org>  [0491f25fcc7c7838350a052e0b35a40a004484f4]

        #104285# Maximum Textlength increased to 50 chars

2002-10-17  Christian Lippka  <cl@openoffice.org>  [c43ee94a7e65e0280f23bc6379d9902266108c58]

        #104058# added asian and complex para and character services

2002-10-17  Andre Fischer  <af@openoffice.org>  [2a5a97bb2f442ac65965031efabf384cc50eef33]

        #83348# Removing special case for when mouse clicked over group shapes.

2002-10-17  Frank Schönheit  <fs@openoffice.org>  [d75edb753353464c7f2d94367ab4b428095e7d5f]

        #104311# +GetHelpId

2002-10-17  Frank Schönheit  <fs@openoffice.org>  [df990f7b4c3434175ef99a30ec7f392579089179]

        #83004# (on behalf of sleepybear@openoffice.org): +ReplaceTabWithString

2002-10-17  Darragh Sherwin  <dsherwin@openoffice.org>  [db8e1ac83461000863bd8ae7314c5fdd84a6896a]

        Remove unused included file

2002-10-17  Darragh Sherwin  <dsherwin@openoffice.org>  [7e1b267615db026a141af8cca58ad12b65132681]

        Use stl equals instead of operator

2002-10-17  Philipp Lohmann  <pl@openoffice.org>  [89ec5e6dbe3d097d3122bb088cdd3ce07d1fca9b]

        #102276# add: WB_NOMULTILINE

2002-10-17  Darragh Sherwin  <dsherwin@openoffice.org>  [284b8915cef72e6d2290a9de2c396e8c28586fd2]

        New internal data structure for storage which represents the new DTD for the parcel meta-data

2002-10-17  Christian Lippka  <cl@openoffice.org>  [e9287302a3ad0366256917f1201f1b78fee08112]

        #104046# treat page shapes as presentation shapes when they have a presentation class even they don't have a style

2002-10-17  Armin Theissen  <armin@openoffice.org>  [84a5ac0b80a096c26fcb581698213cfc7f2ca62e]

        Merge to new configure.in that was merged to head

2002-10-17  Andreas Bregas  <ab@openoffice.org>  [b165c90ca3527b8546da0dc943c65c6044a26d34]

        #104037# Fixed Dir() functionality

2002-10-17  Stephan Schäfer  <ssa@openoffice.org>  [c0042462a256c222b84483ee89e67fcf7ee3b94c]

        #101635# avoid beep when rescheduling while processing hotkeys

2002-10-17  Andreas Bregas  <ab@openoffice.org>  [5dd7f18a4993bb01779bf881fd714cc6f5b090b0]

        #104084# Fixed SvRTLInputBox::PositionDialog()

2002-10-17  Oliver Bolte  <obo@openoffice.org>  [984a07f15eccadf4aad0501f48d8eade8ce5864e]

        #100000# tmp vars for linux

2002-10-17  Andreas Bille  <abi@openoffice.org>  [ba57ba827e5314b706d9332dbf928299f3531a1b]

        #100904# handling now also the case that transfer is generally not supported

2002-10-17  Oliver Düsterhoff  <od@openoffice.org>  [b47ff570403ab925650967f1471243f2cc5c0fb1]

        #103517# - adjust SwSectionFrm::Format(..)

2002-10-17  Oliver Düsterhoff  <od@openoffice.org>  [2e0dfd26ed1108731156215697d97f6c6e32c584]

        #103876# - improve draw of background graphic

2002-10-17  Oliver Düsterhoff  <od@openoffice.org>  [f15a082842707213c4e04d9bf4dcbf851bfa9ae2]

        #103517# - adjust SwLayAction::IsShortCut(..)

2002-10-17  Oliver Düsterhoff  <od@openoffice.org>  [7c071cd740874bab573472ac188c5a703f147b87]

        #103517#: adjust SwSrn::MakePos()

2002-10-17  Sascha Ballach  <sab@openoffice.org>  [a989ff93f4a9a78e9c6d76563fcd27b833aa9c96]

        #104301#; don't overwrite a text formatted value cell

2002-10-17  Oliver Düsterhoff  <od@openoffice.org>  [86216418a36c4b5c53ac9de4d1d2d5df1fbc6687]

        #104284# PL: fixed rounding issue in appendDouble

2002-10-17  Oliver Specht  <os@openoffice.org>  [bc57606d860cc5e141297381922bb0f4ade13a12]

        #104315# polygons et.al. mustn't be killed when start end end are at the same position

2002-10-17  Martin Hollmichel  <mh@openoffice.org>  [5bd40a791aa06591173e7c6f392dc9754c38f930]

        add: build.lst

2002-10-17  Sascha Ballach  <sab@openoffice.org>  [b9b97fa1b58aa77899034285f9ddd0a204f2f0b5]

        #100442#; the context menu of a drawing object should appear in the middle of the selected objects

2002-10-17  Oliver Specht  <os@openoffice.org>  [fec40810d6c16a019efd86bd8a669f277cbf9534]

        #104295# names of horizontal alignment in vertical frames corrected

2002-10-17  Stephan Bergmann  <sb@openoffice.org>  [d80034952f94e7b468d442e07aa019cf14064f2f]

        #104229# Fixed typos.

2002-10-17  Malte Timmermann  <mt@openoffice.org>  [0f4f8ae249c19af83960cdb79baeb6054c7360f0]

        #101795# ImpBreakLine: Allow hanging punctuation, but check the absolute maximum

2002-10-17  Andre Fischer  <af@openoffice.org>  [ab4ef8691dd66513e3d9ebc6eca2f73401790099]

        #104287# deselectSelectedAccessibleChild() now takes index relative to all children.

2002-10-17  Jörg Barfurth  <jb@openoffice.org>  [ff981bbbd47ef1221904f81bf1f901c1ecab7980]

        Switch cfgapi to use cppu/bootstrap; cleanup obsolete stuff

2002-10-17  Oliver Bolte  <obo@openoffice.org>  [a0a24120c966911daf6c99c35be364972bc4457f]

        #100000# type cast missing

2002-10-17  Sascha Ballach  <sab@openoffice.org>  [3a357fcf2055b701b4bc2287e17573c2b28fdbc3]

        #97372#; add TableBorder property

2002-10-17  Sascha Ballach  <sab@openoffice.org>  [4d481354188053b302e4981b97c9e9f1bc81084f]

        #97372#; make some help methods global, so they are usable also in other files

2002-10-17  Michael Brauer  <mib@openoffice.org>  [6376b3740519e64da5813a840bf56366b98da61f]

        #102318#: line break added after section at doc end

2002-10-17  Aidan Butler  <aidan@openoffice.org>  [77cddc40883d7801efcc783eb81e90cb50bc57db]

        Added Attribute Masking

2002-10-17  Armin Theissen  <armin@openoffice.org>  [572ec02979e6683308765e4c00f1de0e222efc09]

        Merge from SRX643_OO to HEAD

2002-10-17  Lars Oppermann  <lo@openoffice.org>  [820884e0a7f294b068fe68fed4747bdd1f25d892]

        #95425# new -view parameter to open documents in readonly mode

2002-10-17  Gregor Hartmann  <gh@openoffice.org>  [d96e1e57a3d8a780940afe89d69f4b52151d6691]

        set shortcut for program abort & remove compile entry

2002-10-17  Duncan Foster  <dfoster@openoffice.org>  [1c7973f134fd11efd3ef135a89f4872636955ee9]

        Replacement for ScriptImplInfo struct

2002-10-17  Duncan Foster  <dfoster@openoffice.org>  [b465520fe23845d112e310e6b1afc552779865e0]

        Change of scriptStorageID from unsigned short to signed long Chnage of ScriptImplInfo IDL defined struct to ScriptData, local struct.

2002-10-17  Thomas Lange  <tl@openoffice.org>  [edf1eb183da091e6c7f74becd88eef777d9f7551]

        #104302#, #104303#, #104304#, #104305# accessibility interface implementation fixed.

2002-10-17  Malte Timmermann  <mt@openoffice.org>  [631ffaf6775937eddd8c690054c7471dd28dbf29]

        #103460# RTL UI

2002-10-17  Michael Brauer  <mib@openoffice.org>  [45e82c017b6042321a46ec76b646fcf6f8d480bc]

        #97159#: document is modified after loading flat XML file containing an OLE obj

2002-10-17  Duncan Foster  <dfoster@openoffice.org>  [9da6872c43c6746d3c59a8cf530104049ded8f64]

        Removed StorageProxy from build.xml, and made changes to reflect the change of scriptStorageID from unsigned short to signed long (java int).

2002-10-17  Oliver Bolte  <obo@openoffice.org>  [7a3d4c97018a9929f4af592df12f9f29d40687f3]

        #100000# #undef 1 param only

2002-10-17  Oliver Bolte  <obo@openoffice.org>  [9159dae461fa883b8e0eadaef1085b0f674320bb]

        #100000# typo

2002-10-17  Daniel Rentz  <dr@openoffice.org>  [8e56c902dad722d8c4d5109d874985853a3bc930]

        prevent endless loop in Escher dump

2002-10-17  Daniel Boelzle  <dbo@openoffice.org>  [90be862021b2b8d85da8f4155e6f6e4a1e571e10]

        #100586# mt safe

2002-10-17  Thomas Lange  <tl@openoffice.org>  [334ccb4751f375e1f77a7ee763cb65c8f2e6803e]

        #104269# implementation of GetAccessibleText changed

2002-10-17  Herbert Duerr  <hdu@openoffice.org>  [b31c31e0b12be2a67fee0a82e36ec30129e526a4]

        #103980# some antialiasing advice responsibility moved to upper layers

2002-10-16  Martin Hollmichel  <mh@openoffice.org>  [3700feb9773bb7c5009cbf22d70c7f862b34f055]

        chg: Syntax, #100000#

2002-10-16  Martin Hollmichel  <mh@openoffice.org>  [c682f6e8d9b7f295c1dfe889d19b908bda21a27a]

        add: forms to dependency list, #100000#

2002-10-16  Karl Hong  <khong@openoffice.org>  [6fe832c7188ab7b9984704e65e2ee9d2b4488baf]

        #103778# fix forbidden rule string for Chinese from Jack Kang

2002-10-16  Philipp Lohmann  <pl@openoffice.org>  [927499874fdb29ac9f93639eced8b8809c020efa]

        #103460# #104288# improved ImplGetCharPos

2002-10-16  Philipp Lohmann  <pl@openoffice.org>  [d2feef458e7866c756778060b6eb4256faa8468c]

        #103460# remirror tracking events in timer

2002-10-16  Niklas Nebel  <nn@openoffice.org>  [76e6ad425a42074f025ceb8073ac6bdff91dad3c]

        #83203# SetEditEngine: modify position members only for active part

2002-10-16  Niklas Nebel  <nn@openoffice.org>  [354e8e1584ebd4ebbeea7dc768d3735c08ac7f0f]

        #83203# UpdateFormulas: call UpdateEditView if editing

2002-10-16  Behrend Cornelius  <bc@openoffice.org>  [733baae7e72d69cbbb275f28aa2cb1e41809187f]

        #104114# CreateFolder Function now used in CopyRecursively Routine

2002-10-16  Hennes Rohling  <hro@openoffice.org>  [4abfb98d50b43cd82d69791ef4c372f29de17495]

        #98318# Add LF to debug output on stderr

2002-10-16  Behrend Cornelius  <bc@openoffice.org>  [a688d2800b5c7061c668a16bbd9c2630eaeb99f2]

        #104114# writer documents can only be edited when Module is installed

2002-10-16  Behrend Cornelius  <bc@openoffice.org>  [ecf5ec5749b9d876630028a750de99e2b2e27534]

        #104114# Logdocument now only created when write is installed

2002-10-16  Philipp Lohmann  <pl@openoffice.org>  [229020fba073bcb8b60732fe6b8cd1ccf9a81018]

        #100200# fix return value of static link

2002-10-16  Michael Brauer  <mib@openoffice.org>  [24341bed68fc88c8e87ee07255e182bb995b100b]

        #86987#: default cell styles do work now with cell repetition

2002-10-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [79769049bbfb9fe9f1b16924be51cb52f14ba765]

        #104292#: fix: commit(): new revision return value

2002-10-16  Stephan Bergmann  <sb@openoffice.org>  [f4b5040ed796ad0474fa921bedddda1393b6d75d]

        #104242# Make sure the 1st and 2nd productions in FindFirstURLInText indeed contain further characters after the scheme.

2002-10-16  Ocke Janssen  <oj@openoffice.org>  [0f0ef947a080c0ddb33dd0e70d828c0b0f052363]

        #i4229# reject unions as well

2002-10-16  Daniel Rentz  <dr@openoffice.org>  [a203be1069b0579ae8383c0c790d6922e3e7007a]

        #92296# use Query filter for HTML docs

2002-10-16  Peter Burow  <pb@openoffice.org>  [266f4dcb85f95fd18a5cc448488a11e13c159da7]

        fix: #95505# #95515# searching and selecting of searched words improved

2002-10-16  Peter Burow  <pb@openoffice.org>  [184a0fd0e0c1f01bb39b02d79ad849f925efbbd5]

        fix: #95505# #95515# use XBreakIterator

2002-10-16  Thomas Lange  <tl@openoffice.org>  [ac39682311f7b9833a1dc7f07c98d30d7fed56b0]

        #104266#, #104268# IndexOutofBoundsException now thrown

2002-10-16  Niklas Nebel  <nn@openoffice.org>  [988b11dc0cd7fc9fbcef7043000d38be49266e3a]

        #91240# PaintArea: for UDPATE_ALL, don't stop if area is left of window

2002-10-16  Mikhail Voitenko  <mav@openoffice.org>  [38fbc97d2e642e8e8cb60c8128235f272c7e83da]

        #104235# set no error state

2002-10-16  Daniel Rentz  <dr@openoffice.org>  [68b3dfa734d08a20365b17b7de91690dacf8fbf0]

        #88839# store selection correctly

2002-10-16  Stephan Bergmann  <sb@openoffice.org>  [e07be080d2a2eb600b3efd9c4dfc2886968f1c4e]

        #104229# Clarified allowed ranges for parameters to copy methods.

2002-10-16  Thomas Lange  <tl@openoffice.org>  [5dd2bf5a9fd15f4907f3ebc1508b3c7232818e6e]

        #104249#, #104263# getAccessibleRelationSet fixed

2002-10-16  Behrend Cornelius  <bc@openoffice.org>  [aadd1daf27f535c1a17c0acbc3d8a5794d9e6e36]

        #96771# Dateformats for other locales added

2002-10-16  Behrend Cornelius  <bc@openoffice.org>  [062d6dbeeb8540adeb8cf035f901af06f2e7cc86]

        #104114# creation of new document modified

2002-10-16  Behrend Cornelius  <bc@openoffice.org>  [63a67b9fcd6e5b98e4bced02ba93beccdd10dd5c]

        #104114# creation of new document modified

2002-10-16  Thomas Lange  <tl@openoffice.org>  [29fd68b1584ceff4a986d2e9ab81cddf32cbe855]

        #103152# setPropertyValue for CharStyleName fixed

2002-10-16  Stephan Schäfer  <ssa@openoffice.org>  [f855c07d8ae227b51590a1ac5e9979a06205d73f]

        #103168# repost button message if frame has not the focus yet

2002-10-16  Ocke Janssen  <oj@openoffice.org>  [dec1e57d4f9a3350ed24bf784470fc4f56b977d8]

        #104282# check type of the table to add view or table as keyword

2002-10-16  Thomas Lange  <tl@openoffice.org>  [fab98924e01f211c1d1fc5823c0867019b590c60]

        #103152# possible unremoved SwFmt object fixed

2002-10-16  Ocke Janssen  <oj@openoffice.org>  [0f3774c74c040dfe2bd07555ce81eba37b47e7be]

        #104278# increment index of rows

2002-10-16  Joachim Lingner  <jl@openoffice.org>  [fc06b25d09dcfb1d7d99c7cfa151efd2f850695a]

        #101435# replaced java 1.4 method

2002-10-16  Behrend Cornelius  <bc@openoffice.org>  [815de4b23e5b9beffa0cb7e85ffb34555497d55d]

        #104114# New Function 'CreateNewDocument' added

2002-10-16  Caolán McNamara  <cmc@openoffice.org>  [7314039ccb3927217f5784580e14f23b880f9086]

        #97628# use SwClientIter for SwXTextTablle{Rows/Columns}

2002-10-16  Behrend Cornelius  <bc@openoffice.org>  [f13b1b61efdee23824fce005e5a195a4401000cd]

        #104114# creation of new document modified

2002-10-16  Behrend Cornelius  <bc@openoffice.org>  [005ffe4c18ecbbed8f61f8be5928e7f6145fdf9b]

        #104114# creation of new document now changed

2002-10-16  gt  <gt@openoffice.org>  [4248c502b09c806315167199e807d6bb24a73d5e]

        #90974# FileOpenDialog_Impl() additional with HelpId

2002-10-16  gt  <gt@openoffice.org>  [29dd4a4cff0ab8da2883698519d681f2b9201438]

        #90974# SfxApplication::InsertDocumentDialog() and InsertDocumentsDialog() additionally with HelpId for Dialog

2002-10-16  Oliver Specht  <os@openoffice.org>  [5f0aa1c49c15833437367b0751940df0fa052d3e]

        SwFmtRuby::PutValue corrected

2002-10-16  gt  <gt@openoffice.org>  [5dd5b8a3a43dcf55781d7cb016bbd48701db0727]

        #90974# SwView::InsertDoc(): use HID_INSERT_FILE for InsertDocumentDialog()

2002-10-16  Caolán McNamara  <cmc@openoffice.org>  [aa4d36b52c33fa4b2a8d5e62042d12e4dc322bc7]

        #103700# no throw readonly exception getting properties from readonly things, only on setting

2002-10-16  Oliver Specht  <os@openoffice.org>  [44ff2e456bf9609ad81deb4176efb198eae12314]

        #104079# insert extended numbering types only if CJK support is enabled

2002-10-16  Oliver Specht  <os@openoffice.org>  [a93e3b025cadb8548c9cf29535071149c4c41cb2]

        #104079# insert extended numbering types only if CJK support is enabled

2002-10-16  Thomas Lange  <tl@openoffice.org>  [a47a5163330c18e18266d8855d362f1fdcc2b167]

        #103124# PageDescName property attributes fixed

2002-10-16  Thomas Lange  <tl@openoffice.org>  [712805b95ad5bee8a3cdcafe0d340decaf771bb5]

        #103124# possible GPF and memory leak fixed

2002-10-16  Oliver Specht  <os@openoffice.org>  [2a0255067e00945d4ea08546c2ad48cc2940ab40]

        #103770# TableWindow and ColumnsWindow now closable via KEY_ESCAPE or KEY_UP

2002-10-16  Thomas Lange  <tl@openoffice.org>  [71b7aa2a93f199ad9fa9528a571d3e3f8687e2a5]

        #103124# setPropertyValue for DropCapCharStyleName fixed

2002-10-16  Thomas Lange  <tl@openoffice.org>  [304d3856c138fb54ff536f41be3eff26ab4d6315]

        #103124# possible unremoved SwFmt object fixed

2002-10-16  Noel Power  <npower@openoffice.org>  [10329e13f1d7ccd3eba4ec0f5b5d5f6074a1281a]

        Added new method to XScriptImplAccess "getScriptLogicalNames". Added implementation to ScriptStorage and StorageBridge implementations

2002-10-16  Jörg Barfurth  <jb@openoffice.org>  [5b09e4c4dff433433882e40f7dc5f892f4c28f9b]

        #103558# Add helper to recognize value sets

2002-10-16  Jörg Barfurth  <jb@openoffice.org>  [424ee9bfacbf929fffc4d2880cddf75e41a5413b]

        #103558# Don't require removed/replaced data in UpdateDispatcher; detect value set from context

2002-10-16  Thomas Lange  <tl@openoffice.org>  [c96ae634d8df0fcdf99ec7407187d8e912cf7368]

        #103124# setPropertyValue for PageDescName fixed

2002-10-16  gt  <gt@openoffice.org>  [7b44eb419af3f9f55f6f050e37bf964a21a59be0]

        #90974# SwTextShell::InsertGraphicDlg(): set context for FileDialogHelper

2002-10-16  Thomas Lange  <tl@openoffice.org>  [f55a9510b65573dddea652c0fffeb820ed044d0d]

        #104119# parsing of numbers and identifiers fixed

2002-10-15  Niklas Nebel  <nn@openoffice.org>  [0c243f3710f93b0f9b278a83fc886d28a8339939]

        #76760# handle clip marks for merged cells

2002-10-15  Michael Brauer  <mib@openoffice.org>  [1cb1b2862debc2a63ca2f671c61c3fcf85e2f2a0]

        #103876#: character conversion might return 0 characters

2002-10-15  Sven Jacobi  <sj@openoffice.org>  [32e64ddbe8f850d0fb16daa0de76a295b028ebf8]

        #93133# added support for MM_TEXT

2002-10-15  Andreas Bille  <abi@openoffice.org>  [b16904eea160dd99ff77858abcfd280e3c4cb81a]

        #100904# make all properties read only ( no cwd possible with libcurl )

2002-10-15  Andre Fischer  <af@openoffice.org>  [c6467f3a299dc8ee23790767f504e36a21e82035]

        #102544# Pressing TAB and ESC switches to FuSelect.

2002-10-15  Jörg Barfurth  <jb@openoffice.org>  [b7a478d46697a02f94357002c355ca9a8c6e1f8f]

        #92463# Avoid spurious assertion and dispatching changes in unloaded parts of the tree

2002-10-15  Jörg Barfurth  <jb@openoffice.org>  [933c0ac737349ef5bc9c0667510ff0c559fe6e52]

        #104243# Removed spurious assertion when object is used from a disposing()-Listener.

2002-10-15  Jörg Barfurth  <jb@openoffice.org>  [dba0e2addbf47aedcc61bea15b5d7f8379b1e25a]

        #102302#,#104243# Corrected handling of addListener/removeListener when the object is disposed (or being disposed)

2002-10-15  Behrend Cornelius  <bc@openoffice.org>  [32d656ba0665a3a5b38e784cc8b08422b0a8241a]

        #95411# resource file common.res added

2002-10-15  Behrend Cornelius  <bc@openoffice.org>  [0d448ec7b3a84624eda78279addeda49a533f86f]

        #95411# resource file for common resource strings added

2002-10-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [19a84b568012c04c5e8fe6f8da1c45fe4d069be7]

        #103715#

2002-10-15  Andreas Bille  <abi@openoffice.org>  [cce77d15c528a3ec3190867b6e18f8abee4bfb10]

        #97147# now error message exists

2002-10-15  Hennes Rohling  <hro@openoffice.org>  [81309966504acb1e9f3d38790d5a218aaa57a471]

        #98600# Added copy ctor and assignment operator for OGuard, OClearableGuard

2002-10-15  Hennes Rohling  <hro@openoffice.org>  [b51cd3f1273d789bd0173ebbe27026495fa2d22c]

        #98600# Added copy ctor and assignment operator for Guard, ClearableGuard and ResetableGuard

2002-10-15  Daniel Rentz  <dr@openoffice.org>  [fce1a633a9a79b9910ce50b16f253cc52cf11333]

        #79058# reset listboxes on 'Reset' action

2002-10-15  Ocke Janssen  <oj@openoffice.org>  [f9331d25e1c0f1bbbd1c9787c0b5c617f1574a47]

        #i1513# use libodbcinst.so as ui lib for odbc under unix

2002-10-15  Andreas Bille  <abi@openoffice.org>  [213448a74eeb03bd61a9caa6ec0ee2a215638063]

        #100904# Added support for several calls to interactionhandler

2002-10-15  Thomas Lange  <tl@openoffice.org>  [c75a754e5916abcf020e38af6021c6e773c952e7]

        #104103# possible GPF fixed

2002-10-15  Ken Foskey  <waratah@openoffice.org>  [5e6b6e8314af6a509cc90ceae64ac23ea5d2a95f]

        dmake: Implement the latest config.guess, not working on ppc64

2002-10-15  Björn Milcke  <bm@openoffice.org>  [ba187812aa57da20117a0b9c85a77336f964e591]

        #100165# UserDefinedAttributeContainer => AttributeContainer

2002-10-15  Björn Milcke  <bm@openoffice.org>  [7420ef2be7af031e5a4cf9d543c3674232d5639e]

        #100165# print AttributeData in <type> tag instead of <code>

2002-10-15  Oliver Specht  <os@openoffice.org>  [f5546af34e75bbc7b0affe6112735f2c8c0969e2]

        #95022# rename of bibliography index marks corrected

2002-10-15  Björn Milcke  <bm@openoffice.org>  [6cac931388c007d8a0e2f4a6d3fd949d67352329]

        #100165# +property UserDefinedAttributes

2002-10-15  Ingrid Halama  <iha@openoffice.org>  [d426a0fc0a3619e70e32c4571e949b92368cc07d]

        #90407# less automatic protocol insertion; + centralized better automatic name creation

2002-10-15  Björn Milcke  <bm@openoffice.org>  [5c5c7db8e9b7050230eacd22f8c37b50318e8a61]

        #100165# +service UserDefinedAttributeContainer

2002-10-15  Caolán McNamara  <cmc@openoffice.org>  [7bacb299975c222c4085a5bf7400055316da398d]

        #i3958# reshuffle code to remove ushorts and make extensible

2002-10-15  gt  <gt@openoffice.org>  [b75084b1ba4e8544d1326672a012c7d312f5744c]

        #90974# new SetContext( Context _eNewContext )

2002-10-15  gt  <gt@openoffice.org>  [d2fd874b2454de88e5b7b4ed326da31e4b47f56a]

        #90974# class FileDialogHelper_Impl: new SetContext( Context _eNewContext )

2002-10-15  Kurt Zenker  <kz@openoffice.org>  [1fecac685ff375ba73c6afeda2e6c7787f6d5e91]

        new version for SRC641

2002-10-15  Kurt Zenker  <kz@openoffice.org>  [ac3fcaf297d8b7f7ae13578cd2c7e5e6ac13570b]

        new version for SRC641

2002-10-15  Ocke Janssen  <oj@openoffice.org>  [60611a5960f8e4e2fc16deeeddcf0d7b75985c24]

        #98982# disable thousand seperator

2002-10-15  Ocke Janssen  <oj@openoffice.org>  [78207bca03f7e4574a680b28939ba43be6ed12e0]

        #99189# cut string if it contains . and decimal seperator is not .

2002-10-15  Daniel Vogelheim  <dvo@openoffice.org>  [eede329833149e65646a1069214b0d277e1da53c]

        #104601# enable writing/reading of Writer defaults for WritingMode

2002-10-15  Behrend Cornelius  <bc@openoffice.org>  [92d75cb3cc1b950ebb0b1d84026a81bf7d98d365]

        #104200# Declaration of a variable included

2002-10-15  Andreas Bille  <abi@openoffice.org>  [c4baeafbbf7f40dc17c04f6e9522d812da54da71]

        #100904# mostly complete now

2002-10-15  Ocke Janssen  <oj@openoffice.org>  [40b51f98c4b2717d8369002b4c8719840727a5ee]

        #99178# try to convert decimal values as doubles and than back to string

2002-10-15  Carsten Driesner  <cd@openoffice.org>  [432857f0ec340801e21f8a148422af6ba2f86bfe]

        #104142# Correct initialization and set invisible if headless is set

2002-10-15  Stephan Schäfer  <ssa@openoffice.org>  [42453589d0efd7dac7011cf4eb747b8009300773]

        #94144# use correct mask for window state

2002-10-15  Stephan Schäfer  <ssa@openoffice.org>  [27fa658dc2e47f4491f68c00de7d1e9c66b4d538]

        #94144# use correct mask for window state

2002-10-15  Frank Schönheit  <fs@openoffice.org>  [d719f74091beaf063a1c4720fa194011c04138f3]

        #95826# use a FormattedFieldCellController for formatted field columns

2002-10-15  Frank Schönheit  <fs@openoffice.org>  [26d652ac520d96c49c9bad6792c9dba73a133cea]

        #95826# +Commit

2002-10-15  Frank Schönheit  <fs@openoffice.org>  [0b7b22d52d6f2095a4af23a550991735ba084f43]

        #95826# +FormattedFieldCellController / moved some controllers from editbrowsebox.cxx herein

2002-10-15  Frank Schönheit  <fs@openoffice.org>  [295bc7ccfc6fe091c612abdadcc543a48768a41c]

        #95826# +FormattedFieldCellController / +CellController::CommitModifications / +supending of controllers

2002-10-15  Ocke Janssen  <oj@openoffice.org>  [d290fe848e3004b8f900b042fc42424886890b73]

        #104099# changed _blank to _default

2002-10-15  Carsten Driesner  <cd@openoffice.org>  [db0d437096bf74687c0679022041336e7e00dd57]

        #104029# Corrected getPresentation method to fulfill IDL description

2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [0a0a041862d4960b6d9ec81380a67e2ca7b7ed42]

        #99956# restrict max scrollbarsize to 20pixels

2002-10-14  Behrend Cornelius  <bc@openoffice.org>  [619b8518ecc560633e0eba6f624e12bedb372fc0]

        #96771# several changes

2002-10-14  Philipp Lohmann  <pl@openoffice.org>  [407c4b1a36209d0b95c8ccf7a39c5f205eed99cd]

        #104140# #104057# recognize field color, fixed a loop

2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [b2f3f72f387e6922795b6437e90f1deaec1b7510]

        #102500# allow windowstates that are a little larger than the physical screen

2002-10-14  Niklas Nebel  <nn@openoffice.org>  [b23dcebf76824531f3ccdf3d63fb67a584445f15]

        #94317# handle hidden columns/rows in RefMarks etc.

2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [877612020b571bc770c5dd2e7e9f46c4c3beeca0]

        #103667# check WINDOW_DLGCTRL_MOD1TAB for current control

2002-10-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2dedba8b5b955b683a9f66ce3501ddf708122762]

        extended manifest content

2002-10-14  Caolán McNamara  <cmc@openoffice.org>  [dce1d0766c5013e35762ab85f263df312901f5f4]

        #i2916# integrate markm character anchoring export impl

2002-10-14  Jörg Barfurth  <jb@openoffice.org>  [d42b8ecd9e3e4efe2e01354ba8ebc26fd5ad9c8f]

        #104043# Add/adjust log point for TIMELOG

2002-10-14  Philipp Lohmann  <pl@openoffice.org>  [3a5469e6c329c584ce5a7abe431d0f2074e8349c]

        #100200# protect SmOpenConnection from other thread

2002-10-14  Frank Schönheit  <fs@openoffice.org>  [099a8fc3f6b0ffb9daf3748aa43fed495ef3d092]

        #94525# when opening the external view for a form, force updating of all dispatchers connected to this form

2002-10-14  Sven Jacobi  <sj@openoffice.org>  [fd1d704bb0fcf12705bb37d3ec06f54155e5b47c]

        #95756# improved import for text also if textmode is GM_ADVANCED

2002-10-14  Frank Schönheit  <fs@openoffice.org>  [ee89d9547b17310b0404dd9c84d05f2637b190b9]

        #94525# +FmSlotDispatch::BroadcastCurrentState

2002-10-14  Lars Langhans  <lla@openoffice.org>  [7a979e60d872de303d0f74a238d6b15eb1ee28db]

        failure in rm X.map, cleanup extended, works now right with win32

2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [8a9214a5fef6d9ae9ba1ab6b57edcf4aeb9e2a6b]

        #104172# improve keyboard tiphelp

2002-10-14  gt  <gt@openoffice.org>  [87c4bfc75c777ff42f7175c912f4003a9e436ed4]

        #102575# setting WB_DIALOGCONTROL und TIB_DROPDOWN for entire toolbox

2002-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cce6a2602f7543f6169e9dd134caf010180bfd2e]

        fix: get_sorted_revs(): return correct list on second run enhancement: commit(): return additionally new revision if called in list context cosmetic changes

2002-10-14  Daniel Rentz  <dr@openoffice.org>  [66d4e0085a3308b01c611b304d2661d92f90512d]

        #104192# texts in autoshapes

2002-10-14  Carsten Driesner  <cd@openoffice.org>  [4360f68d062fb0e296127fe69a0990b064d95eca]

        #103056# Corrected wrong file names

2002-10-14  Carsten Driesner  <cd@openoffice.org>  [0d7aebbecf1431afdb8c358e5acd1d20da702d37]

        #103056# Corrected wrong file name

2002-10-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [786038845abb0f13505a91a07e123e051f1a6da2]

        reset CWS_WORK_STAMP

2002-10-14  Carsten Driesner  <cd@openoffice.org>  [4aa6d147ddee27306f279ef4df54305f7540b0f9]

        #103056# Corrected incorrect include statement

2002-10-14  Sascha Ballach  <sab@openoffice.org>  [0c8f7427bc2489b89f69524b975eedcbc81fce59]

        #86769#; the service name should be SpreadsheetDrawPage

2002-10-14  Sascha Ballach  <sab@openoffice.org>  [b0d7a4a8921834b348949a2f85c522cfd4f83eb1]

        #103861#; use also for the onscreen position the parent position

2002-10-14  Oliver Specht  <os@openoffice.org>  [4f52fd2e823a867aafaa5839b0bcad2994e184d4]

        #97056# default border setting should not be applied for non standard border distance

2002-10-14  Caolán McNamara  <cmc@openoffice.org>  [5069586557b6e5626b3f49fe78972bd15ae74f3b]

        #i5970# export ole2 previews as emf not wmf when floating and exporting as .doc ver 8+ to support unicode strings in metafile

2002-10-14  Thomas Lange  <tl@openoffice.org>  [0d8ace3b8a3a06cdbb051949834ea50fda82ee4d]

        #100794#, #100851# text and table sorting fixed

2002-10-14  Thomas Lange  <tl@openoffice.org>  [4de9a01cef558c7d10f5dbf032c90c8614b1668e]

        #100794#, #100851# optional flag added to CollatorAlgorithm

2002-10-14  Thomas Lange  <tl@openoffice.org>  [a1db0c90afbad4b2edc6781aa862d5659b58baf9]

        #100794#, #100851# optional flag added to CollatorAlgorithm

2002-10-14  Thorsten Behrens  <thb@openoffice.org>  [f597921b881f806cf2cf814314ade8e7e4b46c39]

        #i7629# Now doing gradient paint completely in a VDev (display only)

2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [5bc97d8b6e21a9f67ba61f663ac62adcd1e3161b]

        #94144# prepare masking minimize_state

2002-10-14  Stephan Schäfer  <ssa@openoffice.org>  [beed59e037b4d4ef82e77aca176456b17aeda0d4]

        #101063# do not bring owner window to front when positioning floats

2002-10-14  Oliver Specht  <os@openoffice.org>  [e6cbefa59ae45a42c6a91a0c7ab6c15c4bd9181c]

        #102289# restore selection of reference field in sub-type ListBox

2002-10-14  Frank Schönheit  <fs@openoffice.org>  [eeb4c55f51dcedfeeea62428d897f1cee9b35fc2]

        #96399# reverted the changes done for 95591 - they are not necessary anymore now (form views are always in design mode initially)

2002-10-14  Frank Schönheit  <fs@openoffice.org>  [6f6cf77b2120ac59256b9ee997bbc0efdbe684c5]

        #96399# reverted the changes done for 95331 - they are not necessary anymore now (form views are always in design mode initially)

2002-10-14  Frank Schönheit  <fs@openoffice.org>  [2d73df09d593ae8a12a854e10a62275cb3d9e045]

        #96399# when a view for a _new_ FmFormModel is created, always default to design mode

2002-10-14  Frank Schönheit  <fs@openoffice.org>  [d01b890b1724b71f6d62f5a03923eda0ec4de541]

        #96399# +implSetOpenInDesignMode / +OpenInDesignModeDefaulted

2002-10-14  Andreas Bregas  <ab@openoffice.org>  [f35794ba381ab5455bf7952e386e2398b381a065]

        #95776# Support for UNO hyper/unsigned hyper type

2002-10-13  Ken Foskey  <waratah@openoffice.org>  [0bf41c3f1e8e77ef2f087061a4ad85d237b1604d]

        dmake:  amend the clean tag to work twice and also clean up dmake directory

2002-10-11  Karl Hong  <khong@openoffice.org>  [11f24a002ef2057f0bccab77675ac3f54fb8e39f]

        #104162# fix Korean breakiterator problem

2002-10-11  Mathias Bauer  <mba@openoffice.org>  [e9c75e36470fb9126b8ca443f3c141f3b2bac7f2]

        #94144#: care for minimized in window state

2002-10-11  Mathias Bauer  <mba@openoffice.org>  [fbfe0357fd7f565a6da306972cea621bf4ace7ea]

        #94144#: care for minimized in window state

2002-10-11  Mathias Bauer  <mba@openoffice.org>  [9e4d9c08c97071af6a54f217947bfd8e1e307bfa]

        #104101#: don't need a referer for macros

2002-10-11  Daniel Vogelheim  <dvo@openoffice.org>  [e626fda49a8f8470f783ab7c154d277575b83371]

        #i6697# remove duplicate attribute draw:text-box %draw-transform

2002-10-11  Mathias Bauer  <mba@openoffice.org>  [5110f545212be5bb0fe21785ec50932e2e1b13a2]

        #104118#: URLs must be encoded for creating contents

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [c9abe23831d0b9a7cad46988d6e929521a34e1fb]

        #102630# Added string for addons menu title

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [e6461dbaee25e0c189e2113206d61bb87e2f4bf5]

        #102630# Added new header for addons menu feature

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [b2c7b2a40ba23a57ce6e34bbb7fb3f15d825f8d5]

        #102630# Added toolbox controller for addons button

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [73c4c53450ffc74f74134715afbdb4380d9a0aec]

        #102630# Added support for addons menu

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [839db36cc54c15633060e7732cda75d9543d605f]

        #102630# Filter out SID_ADDONS id

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [163337abfbf8a90f061a139e418c93b5ea3ff874]

        #102630# String resource for addons menu title

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [cb91f1dedc06e32702a16ed366cef6fca9c7181a]

        #102630# Support addons menu/toolbox button

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [4f418b791bef0aee5f38acd18a602ec575cd3a91]

        #102630# Register toolbox controller for addons button

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [5c2f09ca4457a8ed3c22fdac3ea2b1c61e1daedc]

        #102630# Create AddonsOptions to have an instance for access

2002-10-11  Daniel Vogelheim  <dvo@openoffice.org>  [8c3408b2f1d5a1f0b6cbd05d1c0a3735dc7f8bb5]

        #102366# handle insert redlines being inserted on top of other redlines          (this situation only occurs when loading files and strictly speaking           constitutes broken files; however, they may occur due to other bugs)

2002-10-11  Martin Maher  <mmaher@openoffice.org>  [906177087823c9cc34af7ed09d6f51c070678528]

        Added support for formula error cells

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [73343d55369f6c8ec9d514d3238001a245b17c9a]

        #102630# Added new internal slot for addons menu feature

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [1fc6ad25bba6703f02f35fda91e7cd85f124204e]

        #102630# Added new files for addons menu feature

2002-10-11  Lars Oppermann  <lo@openoffice.org>  [30c1dc496faab038e7f5ca6cc0f4820765582539]

        #95425# keep 2nd office alive until 1st has opened any requested files

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [ee68733598962403016bc54880506bb2f1c5ddc3]

        #102630# Support for addons menu added

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [316e0ac8ee53a960105706338e3c824cdd3704ef]

        #102630# Added new classes for addons menu feature

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [7ac4527627ed772ac0eba86606f3ee5e32dff59d]

        #102630# New classes for addons menu feature

2002-10-11  Martin Maher  <mmaher@openoffice.org>  [08fb049a8d1f1e8210efd2ad9c47f45bac20ed68]

        Added Sin

2002-10-11  Martin Maher  <mmaher@openoffice.org>  [3726a75460aee4913852c91ce6b37994b3feaa86]

        Added support for boolean formula

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [123f4105c39c701157773ee1ec7a30577b8a60ac]

        #102630# Added new general resource file

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [726c820cfee640773ad787367e7aab7b8995e5e4]

        #102630# New resource helper class

2002-10-11  Martin Maher  <mmaher@openoffice.org>  [af8b1e2ec2ed7abba2a7763b54435506d8f86369]

        Added some support for boolean formula

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [4078f868546b13b74c4d895f908d99499409d84b]

        #102630# Extended to support new addons menu

2002-10-11  Caolán McNamara  <cmc@openoffice.org>  [61289bef1a88fc1e44012c40b8cf5c82f30a04b3]

        #i4173# wrapping for old word frames is really optimal wrap, not parallel

2002-10-11  Lars Oppermann  <lo@openoffice.org>  [17a7dad87f5d06bfc4e2748ecc3fbc11a877abbd]

        #103819# set process service factory to NULL after it is destroyed

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [85c51820dcb3882d25bc4c50983cae5e3d2e93ce]

        #102630# Access class to the addons configuration data

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [14d39aadd7456ab425eb6d3635619378c89750f5]

        #102630# Addons menu helper class

2002-10-11  Lars Oppermann  <lo@openoffice.org>  [9574f07a78011c4a458e545060bd9cba61aadefa]

        #95425# keep 2nd office alive until 1st has opened any requested files

2002-10-11  Oliver Specht  <os@openoffice.org>  [c55d99bf2efc60a248336700ebd434519876f5f7]

        #104161# Modify/Up/Down/LoseFocusHdl consolidated

2002-10-11  Frank Schönheit  <fs@openoffice.org>  [b734a1a5bce854d2dd4ce006f9afe1be9e603ae6]

        discovered during #96399#: don't display error messages in createFieldControl synchronously (because called from a DnD operation)

2002-10-11  Andreas Schlüns  <as@openoffice.org>  [d5cd219a3540adbe98a60cd15e8bf6a9db00e076]

        #103056# new handler for vnd.sun.star.job:

2002-10-11  Carsten Driesner  <cd@openoffice.org>  [a58c371a477e27f7ddf16fadf923f604208fcc77]

        #102630# New schema for addons feature

2002-10-11  Ken Foskey  <waratah@openoffice.org>  [bc95f59574c8d2535fa028e8a6af09f826725801]

        dmake: Implement fix for Lost child problem. Correct some checks for functions (assumed present) and also fix up all gcc warnings using -Wall.

2002-10-11  Andreas Schlüns  <as@openoffice.org>  [24c49ed1141a1f864d7e110591047b86cf1e2470]

        #103056# first revision of bind job to dispatch mechanism

2002-10-11  Philipp Lohmann  <pl@openoffice.org>  [eb899a3cd292edc105ee702f325ae439713b6b7e]

        #100200# put ICE message processing into an own thread to prevent gnome-session from killing us

2002-10-11  Herbert Duerr  <hdu@openoffice.org>  [f685dab911eb3f7b5c2f9baf22ca9f171d44a314]

        #96628# prepare upgrade to FT213

2002-10-11  Stephan Schäfer  <ssa@openoffice.org>  [054366d69f33dcff2bc9f5be13f5a7954fee2c78]

        #104160# new Thai UI font

2002-10-11  Michael Brauer  <mib@openoffice.org>  [ea9c763e46a7a9153ff5ed7718b5d43be107aa3e]

        #103906#: dipose accessible fly frames when they have an anchor

2002-10-11  Stephan Schäfer  <ssa@openoffice.org>  [4ae480ca272aa978fa02227d331e1a400208972c]

        #104160# new Thai UI and CTL font

2002-10-11  Oliver Bolte  <obo@openoffice.org>  [6654ccd4bf94cc1614860502ae5be760dc9da4ce]

        #100000# windows build broken

2002-10-11  Oliver Specht  <os@openoffice.org>  [ab7c46627b893a767673a79d084119ca59579d12]

        #96109# show cursor when draw text mode is exit by Escape

2002-10-11  Christian Lippka  <cl@openoffice.org>  [ca84206024031001c5be6dfc1bceb2979b7eca02]

        #103122# reformat all edge objects after model unlock

2002-10-11  Caolán McNamara  <cmc@openoffice.org>  [25155b6ce0b0039b09655f28a612b628d85d48a6]

        #i8062# Comparison of following rows to determine being part of the same row flawed when new row positioning sprm in operation

2002-10-11  Christian Lippka  <cl@openoffice.org>  [bb4b72135ecefdfaaaa2ec7734a0395a7e7cd960]

        #103122# reformat all edge objects after model unlock

2002-10-11  Niklas Nebel  <nn@openoffice.org>  [68696545cd9ae2a0d3250bb4f5797dfda7f29c79]

        #104156# MarkListHasChanged: don't switch to form shell for empty group

2002-10-11  Oliver Specht  <os@openoffice.org>  [6e576d2592dd1557ce1fbab80e46c8d918ee2784]

        #104121# to compare references CharClass::isAsciiNumeric has to be used instead of ::isNumeric

2002-10-11  gt  <gt@openoffice.org>  [f94b3d96c1769122258491e779769d4b6d6986ba]

        #103878# BackgroundPreviewImpl::NotifyChange(): only one paint with field color or selected color

2002-10-11  Oliver Düsterhoff  <od@openoffice.org>  [10e0ba3785194b537824cf240bb3d1f0b4a44a3b]

        #103636#;#103898# re-implement adjustments of paint rectangle; correction for transparent fly frames

2002-10-11  Andre Fischer  <af@openoffice.org>  [8a90945f3ce8f0915aa0bfdf14c31010874bce22]

        #99937# Origin can now be placed outside the page.

2002-10-11  Oliver Düsterhoff  <od@openoffice.org>  [5bcfa4942b40737f5064c4378e7f55cc5fbfcd19]

        #103898# - implementation of new method SwFlyFrmFmt::IsBackgroundBrushInherited()

2002-10-11  Oliver Düsterhoff  <od@openoffice.org>  [dba3fa0f63925a62bcd38ba57d9e807644588092]

        #103898# - new method SwFlyFrmFmt::IsBackgroundBrushInherited for transparency

2002-10-11  Oliver Düsterhoff  <od@openoffice.org>  [c48bde0d319c3008ca7d90bf976ed8897e411436]

        #103898# - consider transparent fly frames in SwTxtFly::DrawTextOpaque(..)

2002-10-11  Oliver Düsterhoff  <od@openoffice.org>  [8c7932398316568c3c962af3e863ebd58a9d7717]

        #103636# - delete call of deleted method <InvertSizeBorderRect(..)

2002-10-11  Oliver Düsterhoff  <od@openoffice.org>  [89912a79b06c41c2aa9b5f9060f4f2782cc29c82]

        #103636# - SwLayVout::Enter(..) - set value of 2nd parameter, if virtual output device is used.

2002-10-11  Oliver Düsterhoff  <od@openoffice.org>  [f67e0a63517751bdb6d78ec471ea9a37191498ae]

        #103636# - SwLayVout::Enter(..) change 2nd parameter - no longer <const>

2002-10-11  Oliver Specht  <os@openoffice.org>  [eabb48dbe6cc241b127926b0b1bdd456ae3f27aa]

        #103977# set document as modified when draw objects are moved/resized

2002-10-11  Ocke Janssen  <oj@openoffice.org>  [97380710912459d30e3393fe6d6553a0daaf9040]

        #104144# use clone instead of form directly

2002-10-11  Ocke Janssen  <oj@openoffice.org>  [2057833fd9b1af3e24dafeeaf56a4ab3eff86e08]

        #104144# reposition cache when current row is null

2002-10-11  Oliver Düsterhoff  <od@openoffice.org>  [9eb0851451ea16e7b49bded673cd38b359add7f6]

        #103636# methods <SizeBorderRect> and <InvertSizeBorderRect> deleted

2002-10-11  Martin Maher  <mmaher@openoffice.org>  [eaafbced057961bf6d84f8fb6cce9948d4adab08]

        Added a fix for absolute addressing for cell area references

2002-10-11  Frank Meies  <fme@openoffice.org>  [eb29976359e710a8e5c52cf85c2b2d642ac3103e]

        #95420# Blink portions in vertical and RTL environment

2002-10-11  Christian Lippka  <cl@openoffice.org>  [72856692fde47587068273223ec9a7d87102cd9f]

        #103516# added justify for vertical text alignment

2002-10-11  Christian Lippka  <cl@openoffice.org>  [f642c2793d8067820cdb1d7e60ea68ee08adb511]

        #103516# added BLOCK

2002-10-11  Malte Timmermann  <mt@openoffice.org>  [f84f343dd419e74bd514095b5700a1a88f3f7707]

        #103939# Don't through assertion, may be it's a system dependend window, used in ImplCreateWindow

2002-10-11  Ocke Janssen  <oj@openoffice.org>  [f609446a2f0c73fd652d173e8727e0f0fd52ae3a]

        #104032# impl queryDispatch .uno:ColseDoc

2002-10-11  Mikhail Voitenko  <mav@openoffice.org>  [397c26ce82110630a07f9660e9b2fa55368cac7e]

        #104154# do not use SfxMedium, instead create a storage

2002-10-11  Mikhail Voitenko  <mav@openoffice.org>  [23070c9fa6fad240f5d4611ef11f7f31e5a4c0c8]

        #104154# a new helper method from SfxMedium

2002-10-11  Stephan Schäfer  <ssa@openoffice.org>  [fdd5b0348412cc7cf066daaafa8da2a90cfbbabd]

        #94144# enable minimize window state again

2002-10-11  Oliver Braun  <obr@openoffice.org>  [871095546ac194d74461e45760d692bd75f22846]

        #104042# remove osl_getFullPath

2002-10-11  Oliver Braun  <obr@openoffice.org>  [57278b711cb6039cf49779bea3488a2cd405b966]

        #104042# remove osl_getFullPath

2002-10-11  Sascha Ballach  <sab@openoffice.org>  [989a13421fc214d35295a556a46d204d1d66bfdd]

        #100469#; copy also the AutoFilter flag

2002-10-11  Sascha Ballach  <sab@openoffice.org>  [4e27228d177535040432bfe8058c90e45ea93b59]

        #100469#; add AutoFilter and FilterCriteriaSource support

2002-10-11  Sascha Ballach  <sab@openoffice.org>  [01b94a0766279d282433c4620a090269c0a753f5]

        #100469#; add AutoFilter and FilterCriteriaSource support

2002-10-11  Thomas Lange  <tl@openoffice.org>  [ca764d05e5387cc0cfc128ea70e27b64d6640595]

        #100792# 'optional' flags added

2002-10-11  Ocke Janssen  <oj@openoffice.org>  [3714640093a6425d95cbfce3a1510fe9fcedb7e7]

        #i6529# use real table name instead of alias for update,delete and insert statements

2002-10-11  Thomas Lange  <tl@openoffice.org>  [2b51a05fc45bfa74e690091fac187a098ffc15d5]

        #100792# 'optional' flags added

2002-10-11  Karl Hong  <khong@openoffice.org>  [5b0017eb756a2c61be4640a13baa83129a008016]

        #104141# fix a problem in Japanese NatNum7

2002-10-10  Karl Hong  <khong@openoffice.org>  [8723d55b671dee23ce6497bcdbc025ae769c2b24]

        #104141# fix a problem in Japanese NatNum7

2002-10-10  Karl Hong  <khong@openoffice.org>  [a37c840923bc0a3b1c405bdfc41f6b14aaf2ee66]

        #104141# change NatNum mapping table for Japanese Month/Day

2002-10-10  Philipp Lohmann  <pl@openoffice.org>  [619fbcc09ecb94c50d26d9045b110e5e95d7b967]

        #104146# change drag cursor only on receiving drop action from drop target

2002-10-10  Armin Weiss  <aw@openoffice.org>  [29ddaea788c4fd76d59d1502113450a6c70e0b33]

        #104148# Use SnapRect, not BoundRect for Copy/Paste

2002-10-10  Armin Weiss  <aw@openoffice.org>  [7e64541363deee966412aa96ed7c8e95622ebd0b]

        #104148# Use SnapRect, not BoundRect for Copy/Paste

2002-10-10  Sven Jacobi  <sj@openoffice.org>  [2477e623e5c798d0b2d9a91c7120f0b69b40ba03]

        #103867# #104150# taking care of thick lines, now supporting MetaTextAlignmentAction

2002-10-10  Niklas Nebel  <nn@openoffice.org>  [aa074775ec2402e1bbad662465b6d2255316a0a6]

        #93538# Skip Empty flag for paste also affects attributes

2002-10-10  Caolán McNamara  <cmc@openoffice.org>  [572a694b238e09912108d3a577858f9e735f1775]

        #102815# kanji date fields must have some date params translated and the field forced into kanji mode

2002-10-10  Daniel Vogelheim  <dvo@openoffice.org>  [5a26f4db52f05fba6a346b84e786cd70464d9d99]

        #101654# prevent (benign) assertions when moving paragraphs with redlining

2002-10-10  Thorsten Behrens  <thb@openoffice.org>  [e39496b89c20c299f39dadaf5c35003c2513b325]

        #98290# Use different mapping for non-interpolating mode

2002-10-10  Duncan Foster  <dfoster@openoffice.org>  [a51b638f6432185b5cf0b18f3368476a8b757e67]

        replaced use of static consts from scriptingconstants with class members (cf scriptingconstants.hxx r1.4)

2002-10-10  Frank Schönheit  <fs@openoffice.org>  [48c8fae3bbe50e284ef7b823653e7182900aad24]

        #101400# (temporarily) undef DEBUG and _DEBUG while including all the mozilla headers to prevent incompatibilities

2002-10-10  Philipp Lohmann  <pl@openoffice.org>  [6e48f8704d00e8f06f735394e609f19a6a8fdbab]

        #103474# add: outline, shadow

2002-10-10  Mike Hayes  <mhayes@openoffice.org>  [0e51326142e9b74f24629b7697899797cd37879f]

        Needed to prepend '=' to the string returned by convertPXLToCalc

2002-10-10  Aidan Butler  <aidan@openoffice.org>  [d1729cfeb690fe7f24684123c6b7cdd878b31bf2]

        *** empty log message ***

2002-10-10  Frank Meies  <fme@openoffice.org>  [ae9a9246cd3452ba4e224c2792e9d49442f10d97]

        #104053# Disabled painting of middot for Asian fonts until middot is available in most of them

2002-10-10  Oliver Bolte  <obo@openoffice.org>  [7ba621851e90fd57b54406d6bc5229beebd079de]

        #100000# htmlsect.obj exceptionsfiles

2002-10-10  Oliver Bolte  <obo@openoffice.org>  [dee9ce2ea081625dfadcc18c68517962b8523b7b]

        #100000# appl.lib obsolsete

2002-10-10  Oliver Specht  <os@openoffice.org>  [2e3ee67d8301cbee54d1b173ccf6dca45403fd07]

        #i3995# collect all created connection and dispose them after the document is closed

2002-10-10  Oliver Bolte  <obo@openoffice.org>  [eeebd32631553b90bdf4930ed07f893267294209]

        #100000# convert MAc format to UNIX format (SOLARIS)

2002-10-10  John Marmion  <jmarmion@openoffice.org>  [176b3e85fe1d00278cb1d3c37644d93d519c9f61]

        #7868# change WebPage1 to Web Page (Work) and WebPage2 to Web Page (home)

2002-10-10  Stephan Schäfer  <ssa@openoffice.org>  [1b7f1d17cad54c3980d7d7627b70f7fafa1fdaa1]

        #102461# keep highlight when opening submenues

2002-10-10  Ocke Janssen  <oj@openoffice.org>  [ad11b4bd106877ea5f50f0e3c3b8c845be2191fa]

        #i3332# check if statement is null and if so generate an error

2002-10-10  Eike Rathke  <er@openoffice.org>  [ca03945d75ddd2e1a2dcaf8bba060c32df1c6085]

        #i3738# add sl_SI

2002-10-10  John Marmion  <jmarmion@openoffice.org>  [4b09698275ed03f7262dfe69a62cf579e061bf15]

        #8148# Limit the number of records returned from a Mozilla LDAP Address Book

2002-10-10  Eike Rathke  <er@openoffice.org>  [175c592a0b962edcf9ece6dfa3bafb8212fced15]

        #i3738# sl_SI Slovenian locale data provided by bobe@openoffice.org (Robert Ludvik)

2002-10-10  Martin Maher  <mmaher@openoffice.org>  [1ced0e217a6f852482c03e4785c159b60016d563]

        Fixed a bug converting numbers. All numbers are treated as floating points and integers are not used

2002-10-10  Martin Maher  <mmaher@openoffice.org>  [6735cbc7ce07e268b88d73d2700f78eae2a3db06]

        Used the Character.isWhitespace instead of our own

2002-10-10  Oliver Bolte  <obo@openoffice.org>  [5e2288aed49b94dbc7405b5e52b4e2560f3aad14]

        #100000# lockfile.obj missing for SOLARIS

2002-10-10  Mikhail Voitenko  <mav@openoffice.org>  [504833fef32f691e598858ba3274301451778ae3]

        #104126# read content after classId is detected

2002-10-10  Martin Maher  <mmaher@openoffice.org>  [2013750291b45c6fcddd63e3e1c081d557df4a35]

        Uses the new formula parser and compiler

2002-10-10  Martin Maher  <mmaher@openoffice.org>  [0a8d031bd93aaac5797de72188d6d848d3979de5]

        Create an arror cell if a formula parsing exception is caught

2002-10-10  Martin Maher  <mmaher@openoffice.org>  [5dd1ac40290a9ddd58b38fd24a749a95af85f1b5]

        Made it extend CellValue and added an argument constructor

2002-10-10  Thomas Lange  <tl@openoffice.org>  [87963982813e86eaab3c68af334d2a91cec0988d]

        #100792# service 'TextSortDescriptor' removed

2002-10-10  Thomas Lange  <tl@openoffice.org>  [00d68809104f05f0e75437d755bf396a52c0216b]

        #100792# service 'SortDescriptor' removed

2002-10-10  Oliver Bolte  <obo@openoffice.org>  [74270962ab2707b6ad4bdb7e3cd03977d676f665]

        #100000# slo instead of obj (typo)

2002-10-10  Michael Brauer  <mib@openoffice.org>  [3faf2121b60d9adf97121fe1350c9841ce1c7357]

        #97165#: frames didn't keep height if their size type was AUTO

2002-10-10  Malte Timmermann  <mt@openoffice.org>  [b885879527171cab0f27fa4aa4a6a7c048d6d6b9]

        #102710# ModifyHdl

2002-10-10  Christian Lippka  <cl@openoffice.org>  [2aba61d726840517e128f5b468f6ff5fa48f504c]

        #103668# removed placeware fix from toplevel

2002-10-10  Thomas Lange  <tl@openoffice.org>  [ffaa40d3c8730ae460eb5b2592934d403a315ea0]

        #100792# service 'TextSortable' added

2002-10-10  Thomas Lange  <tl@openoffice.org>  [ea0a8b0116273f5256bb93dfc81fb8ae695cc60f]

        #100792# service 'TextSortable' added

2002-10-10  Frank Meies  <fme@openoffice.org>  [96c803255bca48983df06ac28d9fa35a9de4cccf]

        #104018# Position of drawing objects can slightly differ after reload

2002-10-10  Armin Weiss  <aw@openoffice.org>  [60dba5e99bbd7299c865d1586a0e19ad4788dd1f]

        #104082# refresh always when it's a contour frame. That refresh is necessary since it triggers the repaint  which makes the Handles visible. Changes at TakeTextRect() seem to have resulted in a case where no refresh is executed. Before that, a refresh must have been always executed (else this error would have happend earlier), thus i even think here a refresh should be done always. Since follow-up problems cannot even be guessed I only add this one more case to the if below. BTW: It's VERY bad style that here, inside ModelHasChanged() the outliner is again massively changed for the text object in text edit mode. Normally, all necessary data should be set at BeginTextEdit(). Some changes and value assigns in BeginTextEdit() are completely useless since they are set here again on ModelHasChanged().

2002-10-10  Thomas Lange  <tl@openoffice.org>  [953cc0d127a88d6bfa3f07cee18108a46bcc2135]

        #100792# service 'TextSortable' added

2002-10-10  Thomas Lange  <tl@openoffice.org>  [2b3b320d498e23d3943e81ae6da6f32aa5912950]

        #100792# service 'Sortable' added

2002-10-10  Thomas Lange  <tl@openoffice.org>  [be8586157bbd842b14846003e8b22bb409a1e559]

        #100792# service 'TextSortable' added

2002-10-10  Herbert Duerr  <hdu@openoffice.org>  [5063aef6b8731ed2c5fe5f517b91039923a8f83a]

        #103559# semantic change for condensed hyphenated GetTextBreak(), improve heuristics for font fallback

2002-10-10  Andreas Schlüns  <as@openoffice.org>  [9478918853e90a314c533b2ece92cdce38cfaa7a]

        #104117# make property set public

2002-10-10  Ocke Janssen  <oj@openoffice.org>  [947055e116b8be0f655dc579d2dc55132d4cf024]

        #104063# check if schema is used if not usde as catalog

2002-10-10  Sascha Ballach  <sab@openoffice.org>  [4fa5240ad51163df25f3b7d66ba042eadfc56ff4]

        #102925#; the field number from the API has to be converted to the core field number

2002-10-10  Daniel Vogelheim  <dvo@openoffice.org>  [87a8e61d34f5d8dcbf9e3d1f56d18c1f8e4e5ff8]

        #101656# changed assertion to check redline count after undo          now compare against previous values          (this should be better than just removing the assertion)

2002-10-10  Aidan Butler  <aidan@openoffice.org>  [a63712d4f70bf02de815072b9019d3065121b6a2]

        Fixed bug resulting in Doctype not being written out

2002-10-10  Eike Rathke  <er@openoffice.org>  [9e2aa69d56e76f2684efb6f74e1350a9bf322d45]

        #103408# corrected date format codes

2002-10-10  Daniel Rentz  <dr@openoffice.org>  [18b5298b32a2792e0f8551ca9fe511a876d51cf1]

        #99897# import of chart gradients/hatches/bitmaps

2002-10-10  Malte Timmermann  <mt@openoffice.org>  [451bd263c158c1d0aa1795c2f917a0e676993f6f]

        #103667# Set WINDOW_DLGCTRL_MOD1TAB, if not ignoring tabs.

2002-10-10  Daniel Rentz  <dr@openoffice.org>  [89a0b527c30e3bb2ae9d2c33613758b02875dc4f]

        #99897# get BLIPs from stream if not cached

2002-10-10  Daniel Rentz  <dr@openoffice.org>  [c5cb3f63a7d957ae880a7e4be4333b592d6e2ed3]

        special handling for large GELFRAMEs

2002-10-10  Oliver Specht  <os@openoffice.org>  [d3ca777c6141b90abbc3c8e172055df73c3a170d]

        #i8189# check for focus of column no. edit in ::FillItemSet

2002-10-10  Oliver Düsterhoff  <od@openoffice.org>  [f157814da3d32fd2af5a5332eec13d3aa84c7e2d]

        #102646# - SwFlyAtCntFrm::MakeFlyPos() correct vertical positioning relative to text area

2002-10-10  Jörg Barfurth  <jb@openoffice.org>  [e6b2f1534ce4bfccffdb1b69934463b18e0c4d8c]

        #103814# Adjust to provider/treemanger changes; Use refcounted versions of ITemplateManager and IDefaultProvider

2002-10-10  Jörg Barfurth  <jb@openoffice.org>  [ec85c5ab2192cd58fe9750cac371ac2104152e57]

        #103814# Release cachecontroller when disposing; add threadsafe disposing; add checks for NULL cache; implement refcounted versions of ITemplateManager and IDefaultProvider

2002-10-10  Jörg Barfurth  <jb@openoffice.org>  [a672ee7c9b538839104501535d7fa9354d6b5d76]

        #103814# Add refcounted versions of ITemplateManager and IDefaultProvider

2002-10-10  Jörg Barfurth  <jb@openoffice.org>  [cc4e9a27d7e421a1b2260401a7bb5a443600623b]

        #103814# Release treemanager when disposing; add threadsafe disposing; add refcounting to further treemanager references (via ITemplateManager and IDefaultProvider)

2002-10-10  Lars Oppermann  <lo@openoffice.org>  [954c39fc3eadf9df9c742cbdb01de868fee03029]

        #104102# typo in message box

2002-10-10  Oliver Düsterhoff  <od@openoffice.org>  [a056b7e81b3016d735fdcf14b21a4baf02327d54]

        #102894# SwDoc::ChgSection(..) force effect on changing hide condition from false to true.

2002-10-10  Oliver Düsterhoff  <od@openoffice.org>  [544b65bcdedf35243257b79e12245e139a04855d]

        #102894# - SwDocUpdtFld::_MakeFldList(..) consider string set fields for eGetMode == GETFLD_CALC

2002-10-10  Oliver Düsterhoff  <od@openoffice.org>  [b0aa1031ba729046566afe0b70a43df1a98a1240]

        #102894# -SwUndoDelSection::Undo(..) consider that section can have a hide condition

2002-10-10  Oliver Braun  <obr@openoffice.org>  [7ff34936024e0d41e88a5231ffede03066fafb91]

        #104045# no a11y error messages also when SAL_ACCESSIBILITY_ENABLED is set

2002-10-10  Niklas Nebel  <nn@openoffice.org>  [740b4323707f8d314d6e30f2376bf87089b4a8a4]

        #92311# DrawEdit: get cell from doc if not in CellInfo

2002-10-10  Malte Timmermann  <mt@openoffice.org>  [01f64c434f0e5858cee6e6db903b8fdb2479fb46]

        #90430# Check if URL is really a file URL

2002-10-10  Frank Meies  <fme@openoffice.org>  [fa7d93c2897bb0b4daff84a196e6bcfe6be476d4]

        #104019# Position of writer fly frames in RTL environment

2002-10-10  Michael Brauer  <mib@openoffice.org>  [cb919291541a650bacb144c1f3c29ecb23fa9956]

        #97159#: document is modified after loading flat XML file containing an OLE obj

2002-10-10  Thomas Lange  <tl@openoffice.org>  [126642c8712cfbb3d945f86f02122892efc50214]

        #96674# parsing of '.' and numbers improved

2002-10-10  Carsten Driesner  <cd@openoffice.org>  [01e4920c11e98e6540812d2c3ca6b9a08e747b98]

        #104113# Call remove listener on menu manager before release reference

2002-10-10  Carsten Driesner  <cd@openoffice.org>  [08f177a06bb02952618eb4d76d6718d1436c1224]

        #104113# RemoveListener method added

2002-10-10  Michael Brauer  <mib@openoffice.org>  [b0563e80fb608e1be35784f5d00e2a79ad6358ef]

        #97159#: document is modified after loading flat XML file containing an OLE obj

2002-10-10  Oliver Düsterhoff  <od@openoffice.org>  [cd32bf62c6948d24dfa4e934b27021f4be938611]

        #102779# - SwLayAction::FormatLayoutTab(..) adjust calculation of retouche rectangle

2002-10-10  Oliver Düsterhoff  <od@openoffice.org>  [9fe0f2e2ae6a0bde6f6fbc4da2aacb1e1fd44df5]

        #102211# - SwLayoutFrm::ChgLowersProp(..) don't adjust height of header/footer; delete unused code for not supporting vertical layout

2002-10-10  Oliver Specht  <os@openoffice.org>  [7acee1ff1cfd9cba0233520a4858e3a48de48b4b]

        #i6318# percentage calculation corrected

2002-10-10  Oliver Specht  <os@openoffice.org>  [2d73cc34c73b06ff9def220b0b93c31279b6d79d]

        #i4817# error text regarding loading of password protected word files changed

2002-10-10  Oliver Specht  <os@openoffice.org>  [234b177f118c56d87762819acdbbcad957007b74]

        #i8189# column count numeric field changed from ModifyHdl to LoseFocus/Up/DownHdl

2002-10-09  Mike Hayes  <mhayes@openoffice.org>  [dafc06b9d280b3dd1534af54e80cbfcfd842c638]

        Reset state of parser at start of parse

2002-10-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [68496a2957e2f4b7bb2b8a943236ea4859905bf2]

        fix: name() needs to write $self-{NAME} cosmetic changes

2002-10-09  Christian Lippka  <cl@openoffice.org>  [0e68a9152a6b781e93fe1bf1bdc22fe41ec1e09c]

        #101297# keep number of decimal places persistent for measure lines

2002-10-09  Christian Lippka  <cl@openoffice.org>  [333d1e96149d968b579605dcfee9cb229428d513]

        #101297# keep number of decimal places persistent for measure lines

2002-10-09  Niklas Nebel  <nn@openoffice.org>  [ad13e3c3e92fcd378676a636e782508a71712501]

        #93650# ZoomChanged: if editing, update EditView with right MapMode

2002-10-09  Christian Lippka  <cl@openoffice.org>  [00a0b5b0d4fbdae0e8871d7285eb4186f68b55b1]

        #101297# keep number of decimal places persistent for measure lines

2002-10-09  Christian Lippka  <cl@openoffice.org>  [09692483cf7f6b3dfad4459dd62e20a21c85c37a]

        #101297# keep number of decimal places persistent for measure lines

2002-10-09  Armin Weiss  <aw@openoffice.org>  [39cc0207e22266f1a2a4445708a395d0b96d754f]

        #104104# SdrEdgeObj needs an extra SdrUndoGeoObj since the connections may need to be saved

2002-10-09  Kai Ahrens  <ka@openoffice.org>  [32b9b10615cadf3519fcc4bb1eb33c98f7cbd946]

        #104047#: don't allow empty theme names

2002-10-09  Frank Schönheit  <fs@openoffice.org>  [b0b88d57205a12d4e118901e1fb4f5a0fabb4075]

        #103388# introduced ElementDescription to cache some information (interfaces) about to-be-inserted objects

2002-10-09  Oliver Specht  <os@openoffice.org>  [9d1d4d46458b70de2e172618975b1c0bcedfc658]

        #98678# select(): prevent mix-up of text frames with text range; getSelection(): force immediate shell update

2002-10-09  Frank Schönheit  <fs@openoffice.org>  [db28fbd258f0956a329e5c12dc32406a59704239]

        #84794# FormatsSupplier property not faked as readonly anymore

2002-10-09  Stephan Schäfer  <ssa@openoffice.org>  [aea87c0dfaf772c934d1812ff198c70ad9585095]

        #101063# bring floating windows always to top

2002-10-09  Rüdiger Timm  <rt@openoffice.org>  [79f61b4d6852297a17dc93ceb7384909a633f5d4]

        #100000# FS: Use pElementMetaData instead of aElementMetaData.get() here.

2002-10-09  Rüdiger Timm  <rt@openoffice.org>  [12995ea59d00f266b24c121c9277b32bfc24f9a2]

        #100000# temporary for gcc

2002-10-09  Ken Foskey  <waratah@openoffice.org>  [2aacc1aaf348a7bd1e8a23e6b7690aa78f6e32d7]

        Dmake:  Create bootstrap patches based on subbranch of head

2002-10-09  Sven Jacobi  <sj@openoffice.org>  [512c45f452014c92d169b595e4208dcb1825cfe5]

        #104044# now using correct mapmode for META_EPS_ACTION's

2002-10-09  Oliver Specht  <os@openoffice.org>  [1ea5b4f8a96347afd132be8baad1b6e18ce2e802]

        #103900# remove box selection after call of MergeTbl

2002-10-09  ghiggins  <ghiggins@openoffice.org>  [398fc24236df3fb42f75cafbd5490a711fbbf87a]

        #103431# new sso dialog

2002-10-09  Oliver Specht  <os@openoffice.org>  [2ccef8ce44611e47214fcbb7d6dde449c2982329]

        #103940# duplicate mnemonic removed

2002-10-09  Herbert Duerr  <hdu@openoffice.org>  [46598d6a3e34b3fd6bc9b9a403bdd6be0b7d1fd2]

        #103205# fix SimpleWinLayout::GetNextGlyphs() run length for adjusted text

2002-10-09  Oliver Specht  <os@openoffice.org>  [c1761e51015b92f30ad59b56c5fa356c851c6498]

        #92068# unselect all objects prior to selection of controls

2002-10-09  Oliver Bolte  <obo@openoffice.org>  [760c3ebbd89f4e66e7f620abddc271dc12ca75fb]

        #100000# change include path

2002-10-09  Sven Jacobi  <sj@openoffice.org>  [e39a5091a59f36dfb34516a1d382240219c58cf7]

        #94267# now taking the correct paragraph level when checking for hard attributes

2002-10-09  Oliver Specht  <os@openoffice.org>  [4b5c5d2208e03feb8c3b8594b0713ff1547136eb]

        #96499# contour has to be disabled in No wrap and Wrap through

2002-10-09  Oliver Specht  <os@openoffice.org>  [d09733b9064b5e790a8ddbf10e3e0334ef89aae8]

        #96499# contour has to be disabled in No wrap and Wrap through - first paragraph is only disabled in No wrap

2002-10-09  Stephan Schäfer  <ssa@openoffice.org>  [d0d227e160d635449e095fffd3ff227b27d89b66]

        #100509# allow posting of key events from AT-tools

2002-10-09  Oliver Bolte  <obo@openoffice.org>  [bdb798293663b6bda9ec02c94820f270a7cdd9d1]

        #100000# parse error linux

2002-10-09  Niklas Nebel  <nn@openoffice.org>  [7ff81790826c7a0b474204d5f08d055888e4ce72]

        #94115# Manually merge undo actions for paste with inserting cells instead of list action

2002-10-09  Mathias Bauer  <mba@openoffice.org>  [04ae012b810a3bb706e898fe102279f5a2c19152]

        #104090#: declare all variables in macro

2002-10-09  Martin Maher  <mmaher@openoffice.org>  [5f55f94c553d8cc116014ce555475fde6be334b0]

        Added the new code to parse formula and rename Records to records in java/org/openoffice/xmerge/converter/xml/sxc/pexcel

2002-10-09  Oliver Specht  <os@openoffice.org>  [6d1f5e096017c0ffc7aa90e6da3fc844fc68e40b]

        #84741# enable cursor movements of selected frames in HTML documents

2002-10-09  Frank Schönheit  <fs@openoffice.org>  [3ad86d2d41033be48a99f0ce832d09e75b6a92d0]

        #104072# smarter dispatch handling due to threading issues

2002-10-09  Thomas Lange  <tl@openoffice.org>  [19791336bcece614c9cda1ae11bd1fa525e51e3b]

        #99082# initial position of 'Selectin' toolbox fixed

2002-10-09  Martin Maher  <mmaher@openoffice.org>  [d24d89f5b69b6cec8ec6ef391f3743d16b1971c6]

        These files were moved from the incorrectly named Records directory

2002-10-09  Philipp Lohmann  <pl@openoffice.org>  [ec06a695463f7c5436ba5f05d3654a0b1ed8e1e0]

        #i8151# set focus only on own map

2002-10-09  Frank Schönheit  <fs@openoffice.org>  [9ae9deed56e0ceac11cd535c3b3e2ef4b299c76a]

        #104072# lock the solar mutex in :dispatch

2002-10-09  Frank Schönheit  <fs@openoffice.org>  [051984eb15c00a30e8bd6478fce9eadd84382881]

        #104073# no own undo manager, the base class has one since the fix for 99473

2002-10-09  Philipp Lohmann  <pl@openoffice.org>  [c7aeb3f3cef31d7a4695a9839f243ec87a4fa980]

        #104086# correct left/top decoration

2002-10-08  Philipp Lohmann  <pl@openoffice.org>  [1a92fc5027fb5a5b066c582d2392857be1523039]

        #103474# make font effects work

2002-10-08  Sven Jacobi  <sj@openoffice.org>  [62c365a8f5e2fa570dff507b4e4ec55a162b3a42]

        #104070# not using JPG for pictures having a bitcount 8 or less

2002-10-08  Oliver Bolte  <obo@openoffice.org>  [ae2dc37dd72007d3e9eeab16172b854b0ece3571]

        #100000# idl missing

2002-10-08  Ingrid Halama  <iha@openoffice.org>  [e9069784b59c3568f4e28f51d93f38032d04a162]

        #96788# wrong name for new doc link #101946# wrong autofill of name field + general cleanup

2002-10-08  Eike Rathke  <er@openoffice.org>  [300c3433b03065a470719c9e556b25ba62eb6b51]

        #i8026# #103991# localize decimal separator of conditions

2002-10-08  Mathias Bauer  <mba@openoffice.org>  [949cc16054582ffcf497eb3897ee8f3a7d63107d]

        #102288#: correct Activation handling in presence of OLE objects

2002-10-08  Armin Weiss  <aw@openoffice.org>  [b65c38d35c64b506887f500dffe686efc4e49159]

        #103834# Set Application Background color for usage in SdrPaintView(s)

2002-10-08  Armin Weiss  <aw@openoffice.org>  [ed5bdf11782ddea1e0b74074f48f4bbe67f76a83]

        #103834# Set background color for svx at SdrPageViews

2002-10-08  Armin Weiss  <aw@openoffice.org>  [d4920869c4b906fcd536860a643c0209934f2c7a]

        #103834# Use flag that impress application is using this view

2002-10-08  Oliver Bolte  <obo@openoffice.org>  [7834f7ff12c96005961f3578e8c9b4c156f172be]

        #100000# header missing

2002-10-08  Frank Schönheit  <fs@openoffice.org>  [630d72f762814a972a98fbf63638f8440a2b9382]

        #95771# +InitColumnByField

2002-10-08  Frank Schönheit  <fs@openoffice.org>  [d3f215c6b1fa1602162514ec57e8ffe8b0b0efd9]

        #95771# elementReplaced: deactivate cell during replacing, and allow for replacing when the grid is already loaded

2002-10-08  Thomas Lange  <tl@openoffice.org>  [79b4c2b3d80878718974b4d73d5381514963ef45]

        #93295# new property 'BasicLibraries' added

2002-10-08  Thomas Lange  <tl@openoffice.org>  [fd3c1c45bdf98254637865131ff4f1ce8d5164ec]

        #93295# new property 'BasicLibraries' added

2002-10-08  Oliver Bolte  <obo@openoffice.org>  [7e52a68654f0df2a78ff59d47955583b91665a4b]

        #100000# missing idl files

2002-10-08  Thomas Lange  <tl@openoffice.org>  [5e067074b646973d2cc2e6ec1e0a86769c354467]

        #93295# new CPPUTYPE added

2002-10-08  Oliver Specht  <os@openoffice.org>  [c681b38f2efb7d1f265fb2aa88e7476b6a4d109d]

        #98272# deletion of drawing objects implemented

2002-10-08  Daniel Vogelheim  <dvo@openoffice.org>  [51da187f67c1813877b6a92d6dff88e004deec85]

        #103726# #103597# Prevent export of control models in mute sections

2002-10-08  Daniel Vogelheim  <dvo@openoffice.org>  [74d6b5fed29e97e8fabfcfc770d4c1c0fd319415]

        #103726# #103597# Prevent export of control models in mute (global not-exported) sections

2002-10-08  Kai Sommerfeld  <kso@openoffice.org>  [2840c5f2eec498fcde1c4632a80aed77130336e0]

        #104069# - Fixed PackageUri::init()

2002-10-08  Oliver Specht  <os@openoffice.org>  [c382673cac41e40d61fed08ee0ed648e208a627a]

        #98883# select redlines in text with focus, only

2002-10-08  Oliver Specht  <os@openoffice.org>  [232e9572d94c95ee5e3e20d424822030bcbbc748]

        #101158# default outline numberings shows all sublevels again

2002-10-08  Ocke Janssen  <oj@openoffice.org>  [4af24319d69da65a0fd322073959123dee7d8d31]

        #104063# check if schema is used if not usde as catalog

2002-10-08  Ocke Janssen  <oj@openoffice.org>  [c409bbbf18b1418ee1a5295c343da9a5cc504928]

        #104063# reset undo table

2002-10-08  Niklas Nebel  <nn@openoffice.org>  [d240b3290f99ebc10c607daede2cc1467ffa582d]

        #100597# end edit mode before executing database functions

2002-10-08  Ocke Janssen  <oj@openoffice.org>  [f0a751f598146ba03095f4fa8b9844ed8abdd9a6]

        #96476# realloc the bookmark before moveToBookmark

2002-10-08  Ocke Janssen  <oj@openoffice.org>  [bdb8e2208f5fc8d19ee08d75851f43dbb05f904e]

        #96476# insert assertion

2002-10-08  Stephan Schäfer  <ssa@openoffice.org>  [809aa188c3b4b0e643ced7f8e4b1cf08218dfb44]

        #87660# new cursor

2002-10-08  Oliver Specht  <os@openoffice.org>  [9de05c9b67cbe4d92ca950ddcbf17c9989dda764]

        #103911# use white document background in previews when previews are excluded from high contrast mode

2002-10-08  ghiggins  <ghiggins@openoffice.org>  [5a7111e8738ece052b6d92b9d1f91f471a15fcc2]

        #103623# moving sso options to seperate module

2002-10-08  Oliver Specht  <os@openoffice.org>  [7661d3753f5533ccee9e79e7e672588b7488ee59]

        #103911# use black as automatic font color when previews are excluded from high contrast mode

2002-10-08  Philipp Lohmann  <pl@openoffice.org>  [886593b1b12df5e439b42d758ab18193ddeb8775]

        #87660# new pivot cursors

2002-10-08  ghiggins  <ghiggins@openoffice.org>  [3c4f6d6cabbc95281caf1c6b5db8a4aaf8ef1c93]

        #103623# moving sso options to seperate module

2002-10-08  Ocke Janssen  <oj@openoffice.org>  [691d2335d0bb81e94ee5d8e5abc886233b6a7ef1]

        #i3289# correct table name quoting so that in every situation the correct schema, catalog is used

2002-10-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [cdce2020e3754adde50a20eea8a99a435890aa05]

        #103840# SwHeadFootFrm::FormatSize

2002-10-08  Frank Schönheit  <fs@openoffice.org>  [6d689829747f7374907fc3681a8c02f294ed9bae]

        #96136# when setting values for properties of type double, be somewhat more tolerant

2002-10-08  Vladimir Glazounov  <vg@openoffice.org>  [65dbc28d99be53c324a46c1d7d2e024b1b16b86b]

        new version for SRC641

2002-10-08  Daniel Rentz  <dr@openoffice.org>  [5640b0033a66029d3ec5eae9f8f1a91b7a2a086e]

        Dump CHARTGELFRAME as Escher

2002-10-08  Sven Jacobi  <sj@openoffice.org>  [fdffd45ef7022e0e29259ac7e8fb460e7450bc11]

        #103135# improved stylesheet import, especially for subtiltle and titlemaster objects

2002-10-08  Philipp Lohmann  <pl@openoffice.org>  [016f20f2740adbfcb1853b476416f0e10228c643]

        #104015# use correct character codes for type 1 fonts

2002-10-08  Oliver Specht  <os@openoffice.org>  [3676d061e070d0d21665badc4e5d9b8f4c078e6f]

        #103597##103726# create anchor text ranges using ::CreateTextRangeFromPosition()

2002-10-08  Thomas Lange  <tl@openoffice.org>  [854a6bcdc4c8496af56f354f528de229f48a7b56]

        #103610# list of supported services updated.

2002-10-08  Oliver Braun  <obr@openoffice.org>  [827692f0dce2de5529a8ec481452be4648d003c0]

        #104045# no a11y error message without valid config (setup)

2002-10-08  Thomas Lange  <tl@openoffice.org>  [2c17f6e79ae6c8f140840f4dc1c4878e815bbf58]

        #103610# list of supported services updated.

2002-10-08  Duncan Foster  <dfoster@openoffice.org>  [d8f03e47e5753305f9aa3be67915a29c8ccb722a]

        Fixed build.xml Places ScriptRuntimeForJava in package Changed for JDK1.4 cppumaker.mk change as per instructions from JBU

2002-10-08  Vladimir Glazounov  <vg@openoffice.org>  [f841ccc4b354359dfa68fa3d75f8e9d4d30b55af]

        SRX643

2002-10-08  Vladimir Glazounov  <vg@openoffice.org>  [16d1bf285b23b28625fed05c15e55df02a0cea93]

        SRX643

2002-10-08  Vladimir Glazounov  <vg@openoffice.org>  [68f1612e53b3102595fb9bbf9e909cc4878e8c71]

        #100000#merging errors fix

2002-10-08  Jörg Budischewski  <jbu@openoffice.org>  [4e808638b1ac4832d64b826f02b0cf4bce67b828]

        #103263# switched to applicat.rdb/services.rdb

2002-10-08  Ken Foskey  <waratah@openoffice.org>  [6e5c8b7a69858f3197f0e2154c238009f7313c20]

        dmake: Volker 4nt patches

2002-10-08  Andreas Bregas  <ab@openoffice.org>  [f2bd41a3593200524e327a1b2f89b224c3713c89]

        #89483# Implementation RTL functions Join and Split

2002-10-08  Oliver Bolte  <obo@openoffice.org>  [4da5cc8b2ed21eca9aa6fda2c16b2409635bfae5]

        #100000# not dead

2002-10-08  Ocke Janssen  <oj@openoffice.org>  [8d23317b78dede8b39bf049601f56cde7d0e748b]

        #104039# insert later constructor

2002-10-08  Daniel Rentz  <dr@openoffice.org>  [aaa3f93cd5bb1ad101ad28c44b33aad63520cd77]

        #104041# crash in D&D

2002-10-08  Jörg Budischewski  <jbu@openoffice.org>  [02300731171f4ea7a41460db3d5991fc6ddce76c]

        #103263# corrected salhelper versioning

2002-10-08  Niklas Nebel  <nn@openoffice.org>  [0a0bcdb6a0b14db1f237ae670169b7143ba4f8f3]

        #103849# clear the link in the clipboard listener from view dtor

2002-10-08  Stephan Schäfer  <ssa@openoffice.org>  [be810a46b5cf3380898df642e9d85cf55f5c50ae]

        #104040# don not erase background in layout mode

2002-10-08  Niklas Nebel  <nn@openoffice.org>  [d6d87f733888c553550b2a6254a2acf1887cc412]

        #103849# clear the link in the clipboard listener from view dtor

2002-10-08  Niklas Nebel  <nn@openoffice.org>  [056f1f5ff88b2976a9ae346bef7ba34584fce823]

        #103849# clear the link in the clipboard listener from view dtor

2002-10-08  Joachim Lingner  <jl@openoffice.org>  [eb15f7d7bddd1647a764dc4d51e8cb404bae2662]

        #104030# using a PriviligedAction when creating sun.applet.AudioClip and other classes from sun. package

2002-10-08  Daniel Rentz  <dr@openoffice.org>  [74a52bbdc0c50ba534ae1a54d46a9385182af523]

        #87660# new DataPilot cursors

2002-10-08  Stephan Bergmann  <sb@openoffice.org>  [5abf00ef0a69669c76666d4ea9b69ee3175f0ff6]

        #102945# Merged in 1.11.4.2.

2002-10-08  Stephan Bergmann  <sb@openoffice.org>  [f3ba9e2980838689ed181036f89828ac4cf76d3a]

        #102945# Avoid linking against the C++ runtime (for now ;-)

2002-10-08  Ocke Janssen  <oj@openoffice.org>  [b26142c582356d8afd8da060f19d6a4182acee89]

        #103805# lock SolarMutex

2002-10-08  Jörg Budischewski  <jbu@openoffice.org>  [bfc179f9ae00f6c0fe59a439df15f47943040a31]

        #103263# switched from applicat.rdb to types.rdb

2002-10-08  Oliver Braun  <obr@openoffice.org>  [22f7d3684aeac6acc2980b0ee78a1dd055db1252]

        #100456# transition to XAccessible as object identifier

2002-10-08  Ocke Janssen  <oj@openoffice.org>  [45b9d62fd1968d9628fc49df20f9221e607bde7d]

        #104025# check if name is empty

2002-10-07  Niklas Nebel  <nn@openoffice.org>  [7313478a3d1b351a2939a076120b173a78b437b6]

        #103849# don't use document ptr in AllocModel, test for empty pointer

2002-10-07  Christian Lippka  <cl@openoffice.org>  [e7691a68241e421a1727fc11eee1dd35ec9790c1]

        #103836# remove hard character attribts from portions when that attrib is set on complete shape

2002-10-07  Rüdiger Timm  <rt@openoffice.org>  [64974b3b0ab8d142935a4fe15b78d7ac8d40e596]

        SRC668

2002-10-07  Oliver Specht  <os@openoffice.org>  [9f51030fcf8aa13221137edca94d0964201d9667]

        #1040098# labes changed: Before/After text -> Before/After paragraph

2002-10-07  Sascha Ballach  <sab@openoffice.org>  [b3fe18ac16dc16fbd526b30cf740d71fdf4a9c5c]

        #86769#; add ScDrawPageObj

2002-10-07  Aidan Butler  <aidan@openoffice.org>  [cc5d61785737da0cf110cf59f7de2d2e240a9b64]

        Added support for escaping '<' '>' and '&'

2002-10-07  Oliver Specht  <os@openoffice.org>  [46892e42bbea20bd4dc446440628a0dcbdbe65a4]

        #103114# call SfxObjectShell::HandleFilter() to initiate filter options handling

2002-10-07  Andre Fischer  <af@openoffice.org>  [c21446c21a1595914660ca7d6413803ace663046]

        Showing name of objects in selection dialog.

2002-10-07  Malte Timmermann  <mt@openoffice.org>  [222400c915fcee2076a77aa174a930e3ad43ce44]

        #103874# Removed Fix for 101512, handled in Outliner::EndPasteOrDropHdl now

2002-10-07  Oliver Specht  <os@openoffice.org>  [9482409188a07e6407e665dc875de2ca7f83e21d]

        #103642# assert only once in ::GetConfigurationProvider()

2002-10-07  Ocke Janssen  <oj@openoffice.org>  [8849fb8b384b7d113297cb07fc502fc056411fdb]

        #i4198# set not null for data when setting NULL

2002-10-07  Rüdiger Timm  <rt@openoffice.org>  [90c9073badc2fb0a0db3f08a72ea12edf97d52eb]

        #100000# Linux GCC: links against libstdc++

2002-10-07  Ken Foskey  <waratah@openoffice.org>  [07a2c0410798623fa689e98587785840c2c7972a]

        dmake: Add the cygwin configure files

2002-10-07  Ken Foskey  <waratah@openoffice.org>  [8b5ad33c20309c904d289cf5284105cf0d2f2225]

        dmake:  Correct some undefined functions in some modules

2002-10-07  Ken Foskey  <waratah@openoffice.org>  [d141806e728c5428e8823771b68c7667b5e696d4]

        dmake: Additional header checks for better source control, add cygwin support, GNU hurd support

2002-10-07  Ken Foskey  <waratah@openoffice.org>  [ecbf288c591821ab9baa79563e14e9d01d28b9f9]

        dmake: Additional header checks for better source control

2002-10-07  Rüdiger Timm  <rt@openoffice.org>  [b4820422e591329e1c1c92d14b0c19e5307bdd06]

        #100000#, #102715# CPPUHELPERLIB changed.

2002-10-07  Stephan Bergmann  <sb@openoffice.org>  [abc17b70ec6d6d50c99133b00256d6d605295daf]

        #103968# Cleaned up socketAcceptor/Connector.

2002-10-07  Stephan Bergmann  <sb@openoffice.org>  [6e63cafea8498d62cf0def9bb7188d346c7538b1]

        #103968# Cleaned up Acceptor/Connector.

2002-10-07  Oliver Specht  <os@openoffice.org>  [8c2e06d6f700f2f2234821c64e82a9d64a361e28]

        #103951# German: 'Clipboard' changed to 'Zwischenablage'

2002-10-07  Oliver Specht  <os@openoffice.org>  [e903a6e5c47ee1515d7a8193793871c8aef81b92]

        #103951# German: 'Clipboard' changed to 'Zwischenablage'

2002-10-07  Ocke Janssen  <oj@openoffice.org>  [4cd221a0fa5dc9208c29939abf669a392f3baaeb]

        #i3289# correct table name quoting so that in every situation the correct schema, catalog is used

2002-10-07  Ocke Janssen  <oj@openoffice.org>  [58b26608a764f02e6be13618a71c6baf5982cc6d]

        #i3289# correct table name quoting so that in every situation the correct schema, catalog is used

2002-10-07  Ocke Janssen  <oj@openoffice.org>  [490501f728e64d8e1f7c1ac9d0740a54590c76b5]

        #i3289# correct table name quoting so that in every situation the correct schema, catalog is used

2002-10-07  Oliver Specht  <os@openoffice.org>  [31cf00ff2144aa85539da6290d8e066c5589abd0]

        #103901# German: changed 'komplexe Skripte' to 'CTL' and capitalization

2002-10-07  Mathias Bauer  <mba@openoffice.org>  [62577268f72c9ae9f77894784f9b713c5a122d2a]

        #103890#: SID_CLOSEWIN angepaßt an neues Close-Handling

2002-10-07  Mathias Bauer  <mba@openoffice.org>  [e0b0e69062fe17e0f2668f0712ebc7c4ad0497b7]

        #103890#: basicide menu now in basctl resource

2002-10-07  Ken Foskey  <waratah@openoffice.org>  [0da71a9e866a9eb8770cc55844eb70bde9e1d926]

        dmake:  Add gnu hurd and some additional header checks, and the cygwin makefiles

2002-10-07  Stephan Bergmann  <sb@openoffice.org>  [d8e7e840da85333d932aaab141999000d2dacbfa]

        #102945# Merged in 1.11.4.1.

2002-10-07  Stephan Schäfer  <ssa@openoffice.org>  [6720a2690cc487136064c1f599608480f3a3180c]

        #103967# check/replace default font before returning it as a single name

2002-10-07  Oliver Specht  <os@openoffice.org>  [6c84d9dd521ba8992d6482e8eb8f1c314fa87fd0]

        #103697# read fonts language dependend

2002-10-07  ghiggins  <ghiggins@openoffice.org>  [7e847e1156602a7a97e74829bd772091a48ab616]

        #103956# splash screen problems

2002-10-07  Mathias Bauer  <mba@openoffice.org>  [a97ed189a38d51aa080f87968c67ca07d92c3407]

        #103890#: use _default

2002-10-07  Mathias Bauer  <mba@openoffice.org>  [3bc84c61613695a3ee560c572cda5083194e501b]

        #103890#: close button in menubar

2002-10-07  Mathias Bauer  <mba@openoffice.org>  [c22b6493e20505ed7e0cbe5c5f7ab734dd7ea55a]

        #103890#: method for showing/hiding close button in menubar

2002-10-07  Mathias Bauer  <mba@openoffice.org>  [c02105e076845aa533be6a43696cd381aff0e04d]

        #103890#: method for closing document that cares for last document behavior

2002-10-07  Mathias Bauer  <mba@openoffice.org>  [3b345de700b07a2946a6318d1ac04cc51a3e6736]

        #103890#: don't close last window in SID_CLOSEDOC

2002-10-07  Mathias Bauer  <mba@openoffice.org>  [8ab5375804595f057e922afb0782f853d90608a0]

        #103890#: don't close last window in SID_CLOSEDOC

2002-10-07  Stephan Schäfer  <ssa@openoffice.org>  [972d071fcf21eb5b50e6fdffee87b3dfd337b691]

        #103967# improve CTL font list for UNIX

2002-10-07  Andreas Bregas  <ab@openoffice.org>  [4f78c3585d2159daa49a22d543fe201e8c035d1c]

        #89483# New commands Join and Split

2002-10-07  Daniel Rentz  <dr@openoffice.org>  [6e4d1d6fc4d70f49b7249d2576c41252a878c800]

        #103974# crash on pw protected files

2002-10-04  Ken Foskey  <waratah@openoffice.org>  [8607f77cbfbd07b115798360f59b0beaeb36d288]

        dmake: Patches for the osf1 operating system

2002-10-04  Ken Foskey  <waratah@openoffice.org>  [dc3b1969237690dce7dbecac23ad4c233525dfac]

        dmake:  Add osf1 support

2002-10-04  Behrend Cornelius  <bc@openoffice.org>  [e9a0e520a894f8c3ee13ddc8e90fc1257ae97dfc]

        #103669# finnish, polish, turkish and greek holidays added

2002-10-04  Stephan Bergmann  <sb@openoffice.org>  [904ee450a9bc368921c1e23343a6d1b356fbb5f4]

        #94277# In the SubString variant of decode(), avoid calculating illegal pointer values when the SubString is not present.

2002-10-04  Chris Halls  <haggai@openoffice.org>  [c5a5c6be22bba4052480134cb3219af743371462]

        Fix build for OSF1.  Approved by Ken.

2002-10-04  Stephan Bergmann  <sb@openoffice.org>  [1853a26593988325ad5d8969d5d2eedc950ef48f]

        #102179# Removed unused ImplTextEncodingData.meTextEncoding.

2002-10-04  Ken Foskey  <waratah@openoffice.org>  [c52e65d4c790b252c7c03dcc34312e47dc95fcda]

        Dmake:  Convert the configure to a better configure process without individual conf.h files for every platform

2002-10-04  Behrend Cornelius  <bc@openoffice.org>  [8ca058256c98c98297f6c31c94242163f77ccd26]

        #103669# holidayas added for finnish, polish,turkish and greek

2002-10-04  Ocke Janssen  <oj@openoffice.org>  [2d8d2de1b1f43b69434fe835d6ecb0fa7304d135]

        #i4082# extra slot only for debug enabled

2002-10-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd6de2e5c2a67d011b9c8d5925cccda5de45510e]

        #100000# cleanup

2002-10-04  Rüdiger Timm  <rt@openoffice.org>  [22cf68c302db29b2fb5e8b879e36c796ee8232d5]

        #100000# Added missing newline at end of file

2002-10-04  Stephan Bergmann  <sb@openoffice.org>  [762f2cf5d8c4c4db1938185a0fdff7989542db82]

        #99853# Adapted to new cppuhelper/unourl.hxx.

2002-10-04  Stephan Bergmann  <sb@openoffice.org>  [8f3c1275f5121bb469e7bef4dbe011341ec8755b]

        #99853# Added getMessage; added docu.

2002-10-04  Frank Schönheit  <fs@openoffice.org>  [564525bc59ec02ce76400b4d5449b1019bb7f9d5]

        #103388# (done by fs, approved by jbu) realloc: don't realloc/copy the sequence (elements) ourself, rely on the Sequence's realloc method (which is more performant for a large number of consecutive addListener calls)

2002-10-04  Ocke Janssen  <oj@openoffice.org>  [024734d7d9828a2a9db318efa2d8ac6b3ac2b1e4]

        #100000# insert temp var

2002-10-04  Frank Schönheit  <fs@openoffice.org>  [9a681f26605dc1cf9e8a322cebd5cc8cf07c1567]

        #103388# introduced ElementDescription to cache some information (interfaces) about to-be-inserted objects

2002-10-04  Frank Schönheit  <fs@openoffice.org>  [93216c149c06d9720b3a8c6d461a26767d061340]

        #103388# removed a debuggin relic from the previous revision

2002-10-04  Frank Schönheit  <fs@openoffice.org>  [95c0977c33cf5134a3469bf48fd13a42e894200e]

        #103388# introduced ElementDescription to cache some information (interfaces) about to-be-inserted objects / in disposing(EventObject), normalize the interfaces to be compared - sacves a _lot_ of queryInterfaces

2002-10-04  Frank Schönheit  <fs@openoffice.org>  [ab21ea3329d27aba56f23e65ac4674317926b077]

        #101089# changed the success message of the pilot

2002-10-04  gt  <gt@openoffice.org>  [82e762dd82c7d960b63d2a14577cff186dc0812c]

        #101367# SvtFrameWindow_Impl::OpenFile(): display empty win when doc couldn't be load

2002-10-03  Michael Hönnig  <mi@openoffice.org>  [cb23f6a62077022736a40d6315ee92a218f489e0]

        #94968# IDL reviews merged

2002-10-03  Ken Foskey  <waratah@openoffice.org>  [a89a994d774f348527f5dc2d68ebbeb870bf3e4a]

        dmake:  remove cygwin makefile temporarily and implement depcomp

2002-10-03  Michael Hönnig  <mi@openoffice.org>  [625aff4ec7a47d618a9da160e962fc6fb5c834c5]

        #94968# IDL reviews merged

2002-10-03  Ken Foskey  <waratah@openoffice.org>  [fa2027fb0ac817455bb289345c369f8dbc378ee2]

        dmake:  This is a reworked version of the configure process, without automake and aclocal

2002-10-02  Philipp Lohmann  <pl@openoffice.org>  [d26823c0eeb5439fe0c45e205c6a054d7a8b77d3]

        #103870# close polyline if last point coincides with first point

2002-10-02  Eike Rathke  <er@openoffice.org>  [f4366e81e5eba337fdaec204b18a7542ca42be47]

        #97485# WriteCell: export conditional formatting

2002-10-02  Thorsten Behrens  <thb@openoffice.org>  [8e36bbd5a21e703c2a438e1437007199b05142aa]

        #103862# getAccessibleAt now relative to parent

2002-10-02  Thorsten Behrens  <thb@openoffice.org>  [a02233a741f7414a91fa58f8b4aa78c3c751dec7]

        #103862# getAccessibleAt is now relative to parent

2002-10-02  Niklas Nebel  <nn@openoffice.org>  [7bbb9d113a732851831dfadf8dee6b980dc0ab3b]

        #103946# HDU: when 64bit arithmetic does not suffice for mapping fall back to MonsterInt

2002-10-02  Christian Lippka  <cl@openoffice.org>  [9a44c2a1a6e2f81a85551ea6fb92e879ad17c8cf]

        #103668# don't support placeware for draw

2002-10-02  Rüdiger Timm  <rt@openoffice.org>  [2d2148356d202f2aac57fa53ba1daa4a49d6521d]

        #100000# remove dependency on module desktop

2002-10-02  Behrend Cornelius  <bc@openoffice.org>  [cae0cc31d2773b76c75e7536df824c1ee06018f8]

        #93295# New BasicLibraries are accessible

2002-10-02  Oliver Braun  <obr@openoffice.org>  [1b9bc173332792ffc15c792f3850ec23f6a476b5]

        #100456# added support for global focus events

2002-10-02  Oliver Braun  <obr@openoffice.org>  [6d0ccf99654bd5feea1978242d8f636d0d8fdc5a]

        #100456# added support for global focus events

2002-10-02  Christian Lippka  <cl@openoffice.org>  [7989b1aa83122f86612a03a1ffb6937d216c32cc]

        #103668# use placewar zip instead of our own

2002-10-02  Christian Lippka  <cl@openoffice.org>  [de2e57bf174ad1904e77f0d9a0298989644ba159]

        #103668# use placewar zip instead of our own

2002-10-02  Stephan Bergmann  <sb@openoffice.org>  [677ca9cfc0e9c94f6b86e9b1e180605f291b3630]

        Added unourl.obj. Build output directly from objects, without an intervening lib (helps determine mangled names on Win when new obj is added). Deliberately broke makefile for LINUXIgcc2, because the map file has to be updated.

2002-10-02  Andreas Bregas  <ab@openoffice.org>  [48e33ee92313ba9e14423ea20ecca54e3c532fa1]

        #89483# New RTL functions Join and Split

2002-10-02  Stephan Bergmann  <sb@openoffice.org>  [b1b9fbb8364cb35200b199ef17c411ba3cab4ed8]

        #99853#

2002-10-02  Stephan Bergmann  <sb@openoffice.org>  [86cb443a84e27ad8534860040b69103aa306ac28]

        #99853# Added symbols from cppuhelper/unourl.hxx.

2002-10-02  Stephan Bergmann  <sb@openoffice.org>  [6aaa513bb7fa5592abe48aa96377d788cd58f087]

        #99853# Added unourl.hxx.

2002-10-02  Michael Hönnig  <mi@openoffice.org>  [d081c80877dc1ae413b9d65c206485b6821d0ef8]

        *** empty log message ***

2002-10-02  Noel Power  <npower@openoffice.org>  [75fab8a3fe6b24df60a5970206af0a9eb64f5140]

        Rolling back to version 1.3

2002-10-02  Daniel Rentz  <dr@openoffice.org>  [de397da7a962d7c1bfdeef451bb7b805835cf100]

        #91270# new classes svtools::ToolTip(Multi)ListBox

2002-10-02  Daniel Rentz  <dr@openoffice.org>  [e9638aee8293aa9036e21c05b5f24e8925c40c02]

        #91270# new classes svtools::ToolTip(Multi)ListBox

2002-10-02  Noel Power  <npower@openoffice.org>  [410c1ba39fa6c4c8fc2d8a8bdc38600a0218e912]

        Updates to get rid of empty sequence warning messages

2002-10-02  Sascha Ballach  <sab@openoffice.org>  [0b051a06b6fdda4e6536ef0802c14164288914e6]

        #101599#; add ZoomType and ZoomValue

2002-10-02  Frank Schönheit  <fs@openoffice.org>  [4b72e0ae24f499de97dc5e78b23e6fb962f0cef5]

        #103388# some performance logging

2002-10-02  Thomas Lange  <tl@openoffice.org>  [806d35773804e73edc7b4570546ccb5b669153f6]

        #103091# dcssformula.db added

2002-10-02  Frank Schönheit  <fs@openoffice.org>  [8a4203363d635b8daa70a8e935405b76150fe9b6]

        no casting if the pointer returned by Any::getValue - discovered during #103388#

2002-10-02  Björn Milcke  <bm@openoffice.org>  [22c7fe85c57882db76e2c6b4ef2a1061bee87217]

        #73417# new shortcut F9 for starting slide-show

2002-10-02  Daniel Rentz  <dr@openoffice.org>  [341d8b3a6d6b16964599ac2e0c7a556e651d6062]

        #91270# new classes svtools::ToolTip(Multi)ListBox

2002-10-02  Frank Schönheit  <fs@openoffice.org>  [a8bb3d5e0d0350fd709a0fb08bcbc64a48364b09]

        #103388# some performance logging

2002-10-02  Frank Schönheit  <fs@openoffice.org>  [1956038ea573f6d9949ee9aa2b4126a2e7dec934]

        #103388# +logging.* - helper for performance logging

2002-10-02  Frank Schönheit  <fs@openoffice.org>  [e3e03438558a1a8ad663cc73ab9fb6eaf44e249a]

        initial checkin - helper for timestamp logging

2002-10-02  Stephan Schäfer  <ssa@openoffice.org>  [2584477e946c31a80781faeded2912cdd329590c]

        #103716# make dialogs modal to their parent's frame

2002-10-02  Sascha Ballach  <sab@openoffice.org>  [8aaa0090a8945085295c0d2f36032520e8cfe707]

        #102444#; correct LogicToPixel and PixelToLogic of the Preview Viewforwarder

2002-10-02  Sascha Ballach  <sab@openoffice.org>  [67e9164dff4e02348abf0a449418db22a69390cf]

        #102444#; add as listener

2002-10-02  Sascha Ballach  <sab@openoffice.org>  [d3f7aa6d22bbfeed6b97a2e94b61fcc7a1708b4e]

        #102444#; fill notify method

2002-10-02  Sascha Ballach  <sab@openoffice.org>  [00f417a9e69bc5d4912e68afd81fff09b51dc71e]

        #102444#; add notify method

2002-10-02  Kai Sommerfeld  <kso@openoffice.org>  [0f20f0ff8351f3261fe587feef4f772a81e8c7a6]

        #103263# - Replaced createRegistryServiceFactory call.

2002-10-02  Jörg Budischewski  <jbu@openoffice.org>  [4a91e57316e327b9916753a74fc1d3a5c83025f1]

        #103813# removed a wrong rtl_freeMemory

2002-10-02  Kai Sommerfeld  <kso@openoffice.org>  [d7922ea93426ed874422459e2de401073bb12bb0]

        #103263# - replaced createRegistryServiceFactory call.

2002-10-02  Ken Foskey  <waratah@openoffice.org>  [cd4c8bcdb73c5e3db92bd4333e40cfb20b34d6a0]

        dmake:  Allow the whole configure process to work,  not needs update to bootstrap to activate

2002-10-02  Martin Hollmichel  <mh@openoffice.org>  [833fd36218dde718fbe41e94a4ddfb4378a06547]

        join: from SRX643_OO, #103821#

2002-10-02  Martin Hollmichel  <mh@openoffice.org>  [2076d0966af5ecfe6e8a1c2cc1eb25b0b607b45a]

        join: from SRX643_OO, #103821#

2002-10-02  Martin Hollmichel  <mh@openoffice.org>  [d45d59e6a0da50c27afebbbdef49106205620720]

        join: from SRX643_OO, #103821#

2002-10-02  Jörg Budischewski  <jbu@openoffice.org>  [bdd706cec81500826489a7ff6668dd73701ba003]

        #103263# improved usage screen, added -classpath option

2002-10-02  Philipp Lohmann  <pl@openoffice.org>  [0b9167f488a3efd049bac0c992d5b66928907eae]

        #98004# scroll only on wheel button down events

2002-10-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [48626446b8b9d4fa54cdc2bdc1efadaa4bd4f445]

        #103746# IsProtected: GetNode/GetFmt can return 0x0

2002-10-02  Armin Weiss  <aw@openoffice.org>  [868090cd73c466d34d59d22f2de2f0ee14cca81a]

        #103894# Expand test for HDL_ANCHOR_TR

2002-10-02  Björn Milcke  <bm@openoffice.org>  [52fa60db9a41dc86ab721086838bdf60b74a903b]

        #101357# declare stack variable as volatile to prevent optimization in          convertTime (DateTime-version) (occured with gcc 3.0.1 on Linux)

2002-10-02  Lars Oppermann  <lo@openoffice.org>  [a07385b0b43659d085202324747ef5d64e5ba34b]

        #103411# call configureUcb before creating svtpathoptions object

2002-10-02  Thorsten Behrens  <thb@openoffice.org>  [291decae51d527d4089e96129560354864795548]

        #103927# Prevent IndexOutOfBounds exception to propagate from getIndexAtPoint

2002-10-02  Jörg Budischewski  <jbu@openoffice.org>  [e96a6338a338977bd9eba24c142df712fdde3e60]

        #103263# prepared regcomp for a types.rdb/services.rdb registry

2002-10-02  Jörg Budischewski  <jbu@openoffice.org>  [fe34b53d6c5a9bad78f050d9326181e15864310a]

        #103263# prepared regcomp for a types.rdb/services.rdb registry

2002-10-02  Aidan Butler  <aidan@openoffice.org>  [6e5dbdad1debcae606939bc61ec1adb04ce648af]

        *** empty log message ***

2002-10-02  Aidan Butler  <aidan@openoffice.org>  [9109ab50257b03161a43d7e64f376a9e9adbe101]

        Added template loading functionality

2002-10-02  Martin Hollmichel  <mh@openoffice.org>  [a81e5646d02090193bf271cff4063aea8f8dc08d]

        join: from SRX643_OO, #103821#

2002-10-02  gt  <gt@openoffice.org>  [128e4e2ac408f8fd09fe3947fffd41d4fe92bcaf]

        #101629# SfxOrganizeDlg_Impl::SfxOrganizeDlg_Impl(): remove of InplaceEditing-SwitchOn for both listboxes

2002-10-02  Martin Hollmichel  <mh@openoffice.org>  [950da4b62e0a6ad5393383156efee0074038f84e]

        join: from SRX643_OO, #103821#

2002-10-02  Behrend Cornelius  <bc@openoffice.org>  [013adfc5bed889a2c841b08db251ea16b46354e5]

        #103619# getOfficePath method improved

2002-10-02  Thomas Lange  <tl@openoffice.org>  [a14a8443adf0c59048bbc5a4b65a2a7004c54d74]

        #93295# property 'BasicLibraries' added

2002-10-02  Sascha Ballach  <sab@openoffice.org>  [984fb047279dbcdc4366a921aaa9579bbf780bfc]

        #103861#; use the boundingbox of the parent instead calculate again

2002-10-02  Sascha Ballach  <sab@openoffice.org>  [564a94be4dc6277092b408312b6f2faa02802933]

        #103861#; make mxParent protected so it is usable in abreviated classes

2002-10-02  Oliver Braun  <obr@openoffice.org>  [439b1d9e08287637a89253d0b3f10c288a2b9fb8]

        103014# show native dialog on acessibility initialization errors

2002-10-02  Peter Burow  <pb@openoffice.org>  [273e30cbd5a96e7f9aa67d486c29a2ddd919d852]

        fix: #103167# FilterNames with extensions

2002-10-02  Martin Hollmichel  <mh@openoffice.org>  [4531fc556fde2e788cabec2189c723f266002217]

        join: from SRX643_OO

2002-10-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [ad1a8155db9442995a5e6d2739919ad8f5d86e4c]

        #102624# contains

2002-10-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [326481c3ccc2d1274c359cb1bc63bc2051a87f4e]

        #102624# getBoundsImpl

2002-10-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [49d1109b39c0d45363d4183fb2746800ead0eb7d]

        #102624# contains, getSize, getBounds, getLocation, getLocationOnScreen

2002-10-02  Stephan Schäfer  <ssa@openoffice.org>  [46ab0a13ad12a9a15226a2397b57aaca67ae88b4]

        #103891# closer has transparent background now

2002-10-02  Stephan Schäfer  <ssa@openoffice.org>  [3b3124e5e3e8095e1ed32dac9653a5bf0e39c02b]

        #103891# document closer

2002-10-02  Peter Burow  <pb@openoffice.org>  [26ce4ceb8536b72c8a9dc994e3eda08f6847dd28]

        fix: #103428# suppress unnecessary UCB calls in GetImageId_Impl()

2002-10-02  Oliver Braun  <obr@openoffice.org>  [8bc42b16f12f6c96b0b2b9946d3136dd19224dfc]

        #103705#, #103789# removal of unnecessary synchronizing and reorganization of AccessibleComponent info

2002-10-01  Philipp Lohmann  <pl@openoffice.org>  [44be4ca704f7b9a157dbd8748be89ad62645aa11]

        #103460# make multilineedit usable in RTL version

2002-10-01  Eike Rathke  <er@openoffice.org>  [386d2318761fafad7f4b390978b86695012e3907]

        #97951# Adjust: appending columns to extend page width doesn't result in zero overlap

2002-10-01  Niklas Nebel  <nn@openoffice.org>  [89ab30d1bf8989f4908c7289931997807978ba42]

        #103823# ActivatePart: don't call SetWindow during RefInput

2002-10-01  Armin Weiss  <aw@openoffice.org>  [4a4207ae4dabcf8da88210764a1f7f64074a1018]

        #97538# Do Joe's special handling for lines when mirroring, too

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [2d9366cf2d87a6f3b10b2b592a03dc15dcda2d1a]

        #103263# replaced applicat.rdb with types.rdb

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [5afb2d2e0a4082be4cf54fbbc4b324e24bf64c43]

        #103263# replaced applicat.rdb with types.rdb

2002-10-01  Eike Rathke  <er@openoffice.org>  [3a9beea152b6f9ac29fe859cb18504a978ca40b1]

        #100866# CompileXML with progress bar

2002-10-01  Armin Weiss  <aw@openoffice.org>  [65db136ff27b03d8f188c413c6750359eaabad2b]

        #103820# Added implementation of a basic 2d PolyPolygon raster converter

2002-10-01  Eike Rathke  <er@openoffice.org>  [ba5395e7757f95c113a115736a014afc40ae12dd]

        #100866# nXMLImportedFormulaCount for progress bar

2002-10-01  Eike Rathke  <er@openoffice.org>  [575440985ae18d5c585c9fe1c40f65669ff6c33d]

        #100866# CompileXML with progress bar

2002-10-01  Eike Rathke  <er@openoffice.org>  [accd03680f1bc5c9bf27f55863ab35415d77f5f1]

        #100866# nXMLImportedFormulaCount for progress bar

2002-10-01  Eike Rathke  <er@openoffice.org>  [94ad0274db0fc2f5b8ea3748e13dd446a4e7ac5a]

        #100866# SetCellText, EnterMatrix: IncXMLImportedFormulaCount()

2002-10-01  Eike Rathke  <er@openoffice.org>  [628006cadd7e77109cbb3b7ea67d86153f74106e]

        #100866# endDocument: call progress bar End() to make room for subsequent SfxProgressBars

2002-10-01  Sascha Ballach  <sab@openoffice.org>  [fde9fbd62f4425a7d529fd33e5142f1d61874d9d]

        #103902#; add virtual method to get the text of the cell

2002-10-01  Sascha Ballach  <sab@openoffice.org>  [338f626b0203b30f607a9e8deec586fe9babf50f]

        #103902#; add virtual method to get the text of the cell

2002-10-01  Stephan Schäfer  <ssa@openoffice.org>  [9bd93beab5bbfcefd700263aa1eba15559130a9b]

        #103891# document closer

2002-10-01  Stephan Schäfer  <ssa@openoffice.org>  [b850c6e1e00ebbd30258b6c4811967e8f26c9e53]

        #103891# document closer

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [778c4c46d63ff446391b23e26f393cdd5b75c846]

        #103263# replaced applicat.rdb with types.rdb

2002-10-01  Jörg Barfurth  <jb@openoffice.org>  [c5da1fc640caa32672c8cd382109b424db985a68]

        #103852# Correct wrapping of type converter exceptions added to parser

2002-10-01  Jörg Barfurth  <jb@openoffice.org>  [d36de002acce5aaf27b335473f60fda7fd2aa682]

        #103852# Correct wrapping of handler exception added to parser classes

2002-10-01  Jörg Barfurth  <jb@openoffice.org>  [8ef3b89f70481528010fc8a0869542c601a022e6]

        #103852# Add helper for correct exception wrapping

2002-10-01  Caolán McNamara  <cmc@openoffice.org>  [7e19c3787968dc12f81d95d7537663fcb30b0c3e]

        #i3862# table cell borders can be imported incorrectly

2002-10-01  Christian Lippka  <cl@openoffice.org>  [e5790a7e8fa368a916a9db5edd845b34f32703b9]

        #103908# throw illegal argument exception when invalid numlevel set

2002-10-01  Philipp Lohmann  <pl@openoffice.org>  [423b288363951a99abbe9477661911ec1cbcf5dc]

        #90353# use correct deallocator

2002-10-01  Herbert Duerr  <hdu@openoffice.org>  [b6c0e10c2b80ed5ae44d9bc54dd876744e72d74e]

        #102411# implement workaround for GetCharacterPlacement kerning problem

2002-10-01  Sascha Ballach  <sab@openoffice.org>  [0316f45d28bbf06bb92b792108fef9e3168b0d77]

        #103860#; test whether the shape is realy selected

2002-10-01  Björn Milcke  <bm@openoffice.org>  [99724f0d9f321e7ec019329a6686acf145c9b28e]

        #103182# SetModified(): only set the changed state if modification is enabled

2002-10-01  Sascha Ballach  <sab@openoffice.org>  [14026884bb3b4769da243f57546d77f6448f5cca]

        #103860#; test whether the shape is selectable

2002-10-01  Ken Foskey  <waratah@openoffice.org>  [47fbf7890fd781af4aa1affa6e3ab425c22e7248]

        dmake:  Add all the automake files, premade so developers do not require automake installed

2002-10-01  Christian Lippka  <cl@openoffice.org>  [7579038dee812e3713bef6eb135f0cfa37c22ca9]

        #96989# set hard attribs for presentation shapes on master only to sheet

2002-10-01  Caolán McNamara  <cmc@openoffice.org>  [4dac1afaacbea456aca2f818a1c4a589cb6fff75]

        #103896# transparency values need to be rounded on import to act like word

2002-10-01  Ingrid Halama  <iha@openoffice.org>  [ef468bdc08d8a7b9432fbe5a8980ad0eea92cf7a]

        #97391# show correct zoom in general draw options

2002-10-01  Ocke Janssen  <oj@openoffice.org>  [632ef21feaa769170970f0edf56c1ebf319e630b]

        #103855# stopFiltering when in disposing

2002-10-01  Behrend Cornelius  <bc@openoffice.org>  [5bce9ba31d046978bf177a8c032370ffc0f27520]

        #103804# Composition of command string improved

2002-10-01  Christian Lippka  <cl@openoffice.org>  [68ce30e873ecbd01377073a8107f1bf41640f5a0]

        #85556# made ShearAngle optional since its not supported by all shapes

2002-10-01  Ocke Janssen  <oj@openoffice.org>  [82f78625d56d993d8b7629fb57b24940a7cd097c]

        #103855# jump above entries with the same XTextComponent

2002-10-01  Ingrid Halama  <iha@openoffice.org>  [99b8590f8e0105bf2dbb47ec970ad880c1b408b1]

        #88728# SvxUnoTextField::getTypes had a problem

2002-10-01  Herbert Duerr  <hdu@openoffice.org>  [99a299383f2f16e5e8eefbb28e88a6a8f90ab95b]

        #100671# fix mapper overflow when high DPI, high font units, high denominator zooming

2002-10-01  Niklas Nebel  <nn@openoffice.org>  [6437e263efb0d179afd4b1dbb116606dc7e9c8f4]

        #103839# turn underscore number formats into blanks when saving to xml

2002-10-01  Niklas Nebel  <nn@openoffice.org>  [55489521289f642fcd71043efad35e0c23eb191f]

        #103839# turn underscore number formats into blanks when saving to xml

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [6e18af9d354513c3f4b1220e2bf0d426996a6812]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Joachim Lingner  <jl@openoffice.org>  [9e50970ccf5b12d634a8a786579220c0728f1076]

        #97822# Removed ComponentFactoryWrapper

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [d678f409d4297c0a09c072b9e6afa982c1c41ccb]

        #103263# replaced applicat.rdb with types.rdb

2002-10-01  Christian Lippka  <cl@openoffice.org>  [71ab1ffe4a4a8738de1fee6b8c2ee17e5d64a38a]

        #84013# title gets same bullet as subtitle and not that page symbol anymore

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [333d9da2e88c1451eb4f62c54f9d8a36c0772a37]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [ad880797f3766a5dc511f6054bbfb09341f68ab2]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Ocke Janssen  <oj@openoffice.org>  [2df919819a108b9be1439090a00579f7942cede9]

        #103855# impl CTRL+ALT+Cursor up/down to move entries

2002-10-01  Peter Burow  <pb@openoffice.org>  [bc30142046fcd436bc5db063ac0be8f9925ffec8]

        fix: #103741# append methods need FileDialogHelper_Impl

2002-10-01  Peter Burow  <pb@openoffice.org>  [ce40baeba7852eea0b6f2471a922a48f3777f08f]

        fix: #103741# seperate header file for FileDialogHelper_Impl

2002-10-01  Frank Meies  <fme@openoffice.org>  [66a25cce13d43276937f6116db9b972a21dedbfb]

        #103872# Positioning of draw objects which are outside the page frame

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [13a50a0b42823a17e6d89ca47d22a937ed9d5e89]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Daniel Rentz  <dr@openoffice.org>  [93e85e33fcb0ba8e388b96254b73ed4fa74a3855]

        #102823# japanese default number formats

2002-10-01  Daniel Rentz  <dr@openoffice.org>  [02b5e21dfd30112ea71c333ecda4308e29ea2724]

        #102823# japanese default number formats

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [eca3b9dafb48e5519bfe84b430a1d114836965c5]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Daniel Rentz  <dr@openoffice.org>  [8dad898e9954cdbad97c04e9f55a16bf4b2d5455]

        engl. comments

2002-10-01  Sascha Ballach  <sab@openoffice.org>  [1cd66fdfa5e6a1588b13cfad1d7ab820673c98ee]

        #103863#; it is a TABLE_CELL

2002-10-01  Noel Power  <npower@openoffice.org>  [19dc7dbb8038bad26c7daa8d7ad51b54cf313e0f]

        *** empty log message ***

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [4f5976c38322a993c5c7f9afd000178dd9f3322c]

        #103263# switched to default bootstrapping

2002-10-01  Vladimir Glazounov  <vg@openoffice.org>  [8bed41d97b182e69effb3eb2b8b74377a96edcfc]

        new version for SRC641

2002-10-01  Daniel Rentz  <dr@openoffice.org>  [3e277665f79001d2a0e4b94ec7ceb90e504eacd0]

        FORMAT

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [070d22be09c86a1dfb4a1a78875da7e392ae9db2]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Philipp Lohmann  <pl@openoffice.org>  [66b13c1be8b4b0cd112558a7cf9d40df2cb0f306]

        #103886# use correct winding rule in DrawPolygon

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [8ac18c6b8055bfe94d376e396ac613eb8e743490]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Ingrid Halama  <iha@openoffice.org>  [b00e2857bf2c4d0fc27bef4d90b17dc1e6ec4794]

        #103323# trigger preview while initializing the autopilot

2002-10-01  Daniel Rentz  <dr@openoffice.org>  [01bf6eec3301f912446b46b0c975cf67e33b8d7b]

        #102823# lcl_AddLanguage() -> ScGlobal::AddLanguage()

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [42f3aa44163313621b97f9a0ea3755cde286685f]

        #103263# replaced applicat.rdb by types.rdb and services.rdb

2002-10-01  Ocke Janssen  <oj@openoffice.org>  [1982c8b43278296904b82e921dfdacf31e43444f]

        #97524# remember column type for reuse

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [02170bf6f1d32c0b66f7d066005a6e8f891897dd]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Christian Lippka  <cl@openoffice.org>  [bb35228ba6d922f5798ef596d70483e8f11b86f9]

        #103836# if all text selected don't create portion attributes

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [07dfce80f6757c7599595e7100305270a281310d]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [0739199556c9f69da8ea88730ea4ebfe7fc6fcb9]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [237e29d6b906cfd0f103cefd4aa22a22dbbd87b8]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Ingrid Halama  <iha@openoffice.org>  [c700b95ab621b59f6f02429577cde33e2612ee40]

        #97391# alignment was not initialized if aWinState was empty

2002-10-01  Sascha Ballach  <sab@openoffice.org>  [c44080386e93db38c8d698971dc601868ed79c14]

        #101599#; add ZoomType and ZoomValue

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [95f08c05a36b908f5ac046d1655dac27fc215556]

        #103263# replaced obsolete applicat.rdb with types.rdb

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [9db64696eec32045f21ea8e745549b5f54066e19]

        #103263# removed obsolete applicat.rdb

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [9ed54aadf1ca1ac72b19a62a29b3005830d33f84]

        #103263# removed obsolete applicat.rdb

2002-10-01  Philipp Lohmann  <pl@openoffice.org>  [3e122697606a127bb350a1bb9a23b84f8faf29f9]

        #103547# change for Windoze compiler

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [0e934cb90425487415e1bf562532fd5cbb88c48e]

        #103263# removed obsolete applicat.rdb

2002-10-01  John Rice  <jmrice@openoffice.org>  [2723f6c9f0e2c7ae7d3f06dffb8bef32dacf0c9f]

        Added debug trace.

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [8bb8da89ca0028f9b101d7c86b477e473ea12df0]

        #103263# replaced applicat.rdb with types.rdb and services.rdb

2002-10-01  Oliver Braun  <obr@openoffice.org>  [dc6ebbbd8989d639f06200b3181559ee2a24bbad]

        #103756#, #103230# retrieve text of labels on demand

2002-10-01  John Rice  <jmrice@openoffice.org>  [92ce2dda949585870750b4c4d6a506d6956a40a4]

        Storage initialisation, handles abscence of Scripts dir gracefully

2002-10-01  Jörg Budischewski  <jbu@openoffice.org>  [9f3b91f59c70a46c5707c98c1b3c9e2418f420a4]

        #103263# obsolete applicat.rdb removed

2002-09-30  Karl Hong  <khong@openoffice.org>  [9ec31920f428750e3f77e7641125c7bd91ca0f89]

        #103462# fixed some problem in dtd and xml files

2002-09-30  Philipp Lohmann  <pl@openoffice.org>  [f5ab66cafbf16867b8e35b56b6d530feaf4d0686]

        #103547# avoid unusable fonts in RTL case on Solaris

2002-09-30  Philipp Lohmann  <pl@openoffice.org>  [b213d961b915982c2f923ff950ac1aa943664ba4]

        #103547# use found token as search font name

2002-09-30  Philipp Lohmann  <pl@openoffice.org>  [4d5a859532dc31bbf2459a4f6598a7ddb9a8af8b]

        #103547# promote Lucidasans (java font)

2002-09-30  Thorsten Behrens  <thb@openoffice.org>  [3fec6924d9e2ce16f14e380fbcf0d02bee4ac61f]

        #103137# Avoid banding for special case

2002-09-30  Sven Jacobi  <sj@openoffice.org>  [c443c6a04b14912b10cd0d6c1eb1722087cd6657]

        #103807# solved crash if there has been more than one tabulator in the master style

2002-09-30  Mathias Bauer  <mba@openoffice.org>  [d28d456b313f725d5d474285822cd7301a64b584]

        #100759#: don't undock beamer

2002-09-30  Aidan Butler  <aidan@openoffice.org>  [1640760635b7c583a5638c7391b27fd29bebcf85]

        Added Settings.xml

2002-09-30  Mathias Bauer  <mba@openoffice.org>  [70bd773ff73e07eed69b4d6ddac2754dc12d290b]

        #103114#: allow interaction for inserting files

2002-09-30  Mathias Bauer  <mba@openoffice.org>  [44a5cf68a4bd23a820098e344a9ef21a07bb8303]

        #103114#: method for filter handling on loading a document

2002-09-30  Lars Oppermann  <lo@openoffice.org>  [b96fe89afa2fae51de300b088ee57572f1f27653]

        #101202# lockfile for user dir

2002-09-30  Lars Oppermann  <lo@openoffice.org>  [03bf2a94f6048ebecb134f932ded65cf0db17f9c]

        #101202# lockfile for user data

2002-09-30  Lars Oppermann  <lo@openoffice.org>  [1009868edaf23033040f8089cc50d4055b26ac5b]

        #101202# lockfile for user dir

2002-09-30  Mikhail Voitenko  <mav@openoffice.org>  [396785a4a0850ace957abe4b81734d4e13c5b6d6]

        #103841# remove dead code

2002-09-30  Thorsten Behrens  <thb@openoffice.org>  [3727e045473353cc8b5510a0e4da3562a06b691d]

        #103856# Disable accessibility if no model/view info available

2002-09-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [670822844d2e3b878520097167b27619e103b1e5]

        USE_NEW_SDK must get resetted

2002-09-30  Behrend Cornelius  <bc@openoffice.org>  [400104dd702514d046beaed63765f0e43eb24bdc]

        #100060# Property Values redefined

2002-09-30  Daniel Rentz  <dr@openoffice.org>  [2302c3361300f5922fc279c23e2b3dfed0e9f6ad]

        #103330# CheckListBox: first select, then check

2002-09-30  Niklas Nebel  <nn@openoffice.org>  [cdc3c49d4899f01ac6bb9a601fe44a0dde38547f]

        #103818# ExecuteStyle/UPDATE_BY_EXAMPLE: remember old style for undo, correct order of ScUndoModifyStyle/SetStyleSheetToMarked

2002-09-30  Thomas Lange  <tl@openoffice.org>  [f704b49ec2c2b69766aa4251fdd435cf2b17a9bd]

        #103604# LTR-RTL buttons are no longer toggle switches

2002-09-30  John Rice  <jmrice@openoffice.org>  [ab1b0edaa58b35cff9df496528ad9c6f43338ecf]

        Code review cleanup

2002-09-30  Eike Rathke  <er@openoffice.org>  [79d566e6c3042884f1db0e9f34bf93b2be08297a]

        #102692# disable non-product calendar check accidentally left active (should be reimplemented as a one-time check)

2002-09-30  Sven Jacobi  <sj@openoffice.org>  [18fa1ce2502161f88380b0cbba1bbeb7a562e279]

        #103565# do not create jpegs for very small bitmaps

2002-09-30  Ingrid Halama  <iha@openoffice.org>  [412ebca745a1eb8914fbb38799a8d58af3c3831c]

        #103416# cutted german strings

2002-09-30  Caolán McNamara  <cmc@openoffice.org>  [580c5a3a0424c1a48bcf3ddbbdde068a746d795f]

        #i4727# word appears to have some import bugs with rtf, i.e. doesn't like duplicated properties, and doesn't like unnecessary ltrch marks

2002-09-30  Frank Schönheit  <fs@openoffice.org>  [1b92671192ef39c61262a44a2a8267dc9f736f61]

        #103816# corrected ref-count handling in dtor

2002-09-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cf6061f8bfdc81bae629c46d9e92c9fbbd5109e1]

        #103458# fixed syntax in testshl call

2002-09-30  John Rice  <jmrice@openoffice.org>  [852449eaf20e425b507d238fecd82039280c0bb2]

        Fixed null pointer ref bug in getImplementations when storage is empty

2002-09-30  Andreas Schlüns  <as@openoffice.org>  [645c277615dc86e344995e2ee2c9e9c182593c03]

        #103838# add missing service description to be consistent with devmanual

2002-09-30  Michael Brauer  <mib@openoffice.org>  [19ba56b117ccef2c05098122b79b2af62d6a615b]

        #100155#: text:h inside list, draw:name, draw:transform

2002-09-30  Hennes Rohling  <hro@openoffice.org>  [c6e005d9f72e1d51e027ef230753e7602ce4dcb8]

        #102641# Uwinapi now exports full function set of uincows

2002-09-30  Andreas Bregas  <ab@openoffice.org>  [cb94945abed9ff86d9c8a8a9af023f1dfb78d217]

        #103654# Changed error handling if an identifier does not represent an Uno class

2002-09-30  Philipp Lohmann  <pl@openoffice.org>  [838b0be859799cdf3388d50d181d41135782ed52]

        #103759# push flags

2002-09-30  Hennes Rohling  <hro@openoffice.org>  [1c320132f2d962a8a05e2e1a4726d47a03963871]

        #102641# Uwinapi now exports full function set of uincows

2002-09-30  Sascha Ballach  <sab@openoffice.org>  [e3959be84e486ccb5dcb9604cd96582d4c57dd3c]

        #103800#; use a copy of ScViewData's MarkData to mark multi

2002-09-30  Rüdiger Timm  <rt@openoffice.org>  [82ce5c6aad5bee372bd927e27b511cbbfcb438be]

        Reset STAR_RESOURCEPATH

2002-09-30  Ocke Janssen  <oj@openoffice.org>  [10d12a52cc3d7d8659093eb7139e6c0c5a2e0cea]

        #97230# ParseContext added

2002-09-30  Ocke Janssen  <oj@openoffice.org>  [eda475bfec2d9ed1640978babeded366d83f2d67]

        #97230# new Interface for ParseContext

2002-09-30  Martin Hollmichel  <mh@openoffice.org>  [7457e4840cddc07de8fb7687b9ca41983290138f]

        chg: target directory, #100000#

2002-09-29  Martin Hollmichel  <mh@openoffice.org>  [ff44a690528e0145c1e362fdab2ad25c847ea678]

        add: header, #100000#

2002-09-27  Eike Rathke  <er@openoffice.org>  [22b27661a1991f77f0524ed62f0221f4dbda0519]

        #92320# new ScFAPToken

2002-09-27  Sven Jacobi  <sj@openoffice.org>  [c4735218d5ac9393ddac2d12d484002c5d3d0c4f]

        #94256# better matching of our own predefined arrow heads

2002-09-27  Kai Sommerfeld  <kso@openoffice.org>  [b9bac49c1609a51b41eee9b5001523610f759952]

        #82433# - Fixed crash on destroying popup menu.

2002-09-27  Kai Sommerfeld  <kso@openoffice.org>  [492929e862dbacd553c687872b4ff84fd5b87d78]

        #82433# - Support for links with empty target URL.

2002-09-27  Frank Meies  <fme@openoffice.org>  [c7b2c719a175435f8e77b0e7a3a098142a913785]

        #103740# Painting of graphics inside vertical frames

2002-09-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [e82d02a63512b31dda198a158a92ff60398f8943]

        #102171# XMLValueImportHelper::ProcessAttribute

2002-09-27  Joachim Lingner  <jl@openoffice.org>  [2e79f89a9de16a4aae98d1eebc2705764ffedb73]

        #101435# file urls containing were not properly handled. SecurityExceptions were thrown when one tried checkRead on such a file.

2002-09-27  Mikhail Voitenko  <mav@openoffice.org>  [9b0350f78b9973fb0e13654805d2fc6f026cb4c7]

        #102625# while registering for doc control can be unregistered

2002-09-27  Duncan Foster  <dfoster@openoffice.org>  [95b727245029c1d256aa5df16a92a730f870b91d]

        Cleanup to satisfy the Microsoft compiler

2002-09-27  Stephan Schäfer  <ssa@openoffice.org>  [d44a3dce20262585671e225d56425f2de0cc3691]

        #103362# improve drawing of mnemonic underlines

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [17408c842a859239827ac9ffd67fc18b26cb5669]

        #97230# parseContext moved

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [47a77b2ea50eca559505f274658e70dab6784997]

        #103805# lock solar mutex before accessing resource file

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [9418953ab7334d9e8e1d58d8250f2a17d3df89fc]

        #103265# correct error message for parameters

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [b80f8d2e407be16e862af0c201dd19f718e54f2b]

        #103265# set Next coorect

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [ab533422ed55e206abbb86b40e695cfe0a3bda85]

        #102917# new service for the QueryDesign

2002-09-27  Frank Schönheit  <fs@openoffice.org>  [29a14176afe2b142c9de46ae80a5646716eb41f3]

        #101423# PutEntry: don't forget the language ....

2002-09-27  Oliver Specht  <os@openoffice.org>  [290647cca7c00ae73e9556f5e9c41fd7508b5aa3]

        #103753# use of available user defined number format corrected

2002-09-27  Daniel Rentz  <dr@openoffice.org>  [4ab8e3923197983eabb82a7b82b288e8faabd7a9]

        #94353# delete progress bar before UpdateRowHeight()

2002-09-27  Christian Lippka  <cl@openoffice.org>  [302d44e5da0477283172bed160edafa075fef8bb]

        #103771# set current date/time when switch from variable to fixed

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [f257eebdfbffb495db500e43975128672a8cc447]

        #103051# convert double to date,time or timestamp when column type is set

2002-09-27  Thomas Lange  <tl@openoffice.org>  [6479bd310a019d751ba786052426c5c8a7f49c83]

        #103610# added optional flag to some properties

2002-09-27  Sascha Ballach  <sab@openoffice.org>  [deb2b93baaef08e57a1424873b2f84574fefdd2a]

        #92038#; don't set document modified after setting autospellcheck, because it is no langer saved

2002-09-27  Christian Lippka  <cl@openoffice.org>  [b593ef6f7e5b5702a5fc3d665bddd327123eaa70]

        #101771# support ctl on ruler

2002-09-27  Armin Weiss  <aw@openoffice.org>  [f37aa2bb3dc0e6f72f59aec9bd8e606cd0377194]

        #103765# disable float or linear transparence if change and either is SFX_ITEM_DONTCARE what means used in one of that objects

2002-09-27  Christian Lippka  <cl@openoffice.org>  [3914bf7344ec5c79e45fa478f0b8fb83262a14bd]

        #101771# support ctl on ruler

2002-09-27  Christian Lippka  <cl@openoffice.org>  [70208288d750bf89891bf21aa80d7536b4644a7f]

        #101771# right to left item is not only for tables

2002-09-27  Sascha Ballach  <sab@openoffice.org>  [ce67e93cfae4fac5bb728bb0eb055a1726eccc0e]

        #93295#; property BasicLibraries is readonly

2002-09-27  John Rice  <jmrice@openoffice.org>  [e168de6dd36a1a38dd81b7f4fcae5df817ad11a6]

        Updates from code review for end of September release

2002-09-27  Sascha Ballach  <sab@openoffice.org>  [9070d813abfa5fbc0707d7340cd90dfc70314220]

        #93295#; add property BasicLibraries

2002-09-27  Sascha Ballach  <sab@openoffice.org>  [e15ee1e939a821d831edb5ed03f534840bd0e548]

        #93295#; add property BasicLibraries to XModel

2002-09-27  Aidan Butler  <aidan@openoffice.org>  [902641dd5353d9d46b309af5cd53dc9ca3def869]

        Added entity conversion e.g. & ->&amp;

2002-09-27  Caolán McNamara  <cmc@openoffice.org>  [09583640927e2c104788c6d3c172160890c8361f]

        #i6436# Even when embelishments are addpended to a character be able to balance unbalanced = symbols

2002-09-27  Oliver Specht  <os@openoffice.org>  [a7ae7a8696326d581d08156042585e7e53f19cf3]

        #103740# frame direction item correctly read

2002-09-27  Michael Brauer  <mib@openoffice.org>  [79e58bd6d3d480bfb80c51025c18266767067c37]

        #100226#: Improved switching between design/live mode of controls

2002-09-27  Niklas Nebel  <nn@openoffice.org>  [15052683f9b8a0759745b85d5c8103e22467bf94]

        #94321# SetCursorAtCell: for negative AutoFill skip hidden columns/rows again

2002-09-27  Behrend Cornelius  <bc@openoffice.org>  [2cd330d5e3623d65a5352d6edcee799b1b8d27ad]

        #102728# japanese holiday in October modified

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [af71cab018d5ea78e8cbfd882b51ad4bda29729c]

        #97230# new interface for ParseContext

2002-09-27  Philipp Lohmann  <pl@openoffice.org>  [4374e53d232ace9be0789707121d294ec4a13fd8]

        #103774# use correct cursor position in empty edit

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [a9dcd87448499e3d23f4b50c23a5ad6ee1641527]

        #97230# new interface for ParseContext

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [b48832df0f20470482d19fc7f4dbaeec36abad09]

        #97230# new interface for ParseContext

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [f7010ef1de93b7a7d7346c8b3c2a64a68642ada2]

        #97230# new strings for the ParseContext inserted

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [bd857982de26126c44a7bcb8b9eb811336168773]

        #97230# ParseContext.hxx inserted

2002-09-27  Sascha Ballach  <sab@openoffice.org>  [526d3611a7a87181170ff0255c27c5d75813c95f]

        #86769#; support SpreadsheetDrawPage service

2002-09-27  Sascha Ballach  <sab@openoffice.org>  [bae592e2cf82498e86051e5a4d1aafc7f2000b3a]

        #86769#; add a more simpler drawpage service for the spreadsheet drawpage

2002-09-27  Ocke Janssen  <oj@openoffice.org>  [1689391422060a68f25847b942238a7173ef3eb1]

        #97230# new interface for ParseContext

2002-09-27  Armin Weiss  <aw@openoffice.org>  [82b5c371c28aa49859ea537bd6a9202f769b4be7]

        #102819# Here SvxFont needs to be used instead of Font

2002-09-27  Caolán McNamara  <cmc@openoffice.org>  [a40e4e3c42be7ed12e317770d46a5f2b703f9b98]

        #98506# spacing is considered part of the frame height and so the spacing is taken from inside the height, not added outside of it

2002-09-27  John Rice  <jmrice@openoffice.org>  [0e7a10a32f7c7e0528cd76d4b3587412d1887d53]

        Update from code review and integration for end September release

2002-09-27  Caolán McNamara  <cmc@openoffice.org>  [f1c62c7ec4348e5da0d0a125704052f0d5c9e8d4]

        #i4641# also look to character style to figure out font encoding if its exists

2002-09-27  Behrend Cornelius  <bc@openoffice.org>  [21263274bcfb9062bea79197f67993cfb2d6d071]

        #103669# russian holidays added

2002-09-27  Sven Jacobi  <sj@openoffice.org>  [c8db341c43c67702da7d2658d0f102c36fb62daf]

        #94256# take care of ms linestyles, they can now be load/saved without loss

2002-09-27  Philipp Lohmann  <pl@openoffice.org>  [e8d7de1fe7448727dc09406d0a52f61e4b9da202]

        #103759# honor push flags

2002-09-27  Mikhail Voitenko  <mav@openoffice.org>  [f6c07bb79295975c606a676d1b8748d303a0c638]

        #103785# use right constructor

2002-09-27  Daniel Rentz  <dr@openoffice.org>  [c5b62249a43356766fe3ecdd435abce7f0371f18]

        #103790# crash with BIFF4 workbooks

2002-09-27  Behrend Cornelius  <bc@openoffice.org>  [bd2210b8fc7820912b37104a78736aa6ee13c452]

        #96771# date format for own holidays modified

2002-09-27  Sascha Ballach  <sab@openoffice.org>  [26f8f3373cc7c4512952562ae418e96e021949dd]

        #97041#; put only mulitmarked ScMarkData in ChangeIndent

2002-09-27  Frank Meies  <fme@openoffice.org>  [5b72d72c82f54ea3c6e04151ffa3d08bababb36c]

        #103743# Cursor travelling in vertical and rtl tables

2002-09-27  Karl Hong  <khong@openoffice.org>  [d34f3c67ab785dbea22e89a2d9cef3fd9340dd41]

        #99877# fix problem in loading collator and merging same phonetic entry

2002-09-26  Herbert Duerr  <hdu@openoffice.org>  [2399ec7b6f5aa1d264e356001fd63240c50b4546]

        #98991# don't use glyph indexing for vertical text, fix GetNextGlyphs

2002-09-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a1bcc084478329379645dd583f335080cf1cc78]

        #100000# define module dependencies

2002-09-26  Eike Rathke  <er@openoffice.org>  [0c0f12c5502d28b9b3e5b103cae83c77070cd163]

        #94225# InvalidateTextWidth: don't broadcast while importing XML

2002-09-26  Rüdiger Timm  <rt@openoffice.org>  [872e1baa15ad30377c89cf88e5cb145d379af0bf]

        #103768# Make untared sources readable.

2002-09-26  Daniel Boelzle  <dbo@openoffice.org>  [e105e0c21579527fd9f6ae6154503665afa89d34]

        new

2002-09-26  Oliver Specht  <os@openoffice.org>  [d93794eaf2fbe69755fac4124ea02a02ac5ee612]

        #101354# support UpdateDocMode property while loading documents by API

2002-09-26  Thomas Lange  <tl@openoffice.org>  [bfaf2b6a376f318a499e227c061eace14ebdd7d2]

        #103717# PDF export with active page preview fixed

2002-09-26  Caolán McNamara  <cmc@openoffice.org>  [4fedace6d2c940825200b5f588d6626fc3542737]

        #101746# Add cell padding import and export

2002-09-26  Niklas Nebel  <nn@openoffice.org>  [d7e57e609df7c2c36dc7b49f14a8aae471f2d7fc]

        #103396# use point instead of inch etc. for grid spacing values

2002-09-26  Caolán McNamara  <cmc@openoffice.org>  [f03e08e30f766dca3dee506ab9a14b48053ab861]

        #101746# Add 16 row and cell padding keywords and tokens

2002-09-26  Sascha Ballach  <sab@openoffice.org>  [c6fdd5b04ad230a0c6d6c7daa6115e1959a9253a]

        #101755#; do not change the size of the range of the sheet

2002-09-26  Thomas Lange  <tl@openoffice.org>  [1f8291f18f06ec9a5542b09f2060f3f1a8f13352]

        #100553# DelHFFormat fixed (checking for SwXHeadFootText)

2002-09-26  Frank Meies  <fme@openoffice.org>  [5b71fffa2c6b22fed5f923f98c388b7c0549e452]

        #103743# Wrong selection and travelling in vertical and rtl tables

2002-09-26  Oliver Specht  <os@openoffice.org>  [e5d4fd40c8628ddc765dd90e3dbbe3255927bb74]

        #101354# support UpdateDocMode property while loading documents by API

2002-09-26  Oliver Specht  <os@openoffice.org>  [3420c93bfee7c63417e438304dc149b2c6638aaf]

        #101354# support UpdateDocMode property while loading documents by API

2002-09-26  Oliver Specht  <os@openoffice.org>  [8594780753d5ee1cfe80651d8b9678854f2c6c5f]

        #103751# use SwFEShell::GetMousePageDesc to determine the page descriptor

2002-09-26  Frank Meies  <fme@openoffice.org>  [664d1e1d9853691f20b10aa57fbdb3f9cfd246a3]

        #103743# Travelling and selection in vertical and RTL tables

2002-09-26  Armin Weiss  <aw@openoffice.org>  [f001ae3ec6608f80ca70032a10d3a60e1ec785ff]

        #101684# new flag at text object to see if it is in edit mode

2002-09-26  Oliver Specht  <os@openoffice.org>  [bc76d7a1fa86cc9ad2f995e76a6f69a89b1e9dbc]

        #103751# new: GetMousePageDesc() to determine the PageDescriptor that is valid at a given position

2002-09-26  Sascha Ballach  <sab@openoffice.org>  [d4f33a65ec8312a18172591b50fb6821b4446350]

        #103706#; give better warnings for to much rows, columns and sheets

2002-09-26  Sascha Ballach  <sab@openoffice.org>  [166cd2982bccda71ecb35157aa5075bbdff1bc70]

        #103706#; add warnings to inform the user about to many rows, columns or sheets in the xml import; put SRX branch into toplevel

2002-09-26  Sascha Ballach  <sab@openoffice.org>  [43e21983324564a7db05f8c775f0be59a80f29a6]

        #103706#; add warnings to inform the user about to many rows, columns or sheets in the xml import

2002-09-26  Ocke Janssen  <oj@openoffice.org>  [75fd07c900e25e25cef81970531969f815901e43]

        #96522# change locale of the numberformatter from UI to SvtSysLocale

2002-09-26  Ocke Janssen  <oj@openoffice.org>  [33688b7718d0524eb44f4b09824f98ad36d285a1]

        #96522# change locale of the numberformatter from UI to SvtSysLocale

2002-09-26  Ocke Janssen  <oj@openoffice.org>  [fb162871bea92577e72437e59e1dfc1d2e6b3a93]

        #102963# SetEvalDateFormat(NF_EVALDATEFORMAT_FORMAT) to use the format key at the number formatter

2002-09-26  Sven Jacobi  <sj@openoffice.org>  [e435ffc48d1fabeda8e63bb5ea876aa3d524bde8]

        #103707# setting NullRegion instead of EmptyRegion

2002-09-26  Herbert Duerr  <hdu@openoffice.org>  [60867a6dd25d54c869dedce1a243f635b3eaea57]

        #102258# finish kashida justification implementation

2002-09-26  Philipp Lohmann  <pl@openoffice.org>  [f41c24537c19b56f184597156ad3bac67d7b2033]

        #103460# more bidi IME

2002-09-26  John Marmion  <jmarmion@openoffice.org>  [bcb0e66a297860bbc9f1f2ae87fbaa1a32c5ac77]

        #98965# - use the nsIAbCard interface only to retrieve card properties.

2002-09-26  John Marmion  <jmarmion@openoffice.org>  [48ab6388389b86d46e9dc75df12f077800823bd8]

        #98965# - use the nsIAbCard interface only to retreive card properties.

2002-09-26  John Marmion  <jmarmion@openoffice.org>  [8ddcb5fc2f0bf916caae7b9050191be6ec7b0b1a]

        #98965# use the nsIAbCard interface only to retrieve card properties

2002-09-26  Ingrid Halama  <iha@openoffice.org>  [85595178410a2fe1998f15634f6d9d258b2ac3f4]

        #94954# do not list handout-page twice

2002-09-26  John Marmion  <jmarmion@openoffice.org>  [405cbbd20bf50b044a3fee77266396523d3dc83e]

        #7868# Comments field has no data - found while fixing #98965#.

2002-09-26  Rüdiger Timm  <rt@openoffice.org>  [a812c67532c588a5701368e8f8903fefc799a4e6]

        #100000# Syntax change for solaris compiler bug: There must not be any white space character between macro name and left parenthesis, if a line break follows. Error message here was: Error: RTL_CONSTASCII_USTRINGPARAM is not defined.

2002-09-26  Sascha Ballach  <sab@openoffice.org>  [931a0b0a03a914f22142c54ef17e42cd56a1e2ce]

        #103389#; nextElement should throw NoSuchElementException instead of IndexOutOfBoundsException

2002-09-26  Sascha Ballach  <sab@openoffice.org>  [f34ad1954a71b239ab54a901407318d26e444da7]

        #103377#,#103378#; add support of XRefreshable

2002-09-26  Philipp Lohmann  <pl@openoffice.org>  [87f0266bb47df9d05c19d4c5f5b7b0537afda6cc]

        #103460# bidi edit and IME

2002-09-26  Ocke Janssen  <oj@openoffice.org>  [bc31fe3532189416eb143e36fd146588586d2e62]

        #103685# correct index of replaceAt call

2002-09-26  Frank Schönheit  <fs@openoffice.org>  [d6ef956bf958fd66b082a17e5e283321a7a90519]

        #103727# when a view is deactivated, cancel any pending async loading actions for the respective page

2002-09-26  Christian Lippka  <cl@openoffice.org>  [9108280492991788376ec38fc605843f46c38f2b]

        #103668# removed debug code

2002-09-26  Thomas Lange  <tl@openoffice.org>  [89a73f191802fcad62cef26e73735424c61563ea]

        #103610# missing properties added

2002-09-26  Thomas Lange  <tl@openoffice.org>  [13f2daf6f7aa420604ec5ba498086e0a8492926a]

        #103610# missing properties added

2002-09-26  Thomas Lange  <tl@openoffice.org>  [968c4e9c58d342ba6c482d144b9c6a22749a5aed]

        #103610# missing properties added

2002-09-26  Karl Hong  <khong@openoffice.org>  [bd2062d0331bfa01b686dabf6b243fc7e1b87a97]

        #103529# add dictionary word break rule for Catalan

2002-09-25  Cyrille Moureaux  <cyrillem@openoffice.org>  [e3836749e075c42bf2e7b6f7806ca4de1df0a7cc]

        #103643# Modified the two-stages handling of exception (behaviour/message) into a one-stage process because of Windows strange handling of nested throw/catches

2002-09-25  Herbert Duerr  <hdu@openoffice.org>  [ecdf0542cc54f802ec99c4964f0776467eaaca26]

        #102258# GenericSalLayout::KashidaJustify()

2002-09-25  Herbert Duerr  <hdu@openoffice.org>  [7304604e51ef0d857bde8016c4948775a7876312]

        #102258# kashida justification on UNX

2002-09-25  Ingrid Halama  <iha@openoffice.org>  [a2b94fc994d42306e3a69ec210e2acaca79cd00b]

        #96574# interaction: do not provide objectaction if there is no one

2002-09-25  Philipp Lohmann  <pl@openoffice.org>  [9e6104ea9376ae69299c1d11a1ef67ddaa679752]

        #103460# bidi edit

2002-09-25  Ingrid Halama  <iha@openoffice.org>  [9059f1df674bb965e9a0b781f7c9841e04b20aa8]

        #99281# use magenta transparency

2002-09-25  Christian Lippka  <cl@openoffice.org>  [54dad2033499de3eaa701ead5bd69019c1119da8]

        #103641# fixed possible duplicated attributes

2002-09-25  Daniel Rentz  <dr@openoffice.org>  [fd2eba10f5939a44300af827cc4c0a96e491a19d]

        #103065# do not put empty CJK/CTL fontitem

2002-09-25  Daniel Rentz  <dr@openoffice.org>  [7d2c0508e6aef92dda5a1a44d07926c0ea7a012e]

        #103065# do not put empty CJK/CTL fontitem

2002-09-25  Joachim Lingner  <jl@openoffice.org>  [291a8e7952c03da277aed76be6fbadee62e52a30]

        #103704# #103724#

2002-09-25  Daniel Rentz  <dr@openoffice.org>  [98cd7853a1682345aa42a0b3e89f9be158e80c8f]

        #53856# multiselection dialog->sheet

2002-09-25  Eike Rathke  <er@openoffice.org>  [f8c7a8b820968e16add6f321f8b92a82efed979d]

        #97591# Insert/Delete/Col/Row: restart RelName listeners on every sheet, not just the modified sheet

2002-09-25  Niklas Nebel  <nn@openoffice.org>  [3134b21e95c040a9ba761a797892fe7f09d09e20]

        #103036# AlignToCursor/JUMP: Find desired position of cursor on the screen

2002-09-25  Ingrid Halama  <iha@openoffice.org>  [334ead095418d6473f3ac38ab9bee9ccb9e9dd73]

        #98370# play button changes to stop without playing

2002-09-25  Sascha Ballach  <sab@openoffice.org>  [558d5a307d41fc2e171c9588b40341e8bfcdcfef]

        #103272#; don't overwrite stacked orientation while setting the rotation angle

2002-09-25  Oliver Specht  <os@openoffice.org>  [04b144cfbc55fb37ad222295bcb45f9133697bee]

        #103283# text output in example window improved

2002-09-25  Stephan Schäfer  <ssa@openoffice.org>  [b90cf582ef45d49019b98f60c7174b87aad7148b]

        #103487# handle WM_IME_CHAR to support 3rd party IMEs

2002-09-25  Christian Lippka  <cl@openoffice.org>  [a0bf0ccbf048bd19e361d838256017efea25c62b]

        #103668# added placeware

2002-09-25  Thomas Lange  <tl@openoffice.org>  [3c9615e926be3eac96b14101050a3945333464c4]

        #103610# ParagraphPropertiesAsian added

2002-09-25  Tino Rachui  <tra@openoffice.org>  [b188398f1013a8198758e58b1eea93ea6199b7f8]

        #103672#implementation of implshownativedialog

2002-09-25  Thomas Lange  <tl@openoffice.org>  [74b9797933bfb37dd25b3e006bf893db340ac90e]

        #103610# missing properties added

2002-09-25  Juergen Schmidt  <jsc@openoffice.org>  [6a8a90f164522cd3dd6a124f569c066c0956ad86]

        #94968# improve output and detect incompatible service changes

2002-09-25  Thomas Lange  <tl@openoffice.org>  [bd976f39b5992bb3ece0fcc07752a1bda0a64f9d]

        #103610# missing properties added

2002-09-25  Thomas Lange  <tl@openoffice.org>  [f47c2198aa45c751987c6d4bde8e1751a4073810]

        #103610# missing properties added

2002-09-25  Frank Meies  <fme@openoffice.org>  [6605e6cc7849dbaf44a98d95b6c5fbed4ef0a174]

        #103498# Still some more issues with vertical tables

2002-09-25  Herbert Duerr  <hdu@openoffice.org>  [977061447caecce3ebd1ef7fcc3ce737321542af]

        #103460# fix bidi issues for mixed text

2002-09-25  Oliver Düsterhoff  <od@openoffice.org>  [59b3c4c39419ea69e4d2e96a7df301f844baa13a]

        #99739# - adjust rectangle on drawing graphic

2002-09-25  Oliver Düsterhoff  <od@openoffice.org>  [78b7feda654121a48b12e3e294d6cfbeead341ac]

        #99739# - delete unused parameter of method SwNoTxtFrm::PaintPicture

2002-09-25  Frank Schönheit  <fs@openoffice.org>  [c50b8559c8c218a53483adf56e9ab81329521573]

        #103388# getElementPos: work with normalized XInterface references - should prevent a lot of expensive queryInterfaces

2002-09-25  Frank Schönheit  <fs@openoffice.org>  [f00acd5802c6aa97abc272eade8f4d6734fdd310]

        #103388# let the FmEntryData (and derivees) cache the most often used interfaces of the respective component - should give some small performance gain

2002-09-25  Frank Schönheit  <fs@openoffice.org>  [b32b96660c785941b66ecc08114547a1cb39e728]

        #103388# allow for deletion of 'dead models' selected in the navigator (means models which are not attached to a shape), to allow manual correction of corrupt documents

2002-09-25  Frank Schönheit  <fs@openoffice.org>  [c966d55f68e79b7e84f0ef23851e4cd19340e986]

        #103388# let the FmEntryData (and derivees) cache the most often used interfaces of the respective component

2002-09-25  Oliver Specht  <os@openoffice.org>  [348a36c1d11eb86cc723d9690dd86387f7477364]

        #103194# from top alignment is from right in vertical environment

2002-09-25  Christian Lippka  <cl@openoffice.org>  [7bbb9ba07b4c68d03f2ab9d3c86f0d8d810f9fbd]

        #103668# initial implementation

2002-09-25  Thomas Benisch  <tbe@openoffice.org>  [1a48a42356804c062a135418c095256e2f052df9]

        #97297# added documentation

2002-09-25  Oliver Bolte  <obo@openoffice.org>  [c16a2609319a62fd1e5d428d2b41317b049a9a34]

        #100000# / to $/ can't build with old 4nt shell

2002-09-25  Frank Schönheit  <fs@openoffice.org>  [04197f580697eb68de219e9e4ce265cdaf860020]

        #103597# +excludeFromExport/m_aIgnoreList

2002-09-25  Peter Burow  <pb@openoffice.org>  [606700be57fac950b90105a6c6c273972aa3ba4d]

        fix: #103638# notify CHECKBOX_TOGGLE and set status CHECKED

2002-09-25  Frank Schönheit  <fs@openoffice.org>  [b26f47bf7927021114aa8e8faf3587034fe80dfb]

        #103597# +excludeFromExport

2002-09-25  Oliver Specht  <os@openoffice.org>  [750084dced7027baad50f69b059bc64bbb3b882c]

        #100585# keep proportional changed to keep ratio

2002-09-25  Rüdiger Timm  <rt@openoffice.org>  [25d65446f2a79720e69e591da1b3ab603e264d7c]

        #100000# Return value for dbaui::OFieldDescGenWin::getFieldControl()

2002-09-25  Eike Rathke  <er@openoffice.org>  [ce941c887d9888b5eb154ab5ef7a6c2bd19d5b61]

        #103702# IsNumberFormat: don't append scientific format exponent to mantissa

2002-09-25  Sascha Ballach  <sab@openoffice.org>  [41edb7b3a91bbba61aeb414819b3eb87a110cf81]

        #103390#; if boolean-value does not contain true or false try to convert the number and set the number

2002-09-25  Rüdiger Timm  <rt@openoffice.org>  [3ab10026bd46dd037a128836e64fda833777f22c]

        #100000#, #103660#: complete OJ's last change (change of XDatabaseDefinitionSupplier into XDataDefinitionSupplier)

2002-09-25  Mikhail Voitenko  <mav@openoffice.org>  [e5dec6046b60bc399fbc84ed22232524ca7b2063]

        #92926# allow to output application io errors

2002-09-25  Mikhail Voitenko  <mav@openoffice.org>  [514aa3fedf82567ea970ed8283483240626cef0f]

        #92926# handle unpossibility of storage creation

2002-09-25  Mikhail Voitenko  <mav@openoffice.org>  [a20f34109afd9b41856b875b2dda43c678aa7f5b]

        #92926# handle unpossibility of storage creation

2002-09-25  Mikhail Voitenko  <mav@openoffice.org>  [0cd5140819fa5f0efc40c64ceabc02f38dfe81a6]

        #92926# throw an exception in case package format is wrong

2002-09-25  Mikhail Voitenko  <mav@openoffice.org>  [27a3fb6ae3953b902941307d2179761532204934]

        #92926# throw an exception in case package format is wrong

2002-09-25  Mikhail Voitenko  <mav@openoffice.org>  [be976f224cbd2ca40e7d644f71c84b874dc6b13f]

        #92926# use of InteractionHandler instead of ErrorHandler

2002-09-25  Christian Lippka  <cl@openoffice.org>  [52e48048acc3ec5f36db19008d227b9af423d8f6]

        #103668# initial implementation

2002-09-25  Mikhail Voitenko  <mav@openoffice.org>  [52a0b86366f7f353530902d828a26160c95b5f51]

        #92926# use of InteractionHandler instead of ErrorHandler

2002-09-25  Duncan Foster  <dfoster@openoffice.org>  [adae6fa221bdab29bf87153685b663bce0961a05]

        Code cleanup. Fixed exception handling

2002-09-25  Sascha Ballach  <sab@openoffice.org>  [1653a4d98c7ab3952eb0fdb3a55ea4044759202c]

        #101354#; use the UpdateDocMode

2002-09-25  Sascha Ballach  <sab@openoffice.org>  [170cc8f0a32e445bd17f076e6d58360537acf246]

        #101354#; set the UpdateDocMode after loading

2002-09-25  Sascha Ballach  <sab@openoffice.org>  [8e575ff691f5284be988491e8214f9444e91aa76]

        #101354#; add member to remember the UpdateDocMode

2002-09-25  Christian Lippka  <cl@openoffice.org>  [4670d8d2a8b098ac5854bbe8bb6bd78db27c96ce]

        #103668# made export of manifest optional

2002-09-25  Christian Lippka  <cl@openoffice.org>  [5fce71aa606c165fd516a8a5316914a64f122813]

        #103668# added translucent property

2002-09-25  Herbert Duerr  <hdu@openoffice.org>  [32b80abdc7d1deffa5cafe1fbf09262640751644]

        #103565# fix pointer arithmetic for TTC extraction

2002-09-25  Gregor Hartmann  <gh@openoffice.org>  [fee18100cde60c19c2afb6ede0fd82ec73e0bcc4]

        #103161#changes to fix confusion of the HID-generation

2002-09-25  Oliver Specht  <os@openoffice.org>  [0a6475bdcb28f5262989dff5c3963d40267438ab]

        #100582# 3d-border removed

2002-09-25  Alexis Ledoux  <aledoux@openoffice.org>  [2521b26ca1eba42eb518cbe3eda502c6bc820ee2]

        Code cleanup including new exception messages.

2002-09-25  Thomas Lange  <tl@openoffice.org>  [a9841c36cb65af563f1ac04d3f9624399e8091a6]

        #103610# '...Relative' properties removed from PROPERTY_MAP_TABLE_RANGE

2002-09-25  gt  <gt@openoffice.org>  [a01106e72c8cc70a8125ace6c0f82d545eae9e6d]

        #103581# SvtFileView_Impl::SetActualFolder(): pay attention to mbReplaceNames

2002-09-25  Bertram Nolte  <bnolte@openoffice.org>  [4fdaf98cc794bc36256c3fdca1995bd513269658]

        #103678#

2002-09-25  Bertram Nolte  <bnolte@openoffice.org>  [820c9f0f381619938b2b0235792c425b853be119]

        #103678#

2002-09-25  Oliver Specht  <os@openoffice.org>  [88ac2544617276c3880c6de5ab349ba6ba32e556]

        #103642# new mode flag: CONFIG_MODE_IGNORE_ERRORS

2002-09-25  Oliver Specht  <os@openoffice.org>  [78691683c6de216301ee835b852442eeff72b861]

        #103532# assertion changes reverted

2002-09-24  Karl Hong  <khong@openoffice.org>  [07851436b4e9cfba390e4d5941d7a523d3b80ac7]

        #103591# fix a problem in get numbertype by NumberIdentifier

2002-09-24  Karl Hong  <khong@openoffice.org>  [39771d3196c3abf2b2720c4d64fb5ab5ef198d24]

        #103267# fixed a problem in omiting '1'

2002-09-24  Eike Rathke  <er@openoffice.org>  [1a6d0dbe49e5fd103231846c665f7af098029009]

        #100186# replace superfluous (and not fully implemented) ScRangeUtil::Make(Tab)*AreaString and ScRefTripel::GetRefString with (ScAddress|ScRange)::Format

2002-09-24  Eike Rathke  <er@openoffice.org>  [bdca2dc01f86b498219d9506c6848841698c045c]

        #100186# replace superfluous (and not fully implemented) ScRangeUtil::Make(Tab)*AreaString and ScRefTripel::GetRefString with (ScAddress|ScRange)::Format

2002-09-24  Oliver Braun  <obr@openoffice.org>  [9ac9282c9af837b4428e45169c7c7b103adc25bf]

        #103228#,#102752# introduced C++ AccessibilityEventMonitor

2002-09-24  Thorsten Behrens  <thb@openoffice.org>  [2f0c3a7982eec7b4844a980fdba42c590109ed1c]

        #103683# Don't write metafile comment for outline-only case

2002-09-24  tpf  <tpf@openoffice.org>  [0bccff4c0dffc6caba03e157b6f419e8b6d91735]

        #103667# removed the Types include

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [2f26b3fa4a0ff7f0dfc9cee348ee4bf37f9cf892]

        #103502#; add empty context

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [40f3a6521b585b9d6136a31c7ea7a38c57917645]

        #103502#; create empty context if to much sheets

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [b71785f56df7b931f2777a67389e67ee88542302]

        #103502#; add empty context to overread elements

2002-09-24  Noel Power  <npower@openoffice.org>  [a5d786d57888699229915bd3984dbbf8d56f6c2c]

        Fixed system independant location of "temporary" directory for parcel preperation.

2002-09-24  Sven Jacobi  <sj@openoffice.org>  [b74fc71203462c76239c5398fbb19ccd4d6731ca]

        #103540# AutoGrowWidth <-> AutoGrowHeight Item for vertical text

2002-09-24  Thomas Benisch  <tbe@openoffice.org>  [5a108704d61ade4c4abc2109943627c769a7d2c5]

        #56751# reviewed

2002-09-24  Frank Meies  <fme@openoffice.org>  [6c7083a68d9e42d28d9330121a4e2977a46ef3b3]

        #102979# Invalidate windows only if rectangle has area

2002-09-24  Mathias Bauer  <mba@openoffice.org>  [b3a9969befcde98b272b3e9482a7828f8c9287d0]

        #103662#: allow to set state of dirty message

2002-09-24  Frank Schönheit  <fs@openoffice.org>  [8a1cc34d28eedb7f69c3539d700ca58dbfb7078a]

        #103417# new handling for determining the drop-down state of the PASTE slot (ID_BROWSER_CLIPBOARD_FORMAT_ITEMS - disabled by default in the data source browser)

2002-09-24  Frank Schönheit  <fs@openoffice.org>  [5b2ead83c41ae489da8894b09f784ef92e22b741]

        #103417# +ID_BROWSER_CLIPBOARD_FORMAT_ITEMS

2002-09-24  Thomas Benisch  <tbe@openoffice.org>  [34ba73e782b61f3edd1f99e13a6b508e612f55b3]

        #56751# reviewed

2002-09-24  Thomas Lange  <tl@openoffice.org>  [ab6c3da1d9124b910dedd9dd56b05a1e28211975]

        #103675# get/setPropertyDefault(s) throws RuntimeException for READONLY properties now

2002-09-24  Mathias Bauer  <mba@openoffice.org>  [a92bdee595fc1445392352ef365677bf0ebd00c8]

        #103417#: use SID_CLIPBOARD_FORMAT_ITEMS to enable/disable DropDown

2002-09-24  Sven Jacobi  <sj@openoffice.org>  [3addc733aa0e2d5ec647c311c3c62bd5065ddda8]

        #103680# removed some uninitialized variables

2002-09-24  Thomas Lange  <tl@openoffice.org>  [cbb71d63a095779654389ce7eb11204074dcd66f]

        #103675# get/setPropertyDefault(s) throws RuntimeException for READONLY properties now

2002-09-24  Caolán McNamara  <cmc@openoffice.org>  [3822b644974a223b494bfcd5c727af88ea6a6c1f]

        #103339# z-ordering when inline objects are inside a floating escher object needs special handling to place them at higher drawing level than container object

2002-09-24  Frank Schönheit  <fs@openoffice.org>  [3696363b6d3922af5749240a78d1facae9a0541f]

        #103657# FmXGridControl::createPeer: 'neutralize' a change in the toolkit which broke proper setting of the peer size

2002-09-24  Thomas Benisch  <tbe@openoffice.org>  [18b193c358d9d007bb969bbd51c81c5db7dc84db]

        #56751# reviewed

2002-09-24  Christof Pintaske  <cp@openoffice.org>  [9f7e52d1961b2d89d3afd5e53f101fe626f405cf]

        #102118# be more robust on shutting down the ic

2002-09-24  Mathias Bauer  <mba@openoffice.org>  [6581c923cdddc2e4c6483ebc7bae63caa938205c]

        #103417#: use SfxVoidItem for registration

2002-09-24  Mathias Bauer  <mba@openoffice.org>  [c0fa72a21d7e79613566c815bf15b1ecb51b1c75]

        #103417#: allow to register controller for SfxVoidItem

2002-09-24  Eike Rathke  <er@openoffice.org>  [7e3fb6546cdeb19d63dc35b5368e133732cb322b]

        #102692# use [gs]etLocalDateTime()

2002-09-24  Kai Sommerfeld  <kso@openoffice.org>  [24f19e7ec5acf277cd1db2ee82799a0fcb1b819a]

        #102945# - Added support for new property "BaseURI".

2002-09-24  Oliver Specht  <os@openoffice.org>  [fb0e0cfb9e437fd2a6feee9cd4f576ac1b919003]

        #103596# default font CTL corrected

2002-09-24  Eike Rathke  <er@openoffice.org>  [9081dab9fe9c3ca583ca6fbf3a6f946a154f417c]

        #102692# add setLocalDateTime(), getLocalDateTime()

2002-09-24  Thomas Lange  <tl@openoffice.org>  [9d99bc95c446232234c6156dc056656bc1891096]

        #102758# checking of arguments nMaxLeading and nIndex for hayphenate and queryAlternativeSpelling

2002-09-24  Ocke Janssen  <oj@openoffice.org>  [311df6c3b66a662b0cd68e549814fcdb86d7258d]

        #102963# use locale from numberformatter

2002-09-24  Tino Rachui  <tra@openoffice.org>  [a93427b480a25a2013f728a8f33e6069b05c0dbd]

        #99826#set the online filepicker state before initializing the control labels from the resource file in order to avoid overwriting offline set values

2002-09-24  Joachim Lingner  <jl@openoffice.org>  [881dc274ceaa2abdd27fe18c40fc0a14465a7267]

        #103676# Office hangs on exit when an Applet is embedded in the document

2002-09-24  Darragh Sherwin  <dsherwin@openoffice.org>  [bba4e4f4a8719d47daf845acb6876ca5d4524ac2]

        Code tidy up for review

2002-09-24  Kai Sommerfeld  <kso@openoffice.org>  [4abcc8422b5a74d3c949aac6424c689fe9a53fb9]

        #i7636# - std::auto_ptr -> rtl::Reference (fits better)

2002-09-24  Thomas Benisch  <tbe@openoffice.org>  [0970802d8201f30c65ef5660f47e8d4583cd0768]

        #56751# reviewed

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [25efd0c7d3ad4288ef1d9b924028fa4622111969]

        #99949#; set help tips as description

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [cf77a3db8110a252f0f896150c4baeec3f2563e5]

        #99949#; change the name of the selection area like specified

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [884e4a11fd6428ed294f9bcf9ec82a9cb0a08e27]

        #99949#; add method to give the accessibility object the description

2002-09-24  Thomas Lange  <tl@openoffice.org>  [ba9384e968ec4340e6ce285166bf701c22aeeb0e]

        #103664# XIndexAccess replaced by XIndexReplace

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [83ca8002e0fcc9c1493f7457b479c222e4e4b7fa]

        #99949#; change names and descriptions like specified

2002-09-24  Alexis Ledoux  <aledoux@openoffice.org>  [fcf8adb82fb421cd7cc4fb6b98a821f1234cd465]

        Changes from OUString + to OUString concat for exception

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [8cbe26734d2046fd1b139f2c51857faf3468fafe]

        #99949#; add descriptions of datapilot accessibility objects; change some names and descriptions of accessibility objects

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [31e741d4976f445dc43c90dc4f7e892b79a812f9]

        #99949#; add descriptions of datapilot accessibility objects

2002-09-24  Ocke Janssen  <oj@openoffice.org>  [a625eeca3914c56a4ba73cc591db63250183fca6]

        #103660# correct interface name XDatabaseDefinitionSupplier

2002-09-24  Oliver Bolte  <obo@openoffice.org>  [e082fb611958cee8b945bf6fb9feaf48b5fa63f2]

        #100000# sqlbison.hxx path changed

2002-09-24  Ocke Janssen  <oj@openoffice.org>  [c32dcaf11887aa0c0430e4321e2fb2d6d726b042]

        #103038# fix the reading of memo fields

2002-09-24  Andre Fischer  <af@openoffice.org>  [45e2b9d047cb9b7f017a9cc62f32814dca6a58c7]

        #i7494# Removed OSL_TRACEs, some of them with non-standard syntax.

2002-09-24  Thomas Benisch  <tbe@openoffice.org>  [b687866fffd26942c336793bef9a05d7833b4887]

        #56751# reviewed

2002-09-24  Frank Schönheit  <fs@openoffice.org>  [351c1466373b91f8229ead99f5a863a3a01cded7]

        #102976# when (Shift-)Ctrl-Tab is pressed, do not travel cells, but leave the control (like with ordinary Tab for ordinary controls)

2002-09-24  Frank Meies  <fme@openoffice.org>  [49e7de735081a9488bafb518b6b9656ad40ba631]

        #103498# Use fnRect functions to sort table boxes

2002-09-24  Ocke Janssen  <oj@openoffice.org>  [54c54fff312bd117f5a865404b87966ca150cab0]

        #103608# check if field name is already in combobox

2002-09-24  Oliver Bolte  <obo@openoffice.org>  [75c59e26e001139fc153bddd0404a42f2968ba70]

        #100000# without hedabu

2002-09-24  Carsten Driesner  <cd@openoffice.org>  [dcdfcbc81cafa96bce666732ba5d244f9d062c12]

        #103403# Preselect toolbar if customize toolbars was selected by context menu

2002-09-24  Stephan Bergmann  <sb@openoffice.org>  [0765e6d3c2dfac515bfb082e961940d385b568ba]

        #102945# Merged in 1.33.2.1.

2002-09-24  Stephan Bergmann  <sb@openoffice.org>  [db1c31e8baa0cc419652150154d669a7b1342989]

        #102945# Enabled exceptions (needed by testuri.cxx).

2002-09-24  Thorsten Behrens  <thb@openoffice.org>  [f47130882f89358a9a4dfceeeba545b224a947c8]

        #103589# Return current paragraph for one-behind-the-end and getTextBeforeIndex

2002-09-24  Stephan Bergmann  <sb@openoffice.org>  [9e550f8262b63b3ec84e7790c5cf0fece4e61dd9]

        #102945# Moved uri.c to uri.cxx; added convertRelToAbs.

2002-09-24  Stephan Bergmann  <sb@openoffice.org>  [8c125c1756eb466f16db874475539f9f61d92a20]

        #102945#

2002-09-24  Stephan Bergmann  <sb@openoffice.org>  [af7cf378c38c9bc7f062dea691a2d868affafdb5]

        #102945# Added convertRelToAbs.

2002-09-24  Stephan Schäfer  <ssa@openoffice.org>  [f78feb833f22ba21b06fa848af51f719efed61fa]

        #103596# better default CTL font

2002-09-24  Ocke Janssen  <oj@openoffice.org>  [2a85b48363d92ebd5b0bd1adc5990ddf85860d21]

        #103049# correct alignment assignment

2002-09-24  Tino Rachui  <tra@openoffice.org>  [8da44622e2717153b951448a3798eec5d1d4f44c]

        #102737#changed tab order of controls

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [9ba04b84efde37316dab7a485d7f5f9c3efd2fb9]

        #103567#; broadcast Accessibility only if there if Accessibility is enabled

2002-09-24  Sascha Ballach  <sab@openoffice.org>  [89a3b3c0ec2ec762449475f0a570db82bc3493b1]

        #103567#; release ChildrenShapes in disposing

2002-09-24  Ocke Janssen  <oj@openoffice.org>  [064182d89751d1bbfafe9354fbcfc096321a51ec]

        #103049# change type ControlDefault from string to any

2002-09-24  Ocke Janssen  <oj@openoffice.org>  [3000faccaf963e614ee49e63a206a1c229d456e5]

        #103049# change handling of controlDefault, allow string and doubles

2002-09-24  Ocke Janssen  <oj@openoffice.org>  [e6aac5e97de7d1b87ff8154190c0ac25dfa1d750]

        #103049# allow any as controldefault

2002-09-24  Frank Meies  <fme@openoffice.org>  [65b0de47f9721b91e5f2a7998ecfdf94fc488a96]

        #103498# Merging of table cells in vertical environment

2002-09-24  Juergen Schmidt  <jsc@openoffice.org>  [02a45b72c7ca59166d1f7ccb48e1d4ee02a19128]

        #99053# remove pkgchk because it is in PP2

2002-09-24  Thomas Lange  <tl@openoffice.org>  [a40f7fcb9417e9e13a66ca0ac94fd8f5d951ab23]

        #103091# oa_formula_drafts entry added

2002-09-24  Carsten Driesner  <cd@openoffice.org>  [9f0cc301af20b1cfbd2d8ee185c4b5420e2fb8f8]

        #103404# Use macro info to preselect macro in tabpages

2002-09-24  Carsten Driesner  <cd@openoffice.org>  [be00927de7f9db22d1092b90fa039505bb754648]

        #103404# User macro info to preselect macro in tabpages

2002-09-24  Frank Meies  <fme@openoffice.org>  [f6a93b135bb0ad5a79110b848d6109a8d9a7e270]

        #103463# Wrong call of grow for undersized frames

2002-09-24  Oliver Specht  <os@openoffice.org>  [48e66aba90c377694683f073d58a7a06965f2ba2]

        #78504# enable insertion of multiple documents at once

2002-09-24  Oliver Specht  <os@openoffice.org>  [8168bb25eb660cb8401a71d9193e208598248f51]

        #i7846# prevent division by zero

2002-09-23  Darragh Sherwin  <dsherwin@openoffice.org>  [a8775233dbbf11f7aaa61a7922de4877b3aa4fbf]

        Fixes for classpath issues on the Windows path, removed prepending /

2002-09-23  Caolán McNamara  <cmc@openoffice.org>  [42b4365166e1d224765378a1ed3297feb7c2cffe]

        #103618# Woopsie from 100476: Idiot programmer on the loose

2002-09-23  Christian Lippka  <cl@openoffice.org>  [3bf77a2a360824277ccb83d39538972a8a7e8a42]

        #103045# insert default frame direction item

2002-09-23  Mathias Bauer  <mba@openoffice.org>  [5363e7165c8989827c369db9a3cac89b1003059f]

        #88560#: frame may be empty

2002-09-23  Christian Lippka  <cl@openoffice.org>  [a4e4d9108f4203bcf08a5563ea5f88c8b0259274]

        #103045# fixed ctl settings

2002-09-23  Christian Lippka  <cl@openoffice.org>  [be522945c0283c2ae7c3f34d3de138cc076b845e]

        #103045# support Use superordinate settings also for outliner

2002-09-23  Vladimir Glazounov  <vg@openoffice.org>  [0d86f177aaa48ebc372f85362b7774d90731c6da]

        #100000# fix for local environment

2002-09-23  Martin Hollmichel  <mh@openoffice.org>  [43d997a87962dbe6605698aa1a0b93faedad4970]

        add: d.lst for x11_extension

2002-09-23  Eike Rathke  <er@openoffice.org>  [e0f4045f3f554b04c09f2f2ff26817bf7679adbe]

        #103085# create sort lists of all available calendars of a locale

2002-09-23  Martin Hollmichel  <mh@openoffice.org>  [f12f9faa4087f275dafe967851456a740b6d24be]

        add: new module x11_extensions

2002-09-23  Caolán McNamara  <cmc@openoffice.org>  [b86dd9097976af69c269f01682fea3426f754b61]

        #103607# united hConverted possible

2002-09-23  Eike Rathke  <er@openoffice.org>  [825ba16c789aeb32d470c09646721a1637ea94a4]

        #103085# create sort lists of all available calendars of a locale

2002-09-23  Duncan Foster  <dfoster@openoffice.org>  [34967e97dd48b7742bfdc0c63aeb63cc10d3c84d]

        Fixed dependency on local copy of ant.jar.

2002-09-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [7b0006f35a350f167c79af7f6323ac4cc1545e9e]

        #102202# forgot to remove if 0 .. endif

2002-09-23  Oliver Bolte  <obo@openoffice.org>  [70cfd16bd99eaa1ccd2292997839498788e92156]

        SRC667

2002-09-23  Jörg Barfurth  <jb@openoffice.org>  [9f3226b83e2cb71a7c696728bdc847c1402384e8]

        #103562# Evaluate Offline parameter

2002-09-23  Laszlo Kovacs  <lkovacs@openoffice.org>  [9b404c99f11051adc785911b9b9f5c6f8eb658f9]

        XBinding and XBindingStore removed

2002-09-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [9755508285471f9211b43b79e2a4b57b2d3fc9f4]

        #102616# ruby, hyperlink, char format now separately resettable

2002-09-23  Laszlo Kovacs  <lkovacs@openoffice.org>  [da13258c15fdaa99fe3507c34f9d137879cc282b]

        Autodoc comments and header guards added

2002-09-23  Christian Lippka  <cl@openoffice.org>  [6238f59428178cf0af40889f63d592798af512c0]

        #102932# add already existing shapes into unsorted list when sorting, not before

2002-09-23  Niklas Nebel  <nn@openoffice.org>  [30daa9b77f60ef9c6b211f492c2e299145a0bb8b]

        #97226# re-apply cell format as paragraph attributes after format/default

2002-09-23  Frank Meies  <fme@openoffice.org>  [72f2f5e3816dffeb96cb58880936a88923803ec5]

        #103559# Add kerning portion before hyphen portion if required

2002-09-23  Frank Meies  <fme@openoffice.org>  [b7b21a1e7437e5f514ab92c439a355563e9d1106]

        #103336# CalcFlys should not set drawing objects out of page

2002-09-23  Laszlo Kovacs  <lkovacs@openoffice.org>  [f302b530d8d26546a137f7b77c73185a60d29238]

        Comments and header guards added

2002-09-23  Eike Rathke  <er@openoffice.org>  [e6a14630c264129180a68428d9d5bb581c919416]

        #103059# Don't cure the symptoms, cure the cause instead. Assume SYSTEM defaults during Setup.

2002-09-23  Philipp Lohmann  <pl@openoffice.org>  [5084e790332eac2d9312bc5cfac80cf662710b69]

        #103547# seek java fonts without javarc

2002-09-23  Thomas Lange  <tl@openoffice.org>  [b9a690a08ad812c8d286d99e6204116742523307]

        #100802# selection after sorting fixed

2002-09-23  Frank Schönheit  <fs@openoffice.org>  [5079106994689cc1bc361f19bee041b18f7b4e7b]

        #65293# include <algorithm> (for linux)

2002-09-23  Peter Burow  <pb@openoffice.org>  [e2b1a34a783630a5c5eb1f325b130e85018ca7b6]

        fix: #103586# STRG-F4 closes the help task

2002-09-23  Peter Burow  <pb@openoffice.org>  [7a7ff816ab531555746338f4e9c12d2d2d965314]

        fix: #103586# CloseWindow() added

2002-09-23  Behrend Cornelius  <bc@openoffice.org>  [8da5ce10cf71a8c9f53d73f6a7b97e0b65cd2713]

        #103560# Progress Dialog now always disposed

2002-09-23  Carsten Driesner  <cd@openoffice.org>  [c33ad88f03a8efd8c778aa4eba495339061a2a3f]

        #103426# New cmdline args implementation to support setting params

2002-09-23  Oliver Specht  <os@openoffice.org>  [521d7be1eb8f63b0b0bce6a8690c7199d91a445e]

        #102202# crashes in AutoFormat combined with redlining fixed

2002-09-23  Stephan Bergmann  <sb@openoffice.org>  [1f3119d63c500413262aaf255ff8bb21e26bd154]

        #98508# Keep it compilable with JDK 1.3.

2002-09-23  Caolán McNamara  <cmc@openoffice.org>  [f4d4290ea7b2de27ca1a4661799670306cae50e7]

        #102832# use pagesize as table width only for HORI_FULL tables

2002-09-23  Mathias Bauer  <mba@openoffice.org>  [697e498c1ef720823b0164316a1ff915d1b6cad6]

        #88560#: frame may be empty

2002-09-23  Carsten Driesner  <cd@openoffice.org>  [c4fb316302eabbd861c19d1f78ad44221d8dc4ef]

        #103426# Ignore -server cmdline parameter if not correcr env

2002-09-23  Oliver Specht  <os@openoffice.org>  [9d629fad9f16f273fc7d13737b05286d1b4f4bd3]

        #103532# warning corrected

2002-09-23  Thomas Benisch  <tbe@openoffice.org>  [bfcf616052428ea365c9b3da33eee157eef1ad9a]

        #102438# OExternalLockGuard: only lock the external mutex

2002-09-23  Caolán McNamara  <cmc@openoffice.org>  [c4e41d56787b59539f2d34bf8e6623988555deed]

        #98506# dynamic header/footer spacing now finally allows word headers and footers to be imported and exported with roundtrip correctness, which additionally means that guesswork code to determine footerheight is redundant

2002-09-23  Kai Sommerfeld  <kso@openoffice.org>  [f31f10b511df95671eb3f0814975c152819056de]

        #96458# - Corrected/completed support for entity headers.

2002-09-23  Vladimir Glazounov  <vg@openoffice.org>  [dbdda33c19fe21b382d2f801a94f988b0fc71d47]

        #100000# typo

2002-09-23  Ocke Janssen  <oj@openoffice.org>  [7b6717e7a4b837c311f2b892a1258f0a1509647e]

        #103585# only revoke client when already loaded

2002-09-23  Frank Schönheit  <fs@openoffice.org>  [affc49633fe20fb38324ef79445c83d3eec5e837]

        #100225# changed the signature of IAccesibleParent::ReplaceChild - not creating the new child anymore, this is the task of the callee now

2002-09-23  Frank Schönheit  <fs@openoffice.org>  [83a6ae135329a178271c480f14a5f41dcf6b702a]

        #100225# changed the signature of IAccesibleParent::ReplaceChild - not creating the new child anymore, this is the task of the callee now

2002-09-23  Frank Schönheit  <fs@openoffice.org>  [8f231b45115b5b74b258afdc4d81a8d767010a6c]

        #100225# changed the signature of IAccesibleParent::ReplaceChild - not creating the new child anymore, this is the task of the callee now

2002-09-23  Frank Schönheit  <fs@openoffice.org>  [b8beb3f006f2b1c20fba5f9c6c7b3119cc3a648f]

        #100225# ReplaceChild: initialize the new object

2002-09-23  Peter Burow  <pb@openoffice.org>  [0c38b8b2b91325e0fe9a604056340a7162554df7]

        fix: #103546# wrong zorder in russian version fixed

2002-09-23  Frank Schönheit  <fs@openoffice.org>  [b2ea7b29d49d0c68939bfac4b946bb6c11c6008f]

        #100225# changed the signature of IAccesibleParent::ReplaceChild - not creating the new child anymore, this is the task of the callee now

2002-09-23  Niklas Nebel  <nn@openoffice.org>  [01984fbfa52e6073682021ff5787e594272adf2a]

        #98589# FID_FILL_AUTO: when testing if within merged range, also check start

2002-09-23  Herbert Duerr  <hdu@openoffice.org>  [0b528e6ca637e515966d9cd824b7b0f93c9afbbf]

        #103565# fix all offsets for TTC extract

2002-09-23  Stephan Schäfer  <ssa@openoffice.org>  [414d5c0613bf5d9fc13d92ee399a862f5a9ceecc]

        #103578# all floaters get small caption again

2002-09-23  Andreas Schlüns  <as@openoffice.org>  [04be36debd4f6a9accba4e0dce6ff5f1909f0578]

        #103542# react for wrong using of API

2002-09-23  Andreas Schlüns  <as@openoffice.org>  [9c79fadde3b45fe5973d8eee628f5ad2aa1466f8]

        #103554# repair record as comment mode

2002-09-20  Niklas Nebel  <nn@openoffice.org>  [8074da3371d5b5ff6504b9c93d8e8bfb99e5ec52]

        #101321# DrawEdit: clip if drawing part of merged cell

2002-09-20  Stephan Schäfer  <ssa@openoffice.org>  [e14f1c4548c82752937b399610f88f0f99077b8b]

        #103362# improve mirrored frame positioning

2002-09-20  Aidan Butler  <abutler@openoffice.org>  [63f395354e9f70bcec0e02d54fae5c95cd39b7b1]

        Added DocBook Filter for inclusion into OOo

2002-09-20  Eike Rathke  <er@openoffice.org>  [43703e948956eaa1b8ebdc3c137161feae0715ca]

        #96674# parseText: RewindFromValue if multiple decimal separators are encountered

2002-09-20  Mathias Bauer  <mba@openoffice.org>  [49d1c6798b955daee0dd466e120b99eab1b10a16]

        #88560#: dispose must close the document always

2002-09-20  Stephan Schäfer  <ssa@openoffice.org>  [aae8a0c8ea27a1a6451c28d66de1ee7f0f0323ef]

        #99188# enlarge textrect to get rid of rounding problems

2002-09-20  Stephan Schäfer  <ssa@openoffice.org>  [0327a9327cd02012fcad787a4cc65184bda224de]

        #103511# notify combobox listeners of deselection

2002-09-20  Armin Weiss  <aw@openoffice.org>  [e11bde2b38873ee5fda646a9d61b7797c40fb561]

        #90129# ImpCheckInsertPos(...) gets the center and not the top left of the to-be-added object, thus i had to make a correction again.

2002-09-20  Duncan Foster  <dfoster@openoffice.org>  [8bd793da95b3f47728eda05e72eac856fbf10cdf]

        Initial commit of Scripting Framework code.
        
        The Scripting Framework Team:
        Duncan Foster Alexis Ledoux Laszlo Kovacs Misha Krivoruchko
        Neil Montgomery Tomas O'Connor Noel Power John Rice Darragh Sherwin

2002-09-20  Caolán McNamara  <cmc@openoffice.org>  [8c652ef030a70f1b1b06f254ea8f6a098a9a0ad7]

        #103339# close only unclosed attrs, don't go looking for new ones

2002-09-20  Duncan Foster  <dfoster@openoffice.org>  [2be6e073b1f13b1d2554e13fedf025103e89cb3b]

        Initial commit of Scripting Framework code.
        
        The Scripting Framework Team:
        Duncan Foster Alexis Ledoux Laszlo Kovacs Misha Krivoruchko
        Neil Montgomery Tomas O'Connor Noel Power John Rice Darragh Sherwin

2002-09-20  Duncan Foster  <dfoster@openoffice.org>  [bf1f075d2b18798790c06a48e2e2020404a4df28]

        Initial commit of Scripting Framework code.
        
        The Scripting Framework Team:
        Duncan Foster Alexis Ledoux Laszlo Kovacs Misha Krivoruchko
        Neil Montgomery Tomas O'Connor Noel Power John Rice Darragh Sherwin

2002-09-20  Herbert Duerr  <hdu@openoffice.org>  [e29d6f6a58ac5b01bd3caf34b2b6be0630b82536]

        #103476# improve text breaking for hyphenated case

2002-09-20  Duncan Foster  <dfoster@openoffice.org>  [9ff6c71e9ebee572d553fe53e8a8c15caff5b682]

        Initial commit of Scripting Framework code.
        
        The Scripting Framework Team:
        Duncan Foster Alexis Ledoux Laszlo Kovacs Misha Krivoruchko
        Neil Montgomery Tomas O'Connor Noel Power John Rice Darragh Sherwin

2002-09-20  Thomas Lange  <tl@openoffice.org>  [1d4955cf28aeefe315bdd7e35acee03965b14103]

        #103551# XPropertySet and XMultiPropertySet added

2002-09-20  Duncan Foster  <dfoster@openoffice.org>  [0d48b452247f5e6c95b46cdd7b0f869a1f958420]

        Initial commit of Scripting Framework code.
        
        The Scripting Framework Team:
        Duncan Foster Alexis Ledoux Laszlo Kovacs Misha Krivoruchko
        Neil Montgomery Tomas O'Connor Noel Power John Rice Darragh Sherwin

2002-09-20  Duncan Foster  <dfoster@openoffice.org>  [60708f3ea5748061fe9790b091a86e1f9c0b92fd]

        Initial commit of Scripting Framework code.
        
        The Scripting Framework Team:
        Duncan Foster Alexis Ledoux Laszlo Kovacs Misha Krivoruchko
        Neil Montgomery Tomas O'Connor Noel Power John Rice Darragh Sherwin

2002-09-20  Thomas Lange  <tl@openoffice.org>  [18ab918038e702cb58a5721ed78652d38d76723f]

        #103417# dropdown list for paste icon in function bar fixed

2002-09-20  Oliver Specht  <os@openoffice.org>  [9a8a14922b2f3dfe8b61db607c3eb88bfaaf6ac3]

        #103532# assertion changed to warning

2002-09-20  Oliver Specht  <os@openoffice.org>  [58a05841df59d4b10f03804dfc3a1f43889cc4f9]

        #103532# assertion in AcquireTre() in debug code only

2002-09-20  Oliver Specht  <os@openoffice.org>  [91e3e9e52b9cfdd609c9fea4b9c2a80dc03c63c5]

        #103532# assertion in GetTree() in debug code only

2002-09-20  Oliver Bolte  <obo@openoffice.org>  [aecdf30737d9e5365e3546d40e016383c8a24fb8]

        undo last change

2002-09-20  Oliver Bolte  <obo@openoffice.org>  [b4e33c4f87b36a38e933e21bbb6bb041d51c11e1]

        #100000# unicows.lib uwinapi.lib instaed of user9x.lib

2002-09-20  Oliver Specht  <os@openoffice.org>  [4d2617bd01a5c35f89f4d2747e14e552358d70c3]

        #103376# function to switch both rulers at once added

2002-09-20  Kai Sommerfeld  <kso@openoffice.org>  [073e25bf3a26920c2f338da2a43952ee794743de]

        #103548# - Refactored object construction.

2002-09-20  Kai Sommerfeld  <kso@openoffice.org>  [c0184755bf83d52b2df766b1f886edf4bc8ea8c9]

        #103548# - Fixed ContentBroker_Impl::initialize().

2002-09-20  Oliver Specht  <os@openoffice.org>  [6361e50130e1cc9ec5b7559e67fc58b3430b4e5a]

        #103376# function to switch both rulers at once added

2002-09-20  Caolán McNamara  <cmc@openoffice.org>  [4dde6906c3b1d3687820aa84c9548462ceae71a6]

        #103419# new mathtype ver 2 symbol+font mapping to unicode

2002-09-20  Oliver Specht  <os@openoffice.org>  [65e9b7e6cdb0d201887fc9e1f76ff6542a92b553]

        #103376# Property 'ShowRulers' added

2002-09-20  Oliver Specht  <os@openoffice.org>  [60dfba04bba9abf1d6e514e90215c227ddd37970]

        #103376# Property 'ShowRulers' added

2002-09-20  Ocke Janssen  <oj@openoffice.org>  [aa97c031a62380ed2e70c60eb0cda5dd14e0e024]

        #103108# OExternalLockGuard aGuard( this ); inserted

2002-09-20  Caolán McNamara  <cmc@openoffice.org>  [994ff8b815ca3a9db7d87d41300d9562b9f753f1]

        #102815# single quotes in date fields are ignored by word

2002-09-20  Ocke Janssen  <oj@openoffice.org>  [fcd080b9b490819f40c5105daaa4780aaf92fc1a]

        #103098# check if teh element inserted is a view

2002-09-20  Philipp Lohmann  <pl@openoffice.org>  [bfdcd26306bc06f4088a42861c5bb3a07ce0f3df]

        #103405# use already existing bitmap instances if possible

2002-09-20  Ocke Janssen  <oj@openoffice.org>  [677c3f692b8de3174a41d0b83b8286213ab0f882]

        #103081# check new flag before asking readonly

2002-09-20  Stephan Schäfer  <ssa@openoffice.org>  [d41c2ec1d6e67325807f2f1c6c2b4d19d976e07c]

        #103362# correct text underlines for mirroring

2002-09-20  Caolán McNamara  <cmc@openoffice.org>  [064f486a6ad423315e13db14f720fc7757030763]

        #99657# allow import of transparent graphic frame backgrounds

2002-09-20  Caolán McNamara  <cmc@openoffice.org>  [7e41bc41b4cddb7d6d0d3a5c2066dfa586f9d3ee]

        #99657# im/ex transparent graphic frame backgrounds

2002-09-20  Peter Burow  <pb@openoffice.org>  [4247b2f6572c233059abd290306fd0fe43d923e3]

        fix: #103225# GetEntryText(SvLBoxEntry*) overwritten

2002-09-20  Frank Schönheit  <fs@openoffice.org>  [6f68777199c7f0b23cf35c48d32da6958004b52c]

        #100226# corrected queryInterface; called Init on the new (to-be-replaced) shape; made getTypes less generous with duplicates

2002-09-20  Herbert Duerr  <hdu@openoffice.org>  [787205470c4716debbe597523624f5ebfef77f07]

        #103079# fix Hebrew justification, start #102258# on unx, some cleanup

2002-09-20  Sven Jacobi  <sj@openoffice.org>  [772198f3e7dcd29117c1b1c9c2ac761617b51f32]

        #103430# added FloatTransparence

2002-09-20  Ocke Janssen  <oj@openoffice.org>  [0466ce8ae21c8f4d9c552fda1da04004a385bdeb]

        #99475# set table alias for *

2002-09-20  Niklas Nebel  <nn@openoffice.org>  [5e441d65e193e9712617099cc5640eff4501fef8]

        #102955# don't rely on IsMarked at view's MarkData to detect selection

2002-09-20  Peter Burow  <pb@openoffice.org>  [b692464b2ed7554823038e2964e8769f4e51d4ad]

        fix: #103514# prevent access to deleted members (GetFocus())

2002-09-20  Mathias Bauer  <mba@openoffice.org>  [74bfaab7feded2840dc854cfd81a8b8a47d287ba]

        #100015#: some problems with coordinates

2002-09-20  Frank Meies  <fme@openoffice.org>  [28e22c68098c186c461af94a10b410e68a214548]

        #102497# Use IsDark and IsBright functions to determine auto color

2002-09-20  Carsten Driesner  <cd@openoffice.org>  [0334ba3fa9094fdd82047c69fe09234172da921a]

        #103334# Info box for user under Linux that restart Office is mandatory

2002-09-20  Nils Fuhrmann  <nf@openoffice.org>  [7f367a023618c755436d6ba5b223bd97cb4eea95]

        Fix #i7801#, numeric representation for slovak 43 instead of 04

2002-09-20  Carsten Driesner  <cd@openoffice.org>  [780bd23ba7e761f1b3252d47b4f8298e88c00e09]

        #103504# No ellipses for 'Export PDF directly'

2002-09-20  Frank Meies  <fme@openoffice.org>  [aee75822f8f2225730d0dbf2200e312d26c2177e]

        #100699# JoinFrm has to be called before hiding a master frame

2002-09-19  Kurt Zenker  <kz@openoffice.org>  [d8cd364ef3a6d8c2dcf3ae91c1f8c9cf73ed90fa]

        Merge SRX643: 19.09.02 - 21:11:09

2002-09-19  Niklas Nebel  <nn@openoffice.org>  [6579588568a58cfb4251b921570004073ccd3ac9]

        #99950# PrintArea: set clip region before drawing form controls

2002-09-19  Caolán McNamara  <cmc@openoffice.org>  [d17e40c443d42b2560e61cb1dd7241899794234a]

        #103471# running pointer past end of buffer, rework to avoid and remove overcomplicated chunking

2002-09-19  Stephan Schäfer  <ssa@openoffice.org>  [4716735ba7d0ad133ff018481f94d6b4f201bbd9]

        #103362# improve positioning and resizing of system windows

2002-09-19  Andreas Martens  <ama@openoffice.org>  [4e1e28af6d17f62f2c26e3b48bc314c985ef14ce]

        Fix #103496#: Loop in vertical tables

2002-09-19  Caolán McNamara  <cmc@openoffice.org>  [c4a4aac5e66d45d67999bd110cb561bb208c666b]

        #102768# Handle various ww7 rtl sprms

2002-09-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [320a8614016d408cc826125a862450c521e90802]

        #102202# made redline operator < total

2002-09-19  Caolán McNamara  <cmc@openoffice.org>  [7af2a02401bfc32fa870bd60506135e6d53ddbf1]

        #103440# pointers to AllocBuffer/GetBufferAccess invalidated after ReleaseBufferAccess

2002-09-19  Oliver Specht  <os@openoffice.org>  [c1354eb863a2578cef89beb344f515ed0089a342]

        #100992# #103515# replace message revived

2002-09-19  Caolán McNamara  <cmc@openoffice.org>  [ed8b5f2debac216243930aba0873e0d75de8d0dd]

        #99657# handle no fill correctly for export

2002-09-19  Niklas Nebel  <nn@openoffice.org>  [19f3d2e7d06414af8588a9042d0a3f064451b181]

        #74215# MouseButtonDown: call SelMouseMove to ensure the anchor is created

2002-09-19  Frank Meies  <fme@openoffice.org>  [c0279920c0473a5a308af3bc079550702b83b582]

        #102585# Frames in vertical tables

2002-09-19  Herbert Duerr  <hdu@openoffice.org>  [1a814bd2a707270416e36f279c929441228a49f0]

        #102758# do not suggest hyphenation when line fits completely

2002-09-19  Caolán McNamara  <cmc@openoffice.org>  [f1f49678dcddb08ba9a387057122a48ac25683d8]

        #99657# roll import of nofill->nofill back to nofill->transparent

2002-09-19  Carsten Driesner  <cd@openoffice.org>  [0ee34f6206a06c1f943cd74c88e17000415280f5]

        #103490# Fixed typo 'Favorite' instead of 'Favorites'

2002-09-19  Caolán McNamara  <cmc@openoffice.org>  [b4f03c3904ceedb5a279d9ef0052beed8e3fe298]

        #102794# export hyperlink field from drawing layer

2002-09-19  Duncan Foster  <dfoster@openoffice.org>  [542e2fec62ca4cf39464fa0f1d503f94eacb9105]

        #100000# Fixed missing '$'.

2002-09-19  Thomas Lange  <tl@openoffice.org>  [714bc9a4871cc45e3f3ff11cd5e37b91f0d7d402]

        #103476# assertion for useless argument combination added

2002-09-19  Philipp Lohmann  <pl@openoffice.org>  [c8acbf72b706b885fbd98730e68c637567d69ffc]

        #103449# handle clip region requests in a common mapmode

2002-09-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9cdf309e44c07d63cf644bdeefcc72b4f3cdee0d]

        #100000# brainless cut, cop, paste...

2002-09-19  Herbert Duerr  <hdu@openoffice.org>  [55590d804b77648c8a21856a2ff31f0046f7e892]

        #103415# enable subsetting of dismembered TTC

2002-09-19  Herbert Duerr  <hdu@openoffice.org>  [a988a2be0c450b33f97ae21dab95e4928bc342e3]

        #103415# enable subsetting of dismembered TTC

2002-09-19  Carsten Driesner  <cd@openoffice.org>  [d43a0d9234deab3d9054e6c84038ce56fffe5c7b]

        #79325# Revised URL transformer implementation to fulfill IDL specification

2002-09-19  Ingrid Halama  <iha@openoffice.org>  [6eff82261353fe27629798968a635ab11ea96821]

        #103416# cutted german string 'Bildschirmpraesentation'

2002-09-19  Philipp Lohmann  <pl@openoffice.org>  [60e06c7697960463116bb5b816b16fa6954f6d44]

        #103429# use correct mapmode with hatches

2002-09-19  Jörg Barfurth  <jb@openoffice.org>  [a0e75dcec423f727a5bf5ba572bf205826cb40d4]

        #102850# Fallback to offline mode now done externally

2002-09-19  Oliver Braun  <obr@openoffice.org>  [d5a737034ee04d92d81ad164700aee6ddd198a78]

        #103473# throw exception if JABW could not be found

2002-09-19  Jörg Barfurth  <jb@openoffice.org>  [2ec076e799620d55615ffc3bced4f8045db04869]

        #102850# Support for contexts to allow fallback initialization

2002-09-19  Mikhail Voitenko  <mav@openoffice.org>  [3ba66f3e973ef856c9465c6eddefc92d89f13360]

        #103459# do not modify document on export

2002-09-19  Eike Rathke  <er@openoffice.org>  [57eaf710a6877c8db3c0fbf4b39d32d236582b78]

        #102840# correct Shekel symbol and currency number format codes

2002-09-19  Mathias Bauer  <mba@openoffice.org>  [17b12d22793d97aa7411c945fd1bbd216ff9fdc5]

        #102399#: don't get focus when showing PopupWindow

2002-09-19  Daniel Rentz  <dr@openoffice.org>  [d0c185b1f866a417ba79b6354f2510e76ece3d4a]

        #101779# optimized EnsureGraphicNames()

2002-09-19  Daniel Vogelheim  <dvo@openoffice.org>  [0abe1929dae3963dcad0004b38faaf264bc968cb]

        #103445# fixed last fix to work in insert/styles-only mode

2002-09-19  Mathias Bauer  <mba@openoffice.org>  [409c66b83ba6580818c7643479c28b4ff60b75c4]

        #78504#: new method InsertDocuments

2002-09-19  Mikhail Voitenko  <mav@openoffice.org>  [f1ef064c49269e6f2f35f8e653b8cc0365f63228]

        #103457# initialize pointer

2002-09-19  mxiao  <mxiao@openoffice.org>  [50b4ec7842621d1edddeb597bd2582c0c3f9cd1a]

        #102665 bug fixed of map file rule

2002-09-19  Daniel Rentz  <dr@openoffice.org>  [2d8bd229758438cceb45a06aed952274fb093862]

        #91267# steps in 1/10 units

2002-09-19  Daniel Rentz  <dr@openoffice.org>  [5e166348b80ffe49ee0457181ab97d60e774d49c]

        #91270# sort style listbox

2002-09-19  Oliver Bolte  <obo@openoffice.org>  [61a747b373648e7285cd6e30425c0d0954d927eb]

        #100000# syntax errors

2002-09-19  Thomas Lange  <tl@openoffice.org>  [5baba2cff87ee5f30df13ae2c38d0c6461918549]

        #103470# SvxGetAltSpelling fixed for Catalan

2002-09-19  Oliver Bolte  <obo@openoffice.org>  [8155cd9c4da7b80527a8ecf5ee85e411ce7a3f33]

        #100000# missing libs for tools/bootstrap, product, sfx2

2002-09-19  Philipp Lohmann  <pl@openoffice.org>  [42e1593a2f7c65fa9e6db2729a50ed8072335aa8]

        #103310# optimize arabic font list

2002-09-19  Philipp Lohmann  <pl@openoffice.org>  [83bd6e053be97183b5e6f430df3c1e504cf2ed98]

        #103310# optimize arabic font list

2002-09-19  Rüdiger Timm  <rt@openoffice.org>  [a6a58c61c29e81b08914a225c459cb8016285868]

        #100000# Include corrected

2002-09-19  Oliver Braun  <obr@openoffice.org>  [d1fd1f5a90185a40c127aca00c73486e54b08524]

        #103439# do not write logfile automatically on windows

2002-09-18  Kurt Zenker  <kz@openoffice.org>  [4780ab9765b78e2b8cf0acb5549649d981ee9818]

        Merge SRX643: 18.09.02 - 21:18:36

2002-09-18  Kurt Zenker  <kz@openoffice.org>  [5df5342484c04b44913c362370f63b8281f7096b]

        Merge SRX643: 18.09.02 - 21:17:17

2002-09-18  Kurt Zenker  <kz@openoffice.org>  [ae0d9a5a7cb075ebd2b37f57c41707b77acd8d6c]

        Merge SRX643: 18.09.02 - 21:13:38

2002-09-18  Daniel Vogelheim  <dvo@openoffice.org>  [c48b5295583fcecd8e1c524ead6e330be1642372]

        #103445# properly read headers without styles

2002-09-18  Herbert Duerr  <hdu@openoffice.org>  [594d9ebfa3a7fa0d4ef3d05f9219ca15e57160b8]

        #103415# avoid crash when embedding ttc

2002-09-18  Niklas Nebel  <nn@openoffice.org>  [3b6b47bec3eb5ae4bd02e1f12983912562bd5d80]

        #93767# DataChanged: make sure status handler is called before calling EditGrowX

2002-09-18  Rüdiger Timm  <rt@openoffice.org>  [a88943c8bc58a4103632984c5571d52a8af00524]

        #100000# source/commontools depends on source/parse (needs sqlbison.hxx).

2002-09-18  Stephan Schäfer  <ssa@openoffice.org>  [9a3e202dd7a7bb5973ac5899c22bb404cf79bbe1]

        #103360# mirror geometry on demand

2002-09-18  Philipp Lohmann  <pl@openoffice.org>  [c49282861fa8c774cd8f8d08932db04425a43ee6]

        #103360# mirror geometry on demand

2002-09-18  Eike Rathke  <er@openoffice.org>  [91e858f3994f4305dabe5cf5d4a19193e45aa30b]

        #94643# Factor: formulas containing the FORMULA() function need RecalcModeAlways

2002-09-18  Niklas Nebel  <nn@openoffice.org>  [bc3b0cc034975cd0d1aeb2dc6d691b820f6d4345]

        #103346# don't access EditEngine after deleting, remove NotifyHdl from TextWnd EditEngine

2002-09-18  Mathias Bauer  <mba@openoffice.org>  [6fef57e7b3166ba1a330a91a2006f09179f04118]

        #103456#: make sure that contextChanged is called not too often

2002-09-18  Kai Sommerfeld  <kso@openoffice.org>  [006c26d82cb6854de1fa2a79de7cb8f74fd712a7]

        #96458# - Typos (caused compile error on solaris).

2002-09-18  Armin Weiss  <aw@openoffice.org>  [8333545be329908c50a2df80c0f9d4b0cf24206c]

        #103335# take back of #100801#, #100801# needs to be solved in another way.

2002-09-18  Jörg Barfurth  <jb@openoffice.org>  [05bd6162e3ab941b7ddd591031301a13085931c7]

        #102850# Error handling for configuration bootstrap failures

2002-09-18  Jörg Barfurth  <jb@openoffice.org>  [cd91c00c69189d51f6962bbc808c93ce613208e1]

        #102850# Error messages for configuration bootstrap failures

2002-09-18  Jörg Barfurth  <jb@openoffice.org>  [d0a5d3ed55dac9b46db4ea570f1f18eccc62f2fb]

        #102850# Deliver configuration backend exceptions for use in desktop

2002-09-18  Oliver Bolte  <obo@openoffice.org>  [3c3485ab3ff8494cfc36e28ee81ff515b03ea0b1]

        #100000# missing header string.h for solaris

2002-09-18  Herbert Duerr  <hdu@openoffice.org>  [604cc3b47a2837f7295b13d1244973e25531c799]

        #100850# fix ExtTextA advance width for DBCS case

2002-09-18  Kai Sommerfeld  <kso@openoffice.org>  [6c6df5b02f4117f6e45a4479741ba6ea656d4b3b]

        #98310# - Improved error handling.

2002-09-18  Jörg Barfurth  <jb@openoffice.org>  [6d77da9edfb9d66b1e8ea90b23d97a15953f839e]

        #i7776# Use local symbol to retrieve module path; Otherwise UNX linking may get a symbol from any other library

2002-09-18  Eike Rathke  <er@openoffice.org>  [0009c74fa8d1d7c9a52e3622a675a0d41181f365]

        #i7230# #103381# quotation marks, currency, and reserved words changes provided by ismax@openoffice.org (Ismael Baena)

2002-09-18  Oliver Specht  <os@openoffice.org>  [e8bbd0d62bc3a6bbcb1a57df6c85cb1565299ba4]

        #102953# remaining mail related controls hidden

2002-09-18  Eike Rathke  <er@openoffice.org>  [d7a480258b770f33ad985b8acb0e56e045dccb2c]

        #i7230# #103381# getInstalledLanguageTypes: remove ca_ES from the list of known problems

2002-09-18  Behrend Cornelius  <bc@openoffice.org>  [e5d9d962922004f71c2937473e8e3b81a1ea2576]

        #103450# No CanCEL of FolderDialog Called

2002-09-18  Eike Rathke  <er@openoffice.org>  [d795dd93f93e93b2403a4d726b13de74ddcfa406]

        #i7230# #103381# date and currency changes provided by ismax@openoffice.org (Ismael Baena)

2002-09-18  Philipp Lohmann  <pl@openoffice.org>  [ef2a354962794c2d948e86be0b4ffec0c2b017ee]

        #103361# better back scaling of pixel values to colors in visuals with other than 8 bit significant bits in rgb-masks

2002-09-18  Daniel Rentz  <dr@openoffice.org>  [28d2c2c855b655189fb4537082e5d0e45e5dd66f]

        #97774# keyboard handling for ScOutlineWindow

2002-09-18  Daniel Rentz  <dr@openoffice.org>  [d942efb344a1152d87e0fa08e0d802446bfc2a41]

        #97774# keyboard for ScOutlineWindow

2002-09-18  Rüdiger Timm  <rt@openoffice.org>  [8f1c6a4a49bc196830918acf6aab9d70bea4dd51]

        #100000# Syntax

2002-09-18  Thomas Benisch  <tbe@openoffice.org>  [fe9a63f3f2b9e7f87c55ca458edf32d5775612d0]

        #102626# text length is a valid index for getTextAtIndex, getTextBeforeIndex, getTextBehindIndex

2002-09-18  Thomas Lange  <tl@openoffice.org>  [4298a11ff1a10d750a66d40fc353c167b77f1df6]

        #102987# SwTransparencyGrf::Put/QueryValue fixed

2002-09-18  Rüdiger Timm  <rt@openoffice.org>  [4a4edd3701c97911a2399cf73ee8331b10721876]

        #100000# First build root dir.

2002-09-18  Kai Sommerfeld  <kso@openoffice.org>  [06e16dad6cb3a020bdbfdc9e5f28267e7f1cea63]

        #i7636# - Proxy Authentication, some general refactoring

2002-09-18  Eike Rathke  <er@openoffice.org>  [7af6d217d66cb2ec1ec467672add8d3d1477d787]

        #100945# ExecuteNumFormat: play recorded SID_ATTR_NUMBERFORMAT_VALUE

2002-09-18  Jörg Budischewski  <jbu@openoffice.org>  [4248ab02c76c69bff54a7b7c131bc5dd5e0730a0]

        #101415# applicat.rdb gets now generated

2002-09-18  Jörg Budischewski  <jbu@openoffice.org>  [ec514e25ca52984b404a3b4f5a4e7fcbc2fb4e8c]

        #101415# updated tests

2002-09-18  Mikhail Voitenko  <mav@openoffice.org>  [d17a75a07921ef6dec1101ddec888972907f1850]

        #102676# use forcing for UCBStorages

2002-09-18  Mikhail Voitenko  <mav@openoffice.org>  [913c58ed14b48b76f4192cbc0cf0e85afa7a9b39]

        #102676# use forcing for UCBStorages

2002-09-18  Frank Meies  <fme@openoffice.org>  [b3b9c3d18f01dfebf9dca9e917882fe6caa03ad6]

        #102627# The layout engine requires the width of the output passed in the kerning array even in grid mode

2002-09-18  Oliver Specht  <os@openoffice.org>  [a989f407e0ca98cacab5b6a5136bb91466125969]

        #100776# background controller changes paragraph color in tables when no cell selection is set

2002-09-18  Oliver Braun  <obr@openoffice.org>  [470eb09a871443fd5d79f531edfd32ac715ba49f]

        #102741# list items are now transient

2002-09-18  Oliver Specht  <os@openoffice.org>  [287c9046d34be3768e3158157dbfab2b85997543]

        #102216# SetStyle() mustn't be called twice in StateTabWin()

2002-09-18  Mikhail Voitenko  <mav@openoffice.org>  [05892f9ca5e9b915d0fba68eb5bcef8222a6702c]

        #103281# use office configuration to get version info

2002-09-18  Oliver Düsterhoff  <od@openoffice.org>  [ca84e7f0ebaee2ae3482cf6831bd7cfc91163019]

        #100522# - _InsertCnt(..): on insert section invalidate page to force format and paint of section

2002-09-18  Oliver Düsterhoff  <od@openoffice.org>  [ea7224f74d6a8d36fd13c94dbaf1ce5404aedf08]

        #100522# - SwSectionFrm::_CheckClipping(..): no calc of section content, if height not changed

2002-09-18  Oliver Specht  <os@openoffice.org>  [40da4c48acf380251203f664ee22e7aa3ede0bef]

        #103191# show DataSourceBrowser only if called via menu

2002-09-18  Jörg Budischewski  <jbu@openoffice.org>  [8ff54086743436e539883ef692925a31332a7752]

        #102869# available and skipBytes now  throw NotConnected exceptions, in case the input stream has been closed before

2002-09-18  Rüdiger Timm  <rt@openoffice.org>  [0c2435f907575cd05df4e62b887da98bfd19727b]

        SRX644

2002-09-18  Joachim Lingner  <jl@openoffice.org>  [70ef9f2719a41d152f21e02ba0e7ab775de8eafb]

        #98344# Factory now implements XTypeProvider

2002-09-18  Vladimir Glazounov  <vg@openoffice.org>  [1b526308749dd77eeedd91cb9b8e639d60cb0f9d]

        #100000# added include

2002-09-18  Frank Meies  <fme@openoffice.org>  [c49f245dc1c1738e9b1d019bd92dacf0294cc1ad]

        #102548# Contour of graphic should be mirrored if graphic is mirrored

2002-09-18  Behrend Cornelius  <bc@openoffice.org>  [19f2da810ca67f7c7fe6d858de7fa1f52bdcb2d0]

        #97290# Taborder modified

2002-09-18  Rüdiger Timm  <rt@openoffice.org>  [4de866e1acacbe93ba0a59423d7b9ce21b02cd2d]

        #100000# Hard dependency to offapi.

2002-09-18  Philipp Lohmann  <pl@openoffice.org>  [428582adc34ec005b2351b15815845d2ca62c943]

        #103360# do not remirror to often

2002-09-18  Frank Schönheit  <fs@openoffice.org>  [c85647a6c9d9fb20cbfcf812378fb3b43862546a]

        #103298# KeyInput: corrected return value for some cases where the key is not handled

2002-09-18  Daniel Boelzle  <dbo@openoffice.org>  [6ec1a6ced4deeace6402f52a838d6e49cfc35b9b]

        #103412# code improvements

2002-09-18  Stephan Schäfer  <ssa@openoffice.org>  [7fa37b455fb504f136ac73e7d361f1ecb1490567]

        #103358# no UI mirroring for horz rulers

2002-09-18  Andre Fischer  <af@openoffice.org>  [206a6a73e95c09975d9fd0403ee493b91d0fcdaf]

        #103358# Disabled mirroring for horizontal scrollbar.

2002-09-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [5fcf8e27a363bd418d195c55d0d5d054f8c7f9c0]

        #95924#CreateChildContext: Increment progress

2002-09-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [0cd07da68f176e66c00a37ad0daac6534415cf33]

        #95924# CreateChildContext, ProgressBar: use Increment instead of SetValue

2002-09-18  Oliver Specht  <os@openoffice.org>  [6b815539899b75c88f8c7e5749fe6f974cda2d95]

        #102644# FN.*HELP ids and accelerator removed

2002-09-18  Frank Meies  <fme@openoffice.org>  [9290e412ba075b2f46a6b8c1bcaea91ce9732a91]

        #103399# Align centered and align right for vertical or RTL environment

2002-09-18  Jörg Budischewski  <jbu@openoffice.org>  [807cf201e56a5cafc7235e66004a83e50938094d]

        #98508# now passes on both windows and unix

2002-09-18  Frank Meies  <fme@openoffice.org>  [95c9c30ce687c72f26e48e3b2c5fa523d4d64e73]

        #101221# Only increase lock counter for layout cache if we have a valid impl pointer

2002-09-17  Herbert Duerr  <hdu@openoffice.org>  [1f6bead5fbc4a1a450ca92678d9303db154fde7d]

        #100850# improve emulation of TextW funcs

2002-09-17  Eike Rathke  <er@openoffice.org>  [dc5d18197915350274ab9db48732550b849b1dff]

        #i7284# #102685# ImpNumberFillWithThousands: insert specified separator even if number is divided by thousands

2002-09-17  Niklas Nebel  <nn@openoffice.org>  [0efcf37fc2d11914e01a3df3cfadde18572f0a14]

        #103327# IsGroupStart: handle elements before the current row

2002-09-17  Joachim Lingner  <jl@openoffice.org>  [27032fd2433190db3d3950b4276e58bcf0db09b3]

        #97074# OleDropTarget and OleDragSource now implement XServiceInfo

2002-09-17  Jörg Budischewski  <jbu@openoffice.org>  [d6415f32eec26e9ce3518a56a331f34d81bd313f]

        #98508# added now a main for the bridgetest

2002-09-17  Behrend Cornelius  <bc@openoffice.org>  [e2bbd7b91d715e11ce5d48f1927785e8e62a2237]

        #99839# german Comments translated

2002-09-17  Oliver Specht  <os@openoffice.org>  [9ac6e2a413041dcd53e734a2e2f965e04e1a2388]

        #99657# transparency value has to bes set almost always

2002-09-17  Jörg Budischewski  <jbu@openoffice.org>  [299c2f35157bb1abe9ab788605c066a8b66eba74]

        #98508# added bridgetest_javaserver batch, tests work now also in .pro builds

2002-09-17  Stephan Bergmann  <sb@openoffice.org>  [967272f60aaaaf2710008fbd52976ab4b58e3cbf]

        #98508# In execute, do not call sendReply a second time with an exception in case the regular sendReply caused an exception.

2002-09-17  Stephan Bergmann  <sb@openoffice.org>  [23196937697efeb94385cb7fe05038f0fb5948de]

        #98508# Cleaned up.

2002-09-17  Vladimir Glazounov  <vg@openoffice.org>  [1e1a0d535fdc01fdb90d56f27c313750273d979e]

        #100000# added missing include

2002-09-17  Stephan Bergmann  <sb@openoffice.org>  [caa6bec08c4f7c2521d3a7e70f3e392b52cac0fe]

        #98508# In sendReply, dispose the bridge when _iProtocol.writeReply causes an exception (with urp, the bridge is probably no longer usable, because the caching will be out of sync).

2002-09-17  Vladimir Glazounov  <vg@openoffice.org>  [de37b8ac680be0de55f59df82a0ade2cc880e1b4]

        #100000# added missing include

2002-09-17  Behrend Cornelius  <bc@openoffice.org>  [80bca2d204bcc2f869bdec367cdb70fc584a77d0]

        #99839# German Comments removed

2002-09-17  Behrend Cornelius  <bc@openoffice.org>  [5b12116802cf6010ff15d53f462bd44c904ed3fe]

        #99839# German Comments translated

2002-09-17  Oliver Specht  <os@openoffice.org>  [bfd398bd30936c5fe30b2ec6038dda1bdf51e54a]

        #103195# display and change of vertical/horizontal frames on vertical/horizontal frames and columns corrected

2002-09-17  Aidan Butler  <abutler@openoffice.org>  [7e8ee57f7227027874d6068f70e079dc370decad]

        #102182# Changes required for Program Management: Filter Strings and Mime-Types

2002-09-17  Frank Meies  <fme@openoffice.org>  [53af36c5e7c4953b05fa27e277303235da7283eb]

        #102858# Do not assume that we have a window

2002-09-17  Christian Lippka  <cl@openoffice.org>  [b4583b5b0eb70bd1c1200653933c8593cbdda268]

        #99281# use magenta transparency

2002-09-17  Oliver Düsterhoff  <od@openoffice.org>  [d456f889990aa6f86dbc07b47b1c3b642657a43c]

        #102099# - SwGrfNode::IsTransparent() - return true, if graphic is not transparent, but swapped out.

2002-09-17  Thorsten Behrens  <thb@openoffice.org>  [5960f0ae40ed8cb9c5ee94474cea326e9b4de832]

        #103209# Handling negative sizes

2002-09-17  Joachim Lingner  <jl@openoffice.org>  [49f7f608cce3197c6167bd6951da4b03425e074c]

        #100230# added sensible error messages

2002-09-17  Vladimir Glazounov  <vg@openoffice.org>  [71c7e64c869802400b92dcd92cab1f1dec66b12b]

        Merge SRX643: 17.09.02 - 15:25:43

2002-09-17  Kurt Zenker  <kz@openoffice.org>  [4e508c24f899804be3a4f4e7966c4175147b6e62]

        Merge SRX643: 17.09.02 - 15:24:42

2002-09-17  Kurt Zenker  <kz@openoffice.org>  [85491750d51b31aa8c994c73c4c356ad9b4806e7]

        Merge SRX643: 17.09.02 - 15:24:22

2002-09-17  Kurt Zenker  <kz@openoffice.org>  [567c212242791d115c2c571b96b6239d7083d25e]

        Merge SRX643: 17.09.02 - 15:24:09

2002-09-17  Rüdiger Timm  <rt@openoffice.org>  [105cc8c9a9e8897eb5acd0286400e70d9b2d48ec]

        Merge SRX643: 17.09.02 - 15:23:35

2002-09-17  Rüdiger Timm  <rt@openoffice.org>  [b7d8ce166b7668c9b3d1c48391ea929e13432359]

        Merge SRX643: 17.09.02 - 15:25:05

2002-09-17  Rüdiger Timm  <rt@openoffice.org>  [a0c2cb17cada06884448ddd3842903335b22feac]

        Merge SRX643: 17.09.02 - 15:20:36

2002-09-17  Vladimir Glazounov  <vg@openoffice.org>  [29b63afd13ee466d53e8dcd032714cd905d91132]

        Merge SRX643: 17.09.02 - 15:20:03

2002-09-17  Kurt Zenker  <kz@openoffice.org>  [dc360077a9359d457ad8d00b5f536489544c11e3]

        Merge SRX643: 17.09.02 - 15:19:31

2002-09-17  Kurt Zenker  <kz@openoffice.org>  [6e904d7a756a2478846e062152b5e035adbc75e5]

        Merge SRX643: 17.09.02 - 15:16:31

2002-09-17  Philipp Lohmann  <pl@openoffice.org>  [68ce5d35834826453e89609cc07c91f453223b2a]

        #103088# use correct offsets for translating mapmodes

2002-09-17  Vladimir Glazounov  <vg@openoffice.org>  [8eece47949be67af570ad9af6f417e1b8ea3342b]

        Merge SRX643: 17.09.02 - 15:12:50

2002-09-17  Rüdiger Timm  <rt@openoffice.org>  [511dd288886a6b4d919a320019ff8c9f5492ae02]

        Merge SRX643: 17.09.02 - 15:12:46

2002-09-17  Behrend Cornelius  <bc@openoffice.org>  [8216b4034e231dddfd613a8af9a9ef3a9f1a0c72]

        #99839# german comments translated

2002-09-17  Kurt Zenker  <kz@openoffice.org>  [5ec3887adbd6ba0f1a2a43b80eac66554165c580]

        Merge SRX643: 17.09.02 - 15:05:56

2002-09-17  Kurt Zenker  <kz@openoffice.org>  [dae04d045c0caefdc8cd9e904888766ed4239763]

        Merge SRX643: 17.09.02 - 15:04:01

2002-09-17  Behrend Cornelius  <bc@openoffice.org>  [a89e3eb4c8acf0cfea53073ff78a25f6e1f12100]

        ##99839# german comments translated

2002-09-17  Rüdiger Timm  <rt@openoffice.org>  [cae45f832dcd5365f93d402424eb23f45a310e1a]

        Merge SRX643: 17.09.02 - 15:05:09

2002-09-17  Behrend Cornelius  <bc@openoffice.org>  [901d2ea009da36f5f90869bea409f168662d8d4b]

        #99839# german Comments removed

2002-09-17  Kurt Zenker  <kz@openoffice.org>  [3a26882168697288a7062be89807a1eeb7eb1b87]

        Merge SRX643: 17.09.02 - 14:58:31

2002-09-17  Rüdiger Timm  <rt@openoffice.org>  [290846fa06cd2e16844141214e27d266e08192bf]

        Merge SRX643: 17.09.02 - 15:00:56

2002-09-17  Vladimir Glazounov  <vg@openoffice.org>  [1a5294354628bc3dcb3441825b082f4cef66570e]

        Merge SRX643: 17.09.02 - 14:58:27

2002-09-17  Behrend Cornelius  <bc@openoffice.org>  [a5241716a4c425776bea1c1f2a393e4a7a297da5]

        #99839# german comments removed

2002-09-17  Sven Jacobi  <sj@openoffice.org>  [1ecc19cf729097fb7c35d340d06f60bcd115137a]

        #101571# swap term: pages <-> range

2002-09-17  Eike Rathke  <er@openoffice.org>  [959b79749fa6fdc7bf1ecc5700a56d953d8ee2ee]

        #i6478# #103380# currency symbol is C$ instead of $C

2002-09-17  Vladimir Glazounov  <vg@openoffice.org>  [8501b29d24d22b80cd8931086149f648c1fa0588]

        #100000# typo

2002-09-17  Thorsten Behrens  <thb@openoffice.org>  [7cb9f162d53892d3c615976e7982936de50cd152]

        #65293# Added missing include

2002-09-17  Joachim Lingner  <jl@openoffice.org>  [a70f969df9e915b34cc52c8341ef4f456ea7af8e]

        #99957#

2002-09-17  Thomas Lange  <tl@openoffice.org>  [b9d88d3824fbbc6b2541da019bd5fdb0a7d401df]

        #103091# formula sub-directory added in drafts

2002-09-17  Sven Jacobi  <sj@openoffice.org>  [c26d897926777167a9cf06b0679791b8f0b3fe1c]

        #103317# fixed problem with small fractional values

2002-09-17  Rüdiger Timm  <rt@openoffice.org>  [ef7c88faec2aa9dd264f930cc0db2d6c60fe615d]

        #100000# Add dependency to desktop again, which has been removed by Bertram Nolte

2002-09-17  Thorsten Behrens  <thb@openoffice.org>  [b0bcaab6424a88a465e1b2bbec0010745cf7a9cc]

        #65293# Added missing include

2002-09-17  Joachim Lingner  <jl@openoffice.org>  [b228f80b343c3912062199edeea473cddb25cd16]

        #99957# convert to VS .NET

2002-09-17  Philipp Lohmann  <pl@openoffice.org>  [d6e7184f7370b7cff7f4ffb05410eaf5c9bd9b30]

        #103326# graphics state initialization, open flag in constructor

2002-09-17  Joachim Lingner  <jl@openoffice.org>  [8b8c3366ba21aae9c2775ca9dad95dfb734fbad1]

        #99957# uno wrapper returns DISP_E_MEMBERNOTFOUND when the flag in IDispatch::Invoke = 0

2002-09-17  Joachim Lingner  <jl@openoffice.org>  [484f443c22e5d88558086e0b7b4593fb6bf133c2]

        #99957# dont link with debug c runtime

2002-09-17  Rüdiger Timm  <rt@openoffice.org>  [604a68f577c976702dd87ef3edf0578a00d8db11]

        #100000# Change kind of module dependency into 'hard'

2002-09-17  Aidan Butler  <aidan@openoffice.org>  [6a446bc81ff94d203de05d68e103e3757908df9a]

        Fixed Url Problem

2002-09-17  Philipp Lohmann  <pl@openoffice.org>  [dcff0728fd959c19fded661ccd2d29704d1e9886]

        temporary workaround for PPC Linux

2002-09-17  Cyrille Moureaux  <cyrillem@openoffice.org>  [9237af6be6b21279eef0f5740614f81f69083bce]

        #102568# Changed own entries naming attribute from uid to cn

2002-09-17  Stephan Schäfer  <ssa@openoffice.org>  [710e29dd7ac7badb811cd5cc9e4427cb780267fd]

        #103358# no UI mirroring for horz scrollbars

2002-09-17  Stephan Schäfer  <ssa@openoffice.org>  [d6bb0390a1cdb5518a6b7740481e44ddf08cac03]

        #103358# no UI mirroring for horz scrollbars

2002-09-17  Stephan Schäfer  <ssa@openoffice.org>  [943a1cf5fc0ac5f2245dbb6b801409d944fbe16a]

        #103358# no UI mirroring for horz scrollbars

2002-09-17  Stephan Schäfer  <ssa@openoffice.org>  [0f8f246da12ad792f5fc3b36582d13017245d79f]

        #103363# no UI mirroring for column head

2002-09-17  cdt  <cdt@openoffice.org>  [4f4ca965f118f7471a5e47d4cb12e8d48cdc3ad5]

        deliver svmedit2.hxx

2002-09-17  Oliver Bolte  <obo@openoffice.org>  [6ec6525d6c759e924848580f5dfe702b34461c81]

        SRC666

2002-09-17  mxiao  <mxiao@openoffice.org>  [1f471c937e3c073d0528d0cf925ae390b4a5ec6e]

        #102665

2002-09-17  Mikhail Voitenko  <mav@openoffice.org>  [13e13131608fbca9d0b75d6e2a27be216e9f2401]

        #102223# check for ItemSet existance

2002-09-17  Thomas Lange  <tl@openoffice.org>  [e139d48e4e614f68bfe3ffb8bd77d5b2d32d20b5]

        #103306# GetFocus problem when SmCmdBoxWindow is destroyed fixed

2002-09-17  Frank Meies  <fme@openoffice.org>  [23c0c962cb3e5ec359489fbd42086058a21cc9cb]

        #103336# FindAnchor should use topright of boundrect

2002-09-17  Carsten Driesner  <cd@openoffice.org>  [672ebf31dcfdd04840dc314d5ec5fd430d7c193d]

        #98460# Retrieve styles only if toolbox item is visible

2002-09-16  Bustamam Harun  <bustamam@openoffice.org>  [003d3fedb5ef26f38d7b77ad6f45c7d72399c9d7]

        #102027# Fix date offset problem with Hijri Calendar

2002-09-16  Eike Rathke  <er@openoffice.org>  [03d6f85a59f235f8203a6042abb4aafc7ec7c5ab]

        #101659# Upgrade to ICU 2.2

2002-09-16  Daniel Vogelheim  <dvo@openoffice.org>  [3936fce1a8e8b773009524f7f731eb205c8c0379]

        #102841# no Unicode endianness start character for the clipboard, please

2002-09-16  Karl Hong  <khong@openoffice.org>  [0043384f51863bafc2e40b3ccd14016fc486eb74]

        #103026# fix a string length problem

2002-09-16  Niklas Nebel  <nn@openoffice.org>  [f757ad44240de18c24b4f1f91e1d1a9dddda6825]

        #102955# handling of multi selection that can be merged to simple selection in menu state functions

2002-09-16  Christian Lippka  <cl@openoffice.org>  [d8e7cec783bc4e7a7bb7cb8828d771d2ba833610]

        #103325# don't forget to kopie bMarkProt for background shapes

2002-09-16  Kai Sommerfeld  <kso@openoffice.org>  [9823b0d7ca0b9f595e47cfd997bb98163733b1ab]

        *** empty log message ***

2002-09-16  Andreas Martens  <ama@openoffice.org>  [09546520e44b0362db252595e5c56006fc90ee9c]

        Fix #103336#: Vertical environment for fresh fly frames

2002-09-16  Frank Meies  <fme@openoffice.org>  [59d56bb006776fa53f5191ddc3e4c6d5eb38f867]

        #102112# Initial height for TextToTable tables in vertical environment

2002-09-16  Mikhail Voitenko  <mav@openoffice.org>  [f3e0f62e8eeb89217d98fd4e7884cf27aee9c06e]

        #102831# use ViewOnly mode

2002-09-16  Joachim Lingner  <jl@openoffice.org>  [7e7e0865b24c142e6e63c98174566c2937552cb0]

        #102990# interaction handler: when no jvm lib is found the messagbox contains the path to the java dir rather then to the libjvm.so

2002-09-16  Vladimir Glazounov  <vg@openoffice.org>  [a53a8b1b4995dd8bd3dec4ecf0f5aeb48a28aa79]

        #102262# additional check in UNIX case

2002-09-16  Mikhail Voitenko  <mav@openoffice.org>  [aa317f022618d1f297770886989c0f6144cc8bab]

        #102831# use ViewOnly mode

2002-09-16  Herbert Duerr  <hdu@openoffice.org>  [4f1f9e6449e5210d4e8ba53bf8d54632efc574ea]

        #98991# correctly rotate percent/permille

2002-09-16  Vladimir Glazounov  <vg@openoffice.org>  [128510e2b984cffdc962a3bc183d2a676c12900d]

        #102262# additional check in UNIX case

2002-09-16  Oliver Specht  <os@openoffice.org>  [aa4110ba2db39afefe0e197e49ca614658ea83f5]

        #i7740# #103329# offset in graphic insertion corrected

2002-09-16  Eike Rathke  <er@openoffice.org>  [59a7efc8ad8a03bb758b0d8c1a411917d5f0b759]

        #i5242# #103177# add ScTokenArray::bReplacedSharedFormula

2002-09-16  Eike Rathke  <er@openoffice.org>  [33c03611f4dcc330ef1d6034f9830e2708b8e200]

        #i5242# #103177# StartListeningTo: if called for name listeners establish all listeners if ScTokenArray::IsReplacedSharedFormula()

2002-09-16  Aidan Butler  <aidan@openoffice.org>  [ff3fc3d063de598b5d021c4f4e151120792cb027]

        #102743# Fixed internal PDB name

2002-09-16  Eike Rathke  <er@openoffice.org>  [58c8b645bcf1e79cc553e477a2cfbb0c67fc55d7]

        #i5242# #103177# ScTokenArray::SetReplacedSharedFormula()

2002-09-16  Eike Rathke  <er@openoffice.org>  [344ea68891385ef694a3d25c67ef4bf472e67492]

        #i5242# #103177# UpdateReference: revert shared formula handling Excel can't cope with, #ifdef'ed for future reference

2002-09-16  Joachim Lingner  <jl@openoffice.org>  [baf2cbd97e2465f25c1fb46f1c1dbe640bb37f9a]

        #1003002# java error handling: on linux reboot necessary after jvmsetup, interaction handler only gets XInteractionAbort

2002-09-16  Martin Hollmichel  <mh@openoffice.org>  [2441ac76b1398477b75b19e825d85f9b33614c0a]

        add: d.lst for unixODBC

2002-09-16  Thorsten Behrens  <thb@openoffice.org>  [3d71b5068026622ca0d6a1f51076b150511496e5]

        #103318# Fixed typo in assignment

2002-09-16  Daniel Rentz  <dr@openoffice.org>  [10db94ce3892912305069e111ea7096c8afff61d]

        #103284# no preview of text flow in Calc

2002-09-16  Martin Hollmichel  <mh@openoffice.org>  [84039ba3f9daf4d9948f123f7decf0b63e3a8a96]

        add: unixODBC header files

2002-09-16  Frank Meies  <fme@openoffice.org>  [7e8c69d0421197ecd1020626b629dbae97caa735]

        #96088# Trigger new formatting when printer settings have changed

2002-09-16  Frank Meies  <fme@openoffice.org>  [1946371a1e62370dc75bf316c5848a2a82bbc3d9]

        #100842# Do not read uninitialized nControl from document

2002-09-16  Andreas Schlüns  <as@openoffice.org>  [9c139caa6b0bc02bde6433449db96bc3f8d2a41a]

        #79591# correct some service names

2002-09-16  Peter Burow  <pb@openoffice.org>  [62683ba04d9c89c12c4eaee7055a7dd37f044c77]

        fix: #103248# warning removed

2002-09-16  Sven Jacobi  <sj@openoffice.org>  [1d858534c960a664889935fe6ea8131aa893e225]

        #103303# read access will now also create a Property Sequence

2002-09-16  Sven Jacobi  <sj@openoffice.org>  [56789195a1867e361dc483f156e2c3b23dcf3cc1]

        #103303# now using correct settings for direct pdf export

2002-09-16  Frank Meies  <fme@openoffice.org>  [36ea3659feb3cd10e08c43b91997f8aeca335964]

        #101688# Anchor of drawing objects in vertical or RTL environment

2002-09-16  Daniel Rentz  <dr@openoffice.org>  [320b011e815b6ebda1e3711dc731d9019125b723]

        #101763# CTL text direction

2002-09-16  Frank Meies  <fme@openoffice.org>  [0ecc98b556f487ea4506e8298f967bb3ffa51232]

        #101688# Anchor of drawing objects in vertical or RTL environment

2002-09-16  Oliver Specht  <os@openoffice.org>  [01e35eff1d8c51b26b6893d7f2544dfc38b2b5c8]

        #103302# syntax corrected

2002-09-16  Stephan Schäfer  <ssa@openoffice.org>  [b0d4d23fe50b70110c9b506b934cde70f0a308fc]

        #100860# improved RTL scrolling

2002-09-16  Oliver Specht  <os@openoffice.org>  [c03aaf68c8e885fe4dff0eab5050ac50f0595995]

        #103302# missing member initialization added

2002-09-16  Jörg Barfurth  <jb@openoffice.org>  [8c2cf0f7c41af86fd75860aa57280a0fdf4b8c09]

        #102850# BackendAccessException c'tor signature changed; corrected wrong use of makeAny

2002-09-16  Martin Hollmichel  <mh@openoffice.org>  [49d40e947d2aa5505a258269b7003fe6d6f47cab]

        del: inimgr #103111# build.lst

2002-09-16  Stephan Schäfer  <ssa@openoffice.org>  [0c957df97d5f78332e1a0fd7cc7f2e1bd019bd87]

        #100860# window positioning

2002-09-16  Herbert Duerr  <hdu@openoffice.org>  [ea939c5b2739bf5e394bd49bf2a73edbe9c599f6]

        #100850# workaround for problematic uwinapi usage

2002-09-16  Oliver Specht  <os@openoffice.org>  [d694e1c510ff8ed5c44db27b43d996a2d45b193f]

        #103288# optimization error corrected

2002-09-16  Peter Burow  <pb@openoffice.org>  [f0d4614df8b23e75a8f799229b0c2b742e16b9bc]

        fix: #103150# SetNoSelection() added

2002-09-16  Peter Burow  <pb@openoffice.org>  [d6eb12ff691327b861a2b21ece72a8439e341f7a]

        fix: #103247# GetBoundingBox() improved

2002-09-16  Oliver Specht  <os@openoffice.org>  [c51f71ea07458c6405e2ec9490457dbafdc2e378]

        #100992# changed treatment of maximum undoable replace operations

2002-09-16  Peter Burow  <pb@openoffice.org>  [5773687296c38bf0b0a8338571119e807c4b9a01]

        fix: #103249# wrong member used in GetUILocale() -> fixed

2002-09-15  Eike Rathke  <er@openoffice.org>  [1c7b373e15552856ca85858cf4ce1d5999a1321b]

        #101659# upgrade to ICU 2.2

2002-09-15  Eike Rathke  <er@openoffice.org>  [f3c09548f6b3ecb55a32196ca4b86c792c395331]

        #101659# upgrade to ICU 2.2

2002-09-15  Karl Hong  <khong@openoffice.org>  [dc1dd5758f3133eaf7026e9384365dcffe196ac9]

        #103267# fix japanese native numbering

2002-09-15  Karl Hong  <khong@openoffice.org>  [0846246d8c4102e488d72966cb122e6d3d9cf208]

        #103267# fix japanese native numbering

2002-09-13  Karl Hong  <khong@openoffice.org>  [9aafe56dccd1470fc9fc12ef127b491dd6fc8274]

        #102027# fix a typo in month conversion for non-gregorian calendar

2002-09-13  Cyrille Moureaux  <cyrillem@openoffice.org>  [814b133fddf283a9c601cbdc4c7fec45607492d7]

        #102850# Changes to BackendAccessException

2002-09-13  Niklas Nebel  <nn@openoffice.org>  [df8886e0a407825f46b372b80e34a24f74249db9]

        #97612# when closing, dont try to activate other window

2002-09-13  Behrend Cornelius  <bc@openoffice.org>  [cf0ff088ba7c32e501fe6036f058d44e117f31c7]

        #102764# removing and Adding GroupFieldNames improved

2002-09-13  Sven Jacobi  <sj@openoffice.org>  [0cbb96c1fb99388514a8feebe9501025c0f69a71]

        #103300# changed jpg quality to 30, 60 and 80. Use jpg compression only for bitmaps with more than 256 colors, or by bitmaps that have exact 256 colors but are grayscale

2002-09-13  Stephan Schäfer  <ssa@openoffice.org>  [e5b250261840bc9cbfd1b6aaa708ec1fec969b90]

        #100860# ImplReMirror is const

2002-09-13  Stephan Schäfer  <ssa@openoffice.org>  [abc2d47da77116f2dbd43a53e0a3ac6b6d1ebcf8]

        #100860# improve mirrored painting

2002-09-13  Stephan Schäfer  <ssa@openoffice.org>  [cf8c664d9f753441f128cb6ca52f73c549a62dd7]

        #100860# improve right-alignment

2002-09-13  Behrend Cornelius  <bc@openoffice.org>  [4c79f658e9dc7b1cea9cf14ec0287c6fb748e1e7]

        #102764# Removing of GroupNames now improved

2002-09-13  Andreas Martens  <ama@openoffice.org>  [aaf8f940e49f1cd88da5ff2e94080c2b407db86f]

        Fix #98399#: Positioning in right to left environment

2002-09-13  Andreas Martens  <ama@openoffice.org>  [5a50ce3cde4de6f7ffd49b792bd5d45e3f206315]

        Fix #98399#: Positioning in right to left environment

2002-09-13  Frank Schönheit  <fs@openoffice.org>  [7c2572df6da5c8f148f29c701173dcffb7bf4a90]

        #i6565# alterColumns: do not unnecessarily drop/re-append primary keys upon saving

2002-09-13  Frank Schönheit  <fs@openoffice.org>  [749fc6a410eaba770ffdfc650e8445368fd572d4]

        #i6565# renamed drop-/appendKey to drop-/appendPrimaryKey - eases the reading :)

2002-09-13  Armin Weiss  <aw@openoffice.org>  [a38f9eebe8ea6cc11a05984a4d04f409d9677fac]

        #97097# TakeTextRect(...) may only give FALSE as last parameter if it is used from HitTest

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [765d0ea2ebf1ab3e80e063b6a39fbc3e6eb48030]

        Merge SRX643: 13.09.02 - 16:37:58

2002-09-13  Rüdiger Timm  <rt@openoffice.org>  [2f8e1556a37b0e2b1bd825fcb2017d8427cb69f2]

        Merge SRX643: 13.09.02 - 16:38:54

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [7fa360c890b917f1bf07ff68f6c2967c9441933c]

        Merge SRX643: 09/13/02 - 16:36:20

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [6e08a5a81acb9ad0675e3c84717de9d82da09548]

        Merge SRX643: 13.09.02 - 16:35:01

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [7c8a6c93e14f2cf3ce5423c8c7ac8ece5affa56a]

        Merge SRX643: 13.09.02 - 16:34:30

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [f6f7a8bdafff1475e48fcde112356ed4b986312e]

        Merge SRX643: 13.09.02 - 16:32:34

2002-09-13  Rüdiger Timm  <rt@openoffice.org>  [3fc2198e197659ff55fc8ef02f38859592822115]

        Merge SRX643: 13.09.02 - 16:34:17

2002-09-13  Rüdiger Timm  <rt@openoffice.org>  [6f9ca649e037a3d55f94f8318e81db91c828b49f]

        Merge SRX643: 13.09.02 - 16:34:11

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [4b42298e74518d3de5033b2d68e7f32a2c022f01]

        Merge SRX643: 09/13/02 - 16:31:26

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [f853ec34d2dc332b6359279563a356c878557117]

        Merge SRX643: 13.09.02 - 16:29:14

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [c31c472d21a00b6b890c24a0d86d123116d729e3]

        Merge SRX643: 13.09.02 - 16:29:13

2002-09-13  Thorsten Behrens  <thb@openoffice.org>  [7cef10d30cb96f847180c64b7ba6e34821fb143c]

        #101701# Added missing include

2002-09-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f8be1cc360104f69fb51d5b762a285c1f25fe5a2]

        #103257# fix missing zip dependencies when switching used build languages

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [b04c67c06bcaa900fc93d7410bd41d9bb863b886]

        Merge SRX643: 13.09.02 - 16:26:42

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [85dda14e2b7b1b9be16fe65daf5890f861ab4006]

        Merge SRX643: 13.09.02 - 16:25:04

2002-09-13  Rüdiger Timm  <rt@openoffice.org>  [f3cc5d16aff482c583c98c192fcf7a60d8d8e637]

        Merge SRX643: 13.09.02 - 16:26:07

2002-09-13  Thorsten Behrens  <thb@openoffice.org>  [40e56459dd84475f16d06796785a396a5c8c289d]

        #101701# Added handling for vertical text and using GetCaretPositions for BiDi support

2002-09-13  Thorsten Behrens  <thb@openoffice.org>  [afbb6f0ac6b89fc92640d16d4e7e56fd4e327c5b]

        #101701# Re-Added special handling for TextType::LINE

2002-09-13  Thorsten Behrens  <thb@openoffice.org>  [4872e3957f8a15308b3658c6692e4226b6ae5901]

        #101701# Added rotation methods for vertical text

2002-09-13  Oliver Specht  <os@openoffice.org>  [4ac0874570e742f7aafa016a84326ab2cd388c57]

        #103282# enable transliteration in tables, too

2002-09-13  Christian Lippka  <cl@openoffice.org>  [d06512e295a59c651f68f2d6e11c14686b33bb03]

        #100687# SetEnableModified must be reset before saving linked presentation

2002-09-13  Oliver Specht  <os@openoffice.org>  [4c09611ac169c3aec605556ca94735af7b405dbb]

        #103195# vertical frames in the ruler corrected

2002-09-13  Oliver Specht  <os@openoffice.org>  [31122dd59da737cb58242e9811a072ace26ce110]

        #100584# SvxCTLTextTbxCtrl created to support CTL-support-dependent buttons

2002-09-13  Oliver Specht  <os@openoffice.org>  [63d1a850fb360017593467ef6dfb86f583f251ff]

        #100584# SvxCTLTextTbxCtrl created to support CTL-support-dependent buttons

2002-09-13  Oliver Specht  <os@openoffice.org>  [a413b7bafc5d88eba0db0fd830d39cc0c55197d2]

        #100584# SvxCTLTextTbxCtrl created to support CTL-support-dependent buttons

2002-09-13  Oliver Specht  <os@openoffice.org>  [7385c11e39a793cb14927a259b8cb340baf2df7d]

        #100584# SvxCTLTextTbxCtrl created to support CTL-support-dependent buttons

2002-09-13  Oliver Specht  <os@openoffice.org>  [68fea5d2878395c5dbbbed1c4b69e98e3b455789]

        #100992# changed treatment of maximum undoable replace operations

2002-09-13  Carsten Driesner  <cd@openoffice.org>  [f356c38e073128d7ea8c13b433cc1a8e6894c58a]

        #101559# Changed order of the function bar buttions as described in the spec

2002-09-13  Thomas Lange  <tl@openoffice.org>  [e1c8486083687152a782df0871422136869b56f4]

        #102773# com.sun.star.text.Text added to list of supported services

2002-09-13  Daniel Vogelheim  <dvo@openoffice.org>  [32b07fe598bbf46248f4787dc250089bbd18bad4]

        #102940# move all VCL calls before the SolarMutex release point

2002-09-13  markm  <markm@openoffice.org>  [5ec57ce22d4d38e326600832cff27af29f7c77bd]

        #102719# Re-wrote line length calculations in postProcessText.

2002-09-13  Oliver Specht  <os@openoffice.org>  [410d294f2aa0c195dd8a24746455a6102764da1b]

        #98207# Ctrl+Y set to Redo instead of Repeat

2002-09-13  Peter Burow  <pb@openoffice.org>  [be3df865ad986a75bdd708795b22970c3fdeb509]

        fix: #102696# merge with BrowseBox for accessibility

2002-09-13  Peter Burow  <pb@openoffice.org>  [b3d4e4d879392de75510607e4c88132e430d95fa]

        fix: #102696# accessibility strings added

2002-09-13  Peter Burow  <pb@openoffice.org>  [ff09c4551e6c7746fb48b6c7cfc30915e3d25a6c]

        fix: #102696# accessibility added

2002-09-13  Frank Schönheit  <fs@openoffice.org>  [8532bf1aaa5e1c9f04683c641313b4934fdf4a81]

        #103254# getTextAtIndex: 'length' as index is allowed according to the interface definition

2002-09-13  Peter Burow  <pb@openoffice.org>  [d27ffd7351364199e728c90e54d35959d43eda10]

        fix: #102696# merge with TabListBox

2002-09-13  Frank Schönheit  <fs@openoffice.org>  [d6f871dd2096f4e1964e4049d6ee01d4a2814f29]

        #103250# deliver controllayout.hxx

2002-09-13  Frank Schönheit  <fs@openoffice.org>  [e8504ef8f19be56b114d7658c0f52ca555fc600a]

        #103250# allow to paint into layout data

2002-09-13  Frank Schönheit  <fs@openoffice.org>  [a7a2496d16717f418072751e67a024a0450e0fdc]

        #103250# +FillLayoutData/GetEntryCharacterBounds

2002-09-13  Armin Weiss  <aw@openoffice.org>  [c17c384394d101b9c283b845864201ac6e4666cd]

        #101688# Added HDL_ANCHOR_TR for SW, as anchor with (0,0) at top right position

2002-09-13  Peter Burow  <pb@openoffice.org>  [2e9f0ca5819eac5111dc09e33a4dbfc59ac37fcc]

        fix: #102696# accessibletableprovider.hxx added

2002-09-13  Andreas Martens  <ama@openoffice.org>  [0f07a05ef882223d0033fd2e35ad3118c5f02cf6]

        Fix #99066#: Autopos. frame in columned section

2002-09-13  Christian Lippka  <cl@openoffice.org>  [dfb774c701fd97ce370d9dbaaaca696d7dcb1ed4]

        #101758# fixed sort problem for invalidating bindings

2002-09-13  Christian Lippka  <cl@openoffice.org>  [25e7cb0d1fa44a46460a9871a92fac70123f037e]

        #101758# LEFT_TO_RIGHT and RIGHT_TO_LEFT is now a toggle slot

2002-09-13  Thomas Lange  <tl@openoffice.org>  [c75266d223bbb6c9d3e7efb9a68f2bfa831f009d]

        #98962# list properties of SwXCellRange fixed

2002-09-13  Sascha Ballach  <sab@openoffice.org>  [b10dd539129b5db6b4cdf47696851bfe85e57267]

        #101672#; handle sheets inserted after current sheet if all following sheets are scenarios

2002-09-13  Oliver Specht  <os@openoffice.org>  [ac5acb3cf9c55dec43c4377449539415134909ec]

        #100992# message text for maximum replace event changed

2002-09-13  Behrend Cornelius  <bc@openoffice.org>  [19f56c90e197e3b6a484a64d7579f609dba096ec]

        #100395# subsequential removal of GroupFields now possible

2002-09-13  Herbert Duerr  <hdu@openoffice.org>  [580c4b25fd9281073daee8f86e5304bd40fc574e]

        #103246# fix ServerFont printing

2002-09-13  Daniel Vogelheim  <dvo@openoffice.org>  [c48fa4da9e6df32231427ce34ff7a8c390b9806a]

        #103169# text in table cells may be edited, but not the acutal table anchor

2002-09-13  Frank Schönheit  <fs@openoffice.org>  [eb22ebb32ad0e47f279525c7e37117c429585e91]

        #102919# corrected typos in the service namings

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [1c45c2d543ff155b840c218b5e71060346d1d861]

        Merge SRX643: 13.09.02 - 10:45:22

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [a5adf4a536c7d57e8e778d41f43ffb2f1039e5cf]

        Merge SRX643: 09/13/02 - 10:45:11

2002-09-13  Rüdiger Timm  <rt@openoffice.org>  [2e59ff41babb4bc222345c10c343f78afc017222]

        Merge SRX643: 13.09.02 - 10:46:51

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [5b2a19e04d46644b91927692502b7318e11a6584]

        Merge SRX643: 13.09.02 - 10:43:20

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [0f46e3c9ee8b8e20e722fe8cff011895a4159040]

        Merge SRX643: 13.09.02 - 10:42:33

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [918a78139bd3a8afdef4fd2862a9779a9528b58b]

        Merge SRX643: 13.09.02 - 10:41:52

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [0848936b897a10d0fbe67ab0f1767b2516facf36]

        Merge SRX643: 13.09.02 - 10:41:00

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [4ff13ef1ad3a4d64a01952518fd42b3acf69c16b]

        Merge SRX643: 13.09.02 - 10:40:24

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [a1e756b4d53f55622d6d714ccd2d2474be7369ba]

        Merge SRX643: 13.09.02 - 10:39:59

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [4a11148aeb4c1cca26fa655020dd6f102fc63f73]

        Merge SRX643: 13.09.02 - 10:39:08

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [b94d3788b2d806c16f7838a8dd52ff04c4679dae]

        Merge SRX643: 13.09.02 - 10:38:31

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [8195bdae9f5fea445fba5bf7f6b3792cf2d4490c]

        Merge SRX643: 09/13/02 - 10:36:59

2002-09-13  Armin Weiss  <aw@openoffice.org>  [8fb6eb07722b32ad42d370c86318312732687a4d]

        #90129# restrict inserts to WorkArea

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [f4641157975d5a158f33deaf6128de99afbb1992]

        Merge SRX643: 13.09.02 - 10:35:54

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [673a6aa29075cbd628499413632cd88955e928f4]

        Merge SRX643: 09/13/02 - 10:35:54

2002-09-13  Niklas Nebel  <nn@openoffice.org>  [9aac50c417a015cb3bf0b28ff7716795cb399903]

        #101968# moved bidi text direction buttons to right position

2002-09-13  Rüdiger Timm  <rt@openoffice.org>  [e20f335f6f5b48693b8b0d8db180b8f223559281]

        Merge SRX643: 13.09.02 - 10:34:30

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [39f7d505ef26c36ea8b39a57e21c557df72aa732]

        Merge SRX643: 13.09.02 - 10:31:17

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [e32158bf7b9d555303cadf925a0e109f74f993b1]

        Merge SRX643: 13.09.02 - 10:30:26

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [6cbe957814e1ddc008b9694b1e947220e6e80feb]

        Merge SRX643: 09/13/02 - 10:29:18

2002-09-13  Kurt Zenker  <kz@openoffice.org>  [2e1ea9da487ba3e4f8c9e257025d4d6e8b5aa1cb]

        Merge SRX643: 13.09.02 - 10:29:15

2002-09-13  Frank Schönheit  <fs@openoffice.org>  [2e9e1ee86f2c8603f61acfb8e70ba38f6222eeaf]

        #103242# when setting master-detail driven parameters, care for exceptions

2002-09-13  Frank Schönheit  <fs@openoffice.org>  [8c5f728717a1a94613523b93e4eda074744261c4]

        #103242# implSetObject: handle TypeClass_HYPER

2002-09-13  Sascha Ballach  <sab@openoffice.org>  [f318cc4033e18845d2c2406764ed94b99d5fa3e7]

        #101390#; convert between twips and hth_mm if used in a macro

2002-09-13  Behrend Cornelius  <bc@openoffice.org>  [9ef164ae76edc1f2e3b57555b721c2493399974b]

        #100395# now thread for Datainsertion set up

2002-09-13  Andreas Schlüns  <as@openoffice.org>  [3cda853919d75b181b30282b29e353c1087b6e64]

        #101628# new slot and functionality for SID_OPENHYPERLINK

2002-09-13  Joachim Lingner  <jl@openoffice.org>  [9cb49f052a7c607d3490cec226715bcf12c27982]

        #103028#

2002-09-13  Joachim Lingner  <jl@openoffice.org>  [c5933d520314668088c6de3a770917a154631660]

        #103028#

2002-09-13  Joachim Lingner  <jl@openoffice.org>  [907a87c47e1ec8520cbcc8403dd259a1a3a8d949]

        #103028# identity of COM and UNO objects

2002-09-12  Niklas Nebel  <nn@openoffice.org>  [badce39641b5905c4727eafa74e0ac3fb2a27bba]

        #101968# support slots for bidi text direction toolbar buttons

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [e4f5f50b9d0a7ccf6e1cba1dacb5359e71aac66e]

        new version for SRX643

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [0435d9be1b9922e3d86236f633662ca0d6266bbb]

        new version for SRX643

2002-09-12  Philipp Lohmann  <pl@openoffice.org>  [311a02bb8486116ea6dc36c82fc34806ef961793]

        #103260# handle 1 bit bitmaps correctly

2002-09-12  Vladimir Glazounov  <vg@openoffice.org>  [adba009c044b7361c332d6880888b58f55690c12]

        #100000# SJ:added missing UNO headers

2002-09-12  Eike Rathke  <er@openoffice.org>  [a6e055abd5fd94b6e5a0ee06fdf2c7b251760bd7]

        #i5242# #103177# UpdateReference: decision about shared formula replacement

2002-09-12  Eike Rathke  <er@openoffice.org>  [f925860925176f168a338484f7c00ec9e0940463]

        #103177# UpdateReference: removed comment about shared formula replacement happening too often, decision implemented in ScCompiler::UpdateReference(). The actual cause of the bug was a listener taking the position of the already updated reference, because the shared formula was replaced with that content.

2002-09-12  Carsten Driesner  <cd@openoffice.org>  [dc2711b1fa2dccb41884c9abc15abb8e9e610ffe]

        #97007# Fix problem with black icons and icons with big size >208 pixel

2002-09-12  Christian Lippka  <cl@openoffice.org>  [e20aec024703fff51b36ea920a94e333803a6ee3]

        #101758# finished bidi support

2002-09-12  Mathias Bauer  <mba@openoffice.org>  [be87173f70821cf2ee99e6ba7eb7b8aa5fb3c4f1]

        #103001#: new method to ask for property of elements

2002-09-12  Andre Fischer  <af@openoffice.org>  [7eaba3c8282361d1ef8c62a40c3d7cc02c62cdb0]

        #10307# Removed anonymous namespace.

2002-09-12  Mathias Bauer  <mba@openoffice.org>  [570b8a6496ae51d2ed9eb44e36ae342f447c9dde]

        #102831#: new property for viewing mode

2002-09-12  Oliver Bolte  <obo@openoffice.org>  [39078cc00dd3d7262d726018128f63a0e72fad9c]

        new version for SRX643

2002-09-12  Thomas Lange  <tl@openoffice.org>  [43ddd7bd5ca57699e46dfa7a93f2c6a8fa14bf4c]

        #98043# special service names for web- and global documents supplied

2002-09-12  Frank Schönheit  <fs@openoffice.org>  [5afc5b49d47eac7808decc7e3135c0106f714bd3]

        #97420# (on behalf of BerryJia@openoffice.org) lazy construction, to load the dbtools lib only if needed

2002-09-12  Rüdiger Timm  <rt@openoffice.org>  [2538f8425e579147bdbe8fcde6e4190317aae844]

        new version for SRX643

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [07515fa2f101708736f5cae5b5d2363da9a34b97]

        new version for SRX643

2002-09-12  Sascha Ballach  <sab@openoffice.org>  [90ece25ec01077a01595bd68f1d32860dca9e0c0]

        #94563#; first find out whether this is the last column than call AdvanceQueryParamEntryField

2002-09-12  Thomas Lange  <tl@openoffice.org>  [3070df5d6f38ad96dfae338002e5bd3d6b890d5a]

        #97507# 'attach' implemented where missing

2002-09-12  Thomas Lange  <tl@openoffice.org>  [6366efa0062b0aed9411f2387dc87e43a8ed383d]

        #97507# 'attach' implemented where missing

2002-09-12  Sascha Ballach  <sab@openoffice.org>  [d45658991220c465daf9b333311184adf9875ff3]

        #102935#; put focus events in correct order

2002-09-12  Andreas Martens  <ama@openoffice.org>  [6429d11e1c70f15d1c8e2d4aa5f56b1f5974a5f0]

        Fix #103223#: Sections in vertical environment

2002-09-12  Philipp Lohmann  <pl@openoffice.org>  [b82b974efa65fc761739eb3c3c36f6b34f2842f4]

        #103205# make horizontal alignment work

2002-09-12  Sven Jacobi  <sj@openoffice.org>  [a9676380a049619b15c0856b194ed70d85cab78d]

        #103180# now creating jpg bitmaps

2002-09-12  Frank Meies  <fme@openoffice.org>  [50e21fddc00401731592c3b217e71b0ecba08b4d]

        #102979# Do not paint layer if retouche rectangle has no area

2002-09-12  Oliver Specht  <os@openoffice.org>  [a55791cfb6229ef7eb689b09ea02d7052d02c15b]

        #98399# reflection flag removed for left/right paragraph adjust

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [e99b211bca42251ac9ddc7b51ab7f4760df7997a]

        new version for SRX643

2002-09-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [7371f802029f4d5558f559ac5ec63de6da303805]

        #101107# FormatSize: before Grow: Prepare before InvalidateSize

2002-09-12  Frank Meies  <fme@openoffice.org>  [7bc35075b1b7dfbcf8175f7b8b01c1ac21dd9370]

        #102969# Virtual page numbers for pages starting with follow frames

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [fcd6c16745f185da577c772dca150a0f8a6d3d78]

        new version for SRX643

2002-09-12  Mikhail Voitenko  <mav@openoffice.org>  [35d6f29c8f6f7375f47c457bc33b0586b40c7359]

        #102351# use ItempSet as in/out parameter for FileDlgHelper

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [4ed0710e99b4ed74a1cfb4e8093e54c054b23d06]

        new version for SRX643

2002-09-12  Sascha Ballach  <sab@openoffice.org>  [8dbca4f745cf8144b394e296d1c880f21c557489]

        #102753#; put pSpecial in all ValidQuery calls

2002-09-12  Vladimir Glazounov  <vg@openoffice.org>  [5f4d5c69b8068e155d6f1adf4398dc0e3b4822d5]

        #100000# removed superfluous dependency

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [13e3131ced072c5215ecda8ba30bcd70679c6f0d]

        Merge SRX643: 12.09.02 - 12:10:32

2002-09-12  Oliver Specht  <os@openoffice.org>  [cb622cc36ca0a1cc8eab378c425fa98fa795ee8e]

        #100553# notify uno wrappers about table deletion

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [1dfee554a6be01fe2ee7a7e991e3fd32d1900a65]

        Merge SRX643: 12.09.02 - 12:08:26

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [ff7a3adbde02225aa2864e6c95ffbf9fa16c4eb3]

        Merge SRX643: 12.09.02 - 12:07:49

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [6cbd76f519e94fd595f2847e5857fdf437b6c971]

        Merge SRX643: 09/12/02 - 12:07:14

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [1b988a7543b66a9f744a8ff74a796c73d2ea426a]

        Merge SRX643: 12.09.02 - 12:07:03

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [301fb6a4ced703b8b060f5647c8cd8bfb1b49ced]

        Merge SRX643: 12.09.02 - 12:06:20

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [970a69c04d51e68ca06f110ff919da0ff043a322]

        Merge SRX643: 09/12/02 - 12:05:27

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [0d8992b956dd3740e006b45da00c5d21a5b73172]

        Merge SRX643: 12.09.02 - 12:03:09

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [500dfba240df2bf5a68c629579d7764bb78f0cf7]

        Merge SRX643: 12.09.02 - 12:02:59

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [e5b7605e88603fbd606e96bac9b45fb818bde05d]

        Merge SRX643: 12.09.02 - 12:00:28

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [22a0ef7e9b838f327186c8fa5705109de3b0de3d]

        Merge SRX643: 12.09.02 - 11:59:01

2002-09-12  Malte Timmermann  <mt@openoffice.org>  [df9db4e3db932ab2b0617c75b4969363edcae970]

        Use manifest file...

2002-09-12  Malte Timmermann  <mt@openoffice.org>  [2c18c961d7a313cfa8244fc305cff0f2cfb836ec]

        Manifest...

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [3dcf3fc80cf8e581e0dca5ea85a2461c1dd89366]

        Merge SRX643: 12.09.02 - 11:56:35

2002-09-12  Stephan Schäfer  <ssa@openoffice.org>  [2554c02995e4ed43600ce581e2203ee52c5314ef]

        #100860# correct global help win pointer on destroy

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [8686de964b47a29651be1c5572deade274200301]

        Merge SRX643: 09/12/02 - 11:53:52

2002-09-12  Kurt Zenker  <kz@openoffice.org>  [f8c5796baea11f2e2f9b3471005167c979fc8025]

        Merge SRX643: 12.09.02 - 11:52:44

2002-09-12  Andre Fischer  <af@openoffice.org>  [08f9220081e3f7ff4207906fea3f6484e6289897]

        #103174# Adapted contains() to current specification of the XAccessibleComponent interface.

2002-09-12  Daniel Rentz  <dr@openoffice.org>  [8e561cca1ac888a8b2950eda8c6a5ef2e314781b]

        #101763# CTL text flow controls added

2002-09-12  Thomas Lange  <tl@openoffice.org>  [11bb55070340310ea1b9586d8e79dbcadcbe1888]

        #97081# property attributes fixed

2002-09-12  Mikhail Voitenko  <mav@openoffice.org>  [298fc10415cb00a4c428371b2bcd6ffd400e1b7f]

        #102223# switch to new medium during saving

2002-09-12  Andre Fischer  <af@openoffice.org>  [7aecbf49eb7cad5337431740d85ffa7e9d09972e]

        #103174# Clarification of GetBoundingBoxOnScreen's documentation.

2002-09-12  Andre Fischer  <af@openoffice.org>  [7fbf18484a939aafda0ca72988656a4fe8baeb13]

        #103174# GetBoundingBoxOnScreen and with that getLocationOnScreen return now true absolute pixel coordinates.

2002-09-12  Sven Jacobi  <sj@openoffice.org>  [bbc9f22cafe042b241faa7211a84c3e123038304]

        #103180# AlphaMask::GetBitmap wasn't accessible outside of vcl

2002-09-12  Thomas Benisch  <tbe@openoffice.org>  [34fd2cbdccff979ae714ff0b95d6b509ca5f129d]

        #103087# prevent an early release of the component in the WindowChildEventListener

2002-09-12  Andreas Martens  <ama@openoffice.org>  [9afb6809ec8b750e0d3f1056f7263915324017c5]

        Fix #100979#: Loop in footer

2002-09-12  Andreas Martens  <ama@openoffice.org>  [6c21338d88c799ac4e335dda8cfeb42cb4f1198b]

        Fix #100979#: Loop in footer

2002-09-12  Philipp Lohmann  <pl@openoffice.org>  [d992575365f6925e970fe88db12349bb12f3f42a]

        #103180# emit all XObjects to Resource directory

2002-09-12  Rüdiger Timm  <rt@openoffice.org>  [caf588a05491052360be259421bcff8a743e132c]

        #100000# flag file - initial revision

2002-09-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [a0362e06934701dda259ad0b0e74669c41a87878]

        #101550# _UpdateAttr: notify eat spacing

2002-09-12  Stephan Schäfer  <ssa@openoffice.org>  [0c577ab15cc766642b8415c7442659511d7a3802]

        #100860# improve rtl paint

2002-09-12  Stephan Schäfer  <ssa@openoffice.org>  [051528cf4a2ff25c703bd1aa1d909af430b902a0]

        #100860# do not mirror edit controls

2002-09-12  Sascha Ballach  <sab@openoffice.org>  [46d3eae45e7b9d5a4f989ec36bb6a07c2c676f88]

        #102785#; finish input before switching to PagePreview

2002-09-12  Herbert Duerr  <hdu@openoffice.org>  [25861afe2f3c1e40c2fe7ab684e672cc48b3cafe]

        #103183# fix GetGlyphBoundRect() on UNX, small MAC patch

2002-09-12  Herbert Duerr  <hdu@openoffice.org>  [91acf390f3614032d97dffab47397b0d6468fbfe]

        #103183# fix thinko

2002-09-12  Herbert Duerr  <hdu@openoffice.org>  [00214063d4f9c83f5ec1cc2224fea2f33832a92f]

        #103183# fix and speedup GetGlyphBoundRect()

2002-09-12  Herbert Duerr  <hdu@openoffice.org>  [50c74b40e3fc14bd36493214790cf72168471180]

        #103183# fix GetGlyphBoundRect() on W32

2002-09-12  Herbert Duerr  <hdu@openoffice.org>  [ee75081d1d28df4db629da0031321653ec692a87]

        #103183# fix SalLayout::GetBoundRect() on W32

2002-09-11  Karl Hong  <khong@openoffice.org>  [314587ecb62b02612bf2e1a548ec5521416b416e]

        #102975# set non-break space as weak char.

2002-09-11  Niklas Nebel  <nn@openoffice.org>  [2ae039d2cb56742446694fc1d3026d613680095c]

        #102497# changed handling of automatic font color

2002-09-11  Stephan Schäfer  <ssa@openoffice.org>  [00f2d3436ada06870e5bd8f32a1cde129fca279e]

        #100860# set useful UI font list for arabic

2002-09-11  Stephan Schäfer  <ssa@openoffice.org>  [355a94d68773194d3f1825999739a82d6f03eef8]

        #100860# set CHECKRTL for system paints

2002-09-11  Stephan Schäfer  <ssa@openoffice.org>  [126084da5766ff12fd7e82333ae591637f7b8d4b]

        #100860# improve default font list for arabic

2002-09-11  Stephan Schäfer  <ssa@openoffice.org>  [3891091f2587d3a8b8febb3857f5224c949ff6c3]

        #100860# always mirror text if UI mirroring is on

2002-09-11  Stephan Schäfer  <ssa@openoffice.org>  [667381e5f8f4e1ff9d017be32817592d91b00936]

        #100860# mirror for CopyBits if this is no Window

2002-09-11  Philipp Lohmann  <pl@openoffice.org>  [e12e79f21b95fef7558dde8d7a40fb835cd8338e]

        #i6182# #103147# ensure sufficient suffix length

2002-09-11  Behrend Cornelius  <bc@openoffice.org>  [17aa84daa27daf4447894078f7c51d894c77a05c]

        #102764# 'baskbeforeOverwrite' now inserted

2002-09-11  Mathias Bauer  <mba@openoffice.org>  [01e5bb22a0d2c4228d09570b6e26f0fdb90238df]

        #103140#: allow to set focus on toggle

2002-09-11  Vladimir Glazounov  <vg@openoffice.org>  [e16cdfe2ea9cd489bbcd312d9b50491b28219fd1]

        #102262# dmake commando consistency

2002-09-11  Andreas Martens  <ama@openoffice.org>  [d7285f9b1586a2444a65581f56ba719bef3af2b3]

        Fix #101309#: Flyframes in vertical environment

2002-09-11  Frank Meies  <fme@openoffice.org>  [3bd66dc0c6683cf4f0fc097041d7dd1f37135f48]

        #99939# ResetAttr did not handle attributes which are set for the whole paragraph correctly

2002-09-11  Daniel Vogelheim  <dvo@openoffice.org>  [d9ed1c74dac10a41c773bc34815693c3b1ff8fd0]

        #102940# move VCL code SolarMutex-protected regions

2002-09-11  Carsten Driesner  <cd@openoffice.org>  [ad0180c9003735a5c8f8c7c762a0b81a87396f49]

        #103146# Added help id for customize buttons toolbox

2002-09-11  Sven Jacobi  <sj@openoffice.org>  [db9099e0bcb5cfac39fd7d22e6393d1e81bd309d]

        #103180# write jpg streams to PDF (added missing include)

2002-09-11  Malte Timmermann  <mt@openoffice.org>  [529868ac4043f5bed56057d924f79571cccd4daf]

        #97920# added UnoControlSpinField

2002-09-11  Mikhail Voitenko  <mav@openoffice.org>  [5180ef84297567c1869722cca655d94a70cd74d5]

        #102967# use parseSmart

2002-09-11  Oliver Specht  <os@openoffice.org>  [c3a783aa906fe47a3aab78277f154a9456e4c3d9]

        #103184# loop prevented

2002-09-11  Frank Schönheit  <fs@openoffice.org>  [037c5e205686ef6c781b7590bbc40b9898ac6832]

        #102739# made a comparison in the previous fix more ... straight-forward

2002-09-11  Frank Schönheit  <fs@openoffice.org>  [1155fb8b92a664760496acf3bf3b50d0eba1b40c]

        #102739# (on behalf of BerryJia@openoffice.org) for a context menu on empty space, disable 'modify' and 'delete'

2002-09-11  Frank Schönheit  <fs@openoffice.org>  [cc42d1c99485f0bc82ded3de9739dbb81bbfe219]

        #102739# (on behalf of BerryJia@openoffice.org) allow for a context menu on empty space, too

2002-09-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [4cc6ccb08800ead6417f9627dbe10fd1ca2877a3]

        #103116# getTextBeforeIndex

2002-09-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [28048f99e91a3a26527c38ab97c3dfd109761b63]

        #103074# getAccessible[Row|Column][Description]

2002-09-11  Philipp Lohmann  <pl@openoffice.org>  [878fc566d13d99d9ab09001202cc08c9893baf54]

        #103180# write jpg streams to PDF

2002-09-11  Andre Fischer  <af@openoffice.org>  [177b39e5c5d43454a7a1dcc91b3fbb1f489174b7]

        #103070# TemplateThread has been replaced by TemplateScanner.  UpdatePreview guarded against concurrent or nested calls.

2002-09-11  Andre Fischer  <af@openoffice.org>  [cec406c64d5f934baae31ca197e512a5af3b8e8f]

        #103070# This file replaces TemplateThread.

2002-09-11  Thomas Benisch  <tbe@openoffice.org>  [f4a8aacfd116f1d3b911e78044c136b39898babe]

        #103068# no accessible parent window for accessible native frames

2002-09-11  Andre Fischer  <af@openoffice.org>  [cc17a6b7f6d8c7f1fbd13d221e8dd069f02a46e6]

        #103070# Replaced TemplateThread by TemplateScanner.

2002-09-11  Oliver Bolte  <obo@openoffice.org>  [8ffa31dc4ebf9653085c3e1d74248dd3e4a46202]

        Intial revision by HR

2002-09-11  Behrend Cornelius  <bc@openoffice.org>  [0e96ed6491730864ec34ed77bca762e3225e3554]

        #102764# Now Template Creation works better

2002-09-11  Oliver Specht  <os@openoffice.org>  [9bdf7f99f53c01ecd3e2ddd6f6429f2419a4bedc]

        #101516# set correct default border distance

2002-09-11  Mathias Bauer  <mba@openoffice.org>  [e3c6fee31c262fcdf8e2085785613e552f7221c1]

        #103165#: don't make URLs lowercase

2002-09-11  Sascha Ballach  <sab@openoffice.org>  [89e02e5c54f36d91a3351f01dc2598c092c15519]

        #103122#; handle connector shapes, if they are connected don't resize

2002-09-11  Sascha Ballach  <sab@openoffice.org>  [42ad79ecf54b7b9c85725c22e329b0d07bcce94f]

        #103122#; call method with the parameter and not with the member

2002-09-11  Malte Timmermann  <mt@openoffice.org>  [af393d0b4c3402cff4a186523c3bfe9f208e7a4a]

        #103148# Scrollbar range only to width/height -1

2002-09-11  sz  <sz@openoffice.org>  [60145bbcc3723b2ff10aae1373620bc3898a4867]

        *** empty log message ***

2002-09-11  sz  <sz@openoffice.org>  [12848c892a3ea042db54eed86776514f53d80e4b]

        -r

2002-09-11  Malte Timmermann  <mt@openoffice.org>  [0cf7047f6bf0b9ca91175d4e1a7a54bfcc396ed6]

        #103148# Scrollbar range only to width/height -1

2002-09-11  Malte Timmermann  <mt@openoffice.org>  [c72543103d608a2c6d71b196642d41245e1abcdd]

        #103148# Scrollbar range only to width/height -1

2002-09-11  Thorsten Behrens  <thb@openoffice.org>  [574e7a5d9164300e98d64c83ba2e24023b9d96f4]

        #103100# Set window color from the style sheet, since Window::UpdateData sets its own default now

2002-09-11  Sven Jacobi  <sj@openoffice.org>  [ec2ae2c8d5105c5a3d3caf0169085af7b0753c9a]

        #103159# improved GroupReader::Read for more flexibility

2002-09-11  Mathias Bauer  <mba@openoffice.org>  [aea5ff757b2c404833954b0e72b59d5344f0ae6d]

        #101349#: new security options

2002-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [c0bc347a2cf4d360e9f7af3d056b211400bfdb9b]

        Now it's possible to choose the source language

2002-09-11  Frank Schönheit  <fs@openoffice.org>  [ce7044819ff9760a3b698246dc845d3c6f2e6aea]

        proper boolean state for PASTE slot

2002-09-11  Herbert Duerr  <hdu@openoffice.org>  [b8a9f555f6840e0de70294f097ad244c98300ac3]

        #103145# use different method for bidi itemization

2002-09-11  Philipp Lohmann  <pl@openoffice.org>  [4748424078c7a078b4e64d418b16107b2cf52963]

        #103131# react on multiple setMapModes in state cache

2002-09-11  Sascha Ballach  <sab@openoffice.org>  [ef32bbc4f53e5ddfb2a6629f4a11ceb6f8b3d842]

        #82430#; ScIndexEnumeration should get the service name

2002-09-11  Frank Schönheit  <fs@openoffice.org>  [89c07212ccb9fb263e0c7b99f8670024c8745317]

        #100226# / #102906# do not listen for disposal of the aggregated context, but for a modeChanged event on the UnoControl instead / correctly implement getTypes and queryInterface

2002-09-11  Frank Schönheit  <fs@openoffice.org>  [7d429867fc84bcb7a6b85fdfd69485dc82034ef3]

        #100226# be an XModeChangeBroadcaster for notifying design mode changes

2002-09-11  Frank Schönheit  <fs@openoffice.org>  [a8001cbdeef69a69c9a4ef9f4c3c50e38e08b10a]

        #100226# 'outsource' IMPL_IMPLEMENTATION_ID from IMPL_XTYPEPROVIDER_START so it can be used separatedly

2002-09-11  Mathias Bauer  <mba@openoffice.org>  [e91c286b27be9deadc33fcde249d6b27baca6a80]

        #101349#: new security options

2002-09-11  Frank Schönheit  <fs@openoffice.org>  [a875c930432455b455486cfa5e09b5dd201ffa69]

        #100226# new files

2002-09-11  Frank Schönheit  <fs@openoffice.org>  [9e69e69d7431119278a90ce631849c4399590a51]

        initial checkint

2002-09-11  Behrend Cornelius  <bc@openoffice.org>  [69a029301cf3162be90f654a60ab5dfd4b7e6e90]

        #102764# ProgressDialog Procedure set back to main thread

2002-09-11  Vladimir Glazounov  <vg@openoffice.org>  [a737ef501356ee4e58d27590993b6700e1158a98]

        #100000# typo

2002-09-11  Oliver Specht  <os@openoffice.org>  [c4e5505fb3b3314cb6b050f62699e31788b84cb3]

        #94664# taborder corrected

2002-09-11  Sascha Ballach  <sab@openoffice.org>  [ce5c789fe8b09102149c7488bb2a7d7e7802b8a8]

        #82430#; ScIndexEnumeration should get the service name

2002-09-11  Sascha Ballach  <sab@openoffice.org>  [7baefc603a9e994e4be237ca1f7e44f27808aa41]

        #82430#; every XEnumerationAccess gets it own service name

2002-09-11  Kurt Zenker  <kz@openoffice.org>  [79b55c1619b002e52ef0e539711e7e694a1c76d0]

        new version for SRX643

2002-09-11  Kurt Zenker  <kz@openoffice.org>  [2a2ee89da5b83ccac6087f184f8c81b764f933d8]

        new version for SRX643

2002-09-11  Daniel Boelzle  <dbo@openoffice.org>  [634bc12d24d970e21f9472f4a27da5654a706e80]

        #103151# inserted regsingleton

2002-09-11  Daniel Boelzle  <dbo@openoffice.org>  [78282f558eb832847ee01916125d6050768a1c95]

        #103151# added options -r, -ra

2002-09-10  Kurt Zenker  <kz@openoffice.org>  [4edefa61c3dbe5c4add570a4f8b17ddec87d9bf4]

        new version for SRX643

2002-09-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9bd0ae845d141b14b27508e48aad7e9de9d37d94]

        ask the gcc for the location of libraries

2002-09-10  Philipp Lohmann  <pl@openoffice.org>  [8018a74a783e8f0160ad763b92a1c40a2027a00c]

        #103131# set correct mapmode before emitting clip region

2002-09-10  Karl Hong  <khong@openoffice.org>  [d25ecb389496964a2fe95956a74dcd80e6efc220]

        #99250# update quarter word from Arthit

2002-09-10  Mathias Bauer  <mba@openoffice.org>  [e697053da5d9d617fe0f8242963b1ec0f4d5e6af]

        #103086#: don't close floaters asynchronously

2002-09-10  Sven Jacobi  <sj@openoffice.org>  [3b32fa4d95488609641d343ee7db5013fedf75aa]

        #102510# scaling bitmaps if using too much DPIs (72 or 300)

2002-09-10  Frank Meies  <fme@openoffice.org>  [a06a338f666c43a09153f9efe43e38927db42f4f]

        #103143# Bidi - Wrong positions when printing text with justified alignment

2002-09-10  Frank Schönheit  <fs@openoffice.org>  [85ad2340fb462c583d3ab7ea2bd7111b137399aa]

        #102119# smart tab traveling: care for handle columns

2002-09-10  Frank Schönheit  <fs@openoffice.org>  [fd0c693f1e5fb032c9f2c6ad96f1cfc850a81348]

        #102119# enable smart tab traveling

2002-09-10  Behrend Cornelius  <bc@openoffice.org>  [4dd4f393848aea7558fcdcf80bad078634eb09e7]

        #102764# data now displayed in their respective formats

2002-09-10  Frank Schönheit  <fs@openoffice.org>  [1ab21a6ba65ea1257dfe5c36c4216a7ceb27ef98]

        #102119# enable smart tab traveling

2002-09-10  Frank Schönheit  <fs@openoffice.org>  [1e06aa5272aab4312549af541a37b0f7e974b9d4]

        #102119# added optional smart tab traveling (focus first/last cell when getting the focus)

2002-09-10  Christian Lippka  <cl@openoffice.org>  [584b09f361d1c8bbf82ac644f1bd25c2ef8de668]

        #103029# removed svx light header

2002-09-10  Oliver Specht  <os@openoffice.org>  [b00ed6cedd5111bfe99db44637513254b88191d1]

        #94664# short cuts in German corrected

2002-09-10  Vladimir Glazounov  <vg@openoffice.org>  [78af121329bec38d94c355dcbb7f60267b67ad69]

        #100000# removed obsolete dependency

2002-09-10  Oliver Specht  <os@openoffice.org>  [f55eec58f72cd29c06d2ba595cfa67e0d232c8b4]

        #94664# WB_IGNORETAB added

2002-09-10  Herbert Duerr  <hdu@openoffice.org>  [e96e8dc1dbd958efe63ae06c5264be8e027fb523]

        #102256# #103079# fix arabic and hebrew justification, improve performance on long writer paragraphs

2002-09-10  Philipp Lohmann  <pl@openoffice.org>  [dfca7b0d94fd6f48160c1a984f2f5b3bd715061c]

        #103088# extra rotation for vertical glyphs

2002-09-10  Thomas Lange  <tl@openoffice.org>  [2565f17087fd57e64116d8e785a8011a079cab60]

        #102923# comparision of programmatic and UI names fixed

2002-09-10  Vladimir Glazounov  <vg@openoffice.org>  [b701380646a68cfefd6430ac6253d561d40cc43c]

        new version for SRX643

2002-09-10  Vladimir Glazounov  <vg@openoffice.org>  [a688142317ae62c22c888ea36abe0a267519eedd]

        new version for SRX643

2002-09-10  Kurt Zenker  <kz@openoffice.org>  [fd4a9fd1051d1fe039407d7da5efeb60547a0cb7]

        new version for SRX643

2002-09-10  Oliver Specht  <os@openoffice.org>  [630c03299c68aa4fc78884c82e4d492068fa5fe8]

        #102174# recording of character attributes completed

2002-09-10  Kurt Zenker  <kz@openoffice.org>  [0dbdc69e79b74e1ed2dc31c1fb669dfc93538e8f]

        new version for SRC641

2002-09-10  Thomas Lange  <tl@openoffice.org>  [9cff92399fcced78e0cea37ea7133fc23ad6a368]

        #103091# XServiceInfo added to SmEditAccessible and SmGraphicAccessible

2002-09-10  Thomas Lange  <tl@openoffice.org>  [4934da13b306d56413adc74e1e862adb6297e49d]

        #103091# Accessible component description added

2002-09-10  Kurt Zenker  <kz@openoffice.org>  [71573d064160d587acd8f774be16b4f69985b4ec]

        new version for SRC641

2002-09-10  Stephan Schäfer  <ssa@openoffice.org>  [e9f24c1bc17231fa6db03946a18b92fd80072a95]

        #102790# context menues shall never show disabled entries

2002-09-10  Mikhail Voitenko  <mav@openoffice.org>  [76796559681b717c4761a9c079b24bcde837b413]

        #103071# do not use configuration for fallback solution

2002-09-10  Vladimir Glazounov  <vg@openoffice.org>  [da88d7979fa050a49f473fb507dfade668c40851]

        #100000# ABI: Changed windows lineends to unixlineends

2002-09-10  Joachim Lingner  <jl@openoffice.org>  [acb32ea09d4eb7d857d6f2050bc0b8e8442c2418]

        #103028#

2002-09-10  Thomas Benisch  <tbe@openoffice.org>  [db49c8629860175b51779cd1f28fe85ec30b69a5]

        #102092# return help text as accessible description

2002-09-10  Daniel Boelzle  <dbo@openoffice.org>  [52c26a3eb4828795cc125b31d9f402eb00155596]

        new tool for writing singleton entries into a rdb file

2002-09-10  sz  <sz@openoffice.org>  [68fb4e8cdc7a4498c271355484781e44a5219a84]

        merge of diffs

2002-09-10  Behrend Cornelius  <bc@openoffice.org>  [dd2369ca2d0acb028f541ecb581909f995f2542d]

        #96775# Errorhandler in Autotext macro inserted

2002-09-10  Frank Schönheit  <fs@openoffice.org>  [0d72975e32e5f8667e94d669910432d6bbb6b36c]

        #102907# (on behalf of sleepybear@openoffice.org) for readonly docs, disable the controls

2002-09-10  Oliver Specht  <os@openoffice.org>  [b1a03e7589ae84e54d5eb4f1da90d2647793089a]

        #103097# deselection of drawings while jumping to next object implemented

2002-09-10  Behrend Cornelius  <bc@openoffice.org>  [9374b25df28833eca19e49699c4c4a21940c8ab6]

        #96775# Msgbox to Error handler added

2002-09-10  Thorsten Behrens  <thb@openoffice.org>  [da3e4334332984522ebd7f045e29298ddbad6339]

        #102712# Renamed ImpLineGeometry SdrLineGeometry, because of win filter list crudeness

2002-09-10  Oliver Specht  <os@openoffice.org>  [47f07b93bf3576f64491f612fa39e6c14854a584]

        #103095# numbering defaults corrected

2002-09-10  Oliver Specht  <os@openoffice.org>  [e36b33631526b4cf3e0af3201f49dc10627b5685]

        #100069# maximum page size reduced to 65cm * 65cm

2002-09-09  Kurt Zenker  <kz@openoffice.org>  [00f14bce0bca702b07c7edc72c399fe93b06c4b6]

        new version for SRX643

2002-09-09  Kurt Zenker  <kz@openoffice.org>  [f66635829aebd775d1db670dde896815b0c06eb5]

        Merge SRX643: 09.09.02 - 23:01:37

2002-09-09  Daniel Vogelheim  <dvo@openoffice.org>  [fc63faa8aebfd37e5752f6e4d9b0b412d00e2a7a]

        #99657# fixed assertion when loading/saving background images

2002-09-09  Stephan Schäfer  <ssa@openoffice.org>  [b382b6d94a869dcab3f610ee2fa87df55a596d77]

        #100860# correct mirroring for copyarea

2002-09-09  Stephan Schäfer  <ssa@openoffice.org>  [22801635c2c1497115341a1ca24b59de9e60a99c]

        #100860# improve scrolling

2002-09-09  Thomas Benisch  <tbe@openoffice.org>  [aadf84319a85804ed2d0902b40419000a652c95b]

        #100372# update views in SetFont()

2002-09-09  Thomas Benisch  <tbe@openoffice.org>  [7a7b91076bdf2b75bd83ffc03bf796e3274836de]

        #100372# get font from configuration

2002-09-09  Sven Jacobi  <sj@openoffice.org>  [53e2ecf618c3bb5027aee022bf75c6cd65a55f38]

        #98260# improved import of arrows (correct width, lenght...)

2002-09-09  Sascha Ballach  <sab@openoffice.org>  [fdb88980fc47162b9eba39fecc37814b61afce65]

        #95391#; call SetDocumentModified after setting a new language

2002-09-09  Oliver Specht  <os@openoffice.org>  [11ac464b1a6655f5596f148e457310bcdc2c3d55]

        #96584# enable HORI_NONE and VERT_NONE positioning

2002-09-09  Frank Schönheit  <fs@openoffice.org>  [d1a0b0d75c2912e25e1e239da9cf0e16908b92b8]

        #96009# #101864# re-worked the activation mechanisms for form shells and views

2002-09-09  Frank Schönheit  <fs@openoffice.org>  [daf4b6425cb5cda748c23ff47afff1e973f29e2f]

        incorporated the changes 1.8->1.8.22.1

2002-09-09  Niklas Nebel  <nn@openoffice.org>  [b6ba670fdf87384548acd000c13181a1b7d4d79e]

        #101763# new text direction cell attribute

2002-09-09  Frank Schönheit  <fs@openoffice.org>  [fb5fc1467e83fa9cfbd59992d16f5b258e09e7b9]

        #102475# OControlImport::EndElement: when reading a 'default value' property (such as 'DefaultText'), ensure that it does not wrongly overwrite the 'value' property (such as 'Text')

2002-09-09  Frank Schönheit  <fs@openoffice.org>  [cbb1a9256768cf189b093353147160e17a731401]

        #102475# +getRuntimeValueProperties

2002-09-09  Stephan Schäfer  <ssa@openoffice.org>  [ed5299a5dddf49cd03a900c0a5f62069ccce37aa]

        #100860# re-mirror text output if outdev is not RTL

2002-09-09  Oliver Specht  <os@openoffice.org>  [c62650d29342800aff209867232c8208a391b628]

        #102450# set background color at the Outliner prior to BegTextEdit()

2002-09-09  Eike Rathke  <er@openoffice.org>  [0d4d86b8f40d88f51a74e8f183e2ebdfa9bed4ee]

        #102371# ScanStartString: match against format string only if start string is not a sign character

2002-09-09  Ivo Hinkelmann  <ihi@openoffice.org>  [043a9aca77166959c048d6af6c19fc28a186ec1a]

        #103092# Missing hrc file included in the PositivList so all strings can be localized

2002-09-09  Andreas Bille  <abi@openoffice.org>  [45b468bc1781482b7fd26dd9f10751cb0f332143]

        #100904# some tests

2002-09-09  Andreas Schlüns  <as@openoffice.org>  [00dc77809be7b587c2db64b4269907707486dd2c]

        #94836# make XServiceInfo public

2002-09-09  Oliver Specht  <os@openoffice.org>  [800368890cca04ec2ba25ae375eb6f62e5d0f2dd]

        #102706# set number formatter at a Chart object, if necessary

2002-09-09  Andreas Schlüns  <as@openoffice.org>  [c43ce5e18e3f9d49f35d2700be97e4767690b592]

        #94835# add comments for void values

2002-09-09  Thomas Lange  <tl@openoffice.org>  [343df23b152c407d19fbb476c68fb241d7028161]

        #102510# XRenderable (PDF) export for selection implemented

2002-09-09  Andreas Schlüns  <as@openoffice.org>  [d82c5f5eada5f54737aabadf2d83bb657ffb7114]

        #79591# correct some service registrations

2002-09-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1c00917624db41cd926fc1f8dee47ace3e283df6]

        #100157# win32/tcsh

2002-09-09  Andreas Schlüns  <as@openoffice.org>  [bfa9eec76ede32d3c2ba2f8e1ea3f77061114abf]

        #96508# re-add corrupt head version

2002-09-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7cede8ad453ddcdbdc412462f2278707454292a1]

        #100157# win32/tcsh hack to support local makedepend

2002-09-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fedb88a7656f8b62c88d5db49d64d943cc567d35]

        #100157# use - for compiler switches

2002-09-09  Mathias Bauer  <mba@openoffice.org>  [ca4f7656af460447805f5d1c8ab5475437920074]

        #103078#: some wrong SlotTypes removed; slots with return value shouldn't be executed asynchronously

2002-09-09  Mathias Bauer  <mba@openoffice.org>  [a1ac4eee71fe5b4740754a2339021b704081aa93]

        #99667#: removed superfluous methods

2002-09-09  Stephan Bergmann  <sb@openoffice.org>  [cd3287856ceff656c18b9a5242e82be52e600764]

        #102727# Don't call Show while in base Edit ctor of derived MultiLineEdit.

2002-09-09  Mikhail Voitenko  <mav@openoffice.org>  [40b460afe8717f4b3e49272f9065a9290e742e6a]

        #103071# avoid crash

2002-09-09  Mathias Bauer  <mba@openoffice.org>  [b0b5253ac8de0c06d8956dc1a7e4e12dd44e2e3f]

        #103078#: wrong initialization of pSlot

2002-09-09  Andreas Schlüns  <as@openoffice.org>  [671779cb64d108a19141bc4558bc470003ba408d]

        #79591# deliver xml descriptions

2002-09-09  Andreas Schlüns  <as@openoffice.org>  [dd4a9082d8693f0f0fb2200ad5b491af0041ee6d]

        #79591# fix it toplevel too

2002-09-09  Jörg Barfurth  <jb@openoffice.org>  [9e2bc0ee449807e87b0d7a813d3ec6f071a6b427]

        #103063# Remove 'local' configuration provider

2002-09-09  Frank Meies  <fme@openoffice.org>  [313650ae5fe1eb766a12f30155dc6d95eab2abdf]

        #102975# Blanks are WEAK characters

2002-09-09  Oliver Specht  <os@openoffice.org>  [82d86549e5a25d654ca9a99752bc9e2869d0ecaa]

        #93290# enable hyperlinks in indexes without using the link character styles

2002-09-09  Oliver Specht  <os@openoffice.org>  [a2ec16ccf2a755da96225749f09f0526b66f876b]

        #102806# update of label types improved

2002-09-09  Björn Milcke  <bm@openoffice.org>  [b6526df68f27cd3806fb8ee4d5a2e5a85ca0896d]

        #102706# Call SchDLL::Update after setting NumberFormatter at          MemChart. Otherwise the document cannot be informed about the new          Formatter.

2002-09-09  Carsten Driesner  <cd@openoffice.org>  [4bac8464cc8c8c251240a694ad9f8f43e2880cf1]

        #79325# Use parse smart to get an encoded URL back from URL transformer servicd

2002-09-09  Carsten Driesner  <cd@openoffice.org>  [98b0122e3ece9600248b447d4903f88870f76999]

        #79325# Fixed first severe bugs in the URL transformer implementation

2002-09-09  Stephan Schäfer  <ssa@openoffice.org>  [ea2dacc99d729fe4632128b743533421f2aa538c]

        #100860# no mirroring for text methods

2002-09-09  Oliver Specht  <os@openoffice.org>  [126a52daa1abe4623d05c2cf8fe29c2b61fec949]

        #102361# space of FixedText increased

2002-09-09  Oliver Specht  <os@openoffice.org>  [ec14a6e25f7898ea293b0f989804ee85136f69e8]

        #102295# lock solar mutex instead of own mutex

2002-09-08  Stephan Schäfer  <ssa@openoffice.org>  [eb37d6513e527f099848092e8e0f7e8724888268]

        #100860# implement re-mirroring to improve window based mirroring

2002-09-08  Stephan Schäfer  <ssa@openoffice.org>  [5ab64099a81b4e624a0d4035e340cc3918ddc70b]

        #100860# use AppSettings to determine LayoutRTL mode

2002-09-08  Stephan Schäfer  <ssa@openoffice.org>  [d05806984d00a70a5313371f341336b932722b1d]

        #100860# new method AppSettings::GetLayoutRTL() to enable UI mirroring

2002-09-07  Karl Hong  <khong@openoffice.org>  [703228f2d9e091214426319d53d4dcfdb3e974ac]

        #101141# add new numbering type for CJK

2002-09-07  Karl Hong  <khong@openoffice.org>  [728a455debb3cabbd8e4831904370e970585c393]

        #101141# change NumberingType to support new implementation

2002-09-07  Karl Hong  <khong@openoffice.org>  [16b38eed70a4d9b64966e68ed214fc4a366f2b9a]

        #101141# add CJK bullet/numbering support

2002-09-07  Karl Hong  <khong@openoffice.org>  [605dc3d77fac79611eb1242dde837880d29029b0]

        #101141# move bullet.h to inc directory

2002-09-07  Karl Hong  <khong@openoffice.org>  [699d6acb799df3f4389f4a6f2a2ffe6632bf84f3]

        #101141# move bullet to inc directory for sharing between transliteration and defaultnumberprovider

2002-09-06  Bertram Nolte  <bnolte@openoffice.org>  [bc10af10dd1411129fd62fc5e5776fd9570727ce]

        #101518# Improved working directory.

2002-09-06  Herbert Duerr  <hdu@openoffice.org>  [9662c8fc8237de41ea0f72380ff3f5f09faed1e5]

        #103023# printer builtin fonts are addressed using glyphids but unicodes

2002-09-06  Andre Fischer  <af@openoffice.org>  [6a6aa1a82a93c02d8cf005c37cfa59da752f2428]

        #102982# Reversed the search direction in getAccessibleAt().  Fixed getLocation().

2002-09-06  Stephan Bergmann  <sb@openoffice.org>  [39ba52d9db200c7a55a38861cb8b6ea1cbb82e0f]

        #103052# Fixed bug introduced with urlobj.cxx 1.32.

2002-09-06  Stephan Bergmann  <sb@openoffice.org>  [2e3e78b3c75fc650f4ec25e3b70a538c087ece15]

        #103052# Fixed bug introduced with 1.32.

2002-09-06  Eike Rathke  <er@openoffice.org>  [e912e38678779b19acbcf7f2fd3e4cb05c79ee62]

        102192# you obtain the quarter by dividing the actual month value by 3 instaed of 4 ...; added bounds check

2002-09-06  Andre Fischer  <af@openoffice.org>  [47162b276165b80507e55e44b52224706235ae95]

        #102982# Fixed obtaining the screen coordiantes from the parent.

2002-09-06  Oliver Specht  <os@openoffice.org>  [8f0fd9c704192406e62967c285553f7d77bbb68c]

        #99281# MaskColor added

2002-09-06  Oliver Specht  <os@openoffice.org>  [ac496872be380c1398a012f2f05c1009ab4cb037]

        #99281# MaskColor define changed

2002-09-06  Oliver Specht  <os@openoffice.org>  [6ff656c60c72e4e67c90902277adf3e866fb993e]

        #99281# MaskColor define changed

2002-09-06  Eike Rathke  <er@openoffice.org>  [d916ae6720e99569cf4beb2eb9700d5ad116d898]

        102192# ImpGetDate(Time)*Output: obtain quarter display string through i18n calendar for NatNum transliteration

2002-09-06  Thomas Lange  <tl@openoffice.org>  [59c4182bbae5b3681d65c0408ed1d08c243fc8b0]

        #97077# conversion from twips to 100th mm and vice versa fixed

2002-09-06  Stephan Bergmann  <sb@openoffice.org>  [a6b00d396a8d113f1cb0a7ea7654c9d7dc75042d]

        #102967# When smart parsing, accept things like file://d:\dir1\file1 as file URLs (generated by MS IE).

2002-09-06  Oliver Specht  <os@openoffice.org>  [62203ba2ec79be8206c6694fa20b5ca4cc52d7d1]

        #102933# notify cursor movements in readonly documents when readonly selection is switched on

2002-09-06  Christian Lippka  <cl@openoffice.org>  [f6e93e191d4bd8c80567d554e31043ed2c8dcd8f]

        #102981# disable automatic text edit for ole objects

2002-09-06  Eike Rathke  <er@openoffice.org>  [ad5d89e4b6308599055e7dd2b1dbd70990b01832]

        #102706# ActivateObject: set number formatter at chart

2002-09-06  Andre Fischer  <af@openoffice.org>  [992541b6395bec8b22bba942d42ead6e821cc0ff]

        #102065# Added vclxaccessibletextfield.obj, vclxaccessiblebox.obj, vclxaccessiblelist.obj, vclxaccessiblelistboxlist.obj

2002-09-06  Mathias Bauer  <mba@openoffice.org>  [ba34749884d55721b1c5579f222d1eed957458f3]

        #103035#: GetMacroInfo may return NULL

2002-09-06  Mathias Bauer  <mba@openoffice.org>  [c627a1b892b9fe5a95b20df9e2ec7c4e3f900fbd]

        #103035#: wrong referer

2002-09-06  Mathias Bauer  <mba@openoffice.org>  [e270f8047c195798b3ed2a14a6f3e082af5c822b]

        #103035#: complex arguments need at least one member set

2002-09-06  Thomas Lange  <tl@openoffice.org>  [5c17b88ae580f7f6b6e67c84b531ab8e2bea364f]

        #102890# getPropertyValues must not throw UnknownPropertyException

2002-09-06  Philipp Lohmann  <pl@openoffice.org>  [901d01ca8948336a874a10bdfdfbddaa4c79f90d]

        #102802# add: TabBar::GetPageArea

2002-09-06  Vladimir Glazounov  <vg@openoffice.org>  [ede7ff6528a7c19867cba0144ec040bba58454a0]

        #100000# optsso.obj should be only in one section

2002-09-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [293a98ca4da209dd3e63886b0aebd6914f2df91f]

        lcl_CorrectRectangle

2002-09-06  Frank Schönheit  <fs@openoffice.org>  [2cc3587030693c664420f194c429da15cca605cb]

        #103038# corrected operator=(Sequence< sal_Int8 >) - was broken with the previous revision

2002-09-06  Oliver Bolte  <obo@openoffice.org>  [f08af84278ecbc5a9ea4e6c1d3d7a9606d2330fc]

        #100000# optsso only 1x

2002-09-06  Oliver Specht  <os@openoffice.org>  [3d161c3ce4b9b9019565491fdd91d3fe5d9b381f]

        #101141# new numbering types (on behalf of Karl Hong)

2002-09-06  Sven Jacobi  <sj@openoffice.org>  [b944a36d23b56717ed82e6a0f5f70f96327ad064]

        #96824# improved hyperling action goto page which is now working also for group objects

2002-09-06  Malte Timmermann  <mt@openoffice.org>  [f87180588e18cbb07dcc9d912820003569f8e857]

        #103045# DefaultHorizontalTextDirection

2002-09-06  Kai Sommerfeld  <kso@openoffice.org>  [251cd48799d535bf34c0b99757a153cac5a849e3]

        #92581# - Fix did not work in 'product' build. Have to save content's URL in Content_Impl::reinit.

2002-09-06  Vladimir Glazounov  <vg@openoffice.org>  [b25b8cc6ceb31ce26c1b72305743407013209b67]

        #100000# typo

2002-09-06  Thomas Lange  <tl@openoffice.org>  [96837d562f6f5ba7fdca057cd8618c3335568170]

        #102510# XRenderable (PDF) export fixed

2002-09-06  Philipp Lohmann  <pl@openoffice.org>  [128a15c9b3f41f0b35e9339826d98a328724a5d7]

        #103014# Zugaenglichkeitsunterstuetzung -> Unterstuetzung der Zugaenglichkeit

2002-09-06  Frank Schönheit  <fs@openoffice.org>  [db35797ec7214dc48406be1b631cf45f15892a9d]

        #102891# (on behalf of sleepybear@openoffice.org) use a cached instance of the IntlWrapper

2002-09-06  Frank Schönheit  <fs@openoffice.org>  [850f62ade8c1971cb7fbbf793fcd838c7ed8a0c9]

        #102891# (on behalf of sleepybear@openoffice.org) +pIntlWrapper/UpdateIntlWrapper

2002-09-06  Sascha Ballach  <sab@openoffice.org>  [ba269a7c2f1ebbf318e748c358029f31b5fdad3d]

        #102925#; remove the code to convert string into number, because it is not needed there and results in a bug

2002-09-06  Sascha Ballach  <sab@openoffice.org>  [3eb1c1415b401e9d7a6a0f9e2ec342016ffb770b]

        #102925#; handle empty/!empty much better, so a 66 is a 66 and empty is empty

2002-09-06  Sascha Ballach  <sab@openoffice.org>  [43a9d1e94d8d09d2de3046fb57e5165079934ba6]

        #102925#; move some little code to dpshttab.cxx, because this class can handle the special case of empty/!empty

2002-09-06  Sascha Ballach  <sab@openoffice.org>  [65a10b6307a61c159761bdcc4d03eabd118ba520]

        #102925#; add member pSpecial and handle so the special case of empty/!empty

2002-09-06  Sascha Ballach  <sab@openoffice.org>  [aaa792e4a65a980daabe64151b66d4fcf7bef5c1]

        #102925#; add member pSpecial

2002-09-06  Sascha Ballach  <sab@openoffice.org>  [5044cc1d372473d54ce10783ea9c323768bc14e5]

        #102925#; add Special parameter to ValidQuery which is delivered to ValidQuery of ScTable

2002-09-06  Rüdiger Timm  <rt@openoffice.org>  [a6b7b72f6fdd9de9b64b662bc762c634cb7b7cbd]

        #100000# Needs header out of module cppuhelper

2002-09-06  Malte Timmermann  <mt@openoffice.org>  [4c79f26e7418ce68f14280d2dfece6d0775e95a0]

        #86566# call Resize() after changing orientation

2002-09-06  Malte Timmermann  <mt@openoffice.org>  [0ce044fa3831462cac9a149f6ba3628e9198949e]

        #86566# re-create peer when property ORIENTATION changes

2002-09-06  Karl Hong  <khong@openoffice.org>  [308e03fce532d69ae979ddafeac82d0da9f0f8e8]

        #101141# add Chinese bullet numbering transliteration

2002-09-06  Karl Hong  <khong@openoffice.org>  [023d8b3d1608d5f53af348815e4a7abfe9c3acb2]

        #101141# add Chinese bullet numbering transliterations

2002-09-06  Karl Hong  <khong@openoffice.org>  [554def68197125983b28bfeaa6adf35c44c96406]

        #103025# #101141# add Korean line breakiterator and Chinese bullet numbering transliterations

2002-09-06  Karl Hong  <khong@openoffice.org>  [3d81da2cae15a67d6ee294fd03df1f373e5f64a4]

        #103025# added ko breakiterator for line break

2002-09-06  Joachim Lingner  <jl@openoffice.org>  [c4d5afe77aa46b471b7e9aed1cf9f07d683c88da]

        #102887# debugging of java components on linux

2002-09-06  ghiggins  <ghiggins@openoffice.org>  [251c5aa94f24976cdfb7431c6e80c91213c1149d]

        #100000# optsso.o included twice in SLOFILES

2002-09-06  Thomas Lange  <tl@openoffice.org>  [e9c0f65c0d811149686897e68dbd1617bd183a69]

        #102510# XRenderable (PDF) export implementation

2002-09-06  Karl Hong  <khong@openoffice.org>  [a83279e555ab8b9eba8e1997fdce289789f149f6]

        #102681# Add alphanumeric algorithm for unsupported lanugages

2002-09-05  Karl Hong  <khong@openoffice.org>  [e756ae408db0b5cdd90a1d2340c60d856e865035]

        #102192# add support for Quarter display

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [484c526aaef991b8d404ab312959c95ebe5e87eb]

        Merge SRC641: 05.09.02 - 21:42:54

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [6ee31b9cdccefadeebb1e3753450b59b209876e7]

        Merge SRC641: 05.09.02 - 21:40:31

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [14a3f6eca7b14c5c67cdeacfb5a325d7352bebb7]

        Merge SRC641: 05.09.02 - 21:36:08

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [6267241df48f2499604104fd754a3c7b56000b08]

        Merge SRC641: 05.09.02 - 21:29:32

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [bb795bb331aaae60b7d5a0b3b98a19eedc1538d7]

        Merge SRC641: 05.09.02 - 21:20:34

2002-09-05  Rüdiger Timm  <rt@openoffice.org>  [cc01ba58b563d2696321ba8aa56ff980f14a3e46]

        Merge SRC641: 05.09.02 - 21:11:45

2002-09-05  Rüdiger Timm  <rt@openoffice.org>  [03063e0bd9f6b4b630bdbb6118cc38f04df6f457]

        Merge SRC641: 05.09.02 - 20:51:47

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [2a20ffec74da50a93b5c36caecc3babbd1dcf077]

        Merge SRC641: 05.09.02 - 20:47:37

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [9b5c6c964b4a17d32c1f75d41932bf0446f18f62]

        Merge SRC641: 05.09.02 - 20:47:18

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [56eac1ef799b0e782c961b700738da9855fd6557]

        Merge SRC641: 05.09.02 - 20:45:38

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [ffed542dc69e5dc7deb16e2e662c16e6377b7bc9]

        new version for SRX643

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [9e45a6126d0cf75155ee444ded5bce7f856496bc]

        new version for SRX643

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [415d8673f68b5e1124ae49140e4eef696cccf633]

        Merge SRC641: 05.09.02 - 20:17:23

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [26e110eb4e7b70b1a36bed1a068ba1e863eb6683]

        Merge SRC641: 05.09.02 - 20:03:28

2002-09-05  Karl Hong  <khong@openoffice.org>  [96a05bb6c6206ca94ca7003e7769bbef38789296]

        #102975# declare Western blank as WEAK character

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [b2ba33a872c7174b3d5d1bcd80c81d013df320bf]

        Merge SRC641: 05.09.02 - 19:57:45

2002-09-05  Eike Rathke  <er@openoffice.org>  [05f8f09807e2e1a2fdbfc815b7217bab99f3e4ed]

        #102027# calendar test case and comment about the reasons why we currently don't support a calendar switch during input

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [6ab6aef5c169f60a4832b5d92a8e1df2572c9a01]

        Merge SRC641: 05.09.02 - 19:37:58

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [125f75a143dc37ca0aeaf98fa961a793f3588ee9]

        Merge SRC641: 05.09.02 - 19:34:11

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [49a0e4fb5b3c70d19929e854159746b6bb88fa6f]

        Merge SRC641: 05.09.02 - 19:33:07

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [c98180ab3fd46b09e9047cb89141cdf192cbd11a]

        Merge SRC641: 05.09.02 - 19:32:07

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [f239bf6fb1d69b58cb388a52d44b8bd57dc8510d]

        Merge SRC641: 05.09.02 - 19:31:07

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [df2fcdc061c1a844fffdab32a5e9049c7edb47b1]

        Merge SRC641: 05.09.02 - 19:30:36

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [67fe7e53e518c1f98f67fea9c381ca12822a4e5d]

        Merge SRC641: 05.09.02 - 19:27:07

2002-09-05  Karl Hong  <khong@openoffice.org>  [ad3ec8d1eb2b7a42aebe62a6185e3213e21974d1]

        #102964# fix offset problem for single translitertion loaded

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [170bd7cf90eae3baa82f1a42a8dd82f8ffffc5ab]

        Merge SRC641: 05.09.02 - 19:06:11

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [1dfa380f676e57345084b630745e749aeae9ba9c]

        Merge SRC641: 05.09.02 - 19:01:17

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [362bcb3f32dd8a6b099be4d14661997ceb8f3668]

        Merge SRC641: 05.09.02 - 19:01:04

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [29953200447a52f79478c52765f9dae2b473b7bb]

        new version for SRX643

2002-09-05  Vladimir Glazounov  <vg@openoffice.org>  [22e9379f1752aa6b66103483f3d144a9bafa87e3]

        #100000#

2002-09-05  Oliver Düsterhoff  <od@openoffice.org>  [6bfe060ef335679826bcb8da81c47734a3d14175]

        #102912# - avoid repaint of fly frame border, which contains a graphic

2002-09-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [534072d33d3d2d6ad326f3fe666b58820577acbc]

        #100000# failed on first try to disable remote vcl

2002-09-05  Mikhail Voitenko  <mav@openoffice.org>  [46fd4f97a701b09cd355f152f388095df3a8df3f]

        Avoid ambiguity

2002-09-05  Sven Jacobi  <sj@openoffice.org>  [c43aa7e38be8ecc6c20e5ad2f102e973578652c6]

        #96824# interaction goto page is now also working if the page has no name

2002-09-05  Mikhail Voitenko  <mav@openoffice.org>  [ff3df04db0d45b2634d35bc660b90b1cf704526c]

        Avoid ambiguity

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [90e3a7951b9b6e7e83ad0430738240ace21f2c1a]

        Merge SRC641: 05.09.02 - 17:15:42

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [05e2c81a06c0ed642a5b392888cc661f6f9a32bf]

        Merge SRC641: 05.09.02 - 17:14:48

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [c30f35403d910e3e48aa3b2ebddc2ccc5410cd8c]

        Merge SRC641: 05.09.02 - 17:13:48

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [56459d150e7f16b00370c7fbbc40b228a90436f7]

        Merge SRC641: 05.09.02 - 17:12:51

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [379a31c8a8d07f6563ae12f89270b6c820d2b7a0]

        Merge SRC641: 05.09.02 - 17:11:46

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [b7ecd2efe9743ba1c9ac6a2f7d2c96826fb8b29e]

        Merge SRC641: 05.09.02 - 17:05:48

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [942daeb38bac3ed2edf64369ee703e8834defd4a]

        Merge SRC641: 05.09.02 - 17:04:27

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [e95e974290cf1ef4b622cb6fb25808e8bfbeae0e]

        Merge SRC641: 05.09.02 - 17:03:16

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [e8f70e212ccd2f14366e5edd884380f25bf114e3]

        Merge SRC641: 05.09.02 - 16:55:12

2002-09-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [00e7b426496423a6ddb0f2c3433e8b9a90ab2db8]

        #100000# disable remote vcl

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [c2fc2e5c0e07bfd67563265768115a56cd25a4fe]

        Merge SRC641: 05.09.02 - 16:49:24

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [43e7adb1001435d013f38c21487d722a46dda16d]

        Merge SRC641: 05.09.02 - 16:46:03

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [1bec9f25635b9ca2e3b007386c6461366210d164]

        Merge SRC641: 05.09.02 - 16:45:29

2002-09-05  Malte Timmermann  <mt@openoffice.org>  [747fc2552c1a77bae217a4aba50184d2b9fb9341]

        #93035# Spec: Max text len will only be considered in user interactions

2002-09-05  gt  <gt@openoffice.org>  [1eff819d0ea18bf504dc45f25a88571d7b720889]

        #99281# new mask color magenta

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [0872397abc1fe12e8a51d026ecd171b47eba688e]

        Merge SRX643: 05.09.02 - 15:56:45

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [19a681c6ce66a8b3aaa07a9ec8817577aceb8c5b]

        Merge SRX643: 05.09.02 - 15:56:41

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [748d55644561fd3124ac4aa1e3a40abab768c9a1]

        Merge SRX643: 05.09.02 - 15:55:55

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [87726e9e1f56b40ad26f84a02c563fd002eea937]

        Merge SRX643: 05.09.02 - 15:55:22

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [8edfdc069812e51560a239e9029e153d4f1af98f]

        Merge SRX643: 05.09.02 - 15:55:16

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [caf49db1f407a71c9b5a5f1004f3fdd3b068a92c]

        Merge SRX643: 05.09.02 - 15:54:59

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [50b0d8fcb9a334e4ea7ae3a73cf964ebaac1c0e8]

        Merge SRX643: 05.09.02 - 15:54:17

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [7def3a7725c1e45c8830f59682f25d24eb2d962c]

        Merge SRX643: 05.09.02 - 15:54:06

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [eeec095696f016c838160bc9c6709995f1644f35]

        Merge SRX643: 05.09.02 - 15:53:20

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [edcf081eda7f2b9966e8765086ce6639af5d9882]

        Merge SRX643: 05.09.02 - 15:53:13

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [fcf3512fca278735f30e7d9df5c1f82944680204]

        new version for SRX643

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [ea0bbc3144da42a417918f1393d12255186df228]

        Merge SRX643: 05.09.02 - 15:50:47

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [b3269745020ce8656b9f2f93dbbafc1026386caf]

        Merge SRX643: 05.09.02 - 15:50:45

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [b9354a2549037243990a15a0cda3bc850ce549c1]

        Merge SRX643: 05.09.02 - 15:49:51

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [e5d0317b64d27f0d020b1b11534b620cda22a0a2]

        Merge SRX643: 05.09.02 - 15:48:54

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [0981429eb1c6d5103e19860e63f85e7c69d3301d]

        Merge SRX643: 05.09.02 - 15:48:12

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [ffc4f2ffb4da9610c3c86ce67b26f973ee916f3d]

        Merge SRX643: 05.09.02 - 15:46:53

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [5956ba1df1dc3703776aec675019f3ac92f9b80f]

        Merge SRX643: 05.09.02 - 15:46:03

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [c932dede8dbe8395a08718ea308ec4c1dd99c95e]

        Merge SRX643: 05.09.02 - 15:45:41

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [901f6614f9b45548ebcd5c62abcb24fe5919213f]

        Merge SRX643: 05.09.02 - 15:40:58

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [405dd181b279b3228839be364e637eefa47d41d1]

        Merge SRX643: 05.09.02 - 15:43:38

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [6746f51645857636180ad29894bfdecb9e68d097]

        Merge SRX643: 05.09.02 - 15:42:41

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [26e0ae66608cf4cf10605db244d3f36ee0a48acc]

        Merge SRX643: 05.09.02 - 15:42:09

2002-09-05  Oliver Bolte  <obo@openoffice.org>  [d797361800b7e076ebdde684bacb722da876e5f5]

        #100000# optsso.o

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [43c35c908ccc36a48c57e38f4f7e8c2b38a1ff79]

        Merge SRX643: 05.09.02 - 15:41:13

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [41f00eafdd2381801f0a841ec579d8803b08b705]

        Merge SRX643: 05.09.02 - 15:40:36

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [821f5bcf6eab4493881a29f0ac632cb212818b00]

        Merge SRX643: 05.09.02 - 15:40:21

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [4a40778072f838aff38e2c3b0e3ad5ac0eee453a]

        Merge SRX643: 05.09.02 - 15:42:11

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [c928a7423978a13bcdaa75dc1aa5e3bbf37c4ecf]

        Merge SRX643: 05.09.02 - 15:39:19

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [ce54eeb8cdf8f1843148c9141de39689b9a3a72a]

        Merge SRX643: 05.09.02 - 15:39:40

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [88d49eab6ff8190b8499b776168ced7479db8ae5]

        Merge SRX643: 05.09.02 - 15:37:06

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [561385ef9ad4bb2dd6c20521ae8abcae7949fb7d]

        Merge SRX643: 05.09.02 - 15:36:24

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [5fa6fc80ec13284afc47d910bfebe4b4d37f2b6e]

        Merge SRX643: 05.09.02 - 15:34:44

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [321627dcd6e2fef24631e36d237424f3bdb10c76]

        Merge SRX643: 05.09.02 - 15:33:50

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [99c94abc773415f962f1e1a1153d0cc89801dd74]

        Merge SRX643: 05.09.02 - 15:33:08

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [84be5dd7fff55d1f5841cd8aa1e922194a338192]

        Merge SRX643: 05.09.02 - 15:32:23

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [70ef197e892db685c932f87541026c84585f770e]

        Merge SRX643: 05.09.02 - 15:31:00

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [8ffcb6b6ddb9d21e184aaa9b94a973366f171dfd]

        Merge SRX643: 05.09.02 - 15:26:55

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [72983495944fcb5a8115f4ff932816ca3340aec8]

        Merge SRX643: 05.09.02 - 15:26:56

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [cf2f9470862eb1d7571663dffe56f8c7019663e3]

        Merge SRX643: 05.09.02 - 15:25:11

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [c45b99036e3e4e1855def99d519246883755d16b]

        Merge SRX643: 05.09.02 - 15:24:38

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [1854ba168610a99086a2fc0d116e7080dfb08f8d]

        Merge SRX643: 05.09.02 - 15:23:31

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [908c39786e21a28466e21a668827f5757d277ea9]

        Merge SRX643: 05.09.02 - 15:22:08

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [54b4f5753606e985adabbab3d3f06b3f4a3cabae]

        new version for SRX643

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [5b4b874ce1762ddd73024b434344979b6f285ceb]

        Merge SRX643: 05.09.02 - 14:55:19

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [4b64e67d1e8db88c14615c8366df1c88abd74822]

        Merge SRX643: 05.09.02 - 14:55:08

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [18d6951913689d2e62849bed698d11d6eeb6816a]

        Merge SRX643: 05.09.02 - 14:55:13

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [95f0097af549b56ba4d4e026042d3775cb50bad8]

        Merge SRX643: 05.09.02 - 14:55:05

2002-09-05  Oliver Specht  <os@openoffice.org>  [d03e5ecc11e50bef478dc84a0dca3dac73583ef8]

        #101156# insert the 'none' numbering type at the first position

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [51f880662b348d176e3c03ff29d01a208e1aba36]

        Merge SRX643: 05.09.02 - 14:53:38

2002-09-05  Vladimir Glazounov  <vg@openoffice.org>  [1dcfdcbd005e3c1218fab68844e88b49d2a31cc9]

        #100000#

2002-09-05  Oliver Specht  <os@openoffice.org>  [b47c2b5846345eb40d7c1649ddaffe21fbf5b65f]

        #102968# navigation button changed from MouseButtonDown() to Click() support - due to accessibility

2002-09-05  Frank Meies  <fme@openoffice.org>  [ef125fef29a3ad99c46e9c40663702d471a20954]

        #102681# Use common language list box for sorting algorithm languages

2002-09-05  Andreas Schlüns  <as@openoffice.org>  [f764651b3d558ade5859d0cd34323a43db5f1ee0]

        #102915# support initialization of ProtocolHandler

2002-09-05  Oliver Specht  <os@openoffice.org>  [c8fb43edc41b8a0769ffc251260946d49e0a3be5]

        #101996# default of text selection in readonly documents set to false

2002-09-05  Frank Schönheit  <fs@openoffice.org>  [f0100ce7d75eef360eda27bfbf66258afdc4dd9b]

        #97702# (on behalf of sleepybear@openoffice.org) ModelHasMoved: properly sync the vertical scrollbar

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [ff45a1fb60161189b3b157f975541873aad525bd]

        Merge SRX643: 05.09.02 - 13:56:18

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [16a564f936538f1bc2dbd53d76d46c74f8b5367d]

        Merge SRX643: 05.09.02 - 13:47:32

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [16061331d9178815862e5cecce9c416269c1c2d4]

        Merge SRX643: 05.09.02 - 13:42:35

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [27b510f9cdfa4afb2747c252e805a9b52e6af0a6]

        Merge SRX643: 05.09.02 - 13:40:12

2002-09-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2f4cc15bca2a5dcca09c5464f506e5da48c73f7a]

        #100000# don't link removed libs

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [54b5fe3d0c8c9e0b7984cdcfc24b8b577c5ee0bb]

        Merge SRX643: 05.09.02 - 13:36:24

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [104e196c8b3f6df2348b11f67ffaee7e34ff21a6]

        Merge SRX643: 05.09.02 - 13:34:35

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [5c9e5c637811a892e6cb111bde08503af05ee343]

        Merge SRX643: 05.09.02 - 13:33:35

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [99bc787878d482f89f00c6bb84fafb9c644798c1]

        Merge SRX643: 05.09.02 - 13:31:51

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [857a985209d65e27acf37204e260992a2031d4a6]

        Merge SRX643: 05.09.02 - 13:29:20

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [979d6dbec6232cc15097fb7a85e7f41707a9959f]

        Merge SRX643: 05.09.02 - 13:27:52

2002-09-05  Andreas Schlüns  <as@openoffice.org>  [03c93c489710739d3adbdc0a29261b2ba8deb0a3]

        #102915#, #96508# change back to old initalization behaviour

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [ab9b0e5bbbfb8e55d6fb55922dee27ab81782698]

        Merge SRX643: 05.09.02 - 13:25:42

2002-09-05  Rüdiger Timm  <rt@openoffice.org>  [d4fa559107a9f8f13484c5567019242dc368ac55]

        Merge SRX643: 05.09.02 - 13:26:01

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [b4b45d5b8f97a147f85b12cd06b376f7b18b5cb5]

        Merge SRX643: 05.09.02 - 13:23:17

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [4186eef156598f3f339626160e3ad5d801d3b0ff]

        Merge SRX643: 05.09.02 - 13:23:00

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [8bc4f6a3a589e753292e23fe152523c814df1bc0]

        Merge SRX643: 05.09.02 - 13:23:16

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [3173fa305027257985b5ffcaa9980b7b426ace59]

        Merge SRX643: 05.09.02 - 13:21:39

2002-09-05  Oliver Specht  <os@openoffice.org>  [ef12818053f97edef93b6f46fdddfdd9b21a7c74]

        #102937# use XStatusListener to check text selection menu item

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [7027f266b2d80ec64ef28ff6cf3fe5706b327353]

        Merge SRX643: 05.09.02 - 13:21:10

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [5ba66c1436f45c69cd2bbf7f0dbf5f7e874fa666]

        Merge SRX643: 05.09.02 - 13:20:48

2002-09-05  Malte Timmermann  <mt@openoffice.org>  [12656a545dbaedbe84c0b456ca59a63dedb1792e]

        #102717# VCLXRadioButton::setState must call click handler explicitly

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [6b56cc7ec40241ecb19e72412d995105bc76b049]

        Merge SRX643: 05.09.02 - 13:19:39

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [f4ea4415792ab1e5548e06aff4018f6b46088bfc]

        Merge SRX643: 05.09.02 - 13:00:44

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [52d45f6d64196d343556baab51bcefe40b5eda9a]

        Merge SRX643: 05.09.02 - 12:58:19

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [3d3494b6f5323c55c3bb16d77cc97bfb16454247]

        Merge SRX643: 05.09.02 - 12:56:26

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [417d350fd92fea033c527b04c2e303f6943b985e]

        Merge SRX643: 05.09.02 - 12:56:20

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [9dcf43de3223adcccbf421553e9f8827c44ca41b]

        Merge SRX643: 05.09.02 - 12:56:04

2002-09-05  Sven Jacobi  <sj@openoffice.org>  [b7126d408b3110061248b118295d01c64dea7f08]

        #102510# added pdf for math, web and global document

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [6e16ed8bf6d0ca282543e45ae497a2be21d535cf]

        Merge SRX643: 05.09.02 - 12:54:33

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [d107e8019e9f1eace2b8e274390b2f565e9c04ad]

        Merge SRX643: 05.09.02 - 12:49:45

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [4c7c98feb9b0253ae782c365624ff6085675321e]

        Merge SRX643: 05.09.02 - 12:49:44

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [330ff38e4c6e6b9df2aa14c889e49d3204ec5a18]

        Merge SRX643: 05.09.02 - 12:49:41

2002-09-05  Rüdiger Timm  <rt@openoffice.org>  [fdc19fd73530188881cbb71d1b516ba4b7a7d638]

        Merge SRX643: 05.09.02 - 12:49:28

2002-09-05  Rüdiger Timm  <rt@openoffice.org>  [bf39957fe6b696e508676e5e6c327dc96ef640bd]

        Merge SRX643: 05.09.02 - 12:51:17

2002-09-05  Kurt Zenker  <kz@openoffice.org>  [b929b647cf6171ab6624d638ae1cb849b186fae2]

        Merge SRX643: 05.09.02 - 12:49:33

2002-09-05  Frank Schönheit  <fs@openoffice.org>  [01505415622881047f702c8463ed03cbb102eaea]

        #102516# ConertControlTo: correctly work with (unique) indexes, not with (ambiguous) names

2002-09-05  Niklas Nebel  <nn@openoffice.org>  [a6f87ea0d0bd63af9243a87da7b9add0c6538fab]

        #102960# GetSelectionFrame/ApplyPatternLines: call MarkToSimple

2002-09-05  Sascha Ballach  <sab@openoffice.org>  [cb8fde2adeb714cc71a364cd2f67dd2a5f45b3a5]

        #95714#; add valid implementationId

2002-09-05  Peter Burow  <pb@openoffice.org>  [34a91a069c07a38976a9aac7477f33b68b6f5477]

        fix: #100534# AccListBox -> AccTreeListBox

2002-09-05  Thomas Lange  <tl@openoffice.org>  [338a168287444174fe8fb192d66db3c1db0ccf47]

        #101510# PDF export improved

2002-09-05  Oliver Specht  <os@openoffice.org>  [653823cd28232e79a204c9c41a85c953a7a96fae]

        #102504# recording of extended text input impl.

2002-09-05  Oliver Specht  <os@openoffice.org>  [1d026cf20521fbc31c9185adc20a091e7b6f5ef6]

        #102947# prevent insertion of index marks/bibliography marks into protected sections

2002-09-05  Malte Timmermann  <mt@openoffice.org>  [f3f7556c4dd44a42dd80586c0e714d842ea47cde]

        #102936# Call SetInputContext every time, otherwise we may have the wrong font

2002-09-05  Malte Timmermann  <mt@openoffice.org>  [339eda00addce58dfc3d935772900c3a8c86072a]

        #96986# UnoEditControl must use XTextComponent::setText to update peer with text property, otherwise listeners are not called

2002-09-05  Joachim Lingner  <jl@openoffice.org>  [ef77f3b813adff2abece29e87d921a9c3f44268c]

        *** empty log message ***

2002-09-05  Sascha Ballach  <sab@openoffice.org>  [025f790163a7fd1aaa1da6deeef213ce3f88451e]

        #102799#; the cell should have the type Empty if it is in a databaserange which should not be saved

2002-09-05  Malte Timmermann  <mt@openoffice.org>  [4d8c9695e661d3334e515bce47393e4a0be8176d]

        #97920# Fields support XSpinField now

2002-09-05  Herbert Duerr  <hdu@openoffice.org>  [27fa0410210f429e3347a4bcc9fb0fc4bc5d0a3d]

        #100194# fix typo

2002-09-05  Malte Timmermann  <mt@openoffice.org>  [4610736e31bab03ac0b19a2fefbaa53c6fd293e0]

        #97920# Fields support XSpinField now

2002-09-05  Malte Timmermann  <mt@openoffice.org>  [9469805fe42a080e567ca6d7f3fb8b6ef5c473b0]

        #97920# Fields support XSpinField now

2002-09-05  Sascha Ballach  <sab@openoffice.org>  [2ea43f3b5c14f0788e9c9c9ed71dacdbb99800b5]

        #102753#; remove Row/Column Description, because it is not supported and specified and should be consistent to ScAccessibleSpreadsheet

2002-09-04  Karl Hong  <khong@openoffice.org>  [9471abdb2ecf3aa09b8f5a1498dbd6d36bee193d]

        #102840# fix a language id dismatch problem

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [165925f300c23687219d6c7248c06bd3b3e39fa5]

        #100194# implement Bidi item ordering, adjust to SalLayout::DrawText changes

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [76924e28f42d91ad56f3c06f5ce16ce83ce098cd]

        #100194# use SalLayout's glyph conventions

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [d6c0a05bc23fba0c081dd73487b32978dbf79f51]

        #100194# adjust to SalLayout::DrawText changes

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [a42e4fb444a60f726277d113ebd5243825339ae9]

        #100194# adjust to SalLayout::DrawText changes, use SalLayout's glyph conventions

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [2b92cf585cdf788d9cc94396e4ecf56ad93f6b56]

        #100194# adjust to SalLayout::DrawText changes, prefer references to pointers

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [b5dadb2a5f0acedb5a5e44b44082e7a812552a82]

        #100194# adjust to SalLayout::DrawText changes

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [c9ebe2003b9ecea775f3a2fb0909635d8853242f]

        #100194# moved LayoutEngine from ServerFont

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [e48bdd861f39ead641d5e7877bbbc83d224b2810]

        #100194# use SalLayout's glyph conventions

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [6266d9147888c65338062ddf468e921f7c1c9248]

        #100194# implement Bidi processing for ServerFonts

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [b252d8266b113bff6305a1be676ce5be830a16a5]

        #100194# clean up ServerFont CTL layout

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [b08ad82a15d02681e7338b817296cfd2739745f9]

        #100194# add PDF specific SalLayout class

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [433468909ea767ae891259e365b96fc6dfeeb0de]

        #100194# remove DrawSalLayout, remove non-RTL-mirroring methods

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [d702df7f08de9e91deb12bd24e2e2c7accda9b22]

        #100194# use SalLayout::DrawText, extend GetCaretPositions, some cleanup

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [9ffa2cbd56ac8330ed6be4e98e2b0affb0ec3b72]

        #100194# mnTextLayoutMode instead of mnLayoutMode

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [322f2c03f3d0d3f5f00834e50215c9bfad4c2b40]

        #101701# enable Bidi for GetCaretPosition(), some cleanup

2002-09-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [237c92de5974d6683b3cb26c6319ac4486831b22]

        #100000#: constness

2002-09-04  Sven Jacobi  <sj@openoffice.org>  [902e14339cf75a4cabe67872f4524a5ead7cb6d3]

        #101571# now also beeing able to access the configuration if last character of subtree is /

2002-09-04  Christian Lippka  <cl@openoffice.org>  [ea20bdc8f79540cf26afe7bd1bd6ed515a3e3891]

        #102949# GetFocus can be called in c'tor, check this

2002-09-04  Joachim Lingner  <jl@openoffice.org>  [49e278ce00dd2ea41fd4b99724d0eb33477961b9]

        *** empty log message ***

2002-09-04  Joachim Lingner  <jl@openoffice.org>  [60e7730eaa75a8ed7b22d90f98ddb9600af833b6]

         oletest.idl

2002-09-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [22328a4f817c907867f9aaa7bac1a023641715ca]

        #100000# use - for compiler switches instead of /

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [7660263f394ea60dc7a493db9a8ed3bf235f4be9]

        #102952#; use contains instead of boundingbox to find a shape in GetAt

2002-09-04  Christian Lippka  <cl@openoffice.org>  [ab1be4621951153c65a8673a829f49f34c11c793]

        #102934# don't overpaint already painted help lines

2002-09-04  Sven Jacobi  <sj@openoffice.org>  [44e0cd6bd4f90b5df8e142d5fc61b026b3068cce]

        #102510# removed memory leak

2002-09-04  Thomas Benisch  <tbe@openoffice.org>  [f5ce5448803fcfff8d54da014a57795d38d181cb]

        #101150# added FillAccessibleRelationSet()

2002-09-04  Philipp Lohmann  <pl@openoffice.org>  [220feb05511eb1c5601991eb51b58a95d5553ff6]

        #102660# do not draw completely transparent objects

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [c83916505ca878c4aed111a414cf151c5b21c051]

        #102078#; change button name from ~Liste to ~Alle einfügen

2002-09-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8be092a59a1a7764e8fd90eb833b974e18ff82d2]

        #102928# avoid internal versioning of lib

2002-09-04  Jörg Budischewski  <jbu@openoffice.org>  [f2c928967f622c4d9b8e63336302745234eb8150]

        #99987# context layers are used

2002-09-04  Christian Lippka  <cl@openoffice.org>  [dc9e96480618a6d56a0b2cb8ebb2f61219220faa]

        #100355# fixed SID_CONVERT_TO_BITMAP not to convert presentation objects without user call

2002-09-04  Christian Lippka  <cl@openoffice.org>  [d9e808eea720d189baa94f21699b2a5dea18d38b]

        #96824# use api names for Bookmark property

2002-09-04  sz  <sz@openoffice.org>  [4445d3cf860470a8b331c42fccf83f588bbbab00]

        added rtl_tres_state export

2002-09-04  Christian Lippka  <cl@openoffice.org>  [8bb632a8387c005dbd83c1d6cd318baa61427b39]

        #102885# fixed BorderTop property for handout master

2002-09-04  Mikhail Voitenko  <mav@openoffice.org>  [85c2755e16883d581db39b317b8c152b551da5ba]

        #102733# do not create soffice.tmp

2002-09-04  Christian Lippka  <cl@openoffice.org>  [99518441ced832b8e110a587c1e5321933541f0b]

        #102885# added page master for handout master and notes master

2002-09-04  Oliver Specht  <os@openoffice.org>  [afba814456e496076bf9b3873d72b31e65d2d20e]

        #102101# call CreateAutoMnemonics

2002-09-04  Sven Jacobi  <sj@openoffice.org>  [c15a1710e1f7f9d2092a41228bb940bc1c90ea4d]

        #102510# removed memory leak

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [052d7e289efae72d78555f0f32902afd03df4756]

        #102679#; add method to calculate the pixel width of a character count; fix getAccessibleAt

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [c95b41f546b08e4544c7e7c95e4da58283449ff4]

        #102679#; add method to calculate the pixel width of a character count

2002-09-04  Herbert Duerr  <hdu@openoffice.org>  [da042e5fec06f09e2e0127af1547eadf08f8fca2]

        #101701# fix svdem making

2002-09-04  Bertram Nolte  <bnolte@openoffice.org>  [12ea615087015adaa7d0bf72e4e9f9116145dbcf]

        #98967# Add netbeans integration module.

2002-09-04  Daniel Boelzle  <dbo@openoffice.org>  [5cb863b1eacde498d62317eb2805e7ae153e45bb]

        #100000# deliver java_uno.dll

2002-09-04  Andreas Martens  <ama@openoffice.org>  [9dec83cc8c710487aa09f838e7ed96ee2227c615]

        Fix #100360#: Missing table

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [565a59f3274201ecb08cbbb565d7d8aacbcf149a]

        #102935#; send events after entering/leaving editmode

2002-09-04  Malte Timmermann  <mt@openoffice.org>  [80980b360cc2f463c77f6226ddc1ec1f1b8b098f]

        #94095# Use extra offset only when edit has a border

2002-09-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [26bec5cca54602c219a6cc367022c6924f08cc4f]

        #100000# use wrapped regmerge/regcompare

2002-09-04  Oliver Specht  <os@openoffice.org>  [44f9383ab0f075110e565b980ca59842f434cc28]

        #100130# maybe the last unsigned char changed to sal_Unicode ;-)

2002-09-04  Andreas Schlüns  <as@openoffice.org>  [2f15d4e4654ac0c27c34ec015593347de6bbd474]

        #102915#, #96508# remove XInitialization

2002-09-04  Oliver Düsterhoff  <od@openoffice.org>  [16bda863cd4c22a7079c830c2b2379e49bca62eb]

        #99657# - adjust import of background color in word filter

2002-09-04  Kurt Zenker  <kz@openoffice.org>  [0c13675c095ba26bdc4f31d9fd0923264d1dae4d]

        new version for SRC665

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [3b542314ad6f9e96a4324c81f8886969b2aa328e]

        #102924#; support the special case of empty/nonempty in the filter; handle number as number and string as string

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [7d7cff7056c565f185b95dee26e0fea313397a02]

        #102924#; set the FilterField like expected by the dialog

2002-09-04  Oliver Specht  <os@openoffice.org>  [57af6f9adf43fe75c9552e8db3509132f4760345]

        #102615# call ScrollHdl_Impl after Apply to reset the saved values at the Edits

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [b9b1f4ddee74440363e0deb94f259f5316cc9c93]

        #97084#; set the field after setting the operator

2002-09-04  Oliver Specht  <os@openoffice.org>  [d50f152a2d2d171c157ca4c5dcecb30abee79f5a]

        #102876# strings for AutoPilots set to void

2002-09-04  Oliver Bolte  <obo@openoffice.org>  [5147e4420b6e54cf2491b2f4b0e06f3792be62fb]

        new version for SRC665

2002-09-04  Malte Timmermann  <mt@openoffice.org>  [c8cb96c1bffdb05fcb4915b394ab2d2acb7b649e]

        #97683# build field2 with exceptions

2002-09-04  Andreas Schlüns  <as@openoffice.org>  [279e1eb174af9d7663c00b632590898ef3fc95cd]

        #102915#, #96508# extend it for real requirements

2002-09-04  Daniel Boelzle  <dbo@openoffice.org>  [f21f2d50a53acbd46d3a8802869af97900419222]

        #102916# fixed manifest file RegistrationClassName lookup

2002-09-04  Mathias Bauer  <mba@openoffice.org>  [84c7d42977151f74517d907517f4d055e6ebd3d6]

        #102904#: get ReadOnly state from right medium

2002-09-04  Mathias Bauer  <mba@openoffice.org>  [848f8d6c8a3373aa823c3aa3c896342606f493c2]

        #102886#: disable macro recording for all modules except writer and calc

2002-09-04  Mathias Bauer  <mba@openoffice.org>  [0670b04bbc925b308133c2d58e62950305c69d41]

        #102359#: if connection to frame is removed, recorder should be removed also

2002-09-04  Mathias Bauer  <mba@openoffice.org>  [70d2cbb7150f73d31af93809dbfdc16b310778f7]

        #102359#: QueryClose

2002-09-04  Malte Timmermann  <mt@openoffice.org>  [3f514cdf6f13268f3de3e8a1916ad106eae9e687]

        #102132# WindowDestroyed: Check TopWindows, if they are a child

2002-09-04  Malte Timmermann  <mt@openoffice.org>  [1ef413fd1ab174062cfc5af840e8b87309d676df]

        #102132# Message boxes are top windows

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [1fa2fafc57a8f7560d5d27949ced4ad0fed4a497]

        #97084#; handle empty/nonempty conditions while opening the dialog

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [054e18243938f0a5f74a5c2a1e6eabf05c50788a]

        #97084#; only convert string into number if QueryByString

2002-09-04  Malte Timmermann  <mt@openoffice.org>  [fcecfd00bfcebfd6f767c868249843131b3f5c1b]

        #102132# IsTopWindow: Don't return Windows in DTOR

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [b3c242eda1ce8fe1a79dbd6d702f9e4c16fe2a0f]

        #97084#; give the FilterDescriptor the DocShell

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [c47c103c63223b61cee1524c49d75eca827d729d]

        #97084#; the FilterDescriptor gets now the docshell to get the NumberFormatter of the Document. Also it is a SfxListener to recognize whether the document is dying. Handle number values and empty/nonempty in the FilterDescriptor.

2002-09-04  Sascha Ballach  <sab@openoffice.org>  [dee0a44f18a7718640c030b052fc2a30373f4563]

        #97084#; the FilterDescriptor gets now the docshell to get the NumberFormatter of the Document. Also it is a SfxListener to recognize whether the document is dying

2002-09-04  Oliver Specht  <os@openoffice.org>  [0f0584bbdbe82a95b65b9818d7b4c412bbc7de72]

        #102536# soft hyphens have to be removed

2002-09-04  Andreas Schlüns  <as@openoffice.org>  [bf0da6d70865305b8ad61cdc2b599f117bf8611e]

        #102900# remove dispatch comment; fix parameter typo

2002-09-04  Karl Hong  <khong@openoffice.org>  [0add183c47bd91fd7aa019d6a088884cdd83efbc]

        #101099# update from Jack for changing default time from 24 hours to 12 hours

2002-09-04  Karl Hong  <khong@openoffice.org>  [1d64e03c8b079a366c11831975fe1226ed2786a9]

        #102840# fix assertions problem for new CTL locales

2002-09-03  Kurt Zenker  <kz@openoffice.org>  [f082e82b744343a8c129fa7c2d3230c89114661b]

        new version for SRC665

2002-09-03  Kurt Zenker  <kz@openoffice.org>  [7e31bc099f17700571bfe6d7be185b286e80ebd0]

        new version for SRC665

2002-09-03  Rüdiger Timm  <rt@openoffice.org>  [49d78a583fc934c681304d930b5741c66ac76ea9]

        new version for SRC665

2002-09-03  ghiggins  <ghiggins@openoffice.org>  [de1f3046b0d07786df0bee46a49eb1bcac086b36]

        #99662# Final strings for SSO

2002-09-03  Kurt Zenker  <kz@openoffice.org>  [e0e5462d80218539c61b344df3021995bf29af55]

        new version for SRC665

2002-09-03  Rüdiger Timm  <rt@openoffice.org>  [fe558a84a368564fa8f01e19bebf42eebe1cfa79]

        new version for SRC665

2002-09-03  Kurt Zenker  <kz@openoffice.org>  [29bbe254f6283995d1073974d2fa33a77562f0b3]

        new version for SRC665

2002-09-03  Bertram Nolte  <bnolte@openoffice.org>  [d6c5f6f6d27427d4cb247f08220a19ff408d8afc]

        #98967# Add netbeans integration module.

2002-09-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [a3a836d7e64dab2bf40ff8552843909f1d817c1e]

        #102499# new CoreToPixel, PixelToCore for rectangles

2002-09-03  Kurt Zenker  <kz@openoffice.org>  [df344af442aa3f1f065a63a1214b3da1f561a615]

        new version for SRC665

2002-09-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [811dbf724d80cbf7232f2faf4f2ce18e860d4505]

        #102594# removed some replacement texts

2002-09-03  Kurt Zenker  <kz@openoffice.org>  [271cd4a3b4eb5af7386945e1f92b6da7a82b0d0a]

        new version for SRC665

2002-09-03  Oliver Düsterhoff  <od@openoffice.org>  [c02f4b9b3f86deff6d0c58beb1c2ae16aa40e785]

        #99657# - adjustment: background color set, if it is not COL_TRANSPARENT

2002-09-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [67200b838a345f6cce38607f2038c18a0f4de7c4]

        #102594# removed some replacement texts

2002-09-03  Frank Meies  <fme@openoffice.org>  [c882db7e05d0dad66da01c562677bae9ebf10e48]

        #102594# Accessibility - Position and width inside field portions

2002-09-03  Oliver Bolte  <obo@openoffice.org>  [a359e9f9d65ef3ffb245ce3d61ad9d87c836c15f]

        new version for SRC665

2002-09-03  Oliver Specht  <os@openoffice.org>  [7e4a40f0a2b35c7ec94d00b6222fda4d16236625]

        #102450# set background color at the EditEngine

2002-09-03  Mikhail Voitenko  <mav@openoffice.org>  [b0b73929098e747573e869846d2c1ec7872b88c9]

        #102603# handle an error

2002-09-03  Oliver Düsterhoff  <od@openoffice.org>  [e5d25eba9af7c657e22e55f343110c1d05fcc0d4]

        #102450# - correction in local method SwAlignRect

2002-09-03  Oliver Bolte  <obo@openoffice.org>  [a0e89d4e683e668bbb8388f91d1302a4379bd8cc]

        #100000# memcpy + strlen unkown if with debug=t

2002-09-03  Frank Schönheit  <fs@openoffice.org>  [13c10f97c53e1d1eb5ad1b6e7e47982f931d7120]

        #96930# update the doc

2002-09-03  Thomas Benisch  <tbe@openoffice.org>  [35501ecb2b32f653383815b4fc2c020311e17fa2]

        #102613# added AccessibleTabBar, AccessibleTabBarPage, AccessibleTabBarPageList

2002-09-03  Philipp Lohmann  <pl@openoffice.org>  [cbb750ccf705da3c93a091495505f384e03f5f55]

        #96930# do not use gsl_getSystemTextEncoding anymore

2002-09-03  Philipp Lohmann  <pl@openoffice.org>  [02a3b6f7b53a80b99c05854a534ba72bbc2fd411]

        #96930# disable help button in folder picker

2002-09-03  Sander Vesik  <svesik@openoffice.org>  [af306c3106f40b29e739e27dacfedfbe5ab2340b]

        Merge CLK_TCK change from OO642C (and many branches before that) to HEAD

2002-09-03  Niklas Nebel  <nn@openoffice.org>  [057fbfd97262c1a1ee0e149789ac04d900952251]

        #101061# handling of recorded slot SID_ENTER_STRING

2002-09-03  Malte Timmermann  <mt@openoffice.org>  [b5a0bf9025f3a1f17917dc47dffc0aecddb5a9e6]

        #101358# call setPosSize in createPeer()

2002-09-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [188949be02334864ef48716766dfe4e28d9b2118]

        #100000# use - for compiler flags instead of /

2002-09-03  Kai Sommerfeld  <kso@openoffice.org>  [734962718c3c721337c51b9dca32f04bfbdff93f]

        #102871# - Supply username+password from previous try with authentication request (to make password container service work correctly).

2002-09-03  Kai Sommerfeld  <kso@openoffice.org>  [271abda36d26d22b6c400dcb8e0d567d61f6e8f8]

        #102871# - Changed (default) RememberAuthenticationMode to SESSION.

2002-09-03  Frank Meies  <fme@openoffice.org>  [6e74f6d4cf15a2f52f90dbe4093d2f3f6efa2ccc]

        #101272# Do not change page after end of nested section

2002-09-03  Oliver Bolte  <obo@openoffice.org>  [2e2855e7df8059911766d10d62be8a5a901ff27d]

        SRC665

2002-09-03  Thomas Benisch  <tbe@openoffice.org>  [c2a1497dd8095b860f7ce08b797584b88e20d9fc]

        #102852# corrected OCommonAccessibleComponent::contains()

2002-09-03  Christian Lippka  <cl@openoffice.org>  [2ecc6e0af83c465d6387c46e9eef920ba1219dcc]

        #102864# changed tab order

2002-09-03  Andreas Schlüns  <as@openoffice.org>  [cb1d3ad3126ce403b629010267a9cba787336f58]

        #102867# don't make active if no frame interface is available

2002-09-03  Andreas Schlüns  <as@openoffice.org>  [ba684d7ded0e8d5994601b048ab09db4e238bfe9]

        #102867# change SID_PASTE back to be void item

2002-09-03  Oliver Specht  <os@openoffice.org>  [409bb955726abc706058cfb515fbfec2f624639e]

        #102884##i6319# character attribute changes mustn't automatically update paragraph style if no paragraph selection exists

2002-09-03  Kurt Zenker  <kz@openoffice.org>  [c838253aa217dd6a21c551592aa7f80c77a0baf3]

        new version for SRC641

2002-09-03  Vladimir Glazounov  <vg@openoffice.org>  [204bbb4bcb75e26319228817ba08b5a469d85469]

        #100000# typo

2002-09-03  Mathias Bauer  <mba@openoffice.org>  [b6c31b2138b39389d5a55856264f70482068760e]

        #98951#: ImageReflection not in 641

2002-09-03  Behrend Cornelius  <bc@openoffice.org>  [1ceebda715f96912190d08968421bbafa986249a]

        #101991# now also fileopen and Folderpicker disposed

2002-09-03  gt  <gt@openoffice.org>  [c858dc373eb58a37fa5e22876d3d140c582e5889]

        #99281# HC images and handling for GalleryBrowser2

2002-09-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [54dcf8a539445cb52d4b61ce3f45728c1eb88584]

        #100000# fixed OUTDIR2INC for windows; REMOVE_PACKAGE on non-exstent trees shouldn't give an error

2002-09-03  Vladimir Glazounov  <vg@openoffice.org>  [e4d9fa9d5442858fb01c30737d366c37798fd974]

        #100000# typos

2002-09-03  Behrend Cornelius  <bc@openoffice.org>  [3c513867a5f9538014c141a4d9c9867922d53821]

        #101991# now storedialog disposed after call

2002-09-03  Carsten Driesner  <cd@openoffice.org>  [54526bf8dc788380880606d37c498ea09dd432d1]

        #102788# Removed one blank from text

2002-09-03  Malte Timmermann  <mt@openoffice.org>  [a0c3631313926ab41282a041f706f96b1265e7c6]

        #100117# #100119# Call ImplHandleMove/Resize instead on Move/Resize directly

2002-09-03  Vladimir Glazounov  <vg@openoffice.org>  [997583f81744e6cef9ab70b23d9bcbbb93ae66e1]

        SRX643

2002-09-03  Kurt Zenker  <kz@openoffice.org>  [18a11882cd215244989245c6514e33c6d120f280]

        new version for SRX643

2002-09-03  Oliver Düsterhoff  <od@openoffice.org>  [8cb05ea25f8cee6e745fca906410d40a4785bb8f]

        #102450# - implement SwFEShell::GetShapeBackgrd

2002-09-03  Frank Schönheit  <fs@openoffice.org>  [06dd571a355dac18c1edb58230084b5156199570]

        #97807# on behalf of sleebybear@ooo: compile multifil.cxx with exceptions enabled

2002-09-03  Oliver Düsterhoff  <od@openoffice.org>  [e624cae7b41ada9553444bdd63f6a389bbb0cf17]

        #102450# - new method SwFESHell::GetShapeBackgrd

2002-09-03  Oliver Specht  <os@openoffice.org>  [60c59a2368b63b12ccd93916539fbb58abb2ad96]

        #99471# COL_TRANSPARENT provided in status method of character background instead of COL_LIGHTGRAY

2002-09-03  Oliver Düsterhoff  <od@openoffice.org>  [5a91ca00eabc39c34b65e67ae662fd994d486c1a]

        #102450# - add 3rd parameter to method calls SwViewImp::PaintLayer

2002-09-03  Oliver Specht  <os@openoffice.org>  [fae862922ef8aaf8ef1e9dc71487999fd9aa49f3]

        #99471# transparency color changed to COL_LIGHTMAGENTY

2002-09-03  Oliver Düsterhoff  <od@openoffice.org>  [fbfd48988becbe395a6373f286e6141a1b9220d9]

        #102450# - consider new parameter of method SwViewImp::PaintLayer

2002-09-03  Oliver Düsterhoff  <od@openoffice.org>  [b7fea95ad22a9ca5bf59dedeb2ebc22ba15cb4b2]

        #102450# - add 3rd parameter to SwViewImp::PaintLayer

2002-09-03  Oliver Düsterhoff  <od@openoffice.org>  [7777e3a65cf25594f125bab49172ae35af28ec74]

        #102450# - implement method to get background color of page, call <PaintLayer> with background color of page; #99657# - corrections on drawing transparent background on transparent graphics

2002-09-03  Oliver Düsterhoff  <od@openoffice.org>  [dc27f789c245c1367f293953245c2fddc0057662]

        #102450# - new method to determine background color of page

2002-09-03  Daniel Boelzle  <dbo@openoffice.org>  [4aa141b914f9c314dbc482eb58cc9cd872d64a68]

        #102846# class needs to be public

2002-09-03  Oliver Specht  <os@openoffice.org>  [08096685251bbf68d64270325e81306fb6597119]

        #98522# use output window to calculate scrollbar ranges

2002-09-03  Oliver Specht  <os@openoffice.org>  [e926584f50d3286078696aa0f3fdb036f89823bf]

        #98373# catching supportsResultSetType() exception

2002-09-02  Oliver Bolte  <obo@openoffice.org>  [6a0f8055b84d492aebbe23c970439ae0c01eb7bb]

        new version for SRX643

2002-09-02  Kurt Zenker  <kz@openoffice.org>  [a35143ef2dd97d9547f162b9d181319acb92e207]

        new version for SRX643

2002-09-02  Kurt Zenker  <kz@openoffice.org>  [a586a824ad5c07f36d559f42d337f37834ce9199]

        new version for SRX643

2002-09-02  Jörg Barfurth  <jb@openoffice.org>  [23d910fb64a3053abdc58c82cee63c3ab47b3c46]

        #102804# Unified declarations of service support for backend registration and construction

2002-09-02  Jörg Barfurth  <jb@openoffice.org>  [b25559bfff5c5a2254d7eee0f9ced48276e3dcc5]

        #102804# Changed sequence of building and wrapping a backend to allow fallback to offline mode

2002-09-02  Daniel Vogelheim  <dvo@openoffice.org>  [af740b2625e51a231b8784c92a7c85b70e7f53e4]

        #102496# fixed: replaceText ( & friends ) refused to change an empty paragraph

2002-09-02  Thomas Benisch  <tbe@openoffice.org>  [711c64349b35e473d986cac6c5259262c5b43976]

        #102613# added support for accessibility and event notification

2002-09-02  Thomas Benisch  <tbe@openoffice.org>  [1a497ca80e34722d2336f445f90e0e7d39d941cc]

        #102613# added support for accessibility

2002-09-02  Philipp Lohmann  <pl@openoffice.org>  [56318cd97ceddf0c3b8a5f41c757228cd1a2b1d5]

        #102862# check for valid returnvalues in sal_equalHosts

2002-09-02  Andreas Martens  <ama@openoffice.org>  [b641c5ce5fc12e652682e08560b6b4edd3c38208]

        Fix #98838#: No formatting of cell/tables during the formatting of the content

2002-09-02  Sven Jacobi  <sj@openoffice.org>  [f9087826881e023d15955ee5e4ee0667b555541e]

        #102859# #i1548# #i5813# take care of the BuHardFont attribute, which is often used for default bullets

2002-09-02  Kurt Zenker  <kz@openoffice.org>  [d2cbaeb8c0e55e2c377d30b2da324e7dceb86465]

        new version for SRX643

2002-09-02  Frank Schönheit  <fs@openoffice.org>  [c0a3e60be7be2b161d0ad6d4325eac1cec430e6b]

        #65293# forgot an include

2002-09-02  Sascha Ballach  <sab@openoffice.org>  [a18238ca2b104df748a227daa0e6c2a773684601]

        #102444#; send visible data change events

2002-09-02  Sascha Ballach  <sab@openoffice.org>  [e6d6206d441ba1ca581c7489ced9fed6d5ee8d8b]

        #102444#; add own viewforwarder for every page preview object with text

2002-09-02  Sascha Ballach  <sab@openoffice.org>  [ce93375c42e593bd18d46bfc603c00e690bb534e]

        #102444#; add Notify method to react on visibility changes

2002-09-02  Daniel Boelzle  <dbo@openoffice.org>  [a55732e8d1e281bc6363277b3068080c0ca25ef1]

        #102601# caught java.lang.Exception

2002-09-02  Sascha Ballach  <sab@openoffice.org>  [09aa3b96e9fa96ddb5fa3e50bc790e359c8837a6]

        #102444#; add focus lost and got hints for windows

2002-09-02  Sascha Ballach  <sab@openoffice.org>  [b9279af77f1678b86c6672e211cf3e0dfe613aeb]

        #102444#; send more specific events to the accessibility objects

2002-09-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6bf12a4c7825fbe291a6ec778259da1b3666a372]

        use java variabble

2002-09-02  Christian Lippka  <cl@openoffice.org>  [7997149f6913d341a7f24c0fb80b079910f9a9f2]

        #102650# catch exceptions when calling listeners

2002-09-02  Mathias Bauer  <mba@openoffice.org>  [4ca65a2e0f0831807d336a36dec74b069996bd24]

        #100000#: slot accidently removed

2002-09-02  Niklas Nebel  <nn@openoffice.org>  [6d79576b3a781cf77ab289c3d0431119fefa6a9e]

        #101327# recording of SID_INSERT_GRAPHIC

2002-09-02  gt  <gt@openoffice.org>  [d7f675e1abb390bcac8a14df2a841c4cbe43e652]

        #99281# new mask color magenta

2002-09-02  gt  <gt@openoffice.org>  [47af6da32dbc4c8ca543b5097930549fb6b1100d]

        #99281# new mask color magenta

2002-09-02  Malte Timmermann  <mt@openoffice.org>  [e43b4bf7b1e55b2d3dd8446717bdc12b65b7dd41]

        #84536# Use I18N

2002-09-02  Oliver Specht  <os@openoffice.org>  [87d8f7a8f717f7d2e2bbdda6d7ee06dd770dd14e]

        #98207# Repeat: Ctrl+Y added, Style catalog: Ctrl+F11

2002-09-02  gt  <gt@openoffice.org>  [8328744444481429c00b0f81d3391551e5e7fe56]

        #99281# new mask color magenta

2002-09-02  gt  <gt@openoffice.org>  [6c71e6453b2b44b30d5bd45a21e3e1e2d5c5221b]

        #99281# new mask color magenta

2002-09-02  gt  <gt@openoffice.org>  [7b3759dc604b1dd123193a49593d79384d3f5a93]

        #99281# new mask color magenta

2002-09-02  Oliver Specht  <os@openoffice.org>  [885cec08ecf6d6f1a131bd1c203098b43bc5ad72]

        #101996# Java accessiblity tool tip removed

2002-09-02  gt  <gt@openoffice.org>  [e16f555f3b7d8a0c7d1090b3ea17183aa39819e0]

        #99281# new mask color magenta

2002-09-02  Oliver Specht  <os@openoffice.org>  [0ad4beec2d62a6b8cafcc63782b132c60b969c1d]

        #99892# section type must be reset for the LinkRegion property, too

2002-09-02  Thomas Lange  <tl@openoffice.org>  [7eac0bcf318e1a7468f218a71ea20202f9d7025c]

        #102736# throw exception when attachToRange is called twice

2002-09-02  Malte Timmermann  <mt@openoffice.org>  [5c2c3e83d5933cda482e9048fd3b30051d4adfa4]

        #97683# AM/PM

2002-09-02  gt  <gt@openoffice.org>  [ba15dfb00d4a71573f22240ddf5807f9b41dbe94]

        #99281# new mask color magenta

2002-09-02  Andreas Martens  <ama@openoffice.org>  [a2748e145e40701ba070d1d37ae1f0e625030704]

        #102510#: GetPageCount, GetPageSize for PDF-export

2002-09-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [19f4cb98ebf826a21dae76ca265af31626731165]

        #96956# readded

2002-09-02  Behrend Cornelius  <bc@openoffice.org>  [17b23e68f3e75c9b9bd3b8964e688044f57770f1]

        #96775# Errormessage in macro inserted

2002-09-02  gt  <gt@openoffice.org>  [965d26b26cfaf4df3c4e0c84df9f9d678205d2ca]

        #99281# new mask color magenta

2002-09-02  Mathias Bauer  <mba@openoffice.org>  [f560dd6d4d54c2684273c2437ff4ff92635450cc]

        #102830#: check Overwrite flag

2002-09-02  gt  <gt@openoffice.org>  [e919365ab8796d5a726feb091a3bdefb8eb696b4]

        #99281# new mask color magenta

2002-09-02  gt  <gt@openoffice.org>  [7f97a631dafaa688686fc721d0b159ee7552f23e]

        #99281# new mask color magenta

2002-09-02  Michael Hönnig  <mi@openoffice.org>  [be0f1b815ce9e66a129a3923c5dbd5649a0be2eb]

        services PropertySet and PropertySetInfo specified, as used in DevGuide

2002-09-02  Frank Schönheit  <fs@openoffice.org>  [2f82ea11dcb4b6596a1e14e0a6db1f1b43cccd65]

        #98802# (checking in on behalf of BerryJia@openoffice.org) remove the View/Full Screen menu item - does not make sense here

2002-09-02  gt  <gt@openoffice.org>  [9f170b301377140bcb1b27d52b301cc81cc79218]

        #99281# new mask color magenta

2002-09-02  gt  <gt@openoffice.org>  [b418acf6d7aa86846c27f953bdb05fd5fcf5e09d]

        #99281# new mask color magenta

2002-09-02  Thomas Lange  <tl@openoffice.org>  [809f64d5400b78e31e2c368d8c50d5e3fb4b0641]

        #97643# component description for SwXTextDefaults added

2002-09-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0197a31ebb60acbda81ec4ad4a22a6b097712ae1]

        #100904# initial checkin

2002-09-02  gt  <gt@openoffice.org>  [ab4fd515a59c86fe1fb7626468d1e8debfd64012]

        #99281# new mask color magenta

2002-09-02  gt  <gt@openoffice.org>  [cdb453d396a2e2bc924b2d45348a35ff7971d991]

        #99281# new mask color magenta

2002-09-02  Björn Milcke  <bm@openoffice.org>  [a4a8c9ffc6c3b3c173177436cb7f5e7949375bfb]

        #i6698# fo:direction is already included in style:properties

2002-09-02  gt  <gt@openoffice.org>  [462d8ddf27399a2ac915c967b2e1a25e9556685e]

        #99281# new mask color magenta

2002-09-02  gt  <gt@openoffice.org>  [b457277c20edc57dfbc5caece3355451a50d755e]

        #99281# new mask color magenta

2002-09-02  gt  <gt@openoffice.org>  [0758ddc242c31d621125a6b7c5f31ea9b21f0da8]

        #99281# new mask color magenta

2002-09-02  gt  <gt@openoffice.org>  [de2e15ff1046aa45e98a5fe2b4fa76da6e1498c1]

        #99281# new mask color magenta

2002-09-02  gt  <gt@openoffice.org>  [f28f7ebe17fec6103b4aa43534dec75ea696d571]

        #99281# new mask color magenta

2002-09-01  Matthias Huetsch  <mhu@openoffice.org>  [9026c6ac838422051e9ccd849be61dc8eeb8c042]

        #102715# Fixed C++ library versioning (UNIXVERSIONNAMES=UDK).

2002-09-01  Matthias Huetsch  <mhu@openoffice.org>  [419bd1130842b739595743e69ba72e8afdb70453]

        #102715# Fixed C++ library versioning (UNIXVERSIONNAMES=UDK).

2002-09-01  Matthias Huetsch  <mhu@openoffice.org>  [ffaf3f5fb3dee06d26b67f99934addb3dfac0573]

        #102715# Fixed C++ library versioning (UNIXVERSIONNAMES=UDK).

2002-09-01  Matthias Huetsch  <mhu@openoffice.org>  [2ce65a5251c9496afdbd8848ff004fc8763fbe83]

        #102715# Fixed C++ library versioning (UNIXVERSIONNAMES=UDK).

2002-09-01  Kai Ahrens  <ka@openoffice.org>  [9e3046a971a96d5e92186864542304504e4b6bc1]

        #102811#: set LOADED after successful update of link

2002-08-30  Sander Vesik  <svesik@openoffice.org>  [bcc1e6055249c412b26f833160480e1dbf93e76c]

        Fix #include to not use stl/

2002-08-30  Karl Hong  <khong@openoffice.org>  [89e97c106f2d3d724d6bcc6a2d75c0f3da36ee3c]

        #102771# change word breakiterator mode to DICTIONARY_WORD for hyphenator

2002-08-30  Niklas Nebel  <nn@openoffice.org>  [298575f26c9a3116d18645849b52f7a88d8eb6b2]

        #74215# allow locked modifiers in column/row headers

2002-08-30  Daniel Vogelheim  <dvo@openoffice.org>  [a0370dacaef682d9ff201645b70fc92bda89c147]

        #101550# added dynamic spacing attribute to DTD

2002-08-30  Daniel Vogelheim  <dvo@openoffice.org>  [e34ec41ecf2dbfa9f95ffd97519db58c5b5de5c4]

        #101550# load/save dynamic spacing flag in header footer

2002-08-30  Daniel Vogelheim  <dvo@openoffice.org>  [cdd183e694735d5acc54c03ae94c7532b57ffb50]

        #101550# fixed property states for Header/FooterDynamicSpacing

2002-08-30  Behrend Cornelius  <bc@openoffice.org>  [10775013e6bf59a5c36213f767fa2a96d8563da6]

        #100395# now disposing of dialogs improved

2002-08-30  Thomas Benisch  <tbe@openoffice.org>  [6b653b720b614326226a71823229c1b808f4f9cb]

        #102613# export vclxfont.hxx

2002-08-30  Thomas Benisch  <tbe@openoffice.org>  [bd3efd720f626bf1f6f0b5e43ddc6b9022b8cd1a]

        #102613# added CallEventListeners

2002-08-30  Kurt Zenker  <kz@openoffice.org>  [927f17993c6e45db611afdaefdf245880e07fd77]

        new version for SRX643

2002-08-30  Niklas Nebel  <nn@openoffice.org>  [95b2a033c1fae093c182817ce2a618ee2778730a]

        #102253# support multi selection by keyboard

2002-08-30  gt  <gt@openoffice.org>  [1142e9721a8bfb22ba5b337ddc944c9156b51bfa]

        #99281# new mask color magenta

2002-08-30  Philipp Lohmann  <pl@openoffice.org>  [6448426d0ab769a208a598d5cd4dbe4e6ad381d4]

        #100602# recognize special characters in ansi1252

2002-08-30  Daniel Vogelheim  <dvo@openoffice.org>  [39fef1ad24c213f9d55aa086c435d0e66fb132b6]

        #102547# prevent crash when accepting all redlines

2002-08-30  Oliver Specht  <os@openoffice.org>  [7a3699c8199f8ced4b37d0e99dd5716b0f842710]

        #102755# ::SetMaxCount() corrected

2002-08-30  Sascha Ballach  <sab@openoffice.org>  [6cad9abb5e7e09c9fea648252727ea5e701cd2c7]

        #102793#; search for a shape in GetAt by iterating from the last one to the first one and compare the point with the bounding box. don't return background shapes, because they are behind the sheet

2002-08-30  Stephan Schäfer  <ssa@openoffice.org>  [e94daca2d00f71ec5bd8a20b53e99da11afcc978]

        #101281# improved set window background in UpdateSettings

2002-08-30  Sascha Ballach  <sab@openoffice.org>  [9f34e928a110955407114c3252c0effc61be9bb9]

        #102793#; don't thow IndexOutOfBoundsException, because the calling method does it if needed

2002-08-30  Kurt Zenker  <kz@openoffice.org>  [d4e126828255cbff06ac325296067ff26dcb74b4]

        new version for SRX643

2002-08-30  Kai Sommerfeld  <kso@openoffice.org>  [46f57f4234b852dfb576b689f91779141212a66f]

        #102795# - Fixed multithreading issue in DAVResourceAccess::initialize().

2002-08-30  Kurt Zenker  <kz@openoffice.org>  [4ca0fed8b5b0a5fbc8611029f3e7cf7255a79cc8]

        new version for SRX643

2002-08-30  Andreas Bregas  <ab@openoffice.org>  [7322e33e2758b736cfe96f55fcdf82677b0b6c95]

        #102797# Reversed dialog disposing order

2002-08-30  Caolán McNamara  <cmc@openoffice.org>  [116f47155464be011c482b9eb50e1ea3dacd1477]

        #102794# don't crash with unfound which id

2002-08-30  Oliver Düsterhoff  <od@openoffice.org>  [3136549e13dfc6078b082086bbc9522fcb08e6dd]

        #99657# - correct wrong code for Solaris

2002-08-30  Thomas Lange  <tl@openoffice.org>  [5629347e79efa0768b31ea45ef38c8485dabc1b0]

        #99082# StateChanged fixed (base class always called)

2002-08-30  Vladimir Glazounov  <vg@openoffice.org>  [7b1a0ff2dc75b3af61b7585b75cdb856fbab736b]

        #100000# typo

2002-08-30  Oliver Specht  <os@openoffice.org>  [1a6dbfc8a1b0558ecdd7df0568674663e528eff9]

        #100286# helpid of group name dialog added (changed by GL140824)

2002-08-30  Stephan Schäfer  <ssa@openoffice.org>  [4ac45d5815900302131e68aec6ce0516b648be53]

        #102644# tip help also on Ctrl-F1

2002-08-30  Thomas Lange  <tl@openoffice.org>  [a2fedc0a036ced321577e7393c1fde65e4169ed6]

        #101550# properties for dynamic spacing of headers and footers added

2002-08-30  Oliver Specht  <os@openoffice.org>  [e3723b3b753d25ea5254982888031f38a4b4467b]

        #99281# include added

2002-08-30  Oliver Specht  <os@openoffice.org>  [16c8d0064ca68a33c6e0d94756856cce82c13b87]

        #102790# inactive menu items are initially visible now

2002-08-30  Behrend Cornelius  <bc@openoffice.org>  [8507c2c7faa9a97cbd21e75acf4a98ca23239109]

        #94944# Added an absolute path to graphic link

2002-08-30  Oliver Düsterhoff  <od@openoffice.org>  [f34b86c0ec245645f863896d1972a2c16df4053a]

        #99657# - wrong assertion on GetBackgroundBrush

2002-08-30  Thomas Lange  <tl@openoffice.org>  [ce09dbf4c635ac3a62ea42f6867652df52739f8d]

        #101550# API for dynamic spacing of headers and footers added

2002-08-30  Oliver Düsterhoff  <od@openoffice.org>  [ecdfe2ef1ecb40f926697959877b8f9fd8106e1c]

        #99657# - wrong assertion of GetbackgroundBrush

2002-08-30  Oliver Specht  <os@openoffice.org>  [d75e8c75b511fd3b6e887a4e6c4dd3e5c6eb0d05]

        #102479# call FN_EDIT_FORMULA asynchronously

2002-08-30  Sven Jacobi  <sj@openoffice.org>  [87d3e877457e3658fdddbe1ce5c2fd20ae6a80de]

        #100477# improved callout import

2002-08-30  Christian Lippka  <cl@openoffice.org>  [c5e2bede50d664b6e58a38748a6a1f21d31b28b2]

        #101791# don't enable create button if nothing is to create

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [11489060b874712a05f69f9d6ec2bb39e0aa4be0]

        #99475# adjust header position when column is moved

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [4a83e17bcbac0f3eb1dbb279d6879c7af5abad27]

        #99475# correct group by clause

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [e02a3242c4cce43c86237fcfc5ab97847b0e7f13]

        #99475# change member to int32 and insert some new inlines

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [6dd38f4fb69e768a07cd31119b774891168a14cc]

        #99475# change column position to id

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [00e0488a8fb581bc272a1feafc453c7985af079d]

        #99475# do better validation and undo actions

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [ed167ac0ef1c1447e85eaae107afd585de06d0e2]

        #99475# change the recognizing of the sql statment

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [180615ef44fbc8076a473187c895eb160f0fdbfb]

        #99475# change member to int32 and insert some new inlines

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [ea5b701a4f52c63d71fe14b1c9b04d7daff60853]

        #99475# new enum for function types

2002-08-30  Carsten Driesner  <cd@openoffice.org>  [fb3a2efbe41a0df02ce4975623a407e4ad28b7fa]

        #102788# Corrected german strings

2002-08-30  Oliver Specht  <os@openoffice.org>  [9cfecc0fdfbf49c6d06c169e06223e6769c6d19a]

        #101550# enable/disable dynamic distance CheckBox

2002-08-30  Oliver Specht  <os@openoffice.org>  [cc502e55740006c83e1b988c876b8ede4308f65e]

        #98399# frame direction removal corrected

2002-08-30  Andreas Martens  <ama@openoffice.org>  [d9a5d993f9fc20898305c88c1770a9cb1ac49f5a]

        Feature #99727#: Find the next footnote

2002-08-30  Oliver Specht  <os@openoffice.org>  [764b8f0d6f31e3dcb8040b5e60f03518ae76749d]

        #100372# configurable source view font name and font height

2002-08-30  Oliver Specht  <os@openoffice.org>  [68f9931d3a1a4a6d1c1aef61df5551c3a8016eca]

        #100372# configurable source view font name and font height

2002-08-30  Mikhail Voitenko  <mav@openoffice.org>  [ea82be192d242f5943b201e42f98bc1109044ba0]

        #101180# do not create temp file in destination catalog

2002-08-30  Oliver Specht  <os@openoffice.org>  [55ff8160e5ba1a82fc233fb31732b4aa10141b3c]

        #100372# configurable source view font name and font height

2002-08-30  Oliver Specht  <os@openoffice.org>  [9cb0f9553016341b14a5c76710c8c89e8c8f8d71]

        #100372# configurable source view font name and font height

2002-08-30  Mathias Bauer  <mba@openoffice.org>  [a2b4b8fb49f5dddf9759c5f850e9efc3949b8dbc]

        #102635#: don't change ID of controller item

2002-08-30  Peter Burow  <pb@openoffice.org>  [b7eab2cf1772412671a02eec152939687aa86aa3]

        fix: #102729# D&D: call base class if necessary

2002-08-30  Carsten Driesner  <cd@openoffice.org>  [6039c4ebc193ff0a2d74c43d176d46e2e459433c]

        #102735# Support default image push button for customize toolbars

2002-08-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [db54df468f6f404118b31f2e77daa38d4a80205e]

        #100905# non-const GetFly, fix GetConnectableFrmFmts

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [60bf9dc456b528718bf2db46c2b7afef1744ddef]

        #100839# clear variables before use them again

2002-08-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [881d7c13fafd75c8278bf281e39a4b73aae25843]

        #100905# chaining from dialog

2002-08-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [0519c372ff352a1dc3d80b8cf485ff18b5a384ea]

        #100905# non-const GetFlyFrm needed for GetConnectableFrmFmts

2002-08-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [02c5849d19d741405a423da4e19f1e301bb2896c]

        #100905# corrected mixed up parameters when calling GetConnectableFrmFmts

2002-08-30  Vladimir Glazounov  <vg@openoffice.org>  [d8f36223ddd7da82aa87058caf451ec0c7a12161]

        #100000# temp object for gcc

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [e76aaf39c2fdd786c2de719da9c5afa2f9adfaf2]

        #101846# STR_QRY_LIKE_LEFT_NO_COLUMN changed

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [03dd4ead824acac5c8d1605f72a1d5afcd23f9c0]

        #102642# use of EventListenerHelper to avoid refcount problem

2002-08-30  Oliver Braun  <obr@openoffice.org>  [6dc2df7914c19dbc2b967d28785f4bddd5efccd6]

        #102725# fixed keyReleased to return false

2002-08-30  Ocke Janssen  <oj@openoffice.org>  [71a4019638e101ffdcec67bc2ff04c8971d8923c]

        #102756# move checkbox inside invalid class

2002-08-29  Kai Ahrens  <ka@openoffice.org>  [fe3a3e4aacfc6da4e1fd4cb0a6a6356ba8007a22]

        #101571#: added PDF filter for Writer

2002-08-29  Sander Vesik  <svesik@openoffice.org>  [f13b1d2559883edcb14b053332b6bc9b4afd26fe]

        util depends on lang

2002-08-29  Karl Hong  <khong@openoffice.org>  [eada1e86516c01d705846721753b8ae565d6315e]

        #101141# implement default handling for Transliteration and NatNum properties

2002-08-29  Daniel Vogelheim  <dvo@openoffice.org>  [10841f8eecf9e7f8106b60ffe61657e3be7e9813]

        #99657# load/save background (color + image) transparancy         for Writer frames

2002-08-29  Herbert Duerr  <hdu@openoffice.org>  [fc3cf02d95eb8f82d9bf7b07c40805fcdbfbfdc2]

        #101701# change GetCursorPostions() to return array of start/end positions

2002-08-29  Rüdiger Timm  <rt@openoffice.org>  [0d9c09f5be04500a71a0e8624eb0c01f060a45c3]

        new version for SRX643

2002-08-29  Stephan Schäfer  <ssa@openoffice.org>  [27e6eabf43689a660ae1df31cdb9b5a2cbe2319f]

        #100860# Disable automatic GUI mirroring (right-to-left) for document windows

2002-08-29  Stephan Schäfer  <ssa@openoffice.org>  [021183a09db476d5864c58336507b92563eea6b2]

        #100860# minor updates for window based UI-mirroring

2002-08-29  Kurt Zenker  <kz@openoffice.org>  [bb2a8360b22d159d2676715adbac9f1bdf79c621]

        new version for SRX643

2002-08-29  Herbert Duerr  <hdu@openoffice.org>  [fa4adc5f82f20f6ed446b7bd12ef7ffcc4a8e345]

        #100194# fix Bidi for mixed RTL/LTR and implement GetCursorPositions

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [3059693c28882fa88de6983d59fa26d1d7fa6bbd]

        #102709#; add ScUnoGuard to all get...RelationSet methods; increment nIndex so it is no loop

2002-08-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd7f43b07d260cd28cbcb7056d6cb345cc729763]

        #100904# initial checkin

2002-08-29  Stephan Schäfer  <ssa@openoffice.org>  [6d7a453fdcf9ccd2ed0ed0a908c5f0cb70b3ff0b]

        #100860# window based UI-mirroring

2002-08-29  Behrend Cornelius  <bc@openoffice.org>  [6ecd3426c260ada6ef366e499135720ff6fdc126]

        #100384# remaining Bug in Sorting routine fixed

2002-08-29  Philipp Lohmann  <pl@openoffice.org>  [f30ee5f5bf4d984748f9e96837d78c2c8680470c]

        #101607# corrections for vertical writing

2002-08-29  Sven Jacobi  <sj@openoffice.org>  [e7c7fed886b8bf1366c1b66662c4a583f537aba4]

        #102722# fixed problem with unititialized variable (FontCollectionEntry::Scaling) if font is not available

2002-08-29  Frank Schönheit  <fs@openoffice.org>  [4f84922fc0212475cbb0ff214d1548df72b9e900]

        #96956# +PropertyBrowserController

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [6ddb68fe866715a57b7cac11d4cb6ad9824eb23f]

        #102770#; remove end calculation from destructor to enddocument

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [e6f39c01404efc72a876e80f1910c27920b01747]

        #102748#; calculate BoundingBoxOnScreen lke parent

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [e65147f36908c3c2c0a9db45fb0760fddcac80b9]

        #98951#: make sure that slot names are unique

2002-08-29  Frank Meies  <fme@openoffice.org>  [fc77c20f6e2f4f5b457b55835ab320d0ae7e9cda]

        #102762# Multi portions which completely have to go to the next line have to call a FormatEOL for the last portion

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [4ae0e097daf326769c2c26126fed9df919b37c24]

        #98951#: make sure that slot names are unique

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [60e46a5894a98729b8d4bd09daee191e3edcbadd]

        #98951#: make sure that slot names are unique

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [64685722e95af23760f2a23ea4c736c9f76282c6]

        #98951#: make sure that slot names are unique

2002-08-29  Christian Lippka  <cl@openoffice.org>  [646b5d2b328d5db90842e696115a3b3eaf0896fb]

        #100875# if we are embedded, we need to set us modified if someone switch pages

2002-08-29  Andreas Bille  <abi@openoffice.org>  [78354ff0443e8b6aa9f61d154ba3fd9b67acc09d]

        #100904# build also ftp

2002-08-29  Sander Vesik  <svesik@openoffice.org>  [63eeceeae65eb93df5637663847e932965f91be7]

        Merge from OO642C to HEAD

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [1abc6e057d15606000f985093bbe9558737a9fed]

        #98951#: make sure that slot names are unique

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [551c332b31da8888efa5db3213639b9fe134c267]

        #98951#: make sure that slot names are unique

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [e96d3f9181181a352ad069f8c6c22afa0856bc8e]

        #98951#: make sure that slot names are unique

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [8a21b6a26bd19e165f0267b786142ff23470920e]

        #102713#; check whether index is out of bounds in ..RowExtendsAt and ..ColumnExtendsAt

2002-08-29  Sander Vesik  <svesik@openoffice.org>  [842ae5091d31d8e014e3fd02d09537db80fcca0a]

        Merge LIBSTDCPP3/SHORTCPP3 changes to HEAD

2002-08-29  Sander Vesik  <svesik@openoffice.org>  [c11c807ef784015cb1ad82afa046fb45cb3fb3b9]

        Merge from OO642C

2002-08-29  Carsten Driesner  <cd@openoffice.org>  [25d074241f90d847d8241d71b731b6851bea11c0]

        #102385# Don't unpack value of filter data

2002-08-29  Carsten Driesner  <cd@openoffice.org>  [20a1fbd7a54c8e9ed1c348f8d0dfa337d056cdcf]

        #102385# Use correct way to create filter groups for export

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [234906a578b19928fa97387ef1052bb0b417d2f8]

        #102761#; only notify if it is another name or description

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [539c7cf6cdedddb9000f1a0bf2c02e8fc7b420e8]

        #99796#: new XIndexReplace for recorder

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [c05acb6277563a1f8bd6906b5bf08c3b7699a693]

        #99796#: new XIndexReplace

2002-08-29  Sander Vesik  <svesik@openoffice.org>  [cdeab2ecd26e3a02c9bb708630302a21a0a8968c]

        Merge support for linux/ppc/gcc3 to HEAD

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [179bc72744390894142cb7db2594e0d77f28bab2]

        #98951#: make sure that slot names are unique

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [82a811779ccc578f6365ae8c4b723361a2cec024]

        #102680#; lock solar mutex in disposing

2002-08-29  Kai Sommerfeld  <kso@openoffice.org>  [6d99319a834dd6742658ce91559f1f616f4fdb49]

        #102747# - Fixed SEGV in case that UCB UNO service cannot be instanciated.

2002-08-29  gt  <gt@openoffice.org>  [454f1c2fcca9fde73ad27efa677f4f4f28aa8278]

        #99281# new mask color magenta

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [37d04e212904508d076e231724096f2ddb3ba49b]

        #98951#: make sure that slot names are unique

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [f6b916c5c452e4fa46962fb14f9cbed55c5a13f9]

        #101582#: discard clients before shutting down frame

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [4ef0a934ada6b4cc8f1ded20c3b6ce6fb5d1f98a]

        #102687#: consider container property of slots

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [246e09c1658f5c2dbf1b1dda68f69361784cfdf1]

        #99796#: concatenation of text input uses new recorder interface

2002-08-29  Christian Lippka  <cl@openoffice.org>  [caa775b668f6ff5cfe498f9f41a715ac3688207b]

        #102452# set backgroundcolor also on outliner

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [3fdf2346e611e00d8c882e2b0d433c8a4f917d23]

        #98951#: make sure that slot names are unique

2002-08-29  gt  <gt@openoffice.org>  [4c68d93c87ba5a5a4fa59e1745aee1a320cfbd91]

        #99281# new mask color magenta

2002-08-29  Mathias Bauer  <mba@openoffice.org>  [b4d37d2aa9363b40faffef5d5219900c15fb1149]

        #98951#: make sure that slot names are unique

2002-08-29  Kurt Zenker  <kz@openoffice.org>  [3d668a052bd111416c5bf7c483bf859b98b12090]

        UDK304

2002-08-29  Malte Timmermann  <mt@openoffice.org>  [ba10883b96c34f2ee9d4abe070977d84247c0688]

        #102592# Notify selection changes, fixed wrong selection after paste

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [f22a69fb3dc6b9f9a0c27202c2dd930bf813b2fb]

        #102444#; add methods so the AccessibleDocument can tell the spreadsheet that something of the visibility is changed

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [184eeadb6003a51297424ff2f8de940994530b69]

        #102444#; remember the VisArea to know whether notify or not; give the shape the correct visarea and tell the shapes if something of the visibility is changed

2002-08-29  Andreas Bille  <abi@openoffice.org>  [885d8bb4ecf870b0efb9c2ba15f4ed3127200026]

        Changed to env-var CURLLIB

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [430522a74be902c57a05e2ab532eae28a44f3816]

        #102444#; remember the VisArea to know whether notify or not

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [a9291f3cd23663ffeba80cffab82305a0726a726]

        #102444#; notify Accessibility objects if window size changes

2002-08-29  Sascha Ballach  <sab@openoffice.org>  [18bbffc5bc1d8debf71f8040290d01f635d4c1fc]

        #102444#; add new hint for window size change

2002-08-29  Caolán McNamara  <cmc@openoffice.org>  [30ef6ca0852a100588901028ed0353a636dd3f27]

        #102525# Keep anchors consistent

2002-08-29  Jörg Barfurth  <jb@openoffice.org>  [466ecb80ad2f51136f6d9f03fb8170a6fac484c3]

        #102541# Corrected timestamp handling to collaborate with the OfflineBackend

2002-08-29  Andreas Bille  <abi@openoffice.org>  [de7229c2ebe7242e9687cfd6471207215df2b7e0]

        #100904# environment CURLLIB for libcurl

2002-08-29  Christian Lippka  <cl@openoffice.org>  [e7bc9f027b1a1fa7ec35ec8fb3d01f2ebb107681]

        #99667# removed GetDataSink call

2002-08-29  Andreas Bregas  <ab@openoffice.org>  [17db270c062e5471c74e44d925d2e0caddc213cc]

        #95159# Changed XExactName handling to enable full qualified method names

2002-08-29  Rüdiger Timm  <rt@openoffice.org>  [40b149b0820832625332f2c6177343d797dd5cbd]

        #100000# Make expat dependent of solenv

2002-08-29  Andreas Bille  <abi@openoffice.org>  [7f4a4e9111e8a68cee6ea6bc522cc0abcdf3b507]

        Make it build under linux

2002-08-29  Oliver Specht  <os@openoffice.org>  [0fe63bd8bd652897e2566dba2e3a4f4741247456]

        #102689# number format conversion corrected

2002-08-29  Björn Milcke  <bm@openoffice.org>  [c31977f85e745a126710046f81535935b140c77c]

        #102413# After setting the legend position there was no BuildChart to manifest          it in the ChartModel (see DeleteChartObjects(). If bResize is true, the          aLegendTopLeft member is not stored).  This came in with 1.21

2002-08-29  Vladimir Glazounov  <vg@openoffice.org>  [bf7e6bb2c8821c39a5047dbbcabe077814be38c4]

        #100000# added new global dependency

2002-08-29  Kai Sommerfeld  <kso@openoffice.org>  [5bf06351b7f8419591d4afef4eae88a0b8e444b7]

        #96458# - Properties MediaType, Size and DateModified now can be obtained for Non-DAV resources as well; using HEAD request.

2002-08-29  Thomas Lange  <tl@openoffice.org>  [8781904a048e3e2943ceb146ec787eb521d913c3]

        #101567# PDF export (first implementation)

2002-08-29  Philipp Lohmann  <pl@openoffice.org>  [785ca66e38b663c96e07646208a9ae91664b0418]

        #101904# avoid configmgr assertion

2002-08-29  Oliver Specht  <os@openoffice.org>  [282854d5d89284e140eadff0e8fba90e2d472cad]

        #99281# MaskColor magenta

2002-08-29  Andreas Schlüns  <as@openoffice.org>  [3ce2ac71b999447027b52cd3423ac40bcf3e919c]

        #102724# accept types without filter!

2002-08-29  Oliver Specht  <os@openoffice.org>  [a0d3e0eac1cee6bf31bca85895834c630812ff40]

        #99281# MaskColor magenta

2002-08-29  Oliver Specht  <os@openoffice.org>  [487f5e9d8f0580262953181eee3f4c3f58703a23]

        #99281# MaskColor magenta

2002-08-29  Oliver Specht  <os@openoffice.org>  [3dc9882ec7d035ebd5b387212aae87ea28e95c6d]

        #99281# MaskColor magenta

2002-08-29  Oliver Specht  <os@openoffice.org>  [281b66a48fadf1803851b8c6333be5c596ccb93a]

        #99281# MaskColor magenta

2002-08-29  Oliver Specht  <os@openoffice.org>  [0eeb7f29d9010d69307a0c48259544f010195d44]

        #99281# MaskColor magenta

2002-08-29  Oliver Specht  <os@openoffice.org>  [dce832fa9bb4b2e60d8a56999e96a63997d39de3]

        #99281# MaskColor magenta

2002-08-29  Peter Burow  <pb@openoffice.org>  [06413d49ba2c6972750d90f880839eb8f577ad2b]

        fix: #99548# intro bitmap don't depend on productname any longer

2002-08-29  Peter Burow  <pb@openoffice.org>  [933771e31397febc79781ab87bf3d7e80f8f5086]

        fix: #99548# new filename of bitmap

2002-08-28  Karl Hong  <khong@openoffice.org>  [7ca10adb2247b1b3a5f03b8fee86ed92a8d5a18e]

        #102631# Fix a problem in loading calendars

2002-08-28  Niklas Nebel  <nn@openoffice.org>  [a9dfe183cb9510f0173afa4b01221daeef05ae2e]

        #102510# keep the PrintFuncCache across several XRenderable calls

2002-08-28  Philipp Lohmann  <pl@openoffice.org>  [e19be72779e22d73ae873039ceb45a7c6e0397b3]

        #102373# use correct member in comparison

2002-08-28  Caolán McNamara  <cmc@openoffice.org>  [bf8c89c02c0db898364477ae5d34cab6b3b05806]

        #100044# stdarr->stl changes

2002-08-28  Malte Timmermann  <mt@openoffice.org>  [21b762d0e41e72ad5475c72736ecfbe8a5695da6]

        #101117# Justified paragraphs, selection

2002-08-28  Mikhail Voitenko  <mav@openoffice.org>  [dfb5d4fa7d50eca0e7eb6a06889bc00fab7587af]

        #102223# use InteractionHandler for transfer

2002-08-28  Malte Timmermann  <mt@openoffice.org>  [5b62033622c74ec9072673e2329bd9a32d073ef0]

        #101117# Justified paragraphs, kashida

2002-08-28  Vladimir Glazounov  <vg@openoffice.org>  [03541949f74a540d1f90523b953a52baa3647868]

        UDK304

2002-08-28  Jörg Budischewski  <jbu@openoffice.org>  [bb2cf227e77200f22dfdd2ffab1726a1e6e3ab77]

        #100000#  typedescriptions are now checked for completion before they get used

2002-08-28  Oliver Specht  <os@openoffice.org>  [5018f32633676dec2b784c286e69014bfb594525]

        #99657# set transparency indenpendent of MetricField changes

2002-08-28  Oliver Specht  <os@openoffice.org>  [799eceeec61ff919876fefe8b813b89c45f9895a]

        #101919# set correct InputContext depending on the current font and orientation

2002-08-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [baf0f7096d39bda137a3f72df0a9aebdfaf58d5f]

        #100000# repaired accidently commited version

2002-08-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e818348273479b70eb09ada0b917bf735d1a983]

        new version for SRC641

2002-08-28  Stephan Bergmann  <sb@openoffice.org>  [fb33ddb560d2e59ec0d1e1be18bb85d9901add32]

        #100421# Accept NetBIOS names as host names in file URLs.

2002-08-28  Caolán McNamara  <cmc@openoffice.org>  [0ced9d52a90db161e7e7f72684099f443e1975f5]

        #102705# Rework hexvalue string reading, old code didn't consider variable char len encodings

2002-08-28  Stephan Bergmann  <sb@openoffice.org>  [ed7830c7ae5e7f9e1b1a5f248ea76bc512aea520]

        #100421# Accept NetBIOS names as host names in file URLs.

2002-08-28  Frank Schönheit  <fs@openoffice.org>  [fa0f943388055ebe473857e79c0c51fb4b00a6c1]

        #100079# on behalf of sleepybear@openoffice.org (Guang Gavin Lu): +HID_OPTIONS_COLORCONFIG_NAME_SCHEME

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [9def5ca2079af4912140b20e1adb1a2e4abf4561]

        #99657# - implement transparent drawing of fly frame background

2002-08-28  Philipp Lohmann  <pl@openoffice.org>  [e360048bb5bb4fcaf9e737abda08e3bcee18a3a6]

        #101281# set window background in UpdateSettings

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [fa6034d4cf8d355971c6f2df0051be5dec973a5b]

        #99657# - consider transparent background color for fly frames

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [845d21cc7c7c48f6e2dfd4507067ac33f25981cd]

        #99657# - implementation of new methods for transparent background of fly frames

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [06be040a03732755917ed1e7e7a022eff3f3cfe8]

        #99657# - consider transparent background/shadow of fly frames

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [412889af77dbe944c53d6769a4786ba52379c615]

        #99657# - correct forgotten merge (1.47 to 1.49)

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [a14f145418fe30243ea523e8a32ae79a2527f1f1]

        #99657# - correct forgotten merge (1.42 to 1.44)

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [eb37059c56089054a8df10c412f1a245aa17a5d9]

        #99657# - correct forgotten merge (1.74 to 1.75)

2002-08-28  Stephan Bergmann  <sb@openoffice.org>  [9bdacfbed116a2e3d92c3dbfe62ecaa256f87f62]

        #101919# In vertical mode, always pass a font name starting with '@' to Windows' ImmSetCompositionFont.

2002-08-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb73b02a10c60a94fa08abdb7778c8e05455908e]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.1.1.1-1.1.1.1.20.1) -> HEAD

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [232f66de23f418bb78c22b90bc8350f03a830e8e]

        #99657# - default implementation of new methods for transparent background/color

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [a1f30b67550ef838d71b885ee825614e57daa2a5]

        #99657# - consider transparent background color

2002-08-28  Oliver Specht  <os@openoffice.org>  [8489cf89add6b74e54678b83d816de6d1532b597]

        #101996# Accessibility option for text selection in readonly docs added

2002-08-28  Oliver Specht  <os@openoffice.org>  [8b882b22fa1808fa6467a642206940327aa2063b]

        #101996# Accessibility option for text selection in readonly docs added

2002-08-28  Oliver Specht  <os@openoffice.org>  [bdf7fdaf2a5847660cce20fb61f3e3054481be9d]

        #101996# Accessibility option for text selection in readonly docs added

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [4cc40029a070dad971637eaeb84871e410a20f7c]

        #99657# - consider transparent background color for fly frames

2002-08-28  Caolán McNamara  <cmc@openoffice.org>  [65dc2c7c4c5586f3907a6b047c2ee00f4c4f5aa0]

        #i2853# Split escher export into two parts, one of which is capable of writing inline graphics as escher for large space savings in .docs

2002-08-28  Caolán McNamara  <cmc@openoffice.org>  [d39f092a5101ede6d9daf1e5af1f86fb4388985c]

        #i2853# Mystery 2 bytes are unread end of previous graphic header

2002-08-28  Caolán McNamara  <cmc@openoffice.org>  [8ffcc31e5af27fec926350abc6d87579c75e57f0]

        #i2853# Add seperate header for escher related hackery

2002-08-28  Caolán McNamara  <cmc@openoffice.org>  [fe861d211d108a84eb52e0d7c5cd996f5e083317]

        #i2853# Require ability to write blibs seperately for implementing word eschers outside pool inline hack

2002-08-28  Rüdiger Timm  <rt@openoffice.org>  [49b546d1a3da3f3e4ca633af45533753d88c35a4]

        #100000# Added pdffilter*.res

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [48354982465edded8e9eb0770c9d522019021a3a]

        #99657# - new method for transparent background of fly frames

2002-08-28  Niklas Nebel  <nn@openoffice.org>  [3531723cfa371c331b53bcdbb35c051ad84b2f38]

        #101565# PDF filter for Calc

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [3fc51d6aeb3a3e6123a7cf98803eb500e27a6c06]

        #99657# - add parameter for transparency to method DrawGraphic

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [689e8be1bfbfff5f878442dadfdcbecd27587032]

        #99657# - new methods for transparent background/shadow of fly frames

2002-08-28  Oliver Düsterhoff  <od@openoffice.org>  [82f4b7a07a65e78baf6cf13ce288188a9910416e]

        #99657# - new methods for transparent background/shadow

2002-08-28  Malte Timmermann  <mt@openoffice.org>  [8551024404ac68a26be7f03a1a48d00298aaf749]

        #96850# Handle blanks as weak

2002-08-28  Herbert Duerr  <hdu@openoffice.org>  [b00e959429e0a44639fd14adb0cefd2f43ff0946]

        #102670# avoid bidi processing for 0xFE00-0xFE70

2002-08-28  Vladimir Glazounov  <vg@openoffice.org>  [2e2cb846f16fb2a49049ba4347b2fddbdc297ab7]

        new version for SRX643

2002-08-28  Daniel Vogelheim  <dvo@openoffice.org>  [01ff65e89f97af9c988a66f8fc08bf5b0c4e3060]

        #102607# prevent crash (for violating an exception specification) on          Solaris, Linux by catching exceptions when setting numbering          rules on shapes embedded in text documents          (will occur if XML files assign numbering rules to shapes)

2002-08-28  Philipp Lohmann  <pl@openoffice.org>  [098f1464aa970319539594286f32cbe94b67948a]

        #99888# adjust drag rect in ImplSetWindowSize

2002-08-28  Mathias Bauer  <mba@openoffice.org>  [fbd8328ac2349455a162fc4e64f0231c86d6faa9]

        #102674#: fill media descriptor before using interaction handler

2002-08-28  Niklas Nebel  <nn@openoffice.org>  [4ad9dd0ddc442ecb14acde44b271ba6b43758aba]

        #102674# call UseInteractionHandler to enable filter options dialog if needed

2002-08-28  Thomas Lange  <tl@openoffice.org>  [cfb206f1d3eae0a5295de61450370fe7045d2271]

        #102691# optional flag added to *Border properties

2002-08-28  Frank Meies  <fme@openoffice.org>  [be4a1fe574675e1d3a5404bb6f7933dd35c4b5a5]

        #102681# Use new strings for IndexSorting

2002-08-28  Andreas Bille  <abi@openoffice.org>  [6a86366da273edc6a402b4c914922c4c41feb10b]

        Added copypright headers

2002-08-28  Andreas Bille  <abi@openoffice.org>  [596dca1ba20842c3820d4c6fd91dcd596614232a]

        Simply saving

2002-08-27  Karl Hong  <khong@openoffice.org>  [b016d0959b7a05cc1d7ed4be72e3debf8a89092c]

        #99250# update quart1word from Waleed Hosny

2002-08-27  Martin Hollmichel  <mh@openoffice.org>  [0f41944f5f8432646c52b1976caf0f686cbfe53a]

        add: jdk14 dependency

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [66588fcf6a5a9fd90fa192eaaee2139426f3b894]

        new version for SRX643

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [eb2b77a46e1653f9dc31eddb57f0909e3396bfe6]

        new version for SRX643

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [23d0c53d62587ff54c357dfd3315aded005b327e]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.10.6.1-1.10.6.1.2.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1316ac547a6ea858d1840a6fa598382736227066]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.33.6.1-1.33.6.1.2.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [74438689c7f156f8979109abd7f195ea5318132b]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.114.2.4-1.114.2.4.2.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb97fe5c56eb9c681510ee92f3fc9dc746ccf8d6]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.1.1.1-1.1.1.1.32.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0647785251e80b2cc96a854519714f4fadd9503]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.4-1.4.22.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a07f94b582424ea08bcf51ffea5eec8835887da]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.10-1.10.20.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd38774604c486227f497aa31820d034db902aa6]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.15.2.1-1.15.2.1.2.1) -> HEAD

2002-08-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [129910b9c20ee14e57ca33b03895551c03130f78]

        win32/tcsh

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2921123139c3be08cdb95e5a9bc6257590888b42]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.5-1.5.8.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [886e1d8009ac5c6d3996499175790e06bea2c4dc]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.70.8.4-1.70.8.4.4.1) -> HEAD

2002-08-27  Rüdiger Timm  <rt@openoffice.org>  [c42ad7012d15bb7a0c69fc58d960c026226416d2]

        new version for SRX643

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [ea0a76c407c2b2154ab80ea5ff3cff11d874eca4]

        #100000# temp variable for gcc

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [f552346e3e29dd09c1245185141b248e83082aa9]

        #100000# added file to exceptions section

2002-08-27  Frank Schönheit  <fs@openoffice.org>  [c7b4b4bf7b292bccfe9b44f48f9f77c978aab11f]

        #96930# use global (not class-relative) factory functions for folder picker and file picker

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [92a0eb035cd6bafbb7d558c65315a039204d45db]

        #100000# excepption specifications

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [c2c814b58b6855602bf634ad3b9d2d2e5e3cc33d]

        new version for SRX643

2002-08-27  Jörg Budischewski  <jbu@openoffice.org>  [a6a957d3ef5487740b11e002b4d7624b8045ef1c]

        #101225# removed the default java-missing-interfactionhandler from the current context while starting up accessibility

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83cabca560ae781d421414c27ab4d699fbe40418]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.7-1.7.10.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7e73b7dc44639bc58a22b936071fb7689a58d8d]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.22.2.2-1.22.2..2.2.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [45652ddfcbd5d311106b0998f94e9197e619c52a]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.4-1.4.10.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c9660eb167011fb0774906412c8b4216fd34179]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.10.4.2-1.10.4.2.2.1) -> HEAD

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [463c1f90a6e9be3915fcc3a52edb40bd8bc8366f]

        #100000# added missing include

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [1fb7fea4a066279a95e6ff7ed259aa09644071f1]

        new version for SRX643

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [4b05d2a65cf7c52c3a807705161c908067ee999a]

        #100000# type cast

2002-08-27  Andre Fischer  <af@openoffice.org>  [3bc22840ed3ed42aa9ad325b98abb35209bd45a3]

        #101000# The meKind is now determined on demand.

2002-08-27  Andre Fischer  <af@openoffice.org>  [3b7f818f92967c9478b886b5154df30d04aa0361]

        #101000# The meKind is now determined on demand.  It has also been made private and mutable.

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [67db8d5bada30f8ac6617f0eef86a40f50e48039]

        #100000# added missing include

2002-08-27  Sander Vesik  <svesik@openoffice.org>  [45dcb7b34ad7da824cd9f18664fd40732dc19046]

        Merge from OOO_STABLE_1 to HEAD

2002-08-27  Frank Meies  <fme@openoffice.org>  [b1862d5b9fefab5f0012d83879c8d3751e32c81d]

        #101246# QuoVadis and ErgoSum portions now support multiple scripts

2002-08-27  Sander Vesik  <svesik@openoffice.org>  [18c6d1062bfe6cd288b5720ef6cda0cc807ec5c5]

        Merge changes from OOO_STABLE_1 to HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfb46e832463a23855a7f94319b457cda6670c34]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.6-1.6.14.1) -> HEAD

2002-08-27  Andre Fischer  <af@openoffice.org>  [ef4dc3129a717bb84d2435cd7540d238e650e367]

        Relation targets are now shown with their names instead of their descriptions.

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [87dfc67c28dd9ec61717bced98fc2a07664683d0]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.5-1.5.14.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a21ed74d8e322a984150bf67328d89cdb9f8ac54]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.15-1.15.6.1) -> HEAD

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [4612850a21eed24f05ceadc7b58bd2b562fe88fd]

        #100000# added file to exceptions section

2002-08-27  Peter Burow  <pb@openoffice.org>  [3d5dfc75563a9191ce03baa7f6c887639519f95b]

        fix: #100534# new component description

2002-08-27  Sven Jacobi  <sj@openoffice.org>  [c26e729f381fe148f8be9972c2774ee5eebd7a39]

        #100000# solved auto_ptr problems for linux

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [01bb3eb31af5ca80507d803cb3f959a6b8978e46]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.21-1.21.2.1.2.1) -> HEAD

2002-08-27  Frank Schönheit  <fs@openoffice.org>  [b77d7f39afa8efe327b3ce58ad74255b5c32b8e2]

        #102205# allow for the context menu by keyboard

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [42ccbe199199269912ae89cd7e6aa7f430046c40]

        new version for SRX643

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [9df751394c3afb503e183a83f70454205138060a]

        new version for SRX643

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [595f697e8dfdb273f6e89bca94c5f3f177934d2f]

        new version for SRX643

2002-08-27  Sander Vesik  <svesik@openoffice.org>  [5fafbb7e8516e2b6a6595f627c354d9f1c68d18f]

        expat (which is no longer in external) is a dependency for neon

2002-08-27  Juergen Schmidt  <jsc@openoffice.org>  [8ce941d321f4ac9a4400bbae47097932cfe7506b]

        #99053# insert new dependency for pkghck tool

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9661a2d43d9986989925e9a9077018fc63b795af]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.3-1.3.18.1.2.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc2a7ae43fd25c11ae38a7cb75e5eecfd19d6c12]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.23-1.23.10.1) -> HEAD

2002-08-27  Sander Vesik  <svesik@openoffice.org>  [725ef829582492b7965ae1330627567328f92f62]

        remove spurious stl/ from #include statements

2002-08-27  Frank Schönheit  <fs@openoffice.org>  [8bfe97a5960e6ba82de9541b55ea935a8e88e78e]

        #96930# dispose: notify the listeners even if we do not have am VCL window anymore

2002-08-27  Frank Schönheit  <fs@openoffice.org>  [07aebe102c422f2273eb2372387ee0b0953c5fbd]

        #96930# +commonpicker

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [9f670ecd458ef33ca7a0f154a26a529f0704a5bb]

        new version for SRX643

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [1dcb6bb790aee692b6df168162208b6528707afb]

        new version for SRX643

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc58d51f84f16e3425aab2d13d08a3fdceafc1bb]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.35-1.35.6.1) -> HEAD

2002-08-27  Frank Schönheit  <fs@openoffice.org>  [1b93ca0dae82b8004f55a23cee35384a10ba8953]

        #96930# +weakeventlistener

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [107d64c2a1e59b02ed799788727bd021b19edfb1]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.5-1.5.26.1) -> HEAD

2002-08-27  Frank Schönheit  <fs@openoffice.org>  [673efbd26b29ed32712643ec877ffad590d337a0]

        initial checkin - helpers for being a weak-held listener at a component

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ae32a3149fce06785bd3a8d568fecfcbe5b9ef0]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.55-1.55.4.1) -> HEAD

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [5a4406d4684298de1d49660c3e1c4c5be8bcdfa1]

        #100000# fix for solaris compiler

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f548e353d929586157afd4f9c27eb850c2580267]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.13-1.13.22.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8aaa0e2150296f6c21ad49ee29bc53db9c927027]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.4-1.4.22.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4a6d91df54d21dbff605229770172c6b8f58589]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.6-1.6.22.1) -> HEAD

2002-08-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2582ad84af81007c27ca52f1987eca93cff74441]

        #100000# disable default -zip switch for OOo

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0298b1e03558f44dad92eee30abb8effc67077f]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.30-1.30.20.1) -> HEAD

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [387056e7acbb29629616f39c5affd626a05fdffa]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.9-1.9.26.1) -> HEAD

2002-08-27  Sander Vesik  <svesik@openoffice.org>  [2beb925bd9d0db8d8dc66a09f0ecae908cb6db9a]

        Merge from OO642C to HEAD

2002-08-27  Herbert Duerr  <hdu@openoffice.org>  [32bb370501247ece6d18023247982e3e5b9c7631]

        #100850# use uwinapi.lib for better compatibility with old win platforms

2002-08-27  Philipp Lohmann  <pl@openoffice.org>  [cd570e40ab3ed2842a75fd23eb0295d639f6559a]

        #101710# add: error messages for failed driver removal

2002-08-27  Thomas Lange  <tl@openoffice.org>  [a741b217589323519c3526a6d7eea01511183edd]

        #97430# IDL description for interface XTextSearch added

2002-08-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f909d848795c1ace59e1f5d4f7123eef2d9e0c6a]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.1.4.1-1.1.4.1.2.1) -> HEAD

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [5531a9d2d4894afb906e49d45f3372e0c9b9ffe8]

        #100000# added global dependency

2002-08-27  Martin Hollmichel  <mh@openoffice.org>  [9ecee6f8a2c3a2e0dde9f3727c747d949817a309]

        add: soltools dependency, #100000#

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [d476fe8c2d4f5c5a84b9609cfb92f75077b7a484]

        new version for SRX643

2002-08-27  Vladimir Glazounov  <vg@openoffice.org>  [42af500e2d0c5bd60e7edbbf99e71792e961cbcc]

        new version for SRX643

2002-08-27  Mikhail Voitenko  <mav@openoffice.org>  [d40216f65ef7eb3eaf4946d2b65dce0f86b34bf2]

        #101980# change Recent Documents list only for file urls

2002-08-27  Sander Vesik  <svesik@openoffice.org>  [aeddfb61372b22cff733c795d4a0259abf8f0096]

        Merge changes from OO642C (1.44 -> 1.44.2.5)

2002-08-27  Carsten Driesner  <cd@openoffice.org>  [6f87733a89a46fa9750c0636001ca56e0148affa]

        #96649# Remove assertion from shutdown code

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [e38544bd0c7d7b313ba624a263f64377323c101f]

        new version for SRX643

2002-08-27  Martin Hollmichel  <mh@openoffice.org>  [3d6d4696a1e15cb38f126ace7256c4c462c543a2]

        join: from OO642C, #100000#

2002-08-27  Carsten Driesner  <cd@openoffice.org>  [7506254dbb69190cd5846315ee5918d85b6607b0]

        #102314# New pos must be decreased by one if source pos < new pos due to remove/insert semantic

2002-08-27  Sven Jacobi  <sj@openoffice.org>  [3a47ffca0751a9a3a9958ae483ede03aeb0130b4]

        #102114# do always use correct scaling for arcs

2002-08-27  Peter Burow  <pb@openoffice.org>  [ec24c0868366ac60570ef35002ada064a0d3f8c3]

        fix: #102643# use FileDlgHelper to get the current filter name

2002-08-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [4c79582b9d8181aaaa763a0c25d37fd626923e7e]

        #101550# headers/footers can now eat up spacing

2002-08-27  Thomas Lange  <tl@openoffice.org>  [57765ab93cb7bc451673fe2e5db7122c9165f996]

        #10251# XRenderable dummy implementation

2002-08-27  Stephan Bergmann  <sb@openoffice.org>  [b050d0bf5fab282545e15b3564618aa0b44ed23d]

        #100004# Send notifications of 'validated' selection changes.

2002-08-27  Carsten Driesner  <cd@openoffice.org>  [49522090ef14644b0bbb9376695916032115eaaf]

        #102588# Reset command string if new slot id is set to SfxMenuConfigEntry

2002-08-27  Kurt Zenker  <kz@openoffice.org>  [d06120db991141559f1295152f6dfaf58164dc18]

        new version for SRX643

2002-08-26  Kurt Zenker  <kz@openoffice.org>  [5e3c27c9a49d649bdf3b43a7e1ca2c38bbb0147b]

        new version for SRX643

2002-08-26  Vladimir Glazounov  <vg@openoffice.org>  [130936d75aaef223ef3ef2d972ea7f7f80ccaff2]

        new version for SRX643

2002-08-26  Kurt Zenker  <kz@openoffice.org>  [3eeae43c4b209dfa495275f391a937c2b4b3169e]

        new version for SRX643

2002-08-26  Kurt Zenker  <kz@openoffice.org>  [c4bbdf977894a1eeac16d30c4bdad0fbc5722530]

        new version for SRX643

2002-08-26  Karl Hong  <khong@openoffice.org>  [c31759deda88576388e41b92abbf6307219d1c98]

        #102636# fix a problem in isBeginOfWord()

2002-08-26  Sander Vesik  <svesik@openoffice.org>  [3cdaeef06b7bb5c7b8bba96cd966f8d09345a3b6]

        wizards also depends on javaunohelper

2002-08-26  Niklas Nebel  <nn@openoffice.org>  [45709c3ca1f18caef2353c8add21ec172dfd41e9]

        #102510# implementation of XRenderable for PDF export

2002-08-26  Malte Timmermann  <mt@openoffice.org>  [c5546095836f90729c7f87d9265d5b4373277539]

        #101117# Cursor pos, fun with tabs

2002-08-26  Vladimir Glazounov  <vg@openoffice.org>  [935692dd88533bc69ca1e1a77eb03fb27d5d0d89]

        #100000# added file to exceptions section

2002-08-26  Philipp Lohmann  <pl@openoffice.org>  [c20ee0a6d8939e1dd8c360cbedead1be4263a26d]

        #100510# #102030# safer gnome recognition, avoid assertions on stderr

2002-08-26  Herbert Duerr  <hdu@openoffice.org>  [b57e84779bad68aa71f020da7e4bbd46be320fc4]

        #100153# enable subpixel acurracy in GetTextBreak()

2002-08-26  Vladimir Glazounov  <vg@openoffice.org>  [3197055eb6095caa4de039fca4d3256938ceb78c]

        #100000# pwrong dependency for expat

2002-08-26  Herbert Duerr  <hdu@openoffice.org>  [dc38897cfcf3f4b62484151cbafea2c61bfd7c1d]

        #100153# minimize rounding errors in GetTextBreak()

2002-08-26  Andreas Martens  <ama@openoffice.org>  [b263a1421ac5a670ec2133530d47d6e9ee683577]

        Fix #102483#: Fly in right border

2002-08-26  Herbert Duerr  <hdu@openoffice.org>  [f914e204c8193a51e2d47da905c5e9ab28168d40]

        #100153# workaround for rounding errors in GetTextBreak

2002-08-26  Kurt Zenker  <kz@openoffice.org>  [fba56f433597285a79c4961e583e46837fad1aa9]

        new version for SRX643

2002-08-26  sz  <sz@openoffice.org>  [da11036919a16af492da9be321df2362e8a408f4]

        #102665# new testshape

2002-08-26  sz  <sz@openoffice.org>  [1f8022169ea20870cf44c1e6e417e8cb0a6010fc]

        #102665# new test shape

2002-08-26  Malte Timmermann  <mt@openoffice.org>  [2995bf5bb9a3c6ca2b6fb13038332f92986bf9c9]

        #101117# Cursor pos after home/end

2002-08-26  Kai Ahrens  <ka@openoffice.org>  [7c03f875bb158ad49af05b8a81059a3fb18482d9]

        #99690#: set GrafStreamURL even if TEMP swapping is enabled

2002-08-26  Mikhail Voitenko  <mav@openoffice.org>  [15029b625c91583d06261176a1658f533bca1b3b]

        #102643# remove extensions

2002-08-26  Andreas Bregas  <ab@openoffice.org>  [37b4ece73793fe075ace93194f957b0573f0e7ba]

        #95159# Support full qualified method names in hasMethod()/getMethod()

2002-08-26  Oliver Specht  <os@openoffice.org>  [eb35b213be3d379325342bb57357b5eb71e45413]

        #102504# recording of extended text input impl.

2002-08-26  Oliver Specht  <os@openoffice.org>  [65b64bea6fd13a665a5bab2bc50056d98b67668b]

        #102657# recording of selecting cursor moves

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [c495d216b0e1c4b0060653e25515187a131c9c12]

        #98867# Fixed SfxPSStringProperty_Impl::Len() which returned wrong character count for UTF8 endcoding strings

2002-08-26  Hennes Rohling  <hro@openoffice.org>  [15feddde4972718b11b8dadb4536574abd2c0a32]

        #102647# Uwinapi.dll exports forwarded symbols of Unicows.dll

2002-08-26  Hennes Rohling  <hro@openoffice.org>  [445793117e5f0fdcf6b0c1839abef2647fdc187f]

        #102647# Uwinapi.dll exports forwarded symbols of Unicows.dll

2002-08-26  Hennes Rohling  <hro@openoffice.org>  [c0da0ff064709554c111d4465a4384134df11c3c]

        #102647# Uwinapi.dll exports forwarded symbols of Unicows.dll

2002-08-26  Andreas Schlüns  <as@openoffice.org>  [20230afe71f3d729b51d9d6fcebdd952ac9a6557]

        #101842# disable UI again for loadComponentFromURL()

2002-08-26  Hennes Rohling  <hro@openoffice.org>  [aaf4a8b0e43324c7b4654abcee9eb13f5b58cb26]

        #102526# Implemented GetUserDomain for Windows

2002-08-26  Hennes Rohling  <hro@openoffice.org>  [1b5cb73be79cb4813bd8227cb7c4db72fb55f1d3]

        #102647# Added copyright statement

2002-08-26  Hennes Rohling  <hro@openoffice.org>  [2e0c7e5d7af9c5607778afccb64ca4584f550edc]

        #102526# Implemented GetUserDomain for Windows

2002-08-26  Hennes Rohling  <hro@openoffice.org>  [380ff8d23ba016ccc7c49b473501d1dc0eefd834]

        #102647# Uwinapi.dll exports forwarded symbols of Unicows.dll

2002-08-26  Thomas Benisch  <tbe@openoffice.org>  [b750d8a8c7de083a2822dedf4d91e2ac77088cec]

        #100534# XServiceInfo

2002-08-26  Andreas Schlüns  <as@openoffice.org>  [af4ecfc1a26ad4896f82ad0167ca5421db2fae70]

        #101842# enable UI parts of loadComponentFromURL

2002-08-26  Andreas Schlüns  <as@openoffice.org>  [6ad98fed67a6ea5474bf7b645caf31f5b542c7fd]

        #101842# transform interaction handler too

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [f49a99d6786f2e256c08786a4f90ee85c3e8ff41]

        #101497# Added final strings for java interaction handler

2002-08-26  Hennes Rohling  <hro@openoffice.org>  [e46354e23208d56f609441a81d4e69e2aa16aac6]

        #102641# Remove obsolete Files

2002-08-26  Hennes Rohling  <hro@openoffice.org>  [ff7ffb4e032ca7723677d24cd1b3ee6fdd970512]

        #102647# Uwinapi.dll exports forwarded symbols of Unicows.dll

2002-08-26  Oliver Specht  <os@openoffice.org>  [665893074f895400fa289eb018a72133be322a21]

        #99657# transparency of graphics correctly set

2002-08-26  Oliver Specht  <os@openoffice.org>  [f5e699ed1a4c1a6efcf93158c6b846f815d84a2e]

        #99657# SvxRectCtrl resizeable

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [aa380fd7a335f7c1f500dae40907f516903a210d]

        #98671# change type for sequence to VARBINARY

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [0f2ad440ae28f1b08b3e62297d76e3e782bda222]

        #98671# change type for sequence to VARBINARY

2002-08-26  Caolán McNamara  <cmc@openoffice.org>  [1437d34a6ddd7e40fd3bd0b92a57e1301c7c3baa]

        #99657# Transparancy im/ex for frames

2002-08-26  Kai Ahrens  <ka@openoffice.org>  [06f10623d01262f4c6015ebd0c7e9373bcc9de16]

        #102224#: set DrawMode in :Paint method

2002-08-26  Tino Rachui  <tra@openoffice.org>  [15927a92cda096e075b1011b7b7d88f5cb5c7e89]

        #97684#link against uwinapi.lib only

2002-08-26  Oliver Specht  <os@openoffice.org>  [edcfd572a0dae4e0579a5a504dd0a71f4440194d]

        #101550# dynamic distance in headers/footers

2002-08-26  Oliver Specht  <os@openoffice.org>  [0c2d2b5d1cfb742eaffec62702f95a6e8213ccdd]

        #101550# dynamic distance in headers/footers

2002-08-26  Philipp Lohmann  <pl@openoffice.org>  [ff43b71df9cb7c3c0ddbc2772123799d6ea00bab]

        #100125# report dop action from last accept/reject to drag source

2002-08-26  Rüdiger Timm  <rt@openoffice.org>  [5edde8811e6b36a2f0f8a1b6553e6ace90cc44e2]

        UDK304

2002-08-26  Tino Rachui  <tra@openoffice.org>  [3162709a936835297ba4eab20df5c086d72b3d8b]

        #97684#deliver *.exe too

2002-08-26  Tino Rachui  <tra@openoffice.org>  [8b06b3adbbce5f93076c1f6cd67b6cf7bec49514]

        #97684#source/tools/lngconv and source/win32/shlxthandler directories added

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [249d4d792def3367b0941d28e8ba4d4bc12b9dea]

        #100534# deliver new xml file

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [6987d996931f7c67474b7afe82c400811b4399ed]

        #100534# change implementation name

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [1e558a6b37469840f280046b0b0976a59df042c8]

        #100534# new component description

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [24cacd187df010f7c8dce0f57feeffe549322f64]

        #100534# new component description

2002-08-26  Tino Rachui  <tra@openoffice.org>  [f4990af40368c57a814d5c68f73bbdd5446dbed0]

        #97684#

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [650383539ab077fff4140a1603204788141bf80d]

        #100534# new component description

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [31a40039d5027f37c5ffc68ad779f50ddec8aef8]

        #89871# when all rows are selected move to first and delete all rows with single next stmt

2002-08-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [92a8f6947c734cfe69a00d1daa673b0c64c59575]

        #100535# changed dets. dir to match our structure

2002-08-26  Martin Hollmichel  <mh@openoffice.org>  [49446267a448b00ac63a1c5d3d26a88c736cde4c]

        del: double filepicker.srs entry #100000#

2002-08-26  Sven Jacobi  <sj@openoffice.org>  [181c989c8a562e2fd20fedbd566e300ea86c0551]

        #100127# added bezier functionality

2002-08-26  Oliver Specht  <os@openoffice.org>  [ce8530874f21b159ce7317fdc9a51eaf42d00e3a]

        #101224# SwFmtCol::PutValue(): the columns array needs to be empty if less than two columns are set

2002-08-26  Stephan Schäfer  <ssa@openoffice.org>  [6cdaa6ee6a60e2a204bdfc33de5d48967388af4d]

        #102618# Get item rect before destroying the window

2002-08-26  Oliver Specht  <os@openoffice.org>  [fb76b4fa068d0d929987cf9d6ab04afabab29264]

        #101224# reset of column count corrected

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [89ca3bf912285792caeb4eaba3a766ac31a2bb66]

        #102576# move chweckbox to fixedline

2002-08-26  Kai Ahrens  <ka@openoffice.org>  [17184ef1a1c903f89be58345ddba2fc975a498eb]

        #102510#: added Compression to PDFWriter

2002-08-26  Kai Ahrens  <ka@openoffice.org>  [2f6f314dfbc8faa3e95c690e60039a01a487517f]

        #102510#: added Compression to PDFWriter

2002-08-26  Andreas Martens  <ama@openoffice.org>  [721a6197e8b15c27414791ea4740eb28b88c8e63]

        Fix #97004#: Fly with same positioning may be too big for the page width

2002-08-26  Kai Ahrens  <ka@openoffice.org>  [163e637ae56710f955c94e11fc0ce29a16ff1548]

        #102510#: added Compression to PDFWriter

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [0abfb7cbfebb26e7182d899c4538c1fec1973a17]

        #101559# Check state for pdf mail attachments

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [93fba95a9884ac5e3e46462e8ee7c29814c30f4c]

        #101559# Better error handling for send mail

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [f1c4d3b5f1e5c13312354d3c5b174b832f744850]

        #101559# New help id for export dialog

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [baa2e192194b8340b3616e63edf7999ba38da52f]

        #96435# pointer access corrected

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [8c59d7fb0635a1755c4164e19f97ca93e6f03f6b]

        #101559# Display export filters in new order

2002-08-26  Oliver Specht  <os@openoffice.org>  [faebfd2b8c6daf830843b75dfee02479b83acdda]

        #102478# link flag of wizard graphics needs to be void

2002-08-26  Frank Meies  <fme@openoffice.org>  [9ae8cd7f0b9d755492a2a391679231b313171f0a]

        #98399# Wrong calculation of first line indent in RTL environment

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [1883b28d3f440d8190bbedebafea40959296cc16]

        #98293# -openHelpAgent moved to Genericcontroller

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [90ff875dac74ce35b743b141c18cbd0400d3aa27]

        #98293# +openHelpAgent

2002-08-26  Ocke Janssen  <oj@openoffice.org>  [c4d7482d66642b3984ab006798d18e1ba65d4573]

        #98293# +createHelpAgentURL

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [2747d270b44e37254623658cbf2bca06c90196ae]

        #102385# Support for pdf mail attachments

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [00bafdba7cda9636f90e687b91a21ff943b01290]

        #101559# Check new slot id's

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [195dcc8a81dc0a0bb6bb4934d6bdc33d8aa5d7ef]

        #101559# Added new button for direct pdf export

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [aa4efd8d3793972f41fdbe5b1ced2151d8b4a313]

        #101559# Added new resource strings

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [55f06fa3b41e499ae1cd26805a4c029387502ba3]

        #101559# Added new export dialog behavior

2002-08-26  Mikhail Voitenko  <mav@openoffice.org>  [e5b55ae7e326a89e874e8976c5b69b5af8a34092]

        #101937# improve registration

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [f332ce0901a0e66b1bb6c49b66fc708f331dc144]

        #101559# Added new string resource identifier

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [476cb374d56147e33fa3d30444b129f2fed24eb7]

        #101559# Added slots pdf mail attachments

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [b410a874b24f160852e46ba6ffdaa381ef034708]

        #101559# Added slots for pdf export and mail attachment

2002-08-26  Carsten Driesner  <cd@openoffice.org>  [b0f78dab5cd188dc1b9c4bbf5e0e57fa8f305a58]

        #101559# Added slots for pdf export

2002-08-23  Karl Hong  <khong@openoffice.org>  [33af7fc988998586df16d5a9b4ad30e0cdb53530]

        #95804# Update Quart word from Simon

2002-08-23  Thorsten Behrens  <thb@openoffice.org>  [7a2737948502dc61e9fea4f7750a2bc3e7729eac]

        #102261# Added call to global event queue for focus events

2002-08-23  Sascha Ballach  <sab@openoffice.org>  [a1132ef112cdf2efa1198ab5bdb64b6968ea1d65]

        #102503#; test whether the cell exists and on non empty cell set a warning

2002-08-23  Sascha Ballach  <sab@openoffice.org>  [46ee42f04a9b8d4aa6d125f6d5b0de2e0a1e4cc2]

        #102606#; add column after adding row; #102503# test whether the cell exists and on non empty cell set a warning

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [62106c646389c8fbe97a46da373fb9b1b98917d6]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.3-1.3.16.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2df10880bd737cc170f4f3c6c837b4926eeb2ce]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.16-1.16.8.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa4274c8ad5500e511f6fafb590ea5cc1b7e6bb9]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.53.6.2-1.53.6.2.2.1) -> HEAD

2002-08-23  Herbert Duerr  <hdu@openoffice.org>  [83907267bfdca75e9263e3022449cddc00fdfdeb]

        #101701# implement GetCursorPostions() methods

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [92c4e2c179a3f6ec24534bf3fb9d4d5a25bfd9cd]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.6-1.6.10.2) -> HEAD

2002-08-23  Herbert Duerr  <hdu@openoffice.org>  [c3736730ab6734dc1ba2b75af0bbeed8f8a00f12]

        #101701# add GetCursorPostions() method, add more CTL options, make bRightTextPos generic

2002-08-23  Thorsten Behrens  <thb@openoffice.org>  [9fdce862427f124f1211c3a4dd70b92a0e634b3a]

        #100563# Changed name of JPEG compression drop down

2002-08-23  Andreas Bregas  <ab@openoffice.org>  [c46a1b8d8d0e696333ca486dae0bc6b3cf05d2b9]

        #100534# Corrected supported-services for new accessibility services

2002-08-23  Thorsten Behrens  <thb@openoffice.org>  [ef024573532e15f908ef8a7cbacff16105b0a337]

        #100563# Using GraphicFilter with property sequence as parameterization now

2002-08-23  Frank Schönheit  <fs@openoffice.org>  [2a35eb4e5400826705cb90a35027873f0733e2c7]

        #101789# NotifyChange: Invalidate and Update instead of only Paint

2002-08-23  Kai Ahrens  <ka@openoffice.org>  [819ac09b40cd676b2c86d159227cb9983b553d0f]

        #102510#: changed XRenderable interface

2002-08-23  Malte Timmermann  <mt@openoffice.org>  [67a68d3f44a94cf35cbb838fcbf49468f20d5573]

        #94295# Restore selection after cancel

2002-08-23  Sascha Ballach  <sab@openoffice.org>  [16481479c0ba816596db35ab4480776f8486aefd]

        #102605#; don't write background attribute twice

2002-08-23  gt  <gt@openoffice.org>  [8e1a4914ca8ec740dce8a677661179d9725dc5db]

        #93360# pre work: separate calculations from Paint method

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [645926cea571c43b04a584e49189701d6be768cb]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.9.14.1-1.9.14.1.2.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [43802764ff5643162b057e9aba2c52f705382110]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.2-1.2.28.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d350a2b4f921c7904ceee1a14d86a66980f826f]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.5.2.1-1.5.2.1.2.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8aee5c8e4eea246491d82b51eca6e1ec09dde8ab]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.3-1.3.20.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [276363e40de3e10a8aaaffe30e547df23d7ba51b]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.1.1.1.26.1-1.1.1.1.26.1.2.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ae2339539804d325761b2894279c7bb59ea75aa]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.2-1.2.24.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3c1896a2f979a5acb1ee59fc462d48db311fcee]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.8-1.8.16.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd8d76743db8af2e798b36330b58978b201200a5]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.3-1.3.20.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9d3db01ea3c95c5b43b010c15899ea7f348fe69]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.9.14.1-1.9.14.1.2.1) -> HEAD

2002-08-23  Oliver Specht  <os@openoffice.org>  [674b232eabd8ead61ccf43e724e136d9528edbfb]

        #98399# change of position strings appended to reflect right-to-left text

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a44459843699eebaaed2fbbb04450d0663d1b4f0]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.2-1.2.20.1) -> HEAD

2002-08-23  Oliver Specht  <os@openoffice.org>  [05a554f80305d33c61de0586c7fbaf2ec8bc0bf7]

        #98399# change of position strings appended to reflect right-to-left text

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [edd2efed8185ef35036c2f399de9b2fa9ce58ae2]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.5-1.5.16.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [283def1c3ad73f75ce7d3240d5d273dad3e34c03]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.2-1.2.20.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f63fbc040021f7e996664012f74eb88a4a2768c3]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.3-1.3.20.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b72303c7d87eac3d9bf2302cf760b401226ea2a]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.4-1.4.16.1) -> HEAD

2002-08-23  Ocke Janssen  <oj@openoffice.org>  [ca9d44a34e24d9dd46c66438c22d961e72fe6c32]

        #97975# parse statement to correct column nullable property when asked for

2002-08-23  Vladimir Glazounov  <vg@openoffice.org>  [ada070074c44fe2f3e84883e8fd1a41f1881c11f]

        UDK304

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [27c3317c51132ae9a496666062cfe0c306fb12be]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.1-1.1.1.32.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fc8c079d2af491b872b3ae629ff419676bf88f8]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.2-1.2.20.1) -> HEAD

2002-08-23  Malte Timmermann  <mt@openoffice.org>  [070f4d124067e14fbc8903c76404dbc5a0629155]

        #102592# Notify selection changes

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [34309089a2c84c2879c1cc4715ddbf9a17f61a64]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.1-1.1.1.32.1) -> HEAD

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c54d70ff227e40b93624a70b57fae9c8d6bc7c32]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.2-1.2.20.1) -> HEAD

2002-08-23  Oliver Braun  <obr@openoffice.org>  [d7d20de52f268485c564cf5709abea3147bc179e]

        #100202# fixed focusLost

2002-08-23  Malte Timmermann  <mt@openoffice.org>  [fcdc05c5e1ecaeae79bd9e084cbeb520e231165a]

        #102592# Notify selection changes

2002-08-23  Ocke Janssen  <oj@openoffice.org>  [40164203231a3748523d5c107d044a0f95d5bc26]

        #101586# cut text length when edit has a max text length and correct it again when changing

2002-08-23  Vladimir Glazounov  <vg@openoffice.org>  [f11d0881eee796d60ddcbcb00b05d615f2ba5e2b]

        SRX643

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a81bab411c79882a9ec4be7a10e38c6e14a8018]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.7-1.7.20.1) -> HEAD

2002-08-23  Martin Hollmichel  <mh@openoffice.org>  [fb4c941007994fc4e99849f9503b061815bc21ee]

        add: missing dependency, #100000#

2002-08-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [89dabc21e3726fd8746335a160b88f989008d0e1]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.1-1.1.1.1.32.1) -> HEAD

2002-08-23  Ocke Janssen  <oj@openoffice.org>  [a6d436666257c8db4eb5e18eb01fe7993385d007]

        #96826# a new SfxPoolItem was not deleted, set it into auto_ptr

2002-08-23  Martin Hollmichel  <mh@openoffice.org>  [327bdc3032ee797f26e4e75735415a4c516637a0]

        #100000# add: dependencies for building

2002-08-23  Michael Brauer  <mib@openoffice.org>  [6cfda77d8233db95d864550d3c60b2cd0fdc27e5]

        #102593#: shape ord nums might be invalid

2002-08-23  Andreas Martens  <ama@openoffice.org>  [9955577d2ee80b6cd931dfe6df58a0013c5cc7be]

        Fix #102417#: Centered tables with negative indent

2002-08-23  Mathias Bauer  <mba@openoffice.org>  [39cad2dc767de8279c0ebbdbb57430f1b845742b]

        #101582#: take care for focus events when the frame is closed

2002-08-23  Jörg Barfurth  <jb@openoffice.org>  [c547ea4d7a8a50b9fea66c79819fc26da5eaa0f3]

        #102583# Suppress assertion about unknown tag for constraints and other documentary items

2002-08-23  Mathias Bauer  <mba@openoffice.org>  [6f90ab5a62f86398e1ec4e6eebf85bab4024a4e4]

        #98399#: different flags for ImageRotation and ImageReflection

2002-08-23  Oliver Specht  <os@openoffice.org>  [f75c1a8080c1098a95522675b63baa479b7dd367]

        #98399# rotation and refletion of toolbox items separated

2002-08-23  Mathias Bauer  <mba@openoffice.org>  [a3d8ae1fdf7ab1ad1bb84fdd6b2ec982b0525c43]

        #101582#: take care for focus events when the frame is closed

2002-08-23  Mathias Bauer  <mba@openoffice.org>  [3889b88fedbc0665a17eedf3e013564a174adbea]

        #101582#: SfxFrame::Close() is the wrapper to XCloseable

2002-08-23  Mathias Bauer  <mba@openoffice.org>  [82c371cb306d175d68fa3037fdc1bc96e6a95e13]

        #101582#: divide Close method

2002-08-23  Mathias Bauer  <mba@openoffice.org>  [b3d6666c7f7c70a5c6a3c703e1b13240584fbc76]

        #94757#: unbenannt->Unbenannt

2002-08-23  Thomas Benisch  <tbe@openoffice.org>  [4bbe93314a379201c18efc559e96a557bbc73d38]

        #102438# call HighlightChanged synchron, if menu delay is set to 0

2002-08-23  Oliver Specht  <os@openoffice.org>  [c5427879e09645b21d03e87256e117960d2cc606]

        #98399# rotation and refletion of toolbox items separated

2002-08-23  Mathias Bauer  <mba@openoffice.org>  [e5c4e7a4e0f171247996cd526b5d795d518229a8]

        #98399#: different flags for ImageRotation and ImageReflection

2002-08-23  Mathias Bauer  <mba@openoffice.org>  [f28cb0ebc8bacb33d288ef68ecea369e308a7cf5]

        #101818#: change default position of floater

2002-08-23  Mathias Bauer  <mba@openoffice.org>  [a342d6ab9d283ee6266c47a78d387c2fa043c8ea]

        #102565#: don't try to write DocInfo into xml file format

2002-08-23  Mathias Bauer  <mba@openoffice.org>  [7e46523f748e0097eda8d1f6c0cd414c1b431598]

        #102360#: avioid useless property

2002-08-23  Andreas Martens  <ama@openoffice.org>  [0bb6f827046caec376ee1118a449f4e463559bc1]

        Fix #102483#: Fly in right border

2002-08-23  Peter Burow  <pb@openoffice.org>  [af5baf6141ed7d2fe6799d4ceeec5b21389b2894]

        fix: #102513# release SolarMutex for Notify

2002-08-23  Malte Timmermann  <mt@openoffice.org>  [aafdab9b8b2e25c926ce7bb41b96536585b6fb86]

        #101043# Don't scroll because of syntax highlight

2002-08-23  Oliver Specht  <os@openoffice.org>  [d09c6f87c20f74c64d2e9ef2e6e566a2ba6d385d]

        #102577# SubMenu Macro: identifier added

2002-08-23  Aidan Butler  <aidan@openoffice.org>  [5e72103ed3d7b08c5536b70b5a4365ded9e059f0]

        Added Meta information

2002-08-23  Oliver Braun  <obr@openoffice.org>  [f1f3f92e0374e1e612a7be105873401c210c15fa]

        #100202# send key events also for non toplevel windows

2002-08-23  Thorsten Behrens  <thb@openoffice.org>  [7967828974ace5cf2db9b6c40ff0a0a55173a7cf]

        #100127# Set dash array only for XLINE_DASH linestyle

2002-08-23  Thomas Lange  <tl@openoffice.org>  [410ad5ae1d16e25bbf92a7a1513f3dbcbe9bf6ec]

        #102562# optional flag added to *BorderDistance properties

2002-08-23  Oliver Braun  <obr@openoffice.org>  [0179d19fbcefeb145c44b486a6b581a76fff0758]

        #100202# initialize AccessBridge with extended toolkit

2002-08-23  Thomas Lange  <tl@openoffice.org>  [80d5cbe466769c6c5fcbd6122242204967ff0207]

        #102560# optional flag added to HyperLink properties

2002-08-23  Ocke Janssen  <oj@openoffice.org>  [1c5604351238ee70e9529055e93edc2375b87ee5]

        #96826# delete type info when in disposing

2002-08-23  Oliver Braun  <obr@openoffice.org>  [54e6999554af71572917806a1e6193e81ab23fce]

        #100202# map event ids appropriatly

2002-08-23  Ocke Janssen  <oj@openoffice.org>  [33fc84a55fce55120e7717aec6e29285b94c08e4]

        #101798# reactivating ZConnectionWrapper

2002-08-23  Ocke Janssen  <oj@openoffice.org>  [0d3c9755a60f267a2151b94d8305cd2be89e0a1c]

        #101798# impl WeakConnectionWrapper

2002-08-23  Oliver Specht  <os@openoffice.org>  [46c941c5bef66187f02894292498426b0a04c292]

        #98399# Ruler capable of right-to-left text

2002-08-23  Oliver Specht  <os@openoffice.org>  [6f2a379fc252ab890fd1bfd49de98d9c0bc897b0]

        #98399# Ruler capable of right-to-left text

2002-08-23  Ocke Janssen  <oj@openoffice.org>  [e178afdbaabbe139081378077d9cd95560d34fb4]

        #101798# ZConnectionWrapper.cxx make again

2002-08-23  Kai Ahrens  <ka@openoffice.org>  [e1824e253b6b64faa2f5d82246cbf3b141929104]

        #102510#: changed XRenderable interface

2002-08-23  Kai Ahrens  <ka@openoffice.org>  [4bbe8034a5f8580e40565810fe65346698b1acc2]

        #102510#: changed XRenderable interface

2002-08-23  Ocke Janssen  <oj@openoffice.org>  [34f7c087be731a0aa54981bdfc8bb98b3f8affaf]

        #101798# change the aggreation call in setDelegator

2002-08-23  Carsten Driesner  <cd@openoffice.org>  [37c6b5f2d5ed9276dbc85ed47afe8d7587aa1c6e]

        #101497# Added interaction handler for java access

2002-08-23  Oliver Braun  <obr@openoffice.org>  [7674d5d58baa013e697eeb661f070d000470d208]

        #100202# expose keyboard events to the java vm

2002-08-23  Carsten Driesner  <cd@openoffice.org>  [79a7c08d39bb839c322134944ae35179ddae747a]

        #101497# Typo fixed

2002-08-23  Oliver Braun  <obr@openoffice.org>  [1786fb463be671979ab8ad9675eb9a70179c097c]

        #100202# made covertKeyCode pulic

2002-08-23  Thorsten Behrens  <thb@openoffice.org>  [ad33ad48b9a7e1db69f276b529d542817d5ee7b2]

        #100127# Correctly scaling start/end polygon now

2002-08-23  Kai Ahrens  <ka@openoffice.org>  [21d1af092f630f330172da509f0077f0709025c3]

        #102510#: changed XRenderable interface

2002-08-23  Kai Ahrens  <ka@openoffice.org>  [66c880d510200911c966e197b2fcf9601645212b]

        #102510#: changed XRenderable interface

2002-08-23  Kai Ahrens  <ka@openoffice.org>  [7cf056fd4b1d305feb55571e11bafbaa59b16081]

        #102510#: changed XRenderable interface

2002-08-23  gt  <gt@openoffice.org>  [4db636ac55e78b5afa23236cb3779fb1fe98afc0]

        #102573# preventing assigning shortcut on dynamically used FixedText

2002-08-23  tpf  <tpf@openoffice.org>  [c7d9c00de81ace51a9077506559bf3dce6c83ddd]

        #102583# constraints are included in the xcs files now

2002-08-23  Frank Meies  <fme@openoffice.org>  [486ed71b82ffccf499a8aeb8d204a415687e44b5]

        #99877# Index sorting should use the locales and algorithms of the IndexEntrySupplier

2002-08-23  Frank Meies  <fme@openoffice.org>  [cb597681f21ce20eff5acda8ce27530059494356]

        #99877# Added indexentryres.hxx

2002-08-23  Frank Meies  <fme@openoffice.org>  [6d6d8c8ab0987f931ad9a35e8538867ca52d6d67]

        #99877# Index sorting should use the locales and algorithms of the IndexEntrySupplier

2002-08-23  Kai Ahrens  <ka@openoffice.org>  [dc17e60336b0d5b269a7fc2a577a46542453fea2]

        #99690#: return SWAPSTREAM_LOADED for loaded linked graphic

2002-08-23  Frank Meies  <fme@openoffice.org>  [6871f00aacc4974cfb4f558f5c2e021b8ce9e43d]

        #99877# Index sorting should use the locales and algorithms of the IndexEntrySupplier

2002-08-23  Andreas Schlüns  <as@openoffice.org>  [5cd2547657719a1a26c71ec012155a3d524c3c79]

        #98753#,#101879# add checks and comments for preferred type and extension handling

2002-08-23  Andreas Schlüns  <as@openoffice.org>  [374957fbcfd2caa0597a58658594635d8643c688]

        #98753#,#101879# break detection for unknown types right

2002-08-23  Andreas Schlüns  <as@openoffice.org>  [647a9ee7327fa481a9cb2bf591e5e282b357e076]

        #98753#, #101879# extensions without wildcards, correct preferred flags and mime types

2002-08-23  Kai Ahrens  <ka@openoffice.org>  [8e4fcf753a193a867662dcb76d33c434b6971daf]

        #102510#: changed XRenderable interface

2002-08-23  Kai Ahrens  <ka@openoffice.org>  [6bf0c545dc98ad6afc84613cc74e3e695230051b]

        #102510#: changed XRenderable interface

2002-08-23  Ocke Janssen  <oj@openoffice.org>  [610e8bc94f6c963cdc7572754f0deaf865e43df8]

        #96435# create common base class for view and table container

2002-08-22  Karl Hong  <khong@openoffice.org>  [b96dfe5ba178742931cee46da7638a561bc25ca5]

        #101903# fix a multiplier problem for TC lower case

2002-08-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [92b01e7fc74ea6d57aca6a42b1165e09025e6bd4]

        cosmetic changes only, clean up indentation

2002-08-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a24d265831cef900ea418db37c87b34121994caa]

        #99385# use ZIPnISO_LANGDIRS=TRUE to switch from long language names to iso-code subdirs

2002-08-22  Herbert Duerr  <hdu@openoffice.org>  [88838b451db6765863e82e8f95fa91c5a44c20e2]

        #100194# enable Bidi symbol swapping

2002-08-22  Matthias Huetsch  <mhu@openoffice.org>  [0b5e0e992c4b7cea2f91900a0ee83f362c707353]

        #i3980# Fixed unresolved symbols from 'libsupc++' (GCC).

2002-08-22  Kurt Zenker  <kz@openoffice.org>  [646e0b4a235f71eec7915f65883f16ce36c7fc29]

        new version for SRX643

2002-08-22  Kurt Zenker  <kz@openoffice.org>  [7a9de7dc43bad5a3d2a19c1d97d9c4d37e3c9ca4]

        new version for SRX643

2002-08-22  Kurt Zenker  <kz@openoffice.org>  [803c38281a8be97db615d3edd2cf2ccb3ac3a55e]

        new version for SRX643

2002-08-22  markm  <markm@openoffice.org>  [353e3665e608cf88635bb98cc14bfd986ba143b0]

        #102574# Update for classpath generation and performance enhancement.

2002-08-22  markm  <markm@openoffice.org>  [093c5207d3aee0a15f822ec6c548f7602bb3563d]

        #102574# Update for loading of plugins

2002-08-22  Caolán McNamara  <cmc@openoffice.org>  [d2b6006c8504e408f6a82b26290be50a035a0cf2]

        #102572# Undocumented word 7 sprms

2002-08-22  Oliver Specht  <os@openoffice.org>  [df760a45966a1121c6f45eb54709a0eb9d2ce81d]

        #102536# exchange hard and soft hyphens in references

2002-08-22  Andreas Bregas  <ab@openoffice.org>  [d0ba6cb4d7be00b4af5d5d158fa64f0043cdd8fe]

        #100534# New accessibility services

2002-08-22  Kai Sommerfeld  <kso@openoffice.org>  [cd84bc17805fa1d531698367caf7f95e7ad16247]

        #96458# - Now the stuff even compiles on Linux.

2002-08-22  Daniel Boelzle  <dbo@openoffice.org>  [13b98d9d06f755ac3717b43f69adbb0caf423f9b]

        #102239# invocation adapter factory test

2002-08-22  Daniel Boelzle  <dbo@openoffice.org>  [7942743f2987ad80325d398449c1fd175c03a48c]

        #102239# reuse exported adapters

2002-08-22  Stephan Bergmann  <sb@openoffice.org>  [282691a147d9aee9676700c88d65187e6555f07c]

        #102554# Additional test cases.

2002-08-22  Kai Ahrens  <ka@openoffice.org>  [8659b9305e92470cf256c06c96f8d06da3f131c5]

        #100000#: syntax

2002-08-22  Oliver Specht  <os@openoffice.org>  [c613f84dc8db40bc2d74e6dcc9607abc01c42ce0]

        #97066# mailing of form letters currently not supported

2002-08-22  Stephan Bergmann  <sb@openoffice.org>  [d1b80dbdad7ee8ad096accec90508c1a289de04f]

        #101081# In ImplFormat, release resources only needed when painting visible icons, as they may tie up system resources.

2002-08-22  Kai Ahrens  <ka@openoffice.org>  [f929d2f03a1255995dec9de6d3625dcafb7ba7de]

        #100000#: syntax

2002-08-22  Stephan Bergmann  <sb@openoffice.org>  [89f4a2e51f6945805ce6b2e252ae197b89676ec0]

        #101081# Allow an Image's caches (used during painting) to be cleared, as they may tie up system resources.

2002-08-22  Malte Timmermann  <mt@openoffice.org>  [5e80d4ee5f71435cebdaff8447ba940a427b4f7a]

        #97709# Maybe URL is already a file URL...

2002-08-22  Oliver Specht  <os@openoffice.org>  [a7792c7305dafd54880369271264b521019a6cf1]

        #102535# loop suggestions in AutoCompletion

2002-08-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ceaf346c42479f06fd259f1cc1b09b940b56671e]

        #100157# added -env switch: patch selected environment variables accessed with getenv()

2002-08-22  Oliver Specht  <os@openoffice.org>  [7b09e5d581cf947ff9480c83bcf0cfad336b4e14]

        #102487# 'complex script' changed to 'CTL'

2002-08-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [daeeb66bf023e03d3be16c18ad0597b18fa5d2b3]

        #100157# wrap lzip

2002-08-22  Oliver Specht  <os@openoffice.org>  [ad2b29fef4a5afa83a67e24e0c1e1b6f5a9df1b4]

        #102487# 'complex script' changed to 'CTL'

2002-08-22  Caolán McNamara  <cmc@openoffice.org>  [cc9e2998f8a38ab24cfe3a6dc7e8eccd8ab333e8]

        #i4115# when no surrounding framefor inline graphic stay inline

2002-08-22  Andreas Schlüns  <as@openoffice.org>  [f2db08c71a2b8bbd30a0f956bf721dc3230e81cb]

        #97556# fix it top level

2002-08-22  gt  <gt@openoffice.org>  [200a47aeb4356dfa6ccdb765d6246a6e43b1128f]

        #101925# impl for _SfxMacroTabPage

2002-08-22  gt  <gt@openoffice.org>  [675784dda5343fa07dd8f7dd6b27bbb60172a3f6]

        #101925# helper for _SfxMacroTabPage

2002-08-22  gt  <gt@openoffice.org>  [cc5692f4b118ecb17bba0479c7544bbb919ee464]

        #101925# redesign of macro assign tabpage

2002-08-22  Thorsten Behrens  <thb@openoffice.org>  [0af2a4683b151b44dc4644ef7bb213da7f50ab63]

        #102549# Respecting fill draft mode for shadows

2002-08-22  Vladimir Glazounov  <vg@openoffice.org>  [32ca61742b58d683d4cd2685176775b96c66b60d]

        #100000# added file to exceptions section

2002-08-22  Vladimir Glazounov  <vg@openoffice.org>  [e88b314475843ccc628315c9a7d221b66a4283c6]

        SRX643

2002-08-22  Vladimir Glazounov  <vg@openoffice.org>  [c61f4a201949861b525cc8a308a7815d33e504bc]

        #100000# added file to exceptions section

2002-08-22  Daniel Boelzle  <dbo@openoffice.org>  [914f823fa87519665873fcfb8967364b83cc8fc3]

        #102239# may use type converter to coerce values; fixes object identity

2002-08-22  Mikhail Voitenko  <mav@openoffice.org>  [087c7171abaa6317bbf54174f7c4f1d3bf0eb89c]

        #101777# support file checking

2002-08-22  Caolán McNamara  <cmc@openoffice.org>  [e87bb31ee54356aeda46a28f2fc276ddd86868bc]

        #i4115# single graphic as sole content of frame takes frame anchoring, even when being a new ww8 style inline graphic

2002-08-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cd0a1c778eee503a52e9b3d184f7d8addeca8e93]

        #100535# deliver unzip.h

2002-08-22  Kai Ahrens  <ka@openoffice.org>  [d51e3afc1f9ffee8acd1a68ce923ca26c77f1446]

        #102510#: changed XRenderable interface

2002-08-22  Kai Ahrens  <ka@openoffice.org>  [8f783e4c5a348d4539d00df49d4566d93535f659]

        #102510#: changed XRenderable interface

2002-08-22  Kai Ahrens  <ka@openoffice.org>  [2b630c7eda2a257cf711d21cb54459e7cb1707dc]

        #102510#: ::CreateFromDouble

2002-08-22  Thorsten Behrens  <thb@openoffice.org>  [0cb666772c8209a50fba559f25fc0845eba63442]

        #100127# Extracted from svx/inc/svdobj.hxx

2002-08-22  Kai Ahrens  <ka@openoffice.org>  [17ce847eb6741bd5785a446806a98e5802cf9697]

        #102510#: changed XRenderable interface

2002-08-22  Kai Sommerfeld  <kso@openoffice.org>  [5dbcc32f71a7a00d26f2d2f4499ade9a3a0b1dd1]

        #96458# - Now compiles without errors/warnings on Solaris.

2002-08-22  Caolán McNamara  <cmc@openoffice.org>  [381f84685cd3e438271b37635389ab6eda5fffa3]

        #100044# more scalable stl container for layering

2002-08-22  Peter Burow  <pb@openoffice.org>  [1eaf34b09fcc603ef97ef2e8457e54adc8685cc2]

        fix: #94528# save and load column width and sort column

2002-08-22  Caolán McNamara  <cmc@openoffice.org>  [49388683afdae56ffb45c1bf4f29788357591406]

        #102537# tables in tables more complicated than I thought :-), more than 2 levels requires care

2002-08-22  Peter Burow  <pb@openoffice.org>  [ba0a4e54c2c0f55c9d7d44045762be886fd1516d]

        fix: #94528# add Get/SetConfigString()

2002-08-22  Malte Timmermann  <mt@openoffice.org>  [ef75a99275e59c6aac0488727481fdef0c241559]

        #99635# Don't change bullet on/off in SetStyleSheet()

2002-08-22  Ocke Janssen  <oj@openoffice.org>  [a0badc681cbe329071eba483ee07a87be7c20fc2]

        #96105# set the modified flag at the model

2002-08-22  Malte Timmermann  <mt@openoffice.org>  [cede60f300b7be19ef3ef1c31bea7b0b9235ec70]

        #100897# Fixed bug in TransliterateText

2002-08-22  Oliver Specht  <os@openoffice.org>  [d38a4f6046196578ec6dfbe755849069ca468c45]

        #98399# Ruler: Left-to-right tables

2002-08-22  Oliver Specht  <os@openoffice.org>  [0902fd3bae103c84a813dfb732fc0477255a71b3]

        #98399# positioning of frames in vertical mode

2002-08-22  Ocke Janssen  <oj@openoffice.org>  [b444fb1467cb5845dc3d924ec5b9af50180814cd]

        #102514# #63936# #98342# don't dispose connection when it is not our own

2002-08-22  Andreas Schlüns  <as@openoffice.org>  [e66849a08cf9a9ab6275d9c60b7d5357726ecee0]

        #92086# repair load/save using streams

2002-08-22  Oliver Specht  <os@openoffice.org>  [762f30955287c427d382de186960a38618f66497]

        #98399# positioning of frames in vertical mode

2002-08-22  Ocke Janssen  <oj@openoffice.org>  [c2359f902723e94183eba7f07562d3b5d823708e]

        #102394# insert even into key row if no auto increment exists

2002-08-22  Andreas Schlüns  <as@openoffice.org>  [1dd43775d9c086588a4ef12c97ffcd0f67de7b3a]

        #92086# repair load from stream

2002-08-22  Andre Fischer  <af@openoffice.org>  [fb6d112adf2773f7ce4cc9456c99d49ca669d519]

        #102177# Using default bitmaps for tree list box.

2002-08-22  Oliver Specht  <os@openoffice.org>  [370c9fa9bd9ec5919739632636551d75ebc12bd2]

        #99657# transparency not available in SW/Web

2002-08-22  Thorsten Behrens  <thb@openoffice.org>  [9450c32e86ced194b5f42a4e4df0e107d5bd9013]

        #100127# Reworked line geometry generation for draw shapes, such that the line parameters are stored in the returned ImpLineGeometry, and made explicit the ownership transfer of the returned pointer. Adding metafile comments for stroke and fill of shape geometry

2002-08-22  Thorsten Behrens  <thb@openoffice.org>  [e55a15f9d9be93297c6d77f52e91d914868be907]

        #100127# Reworked line geometry generation for draw shapes, such that the line parameters are stored in the returned ImpLineGeometry. Extracted Imp* classes from svdobj.hxx to svdoimp.hxx. Adding metafile comments for stroke and fill of shape geometry

2002-08-22  Thorsten Behrens  <thb@openoffice.org>  [eff7157cdeac8260f7032e8abc98ca73660e58cd]

        #100127# Extracted Imp* classes from svdobj.hxx to svdoimp.hxx

2002-08-22  Vladimir Glazounov  <vg@openoffice.org>  [be95005a09011d82c38d44630c9b707764180bc3]

        new version for SRX643

2002-08-22  Thorsten Behrens  <thb@openoffice.org>  [71b75dd4bc2c22487d5158d97af81a641d09aeb9]

        #101632# Added asserts and static cast to play it safe

2002-08-22  Thorsten Behrens  <thb@openoffice.org>  [b7ee220632e22e112235a98b6b15e89632d7473e]

        #100127# Added graphictools (cannot use goodies, it's above svtools. And the filter will need the contained functionality)

2002-08-22  Oliver Düsterhoff  <od@openoffice.org>  [5102e2b21b88d1dcbbff1d5a46200ec64a7440d8]

        #101216# - Don't lock section frame on Frm::Calc of fly frame belonging to text frame. Note: comment changes of revision 1.26

2002-08-22  Juergen Schmidt  <jsc@openoffice.org>  [bb59784c25ea6fbfb9667e4d6cf8275ab683645f]

        #99053# remove ToDo/Manifest file because it isn't longer used

2002-08-22  Oliver Düsterhoff  <od@openoffice.org>  [c8ea77d83a4432ec58d0f432cff2d4939abd8d8f]

        #100843# - Do *not* notify events for drawing objects, if document is destructing

2002-08-22  Stephan Schäfer  <ssa@openoffice.org>  [966ac809b6ead7b4abfc49f2eb7c797cbefd23e9]

        #100860# check currrent outdev for window based mirroring

2002-08-22  Herbert Duerr  <hdu@openoffice.org>  [01e897c4c660022ad430424c98044f36d3543aad]

        #100194# fix some Bidi issues on Win

2002-08-22  gt  <gt@openoffice.org>  [54dd5f9540a61d37fce40c80948762e4f560d96e]

        #101925# additional ctor for SvHeaderTabListBox

2002-08-22  Stephan Schäfer  <ssa@openoffice.org>  [628385fa052e07da2d76344ff69022ffd7a2ef9e]

        #100860# allow remote and debug compile

2002-08-22  Stephan Schäfer  <ssa@openoffice.org>  [4fb1af9ffcfffc1c06969a50a70284d8cfc211f7]

        #100860# pass currrent outdev to SalGraphics for window based mirroring

2002-08-22  Stephan Schäfer  <ssa@openoffice.org>  [f708d8bb42417d28eaad703ca15c0b4798473a18]

        #100860# new stylesettings: RTL

2002-08-22  gt  <gt@openoffice.org>  [f6d645e14382be3db164bf061dd94a3ae3b5dcf9]

        #101925# redesign of macro assign tabpage

2002-08-22  Ocke Janssen  <oj@openoffice.org>  [849f254c79e21af11667fed26180c99bed8a4378]

        #99721# now save image url relative

2002-08-22  Frank Meies  <fme@openoffice.org>  [a2fe976f89e80616195484146eaa1bb5b7ddbc30]

        #99877# New Sorting algorithm - Get correct sorting strings for bibliography

2002-08-22  Frank Schönheit  <fs@openoffice.org>  [c31c66d15357ca4a2030193bf9733f411df786e7]

        #96930# dispose the picker - it is now an XComponent, to be able to definately destroy the VCL dialog from Basic

2002-08-21  Kurt Zenker  <kz@openoffice.org>  [b0c2f7fa1a879394dddadf714c3ed53f3f80216d]

        new version for SRX643

2002-08-21  Kurt Zenker  <kz@openoffice.org>  [2d5aad350cb803a76310ba54e6638ad8be0355a5]

        new version for SRX643

2002-08-21  Kurt Zenker  <kz@openoffice.org>  [a7353ee3b3f9335c76e6c0d1e50f0dfe68d3d01d]

        new version for SRX643

2002-08-21  Kurt Zenker  <kz@openoffice.org>  [fa93d9621e965b709732fc6f9bac1ae42ef02b1e]

        new version for SRX643

2002-08-21  Niklas Nebel  <nn@openoffice.org>  [74b67d9fdda307c9dbfacee81818a3eb5ba78723]

        #102421# allow editing if cursor is outside of the window

2002-08-21  Malte Timmermann  <mt@openoffice.org>  [63dc7145b8e6419b13a85e1699e93dc355b28902]

        #102520# Selection in EditUndoMarkSelection...

2002-08-21  Behrend Cornelius  <bc@openoffice.org>  [951287e4998d54652dfcf56a29d81dc28b927dc5]

        #100565# command property now set to ..datatype.Command

2002-08-21  Oliver Specht  <os@openoffice.org>  [38de39e130e404ff66b0785fbb037c57e51ea457]

        #102533# helpids corrected

2002-08-21  Aidan Butler  <aidan@openoffice.org>  [54625767dde5b14d1636194a441f01a59b9b41a6]

        #102365# Clean up deliver targets for Javafilter binaries

2002-08-21  Aidan Butler  <aidan@openoffice.org>  [d711c38694420d1dfd7c44be8c9220bf1c14f9d2]

        #102365# Added source\jars to build

2002-08-21  Oliver Specht  <os@openoffice.org>  [9cfdb4112faf64e261a010fda2c5025a0cd1b17e]

        #102200# treatment of 'Prolonged vowels' inverted

2002-08-21  Malte Timmermann  <mt@openoffice.org>  [d57882b539cfe67231357512699e84fd59964082]

        #101788# Removed unecessary assertion

2002-08-21  Malte Timmermann  <mt@openoffice.org>  [c378a6e38603a6a6af51a4e27d6396577cce9f0b]

        #97859# Undo actions for IME input

2002-08-21  Andre Fischer  <af@openoffice.org>  [bd11d818cc2140d7121c70b06abdd2935cf94a7d]

        #102480# Made the field wider that contains the current page number and layer name.

2002-08-21  Andre Fischer  <af@openoffice.org>  [56501a2b7185737c68cc7752439691fe67014519]

        #102480# Allways show the current page number in the status bar.  Append layer name when in layer mode.

2002-08-21  Oliver Specht  <os@openoffice.org>  [75260ba484225f898afd5ddcbdcd97c27fe77c37]

        #102488# default for Accessiblity options 'IsForPagePreviews' set to true

2002-08-21  Oliver Specht  <os@openoffice.org>  [5c8f3deaee94879e141a8ec544327ac5dd6171d9]

        #90768# Seiten changed to Seite(n)

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [a7fa9e6c8265ebe18f261b528b4ab9ab1c24389c]

        #102439# change connect to spec

2002-08-21  Mikhail Voitenko  <mav@openoffice.org>  [b3fb1f39d56e36908823d736484ceb6546a99687]

        #101937# register ActiveX control

2002-08-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e5c12cd20c5c6d3f919ad41b451f0f7372a3f9b]

        #102285# make use of src/zip dependencies switchable with nodep=true

2002-08-21  Caolán McNamara  <cmc@openoffice.org>  [7fa2aea7a286675ccc475f771f0f9bd04213ea7b]

        #102525# handle new indentation sprms

2002-08-21  Mikhail Voitenko  <mav@openoffice.org>  [7eea4803b4c09e33d4b0fe8a0cbb768f0e203d09]

        #101937# register ActiveX control

2002-08-21  Thomas Benisch  <tbe@openoffice.org>  [117647100ff024d4c88d95ae64da7b295b8d2eb1]

        #102464# don't return the password as accessible name or accessible text for password fields

2002-08-21  Cyrille Moureaux  <cyrillem@openoffice.org>  [e0aeae6994357416828ebb276a1c0cff98614a02]

        #97750# Added attribute/objectclass for storage of role priorities

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [6c87801b73f0d94cf414dbd2e7aeb9b8689a2068]

        #102514# #63936# #98342# make some changes to common database access

2002-08-21  Peter Burow  <pb@openoffice.org>  [90129b85bae7742cae0822d1f384140c495dc41e]

        fix: #86921# GRFKEEPZOOM as default

2002-08-21  Juergen Schmidt  <jsc@openoffice.org>  [f49575a860169de936588e3e3ef10b8ec8353f8d]

        #99053# did some improvements

2002-08-21  Oliver Braun  <obr@openoffice.org>  [c8110be5dd035e7037b3ac3f00583967e5241f73]

        #101115# added fireFocusXXXX methods

2002-08-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e15b3a5966f8efc7f93a90ef8564debc95b58929]

        #100000# solaris rm doesn't know about -v

2002-08-21  Andre Fischer  <af@openoffice.org>  [cf06a6b0fed36a0a05546b663fee5b0bca030af7]

        #100622# Added support of top level windows created during run time.

2002-08-21  Sascha Ballach  <sab@openoffice.org>  [7cc927e56c676903a9118c4f0a9699ef9701fdfd]

        #102509#; test whether it is a shape or the sheet; #102444#; correct PixelToLogic method

2002-08-21  Stephan Bergmann  <sb@openoffice.org>  [619c3b57a5850bf2a245520e3159a46582282533]

        #101700# In OutputDevice::GetTextOutlines, finished fall back to bitmap conversion case.

2002-08-21  Stephan Bergmann  <sb@openoffice.org>  [51d114e989b825f1a894a0df0cd674f996a5cbde]

        #101700# In SalLayout::GetOutline, do not include empty polygons in the vector.

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [6de99926df4a877e54bb68e2e538510afc7dbea9]

        #102312# new parameter IRefreshListener* to notify when refreshing

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [3da2203deee86ce219337aac1fd87f4e2673760e]

        #102312# new interface IRefreshListener, callback for tables and views when they are refreshed

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [b69195d84e8c51d7766bdf74666eb4ce3255e58c]

        #102312# connection now also derived from IRefreshListener, callback for tables and views when they are refreshed

2002-08-21  Thomas Lange  <tl@openoffice.org>  [9d5ec5cacc5d5a297bfa48f5b21f7f85e78f3fbd]

        #101621# SwXTextSection::getAnchor fixed

2002-08-21  Carsten Driesner  <cd@openoffice.org>  [10c98fa87c4b84db57c02f3bc90d3d81a59b9d97]

        #100825# pathoptions needs exception support

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [26a82abb924f44453f7ec97752b660f583e40786]

        #101798# insert tablefilter and type filter into the digest as well to differentiate the connections

2002-08-21  Carsten Driesner  <cd@openoffice.org>  [c94d4b3cbf1f8b45941db530c2d6893271f9e676]

        #100825# Changed SvtPathOptions to be a wrapper for pathsettings/pathsubstitution services

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [e4cb94cb9251251aed4e8c8bccf8356b71c9d320]

        #101798# insert sequence of string also into the digest

2002-08-21  Mathias Bauer  <mba@openoffice.org>  [1f088f40e1fab2c955620133b8ae8aceba86d25e]

        #101349#: improved security handling

2002-08-21  Sven Jacobi  <sj@openoffice.org>  [62b9288a45f5d758bec521fb9068a552669212ff]

        #102507# #I7144# do also import slides if they start at offset 0 (as it seems to be with PPT documents created with Lotus Freelance)

2002-08-21  Niklas Nebel  <nn@openoffice.org>  [7d8690944293d7ebe96d7d03899b55c1adf82b8d]

        #102451# consider document background color for EditEngine BackgroundColor

2002-08-21  Carsten Driesner  <cd@openoffice.org>  [b64ff6670ad11088214eee34d0037731add8682e]

        #100825# Fixed some problems with Linux/Solaris implementation

2002-08-21  Sven Jacobi  <sj@openoffice.org>  [ffa119a51e83b43fbf29f1df8a7405ba84c9b9c6]

        #102242# added support for BiDi writing

2002-08-21  Caolán McNamara  <cmc@openoffice.org>  [91da568655631b774989e7d8f2837e5f7b1ceb85]

        #100044# bitfields to bool for fast state save helpers

2002-08-21  Daniel Boelzle  <dbo@openoffice.org>  [d8344847a2777ec5fddc8c67a262270234cf76ab]

        #102391# cleaning up __ symbols

2002-08-21  Vladimir Glazounov  <vg@openoffice.org>  [a12ececf56568e8b0477bf1f7a1093d09fdb81db]

        #100000# NP: correct wrong stdlib-include (replaced local stdlib.h by the global one)

2002-08-21  Kai Ahrens  <ka@openoffice.org>  [d3ed84e4682de27d5c15b0d15084f7e879366620]

        #101527#: decreased black threshold for disbled image

2002-08-21  Kai Sommerfeld  <kso@openoffice.org>  [0db2c5b345a863a55432d937a4e363bd0f50131c]

        #i7118# - Added cycle detection for redirects. Error handling cleanup.

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [cb2bd04ce947a0c66ffff0185e1dc5d8a85c7d62]

        #101593# HasUIFeature changed for FM_UI_FEATURE_SHOW_EXPLORER to be active when in design mode

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [1ca0a2ca1b7ca78a6888dd0af2fcd772149c4888]

        #101613# add new item for delete with 3 dots

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [15234c6ef61c4380edf39b8c4a3787170c9ac183]

        #102454# only remove as eventlistener when object exists :-)

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [95b7db494fc01940a32143e02ef138d5b8a1ee1b]

        #102426# set default position for all columns before leaving the page

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [51a6ced39ce290dd4060dacb0c2e1347358a7d37]

        #102422# change position of context menu when using keyboard

2002-08-21  Ocke Janssen  <oj@openoffice.org>  [84a91a6ccab014bb7b3555d86af4b05e1061a348]

        #101943# change FitWidth with GetEllipsisString

2002-08-21  Kai Ahrens  <ka@openoffice.org>  [e2682ac4d6c69e98827f38ae1a1f7bbf22459bd2]

        optimized scripting

2002-08-20  Kurt Zenker  <kz@openoffice.org>  [e7a8c4adb06d45efe722d8cd76016aac25312b3d]

        Merge SRX643: 20.08.02 - 22:12:21

2002-08-20  Kurt Zenker  <kz@openoffice.org>  [9b0636977e284d3492c8dceea70df49d5f1f3cd8]

        Merge SRX643: 20.08.02 - 22:09:19

2002-08-20  Kurt Zenker  <kz@openoffice.org>  [9eb05ac39c83712214e28f7de008ccce077a89a1]

        Merge SRX643: 20.08.02 - 22:01:05

2002-08-20  Karl Hong  <khong@openoffice.org>  [4698c2a3cb84a4f61175c475d7e87a7869cf5933]

        #99424# fixed a problem in compareString when the strings are equals

2002-08-20  Malte Timmermann  <mt@openoffice.org>  [db6df064228caaba005a4e548f3bb35813464ea1]

        #94489# Language check

2002-08-20  Malte Timmermann  <mt@openoffice.org>  [596a77cf0e27628694f70ed5ff3e9cd53385bc5d]

        #102101# #94489# CreateAutoMnemonics only for standard entries, Language check

2002-08-20  Malte Timmermann  <mt@openoffice.org>  [f909438bdd49f8c65e989e2c7c83c9f9388ac4bb]

        #102101# CreateAutoMnemonics

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f8c34e22dea8d20955c4245a14b5307be07c002]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS -> HEAD; apply patch from Issue 7002

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a55cf0848626f81787df261195c53ec03fe6e55]

        #101685#,#i6886# add stoc to dependency list

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfa53673f7bdea474468e58e993adad7fb6877f7]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.12.4.1-1.12.4.1.2.1) -> HEAD

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0188064a79a2d069058e54cfaa1692fb689a2f8c]

        #101685#,#i6886# posixify asctime_r()

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [914b40872781e32405ff65028b0034230d0c83dd]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.3.18.1-1.3.18.1.2.1) -> HEAD

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed8297ae539de93b87d4a13da38c3580671a0732]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.4-1.4.16.1) -> HEAD

2002-08-20  Kurt Zenker  <kz@openoffice.org>  [4d2e94298ee8eb36c82ed29fd8b3498635dbc33d]

        new version for SRC664

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bf63536c365cb0886482893dceea280f4f68494]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.5.4.3-1.5.4.3.2.1) -> HEAD

2002-08-20  Kurt Zenker  <kz@openoffice.org>  [48cde3703457fa7a56474f63a5430d901dc3ffcc]

        new version for SRC664

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6606262839dc850c1559d41ae821820b53784e3e]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.1.1.1-1.1.1.1.20.1) -> HEAD

2002-08-20  Sven Jacobi  <sj@openoffice.org>  [87c8750100dfa90340dcaf05faeb73756d28a39f]

        #102226# api changes: now using SvxFrameDirectionItem instead of SvxWritingModeItem

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dd8a4829b297ed0fc884c37a3d856fa0be806e6]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.3-1.3.4.1) -> HEAD

2002-08-20  Frank Schönheit  <fs@openoffice.org>  [2fce7a1d0806fa892054541aa6a22e7777f4c1a5]

        #96930# renamed some ids for the file picker

2002-08-20  Frank Schönheit  <fs@openoffice.org>  [3085f63271723160f3bf80e319d05567bec68ab2]

        #96930# +controlaccess

2002-08-20  Malte Timmermann  <mt@openoffice.org>  [486340357592d7344ca5ae280c2479cd125bc31a]

        #101795# check Min/Max in ImpBreakLine

2002-08-20  Frank Schönheit  <fs@openoffice.org>  [97782bfb2aa1109c7c1d6615377fe6e6ed3b8f2c]

        #96930# updated with some more concrete spec for XControlInformation and XControlAccess

2002-08-20  Thomas Benisch  <tbe@openoffice.org>  [b79efd1963704735b37f7a17bb48c12c444efb43]

        #102404# fixed export of ImageAlign property

2002-08-20  Stephan Schäfer  <ssa@openoffice.org>  [b689fff73330d549fa27f61d678420c54ecd41f2]

        #102158# menues must never grab the focus

2002-08-20  Stephan Schäfer  <ssa@openoffice.org>  [5526cf01d86749bf89d01831a686a56bb82f17c3]

        #100339# report top level layered panes as frames

2002-08-20  Caolán McNamara  <cmc@openoffice.org>  [6ebba230d7bd3bf750da47fe3ac6d66834c6261d]

        #100044# cache pap and chp FKPs to speed up table scanning to and fro

2002-08-20  Thomas Lange  <tl@openoffice.org>  [6d87558d8355de10c9d79a83d39713b6726f03df]

        #96904# check 'Count' argument of SwXTextTableCursor::splitRange for illegal argument value

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [72d07b4e60f35cee6fb5db2c2bdffd3544e83499]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.1-1.1.1.1.18.1) -> HEAD

2002-08-20  Kai Ahrens  <ka@openoffice.org>  [72bfa6691135e3b3055ad117674c4e682f841d05]

        #101571#: added PDF filter for Draw and Impress

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [97dccdfd03b309540bd5fbfae0b5826615f51695]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.13-13.8.1) -> HEAD

2002-08-20  Kai Ahrens  <ka@openoffice.org>  [329099316fa3e0b0e12331b450d08f72a570d437]

        #101571#: added PDF filter for Draw and Impress

2002-08-20  Kurt Zenker  <kz@openoffice.org>  [ba7254972ab01086d0153c9fbd776949d545f165]

        new version for SRC641

2002-08-20  Oliver Specht  <os@openoffice.org>  [cad1620760286c972613b65d90b4e81e0a59bb4b]

        #99826# 'Aktuelle Vorlage:' changed to 'Formatvorlagen:'

2002-08-20  Juergen Schmidt  <jsc@openoffice.org>  [87dcf29787ee51dc298bd85c15c5c8e95eeda0d4]

        #99053# insert pkgchk tool

2002-08-20  Oliver Specht  <os@openoffice.org>  [79629ad10774112b8a4ddc6fa7e313a5aa1204ca]

        #102459# apply CTL fonts

2002-08-20  Kurt Zenker  <kz@openoffice.org>  [c40609ebc3e89239c4516ea4f73f642a7844b54c]

        new version for SRC641

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c729070d1f4ae846e6a24897e2b05408f21cb928]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.11-1.11.10.1) -> HEAD

2002-08-20  Kai Ahrens  <ka@openoffice.org>  [a1722e1e9f4dc62607f3f3a5f620fdb927fc415e]

        #100689#: don't allow zooming while UIActive

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a54bf131648f24061ee92b7bedf04846abaf5baa]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.28-1.28.10.1) -> HEAD

2002-08-20  Malte Timmermann  <mt@openoffice.org>  [37d5230c5480ea9c435fcdb2c16354bfa90c45bb]

        #97965# RemoveAttribs, call ImplInitDepth

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cebcdd9dfd25eb2c2dea16bfaf537b8c52481080]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1..55.4.3-1.55.4.3.6.1) -> HEAD

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a76a1a11c9be611d829236d3ddda8d116cf731c]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.8-1.8.10.1) -> HEAD

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0064ad0cfdcf1c704450315c342100ab07e22926]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.7-1.7.20.1) -> HEAD

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [32271d6662f7cc9a9f762c8d7020b03bb6fd2ae6]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.26-1.26.10.1) -> HEAD

2002-08-20  Kai Ahrens  <ka@openoffice.org>  [2453049916f4af5c6cf224e7ce119a642300b356]

        #101571#: added PDF options

2002-08-20  Sven Jacobi  <sj@openoffice.org>  [08da86e9ca6d503673547248abed45c57dc72f25]

        #96824# Action Setting: GotoDocument can now be exported

2002-08-20  Frank Meies  <fme@openoffice.org>  [42148901aa5140477befffd7ebc3da2132d3a066]

        #101285# New: Sequence Input Checking for CTL

2002-08-20  Thorsten Behrens  <thb@openoffice.org>  [0e58212da491266286b34707fcf676ffb7557350]

        #100127# Cannot filter _STL, have a method with an STL vector parameter

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [05c6d95156ff1d993ca566bd9337e12d4a9869fb]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.23-1.23.10.1) -> HEAD

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [939b05be08818790b2fd22f81f519fd8f7aa041f]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.51.4.3-1.51.4.3.2.1) -> HEAD

2002-08-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [266d34ebfefe149de48e9efae20bc16aa9740ab6]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.2-1.2.24.1) -> HEAD

2002-08-20  Martin Maher  <mmaher@openoffice.org>  [521dc2d2336d8e16e558b00f3bd52a1a350eda9c]

        Replaced a System.out with a Debug.log

2002-08-20  Malte Timmermann  <mt@openoffice.org>  [b1af30c480a3458da46886ae0e84197454547c9a]

        #102473# Assertion...

2002-08-20  Jörg Barfurth  <jb@openoffice.org>  [9d730c0f0277fb147434331f212caf79dd3afae0]

        #102319# The active component must be set earlier when starting a template (certainly before completing an item template)

2002-08-20  Carsten Driesner  <cd@openoffice.org>  [a56ebe278ae13de0a2baa821e30c16b4f06a4191]

        #100825# New services for path settings and path substitution

2002-08-20  Jörg Barfurth  <jb@openoffice.org>  [8bdfc1a9efb7d17a4ca17bd179d9d7c33a397328]

        #102313# Remove wrong assertion (that triggers always)

2002-08-20  Oliver Specht  <os@openoffice.org>  [83948ed2e2b8a29988ae1deb3d999fee59614780]

        #98399# frame direction vertical_top_right removed - not yet supported

2002-08-20  Sven Jacobi  <sj@openoffice.org>  [0ec79e58e92ea591e0403b9c21b5d3ee472fbd60]

        #99933# now also exporting subtitle stylesheet

2002-08-20  Caolán McNamara  <cmc@openoffice.org>  [a7644966180632abe611174d7e4e9510e13f7718]

        #102433# hex sequence may end in early } { which word accepts, so we have to as well

2002-08-20  Peter Burow  <pb@openoffice.org>  [7720f8306fff7577456abc5b051d6dc550a7edc4]

        fix: #92788# show extensions of filter

2002-08-20  Thomas Lange  <tl@openoffice.org>  [8618cf01bf8373fefe64dec075fa09d71cdca9f0]

        #101720# member for cell name removed from SwXCell

2002-08-20  Sascha Ballach  <sab@openoffice.org>  [7c557dccc4ecc5c4617758b894187acd815c89b2]

        #102232#; don't use empty to find out whether there are shapes, because the vector contains allways one element(the sheet)

2002-08-19  Kurt Zenker  <kz@openoffice.org>  [b00dcedf5c57a6e0992d08a88d2e9af66b2bdb53]

        new version for SRC664

2002-08-19  Kurt Zenker  <kz@openoffice.org>  [9340fc01279b5aa40fb1eb4cd3b437e55b6ad1f9]

        new version for SRC664

2002-08-19  Kurt Zenker  <kz@openoffice.org>  [5033991c1c5415e538aa558ce8592fe6a28b8585]

        new version for SRC664

2002-08-19  Kurt Zenker  <kz@openoffice.org>  [936483b92b5dd4c5a5ab180ef7e5f4463dc1cb60]

        new version for SRC664

2002-08-19  Kurt Zenker  <kz@openoffice.org>  [bbc373ca86e304772a928c607c45f850605ac101]

        new version for SRC664

2002-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eb4e8546923d5ff9fc66b46f8d5153ad5a66b41d]

        #100157# fix for multiprocess build

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e5da5ae468aedb07990ad67da5ca339793019a6]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.7.2.2-1.7.2.2.2.1) -> HEAD

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e03966399aceb050975dd67f1bf41e4116a5a0ef]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.6-1.6.2.2.2.1) -> HEAD

2002-08-19  Sven Jacobi  <sj@openoffice.org>  [ae6eb9b5078a73f216fb213bb2bfe1354d500007]

        #100157# added missing dependency for jpeg

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8261f7205b6f80f22451c772ec4559da3f8be08]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.1-1.1.12.1) -> HEAD

2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [a9d5bdd111caaa7636eb57afb3485b1a81f56bfc]

        #100352# accessibility for tab pages

2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [dd447bf6f7b3fc807c85487b57b5f875051a3790]

        #100352# getForeground(), getBackground(), getFont()

2002-08-19  Oliver Bolte  <obo@openoffice.org>  [80ae2aa03347ac3865dfe0d7f4b33434865c284d]

        #100000# include missing

2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [4ad338f1b2f6b37a783ea9292dfe2b2cfbb93c33]

        #100352# added vclxaccessibletabcontrol.obj, vclxaccessibletabpage.obj

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [10c0ed1ee271d1bb59e63b082a8b801c94db4126]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.2-1.2.20.1) -> HEAD; resolved conflict

2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [866887dcf55a110769e827dbc051fb18c5e740ce]

        #100352# corrected include ifndef

2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [738838ea557c4608db8396f06cd822d6a82ef23e]

        #100352# send VCLEVENT_TABPAGE_ACTIVATE/VCLEVENT_TABPAGE_DEACTIVATE

2002-08-19  Thomas Benisch  <tbe@openoffice.org>  [6da9dc84a7c68ee0e8bf908523bf28be9fbf176b]

        #100352# added CreateAccessible()

2002-08-19  Herbert Duerr  <hdu@openoffice.org>  [51f080b8ba71a5c60d93d6de3fdd56d49298f620]

        #101072# avoid glyph handling on printers for non-TT fonts

2002-08-19  Andreas Martens  <ama@openoffice.org>  [91131661cda83a82965a8a7a4cb827b3bcf6f823]

        Fix #100979#: Footer, footer, footer

2002-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5695a5569301a4f9daccbfeebf741d96e60f03ee]

        #100157# move jpeg to own module

2002-08-19  Caolán McNamara  <cmc@openoffice.org>  [d8d7c7a33de27ba9fc3a075be17dfdd30eb45258]

        #100044# BOOL->bool

2002-08-19  Sven Jacobi  <sj@openoffice.org>  [35ec4382917379bdaa5c1cc105297988fde837c6]

        providing patch for external/jpeg

2002-08-19  Frank Meies  <fme@openoffice.org>  [e4976cfb3d9e53cab1f2849acc3f4e7c33040b31]

        #102455# Load of lingu dll can cause another reformat which corrupts the locate pointer in pBreakIt

2002-08-19  Kai Ahrens  <ka@openoffice.org>  [e1530140307c5e5fc72975ce15d7e78e3a105bc8]

        #101571#: added PageSelectionRange

2002-08-19  Sven Jacobi  <sj@openoffice.org>  [26af96096fd27f69fbfa9a720656d29a470ef1b9]

        initial version

2002-08-19  Sven Jacobi  <sj@openoffice.org>  [7f0f6eaba11ea510e3b5c5edd420092e43cb7961]

        initial version

2002-08-19  Kai Ahrens  <ka@openoffice.org>  [b047186d49df6ea1551531b7d6cd48dc4b48ee82]

        #101571#: UI for PDF export

2002-08-19  Niklas Nebel  <nn@openoffice.org>  [d1d3206940f70bb8e3c916d4384b35b4cbff4104]

        #75353# use the same slots for text alignment in text boxes as in cells

2002-08-19  Oliver Bolte  <obo@openoffice.org>  [fd919cb8bf76f224accd2cbc231ca0c310680080]

        SRC664

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4063b1335ed9e760623e8a891df63b09d41d5e29]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.10-1.10.10.1) -> HEAD

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [39d5e15d76e4c8401ae48be9b2e6c700bc26203b]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.5-1.5.16.1) -> HEAD

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0df19a5444ebeb2798c39c67876c04944d6eea1]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.6-1.6.16.1) -> HEAD

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bfb9b0d75f11a169e3b22b40fee3c2a4e7cf775]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.7-1.7.16.1) -> HEAD

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4eb3ded2149b0f145de4886272e869d74d996e4]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.5-1.5.20.1) -> HEAD

2002-08-19  Malte Timmermann  <mt@openoffice.org>  [7e079bcbf02b8464852bc719c3654173ce01c381]

        #100367# HC: Draw rectangle around fields in HC mode

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c04679c0746efb6949e3d1d210096100b5eff60d]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.5-1.5.10.1) -> HEAD

2002-08-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e93c37e266f3dd055792c0d55de5741bcef5599]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.5-1.5.22.1) -> HEAD

2002-08-19  Daniel Boelzle  <dbo@openoffice.org>  [dee7c8d4f3b0f66675b169a4e20bfa332cb3d088]

        #102391# fixed exc decl; namespace

2002-08-19  Daniel Boelzle  <dbo@openoffice.org>  [5c4d0fe4fb2473c924adfa0199cc5ecb6daf39a6]

        #100000# exception tests for building with CC7

2002-08-19  Frank Meies  <fme@openoffice.org>  [090248d4d752771aa42f5ee6515000679164d991]

        #102340# Widows handling did not work for second follow

2002-08-19  Thomas Lange  <tl@openoffice.org>  [035df7daea028f6c725caaeb60804022ffc72cf0]

        #101597# ShowOnlineLayout, ZoomType and Zoomvalue added.

2002-08-19  Ocke Janssen  <oj@openoffice.org>  [74cacd25b9a3e1af1c3bcaa9c9068b916fcef0f4]

        #99167# check if all properties set in the info hace a valid name

2002-08-19  Hennes Rohling  <hro@openoffice.org>  [c1e390726c2ed6ecc0346ad1fef93e9e364aa254]

        #100821# Created new section for osl_getTempDirURL

2002-08-19  Oliver Braun  <obr@openoffice.org>  [796357a8e82d37cad27c0b262c4fdb001545b675]

        #102435# throw an exception if remote access brridge could not be loaded

2002-08-19  Frank Meies  <fme@openoffice.org>  [69aebe7cc81062aa3a36a3d1aa2ba40b23848141]

        #101506#: Repaint problems for selected text

2002-08-19  Frank Schönheit  <fs@openoffice.org>  [cb936ef6e8ea4853e5a1fb7f5d7994d15d6f463e]

        #98647# on behalf of sleepybear@openoffice.org (Guang Gavin Lu): AutoHScroll for the path listbox

2002-08-19  Andreas Martens  <ama@openoffice.org>  [5b9f7a26a5dea49c62c75ce9b3d165649ed66a51]

        Fix #100979#: Fly frames in footer

2002-08-19  Caolán McNamara  <cmc@openoffice.org>  [60384fe7602af961804a31be6cf5a1ce4bf59bac]

        #100044# consider updating progress after table rows as well as after paragraphs

2002-08-19  Caolán McNamara  <cmc@openoffice.org>  [82080673298ea02f39ade8bcc13357a30800d495]

        #101578# constructor didn't set redline type

2002-08-19  Andreas Martens  <ama@openoffice.org>  [55e46da169c40ec229f66eb57a2cef607ffc671e]

        Fix #102271#: Keep in fly frames

2002-08-19  Oliver Braun  <obr@openoffice.org>  [9e33aa7f957df7a37a2e0496f964003950ad5526]

        #102387# reimplemented actions for combobox and tree list items

2002-08-19  Hennes Rohling  <hro@openoffice.org>  [01e287751d1e03cef78cdc6523feb20ec293561b]

        #100821# osl_getTempDirURL added

2002-08-19  Oliver Specht  <os@openoffice.org>  [dcde245c49feea7800fc6eb03aea4948481f2b4d]

        #101787# 'Apply' is now the default button

2002-08-19  Thomas Lange  <tl@openoffice.org>  [a53fb23b01a85021d7a72233753b161a1c8000aa]

        #96367# CharStyleName in SwXCellRange::setPropertyValue fixed

2002-08-19  Hennes Rohling  <hro@openoffice.org>  [4682179695d0d528fc3cda164e6cf94f112681b6]

        #100821# Added osl_getTempDirURL

2002-08-19  Hennes Rohling  <hro@openoffice.org>  [cc52ae4420ce0a32ccba07a6eb0ac385caad5b05]

        #100821# Added FileBase::getTempDirURL

2002-08-19  Thorsten Behrens  <thb@openoffice.org>  [3ded20acbee1f4ce8797b09d248e3c3af87d4974]

        #102410# Overriding default parameter

2002-08-19  Herbert Duerr  <hdu@openoffice.org>  [bfcaf3dab2fc60476b663939602ce4e3375cd4ab]

        #100850# when using ANSI instead of Unicode arrays have double item capacity

2002-08-19  Frank Schönheit  <fs@openoffice.org>  [bdce8832f896468273b6cd8f789acdfbb853b1ec]

        #95846# on behalf of BerryJia@openoffice.org: renamed _GetQuote to GetQuote, made it public

2002-08-19  Ocke Janssen  <oj@openoffice.org>  [1c744a13fa7c26488da1c229daa809c6d5eee8ee]

        #99473# change string resource files

2002-08-19  Daniel Boelzle  <dbo@openoffice.org>  [999c69d159ad0b329aeb9245864308abc8e7dc98]

        #102391# removed _debug trace

2002-08-19  Sascha Ballach  <sab@openoffice.org>  [966a4a4e1cd789a1744c26ffcbe38b6779c74679]

        #102423#; call StaticTextHelper to find the children

2002-08-19  Sascha Ballach  <sab@openoffice.org>  [85dc93d387262af63f557c6540d7230223747593]

        #102423#; don't use uninitialized members

2002-08-19  Ocke Janssen  <oj@openoffice.org>  [2811203172a92ea16b02eb449243429b708c0379]

        #99473# change string resource files

2002-08-19  Ocke Janssen  <oj@openoffice.org>  [31e31b049cc37d4bf08869fa17a44e40a85fafd4]

        #99473 move common functionallity from table and join controller info single

2002-08-19  Ocke Janssen  <oj@openoffice.org>  [568781762ce1638e31bd2835f91af4db913b2502]

        #99473# split resource strings into folder parts

2002-08-19  Ocke Janssen  <oj@openoffice.org>  [bd0c83e63270fd19cb24ced8c5fc1bdd8eae11ec]

        #99473# +BROWSER_MOVECOLUMNLEFT +BROWSER_MOVECOLUMNRIGHT to move column header with keyboard

2002-08-19  Ocke Janssen  <oj@openoffice.org>  [cb6ff97adc2b235e69e50c8a396bc1a3648c8be3]

        #99473# add frozen column witdh to position

2002-08-19  Ocke Janssen  <oj@openoffice.org>  [eddb9ee4d4149023f10f1a3e22aafc3d48f784ec]

        #99473# +ToggleSelectedColumn and +SetToggledSelectedColumn and fix some scrolling

2002-08-19  Daniel Boelzle  <dbo@openoffice.org>  [230d11f43273266e9ff30ec4f5314d431de78e8b]

        #102391# introducing some base type extensions

2002-08-19  Kai Ahrens  <ka@openoffice.org>  [d1aa00e19c219f8bd6ff25eff48e9a525ac8c29d]

        #101570#: initial revision

2002-08-19  Herbert Duerr  <hdu@openoffice.org>  [0ab2d4cbe532c064481acd6408efa74631454eb2]

        #100628# fix crash in GetTextOutline for bitmap text, some cleanup

2002-08-17  Kurt Zenker  <kz@openoffice.org>  [08e042711d7dc51f2ddc17374d9dce2d5b1c0d73]

        Merge SRX643: 17.08.02 - 22:07:38

2002-08-17  Kurt Zenker  <kz@openoffice.org>  [6cdaacc3d8b4c47c8904eaedf48c3f4725b000b6]

        Merge SRX643: 17.08.02 - 22:06:23

2002-08-17  Matthias Huetsch  <mhu@openoffice.org>  [796a0ababd0e3149da3e92af96004d4796ce00d3]

        #i3980# Added 'NO_DEFAULT_STL=TRUE' to avoid mix with standard allocators. Minor code cleanup.

2002-08-17  Matthias Huetsch  <mhu@openoffice.org>  [a8f4de3fd9060a6779bf6e5dfd8431e4aa1c95e3]

        #i3980# Added class specific allocators to 'OStorePageCache' and 'OStorePageCacheEntry' to avoid mix with standard allocators. Minor code cleanup.

2002-08-17  Matthias Huetsch  <mhu@openoffice.org>  [0925d31a72021827d5c77377cf8b111681400ec8]

        #i3980# Added class specific allocators to 'OStoreSuperBlockPage' and 'OStorePageACL' to avoid mix with standard allocators. Minor code cleanup.

2002-08-17  Matthias Huetsch  <mhu@openoffice.org>  [3a8df0becbf6bf4e8275ecc5c1f37e6780166822]

        #i3980# Added class specific 'OStorePageObject' allocator to avoid mix with standard allocators. Minor code cleanup.

2002-08-17  Matthias Huetsch  <mhu@openoffice.org>  [ea2c3b9c9a016059b48170a35367093cdfa69da7]

        #i3980# Added class specific 'OMemoryLockBytes_Impl' allocator to avoid mix with standard allocators. Minor code cleanup.

2002-08-17  Matthias Huetsch  <mhu@openoffice.org>  [843150b676c0bf1f928935ea5bc0553f1e275198]

        #i3980# Added class specific 'OFileLockBytes_Impl' allocator to avoid mix with standard allocators. Minor code cleanup.

2002-08-17  Matthias Huetsch  <mhu@openoffice.org>  [dbda054b9028a2aed6a179c2ae07ae01ba69ec6a]

        #i3980# Removed 'virtual ILockBytes::~ILockBytes() {}' from otherwise abstract (pure virtual) interface to avoid compiler generated 'operator delete()'.

2002-08-16  Oliver Bolte  <obo@openoffice.org>  [a1e5e026a08f666802ef567a4fefcd5227f2b66f]

        Merge SRX643: 16.08.02 - 22:13:37

2002-08-16  Oliver Bolte  <obo@openoffice.org>  [d85be49c2c574d83365b348c35df2d57195f3ae0]

        Merge SRX643: 16.08.02 - 22:12:10

2002-08-16  Oliver Bolte  <obo@openoffice.org>  [1de2922226d987c328ec6c093c4de5123468f907]

        Merge SRX643: 16.08.02 - 22:10:42

2002-08-16  Kurt Zenker  <kz@openoffice.org>  [a63f9eb8bbe3b5d7a2c9bc5d5c67104352089b64]

        Merge SRX643: 16.08.02 - 22:07:51

2002-08-16  Oliver Bolte  <obo@openoffice.org>  [9a2cd007093dca6a57373b80539f6dcbba6f80ec]

        Merge SRX643: 16.08.02 - 22:05:38

2002-08-16  Kurt Zenker  <kz@openoffice.org>  [0183b9e61eb8a4aa201f25c1e53fddb2a6dcfefa]

        Merge SRX643: 16.08.02 - 22:00:56

2002-08-16  Kurt Zenker  <kz@openoffice.org>  [f1f482df67d0438f5dbd53984406ff7fee50f0ec]

        Merge SRX643: 08/16/02 - 22:00:49

2002-08-16  Kurt Zenker  <kz@openoffice.org>  [0d0c98c370a7615e0b78081bc8c5a021da0add5d]

        Merge SRX643: 16.08.02 - 22:00:45

2002-08-16  Karl Hong  <khong@openoffice.org>  [ca0eeb1aa2100340dd6cfc1a545be740ca329d69]

        #95804# #99250# #101191# update Arabic locale data

2002-08-16  Niklas Nebel  <nn@openoffice.org>  [fad76dcbe945d8556a82c79454edb91625169f23]

        #97673# prevent repeated error messages for command events in protected cells

2002-08-16  Christof Pintaske  <cp@openoffice.org>  [93bf94a1e10897a94d02e0b160c1b3cdb4d8baaa]

        #102010# accessibility hack: keep menues open after focus lost

2002-08-16  Karl Hong  <khong@openoffice.org>  [331a6626fa21bca94d04ab569560e6fe17c64675]

        #101191# reduce duplication of locale data

2002-08-16  Karl Hong  <khong@openoffice.org>  [1b9c9a87f2b5a428db78753070377c9661d8ef2d]

        #101191# fix a problem when refering the Calendar in same locale

2002-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [db77f0d1e2162c332faa97940626aa391acb35fb]

        #i6886#,#101685#: OOO_STABLE_1_PORTS (1.40-1.40.4.3) -> HEAD

2002-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c42e130fe0b0b7bbf7c7da3004303c2eacfe956]

        #100000#,#101658,#i6886#: merge from OOO_STABLE_1_PORTS; cleanup

2002-08-16  Behrend Cornelius  <bc@openoffice.org>  [a704e9279bfa3cb7c3a09f5d0e79d46e8abf8a9f]

        #102348# boolean flag "bWizardalreadystarted" entered

2002-08-16  Daniel Rentz  <dr@openoffice.org>  [addbe8c90408b5b611efdb34a59d8ea1063a0152]

        #101677# CSV accessibility

2002-08-16  Kai Ahrens  <ka@openoffice.org>  [56fd427df9f1b1c46665bcee616cfd1944757b3a]

        #101570#: added UI

2002-08-16  Daniel Rentz  <dr@openoffice.org>  [c65415229007ee3eef2e7f00715934aaef177371]

        #101677# CSV accessibility

2002-08-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1f02d06c883fb358ef0b819f86b6d977a83eb02b]

        #102414# exclude app.src from HID generation

2002-08-16  Behrend Cornelius  <bc@openoffice.org>  [86c303c6d9cd62fae2f4d263756a3cdc782dc88d]

        #95840# added some changes for the logfile

2002-08-16  Daniel Boelzle  <dbo@openoffice.org>  [b6e2c920992fe0f51d464a3cc8dc17cd577a1c33]

        #102391# added no_acquire ctor to OUString

2002-08-16  Behrend Cornelius  <bc@openoffice.org>  [6b0c4278b5559667dd477b0f8f8dcd1c74b3a262]

        #97429# made some changes to record possible mistakes in logfile

2002-08-16  Kai Sommerfeld  <kso@openoffice.org>  [193330a16103b1467ac48e74fc4d9944aea1aba5]

        #96458# - Fixed InteractionSupplyAuthentication ctor implementation (inline)

2002-08-16  Niklas Nebel  <nn@openoffice.org>  [c3427c5e0c22086cce247ca5e0fb9fb5a49d580a]

        #97223# DrawClipMarks: in high contrast mode, use text color also as fill color

2002-08-16  Carsten Driesner  <cd@openoffice.org>  [347205bd79cfa7ae48333bfe92d38184dfbc1c25]

        #101497# Interaction handler for java access

2002-08-16  Oliver Specht  <os@openoffice.org>  [5f3071d7ef7faadca084324e6199058fa1f6ef68]

        #102403# HelpId for column ValueSet added

2002-08-16  Carsten Driesner  <cd@openoffice.org>  [5a3dbe2635e3ef1f4dcf6eec032e01164f5ce8a0]

        #101497# Interaction handler for java access

2002-08-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68301326bee1f877c97035633066a75f33fb6e4d]

        #i6711# escape hashmarks for unix like shells

2002-08-16  Carsten Driesner  <cd@openoffice.org>  [d4c88011b4f8f07f7b7dc32105301d88d7ada344]

        #101497# Added string and warning boxes for java interaction handler

2002-08-16  Oliver Specht  <os@openoffice.org>  [3bbacd5ca56f4e3424dcbf76036d44e2a2fc4fa2]

        #99657# transparency of frame background implemented

2002-08-16  Oliver Specht  <os@openoffice.org>  [22da611882e42954d48d9d49b76a3aaaab977416]

        #99657# transparency of frame background implemented

2002-08-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e154ae7d9e85b8a3e3804330b04c6c5fa77f9e45]

        #i6711# escape hashmarks for unix like shells

2002-08-16  Sascha Ballach  <sab@openoffice.org>  [7fd4c078c6e2bb58d3d55c6fb81c4e57fa6bc58c]

        #101987#; don't use the return value, because it is always false

2002-08-16  Oliver Braun  <obr@openoffice.org>  [c13376f492be86d94efc082d402f85f424835d0e]

        #100201#, #101302# completed JDK 1.4 interface and removed deadlocks

2002-08-16  Oliver Specht  <os@openoffice.org>  [1bc345a4778a7a7583b558e0fb6fd55100e42ed4]

        #99657# transparency of frame background implemented

2002-08-16  Oliver Specht  <os@openoffice.org>  [6d1d3af2d075338a2f08c3825d2d823cd0887eac]

        #99657# transparency of frame background implemented

2002-08-16  Niklas Nebel  <nn@openoffice.org>  [578f43e862d582fa533e9f57ce4c27c770f686ae]

        #101987# moved handling of position 0 from GetPosFromPixel to SetCursorAtPoint

2002-08-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [914e154325ebb61a7a907a0d671ae4bf824e1e1e]

        #100157# corrected library name

2002-08-16  Daniel Rentz  <dr@openoffice.org>  [d65fe0faf3c61b6eea6a77b113c4dd0d98cb72e6]

        #101677# CSV accessibility

2002-08-16  Thomas Lange  <tl@openoffice.org>  [5e5c842d182716f66457cc981995ab9f3eb3958b]

        #98179# dock command window to the bottom initially (after first program start)

2002-08-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4b70f2039195f3a97e9ab314c18a4b0fd656defd]

        #i6711# escape hashmarks for unix like shells

2002-08-16  Herbert Duerr  <hdu@openoffice.org>  [e4a617f586b77be7ead8f6f6d32d683ff3a91902]

        #100194# fix Bidi issues for SimpleWinlayout + some cleanup

2002-08-16  Oliver Specht  <os@openoffice.org>  [111909e67730fda5bc6dbdb73e937bd4fff6c66e]

        #99657# transparency of frame background implemented

2002-08-16  Oliver Specht  <os@openoffice.org>  [7ede3a688663d4432ee6232640eb4621b1ff83df]

        #102184# use Return key to place the cursor into frmames in readonly-docs, too

2002-08-16  Oliver Specht  <os@openoffice.org>  [618fefe3cbb730492613dd6d6f7f0bd7739e7945]

        #102393# travel between frames also available in readonly-docs

2002-08-16  Oliver Braun  <obr@openoffice.org>  [24db22f2da41d471a0f28cc08422b7678fb5980d]

        #100510# workaround for failing Gnome2 detection

2002-08-16  Kai Ahrens  <ka@openoffice.org>  [2d502ede2f2e202668a54f0d155caa02c62a706a]

        #101570#: enhancements

2002-08-16  Sascha Ballach  <sab@openoffice.org>  [fee230e0c9e8f001e033e6f2fd964ad4dcc202bd]

        #102392#; send focus events to a global queue

2002-08-16  Thorsten Behrens  <thb@openoffice.org>  [7c6ad4198e8a6096960a7fdf444d6067f1ec8f3d]

        #102170# Corrected range limit checks

2002-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4144188c473a260cbdb7dc39ab0981391f52273]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.17.4.1-1.17.4.1.2.1) -> OOO_STABLE_1; resolved conflict

2002-08-16  Martin Hollmichel  <mh@openoffice.org>  [0e2aad7c89388e254d2783b9f2da06d673aef5d4]

        join: from OOO_STABLE_1_PORTS

2002-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [eddf8a82f59747a607521110d624dc6a80b26308]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.3-1.3.4.1) -> HEAD

2002-08-16  Kai Ahrens  <ka@openoffice.org>  [c1bf0a3fa441033873eae900d4cded411b92e255]

        #101570#: don't check for 1x1 size at VDev to create simple output

2002-08-16  Sven Jacobi  <sj@openoffice.org>  [76984cdc2964368d66fdc67b03093c3e626c872f]

        #102382# api changes, now using GetTextOutlines

2002-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [035b9720e7acd9a9777b0d8207afb416051782b0]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.9.2.3-1.9.2.3.2.1) -> HEAD

2002-08-16  Kai Ahrens  <ka@openoffice.org>  [a8a8652474c96a4d23d11a1772ef6b04982e5844]

        #100000#: GetTextOutline => GetTextOutlines

2002-08-16  Kai Ahrens  <ka@openoffice.org>  [3027a745f02121100e4a66e89938c427b2c41b40]

        #101570#: uno.cxx => svguno.cxx

2002-08-16  Kai Ahrens  <ka@openoffice.org>  [2862cee3df85854645ebe7daa554aeb9eabda270]

        #101570#: initial revision

2002-08-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [069effa41a8a720996e35c1fcefafc814acf74e1]

        #i6711# escape hashmarks for unixlike shells

2002-08-16  Vladimir Glazounov  <vg@openoffice.org>  [c79ccb5d3e5a87d98c0d8ad5ad653a2b9626d5b5]

        new version for SRX643

2002-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c59a93863d0a7704124f51a33ed17d9f7c2043c1]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.41.2.5.2.1-1.41.2.5) -> HEAD; resolved conflict

2002-08-16  Thomas Lange  <tl@openoffice.org>  [93f25f87886084819065e5e8bc3d2abb5b930bfe]

        #93722# send-document-as-mail put in new send submenu, #101567# menu entries for PDF export

2002-08-16  Sascha Ballach  <sab@openoffice.org>  [e55431992376a25affaa96996e2dfe779e8f24be]

        #101282#; ask contains before look for a result of getAccessibleAt()

2002-08-16  Kurt Zenker  <kz@openoffice.org>  [3224d00857bd0666dfe81049e1a7fc839d3c2a62]

        new version for SRX643

2002-08-16  Oliver Bolte  <obo@openoffice.org>  [487c0eddded70b5ba500a62deafbbd5338c4074d]

        new version for SRX643

2002-08-16  Vladimir Glazounov  <vg@openoffice.org>  [2550bee7db28b4516150037a898219187890554e]

        new version for SRX643

2002-08-16  Niklas Nebel  <nn@openoffice.org>  [0f32a0915afb43eb66d6b4bb38af8f9b66faab33]

        #102213# notice if the viewshell is closed (switching to preview)

2002-08-16  Herbert Duerr  <hdu@openoffice.org>  [1f951bb4e11b73de1495dc8a58ade19cb379429d]

        #102358# fix justification and DXArray array adjustment for X11 fonts

2002-08-16  Vladimir Glazounov  <vg@openoffice.org>  [6ba70dec9dde9c336b44a2e1aabdf1e01890a713]

        restore correct version (copied from 1.328)

2002-08-16  Frank Schönheit  <fs@openoffice.org>  [90e80ae264179a2e058a92a72b8e4a0d163bc17d]

        #102205# TabStop property for image controls

2002-08-16  Frank Schönheit  <fs@openoffice.org>  [06461b92c1a8ee97d36fa0e02343cd9b72d7e9a7]

        #102205# allow context menu requests triggered by keyboard, too

2002-08-16  Aidan Butler  <aidan@openoffice.org>  [0a1b82a021791e1be1dcb6bf847df448e31ebf71]

        #102365# Added xmergesync.dll to delivery list

2002-08-16  Thorsten Behrens  <thb@openoffice.org>  [b2f8d352bb21fc78ed5ef6bf161522921d876c16]

        #102234# Stylistic changes

2002-08-16  Karl Hong  <khong@openoffice.org>  [2979ed06a9fd595de39e0748a97fbe081bc6dd02]

        #101191# reduce duplicate locale data

2002-08-16  Karl Hong  <khong@openoffice.org>  [ddbfe07090d26bf31e991e00a285c09ce4bf4ff8]

        #101191# reduce duplicate locale data

2002-08-16  Herbert Duerr  <hdu@openoffice.org>  [9512410cbe564b27de938e22feb5f42795097a34]

        #102358# fix stretched text and width calculation

2002-08-16  Karl Hong  <khong@openoffice.org>  [f12ad18a379e95d7c5571ae00170f93d115fb998]

        #101191# reduce duplicate locale data

2002-08-16  Karl Hong  <khong@openoffice.org>  [99c447997ffad6953b8ff8fc3370e5d6f806c111]

        #101191# reduce duplicate locale data

2002-08-16  Karl Hong  <khong@openoffice.org>  [ac3879185682dc064822e71240b5ee86c141ad58]

        #101191# reduce duplicate locale data

2002-08-16  Karl Hong  <khong@openoffice.org>  [979001a047554aab0becfde3250ce75c4b0cf67f]

        #101191# implement 'ref' for Calendar day and month name

2002-08-15  Rüdiger Timm  <rt@openoffice.org>  [ff7b5e98e4b506b3184711ced4b8db9047e34903]

        Merge SRX643: 15.08.02 - 22:39:41

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [943e3aaa8efe8e3b87dbfb11542bb4efcbdc11d3]

        Merge SRX643: 15.08.02 - 22:37:52

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [5a551f11d566ea5b4adde60d2fa61f54c6f3b23b]

        Merge SRX643: 15.08.02 - 22:36:42

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [84fa9db76d2dc71237b58009a1c7661e9b100e13]

        Merge SRX643: 15.08.02 - 22:37:30

2002-08-15  Rüdiger Timm  <rt@openoffice.org>  [127cb132d84adb9ec7c07d02a7e81f854bb8501f]

        Merge SRX643: 15.08.02 - 22:36:52

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [f4ef17d9095cf272f2417a8fa8231f8a97801f38]

        Merge SRX643: 15.08.02 - 22:34:11

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [747bd697e56a37dba8995878052119175985e5a2]

        Merge SRX643: 08/15/02 - 22:32:13

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [0b9e0fbc2541f8f4d4be18b5edf3ad9c82dd095e]

        Merge SRX643: 15.08.02 - 22:31:10

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [7a24794ca4f359820da69f908888ae19e08ecdf2]

        Merge SRX643: 15.08.02 - 22:31:36

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [3f62c437462c2db03ea8d415e71982119f276a48]

        Merge SRX643: 15.08.02 - 22:30:34

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [46c2fea9d5c223beba2ae22742beec157e9ab20d]

        Merge SRX643: 08/15/02 - 22:30:07

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [d49e1bc035ec3de33bd1e4cce8b9a47751e7bc00]

        Merge SRX643: 15.08.02 - 22:29:41

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [937f9a9f5895e173ba0c3e2b2c7005a68301a48c]

        Merge SRX643: 15.08.02 - 22:29:21

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [2373a8f2961afae50e1b1b5f48b67ebfbccf95bd]

        Merge SRX643: 15.08.02 - 22:28:09

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [1189c6ed6ad5c70ee5bd5ed2fd100b738c6df214]

        Merge SRX643: 15.08.02 - 22:27:44

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [ee5b908d7a995e0efb6feb86393793cb2f89ad32]

        Merge SRX643: 15.08.02 - 22:27:21

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [5d2fceab3057776883adef3ede3930fa04bf68c7]

        Merge SRX643: 15.08.02 - 22:25:20

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [be611f27e2bf54dc9ac95162fccfbbaa06ecf0d4]

        Merge SRX643: 15.08.02 - 22:20:57

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [9619954a6071c77643c52c7ffd723aa472e59649]

        Merge SRX643: 15.08.02 - 22:18:56

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [329a6c4a8c4b14bf4da59d397aa6372b91eb2909]

        Merge SRX643: 15.08.02 - 22:09:56

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [778d050e2132566c81b6d507505c61aa603e2e0e]

        Merge SRX643: 15.08.02 - 22:08:26

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [25518ad9454b1a47bec840153b78101b11f17497]

        Merge SRX643: 15.08.02 - 22:06:52

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [704231f4ca479b7e1fca18e845c20a923015e2b2]

        Merge SRX643: 15.08.02 - 22:05:36

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [042df507d75356034e63d14fde0533cd573ec238]

        Merge SRX643: 15.08.02 - 22:01:46

2002-08-15  Aidan Butler  <aidan@openoffice.org>  [b54c966fd8bfebf7397172c5cb0158a1fbaa4777]

        #102365# Added xmergesync.dll

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [1cb9a834d7afbfc9ae4565362b4336a09c668121]

        new version for SRX643

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [a3e5be6d6fc0aa3dccc2afb2a1a0a437a051225c]

        new version for SRX643

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [217ef131bfa7b4c7220563eb235faa08255e7936]

        new version for SRX643

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [863d60651238206a39a9221ba4e1655315530827]

        new version for SRX643

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [e0d57b8cbee51e4eafa0638d8af771e85a5b144e]

        new version for SRX643

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [974521e26c4c93afd709cf7b5bdacc2844ef6565]

        new version for SRX643

2002-08-15  Stephan Bergmann  <sb@openoffice.org>  [7a3e43d5c443d3b7f130b488c52f4ff66d160f31]

        #102364# Merged in 1.14.4.1.

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [af99de290ee2f2aa62e5ab68c81497b9c0768ded]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.8-1.8.41) -> HEAD

2002-08-15  Frank Meies  <fme@openoffice.org>  [de4fc565cd562efe170f0ca6ddaa5ae0866fd7e8]

        #102367# Do not exchange deleted text with CH_TXTATR_INWORD if show changed is disabled

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6f952f384aa0a00eb3694796a7c3ed7ebe5d460]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.6-1.6.8.1) -> HEAD

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [9ed22355f932c8af6e2f5f5c565dfd6b28e6f3b9]

        new version for SRX643

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [a62a79777d6548b014f937301062bc2c9b65c953]

        new version for SRX643

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [024e6bd991d219e363c83223158c0c768c3771bf]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.4-1.4.10.1) -> HEAD

2002-08-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [867c00325b2fdbad99da44d26a2dc92efe128188]

        #102372# prevent writing in defs/* if locking fails

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [55bca02a11a5b3ff71328d99bf0f1b7a69a134fc]

        #101685#,#i6886#: clean up MacOSX support

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [1faee7355c651f076daec71f86c16667fed762a3]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.21.2.2.-1.21.2.2.2.1) -> HEAD

2002-08-15  Mikhail Voitenko  <mav@openoffice.org>  [49ecf5bf470967beaace0da5245835d129a784eb]

        #102145# do not use threads

2002-08-15  Vladimir Glazounov  <vg@openoffice.org>  [d4f9690b8477f90dab5d71f5c4b96a1a8115ac0b]

        #100000# typo

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [51c794b13383ffce6c406a5502566f562072a67d]

        new version for SRX643

2002-08-15  Behrend Cornelius  <bc@openoffice.org>  [538afb2ae46d7d7a14a54b2243de7b180240a423]

        #102129# string for path validation modified

2002-08-15  Thomas Lange  <tl@openoffice.org>  [6ee1c04923280cd73fce1589f02bbe0653bad792]

        #97643# added interface XServiceInfo to SwXTextDefaults

2002-08-15  Stephan Schäfer  <ssa@openoffice.org>  [3df3b79c8d1b987e63d6e8fac17ba5978e248b61]

        #102205# visualize focus

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fa81bc0081e1bba5e99f9af8aad6c6310e22079]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.14-1.14.10.1) -> HEAD

2002-08-15  Volker Ahrendt  <va@openoffice.org>  [4d600d86a5cb6669af633779f2932c0be6e0ce5c]

        #102336# Corrected translations of cell template "Spaltenkopf".

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [cec4b1df4dc22edd2c071210895952f7462e49f7]

        new version for SRX643

2002-08-15  Kai Ahrens  <ka@openoffice.org>  [bdbd345a29eed205fe676aeb006ec9acda7e01b1]

        #100000#: syntax

2002-08-15  Niklas Nebel  <nn@openoffice.org>  [018bf48a5812d149fbeb2e31c0f9abfcb99a61a5]

        #102247# GetExpression: SetImportXML for second expression, too

2002-08-15  Malte Timmermann  <mt@openoffice.org>  [90a9a5258a1816096ff32b8fb6a6e2be9a91c662]

        #101118# Bidi overwrite mode

2002-08-15  Behrend Cornelius  <bc@openoffice.org>  [d80bb056ad2fb0ff0d48a514d1f66e4ac2601342]

        #102129# now directory is created after user is queried

2002-08-15  Thomas Lange  <tl@openoffice.org>  [74b83ca109fd8b037ae79d2344e21b00363ad55c]

        #97643# service 'Defaults' modified

2002-08-15  Thomas Lange  <tl@openoffice.org>  [59b56a211b04ca37c2d6dc9172fafde92f74da79]

        #97643# new service Defaults added

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6b11150f056a528fe722078ead077b438060049]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.8-1.8.8.1) -> HEAD

2002-08-15  Vladimir Glazounov  <vg@openoffice.org>  [77c603b7a4b787af22b4a51c2ac2de39f289dde2]

        #100000# include algorithm

2002-08-15  Thomas Lange  <tl@openoffice.org>  [1d1148f7c8daff442c70d7c178978c6fb9c97d9b]

        #97643# new service ParagraphPropertiesComplex

2002-08-15  Thomas Lange  <tl@openoffice.org>  [bc336177ec96c2ade2c1d0d37a6206bd6952f318]

        #97643# new service ParagraphPropertiesComplex; initial version

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [c113024e705d6d38c7db70eb8b525729d70499c8]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.4-1.4.4.1) -> HEAD

2002-08-15  Thomas Lange  <tl@openoffice.org>  [d07d4964e1f74582a1465b4caa8b73c362f3c2ee]

        #97643# missing properties added

2002-08-15  Peter Burow  <pb@openoffice.org>  [cbdb5ced1990815b3c16e94b10c94fbf94b868a7]

        fix: #102331# languages for CTL added

2002-08-15  Frank Meies  <fme@openoffice.org>  [b9fe5e06e037f3b5b3be855611b9ffbd62991d32]

        #102353# Goodbye to the grey background for multi portions

2002-08-15  Joachim Lingner  <jl@openoffice.org>  [dfa990baa5fc9f95f02e1ca2014f08fc77869546]

        #101225#

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [70235cbd6289a42fb0489039c5d50c861b1f728c]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.5-1.5.10.1) -> HEAD

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d939f6f5293fa9afc2292bf7d328a063f48236d]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.14-1.14.4.1) -> HEAD

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [05c5bce78cfda088beb1d76b5fe7a780c8b4fa6e]

        #101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.7-1.7.6.1) -> OOO_STABLE_HEAD

2002-08-15  Kai Sommerfeld  <kso@openoffice.org>  [0afea8bd306caab608ab50c044db7b6002d1a032]

        #96458# - Corrected BUILD_ACTION

2002-08-15  Sven Jacobi  <sj@openoffice.org>  [674e0265bb87b8ffcf4e8a1abc238221a0195883]

        #98426# no more assertion, if textencoding is Unicode

2002-08-15  Armin Weiss  <aw@openoffice.org>  [f1b79f1adb7ab2f7f7e80cc1f388f287e8f92c8c]

        #101499# Use GetTextOutlines and a PolyPolyVector now, at the same time go back and convert in one single step.

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [22f1ec8c5303b25f1fe7e88153ad8a9ad9febff3]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.4-1.4.12.1) -> HEAD

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa404a5f05b5b589915a16db50126418cdf908a6]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.6-1.6.10.1) -> HEAD

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [b00b750a4b71620f18a636f7098247a6c09af36e]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.15-1.15.12.1) -> HEAD

2002-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [00ffb784a8656886bf6943b084fef8875e1d5ba1]

        #101685#,#i6886# merge OOO_STABLE_1_PORTS (1.11-1.11.6.1) -> HEAD; resolved conflict

2002-08-15  Michael Brauer  <mib@openoffice.org>  [fbcff84a7fed65adecfb1f6e1a8abbf5e715983a]

        #100890#: role for page preview was missing

2002-08-15  Peter Burow  <pb@openoffice.org>  [0cc5767a85bc5615882c8f2e1542715985764469]

        fix: #102338# obsolete controls (text align of asian TP) removed

2002-08-15  Michael Brauer  <mib@openoffice.org>  [d930a1d4fbf733a0e90a4473dd986c2004e52336]

        #102297#: Some wrong asserts

2002-08-15  Jörg Budischewski  <jbu@openoffice.org>  [d9f729042ce714fddb55dae4c70e72f2d38557a1]

        #100000# java_uno.jar is now build to class directory

2002-08-15  Peter Burow  <pb@openoffice.org>  [8ba9d4aa240594b0a736cb1218ec882b7a964693]

        fix: #102338# obsolete controls (text align of asian TP) removed

2002-08-15  Armin Weiss  <aw@openoffice.org>  [47cd920b7037fd352e8c88c64901307cb92c0f6e]

        #101928# Added accessibility bitmap to support HC handles

2002-08-15  Armin Weiss  <aw@openoffice.org>  [66c8be4577b12c3b8abd1ba17d72df8f12ca9930]

        #101928# Added accessibility markers for HC mode

2002-08-15  Armin Weiss  <aw@openoffice.org>  [905e4efcd383d49861b7e68c38712cf95e373633]

        #101928# DIverse changes to be able to support HC mode for handles

2002-08-15  Armin Weiss  <aw@openoffice.org>  [9a2697a6487f0d1aa4ac8006ae9c1fd85a9ae5bb]

        #101928# re-create handles to show new outfit when high contrast changes

2002-08-15  Stephan Bergmann  <sb@openoffice.org>  [a5c2ba8638ce6b1e3f3ffe1e3c82307268dfa959]

        #101700# Implement GetTextOutlines.

2002-08-15  Stephan Bergmann  <sb@openoffice.org>  [9a6ed54017e3688991683841a27f5c0bdfad164b]

        #101700# Changed GetOutline from PolyPolygon to PolyPolyVector.

2002-08-15  Stephan Bergmann  <sb@openoffice.org>  [32b8323c8718018466aa4f7f124b2cbf55d7bb19]

        #101700# Removed obsolete GetLayoutOutline.

2002-08-15  Nils Fuhrmann  <nf@openoffice.org>  [ecedeb41445831f51c154cf8049bf9524f53395b]

        #102341# autoconversion of hw katakana to fw katakana to solve problems with unconverted files

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [dd7bf040baa5fef0744dcc73f51e6207426729ae]

        new version for SRX643

2002-08-15  Hennes Rohling  <hro@openoffice.org>  [1467ba4f0bf211a1ecab4ecbedd0f634801b35d7]

        #91296# Only link against Unicows on Windows

2002-08-15  Frank Schönheit  <fs@openoffice.org>  [e7cf5141cbc073e3ff37acc5016ff36cf908120b]

        #102323# derive from XServiceInfo, again, to expose the css.sdb.Connection service

2002-08-15  Michael Brauer  <mib@openoffice.org>  [f28e2c8e2728972126b1930ced0d9a28e3be3565]

        #102308#: getImplementationId was missing

2002-08-15  Oliver Specht  <os@openoffice.org>  [96d5567e2f9cc64f2307886afec73d2ed975c268]

        #101853# default data/time format queried from NumberFormatter

2002-08-15  Jörg Barfurth  <jb@openoffice.org>  [ae41526800082e85060417715f54fa6294b1536c]

        #102334# Deliver central configuration support files

2002-08-15  Niklas Nebel  <nn@openoffice.org>  [63bf00b2459b9bff51ce37a6d66d2d95434d78c6]

        #101329# InsertCells: pass RefUndoDoc to InsertCol/Row instead of copying formulas

2002-08-15  Kai Sommerfeld  <kso@openoffice.org>  [f68200e5fc1b106f7125a79a84476fd4d5e1485d]

        #96458# - Switched to new neon version (0.22.0)         - No longer needs tempfiles for PUT/POST

2002-08-15  Sascha Ballach  <sab@openoffice.org>  [a7d4b54d609b9ee1ff5554e0b0a158d3aed67061]

        #102307# add the missing support of IndexOutOfBoundsException

2002-08-15  Sascha Ballach  <sab@openoffice.org>  [f2d6d81df00fbba5c0d948c5d31d1578ad86bc1c]

        #102274#; the TableModelChange should only contain the changed range and not all cells after this range too; #102307# add the missing support of IndexOutOfBoundsException; the table should have and support the focused state

2002-08-15  Niklas Nebel  <nn@openoffice.org>  [9dbd08b4dfff30933ffefcd2cb441230c53ef091]

        #101329# UpdateReference: use original cell position when copying to undo doc

2002-08-15  Niklas Nebel  <nn@openoffice.org>  [e85d850ae545abd96276f8461a5d12879123e4cd]

        #101329# InsertCol/InsertRow: pRefUndoDoc

2002-08-15  Sascha Ballach  <sab@openoffice.org>  [0dfc3b098a08800b48c000a9e271d22ce1cc8244]

        #102274#; the table should have and support the focused state

2002-08-15  Thomas Lange  <tl@openoffice.org>  [808976acdde280305c10fe0ef4f386406f8ed9c2]

        #98848# initially grey painted edit-window fixed

2002-08-15  Oliver Specht  <os@openoffice.org>  [dea94525882192077b29b0e0b84a3f53a5de5244]

        #100813# set the correct PopupMenu position if called via keyboard

2002-08-15  Malte Timmermann  <mt@openoffice.org>  [4ac87d0470cb18a41d03c3b0c60ca8fbec3be925]

        #101118# SetRightToLeft() - ShowCursor()

2002-08-15  Hennes Rohling  <hro@openoffice.org>  [7702bc0ad6ecabcdb5dd83e859af5380fd3fba86]

        #91296# Local variable luid used for nonproduct

2002-08-15  Kai Sommerfeld  <kso@openoffice.org>  [dabf5b2cc3b3f0b7cb33ea1ef774a1f203497de2]

        #96458# - Switched to neon 0.22.0

2002-08-15  Hennes Rohling  <hro@openoffice.org>  [ca3b7105c3473f78404f7a23c2ce8687c3243d02]

        #91296# GEN_HID=TRUE is nonsens

2002-08-15  Michael Brauer  <mib@openoffice.org>  [775157698f9d1520cb8e89088929b54b15132d3b]

        #102279#: Table selections improved

2002-08-15  Michael Brauer  <mib@openoffice.org>  [a2575a88512fca217c20c9031e64c2942f388e21]

        #102272#: Even though deselect does not work, throw exception for illegal index

2002-08-15  Daniel Rentz  <dr@openoffice.org>  [73b2cd61f9ee66918e76393425c5f075f4d3c679]

        #101677# accessibility for CSV import

2002-08-15  Sven Jacobi  <sj@openoffice.org>  [a807df25a18d9b2ded8200dd3b4916c1fa24910b]

        #101650# removed text options, so the user doesn't have to decide to use glyph or text export

2002-08-15  Kai Ahrens  <ka@openoffice.org>  [5ec3370446de39335e109f65c6ff451a0ab0a221]

        #101949#: watch for DataChanged at Splitter

2002-08-15  Malte Timmermann  <mt@openoffice.org>  [f00cf338e6ed75c6414fa836c4e609052e42c6ae]

        #101118# SetRightToLeft()

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [d62587af2d6dc7f46f203df413135ff6e4b4ea83]

        SRX643

2002-08-15  Caolán McNamara  <cmc@openoffice.org>  [78822ec96643ee701044d12c8ca9c32016b94af5]

        #102321# GeneratePLCF didn't byteswap on bigendian

2002-08-15  Andreas Bille  <abi@openoffice.org>  [ae18858044e4bcbb7f19b8505f2cb22808ccaeac]

        #93203# changed impl-name to css.comp.XInputStream. Otherwise, the interfaces are there, but were not zetted, because the bug didn't mentioned this interface.

2002-08-15  Vladimir Glazounov  <vg@openoffice.org>  [a9a7a083fedfcc674cafe14dc86ad8e9fe1157f3]

        SRX643

2002-08-15  Kurt Zenker  <kz@openoffice.org>  [9c92d136c2acecff69ae07e9c13fdb9ae822dd0b]

        UDK304

2002-08-15  Hennes Rohling  <hro@openoffice.org>  [4db6947e821b9c4e0bef4ac1061cdab43b2de910]

        #91296# UWINAPI and UNICOWS used

2002-08-15  Stephan Schäfer  <ssa@openoffice.org>  [33932468d10e1ba6593afa38345097502f6f0690]

        #102208# corrected typo: send command event instead of resize...

2002-08-15  Stephan Schäfer  <ssa@openoffice.org>  [28ce835814454273bca43cde207e824f1e448d1c]

        #102208# avoid assertion for accessibility menu events

2002-08-15  Kai Ahrens  <ka@openoffice.org>  [112495fef3672586507085625e0ebea3ea00bde0]

        #102198#: add additional method flag to draw paper border

2002-08-15  Kai Ahrens  <ka@openoffice.org>  [96591f1675eb28e2a7ef0bfa1f28623f6189e89a]

        #102198#: add additional method to draw paper border

2002-08-15  Frank Schönheit  <fs@openoffice.org>  [f3dfbd124e62b9ff618bf7abce90dcef43ef2ce7]

        #102323# getSupportedServiceNames: also return the service names of the aggregate

2002-08-15  Oliver Specht  <os@openoffice.org>  [eb003ff63698f597b156bd83fae010c7501235d9]

        #100710# insert formula recordable

2002-08-15  Andreas Bregas  <ab@openoffice.org>  [7b749404d851b685b0e5c5ca34e6ac26d20b0153]

        #94916# StepARGV(): No copy for SbxProperties to allow call by reference

2002-08-15  Kai Ahrens  <ka@openoffice.org>  [c9ea484ed02fb4c173d4595814dfbf8d2bf860a1]

        #101117#: use SvxFrameDirItem instead of SvxWritingModeItem

2002-08-15  Oliver Specht  <os@openoffice.org>  [ace2dccde30498d1ece4678dffa08f9e9c3fd1a0]

        #100990# assign Up/Down/LoseFocusHdl instead of ModifyHdl

2002-08-15  Andreas Schlüns  <as@openoffice.org>  [3dbac1b58fd5477ba0cdabfc609bb0a6cdcb3e78]

        #102309# prevent double symbols in libraries

2002-08-15  Oliver Specht  <os@openoffice.org>  [090ed5aea5619f69c2baef544ca55a23339f9152]

        #102001# graphic URLs are displayed as file names if appropriate

2002-08-15  Carsten Driesner  <cd@openoffice.org>  [ec78732c4546e5ccd6cc636c882eb76d3edde5b2]

        #100825# Use three different domain types for env definition

2002-08-15  Carsten Driesner  <cd@openoffice.org>  [559667ae46a4f7d00d9df56c1c85895b53dd74cc]

        #100825# Added path settings and substitution services and XStringSubstitution added

2002-08-15  Carsten Driesner  <cd@openoffice.org>  [37908b6381da01d06bd37cb108b4d290b56dda48]

        #100825# New path settings service added

2002-08-15  Carsten Driesner  <cd@openoffice.org>  [39b49c2d456cc7c1d1b7cdc0ac5bf0001f59389c]

        #100825# New path substitution service added

2002-08-15  Carsten Driesner  <cd@openoffice.org>  [e2568623dc2ba5471ae165175b4cbbf2b825afd3]

        #100825# New interface for substitution added

2002-08-15  Karl Hong  <khong@openoffice.org>  [6928e20e0582d1faf10daae8e3d0c57cf5e69778]

        #101792# update Maxico currency symbol from Simon

2002-08-15  Karl Hong  <khong@openoffice.org>  [a977920f401854cb8e635c779152355bac75c35c]

        #99250# update Thai file from Arthit

2002-08-15  Bustamam Harun  <bustamam@openoffice.org>  [087b206a4810c05b3921db9ad475d45e8fcc1993]

        #102027# add Hijri Input

2002-08-15  Bustamam Harun  <bustamam@openoffice.org>  [b29e08bb433a0b1afdfa93a69e9f480f3c637eee]

        #102027# Add Hijri Input

2002-08-14  Bustamam Harun  <bustamam@openoffice.org>  [a1d149dd626cb50c89867bd416dcca889f741aed]

        #92094# Change behaviour of ideographic space to mimic regular space.

2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [08cbe4f18e029e6a50e41220f91c7a99bf00243b]

        #i6886#,#101685#: merged OOO_STABLE_1_PORTS (1.8.10.1-1.8.10.1.2.1) -> HEAD

2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f96696cc0187aa9c9f58a7ee3b8e5f44d65a0dc]

        #i6886#,#101685#: merged OOO_STABLE_1_PORTS (1.8.2.1-1.8.2.1.2.1) -> HEAD

2002-08-14  Behrend Cornelius  <bc@openoffice.org>  [507d602fadc7b019f194e252d38252ce54ab0279]

        #95840# Mediadescriptor "Overwrite" removed from OpenProperties

2002-08-14  Behrend Cornelius  <bc@openoffice.org>  [b2fee4758929a0de09161e7bf05478373fa3ce31]

        #95840# Logbutton now disabled when logcheckbox disabled

2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [c4717931e7403b80a84c401cbcf8450b9e89d8ac]

        #101741# do not register undecorated but closeable frames to the access bridge

2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e5602ff30af3468b06ad8919399c6b98640d6b3]

        #i6886#,#101685#: merged OOO_STABLE_1_PORTS (1.6-1.6.6.1) -> HEAD

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [92beed75128cea78af2096e2b02311561f0d9f1d]

        #91296# UWINAPI and UNICOWS used

2002-08-14  Sven Jacobi  <sj@openoffice.org>  [7256d9f034723f1c9c6f2e57fdd88b0b9983264f]

        #96268# solved some text mapping problems

2002-08-14  Armin Weiss  <aw@openoffice.org>  [e829f57d8cec4cd4656d4dde12670de7d78f6c7c]

        #100997# let the linestyle attribute set as in the favourite since the default for 3d objects is different from 2d objects

2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [58ac3eaa9f4d7347963c8c207d2b47e65772479f]

        #i6886#,#101685#: clean up MACOSX support

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [acae690d1cdf1c934b599a9b7d310097f037353a]

        #91296# UWINAPI and UNICOWS used

2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb39e497dab965a1542829ef5ac730222fc95066]

        #i6886#,#101685#: clean up MACOSX support

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [8f04b36e74ad7712ce35a615095fde0413e361b4]

        #91296# UWINAPI and UNICOWS used

2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e061d914e793a107496b69fdd6d1c417bc0ebe37]

        #i6886#,#101685#: clean up MACOSX support

2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b11495030f641d83d73af14d63fbe3bca66824c5]

        #i6886#,#101685#: clean up MACOSX support

2002-08-14  Behrend Cornelius  <bc@openoffice.org>  [2c161b665c9df39d9dcbb67298437f921ee45116]

        #102129# CheckPathValidation Routine added to Tools class

2002-08-14  Mikhail Voitenko  <mav@openoffice.org>  [d55065dec2003a262d36b1564ee97c071f82d89d]

        #101937# build ActiveX control

2002-08-14  Oliver Specht  <os@openoffice.org>  [902853a702e63293550afd50cb743aaaafba5959]

        #97180# suppress Bibliography column assignment warning optionally

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [a5a6fc8d26d61257b301d068b26d9bb268a326b9]

        #91296# UWINAPI and UNICOWS used

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [153998b8961c1b0325b3330812a4eb0d69f81d6e]

        #91296# UWINAPI and UNICOWS used

2002-08-14  Oliver Specht  <os@openoffice.org>  [5eb298345c40b90f422efb21925473de944ee91b]

        #97180# suppress column assignment warning optionally

2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5a1dc53955eecee3cef582c55a87dc429997d7d]

        #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.6-1.6.4.1) -> HEAD

2002-08-14  Frank Schönheit  <fs@openoffice.org>  [ebb1cadaf06f3d18c225ef1898464bf08e6c0db2]

        #102329# convertFastPropertyValue: when the value is stored in an Any, and the property type is some XInterface-derivee, allow for queryInterface-calls, too (necessary for Java-calls)

2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3aa355c4f2e7ab261bc5755c3f156e570f2a98f]

        #i6886#,#101685#: clean up MACOSX support

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [b8be3a568e4cfc775055e28bbd7792d863609df9]

        #91296# UWINAPI and UNICOWS used

2002-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef5497dc3d081b8b1c19bcd344001a7dc4bc8e3d]

        #i6886#,#101685#: clean up MACOSX support

2002-08-14  Mikhail Voitenko  <mav@openoffice.org>  [11b436d3ec0296e1d9886a3c1b2048e782181a50]

        #101937# initial revision

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [8e7a660ebbb98ad1f5131dec1bb3f36e2fb0b383]

        #91296# UWINAPI wrapper added, UNICOWS used

2002-08-14  Mikhail Voitenko  <mav@openoffice.org>  [cc2a3b29a6c15226637b03f6ab01b5728af6dc9c]

        #101937# initial revision

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [173db4f242e55172bef92ef78f9d28a4ffc7f204]

        #91296# UWINAPI wrapper added

2002-08-14  Behrend Cornelius  <bc@openoffice.org>  [52d3a3b1fbb64960da24aebcba2b1984b5c58d19]

        #102129# new resource for invalid path message inserted

2002-08-14  Oliver Specht  <os@openoffice.org>  [ecca0bba0ff73854390563c4857fee8bc858d5c3]

        #97663##99262# Changes of FirstName and LastName have to initiate InitFullName()

2002-08-14  Oliver Specht  <os@openoffice.org>  [43357835880dc9a3fd7ddbc13678f3b642360210]

        #101300# system encoding entry doesn't get 'System' as name

2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [0e26b4c236acf885b265f96343bded3a6136b95e]

        #99902# splitters are only activated if their parent has the focus, otherwise you always get the galleries's splitter instead of scalc's

2002-08-14  Malte Timmermann  <mt@openoffice.org>  [4b93ca0bb220e83eb334990b161439f364f216d7]

        #101118# ICU

2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [4ad4a9dc9f9778cd44c552bec76f96c13366f341]

        #101949# improve high contrast handling

2002-08-14  Frank Meies  <fme@openoffice.org>  [5042a8b8ab950060ddac5b0d3448d63487469080]

        #99418# AutoCapitalize of first letter shoud also consider Asian punctuation

2002-08-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [b27a53e23a46ef3e9080ef4483b473507ddd8cc7]

        #101403# footer min height was not taken care off

2002-08-14  Oliver Specht  <os@openoffice.org>  [d61919cebe5fc96b9d012b5d5f15f6d48d0a7a29]

        #102210# enable graphic insertion in the wizard as link and embedded

2002-08-14  Malte Timmermann  <mt@openoffice.org>  [6baf197b9641a9107692f35ac03495d1681fa8fc]

        #101118# BiDi completed now...

2002-08-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5548437981690fc0fc5d1f198749c95ee0b42f16]

        #100000# syntax

2002-08-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7b19d6a8901f0f27847fb97e0818aebeb6ad4cad]

        #100000# syntax

2002-08-14  Vladimir Glazounov  <vg@openoffice.org>  [78e749d75e59e9e247876bfd08e6234d2792146e]

        UDK304

2002-08-14  Vladimir Glazounov  <vg@openoffice.org>  [af3a7f3bd8b1ec2ab794d349499127641a3d05c4]

        UDK304

2002-08-14  Daniel Rentz  <dr@openoffice.org>  [8b2a9e1af5e22adf74bec0b9cf55af6a2fe79eb3]

        #102281# HC for outline symbols

2002-08-14  Thomas Lange  <tl@openoffice.org>  [04d7da86d6a6f3170908812e1ca685eacc333d47]

        #98478# SwXAutoTextContainer fixed for beans

2002-08-14  Oliver Braun  <obr@openoffice.org>  [6a8cd1b66e9a09917c7144f630c885d6e901c738]

        #100201# compile only for jdk1.4 or later

2002-08-14  Oliver Braun  <obr@openoffice.org>  [c20e908cc4868a272d284faf068fbe9d72bbf226]

        #100201# re-enabled actions for menu(item)s

2002-08-14  Oliver Braun  <obr@openoffice.org>  [9481f5d28b8a613ed2515a70ae7e9c9ea92f16c9]

        #100201# removed state change event to DEFUNC

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [22f7399fbd81e07aec735ad78db95f4952615cc0]

        #91296# #93668# UWINAPI, UNICOWS wrapper added

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [42f1542cc243b9319fbc7ad605f9f276c8471710]

        #91296# UWINAPI wrapper added

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [c26efdefd69b16679d459fe4d9bd93e7853f4ee8]

        #91296# Removed SYSTOOLS references, added UNICOWS and UWINAPI support

2002-08-14  Hennes Rohling  <hro@openoffice.org>  [2b2073793ae5457c4c0b585f3fda74811ffeef94]

        #102316# #91296# Support for Thai, Arabic, Hebrew + UNICOWS added

2002-08-14  Kai Ahrens  <ka@openoffice.org>  [a1e620ce79261cab81e8a514c9b933e0455be8f8]

        #100568#: convert single points of rect for LogicToPixel calculation

2002-08-14  Thomas Lange  <tl@openoffice.org>  [62aaee034c1b44ed0cf078f2668ae65262c07b50]

        #99404# setting of read-only properties now raises PropertyVetoException

2002-08-14  Oliver Specht  <os@openoffice.org>  [285abbfe6bf8431146db45be8908b04fc03b2cf2]

        #101285# new option: CTLSequenceChecking

2002-08-14  Oliver Specht  <os@openoffice.org>  [6b5aa62a7d468d2981291772c5e3b5c63940ee59]

        #101285# new option: CJKSequenceChecking

2002-08-14  Thomas Lange  <tl@openoffice.org>  [622ef15baa772ae9c6e61db8ecdbfdd691d9f9b0]

        #99404# setting of read-only properties now raises PropertyVetoException

2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [1e076fc128b065888be81e242c097c1af4a7442f]

        #99902# improve DrawSelectionBackground in HC white mode

2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [93b5836205f23e271d20c347abbcd4868206e0ee]

        #99902# use color transform for selected entries in HC white

2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [3799edc445e473ed252aff5822dacb78cd90ccb4]

        #99902# fix typo

2002-08-14  Kai Ahrens  <ka@openoffice.org>  [d611eca8b2af94d1b578d3dd480cf88e731886d4]

        #101737#: set OutputQuality directly

2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [a4690128d0de25dcbaaba3d91e477cefc821c287]

        #99902# improve col transform: lightblue becomes white

2002-08-14  Stephan Schäfer  <ssa@openoffice.org>  [a241ae54d67cc1a39c4998f6d1ef372ea7e02bde]

        #99902# col transform in HC white only for toolbox items

2002-08-14  Stephan Bergmann  <sb@openoffice.org>  [aa121807b1e0db6377669da518fe9d6e635cd851]

        #102206# Role of WINDOW_MULTILINEEDIT changed to SCROLLPANE.

2002-08-14  Thomas Lange  <tl@openoffice.org>  [5f5256c5a173e0b680fb60cb2f436663b4153e39]

        #99404# setting of read-only properties now raises PropertyVetoException

2002-08-14  Caolán McNamara  <cmc@openoffice.org>  [628be60877de0f1e0b294809d667bd06261dfeec]

        #101578# Correct redline Authornames

2002-08-14  Juergen Schmidt  <jsc@openoffice.org>  [9bebfbe1188ee125a09ea64ad2a06503aad11b2a]

        #99053# add new option for pkgchk

2002-08-14  Andreas Martens  <ama@openoffice.org>  [f213273c9e986900d55594afa52ff8a73ba0bc56]

        Fix #101404#: Positioning of fly frames in vertical environment

2002-08-14  Thomas Lange  <tl@openoffice.org>  [d545970b74bf0bd6dce54956c959b975b6b8b6ea]

        #99404# setting of read-only properties now raises PropertyVetoException

2002-08-14  Oliver Specht  <os@openoffice.org>  [581d7145a24362330065903c06f104cdbbd1f313]

        #101785# provide high contrast link display bitmap if necessary

2002-08-14  Oliver Specht  <os@openoffice.org>  [410933dd503233cd9d408fc5cdbe448ce1d304ed]

        #101785# provide high contrast link display bitmap if necessary

2002-08-14  Caolán McNamara  <cmc@openoffice.org>  [542a0d7260e4767d8aff839eb593e748a82ced48]

        #100044# Cleanup for optimization defines->enums

2002-08-14  Frank Meies  <fme@openoffice.org>  [01ecf5194778e4d91bb78b9c8dff99009a2f586e]

        #102306# Set default layout mode to TEXT_LAYOUT_BIDI_STRONG

2002-08-14  Oliver Specht  <os@openoffice.org>  [85d530b5f390b91dca43034ff2ce68f4ff4eb6e9]

        #101785# set transparency to link display bitmaps

2002-08-14  Oliver Specht  <os@openoffice.org>  [bc87f7f29d43ecaf31cc4555a04dbb5cdda7b594]

        #101785# provide high contrast link display bitmap if necessary

2002-08-14  gt  <gt@openoffice.org>  [b67f45364dd551afd2c3ab4b5710eb15c2fcf93e]

        #99927# remove of SfxSmallMacroTabPage

2002-08-14  gt  <gt@openoffice.org>  [a277cd06df9986170af3716ccd46665e1e15a2d1]

        #99927# remove of SfxSmallMacroTabPage

2002-08-14  gt  <gt@openoffice.org>  [ddf344d0a624f3a5ec06670829a66960ee0e714a]

        #99927# remove of SfxSmallMacroTabPage

2002-08-14  gt  <gt@openoffice.org>  [0bf0c7abb67d1a2ed26969f42e4ba87b90f14d5e]

        #99927# remove of SfxSmallMacroTabPage and hide of ScripTypeLB

2002-08-14  Frank Meies  <fme@openoffice.org>  [6107b10b1603f176a34854ac4fb104506a701c74]

        #102266# SvxCharScaleWidthItem was not applied to font

2002-08-14  Karl Hong  <khong@openoffice.org>  [8b9738f8abe5f6f500e7053f24238f3f50675dd6]

        #99250# update Hebrew locale data file from Abuteir Isam, who works with Benavrham Jonathan

2002-08-13  Karl Hong  <khong@openoffice.org>  [9b8290e7892c0afebb5f9b97746a2137a9c185f1]

        #101903# extend NatNum to other locales

2002-08-13  Sascha Ballach  <sab@openoffice.org>  [c815f898b3cf2b63f1f69cde5f6b7efa16ed79dd]

        #102300#; use the = Operator instead of OUString constructor to assign String to OUString

2002-08-13  Sascha Ballach  <sab@openoffice.org>  [47feb810fe0b0c9d75594bc023e0cfb840badc0c]

        #102292#; add missing exception declarations; #102296#; the sequence should have the size of the rowcount

2002-08-13  Sascha Ballach  <sab@openoffice.org>  [0cb9e979fd4b4fdad18e989df82890e816f16084]

        #102292#; add missing exception declarations

2002-08-13  Sascha Ballach  <sab@openoffice.org>  [19e8b0e9ece960a333b7225deb9f7086547f6aef]

        #102299#; implement XServiceInfo; use the = Operator instead of OUString constructor to assign String to OUString

2002-08-13  Sascha Ballach  <sab@openoffice.org>  [8719648417d2c5ff5cf3d3dbfe4c45b15bfd5fe6]

        #102299#; implement XServiceInfo

2002-08-13  Sascha Ballach  <sab@openoffice.org>  [d861d6d0ed8eaa2091dec44cd9fdbf1c933b0d9f]

        #102068#; compare also the formula of a text cell

2002-08-13  Christof Pintaske  <cp@openoffice.org>  [510ffc0af0c64b975906a16b101414c7a1ebbd99]

        #101775# dont set focus into the status window

2002-08-13  Michael Brauer  <mib@openoffice.org>  [7f9269c778b4ce44530e85fdfefff45f568976a8]

        #102273#: getIndexAt/getTextRange/getCharacterBounds

2002-08-13  Jörg Budischewski  <jbu@openoffice.org>  [3fb1d119fc0276c6822e1789a3d2f4c4c821eb6a]

        #101225# disabled code optimization for C52 to workaround CC code generation bug

2002-08-13  Oliver Specht  <os@openoffice.org>  [628e456446955844b42d21c9af66dc43d3a7d0c3]

        #102249# hyperlink color set to old standard values

2002-08-13  Oliver Specht  <os@openoffice.org>  [98d37d226b796ab51b267648437b2a5bdd34d97c]

        #102249# hyperlink colors are applied to all links, not only in new documents

2002-08-13  Thomas Benisch  <tbe@openoffice.org>  [464a4b308436e1b18d2aa87d8f6ab5f8ada75316]

        #100836# Missing UAA event when windows are enabled/disabled

2002-08-13  Michael Brauer  <mib@openoffice.org>  [92fa394c448ddd6a8eb5f06cbf3afc1bf9f8e12a]

        #102265#, #102269#: contains/getAccessibleAt again

2002-08-13  Oliver Specht  <os@openoffice.org>  [a38d857c26eccc6b3d1d20dd167a464babfe9501]

        #102009# default drawing color and draw fill color removed

2002-08-13  Martin Hollmichel  <mh@openoffice.org>  [952c06b02bbbbc98bb9a779a1700331993abefeb]

        join: from OOO_STABLE_1, #101685#

2002-08-13  Martin Hollmichel  <mh@openoffice.org>  [ca3435bacac922e54106221d7be75194ac3ebf20]

        join: from OOO_STABLE_1

2002-08-13  Oliver Specht  <os@openoffice.org>  [82e4794d9e861dc3ff7767024650e18a756ba208]

        #102286# default tab size corrected

2002-08-13  Caolán McNamara  <cmc@openoffice.org>  [5ea8591b52ec0cb6afdc0b2118ef258d91d4715d]

        #102209# AutoDetect ucs2/utf8 byte marks

2002-08-13  Oliver Bolte  <obo@openoffice.org>  [b724aebb0b03600942e4ab606b70241d3bb187a0]

        new version for SRC641

2002-08-13  Martin Hollmichel  <mh@openoffice.org>  [6fb6680985fb38b3cd96e2ad3c51181a6669677d]

        join: from OOO_STABLE_1_PORTS, #101685#

2002-08-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d34a23a48caa2dd1882f9e4b04ca71c2bab5e6]

        #i6126#: clean up MacOSX handling

2002-08-13  Kurt Zenker  <kz@openoffice.org>  [fe83a8cb9128253cec1461220c46c81f863512f6]

        new version for SRC641

2002-08-13  Stephan Schäfer  <ssa@openoffice.org>  [e2e3fb2328494121bc04d99177811735ba157c8e]

        #100836# notification for window enabled/disabled

2002-08-13  Malte Timmermann  <mt@openoffice.org>  [5445d985efdf64806a79cb13a34d27e26962d747]

        #101118# Bidi support, tabs

2002-08-13  Thomas Lange  <tl@openoffice.org>  [1732f7f21f113f6341cf115f949a224dfe5de394]

        #99087# SwXTextViewCursor::isCollapsed fixed

2002-08-13  Stephan Schäfer  <ssa@openoffice.org>  [311715b7651f928f739b93c9adc235633f8dee69]

        #102087# skip borderwindow when asking for XTopWindow interface

2002-08-13  Stephan Schäfer  <ssa@openoffice.org>  [072fb907aa870251e19771bf0541606a2941fb5e]

        #102087# IsTopWindow uses toolkit functionality now

2002-08-13  Frank Schönheit  <fs@openoffice.org>  [08efc505affde173a598fea38384319618619119]

        #102288# documentation for some registration related config items / made the existent structure comply to the DTD

2002-08-13  Thomas Lange  <tl@openoffice.org>  [cdc6c3f15024070c6c6226a3998db4944e09e6d0]

        #99099# properties AnchorType, AnchorTypes and TextWrap fixed supplied for SwXTextTable

2002-08-13  Kurt Zenker  <kz@openoffice.org>  [df2e5ca78fb8fb371f6c5fe67b58f24567d6270c]

        #100000# include algorithm

2002-08-13  Vladimir Glazounov  <vg@openoffice.org>  [d494fd02e23ff5eb8cd887ad4bea55824e271b75]

        SRX643

2002-08-13  Jörg Barfurth  <jb@openoffice.org>  [a93c72cd859d4625bb10a96a2bfe77e0a6463e02]

        #99167# Corrected parameter validation: reject value we can't handle

2002-08-13  Jörg Barfurth  <jb@openoffice.org>  [443cb6480adc2ef28ac9bdad7b793c9668fef948]

        #99167# Corrected parameter validation: reject empty names

2002-08-13  Peter Burow  <pb@openoffice.org>  [8f3b0145193033db533007a7c4d2a2882e649c47]

        fix: #101350# security check for hyperlinks

2002-08-13  Peter Burow  <pb@openoffice.org>  [04b32a5f444ea4ac279c4b876075a6e899a6fbeb]

        fix: #101350# security check for hyperlinks

2002-08-13  Jörg Barfurth  <jb@openoffice.org>  [70f3d391d42da2915e4912526d30c8412e25b84a]

        #98489# Corrections for merging

2002-08-13  Kurt Zenker  <kz@openoffice.org>  [3b530e7e49c6d3e81e56b6e33b47d25d36d868b2]

        #101798# impl connection sharing (struct TDigestHolder public)

2002-08-13  Kurt Zenker  <kz@openoffice.org>  [3c49a580a4a52ba34dc098593d01282a5f5509d7]

        #100000# syntax command

2002-08-13  Frank Meies  <fme@openoffice.org>  [5b8c387c5b3a232a96993f23abe660c4b3bb9979]

        #101102# Differentiate between BIGENDIAN and LITTLEENDIAN for SvCacheStream

2002-08-13  Oliver Specht  <os@openoffice.org>  [68195dd40b6ff96ada2e37c25af20aff1c9735da]

        #95908# enable anchor change from inside header/footer to page

2002-08-13  Oliver Specht  <os@openoffice.org>  [984e028a5a8c104c5e2941d63cdd5e3aaef7d11b]

        #95908# assert removed

2002-08-13  Peter Burow  <pb@openoffice.org>  [3955a62bc80a85fbabb257b5c683f3cbda84da05]

        fix: #101350# security check for hyperlinks

2002-08-13  Stephan Bergmann  <sb@openoffice.org>  [0bcae344c5e964c63e25fcd4c390972ba6d46ee2]

        #101334# Filter out symbols from unnamed namespaces.

2002-08-13  Oliver Specht  <os@openoffice.org>  [aea40ac1448c7cb3a86d842f85fe389dbeb5b72c]

        #101906# hyperlink StatusBar control uses resource string

2002-08-13  Stephan Bergmann  <sb@openoffice.org>  [9f77efae01b7de753afca02194e877b956b6e217]

        #101334# Release all resources when exiting CreateFontSubset.

2002-08-13  gt  <gt@openoffice.org>  [52fccdb4033c44f04582ed53c3e4198aa308d86d]

        #102275# removed asia specific strings in SvxStdParagraphTabPage

2002-08-13  Peter Burow  <pb@openoffice.org>  [77e0628d552145d1658d394077ed39cbf76dd3b7]

        fix: #101350# security check for hyperlinks

2002-08-13  Daniel Rentz  <dr@openoffice.org>  [c0fee41fc5400cbb9a8ef5fbeaaae31f658d989c]

        + SHEETPROTECTION

2002-08-13  Peter Burow  <pb@openoffice.org>  [a78a365bdfcb1449e595c7ccedb208431ca23ff1]

        fix: #101350# security check for hyperlinks

2002-08-13  Kurt Zenker  <kz@openoffice.org>  [3608ab19ca91187e3b2f9f792f71dde759b6d9c4]

        new version for SRC641

2002-08-13  Martin Hollmichel  <mh@openoffice.org>  [fcc0b40d3b4f2dbf4894dbf9a5ef9c54617c2b11]

        join: from OOO_STABLE_1_PORTS, #101685#

2002-08-13  Kurt Zenker  <kz@openoffice.org>  [f306e98a7bec6296a33638599608115fee1a6f75]

        new version for SRC641

2002-08-13  Andreas Schlüns  <as@openoffice.org>  [4466714024151e26d5325474c0dae9a5310f72ea]

        #92086# correct check for valid target name

2002-08-13  Andreas Schlüns  <as@openoffice.org>  [67f8030c72145cc281acc230e8ebefc137a4c57e]

        establish new test and debug service

2002-08-13  Kai Ahrens  <ka@openoffice.org>  [b762e93d90cf0a3036136740f4a7f7fb950fd4d4]

        #101570#: added pdf filter

2002-08-13  Kai Ahrens  <ka@openoffice.org>  [4111b430a0a7954416ff95794a8ffb8fbc4472e3]

        #101570#: added pdf filter

2002-08-13  Thorsten Behrens  <thb@openoffice.org>  [11a78dd24663dba60a6ecf1442335debedba2b36]

        #102235# Reversed disposal and notification for insertion/remove of paragraphs

2002-08-13  Behrend Cornelius  <bc@openoffice.org>  [856095b1a3efd3e7a548676ee7e29cb559e33a7c]

        #100027# Script and Dialog now writeprotected

2002-08-13  Martin Hollmichel  <mh@openoffice.org>  [2edea4cc5e153b29f7182f421d3ac1883db3e69c]

        join: from OOO_STABLE_1_PORTS, #101685#

2002-08-13  Kai Ahrens  <ka@openoffice.org>  [8a99e02439eb88e023403dff523022dc238c1a78]

        #101570#: added ASPECT_DOCPRINT

2002-08-13  Daniel Boelzle  <dbo@openoffice.org>  [af3d1f44ebf32ee0a48f436dc4d4c6309a3aa295]

        #100232# added support for __getComponentFactory

2002-08-13  Kai Ahrens  <ka@openoffice.org>  [cb5427f40edf865ca7614647edcfe9fd133238c4]

        #101570#: added XRenderable interface

2002-08-13  Martin Hollmichel  <mh@openoffice.org>  [a8706ae2f52662de5e5e5a39378f06d7889a7ed2]

        chg: HASHID function arithmetic error fixed, #101685#

2002-08-13  Kurt Zenker  <kz@openoffice.org>  [1ea88153a79701f3c9cdf56a6ae7f54e3fb9d2b2]

        new version for SRC641

2002-08-13  Kai Ahrens  <ka@openoffice.org>  [56850bba4c8fa4018034c00c3a715a3de5405a8d]

        #101570#: minor code changes

2002-08-13  Stephan Schäfer  <ssa@openoffice.org>  [e5d173098e94c404dbc35da66cb397ba094f4a95]

        #102158# allow grabfocus for floating toolbars again

2002-08-13  Vladimir Glazounov  <vg@openoffice.org>  [eb8a4b194bcdfcf7c81d5a891570ed4167a8bf8b]

        new version for SRX643

2002-08-13  Kai Ahrens  <ka@openoffice.org>  [7d5508f0cc54dd2984ad5eeb6949730be038a5db]

        #101570#: added XRenderable

2002-08-13  Ocke Janssen  <oj@openoffice.org>  [87bac9a7bf9cc00f0ed9fbb4a917e236e254ca65]

        #98095# clear mutex before calling our listeners

2002-08-13  Ocke Janssen  <oj@openoffice.org>  [7d0cf9544384ada5fd1d19ace9ebdd3fc82da232]

        #98095# remove the multiplex only when the last listener is gone

2002-08-13  Rüdiger Timm  <rt@openoffice.org>  [f9137eac38a6238cfc4e3694ea1e3fa82a64d52a]

        new version for SRC641

2002-08-13  Behrend Cornelius  <bc@openoffice.org>  [24ec9635dc15965aaa40d9c0f5532ef48c810e68]

        #100027# duplicate Sub in Tools module removed

2002-08-13  Daniel Boelzle  <dbo@openoffice.org>  [540afa9583bbf6907aff581bc13bedf32614e316]

        #100232# added new factory helper

2002-08-13  Jörg Barfurth  <jb@openoffice.org>  [5185653dc16f7b256d579edcb204764e89444d5e]

        #102278# Move the handling of (dynamic) properties overriding (rather than replacing) their base value to the layer merger

2002-08-13  Sven Jacobi  <sj@openoffice.org>  [a753ef2dbc57a2eb9254a0de74140cb73edbe085]

        #100787# #i5321# do not rotate the metafile property (this fixes the problem of deformed dimension objects)

2002-08-13  Daniel Rentz  <dr@openoffice.org>  [3c6a899ef259eac425c1fcc7c6a24b1c91ea2438]

        #101548# autoformat preview in HC

2002-08-13  Jörg Barfurth  <jb@openoffice.org>  [3085098808c14717642f221b36b3ea8513b866ae]

        #102237# Leave manifest NIL strings as NULL

2002-08-13  Sascha Ballach  <sab@openoffice.org>  [731041481e2338caa31604124145bccea3881cfa]

        #100696#; give the childs the specified order

2002-08-13  Daniel Rentz  <dr@openoffice.org>  [458558f0c780e301a553af1e5a9dbdcf380dea9d]

        #10101548#

2002-08-13  Vladimir Glazounov  <vg@openoffice.org>  [c3d33625ae19aef1b31c33fada7b83c02ab7a669]

        #100000# typo

2002-08-13  Frank Meies  <fme@openoffice.org>  [979cf28506352bfa6f404f1e0eaa192193dc4e92]

        #102249# Change color for hyperlinks

2002-08-13  Ocke Janssen  <oj@openoffice.org>  [d3c63f38167f783d1148183072a3ae4c097996b4]

        #102268# implement CTL for the preview

2002-08-13  Ocke Janssen  <oj@openoffice.org>  [72518e6e40ddd580be022b00791c8dba26e074bf]

        #102268# implement CTL for the preview

2002-08-13  ghiggins  <ghiggins@openoffice.org>  [e78c22c84ff3f0ab55023f809094361f74c97ebd]

        #99344# Adding UI support for SSO

2002-08-13  Stephan Bergmann  <sb@openoffice.org>  [3da797d4f79b0e4ea45ef475307d53a3a18169ad]

        #101704# Redesigned FindFirstURLInText.

2002-08-13  Andreas Bregas  <ab@openoffice.org>  [d5259c5f3921292148d61c4f8c2e4b38327e8db6]

        #98536# StepLOCAL(): Check if variable exists before creating it

2002-08-13  Herbert Duerr  <hdu@openoffice.org>  [6d96720fd51ca4710c9ffef3db68ac13678f5bed]

        #98991# fix CJKV vertical glyph rotation, avoid obsolete FT helper functions

2002-08-13  Vladimir Glazounov  <vg@openoffice.org>  [4ab7ade47500fde5605d07c2793074d7638b0e55]

        SRX643

2002-08-13  Oliver Specht  <os@openoffice.org>  [acdb8250b7852fa762d6cbbc564933a07ed9fb67]

        #96474# Absatz trennen -> Absatz nicht trennen

2002-08-13  Mikhail Voitenko  <mav@openoffice.org>  [8071e79c361f34cbe1514caadc786ed0eae569df]

        #102222# delete stream object after use

2002-08-13  gt  <gt@openoffice.org>  [5abe05a08f39bb16907b0600cb392bd1e5cee88c]

        #98627# <ALT><RETURN> should not invoke inplace editing

2002-08-13  Frank Meies  <fme@openoffice.org>  [89e2831f5ceda5849c653c203b97fab7bb5e3f28]

        #93992# Separator edit field in statistics dialog not needed anymore

2002-08-13  Peter Burow  <pb@openoffice.org>  [82ef4a197865c7c5146a890ee59db49d0eb7147e]

        fix: #100500# accessible stuff added

2002-08-13  Karl Hong  <khong@openoffice.org>  [bb64f1257499145655a8d201038aac68a23d3864]

        #99346# add an Indian locale data

2002-08-13  Frank Meies  <fme@openoffice.org>  [051d0c70676911743df1cf5845a41ee43b874997]

        #93992# Separator edit field in statistics dialog not needed anymore

2002-08-13  Frank Meies  <fme@openoffice.org>  [6876122a5a7210a9ca988eae0bc8a92c37ca00c8]

        #93992# NextWord function of class SwScanner has to stop at end position

2002-08-13  Frank Meies  <fme@openoffice.org>  [402f02b6c62620ea29f5d952ac3fca83db8ae464]

        #93992# Use the break iterator for word count

2002-08-13  Karl Hong  <khong@openoffice.org>  [c8a86837d4ed0a077e12b2640628bfb3b8b4fc7d]

        #102228# create Multiplier_Lower for korean

2002-08-12  Kurt Zenker  <kz@openoffice.org>  [ce8f48e4d2953c112d00858168a023ae8e7b81d5]

        Merge SRX643: 12.08.02 - 22:08:19

2002-08-12  Niklas Nebel  <nn@openoffice.org>  [409f488635472aea5c4fae49e53e88e695f3b4ce]

        #102062# call SetDrawModified after changing ImageMap

2002-08-12  Thorsten Behrens  <thb@openoffice.org>  [b8b9e532de7f898fe761209d2ed25551992367cc]

        #102259# Double-check index at point

2002-08-12  Malte Timmermann  <mt@openoffice.org>  [b8759d2d61408ea2091c78e8197f7b8a458b7b59]

        #102261# NotifyAccessibleStateEventGlobally

2002-08-12  Vladimir Glazounov  <vg@openoffice.org>  [28c04d5becf0b3eafacad463e1a9e5d857942ff9]

        #100000# typo

2002-08-12  Behrend Cornelius  <bc@openoffice.org>  [db25e0d8bf4f3ebaab87caef5ffeecb890710c64]

        #100027# scripts set back to readonly

2002-08-12  Behrend Cornelius  <bc@openoffice.org>  [648bae93d69cf663a73c826cb8b7aed667931256]

        #100027# Sub Main occured twice in misc module

2002-08-12  Jörg Barfurth  <jb@openoffice.org>  [3783bf0f3860fa547024582aac535b0aaf8d0eb6]

        #102246# Write prop types also when adding a prop not present in the layer before

2002-08-12  Behrend Cornelius  <bc@openoffice.org>  [455f361eab684f508345984d4304239a6d7e983e]

        #100384# Several changes

2002-08-12  Thorsten Behrens  <thb@openoffice.org>  [0f4cd275d1983a8a993d930714f669f808aaa843]

        #101000# Added strings to resource

2002-08-12  Malte Timmermann  <mt@openoffice.org>  [e8482705e8ea3d1614829c09d8b99acbfcd11c93]

        #101118# Start Bidi support

2002-08-12  Stephan Schäfer  <ssa@openoffice.org>  [7729613cface919a071f640ee1deae5b3d24eac9]

        #100860# mirror win pos in updateframegeometry

2002-08-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dc7bcaaec8a674325cd03607ecff61eed1540196]

        #100000# avoid exportlist writing if not lock owner

2002-08-12  Martin Hollmichel  <mh@openoffice.org>  [f3370ea94d8a8897efaf01f1f338ecdaf05774a9]

        join: from OOO_STABLE_1, #101685

2002-08-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ebe1179df1e0d916b0e5a5046716629af969570]

        #101685#: undo last merge; merge OOO_STABLE_1_PORTS (1.22.2.2.2.1)->HEAD

2002-08-12  gt  <gt@openoffice.org>  [6ccebe8bc471d09c3200d0f1a045e9499f26bc71]

        #98625# enabled SublistOpenWithLeftRight by default for SvTreeListBox

2002-08-12  Rüdiger Timm  <rt@openoffice.org>  [39dd01b0d7a62207e160efb25e4545f142bd37bf]

        new version for SRX643

2002-08-12  Tom Verbeek  <tv@openoffice.org>  [a976a7a80f78c76aba9ff3ff102e8abca4ed090d]

        #102256# moved from extras_full to extras

2002-08-12  Frank Schönheit  <fs@openoffice.org>  [e44b98eef632907ded3c3e9c6bd30a06fde1d0b4]

        #98803# now the german string is 'Datenquelle auswählen'

2002-08-12  Tom Verbeek  <tv@openoffice.org>  [7b9a42f8fcb127f71a85a1b9f19add7c86645659]

        #102256# moved from extras_full to extras

2002-08-12  Oliver Specht  <os@openoffice.org>  [2a70b4fbfddd24582038c115cac22607df1e6c02]

        #101359# cover vertical frames

2002-08-12  Oliver Specht  <os@openoffice.org>  [3ee504b6fae9ca9b1d35abe6ace2c9c07a106438]

        #101359# cover vertical frames

2002-08-12  Oliver Specht  <os@openoffice.org>  [d7eb37bed23525ac7250b049c125f9c040c0c971]

        #101359# new: IsFrmInVertical()

2002-08-12  Rüdiger Timm  <rt@openoffice.org>  [6476e7db3254cd75beebda6d7434c7d22bcf229e]

        new version for SRX643

2002-08-12  Thomas Lange  <tl@openoffice.org>  [9164df756aca22998a68cd8fa03381b33230ca7c]

        #102046# item-set values for default languge CJK/CTL fixed for current version

2002-08-12  Andreas Bregas  <ab@openoffice.org>  [b20ca8308bd443f73bf743b1597f458fe8cada32]

        #100027# SbiParser::DefProc(): Error if proc has already been defined

2002-08-12  Andreas Bregas  <ab@openoffice.org>  [ced75fcef9ea06f6bc92704c04a2cc2e5881ca8d]

        #100027# New ProcDecl flag in class SbiProcDef

2002-08-12  Andreas Schlüns  <as@openoffice.org>  [8537df8d1c14b8b0e00aed2be6bd54ce0155bbc0]

        #92086# some more helper; better detail handling

2002-08-12  Andreas Schlüns  <as@openoffice.org>  [001680ef48415b2b9dff9164c16f934098ebaa7d]

        #92086#, #101842# reactivate UI interaction

2002-08-12  Andreas Schlüns  <as@openoffice.org>  [642174bb5f0201a6b6d44719e8873f48961e8fda]

        #92086# new directory interaction

2002-08-12  Malte Timmermann  <mt@openoffice.org>  [50d1e702390953197284a7d55ba682986eadacb0]

        #101117# R2L: Use SvxFrameDirectionItem, like Writer

2002-08-12  ghiggins  <ghiggins@openoffice.org>  [3c81b5effaeec80ae8ba11c0b8f47f93f87397e3]

        #99344# Don't include SSO in OpenOffice

2002-08-12  Caolán McNamara  <cmc@openoffice.org>  [8504b0a4a9da2f25b0c4301f8958c178e4d880e5]

        #100044# Minimize global static data

2002-08-12  gt  <gt@openoffice.org>  [2c330e49cd24b9e1117f5e8eb11545bbcbf893c6]

        #101785# minor HC changes

2002-08-12  Joachim Lingner  <jl@openoffice.org>  [34bcf81a971c1cbe28d2ce09a6ad7626d5e05d7a]

        #101225#

2002-08-12  Kurt Zenker  <kz@openoffice.org>  [cc04e8ec093799f75025aa9949268226688f5112]

        SRX643

2002-08-12  Martin Hollmichel  <mh@openoffice.org>  [8dbc3f960598e071c85ab17647d2d69018e9edaa]

        join: from OOO_STABLE_1, #101685 changes for MacOSX

2002-08-12  Vladimir Glazounov  <vg@openoffice.org>  [130b88e253a8f045147bdbd1bf6de08ed6c730d1]

        SRX643

2002-08-12  Vladimir Glazounov  <vg@openoffice.org>  [b81f743115113dcd13ec334030e30b1ef8e9f354]

        SRX643

2002-08-12  Martin Hollmichel  <mh@openoffice.org>  [5da3337c007e0572028283d70bad43e9a29d45c1]

        readded include stdlib.h, because of missing NULL definition in many headers, #100000, #101685

2002-08-12  Caolán McNamara  <cmc@openoffice.org>  [41c2dfdec689870c9070452598bdd70a4e5b4aef]

        #101578# Can encounter delete before insert of same text when parsing word redlines

2002-08-12  Sascha Ballach  <sab@openoffice.org>  [5a772a2c3bbc68ae358b4b09d7185b4cc0761b20]

        #102240#; test whether the point is in the BoundingBox

2002-08-12  Vladimir Glazounov  <vg@openoffice.org>  [d8c0d7b5b048bc4db0751cd7004081e4bf49292d]

        SRX643

2002-08-12  gt  <gt@openoffice.org>  [dc91cc37be26501661137f06c7e0ea4b35bab585]

        #101857# set border for ruby preview window

2002-08-12  Ocke Janssen  <oj@openoffice.org>  [fbc745411dea3d6f910df63dd29f6ab493f54259]

        #101798# impl connection sharing

2002-08-12  Sven Jacobi  <sj@openoffice.org>  [69c0ef8b56cbcac2cfed23a0897392dd3fa9fff2]

        #102226# added support of BiDi import

2002-08-12  ghiggins  <ghiggins@openoffice.org>  [df1f0bf8836904443678110018d600cda3af5015]

        #99344# Adding UI support for SSO

2002-08-12  Ocke Janssen  <oj@openoffice.org>  [aec0e4961ef42d99afe4aa8eceb105d9e441d804]

        #101798# + ConnectionWrapper.cxx

2002-08-12  Ocke Janssen  <oj@openoffice.org>  [7adb09650ceede6cd4048af9f87d3574db2e9247]

        #101798# impl connection sharing

2002-08-12  Andreas Bregas  <ab@openoffice.org>  [d966688f7591ca82f2c2afe2ffab4dc31e79846f]

        #99891# RTL function GetDefaultContext()

2002-08-12  Ocke Janssen  <oj@openoffice.org>  [6e11cad3e0c1529e752ae7d3b3af2f6b99348238]

        #101798# impl connection sharing

2002-08-12  Ocke Janssen  <oj@openoffice.org>  [c9c86205d63b88e02f8deea22cd2fccab9cf6d95]

        #101798# impl connection sharing

2002-08-12  Ocke Janssen  <oj@openoffice.org>  [444ede053f1edbd17a9700ed9422a9611a167324]

        #101798# new connection wrapper for shared connections

2002-08-12  Vladimir Glazounov  <vg@openoffice.org>  [dfec640a73eda8d164f2b7821577b97436dd1b44]

        SRX643

2002-08-12  Ocke Janssen  <oj@openoffice.org>  [bae5ae934eadb728cc0f563be28f69e0e72985e7]

        #101798# move ZConnectionWrapper to inc and impl sharing connections

2002-08-12  Sascha Ballach  <sab@openoffice.org>  [94240d626893b09c2741b868963db4042221dec4]

        #102232#; if there is no DrawView remove selected ranges also

2002-08-12  Ocke Janssen  <oj@openoffice.org>  [77c6c458aadc01eae92f940aa44e6b2953169118]

        #101798# new connection wrapper

2002-08-12  Frank Meies  <fme@openoffice.org>  [f8f8ce444b0e3e0c72a44a98fe8ae8ccee440fcf]

        #93992# New word count mode in breakiterator

2002-08-12  Cyrille Moureaux  <cyrillem@openoffice.org>  [c6fd0de97333af5acaa07c002b2cc43ef2a244b0]

        #102233# Changed Position to position and removed mapping for country.

2002-08-12  Andreas Martens  <ama@openoffice.org>  [c7f6b7dbe8fb8c54497aac7a5236ff1a67a4a3a2]

        Fix #102044#: Too much invalidation by fly content

2002-08-12  Andreas Martens  <ama@openoffice.org>  [2b2d77cadc16fddb9a4584a183a916b55180f646]

        Fix #102044#: Double moving of fly content

2002-08-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [32e8cc3fde141afb755f24b50b9e49e4d275edf3]

        #100000# keep it shell independent

2002-08-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c29f4e4dfb1f0e021529b3333ab6d348d8e30d3]

        #100000# unique string support to determine owner of lockfile

2002-08-09  Karl Hong  <khong@openoffice.org>  [3e8b650385bb1b0a37cc9582f76fbb6722a133aa]

        #102154# add line breakiterator for cjk, which will skip ICU breakiterator

2002-08-09  Volker Ahrendt  <va@openoffice.org>  [1654acdf7f7df829997495842495ae1dc790c1cb]

        #101850# Corrected typo.

2002-08-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [37ea92f4552b9f44aedb37f7dcd7b9f54209f4b8]

        #101685#: Merge OOO_STABLE_1_PORTS (1.13.10.1-1.13.10.2.1) -> HEAD

2002-08-09  Thorsten Behrens  <thb@openoffice.org>  [ec7fc27d6cc891adf04370607d64c04df96acb3a]

        #102183# Don't throw exceptions when return value can do, too

2002-08-09  Oliver Braun  <obr@openoffice.org>  [b1ae3c111ef700091656ad00d321928e01b0d75e]

        #100467# adjust service for gnome

2002-08-09  Sven Jacobi  <sj@openoffice.org>  [e425825ecb6f921582705bdfadb78ec2c80f29d1]

        #102226# added support for BiDi writing (hard attributed)

2002-08-09  Juergen Schmidt  <jsc@openoffice.org>  [a951aa6cf59ccc0fe9685852acc174b78d8ca7a9]

        #99053# insert new devmanual_preview page

2002-08-09  Oliver Specht  <os@openoffice.org>  [f0d563259f5338f55e9e52df61dd59b3f6bff6c4]

        #101950# convert text<->table: delimiter has to be sal_Unicode

2002-08-09  Oliver Braun  <obr@openoffice.org>  [64b1ac11ff54c777f4bb7a51ef0d571edcffb144]

        #100467# avoid deadlocks with SolarMutex

2002-08-09  gt  <gt@openoffice.org>  [58cc774df87e753803e34cb2e9503d19064fc688]

        #101519# wrongly positioned resources

2002-08-09  Juergen Schmidt  <jsc@openoffice.org>  [1ca286f59bd091ed941142febcb4b39b8885466b]

        #99053# insert devmanual preview

2002-08-09  Vladimir Glazounov  <vg@openoffice.org>  [f89c5d4a0bb2e3686bdbe39d32a60f1c4b4f7e66]

        new version for SRX643

2002-08-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c6412122494d2586693b52a9b64581f27043aaf]

        #101685#: Merge OOO_STABLE_1_PORTS->HEAD

2002-08-09  Andreas Martens  <ama@openoffice.org>  [94eb585f48a4363aba93ac1a49b0faf83901ad95]

        Fix #101359#: CalcBoundRect has to take care of text direction

2002-08-09  Ingrid Halama  <iha@openoffice.org>  [82b430512fbf71d5c1f3d614f5537f497f9e2fcd]

        #94742# disable modify of no selection

2002-08-09  gt  <gt@openoffice.org>  [aea8844ecadfb5c304bd1cd2fece3f2a0f632d0d]

        #101770# new international options tab page

2002-08-09  gt  <gt@openoffice.org>  [a7a1578673a51f94f5723db3360d513c4ffb2a1f]

        #101770# new international options tab page

2002-08-09  Sascha Ballach  <sab@openoffice.org>  [5e74350deaeb1b0dd81bcb033626eacc7490a88b]

        #102219#; don't return a EditViewForwarder in cells, because they are readonly and have no EditView

2002-08-09  Kai Sommerfeld  <kso@openoffice.org>  [9089e57eb3396d186bf9edf86f73bfc76fed387c]

        Added optional interface XCommandProcessor2.

2002-08-09  Kai Sommerfeld  <kso@openoffice.org>  [56eb67b9b0269804b45cd2e0f4b52ef1241b2f2d]

        Added ODMAContent.idl and ODMAContentProvider.idl

2002-08-09  Oliver Düsterhoff  <od@openoffice.org>  [705d29972d8dc02ace1207f207c169472a0890ac]

        #101207#,#101216#,#101778#: unhide sections with hide condition only if necessary

2002-08-09  Kai Sommerfeld  <kso@openoffice.org>  [2a8cf0685def2e91777d5bdd1d2c8aca406c994f]

        Obsolete.

2002-08-09  Michael Brauer  <mib@openoffice.org>  [76a45a18588aaab8e681d48ba69d3ddce65d1ac1]

        #0100029#: broadcast UAA editable state events

2002-08-09  Daniel Rentz  <dr@openoffice.org>  [a1c5432a602ab1a3b85f4e52b219143374c74de0]

        #100489# Build-in names must be in table name sort order

2002-08-09  Daniel Rentz  <dr@openoffice.org>  [290be75f706cb3564b931a29ecdeec4c76485e2f]

        #100489# Build-in names must be in table name sort order

2002-08-09  Herbert Duerr  <hdu@openoffice.org>  [19dd30a561f0a833a9a983a731b261059f63a89f]

        #101334# also deliver list.h since sft.h depends on it

2002-08-09  Ingrid Halama  <iha@openoffice.org>  [ddc263bf95566b6d1657276fa10e181d449a62f2]

        #99877# do not disable phonetic reading dependent on the current language

2002-08-09  Herbert Duerr  <hdu@openoffice.org>  [8789ed701e98031f2a1657ea0dfd6f7a0b050992]

        #101334# first shot at implementing font subsetting on W32 platform

2002-08-09  Vladimir Glazounov  <vg@openoffice.org>  [9639d33ea16b1187853af48263f7ca5831267a1f]

        SRX643

2002-08-09  Andreas Bregas  <ab@openoffice.org>  [f37cd5c2fa6b61740033449f06d52d839130b52e]

        #92464# Use FindNextStmnt method with FollowJumps option in Resume

2002-08-09  Andreas Bregas  <ab@openoffice.org>  [eecfeca2d3017fc0503c418b2961138cc55c5aa8]

        #92464# FindNextStmnt method with FollowJumps option

2002-08-09  Ingrid Halama  <iha@openoffice.org>  [35d39936afeb1c603d84077e16010e9aabe4ec06]

        #92276# not enough space for spanish and polish

2002-08-09  Rüdiger Timm  <rt@openoffice.org>  [156a3564c006379623612d9d2c11109cf78e5d05]

        #100000# dependency cleanup

2002-08-09  Kai Ahrens  <ka@openoffice.org>  [9608557fcda5d9b3b0778111428281008dde9879]

        #102062#: set document changed after assignment of image map

2002-08-09  Rüdiger Timm  <rt@openoffice.org>  [a2414d7d409c948f7f2d1d77fafe84f9663e0330]

        #100000# dependency cleanup

2002-08-09  Oliver Specht  <os@openoffice.org>  [16bfe592c801c3a592dcaea711db6bdab4537e3d]

        #100905# chaining of frames in frame dialog enabled

2002-08-09  Vladimir Glazounov  <vg@openoffice.org>  [abb1725fe235cbe9fde01dc9f1d3677f21ec6b45]

        #100000# corrected typos

2002-08-09  Oliver Specht  <os@openoffice.org>  [eebfc1b18cdeea3e476169e00e8178dfccd329fa]

        #100905# chaining of frames in frame dialog enabled

2002-08-09  Michael Brauer  <mib@openoffice.org>  [7b903a6a4ee2565e4010c1f2b3d2139254417dbc]

        #100010#: selection handling, escpecially if OLE objects are active. (moved from ui/inc to inc)

2002-08-09  Michael Brauer  <mib@openoffice.org>  [f210021ae53f62114b153da53f21348cdb10b652]

        #100010#: selection handling, escpecially if OLE objects are active.

2002-08-09  Ingrid Halama  <iha@openoffice.org>  [ff8b793fe9cd1d072542344ea6777f4f13fa218b]

        #102186#

2002-08-09  Rüdiger Timm  <rt@openoffice.org>  [6522a7d4f8987fdc00ed4255d8e3627792d94a1f]

        #100000# ensure to have solenv before start building

2002-08-09  Daniel Rentz  <dr@openoffice.org>  [192838eafb677afc8fedbfb42a775b53a5be174c]

        init the member

2002-08-08  Kurt Zenker  <kz@openoffice.org>  [7160e2ec9d3c34545736a191b568477d84be01bc]

        Merge SRX643: 08/08/02 - 22:08:34

2002-08-08  Kurt Zenker  <kz@openoffice.org>  [2df69847464628619692431c6fc99c4d5c1850b9]

        Merge SRX643: 08.08.02 - 22:07:29

2002-08-08  Kurt Zenker  <kz@openoffice.org>  [75ef7f32d53e8db6e6bf21150f6777dee1994d00]

        Merge SRX643: 08.08.02 - 22:07:30

2002-08-08  Kurt Zenker  <kz@openoffice.org>  [25834c28e51f528aca8080e112d99d28d33bb197]

        new version for SRX643

2002-08-08  Kurt Zenker  <kz@openoffice.org>  [53f62372a77e4d817184ed228664321dc41e1672]

        new version for SRX643

2002-08-08  Kurt Zenker  <kz@openoffice.org>  [736ef1e9c7f965731153ae35912f4720ddef112f]

        new version for SRX643

2002-08-08  Kurt Zenker  <kz@openoffice.org>  [dc8e4275128d2c032a13cf47da71b852aeab2ee9]

        new version for SRX643

2002-08-08  Rüdiger Timm  <rt@openoffice.org>  [6b7ff5db0f7ee1f9227bccd52ea5b29b1aab3bda]

        new version for SRX643

2002-08-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a1b59012b0ed0fe82cb0973bc332ac453b6b9ee2]

        #102095# fix the other call

2002-08-08  Bertram Nolte  <bnolte@openoffice.org>  [e293204328d34e269a2e2f694b113fd38d91b7d0]

        #101518# Replace back slashes with slashes and append a slash.

2002-08-08  Nikolai Pretzell  <np@openoffice.org>  [9d36a4081bd6a1b48361e3330fcb086d12e178bc]

        #101136# cleanup regarding namespaces and portability

2002-08-08  Vladimir Glazounov  <vg@openoffice.org>  [223bdad0f2a17dc969d5cdb0842eed7f9ac67019]

        #100000# temporary objects for gcc

2002-08-08  John Marmion  <jmarmion@openoffice.org>  [53da4de95477b9d442e71b7c83ca52c4cd4d3d96]

        #100815# - Fix RDFResource Reference Release

2002-08-08  Caolán McNamara  <cmc@openoffice.org>  [1933979aab720c30a987636cab4070702f1f95e2]

        #102160# It is possible to have 0x1 characters in a word document that do not correspond to any graphic!

2002-08-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2231664690064aab96dacacc0d457c0e52564a76]

        #100535# fix for changed declarations in new SDK

2002-08-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [89d3e85dcdc9a32bf53b2d1030a2c2de7f483006]

        #100535# fix for changed declarations in new SDK

2002-08-08  Herbert Duerr  <hdu@openoffice.org>  [06d26253adcb25914ed86d061c250a191f3205e8]

        #100000# workaround for pedantic compilers

2002-08-08  Joachim Lingner  <jl@openoffice.org>  [04aa8014c256ca530999f66f3d4badeec17c85ea]

        #99466# isObject and toObject now treat an Any with interface type and null reference as vali objects,i.e. do not throw IllegalArgumentException

2002-08-08  Behrend Cornelius  <bc@openoffice.org>  [be0f6ebd5084b9ca043fa4bfeb1eaafb83574116]

        #95840# now also possible to view logfile after interruption of convert process

2002-08-08  Vladimir Glazounov  <vg@openoffice.org>  [30e2b6d59cc44c7de974938361338769f947e3de]

        new version for SRX643

2002-08-08  Oliver Specht  <os@openoffice.org>  [2c216411a132b6a990ac9b243979a95c72cc161a]

        #98614# insert default frame via Ctrl+Return

2002-08-08  Oliver Braun  <obr@openoffice.org>  [64832d007ed528db12299aae6e1f2a5d7231eb73]

        #100467# initial release

2002-08-08  Ingrid Halama  <iha@openoffice.org>  [1a689ed0afd1ee8be37273f1dc93a8aba9d6f052]

        #99877# phonetic func for Index and Tables Dialog

2002-08-08  Joachim Lingner  <jl@openoffice.org>  [ffe9020305759d3fd66d4cfffed4169aeb152b74]

        #99466# isObject and toObject now treat an Any with interface type and null reference as vali objects,i.e. do not throw IllegalArgumentException

2002-08-08  Stephan Bergmann  <sb@openoffice.org>  [079e593b88861059c43a2bbb91437c0e360fd9de]

        #102185# Fixed some minor bugs.

2002-08-08  Oliver Braun  <obr@openoffice.org>  [1768b6cf61ed05738b66c9fdf53077754aa44c65]

        #100467# initial release

2002-08-08  Daniel Rentz  <dr@openoffice.org>  [161fe01c728b9a0135ecc9bb1149cce7c960e42e]

        export the book stream

2002-08-08  Sascha Ballach  <sab@openoffice.org>  [05222fad96df815bcbac7073f7266d5f116098c2]

        #101740#; use Ressources to create the name and description

2002-08-08  Sascha Ballach  <sab@openoffice.org>  [47e0f51b2bbf76610624ae1a2880fd2a2bbf1f3a]

        #101740#; give the editobject the name and the description

2002-08-08  Sascha Ballach  <sab@openoffice.org>  [c850fb8cd1fd895bedce3b7fc14b5f73ecb15a87]

        #101740#; tell the EditWindow which location it has; give the editobject the name and the description

2002-08-08  Sascha Ballach  <sab@openoffice.org>  [3e9fa95dfa2d80613accda00833e98f81a95353e]

        #101740#; tell the EditWindow which location it has

2002-08-08  Sascha Ballach  <sab@openoffice.org>  [3ef94a63a2eac81e783367954fe6f8181dced7da]

        #101740#; add names and description of accessibility objects

2002-08-08  Ingrid Halama  <iha@openoffice.org>  [a5c12ccf28101c1e4ba38dd67c1c1f5e20b30985]

        #99877# phonetic func for Index and Tables Dialog

2002-08-08  Eike Rathke  <er@openoffice.org>  [58e298c928404b0bd99c27cd406bd6e3c9279687]

        #101692# in DB import use result set if available

2002-08-08  Thorsten Behrens  <thb@openoffice.org>  [0cf81a2155dc3574bd75b89cbb231e57851760d4]

        #102170# Special handling for same paragraphs added

2002-08-08  Ingrid Halama  <iha@openoffice.org>  [66f1f70c844eb04136cd61e69682471843ad1a54]

        #99877# added HID_INSERT_IDX_MRK_PHONETIC_READING (phonetic func for Index and Tables Dialog)

2002-08-08  Caolán McNamara  <cmc@openoffice.org>  [fd40fde445b3e514109c6859e4604177c52829bf]

        #101363# AI/AB asian italic and bold not parsed

2002-08-08  Joachim Lingner  <jl@openoffice.org>  [0c54f3a2fef28598155b8243b664c8e390933a3f]

        #101225# typo fixed

2002-08-08  Andreas Bregas  <ab@openoffice.org>  [745d3db8f486553e0b7ac053a421a318be9ae43c]

        #94727# Check bSync parameter and use OProcess::TOption_Wait if true

2002-08-08  Rüdiger Timm  <rt@openoffice.org>  [a7b862eaf7b4d602b233695901227cde4cfb1ba1]

        SRX643

2002-08-08  Joachim Lingner  <jl@openoffice.org>  [bc392bc875ea6cd048a6d8f4b9e993ff761f2c65]

        #99466# returs void Any or Any with Interface type and null reference instead of just null

2002-08-08  Vladimir Glazounov  <vg@openoffice.org>  [d86db471178afdf5c0a24f581e66907af9f696d2]

        SRX643

2002-08-08  Ocke Janssen  <oj@openoffice.org>  [254dc754ed1575db38e8413080e8a4f5d3919569]

        #102008# only send a ACCESSIBLE_ACTIVE_DESCENDANT_EVENT event when we have the focus

2002-08-08  Daniel Rentz  <dr@openoffice.org>  [15929a98b98f0de8bc497d0e110b89e2ab48b578]

        #101616# conversion of metric areas and volumes

2002-08-08  Daniel Boelzle  <dbo@openoffice.org>  [b6c5e6de3d99e70c247676596df74711afcd3ebd]

        #101138# destroy not needed on temp mem registry

2002-08-08  Vladimir Glazounov  <vg@openoffice.org>  [1c9ae395c06ad8c36fa736910b3d374f884cd884]

        SRX643

2002-08-08  Frank Meies  <fme@openoffice.org>  [476a45d190a917602e2419716e9dc35ef46a982c]

        #95477# Restrict width of rotated tab portion to the width of one blank

2002-08-08  Joachim Lingner  <jl@openoffice.org>  [3bbad9330ca109fe3258402c4647dcc34338752c]

        #101225# a JavaNotConfiguredException is only thrown if there is no java.ini AND no environment variables set (OO_JAVA_PROPERTIES)

2002-08-08  Caolán McNamara  <cmc@openoffice.org>  [06d26ecc449d82b93b127df3673785d2d323f0b9]

        #102061# Anchored to paragraph as REL_CHAR nonsensical

2002-08-08  Andreas Bregas  <ab@openoffice.org>  [6acb54c19f07b1ea51851ce04727c4d33ca9a454]

        #94670# Don't ask for XMaterialHolder if object supports XInvocation directly

2002-08-08  Rüdiger Timm  <rt@openoffice.org>  [d59c7de521082984131d27cf5ef2dc7995518a61]

        Restored revision 1.126, as the next one from 2002/08/06 15:44:59 seems to be broken.

2002-08-08  Behrend Cornelius  <bc@openoffice.org>  [6b52dbe7fbf9508b9d8b54a7553ac9f6fe390c24]

        #99687# Textboundaries now no longer set by Autopilot

2002-08-08  Behrend Cornelius  <bc@openoffice.org>  [ba1b472a25ad13f87b6e1c9e640b00751403b4e1]

        #99687# Textboundaries now no longer set by Wizard

2002-08-08  Andreas Bregas  <ab@openoffice.org>  [62494ae01ee08132fd283f84313f55fb79026fe7]

        #90353# delete -> delete[]

2002-08-08  Sven Jacobi  <sj@openoffice.org>  [33ae36cdc8018009656c09035a58f66690c7ec0c]

        #102114# creating invisible dummy object for arcs. This holds the original snaprect size even if the arc is rotated

2002-08-08  Joachim Lingner  <jl@openoffice.org>  [39240e3ffada76ffb1850345e090dd172bb370c0]

        #102152# hotfix, do not throw exception if java.ini was not found

2002-08-08  Juergen Schmidt  <jsc@openoffice.org>  [ea543c9a9958aabd7194cf6220241aeb247b6e12]

        #99053# insert dependeny to odk_doc zip file

2002-08-08  Ocke Janssen  <oj@openoffice.org>  [3e6e73f9a0e302cc2c9b7e929a37e80727712096]

        #98084# move dtor to protected

2002-08-08  Ocke Janssen  <oj@openoffice.org>  [168206b54c27d74f2ec9d650c3d648effc2b4b9c]

        #98084# reposition used cache after moveToBookmark call

2002-08-08  Frank Schönheit  <fs@openoffice.org>  [5388701d646bab58d342e189540030a31e10bb04]

        #102151# UID_PROP_DLG_FILLCOLOR

2002-08-07  Kurt Zenker  <kz@openoffice.org>  [c1a90ff9b34be86c52e23b6734f1452b5fc6d18f]

        new version for SRC663

2002-08-07  Karl Hong  <khong@openoffice.org>  [54cd353cef063945b0200ef0ec3ee3e6de3e5021]

        #99346# add two more Indian locale data

2002-08-07  Oliver Bolte  <obo@openoffice.org>  [df3509a30d5b2c71b5bb0824508e4b8dbcd93bd3]

        Merge SRX643: 07.08.02 - 22:13:19

2002-08-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b30cc3cde74cadd5e3dc80ad12834b8153010156]

        #100535# avoid STLPORT_VERSION

2002-08-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8181ac881407c1839cb5f3fd18fda8b5e12c0614]

        #100535# introducc COMEX 9

2002-08-07  Kurt Zenker  <kz@openoffice.org>  [b08789f1330a18ef1fbe355f4b45a5443dab5e9c]

        new version for SRX643

2002-08-07  Kurt Zenker  <kz@openoffice.org>  [840403c9ad2172e82a59dcfa3acf086cd722c374]

        new version for SRX643

2002-08-07  Andre Fischer  <af@openoffice.org>  [912f644e7030ad2874cff9fc809c1c5839d7b812]

        #101974# Added strings for search/replace dialog boxes.

2002-08-07  Kurt Zenker  <kz@openoffice.org>  [42393db0de8572ad72058a2f70f5bfeafbf61fe2]

        new version for SRX643

2002-08-07  Andre Fischer  <af@openoffice.org>  [0ea2e6b2442356c7198131532abcf76a25724b0c]

        #101974# Added strings for search/replace dialog boxes.

2002-08-07  Vladimir Glazounov  <vg@openoffice.org>  [76378298a2cfb4780e878aa1e68a41f782061702]

        *** empty log message ***

2002-08-07  Michael Brauer  <mib@openoffice.org>  [837b2ccce2c16b85ea02c608d86db96af9adfb01]

        #101378#: Don't throw exception if printer name is empty

2002-08-07  Michael Brauer  <mib@openoffice.org>  [939a96cbdbf2c6f40b7f0400a737009142fa0cc3]

        #101871#: Check existance of number format than calculating auto styles

2002-08-07  Frank Meies  <fme@openoffice.org>  [748c608a3137a395bb9d09df2cd2e8dcfb09a3a8]

        #100926# FindMaster for SwTabFrm

2002-08-07  Kurt Zenker  <kz@openoffice.org>  [51bbf3dee48c8893a0d8ebbd2d8fcfc55bbc93d8]

        new version for SRX643

2002-08-07  Karl Hong  <khong@openoffice.org>  [f924718ee6635b639774914f071f2ccaaec4257b]

        #102027# fix a problem in getDateTime()

2002-08-07  Mikhail Voitenko  <mav@openoffice.org>  [f73eebe380abcc181af06a5619c7ea55250cc727]

        #102077# do not seek over the end of readonly streams

2002-08-07  tpf  <tpf@openoffice.org>  [3c49fd415731837683faec3826c8d4c3d9eddded]

        #100282# create java property files for SOMC

2002-08-07  tpf  <tpf@openoffice.org>  [0fdb9a2b4abb0d05bbe89692515e5dc8f03768ad]

        #100282# create java property files for SOMC

2002-08-07  Eike Rathke  <er@openoffice.org>  [83b8c9dfa321b16056414b7e144a4f9b12fa882b]

        #102136# lcl_PutString: don't insist on SEPT, accept SEP too

2002-08-07  Eike Rathke  <er@openoffice.org>  [a19819ffa1bcd73ed2a3d363f35df2a5a4f523bc]

        #102136# GetMonth: don't insist on SEPT, accept SEP too

2002-08-07  Herbert Duerr  <hdu@openoffice.org>  [c1522c9e79e368e15fcbe5d412e30dc55282c520]

        #98991# avoid W32 glyph APIs for vertical layout

2002-08-07  Oliver Specht  <os@openoffice.org>  [b524eac7c29d966ccc12c7b9953e9075f543c2fa]

        #94553# disregard unavailable columns; set number format information form matching columns, only

2002-08-07  gt  <gt@openoffice.org>  [b2b289aff721b17dae366b67018361fc4f645c83]

        #101857# HC 4 RubyPreview/SvxRubyDialog

2002-08-07  gt  <gt@openoffice.org>  [8f0f4e1b7344f543f19643c208dd0d92fa97e5bb]

        #101857# HC 4 RubyPreview/SvxRubyDialog

2002-08-07  Daniel Rentz  <dr@openoffice.org>  [7b4879edb02aff68c6be224783faf3f84752071a]

        #94362# added 'Tabelle' in german strings

2002-08-07  Andreas Bregas  <ab@openoffice.org>  [1e6e53a1d55da729163c0c9001495b3e0cb418cf]

        #97545# Special treatment for empty string in InStr()

2002-08-07  Oliver Specht  <os@openoffice.org>  [6f19e81119aef8ef988107de96d9fc4322fa8ebb]

        #101796# clear CharStyle ListBox correctly

2002-08-07  Daniel Rentz  <dr@openoffice.org>  [262338c865d2d7520595e316d3b147d021436f25]

        #102142# thin preview border

2002-08-07  Kurt Zenker  <kz@openoffice.org>  [da0a0ee350307c6499bdf41bc74132a56b184a1d]

        new version for SRC641

2002-08-07  Oliver Specht  <os@openoffice.org>  [e0340ebe1837e26bf6f71bbfa25a0a7961c50bbf]

        #101992# support text changed

2002-08-07  Mikhail Voitenko  <mav@openoffice.org>  [9d170b091302264011ed5fa147c8ae1caa78628b]

        #102089# force UCBStorage depending on filter; recreate XInputStream if required

2002-08-07  Michael Brauer  <mib@openoffice.org>  [31976b73244a3048cc960b670318660f8ade11f3]

        #102106#, #102121#, #102130#: getTypes was missing

2002-08-07  Björn Milcke  <bm@openoffice.org>  [aca4f4b71864684efbd523e868ef4a354cb5cf9f]

        #97169# export axis element, if axis is invisible, but contains children (grids, titles)

2002-08-07  Aidan Butler  <aidan@openoffice.org>  [90bc31f3bcb9109c7751718a7b7d546838680046]

        *** empty log message ***

2002-08-07  Oliver Specht  <os@openoffice.org>  [95aedb45bfefb310ecc9e5bb82d5f254813b4d47]

        #101626# recording/playing of insert/document

2002-08-07  Oliver Specht  <os@openoffice.org>  [b49ccdd2077797e09dc4cbd29f37805ac636741a]

        #101626# recording/playing of insert/section

2002-08-07  Oliver Specht  <os@openoffice.org>  [7ceda5dc44d444e5646ff8acb4d30d376d1616a8]

        #101626# recording/playing of insert/bookmark

2002-08-07  Herbert Duerr  <hdu@openoffice.org>  [973d2d344658480f328ad503b3d889bf57ef05f8]

        #101334# avoid compilation problem on W32 platform

2002-08-07  Andreas Bregas  <ab@openoffice.org>  [5ec9c50f01c340b3dd4e8e5182f7aea249ad5a74]

        #100385# IsObject(): Reset error after call to GetObject()

2002-08-07  Herbert Duerr  <hdu@openoffice.org>  [85544e4947a5887d97a4df5fee4316ba3b786297]

        #101334# add subsetting library to WNT target

2002-08-07  gt  <gt@openoffice.org>  [818bf5f5b499ccc45879bdf21eec11177ab230c8]

        #101852# LineListBox: change paint color (only) when necessary

2002-08-07  Aidan Butler  <aidan@openoffice.org>  [c97f6e9831fdedbe455d7beaa00bd2e27627aa14]

        Fix for NUllPointerException in jurt.jar

2002-08-07  Kai Ahrens  <ka@openoffice.org>  [71f2eaab69e795ff749686d8355bf25b23f4e5ed]

        #101146#: clear and reparent itemset

2002-08-07  Michael Brauer  <mib@openoffice.org>  [84ac1d749b1775163c164529d1cf333ed670304c]

        #102045#, #102047#: contains/getAccessibleAt had rounding errors

2002-08-07  Sascha Ballach  <sab@openoffice.org>  [e119184bd535e20471a3ea3c2f2b6118655913dd]

        #102140#; test whether the Drawpage exist before using

2002-08-07  Sascha Ballach  <sab@openoffice.org>  [104456ed7d8b839b7ee3f935dec8776f0278b985]

        #102126#; filter selected ranges out of the selected objects

2002-08-07  gt  <gt@openoffice.org>  [ef3adb105ccdc2263fdce2f3e322a99e3e11459c]

        #101526# HC/settings dependent color handling for SwMarkPreview

2002-08-07  Andre Fischer  <af@openoffice.org>  [b1c2a57bef6c6b83bb10ce4a8076d1f4a8c27800]

        #1011245# Update of responsibilities and descriptions.

2002-08-07  Andreas Schlüns  <as@openoffice.org>  [900032771cae86ee1617a2620d69c4c04603685a]

        #98753# don't add invalid filter names returned by open dialog to MediaDescriptor

2002-08-07  Oliver Specht  <os@openoffice.org>  [3071d56db904a60b61c06bd2cb98d489cf913a70]

        #100781# insert/frame recordable

2002-08-07  Frank Meies  <fme@openoffice.org>  [23eec4ff31c8f1e700f8109a39b11d6a71902a20]

        #100899# Allow rotation of footnote numbering and footnote anchor

2002-08-07  Sascha Ballach  <sab@openoffice.org>  [6d28114019887053efcb089e7ead302a350341f8]

        #102124#; add throw lang::IndexOutOfBoundsException

2002-08-07  Frank Schönheit  <fs@openoffice.org>  [a597417752e77a4865f31049eae947143cfb5954]

        #98830# when editing a template, send proper arguments

2002-08-07  Sascha Ballach  <sab@openoffice.org>  [3055d3a22c2ea708b5bd5d65453210bfb7cf3ffb]

        #102117#; catch lang::IllegalArgumentExceptiongual; handle the case that there are no shapes to select

2002-08-07  Frank Schönheit  <fs@openoffice.org>  [526b2248df2843438ad4cff1490ace3cb95f25ca]

        #98753# do not return virtual filter names to the caller

2002-08-07  Oliver Specht  <os@openoffice.org>  [2fdd7f7aba389a64a79dd232b40102e54ea00037]

        #100756# recording of fields re-implemented

2002-08-07  Peter Burow  <pb@openoffice.org>  [a7381c7292e193bffb56c19202e98b6f3f7b3ab6]

        fix: #101263# update responsibilities

2002-08-07  Frank Schönheit  <fs@openoffice.org>  [4273b0fce2eb0a156302f5b467542df641423edf]

        #101251# responsibilities / made the existent structure comply to the DTD

2002-08-07  Frank Schönheit  <fs@openoffice.org>  [d3d6a5f130eca64ffa7f2a6d7ceaf5d008ea8c2f]

        #101251# top-level responsibility / made the existent structure comply to the DTD

2002-08-07  Frank Schönheit  <fs@openoffice.org>  [b7ab8a59093d1571a026978782bb70b1166930b5]

        #101251# documentation for some file picker config items / made the existent structure comply to the DTD

2002-08-07  Kai Sommerfeld  <kso@openoffice.org>  [224d096106f9b807c179654278c6d56a5b43ace4]

        #100199# - Fixed ImplPosTabPage to do nothing if dialog is not (yet) visible.

2002-08-07  Vladimir Glazounov  <vg@openoffice.org>  [ca7ec5ee1e6a9d98f3cc8d29dc9e9ce8c87c7c83]

        SRX643

2002-08-07  Andreas Bregas  <ab@openoffice.org>  [bbcc2954074cfeabe375e6e72c7418a8eab16d25]

        #101695# SbUnoClass::Find(): Use right type class for search in SbxObject

2002-08-07  Ocke Janssen  <oj@openoffice.org>  [40f7b28db0a438dea76274ff4f9907467b4be8fb]

        #102033# enable context menu when rows are selected

2002-08-07  Frank Meies  <fme@openoffice.org>  [cb114eff4808662d207f02e69acd310211e6b72b]

        #101082# Do not add extra space for italic characters in grid mode

2002-08-07  Frank Meies  <fme@openoffice.org>  [2b0489378e83d9684e44646bc618841dd5f430de]

        #102093# BiDi - wrong start pixel position when writing in RTL environment

2002-08-07  Oliver Specht  <os@openoffice.org>  [9583a8f5a6b3d3f06351784a04695b6703670927]

        #102101# auto-mnemonics disabled in spelling PopupMenu

2002-08-07  Andreas Schlüns  <as@openoffice.org>  [2f9e9552202bbc8314c44107fdddd2f34cdfe507]

        #101240# update responsibility and info

2002-08-07  Karl Hong  <khong@openoffice.org>  [a0b35fe0b6b60735192d19ef13caf7e68e7cafff]

        #101903# extend NatNum to Indian locales

2002-08-06  Karl Hong  <khong@openoffice.org>  [53b693c146b01e6a47f78b37ad831a5eb27fcca7]

        #101141# add new transliterations for Korean number/bullet layout

2002-08-06  Karl Hong  <khong@openoffice.org>  [a7843c35868e5501c3e05b7f8861e0f932099b9a]

        #101141# added Korean number/bullet layout

2002-08-06  Karl Hong  <khong@openoffice.org>  [a5d43ead89ccab4562e370572e97ecd2817bc497]

        #101191# reduce duplicate of locale data

2002-08-06  Karl Hong  <khong@openoffice.org>  [8ebd7df0119a3c1b5a54e23373b98862e6868297]

        #101191# reduce duplicate locale data

2002-08-06  Karl Hong  <khong@openoffice.org>  [68f6a6e78735292e8be7c67ed49c5c4f470a555b]

        #101191# reduce duplicate locale data

2002-08-06  Karl Hong  <khong@openoffice.org>  [c526bef217d1f49b3a70e75e98fe900d29e086db]

        #101191# reduce duplicate locale data

2002-08-06  Karl Hong  <khong@openoffice.org>  [81ae6103f98b7664cc32938633d86ee526ff9587]

        #101191# reduce duplicate locale data

2002-08-06  Karl Hong  <khong@openoffice.org>  [23ea14477142404395536f0c7594caf96fdc6a4d]

        #101191# reduce duplication of Locale data

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [1ce1358e2520bdfa5d08ae5a17270a040fbeeff0]

        Merge SRX643: 06.08.02 - 22:12:20

2002-08-06  Vladimir Glazounov  <vg@openoffice.org>  [a22d524ab9f14c7887eabd9ac831d5197577a19c]

        Merge SRX643: 06.08.02 - 22:08:36

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [39e2bfc564a388d5f7e5b88efa761db0c5b8adc5]

        Merge SRX643: 06.08.02 - 22:08:14

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [0f45bacfe6626b048df234fe27f61f1e8ed19e85]

        Merge SRX643: 06.08.02 - 22:07:58

2002-08-06  Eike Rathke  <er@openoffice.org>  [d44374f29b3af55e6971bbff4322a8b83b6318ab]

        #102027# do not use Solaris specific strings.h, use string.h instead

2002-08-06  Karl Hong  <khong@openoffice.org>  [e1d91cc0e33c0989edd1d8740fb5e1f3156990cf]

        #102027# fixed isValid function

2002-08-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e52379d2ae2c7092f8c640590eeccdad39ac0255]

        #102095# take java from the selected jdk to determin version

2002-08-06  Karl Hong  <khong@openoffice.org>  [de5d06752b052a783bb6445b9961a1a7f9590bc7]

        #102027# enable calendar input in non-gregorian value

2002-08-06  Vladimir Glazounov  <vg@openoffice.org>  [25a7fd70dc35a9539bac140f00f477cccc6ea5a6]

        new version for SRC663

2002-08-06  Vladimir Glazounov  <vg@openoffice.org>  [ef963116ff22650e8256e556c77e85676fda8608]

        new version for SRC663

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [9a84e62da1a89fbe19736858f92380e34f050627]

        new version for SRC663

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [c4079f1effea814a9b5e42d2fdf4055af433d63e]

        new version for SRC641

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [c61bae4aef41b56c929f141ae4acb3a2072ef42f]

        new version for SRC641

2002-08-06  Daniel Rentz  <dr@openoffice.org>  [0208aa4a9d34e69fb6e11cddd0e1142caa7e3b3f]

        #100000# missing void

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [94663c5e4b872575f77e0c5eecf800849ecc80c1]

        new version for SRX643

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [03d02ab09347d6c8fe90e648da8490fcc9ff554c]

        new version for SRX643

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [4f5127bae2f12d516d15932a2e850ee72cada29d]

        new version for SRX643

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [c47ced6a89625cfb75f7760703217d92610c7677]

        new version for SRX643

2002-08-06  Herbert Duerr  <hdu@openoffice.org>  [c345aa72e01986609ec5f3f8cba3be3d91f02d4c]

        #99236# implement word-underlining for CTL

2002-08-06  Oliver Braun  <obr@openoffice.org>  [f56c4dd1b7a4177f7a9c944898468c091494b492]

        #101259# updated external applications/mailer docu

2002-08-06  Sven Jacobi  <sj@openoffice.org>  [2dea6d98be3279fd2112768c8f948acabe8ac43b]

        #101262# responsibilities update

2002-08-06  Joachim Lingner  <jl@openoffice.org>  [31cb3afa2c844ae3cb5c4e690bc26b41d2c3c93e]

        #99987# jenv is now a shared library

2002-08-06  Oliver Specht  <os@openoffice.org>  [21dc9ca970da40c658ccb048ed8680566273d8d1]

        #100018# format/character/hyperlink recordable - IsInWord() corrected

2002-08-06  Oliver Specht  <os@openoffice.org>  [781355667f812006ad58f7cd0c7e1a773d816512]

        #100018# format/character/hyperlink recordable

2002-08-06  Christof Pintaske  <cp@openoffice.org>  [5425a3552c85515d2f2ca4979d964147748f6e2a]

        #102098# dont include useless svunix.h, which breaks build on Solaris 9

2002-08-06  Vladimir Glazounov  <vg@openoffice.org>  [6d73aafb0b8724d716c9e09d433fa1b1e332155c]

        #100000# wrong throw statement

2002-08-06  gt  <gt@openoffice.org>  [dfbf56493f6d5e45bd552354717cf31c285d1645]

        #101519# moved LB_TEXTDIRECTION from SvxExtParagraphTabPage to SvxParaAlignTabPage

2002-08-06  gt  <gt@openoffice.org>  [a3f73f613ccac1ef69ce58c230ecefb616999512]

        #101519# moved LB_TEXTDIRECTION from SvxExtParagraphTabPage to SvxParaAlignTabPage

2002-08-06  Joachim Lingner  <jl@openoffice.org>  [41bdb5673b87968fcef549fb009e84a33534c786]

        #99466#

2002-08-06  Christian Lippka  <cl@openoffice.org>  [07afc417df7625f0bfdfd26e6af671d7de6c25a3]

        #100049# use color config entry as default background color

2002-08-06  Christian Lippka  <cl@openoffice.org>  [5b53a82f22c649537cefd038126378be51691fa0]

        #100049# use color config entry as default background color

2002-08-06  Vladimir Glazounov  <vg@openoffice.org>  [1464a9e622aa68be25e215b6875fd02bc6e1abf9]

        SRX643

2002-08-06  Eike Rathke  <er@openoffice.org>  [91fb0f1af9acdf1f642f95644fc0bcf65a453693]

        #101903# make it work under Windows too

2002-08-06  Malte Timmermann  <mt@openoffice.org>  [9e83241cb348b7e094d0bbedf5010859a5b59320]

        #101498# DrawingText(...) interface needed to be expanded to contain RightToLeft

2002-08-06  Oliver Specht  <os@openoffice.org>  [97a8501e7d2631cebe2909e71c8ec6463ae89332]

        #101262# responsibilities updated

2002-08-06  Michael Brauer  <mib@openoffice.org>  [53eb3c444f33f7d993e764fd479e804f7199d89e]

        #96980#: 100% assert

2002-08-06  Joachim Lingner  <jl@openoffice.org>  [3cff98445b2d370bf3c86d60a093009e574e4058]

        #102081#

2002-08-06  Ocke Janssen  <oj@openoffice.org>  [bc31dc6cddd6bf2ddaa9db496f85042a7e2d1bcc]

        #101527# insert hc bitmaps for sort order radio buttons

2002-08-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0253511ef1a275e07f33a319bbdba49dc4801d99]

        #98882# just appending the desired switch isn't sufficent for some compilers

2002-08-06  Malte Timmermann  <mt@openoffice.org>  [3403a950293d2d0203899026522c0c1c5ca4212a]

        #100049# GetAutoColor: WHITE, if background and text dark, BLACK if both bright

2002-08-06  Peter Burow  <pb@openoffice.org>  [a563eba9fd6ddcbd563886b3db8f88a069b7175d]

        fix: #101146# don't delete the inputset in GetRefreshedSet()

2002-08-06  Andre Fischer  <af@openoffice.org>  [fe15fbf95f7b3851b254f913dfaa0bdc5ad931aa]

        #100622# Introduction of mbInitialized variable and UpdateButtonStates method.

2002-08-06  Andre Fischer  <af@openoffice.org>  [6ec41759897158197cb0da007784d7eb835edc8b]

        #100622# Added new file TopWindowListener.java.

2002-08-06  Andre Fischer  <af@openoffice.org>  [4798e06ce40969d160bc000b2d5e43767be1ee72]

        #100622# Initial revision.

2002-08-06  Andre Fischer  <af@openoffice.org>  [61d200739083b6d3cc8ffb71803009ab996fc98e]

        #100622# Added default constructor.

2002-08-06  Andre Fischer  <af@openoffice.org>  [3ac8f67b3bdee3cf0c8c6610b13879b1b6b9f05f]

        #100622# Added support for XExtendedToolkit.

2002-08-06  Andre Fischer  <af@openoffice.org>  [795568ec2fcb6a5bdf506e2d6262586f2989f5e1]

        #100622# Added entry for the drafts/com/sun/star/awt directory.

2002-08-06  Sascha Ballach  <sab@openoffice.org>  [770d3952b997f7e3e177895e61e45a3b9646516a]

        #101676#; add accessibility support of data pilot dialog

2002-08-06  Sascha Ballach  <sab@openoffice.org>  [11a58ca76c16c18262350896d85115b2eca4e8f7]

        #101676#; add posibility to change the name

2002-08-06  Sascha Ballach  <sab@openoffice.org>  [1d3c01d24c497af5bccd65fcc1351815f43079bd]

        #101676#; remove getSupportedServiceNames

2002-08-06  Sascha Ballach  <sab@openoffice.org>  [45dc8dbb4241b5a84b6301bd1d7ac30eb951fb79]

        #101676#; add name of select control

2002-08-06  Sascha Ballach  <sab@openoffice.org>  [1f5d8fb18eabfb76f3725bb3e1c0ed2b4926f31c]

        #101676#; add Accessibility API support

2002-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a2df7b1c719e8cfa1bfff5ac7a1a0b5a53a283f]

        #100000#: include <stdio.h>

2002-08-06  Joachim Lingner  <jl@openoffice.org>  [db5c13e5034222efebff1af86f825743211a36a0]

        #102081# only XInvocation is queried for XExactName and not the original UNO interface.

2002-08-06  Vladimir Glazounov  <vg@openoffice.org>  [ca56c070efce9d2aa7bcec87aca77735bcfe4c7b]

        #100000# fix compilation for remote target

2002-08-06  Christian Lippka  <cl@openoffice.org>  [62f9c9c4908acea5903d2cc580a475a044e23419]

        #101808# made SvxGraphicObject::setPropertyValue more resistent against rescheduling

2002-08-06  Andreas Bregas  <ab@openoffice.org>  [bd4ebe175dc60503d31c0ae8c0c1d131f1a7aad4]

        #102059# Changed macros in FixedText

2002-08-06  gt  <gt@openoffice.org>  [a0ad88da862f62d6a18ab3e1724987380f22ad6d]

        #101896# setting of CJK font @ SwRedlineOptionsTabPage

2002-08-06  gt  <gt@openoffice.org>  [cd9376fcbbb722d2d5b497409a6837a3f45d09aa]

        #101896# setting of CJK font

2002-08-06  Vladimir Glazounov  <vg@openoffice.org>  [20240950951ccb18e60ac90e5b2d28e339f3f2d3]

        #100000# fix compile problems for remote case

2002-08-06  Daniel Rentz  <dr@openoffice.org>  [d6f1cf28d294eebafdd0a10af9fed6a7996e97b5]

        #101146# do not delete itemset in GetRefreshedSet()

2002-08-06  Oliver Specht  <os@openoffice.org>  [609e0d4b1eed0e37f9f8251b7d03b2fec96c3d26]

        #96286#enable removal of auto completion words when the source document is closed

2002-08-06  Oliver Specht  <os@openoffice.org>  [60e9cb809a1045653c6bb5bd0c22f0f3a6ec8df0]

        #96286#enable removal of auto completion words when the source document is closed

2002-08-06  Michael Brauer  <mib@openoffice.org>  [e7a6f5a96c19d459a2b1e945c729dfb5c23ba520]

        #102034#: getLocale and getAccessibleRelation

2002-08-06  Ocke Janssen  <oj@openoffice.org>  [ee8f0a80f656e14f7983c4ff8dc397f0f40073b3]

        #102058# use auto_ptr in dtor and insert SUPD < 650 for SetExtDateFormat change

2002-08-06  Ocke Janssen  <oj@openoffice.org>  [e3f871f1fd1c0e6b55a06f4338de180c76575a33]

        #102058# set control type to BCT_COMBOBOX

2002-08-06  Ocke Janssen  <oj@openoffice.org>  [ef7e143036124afab573199db202c34c170d555c]

        #102058# use auto_ptr in dtor

2002-08-06  Ocke Janssen  <oj@openoffice.org>  [0054620ed09a980ee5eca8500c1dcf70cdc8e2df]

        #101845# . inserted

2002-08-06  Oliver Specht  <os@openoffice.org>  [6892283b4528c2797ff41ddb93734c888dcb5c76]

        #99727# German: editieren -> bearbeiten

2002-08-06  Sascha Ballach  <sab@openoffice.org>  [2c31b299e498011f81fb1a6e673623992a66ec28]

        #102052#; add IndexOutOfBoundsException

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [8eda48749c4fd5de7eac1c58412fe1190c8d9434]

        new version for SRX643

2002-08-06  Oliver Bolte  <obo@openoffice.org>  [125b8d5e29aa1924a040b6391c10d17c8fd7dd8a]

        new version for SRX643

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [dccc9f1462ad3a3a8a8779aa1683c00cc5b09cd7]

        new version for SRX643

2002-08-06  Rüdiger Timm  <rt@openoffice.org>  [346870aea9db0676d56047c2f4d9829667e4247a]

        new version for SRX643

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [47a210a4d7f76407b126b719887f901b932fa7c3]

        new version for SRX643

2002-08-06  Kurt Zenker  <kz@openoffice.org>  [6388cd07eb667192145aba381e226fd033748ccd]

        new version for SRC663

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [1352d2646de0113a59e3875d8eeea2247fb26fb3]

        Merge SRX643: 05.08.02 - 23:19:25

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [6d7a1d8c6c749b9cce18992c8ad6987ada8da5eb]

        Merge SRX643: 05.08.02 - 23:18:29

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [a2d64d71f0ed62bedf7e668c8e2323edad5d8e7d]

        Merge SRX643: 05.08.02 - 23:17:00

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [4ef64ac246aafa750eae48033c427492e20647e0]

        Merge SRX643: 05.08.02 - 23:12:52

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [9bf5d9191f1ada63fe598b7ba088e0073bb8d18d]

        Merge SRX643: 05.08.02 - 23:11:31

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [840747f54a462267a7d8c4710dbabdbe293dddfc]

        Merge SRX643: 05.08.02 - 23:11:01

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [f52b90172df413706dee4fa0b1673dc2111859c3]

        Merge SRX643: 05.08.02 - 23:10:24

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [6c1ca80449ee581a0d29d171b87df701cbff2b1c]

        Merge SRX643: 05.08.02 - 23:08:03

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [547f7a60199a25a49d972ba9c4a9ed4beb9f1305]

        Merge SRX643: 05.08.02 - 23:06:40

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [a8cf4c6bfa51cc2c0ba9b6ac1aed7d9cab5ca67e]

        Merge SRX643: 05.08.02 - 23:04:46

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [79c8088ed73c597f39ecf8b56c821fb41ac381bd]

        Merge SRX643: 05.08.02 - 23:04:42

2002-08-05  Rüdiger Timm  <rt@openoffice.org>  [4772d8217cf587febd958df19916c4a0ed214bd6]

        Merge SRX643: 05.08.02 - 23:02:49

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [144f7efa2ab20b3a0a1e2d2c02ec3d92cf768270]

        Merge SRX643: 05.08.02 - 23:00:56

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [7c942f40dda467d280e683518abfea99b392b8ec]

        Merge SRX643: 05.08.02 - 23:00:49

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [0b00e110105d9afbbe3d16025780ff1f309f4b3b]

        Merge SRX643: 05.08.02 - 22:55:04

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [0cce830cf4285d2c6f646178d7814d0a34682654]

        Merge SRX643: 05.08.02 - 22:53:06

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [f56c4829b6e0dfc2bb950f5fdaa75f7731af876a]

        Merge SRX643: 05.08.02 - 22:51:41

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [4458e3397417484f44c711eacfa3f503479d8bf3]

        Merge SRX643: 05.08.02 - 22:51:11

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [44b4efcbd96e999dad253154072f70d5b99f5169]

        Merge SRX643: 05.08.02 - 22:49:45

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [0af52ffe42eccce6d7a04f42fa2cf96430141e43]

        Merge SRX643: 05.08.02 - 22:49:10

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [80a45cef4e941b8c522c758f5af01c37bbd21410]

        Merge SRX643: 05.08.02 - 22:48:29

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [83592d8c6d6166023749c5bad86b967048c95d3a]

        Merge SRX643: 05.08.02 - 22:47:24

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [cf27b16d5be170602565a682ccaa420773d830b0]

        Merge SRX643: 05.08.02 - 22:44:40

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [688bd1728a86af251f6c8ddfb756dd7bb7fdbe2e]

        Merge SRX643: 05.08.02 - 22:44:01

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [d1c4cf656179f75c53557d27e42e8e1a90885ec8]

        Merge SRX643: 05.08.02 - 22:41:00

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [63090f740256ba4cc4084317382c543b0a3a5d3a]

        Merge SRX643: 05.08.02 - 22:40:34

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [a01d37139c84a543bdc9e4ad197fa0cdc7fea6fc]

        Merge SRX643: 05.08.02 - 22:39:04

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [d5f6279a2dfb9e877ff16bd648be99346e4e89b3]

        Merge SRX643: 05.08.02 - 22:36:21

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [98e59e0d6365cffc3325ac72fd91c08e118f860b]

        Merge SRX643: 05.08.02 - 22:35:14

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [b300c541d64d32f78f93f4f9c966fa4af4fd72db]

        Merge SRX643: 05.08.02 - 22:35:24

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [82862523c42178a1aed2dcbeb1cd274262cc95f2]

        Merge SRX643: 05.08.02 - 22:34:49

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [fa9c2cf62c4723c1b45c2a2d2ad23c7f688ba234]

        Merge SRX643: 05.08.02 - 22:32:02

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [5fa980b7b1bbe1327afbb29da1fe6da3dec79c47]

        Merge SRX643: 05.08.02 - 22:30:59

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [442f042ebf67a0954d053f41d41091e3962c168f]

        Merge SRX643: 05.08.02 - 22:30:13

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [b0a663b01eaff4c7015238b95974b9dda39ddda2]

        Merge SRX643: 05.08.02 - 22:29:58

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [b4432903b5d7e1df033f1f5c22a6600a7e50227d]

        Merge SRX643: 05.08.02 - 22:29:44

2002-08-05  Rüdiger Timm  <rt@openoffice.org>  [d441b306b50216d9ddbd8dd771ee9a5bb030eaeb]

        Merge SRX643: 05.08.02 - 22:29:47

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [cc06c58c4a667a6d6b6baf1c1542bf6c7c6fd86d]

        Merge SRX643: 05.08.02 - 22:28:56

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [99c2c10fde9e09e0748988c45529945b1d3f61de]

        Merge SRX643: 05.08.02 - 22:28:12

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [f8c063a8572a4fe8cb4649b822799bb6b07d3aca]

        Merge SRX643: 05.08.02 - 22:27:38

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [57ed0588120e3e11fb692e93c043560a9709c68b]

        Merge SRX643: 05.08.02 - 22:26:46

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [6797ad83184dff51e95fd08b7b1d1f138e9ad16f]

        Merge SRX643: 05.08.02 - 22:27:19

2002-08-05  Rüdiger Timm  <rt@openoffice.org>  [4d808ea520d44640b53eca26f52c3673d9f3db76]

        Merge SRX643: 05.08.02 - 22:26:59

2002-08-05  Rüdiger Timm  <rt@openoffice.org>  [5d748c69f1a951df84cc888aec11d84ffba69f00]

        Merge SRX643: 05.08.02 - 22:26:26

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [e4eb83603375ebbac3c77eea48e57d523e0d8d98]

        Merge SRX643: 05.08.02 - 22:25:30

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [785632e8813dad6fbfa1ae3369288d819364507f]

        Merge SRX643: 05.08.02 - 22:25:36

2002-08-05  Oliver Bolte  <obo@openoffice.org>  [c2914b2ec204dffd5039e016a2f03dfc703b3b1b]

        Merge SRX643: 05.08.02 - 22:24:50

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [870f48d9045f489ab60107736b95f0d6891bef77]

        Merge SRX643: 05.08.02 - 22:23:17

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [6308c6ce458ff2dbb9ac5bc99af239f6905f72b4]

        Merge SRX643: 05.08.02 - 22:22:04

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [26c1d9906fc1fe7efe242b19fe4f25a8ebabb5fa]

        Merge SRX643: 05.08.02 - 22:20:43

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [eede64a950c855246fad425f5cbe7bc1dc6e5420]

        Merge SRX643: 05.08.02 - 22:20:40

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [e2b8b2d070042b968857733df4ee45c0d8e53575]

        Merge SRX643: 05.08.02 - 22:15:49

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [b76d7692c54905ea6c0498e5e710d97654f358f1]

        Merge SRX643: 05.08.02 - 22:13:40

2002-08-05  Rüdiger Timm  <rt@openoffice.org>  [1509e29496d6e39d5ec89f7aa99b2abde71277ab]

        Merge SRX643: 05.08.02 - 22:11:37

2002-08-05  Rüdiger Timm  <rt@openoffice.org>  [02149f0a8577e36446150d7aa805aea04508d16a]

        Merge SRX643: 05.08.02 - 22:11:06

2002-08-05  Rüdiger Timm  <rt@openoffice.org>  [184b9e476b827696f9ac7c22ce508623eaaaa0c3]

        Merge SRX643: 05.08.02 - 22:09:06

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [98d5dc70b21e21b3a2d0dc3c826ddc83124dd878]

        Merge SRX643: 05.08.02 - 22:07:53

2002-08-05  Rüdiger Timm  <rt@openoffice.org>  [3ab1a9693c815f3d0a30f1568ac89377fc52090d]

        Merge SRX643: 05.08.02 - 22:07:31

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [72647c84d31b8968056493b13617001d0cfa2de5]

        Merge SRX643: 05.08.02 - 22:05:59

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [9e2b356d798d97967ed8cbd0c9dddf4aafc6cf73]

        Merge SRX643: 05.08.02 - 22:05:37

2002-08-05  Oliver Bolte  <obo@openoffice.org>  [f621888ca2a9832bc64ba059b2b716f8a1d13266]

        Merge SRX643: 05.08.02 - 22:02:52

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [ddb366ae7bf09b38618e4dca89df08397d3f736a]

        Merge SRX643: 05.08.02 - 22:02:23

2002-08-05  Vladimir Glazounov  <vg@openoffice.org>  [5ac787375aa4dba0336dafaa3d63196871327727]

        Merge SRX643: 05.08.02 - 22:02:13

2002-08-05  Eike Rathke  <er@openoffice.org>  [60766e9db478934b4e0569fab15a7fe6b79cc14f]

        #101606# ExportPart_Impl: store empty subformats

2002-08-05  Eike Rathke  <er@openoffice.org>  [c527caf43ccc72847c4f646a48bdcb84ef5de9eb]

        #100065# parseText: use NativeNumberSupplier with NatNum0 to convert from different numeral systems to Arabic ASCII digits and floating point numbers

2002-08-05  Thorsten Behrens  <thb@openoffice.org>  [2e295f6e32aaedc2a7169ff2a61c0a6506ff8a6d]

        #102067# Check existence of flag array

2002-08-05  Eike Rathke  <er@openoffice.org>  [23720166308ee7889cf2bb3ba123517b4ebcaaba]

        #100065# use NativeNumberSupplier to convert to ASCII; recognize CJK date input; general match against string masked format codes

2002-08-05  Eike Rathke  <er@openoffice.org>  [d6982a8126b93122c26741a0ec087a599f8a645f]

        #100065# parse.*Token: display message of exception in non-product version

2002-08-05  Eike Rathke  <er@openoffice.org>  [8521f1c8f4985bd13af2de42c53b399d30b2c2af]

        #100065# use NativeNumberSupplier

2002-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ecba6fa8b5f22dd37b01148839353073fc64790]

        #100000#: fixed typo

2002-08-05  Malte Timmermann  <mt@openoffice.org>  [bf111953bc24656f166178a1e164f3c7ac3c52a5]

        #101827# Use COL_AUTO as default for bullets

2002-08-05  Michael Brauer  <mib@openoffice.org>  [fd176be3f919f4cc9fd2af159cb95a5bedadd833]

        #99397#: help prints in A4: keep size of standard page desc

2002-08-05  Kai Ahrens  <ka@openoffice.org>  [b2122411e3a1e8eae28afe2b78d003daabbbb003]

        initial revision

2002-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e032b2c6c713416867fd6cd94eb79d8a153918e2]

        SRC663

2002-08-05  Christian Lippka  <cl@openoffice.org>  [b6b05f5c386069458412d56675b29e0b2dea3915]

        #101758# allow usage of enums

2002-08-05  Peter Burow  <pb@openoffice.org>  [5ed76096216d7b5dae72ccf97a2672b076cae0eb]

        fix: #99588# timer for selection

2002-08-05  Kurt Zenker  <kz@openoffice.org>  [d78ee085eba96537f3e551d63135a2ef6e779337]

        new version for TLS617

2002-08-05  Oliver Bolte  <obo@openoffice.org>  [9d37ef7a1e45dcb991526e76d9b9e58b0cdb550a]

        new version for TLS617

2002-08-05  Frank Meies  <fme@openoffice.org>  [d12ca5713c527ccc510557227c7aaa75bc133b50]

        #101947# Fields: Last slash should be part of the file path

2002-08-05  Daniel Rentz  <dr@openoffice.org>  [da075faaaf69a457b8eb64e8f3524f86b9ba9336]

        #101677# accessibility strings

2002-08-05  Malte Timmermann  <mt@openoffice.org>  [5415ea126e88865d5e97cac74ca1b2fec28280b9]

        #97927# ImpCheckMousePos: init nPara when IsTextPos()

2002-08-05  Andre Fischer  <af@openoffice.org>  [4f34e1a842706ff6404acf770b08c9408886bed4]

        #102031# Added method getAccessibleAt().  Corrected the size calculation of getSize().

2002-08-05  Andre Fischer  <af@openoffice.org>  [798ad5b12b7c81aa280e20229ee791cf094bfc6e]

        #102031# Added method getAccessibleAt().

2002-08-05  Malte Timmermann  <mt@openoffice.org>  [27225db79015f397b3247667f5d208f1319b6345]

        #101512# InsertBinTextObject - don't overwrite para attribs and style in old empty paragraph

2002-08-05  Frank Meies  <fme@openoffice.org>  [47769fc934f02404ab597e755e1ea87d842d8f45]

        #101550# New SwHeaderAndFooterEatSpacingItem

2002-08-05  Thomas Lange  <tl@openoffice.org>  [52dba819fe3d537199ad823d21b80bfe168a989c]

        #100173# font colors in high contrast mode fixed

2002-08-05  Kai Ahrens  <ka@openoffice.org>  [38fa17d107f765b996fcfc9b846992e541670f77]

        #101967#: watch for already started D&D

2002-08-05  Sascha Ballach  <sab@openoffice.org>  [61d77d476602f22a932f25db4619b56376d93268]

        #102036#; add lang::IndexOutOfBoundsException

2002-08-05  Mikhail Voitenko  <mav@openoffice.org>  [0678f6604d48a7bdc78b335d777328d4856ece78]

        #102023# temporary file for readonly mode should be in temporary location

2002-08-05  Thomas Lange  <tl@openoffice.org>  [f3dcc051399526791d6f175cea5f4b8fae8efd4e]

        #100584# made SID_ATTR_PARA_RIGHT/LEFT_TO_... slots added

2002-08-05  Thomas Lange  <tl@openoffice.org>  [eeece12fba719d5adc94a560ee520194e9331d75]

        #100584# made SID_ATTR_PARA_RIGHT/LEFT_TO_... toggle slots

2002-08-05  Michael Hönnig  <mi@openoffice.org>  [35474801267d574ae9cae4fbdab510cf131aa304]

        add/remove...Listener more precisely specified for adding the same interface multiple times

2002-08-05  Thomas Lange  <tl@openoffice.org>  [8bdb4dd984085897c954669261b2b1ca33f0927d]

        #100584# made SID_ATTR_PARA_RIGHT/LEFT_TO_... toggle slots

2002-08-05  Thomas Lange  <tl@openoffice.org>  [d4dc6e1c01c8330569862105b7e764ce38611cc7]

        #100584# made SID_ATTR_PARA_RIGHT/LEFT_TO_... toggle slots

2002-08-05  Sascha Ballach  <sab@openoffice.org>  [01be11c0e970f49af09e3603756be0d0f8a88375]

        #102036#; add lang::IndexOutOfBoundsException

2002-08-05  Michael Hönnig  <mi@openoffice.org>  [3760bc994d6f47bfd95bad1e049c6cf938459883]

        add/remote listener more precisely specified for multiple addition of same listener

2002-08-05  Daniel Boelzle  <dbo@openoffice.org>  [382c6139b30f04c5373357e3cb67b264bf4de7b4]

        #96711# doc review for add/remove interface

2002-08-05  Carsten Driesner  <cd@openoffice.org>  [7238cc854b24e3e1a43cb31c552a63cb0bf6c647]

        #100825# Added new substitution xml file

2002-08-05  Michael Hönnig  <mi@openoffice.org>  [14e801680faed98b3aa0f33b64dd083ef64dab7a]

        reviews

2002-08-05  Andre Fischer  <af@openoffice.org>  [496b50a5916a378cabe43ce9518680973e0a3aa8]

        #102032# Corrected typo in contains().

2002-08-05  Oliver Specht  <os@openoffice.org>  [baba249aa1d86005d1b7b9bc0f5e8fb269503cc3]

        #101326# use SvPasswordHelper::CompareHashPassword() to compare password sequences

2002-08-05  Oliver Specht  <os@openoffice.org>  [d80c69ab8f37a4c0680c2b83b420213bf83a3a7f]

        #101326# use SvPasswordHelper::CompareHashPassword() to compare password sequences

2002-08-05  Oliver Specht  <os@openoffice.org>  [a7f4093463659517b389657859fe90545bed62af]

        #101761# left/right label changed to Before/After text

2002-08-05  Tino Rachui  <tra@openoffice.org>  [9f003deae0790fd2c9f033c42ab806f4f6213272]

        #101807#101967#startDrag end when a dnd operation is still running, see documentation XDragSource

2002-08-05  Ocke Janssen  <oj@openoffice.org>  [bcc3328824e8919d417c8589204c23de191fee64]

        #101798# new interface XIsolatedConnection

2002-08-05  Herbert Duerr  <hdu@openoffice.org>  [acd21a2d77459ec6ba78faa543b61fe1e50252ea]

        #100700# add GetTextOutlines, remove obsolete methods

2002-08-05  Herbert Duerr  <hdu@openoffice.org>  [2ffb8a63e0df24a7e6b8f665059e85419ac4adc7]

        #100194# do not use obsolete methods in OutputDevice

2002-08-05  Frank Meies  <fme@openoffice.org>  [c87703d644046fde3b59d4b39813825e59085fc7]

        #100447# Avoid setting new locale at text search object if possible

2002-08-05  Oliver Specht  <os@openoffice.org>  [f4c625ab8d1e8d0d68b7fb75a9bc80246b71b555]

        #101805# link and style parameter are read from the graphic insert dialog again

2002-08-05  Carsten Driesner  <cd@openoffice.org>  [a3aae2cc9e5840b29c00ac575785364150010175]

        #100825# Added new substitution configuration file

2002-08-05  Carsten Driesner  <cd@openoffice.org>  [5a7992a82fa05a0eb0b294a86ed51c642c4285ba]

        #100825# Added substitution configuration file

2002-08-04  Oliver Bolte  <obo@openoffice.org>  [00f02a244e4f48fccf2d5c475b9239c0da9d7c34]

        Merge SRX643: 04.08.02 - 22:09:52

2002-08-04  Oliver Bolte  <obo@openoffice.org>  [add628e30d06dceb39d813ab1ed6abd3549b314e]

        Merge SRX643: 04.08.02 - 22:07:27

2002-08-03  Kurt Zenker  <kz@openoffice.org>  [12c4979f773b76173ae8f47bf608c9fe3c20a547]

        Merge SRX643: 03.08.02 - 22:13:58

2002-08-03  Kurt Zenker  <kz@openoffice.org>  [26408515a121c1240a13c265545d21a392e7916d]

        Merge SRX643: 03.08.02 - 22:11:07

2002-08-03  Kurt Zenker  <kz@openoffice.org>  [51d3cf6ee94b84831275e392fae48701258016cb]

        Merge SRX643: 03.08.02 - 22:10:17

2002-08-03  Kurt Zenker  <kz@openoffice.org>  [ae493d86ce0674e3642a714d548566a8da150de2]

        Merge SRX643: 03.08.02 - 22:08:55

2002-08-03  Kurt Zenker  <kz@openoffice.org>  [e96231d04498dca03907d8750a3c67658646dee3]

        Merge SRX643: 03.08.02 - 22:07:10

2002-08-03  Matthias Huetsch  <mhu@openoffice.org>  [f2ff241f137426a3b557db8b38b795d8732cc312]

        #99274# Typo in 'sendFdPipe()'. Joined from r1.19.6.3

2002-08-03  Karl Hong  <khong@openoffice.org>  [ac1c15a047c63e3a310e51d9fade5608f6742a2a]

        #101191# reduce duplication of locale data

2002-08-03  Karl Hong  <khong@openoffice.org>  [6211400e97e89a87312e4e563fe88f33ba3a69c5]

        #101191# reduce duplication of locale data

2002-08-03  Karl Hong  <khong@openoffice.org>  [a1002d47e80db68245e50c258103dbab4ee6c053]

        #101191# reduce duplication of locale data

2002-08-02  Karl Hong  <khong@openoffice.org>  [dcf8787831ba6df23dd0c5662b3873c21538324c]

        #101903# reduce duplication of localedata

2002-08-02  Karl Hong  <khong@openoffice.org>  [3771005bdc16dd8087f01b19880ed7648e1d0cd1]

        #101191# reduce duplicate localedata

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [b231bfb1d4956089431e9624877b547f72e5d620]

        Merge SRX643: 08/02/02 - 22:46:27

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [7951b9bc49c9fe57be086d11491f702a566d6171]

        Merge SRX643: 08/02/02 - 22:45:29

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [82bbe3e436c04859aa91a95b678152d7c9145791]

        Merge SRX643: 08/02/02 - 22:40:48

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [fd64dd56d0a118558e5173876543525dccd6ca3d]

        Merge SRX643: 02.08.02 - 22:36:45

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [574668e218fa41885bb318fc9c12b2ad4e4a55c7]

        Merge SRX643: 08/02/02 - 22:23:46

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [0600db5179fe473cb09ab0bc9e33a4cdc63ad9a7]

        Merge SRX643: 02.08.02 - 22:21:03

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [94b4487d5839e4c6c075181fcc779701a44f7ad2]

        Merge SRX643: 08/02/02 - 22:18:45

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [5d3d9aacb1cc628f1be5b8c2b91248c5e03e9d48]

        Merge SRX643: 02.08.02 - 22:17:47

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [dfd72cc85df59805d5b7414bf025a151a00a49ec]

        Merge SRX643: 02.08.02 - 22:17:43

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [39311ceebbf4fca0c57cb52d522825177eacb727]

        Merge SRX643: 02.08.02 - 22:16:56

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [201014773b39875aab2199489afa6f467b1eb224]

        Merge SRX643: 02.08.02 - 22:16:50

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [9066bf23c591b1c74bba9dd6d68c3c297eba88de]

        Merge SRX643: 02.08.02 - 22:16:15

2002-08-02  Rüdiger Timm  <rt@openoffice.org>  [9d74182c7258d7827adede9974cd56d2344415ae]

        Merge SRX643: 02.08.02 - 22:16:26

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [3b1c91a79bc04db575c5e93fb6c0728dc93b8303]

        Merge SRX643: 02.08.02 - 22:15:18

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [a71bb435d9bfabb062b9128c3121b3f8a18fe01b]

        Merge SRX643: 02.08.02 - 22:14:22

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [ddfb6528c6b5051fc5952c888dd7d0240cb30b81]

        Merge SRX643: 02.08.02 - 22:12:53

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [3dde1feb97a663de20ccaf0319d2707bd9920a11]

        Merge SRX643: 02.08.02 - 22:09:31

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [52032b556d36b344123fcaa60a6d6521080680b4]

        Merge SRX643: 02.08.02 - 22:09:43

2002-08-02  Rüdiger Timm  <rt@openoffice.org>  [0a461fda9f05470f5c415e2dabe4a9bfc1678833]

        Merge SRX643: 02.08.02 - 22:08:48

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [1efeab3b7dde5e9619dce04dd9faa8c8ddb74bb2]

        Merge SRX643: 02.08.02 - 22:06:46

2002-08-02  Rüdiger Timm  <rt@openoffice.org>  [a8ce25c936380b0fbb8ae9f9be91883b3749c887]

        Merge SRX643: 02.08.02 - 22:06:20

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [bda9ff853a3303e29d1fbd81b053d6e715cb80a1]

        Merge SRX643: 02.08.02 - 22:06:36

2002-08-02  Rüdiger Timm  <rt@openoffice.org>  [277a4ac5c98482a94754353eb47da2dbb7e887d9]

        Merge SRX643: 02.08.02 - 22:04:33

2002-08-02  Herbert Duerr  <hdu@openoffice.org>  [facfaac062dee1280210a855ac4916174e00b241]

        #101665# implement CTL-version of ImplDrawEmphasisMarks

2002-08-02  Herbert Duerr  <hdu@openoffice.org>  [b742e649846f3d10a4d6c3f251d195f534660580]

        #101665# add glyph categorization

2002-08-02  Dirk Grobler  <dg@openoffice.org>  [a40386bf0cfea3be24242447c132feeb09b1030c]

        #101249# documentation items added

2002-08-02  Karl Hong  <khong@openoffice.org>  [3d4688152c69feb37ac5908258614ac653bdd9a1]

        #93992# add word count mode in breakiterator

2002-08-02  Philipp Lohmann  <pl@openoffice.org>  [e0f5c3dfaaf4e0d6d948ebcc4db780562b8e31df]

        #10454# #100453# only count visible children as accesible

2002-08-02  Kai Sommerfeld  <kso@openoffice.org>  [f31c1ce9e65a0b6e021411eb502d5934d562efac]

        #101345# - Fixed implementation of ContentProvider::queryInterface.

2002-08-02  Frank Schönheit  <fs@openoffice.org>  [9ac79619d33118c9b9bd3da8900a20f69c7661c1]

        #101353#,#101355# use HC images for some buttons

2002-08-02  Frank Schönheit  <fs@openoffice.org>  [4c8d19734c47c44c3e5eb1fecbbcf9ce7d1a768d]

        #101353#,#101355# 4 new global images

2002-08-02  Frank Meies  <fme@openoffice.org>  [deed81e5be7e9af936a360057fbe26f0df015506]

        #101793# New mapping of script type to i18n script types

2002-08-02  Frank Schönheit  <fs@openoffice.org>  [8af6d0ea823d037a68bf2a5d0e6323be41b5c0fb]

        #101904# +IsValidConfigMgr

2002-08-02  Oliver Specht  <os@openoffice.org>  [b248ab7449f964cbd46d932c3cb6c8cd54539a8d]

        #101761# left/right label changed to Before/After text

2002-08-02  tpf  <tpf@openoffice.org>  [b0efd297dc6eece291c5a8814137a1d9700bcd65]

        #100310# fixed typo

2002-08-02  Oliver Specht  <os@openoffice.org>  [a6ed66cc58db3daae6b4a1070dcdf330139878e6]

        #101664# force update of TreeListBox after deleting contents

2002-08-02  tpf  <tpf@openoffice.org>  [54d396a1e9b22d06db698656f0c4c388fd2f2160]

        #100310# removed duplicate line, sorted list to avoid further dupes, replaced tabs

2002-08-02  Malte Timmermann  <mt@openoffice.org>  [e2718ead865d661e4ff878cc7f52266a201e1e7c]

        #102010# debug with env variable SAL_FLOATWIN_NOAPPFOCUSCLOSE

2002-08-02  Ingrid Halama  <iha@openoffice.org>  [011e7458e9914b1159fd590e1f9b56572e42f25d]

        #95884# handle autoformat undbufferoverflow

2002-08-02  Kurt Zenker  <kz@openoffice.org>  [9e1d13745cc05a18ba5939afda43663d3cf426c5]

        TST641

2002-08-02  Sascha Ballach  <sab@openoffice.org>  [830c0a6e72d516927d0898db5603ff5c2686b66e]

        #102015#; the servicename is AccessibleSpreadsheetDocumentView

2002-08-02  Sascha Ballach  <sab@openoffice.org>  [27475f193b1314e9cbbafa23c5bd8e5a05ca2470]

        #102016#; the name is ScAccessiblePreviewTable

2002-08-02  Christian Lippka  <cl@openoffice.org>  [6e5cff295493944bd4af4e2a2e724039d041b5e4]

        #101874# fixed duplicate shortcut

2002-08-02  Christian Lippka  <cl@openoffice.org>  [0b4365d79b6668e1b4b065fb383050c05412a634]

        #93295# added property BasicLibraries

2002-08-02  Armin Weiss  <aw@openoffice.org>  [42f684b97b9513745c3acd7b6a861dfd94cec9cd]

        #101867# If rendering to metafile do not use a scissor region

2002-08-02  Sascha Ballach  <sab@openoffice.org>  [9b9dc40e9e33ebffbab31371828ef1db77db176a]

        #102003#; throw IndexOutOfBoundsException added

2002-08-02  Christian Lippka  <cl@openoffice.org>  [7298bb04bd0ea38bbc4e4bb11e0e4a69472caae1]

        #101825# use colors from the color configuration

2002-08-02  Tino Rachui  <tra@openoffice.org>  [89e2471751fed965a6888b30fb232f1ed3f552ae]

        #101967#101807#avoid overlapping dnd calls

2002-08-02  Sascha Ballach  <sab@openoffice.org>  [4d5ba8de98e7078e816f44d457e1e4b9364bb000]

        #102000#; return -DBL_MAX as minimum value

2002-08-02  Andre Fischer  <af@openoffice.org>  [ce6ec765579be0f726d137cf325c073f05ee5137]

        #100911# Support of new ActiveLayer property.

2002-08-02  Christian Lippka  <cl@openoffice.org>  [0d4e690c5b31b457f5212d4b9426a8ea1d6d07cd]

        #100687# use XStorable to store a copy of self document

2002-08-02  Herbert Duerr  <hdu@openoffice.org>  [de83076d610329d36e9c4a26f2f7a70aebccd872]

        #101973# fix crash with forced RTL layout on non-CTL strings

2002-08-02  Philipp Lohmann  <pl@openoffice.org>  [df7db7b89be747977fb36938f53deff44a7893dd]

        #100608# fontsubsetting on windows

2002-08-02  Andre Fischer  <af@openoffice.org>  [b3ab58f305664da57768e4912f1264d06a471c99]

        #100911# New GetLayer method provides exactly one XLayer object per SdLayer object.

2002-08-02  Sascha Ballach  <sab@openoffice.org>  [7228cd0b05c273245af46b60478576db184be0b4]

        #101998#; throw IndexOutOfBoundsException if index is not in range

2002-08-02  Andre Fischer  <af@openoffice.org>  [742cee3a3fda33173592cb989f3c7387a0f63c4d]

        #100911# New methods for accessing the tab bar control.

2002-08-02  Andre Fischer  <af@openoffice.org>  [dca468e1a5352596ec8f0c04652044f3eb60d5dd]

        #100911# Added support for Ctrl-PageUp/PageDown in layer mode.

2002-08-02  Andre Fischer  <af@openoffice.org>  [a4b5f9ca356b76d377975d0b1c4700f9fb9ba98c]

        #100911# Added new property ActiveLayer.

2002-08-02  Thorsten Behrens  <thb@openoffice.org>  [d37f2f1dc0970368b9f86e1ef7865cb5181160e7]

        #101003# Changed SvxEditSourceHintTranslator class name

2002-08-02  Thorsten Behrens  <thb@openoffice.org>  [54766ce17e65165ae17a751acb81dcc15511e42e]

        #101003# Changed SvxEditSourceHintTranslator class name

2002-08-02  Thorsten Behrens  <thb@openoffice.org>  [42dc7153ca12487fc758ba04f61c16974025fef8]

        #101003# Added GetAttributeRun

2002-08-02  Thorsten Behrens  <thb@openoffice.org>  [f6bbca9ba3c139c14d4e0bd8af5b503ddfc7cd27]

        #101003# Added GetAttributeRun and helper

2002-08-02  Thorsten Behrens  <thb@openoffice.org>  [99d4698957d7e29c11ca9fbb8e1be6c7300497bb]

        #101003# Added GetAttributeRun helper

2002-08-02  Sascha Ballach  <sab@openoffice.org>  [3016573e6f3d36531cfd2d1cc784be0df8d9150a]

        #101994#; if the cell is not visible I should return the position -1,-1

2002-08-02  Oliver Specht  <os@openoffice.org>  [bbdb581c4939c9906e0b85bbb98ea1b6da7ff847]

        #101436# variable strings must not be converted to lower case

2002-08-02  Sascha Ballach  <sab@openoffice.org>  [047972da2a482808dfcaca5aea89737e658dcf56]

        #101987#; only return a AccessibleAt of the point is in the range

2002-08-02  Sascha Ballach  <sab@openoffice.org>  [ffcf0085540f65e8122890a36db8dd5e44ab89a6]

        #101986#; it is not relative to the parent window, it is relative to the same window, because the parent has the same window

2002-08-02  Frank Meies  <fme@openoffice.org>  [328be98ba86a39fe2e2b75ee118a065eadcb9c4c]

        #100447# wrong comparision of script types

2002-08-02  Michael Brauer  <mib@openoffice.org>  [6534a4290412046a7f1e0d47e63938bf90b42cc8]

        #101174#: Keep graphics while breaking links (swapping in)

2002-08-02  Sascha Ballach  <sab@openoffice.org>  [9cf8fe2720bb26db88256ef0a2726d948cecb05d]

        #101984#; give the BoundingBox relative to the parent and not to the window.

2002-08-02  Daniel Vogelheim  <dvo@openoffice.org>  [8e762a3b9ee92d590a1a51bacbc4201f6b04e311]

        #101929# compare against next 'normal' start node (i.e., skip sections)

2002-08-02  Frank Schönheit  <fs@openoffice.org>  [6c49c9007b69c18b73a86a32413bd2b3e8bbed32]

        #98803# now the german string is 'Datenquelle auswºhlen'

2002-08-02  Armin Weiss  <aw@openoffice.org>  [6721166fe7d3498532daa3c5aeef42d32524ea44]

        #101618# SW uses a naked SdrObject for frame construction. Normally, such an object should not be created. Since it is possible to use it as a helper object (e.g. in letting the user define an area with the interactive construction) at least no items should be set at that object.

2002-08-02  Sascha Ballach  <sab@openoffice.org>  [a31c12be6d1b14a3b04fe11f200843d63bd9327f]

        #101982#; ask the rectangle whether the point is in the rectangle and not the point whether it is in the rectangle

2002-08-02  Frank Meies  <fme@openoffice.org>  [cb387b1d0b4395a065a51d9eac10df983106bd38]

        #100447# Consider different scripts for similarity search

2002-08-02  Frank Meies  <fme@openoffice.org>  [6fad3899ea642fecf0eb2096569def3e7ce2ae2c]

        #100447# Consider different scripts for similarity search

2002-08-02  Daniel Vogelheim  <dvo@openoffice.org>  [98c935aad13d7f66cde0f0371bbc294bf27a8767]

        #101929# make sure that SwXRedlineText::createTextCursor is always located outside of a table

2002-08-02  Frank Meies  <fme@openoffice.org>  [42fe0555774f703e1f5eb0fc7bc2782057189209]

        #100447# Similarity search only in string parts which have the same script as the search string

2002-08-02  Karl Hong  <khong@openoffice.org>  [00e8eba862df67e843a0c050d25240f9523ac903]

        #93992# skip punctuations when counting the words

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [3deeab89a5391e42f5d81e8bae9860b4cedafeba]

        Merge SRX643: 01.08.02 - 22:56:54

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [31e7db9a8d0778a627bc8f32a7fe9dbdb363d723]

        Merge SRX643: 01.08.02 - 22:50:00

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [c81b907f6dc470a0a1d66d61319730358e829099]

        Merge SRX643: 01.08.02 - 22:49:04

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [92d42274655e5d2ef4112b9f1814baf1cd8d54e3]

        Merge SRX643: 01.08.02 - 22:44:33

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [e56b4bd3acb4327aaa5b3e5aab9d25e16be5588e]

        Merge SRX643: 01.08.02 - 22:42:55

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [9aefd4d3fe9bf6f59cb2e194ed9be574dd7bc598]

        Merge SRX643: 01.08.02 - 22:41:47

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [f86627fdd62bd5566f560c899ce0cd9988299283]

        Merge SRX643: 01.08.02 - 22:40:24

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [7917347040590de1c05e200f651c773dfceb5ba9]

        Merge SRX643: 01.08.02 - 22:39:34

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [654a4c138c56983ff74d73f7db0842f67f68b035]

        Merge SRX643: 01.08.02 - 22:38:31

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [0a4397e27c028d1dfc600fa956257f53118ee0f1]

        Merge SRX643: 01.08.02 - 22:38:29

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [c1a1bdcc9f774f32225fdb156bb9f742caeaeba0]

        Merge SRX643: 01.08.02 - 22:35:27

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [358d3c96131cb5bbb9d5fc9bfd6e8804dc946f89]

        Merge SRX643: 01.08.02 - 22:27:44

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [bec33d5d74d4166d329429468d5e7ece5ebd89e9]

        Merge SRX643: 01.08.02 - 22:26:21

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [9ad91d3aca5a36a09f03fe03ac7e34262ec1b777]

        Merge SRX643: 01.08.02 - 22:26:12

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [979a7a37bfc899265e033a54fc29adf00f0e2132]

        Merge SRX643: 01.08.02 - 22:25:40

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [97695e957c6863b92166fc66822289a3b1494c21]

        Merge SRX643: 01.08.02 - 22:24:54

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [ae74f22e8e6c7656e268ba9e08915a50aef6d6b4]

        Merge SRX643: 01.08.02 - 22:24:36

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [9fc495f4a0720f2fbe149c4bf65a202f73237c90]

        Merge SRX643: 01.08.02 - 22:24:17

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [be65a676813de7947184d04fbc09d76d6d54c0c2]

        Merge SRX643: 01.08.02 - 22:24:01

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [8ba50a9d69e7a6be0862210efc7c9a523dcb2043]

        Merge SRX643: 01.08.02 - 22:22:46

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [b0ffe946cc9b4c88ad8dfce7a915b600de991d4e]

        Merge SRX643: 01.08.02 - 22:19:01

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [4bd887ec66db80237df97b43cb9ce231c5851083]

        Merge SRX643: 01.08.02 - 22:18:59

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [b937c7dd53ebcc1bb11c6fc0982b955536c36caa]

        Merge SRX643: 01.08.02 - 22:18:27

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [378887ed0f2046443893da537b923da5366637a4]

        Merge SRX643: 01.08.02 - 22:18:00

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [5df0055d6f8e2ab6e0cb1060a3c5223c5558c1f4]

        Merge SRX643: 01.08.02 - 22:17:49

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [2ed69cfe876ed7f78ea10634885b4f035d276d0d]

        Merge SRX643: 01.08.02 - 22:17:00

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [de05fd04567506ecf54fcc0c5042c9d447143f23]

        Merge SRX643: 01.08.02 - 22:16:07

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [aab9d1653d5a3cf1b90aa5f40187f87dda1a4aae]

        Merge SRX643: 01.08.02 - 22:15:25

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [30dd0bfd87eed63bd2dcd79c7894dba5eb01e76a]

        Merge SRX643: 01.08.02 - 22:14:59

2002-08-01  Rüdiger Timm  <rt@openoffice.org>  [4211e96e1d1d1298e38880a5587e62eb40bbf3e0]

        Merge SRX643: 01.08.02 - 22:08:40

2002-08-01  Rüdiger Timm  <rt@openoffice.org>  [595e9e1b468f310d2fe59f06d07c7eb1ab2fbce4]

        Merge SRX643: 01.08.02 - 22:07:26

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [b64b787f4cc0489d9d632d6f6315aaa968da8f74]

        Merge SRX643: 01.08.02 - 22:06:24

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [4de41570b3d75c5d28cef158f43374b2101bb0b6]

        Merge SRX643: 01.08.02 - 22:03:57

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [ab56e8b43c338841388169ae734ef79e9f5d7b48]

        Merge SRX643: 01.08.02 - 22:04:11

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [1377904943e7c91708e7ec54896f6e9abe1307e7]

        Merge SRX643: 01.08.02 - 22:03:51

2002-08-01  Karl Hong  <khong@openoffice.org>  [b48a54a035d2f3096eb6c74337779433a7a47e4e]

        #95804# enhance saparser to handle reserve words  in random order, add default value if some reserve words are not defined in xml file

2002-08-01  Philipp Lohmann  <pl@openoffice.org>  [ccc72d1e77af6ada1db97c12e175ebd31bf513cd]

        #101607# react on rotation encoded glyph ids for vertical text

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [10e5e52191bcf1f84a77a51aa07c464f01d1bf62]

        new version for SRX643

2002-08-01  Rüdiger Timm  <rt@openoffice.org>  [5c59b4ecb6d46bcd40da6157f00b85c83ddcce19]

        new version for SRX643

2002-08-01  Rüdiger Timm  <rt@openoffice.org>  [723cb611b457d9b1216c2de8b5e62c7df0df5c08]

        new version for SRX643

2002-08-01  Malte Timmermann  <mt@openoffice.org>  [c9f19e84a2c91bf43d36999ac36254ce91d67c21]

        #101872# Use ULONG in TEParaPortions::Reset(), it's a tools list, not a svtools array

2002-08-01  Eike Rathke  <er@openoffice.org>  [6401272c0d649ca5bcee8f39ba5eae617284ff13]

        #95804# last commit changed the ReservedWords order, oder is significant!

2002-08-01  Eike Rathke  <er@openoffice.org>  [1e1f3f2d7d485e09a3271381c2594c6b22fc0491]

        #95804# last commit removed the <quarter#Abbreviation> elements :-(

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [8d5812d4834b5ee74ec771a5f737266f41e8d797]

        new version for SRX643

2002-08-01  Joachim Lingner  <jl@openoffice.org>  [8a9b0a75c7dc1cffcfbd1c981ae70ca6bdbf46ec]

        #99987#

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [342e3c858335a2a5cf2c29053373d7caf8a15fc1]

        new version for SRX643

2002-08-01  Thomas Benisch  <tbe@openoffice.org>  [d9680c687f39e47231301a2a9b61897f60799c9d]

        #101437# crash when D&D a control on a basic dialog with hold STRG key

2002-08-01  Thomas Benisch  <tbe@openoffice.org>  [dbb7b1fddcc577ca3c8da11d739253695cad9f40]

        #101437# if XCloneable is supported, copy the uno control model by cloning instead of streaming

2002-08-01  Armin Weiss  <aw@openoffice.org>  [eeab86547ed71771a1d59ced217c4f9e0477ae31]

        #101500# New implementation of OutlinerInfo::DrawPortionHdl(...).

2002-08-01  Sascha Ballach  <sab@openoffice.org>  [18a8e66cd226d7d550901659c267df559596d8a8]

        #101875#; return the correct index

2002-08-01  Armin Weiss  <aw@openoffice.org>  [bae0ae966ae70c1b56c3f321bdfeb6d3670d5dec]

        #101500# OutlinerCharacter changed due to BiDi requirements

2002-08-01  Thomas Benisch  <tbe@openoffice.org>  [a86d339b52ca8a5c53d280ddcbf02458aac025e3]

        #101437# Merged in 1.16.14.1

2002-08-01  Armin Weiss  <aw@openoffice.org>  [ae1cdfccd17b1eaed795e14afe4c66579ad1869f]

        #101498# ImpTextPortionHandler adapted to BiDi requirements

2002-08-01  Armin Weiss  <aw@openoffice.org>  [fba95689b27cb05f28ca4cad3be3d250932eb3f9]

        #101498# ImpTextPortionHandler::DrawTextToPath(...) adapted to BiDi. Big changes.

2002-08-01  Armin Weiss  <aw@openoffice.org>  [1b9699807592f9cc0c61a5a372760c64d8333b58]

        #101498# DrawingText interface, DrawPortionInfo construction, DrawPortionInfo::IsRTL() implementation.

2002-08-01  Armin Weiss  <aw@openoffice.org>  [568c613d8cf1352a21640ddccc7f069d508f9ae8]

        #101498# DrawingText interface changed.

2002-08-01  Daniel Rentz  <dr@openoffice.org>  [62249061cfd4bf6240b6e755bb66db63b3ce65d6]

        #100000# use GetColor()

2002-08-01  Oliver Specht  <os@openoffice.org>  [00787f72bb4a817d2adb2a4f44ce372d1057dc97]

        #99985# text selection in readonly documents

2002-08-01  Sascha Ballach  <sab@openoffice.org>  [3435faeb1512a4f58d995e9e0f0e149c8c92a926]

        #101891#; fill the method getAccessibleChild

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [efdc51e00941511a100602267465799575ff860e]

        new version for SRX643

2002-08-01  Oliver Specht  <os@openoffice.org>  [77806f30b8571b676fffb98e99ae239289fa7d42]

        #99985# text selection in readonly documents

2002-08-01  Malte Timmermann  <mt@openoffice.org>  [265a261f018c6f0255f082d027e274af361be899]

        #101908# GetTextHeight: Format on demand

2002-08-01  Oliver Specht  <os@openoffice.org>  [3376011b3f04d2ce79086f7c6dbd196317ccab50]

        #99985# text selection in readonly documents

2002-08-01  Carsten Driesner  <cd@openoffice.org>  [706119e9bdc3ea0b057901a921eec6015df64f2a]

        #101060# Override new hc enabled GetStyleFamilyBitmap

2002-08-01  Herbert Duerr  <hdu@openoffice.org>  [b506cf401e2577bccf6236e9aaf77496ec721afa]

        #100671# implement nCharExtra GetTextBreak, use generic outline function

2002-08-01  Herbert Duerr  <hdu@openoffice.org>  [c62aaba7f0a42682a45057f9eb111426ef1e8806]

        #100671# avoid nCharExtra parameter, remove debug code

2002-08-01  Herbert Duerr  <hdu@openoffice.org>  [e3b1d7c8137e2619a98c3b03bf2320553ec7a8e9]

        #100671# add nCharExtra parm to GetTextBreak, add generic boundrect and outline methods

2002-08-01  Michael Brauer  <mib@openoffice.org>  [d8dd30a5e2e802ae6c2133f8b803c55e479bec04]

        #98369#: <object> element for applets

2002-08-01  Michael Brauer  <mib@openoffice.org>  [5b38acc330ad16ceec51a372921001519f7bd65c]

        #98369#: <object> element for applets

2002-08-01  Herbert Duerr  <hdu@openoffice.org>  [a7628e938db0c734d094de55674d7633c01ed1fc]

        #100671# fix nCharExtra case for GetTextBreak

2002-08-01  Christian Lippka  <cl@openoffice.org>  [c67ecee98a4571be3dd3c0e774baf3ef1524025d]

        #101698# compare selected filling after selection with string

2002-08-01  Sascha Ballach  <sab@openoffice.org>  [b70a5c9e618cef9a0e2ac3e256c251fc6454cab9]

        #101887#; the shapes in the page preview should not have relations, because it is possible, that the cell with the relation is not visible. Also it is not a needed information in the preview and also not possible to get by the GUI

2002-08-01  Daniel Rentz  <dr@openoffice.org>  [91598c89cee8f705cc5f3bbe552793889b003b03]

        #101677# preparations for acc

2002-08-01  Sascha Ballach  <sab@openoffice.org>  [8b644269a22234a139f181d506521275e6428ac8]

        #101887#; don't have an empty method, use the method of the base class

2002-08-01  Daniel Rentz  <dr@openoffice.org>  [ec8aa7e3b9d3a4d63c612ef576c91c14778fc9cf]

        #101677# FileName -> URL

2002-08-01  Vladimir Glazounov  <vg@openoffice.org>  [90109926210639fb87fd56bb2795184125321252]

        #100000# temp variables for gcc

2002-08-01  Sascha Ballach  <sab@openoffice.org>  [d0399a4fdcf3aafee39708c6c0367ddccfd4cbb5]

        #101887#; return a empty Relationset instead of an empty object.

2002-08-01  Björn Milcke  <bm@openoffice.org>  [bebb9d8f3dda9b8f1962f9397a37c3d0d2478b64]

        #101126# control high contrast mode usage via virtual method

2002-08-01  Sascha Ballach  <sab@openoffice.org>  [011eb91320dd4958dbbe4d2333a0fcee000c80c7]

        #101923#; set member mpTextHelper to NULL in the constructor

2002-08-01  Sascha Ballach  <sab@openoffice.org>  [6e7ca9079493fbe8726a8a8a876c6fb111364a57]

        #101894#; set member mpTextHelper to NULL in the constructor

2002-08-01  Oliver Specht  <os@openoffice.org>  [d8da22e3984f053452f964347f070381f8279d2e]

        #99985# text selection in readonly documents

2002-08-01  Björn Milcke  <bm@openoffice.org>  [a3eca22f5d1bc1848b6716fdd688f5f165ef5771]

        #101126# support high-contrast mode (change draw-mode)

2002-08-01  Oliver Specht  <os@openoffice.org>  [b35e1016fba9c083cfd99d8981c0a3ce7febfa24]

        #99985# text selection in readonly documents available in help viewer

2002-08-01  Christian Lippka  <cl@openoffice.org>  [f48225dfe2b426a4ab957be39a5569434d94dafb]

        #101825# preview is now HC compiliant

2002-08-01  Carsten Driesner  <cd@openoffice.org>  [652c8c4e0c77e86687bf2e79193d9f45a5d8b3e3]

        #101859# Initialize variable to avoid random access to images

2002-08-01  Kai Ahrens  <ka@openoffice.org>  [b10c0258f6144eebe8918d642c4cd6f665bdc916]

        #101758#: added BIDI support

2002-08-01  Thorsten Behrens  <thb@openoffice.org>  [9fb54d4008707a5fb4ea288cca824cd89a056b54]

        #101742# Leave trailing slash on pathnames

2002-08-01  Kai Ahrens  <ka@openoffice.org>  [5248765b6f270f67e9a1cceef7a3ba4bdd63ff7e]

        #101953#: grab focus after ::StartDrag

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [4fe9ad70500de09ede1fad537dad23b887cf4367]

        #101595# remove delete of field description

2002-08-01  Thomas Lange  <tl@openoffice.org>  [548f9223e4c7ab1b60166f977d9a9fe803260899]

        #101262# responsibility updated

2002-08-01  Thomas Lange  <tl@openoffice.org>  [41c3e8dc3d1ddd8652096d044fb60e2e1f12d5e6]

        #101262# responsibility for ColorScheme updated

2002-08-01  Kai Ahrens  <ka@openoffice.org>  [44084ecab5a2692c6b76ca365050437b6ce4c36b]

        #101737#: don't set reset drawmode for metafile playing

2002-08-01  Christian Lippka  <cl@openoffice.org>  [7b578e41a13fb7a67bd315e01d6f61eef152ae67]

        #101827# added high contrast support for outline view

2002-08-01  Thomas Lange  <tl@openoffice.org>  [01b65e8e38c0d639f0de30b104024e94282481ac]

        #101945# advance with token positionin parser always.

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [7d240e4929a5f0f76920f62d73b5e37fb1b0eb89]

        #101866# check if url is correct

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [26cca566a87f430570cb940c07217c07aaeb2ef7]

        #101927# new string as described in proposal inserted

2002-08-01  Kurt Zenker  <kz@openoffice.org>  [3f7d41aa3713f9e0285259e1c5631e77b0bfd5d9]

        UDK304

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [1d457bc0ddda7264af616729adb4cbfc1d67d1d9]

        #101821# lock solar mutex in selection calls

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [c1da871da92b18ca493defec22ab6513edece80e]

        #101821# lock solar mutex in listener methods

2002-08-01  Cyrille Moureaux  <cyrillem@openoffice.org>  [f94dc29566fa18aacc67bceb1a679f29a3e9842e]

        #98489# Workaround compiler bug

2002-08-01  Thomas Lange  <tl@openoffice.org>  [e2c0105d81029f29213f58cf77f1da726e24f399]

        #93992# (FME) New word type mode (word count) for breakiterator

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [e25b65071a739e2b51594a5bb06cbc34e5070b02]

        #98632# change condition for assigning start value

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [3c9f9133cb1a660d16a8a0cb08685fbeafda9b7d]

        #101866# check if url is correct

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [2c3203a4813c1bca2487a0427f0968b1ce9faccd]

        #101691# use resultset when submitted by datadescriptor

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [47e38f88fad7c54d8c03cd6cca549b24c689e7f1]

        #101760# check if url is correct

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [e28a6090f89f5cce7c5b6ac5ea886c7fdcfe0bee]

        #101764# check if url is correct

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [660e86f7355d88a585e024f1e76ac3ae3f96e6be]

        #101824# correct propertInfo name access

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [d38c4b1e85dec5d989393a6c8074c3359d632b55]

        #101866# check if url is correct

2002-08-01  Ocke Janssen  <oj@openoffice.org>  [7fb4b1f8cf943348d53af27dfebb8bd3c5f74581]

        #101822# check if url is the correct opn

2002-08-01  Carsten Driesner  <cd@openoffice.org>  [9f0aea44a8437d55d5d88cda7359fbbb5c5622a6]

        #101254# Update responsibilities and descriptions

2002-07-31  Karl Hong  <khong@openoffice.org>  [e965905dbcfa0595e34dcdedcd6e26a7c781025c]

        #101903# add native number and transliteration support

2002-07-31  Karl Hong  <khong@openoffice.org>  [538aef42a7bd459011d5e59165fa0c42b147536f]

        #101903# add native numbering support

2002-07-31  Philipp Lohmann  <pl@openoffice.org>  [e2a15493880a3d42dc9f2832a8304ba4e94f760b]

        #99685# be prepared for conversion cancellation of weird apps

2002-07-31  Carsten Driesner  <cd@openoffice.org>  [fe06dcd8ede6042dbade612443bb2992b84479d4]

        #101254# Update responsibilities and descriptions

2002-07-31  Carsten Driesner  <cd@openoffice.org>  [83514fd1f82a328e1ccfcc7d79d54b288207b277]

        #101254# Update responsibilities and descriptions

2002-07-31  Carsten Driesner  <cd@openoffice.org>  [4c25e5b66af5afa507c63947356c4720910a2ad6]

        #101254# Update responsibilities and descriptions

2002-07-31  Philipp Lohmann  <pl@openoffice.org>  [90c5f598baa59c153e937e22787b86dc57f339ef]

        #99970# use stricter text/plain conversion rules

2002-07-31  Armin Weiss  <aw@openoffice.org>  [2324d8c126953c846c7c74888b0f612985ca1f3d]

        #101499# Had to correct behaviour for vertical text

2002-07-31  Andreas Bille  <abi@openoffice.org>  [398ba30e1dae68404e47715f29bec2cd5f115213]

        Saving the code

2002-07-31  Christian Lippka  <cl@openoffice.org>  [a2679935f7c5df24aae98f0ff37e4b4e8fdb4093]

        #101827# initial high contrast support added

2002-07-31  Christian Lippka  <cl@openoffice.org>  [b7de4d0960e007dd578760c39f5bfbb9806851ef]

        #101861# contour editor icons support high contrast

2002-07-31  Caolán McNamara  <cmc@openoffice.org>  [4e02e9ab571a08ea30a048d6cf9dd3568ef224c5]

        #101615# RTL support for frames and tables rtf im/ex

2002-07-31  Daniel Boelzle  <dbo@openoffice.org>  [518aca228ceb3006e891caa4bef090d4a2680fe8]

        #101918# separating udkapi types from offapi types, merging both into applicat.rdb

2002-07-31  Kai Ahrens  <ka@openoffice.org>  [d298b2aa27c5f6ba39af52aca83783f910be05b7]

        #101920#: don't realign text flyer

2002-07-31  Oliver Specht  <os@openoffice.org>  [4e994a8e85d754c6fd1f01f7d4bfe1a3d35f04a7]

        #99208# color of Writer page break marks customizable

2002-07-31  Daniel Boelzle  <dbo@openoffice.org>  [73d9da9960f1fd6ebe7b940a35f0e3749f632098]

        #101918# supporting -X option now

2002-07-31  Oliver Braun  <obr@openoffice.org>  [ca027bbc29250ca881b65776c673855d73ca996a]

        #101259# updated documentation for external mail application profiles

2002-07-31  Oliver Braun  <obr@openoffice.org>  [790f196d0a61d7972b792eb8587ab5a068a1c00d]

        #101259# updated documentation for external helper applications config settings

2002-07-31  Oliver Specht  <os@openoffice.org>  [13a7e5329a4fc9a31c713fc5f676b5c89d1ce31b]

        #99208# color of Writer page break marks customizable

2002-07-31  Thomas Lange  <tl@openoffice.org>  [cbb31d5d908190e2852797a36922a081a7935fc5]

        #101903# new value for native numbering added

2002-07-31  Mikhail Voitenko  <mav@openoffice.org>  [2030b1a5bfd1610c574d2a8757a77a79e575c670]

        #101803# allow to use filter options dialog on save also

2002-07-31  Armin Weiss  <aw@openoffice.org>  [09247e3c143cdae26413dac30ef0b2c9bbc62f65]

        #101499# While waiting for #101700# do the old solution. It makes no big difference since for every glyph a DRawObject needs to be created anyhow.

2002-07-31  Thorsten Behrens  <thb@openoffice.org>  [9f4bf0537ecb23441944846a86cc1edaf34d4121]

        #101901# Also enable controls again

2002-07-31  Andreas Schlüns  <as@openoffice.org>  [abf3022d6378deb71946d644de92d26c73515ac2]

        #101886# roll it back temp.

2002-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2befd418dc5e974d0e0185e40ee1c8e7e9d0020]

        #101911#: add Forte 7 (C54) support

2002-07-31  gt  <gt@openoffice.org>  [16eaf9340ae9746df55d36768e4a9dd73ef66d74]

        #101783# HC for total border in ColumnsWindow and TableWindow

2002-07-31  Frank Schönheit  <fs@openoffice.org>  [2e1afc97f97df1d6180dc5d427b226dfeaf91503]

        #101584# filter cells are never readonly

2002-07-31  Oliver Specht  <os@openoffice.org>  [a17711445fe1e1ab19067b3f7c7047ce0440e254]

        #99727# slot name for FN_TO_FOOTNOTE_AREA changed again

2002-07-31  gt  <gt@openoffice.org>  [b0e9838f21759ab43c6bd2cc0dc436bddc68932b]

        #101783# HC for text in ColumnsWindow and TableWindow

2002-07-31  Caolán McNamara  <cmc@openoffice.org>  [ca3db7e49f86605b665c89fdae3151bb2cc94cf3]

        #101615# Phase 1: Paragraph/Page/Section direction taking environment into account rtf im/ex for BiDi

2002-07-31  Kai Sommerfeld  <kso@openoffice.org>  [bf9c0f3cec660432473581dad47458bb666234d1]

        #101255# - Corrected typos in descriptions.

2002-07-31  Peter Burow  <pb@openoffice.org>  [022962ca8895a550334a6b7ff6084cf9a8424c3d]

        fix: #101263# update descriptions

2002-07-31  Kai Sommerfeld  <kso@openoffice.org>  [7f2960aac09d43e223a570b6ec924506b165283e]

        #101255# - Added missing / improved existing descriptions.

2002-07-31  Frank Schönheit  <fs@openoffice.org>  [f028de4b4a843cbc24ba151ecbfc9bfa51ccf4e8]

        use the CursorWrapper::getPropertySet instead of explicit queryInterfaces - optimasation during #101843#

2002-07-31  Thorsten Behrens  <thb@openoffice.org>  [16b7ff5151e0d6d4cf32be9eedfdc05acb24d2ae]

        #101029# Respecting edit engine offsets in Logic2* and GetVisArea

2002-07-31  Thorsten Behrens  <thb@openoffice.org>  [52429bb329e09b3e902138b8628772349533ed33]

        #101029# Doing proper outliner setup in the non-editmode cases

2002-07-31  Thorsten Behrens  <thb@openoffice.org>  [09636acb9ce7782843c2b6c7fa15395ddd5441b5]

        #101029# Providing outliner setup to clients

2002-07-31  Thorsten Behrens  <thb@openoffice.org>  [03c4d17ddba93a935d940780e975dbbabc21f772]

        #101029# Corrected child index validity check

2002-07-31  Armin Weiss  <aw@openoffice.org>  [4096e0a9af6d919b653e6e94679384907032f670]

        #101776# Not all of the necessary parameters were copied yet. Added bNoShear, bNoRotate, bNoMirror and bDisableAutoWidthOnDragging.

2002-07-31  Peter Burow  <pb@openoffice.org>  [a058688adc9fc506f6255b830232d5d3a6b298ab]

        fix: #101263# update descriptions

2002-07-31  Frank Schönheit  <fs@openoffice.org>  [afbd386041c8d05a64d3d6399ebc00b76ba4a315]

        #101843# AdjustDataSource: do not ask the data cursor for a bookmark if afterlast or beforefirst / AlignSeekCursor: if the data cursor is beforefirst or afterlast, respect this in the seek cursor

2002-07-31  Peter Burow  <pb@openoffice.org>  [f1a6faab838bd1cfaf1b01eed3985caf1a25ae32]

        fix: #101263# update descriptions

2002-07-31  Frank Schönheit  <fs@openoffice.org>  [4292498b29c5fc53c4891dba261a65b85cb98f85]

        #101843# CoursorWrapper: +m_xPropertyAccess

2002-07-31  Frank Schönheit  <fs@openoffice.org>  [92143989155a56807a6e01a30acc318579040368]

        #101843# CoursorWrapper: +m_xPropertyAccess, +getPropertySet, +get*

2002-07-31  Thorsten Behrens  <thb@openoffice.org>  [071683ef9430cf1ff435aa35285376658bef97c4]

        #101029# Removed superfluous declaration

2002-07-31  Thomas Benisch  <tbe@openoffice.org>  [9adec94ae1a34c48da4d3bbb7bb4b58c0259b22c]

        #101837# fixed infinite loop in GetLabeledBy()

2002-07-31  Oliver Specht  <os@openoffice.org>  [31505eb298cb32c0ce97e1bdf362b8e2f52e9cb4]

        #101620# FN_TO_FOOTNOTE_AREA completed

2002-07-31  Oliver Specht  <os@openoffice.org>  [dd088bd4b55c6da9aac166aaf2d240576a6eac81]

        #101620# SlotInfo added

2002-07-31  Thomas Lange  <tl@openoffice.org>  [18a32754ff487272b5630cfda259fcab5ccf51d8]

        #101004# Get/SetDepth from SvxTextForwarder implemented.

2002-07-31  Frank Meies  <fme@openoffice.org>  [b2ffef301063b7faab2d62d116d5df8719d6cb1f]

        #101663# Border and shadow color in high contrast mode

2002-07-31  Frank Meies  <fme@openoffice.org>  [47583d7691bde8b50b873a47c744614abecec525]

        #101708# Extension of repaint area for complex characters

2002-07-31  gt  <gt@openoffice.org>  [7e5e2f5b9fe8d33caafc03b0ec0fb9ad1f4a017a]

        #101781# HC for bitmaps in class FontNameBox

2002-07-31  Carsten Driesner  <cd@openoffice.org>  [90d84ecc7f553983ce618d35a37d6606f1d061f9]

        #101060# Added HC bitmap for GetStyleFamilyBitmap

2002-07-31  gt  <gt@openoffice.org>  [a11347f696d383883cae3ab00922410db618070c]

        #101781# HC for bitmaps in class FontNameBox

2002-07-31  Carsten Driesner  <cd@openoffice.org>  [9db302a180fbdade63ab2ec0709644ffb671bb16]

        #101060# Implement HC enabled GetStyleFamilyBitmap method of SfxObjectShell

2002-07-31  Carsten Driesner  <cd@openoffice.org>  [110b2f24b604ef37141167943e58c03ec9754528]

        #101060# Support HC bitmaps for GetContent/GetStyleFamilyBitmap

2002-07-31  Thomas Lange  <tl@openoffice.org>  [9f65183eed51ad511efd0ae5f97e99293562d986]

        #101895# math-symbol rectangles for OpenOffice fixed.

2002-07-30  Philipp Lohmann  <pl@openoffice.org>  [d2ecc7ea328f588f2bf22e90e950dafac3e729c9]

        #101762# enable native accessibility error messages

2002-07-30  markm  <markm@openoffice.org>  [43ec6f55616ee0f29fa352262f061bba4058a46a]

        Update for long file names

2002-07-30  Aidan Butler  <aidan@openoffice.org>  [246324eae9c96c29823f91dd59bdc0054363bb24]

        Fix for Multiple file bug

2002-07-30  Carsten Driesner  <cd@openoffice.org>  [01f8d0ed0e7241154f284f61b6976286f085d169]

        #101060# Added new ID's for high contrast bitmaps

2002-07-30  Carsten Driesner  <cd@openoffice.org>  [99a0b50f3ce8a43f183ae08378a528382841eb26]

        #101060# Added new ID's for high contrast bitmaps

2002-07-30  Mikhail Voitenko  <mav@openoffice.org>  [b69a3a3189bbb9d0d20dd7ffd43848f055ae990c]

        #99287# use original stream to open 6.0 files

2002-07-30  markm  <markm@openoffice.org>  [185c633017f7027e6c36d031a7a27937e8aadeaa]

        Initial checkin

2002-07-30  Christian Lippka  <cl@openoffice.org>  [40ce64a003266452100e5a824de2f8ec8e23f421]

        #100875# remember view data when ole not inplace active

2002-07-30  Christian Lippka  <cl@openoffice.org>  [c60d094f713da418be947257c553d930c00f713e]

        #100875# support Read/WriteUserDataSequence directly at frame view

2002-07-30  Christian Lippka  <cl@openoffice.org>  [3aa0062c1b0bf14f1c9963a7192a9fbd7dfad27e]

        #100875# get selected page from frame view is possible when painting ole client

2002-07-30  Kai Ahrens  <ka@openoffice.org>  [fba3f353af56c25c9109d3a5122fdb8b2af9b518]

        #101882#: set own help id for appropriate dialog

2002-07-30  Daniel Rentz  <dr@openoffice.org>  [28b3352b600e1be5f401ed9931e5f39a7c124eb6]

        #101128# HC for time button in redlining

2002-07-30  Kai Ahrens  <ka@openoffice.org>  [d02db2e7b8f3031fe3db36b67fe245fdf6f1d6f2]

        #101882#: set own help id for appropriate dialog

2002-07-30  markm  <markm@openoffice.org>  [5ad1449e8825c1c3cc6b8844d44a159cb3b22d0f]

        Updated to dynamically load the SHGetFolderPath function.

2002-07-30  Kai Ahrens  <ka@openoffice.org>  [ea25941afaab2f1771895058563d33ce75836aa9]

        #99690#: write graphics directly

2002-07-30  Andreas Bregas  <ab@openoffice.org>  [b2f27987b2c766f511dad8415942109042a36b2a]

        #101304# Save dialog for macro recording

2002-07-30  Kai Ahrens  <ka@openoffice.org>  [174fdeb00358d0e4c2d94bf3407e605b7bfb032d]

        #100983#: added assertionsto recognize missing graphics

2002-07-30  Daniel Boelzle  <dbo@openoffice.org>  [293cd143e084162d24a401d9321dea1d2af4e022]

        #101138# no use of temp files anymore

2002-07-30  Herbert Duerr  <hdu@openoffice.org>  [ea98c6fb8cb31555a679bd8c931458433d261817]

        #101707# disable autohinting for most CTL glyphs

2002-07-30  Daniel Boelzle  <dbo@openoffice.org>  [feef1b34661d4dade739734ee8058b579b627ced]

        #101138# using memory registry if no url given && create flag set

2002-07-30  Mikhail Voitenko  <mav@openoffice.org>  [e9473eaea6dc002b02ee171332efa1159d08c478]

        #93754# copy files opened for reading

2002-07-30  Daniel Rentz  <dr@openoffice.org>  [fc515ddbdf8b295b060a63093e9066fd010e84b6]

        #101694# no image for page format

2002-07-30  Mikhail Voitenko  <mav@openoffice.org>  [5f022bdd5fc8cc5a89629d1e85bf868bb4549988]

        #93754# copy files opened for reading

2002-07-30  Peter Burow  <pb@openoffice.org>  [8d7dac7ad084c3ef268c576648304a2ebb00fece]

        fix: #101848# better aligned

2002-07-30  Daniel Rentz  <dr@openoffice.org>  [ec37cc995b2e86835f4579f354ebcaaef64e34d3]

        #101128# standard node bmp's

2002-07-30  Daniel Rentz  <dr@openoffice.org>  [0fd9f420c2cbb3d41bf18182a8dfeded7cdefd1d]

        #101128# standard node bmp's

2002-07-30  Kai Sommerfeld  <kso@openoffice.org>  [9187f4da5b11d7b99bc4e18306870a45790d3132]

        Corrected documentation.

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [02eaba1d31985d0f61ee48a4a9afc64dde8b48fd]

        #101315# make the special char dlg accessible

2002-07-30  Andreas Bregas  <ab@openoffice.org>  [b598ce202a3f7f9d655e7520e1e9cd9211c986da]

        #101534# Check name of recorded macro for valid Sbx identifier

2002-07-30  Daniel Rentz  <dr@openoffice.org>  [8e22afafc456d6d2839b32cad56e92b25e50dabb]

        #101128# standard node bmp's

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [1f21096949fccaf063a5c1d25c5e2b2efae302bf]

        #101315# new strings for the special character dlg

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [7ef527cdaf63e5fb7df8a5958b117ca967b8dbc2]

        #101315# new impl class for accessibility for char dlg

2002-07-30  Herbert Duerr  <hdu@openoffice.org>  [a14a383a92e49e67e2d6c1cfdcd512c59d949d37]

        #100495# fix GetTextOutline for rotated/vertical text on W32

2002-07-30  Herbert Duerr  <hdu@openoffice.org>  [e10ee94b36370c6c48990fd93504a022786e9759]

        #101700# fix outline handling and some cleanup

2002-07-30  Vladimir Glazounov  <vg@openoffice.org>  [4be03d4c8748c3b2282be5e4220534611f356f46]

        new version for SRC641

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [1b142e2d5e8f32834126fc92b6cab13209685dfe]

        #101836# enable sql92 namechecking for indexdialog when needed!

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [325749b3b5cac4038b26e49db91aa8cd4e2cc764]

        #101836# enable sql92 namechecking when needed!

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [c8ac40aa872f4f7b99c575a4e90e9d415dd253fa]

        #101836# check if aname is valid, if not return empty

2002-07-30  Peter Burow  <pb@openoffice.org>  [f1b4b4794205c5d0d911abd969a429065dbd430d]

        fix: #101839# HC bitmapf for folders

2002-07-30  Peter Burow  <pb@openoffice.org>  [ee8d10305b94f60f729b6ec0526b6c6515480cee]

        fix: #101839# updated

2002-07-30  Dirk Grobler  <dg@openoffice.org>  [8ccb78151b8039c457e645e1d8342030e3c15aa8]

        #97750# updated schema information

2002-07-30  Caolán McNamara  <cmc@openoffice.org>  [301191bc5047f25e7ba15899461c8ced5537ba43]

        #100975# Export nocolour as colour auto for table cells

2002-07-30  Oliver Specht  <os@openoffice.org>  [a657e735ea95a80d10b84318b9ee7c8adb24503c]

        #101694# format/page icon removed

2002-07-30  Philipp Lohmann  <pl@openoffice.org>  [f6e640a351bea23f532ca7cb075f038e82b3de3b]

        #101865# #i6635# react on missing _WIN_PROTOCOLS atom

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [18801cefd98ec5fda442693500d24971c50d5f42]

        #101849# correct german string of deleting table.

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [11e94e5b65019c7d5bc3ffd9b0c85f5d8e8110e2]

        #101846# - STR_ERR_LIKE_COLUMN

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [0ef60b9132821d436f22d7f09e411cec21b2f04e]

        #101845# delete string den

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [26a8c014c176588d88851be84300dc4822ffcb97]

        #101820# set the check criteria for teh edit control

2002-07-30  Gregor Hartmann  <gh@openoffice.org>  [4f7532d61505de55f5f3c945111fc8b88dea2ec3]

        #98836# supress assertion

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [efc88d3b58b93811ccd3324658fe0311ec9979e0]

        #101315# insert new ctor with IMutex

2002-07-30  Ocke Janssen  <oj@openoffice.org>  [05dbca00c3e661232d4c0d499279dbb5ab401765]

        #101315# export VCLExternalLock from external.hxx

2002-07-29  Kurt Zenker  <kz@openoffice.org>  [f24c960fac8e8c0891daab9ec8ac9a8789b6dfc5]

        new version for SRX643

2002-07-29  Kurt Zenker  <kz@openoffice.org>  [e6a6fbbf1e7b375303093979951f9865315f01f1]

        new version for SRX643

2002-07-29  Sander Vesik  <svesik@openoffice.org>  [ad20be6a26bcf3765b0bb29f3304bb19b957397a]

        Fix merge from OOO_STABLE_1

2002-07-29  Herbert Duerr  <hdu@openoffice.org>  [6daac2369fcf3167180a95451e45c407242945ed]

        #101335# implement pCharIndex return parm for GetNextGlyph

2002-07-29  Kurt Zenker  <kz@openoffice.org>  [136e8e19f7ba3c31cb72953f045dffedf5fe8b6a]

        new version for SRX643

2002-07-29  Sander Vesik  <svesik@openoffice.org>  [779ea694af5eaf155ee24c8357e9b27a78046e6e]

        Merge from OOO_STABLE_1

2002-07-29  Philipp Lohmann  <pl@openoffice.org>  [28f83dd4ed2b69a165bf08ea52011dadf327620f]

        #100608# add: compression for bitmaps, fonts and sampled functions

2002-07-29  Caolán McNamara  <cmc@openoffice.org>  [02156a23f9ddbdff9355e2497216f55434948d93]

        #101549# Paragraph without paragraph end needs to be added correctly

2002-07-29  Frank Schönheit  <fs@openoffice.org>  [78c5c923e9dac133316a8cf8acaa461f512f6378]

        #101641# select: allow for empty sequences - this simply means 'cancel the selection'

2002-07-29  Sander Vesik  <svesik@openoffice.org>  [94fcac444922c6a8610a254cecb57c42f5834493]

        Merge from OOO_STABLE_1

2002-07-29  Kai Ahrens  <ka@openoffice.org>  [ba1fa2120978b56984c52d4ccd4aaba56009ccbb]

        #101771#: added new slots for paragraph text direction

2002-07-29  Rüdiger Timm  <rt@openoffice.org>  [ef48a98fa934141c56508f23dc4aff6c8ca2584a]

        #100000# dependency cleanup

2002-07-29  Daniel Rentz  <dr@openoffice.org>  [4b7064c63150a2a1043625eef76b7ab63709796d]

        #97328# avoid single closing bracket in FAP

2002-07-29  Frank Schönheit  <fs@openoffice.org>  [f0554890c6b70e7665187f1a94b3cb81a4b622ad]

        #101251# documentation for some file picker config items / made the existent structure comply to the DTD (for children of group nodes, node order is prop/info/group)

2002-07-29  Eike Rathke  <er@openoffice.org>  [b6eb63b933271dd81dc507f8e3e5859a613fde93]

        #100289# exclude subsets of RTL_TEXTENCODING_GB_18030 in import dialogs

2002-07-29  Eike Rathke  <er@openoffice.org>  [c6bcb3b031273e5a578ff71140f9ab87a93181f7]

        #100289# exclude subsets of RTL_TEXTENCODING_GB_18030 in import dialogs

2002-07-29  Eike Rathke  <er@openoffice.org>  [47ac485ac43ac72ddd53e5ed45c2dd8ad3da75b8]

        #100289# exclude subsets of RTL_TEXTENCODING_GB_18030 in import dialogs

2002-07-29  Frank Schönheit  <fs@openoffice.org>  [7aff83cbf9c4f90abf1e57c31e9f39e53a6a9d32]

        #101769# deleteInterceptor: cancel any async update-interceptor-event

2002-07-29  Frank Schönheit  <fs@openoffice.org>  [a3a0a94cf20bcc484f461b85184e735afb29c2da]

        #101769# notify the impl class when we are dying

2002-07-29  Frank Schönheit  <fs@openoffice.org>  [504d93f57a640e221f375d4a4885e8aee4c88ce0]

        #101769# +notifyViewDying / +cancelEvents

2002-07-29  Rüdiger Timm  <rt@openoffice.org>  [e033b82efd4da894e24c26faded019a3f0bfd7b6]

        new version for SRX643

2002-07-29  Daniel Rentz  <dr@openoffice.org>  [4612b2511d24f73a04c6e6a3d4d3a787b3c023e5]

        #101561# HC for autofilter buttons

2002-07-29  Andreas Schlüns  <as@openoffice.org>  [c30ebfbe6da27c1aaa8842e5ea036649d93123ab]

        #92086# fix ambigous ctor

2002-07-29  Juergen Schmidt  <jsc@openoffice.org>  [12532f7cefca2578e0ceb217abbff2bb9f30a82b]

        #99053# mdofiy Makefile for working in the new structure

2002-07-29  Frank Meies  <fme@openoffice.org>  [f4f7844239813bb5e2d33047595d651ee6d1a09e]

        #99918# Update of font name in toolbar when inserting characters from different scripts

2002-07-29  Daniel Rentz  <dr@openoffice.org>  [3f2813dd3356c3d0d2eca177ccb35c050ee35b10]

        #101561# HC for autofilter buttons

2002-07-29  Frank Schönheit  <fs@openoffice.org>  [436bbc1dbeb5e7af0602c189d08a3385e84e6e5f]

        #101719# formatted field: overload convertFastPropertyValue to do some more sophisticated checks

2002-07-29  Carsten Driesner  <cd@openoffice.org>  [45c0f0f270cca8b3b5964e7f5005da11cc2c65dc]

        #101817# Use ToTop to solve problems with modal dialogs

2002-07-29  Philipp Lohmann  <pl@openoffice.org>  [88b511747c50142a90248ef640978cf267c36cec]

        #100608# builtin fonts, correct metrics, improved remote case

2002-07-29  Vladimir Glazounov  <vg@openoffice.org>  [a0489ce30a1810643a92744c932a649e5f03c48d]

        new version for SRX643

2002-07-29  Frank Schönheit  <fs@openoffice.org>  [25dc41eaaf7d160cc133e8f8ebebeb8fa84bceae]

        #101754# make the StrictFormat property optional

2002-07-29  Vladimir Glazounov  <vg@openoffice.org>  [d1ee77e8e0ab13236849b07dec4e8ad70a665bec]

        #100000# added file to exception section

2002-07-29  Gregor Hartmann  <gh@openoffice.org>  [119a2de2fbf340d580f8da981eea6c41edd25722]

        #WinParams=1,419,882,417;5;

2002-07-29  Frank Schönheit  <fs@openoffice.org>  [cd7c761c960123774e231a2f81febdbd954c48b5]

        #101722# convertPropertyValue: convert XInterface derivees, too

2002-07-29  Herbert Duerr  <hdu@openoffice.org>  [deea2cfb720a1c750c38e6781ab79977a13bdd69]

        #101683# use new GetGlyph... interface

2002-07-29  Tino Rachui  <tra@openoffice.org>  [bae86575845f96c2332b5d744c41686defa1bb43]

        #101753#disabled assertion because of deadlock

2002-07-29  Thomas Lange  <tl@openoffice.org>  [e17c4084a3cab9766e3a0a8d506835b72a4c9f26]

        #101262# configuration item description

2002-07-29  Kurt Zenker  <kz@openoffice.org>  [f73357e0e33f0f6ddff49c3b15451e250021e551]

        UDK304

2002-07-29  Caolán McNamara  <cmc@openoffice.org>  [98f59307c81f8f4c929f1a7b92e13c8ed9137ef4]

        #101503# SvxRTFParser to support paragraph rtl/ltr paragraph direction

2002-07-29  Caolán McNamara  <cmc@openoffice.org>  [f6bcff9240b40ad0d80cb9158da07e04bb75e35c]

        #101503# SvxRTFParser to support paragraph rtl/ltr paragraph direction

2002-07-29  Frank Meies  <fme@openoffice.org>  [6179957d49d7775ad36ee1d5a68d1b488af9f89d]

        #101144# wrong position for bullet graphics in vertical environment

2002-07-29  Ocke Janssen  <oj@openoffice.org>  [3cb3e2091b86ce68c0c210f50f24b00141ad6f29]

        #101802# add maskcolor again

2002-07-29  Andreas Schlüns  <as@openoffice.org>  [98347a31eefc255498452e93f4a6fdbb651e6fb6]

        #92086#,#100031# add new files

2002-07-29  Andreas Schlüns  <as@openoffice.org>  [0663312379357813bca0618eca412ac22f4455e9]

        #100031# use helper to make window states persistent

2002-07-29  Andreas Schlüns  <as@openoffice.org>  [9d19e3161498f6cf3625cc9c1c064addfb6b8fee]

        #92086# use new helper ComponentLoader

2002-07-29  Andreas Schlüns  <as@openoffice.org>  [0ddd22ebd2557b015175f03ea7dabd179ca6f3e5]

        #92086# add XComponentLoader interface to frame

2002-07-29  Andreas Schlüns  <as@openoffice.org>  [d4fbec28de03039dc24ea27fe33b8b9a3eb50229]

        #92086# add reset functionality

2002-07-29  Andreas Schlüns  <as@openoffice.org>  [9617e0619d4ea169bce7583662ab600b65bbf117]

        #92086# reorganize argument list

2002-07-29  Andreas Schlüns  <as@openoffice.org>  [98a3130c79cedb0d6c37e9144b3aa20bdd82c0f3]

        #92086# helper for loadComponentFromURL

2002-07-28  Matthias Huetsch  <mhu@openoffice.org>  [d373519cbee2d7072e5405f18d2aaee54c68674f]

        #99274# Fixed 'receiveFdPipe()' to use same buffer size as 'sendFdPipe()'. Joined from r1.19.6.2

2002-07-27  Karl Hong  <khong@openoffice.org>  [46b71b1a52eaf78d576418571e5e61729717d507]

        #101191# #95804# reduced duplicate data and localized quarter abbrev.

2002-07-26  Eike Rathke  <er@openoffice.org>  [f26f4b81c36ee615b3784f464ec8775467219aed]

        #95804# localized quarter abbreviation 1..4

2002-07-26  Eike Rathke  <er@openoffice.org>  [f3fb641d3c0dfb1d3cd0beb37c1bf20c17d9888a]

        #95804# localized quarter abbreviation 1..4

2002-07-26  Eike Rathke  <er@openoffice.org>  [0b0b2ba92e020b299e8b7905e92e0e4a1ade4a04]

        #98695# ScanType: reset types to string inside matching brackets (don't get confused by [~...H...] while classifying MM)

2002-07-26  gt  <gt@openoffice.org>  [93c72913c4b859ee1767c32719ec8d3916e4dd5a]

        #101765# changed strings for FT_LEFTINDENT, FT_RIGHTINDENT, FT_TOPDIST and FT_BOTTOMDIST

2002-07-26  Herbert Duerr  <hdu@openoffice.org>  [0c76feee1feee868b0a041f91151c80c7b5eb6eb]

        #101683# handle non-glyph processing fonts

2002-07-26  gt  <gt@openoffice.org>  [c51bfef58a79a2aaf63b555ae525e79ac9f97074]

        #101526# dont set background colors at SvxFontPrevWindow fixed with WHITE

2002-07-26  Herbert Duerr  <hdu@openoffice.org>  [e7b04e7b9289a4246a1e4a12c249ab5439220263]

        #101683# avoid glyph processing for some fonts

2002-07-26  markm  <markm@openoffice.org>  [a007e73e2c8635163d2421c852d33ad58a0b9155]

        Initial checkin

2002-07-26  Eike Rathke  <er@openoffice.org>  [fa325ef94925a4ee329ddffc1a4875a9ce750b63]

        #98695# getDisplayString: month is zero based

2002-07-26  markm  <markm@openoffice.org>  [da142f8a045316d9b60eb4618d8a5bffed7d9c86]

        Addition of ActiveSyncDriver.java to the build

2002-07-26  markm  <markm@openoffice.org>  [6d431fe568aef7ba0219ac9e565c27ee866bcbf0]

        Initial checkin

2002-07-26  Sven Jacobi  <sj@openoffice.org>  [bba57441d6e6aaf9ca115f0300cf02998af4e11d]

        #99149# fixed problem with one pixel wide preview objects

2002-07-26  Thorsten Behrens  <thb@openoffice.org>  [c7a8f0d88c7c5a45a830ca4aa04890c600958bcd]

        #101004# Enable getCharacterAttributes functionality

2002-07-26  Thorsten Behrens  <thb@openoffice.org>  [371f53d3855728c4390c9b87eae21447e30d63c5]

        #100127# Corrected point type test and index calcs

2002-07-26  gt  <gt@openoffice.org>  [0837fe7abf9d012b2871cad36e71b5ae67cf5882]

        #101060# rename of InsertEntry because of conflicts

2002-07-26  Daniel Vogelheim  <dvo@openoffice.org>  [6cce8f4150968189a50dac3d249a9674dec26041]

        #100181# now set 'text'-number format when using XCell::setString(..)          (previously the original number format was preserved, i.e.           a text cell with a number format, which caused some trouble           later on)

2002-07-26  gt  <gt@openoffice.org>  [6a838faa50366542dc3ca1e153cd381875a95e8b]

        #101060# class SfxOrganizeListBox_Impl support of HC bitmaps

2002-07-26  Sascha Ballach  <sab@openoffice.org>  [f8b46b32ea90332bf1e886ac20b1f16e6f3852aa]

        #101739#; it is possible, that there are two sheets with the same name so I should catch the exception

2002-07-26  gt  <gt@openoffice.org>  [530b7af35655eb6660c5fc4f38e45f6db4183095]

        #101060# class SfxOrganizeListBox_Impl support of HC bitmaps

2002-07-26  Eike Rathke  <er@openoffice.org>  [77c780313660dce8a35536f6aaa46c1e50ef61dc]

        #95804# localized quarter abbreviation

2002-07-26  Christian Lippka  <cl@openoffice.org>  [558a9551ce19af4d845364cf150c0f124363b83b]

        #101759# use SvtLinguConfig instead of properties

2002-07-26  Caolán McNamara  <cmc@openoffice.org>  [bdcb12f476b1a3b729788c014144c178c332af82]

        #101615# Default CTL and CJK seperately

2002-07-26  Eike Rathke  <er@openoffice.org>  [cd2da9a7b949fbed39749f72ce985b13867d21f6]

        #95804# localized quarter abbreviation

2002-07-26  Eike Rathke  <er@openoffice.org>  [128f0920f8ad1176bffdd39774a15f6ef238756a]

        #95804# localized quarter abbreviation

2002-07-26  Herbert Duerr  <hdu@openoffice.org>  [3a36dc3be1cde4b69f16393fdea20e732b10e082]

        #101808# use GCP_SHAPEGLYPHS instead of FLI_GLYPHS to determine GCP handling

2002-07-26  Caolán McNamara  <cmc@openoffice.org>  [a0e5733036534e7c408c2f2510639ac32c0da418]

        #101773# #i6573# Numbering none with suffixes and prefixes not exported to .doc

2002-07-26  Herbert Duerr  <hdu@openoffice.org>  [afe2f3979c521aff8f28c5a896cbbead18873a1a]

        #101563# override GetCharPlacements handling of notdef glyphs

2002-07-26  Caolán McNamara  <cmc@openoffice.org>  [17524ef37d01a97326a99e13ac7c0cada8ccb5ac]

        #101750# Need to restart everything that has been closed when ranges close points are disjoint

2002-07-26  Thorsten Behrens  <thb@openoffice.org>  [2445632bc1b962b5f94ccabb268de0ddfabb77c4]

        #101004# Added new Get/SetDepth to SvxTextForwarder

2002-07-26  Thorsten Behrens  <thb@openoffice.org>  [3d0211c91b411b3453b0830ca6994c584220361c]

        #101004# Added new Get/SetDepth to SvxTextForwarder

2002-07-26  Andreas Bille  <abi@openoffice.org>  [2945850eb46833711983ec52c40da2ab27fc689c]

        #101236# Added docu and reassigned responsibilities

2002-07-26  Kai Ahrens  <ka@openoffice.org>  [4a3dd2fe99714c38fdf549dddbfb03530ceb3740]

        #101748#: don't export tspans

2002-07-26  Christian Lippka  <cl@openoffice.org>  [8c3c8925375a96dbb913dad1ff780830fc10ece9]

        #100285# set correct hc draw mode on intial preview open

2002-07-26  Vladimir Glazounov  <vg@openoffice.org>  [c5e7e2fd0c5418f1caa18b77f2a093f43aff9ca0]

        corrected version von 1.364

2002-07-26  Tom Verbeek  <tv@openoffice.org>  [e5378ff49004757ad70427fed182ba2b55adc1a7]

        #89663# resaved with SRX643 in order to fix manifest

2002-07-26  Ocke Janssen  <oj@openoffice.org>  [c9b4e4d897f502b3fb0e3bbec693d1ff35475b87]

        #95146# insert auto-increment

2002-07-26  Ocke Janssen  <oj@openoffice.org>  [d70f05bb3d01c358d2af15ea8bc89aee3cb48d25]

        #95146# move controls 20 pixel to left

2002-07-26  Thorsten Behrens  <thb@openoffice.org>  [0882b3c236df0241024affdb01a39fe755500e7d]

        #101743# Pass outliner language to popup menu

2002-07-26  Ocke Janssen  <oj@openoffice.org>  [bc5ae2f2e4aee29535293fc274bd1748f35218cd]

        #95146# new controls inserted for auto retrieving

2002-07-26  Thomas Lange  <tl@openoffice.org>  [e3ebf103a8d5b1e6cb7affc03bcd8895703da323]

        #101262# configuration item description

2002-07-26  Christian Lippka  <cl@openoffice.org>  [ce501d87dafa20bebf994bc32e16f08474bfb78f]

        #100285# fixed reseting of old drawmode from uint16 back to uint32

2002-07-26  Ocke Janssen  <oj@openoffice.org>  [08f66dba02e564ef6eef637046e0721aa3c0eb25]

        #101733# fix column matching for double column names in a table

2002-07-26  Caolán McNamara  <cmc@openoffice.org>  [e21cdd8e450e5400afb91a2efa1e07836f9d7f88]

        #101615# pair isn't const

2002-07-26  Andre Fischer  <af@openoffice.org>  [ccc15275ea9c5dd5c92762579870bb3d45500ce0]

        #101331# Added directories drafts/com/sun/star/{drawing,sheet,table,text}.

2002-07-26  Kai Ahrens  <ka@openoffice.org>  [98978996f61ea759d897cc23c91f9795046d34cd]

        #101752#: prepare formatting by screen

2002-07-26  Björn Milcke  <bm@openoffice.org>  [0d2d4d19b43d5c2ca86534187370e86b6b819a78]

        #101228# new browser flag EBBF_HANDLE_COLUMN_TEXT for displaying text in column          0 in the handle column (like in the normal browse-box). 		 EBBF_NOROWPICTURE => EBBF_NO_HANDLE_COLUMN_CONTENT to reduce confusion now

2002-07-26  Kai Ahrens  <ka@openoffice.org>  [bbd94b9f10ad0b0cd1c2bc6cec0134cf100e4963]

        #101748#: don't export tspans

2002-07-26  gt  <gt@openoffice.org>  [ae6864fbf8f5e7df8002c78b85f6fa356d702e1c]

        #100892# change text of CB_LINKS and CB_LINKSVISITED

2002-07-25  Karl Hong  <khong@openoffice.org>  [e6db600b7cb0c76e3abe7098d4e1241bab137cd8]

        #100183#101188#101189#101190#fix Korean format code

2002-07-25  Caolán McNamara  <cmc@openoffice.org>  [2165e74081cd71d862b922546da8af96fc04b12c]

        #101615# Phase 5 im/ex BiDi Support for sections/page descriptors/tables/paragraph styles/frames and paragraph settings with regard to conversion of environmental to explicit direction on export and how that requires explicit left/right adjustment to be set if direction is also set!

2002-07-25  Daniel Vogelheim  <dvo@openoffice.org>  [462cf1d867b8de4dcf41e68025668c238babf690]

        #100738# prevent drag&drop of outlines within tables

2002-07-25  Kurt Zenker  <kz@openoffice.org>  [72fd8a5e160d4b5f9910f676ca13907a5c95ba1e]

        new version for SRX643

2002-07-25  Kurt Zenker  <kz@openoffice.org>  [8c8f5c966e2e498280d2e3966e9607dedbd38fab]

        new version for SRX643

2002-07-25  Kurt Zenker  <kz@openoffice.org>  [3cb2152344dca53bb5802557cc4802e008ea105a]

        new version for SRX643

2002-07-25  Rüdiger Timm  <rt@openoffice.org>  [7292c69b8d22f46ed5a9e984af65d6470e5c91f2]

        new version for SRX643

2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [5082f6311aa16acfa295d9c4d22b65785fabe0b5]

        #100000# exception specification removed

2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [2d946b5c10f266bd16f0db906dc809c4229b917b]

        new version for SRX643

2002-07-25  Kurt Zenker  <kz@openoffice.org>  [0e9f92b4bfd8845f7650c576bc76bb3c51c95e6c]

        new version for SRX643

2002-07-25  Michael Brauer  <mib@openoffice.org>  [fa2ae602a663b08e5263271499f62b11f33f421b]

        #1000140#: send devent for alt text change

2002-07-25  Kurt Zenker  <kz@openoffice.org>  [92d559995c6221ccc2f0c93a1da3f201dad47fa2]

        new version for SRX643

2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [b7d839bfcee4c4be53b9eab8a2e894ac40c2cd23]

        new version for SRX643

2002-07-25  Kurt Zenker  <kz@openoffice.org>  [e7b89c2a63a6e49f0ee88c75bd9375b2aa5ae642]

        new version for SRX643

2002-07-25  Kurt Zenker  <kz@openoffice.org>  [766503454c3091fc547f42d0c9fa087fbf823278]

        new version for SRX643

2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [bfb188d53c062d8dd598c66d2a782f79536c24d7]

        #100000# added temp variable (gcc)

2002-07-25  Sven Jacobi  <sj@openoffice.org>  [74f0b41f975ca034db23646819aaf8af99ff3375]

        #101736# added EMF_EOF action

2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [c5b51484785f768ecf8247e47b0c3226d4937b4d]

        #100000# typo

2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [44ce3f5b223d502dcf2d25a2055ee7c8c4bbf539]

        #100000# added missing header

2002-07-25  gt  <gt@openoffice.org>  [88f7cc5e7f82e6f337d338d4b731de4b0331bcef]

        #97997# changed STR_INSTEXT

2002-07-25  Daniel Rentz  <dr@openoffice.org>  [f8f1cd1d78e715f092b4160099467aa3def0a264]

        #101162# strings changed

2002-07-25  Daniel Rentz  <dr@openoffice.org>  [8bcce718d270cede0467d039056c3421233147ca]

        #101160# strings changed

2002-07-25  Mikhail Voitenko  <mav@openoffice.org>  [f6309ca4a0b8fa87731bba19e655bfcfb255afed]

        #101731# rtl_digest_update call is required

2002-07-25  gt  <gt@openoffice.org>  [60f9da5f9309cbcac95eacdc46d5fd448565cb90]

        #99825# changed FN_INSERT_OBJ_CTRL

2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [b0117ee1279628a4e81f24d4ef1b47adef1a60c8]

        #100000# changed include file

2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [0124fea994a6a39185ea1daaa387fa15f74644fd]

        #100510# REMOTE_APPSERVER case

2002-07-25  Sven Jacobi  <sj@openoffice.org>  [6a27da91bbea8bc1ba0b7961aa6e5492dac47015]

        #99682# saving own ole with version 5 instead of 3

2002-07-25  Thomas Benisch  <tbe@openoffice.org>  [eb7d6919a88a7b08f523f60cafdd26d89b1ed816]

        #100195# removed class VCLXMenuWindow

2002-07-25  Thomas Benisch  <tbe@openoffice.org>  [2d2de7d338389b2743a1e7ea1a5ed2e7665c190b]

        #100195# removed CreateAccessible( Window* pWindow, Menu* pMenu )

2002-07-25  Thomas Benisch  <tbe@openoffice.org>  [58ce5f56f09840e37791e66ca529a32bdf8d2462]

        #100195# removed GetAccessible( BOOL bCreate )

2002-07-25  Kai Ahrens  <ka@openoffice.org>  [91f81b30cc170120c60fbda8f159b292e09345f7]

        #101730#: removed StatusBarConfig entries for Draw and Impress

2002-07-25  Sven Jacobi  <sj@openoffice.org>  [b7539310ce0b0cc09b1cef7721b1addb0434c14b]

        #101648# fixed insertion of news hyperlink

2002-07-25  Andre Fischer  <af@openoffice.org>  [e461ad2ba52a9081e442632a91fa14891d09621d]

        #100398# Moved most functionality from AdjustPosSizePixel to new ArrangeGUIElements method.

2002-07-25  Eike Rathke  <er@openoffice.org>  [8ed7d9a47dd03a606159923d007e2bca243d8e6f]

        #98695# use XExtendedCalendar::getDisplayString()

2002-07-25  Eike Rathke  <er@openoffice.org>  [6f223401fd0b0981e49e3022ba2083bc9cde0777]

        #98695# add wrapper implementation of XExtendedCalendar::getDisplayString()

2002-07-25  gt  <gt@openoffice.org>  [c308ad943d765d4e3c08a52e0a3f8fef87546c9a]

        #98805# extend File menu to content of the other Apps

2002-07-25  gt  <gt@openoffice.org>  [0c1c8cdcbfe216bd3994ba199fedfdfbe12670dc]

        #98805# extend File menu to content of the other Apps

2002-07-25  Andre Fischer  <af@openoffice.org>  [2162938486e6f4c240c02be6a410c73d09cc5f1c]

        #100398# DataChanged now calls new ArrangeGUIElements method of the view shell.

2002-07-25  Andre Fischer  <af@openoffice.org>  [bd322b86fb27ece19ef584809f9eb2e93afe68a9]

        #100398# Moved most functionality from AdjustPosSizePixel to new ArrangeGUIElements method.

2002-07-25  Andre Fischer  <af@openoffice.org>  [29e8c52330bbf55f2279ef98f9b80c909d8bebe5]

        100398# Added ArrangeGUIElements method.

2002-07-25  Joachim Lingner  <jl@openoffice.org>  [bc5c7dd2629163dfca31b31a456b9c1027f6765f]

        #91843# The VM service tries to get the share/config/javarc in the base installation (setup -n) of a network installation if there is no user/config/javarc in the workstation installation

2002-07-25  Thorsten Behrens  <thb@openoffice.org>  [4a23a5ab5123222919afe796b2d930091c01c4e6]

        #101702# Don't send events except from disposeandclear in Dispose

2002-07-25  Vladimir Glazounov  <vg@openoffice.org>  [82c1fa5dfceec40f5323c3230217c89bd64a9cc8]

        UDK304

2002-07-25  Rüdiger Timm  <rt@openoffice.org>  [18eb32f0f0cf8697d328bb0f8ea946db133b2370]

        100000#

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [4004d0769345414322e367996891000efabfd5b4]

        #95146# impl XGeneratedValues and autoinc feature

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [f4ebb12385a25a64015fec7361d12df05f880e49]

        #95146# new file

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [f89f6b9438cc77b68552922ba9e212c9545f7751]

        #95146# new base class for autoretrieving

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [4988c9ba24796735e991b3312ede615ca53248cd]

        #95146# now acquire and release controller when set

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [6a6f6c91b2767ed0fef3c7ea34dba125a0bc051c]

        #95146# correct typo

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [cf6a611e83347345681dad47d4c5bfefd8fa1725]

        #100280# new item for report autopilot and enabling it

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [23102dd8038e0ef4fc2bc5545ea5ef9bd80264e0]

        #95146# new member for autoincrement

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [e221bba05d53a24f743adbf275376dc21bb61b7a]

        #95146# remove m_xController

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [fe7f7274f35e73a61db8443e66386cb853de421b]

        #95146# set auto creation prop

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [4b24fed451dadc24045a6389d8228b46d556f1ed]

        #95146# new SfxItems for autoinc

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [cb3ba24e7a53362646603f6279cae640882cb395]

        #95146# new defines for auto fields

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [a15fa2f36bf8ac69580ecce9328c302800f8ba4e]

        #95146# new enum for autoincrement

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [6c4175f896eb5391b769e32857c21955a48e017a]

        #95146# new methods to get autopincrement prop for ds

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [4ad5c2d8ed54c465252295c743368cb87b686f0d]

        #100280# new define for report autopilot

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [0907b787caac407e8cf2deff6f70163bcecadba3]

        #100280# new method to start report autopilot

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [f5e8b42a3b12536f063148c1b34e0a8eaa0ddd4b]

        #100280# new items and methods for report autopilot

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [026c96e1bb743a091b6a2790de4af32fb2ed1326]

        #95146# ask for generated values after insert new row

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [8f1a7bd813650283c53e705c9e3a07c6c9f66e89]

        #95146# correct error message when command is empty

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [d14d2a5de1b45603fc171f5f3b45dfd6da0a17c0]

        #95146# impl XGeneratedResultSet

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [b2d1ddfede89af14c5900fa75cc67372668d777f]

        #95146# new property for the decsriptor column and  autoinc

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [5824b95ceaa4c30086cf166f45043eb53fc7b489]

        #95146# use of autoincrement value to create columns

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [e8451d0fef1d7f7f628578486d3e80280646dd8f]

        #95146# new string +AUTOINCREMENTCREATION

2002-07-25  Ocke Janssen  <oj@openoffice.org>  [ec422c069023bbde22d916b8c1f62babea1aea24]

        #100280# #95146# new helpids for report and autoincrement fields

2002-07-25  Karl Hong  <khong@openoffice.org>  [dca247d28880d9887fd9f9006f26229f01992e3f]

        #95565#added new phonetic collation for index module

2002-07-25  Karl Hong  <khong@openoffice.org>  [85f3122b9b67cd501db11fc4cb7a1a41eb658c3d]

        #95565#add phonetic entry for CJK index modules

2002-07-25  Karl Hong  <khong@openoffice.org>  [95823ae83c8c13c5c10c5084e2a90549ff2eb25e]

        #95565#add new phonetic entry for CJK index modules

2002-07-25  Karl Hong  <khong@openoffice.org>  [bad692c5d3d036e612cde156c1bd7b89aa0b2248]

        #95565#add phonetic entry for CJK index modules

2002-07-24  Philipp Lohmann  <pl@openoffice.org>  [8c1d2fdcc70cadfde538e6a257c74f4457f7e2d2]

        #101710# do not delete SGENPRT.PS

2002-07-24  Philipp Lohmann  <pl@openoffice.org>  [2b27e164bb3a87011af7beb476078801aad48349]

        #100608# add: support stretched fonts

2002-07-24  Mathias Bauer  <mba@openoffice.org>  [96b3f4fac0c2f67ac6f4e0a6a9e444f1d867a206]

        #96508#: new arguments

2002-07-24  Mathias Bauer  <mba@openoffice.org>  [e0aefa5cc6b5b8313cd91c738dbd3edfcb2f4bf6]

        #101305#

2002-07-24  Mathias Bauer  <mba@openoffice.org>  [2df76ae82fa3cda7edfea77b78864e0347e9250e]

        #101305#: macro recording

2002-07-24  Herbert Duerr  <hdu@openoffice.org>  [14cfe4800ebbedd10b9c72a66db9dde5a9df8588]

        #101682# of-by-one fix for asian kerning

2002-07-24  Thomas Benisch  <tbe@openoffice.org>  [d59833a6b68fdf8048e0e1159efc57e4a58b9993]

        #100195# send VCLEVENT_MENU_ITEMTEXTCHANGED

2002-07-24  Thorsten Behrens  <thb@openoffice.org>  [93c120c5e0d03bbe30253188dcbb95c91719dec1]

        #101702# Don't send events except from disposeandclear in Dispose

2002-07-24  Sascha Ballach  <sab@openoffice.org>  [98ca8fdbb2a8564dc2775dbd9087b8bbdbf6b742]

        #101675#; add accessibility API support

2002-07-24  Philipp Lohmann  <pl@openoffice.org>  [04316fc96a5536f733fd8d6e737458a21eb59098]

        #100608# add: drawTransparent with polygon, bitmaps with alpha channel

2002-07-24  Kurt Zenker  <kz@openoffice.org>  [14e517f76631455a3d900f878877f40bbd2c96bd]

        TFC643

2002-07-24  Kurt Zenker  <kz@openoffice.org>  [9331db0ecca13658a2fc7563170379110817be2b]

        add TF_CAPELLA

2002-07-24  Stephan Schäfer  <ssa@openoffice.org>  [8c1b12495d9c5099985b9b958b4b47d20b644974]

        #100860# mirror polypolygon

2002-07-24  Caolán McNamara  <cmc@openoffice.org>  [eaa7bacd6adcbbe774c17ed24900bd2ba61951f8]

        #101615# Phase 4. Import/Export non-environment complex paragraph direction

2002-07-24  Daniel Vogelheim  <dvo@openoffice.org>  [66e5a01cdebfc0a261da4c7c7635ac051b4c972f]

        #100298# fixed accessible selection in split paragraphs

2002-07-24  gt  <gt@openoffice.org>  [92c355223eed76fb1d1846bc655354292afff1ae]

        #101508# SvxEditModulesDlg: no need for own checkbox bitmaps

2002-07-24  Mikhail Voitenko  <mav@openoffice.org>  [933a0682bedb244ecfdecc9aac8cb269cfb469da]

        #97681# update Recent Documents list

2002-07-24  Mikhail Voitenko  <mav@openoffice.org>  [46d7a03f0909484cb637f39cdb3cbb75db827c5e]

        #97681# link with sysshell.dll

2002-07-24  Malte Timmermann  <mt@openoffice.org>  [1dff309eae83ec7c2b0dfd6f9177f3e575dd3735]

        #101117# Don't set mouse pointer, Outliner can do better...

2002-07-24  Malte Timmermann  <mt@openoffice.org>  [b2a004594ed1bcd770d0739af55eb4138d411047]

        #101117# Don't use WritingDir Attrib in Outliner

2002-07-24  Thorsten Behrens  <thb@openoffice.org>  [ba313d55a1650243c9e0a61a8ee6db07da42507b]

        #101005# Added functionality for AccessibleTextType::PARAGRAPH on getText*Index()

2002-07-24  Andre Fischer  <af@openoffice.org>  [12119849f6c07c3638ef7199cdaf7b7645ff0205]

        #101003# Added guard againts missing view forwarder.

2002-07-24  Malte Timmermann  <mt@openoffice.org>  [757939d1e1084220cbb83c7e10508d3b9fd7fe7c]

        #101117# Bidi

2002-07-24  Michael Brauer  <mib@openoffice.org>  [baf18777bbfe50def920f319a1b73e62696a6d45]

        #100014#: Broadcast name/description change events for farmes and tables

2002-07-24  Malte Timmermann  <mt@openoffice.org>  [57cb8d28843aad06fd8c8371e643824201484574]

        #101117# L2R/R2L handling of TAB portions

2002-07-24  Malte Timmermann  <mt@openoffice.org>  [7f8973514986a5d0c4ee376874833c144942b671]

        #101117# IsRightToLeft(nPara)

2002-07-24  Stephan Bergmann  <sb@openoffice.org>  [5d14bc0bec8d0eaa1c166d264438ed0f1520ad9e]

        #101689# Accessibility for EditorWindow.

2002-07-24  Joachim Lingner  <jl@openoffice.org>  [9abcd551a87cb55c2fb4a9038a934e44163e78af]

        #101225#

2002-07-24  Joachim Lingner  <jl@openoffice.org>  [adb3007111d0c8ebd48824fa8f8754d88b2aff8f]

        #101225# adapted to SOLARIS

2002-07-24  Vladimir Glazounov  <vg@openoffice.org>  [893d0ae884e70bf7c1c657c2fd7c527a4acbed43]

        SRX643

2002-07-24  Christian Lippka  <cl@openoffice.org>  [6ffb872b4c1057d4227451182f6f0985a579fe64]

        #100285# added For Page Previews option

2002-07-24  Armin Theissen  <armin@openoffice.org>  [d8d1e73d6dc28ce02ffb8d8cf2594b1f0a750a56]

        removed ticks around batch parameter again - must have been re-introduced by accident

2002-07-24  Sven Jacobi  <sj@openoffice.org>  [01c9cd6f9c68f7defa0bbac05027115fc82d8501]

        #101366# correct initialization of cbxAutoLogo

2002-07-24  Sven Jacobi  <sj@openoffice.org>  [fc322ad98b544c3a2a5d033a4e6f03a48dffb1c9]

        #101368# moving CBX_PEN to the right, so that the dependency to CBX_MOUSEPOINTER is clearer

2002-07-24  Ocke Janssen  <oj@openoffice.org>  [605ffe92cea7ddfdfbbba01a9ba9133005c022d7]

        #95146# remove <table> tag

2002-07-24  Christian Lippka  <cl@openoffice.org>  [15811723ee642893c0306c18347433653cc3f7f2]

        #98888# prevent a focus change first time preview is opened

2002-07-24  Christian Lippka  <cl@openoffice.org>  [b46731258fead6d951e1d78e6a5795802220d3b9]

        #98888# prevent a focus change first time preview is opened

2002-07-24  Kai Ahrens  <ka@openoffice.org>  [79d229e7df5e2646e56317f48cb498ae32058349]

        #99954#: special handling for areas that are mostly white

2002-07-24  Ocke Janssen  <oj@openoffice.org>  [551338bb25dcf64bb14fcd0b6058c34248d4d420]

        #95146# new optional property how to create auto increment values

2002-07-24  Ocke Janssen  <oj@openoffice.org>  [f87c8f5324a50a57d642ed892ee5aa39c1c66e7d]

        #95146# extend description

2002-07-24  Thomas Lange  <tl@openoffice.org>  [32521a538819d535d976a4a248ab46a2fd7a0df8]

        #101623# update view when changing printer

2002-07-24  Mathias Bauer  <mba@openoffice.org>  [87d5f7c525aaffd401119605241fe7656f83701b]

        #94144#: open linked document Minimized

2002-07-24  Christian Lippka  <cl@openoffice.org>  [9238de039a184056353a264855f9b60a1f77d85d]

        #99835# disallow mouse move actions in read only mode

2002-07-24  Christian Lippka  <cl@openoffice.org>  [4b892a87c0e08639ebf7fe207d12d1f046a33239]

        #99835# allow selection in read only mode again

2002-07-24  Christian Lippka  <cl@openoffice.org>  [b49cc81a6cfc9ca213482dddc8f16199b498f5e2]

        #99835# allow selection in read only mode again

2002-07-24  Philipp Lohmann  <pl@openoffice.org>  [2de8d8c2d9dcefa066dd6b5333a8a133917502d6]

        #101669# protect printer names by quotes

2002-07-24  Sascha Ballach  <sab@openoffice.org>  [c3e9d5370a8edcb2e42012cdd9d835cf215a7a4e]

        #101326#; use the new compare method to compare the password and the hash

2002-07-24  Kai Ahrens  <ka@openoffice.org>  [21f2e832438147dc960e8ac4a72ee8a7410a79c6]

        #101667#: set helpid for page object TreeListBox

2002-07-24  Mikhail Voitenko  <mav@openoffice.org>  [7fd8a9e8fa5054c3efc16243e5908f3699d1c3e8]

        #100518# create a correct enumeration

2002-07-24  Rüdiger Timm  <rt@openoffice.org>  [e7a7ae037406d1d40c00a4343fb80d39d3cf2165]

        new version for SRC662

2002-07-24  Sascha Ballach  <sab@openoffice.org>  [7b71559303087ff116edc5b712561e636b2e8d19]

        #101326#; make the HashMethod endian independent and add a compare method to handle old files

2002-07-24  Thomas Lange  <tl@openoffice.org>  [b9be99513104f90bb72a5024ce091f69c35e293b]

        #99781# missing unknown property exception added

2002-07-24  Tino Rachui  <tra@openoffice.org>  [b673427038b5f8424bac04dca8e87cbc6afc1c6c]

        #97681#now even delivering the archive file, arrg

2002-07-23  Rüdiger Timm  <rt@openoffice.org>  [2d5a1af66cd1e94ff60374d1752c40e6c2c11b6c]

        new version for SRC662

2002-07-23  Rüdiger Timm  <rt@openoffice.org>  [56956240fb3210a22d6cc9bbf460adf47d661ad9]

        new version for SRC662

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [2bfc1db93d478183c5b13cc30c3734eeafd35472]

        new version for SRC662

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [121f7f6a08613c50dd39dc55e7d66c0bbf1e0723]

        new version for SRC662

2002-07-23  Caolán McNamara  <cmc@openoffice.org>  [d418a32aadd70aa8c062b0528bbbe08fa0625717]

        #101615# Phase 3. Import/export complex font name

2002-07-23  Karl Hong  <khong@openoffice.org>  [369b00f13ddbd7c992b74ac76dbf234c67db0824]

        #101573#don't call icu character breakiterator when CharacterIteratorMode is Character mode

2002-07-23  Caolán McNamara  <cmc@openoffice.org>  [58604f30b5de3833ad07f1e64b61c0562e422f91]

        #101615# Phase 2. Import/export bidi language settings. Requires that text segments with different ltr/rtl direction be exported with dir bit set.

2002-07-23  Daniel Rentz  <dr@openoffice.org>  [57916b1fb4e3f0df1813747b1576e71d81c1f844]

        #101655# handle TAbs

2002-07-23  Daniel Rentz  <dr@openoffice.org>  [bd2b9f4dc4ae29174846967d1ed3728154ae8ba0]

        #101655# def. column width = 8

2002-07-23  Rüdiger Timm  <rt@openoffice.org>  [518184decb8a1d178061902958e0cc7aee6ceaf2]

        #100000# WTypeSelect added to EXCEPTIONFILES

2002-07-23  Daniel Rentz  <dr@openoffice.org>  [28fe071f51fb5a802c00693c5fb6488492043689]

        #101560# entries for all languages

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [41a49f33957241ea2ca5f6e308f496570c7ca81e]

        new version for SRX643

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [5aaf2775364cb8d6f65d4f521ce01c07c884e874]

        new version for SRX643

2002-07-23  Daniel Rentz  <dr@openoffice.org>  [6d69138d0d336f582dfb08c2eabbb0be9278e86a]

        #101548# #60934# preview fixes

2002-07-23  Daniel Rentz  <dr@openoffice.org>  [545098c9eb20e568f3cb1e70f6bc1ea667e0b971]

        #101548# wrong childorder

2002-07-23  Mathias Bauer  <mba@openoffice.org>  [39db71087c5e6d174ca47df74d5a731d38d3e8ff]

        #101305#: hide macro recorder by default

2002-07-23  Joachim Lingner  <jl@openoffice.org>  [6bc1c82a6b139dd84c3914a53af83209402f5e29]

        #101225# support interaction handler now. This enables to start the jvmsetup when XJavaVM::getJavaVM was called and there is no Java configured

2002-07-23  Joachim Lingner  <jl@openoffice.org>  [24b1bd47578ee0614d2e244c73efdc25228c819d]

        #101225#

2002-07-23  Philipp Lohmann  <pl@openoffice.org>  [64b0a44472782c608458a1addb8409bdfffc6b0e]

        #100510# ask GNOME2 whether to enable accessibility

2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [c0875e8a1ceeb316272600dddaf5e69645f9dd02]

        #100004# Simplified TextWindowAccessibility ctor.

2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [e485e0ba0593b2dcea1158a7a89092c8a4cd7f32]

        #100004# Export textwindowaccessibility.hxx.

2002-07-23  Mathias Bauer  <mba@openoffice.org>  [5acea3c390876da1df6402d718ec15aa0396f07e]

        #90353#: delete []

2002-07-23  Matthias Huetsch  <mhu@openoffice.org>  [6679bfdd716b9f0d319a5c6d07b6f3c61dfd099f]

        #i3980# Joined fixes from r1.11.6.3 to HEAD.

2002-07-23  Andreas Schlüns  <as@openoffice.org>  [8fd21dca692546ab472565a9cd721443b806b0c5]

        #96508# toplevel fix

2002-07-23  Mathias Bauer  <mba@openoffice.org>  [1f51679cb503276a50b8b2cb793f2e1b4645f358]

        #101305#: slotids for recording switched

2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [94b9546c3682809151fe0823368fb7ee11c8846c]

        #100004# Merged in changes from makefile.mk 1.34.2.3 (the filter data has been moved out of makefile.mk into this file since).

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [5e1760d3edb3c1a8f3df0ea707d1c7c8717bd139]

        new version for SRX643

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [8446f7becfba76e4bb4eb1f2b8623804541a1555]

        new version for SRX643

2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [4a8037df49eefe1fdfcac1eb707bd5183a8f5083]

        #100004# Added textwindowaccessibility.cxx.

2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [dc84688a6f8bb9c91d8534c848c4fb317ba32df9]

        #100004# Fixed broadcasting TEXT_HINT_VIEWSCROLLED in TextView::Scroll.

2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [f2f3173faaedb99025feb099f55c9f19bb42ed5f]

        #100004# Added TextWindow::GetComponentInterface and MultiLineEdit::GetComponentInterface.

2002-07-23  Vladimir Glazounov  <vg@openoffice.org>  [df30e65461eef3d9c4ebb29d0bdc1da5945570bf]

        new version for SRX643

2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [981150c867191a2a5ac38aa4b62f26b468c96a59]

        #100004# Added getter methods to TextAttributeFontColor and TextAttributeFontWeight.

2002-07-23  Stephan Bergmann  <sb@openoffice.org>  [9639e2613d78235da15671419e2ed59ca9ad3c82]

        #100004# Moved source/uno/unoiface.hxx to source/inc/unoiface.hxx (also needed by source/edit).

2002-07-23  Matthias Huetsch  <mhu@openoffice.org>  [5e62968ee4da0180d011468407af32ebb59bb826]

        #i3980# Fixed (removed) default 'stlport' linkage.

2002-07-23  Sascha Ballach  <sab@openoffice.org>  [ab3810664ed99ab51eef8131bbb1456582af4fee]

        #101587#; close header-columns before group-columns and reopen header-columns again

2002-07-23  Matthias Huetsch  <mhu@openoffice.org>  [2b595cc02293e40d6d9dbcdfc650c3bdd1b8ab1d]

        #i3980# Fixed (removed) usage of global operator new[] / delete[].

2002-07-23  Caolán McNamara  <cmc@openoffice.org>  [f2126a1279ba75c8d68fb61ec1c6694d6a592db6]

        #101615# CTL bold and italic import and export

2002-07-23  Thomas Benisch  <tbe@openoffice.org>  [2c8992695de3d79c94157636ce5e1419a7fa2cb4]

        #101462# JABG: Menu Popups have incorrect parent

2002-07-23  Rüdiger Timm  <rt@openoffice.org>  [1df1dd5dcaa478f9986b8086d6e07be8207f6f4c]

        #100000# Don't use your own module name as include path!

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [ca540037c9359389f0e566e3b555ad854fc5efca]

        new version for SRX643

2002-07-23  Vladimir Glazounov  <vg@openoffice.org>  [398886050be600880d9c8bccdc36240ad3539dc8]

        #100000# UNX file format

2002-07-23  Ocke Janssen  <oj@openoffice.org>  [6611ae3d1c9497af63e16818e0a2ace22c68f61d]

        #101522# change GetBackground() to GetDisplayBackground()

2002-07-23  Thomas Lange  <tl@openoffice.org>  [d88b6488c00a5b65192c5a735d867e68aa9898ca]

        #101262# configuration entry description.

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [aaf3f87d82b94f143c37332b000714029ac96bd7]

        new version for SRC641

2002-07-23  Ocke Janssen  <oj@openoffice.org>  [d78ccc3db7ae4387f3035e215b8716ca0509c7e2]

        #101522# change to the right bitmaps when in HC mode

2002-07-23  Vladimir Glazounov  <vg@openoffice.org>  [15f61eb13f4e73022f609de347aa5bb0207fcf1f]

        #100000# namespace spec for gcc

2002-07-23  Christian Lippka  <cl@openoffice.org>  [35509a410825af34887a91bb0936ebb9a93ca427]

        #92967# added SID_TEXTDIRECTION_LEFT_TO_RIGHT

2002-07-23  Caolán McNamara  <cmc@openoffice.org>  [ad80026105c810fe51c1f35a77ae52034b5e164d]

        #101615# Import Export WW8 CTL fontsize

2002-07-23  Daniel Rentz  <dr@openoffice.org>  [d1cfdc0d3cb601e8be1633c4e3ec16a1f698efc9]

        #101517# HC for number format list box

2002-07-23  Sven Jacobi  <sj@openoffice.org>  [6ec618d4dfa109165202315bdf14a3b110953046]

        #101266# added config item descriptions

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [1e658640de2027a97ac442b0799f14039ced40ad]

        new version for SRC641

2002-07-23  Ocke Janssen  <oj@openoffice.org>  [81b5d2f7bd3d382d18a5749df214e03bf0a68e73]

        #101510# change colors to HC

2002-07-23  Thomas Lange  <tl@openoffice.org>  [4233ee93c1539357d7ea90b94a1f4707b7f38a8b]

        #100901# saving of fixed-line-spacing value fixed

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [b8768225ab32a9558e2eaa84a5629b92f2f76925]

        new version for SRC641

2002-07-23  Kurt Zenker  <kz@openoffice.org>  [3f4107ee890b3d4121474b0cf5cfffbae956f8f9]

        new version for SRX643

2002-07-23  gt  <gt@openoffice.org>  [2138d72cd431ad7b6a455d9e222c9f6c0202ba41]

        #101614#, #101547# handling of pSet==NULL in DeactivatePage()

2002-07-23  gt  <gt@openoffice.org>  [4c372b70bcb2c57d104aae34fd38803a190f477e]

        #101614#, #101547# handling of pSet==NULL in DeactivatePage()

2002-07-23  Herbert Duerr  <hdu@openoffice.org>  [8c07c9d0f91ef85d8293b44885348b103fd4605d]

        #101335# implement and use GetNextGlyphs on win32

2002-07-23  gt  <gt@openoffice.org>  [8bbf2f8971bd02e991823696ed69a40666798238]

        #101614# No ExchangeSupport for SfxInternetPage

2002-07-23  gt  <gt@openoffice.org>  [927aa207064e79d7c4b53b3e1f17fe913ca1ca10]

        #101614#, #101547# call of DeactivatePage( NULL ) when not ExchangeSupport

2002-07-23  gt  <gt@openoffice.org>  [565617caa48ca99097aaa567742bc5c29d465a31]

        #101614#, #101547# ...::DeactivatePage(): handling of pSet == NULL

2002-07-23  Christian Lippka  <cl@openoffice.org>  [4544aef45c5601c02e0c674e6bd91c5a51ce4cc6]

        #101610# added filter options dialog for graphic html export

2002-07-22  Kurt Zenker  <kz@openoffice.org>  [099305bcda753861dee9444e88d5d1e76d7d5268]

        new version for SRX643

2002-07-22  Kurt Zenker  <kz@openoffice.org>  [0f22cfdd3d72a8e4468d9c171c381d80e4799ee7]

        new version for SRX643

2002-07-22  Karl Hong  <khong@openoffice.org>  [a64f17aec5450f5e8cbc9b586470297b625e359f]

        #101191#added new attributes for sub categories

2002-07-22  Kurt Zenker  <kz@openoffice.org>  [a80f766f3c8ccd470475fc35242a036c781a3dd1]

        new version for SRX643

2002-07-22  Vladimir Glazounov  <vg@openoffice.org>  [81446f4641ff7241085c049ed7f5aa507707b13b]

        #100608# fixed linux and remote case compile problems

2002-07-22  Thomas Benisch  <tbe@openoffice.org>  [d617e6f0f1506f1099e7b6aac7e3fd944f27b63b]

        #101274# Menu helper methods for accessibility

2002-07-22  Kai Ahrens  <ka@openoffice.org>  [bbe42cbaa8affe50310dc3526f90590bfe453240]

        #101600#: special handling for objects on control layer

2002-07-22  Kai Ahrens  <ka@openoffice.org>  [99ac11b87daefe6f41e3e75eddb5357031e7a7c4]

        #101600#: special handling for objects on control layer

2002-07-22  Philipp Lohmann  <pl@openoffice.org>  [77b38aa222266b9823e6060bd5913ea0316be3d3]

        #101150# changed behaviour of GetLabeledBy, GetLabelFor and GetActivationKey

2002-07-22  Vladimir Glazounov  <vg@openoffice.org>  [8ca0ccb9970b2bdc2c48dd5dbaafae23d06acdff]

        #100000# added i18n dir in output tree

2002-07-22  Rüdiger Timm  <rt@openoffice.org>  [c633e630c223acce817d2e82f3b8b38da432651c]

        #100000# needs soltools to build

2002-07-22  Frank Schönheit  <fs@openoffice.org>  [3e3fd897226b00ba0df6d4eff44c6d5deaf09dff]

        make 'new user-defined index'-button HC-able

2002-07-22  Sascha Ballach  <sab@openoffice.org>  [c9f860fb455992ffbe1b54b90f1c5d0022be6397]

        #99667#; access to pMedium no longer necessary

2002-07-22  Rüdiger Timm  <rt@openoffice.org>  [802fe7cfd1f0b8a2f70ec393e306edc640b28082]

        SRC662

2002-07-22  Christof Pintaske  <cp@openoffice.org>  [3f5207ee57e4902f11e71075c7313409ced07b21]

        #101028# ensure existence of (unique) .notdef glyph

2002-07-22  Vladimir Glazounov  <vg@openoffice.org>  [5715102838f42f8d8e2ee2f970d06994b931f995]

        SRX643

2002-07-22  Stephan Bergmann  <sb@openoffice.org>  [ab6950fde1f2e14f088e25ae85f412bdd1926c71]

        #101115# Adapted support for XExtendedToolkit to new Application functionality.

2002-07-22  Daniel Rentz  <dr@openoffice.org>  [a04cf878f0e9ad04d6c7f7a59253afbce073d562]

        #93654# german text 'Automatischer' Zeilenumbruch

2002-07-22  Thomas Lange  <tl@openoffice.org>  [e4eb9351bf1f990302532a375f81f110a16334ce]

        #96085# enable replaceability of context menus

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [d74cf347943e10dc3d207ee32c01a9ad356d06c7]

        #101596# check if there exists any valid rows before enable the index slot

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [c57850074db330db5a7eeff9c7f9c641cd8ba330]

        #101592# ask if change should be saved

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [8a47d09d3493f6893a89f67dee5f67b70ec3c2bb]

        #101592# SaveModified: parameter renamed

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [cf98bfc2260a1e7d6a47ecde87a755ea1242864b]

        #101592# -SaveModified

2002-07-22  Herbert Duerr  <hdu@openoffice.org>  [ae6affc36e4f02fea6d76730f6e3e4522b9af054]

        #100608# fix compile problem on wntmsci7

2002-07-22  Herbert Duerr  <hdu@openoffice.org>  [c3a94d823d71a0e137a2a92e750dfd1f8b33b239]

        #100608# fix compile problem on wntmsci7

2002-07-22  Daniel Rentz  <dr@openoffice.org>  [9b06526f0dab7e4523e33954705591b46af7bbab]

        #101132# HC for FAP treebox

2002-07-22  Daniel Rentz  <dr@openoffice.org>  [8e5cdd3c9a2dbed480d1b260af3eba6f0d45149a]

        #101132# use HC default entry images

2002-07-22  Mathias Bauer  <mba@openoffice.org>  [a793ecd5e4c7dedc99e97c500254efcf7b7adb14]

        #90353#: new/delete

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [948cc5ea7a14e9d9606b706c38cd64661475210a]

        #101595# outline ctor

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [4eb1aae4517e9bba4d638148bc629d5695ce2c69]

        #101595# delete fieldescription in dtor

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [6ec68ae9aa0b3c576ee01688c4036c55db4ef084]

        #101595# do not delete the fielddescription

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [524d1db64a724f10fea18e5c98750e5394b97e27]

        #101595# clear list box in dtor when not already cleared

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [a9bfb486d80e41093b823080112840df17f5463a]

        #101595# clear Fielddescriptions in dtor +m_bDeleteSourceColumns

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [8b6f10f53a48ccfa911292fe98b2457e32b72d79]

        #101595# clear Fielddescriptions in dtor

2002-07-22  Kurt Zenker  <kz@openoffice.org>  [dfeefe7c661919f251e3c6d3c25d00c9fec7ea23]

        UDK304

2002-07-22  Kurt Zenker  <kz@openoffice.org>  [7fa121449efe0581e905c132909af9dc9637e9c1]

        UDK304

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [05613d2519ba42a76b73bfc931aef7a1b6130271]

        #96422# adjust the type adCurrency, to fit into the sdbc notation

2002-07-22  Vladimir Glazounov  <vg@openoffice.org>  [04585f7e6a8a4b2cf81ee054edb59569a935f4d2]

        UDK304

2002-07-22  Vladimir Glazounov  <vg@openoffice.org>  [cc6635b27a2e99e21f4d52c10f9fed2d8ff9901b]

        UDK304

2002-07-22  gt  <gt@openoffice.org>  [00babce4a2b42981dacda2f8ec36e937025ee3b6]

        #101508# remove of unused class SvxCheckListBoxBitmaps

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [b11cdfc7cb2ff352c0f90c4ed3ef9d415e2f2783]

        #10525# #10524# change fill, line and font color to colors from the settings

2002-07-22  Stephan Schäfer  <ssa@openoffice.org>  [510ae2ed8307ff918940f36dd19120422f94758d]

        #100860# getsize/getborder not inline anymore

2002-07-22  gt  <gt@openoffice.org>  [aa291b12fc758eb128aca191be7f67083a9a543d]

        #101508# SvLBoxButtonData with default bitmaps

2002-07-22  Ocke Janssen  <oj@openoffice.org>  [663488fd743ea1f08cc535510fb586ba01c3d800]

        #101514# remove resource entries for PLUS and MINUS

2002-07-22  Tino Rachui  <tra@openoffice.org>  [0ec2c8b807ce45ca218a20fe7960d7288cc3ba14]

        #96832#fixed memory leak in readLine

2002-07-22  Mathias Bauer  <mba@openoffice.org>  [e28d9690c3d13ea0cb586eb4308534d30fbe6874]

        #101273#: superfluous line removed

2002-07-22  Andreas Schlüns  <as@openoffice.org>  [8c4522f3859cc608a1b503ad93a99cbae5334c45]

        #97487# use external set progress - don't create own one

2002-07-22  Stephan Bergmann  <sb@openoffice.org>  [286f47acb58f7fcba241c4c9a57fa01e9ce9d3a7]

        #100004# Added second NotifyAccessibleEvent with AccessibleEventBuffer.

2002-07-22  Stephan Bergmann  <sb@openoffice.org>  [4c72c7f505498878c71400e676dcbe8db3425e06]

        #100004# Added accessibleeventbuffer.cxx.

2002-07-22  Stephan Bergmann  <sb@openoffice.org>  [5d336dfd2d51633ca320c76597cac9a6b33235da]

        #100004#

2002-07-22  Thomas Lange  <tl@openoffice.org>  [745383d20d625f0f8750a595204e8fba7feff4e5]

        #101267# configuration item description added

2002-07-22  Stephan Bergmann  <sb@openoffice.org>  [2fc8e6582c8e68d81c19c5226688569074e002c2]

        #100004# Export toolkit/awt/vclxaccessiblecomponent.hxx.

2002-07-21  Sander Vesik  <svesik@openoffice.org>  [9035271f9dd2af08a2a4cb23b7b4ee659b5ce71c]

        Merge from OOO_STABLE_1 (1.16.2.1) to HEAD

2002-07-21  Sander Vesik  <svesik@openoffice.org>  [43187c21844e4e2b8f16f4f67801ef0f5aaf1d1b]

        neon is in its own project now, so remove

2002-07-21  Sander Vesik  <svesik@openoffice.org>  [f3581d14772d41afc7c67d2c1bbbe82d847ecfb0]

        zlib is no longer in external but an independnent module

2002-07-20  Philipp Lohmann  <pl@openoffice.org>  [b6b848d37655c5c061b12c730701f01bd517b7db]

        #100608# added stubs for font subsets and embedded fonts

2002-07-20  Philipp Lohmann  <pl@openoffice.org>  [5f2d2a8ccc4b35a9389c0aaeed15b736d1192900]

        #100608# fonts for PDF export

2002-07-20  Philipp Lohmann  <pl@openoffice.org>  [a1c713fe7e6cfd0fa08bfad5c77ac33868ac7018]

        #100608# fonts for PDF export

2002-07-20  Philipp Lohmann  <pl@openoffice.org>  [0efc6d5c88d48c61aea5bdeefcf67a537b82145a]

        #100608# enhance functionality needed for PDF export

2002-07-20  Kai Ahrens  <ka@openoffice.org>  [fe83724c95c5f1c5fe3ed1a791afaba600ff55a9]

        #101579#: added EMF format

2002-07-20  Kai Ahrens  <ka@openoffice.org>  [e4b59793a368348c8934e8e5f67387a16625e321]

        #101579#: added EMF format

2002-07-20  Kai Ahrens  <ka@openoffice.org>  [e6c99f698967596523f1ee74f7bf0f57c8162f70]

        #101579#: added EMF format

2002-07-20  Kai Ahrens  <ka@openoffice.org>  [8e38203e439264e899910b45cf4502d4094851b1]

        #101579#: added EMF format

2002-07-19  Cyrille Moureaux  <cyrillem@openoffice.org>  [5525d15e1198a2a7f92edae897a54fdc06ecb740]

        #98489# Empty strings in void string properties

2002-07-19  Cyrille Moureaux  <cyrillem@openoffice.org>  [2eea65657def305f86ecaf8a8a64880f777c7869]

        #98489# Handling of replaced properties, empty strings in void string properties

2002-07-19  Cyrille Moureaux  <cyrillem@openoffice.org>  [5add1dca0e5db2edf12e97569d6a2c372994fff1]

        #98489# Handled of replaced properties

2002-07-19  Cyrille Moureaux  <cyrillem@openoffice.org>  [3eaba569cc534e5d5bb50b8379dea9358f9a6e41]

        #98489# Defaulting between sublayers

2002-07-19  Herbert Duerr  <hdu@openoffice.org>  [5430eb1be43e7fb7f47016f16acfe432443ef249]

        #101335# use new GetNextGlyphs interface

2002-07-19  Herbert Duerr  <hdu@openoffice.org>  [bae5df57110be335e89c29586f99b5c446a0b5ea]

        #101335# adopt new GetNextGlyphs interface

2002-07-19  Niklas Nebel  <nn@openoffice.org>  [9b54b5a66fe639ade4ce4af9fc95562e35389703]

        #101226# recording of FID_INS_TABLE

2002-07-19  Caolán McNamara  <cmc@openoffice.org>  [687b52500065678f92ca06e253a8aebc93971f83]

        #100044# better test for position

2002-07-19  Eike Rathke  <er@openoffice.org>  [c131a12f636d370f1b740f51012c979cc067084e]

        #99260# #101280# add REMOVE_PACKAGE_COMMAND

2002-07-19  Eike Rathke  <er@openoffice.org>  [eee086ef658fa902d60c0967f2ee71d1e664253f]

        #99260# #101280# add REMOVE_PACKAGE_COMMAND

2002-07-19  Mathias Bauer  <mba@openoffice.org>  [7e86b330ecfbca7d910da2886dab4d26912b77eb]

        #96772#: wait for setting printer if printer is printing

2002-07-19  Stephan Schäfer  <ssa@openoffice.org>  [802c21b574ae32140e9fb6fafbb1b17a5a002fd5]

        #98154# set minimal splitter stepsize for cursor movement

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [8d69ac755936edbcc90b5a91e15aa94fc7013a46]

        #101501# use GetDisplayBackground().GetColor().IsDark() instead of StyleSettings::GetHighContrastMode()

2002-07-19  Stephan Schäfer  <ssa@openoffice.org>  [8e0ec0c1eab01827c69c2b92dad82011908ec071]

        #98154# stepsize can be set for cursor movement

2002-07-19  Caolán McNamara  <cmc@openoffice.org>  [408e7d21d5c0f54fb85383f5f9fbb34c027e221c]

        #100769# Export no content tag in default export mode

2002-07-19  gt  <gt@openoffice.org>  [2cadc91cc3c315d5f36d65d0959eeaf4d41da728]

        #101523# node default images for ScContentTree (4 Navigator)

2002-07-19  Stephan Bergmann  <sb@openoffice.org>  [03fa97b02adaf9f633fab6b3fb3f99b739225fa2]

        #101447# Had to rename URIHelper.cxx to test_URIHelper.cxx to avoid clash with svtools/source/misc/urihelper.cxx.

2002-07-19  Stephan Bergmann  <sb@openoffice.org>  [1b279da1a68b24b291488f90b75df87019849f1e]

        #101447# Had to rename URIHelper.cxx to test_URIHelper.cxx to avoid clash with svtools/source/misc/urihelper.cxx; also added some test cases.

2002-07-19  Stephan Bergmann  <sb@openoffice.org>  [f47ffea384b6dd0cf469d2f491fdaf47b3d4f707]

        #101447# FindFirstURLInText now detects strings starting with 'FTP.' and 'WWW.' in any combination of case as FTP/HTTP URLs.

2002-07-19  Stephan Bergmann  <sb@openoffice.org>  [ba4e1a39d17d986d7caf10bf49941b4a7961bbad]

        #101447# Smart parsing now detects strings starting with 'FTP.' in any combination of case as FTP URLs.

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [b050b116be1c608019fae4cc964392ebc8317acd]

        #101495# corrected the HC indicator (now dark background)

2002-07-19  gt  <gt@openoffice.org>  [238f1cf0a49b48574247818a0086d857dd5b9e61]

        #101523# node default images for SwFldDokInfPage

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [6e0844ed0b51c4f0245d182225b934310df54e5d]

        #101522# no hard-coded colors for the preview anymore

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [72633dd1fc409dbbc267ff03691bd06a986cb780]

        #101522# for the preview control, override the DataChanged for real time HC adjustments

2002-07-19  Daniel Rentz  <dr@openoffice.org>  [814f1611d4c8503f977107f086346b2ca2f62596]

        #101132# new images for FAP

2002-07-19  gt  <gt@openoffice.org>  [4e9094821744b5dab138ef6825ebfee969c0a13c]

        #101545# SfxCommonTemplateDialog_Impl::FilterSelectHdl(): SetNodeDefaultImages() instead of SetNodeBitmaps()

2002-07-19  Mathias Bauer  <mba@openoffice.org>  [3e07a5d33f7cf30ada77ba2073b0975b4785738c]

        #100743#: missing member of HyperlinkItem

2002-07-19  Mathias Bauer  <mba@openoffice.org>  [3a1ae638309cc1d3263b65d03b1396da534a1fc6]

        #100743#: missing member of HyperlinkItem

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [172db3c8817603339794a0a38013633f58eda7fe]

        during #101514#: BMP_ROOT_CLOSED and BMP_ROOT_OPENED are not needed anymore: now always using the (same) functionality from the SvTreeListBox

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [95eea2da64dcca267d481fd3b24b51cd783f3f38]

        #101514#: use the default node images of the tree list box

2002-07-19  Joachim Lingner  <jl@openoffice.org>  [efdc763a048781bf083958877de27181777736dc]

        #101225# docu changed

2002-07-19  Tino Rachui  <tra@openoffice.org>  [70a46fb7439429372c9e156b75f4ca892ffa5a23]

        #97681#changes to create an archive file

2002-07-19  Malte Timmermann  <mt@openoffice.org>  [1b9548933ae8deacc1c2646efbbd12a14d171260]

        #100004# Implemented GetTextHeight(nPara), CalcTextHeight(nPara) is now const

2002-07-19  Tino Rachui  <tra@openoffice.org>  [13c4a04a083fada2bc6065c1bc130de1702004f3]

        #97681#now delivering *.a too

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [464d35087144c77efd85cd602c2034a7b7c942ae]

        preparation of #101514# and others: added new res file

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [aae537e2f33414c307697d98edff072ace2c4b53]

        initial checkin - shared resource file for this directory

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [249da2018ad054c482068b526cca92cf6583a912]

        preparation of #101514# and others: +GetDefaultExpandend-/-CollapsedNodeImage

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [a55f37fc5c70edea9e3bf90ca3d4907c7b5f9eba]

        preparation of #101514# and others: support default images (loaded in svt-res) for collapsed and expanded nodes

2002-07-19  gt  <gt@openoffice.org>  [10fb1d2d8065aba8305e8aeec0b4c193022276bc]

        #101496# SvxGrfCropPage::SvxCropExample::Paint(): background is WindowColor from settings

2002-07-19  Kai Ahrens  <ka@openoffice.org>  [13cafac08d6269f480fd1d2b255b7baf3a8c24e0]

        #86518#: optimized transformation of graphics

2002-07-19  Kai Ahrens  <ka@openoffice.org>  [97a31f754bd0df7186c62d84e534892e86aa10e8]

        #86518#: optimized transformation of graphics

2002-07-19  Malte Timmermann  <mt@openoffice.org>  [7cd10f40bf6f1a3ce5e2d256e43729a6db169a19]

        #101117# Fixed a bug in GetPortionXOffset, when L2R portion in R2L text is interrupted

2002-07-19  Kai Ahrens  <ka@openoffice.org>  [3ba0987a12ded84e1423580734f356c6237e4048]

        #86518#: GfxLink hold PrefMapMode/Size now

2002-07-19  gt  <gt@openoffice.org>  [454654e72473eb6d985b3dd704d08ab2a83e4e04]

        #99818# no individual line color for display in HC mode

2002-07-19  Christian Lippka  <cl@openoffice.org>  [69e458d325e1d27c81f93e5fdae3367c2524dbfe]

        #101487# export styles also for chart and calc ole

2002-07-19  gt  <gt@openoffice.org>  [4699626535a2fec4878ea1fea69fa45358f40769]

        #99818# no individual line color for display in HC mode

2002-07-19  Christian Lippka  <cl@openoffice.org>  [6436d3d8297ba85ce13b72535b731d95caab8eda]

        #101397# update shape type for polygons

2002-07-19  Niklas Nebel  <nn@openoffice.org>  [1608c4e7f84189ff55bc938c78c6dcf2b88c6944]

        #101466# recording of SID_SELECT_DB

2002-07-19  Vladimir Glazounov  <vg@openoffice.org>  [8fc059ec666273d96e2394e4ec5549989faeed6c]

        SRX643

2002-07-19  Jörg Budischewski  <jbu@openoffice.org>  [0777b40a9719aac372d30396039a637fb35480c6]

        #101413# added test for garbage collected resources

2002-07-19  Thorsten Behrens  <thb@openoffice.org>  [dd194c4bb132a829d2933b8be457fc510722eabd]

        #100237# Defined NbcSetChanged outline

2002-07-19  Thorsten Behrens  <thb@openoffice.org>  [998899f37e71898c641e0425c7bc5ca10d2f0aa7]

        #100237# Calling NbcSetChanged on SdDrawDocument, when document is set modified

2002-07-19  Thorsten Behrens  <thb@openoffice.org>  [e662be25ca7a6788e3a87010d1522a06ca39b473]

        #100237# Defined NbcSetChanged outline and by means of the base class

2002-07-19  Stephan Schäfer  <ssa@openoffice.org>  [eb130ec27b979feaeba7f183eb9921ce44f1f207]

        #101374# use DoScroll() instead SetThumbPos() to trigger the scroll handler

2002-07-19  Frank Schönheit  <fs@openoffice.org>  [cfb5cfb0c84bc9f5b5fb0596d3db16f9ee275541]

        #101554# corrected the drivers impl name

2002-07-19  Ocke Janssen  <oj@openoffice.org>  [04b980ca90c447bad8bbd94a130883d8886a9921]

        #95146# insert since tag

2002-07-19  Mathias Bauer  <mba@openoffice.org>  [b48a1bd1c9e81faffa82f0559f2c1b73621aeb30]

        #101486#: recording

2002-07-19  Christian Lippka  <cl@openoffice.org>  [8db98da1247239dd5ebc210e083430eaec7247bf]

        #101504# high contrast images for callout tabpage

2002-07-19  Stephan Schäfer  <ssa@openoffice.org>  [7905bb1b1ae63c8131a8d36ac722e67aa1d808dd]

        #101374# revert last SetThumbPos() changes because it breaks the API, fixing toolkit instead

2002-07-19  Daniel Rentz  <dr@openoffice.org>  [5eaa801083520add0cf4fe2bf5b812ca310fe7f5]

        #101022# color list box: linecolor=textcolor

2002-07-19  Mathias Bauer  <mba@openoffice.org>  [e0b6ea28d4f48e21fdeb27ee2bb479ff933955b1]

        #101486#: parameter for setting numbers and bullets

2002-07-19  Sven Jacobi  <sj@openoffice.org>  [a9b47bb57fd0440cd9af70270fc166ce72542874]

        #100068# added comment escape to save our unicode strings

2002-07-19  Malte Timmermann  <mt@openoffice.org>  [e84baef4ce775365013eec5a0ec1f84c6a90b139]

        #101117# R2L para, toggel KEY_LEFT/RIGHT

2002-07-19  Eike Rathke  <er@openoffice.org>  [fd7eb84c976d3e2586a91a1caa848cc70b587ded]

        #101551# clean up deliver and dependency kludge

2002-07-19  Behrend Cornelius  <bc@openoffice.org>  [e9cb1b927ad1acd03833c997da62a94508983bbd]

        #101536# Assignment of HelpIDs in thirdpage modified

2002-07-19  Ocke Janssen  <oj@openoffice.org>  [fc33558c123e42c366a74a7717270710a0d6a3aa]

        #95146# new interface to query for autogenerated values

2002-07-19  Daniel Rentz  <dr@openoffice.org>  [252f4742d8ee2864c29cd8aed4d4b672a231d20f]

        #101021# HC for language list box

2002-07-19  gt  <gt@openoffice.org>  [d6a77eedb032d06f17cc052efe33eaa5f3f38adc]

        #99818# no individual line color for display in HC mode

2002-07-19  Thomas Lange  <tl@openoffice.org>  [23c36612221d15470b7677911a990253bbb9d245]

        #101267# configuration item description added

2002-07-19  gt  <gt@openoffice.org>  [606988caecce1e15d0560cf1b61cafea3bd61b55]

        #99818# no individual line color for display in HC mode

2002-07-19  Malte Timmermann  <mt@openoffice.org>  [122a1550a77a17d0cc712ac9bcdb66de8ea68b26]

        #101117# paragraph writing dir R2L implemented now

2002-07-19  Andre Fischer  <af@openoffice.org>  [e35e59eb0684fe37f1ccd1acda4ff3169fd23e6b]

        #101407# After a change of the GUI scale the zoom factor is reset to 'whole page'.  Addition of documentation.

2002-07-19  Jörg Budischewski  <jbu@openoffice.org>  [5dd34933da1b4093af35ecbc9ad6ee3de61cdd3f]

        #101084# resources are now held hard, otherwise resource might become garbagecollected

2002-07-19  Jörg Budischewski  <jbu@openoffice.org>  [f025135f6f200045ebaca2ef78e8f04f1b8878cd]

        #101084# resources are now held hard, otherwise resource might become garbagecollected

2002-07-19  Malte Timmermann  <mt@openoffice.org>  [80b8a6bf05e942bc15e37d333113c15b6bc6c3f2]

        #101493# Init text encoding for old documents

2002-07-19  Kai Ahrens  <ka@openoffice.org>  [c44c967ecb0d6521c263fdd607434b3c976cdbde]

        #101223#: check for empty OutlinerParaObject

2002-07-19  Armin Weiss  <aw@openoffice.org>  [01abf374c85dffc650ba26b50be79dc699795bd5]

        #99870# corrected index value in getAvailableServiceNames()

2002-07-19  Daniel Rentz  <dr@openoffice.org>  [a72ca14195a0e606bd29a193acb8db15f0d301b2]

        #101360# tabstop for listbox in FindReplace->Attributes

2002-07-19  Daniel Rentz  <dr@openoffice.org>  [aa8828b44ce4c7cae38e9552bf3c7f6f9e6eeacb]

        #100907# export of Legal paper format

2002-07-19  Karl Hong  <khong@openoffice.org>  [6a47d5cf788d3b2786cd569d18c084c255d4ee7c]

        #101191#reduce duplicate locale data

2002-07-18  Kurt Zenker  <kz@openoffice.org>  [d78ebfd097285a3b535fb9b47d39e921251470ba]

        new version for SRX643

2002-07-18  Niklas Nebel  <nn@openoffice.org>  [8c451b34834101d8f01900eec63a4e4d0ab82136]

        #101258# config item descriptions

2002-07-18  Kurt Zenker  <kz@openoffice.org>  [aa7405dd2f93c0e17577552fc2b9cbc6fce36272]

        new version for SRX643

2002-07-18  Niklas Nebel  <nn@openoffice.org>  [49a4be49d73bcec33ed28c4b518882290c25b4bb]

        #101258# config item descriptions

2002-07-18  Kurt Zenker  <kz@openoffice.org>  [b2adb015ef03a13217b78025357c0d1f8943a54e]

        new version for SRX643

2002-07-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5fa8cb9e41a6a3140cfa561096d6b1766eaf2f3]

        #100519#: copy to temporary file and then rename to avoid race conditions           trap terminating signals to clean up temporary files

2002-07-18  Eike Rathke  <er@openoffice.org>  [4cf922b41956d1fa7dc5958604a3849cfad4e892]

        #98694# GetCompatibilityCurrency: include locale info in debug message

2002-07-18  Malte Timmermann  <mt@openoffice.org>  [3a8032f48c1c619aecde8dc6768920bb1d562f02]

        #101117# New item SvxWritingModeItem, EE_PARA_WRITINGDIR

2002-07-18  Vladimir Glazounov  <vg@openoffice.org>  [649630b923baeb6bd67b0639bf0315bc03aaa137]

        #100000# SSA: parse errors

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [0e9fb2b5f1b18aefd35bb8c58c5f36ad418c569c]

        #99588#: ObjectShell may be released before view was pushed

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [855492a8bf10540b277ea030f9bc9f99eee7c006]

        #98578#: API cleanup

2002-07-18  Vladimir Glazounov  <vg@openoffice.org>  [dfdb732d201139892d05997a5c5353ffdb520585]

        #100000# SSA: parse errors

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [199be31398c0c4323d92bcf9aeacf33c8edff1c6]

        #101305#: queryclose

2002-07-18  Kurt Zenker  <kz@openoffice.org>  [4fc093b4b9501d20cd3175f14cd294d072c06f73]

        new version for SRX643

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [b6688a3f95755308f7a4948ef5724434546c126f]

        #101305#: slot name changed

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [a5667a34e7f502852445c3b0ab96803876cfdd11]

        #98578#: API cleanup

2002-07-18  Thorsten Behrens  <thb@openoffice.org>  [e4129dfadf45e684671c0b75dfdda972c4df6a00]

        #101088# Always deregister on outliner

2002-07-18  Behrend Cornelius  <bc@openoffice.org>  [1233a4e335c0194e307b9f0bb2d8901ade01b9fd]

        #100482# new HelpID for Dialog given

2002-07-18  Armin Weiss  <aw@openoffice.org>  [1b8066289006d11d08a212085d36c3cc81bfecea]

        #99870# GraphicObjectResolver and EmbeddedObjectResolver services added to getAvailableServiceNames()

2002-07-18  Joachim Lingner  <jl@openoffice.org>  [b27a928c3ab8e32656a32b72a6d667d007dcb283]

        #101225# some interfaces have been moved to udkapi

2002-07-18  Behrend Cornelius  <bc@openoffice.org>  [0f970417e69152598582f5e1aff1ee4f9ae21c47]

        #100482# HelpID for Dialog inserted

2002-07-18  Joachim Lingner  <jl@openoffice.org>  [75721fe0f843e48ab7d713060056ace8b86095a2]

        #101225# added com::sun:star::task namespace

2002-07-18  Vladimir Glazounov  <vg@openoffice.org>  [e5d15c47c1af9d409c4180a09e3ef802a9a5f3f5]

        #100000# added exceptions section

2002-07-18  Christian Lippka  <cl@openoffice.org>  [5de4abd65cc7d21e5db6ec646d63c0e0714894f8]

        #55912# made Merge virtual to add features in sd

2002-07-18  Kurt Zenker  <kz@openoffice.org>  [c7c48bb2f593b0a875518f82ac62045df97dbcac]

        new version for SRX643

2002-07-18  Joachim Lingner  <jl@openoffice.org>  [50b167d5181c74a42ec011e0c088df60b59badab]

        #101225# more detailed exceptions which can be used when initialization of Java fails

2002-07-18  Kurt Zenker  <kz@openoffice.org>  [d812b8853dc7781409b22fa7578beda68223e0c8]

        new version for SRX643

2002-07-18  Mikhail Voitenko  <mav@openoffice.org>  [27706574b39c6d923df163c5b88820370088bd4a]

        #97681# sysshell library

2002-07-18  Rüdiger Timm  <rt@openoffice.org>  [0a4ebe08995a02b2e37629ad1c6239e31342344e]

        new version for SRX643

2002-07-18  Caolán McNamara  <cmc@openoffice.org>  [8f0b5a31a2ea51bd5ddeb3b717b3bf1b42181619]

        #101490# #i4569# fCantSplit exported the wrong way around

2002-07-18  Joachim Lingner  <jl@openoffice.org>  [21b81ef5f94bddf573f49939c6252cd0f9efb0aa]

        #101225# new namespace com::sun::star::task

2002-07-18  Kurt Zenker  <kz@openoffice.org>  [585645846513437841a7e61c3398270bfe611236]

        new version for SRX643

2002-07-18  Joachim Lingner  <jl@openoffice.org>  [e16b366ad580a8ed3530d87b0c2ca0a641b48bef]

        #101225# new namespace csstask

2002-07-18  Armin Weiss  <aw@openoffice.org>  [99f8496bea58d942b380202fb590164d7ddfbf0f]

        #100263# Support creation of GraphicObjectResolver and EmbeddedObjectResolver

2002-07-18  Thomas Lange  <tl@openoffice.org>  [9b4326ee3e9039ace9983502e884838cb5ef7976]

        #101267# configuration item description added

2002-07-18  Joachim Lingner  <jl@openoffice.org>  [4a7b9aa3db5a54ec0e5f9be081b95fd069b2ed88]

        #101225#These interfaces were originally located in offapi in the same namespace

2002-07-18  Kai Ahrens  <ka@openoffice.org>  [e50ae6a06678c916981a87c1d4c8a33804041eb0]

        #96383#: set white bitmap as default bitmap

2002-07-18  Stephan Schäfer  <ssa@openoffice.org>  [3c70d4451e94b575f05356d3d3b73ad2c54a2ac4]

        #101374# SetThumbPos() now calls Scroll() and updates mnDelta

2002-07-18  Eike Rathke  <er@openoffice.org>  [f2e2716eefb714fa4e726c890a13860795403197]

        #98732# getInstalledLanguageTypes: exclude en_CB as known bad

2002-07-18  Caolán McNamara  <cmc@openoffice.org>  [1aa1779493bf2f03e1d8a1bba4936c4e3253fe9e]

        #100975# #i6416# If new colour attribute doesn't exist the older one is used by word as its fallback

2002-07-18  Malte Timmermann  <mt@openoffice.org>  [84e1980ea67fba2300eb29421758f681b00d6a43]

        #101117# New item SvxWritingModeItem, EE_PARA_WRITINGDIR

2002-07-18  Philipp Lohmann  <pl@openoffice.org>  [e524b7b9f8e39f0e94fb0593a6f7fa67402452be]

        #101480# separator is now part of osl locale variant string

2002-07-18  Daniel Rentz  <dr@openoffice.org>  [a8ff98e89d637618a510df6ece76addf0ad6feeb]

        #92967# without CJK, hide left/right and top/bottom buttons

2002-07-18  Daniel Rentz  <dr@openoffice.org>  [770df10c651eceb404bf79ad6800b8e172014981]

        #92967# without CJK, hide left/right and top/bottom buttons

2002-07-18  Björn Milcke  <bm@openoffice.org>  [ffc314c1398de9495ae9b71c6ebb6b752115bd02]

        some event names (AccessibleEventId) have changed

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [b0095059f39c97944157e84f331cf9121f78b244]

        #101460#: Recording

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [86f288763bdcd0470bed05e4788fdebcd30982c3]

        #101457#: recording

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [9d1bfa5d5b1697c669f65848c5264dd4c5d14bf6]

        #101430#: recording

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [1ede00aa7a3bd207a65a54c242e89c28c42fb632]

        #101460#: Recording

2002-07-18  Juergen Schmidt  <jsc@openoffice.org>  [7082360073e9ed954b52e2f945707b90194bde8b]

        #99053# change generation of dk.mk

2002-07-18  Bertram Nolte  <bnolte@openoffice.org>  [bbe74bb9e1683c00d84f44d7b09236ede428ec26]

        #100528# Rename 'configureUnix' to 'configure'.

2002-07-18  Kai Ahrens  <ka@openoffice.org>  [a4cfa5cd86ab776c715a801422e882b902784003]

        #96932#: adjust MapMode correctly to print brochures

2002-07-18  Thomas Lange  <tl@openoffice.org>  [34f3669a133ed00f1e67bc146bcbf48b21563017]

        #101267# configuration item description added

2002-07-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [11757fda1baf870e785cf2180a394aecfb7c3a80]

        #92341# removed special handling no longer used

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [bf7e78eca51976fb9a5e2cf7403af6425d612224]

        #101461#: make sure that DevModalDialogParent is set

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [d5aa6832b569bfc6186345319954f3429cbf546e]

        #101461#: don't show frame window too early

2002-07-18  Armin Weiss  <aw@openoffice.org>  [d59e030bb1f8f1e579231d854ef0cd52e3e1c7dd]

        #95491# mechanism to remember button state for creation of own MouseEvents

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [f263e96bd61ce09a1242a0a4e6a6029132d97612]

        #101461#: make sure that DevModalDialogParent is set

2002-07-18  Andreas Schlüns  <as@openoffice.org>  [54367a1b0e3f38dea2d7d7666d9c4e82f89170e7]

        #101240# update reponsibility/description

2002-07-18  Caolán McNamara  <cmc@openoffice.org>  [70fc5eff20c127bf1b841d30e603d1a946ad370e]

        #101477# #i5263# frame wrapping property + no other frame properties is not enough to actually create a frame in word, so behave the same as it

2002-07-18  gt  <gt@openoffice.org>  [bb1519491fdedba2483a33c1de272c3c9de0ccf9]

        #101104# BibToolBar::ApplyImageList(): using IsDark() to determine HC mode

2002-07-18  Armin Weiss  <aw@openoffice.org>  [16f64f3e6db88cdc4e4309d917030fb8e83ba2b6]

        #95491# mechanism to remember button state for creation of own MouseEvents

2002-07-18  Ocke Janssen  <oj@openoffice.org>  [900f181785203d0d5cee6d9060f640c7f4078554]

        #99512# new functor for PropertyVAlues +TPropertyValueEqualFunctor

2002-07-18  Daniel Rentz  <dr@openoffice.org>  [9d3ecaacab21cafcf6ebe881b30b4006f41ec4de]

        prevent record overread

2002-07-18  Kurt Zenker  <kz@openoffice.org>  [b2d05ecd365459cb7053ea72bd9a293fe9ffe007]

        SRX643

2002-07-18  Christian Lippka  <cl@openoffice.org>  [e72c3fe19eec8c96aaa658a7c6e193f81a0d1664]

        #101454# check for recursion in Resize()

2002-07-18  Ocke Janssen  <oj@openoffice.org>  [99ffb563c56c9d9e86f55d2faa905d1131c9e1d5]

        #97321# erase the wrong entries in vector (not removed)

2002-07-18  Thomas Lange  <tl@openoffice.org>  [96619c96da2257cc5a85c53d3c2f5df1eb22ceb3]

        #101267# configuration item description added

2002-07-18  Oliver Bolte  <obo@openoffice.org>  [14fb2b9de1def6f18e768625321530a502b08814]

        new version for SRX643

2002-07-18  Ocke Janssen  <oj@openoffice.org>  [7f0d95f0f009fb789c697828359d3af33ad196d8]

        #95146# +createAnySequence

2002-07-18  Andreas Schlüns  <as@openoffice.org>  [c17648f2ab4498a5715fbfae8f73b658f03d118b]

        #101391# show correct filter list for NoSuchFilter request

2002-07-18  Daniel Rentz  <dr@openoffice.org>  [73611c2164193bf5116cbc9cf32132794eed7e1f]

        #95882# indentation of dependent CB's

2002-07-18  Stephan Schäfer  <ssa@openoffice.org>  [8578c8d1dfe78b7595ba53c7937679f7ea1c7d97]

        #101115# support extended toolkit methods

2002-07-18  Lars Langhans  <lla@openoffice.org>  [d619b68a3d9559cbdf24b5aa26c9c65adf01f9a3]

        #99522# In border select, toggle all selected lines with space bar

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [eb70f01db3ea0ac8cdd86267d1eea3f72241fe77]

        #101305#: new slots for recording

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [3285611590466a2a915eb4e9cd7c5707a74dae13]

        #101305#: new slots for recording

2002-07-18  Mathias Bauer  <mba@openoffice.org>  [055826af9cd5c49ee67e87eef581b0477767be48]

        #101305#: new slots for recording

2002-07-18  gt  <gt@openoffice.org>  [c4c7917ac15fa9399a55c9c8f497051d49a29807]

        #68015# respin changes in tabdlg.cxx and patch dinfdlg.cxx accordingly

2002-07-17  Christian Lippka  <cl@openoffice.org>  [50580609a0d4eaebc478b55f2d7c2f6a911fdb3e]

        initial version

2002-07-17  Karl Hong  <khong@openoffice.org>  [8a42b215528278972debf0ac46ea78ad3eaae7d6]

        #100879#change bullet number format from '(1.' to '(1)'

2002-07-17  Eike Rathke  <er@openoffice.org>  [1fc7e94e5731a57de6077ca64b0e662a99cb20a8]

        #101451# remove superfluous service descriptions

2002-07-17  Eike Rathke  <er@openoffice.org>  [142893a9f27ce226c4a9218070fd46302ca094ef]

        #101162# add: AsciiSave: fixed width text export

2002-07-17  Eike Rathke  <er@openoffice.org>  [aa574378e6dddc12ba062c25d73097360ae9f02d]

        #101162# character values are sal_Unicode

2002-07-17  Eike Rathke  <er@openoffice.org>  [38ef1e09a44c0513ec006cf4300f30785bb07eab]

        #101162# character values are sal_Unicode

2002-07-17  Eike Rathke  <er@openoffice.org>  [2bba57bf4f88e7c37cb0f3517442702a1314d7c3]

        #101162# AsciiSave: use ScImportOptions

2002-07-17  Daniel Rentz  <dr@openoffice.org>  [438ba0b089523a510c91bf2a62fc8614fcd8cbc7]

        #95882# indent hyphenation CB

2002-07-17  Daniel Rentz  <dr@openoffice.org>  [8689dceb6cad0023d714889dd1e0ebb98b7175ce]

        #99113# ill.arg.exception for XAutoFormattable::autoFormat()

2002-07-17  Daniel Rentz  <dr@openoffice.org>  [b84de29fe08e7286279afe2f0b2d57ac5a52ab75]

        #101162# pos of last listbox corrected

2002-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cdda8f1f7b05ad05a900b06bfd6be9e29ca322fe]

        #100157# define exceptions for regcomp

2002-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [203eb6f11c3d6209f064547f523d5c27d6bbbf86]

        #101448# stripping dos lineends from all *.y and *.yy files

2002-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d08b9d199e8165f5d7baf3c9fb3e19543a18e877]

        #101446# no need to restrict creation of java_ver.mk

2002-07-17  Kai Ahrens  <ka@openoffice.org>  [b62ef6d8fdbd054a8a9063b8565cae945addca7d]

        #101298#: disable items to insert fields

2002-07-17  Mikhail Voitenko  <mav@openoffice.org>  [46a7db5d7671edb595b02cf4287322a019db74ea]

        #92851# preset password checkbox on saveas if original doc has password

2002-07-17  Aidan Butler  <aidan@openoffice.org>  [942921dc134cc668f36d667fc56e895cfa53a828]

        *** empty log message ***

2002-07-17  Juergen Schmidt  <jsc@openoffice.org>  [dc31b42fc2dee2fa471592677e37abc4f59bdb0f]

        #101431# change docu for pkgchk

2002-07-17  Daniel Rentz  <dr@openoffice.org>  [c1ff8d58467716f5d0358c7a5f4c5a9b75b123de]

        #101439# repaint & keyboard handling

2002-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4b14d111b5cabf37a2b4b3fc716fc01bdfc5ec11]

        #100000# naming of ant jarfiles changed with vers. 1.5

2002-07-17  Mikhail Voitenko  <mav@openoffice.org>  [205e686249b64bfa4b5c3fd3501c068d7b2b3018]

        #101354# new UpdateDocMode argument

2002-07-17  Stephan Schäfer  <ssa@openoffice.org>  [f1f7c226cc674e4638854e6c058387d2e59931ec]

        #99154# floaters are not closeable by default anymore

2002-07-17  Kai Ahrens  <ka@openoffice.org>  [8b1d6dfe4af02ec3ad137ba8393455ec6b3718ef]

        #101401#: use appbackground color for masterpage cache background color

2002-07-17  Mikhail Voitenko  <mav@openoffice.org>  [82f9b8d76aa6b2caea3aef78af2eb987801681f1]

        #101354# new UpdateDocMode argument

2002-07-17  Niklas Nebel  <nn@openoffice.org>  [67563aa4645199f7fa70cb51e3c58abf6d2afd74]

        #101163# text import: for date columns, accept date values without separators

2002-07-17  Aidan Butler  <aidan@openoffice.org>  [6d1c1d7b72beeebb1ca11cdd804a41c0cd0dd63c]

        *** empty log message ***

2002-07-17  Mikhail Voitenko  <mav@openoffice.org>  [363aa42afe7429569f0875cc6564ad0795521bd8]

        #101354# new UpdateDocMode constant set

2002-07-17  Mikhail Voitenko  <mav@openoffice.org>  [a5e6397edc7ca4ce541258d40f5b7528fdbdc8df]

        #101354# new UpdateDocMode constant set

2002-07-17  Mikhail Voitenko  <mav@openoffice.org>  [cd573c23ea5eac55b27edb6b569094edef43d080]

        #101354# new UpdateDocMode argument

2002-07-17  gt  <gt@openoffice.org>  [0d786b33ce64f9b73288569c3e3a3db46636b3fb]

        #68015# DeactivatePage() with NULL when no ExchangeSupport

2002-07-17  gt  <gt@openoffice.org>  [9fabd9cda2444567b9bf68300d1715dc604d4e1c]

        #68015# redesign of docinfo/internet tabpage

2002-07-17  Bertram Nolte  <bnolte@openoffice.org>  [02a8c4a5e10b201f103f49ba7782fbc4514f58ca]

        #100528# Rename 'configureUnix' to 'configure'.

2002-07-17  Caolán McNamara  <cmc@openoffice.org>  [ab65471e3638ab49671492ef1c04683b075d730a]

        #99507#: Make safe against unique element overwrite

2002-07-17  Philipp Lohmann  <pl@openoffice.org>  [e6c5f6d1ca49ee5f20d3b12b28eb15ce0b421fbb]

        #90353# use correct deallocator

2002-07-17  Frank Schönheit  <fs@openoffice.org>  [1b8dc34b5ae679ec051a562ec90fe430ba58052e]

        #101318# Notify(LOSE_FOCUS): when calling Modify for the listeners, reset m_bValueDirty

2002-07-17  Martin Maher  <mmaher@openoffice.org>  [4bc9dfb1eb6c87039c844ea8389a76e46f1ad6ac]

        Initial import fo the wordsmith plugin

2002-07-17  Thomas Lange  <tl@openoffice.org>  [71fc05dce7c79c8acb869292ce8f1f5e84faedc6]

        #101267# configuration item description added

2002-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9061b52c4143572aefa6f5cfccac7a7e9a83c2ef]

        #92341# removed special handling no longer used

2002-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e1c97726e0cfd472b7dab319a9df325a46b3414c]

        wrap regcomp

2002-07-17  Armin Weiss  <aw@openoffice.org>  [653e772466ae0818e8c959bf8c45aa72e10704eb]

        #101412# go back to old method, side effects are impossible to calculate.

2002-07-17  Armin Weiss  <aw@openoffice.org>  [06db6b0849277c5d4a27a769856b52fd8084df40]

        #101412# for SdrTextObj, keep aRect up to date

2002-07-17  Oliver Braun  <obr@openoffice.org>  [b514b05a42665738c1a57b7bac44e0605fce7ebf]

        #i6440# tis-620 now correctly recognized on linux

2002-07-17  Thomas Benisch  <tbe@openoffice.org>  [114db7c8a78ab8578ea765b9f45e386786ddcbb7]

        #100215# removed ::utl::AccessibleTextHelper

2002-07-17  Malte Timmermann  <mt@openoffice.org>  [6e1b61cc7e4f16b9049ddc9bbdd0a2472538c896]

        #90353# operator delete[]

2002-07-17  Joachim Lingner  <jl@openoffice.org>  [4330254e02e7ff7ae6fd15fd51a1cf9a069dc79b]

        #101419# disposed exception occurred when closing basic IDE, a stack trace was printed also in non - debug

2002-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [571b2246dc350e2e781ea49d99de47ec9456633b]

        #100157# check for USE_SHELL

2002-07-17  Thomas Lange  <tl@openoffice.org>  [866f7c646fff7213308d5125b3ae940ad94ed9ab]

        #101267# configuration item description added

2002-07-17  Carsten Driesner  <cd@openoffice.org>  [1e18515e4af7ca411ffc7631d433ce19d02698d4]

        #101413# Memory corruption due to wrong size allocated

2002-07-17  Malte Timmermann  <mt@openoffice.org>  [f8aa83460b9ed1fe5ae7a5be0c3cd2d020e28677]

        #90353# operator delete[]

2002-07-17  Malte Timmermann  <mt@openoffice.org>  [e314e1b8aa3f1d98f2b33ce3f546d07eafa0f799]

        #101117# Use Script Spacing only between CJK and other, not between CTL and LATIN

2002-07-17  Stephan Schäfer  <ssa@openoffice.org>  [beab6b32475ce546090cbb7121be5a6c1cb423c5]

        #100195# improved notification of events

2002-07-17  Stephan Schäfer  <ssa@openoffice.org>  [276e1d1578c49807c53a995d744dcd6f175eb392]

        #101115# event listener interface

2002-07-17  Juergen Schmidt  <jsc@openoffice.org>  [14718503eb5b574f9e0c52c68c13a41d3073bfc4]

        #101411# new directory for unblock ring dependencies

2002-07-17  Malte Timmermann  <mt@openoffice.org>  [111ee0eb2c893deacac89cb8ff044a05bb5440a7]

        ##101117# Optimized Paint(),  use GetPortionXOffset instead of continuous calculation, better for para R2L

2002-07-17  Vladimir Glazounov  <vg@openoffice.org>  [eab1b785f89bcdbe38559a9a83f3f3ed0580d908]

        SRX643

2002-07-17  Jörg Budischewski  <jbu@openoffice.org>  [df3999bbf35cc79cb368f0fb25a70855fc7810b1]

        #101111# added the buildserver friendly error-tag in the output, when registering fails

2002-07-16  Niklas Nebel  <nn@openoffice.org>  [bee4db114c23d4e5f63aca7c284bcc5c08834167]

        #101160# PasteFromClip: no overwrite warning if using an arithmetic function

2002-07-16  Stephan Bergmann  <sb@openoffice.org>  [22b1e280922e19becb2b2acfdedfc897521170d4]

        #101325# In DlgEditor::ShowDialog, dispose dialog after use.

2002-07-16  Herbert Duerr  <hdu@openoffice.org>  [f9c6f40697d391cf81091079f0bd1ad3f1c84b3e]

        #101248# take responsibility for antialiasing in VCL

2002-07-16  Caolán McNamara  <cmc@openoffice.org>  [4b1612e99c713db5b6ab35fec30325bc6d6991d9]

        #100044# SvInt32s -> vector

2002-07-16  Mathias Bauer  <mba@openoffice.org>  [162be8f3165aa96a08fda8f3feeb84d0b73844ce]

        #101392#: allow parameter for FID_TAB_MENU_RENAM

2002-07-16  Niklas Nebel  <nn@openoffice.org>  [8a21f8ebc2bcf31b5749e9eeee09e95c76e8645d]

        #101160# warning when cells are overwritten in paste

2002-07-16  Kurt Zenker  <kz@openoffice.org>  [4613212ad76c5cccc2c6f49fa0a2a8fc62c17e02]

        last correct version 1.293

2002-07-16  Thorsten Behrens  <thb@openoffice.org>  [39a4c7c8e73cea5739dc79907062b812342d5165]

        #100856# Set selection before notification

2002-07-16  Vladimir Glazounov  <vg@openoffice.org>  [5b844ec410859427c37368a384d19be6d9048b94]

        new version for SRC641

2002-07-16  Vladimir Glazounov  <vg@openoffice.org>  [7978c2b460a8dfa240da946ac27754c5f411ea38]

        new version for SRC641

2002-07-16  Niklas Nebel  <nn@openoffice.org>  [b89ba10c6bd4ee929c456001d80d7aacc28db929]

        #101160# Execute: set the right return value

2002-07-16  Daniel Rentz  <dr@openoffice.org>  [cad3c234d47a59d59feb559d4cd26bffd870049b]

        #101160# typo

2002-07-16  Sven Jacobi  <sj@openoffice.org>  [9a7ff1b48fa714568b8821d6bbb46f07c04572d6]

        #101266# update of config items

2002-07-16  Andre Fischer  <af@openoffice.org>  [73294f46037ca0f2c4c8eabb0aed8faff962a2fa]

        #99110# Disabled display of new names of image button.

2002-07-16  Andre Fischer  <af@openoffice.org>  [03aa4e572962b275ed08d97cffe3bde5321e4ee6]

        #99110# Added names for image buttons.

2002-07-16  Thomas Lange  <tl@openoffice.org>  [9fa9a9e164a9aa2d51e7a302808abe1fe496ddfe]

        #101267# DrawGuides added again for compatibility

2002-07-16  Mikhail Voitenko  <mav@openoffice.org>  [d6121f91b0f6d6da1ce06c8e14d508261ef1f262]

        #94861# addTemplate has a bug also

2002-07-16  Thomas Lange  <tl@openoffice.org>  [06bf8383b221ad08b46cd81f2ac13aef3023d08a]

        #101267# DrawGuides added again for compatibility

2002-07-16  Sven Jacobi  <sj@openoffice.org>  [11da82307d43bc042d91f3cdb81f7a685cc5ff48]

        #101108# filterdata is now directly passed to all filters

2002-07-16  Caolán McNamara  <cmc@openoffice.org>  [65ca0f20558febca5f48d8b873208c59be822c09]

        #101371# The default anchor for frames should be FLY_PAGE to whatever page the text its bound to happens to be in, not explicitly page 1

2002-07-16  Kurt Zenker  <kz@openoffice.org>  [6cc5470978d8feffad171f37b14a542c23741cea]

        new version for SRX643

2002-07-16  Kurt Zenker  <kz@openoffice.org>  [c30bbea432d33cca9de9f55357a3c0a276775e75]

        new version for SRX643

2002-07-16  Kurt Zenker  <kz@openoffice.org>  [f372f4ec67442fe9fe3d6a917c9318e3aa84b1ab]

        new version for SRX643

2002-07-16  Kurt Zenker  <kz@openoffice.org>  [70bce303f9029afd0eda977f1a8b179cd23c47c4]

        new version for SRX643

2002-07-16  Malte Timmermann  <mt@openoffice.org>  [27b08c0fa30b7223712e0d8e4b1def75aca6a64d]

        #101117# ICU

2002-07-16  Caolán McNamara  <cmc@openoffice.org>  [764d1a16d27e2c0dd12fb34fb4f11f5e1139a72d]

        #101373# + with no trailing term gets {} to balance it, - does not

2002-07-16  Juergen Schmidt  <jsc@openoffice.org>  [4af6df87205f87f080bdc60a5936639cc1d61ebd]

        #99053# remove pkgchk temporary

2002-07-16  Christian Lippka  <cl@openoffice.org>  [a482e9b36dba78f83617c22d08a337d37949b70d]

        #100843# removed a catch all for solaris

2002-07-16  Christian Lippka  <cl@openoffice.org>  [51ea10e24a44444fe6de46efa7a3bcf8cb1c93d3]

        #100843# added code to convert a api numbering rule to implementation rule

2002-07-16  Sven Jacobi  <sj@openoffice.org>  [68a9e2a4bd2f306aeca1af197e349c2461d7f787]

        #101108# filterdata is now directly passed to all filters

2002-07-16  Christian Lippka  <cl@openoffice.org>  [d2e8d121f109484d921a50d6e48257eaa40a4ecd]

        #100843# added code to convert a api numbering rule to implementation rule

2002-07-16  Thomas Lange  <tl@openoffice.org>  [e9bf505b37206f09b78d8ba8193f81e68312b1fa]

        #101267# description for configuration items; DrawGuides removed

2002-07-16  Thomas Lange  <tl@openoffice.org>  [5f15d4bb4251e04cdf75591fe6209cadd176f17a]

        #101267# DrawGuides removed

2002-07-16  Vladimir Glazounov  <vg@openoffice.org>  [da79bf2330565df3a2a705be5e619c93abb3a365]

        #100000# included algorithm header

2002-07-16  Eike Rathke  <er@openoffice.org>  [c840c000db53c6f9ccaf136f32f3fd0911c50596]

        #98695# add drafts namespace (why was only MSC bothered? How did other compilers know?)

2002-07-16  Sven Jacobi  <sj@openoffice.org>  [68854e959b4df446d441402e86740fd6c5c5c34c]

        #101108# filterdata is now directly passed to all filters

2002-07-16  Sven Jacobi  <sj@openoffice.org>  [d12c8b6be92a18de84a4130d327e6dc7c99c5908]

        #101108# filterdata is now directly passed to all filters

2002-07-16  Sven Jacobi  <sj@openoffice.org>  [3733a808855ae5af79bcc72f8ce04221ab094c76]

        #101108# filterdata is now directly passed to all filters

2002-07-16  Stephan Bergmann  <sb@openoffice.org>  [bb813f0e142f2125b73f1b7a948290e44e7bc53c]

        #101115# Changed code to compile on Linux.

2002-07-16  Sven Jacobi  <sj@openoffice.org>  [863dc883750ef25aefdd9925255827e0bdc074d5]

        #101108# filterdata is now directly passed to all filters

2002-07-16  Stephan Schäfer  <ssa@openoffice.org>  [36578a6279b6a7f84b82f42595a45169b0456be6]

        #98888# Show() with NoActivate-option

2002-07-16  Ocke Janssen  <oj@openoffice.org>  [a92322c1006fae010e132c3b39282f8257fa5760]

        #99686# Fieldselection changed to Add Field

2002-07-16  Christian Lippka  <cl@openoffice.org>  [6f7c3d94347a4c94283c782712e7674e44803d52]

        #100919# graphics html publish dialog is now a service

2002-07-15  Niklas Nebel  <nn@openoffice.org>  [aaa2ef1f720e224ffa1b7c377806d6aae23df5ca]

        #101161# GetAreaSize: GetPrintArea instead of GetCellArea, to include objects

2002-07-15  Behrend Cornelius  <bc@openoffice.org>  [1ad926332abfa439b1c188cb555d048c6005ceab]

        #100437# Some orthographical mistakes corrected

2002-07-15  Kurt Zenker  <kz@openoffice.org>  [6ac8493452e5ced564d6f730f64d8af0cbe01537]

        new version for SRX643

2002-07-15  Behrend Cornelius  <bc@openoffice.org>  [4b10c3b0440220a78e2b8c3fdb424ccdafe6adb6]

        #100437# Some orthographical errors corrected

2002-07-15  Kurt Zenker  <kz@openoffice.org>  [f0dcd607a143c33dd1b0cca92dda00c06bef3c50]

        new version for SRX643

2002-07-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7f05b4f6b20abcca0bc4c2093de7ca22b787d4b6]

        #100000#

2002-07-15  Kurt Zenker  <kz@openoffice.org>  [6b375d34c81e1cb208288dc21cb6fb327976dcff]

        new version for SRX643

2002-07-15  Behrend Cornelius  <bc@openoffice.org>  [762f3a435bd66b1e530c7b46932dda2d2c3e4337]

        #96841# Cancel Button of Correspondence macro now of Cancel type

2002-07-15  Thorsten Behrens  <thb@openoffice.org>  [c1aa31af5a12fac9a0cf4ed853dc3b18cf4149aa]

        #100530# Relaxed assertion condition

2002-07-15  Behrend Cornelius  <bc@openoffice.org>  [d80faa7e03d1b748a300521df6a9aaa5ad8e5c1e]

        #95840# Silentmode flag now removed

2002-07-15  Kurt Zenker  <kz@openoffice.org>  [d6f0e9ef70aa8cfe3cfb9a541ce393641e8e0d08]

        new version for SRX643

2002-07-15  Kurt Zenker  <kz@openoffice.org>  [bb39cfffba7c353485232214448d6074fe17a987]

        new version for SRX643

2002-07-15  Behrend Cornelius  <bc@openoffice.org>  [32fcfe109268724f6753ffb5c734a5d579571027]

        #100060# Password now also taken over

2002-07-15  Vladimir Glazounov  <vg@openoffice.org>  [3c7546d110d7586813b578b5bc25a1540b25de0c]

        #100000# SSA: no salgdilayout for remote VCL

2002-07-15  Vladimir Glazounov  <vg@openoffice.org>  [158e419fbd48e61f39603af283a0c0c87266f4ce]

        #100000# corrected for remote

2002-07-15  Vladimir Glazounov  <vg@openoffice.org>  [4c7e37dceae397c7cc6e4700d8f6073ce3cecd21]

        *** empty log message ***

2002-07-15  Niklas Nebel  <nn@openoffice.org>  [e5ad8de8c8d4005e4b84e94fbaf59dd4cc8efedc]

        #101161# allow drawing objects at copy&paste of cells

2002-07-15  Eike Rathke  <er@openoffice.org>  [99d70c540081880cf31cce7403d74c5cdc3c0414]

        #101191# don't remember pointers to buffers of temporary objects, they may be gone any time

2002-07-15  Caolán McNamara  <cmc@openoffice.org>  [ac61d8c889efe579afb61dc46364284dc1615ca2]

        #101025# Remove need for C40 insert

2002-07-15  Thomas Lange  <tl@openoffice.org>  [d91ec5bec97dadad2d13e59659c3b59c2067d39b]

        #101267# description for configuration items

2002-07-15  Mathias Bauer  <mba@openoffice.org>  [1cebcbe49e422bf091235dfda2c5682b36040242]

        #101322#: frame shouldn't be a topframe

2002-07-15  Juergen Schmidt  <jsc@openoffice.org>  [b8dc77cf093d022210bcfa2e547da3deeba457a8]

        #99053# insert netbsd and macosx

2002-07-15  Kurt Zenker  <kz@openoffice.org>  [84ec9a48a3d8a0395dc9c0277c17eece7368878f]

        new version for SRX643

2002-07-15  Caolán McNamara  <cmc@openoffice.org>  [f9b9dfff35ce0d2f54c031222ddd782b75b6e9c9]

        #100044# rename GetSprmSize0 -> GetSprmTailLen so we have a chance to know what it does

2002-07-15  Christian Lippka  <cl@openoffice.org>  [0c5902cd0b0825bfe73d43c3e88d03b4a3817a13]

        #101323# catch a possible exception when setting the visible area

2002-07-15  Christian Lippka  <cl@openoffice.org>  [233aea7513a36b74b9c9ee818a327f2f262f0824]

        #101323# catch illegal visual area rectangles with negative width or height

2002-07-15  Caolán McNamara  <cmc@openoffice.org>  [5d34d9ceaee29d5406dc9deee64f0facc0432130]

        #101337# z order ww6 possibly out of order

2002-07-15  Philipp Lohmann  <pl@openoffice.org>  [ab44bed2a20f7b3c09d910a37421b9e4002ea526]

        #101336# #i6419# fill importable PPD box initially

2002-07-15  Caolán McNamara  <cmc@openoffice.org>  [00d3c3420e5afd9acba0b4a1623cd1188675b0fd]

        #101337# z order ww6 possibly out of order

2002-07-15  Juergen Schmidt  <jsc@openoffice.org>  [3b9cb90e9d427554e889f9fa84337f399b24714a]

        #99053# insert pkgchk tool and componentsamples

2002-07-15  Andre Fischer  <af@openoffice.org>  [ed23c8d376e1d68931bf75549100061910c83d08]

        #101331# Added directories containing accessibility service descriptions.

2002-07-15  Juergen Schmidt  <jsc@openoffice.org>  [404746be266d54a25f85e7302ad3683721ab1981]

        #99053# insert PKGCHK_POSTFIX, TTILE, OFFCIEPRODUCTNAME

2002-07-15  Juergen Schmidt  <jsc@openoffice.org>  [ceca6f088476413d2d6f761e05c2e29c3b883042]

        #99053# insert pkgchk

2002-07-15  Caolán McNamara  <cmc@openoffice.org>  [a78d151f51e8e0313abcf3c4fd358a47ac0026d7]

        #100044# Improve performance

2002-07-15  Michael Brauer  <mib@openoffice.org>  [e5d1e21ff69e700c24459c8ca1307c7093b1200f]

        #101260#: synchronize pPersist with Writer doc shell

2002-07-15  Ocke Janssen  <oj@openoffice.org>  [3710a2aebd010d5257ca0cf9451cfd629c7ecbc1]

        #99475# insert new static method

2002-07-15  Stephan Schäfer  <ssa@openoffice.org>  [e269eba2eae329e7e6c1118883695e08e49dfda9]

        #101030# hc support for splitter

2002-07-15  Frank Schönheit  <fs@openoffice.org>  [69c7c1f09200302b934efac77951b1aa43fa6f89]

        new[]/delete[] matched (#90353#)

2002-07-15  Ocke Janssen  <oj@openoffice.org>  [ea1eb4fd465f9afccc942651037cc42c1db21bee]

        #96422# check if type is currency

2002-07-15  Philipp Lohmann  <pl@openoffice.org>  [69e16c1ac6c3eef346e776de5225992a0a40adcb]

        #100608# helper for pdf export

2002-07-15  Mathias Bauer  <mba@openoffice.org>  [bfb264830a6ee267a6d10b2d8db8adf1dc649ac1]

        #100838#: GPF when executing Exit

2002-07-15  Ocke Janssen  <oj@openoffice.org>  [1dd8875af23020cbfa0ddc5491d6da1e8b880b8b]

        #99921# check if datasource allows to check names

2002-07-15  Caolán McNamara  <cmc@openoffice.org>  [97f6ec3daa8ce40744a11d874b9c8ba4aca8b3ec]

        #101317# cannot export document language without localazing file code names :-(

2002-07-15  Ocke Janssen  <oj@openoffice.org>  [7ae5c69f7ec3a9fba832317ebb2ef690d4d2bfc4]

        #101310# remove delete and new operator

2002-07-15  Stephan Bergmann  <sb@openoffice.org>  [bb50cdcb681b2eb185105b6eb801187195d17bcf]

        #99517# In EditorWindow, keep track of changes to FieldTextColor, so that text that is just typed in has an acceptable default color before being syntax highlighted.

2002-07-15  Joachim Lingner  <jl@openoffice.org>  [c12470a413f5b84593a88c07b7b382a171593e5c]

        *** empty log message ***

2002-07-15  Joachim Lingner  <jl@openoffice.org>  [2d5a5e30f707ad15491563dc6497d0f4764a553d]

        #101252# added responsibility

2002-07-15  Juergen Schmidt  <jsc@openoffice.org>  [580de772ffdc2a009505d32d92fda9ab275a7d1e]

        #99053# change title

2002-07-15  Juergen Schmidt  <jsc@openoffice.org>  [b5c4156758448b71fda613aa795d24596eb640f0]

        #99053# change title

2002-07-15  Mathias Bauer  <mba@openoffice.org>  [ecb9acafd71d176cc30312e11a580c2104c3265a]

        #100942#: record ProtectChanges

2002-07-15  Ocke Janssen  <oj@openoffice.org>  [7620ef2de729cde4e0ad27c1773dbb6cba855bae]

        #101310# new rule enum

2002-07-14  Jörg Barfurth  <jb@openoffice.org>  [ec00605cff7f50386aa5d2ce41bc328827918338]

        Adjusted for new UNO backends

2002-07-14  Jörg Barfurth  <jb@openoffice.org>  [b08f4d20b7739ad81770737dd5ab8941590846c9]

        #98489# Safer bootstrap key for new Local BE

2002-07-13  Karl Hong  <khong@openoffice.org>  [c773fdcf2262b6af5980a8000c9ad8ded01c8820]

        #101191#remove duplicate data

2002-07-13  Karl Hong  <khong@openoffice.org>  [65ee7ef83678e011c68a7bc2263d030c4fcdde04]

        #101191#change 'use' to 'ref'

2002-07-12  Eike Rathke  <er@openoffice.org>  [cea8baec353755fc4ec999fe1bc0201c1cf33aff]

        #101299# add STR_SVT_COLLATE_PHONEBOOK

2002-07-12  Karl Hong  <khong@openoffice.org>  [4acb5b19a583e8b37d2d6978f248f0cafabbf0ac]

        #98695#implement XExtendedCalendar

2002-07-12  Eike Rathke  <er@openoffice.org>  [28fe441ee7562d91b448f496a8d7a2c8bc5095bf]

        #99759# #i5438# PasteDraw: set the right object shell

2002-07-12  Mathias Bauer  <mba@openoffice.org>  [7c7659b5c167c2787f69bb8fb6ede98ab4b0ae93]

        #101193#: don't record internal dispatches

2002-07-12  Mathias Bauer  <mba@openoffice.org>  [b527a1aac2285451c0a1cf9c77d755a0f2ea835d]

        #101229#: recording

2002-07-12  Mathias Bauer  <mba@openoffice.org>  [0ca1d29da1114c1f429a21425e9b64aaf3af9511]

        #101229#: recording

2002-07-12  Jörg Barfurth  <jb@openoffice.org>  [0ffdf4d8b26c1e8ceac1fe2cac5abeb21dfe867b]

        #98489# Remove spurious Assert for backend-specific parameters

2002-07-12  Stephan Schäfer  <ssa@openoffice.org>  [ab01fe72cd4fba7d114c75f8ed9a89bcc4593674]

        #99154# ignore taskbar in fullscreen mode

2002-07-12  Stephan Schäfer  <ssa@openoffice.org>  [c244df59601888b480e4dd7b3b3214e13f58848d]

        #100315 improve accessible hierarchy

2002-07-12  Stephan Schäfer  <ssa@openoffice.org>  [f605763639389655d9b6342444d7552ceca50981]

        #100315# improve accessible hierarchy

2002-07-12  Jörg Barfurth  <jb@openoffice.org>  [9e82e6071bcb5da9db7518319c24c58f29647cfb]

        #98489# Temporarily do without template import

2002-07-12  Caolán McNamara  <cmc@openoffice.org>  [675a0dfc971525702bcbf9a10974b9597a2ab0b7]

        #100044# SvUShortsSort -> stl based sorted array

2002-07-12  Caolán McNamara  <cmc@openoffice.org>  [ad6668323b3d2a35e58a5bdcc5b15f179047c239]

        #101291# #i3674# Need to unset outline numbering of styles in default outline numbering list that are replaced by those in a word document, but only if replaced

2002-07-12  Mathias Bauer  <mba@openoffice.org>  [3b92a86dc112769808e3cb856fbbd47d32a1c987]

        #101215#, #101206#: recording

2002-07-12  Mathias Bauer  <mba@openoffice.org>  [908adf6cc00514b14349ecea0c2ed4217fa7aa46]

        #101204#: record integer lists

2002-07-12  Mathias Bauer  <mba@openoffice.org>  [05761b0d27d6013f3936464609b364d09ddfbe57]

        #101204#: record integer lists

2002-07-12  Malte Timmermann  <mt@openoffice.org>  [fdfe914cfdf83af05c39f5686702253c0f653f06]

        #90353# operator delete[]

2002-07-12  Daniel Rentz  <dr@openoffice.org>  [a47508a108169713355d9e752d7c7ae6adf84ba0]

        #101162# CheckBox 'Fixed width' in Ascii export dialog

2002-07-12  Malte Timmermann  <mt@openoffice.org>  [27e27fd9f87166f87c916ae2c1b9084c0c6ce776]

        #90353# operator delete[]

2002-07-12  Malte Timmermann  <mt@openoffice.org>  [b6ea946d4cd86dd5501c121e6fd9798640c68ab7]

        just removed some old comments...

2002-07-12  Kai Ahrens  <ka@openoffice.org>  [932d9087620c90b240c1adbc3d7f19bfb4911a07]

        #100000#: syntax

2002-07-12  Tino Rachui  <tra@openoffice.org>  [d53d8f35ff906d1fd10c1bf676f0811a8084b1d9]

        #96930#added XControlAccess and XControlInformation

2002-07-12  Tino Rachui  <tra@openoffice.org>  [2d031fb947b8f6e05a1e96cd734dc525f8507370]

        #96930#added XControlAccess and XControlInformation as optional

2002-07-12  Tino Rachui  <tra@openoffice.org>  [887cadc8cb1d29d76957c7821126495658ff092b]

        #96930#cannot use XFilePickerControlAccess to fullfill request because it inherits from XFilePicker

2002-07-12  Malte Timmermann  <mt@openoffice.org>  [013a5b7d939aa287187f005085042404ea28f94c]

        #101117# GetXPos: Array not init if using a TextRanger

2002-07-12  Christian Lippka  <cl@openoffice.org>  [ae85a789b9daba5bea954f3b8f0466b35051481b]

        #100919# delete file created from SfxMedium

2002-07-12  Sascha Ballach  <sab@openoffice.org>  [ee5002f903fb443db2416643f284a8f56cd7591f]

        #100530#; don't assert if there is no obejct, because the event could be for another gridwin; don't notify every single child change, notify all childchanges together

2002-07-12  Frank Schönheit  <fs@openoffice.org>  [34f6eee17436e1ddcea1376f900342dff451183f]

        #90353# new[]/delete[] pairs corrected

2002-07-12  Andreas Martens  <ama@openoffice.org>  [2c33c6744f99ae8977c4172f89bda322dfec645f]

        Fix #98281#: RightToLeft tables, cell borders

2002-07-12  Malte Timmermann  <mt@openoffice.org>  [c566ee1cad3871d9af681383b1fc47830ed593ac]

        #93658# out area not aligned is only a warning

2002-07-12  Malte Timmermann  <mt@openoffice.org>  [a47733df1985e411c6db70070282f0913cefa5ae]

        #100508# SVX_INTER_LINE_SPACE_PROP - check if prop line space is 0

2002-07-12  Mathias Bauer  <mba@openoffice.org>  [016d1f3d1d6dc9d0408f4a42b1c4125cf9b27111]

        #101196#: more parameters for InserCellContent

2002-07-12  Kai Ahrens  <ka@openoffice.org>  [98ace68a6ef770fc95898acdae5cb32f5a2d52dc]

        #98456#: naming of objects

2002-07-12  Jörg Barfurth  <jb@openoffice.org>  [ecbecbe2b291101a863256c0bcf8f9c04514d60b]

        #101270# Fixed problems with write scheduling

2002-07-12  Hennes Rohling  <hro@openoffice.org>  [70f4d959f01dccf5f910998bf06af5b2c333bec1]

        #83752 Updated documentation

2002-07-12  Christian Lippka  <cl@openoffice.org>  [d990cb0a29c78ae86f05e4671cfe433e9d3d8163]

        #101052# made XPropertySet threadsafe

2002-07-12  Tino Rachui  <tra@openoffice.org>  [f95b21ecd565271ae6f3e48709f77d8bb84151cd]

        #100535#define WIN32_LEAN_AND_MEAN to avoid build problems

2002-07-12  Joachim Lingner  <jl@openoffice.org>  [a6acdd0bb0f889df0fcf5fc38dd092e0c28cfde5]

        added abort handler and fixed a thread problem which occured when creation of a VM failed and later XJavaVM::getJavaVM was called again

2002-07-12  Thomas Lange  <tl@openoffice.org>  [ded53e508240877f5bc51137b980ebc9391ae1cc]

        #97078# XRefreshable fully implemented for SwXTextFieldTypes

2002-07-12  Malte Timmermann  <mt@openoffice.org>  [c0cc99deb962ec60e60fe59963f36b84464211b6]

        #101117# Start Bidi support

2002-07-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [45baa387eef114d40283e2b876a9cb04ac8e11b3]

        #100000# missing dependency

2002-07-12  Andreas Schlüns  <as@openoffice.org>  [3bd13c4cf04a305a8171b35bcf5342376b548760]

        #101282# use IsPrinting() instead of IsJobActive() to check IsBusy

2002-07-12  Mathias Bauer  <mba@openoffice.org>  [36266c92f74dc00fea5b8a9d2261d6092671fb23]

        #101197#: recording for TrackChanges

2002-07-12  Christian Lippka  <cl@openoffice.org>  [c7928de9297c56f8500d45a2d9ecf6ef3a72b0a5]

        #101018# added high contrast bitmaps

2002-07-12  Sven Jacobi  <sj@openoffice.org>  [62afee27ef4e33b5fe33f4bcb8cfbb1293f49810]

        #99612# increases size of the presentation settings dialog

2002-07-12  Daniel Rentz  <dr@openoffice.org>  [93113fc7f61412b6e2731c895c8e804b071f13ff]

        #100032# fast scroll redraw error, no tracking for popup

2002-07-12  Caolán McNamara  <cmc@openoffice.org>  [619dcc88a345e90d3325d4ed747e8b6ec9429426]

        #101186# unsigned not signed

2002-07-12  Frank Schönheit  <fs@openoffice.org>  [b3ea2a992fa69316f0117a479d2f37c6dadeb7e5]

        during #100282# the obsolete FileDialog entries were removed from the structure, now removing from the data, too (this is #65293#)

2002-07-12  Frank Schönheit  <fs@openoffice.org>  [378694491d462361f62052925248a77ae1591b59]

        reverted a the previous fix.
        
        1.19 gave a build problem, because Common.xcu contained data for which no
        strucure was defined, anymore. The latter (the missing structure) was due
        to PB's fix in 1.16 - he removed the obsolete entries.
        
        Instead of partially re-introducing them in 1.19 (this is what I did there),
        the data should have been removed from Common.xcu. This is what I do now,
        in addition to removing the (really obsolete) FileDialog entries, again.
        
        1.19 was #65293#, this one here can be seen as part of #100282#.

2002-07-12  Stephan Bergmann  <sb@openoffice.org>  [619d7599fe10f8d2625a6f1db83d023e8a8764f2]

        #101115# Removed unnecessary delivery of vclxtoolkit.hxx.

2002-07-12  Sascha Ballach  <sab@openoffice.org>  [4121b17a76683ed004db96d408d1deea0ac46fa6]

        #100862#; don't call something in SvxShape::notify if it is not a supported hint

2002-07-12  Thomas Lange  <tl@openoffice.org>  [52b257c3754abbc393fbfd10c599e765ae7d4ed8]

        #100177# use Window::GetDisplayBackground now where possible instead of OutputDevice::GetBackground

2002-07-12  Carsten Driesner  <cd@openoffice.org>  [8c61aa0c2276ca2db4e5b2cdf5187a663696c7b9]

        #101244# Update descriptions of config items

2002-07-12  Carsten Driesner  <cd@openoffice.org>  [a30eee7eae27504e6086e7f9e46b489c399c64a7]

        #101244# Update descriptions of config items

2002-07-11  Karl Hong  <khong@openoffice.org>  [36c240d638579d8f8366aa5ad6a889513fb91e87]

        #100324##101191#added getSearchOption and 'use' attribute to reduce duplication of locale data

2002-07-11  Jörg Barfurth  <jb@openoffice.org>  [61fabac7219fac5fd3681b8f7de126b4408dc4c5]

        #98489# Corrections to updating and formatting

2002-07-11  Jörg Barfurth  <jb@openoffice.org>  [2f5a7b2368b13d1b9d3431e601309466575d8d9e]

        #98489# Corrected update behavior for local BE

2002-07-11  Jörg Barfurth  <jb@openoffice.org>  [a8da71427abe2a71e12f2b5bfae7a4c8140d58ce]

        #99130# Don't export SimpleRegistry service

2002-07-11  Jörg Barfurth  <jb@openoffice.org>  [75045cf1bb3f75ce06ef6864e3043932d98695f7]

        #98489# Corrected parsing; Fault-tolerant merging

2002-07-11  Jörg Barfurth  <jb@openoffice.org>  [16414edc87599c5a95ca958d1c82a6c86fdf67ef]

        #98489# Provider must be disposable without a (old-style) session

2002-07-11  Jörg Barfurth  <jb@openoffice.org>  [677a232fb2a0bd700b4f396d96f6a51d07876ddf]

        #98489# Improved stack for parser/merger/writer

2002-07-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7a3fa836b3ae15cbb7a45dc7b900f04973a5048c]

        #100000# fix possible collisions when generating comp_ver.mk

2002-07-11  Caolán McNamara  <cmc@openoffice.org>  [3defa3e902a5e03f47554951587ec49f09a53912]

        #101186# I want to check for duplicates in sprm list for peace of mind

2002-07-11  Sven Jacobi  <sj@openoffice.org>  [caf54f463812fdcd6b9b8c90a408d82cfc9c13cd]

        #101266# update of responsibilities and descriptions

2002-07-11  Andreas Martens  <ama@openoffice.org>  [2203000c8f2792ba789e8029182e1bc2f4b24da5]

        Fix #98281#: RightToLeft columns

2002-07-11  Jörg Barfurth  <jb@openoffice.org>  [97cdc163f6f7e78e9b4c5cb638bf1a5ca78e873f]

        #99494#,#98489# Prevent GPF when disposing unused CacheController; Improved debuggability when updates fail

2002-07-11  Behrend Cornelius  <bc@openoffice.org>  [e35c3e42e2118372599e7b8196f71140dda80e4b]

        #95686# Script made readonly

2002-07-11  Daniel Rentz  <dr@openoffice.org>  [b53c4cfb5d5bb0cab1b69c0c895ac8c1af443c10]

        #100032# mouse drag for column selection, performance

2002-07-11  Behrend Cornelius  <bc@openoffice.org>  [d3af685a4997d8634db0545a9472101b3eb1621a]

        #95686# Progressbar now in Dialog inserted

2002-07-11  Carsten Driesner  <cd@openoffice.org>  [5cbe8c3d8b54c4aa897a4232407ef9944acd431c]

        #100205# Support a configurable name for user defined toolboxes

2002-07-11  Hennes Rohling  <hro@openoffice.org>  [519498c9261dae44b656e216cfbeb216bcff1c13]

        #83752# If security handle is given umask is used for pipe files

2002-07-11  gt  <gt@openoffice.org>  [7e40c4fd340ecf43e8f64296e76e8114af6fb22c]

        #94258# additional fixed line and reorder of elements

2002-07-11  Sven Jacobi  <sj@openoffice.org>  [9a4d35e7910970f1e0c1d1f526b9fae78c0d8cbf]

        #101137# default extension for html is now html instead of htm

2002-07-11  John Marmion  <jmarmion@openoffice.org>  [a016de9e54c34b16986af6f1eadb9fb80f188d1f]

        #98109 - adjustColumnPosition()

2002-07-11  Thomas Benisch  <tbe@openoffice.org>  [94fb89702eb2776eaa783aeecd6407f7b5fb47f1]

        #100195# fix bug in getAccessibleRelationSet

2002-07-11  Andre Fischer  <af@openoffice.org>  [e7454ca2d5838711faaacfdfab18be6a5997322d]

        #101122# Corrected instantiation of AccessibleStateSetHelper.

2002-07-11  Stephan Bergmann  <sb@openoffice.org>  [7c87b1b2799e65313b59788dd0b43188e89c6608]

        #101115# Removed unnecessary delivery of vclxtoolkit.hxx.

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [b785c9637b173e73df792462bcc3f61c9f080655]

        #101261# insert descriptions and change responsibility of biblio to OS

2002-07-11  Martin Hollmichel  <mh@openoffice.org>  [28d1729860857ebe874a69a58eb85d1b0861efaf]

        add: join from OOO_STABLE_1

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [1729ee4968ab016b0ea96aa64f278b674f6e3ecd]

        #101227# enable F6 key for add dialog

2002-07-11  Caolán McNamara  <cmc@openoffice.org>  [58399ccb9c2ef974c2bd4aa2fc84a848ff19415e]

        #101186# only parse sprms that are of minimum legal length. Word stores the sprms in a list padded out to nearest WORD so was possible to accidentally attempt to parse pad byte (shudder!)

2002-07-11  Christof Pintaske  <cp@openoffice.org>  [d137823ce8e56436c6d789d20ea445ff26c5c72f]

        #85197# proper initilization avoids invalid mapres after changing the mapmode

2002-07-11  Thomas Benisch  <tbe@openoffice.org>  [f0547078b5c440211db434d43dd57dea655975ae]

        #100605# at the window free the reference to the accessible component

2002-07-11  Stephan Bergmann  <sb@openoffice.org>  [da37ae98c926f10afea742250d74cfa8d8d355f8]

        #101115# Make VCLXToolkit support XExtendedToolkit.

2002-07-11  Daniel Rentz  <dr@openoffice.org>  [b2276ff593b1be77621a9cdef5dbe1619ecaf496]

        #101160# UI/API for ReplaceCellsWarning

2002-07-11  Daniel Rentz  <dr@openoffice.org>  [fa379c504de1b5801b38648f278611bd9f537ef2]

        #101160# UI/API for ReplaceCellsWarning

2002-07-11  Christian Lippka  <cl@openoffice.org>  [613689a74cf6aa2b1d9d3cc8e7f99b1d5b3aa9f9]

        #101018# added high contrast bitmaps

2002-07-11  Kurt Zenker  <kz@openoffice.org>  [8780251b81302417194c9ff04456cacd3d289890]

        #100000# syntax for linux prod

2002-07-11  Christian Lippka  <cl@openoffice.org>  [55f8bba80c0ba7924b8a9b74e66e3844a9a1a8c5]

        #101018# added high contrast bitmaps

2002-07-11  Daniel Rentz  <dr@openoffice.org>  [ffd0c8b3b4ba584bd8f87bd744967ff4f7cc8651]

        #101160# new key: Calc.Input/ReplaceCellsWarning

2002-07-11  Caolán McNamara  <cmc@openoffice.org>  [0493deb1beec7e3565bb1bc333c5217e4335e284]

        #101175# centered tables with no textwrapping effectively ignore differences between table rows with different start positions

2002-07-11  Carsten Driesner  <cd@openoffice.org>  [2fd5a99cef1896db44afc52566bde308d7442988]

        #96312# Use MD5 as hash function to create pipe name

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [58137c0e3a72ef4bc6d3b8f4552bdea335b20cc8]

        #96422# check if type is currency

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [a85499edbec6b186081b9453b7b59c5772c8f6a4]

        #101214# enable ctrl+shift+e also to switch back fromgrid to treeview

2002-07-11  Caolán McNamara  <cmc@openoffice.org>  [3ebd8d1428da28d40b2c784eeb75790b1a51b2f3]

        #100341# missing return type

2002-07-11  Andre Fischer  <af@openoffice.org>  [0dde36c89d9d9cede8dbbca26181ab07132c54d5]

        #100282 Update of responsibilities and descriptions.

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [05cf419401d634668dc53b1d14886e68ab6ddfb9]

        #97321# remove views out of table filter when they appear in the views too

2002-07-11  Martin Hollmichel  <mh@openoffice.org>  [ab110178330aa939e51c30b5081f3bf4b43a9ada]

        join: from OOO_STABLE_1

2002-07-11  Martin Hollmichel  <mh@openoffice.org>  [ccff6eaf54aa7d576854bf02e63e2cc316d63492]

        join: from OOO_STABLE_1

2002-07-11  Stephan Schäfer  <ssa@openoffice.org>  [a34d5b631ce470e0ca68e0dc213e9357723af75d]

        #100860# mirrored salgraphics

2002-07-11  Stephan Schäfer  <ssa@openoffice.org>  [297c8efbeccba9c39f5b7670371bcc087acca3b4]

        #100860# mirrored salgraphics

2002-07-11  Stephan Schäfer  <ssa@openoffice.org>  [0852a11eedb0f2b4cfbe56c195e3a222403c41c7]

        #100860# hack for mirrored salgraphics testing

2002-07-11  Christian Lippka  <cl@openoffice.org>  [0a399327b01a646742d8005e053b92263b3d71e3]

        fixed stl namespace

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [1e52b19068940dcff3daa43b05f9540e25f6c48b]

        #100984# cancel insert after refreshRow

2002-07-11  Stephan Schäfer  <ssa@openoffice.org>  [2a20677450adad3fb98b640205e077871bf81bbb]

        #100860# mirrored salgraphics

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [527d5737c0509090ca58b26fdb0e64a3a4b31e1d]

        #101129# disable up and down when only one entry exists

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [66326f5432b8379a3073fb74cfb95ef355acf21f]

        #96422# check if type is currency

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [780c74a505e685c1515de6fafb1e54a4ea01f17a]

        #100599# check if row is readonly

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [96403918e42626bc44f5d94ae6522fea016a8702]

        #100984# cancel insert after refreshRow

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [665df331d7918db73c9c82685dda047676b52aee]

        #96422# check if type is currency

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [4eb29863d9e3c1d3c5c4d4ea996f661229bd2c4a]

        #96422# check if type is currency

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [98a85621f4667fe5a063fd188c318d9746c73346]

        #95978# check if name for table is valid

2002-07-11  Ocke Janssen  <oj@openoffice.org>  [4b4c49079996ce7b2901e5398c17a6bcce47c45a]

        #96381# filter view table types

2002-07-10  Karl Hong  <khong@openoffice.org>  [04a3f257c5f936a1349e1f80890ffdb2a553568c]

        #101141#fixed Asian numbering/bullet problem

2002-07-10  Karl Hong  <khong@openoffice.org>  [ce46bc854f0b1ec209911eee055a9fda2b563610]

        #101141#removed '~' for Asian numbering format

2002-07-10  Karl Hong  <khong@openoffice.org>  [289f7a8b9f056d17992689d0df6af14cb9a2ef2a]

        #101141#Add Chinese number as bullet

2002-07-10  Kurt Zenker  <kz@openoffice.org>  [b29e327abcddf1d910288bbe647aa2b8a3b9e449]

        new version for SRX643

2002-07-10  Kurt Zenker  <kz@openoffice.org>  [0b4e6bf95bef51c3c64ddd0e1bc6a29197721d5c]

        new version for SRX643

2002-07-10  Thomas Benisch  <tbe@openoffice.org>  [1bd8d476ff8cdd84ee2a69ae34a164ef85012d1f]

        #100605# accessibility implementation for menues which conforms to Java Swing

2002-07-10  Thomas Benisch  <tbe@openoffice.org>  [1138ad310905fdcd1eb1998c9f4153c33f3ccef5]

        #100605# accessibility implementation for menues which conforms to Java Swing

2002-07-10  Kurt Zenker  <kz@openoffice.org>  [87dc8b68e3013ede80cc82a412d00fe223c36136]

        new version for SRX643

2002-07-10  Kurt Zenker  <kz@openoffice.org>  [dcb4d606e7cc3dbba574badf12ec92e97b5f2913]

        new version for SRX643

2002-07-10  Kurt Zenker  <kz@openoffice.org>  [00278bae16774e0f498abe545476ed8730454183]

        new version for SRX643

2002-07-10  Michael Brauer  <mib@openoffice.org>  [874cf1d2a7644847ba36bc2fe3a591eff037f288]

        #100890#: minor page preview bug fixes

2002-07-10  Caolán McNamara  <cmc@openoffice.org>  [c634516746e6640abbca457e5e3a873264c019f6]

        #96598# remove extra nodes and update inserting table to match fltshell.cxx change

2002-07-10  Caolán McNamara  <cmc@openoffice.org>  [63661a22d050ca80f8468d16f7511c71a587ffe8]

        #96598# Attributes shouldn't be adding nodes into documents, thats not what anyone expects to happen

2002-07-10  Mathias Bauer  <mba@openoffice.org>  [996af19f7eafc93dd359c687a9103ac173b288f8]

        #101176#: record saving versions

2002-07-10  Vladimir Glazounov  <vg@openoffice.org>  [fe7e40621b618d50e5ab365aae7ebf0c3357df05]

        new version for SRX643

2002-07-10  Kurt Zenker  <kz@openoffice.org>  [2e20b17ca41cbe00a3350bdff38d935059c57656]

        new version for SRX643

2002-07-10  Behrend Cornelius  <bc@openoffice.org>  [1d777c6a0debcd0733a8f369f6c3777fb5b67597]

        #100987# modules reset to readonly mode

2002-07-10  Behrend Cornelius  <bc@openoffice.org>  [867a800d5bf249d732fcbb6480c0ee5e1e7d1a15]

        #100987# Sub ArrayfromMultiArray added

2002-07-10  Behrend Cornelius  <bc@openoffice.org>  [f8d27c7d19ee1661aefebb8a6503964a505d64cb]

        #100987# Dialog now created later

2002-07-10  Behrend Cornelius  <bc@openoffice.org>  [0c5108d047eaf8054492fa65133e6c708ffaa055]

        #100987# dialog now created later

2002-07-10  Behrend Cornelius  <bc@openoffice.org>  [d7ac1dd77234eb241e5867f4313c21aa4f21823d]

        #100987# Dialog now instantiated later

2002-07-10  Daniel Boelzle  <dbo@openoffice.org>  [c4229013eeeb691c310afe89ecfcc73d4dd22bce]

        #101182# fixing needed guards for listener management

2002-07-10  Sascha Ballach  <sab@openoffice.org>  [4c2dc07867d71c8bc9cd416558ed4c7e219a1903]

        #100862#; don't load other OLE2's as Charts

2002-07-10  Kurt Zenker  <kz@openoffice.org>  [146861f5ae9552350e3686a3746b2240e1ccefb0]

        new version for SRX643

2002-07-10  Philipp Lohmann  <pl@openoffice.org>  [3f5b746a2ceef59aea76dafa6a41fbf121503852]

        #101133# high contrast bitmaps for print dialogue

2002-07-10  Oliver Bolte  <obo@openoffice.org>  [2ae44ebe0f47fae3e41faf739e28650e240eca51]

        #100000# syntax linux

2002-07-10  Kurt Zenker  <kz@openoffice.org>  [467dd0e359672e902029eadacc1e53b7a24de9b9]

        #100608# fixed compile errors for WNT

2002-07-10  Daniel Rentz  <dr@openoffice.org>  [d7566be730b79e7df7030d27a6e21e1fa56348b4]

        #100032# arghh - missing void

2002-07-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05ba37abcf1ff8f82d4d4c1837f8675c9ca9a0b9]

        #100000# corrected dependencies

2002-07-10  Carsten Driesner  <cd@openoffice.org>  [252ba32c7848066744f7bd3230828e67462f0244]

        #100987# SfxStatusIndicator uses now a hard ref to access its controller and is listener on it

2002-07-10  Kurt Zenker  <kz@openoffice.org>  [0e48384b0694ba73c4d29c970a0f421465a7c8d3]

        new version for SRX643

2002-07-10  Kurt Zenker  <kz@openoffice.org>  [ead4ff73ffae9773e9b2f077e5f40659fb97e46f]

        new version for SRX643

2002-07-10  Thomas Lange  <tl@openoffice.org>  [1cbe173412c084124483c5ab640e1e00721b576f]

        #99980# Type of DataCommandType changed to long

2002-07-10  Thomas Lange  <tl@openoffice.org>  [ff3a5bbb011d1f40ba056b2fac5222dcbd45a32d]

        #99980# Type of CommandType changed to long

2002-07-10  Philipp Lohmann  <pl@openoffice.org>  [6c4463948d2a7330e9455aa5015711a8ecf1104b]

        #101135# convert paths correctly

2002-07-10  Thomas Lange  <tl@openoffice.org>  [76ecd3782b5aa59384f2acd35ec5d2a2c1b5ef81]

        #99980# (for current version) changed Type of nParam2 to sal_Int32

2002-07-10  Thomas Lange  <tl@openoffice.org>  [5acf6f41bce42ecade39c733b73b0dd2cfb4d36e]

        #99980# changed Type of nParam2 to sal_Int32

2002-07-10  Gregor Hartmann  <gh@openoffice.org>  [016cd0024befbcfac77858dcdb5c4dd7b604486a]

        #99860# decrement CallLevel even when compiler error occured

2002-07-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fd842bec2f467b0cb7105134792ea664a45485d0]

        wrap MAKEDEPEND

2002-07-10  Mathias Bauer  <mba@openoffice.org>  [97d1f433cbdc0a5e784c128d9e0f8dfc1a5e6e21]

        #95929#: UpdateTitle after Cancel

2002-07-10  Mathias Bauer  <mba@openoffice.org>  [0e8f68342495b4c5ea40aff2e89b454374fbfca0]

        #95929#: UpdateTitle after Cancel

2002-07-10  Mathias Bauer  <mba@openoffice.org>  [b31e24e09e46202a0fbd8a898513abce1fcb96a6]

        #95929#: UpdateTitle after Cancel

2002-07-10  Mathias Bauer  <mba@openoffice.org>  [3b114b000d93e2b37e7cab9a1cae0d8077b61563]

        #97904#: UpdateTitle after Reload

2002-07-10  Mathias Bauer  <mba@openoffice.org>  [6a28ef7e1822b9abd5c8382feb4fecc84faf1057]

        #95929#: UpdateTitle after Cancel

2002-07-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e5827ccba8ffa6b554460e15524aaed6d6b21cf]

        #100157# yacc files must have the extension .y

2002-07-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c697bf077d05a3a171258dfdc31bd29596b85196]

        #100157# yacc files must have the extension .y

2002-07-10  Mikhail Voitenko  <mav@openoffice.org>  [e10d587b479d47dda568e098eaf58a9ded51a2a8]

        #94861# implement storeTemplate

2002-07-10  Stephan Bergmann  <sb@openoffice.org>  [937cc70798923f84307759490cf51727857f4f26]

        #100282# Updated descriptions.

2002-07-10  Mathias Bauer  <mba@openoffice.org>  [5e69b499d29bcccea3dfa5101e607a3e57f8c26d]

        #96455#: allow reload independently from a global ModalMode

2002-07-10  Carsten Driesner  <cd@openoffice.org>  [f45b0b1cbbecffe38124a4e1efef12f6197f20c2]

        #99684# cmd line param '-invisible' shouldn't show UI

2002-07-09  Kurt Zenker  <kz@openoffice.org>  [7c48987939f42a51d9fe7ae8a44b15c545d71bbc]

        new version for SRX643

2002-07-09  Kurt Zenker  <kz@openoffice.org>  [be3cc05f3c04a27ac21a1c53c23a223fc732979d]

        new version for SRX643

2002-07-09  Kurt Zenker  <kz@openoffice.org>  [0e6015bbb5495a660bf28aa68938e34440a71f71]

        new version for SRX643

2002-07-09  Kurt Zenker  <kz@openoffice.org>  [19afd9ca8bdc7422edcab0db5e02cb5819b5da74]

        new version for SRX643

2002-07-09  Caolán McNamara  <cmc@openoffice.org>  [3eefd6e14050aa99924e541eb4c6ed2d53ca08d6]

        #99809# Document with some comments (yes really!) what is going on with graphic previews of ole objects

2002-07-09  Sven Jacobi  <sj@openoffice.org>  [c3055d421cb732b899c59eaf6f4f67ea1f3e05ed]

        #100265# changed spiral effect

2002-07-09  Caolán McNamara  <cmc@openoffice.org>  [17e14876435175fe5db3e1a46ed77484ef563177]

        #100341# Implement importing new shading, its pretty similiar to old shading except full colour not index

2002-07-09  Kurt Zenker  <kz@openoffice.org>  [99f94b77c4a9e8e58f1d76db2f7fc3d61ddb071e]

        new version for SRC661

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [aac0fdddd39d9739c0576ec25f9da53ec6b8ba24]

        #94144#: open linked documents in hidden mode

2002-07-09  Kurt Zenker  <kz@openoffice.org>  [e7f98ec0248ec595110ada752da756c394ac19c1]

        new version for SRC661

2002-07-09  Daniel Rentz  <dr@openoffice.org>  [8a4a7d3655dc327c856c523cff744a574b958513]

        #98133# default row format

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [d03872ec2b00081bdc17381a456715c18731da1e]

        #94144#: superfluous item removed

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [a9c22b4b51d548a6d7b2217b02bcb65ca8844f88]

        #94144#: superfluous item removed

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [24b3140a58fe139ddd85c6637cdb9be9ed785c3e]

        #100503#: PropertyBrowser is not a TopFrame

2002-07-09  Malte Timmermann  <mt@openoffice.org>  [5bf92404f196dff0b7f71d6cc30a4fcf911e9079]

        #100115# UnoFileControlModel supports BASEPROPERTY_READONLY

2002-07-09  Jörg Barfurth  <jb@openoffice.org>  [1011fb50f7623fd8afce3a4d8e94f7fa0a068231]

        #101140# Corrected component name

2002-07-09  Jörg Budischewski  <jbu@openoffice.org>  [8f2f4960f98c2e1d5963939f69b74d5ba1b4cf0f]

        #98224# improved exception messages, did some tiding up with errornous exception specifications

2002-07-09  Mikhail Voitenko  <mav@openoffice.org>  [f5ce42b938f68152f0a57bc0ab97be3f73b88ee0]

        #100632# previous change is useless - remove it

2002-07-09  Jörg Budischewski  <jbu@openoffice.org>  [96b5259ae486a58b803f9409b7704721a5e14d66]

        #98224# fixed various concurrency and listener notification problems

2002-07-09  Mikhail Voitenko  <mav@openoffice.org>  [4a9c366e5ec9e781cddb43055b4e6e64daec12d0]

        #100632# open templates from picklist in read-write mode

2002-07-09  Oliver Bolte  <obo@openoffice.org>  [b31b7146184d6c8cc736f2d0dabcba22107d36e4]

        #100000# casting problems solaris

2002-07-09  Frank Schönheit  <fs@openoffice.org>  [afd75f6de3cc8ed83bd961fb295777a05c04bb8c]

        added a structure PB forgot in his previous fix for Common.xcu

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [a020d5d99745bf2d44e7760b8466ce70ce98a665]

        #96723#: delete ViewFactories on exit

2002-07-09  Stephan Bergmann  <sb@openoffice.org>  [2b2d7e39fdfda0f5f9fddc8c5cf211cd5467446c]

        #99399# Added help IDs for some IDE controls.

2002-07-09  Daniel Rentz  <dr@openoffice.org>  [c3c1c70a20a97f26a11f8ddf1f62e90790cc1e0c]

        #98133# default row format

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [b0c0658dcc16fab2ade3c112e684cc363d8ec5df]

        #100503#,#97175#: change DefModalDialog before disposing controller

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [fcf33c4cd84159b921095f749b865388859d312c]

        #100503#,#97175#: set DefDialogParent only in FrameWork

2002-07-09  Mikhail Voitenko  <mav@openoffice.org>  [b35dd7b331b2835007e30bf8408c0e217046ed03]

        #99863# use a new way to check if filteroptions are accessible

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [98bd630f87dd42f8eaffa0886a2e4a3d3287bf7e]

        #100503#,#97175#: set DefDialogParent only for TopFrames

2002-07-09  Vladimir Glazounov  <vg@openoffice.org>  [2c1171626bbad51e79b30410a4269284f12a41c8]

        new version for SRC661

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [40a2415272c5426731e88f9df083bc7a12b08572]

        #101130#: wrong define for DrawToolItem - controller is not creatable

2002-07-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d3dcf90d0a4cfbaedbb207d5788232d3cd9469ce]

        override waning options

2002-07-09  Ocke Janssen  <oj@openoffice.org>  [ad2887c17e6c21506c01be63ccbd2059c353ec00]

        #99921# change name of events

2002-07-09  Stephan Bergmann  <sb@openoffice.org>  [1d8201fcb58320a9aaa023b52528e6784b38b19b]

        #99377# Modified BreakPointList so that BreakPointDialog can hold a copy and have proper OK/Cancel semantics.

2002-07-09  Ocke Janssen  <oj@openoffice.org>  [2fdcdfbfd1b7583b9602802e8695991e70529232]

        #99921# check if datasource allows to check names

2002-07-09  Hennes Rohling  <hro@openoffice.org>  [952e294f427f2fbdc19edd4942b9f2cf2bcbbe6d]

        #99320 osl_setFileTime time value parameters should be const

2002-07-09  Eike Rathke  <er@openoffice.org>  [2c247aa4198ee300704d69ec17ae0083cbbe5c76]

        #101103# undo last changes, the cause is a missing conversion in chart (docshell.cxx 1.51)

2002-07-09  Hennes Rohling  <hro@openoffice.org>  [bc2e37fe9dea6940727a789c0c401927221c8f30]

        #99320 osl::File::setTime time value parameters should be const

2002-07-09  Andreas Schlüns  <as@openoffice.org>  [0f33c24b081168b22e97ad7f8a2f952cac3c1c15]

        #96592# use right defaults in MediaDescriptor for still requests

2002-07-09  Daniel Rentz  <dr@openoffice.org>  [a7642afaa91434f712a8c3ad822b3e7ee5059d13]

        #100616# cubic units wrong by 1000

2002-07-09  Ocke Janssen  <oj@openoffice.org>  [b5a5d7d8e60ef84316b645b67922ee19542359e0]

        #99921# check if datasource allows to check names

2002-07-09  Michael Brauer  <mib@openoffice.org>  [37022ca287997ca746fc92dd1d4ba5a026131eb4]

        #100889#: component descriptions added, idl files reviewed

2002-07-09  Ocke Janssen  <oj@openoffice.org>  [02a4b8e5d6e43c36f937e1ecb23f52d33b8c8b1b]

        #99921# check if datasource allows to check names

2002-07-09  Ocke Janssen  <oj@openoffice.org>  [9b1221a3c2a7ecb032b52add2a3d6483d77242f3]

        #98389# check if datasource allows to check names

2002-07-09  Ocke Janssen  <oj@openoffice.org>  [8a2cd73409189ccd481fa173a60f2543668092c1]

        #98709# remember if we have already a value from sdnum

2002-07-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f3969f16ab1390de526fe8bbb9baa2644dcc5fd8]

        it's needed, why not build it

2002-07-09  Mikhail Voitenko  <mav@openoffice.org>  [bd678678dfc3b4460ed849ae66457dd1cef6dd66]

        #100499# Avoid crash

2002-07-09  Daniel Rentz  <dr@openoffice.org>  [c7b7dd1ece88b0e012c92eb6a68985824c33cfbc]

        #100928# tUnion without parentheses

2002-07-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fbc2a6f72838a62c76718d8547adbbcac9856728]

        #100000# support for msvs7

2002-07-09  Philipp Lohmann  <pl@openoffice.org>  [694717a3203f5b777a48a4aea2ef21b50edb0dd8]

        #99776# honor UseSystemUIFonts, use correct index

2002-07-09  Christian Lippka  <cl@openoffice.org>  [5400c1dbf4b32c20c12b648d4618e6cc994dc2b7]

        #99718# forget our SdrObject if last reference is gone in ::notify

2002-07-09  Kurt Zenker  <kz@openoffice.org>  [2499719f8798b24a29f10dc51dcd8b2125f66e0b]

        new version for SRC661

2002-07-09  Rüdiger Timm  <rt@openoffice.org>  [2c157fdd5794a6989814d9c1f3d8ab2953b460e1]

        new version for SRC661

2002-07-09  Christian Lippka  <cl@openoffice.org>  [7bec9b2bed7c791ba42c266607d66d7cf5acbeac]

        #101020# load/save buttons for dialogs in hc mode

2002-07-09  Kurt Zenker  <kz@openoffice.org>  [0947d81aef82801ab5ac1e29a59c95dd5351eb16]

        #65293# #endif problem fixed

2002-07-09  Malte Timmermann  <mt@openoffice.org>  [aab54a74cda0fa43b24d870103357315c22f0d49]

        #99930# Use bBlockInsCallback as counter

2002-07-09  Oliver Bolte  <obo@openoffice.org>  [71c3faeefeec0432052ea2a90fc7293598c0df0d]

        #100837# fixed a typo

2002-07-09  Björn Milcke  <bm@openoffice.org>  [39b9c031c4bdacaa8b32f3ca94bcb3ccb96550e6]

        #101103# on CopySettings copy also the SomeData strings that contain reference information for          the underlying data used.

2002-07-09  Christian Lippka  <cl@openoffice.org>  [bcf91c90cbe65efb4a4f6048b11b20389e4ed95e]

        #101057# high contrast bitmap for the pipette

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [87e0f23e7fc651e9906a2d5f3a0718d2dc548c40]

        #100702#: create default tempdir if configuration yields useless name

2002-07-09  Stephan Bergmann  <sb@openoffice.org>  [1fac87f84723a3d6e7e13c091e39b09e0dea1aa5]

        #99372# Fixed lcl_ParseText to return the line number instead of 0.

2002-07-09  Stephan Bergmann  <sb@openoffice.org>  [61e62613dce4d1eb2d0f60f3ed4c8aaa29257704]

        #99316# Check for valid names when creating new Modules/Dialogs.

2002-07-09  Christian Lippka  <cl@openoffice.org>  [61dd3db57108989f694658a5e64849e28d8eba28]

        #101069# fixed transparency color for some hc bitmaps

2002-07-09  Mikhail Voitenko  <mav@openoffice.org>  [bd73df0b613647e6d9c6d53d1854547739a16dc0]

        #96593# Support UpdateDocFromTemplate param

2002-07-09  Ocke Janssen  <oj@openoffice.org>  [0215fb71b2bde7c261316a6cb7c704d0b90d29c6]

        #96306# remove unused helpids and change delete, paste and copy

2002-07-09  Ocke Janssen  <oj@openoffice.org>  [d44a42d1cbe900d8d546948daf6d141ea2961488]

        #99596# remember previous state of add table dialog

2002-07-09  Ocke Janssen  <oj@openoffice.org>  [d8960872e90242a3f429ea2bfe539d1b324459b0]

        #96306# remove unused helpids

2002-07-09  Christian Lippka  <cl@openoffice.org>  [6d9028f0782fc56e02d33cad2d2fe967dccbdeb6]

        #101055# fixed esc key handling if nothing is selected

2002-07-09  Mikhail Voitenko  <mav@openoffice.org>  [67c6f18037c1f175ead2cc6936ec14e5e10e8651]

        #96593# Support UpdateDocFromTemplate param

2002-07-09  Mikhail Voitenko  <mav@openoffice.org>  [79fcd30b3675a038154dee88a7b14687a1716e55]

        #96593# Support UpdateDocFromTemplate param

2002-07-09  Mathias Bauer  <mba@openoffice.org>  [ad65bff66154b9b6c02f1175f9df17f3bd46b748]

        #94863#: don't crash no frame is passed

2002-07-09  Andreas Schlüns  <as@openoffice.org>  [a93621c6171b3fd63def61c2981123b548db0ca2]

        #101098# handle UnsupportedDataSinkException too for http requests

2002-07-09  Carsten Driesner  <cd@openoffice.org>  [dc8250bb46862597de49c476fda06009458ef55b]

        #100330# Support new command line argument '-nologo'

2002-07-09  Mikhail Voitenko  <mav@openoffice.org>  [628b77ba197f08896e33dd7be367343436af9b98]

        #96593# Support UpdateDocFromTemplate param

2002-07-09  Mikhail Voitenko  <mav@openoffice.org>  [b1074474fe42b65f560dc4660bc72753799348df]

        #96593# Use configuration settings for GUI

2002-07-09  Mikhail Voitenko  <mav@openoffice.org>  [b7531e3c79388646903e02f965eda04b565ae6b3]

        #96593# Modes for configuration items

2002-07-08  Kurt Zenker  <kz@openoffice.org>  [3a2de1deda0a69dfae49f572e7404de82954b815]

        new version for SRX643

2002-07-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f73e9751ac34d94f56adbef23d894d1bad8b5764]

        #100000# was it realy me...

2002-07-08  Kurt Zenker  <kz@openoffice.org>  [0f0b89e9be07f2fb8ea96c762103683a07f7dd55]

        new version for SRX643

2002-07-08  Caolán McNamara  <cmc@openoffice.org>  [56a3b5dc4a1ea8fcebab667dff99567790f40d14]

        #99809# \2OlePres000 is unneeded

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [d0132ac6a02cf41b7f14dde78b7a40be5ae191ec]

        #100758#: recording

2002-07-08  Philipp Lohmann  <pl@openoffice.org>  [f61e25d244d71ca8e52dd33307679c04047acc29]

        #100935# show focus around checkbox without text

2002-07-08  Andre Fischer  <af@openoffice.org>  [d995da36fbbc5887cbe92ce4ae308f2bda45a06b]

        #100282# Update of responsibilities and descriptions.

2002-07-08  Sven Jacobi  <sj@openoffice.org>  [edf440c883f2151e6b50272144d50e71002bf921]

        #100426# consistent name html export

2002-07-08  Armin Weiss  <aw@openoffice.org>  [0793a21990cdddcd30bacf6ba40aaa857183462c]

        #100394# xC->setVisible triggers window->Show() and this has problems when the view is not completely constructed which may happen when loading. This leads to accessibility broadcasts which throw asserts due to the not finished view. All this chan be avoided since xC->setVisible is here called only for the side effect in UnoControlContainer::setVisible(...) which calls createPeer(...). This will now be called directly from here.

2002-07-08  Kai Ahrens  <ka@openoffice.org>  [9c4341b424d1a451249462c51472c3b26975c253]

        #100147#: don't grab focus

2002-07-08  Oliver Bolte  <obo@openoffice.org>  [bc607e7216b12905281a9443868900e17128401a]

        #100000#

2002-07-08  Philipp Lohmann  <pl@openoffice.org>  [df0f52d3aadea5c4d5f600d1533901af1087b464]

        #100608# preparations for PDF export

2002-07-08  Stephan Bergmann  <sb@openoffice.org>  [d91055a4ac6bc1a3044cacabe452683a6502a7a5]

        #99400# Disable certain entries in tabbar context menus while BASIC is running.

2002-07-08  Oliver Bolte  <obo@openoffice.org>  [b98d1871b02417b58d74159875745c35c9febab1]

        SRC661

2002-07-08  ghiggins  <ghiggins@openoffice.org>  [fd9138e01bf7d4e50e631486f89b0b79ec0f2a61]

        #99662#

2002-07-08  Daniel Rentz  <dr@openoffice.org>  [8b0a9406bd06438cf0245b2a36680daecc760507]

        #100032# performance on inserting/removing splits

2002-07-08  Behrend Cornelius  <bc@openoffice.org>  [a3a80aa49890b8aa1db646690793afde52702de9]

        #100058# Log information added

2002-07-08  Andreas Schlüns  <as@openoffice.org>  [f8bbd26aaea3edfc4e2083643f1db2990c9bf66b]

        #91902# fix it top level too

2002-07-08  Ilko Höpping  <ih@openoffice.org>  [b31b30ea6e8d541a8791c65a61b6c915438bd694]

        #100938# translation corrected

2002-07-08  Cyrille Moureaux  <cyrillem@openoffice.org>  [6fc19883f5235acb2a19ce861834b43c7e191904]

        #98489# Added administrative mode support

2002-07-08  Sven Jacobi  <sj@openoffice.org>  [dd87d85e7c676c4f8ee28155a0454097a1ef72ec]

        #99809# removing the OlePres stream when storing ole objects, the graphic is already stored in the Picture Stream and it is not necessary to store them twice

2002-07-08  Stephan Bergmann  <sb@openoffice.org>  [7244fd72ca8251018fa9775ad366c6220ad4cdff]

        #99477#

2002-07-08  Andreas Schlüns  <as@openoffice.org>  [29ba19bf3ed8da1c602c746270ea60db2532e89e]

        #98580# implement queryDispatches()

2002-07-08  Stephan Bergmann  <sb@openoffice.org>  [fb400469ea91ea7f00288db653b40319b92accf5]

        #99477# In FindFirstURLInText, detect only abbreviations beginning with www. as http URLs.

2002-07-08  Behrend Cornelius  <bc@openoffice.org>  [f8abd2deb51dc2c14aa518be7ccfecf13d7b8f2f]

        #100395# progress Display for Datainsertion of reportwizard added

2002-07-08  Ocke Janssen  <oj@openoffice.org>  [3870d7ec3f38810f83518eae6fd8e16f28c566ff]

        #99596# remember previous state of add table dialog

2002-07-08  Andreas Schlüns  <as@openoffice.org>  [b44677100ff1f73c209d609060a355d45b928708]

        #99984# remove second parameter from ExportTo; use parameters of medium inside ExportTo

2002-07-08  Behrend Cornelius  <bc@openoffice.org>  [69f8ecd2be5619eb18ae1944f03a9c418e41524d]

        #100395# ProgressDisplay for DataInsertion added

2002-07-08  Joachim Lingner  <jl@openoffice.org>  [a9b7cce92c92dbeac23a0338f0b7b9dd3d4bb403]

        #100282#

2002-07-08  Joachim Lingner  <jl@openoffice.org>  [050bd56de7eee45696427e97ce16b1fe6fca8fa3]

        #100282# changed responsibility for Java and added description

2002-07-08  Daniel Boelzle  <dbo@openoffice.org>  [b8823d36093a4b1db2203e21ab41c16aa30c2493]

        #99059# avoid default opening write rdb

2002-07-08  Tom Verbeek  <tv@openoffice.org>  [5fab70f681727562415cc628f75848e02d869bb0]

        #100064# fixed appearing listbox that should not appear

2002-07-08  Ocke Janssen  <oj@openoffice.org>  [7d3bb2c5c2a488dbea1de68a54814ba7235a7d27]

        #98087# check d&d entries

2002-07-08  Sascha Ballach  <sab@openoffice.org>  [e9d503f36a2d76cc82f1175991cbf74157f9f493]

        #100530#; recognize focus change and tell it the children

2002-07-08  Sascha Ballach  <sab@openoffice.org>  [d5ea30c0ce82fa841c5e099fab0db20ef20af2ea]

        #100530#; add FocusLost and FocusGot methods

2002-07-08  Sascha Ballach  <sab@openoffice.org>  [885f9fabb0d9f4f5eaa042296b85eefe6622be8b]

        #100530#; notify AccessibleObject on FocusGot and FocusLost

2002-07-08  Sascha Ballach  <sab@openoffice.org>  [27b1f308e6b3964b76e404589166a8f79b6529fe]

        #100530#; remove GridWinChange notification, because the gridwin does it now

2002-07-08  Sascha Ballach  <sab@openoffice.org>  [a68fd0efc6e4d8d6b146736b0bfd0e1ca47e4a6b]

        #100530#; split the GridViewChange into GridWinGot and GridWinLost

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [75cc7d76f213feba952deab5620702f5e80c8d25]

        #100942#: record protect state

2002-07-08  Hennes Rohling  <hro@openoffice.org>  [2d8c8423bccd713ac72784ffd70849ac611b8add]

        #100702 Convert ANSI/Locale temp path to unicode using system encoding

2002-07-08  Kai Ahrens  <ka@openoffice.org>  [666f3d505f2bbb2e5e384b5294e68955efa43af8]

        #98456#: don't add master pages to undo action list

2002-07-08  Andreas Martens  <ama@openoffice.org>  [2bcc05494cc24d577e8fb8395ca20a6974e63a45]

        Fix #98476#: Loop with overlapping fly frames

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [3d132b76972cd22836deaeb14c860a24b09a5b48]

        #74786#: LoadTemplate always resets title

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [9075e7c1379a9121d4968bca723efc760e8f5265]

        #100949#: don't record empty macros

2002-07-08  Daniel Rentz  <dr@openoffice.org>  [0d6fcf68a6dcd59c41aaf7794740a3dd0d61845c]

        #100032# CSV import dialog - fixes

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [7111ddc26b67fa11b99f40e4d52182515ec6e23c]

        #100971#: recording

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [8e65a32763e2e4a97c08d396572098e2b8bfad36]

        #101036#: recording

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [bc82e34e1374608a9e043253486c31b4b0eca830]

        #100965#: recording

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [538dacc5336c4d2e95afa3a7d740645ca6cf1d11]

        #100753#: don't record superfluous attributes

2002-07-08  Ocke Janssen  <oj@openoffice.org>  [30a563676fffd1f0efc029089b9c9a27ae63ae24]

        #97156# check if we are already suspended

2002-07-08  Ocke Janssen  <oj@openoffice.org>  [62121934dff0e61bdcb0ed49c002f34f7b38f23c]

        #97156# saveData and d&d source corrected

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [cb8f4eecbab4435e57c5c25438b4a71de5f4b826]

        #100965#: MIDs for recording

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [ce198e53b624aa198c96a1c25938de78f49ea9ff]

        #100952#: new slots for recording

2002-07-08  Daniel Rentz  <dr@openoffice.org>  [71de35fbfa14f990c45ef1cf12e3831d6e29eba2]

        #100032# new TableBox in CSV import dlg

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [c781a0eb041e1c6a3a11adfbcf103c5ff9d0b3d4]

        #100952#: record protection

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [e2cf1d6759bc60ba7d778a939ddd66c602ec89dd]

        #100952#: new slots for recording

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [e5e9513c88dac395b161c489adb0e72e98a191ab]

        #100952#: new mids for recording

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [cf2fafe0840c5481e1f8a71af24ff52ad3b85b16]

        #100952#: record text rotation

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [dfed17b21f0f7eebf067d90a9d8d50f52dde1ef2]

        #100952#: new items for recording

2002-07-08  Stephan Bergmann  <sb@openoffice.org>  [d5c629500858ac8204af5d68a92076b860112a30]

        #99752# Fixed mask color of locked_h.bmp.

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [d7cb2f3b228b58282aeec1e65726037be799095e]

        #100551#: SID_PRINTER_NAME only for execution

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [f5e9767a84b4af7ba8b76ea0d43eb772b28a97e1]

        #100551#: parameters to record printing

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [70907f0d40fdc1edea16b0d26864faeb96152bc6]

        #100943: ignore SearchDialog for recording; #100949#: don't ask for recording empty macros

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [733841c0a1a4b10724457192645678bf9f284b4a]

        #74786#: update workwindow after creation

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [3108b0d0a4ac38652e0f6aa62ece5f46aa67ab5e]

        #74786#: LoadTemplate always resets title

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [ad3ed2dd4f471aef2e2cf2d2a9fa67f64b7ff1e1]

        #100952#: pass slot to allow execution in the background, TransformParameters() always uses current slotpool

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [d0ed56c385517fb28a3dc77435593dc9d97c742a]

        #100952#: don't crash if recorded item is not in pool

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [bbf461be54c5e7331db747a2cfd82a6184cbc540]

        #100952#: don't crash if item doesn't have a creator

2002-07-08  Mathias Bauer  <mba@openoffice.org>  [141d6ca720261b44a0a3407ff1fcca6758154337]

        #100551#: parameters to record printing

2002-07-05  Daniel Vogelheim  <dvo@openoffice.org>  [686244f04f28be1cc0ae082deaa3f81896cccd6d]

        #100298# fixed accessible selection, particularly when going across page boundaries

2002-07-05  Eike Rathke  <er@openoffice.org>  [748c3ebb6ffcffa2fa2fd1c913a245919f207537]

        #100494# #100797# ~CollatorImpl: do really delete the cachedItem, not just pretend to

2002-07-05  Behrend Cornelius  <bc@openoffice.org>  [d166de7d00c5b8cc056a98696aae9b13f83344e4]

        #100061# New Resource for log statistics added

2002-07-05  Stephan Schäfer  <ssa@openoffice.org>  [54ade824b59fee9a0b73ae2ab3876b296e8d01b1]

        #100823# GetSalSystemDisplayInfo

2002-07-05  Daniel Rentz  <dr@openoffice.org>  [2ec6ed9cc49e01fb77011bfbcd3ef3798722de60]

        #100032# TableBox redesign in CSV import dlg

2002-07-05  Daniel Rentz  <dr@openoffice.org>  [5eeeb534645bfbe5002e09ea8f062496cfdc84dc]

        #100032# TableBox redesign in CSV import dlg

2002-07-05  tpf  <tpf@openoffice.org>  [e5cce006aa6b450bce82dce2ede93458b402151e]

        #100157# added enhanced ant functionality (esp. depend)

2002-07-05  Kai Ahrens  <ka@openoffice.org>  [9cf9753bfd11df74dffd7195bbfd4200c848cab7]

        #98920#: support for toolbox styles

2002-07-05  Stephan Bergmann  <sb@openoffice.org>  [43b6410e4dcef223778333ba32f24e68cdccae46]

        #99517# Commented in use of new svx::BASICERROR.

2002-07-05  Oliver Specht  <os@openoffice.org>  [5b4f80b85e94725fbf746e67715907a5bb6cb620]

        #98803# tools/data source added to menu, Edit/Data source renamed to Edit/Choose Data Source

2002-07-05  Andre Fischer  <af@openoffice.org>  [54da76d3b7f0cebe53489cd934a214bf5857fd3a]

        #100282# Update of responsibilities and descriptions.

2002-07-05  Carsten Driesner  <cd@openoffice.org>  [fb769a99fee773b3d59d2102803b71abce36032a]

        #99996# Reset group list and memory leak fixed

2002-07-05  Oliver Specht  <os@openoffice.org>  [d13ed89025707adf709ee635a03fcfd744e9c5ea]

        #94273# use main index entry character style as default for alphabetical indexes

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [da0a5f9920bcc3ba031a81c24caaff22f4100572]

        #96479# add table to filter

2002-07-05  Thorsten Behrens  <thb@openoffice.org>  [9276fc158d0b0791efc29f57accb99c246c973cf]

        #101050# Aquire solar mutex in internal Dispose

2002-07-05  Oliver Specht  <os@openoffice.org>  [82894a268373962446bc114147f374c9368fdaf3]

        #99517# text Error changed to Fehler in German

2002-07-05  Daniel Vogelheim  <dvo@openoffice.org>  [1e215b105ba52b7417009ebc3e14bf2eaddfaba2]

        #100921# prevent loading of certain invalid change tracking marks

2002-07-05  Caolán McNamara  <cmc@openoffice.org>  [7caddd64ec3bd7dba955c182c17e7189e7b9e243]

        #100451# All the pseudo sprm handlers currently are defined as if to be called at the start and end of the fields and other similiar events. But they don't actually do this so remove their redundant second argument. We do fields to create start and end events so change the fld plcf to the the IsSprm type of PLCF which supports start and ends and now set the end point of field ranges.  i.e implement GetSprms instead of GetNoSprms.
        
        To keep track of what fields are currently being processed create a stack of
        field codes to push each started field onto and pop them off when their end
        point has been passed. Hyperlink fields are attributes in writer and this
        difference requires that the attribute that the link corresponds to remain on
        the atrtibute stack while its word equivalent remains on the field stack.  At
        the end of the hyperlink field we can pop the field off and set the end point
        of the attribute correctly, the case of a single inline graphic where we
        traditionally set its hyperlink attribute directly and the cases of multiple
        paragraphs inside a hyperlink and the cases of recursive fields can now be
        handled naturally as part of the existing parsing as opposed to the
        preexisting and faulty lookahead and use of "last inserted graphic" hacks can
        be replaced.
        
        + replace the hardcoded 256-260 pseudo sprm values with enums to help
        cleanup that mess.

2002-07-05  Oliver Specht  <os@openoffice.org>  [44007610f336771b5336288187ac394326073334]

        #99517# color for errors in BASIC syntax highlighting added

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [31afb30ac74852e9e99eec00b28fd7d7e530a4ba]

        #98709# check if gen window is null!

2002-07-05  Peter Burow  <pb@openoffice.org>  [e7c32bf253a2b2900259937c505b3bdab4ea5482]

        fix: #100282# Responsibility

2002-07-05  Peter Burow  <pb@openoffice.org>  [843f65ce3c01eed30cb0c9ba0f2d1657c4489746]

        fix: #100282# comments added and FileDialog-entries were obsolete

2002-07-05  Vladimir Glazounov  <vg@openoffice.org>  [579ca67aa3b6c7f79cff77db63868f805386e546]

        #100000# corrected typo

2002-07-05  Martin Maher  <mmaher@openoffice.org>  [7b4fd7a27532d26bffb492ca8334b14309a63b9d]

        Moved the formula parsing (along with RPN convesion) into it's own class and added a Formula parsing exception.

2002-07-05  Sascha Ballach  <sab@openoffice.org>  [00c6e59310a1df679d3c45c64392ca0f6ca488b9]

        #99771#; make change recognition and notification work

2002-07-05  Oliver Specht  <os@openoffice.org>  [9baf186132b292e3b93912f77acf504a2a13f060]

        #101002# crash in ViewResizePixel() whenn in PagePreview fixed

2002-07-05  Oliver Specht  <os@openoffice.org>  [c1bd8c96556d4fa995cdcc05c4e4f4ad22320238]

        #101002# crash in ViewResizePixel() whenn in PagePreview fixed

2002-07-05  Andreas Schlüns  <as@openoffice.org>  [be299218f6f2cc5044acd9e95d758adbc5b21882]

        #101051# use right frame (by using bindings) for Select_Impl

2002-07-05  Andreas Schlüns  <as@openoffice.org>  [1543cf1ab0af11112ea7a1d7ad3ee02f7f08b32a]

        #101051# use right frame for Select_Impl

2002-07-05  Oliver Specht  <os@openoffice.org>  [0133050f7abcea4a3d9ed4881097df036246d474]

        #101047# insert footnote corrected

2002-07-05  Daniel Boelzle  <dbo@openoffice.org>  [f2b0299972730989c46949d6101c7c346fc01971]

        #97095# MS Visual C++ unsigned __int64 to double missing

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [38c382553e4d85fbf80d482764481d8b7811676a]

        #99512# new xml file

2002-07-05  Bertram Nolte  <bnolte@openoffice.org>  [2cfe5491c60fcc07ecdf9414297e7bfcafcf6df7]

        #100874# Improved usage text and if context.

2002-07-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [15873466b1ca3a4f0916d309089a55789e6bb184]

        killobj now handles big amounts of objects coprrect

2002-07-05  Daniel Boelzle  <dbo@openoffice.org>  [8cf677ebd23a53eba57cacdec5d7c888f33e297f]

        #97095# fixed linux cond expr

2002-07-05  Thorsten Behrens  <thb@openoffice.org>  [1a80ef6efaadfdc6fdcfa04e47fed1fef63eaee5]

        #100530# Avoid sending caret events if not focused

2002-07-05  Stephan Bergmann  <sb@openoffice.org>  [bbca375442762c24e689dabd532a136df6524974]

        #99517# Merged in 1.32.6.3.

2002-07-05  Stephan Bergmann  <sb@openoffice.org>  [7d1d90ae92b60b932b887c27568d66dd94f541ae]

        #99517# Added support for high contrast mode.

2002-07-05  Vladimir Glazounov  <vg@openoffice.org>  [b3039106471b97d2f48c5b1e38b93290eff2afcf]

        new version for SRX643

2002-07-05  Vladimir Glazounov  <vg@openoffice.org>  [28ec0551f06af94d5f4d5e9202f14e474227e41e]

        new version for SRX643

2002-07-05  Oliver Specht  <os@openoffice.org>  [6c8e07eccba4fdf1343882c7bd5c0953c25e60b2]

        #100747# InsertHeader/Footer recordable

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [5c1096e805437cc1283e86ca28e61f47444079c1]

        #99986# use adPrimary everytime

2002-07-05  Sascha Ballach  <sab@openoffice.org>  [8294ce5014170a0bfcf9cc8150379bf085f3e661]

        #100000#; required change

2002-07-05  Joachim Lingner  <jl@openoffice.org>  [9fa45ea6f20dd4076547511f0cbf4d664475e6e8]

        *** empty log message ***

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [7b99832453663c7cedb4132f98fb8925f997302f]

        #96453# relative corrected

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [dad456ba47d807fbdf5701ad8f30b4f1fd9c4f5e]

        #93306# new helper class to scroll while dragging

2002-07-05  Vladimir Glazounov  <vg@openoffice.org>  [de2aee5df03fa77ab3b5c5bf02520e592e8be796]

        #100000# corrected in order to comply to declaration

2002-07-05  Sven Jacobi  <sj@openoffice.org>  [93b1dcefe84c5b0c1032e05d93f6858f0d3bb74d]

        #100977# removed gpf that happens when storing title objects that have hard formated embossed and color attributes

2002-07-05  Thorsten Behrens  <thb@openoffice.org>  [f781dca3b986f8e9cdd0b8c8a195dbb3b0809d8b]

        #100593# Corrected SAL_THROW signature

2002-07-05  Kurt Zenker  <kz@openoffice.org>  [c7b6d5d442d8452cd06457bfaf2e8971f775130c]

        new version for SRX643

2002-07-05  Thomas Lange  <tl@openoffice.org>  [39043af277c0d3fbdcedda12e24935a952364831]

        #98161# SwXFieldEnumeration fixed

2002-07-05  Vladimir Glazounov  <vg@openoffice.org>  [ca2e98b47c54d994654c6b9a1dbd0f00a18a8c07]

        SRX643

2002-07-05  Oliver Specht  <os@openoffice.org>  [3c97454eaefd0178fc39a0910a0050c2b2e03526]

        #99814# change for Solaris compiler

2002-07-05  Vladimir Glazounov  <vg@openoffice.org>  [1314b10cac7811c1b2003f229bdc5059b865a4dc]

        #100000# typo

2002-07-05  Kurt Zenker  <kz@openoffice.org>  [ea75761b78de834c3d3cfce257d46f2ae35a277a]

        new version for SRX643

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [708a2dad57222fab400b6effdaf3a046d83840e5]

        #99549# check used columns

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [7812936aecc2599a2984896cbe264ce5e57a2705]

        #99549# insert and remove some delete

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [fb2e925e03b0e67ad9843c714e1571b07ce24889]

        #99549# moved some dtors to protected

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [6a02139fb7afc6cd23aaff2a68b4ea1acb9bae00]

        #99549# insert and remove some delete and new operators

2002-07-05  Bertram Nolte  <bnolte@openoffice.org>  [35d7c85b86dac952a6b550ef37efa213fa30e8a4]

        #100870#

2002-07-05  Andreas Schlüns  <as@openoffice.org>  [f6842997d5e9756cb651a079a5437a8957aae0c4]

        #99793# pass factory to DropTargetListener

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [5fd82d3018d050dd5f5476a33f4bc8064386c6f3]

        #99549# insert and remove some delete and new operators

2002-07-05  Andreas Schlüns  <as@openoffice.org>  [9200264556c44e10355cc38726bebc92803380b5]

        #99793# be threadsafe!, use smgr from outside, parse URL

2002-07-05  Andreas Schlüns  <as@openoffice.org>  [8a7989be3363204eacb97874526d4962835fe6e6]

        #99793# be threadsafe!, use smgr from outside

2002-07-05  Oliver Specht  <os@openoffice.org>  [3d90a530c730a44f1ba9f0adc59fdc71821bbf3c]

        #101023# mask color and high contrast image added to navigation ImageButton

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [4518b1ec2d2ac8b409ede51da96e7fd9e9e9b5d8]

        #99549# gpf while accessing the wrong index number

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [5691b0397c720e16707f8377381d9c0a2df67c63]

        #99549# insert and remove some delete and new operators

2002-07-05  Vladimir Glazounov  <vg@openoffice.org>  [f3e4625c4b5dcb21067efb0575f88bc219d7d1b1]

        #100000# setCaretPosition implemented

2002-07-05  Bertram Nolte  <bnolte@openoffice.org>  [f3003c3b76d936b0346b92814cbf03c529f85c77]

        #100872# Check in again.

2002-07-05  Tino Rachui  <tra@openoffice.org>  [6de1cd6781fe20e34654b60b568d6a70041e448f]

        #97681#

2002-07-05  Bertram Nolte  <bnolte@openoffice.org>  [4f2cd8733b015e4b20f7f1b27037baace4eae85a]

        #100872#

2002-07-05  Tino Rachui  <tra@openoffice.org>  [4c7f84599731133052892151158dc8e0dbc6cb5c]

        #97681#initial check-in

2002-07-05  Andreas Schlüns  <as@openoffice.org>  [d9bf225b2478fc39519a64c922edf1c738f9aaaa]

        #99832# concatenation of dispatches for beamer

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [344cadbb555b10be5fd9567aec582f63b9a12350]

        #99549# insert and remove some delete and new operators

2002-07-05  Ocke Janssen  <oj@openoffice.org>  [77a70f877c5c52fb7f7ec741e3b099f7582576d3]

        #99549# move static inside method

2002-07-05  Andreas Martens  <ama@openoffice.org>  [575d34a105bdf4b534100e494c2f655602a27c0f]

        Fix #99869#: Resize of non fitting OLE objects

2002-07-05  ghiggins  <ghiggins@openoffice.org>  [3127b625702690514c80cf3c6d31b5a0074bceff]

        #100189# Added xdisplay, child sigint handling and doors fix

2002-07-05  Sascha Ballach  <sab@openoffice.org>  [045a15cde56fcd0d5c36b9359fb3b104514f0f13]

        #100692#; the services are in drafts...

2002-07-05  Rüdiger Timm  <rt@openoffice.org>  [d914318e2711c0998c4f2a2754bcbccdc7859915]

        new version for SRX643

2002-07-05  Rüdiger Timm  <rt@openoffice.org>  [4ac1082c8a78c3a39a23e603b703431685628df4]

        new version for SRX643

2002-07-05  Kurt Zenker  <kz@openoffice.org>  [8de3365d8a52faf5226342271cf090702d6e127d]

        new version for SRX643

2002-07-04  Vladimir Glazounov  <vg@openoffice.org>  [795fedccbd8e2bd6fbf043dfbe04322c05fc4ed4]

        new version for SRX643

2002-07-04  Kurt Zenker  <kz@openoffice.org>  [0fab122f19df847f0b588192430122da3dee2c28]

        new version for SRX643

2002-07-04  Kurt Zenker  <kz@openoffice.org>  [af17b812722606437a05bb47f1613ba2d6d8ed5e]

        new version for SRX643

2002-07-04  Philipp Lohmann  <pl@openoffice.org>  [c31e6aa2ffbd7c1c27c71f154451732cb0e440dd]

        #99110# add: Enable{Text,Image}Display/Is{Text,Image}DisplayEnabled

2002-07-04  Niklas Nebel  <nn@openoffice.org>  [af1a4dd427656875629c2bb0e518548e1c30eab5]

        #100959# SID_ATTR_BORDER_OUTER: use default line only if width was 0

2002-07-04  Philipp Lohmann  <pl@openoffice.org>  [25ab421aec8f0a3bc1632821ea2353ab3350ceab]

        #100837# export PDF capability to print dialogue

2002-07-04  Armin Weiss  <aw@openoffice.org>  [b22d25e2f6c18bc15e30987034f8bbc0bf98bad4]

        #99694# Keyboard shortcuts activate the next control, so the order needed to be changed here

2002-07-04  Philipp Lohmann  <pl@openoffice.org>  [13786755de7ffc6f8744bc36876cfe0473eb4de3]

        #100837# export PDF capability to print dialogue

2002-07-04  Sven Jacobi  <sj@openoffice.org>  [a2e4af6f2b9d4e1028e162e05b9be18a141cc320]

        #100127# added support of bezier

2002-07-04  Sven Jacobi  <sj@openoffice.org>  [16b4e681a610dca261d1891c4fe6a13aae5d5e91]

        #100127# added support of bezier lines

2002-07-04  Andreas Martens  <ama@openoffice.org>  [df78f8d1b7fb5699da0ce983a506c52473c44aec]

        Fix #100893#: Mark urls as visited

2002-07-04  Kai Ahrens  <ka@openoffice.org>  [fc15836ec0c77bfa1be65c91348254ed0de0d5df]

        #100689#: disable zooming if we are UI active

2002-07-04  Sven Jacobi  <sj@openoffice.org>  [a46cbde656f85d2f07341e431bd541fc30dc704f]

        #100127# added support of bezier

2002-07-04  Sven Jacobi  <sj@openoffice.org>  [b37a24d2a2aea2c76f37b3791b84f92bf3b41edf]

        #100127# added support of bezier

2002-07-04  Sven Jacobi  <sj@openoffice.org>  [004f2a7713f2c4f292b1d524e5721c7879b1d50c]

        #100127# added support of bezier

2002-07-04  Sven Jacobi  <sj@openoffice.org>  [9781fd7d12c26f27eb6532c57e96da1fbb87e1fc]

        #100127# added support of bezier

2002-07-04  Kai Ahrens  <ka@openoffice.org>  [28c2d52e0b9d65bc9aeca4252b00ccd0ca96c022]

        #100786#: return false in case of cancel

2002-07-04  Kai Ahrens  <ka@openoffice.org>  [de0730827bd6f7d1d2f88f0ea0be6fd10b745ad2]

        #100786#: return false in case of cancel

2002-07-04  Kai Ahrens  <ka@openoffice.org>  [c8fd57cbdcd2b2e35c1b3662ea17cedabca0776c]

        #100786#: return false in case of cancel

2002-07-04  Armin Weiss  <aw@openoffice.org>  [6e89058c6620c064b6e056fa0172302ebabe8126]

        #100801# MinAutoPaperSize needs always to be set completely when Verical

2002-07-04  Sven Jacobi  <sj@openoffice.org>  [8c4847ba393b67f92da37115961a1b6ae6e065d4]

        #100127# added support of bezier pathes

2002-07-04  Oliver Specht  <os@openoffice.org>  [bd3108fce1b4c7ecadac8f2b1239ccd535c383c7]

        #101159# DropCap recording completed

2002-07-04  John Marmion  <jmarmion@openoffice.org>  [b98a99c0db3ae6fccaec394f69fd0f3bae90cc4a]

        #100796##100798# insert new helpids

2002-07-04  Oliver Specht  <os@openoffice.org>  [16895d77ccc6ed36a288aa91e4959b4648707f56]

        #101159# DropCap recording completed

2002-07-04  Oliver Specht  <os@openoffice.org>  [dadec96f02884fc8608502a731d9882738ca3778]

        #100988# don't call InvalidateBorder before the SwEditWin is registered

2002-07-04  Vladimir Glazounov  <vg@openoffice.org>  [e71d20ba4904aae9b26ee5276fa872301281cb05]

        #100000# more accurate implementation for deliver

2002-07-04  Oliver Specht  <os@openoffice.org>  [37436db0e658c4bc4583c1469bdbb64cc0324124]

        #100988# don't call InvalidateBorder before the SwEditWin is registered

2002-07-04  Andre Fischer  <af@openoffice.org>  [704522f553145bf589dd89f2ef4fb46b0e97d319]

        #100485# Removed workarround for this bug.

2002-07-04  gt  <gt@openoffice.org>  [574fceb4295e95a3d794fb82d714569fd7807024]

        #99126# setting entry height to zero on DataChanged() forces the recalc even for a before smaler height

2002-07-04  Stephan Bergmann  <sb@openoffice.org>  [872f940551a061b04807a0e31d812c4264627121]

        #99517# Fixed ObjectCatalogToolBox_Impl::DataChanged.

2002-07-04  Carsten Driesner  <cd@openoffice.org>  [8da8eae831db5dd60e4571611b49857e6596d20f]

        #98867# Store code page property to ensure unicode compatibility

2002-07-04  Thorsten Behrens  <thb@openoffice.org>  [81a765a0870c7b5e28bc143072fbcdb985c713a9]

        #100127# New method for adaptive bezier subdivision

2002-07-04  Michael Brauer  <mib@openoffice.org>  [f2339dcc6efa38f1e33e4e4cb2e6f3c75a61a14c]

        #100485#: getLocation returned wrong position (syntax)

2002-07-04  Mathias Bauer  <mba@openoffice.org>  [778f7e0c27996e90ca61cc978425af7efbf78f58]

        #99872#: make ImportFrom usable as helper method

2002-07-04  Niklas Nebel  <nn@openoffice.org>  [96814ed4903473fc0d4585549d6c5becf71473b0]

        #100960# slot execute implementation for SID_ATTR_BORDER_SHADOW

2002-07-04  Peter Burow  <pb@openoffice.org>  [2b18da0c74c063428fddf8aa8b7399ddc3704593]

        fix: #100275# save TargetEntry for async D&D

2002-07-04  Peter Burow  <pb@openoffice.org>  [a675e98e0486ed400e6491e21cb14b8f86ebbcbc]

        fix: #100275# #undef BT_OK and BTN_CANCEL

2002-07-04  Peter Burow  <pb@openoffice.org>  [b2cf075ac86ee4628938974cc1ff2d1e91e7bdc1]

        fix: #100275# no RemoveSelection under UNIX

2002-07-04  Sascha Ballach  <sab@openoffice.org>  [187057ade7a99cede2876d29b5ffae5fc5e1b528]

        #99771#; make change recognition and notification work

2002-07-04  Sascha Ballach  <sab@openoffice.org>  [e903c3fffd7cc414a973129f3746bb88357dd98c]

        #100994#; test whether the current split window has the editview

2002-07-04  Philipp Lohmann  <pl@openoffice.org>  [329f0a9f1764a0d88ee63c2d74bda97365782956]

        #100823# add: System::GetDisplayInfo

2002-07-04  Mathias Bauer  <mba@openoffice.org>  [6b703199db01fb3c0f72480be01f4532dcdd4f37]

        #100018#: new string conversion didn't treat emtpy strins right

2002-07-04  Sven Jacobi  <sj@openoffice.org>  [990bc96abe21e180c5a6ff96cdf768c13e0f5d7a]

        #100127# added support of bezier pathes

2002-07-04  Gregor Hartmann  <gh@openoffice.org>  [a530a7ab03dd7e7f784e1c16cebb7edce341ce8f]

        added assertions for loading sts library

2002-07-04  Gregor Hartmann  <gh@openoffice.org>  [51d223865d8337592bf96d906e4301452322f3db]

        small change to avoid assertion

2002-07-04  Michael Brauer  <mib@openoffice.org>  [fdfa3bd06de47c4eb819930d401479695899bb0d]

        #100485#: getLocation returned wrong position

2002-07-04  Stephan Bergmann  <sb@openoffice.org>  [3b98a359487ff551e62ca16ff9a33732d53522a0]

        #99748# #99750# #99752# Avoid multiply defined RIDs.

2002-07-04  Vladimir Glazounov  <vg@openoffice.org>  [820ebc880c65ce34ec9571cb99f40243b4df60e6]

        SRX643

2002-07-04  mwu  <mwu@openoffice.org>  [31add10da4da8bb4b15622a932764822b53d172a]

        #100981

2002-07-04  Andreas Martens  <ama@openoffice.org>  [37a9c8a062be613668f079d1ade29cb918097054]

        Fix #97847#: Relativ height in endless growing cells

2002-07-04  Sascha Ballach  <sab@openoffice.org>  [7e8ec533beefb8e493ca408e2c59abd89334deec]

        #99771#; add createAccessibleName, createAccessibleDescription, getBoundingBox and getBoundingBoxOnScreen

2002-07-04  Jörg Barfurth  <jb@openoffice.org>  [f542b315a256f2ab5c8ae6f5e54c76c6c8965ec0]

        #98489# Integration: correction for services

2002-07-04  Sascha Ballach  <sab@openoffice.org>  [c3913d77774c4aa86b275963404df323ed3a5b94]

        #99771#; add createAccessibleName, createAccessibleDescription, getBoundingBox and getBoundingBoxOnScreen

2002-07-04  Thomas Lange  <tl@openoffice.org>  [e63455d0796f210f899e0e2cb92b09060a077870]

        #100847# conversion from programmatic to UI name fixed in lcl_GetIdByName

2002-07-04  Oliver Specht  <os@openoffice.org>  [b7ae1f52ddcc9729e3c078563c5f17e4ee9a00c2]

        #97559# HTML export for Netscape 3.0 removed

2002-07-04  mwu  <mwu@openoffice.org>  [4855dfded86cdfde1ca76b2558965b64f51fef2e]

        #100981,training for minna

2002-07-04  Jörg Barfurth  <jb@openoffice.org>  [ac899b726b636c04ad066d08e6dec424589a6dea]

        #98489# Check for oor:op=replace attribute on dynamically added properties

2002-07-04  Jörg Barfurth  <jb@openoffice.org>  [556fb0adaf06cd9522a884b85cff3994cfa7cbfd]

        #98489# Corrected generation of oor:op attributes in language neutral layer

2002-07-04  Jörg Barfurth  <jb@openoffice.org>  [a2c1c9a12900c9bb6363b44245f32791b0670d82]

        #98489# Add missing oor:op = replace for added properties

2002-07-04  Michael Brauer  <mib@openoffice.org>  [6c5d8368944f17d059faaa8db1065a36b7f9be92]

        #100800#: getLocation returned wrong position

2002-07-04  Ocke Janssen  <oj@openoffice.org>  [7d63e2197609251806463e6c2f1745f4602d6af9]

        #99512# correct description

2002-07-04  Ocke Janssen  <oj@openoffice.org>  [b9ff982495d7b2feddec5f214338310edb9a4c7b]

        #99549# insert new and delete operator

2002-07-04  Ocke Janssen  <oj@openoffice.org>  [7305ce3cd9c36c53808b33c551bcd4d9bffb2fe4]

        #99549# insert c and dtor

2002-07-04  Ocke Janssen  <oj@openoffice.org>  [bde27e9ead97b7f5b34b93e6fdc7c7deabcc9f7b]

        #99549# insert c and dtor

2002-07-04  Ocke Janssen  <oj@openoffice.org>  [1621d54fb263c8ad493d069c450f974100af4e93]

        #99549# insert new and delete operator

2002-07-03  Eike Rathke  <er@openoffice.org>  [1498bc5a8607203820bcc24b7e32eeef7baa07c4]

        #94103# lcl_DecompValueString: don't create temporary String of NIL

2002-07-03  Thorsten Behrens  <thb@openoffice.org>  [75194ab2525c479992dfdfefab912264116c43c3]

        #100127# Added native bezier curves for WindowsGDI

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [1c7d90aafea678c692297f0be72e432f08c0bf8c]

        #100962#: some attributes added for recording

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [03c3108bb2e0ad6d949db4515053b2e8e1e3b019]

        #100785#: recording

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [d8266f4f91fe6c74b29208423b172d03f15323ca]

        #100782#: recording for InsertTable

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [b8707ef4bb39bd68182b4ef2986f4c02e606e923]

        #100782#: use bindings for recording

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [5821441d934ba9b0b9940f12a9804335a8ac6915]

        #100782#: allow recording

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [1b05f6cc685d18e61ceec8492c0e610dc11c6964]

        #100758#: pFld may be zero

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [ba44e2868179f2367e3292a08836574c97e51785]

        #100965#: recording for InsertEnvelope

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [a9c4f82cdbaef8bfd1fa8c65bc78f1bd28c11a4b]

        #100782#: parameters for InsertTable

2002-07-03  Aidan Butler  <aidan@openoffice.org>  [10e5f90e85bbe2d57b97e703c1d8f79802262adb]

        Fixed bug with angle-brackets not being escaped

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [abd99a885a4aebc5726666bba97bcc922098b121]

        #100782#: allow recording

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [122dd20f0c0f1c93ad8c572cf33f9e1f6dee27e6]

        #100958#: allow meaningful conversion for MemId=0

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [974c3f1818e350a3f95335238ee26e5ee721fc81]

        #100908#: StandardTabStop shouldn't be recorded

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [71cb86a125eb85ead88161b40b30bf807e1df9e5]

        #100785#: wrong slot declaration

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [0dc959d19840799a183a5b25c43b291624d66be9]

        #98888#: allow Showing Childwindow without getting focus

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [bb9370098ff4a5487edbc3fe2aa13c717f2abaa2]

        #100838#: lock bindings before closing frame

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [aa31a47fdd0f2ba92b9656c42d49f47a4eff7502]

        #98578#: wrong service name changed, obsolete service removed

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [9cffbda4e5feed404b7fa1d51e604e93cda1ee6f]

        #100846#: better check for async loading

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [d3c754fd8f3cfc59e14125a1e359826f9445d59f]

        #100958#: don't send unconvertable status

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [35d5b1fbe0d9694c68ac73099e51f0c8149c9dd5]

        #98578#: removed obsolete service name

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [989bffbf798324a662c8b78808c3d48389359e1f]

        #100916#: execute slots called from outside synchron

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [c357f1e5ebddc4183cb3a1cb888ae5187dd53bed]

        #100749#: dispatcher locking buggy

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [bf37e175707f68189ee2989f625352dbd267b836]

        #98888#: allow Showing Childwindow without getting focus

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [e33973410c0fd7b1aed7810a0fcb0c967d935d9d]

        #100958#: don't try to convert empty arrays

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [ea6e62ab408fc98b6527644c3aa15e8f5ffa515d]

        #100958#: don't send unconvertable status

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [9c2d4874e62f76dc838f699171a64cb04fa94546]

        #100913#: SID_CURRENTURL moved to frame

2002-07-03  Mathias Bauer  <mba@openoffice.org>  [e231b20b89d70ffe763d3163b0ffb00512789c10]

        #98888#: allow Showing Childwindow without getting focus

2002-07-03  Daniel Vogelheim  <dvo@openoffice.org>  [e95278fac540a111d1770768752a3fe17967d622]

        #99877# load and save phontetic text for alphabetical index marks

2002-07-03  Stephan Bergmann  <sb@openoffice.org>  [0dbfa238e88c3f9aaaf0c0f5fb6404d2ef821dc7]

        #99748# #99750# #99752# #99753# Merged in 1.42.6.3.

2002-07-03  Stephan Bergmann  <sb@openoffice.org>  [f1938017bb0bfba85050a059a97100f89842831a]

        #99748# #99750# #99752# #99753# Enabled high contrast mode for various BASIC IDE controls.

2002-07-03  Stephan Bergmann  <sb@openoffice.org>  [df378db6cec70ed423e3ae6eca93688c5ece7809]

        #99748# #99750# #99752# #99753# Merged in 1.32.6.2.

2002-07-03  Jörg Barfurth  <jb@openoffice.org>  [dcf9961a3671543acbe85da0edca7db95e083529]

        #98489# Added support for uno backend bootstrapping

2002-07-03  Stephan Bergmann  <sb@openoffice.org>  [8f3bc6cb9c61b6e51488a0535b2d0065697ea62b]

        #99748# #99750# #99752# #99753# Enabled high contrast mode for various BASIC IDE controls.

2002-07-03  Andre Fischer  <af@openoffice.org>  [e4fed6d3eeb371f221c5702a7fb5c0714b800dbf]

        #100930# Added directory drafts/com/sun/star/awt.

2002-07-03  Stephan Bergmann  <sb@openoffice.org>  [3206ec46bab1604995b8e83c12d3395f3a6e8866]

        #99748# #99750# #99752# #99753# Enabled high contrast mode for various BASIC IDE controls.

2002-07-03  Andre Fischer  <af@openoffice.org>  [f9c501e45ea18e08decf7d9e24b1c0c7921b3cea]

        #100930# Added directory drafts/com/sun/star/awt.

2002-07-03  Andre Fischer  <af@openoffice.org>  [208c063d10cd0787642132c8630c97dc90bbe08d]

        #100930# Added new drafts/com/sun/star/awt directory.

2002-07-03  Juergen Schmidt  <jsc@openoffice.org>  [38f6ea068802fb8218990286322964b8e65db833]

        #100872# insert Makefile of ToDo example

2002-07-03  Jörg Barfurth  <jb@openoffice.org>  [ca963ff9e9b6ccb55b3e1ca869cdc3d2198002b5]

        #98489# Corrected assertion

2002-07-03  Jörg Barfurth  <jb@openoffice.org>  [320d17912215265043eca4d7017be4c3d5e63618]

        #98489# Add support for layer merging (propagating a layer to a default layer)

2002-07-03  Jörg Barfurth  <jb@openoffice.org>  [16aadacd4a6ffadb3e24a588f30029d2db24aefa]

        #98489# Adjust parsing to the real file format

2002-07-03  Oliver Specht  <os@openoffice.org>  [58eaa1455957415969a076cd883d665ce414cd07]

        #98143# AutoFormat button again resized

2002-07-03  Cyrille Moureaux  <cyrillem@openoffice.org>  [574f26b8d8db599b402bfc7c2a7c8282d6970ae5]

        Account for changes in LocalFileLayer and proper locale handling

2002-07-03  Cyrille Moureaux  <cyrillem@openoffice.org>  [b589e085b612b16e1bbafde0feb95b4ca7ed287a]

        Added exceptions and extended to implement XCompositeLayer

2002-07-03  Cyrille Moureaux  <cyrillem@openoffice.org>  [20b09ba5cbbb1f08fb40df224cf5e5ff53582d6d]

        Added use of composite layers

2002-07-03  Michael Brauer  <mib@openoffice.org>  [ef14aa63a680ee0f3f939fcd827ac24a1e4639bb]

        #99872#: InsertDoc/InsertMasterDoc with external filter components

2002-07-03  Michael Brauer  <mib@openoffice.org>  [7408dfd0cf8882fbd6fe89f071ad7ca93c5c65a5]

        #99872#: InsertDoc/InsertMasterDoc with external filter components

2002-07-03  Sven Jacobi  <sj@openoffice.org>  [576287904d4f8734a2e1d72d3f5a19502ce469bd]

        #100477# use correct coordSize also for normal polyLines

2002-07-03  Cyrille Moureaux  <cyrillem@openoffice.org>  [a41e7b7ca69405897700580b3367db8929230054]

        Added getFileName and splitFileUrl utility methods

2002-07-03  Thomas Benisch  <tbe@openoffice.org>  [a18351a2e3cd933f3ac82281bc0305505f522e7a]

        #100605# added CreateAccessible( Menu* pMenu, sal_Bool bIsMenubar)

2002-07-03  Thomas Benisch  <tbe@openoffice.org>  [7708b681fef6ba8b055be6c3b76cc64ba194990f]

        #100605# JABG: Menu hierarchy for SO menues doesn't confirm to Java hierarchy

2002-07-03  Thomas Benisch  <tbe@openoffice.org>  [0303d685cbb2c6ecb77b6105bce567ebcea985fe]

        #100605# added GetAccessible(), SetAccessible()

2002-07-03  Tino Rachui  <tra@openoffice.org>  [7f0b24695a25c9ad0fc7ae50327a6f4740eaedd3]

        merge from 1.6.1.2

2002-07-03  Andreas Bille  <abi@openoffice.org>  [81feb3197ea362fb7bd2c013368f11d2a006d940]

        #93203# Better implementation name

2002-07-03  Stephan Schäfer  <ssa@openoffice.org>  [d67db0942baa2274927875012fcbd00a59bee02b]

        #100292# calculate index in parent exactly as in SVX

2002-07-03  Andreas Martens  <ama@openoffice.org>  [20fa4921f595156b74e9a9cdbed79ae1b9ad97fc]

        Fix #100282#: Responsibilitiy

2002-07-03  Andreas Martens  <ama@openoffice.org>  [3a9fa42776cd6cb58333148c87b0961ba887da2a]

        Fix #100282#: Responsibilitiy

2002-07-03  Andreas Martens  <ama@openoffice.org>  [1ec3607cc370e16241b7aee1862ac3aeceda5699]

        Fix #100282#: Responsibilitiy

2002-07-03  Stephan Schäfer  <ssa@openoffice.org>  [a139dd8107853ee784b3c3ead053d181b8155385]

        #100242# support keyinput without having the focus

2002-07-03  Daniel Vogelheim  <dvo@openoffice.org>  [65de5382a389cc7edf1cdf506da4fb43a4d33a9f]

        #100619# fixed problem with hiding deleted graphics

2002-07-03  Sven Jacobi  <sj@openoffice.org>  [c41d1ab9ec002345e46c00d99fc150a1204006d1]

        using typedefs of solar.h instead of own definition

2002-07-03  Oliver Specht  <os@openoffice.org>  [c987e4948e6797db3d3a4d4b675bf39a66ab5897]

        #99814# auto color exported as black in binary file format

2002-07-03  Kurt Zenker  <kz@openoffice.org>  [6877009d0ce09e25325f015cf474a0708c7fe9b4]

        new version for SRX643

2002-07-03  Stephan Schäfer  <ssa@openoffice.org>  [1a897a772b2073abaa2e482879e063ba75a56b60]

        #100242# improve closing and keyinput handling for floaters

2002-07-03  Stephan Schäfer  <ssa@openoffice.org>  [dca273bcafbe60918e1f496907c4d84d5e1ea1fe]

        #100242# improve focus and keyinput handling for floaters

2002-07-03  Daniel Boelzle  <dbo@openoffice.org>  [a07783af0aded4f38007a1ff66e4a7e1d19e45ec]

        #99059# fixed macro expander init

2002-07-03  Christian Lippka  <cl@openoffice.org>  [b06ba7765b61bb82a9ec8d01dd8c1f5f51e409c1]

        fixed wrong namespace from _STL to std

2002-07-02  Kurt Zenker  <kz@openoffice.org>  [4bddf545c0e47809aa9fd0e7e2483a5466debf38]

        new version for SRX643

2002-07-02  Vladimir Glazounov  <vg@openoffice.org>  [0c245e53936a74deb908329eef2539b9dba968c9]

        new version for SRX643

2002-07-02  Vladimir Glazounov  <vg@openoffice.org>  [9908c781a91459cf75c01ff4ff45b344c74c81a7]

        new version for SRX643

2002-07-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9d75e0bca20a9a932c4f1ba0b67084ee98543821]

        default ANT_HOME if not set; reference needed jarfiles for ant build with ANT_HOME

2002-07-02  Vladimir Glazounov  <vg@openoffice.org>  [da57a89581fb28d663cf85c1f1e45a58711fb520]

        #100000# corrected typo

2002-07-02  Kurt Zenker  <kz@openoffice.org>  [08ed2f190b9f5959c1d8cd1e7fadf8af0dbe5430]

        new version for SRX643

2002-07-02  Kurt Zenker  <kz@openoffice.org>  [a75dcc1d318eac375f568faf97e1287bacb5a869]

        new version for SRX643

2002-07-02  Armin Weiss  <aw@openoffice.org>  [b39d705166fca8a229d94b31859b38a624d7930f]

        #100499# For empty OLE objects draw frame and empty OLE bitmap

2002-07-02  Armin Weiss  <aw@openoffice.org>  [a64490942cb92452d8f65fcb0a5da89d334a72b4]

        #100499# For empty OLE objects draw frame and empty OLE bitmap

2002-07-02  Caolán McNamara  <cmc@openoffice.org>  [c52c440a983e56456935bfea749b07392b163d96]

        #100192# Cannot have sections inside textboxes in word either

2002-07-02  Stephan Schäfer  <ssa@openoffice.org>  [7008870dcc49128d21b55dd3366cc470a68c791a]

        #96896# make undecorated floaters closeable, #100242# avoid close on focus change for decorated floating windows only

2002-07-02  Stephan Schäfer  <ssa@openoffice.org>  [20590991ef964ee7ce83f6b61badf67087a925c9]

        #100242# merge 1.12.2.7.6.1.2.1

2002-07-02  Kurt Zenker  <kz@openoffice.org>  [514b0093833094cc155f51e2dca8d17597cf0045]

        new version for SRX643

2002-07-02  Stephan Schäfer  <ssa@openoffice.org>  [0d2c19ab078711bcd82926736f05e1f3fec1c158]

        #100242# set focus in listbox without closing it

2002-07-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2043267ec730224c7f3f89a36d48d05bf803f07b]

        removed obsolete sourcefile

2002-07-02  Stephan Schäfer  <ssa@openoffice.org>  [cc81ccfc23017ac5444d1dc7d041302afe064216]

        #100242# merge 1.5.10.1

2002-07-02  Stephan Schäfer  <ssa@openoffice.org>  [577a48661eea7f5526bfabc0bac0805c32775297]

        #100242# merge 1.3.2.1

2002-07-02  Andreas Martens  <ama@openoffice.org>  [fb152ddf980a034ef49ce5e5e222ad10a2b7232f]

        Fix #100828#: Squared frames

2002-07-02  Kurt Zenker  <kz@openoffice.org>  [37b41f6eea5a2c11e4edd636d3070bdf849c89ec]

        new version for SRX643

2002-07-02  Stephan Schäfer  <ssa@openoffice.org>  [83ceb199deab2f483cdf37a6e839120a53576e7f]

        #100242# support for window bit WB_SYSTEMWINDOW

2002-07-02  Ocke Janssen  <oj@openoffice.org>  [738a791b5be09cdba6a7781310f8433ce1bb6080]

        #97926# use default type if db does not support some

2002-07-02  Oliver Bolte  <obo@openoffice.org>  [31a41c77e60f37822b418515133790669f95e6bc]

        new version for SRC660

2002-07-02  Stella Schulze  <sts@openoffice.org>  [cfbfbe80aa73802c6695494e464fe4f4b9db6859]

        #97164#  change the StarOffice bitmap in the hidden gallery theme "htmlbuttons".

2002-07-02  Christian Lippka  <cl@openoffice.org>  [af9bc74f127197a5534575e3e9bb123624f71ac2]

        #97525# fixed enabling/disabling of controls

2002-07-02  Kurt Zenker  <kz@openoffice.org>  [463c39e46e0c50437cfc021453d93f9118628766]

        new version for SRX643

2002-07-02  Kurt Zenker  <kz@openoffice.org>  [aa9d2ab1d59de49a0a3c454e211e0a5ad7d91544]

        new version for SRX643

2002-07-02  Andre Fischer  <af@openoffice.org>  [7e45850123ec6009fb5962ca6b8e7be3d0bfde5c]

        #100282# Changed ownership and description of accessibility items IsForDrawings, IsAllowAnimatedGraphics, IsAllowAnimatedText.

2002-07-02  Oliver Bolte  <obo@openoffice.org>  [5ce3dd192ad9696fef41d2435005d85ae35b5fb6]

        new version for SRC660

2002-07-02  Christian Lippka  <cl@openoffice.org>  [3d495822deebe48a7431db3c4fa7716ff88e8b1b]

        #99689# fixed resource for graphctrl

2002-07-02  Aidan Butler  <aidan@openoffice.org>  [b55b2d321019fdfc813425ccf4b8a1151bc1fd7a]

        *** empty log message ***

2002-07-02  Kai Sommerfeld  <kso@openoffice.org>  [6da2fdad1ad3b32eeab3a966666309aef86f0d9f]

        #100282# - Updated responsibilities.

2002-07-02  Thomas Lange  <tl@openoffice.org>  [8b8f5d36742725de868ca85ec60c4825b63d76f4]

        #98638# setting of BaseSize property fixed (is now applied to the fonts too).

2002-07-02  Malte Timmermann  <mt@openoffice.org>  [6cd38fbee9231660cf7cb8812480744818674c58]

        #89235# try/catch for clipboard operations

2002-07-02  Malte Timmermann  <mt@openoffice.org>  [88e5e62a45f6530f10dd17f23072463bbb0a33d3]

        #89235# try/catch for clipboard operations

2002-07-02  Frank Meies  <fme@openoffice.org>  [ee3bf7d093baf09cc8532979765f337728c11c9d]

        #98281# Bidi - Wrong optimization to avoid calling the bidi algorithm

2002-07-02  Frank Meies  <fme@openoffice.org>  [df91321cb2d9979343012c795ac3a22fd764ef15]

        #100227# Adjust column width if auto width is set

2002-07-02  Ocke Janssen  <oj@openoffice.org>  [50e69457ab1079d3cf0e1c589c827dabb7cb7a91]

        #98474# use own new line

2002-07-02  Ocke Janssen  <oj@openoffice.org>  [c1d52e788122157063c1e14b4e52bf86bf664b2b]

        #97926# use default type if db does not support some

2002-07-02  Andreas Schlüns  <as@openoffice.org>  [ba8d2e9b6ac28efb8c678ae6ceb7c52c8c672942]

        #i4835# disable quit timer for some more command line arguments

2002-07-01  Niklas Nebel  <nn@openoffice.org>  [ca183c40f7703f433abfe5d667356f22d1a1bbf0]

        #100125# PasteRTF: use InsertText(XTransferable) for EditEngine format

2002-07-01  Björn Milcke  <bm@openoffice.org>  [cc0fff0b75868a986fa4f20c86ef8572854c8348]

        #100282# description review

2002-07-01  Bertram Nolte  <bnolte@openoffice.org>  [259133b1608d320a3abcadbce70df03b0777fc95]

        #100528# Customize the documenation to the new scripts.

2002-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e94ee40ad29d33cdc38727fe6c909273b0956395]

        #100833# fix for M$ compiler

2002-07-01  Juergen Schmidt  <jsc@openoffice.org>  [096ed0c33cfc3939015ab7495967461c4d04da3e]

        #99053# replace touch with echo

2002-07-01  Juergen Schmidt  <jsc@openoffice.org>  [cbc8eac705a4b83df7dc6dd0f9877d0910825ed4]

        #99053# replace touch with echo and change copy zip files

2002-07-01  Bertram Nolte  <bnolte@openoffice.org>  [194cb9fa2a693380faf998f36055dcc10173bb32]

        #100528# Add configureUnix, configureWindowsNT.bat, setsdkenv_unix.in and remove setsdkenv_unix.

2002-07-01  Caolán McNamara  <cmc@openoffice.org>  [e9df3b9a5ec77face64b0ac153e9fcdec8d7b4ae]

        #84112# page anchored tweak

2002-07-01  Bertram Nolte  <bnolte@openoffice.org>  [935eccbbfdce06ab4cf8739d1d3cab8dc2d7b5f9]

        #100528#

2002-07-01  Oliver Bolte  <obo@openoffice.org>  [68ffec629e11c1206b89c4f600b53498f259958d]

        correct path for res

2002-07-01  Eike Rathke  <er@openoffice.org>  [28dba9e76dc62743785ca06fca4249c89047851a]

        convert.ini dead since years, is now in configuration

2002-07-01  Christian Lippka  <cl@openoffice.org>  [b752392a84d7e85bd5aae359f6c5a55501edd5c4]

        #100135# get password for layout file from layout doc

2002-07-01  Malte Timmermann  <mt@openoffice.org>  [6a5a69ec8cb4f08f8bfb5a96f9bd43652864f581]

        #100125# InsertText with XTransferable

2002-07-01  Malte Timmermann  <mt@openoffice.org>  [4c02b458da35d93e86643e6073a6769dd3f374a5]

        #95962# HTML: Accept text outside (p)

2002-07-01  Oliver Specht  <os@openoffice.org>  [289b629c9ed054cf57f0921614526bc45c683e18]

        #75611# disable undo in TextEngine while source code id read

2002-07-01  Sascha Ballach  <sab@openoffice.org>  [2e8cddc394d4337a7da4432ab691182754e76473]

        #96469#; transfer repeat mode of the ProgressBarHelper

2002-07-01  Malte Timmermann  <mt@openoffice.org>  [61d6c1a2827dd4a14ceed689ee2afa2e30602d87]

        #99804# Create ListBox and ComboBox with WB_AUTOHSCROLL

2002-07-01  Armin Weiss  <aw@openoffice.org>  [104e94e628b45650473f7f8ae6383231c64cafcb]

        #100408# If LineStyle is XLINE_NONE force to XLINE_SOLID to make visible.

2002-07-01  Sascha Ballach  <sab@openoffice.org>  [1074d3ab2be91257a11d21d8e5a3ac7ca3267d78]

        #96469#; add repeat mode

2002-07-01  Caolán McNamara  <cmc@openoffice.org>  [e74160aafb19edfae715a08965dddebfd84119fe]

        #100044# vectors scale better

2002-07-01  Armin Weiss  <aw@openoffice.org>  [63f54bd0446d19d07f16ebb69a2cdfe03a891eb4]

        #100663# SdrTextObj::NbcResize: aRect is NOT initialized for lines (polgon objects with two exceptionally handled points). Thus, after this call the text rotaion is gone. This error must be present since day one of this old drawing layer.

2002-07-01  Tino Rachui  <tra@openoffice.org>  [2784ab2e1f2edd517b98f499f77edf72447281a7]

        #100614#reimplemented for performance reasons, now reading block wise instead of byte wise, code inspection necessary

2002-07-01  Thomas Benisch  <tbe@openoffice.org>  [28ca4cc151d19f9df61f011800809f255514e796]

        #100215# added setCaretPosition to comment

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [c76af776fb8e60851772eaa5bebcdea77627cf89]

        #100555#: return selected format

2002-07-01  Dirk Grobler  <dg@openoffice.org>  [c8b6c5331cbc21b3ebfa09930151f42e7818161c]

        #100282# obsolete template entries (LayoutSettings, WindowSize, AppWindowPosition, WindowAlignment, WindowPosition) removed

2002-07-01  Malte Timmermann  <mt@openoffice.org>  [9016ad96ff7de33d20c2ed6fe15a912ee6e21afc]

        #95266# Remove assertion, no longer valid because draw calls MergeParaAttribs() before FinishLoad()

2002-07-01  Michael Brauer  <mib@openoffice.org>  [ae0988f8405c9658bdbeef085e2b9f9bf38d18f9]

        #100846#: import of linked sections fixed, including ones name &#255;

2002-07-01  Christof Pintaske  <cp@openoffice.org>  [d7e54a0ed7a3476ac84c367221cfab7b491b1c21]

        #100686# use fixed to replace broken X fonts

2002-07-01  Eike Rathke  <er@openoffice.org>  [49c08753f8a8e5dcd0c23ecfd28fdd29c630cd88]

        getFunctionSymbolByName: use SAL_DLL* macros instead of trying to do everything manually ...

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [c86a4f60478023be1a6cda11bd51975e3a645dd0]

        #100859#: pItem not initialized

2002-07-01  Andreas Martens  <ama@openoffice.org>  [341e1a5554a49d6b9119f553adaaf4c84b749609]

        Fix #100831#: Crash with password protected link

2002-07-01  Caolán McNamara  <cmc@openoffice.org>  [e31a4f89efd2b4197f9a792951f967856ae46550]

        #100814# must always set page text direction

2002-07-01  Juergen Schmidt  <jsc@openoffice.org>  [2b27c9648feee9fb58656d1837d235f65e017d77]

        #99053# change classpath settings

2002-07-01  Juergen Schmidt  <jsc@openoffice.org>  [cf5ce5754546fa38ca2112e6744c54ee128805a9]

        #99053# update docu

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [79225086ed683f932d019a6d4c2ccbf11dca4038]

        #100757#: encode not printable chars

2002-07-01  Armin Weiss  <aw@openoffice.org>  [61fa32a9ed5d68dfde4fcbe4e2fa367dc871f254]

        #100318# XOutGetCharOutline is deprecated, use XOutGetTextOutline

2002-07-01  Eike Rathke  <er@openoffice.org>  [77e7a1e95f4773c1417171b843c75187458c880f]

        #90353# new[]/delete

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [31a79777fe32a3c6c7ce92fc149340406a890a03]

        #100758#: recording

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [7b674d542169df9792f039f935666526bca2a069]

        #100784#: recording paramaters

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [4f089f7a7fc74415326c00d5ba8018b2a712657d]

        #100757#: macro recording for notes

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [522eafa5a4cccf565e1b209f97fdc4956c2b016e]

        #100784#: recording paramaters for inser graphics

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [730dca6399e284a11a465e53d6245b5e0eaab11d]

        #100753#: move execution code to shell

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [afaf1ca30ca52da6d08c2d91af3d64c4b5ef1b94]

        #100754#: macro recording

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [f37e9270a2883580a229ea538e7364845333af6f]

        #100723

2002-07-01  Joachim Lingner  <jl@openoffice.org>  [dcdcad7abfe33bc1c787935f19638f850f6f5282]

        #98233# added service com.sun.star.loader.Java2

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [db2a628ae7e1f8129e12de94ae60aeed59392f32]

        #100784#: recording paramaters for some slots

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [bc17616d77f645a7e539ac3543a96e8743e32013]

        #100754#: slot for deleting bookmarks needed for recording

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [b4708e106185467f11d1f4479b672109631d862a]

        #100784#: recording paramters for inserting graphics

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [686447c34fa1fb2ea47c3a7ebc9afd4066eca16d]

        #100743#: don't record hyperlink dialog, only the action inside

2002-07-01  Mathias Bauer  <mba@openoffice.org>  [4ceee36ccd909e9b400ab9eb9a27ba89b70557fe]

        #100835#: line accidently deleted

2002-07-01  Hennes Rohling  <hro@openoffice.org>  [d38f71b9381d18c339407970ceea072a9d2b40a0]

        #100853# Despite WidechartoMultiByte on Windows 98 does not copy a terminating zero the length returned counts with a terminating zero

2002-07-01  Stephan Schäfer  <ssa@openoffice.org>  [5f38d5baf6668175ebe6ef370dca691e0b99c289]

        #90353# delete[]

2002-07-01  Christian Lippka  <cl@openoffice.org>  [c050e87412246c0b0a93ad23eb2c04e119bbbc03]

        #100775# throw DisposedException when methods called after models dispose

2002-07-01  Stephan Schäfer  <ssa@openoffice.org>  [307d8f2bb2b482bcafdc67edc1bfde3dea7a0e90]

        #100627# DataChange link

2002-07-01  Ocke Janssen  <oj@openoffice.org>  [d9b821e0f10bc8095d6d9c32fffc96894fc98339]

        #100839# float not in switch stmt

2002-07-01  Ocke Janssen  <oj@openoffice.org>  [d25cbcd0db8d25533a9f273f946d14042fa3b583]

        #100839# float was not set while binding parameters

2002-06-28  Matthias Huetsch  <mhu@openoffice.org>  [e9cca11f8996380e98ab27180c3c2300a89392cf]

        #90353# #i5181# Fixed operator new[]()/operator delete() mismatch in SvStream::CryptAndWriteBuffer().

2002-06-28  Matthias Huetsch  <mhu@openoffice.org>  [573edd503b879fedc4371bd2ba05568b0875ad39]

        #90353# #i5181# Fixed operator new[]()/operator delete() mismatch in SfxMultiRecordReader::dtor().

2002-06-28  Andre Fischer  <af@openoffice.org>  [b302bf1edc65f6c6924c6da9ec86bf2bb7716619]

        #100363# Fixed the set of supported services.

2002-06-28  Andre Fischer  <af@openoffice.org>  [d5f557c5858543a7ec5f9a9b22797354ba1f9f46]

        #100363# Fixed the set of supported interfaces and services.

2002-06-28  Andre Fischer  <af@openoffice.org>  [38d31f1f6b0d223c3e51882aa0f36c35c2600f9d]

        #100363# Added support for XServiceInfo::getSupportedServiceNames.

2002-06-28  Andre Fischer  <af@openoffice.org>  [19b89cc096aca68e6785bd39a4b6357e0b8a3827]

        #100363# Added support for XServiceInfo::getSupportedServiceNames.

2002-06-28  Vladimir Glazounov  <vg@openoffice.org>  [2d9b7cd87c9161815cef24032f2cf60a1925aaa2]

        #100000#

2002-06-28  gt  <gt@openoffice.org>  [5cbe82d2401c5584e40cabbce9e8301fe0949259]

        #99411# getting and re-coloring of bitmap on every DataChanged()

2002-06-28  Caolán McNamara  <cmc@openoffice.org>  [d1109af24f79dee762a0b49b9b00e6f09dafac4c]

        #100044# SvShorts and friends do not scale well with increased size

2002-06-28  Caolán McNamara  <cmc@openoffice.org>  [016d0ff69a4dc6cd37f5a1361392927e621e964d]

        #100688# Each colour record is 10bytes long

2002-06-28  Stephan Schäfer  <ssa@openoffice.org>  [2a7d819beca7e1e3ae8ff85efe74e6d6a48c4150]

        #99071# menubar must not grab the focus

2002-06-28  Daniel Boelzle  <dbo@openoffice.org>  [53fabfb9ba8c755f1dd498254bce0eec8a26cb33]

        #99059# added import lib define for pkgchk

2002-06-28  Armin Weiss  <aw@openoffice.org>  [c53a8bd4d06fe37de953e10acf1ac30592632cc9]

        #100617# read over spaces between command and values

2002-06-28  Michael Brauer  <mib@openoffice.org>  [1280805838ae1fd1e5db4d4e123b8e77f9fb1382]

        #100740#: Keep/Set frame size attribute in page descs

2002-06-28  Ocke Janssen  <oj@openoffice.org>  [a93664fb96e7736010e952884d0280c9030743cd]

        #100282# insert missing info description

2002-06-28  Michael Brauer  <mib@openoffice.org>  [275ae38569676d24b352f3e2093059d8f83cce4c]

        #100740#: Keep/Set frame size attribute in page descs

2002-06-28  Oliver Specht  <os@openoffice.org>  [5eeb54d5edd23484e41cbb050384f0b47b9b6716]

        #94707# scrollbars are hidden only, not deleted anymore

2002-06-28  Andreas Schlüns  <as@openoffice.org>  [c5505690a7ad5e892ee13c59e3d2590caeb399f0]

        #100448# allow system pathes on printing for historical reasons

2002-06-28  Niklas Nebel  <nn@openoffice.org>  [b00328aecb62ea15d4eb6215b18e1dc1ecc8b117]

        #100805# EnquoteIfNecessary: don't quote percent char in text in percentage style

2002-06-28  Andreas Schlüns  <as@openoffice.org>  [5bed84d3a2bf8e7498b1bb8824d981273801fec1]

        #100448# set default mode for ucb print transfer to OVERWRITE

2002-06-28  Daniel Vogelheim  <dvo@openoffice.org>  [018d4866a576241bdae006cdf1cb3b7246646378]

        #99980# fixed database table type to int32

2002-06-28  Andre Fischer  <af@openoffice.org>  [680bc2eab1d4d38bc578d89f26a7ae014b6af9cd]

        #100363# Supported services and types and the implementation name are now displayed.

2002-06-28  Caolán McNamara  <cmc@openoffice.org>  [bc888a05ee0e7f9cfdd4d71a2907f2951e1a3e20]

        #100824# #i5128# and obviously should be restored on leaving that environment

2002-06-28  Caolán McNamara  <cmc@openoffice.org>  [dbe1f7943070d9d6cb4eb454b565861e98e4c098]

        #100824# #i5128# current bordering info is part of the parser state and should be reset on entering a new environment

2002-06-28  Thorsten Behrens  <thb@openoffice.org>  [4d9038c2cf1bfefc15e48add864cc57ce6e8ec00]

        #100593# Added return value to setCaretPosition method

2002-06-28  Martin Hollmichel  <mh@openoffice.org>  [be35c7c6ec27f13c396843712fbd70b6d6f20970]

        chg: warning for missing bitmaps from KA

2002-06-28  Andreas Schlüns  <as@openoffice.org>  [25f0807a8ac9bf06f7b3a31455075239ab008347]

        #100448# enable urls for printing instead of system pathes

2002-06-28  Thorsten Behrens  <thb@openoffice.org>  [0fd1ceb4df38b4225f8e565e0b1465189b7d80b8]

        #100593# Added return value to setCaretPosition method

2002-06-28  Oliver Specht  <os@openoffice.org>  [12d2f12b597f8c0fd0734790102ace022ab18443]

        #99083# string creation changed to help the dump Linux compiler

2002-06-28  Andre Fischer  <af@openoffice.org>  [11a90260da7be0fe6f721914c1c1767b3650ad69]

        #100559# Transformation of point coordinates into internal coordinates now takes care of absolute pixel coordinates.

2002-06-28  Stephan Schäfer  <ssa@openoffice.org>  [7fdb266a6b3d340a8f4a89bc8f7954496e3e8858]

        #100627# keep last window text color for proper HC switching

2002-06-28  Caolán McNamara  <cmc@openoffice.org>  [03caa8eb28b4a2efbef15f77f9cf698bdfdff676]

        #100688# rainbow coloured tables because of out by two error

2002-06-28  Caolán McNamara  <cmc@openoffice.org>  [e3ee61f21d3cd0b6636a14e0e9479bbcd90d8ed4]

        #100044# confused enum

2002-06-28  Andre Fischer  <af@openoffice.org>  [6a54f9c52ae8ddc58e0a7d350f3753fab3d00dc7]

        #99992# Take over the collected template folders from the thread when the callback is called.

2002-06-28  Sascha Ballach  <sab@openoffice.org>  [a17b141af9aeb8d4647dc08d627e3614b6048b20]

        #100692#; add component description

2002-06-28  Michael Brauer  <mib@openoffice.org>  [25809d76a6dbff258f0900f1752a04452fc73973]

        #100800#: initialization of accessible shapes changed

2002-06-28  Michael Brauer  <mib@openoffice.org>  [7db511734a1c166dda917da2191aa33e4cc3a0b4]

        #100800#: broadcast no events for DEFUNC state change

2002-06-28  Michael Brauer  <mib@openoffice.org>  [c013cdfb156c4594493fae32d421aeece08e8770]

        #100800#: setCaretPosition

2002-06-27  Philipp Lohmann  <pl@openoffice.org>  [b70944587c19572e4d0b871c2745c450675444a4]

        #100812# check for proper output, use override redirect for npwrap shells, do not destroy guard too late

2002-06-27  Philipp Lohmann  <pl@openoffice.org>  [679dfac29139ee338fec9b951dd5984adc677196]

        #99570# set focus to newly shown windows since some WM's are too lazy to do that

2002-06-27  Kurt Zenker  <kz@openoffice.org>  [57b37595b102762dd763524eeaa49ce5deef6ae4]

        new version for SRX643

2002-06-27  Vladimir Glazounov  <vg@openoffice.org>  [950d1217ee59c3b84efb6ae881009442f717d170]

        new version for SRX643

2002-06-27  Vladimir Glazounov  <vg@openoffice.org>  [c00447ce008646c676c90fe035022f4f1725ad69]

        new version for SRX643

2002-06-27  Niklas Nebel  <nn@openoffice.org>  [1316c7890bce7fceeed68e0020801dd6b8da3791]

        #100259# when loading cond.formats/validation, store formula text, convert to tokens in CompileXML

2002-06-27  Stephan Schäfer  <ssa@openoffice.org>  [9a1906772b86894777800e6b1c5a2874df31fc8c]

        #96896# allow small borders for closeable windows

2002-06-27  Philipp Lohmann  <pl@openoffice.org>  [1fac59628eb09e39d2ea1c7bd1a967fc8b98c105]

        #100282# added documentation

2002-06-27  Caolán McNamara  <cmc@openoffice.org>  [2b1870b004698cdaadd33dc1eb3b90fd88bff0cd]

        #100044# Move all sprm handling to one class. Split WW6 from WW8 sprms, because only  need one or the other when importing, not both. So halve sprm search time. Make massive global array into local static one,  should reduce startup times. Use stl sort not qsort, sort faster than qsort and faster linking can be used without extern C. Remove unused methods, optional arguments were always used, normalize behaviour. Introduce DistanceToData to avoid multiple calls on GetSprmInfo

2002-06-27  Kurt Zenker  <kz@openoffice.org>  [af90413087e3a7d73fb4e161f776d72243c44030]

        new version for SRX643

2002-06-27  Kurt Zenker  <kz@openoffice.org>  [4670fe4a9b5562c69550442d1522cf0dd971eb0b]

        new version for SRX643

2002-06-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e658b299c2989f6bf79bfeca308fb2a786749eb8]

        #100000# changed deps

2002-06-27  Caolán McNamara  <cmc@openoffice.org>  [01d056c7817fa0243a8bf6691c18f901b3f9bb2f]

        #99562# Improve use of tab setting in list

2002-06-27  Daniel Vogelheim  <dvo@openoffice.org>  [43d28dbd49f533195104faa4cadc522570464c95]

        #100611# Fixed problem with moving paragraphs with redlines

2002-06-27  Oliver Specht  <os@openoffice.org>  [a56d38a95229dd35cc46dce26dfa20c98d750020]

        #100693# remove EditEngine fields if format/default is called

2002-06-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4f19c4b001cfe5d14c50b8ad88635dee1255b3d1]

        #100000# removed override used for testing...

2002-06-27  Thomas Lange  <tl@openoffice.org>  [d820af49ca96ff523239efc580e13e30f167ab78]

        #100802# applied API changes for accessibility in Math

2002-06-27  Kai Sommerfeld  <kso@openoffice.org>  [8265413dcd8227915a2130dc5a299bf63647b4a2]

        #100790# - Changed UCBHELPER_MAJOR from 1 to 2

2002-06-27  Andre Fischer  <af@openoffice.org>  [a89ab9721a0de70570e94b7d1e68c2f15f3b8e6b]

        #100763# Calling Init method on newly created page shapes.

2002-06-27  Joachim Lingner  <jl@openoffice.org>  [00929dd5f027a795499a541b292fee3fcc139c3d]

        #99987#d.lst

2002-06-27  Behrend Cornelius  <bc@openoffice.org>  [5badcf4b5ad57e1a7d2658cb137f2dbabd1ee133]

        #100395# call to "createReport" modified

2002-06-27  Joachim Lingner  <jl@openoffice.org>  [26788468638bd7cec55183515c20b823b1c7c097]

        #99987# libsunpro_uno.so wa not unzipped by loader

2002-06-27  Andre Fischer  <af@openoffice.org>  [9a274dadbf2051a4b8205f2e1b2d4a8f836ba2ae]

        #100763# The Init method is not called anymore at newly created shapes.

2002-06-27  Vladimir Glazounov  <vg@openoffice.org>  [82527f57108e7e310e00c46246d538a065d7d23c]

        #100000# fixed bug with missing paths

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [1829865a646d7ef6af6cbfd86a8844dd8bba52f5]

        #100282# responsible inserted

2002-06-27  Andre Fischer  <af@openoffice.org>  [888e1f1cb253efeab3c9f4adcfc2e5e42e7113ab]

        #100763# Calling Init method at newly created accessible shape.

2002-06-27  Andre Fischer  <af@openoffice.org>  [5a46fa57af0ab5dc64c5c2f315543ee7a7959ba8]

        #100467# No state change event when setting the DEFUNC state.

2002-06-27  Frank Meies  <fme@openoffice.org>  [8185a3b95ba99062c478a4c6cb5f0b685e880443]

        #89703# Controls were printed although disabled in the options

2002-06-27  Andreas Martens  <ama@openoffice.org>  [35180e58458b84e6308a026a77b691fd202b4bed]

        Fix #98281#: Right to left columns

2002-06-27  Armin Weiss  <aw@openoffice.org>  [ec66979673b389990eb2ec4ef100c82b54d82b10]

        #100592# added support for embedded OLE objects

2002-06-27  Oliver Specht  <os@openoffice.org>  [5299ae0734d52eadb2c5edfd484c893f61be8751]

        #97648# spaces in bookmark names are allowed

2002-06-27  Caolán McNamara  <cmc@openoffice.org>  [6d5ff0fe800e8073a1359f5cb6faa36f7a00aaf9]

        #100793# Word 95 has an extra sprm over ww97 that has no asian equivalent

2002-06-27  Armin Weiss  <aw@openoffice.org>  [46968079fa0f61334ffdfb08f98272a80fd0e7c9]

        #100592# added OUString sCLSID and interfaces

2002-06-27  Andreas Martens  <ama@openoffice.org>  [cf78452bd24e18edb871ef3bcd0ed8f2036049bb]

        Fix #98281#: Right to left columns

2002-06-27  Vladimir Glazounov  <vg@openoffice.org>  [5021a4e84e99ec8ed55fb3383896b6a6c4eb4153]

        #100771#

2002-06-27  Caolán McNamara  <cmc@openoffice.org>  [cfea80677d8b3501b2bf20c0e677f83ce1c9c9be]

        #100688# Section breaks inside tables are ignored by word (2000 anyway, XP generally crashes as well)

2002-06-27  Behrend Cornelius  <bc@openoffice.org>  [d5e3a00d8459daa044ed91ff8dc1403a1973a223]

        #100395# new class file for datainsertion added

2002-06-27  Andreas Schlüns  <as@openoffice.org>  [29a49bdfb57a923f1dbd031b2c66a71608b6e276]

        #100148# use top windows as system child ones

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [f8b64b9960d3e2b46bfaf67f61f9e3236612b029]

        #100714#: macro recording

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [cca0172369e5b7ed51b671523eee484bdb09186c]

        #100282#: responsibilities

2002-06-27  Sascha Ballach  <sab@openoffice.org>  [3e22720bc0428fccd94165405a67572154245337]

        #100676#; add getStates method

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [87c9c9d9865155f2e94dc835439efb84cf790639]

        #100714#: macro recording

2002-06-27  Sascha Ballach  <sab@openoffice.org>  [9b456e1e5540ac6d68f20713894d5c8e185d257a]

        #100763#; call Init after creating accessible shape object

2002-06-27  Lars Langhans  <lla@openoffice.org>  [8ebf6b32fc20faf9188d1de1a4d24ce07d2e840f]

        #100683# fixed

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [57eb011a629856f0695258a1aa9979de5f529dc8]

        #100714#: macro recording

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [ee494d952594e2c6017a0f481ea9cef592e0e11b]

        #100714#: macro recording

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [a14f90524c1a7df4d90e9ffa9cdd022ce304266b]

        #100018#: need creator for recording

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [b7fe787d945793e819e37544215d3127716b3613]

        #100674#: macrorecording features

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [500e2649e75df9952fa6d264ca96fc859e30c1d0]

        #100018#: need creator for recording

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [6e3fa3afc424817b688bc050c4c5185472e4480b]

        #100674#: macrorecording features

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [f3509a0138956be9b772d7171978613bb7a29f3a]

        #100674#: macrorecording features

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [6ad8d456a90179e8cc5351f52822c9a5e9a3e70c]

        #96325# new methods to handle userdata correctly

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [0bdd3e75dabde387bca2034b02ae4899d22502e1]

        #96325# remove all convertAlias calls

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [af7c645e3d08adf374748f1bf3be7ca741270022]

        #100335#: SID_FILE_LONGNAME removed

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [2bc73f92637f5e74ae6882606652f15eb1ae85ce]

        #96208#: some fixes to allow for execution of arbitrary commands

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [e42d1358715eadc15ae0edba548082e53538b681]

        #96772#: default for printing is Wait=true

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [808ad674ec702a0eace11a76e7f6185c3a75ee47]

        #92146#: acquire SolarMutex

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [174e2018816d218b41567fb885bae4390924bb56]

        #100335#: SID_FILE_LONGNAME removed

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [1769141affc7804eeba8bbfb62098df5f115eb16]

        #99549# error in for loop use of begin as end condition

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [aa6be089acdc76b4bf028741ef09cc4e35bccd98]

        #100335#: SID_FILE_LONGNAME removed

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [035f6b4f40323e9e030e2c057401e42e8cdaa928]

        #99549# change handling of beamer closing

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [ab8dfeabdb3a358f5fee67bbba22d7618b7c2cf6]

        #96208#: some fixes to allow for execution of arbitrary commands

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [c9452adda6428e76da97d41fb7897b32ef95e670]

        #100660: missing command in SearchItem

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [be852d27f7b06d076330682e5f5ec75f72ab1e4c]

        #99549# new helper file

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [3dfda85916189dd86a8209ceb144c1d1f36f9d30]

        #99549# new helper file

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [7d8871c29fd504a182c37843aef1951dcaeda6af]

        #100674#: macrorecording features

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [5639504dfc04662975a206bc1f22edca7f9d01b5]

        #96208#: commands need to be executed asynchronously, you never know if it removes the doc

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [ccfc6c68bb7a801987268457deb5b0a423287313]

        #100674#: macrorecording features

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [24940e2c3717ad7b07d43db4f08cf7e09cfcc22f]

        #100599# #95927# check if row is readonly and disable autoincrement column for auto primarykey

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [e541f857d6077753094eaebdfdf484688f083633]

        #100599# remove unused member

2002-06-27  Mikhail Voitenko  <mav@openoffice.org>  [32f5e9b91ec979e6aea0164252b6c10fd7412b1f]

        #100768# (DBO) : fixed trailing back-slash on windows

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [b7f532101d08c915e27d7a53af99283490de89fa]

        #100660: missing command in SearchItem

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [5b0f5f430c7f8b4bed86dff957887b12a1f9367d]

        #98011# saveData before executing rebuild

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [eb8f8498ec87a5af535c5a3e5df270714bdd7ce7]

        #96208#: don't use reserved slot ids

2002-06-27  Mathias Bauer  <mba@openoffice.org>  [8e52d29886f5ffd61160c93466cea6c960160880]

        #99907#: record enums

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [7ec8250d1b9f846106a1b3cfeb0e9de6d3f89e68]

        #98011# saveData before executing rebuild

2002-06-27  Ocke Janssen  <oj@openoffice.org>  [3ce028e0ef575a3ad8afe3332acb90cc4266d609]

        #98474# convert strings to correct encoding

2002-06-26  ghiggins  <ghiggins@openoffice.org>  [586766df5c02a54179e0b1b6f228b4bcb253b48c]

        #99662# Correcting German translation

2002-06-26  Niklas Nebel  <nn@openoffice.org>  [26f62a78ba930b78cac48962d77662335df36e7e]

        #100282# added resposibility comment

2002-06-26  Eike Rathke  <er@openoffice.org>  [9fad3c3801d462a914f1b7d5308126328a13c5c6]

        #99859# add NativeNumberSupplier service

2002-06-26  Thomas Benisch  <tbe@openoffice.org>  [6d1c50c58bc4726f0092e51dfc7f334137ba5199]

        #100215# added accessibletexthelper.obj

2002-06-26  Thomas Benisch  <tbe@openoffice.org>  [1d4d63ac79cf0215f79ae0d18771bb6c228a786c]

        #100215# helper for implementing an XAccessibleText

2002-06-26  Eike Rathke  <er@openoffice.org>  [5a9f8225305d9e260ef7519b98e3a905a54d5334]

        #99859# wrapper for NativeNumberSupplier service

2002-06-26  Eike Rathke  <er@openoffice.org>  [c75f4eaf6413bbd1e221f9748aa421eea518d3ed]

        #99859# store native number transliteration [NatNumN] in XML file format

2002-06-26  Eike Rathke  <er@openoffice.org>  [4a69420dbf87fdeea7def10ab2ef8ab68572d4ac]

        #99859# rename NativeNumberXmlAttributes members to go conform with XML attribute's names

2002-06-26  Stephan Schäfer  <ssa@openoffice.org>  [b54cb5bccaccda65339f78c4c8c40e594760091c]

        #99902# increase isbright threshold

2002-06-26  Stephan Schäfer  <ssa@openoffice.org>  [335e57ed7bb7c5fec348f4b70ec7772aca1c552c]

        #99902# use isbright/isdark instead of constants

2002-06-26  Thorsten Behrens  <thb@openoffice.org>  [6bfcc14a42dd9d9d4045def25a38827541306e4c]

        #100593# Implemented setCaretPosition method

2002-06-26  Thorsten Behrens  <thb@openoffice.org>  [2c891c9d12108cff1b5632ad1f7a795da9735621]

        #100593# Added setCaretPosition method

2002-06-26  Thorsten Behrens  <thb@openoffice.org>  [ff3a82238be2400d415b814b1796ebf7043f9c48]

        #100593# Added setCaretPosition method

2002-06-26  Nils Fuhrmann  <nf@openoffice.org>  [f36763f0f282acd3ffb2cc6385771c37bcf04a3d]

        Added all potential language candidates to be translated via l10n framework. Fixes #100746#

2002-06-26  Caolán McNamara  <cmc@openoffice.org>  [5a1e99c6ec9ca33fd5933246bd75cccb26244cd1]

        #100042# messy endnote inside table interactions with surrounding section

2002-06-26  Frank Meies  <fme@openoffice.org>  [0c531b29deb7374d012015b1bf95e3b82f95d7d9]

        #98281# Bidi - Only collect kashida positions if justified alignment is set

2002-06-26  Armin Weiss  <aw@openoffice.org>  [7135bca2b4e01fedf8512c84d99a32be22e28c0b]

        #100617# some fixes and support for Q,q,T and t statements.

2002-06-26  Eike Rathke  <er@openoffice.org>  [6381f2224fe0d935ace1ef2939ba1aeecaca0f23]

        #100282# add responsibility, change description

2002-06-26  Mikhail Voitenko  <mav@openoffice.org>  [8164f4ef564dfcfe167394604aacfdb1ec3ab7f4]

        #100730# workaround StarBasic - UNO problem

2002-06-26  Stephan Schäfer  <ssa@openoffice.org>  [1a8ab365297a3828ca070b5e3a8ce597ca313b9a]

        #99336# modal dialogs also disable input for system floating windows

2002-06-26  Tom Verbeek  <tv@openoffice.org>  [338669e096dde90b8c0ea2aafb3a8ca4415caf2f]

        #100252# fixed Window handling

2002-06-26  Gregor Hartmann  <gh@openoffice.org>  [9641241f06a163e651ae923057400dead4f1b8db]

        #100095# resources not to be i18ned

2002-06-26  Gregor Hartmann  <gh@openoffice.org>  [46ca099a1405cc5257e0c187af02c988975d640b]

        #100095# resources not to be i18ned

2002-06-26  Nils Fuhrmann  <nf@openoffice.org>  [737e6499f99dfb7292b23608557a009da96c8901]

        Usage of l2txtenc to reduce redundency and to support all potential languages. Fixes #100746#

2002-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d312ab2e83b07f0abd5414cd6b0041212bc4aa80]

        #100746# - more native languages

2002-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [227b0d48ae1674bcce116efad74916642d1c9ae4]

        #100746#,#98499# - more native languages

2002-06-26  Oliver Specht  <os@openoffice.org>  [7b7c61a26aef066fdb15f9e31cf869094207c3ac]

        #99517# some typos corrected

2002-06-26  Andre Fischer  <af@openoffice.org>  [0b8469f7af4cc1abdbc32b61887c412425715bef]

        #100677# Replaced the deprecated event names with the new ones.

2002-06-26  Michael Brauer  <mib@openoffice.org>  [26ffd33a57834a3c4e72599e95cc6acabd146282]

        #99379#: clear draw model persist when closing doc

2002-06-26  Thorsten Behrens  <thb@openoffice.org>  [69b633e5fa2254b7a7e63d404fea29ba5b2bf03b]

        #100593# Added new Set/GetEventSource methods, and a Dispose for correct reference handling

2002-06-26  Oliver Specht  <os@openoffice.org>  [570445595e2db99cc14f98254e4124bc31645a69]

        #99727# new slot to jump into the footnote area

2002-06-26  Peter Burow  <pb@openoffice.org>  [d603b91353cc44517b28b0b6ef3ee8254cc77892]

        fix: #100376# folders in sort order always on top

2002-06-26  Thorsten Behrens  <thb@openoffice.org>  [4e54efe5122cd26b35ae77faefdf8d52601b320e]

        #100593# Added new Set/GetEventSource methods, and a Dispose for correct reference handling

2002-06-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [12211433244d887f3c83cd6b69c68210b964d445]

        #100517# multiple imagelists in one directory

2002-06-26  Thorsten Behrens  <thb@openoffice.org>  [58338aecf63c6cb1961d469cf8750012bdaa5cb7]

        #100593# Adaptions to new AccessibleTextHelper/AccessibleStaticTextBase interface

2002-06-26  Thorsten Behrens  <thb@openoffice.org>  [56134afcfa461aae507623fd10c52e7876167158]

        #100593# Adaptions to new AccessibleTextHelper/AccessibleStaticTextBase interface

2002-06-26  Oliver Specht  <os@openoffice.org>  [a26c16c9bc922c52d4b358830b39bdcbc7215152]

        #99727# new slot to jump into the footnote area

2002-06-26  Oliver Specht  <os@openoffice.org>  [a8f361754e34101ffefbdd67ca747d20ceaab00c]

        #96980# enable relative width up to 254

2002-06-26  Daniel Vogelheim  <dvo@openoffice.org>  [6b7ee6c9703f95ae399069831da9dea4203add5a]

        #100722# always force cursor to point into content

2002-06-26  Niklas Nebel  <nn@openoffice.org>  [4beefa8fad274353e745dcafd8920cf0567d2142]

        #97205# queryPrecedents/queryDependents: can't use cached MarkData for aNewRanges

2002-06-26  Oliver Specht  <os@openoffice.org>  [58744d274c98e21401f126e85ff6107dac873270]

        #99074# re-insert default sender text if sender Edit is empty

2002-06-26  Frank Meies  <fme@openoffice.org>  [3edb1dcdc82304c418fc32212bb0bdf2c92e414e]

        #99877# Phonetic sorting for Asian languages

2002-06-26  Oliver Specht  <os@openoffice.org>  [5c74dba39287f485d8d8962b6c43292a807652f1]

        #97052# high contrast painting of drawing layer

2002-06-26  Kurt Zenker  <kz@openoffice.org>  [a2442146e56016dcca3ce30b58f7b3afa6b993de]

        new version for SRC660

2002-06-26  Oliver Specht  <os@openoffice.org>  [f72dc96947c1347ca6132c1fd747709c5041beed]

        #99863# get default font and language on import from configuration

2002-06-26  Frank Meies  <fme@openoffice.org>  [05bdd944d2a3ee3cf2719a39e43d00de7e7d5be5]

        #99877# compareIndexEntry always returned 0

2002-06-26  Oliver Bolte  <obo@openoffice.org>  [adcacecd802c637c68b0c5d72c8695ca5fdaae8b]

        #100000# syntax + header

2002-06-26  Mathias Bauer  <mba@openoffice.org>  [a2c852fe8e2dd62545cb98a599ead954f4c9bc11]

        #100674#: new FN's for glossary slots

2002-06-26  Kurt Zenker  <kz@openoffice.org>  [1259c4fc9a644269aa8f65bbd8fc2bde80997b5a]

        new version for SRC660

2002-06-25  Michael Brauer  <mib@openoffice.org>  [dc51c8c0741e964d78145b71a69013268937bcaa]

        #99397#: Do not export LONG_MAX as page size

2002-06-25  Mathias Bauer  <mba@openoffice.org>  [03ecbbf1e5cfc734a53187bcb4d3e590509f3b10]

        #92430#: mark child array as unsorted after removing toolbars

2002-06-25  Christian Lippka  <cl@openoffice.org>  [1f311a3dc19b691d05735c44742d326597330c8f]

        #100633# make dialog title version independend

2002-06-25  Oliver Specht  <os@openoffice.org>  [fc8a0fdfb5b22151bdb03adb5d2450998e5425ad]

        #98143# redesigned to extend AutoFormat button width

2002-06-25  Michael Brauer  <mib@openoffice.org>  [b327cd5c964952babb416f377aa77cf25a8ce0b1]

        #99397#: Do not export LONG_MAX as page size

2002-06-25  Christian Lippka  <cl@openoffice.org>  [440adeedfd8a92a4b5112aea179d585c165020af]

        #100624# don't report an error when cancel the wizard

2002-06-25  Oliver Bolte  <obo@openoffice.org>  [ac36c6f304ae390b1a777d3c903fafdd6b4bd997]

        new version for SRC660

2002-06-25  Nikolai Pretzell  <np@openoffice.org>  [187524129d40e68c317cd585699ab5f6ddc9ae6e]

        #100647# Missing anonymous namespaces and replaced assertion in namespace parsing by exception.

2002-06-25  Oliver Specht  <os@openoffice.org>  [d9c33a7d264f4cd3c5abc4af15408f85a2daa452]

        #100446# rulers need to be correctly sized when they are invisible, too

2002-06-25  Christian Lippka  <cl@openoffice.org>  [486a3f54a2578f276d57163e986cc70c0cf582f7]

        #100361# always use new designed button for font color

2002-06-25  Vladimir Glazounov  <vg@openoffice.org>  [9540ed3ce5b2441844faef832ec91afe2ecde8df]

        new version for SRC660

2002-06-25  Stephan Schäfer  <ssa@openoffice.org>  [7f3e9cc3a63e615d5c8f4ba18caa096c3207f0e0]

        #100292# no accessible fir tip help windows

2002-06-25  Christian Lippka  <cl@openoffice.org>  [0a783c1a041e2b74b7bf238d11ee2c303f6708f4]

        #100190# don't allow more then one paragraph on title text objects

2002-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a2c1e192e9f56576906561a0a93cdcd9ab17d1b0]

        #100000# fixed unintended recursive find from root

2002-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [809a79b44217b3e0085cd43f8f515d07eb82ab9e]

        ziplangdirs moved to tg_zip.mk

2002-06-25  Oliver Bolte  <obo@openoffice.org>  [e6e79039c1d1aba9d51b47157b25e01cee129111]

        #100000# to unx fileformat

2002-06-25  Kai Sommerfeld  <kso@openoffice.org>  [146ffeae3a4f39f1ef26b59cbccbe926685b3aa5]

        Replaced filter file by exports file.

2002-06-25  Vladimir Glazounov  <vg@openoffice.org>  [32014f73cda137e69c91da758df80f763d48b275]

        new version for SRC660

2002-06-25  Thorsten Behrens  <thb@openoffice.org>  [73b0b6c119be2df2bc58cb4e96b2c6b419c8511b]

        #100593# Added ENABLED state, corrected ROLE

2002-06-25  Sven Jacobi  <sj@openoffice.org>  [7042d5f526eb663303d5ca52d8b249876a3dbcc2]

        #100477# added missing formular calculation methods (same as in vml)

2002-06-25  Oliver Bolte  <obo@openoffice.org>  [2321466f9f070ed49b57be609d5bc53b83cfda8b]

        #100000# stdio.h added

2002-06-25  Michael Brauer  <mib@openoffice.org>  [9be3c1d82a07ab314c87ecbb8ff807a7353acea4]

        #99397#: HTML page desc now gets it's site from the printer instead using A4

2002-06-25  Caolán McNamara  <cmc@openoffice.org>  [c04e75692b16da3227931c90390b8398ba72e04d]

        #100044# move get inlines to single used location, uninline infrequently called inlines

2002-06-25  Christian Lippka  <cl@openoffice.org>  [4c2adc05395e82c5e5ec7e40ab433ee910814e9e]

        #99667# removed old flat xml code

2002-06-25  Oliver Specht  <os@openoffice.org>  [e14ce665eca66ca5bb443c29e081e839fe544c59]

        #99892# switching off file links corrected

2002-06-25  Andreas Martens  <ama@openoffice.org>  [55d273385ea90844224cfb5103feed8ab6f57674]

        Fix #100658#: No high contrast during printing

2002-06-25  Caolán McNamara  <cmc@openoffice.org>  [98222f56e04469391c77cc04b5bb05c54fe2b6d3]

        #93737# Graphic spacing in headers

2002-06-25  Thomas Lange  <tl@openoffice.org>  [b223740e99c1f9034a59eff26abb64ec8bad2ac1]

        #98228# property 'VertOrient' moved from TextTableRow to CellProperties

2002-06-25  Caolán McNamara  <cmc@openoffice.org>  [9d46ab8de3c4e3deaa8eb10ddea38ea326aef6b0]

        #100002# Move flyframe collection after show redlines turned on

2002-06-25  Kai Sommerfeld  <kso@openoffice.org>  [4b48b51e7e8925ded999e129329fa2ca832429eb]

        #100282# - Changed/Added owner/description of several entries.

2002-06-25  Kai Sommerfeld  <kso@openoffice.org>  [5f2197a00dfe6a060c88a4af243ce5e1b24c53dd]

        #100282# - Changed owner of /component-schema(Common)/component()/group(Path)/group(Current)/prop(Storage) from MHU to KSO.

2002-06-25  Stephan Bergmann  <sb@openoffice.org>  [ad7108b31a2a7a0c2bb58d5c7aba0f69b387ab3c]

        #100464# Fixed valueOfInt32/64 for smallest negative value.

2002-06-25  Thomas Lange  <tl@openoffice.org>  [668f59a709660505e58b907ae77fc7ce9a293e37]

        #98228# (for current version) property 'VertOrient' moved from SwXTextTableRow to SwXCell

2002-06-25  Malte Timmermann  <mt@openoffice.org>  [eefc73944c39269da552a8678f36885e4cd1a5da]

        #100282# Changed owner from help item to ABI

2002-06-25  Juergen Schmidt  <jsc@openoffice.org>  [f9bc711ac82301b0315ee65c6cc83320b07f12b2]

        #100439# modify code generation for hyper

2002-06-25  Oliver Specht  <os@openoffice.org>  [bd710d05b0c68b197a9aec211dc04c8e7fd58959]

        #99819# DataChanged corrected

2002-06-25  Hennes Rohling  <hro@openoffice.org>  [530be2d537f0b02e8ac4996d47cc8d4d569951a3]

        #93237 Always bring assertions to front

2002-06-25  Jörg Budischewski  <jbu@openoffice.org>  [64dac91688d6512ed2bcb3e02cc8a0f3376a4d8c]

        #99601# performance optimizations

2002-06-25  Ocke Janssen  <oj@openoffice.org>  [4c6e9514a58124d08d85dc2dd91b571e2f0559de]

        new service for ConnectionProperties implemented

2002-06-24  Kurt Zenker  <kz@openoffice.org>  [d753a3bc28d0a1a68dea87a296b707aaf8278bba]

        last correct version

2002-06-24  Kurt Zenker  <kz@openoffice.org>  [d93ff0f567ceeb5fbe1c975b0df2c0588564e253]

        new version for SRX643

2002-06-24  Kurt Zenker  <kz@openoffice.org>  [517842930a0683791c9dc2ba142205863ef33faf]

        new version for SRX643

2002-06-24  Kurt Zenker  <kz@openoffice.org>  [85d0ba797a4fef23ef375217d9971b021a3922e3]

        new version for SRX643

2002-06-24  Kurt Zenker  <kz@openoffice.org>  [cd4ded34f456a75bad5b7e085bd96635b38b7760]

        new version for SRX643

2002-06-24  Rüdiger Timm  <rt@openoffice.org>  [42ca905cff0009355a48ce74275ea1eadf292271]

        new version for SRX643

2002-06-24  Niklas Nebel  <nn@openoffice.org>  [2ea2b4cf64be0edfed0fbf5943fb22fa28e67afa]

        #100639# AdjustPrintZoom: dont divide by zero if columns/rows are hidden

2002-06-24  Caolán McNamara  <cmc@openoffice.org>  [d63ed1f3d97aa0226dad1e7f32eeb27d305c0eaf]

        #100341# Spell language names consistently in english

2002-06-24  Kurt Zenker  <kz@openoffice.org>  [75af5d633c4bb36a33ad03831a4f5399eaa4ee3a]

        new version for SRX643

2002-06-24  Hennes Rohling  <hro@openoffice.org>  [cb9f23192ce11918c0eb1d914fdd4d5e34508829]

        #98191 Added Unicode wrapped pipe emulation code

2002-06-24  Daniel Vogelheim  <dvo@openoffice.org>  [e7c0e42abc5665f17a3a14f37e9e9009b6e9ff97]

        #100002# prevent graphics from being re-anchored into redline          (This may cause funny re-anchoring in other situations,           but the crash should be gone, and it should not be worse           than it was before.)

2002-06-24  Daniel Vogelheim  <dvo@openoffice.org>  [407842fe3e75dcacd3cd23c7759426e2a23a3a02]

        #100002# prevent graphics from being re-anchored into redline          (This may cause funny re-anchoring in other situations,           but the crash should be gone, and it should not be worse           than it was before.)

2002-06-24  Christof Pintaske  <cp@openoffice.org>  [1ee442bc47a06644483afc7330f360c33058eba5]

        #100629# use the deactive color, like we did it in salframe

2002-06-24  Niklas Nebel  <nn@openoffice.org>  [db0797010094bbaad6d7e4ebe240c2b540e538ef]

        #99139# correctly save CELLTYPE_SYMBOLS, correct old string cells after loading

2002-06-24  Jörg Budischewski  <jbu@openoffice.org>  [f25fa80836284f8db2ea2a02da3137f976e39f1f]

        #99601# multiple tempfiles now work under unix, problem with temporary file name creation fixed

2002-06-24  Andreas Bille  <abi@openoffice.org>  [3823cbc49a23b0e31639af606b74c970a92d1003]

        Added support for memorybased inputstream. To do: Change to file-based inputstream in dependence on some critical buffersize.

2002-06-24  Oliver Bolte  <obo@openoffice.org>  [f706c1ec3980202c7f88ac63b4bb2f8cddfbf479]

        SRC660

2002-06-24  Oliver Specht  <os@openoffice.org>  [c5b32a1087b7c885634e7ce66da113500f03f37f]

        #99083# default creation of shapes corrected

2002-06-24  Oliver Specht  <os@openoffice.org>  [89238ca0b13c6651319bdd74d46542460e8a37c7]

        #99863# case in include corrected

2002-06-24  Thomas Lange  <tl@openoffice.org>  [197bc0fbf468a2686b31c156df25f09189de958e]

        #100393# missing header-file version commited

2002-06-24  Oliver Braun  <obr@openoffice.org>  [cc5eaed3124acd9797839185075e56136075e1ba]

        cleanup (authorized by ause)

2002-06-24  Sascha Ballach  <sab@openoffice.org>  [c59f9a9e4fc46ea571f3244b979c21e4ca2bf747]

        #100613#; notify the accessible object of the Editline if the EditEngine is started or stopped, also if it is created to use it with a dialog

2002-06-24  Kai Ahrens  <ka@openoffice.org>  [6b54d4e05d4f05cb6fe784fd5de369f35c5b03d2]

        #100000#: syntax

2002-06-24  Michael Brauer  <mib@openoffice.org>  [cc6b58f857df2699e1789f32977dbf18d6ec404b]

        #99667#: Removed historic, non working flat 5.2 XML filter

2002-06-24  Thomas Lange  <tl@openoffice.org>  [02e150bc56bf5b264821090aa81a4c8048aeb196]

        #99877# new service DocumentIndexMarkAsian

2002-06-24  Thomas Lange  <tl@openoffice.org>  [28efc10b3645ca7535a45b4d5be032376482773f]

        #99877# (for current version) properties for new service DocumentIndexMarkAsian added

2002-06-24  Michael Brauer  <mib@openoffice.org>  [7b9871a3d44c287a4dc88fc6040592d599458b21]

        #99667#: Removed historic, non working flat 5.2 XML filter

2002-06-24  Ocke Janssen  <oj@openoffice.org>  [e5aef8f74bfa29dab569924a9e638a5e8e6765d9]

        #100056# call getValue to get correct date value

2002-06-24  Thomas Lange  <tl@openoffice.org>  [e2365c03d3a85c8dd9cf6e72463c2001afb48f6d]

        #99877# (for current version) properties for new service DocumentIndexMarkAsian added

2002-06-24  Thomas Lange  <tl@openoffice.org>  [bac86d9bb2ff5427886acddb96801252d5e66b05]

        #99877# properties for new service DocumentIndexMarkAsian added

2002-06-24  Peter Burow  <pb@openoffice.org>  [1c7556bc5eee8b4651353cfa1eab114431d13b2d]

        fix: #100575# contextmenu for hierarchical view fix: #99200# scroll to selected entry

2002-06-24  Caolán McNamara  <cmc@openoffice.org>  [a976f9bd007885ba4d7f905ce02553e6dd293650]

        #100488# Programmer assume that FKP last forever, FKP does not last forever

2002-06-24  Andreas Martens  <ama@openoffice.org>  [1e8ecab562b3bfb6b968e346fd09fbae9f4a08ee]

        Fix #98281#: Text direction

2002-06-24  Andreas Schlüns  <as@openoffice.org>  [80b715fa00316c2e67b4dc38af5ca1e142f9dcfc]

        #91939# top level fix

2002-06-24  Oliver Specht  <os@openoffice.org>  [0b1c080fe30db03c7d3f41ca708e30eecfc436ad]

        #100169# frame direction hoizontal right to left enabled

2002-06-24  Andreas Martens  <ama@openoffice.org>  [27c20f3b2270b678ba1528257a19fd50747e29c9]

        Fix #98281#: Text direction at sections

2002-06-24  Andreas Martens  <ama@openoffice.org>  [f6ee7d943360d305d12b3cdf820563025f54fe4d]

        Fix #98281#: Text direction at tables

2002-06-24  Andreas Martens  <ama@openoffice.org>  [229083aa95e64190265a6da6843f0d5ffe8a6831]

        Fix #98281#: Text direction at paragraphs

2002-06-24  Oliver Specht  <os@openoffice.org>  [48c67c176c31fc32fe6bc69833f5242636007923]

        #99515# apply CTL default fonts while creating a new document

2002-06-24  Oliver Specht  <os@openoffice.org>  [b3f0532d3aaf75123807e3808ef888dd68f3aaed]

        #99156# filter doesn't switch on browse mode anymore

2002-06-24  Oliver Specht  <os@openoffice.org>  [a4ba56c091812f41f45d1d80579a1b95c523340c]

        #99156# filter doesn't switch on browse mode anymore

2002-06-24  Stephan Bergmann  <sb@openoffice.org>  [8582424fe60e1abf306d19f232e9b69d05a62026]

        #100440#

2002-06-24  Stephan Bergmann  <sb@openoffice.org>  [41229ce095130213698608beedf0c5b089948cd1]

        #100440#

2002-06-24  Peter Burow  <pb@openoffice.org>  [b6441df9b4c20bff7eea4dc2888133823b24391a]

        fix: #100224# new: base class SfxModeLessDialog

2002-06-24  Ocke Janssen  <oj@openoffice.org>  [302f61c47ee06ecd59fa19ce2e81b5de9b64b2ac]

        #99301# enable window resizing

2002-06-24  Ocke Janssen  <oj@openoffice.org>  [57a567c250247574c5f77429a89c51cb1f3cecd5]

        #99301# enable window resizing

2002-06-21  Caolán McNamara  <cmc@openoffice.org>  [ea7a3c5e9bcd9cc830c43e468e55c8d4053a26cb]

        #99697# Adjust for frames, not for tables

2002-06-21  Eike Rathke  <er@openoffice.org>  [101ed2a68aeecf9afad75bb93522d4cafa6dc8c7]

        #99859# add: drafts i18n

2002-06-21  Eike Rathke  <er@openoffice.org>  [6c7373c14f809ae6bd16fd5a9246dbe3c0c29c04]

        #99859# add: drafts i18n

2002-06-21  Caolán McNamara  <cmc@openoffice.org>  [3d40c137c2310220ff142c23ddbb43f9c6688a70]

        #100476# fixes for boxes in groups where the group must be scaled to fit the original word size

2002-06-21  Kai Sommerfeld  <kso@openoffice.org>  [7cd602761a05728354480357f918b6751fde7604]

        #92581# - URL not cleared on ContentAction::DELETED, content recreated           on demand from URL.

2002-06-21  Thorsten Behrens  <thb@openoffice.org>  [90666492f1a55a60c997bdef8daaa710511e35cc]

        #100516#

2002-06-21  Oliver Specht  <os@openoffice.org>  [5aafba09ade2716d84463fdc7857905d3e2d686e]

        #97117# fixed texts containing author resized

2002-06-21  Oliver Specht  <os@openoffice.org>  [21f14f3d2e23e6cde64cd50fc8299374a0d50a02]

        #99863# text encoded filter of writer: Option dialog called via service

2002-06-21  Herbert Duerr  <hdu@openoffice.org>  [1dbdbb043353de73aef30b1010d2987f5483b617]

        #100392# make SimpleWinLayouts StretchedText compatible with UNX layouts

2002-06-21  Sven Jacobi  <sj@openoffice.org>  [e47b0301d5dd4181ee582b97a7cca1b17cebb3da]

        #100428# it is now possible to provide a FilterData property sequence to the GraphicFilter

2002-06-21  Sven Jacobi  <sj@openoffice.org>  [adb44d05eb6d9dc2c165a5758c2ee5e6b99927d4]

        #100428# it is now possible to provide a FilterData property sequence to the GraphicFilter

2002-06-21  Oliver Specht  <os@openoffice.org>  [dd4689a8f903231323d4cd4080dec4513532f912]

        #99863# text encoded filter of writer: Option dialog called via service

2002-06-21  Kai Ahrens  <ka@openoffice.org>  [255ad11ffee4065427e3a90e2e8db46cddcfc3f1]

        #100578#: add shadow to paper

2002-06-21  Ocke Janssen  <oj@openoffice.org>  [93d5a2dc0ca2f18edaeefe99fda6ce4191024778]

        #99812# new helper method used to know if accessible object was already created

2002-06-21  Andreas Martens  <ama@openoffice.org>  [c5c3460adb48c86267a706ccef56e2b15ec449a6]

        Fix #98281#: Bidirectional

2002-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e363e4b66101dbf734e805723688600058196643]

        fixed collecting language dirs

2002-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b36063a10b874be94f78407be63b1ce711fc3a39]

        wrap some remaining tools

2002-06-21  Stephan Schäfer  <ssa@openoffice.org>  [c01da9296ab39ccdc32f6b5bf44933925701fb8c]

        #100339# do not skip border windows that are frames in GetAccessibleParentWindow

2002-06-21  Kai Sommerfeld  <kso@openoffice.org>  [fb97cb57d62466692dd65d7dfcba609af63c9c99]

        #99976# - Improved documentation for method "abort".

2002-06-21  Herbert Duerr  <hdu@openoffice.org>  [f17cd455cd32238a6bb89d6b9d5c9bfab5483758]

        #100194# prevent BiDi work in lower layers if possible

2002-06-21  Herbert Duerr  <hdu@openoffice.org>  [b3fa52fb160f8db540628cd0e89aff323b0faa7f]

        #100194# fix BiDi behaviour of SimpleWinLayout

2002-06-21  Kai Ahrens  <ka@openoffice.org>  [4f9863c07c5dd703169061832375b6d4d2160a1b]

        #100573#: HC compliance

2002-06-21  Kai Ahrens  <ka@openoffice.org>  [a52ae963c8b20cbe61790fa42681ec7175900d7d]

        #100370#: make Gallery HC compliant

2002-06-21  Andre Fischer  <af@openoffice.org>  [a4a9e83b9899baf14592e8f5fa4969eaa43d4ca0]

        Adaption to changes in SimpleOffice.

2002-06-21  Andre Fischer  <af@openoffice.org>  [1b5a1d5393c079cb0f33b3f7f41656b8e0fa02f0]

        Fixed createHandler method to cope with root objects.

2002-06-21  Andre Fischer  <af@openoffice.org>  [3de9a572e68db83f5b039b09d09eaa71488884da]

        Changed semantic of getAccessibleRoot method. Added getAccessibleObject method.

2002-06-21  Andre Fischer  <af@openoffice.org>  [a54ab690bba6fbb43b7663bd9bf2292674156dce]

        Printing stack trace of caught exceptions. Adding role name to unnamed accessible objects.

2002-06-21  Andre Fischer  <af@openoffice.org>  [1f9282b7f8c5bc8df5ab7367eaaf9f2bfaf7eaaf]

        Printing stack trace of caught exceptions.

2002-06-21  Vladimir Glazounov  <vg@openoffice.org>  [52aedd839cae65d0da3b4843577a986b469b136b]

        SRX642

2002-06-21  Thomas Benisch  <tbe@openoffice.org>  [d093d67f9bbe9fe5f35c9494b2d31a64240b674d]

        #100253# implemented getAccessibleRelationSet()

2002-06-21  Andreas Martens  <ama@openoffice.org>  [b3812540c9ac922bb599d5a98df60657bd734d73]

        Fix #99380#: Don't paste without design mode

2002-06-21  Mikhail Voitenko  <mav@openoffice.org>  [ef0b4aef9fae9e93738395df58720f3553e6b210]

        #97752# check MacroExecutionMode in MediaDescriptor

2002-06-21  Mikhail Voitenko  <mav@openoffice.org>  [95f0b90aab6481d9be0240da5d2804c4d5232f43]

        #97752# check MacroExecutionMode in MediaDescriptor

2002-06-21  Thomas Benisch  <tbe@openoffice.org>  [efdac2a2aec5f0bedf7d31efe23cc9fc88845a7d]

        #100253# implemented getAccessibleRelationSet()

2002-06-21  Mikhail Voitenko  <mav@openoffice.org>  [2766163001e17f5bb7b18a253f00189a0d757538]

        #97752# add MacroExecutionMode to MediaDescriptor

2002-06-21  Ocke Janssen  <oj@openoffice.org>  [ce46a03a9df5a6817d5b0fdc9565329a0c7a27a9]

        #99812# correct event notifications to make the browsebox accessible

2002-06-21  Mikhail Voitenko  <mav@openoffice.org>  [4b5cfdd5f086a2a8249aeeb71992dfc3bcb3ca83]

        #97752# add MacroExecutionMode to MediaDescriptor

2002-06-21  Mikhail Voitenko  <mav@openoffice.org>  [993eb1ea487253bd0108cd54d3c8d4ce827ac3d5]

        #97752# add MacroExecutionMode to MediaDescriptor

2002-06-21  Christian Lippka  <cl@openoffice.org>  [cf84bacb9930878b8653c26ed669deef9db54b68]

        #100428# fixed meta file offset

2002-06-21  Oliver Specht  <os@openoffice.org>  [25416fa262a64c6d3bad11f62be3900da2d76fed]

        #100311# apply draw grid color

2002-06-21  Ocke Janssen  <oj@openoffice.org>  [f022d8b20ec36a5845049b1a89449e381fa54526]

        #100271# #99994# drag source and deletion corrected

2002-06-21  Peter Burow  <pb@openoffice.org>  [b404f6b37e2dbd08051bc8fb6e10ed5fd179532f]

        fix: #99112# QuickHelpText for IconChoiceControl

2002-06-21  Peter Burow  <pb@openoffice.org>  [fca496e3ec9eeb0c16273241070602cd60b9a7a9]

        fix: #99112# new return type of AddTabPage(): SvxIconChoiceCtrlEntry* instead of void

2002-06-21  Ocke Janssen  <oj@openoffice.org>  [2ec8c8618c0c4c80aa0efafca50805401b1b76e7]

        #100271# new parameter included

2002-06-21  Ocke Janssen  <oj@openoffice.org>  [3d6a8ebb6d255490f7406bc2facaced5d9381323]

        #99830# wrong type for bitmap corrected

2002-06-21  Ocke Janssen  <oj@openoffice.org>  [8f44dee3482174ac0a5ca793329980e9a14fd067]

        #100281# this bug is the same as 97743

2002-06-21  Peter Burow  <pb@openoffice.org>  [34277e5d4fe07d1d6cb2320954af8502ba5950b1]

        fix: #99112# QuickHelpText for IconChoiceControl

2002-06-21  Peter Burow  <pb@openoffice.org>  [b7fa65bbedf0dcf4a7b70ea6bcb0552b7cd5f045]

        fix: #99112# QuickHelpText for every entry

2002-06-21  Peter Burow  <pb@openoffice.org>  [fec521566b096ca0bd82068fb008b7b3ac1f6dce]

        fix: #99112# QuickHelpText for every entry

2002-06-21  Ocke Janssen  <oj@openoffice.org>  [bb42aaa20e3c96835d21c2924c7e02e3e8e755d7]

        #89609# change window title to be equal with bubble help text of the toolbox item

2002-06-21  Ocke Janssen  <oj@openoffice.org>  [ad2b219bb0f399fded94aac4a05a72893091e405]

        #99652# move select toolbox item to left side

2002-06-21  Ocke Janssen  <oj@openoffice.org>  [f12e25adf7731cf2b6bef7fe0a4417fde88243bf]

        #100258# set window flag for treelistbox

2002-06-21  Peter Burow  <pb@openoffice.org>  [56d4a1b1f20dfc24e9d6fd77e773c0b7ff81eb32]

        fix: #100390# HC support and live update

2002-06-20  Kurt Zenker  <kz@openoffice.org>  [0e656b0905de5a5cea5c9ec15fc82a761d5b3d51]

        new version for SRX643

2002-06-20  Kurt Zenker  <kz@openoffice.org>  [66b9ff9df069023824f5c779de473bb262ce55da]

        new version for SRX643

2002-06-20  Rüdiger Timm  <rt@openoffice.org>  [4cdfc9abd5805411ea28de5159bcedf945889201]

        new version for SRX643

2002-06-20  Kurt Zenker  <kz@openoffice.org>  [52309c1ee1749bd415423ea5622fa725ef14b2b9]

        new version for SRX643

2002-06-20  Kurt Zenker  <kz@openoffice.org>  [59b690c8014d898cd6620438e2dde78d6e7379c7]

        new version for SRX643

2002-06-20  Kurt Zenker  <kz@openoffice.org>  [d1829d631d9643e8438dd134acfb85f199e06306]

        new version for SRX643

2002-06-20  Kurt Zenker  <kz@openoffice.org>  [a0fdb559bd9f2c7b29d80d472c5f30bd430cd3de]

        new version for SRX643

2002-06-20  Kurt Zenker  <kz@openoffice.org>  [d3adc79c550a18ac4663dabf92de8f3cfb15046d]

        new version for SRX643

2002-06-20  Herbert Duerr  <hdu@openoffice.org>  [b7301504e2051fa71a4242ed6162911516745c7e]

        #100194# clarify difference between visual and logical order   also for simple layouts avoid glyph output on printers
        
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        B
        A
        B
        #100194# clarify difference between visual and logical order

2002-06-20  Kurt Zenker  <kz@openoffice.org>  [d8af317ce6040d9f14026614456941c72f9c2b00]

        #100000# add. missing namespace

2002-06-20  Thorsten Behrens  <thb@openoffice.org>  [47d01d1d26600703d8011e28f0f82ce0754b8691]

        Enhanced documentation

2002-06-20  Thomas Benisch  <tbe@openoffice.org>  [2983ffc914d0f5837c508a44658f04baff2f6699]

        #100253# send VCLEVENT_EDIT_SELECTIONCHANGED in GetFocus()

2002-06-20  Bernd Eilers  <bei@openoffice.org>  [6170a4ffc3711ea8e87daf2be4eee03548f96f8f]

        added depened task

2002-06-20  Daniel Vogelheim  <dvo@openoffice.org>  [4a51c4f17a7c1beba98efe8c6cba19ca3cf83856]

        #98281# added CreatePropertyHandler method to allow import of table writing-mode property

2002-06-20  Oliver Specht  <os@openoffice.org>  [ae3ff12bdbc2b129fcb1e24fbc8f43085bdbbd58]

        #97112# WNT system dialogs file picker returns result in getDirectory() only, not in getDisplayDirectory()

2002-06-20  Andreas Bille  <abi@openoffice.org>  [77f7fbd6ebeab675be6bd1108d89fdbcacdb453b]

        Changed to oslThreadKey and partners

2002-06-20  Armin Weiss  <aw@openoffice.org>  [f41a382dbaba620c8c03829a255afe247b2b96af]

        #100570# For external filters ignore clipboard IDs

2002-06-20  Kai Ahrens  <ka@openoffice.org>  [f00514b6565d8f12a1a1d39423086e6ff8adc082]

        #100254#: don't enable copy menu item for sounds

2002-06-20  Sascha Ballach  <sab@openoffice.org>  [2bb3039c3bb7396c5cdd1fd5962266486816c9e0]

        #100515#; also check focus changed if selected shapes count is equal, because while traveling by keyboard over the shapes the shapes are not deselected before the new one is selected #100486#; make all points in LogicToPixel absolute like specified #100520#; refill the ShapeTreeInfo if the DrawView is created

2002-06-20  Vladimir Glazounov  <vg@openoffice.org>  [3eb64bd54656f6c9bf75dc45f6d24b7b7c7bc634]

        SRX642

2002-06-20  Frank Meies  <fme@openoffice.org>  [10ee0458c69bed73885f5c2043ef0567420b5464]

        #98281# Bidi - line numbering

2002-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [45ccc862547980b8acc086840920f3899df0959b]

        dump errors to stderr; added *Error* keyword

2002-06-20  Frank Meies  <fme@openoffice.org>  [8362ae2ac21d17fc0608c1edb512e2df6267654d]

        #98281# Bidi - line numbering

2002-06-20  Daniel Vogelheim  <dvo@openoffice.org>  [7b1403df80dd07b3ff1523787a9ac864b1c2405e]

        #98281# add WritingMode property for table, paragraph and section

2002-06-20  Frank Meies  <fme@openoffice.org>  [58c59a31ca2f5e2b8725be8db520d3e6b1994980]

        #98281# Bidi - line numbering

2002-06-20  Nils Fuhrmann  <nf@openoffice.org>  [155fc2db4598e7d97a590c39b1fe388f36fb1e7f]

        Merge SRX642: 20.06.02 - 13:48:57

2002-06-20  Oliver Specht  <os@openoffice.org>  [1df05ef510a2b88394f4affdfbeadfd8702f9c39]

        #100050# enable inserting of database fields if design mode is switched on

2002-06-20  Thomas Lange  <tl@openoffice.org>  [bbe59bd34bd2998d8344ce545a7b762da3743474]

        #100393# AccessibleName and AccessibleDescription of commands-window changed.

2002-06-20  Daniel Boelzle  <dbo@openoffice.org>  [30fe116702022a8a1a768a7bab81b238e8a43146]

        #100535# moved temlate class Array to namespace ::com::sun::star::uno

2002-06-20  Thomas Lange  <tl@openoffice.org>  [48780f66c557576bd504c7710a6c285856f94000]

        #100393# AccessibleName and AccessibleDescription of commands-window changed.

2002-06-20  Frank Meies  <fme@openoffice.org>  [46dbdf2e89906726a402fa9b2c4f99b8abfd87a9]

        #98281# Bidi - New function that checks if language is Arabic

2002-06-20  Andreas Martens  <ama@openoffice.org>  [b9e584794ea75ce061ca3003202370c9cfe06261]

        Fix #100507#: Borders/shadows in high contrast

2002-06-20  Oliver Specht  <os@openoffice.org>  [c7365ff7da66c5d25fd1fea73bab26794d39da71]

        #100357# KEY_RETURN handling corrected

2002-06-20  Frank Meies  <fme@openoffice.org>  [47198579f52eea35d669b5c941966905619a4c1d]

        #100497# Use window text color if font color is set to auto color

2002-06-20  Kai Ahrens  <ka@openoffice.org>  [1ba6855ba746e978b28417e63618c82f73ff1400]

        #98963#: set helpids

2002-06-20  Kai Ahrens  <ka@openoffice.org>  [8126280b1f9387566ba04b5a7d4ade6d8594cf10]

        #100248#: show popup menu's at the correct position

2002-06-20  Andre Fischer  <af@openoffice.org>  [106a90d57f8d13161f00e123bea120d9a4af63af]

        #100516# Added component descriptions of accessibility objects.

2002-06-20  Frank Meies  <fme@openoffice.org>  [8c509efd1a3bc1a25ebaac098f57adf43442729e]

        #98281# Bidi - New function that checks if language is Arabic

2002-06-20  Armin Weiss  <aw@openoffice.org>  [7dc74b823818ea0b0658c303df9f313905db3647]

        #100545# ++pGlobalClassNames may exceed aGlobalClassNames.end()

2002-06-20  Oliver Specht  <os@openoffice.org>  [30fbddfddb87bad6fdd214c4b1a45ee4b02a02e3]

        #100501# regard readoly flag in SwViewOption

2002-06-20  Stephan Bergmann  <sb@openoffice.org>  [491eba5217db25100fe2161bd7cc79aeefaff841]

        #98579# Call removeDragGestureListener in destructor.

2002-06-20  Andre Fischer  <af@openoffice.org>  [7477a56de2eef9fb60f9c11a46a25b22241722d3]

        #100516# Initial revision.

2002-06-20  Oliver Specht  <os@openoffice.org>  [ffe9e35033c3417be9704f47c101f6342cb00c80]

        #100501# regard readoly flag in SwViewOption

2002-06-20  Oliver Specht  <os@openoffice.org>  [7fbcafb4cd40f34da95b6f021c3bed081fa496f0]

        #100501# regard readoly flag in SwViewOption

2002-06-20  Andre Fischer  <af@openoffice.org>  [3d63d46b799347c1df4d6266a4b6dbfa7b56e50f]

        #100516# Added component descriptions for accessible shapes.

2002-06-20  Frank Meies  <fme@openoffice.org>  [5842c3890828cdeda9a209315c9db0240b418f70]

        #98281# Bidi - Direct cursor in rtl environment

2002-06-20  Joachim Lingner  <jl@openoffice.org>  [445a4221b98c8ff39c990f3423699b2648a24381]

        *** empty log message ***

2002-06-20  Oliver Specht  <os@openoffice.org>  [ab087cc1bf6bb0ce0643d45ce23d18cd0e4cc1dc]

        #99887# regard size/position protection in move/resize of drawing objects, controls

2002-06-20  Tino Rachui  <tra@openoffice.org>  [1c6275d149e15ee99f12599ebbb3bae1311f7acc]

        #100535#removed #include <winbase.h> because its unnecessary, if GCC is defined including windows.h else including winsock2.h which includes windows.h automatically

2002-06-20  Sascha Ballach  <sab@openoffice.org>  [db66c61229802511977a218516f97104c3186d0b]

        #100521#; send braodcast to TextHelper and than delete EditViewForwarder

2002-06-20  Kai Ahrens  <ka@openoffice.org>  [f43f6e26c24804b9fcbaa397388029b1482db302]

        #95693#: added helpids's

2002-06-20  Andre Fischer  <af@openoffice.org>  [40c6909937c915cc6334eb52260aca4770272837]

        Initial revision.

2002-06-20  Tino Rachui  <tra@openoffice.org>  [50a8ebf4e606f44c44e5188e02543cfb1d2f8964]

        #100527#fixed bug in synthesizeUnicodeText, it was assumed that the string from clipboard was zero terminated which was wrong

2002-06-20  Kai Ahrens  <ka@openoffice.org>  [b71a973c7d369b0f7e38b5e3d7fa8df94a35ac90]

        #97391#: call ::OptionsChanged for Scale options

2002-06-20  Kai Ahrens  <ka@openoffice.org>  [b4d2d38d518af2df5b01a62f4be3c8ac4b758439]

        #99376#: added helpids's

2002-06-20  Mikhail Voitenko  <mav@openoffice.org>  [c8cda55576bea597d654fb1fcc7f14ff605be105]

        #99038# clear filter options if filter is changed

2002-06-20  Mathias Bauer  <mba@openoffice.org>  [e20b11e9ac34e56d3ec26ebf62334230889e7ef2]

        #99588#: force synchronous css donwload

2002-06-20  Karl Hong  <khong@openoffice.org>  [33044d840700720d268582181da9772d18611ceb]

        #100323#fixed a number comparison problem

2002-06-20  Carsten Driesner  <cd@openoffice.org>  [5775c2152704e12157973b2f91f9a3f50f5e21af]

        #95945# Support non sfx-based windows in window list

2002-06-20  Karl Hong  <khong@openoffice.org>  [e97e15baab831b683789f24f7196f8b763716bdb]

        #99859#first implementation for NativeNumberSupplier

2002-06-19  Mathias Bauer  <mba@openoffice.org>  [73899a93ac6471944c44cd66d8737397d3351c4d]

        #100274#: record LoadStyles

2002-06-19  Mathias Bauer  <mba@openoffice.org>  [1380e75f14a7481e7a136c12178340b57a76fb0d]

        #100121#: support for TabStops

2002-06-19  Mathias Bauer  <mba@openoffice.org>  [30787b1e310c4ed62859d18fde9827f19955525c]

        #100121#: support for DropCaps

2002-06-19  Mathias Bauer  <mba@openoffice.org>  [5e6f8a0de339358de3a8f58077ce39f3840d68a8]

        #100121#: support for TabStops

2002-06-19  Mathias Bauer  <mba@openoffice.org>  [a158aa781cb3e1d0906675ccc9caadc32f8d85b0]

        #100121#: use TypeConverter for simplification

2002-06-19  Mathias Bauer  <mba@openoffice.org>  [ee759c354f4fc0ced014636d87e9498321f8bcdf]

        #100121#: support for TabStops

2002-06-19  Mathias Bauer  <mba@openoffice.org>  [a7887176c765ad3ffe9712edb506762f4b24f483]

        #100496#: DocEventConfig does not have a Configmanager

2002-06-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [80bbd0af79f5c5003f14a6eaab33a0ec15619a68]

        dump error instead of crash

2002-06-19  Vladimir Glazounov  <vg@openoffice.org>  [a955bfc6a5c3595af90e3f62d70083b4a15c7849]

        SRX642

2002-06-19  Herbert Duerr  <hdu@openoffice.org>  [c74f343f4494aed40aefc4d347a079bc90499a30]

        #99619# fix text breaking when hyphenation is enabled

2002-06-19  Kai Sommerfeld  <kso@openoffice.org>  [fd764a97bae01d45fa7621f46446f6e57e7b4e8e]

        #91834# - Changes from last revision withdrwan.

2002-06-19  Andreas Martens  <ama@openoffice.org>  [f5fb5a31eda80d76372ea6a8bef2ae038c430c33]

        Fix #98281#: New text direction for sections, paragraphs, tables etc.

2002-06-19  Oliver Specht  <os@openoffice.org>  [99f6a46a272afd6a113f2e82eddb21afa8f21126]

        #100169# text direction added for sections

2002-06-19  Oliver Specht  <os@openoffice.org>  [af8ca7b47de5dbaefe9c969000c76efe7d4e9f27]

        #100169# text direction only visible if CTL is supported

2002-06-19  Oliver Specht  <os@openoffice.org>  [39514a8f0bd8fcd90d13133c59b8fa93371fcb89]

        #100169# text direction added for sections

2002-06-19  Andreas Schlüns  <as@openoffice.org>  [75dafc55e3b3298f905f73e5e84272087f463b34]

        #100490# don't disturb the asynchronous loading of html style sheets!

2002-06-19  Thomas Benisch  <tbe@openoffice.org>  [f4c734f599e561911751b825ecb2fa88a2b3c964]

        #100195# added VCLXWindow::GetAccessibleContext()

2002-06-19  Thomas Benisch  <tbe@openoffice.org>  [d3ebf9fe8e5ce78476f50a7d0d2a090e2eaeda68]

        #100195# VCLXMenuWindow now also handles the setting of a new menubar at the window

2002-06-19  Andreas Schlüns  <as@openoffice.org>  [ff3044303e641bb50945a25a6c0b104a0a89f5e1]

        #95213# fix it top level too

2002-06-19  Daniel Vogelheim  <dvo@openoffice.org>  [8517c99ea1cae33861c7c100afd7d100a7fe26ef]

        #98281# add style:writing-mode attribute to paragraph and section styles

2002-06-19  Daniel Vogelheim  <dvo@openoffice.org>  [a31dbd3d1d78c6bb479215eedd64417b8a7fd6fd]

        #98281# add style:writing-mode attribute to table styles

2002-06-19  Thomas Benisch  <tbe@openoffice.org>  [123bf09862436613c9d38f4f05f8cf9fddb2b6ef]

        #100195# send VCLEVENT_WINDOW_MENUBAR if a new menubar was set

2002-06-19  Daniel Vogelheim  <dvo@openoffice.org>  [1bb7089db4369bed1159b4a1c8e9efdb696625e2]

        #98281# add WritingMode property for table, paragraph and section

2002-06-19  Kai Sommerfeld  <kso@openoffice.org>  [42fa9cf8cef81b34f323a715675f8dda57787ba2]

        #99287# - PackageContent now supports interface css::lang::XInitialization.

2002-06-19  Oliver Specht  <os@openoffice.org>  [a940ffea94db7c71d462d28c6f9c475c1e4a0951]

        #98281# SvxFrameDirectionItem defaulted to FRMDIR_ENVIRONMENT

2002-06-19  Philipp Lohmann  <pl@openoffice.org>  [ea91b7ba0bec9f22a5bc4f828060c5085dd50afd]

        #90353# #i5181# use correct allocation

2002-06-19  Carsten Driesner  <cd@openoffice.org>  [4521a8d581a18e18502f493962abb105b347ff5c]

        #99996# Remove category entries from treelistbox if view is switched between module/application context

2002-06-19  Frank Meies  <fme@openoffice.org>  [5a3d19662752d7d4de8b3431efa2837c81a8f2b3]

        #98281# Bidi - Red arrows, line break and tab portions in rtl environment

2002-06-19  Thorsten Behrens  <thb@openoffice.org>  [90c9aa2b5c6f0e12ab4f612f14da137ebff60b6b]

        #100127# Added bezier render support for PolyLine, Polygon and PolyPolygon on OutputDevice and SalGraphics

2002-06-19  Stephan Schäfer  <ssa@openoffice.org>  [11c0431dacf124c650bcb9fb924c591859439114]

        #90353# use rtl memory allocation

2002-06-19  Thorsten Behrens  <thb@openoffice.org>  [379c2418ff83a43eef83622d046f80056bb2d421]

        #90353# Corrected destruction of heap arrays

2002-06-19  Philipp Lohmann  <pl@openoffice.org>  [7cf9bc8320b301143590f7ee7e72471f20e6e794]

        #90353# #i5181# use correct allocation

2002-06-19  Sven Jacobi  <sj@openoffice.org>  [84bfd9e15ebea12d505cbca2941d7bf53131872d]

        #100491# now supporting the ppt 97 dualstorage format

2002-06-19  Thomas Lange  <tl@openoffice.org>  [754852f3a8ce9628ea50547c62f4a6d1a4be7fa3]

        #98443# crash when accessing FootnoteHeight PageStyles fixed

2002-06-19  Oliver Specht  <os@openoffice.org>  [a4273cc380ac53e62e58b30e65207419bcfb5ea7]

        #100169# text direction added, page redesigned

2002-06-19  Oliver Specht  <os@openoffice.org>  [2c3b55e4ebb5aaa2560d556aca468e702e84a10d]

        #100169# text direction added, page redesigned

2002-06-19  Philipp Lohmann  <pl@openoffice.org>  [c1376ab31c953f6aad2fb0409aef120c04100641]

        #90353# #i5181# use correct allocation

2002-06-19  Aidan Butler  <aidan@openoffice.org>  [aeb45af720d3c1ab59b168ecd00b240378c0d980]

        Modified encoding to be UTF-8

2002-06-19  Joachim Lingner  <jl@openoffice.org>  [bf74f2f14ea2e09dd270f4f00b191c37e5850ecc]

        *** empty log message ***

2002-06-19  Thomas Lange  <tl@openoffice.org>  [b43ca34f09bca256078ed0142c473565122d50ff]

        #99345# new CTL locales Hindi, Kannada, Telugu, Tamil and Gujarati added to GetScriptTypeOfLanguage

2002-06-19  Philipp Lohmann  <pl@openoffice.org>  [72a820798e4400ba8b44e060fffbcfc82b69ef40]

        #i3763# change search for system commands to positive check

2002-06-19  Kurt Zenker  <kz@openoffice.org>  [af8dd688594d702cd6b7db91dd9c74f649d70f1a]

        SRX642

2002-06-19  Vladimir Glazounov  <vg@openoffice.org>  [5fb14359866e4699303c284514213c4d76d09488]

        SRX642

2002-06-19  Andre Fischer  <af@openoffice.org>  [50eef509b25f5f0f1a597d9e56d92b357b8a547a]

        Initial revision

2002-06-19  Frank Meies  <fme@openoffice.org>  [ce057f404b7b39df4a9259eecd90e28cf9a75fbd]

        #100366# Draw frame instead of grey background for field shadings if background is dark

2002-06-19  Peter Burow  <pb@openoffice.org>  [db611a3ba3f7ec9c1eef5ef492835919daf7ae04]

        fix: #100391# SetTabs() safe against GPF

2002-06-19  Peter Burow  <pb@openoffice.org>  [176c6e81f2f70b0fa799a1cd7f0cbc2b510293ff]

        fix: #100391# new SetCheckButtonData()

2002-06-19  Michael Hönnig  <mi@openoffice.org>  [a9e0aea997a672ef8f2e71e3a6ae73b4998bff11]

        some documentation from Aidan Butler

2002-06-18  Karl Hong  <khong@openoffice.org>  [b0173b2e4c1ce13cd8b2a8e44ad618d6625dce7a]

        #99877#First implementation for XExtendedIndexEntrySupplier

2002-06-18  Karl Hong  <khong@openoffice.org>  [abc65d5612cb2c525183e61e4c0e94a756093188]

        #99877#First implementation for XExtendedIndexEntrySupplier

2002-06-18  Juergen Schmidt  <jsc@openoffice.org>  [5aa27a9a6cde6bfe69b920de68120b4d518a0eb8]

        #100439# modify hyper support

2002-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6b2b7ff095849ae6947497c6de43a51a5e27f91c]

        put CCFNUMVER into compver.mk

2002-06-18  Joachim Lingner  <jl@openoffice.org>  [095c439703a861a65a17a34b59ce626a7491ac56]

        #100282# changed responsibiliy and descriptions

2002-06-18  Sven Jacobi  <sj@openoffice.org>  [c2adf960d7ffa5e4609aea4f59684d87618909d9]

        #100428# supporting FilterData Property

2002-06-18  Sascha Ballach  <sab@openoffice.org>  [3452ac8af0b01309938c8dafb37fd76a93b0aa5d]

        #100452#; write endtag of header rows also if some rows are repeated

2002-06-18  Thomas Lange  <tl@openoffice.org>  [6de359b1c7f8a5e11d2c46c91531a641214932c2]

        #99890# FIELD_PROP_PAR1 uses UI name for the UI instead of the programmatic name.

2002-06-18  Joachim Lingner  <jl@openoffice.org>  [7f6617dce0138001a8aa1838152238737414f464]

        #100282# updated java entry

2002-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3889f6432f11673ef6e7661a995a2851cef9c9b1]

        more wrapper

2002-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f10bece40ce02f9cb40b871b9d90936e811eb5b]

        more wrapper; SCPDEFS for win/tcsh

2002-06-18  Stephan Schäfer  <ssa@openoffice.org>  [9d5031da2576efe680ab850e800d0917650f35d6]

        #99947# send name change event always, not only for frames

2002-06-18  Niklas Nebel  <nn@openoffice.org>  [837b513a445908c26a7fc1ebdd91585b8c55cbad]

        #100398# use scroll bar size from settings

2002-06-18  Herbert Duerr  <hdu@openoffice.org>  [555bd71493b599fe3a4a7db1dd8fa522e417dcd1]

        #100416# Palatino Linotype is a much better fallback for Palatino

2002-06-18  Philipp Lohmann  <pl@openoffice.org>  [a51170f9d913a75ef436cbd3a4b01894d0fef2ab]

        #99692# #100296# clip XGetImage rectangle properly

2002-06-18  Herbert Duerr  <hdu@openoffice.org>  [17ba760a9c2df1bce896ec4bbc311bf411b07b0c]

        #100433# enable simple CTL clusters for X11 fonts in e.g. Thai

2002-06-18  Herbert Duerr  <hdu@openoffice.org>  [f44e477037cd7a057f9999e7cce286e1363e6e1b]

        #100433# build dependencies correctly

2002-06-18  Daniel Boelzle  <dbo@openoffice.org>  [c0b26cab3cb0994b6e531690e410930f2a1cc4c5]

        #100282# DBO: agreed responsibility to PB

2002-06-18  Frank Meies  <fme@openoffice.org>  [32377848609dd1c601b2faa7e78f542713ef4184]

        #98281# Bidi - switch left and right position for ruby portions in rtl environment

2002-06-18  ghiggins  <ghiggins@openoffice.org>  [da95e5793865735e826efe5169989c2dd8d5393c]

        #100189# Office Template changes

2002-06-18  Christian Lippka  <cl@openoffice.org>  [b946ac8d4938052109ac60fd9b5c257e45fe5d52]

        #100276# call URLLoseFocusHdl on apply

2002-06-18  Christian Lippka  <cl@openoffice.org>  [455ad28978f56780362d5279aaac7973c2d63c3e]

        #100256# return focus to parent dialog after delete and always after escape if none is marked

2002-06-18  Vladimir Glazounov  <vg@openoffice.org>  [9ac2382cc7f95ac43922aaeab68db7a3ea6b4bae]

        new version for SRX643

2002-06-18  Christian Lippka  <cl@openoffice.org>  [7782e215ae503577db757bed20267a8fbd93e619]

        #55912# fixed animation at path in clipboard

2002-06-18  Mikhail Voitenko  <mav@openoffice.org>  [b4e6e261db915f67c99f178a5c6d158331378307]

        #99809# compress ole objects also

2002-06-17  Kurt Zenker  <kz@openoffice.org>  [e743d5064bff29f433f9ca251cb714a4113df521]

        new version for SRX643

2002-06-17  Kurt Zenker  <kz@openoffice.org>  [ef23a0b682bfeb2d2499f634992c946122c34ba9]

        new version for SRX643

2002-06-17  Vladimir Glazounov  <vg@openoffice.org>  [7f0263f04386d69fc8f7a987d277848bd82e4247]

        new version for SRX643

2002-06-17  Kurt Zenker  <kz@openoffice.org>  [6c10dd616a484b55b8df5ab0188fbbeecc5217ca]

        new version for SRX643

2002-06-17  Kurt Zenker  <kz@openoffice.org>  [faa85706e0fc84ff9bf6f1cc2b7ffbdd6cb12d48]

        new version for SRX643

2002-06-17  Rüdiger Timm  <rt@openoffice.org>  [5c5de00e794568f4d4f483aae5f91eb8eb12a7ba]

        new version for SRX643

2002-06-17  Kurt Zenker  <kz@openoffice.org>  [ff3b30b0e322b1d96fa63588e303afbb3162d524]

        new version for SRX643

2002-06-17  Andre Fischer  <af@openoffice.org>  [d1557e7902fcc2cd809ec5f11ffeb65fed9213f8]

        #99875# Checking dying VCL window for identity with document window before unregistering as WindowChildEventListener.

2002-06-17  Kurt Zenker  <kz@openoffice.org>  [ac0fd8eaea36d50571278d056422f5a90081c04c]

        Merge SRX642: 17.06.02 - 18:32:42

2002-06-17  Rüdiger Timm  <rt@openoffice.org>  [94c09d719e34dc978966fc52926e8afa99e61ab0]

        #100000#

2002-06-17  Thorsten Behrens  <thb@openoffice.org>  [cb1b77b085a76f62ce5073a6e8807f19825cf381]

        #100402# Invalidate text forwarder on ENDEDIT

2002-06-17  Kurt Zenker  <kz@openoffice.org>  [b85b295f431e1ed0f8ca3dddfbb71efff206d387]

        new version for SRX643

2002-06-17  Mathias Bauer  <mba@openoffice.org>  [d98d3fbf6ebe88487c02bbf4e23caefffc1a074d]

        #100159#: new MIDs for DropCaps

2002-06-17  Christian Lippka  <cl@openoffice.org>  [7c66a8c87e99569cea2d03326c0c8077ab4d7c25]

        #55912# added animation at path for clipboard

2002-06-17  Andreas Martens  <ama@openoffice.org>  [6b2dd61008849d7011952b1a03aca6d302f6d7e9]

        Fix #98770#: The first use of the linguistic causes a reformat during formatting

2002-06-17  Cyrille Moureaux  <cyrillem@openoffice.org>  [9fb86e936cc43329fe5cce06ae1161da29399342]

        Added localbe.lib

2002-06-17  Cyrille Moureaux  <cyrillem@openoffice.org>  [cf2e7a6c7a5b605668058e65b10ff0c6f0a47285]

        Declared SingleBackendAdapter and LocalSingleBackend

2002-06-17  Cyrille Moureaux  <cyrillem@openoffice.org>  [f36ef7394d2da732e83191620b294dd7133684b1]

        Exported service

2002-06-17  Cyrille Moureaux  <cyrillem@openoffice.org>  [d8de0a1bc640783b62ead8617e041264318bfaec]

        Added creation of directories

2002-06-17  Cyrille Moureaux  <cyrillem@openoffice.org>  [fdfea67eaeaab20aaab8dd056352d07131249da5]

        Moved from ComponentContext to MultiServiceFactory

2002-06-17  Cyrille Moureaux  <cyrillem@openoffice.org>  [5fa92a38a89b6fa45da6ae4787169a49131231a5]

        Added methods for LocalSingleBackend and SingleBackendAdapter

2002-06-17  Christian Lippka  <cl@openoffice.org>  [0eb995158bd73ac48ffd791530e9be8d2fb4a877]

        #55912# fixed animation at path in clipboard

2002-06-17  Cyrille Moureaux  <cyrillem@openoffice.org>  [27e0b1fd90af48e8679354376245022418b1227f]

        Necessary stuff for export of the service

2002-06-17  Christian Lippka  <cl@openoffice.org>  [d465929e7dd2889c14037c507c6811f1bf616c92]

        #55912# fixed animation at path in clipboard

2002-06-17  Oliver Specht  <os@openoffice.org>  [bb0c2b0ae0d0513ad196b644f5541faa0dcaca11]

        #100169# all text flow types enabled, preview shows text flow

2002-06-17  Christian Lippka  <cl@openoffice.org>  [e4e673e3b709ac2a314bd56bc34425af16afb275]

        #55912# fixed animation at path

2002-06-17  Caolán McNamara  <cmc@openoffice.org>  [06ead42750a2c386543f5ae3558f2e7a542e4c1e]

        #99550# Shouldn't always set a new paragraph to no_numbering, should use its style defaults, and to make that work removing a styles numbering must be honoured correctly

2002-06-17  Christian Lippka  <cl@openoffice.org>  [9e7f0cfb015f93ad34c503f3ec3cdbbb78b6e930]

        #55912# fixed animation at path

2002-06-17  Stephan Schäfer  <ssa@openoffice.org>  [f55bf77d9b6869661449efbde61da1a9eb9fdb70]

        #100410# check GetWindow() return value

2002-06-17  Thomas Lange  <tl@openoffice.org>  [81e6cc33f71b91eac2e950e3b3218fa414268d81]

        #97660# SwXTextFieldMasters::hasByName return value fixed (returns false now instead of throwing incorrect exception)

2002-06-17  Oliver Specht  <os@openoffice.org>  [69b7b4aeb7db6405c8f5d2269d7c17283d70d7c5]

        #100169# Text direction ListBox inserted into table TabPage

2002-06-17  Rüdiger Timm  <rt@openoffice.org>  [16192bf2af10ca653b49f92ac00e68599b6d864f]

        #i5536# There is no GUI MACOSX. Max-X11 builds use GUI=UNX and identifier 'u', the (historic) identifier 'm' for Mac OS 9 had GUI MAC.

2002-06-17  Frank Meies  <fme@openoffice.org>  [91dda6b109be5c37d22ebca0cf5276a66d4b8a1b]

        #98281# Bidi - Left is left and right is right for adjustment and frame wrap

2002-06-17  Oliver Specht  <os@openoffice.org>  [e8b226db5335010e2423a532e622bb53661fa2f4]

        #100169# Text direction ListBox inserted into table TabPage

2002-06-17  Mathias Bauer  <mba@openoffice.org>  [2d6fbb550a360605b11928529aca95bab116db4c]

        #100317#: typo parameter name

2002-06-17  Oliver Specht  <os@openoffice.org>  [48b521bf7657eb36073ad529426bfb1ef5f1c16c]

        #100169# Text direction ListBox inserted into table TabPage

2002-06-17  Sascha Ballach  <sab@openoffice.org>  [54fcec5f3b052114ced114fcd7cc2cfff26a0ef8]

        #100287#; also recognize deselecting of a shape

2002-06-17  Oliver Specht  <os@openoffice.org>  [77883bd45ddf0319b055ba303da43eddeda4c67e]

        #100169# Text direction ListBox inserted into table TabPage

2002-06-17  Oliver Specht  <os@openoffice.org>  [77f38b700ff50a39ace21caaaedd45aed081b3f6]

        #98281# SvxFrameDirectionItem defaulted to FRMDIR_HORI_LEFT_TOP for all page styles

2002-06-17  Oliver Specht  <os@openoffice.org>  [d7b6d4b254a950b47e1d379c34d0e97f481d7a38]

        #98281# SvxFrameDirectionItem defaulted to FRMDIR_ENVIRONMENT

2002-06-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7f1b1dc0e41c1b182e9860b407fd88e5bdee90c4]

        win/tcsh

2002-06-17  Andreas Martens  <ama@openoffice.org>  [ff1000834f03df48c63db07d5a2b669dd816b583]

        Fix #99298#: Light blue as page preview selection border

2002-06-17  Caolán McNamara  <cmc@openoffice.org>  [34818723faba834b4e0d84558cd5623b08de5469]

        #100196# Cannot have annotations outside maintext in msword :-(

2002-06-17  Andre Fischer  <af@openoffice.org>  [bb3472499c7ef51fb2c696640d93656614ea2623]

        #100363# Removed meaningless texts returned by dummy implementations.

2002-06-17  Kurt Zenker  <kz@openoffice.org>  [864e600890bded358dd885f71ace6e65c4eef97a]

        Merge SRX642: 17.06.02 - 11:28:35

2002-06-17  Kurt Zenker  <kz@openoffice.org>  [9c28e0387314c52e04b117169b69fa7b4eeaaa94]

        Merge SRX642: 17.06.02 - 11:28:02

2002-06-17  Oliver Specht  <os@openoffice.org>  [510aa2f1c5402539fff8fa1cd93b31949303db52]

        #100308# Accessibility tool support configuration is read from VCL node

2002-06-17  Oliver Specht  <os@openoffice.org>  [6768bc2c5cda04dd0cb5ad1c2d3004c1c924981e]

        #100308# Accessibility tool support configuration is read from VCL node

2002-06-17  Jörg Barfurth  <jb@openoffice.org>  [8d99ffdfadf22b7d06ccadb6af307c66b7c3dbe2]

        #98489# Most tags don't get a namespace prefix

2002-06-17  Ocke Janssen  <oj@openoffice.org>  [91283cf8de25fa0d9fd6a1826e69d7309d5959ab]

        interface XDataSource was missing.

2002-06-16  Behrend Cornelius  <bc@openoffice.org>  [2f8b3980abe87bfafc80a6be9270d2ae0b76231c]

        #100145# Using template now improved

2002-06-14  Behrend Cornelius  <bc@openoffice.org>  [6ef3b6469b1225b88502994854634d6951d31af5]

        #100145# now no system.exit any more

2002-06-14  Caolán McNamara  <cmc@openoffice.org>  [21a0c3f06aba26def349dc373f6c212043ae47b1]

        #99440# Bad adjust

2002-06-14  Rüdiger Timm  <rt@openoffice.org>  [8490e59f0e48df53aaf2d3756230b67eb1c5bfa2]

        #100000#

2002-06-14  Kurt Zenker  <kz@openoffice.org>  [81d34febe0b9540059e5e7f53c148dfb72b86a55]

        new version for SRX642

2002-06-14  Frank Meies  <fme@openoffice.org>  [27a10bbaef05aaeb6b9a4a99cc2360135853ff5b]

        #98281# Bidi - Set correct layout mode during cursor travelling

2002-06-14  Eike Rathke  <er@openoffice.org>  [e24032bc8516e5ad1ed87a8a95d79025b28472dd]

        #100306# ScRawToken: don't confuse endian in binary loaded external and unknown token types

2002-06-14  Behrend Cornelius  <bc@openoffice.org>  [6ca187486fec5995d3abfafd8490fb2098688536]

        #100145# now also tables without groupnames work

2002-06-14  Daniel Boelzle  <dbo@openoffice.org>  [93b4b6cd27111cf634cf19501371541b174a7073]

        #100075# compiler optins

2002-06-14  Daniel Boelzle  <dbo@openoffice.org>  [37504ed33518cf7c5e52c026314990452c45434d]

        #100075# corereflection singleton

2002-06-14  Daniel Boelzle  <dbo@openoffice.org>  [8f0762f89160b4082da93c9e1b0ff99df15dd976]

        #100075# modifying loaders, using macro expander singleton; service manager review

2002-06-14  Malte Timmermann  <mt@openoffice.org>  [74f541804bb3e4b7b49a6365090df33c9e899164]

        #100356# corrected bound rects from menu items

2002-06-14  Daniel Boelzle  <dbo@openoffice.org>  [cec9e449acbec8a6ccc8acd7206a9b4ec441c063]

        #100075# introducing macro expander; modifying bootstrap; modifying shared lib loader function

2002-06-14  Daniel Boelzle  <dbo@openoffice.org>  [894cb67c277ca79200c9bac95e4c372a39cce211]

        #100075# using macro expander singleton handling macrofied urls

2002-06-14  Daniel Boelzle  <dbo@openoffice.org>  [c28dcca32eeaf1ae3451da315bc8d2237fbfd780]

        #100075# using macro expander singleton handling macrofied urls

2002-06-14  Daniel Boelzle  <dbo@openoffice.org>  [ae6d9541ba3927bcbf2ec0c2d21ef66806924b03]

        #100075# introduced util package

2002-06-14  Thorsten Behrens  <thb@openoffice.org>  [562760bffd78f0b37ed931e9955e8362bb36a912]

        #65293# Consistent method declaration to peace gcc

2002-06-14  Kurt Zenker  <kz@openoffice.org>  [cd423e0d1f60b14d3721daded6b36c7fed3c7726]

        new version for SRX642

2002-06-14  Daniel Boelzle  <dbo@openoffice.org>  [2ba4984490d8b4a96c9f369f97bca54baf6f36ea]

        #100075# util package

2002-06-14  Daniel Boelzle  <dbo@openoffice.org>  [51512bafd9bc1e9240bbf2e2496c4313474081a9]

        #100075# macro expander

2002-06-14  Oliver Specht  <os@openoffice.org>  [5936b19afe48684a43e3b9e50e47c3cd869a628c]

        #100169# show frame direction ListBox only if the attribute is supported and not in HTML-Mode

2002-06-14  Vladimir Glazounov  <vg@openoffice.org>  [f5d2e0ba13519933823b6151cbf756db891ea493]

        #100000# added file to exception section

2002-06-14  Kurt Zenker  <kz@openoffice.org>  [2a7cb1c7f2f75b1275da37b2b999dffc6f6b7c71]

        new version for SRX642

2002-06-14  Rüdiger Timm  <rt@openoffice.org>  [470b874c08fb86fb10c440621f49e634547b4710]

        #100000# avoid german umlauts

2002-06-14  Peter Burow  <pb@openoffice.org>  [049e223b00250bca05f853fd5ce926f2415ac519]

        fix: #100340# new event: VCLEVENT_TOOLBOX_HIGHLIGHTOFF

2002-06-14  Thorsten Behrens  <thb@openoffice.org>  [cc0c1ffde47ab94f61302691e3db4a680c70174c]

        #100299# Catch exceptions on internal methods

2002-06-14  Oliver Specht  <os@openoffice.org>  [7058fc5d392aeb010deef36f1f7d5d43a16f833d]

        #100334# FN_NUMBER_NEWSTART in SwTextShell corrected

2002-06-14  Kurt Zenker  <kz@openoffice.org>  [5419ab0b52fc46805b0a374c2a508f4829b085de]

        new version for SRX642

2002-06-14  Rüdiger Timm  <rt@openoffice.org>  [7150866fe189cedf8efc3c5bf3bb6b844e6d721b]

        new version for SRX642

2002-06-14  Michael Brauer  <mib@openoffice.org>  [e41c4f3e30de89c14a614387a8322c9ee4afc970]

        #99747#: OLE object deavtivation

2002-06-14  Philipp Lohmann  <pl@openoffice.org>  [c7266688b28a7936d25ea6a0c5fda2e0c19a8eca]

        #98619# end incremental transfers correctly

2002-06-14  Behrend Cornelius  <bc@openoffice.org>  [a204dffa4a0f7ee58522412fa399fff871735d17]

        #100145# reference to default template adapted

2002-06-14  Stephan Schäfer  <ssa@openoffice.org>  [f7e2f16628d4fc4cc070ad077dcc866a9cc72981]

        #100338# do not skip borderwindows when checking suppressing accessibility events

2002-06-14  Christian Lippka  <cl@openoffice.org>  [1eb610a9073a5b8a7b3493f6db4ff7e0ee4757e0]

        #100046# don't draw page boundary if it is all zero

2002-06-14  Hennes Rohling  <hro@openoffice.org>  [0a73c5709b88f2b4109270f9acb798d39cfb9690]

        #98191 Replaced MsgWaitForMultipleObjects by WaitForSingleObject

2002-06-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ff629495cc4a34e141a9099b7552ecf32af7852]

        win/tcsh

2002-06-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ad8069dd88b4ddde9d409683a2997dc202ffe20a]

        win/tcsh

2002-06-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [160385e6259d529c05ff9c74e3573cb42da6e4d4]

        use correct directory for collecting languages to zip

2002-06-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f820012e416605f4d53db7b73e10b04e9b72233a]

        moved including of tg_yxx.mk as it contains rules now which are already needed for dependency building

2002-06-14  Christof Pintaske  <cp@openoffice.org>  [4007f8a6e3548b442a4ed5cc110ae564a9b1a4ca]

        #100327# #100132# ignore destroyed RESOURCE_MANAGER properties on root window

2002-06-14  Malte Timmermann  <mt@openoffice.org>  [ba628b65036c2647420f26ca70ee9bb1f0025272]

        #100182# ATToolSupport...

2002-06-14  Malte Timmermann  <mt@openoffice.org>  [f9aca3ddd397c8a35475bebed7478466d398036b]

        #100182# ATToolSupport...

2002-06-14  Mathias Bauer  <mba@openoffice.org>  [57107087db865375772fe63884708249f0de192a]

        #99796#: concatenate string input

2002-06-14  Mathias Bauer  <mba@openoffice.org>  [7a1170e14b95f0aeda90c18a49b72f3d7a65be24]

        #100118#: recording

2002-06-14  Mathias Bauer  <mba@openoffice.org>  [148db914af6771b348c6df143efd53510a1a9c81]

        #100081#: some new slots for attributes

2002-06-14  Mathias Bauer  <mba@openoffice.org>  [90656b1dc8480ca68e1407111d265af977a4ae92]

        #100081#: some new slots for attributes

2002-06-14  Mathias Bauer  <mba@openoffice.org>  [af338ece93416cdf9a2754f83ecc559733ffabe5]

        #100266#: recording

2002-06-14  Mathias Bauer  <mba@openoffice.org>  [fefd6f61d20232c540bb7e4807ab8fa5206dc313]

        #100317#: change usage of recording interface

2002-06-14  Mathias Bauer  <mba@openoffice.org>  [2865b7137e445b05ba9ee23b93a62d0ba7a37174]

        #100317#: DocumentInfo recording

2002-06-14  Mathias Bauer  <mba@openoffice.org>  [de7bda6c17d8b8748ee1ce69642f1674dd87c3b0]

        #100317#: Record as comment activated

2002-06-14  gt  <gt@openoffice.org>  [44ee7adf96dd64665af07703c14637c369105480]

        #100314# correct order of old & new val for state event

2002-06-13  Herbert Duerr  <hdu@openoffice.org>  [6a34b471f098bb464e1b5049d800929eaa06f3b3]

        #99117# improved ApplyDXArray for Hindi

2002-06-13  Herbert Duerr  <hdu@openoffice.org>  [8d30dbc14fecd3dede5d20a24d9d7b1bbcf2da11]

        #99117# fix text breaking for nCharExtra!=0

2002-06-13  Herbert Duerr  <hdu@openoffice.org>  [bea5fd8f7a27e5f781699e94839c6ede990176b6]

        #99117# improve cluster start detection

2002-06-13  Thorsten Behrens  <thb@openoffice.org>  [2ef5b0a721900db84e914c274ca1bf241ab2b282]

        #100299# Sense focus and detect core objects death

2002-06-13  Thorsten Behrens  <thb@openoffice.org>  [f1ff449e82ff7de9f1b5125625c5eb9a17a2dc2e]

        #100299# Set cursor to focused paragraph

2002-06-13  Thorsten Behrens  <thb@openoffice.org>  [cf615129add27acc5cb3d4f0532c01929eaa377c]

        #100299# Invalidate EditViewForwarder when end of edit mode

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [d90ac2fbe599463ccabc1ce3a9b664e683e2c095]

        new version for SRX643

2002-06-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7fdb851d99a966aaa64b3a2347da1721e9511dfb]

        workaround for different commandline parsing behaviour of different versions of 4nt

2002-06-13  Vladimir Glazounov  <vg@openoffice.org>  [89b437cd648ef4a83e8f985ef4656294d08214e3]

        new version for SRX643

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [4e6dd204780df3554b6baa95899374574b8fbebf]

        new version for SRX643

2002-06-13  Andre Fischer  <af@openoffice.org>  [d4576b1c01417e84273593b16279fc85deddc8c2]

        #100299# All accessible children are now disposed when the shape list is cleared.

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [2493fa75aed7bca20c4666dd632fd0efe01f5fea]

        new version for SRX643

2002-06-13  Cyrille Moureaux  <cyrillem@openoffice.org>  [b4922db7fd0973ce7be41711351eb6ba5dcac9f7]

        Proper meta-conf names

2002-06-13  Cyrille Moureaux  <cyrillem@openoffice.org>  [538141ee43152897552f8adb2b5ae6eccd380b45]

        Changes to BackendAccess

2002-06-13  Cyrille Moureaux  <cyrillem@openoffice.org>  [209b591e35dfc25f40c6632c25a84dbb1472e345]

        Put constructor args

2002-06-13  Philipp Lohmann  <pl@openoffice.org>  [7bf3f33f9492fdc0dea904c062c68e0eabf48aae]

        #99776# add native programs to read GNOME2 style settings

2002-06-13  Stephan Schäfer  <ssa@openoffice.org>  [0df35a53ac1f13c5bd73d5167573a58c6aa70f10]

        #100234# register context menues correctly, send highligh event always in base class

2002-06-13  Eike Rathke  <er@openoffice.org>  [fb28dbde076938831387d954efe5d995db8f9b27]

        #99346# rename CTLScriptType::CTL_UNKNOW to CTL_UNKNOWN

2002-06-13  Sven Jacobi  <sj@openoffice.org>  [b87730f15cbda9b873a9b3aee855538c75a98526]

        #100107# using correct color scheme on background objects

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [26a79506354e28a0a0216e5d7aebce989dc7cdd8]

        new version for SRX643

2002-06-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [91236f271e77763bcf6eb609c35afcc7aa773022]

        jdk 1.4 support for solaris, linux/i686 and windows

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [140271a8db50c4642f9054f93ee74b66e12ec80a]

        Merge SRX642: 13.06.02 - 16:59:11

2002-06-13  Nils Fuhrmann  <nf@openoffice.org>  [d2d97863ce9f32d1b6b1188c4640660cc010ffe9]

        Merge SRX642: 13.06.02 - 16:58:31

2002-06-13  Rüdiger Timm  <rt@openoffice.org>  [c11f7b9abd6ef0802e9b889ac08b5ccdc943befd]

        Merge SRX642: 13.06.02 - 16:57:23

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [f76d130238b10cca39a77fbc7e35503482887490]

        Merge SRX642: 13.06.02 - 16:54:41

2002-06-13  Rüdiger Timm  <rt@openoffice.org>  [bbbf02caa9ee401ec63a117d184ce3812305eafe]

        Merge SRX642: 13.06.02 - 16:54:02

2002-06-13  Rüdiger Timm  <rt@openoffice.org>  [0c8881f013ba5dbea4784c496c47fcd2a0169e5b]

        Merge SRX642: 13.06.02 - 16:52:32

2002-06-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [59af74bf668a51ec47d14d52c252cf1549d4fba4]

        win/tcsh

2002-06-13  Thomas Lange  <tl@openoffice.org>  [e716420ffb28f8e4137086392ff9a31f796609ed]

        #99968# ZoomText can now read text in the commands-window

2002-06-13  Andre Fischer  <af@openoffice.org>  [76e7fb34f6f7e4f21886db72823ce2b7cbd47258]

        #99867# getBounds now returns relative coordinates.

2002-06-13  Caolán McNamara  <cmc@openoffice.org>  [af86fa3b49d8de756d530508b7b43e2a19d161fc]

        #99697# Improve quality of the Frame->Table hack which allows captioned graphics to be included in word's illustration index

2002-06-13  Nils Fuhrmann  <nf@openoffice.org>  [ef1777512e41fb0e8f05405d58350668e2915f42]

        Merge SRX642: 13.06.02 - 16:03:48

2002-06-13  Andre Fischer  <af@openoffice.org>  [259a45cf98c63babf5c1dacfda9ee4cb0a0884d2]

        #99840# Editable edit engine not created when text::XText is not supported.

2002-06-13  Nils Fuhrmann  <nf@openoffice.org>  [2812cec5dbb9d47a655e0708508b75aedb2dc42d]

        Merge SRX642: 13.06.02 - 15:57:26

2002-06-13  Sven Jacobi  <sj@openoffice.org>  [40068699ad5219a72e0411cd977d7dad5fedc720]

        #100303# MetaTextArrayAction: storing correct text part

2002-06-13  Andre Fischer  <af@openoffice.org>  [0c834cb4253970e4c293fab742d3729c267edf25]

        #100301# Listening for VCLEVENT_OBJECT_DYING event.

2002-06-13  Nils Fuhrmann  <nf@openoffice.org>  [35442854ff018591c1d411b8f510b5febed814f6]

        Merge SRX642: 13.06.02 - 15:50:40

2002-06-13  Nils Fuhrmann  <nf@openoffice.org>  [0cd24570ef8a79553c17fa51ef9ce37294ca9b96]

        Merge SRX642: 13.06.02 - 15:39:14

2002-06-13  Nils Fuhrmann  <nf@openoffice.org>  [efda2e157760a5a6a81448723d43b343ad9852ca]

        Merge SRX642: 13.06.02 - 15:35:47

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [381ad23fce7b279e46a5d3a7b504288e2be07d28]

        Merge SRX642: 13.06.02 - 15:31:21

2002-06-13  Caolán McNamara  <cmc@openoffice.org>  [54930716ae6af79a2dc18e02be808cde205f9ca1]

        #i3489# We have to turn this off again because we would need to localize all the ms word field command! if turned on

2002-06-13  Daniel Vogelheim  <dvo@openoffice.org>  [0f83ef5794ed9cc56b40a2dc89eff3356deb5cbe]

        #100295# fix getCaretPos() to work correctly with paragraphs split across two pages

2002-06-13  Sascha Ballach  <sab@openoffice.org>  [9722686d9d4ba3981031b249449d7605584806c3]

        #100287#; don't disable internal shapes to make notes accessible

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [2ec29ac60f0b285ef022fbfc79c12e25bf2b8c8f]

        Merge SRX642: 13.06.02 - 14:54:02

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [6a894d069bd46322ef14761af7e79ede89e64229]

        Merge SRX642: 13.06.02 - 14:50:57

2002-06-13  Rüdiger Timm  <rt@openoffice.org>  [9137de7c251dee7c3c221be1749c50e635286edc]

        Merge SRX642: 13.06.02 - 14:49:35

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [a5e02dbd21386d27f85838519a06dae3c8b87a5b]

        Merge SRX642: 13.06.02 - 14:48:31

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [804612492a99f8350a6725b241190bc8e22dc9e0]

        Merge SRX642: 13.06.02 - 14:48:43

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [5b19960099c3ae30213e523dd68dcd4a740b46df]

        Merge SRX642: 13.06.02 - 14:46:36

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [0610cf04441c6045877651aedcae78218838acfd]

        Merge SRX642: 13.06.02 - 14:46:24

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [825235d0e66d5defb460ced37cea81bb6f85df94]

        Merge SRX642: 13.06.02 - 14:44:51

2002-06-13  Rüdiger Timm  <rt@openoffice.org>  [96d73ea673d7b389eda9c60c7adf67206f7b4640]

        Merge SRX642: 13.06.02 - 14:43:36

2002-06-13  Kurt Zenker  <kz@openoffice.org>  [d7fb5c8357eef136e99f233510d43e601874f02f]

        Merge SRX642: 13.06.02 - 14:43:15

2002-06-13  Oliver Specht  <os@openoffice.org>  [3899376be5c8a555a47c57d224fafc2d725879b7]

        #98388# use Shift+KEY_A to activate anchor handle

2002-06-13  Joachim Lingner  <jl@openoffice.org>  [6abe10805ce123a6ebdac0b6e8d61fa146a5ad52]

        #99580#

2002-06-13  Juergen Schmidt  <jsc@openoffice.org>  [8a8307253cea0fc049a4809031a528c4dc7e04b6]

        #99053# insert activex example

2002-06-13  Sascha Ballach  <sab@openoffice.org>  [0d5f9567935591e65d78a18026cb70774463500c]

        #99751#; the EditViewForwarder should be created always and not only if bCreate==true

2002-06-13  Sascha Ballach  <sab@openoffice.org>  [08241167819b815e62787664ab60b857dc708fb3]

        #99751#; the TextHelper should get the focus

2002-06-13  Sascha Ballach  <sab@openoffice.org>  [95b1fd019e01babaa6dfc3526a6ed958fe4765f3]

        #99751#; some little fixes

2002-06-13  Sascha Ballach  <sab@openoffice.org>  [f547b19a05f1474951862b845bf6087e463ce748]

        #100287#; I should set the focused state on the focused shape

2002-06-13  Sascha Ballach  <sab@openoffice.org>  [0b756b923310260f8507ecfda9f8567a00cb9e6f]

        #100287#; the API should be notified if a shape gets selected

2002-06-13  Dirk Völzke  <dv@openoffice.org>  [aeb2bcb20e826ecaac60e4e6c396e70901254965]

        #100282# Moved responsibility for UseSystemFileDialog from DV to FS

2002-06-13  Andre Fischer  <af@openoffice.org>  [324fdf2793a059d068c51b3cf80f67c101ef6ced]

        Added support for execution of accessibility actions.

2002-06-13  Juergen Schmidt  <jsc@openoffice.org>  [d230da9ab9e02e5dcaf5e701d95adafc9f986c33]

        #99053# update path to dll

2002-06-13  Frank Meies  <fme@openoffice.org>  [6ba6bba80949952ae0c732100c3fc1f5efbeee65]

        Fix #100191#: Find - handle search para end

2002-06-13  Christian Lippka  <cl@openoffice.org>  [04b14c652390fdb6d0add0f13b1de7481b04ad8a]

        #100053# high contrast mode images for graphics toolbar

2002-06-13  Nils Fuhrmann  <nf@openoffice.org>  [4487c13ec780bfffed57ba3b14fa5fb04e4e2edd]

        Fix: No translation of ommon.xcu, #100249#

2002-06-13  Thomas Benisch  <tbe@openoffice.org>  [30f80e99c1cae20c4bc29c788844e21ee225947c]

        #100234# remove mnemonic from accessible name

2002-06-13  Thorsten Behrens  <thb@openoffice.org>  [6a8917623c08bf11b6ef84989c247c30520c4859]

        #99840# Releasing all references on dispose

2002-06-13  Andre Fischer  <af@openoffice.org>  [1ee9ca8da3742132efdf8d7526e6256efded9d0f]

        Added support for performing actions.

2002-06-13  Oliver Specht  <os@openoffice.org>  [90ee727bfbdde4b275b8f69e62d7ab7a56b5eb1e]

        #100213# color ValueSet keyboard accessible

2002-06-13  Jörg Budischewski  <jbu@openoffice.org>  [8d30686592baacc58108488672b50c57f07e5f81]

        #99853# added header

2002-06-13  Jörg Budischewski  <jbu@openoffice.org>  [8ed7280916574953317227d51bacaede13bd21cb]

        #99853# Joerg Brunsmann: new UnoUrl helper class

2002-06-13  Jörg Budischewski  <jbu@openoffice.org>  [e068bbe6ff10fa85df35dcf7fd6a329dc2026986]

        #99853# Joerg Brunsmann: testclass for new UnoUrl helper class

2002-06-13  Rüdiger Timm  <rt@openoffice.org>  [e301a2851ced0d9f77711dc52aa5c7e9ba4e1de1]

        #100000# include stdio.h for stderr

2002-06-13  Peter Burow  <pb@openoffice.org>  [12bbcff667e30e08110b32a3deea1ff52f5c974b]

        fix: #100122# notify inserting or removing items

2002-06-13  Andreas Schlüns  <as@openoffice.org>  [f85cbf03de649c76e315346779d662cc33fa5744]

        #100243# work around for plugin dispatch mode

2002-06-12  Vladimir Glazounov  <vg@openoffice.org>  [603973755c66398ac9564619329fbc3a7c466929]

        new version for SRX642

2002-06-12  Thorsten Behrens  <thb@openoffice.org>  [33e396bd9ab4f6906e134108a6a1104f795637da]

        #99840# Made OutlineView ZoomText-ready

2002-06-12  Thorsten Behrens  <thb@openoffice.org>  [2c0dce1f871100db8c5efa9cb04f1f624dc235f0]

        #99840# Overload to FireEvent added for OutlineView

2002-06-12  Philipp Lohmann  <pl@openoffice.org>  [75a9c89749b72bfea6a7c6ca41573ab791b2730e]

        #99776# do not forget to exit if exec fails

2002-06-12  Jörg Barfurth  <jb@openoffice.org>  [c880a930fd946d6004b51a79264a4a0e3f926107]

        #98489# Initial support for new UNO-based backends

2002-06-12  Jörg Barfurth  <jb@openoffice.org>  [ff7ce918ec27fcd8a7c95341187d83261613cb55]

        #98489# Encapsulate creation of merged backends

2002-06-12  Jörg Barfurth  <jb@openoffice.org>  [36de7c6d927ca0cfcdc050a1772575f07f4afaf6]

        #98489# Moved backendwrap here from treecache ; added backendfactory

2002-06-12  Jörg Barfurth  <jb@openoffice.org>  [697c15d64c895c800654ff2bdff5967fe1626704]

        #98489# Moved legacy backend wrapper to backend directory

2002-06-12  Jörg Barfurth  <jb@openoffice.org>  [d59bc0c98adeef86a3f3763d4d6876a3cc7b6c0d]

        #98489# Add support for new UNO backends; use new BackendFactory

2002-06-12  Jörg Barfurth  <jb@openoffice.org>  [a01d1be428c5e6a9c02cda5166cd27be4f20af76]

        #98489# Add unified access to bootstrap settings for UNO services

2002-06-12  Kurt Zenker  <kz@openoffice.org>  [f94750bbe392eb9c843e90ecf351e5c9ffaf134d]

        new version for SRX642

2002-06-12  Jörg Barfurth  <jb@openoffice.org>  [6981cb4f04fb81ca800559fda8a2129ff6d59bd5]

        #98489# New connection creation with support for UNO backends

2002-06-12  Thorsten Behrens  <thb@openoffice.org>  [7845f8b92002c39ece3cfddee31577dfb186468f]

        #99840# Moved BEG/ENDEDIT notification to SdrObjEditView

2002-06-12  Thorsten Behrens  <thb@openoffice.org>  [5bf2747ef4b878d23d12685f48dd9cabe9268722]

        #99840# Moved BEG/ENDEDIT notification to SdrObjEditView

2002-06-12  Oliver Specht  <os@openoffice.org>  [9a27887358809b72ee89d02b0d54efc60417f339]

        #100133# crash with ESCAPE in table text selection repaired

2002-06-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd3f3bcba37dbb20c17f89061588cf2f3a651494]

        help detecting the cause of 0 byte zipfiles

2002-06-12  Michael Brauer  <mib@openoffice.org>  [2773a440a85dfd55943dd6e9201ad9918c04de91]

        #100210#: Replacement of shapes now uses replaced shape

2002-06-12  Thorsten Behrens  <thb@openoffice.org>  [8d8f4797e7b45b0a7b0843985043eb95bd4ce4c5]

        #99840# explicit not necessary for more than one arg

2002-06-12  Thorsten Behrens  <thb@openoffice.org>  [6044e54a3e3a3e65491c38a930cc1d5637400cf6]

        #99840# Set states also on newly created children

2002-06-12  Daniel Rentz  <dr@openoffice.org>  [ca5aba7729b84af40222c285fd346784f7a5fd56]

        #99812# create an acc. cell before asking for it

2002-06-12  Kurt Zenker  <kz@openoffice.org>  [661151bc9dac921ca4da1fe5f555f111c5ee99d8]

        new version for SRX642

2002-06-12  Frank Schönheit  <fs@openoffice.org>  [a940688db832106a15e8b1d7e20955652991b496]

        #100126# exception thrown in wrong situation

2002-06-12  Frank Schönheit  <fs@openoffice.org>  [d952dc13be6c57f573f426009b1aba2a272ef4cd]

        #100126# corrected queryInterface/getTypes - care for the XAccessible

2002-06-12  Frank Schönheit  <fs@openoffice.org>  [45c7388701833acbf2b732e6c27910946aa2eb3a]

        #100126# corrected queryInterface/getTypes - care for the XEventListener

2002-06-12  Frank Schönheit  <fs@openoffice.org>  [38c6a1530bd43321bbebd042148692b20bcde603]

        #100126# additional assertion for recognizing the errors earlier next time ....

2002-06-12  Oliver Specht  <os@openoffice.org>  [60bd8029c8653d26941deaabe69133762738d7bb]

        #97495# display automatic columns correctly

2002-06-12  Andre Fischer  <af@openoffice.org>  [93cc0f3143d3555a6cf94ebce2fb80a01fe05047]

        #100178# Added support of XComponent.

2002-06-12  Andre Fischer  <af@openoffice.org>  [f84abab77c491269f1cc13ad391fd1830b1bb8e0]

        #100178# Fixed destruction of implementation object.

2002-06-12  Andre Fischer  <af@openoffice.org>  [9a16aa60b7e4878c4fb9edecfc05a43a3eae587f]

        #100178# Corrected documentation.

2002-06-12  Andre Fischer  <af@openoffice.org>  [3863b977f1e966905f820becea0270fbdea2120b]

        #100178# Removed support of frameActionListener. Added disposing(void) method.

2002-06-12  Andre Fischer  <af@openoffice.org>  [13ac9c6d8379c9a0d9e1268ee566de8132ab0fa2]

        #100178# Removed support of frameActionListener.

2002-06-12  Andre Fischer  <af@openoffice.org>  [3640425eb8f49a364c820b5b9f8d265ad43fa03d]

        #100178# Removed support of frameActionListener. Fixed disposings and destructor.

2002-06-12  Andre Fischer  <af@openoffice.org>  [364b654fc7d748fd619f3e8a43ac43231eb55fa6]

        #100178# Removed call of AccessibleDocumentViewBase::frameAction which does not exist any longer.

2002-06-12  Kurt Zenker  <kz@openoffice.org>  [531868b742fdfbc9a7e75873b5af77e8f0f86e5d]

        new version for SRX642

2002-06-12  Malte Timmermann  <mt@openoffice.org>  [c19662bf8f24f156c583d87fccb94a29de49b1a2]

        #100214# Remove correct listeners, also in OBJECT_DYING, set pVCLXWindow NULL in OBJECT_DYING

2002-06-12  Malte Timmermann  <mt@openoffice.org>  [e54a02ece58955c3a7a9c69c9c06677b34a995a4]

        #100214# Create accessible only if window exist

2002-06-12  Malte Timmermann  <mt@openoffice.org>  [9a1b36b7a6b502088c68684c7776221c5c656a3a]

        #100214# Just a comment for this problem

2002-06-12  Behrend Cornelius  <bc@openoffice.org>  [0e675a00ce1b1cbd7357d3a63af435707c8f063b]

        #99546# hack removed

2002-06-12  Sascha Ballach  <sab@openoffice.org>  [77c432e6b553c03b3ba91cfbc1f528ceb67a4c6b]

        #99745#; don't call mpViewShell after reseting

2002-06-12  Sascha Ballach  <sab@openoffice.org>  [ec739693aa886efce6d851d82e093e033712d932]

        #99745#; the EditLine should commit focus change and destroying

2002-06-12  Vladimir Glazounov  <vg@openoffice.org>  [63f72b2b6620ac782f03be0266794950a0fb4de7]

        #100000# corrected typos

2002-06-12  Sascha Ballach  <sab@openoffice.org>  [4932d685b154e9f980ce710cb4e600a3439b48ca]

        #99745#; tell the AccessibleObject Focus change and deletion of this window

2002-06-12  Vladimir Glazounov  <vg@openoffice.org>  [40c938d9bdfb1742bcaf5cae2d246184831c9a21]

        #100000# merge error

2002-06-12  Behrend Cornelius  <bc@openoffice.org>  [affb6c3f61cd5baecd290a2b6b83ce345de4dc6b]

        #100141# Resources for report wizard modified

2002-06-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b4dd99437bb00068e473c7abc35f07f0bae250d2]

        replaced / in compiler switches to avoid tcsh problems

2002-06-12  gt  <gt@openoffice.org>  [2154b83eb0b7d1c5da12490d4f244d51262fdbbd]

        #100203# SvxRectCtlAccessibleContext::selectChild(): select new child only if not NOCHILDSELECTED!

2002-06-12  Behrend Cornelius  <bc@openoffice.org>  [d214878ac434ca5ccb031de3141f23165debcecc]

        #100139# HelpIDs for ReportWizard added

2002-06-12  Behrend Cornelius  <bc@openoffice.org>  [92d6e57826f21758309a5719dc502ea808c30eff]

        #100139# HelpIDs added

2002-06-12  Oliver Specht  <os@openoffice.org>  [842d6379cefc698821f29b6c501706d88c7b8991]

        #100126# resizing of vertical tables corrected

2002-06-12  Oliver Specht  <os@openoffice.org>  [882bc4c1c3f8dd8a0cf2c1ef5c7a65a30956006b]

        #100126# resizing of vertical tables corrected

2002-06-12  Oliver Specht  <os@openoffice.org>  [d1efaffac87cc3ba1c048b3ac401b3d7f816ac43]

        #100126# resizing of vertical tables corrected; #100092#: Be prepared that an accessible is rquested while in constructor

2002-06-12  Peter Burow  <pb@openoffice.org>  [44e9289890a24eb21199111d008ad3a23ff7d175]

        fix: #100163# EventListener added

2002-06-12  Peter Burow  <pb@openoffice.org>  [2b0c812f62ee0f753af80ac1313e52ef34790ec2]

        fix: #100163# EventListener added

2002-06-12  Andreas Martens  <ama@openoffice.org>  [e2cbe01469919b40251fc20c06a7ac7e7ad20985]

        Fix #100126#: Tables in vert/hori environment

2002-06-12  Andreas Martens  <ama@openoffice.org>  [5d7491de993551308ecf4f3558e7745d42e9b934]

        Fix #100126#: Tables in vert/hori environment

2002-06-12  Rüdiger Timm  <rt@openoffice.org>  [d32c5acd699aa7b80b70d14b172fb7f14f31aaca]

        WDK102

2002-06-12  Oliver Specht  <os@openoffice.org>  [e7293a1aa5f97623dd919e9259946ef46722ae1c]

        #100180# MaskColor corrected

2002-06-11  Kurt Zenker  <kz@openoffice.org>  [b3c6cf7002bb77aa33ae7b01a746121869274b43]

        new version for SRX642

2002-06-11  Eike Rathke  <er@openoffice.org>  [fd8bc5a73d14565273188e4fdd372a1d8b2451e2]

        #i2285# according to Alonso the cent symbol (and not a C) is the widely used replacement for the real Colon symbol

2002-06-11  Kurt Zenker  <kz@openoffice.org>  [31bc77eca23347b112e99c1155c92d7bd46813ab]

        new version for SRX642

2002-06-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [408f9a9b6e7440d585ca05df89f81d61f345c89a]

        replaced \ in include statement to avoid tcsh problems

2002-06-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [23100aee41df9a51a8e767a180892563713894cc]

        replaced / in compiler switches to avoid tcsh problems

2002-06-11  Niklas Nebel  <nn@openoffice.org>  [bab8dacf9c66e9d0cb663b5b7296e21ad82b72aa]

        #99413# support display-factor attribute in number element

2002-06-11  Kurt Zenker  <kz@openoffice.org>  [845e1be9be44d1d0de4f02b333f0f88f3a541990]

        new version for SRX642

2002-06-11  Herbert Duerr  <hdu@openoffice.org>  [bdeb4869e9eaa7366b7f24270f806932fdb5f28c]

        #99117# fix glyph positioning for CTL

2002-06-11  Behrend Cornelius  <bc@openoffice.org>  [7aad322f01cc49737ea31b1b65f9fe9c5785171b]

        #100142# Document is closed now on cancel dialog

2002-06-11  Andreas Martens  <ama@openoffice.org>  [f4a80cb5632289a4d49b1e1d6c28cfffbe11607e]

        Fix #100126#: Vertical tables

2002-06-11  Sascha Ballach  <sab@openoffice.org>  [67f4113d5112bc8989f01653c7b89a4a71795c9b]

        #99751#; give the listeners also to the texthelper

2002-06-11  Kurt Zenker  <kz@openoffice.org>  [2fb0f17a0446af9f1bb191178162c341b74527ef]

        new version for SRX642

2002-06-11  Sascha Ballach  <sab@openoffice.org>  [628feefb174dac864cd5e0c255f4b910de43eb5d]

        #99745#; the editline should call the Editsource to tell text changes

2002-06-11  Sascha Ballach  <sab@openoffice.org>  [763b62cc14e44837da2cede7a065cfb3f7cf97e3]

        #99745#; tell the accessible object if text is changed

2002-06-11  Jörg Barfurth  <jb@openoffice.org>  [47641305eb96a28c6d0a5118dda9ee7a67267bf2]

        #98489# Correct unqualified id (MSVC does not handle base class name injection properly)

2002-06-11  Philipp Lohmann  <pl@openoffice.org>  [75e6788cba3b549647e7df8eb87b7096af8bc343]

        #99705# corrected MenuBar::SelectEntry behaviour

2002-06-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1244ff6c3bc2092d9d10e4b160f721970d7d5f1c]

        wrap idlc and regmerge

2002-06-11  Juergen Schmidt  <jsc@openoffice.org>  [44984b2429504e69795dc9ec84f46528097e6593]

        #99053# change name, OpenOffice.org1.0 - OpenOffice.org1.0SDK

2002-06-11  Behrend Cornelius  <bc@openoffice.org>  [da9a6800d7ff9144b97d5b7a7a634c5cf24c7ee4]

        #100141# Queries now included

2002-06-11  Daniel Vogelheim  <dvo@openoffice.org>  [d94c565aa73c0bff29f367abfc4d9cce47069617]

        #99980# changed text:command-type to text:table-type

2002-06-11  Sven Jacobi  <sj@openoffice.org>  [78385e52953976a181cbd48b6cc7ce4f3eaf1ef5]

        #100171# not ignoring the closedfigure action, so that we can import PolyPolygons

2002-06-11  Daniel Vogelheim  <dvo@openoffice.org>  [4704759816a2f9667e0e9f74b4374794829ef754]

        #99980# added database command type to DTD

2002-06-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [390508fcdd0577567d16d3fda1c557011b85c336]

        jdk 1.4 support for solaris, linux/i686 and windows

2002-06-11  Oliver Bolte  <obo@openoffice.org>  [dd22f25af3342c42cc5324ceaa0bdecd1d2033d0]

        new version for SRC659

2002-06-11  Oliver Bolte  <obo@openoffice.org>  [7e03897dad416d8c6ffaf9a3e13cc59d6266488b]

        new version for SRC659

2002-06-11  Malte Timmermann  <mt@openoffice.org>  [6f0853d06bd0dbce3c18d7c7a98c9ab755f4ddaf]

        #100174# Fixed loop in GetLabeledBy / GetLabelFor, don't test enabled state

2002-06-11  Frank Meies  <fme@openoffice.org>  [44759dd7eb9dda40223615f4a154f4c4c85025f2]

        #98281# Bidi - void return for Modify

2002-06-11  Frank Meies  <fme@openoffice.org>  [878c92956d22681faca6b7c6304eacc15e575021]

        #98281# Bidi - void return for Modify

2002-06-11  Daniel Vogelheim  <dvo@openoffice.org>  [3aa1ca07350d74a079c9224b4b8c4bae9abc7c49]

        #99980# load/save data command type for all database fields

2002-06-11  Oliver Bolte  <obo@openoffice.org>  [94c1c97b466169b12478246d2a0366d9fa3fa63c]

        new version for SRC659

2002-06-11  Caolán McNamara  <cmc@openoffice.org>  [7298da34ffd0cd56405d7243eece1614e20958a8]

        missing functional header

2002-06-11  Caolán McNamara  <cmc@openoffice.org>  [cdb64d1fd23e35b3f3c4e20d7e509b2f0c8ee7de]

        missing functional header

2002-06-11  Kurt Zenker  <kz@openoffice.org>  [1f7bc74080fe318f0ffacc97105b290ba7b68bfb]

        Merge SRX642: 11.06.02 - 14:37:39

2002-06-11  Kurt Zenker  <kz@openoffice.org>  [2e1972ce1929c9ff34cc7da56a84a6cda8340cc3]

        Merge SRX642: 11.06.02 - 14:35:15

2002-06-11  Vladimir Glazounov  <vg@openoffice.org>  [8ff465160a13f7c3fc2aa55f8de285e4c6bd0cde]

        Merge SRX642: 11.06.02 - 14:33:38

2002-06-11  Vladimir Glazounov  <vg@openoffice.org>  [57922db32aa9b581f8f78e2b6b3e7d790058932b]

        Merge SRX642: 11.06.02 - 14:31:40

2002-06-11  Kurt Zenker  <kz@openoffice.org>  [721097f05141a47d8e657072f1c4484edb5c5b32]

        Merge SRX642: 11.06.02 - 14:30:42

2002-06-11  Vladimir Glazounov  <vg@openoffice.org>  [4b33a432ba603add690001e25ea4e8439bdaf03e]

        Merge SRX642: 11.06.02 - 14:28:48

2002-06-11  Frank Schönheit  <fs@openoffice.org>  [2e0f777d1c3e78a3936946376eaec1c20a142f34]

        #65293# correct an error which came in in the merge ->1.43

2002-06-11  Vladimir Glazounov  <vg@openoffice.org>  [477f4f55b71fdade64b4176bcc3343cc887dd1c1]

        Merge SRX642: 11.06.02 - 14:27:36

2002-06-11  Martin Hollmichel  <mh@openoffice.org>  [d1131be7e2a68f08fd5dcb8fe225af49ea855c2e]

        chg: Syntax

2002-06-11  Daniel Vogelheim  <dvo@openoffice.org>  [e585b13d15cbeed0b7b668e99e8282fbf22f73af]

        #99980# load/save data command type

2002-06-11  Sven Jacobi  <sj@openoffice.org>  [a0be828ca391b5ae524675f0e93a63f517fbaec7]

        #100127# MetaPolyLineAction, MetaPolygonAction and MetaPolyPolygonAction are taking care of Polygon flags

2002-06-11  Oliver Bolte  <obo@openoffice.org>  [9dbdecdcaea3ec31dbfbad830ce43b0f7cad94ad]

        #65293# hdl to hpp (typo)

2002-06-11  Andreas Bregas  <ab@openoffice.org>  [e4ab29a2778a72c79ede9e60b3bbbd2c40310bae]

        #95264# Implemented explicit namespace root object

2002-06-11  Oliver Specht  <os@openoffice.org>  [8f54a86bba5e642a7534be9e5bb0b11d9f5b9eeb]

        #99515# tab page Basic Fonts(CTL) added

2002-06-11  Oliver Bolte  <obo@openoffice.org>  [a722cb6130ea7fea59a5ed46aef99e6154babbc0]

        SRC659

2002-06-11  Oliver Specht  <os@openoffice.org>  [4cc1143b9f6544dcbd5cac8d2c2c904f2faf5066]

        #99515# tab page Basic Fonts(CTL) added

2002-06-11  gt  <gt@openoffice.org>  [53afd95e3766628598d6d1858fc3fd556b2f9606]

        #99931# HC-images

2002-06-11  Oliver Bolte  <obo@openoffice.org>  [9b7eaf2e3eca2448998853ba59cb9b754ac75f14]

        #65293# missing brackets

2002-06-11  gt  <gt@openoffice.org>  [27e4b854d31488636bb93081d96c369477190227]

        #99931# HC-images

2002-06-11  Mikhail Voitenko  <mav@openoffice.org>  [bfe2ac4ebf2675f228a2f3734da652421424ba54]

        #100120# use new service only for 6.1

2002-06-11  Sascha Ballach  <sab@openoffice.org>  [482b94a74b6a390b88f96c21b44add01f74cfa5c]

        #99742#; return the complete children count, because the bridge handles it

2002-06-11  Frank Schönheit  <fs@openoffice.org>  [b1f3656dfc732f038cc286f8cc0e98cca7a52fdf]

        #99302# for table movement by keyboard, use Ctrl instead of Alt (according to spec)

2002-06-11  Peter Burow  <pb@openoffice.org>  [de3aa548317db07a77ae56ffa4e5e4cb1f4a4be2]

        fix: #100100# preview image corrected

2002-06-11  Sascha Ballach  <sab@openoffice.org>  [db5801786454606eb4c6c474ea00bc12033490cc]

        #99745#; enable using of this class in edit line

2002-06-11  Sascha Ballach  <sab@openoffice.org>  [e659681f5bf246b79e0e80bbf9797fea964cfbf1]

        #99745#; add a new EditSource to use with the edit line

2002-06-10  ghiggins  <ghiggins@openoffice.org>  [211ef0580e9b86bc47bbcdaa59b0ed8e161c0c4d]

        #99344# Adding Single Signon stuff

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [2def5fb39dfbeab15a1eb4bc9a42d72bfb0c183b]

        new version for SRC659

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [137f88a2b378bc6f1461c756d4bb3f05e106a40e]

        new version for SRC659

2002-06-10  Vladimir Glazounov  <vg@openoffice.org>  [02a102189b5600d0bf41f8705094d524c598e88c]

        Merge SRX642: 10.06.02 - 22:13:54

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [bb3f6c09bd51bce8817fa4cef4252abcb82402cc]

        Merge SRX642: 10.06.02 - 22:13:44

2002-06-10  Rüdiger Timm  <rt@openoffice.org>  [b76e48f0a0267c2d356ffba337f825663afec36f]

        Merge SRX642: 10.06.02 - 22:11:58

2002-06-10  Vladimir Glazounov  <vg@openoffice.org>  [f0f8782f5e59f0a6647cbfcbcf189f2e73b73986]

        Merge SRX642: 10.06.02 - 22:10:20

2002-06-10  Oliver Bolte  <obo@openoffice.org>  [5727964eb12153e419b273dab879e6366057b5c8]

        new version for SRC659

2002-06-10  Thomas Benisch  <tbe@openoffice.org>  [919e4c44c4a578d6df565d5da70b73a97fc1434f]

        #99790# lock the solar mutex

2002-06-10  Thomas Benisch  <tbe@openoffice.org>  [03b5bc1470c7446d66891c5ea195c87f25005697]

        #99786# set accessible name for menues

2002-06-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [324783d60acca4d2724559bb07343097514417af]

        removed trailing slash

2002-06-10  Philipp Lohmann  <pl@openoffice.org>  [31ab5d8593030493e87c6832282e446ef0701269]

        #99776# read gnome2 system settings

2002-06-10  Thorsten Behrens  <thb@openoffice.org>  [03e6c903ac5fe238a6824622057ee086de4b6d58]

        #99746# Corrected paragraph-flat conversion method

2002-06-10  Thorsten Behrens  <thb@openoffice.org>  [61b37a0cd194dbe5f0ada5f1f62e5b6d1ccffea0]

        #99746# Deriving from interface to avoid pure virtual function calls

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [c984debc692d7efeca47e36e15f113b7540412e5]

        #100024#, #10023#, #10020#: missing item declarations

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [9ee00d19aa9c6943d75f9e2c5bf0c21110ed1959]

        #100024#: wrong ItemType for flashing attribute

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [0a2f15ee11f18125762bc9cee39d64d15209b691]

        #100118#: execute numbering attributes directly from recorded macros

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [45297c614fc6b2a44ab1092091d64115adf5eb86]

        #100118#: new items used for recording

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [64d95563dd35eebd3840305289f30bc69bcbfbe3]

        #100118#: need TypeInfo for creating items on playing macros

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [cb24dd34b36cba56b5c9c3417eb0c1a28ce8b9f9]

        #100118#: slotid needed for numbering attributes

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [e146127c416add2b866aede41f8a8404adccfe62]

        #100118#: slots needed for numbering attributes

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [13abc42e4f7adf5ef1a0499e52dad4db524d0b42]

        #100118#: need TypeInfo for creating items on playing macros

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [7811018b60adfb3cce0451246b362fdcebf97a0c]

        #100118#: attribute misses slot

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [f98e0c48b8941bea8470fbfda385b494582adc5a]

        #100024#: better assertion

2002-06-10  Mathias Bauer  <mba@openoffice.org>  [95fbea80b3ec1e4600948f729bb6fb2f5eedc583]

        #99975#: toggle hyperlinkbar didn't accept parameters

2002-06-10  Malte Timmermann  <mt@openoffice.org>  [03306577488f54f53378db386fa9aad43d0b920a]

        #99840# Changed processing of notification cache

2002-06-10  Malte Timmermann  <mt@openoffice.org>  [9bc6f4803bf0bf993e39dc57cfb5bdacabaa9c91]

        #99840# Block notifications while in KeyInput

2002-06-10  Christof Pintaske  <cp@openoffice.org>  [7f86c6b699be9ab729b3a559838e200264232d91]

        #100077# don't free property value after conversion error

2002-06-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3bdd3435c15c9d4d052ae05081e1203c52958ea4]

        take jarfiles from output tree; use wrapped java

2002-06-10  Mikhail Voitenko  <mav@openoffice.org>  [2f0cd6bccb9c15a2307cf215a299087aae49f8a7]

        #100120# do not use depricated service

2002-06-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c5eed44db6080eaded7e82ddceae5cbc45de1678]

        take jarfiles from output tree

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [cfbbdf5941ee85c9ac2a6e8542d70807790744e8]

        Merge SRX642: 10.06.02 - 18:02:32

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [dbd6f5bb4646db9105b6fc94bf677293a97c8d39]

        Merge SRX642: 10.06.02 - 17:58:59

2002-06-10  Stephan Schäfer  <ssa@openoffice.org>  [f9bfd3053e0b7580561dee8398d5828da58932f3]

        #99786# accessible contextmenues

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [76fbcfe34873b6175c1843dd0e397cda99b97d0d]

        Merge SRX642: 10.06.02 - 17:48:44

2002-06-10  Stephan Schäfer  <ssa@openoffice.org>  [1ac3e2c9ce6dc02a9daf0f2db0f27737d088479f]

        #99786# accessible contextmenues

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [2f63ba3a49f98ae38c3b9bc7ee9a88a214c3897b]

        Merge SRX642: 10.06.02 - 17:40:17

2002-06-10  Stephan Schäfer  <ssa@openoffice.org>  [bd217a4aa96178aac4a943d23a1d42c1f62df667]

        #99526# check in focus events if window still has focus

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [b42dd36d6fb34f9618d56d03b0a79cc1946c0863]

        Merge SRX642: 10.06.02 - 17:33:24

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [a0e31d165e6d947d3f0dc71a4bcc8f0401d3a1fb]

        Merge SRX642: 10.06.02 - 17:25:35

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [d158015b678f618b33e697216f5282ea77f528e5]

        Merge SRX642: 10.06.02 - 17:25:28

2002-06-10  Rüdiger Timm  <rt@openoffice.org>  [78a42ae590353f937b495cca2df39e52ca0e19b9]

        Merge SRX642: 10.06.02 - 17:24:09

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [190a88f0e032182e261c599734a7ed491f1cff88]

        Merge SRX642: 10.06.02 - 17:24:00

2002-06-10  Vladimir Glazounov  <vg@openoffice.org>  [49993bd8416ef8a93ef075abccd8141a639f4a89]

        Merge SRX642: 10.06.02 - 17:22:16

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [587fae5d4e5f630bf4cdd1634f4cd1a87d772bec]

        Merge SRX642: 10.06.02 - 17:22:18

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [a19428fdce32569ebe19ea13d95fc80bda671c01]

        Merge SRX642: 10.06.02 - 17:21:13

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [101c3cd960366327edcab9bdd8995e534cab4750]

        Merge SRX642: 10.06.02 - 17:20:47

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [111b46b9964898dbeecaaf525d26152d13303c76]

        Merge SRX642: 10.06.02 - 17:19:24

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [149284bc4108604f87868e02dbcd0cbcf08ed168]

        Merge SRX642: 10.06.02 - 17:18:35

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [2a43153a73c90a1aedf1760c19f78a67923e0f0b]

        Merge SRX642: 10.06.02 - 17:17:39

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [398187e13d5e1e82490d310b34da54de3f0e89ca]

        Merge SRX642: 10.06.02 - 17:16:45

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [810ed9cdc794042d0f5dd5cc107c3bfb5eb3812c]

        Merge SRX642: 10.06.02 - 17:15:57

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [897a20f1dec0a554e118f72b5e68c83aae00a463]

        Merge SRX642: 10.06.02 - 17:14:37

2002-06-10  Vladimir Glazounov  <vg@openoffice.org>  [1458edae657203235b277b6933c80ea56be6f39f]

        Merge SRX642: 10.06.02 - 17:11:34

2002-06-10  Rüdiger Timm  <rt@openoffice.org>  [b93a2f6f51ee3df58acade4abf569e3fa3c9fed2]

        Merge SRX642: 10.06.02 - 17:11:40

2002-06-10  Sascha Ballach  <sab@openoffice.org>  [6ecaa6c529bead66f3440943fdbf718c775550e0]

        #99751#; #99874#; add new child if cell goes into edit mode or OLE object is opened

2002-06-10  Vladimir Glazounov  <vg@openoffice.org>  [d0a9265ba6e7f58d1b58bc3351c7db77b3bffee3]

        Merge SRX642: 10.06.02 - 17:09:24

2002-06-10  Sascha Ballach  <sab@openoffice.org>  [57ace13fb6e19d8578e16aa06824785e931b5873]

        #99751#; a cell should also provide the XAccessibleText interface

2002-06-10  Rüdiger Timm  <rt@openoffice.org>  [a49468f6ef260e950445c8e11aa7ef66ccd1f70e]

        Merge SRX642: 10.06.02 - 17:07:54

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [e82f672da38b1cbf4a9f495e83c61a0fdc5eaa00]

        Merge SRX642: 10.06.02 - 17:07:40

2002-06-10  Sascha Ballach  <sab@openoffice.org>  [6d63b5b1bb01ea638777befe178d00ed804689bc]

        #99745#; #99751#; allow remove listener while disposing

2002-06-10  Sascha Ballach  <sab@openoffice.org>  [dd34eaee05ca53eeafa0b75fe11d041212ef4448]

        #99745#; #99751#; make Editline and Cell in Editmode accessible

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [d3db20f096d8815b8718ea7ba08a5bfd64bcce25]

        Merge SRX642: 10.06.02 - 17:06:06

2002-06-10  Caolán McNamara  <cmc@openoffice.org>  [d6eb6ddb140c516b4c58cc3b33cacd7ae66c44ef]

        #99368# Watch for 1 char long sections

2002-06-10  Sascha Ballach  <sab@openoffice.org>  [db19ca0aa2140f3c616804cc0816d82c765dbb5b]

        #99751#; notify changing of edit mode

2002-06-10  Sascha Ballach  <sab@openoffice.org>  [3463707eb7c4f7c32cd5ca9a798a5e4d68a7ffef]

        #99745#; make Editline accessible

2002-06-10  Frank Schönheit  <fs@openoffice.org>  [d747b0706c6a6a2ef11b64188870bb64ea6d5b65]

        #100115# appendOrderByField: no unnecessary check for the VALUE property - allows broader range of columns

2002-06-10  Sascha Ballach  <sab@openoffice.org>  [e692cf5aebfe887107d07be19b5ce0dae553c1df]

        #99745#; #99751#; AccessibleEditObject added

2002-06-10  Sascha Ballach  <sab@openoffice.org>  [4279163a907c66ae70c872e12d6e23da785cb8c3]

        #99745#; #99751#; AccessibleObject to represent a cell in edit mode or the editline

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [81aacfa525cbf53c17d5d1159d7fb89d356093ba]

        Merge SRX642: 10.06.02 - 16:48:31

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [9d957b550d7cabd7ea6755cec4564e71661c9ce5]

        Merge SRX642: 10.06.02 - 16:46:00

2002-06-10  Oliver Specht  <os@openoffice.org>  [a87640be554fb6871f8f2b662dd9a70a9a15702f]

        #97117# design changed due to language requirements

2002-06-10  Herbert Duerr  <hdu@openoffice.org>  [433c0ffcd99ba83a25f66024dcdb5c4e25f5f4cf]

        #99117# better script recognition

2002-06-10  Rüdiger Timm  <rt@openoffice.org>  [693c7d57485e1018ef7477472de86902cc2736fa]

        new version for SRX643

2002-06-10  Oliver Specht  <os@openoffice.org>  [026e0b1c94354e0bbe29d36bfbb6a1e32aed3c19]

        #99515# cjk default fonts added

2002-06-10  Caolán McNamara  <cmc@openoffice.org>  [3d89b1905c528f46fb0262fbc28926a0a3fa6979]

        #98566# librarize autorec

2002-06-10  Mikhail Voitenko  <mav@openoffice.org>  [2788569e0e5a261d96adae881268513fd3413ce6]

        #100120# let user edit example first

2002-06-10  Mikhail Voitenko  <mav@openoffice.org>  [6c32e6e45cdfc25751230c9188911991d0932272]

        #100120# initial version

2002-06-10  Caolán McNamara  <cmc@openoffice.org>  [3acd279704b677e104718771709f74d960d8c3b6]

        #99368# When starsymbol has been used, try and map to existing windows fonts

2002-06-10  Oliver Specht  <os@openoffice.org>  [ab9bb9fe98555d154e013e75d212b58a7fb89441]

        #99045# use automatic extension to save concordance files

2002-06-10  Caolán McNamara  <cmc@openoffice.org>  [5339c0a51a6647c426363c44e908cc22c345b34e]

        #99368# Workaround sneaky substitution for missing symbol fonts

2002-06-10  Joachim Lingner  <jl@openoffice.org>  [10b2cdbd90b773812e17056fd572e61ac24a0806]

        *** empty log message ***

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [6bbf147dea13cc9bcfd801bb9b6668988f576f26]

        new version for SRX643

2002-06-10  Oliver Specht  <os@openoffice.org>  [84e6f8e4ada98f168d5c4f2f86121a626e61fe14]

        #99906# ::DataChanged(): can be called prior to creating the SwWrtShell

2002-06-10  Nikolai Pretzell  <np@openoffice.org>  [54e834eafc2d1a3f943902f9f45511ca8b1006e8]

        add dependency to STLPORT

2002-06-10  Kurt Zenker  <kz@openoffice.org>  [f6a7e39791927007a2615e26d35e7b3c88954079]

        new version for SRX643

2002-06-10  Oliver Specht  <os@openoffice.org>  [b221f0a091467cdb9a302af6bf0c245ca8b2f74d]

        #99965# getTextFromPam: index into unicode array corrected

2002-06-10  Caolán McNamara  <cmc@openoffice.org>  [31ec6f23c70d1521f969b67ca527eef00bb6786f]

        #99368# try iterator not const_iterator

2002-06-10  Caolán McNamara  <cmc@openoffice.org>  [3af77ebbb299b46d74a7dc2c54df2c947b6b0316]

        #99368# Merge StarSymbol Font Glyph/FontFace Replacement to head

2002-06-10  Rüdiger Timm  <rt@openoffice.org>  [4f46f2e401146c7c570f59ddd1f43ac5b9da910c]

        new version for SRX643

2002-06-10  Christian Lippka  <cl@openoffice.org>  [8bf3c4d51fdf30a8200d1e45f99749caffc9cfa5]

        #99850# SID_GLUE_EDITMODE MenuConfig to true

2002-06-10  Christian Lippka  <cl@openoffice.org>  [6d9b1bbe80638275f96cd85cb6a14297329f54c4]

        #99735# added missing break in queryvalue of the fill gradient

2002-06-10  Frank Meies  <fme@openoffice.org>  [81490d02a2fafba05f005cbf4258fce4ad15f687]

        #98281# BIDI define set

2002-06-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ec9b7c79b804019cde47ba43ea56bbb25c0243a7]

        changed SAL1VERSIONMAP to SHL1VERSIONMAP to make it export something

2002-06-10  Frank Meies  <fme@openoffice.org>  [f644ed8e86a94c4919bbd2dce252484232255e7f]

        #98281# ICUI18NLIB needed for BiDi

2002-06-10  Andreas Martens  <ama@openoffice.org>  [9f0d8ee61c4a2b3fe6d184252d3fa44def4e858c]

        Fix #99958#: Don't crash without contact obejct

2002-06-10  Gregor Hartmann  <gh@openoffice.org>  [78ed5e2ed4e8b73a64235f1e56c3a977b4e2d841]

        avoid buffer overrun

2002-06-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c8bed8accd946331ba23e76a1e9dea50b8629b20]

        wrap java binary

2002-06-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d67f51c2cd69e33cc0423cb806540638ddb88163]

        wrap java binary

2002-06-10  Stephan Schäfer  <ssa@openoffice.org>  [d1824ce76f9a0882eed7da5648ff0d2cbe83d501]

        #100026# TriggerItem method

2002-06-07  Gregor Hartmann  <gh@openoffice.org>  [8cfefb002fd91a8843e44f68d71d18729118e6b7]

        #99177# Fix handling of Assertions witout message for alternate pfinc_osl_printDebugMessage

2002-06-07  Cyrille Moureaux  <cyrillem@openoffice.org>  [1d72f5c1d85e3052c792a201e64f3e76adbbf24d]

        Added localbe

2002-06-07  Cyrille Moureaux  <cyrillem@openoffice.org>  [99b2524a6eb88bf6bd0b36840ee9e572226e1179]

        Added proper exceptions and moved to proper namespace

2002-06-07  Cyrille Moureaux  <cyrillem@openoffice.org>  [9cbc388e8508825d351b4e234eb716522583ea89]

        Added backendaccess and singlebackendadapter

2002-06-07  Cyrille Moureaux  <cyrillem@openoffice.org>  [83396935e69588e188a5ccc071cc97ece6e78c01]

        More implementation

2002-06-07  Cyrille Moureaux  <cyrillem@openoffice.org>  [0cd05ea7be1835db581565e1f19ca1fd0e9a9933]

        Take into account interface changes

2002-06-07  Daniel Boelzle  <dbo@openoffice.org>  [e917539e5f7e15d0f295d52074bf9fe65cea87f5]

        #97095# fixed incomplete enum types; byte->string

2002-06-07  Cyrille Moureaux  <cyrillem@openoffice.org>  [b3bbac83cdb7e6e03b99a88e5eb1c0a4bae4e889]

        Added missing exceptions and bootstraping code

2002-06-07  Daniel Boelzle  <dbo@openoffice.org>  [8553ad5d02c8119627a3a1090cb34b2ad95cca2e]

        #99940# toDouble(): leading whitespace, zeros

2002-06-07  Daniel Boelzle  <dbo@openoffice.org>  [3b661719aaf4234acad593b8e6ce8edd39f0cc22]

        #97095# weakening test for big doubles

2002-06-07  Frank Meies  <fme@openoffice.org>  [665748c737d60eb89449600bfe6abe0cea5d2380]

        Fix #99962# DrawStretchText must consider COL_AUTO

2002-06-07  Joachim Lingner  <jl@openoffice.org>  [e98ee1130e01ab0369874d657dc8653722d262c1]

        #99999# not buildable with java 1.4

2002-06-07  Andreas Bille  <abi@openoffice.org>  [68e8ccf1f8ade5baa39a8321a82dd938e20acc8b]

        Initial revision of a ftpcontentprovider with only one working function.

2002-06-07  Vladimir Glazounov  <vg@openoffice.org>  [a6bae804145aa8f728cbf4ca8f75cb51a5d7caa1]

        new version for SRX642

2002-06-07  Daniel Boelzle  <dbo@openoffice.org>  [2a4158ff5bf2823ee553b43622f7824e7017cf17]

        #96232# throw exception when merging into read-only rdb

2002-06-07  Andre Fischer  <af@openoffice.org>  [9edd521078af5ded5a31fe4857179559dd9d04d1]

        #99875# Removed some const_cast bug workarrounds.

2002-06-07  Mikhail Voitenko  <mav@openoffice.org>  [cb93d6009e7bde9d17c05177061e245ed37b551c]

        #99941# interaction for filter options is used for import only

2002-06-07  Andre Fischer  <af@openoffice.org>  [90f30d69f3a6caa34faeed1fb3fc8843f3a110f5]

        #99875# Added support for OLE objects.

2002-06-07  Andre Fischer  <af@openoffice.org>  [e2ac5cbee3de17d177180fbd1617331f07ae17a8]

        #99875# Removed constness of returned window.

2002-06-07  Andre Fischer  <af@openoffice.org>  [f4901717e494f41dabdf1adb03bfcfe6b6f43971]

        #99875# Added support for OLE objects.

2002-06-07  Caolán McNamara  <cmc@openoffice.org>  [bd21cea08972f667f7cd76f0ff208929f70291d5]

        #99368# Allow reverse mapping from starsymbol to multiple windows fonts

2002-06-07  Frank Meies  <fme@openoffice.org>  [1959edce62e90d449c3614efb7b86ae56bca9e91]

        Fix #99962# DrawStretchText must consider COL_AUTO

2002-06-07  Jörg Barfurth  <jb@openoffice.org>  [0894fc59bcb7ec7d51ad7e79a7212cdd78688617]

        #98489# Added helper class to drive XUpdateHandler

2002-06-07  Jörg Barfurth  <jb@openoffice.org>  [73c2569cd409e746a43a6fe7d6f7e980ad30c634]

        #98489# Added interface to identify node as tree fragment root

2002-06-07  Rüdiger Timm  <rt@openoffice.org>  [5ba35ae43e5f6719a015b5aa4344becf5dc39376]

        new version for SRX643

2002-06-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a2c6f6656c3b2a0c8439b268fd67557065a6a08b]

        MACOSX calls it make too

2002-06-07  Rüdiger Timm  <rt@openoffice.org>  [fcbb1f402871bd15c53e10959b7028a3014c6c68]

        new version for SRX642

2002-06-07  Stephan Bergmann  <sb@openoffice.org>  [dabd8c92f897211ffbae5f38ee98a17f46930522]

        #100054# Fixed GBK range FE50--FEA0.

2002-06-07  Martin Maher  <mmaher@openoffice.org>  [2f5c2eb497c569293f0a3dc5d9682073fa844a23]

        Added '.' as a seperator so fomrulas only have to parsed once.

2002-06-07  Christian Lippka  <cl@openoffice.org>  [7e8b1207d40371a7197d7bb1241c8c91bbd6f128]

        #99835# allow only animation effects when in read only

2002-06-07  Andreas Martens  <ama@openoffice.org>  [81ad6083e8b4f79be2db86741f4b756a463cac6e]

        #99717# use improved SvTreeListBox interface to set HC images

2002-06-07  Daniel Vogelheim  <dvo@openoffice.org>  [7dd38ec6fb0ee8d161285755e8656850094091a6]

        #100021# take care of protection flag when sharing formats of table cells

2002-06-07  Frank Schönheit  <fs@openoffice.org>  [ebfb840baf68bec408fe75ca74d910853cc03d8e]

        now that 98303 is fixed, re-insert the isTop for correctly determining the help file module name

2002-06-07  Daniel Vogelheim  <dvo@openoffice.org>  [6a2bb99c1f23fc5d9ef7f5d5f4e6a2e189dc87d8]

        #100021# take care of cell protection when sharing cell formats

2002-06-07  Thorsten Behrens  <thb@openoffice.org>  [54c6de06d8c1f8b8ef2eab600560b684c664dd53]

        #99840# Removed potential deadlocks, made GetOffset thread-safe

2002-06-07  Thorsten Behrens  <thb@openoffice.org>  [7a582bf378aca4699982719d52fa04cd35c8abf1]

        #99746# To support calc's accessibility cell model

2002-06-07  Christian Lippka  <cl@openoffice.org>  [b498b1c6b5257f0f5aacf59e4499e97e8abeea6a]

        #99734# enable naming of all shapes

2002-06-07  Christian Lippka  <cl@openoffice.org>  [fb378011998d3a4d53a91d431fd27ea53a8de279]

        #99734# enable naming of all shapes

2002-06-07  Jörg Barfurth  <jb@openoffice.org>  [8ffa03f9297558e415000e94429b0671a7000e7a]

        #98489# Adjusted to XUpdateHandler correction

2002-06-07  Herbert Duerr  <hdu@openoffice.org>  [506a6664d1d7f3629f1149e548b2c456a28350a5]

        #99913# avoid GetTextMetricsW on W98 platform

2002-06-07  Martin Hollmichel  <mh@openoffice.org>  [f54d5b80505f833db89479db7866a1fc50f6bdd0]

        add: dependency soltools

2002-06-07  Thomas Lange  <tl@openoffice.org>  [91ab3652c8f92d315ce4f8fb0b6b0208563fe2b9]

        #99968# getAindexAtPoint and getCharacterBounds fixed

2002-06-07  Niklas Nebel  <nn@openoffice.org>  [c01bccd543268dc2924dce49aa5fe663bc64fc85]

        #99018# set MapMode before drawing headers

2002-06-07  Kurt Zenker  <kz@openoffice.org>  [de72924dff6129f6261a6c3381f81b9baa46c08d]

        new version for SRX642

2002-06-07  Behrend Cornelius  <bc@openoffice.org>  [b5a6e1a840c243401b550d18d2ba3ff681d99ff0]

        #100009# some unnecessary strings removed

2002-06-07  Mathias Bauer  <mba@openoffice.org>  [a158ed9d46e48dbc1d70f28f333d0c87bffa2b93]

        #99911#: support for ParagraphAlignment recording

2002-06-07  Mathias Bauer  <mba@openoffice.org>  [631688f7d48df98b62be8fb22735569a9d56486b]

        #99966#: better error message

2002-06-07  Mathias Bauer  <mba@openoffice.org>  [ed0dac01d1ec7c22988525d28b7c709a382da8a0]

        #99975#: check for FilterFlags appuno.cxx

2002-06-07  Kai Ahrens  <ka@openoffice.org>  [4fc02c7787b7e5c2e0ea2a96129465df6b28e7b1]

        #100005#: apply slot filters to all ViewShells

2002-06-07  Andre Fischer  <af@openoffice.org>  [af0df4db0888c17d72e4019957262b35c9bad1b8]

        #99952# Added some comments.

2002-06-07  Andre Fischer  <af@openoffice.org>  [b199116712ed57a37f5c61f59d7efb24fdfc274f]

        #99952# Fixed selection and focusing for the case that there is no valid controller or selection supplier.

2002-06-07  Andre Fischer  <af@openoffice.org>  [6da2bb45ed44ed14f9b1cbff6f8681c72a35ae40]

        #99952# Added Activate and Deactivate methods to gain and lose focus on selected shape.

2002-06-07  Andre Fischer  <af@openoffice.org>  [f006579e1247d34380ec5f8703ff78e77ca17f51]

        #99952# Added implementation of XTopWindowListener.

2002-06-07  Oliver Bolte  <obo@openoffice.org>  [74f505b13cd96ef202e05dd314fddeb028803765]

        new version for SRX643

2002-06-07  Behrend Cornelius  <bc@openoffice.org>  [a12d4e4a5091b657de873ffb6513ca7e9d06bfae]

        #100009# Stepping back and forth now possible

2002-06-07  Michael Brauer  <mib@openoffice.org>  [8eade85beb43ac3879b9c395d23e8da4503bc1a9]

        #99747#: OLE object are noew accessible

2002-06-07  Peter Burow  <pb@openoffice.org>  [59d92cdaa2b08ba860bc61ca4826aa86f5592781]

        fix: #97241# now the base class handle context menu

2002-06-07  Oliver Braun  <obr@openoffice.org>  [9007fc99fd5b74c825e4fdd84347e331bc193d34]

        #99847# marker interface for gnome access bridge

2002-06-06  Kurt Zenker  <kz@openoffice.org>  [471182ae476140dc5ac0c2dde550c12e59e55dfc]

        new version for SRX643

2002-06-06  Kurt Zenker  <kz@openoffice.org>  [25df5630e7021df5b548bfa4414a1ff4dbc56c82]

        new version for SRX643

2002-06-06  Oliver Bolte  <obo@openoffice.org>  [0e811b2dd7d2e73937544b96f6b3f6afc8b83670]

        new version for SRX643

2002-06-06  Eike Rathke  <er@openoffice.org>  [421eae2b05b38b4e10685182853023ccc4797048]

        #99997# edit date format (21) determines also the YMD default order

2002-06-06  Kurt Zenker  <kz@openoffice.org>  [53ac2fa6c949b1aac6c312ed33e686b46c7821ab]

        new version for SRX643

2002-06-06  Eike Rathke  <er@openoffice.org>  [0f14b145ef198ac8eb0329aedb8e97aea60c6f92]

        #99997# getDateFormatsImpl: use edit (21) format to determine YMD order if possible

2002-06-06  Rüdiger Timm  <rt@openoffice.org>  [31e5e911abb73c2fc9c26bbdac0e272a0e8199f4]

        new version for SRX643

2002-06-06  Kurt Zenker  <kz@openoffice.org>  [cc981bf6fc9c04fa77709ccf4bb4425c2a8e5152]

        new version for SRX643

2002-06-06  Andreas Martens  <ama@openoffice.org>  [26475a503f526df2b6f3be455937a3a0dc05df77]

        Fix #99995#: TOX Update before text frames in fly frames are created

2002-06-06  Rüdiger Timm  <rt@openoffice.org>  [feccdd2f053ff45b20efdc1520114df124b349c0]

        new version for SRX643

2002-06-06  Kai Ahrens  <ka@openoffice.org>  [70bcca7af1a059152ce6ab0a4e2a1dc0959c0339]

        #98591#: enabled errors again for SRCX642EA1

2002-06-06  Martin Maher  <mmaher@openoffice.org>  [84e9e206ee7211053b489afc2c765342b5a1109a]

        Fomratting should be cleared regardless of whether or not there are cell attributes

2002-06-06  Christian Lippka  <cl@openoffice.org>  [a03630a146d4970d2c81f1bea0a18cfd9770f299]

        #99741# high contrast image support added

2002-06-06  Christian Lippka  <cl@openoffice.org>  [891565a9229950438aac37ccfa00b973dcf9b208]

        #99732# fixed previews hc mode

2002-06-06  Andreas Bregas  <ab@openoffice.org>  [3c935f4350b783c231935491165bb0eeefa10b6e]

        #93728# implRemoveDirRecursive(): Close Directory before removing it

2002-06-06  Christian Lippka  <cl@openoffice.org>  [5a7cb56b696aca562314bd6e84f53f326f2c5314]

        #99741# high contrast image support added

2002-06-06  Herbert Duerr  <hdu@openoffice.org>  [bfc622d84b0bdbbf2d395635edd4cce6ae4c9b6a]

        #99117# fix unit conversions

2002-06-06  Herbert Duerr  <hdu@openoffice.org>  [b57b9de35afc99a819bdc0ddfe1c1a9146474371]

        #99117# fix GetCharWidths and ApplyDXArray for Indic scripts

2002-06-06  Christian Lippka  <cl@openoffice.org>  [c5a28e9409bc5c8d87f201c37b225221e9ce66e2]

        #99732# fixed previews hc mode dlgctrl.cxx

2002-06-06  Sven Jacobi  <sj@openoffice.org>  [fe06b87e4cc134665b27680a2eca84bc7ed266a1]

        #99882# input stream was eof when trying to parse the xml table

2002-06-06  Philipp Lohmann  <pl@openoffice.org>  [2b18f2728f68764565a1e8d8be99a34fdeeb2932]

        #99988# #99989# correcteted ChangeHighlightItem and SelectItem on MenuBar

2002-06-06  Thorsten Behrens  <thb@openoffice.org>  [93c5776f376c045c8fb6769d14b12c26cede6d7a]

        #99840# Corrected any types and reduced child event number

2002-06-06  Oliver Specht  <os@openoffice.org>  [cccaf5864a1fe9fdacea1e443f1aa66a9b5a4c8c]

        #99717# use improved SvTreeListBox interface to set HC images

2002-06-06  Sascha Ballach  <sab@openoffice.org>  [b0b8cde46eda22a1913b27b95d780a6dae88d37a]

        #99742#; add CHILDREN_TRANSIENT state

2002-06-06  Sascha Ballach  <sab@openoffice.org>  [6278df758b718ee6edb5fd538e822254d2d490cd]

        #99742#; add CHILDREN_TRANSIENT state; remove ChangeEditMode

2002-06-06  Frank Meies  <fme@openoffice.org>  [d4d5c3822135b730b9a806a26ace09e7e8f77bea]

        #99877# Changes for phonetic sorting

2002-06-06  Oliver Specht  <os@openoffice.org>  [c1755ea777efc09f56381bd1567ac10880d85b8a]

        #99717# use improved SvTreeListBox interface to set HC images

2002-06-06  Rüdiger Timm  <rt@openoffice.org>  [939017e841c6bc0f2e86336db45a86f9be1cbb8b]

        #65293# change for gcc

2002-06-06  Stephan Schäfer  <ssa@openoffice.org>  [1370ff47674ec25ba95aca5ae8fedd7b00dcf230]

        #99526# suppress events after hiding window

2002-06-06  Stephan Schäfer  <ssa@openoffice.org>  [17af1f7c3577187f34a6143784f3869ef3d8697b]

        #99526# make menubar visible again, send labels as names for controls, avoid duplicate child events when closing

2002-06-06  Christian Lippka  <cl@openoffice.org>  [1d6a952a43753c9b9cce96f05a9c0c8622e39878]

        #99732# fixed selection on high contrast switching

2002-06-06  Malte Timmermann  <mt@openoffice.org>  [e80bd95b6d4facff1ee845b8a622f68fb9a61afc]

        #99837# corrected a assertion

2002-06-06  Oliver Specht  <os@openoffice.org>  [17e14ffdf78ffd5fa3346e37e49e6d73c30478b2]

        #99537# keyboard handling of controllers that use the color window corrected

2002-06-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c514b6eb7896e6dc6fd354c2b216398fe48f3f5c]

        set defines from stat.h if still missing

2002-06-06  Christian Lippka  <cl@openoffice.org>  [318bda4061af0ca6144cb02e642015a20da863f9]

        #99738# high contrast enabled

2002-06-06  Christian Lippka  <cl@openoffice.org>  [b5c964588524f026660d846e5c8ccda2366eff99]

        #99738# high contrast enabled

2002-06-06  Armin Weiss  <aw@openoffice.org>  [98b03c4a058c0ae890befc2afb1690fcbcbf51de]

        #99870# use Import... instead of Export...

2002-06-06  Christian Lippka  <cl@openoffice.org>  [90ca37e3ae30637e8fb365aa76ccab8715993f71]

        #99719# preview of animator dialog now high contrast enabled

2002-06-06  Mathias Bauer  <mba@openoffice.org>  [6d114aef9804f65032f121c25eb3a162c8000847]

        #99966#: SID_INPUTLINE_ENTER not recordable

2002-06-06  Eike Rathke  <er@openoffice.org>  [5842c7fcc0027b90fd96489487e3d3effc68483f]

        #99587# last merge did OVERWRITE recent changes of TIS-620

2002-06-06  Christian Lippka  <cl@openoffice.org>  [3cb2ef2ad43545322ff9e2e67fd294a957917e83]

        #99719# preview of animator dialog now high contrast enabled

2002-06-06  Rüdiger Timm  <rt@openoffice.org>  [3751d6ab9029a3773f7102772025b68878f0705b]

        #65293# needs unoil.jar

2002-06-06  Sven Jacobi  <sj@openoffice.org>  [dad7a77631e07042759846cf434fb09f9b87f344]

        #99932# not exporting graphics when pressing the cancel button

2002-06-06  Christian Lippka  <cl@openoffice.org>  [d5bbac20b893341a3947b13b9f799d72dcf572ac]

        #99736# high contrast mode for measure preview

2002-06-06  Rüdiger Timm  <rt@openoffice.org>  [2c77c0ef31119d45658e884545c078c5074a6eb2]

        SRX643

2002-06-06  Juergen Schmidt  <jsc@openoffice.org>  [8b94a1b8adc445a45113badaccf28e192eeea5f2]

        #99053# correct spelling

2002-06-06  Christian Lippka  <cl@openoffice.org>  [ceb78fe296d1dc230a2647b325de8f3bf29928d8]

        #99737# high contrast mode for connector preview

2002-06-06  Kai Ahrens  <ka@openoffice.org>  [b455d381f8eb0357785e12f27c9de2bdbe41d235]

        #99943#: use PAGEUP/PAGEDOWN only without modifiers

2002-06-06  gt  <gt@openoffice.org>  [49f1fdeebb61191235dc10a8e1e69619c4f07703]

        #65293# second ctor gets a const for ResId&

2002-06-06  gt  <gt@openoffice.org>  [57faa0c7f59a7e98fb18cd44c7f63f0cbbd85d61]

        #65293# SvxAlignmentTabPage::DataChanged(): tmp obje not necessary any more because ctor of OLocalResourceAccess has changed

2002-06-05  Kai Ahrens  <ka@openoffice.org>  [202241f8063a4673ce86433e02119f5a945856fa]

        #99936#: improved accessibility (focus)

2002-06-05  Martin Maher  <mmaher@openoffice.org>  [42a1329f33667d3530cc2f72e0c7df326dad1687]

        PxlDocument is noi longer needed as Workbook now handles this functionality

2002-06-05  Oliver Specht  <os@openoffice.org>  [88be5a287db40c00e4d7f85c3cb796e43466d0f3]

        #98595# new character style: Vertical Numbering Symbols

2002-06-05  Kurt Zenker  <kz@openoffice.org>  [34b6aac0636821506a438d3a3fefab8179bbf19b]

        new version for SRX642

2002-06-05  Kurt Zenker  <kz@openoffice.org>  [833aafaf271a137a0cf42bc2c89cfa40b9545971]

        new version for SRX642

2002-06-05  Mikhail Voitenko  <mav@openoffice.org>  [4d167dec9780e43fbca7388be746a068d9ecedd7]

        #99852# Do not copy inputstream parameter during saving

2002-06-05  Oliver Specht  <os@openoffice.org>  [d7a5588cf0f31b4954a3233dfa671dcd6cbdb8ba]

        #99517# Syntax highlighting colors for BASIC IDE

2002-06-05  Kurt Zenker  <kz@openoffice.org>  [15cb12930b36b8c08a04d152e66cae8c1f4d3a1e]

        new version for SRX642

2002-06-05  Frank Meies  <fme@openoffice.org>  [fdb0c45a98ddd71f993250fe62bcf44b90088194]

        #98281# BIDI - Contour wrap in RTL environment

2002-06-05  Oliver Bolte  <obo@openoffice.org>  [a47f681989c1651c7a608a41629de34e5a95d6e2]

        new version for SRX642

2002-06-05  Joachim Lingner  <jl@openoffice.org>  [2e944ec75b11b96aac0ae6fc70ac2b583440daf2]

        #99049# ActiveX from StarBasic

2002-06-05  Kurt Zenker  <kz@openoffice.org>  [02a11122fd58701822399fb3ac367fed0e639f78]

        new version for SRX642

2002-06-05  Joachim Lingner  <jl@openoffice.org>  [6f7510475fb793526a1df7148fb96809d271b942]

        *** empty log message ***

2002-06-05  Joachim Lingner  <jl@openoffice.org>  [3c000655849af05a16ade07311cea9a7c60440f0]

        *** empty log message ***

2002-06-05  Vladimir Glazounov  <vg@openoffice.org>  [bf14115fdd99ae8690662a9071c257f5aa84259f]

        new version for SRX642

2002-06-05  Kurt Zenker  <kz@openoffice.org>  [d9e2872bb9b8f41c1e41e24cc94061a6db58820d]

        new version for SRX642

2002-06-05  gt  <gt@openoffice.org>  [3691d02e0a0ba1b1468fb2c07cd60cf818eff324]

        #99483# SvxFontPrevWindow::Paint(): color for base line same as for painted font

2002-06-05  Oliver Specht  <os@openoffice.org>  [71315b11c5862584ca094fa11aa4dd00815a2be4]

        #98595# new character style: Vertical Numbering Symbols

2002-06-05  Vladimir Glazounov  <vg@openoffice.org>  [380cb159acefcb0e50b8d559ff296cbdeb8d3d3c]

        #65293# added temp variables

2002-06-05  Philipp Lohmann  <pl@openoffice.org>  [2f810a8cec837ec253424ce61ef57cfc5919aeef]

        #99777# higher contrast in single selection mode

2002-06-05  gt  <gt@openoffice.org>  [a3de4a2688fe8270d8959440153f4df3ee726a7e]

        #99406# changed HC target bmp

2002-06-05  Frank Schönheit  <fs@openoffice.org>  [59bb288203ef1039894536c8820c5ac930c42011]

        #99627# SelectedItems not transient

2002-06-05  Frank Schönheit  <fs@openoffice.org>  [ea97f5ed90db8fef7d7ebe4b45b38163d425a1d7]

        #99627# Text not transient

2002-06-05  Vladimir Glazounov  <vg@openoffice.org>  [98b5a798fd3c599bb518f2a609d434222e7d07b0]

        #65293# exception specification

2002-06-05  Sascha Ballach  <sab@openoffice.org>  [dd810205580cc15c2d612f8a51754daa361e9a33]

        #99445#; insert rows if there are rows with no cells in it (not valid)

2002-06-05  Vladimir Glazounov  <vg@openoffice.org>  [bc81a94f9c036f36442ed24351fad6bca83262f2]

        #65293# corrected merge error

2002-06-05  Frank Schönheit  <fs@openoffice.org>  [e1f593a2655cf549d69ca0cfdc32a6c5746dab06]

        #99650# still window/controller life time problems

2002-06-05  Frank Schönheit  <fs@openoffice.org>  [72f898199734cc824e4070815d9b195ffdce3242]

        #99549# corrected the previous fix - don't use m_bDisposed, but rBHelper.bDisposed

2002-06-05  Frank Schönheit  <fs@openoffice.org>  [1525ca54b558ab9c2f22d49d79c553fb00e7ad5d]

        #99650# still window/controller life time problems

2002-06-05  Kurt Zenker  <kz@openoffice.org>  [b6ffc3b8adfab174893efaabbd63c9036ce3e08d]

        SRX642

2002-06-05  Kai Ahrens  <ka@openoffice.org>  [5bde487919eb18f33169258604f05e5e3b201452]

        #95585#: improved accessibility handling for slide view

2002-06-05  Daniel Rentz  <dr@openoffice.org>  [e405fa511f2b1d36dd089d9eb8be3501f49d7089]

        new recs

2002-06-05  Frank Schönheit  <fs@openoffice.org>  [180b68def5146c7879fd7390c00d7b99015881d6]

        DataChanged: always call the base class

2002-06-05  Frank Schönheit  <fs@openoffice.org>  [a0be4de2a8b26216a9f371305451b44c5f1ef0da]

        #99772# german spelling corrected

2002-06-05  Andreas Schlüns  <as@openoffice.org>  [90bbf7979485a7109cdbd5455fb17d38d1932b7d]

        #984120# fix it top level

2002-06-04  Thorsten Behrens  <thb@openoffice.org>  [08845a79bb8f19298a54f3c2a9a82b8da698fbf2]

        #99840# Fixed various focus problems

2002-06-04  Christian Lippka  <cl@openoffice.org>  [77c61241e8e9352ce6140ce00a8347ff5b534194]

        #99732# high contrast enabled line style

2002-06-04  Christian Lippka  <cl@openoffice.org>  [ad82eb942b716e5a12907870a0b3638f3c518061]

        #99732# high contrast enabled line styles

2002-06-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [130eb54260add9e35b322f885d581f6d2c585f1c]

        don't match directories

2002-06-04  gt  <gt@openoffice.org>  [9d9ac27221590c1d4db65896272a4db149c52afa]

        #99780# HC buttons for SvxWinOrientation and real-time settings change recognition

2002-06-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6419651ee819566f24ee2a656a6b1f9d1661f527]

        don't insist on typelist mk; add CCNUMVER to SCPDEFS

2002-06-04  Peter Burow  <pb@openoffice.org>  [6902d9c9ded0c42d5b3b8690d6b501d2faccaa49]

        fix: #99775# updateNonFamilyImages() added

2002-06-04  Peter Burow  <pb@openoffice.org>  [d983c8a6083e9ca94721424ac94d9b9478cbd7f7]

        fix: #99775# HC-Imagelist (Stylist) added

2002-06-04  Peter Burow  <pb@openoffice.org>  [266481e68522eedbc9abca6758db1870277d6280]

        fix: #99775# id for HC-Imagelist (Stylist) added

2002-06-04  Peter Burow  <pb@openoffice.org>  [84396e830909d922047dd5fda8c5488658b1f5fa]

        fix: #99802# large bitmaps for 'Add bookmark'

2002-06-04  Mathias Bauer  <mba@openoffice.org>  [65339e64a14e146d92fbf70ded3bb08852f31c55]

        #98570#: Recording of SearchDialog actions

2002-06-04  Thomas Lange  <tl@openoffice.org>  [6a56cbb388852be8b19d9ca1947ed44888741522]

        #99864# width of scaleable brackets fixed (same width as in SO5.2)

2002-06-04  Christian Lippka  <cl@openoffice.org>  [b3c0bd6f56500f24602537952f3f7d9150deec30]

        #99732# new constants for high contrast previews

2002-06-04  Peter Burow  <pb@openoffice.org>  [db418ea4d15c284bb54c4cce4ae93ce0d9a1fa6e]

        fix: #99880# add patchlevel to version string

2002-06-04  Peter Burow  <pb@openoffice.org>  [3929b4a0a42090aeea3996aba0e3ceeca55f91af]

        fix: #99880# getProductPatchLevel() added

2002-06-04  Andre Fischer  <af@openoffice.org>  [d9ca311f3615c83d28dde284971ade42e227c08f]

        #99867# Added workarround for bug #99889#.

2002-06-04  Thomas Lange  <tl@openoffice.org>  [84a5f35145cd01ccbded6bccc008035d884e5513]

        #99864# formatting of symbols fixed.

2002-06-04  Andreas Schlüns  <as@openoffice.org>  [b1f72e5d378bdd9c51f08ee1b41ced308c484772]

        #98120# fix it toplevel

2002-06-04  Oliver Specht  <os@openoffice.org>  [0622a164cb3752417d13dff00fe68c93a51b243f]

        #99517# Basic syntax highlighting colors added

2002-06-04  Oliver Specht  <os@openoffice.org>  [a9c0cc29f69e54d7627d8a06a9784237c64a15fb]

        #99517# Basic syntax highlighting colors added

2002-06-04  Christian Lippka  <cl@openoffice.org>  [cf8c8fcc4f49832960f50440e7daaddf45e3e3a9]

        #99870# create graphic and object resolver on demand

2002-06-04  Christian Lippka  <cl@openoffice.org>  [7c00e325d711522714eb7e84964abd30c8976ef6]

        #99870# create graphic and object resolver on demand

2002-06-04  Mathias Bauer  <mba@openoffice.org>  [873148a351efa5c92a96d9b5a031b29e8f7e9cc0]

        #98570#: Recording of SearchDialog actions

2002-06-04  Peter Burow  <pb@openoffice.org>  [1855293f91aed84edfa2f7a09c785b7ca8126bc3]

        fix: #99802# help more accessible

2002-06-04  gt  <gt@openoffice.org>  [3f8e38d5746482f577852a2c9b0459f46dde5b39]

        BibBookContainer::PreNotify(): also call PreNotify() from base class when not handled!

2002-06-04  Mathias Bauer  <mba@openoffice.org>  [dd4e9530dec1248cf9e3fed4b9bb1db4639fc693]

        #98570#: Recording of SearchDialog actions

2002-06-04  Mathias Bauer  <mba@openoffice.org>  [6be1f2f5a616a0618b03060f177d1fe21e71bfce]

        #98570#: Recording of SearchDialog actions

2002-06-04  Mathias Bauer  <mba@openoffice.org>  [135c6bfe0a3b5c58cf7d343bb02ae306dc73f60f]

        #99799#: avoid superfluous items

2002-06-04  Andreas Martens  <ama@openoffice.org>  [c14c3e669aad05275ed078e45efd881a9e299eec]

        Fix #99869#: Keep proportions when changing OLE objects

2002-06-04  Bustamam Harun  <bustamam@openoffice.org>  [461d103d51e3d139ad724efbfd519fba0233b7a5]

        #99250# Arabic locale data fixes

2002-06-03  Karl Hong  <khong@openoffice.org>  [c64ae97a5e69bed719847a1ce28509e8cc444f98]

        #99260##99261##96776#Setup workbreakiterator rules for dictionary and edit mode

2002-06-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eccf9e90bea911d2077310cd3bbd6f926b45d6a7]

        #65293#: std::map<>::insert(std::pair<>) relies on member templates which are currently switched off for the STLport-4.5.3/Forte 6 update 1 combintion. Use std::map<>::value_type() instead.

2002-06-03  Thomas Benisch  <tbe@openoffice.org>  [9ca1fcc8f3f3065e883789d7a644f4c81741e90d]

        #99786# added characterattributeshelper.obj

2002-06-03  Eike Rathke  <er@openoffice.org>  [7f3ce56d1953015e7e6f346a41b0435f9e618b7d]

        #99260# #99261# #96776# add icu-2.0-binary_patch.tar.gz (remerged, ignore srx642 branch for the rest of our life)

2002-06-03  Stephan Schäfer  <ssa@openoffice.org>  [a7856c8e3a3a69df8d4dad61c16418691bc9bd33]

        #99533# support for frame title change

2002-06-03  Stephan Schäfer  <ssa@openoffice.org>  [cf59fb4b0bce3e5949cba3a81fd55eb2356d9f0c]

        #99533# support for frame title change

2002-06-03  Sven Jacobi  <sj@openoffice.org>  [b7bbda00f1e9ab9d819d3a88cab7d0c929820cf4]

        #99876# not using textencoding symbol if encoding fontnames

2002-06-03  Stephan Schäfer  <ssa@openoffice.org>  [7eadcb766f44c8bce36128e21802dd99c9ceeada]

        #99526# helper function for child events

2002-06-03  Andre Fischer  <af@openoffice.org>  [e9b0a8a8c0e270a18b1f8e38add265ca0399c7c8]

        #99867# Fixed trace message resulting in crashes. Removed compiler warnings.

2002-06-03  Andre Fischer  <af@openoffice.org>  [4dc43c636880a7d5b5744b7e836a0e6779ea5334]

        #99867# Made the documentation of the ChildDescriptor class more clear.

2002-06-03  Andre Fischer  <af@openoffice.org>  [d5bef3250d4f1fd8d3ed81ea7de42d655c97970d]

        #99867# getBounds returnes now the correct relative coordinates instead of absolute ones.

2002-06-03  Andre Fischer  <af@openoffice.org>  [f21c87aa0bb08d87ee2e94ab24c540e36a66a046]

        #99867# getBounds returnes now the correct relative coordinates instead of absolute ones.

2002-06-03  Andre Fischer  <af@openoffice.org>  [64e2591f598a3a7819f47b1b0667f551b7c524a3]

        #99867# View forwarder updated correctly on view changes (calls to SetView).

2002-06-03  Nils Fuhrmann  <nf@openoffice.org>  [bc2daa1c345f47ce49145d7324760301f5f8777e]

        #98120#: Support for new configuration format *.xcu

2002-06-03  Herbert Duerr  <hdu@openoffice.org>  [50b1d2a8fc1eddf7f6434d9b342b92c9c549afc8]

        #99117# fix of by one for GetFontCharmap

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [66d2b36954ff0e37036536e668a56c1985605119]

        #99799#: avoid to use superfluous items

2002-06-03  Malte Timmermann  <mt@openoffice.org>  [f9b94c3bc30a01ed82ca43ca2a4a7ce4a630ec37]

        #99837# Block notifications under certain  conditions

2002-06-03  Eike Rathke  <er@openoffice.org>  [e6c6f6395cc6c99e3de20a4e3b865a0d137a18c7]

        #99345# just adding interim .cxx files is not sufficient, .obj files must be specified too

2002-06-03  Oliver Specht  <os@openoffice.org>  [32665d407f3bedd044d757a066dfc4d07696fe9f]

        #99795# use Graphic instead of Bitmap to display images in graphical numbering ValueSet

2002-06-03  Oliver Specht  <os@openoffice.org>  [edc32dce0daf407cf22c9e1c6796839c9ed46e9a]

        #99822# high contrast in graphic preview corrected

2002-06-03  Stephan Schäfer  <ssa@openoffice.org>  [3d613a62f547f1a2134071741fc0ede26ee9cb88]

        #65293# merge 1.97.2.1

2002-06-03  Nils Fuhrmann  <nf@openoffice.org>  [8e1c8a850295f10fcd85e68c5216b1430a75547e]

        #98120#: Support for new configuration format *.xcu

2002-06-03  Eike Rathke  <er@openoffice.org>  [64083b16e6c39d314e616a3d89b840a0767392f5]

        #97872# description of FormatElements requirements

2002-06-03  Juergen Schmidt  <jsc@openoffice.org>  [7c6b4b006c4d9803b7bdeee77794765e2b311d2e]

        #99053# change dumping DKREGISTRYNAME

2002-06-03  Eike Rathke  <er@openoffice.org>  [1626d455fcf617f57fca8407fe7695491b71b862]

        #97872# formatindex 21 and 47 must be edit date and edit date/time formats

2002-06-03  Juergen Schmidt  <jsc@openoffice.org>  [0dccb7a24c3d90518c76ca43a8064a2584047656]

        #99053# remove DOLLARSIGN macro

2002-06-03  Daniel Vogelheim  <dvo@openoffice.org>  [441d02e40041b7956dd00b982ecd428a6edfc075]

        #95884# prevent crash with too many undos         prepared code for abort/continue dialog

2002-06-03  Oliver Specht  <os@openoffice.org>  [2302975542af6ad2795e7a8977ac04eaf2bb7455]

        #99807# high contrast compliance impl.

2002-06-03  Oliver Specht  <os@openoffice.org>  [2cd5df7560b926c6baaa6e7bd7fefb3a9e5d2a1d]

        #99807# high contrast compliance impl.

2002-06-03  Vladimir Glazounov  <vg@openoffice.org>  [d05229848a21142ee192e16ec55ffb887c086378]

        SRX642

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [6a52860d25709d046b1e910f452b6691e7af6ba4]

        #99843#: assert unique UnoNames

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [e0d204af09251ea16d22987b0d81a9f69f30e990]

        #99843#: assert unique UnoNames

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [426ee4818de59fa3de52a0aca08d430ed09cb1db]

        #99843#: assert unique UnoNames

2002-06-03  Eike Rathke  <er@openoffice.org>  [5a34cf397097f6e83440cd237e81ae05adf6f35f]

        #97872# adjusted formatindex values (also 48 and 49 are reserved, but used internally)

2002-06-03  Daniel Boelzle  <dbo@openoffice.org>  [1a3e2d8a222c0e3cf7806df754d77d970a19d7ad]

        #99059# pkgchk uno packages management

2002-06-03  Philipp Lohmann  <pl@openoffice.org>  [87d13821b3f307f940d52671d64b5d5f91868b50]

        #98573# add: Menu::GetActivationKey

2002-06-03  Daniel Boelzle  <dbo@openoffice.org>  [a864a9b929db42e215a2a866602689a6a93213f4]

        #99059# added pkgchk uno packages management

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [0e9b0f22ee4c2b79252aca09d9f7b91ba34d7604]

        #99799#: avoid to use superfluous items

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [b61eba46092c1b0d8586f9e997a326a4bb140206]

        #99799#: no DataSource available from Medium

2002-06-03  Carsten Driesner  <cd@openoffice.org>  [dde4ec9626ca85a9d1b667cd105926c33cdb4e33]

        #99843# Special code for OpenDocExec_Impl added

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [4c76426698dad5bfc9bcfc3dcc139954f1b1b75a]

        #99799#: avoid to use superfluous items

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [b2b87f684cb9cb5cf2ff16ed8695471eba4749e4]

        #99708#: no task service anymore

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [724e846f9b2cabe832e46eb18ebcb2356e5ba24e]

        #99673#: allow new type

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [b4763a39a75d7c65d66626ecd0ad22a609b8b7be]

        #99799#: avoid to use superfluous items

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [e1dee7269f8d4f2d070c59adb332fa022ff721c1]

        #99588#: Cancel transfers is needed

2002-06-03  Mathias Bauer  <mba@openoffice.org>  [c0b98e40e21aa42db1a0abe0850fbf034ce23493]

        #99799#: don't put wrong or incomplete items

2002-06-03  Andreas Schlüns  <as@openoffice.org>  [ad3edb9ba921625269df0d6b7b2c8322a07939b7]

        #98120# fix it top level

2002-06-03  Niklas Nebel  <nn@openoffice.org>  [04a5e719a3e70d8d94cdc4e2732f899a8f27c8c0]

        #99782# high contrast images in navigator

2002-06-03  Dirk Grobler  <dg@openoffice.org>  [eb969618178e1a6d4d63ef996557e4f62f45e61f]

        #98120# dependencies for xcd, xml files added

2002-06-03  Carsten Driesner  <cd@openoffice.org>  [3c842b9e97c457fb88a3736a812b2bdb45265943]

        #99843# Use SlotCache to determine disabled slots

2002-06-03  Joachim Lingner  <jl@openoffice.org>  [bc6a2cdfcbf657194fe2da375a296dfc873ab67c]

        #99049#

2002-06-03  Christian Lippka  <cl@openoffice.org>  [3a153e932e23eb8c28465d9a080a9c2d2ae24d6f]

        #99712# high contrast for 3d flyer

2002-06-03  Oliver Specht  <os@openoffice.org>  [8375c9c30ce46a8a039af8a0eefe8b6e6cf2965b]

        #99801# ValueSets now high contrast aware

2002-06-03  Karl Hong  <khong@openoffice.org>  [c5cacaacddd120bc0d21eac71d21b0db0a59f494]

        #95565#Set phonetic algorithm as default collation

2002-06-01  Bustamam Harun  <bustamam@openoffice.org>  [cde38a2f18d8b4581d86d193122f1bd28bc18b83]

        #99345# Add new Indian locale: Tamil, Telegu, Kannada

2002-06-01  Bustamam Harun  <bustamam@openoffice.org>  [8d6ac507127e95539306eb0bfdb61375d76a9c45]

        #99345# Add new Indian locale: Kannada, Telegu, Tamil

2002-05-31  Vladimir Glazounov  <vg@openoffice.org>  [db0229aa9778afd395e8650a2589b5a0a4135e78]

        new version for SRX642

2002-05-31  Eike Rathke  <er@openoffice.org>  [40da326f4084b0ea6d3deac493352518c75b133b]

        #99499# update NatNum map with zh_SG, zh_HK, zh_MO

2002-05-31  Eike Rathke  <er@openoffice.org>  [316e937108f98bcd9f324147fa6fc1cbaec6da77]

        #99499# update NatNum maps

2002-05-31  Eike Rathke  <er@openoffice.org>  [189ac04f16531135ef262120f152edaa810f9d39]

        #99499# update NatNum maps

2002-05-31  Niklas Nebel  <nn@openoffice.org>  [e56d652079407c231dae783833ee27a3ebad1556]

        #99775# use image list to supply high contrast images for stylist

2002-05-31  Vladimir Glazounov  <vg@openoffice.org>  [bf6d6d259fa409f35a62ddbccd0e0b59ee06f8d7]

        new version for SRX642

2002-05-31  Rüdiger Timm  <rt@openoffice.org>  [e9ceaf657a388e21939338046cbbc5ca53545546]

        new version for SRX642

2002-05-31  Thomas Benisch  <tbe@openoffice.org>  [24e208abf8c12b733add2d8d2250239fd9d5a80d]

        #99790# getAccessibleKeyBinding() now uses window activation key

2002-05-31  Nikolai Pretzell  <np@openoffice.org>  [7fef3e8560075996381049ef452f6533077a2e43]

        udm needs RTTI, also on Linux

2002-05-31  Nikolai Pretzell  <np@openoffice.org>  [21c1ff7e61dee52eeca285d4a83d6c1c2657e46f]

        cosv needs RTTI, also on Linux

2002-05-31  Eike Rathke  <er@openoffice.org>  [9f23764dd0ce8b458aa0fc247a3341f926b63f6a]

        #99499# new: SvNumberNatNum, native numbers

2002-05-31  Behrend Cornelius  <bc@openoffice.org>  [3cfff7ebed51b98873fff5334e6dc730716f9e16]

        #99085# Bug with Sorting fields resolved

2002-05-31  Juergen Schmidt  <jsc@openoffice.org>  [df57524f1f0bfa83539141f23788c8443140647f]

        #99053# remove some files in zip file

2002-05-31  Juergen Schmidt  <jsc@openoffice.org>  [003c53a104920515f85d13ae1657ce8700216069]

        #99053# unzip small udk zip file

2002-05-31  Juergen Schmidt  <jsc@openoffice.org>  [3550dc1e36f018b8ec30f577fa12ebaf94f5dbb1]

        #99053# remove example dir

2002-05-31  Martin Maher  <mmaher@openoffice.org>  [96af9babf59d1dccc348ec8125e130a35462b5e8]

        Added getCellValue to comply with the new SpreadsheetDecoder abstract class

2002-05-31  Martin Maher  <mmaher@openoffice.org>  [57a57c8b162cb5fb2b49baaf56d70ebf5dc813d8]

        Added support for Worksheet and Workbook objects

2002-05-31  Juergen Schmidt  <jsc@openoffice.org>  [9f3e97046554c1ee71a412ac9b9c51e0f97982ee]

        #99053# restructure (new targets, new dependencies)

2002-05-31  Vladimir Glazounov  <vg@openoffice.org>  [640aab33ce218716fd33414420c3ce3e71f56a44]

        #65293# compiler bug

2002-05-31  Daniel Rentz  <dr@openoffice.org>  [a4e5837af619ef39cf5b322710a2778d31efc2da]

        #99810# HC support for Fx button in FAP

2002-05-31  Behrend Cornelius  <bc@openoffice.org>  [e4fc273f0199f3e11b84c89315940f58a805aecf]

        #99085# several changes

2002-05-31  Philipp Lohmann  <pl@openoffice.org>  [4a7e98573a96cafcf3c167fa8925e7184b90ef83]

        #99730# corrected GetDisplayBackground for ListBox

2002-05-31  Kurt Zenker  <kz@openoffice.org>  [7b4bd7068574595c3ed882f4328eb6ddbf646f08]

        new version for SRX642

2002-05-31  Christof Pintaske  <cp@openoffice.org>  [f27b026f98ab24a6d186646e9c7c17f169780f33]

        #99766# #99761# handle xevents first, then timer

2002-05-31  Eike Rathke  <er@openoffice.org>  [8300b9ee3abf40a345263f4b42a35910658e719d]

        #99499# add: loadModuleByImplName(), transliterate() without language parameter

2002-05-31  Vladimir Glazounov  <vg@openoffice.org>  [0a2ebfe98498092767a803dec1fb7639c596b3a7]

        #65293# enabled include for product also

2002-05-31  Thomas Lange  <tl@openoffice.org>  [873ce61f970681c88844aa33ecfc3c554a8ad7ee]

        #98669# Accessibility in Math

2002-05-31  Christian Lippka  <cl@openoffice.org>  [19e35be56105cf7ba0128ee00c018fb1cad41243]

        #99257# fixed GCC problems

2002-05-31  Behrend Cornelius  <bc@openoffice.org>  [305b6d0111a1ba2a4e816cd6e684f428cc771e89]

        #99085# start up routine for report wizard inserted

2002-05-31  Herbert Duerr  <hdu@openoffice.org>  [cb87c6f10690669cedf23d26bf2b5d4922c201a4]

        #97492# fix problem with script change at every character

2002-05-31  Jörg Barfurth  <jb@openoffice.org>  [de2ba52a1f6e150070ea906e2267d6998450eafe]

        #98489# Adjusted to changed XUpdateHandler; added missing pieces for writing and resetting values

2002-05-31  Andreas Schlüns  <as@openoffice.org>  [48dfcd2deac72365d83b2e31cd7b5bafad27a8eb]

        #99797# handle close/suspend/dispose better

2002-05-31  Kurt Zenker  <kz@openoffice.org>  [e023b4c88d7fadf1b64028ad681a6af03ac5a8d7]

        new version for SRX642

2002-05-31  Ocke Janssen  <oj@openoffice.org>  [c97036ab7dec666766c8cb6259a86fd1b15ca531]

        #99812# accessible adjustments

2002-05-31  Kurt Zenker  <kz@openoffice.org>  [eafc508e2d8ee7c75b7c78332cdf88bcfad61f2e]

        new version for SRX642

2002-05-31  Vladimir Glazounov  <vg@openoffice.org>  [63688e7f76ec9bfe15b5e31b25d9b8a4e4f87056]

        #65293# HDU: remove mnWidthFactor usage for remote case

2002-05-31  Peter Burow  <pb@openoffice.org>  [00d91b0bb669a7755b25ceb40d9750cffc596393]

        fix: #99808# get system color for background and text (HC compatible)

2002-05-31  Thorsten Behrens  <thb@openoffice.org>  [9a9116b5b3cc80a2b69ac068eee056d999b245c9]

        #65293# Lesser temporaries for gcc

2002-05-31  Daniel Rentz  <dr@openoffice.org>  [39387f105c9eec5432b1838619b6a5355c0c0f46]

        #99785# hfedtdlg.hrc hfedtdlg.src tphfedit.cxx

2002-05-31  Daniel Rentz  <dr@openoffice.org>  [33f4a7cfcd038f3cb5b6e349bfee3bd1f84a6b6e]

        #99768# HC bitmaps for ScRefButton

2002-05-31  Kurt Zenker  <kz@openoffice.org>  [bf0ba3aa8648771f421c464ddd7b190fdda3e2a6]

        new version for SRX642

2002-05-31  Kurt Zenker  <kz@openoffice.org>  [975b4a666f5bf11b950943176e3a839cbb0a734e]

        new version for SRX642

2002-05-31  Rüdiger Timm  <rt@openoffice.org>  [f8ff22e31194f8a75c4267a14a1810dcb82e4e56]

        new version for SRX642

2002-05-31  Philipp Lohmann  <pl@openoffice.org>  [d7625bdc6a157abba142545783f0f41d48f4b148]

        #98499# added LANGUAGE_THAI as 66

2002-05-31  Oliver Specht  <os@openoffice.org>  [4feea52c23de13e69f1872b5db4807bce53c7d42]

        #99789# format preview high contrast aware

2002-05-31  Vladimir Glazounov  <vg@openoffice.org>  [d9ef99a1bf557ae99ddc95a297f0f2df5c4a4d92]

        #65293# corrected typo

2002-05-31  Kurt Zenker  <kz@openoffice.org>  [3c3b190022d4a26d55922c0b6dbb63ec15e47b50]

        new version for SRX642

2002-05-31  Philipp Lohmann  <pl@openoffice.org>  [f8a7a0ee2952a1dc5a8780aebbcb55d3a4cac8e1]

        #99117# try to find fonts of JRE/JDK

2002-05-31  Armin Weiss  <aw@openoffice.org>  [792ddbfd2a38870ebeda9f9362ed5275a8b6f593]

        #90353# removed unused raw memory usage (pBuf)

2002-05-31  Daniel Rentz  <dr@openoffice.org>  [32110adf9444a711fcd3cc9c54a86bd0e64b13c0]

        #99768# HC bitmaps for ScRefButton

2002-05-31  Armin Weiss  <aw@openoffice.org>  [ab3ee0338c54705a5245afd4347bef6cd3db19b2]

        #90353# deleting pMirrorPolygon, pMirroredPolygon, pMarkedObjs needs delete[] operator

2002-05-31  Daniel Rentz  <dr@openoffice.org>  [d63cf4f6f3ea942ba4e19959759ddb21616ec666]

        #99784# HC support for Page style->Sheet tabpage

2002-05-31  Kai Ahrens  <ka@openoffice.org>  [0942686ce351ee8fb48866f7f2a871ac23883d72]

        #98591#: enabled errors again for SRCX642EA1

2002-05-31  Armin Weiss  <aw@openoffice.org>  [791d88e19b64dc9f00b801a782afe0a000d8d3f5]

        #90353# pDotDashArray needs delete[] operator

2002-05-31  Daniel Rentz  <dr@openoffice.org>  [1d2d599a5be96e6b62a31af31562b37534fa0def]

        #99768# HC bitmaps for ScRefButton

2002-05-31  Sven Jacobi  <sj@openoffice.org>  [a03ce6de5eba1342c1f9296223b87e741dceac53]

        #90353# changes for array delete

2002-05-31  Armin Weiss  <aw@openoffice.org>  [b368cc3b7de15b7a1be9ced4040bef35167318ee]

        #90353# pNewWhichTable needs delete[] call

2002-05-31  Sven Jacobi  <sj@openoffice.org>  [2bd32113d063445a4e477a98f000dc7c386fc905]

        #90353# changes for array delete

2002-05-31  Christian Lippka  <cl@openoffice.org>  [233793290c687d52369484edbd80297c71b40219]

        #99730# added high contrast mode for hatching listbox

2002-05-31  Andreas Bille  <abi@openoffice.org>  [3394c62ea748123abb132dfd19d76415f0a0f79b]

        merging differences from srx642 into toplevel

2002-05-31  Andreas Bille  <abi@openoffice.org>  [d24345c6c7be5ccb42db3f62b0545f050bc0f4f6]

        #99496# accessibility

2002-05-31  Peter Burow  <pb@openoffice.org>  [d15496f294931602ce954452c480b1844936154a]

        fix: #99706# HC-Support

2002-05-31  Andreas Schlüns  <as@openoffice.org>  [a7f6a59850f37ab5bafde68adb9f2666710150f0]

        #65293# don't use NULL here

2002-05-31  Oliver Specht  <os@openoffice.org>  [b32dacc2da0b862d0255b2ead6661081941fbd10]

        #99703# mask color set to gray

2002-05-31  Caolán McNamara  <cmc@openoffice.org>  [72b71c5106d859fc382bcf14499e5573c4dd4ee2]

        #99760# Moronic out by one error merged to head

2002-05-31  Ocke Janssen  <oj@openoffice.org>  [7a5d03731cb9fac41c44510a3660590ddd1d4f50]

        #99650# check win in GetFocus

2002-05-31  Oliver Specht  <os@openoffice.org>  [f420e7450d9ad29d37352455ddc66ceca085f6bf]

        #99725# paragraph preview high contrast aware

2002-05-31  Christian Lippka  <cl@openoffice.org>  [717bded28c452cc818712ad1636a32382f9744b3]

        #98825# added ForceAutoColor()

2002-05-31  Christian Lippka  <cl@openoffice.org>  [e5d285ce7106630702df5e10566e930a41fb089e]

        #98825# added ForceAutoColor()

2002-05-31  Ocke Janssen  <oj@openoffice.org>  [a215779b9d360c8098980ae038867970a6edc9e5]

        #99650# use of auto_ptr to ensure that window is set to null before deleting

2002-05-31  Tom Verbeek  <tv@openoffice.org>  [74bec5c3de72626a55a9c307a99fe4b4949c8a18]

        #99085# removed file 'FillReportDocument.java'

2002-05-31  Kurt Zenker  <kz@openoffice.org>  [6a73a2c77b29830f73eb05f3ae8e29789dd845ad]

        Merge SRX642: 05/31/02 - 11:34:29

2002-05-31  Kurt Zenker  <kz@openoffice.org>  [417adc34d1c0b6225402b5a3817399d51d47b078]

        Merge SRX642: 31.05.02 - 11:35:00

2002-05-31  Kurt Zenker  <kz@openoffice.org>  [83376f96282c63bb0f4ddf54ed2d8149f3f6dbe6]

        Merge SRX642: 31.05.02 - 11:33:16

2002-05-31  cdt  <cdt@openoffice.org>  [e5ce5b2544fc24cf735982d318b954c3dbb820ff]

        #99526# rvp extension for accessibility

2002-05-31  Herbert Duerr  <hdu@openoffice.org>  [dfa5f67b51aeb564e347ed193c364654bacddaff]

        #99456# reset GCP structure before retry

2002-05-31  Kai Ahrens  <ka@openoffice.org>  [5783e59d30e01b6d803f5e6f0618612360f64fc1]

        #99757# checksum has to be set, so that GraphicId is not empty

2002-05-31  Sven Jacobi  <sj@openoffice.org>  [9bbe083bc740df42b22e09a9e0948a7f9e73f35a]

        #97492# now using GetTextOutline instead of GetGlyphOutline, (GetTextOutline is always creating baseline oriented outlines)

2002-05-31  Vladimir Glazounov  <vg@openoffice.org>  [4a87b6f8850074fd52dd4f7d18629322344235bf]

        SRX642

2002-05-31  Martin Hollmichel  <mh@openoffice.org>  [4cfa92e6a729f531ed2788396f2f14dc6874f2aa]

        chg: delete line for demo purpose

2002-05-31  Sascha Ballach  <sab@openoffice.org>  [b1e4a65cb6c929944f58a163f4901c2ac9ac08eb]

        #95584#; protect the object if invalid

2002-05-31  Sascha Ballach  <sab@openoffice.org>  [ab9c3541153e883362f61789995353605a96b53e]

        #95584#; only start listening if mpDrawModel is

2002-05-31  Sascha Ballach  <sab@openoffice.org>  [9e9f061f32fece17ed275b621d913445f8020491]

        #95584#; send Active_Descandent event to the first listener

2002-05-31  Stephan Schäfer  <ssa@openoffice.org>  [97057b0afca985c5ad41de7994b9b5e3a5002e02]

        #99526# avoid assertion

2002-05-31  Sascha Ballach  <sab@openoffice.org>  [2b48d51009b4b0a16d7d18a1ac34a39933bacf20]

        #95584#; add IsObjectValid method which throws a lang::DiposedException if the object is not valid and use it

2002-05-31  Sascha Ballach  <sab@openoffice.org>  [9bb95e6de8bb08c131d23b4ce74ea9b02edbb8d4]

        #95584#; add IsObjectValid method which throws a lang::DiposedException if the object is not valid

2002-05-31  Sascha Ballach  <sab@openoffice.org>  [facb19b92486afa76f8f79c1abfbad59017922c5]

        #95584#; tell the cell that the editmode changed; protect the object if invalid

2002-05-31  Stephan Schäfer  <ssa@openoffice.org>  [cedc11e5767535449b924003a439f6626baeea95]

        #99526# revert to old hierarchy code

2002-05-31  Sascha Ballach  <sab@openoffice.org>  [b4bcf3a82e8b9adc412b3435638d0b6099c6bd46]

        #95584#; tell the cell that the editmode changed

2002-05-31  Ocke Janssen  <oj@openoffice.org>  [f7b12ebaec30cf44dd4f17e51bc3570e88dc6c77]

        #99650# use of auto_ptr to ensure that window is set to null before deleting

2002-05-31  Oliver Specht  <os@openoffice.org>  [307213d64f8599662b6092fe9014a18cf6257900]

        #99700# controls moved to fill gaps caused by color configuration

2002-05-31  Stephan Schäfer  <ssa@openoffice.org>  [30bb69a9e3c56777669d49bb512f9665ba435ece]

        #99526# call highlight event

2002-05-31  Stephan Schäfer  <ssa@openoffice.org>  [8a4f31580f6a4d4035709e1f86b00f88a5ee58a6]

        #99526# helper methods for toolbox access

2002-05-31  Sascha Ballach  <sab@openoffice.org>  [9307f530b58464da01a5eaba2942642e39e89dfd]

        #95584#; add editmode and drawlayer hints

2002-05-31  Sascha Ballach  <sab@openoffice.org>  [2cc39ef9b23c53499c88096cce283a90b806cbd2]

        #95584#; notify drawlayer creation

2002-05-31  Christof Pintaske  <cp@openoffice.org>  [7d1144179c8fdc56281c662371ca25eb05287dae]

        #99761# handle xevents first, then timer

2002-05-31  Sascha Ballach  <sab@openoffice.org>  [4dfd1029fd0679fa557be5afd8b7a70b0187350e]

        #95584#; notify change to editmode

2002-05-31  Oliver Specht  <os@openoffice.org>  [de4ea6c9d27ecc64e495127d3db45b1b623e06f9]

        #99717# Database bitmaps moved into ImageList

2002-05-31  Frank Schönheit  <fs@openoffice.org>  [88bcd2c2a1bc6180d27dc7febeb408c8de2e19af]

        #98264# small modifications to the selection drawing

2002-05-31  Oliver Specht  <os@openoffice.org>  [c45bcab1e1e5c0fd10cc043795aec26fe69bce2d]

        #99717# Database bitmaps moved into ImageList

2002-05-31  Oliver Specht  <os@openoffice.org>  [63546813ed7e93f264c57061440a5936937afb7a]

        #99717# dbtree.src removed

2002-05-31  Karl Hong  <khong@openoffice.org>  [54b5bea7b7f42bc2819aca73cf13f4af1de67e98]

        #99499#Add NumToTextFullwidth for Chinese locales

2002-05-31  Karl Hong  <khong@openoffice.org>  [48fd2b3d78abf95566e2ed1da0e37d7d2520d81a]

        #99499#Add NumToTextFullwidth for Chinese locales

2002-05-31  Carsten Driesner  <cd@openoffice.org>  [f33405d13bcbbc47fdbc43b75a67db401ad5683a]

        #99729# Made changes to support high contrast checkboxes in SvTreeListBox

2002-05-31  Carsten Driesner  <cd@openoffice.org>  [f8f37a8168373920e98db7da3e8d900a2c7e8434]

        #99729# Use dtor to remove memory hole

2002-05-31  Carsten Driesner  <cd@openoffice.org>  [d2bd405e05cc1b3ab1e4e28b61ca6e3bec8bd518]

        #99729# Use correct control to create images and removed memory hole

2002-05-31  Ocke Janssen  <oj@openoffice.org>  [5150c7556a702f0a4ce9b0ba09e09e3f3451579a]

        #99698# check if hc is enabled and load correct images

2002-05-31  Karl Hong  <khong@openoffice.org>  [7797f0d6f9a98cc9fa5fd27b1958c422dcdf6b8b]

        #95565#Update Japanese phonetic indexentrysupplier

2002-05-31  Karl Hong  <khong@openoffice.org>  [41f31047333814587bc05bbc089e99cb4c5dbdbc]

        #95565#Update Japanese phonetic indexentry data

2002-05-30  Niklas Nebel  <nn@openoffice.org>  [a7ddbeb36bbea7deb60f8036f5f3686c3456f353]

        #98136# use setting for automatic color in cell background/border/shadow

2002-05-30  Andre Fischer  <af@openoffice.org>  [5a80330861231099952360db0d71c7845039d354]

        #95585# Removed double dispose of accessible shpes without UNO counterparts.

2002-05-30  Behrend Cornelius  <bc@openoffice.org>  [a8058e9db6b1d5bcef57ec094b155459798b5653]

        #99085# Last Features for Reportwizard

2002-05-30  Behrend Cornelius  <bc@openoffice.org>  [854474c0b8c9e82280c46f4b2a0833d3ec8eb426]

        #99085# Resources for Reportwizard improved

2002-05-30  Behrend Cornelius  <bc@openoffice.org>  [cd547bf2b7f09ac2e352409de372e042ff690879]

        #99085# adding bitmaps for report wizard

2002-05-30  Andreas Martens  <ama@openoffice.org>  [d743d094227b1b2ae28ba2c4384fea380956d419]

        Fix #98388#: Move anchor of selected object

2002-05-30  Andre Fischer  <af@openoffice.org>  [7ca1e159eb13aa275cddd4b13dcdd07bc065352e]

        #95585# Added missing initialization of page shape.

2002-05-30  Andre Fischer  <af@openoffice.org>  [4ff8e59dce06f36eba1a66d260752bfd8a448881]

        #95585# Removed unnecessary forward declaration.

2002-05-30  Andre Fischer  <af@openoffice.org>  [8b1d8b669c897019a072da80d11a65b89dc77dd8]

        #95585# Moved handling of modified shapes to AccessibleShape. Support of inserted and removed shapes.

2002-05-30  Andre Fischer  <af@openoffice.org>  [bf86700bebd70948b6f389a1a58c638af40d8c8e]

        #95585# Added support for accessible edit engine.

2002-05-30  Juergen Schmidt  <jsc@openoffice.org>  [fac3fac9899f57cca715c46b9cba7803ee9a9fe9]

        #99053# insert docu for autodoc

2002-05-30  Herbert Duerr  <hdu@openoffice.org>  [e3d6bf644d7b0fd3c4edd908b936d3d30e02b414]

        #97492# prefer fonts with CTL potential => TTF

2002-05-30  Jörg Barfurth  <jb@openoffice.org>  [2dd516490e992e1a20ebbe7749ca7fb08d7cd9d9]

        #98489# Adjust update merging to changed XUpdatableLayer interface

2002-05-30  Carsten Driesner  <cd@openoffice.org>  [e385ba5a225dd35c7caeb136cd23fa69b0e1e7ad]

        #99729# Made changes to support high contrast checkboxes in SvTreeListBox

2002-05-30  Andre Fischer  <af@openoffice.org>  [1ce25b3da5001f26dbcd8ec9cf5b29c6d7f0b585]

        #99569# Removing as listener from model broadcaster. Releasing references correctly.

2002-05-30  Frank Meies  <fme@openoffice.org>  [b758b1e4966f75e82a31bb4fccda6f0177b6892a]

        Fix #99731# Only use SwScriptInfo for font determination if it is valid

2002-05-30  Tom Verbeek  <tv@openoffice.org>  [a63b6dd19274a2ca9b80caad9cbfad0742599bd8]

        #98788# Support for High-Contrast icons

2002-05-30  Michael Brauer  <mib@openoffice.org>  [d683c3e2fd160510eb8564d4434487ead33146be]

        #99323#: Reset page styles attributes

2002-05-30  Oliver Specht  <os@openoffice.org>  [7d0e863fa2548c4d8c9a7463c5169fdf9ac50c6c]

        #97924# overwrite text: extra paragraphs should only be inserted when tables or sections are found

2002-05-30  Daniel Rentz  <dr@openoffice.org>  [ef308a0c41a43946fc732535b0bdb92ce1bb27c7]

        #97776# New DP popup entry 'Filter'

2002-05-30  Sven Jacobi  <sj@openoffice.org>  [1452b5914997658ee7ea8bb35bea55632c417793]

        #99317# improved import of text that is rotated and also flipped

2002-05-30  Sven Jacobi  <sj@openoffice.org>  [d2606810cb6a63c16a4294c6b0339b394e63f1ac]

        #99317# rotation also done for 3d autoshape objects

2002-05-30  Oliver Specht  <os@openoffice.org>  [32c82808a5be8904168f24d00ebcf1eaff87538e]

        #99546# SwXTableColumns/Rows::removeByIndex correcte (number of columns is used now)

2002-05-30  Eike Rathke  <er@openoffice.org>  [5d43ef7efa4671a3f7b1f41fd8cd0f921863d733]

        #99587# rename 'Thai (TIS-620)' to 'Thai (ISO-8859-11/TIS-620)' and add 'Thai (Windows-874)'

2002-05-30  Sven Jacobi  <sj@openoffice.org>  [54a8df059a9d8f223e388998b6be8f333014ccb6]

        #99317# rotation also done for 3d autoshape objects

2002-05-30  Niklas Nebel  <nn@openoffice.org>  [6d5880cb1e9a4cd97ffaa8b8a33eb9d80a4aebf9]

        #99704# support for high contrast images

2002-05-30  Peter Burow  <pb@openoffice.org>  [00683ba30e44007f00609112a20affbc00165ce2]

        fix: #99531# use external lock

2002-05-30  Peter Burow  <pb@openoffice.org>  [4529fe38b7c68c30938bc3e26aaff7d87f39481f]

        fix: #99531# vclxacc...ToolBox* added

2002-05-30  Frank Meies  <fme@openoffice.org>  [1c3b33068db4e9aab5e258c2c2da3305ce189c7a]

        Fix #98595# Implementation of rotated number portions

2002-05-30  Peter Burow  <pb@openoffice.org>  [c5593dd408a28ba4a8d77fa74561d05418346410]

        fix: #99531# VCLXToolBox added

2002-05-30  Peter Burow  <pb@openoffice.org>  [bb6bd9da07a76d49158d959f29eaaa3bf5b839e0]

        fix: #99531# externallock added

2002-05-30  Peter Burow  <pb@openoffice.org>  [8ada82665343f5bb33ba361f434860d2dad3102c]

        fix: #99531# external lock for toolkit

2002-05-30  Peter Burow  <pb@openoffice.org>  [13868b5bc38418f460c11fc0a2b6f56b9ba3716a]

        fix: #99531# accessible for ToolBox

2002-05-30  Daniel Vogelheim  <dvo@openoffice.org>  [f16962ff585b78b15cfb99f3de0374f2320376eb]

        #99239# make sure the SwDocShell closes the clipboard document, in order         to cleanly close close all storages

2002-05-30  Christian Lippka  <cl@openoffice.org>  [93d83bdfd7d067e1982bb03285cd9eb2e591e9dd]

        #99566# corrected bitmaps

2002-05-30  Andreas Schlüns  <as@openoffice.org>  [96ef1b3f552ede4f4c0f2b4a25524efeab8d4751]

        #99711# improve performance at queryDispatch()

2002-05-30  Stephan Schäfer  <ssa@openoffice.org>  [a34bfbe59097a37c455ea3b8459e71d82528b303]

        #99526# no borderwindows in accessible tree, change sending of accessible events

2002-05-30  Nils Fuhrmann  <nf@openoffice.org>  [a1759a6d61e5b345d6f5327445c8366394db3faa]

        Fixes for merge

2002-05-30  Frank Meies  <fme@openoffice.org>  [04e56e0ca3af12db33a579aa656002828af94738]

        Fix #98595# Implementation of rotated number portions

2002-05-30  Christian Lippka  <cl@openoffice.org>  [53b3d806ef1d2980b13f92d7d2ba44965d44a2b0]

        #99566# corrected bitmaps

2002-05-30  Michael Brauer  <mib@openoffice.org>  [cf37aab224a46a155e9bdedd34c646342028763b]

        #99569#: Don't broadcast draw events if model is disposed already

2002-05-30  Christian Lippka  <cl@openoffice.org>  [280ac4bed54b89ac83cf500faee2e892ad075729]

        #99566# corrected bitmaps

2002-05-30  Stephan Schäfer  <ssa@openoffice.org>  [b65265bcf9bd76fc6ea74c5d4ad61815dc7f0008]

        #99526# send create/destroy in show/hide events

2002-05-30  Christian Lippka  <cl@openoffice.org>  [2edbf153e4131f002b8b2fa397131bb383e1a516]

        #99614# set correct publish location

2002-05-30  Armin Weiss  <aw@openoffice.org>  [956177a167aa0b0e3738d9c609cd567d1540043e]

        #99632# rInfoRec.pPV may be zero when it's an animated GIF

2002-05-30  Jörg Barfurth  <jb@openoffice.org>  [a140f74cfe407f337b8d38a7eab98c43fdd9e797]

        #98489# Enable dropping properties (works only, if new on the current layer)

2002-05-30  Frank Schönheit  <fs@openoffice.org>  [1c028affb9fc3122fe79051952721ea371b15f4c]

        #99484# updateFamilyImages: correct the loop

2002-05-30  Caolán McNamara  <cmc@openoffice.org>  [5bb8f717ec05a8608bdce727c3e26c0c5a6e9455]

        #99691# If you decode that when you have have a left page you must have a right page, then it would be a good idea to tell the page descriptor that too.

2002-05-30  Christian Lippka  <cl@openoffice.org>  [1ad67414f5ed977d3939357901c2dd09e92a80f2]

        #99257# added image list for style families

2002-05-30  Frank Schönheit  <fs@openoffice.org>  [1086d70db67da1190a1d91a143f8f7ab31f1b6d7]

        #98264# using new highlighting for selected entries

2002-05-30  Frank Schönheit  <fs@openoffice.org>  [f8bcd23733b3e0a06134260bc94bf0362fe2b239]

        #98264# using new highlighting for selected entries

2002-05-30  Frank Schönheit  <fs@openoffice.org>  [f133a88eb6a47190fec98a37b39552565450505f]

        do not open the folder when the URL did not change (found during #98264#)

2002-05-30  Andreas Martens  <ama@openoffice.org>  [57bc712b5c9ac98d1b188588e8bd6f6953e06bf7]

        Fix #98136#: Automatic colr for fly frames and tables

2002-05-30  Vladimir Glazounov  <vg@openoffice.org>  [9ba4c5fe2353119c2b33e2f350f672329ef4aa9e]

        SRX642

2002-05-30  Oliver Specht  <os@openoffice.org>  [0e82ec3891127f7e2046c300060109583ba62b1c]

        #98136# +Set/IsUseAutomaticBorderColor()

2002-05-30  Tom Verbeek  <tv@openoffice.org>  [d47893d4e7d768d8e0749b23703b5a317cd848b6]

        #99085# back to one Service with Arguments

2002-05-30  Christian Lippka  <cl@openoffice.org>  [da05403f5727eedd181affbba37db0d83b4dff80]

        #99257# detect high contrast mode for image retrieval

2002-05-30  Frank Schönheit  <fs@openoffice.org>  [22f6eefd24e7f4f6feb746d6e4a782c210e98203]

        #99693# corrected value property name for hidden controls

2002-05-30  Frank Schönheit  <fs@openoffice.org>  [24ba1f4fcefefe2393526e59cff1efb5edfe2d1d]

        #99693# +PROPERTY_HIDDEN_VALUE

2002-05-30  Karl Hong  <khong@openoffice.org>  [cb9cf006bcfd3c6ed3d94ace1c2dd11d800d34c5]

        #99499#added new transliteration for Native number formatter

2002-05-29  Niklas Nebel  <nn@openoffice.org>  [fd3bfb798e4e47d04001d67388fd9b34fad7bef8]

        #99643# use high contrast image if necessary

2002-05-29  Herbert Duerr  <hdu@openoffice.org>  [33f5991d80ce898fe8e0e420dfc39328f8e3317c]

        #97492# fix advance width calculation for kerned layouts

2002-05-29  Herbert Duerr  <hdu@openoffice.org>  [2a95a1b03d364840e2d274279935284b8951f9e4]

        #97492# re-implement asian kerning for CTL vcl

2002-05-29  Mathias Bauer  <mba@openoffice.org>  [7422efd07c41ee9e061aa0c3a64044d962a09eba]

        #99038#: wrong error handling

2002-05-29  Thorsten Behrens  <thb@openoffice.org>  [9155245f90ac23d579c2002dfe3bf9fa72c9a4db]

        #96948# Proper handling of CARET and SELECTION events

2002-05-29  Philipp Lohmann  <pl@openoffice.org>  [a3ae3a516881eeee4fff1a0ada567be7a4a38882]

        #99659# better leave width unchanged in DataChanged

2002-05-29  Mikhail Voitenko  <mav@openoffice.org>  [c4de6b8a270b2436da87aa1cabfd700f3abdad41]

        #99038# open filter options dialog on loading

2002-05-29  Mikhail Voitenko  <mav@openoffice.org>  [0c2e33613fb59e574011ca70fc64d546dee3472a]

        #99038# open filter options dialog on loading

2002-05-29  Thorsten Behrens  <thb@openoffice.org>  [5c0307b1a3a552bc2d469fa1b1fc2a00e97dc2ec]

        #96948# Corrected bounding box calculations

2002-05-29  Thorsten Behrens  <thb@openoffice.org>  [48ba995c1ff0fe8a094b5c7fc8f3021dad69db1b]

        #96948# Corrected mapmode stuff

2002-05-29  Mikhail Voitenko  <mav@openoffice.org>  [613acbc04e2c0bc72146c554abb09533edfc1f4d]

        #99038# open filter options dialog on loading

2002-05-29  Mikhail Voitenko  <mav@openoffice.org>  [5b8cd30c8fc1712b65dad02137c78ba6bb10f551]

        #99038# open filter options dialog on loading

2002-05-29  Thorsten Behrens  <thb@openoffice.org>  [1ff5c43cb5b804e1f74610f4c10018faf02c5730]

        #96948# Forwarder valid only if EE/Outliner in UpdateMode

2002-05-29  Volker Ahrendt  <va@openoffice.org>  [fa86e496a70b0106a3814c1c7df80a605e011686]

        #99085# Initial revision.

2002-05-29  Volker Ahrendt  <va@openoffice.org>  [117ce6791118323adfdbab32211f7d2a0e94cb9d]

        #99085# Added support for AutoPilot Report.

2002-05-29  Philipp Lohmann  <pl@openoffice.org>  [a6d5002af24edd5478cc037cbcc20a41b34a700d]

        #99467# hide duplicate separators

2002-05-29  Daniel Vogelheim  <dvo@openoffice.org>  [bf01d6f49c94c4b67aac97b727a2eaa0a1f187b2]

        #96531# load script fields without script type

2002-05-29  Mathias Bauer  <mba@openoffice.org>  [fcd05a9a42170079316574d918c2acea2c7f1fb1]

        #99673#: use new type Service

2002-05-29  Michael Brauer  <mib@openoffice.org>  [67edfe3c07f120e965f93f51266aa5544f027f2a]

        #99641#: focus in page preview

2002-05-29  Andre Fischer  <af@openoffice.org>  [f32401866c89b3f36202f8f727c8ccf7eb62a049]

        #95585# Added workarround for bug about unlocked solar mutex.

2002-05-29  Niklas Nebel  <nn@openoffice.org>  [103bc6c8fca1cb91d5eba30896e267b54b22f833]

        #99620# changed mask color for high contrast image lists

2002-05-29  Mathias Bauer  <mba@openoffice.org>  [ce4c9fd77840ce5926c48b5a66ec7888819c6395]

        #99038#: save filters using filter dialog

2002-05-29  Mathias Bauer  <mba@openoffice.org>  [d780314bbbafa441a047b714c04709f5643832b7]

        #99588#: don't transfer LoadEnv via item

2002-05-29  Michael Brauer  <mib@openoffice.org>  [6ddf7570f31cc6ccc25edd0b405a3a74bddb65e2]

        #99642#: empty pages in page preview

2002-05-29  Philipp Lohmann  <pl@openoffice.org>  [1be8f9950909de412e957b8faf2d3b14579ab5f6]

        #99644# change return parameters, added getStrings

2002-05-29  Mathias Bauer  <mba@openoffice.org>  [fb93278cd057d6b10388c79a60fab7a152e16517]

        #99038#: missing arguments

2002-05-29  Oliver Specht  <os@openoffice.org>  [d0855f87631e839e1591fe6e7abf7c1adbf0c50c]

        #98391# Ctrl+Tab+Shift works for non-drawings, too, #98405# prevent auto correction while recording

2002-05-29  Stephan Bergmann  <sb@openoffice.org>  [12602c8713a1e4dbca12dbf055d2f05db4cdd35c]

        #98579# Deliver officebean.jar (contains the interfaces needed by wdk_jclient).

2002-05-29  Sven Jacobi  <sj@openoffice.org>  [8264972bafb37079abd06f93bd4e1ca22c34e739]

        #90353# changes for array delete

2002-05-29  Oliver Specht  <os@openoffice.org>  [ab39dfdd06952e8b6646701d3da7073192859066]

        #99649# 'single print job' corrected

2002-05-29  Mathias Bauer  <mba@openoffice.org>  [9eedbc28bc54206f75e67c4d3df59ff765a0fed7]

        #99588#: don't transfer LoadEnv via item

2002-05-29  Sven Jacobi  <sj@openoffice.org>  [d9dfe8191c303347d03d95067e38417bb8b924e1]

        #90353# changes for array delete

2002-05-29  Daniel Vogelheim  <dvo@openoffice.org>  [de9a06d9d66203392d410ff09464c92672590096]

        #95889# fixed improper use of HashMap::count

2002-05-29  Kai Ahrens  <ka@openoffice.org>  [c369444ce5ba86f1078f17eb13ecf84daa6f5a55]

        #90353#: correct usage of array new/delete

2002-05-29  Christof Pintaske  <cp@openoffice.org>  [463f6e2f300adf7b16a7f90e3c8f33ac3bcefa2e]

        #99574# read the ui font from configuration

2002-05-29  Oliver Specht  <os@openoffice.org>  [dcb21ab59077f4a481fb866b738bb77521a83190]

        #97695# anchor color removed

2002-05-29  Niklas Nebel  <nn@openoffice.org>  [03a8a759055fb8ef24967578408d8c3193f3c209]

        #99038# call filter options dialogs from FilterOptionsDialog service instead of ConvertFrom/To

2002-05-29  Frank Schönheit  <fs@openoffice.org>  [b2af79a37be70c01856296d177a799a8e1e79306]

        #99674# correctly set the collapsed/expanded images for both bitmap modes

2002-05-29  Frank Schönheit  <fs@openoffice.org>  [733657aea15401affb99b2e659808b24ffee51ab]

        #99676# use correct image when explicitly setting it

2002-05-29  Niklas Nebel  <nn@openoffice.org>  [48632082bcdd451530f97b6e374db4b2c22f4ae9]

        #99038# FilterOptionsDialog service implementation for Calc filters

2002-05-29  Kai Ahrens  <ka@openoffice.org>  [a37ccbd34a9259866705555702ef8bb39a6e9009]

        #90353#: correct usage of array new/delete

2002-05-29  Kai Ahrens  <ka@openoffice.org>  [98e465ffd27c696d7bba76c92dd4a37e523cfd03]

        #90353#: correct usage of array new/delete

2002-05-29  Daniel Vogelheim  <dvo@openoffice.org>  [74b5e792b0ed8f910f7d5733babd48a00e648ce8]

        #97764# fixed improper use of IS_TYPE

2002-05-29  Kai Ahrens  <ka@openoffice.org>  [5703b84664e2c45e8d57592911ac8f0af33d2ba0]

        #90353#: correct usage of array new/delete

2002-05-29  Kai Ahrens  <ka@openoffice.org>  [dc89e937fdffae6f19fbb8be813896ff8dac691f]

        #90353#: correct usage of array new/delete

2002-05-29  Kai Ahrens  <ka@openoffice.org>  [2d360aad49e5ad0df0b37f7b346d316dbe6a172f]

        #90353#: correct usage of array new/delete

2002-05-29  Andreas Schlüns  <as@openoffice.org>  [9d1c7069111a850fb70c919917198a5a3b5e2cbc]

        #99673# correct detection of arguments

2002-05-29  Andreas Schlüns  <as@openoffice.org>  [c4909a9b8a119a919677dec6e15b313245448735]

        #99673# supports XJobExecutor and arguments

2002-05-29  Daniel Vogelheim  <dvo@openoffice.org>  [3731c6944004624c831c64d62764756c6856cfe9]

        #95586# fixed return type of AdjustPreview method (build problem)

2002-05-29  Tom Verbeek  <tv@openoffice.org>  [34de18ce5707a3856dc44da829e94f5d235a05a3]

        #99085# modify startup services to support Interface XJobExecutor

2002-05-29  Herbert Duerr  <hdu@openoffice.org>  [5041e067f509128c94093e15becb13342ad4e794]

        #99057# register fonts in /share/fonts/truetype, set default encoding to unicode

2002-05-29  gt  <gt@openoffice.org>  [834515f139e173bcf1b843bc9d5071aef6b64518]

        #98414# mnemonic-handling in hyperlink dialog including icon choice control

2002-05-29  Vladimir Glazounov  <vg@openoffice.org>  [639f32bc2008bfda03a2d7d400d2ddc78300f9c0]

        SRX642

2002-05-29  Stephan Bergmann  <sb@openoffice.org>  [1d6efd297a5754e7e927c63e8e7ba1d0610fbe13]

        #99587# Support inofficial MIME charset names for Thai.

2002-05-29  Sascha Ballach  <sab@openoffice.org>  [cb025885ca24e8b24b0d1725f7ece62a4afa3849]

        #99556#; write needed flags also on shapes in a groupshape

2002-05-29  gt  <gt@openoffice.org>  [a819e9b6b4e9c46ce76e2ca239d63c568a2e5d99]

        #98414# mnemonic-handling in hyperlink dialog including icon choice control

2002-05-29  Ocke Janssen  <oj@openoffice.org>  [51dd18cdcd529d82780679100527e105c3543792]

        #96792# new methods for pasting tables

2002-05-29  Caolán McNamara  <cmc@openoffice.org>  [890d1bd06d86c1aea5fbe14132d22457258daf98]

        #99645# Who could expect a row with no cells in it, words pretty confused with it too

2002-05-29  Sascha Ballach  <sab@openoffice.org>  [c0d3461d748d667e5603da9c6960440fa7759ae7]

        #99556#; use nLayerId

2002-05-29  Ocke Janssen  <oj@openoffice.org>  [66fceea6e7b6045ae34b16693e0d457a64ac803a]

        #96792# new methods for pasting tables

2002-05-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9d94d0d8f2be565e193472de720fc46220d1dc8]

        #65293#: fixed typo

2002-05-29  Caolán McNamara  <cmc@openoffice.org>  [97a41e3f5d4b8e4127677039617ed581cfa091e9]

        #99290# I hate sunpro

2002-05-29  Daniel Vogelheim  <dvo@openoffice.org>  [76f1d28dd8f441d95126b0d87f7b077e77548905]

        #98863# make sure deletion of insert redlines works at end of document

2002-05-29  Kai Ahrens  <ka@openoffice.org>  [83ee0e5a77a1b2cb7daac188cd647787e315c6b1]

        #65293#: added newline

2002-05-29  Gregor Hartmann  <gh@openoffice.org>  [6373b5f26f9ca5bd63ca749d7f5745ddeffe52ad]

        #98836#Assertion in Testtool

2002-05-29  Oliver Specht  <os@openoffice.org>  [6024e110894c5bb9daec3c84e920dc683bd0854e]

        #99591# call character dialog if no arguments are provided (vertical text object bar)

2002-05-29  Ocke Janssen  <oj@openoffice.org>  [3e3e6f5ff18afd8add1670037b8b823a392867eb]

        #96792# new methods for pasting tables

2002-05-29  Herbert Duerr  <hdu@openoffice.org>  [3b6fe7e4d73c3f9f171829ee28b454a724365578]

        #97492# use more string context for asian kerning

2002-05-29  Caolán McNamara  <cmc@openoffice.org>  [d67f7e9ce57ee1e01cf358d2ec85f92f4899bfd6]

        #99567# utility missing

2002-05-29  Sven Jacobi  <sj@openoffice.org>  [1342b475239302786ef10cf8ad44d6cafa95f0e4]

        #99514# enhancing dxf import (LWPolyLine and Hatch support)

2002-05-29  Daniel Rentz  <dr@openoffice.org>  [21a827b56793c45a570e709da03596a41e6ec84b]

        #99651# detect BIFF8 in Book stream

2002-05-29  Caolán McNamara  <cmc@openoffice.org>  [a35fec36d49de2eb571fa0fdfd17a5f2dab395e0]

        #99567# functional missing

2002-05-29  Oliver Specht  <os@openoffice.org>  [0f3594ef06ce9160850eafc472bdf6135afcd3de]

        #98721# SID_FM_CREATE_FIELDCONTROL implemented

2002-05-29  Oliver Specht  <os@openoffice.org>  [db574af427e9b3eefaa492bb9eab4c51c1b73688]

        #98721# SID_FM_CREATE_FIELDCONTROL implemented

2002-05-29  Philipp Lohmann  <pl@openoffice.org>  [2765581397f381cd98abc24bc998b1aec97327ee]

        #99647# #i4468# do not try to read invalid GSUB tables

2002-05-29  Ocke Janssen  <oj@openoffice.org>  [04fff3cadfbd9485aa3248ec5b51b9ae70fa0da6]

        #99650# use of auto_ptr when deleting window

2002-05-29  Mathias Bauer  <mba@openoffice.org>  [dc1f4abb5c5d88ef6cf52cca60bc18991e164905]

        #96921#: use file names in URLBox if possible

2002-05-29  Mathias Bauer  <mba@openoffice.org>  [4530ef1c58279225e4c95df63ac21354310c5390]

        #99636#: don't try to detect unknown types

2002-05-29  Gregor Hartmann  <gh@openoffice.org>  [1d0d67d07db44ca5b4caf00b50e0aa13a86ed076]

        #98836#Assertion in Testtool

2002-05-29  Gregor Hartmann  <gh@openoffice.org>  [6a453f9b05d1fc3203b48f7b184c676e9c9a9007]

        #98836#Assertion in Testtool

2002-05-29  Oliver Specht  <os@openoffice.org>  [04e151ad412de7686beb8bd18f63ca76f932f6f8]

        #99599# prefer document print options over application print options

2002-05-28  Rüdiger Timm  <rt@openoffice.org>  [37ce6b0cc35b57245afb0cfa5241a18e141818b9]

        Merge SRX642: 28.05.02 - 22:42:32

2002-05-28  Rüdiger Timm  <rt@openoffice.org>  [759f2f84a30b67b4a7461ae307196eb246aa4d82]

        Merge SRX642: 28.05.02 - 22:38:04

2002-05-28  Rüdiger Timm  <rt@openoffice.org>  [35c367a44fa4ac5f2da55f6d70cc79dfd3c683f3]

        Merge SRX642: 28.05.02 - 22:33:27

2002-05-28  Rüdiger Timm  <rt@openoffice.org>  [ffce10291efaf1cb39a91802f0988527028ec40b]

        Merge SRX642: 28.05.02 - 22:28:41

2002-05-28  Rüdiger Timm  <rt@openoffice.org>  [794aab6510023eefc66089a789ae1aeb80212f20]

        Merge SRX642: 28.05.02 - 22:23:59

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [a02d32f0f1b890877fff9e2dfaebc5ef3055faa1]

        Merge SRX642: 28.05.02 - 22:22:22

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [c20c7cd6a7561736c94bf102059718d8dc5873fd]

        Merge SRX642: 28.05.02 - 22:20:38

2002-05-28  Rüdiger Timm  <rt@openoffice.org>  [1aacb21469ac6ed433174d5b2a6e955a9f8f357a]

        Merge SRX642: 28.05.02 - 22:19:00

2002-05-28  Vladimir Glazounov  <vg@openoffice.org>  [62fc441e0c41acf2504dcbf70aaa0cfcf1471aba]

        Merge SRX642: 28.05.02 - 22:19:34

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [e550cc772b04ff9976ff245ee4d217b95ca78303]

        Merge SRX642: 28.05.02 - 22:19:13

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [d04c785311663777fd2f080d65d126b306a3fdd2]

        Merge SRX642: 28.05.02 - 22:18:21

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [7cb32b13b0eddb022084338a63ea72d7fc898887]

        Merge SRX642: 28.05.02 - 22:17:43

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [2ae4a9d41a7555d48add60881611329fd1274d07]

        Merge SRX642: 28.05.02 - 22:16:34

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [229ea84091c9d7603bab7351c3a1316bcd996748]

        Merge SRX642: 28.05.02 - 22:17:26

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [134fa621492f871f961a994c4c91d988ab90e305]

        Merge SRX642: 28.05.02 - 22:15:21

2002-05-28  Rüdiger Timm  <rt@openoffice.org>  [6995e2f8321e96250a4b81c637cbaca976f1757b]

        Merge SRX642: 28.05.02 - 22:14:03

2002-05-28  Rüdiger Timm  <rt@openoffice.org>  [0453e998bdaad826673e6d7e9bed21a5a5fc5d91]

        Merge SRX642: 28.05.02 - 22:14:08

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [33aa9a66c11d9f80f0203733bcc97a500266e0ad]

        Merge SRX642: 28.05.02 - 22:13:10

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [ecf2163f115192a141089a6ccd9bc10dcb502209]

        Merge SRX642: 28.05.02 - 22:12:32

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [15a8d8ccb87fc2b7431253b106f2389e7c8d976c]

        Merge SRX642: 28.05.02 - 22:13:18

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [fde28a66f0e1cf1e57bdb86e65b349242363f734]

        Merge SRX642: 28.05.02 - 22:11:16

2002-05-28  Herbert Duerr  <hdu@openoffice.org>  [b4a5bc33962d1957fbe3d6bd8161cc5646e3b3fb]

        #97492# re-implement asian kerning for CTL vcl, remove char width array

2002-05-28  Herbert Duerr  <hdu@openoffice.org>  [61acff27525091370343197da1561d30c703f1e8]

        #97492# re-implement asian kerning for CTL vcl

2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [330002926ec7f96b4abed9dd777b67288d276428]

        #65293#: constness

2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a998b8b0fac59a6e5bcc9026443f49f4221680e7]

        #65293#: removed include

2002-05-28  Juergen Schmidt  <jsc@openoffice.org>  [bbfab431e8385f38b5bc1dc6aaf29354837a3581]

        #99552# insert misssing

2002-05-28  Nikolai Pretzell  <np@openoffice.org>  [6364f0b3c8deebdeee12e8b18db0981229a3f1de]

        #98964#, Index was only partially sorted.

2002-05-28  Stephan Schäfer  <ssa@openoffice.org>  [f24cddaa211655b7b2a7e9333a37147b73125d2c]

        #98154# draw green arrow without offset

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [f3f649d7afe5b4beb455febc680c4c4a37020f8f]

        new version for SRX642

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [eeb1501de360f2546a27013fa8864bf806fba3f4]

        new version for SRX642

2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [da05946c0c606a1a31abb2bf94fb0a8dd9dbe53a]

        #65293#: GCC needs temporary

2002-05-28  Frank Schönheit  <fs@openoffice.org>  [095f363c09f300a85f6aaa356d88794517ccd8e9]

        #99538# +RID_STR_FORMATTED_CLASSNAME / match the default logical names for controls to the toolbox slots visible at the UI

2002-05-28  Jörg Barfurth  <jb@openoffice.org>  [257dee16bc45a655062bf2d3bf05042b51ac5e2e]

        #98489# Add missing conversion function for sequences

2002-05-28  Frank Schönheit  <fs@openoffice.org>  [4eae96eaaf60053c41238d4439010fef4775fb2d]

        #99538# more sophisticated getDefaultName

2002-05-28  Frank Schönheit  <fs@openoffice.org>  [bdf2dacd049de01792f47820636358f2fc4e0bd8]

        #99538# +RID_STR_FORMATTED_CLASSNAME

2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceeb8921f880ef301bda8bf7c6ee84e4fb15cf01]

        #65293#: GCC needs temporary

2002-05-28  Jörg Barfurth  <jb@openoffice.org>  [ae12b2665df9034c9c2572108f5b58796f1fecd7]

        #98489# Handle VOID type in override node by using late conversion

2002-05-28  Jörg Barfurth  <jb@openoffice.org>  [2f0251edc004e2252b31426d8422be97bf02cbe6]

        #98489# Complete layer writing: add new value formatting

2002-05-28  Jörg Barfurth  <jb@openoffice.org>  [e98edf3382d12035f613bea9720cf67009bb3e47]

        #98489# Complete Update merging

2002-05-28  Behrend Cornelius  <bc@openoffice.org>  [b304a07eb7328faa8d3a9c025aa6017544beb71f]

        #99085# createReport Routine inserted

2002-05-28  Frank Schönheit  <fs@openoffice.org>  [4c8f73929f6543a2f892544bfdeb1f4649498757]

        #

2002-05-28  Frank Schönheit  <fs@openoffice.org>  [d0ae46d499e5a273e7ca492cf6ca3a6091b7df11]

        initial checkin

2002-05-28  Tom Verbeek  <tv@openoffice.org>  [deb76e4845b9b5afcff59c5154074bcdee4c9c92]

        #99085# added second service to start the filling of a report

2002-05-28  Vladimir Glazounov  <vg@openoffice.org>  [bec4a90d53b0245ed5acef8bc0715ea15246bd36]

        SRX642

2002-05-28  Vladimir Glazounov  <vg@openoffice.org>  [153b0dfac7ad359ddb832fc9359b75eb9e221a12]

        #65293# MT: Typedef for solaris compiler

2002-05-28  Vladimir Glazounov  <vg@openoffice.org>  [88b13ec21dedfa640d1be5173d8cf2b146464112]

        #65293# added STL header

2002-05-28  Oliver Specht  <os@openoffice.org>  [401604e1cb6bffedb35fff8f8705d5df93f6aaca]

        #99620# mask color of HC ImageLists changed

2002-05-28  Philipp Lohmann  <pl@openoffice.org>  [d1570acceff37b4599ff09977d5b326c1b84e187]

        #98573# additional helper methods for accessibility

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [f8eb126fc8bc61deb520fa1fd2a08c750fb8a406]

        new version for SRX642

2002-05-28  Oliver Specht  <os@openoffice.org>  [bf705ee599d02d66103291a8e5086d9d89d16ada]

        #98391# moving/resizing of frames and drawings implemented

2002-05-28  Oliver Specht  <os@openoffice.org>  [2fad0d404fc5bfdf910f7d48c8a3afb2c3abcba0]

        #98388# move of anchor implemented

2002-05-28  Sascha Ballach  <sab@openoffice.org>  [46b1804143fa0d7622745e3b1a44f0ffc92ac016]

        #95584#; remove #ifndef PRODUCT macro

2002-05-28  Mathias Bauer  <mba@openoffice.org>  [852d324e6ddaab756abcb36fb15e050eae67ed4e]

        #98405#: different memberids for RectangleItem

2002-05-28  Mathias Bauer  <mba@openoffice.org>  [f3c36688979ab0acfb10a31d4b89b3dce6564596]

        #98405#: different memberids for RectangleItem

2002-05-28  Andreas Martens  <ama@openoffice.org>  [a0b60051016103f7218407a09013933a793c459a]

        Fix #98388#: Moving anchor

2002-05-28  Vladimir Glazounov  <vg@openoffice.org>  [1a0d0b7ad697ca4b2e24745f2b78aeea12ac805f]

        #65293# added some headers for desktop

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [dd98c000c1e75c49a706e35918fd171a503eaeb3]

        new version for SRX642

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [5bc23cead943b4415135a8b16fb2d03a6351d218]

        new version for SRX642

2002-05-28  Juergen Schmidt  <jsc@openoffice.org>  [5e69f119cc604efdc54a92b2b01e85667636dc88]

        #insert build dependency

2002-05-28  Oliver Specht  <os@openoffice.org>  [eb056b46a707fcec7c92cb2d081fb627298fa421]

        #98785# use of extended help id range

2002-05-28  Ocke Janssen  <oj@openoffice.org>  [91ec688556acd02427e74a6b869b14217057bf0f]

        #99607# set maskcolor to magenta

2002-05-28  Ocke Janssen  <oj@openoffice.org>  [e64f2f186844dd873ad695a3a8cec13b9722e7d5]

        #99603# set maskcolor to magenta

2002-05-28  Ocke Janssen  <oj@openoffice.org>  [2dd3dd61f449a8c75bf394ff5c820d393b9969b6]

        #99609# #99607# set maskcolor to magenta

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [fbcfe2c1a67cb48ffede046280515581a6e105eb]

        new version for SRC658

2002-05-28  Juergen Schmidt  <jsc@openoffice.org>  [64f4577f3ab59c4f3657d6269a4a09d47d7b3810]

        #99053# change productname for openoffice build

2002-05-28  Caolán McNamara  <cmc@openoffice.org>  [331bbf434e28af02867a75d35072ff4eec5ccd4b]

        #99584# word 7 lists strike back

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [d4316a1638b52a8ec15c055bc492211a89567e2f]

        new version for SRC658

2002-05-28  Oliver Specht  <os@openoffice.org>  [99dd31050f30368850234a11872e5b7398a4e8e7]

        #97532# NumMenuButton removed

2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [47cbf92d02e60a78a76efcbce609358a0551fa65]

        #65293#: partwnd.cxx is exception file

2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b263893b0386958e7badba3545a00b87554ccae2]

        #65293#: syntax

2002-05-28  Juergen Schmidt  <jsc@openoffice.org>  [af78582d28afe3932e46f9842dd7797ff0bbd020]

        #990053# remove minor for Sun build

2002-05-28  Christian Lippka  <cl@openoffice.org>  [d909abfbc85cdec315a49e051d154327783abe3d]

        #99257# high contrast images for tree list boxes

2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f431658eff0703a6ca0f1d42faa8c9eb2789be71]

        #65293#: insert braces

2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8147b602119ba6129753c7ebfa89aa4effa5adcc]

        #65293#: syntax

2002-05-28  Christian Lippka  <cl@openoffice.org>  [ab08f1b7753ccda0c1b602690d5112452cd607ed]

        #99257# high contrast images for tree list boxes

2002-05-28  Juergen Schmidt  <jsc@openoffice.org>  [1d1869fb7bbc8b44186cfb2b3f27fa9fd8f2da88]

        #990053# remove minor for Sun build

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [623b0186601a9f42851531820dc911a35180ba0e]

        new version for SRX642

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [6449adca1f41d5a6842605d0de57d84f2c00d791]

        new version for SRX642

2002-05-28  Oliver Specht  <os@openoffice.org>  [ccd8cfac3b6c54ea86a9eaf7d0df429ddb09f66d]

        #99537# key stroke travelling in ValueSets improved

2002-05-28  Oliver Specht  <os@openoffice.org>  [e63c844cc645566d1cad412bbccc178fd4f00d53]

        #99537# key stroke travelling improved

2002-05-28  Philipp Lohmann  <pl@openoffice.org>  [ad59143280e154d8686fc8111555da226ca30a73]

        #99579# make WM_CLASS property more ICCCM compliant

2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [08d09fe53e335454b642b15f26f6c801333d76d7]

        new version for SRC658

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [de505ed752ed14b7cd3105017f616e8996065740]

        new version for SRX642

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [cb2e9e4d0ebd05fb202efb36096dfa2094bfcb44]

        new version for SRX642

2002-05-28  Frank Meies  <fme@openoffice.org>  [e443581b392e613529f0bf3b71527c0b9b5585ef]

        #98281# Bidi - SwitchLTRtoRTL should respect left and right offset

2002-05-28  Frank Meies  <fme@openoffice.org>  [09d3e4cb3b8d7b5b7094567a289e3d59db6baa1d]

        #98281# Bidi - Position of PostItsPortions inside SwBidiPortions

2002-05-28  Herbert Duerr  <hdu@openoffice.org>  [1d75a1715b6bc1d52a0512a4d811848ac2f3e3ac]

        #99019# avoid glyph indexing on non-TT fonts

2002-05-28  Dirk Grobler  <dg@openoffice.org>  [5ea83d88e10c78b9244010306f68244cfb63f93b]

        #97750# data output compressed

2002-05-28  Mathias Bauer  <mba@openoffice.org>  [0f52f46ee387594fdbdc9f514284fb7d66d19ca0]

        #98405#: typos

2002-05-28  Mathias Bauer  <mba@openoffice.org>  [4508f0023f8c63c65eed679f6413df5824c4ecaa]

        #98405#: typos

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [f386a9a972cdbf1633f957d852fcf377017b411b]

        new version for SRX642

2002-05-28  Juergen Schmidt  <jsc@openoffice.org>  [065ad27b6b50a0ae47ca6f6c00aef4d56ba9aae7]

        #99053# insert env varible for auto deployment

2002-05-28  Juergen Schmidt  <jsc@openoffice.org>  [c31e83a9379811bcf6a0526722aed51bff225654]

        #99053# change auto deployment variable

2002-05-28  Vladimir Glazounov  <vg@openoffice.org>  [522624fc10eea1126518ac6fc9ab4df9bcec0ba3]

        #65293# corrected typo

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [a7911cd2224b0681947a1635bee8f8b0051f1c75]

        new version for SRX642

2002-05-28  Stephan Bergmann  <sb@openoffice.org>  [901b0137ab2b99ef55818bcbd1ed335ea11eb2ab]

        #96038# Added MIME charset names for GB18030 and GBK.

2002-05-28  Ocke Janssen  <oj@openoffice.org>  [7aca6b276183c082189edabd39a85742b008e0b5]

        #99512# new module description

2002-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ed2f9721c52132e7cba34d1f2faf3f573b68747]

        #65293#: fix broken line terminator

2002-05-28  Ocke Janssen  <oj@openoffice.org>  [575f99890cba0e4daf8b214699c1da2807599020]

        #99549# check if we are already disposed before invalidate all slots

2002-05-28  Christian Lippka  <cl@openoffice.org>  [c4fda46f6b56512287efe2ba2db1aec98890e7e7]

        #99013# grab focus to document when using CTRL on select

2002-05-28  Christian Lippka  <cl@openoffice.org>  [058537da447224302f97c5a5290412c9f2ed0ffc]

        #99556# + onExport

2002-05-28  Frank Meies  <fme@openoffice.org>  [d6d6518420f4af00fb6e9d82e14a83e76117cd8a]

        #98281# Bidi - Wrong starting position for BackBrush inside SwBidiPortions

2002-05-28  Christian Lippka  <cl@openoffice.org>  [83ba1caaccc6aa1f14d5ac21cd2cc06542da9f49]

        #99572# use color from configuration for hyperlinks

2002-05-28  Ocke Janssen  <oj@openoffice.org>  [b35c6e067379719d43e74516f38426c653c97f04]

        #96792# new methods for pasting tables

2002-05-28  Kurt Zenker  <kz@openoffice.org>  [12a906035d5ae31fe71623ca9e81c76fff34a948]

        SRX642

2002-05-28  Ocke Janssen  <oj@openoffice.org>  [8323e8ae2e8979486f3c1a17ea9f3f2d9c96acda]

        #96792# new methods for pasting tables

2002-05-28  Ocke Janssen  <oj@openoffice.org>  [0aee7e5d6ffab67e517922d43b1c9dbb8e04a311]

        #96792# new methods for pasting tables

2002-05-28  Juergen Schmidt  <jsc@openoffice.org>  [3176d04998497bb96d06986345cf8e9cd8a5cc11]

        #99053# insert links

2002-05-28  Frank Schönheit  <fs@openoffice.org>  [8c68e365db50faf4730078e826bccb054415641a]

        #99013# grab the focus to the view when default-creating controls via keyboard

2002-05-28  Sascha Ballach  <sab@openoffice.org>  [a3a133875dc873783137ef6eaa601af79e6b1ab8]

        #99532#; set grouped shapes also on the correct layer

2002-05-28  Andreas Schlüns  <as@openoffice.org>  [4bbcde75ae8c96e6854e4c8c5f976230cc436af4]

        #99017# fix typo Pocket_Filee

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [03c4a29a4973d59538f4c87fece81fc833028733]

        new version for SRC658

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [942c6c3533375ce22a58fa5d3e41b29cda281529]

        Merge SRX642: 27.05.02 - 22:18:41

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [3bdd94fda40404a0e25d858cdf0e3c3066e1ad8b]

        Merge SRX642: 27.05.02 - 22:18:09

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [abe1088ce8920f596e7939876e77ea19bb80db1a]

        Merge SRX642: 27.05.02 - 22:16:23

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [12631434473c9409d5c9a3067b95e910fc6dfc26]

        Merge SRX642: 27.05.02 - 22:14:49

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [06f536986686db7ebddfd3836fdea2187e8122df]

        Merge SRX642: 27.05.02 - 22:13:55

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [35443def8639745077788c821f48ea78f3bc3a0b]

        Merge SRX642: 27.05.02 - 22:13:17

2002-05-27  Vladimir Glazounov  <vg@openoffice.org>  [0af8ea750917dad15cbc94dfe53cb3141fd99ca2]

        new version for SRC658

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [ee0867aea1de1f4abc39c8a97dc96df9fcec9b65]

        new version for SRC658

2002-05-27  Cyrille Moureaux  <cyrillem@openoffice.org>  [738ff2ed72ae73cab11e51098ced43ea49ddd71c]

        Access to Backend service

2002-05-27  Cyrille Moureaux  <cyrillem@openoffice.org>  [6586f85c7be1b5a8140d6db2f5089d45ca081783]

        Adapter Backend<->SingleBackend

2002-05-27  Cyrille Moureaux  <cyrillem@openoffice.org>  [a1d029e8b70719a31743e3f10270a9cc9a6f8295]

        Makefile for local backend

2002-05-27  Cyrille Moureaux  <cyrillem@openoffice.org>  [7cdaf323263af808c02dae32d12241204a78722a]

        Implementation of SingleBackend for local file system

2002-05-27  Cyrille Moureaux  <cyrillem@openoffice.org>  [1438431d8651c73da7284fbc802939022f7d1ae9]

        Wrapper for XOutputStream using a temp file

2002-05-27  Cyrille Moureaux  <cyrillem@openoffice.org>  [798a888878ca5307f006cd59cc1049adeb9badd5]

        Implementation of XUpdatableLayer for local files

2002-05-27  Thomas Benisch  <tbe@openoffice.org>  [357bc86d5c5694cd148307c3c95e1c5bcf1d68c8]

        #97222# set accessible parent and index in parent in VCLXMenuWindow

2002-05-27  Thomas Benisch  <tbe@openoffice.org>  [6d33f42ffd14d4ce8c2554a1420dd493c5ba05d7]

        #97222# added vclxaccessiblemenu.obj, vclxaccessiblemenuitem.obj

2002-05-27  Thomas Benisch  <tbe@openoffice.org>  [1cc02e79bfab0258b79eb9c4be2439de8ae42c1b]

        #97222# added accessible parent and index in parent to VCLXMenuWindow

2002-05-27  Thorsten Behrens  <thb@openoffice.org>  [511dbbf7d526ef9ad11885432afdd7102f9cfce7]

        #96948# Added i18n for EE UAA

2002-05-27  Thomas Benisch  <tbe@openoffice.org>  [40d0771db763d2ce7e230d5a577952869f8b81ff]

        #97222# Accessibility for menues

2002-05-27  Jörg Barfurth  <jb@openoffice.org>  [55f25d7563959f87a6b227c8fdb35c46e91ce741]

        #98489# Removed reference to static data from template for SunCC

2002-05-27  Daniel Vogelheim  <dvo@openoffice.org>  [e9f85c4ab3d01a20099c6e441839c2cb579e18c9]

        #99027# re-evaluate drop action after the drop has been accepted         this should enable the special treatment of single-element file         lists as files

2002-05-27  Stephan Schäfer  <ssa@openoffice.org>  [e1d5c5de852b866b89896f42b4774375973851e4]

        #99526# let tabdialogs be dialogs

2002-05-27  Malte Timmermann  <mt@openoffice.org>  [5fffc2f3193b6da75d1580cca8947249f2a3e542]

        #99568# Use color configuration

2002-05-27  Dirk Grobler  <dg@openoffice.org>  [9d0296623949a27737a75f78fc09f2d7ff225bf5]

        #97750# new ldap property files

2002-05-27  Michael Brauer  <mib@openoffice.org>  [92e67c7cfc95d56b7fb7057ac96225965e60c232]

        #95586#: Sending focus events while scrolling

2002-05-27  Michael Brauer  <mib@openoffice.org>  [b3edd22e654fea980b9524b548e5b6490be3755b]

        #95586#: Fixed shape notifications

2002-05-27  Michael Brauer  <mib@openoffice.org>  [c5aba3a31737a5267fe20be49e89318233823e46]

        #95586#: Fixed GetParent for shapes in page preview

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [ed15270b393bac4ff1a294bc20a1941a17ff16dc]

        #98405#: slots reorganized

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [b5c7f52f7303a98380d2fb4288315107a06f860a]

        #98405#: support for structs as arrays

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [1cb5c19635535c1979de5d01865d720d48aad3c2]

        #98405#: Slots reorganized

2002-05-27  Gregor Hartmann  <gh@openoffice.org>  [3c89ced6aaae054d90524b258201b54f07807595]

        debuging aids

2002-05-27  Malte Timmermann  <mt@openoffice.org>  [55f222ad25f5ad3a2be477ed0525d6bce63059ed]

        #99561# ForceAutoColor

2002-05-27  Thomas Lange  <tl@openoffice.org>  [16da5560ecd16fc862606e346f28ceb411c17aa9]

        #97492# use of extended outputdevice for CTL; need to explicitly set ALIGN_TOP now.

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [3a268dab99e3918329bf5f463f7e33181a60c461]

        #98405#: Put/QueryValue implemented

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [543d858c7a6145e3b064ecdc18d5466388984ecc]

        #98405#: Put/QueryValue implemented

2002-05-27  Philipp Lohmann  <pl@openoffice.org>  [82b37fd05310fb47b40644d31cb9f40f0f9bb3ce]

        #98940# guess decoration extents by parent

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [d0fb1dea3139652606f2d282c1e0354f0e3bab3a]

        #98405#: Slots reorganized

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [a7d4500bc6b462a2c0c4c5ec37dd0bd66d95dfde]

        #98405#: Slots reorganized

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [8589ae3c159cbd29c49f9c816ff089898c5b3818]

        #98405#: Slots reorganized

2002-05-27  Malte Timmermann  <mt@openoffice.org>  [83146af23f384e3f6690dce6fe9b3be7d5b4abe2]

        #99561# ForceAutoColor

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [044f549f56adf3ffb6eeef4d96c4754e7666730f]

        #98405#: Put/QueryValue implemented

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [20fcf5c05a61fb178a9bd943d5fefde741673125]

        #98405#: slot reorganized

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [cb66c0683b353fbcf0979edddf1014442d20e6e7]

        #98405#: Allow registration of external filters for 5.0 formats

2002-05-27  Malte Timmermann  <mt@openoffice.org>  [aa40400895dce5e760bb7da632bf08a9e9614a8a]

        #99561# ForceAutoColor

2002-05-27  Juergen Schmidt  <jsc@openoffice.org>  [008e4f0cc604ea319a0c7210c75f5e98706372d2]

        #99053# insert dependency to apiwww (docu)

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [4bb4ea3ac50fde72eb5fa1e58b1f2f025ae03df8]

        #98405#: Allow registration of external filters for 5.0 formats

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [c4bfd8d9e1dfa5e76d54cf369684a7129bb67e9d]

        #98405#: slot reorganized

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [2428cae85473a7f998da7b8b2ffb7cf2cd445320]

        #98405#: don't use Bindings for execution with parameters

2002-05-27  Juergen Schmidt  <jsc@openoffice.org>  [7fc1ab64651d58a1d399697f4e777b1e8fbb334e]

        #99053# insert docu

2002-05-27  Jörg Barfurth  <jb@openoffice.org>  [220878387f25ce87415b1f2011333c7fd55b7fc7]

        #98489# Corrections to syntax for SunCC

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [cef4c601d825027e807236a5b364edddb39be809]

        #98405#: more debugging code for macro recording

2002-05-27  Daniel Vogelheim  <dvo@openoffice.org>  [926a2a5918abfc9ef224932a658ca0b9551f1d50]

        #99080# made URL formats (Netscape Bookmark, Uniform Resource Locator, FileGrpDescriptor) less important         than plain text

2002-05-27  Mathias Bauer  <mba@openoffice.org>  [443ee3222a2f9db4a6693e1db29e89d24d6cfbf6]

        #98405#: slot reorganized

2002-05-27  Malte Timmermann  <mt@openoffice.org>  [298511923f524c0d966b8e299ab3d7ce1bb0dc0e]

        #98356# COLOR_AUTO: White on dark background, even if AutoColor is not enabled

2002-05-27  Daniel Vogelheim  <dvo@openoffice.org>  [7e7e272378f19f8daef030d9c244e2300c3b9edc]

        #99080# offer FileGrpDescriptor in 'Paste Special' dialog and buttons

2002-05-27  Vladimir Glazounov  <vg@openoffice.org>  [48fe4b9bc6d647798d793c73fd3366c506a5867d]

        SRX642

2002-05-27  Frank Meies  <fme@openoffice.org>  [52b70ebe3fef512e1d4f00f0cd41eac57d3fbce0]

        #98281#: Bidi - Show correct rectangle in overwrite mode when entering an SwBidiPortion

2002-05-27  Oliver Specht  <os@openoffice.org>  [aed3b5aa6c2bef0e299f712875f87e4e58077ae3]

        #98405# SfxRequest::Done() called for recording

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [b85b308cdcab7294402525657f3f7753288737a0]

        Merge SRX642: 27.05.02 - 14:51:38

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [1d3ea08a9a2cda6ab33f51980ca33d0649a0866a]

        Merge SRX642: 27.05.02 - 14:47:07

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [02b7a00d4a2213470722992b9f74df79aa0789b9]

        Merge SRX642: 27.05.02 - 14:43:41

2002-05-27  Herbert Duerr  <hdu@openoffice.org>  [525fa4930491f2989a010339eb2b602b5ac8ded7]

        #99456# cms: issue 5307

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [68ab727d300dfebb2fe401f53e6b098b317c47ac]

        Merge SRX642: 27.05.02 - 14:37:42

2002-05-27  Michael Brauer  <mib@openoffice.org>  [5b285f36d6f816a88de9e58564324f2227d612b3]

        #95586#: Several changes regarding shapes

2002-05-27  Frank Schönheit  <fs@openoffice.org>  [47aad8eec3d71697ac805e219871997d53f649c2]

        #99541# #99543#

2002-05-27  Frank Schönheit  <fs@openoffice.org>  [25d1e48b7357497927c14aa0e8335d9da619cad2]

        #99541# +clear

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [66939ba31c3ba1079ff42b08ef6833a5de97802d]

        Merge SRX642: 27.05.02 - 14:33:53

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [d032b5c1647863cdc68a5b0542af5552c47ddddf]

        Merge SRX642: 27.05.02 - 14:34:56

2002-05-27  Kurt Zenker  <kz@openoffice.org>  [d4c781d530214e315e4dbdb5404df0dedcf048f2]

        Merge SRX642: 27.05.02 - 14:33:12

2002-05-27  Daniel Vogelheim  <dvo@openoffice.org>  [094a49a4ad147fb378357a1b20bc589c4affe225]

        #99080# fix problem with trailing zero characters when pasting 'UniformResourceLocator' format

2002-05-27  Herbert Duerr  <hdu@openoffice.org>  [20fc21bab00e933864e9339e50ee8d093be0bf2b]

        #99456# cms: fix symbol mapping for enclosed 7

2002-05-27  Oliver Specht  <os@openoffice.org>  [32fc9e196f10c8657767c0d0a370a20725c922e9]

        #98399# AutoHeight changed to AutoSize

2002-05-27  Christian Lippka  <cl@openoffice.org>  [de62f6c8f2d03ccb0c6a6d02cd784e1a734d54f9]

        #99472# overwrite warning for hyperlinks to new documents

2002-05-27  Oliver Specht  <os@openoffice.org>  [ea8518a7c46f17bd5acffc56eea2bdd80cc6d38e]

        #99458# text direction ListBox correctly visible, hori left to right direction entry removed when BIDI is not enabled

2002-05-27  Oliver Specht  <os@openoffice.org>  [53997fb5c66d6ba95dfd1b99a0904dfd6540629d]

        #98399# labels changed

2002-05-27  Oliver Specht  <os@openoffice.org>  [d32896fc0ba488f8c2b9cb8ada59fdff669ad4ae]

        #98399# labels changed

2002-05-27  Jörg Barfurth  <jb@openoffice.org>  [8336b55c487beacb804ab9ee332d0ac964ecb35e]

        #98489# Add writing services

2002-05-27  Jörg Barfurth  <jb@openoffice.org>  [490cc59a487d58c983fe8d333cc029174bc286d9]

        #98489# Add layer writing service

2002-05-27  Jörg Barfurth  <jb@openoffice.org>  [fd60beea79e2cccc70a3beea0911fdc2aefa0ca5]

        #98489# Adjust namespace handling

2002-05-27  Malte Timmermann  <mt@openoffice.org>  [ad3fbbd6f7f6882df4a28924529f1cd4451a55f0]

        #98788# New Property DisplayBackgroundColor

2002-05-27  Jörg Barfurth  <jb@openoffice.org>  [8c2a89d07579e95268271515eab51ef14d9d1a52]

        #98489# Adjust to interface change

2002-05-27  Jörg Barfurth  <jb@openoffice.org>  [b105dc280d39ddd85b7e9785f4a9bd89e083bb4c]

        #98489# Initial support for update merging service

2002-05-27  Oliver Specht  <os@openoffice.org>  [1d0b4eb44959451875cbe98a805f8a4da715913f]

        #98399# labels changed

2002-05-27  Jörg Barfurth  <jb@openoffice.org>  [1c2d2378fbce691279c352ef222dd72999112f2b]

        #98489# Correct copyright

2002-05-27  Andreas Schlüns  <as@openoffice.org>  [26754159534b632fb6a4f8abae119dc7a214d596]

        #99248# ignore process id on call createSystemChild()

2002-05-27  Frank Schönheit  <fs@openoffice.org>  [6e292b9c7e048e6280889402e4a403fbcaea23e0]

        #99484# local image lists in the SfxStyleFamilies resource -> high contrast support for the stylist

2002-05-27  Oliver Specht  <os@openoffice.org>  [767c5cb447396cb05b8a45d77eb580716a427026]

        #98399# labels changed

2002-05-27  Frank Schönheit  <fs@openoffice.org>  [431c3935e9a08b03b80e928a48f4ff1f13b34b98]

        #99484# +updateFamilyImages for high contrast support

2002-05-27  Frank Schönheit  <fs@openoffice.org>  [bbaf634414ddc1dc504c306fb73a0a5afeb0cd0e]

        #99484# +DataChanged to recognize settings changes (for high contrast mode)

2002-05-27  Frank Schönheit  <fs@openoffice.org>  [7935b5c99f3c15d8bde0c70cafd08486d42e6bd1]

        #99484# +updateImages - for high contrast support (allow local image lists)

2002-05-27  Frank Meies  <fme@openoffice.org>  [b42bd360865c5b931742963482eb264f33e75c79]

        Fix #i4540#: Do not consider nagative values for default tab stops

2002-05-27  Frank Meies  <fme@openoffice.org>  [3c2ecdcdaaa3ca4483bd49e14413d960341c5233]

        Fix #99401#: Oops, >= instead of > for offset comparision

2002-05-27  Frank Meies  <fme@openoffice.org>  [e8d7540e63f3d36d4882e264d5a36ee53a4cbb7d]

        Fix #99401#: Follow should not be allowed to calculate fly frames which are anchored at character of the master

2002-05-27  Andreas Schlüns  <as@openoffice.org>  [347bd75fcdb2ce1ddda342d848904fb52b26cd45]

        #99248# ignore process id on call createSystemChild()

2002-05-27  Oliver Specht  <os@openoffice.org>  [4dbb512d00b889f801a37c6eddc9ef995819da0d]

        #99496# Style sheet for help system implemented

2002-05-27  Oliver Specht  <os@openoffice.org>  [d9271205f3bef14a02e09385e997beaa49f3052e]

        #99496# Style sheet for help system implemented

2002-05-27  Oliver Specht  <os@openoffice.org>  [85f176ad0a0cd56b74db4f8dfbdf0124e26b3282]

        #99496# Style sheet for help system implemented

2002-05-24  Karl Hong  <khong@openoffice.org>  [9615c51f354f25adca780900ca55ea6b8ed60e03]

        #95565#add Japanese phonetic algorithm for collation and indexentry

2002-05-24  Karl Hong  <khong@openoffice.org>  [64205ab16d0ef5fe62ec1645d4e78e8acaa2a102]

        #95565#add Japanese phonetic algorithm for collation and indexentry

2002-05-24  Behrend Cornelius  <bc@openoffice.org>  [a35c7a146f8671a812dc48c900226aff8039efe3]

        #99085# Resources for ReportWizard updated

2002-05-24  Behrend Cornelius  <bc@openoffice.org>  [d552f7634e50f029933cd034902adc0e6b545373]

        #99085# several modifications

2002-05-24  Niklas Nebel  <nn@openoffice.org>  [be833bf27b6122712507a5633d1fec181214d9fc]

        #98721# put created field control to right layer

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [c90fc36f52d0dc9dedc295659f30c46d8846b8ca]

        #99484# new (easier) ctor, +IsAvailableRes

2002-05-24  Caolán McNamara  <cmc@openoffice.org>  [294853041355bc9c43e0edda2f139ee4ea4e10d6]

        #99507# merge list branch to head

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [da608ec464dd99d04690f7e387b6e73f5fc759f0]

        #95584#; add cr at the end of the file

2002-05-24  Philipp Lohmann  <pl@openoffice.org>  [cae1bc7e38a46c7ddeb400dcc010207ab3a57d7f]

        #99231# do not handle focus events while presentation is running; it has weird effects on the office

2002-05-24  Martin Hollmichel  <mh@openoffice.org>  [54a18c624e293b5869dae9c7d3cb091a4d957aeb]

        add: soltools

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [34667aaeb640b0bfba5e8e1367218a72eeca81fe]

        #95584#; add DrawModelBroadcaster and AccessiblePageHeaderArea

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [e916b33bde0e863d33fdbb09dfd08c847ab76f20]

        #95584#; add notes and shape support

2002-05-24  Aidan Butler  <aidan@openoffice.org>  [bb5fbd7155561afa5d20975c0fa59ea5944c445a]

        *** empty log message ***

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [36522936c4746875986d4ab8395fbb93de73a83d]

        #95584#; add text support

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [7a04b9eb491d5bf4844401d1889fca9a9868f29f]

        #95584#; make some methods const methods

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [fc3032a2c105fd62fb86481a5f02759285bc5a75]

        #95584#; complete the shape support

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [4240464bed7e708202aa11c481e63305ed2e22cc]

        #95584#; make some methods const methods; remove FocusListener

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [05f1275964f5f4e4effd8203ddd47d487daa6de6]

        #95584#; make every area (left, center, right) of the header/footer a own child

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [dbf9380bf3c07eb7301f8873584bfa6eb61cbeab]

        #95584#; make GetBoundingBox a const method

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [44913d97cb258a18baff522add40ed730ac4aef2]

        #95584#; add Forwarder of the preview

2002-05-24  gt  <gt@openoffice.org>  [3d7acc671b226ab23effd6865b377e5de8a82da8]

        #99483# handle auto color for font preview

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [882d15f01fd7341c1850973d60c9b7bacc7f5e8c]

        #95584#; create a Broadcaster to broadcast draw events

2002-05-24  Sascha Ballach  <sab@openoffice.org>  [24da580f8bd0a348fee64c07f9015b09918f8388]

        #95584#; add RangeId to have the draw ranges unique

2002-05-24  Andre Fischer  <af@openoffice.org>  [4f777131f53eeb62a44765e5763f98c7e88283f2]

        #97772# Adaption to recent changes of the XAccessibleComponent interface.

2002-05-24  Niklas Nebel  <nn@openoffice.org>  [7293e5ed8e9df82deb933fb63aeb808f05640a63]

        #99013# return focus to current view if selected with control key

2002-05-24  Daniel Vogelheim  <dvo@openoffice.org>  [19de31ed4e173052b4dc0b093666ef8fe1740e77]

        #95586# added XAccessibleValue interface to table cell

2002-05-24  ghiggins  <ghiggins@openoffice.org>  [9c5fd9f400cc93b3b8231f8d2ebe00e921ee3905]

        #99344# Adding Single Signon stuff

2002-05-24  Thomas Lange  <tl@openoffice.org>  [222cdf953fa44d609fde68225da84e1e066a2395]

        #99081# alingment of fonts in dialog fixed

2002-05-24  Martin Maher  <mmaher@openoffice.org>  [e5a39fda4680c9a8ff5aeb4bf6d87d6cece7bc87]

        Added functionality to make sure the Formula cell value is also extracted.

2002-05-24  Martin Maher  <mmaher@openoffice.org>  [be5174b46aec41aff62a91f689b6ac8bc88f57c6]

        Added function to get the value of a cell. Used for Formula where the cell value and content are not the same

2002-05-24  Martin Maher  <mmaher@openoffice.org>  [a942d25108703444626feb40f687485e9840e742]

        Minor fixes and implementation of the getCellValue method

2002-05-24  Ocke Janssen  <oj@openoffice.org>  [56c79e351ea7f8b28b98badaacbdec58a0e2516c]

        #99367# close in closeDoc changed

2002-05-24  Martin Maher  <mmaher@openoffice.org>  [92f45eea94fa595adf545c7a36d16490a003b54c]

        Fix for formula consisting of one cell

2002-05-24  Andre Fischer  <af@openoffice.org>  [dc785d089c56793a5463075a3a82a9478a49e101]

        #95585# Some corrections to german and english texts.

2002-05-24  Juergen Schmidt  <jsc@openoffice.org>  [26a9fcd148c09a4d31e5c2b318f21057bc2d0947]

        #96475# check error condition, no performance lack

2002-05-24  Sven Jacobi  <sj@openoffice.org>  [c50dcb55e05ad873f98f81fe5db911854f8326a3]

        #99485# again exporting text fields (slidenumber, hyperlinks ...)

2002-05-24  Oliver Specht  <os@openoffice.org>  [3e9ccbfc6b7b79f44ac5a3de735a25f3ff4c202a]

        #98136# new Accessiblity optons: IsForBorders

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [bfe278c36a9cb7cb7240252f17d85f029f222103]

        #99226# smartened the way the sub windows are arranged

2002-05-24  Christian Lippka  <cl@openoffice.org>  [59edec6490b0e577762471c0b978e3b9601b7ad3]

        #95537# hide empty NameOrIndex items from API

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [2df0dae5f49c0158dcaf69443dde21756d18fbc2]

        #99226# separated menus which were misused way too often

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [43dee38e18d56b587ff8b92bda60f77b165c0ba5]

        #99226# allow keyboard-triggered column context menu / allow column width to be set via context menu

2002-05-24  Martin Maher  <mmaher@openoffice.org>  [e777fcc868039ce36490eea68ca6770c6f808364]

        Added a Value attribute to support formula whose value and cell contents are two diffent attributes

2002-05-24  Thomas Lange  <tl@openoffice.org>  [56476e3a93527a2eb81643633b3c2f7d23394c44]

        #98792# HC bitmaps for accessibility

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [99252473dde9ed980a5fd59452cfd29f4f75ca0f]

        #99226# separated menus which were misused way too often

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [32f5315e22e3b3169be26a9eeb6ef545b72f296c]

        #99226# +adjustBrowseBoxColumnWidth

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [733e74964144fdb2e360d23fab7e8ed745392363]

        #99226# new ctor param for a different standard value

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [5823ea7ae0a97cee83fef5fdf599a3fb96d87461]

        #99226# +m_bInSplitHandler

2002-05-24  Michael Brauer  <mib@openoffice.org>  [ba69f7ffc6eaf2cdcee8ed7c09626b40376bc767]

        #97826#: set font at default style instead of pool

2002-05-24  Michael Brauer  <mib@openoffice.org>  [6ec717e4ec0a31b32e6713d394f567f6eabe20ac]

        #97826#: Export default style correctly

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [7b5ff31951e158ab80cd1ed1349f3400db23b685]

        #99226# new ctor param for a different standard value

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [fedd8be80507e6e8020f85408d9eb7392831b6dd]

        #99226# separated menus which were misused way too often

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [f2917a94c3e8860a51c9fafa312cc2d2865d9a40]

        #99226# +adjustBrowseBoxColumnWidth

2002-05-24  Philipp Lohmann  <pl@openoffice.org>  [3822d53be1618c94d777af6d8677b37d84d03461]

        #98573# (ref. 98931) ATToole changes made to new file structure

2002-05-24  Thomas Lange  <tl@openoffice.org>  [260810f6b0eb350aeb5c82fadb9ad4dcbfc0f9f2]

        #98792# HC bitmaps for accessibility

2002-05-24  Andreas Schlüns  <as@openoffice.org>  [9a47f6e1610a36140cec7ec9d5700b8ae2050a64]

        #99101# catch disposed exceptions if listener connections are broken

2002-05-24  Andreas Schlüns  <as@openoffice.org>  [613233b847bf1f735a9d2f7f71069651e5419d72]

        #99101# catch disposed exceptions for broken listener connections

2002-05-24  Andreas Schlüns  <as@openoffice.org>  [20517fab645cd30db6f1ed0f4263e2d20c48ae43]

        fix #91939# top level

2002-05-24  Juergen Schmidt  <jsc@openoffice.org>  [53dfdf161e2142f691a216a95c34ba339b78952f]

        #99053# add basic regcomp example

2002-05-24  Andreas Schlüns  <as@openoffice.org>  [e2334af6b5a2e352b3118de64bdab2e8b3f7397e]

        #91939# don't use deprectaed  tasks supplier

2002-05-24  Oliver Specht  <os@openoffice.org>  [7fa73ebeeb13319f87b5094f92b4d080599f5936]

        #98136# new Accessiblity optons: IsForBorders

2002-05-24  Oliver Specht  <os@openoffice.org>  [153c4d87a75d209caf1ee4760405beb5b4b30ff5]

        #98136# new Accessiblity optons: IsForBorders

2002-05-24  Cyrille Moureaux  <cyrillem@openoffice.org>  [b283f3d15587be1cd5571b2372ddbc7888eb6eaa]

        Put back the configuration::backend stuff

2002-05-24  Sven Jacobi  <sj@openoffice.org>  [751fda658ad22ee46b48abbb82bab56eefcf7dbd]

        #98908# changed ui name of impress_html and draw_html export

2002-05-24  Christian Lippka  <cl@openoffice.org>  [ccc4caddf1f9e40824f3797416e3cb2f6da5d13c]

        #97979# switch page correctly, also when selecting shapes

2002-05-24  gt  <gt@openoffice.org>  [531a3bafc6402de09c44656112401d9fb15bf235]

        #99251# use of default images from SvLBoxButtonData

2002-05-24  gt  <gt@openoffice.org>  [9159d3b959d7e26c1f9ad2d8d4bc223974791e78]

        #99251# default images for class SvLBoxButtonData

2002-05-24  Andreas Schlüns  <as@openoffice.org>  [a8bcdd8ef8926382803c1a11f742e84dc58c1311]

        dont use deprecated tasks supplier

2002-05-24  Andreas Martens  <ama@openoffice.org>  [8a44fa70e563ec5d09db51952ae5881167e66493]

        Fix #99268#: Fly in footer

2002-05-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4921e88fcdd864472ea68a1aa782e838107e6e29]

        win/tcsh

2002-05-24  Andre Fischer  <af@openoffice.org>  [68f61ca6f1149a1b24a4ac3dba19add626a42085]

        #95585# Fixed calculation of positions.

2002-05-24  Thomas Lange  <tl@openoffice.org>  [ad2d6cfbe57cca59ccd3a0b3facd0104fabadc4f]

        #98669# accessibility in Math

2002-05-24  Christian Lippka  <cl@openoffice.org>  [f86493206037877eccef1df0d73141bdf9e24b67]

        #95585# added boundrect property to all shapes

2002-05-24  Daniel Rentz  <dr@openoffice.org>  [e8a9d4efc64e6048ba08e81c005f8f1175b3627f]

        #65293# merge error corrected

2002-05-24  Andreas Martens  <ama@openoffice.org>  [de483d929ac023f296909d29b2b7436d95fb4ea0]

        Fix #99474#: Don't forget the right border (grid)

2002-05-24  Oliver Specht  <os@openoffice.org>  [d664e7983a81b1a0ace859d0d721de599d2c99f3]

        #98391# leave 'draw handle mode' with escape

2002-05-24  Oliver Specht  <os@openoffice.org>  [360be035ccf404c98d08c98838d27e41317a3f53]

        #98391# moving/resizing of frames and drawings implemented

2002-05-24  Vladimir Glazounov  <vg@openoffice.org>  [c4436b3a05db8928f2384b484c6c95bea2c304fa]

        SRX642

2002-05-24  Thomas Lange  <tl@openoffice.org>  [815d673408b8f0f67cb463d5b5ddaf3126c9f0f3]

        #98669# accessibility in Math

2002-05-24  Thomas Lange  <tl@openoffice.org>  [8960f57cdd3f8d404ba123d4b546bfcadf98429a]

        #98791# Highcontrast bitmaps for accessibility

2002-05-24  Frank Schönheit  <fs@openoffice.org>  [7472ac575a01842a65fc3216a311cf0f6cb7dddd]

        #99030# use the BoolItem in the state to disallow drop-down / use the bindings, not the dispatcher directly

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [6557e2c362602476dcafa460cafb531d87efeeec]

        Merge SRX642: 24.05.02 - 00:00:43

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [01c8a432345f1ad9e7dde1e7440e575a051440a4]

        Merge SRX642: 23.05.02 - 22:21:24

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [d8868b51175d7c8f9d0926f3f9f8ab0de51105bc]

        Merge SRX642: 23.05.02 - 22:19:53

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [05b06d4627ac41a59d380b82a8f9d377554e2709]

        Merge SRX642: 05/23/02 - 22:17:19

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [4d45969f29d94c313099d0b4f12fa44a88f5f8ff]

        Merge SRX642: 23.05.02 - 22:17:12

2002-05-23  Rüdiger Timm  <rt@openoffice.org>  [1557c138208f6e15abf7a5e690632cfe827f43ca]

        Merge SRX642: 23.05.02 - 22:16:13

2002-05-23  Vladimir Glazounov  <vg@openoffice.org>  [89acfab49fe9f48e01671708707b7a2f4e43b812]

        Merge SRX642: 23.05.02 - 22:15:53

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [0f3d3a513fbcd37fc18024c9745bf12452dac6b7]

        Merge SRX642: 23.05.02 - 22:14:33

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [f59aef5f9c8c4ea76b06cb197b9563b44e32e13c]

        Merge SRX642: 23.05.02 - 22:15:42

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [acb4264919b3dcf5f0fa81cfab5e12667e334ed9]

        Merge SRX642: 23.05.02 - 22:13:13

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [ae9e8b67d5f6a1bb5503b9bb37ce78c91c1b98f5]

        Merge SRX642: 23.05.02 - 22:13:04

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [5c71942161ac21e17751e7bf8ac01112c633870b]

        Merge SRX642: 23.05.02 - 22:11:21

2002-05-23  Dirk Grobler  <dg@openoffice.org>  [e1a73ca72ceeaf2348ef0dbd8aafa42624e0fe10]

        #97750# generating ldap component mappings

2002-05-23  Dirk Grobler  <dg@openoffice.org>  [020908675225dcd64c7ab27ca41d555b72619177]

        #97750# default schema for LDAP DS

2002-05-23  Dirk Grobler  <dg@openoffice.org>  [0ff65e7aa039b442e61080aae50e4ef629f8ff4c]

        #97750# property mapping for LDAP DS

2002-05-23  Herbert Duerr  <hdu@openoffice.org>  [506a3500d5f2308fe24257b55d7ffa92e15b0125]

        #99456# squeeze text if needed

2002-05-23  Niklas Nebel  <nn@openoffice.org>  [f4cbc8207ed944e1253182ff0a264d15ce8b58d6]

        #98721# support creating field control from field selection window

2002-05-23  Andre Fischer  <af@openoffice.org>  [48a3958b96691f3bf65764f455c7726512ee3f46]

        #97772# Introduced mnExpandLevel to remove problems with recursion.

2002-05-23  Andre Fischer  <af@openoffice.org>  [4ef72b5b812d417111d5875fc75d0fe8fd42037d]

        #97772# Show wait cursor shape during tree expansions.

2002-05-23  Andre Fischer  <af@openoffice.org>  [159b909790cfe663d382a2ce3c21464ef41d9747]

        #97772# Providing and using names for roles.

2002-05-23  Vladimir Glazounov  <vg@openoffice.org>  [3bd044e97218b4a64b61253bb0e04147f8570dab]

        SRX642

2002-05-23  Andre Fischer  <af@openoffice.org>  [bf5b380c9421a65a89e9da40dc983e401c3bd4f5]

        #97772# Clean up of layout creation.

2002-05-23  Andre Fischer  <af@openoffice.org>  [fcb62b5e6d945d44e17d9d8647a8d9a450a918b6]

        #97772# Removed unused methods.

2002-05-23  Sven Jacobi  <sj@openoffice.org>  [506ff5f513cfd4d93e5259cf7a7a0e917eb96ce5]

        #99502# now also printing eps files which are smaller than 256 bytes

2002-05-23  Michael Brauer  <mib@openoffice.org>  [007558d04b2d4f6a2f7460b91a683e20d41ac384]

        #95586#: syntax

2002-05-23  Stephan Schäfer  <ssa@openoffice.org>  [3f03b10bcbcac54e110ad1f438bbaafc7d8b3102]

        #98943# improve selectionbackground in hc mode

2002-05-23  Michael Brauer  <mib@openoffice.org>  [eaec063c0caa97dd8b3cadb79101676e805f2d69]

        #95586#: Broadcast event  when nodes are splitted

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [b5f0929ca92123feff5513cc5cf64c34f95e7bd9]

        #99497# when no filter is given, default to PrimaryEmail instead of FirstName

2002-05-23  Vladimir Glazounov  <vg@openoffice.org>  [0cdd43592dd776acbb6538a3820a7723ac8dfc58]

        #65293# new exceptions entry

2002-05-23  Vladimir Glazounov  <vg@openoffice.org>  [bf15293a11fc50601e200d9fd862db15f67e62de]

        #65293# corrected typo

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [73c255b9f7193afe393887a19e7f9adf32587639]

        #99396# include filepicker image list

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [33a3a9f960462d4d0fb0b97848911323bb211ef4]

        new version for SRX642

2002-05-23  Christian Lippka  <cl@openoffice.org>  [771408430c1e95044a862864658bfd9ca23efa18]

        #95838# added transient styles

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [0a179bfc6e0e933f1fb4080df165b48ee1607195]

        #99396# removed obsolete ids

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [2a0558ab00c4ed176c1d7dc0cf15492c2c171e8e]

        #99396# use high contrast images if appropriate

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [729175eb3436a02ab0edee7c07dafa45c0cd344a]

        #99396# build image lists for file picker buttons

2002-05-23  Armin Weiss  <aw@openoffice.org>  [11e856919ca472fb4af96de3d6f56af7a34409db]

        #98388# add AnchorPressed to be able to aninate anchor control, too

2002-05-23  Sascha Ballach  <sab@openoffice.org>  [292e9056c2708f37c6c1ce3887e378312fb1bb2f]

        #95584#; include XFocusListener

2002-05-23  Daniel Rentz  <dr@openoffice.org>  [e9e4bc8399376d45174497deb46ef0d6f43c7eea]

        #99369# new slot select tables

2002-05-23  Andreas Schlüns  <as@openoffice.org>  [f875f0d060c68aa57909e0e6c509eebf95324607]

        #91939# use XCloseable instead of deprecated task interface

2002-05-23  Christian Lippka  <cl@openoffice.org>  [f689df24a8c3b623fc01a1ba86dbde263332dd50]

        #99090# set vertical writing directly on OutlinerParaObject

2002-05-23  Vladimir Glazounov  <vg@openoffice.org>  [43095c855547b1fa456efa6f2b4ec5fb395d8fe1]

        #65293# TL: Types in conditional expressions

2002-05-23  Andreas Schlüns  <as@openoffice.org>  [62df05fdb1ff991447349c1cc38118d19c7efe2d]

        #91939# supports XClosable; remove deprecated task; ...

2002-05-23  Thorsten Behrens  <thb@openoffice.org>  [db80f11d26551393cfe8060857cb302956b2c6fa]

        #96948# Added glyph type, more general catches

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [a2121e3e80adf637d3b38662d834b8e9d4038bf9]

        #99030# send a boolean state with PASTE

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [ba85e4eb182fc1c6908aa83c35ad63bcfe7bf450]

        use the (member) view clipboard instead of an explicitly created one - during #99030#

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [90202bb88e558fb1cd2e2f77f70ff7d3fc0a8364]

        minor cleanup

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [dbabbbedd38e01cfc53f799142c8e3989bbf9427]

        #99030# have a clipboard notifier / send a boolean state with PASTE

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [18de45863df2b2c414e16321d3252226ae8f30d5]

        #99030# have a clipboard notifier

2002-05-23  Ocke Janssen  <oj@openoffice.org>  [073883765b026aacc77171464a1f619589dfe7eb]

        #99407# new typedef inserted

2002-05-23  Ocke Janssen  <oj@openoffice.org>  [1d1b1c009ecbd88415c18f994c7b147ef2546089]

        #99407# adjust column positions

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [ecca4166bfe2398ccc54ab78adcde12a3d0a1a39]

        +aEditClickPos - don't allow in-place-editing to be triggered by mouse click if then mouse has moved too much when the timer arrives

2002-05-23  Frank Schönheit  <fs@openoffice.org>  [180704f4bbf62c0b0850f082c1238b2e5f25970a]

        #99030# ensure that the clipboard is set when creating from clipboard or assigning

2002-05-23  Ocke Janssen  <oj@openoffice.org>  [4d3923b9930a1ccd42a28aca4a8d62917ff3f86f]

        #99407# new typedef inserted

2002-05-23  Ocke Janssen  <oj@openoffice.org>  [d747d50b7b96a226a16e44c12db473b4d630bcc6]

        #99300# some new methods

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [bfa08e908fecf1ff8c389d8288cc0cb853a8706d]

        new version for SRX642

2002-05-23  Ocke Janssen  <oj@openoffice.org>  [b72f56923616b3ea03a4dcea6b9b96d62028bed6]

        #99407# new typedef inserted

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [6a5383041ca8159d5b3cdcd9af9298971ce7cdf1]

        new version for SRX642

2002-05-23  Ocke Janssen  <oj@openoffice.org>  [ac86b75d240bb368edb2967afebb74849ca9c31e]

        #99407# check columns to set

2002-05-23  Ocke Janssen  <oj@openoffice.org>  [ec36bd0d5e0f929d9af00415bc78df1563cd5edf]

        #99407# throw error when parameter needed but not set

2002-05-23  Christian Lippka  <cl@openoffice.org>  [cc05fff742498226ecca840252c6a7596181e4ba]

        #93604# added missing XMimeTypeInfo

2002-05-23  Daniel Rentz  <dr@openoffice.org>  [13d68645f5e94cd1897746f582e2ada5bd2795af]

        #99369# selektieren -> auswaehlen

2002-05-23  Rüdiger Timm  <rt@openoffice.org>  [fd065b6f0f278886851fc0453fa40ef0ebaeb929]

        new version for SRX642

2002-05-23  Andreas Schlüns  <as@openoffice.org>  [078a91170bf9052f8af46c3e00c69d3a0f75c575]

        #99017# add new types/filters for external formats

2002-05-23  Christian Lippka  <cl@openoffice.org>  [02a989a96c660515b96afe820021779423e3c561]

        #98963# new unique ids for fill toolbox controller

2002-05-23  Andre Fischer  <af@openoffice.org>  [e7ca454db0bcef7a431529ff6f2c96c859e27a42]

        #95585# Required name change of include file AccessibleTextHelper.hxx

2002-05-23  Vladimir Glazounov  <vg@openoffice.org>  [ab07c50966db27cb0156de01ab4b0cecb600d69e]

        #65293# added include

2002-05-23  Niklas Nebel  <nn@openoffice.org>  [2ea64b4c58571ea5d4c3a4cbfdd7dde8c1cc0681]

        #98115# ExecGallery: insert sound as hyperlink button

2002-05-23  Christian Lippka  <cl@openoffice.org>  [ba00ab3b8fcb2fea3a8a2e6acaaaf9bb94250f6f]

        #97201# always get correct dialog parent, even in options

2002-05-23  Stephan Schäfer  <ssa@openoffice.org>  [c0801fda6251e6402a5b922a4bf8bc13b6e16757]

        #98154# kbd accessible splitter

2002-05-23  Christian Lippka  <cl@openoffice.org>  [b24a30ae656077056402a25028aed61cbdff4920]

        #92572# added outliner properties to span

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [dd80235980baf88180eee7d7feb35b3511a1df88]

        new version for SRX642

2002-05-23  Andre Fischer  <af@openoffice.org>  [d83621e90733caabfced2594a3664d40e03a4dfe]

        #97772# Output of expand progress into message area.

2002-05-23  Andre Fischer  <af@openoffice.org>  [c3d08c992c1f3c52780ffe7d97ba80653f0b518c]

        #97772# Added antialiasing.

2002-05-23  Andre Fischer  <af@openoffice.org>  [4a8a8446d1bae2a39253b9f950ba431225d6b161]

        #97772# Added antialiased option. Added message_append.

2002-05-23  Kurt Zenker  <kz@openoffice.org>  [277da05cadab35ea012683e40092e328530009ed]

        new version for SRX642

2002-05-23  Thomas Lange  <tl@openoffice.org>  [c19796dce0188bf646e3c32206fd6534bd1ea333]

        #99325# property AnchorPosition added to SwXShape for current version

2002-05-23  Thomas Lange  <tl@openoffice.org>  [d5abeffc0cfc683ef4194b23e0abf8b3059e5808]

        #99325# property AnchorPosition added to SwXShape

2002-05-23  Thomas Lange  <tl@openoffice.org>  [a254edf4818c4e7cc397da99294751eb4dcba308]

        #99325# FN_ANCHOR_POSITION added

2002-05-23  Thomas Lange  <tl@openoffice.org>  [0cb3cd557f8cf59a2a2b7b8f2fcbde0f0dac6ea4]

        #99325# CPPUTYPE_AWTPOINT added

2002-05-23  Christian Lippka  <cl@openoffice.org>  [06bcaf071b8fe0d3787f17a8397496db21994c37]

        #98875# fixed SdPageLinkTargets for SdrOle2Object -> GetPersistName()

2002-05-23  Ocke Janssen  <oj@openoffice.org>  [93f5e128176e2e8e82862f9eecf71829669933a4]

        #99407# error message corrected

2002-05-23  Ocke Janssen  <oj@openoffice.org>  [aedaeb0a10141ee0eeccde7a0f257180d2c0317c]

        #99300# check size of window against visible size

2002-05-23  Ocke Janssen  <oj@openoffice.org>  [bb5e53ffb5c5ad992fbe889b78603cdb1d4085b7]

        #98146# enable close slot all the time

2002-05-22  Kurt Zenker  <kz@openoffice.org>  [f77116b26ca0bd0725a566ecde153f316d29fb6f]

        new version for SRX642

2002-05-22  Kurt Zenker  <kz@openoffice.org>  [7911168df800b4a2b43b15a3c6f693ee934b5606]

        new version for SRX642

2002-05-22  Kurt Zenker  <kz@openoffice.org>  [6a7acd9da70f5330694e95a55d504d38f760fecf]

        Merge SRX642: 22.05.02 - 22:18:03

2002-05-22  Kurt Zenker  <kz@openoffice.org>  [040b4dc48e3366706c7639902e188c41431f45e4]

        Merge SRX642: 22.05.02 - 22:14:14

2002-05-22  Kurt Zenker  <kz@openoffice.org>  [88919e7714852a178eafb810c3045a1d4bc2096d]

        new version for SRX642

2002-05-22  Frank Schönheit  <fs@openoffice.org>  [2ea2d2f9d406d950e35c043a153464c1ed237581]

        #99089# +SID_FM_GRABCONTROLFOCUS

2002-05-22  Frank Schönheit  <fs@openoffice.org>  [3291650e7857d81fe7df3edb41b3c9ebf1cb4045]

        #99089# +GrabFirstControlFocus

2002-05-22  Frank Schönheit  <fs@openoffice.org>  [f0bfee6201345d7551a40e15e22ec94f1cdd457f]

        #99089# _bSync param at AutoFocus / corrected the auto focus so that only focussable controls are considered

2002-05-22  Frank Schönheit  <fs@openoffice.org>  [3b9d363c917612fe38f07e377b3014c85613d78d]

        #99089# _bSync param at AutoFocus

2002-05-22  Daniel Vogelheim  <dvo@openoffice.org>  [1589e66ed680126a194611a981781a968af816e0]

        #95586# added AccessibleTextType::GLYPH (and ...::ATTRIBUTE_RUN support) (change mail 25 Apr 2002)

2002-05-22  Daniel Vogelheim  <dvo@openoffice.org>  [224b2c19e1b8d7e98b5cac9cf20c9d70bcba01c4]

        added support for AccessibleTextType::GLYPH and ATTRIBUTE_RUN

2002-05-22  Frank Schönheit  <fs@openoffice.org>  [a5f4c2b5aa556bc6a9b3d0336375a3b0b6fcc390]

        #99030# the paste state needs a dummy boolean now

2002-05-22  Carsten Driesner  <cd@openoffice.org>  [99d53f8abeca7148cf7595fd4c0d4413733efbdb]

        #98419# Remove commands from menus loaded from resources

2002-05-22  Oliver Specht  <os@openoffice.org>  [ad29383f27f8294c926fa247933d7bc886456bf3]

        #97024# some lines removed, distances changed

2002-05-22  Matthias Huetsch  <mhu@openoffice.org>  [f71ce8710426627f145c95a3f4e83a31a435f8f4]

        #90353# Fixed operator new[](), operator delete() mismatch.

2002-05-22  Daniel Rentz  <dr@openoffice.org>  [d5d781491e6676438a4afc1f89a059063d48efe5]

        #99357# use StyleSettings for cell pushbutton

2002-05-22  Daniel Rentz  <dr@openoffice.org>  [3a370365cd1e5d366218023ea3a5bc09f8afd29c]

        #99357# use StyleSettings for controls

2002-05-22  Caolán McNamara  <cmc@openoffice.org>  [04a7afaa9003678153386afeb66cffe692bfaaf5]

        #99440# Must check base styles of style when looking for style frame attributes

2002-05-22  Frank Schönheit  <fs@openoffice.org>  [a48a62f1463a106b987c46494b37119fdd32f117]

        #99030# undo/save are own slots when applied to a record (not the global UNDO/SAVE doc)

2002-05-22  Frank Schönheit  <fs@openoffice.org>  [9979afd223a91cfb501ed5471d6bfa33a23545c5]

        during #99030#: make our tooboxes consistent with the rest of the office, means give them some space (2 pixels above and below)

2002-05-22  Carsten Driesner  <cd@openoffice.org>  [994500d817a3e8a4a7731de4f9f53580c936287d]

        #98926# Draw border only when no fill or automatic color is selected

2002-05-22  Frank Schönheit  <fs@openoffice.org>  [9bc104f0c0e663e890ba578e67ac6310b739af32]

        #99030# cut/copy/paste now using the usual UNO names, enabling us to use the main frame toolboxes for these functionality

2002-05-22  Christian Lippka  <cl@openoffice.org>  [f60a03b2f8c55aae521ada8dff17b99db402628e]

        #97520# don't overpaint viewshell buttons with scrollbar

2002-05-22  Thomas Benisch  <tbe@openoffice.org>  [1bc0f1420b4e4474537bc42bffc45d001e82e443]

        #98573# added IsItemVisible, SelectItem, DeSelect, IsMenuVisible

2002-05-22  Christian Lippka  <cl@openoffice.org>  [9e05752cbb74cf3f2d62c1f15d5a62b195d8991e]

        #98139# fixed ::SetDesign / ::GetDesign

2002-05-22  Joachim Lingner  <jl@openoffice.org>  [03f659504c58bff4a7d1381da3e3828b358a33bf]

        #99361#

2002-05-22  Caolán McNamara  <cmc@openoffice.org>  [abbc7241ac032926c51ebb8b849a3b25dd4a28ba]

        #99440# Cleanups for 99440

2002-05-22  Jörg Budischewski  <jbu@openoffice.org>  [ff267c4363e37f8181644a1c529789c6c8e4fd73]

        #99361# regcomp now ignores bootstrap parameters on command line

2002-05-22  Joachim Lingner  <jl@openoffice.org>  [9a327a66bbd8159b52c08b1c975dea5c48adbdba]

        #99361#

2002-05-22  Daniel Boelzle  <dbo@openoffice.org>  [6e266851df59748bd90040194abbea5165ef9d9f]

        #90353# fixing delete []; giving some message with thrown exceptions

2002-05-22  Christof Pintaske  <cp@openoffice.org>  [c4b0e95982d554d0073f5492e077702622aaaec0]

        #97217# having iiimp requires utf-8 encoding in eventloop

2002-05-22  Herbert Duerr  <hdu@openoffice.org>  [e6df2fa4fe55ccf8439f874ef94a32c16c985533]

        #99081# always TOP_ALIGN fonts

2002-05-22  Frank Schönheit  <fs@openoffice.org>  [701d9b95dc7226521744197e26cceb13a8739407]

        #99030# undo/save are own slots when applied to a record (not the global UNDO/SAVE doc)

2002-05-22  Mathias Bauer  <mba@openoffice.org>  [ab839218054fd19bcfc48f79d0221b918111ef6e]

        #98405#: Query/PutValue changed

2002-05-22  Mathias Bauer  <mba@openoffice.org>  [afe0620df9f55f2f6f39f7df7488bffc9e35b525]

        #98405#: complain about unknown types

2002-05-22  Mathias Bauer  <mba@openoffice.org>  [b58e287cdb9c7a4344a7e53d275ae461538a562e]

        #98405#: use new recording API

2002-05-22  Mathias Bauer  <mba@openoffice.org>  [b3099fad1c84d74da23418839147b776c2fa1233]

        #98405#: Query/PutValue changed

2002-05-22  Kai Ahrens  <ka@openoffice.org>  [021703bd569df2b005de580bb15a4bc27a04d6c6]

        #99376#: set help ids for tabcontrols

2002-05-22  Philipp Lohmann  <pl@openoffice.org>  [537fd7e37bf2b2f477502ee4f2aff71a45fe7389]

        #98412# use correct parent window coordinates in StartPopupMode

2002-05-22  Daniel Rentz  <dr@openoffice.org>  [b82bd3498abecf7f7fc53136e8498c84f2cb32e4]

        #99369# New dialog 'Select Sheets'

2002-05-22  Kai Ahrens  <ka@openoffice.org>  [81eccb82b335182580ed9652e2ae05859208ac10]

        #99271#: check if all crop sizes are > 0

2002-05-22  Daniel Vogelheim  <dvo@openoffice.org>  [373fa3c85fc616c8a1e5fd8c610943b7b47bf1e7]

        #95586# made page preview accessible

2002-05-22  Mathias Bauer  <mba@openoffice.org>  [bb9150301a0b1f5f99f79cc64698f28f3c419758]

        #98405#: Query/PutValue changed

2002-05-22  Mathias Bauer  <mba@openoffice.org>  [69acd72b2e697a98767b7c2048c8494c35fcbabf]

        #98405#: types and MIDs adjusted

2002-05-22  Andreas Martens  <ama@openoffice.org>  [1865c627f707bd2bd92ed63d643b459b931dd105]

        Fix #99298#: Blue border for page preview

2002-05-22  Mathias Bauer  <mba@openoffice.org>  [c1dba346c35fb173543904435765fd409b7f38b8]

        #98405#: Query/PutValue changed

2002-05-22  Ocke Janssen  <oj@openoffice.org>  [541056e040e7dbb8a70f015dd620300b675de5d9]

        #99277# deactiveCell before activing it again to refill it when nescessary

2002-05-22  Mathias Bauer  <mba@openoffice.org>  [712387046c4130b39f11bc9a50893503baa3d347]

        #98405#: ConvertTwips

2002-05-22  Caolán McNamara  <cmc@openoffice.org>  [618ce462658eaa32e9e1b9f337b0f61583f961ce]

        #99290# Collect tables and force recalc at end of parsing once for each table, not at end of each row

2002-05-22  Ocke Janssen  <oj@openoffice.org>  [56f81a7d9adde1ac26a46adcdc514af90e2a24ed]

        #99302# correct movement

2002-05-22  Ocke Janssen  <oj@openoffice.org>  [315935d18d28db1d8b5ccef52e9c24e0a1788da1]

        #99302# correct movement

2002-05-22  Daniel Rentz  <dr@openoffice.org>  [8f28f4b11d9c47b474c48c52b9149b9722a87cda]

        #99429# sheet bounds for HLINK

2002-05-22  Mathias Bauer  <mba@openoffice.org>  [243d795ea5f377c967b51163f58ccead9cb34815]

        #98859#: use Pos vom CommandEvent

2002-05-22  Ocke Janssen  <oj@openoffice.org>  [170df7bf03eca160819a08bbfaa55d58cca25ea1]

        #99300# keyEvent corrected

2002-05-22  Niklas Nebel  <nn@openoffice.org>  [517872a73f37155153460c52da5bba4469d695f0]

        #99391# dont use standard formats for automatic elements with conditions or colors

2002-05-22  Ocke Janssen  <oj@openoffice.org>  [b568e72f088d76b0e1c0559d4e8386f05c38f56f]

        #99302# correct movement

2002-05-22  Ocke Janssen  <oj@openoffice.org>  [bc1b2e97c234c992d34dff094f3b3ad9a04f327e]

        #99302# correct movement

2002-05-22  Kai Ahrens  <ka@openoffice.org>  [e302f3bc5751dd45814d2be5c2940954cd6f684c]

        #98849#: set TabStop at all controls

2002-05-22  Oliver Specht  <os@openoffice.org>  [640b7a0abc7dfe94b32c885cbde19e0c3026be10]

        #99235# LRSpace vertically corrected; Left/Right position of column item in vertical sections corrected

2002-05-22  Andreas Martens  <ama@openoffice.org>  [f08470de6d7994648dba85a693fe3c3c57a8c375]

        Fix #99235#: Wrong column number in vertical tables

2002-05-22  Ocke Janssen  <oj@openoffice.org>  [7ef6b6f8f0d36d60b52f4e833463f982b10739b0]

        #99302# check if movement implies to scroll the pane

2002-05-22  Armin Weiss  <aw@openoffice.org>  [a675c9baad79326796f441f1b52cff07cf05a3af]

        #98988# Re-implement GetDraftFillColor(...)

2002-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8fecfd23599a547edfa84cebd56d373b98904360]

        SRX642

2002-05-22  Vladimir Glazounov  <vg@openoffice.org>  [019c64aa3281ce5cb7f0787290d612ff27ddc33c]

        SRX642

2002-05-22  Armin Weiss  <aw@openoffice.org>  [572f6e53616c14ac545d5bb4fa7cd2459bc71ebd]

        #98988# test if we are in High contrast mode; if yes, take application document color

2002-05-22  Kai Ahrens  <ka@openoffice.org>  [982f207c08907cc2ba9e97a3db46c012b45a9621]

        #99234#: grab focus to document in dtor

2002-05-22  Kai Ahrens  <ka@openoffice.org>  [70e53d745003dd2373a80f8f1c72daa9dd1a6c8e]

        #98849#: set TabStop at all controls

2002-05-22  Daniel Vogelheim  <dvo@openoffice.org>  [60d2cc3a8aff0792b4c269d106c9a06040093542]

        #95586# fixed accessible resources (as given by EM), and added resources for page description/name

2002-05-22  Jörg Barfurth  <jb@openoffice.org>  [441a2bbfe7d7c62df318e66800ba724b4a0338b6]

        #98489# Factored service info helpers for use in new services

2002-05-22  Andreas Martens  <ama@openoffice.org>  [908669e7f77b55e9642aa4f941043acc307c7532]

        Fix #99454#: Loop in footer with fly frame

2002-05-22  ghiggins  <ghiggins@openoffice.org>  [f7d34eaf23f7b9ad84bef93a85c081bde12289f6]

        #99344# Single Signon stuff

2002-05-22  Andre Fischer  <af@openoffice.org>  [5442f2623d8568e4146035f6a2d3dea06d321a78]

        #95585# Copying member mxController in copy constructor and assignment operator.

2002-05-22  Andre Fischer  <af@openoffice.org>  [dc3db99ae6913480890f2386943e90dd7104fb1a]

        #95585# Using member mxController instead of argument rxController.

2002-05-22  Andre Fischer  <af@openoffice.org>  [8488e0d091dbbacff64c118f31a0d0ffba7fe1cc]

        #95585# Moved selection of accessible objects to ChildrenManager(Impl).

2002-05-22  Christian Lippka  <cl@openoffice.org>  [0e084cc26bb08692b006147e46a73debc0ee4ea7]

        #99398# fixed DiaSpeedItem

2002-05-22  Oliver Specht  <os@openoffice.org>  [aaf9b6f3b53f65daaa84e3e298709757d6aacb61]

        #98666# table popup menu extended with text popup menu entries

2002-05-22  Frank Meies  <fme@openoffice.org>  [17714047583c7b55c9951846eadffdca98b1680f]

        #99282# CTL - Replaced GetGlyphBoundRect by GetTextBoundRect for drop caps

2002-05-22  Jörg Budischewski  <jbu@openoffice.org>  [627f0491e9811bcba70e91b97d9732001108d60d]

        #99361# changed the name from javai.dll to jvm.dll to have a sensible default on windows

2002-05-22  Daniel Rentz  <dr@openoffice.org>  [604d08a00095e5cf81515b9a527bb0a29649bbeb]

        #99369# New dialog 'Select Sheets'

2002-05-22  Carsten Driesner  <cd@openoffice.org>  [d1e08f27f97c62335a4d7881548bf402652749c9]

        #97127# New error message for wrong settings using an external web browser

2002-05-22  Daniel Rentz  <dr@openoffice.org>  [7f86daa43d46c658f8cd2f21ea7debbedaea8a81]

        #99369# New dialog 'Select Sheets'

2002-05-21  Matthias Huetsch  <mhu@openoffice.org>  [3e56e03d695a927d3c2a5c6b09dffdda1f51f0b3]

        #90353# Fixed operator new[](), operator delete() mismatch.

2002-05-21  Philipp Lohmann  <pl@openoffice.org>  [e0241b8220050c91e3c62878257790c370193ad6]

        #90353# use alloca to get buffer

2002-05-21  Oliver Specht  <os@openoffice.org>  [46862b54c722497a34c0f60d1d5e1f0031e75c0f]

        #98198# activate draw text mode by inserting a 'normal' character

2002-05-21  Vladimir Glazounov  <vg@openoffice.org>  [73a49a04615d9da37d3b76aa7cedff8dc1469865]

        SRX642

2002-05-21  Vladimir Glazounov  <vg@openoffice.org>  [4b5de5168509d8042b323233fd738de4938d8156]

        new version for SRC657

2002-05-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [69797fce051e9a17f93be351e3f19b1826da56fa]

        new version for SRC657

2002-05-21  Thorsten Behrens  <thb@openoffice.org>  [9f53ed62aa5b8e47f2005cab5c78b0c022e5755b]

        #96948# Fixed some temporary-object probs

2002-05-21  Oliver Specht  <os@openoffice.org>  [c73d013dae5058f2017277481113510fe71d7f48]

        #98780# color ListBox moved

2002-05-21  Oliver Specht  <os@openoffice.org>  [ac71ec5b0fdfca3fb2e67b62838798616b91e1d7]

        #98819# CheckBox of Draw/Grid removed

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [ee21f38fab431fff3b4b3d3420ce14ba1362c235]

        new version for SRC657

2002-05-21  Oliver Specht  <os@openoffice.org>  [e3cd8e934539d7e54ad1868dfc072456e3a3e7e3]

        #98785# id corrected

2002-05-21  Andre Fischer  <af@openoffice.org>  [e02c07cba5faf27a190b2e650456343569a52cf4]

        #95585# Support of XSelectionChangeListener.

2002-05-21  Oliver Specht  <os@openoffice.org>  [6b4b98d230508a11264f7a812709007565b5fdd6]

        #99294# keyboard handling of Colums/TableWindow implemented

2002-05-21  Christian Lippka  <cl@openoffice.org>  [679b38d11f6908cde01d1e5e7711149b1b9c2ab8]

        #99257# use high contrast images

2002-05-21  Christian Lippka  <cl@openoffice.org>  [ada15b353716f2366c1b9044bd8ba2e3ebebf58c]

        #99257# use high contrast images

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [3980570f877626c3416dffad1ed3ce62e6f66c72]

        new version for SRC657

2002-05-21  Christian Lippka  <cl@openoffice.org>  [4e409fa1ccc7ec35ec132421727cb7bb2754cc1b]

        #99257# use high contrast images

2002-05-21  Thomas Benisch  <tbe@openoffice.org>  [e7353c18b8ef1d085d00a1e0fba37bc3b2d007ac]

        #96938# add component registration wizard to ODK

2002-05-21  Armin Weiss  <aw@openoffice.org>  [66acc45d9b3abfd1212338a88b558871557088d5]

        #99001# Hide lines for special calc shadow

2002-05-21  Christian Lippka  <cl@openoffice.org>  [1a1600cafc957717f239238423fb01b5b5a9486b]

        #99257# use high contrast images

2002-05-21  Vladimir Glazounov  <vg@openoffice.org>  [5bb23d52a42d5b49390f1be23ed42af9ea259b50]

        #65293#

2002-05-21  gt  <gt@openoffice.org>  [99404fce862228e6d954aaee891cb0715d7d4455]

        #99406# changed maskcolor for HC bitmaps

2002-05-21  Stephan Schäfer  <ssa@openoffice.org>  [549b758a678c448aee05d172817ba56dc46b975f]

        #98154# prepare kbd access for splitter

2002-05-21  Stephan Schäfer  <ssa@openoffice.org>  [3bdd21fd702fb765145e3845e6777791df5a62d9]

        #98154# prepare kbd access for splitter

2002-05-21  Stephan Schäfer  <ssa@openoffice.org>  [4dba886fed6ea5c9a78a68c3d6edce3621fc5eed]

        #99088# make fix for 99318 available again

2002-05-21  Philipp Lohmann  <pl@openoffice.org>  [b4e03b3db3d95175d6d27df408b5a3db7fca07bc]

        #i1610# improve font server discovery

2002-05-21  Christian Lippka  <cl@openoffice.org>  [47eae6f6efba219b8359d035ef6b041f2b5c7e42]

        #98963# added UniqueIds for listboxes

2002-05-21  Aidan Butler  <aidan@openoffice.org>  [1c725068b0b911ed07fc3c36d99cc77dfb27e27f]

        *** empty log message ***

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [5eb01229db3d64cb0d5348787596e3c8c30d7226]

        Merge SRX642: 21.05.02 - 11:33:56

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [0c771895b37ee8bdc295843174932d50e86a55ab]

        Merge SRC641: 21.05.02 - 11:30:47

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [a8f43c218cee059992d8c835621fac781a725b0d]

        Merge SRC641: 21.05.02 - 11:27:17

2002-05-21  Vladimir Glazounov  <vg@openoffice.org>  [e25cc6e080e924fd562a85bd6ea4bbfa0ccaf494]

        Merge SRC641: 21.05.02 - 11:27:15

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [1b8a50fd3a037a37fecb1684fdba05e9045dc77c]

        Merge SRC641: 21.05.02 - 11:27:07

2002-05-21  Vladimir Glazounov  <vg@openoffice.org>  [30f6a60114ef75fd55b1ac93afa00c9c59f60687]

        Merge SRX642: 21.05.02 - 11:21:05

2002-05-21  Vladimir Glazounov  <vg@openoffice.org>  [af57587898cd7d2db1bc5f3f7ebcaaaf42295f6d]

        Merge SRX642: 21.05.02 - 11:17:42

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [0ffbb71864b77d1d6f51c31819996b345a0f4df1]

        Merge SRX642: 21.05.02 - 11:15:52

2002-05-21  Vladimir Glazounov  <vg@openoffice.org>  [21df15e91a7702ab61e30d655809b0fad1002f6c]

        Merge SRX642: 21.05.02 - 11:16:20

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [9632695a56b993dfc5c2cfabc01cf5557a60b4fa]

        Merge SRX642: 05/21/02 - 11:15:17

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [e5877c470c452bd22fc011a6bff6ea7c2bc6fe8c]

        Merge SRX642: 21.05.02 - 11:14:08

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [10e85e6c1584d92763ddea89e89a392bb0799c61]

        Merge SRX642: 21.05.02 - 11:12:28

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [2853ed3a9dd53313b8f9ae845ff621783e148c43]

        Merge SRX642: 21.05.02 - 11:12:54

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [5398140e8ae6d4b337b441e186da4b6546f34fe6]

        Merge SRX642: 21.05.02 - 11:12:40

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [3b5e502e7861557bbfa4483b9e262aca9240a3fd]

        Merge SRX642: 21.05.02 - 11:12:45

2002-05-21  Kurt Zenker  <kz@openoffice.org>  [e781986576c98981b6a3c947af2f02914b76606c]

        Merge SRX642: 21.05.02 - 11:09:45

2002-05-21  gt  <gt@openoffice.org>  [8cd35bc3c2a3febbd57d0ff7173c4c2597553d82]

        #99406# HC images for Hyperlink Dialog

2002-05-21  Christian Lippka  <cl@openoffice.org>  [593b84fce10af2fa512682f5486e2b722b332341]

        #98963# removed helpid from images for automated testing

2002-05-21  Sven Jacobi  <sj@openoffice.org>  [164055ca4180493207c6ad30581242d025b141be]

        #99063# #98908# added selection flag for export filter, html->webpage

2002-05-21  Peter Burow  <pb@openoffice.org>  [eb67fce8739416e351686718d34c3dd8c944306b]

        fix: #99420# syntax error fixed

2002-05-21  Juergen Schmidt  <jsc@openoffice.org>  [c666070c90f1b4620c13343a4aeaea2dae7019a3]

        new IDL files XImport/Exportfilter

2002-05-21  Juergen Schmidt  <jsc@openoffice.org>  [8d41f237289fb4f69ecdfc3534bdca7d2f85b009]

        new, must be checked by MI

2002-05-21  Vladimir Glazounov  <vg@openoffice.org>  [213f51665782f25f33f8f27d4de88f2a931429c0]

        SRX642

2002-05-21  Frank Meies  <fme@openoffice.org>  [4808fecbef04c8cb4278d04700e355927be930f2]

        Fix #99282# CTL - Choose correct font size for CTL font

2002-05-21  Frank Meies  <fme@openoffice.org>  [8dff498797af32287f5d708384514eb0ebdbee60]

        Fix #98823#: Blink text should be disabled in page preview

2002-05-21  Ocke Janssen  <oj@openoffice.org>  [1cf24e264a30ec8908507b13189c313d4084f30e]

        #99387# split resetForms and SetFormShell like FS says

2002-05-21  Ocke Janssen  <oj@openoffice.org>  [92669be2b8122c156b668fa92bd76165cef73d5d]

        #99387# when in design mode set controller to null like FS says

2002-05-21  Kai Ahrens  <ka@openoffice.org>  [23b76c881240dc548074ebdfff80406915aea1bd]

        #95585#: required API changes

2002-05-21  Mathias Bauer  <mba@openoffice.org>  [1ef2f652f16c9046ff87373b9ad2c4613e09fcb9]

        #98405#: use uno-MIDs

2002-05-21  Mathias Bauer  <mba@openoffice.org>  [6abc293719d5aac61a47c70337a01d4aa8585091]

        #98405#: access to macro recorder through bindings

2002-05-21  Mathias Bauer  <mba@openoffice.org>  [31cfaf8a99dff98422ed5c35d97a42a750c5e259]

        #98405#: access to macro recorder

2002-05-21  Kai Ahrens  <ka@openoffice.org>  [4a0885a37f119e8f7a725cb35f9bff4619e5f02a]

        #95585#: required API changes

2002-05-21  Mathias Bauer  <mba@openoffice.org>  [bb3c7a2a2eebc2a1bb45b5bc57304b95f89631db]

        #98405#: use WhichIds for playing macros; namespaces for subitems

2002-05-21  Andreas Schlüns  <as@openoffice.org>  [04c8711c322051b00e5a26bab8719676dbc3f952]

        implement new tests in java

2002-05-20  Karl Hong  <khong@openoffice.org>  [e8d6a7f7ee933e7a3d0f3a1720927acb1c0355fd]

        #99275#Breakiterator for Arabic and Hebrew

2002-05-20  ghiggins  <ghiggins@openoffice.org>  [15eccd522e1eebb05f22af0082e7c883fb656a26]

        #99344# Adding Single Signon stuff

2002-05-20  Aidan Butler  <aidan@openoffice.org>  [7d244348cca3cba8cdde33d24497994a2e9fecfa]

        *** empty log message ***

2002-05-20  Dirk Grobler  <dg@openoffice.org>  [7e666de63aeb481a4396867dd913ca1886955565]

        #99152# Validation improved

2002-05-20  Aidan Butler  <aidan@openoffice.org>  [12edfed820f03cfec076a90be29e1ef3b06f09f2]

        *** empty log message ***

2002-05-20  Caolán McNamara  <cmc@openoffice.org>  [0cb100c58234953f7b6f5898ac450c683fd69469]

        #i4727# Ignoring close bracket but not ignoring start bracket doesn't seem to be a good idea

2002-05-19  Dirk Grobler  <dg@openoffice.org>  [533a0d394b6867ed9073ed8445db351cca4d284e]

        #99152# validation for configdata completed

2002-05-19  Dirk Grobler  <dg@openoffice.org>  [3c823da1ae65493278196191aaeb3e441dd1e959]

        #99152# validation for configdata completed

2002-05-19  ghiggins  <ghiggins@openoffice.org>  [8a55a4f139b73e5bfad98971b78e49e40c4768cb]

        #99344# Adding Single Signon stuff

2002-05-17  Thorsten Behrens  <thb@openoffice.org>  [06ef003d3cc391706dc8fce5f1ce9278a1a6a12c]

        #98735# Refactored text accessibility helper

2002-05-17  Thorsten Behrens  <thb@openoffice.org>  [22047e33da24a14d2d3a0cf414a239490aa683e1]

        #98735# Refactored text accessibility helper

2002-05-17  Thorsten Behrens  <thb@openoffice.org>  [06373f637aa048e8ec3d1ce53242ac57e2878548]

        #98735# Refactored text accessibility helper

2002-05-17  Thorsten Behrens  <thb@openoffice.org>  [e85e97b4a4e42d31e9a0040c449b11f4d79c89d8]

        #98735# Refactored text accessibility helper

2002-05-17  Thorsten Behrens  <thb@openoffice.org>  [a0089a21f047ce8b5378b45f1535269e3600d681]

        #98735# Fixed various off-by-one mistakes

2002-05-17  Thorsten Behrens  <thb@openoffice.org>  [7dc72ae0f5ae84009a899698ecdad8c4b96879e1]

        #98735# Added notify spinlock

2002-05-17  Thorsten Behrens  <thb@openoffice.org>  [a43a35582ac042f00b3a029ea34c3468bea62bf0]

        #98519# Added copy const & assignment for EFieldInfo

2002-05-17  Andre Fischer  <af@openoffice.org>  [cdeee43a38af37ed4cecfe5bd44c1d7f0b0d6d17]

        #95585# Improved selection handling.

2002-05-17  Andre Fischer  <af@openoffice.org>  [eb60bb3c6f8a6e5e5a461419f8fba97173583ab8]

        #95585# Added documentation.

2002-05-17  Andre Fischer  <af@openoffice.org>  [3ef63d795f7bd3eb338bf3576a13519e2a979b0f]

        #95585# New UpdateSelection method.

2002-05-17  Andre Fischer  <af@openoffice.org>  [87ab3807bfb8ff6c72cf0bf2c49d429bbcb0bd8b]

        #95585# New UpdateStates method.

2002-05-17  Behrend Cornelius  <bc@openoffice.org>  [04e2c9a9edd2eb85552d32bdd75e21e95a300126]

        #99085# several modifications

2002-05-17  Behrend Cornelius  <bc@openoffice.org>  [b614ae1cbb3e5906400aa28e7320f1041abc203f]

        #99085# resources adapted to report wizard

2002-05-17  Thomas Benisch  <tbe@openoffice.org>  [2b735db8db3efc8503fe6599f09f099e52db32d1]

        #97222# removed isShowing, isVisible, isFocusTraversable, addFocusListener, removeFocusListener

2002-05-17  Stephan Schäfer  <ssa@openoffice.org>  [c707826d199c4bdb0bbcd35374f8a84baf236aa2]

        #99088# to keep focus events in order make grab focus async if other async focus events are currently queued

2002-05-17  Vladimir Glazounov  <vg@openoffice.org>  [e0d10a16064fb0bede8170cacbc934c29efd9b67]

        #65295# converted to UNIX file format

2002-05-17  Jörg Barfurth  <jb@openoffice.org>  [3431de9985bbe1c28f13073e80fce745509bb15e]

        #99343#,#98675# Move to LDAPSDK 5.0 (for mozilla 1.0)[join from 1.45.2.3]

2002-05-17  Vladimir Glazounov  <vg@openoffice.org>  [c3403d403de25088e8faecda6b275ca0cf803939]

        new version for SRX642

2002-05-17  Oliver Braun  <obr@openoffice.org>  [fd13e928c2686c89f569a5542ecf14162a90d329]

        #97337# next try to enable accessibility for unix

2002-05-17  Kurt Zenker  <kz@openoffice.org>  [dc9e53560d7fc17bf6a35555bcaf1b16478a44cc]

        new version for SRX642

2002-05-17  Armin Weiss  <aw@openoffice.org>  [bd86cf19e73df61ad65b76402b751d952a0d5454]

        #98198# feed characters to activated textedit needed to be called from one more place

2002-05-17  Sven Jacobi  <sj@openoffice.org>  [d639cc4455873190a205b9213cc669103df4379c]

        #99321# 3dImport, not setting the camera position to (0,0,0), because the lookat is also (0,0,0)

2002-05-17  Armin Weiss  <aw@openoffice.org>  [60c68ff117766b6ed3fa5a32ce9decca2b1c097f]

        XPOLY_SMOOTH -> XPOLY_SYMMTR

2002-05-17  Jörg Barfurth  <jb@openoffice.org>  [28cf53e594435becdaec2aaf5bdb4ff181c821be]

        #98489# Workaround build problems on solaris 8

2002-05-17  Jörg Barfurth  <jb@openoffice.org>  [c8e48fd20b1470e8ba91686c0de79e9079743369]

        #98489# Add missing member functions for builders

2002-05-17  gt  <gt@openoffice.org>  [ff6bc333b1ddf1d69c1838978dbb1cc512a21658]

        #98785# HID for tools/options/StarOffice/Appearance/ColorListWin

2002-05-17  Malte Timmermann  <mt@openoffice.org>  [817c3a41654e0b213af86a6678a37896707afe71]

        #99128# CTL - DrawingText/DrawPortionInfo

2002-05-17  gt  <gt@openoffice.org>  [9daf93eaa5bcdc8384c9c2594b189e4af6153350]

        #98785# HID for tools/options/StarOffice/Appearance/ColorListWin

2002-05-17  Herbert Duerr  <hdu@openoffice.org>  [7b7f6294f8f713ea97e8d522e072001881b49675]

        #99364# fix getglyph count

2002-05-17  Caolán McNamara  <cmc@openoffice.org>  [7566d034301295034859aaef84c576c44c9310de]

        #i4836# #99368# Some improvements to glyph substition for mathtype export

2002-05-17  Frank Schönheit  <fs@openoffice.org>  [dd22d3928a6c3b08c90c982737870da2010f7ed4]

        #98675# move Mozilla code base 1.0 RC2

2002-05-17  Andre Fischer  <af@openoffice.org>  [7af57016b36ed749dd92e00253188784842b897d]

        #95585# Renaming of mShapeTreeInfo.

2002-05-17  Jörg Barfurth  <jb@openoffice.org>  [49949ff6de94781c8dc67c3be49b723a9a0ce715]

        #98489# Syntax: Add missing return type (void); Fix mismatched exception specs

2002-05-17  Jörg Barfurth  <jb@openoffice.org>  [bf7041a7e6790f921af1b5de871463d4fafa04c0]

        #98489# Syntax: Add missing return type (void)

2002-05-17  Andre Fischer  <af@openoffice.org>  [3ee871b4715bbdd7354e96140aeb3f7d7a057963]

        #95585# Use of different resource entries.

2002-05-17  Andre Fischer  <af@openoffice.org>  [7ab15789df5fc5f069330b2cd9cacdf2823756af]

        #95585# Initiated removal of support of document::XEventListener.

2002-05-17  Frank Schönheit  <fs@openoffice.org>  [dbf3cf9fa323f6204a6a2aa520955c567f2aef85]

        #98725# draw icons if to-be-cut images semi-transparent

2002-05-17  Jörg Barfurth  <jb@openoffice.org>  [d702a047267e3a5853b8c666f129371af0dcf1f5]

        #98489# Syntax: Remove semicola after closing brace of namespace

2002-05-17  Jörg Barfurth  <jb@openoffice.org>  [7af60ba018cc8a16ceab39ccfd0f9bc087e51cd2]

        #98489# Fix case error in #include (for unix)

2002-05-17  Frank Schönheit  <fs@openoffice.org>  [39bea8cc83ada89cf4bd1b19ac1ef1c62f15fd44]

        #98725# +m_aCurEntries / +ModelHasRemoved

2002-05-17  Andre Fischer  <af@openoffice.org>  [12c5241bad892d0f5bdfe73b19668c5c03e84ac9]

        #95585# Renaming of mShapeTreeInfo.

2002-05-17  Andre Fischer  <af@openoffice.org>  [6d68cd73540f531d3e6c7ff32496efb22c435bdb]

        #95585# Support of Set/Reset/GetStatus methods.  Support of document::XEventListener.  Renaming of mShapeTreeInfo.

2002-05-17  Frank Schönheit  <fs@openoffice.org>  [92faf44b8a3d87dd0940ca898a8a14eb228d35ed]

        #98725# +SV_ENTRYFLAG_SEMITRANSPARENT - paint images semi-transparent

2002-05-17  Andre Fischer  <af@openoffice.org>  [e5b15706b677aa16bc0753f36e395b6b723f2343]

        #95585# Set/Reset/GetStatus return sal_Bool.

2002-05-17  Malte Timmermann  <mt@openoffice.org>  [e7f5cd1d39fa03c3410606665307678b7f419f42]

        #99129# CTL

2002-05-17  Ocke Janssen  <oj@openoffice.org>  [10544ef80d1bddd712cf631403c5bf71196d83cb]

        #98913# helpids inserted for SBA slot ids

2002-05-17  Andre Fischer  <af@openoffice.org>  [63f7d0a6ffc1a835701a68b222bad75fe8f41b83]

        #95585# Removed unnecessary entries.

2002-05-17  Kurt Zenker  <kz@openoffice.org>  [6c8d843941d24b8665055f573f11b42690043172]

        new version for SRX642

2002-05-17  Malte Timmermann  <mt@openoffice.org>  [815eeefa1c987752e3eae1124dda0bd7ca251765]

        #99128# CTL: Don't put cursor into cell when clicking on last character in line

2002-05-17  Kurt Zenker  <kz@openoffice.org>  [5ea8d3497fe3d8bbb982e3635b76e49e1bee2a48]

        new version for SRX642

2002-05-17  Cyrille Moureaux  <cyrillem@openoffice.org>  [582a613bfbdec63b726d7ff5726efdae7aa1d9e7]

        #99344# Adding Single Signon

2002-05-17  Kurt Zenker  <kz@openoffice.org>  [4fb4c1c9a59bc7726c0673d0db1dd6e3659ce09f]

        new version for SRX642

2002-05-17  Andre Fischer  <af@openoffice.org>  [11cd1499ec5c2c53a50f45b84c8da88699887330]

        #95585# Removed entries that are available elsewhere.

2002-05-17  Jörg Barfurth  <jb@openoffice.org>  [ec7a6d3453d17d295ff4931e6a3a1aac6d5f8ede]

        #99343# Add LDAP SDK support (join from 1.45.2.2)

2002-05-17  Thomas Benisch  <tbe@openoffice.org>  [790feb1b7fcd6fb44d1ebce424eeb016c9a59033]

        #97222# added VCLXMenuWindow

2002-05-17  Thomas Benisch  <tbe@openoffice.org>  [604f2b465ef79a46a9c75e5a3df824965f7a5e13]

        #97222# added CreateAccessible

2002-05-17  Thomas Benisch  <tbe@openoffice.org>  [531bf15d1ca8bff5053b6104482f8ad87466df6b]

        #97222# added MenuBarWindow::CreateAccessible and MenuFloatingWindow::CreateAccessible

2002-05-17  gt  <gt@openoffice.org>  [fda26a99079062b305cb3dbb54e622205c06ddd7]

        #97809# short cut handling in bibliography

2002-05-17  gt  <gt@openoffice.org>  [99de239471a108fec128fa4cda0216404f0403d6]

        #97809# short cut handling in bibliography

2002-05-17  Sven Jacobi  <sj@openoffice.org>  [e3b7f5dce788c48f293860cda231ae43eb58af57]

        #98930# improved import of gradients

2002-05-17  Kurt Zenker  <kz@openoffice.org>  [d32705d921219891647c5f243ec367eeb7c9d9ea]

        SRX642

2002-05-17  Christian Lippka  <cl@openoffice.org>  [82dbf5beb8903d97667a9dfff545f6f017f43381]

        #97518# new string for graph ctrl

2002-05-17  Frank Schönheit  <fs@openoffice.org>  [59ef0a32b9065f5b2d5a5289ff832f49bf3f759a]

        high contrast support #99375#

2002-05-17  Michael Brauer  <mib@openoffice.org>  [ef754375634463df94a7dfb9a13317181455815c]

        #98175#: update number format

2002-05-17  Frank Schönheit  <fs@openoffice.org>  [bcb7da39e2c8a0e6efa98aa8cca765b91aca6537]

        high contrast image list for form navigator

2002-05-17  Frank Schönheit  <fs@openoffice.org>  [0400001ffe7a98c7bee0179e3fb003f0462a552d]

        #99375# generic high contrast support

2002-05-17  Kai Ahrens  <ka@openoffice.org>  [e41be41bea897073b7e70a5d54ef060b3b829272]

        #99366#: check/correct stream pos in every case (::GetContent)

2002-05-17  Dirk Grobler  <dg@openoffice.org>  [7078242805b6d8b27a947b78f152d85eb0cdeea8]

        #99152# added validation

2002-05-17  Peter Burow  <pb@openoffice.org>  [ef3655f6fdcc93bafcf89a0519cedb2a2c8dedc4]

        fix: #99115# new entry for CTL font

2002-05-17  Carsten Driesner  <cd@openoffice.org>  [1fb23e4bec47e3a910eaf06d9189c13ef6ac64e0]

        #98419# Use changed command 'CloseDoc' instead of non-unique 'Close'

2002-05-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [36acbbd7be97ec767abae98ea01ce90cf0acabd8]

        new version for SRC657

2002-05-16  Eike Rathke  <er@openoffice.org>  [e33849d82d1464d35d9e4ce4d632d0d85c5118fe]

        #98208# add Thai (TIS-620) RTL_TEXTENCODING_TIS_620

2002-05-16  Eike Rathke  <er@openoffice.org>  [90aebc20521d2dca3ab890b4c02b2911064425ec]

        Merge SRX642: BROKEN! did remove Korean RTL_TEXTENCODING_UCS2 entry!

2002-05-16  Dirk Grobler  <dg@openoffice.org>  [456f3b95ba52036908d7ba715e5e37090e54f78e]

        #99152# building locale dependent resource files (zip)

2002-05-16  Dirk Grobler  <dg@openoffice.org>  [36f0b7b176e0bc92fcc46d9ca812c5b7ea3b5548]

        #99152# added pretty printing for xml output

2002-05-16  Dirk Grobler  <dg@openoffice.org>  [30311ffd80f259cff2b9e05f6f4971934cd09461]

        #99152# improved transformation with basic validation

2002-05-16  Dirk Grobler  <dg@openoffice.org>  [0087b80c2f63f566db1b4a81dfbc619925fbfcf6]

        #99152# added util dir into for building

2002-05-16  Dirk Grobler  <dg@openoffice.org>  [26213656acceade836f98817011efd31090b8718]

        #99152# add new format files for deliver

2002-05-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b91e9760fda0ac38581aab7c4a3de28038c880f4]

        added L10N_FRAMEWORK macro

2002-05-16  Kai Ahrens  <ka@openoffice.org>  [eab4479c9dca6f79e00c6533935b5703ed4fabbe]

        #98725#: added IMAGE_DRAW_SEMITRANSPARENT mode

2002-05-16  Caolán McNamara  <cmc@openoffice.org>  [ce171032c9c7f20e2903a3b767a5909875749857]

        #i4386# Do not insert a section inside a table, put it after the table

2002-05-16  Thorsten Behrens  <thb@openoffice.org>  [a909acb7009acadffa53e74ea05ddb88803490f1]

        #98735# Refactored unoedit/unoedacc.cxx

2002-05-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [87f258d7f501a03df821480a4a0bac20675a852a]

        #90353#: fixed SvPtrArray_SAR::Insert overloads

2002-05-16  Andreas Martens  <ama@openoffice.org>  [739fc8ed730ec92104e5c00cc1444c48a508bf8e]

        Fix #99352#: Rounding problem.

2002-05-16  Frank Schönheit  <fs@openoffice.org>  [8ad8e7d9456282495c693652c8311885ee0cd1e3]

        #98725#: +GetAny( SotFormatStringId )

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [34de86c5e89dfb86cdbd356bb28d49e8f97cbc21]

        Merge SRX642: 16.05.02 - 17:17:33

2002-05-16  Frank Schönheit  <fs@openoffice.org>  [ae38e6393acfedc780b4ec2f35e66a9f2ea869b5]

        prepare #98725#: context menu entries for cut/copy/paste

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [063cf9e71e4354ba3b5da8c129ab43b23b9ceeff]

        Merge SRX642: 16.05.02 - 17:12:54

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [a35daf999647e1284aecbdebff96c82a88ab35ec]

        Merge SRX642: 16.05.02 - 17:09:01

2002-05-16  Frank Schönheit  <fs@openoffice.org>  [f6b30accbf454dff05671e554898373d880de771]

        further prepare #98725#

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [207e885523c67f56edc7bee85b177ec7ab4e59d4]

        Merge SRX642: 16.05.02 - 17:06:16

2002-05-16  Frank Schönheit  <fs@openoffice.org>  [2414b82e05788a6fc4513a09e454e7adb63eb33e]

        some major changes in preparation of #98725# (not enabled, yet)

2002-05-16  Frank Schönheit  <fs@openoffice.org>  [9f61045163dd4ac26048da98a7d8575455f6a5db]

        renamed a method during #98725#

2002-05-16  gt  <gt@openoffice.org>  [c7cc3d00417b3f9dc1a4dc74cc9b20ae695d1a9a]

        #98414# export and deliver MnemonicGenerator

2002-05-16  Frank Schönheit  <fs@openoffice.org>  [430de9717ca527043d87504ab0df1f75e9a0e0ce]

        in preparation of #98725#: some new stuff for more common data exchange (DnD + CnP)

2002-05-16  Jörg Budischewski  <jbu@openoffice.org>  [b303b2aa26b692add4f41cbdc99351742ef7f247]

        #99373# fixes problem with java 1.4., __getMethodsAsTable() does not rely anymore on the sequence of function names

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [a650c7a95bc9238633faf3a1d0795f68ae45b835]

        Merge SRX642: 16.05.02 - 16:55:10

2002-05-16  Rüdiger Timm  <rt@openoffice.org>  [577c8e8511bdeebf069278bf63564ddf955cea94]

        Merge SRX642: 16.05.02 - 16:54:53

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [8d96e303f4da4e8a286f57fd5b15aec306b6ffcd]

        Merge SRX642: 16.05.02 - 16:52:48

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [4f5db35e05569c1d453e8acff327360e44bc0941]

        Merge SRX642: 16.05.02 - 16:52:28

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [ab5326b767af02fc598fda4671c0511454004526]

        Merge SRX642: 16.05.02 - 16:49:17

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [6aa36dd48e4540ce5d3eae54f4719fca00b0b859]

        Merge SRX642: 16.05.02 - 16:49:44

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [b234d749571cf57e4706e979049bf3cd61f547fc]

        Merge SRX642: 16.05.02 - 16:47:30

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [93306044c01e7c0bf58a7b7e1176979b319c4e89]

        Merge SRX642: 16.05.02 - 16:47:18

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [5503d02350beba8c727bea9fc686957880622078]

        Merge SRX642: 16.05.02 - 16:44:30

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [c4f407f7f677e2bb7981009eddd9a98bf79a1cf7]

        Merge SRX642: 05/16/02 - 16:44:38

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [db5750b9bc74d74da4d99b1019796759f0153df1]

        Merge SRX642: 16.05.02 - 16:44:20

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [f391543011f6fdc3af7be92c46edcb6bb5e55a4c]

        Merge SRX642: 16.05.02 - 16:41:38

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [f1cb9329b56a3935fbf63f381fcb2e7add105cbf]

        Merge SRX642: 16.05.02 - 16:40:06

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [4e925abb500f06f13b741efcdfafa7f84b33bcac]

        Merge SRX642: 16.05.02 - 16:40:12

2002-05-16  Vladimir Glazounov  <vg@openoffice.org>  [d37265ba3b46a17120d1053807c52307ec5e0dfc]

        Merge SRX642: 16.05.02 - 16:38:50

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [91cb8a0f5d52a4b429adad4f49b7d12d69dd65fa]

        Merge SRX642: 16.05.02 - 16:34:18

2002-05-16  Vladimir Glazounov  <vg@openoffice.org>  [8ec448415eb37ac621b73939e405b79ba74dfef5]

        Merge SRX642: 16.05.02 - 16:31:48

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [1902aed803af74b023da54515b3d782bc57361b8]

        Merge SRX642: 16.05.02 - 16:30:44

2002-05-16  Kurt Zenker  <kz@openoffice.org>  [8d0981070fc71b8225aa29f8b20634337e35caa1]

        Merge SRX642: 16.05.02 - 16:30:35

2002-05-16  Carsten Driesner  <cd@openoffice.org>  [04b8318b8dc9fbce8bc4f6f29e57c9e5d5cbe9ff]

        #97255# Fix for crash in webtop after an assertion pops up

2002-05-16  Carsten Driesner  <cd@openoffice.org>  [e78b1e2554ebfdef22c75284ccb2d0897aed221f]

        #97255# Use asynchronous requests to enable UNO thread to dispatch events

2002-05-16  Tom Verbeek  <tv@openoffice.org>  [3a7849ec3a5b07a518b52ea124cc1d7bb0aefdf0]

        #99085# initial revision

2002-05-16  Tom Verbeek  <tv@openoffice.org>  [a2620e83cc1457fdcabdfcc742bb9a1602e7301e]

        #99085# make service start after instantiation

2002-05-16  Niklas Nebel  <nn@openoffice.org>  [e893b874f702150de8e826d86fc6691fc9f88e18]

        #97665# allow renaming of graphics and groups

2002-05-16  Michael Brauer  <mib@openoffice.org>  [819f0e54f4d19220db50b8ecd006511ee1c9f79b]

        #97334#: Process non positive margin correctly in HTML export

2002-05-16  Philipp Lohmann  <pl@openoffice.org>  [8403e44d212ebd62209e2f57c2237bb584b03e3c]

        #98573# accessibility helpers for menus

2002-05-16  Niklas Nebel  <nn@openoffice.org>  [7b79e8a6d91f7f4b0a8571c8773524def79b8277]

        #97665# show named groups in navigator

2002-05-16  Joachim Lingner  <jl@openoffice.org>  [f460e3246cd2696dab0b5434366482672061d196]

        #99361#

2002-05-16  Caolán McNamara  <cmc@openoffice.org>  [104d1199b438c67c40dcc80c3897c6522089630d]

        #i3942# #i4702# Make filter robust once and for all against unknown sprms

2002-05-16  Carsten Driesner  <cd@openoffice.org>  [3cd48154272f2afbe61f125b22ff401b08102885]

        #99312# Changed german strings

2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [47732098e8a4b3552b0bb9a10570b28d12c729d0]

        #98264# avoid member access after possible delete in keyhandler

2002-05-16  Hennes Rohling  <hro@openoffice.org>  [b38f6ee50a2dd894b253d2788dc57a1c5721f8fb]

        #99182 SymGetModuleInfo does not retrieve full path on some NT platforms. Fallback with GetModuleFileName created.

2002-05-16  Christian Lippka  <cl@openoffice.org>  [5e81c41acc8ab05344432892e49a06eb5b48bb13]

        #99257# high contrast images for font work

2002-05-16  Caolán McNamara  <cmc@openoffice.org>  [6eec92169c6cdcb7a7bce7e29865eb4465bdb924]

        #i3942# Revision marks confused no meeting unknown attribute

2002-05-16  Philipp Lohmann  <pl@openoffice.org>  [cdd4633cbec0b3081bf575b7749989648bc3adec]

        #98573# accessibility helpers for menus

2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [fa894cad4b8ec8c2cc56d983e6995118ea058efb]

        #98826# system ui fonts

2002-05-16  Michael Brauer  <mib@openoffice.org>  [cf0901e87dd0228a59fd972250bd070fc9a0c9a9]

        #99348#: check for text node when checking script type

2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [58fc613ab48fbc740ec29948767bee4569b360e1]

        #97047# ignore font height for every UI font except menu and help

2002-05-16  Joachim Lingner  <jl@openoffice.org>  [04d5e7953f8216ab92f899ead47aab055521cc6c]

        #99361#

2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [30fa573d54ef99abcf37bafd510f40e618884218]

        #98264# move DrawSelectionBackground to Window class

2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [dd2fe27a4441bdce483c1c5a052e0df0773778b3]

        #98414# export MnemonicGenerator

2002-05-16  Stephan Schäfer  <ssa@openoffice.org>  [68bf532ab89be306f7f590d28a4b2df03a44a027]

        #98826# system ui fonts

2002-05-16  Caolán McNamara  <cmc@openoffice.org>  [9a684f8b35ec1aa226e37f005b79648172578b0f]

        #i4702# New undocument section property

2002-05-16  Jörg Barfurth  <jb@openoffice.org>  [5f1c18bd05f95db585fd585c745d706639d1cf9a]

        #98489# Add directory for new backend infrastructure

2002-05-16  Jörg Barfurth  <jb@openoffice.org>  [cf02bbc455d459890f0a5ad4129594405ad49b7a]

        #98489# Add parsers for new XML format

2002-05-16  Jörg Barfurth  <jb@openoffice.org>  [ef6b33fe8dc7e4670a63c3de5ed58d3ec1093bc1]

        #98489# Add UNO parser services for new xml format

2002-05-16  Jörg Barfurth  <jb@openoffice.org>  [6e1458c8e67182e793f2a5dd781d07fd2007a0f5]

        #98489# Add data building handlers for new backend infrastructure

2002-05-16  Frank Meies  <fme@openoffice.org>  [5fc9ef1d0194329632e3eeb5835cf588670b8c69]

        Fix #99313# Do not use the wrong list for spellcheck optimisation if it is dirty (loop)

2002-05-16  Christof Pintaske  <cp@openoffice.org>  [8b25d8d4dc83eb115cec8434477404c867aaf445]

        #99359# redirect asynchronous message boxes to the console on unix

2002-05-16  Frank Meies  <fme@openoffice.org>  [d51c9ff1f7ff69b30f5d338f106c521b65e0fe16]

        Fix #99313# Only generate new wrong list if we are in online spelling mode

2002-05-16  Michael Brauer  <mib@openoffice.org>  [9e2e76dee9379c48ac36b247ba7d7374f1bf9130]

        #95586#: focus events improved

2002-05-16  Vladimir Glazounov  <vg@openoffice.org>  [e96443a6d81a54e76016be0aa0e9754f0c4d2112]

        SRX642

2002-05-16  Michael Brauer  <mib@openoffice.org>  [da8c0198f8363828f91f6265b714d654e8709f20]

        #95586#: focus events improved

2002-05-16  Peter Burow  <pb@openoffice.org>  [acebd6edbb53a18f34236d3847ba9bc5f2903db3]

        fix: #98414# IconChoiceControl more accessible

2002-05-16  Peter Burow  <pb@openoffice.org>  [b1fc2182cff9591446b48f1836acdebafafc5fda]

        fix: #98414# add SetSelectionMode()

2002-05-16  Niklas Nebel  <nn@openoffice.org>  [72684965e5233865ce9c73853fd3fb24d981857f]

        #99319# create line end polygons closed and without name, test for open or closed

2002-05-16  Frank Schönheit  <fs@openoffice.org>  [f13063ad77d73ad90041863b78b584de47363ce5]

        #99314# ImplNormalizePropertySequence: take care for dependency between StringItemList and SelectedItems

2002-05-16  Frank Schönheit  <fs@openoffice.org>  [b3c7122525d9938f9f2e5a19950b9cb8fcdf98f6]

        #99314# setPropertyValues: call ImplNormalizePropertySequence, to take care for dependencies between properties

2002-05-16  Frank Schönheit  <fs@openoffice.org>  [80c070d84521cdbd6bc9a28e682205b874df07f3]

        #99314# +ImplNormalizePropertySequence

2002-05-15  Karl Hong  <khong@openoffice.org>  [779ae5904eb939fa52ab9e4ac8963014684b40a0]

        #99215#add phonebook collation algorithm for German

2002-05-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1f7dd1b19a576d4327f333482d18841dcef9bef0]

        changed multiple echo to type file

2002-05-15  Jörg Budischewski  <jbu@openoffice.org>  [31e49531d4bcb2b95087ad12f1cf7f9d8214824f]

        testsmgr2.cxx

2002-05-15  Jörg Budischewski  <jbu@openoffice.org>  [cfef28ab6624327e8752fb5b1686aa29cc182e28]

        tests now pass the compiler

2002-05-15  Jörg Budischewski  <jbu@openoffice.org>  [4a5ce7c5cc10c81c5bed14e537388c7b0f4cfb16]

        #97873# little performance optimization

2002-05-15  Jörg Budischewski  <jbu@openoffice.org>  [0645e6a1a1917fef833358f328b5d56396380698]

        #97873# fixed possible memory corruption, when ' encoding=' is missing in the first line of an xml-file

2002-05-15  Carsten Driesner  <cd@openoffice.org>  [c533472f4087b8a983f1b6c595ef9544bb294ceb]

        #98926# Adapt drawing code to new text color and background color images

2002-05-15  Behrend Cornelius  <bc@openoffice.org>  [481d7be1d87b14282c939b8c51c3fbf159553edd]

        #99085# Header inserted in Sourcefiles

2002-05-15  Rüdiger Timm  <rt@openoffice.org>  [b4bff2dca050a1fcb5c8ca31344535c18af57ffb]

        #65293 ProtocolHandler.xcs added

2002-05-15  Thomas Lange  <tl@openoffice.org>  [2c54db3c03f042dc1b38031a95b4098f9c33d312]

        Accessibility implementation for Math

2002-05-15  Thomas Lange  <tl@openoffice.org>  [53230bb398ebf3f9b27149e1e829260dd1cbc303]

        Accessibilty implementation for Math

2002-05-15  Thomas Lange  <tl@openoffice.org>  [9ba569d96104ec6d2209e46501ffb399d062effa]

        #98669# Accessibility

2002-05-15  Kevin Hendricks  <khendricks@openoffice.org>  [e652a75cab7b92d5ce7746ea5602a2e8438036de]

        adding gcc3_linux_powerpc to build.lst

2002-05-15  Kevin Hendricks  <khendricks@openoffice.org>  [36af799bf2f47390834ed5010e8ed28cc050a023]

        adding files to support gcc3 for ppc linux

2002-05-15  Michael Brauer  <mib@openoffice.org>  [0a9ba1f161fbbacad330ee348003fc2f0e3f2c41]

        #95586#: accessible shapes

2002-05-15  Armin Weiss  <aw@openoffice.org>  [fc5c23199e9288a5909257bf0053e5a6229af198]

        #98825# Look if graphics animation is disabled by accessibility options

2002-05-15  Michael Brauer  <mib@openoffice.org>  [73002f980c2e590bf8802787e6b423b5880bc0b9]

        #95586#: accessible shapes

2002-05-15  Armin Weiss  <aw@openoffice.org>  [b22cb79814d301c96270d3e3f2c3191901d58d36]

        #98825# Text animation is initialized and strted from this Paint() no one seems to use StartTextAnimation(...) or StopTextAnimation(...) at all. Thus, I need to stop text animation here when necessary.

2002-05-15  Caolán McNamara  <cmc@openoffice.org>  [6b81d441f3410585bc2804f728ef366bd422b7fc]

        #98229# checkin positioning fixes toplevel for mhayes

2002-05-15  Oliver Specht  <os@openoffice.org>  [ebf146aa35f5578e23a683a0e002f206f4fb2194]

        #98808# DataChanged(): base class call corrected

2002-05-15  Andreas Schlüns  <as@openoffice.org>  [8a78a143b6eabce5d702d6b4a3d6db91f96b02dc]

        #99311# deregister on parent before dispose container window

2002-05-15  Caolán McNamara  <cmc@openoffice.org>  [09cb1265d0af4e2831f91edb73539861a3f5a6a9]

        #95047# Rtf export couldn't handle overlapping character runs

2002-05-15  Vladimir Glazounov  <vg@openoffice.org>  [fa4780336fb1de785ac5068b2a1cb50ef55b10f4]

        SRX642

2002-05-15  Nikolai Pretzell  <np@openoffice.org>  [893c8de32f64cf8957a2ba8d5705f216b7d293b0]

        Missing include for size_t under some rare circumstances.

2002-05-15  Vladimir Glazounov  <vg@openoffice.org>  [8e0087f707a0f31e4ea10ab6230ae0bb8a20b4ca]

        SRX642

2002-05-15  Kurt Zenker  <kz@openoffice.org>  [bffa0f125961eb8a7b66e3292590d4c07c827dc4]

        new version for SRX642

2002-05-15  Stephan Schäfer  <ssa@openoffice.org>  [95f3adbf764e3905b67345f5e7b301bb2586663f]

        #99318# make fontcache available before calling SetSettings

2002-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [feeb2ab36443948b379f958d4a79865484562815]

        #65293#: GCC needs temporary

2002-05-15  Andreas Schlüns  <as@openoffice.org>  [c1d141901d7ef033ade8e43c8884be76f27e4670]

        make no sense to generate nothing

2002-05-15  Caolán McNamara  <cmc@openoffice.org>  [1fc2d29c16a5c2a0c63585eeca2f1b814581918f]

        Just not a right use of the stack

2002-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc482af87f4bf87247e9581b86313d1189588d84]

        #65293#: GCC needs temporary

2002-05-15  Kurt Zenker  <kz@openoffice.org>  [d693d9c085101d633091c4812186e6f3d142a8e3]

        new version for SRX642

2002-05-15  Vladimir Glazounov  <vg@openoffice.org>  [1c2ab015cbc92cbc3551622f9816a1f9635c6f46]

        new version for SRX642

2002-05-15  Vladimir Glazounov  <vg@openoffice.org>  [ae8f2435930bccef76a49ee05d8181d3e384690d]

        SRX642

2002-05-15  Daniel Rentz  <dr@openoffice.org>  [3b339f5b62c091434b833ffe63c8054d6c960c6b]

        #99040# help ids for DateFunc AddIn

2002-05-15  Frank Schönheit  <fs@openoffice.org>  [84aaadb279eb5675caf8302265512ac2008beea4]

        #65293# syntax SUNWSPRO

2002-05-15  Frank Meies  <fme@openoffice.org>  [613346a01303b1192b5f15e5523c8ca1955b87a0]

        Fix #97338# Changing character style has to trigger online spell checking

2002-05-15  Peter Burow  <pb@openoffice.org>  [c8aacbb781e2e0442ce4dd0083c89b6601d8e046]

        fix: #98932# better focus and dispose handling

2002-05-14  Karl Hong  <khong@openoffice.org>  [b76db887adcb1fe440bf02fb6bf0bb94f3989a2c]

        #99275#Breakiterator for Arabic and Hebrew

2002-05-14  Karl Hong  <khong@openoffice.org>  [9520d7383d8c2041f3bbb113d7f4bad512a2b4aa]

        #96776#Wrong line break behind custom quote \u00BB and colon ':', #99249# Regression: Line break for Korean (Hangul) characters is incorrect

2002-05-14  Martin Maher  <mmaher@openoffice.org>  [c37e20091b40a85f32beef2c9b193768f8546d45]

        Updated Javadocs for the infix to RPN converter

2002-05-14  Martin Maher  <mmaher@openoffice.org>  [0665e4d0105b4478941a42c64f054220dde780bb]

        Updated Javadocs for the RPN to infix converter

2002-05-14  Martin Maher  <mmaher@openoffice.org>  [a6a48c5fd60837a3f081d43224395825b375c2ca]

        Added code to convert formula from infix to RPN

2002-05-14  Martin Maher  <mmaher@openoffice.org>  [07b40ce95f9b0b882fe5271b8054bc5a8bf73222]

        Added code to parse formula from infix to RPN

2002-05-14  Caolán McNamara  <cmc@openoffice.org>  [fa890aa3e4ffd69c2d84569d43569c9d6e1a941a]

        #i3693# Broken autocolour by accident

2002-05-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc1aa3b41f64650b4c7c00462a0d774898a0d9f4]

        shell independent

2002-05-14  Kurt Zenker  <kz@openoffice.org>  [56692012cdbcc16d6e2a27193ded28b897e00d13]

        new version for SRX642

2002-05-14  Kurt Zenker  <kz@openoffice.org>  [3a4e884a55587aa6a22f01b01fc4f0100645d56a]

        new version for SRC657

2002-05-14  Kurt Zenker  <kz@openoffice.org>  [5fc8edcf4112c5e0ad5006ad1b66a6dce034702e]

        new version for SRC657

2002-05-14  Andre Fischer  <af@openoffice.org>  [4ba2601b69fa1471bcf134466731f5684c1bf2c3]

        #95585# Adaption to new signature of ShapeTypeHandler::CreateAccessibleObject

2002-05-14  Caolán McNamara  <cmc@openoffice.org>  [447ee3740117749b795036dd8911c0f7791c08c1]

        #i3963# Support new 2000 colour attributes for import/export

2002-05-14  Kurt Zenker  <kz@openoffice.org>  [e5346a5d9fcd47c1dd8bc563d9c8becaef8b5637]

        new version for SRX642

2002-05-14  Peter Burow  <pb@openoffice.org>  [24b49820932a39535830a68b1cfa113c1257b301]

        fix: #98932# correct keyboard control

2002-05-14  Peter Burow  <pb@openoffice.org>  [57b1162aebfd295428bdac7cf8d58fabd9b2c20f]

        fix: #98932# methods for <F6>

2002-05-14  Andreas Martens  <ama@openoffice.org>  [717ab40060b1bdb4d87e39ef12be3d42d860cbfc]

        Fix #99025#: Missing NOT

2002-05-14  gt  <gt@openoffice.org>  [38202ed091d68816e0d3f0e268cbcb02750a418b]

        #94152# enabled context menu handling via SvTreeListBox

2002-05-14  Oliver Specht  <os@openoffice.org>  [4033142aff394c1205e7f4c1f2d1d32ab9810069]

        #99202# missing options now stored into config

2002-05-14  Frank Schönheit  <fs@openoffice.org>  [c1d121d91abf3ecc3831e3b3c46e4b2134d1890a]

        #65293# added STR_ERR_LIKE_COLUMN which got (wrongly) lost from 1.71 to 1.72

2002-05-14  Frank Schönheit  <fs@openoffice.org>  [52829fc62cea4d42416f7088ef90de2fcfd2c3c5]

        #65293# added two identifiers which got (wrongly) lost from 1.71 to 1.72

2002-05-14  Frank Meies  <fme@openoffice.org>  [2c837cb86e73525fdb656db4fc054bf2c8ce6387]

        #99282# CTL - Enter character clusters with ALT modifier

2002-05-14  Tom Verbeek  <tv@openoffice.org>  [537f1ecadacdafdb40902328ef5facafc8eedbc6]

        #99085# make it compilable ;-)

2002-05-14  Kurt Zenker  <kz@openoffice.org>  [997f183824cc34b47d08bbe8a9f40ca781a8a544]

        new version for SRX642

2002-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [45f3e72ef261cd635c1475150168ae94f51cf2f7]

        #65293#: cleanup

2002-05-14  Frank Schönheit  <fs@openoffice.org>  [991685a875cd11e4c9919481ff1d7f3cb9be97ab]

        #97163# moved the stuff for restoring/saving the mark list from the shell to the view / touch only form objects when dealing with the mark list

2002-05-14  Rüdiger Timm  <rt@openoffice.org>  [c295e6767eb78edb7c7cf8f2dd82e5c23f419411]

        new version for SRX642

2002-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b63887221b6c9ad73493949b73a917b126601d53]

        new version for SRC657

2002-05-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [90a848901002e4f14bdc505c4281bd24e6234204]

        win/tcsh

2002-05-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c0183285016268b5be8730f8ee59924aa8c63759]

        win/tcsh; cleanup

2002-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [911014a1bc146ab42373abcb5bf4e3e40599e494]

        new version for SRC657

2002-05-14  Sven Jacobi  <sj@openoffice.org>  [09fce9f159cb4bcc1e6b61caed0c41bb82bbfe4c]

        #97844# fixed some problems with the export of the relief attribute

2002-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca2db8123d77bdd2be7d8b954f966787460378ff]

        #65293#: broken line ends

2002-05-14  Christian Lippka  <cl@openoffice.org>  [8ba46f8636a884cb097eaea8cab66d062445c818]

        #97518# made ImageMap Editor a dialog

2002-05-14  Nikolai Pretzell  <np@openoffice.org>  [83e726c6a5d8c15e55c991854d60fc6d64744a2f]

        #98964#, New layout for Autodoc-IDL-docu and some fixes for gcc

2002-05-14  Nikolai Pretzell  <np@openoffice.org>  [69ad19e30257a7c14e7a50cfe7054e98ea5289a3]

        #98964#, New layout for Autodoc-IDL-docu

2002-05-14  Nikolai Pretzell  <np@openoffice.org>  [41022e5f7242a979eb757a5eb51b45d5fba6d200]

        #98964#, New layout for IDL-docu and some fixes for gcc and in Filehandling

2002-05-14  Christian Lippka  <cl@openoffice.org>  [0f189514b9c69565acde0e9a049f4afe10fb0681]

        #99257# added high contrast bitmaps

2002-05-14  Christian Lippka  <cl@openoffice.org>  [1340b005eee08eb74f0551f46b4077eb948feff0]

        #99257# added high contrast bitmaps

2002-05-14  Carsten Driesner  <cd@openoffice.org>  [5fe73e24064edd80c09e0e274d7e825f82525be4]

        #98419# Changed command names that are not unique

2002-05-14  Carsten Driesner  <cd@openoffice.org>  [e0febfe2e8b5306b8792931bbf26042b751d8ee5]

        #98419# Changed command names that are not unique

2002-05-14  Carsten Driesner  <cd@openoffice.org>  [42e53d0197ed75753ac7375f0cf7e83df1a0ecc1]

        #98419# Remove special code and set help id even if item command is set

2002-05-14  Carsten Driesner  <cd@openoffice.org>  [e4142c7b32570655c0bdb8a98e55ab77e4840dd6]

        #98419# Changed command names that are not unique

2002-05-14  Peter Burow  <pb@openoffice.org>  [e193724983594e5b6055113e30452c4614b6d2cb]

        fix: #99115# export languageoptions.hxx

2002-05-13  Karl Hong  <khong@openoffice.org>  [de5a563590ec358f179e9fe0c3717ff67a249a6a]

        #98897#Indexentry supplier for CTL locale

2002-05-13  Vladimir Glazounov  <vg@openoffice.org>  [89b437d5bdb9ea0ec937afbab2b537a59adbe4b3]

        new version for SRC657

2002-05-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dda8a20f8151e40b858a75a5e6bbc6d20fd5f22e]

        new version for SRC657

2002-05-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c300dbe735c0b43f55cad35b66c279f50fd24e42]

        new version for SRC657

2002-05-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68985f25785e97291034cc5a5ae63915e769d7f7]

        win/tcsh

2002-05-13  Philipp Lohmann  <pl@openoffice.org>  [6e3cb1d159f4122744731d06ab468f9effd12e5f]

        #i4735# better handling of EROFS

2002-05-13  Tom Verbeek  <tv@openoffice.org>  [5329fe8009dbf1bec495249c220ceae9b420378f]

        #99085# changed to use XDialog interface instead of own Interface

2002-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcc85375f6b0f9703b4544d96278240cb52ec932]

        #65293#: undo last change

2002-05-13  Thomas Lange  <tl@openoffice.org>  [1db4eb29280e981f2279e8fc8f39c4d998f13f16]

        #99258# SvxCharScaleWidthItem Pu-/QueryValue to use INT16 again.

2002-05-13  Sven Jacobi  <sj@openoffice.org>  [5cb6f1e782b2132278c914172a2dd75da3691765]

        #98423# applying metric unit from config settings

2002-05-13  Oliver Specht  <os@openoffice.org>  [920ba5bfcfea5be1e80ede2529f91b8247260a7e]

        #97695# Anchor color removed

2002-05-13  Christian Lippka  <cl@openoffice.org>  [7f4fe467b8455fef9a97509158ea51ebd15700e3]

        #99257# added high contrast bitmaps

2002-05-13  Thomas Lange  <tl@openoffice.org>  [0a7e6d87656016cabd864e131d63fe3567c5ad1b]

        #96352# window positioning when OLE object using top docked edit-window fixed.

2002-05-13  Tom Verbeek  <tv@openoffice.org>  [0ec1b3c9aa1bdc46700b4817c1d4c3cf0110c229]

        #99085# added package information

2002-05-13  Tom Verbeek  <tv@openoffice.org>  [37cdf0763799e1658b078d1294120cc61c3d176f]

        #99085# renamed XReportWizard -> XCallReportWizard

2002-05-13  Tom Verbeek  <tv@openoffice.org>  [872712e8ee0780002c857f91283f986177f522dc]

        #99085# renamed XReportWizard to XCallReportWizard

2002-05-13  Thomas Benisch  <tbe@openoffice.org>  [aff70c31da4444dbd8232e142a55342bbde49beb]

        #98419# Slot configuration must use configuration service

2002-05-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [528c66de549d2d0a9e4e4138fd22c15189f6d5f7]

        SRC657

2002-05-13  Andreas Martens  <ama@openoffice.org>  [f5d2d7d45b49b180ffda17834837fa5deca4d3f6]

        Fix #98715#: Empty sections could cause a crash

2002-05-13  Mikhail Voitenko  <mav@openoffice.org>  [1a86355ea4d5c2ca2aee0c0cbd6dd69c231c9273]

        #99219# truncate stream corrctly in case of reopening

2002-05-13  Andre Fischer  <af@openoffice.org>  [bf84bc7e297a183246aa5ddccb5a2e0b9497b174]

        #95585# Removed unnecessary temporary.

2002-05-13  Andre Fischer  <af@openoffice.org>  [a3d818f8bcfad2c404ff7c2403347a5ebe25f88e]

        #95585# Taking care of changes in shape tree info.

2002-05-13  Daniel Rentz  <dr@openoffice.org>  [1b73cc9a46e5de99039e76135c7fe8fd0aeb2be2]

        #99254# crash on export of XF recs

2002-05-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [da234fd7168fb90e31a2e857306aa4817b96be63]

        fix problem with no matching language dir for zip target

2002-05-13  Andre Fischer  <af@openoffice.org>  [3cbaf2bc286cda9d030106f79a71bd0df31b423d]

        #95585# Renamed AccessibleShapeTreeInfo member. Moved implementation of comparator methods to cxx file. Changed visibility calculation of accessible shapes.

2002-05-13  Andre Fischer  <af@openoffice.org>  [f0abd02c04047838fbd37d1b71fc8c9a55a424f2]

        #95585# Corrected name of AccessibleShapeTreeInfo member. Moved definition of comparator methods to cxx file.

2002-05-13  Oliver Specht  <os@openoffice.org>  [b96c24c15ba1327c51db91822dffc727ccbdfca0]

        #90353# new[]-delete[] mix fixed

2002-05-13  Andre Fischer  <af@openoffice.org>  [529346e1b034dc0ca1161a35f3fb5adee973023e]

        #95585# Two new methods SetController and GetController.

2002-05-13  Andre Fischer  <af@openoffice.org>  [299cf1ecac48c5c8bba844ea746301a20611e932]

        #95585# Added new GetState method. Handling exceptions while calling listeners.

2002-05-13  Oliver Specht  <os@openoffice.org>  [b4491afd326ca2fddd5d92457b6c06d5c3464b22]

        #90353# new[]-delete[] mix fixed

2002-05-13  Vladimir Glazounov  <vg@openoffice.org>  [48ea87d8dcc0184e618ebb0cafa9baabf3aaefce]

        #65293# fixed too many assertions bug (pl)

2002-05-13  Caolán McNamara  <cmc@openoffice.org>  [605d996a452b7aeeab5320d75c7370d99865f2ef]

        #99125# #97824# Escher text property insertion out by one error

2002-05-13  Daniel Rentz  <dr@openoffice.org>  [a1081cb2bd2c4073e32a99ee50e42404060d59d0]

        #99254# crash on export of XF recs

2002-05-13  Sven Jacobi  <sj@openoffice.org>  [736dd01481487f9719b70bc1469404a0ba36fe67]

        #98257# better import of dashed lines

2002-05-13  Stephan Schäfer  <ssa@openoffice.org>  [9951338c3dbf32b00845df48cdbd2b69f06b488e]

        #98888# making focus handling async again

2002-05-13  Mikhail Voitenko  <mav@openoffice.org>  [7169f6198f06f9049b5815ea455ecafd786db41d]

        #99253# throw an exception in case writing fails

2002-05-13  Mikhail Voitenko  <mav@openoffice.org>  [92b78f7edef1b18bc4de1dbf0ae6787293a1916e]

        #99253# saveContent can throw an exception

2002-05-13  Peter Burow  <pb@openoffice.org>  [5fd36c92c2945f491bc462db00f09a0f892290d0]

        fix: #99115# new class SvtLanguageOptions

2002-05-13  Peter Burow  <pb@openoffice.org>  [4228e19c0655437a5f9d1e5f0ecf889f67e14a19]

        fix: #99115# new class SvtLanguageOptions

2002-05-13  Peter Burow  <pb@openoffice.org>  [d92da7278159d81cf1b98d45ffa04d793dd19f39]

        fix: #99115# new class SvtLanguageOptions

2002-05-13  Frank Meies  <fme@openoffice.org>  [ce64d5cd3f9673178b73ec2c91da96db3612efea]

        #97492# CTL - Portion width must be passed to outdev as last position of kern array

2002-05-13  Mikhail Voitenko  <mav@openoffice.org>  [6613dcdb27d9470504b2036b131b9ab4441d9947]

        #99253# throw an exception in case of an error on commit

2002-05-13  Mikhail Voitenko  <mav@openoffice.org>  [b1cf0c148d036c8051457b9fa309e8bd6be5633b]

        #99253# check error value in exception

2002-05-13  Mikhail Voitenko  <mav@openoffice.org>  [de7028339b354bc955b3a1b08f8163e50fb8c05f]

        #99253# tranfer error to the upper level

2002-05-13  Vladimir Glazounov  <vg@openoffice.org>  [c89d61731cb6d07d363d2b17f12b46f781608ae0]

        SRX642

2002-05-11  Caolán McNamara  <cmc@openoffice.org>  [12aa832d8ccd4aee20bdb3cabd95fa2e0b900362]

        #97824# #i3958# Refactor ocx import to take advantage of new z orderer and to prepare for inline escher import

2002-05-10  Vladimir Glazounov  <vg@openoffice.org>  [e76c10cb23abf1347f542c7ece9417fd929078a2]

        new version for SRX642

2002-05-10  Matthias Huetsch  <mhu@openoffice.org>  [9b884cea19287d47fecc153addcbb52218f1fee8]

        #90353# Fixed SvxTabStopItem ctors to avoid obsolete SvPtrarr::InitData().

2002-05-10  Matthias Huetsch  <mhu@openoffice.org>  [1b94a3ef4769d699ba79754ed19444e4ad471f93]

        #i5181#,#90353# Fixed operator new[](), operator delete() mismatch,

2002-05-10  Karl Hong  <khong@openoffice.org>  [ff6a2cc2bdfb21d287b650494bb1abf45406074e]

        #99216#Regular expression [:alnum:]* finds non alpanumeric character

2002-05-10  Kurt Zenker  <kz@openoffice.org>  [28f41515890befab238004f63d8c74280949cfa5]

        new version for SRX642

2002-05-10  Kurt Zenker  <kz@openoffice.org>  [1874aa5f19a8b9c0c4e4cac9fcb6c2390d26f855]

        new version for SRX642

2002-05-10  Tom Verbeek  <tv@openoffice.org>  [cb432d39e210ddb5f472e7633bb47b75461a44c7]

        #99085# first running version

2002-05-10  Kurt Zenker  <kz@openoffice.org>  [dce48722aac68dbf79b57f1342fcb0de432e0394]

        new version for SRX642

2002-05-10  Juergen Schmidt  <jsc@openoffice.org>  [5e64ff8760e61b03b13726ab90f14cbf6324e309]

        #99053# update

2002-05-10  Kurt Zenker  <kz@openoffice.org>  [fb75ed19ab41b42185c150fdc0090d414534c8cb]

        new version for SRX642

2002-05-10  Caolán McNamara  <cmc@openoffice.org>  [b4af7f8147e8dcc060581e69a259d970914b6e78]

        #i3674# Outline numbering level on preexisting styles needs to be removed on import

2002-05-10  Vladimir Glazounov  <vg@openoffice.org>  [ff84b0c20c35705baa167ff46985e2ae15910d50]

        SRX642

2002-05-10  Juergen Schmidt  <jsc@openoffice.org>  [e68c86b4324d48b91f9fc8d189f6db00d653e923]

        #99053# update env scripts

2002-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7447322510b062766b4b3326f6612d49fe62971c]

        use chmod for USE_SHELL ne 4nt

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [6a0bafdd034690ed84f8f86ce81f308ef4c64fdc]

        #98357# adjust filter

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [b4733d67425b916b1e2d270b84bf27b4c11f9778]

        #95191# check position of seekcursor before asking for bookmark

2002-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e5029177045b653eb4ac866c58cab8cb8a65369]

        replace regcompare with macro

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [7b5bc13a8232871264defe4973c316f05db98316]

        #99244# rename memo file as well

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [ec87f5eaecbc9af0440b0dc32241da29659b027e]

        #95472# showError mesg when table isn't any longer in container

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [64f4756d45b33fe9758d4953415c30ba40d2d461]

        #99243# postion calc corrected

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [f25616d8fff94017a4bf600a09fec041fcfc4178]

        #98011# call SaveModified before REBUILD

2002-05-10  Caolán McNamara  <cmc@openoffice.org>  [f4a17a9bc6ddfb417f177d71a11ee9803d01bdb4]

        #i4560# Finally an example of FORMTEXT field without a 0x01 to demonstrate what word does in that case

2002-05-10  Vladimir Glazounov  <vg@openoffice.org>  [89f7a7a55b30544105a9db17e84febf8eabbc66f]

        #65293# added temporary variable

2002-05-10  Jörg Barfurth  <jb@openoffice.org>  [6c8a8d67ecd993eef79107d939841ba68d28b742]

        #99249# Treat empty values as NULL where necessary (workaround data generation bug)

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [8c7d3e3f97ece746238601aa1fe1bc92a744e50f]

        #99172#

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [7df5ad272d9d7c30d0704b938c866bf6cfde00e9]

        #99051# change type of storing pointer to multimap

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [ba872299975548813bdfe1095a4ae30935663afe]

        #99051# change type of storing pointer to multimap

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [4255fe3857f2828c6aa4614afcfba0df14d9cc95]

        #99051# change type of storing pointer to multimap

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [055dc6ab6497d8bebc93af4526105a30cdef7e37]

        #98357# enable = TRUE

2002-05-10  Juergen Schmidt  <jsc@openoffice.org>  [33d33e116403ffeac30a8c51e217bb28f428e49f]

        #99053# new example, removing useless files

2002-05-10  Stephan Schäfer  <ssa@openoffice.org>  [a9d2ce590da6928e6472967ea866c64dc6d7e97c]

        #98888# execute focus events synchronously

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [8f46984bcf6d4691b95bc488e6a27a2806d6a3a8]

        #99051# change type of storing pointer to multimap

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [7ce571ecd96acddb1b0bbaa63c333c6ad48d9ab3]

        #99051# change type of storing pointer to multimap

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [8b41a89471d30672d1cfaa16d883b3f2fc19418b]

        #99051# change type of storing pointer to multimap

2002-05-10  Oliver Braun  <obr@openoffice.org>  [6181c08005dda651afbc489b3f34b81efd34c53d]

        #97337# enable Accessibility for non Windows platforms

2002-05-10  Ocke Janssen  <oj@openoffice.org>  [50194251c2b06756baa22cafb22902ea12b71ee3]

        #99051# change type of storing pointer to multimap

2002-05-09  nidd  <nidd@openoffice.org>  [0cba0d358af2bc7cc06aecca784a94f17d45ea78]

        merged kh's changes in 1.0 branch into trunk

2002-05-09  Caolán McNamara  <cmc@openoffice.org>  [f3477f7c8e09d6b20085087d74a22e531443777a]

        #97824# new Z ordering mechanism for winword import that actually works

2002-05-09  Caolán McNamara  <cmc@openoffice.org>  [42be48371efda9223c7ab294536a3d7407d8a631]

        #97824# fBehindDocument not fetched correctly

2002-05-08  Thomas Benisch  <tbe@openoffice.org>  [e604ec79ab62d680ddcbf4ccfd1005c5f7a5972e]

        #98419# Slot configuration must use configuration service

2002-05-08  Juergen Schmidt  <jsc@openoffice.org>  [730f6f29883c5eb27c18ed54c707bbee600e87da]

        #99053# extend PATH for Java's jawt.dll, necessary for the Bean

2002-05-08  Thomas Benisch  <tbe@openoffice.org>  [01ffe0ebc018aec5a581834cb56c3edf38b01221]

        #98419# Slot configuration must use configuration service

2002-05-08  Thomas Benisch  <tbe@openoffice.org>  [2a95058d07a51434d3e10c6ef8a5e3a8dc4560c6]

        #98419# Slot configuration must use configuration service

2002-05-08  Juergen Schmidt  <jsc@openoffice.org>  [8516500bf709c44a3f734d019e7879dc110d9137]

        #99053# change CLASSPATH

2002-05-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8a2a64b4471970ecf5b9dd8248b6a4f3d8f91d8b]

        fixed typo in shell call

2002-05-08  Thomas Benisch  <tbe@openoffice.org>  [7908bf21f7e5c2ca152d9c8f4aa229ec93dbd9f6]

        #98419# Slot configuration must use configuration service

2002-05-08  Juergen Schmidt  <jsc@openoffice.org>  [d5ab3c130d97605bc0876efce27782036fa2f315]

        #99053# change CLASSPATH

2002-05-08  Philipp Lohmann  <pl@openoffice.org>  [faa4d000678c37095f3af5c6908a191913b243fa]

        #98573# discard layout information on resize

2002-05-08  Juergen Schmidt  <jsc@openoffice.org>  [2f4a19f02094759b507f7626fd91833d0ac1fba0]

        #99053# extend PATH with OFFICE_PROGRAM_PATH

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [c549ae7e264268f2533a1ef4eb198fed426537fa]

        #99214# be more tolerant in SetCurrentController

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [e6810eded54de5c81a15217560f7e9b0565bdf45]

        #99218# use an additional solar mutex for locking

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [3bd18e78b27f6632d81f2dfa88a6883108c218bd]

        #99218# allow abstract external locks in addition to the own mutex

2002-05-08  Niklas Nebel  <nn@openoffice.org>  [11cad77b0fff997ce341b63e2060aecb8d5ded5a]

        #98820# use right colors in preview

2002-05-08  Niklas Nebel  <nn@openoffice.org>  [a1080df0a948980e899d45393d97bf6cb99bb558]

        #98820# RefreshNoteFlags: also UpdateAllArrowColors

2002-05-08  Niklas Nebel  <nn@openoffice.org>  [51b1f14ef4626b45a7e594040e9739b7fca4a7c2]

        #98820# update detective objects if colors were changed

2002-05-08  Kai Ahrens  <ka@openoffice.org>  [f85268b87eeb54642ed1c217f20316f115333ee1]

        #98890#: call resize handler for ANIMATIONMODE_VIEW, too

2002-05-08  Niklas Nebel  <nn@openoffice.org>  [1626c325e778d8652b094e353a133fa293e5e23d]

        #98820# use colors for detective objects from configuration

2002-05-08  Kai Ahrens  <ka@openoffice.org>  [c8f0657e0940937994de8c7871722a0f8b01b856]

        #98890#: call resize handler for ANIMATIONMODE_VIEW, too

2002-05-08  Kai Ahrens  <ka@openoffice.org>  [ee1c91befadd3394d8c8c51e4fe3caa7f2bbe606]

        #98890#: call resize handler for ANIMATIONMODE_VIEW, too

2002-05-08  Martin Maher  <mmaher@openoffice.org>  [c2709b7673c8d7b27d4648d26b52f4ff56b499cb]

        Moved parseFormula out of the sxc layer and into the plugin

2002-05-08  Sven Jacobi  <sj@openoffice.org>  [36cfa9491344d345b43d3cc9cb8fe07ce06dd383]

        #99132# fixed word wrapping for vertical text

2002-05-08  Oliver Specht  <os@openoffice.org>  [e453280dd7b4655da185ca91b11c7c9764709b9c]

        #98312# High contrast ImageList added (Navigation controller)

2002-05-08  Oliver Specht  <os@openoffice.org>  [e551cc43c5da16694c277a0460cc27ea9128de53]

        #98312# High contrast ImageList added

2002-05-08  Philipp Lohmann  <pl@openoffice.org>  [4d6e3e95deef34c2e67da252f12a42918f45a380]

        #99157# workaround CDE (again)

2002-05-08  Kurt Zenker  <kz@openoffice.org>  [039ebddf994fc43d383fddf3af6bd66726d6066b]

        new version for SRC656

2002-05-08  Andreas Martens  <ama@openoffice.org>  [b024da20abf7a91f22d931b2fe84c60acadd320b]

        Fix #99233#: Smaller list, better overview

2002-05-08  Philipp Lohmann  <pl@openoffice.org>  [3c2fc69ac57aa10adc526064a5b08d149a186b2f]

        #99007# implement GetDisplayBackground for ListBox and ComboBox

2002-05-08  Carsten Driesner  <cd@openoffice.org>  [2fb22fdf0a8bfaaf9c76429de08016d59f0d9871]

        #98419# Set help id again for loaded menu configuration

2002-05-08  Ocke Janssen  <oj@openoffice.org>  [0c15b82753dfd781795d0ebcdd87ed454feadd7d]

        #99172# correct dtor order

2002-05-08  Juergen Schmidt  <jsc@openoffice.org>  [03aa4ee81ffb1c8dbb96d5b6cf3efce94a752176]

        #99053# update

2002-05-08  Kurt Zenker  <kz@openoffice.org>  [7a7be8b62ba9d7f44672889cc68cc66f61519cb0]

        new version for SRC656

2002-05-08  Philipp Lohmann  <pl@openoffice.org>  [5e8afd0e1bd97ca6002d2b7860329fe89b0b9a7c]

        #98573# finalized accessibility changes to DrawText

2002-05-08  Stephan Schäfer  <ssa@openoffice.org>  [45206ce124ae06d7ef0af17fc1a48c678a18f1eb]

        #97729# increase timeout to erase searchstring

2002-05-08  Oliver Specht  <os@openoffice.org>  [1f44749fcd817d72245944900e4e4b7f0ad47314]

        #98312# High contrast ImageList added

2002-05-08  Armin Weiss  <aw@openoffice.org>  [63c8d635db4f343a57b3c3c7cabc42f84bf78d66]

        #99190# 3D objects are no group objects, IsGroupObject() only tests if pSub is not null ptr :-(

2002-05-08  Herbert Duerr  <hdu@openoffice.org>  [eed1fde6e9769da17786e6c95f23ebb891691674]

        #99076# fix rotated text for CTL

2002-05-08  Philipp Lohmann  <pl@openoffice.org>  [f648a3138662038320a62f3a6e0960981e8c1b85]

        #99209# react on SAL_FRAME_STYLE_TOOLWINDOW

2002-05-08  Herbert Duerr  <hdu@openoffice.org>  [1a35cc0eabc89744ca7cbc16a38bcf508558c776]

        #98573# allow blank glyphs for GetGlyphOutline

2002-05-08  Sascha Ballach  <sab@openoffice.org>  [f4d70eeb22775370adaf0a4bbd56cd6cd80bc7b0]

        #99220#; don't remove general number formats

2002-05-08  Herbert Duerr  <hdu@openoffice.org>  [80ff4bc9657d8d37e254ac039a3bf99c7e5651ab]

        #99076# fix CTL rotated text

2002-05-08  Herbert Duerr  <hdu@openoffice.org>  [8078597bcde7a3f291961e9d105438263d4f7c8f]

        #97492# fix base adjusted GetTextBoundRect/GetTextOutline

2002-05-08  Oliver Specht  <os@openoffice.org>  [6b687c97078c696ebab0fa4c22d272a8045e77a3]

        #98312# High contrast ImageList added

2002-05-08  Kurt Zenker  <kz@openoffice.org>  [dc3aaa0f385373a480ce45009a59b2e1ed366918]

        new version for SRX642

2002-05-08  Kurt Zenker  <kz@openoffice.org>  [ff3e1bbce80cd065df4b636ff5f829ab49c5abf3]

        new version for SRX642

2002-05-08  Stephan Schäfer  <ssa@openoffice.org>  [c7bcf5e5f730e908e8f489945b93ee2a3795343f]

        #99133# avoid alt-f4 on windows

2002-05-08  Stephan Schäfer  <ssa@openoffice.org>  [932ceb117febe8f8bd655753c30b830d970dd09a]

        #98898# multi monitor support

2002-05-08  Andreas Martens  <ama@openoffice.org>  [e4ab119ea62adf86e1ee8bfd51c241dceea954b9]

        Fix #99225#i4515#: Don't modify during GetContour()

2002-05-08  Caolán McNamara  <cmc@openoffice.org>  [e30f1d2c21dab97412eae4cf16f3dd5531f5ec4f]

        #97166# hack around words alternative font bug doesn't work, and breaks our own reimport

2002-05-08  Caolán McNamara  <cmc@openoffice.org>  [35b6e11213121013673b3b9a5127a723135cdece]

        #97166# hack around words alternative font bug doesn't work, and breaks our own reimport

2002-05-08  Ocke Janssen  <oj@openoffice.org>  [8df8dc4db262cc12d4c0e144059375ae90acbce7]

        #98286# new strings

2002-05-08  Oliver Specht  <os@openoffice.org>  [7adac7b110dc45c990b6125366394d2a66e527b9]

        #99041# resize split windows using Alt+KEY_UP/KEY_DOWN

2002-05-08  Kai Ahrens  <ka@openoffice.org>  [84d1aa50f73c83c1bc7311e65dd87698ab841077]

        #95585#: added accessibility selection

2002-05-08  Andre Fischer  <af@openoffice.org>  [82d202487a8aea8ed7d98983c0e913cdaf4653f7]

        #95585# Using copy instead of reference of AccessibleShapeTreeInfo.

2002-05-08  Andre Fischer  <af@openoffice.org>  [4aa86545c49b9441c35f85338ecd035e89c51e96]

        #95585# Removed the shape type names.

2002-05-08  Kai Ahrens  <ka@openoffice.org>  [baab164da821f5994d67b93a5602a5dfc26924b9]

        #95585#: added accessibility selection

2002-05-08  Andre Fischer  <af@openoffice.org>  [e3c1675ac5a97f789fbc4c5a96bb192fbebe40a6]

        #95585# Using copy instead of reference of AccessibleShapeTreeInfo.

2002-05-08  Andre Fischer  <af@openoffice.org>  [a09feaa2404d1a7c0f0e69b36acaf56f54784fda]

        #95585# Added copy constructor and assignment operator.

2002-05-08  Andre Fischer  <af@openoffice.org>  [4d3705d82bd9226ba0aedffb7d5ac649aafb96fe]

        #95585# Using copy of AccessibleShapeTreeInfo instead of reference. Description strings taken from resource.

2002-05-08  Christian Lippka  <cl@openoffice.org>  [305a6e621105c2a5d186b022d081158e93c68c05]

        #99196# added SDRATTR_TEXTDIRECTION in itemset range

2002-05-08  Andre Fischer  <af@openoffice.org>  [56e42b33e47d06647d6ba29902c1baaef824ced7]

        #95585# Using copy of AccessibleShapeTreeInfo instead of reference.

2002-05-08  Christian Lippka  <cl@openoffice.org>  [11140ef4e36041d575c24376331806f6f8290887]

        #98819# set grid color from ColorConfig

2002-05-08  Christian Lippka  <cl@openoffice.org>  [dac207357dbea14b1cd94efad0da305475031d42]

        #99196# add SvxWritingMode item on binary load if vertical writing is on

2002-05-08  Andre Fischer  <af@openoffice.org>  [906db4b650ac80299fa67e35d3f07ad7ab081e79]

        #95585# Removed the entries for shape type names.

2002-05-08  Christian Lippka  <cl@openoffice.org>  [fb31279ca215d9f1290e23843786082a074ee089]

        #99196# added SDRATTR_TEXTDIRECTION in itemset range

2002-05-08  Oliver Specht  <os@openoffice.org>  [f093f50c0b770f203216a01a6d01807fa4c003e9]

        #98779# some labels changed

2002-05-08  Vladimir Glazounov  <vg@openoffice.org>  [af482ca2d49f942fb5426c176775b0e4b522fa3c]

        #65293# added type cast

2002-05-08  Vladimir Glazounov  <vg@openoffice.org>  [057286f6fab59dd55d3ce5538f876e53f98ac234]

        #65293# added corrected typo

2002-05-08  Vladimir Glazounov  <vg@openoffice.org>  [5e3edfc8cda84d19f735a6bcd6baf34cfa63f48b]

        #65293# added temp variables

2002-05-08  Oliver Specht  <os@openoffice.org>  [15ee5053578d121c8c900902d6a3fcaa0ea7a80f]

        #98562# #98563# menu entries to insert/delete record(s) added

2002-05-08  Peter Burow  <pb@openoffice.org>  [d3d0451a5fb290f3c637ddde6fd01259f5bde442]

        fix: #99115# asianlanguagesoptions.hxx and ctloptions.hxx added

2002-05-08  Oliver Specht  <os@openoffice.org>  [034432190d970cf8a0b88530abeb6a213f973a5f]

        #98419# redefined slot names DrawSelect and CreateControl removed

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [be7621089449a4745942d7b04ca1269f9f0a3d28]

        #98750# no use the context (not the XAccessible) as event source, again, as usual in the UNO world

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [eadf8ec38f435b098b3c070a93e3dcdc6282dda3]

        in preparation of #98725#: outsourced classes from fmexpl.cxx -> new files

2002-05-08  Peter Burow  <pb@openoffice.org>  [bc5ebe68a0daa449d7a9fe6bee362f574bf85a7e]

        fix: #99115# new controls for CTL support

2002-05-08  Peter Burow  <pb@openoffice.org>  [b8e9486c31a6cbff89f665eb70a67ebb4f733eab]

        fix: #99115# asianlanguagesoptions.cxx and ctloptions.cxx added

2002-05-08  Peter Burow  <pb@openoffice.org>  [e1f4ef38f1193a51c0e4b4642963d7d0bc79b4b0]

        fix: #99115# options for CTL

2002-05-08  Peter Burow  <pb@openoffice.org>  [259922265fe76986fed0b766fc06b2077ff5c50c]

        fix: #99115# use SvtAsianLanguagesOptions instead of SvtCJKOptions

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [a3b03e7ff32d4b9c42d86e34c3ae7a0aee4ea952]

        in preparation of #98725#: renamed the form navigator classes

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [9e09c260a90fd10151b3d7e8fed2f84f39f6c0ac]

        initial checkin - outsourced the tree model from fmexpl.cxx

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [8df6425d6d778ef510fed77970f8c01cff7a9667]

        initial checkin - outsourced the tree view from fmexpl.cxx

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [f6595a9f3e376d0158266233f90a9d7507bf41fc]

        in preparation of #98725#: outsourced the tree and the tree model to separate files

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [cd9a09aedc54729d7f1f0d5a495438b0b602e4e9]

        in preparation of #98725#: outsourced the tree and the tree model to separate files

2002-05-08  Frank Schönheit  <fs@openoffice.org>  [ad7b7796eac59bef972cbea815692e009f83de0b]

        #98725# no shell, no page anymore, instead the root of the form component tree

2002-05-07  Kurt Zenker  <kz@openoffice.org>  [cc2bfaba82c588c86726c1a17ad91facac147ac9]

        Merge SRX642: 07.05.02 - 22:06:14

2002-05-07  Vladimir Glazounov  <vg@openoffice.org>  [269ff0f2b2a8fbec7bb0cb653a1ed26a42375b19]

        new version for SRX642

2002-05-07  Kurt Zenker  <kz@openoffice.org>  [7290f7b2e2f8f101eb3f4bcf0c6adce004e58852]

        new version for SRX642

2002-05-07  Nikolai Pretzell  <np@openoffice.org>  [c0868d9bbca7e79892cc872ff5fb9a057e7a1d39]

        #98177# Some gcc specific probelms fixed.

2002-05-07  Kurt Zenker  <kz@openoffice.org>  [89b1c4ac7c92619ef4071ef565afc73f9f6efdf6]

        new version for SRX642

2002-05-07  Kurt Zenker  <kz@openoffice.org>  [8e0369d19bd5305edce8aee99eb98ff79d689fea]

        new version for SRX642

2002-05-07  Niklas Nebel  <nn@openoffice.org>  [7fa69a090bfac2bf5d97442799bc34ebf76c580b]

        #98198# start drawing object text edit by keyboard

2002-05-07  Juergen Schmidt  <jsc@openoffice.org>  [7401acd3a43d76bed999d59ae0b660b9aa6c8435]

        #99053# update IDL reference index

2002-05-07  Herbert Duerr  <hdu@openoffice.org>  [149782d0c4ada73d369764de512ba7ac12980cd8]

        #99086# allow multibyte chars for W98/WME CTL

2002-05-07  Kurt Zenker  <kz@openoffice.org>  [df71f6a9a28953ce131d01a0563ef030a411f3a6]

        new version for SRX642

2002-05-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [400050c9f7e552ef25729fb2cb45959a71796518]

        prevent warning on WNT

2002-05-07  Philipp Lohmann  <pl@openoffice.org>  [61f52e9be4cf78cd76b0556b2110484ed3738830]

        #98931# add: check for ATTool support in configuration

2002-05-07  Sven Jacobi  <sj@openoffice.org>  [23a32a643341c9f77fc321098367293f3826575b]

        #98423# graphic export dialogs are now supporting the XExporter interface

2002-05-07  Andreas Martens  <ama@openoffice.org>  [713e49e7f2c2487416f222521f5a601423093a5c]

        Fix #98823#: Animated graphics

2002-05-07  Christian Lippka  <cl@openoffice.org>  [6d5a235b31f12625a51614b703c0f0dc0fc808d7]

        #97794# correct para depth on created pages

2002-05-07  Kurt Zenker  <kz@openoffice.org>  [3830ac52a8acac88205beb91fa7af165486f889c]

        new version for SRX642

2002-05-07  Kurt Zenker  <kz@openoffice.org>  [878d9b6dfce995f340c7b4de45e72d4fc8c5c466]

        new version for SRC656

2002-05-07  Oliver Specht  <os@openoffice.org>  [03a03bc51765687636fa13a831a57f100ad84849]

        #98809# high contrast support for toolbox implemented

2002-05-07  Oliver Specht  <os@openoffice.org>  [3f8ec156b29cd341a9f634d2f60a07447dd020f1]

        #98809# high contrast support for toolbox implemented

2002-05-07  Philipp Lohmann  <pl@openoffice.org>  [ca53dc35e86d03a5707a4be574ef9597a7998cfb]

        #98940# explicitly cast to correct sign

2002-05-07  Vladimir Glazounov  <vg@openoffice.org>  [278ed380534370cc5458c23507f401b2c29f9d2b]

        #65293# DG:used unknown parser, resolved by droping this feature for the moment

2002-05-07  Caolán McNamara  <cmc@openoffice.org>  [dd023686667d174b5b3fe8dd7890d036cc4f03c9]

        #99155# autotext broken for quite some time

2002-05-07  Kurt Zenker  <kz@openoffice.org>  [7c9ecc74dbfd10b73278ff6051e4768a0b05dc3f]

        new version for SRX642

2002-05-07  Juergen Schmidt  <jsc@openoffice.org>  [bc0ce24428b5773d6c4ed70b7dbac34c57b3ef6f]

        #99053# new docu html files

2002-05-07  Mathias Bauer  <mba@openoffice.org>  [a81bb61055817358d9300b6b2622fb159e17eef8]

        #98405#: no double error messages

2002-05-07  Juergen Schmidt  <jsc@openoffice.org>  [9bd015bd55f186dd8227353fb4067a72b705d513]

        #99053# new install scripts and new start side for the SDK

2002-05-07  Juergen Schmidt  <jsc@openoffice.org>  [b247c64a041cd193dc8e9f72486820485273f3e2]

        #99053# new for changing tags in html files

2002-05-07  Juergen Schmidt  <jsc@openoffice.org>  [56d83d033a9b7bf02d40e884876a15d49d2aaec0]

        #99053# insert new directory and new script

2002-05-07  Juergen Schmidt  <jsc@openoffice.org>  [18c63e359d37a86d590385972815b1c75756b1de]

        #99053# insert new example and new docu html pages

2002-05-07  Christian Lippka  <cl@openoffice.org>  [eac1737dc165f172d3ee35b92d060edf51e15bf1]

        #96856# fixed paste special

2002-05-07  Aidan Butler  <aidan@openoffice.org>  [a43a5384dd822c58abe4945eb505d8a82c96076b]

        Added jars to package

2002-05-07  Oliver Specht  <os@openoffice.org>  [53a5d8eb98abea3004d5a2f8a92aa910a6b4bf0d]

        #96258# ..TABSTOP_OFFSET now in 100TH_MM

2002-05-07  Aidan Butler  <aidan@openoffice.org>  [92ce2d209bdfad96dc5e298ab317ce390e8fd5e9]

        *** empty log message ***

2002-05-07  Vladimir Glazounov  <vg@openoffice.org>  [e190e6a927f28cf5323baf63c26ec73685ac1f1a]

        new version for SRX642

2002-05-07  Oliver Specht  <os@openoffice.org>  [11cadd6e7c29e3b82dfd9a58189313982b302e60]

        #99156# leaving source view is now able to switch into print layout

2002-05-07  Andreas Schlüns  <as@openoffice.org>  [50c659fce1162a16fbae4c511f8f9830eb8a17ca]

        #65293# right include

2002-05-07  Frank Meies  <fme@openoffice.org>  [78cbfc946e3b1d141ae895a5fecae8feed96abd7]

        #98823# Use Accessibility options - No animation in preview

2002-05-07  Nils Fuhrmann  <nf@openoffice.org>  [b159c129c77b64d236377a344858be210eb3717c]

        new version for TLS617

2002-05-07  Daniel Vogelheim  <dvo@openoffice.org>  [138880097c458f3e586669175f792ddc8729a799]

        #95586# added method SwCrsrShell:SelTabBox, to select a single table box

2002-05-07  Ocke Janssen  <oj@openoffice.org>  [42b92278cd7672cdd9418fd6e31566112c76d10f]

        #99172# new member

2002-05-07  Frank Meies  <fme@openoffice.org>  [2d23840d81407aa3eb9868f78486438f2a2117cb]

        #98823# Use Accessibility options

2002-05-07  Christian Lippka  <cl@openoffice.org>  [021545a6c732538f0032c15be5996d28a50150d2]

        #98819# removed use of ColorConfig for grid in application

2002-05-07  Mathias Bauer  <mba@openoffice.org>  [fccc63b47e36921cf1773ad7035143fb239cf6cd]

        #98405#: EnumSlots need names and arguments

2002-05-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5493a9335489494d9a4924dab15c1c2b5a1f83f1]

        added default dependency

2002-05-07  Stephan Schäfer  <ssa@openoffice.org>  [f2e4785b960c6d1e95f27f403f245ae4b0a295b8]

        #98989# swallow key input while toolbox has focus

2002-05-07  Christian Lippka  <cl@openoffice.org>  [ca0525c7dc9596ca65bae4b52167506b7422dcdc]

        #98819# removed use of ColorConfig for grid in application

2002-05-07  Christian Lippka  <cl@openoffice.org>  [541d44f11e33f80e2a89ad4af7cf6f9bd2031d30]

        #98819# removed use of ColorConfig for grid in application

2002-05-07  Christian Lippka  <cl@openoffice.org>  [1a5f49d0e9c54c48bfe88a3d64638e30e63a2bf5]

        #98819# removed use of ColorConfig for grid in application

2002-05-07  Kurt Zenker  <kz@openoffice.org>  [ac50627ea412bafd2f8a0d826207e8ad0a50f064]

        SRX642

2002-05-07  Christian Lippka  <cl@openoffice.org>  [36c9d8479a354d1bac4f4af90a8bb39fc32b36af]

        #98819# removed use of ColorConfig for grid in application

2002-05-07  Nils Fuhrmann  <nf@openoffice.org>  [c3d6a426c20b3982cbd9f5d36eb692e360ce5032]

        Added missing tokens

2002-05-07  Christian Lippka  <cl@openoffice.org>  [11c45b2af5b566a2cadb64ae7f0d68f519a44bd7]

        #98819# removed use of ColorConfig for grid in application

2002-05-07  Christian Lippka  <cl@openoffice.org>  [598238cd1bed9a5216147be4cb0af5aec7b00da6]

        #98819# removed use of ColorConfig for grid in application

2002-05-07  Nils Fuhrmann  <nf@openoffice.org>  [a007d3af3c45cb58f99a450613ad2e425a330f30]

        Removed unused code

2002-05-07  Sven Jacobi  <sj@openoffice.org>  [82f56a5c99bd2befc151eb52d8fa064919c545cc]

        #99140# changes in MetaTextArrayAction: dxArray needs 1 byte more memory if cloned

2002-05-07  Kurt Zenker  <kz@openoffice.org>  [b7b26b4d0828b09b6e218c5a0df39dca60f825db]

        SRX642

2002-05-07  Peter Burow  <pb@openoffice.org>  [5d4854451ba2784fc49edd0381e5af3d590e4738]

        fix: #99165# preview of colors was broken by high-contrast-support

2002-05-07  Nils Fuhrmann  <nf@openoffice.org>  [200e80e0d985d99c93611932d1214ceb3a3aa3b1]

        Removed unused code

2002-05-07  Mikhail Voitenko  <mav@openoffice.org>  [aa1c95f45e7fa15c56a73f3d33faf7ef1c85cca7]

        #99176# allow to store document to an output stream

2002-05-07  Ocke Janssen  <oj@openoffice.org>  [1e4970928ab395f5d7fcd08950dffd69b52a4050]

        #99172# set member to null before dtor

2002-05-07  Dirk Grobler  <dg@openoffice.org>  [15ee41eae95d99296b93c1f864d25f7a47e3d303]

        #99152# transition to new cfg format

2002-05-07  Ocke Janssen  <oj@openoffice.org>  [8ee0bfa85a506ba37d0b0b3f036de3bff0aaf7ef]

        #96363# virtual root of tablelistbox removed

2002-05-06  Dirk Grobler  <dg@openoffice.org>  [b38a75e6290ed8b735aeefbf4ce8b40434c8c32a]

        #99152# transition to new cfg format

2002-05-06  Dirk Grobler  <dg@openoffice.org>  [e28edf65492c2b77c0668c5b3acf26e8864cbf47]

        #99152# transition to new cfg format

2002-05-06  Dirk Grobler  <dg@openoffice.org>  [545175149e2d941a6a824cbcc60f6781f3ea7bec]

        #99152# transition to new cfg format

2002-05-06  Dirk Grobler  <dg@openoffice.org>  [72cbd26315bf935a0d6e2c9ffcdbea7d2ada07fb]

        #99152# transition to new cfg format

2002-05-06  Dirk Grobler  <dg@openoffice.org>  [6a53f71c75c56445b7e7c97d4b3e1ef3dcaf2847]

        #99152# transition to new cfg format

2002-05-06  Dirk Grobler  <dg@openoffice.org>  [58acbc365fff8aff0fa73f648d903cc36964511b]

        #99152# transition to new cfg format

2002-05-06  Dirk Grobler  <dg@openoffice.org>  [4b29338543e428edf418f07f641a4eda15b4d93b]

        #99152# transition to new cfg format

2002-05-06  Niklas Nebel  <nn@openoffice.org>  [40eb6a75d9c8edfb9feec176dd4a27c30a2ff931]

        #97022# use of automatic font color in EditEngine text

2002-05-06  Vladimir Glazounov  <vg@openoffice.org>  [329b9bfd47c340b0ef642be0380942395c7c203c]

        #65293# multiprocessing on the project level version

2002-05-06  Stephan Bergmann  <sb@openoffice.org>  [81023a4f9b55e9a037319b63ebad9580509c3797]

        #98986# Removed sync client.

2002-05-06  Stephan Schäfer  <ssa@openoffice.org>  [4218ddfbd62ad857577103b052acbfdfbf4fb7d0]

        #99109# only close unrelated floaters during activation of items

2002-05-06  Vladimir Glazounov  <vg@openoffice.org>  [9bc553875b31931894518a98fb26dbe12395cd5f]

        #65293# multiprocessing on the project level version

2002-05-06  Sven Jacobi  <sj@openoffice.org>  [56b82af2ef028647c325e0b181c59d8260724c6c]

        #97844# added support of background color, even for textobjects

2002-05-06  Armin Weiss  <aw@openoffice.org>  [09be7d5a4feae4f56e56843ca44cf0a0bf0eeaee]

        #99039# test if there is a title object there. If yes, try to set it to edit mode and start typing...

2002-05-06  Kurt Zenker  <kz@openoffice.org>  [536f4dd4a9f0699d7ed663976a3f7ea1190a598d]

        new version for SRC656

2002-05-06  Kurt Zenker  <kz@openoffice.org>  [a8d568eb6d90f9f3320f43935a1d39d2761f1570]

        new version for SRC656

2002-05-06  Frank Meies  <fme@openoffice.org>  [b3e760332d3b61660c301f24a925f1c1f77836c0]

        #97492# CTL - Justified alignment for Thai

2002-05-06  Philipp Lohmann  <pl@openoffice.org>  [5f94be55988be71d1d08b08de6c1066845a90677]

        added multirequest

2002-05-06  Daniel Vogelheim  <dvo@openoffice.org>  [94914e0186896a5fec2f78cd943df0e2e879f6f0]

        #95586# added whitespace to numbering

2002-05-06  Daniel Vogelheim  <dvo@openoffice.org>  [631921b29c1dd11dca6839b7458b971b519cb0ae]

        #95586# added XAccessibleSelection interface to Writer tables         (also moved GetCrsrShell() to acccontext.?xx)

2002-05-06  Ocke Janssen  <oj@openoffice.org>  [7986a3b5eefcc034ba22df8d29e5ac8be7fd6b42]

        #98357# autofilter of bool columns corrected

2002-05-06  Armin Weiss  <aw@openoffice.org>  [668af63e5f2c0e7ee102c20dfa79e881795eb616]

        #98721# added handling for slot SID_FM_CREATE_FIELDCONTROL

2002-05-06  Armin Weiss  <aw@openoffice.org>  [c10921c6550d0778a894b3b7d75c314170912cd6]

        #98721# added slot for SID_FM_CREATE_FIELDCONTROL

2002-05-06  Stephan Schäfer  <ssa@openoffice.org>  [c462b0a8d702dbbffa339db469a9312d6d18e02d]

        #98888# GrabFocusToDocument

2002-05-06  Andre Fischer  <af@openoffice.org>  [6413970854a2a67bca534a2e344a709c4c3c0964]

        #95585# First (compatible) step of cleanup.

2002-05-06  Thomas Lange  <tl@openoffice.org>  [6a899f364689106404496c34ccdc9019df6134c8]

        #98958# static modifiers removed from newly added functions.

2002-05-06  Frank Schönheit  <fs@openoffice.org>  [02ed06d279a253787b2e841fd9a60d7281ad6b3a]

        #99088# HasChildPathFocus instead of HasFocus

2002-05-06  Michael Brauer  <mib@openoffice.org>  [5713ed46fa18c274b926dad2a524b66a9538c564]

        95586#: accessible shapes started

2002-05-06  Oliver Specht  <os@openoffice.org>  [3236db5ef93df40cd3b190d16e1a04015a0e8dd5]

        #98823# Accessibility options forwarded to the ViewShell's ViewOption

2002-05-06  Vladimir Glazounov  <vg@openoffice.org>  [3f46fa3c66bf5230b9dde957f1ce8bebbf7ee2b9]

        SRX642

2002-05-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ebc2c8e6dffb4a50bea25f37c4b885545b805cc2]

        chmg. known link para list

2002-05-06  Frank Schönheit  <fs@openoffice.org>  [ebfcd3898de59be5602b84549c338a412183b66f]

        #98721# +SID_FM_CREATE_FIELDCONTROL

2002-05-06  Frank Schönheit  <fs@openoffice.org>  [81ab680433ee67e31d7dd3e4b0d3360ffc5c40c2]

        #98721# new CTor( Any ) for creating with either a sequence or a property set

2002-05-06  Frank Schönheit  <fs@openoffice.org>  [8a916e2b4aa3268476d75c36500be4b71a451138]

        #98721# override PreNotify and DoubleClickHdl for creating field controls

2002-05-06  Kai Ahrens  <ka@openoffice.org>  [61b212accd0afb53bc81f1fd85618f9e59fa0974]

        #95585#: AccessibleShape supports XUnoTunnel now

2002-05-06  Björn Milcke  <bm@openoffice.org>  [93884d152166ecd2580a981b06c873ddfb810040]

        #96720# empty cells are not valid.  Changed to a cell containing an empty text:p element

2002-05-06  Ocke Janssen  <oj@openoffice.org>  [26aeb5ea0284bc2898e3a9658c5f7ea2c99fc6a4]

        #96363# new strings

2002-05-06  Kai Ahrens  <ka@openoffice.org>  [d2ef251902ed838c1d2570dcd1b6b5eb33b8942f]

        #95585#: added AccessibleSelectionBase

2002-05-06  Oliver Specht  <os@openoffice.org>  [9a79fdb0106e019311d80dd1fa88a31872070318]

        #98810# HighContrast ImageLists added

2002-05-06  Oliver Specht  <os@openoffice.org>  [f1722a2fc6a603c311514298b153b40a72ac603f]

        #98810# typo corrected

2002-05-06  Björn Milcke  <bm@openoffice.org>  [49e16b2059142894437c4abe5f814b9410f164ee]

        #96720# statistics elements are optional

2002-05-06  Kai Ahrens  <ka@openoffice.org>  [66474c8c94c1ce9807660c3c4f0dbe786a6a8f37]

        #95585#: added AccessibleSelectionBase

2002-05-06  Armin Weiss  <aw@openoffice.org>  [dd62a01202c2e8da0e6a1b110877f42d5e8a50a3]

        #98994# handle Mod1 and Mod2 to get travelling running on different systems

2002-05-06  Andreas Martens  <ama@openoffice.org>  [528362304f1bd84163f6dc129fb47044abc1bed5]

        Fix #99025#: Mouse pointer when out of page

2002-05-06  Ocke Janssen  <oj@openoffice.org>  [ac0da42adca090bed2cac381c542ca1cb448a365]

        #96363# change return type of switchView

2002-05-06  Kai Ahrens  <ka@openoffice.org>  [b4b249da7f4b49b1ed1481aa69ae8e9cdb4a4030]

        #95585#: added AccessibleSelection helper

2002-05-06  Andreas Martens  <ama@openoffice.org>  [04c8632dc4af416243e26d098b8767ea127e1716]

        Fix #99025#: Mouse pointer when out of page

2002-05-06  Ocke Janssen  <oj@openoffice.org>  [efe6d89b173245aa7712c25933943c424f45f647]

        #96363# change return type of switchView

2002-05-06  Ocke Janssen  <oj@openoffice.org>  [ea9bde72a84eb5cdf74bbf59e86795f7c63aba17]

        #96363# handle keyvent

2002-05-06  Oliver Specht  <os@openoffice.org>  [989a546eb730834fc1b45e52b94a5c509eaf251a]

        #98810# HighContrast ImageLists added

2002-05-06  Andre Fischer  <af@openoffice.org>  [497aea2c1e76fb1c868b50a07a29ccbf66726ca4]

        #95585# Using new AccessibleShapeInfo class in constructor.

2002-05-06  Ocke Janssen  <oj@openoffice.org>  [f2051e463657c65a6603304378aeecb6267c227d]

        #96363# new enum for errors

2002-05-06  Andre Fischer  <af@openoffice.org>  [4a2551f1492a1577c48a75adbbc483492a2484b1]

        #95585# Using new AccessibleShapeInfo class in constructor.

2002-05-06  Ocke Janssen  <oj@openoffice.org>  [9d42c43bd82e04f7b476517a89545b369f98de1b]

        #96363# new strings

2002-05-06  Björn Milcke  <bm@openoffice.org>  [615994dd21b85aa56fcbb090b7e6651808b11ab8]

        #96720# syntax error in chart.mod         some namespaces were missing (dr3d,form and math) in DTD

2002-05-06  Andre Fischer  <af@openoffice.org>  [7fc5561d23defecb2e9610fd720b02308ad8dc80]

        #95585# Initial revision.

2002-05-06  Andre Fischer  <af@openoffice.org>  [99bb0ce075f54df7f76c631c84b73dced347e1a4]

        #95585# Added new file.

2002-05-06  Ocke Janssen  <oj@openoffice.org>  [d498a42939d8ce7dfd6119995186b386874f2041]

        #96363# change return type of switchView

2002-05-06  Ocke Janssen  <oj@openoffice.org>  [632e20a3f8f744fde01bb5ec69972b37521f8823]

        #96363# new enum for errors

2002-05-06  Andre Fischer  <af@openoffice.org>  [72845f082df827c5dd58bdd55ea34d1268719d69]

        #95585# Use of accessible shape info.

2002-05-06  Andre Fischer  <af@openoffice.org>  [e1712f78bd497938346fe6648a39722b6ea191f1]

        #95585# Use of AccessibleShapeInfo.

2002-05-06  Andre Fischer  <af@openoffice.org>  [c74b5fae4f3453a2c80052ca9fb91fd3632da16e]

        #95585# Using AccessibleShapeInfo for construction of shapes.

2002-05-06  Andre Fischer  <af@openoffice.org>  [c560506725403128af310563d193cd5af8de8741]

        #95585# Using AccessibleShapeInfo for construction of accessible shapes.  Already accessible shapes are checked for visibility.  Support of the IAccessibleParent interface.

2002-05-06  Vladimir Glazounov  <vg@openoffice.org>  [e5676348e1eb002466111f383e1f3afb37f72d98]

        Merge SRC641: 06.05.02 - 11:20:17

2002-05-06  Andre Fischer  <af@openoffice.org>  [ed7fd1b4ae7e047bb0175887346daa025d717016]

        #95585# Added ReplaceChild method. Accessible shapes are stored as XAccessibles.

2002-05-06  Niklas Nebel  <nn@openoffice.org>  [0fe9d97ac490a113e17bb19ede8dcba6327e353b]

        #95584# added draw ranges to location data

2002-05-06  Christian Lippka  <cl@openoffice.org>  [ae35f3ec39c750aed4b69fbd521a898fd4d95c2d]

        #98983# changed shortkey for page switching to ctrl + page up/down

2002-05-06  Andre Fischer  <af@openoffice.org>  [d22b1ae655e3fc7ae30640a9ed677ef8d57ad94e]

        #95585# Using AccessibleShapeInfo in constructor. Support of the OPAQUE state.

2002-05-06  Andre Fischer  <af@openoffice.org>  [4fc1285a0586e60d77ee591fc831d07e189be58a]

        #95585# Using new class AccessibleShapeTreeInfo in constructor.

2002-05-06  Andre Fischer  <af@openoffice.org>  [bdace4349993b14ae6ff2f82e4ef5cc98f79a3cc]

        #95585# Using AccessibleShapeInfo in constructor. Fixes property change listener to set name and description  and send proper events. Changing the design mode results now in exchange of the object.

2002-05-06  Oliver Specht  <os@openoffice.org>  [dc9d2ae1d448d9bee3cfde5a646d925677de0d86]

        #98823# accessibility options available

2002-05-06  Björn Milcke  <bm@openoffice.org>  [315e70ab6fb7bccc8252ff216101cf2f45a11ef5]

        #96720# regression curves, error-indicators and mean value         are exported as extra sub-elements of the series

2002-05-06  Ocke Janssen  <oj@openoffice.org>  [a48c59475620d6ae1af62785948065899689d292]

        #96363# impl new interface

2002-05-06  Christian Lippka  <cl@openoffice.org>  [a46e82d03bb04edcb8cb53159264a29c317d7fe0]

        #98819# don't use ColorConfig for help lines, theire drawn in xor

2002-05-06  Christian Lippka  <cl@openoffice.org>  [8aa0b22b69a0051277c123bbec7ca20ee5a23063]

        #99054# correct UINT16 items to sal_Int16

2002-05-06  Kurt Zenker  <kz@openoffice.org>  [9aa083e3578456c8fd94fbe6025ebc5932da947e]

        Merge SRC641: 06.05.02 - 09:56:38

2002-05-06  Kurt Zenker  <kz@openoffice.org>  [5e26c625b3cc9662037918c584b6cbd5e540a2fd]

        Merge SRC641: 06.05.02 - 09:55:51

2002-05-06  Kurt Zenker  <kz@openoffice.org>  [839d587f99a43d071d256e63d2338aadb7a2b07b]

        Merge SRC641: 05/06/02 - 09:55:43

2002-05-06  Kurt Zenker  <kz@openoffice.org>  [5dd57ef969c6d155a5bcdf8a86080f4fbbb47348]

        Merge SRC641: 06.05.02 - 09:54:21

2002-05-06  Kurt Zenker  <kz@openoffice.org>  [bf034a81c892df04d49e0792b4ec19e4f0054816]

        Merge SRC641: 06.05.02 - 09:53:34

2002-05-06  Rüdiger Timm  <rt@openoffice.org>  [ae539a86f345a69006d9c2fe7af3580d931af4f8]

        Merge SRC641: 06.05.02 - 09:53:36

2002-05-06  Kurt Zenker  <kz@openoffice.org>  [93cbab74a96891205d657bc6e2fb536f80ac9397]

        Merge SRC641: 06.05.02 - 09:47:52

2002-05-06  Frank Meies  <fme@openoffice.org>  [2be6eca4a26c8fe5492a906bf9b6266bb1eb65b3]

        #99118# Stepping back one character for repaint optimization is not enough for complex scripts

2002-05-06  Björn Milcke  <bm@openoffice.org>  [4a1a8b5d2cf014102d900dc086187f59fa590951]

        #96720# regression curves, error-indicators and mean value         are exported as extra sub-elements of the series

2002-05-06  Oliver Specht  <os@openoffice.org>  [8d378c2c3551857caf7899b32384a1643179d291]

        #98428# recording of text input re-implemented

2002-05-03  Karl Hong  <khong@openoffice.org>  [a42dd813f13251aa2aa6a8e4da00181fe432cc5a]

        #99114# Transliteration TextToNum does not convert SC number string correctly

2002-05-03  Karl Hong  <khong@openoffice.org>  [f88c6339684e131763bfc313733f58b5ea5da3da]

        #98796#remove thai word breakiterator, let it fallback to ICU implementation

2002-05-03  Mathias Bauer  <mba@openoffice.org>  [42f64deeca1c9d36fccc75684f53f0ddb7404e86]

        #99024#: avoid keeping dead pointers

2002-05-03  Herbert Duerr  <hdu@openoffice.org>  [73d11eb064f53060911c88498acf82edf715137e]

        #97492# add GetTextBoundRect/GetTextOutline

2002-05-03  Andre Fischer  <af@openoffice.org>  [e524fa5e99991e92dbf21ff7661659463b6109fd]

        #95585# Use of new AccessibleShapeInfo class. Implementation of the XAccessibleImage interface.

2002-05-03  Andre Fischer  <af@openoffice.org>  [04ca63ffd1699ffec859d07fc9861bd6421000c3]

         #95585# Event source is now casted to correct XAccessibleContext.

2002-05-03  Herbert Duerr  <hdu@openoffice.org>  [7c86cd9231dd36dd5c85ae38a637706ed1c30d13]

        #97492# make GetLayoutOutline() less restrictive

2002-05-03  Herbert Duerr  <hdu@openoffice.org>  [0d3da4ea2809b67041eb38b600179e25544da492]

        #97492# GetGlyphOutline offset and blank handling

2002-05-03  Vladimir Glazounov  <vg@openoffice.org>  [5ac30f9e856c389a64e976591d9829c33281e31b]

        SRX642

2002-05-03  Armin Weiss  <aw@openoffice.org>  [026a2d282cc79c1ca9086d1db81cbc4903d890f2]

        #98994# handle Mod1 and Mod2 to get travelling running on different systems

2002-05-03  Oliver Specht  <os@openoffice.org>  [fecd9db2488f5f42db00166c4e4a89398a4e63b9]

        #98681# design of option tabpage improved

2002-05-03  Armin Weiss  <aw@openoffice.org>  [3209663fd806cd7f62042cc2fcdccae92aaf7efa]

        #98868# added mnemonics to 3d flyer

2002-05-03  Aidan Butler  <aidan@openoffice.org>  [5f32690b3bf47eed5713f985592617458d29b4cb]

        *** empty log message ***

2002-05-03  Oliver Specht  <os@openoffice.org>  [d082db78c8c85c914aa6c8dcba3b35b8341a755a]

        #98992# #98993# insert tabstops in tables and numberings with Alt+Tab additionally

2002-05-03  Oliver Specht  <os@openoffice.org>  [92900d0778e174dab939d978a7b0e21bad7af653]

        #98198# edit frames and drawings using F2 or RETURN

2002-05-03  Joachim Lingner  <jl@openoffice.org>  [9ecf3ff21e0cf7cafac45847b71d0a72087d0f53]

        #97746# javadoc errors fixed

2002-05-03  Vladimir Glazounov  <vg@openoffice.org>  [97b3ca1fe34427910394f09cb1da459c43975bfb]

        #65293# added temporary objects

2002-05-03  Sascha Ballach  <sab@openoffice.org>  [0dcfe9611bf32822b554950bdd6869fbf161649a]

        #99079#; add table:marked-invalid attribute to highlighted-range element

2002-05-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fab353c6e862bd17203321ac0c4af37e8682bdaf]

        added dependency

2002-05-03  Oliver Specht  <os@openoffice.org>  [805a86fc5c7e1225ed5a3b277c413e90f8b672fa]

        #98156# leave editing of frames using ESCAPE

2002-05-03  Oliver Specht  <os@openoffice.org>  [223d9126700e6dd7a4b27bcbfadc131efe928ec4]

        #98419# deprecated slot definition removed

2002-05-03  Oliver Specht  <os@openoffice.org>  [8bd19cf30a084433ef709ace4defdec3bc97c58b]

        #98419# colliding slot names changed

2002-05-03  Oliver Specht  <os@openoffice.org>  [2d53d385be6ea498f1052cfaae7cc8810a435ef3]

        #98419# deprecated define removed

2002-05-03  Mikhail Voitenko  <mav@openoffice.org>  [fe61ef8662753ce63a007aee134e078258247002]

        #99063# do not use duplicate parameter

2002-05-03  Sascha Ballach  <sab@openoffice.org>  [746622501cb6e35c90fbf1f21fc671ac1ce372f2]

        #99079#; read the attribute marked-invlaid

2002-05-03  Andre Fischer  <af@openoffice.org>  [6d723c7188944cd02383e58dd601f41488ae8106]

        #95585# Removed getFontMetrics method.

2002-05-03  Sascha Ballach  <sab@openoffice.org>  [05cab0acaca52f231f43410dc61340094a3e8dc6]

        #99079#; write the attribute marked-invlaid

2002-05-03  Sascha Ballach  <sab@openoffice.org>  [60173b1d78e8a8503717c6e91c364390f1b285e3]

        #99079#; add also circle objects

2002-05-03  Sascha Ballach  <sab@openoffice.org>  [b55df6372f65547eb99b6438e291294f216b1282]

        #99079#; add marked-invalid to highlighted-ranges attributes

2002-05-03  Philipp Lohmann  <pl@openoffice.org>  [d30c05f3a1931ebf14c1a7c924a165da86c3c278]

        #98573# implement accessibility helper functions

2002-05-03  Malte Timmermann  <mt@openoffice.org>  [94466e17852d33e4477acafcf0d3e014bdcd6738]

        #99128# Starting CTL

2002-05-03  Malte Timmermann  <mt@openoffice.org>  [2604b7403f967bbf23c759eb59efc499260781c4]

        #99128# Starting CTL, use TopLevel for SRX642

2002-05-03  Michael Brauer  <mib@openoffice.org>  [a006e8e1f284c54728a307b4f057ae1ad4ca21f3]

        #95586#: Accessible tables and optimization

2002-05-03  Michael Brauer  <mib@openoffice.org>  [16db64566381a00d0e5178c699cb0c776af46139]

        #95586#: Accessible tables

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [dac403f01a891479d122b0d860a935846fbbf79d]

        new version for SRX642

2002-05-03  Andre Fischer  <af@openoffice.org>  [2dad9c1efb1b8846150477d1af53746bdba88417]

        #95585# Added two new files.

2002-05-03  Sascha Ballach  <sab@openoffice.org>  [26dedf3dac305f00978126dc00c2e76ba6238a27]

        #99079#; delete only arrows

2002-05-03  Sascha Ballach  <sab@openoffice.org>  [83939f31de839e556d03bc6adfa8aa44f9328b6e]

        #99079#; use SC_DET_ARROWS to delete only the arrows (not the circles)

2002-05-03  Sascha Ballach  <sab@openoffice.org>  [d3634802716a24a223d5406cda22d978c1c14296]

        #99079#; add SC_DET_ARROWS to ScDetectiveDelete enum to make it possible only to delete the arrows

2002-05-03  Niklas Nebel  <nn@openoffice.org>  [35edaa42624a308f813308d34800975b1cd208e1]

        #98820# use colors from configuration

2002-05-03  Frank Meies  <fme@openoffice.org>  [847fe84fa7a52ce7b2ae95b8681627b9a8522d62]

        Fix #99106#: Line spacing should be considered even in grid layout

2002-05-03  Sascha Ballach  <sab@openoffice.org>  [2e0ed46d5a42f76ca22ca0361a522854a869b2a3]

        #99079#; add marked-invalid

2002-05-03  Oliver Specht  <os@openoffice.org>  [89c477901c10b0944982e16e21c81eabb8627cab]

        #97499# rotation/mirroring of toolbox controller impl.

2002-05-03  Oliver Specht  <os@openoffice.org>  [ea78c3765a0e9ecea4bf2b4c6fb55130bc6defbd]

        #97499# rotation/mirroring of toolbox controller impl.

2002-05-03  Rüdiger Timm  <rt@openoffice.org>  [0d14ff28cfa26f6ac86582fdf3f5a324260e1620]

        new version for SRX642

2002-05-03  Rüdiger Timm  <rt@openoffice.org>  [7f5c947ab99474617b66b3910d8c4d422547a0f2]

        new version for SRX642

2002-05-03  Oliver Specht  <os@openoffice.org>  [521cca05ceef8f584f7521a61b79efa8d81cff75]

        #97499# rotation/mirroring of toolbox controller impl.

2002-05-03  Vladimir Glazounov  <vg@openoffice.org>  [c17bf7ae2d6b3bfdac9f7455bbf3ecb2806e6abd]

        new version for SRX642

2002-05-03  Ocke Janssen  <oj@openoffice.org>  [6280409f892ec679cb11727e1b83ba6214d96f69]

        #99051# check if parameter count is equal to parameter columns when not throw exception

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [418c92fb586ecc9d974c19885147f72f70e9806e]

        new version for SRC656

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [51bec27a55b010415cec5bd006f2b61e62ff346f]

        new version for SRX642

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [9dc1f048b5f27b35b84c9bdd22b2149cea895b78]

        new version for SRC656

2002-05-03  Andreas Schlüns  <as@openoffice.org>  [f495b744b2efa4593f52e5639c57000379a8f5c8]

        #99021# change from XNotifyingDispatch to new required interface XDispatchProvider

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [26d4f3bf2df8afab9786bd6670302ff8d1d38795]

        new version for SRX642

2002-05-03  Vladimir Glazounov  <vg@openoffice.org>  [4c7ef6efe4525b8277cacfb602f81e763e6d4a49]

        Merge SRX642: 03.05.02 - 10:41:03

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [c28e96a817705b82f6b92dc30499ad99b7d66188]

        Merge SRX642: 03.05.02 - 10:39:54

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [2f634099228a5e020b703da6cae0fab75906170f]

        Merge SRX642: 03.05.02 - 10:38:20

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [1734a89d30552d6dd0030b7aa903982f591f64d2]

        Merge SRX642: 03.05.02 - 10:35:45

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [5320f191d954b6f158fc1c105d5200fa1cc8682f]

        Merge SRX642: 03.05.02 - 10:35:46

2002-05-03  Andreas Schlüns  <as@openoffice.org>  [99e4cf7b495412969935270e91f5854473060eb4]

        #99021# add XDispatchProvider to macro loader

2002-05-03  Andreas Schlüns  <as@openoffice.org>  [484e87678986f4922582f3cdaf1a9e1b45bf8b17]

        #99021# support XDispatchProvider interface

2002-05-03  Andreas Schlüns  <as@openoffice.org>  [2b7abf48805bb8e2fc94980ad6ab2e19e9b720e2]

        #99021# use app dispatcher as protocol handler

2002-05-03  Ocke Janssen  <oj@openoffice.org>  [23c19c8e67a85bf51554c2ac609c56047e4e0b3b]

        #98772#

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [1e8d6e45bf8ff5dc1b8af94981e0f0a2535a7809]

        Merge SRX642: 03.05.02 - 03:26:13

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [ab41e8cb41894ba1a80fbb001ee38d0ead276082]

        Merge SRX642: 03.05.02 - 03:07:53

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [3a179abf9fbd5ac73afa6388615f9b3957cfb57f]

        Merge SRX642: 03.05.02 - 03:07:28

2002-05-03  Kurt Zenker  <kz@openoffice.org>  [95bfe8e51398ec1bea48472d7592abdca5d07f98]

        Merge SRX642: 03.05.02 - 03:02:11

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [84a2cdb1f77d96858008f89ed363d2d2447edac5]

        Merge SRX642: 03.05.02 - 02:33:32

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [ba2af2c07d6d7bdf4a76dfdb34736050aa9bdb30]

        Merge SRX642: 03.05.02 - 02:09:53

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [013cac311c1cb091c7d1f5c5cecd6bba524ee613]

        Merge SRX642: 03.05.02 - 02:00:34

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [7de7a6e773f435e5a0c743897cd8f77ef0463ce5]

        Merge SRX642: 03.05.02 - 01:59:25

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [3917fac161839d0e09e699eb7c3a9ad697a35484]

        Merge SRX642: 03.05.02 - 01:58:11

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [c56e3c1403321899d84a0f69641259b0e4e43b3b]

        Merge SRX642: 03.05.02 - 01:56:44

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [4d178a545e6588dff51dfa3315b2d730fc80b1a6]

        Merge SRX642: 03.05.02 - 01:52:42

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [dc29a5059eb23666a771751e340cc62d3aef4b9f]

        Merge SRX642: 03.05.02 - 01:52:46

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [5d27f9e655e07a228d7fc1549c252e5c40c7abb8]

        Merge SRX642: 03.05.02 - 01:17:30

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [09233bcbbd147aa994337789cca9fb15ca11c7f2]

        Merge SRX642: 03.05.02 - 01:13:35

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [5ed4798dcfccc57bff0289aa722ee5ae1249aa21]

        Merge SRX642: 03.05.02 - 01:09:17

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [89b67c7b7cba41d6f6840a25b36afff795d7dafa]

        Merge SRX642: 03.05.02 - 01:06:10

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [cef026f69d5d3e3a676e86a74004a81774a7f629]

        Merge SRX642: 03.05.02 - 01:05:08

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [8591aed9deb351949e9a2c3c2a142bcfe5851543]

        Merge SRX642: 03.05.02 - 00:55:57

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [7135355201debe7e6489a0d96adaa230b31bbe30]

        Merge SRX642: 03.05.02 - 00:49:21

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [c3ed301e4024e063e1ad721ac1164a0468d7c04b]

        Merge SRX642: 03.05.02 - 00:44:08

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [3dc41f6f12527566f9b15776abd4b1eea694388c]

        Merge SRX642: 03.05.02 - 00:28:00

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [1d0bdea5afea56cc2c8ea2b248b1cd9ab09b848d]

        Merge SRX642: 02.05.02 - 23:46:44

2002-05-02  Karl Hong  <khong@openoffice.org>  [2a72fabd29032b402fc464607b897f55d3b9fd2b]

        #98796#remove thai word breakiterator, let it fallback to ICU implementation

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [3cacd8d19ff3e12ef0940ef4844910ad7c8437f9]

        Merge SRX642: 02.05.02 - 23:40:47

2002-05-02  Vladimir Glazounov  <vg@openoffice.org>  [dbf62e12afaad3b4a89c7fac7b4a5a2ca3d52ccb]

        new version for SRX642

2002-05-02  Karl Hong  <khong@openoffice.org>  [a3d41042ffb08b11b309c81fe168c211f67561fe]

        #89662#Add ZONE_OFFSET and correct mapping of DST_OFFSET

2002-05-02  Eike Rathke  <er@openoffice.org>  [56165effc18361392b5acd3d3971984dd4f0802c]

        #98662# add: ZONE_OFFSET; correct description of DST_OFFSET and ZONE_OFFSET

2002-05-02  Frank Schönheit  <fs@openoffice.org>  [1135ee8658a15890788a16e329c6433a9786720a]

        #97163# do no UnmarkAll when leaving the design mode, anymore (more sophisticated handling in the impl class now)

2002-05-02  Frank Schönheit  <fs@openoffice.org>  [715885048993963ffa5e11d0e6d17e1469b2d3d7]

        #97163# move the stuff for removing/saving the mark list into the view

2002-05-02  Frank Schönheit  <fs@openoffice.org>  [eedfb61005749fff1b3811a1c4a803868388b5d9]

        #97163# moved the stuff for removing/saving the mark list from the shell to the view

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [9357d9a4b075355fb71818b2437cf62e1c7282f9]

        new version for SRX642

2002-05-02  Frank Schönheit  <fs@openoffice.org>  [4aa701698373ba78d5bb8b16f9ff85b39962dddf]

        #97163# move the stuff for removing/saving the mark list into the view

2002-05-02  Kurt Zenker  <kz@openoffice.org>  [592dc57e3b831e0aa818085c5cc71823a26f4d52]

        new version for SRX642

2002-05-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8b2e8e2d49a0e34570c7e11f62ce2e48ebedeceb]

        tools depends on zlib

2002-05-02  Tomas O'Connor  <toconnor@openoffice.org>  [653e2bcd14888f554a3e3827bbb6b59608f3f410]

        Add details on the OfficeBean examples.

2002-05-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [78ab9401ef55a5b65d5e3bd17023984e2de9a0f5]

        dependency already covered by sal

2002-05-02  Kai Ahrens  <ka@openoffice.org>  [330d4e63ce4a9332a7ad5af3a4da2e8af26e87b3]

        #65293#: syntax

2002-05-02  Vladimir Glazounov  <vg@openoffice.org>  [d89d6a9b250a04b4bcbda849cc36215300ad0c66]

        new version for SRX642

2002-05-02  Thomas Benisch  <tbe@openoffice.org>  [85f240b7c761cfe4005a154ddde8ef57359449f2]

        #98615# Testtool needs HelpIDs/UniqueIDs in Basic-IDE

2002-05-02  Vladimir Glazounov  <vg@openoffice.org>  [66ea41572d873c7d69ebc8650b59fa786e1a8df3]

        new version for SRX642

2002-05-02  Philipp Lohmann  <pl@openoffice.org>  [f62f29896b21259afabf33779bf6a773b2ab6867]

        #98573# correct FaxPhoneComment

2002-05-02  Herbert Duerr  <hdu@openoffice.org>  [b4d23d25f321fe8c7448b7d434ab78f472411fe3]

        #99086# workaround for GetCharacterPlacementW trouble on W98/WME

2002-05-02  Eike Rathke  <er@openoffice.org>  [facc5e431bc753abdedb2219345f0e2f56f4b2b5]

        #99065# ScanMidString: recognize 23-May-2002 to be a date, no matter if short or long month name

2002-05-02  Nikolai Pretzell  <np@openoffice.org>  [a10c46e83cffe2ee7d3031a50e60f063ec25fd40]

        #98177#

2002-05-02  Joachim Lingner  <jl@openoffice.org>  [c7f1736aaeba351f4264b34ccf1430dec97f6bf6]

        #99053# added PropTest example

2002-05-02  Thomas Benisch  <tbe@openoffice.org>  [b3a238ac338aa5822ee50831297a71da5b7cfee1]

        #98585# ACC: Unable to create a new Basic Dialog with the keyboard

2002-05-02  Oliver Specht  <os@openoffice.org>  [9d7052003610304abde9ebe1e7562a11cd77c831]

        #98990# string 'Standard' containing a shortcut defined

2002-05-02  Joachim Lingner  <jl@openoffice.org>  [3520d079adb06328fd6cb58d6dcd0e33434d114d]

        #99053# using the PropertySet helper class to build a component

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [940442e642e3e214996049c13b832f0cf8acff96]

        #99021# add protocol handler mechanism

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [37dc81679bae6efc85b93ad7522da6afbbfe119c]

        #99021# replace mailtodispatcher by moving it to protocol handler mechanism

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [b275a7c2758d9a43a9cdffb9c307d3e352562e88]

        #99021# fix transactionmanager; add new protocol handler

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [a76243ce249f2b31e971f43b85d36f7818e4c08b]

        #99021# add service protocl handler

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [d9894655ca8acbd40b8603ff931da07ef6625c68]

        #99021# add protocol handler cache

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [af346d66ec0eb30587a9b2138e96dac49698e6c7]

        #99021# add protocol handler services

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [3642f95267df77a383e44cde754e2724e0a70733]

        #99021# fix static inline problem by outlining

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [52f7c04c7d48729eb2f0dc839520332175fdc9bc]

        #99021# improve mailtodispatcher to full protocol handler service

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [1bed8697ba18b8ea9e0143cda7f668380e65e8f9]

        #99021# removew protocol handler code

2002-05-02  Niklas Nebel  <nn@openoffice.org>  [fd512b6557125a79d1202fc15b2882c82d4795c4]

        #99070# removed special names and flags from common slots

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [cf7f9671a14b71bc9ba56c6956c77733a06fee65]

        #99021# add new converter routines for stl string lists

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [9cab0a0dffb685764bd82d83983add6c16936209]

        #99021# add some generic stl structures

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [28562ece4b1dbff191d41f8957d6dd9e9c589dd8]

        #99021# add service/impl names for protocol handler ...

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [ddc6e4958def79201d4771bfd9a5a2ab11d3c8d8]

        #99021# new protocol handler to create uno components

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [8dd07e0cffd580d561feb6f3d5c826d75400b30c]

        #99021# new cache for protocol handler

2002-05-02  Andreas Schlüns  <as@openoffice.org>  [5b115d0a330fd4a95a2262f79c9f5b157125e932]

        #99021# new config for protocol handler services

2002-05-02  Oliver Specht  <os@openoffice.org>  [d8807b190bd3543a4690aec4656d4d37d193a12f]

        #97695# old section bounds define removed

2002-05-02  Joachim Lingner  <jl@openoffice.org>  [23b53e04ae3a99b6e6d736229eddbfdf149c8950]

        #97746# docu change

2002-05-02  Daniel Rentz  <dr@openoffice.org>  [a4ef785a146b00a1d2d48a24ea18bb411d382aa8]

        #99040# HIDs for DateFunc AddIn

2002-05-02  Andreas Martens  <ama@openoffice.org>  [0a91ef339dacb94c35e422ed1fdf434119fe5f36]

        Fix #99066#: Don't destroy yourself

2002-05-02  Tom Verbeek  <tv@openoffice.org>  [6e25b900029bad58492d7ac67db5ff9a48be686b]

        #99085# support for ReportWizard

2002-05-02  Tom Verbeek  <tv@openoffice.org>  [bb62e342be57c72561001f713f9ad95e0ffc919f]

        #99085# initial revision

2002-05-02  Niklas Nebel  <nn@openoffice.org>  [88103f7214188c4cc414c72bf14c7a70fbce7301]

        #98001# don't invalidate location data when setting the same offset again

2002-05-02  Frank Schönheit  <fs@openoffice.org>  [9b42d9ec4f00ee86fb97a5ac292c22ec157226c2]

        #98750# +createProcessComponent

2002-05-02  Frank Meies  <fme@openoffice.org>  [42b117c2fd205a053c7a87d4b6bafc64afb063ff]

        #98281# CTL - Add level parameter to NextDirChg function

2002-05-02  Ocke Janssen  <oj@openoffice.org>  [e9077276f82443f1b8651e1ebb41840a60af1a87]

        #98916# enable F6 key

2002-05-02  Frank Meies  <fme@openoffice.org>  [68f269d69137ca9b653e012afcd9df411147671b]

        #98281# CTL - Add level parameter to NextDirChg function

2002-05-02  Ocke Janssen  <oj@openoffice.org>  [3d4180bd686989af95f14c3a475eba82c0688abd]

        #98916# enable F6 key

2002-05-02  Frank Schönheit  <fs@openoffice.org>  [cc3b700782170bfe1311fc3a48653ea9361aa89e]

        #98750# forgot to remove the event listener from the native context

2002-05-02  Carsten Driesner  <cd@openoffice.org>  [9e5a439eb73d9a249f505cf369f138e6f238864a]

        #98979# Copy normal images to high contrast images if 6.0 file format

2002-05-02  Frank Schönheit  <fs@openoffice.org>  [1ac59d22f921958129d7f78fe96b2e0b40da9cc4]

        #98750# code for aggregating the context of the UnoControl we represent

2002-05-02  Ocke Janssen  <oj@openoffice.org>  [7ca14b8fb75b8c58544e11b102905af6386684ac]

        #98916# remove container window from taskpane list

2002-05-02  Ocke Janssen  <oj@openoffice.org>  [f304ec5abf40b79c29ae39b12d095830690ab272]

        #98916# enable F6 key

2002-05-02  Ocke Janssen  <oj@openoffice.org>  [25241b236bf2391e45f135c015149fb3ddcde3d3]

        #98916# overload getFocus

2002-05-02  Ocke Janssen  <oj@openoffice.org>  [24973b61c363cd58e9b23988b7d7fd71265e4bae]

        #98916# enable F6 key

2002-05-01  Martin Maher  <mmaher@openoffice.org>  [a26a86ccfbfe603a64170a134c3b1208411a5b0f]

        Used CellValue instead of LabelCell so that numbers, strings and formulas can be stored in the worksheet and handled the same way. Also added code to enable formatting types to be recognised.

2002-05-01  Martin Maher  <mmaher@openoffice.org>  [621dded6b71217806ca864fa601202c5720f72e4]

        Added a mask for reading doubles.

2002-05-01  Martin Maher  <mmaher@openoffice.org>  [c41ede28ad1de36fb693e7bf725484af4ab9ef22]

        Added a writeDouble function to convert double's to a byte[] containing a IEEE-754 float.

2002-05-01  Martin Maher  <mmaher@openoffice.org>  [0db5d8e50679aef24b7b1e8a26627ecea362c0ff]

        If there is no cell attribute we must clear the formatting object to prevent us assuming the attributes of the previous cell.

2002-04-30  Frank Schönheit  <fs@openoffice.org>  [0148bba03fd62720bec773fad20e2140b07e83f0]

        #98482# column/row context menu can be requested by keyboard

2002-04-30  Frank Schönheit  <fs@openoffice.org>  [624b14038c9e79696b7e754607a776516eb92530]

        #98482# column/row context menu can be requested by keyboard

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e0e419b56e1d693f27e8111ee3e535bdb7bc116]

        #65293#: delete stray control character

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [abbf05335a92da2b175165c4a99d3ffedb4dc159]

        #65293#: cleanup

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e133d1570b562c32d299f3bfb6cae409eb3ddb5]

        #65293#: include <algorithm>

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7583838c21c37edfbf12a9040301580af182577c]

        #65293#: disambiguate findValue

2002-04-30  Thorsten Behrens  <thb@openoffice.org>  [535427fabbbe644a74e6020fcbd97fc4cfca0aba]

        #65293# Merged from branch 1.16.14.1

2002-04-30  Herbert Duerr  <hdu@openoffice.org>  [cb8ce0e2a2b84f82318f278e1266a2593c83d2bb]

        #97492# change ftfontlist to nFontId based hash_map

2002-04-30  Herbert Duerr  <hdu@openoffice.org>  [e7b6e60d0512e76fbae5f8b577ed7ce6db8516a3]

        #97492# remove dependency on stack based fontdata

2002-04-30  Frank Schönheit  <fs@openoffice.org>  [9d7b41cf0e729ea4579594d79922baba4acb03a2]

        #98750# corrected the access control

2002-04-30  Jörg Budischewski  <jbu@openoffice.org>  [41af6b758bc1df817530c67a630e1d8ffd0e0229]

        #97931# CannotRegisterImplementation exception is now thrown, when the loader cannot be instantiated

2002-04-30  Frank Schönheit  <fs@openoffice.org>  [6601d8978422b2e1c62961a122691d5bbce0fcf5]

        #97118# remove user/password - not used at the moment

2002-04-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f58dc586670253878ced14d7982e6a43ac910230]

        one more rule - generate to inc

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [79f370b6c621ea9af89fd8dd8901b0f349930bb7]

        #65293#: exception specifications

2002-04-30  Frank Schönheit  <fs@openoffice.org>  [7fc749ef94d41d859e7f9c8a28e3aa0985c8a60b]

        #97118# remove user/password - not used at the moment

2002-04-30  Oliver Braun  <obr@openoffice.org>  [e425ee2cdfd9ea8c8722f0bf7c266a992c1e8fb0]

        #99036# java client depends on dropComplete

2002-04-30  Frank Schönheit  <fs@openoffice.org>  [6e230388a85a4a00bbea4af244398861f56ed1e9]

        #97118# remove user/password - not used at the moment

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [02e282cab6cd821badad38e310941372b1f07c6d]

        #65293# add third paramater to SdrObjGroup::MigrateItemPool

2002-04-30  Frank Schönheit  <fs@openoffice.org>  [bcded32a8c8b1a88a85eb62029905e0f55ae44c5]

        #99048# corrected column selection

2002-04-30  Mathias Bauer  <mba@openoffice.org>  [505630b9040bb578ab54d590b9ac3b24c35d53ee]

        #98831#: optimized docking handlers

2002-04-30  Oliver Braun  <obr@openoffice.org>  [7f312627ea2224a37de5146785c48b794f82634b]

        #99036# java client needs external recognizer

2002-04-30  Oliver Braun  <obr@openoffice.org>  [1f3d9ff8a633e7d5e7267ea23776d222b65bf3bb]

        #99036# java client needs external recognizer

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c2589411b2536be7580ef4b017d4a3a75d1c6c7]

        #65293#: basic light is no longer dependent on SVX_LIGHT

2002-04-30  Andre Fischer  <af@openoffice.org>  [f11b151dc08ccfcb7e78bfd9a24c77670942ea63]

        #95585# Moved code from dispose to disposing().

2002-04-30  Mathias Bauer  <mba@openoffice.org>  [a3a39d114d07458a91a8ead3db968f13dff57148]

        #98831#: optimized docking handlers

2002-04-30  Nils Fuhrmann  <nf@openoffice.org>  [f9096e0537acb87fd8cc08d47fcc586cffef26ac]

        Fixed upper case/lower case problem for usage of localize on UNIX systems. Solves problems of strings which could not be merged back because of not detectable files

2002-04-30  Christian Lippka  <cl@openoffice.org>  [975aeb7a9dc2b05c9b5e7cecb4d8c3b45a6b528e]

        #98819# use ColorConfig for grid

2002-04-30  Kurt Zenker  <kz@openoffice.org>  [6dd5e26b951217c7aa6b1dfbb11526af44c90791]

        new version for SRC656

2002-04-30  Christian Lippka  <cl@openoffice.org>  [48349797c6de01b1ff079bb724f1727ed62422b6]

        #98819# use ColorConfig for grid

2002-04-30  Mikhail Voitenko  <mav@openoffice.org>  [bc434b874c967cecf2101acf3b0b6524749e41b0]

        #99063# use XExporter interface of filter dialog

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a2fb55ae4f905a98d4b48aa70bea545933f7162]

        #65293#: exception specifications

2002-04-30  Oliver Braun  <obr@openoffice.org>  [9d5a44dbdc02aec4eee22086b1856281fd6ca038]

        #99036# now implementing XDragGestureListener

2002-04-30  Bernd Eilers  <bei@openoffice.org>  [d7d374fc84e8102fd1f1f57f7726610efe7d2951]

        #96446# new ant version for depenency handling

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cbc6730629891dc4900c372b106bdaa9d545a35]

        #65293#: fixed line ends

2002-04-30  Mikhail Voitenko  <mav@openoffice.org>  [a4d245ef5c36296e7ad8f2a05b72ff1b7abed429]

        #99064# Use correct german title

2002-04-30  Christian Lippka  <cl@openoffice.org>  [591ae119e2d9162906d67eb50b39b15feb675d04]

        #98819# use ColorConfig for grid

2002-04-30  Vladimir Glazounov  <vg@openoffice.org>  [47a46102bc14d9d6379e98d4d6bc807238266c36]

        #65293# removed comments after #endif

2002-04-30  Christian Lippka  <cl@openoffice.org>  [f63b69190bea5a0145c1f08a1236d78487666562]

        #98819# use ColorConfig for grid

2002-04-30  Christian Lippka  <cl@openoffice.org>  [de3f9575fb7a698b107d91f0368537130d6bbfd8]

        #98819# use ColorConfig for grid

2002-04-30  Mikhail Voitenko  <mav@openoffice.org>  [b3672c2cb8d5a7a3ae9e39612b06dc8b256daae2]

        #99055# the last commit was wrong

2002-04-30  Christian Lippka  <cl@openoffice.org>  [8dbe67f0cca35f7ca0894214c988972aebebc338]

        #98819# use ColorConfig for grid

2002-04-30  Mikhail Voitenko  <mav@openoffice.org>  [354b6839602c0123cce3fe609a0a1e300b3ddd04]

        #98425# adopt to the filter options dialog implementation

2002-04-30  Christian Lippka  <cl@openoffice.org>  [b68db1710fa30fecb4cf3b6cb85ce9211dca64cc]

        #98819# use ColorConfig for grid

2002-04-30  Thomas Lange  <tl@openoffice.org>  [8f4d39a95d4b00de3f25d222b8be52058dec77ae]

        #98958# sheet::XCellRangeData added as optional interface

2002-04-30  Christian Lippka  <cl@openoffice.org>  [0e1b2e4d5c947f4db88146bdebd35d822b84b9c1]

        #98819# use ColorConfig for grid

2002-04-30  Christian Lippka  <cl@openoffice.org>  [f60ddef689fef6e7d7dafdf2c497fff9b5063408]

        #98819# use ColorConfig for grid

2002-04-30  Kurt Zenker  <kz@openoffice.org>  [219037e21e5f800c85e4e1c3c887324cd910910c]

        Merge SRX642: 30.04.02 - 10:23:05

2002-04-30  Kurt Zenker  <kz@openoffice.org>  [2b7cb0009b9ddb997185d6c3bdf4f31dcaef5fc3]

        Merge SRX642: 04/30/02 - 11:15:24

2002-04-30  Christian Lippka  <cl@openoffice.org>  [65b3b90e3c0af0bf9916ab063aae5e9a528ba3a2]

        #98367# set minimal size

2002-04-30  Kurt Zenker  <kz@openoffice.org>  [03a10e77b6fadfca8b4ea69d347bd750a3786ebf]

        Merge SRX642: 30.04.02 - 10:22:56

2002-04-30  Kurt Zenker  <kz@openoffice.org>  [29059094ba5ab2f4f2d545aba98cfe1e27359ffd]

        Merge SRX642: 04/30/02 - 11:04:38

2002-04-30  Peter Burow  <pb@openoffice.org>  [605d75eb1925d00fe1e3117ce12d2e9d9494437c]

        fix: #97240# virtual GetEntryText() added

2002-04-30  Herbert Duerr  <hdu@openoffice.org>  [dff5d92f41d48c515f22d8eb119d12352d09d13c]

        #65293# use generic icu namespace

2002-04-30  Mathias Bauer  <mba@openoffice.org>  [2791587b48b3b4d07049186b74f758b9c33517a2]

        #98831#: optimized docking handlers

2002-04-30  Mathias Bauer  <mba@openoffice.org>  [87ef29a127cb1d7d70a7670cc554f0dc2aa4ed94]

        #98831#: optimized docking handlers

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [15d4cb5bbe3a7665a7dd8aa88c76ab47fe053039]

        #65293#: removed dependency on vcl

2002-04-30  Mathias Bauer  <mba@openoffice.org>  [50cf98cb97028ebd55e7dc91d5031f6cc9a10eb2]

        #98975#: wrong index handling

2002-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [48c4a3229173c850f4fb4d8f68f318a79c48db98]

        #65293#: removed not needed vcl/svapp.hxx includes to reduce dependencies

2002-04-30  Ocke Janssen  <oj@openoffice.org>  [0bbd54c1a20e52f6127b4d83772f369f3c5f46d3]

        #98772#

2002-04-30  Thomas Lange  <tl@openoffice.org>  [381c402abaa484a923bec5a0e7a01999433e5e80]

        #98958# XCellDataRange interface support by SwXTextTable and SwXCellRange now.

2002-04-30  Kurt Zenker  <kz@openoffice.org>  [3add67f67aa6370233cca7f16080114e93fc165d]

        new version for SRC656

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [25d245a441d3561f76c853bc4f085df13615f743]

        new version for SRC656

2002-04-29  Vladimir Glazounov  <vg@openoffice.org>  [7de85ba31e59fe5a3ac86664236ba14b3b94c437]

        new version for SRC656

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [5ac078bcf7a77c0b8142d6297f6befe896bac254]

        Merge SRX642: 30.04.02 - 00:24:29

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [0a3d78cf5975acd7774149ea32c8575c16b8e632]

        Merge SRX642: 29.04.02 - 23:41:06

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [4fe8509229431cfef27feff0900236482df74ee3]

        Merge SRX642: 29.04.02 - 23:35:24

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [82b72ad670c58da08c0f2afd780974234e296269]

        Merge SRX642: 29.04.02 - 23:32:37

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [c141466fa6d31689e788c85fc98973f3403a3f43]

        Merge SRX642: 29.04.02 - 23:10:49

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [fd03fee383f4fa291677c17d3d126e4299b746f1]

        Merge SRX642: 29.04.02 - 23:08:53

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [efa54cd67e357debf4a30da7667a1d745d734388]

        Merge SRX642: 29.04.02 - 23:05:58

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [4069518c37be19469a4cb2d94dd8a0ce6352ad02]

        Merge SRX642: 29.04.02 - 22:47:39

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [e24103a45e4d29fe593d57e7e117a880dca1b763]

        Merge SRX642: 29.04.02 - 22:36:14

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [7eabb99a032955ef233eb1b60a04ee7b347a686c]

        Merge SRX642: 29.04.02 - 22:32:57

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [f8db9a46cfe5211c55ae36fda4a7b6d6eb3f5a36]

        Merge SRX642: 29.04.02 - 22:30:38

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [df864a7fd235d6dd26bf2550d2271f6b4dbe6323]

        Merge SRX642: 29.04.02 - 22:27:51

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [572d3c5c407df1f909b3dc17df94274f1931b4f4]

        Merge SRX642: 29.04.02 - 22:26:33

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [20f7daeae1d9b6bd53792b051674977c79c1f349]

        Merge SRX642: 29.04.02 - 22:25:52

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [5bcc5271acd91e8951cbd442991f888b4865e7a4]

        Merge SRX642: 29.04.02 - 22:24:07

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [9cf4ba40d253b555e6b4b4e6880ff0e7158a97d2]

        Merge SRX642: 29.04.02 - 22:18:01

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [d19f6452928dbf9b98ab8e47fb94f1d648945ce8]

        Merge SRX642: 29.04.02 - 22:14:35

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [f7cc19dbf12d92cb5a593797320093fe099b2808]

        Merge SRX642: 29.04.02 - 22:14:03

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [e2927d5ba321e30577124264a35187d873922736]

        Merge SRX642: 29.04.02 - 22:13:19

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [ddff6cae70ed9c684dac0b1dffcb58c8fbd3a2df]

        Merge SRX642: 29.04.02 - 22:12:58

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [85468060aa69e503fc659ecd4548378f0a811ffc]

        Merge SRX642: 04/29/02 - 22:11:22

2002-04-29  Kurt Zenker  <kz@openoffice.org>  [c9673a18caf91e4799769928fef823eae7cde536]

        Merge SRX642: 29.04.02 - 22:06:37

2002-04-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ff4f3a2fc57ee729c58cab6341836060d20002b1]

        #65293# missing dependency

2002-04-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [638536d676199ebe1aaf552110aa584d0d3c1706]

        #65293# make flagname uniq

2002-04-29  Niklas Nebel  <nn@openoffice.org>  [331898f85964b8d65b3f4e99271dcb15c0805496]

        #98820# use colors from configuration

2002-04-29  Philipp Lohmann  <pl@openoffice.org>  [9e5a02b506aad110a44f82135b8f5c79df73754c]

        #98573# #99007# added informational functions needed for accesibility

2002-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a97fde34db80ab785cc8becfe1314fd5ba34a6e]

        #65293#: added dependency on icu

2002-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4daaec615fb3bde5a51647310e5f89bf0a0909d2]

        #65293#: target directory for header

2002-04-29  Frank Schönheit  <fs@openoffice.org>  [37d471b969e35c4d4879453f26f451b758524feb]

        preparations for #98750#: retrieve the name/description from the respective model properties, if possible

2002-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c748cc04786175563c29a3abf64f47fb675d024]

        #65293#: check if defined({UPDATER})

2002-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fc5484b8e1d7f8e3f4536fd967cb2a7b58831c9]

        #65293#: deliver xmlpare.h

2002-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [35ac1961916d1b3ff82c1ffbbb0cf447cf1dfcc5]

        #65293#: expat

2002-04-29  Matthias Huetsch  <mhu@openoffice.org>  [3fef156b7f3b78368237face5453ccebed15e3c0]

        #90353# Fixed invalid operator 'new[]()', 'delete()' mix.

2002-04-29  Thorsten Behrens  <thb@openoffice.org>  [165fa53aa2d711b8593ba424e4fa10b8d28b0c00]

        #98821# Reset focus only on double clicks

2002-04-29  Frank Schönheit  <fs@openoffice.org>  [c6b9dab7ed2ebea6ebaa74f7d43b6d285ee9e784]

        #98750# gain safety with assertions ....

2002-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0c271eda54802454b240c34ce4900420378e3f1]

        #65293#: comphelper is dependend on vcl

2002-04-29  Oliver Specht  <os@openoffice.org>  [df457e84ae7b9a78ab115b674232f8c897917f54]

        #97695# draw guides removed, strings almost complete

2002-04-29  Thomas Benisch  <tbe@openoffice.org>  [a78405e42bdece5f14ab6e9936f2c6fa4a69d864]

        #98585# ACC: Unable to create a new Basic Dialog with the keyboard

2002-04-29  Thomas Benisch  <tbe@openoffice.org>  [1864e323dc8c6d17619b763b555231c2fa95af12]

        #98585# ignore Ctrl-PageUp, Ctrl-PageDown in KeyInput

2002-04-29  Mikhail Voitenko  <mav@openoffice.org>  [639ddb6d7632bbc6a892dd60d9e01e26b790c275]

        #98945# fill CRC32 in correct way

2002-04-29  cdt  <cdt@openoffice.org>  [596abeee95731895d01a680c12fb737f79a81121]

        #99035# create a virtual device on demand

2002-04-29  Christian Lippka  <cl@openoffice.org>  [5525abf657472c83762768747ae1f76c094eaddb]

        #98819# use ColorConfig

2002-04-29  Christian Lippka  <cl@openoffice.org>  [1992498dc12e9d9bd29b313c30ef34752230f546]

        #98819# optional color parameter for DrawGrid

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [096047e0fa64ea3fa2f492fb68bc90f820354d70]

        #98772# new images

2002-04-29  Jörg Budischewski  <jbu@openoffice.org>  [2c6753590fa7a8e551a6f1adfd6aa218d28e0548]

        #99011# UNO_SHARE/USER_PACAKGES_CACHE is now interpreted by the javavm service

2002-04-29  Christian Lippka  <cl@openoffice.org>  [e21f58ba3c78de1931e9c533216a1da6504c8824]

        #98819# use ColorConfig

2002-04-29  Mikhail Voitenko  <mav@openoffice.org>  [2121ded9b52db7fbf467a2270e54e7d060d64c46]

        #98945# write additional magic mimetype file

2002-04-29  Björn Milcke  <bm@openoffice.org>  [ff526313dde63349913010d4a2b54a50eb9e0c67]

        add alpha value for color information

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [b913f676b01b96be3271b42e6dea57f809771916]

        #98772# enable new imagelist

2002-04-29  Jörg Budischewski  <jbu@openoffice.org>  [69e376c01ab6c8a1e421382f94b1d167e78a429e]

        #99011# UNO_SHARE/USER_PACAKGES_CACHE is now interpreted by the javavm service

2002-04-29  Andre Fischer  <af@openoffice.org>  [f81d8f3a58e046aa732d5186a1eabea58551d459]

        #95585# Using auto_ptr as argument of ChildrenManager::AddAccessibleShape:

2002-04-29  Caolán McNamara  <cmc@openoffice.org>  [2589972db6df6adb8cfb002a01cf126f97d5229d]

        Reduce arguments which are never used

2002-04-29  Rüdiger Timm  <rt@openoffice.org>  [be80d016b5d010c362d05de3987f9d2480f0579a]

        SRC656

2002-04-29  misha  <misha@openoffice.org>  [50287aac4d74ca0c63652cbd343a2134ec6bb30f]

        - placeholder for java bean examples description was added.

2002-04-29  Oliver Specht  <os@openoffice.org>  [9ea5481a9bb91b9a2515af4bd530fc9d404d8c5b]

        #96258# #i2567# offset needs map unit conversion

2002-04-29  Andre Fischer  <af@openoffice.org>  [6379e26462c14053c43b1e32169f1f57c4089497]

        #95585# Fixed bug in disposing method.

2002-04-29  Andre Fischer  <af@openoffice.org>  [99af6b20fbb68f1f17df376a3b89ae2fe2355599]

        #95585# Argument of AddAccessibleShape is auto_ptr.

2002-04-29  Andre Fischer  <af@openoffice.org>  [c11fa984571d0a5d575aef6a779a002ca9b8872f]

        #95585# Argument of AddAccessibleShape is auto_ptr.  Disposing unused children.

2002-04-29  Sven Jacobi  <sj@openoffice.org>  [8409001dca4cb107f51765059141436d4d75b942]

        #98930# swapping gradient colors for zero angle

2002-04-29  Caolán McNamara  <cmc@openoffice.org>  [ddbdf2c463e0f27a800902cd3596e70b568521f8]

        Merge anchoring helper classes

2002-04-29  Andre Fischer  <af@openoffice.org>  [83365c14e5f17f059085d6f37ec84c1c3cb7ab83]

        #95585# getAccessibleStateSet returns a valid state set even when disposed.  CheckDisposedState throws DisposedException.

2002-04-29  Vladimir Glazounov  <vg@openoffice.org>  [4fb803e82392e1cf453f6ec7f9a0189d9b4403a9]

        #65293# TL: use of Wallpaper ctor fixed for g++

2002-04-29  Oliver Specht  <os@openoffice.org>  [1111a3d9858f7afb0360614d8c0a2d10e4090939]

        #98115# switch on design mode prior to inserting a control

2002-04-29  Oliver Specht  <os@openoffice.org>  [e11a36bca47f057c122cc408c22f88e552570167]

        #98729# switch on design mode prior to inserting a control

2002-04-29  Vladimir Glazounov  <vg@openoffice.org>  [bc5accd9c3e19ef4a37bd17494d353eea63f8696]

        #65293# corrected misspelling

2002-04-29  Caolán McNamara  <cmc@openoffice.org>  [bb433637a3c0fc4a7673a9fe7d2ed2b3b4ebf858]

        #98854# unlock to remove final para after section

2002-04-29  Caolán McNamara  <cmc@openoffice.org>  [919b8b39c0072a5a79d1fc6e06f4a4feca532bf2]

        Merge duplicate graphic name generation/setting code

2002-04-29  Daniel Boelzle  <dbo@openoffice.org>  [3918192b9b63a686282981cafc22f6e4cbadcf07]

        #99011# fixed loop

2002-04-29  cdt  <cdt@openoffice.org>  [d9ed647b8a4d40a2b341c5853f4af075f0c87e25]

        #99036# hide cusor after start drag. for java client

2002-04-29  Andreas Bregas  <ab@openoffice.org>  [1507d20ca1d3faa61259fc93df503389f50e5a02]

        #94560# New sbxToUnoValue() function supporting PropertyAttributes

2002-04-29  Caolán McNamara  <cmc@openoffice.org>  [21e400287ce31b8c853c97c3abaebade79bcd9d7]

        Logically MakeGrafByFlyFmt has only 2 parameters (out of 8!) which are actually in use. Return value is likewise always 0. Removal of redundant code paths reveals that its only used for one simple purpose, renamed to ReplaceObjWithGraphicLink and refactored to show this. Return value is likewise always 0.

2002-04-29  Oliver Specht  <os@openoffice.org>  [b65f494092e6911552e94b3a2cda6252834a043e]

        #98729# enable insertion of default controls via keyboard

2002-04-29  Joachim Lingner  <jl@openoffice.org>  [c83dbf2e9b971ffb7185e62b71237835d544161d]

        #97746#

2002-04-29  Oliver Specht  <os@openoffice.org>  [e13bce15273df1d08960d6ca756865b215b70532]

        #98115# insert sound from Gallery as URL button

2002-04-29  Andreas Bregas  <ab@openoffice.org>  [259b8d43bff9d0589c2a43b731f5e7b882d80689]

        #94560# New sbxToUnoValue() function

2002-04-29  cdt  <cdt@openoffice.org>  [a19f13eee603fd33bec5922ed55ec4830e386517]

        #99036# hide cursor after start drag. for java client

2002-04-29  Sven Jacobi  <sj@openoffice.org>  [e344620be06cba57aa95a1fbc2f42ed4ed5e677d]

        #99033# also reading group codes 90 to 99

2002-04-29  Malte Timmermann  <mt@openoffice.org>  [926efd43639669b345fd5b5e6496d56349dd8cc2]

        #97034# ACCESSIBLE_CHILD_EVENT

2002-04-29  Caolán McNamara  <cmc@openoffice.org>  [569223840a5820164efcc26bf05ca7722e8c50ed]

        ConvertFFName always needs SmartRelToAbs

2002-04-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [174624298b86bc802ea608c1674993778a6b3aef]

        default opt_zip to yes for RE

2002-04-29  Kai Ahrens  <ka@openoffice.org>  [e35790173ccda292e30038c6b5e39fe2e7bcc57b]

        #99022#: added paste dialog for slide view

2002-04-29  Caolán McNamara  <cmc@openoffice.org>  [d4da6f5e6d39d97defbf77c7e60e0610f15c742e]

        Merge duplicate ole insertion code

2002-04-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3928e46a857f08ac7c90e8c67a0f982be9b8fcc8]

        reset zip related variables

2002-04-29  Caolán McNamara  <cmc@openoffice.org>  [807538d64bcf98b9f533b0d2a1147fa8ad7644f1]

        Cleanup strings

2002-04-29  Thomas Lange  <tl@openoffice.org>  [9cf2a9c90c964a5eb15ab30df7c2589917e87c8f]

        #98958# IDL documentation extended.

2002-04-29  Frank Meies  <fme@openoffice.org>  [1c4dbbd4609725f706cbc6aa1f1f832dc854559b]

        Fix #96128# Forward declaration for SwScriptInfo added

2002-04-29  Caolán McNamara  <cmc@openoffice.org>  [560150d0ca9d7a448294348549f8385a28491f76]

        Cleanup strings

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [9f62a63057f1f7edd45839cff89a406fff66aac2]

        #98772# hi contrast bitmaps

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [3225f4858991f1764fd456e1e175d9874a083b21]

        #98772# new bitmaps

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [6f50b222758cc4cac01e3179fb776d39036ac819]

        #98772# hi contrast changes

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [840d36b7b5a2732f91cce298e06c139753eeaad1]

        #98772# many new bitmaps

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [581bc5664267455918fc4721aecbd61a9ee157e2]

        #98772# new methods impl

2002-04-29  Joachim Lingner  <jl@openoffice.org>  [a6aba82be29148442ccafd543fdc9e2469cee0c9]

        #97746#

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [1fd57a1b54c51078b6ef5d32902570fe236d0c9f]

        #98772# method adjusted for hi contrast

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [dd966ae7aafdfde5488488f8732ef8e12a032a0c]

        #98772# enable toolbox handling for hi contrast

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [645eb42c80b47f0f68c7e55921be100243b6cb33]

        #98772# new resource

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [aa809c4a79920e52307cd520b4da95fa4826a27a]

        #98772# new resources

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [9069e02ce5e1141c6d6a57420f4223e8b96b0136]

        #98772# enable hi contrast

2002-04-29  Thomas Lange  <tl@openoffice.org>  [0dfe51bbdf7612850c279e10e39dccbaf13b8037]

        #98697# SwRotationGrf PutValue/QueryValue switched back to use INT16 values after a change in the base class that made them use INT32 values

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [a81742d7baed9c8662eaa86e5a11aa004d34147d]

        #98772# impl toolbox hi contrast

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [a837b77192245525e1e6c7bdd68e170244034223]

        #98916# add window at systemwinodw

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [50c1d0a250d9ce4720ab399a5e2fa4c5c27c2777]

        #98772# new member and mthods

2002-04-29  Andreas Martens  <ama@openoffice.org>  [1b8d5fd2c6214d15d8eefd2bbaa11ffba4b70ce3]

        Fix #98323#: Don't care about following fly frames

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [3e2d5dc1b10e08d39a54b2c5508dd853007d7e73]

        #98772# new method

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [1405275f21cd63f73c6e1a8d7bd3773d06045603]

        #98772# new method

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [03be2f31dddc7718b43cf70300be125a6f1237ce]

        #98772# overload window method for hi contrast

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [e2f74b96d93bc3368914b44d421f1231577ae066]

        #98772# many new ids for bitmaps

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [6cf44b3f1ede0f9973cfe1bec4e36f8bd6cfdfb7]

        #98772# 2 new helper functions

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [98181b4cac5fba70906d6651397a1a53eefb0b2b]

        #98772# new ids

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [b0b831082c860ea0e958ca300e5e852e62dcff8f]

        #98772# new helper functions

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [a11eee30b0bf424485c60dadb395b9fd4b0d0e08]

        #98772# new bitmaps

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [5447ad53c37d99259b08b62692cd72b32487fef7]

        #98772# new helper class for toolboxes

2002-04-29  Ocke Janssen  <oj@openoffice.org>  [010ba94085a6ed4422b26e0908889a5444d6ca56]

        #98772# new file

2002-04-29  Mikhail Voitenko  <mav@openoffice.org>  [407332c6c92e15ef1985f2bd79716afcf2610c7e]

        #98979# avoid crash in case no name is specified

2002-04-26  Vladimir Glazounov  <vg@openoffice.org>  [ccfe74e6a3ef63148a7697af73c35139c5972411]

        new version for SRX642

2002-04-26  Kurt Zenker  <kz@openoffice.org>  [b9eeb700cca4e8df1fad82ec2a79cab86fb1a94d]

        new version for SRX642

2002-04-26  Daniel Boelzle  <dbo@openoffice.org>  [86c9f264f461e814c7e4f899a2d1e54363da053a]

        #99011# support optional rdb pathes

2002-04-26  Daniel Boelzle  <dbo@openoffice.org>  [935d5b4f9fce4fb5606265c7a671f8d87e545f78]

        #99011# using macro expansion for pathes now

2002-04-26  Daniel Boelzle  <dbo@openoffice.org>  [1f1281d16af9a202fd5d526d3018fe3c71a67767]

        #99011# added rtl_bootstrap_get(), rtl_bootstrap_expandMacros_from_handle()

2002-04-26  Oliver Specht  <os@openoffice.org>  [894b0987b8af660c4f5335214d4d585b03cd4243]

        #95521# force synchronization of certain view options after switching preview off

2002-04-26  Jörg Budischewski  <jbu@openoffice.org>  [320aa63ec88ed448072b0831b1e786d4e7eedfad]

        #99011# javaloader now evaluates bootstrap variables within the locationUrl, needs to be switched to a singleton in later source trees

2002-04-26  Daniel Boelzle  <dbo@openoffice.org>  [8b5e472604b82a5568e4f0722e1f465a4d9c3aef]

        #99011# added rtl_bootstrap_expandMacros_from_handle(), rtl_bootstrap_expandMacros()

2002-04-26  Daniel Boelzle  <dbo@openoffice.org>  [d49151b78d1c192c4efa98715e20be6617da84cf]

        #99011# added expandMacrosFrom(), expandMacros(), getHandle()

2002-04-26  Oliver Specht  <os@openoffice.org>  [42d9ba41462d39caa247afe18331bdd78a2120c7]

        #97695# section bounds call removed

2002-04-26  Daniel Boelzle  <dbo@openoffice.org>  [d45c424f6871e42cbc9e212d646e738473405ec5]

        #99011# added rtl_bootstrap_expandMacros_from_handle(), rtl_bootstrap_expandMacros()

2002-04-26  Mathias Bauer  <mba@openoffice.org>  [a4567bf713953433a6aa0540a607c52afa2ce394]

        #98405#: missing break

2002-04-26  Mathias Bauer  <mba@openoffice.org>  [96f624242b3b51a51fab730454037da134a05004]

        #98975#: don't use default items for execution

2002-04-26  Thorsten Behrens  <thb@openoffice.org>  [5f7c29ec254f218813f05536ee08a233c4a3a818]

        #95306# Setting cursor to last character after autocompletion

2002-04-26  Vladimir Glazounov  <vg@openoffice.org>  [7ce4433e1ba8c4b8435e289acd479b2a7d048911]

        #65293# HDU: upgrade to ICU2.1

2002-04-26  Mikhail Voitenko  <mav@openoffice.org>  [98ab1941fb8d83fa2cb794e736d1b1a1472bd6d1]

        #98979# avoid crash in case no name is specified

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [90316cc9d7050755d42d8249c89ca78e637078f3]

        #98750# AccTreeNode now constructed with both an XAccessible and XAccessibleContext - thus not relying on the Context beeing an XAccessible itself

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [864324072d1596153daf3df6ab2a70d49b594604]

        #98750# removed some obsolete (commented anyway) stuff left over from the previous change

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [ea34702f4d1cb01b0334c016d09a8b19701c29b8]

        #98750# +accessiblecontrolcontext

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [98ff7db614eb4d75a59000e3c14af31eab1a29b5]

        #98750# be an XAccessible

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [f0dba5722b382010f2e726dc7a43301487e38df6]

        initial checkin - fallback AccessibleContext for uno controls

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [d6b07add553ff0d4e34999d44a15c423af016566]

        #98750# new ctor which takes a bitmask for the initial states

2002-04-26  Caolán McNamara  <cmc@openoffice.org>  [8a4c0976f4def55c0af3fb4dcb334b42ccf7159b]

        #93245# A safe patch to a suspiciously dodgy filter

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [bc98d6ed07e63f7167cf6b48d191f813de068c56]

        #98750# +getAccessibleCreator / use the creator (XAccessible) as event source

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [ce50a64e3b327249af35d537677e7aabd6dc9b8e]

        #98750# +getAccessibleCreator

2002-04-26  Kurt Zenker  <kz@openoffice.org>  [c9e46d6ee982b8cbd54eec258f02bd89e9a3e0c8]

        new version for SRX642

2002-04-26  Kurt Zenker  <kz@openoffice.org>  [9f9027566a071e816fb01e767a1fa1a18c43714f]

        new version for SRX642

2002-04-26  Sven Jacobi  <sj@openoffice.org>  [d927d23a53d2ddb30a3c79243b1a680f62303648]

        #98535# it is fixed that for some autoshapes a line is missing if no fillstyle has been set

2002-04-26  Andreas Bille  <abi@openoffice.org>  [1bdd66b5f7d0c7e16f11b124d2a7252e521dc43a]

        #95326# Added new properties and removed old properties.

2002-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [1c89eaf9aa3125ce247711bb2fd2a38189ae561b]

        #95586# added XAccessibleRelation interface to text frames

2002-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [5194e5994393dbc04d9c6db840de169886bc1a6e]

        #97450# load/save curennt hidden-status of conditional sections

2002-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [00438f398eb6ebd6dbc980c51795b4aa7fcbf62e]

        #97450# added IsCurrentlyVisible property

2002-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [67ee8b70e2cefdc5abe67dc74e2fa01d000416dc]

        #97450# add IsCurrentlyVisible property

2002-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [e90f89859ab4f3e6de0c5bb6149503fc9b82cf07]

        #97450# added IsCurrentlyVisible property for forced hiding of conditional sections

2002-04-26  Andreas Bille  <abi@openoffice.org>  [cefe3ac6e01472fccbcc9cc803516473494512b8]

        #85946# Added new HelpContent.idl and HelpContentProvider.idl to makefile.mk

2002-04-26  Andreas Bille  <abi@openoffice.org>  [732b7d77f557c03b2b6b75d5084f20d30a877889]

        #85946# The idl-files describing the service, all other things are present already.

2002-04-26  Kai Ahrens  <ka@openoffice.org>  [200add012f78f76a12f25f885a0bfa7266a0a4f8]

        #97499#: plugcom removed

2002-04-26  Aidan Butler  <aidan@openoffice.org>  [0c7efd4c5c9cafb4e13458deaead7838f2cccee2]

        *** empty log message ***

2002-04-26  Aidan Butler  <aidan@openoffice.org>  [e3c4d9ade4ecaf52ec5edd0861818a05487378a5]

        *** empty log message ***

2002-04-26  Christian Lippka  <cl@openoffice.org>  [3b1fc69f01f8cdb17e55afb170e77377c923d636]

        #98071# default autolayout to none when creating new page

2002-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [8d47fec2ff417ee67c24e3bc13a61fbae537ae7a]

        added support for XAccessibleRelation interface

2002-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [8c7d773975a32dead44baf2aadead07fc275d06e]

        Now use XAccessibleImage methods

2002-04-26  Armin Weiss  <aw@openoffice.org>  [1f5750c0ffab170b7a8f7f22f59e56678d2f5f48]

        #97766# Re-implement GetScriptType() for this view to get correct results

2002-04-26  Juergen Schmidt  <jsc@openoffice.org>  [3bfefa7dc53b3a3d73cc8d8c2d3c2885da7d529c]

        #98851# pack officebean library, adapt name for all paltforms (name, path, destination, ...)

2002-04-26  Mikhail Voitenko  <mav@openoffice.org>  [582240b4bd533de15d23c0a0fff88ee8d2c61fa8]

        #98730# allow to specify subset of filters

2002-04-26  Mikhail Voitenko  <mav@openoffice.org>  [9bdacb84e7dc8303ce7530fbb219c3e152341016]

        #99003# use transacted storage to write to temporary

2002-04-26  Frank Meies  <fme@openoffice.org>  [79b5b4f6882f9d9e8dbb2946e3f9c93864f87176]

        Fix #91163# Disable size controls for math objects in frame dialog

2002-04-26  Christian Lippka  <cl@openoffice.org>  [3c6fdc0d46810d6b61667a8eabe0adda806f4e1c]

        #98825# use accessibility options when setting contrast mode

2002-04-26  Christian Lippka  <cl@openoffice.org>  [95331754af4b03230bfbfe18ae1b4fd7fb900b5d]

        #98825# use accessibility options when setting contrast mode

2002-04-26  Thorsten Behrens  <thb@openoffice.org>  [a7fdb0afa5041036aa681f37bd3189a161540b9f]

        #98735# Adapted to changes in SvxEditSourceHintTranslator

2002-04-26  Oliver Specht  <os@openoffice.org>  [3d5d93456bc44071bf1e11dc21dea7c81cf825b4]

        #95521# painting of flys separated from page frames and new colors used

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [d06d5dda876d163786d9455239ee8398a18ed46c]

        #98750# corrected size calculation

2002-04-26  Michael Hönnig  <mi@openoffice.org>  [9b1a17a76e592db5257348d556a0dd6afae5c38b]

        issue #4099# FilterAdapter+XFilterAdapter form Aidan Butler

2002-04-26  Thorsten Behrens  <thb@openoffice.org>  [2f961af9f93f35d1422a95cc6b97e6ca9dcd110d]

        #98735# Implementing the UAA for OutlineView

2002-04-26  Kurt Zenker  <kz@openoffice.org>  [c6833d9b3f17506c1a91374dc544402927b912a7]

        SRX642

2002-04-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2bcedda9b08ee6b851e0180098c56cfbebad8337]

        support multiprocess builds

2002-04-26  Thorsten Behrens  <thb@openoffice.org>  [4f854b38a6cad2666f5dfff0de63b76998dcbe59]

        #98735# Need the SvxFont for bullet text

2002-04-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a8afccd92f93780077a85363f97cc10d973f2cfd]

        remove default targets for lexx and yacc

2002-04-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b2e90a14168e80626a6f9ff60f0197bcaed622da]

        make yacc target a rule

2002-04-26  Thorsten Behrens  <thb@openoffice.org>  [134b73d3a5fc3d6640bf98b6129e8410485c2b26]

        #98735# Adaptions for EE UAA in SDraw/Impress

2002-04-26  Malte Timmermann  <mt@openoffice.org>  [970c1cd6353dca19233812fd21631b1b01af69f5]

        #98356# EnableAutoColor, no AutoColor on printers

2002-04-26  Kurt Zenker  <kz@openoffice.org>  [4bbb454b5c913091f346263f9ec0e96a8264dc45]

        Merge SRC641: 26.04.02 - 11:36:25

2002-04-26  Kai Ahrens  <ka@openoffice.org>  [964af84fa8235c96d374df47247cc3468b8abd7f]

        #98268#: added help id for graphic filter emboss dialog control

2002-04-26  Daniel Boelzle  <dbo@openoffice.org>  [70db313a892c68cdb6b5c4cc206fc677e9941ea9]

        #98985# fixed realloc bug

2002-04-26  Kai Ahrens  <ka@openoffice.org>  [fd4e178aef11d74830b5c0e0fe0dc2cd403ca6d3]

        #98268#: added help id for graphic filter emboss dialog control

2002-04-26  Andreas Martens  <ama@openoffice.org>  [08c76ceec35d783d3a6509582ce57c529c374673]

        Fix #98323#: Don't care about following fly frames

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [47fed72863db474c495ab02653f534ca3eaa1f75]

        #98750# corrected NotifyAccessibleEvent

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [acfdf4c4b783e27b1cbbdcb02d2a8451cf74b460]

        #98750# renamed implGetAccessibleParent

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [71abb84807c0c869660b2f68a55325063deb2279]

        #98750# made setAccessibleParent/setStateBit virtual for derivees to intercept

2002-04-26  Frank Schönheit  <fs@openoffice.org>  [564c032263b74da07e32f16bb4dd6682c3161c20]

        #98750# use correct broadcasthelper (in the WeagAggComponentImpl* base)

2002-04-26  Carsten Driesner  <cd@openoffice.org>  [1afc71632231d6fae26dd098223cd02045c75568]

        #98956# Menu entries must be remapped to slot ids after loaded from configuration

2002-04-25  Bustamam Harun  <bustamam@openoffice.org>  [50eb88d487b66bc67306cd7fb1d6e003a440f637]

        #97582# Update to ICU 2.1

2002-04-25  Kurt Zenker  <kz@openoffice.org>  [6eac62a4d5b683e3ceef0b2031add6b640307ecb]

        Merge SRC641: 25.04.02 - 22:08:25

2002-04-25  Niklas Nebel  <nn@openoffice.org>  [a7c64252bbf488f3797673bb6436f056203ed747]

        #97223# high-contrast aware drawing of note and overflow markers

2002-04-25  Malte Timmermann  <mt@openoffice.org>  [ee42d707f5ac662ea9333d987cb59fe4a8302bc6]

        #98519# Changed EFieldInfo to contain a SvxFieldItem*, don't include flditem.hxx in editdata.hxx

2002-04-25  Jörg Barfurth  <jb@openoffice.org>  [5f9cbd2baefeacaf57dd9298614e4b17a6ac69b3]

        #98489# Adjust to change in localehelper

2002-04-25  Jörg Barfurth  <jb@openoffice.org>  [a7ad0670cbbc3a81fad930f8f2b46a00457ed924]

        #98489# Add support for longer throw specs (up to 6)

2002-04-25  Jörg Barfurth  <jb@openoffice.org>  [572305ee4aa0625450e34196ed22dce4976d8fda]

        #98489# Reintroduce support for a default-locale; add locale-checks for efficiency and convenience

2002-04-25  Niklas Nebel  <nn@openoffice.org>  [ee63b916a9be6fc3885cc208e09f5ead2df70ccc]

        #97223# set high contrast drawing modes also for painting note marker and text edit view

2002-04-25  Malte Timmermann  <mt@openoffice.org>  [2802239091b170b6e4d9997376897bb418021e13]

        #97953# WindowDestroyed - keep Ref when calling dispose, don't use GetWindowPeer() directly

2002-04-25  Oliver Specht  <os@openoffice.org>  [51829094197ae89c4bb7974496f3fca3c542cdac]

        #97499# rotation angle corrected

2002-04-25  Thomas Benisch  <tbe@openoffice.org>  [a529307d61ae29c06218cb9bfe8247801c6a7553]

        #98699# ACC: After deleting a baic library from the macro organizer the focus is gone

2002-04-25  Oliver Specht  <os@openoffice.org>  [83e4a1de91b95a3d19684053a30997c941466446]

        #97499# support for SID_IMAGE_ORIENTATION implemented

2002-04-25  Oliver Specht  <os@openoffice.org>  [83eea32f5ff839085fde0d20f81598a7e1aa87da]

        #97499# support for SID_IMAGE_ORIENTATION implemented

2002-04-25  Frank Meies  <fme@openoffice.org>  [d309cb9af16697f58dadaa67e2e15bc5cdc91f35]

        Fix #96128#: Use script information from SwScriptInfo - add const to function

2002-04-25  Frank Meies  <fme@openoffice.org>  [442e507e4756e4fb037b7619c0e5911112325a32]

        Fix #96128#: Use script information from SwScriptInfo - add const to function

2002-04-25  Andreas Martens  <ama@openoffice.org>  [85b9e6a893285e421799bd7e3f0118d85d97362c]

        Bug #93245#: Performance in table formatting

2002-04-25  Frank Meies  <fme@openoffice.org>  [ebbea656937cfa872fbd1ad2e923afa5c9f6f8cd]

        Fix #96128#: Use script information from SwScriptInfo for font in object bar instead of calling breakiterator functions

2002-04-25  Oliver Specht  <os@openoffice.org>  [eb00f7c3a74c62c928b16098d4a5f046458c3d8c]

        #97695# color configuration entries added/moved/removed

2002-04-25  Oliver Specht  <os@openoffice.org>  [0365e0a090a29883c01059fbd8af631dff313c89]

        #97695# color configuration entries added/moved/removed

2002-04-25  Kai Ahrens  <ka@openoffice.org>  [edf50e676d657cc387ef31b7f406ab6355b62a19]

        #95585#: added accessibility for SlideView

2002-04-25  Kai Ahrens  <ka@openoffice.org>  [f0cb0ec0f8cd30368d59258af73d5cb25b8ed74a]

        #95585#: added accessibility for SlideView

2002-04-25  Frank Meies  <fme@openoffice.org>  [743735a90592a700b9a01e62ecacbe9bc22531c8]

        Fix #98323# Grid layout - Loop with kerning portions at beginning of line

2002-04-25  Frank Meies  <fme@openoffice.org>  [e6d417fc137f2c95d0461fc918967426a29c2c7a]

        Fix #98323# Grid layout - Kerning portion at beginning of line can cause loop

2002-04-25  Joachim Lingner  <jl@openoffice.org>  [795e6d5266bfac0b9d712700937a28e7c05a2680]

        #97746#

2002-04-25  Andreas Schlüns  <as@openoffice.org>  [64b29642febd3633dd66ed56f5d5e198a2fd2917]

        #96842# use bootstrap for instpath/userpath instea of configuration

2002-04-25  Sven Jacobi  <sj@openoffice.org>  [432de2c32986e3d3534b918a36119649abd693d6]

        #I3809# group code 310->369 is hex, so they could not been read by ReadI function

2002-04-25  Stephan Schäfer  <ssa@openoffice.org>  [18671614cfdd2bcb935db59fe92b0de3a6ed578c]

        #98862# activate menu bar only whithout shift

2002-04-25  Stephan Schäfer  <ssa@openoffice.org>  [2612c0a416b5f10df49eb93c1c371a1ef67640dc]

        #98859# put useful coordinates in command event invoked by keyboard

2002-04-25  Joachim Lingner  <jl@openoffice.org>  [c7687234074f920f32037c23cc17a943364efc5f]

        #97746# makefile.mk

2002-04-25  Joachim Lingner  <jl@openoffice.org>  [94773767108b89fd9df40d331904416cff638709]

        #97746#

2002-04-25  Joachim Lingner  <jl@openoffice.org>  [9863ef55aad307f0965d4cd6ab377fd604b49410]

        97746#

2002-04-25  Frank Schönheit  <fs@openoffice.org>  [97d42615494984fa351529295e9177c78151c6d5]

        #98750# - derive from OAccessibleImplementationAccess - derive from OAccessibleExtendedComponentHelper for not duplicating code - support an externally controlled parent (replacing the VCL parent) - use the OContextEntryGuard instead of a simple MutexGuard (does additional alive-check)

2002-04-25  Frank Schönheit  <fs@openoffice.org>  [9b34eb7c8512ebc2a7788692a0c826d4e384d460]

        #98750# be an XEventListener at the AccessibleContext

2002-04-25  Frank Schönheit  <fs@openoffice.org>  [ffebc64fbdeb6c6ae7cd6a3eb4126a1a19c278f9]

        #98750# - derive from OAccessibleImplementationAccess - derive from OAccessibleExtendedComponentHelper for not duplicating code

2002-04-25  Frank Schönheit  <fs@openoffice.org>  [b111f117d7012a149b17b74f1121ea685e13bcf9]

        #98750# be an XEventListener at the AccessibleContext

2002-04-25  Thomas Benisch  <tbe@openoffice.org>  [376c87526a5516e07cb6f938ca89085ae650c10e]

        #98585# use IsReallyVisible() instead of IsVisible() for finding next pane or float

2002-04-25  Andreas Bille  <abi@openoffice.org>  [b1fc30f90f99ca83f9892361edc71757fa1dba1b]

        #92506# Some streamlining and performance.

2002-04-25  Christian Lippka  <cl@openoffice.org>  [c23dfbca48232b2492655f26bd39b9607115ee12]

        #98860# replaced the 2 boolean items with the SvxWritingModeItem

2002-04-25  Christian Lippka  <cl@openoffice.org>  [de757d8fe42c978680dc7d8c2f893bd2ebd586e4]

        #98860# replaced the 2 boolean items with the SvxWritingModeItem

2002-04-25  Christian Lippka  <cl@openoffice.org>  [1829d6b541b488a879a23a26d395b0812229dbee]

        #98860# replaced the 2 boolean items with the SvxWritingModeItem

2002-04-25  Christian Lippka  <cl@openoffice.org>  [83e89852e63659cb4ada2927d35bbbffa551fdb0]

        #98860# replaced the 2 boolean items with the SvxWritingModeItem

2002-04-25  Björn Milcke  <bm@openoffice.org>  [9c7048a9f208743187312d50f48310e9c9e5e3e4]

        #98152# check pointer for nullness

2002-04-25  Christian Lippka  <cl@openoffice.org>  [63650645e99a26d50177cc5e64a7682e841f94d6]

        #98860# replaced the 2 boolean items with the SvxWritingModeItem

2002-04-25  Frank Meies  <fme@openoffice.org>  [645718dc6328f9cb63a2afe75e80a3bfe4300c17]

        Fix #96128# Use script information from SwScriptInfo for font in object bar instead of calling breakiterator functions

2002-04-25  Herbert Duerr  <hdu@openoffice.org>  [33c6a5763f99da7ca2b5379b617505343690adcc]

        #97492# fix DrawStretchText on win

2002-04-25  Christian Lippka  <cl@openoffice.org>  [04301c73bd7515a6cb44a4633293827dbb968e3e]

        #98860# replaced the 2 boolean items with the SvxWritingModeItem

2002-04-25  Christian Lippka  <cl@openoffice.org>  [4a90a114cc1766df89d4eaa3b31cf95abe5bfa27]

        #98860# replaced the 2 boolean items with the SvxWritingModeItem

2002-04-25  Thomas Benisch  <tbe@openoffice.org>  [a30b23d7470b915da21bc1d43777459dc8974da2]

        #98696# ACC: Unable to use the Object Catalog without mouse

2002-04-25  gt  <gt@openoffice.org>  [ea80809eb68e014355a33f6b139fb80a6d07551f]

        #98361# F6-handling

2002-04-25  gt  <gt@openoffice.org>  [73f4160064f1a28211fb9823301cb147ca1cd668]

        usefull things

2002-04-25  Kay Ramme  <kr@openoffice.org>  [7003142127add81a1f83a2435449e7c8016c32b7]

        state reset to experimental (#98719#)

2002-04-25  Frank Meies  <fme@openoffice.org>  [7860080ea7a3934e5d7f14e63148333bed3d116f]

        Fix #98596# Grid layout - No grid layout in footnote or endnote

2002-04-25  Andreas Martens  <ama@openoffice.org>  [63f0603302f61627d524656836874496ac20268b]

        Fix #98953#i3691#: Keep attribute during initial formatting

2002-04-25  Mathias Bauer  <mba@openoffice.org>  [587515aa433084bf882f1096dbe8d62ac60bb67c]

        #98885#: don't register Controller without calling EnterRegistrations

2002-04-25  Mathias Bauer  <mba@openoffice.org>  [fc8cc9273e7fdcac1b88ae4eb72e0292f4d07219]

        #98951#: wrong evaluation of uno names

2002-04-25  Kai Ahrens  <ka@openoffice.org>  [1d551f2e825f847618a728bd47cf15b331cdf776]

        #98649#: use workspace color for window background

2002-04-25  Peter Burow  <pb@openoffice.org>  [a8baf0f76dc3ade24ea1002731953673a585e75c]

        fix: #97240# FillAccessibleEntryStateSet() implemented

2002-04-24  Kurt Zenker  <kz@openoffice.org>  [c94c0368b457f6e0aaf26a9c168861d917794b7c]

        Merge SRC641: 24.04.02 - 22:09:58

2002-04-24  Philipp Lohmann  <pl@openoffice.org>  [4e3ea5ec3e52099fcacdd0b3a00098c56f23aee0]

        #97051# resize status bar if settings change

2002-04-24  Bustamam Harun  <bustamam@openoffice.org>  [7a85e01c2a49725a14fd46101fdd8837dc7aa3e4]

        #98754# Hindi BreakIterator and Input Sequence Checking

2002-04-24  Bustamam Harun  <bustamam@openoffice.org>  [30d8ec7a07ee4c6d17676260999cee0d48bb6965]

        #98754# Hindi BreakIterator and Input Sequence checking

2002-04-24  Herbert Duerr  <hdu@openoffice.org>  [e776f4a2a3e1ba58a802720de5dcbc91a27ed416]

        #98944# quick fix for mnemonic markers

2002-04-24  Mathias Bauer  <mba@openoffice.org>  [381e25bcf99166e7ad1b88c25b83da4bb223bcab]

        #97051#: use UpdateSettings to resize windows on DataChanged Event

2002-04-24  Caolán McNamara  <cmc@openoffice.org>  [fc1d5f16375803ab4ca3825ae5ac346bfe868c45]

        #98921# Mystery of the table placement resolved

2002-04-24  Daniel Vogelheim  <dvo@openoffice.org>  [8d9ecac0c47f6ad67d48eeb1a4352fbf5495dbc2]

        #95586# added XAccessibleRelation interface to text frames

2002-04-24  Andreas Martens  <ama@openoffice.org>  [8fcfb253d754c7750e4c02e00892f5b1b4454342]

        FIx #97250#: Not splitting tables with different upper width

2002-04-24  Thomas Benisch  <tbe@openoffice.org>  [10ac19e5a05ddef4bd0131e35224352fe99288cc]

        #98585# ACC: Unable to create a new Basic Dialog with the keyboard

2002-04-24  Thomas Benisch  <tbe@openoffice.org>  [70e3bad60eebcfe704b21399c9c1cb129dc9d3b6]

        #98585# ACC: Unable to create a new Basic Dialog with the keyboard

2002-04-24  Bernd Eilers  <bei@openoffice.org>  [ca2d8c373178d07bf114110dcf232ee06ef9790d]

        #98289# added force JDK 1.4 build support

2002-04-24  Malte Timmermann  <mt@openoffice.org>  [f7f0159a55f87c31e365961e67852b7345a060e9]

        #97791# StateChange - ENABLE

2002-04-24  Niklas Nebel  <nn@openoffice.org>  [ab4a4d2eb6846874c4b61378000049e443838373]

        #98824# handle option to use system colors in page preview

2002-04-24  Niklas Nebel  <nn@openoffice.org>  [3f4560e094917c21f8798563992967de30b372cb]

        #98824# handle option to always use automatic font color

2002-04-24  Stephan Schäfer  <ssa@openoffice.org>  [ba3bb39e783bc7390551b0cc23c60795284a3f71]

        #97013# keyboard tiphelp

2002-04-24  Daniel Vogelheim  <dvo@openoffice.org>  [8d210a63b84b8d9d58a485df54234c8d6ec2a0a0]

        #95586# fixed spelling mistake

2002-04-24  Niklas Nebel  <nn@openoffice.org>  [ffa101426a198ffc29d167dff807e302177e8927]

        #98824# handle option to always use automatic font color

2002-04-24  Kai Ahrens  <ka@openoffice.org>  [5a3d63cc1636373d6fead0a77eae303bd12368b1]

        use correct X range in ::Expand

2002-04-24  Daniel Boelzle  <dbo@openoffice.org>  [0e8d27ecb6010dacfe7c92c118ecf4c617f0089d]

        more throwing

2002-04-24  Niklas Nebel  <nn@openoffice.org>  [922d426acb7f3c2af11dbfe2b8bacaabc5257120]

        #98824# keep ColorConfig and AccessibilityOptions

2002-04-24  Niklas Nebel  <nn@openoffice.org>  [3281174d7c8cc5c54cb70f231d4c0d9c038c8b1c]

        #98824# GetFont: allow to force all text colors to automatic

2002-04-24  Thomas Lange  <tl@openoffice.org>  [29ddd29136ed8e6b21495a87652a023080bc49cf]

        #98795# Accessibility: allow for keyboard navigation in selection toolbox; fixed in current

2002-04-24  Martin Maher  <mmaher@openoffice.org>  [ed883901693f6aef3aaf992dd6b92410af4f7d78]

        Added a method to FloatNumber to return the little Endian representation of a IEEE-754 float. Uses a method in the Endian Converter to read a double from a Little Endian byte array.

2002-04-24  Daniel Vogelheim  <dvo@openoffice.org>  [14d8250ea9a91b738052538a826bfc656cdedc98]

        #95586# fixed GPF with character-bound form controls

2002-04-24  Andreas Schlüns  <as@openoffice.org>  [af49834317fb39415600aea27ec7bf90c1046321]

        #98884# bind changed ID for JUMPTOMARK

2002-04-24  Andreas Martens  <ama@openoffice.org>  [59db9b27977504e9b989120b426592726255d051]

        Fix #98550#: SetAbsPos in vertical environment

2002-04-24  Frank Meies  <fme@openoffice.org>  [1a031d89e86fa206a0cfecddaa5bc73ebc5a8b18]

        Fix #98596# Grid Layout - No grid layout in footnote or endnotes

2002-04-24  Stephan Schäfer  <ssa@openoffice.org>  [d82387a473c9073933fbb5c75d2816ad71bf2bfc]

        #98772# SetImageList method

2002-04-24  Stephan Schäfer  <ssa@openoffice.org>  [923e38c6d7acae180a71aeccd4cb6c96bf799f08]

        #97013# keyboard tiphelp

2002-04-24  gt  <gt@openoffice.org>  [a281906bd6e2c321718791e15a8c831ccb5d5cdf]

        #96905# forward GetFocus() from BibBookContainer to BibGridwin

2002-04-24  Christian Lippka  <cl@openoffice.org>  [aa84b0bfd3dea0db8054632696f7dc651cfcdd12]

        #97111# only PK_STANDARD master has background shape

2002-04-24  Ingrid Halama  <iha@openoffice.org>  [c75e14e1a00ca503ec8dc2db38ec198190e0e986]

        #98929# text and size changed

2002-04-24  Frank Meies  <fme@openoffice.org>  [13adfb723ddc6635a154a129305a15e3baecfca0]

        Fix #98596# Grid Layout - No grid layout in footnote or endnotes

2002-04-24  Vladimir Glazounov  <vg@openoffice.org>  [3dc1e0c8822fcac63affa3a20d33746586442439]

        SRX642

2002-04-24  Mathias Bauer  <mba@openoffice.org>  [525ab9e4c34e2136d69427d57e0f62b4bba98c82]

        #97051#: new implementation for GetFloatingPos

2002-04-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [042afc950a68a1e1ae94db80e5af4a57fb74697b]

        fixed multiple include pathes found for gcc

2002-04-24  Mathias Bauer  <mba@openoffice.org>  [c2c3537de440639e6de50959efdfed826e3141f1]

        #98405#: status update for SID_RECORDMACRO

2002-04-24  Mathias Bauer  <mba@openoffice.org>  [18760203ca529b8120832ffc9294f53d6b9f7fb2]

        #97051#: fixes for statusbar

2002-04-24  Kurt Zenker  <kz@openoffice.org>  [27be9ca95e0e41d4bec8233f8f94f732c497d1c0]

        new version for SRC641

2002-04-24  Carsten Driesner  <cd@openoffice.org>  [5115f71f56567f6e7f2e1edb48dff1ec52e6160c]

        #98927# Fix menu and toolbar problems

2002-04-24  Christian Lippka  <cl@openoffice.org>  [0a7f365d679c2413b1b60e403ae91725ce485851]

        #97111# delete background shapes on non PK_STANDARD Masterpages after load

2002-04-24  Daniel Vogelheim  <dvo@openoffice.org>  [ab4f5f3a2c037a46a5361a596776fe215ab43be9]

        #98907# fixed new[]/delete mismatch

2002-04-24  Caolán McNamara  <cmc@openoffice.org>  [60746bb563467d6fb7f64db2a9cce51dfcc9a409]

        #98768# Invisibally tall rows crash table helper

2002-04-24  Thomas Lange  <tl@openoffice.org>  [4d43e7aada947bbecb1ef70e0dcd14752081bed7]

        #98793#, #98794# HC compatibilty of font selection dialog, symbol dialog and symbol define dialog

2002-04-24  Thomas Lange  <tl@openoffice.org>  [8551cb3b8178d5f2eb98f30a5caf54a733bfb936]

        #98793#, #98794# HC compatibilty of font selection dialog, symbol dialog and symbol define dialog

2002-04-24  Andreas Schlüns  <as@openoffice.org>  [85bc6a8cd04e19371dac2acc2a6f237fd335ef03]

        #96472# repair activate/deactivate mechanism of shared status bar

2002-04-24  Daniel Vogelheim  <dvo@openoffice.org>  [903aaf975b9f3489a1f6ff941065378a6ee196b3]

        #98895# prevent GPF when copying tables with OLE nodes within the same document         (by providing a value for SwDoc::pRefForDocShell during the copy operation)

2002-04-24  Gregor Hartmann  <gh@openoffice.org>  [f6a94a1cb13ddad511102baec10e6c36ff5e00c4]

        #95140#

2002-04-24  Christian Lippka  <cl@openoffice.org>  [0262ed1330b5a5c857306eed3134916433108c77]

        #95699# set localized name for autolayout on masterpage

2002-04-24  Andreas Martens  <ama@openoffice.org>  [31f9d9d790ae95938ba22dad6f103a9bbe620b9a]

        Fix #97695#: Automatic color and user defined document color

2002-04-24  Mathias Bauer  <mba@openoffice.org>  [135d7199a70abb23fc78938d0bced077b5fbee4a]

        #98405#: ask for overwriting in doubleclick handler

2002-04-24  Mathias Bauer  <mba@openoffice.org>  [cc7fbd38cd47ee651f6374cb70bfa0d49d51cf27]

        #98891#: let bindings destroy SfxWorkWindow

2002-04-24  Mathias Bauer  <mba@openoffice.org>  [cc2e73b671b15cf39b721c2f28549c11fd37d4e6]

        #98891#: invalidate cache before setting state (avoid assertion)

2002-04-24  Niklas Nebel  <nn@openoffice.org>  [ef41c74a326778b7904a658d3bdeee53a50c6903]

        #95584# make table that is shown available

2002-04-24  Christian Lippka  <cl@openoffice.org>  [097311ae54065c94f5f343300ea36c72c9b8d019]

        #98825# use accessibility options

2002-04-23  Martin Hollmichel  <mh@openoffice.org>  [a503b25b8d2eaf755cb18bedf4203d0b4a78ba1a]

        join to HEAD

2002-04-23  Niklas Nebel  <nn@openoffice.org>  [84317c8593e7908013778bb6e7f838e457a4cfbd]

        #95584# make missing information about headers and notes available

2002-04-23  Mathias Bauer  <mba@openoffice.org>  [4d2deb4f4fe33d61d4cd673eb2c8ad4e7f0732b4]

        #97051#: rearrange windows on DataChanged

2002-04-23  Björn Milcke  <bm@openoffice.org>  [b94f65fdb5b51b27c2d1e5535cd679b0cc2810ba]

        #97772# changed dimensions checked in on error

2002-04-23  Philipp Lohmann  <pl@openoffice.org>  [8a97f1135af0716e268e939742d64ac07645c161]

        #98602# correct tracking rectangle painting

2002-04-23  Martin Hollmichel  <mh@openoffice.org>  [a208f9b1908d3aad0491ac8f05551d52b78ff591]

        add: STLPORT4 handling for MACOSX

2002-04-23  Kurt Zenker  <kz@openoffice.org>  [5b946bf5efde6c338731d1b645b57542baa1c45b]

        new version for SRX642

2002-04-23  Andreas Bregas  <ab@openoffice.org>  [b2d58595d9375b2ddc4eff3d3725ea4c25a5c37c]

        #95792# firing_impl(): Disable broadcaster before retrieving return value from SbxMethdod

2002-04-23  Martin Hollmichel  <mh@openoffice.org>  [684a8d74e028bdfc3cb3e48cd8fcbafe864c1b99]

        join from OOO_STABLE_1, MacOSX fixes

2002-04-23  Vladimir Glazounov  <vg@openoffice.org>  [b4b5b96c7cb199342551dea261c578f2b6ebdb15]

        #65293# corrected typo

2002-04-23  Vladimir Glazounov  <vg@openoffice.org>  [c939259c5e383a442fc1ee59dad1264056819b76]

        #65293#

2002-04-23  Mikhail Voitenko  <mav@openoffice.org>  [b6d5e668ba7314ed4dafc44ba4757e72092694b4]

        #98730# let FileDlgHelper create a matcher

2002-04-23  Niklas Nebel  <nn@openoffice.org>  [ca963a86e721479616747d2f5a956a8e591e1730]

        #98745# don't use a different color for the function description

2002-04-23  Mathias Bauer  <mba@openoffice.org>  [3e1a31d0defbb0635b10f1a091e1ac3a00347874]

        #98676#: don't crash on opening invalid templates

2002-04-23  Oliver Specht  <os@openoffice.org>  [892516550b3d818d277dc642ffba72cac4062972]

        #98904# leaving of frames called explicitly (instead of UnSelectFrm)

2002-04-23  Sascha Ballach  <sab@openoffice.org>  [142732cc24fe139757e122930f5623a297435ebf]

        #98894#; every print option gets its own CTF

2002-04-23  Kurt Zenker  <kz@openoffice.org>  [c870985af08c94ec80a28394caebe648173fadc7]

        new version for SRX642

2002-04-23  Kurt Zenker  <kz@openoffice.org>  [29c170f1c567f43e8eeb68ea9dca1d8ea0c284d8]

        new version for SRX642

2002-04-23  Kurt Zenker  <kz@openoffice.org>  [c8c08e33b7a0b3444721ec5e850ff345056aea90]

        new version for SRX642

2002-04-23  Sascha Ballach  <sab@openoffice.org>  [a92d897c352ad6ecfa8421a8f728224eca6bfea1]

        #98894#; if one print option is set than add all default options

2002-04-23  Oliver Specht  <os@openoffice.org>  [89c2cf66ef40aaf6b3b110dc100dcde54a0a0f29]

        #98254# activate OLE objects via KEY_RETURN

2002-04-23  Philipp Lohmann  <pl@openoffice.org>  [9540ec4e899261f05f6cdbe29e157e46d6e2d76e]

        initialize bSized with correct value

2002-04-23  Björn Milcke  <bm@openoffice.org>  [65e1a5473d5a3bd553deedd604fecd5f58d5be14]

        #97772# creation order of Message output area changed to avoid paint errors

2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [598ab81ed0e3a8a49388662090d46aa9dba551e3]

        #97492# fix ImplLayout for remote graphics device

2002-04-23  Mikhail Voitenko  <mav@openoffice.org>  [f5dcc03e3c9a2d7bb8f8b13b7d425e1268e97bd5]

        #98425# do not change button name

2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [6607e650dd8e430a960417790e7c89883c37975c]

        #97492# fix remote win compilation

2002-04-23  Kurt Zenker  <kz@openoffice.org>  [733c98dd9f51f18d7800bf6c86836268df3a0020]

        new version for SRX642

2002-04-23  Kurt Zenker  <kz@openoffice.org>  [afe6f8dc885c4950918e11bb0134fb21b8e2cbdc]

        new version for SRX642

2002-04-23  Mikhail Voitenko  <mav@openoffice.org>  [db1df35619b1a7ab91394eef2ef5fbbaa09e07bb]

        #98425# do not change button name

2002-04-23  Kurt Zenker  <kz@openoffice.org>  [fad03fd8911fa8c999c48b493c521c35ecf81e57]

        new version for SRX642

2002-04-23  Andre Fischer  <af@openoffice.org>  [8f49a2c4760ceafa1449268ea53f59fd663b53a8]

        #95585# Added method to create accessible document view.

2002-04-23  Mikhail Voitenko  <mav@openoffice.org>  [680137d8ab4adc53a349015389e42ab2144c6d00]

        #98425# use export dialog

2002-04-23  Mikhail Voitenko  <mav@openoffice.org>  [67a565e46a9bdfce92e1a8394f0c00d88bff794b]

        #98425# use export dialog

2002-04-23  Rüdiger Timm  <rt@openoffice.org>  [c9072a845e98dbf56562b4536a6d6175d02a3448]

        new version for SRX642

2002-04-23  Frank Schönheit  <fs@openoffice.org>  [6da6ead66dab17d8df6fd1eafc7d293b6d12f3e6]

        #98750# +accessiblecomponenthelper/accessiblecontexthelper

2002-04-23  Frank Schönheit  <fs@openoffice.org>  [2f79d5f4794ec7f076bb290702b4c9c0afb2a6c8]

        initial checkin - helper for implementing an XAccessibleContext

2002-04-23  Frank Schönheit  <fs@openoffice.org>  [26c1bd7a865f947d84f7849ccde597d0782087ab]

        initial checkin - helper for implementing an XAccessible(Extended)Component

2002-04-23  Frank Schönheit  <fs@openoffice.org>  [5f46d50c0f5794b470ea2caaaed22803bcc8e62f]

        #98750# helper macros for deriving from multiple XInterface-derived classes

2002-04-23  Frank Schönheit  <fs@openoffice.org>  [28c882c9d99d2cef8737baa644d034206d1e36ef]

        #98750# const version of GetBroadcastHelper

2002-04-23  Frank Schönheit  <fs@openoffice.org>  [bd77e681a469ec36af0b36fe2949f1fbf963a69c]

        #98750# implemented getForeignControlledState

2002-04-23  Frank Schönheit  <fs@openoffice.org>  [aca4c0f5e6cfd9b496d1370afca29bf2b8714190]

        #98750# removed the unnecessary new/delete operators

2002-04-23  Kai Ahrens  <ka@openoffice.org>  [05cb33ab329c682b58782cb57ec23fca238b39ec]

        #98762#: added methods to create high contrast bitmaps

2002-04-23  Martin Hollmichel  <mh@openoffice.org>  [3f5867023d3520c3b9833bfe894ba4ce22309417]

        join to HEAD

2002-04-23  Carsten Driesner  <cd@openoffice.org>  [b19c43f81b21dacffa4776f5b1433194bba0d798]

        #98829# Open templates in picklist as templates

2002-04-23  Sascha Ballach  <sab@openoffice.org>  [431c9dbd9c7324956ffa23a62c369c7ae6d6b468]

        #98902#; set the correct layer of control shapes

2002-04-23  Joachim Lingner  <jl@openoffice.org>  [376e3c98c7a2d3b792669cf65a2a79adf440a06a]

        #97746# MultiTypeInterfaceContainer.java

2002-04-23  Joachim Lingner  <jl@openoffice.org>  [47476c101401102e367ac6b07ac35107fde3f443]

        #97746#

2002-04-23  Oliver Specht  <os@openoffice.org>  [68c3cc3922d827247235b0ca867fb1ce7516eceb]

        #98115# travel with Tab/Shift+Tab to the next/previous object

2002-04-23  Daniel Vogelheim  <dvo@openoffice.org>  [0a240573239490678faae78fc635e8e39d0c2eca]

        #98827# missing style:display attributes for headers and footers

2002-04-23  Vladimir Glazounov  <vg@openoffice.org>  [6b9e2857090a966fbc02c6089e939ce0a53e64ef]

        SRX642

2002-04-23  Mathias Bauer  <mba@openoffice.org>  [dc05089419e7f00139162f95e96aafe3a0347e41]

        #98405#: Button for Recording

2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [d66e05725495e9149e737778f3cfb205056324d9]

        #97492# fix mismatched endif

2002-04-23  Mathias Bauer  <mba@openoffice.org>  [75308c2dbd05b68aeea63a1224271723ac1d923d]

        #98405#: GPF for slots without UnoNames

2002-04-23  Christian Lippka  <cl@openoffice.org>  [11bf7e5ddceecb26cfafcbb865e27891a23d8633]

        #97518# fixed tab order

2002-04-23  Ocke Janssen  <oj@openoffice.org>  [b283c3c81264cd3da9301e79d75f4865293b23f1]

        #98286# new strings

2002-04-23  Mathias Bauer  <mba@openoffice.org>  [59f54560c85fea967fe9dbc594ddb3adba778eb6]

        #98405#: GPF because VoidItem has no creator

2002-04-23  Peter Burow  <pb@openoffice.org>  [0f4e5042b212a4a3fe67127c82f1f2f3f62bfc23]

        fix: #97240# more support for accessibility

2002-04-23  Ocke Janssen  <oj@openoffice.org>  [bf5c9e795461e87e5ab7b24696a02ad11dd58aed]

        #98286# new member methods implemented

2002-04-23  Ocke Janssen  <oj@openoffice.org>  [80504d63157f578537714f7208274c122e854ac8]

        #98286# new member methods implemented

2002-04-23  Peter Burow  <pb@openoffice.org>  [66bd04e08d8e4d24c2c32f9c81c4e0b298863f9a]

        fix: #97240# more support for accessibility

2002-04-23  Ocke Janssen  <oj@openoffice.org>  [0a4685f697b1eb834e376bec1bfbd3775a382d2c]

        #98286# new member methods implemented

2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [adedf52a3aa07822619c23b2a1fac2d4d62ad177]

        #97492# switch on ENABLE_CTL

2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [35bc7bb2b59aaeebf9c0108663b016900ec9b51a]

        #97492# CTL branch becomes new trunk

2002-04-23  Mathias Bauer  <mba@openoffice.org>  [04764c46c93c7ef1f7976e67e1d66a1dcd7925b2]

        #97499#: forgot initialization

2002-04-23  Philipp Lohmann  <pl@openoffice.org>  [c7c2a589afa21c527ba8d00596bf1f6d7845168f]

        #96985# dock with F4 + any modifier

2002-04-23  Ocke Janssen  <oj@openoffice.org>  [d9a3d117ffb94d171be6f05121e7c5cd5abc1f65]

        #98286# set gridcontrol description

2002-04-23  Herbert Duerr  <hdu@openoffice.org>  [98e5b1f99b9ea99b3b4c2167db495d832f43b116]

        #97492# CTL branch becomes new trunk

2002-04-23  Andreas Bregas  <ab@openoffice.org>  [1283883e6e8c96feea19156c973bd8c02f27641f]

        #97157# Removed nested use of ProgressInfo ctor

2002-04-23  Ocke Janssen  <oj@openoffice.org>  [63e39ba90080340ac3c0d22ed40ec600818aefb5]

        #98286# set gridcontrol name

2002-04-23  Ocke Janssen  <oj@openoffice.org>  [dcc545255d90d5fb2888ec2a179167683a12a6bb]

        #98286# extend GetDescription method

2002-04-23  Carsten Driesner  <cd@openoffice.org>  [fb82a16f20ff95a2125151ceed6b6d1055b7c403]

        #98668# Show tray icon everytime service is initialized

2002-04-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [98eddc69418325553879f862ad027262a4ff1a4b]

        try to avoid re-patching

2002-04-22  Eike Rathke  <er@openoffice.org>  [faf7f3a81eed300ece38279d26585779ebd0f32e]

        initial import

2002-04-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f2499cc22a3d2bc47a145827d25938576b18c576]

        new module zlib

2002-04-22  Herbert Duerr  <hdu@openoffice.org>  [ad2024a1e45629e141712fd6e3654cdea1a7046d]

        #97492# fix ApplyDXArray for RTL case

2002-04-22  Mathias Bauer  <mba@openoffice.org>  [ce56a72e243937a8b3515931bef7183bb3f60224]

        #98405#: new macro recording functionality

2002-04-22  Mathias Bauer  <mba@openoffice.org>  [8f826827adc6fbe69f0ab6f2b9d8a5f993e70a45]

        #98405#: new macro recording functionality

2002-04-22  Mathias Bauer  <mba@openoffice.org>  [d3297f663ecf002ed3bec18d958481d930816f18]

        #98405#: new macro recording functionality

2002-04-22  Herbert Duerr  <hdu@openoffice.org>  [d7db984a93d1dbcedfbb33612bed1700cc8e66ac]

        #97492# merge CTL branch into trunk

2002-04-22  Mathias Bauer  <mba@openoffice.org>  [c8b89777318de1a91c9c80fe45a4120c72283250]

        #98405#: slot for choosing macros returns String

2002-04-22  Thorsten Behrens  <thb@openoffice.org>  [a69a40f3075b19a630a96cb6a7f7e359ce08c4ce]

        #65293# Fixed typo

2002-04-22  Andre Fischer  <af@openoffice.org>  [aded6d90bf9f590cfd16a655642c804e51ee4c5a]

        #95585# Using the new AccessibleDrawDocumentView class.

2002-04-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eb4474971bc56ff5fcb3b576fe175f65290e27fe]

        no chance to make HID generation work with win32/tcsh

2002-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [6711ae66e31c9d3c5e2c18bb5519a6ca0fa93bd8]

        #i3980#: add default argument to MyAllocator::allocate()

2002-04-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e96b91c96ad9e555682c61e794d44d48691d6964]

        chaged export filter target to type

2002-04-22  Andre Fischer  <af@openoffice.org>  [6b92dda0f727ee20caf1df6511afad945938db42]

        #95585# Fixed member initialization.

2002-04-22  Andre Fischer  <af@openoffice.org>  [b14cb49725ffdfe094384fd101203750938b39e3]

        #95585# Removed shadowing variable.

2002-04-22  Andre Fischer  <af@openoffice.org>  [5d556dbbe778311dadeb4d629221abdc08469cdc]

        #95585# Fixed signature of assignment operator.

2002-04-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1048f22823609bc4339ad49b37516982bef0da9d]

        hack to get -zip

2002-04-22  Andre Fischer  <af@openoffice.org>  [6dcb4c765b38aa59e30db0202482b55ffb80fd4c]

        #95585# Moved caption shape from AccessibleOLEShape to AccessibleShape.  Ordered shape types alphabetically.

2002-04-22  Oliver Specht  <os@openoffice.org>  [70517a9b6b91b3fd59d858fb26575db9d80925cb]

        #98811# regard contrast for exchangeable toolbox item in Insert-controller

2002-04-22  Stephan Schäfer  <ssa@openoffice.org>  [970a270a9796cd3d6bf05bd881c898eac6e4477d]

        #98777# deactivate dlgcontrol if all items are disabled

2002-04-22  Daniel Rentz  <dr@openoffice.org>  [5d6c7a44d19e1be54891ebcb76f848cd0f5a0028]

        #98252# DP controls with system colors

2002-04-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5507225b34605d4e61c264bedcd2180f69a6725c]

        corrected type

2002-04-22  Oliver Specht  <os@openoffice.org>  [55820cee9c6896afc0062af20cc781b1a26dc3cc]

        #98780# ruby/text size default unit changed to POINT

2002-04-22  Oliver Specht  <os@openoffice.org>  [7c6fe78380e7c63a7d4d816efaf171fc8b544792]

        #98780# max. line count calculated, enable handler

2002-04-22  Andreas Schlüns  <as@openoffice.org>  [d7f88e3a1dba135b9ff2329cfdcb9b8172876bb8]

        #98427# new directory for recording

2002-04-22  Andreas Schlüns  <as@openoffice.org>  [af6283c334cb45ca8f225fd9c235e485c34bc1f2]

        #98427# new services for recording

2002-04-22  Andreas Schlüns  <as@openoffice.org>  [c156c7a6c64bbbfedd276c1b12205f83f78b8fcb]

        #98427# new property for recording supplier

2002-04-22  Andreas Schlüns  <as@openoffice.org>  [1dfd21f04559a7c188ea2ef994d894a2e329a855]

        #98427# new servicenames for recording

2002-04-22  Herbert Duerr  <hdu@openoffice.org>  [05c92b42ca2880c6b4165f6711de9d92dd7aedf6]

        #97492# fix multi-glyph on right edge for RTL case

2002-04-22  Andreas Schlüns  <as@openoffice.org>  [9f014cdd9c880de053e6595c883a1d30d0cb73be]

        #98427# new interfaces for macro recording env.

2002-04-22  Daniel Vogelheim  <dvo@openoffice.org>  [91eb830228ff1542216be553655fc3bb1c937015]

        #98864# prevent access to illegal redlines

2002-04-22  Oliver Specht  <os@openoffice.org>  [10c197c5ec686639fcc61b12e2cf0e44aca3d194]

        #96967# execute links in readonly documents via RETURN

2002-04-22  Frank Meies  <fme@openoffice.org>  [cf3905ef1e45090ee5bc4e68fc1d5e1204de948e]

        #96216# All attributes have to be considered when using extended input at position 0

2002-04-22  Stephan Schäfer  <ssa@openoffice.org>  [beb633e2be4e78f08a9327bcc0e54bad97828bed]

        #98649# use application background color to initialize workspacecolor

2002-04-22  Andre Fischer  <af@openoffice.org>  [a9f3f127a008b1527c6212f6cbc2eba2720d346f]

        #95585# Fixed type of mpShapeTreeInfo member.  Changed signature of one GetChild method.

2002-04-22  Andre Fischer  <af@openoffice.org>  [0ec32ca1dcb641882e09151d2d9eae1908c377a0]

        #95585# Fixed order of member initialization in constructor.

2002-04-22  Mathias Bauer  <mba@openoffice.org>  [c64a270dd160b3c6c96c85cfa7aa452f00b9af08]

        #98405#: struct for transporting recorded dispatches

2002-04-22  Mathias Bauer  <mba@openoffice.org>  [aa1fe9cf64960038a00df90cfd86c8f9952a4567]

        #98425#: new flag SupportsSelection

2002-04-22  Mathias Bauer  <mba@openoffice.org>  [a2e3d98d8df5a366dbb0786edc56ab21deab330f]

        #98405#: use WhichIds for item conversion

2002-04-22  Oliver Specht  <os@openoffice.org>  [f18dbaa9ac09b18b4df583784e54c57ae61722c6]

        #97466# search for source of send to master/web document corrected

2002-04-22  Juergen Schmidt  <jsc@openoffice.org>  [c290f0c0d7551a8b622734de7fe8b2501f275733]

        #98851# insert macros for DLL pre/postfix

2002-04-22  Juergen Schmidt  <jsc@openoffice.org>  [83e2beeb0529d63e53cb9472e999fe033e636d9f]

        #98851# change library name (independent for platforms)

2002-04-22  Oliver Specht  <os@openoffice.org>  [ebe8efc676e849d5aafef42f651fc8c30ed70578]

        #98660# remove.*Listener mustn't throw exceptions for unremoved listeners

2002-04-22  Caolán McNamara  <cmc@openoffice.org>  [a222e809b4f2f69a37f0aa91b0991114450b2718]

        #98866# Import TextGrid with display grid turned off

2002-04-22  Andre Fischer  <af@openoffice.org>  [3c0c86230ab7ea78568d35d14e29fef5fa722c23]

        #95585# Added method that creates an accessible object for a given window.

2002-04-22  Carsten Driesner  <cd@openoffice.org>  [42ff22ce6652d2cb8820b1707c1047f171fc5d98]

        #98419# Use global defined .uno command strings

2002-04-22  Kai Ahrens  <ka@openoffice.org>  [592cacd5c63dd0be0fc6546efc3b18e76eb5ecb2]

        #98762#: added methods to create high contrast bitmaps

2002-04-22  Kurt Zenker  <kz@openoffice.org>  [fc6a4b3548b65d4606b93d9e580e9b6477df2815]

        new version for SRC641

2002-04-22  Andre Fischer  <af@openoffice.org>  [55034f6572f9904ea704de2dd03129a4807e86e2]

        #95585# Added some guards against a failed construction of the children manager.

2002-04-22  Andre Fischer  <af@openoffice.org>  [f8ad4669b4b8a5fca82b744fbb68c0622a417d90]

        #95585# Minor enhancements to the documentation.

2002-04-22  Andre Fischer  <af@openoffice.org>  [d749475df93c965685edbec1e0dd8db5719cb07d]

        #95585# Enhanced the documentation a little.

2002-04-22  Carsten Driesner  <cd@openoffice.org>  [614b5550b288491d6dd3992abb8614d32c3d71ad]

        #98419# Use global defined .uno command strings

2002-04-22  Andre Fischer  <af@openoffice.org>  [2259c009aa911bc9da37e3fd578b25bc8e57db54]

        #95585# Children are disposed in the destructor.  Descriptor creates implemention pointer to accessible shape on the fly.

2002-04-22  Andre Fischer  <af@openoffice.org>  [7bee5e098961a0843cc98e88ab42393e0b5c0231]

        #95585# Removed the SAL_THROW(()) macro from the destructor.  Updated the documentation.

2002-04-22  Carsten Driesner  <cd@openoffice.org>  [9a0118fd12d214856fe2b7f5670e2d6e9b0b59ad]

        #98419# Added support for new .uno commands

2002-04-22  Carsten Driesner  <cd@openoffice.org>  [7fcb6ceabef41e8166b74c60071958c0adc3b083]

        #98419# Added support for new .uno commands

2002-04-22  Carsten Driesner  <cd@openoffice.org>  [1c44984696fc467d40d4cb96d57a0f855e34abb1]

        #98419# Added support for disabling commands from configuration

2002-04-22  Carsten Driesner  <cd@openoffice.org>  [7848d1d16f36635cf3b36deaaaf508669902656f]

        #98419# Added support for disabling commands from configuration

2002-04-22  Jörg Budischewski  <jbu@openoffice.org>  [0b0383d6403c9095f8d7fc95f436c149e9aab572]

        expat moved into an own module (expat)

2002-04-22  Ocke Janssen  <oj@openoffice.org>  [91f158b45e31ce6df8a7629c1dce772bc6e2471c]

        #98286# new helper function object

2002-04-21  Matthias Huetsch  <mhu@openoffice.org>  [898782a4f4c40ee5637e7d3f7e9668724a353d64]

        #i3980# Added custom allocator template 'MyAllocator<T>'. Adapted all (static) STL containers to explicit custom allocator usage, avoiding any implicit allocator mix possibilities. Removed possibly throwing osl::Profile::ctor() -> no more EXCEPTIONSFILES. Cleaned up minor code issues.

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [040dc4156e9e16be166f78033721ca4b3796f38a]

        Merge SRC641: 19.04.02 - 22:19:09

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [1ce9926884fe6325d4f9f21a5e6cefb17a1502a3]

        Merge SRC641: 19.04.02 - 22:11:51

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [dd81378fabed7c54e5b8e3f2c8c3ecf3fa7fe715]

        Merge SRC641: 19.04.02 - 22:12:51

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [b4bb6b4a00414c903bca2d9e7e81e053e7a20676]

        Merge SRC641: 19.04.02 - 22:10:47

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [c585674c95485960e240d6f13b26bf65c4c40f20]

        Merge SRC641: 19.04.02 - 22:11:06

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [35e2fc80bf94f889025350c79837f6ae72be0c81]

        Merge SRC641: 04/19/02 - 22:10:38

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [1d08063aa87cf08d37b9dc8076646a4731858234]

        Merge SRC641: 19.04.02 - 22:10:29

2002-04-19  Vladimir Glazounov  <vg@openoffice.org>  [9ab01abcee4fe009fd432583bd98681fe0cf5aed]

        Merge SRC641: 19.04.02 - 22:09:09

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [85a15d2cacd60d4fa3768ecb337ae134de81ea55]

        Merge SRC641: 19.04.02 - 22:08:19

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [bc6db0a6264a204cd2c97d43ecac01f58fe54e88]

        Merge SRC641: 04/19/02 - 22:07:32

2002-04-19  Sascha Ballach  <sab@openoffice.org>  [bfe9fbaa2c3b6f5152adacf8707243edd1460211]

        #95584#; add Selection and Relation Support for Shapes

2002-04-19  Sascha Ballach  <sab@openoffice.org>  [3e9f2f1e73b999676d079a2afe1b92954961945f]

        #95584#; add CompleteSelectionChanged which is called from the document to tell the sheet that it has or has lost the selected state now

2002-04-19  Sascha Ballach  <sab@openoffice.org>  [7c5bfd2fa4abd011c75e659da392d6d137f1bfb0]

        #95584#; make all commit methods const

2002-04-19  Sascha Ballach  <sab@openoffice.org>  [2aea43a55c74f35019d8d7e7f1277332059381ba]

        #95584#; make all commit methods const and CommitChange public so it is possible to call it in helper classes

2002-04-19  Niklas Nebel  <nn@openoffice.org>  [724ab585099dda2cdc2e7535447e7d11af388efa]

        #98853# ScUndoPaste: use ScRefUndoData instead of RangeName and DBCollection

2002-04-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b9175a57ec0cd8a5e2e046ff1c217a223f66a664]

        variable for regcompare

2002-04-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [be80ada7f9901ad7e16a7d0d227aa9578f5ee820]

        preserve single / for regmerge

2002-04-19  Vladimir Glazounov  <vg@openoffice.org>  [132c791d7404222148a4b2d9c043258f4e76064e]

        #65293# switched off warnings in critical section

2002-04-19  Daniel Boelzle  <dbo@openoffice.org>  [20023e2f87e3e3f42a3f749271dc69dd416bcffa]

        #88919# added inline member function

2002-04-19  Daniel Boelzle  <dbo@openoffice.org>  [65133dd99e4585b632bd0772ddb8bd1462ca3fc3]

        #88919# updated dyn restr tests

2002-04-19  Daniel Boelzle  <dbo@openoffice.org>  [ea74db72f8ba66c752b08b233716e2570683e6d3]

        #88919# revised dynamic restrictions

2002-04-19  Rüdiger Timm  <rt@openoffice.org>  [f3b95594c4dcea9fb0d2cd8229fcd80f17d34808]

        new version for SRX642

2002-04-19  Philipp Lohmann  <pl@openoffice.org>  [698ef957197f130fb2305cc73110283ec1a4946c]

        corrected SalFrameData::Center

2002-04-19  Andre Fischer  <af@openoffice.org>  [6a13eb6524ac2144f09d4e839506e460ec831503]

        #97772# Initial support for displaying selection and focus.

2002-04-19  Andre Fischer  <af@openoffice.org>  [15c972394d32f885848a69890a1a9464b5f66146]

        #97772# Using service name or implementation name for nameless accessibility objects.

2002-04-19  Andre Fischer  <af@openoffice.org>  [1b23127223c13ecb4044f87b3bd0d417e9c6c86e]

        Added support for state sets.

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [a8b3e7e8f523704ad27fd187158a608119209966]

        new version for TLS617

2002-04-19  Ocke Janssen  <oj@openoffice.org>  [97cd8fb9ef9918225d92388effb0751c6b3aec91]

        #98480# insert new and delete operators

2002-04-19  Rüdiger Timm  <rt@openoffice.org>  [f3c1cb34007a005f1911b4f6a6fe067a5feb891e]

        new version for SRX642

2002-04-19  Rüdiger Timm  <rt@openoffice.org>  [5a96cd305bc28f592884b03e51699cf297c846a6]

        new version for SRX642

2002-04-19  Christian Lippka  <cl@openoffice.org>  [f8b94a36232757b3c2e5cbd604e78d8b2bc0796a]

        #97518# re-enabled events for incompatibel build

2002-04-19  Frank Meies  <fme@openoffice.org>  [332460ecdfb78b7273fa728d23a3a2038c54dc81]

        #97492# CTL - GetCharWidth should not be called any longer

2002-04-19  Christian Lippka  <cl@openoffice.org>  [2327cacee0d1fea3076d931980d6a434f229391d]

        #97518# fixed compatibel build

2002-04-19  Vladimir Glazounov  <vg@openoffice.org>  [f8009e83c0bd60d7d9c755a8ce0e40c2f96035f2]

        #65293# corrected typo

2002-04-19  Oliver Specht  <os@openoffice.org>  [e93dc142290f00ac3bd735ae7db6e9b263420048]

        #98852# keep reference to impl class pointer

2002-04-19  Kai Ahrens  <ka@openoffice.org>  [fc356b16d7b538475035d258a78802c1d8c6d3c6]

        #98424#: new HTML filter directory

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [edc0d1318bc3f882ea22b829c9596e90b0a420fd]

        new version for SRX642

2002-04-19  Christian Lippka  <cl@openoffice.org>  [1f4fc2968c0a87f740ec4d3a34053c3006a199eb]

        #95585# added missing BoundRect property for OLE2 shapes

2002-04-19  Niklas Nebel  <nn@openoffice.org>  [aaa09a177e17e0901f6c9d869d0198205a8c2c7c]

        #98256# activate OLE object on RETURN for selected object

2002-04-19  Philipp Lohmann  <pl@openoffice.org>  [8ed407d903ed127bc8042c22d42216a34a3672b1]

        #98047# add: GetDropDownPosSizePixel()

2002-04-19  Philipp Lohmann  <pl@openoffice.org>  [41d74f8f4b7ae40fd21652858812a34116db8dbd]

        #98111# changes to GetTopEntry behaviour

2002-04-19  Oliver Specht  <os@openoffice.org>  [42714e9b8112ccd613aa671c0c6ec64e9d05cf52]

        #98850# enable ruby setting in text-in-table

2002-04-19  Christian Lippka  <cl@openoffice.org>  [f59764a3a86792b674518303ae1bd60bd5c6941d]

        #97518# added events

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [3a707ea7799ebd74b7e566546c7c5cf9966a8ca6]

        new version for SRX642

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [7cd6c74b23882e0b0ab33f2c4a94908d5f4c6e22]

        new version for SRX642

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [998109d4a2483c52e716ebf7b56bf52cf192d945]

        new version for SRC641

2002-04-19  Herbert Duerr  <hdu@openoffice.org>  [1cbb604c91c8c357e257c6b25f531a6f4522ff2e]

        #97492# fix RTL offset

2002-04-19  Philipp Lohmann  <pl@openoffice.org>  [2b53b46112b29c3508231518bcf2e71b9329e5ae]

        #98787# correct MoveItem

2002-04-19  Oliver Specht  <os@openoffice.org>  [f6ef26f710d5c43ff043fc927a979ce2f33e78e8]

        #98763# call ImplCheckOK in BrowseHdl

2002-04-19  Oliver Specht  <os@openoffice.org>  [646c175891d2972e75213e8c4e5553b7de092e88]

        #98766# file/export added

2002-04-19  Rüdiger Timm  <rt@openoffice.org>  [101f3595e0697f7d7bcd0fa8b9724c4df74dbad8]

        new version for SRC641

2002-04-19  Rüdiger Timm  <rt@openoffice.org>  [c3155e09b619f26b719e31566306e92ec630ac7e]

        new version for TLS617

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [19c1a8306e9da65f90cb08a5b566efb9d1a9f2ca]

        new version for TLS617

2002-04-19  Oliver Specht  <os@openoffice.org>  [5444f48710191b944cf11cfb9b8228ecf9e6ca32]

        #98766# file/export added

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [8d3ee4accff958ec423ba49e759d349ec95227e3]

        new version for TLS617

2002-04-19  Ocke Janssen  <oj@openoffice.org>  [3f16f423346e72965765f9025ee120f579e8a05e]

        #98655# correct the order of the getXX calls

2002-04-19  Kurt Zenker  <kz@openoffice.org>  [b22e463d3169d301fe504f9b5764a55edf79d43b]

        SRX642

2002-04-19  Mathias Bauer  <mba@openoffice.org>  [bdafa699becaeeb00fc9f3c543711d9f1d13a616]

        #98831#: improved calculation of docking rectangle

2002-04-19  Mathias Bauer  <mba@openoffice.org>  [77a30fe41179faa77f12d820e25dd17e3808db2f]

        #98831#: improved calculation of docking rectangle

2002-04-19  Gregor Hartmann  <gh@openoffice.org>  [47ffa4a54d325e238874589ee2047b85b4ab13eb]

        catch pure virtual function calls and show Assertion

2002-04-19  Carsten Driesner  <cd@openoffice.org>  [0301fe0711730ca8324dbcf1d175f87ed29b36ec]

        #98312# Set image after HC detection and use toolbox background for HC detection for toolbox image

2002-04-19  Kai Ahrens  <ka@openoffice.org>  [2b2b9147d1a240f4d50535e4f46b16d603fefd3e]

        #98424#: moved FuExport to ::ConvertTo ( SID_EXPORTDOC)

2002-04-19  Kai Ahrens  <ka@openoffice.org>  [4911a6a2d39465447f64a4edcf62d18ddedb82a8]

        #98424#: moved FuExport to ::ConvertTo ( SID_EXPORTDOC)

2002-04-19  Carsten Driesner  <cd@openoffice.org>  [cabe645e385c4fe1ae65565145dd0b6d4e0e415c]

        #98419# Support disabling commands from configuration

2002-04-19  Carsten Driesner  <cd@openoffice.org>  [220783e7c12c6f58057a5d8030544037431f863e]

        #98419# Support disabling commands from configuration

2002-04-19  Carsten Driesner  <cd@openoffice.org>  [b3116688921e31d540454f6774f3eede7b39689a]

        #98419# Support disabling commands from configuration

2002-04-18  Philipp Lohmann  <pl@openoffice.org>  [5451610508a1aed86d418ecf719b729845dd21ec]

        #98537# correct popup behaviour when clicking outside the application

2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [67b8bb7260020c7ccfd244efdd232abf72861ad5]

        #98831# getpospixel as before

2002-04-18  Andre Fischer  <af@openoffice.org>  [22a9fb8198d4db5c0c725c21bd1bd281e7b4e337]

        #95585# The AccessibleDocumentView class has been split into a base and a derived class.

2002-04-18  Sven Jacobi  <sj@openoffice.org>  [05ef2934872d0b242bfb36deef9a6fe1a2c96cdd]

        #95793# improved eps detection

2002-04-18  Niklas Nebel  <nn@openoffice.org>  [ba08dc878ba6d78d13ac91a1d3f3b7d494c21251]

        #98001# slot to close preview, zoom handling

2002-04-18  Niklas Nebel  <nn@openoffice.org>  [850bf6449d20d83bc464a3f5890cf5206bbfbdc0]

        #98001# slot to close preview

2002-04-18  Andre Fischer  <af@openoffice.org>  [6c944dbee81393ac271fca467fa3903d49dc0a89]

        #95585# Made shape tree reference passed to constructors const.

2002-04-18  Andre Fischer  <af@openoffice.org>  [6ee07ec34411692e3d0838d6ee3481f02f146131]

        #95585# Added new file AccessibleControlShape.hxx

2002-04-18  Herbert Duerr  <hdu@openoffice.org>  [10adb58b79cf4c8ba30a0289805499da78c39dcc]

        #97492# merge CTL branch to trunk + automatic script recognition

2002-04-18  Andre Fischer  <af@openoffice.org>  [3d4a779a197be9779e65ffaa7df75d00074c466d]

        #95585# Added new file AccessibleControlShape.cxx

2002-04-18  Andre Fischer  <af@openoffice.org>  [c3b4e13ae9e8ec708fb68a0906d791b0a9d638f8]

        #95585# Made shape tree reference passed to shape constructors const. Added AccessibleControlShape class.

2002-04-18  Herbert Duerr  <hdu@openoffice.org>  [e9a70b3d638ab5589a64abb5b5ea7ada680b56b3]

        #97492# start automatic script recognition

2002-04-18  Andre Fischer  <af@openoffice.org>  [5f6e34ebe7a2e2bf2657b08fa356430eb15722a0]

        #95585# Made shape tree reference passed to shape constructors const.

2002-04-18  Andre Fischer  <af@openoffice.org>  [4fc214f6b23c2ba7ad0fb325fb98be1eeb7d11f5]

        #95585# Made shape tree reference passed to constructor const.  Added implementation of getAccessibleAt.

2002-04-18  Andre Fischer  <af@openoffice.org>  [dfd07d625492fe79932c11dfd876590b8abe9e78]

        #95585# Made shape tree reference passed to constructor const.

2002-04-18  Malte Timmermann  <mt@openoffice.org>  [43b08fd0c7ac4b8cc90be44ab603800531224b1d]

        #97256# SeekCurser: Set TextLineColor

2002-04-18  Andre Fischer  <af@openoffice.org>  [a7e3fdbe583bebb4c416e70cff3b8b9637cadeb5]

        #95585# Fixed contains method to comply with IDL specification.

2002-04-18  Michael Hönnig  <mi@openoffice.org>  [db7b1eec2993bbd8dadfa6d01472fa898be26f42]

        FilterAdapter and XFilterAdapter from Aidan Butler

2002-04-18  Kai Ahrens  <ka@openoffice.org>  [a762c9df17da7fcd565e7b7210fa104215781ed5]

        #98424#: moved FuExport to ::ConvertTo (SID_EXPORTDOC)

2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [1fb05849f3a0b99a3696cf27b4510b5b7c193b2c]

        #98727# correct reparenting

2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [34bc9420e8c8e97246eb3cefbf1f848c32450736]

        #98727# removed old focus assertion

2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [308e8b0590567536e3720947c93fed895cdc0785]

        #98727# close floaters on ctrl-f6

2002-04-18  Kai Ahrens  <ka@openoffice.org>  [20454ee6800defd621e35a48537d6231bf31a2ba]

        #98424#: moved FuExport to ::ConvertTo (SID_EXPORTDOC)

2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [2c2fa518d29423c58882b04ba6b2fb7e94164fc1]

        #98727# ignore synthetic ctrl mousemoves when cursor is active

2002-04-18  Malte Timmermann  <mt@openoffice.org>  [223bab3d9910c96ece999845aba9aa24895e9f6e]

        #97034# GetAccessibleChild(Count) - return floating windows

2002-04-18  Kai Ahrens  <ka@openoffice.org>  [f6bcdd12354f4e8a74e5517ce26be14cf20acbba]

        #98840#: delegate GetFocus() from GalleryBrowser to theme listbox

2002-04-18  Mathias Bauer  <mba@openoffice.org>  [4a101dbe4da1cd03580f1ee8c892bed58f4b174c]

        #97499#: PlugComm flag reinterpreted as ImageRotation

2002-04-18  Mathias Bauer  <mba@openoffice.org>  [a93ca73ef56ec1f87eb1f5810c1ee6df52411940]

        #98405#: export declaration missing

2002-04-18  Mathias Bauer  <mba@openoffice.org>  [3e4acf20a437672b150f2673824d5aeb3ed92b30]

        #97499#: support image rotation

2002-04-18  Mathias Bauer  <mba@openoffice.org>  [756451f0b6d4aeae42d6896cc27c8209a1e7e34a]

        #98405#: parameter list for SID_SAVEASDOC corrected

2002-04-18  Mathias Bauer  <mba@openoffice.org>  [ffa4357f7ef6e23283e639011cf5ac572b2815a6]

        #97499#: write image rotation flag to csv

2002-04-18  Oliver Specht  <os@openoffice.org>  [127826b1d87b2782f5c2fa46c9fd307819d70f35]

        #98784# help id for color configuration dialog added

2002-04-18  Ingrid Halama  <iha@openoffice.org>  [e9fb116c7e61c9caddd7de31e16e093c766f24bd]

        #98813# spelling errors

2002-04-18  Nils Fuhrmann  <nf@openoffice.org>  [27ea65535a8cfab2ebfc50b66eae503990f5118b]

        Support for L10N-Framework extract format #98834#

2002-04-18  Thomas Benisch  <tbe@openoffice.org>  [c523fab60c9cff4bfa073295ef0f109e3506c8bd]

        #98585# Unable to create a new Basic Dialog with the keyboard

2002-04-18  Oliver Specht  <os@openoffice.org>  [24f7183ad8bc60f1e3035f8cfd2b2a4c85a2cc6e]

        #98399# alignment labels depeing on the Asian support

2002-04-18  Mikhail Voitenko  <mav@openoffice.org>  [44a591b1faf5ef4febac1aafea19ad843f5c49f9]

        #98776# check if a reference is empty

2002-04-18  Thomas Lange  <tl@openoffice.org>  [3bebed4f8f00130917a9e035b2b80cd9674bd593]

        #97652#, #98253# Accessibility: font color changed to automatic, edit-window uses same font as other fields now.

2002-04-18  Herbert Duerr  <hdu@openoffice.org>  [873697759618a359d589aa5a3406f9c1ac2a58a3]

        #97492# fix endglyph calculation for substrings

2002-04-18  Thomas Lange  <tl@openoffice.org>  [714e86ae5f1bbd98653cf22bb5557344ba44d7b0]

        #97652#, #98253# Accessibility: font color changed to automatic, edit-window uses same font as other fields now.

2002-04-18  Christian Lippka  <cl@openoffice.org>  [377029943aa5bf14eac018c3b59ddf63e417de43]

        #97518# added event broadcasting

2002-04-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f44741e4dc345483e6a7b4afce2a0b27d71b398b]

        use command from variable

2002-04-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b8198a589887f922ec43a261b30ce739841b3f7d]

        no more win32 export dumps

2002-04-18  Kai Ahrens  <ka@openoffice.org>  [af5b612ee2f77421e4e76988d59911bc07750812]

        #98620#: actualize preview after keyboard travelling (grab focus)

2002-04-18  Daniel Vogelheim  <dvo@openoffice.org>  [36855b3fc99fafd64ec0dd8cfcb3a6fd48a29518]

        #95586# added XAccessibleImage support to images and OLE objects

2002-04-18  Andre Fischer  <af@openoffice.org>  [92f630a966b00b6bff19c28b5f9a93a054be09a7]

        #97772# Fixed getCurrentDrawPage and getCurrentView methods.

2002-04-18  Andre Fischer  <af@openoffice.org>  [5daf14bdd39c182713108a1a8bacef07b423d9ee]

        #97772# Added update method.

2002-04-18  Andre Fischer  <af@openoffice.org>  [3469d54d37751bf6e90574a73edaf0261d48001e]

        #97772# Increased the version number.  Canvas is cleared on initialize.

2002-04-18  Andre Fischer  <af@openoffice.org>  [14c0206328176e02c26e8d85cd505470492ed020]

        #97772# Comment change.

2002-04-18  Andre Fischer  <af@openoffice.org>  [98f91792c282eae2cc74dd9612e358150fdb69fd]

        #97772# removeNodes returns bool.  Minor fix of child event handling.

2002-04-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1600db035723f3e98fe42121527cbea99ae82fca]

        accept - as valid directory/filename char

2002-04-18  Daniel Vogelheim  <dvo@openoffice.org>  [54f0b9f213c804219cfbc74b5b4e6fd24dd66ab7]

        Replaced jdk 1.4 color constants with those from earlier versions

2002-04-18  Oliver Specht  <os@openoffice.org>  [7713018cc5770264b0ee81a0fa0cc5075a81d99e]

        #98558# new menu item view/toolbars/formularbar

2002-04-18  Oliver Specht  <os@openoffice.org>  [c5b05b4de8426cb124cfdb433ede5158b305c2a5]

        #98515# apply metric (and zoom, active state) to vertical ruler

2002-04-18  Jörg Budischewski  <jbu@openoffice.org>  [23bfd2e2b2468370bcbc29ef8cbe0007a4b398b3]

        now passes gcc3 compiler

2002-04-18  Daniel Rentz  <dr@openoffice.org>  [cca9724e3d6979973541bb36ccff9debe1896497]

        #98530# Header/footer on/off on export

2002-04-18  Andreas Bregas  <ab@openoffice.org>  [eacc6c4a6263e2e25b48cd822115721ff605facb]

        #98610# Initialise LibCount in LibDescriptorArray default ctor

2002-04-18  Niklas Nebel  <nn@openoffice.org>  [44f77a97526fc96361dc80136489947fa0322e68]

        #97023# new look for column/row headers

2002-04-18  Frank Meies  <fme@openoffice.org>  [22956eae15fd136555bd6a213bf30624d2518735]

        #98281# CTL - Switch Keys in RTL mode

2002-04-18  Frank Meies  <fme@openoffice.org>  [41c2ae3e7874ffa303622c8889ddf819d6a54a41]

        #98281# CTL - New function to set layout mode at output device

2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [624dea361a30487a8d545db9713b99abf0e749d9]

        #98762# support HC bitmaps

2002-04-18  Frank Meies  <fme@openoffice.org>  [26beb371b9b80a9c220b3cbcab35fc7896b23087]

        #98281# CTL - Insert kashida only if next character is Arabic

2002-04-18  Frank Meies  <fme@openoffice.org>  [246bafc414d4dcc362602c0a04d4af7e09595e23]

        #98281# CTL - New function to change layout mode at output device

2002-04-18  Stephan Schäfer  <ssa@openoffice.org>  [ea059454e3f26a97ae87b54735295e8d5e64c086]

        #98762# support HC bitmaps

2002-04-18  Frank Meies  <fme@openoffice.org>  [ba56f1fba30d73f9b3a00baac86bd058c5769a2f]

        #98781# Grid Layout - Vertical alignment of ruby text in grid mode

2002-04-18  Christian Lippka  <cl@openoffice.org>  [faa17780a915808f408834f75a663f867134fa35]

        #97518# new xml description for SvxGraphCtrlAccessibleContext component

2002-04-18  Peter Burow  <pb@openoffice.org>  [45a2d34ebb2d0a66602f3dea96168bc64e8e8756]

        fix: #95732# consider ratio of bitmap while calculating the size for preview

2002-04-17  Daniel Vogelheim  <dvo@openoffice.org>  [d417b7ec11016ee1b5c7e908681734d3c04bda7b]

        #95586# added special portion types

2002-04-17  Philipp Lohmann  <pl@openoffice.org>  [04d21f4d019f4309b2ecccfd82df884db1819e84]

        #98656# add: GetActivationKey, GetLabledBy, GetLabelFor

2002-04-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c519ec4b51c4ca6eceb835fef9d65cae470bb297]

        remove sticky tag after succesful merge

2002-04-17  Kai Ahrens  <ka@openoffice.org>  [ffb682c53975800882cf3b1439833e805865ea31]

        #98424#: corrected some minor errors for export

2002-04-17  Juergen Schmidt  <jsc@openoffice.org>  [14530aa15af8ba871a2fe14bc7868d4c8d3f7d4c]

        #98746# change link to c++ reference

2002-04-17  Sven Jacobi  <sj@openoffice.org>  [98f4d6457ae973d275f3189601b12f3a874ab73a]

        #98423# supporting also draw and impress filter which might be passed through the MediaDescriptor

2002-04-17  Michael Brauer  <mib@openoffice.org>  [ee62ae94e4761f1b11908b1103e01f22b5a73a52]

        #95586#: XAccessibleTable

2002-04-17  Michael Brauer  <mib@openoffice.org>  [920c392506c83fdc9b2c6edf03d10497b4f7a079]

        #95586#: table support

2002-04-17  Michael Brauer  <mib@openoffice.org>  [9b88fc576eea78a20f57b1498be7642263309f2a]

        #95586#: XAccessibleTable added

2002-04-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [53a8f0a993116157430448d629d32c4606155d7c]

        #65293#: typo in SCPLINKFLAGS

2002-04-17  Niklas Nebel  <nn@openoffice.org>  [93864b4a8d2ec54def995eaec94c06bee11a1a3b]

        #92618# call SetDrawModified also when position is changed

2002-04-17  Mathias Bauer  <mba@openoffice.org>  [93199b8b47968baf2ee42c048f4eb6e9a7ead849]

        #97499#: new flag for image rotation

2002-04-17  Daniel Rentz  <dr@openoffice.org>  [e5557aace327f6afd0d4076c3c5389c3b494d601]

        #98528# export cell indentation

2002-04-17  Mathias Bauer  <mba@openoffice.org>  [408c08c265ee15d481ef5790e4e51feda7be17e9]

        #98494#: don't show windows before workwindow is visible

2002-04-17  Mathias Bauer  <mba@openoffice.org>  [fb7a78fe406233e0b3473f0af016c9508e05230a]

        #97499#: helper controller for rotating images

2002-04-17  Mathias Bauer  <mba@openoffice.org>  [18df94d49d32e09b140522bcac7beba6d1ee6525]

        #98494#: float positions weren't preserved

2002-04-17  Mathias Bauer  <mba@openoffice.org>  [46ea9b4665823a999cf4e883e38e4bac646e8b09]

        #98405#: improved debugging code

2002-04-17  Mathias Bauer  <mba@openoffice.org>  [2236fb26e042a1b5f09e71d3d24bd7227ec162cf]

        #97499#: new slot for rotating images

2002-04-17  Ocke Janssen  <oj@openoffice.org>  [43bae5dc94cbf4072d1938621e90b3b8c7b1fa98]

        #98286# improve accessibility

2002-04-17  Sven Jacobi  <sj@openoffice.org>  [0a13a726a53c280e65d9e399562343a439e6d4ce]

        #98422# added method to access filter by type name

2002-04-17  Ocke Janssen  <oj@openoffice.org>  [47a551b88c57ddeb98b7d0908d03745ce78477ff]

        #98286#

2002-04-17  Ocke Janssen  <oj@openoffice.org>  [e86ac4587b3d43708462490a0ae9ae38830e41b4]

        #98286# improve accessibility

2002-04-17  Ocke Janssen  <oj@openoffice.org>  [38b30eb32f3a64509aa49281221f4c03f47e9b6c]

        #98286# improve accessibility

2002-04-17  Niklas Nebel  <nn@openoffice.org>  [4a5e7468c17fcc5df081a0246626ff6fd09b036b]

        #95409# NextAutoEntry: when editing in input line, apply to both edit views

2002-04-17  Christian Lippka  <cl@openoffice.org>  [1d4a96ee1e98de32d88b55d3e6ad714449697e79]

        #97111# assert and don't gpf if z-index is out of range (which it shouldn't)

2002-04-17  Niklas Nebel  <nn@openoffice.org>  [2424032a715571fd7f55a898a1852852efd2e920]

        #95409# UseColData: when editing in input line, apply to both edit views

2002-04-17  Daniel Rentz  <dr@openoffice.org>  [26c44586cc72e854f556a0703c29306d2bf11f22]

        #98526# shrink print ranges to sheet dim

2002-04-17  Christian Lippka  <cl@openoffice.org>  [1b8dae18b76d2a12737c140b2502ec52f1874d92]

        #97111# fixed z-order property for non standard masterpages

2002-04-17  Joachim Lingner  <jl@openoffice.org>  [06e7790ced21e48a8515735216cbd994660a5454]

        *** empty log message ***

2002-04-17  Joachim Lingner  <jl@openoffice.org>  [fb474996bc46d4f0708b562050b305d12de5e80a]

        #97746#

2002-04-17  Daniel Rentz  <dr@openoffice.org>  [86ec40e61deb44e7e0ecdc8865ab28a9f3e02a7d]

        #98525# import grid color from 1st visible sheet

2002-04-17  Daniel Rentz  <dr@openoffice.org>  [06395284a743b05136707483c91a5c3905d5b710]

        #98524# reset del-ref flags of references

2002-04-17  Herbert Duerr  <hdu@openoffice.org>  [d239ba65d53b834a8ae0e6217c675875995aec85]

        #97763# disable XRENDER for XFree<=4.2.0 on <15bit displays

2002-04-17  Mathias Bauer  <mba@openoffice.org>  [a6cb9c0f787330c77a63c5dd4cfdd46dd7662656]

        #97499#: new Item for supporting images

2002-04-17  Frank Schönheit  <fs@openoffice.org>  [e31e3339c9b04b987c4e9369d308630bd81d5d07]

        #98692# still a german spelling issue

2002-04-17  Vladimir Glazounov  <vg@openoffice.org>  [ed7618f4dc6ea33f9f6d0ac28eee635f0e76b3cf]

        SRX642

2002-04-17  Thomas Benisch  <tbe@openoffice.org>  [38261915c5842e9711b711d12c6d301a4a6402e9]

        #98487# ACC: unable to select the watch and the call window with keyboard

2002-04-17  Frank Schönheit  <fs@openoffice.org>  [269f46100880fadbf34b25a8468ed8c2f27a0410]

        #98750# +accimplaccess

2002-04-17  Frank Schönheit  <fs@openoffice.org>  [f88abf316ab882156bd862235a145c56efbbaf96]

        initial checkin - helper class for tunneling an XAccessibleContext implementation

2002-04-17  Philipp Lohmann  <pl@openoffice.org>  [a552bbd90d3589155a0d927f054700956da0ca01]

        #98633# use correct index for left side bearing

2002-04-17  Daniel Rentz  <dr@openoffice.org>  [9447bac3afb592c6e4250e5ca5876299a65e91d5]

        #98126# set doc options before import

2002-04-17  Oliver Specht  <os@openoffice.org>  [2dbd5cff503cd3ed858582c5c2abbfddadf4ee99]

        #95665# brochure printing: start job only once

2002-04-16  Kurt Zenker  <kz@openoffice.org>  [72d3b47d802a80d30803ea2ace46248283589640]

        new version for SRC655

2002-04-16  Kurt Zenker  <kz@openoffice.org>  [1fe252fec385b3b9c85888e7335727c3f0a4efb1]

        new version for SRC655

2002-04-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d82096707792841ccdd1de9c73030450615625da]

        double quotes should appear in pairs...

2002-04-16  Niklas Nebel  <nn@openoffice.org>  [1ed815f5c5986ed2b64a5e7dad88c2164d4db00d]

        #98001# draw border and shadow, leave space for margin at optimal zoom

2002-04-16  Niklas Nebel  <nn@openoffice.org>  [685ebecfd2e053834fc6a76b3a0c6cabbc75a344]

        #98001# center preview if smaller than window

2002-04-16  Christof Pintaske  <cp@openoffice.org>  [f056e250723fd7f0a70c857a3e9e4448c9ace0be]

        #97116# dont touch our own windows event mask while reparenting without parent (reflectionX)

2002-04-16  Vladimir Glazounov  <vg@openoffice.org>  [57e16c428b4b6877faa7a6d34d86e7e04e0e24e5]

        new version for SRC655

2002-04-16  Caolán McNamara  <cmc@openoffice.org>  [bc09511f2606567e3f9a351fb023c415e6bbb03e]

        #i3584# take \uc0 at its word, i.e. skip 0 bytes

2002-04-16  Aidan Butler  <aidan@openoffice.org>  [de8d17c3bb15f4ea5edf2c05a6ae6a78ec01b545]

        XMerge bridge to OpenOffice

2002-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fffd930f88a8281abf19535d445dba71c1c5933]

        #65293#: syntax

2002-04-16  Philipp Lohmann  <pl@openoffice.org>  [6a00b2b712679ab552c65a43a659db3af6a5f192]

        #98680# Add: ToggleDropDown, VCLEVENT_DROPDOWN_OPEN/CLOSE, GetDisplayLineCount on ListBox, ComboBox

2002-04-16  Sven Jacobi  <sj@openoffice.org>  [fa149f402b9222d361e79769933bc6c58101ddef]

        #98505# if there is no WinExt we try to calculate the extension instead of using (1/1) default which causes a crash on unix and linux

2002-04-16  Kurt Zenker  <kz@openoffice.org>  [758fd37894169bce84403a67fbb8a01462212fe1]

        new version for SRC655

2002-04-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ab785b817b3e567e591a6735c6d1ee7dd3b6bc28]

        own define for basic light

2002-04-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9641a565627d259b0b33a3090b9e66841c35985b]

        escaping also depends on USE_SHELL

2002-04-16  Joachim Lingner  <jl@openoffice.org>  [24084330d7b867e36b3e905667d2ca7803e461b4]

        #97746#

2002-04-16  Thorsten Behrens  <thb@openoffice.org>  [0dd475676d53ba0619692793293b37797afc458f]

        #98735# Remove listener on object death

2002-04-16  Aidan Butler  <aidan@openoffice.org>  [d57ea0ba6fd8a1545bb4bcf746eaba531faef5ea]

        *** empty log message ***

2002-04-16  Kurt Zenker  <kz@openoffice.org>  [52fb558e772616f59daf6e19546619eaa716f63c]

        new version for SRC655

2002-04-16  Aidan Butler  <aidan@openoffice.org>  [b32f682f249a18c32589efca66e8d87bf8c74ae2]

        Test Scripts for Palm converters

2002-04-16  Kurt Zenker  <kz@openoffice.org>  [8cacf0af8dfad150c8cd639500a281c0e843dc54]

        new version for SRX642

2002-04-16  Caolán McNamara  <cmc@openoffice.org>  [a3b53ce78dc98a60c55a7f133beccd2927c55a41]

        #i3265# A double table in a header causing mass confusion

2002-04-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2cff05bd9814e0d7034623c9c079eead55cd7b4b]

        cleanup

2002-04-16  Andre Fischer  <af@openoffice.org>  [afe098fa21e710df2a604694e4481847c9a1fca5]

        #95585# Initial revision.

2002-04-16  Volker Ahrendt  <va@openoffice.org>  [63a9128e1f93bfe37f94c5af40e1f378eae3b80d]

        #96640# Corrected entries in file.

2002-04-16  Nils Fuhrmann  <nf@openoffice.org>  [ba8c0e52a255b491727ffdd67a54fa0c016fad50]

        35 instead of 05 for LANGUAGE_FINNISH

2002-04-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [da71900ef8f456bab96fb88568c73299bd5239e7]

        force shell as meta char not recognized

2002-04-16  Daniel Rentz  <dr@openoffice.org>  [036c3c2b1a8826c6b4feff3cdbaa1d70bfc4a645]

        #98529# #98530# #93482# Page settings fixes

2002-04-16  Daniel Rentz  <dr@openoffice.org>  [7855a08ba8335efc4b0461eec91ed9dbe9c440ee]

        #98529# #98530# #93482# page settings fixes

2002-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [615f909dc70ec62c6a3939f9298fa841575e93d1]

        #65293# missing argument

2002-04-16  Thorsten Behrens  <thb@openoffice.org>  [578c94451f1973827c59201b503cbd9089af54d2]

        #98735# Added AccessibleOutlineEditSource

2002-04-16  Rüdiger Timm  <rt@openoffice.org>  [5c1a7802c19de5962841c529ed27c77c65732166]

        new version for SRX642

2002-04-16  Thorsten Behrens  <thb@openoffice.org>  [d606d55c6efe140ff5422e874b8417fca3c7dc0e]

        #98735# Implements SvxEditSource for the SdOutlineView

2002-04-16  Oliver Specht  <os@openoffice.org>  [acf15e64776c591f053e35ece7e1e55acfb0f880]

        #98737# row and column texts removed

2002-04-16  Martin Maher  <mmaher@openoffice.org>  [c0a2566af0631d07e8ce775537f5888d2b693edc]

        No need for a manifest file for pocket excel.

2002-04-16  Philipp Lohmann  <pl@openoffice.org>  [c28b62e0c61ae909bb108167fd0f0957200489df]

        #97518# activate WB_DIALOGCONTROL for system windows too

2002-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [09f8131104b28e5ed25b562ad69ced917b0425da]

        #65293#: syntax

2002-04-16  Vladimir Glazounov  <vg@openoffice.org>  [0488434431c2d5c669082e1c5273e9db98650edf]

        #65293# SSA: no flags in totop for remote case

2002-04-16  Daniel Rentz  <dr@openoffice.org>  [8adf3800ba0f3c7428b32a0e2a0306ca8030cf08]

        SETUP, *MARGIN

2002-04-16  Andre Fischer  <af@openoffice.org>  [c215888b0ecc565838fcbd07559a18662f522c86]

        #95585# Fixed misspelled namespaces.

2002-04-16  Andre Fischer  <af@openoffice.org>  [37f96baf669c2ea9f2520c54791a1acc295dce30]

        #95585# Initial revision.

2002-04-16  Frank Schönheit  <fs@openoffice.org>  [87ba1980bff803bccb4106af9c9cf999d6721c40]

        #98691# one more spelling issue

2002-04-16  Stephan Schäfer  <ssa@openoffice.org>  [db031f25059b1796c97f0bf9b6cb1975270f0ae1]

        #97518# improved highlighting

2002-04-16  Stephan Schäfer  <ssa@openoffice.org>  [5d3128fd92300a8eb5c1b51a44142c3d7a2e7c47]

        #96972# changed GetPosPixel for frames

2002-04-16  Frank Schönheit  <fs@openoffice.org>  [4199757219b194ab4c934dda839fadb708ca62c5]

        #97955# moveToInsertRow: forward to the aggregate in all cases / reset_impl: forward the control defaults to the row set columns, again

2002-04-16  Frank Schönheit  <fs@openoffice.org>  [d5096e4be759aa63ff1a0b87cfd0ec3ceea9e42e]

        #97955# moveToInsertRow: allow even if we already are on an insert row (only way to reset the values)

2002-04-15  Karl Hong  <khong@openoffice.org>  [bcaa2e6597a51c53e335f06b16337f0b94e935f1]

        #98663#compareString() is called twice

2002-04-15  Karl Hong  <khong@openoffice.org>  [a99b8e0f67e8c51a45cdde02b6b04b7faceac3f1]

        #98667#API:BreakIterator Bugs

2002-04-15  Ingrid Halama  <iha@openoffice.org>  [e60436a3836e90a2b34b49a7d0cfc2f4791d2ba8]

        #97760# new accessibility options dialog

2002-04-15  Ingrid Halama  <iha@openoffice.org>  [a8827afb241572dfba74577235a868059a445de5]

        #97760# new accessibility options dialog

2002-04-15  Ingrid Halama  <iha@openoffice.org>  [3e5ed8b04888040b81cc73c58ca44a1db15fb683]

        #97760# new accessibility options dialog

2002-04-15  Ingrid Halama  <iha@openoffice.org>  [5d92107225e583401854a286c2ed836ceceda56c]

        #97760# new accessibility options

2002-04-15  Ingrid Halama  <iha@openoffice.org>  [01be8f57ad51fea17e683e9b1d7d2be1437e95dc]

        #97760# new accessibility options

2002-04-15  Ingrid Halama  <iha@openoffice.org>  [228de137606a4b94e11b23ebc5abc7f1a646d6bc]

        #97760# new accessibility options config class

2002-04-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [b849422cc4d3cc1360cd06d0f363800caff72da5]

        SRC655

2002-04-15  Philipp Lohmann  <pl@openoffice.org>  [8de378695e5fdf317bd222661273ec5116e39387]

        #98470# set pointer for floats

2002-04-15  Philipp Lohmann  <pl@openoffice.org>  [b6e8e6245bb0e4378e2699643bbc9f410076bf0c]

        #96972# ignore Xerrors from XSetInputFocus

2002-04-15  Frank Schönheit  <fs@openoffice.org>  [9427b5deda0f084ceaaebc1616c36df17a96c684]

        #98721# when asynchronously executing a slot for creating a control shape, preserve the modifier keys

2002-04-15  Stephan Schäfer  <ssa@openoffice.org>  [cfda588b69290dcc428a86b0dbf941c63dba0501]

        #96972# allow grabfocus in ToTop

2002-04-15  Frank Schönheit  <fs@openoffice.org>  [41d70600a0f6e4839bfeaf21ca00cff077d36ab4]

        #98723# forward the focus to the inner listbox

2002-04-15  Frank Schönheit  <fs@openoffice.org>  [6c1c5ab73dd83fe9f64f9c4a357789ee1cb7526e]

        #98720# forward the focus to the inner listbox

2002-04-15  Andre Fischer  <af@openoffice.org>  [bc4eaa5d6ca9f942473235516da074e08cd5916b]

        #95585# Removed trace message.

2002-04-15  Andre Fischer  <af@openoffice.org>  [f353be6441dcb79f8371c9634301e59cf9b5edd8]

        #95585# Added new AccessiblePageShape class.

2002-04-15  Andre Fischer  <af@openoffice.org>  [ab75e38100d1d52ed1388d4124d080b5bed78fa9]

        #95585# Initial revision.

2002-04-15  Andre Fischer  <af@openoffice.org>  [1bc5dc7406982cab1ba8185155e24003ee5f47ba]

        #95585# Fixed Update method.

2002-04-15  Andre Fischer  <af@openoffice.org>  [9715dfd67e2c2eac83d6273ddf71bb329528a726]

        #95585# Added new member to ChildDescriptor.

2002-04-15  Andre Fischer  <af@openoffice.org>  [930e5666bf23abe51f533a3e2fd2f49c14da7646]

        #95585# Use bounding box from BoundRect property to calculate location and size.

2002-04-15  Daniel Vogelheim  <dvo@openoffice.org>  [4ee21297da5c7911d7fc46295b58f72f876de631]

        added XAccessibleSelection.java to makefileb

2002-04-15  Daniel Boelzle  <dbo@openoffice.org>  [0d8ca39a8bb55c31b539181342807b813021267d]

        #88919# using DeploymentException signalling deployment errors

2002-04-15  Daniel Boelzle  <dbo@openoffice.org>  [1c3fd2b7c8d7cc189f33023820ed1853906b0e7f]

        #88919# added DeploymentException

2002-04-15  Daniel Vogelheim  <dvo@openoffice.org>  [b1c16e241992e3c1975a6c67c087a49254a2239f]

        added handler for ...Selection interface, and added attributes to text handler

2002-04-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [69d51f91ce3d05c33aaf585d4f0c30803b1a6662]

        long options require =

2002-04-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6adcd12f6c0636a4fee1e6c493e6b7d1968a97e6]

        win32 / tcsh

2002-04-15  Caolán McNamara  <cmc@openoffice.org>  [5406129ade808e5fe2fd12bd0566d3e4e80719e9]

        #98566# Unix autorec is to be a .so now

2002-04-15  Martin Maher  <mmaher@openoffice.org>  [55a122a67e1f63810bf7254650f4d721bc58b1f0]

        Initial import of the pocket excel plugin

2002-04-15  Kurt Zenker  <kz@openoffice.org>  [7ff96f5e0d050eae2154774b9ad9683479b3f5eb]

        new version for SRC641

2002-04-15  Stephan Schäfer  <ssa@openoffice.org>  [665a8c5f66e8e2696e781142ac50d157bf83db6a]

        #96972# allow grabfocus in totop

2002-04-15  Volker Ahrendt  <va@openoffice.org>  [d46cbc767278fa3f303546fc34d8c1de3362e2e9]

        #96640# Document macro restructured.

2002-04-15  Stephan Schäfer  <ssa@openoffice.org>  [2d71c511df6ddb018ddae5edc7ac2abb9d27bf77]

        #96972# improve toggling, set correct state in keyboard select

2002-04-15  Stephan Schäfer  <ssa@openoffice.org>  [fa62876e2a70ececbe09e8e8e33de02bd7cad746]

        #96972# set focus in child window for floating windows

2002-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4c93e4070051625d24d992b05a85b1d8db2fc2b9]

        new version for SRX642

2002-04-15  Volker Ahrendt  <va@openoffice.org>  [6bf147343d45c1cc24dc0a60de6473f1c783f663]

        #96640# Document macro restructured.

2002-04-15  Kurt Zenker  <kz@openoffice.org>  [fc5dd14ed95603551551bb2ba7115c0752397d7a]

        new version for SRX642

2002-04-15  Herbert Duerr  <hdu@openoffice.org>  [09a8164ffba4dca59d5bd4124f57268c7a15d974]

        #97492# include alloca.h on unxsols3

2002-04-15  Volker Ahrendt  <va@openoffice.org>  [6f5393b37d33f32ed32ca90cc1dbd4a457634129]

        #96640# Document macro restructured.

2002-04-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b7502ce48fbfd72d8efcf58256564b37a2c8929e]

        static struct instead of malloc()

2002-04-15  Armin Theissen  <armin@openoffice.org>  [0093628ad681b6dfc03f90b7d5ad6db8f11bca1d]

        merge in fix from OOO_STABLE_1 (r 1.8.2.1) to HEAD

2002-04-15  Mathias Bauer  <mba@openoffice.org>  [af744c3683a7d4bdef18bfdd717c04aa216c31ba]

        #98405#: wrong detection of properties

2002-04-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0279ac052323b2fd679e19feeb613815fcc64030]

        pre/post processing of scp files; scplink flags

2002-04-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1dc0922b1da215c8cdc5399625c213011ea2ca48]

        more to reset

2002-04-15  Kurt Zenker  <kz@openoffice.org>  [dcc953ea3d89060295b6e0fbff37bfa310ef4a2b]

        new version for SRX642

2002-04-15  Rüdiger Timm  <rt@openoffice.org>  [deebeec6d4c37950961387c172a7503d598e8578]

        new version for SRX642

2002-04-15  Eike Rathke  <er@openoffice.org>  [1f2b5e036958ba2e381d4bd702a532e0fe1ea2f7]

        #97286# MergeDocument: flag if 100th seconds are loaded and to be used in time compares

2002-04-15  Eike Rathke  <er@openoffice.org>  [f7646fd33544cd902d22f86a66cc33bacd94c82e]

        #97286# flag if 100th seconds are loaded and to be used in time compares

2002-04-15  Eike Rathke  <er@openoffice.org>  [56f6e497558148a837c8721bf04893f4bb5942fe]

        #97286# activate ChangeTrack 100th seconds only if really loaded (not stored in old files)

2002-04-15  Eike Rathke  <er@openoffice.org>  [eedd76ef7b0ae1761579a62f63558c666f47707b]

        #97286# add: IsEqualIgnore100Sec

2002-04-15  Kurt Zenker  <kz@openoffice.org>  [8cec2794812c1c507b120afc63f6f9869e9803f9]

        new version for SRX642

2002-04-15  Eike Rathke  <er@openoffice.org>  [4276b967ea478c2b381f608cb1fe2588ca3e2b67]

        #97286# store 100th seconds

2002-04-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ec3922e018575272b0a955192ebf22d807c41f8]

        SHALL shall be SHELL

2002-04-15  Rüdiger Timm  <rt@openoffice.org>  [313a2e75c78b94b18db8975b513c21bc71312268]

        #98612# update to xerces2 XML parser

2002-04-15  Kai Ahrens  <ka@openoffice.org>  [efcdcc461ae813469655a90045926dd58a54e4ec]

        #98549#: added new menu items (layer)

2002-04-15  Mathias Bauer  <mba@openoffice.org>  [616253d6c053469043a9c341de74ab8769b33504]

        #98405#: declaration missing

2002-04-15  Peter Burow  <pb@openoffice.org>  [9d2730bfb3f0321313f8f5a265c5a554532cdbea]

        fix: #98692# better german text

2002-04-15  Peter Burow  <pb@openoffice.org>  [09b34160a7858e4e6ce1cb8a5f004f47a01eb216]

        fix: #98693# better german text

2002-04-15  Thorsten Behrens  <thb@openoffice.org>  [337262a0c938e7c85886cdd683eb564598c6af12]

        #65293# Corrections for vc compiler

2002-04-15  Christian Lippka  <cl@openoffice.org>  [5036e269e24a52dc412bdfcd14cb106ea25e75ac]

        #97517# set default language at outliner before paint

2002-04-15  Frank Schönheit  <fs@openoffice.org>  [99fd85247bcda9a18ff0b113bc17f538dcc388ae]

        #98702# spelling issue in the german text

2002-04-15  Frank Schönheit  <fs@openoffice.org>  [bac4b859d409e7b54d61b57bb92d7ad91dadb07d]

        #98691# spelling issue in the german text

2002-04-15  Frank Schönheit  <fs@openoffice.org>  [a21c0df3951f956e7f09105a79c50d1d493a4ba2]

        #98687# spelling issue in the german text

2002-04-15  Christian Lippka  <cl@openoffice.org>  [c370eba0ca868b636df8e5caffda80ca395489d5]

        #97651# set backround color for text edit in each application

2002-04-15  Frank Schönheit  <fs@openoffice.org>  [3d38ae69e71f6af898ff6d99cc6d02814d9dcf41]

        #98686# spelling issue in the german text

2002-04-15  Christian Lippka  <cl@openoffice.org>  [e23352722981f76d79f682a132b00e22726ee280]

        #97651# set backround color for text edit in each application

2002-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7a822eb5395fede4466ba7f513ba9c2f84b0c7ef]

        #65293# Added dependency

2002-04-12  Niklas Nebel  <nn@openoffice.org>  [9dcbc833bb5f46f426bdcd5812a4bfc35d5146a0]

        #95319# include width/height in undo when moving whole columns/rows

2002-04-12  Kurt Zenker  <kz@openoffice.org>  [9f644eb7e2441eabeb038eab07d5d6fbf80d8194]

        new version for SRX642

2002-04-12  Matthias Huetsch  <mhu@openoffice.org>  [56de1fd06af937d6b865623e0702f72987ca9ff0]

        #96894#, #97098#, #97330# Added 't_alloc' application for memory allocator tests.

2002-04-12  Kurt Zenker  <kz@openoffice.org>  [14da6dfdc359bcb9a210239ce147b152637b2dd7]

        last version

2002-04-12  Kurt Zenker  <kz@openoffice.org>  [3f3c1c01ca02f3e766c67062f9a4cf4280f91d9a]

        new version for SRC641

2002-04-12  Daniel Vogelheim  <dvo@openoffice.org>  [035d4f47b12da76121752c54cfff0a131884eb95]

        #95586# fixed OrderRange(..) definition

2002-04-12  Kurt Zenker  <kz@openoffice.org>  [4241d0fa58ea944446e00586702c7e599a8da561]

        new version for SRX642

2002-04-12  Kurt Zenker  <kz@openoffice.org>  [c74d84ca020e5d12c78f5bfb1c0b74e9c387f245]

        new version for SRX642

2002-04-12  Andre Fischer  <af@openoffice.org>  [301cb656b7c72359486d4cebf14354c74f3cbdaf]

        #95585# Fixed makefile.

2002-04-12  Andre Fischer  <af@openoffice.org>  [36e6635a706028d4c95cd0683a1c60c88712ea59]

        #95585# removed file.

2002-04-12  Andre Fischer  <af@openoffice.org>  [f583491f5aa1307d87053e58bee846824096f167]

        #95585# Removed SAL_THROW(()) from destructor declaration.

2002-04-12  Kurt Zenker  <kz@openoffice.org>  [97573c8edc98f2e2cb436ab568d55182e92a5d5c]

        new version for SRX642

2002-04-12  Andre Fischer  <af@openoffice.org>  [03ac7c8170d926aa6f9f383e7781f633f3487047]

        #97772# Added update function to handlers.

2002-04-12  Vladimir Glazounov  <vg@openoffice.org>  [c00001904b3893abf3b2b17b6428c86ea2b0374e]

        #65293# MAV: use hpp headers instead of hdl

2002-04-12  Gregor Hartmann  <gh@openoffice.org>  [2f2f09814be0fec5a65a5a67186c9077e9def3a2]

        #98592#display status of loades files in status line rather than in separate window

2002-04-12  Sven Jacobi  <sj@openoffice.org>  [21e3539f99e001207ec881503f0263cd5ab85bb5]

        #97492# take care of new metaaction (META_LAYOUTMODE_ACTION)

2002-04-12  Vladimir Glazounov  <vg@openoffice.org>  [ea1c14b37feac9227f001f5fa264871008335ca8]

        #65293# CD: Use l-value for calling GetImage

2002-04-12  Daniel Vogelheim  <dvo@openoffice.org>  [3c08cc66a9aea6f880c7f020c709dd2cb407da6c]

        #95586# added XAccessibleSelection to paragraph         common XAccessibleSelection implementation for paragraph and document,         moved into the XAccessibleSelectionHelper class

2002-04-12  Armin Weiss  <aw@openoffice.org>  [8db1f6bb3e3aa1812e57e07ef10f4c6d81d02e59]

        #98568# In older versions, if in X or Y the size of the object was smaller than the visible area, the user-defined zoom was changed. This was decided to be a bug for 6.x, thus I developed a version which instead handles X/Y bigger/smaller and visibility questions seperately. The new behaviour is triggered with the bZoomAllowed parameter which for old behaviour should be set to sal_True. I looked at all uses of MakeVisible() in the application and found no valid reason for really changing the zoom factor, thus I decided to NOT expand (incompatible) this virtual method to get one more parameter. If this is wanted in later versions, feel free to add that bool to the parameter list.

2002-04-12  Philipp Lohmann  <pl@openoffice.org>  [0496df726e8da0a6d237f180d633ced3dc90d23e]

        #98633# copy font weight in copyPrintFont

2002-04-12  Christian Lippka  <cl@openoffice.org>  [8ff44536ceb076998054c19e202ed323d7029192]

        #97651# call SetBackgroundColor when painting a page

2002-04-12  Christian Lippka  <cl@openoffice.org>  [b7f4cdda8306e881b3f3d9a39ba48c90b9e976f5]

        #97651# call SetBackgroudColor correctly when painting preview page

2002-04-12  Christian Lippka  <cl@openoffice.org>  [d9ef4dd73514e287daa9e8e9da596a44703f9d8f]

        #97651# do not call SetBackgroundColor here since it should be handled different in the applications

2002-04-12  Herbert Duerr  <hdu@openoffice.org>  [e5f42224eb6bfe56a254445e1d01028de902fe09]

        #65293# remove compiler confusing blanks

2002-04-12  Christian Lippka  <cl@openoffice.org>  [2751b6f474f4d13d720c6bedcc18fc8c18ed16e1]

        #97518# added keyboard accessibility

2002-04-12  Andreas Bregas  <ab@openoffice.org>  [bd2169438ea545e30a1eb8b444859b5cb9df7ed1]

        #97322# Search in objects although they don't support XExactName

2002-04-12  Sascha Ballach  <sab@openoffice.org>  [ffe57fd7685a0758c4e801d4979479ab0a7c892c]

        #95584#; make it compileable on Windows

2002-04-12  Herbert Duerr  <hdu@openoffice.org>  [6342661c6e73d4eb7ad45b63a1657951448d3389]

        #65293# SetLayoutMode no longer inline

2002-04-12  Frank Meies  <fme@openoffice.org>  [23baad017b4777c9ecbfa7b837b9511cb7813eec]

        #91991#: Applied wrong attribute in extended input mode due to the common underline feature

2002-04-12  Frank Meies  <fme@openoffice.org>  [f30f9fbbb391ae599565c2a03c2d27f3f35b4852]

        #91991#: Applied wrong attribute in extended input mode due to the common underline feature

2002-04-12  Mathias Bauer  <mba@openoffice.org>  [9f64e4f534b8c581f8a408d358ff7d7a0b63c1d0]

        #98405#: better parameter conversion for macro recorder

2002-04-12  Mathias Bauer  <mba@openoffice.org>  [fdb60aa25edad71be2af6c0be4a7a6f28b697411]

        #97499#: new Item for supporting images

2002-04-12  Oliver Specht  <os@openoffice.org>  [310c332e9aa0e000fd8f51bcb4bea133971d1435]

        #97695# use color configuration

2002-04-12  Mathias Bauer  <mba@openoffice.org>  [a778c002c4849e9a4e5c8f6ae768e1bc234991a1]

        #98405#: new ordering in csv

2002-04-12  Mathias Bauer  <mba@openoffice.org>  [59063284c25e1febf4694f99b52c2c1ca8fbc2c1]

        #98405#: better parameter conversion for macro recorder

2002-04-12  Oliver Specht  <os@openoffice.org>  [eb836c9aa8dc4cf75e393b92f59540bae221f1be]

        #97695# use color configuration ted

2002-04-12  Oliver Specht  <os@openoffice.org>  [4271c292a0a430bd9885827c0dcd658dd46bddfb]

        #97695# color configuration almost completed

2002-04-12  Mathias Bauer  <mba@openoffice.org>  [431464df8dcc5c2c5820db7dca3d36fadef084bb]

        #98405#: better parameter conversion for macro recorder

2002-04-12  Oliver Specht  <os@openoffice.org>  [bcd64d3efb4446f3ff0b63451443b6ff8c684f03]

        #97695# color configuration almost completed

2002-04-12  Stephan Schäfer  <ssa@openoffice.org>  [1b91a337a5758ee8983db868d3ab603ee1cbc224]

        #91991# merge 1.39.2.4

2002-04-12  Daniel Vogelheim  <dvo@openoffice.org>  [8e99f2171e86aac1da1e31b75e6a89b743bcad02]

        #95586# simple XAccessibleSelection implementation at the document

2002-04-12  Kurt Zenker  <kz@openoffice.org>  [876a4a1ab7c9394be0fa552a3e2f4224146de5d6]

        SRX642

2002-04-12  Christian Lippka  <cl@openoffice.org>  [50a6f782ab83d743400a74959c9709e9cef8aca4]

        added IsBackgroundDark property

2002-04-12  Christian Lippka  <cl@openoffice.org>  [7b7256c7915186e680ad2d7eca9c2063107ea78e]

        added missing URL service

2002-04-12  Andre Fischer  <af@openoffice.org>  [849ad1e7d9a80fae70098bc6b5b7fde66f95230d]

        #95585# Removed superfluous entry from object file list.

2002-04-12  Mikhail Voitenko  <mav@openoffice.org>  [02728933f49600473198bdb73f815fa6342a3dfa]

        #98385# default filter for API SaveAs SaveTo calls

2002-04-12  Mikhail Voitenko  <mav@openoffice.org>  [155456d02dec68ad46cbe6b0a0c9f935f1d8b789]

        #98425# Export functionality

2002-04-12  Sascha Ballach  <sab@openoffice.org>  [f97525d480161dc3aa613d0044a009e9e0265e26]

        #98665#; don't try to get default style out of the range of the default styles

2002-04-11  Andre Fischer  <af@openoffice.org>  [0712ed1bc5d94cf1e38c1f5c9e89f1aa027c39b7]

        #95585# Minor fixes to include new AccessibleViewForwarder class.

2002-04-11  Andre Fischer  <af@openoffice.org>  [3cca41a149516b28c841030bd1b25cd74a92c9aa]

        #95585# Calling new Init method of AccessibleDocumentView class.  Passing view shell.

2002-04-11  Philipp Lohmann  <pl@openoffice.org>  [cecf8b695fb2715b990f57091a5368cd5a9cf544]

        #98661# Bootstrap needs absolute path

2002-04-11  Herbert Duerr  <hdu@openoffice.org>  [3bdfd841daaa31289699ace45868821ab96a08df]

        #97492# MetaTextArrayAction: save last value of pDXArray

2002-04-11  Frank Schönheit  <fs@openoffice.org>  [7dad1bc8fb301881598e430447397b16f16756bf]

        +BROWSER_SMART_HIDECURSOR: allows better selection visualization in EditBrowseBoxes (normally, every EBB should use this instead of BROWSER_HIDECURSOR)

2002-04-11  Daniel Boelzle  <dbo@openoffice.org>  [e5164e45ddb84a7c94f4f06ea6799744e4ca1623]

        #88919# ignore case for windows file paths

2002-04-11  Daniel Boelzle  <dbo@openoffice.org>  [db2614e6bb621781e2fba6c1f7b8bf99736b55eb]

        #88919# switched to dbo-1

2002-04-11  Frank Schönheit  <fs@openoffice.org>  [f48bda15e474576c30912369329eec3f2a6d22eb]

        #98483# BROWSER_SELECTCOLUMN

2002-04-11  Frank Schönheit  <fs@openoffice.org>  [3171496cdffb772d624b97668bfed7d6def9b39b]

        #98483# FirstSelectedColumn/NextSelectedColumn

2002-04-11  Frank Schönheit  <fs@openoffice.org>  [6c6b87e779274a8852aa4d26cca1fe1e2138f8a2]

        #98483# allow for row/column selection (event when currently editing)

2002-04-11  Herbert Duerr  <hdu@openoffice.org>  [6f7a5fd83b367d93bb5977ee5122417c4b400d81]

        #97492# fix justification miscalculation and RTL offset

2002-04-11  Joachim Lingner  <jl@openoffice.org>  [c7b49c54a61620e64116e03d9fe68cf3b5cba047]

        #97746# java helper classes

2002-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [015703e0aee4f1cb958c359ddaf60f2719e6cb94]

        #65293#: fixed symlinked action

2002-04-11  Caolán McNamara  <cmc@openoffice.org>  [5eca923f3bc9ad578c85149cb039c64599045aec]

        #i3204# protect inserting text into drawboxs against lists and symbol insertion and other differently supported elements

2002-04-11  Caolán McNamara  <cmc@openoffice.org>  [a5888e029d32905bf134a11b894f0ebf6b505dbb]

        #i3204# SetModel after SetItemSet

2002-04-11  Carsten Driesner  <cd@openoffice.org>  [3906aa3a718761b094c35b245e1d8269c6998653]

        #98598# Support high contrast images for toolboxes and menus

2002-04-11  Joachim Lingner  <jl@openoffice.org>  [c6a91cd5d39a0352d97ccf149d1599260043ceb3]

        #97746# java helper classes

2002-04-11  Mikhail Voitenko  <mav@openoffice.org>  [ae33e1a9f7c8f55049bca7b2d2fb46a4b0c66932]

        #97903# now setPropertyValue returns a result

2002-04-11  Bernd Eilers  <bei@openoffice.org>  [62756c48a769474fefcfef1b04fcf4e92639a20c]

        #98612# update to xerces2 XML parser

2002-04-11  Bernd Eilers  <bei@openoffice.org>  [b7ef406f89d667cd22617d93bb59be3c15db19fb]

        #98612# update to xerces2 XML parser

2002-04-11  Michael Brauer  <mib@openoffice.org>  [1b891b43cc34b6b2e2b21910679a087611ced248]

        #95586#: Accessible tables started

2002-04-11  Andreas Martens  <ama@openoffice.org>  [bef927aa0b3bf529f3f63591d5cecbc1a6dc9bbc]

        Fix #96870#: Take care of the mapmode

2002-04-11  Michael Brauer  <mib@openoffice.org>  [a69b916b62a2fee88e43f4c0256c75b636c1cbe8]

        #98604#: Don't GPF if layout is desctructed by the the last view

2002-04-11  Jörg Barfurth  <jb@openoffice.org>  [6e000b55a5e833b8fe8a16a1d1e781d73531091e]

        #98628# Don't closeKey, if it is the root key

2002-04-11  Joachim Lingner  <jl@openoffice.org>  [d931b38e89cfcbc3c1e417affb6bc538555d0633]

        *** empty log message ***

2002-04-11  Michael Brauer  <mib@openoffice.org>  [67fb38659ccc4dbb15fbf9bf4bd7de45ebbef364]

        #96686#: Accessible tabes started

2002-04-11  Joachim Lingner  <jl@openoffice.org>  [53c0e92dae156dce13bcf8fb1d825ad2df91ac99]

        #97746#

2002-04-11  Andre Fischer  <af@openoffice.org>  [f41dc62b68caec33cf197a708bfe07b85abb9e8a]

        #95585# Added new file.  Eanbled exceptions.

2002-04-11  Andre Fischer  <af@openoffice.org>  [6b485c2475ae18ac17c8f3e340dd2c583d085a46]

        #95585# Initial revision.

2002-04-11  Andre Fischer  <af@openoffice.org>  [1bb170e91ec95f79763f53b7d8a4423fb51513f9]

        #95585# Workarround for Solaris macro compiler bug.

2002-04-11  Andre Fischer  <af@openoffice.org>  [00a6d03741ff259447c43641445ab985b22bcf10]

        #95585# Removed dummy implementation of private default- and copy constructor and assignment operator.

2002-04-11  Andre Fischer  <af@openoffice.org>  [80774d2d0d8dad5737b0c09884bfd611d92a2c7d]

        #95585# initial revision.

2002-04-11  Sven Jacobi  <sj@openoffice.org>  [5105df20d60d661b22a5ec81884fa80fd74a72a6]

        #98423# implementing service for graphic filter dialogs

2002-04-11  Andre Fischer  <af@openoffice.org>  [f197a170bf40a7b5f726fe11cc7cc58b6ba17b5a]

        #95585# Added two new files.

2002-04-11  Andre Fischer  <af@openoffice.org>  [bda7a4becfa91d17cee20ab8847a96ea80874cc8]

        #95585# Initial revision.

2002-04-11  Andre Fischer  <af@openoffice.org>  [2a5f9042ce185541081f21af2a171741d34a3960]

        #95585# Calling new Init method of accessible shapes.

2002-04-11  Andre Fischer  <af@openoffice.org>  [cdd61a7b4da67b49acfbbfd1987ed4ba74d0c093]

        #95585# Moved actual implementation into ChildrenManagerImpl class

2002-04-11  Andre Fischer  <af@openoffice.org>  [7adedbfc7311970a9cf9feb1725afb020797acfa]

        #95585# Removed coordinate transformation.  Added support for view forwarder.

2002-04-11  Andre Fischer  <af@openoffice.org>  [cd521ba8e4fc8064c0550fd90d9171db5b1ef7df]

        #95585# Workarround for Solaris macro compiler bug.

2002-04-11  Andre Fischer  <af@openoffice.org>  [6fbfe61011fbdaf5dc5f134e4204e0c2372fe2ab]

        #95585# Included accessible edit engine.  Removed registering at model and controller.

2002-04-11  Andre Fischer  <af@openoffice.org>  [563dc683a2d12049ac27a1c166087f010ddcab07]

        #95585# Changed base class into WeakComponentHelper.  Added support for states and relations.

2002-04-11  Andre Fischer  <af@openoffice.org>  [46a839e6efab655985bf46d3304e6781cadee4ff]

        #95585# Added default implementation for getAccessibleAt.

2002-04-11  Carsten Driesner  <cd@openoffice.org>  [bc2f6d765a6dea3d4c4aca78b65785bc23ebf0f1]

        #98598# High contrast support for toolboxes and menus

2002-04-11  Daniel Rentz  <dr@openoffice.org>  [ead3a3a86a2a0556f51a2f95c52fe2857382e764]

        #98504# import/export label ranges

2002-04-11  Daniel Rentz  <dr@openoffice.org>  [c22f1c1d242c9f33c3bedf2de7ac313cb68e5607]

        no predump for dv recs

2002-04-11  Daniel Boelzle  <dbo@openoffice.org>  [3f39b5cb2fd12de83c28d56e6769f97c8d930a79]

        #88919# bootstrap recursions

2002-04-11  Daniel Boelzle  <dbo@openoffice.org>  [c3141131400ee0edfab1555078c88dfa786d67a9]

        #88919# security tests

2002-04-11  Philipp Lohmann  <pl@openoffice.org>  [1296fcdafbcc655a3b69f84d550002469fb50bd0]

        #97741# #96524# catch exceptions and throw only as per exception specification

2002-04-11  Carsten Driesner  <cd@openoffice.org>  [c204eed4c0cfbfc9e28797defff95c0017968cd5]

        #98598# High contrast support for toolboxes and menus

2002-04-11  Oliver Specht  <os@openoffice.org>  [c2e5f30c18e7710126ce3d40da961e4ea7cea05d]

        #95665# enable brochure printing in form letters

2002-04-11  Kurt Zenker  <kz@openoffice.org>  [7fa06005b6fd097f5903cd2143bae1b6722e82f0]

        new version for SRX642

2002-04-11  Thorsten Behrens  <thb@openoffice.org>  [3e4bd10437469c4d499e5cb1083c5c95bbb11395]

        #96948#

2002-04-11  sz  <sz@openoffice.org>  [805eedffaa5e2554514db409061f814c2b325bfe]

        changed target to sal/qa, enabled automated test

2002-04-11  Peter Burow  <pb@openoffice.org>  [9175ab3545ac0e945c7132870dd5c2c2115ad255]

        fix: #98597# support for high contrast added

2002-04-11  Peter Burow  <pb@openoffice.org>  [261ae0b1519f522c3cccd82b84c69433f8aac3ab]

        fix: #98597# high contrast imagelist added

2002-04-11  Sascha Ballach  <sab@openoffice.org>  [e7c969e53a6990dc8ff55b627be4fbde0a84ee88]

        #95584#; make isCompleteSheetSelected work

2002-04-11  Sascha Ballach  <sab@openoffice.org>  [8ba5b3c8930e7915f2c4f1265313eaa39238d3e7]

        #95584#; add child selection

2002-04-11  Sascha Ballach  <sab@openoffice.org>  [1bb4f9fc294d93c2f815d09f43771617a611b070]

        #95584#; set draw selection mode if necessary; unselect all if any or XShapes is empty

2002-04-11  Sascha Ballach  <sab@openoffice.org>  [4e01ce545dcd08bce7d9551bffc3c98392b7cf5e]

        #95584#; remember of setting draw select mode

2002-04-11  Thomas Benisch  <tbe@openoffice.org>  [7f5dc70744e71ff40b1d85fbf67b50a0cd7b4964]

        #97222# added vclxaccessiblescrollbar.obj

2002-04-11  Thomas Benisch  <tbe@openoffice.org>  [c4ecc67202b38d9ce6f6e7e5333de80a93bed5b2]

        #97222# CreateAccessibleContext for VCLXScrollBar

2002-04-11  Oliver Specht  <os@openoffice.org>  [21d369648753f05d59d238f09ceefdbe0d571e86]

        #96678# left/right label undone

2002-04-11  Daniel Boelzle  <dbo@openoffice.org>  [f370f37e518b46d9ec36e22584b534a2f33a4bce]

        #88919# doc review

2002-04-11  Daniel Boelzle  <dbo@openoffice.org>  [9d66c206804ae1b66f96647cb35b959eba45d7b7]

        #88919# added minor inline

2002-04-11  Gregor Hartmann  <gh@openoffice.org>  [f0349163e76f0fe21cd0232832c1fa1c2574c7c2]

        #93845#Make font configurable

2002-04-11  Mathias Bauer  <mba@openoffice.org>  [62b750dbdc7c9a3206e7b16ff96384a658f36e83]

        #98405#: support macro recorder

2002-04-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0dcdd2e73522941c3cb468b272dfc11f39d3e84]

        pay tribute to shellmetas...

2002-04-10  Daniel Vogelheim  <dvo@openoffice.org>  [919a94437ebc8502ce1cc5881a50d7372c94024c]

        #98376# added section property

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [de2b1b191784288f63ca4cda8fb036133fbbccee]

        new version for SRX642

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [88cc89fd1f289535cc09ea3f841e294df8360e5a]

        new version for SRX642

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [10e64d1991a0e949efb7a378fd17243e92dc5579]

        new version for SRX642

2002-04-10  Rüdiger Timm  <rt@openoffice.org>  [04fda72b10d1706a5f0d7363959d05d2b29ca956]

        new version for SRX642

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [624e2b7aaf45bf47a87a28674c5293dd6645f60a]

        new version for SRX642

2002-04-10  Philipp Lohmann  <pl@openoffice.org>  [298a274dfe69baba03f10c30acdcfcb3c4ad85d6]

        #98616# corrected ImplSetFrameWindow

2002-04-10  Oliver Braun  <obr@openoffice.org>  [f74b61dfdcc2912d699f114a44822448d802be9b]

        #97392#, #i2398# do not rely on >.< as variant delimiter

2002-04-10  Frank Meies  <fme@openoffice.org>  [bfda01ff65e2dd9778fc81fe82fef48259f419bf]

        #96678# Vertical Layout - Asian justified alignment was not considered during printing

2002-04-10  Niklas Nebel  <nn@openoffice.org>  [24fbb8bd01ef1febb442dab2ccdb4fca3bc3fe77]

        #97777# keyboard shortcut for input line

2002-04-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7a81ab60f20a668d9339b4431d76709bb0ba86ec]

        don't search INCLUDEDIRS if filename of include starts at fs-root

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [79b063b653f4aa6152ca6c26b606dc6608967638]

        new version for SRX642

2002-04-10  Andreas Bregas  <ab@openoffice.org>  [c82533f8c8ac2fd6cf4efcaef90c5809ac759d73]

        #97790# Fixed XTypeProvider handling

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [265f767cff729269c46709e0bc76b43d7313a072]

        new version for SRX642

2002-04-10  Oliver Specht  <os@openoffice.org>  [a52622d63caef420993d604748c04d0a59d84672]

        #98453# regard vertical writing in grid calculation; eliminate rounding errors

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [0c86582229224905f061f167768d45500a6debcb]

        new version for SRX642

2002-04-10  Oliver Specht  <os@openoffice.org>  [c07455ded41fa3385c7c6f68ff80a59f40c1556d]

        #98453# regard vertical writing in grid calculation; eliminate rounding errors

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [5da7d72ba5220c75159adfca61ffda2ef178e542]

        new version for SRC641

2002-04-10  Daniel Rentz  <dr@openoffice.org>  [b1853d435a1b8323a7baa4d1b2415a697b1146f4]

        label ranges

2002-04-10  Aidan Butler  <aidan@openoffice.org>  [2b813f7d74e9e727347b506546a043b8be1c043b]

        *** empty log message ***

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [3389dafd44cbf655195d02cf5e4c36d9380d6a89]

        new version for SRC641

2002-04-10  Daniel Rentz  <dr@openoffice.org>  [bcd1d53073a9b9c9e65c7c8fabd7bdee1dec2c3f]

        #92215# export data validation

2002-04-10  Daniel Rentz  <dr@openoffice.org>  [3a3ab92f30cf182de0a2f5c905be716c4fecec64]

        #92215# ignore drop down list button

2002-04-10  Stephan Schäfer  <ssa@openoffice.org>  [c30e0cd9948e721e114d1233daca14ec9496bcd2]

        #97886# remove unnecessary page border offset

2002-04-10  Rüdiger Timm  <rt@openoffice.org>  [84f495d91e1c0c4d542c16de1067e266f7bca87a]

        #65293# return types fixed

2002-04-10  Oliver Specht  <os@openoffice.org>  [9bae457c1f5c74f409d3d0e8ac294eddc9c826d6]

        #98383# call CloseInStream() after Save

2002-04-10  Andre Fischer  <af@openoffice.org>  [a14d3fe7774568c333ff73e9fc48a7bb67cb1e1e]

        #95585# Fixes uses of the RTL_CONSTASCII_USTRINGPARAM macro.

2002-04-10  Eike Rathke  <er@openoffice.org>  [8e3b60e2738dd1d5a75ff10f257df44bceaae2ad]

        #97583# incorporate changes already made, but forgotten to move to i18npool #97472# rename service Calendar to LocaleCalendar due to name clash with struct Calendar

2002-04-10  Eike Rathke  <er@openoffice.org>  [1543de077161bf8298c378867a6134b5dbb113ee]

        #97583# incorporate changes already made, but forgotten to move to i18npool #97472# rename service Calendar to LocaleCalendar due to name clash with struct Calendar

2002-04-10  Eike Rathke  <er@openoffice.org>  [aa93668438ec16db23b89cbc70d8e394a7de0913]

        #97583# dependency from icu

2002-04-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3a80b5ffe7354d65d72681909aa99c023244643]

        great unified wrapper - convert path parameters from cygwin to dos conventions

2002-04-10  Aidan Butler  <aidan@openoffice.org>  [c14c00cc3b8aa7753d40790b742045aaa59a65ac]

        *** empty log message ***

2002-04-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [93c7ee90c9acd0dbf44a1165a195ec3e6218a512]

        windows/tcsh

2002-04-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ad3c3f8067861a904fbfc7506a5400a56fb1817]

        remove echo commands in filter generation

2002-04-10  Niklas Nebel  <nn@openoffice.org>  [fd811b98e9d14134e6dcfb1b27af000b32fdc827]

        #97777# show note marker by keyboard

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [8f408165539eb3c36bb8dd211e09eef960d72ab8]

        current version from SRC641

2002-04-10  Vladimir Glazounov  <vg@openoffice.org>  [559e65f29bf33df63d191c0934bbcb97b497bc47]

        #65293# CL: added newline to end of file

2002-04-10  Andre Fischer  <af@openoffice.org>  [0ab7429c37134662345f2c9767542248345047f3]

        #95585# Added two interfaces concerning the accessible view forwarder.

2002-04-10  Philipp Lohmann  <pl@openoffice.org>  [ccfb2713a187518716374828a196ba875e0e8f0a]

        #98148# drop dependency to configuration

2002-04-10  Martin Hollmichel  <mh@openoffice.org>  [c5bb9784499931348d3c5f4b1e5cf354a486392d]

        merge2top: merge branch OOO_STABLE_1 (1.13.12) 2002/04/10 08:11:19 mh 1.13.12.1: join: from OO638C for macosx

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [67c724d11e526f0d6856b3e87ebd5d7df3155ed9]

        new version for SRX642

2002-04-10  Frank Schönheit  <fs@openoffice.org>  [113e19e0e21dc8720801775ee985c633c1982595]

        #98553# allow for empty document model - happens when copy'n'pasting form controls between documents

2002-04-10  Frank Meies  <fme@openoffice.org>  [10d9536ce66f53f083a5ca2cc51242d5f8d7ae61]

        #98281# CTL - New function to get SwScriptInfo from SwTxtFrm

2002-04-10  Frank Meies  <fme@openoffice.org>  [778b662ae4602c86ac9dfbf05e93f4169d698444]

        #98281# CTL - Kashida support

2002-04-10  Frank Meies  <fme@openoffice.org>  [7c49be27226218254a2b6dc6b7abb366c200cc0b]

        #98281# CTL - Use SwScriptInfo instead of breakiterator to determine script type

2002-04-10  Frank Meies  <fme@openoffice.org>  [147af6f142b6a56a67f2f7db1e15e1e88794f019]

        #98281# CTL - Kashida support

2002-04-10  Frank Meies  <fme@openoffice.org>  [7906f0140a7239f8f63776c74062bbc133e343b7]

        #98281# CTL - Move SwScanner class to inc directory in order to be used by SwScriptInfo

2002-04-10  Frank Meies  <fme@openoffice.org>  [132280934a24fd1500704e1991da0192ad5df569]

        #98281# CTL - New function to obtain SwScriptInfo from SwTxtFrm (wrong comment in r1.32)

2002-04-10  Frank Schönheit  <fs@openoffice.org>  [88bbe35608eae350f55513e14fbb54f0b1464191]

        #98181# for m_aLocale (use for parsing/generating predicate strings), use the system locale as set in OOo's options, not the locale of the office installation as found in the configuration

2002-04-10  Frank Meies  <fme@openoffice.org>  [4423e5312c3efed947d0217395f0250ef0a93057]

        #98281# CTL - Kashida support (wrong comment in r1.24)

2002-04-10  Frank Meies  <fme@openoffice.org>  [1a1084f7faa45862add9bf13cf0b4b8c6ee04f19]

        #98281# CTL - Kashida support (wrong comment in r1.23)

2002-04-10  Frank Schönheit  <fs@openoffice.org>  [60f1f8be0117ce05a5a60289d948260f99f4a9d0]

        #98181# use the system locale (as found in the options) instead of the window/settings locale

2002-04-10  Frank Meies  <fme@openoffice.org>  [4dbfe0ea37255a012322b123ad92bddb2065dca4]

        #98281# CTL - Let SwTxtCrsrSave handle the setting of the x coordinate (wrong comment in r1.45)

2002-04-10  Frank Schönheit  <fs@openoffice.org>  [c5fa4b4bfedaf57d770faa19dc00ef877fd27ff8]

        #98181# the filter dialog got a new ctor param

2002-04-10  Frank Meies  <fme@openoffice.org>  [41728c2a597ea7f3c75df9223330e28ca95b8eea]

        #98281# CTL - SwScriptInfo is useless inside field portions - do not pass it (wrong comment in r1.61)

2002-04-10  Frank Meies  <fme@openoffice.org>  [925e6e885df5b533d131942d2967ec0a4157fc98]

        #98281# Wrong icu location

2002-04-10  Frank Meies  <fme@openoffice.org>  [47eb4e01731d502ec9fd1c882222feb27bf47ce6]

        #97012#: Wrong line break with more thnn one punctuation mark

2002-04-10  gt  <gt@openoffice.org>  [f89d7fedf330659f538c730c6faec13b76fdcd78]

        #65293# SvImpLBox::SvImpLBox(): delete depricated feature

2002-04-10  Carsten Driesner  <cd@openoffice.org>  [8e409f615debd1fa52fc3f1cb4b6c5e992f9b298]

        #98441# Use installed language for resources after bootstrapping

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [a055b799bdc4b5391fa000f5879ea19c596fa185]

        new version for SRX642

2002-04-10  Kurt Zenker  <kz@openoffice.org>  [74d3df0d021f6cd7d549072c5c8c16746b27f722]

        new version for SRX642

2002-04-09  Kurt Zenker  <kz@openoffice.org>  [8de8544c422456aa254a629f9dfe5560e998d8f9]

        new version for SRX642

2002-04-09  Kurt Zenker  <kz@openoffice.org>  [7cddae17fb5bb11c8bc24199b298734ac85b334c]

        new version for SRX642

2002-04-09  Kurt Zenker  <kz@openoffice.org>  [445c6601120cb92952ed6c202126fbcf87bce39d]

        new version for SRX642

2002-04-09  Kurt Zenker  <kz@openoffice.org>  [d659591bdd2408a76eeb2da278f9a48314277bb1]

        new version for SRX642

2002-04-09  Martin Hollmichel  <mh@openoffice.org>  [b8ff03510f9418ac45e805aa8bb3a1afa1885152]

        merge2top: merge branch OOO_STABLE_1 (1.21.2) 2002/04/09 18:10:58 mh 1.21.2.1: make osl_getModileURLFromAddress compile for MacOSX #2588

2002-04-09  Martin Hollmichel  <mh@openoffice.org>  [d0d49ea877b2ac3e40816e3d1a7927babee0e2bd]

        merge2top: merge branch OOO_STABLE_1 (1.15.2) 2002/03/17 11:46:37 mrauch 1.15.2.1: Add NetBSD support. 2002/04/09 18:09:16 mh 1.15.2.2: join : from OO638C, macosx

2002-04-09  Martin Hollmichel  <mh@openoffice.org>  [2cc3a200639de24c9778720ea7273051a50ba243]

        merge2top: merge branch OOO_STABLE_1 (1.8.2) 2002/04/09 18:00:09 mh 1.8.2.1: join from OOO638C, macosx enhancements

2002-04-09  Martin Hollmichel  <mh@openoffice.org>  [1efd6af527c44264fd2d153014881823c3c5e06e]

        merge2top: merge branch OOO_STABLE_1 (1.8.10) 2002/04/09 15:34:57 mh 1.8.10.1: join: from OO638C, macosx enhancements

2002-04-09  Martin Hollmichel  <mh@openoffice.org>  [f2dbbf0f3f36fd0646ff5757c12f54770a7d10b4]

        fixed typo for FreeBSD

2002-04-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2189663291c312a9fed75521f117847fc0940e6e]

        cygwin support

2002-04-09  Philipp Lohmann  <pl@openoffice.org>  [103b899c31cecc7fcf01bcde874b2ea11f383a10]

        #98551# add: rotate/mirror item images

2002-04-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f79d04e390be21147ed6a66004de81e7ef34f02]

        remove echo commands in filter generation

2002-04-09  Herbert Duerr  <hdu@openoffice.org>  [464dd6ce9b05f6cc18347b5bdbe0c79b0df9d032]

        #97492# implement MetaLayoutModeAction

2002-04-09  Daniel Vogelheim  <dvo@openoffice.org>  [699d1999324d6efa4e3fcdd5d6e205cfe2c0eafe]

        #95586# improved accessibility replacement texts

2002-04-09  Daniel Vogelheim  <dvo@openoffice.org>  [e2fe13da0b04f4b5a362efb879da77d9781d7b9c]

        #95586# added accessibility replacement text for bullet graphics

2002-04-09  Daniel Vogelheim  <dvo@openoffice.org>  [8ef581eda7c588ed7695c39b7e05a1265b492b42]

        #95586# use default Handle,State value for getCharacterAttribute(...)

2002-04-09  Daniel Vogelheim  <dvo@openoffice.org>  [13b2ff6e773f5754d6a5b080fb3ac14b79657b33]

        #95586# Fixed problem with non-terminating loop

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [b5ffea0829779fa5a82174216240daff9daa7164]

        #98181# use the SystemLocale for parsing

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [efffb5fe2e2c40be7315a91023d794d89e76ad4b]

        merged the changes 1.37.4.6->1.37.4.7 into this top-level branch - they were wrongly committed to the src641 branch

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [8a6d1cb79e3b8eb69736b9b762499968499a7e4f]

        #98181# renamed the OQueryParseContext (more abstract now)

2002-04-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [105ad1da5c604fefa4a6eb1fd7f86f70b56c4e6f]

        #98459#: implement symlink action

2002-04-09  Philipp Lohmann  <pl@openoffice.org>  [34d6426f122f76820e81d82fb67a8b92028b2640]

        #96792# release mouse before startDrag

2002-04-09  Daniel Rentz  <dr@openoffice.org>  [9ed1b81a5daa996cc05f7ed8e51ff5e893d35c07]

        #92215# data validation import fixed

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [ad7f0f87c280ee5b75ed9ba772f3e00d9cf01d8b]

        #98181# use a ::dbtools::OPredicateInputController

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [afcf0dccc622800f99cd0824f506e4a36c28bcb2]

        #98181# renamed the OQueryParseContext (more abstract now)

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [617e8f197e31aafd3b8e36ba496237d213b985b8]

        #98181# use a ::dbtools::OPredicateInputController

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [00d21e6067933187a10f2e946e03f83a3acc5e33]

        #98181# outsourced getNumberFormatProperty to comphelper

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [037a1938050dba4942ea90bccebc293c711eaa95]

        #98181# +getNumberFormatProperty

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [c25b0c107e9913364252fe23028390bc6ad123b3]

        #98181# +predicateinput

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [ade64b0a77088d42dd2da7c8e9103ede67b5082c]

        initial checkin - helper class for inputting predicate values

2002-04-09  Andreas Martens  <ama@openoffice.org>  [dad1868fcec71a2602591a817e7f9bd4f600f726]

        Fix #98156#: Leave the selected frame

2002-04-09  Daniel Rentz  <dr@openoffice.org>  [e1aa2be6c6f61db8f0320e8abd25bf91caa14ae5]

        DV update

2002-04-09  Daniel Vogelheim  <dvo@openoffice.org>  [571169285f817c98463d9f2a1e6fbc4ffceb5c23]

        #95586# replacement text for bullet graphics

2002-04-09  Niklas Nebel  <nn@openoffice.org>  [29b82a1ee8939dd2ee9d9fe45499cfd6f71be788]

        #95961# when not loading, assume utf-8 encoding (for clipboard)

2002-04-09  Andre Fischer  <af@openoffice.org>  [e90d96399f38f4467bafa43efc5850659cdde7bd]

        #97772# Fixed removal of nodes from canvas.

2002-04-09  Daniel Vogelheim  <dvo@openoffice.org>  [95a83306dbb78e71f24c9e310cc6c864a9866dfb]

        #95586# don't allow editing of non-editable content

2002-04-09  Caolán McNamara  <cmc@openoffice.org>  [0b4adcffc508fa7688068f321d03c4dea6d3bb8c]

        #i3265# page follow styles can sort of be exported as title page sections in word

2002-04-09  Eike Rathke  <er@openoffice.org>  [a2f68dbf285db57267e9b6a626ba9a09f0b35fce]

        #98350# use unsharp CSS font-size values instead of HTML size in style

2002-04-09  Kai Ahrens  <ka@openoffice.org>  [25e55ed1a6dfba4a85d75dab76f7b1049027e98d]

        #98406#: added shortcut to activate empty graphic presentation objects

2002-04-09  Eike Rathke  <er@openoffice.org>  [1791f81f28a0237641f22d8cb02584f67bfc08c3]

        #98350# use unsharp CSS font-size values instead of HTML size in style

2002-04-09  Carsten Driesner  <cd@openoffice.org>  [2f1123c2750db00e36ff9ccc5b72527efd0d343d]

        #98477# Use correct conversion method to convert file URL to GUI system path

2002-04-09  Oliver Specht  <os@openoffice.org>  [4b9670b9dcb660cd0ba45746ab4b15682f4d8fbb]

        #98108# Shift+F5 selects first frame or draw object

2002-04-09  Kai Ahrens  <ka@openoffice.org>  [9d2011d540e33d9e9f37b2def5ee40880a84889f]

        #97661#: don't add objectshell if it is created with SFX_CREATE_MODE_EMBEDDED

2002-04-09  Andre Fischer  <af@openoffice.org>  [79eaeee938a07d60c523cd7da099f54894366574]

        #97772# Fixed setting the root node of the tree model.

2002-04-09  Aidan Butler  <aidan@openoffice.org>  [97cbb749eb994f46072684586434a9bba27b5f6e]

        *** empty log message ***

2002-04-09  Aidan Butler  <aidan@openoffice.org>  [caee52de75d261d7ad582025d78aaaeb68f24062]

        Added Merge capability

2002-04-09  Andre Fischer  <af@openoffice.org>  [fb15bdc4524fa5950de19ae239f2d21d64aa745c]

        #97772# Added File menu with Quit entry.

2002-04-09  Andre Fischer  <af@openoffice.org>  [afaa356ab2c396e39d9b22882319ece97bdb2132]

        #97772# Removal of internal dead lock.

2002-04-09  Andre Fischer  <af@openoffice.org>  [2a51b627f4d2e1f2bf0c5ad6fae8f9e356d0edab]

        #97772# Clean up of AccessibleObject handling.

2002-04-09  Kai Sommerfeld  <kso@openoffice.org>  [cbad276c9f6c5a53040e8912ae5ec318328a403c]

        #92347# - Changed return value of all setPropertyValue[s] methods.

2002-04-09  Thomas Lange  <tl@openoffice.org>  [c529bb657e0f82b44e37ffa0fcddb1f9ad4c92cb]

        #97325# replace text in thesaurus dialog fixed ( '*' char and text between '(' and ')' removed).

2002-04-09  Caolán McNamara  <cmc@openoffice.org>  [7bc328683a942e23b0b95b541719e83cbfdd3f5f]

        #98564# Im|Ex controls font height

2002-04-09  Martin Hollmichel  <mh@openoffice.org>  [38b6848da601bf221124e63e38db98b2049a8909]

        merge2top: merge branch OOO_STABLE_1 (1.14.2) 2002/03/17 11:48:42 mrauch 1.14.2.1: Add NetBSD support.

2002-04-09  Martin Hollmichel  <mh@openoffice.org>  [d97f08d78118eee69584d518f05d3a5f125ea820]

        merge2top: merge branch OOO_STABLE_1 (1.3.18) 2002/03/17 11:34:13 mrauch 1.3.18.1: Add getpwuid_r function for NetBSD.

2002-04-09  Martin Hollmichel  <mh@openoffice.org>  [667f4db6f47fd7fc9e5b0f5cb57e37497bde8cb4]

        merge2top: merge branch OOO_STABLE_1 (1.15.2) 2002/03/17 11:46:37 mrauch 1.15.2.1: Add NetBSD support.

2002-04-09  Matthias Huetsch  <mhu@openoffice.org>  [3fe5830e7e8766c09abcd682d93f5bc80561176e]

        Removed (long) obsolete files.

2002-04-09  Kurt Zenker  <kz@openoffice.org>  [bf589045abf2366229d84104ff7df286b9858112]

        SRX642

2002-04-09  Christian Lippka  <cl@openoffice.org>  [71ccba7e1457b7ced5ec7b175b0283a008a2fbac]

        #67368# check size protect when checking position protect

2002-04-09  Andreas Martens  <ama@openoffice.org>  [74d4372303e952c02b23d710808445b1fc1e09b9]

        Fix #98108#: GotoObj() merged with GotoFly

2002-04-09  Andreas Martens  <ama@openoffice.org>  [e9b891ad32d848c2a227d3378b549ed7d359d782]

        Fix #98108#: GotoObj() merged with GotoFly

2002-04-09  Christian Lippka  <cl@openoffice.org>  [eba2b770a7b5cee65ad7c915a84e065cfcb91fe4]

        #98408# added dtd for draw:writing-mode

2002-04-09  Oliver Specht  <os@openoffice.org>  [6d579b193da7b6b6f31711abd8721251cd1c1b26]

        #98411# navigation tool uses a ToolBox instead of ValueSet

2002-04-09  Matthias Huetsch  <mhu@openoffice.org>  [3e0b16dafc98bb27687bdadc2b17352c230558d3]

        #96894#, #97098#, #97330# Fixed excessive memory fragmentation issues: '__rtl_memory_dequeue()' now requests '__M__' bytes at minimum, avoiding excessive amounts of small pages and sparse virtual memory utilization. 'rtl_reallocateMemory()' now combines with a previous free chunk, and '__rtl_memory_resize()' now splits off '__T__' bytes at most, limiting fragmentation through very small remainder chunks. Added PROFILE support, and improved DEBUG support (usage statistics).

2002-04-09  Carsten Driesner  <cd@openoffice.org>  [5dd06208e8d730f50233735489ead4753127ae05]

        #98583# ignore x errors if plugged frames exist

2002-04-09  Carsten Driesner  <cd@openoffice.org>  [19d59806efd7c42edba45718ae4310b39f569c9c]

        #98583# access method for frame style

2002-04-09  Daniel Vogelheim  <dvo@openoffice.org>  [f9196a475de84bbb7a3f1f1d321462d1e7efa278]

        #95586# updated index handling

2002-04-09  Aidan Butler  <aidan@openoffice.org>  [2417143fbe78d89381ddfd8adb07b3ab7077d4cd]

        Updated to include XmlFilterAdaptor

2002-04-09  Aidan Butler  <aidan@openoffice.org>  [3ca1c14e78df2128eaed533149b0feea24166269]

        *** empty log message ***

2002-04-09  Thomas Lange  <tl@openoffice.org>  [e216af46314aea6366b6a5ffe832461f94f4722c]

        #98452# Focus has to switched after StartPopupMode now.

2002-04-09  Stephan Bergmann  <sb@openoffice.org>  [4f47e2fb5bc9f726dfd247dfe15f4d37c973f8ba]

        #98579# Support creation of an RmFrameWindow with a given XRmFrameWindow (needed for unified client bean).

2002-04-09  Stephan Bergmann  <sb@openoffice.org>  [4e3ac4f240fb724a958948108ddc58db9063f43e]

        #98579# Added SYSTEM_JAVA branch to createSystemChild.

2002-04-09  Christian Lippka  <cl@openoffice.org>  [f3c5c3c02da27eecbea4746e9e6ee6cb4bb951c7]

        #98571# don't change background on notes pages

2002-04-09  Mathias Bauer  <mba@openoffice.org>  [8ed3f126a0bcfd0b722985a7ebdb904871941314]

        #98421#: new properties for export

2002-04-09  Kai Ahrens  <ka@openoffice.org>  [32eba426f5f725cfbf4e85aebba61456c8ad8723]

        #98325#: optimized filter detection for Draw/Impress files

2002-04-09  Vladimir Glazounov  <vg@openoffice.org>  [7f14539b87363f7a0685e1b27c4fab855dc32f61]

        #65293# multyprocessing version with reliable signal handling

2002-04-09  Peter Burow  <pb@openoffice.org>  [09bb76ec081116c351fb7682780dee28ad6fefab]

        fix: #97240# new methods for accessibility

2002-04-09  Ocke Janssen  <oj@openoffice.org>  [01f29fd0e83754435f039cb1d7c710c630a5e242]

        #98286# new virtual method GetCellText

2002-04-09  Ocke Janssen  <oj@openoffice.org>  [1fc79ab8b5169f4a0b83bca25c30f19211cc7af3]

        #98286# new virtual method GetCellText

2002-04-09  Ocke Janssen  <oj@openoffice.org>  [7ddaba4910e7fa180999fe6ec3df9ebacd6887be]

        #98286# new virtual method GetCellText

2002-04-09  Christian Lippka  <cl@openoffice.org>  [51e7809c3a2a22054a85bd1a80a8f4e6036aab18]

        #97518# new accessibility api for imagemap editor

2002-04-09  Frank Schönheit  <fs@openoffice.org>  [b350b4119361cba0c175ef4148abd42ba7901498]

        extended the exception message when unable to convert a property value - eases debuggin in Basic

2002-04-09  Christian Lippka  <cl@openoffice.org>  [f16714253c2be798c3b8c8b5ef1fd37d48494f03]

        #97518# new accessibility api for imagemap editor

2002-04-09  Ocke Janssen  <oj@openoffice.org>  [dbc85404387c3f556b2a9177b45ab9588a1c96c8]

        #98286# new virtual method GetCellText

2002-04-09  Ocke Janssen  <oj@openoffice.org>  [e2fa342ec2d8b280d40ad4c533e22054ca271d84]

        #98286# new virtual method GetCellText

2002-04-09  Ocke Janssen  <oj@openoffice.org>  [ba683899affb61651406ce429c86f5ce408aa8fa]

        #98286# new impl for BrowseBox

2002-04-09  Ocke Janssen  <oj@openoffice.org>  [fe158dd5e80cf39337ca21ddc10c6fec08e4bb47]

        #98286# new files

2002-04-09  Christian Lippka  <cl@openoffice.org>  [837087c9ec655db09310c7eff44471abf066cf42]

        #97518# new accessibility api for imagemap editor

2002-04-09  Christian Lippka  <cl@openoffice.org>  [c41192973d1c0aa7d354587302e0b1ecef46036a]

        #97518# new accessibility api for imagemap editor

2002-04-08  Bustamam Harun  <bustamam@openoffice.org>  [7b34f956c925a221d6450339e218304dba22976d]

        #97583# Fix arabic calendar

2002-04-08  Thomas Benisch  <tbe@openoffice.org>  [74166d17e4213c00a2dcc560b0890eb6f489991e]

        #97222# fire VCLEVENT_EDIT_SELECTIONCHANGED event

2002-04-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e8183927c68be5199c15e12320371bbe8913aa36]

        don't ask

2002-04-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [58b1a88fa173605388b015de0b8fe246c6864518]

        introduce unified wrapper

2002-04-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5412e191803c57d2505338598acf95f755f68590]

        win32 tcsh

2002-04-08  Stephan Schäfer  <ssa@openoffice.org>  [baf50d3e18090740de32759e4b7b2296e0ab079d]

        #96979# improve reparenting for RVP

2002-04-08  Stephan Schäfer  <ssa@openoffice.org>  [001f8e5f78ed9238b1ea29f9f58234d09a25db33]

        #97013# prepare keyboard invocation of quickhelp

2002-04-08  Mathias Bauer  <mba@openoffice.org>  [29c75ae7577aa487c1aa0572952e4a0300961076]

        #98405#: prepare items and slots for new recording

2002-04-08  Mathias Bauer  <mba@openoffice.org>  [2229be3c0ce0cef5eec86668588718fecdc5eb15]

        #98405#: prepare items and slots for new recording

2002-04-08  Mathias Bauer  <mba@openoffice.org>  [1ab5a90a7c36dd4156db34b63d9c7c1bb3cda384]

        #98405#: prepare items and slots for new recording

2002-04-08  Mathias Bauer  <mba@openoffice.org>  [94bb4bf8a4b2fc5f1a782de6edbc824faa81e6f0]

        #98405#: prepare items and slots for new recording

2002-04-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0e7f221060c1e8f8e49a466302c0f7cf24baa382]

        move filter lines to file

2002-04-08  Christof Pintaske  <cp@openoffice.org>  [5e20ccf37c64efdb07b8db68fa5d27f07e96a1e6]

        #98544# change /euro to /Euro

2002-04-08  Frank Schönheit  <fs@openoffice.org>  [2facd2b1348a68f3a3a06d40c059c8c6ccf2a50d]

        #98181# +OParseContext::getPreferredLocale/::setDefaultLocale

2002-04-08  Christof Pintaske  <cp@openoffice.org>  [7ba995fc8fb1aefdc3ed5f3ea5d5e6adb220fce3]

        #98544# change /euro to /Euro

2002-04-08  Frank Schönheit  <fs@openoffice.org>  [8fc35728795dd7b43837412ba41389dcab6d6a47]

        #98181# +OParseContext::getPreferredLocale/::setDefaultLocale : use the new get method if no locale, but a context is supplied

2002-04-08  Frank Schönheit  <fs@openoffice.org>  [ffe4c6d44a68283afbd212b35509bdc20adb848c]

        #98181# +OParseContext::getPreferredLocale/::setDefaultLocale

2002-04-08  Kurt Zenker  <kz@openoffice.org>  [4bcc7674d88bb1066332c31f0f04486b6f69da71]

        #65293# add #include <algortithm>

2002-04-08  Sascha Ballach  <sab@openoffice.org>  [a1999d5e1fd860553df400da1cb83612c31dea54]

        #95584#; extend PreviewTextForwarder

2002-04-08  Sascha Ballach  <sab@openoffice.org>  [5174c7aac177e7c44e43299a10cd8ae61a8c2321]

        #95584#; add methods to find out the output rectangle of a cell or header cell.

2002-04-08  Kurt Zenker  <kz@openoffice.org>  [073fb19d1b0648f18ed79c02ef9378890470d85d]

        new version for SRC654

2002-04-08  Kurt Zenker  <kz@openoffice.org>  [d4f76c15c66fb22bd42b20cd3d549ba878276f69]

        new version for SRC641

2002-04-08  Niklas Nebel  <nn@openoffice.org>  [710c3c0dcd89d0c62f26ca3ca78677d9fbd52de0]

        #98410# AsianVerticalMode

2002-04-08  Andreas Martens  <ama@openoffice.org>  [f6dae4a60945a382e522a449f3aac08141305643]

        Fix #98404#: Border and shadow for pages

2002-04-08  Andreas Bregas  <ab@openoffice.org>  [d3ce48908e18195bfe867e9800aa1a7bbd89d075]

        #97820# Catch Exception in RTL_Impl_CreateUnoService()

2002-04-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [58b23ce6d0cab9f185e51719f821a21f7b4f40d6]

        cleanup mixed features

2002-04-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f7c77b885d1a6947c7911d8c39aa18b97a069605]

        consistence with source/classes

2002-04-08  Kai Ahrens  <ka@openoffice.org>  [3aad60eaa7bb4265e393364283b4f96edfc4770f]

        #97659#: watch for persist name in ::GetObj(...)

2002-04-08  Christian Lippka  <cl@openoffice.org>  [9e9790026b99f2796876e76f739c9ec41c983e5c]

        #96735# check defaults for unique items

2002-04-08  Caolán McNamara  <cmc@openoffice.org>  [61f22b170c91b5610b88c6b11cd851cc157815a6]

        #i2976# Writer::GetBookmarks made consistent, can actually remove code!

2002-04-08  Caolán McNamara  <cmc@openoffice.org>  [c97e256e349b5bcfb5eefef5107737b909647f18]

        #i2976# don't include bookmarks at end of range in both cases

2002-04-08  Sven Jacobi  <sj@openoffice.org>  [7bdb74ba2ebfc2e2f4eb49e488abcd0eac8dfe1f]

        not used

2002-04-08  Carsten Driesner  <cd@openoffice.org>  [ebd6da2482d858f3ff149d92c13206c8af021823]

        #98466# Use correct conversion method to convert file url to GUI system path

2002-04-08  Rüdiger Timm  <rt@openoffice.org>  [67f10290d06defa9bfdcd77558a115756c0691a3]

        new version for SRC641

2002-04-08  Rüdiger Timm  <rt@openoffice.org>  [062d2d9ae190e0fd2535ae7d8f5d3fdc6d45814f]

        new version for SRC641

2002-04-08  Sven Jacobi  <sj@openoffice.org>  [1c5b7945f59a41319601062571f0aad44971898a]

        not used

2002-04-08  Andreas Schlüns  <as@openoffice.org>  [3876276436ae4113345c557e712e34ec1f4d31e2]

        #97426# prepare model for further coming XCloseable

2002-04-08  Andre Fischer  <af@openoffice.org>  [119cee95375a3546b269ee0a5cf096dd5c0d5825]

        #97772# The thread created by the QueuedListener now has a name.

2002-04-08  Andre Fischer  <af@openoffice.org>  [c6ea813f88c413b2e8dd226b1adc9c72179a282c]

        #97772# Instead of replacing the whole tree model, now only its root node is replaced.

2002-04-08  Daniel Rentz  <dr@openoffice.org>  [4297421422057da8529d976b4ab52e22ccb58090]

        #98182# correct 3D reference import

2002-04-08  Armin Weiss  <aw@openoffice.org>  [e0be5b51001bbd86b888907d60853744c5c3ca3c]

        #98533# use common IsSimpleCharInput from the EditEngine.

2002-04-08  Christian Lippka  <cl@openoffice.org>  [3a2518831b233fbdb9549bdaa1bdf75147f8898f]

        #98532# check for unique item names onSdrObject::MigrateItemPool

2002-04-08  Mikhail Voitenko  <mav@openoffice.org>  [990d8f4dbd2fb4b914ffcc13638a40462646dd9d]

        #98119# UcbLockBytes should allow to use XSeekable now

2002-04-08  Mikhail Voitenko  <mav@openoffice.org>  [b1124d48c332ae7171cc3829b79da25bc6b6867f]

        #98119# let the input stream be seekable

2002-04-08  Christian Lippka  <cl@openoffice.org>  [94fb52cb500f0addebabdf52e4e810fa02f5b87b]

        #98532# check for unique item names onSdrObject::MigrateItemPool

2002-04-08  Christian Lippka  <cl@openoffice.org>  [8458a4e917273e3312f7d4e1bf5344e50b366d7f]

        #98532# check for unique item names onSdrObject::MigrateItemPool

2002-04-05  Niklas Nebel  <nn@openoffice.org>  [4b468e7584fd6cb367f8e4cc57ad4932f4b60736]

        #98410# Asian vertical writing

2002-04-05  Oliver Specht  <os@openoffice.org>  [c0a42ba075d5f2c89ce7d687cf5d591bee1b605a]

        #97610# add the WrtShell to the ViewShell of a SwPagePreview

2002-04-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6609305b510c713a15ec505325fb14abc0c96062]

        no empty echo for filter lists

2002-04-05  Darragh Sherwin  <dsherwin@openoffice.org>  [9005d438f3866b8cbb125960a7dfff31b92a362e]

        Copy BeanInfo classes for the OfficeWriterBean to the output directories

2002-04-05  Kurt Zenker  <kz@openoffice.org>  [d474808adf7a339b39aa9076a20194a7622b06f1]

        new version for SRX642

2002-04-05  Kurt Zenker  <kz@openoffice.org>  [5f9a962f256daca2b00ae59e0af47e928d189711]

        new version for SRX642

2002-04-05  Kurt Zenker  <kz@openoffice.org>  [3bca7df612680eb9a07982a142a1de77d7a90110]

        new version for SRX642

2002-04-05  Kurt Zenker  <kz@openoffice.org>  [eb72c2dd6903b2cf6e06b271ebfcecb4710195f9]

        new version for SRX642

2002-04-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [60ad5899a2f650477af68c6f7bf825fbb1de5411]

        don't use a seperate command for each filter line

2002-04-05  Rüdiger Timm  <rt@openoffice.org>  [8395b2a5495aaa28b53d1fce95f1006898c0493a]

        new version for SRX642

2002-04-05  Oliver Specht  <os@openoffice.org>  [d72a3b2de56cd6022b33e79e944c282652ed482f]

        #96840# decrease use of open files

2002-04-05  Oliver Specht  <os@openoffice.org>  [1d5f0e9b33a0cb9e3f068f618c16dbc873d3edbd]

        #96840# decrease use of open files

2002-04-05  Kai Ahrens  <ka@openoffice.org>  [590951b9de77535f9a45232505e56383a4c3d9e5]

        #96876#: change textencoding to RTL_TEXTENCODING_UNICODE for StarSymbol font

2002-04-05  Oliver Specht  <os@openoffice.org>  [0c890f28df36194f7ce08b2c292b9c93f578c612]

        #98411# ctor of ToolBox corrected

2002-04-05  Vladimir Glazounov  <vg@openoffice.org>  [22e2381f4e426bd47c65ad79ee8ceb88e33fe1e9]

        new version for SRX642

2002-04-05  Darragh Sherwin  <dsherwin@openoffice.org>  [0bfd0ff49ab23180eadcc1a873f1aa369d1fb4f9]

        Copy icons to the output directories

2002-04-05  Stephan Schäfer  <ssa@openoffice.org>  [cd95f2f139e2eb432e969fe507f03a4fc451b647]

        #96979# remote system window adaptation

2002-04-05  Herbert Duerr  <hdu@openoffice.org>  [dd1cee945b25f4e8aacc5714f5e4d25a1d4204af]

        #97492# adjust CTL text for n*Unicode->1*Glyph cases

2002-04-05  Stephan Schäfer  <ssa@openoffice.org>  [a1ff8c349b95dc48ce05aaa8fc96622952e8d01e]

        #96979# remote system window adaptation

2002-04-05  Stephan Schäfer  <ssa@openoffice.org>  [a83a3883ed6d35ecb9d4fe91f73b8303820616af]

        #98451# check mnCurPos in mousemove before using it

2002-04-05  Kurt Zenker  <kz@openoffice.org>  [13acd60ed538e4120c792b59971c884d54d09da3]

        new version for SRX642

2002-04-05  Oliver Specht  <os@openoffice.org>  [a32e01fa365e9c2e9731b7871c96faeceab3c50e]

        #98411# include toolbox.hxx

2002-04-05  Rüdiger Timm  <rt@openoffice.org>  [2cdfe0dcb22f7f8e3e9cb91101fe6c5362b673ad]

        new version for SRX642

2002-04-05  Rüdiger Timm  <rt@openoffice.org>  [db59e1a4acd5c20b6e8ff64b37613dbb8bf2db8d]

        new version for SRX642

2002-04-05  Christian Lippka  <cl@openoffice.org>  [302ceb92375c5e1dcf24e91423f64ba8c36c7c06]

        #98532# migrate NameOrIndex items on model change correctly

2002-04-05  Michael Brauer  <mib@openoffice.org>  [24f0c0c68737b3bf2d6c7e913a84fcd9eb02c861]

        #95586#: accessible frames

2002-04-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd642cd45067e7f7a1136530d266c4ef940995ff]

        remove empty statement warning

2002-04-05  Mathias Bauer  <mba@openoffice.org>  [142bb97c1b02d61190ec5ba12f4c4ae7d5a876fb]

        #96972#: register and deregister windows at TaskPane

2002-04-05  Michael Brauer  <mib@openoffice.org>  [98edffc1f73e599c586626c11015a27d6de6735d]

        #95586#: accessible frames

2002-04-05  Mathias Bauer  <mba@openoffice.org>  [04dae1d9481cad77fac97188661724bb78e74351]

        #96972#: need dtor to deregister windows from TaskPane

2002-04-05  Michael Brauer  <mib@openoffice.org>  [00b569d9fad46133e50a9ec8f8d949f237949ee1]

        #95586#: Accessible frames

2002-04-05  Sven Jacobi  <sj@openoffice.org>  [29de337d1556c4b368020142ed0c2b318c79a076]

        #98520# using correct style for notes master

2002-04-05  Kai Ahrens  <ka@openoffice.org>  [6dc1426c14cbbb859a3aa9205df5c38da6f2ee34]

        #98339#: use correct methods to get information (::Is... instead of ::Get...)

2002-04-05  Mathias Bauer  <mba@openoffice.org>  [1bab33e3eeb761dce4c47cc940bb9fcd4aaab659]

        #98405#: support macro recording

2002-04-05  Mathias Bauer  <mba@openoffice.org>  [1b493e717c6f6348596e11123a49870fe21d692f]

        #98405#: support macro recording

2002-04-05  Mathias Bauer  <mba@openoffice.org>  [aee0103d413324c4fd361df4a572cd79ba06b3bf]

        #98405#: support macro recording

2002-04-05  Mathias Bauer  <mba@openoffice.org>  [89f74c2563fa2fa1679c5100c2b3a048ecf9ac2b]

        #98405#: support macro recording

2002-04-05  Daniel Rentz  <dr@openoffice.org>  [ef0435eaeb21692b4fbf555e5dc18cf45962ec0e]

        #98410# vertical writing corrections

2002-04-05  Kai Ahrens  <ka@openoffice.org>  [ab9733c1ed73ba4705df57ca81156133bbf6b206]

        #98312#: added support for multiple path styles

2002-04-05  Darragh Sherwin  <dsherwin@openoffice.org>  [ff1ec7d7489ce9a9078928fdd4a3b41e52e68300]

        Forgot to include other files for the bean, sorry :)

2002-04-05  Kurt Zenker  <kz@openoffice.org>  [87f0b796ab6937e0e1a94d9175b12166944208ac]

        SRX642

2002-04-05  Darragh Sherwin  <dsherwin@openoffice.org>  [f03ee03f254bffcb64cf90fb84b9b84a8c357a2e]

        Add line to copy BeanInfoAdapter.java to the output directories

2002-04-05  Vladimir Glazounov  <vg@openoffice.org>  [f8166a6c37a40e11c8ac6bca4592e5365002a427]

        #65293#

2002-04-05  Mathias Bauer  <mba@openoffice.org>  [4bb0e29c4c8d23d0bf3a71989ea760e1529f6c4c]

        #98405#: support macro recording

2002-04-05  Daniel Vogelheim  <dvo@openoffice.org>  [0fee5bcc141d2501c48a8498a8ee8907f3812ee6]

        #98376# added dont-balance-text-columns attribute to section styles

2002-04-05  Andre Fischer  <af@openoffice.org>  [8205556e39c4009c78ca77a018c377ef427908b5]

        #97772# Added menu bar and options file to GUI.

2002-04-05  Andre Fischer  <af@openoffice.org>  [3efd182bbb419c386f1a078c0659e3f6211f06de]

        #97772# Moved shortcuts to different interfaces of one XAccessible into AccTreeNode.

2002-04-05  Andre Fischer  <af@openoffice.org>  [d2e64c317a8ee9ac0fd63fd1484437b2fcb5e8e1]

        #97772# Selection of associated JTree highlights corresponding graphical representation.

2002-04-05  Vladimir Glazounov  <vg@openoffice.org>  [b5c58ae3fe1fab3b8a2dfc09b2107c7856263f99]

        #65293# corrected for -all(from_opt, since) switches

2002-04-05  Daniel Vogelheim  <dvo@openoffice.org>  [fa6c69e59a4c734fab31c53d797df67c22db9f48]

        #98376# new section property DontDistributeTextColumns

2002-04-05  Daniel Vogelheim  <dvo@openoffice.org>  [86c9822e93f23c197ade4590bcdfe7673492f470]

        #98376# section property DontDistributeColumns added

2002-04-05  Vladimir Glazounov  <vg@openoffice.org>  [2ea1f66f4c9fed6e7040b30cc297dc4255275439]

        SRX642

2002-04-05  Oliver Specht  <os@openoffice.org>  [f0d0d96a1aeec22da04401fc72a242ea5a56047a]

        #98312# high contrast ImageLists added

2002-04-05  Peter Burow  <pb@openoffice.org>  [679b50d604fb0154f6b7b5af5384c5a2a6def1ec]

        fix: #97359# save SourceView if necessary (UNIX)

2002-04-05  Peter Burow  <pb@openoffice.org>  [e06e441bf6fb0a6261c06628aa5c417edb524a55]

        fix: #97359# impl method for ExecuteDrop() added

2002-04-05  Oliver Specht  <os@openoffice.org>  [45fafac1bee4d71e4355d21bf6878d992a8bf70d]

        #98312# high contrast ImageLists added

2002-04-05  Oliver Specht  <os@openoffice.org>  [a27aea2a799f2a5de25220172c69355186a7cdd5]

        #98312# high contrast ImageLists added

2002-04-05  Oliver Specht  <os@openoffice.org>  [cc4efb7d9345656a5cd361cab2aa7bc074d3ca4e]

        #98312# high contrast ImageLists added

2002-04-05  Oliver Specht  <os@openoffice.org>  [8880a0e341b3b10b94b7788a54355c3d2108abff]

        #98312# high contrast ImageLists added

2002-04-05  Mikhail Voitenko  <mav@openoffice.org>  [8a149e07f1ddd66d9cf550a2dfac81b9527c29e6]

        #98479# workaround compiler problem with temporaries on linux

2002-04-05  Frank Meies  <fme@openoffice.org>  [1c2a7382270c23592436452e74c9e2d78f34b834]

        #92593# Font size for tabstops and linebreaks changed to 10

2002-04-05  Andreas Schlüns  <as@openoffice.org>  [8523c4b91789e8187472b2705509d4c4d20f8904]

        #97426# first revision of interfaces for close mechanism

2002-04-05  Sascha Ballach  <sab@openoffice.org>  [4a5ad268a736a95338a8f3545e4ae9c70e62675b]

        #98410#; add style:glyph-orientation-vertical to represent vertical writing in calc

2002-04-05  Sascha Ballach  <sab@openoffice.org>  [9036251ed59192a809404a9fe3b347b9e420c8b5]

        #98410#; add style:glyph-orientation-vertical to represent vertical writing in calc

2002-04-04  Bustamam Harun  <bustamam@openoffice.org>  [bcdddb1e0bfca52926ffd359a2525bcc9c4d13b2]

        #98442# Fix missing Halfwidth definition

2002-04-04  Kurt Zenker  <kz@openoffice.org>  [d69482f060b2bcd7b0bd1ccfc7171b27784df5bd]

        new version for SRC641

2002-04-04  Rüdiger Timm  <rt@openoffice.org>  [97a00b6efba485709f40763c6f374867a21ceeb0]

        new version for SRC641

2002-04-04  Kai Ahrens  <ka@openoffice.org>  [9c9aec6a11b4653767ddbcba267c8a1310f57f6f]

        #97986#: allow linespacing < 100

2002-04-04  Rüdiger Timm  <rt@openoffice.org>  [46e1ed2c25308c64b744cdf7073234cf7e23465a]

        new version for SRC641

2002-04-04  Oliver Specht  <os@openoffice.org>  [21edf18e24e11a51c5b55290dfaa0f244693d98e]

        #98412# TableWindow and ColumnsWindow are system windows

2002-04-04  Kurt Zenker  <kz@openoffice.org>  [4c553c3b8b3d5294faaa51a535e0c1f4e4cc585e]

        new version for SRC641

2002-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [97163f920281c74311c50c19751e971f53eb6b2f]

        #65293#: removed ContentProviderData from filterlist

2002-04-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ffa2622cf14c7d652a52be69e39dbad12a55ad7d]

        replace lots of echo with one type

2002-04-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c4ef26bcd0ee983c46a57ba9e890cfb0950d2ae]

        #98509# fixed local targets

2002-04-04  Caolán McNamara  <cmc@openoffice.org>  [b88924a09b3932535afb177e8944fb354aacfa81]

        #98316# export looses two column setting

2002-04-04  Oliver Specht  <os@openoffice.org>  [902fbda960e504efbd39973478261b4efc245850]

        #98411# navigation tool uses a ToolBox instead of ValueSet

2002-04-04  Daniel Vogelheim  <dvo@openoffice.org>  [0408c263b08e576ac912f180281c63db49270273]

        #98453# snap-to-layout-grid attribute added

2002-04-04  Nils Fuhrmann  <nf@openoffice.org>  [52e7a11a9f7e95bed1b637414327b9693ae8ac1b]

        #98499# Added thai support to translation process

2002-04-04  Daniel Vogelheim  <dvo@openoffice.org>  [bffa9953256e1554eabe6b35a8db72805f739ca4]

        #98453# load/save snap-to-lyout-grid attribute for paragraphs

2002-04-04  Nils Fuhrmann  <nf@openoffice.org>  [e7f728862428d63a9e5e438db419cd95f37aa5da]

        #98499# Added thai support for path replacement, mandatory for template and example handling

2002-04-04  Daniel Vogelheim  <dvo@openoffice.org>  [7d7104355bf2120af2c726f2c9ef121288339df5]

        #98453# SnapToGrid property for paragraphs

2002-04-04  Thomas Benisch  <tbe@openoffice.org>  [609fcea5ff92fa3fa3871649db97f27be4435563]

        #98312# HC: Implement support for high contrast ImageLists

2002-04-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9c9312a97e57a3d45bf431d456e8205dc3f35fbd]

        #98499# adding thai

2002-04-04  Oliver Specht  <os@openoffice.org>  [f98280bd88efd3e96572a7a24ccedf620e050b5d]

        #98411# navigation tool uses a ToolBox instead of ValueSet

2002-04-04  Tino Rachui  <tra@openoffice.org>  [e36180cd0dffe4aa9a203eeb84337140ed9eb877]

        #96857#changed format names Star * * to Star * * (XML)

2002-04-04  Sven Jacobi  <sj@openoffice.org>  [861b6e50aed661d0fca98033f116ecab112933d3]

        #97935# using precalculated round arrow autoshapes

2002-04-04  Daniel Rentz  <dr@openoffice.org>  [5b7dd675bc65d1d5f0b33022536611a4f973003e]

        #97022# excel imp/exp of font autocolor

2002-04-04  Vladimir Glazounov  <vg@openoffice.org>  [caeabc2df23706e1b1960e0895921d6d45371545]

        #65293# First revision of multiprocessing build tool

2002-04-04  Frank Meies  <fme@openoffice.org>  [874f54d0c957e1759d0830dd60ac18c047733782]

        #95586# Accessibility - Call PortionHandler for ISO portions

2002-04-04  Andre Fischer  <af@openoffice.org>  [449c6d456e33ac2e77cc3a239666f38e3bd7e336]

        #97772# Improved selection of object under mouse position.

2002-04-04  Andre Fischer  <af@openoffice.org>  [9dcde7450d1ad1bcb1d0bdf306313706057275b7]

        #97772# Minor cleanup.

2002-04-04  Andre Fischer  <af@openoffice.org>  [4114e80da70ba106858df09cd367a94e45061698]

        #97772# Register only once as listener at each node.

2002-04-04  Oliver Specht  <os@openoffice.org>  [619001930e5862ec22af50debd9a1ec070b65a32]

        #98495# name checking of group objects corrected

2002-04-04  Christian Lippka  <cl@openoffice.org>  [ea35f75768a3b02e21571832e6e245f7e3c6cbe5]

        #98472# use solarmutex to guard the implementation

2002-04-04  Christian Lippka  <cl@openoffice.org>  [1cbc05f48ca9fcf322365cc7ed503862c725229b]

        #98472# use solarmutex to guard the implementation

2002-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a768d08767bd97b57787fc01ce5badea80cc66e]

        #65293#: syntax

2002-04-04  Niklas Nebel  <nn@openoffice.org>  [a319937c841e5467c45d49f806f3f6ae564a57c2]

        #98410# Asian vertical writing

2002-04-04  Christian Lippka  <cl@openoffice.org>  [2832a076910a630e068c46fb722a852499ad2d7b]

        #98472# use solarmutex to guard the implementation

2002-04-04  Aidan Butler  <aidan@openoffice.org>  [acd4dca69af1494f2231b43c1b0f8d86ad0df252]

        *** empty log message ***

2002-04-04  Oliver Specht  <os@openoffice.org>  [f3e4e5ed9d73dddc60a74ffdd91bf041052ca36d]

        #98312# change removed (static ImageList)

2002-04-04  Jörg Barfurth  <jb@openoffice.org>  [c30f380bb725498f42a83420c6f0b18595485294]

        #98489# New backend UNO interfaces (drafts)

2002-04-04  Kai Ahrens  <ka@openoffice.org>  [6c11246ad32ba7a3d683f01ac8ccd3b87eb2f396]

        #98312#: don't abort, if bitmap is not found

2002-04-04  gt  <gt@openoffice.org>  [835219840d42cfb891614db2ed7bf0386293468a]

        #98354# enable Ctrl-functionality for CursorPosChanging()

2002-04-04  Andreas Schlüns  <as@openoffice.org>  [06152b9d431081da28f00428b13ed3eff22c2bef]

        #97864# use right protocol to force direct creation of filter on factory

2002-04-04  gt  <gt@openoffice.org>  [cf5ce3d57f0eafa25f3d94e4f18036a4709e5b01]

        #98354# Ctrl for up/down and Space

2002-04-04  markm  <markm@openoffice.org>  [ca830952989f16dbb6c1316d03f037496765e8d1]

        Added guards to check for style information before trying to access it.

2002-04-04  markm  <markm@openoffice.org>  [aa0d4eeedf226da076ef566ac70d2914677a4249]

        Added checks for presence of style.xml file

2002-04-04  Andreas Schlüns  <as@openoffice.org>  [4314c0df6ef666c66f00a488cc9f2e3cfc1ab92d]

        #97864# pack converted lists if null entries exist

2002-04-04  Andreas Schlüns  <as@openoffice.org>  [9f6bab67a62c4d561658c853c0d7fbf4892d2ce2]

        #97864# support right preferred handling for filters

2002-04-04  markm  <markm@openoffice.org>  [ee06a0cafb1971fe9073e3a1d6a9c6d560225dc5]

        Correct error in reading Little Endian values

2002-04-04  Ocke Janssen  <oj@openoffice.org>  [549d2c37e13a19d05e94004bb16bed233bd640b9]

        #97800# allow functions without parameter

2002-04-03  Herbert Duerr  <hdu@openoffice.org>  [acf8ab1d5defb11039b92dca53f733054704be1f]

        #97492# implement GenericLayout::GetCharPosition()

2002-04-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a12d10094e4b78f6a4dff02ac797f2b23b4ae4b5]

        merging native resources without 4nt shell

2002-04-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4753746fe859da11190286a8eb2d218f085c5d6b]

        avoid tcsh catching SEGPIPE ment for tar

2002-04-03  Frank Schönheit  <fs@openoffice.org>  [fba11e39f9f5b7d418969d414093ea7f7e1000ca]

        #98012# #98171# some major changes - no, the DbCellControl (and derivees) is (are) a listener at the relevant model properties like ReadOnly, Text, Value aso

2002-04-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [98d6adcc965869a0853794ababfe4feb630a8ae2]

        new version for SRC654

2002-04-03  Darragh Sherwin  <dsherwin@openoffice.org>  [f1584bf52ddab33e12d43c17f53600f301394705]

        Copy files from the examples directory to the output tree

2002-04-03  Frank Schönheit  <fs@openoffice.org>  [18273b99057a4a864a27bb6b8ae5d6764b4af785]

        #98012# #98171# some major changes - no, the DbCellControl (and derivees) is (are) a listener at the relevant model properties like ReadOnly, Text, Value aso

2002-04-03  Kurt Zenker  <kz@openoffice.org>  [e48a6384ad876d5b0165d0a8321a3fe0c25c87f0]

        new version for SRC654

2002-04-03  Kurt Zenker  <kz@openoffice.org>  [fb5f037b885588c05834a48ed862dcf4d610acff]

        new version for SRC654

2002-04-03  Herbert Duerr  <hdu@openoffice.org>  [dab1bf33a5a628559e7bf713ebb1cd511797dc57]

        #97492# fix drawtext offset for attribute change in ligature glyph

2002-04-03  Frank Schönheit  <fs@openoffice.org>  [401f29df78ad79858c51f9a048828b6c35dfeea2]

        #i3832# when executing the mail-merge slots, recognize selection of the whole grrid

2002-04-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [985d6e9dda8d20a9a9373ae97b22eb9484242c70]

        #65293#: syntax

2002-04-03  Daniel Rentz  <dr@openoffice.org>  [837a7a8af09180f544f8a48c0777172033b0c872]

        #98410# Asian vertical writing

2002-04-03  Kurt Zenker  <kz@openoffice.org>  [e25e26f0f203adb29adbd50ab8b225aadc302839]

        new version for SRC654

2002-04-03  Eike Rathke  <er@openoffice.org>  [69aa6331dc13d7591c4949346a0ff35422867333]

        #98247# remove RTL_TEXTENCODING_STD_COUNT

2002-04-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb08e54ccdbb57ececa657d289868a903949bc9b]

        #65293#: syntax

2002-04-03  Kai Ahrens  <ka@openoffice.org>  [37c56d295ad4a76fcb2b19af5badaf3599ef18df]

        #98308#: changed shortcut keys

2002-04-03  Kai Ahrens  <ka@openoffice.org>  [83467f5b6a15656d48bf96408e20ce9167a67d3e]

        #98331#: added PageUp/PageDown functionality

2002-04-03  Oliver Specht  <os@openoffice.org>  [e275396d054bf2ece56d04331888de6ee4f01639]

        #98393# select 'next' drawing object via Ctrl+draw selection button

2002-04-03  Kurt Zenker  <kz@openoffice.org>  [1fd9e32cdfe671ff9c5bfa96dd74a017786f7222]

        new version for SRC654

2002-04-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b1f4aed4706ba3e018ca6ee206cd42d67832cd8]

        #65293#: includes

2002-04-03  Kurt Zenker  <kz@openoffice.org>  [ecb41390367f17064f5b8dae09111ce1fa2939fb]

        new version for SRC654

2002-04-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d58d7ef67a026e109c06b0ef6df667a268f0c158]

        #65293#: constness

2002-04-03  Vladimir Glazounov  <vg@openoffice.org>  [6fa07bd5a5ef4b0225e36ad369133de52a3e77a7]

        #65293# switched off optimization for gcc3

2002-04-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [59fc07beabfc9cc80103511188758bc48b5d1084]

        /b not allways default

2002-04-03  Oliver Specht  <os@openoffice.org>  [8677cb920ac799789a77bed3a27e8d524d9c550e]

        #98183# allow inserting of drawing objects via keyboard

2002-04-03  Darragh Sherwin  <dsherwin@openoffice.org>  [6da9a95f6ab66c18854ee1bedc71d4d5dd83e393]

        Changed to copy OfficeBean Helper classes to the output directory

2002-04-03  Daniel Rentz  <dr@openoffice.org>  [2121c2b209646b176c39e0af0b28103260fc2571]

        #98410# Asian vertical checkbox

2002-04-03  Mikhail Voitenko  <mav@openoffice.org>  [67851c54f54b280b9b36b0879df65240dd92fccb]

        #98385# new IllegalArgumentIOException

2002-04-03  Mikhail Voitenko  <mav@openoffice.org>  [0cbbed9bee86ae3b8d1de5821095ded4189d62a3]

        #98385# new IllegalArgumentIOException

2002-04-03  Sven Jacobi  <sj@openoffice.org>  [f129fa666722ee81529b2462fe72e3a967606bf2]

        #96364# now using the FollowMasterColorScheme flag from the right SlideAtom

2002-04-03  Andreas Schlüns  <as@openoffice.org>  [26858935d10f81ad7360e30433f609061a4bc933]

        #98420# add new filter property UIComponent

2002-04-03  markm  <markm@openoffice.org>  [412ec068d7fa012f07f15096f9c818a69d9836f8]

        Updated build.xml files to allow for Xerces at compilation.

2002-04-03  Daniel Rentz  <dr@openoffice.org>  [35aaf9f6f3e82e3bd7dc472aa05831288566a73c]

        #98410# Asian vertical writing

2002-04-03  Frank Schönheit  <fs@openoffice.org>  [799b1e63c0abfa0674fb1a68b46c548625968c20]

        #95845# SetEvalDateFormat on the formatter to correctly recognized date inputs

2002-04-03  Daniel Rentz  <dr@openoffice.org>  [01b3be9bb70f80bf4ecdc369f291546d5bad81f9]

        #98410# Asian vertical checkbox

2002-04-03  Aidan Butler  <aidan@openoffice.org>  [bb5cebb5ecc9cde7a0e0cf96f9705d637f5dcab8]

        *** empty log message ***

2002-04-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4e146e980a568b0814b7f7004fd599ce72d9e6e9]

        learning to use IF

2002-04-03  Michael Brauer  <mib@openoffice.org>  [9a1ac360aadc4175eca7052503c706687919c99c]

        #98247#: RTL_TEXTENCODING_STD_COUNT removed

2002-04-03  Daniel Rentz  <dr@openoffice.org>  [d184304735c1d74e6af32539417ed25060e1444f]

        #98286# BrowseBox accessibility

2002-04-03  Andre Fischer  <af@openoffice.org>  [b3bab0c502d517d9a53e75cf20ced40b694d1a21]

        Objects are draw again onto canvas.

2002-04-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [570099bd0d115dd12874a8aa53cbfda489f2d39c]

        #65293#: required change

2002-04-03  Andre Fischer  <af@openoffice.org>  [869083e4cae9bab7039c8532eb6c1e2e238b847e]

        Added new files to makefile.

2002-04-03  Sascha Ballach  <sab@openoffice.org>  [1f3e01e329d155db637da1824ad48e06ef9f7dc6]

        #95584#; the contains method should be relative to the object itself and not relative to the parent

2002-04-03  Stephan Schäfer  <ssa@openoffice.org>  [0f132f36ce73fa917376a26c54f215783f9ae16d]

        #96979# send wb_systemwfloatwin only if no decoration required

2002-04-03  Carsten Driesner  <cd@openoffice.org>  [b4dc6d17076d4d60a50a4d715b052141e0f51952]

        #98435# Don't decode URL

2002-04-02  Oliver Specht  <os@openoffice.org>  [26b21c1a7f319a6f2652b255f16b1046610908a4]

        #97573# High Contrast: column ValueSet

2002-04-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3b94448b53c584e38d80de736ec0032783c4ea5]

        #65293#: removed VOSLIB (not needed)

2002-04-02  Vladimir Glazounov  <vg@openoffice.org>  [8b9ac814c17cafa285cac0bafb920c6dd081afbc]

        #65293# SAB: add include of AccessibleShape

2002-04-02  Christian Lippka  <cl@openoffice.org>  [15fd4aec8d491cdb39df37b8859422d63c141947]

        #97518# added access to KeyEvent Modifier

2002-04-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [14e96fee17345759b2152069bff5a4196b502eba]

        SRC654

2002-04-02  Vladimir Glazounov  <vg@openoffice.org>  [d85e4d26df71592430b85963976986d4b38347ac]

        #65293# reversed incompartible changes

2002-04-02  Andre Fischer  <af@openoffice.org>  [b8fc9576ec9198757d230939060cb7db1ae8a96f]

        Appended version number to main window title.

2002-04-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b9e86821e25c40456b5610dba3f2eee9dbc6287]

        SRC654

2002-04-02  Andre Fischer  <af@openoffice.org>  [847ceddeaddff411adf27c06e3131e818ac50154]

        Performance improvements: Handler have become non-static members of tree nodes and cache data to prevent UNO queries.  Increased type safety by introduction of tree node hierarchy.

2002-04-02  Kurt Zenker  <kz@openoffice.org>  [b5f728ef368e5382edb98a1be11eaba8ba3b850d]

        new version for SRX642

2002-04-02  Oliver Specht  <os@openoffice.org>  [e37ee81334ec39de6caa08d4d78c152491501d5b]

        #97051# set dropdown size in ::DataChanged

2002-04-02  Sven Jacobi  <sj@openoffice.org>  [869b47c984a45b56a20b9bc0a124d0b0ae2b459d]

        #92381# fixed anchorpos for vertical text

2002-04-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [569c17d8d1bb3ed45982a38545e552120060f292]

        #65293# avoid system find on windows

2002-04-02  Kurt Zenker  <kz@openoffice.org>  [268e9e7c86347b3b7ef5582a99c028b270166fe9]

        new version for SRX642

2002-04-02  Mathias Bauer  <mba@openoffice.org>  [b701c78265de8922f3b0a038bea2f3ab75e24d9e]

        #97476#: only own filters support passwords

2002-04-02  Kai Ahrens  <ka@openoffice.org>  [76a820f393a9d87ed920efe3ef8e3ea6d92000af]

        #98312#: added support for high contrast bitmaps

2002-04-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0eb803be0b94de534c540bba075a5619f8a4b41]

        #65293# check CPU not GUI

2002-04-02  Kurt Zenker  <kz@openoffice.org>  [dfcf719321e0d063e92f9b9c7fd18f81b0137232]

        new version for SRX642

2002-04-02  Martin Hollmichel  <mh@openoffice.org>  [c5967feb071682ceab15832016f548b5a072483b]

        cleanup: comment

2002-04-02  gt  <gt@openoffice.org>  [afdcfe85135735560ea63402c3692c7722f85f03]

        #97365# ::contains() works with relative to object and not to parent

2002-04-02  Kurt Zenker  <kz@openoffice.org>  [ce86f4d88eb8c12773ddd36948f97faf79ca1ef6]

        new version for SRX642

2002-04-02  Christian Lippka  <cl@openoffice.org>  [2cbffcd30aab270a92f373cd3574fc9b97a795bf]

        #67368# merged position & size tabpage for changed protect feature

2002-04-02  Kurt Zenker  <kz@openoffice.org>  [841ce12da6536ab9f7aa1904c23b10bd9c7da7ac]

        new version for SRX642

2002-04-02  Kurt Zenker  <kz@openoffice.org>  [e1f52c432e54a97f77d102031500252d1f189c6e]

        new version for SRX642

2002-04-02  Vladimir Glazounov  <vg@openoffice.org>  [a21dacb3d4e183f7b56c7a29d5a906510df16096]

        #65293# added temp object

2002-04-02  Daniel Rentz  <dr@openoffice.org>  [0d6373e649f8f3082a4afa414830b8728e759ca0]

        #98286# BrowseBox accessibility

2002-04-02  Kurt Zenker  <kz@openoffice.org>  [b9b16f7223da6c13350045ce8fcab37daa5b5333]

        SRX642

2002-04-02  Oliver Specht  <os@openoffice.org>  [fb7f5792a22fef2bef838e85d4b9fe6bae61ea45]

        #97695# color configuration started

2002-04-02  Oliver Specht  <os@openoffice.org>  [821139a3c99e09cfba86003a1b90b0fb21cceb83]

        #97695# new: optcolor.*

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [b173512c75eeefa637c71b14318b02d89864620c]

        show more precise error messages

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [84ea06fff8147a6d84087feb0a704d6e9830c442]

        code review changes

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [0124b71124c83fa96e5c9981c76902bb5b7059b8]

        check foreign key names

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [d8d01bbcce117c455f3d12398906f3e1c347142a]

        assertion inserted

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [8f7a89415573238f7fe7634545a671b4bcad5f3a]

        remove unused code

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [45a0bc5f83bb688d68e461e6b75aa1df3445e75a]

        #98146# new line

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [ef613e3740cb898e4cb3593ba8f036b49df1ae13]

        #98146# copy the apply filter flag as well

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [c0bfbbdecf2f0a7ee4d80a9cb1440a8b9e4c358c]

        #97771# adjust scrollbars

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [d652f0d9acc45e3086d39913935d3896a72190bc]

        #98146# mapping of columns corrected

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [31a1758b2faf3ef9570cc81ec552c40f81063ecf]

        #98146# change string for name

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [e4f4f75909f72a8e27d09986a026062d8e35ce61]

        #97747# do not open beamer when error occured

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [73abee0d0dce9507d356b7a51f57e1f5ade46ce2]

        #97743# change menu entry

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [9cb771e9432ca5d0e105031bf8959ad0e19abee0]

        #97156# catch ElementExistsException

2002-04-02  Ocke Janssen  <oj@openoffice.org>  [744148427cb88e7a85691c345af40fcb84e0f94b]

        #97156# insert inline before

2002-03-30  Karl Hong  <khong@openoffice.org>  [1c1bd3a6f1ba7c1efe8b52670a6f7f7477a9d55a]

        #98442#TextToNum, CharToNum transliteration

2002-03-29  Bustamam Harun  <bustamam@openoffice.org>  [5d634b5e667955be19e055b33d188b8eed555453]

        #97582# Check endianess by CPU not OS

2002-03-29  Bustamam Harun  <bustamam@openoffice.org>  [d5390af41b7a72cf5c11944b9587dbdeabe38d55]

        Check endianess by CPU not OS

2002-03-28  Bustamam Harun  <bustamam@openoffice.org>  [e35fa2e6902ce842b81032f574d0ba57e35a0f8f]

        #97582# -licudt20l for little endian platform

2002-03-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5beb0aaf0cea6570edb7e3187133eea66c1a72a6]

        wrapped too much

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [a6881c4b45d0a083b06b6d4446723e251445bcf7]

        #91896# SunCC can't convert std::pair

2002-03-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6fcd1445c2285239715b7f3e7e884a0801c1eacc]

        AWK needs to be defined

2002-03-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f469bdd40139091fbeed5a696de591b143724f2]

        corrected IF statement

2002-03-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [59aafc58f357b8a79a4ad911e90127251dfac7e9]

        more wrapper for win/tcsh

2002-03-28  Frank Schönheit  <fs@openoffice.org>  [1e92b7f501133182090aee8ba1893e3fe84f330e]

        #98348# #97035# - ProcessWindowEvent always to call the base class

2002-03-28  Philipp Lohmann  <pl@openoffice.org>  [2c896e5a91863d15cb606e3626b88a688a49b6f3]

        #92026# put resolution into produced BMP

2002-03-28  Herbert Duerr  <hdu@openoffice.org>  [f10a99c1bb38c56e1e967e4a55f47bb7eac9360d]

        #97492# fix DrawStretchText for complex text

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [6c1a6f7bbb52e594491e232bcbdbd617bc34a7b9]

        #98405#: enhance BindDispatch

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [c2027ceceedc30a951dc912bc4d400aeed6f88b7]

        #98396#: new slot export

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [86e419ba386a08796d525c476cb2c812f8e25846]

        #98396#: new slot export

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [d8e2776caf81f71382c9e2eaae49a434e6145473]

        #98396#: new slot export

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [f6239b5eb7bf13abe138a8aa297ca5ed28fc2847]

        #98396#: new slot export

2002-03-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7549d8b91ef4d5a513b4561c3a2f491c5a3b950b]

        move fitered symbols to filter file

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [0c94496b64bc7cf8f763d685bef2e98c9989fc7d]

        #98396#: new slot export

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [04fc83656bab1c71a1cb87a0f2ad4118b2fe4354]

        #98396#: get UnoName from API names

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [183db8d9b8601fa47274ede5deaa86199c47a108]

        #98405#: new interface for dispatch recorder

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [5debf549f3a30878085a9ea68c251552e6127f9f]

        #97882#: get UI config pathes from configuration

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [a2cf5506db5d16341bc5b4e9165c35a316a60115]

        #98396#: new slot export

2002-03-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6184460c9813daa8ea9da7f41020e43fcd139cfd]

        use delimiter var

2002-03-28  Mathias Bauer  <mba@openoffice.org>  [b47724fdc66b2bd2653aecb076a5145e61eebffd]

        #98396#: new slot export

2002-03-28  Gregor Hartmann  <gh@openoffice.org>  [371aa3b7cd458f64804077745227c58bacea0164]

        #96597#enable x-plattform jump to source in resultfile

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [f638cb319d86c1a4c6cf6ed16b325d664665e9f8]

        Disable multi-processing when building JARs

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [204071f9eb79d0daa6422c60e95047df52c133b3]

        #91896# Split TreeManager and Cache; introduce new interfaces for cache and backend

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [1e8547568421890ce8497a78577425af04d2d368]

        #91896# Remove TypeConverter from OOptions

2002-03-28  Andreas Bille  <abi@openoffice.org>  [94df63de39bdde694c7bd7bb5b40fbc816b38e28]

        #98119# Work aroudn for utl-bug

2002-03-28  Andreas Bille  <abi@openoffice.org>  [1d958817acfd51dddeefa151ab5103b85a590281]

        #98119# Work around for utl-bug

2002-03-28  Andreas Martens  <ama@openoffice.org>  [c18255c952636d5c82931160f7762af4c8bf0d58]

        Fix #96678#: Changes for vertical layout causes loop in tableframes

2002-03-28  Sven Jacobi  <sj@openoffice.org>  [a20581424b2fe72b5049687d6000b12bd2e94818]

        #98170# converting the autocolor before exporting

2002-03-28  Stephan Bergmann  <sb@openoffice.org>  [d3007e432d5f5800014d9039e1b6073560c210e4]

        #98431# Fixed O[U]String.toDouble.

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [0a36b9287310228b88c254f20a7849efb026c897]

        #91896# Split TreeManager and Cache; introduce new interfaces for cache and backend

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [ca9315dddb68b0b88dc65ce901330ea0f48e73fe]

        #91896# Change CacheLocation to include a separate tree-base address; Add refcounting and 'dispsoe'

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [975760e6344ad8f9f54252677759c8c468b2dbf3]

        #91896# New interfaces for cache and backend

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [e2f91b32310a8370b404d4c151f23097b1a044cc]

        #91896# Remove TypeConverter from OOptions

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [c2e54015a2458606c4104b71199c75fa8466ed9d]

        #91896# Homogenize instance interfaces; Change UpdateRequest to use ConstUpdateInstance

2002-03-28  Tino Rachui  <tra@openoffice.org>  [9921a2d507793bff4a231c74d95d2cc32905cf5e]

        #98418#

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [2293e29f431ae6737e9b7f0ec2ff7c914a78de4c]

        #91896# Homogenize interfaces; Introduce new indirect 'ResultHolder' to support return/pass by value

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [811fa8441a434b83a3408d6ae66b9d0f66e93b6b]

        #91896# New interfaces for cache and backend

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [612a60ce2f5c7ccb5f9113cb84c23bc3c7b86fbe]

        #91896# Complete transition to sharable data structures; remove non-sharable versions of algorithms

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [0dcc1df0331a60b26222ed73eeb0c09ee580d6ac]

        #91896# New helper classes for lifetime management

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [69cc20b8c16c6412646c54ab73dc8362d8715e90]

        #91896# Remove unnecessary helper class

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [b1aa879a7341339a9b3167e7cab9204b78e529ff]

        #91896# New interfaces for cache and backend

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [a7eb256349d505fb83650fd1dfc638438b0223d5]

        #91896# Complete transition to sharable data structures; remove non-sharable versions of algorithms

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [6618b49514709b1597a5194310f2945ab08206e6]

        #91896# AddNode::clone must copy the insertion address, to allow using a clone for notifications

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [f5012810334d8880abb77fbda324ed40838700ac]

        AddNode::clone must copy the insertion address, to allow using a clone for notifications

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [55dcce5aa0834132565977641c697ce4fdfa69ff]

        #91896# New interfaces for cache and backend

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [4839b178c9ecf1907c98339e63ff5d8f1b5754ec]

        #91896# New interfaces for cache and backend; remove TypeConverter from OOptions

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [806a6dd82c3d015417e35d2b55f055c8a428aa10]

        #91896# Complete transition to sharable data structures; remove non-sharable versions of algorithms

2002-03-28  Jörg Barfurth  <jb@openoffice.org>  [1a74c0b85d34d51349b1483f075206a3b6aeb7f2]

        #91896# New interfaces for cache and backend

2002-03-28  Eike Rathke  <er@openoffice.org>  [b23dd40f66f28212ba40181d9f04ec6fd6348a1b]

        #97582# can't use libicudata, have to use libicudt20b (some freak hard coded name?)

2002-03-28  Eike Rathke  <er@openoffice.org>  [6397cb8d60227a26e71799be2319ab9a2e6ee07a]

        #97583# centralized ICUI18NLIB in solenv/inc/libs.mk

2002-03-28  Eike Rathke  <er@openoffice.org>  [8d9a1a72843f152cf4c38e8935ef1e46bcc493ac]

        #97582# make linklib work with only major.minor

2002-03-27  Eike Rathke  <er@openoffice.org>  [f2387ffad043abb62a8de8b0f36d431287811783]

        #97583# move ambiguously (for Windoze) named files

2002-03-27  Eike Rathke  <er@openoffice.org>  [f5f1bd401753ba8ceaaabc40a5fcde944957de74]

        #97583# move ambiguously (for Windoze) named files indexentry_*

2002-03-27  Eike Rathke  <er@openoffice.org>  [026a4dc89230661218ab4763ab807f738955a604]

        #97582# #97583# icu libraries

2002-03-27  Kurt Zenker  <kz@openoffice.org>  [9b243a11215a82d155ccf17773e634ea6128f27f]

        new version for SRC641

2002-03-27  Mathias Bauer  <mba@openoffice.org>  [7524b22992bbd24c04cf95f86cf3271cc60a1b6c]

        #98196#: don't release unreserved document numbers

2002-03-27  Kurt Zenker  <kz@openoffice.org>  [657e27419e07f6c2290fa4635593b8aa98164959]

        #98409# works with LISENCE (uppercase)

2002-03-27  Rüdiger Timm  <rt@openoffice.org>  [d91f044588f3228d86e55b3c96a1d699015abd69]

        #65293# depends on module offuh

2002-03-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [87968d3fef9f986c041c64c173a94f7f76711f4e]

        setting DEPOBJFILES to get clean dependencies

2002-03-27  Mathias Bauer  <mba@openoffice.org>  [81142b2932bdb51b2ae5c9b4d19fbf5222fe0e08]

        #98407#: use special interactionhandler for r/w opening

2002-03-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [20cac52e48932abfc79662532ffc4e36ea3c9e90]

        added missing dependency

2002-03-27  Oliver Specht  <os@openoffice.org>  [7b67abf3db3ab3b373e20c7702018d323eaf8bc3]

        #97695# custom color confiration started

2002-03-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [76d3afd79c9fde911e0c53190fc0230b8f3c86fd]

        use variable LIBMGR; ldump parameters with delimite variable

2002-03-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c76f62a2d13546bf3b384ee3aff3aadedbc33bb2]

        introducing variables for idlc and regmerge; setting wrapper in case of windows and USE_SHELL not 4nt

2002-03-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dbe0c4acbd7d2a5c9be4ffedbe5b80387ee2397a]

        setting DEPOBJFILES to get clean dependencies

2002-03-27  Oliver Specht  <os@openoffice.org>  [5483e084a8182771d733b274cacf4ea14fee6f7f]

        #98312# naming convention of ImageLists changed

2002-03-27  Stephan Schäfer  <ssa@openoffice.org>  [f6b0b1ddd7a41b8b976c522e50f45c75952a3fd2]

        #98367# improved resizing

2002-03-27  Stephan Schäfer  <ssa@openoffice.org>  [acc2643105580ecc0620085d6054cb245176ca62]

        #96979# avoid close on focus change for decorated floating windows

2002-03-27  Ocke Janssen  <oj@openoffice.org>  [c8f51a4906fac740d0c8475c33395c12f57736bd]

        #96517# correct error msg when no tables were found

2002-03-27  Ocke Janssen  <oj@openoffice.org>  [146dced1f366982cfb2b4fc59375e9f2f613cf28]

        #96517# set parser only when form is loaded

2002-03-27  Ocke Janssen  <oj@openoffice.org>  [261d076e5814deeb2ed2086439179942f66b16fe]

        #96397# check if indexname is valid

2002-03-27  Christian Lippka  <cl@openoffice.org>  [d371306d6653b95eb8f036eaa41dc502fbf95102]

        #98170# added IsBackgroundDark property for accessibility

2002-03-27  Ocke Janssen  <oj@openoffice.org>  [9a670235d4ea7f6c99b4c6c4bdd81a5b23ce3f19]

        #95825# check key_seq

2002-03-27  Christian Lippka  <cl@openoffice.org>  [d0945ab6b6f64d181e5a5deba24cd340fa4fa62a]

        #98170# fixed background color for master pages

2002-03-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e8ba904ef347d42aab9a0ab9ede59a11016dfd11]

        used and created patchfile should be named identical

2002-03-27  Sven Jacobi  <sj@openoffice.org>  [4a7959e7f3bfef600b2fc42d9d887d2adee3bc65]

        #96758# now using the correct height for callout objects

2002-03-27  Frank Meies  <fme@openoffice.org>  [5874f504c808d0b0a0178d8641d36fdd824d0163]

        #96678# Vertical Formatting - Full width blanks disturbed justified alignment

2002-03-27  Dirk Völzke  <dv@openoffice.org>  [fcb73cf01a604252a690e3abff2a403e287837b0]

        #98266# Installmode ALL_USERS should be recogized, too

2002-03-27  Mathias Bauer  <mba@openoffice.org>  [8279028797b0ef5cb160a59f3a01dfb19aa430bf]

        #98405#: new interface for a dispatch recorder

2002-03-27  Joachim Lingner  <jl@openoffice.org>  [7d297b2a7569f45fa034c4d80a6b6534aa7a682c]

        #98379# HolderProxy.isSame

2002-03-27  Christian Lippka  <cl@openoffice.org>  [1133bf31b9860ef1a443c5efb17216d8bef6ba02]

        new service for supporting dialogs for filters

2002-03-27  Ocke Janssen  <oj@openoffice.org>  [719895ce02e109c3afa43f32e2cbd5320ed5952c]

        #98312# change name for inmage lists

2002-03-27  Eike Rathke  <er@openoffice.org>  [73c353d4c60be98eca8fbdae1c1d5ef276776f07]

        #97583# typos of released API and its fixed enums have to be inherited

2002-03-27  Mathias Bauer  <mba@openoffice.org>  [e1a8c6e47d6f96c9f68c8cc930e32c794b30a06b]

        #98367#: base class handles minoutputsize

2002-03-27  Christian Lippka  <cl@openoffice.org>  [477de41dea440388f8db56753f57afdb80e47d24]

        #67368# merged position & size tabpage for changed protect feature

2002-03-27  Oliver Specht  <os@openoffice.org>  [287303c8dc86096ab20b5326c1ffcdea5a9aa312]

        #98312# unused ImageList removed

2002-03-27  Mathias Bauer  <mba@openoffice.org>  [b4e6fa491d6d2cd4bb905a4ae4a9902e56716059]

        #97712#: wrong URLObject

2002-03-27  Tino Rachui  <tra@openoffice.org>  [0ee03aaff580079dcf0aa82422088e63907a7731]

        #89491#check for Win2000 removed, always allocating a buffer of 32k if not otherwise specified

2002-03-27  Tino Rachui  <tra@openoffice.org>  [d9ea464140d08ccfd0af74d5ae276ba116948242]

        #89491#check for Windows 2000 platform in InitialSetDefaultName

2002-03-27  Philipp Lohmann  <pl@openoffice.org>  [1f7b922863e2bd85d801ac1e26d60edc9867f809]

        #98367# end resize with a good format

2002-03-27  Caolán McNamara  <cmc@openoffice.org>  [8142b526d50af31fd2b170f8c0a72b8eef423893]

        #98380# multibyte characters split over parse chunks not converted

2002-03-27  Vladimir Glazounov  <vg@openoffice.org>  [a51749ec5bb132fb25bcef9fc1f2658dadd296af]

        SRX642

2002-03-27  Christian Lippka  <cl@openoffice.org>  [66f60c2b441c92633b9c8896d40d873967699bc5]

        #67368# merged position & size tabpage for changed protect feature

2002-03-27  Christian Lippka  <cl@openoffice.org>  [da6b0cc4687453922e4b0247c1462dd61e81adad]

        #67368# merged position & size tabpage for changed protect feature

2002-03-27  Oliver Specht  <os@openoffice.org>  [50137c77741a9390d1094226004cf5a5ae7c1712]

        #98312# naming convention of ImageLists changed

2002-03-27  Oliver Specht  <os@openoffice.org>  [3c57c7867943e00e16c33b49b7910f9edd7833b2]

        #98312# naming convention of ImageLists changed

2002-03-27  Christian Lippka  <cl@openoffice.org>  [f0165c8fd0630219beca4faaac279fd6f84e733f]

        #67368# merged position & size tabpage for changed protect feature

2002-03-27  Oliver Specht  <os@openoffice.org>  [bb47514cdeecde6f6ac4abe0a11e066e58158723]

        #98312# naming convention of ImageLists changed

2002-03-27  Frank Meies  <fme@openoffice.org>  [dc4ba5c7c1b2850a4da676132ab6490b262adea8]

        #92593# Painting line breaks and tabs by using symbol font

2002-03-27  Ocke Janssen  <oj@openoffice.org>  [a24e43a08adf6d596f2f7f7f8d2ed6f3789b0793]

        #95001# set parameters only when not null and adjust mapping

2002-03-27  Ocke Janssen  <oj@openoffice.org>  [520018290bfca1554f5ac957e93ee4729b3f5a08]

        #95001# fix nullable for columns

2002-03-27  Oliver Specht  <os@openoffice.org>  [cc1b80b3dfa266fbb9e32e370c28c24bfe0c39ad]

        #98312# naming convention of ImageLists changed

2002-03-27  Oliver Specht  <os@openoffice.org>  [e1df4d8c0c8414d5ac8059a651a6c45e21fdf601]

        #98312# naming convention of ImageLists changed

2002-03-26  Daniel Vogelheim  <dvo@openoffice.org>  [103190ef0907c9f8e3c3ded0a29c7fb476193d65]

        #96530# added gray background attribute for certain special portions

2002-03-26  Thomas Benisch  <tbe@openoffice.org>  [80530abec0f7aeb4e6e18b08c9c32bb48f2c2dd7]

        #97222# CreateAccessibleContext() for VCLXFixedText

2002-03-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0f075fe644b43259cc5dd0b10202875dcf285275]

        replaced 4nt-ism

2002-03-26  Thomas Benisch  <tbe@openoffice.org>  [286745f41582007157128d811eb925a7f6ab6b9d]

        #97222# added vclxaccessibleradiobutton.obj, vclxaccessiblefixedtext.obj, vclxaccessibleedit.obj

2002-03-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1bb24b755e4dfb4c0048c11401da391795d9c58e]

        treat non 4nt shells the same way

2002-03-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5310f8dea2810e3c08b77dd11babb948561f677a]

        replaced 4nt-ism

2002-03-26  Eike Rathke  <er@openoffice.org>  [6bda8bfd5a8c5110dfecd8a929ed163b7460757c]

        #97583# it's dual licensed, LGPL and SISSL

2002-03-26  Rüdiger Timm  <rt@openoffice.org>  [007fa9c8dde6ce6dec111c8679fd2742a9a938c4]

        new version for SRX642

2002-03-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1c27097aca10245f51e4432cd853fd2b01cb5277]

        replaced 4nt-ism

2002-03-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f0961500870d538bd342539b7b77dce489f69474]

        replaced 4nt-ism

2002-03-26  Niklas Nebel  <nn@openoffice.org>  [100f1c9b0409163266f64f8eb33e7e0c683e3e14]

        #98185# read default object size from configuration

2002-03-26  Niklas Nebel  <nn@openoffice.org>  [33cf68703fb5c466e3a12b2eb80ffc4f85ef99f7]

        #98185# configuration for default object size

2002-03-26  Eike Rathke  <er@openoffice.org>  [36b43c9f8261e7af328e1399b2652d6c6ffed186]

        #97583# it's dual licensed, LGPL and SISSL

2002-03-26  Eike Rathke  <er@openoffice.org>  [a07499db9ed996f3b221b1b361ff9d5bcdc20551]

        #97583# it's dual licensed, LGPL and SISSL

2002-03-26  Niklas Nebel  <nn@openoffice.org>  [4ebf934264397ec6c815f5eb5f7ab26349d4fe1f]

        #98185# configuration for default object size

2002-03-26  Kurt Zenker  <kz@openoffice.org>  [af2e737166f00a13aa50c7243ff11651a661db99]

        new version for SRX642

2002-03-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6a6520288fd17568c8535b724353aa66556e287c]

        more ms wrapper

2002-03-26  Vladimir Glazounov  <vg@openoffice.org>  [51aae5aa84cc13682a42454a8ec8b8900d8f478e]

        #65293# added one more file to deliver

2002-03-26  Mikhail Voitenko  <mav@openoffice.org>  [91614fc47405783ac7d0b0db3602ea65f1b3ab2c]

        #98385# separate GUI and API parts

2002-03-26  Mikhail Voitenko  <mav@openoffice.org>  [48e9044b1dc11d1713d4b4fcf219bc9f54766f58]

        #98385# separate GUI and API parts

2002-03-26  Rüdiger Timm  <rt@openoffice.org>  [62ff3799c111abbd561ef38309f829fb485af7b0]

        new version for SRX642

2002-03-26  Stephan Schäfer  <ssa@openoffice.org>  [f1f5901c79686d10d31984cffbe067b6967a2925]

        #96971# use color constructor

2002-03-26  Sven Jacobi  <sj@openoffice.org>  [b995bdaeadd8d7da7a48a8b93f80fdd5afe07526]

        #97890# removing text dependent assertions for documents created by Applixware

2002-03-26  Sven Jacobi  <sj@openoffice.org>  [c5a59aa5fde32292fdcfca11786f3edb103c12c4]

        #97890# removing text dependent assertions for documents created by Applixware

2002-03-26  Rüdiger Timm  <rt@openoffice.org>  [f6a582fe0cc1921a1f9675e728fb8afb2a9a4ba1]

        new version for SRX642

2002-03-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bb30008acb8104681d8d9d3c58749cfa97335f9b]

        use unix escaping for win/tcsh

2002-03-26  Daniel Vogelheim  <dvo@openoffice.org>  [a9b9949becb79073d76fcb1eb82df0362b73bf7d]

        #96530# implemented setAttribute() call

2002-03-26  markm  <markm@openoffice.org>  [8a3226086469f83132bf7309be76023fa77d452d]

        Update to reparenting of Nodes from first text span.

2002-03-26  Gregor Hartmann  <gh@openoffice.org>  [8e4e17aa1be24e16c51d73753230e401d0a407e7]

        #97785# create new testtool.ini/testtoolrc if none is available

2002-03-26  Stephan Schäfer  <ssa@openoffice.org>  [174faa0870ab9b4bb8b33216bc8cd1afe8d18928]

        #96971# skip static controls with cursor

2002-03-26  Aidan Butler  <aidan@openoffice.org>  [5ee0365e58ef44b8aab52d6186f0b13e0c6ccca0]

        *** empty log message ***

2002-03-26  Aidan Butler  <aidan@openoffice.org>  [241ab6477044f3fb6b98b62adbe1303474275dd2]

        An object to contain any office type

2002-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7fc750f15a3588ddb307e22c70114e8d9af9e1ea]

        UDK304

2002-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7a4eec820f005de8a28818f0318c3dc98dd223df]

        UDK304

2002-03-26  Aidan Butler  <aidan@openoffice.org>  [9058ce4f43992152641e25ce408b1333486ed58c]

        *** empty log message ***

2002-03-26  Aidan Butler  <aidan@openoffice.org>  [38e24be9e295e23943a2128e24aafccb380da859]

        added support for unzipped files

2002-03-26  Aidan Butler  <aidan@openoffice.org>  [08877d627f62979af6fe02d14cd96b1f203ab100]

        Added support for unzipped files

2002-03-26  Aidan Butler  <aidan@openoffice.org>  [eb3cc202cc0c275b48cff23091a1f0c526e70357]

        Support for unzipped files

2002-03-26  markm  <markm@openoffice.org>  [ee8a9fb91855566f9930cc5d11f89bb00846bf0c]

        Recoding of special case for last paragraph text additions.

2002-03-26  Martin Hollmichel  <mh@openoffice.org>  [618f89696143f99cc7ae865076607b8e70dfd1c1]

        add: cygwin

2002-03-26  Martin Hollmichel  <mh@openoffice.org>  [17ec3915013a07837ab5d646144da95148ad2ec7]

        add for cygwin

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [64dd421df45fc6969369f391ee393e5edbc62568]

        #97583# fix syntax

2002-03-26  Joachim Lingner  <jl@openoffice.org>  [968dccbf9adaebcc7d404e253d1c5d9f7a589fb6]

        #98345#

2002-03-26  Aidan Butler  <aidan@openoffice.org>  [bb1b1ecb19e12ec4f2b3b02f6675433fde860563]

        Mime-Type Change

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [63b1fb42b7528e16677cb3e75284ca5c2adde032]

        #97583# add new libraries

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [84321fa5fce83018173a116730a71da0e5d55a7e]

        #97583# add Include files

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [e52b9330d9a804369547d2ac80160664355df977]

        #97583#  Add 2 new arabic locale ar_LB and ar_TN

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [2c4d3b21020f6330dbc76f1c33c21fdaef1589b4]

        #97583# Add 2 new arabic locales ar_LB and ar_TN

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [f901827d1b9b856f86b11dda014d63a2401c66bd]

        #97583# Remove obsolete tag

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [1224ea06d3dae30e854916472ecbe378389f0d72]

        #97583# add Transliteration

2002-03-26  Kurt Zenker  <kz@openoffice.org>  [0a5662d7ad1eded2f5e26dd6cd807b2862aac212]

        new version for SRX642

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [0c29287f73850063ce65112e520cfe8cb8fe68c1]

        #97583# add transliteration data

2002-03-26  Niklas Nebel  <nn@openoffice.org>  [823ab051ce7a509242695d56eace1ea291f080c4]

        #97627# ScUndoUpdateAreaLink: Delete old contents before copying back

2002-03-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b51d6f75812fd4f7378c8d3e1245eb6f23107a60]

        wrap use_shell before including unitools.mk

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [fc680b643030fc2c99dcfffe75e762ee35e5f292]

        #97583# Modify for new services

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [f647df2758c6f847b00170155a9a6fbbb0fafcaf]

        #97583# Add inputsequencechecker

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [7f3fe7215207c2aceba4124651057e5fb49e4016]

        #97583# reorganize files

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [bd0038066ee70ff8290426937c4528fdcd8a7b8c]

        #97583# add include files

2002-03-26  Philipp Lohmann  <pl@openoffice.org>  [67a2ef0b16b2a5c845a0b8d93db2065d430b2d8e]

        #97809# do not insert mnemonic twice

2002-03-26  Aidan Butler  <aidan@openoffice.org>  [2c44d0cfa9cc4512ff3a58e11c1937bfca6e1ea2]

        *** empty log message ***

2002-03-26  Aidan Butler  <aidan@openoffice.org>  [858a291075ea34d66b62db2b64aff5baa362be1e]

        Added DocumentMergerImpl and ConverterCapabilities

2002-03-26  Aidan Butler  <aidan@openoffice.org>  [453e23cb25dfadf62813a896559677ae36529d47]

        Merger Implementation Code

2002-03-26  Daniel Vogelheim  <dvo@openoffice.org>  [711399decae7fc8b44f4281f48bd5e9804c19ff8]

        #96530# fixed build problems in PRODUCT-version

2002-03-26  Daniel Vogelheim  <dvo@openoffice.org>  [78d6f8accc5916f8060947a64e9f0155c8cc88ef]

        #96530# getAttributes(...) implementation         (no attribute substitution (i.e. gray background for fields) yet)

2002-03-26  Ocke Janssen  <oj@openoffice.org>  [76687efc525d82edadf922eabf50085ccae36d8d]

        #93306# new helper class to scroll while dragging

2002-03-26  Joachim Lingner  <jl@openoffice.org>  [b2dd66166d5903b6258efcf9ac75cf7fbdace8af]

        added AnyConverter_Test

2002-03-26  Joachim Lingner  <jl@openoffice.org>  [0a6b5e55b87679b7935a2a7b7aa04a529fad2864]

        test programm for AnyConverter

2002-03-26  Ocke Janssen  <oj@openoffice.org>  [bbaaa46c0e303e306e0fa6de8b2e3396251fb020]

        #98347# recalc lines before invalidate

2002-03-26  Stephan Schäfer  <ssa@openoffice.org>  [3c3c7418ac159097eeca2453019f4aadc12d8004]

        #98168# send asctivate/deactivate events on focus change

2002-03-26  Stephan Schäfer  <ssa@openoffice.org>  [1e1f134ca60fa18bb9129ee281d152a405e14f98]

        #97021# darkness threshold

2002-03-26  Frank Meies  <fme@openoffice.org>  [70245e99f8ec02a0cabd19d83237c9dd9ddcb95e]

        #98281# CTL - Calculation of end of SwBidiPortion

2002-03-26  Frank Meies  <fme@openoffice.org>  [816bbd9835b20a7c87b3b788f522e23736f22b14]

        #98281# CTL - Kashida justified alignment

2002-03-26  Frank Meies  <fme@openoffice.org>  [ec35a4aca634d952afc8f1e4c75a5fd2977abea8]

        #98281# CTL - PostIts in RTL paragraphs

2002-03-26  Frank Meies  <fme@openoffice.org>  [ea471cc4543786a74a405c67e841fb6e38334ebf]

        #98281# CTL - Flys anchored as characters

2002-03-26  Ocke Janssen  <oj@openoffice.org>  [e014d09ad726ea7efb85bf8793718c8a2983df50]

        #98353# new parameter for addConnection

2002-03-26  Ocke Janssen  <oj@openoffice.org>  [fdcfd6b4869f683207af2ac4c04ad66b7d266b55]

        #98353# wrong cast parameter

2002-03-26  Ocke Janssen  <oj@openoffice.org>  [f11eac1d3d6783df1677b1b1f4eee4d65112ce9e]

        #98353# new parameter for addConnection

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [c54f607143a7b70e21154a5fe97082ef548634b0]

        #97583# Add name space

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [54493be4abf7644cd8b6ad973bb0daccfb0d4e1a]

        #97583# Add Collator

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [88eb5cc80cb71dd13cb0d147f765e9808c3d157f]

        #97583# Add Character Classification

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [736e7a711af5437ef5b7dfb2ed050c0053fdaaaa]

        #97583# add Calendar

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [d8ecdf5139f65b616fcf8d26b4d3ebac099501e0]

        #97583# Add Dictionary Breakiterator data

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [c5cd37730e145b86129c6503ae5661820ae042e7]

        #97583# Add Breakiterator

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [23bb0fc7d67ba95b2e7a823086740a9fd7721b6c]

        #97583# Add drafts/com/sun/star/i18n

2002-03-26  Bustamam Harun  <bustamam@openoffice.org>  [5283f45440a12168e6f996e90f51625f66a1b76e]

        #97583# Change calendar and breakiterator

2002-03-25  Vladimir Glazounov  <vg@openoffice.org>  [32ef44ac44ffe86b1a95d3d69d6c4b4186af66b4]

        new version for SRX642

2002-03-25  Kurt Zenker  <kz@openoffice.org>  [0c78b73fbda3ad1eb17ef58c31c1bbde48abac0a]

        new version for SRX642

2002-03-25  Kurt Zenker  <kz@openoffice.org>  [879519663c6765949b7a4ec60e6a798506df0f0c]

        new version for SRC653

2002-03-25  Sven Jacobi  <sj@openoffice.org>  [96898785377e3776ffcf358d95e6c09affc13090]

        #97889# removing assertion

2002-03-25  Philipp Lohmann  <pl@openoffice.org>  [a12cc525ac9efeacce2ab3561944df18afa338ad]

        #98364# don't Commit on shutdown unless necessary

2002-03-25  Daniel Vogelheim  <dvo@openoffice.org>  [7f3d25849839134adda6ea572ec1fa4960cdef3e]

        #96530# redlines on end nodes

2002-03-25  Sven Jacobi  <sj@openoffice.org>  [85af200c8fd111b6b2099cabbc32e058307749cb]

        #98249# added import of shadow transparency

2002-03-25  Daniel Vogelheim  <dvo@openoffice.org>  [1377233eb8fcace54b44a4180dba6c2fc3684e68]

        #96530# redlines on table end nodes

2002-03-25  Kurt Zenker  <kz@openoffice.org>  [7eed37cc7917d1434ca26719952f34455e7d1187]

        new version for SRX642

2002-03-25  Daniel Vogelheim  <dvo@openoffice.org>  [e2a4f9f17a6f8199e7fd6273904e9aad03d4c82d]

        #96530# redlines on endnodes are allowed, as long as they have content         (in the documents' redline section)

2002-03-25  Daniel Vogelheim  <dvo@openoffice.org>  [ce9ccf32481ccf1262bca9cdffb1819ff3a7d7f1]

        #96530# import/export of redlines that are contained in end nodes

2002-03-25  Stephan Schäfer  <ssa@openoffice.org>  [72cfc6860f2014f75a0c7d748427fe1ac6a47bd8]

        #97021# check HC mode before using light green

2002-03-25  markm  <markm@openoffice.org>  [ad0e467bd8200fa441ed00c95feb483a9d10ddf9]

        Special case for last paragraph removed in reading paragraph data for PSW -> SXW conversions

2002-03-25  Philipp Lohmann  <pl@openoffice.org>  [27d36214d7552a5cf4ec25413096a32ad7585d66]

        #97809# accept multiple mnemonics if necessary

2002-03-25  Aidan Butler  <aidan@openoffice.org>  [811c851c87b10907bf9af65d478b4836e46a41c2]

        Excluded MiniCalc JavaDocs

2002-03-25  Sven Jacobi  <sj@openoffice.org>  [d1cffe34b08f2c1aba38ef962fe1cf6ec043ccc3]

        #98326# do not set the logic rect for autolayout vertical title text chart

2002-03-25  Kurt Zenker  <kz@openoffice.org>  [626dde6e354422767f42697d8f3f1a27ff0329c9]

        new version for SRX642

2002-03-25  tpf  <tpf@openoffice.org>  [66ad4fd76d011c46347cb47a97c506b7c015ba2b]

        #98176# UDK implementation of XLogger service added to build list

2002-03-25  Rüdiger Timm  <rt@openoffice.org>  [344c8db5efce8a0bbdcb9e8d153ca0014e89bf26]

        new version for SRX642

2002-03-25  Kurt Zenker  <kz@openoffice.org>  [ed2c9c70d74a49f3b5e898930edbe927fa69c2df]

        new version for SRX642

2002-03-25  Aidan Butler  <aidan@openoffice.org>  [570d95afe6d1c49bde88b5c364a9792bafae036f]

        MiniCalc Plugin

2002-03-25  Vladimir Glazounov  <vg@openoffice.org>  [2be2ad480f127b19601bc35acea7ab69eebe13de]

        new version for SRX642

2002-03-25  Peter Burow  <pb@openoffice.org>  [aa5fa46a9910b75f171a573bdb35f0fd40267269]

        fix: #97498# support for large toolbox bitmaps

2002-03-25  Peter Burow  <pb@openoffice.org>  [c42f39872f50265cf14b0c5c970ee8ac543faf09]

        fix: #97498# moved from sfx2

2002-03-25  Kurt Zenker  <kz@openoffice.org>  [4f6e6ae0564134651f3b0fa659b4c5c0203e14c0]

        new version for SRX642

2002-03-25  Daniel Boelzle  <dbo@openoffice.org>  [5431f53b8598e06c8cdbed42ce05eb3d8d8ed216]

        #98144# added missing attributes

2002-03-25  Stephan Schäfer  <ssa@openoffice.org>  [9eb5ccc461b6a58df850817462518c20b7ce59f1]

        #97021# improved disabled text in HC mode

2002-03-25  Stephan Schäfer  <ssa@openoffice.org>  [53dd23d147b00811c3275780251f8ffd53998817]

        #97021# improve selection in HC mode

2002-03-25  Sven Jacobi  <sj@openoffice.org>  [595c2af4049d43c1303f3605aab5ed1b0ba58cbc]

        #98324# using AUTOLAYOUT_OBJ for Layout Title 2 Content

2002-03-25  Ocke Janssen  <oj@openoffice.org>  [cd196e40112a68db8c545ebd7ec4ebbee15b8e3c]

        #96518# new service description for ODMA access

2002-03-25  markm  <markm@openoffice.org>  [40c69f020c0dee2e4edd390852143a4e71f6cd15]

        Fix to ensure that lines class variable matches number of elements in Line Descriptors vector.

2002-03-25  Thomas Benisch  <tbe@openoffice.org>  [ec99ba927b73d12c52f70dbc535d6fe801acc290]

        #97222# implemented getAccessibleKeyBinding

2002-03-25  Philipp Lohmann  <pl@openoffice.org>  [8f9a90812e48f75d456bc377ed63f2c02e1ff75c]

        #98335# invalidate pending user event in destructor

2002-03-22  Rüdiger Timm  <rt@openoffice.org>  [ccb8eb3353bbc2e762c50cfcab3cd3eceb3ce71c]

        new version for SRX642

2002-03-22  Vladimir Glazounov  <vg@openoffice.org>  [4fb4c3a8765704fd3d4b27a08108f72ac516da60]

        new version for SRX642

2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [62ef8b25f992d52fe69abea4413a7d4115261603]

        #97038# use sound for info box

2002-03-22  Kurt Zenker  <kz@openoffice.org>  [254e500f2bfb72642d9052bb48a5a76234c6a012]

        new version for SRC641

2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [01ba3c65ceb56cadae517aacd38a3dcb54eefe55]

        #97021# highlight text buttons

2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [7179ea4d6bfd7e4b1e8d317cd11a8d968ef9836a]

        #97021# dont highlight disabled entries

2002-03-22  markm  <markm@openoffice.org>  [18b477def930aadd839982feccf91cced3bce344]

        Update for correct build of Pocket Word plugin.

2002-03-22  Daniel Vogelheim  <dvo@openoffice.org>  [2d6e3400ee8f937045abef14b069b6ed73354f75]

        #95586# fixed problems with Solaris-compiler (no adress of temporaries)

2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [978b97a218b9d1b2263714d41a8cf4ed2f54dec0]

        #97021# take care of high contrast in draw disabled text

2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [c301b03f1741e3305043e5a303173c1eb321e7f4]

        #97021# improve dark/bright thresholds

2002-03-22  markm  <markm@openoffice.org>  [61413a25e7ff208896fb5e4bfaa6fb86e5551e81]

        Update to include Pocket Word plugin.

2002-03-22  Kurt Zenker  <kz@openoffice.org>  [e752da3ceb175cfc24c9a7c5515669318a0ba449]

        new version for SRX642

2002-03-22  markm  <markm@openoffice.org>  [778101d4ec8b53b5f8c64889151192265c02d33f]

        Update to include Pocket Word plugin

2002-03-22  markm  <markm@openoffice.org>  [2e303694216ad40b2903add0ee6cc7af841771a8]

        Update to include utility classes used by Pocket Word plugin.

2002-03-22  markm  <markm@openoffice.org>  [d3768129b5168e6928ed62aa1a177a507e9b5d50]

        Initial import

2002-03-22  markm  <markm@openoffice.org>  [28f819fcd21050bbe76527178619626b0d69305e]

        Initial import of Pocket Word plugin

2002-03-22  Vladimir Glazounov  <vg@openoffice.org>  [a69b4a188676453134b0094dbda534b5b97c1ea8]

        #65293# corrected typo

2002-03-22  Aidan Butler  <aidan@openoffice.org>  [aad668c4cbbf88a64a9cf4d125e3fe7c5bcedf6d]

        *** empty log message ***

2002-03-22  Kurt Zenker  <kz@openoffice.org>  [1787164f5befbf11d8d405fdf27530207a0abf87]

        new version for SRX642

2002-03-22  Sascha Ballach  <sab@openoffice.org>  [e5b578e80fd6c31dc9d4178030a9383915234315]

        #95584#; SFX_HINT_DYING handles the base class

2002-03-22  Sascha Ballach  <sab@openoffice.org>  [47bb08fa7d5d182e5acd4e027bb9dff4d2d366d4]

        #95584#; add shape support

2002-03-22  Sascha Ballach  <sab@openoffice.org>  [743df6404d4c722fcb7a0c246d6136086ef0297c]

        #95584#; split XAccessibleEventListener in a own base class to make it possible to call disposing on the WeakAggComponentImplHelper

2002-03-22  Kai Ahrens  <ka@openoffice.org>  [416e938b7b87146bb6e0190887ed4f46ad58f45f]

        #98312#: added support for high contrast bitmaps

2002-03-22  Sascha Ballach  <sab@openoffice.org>  [a1a461a7910106331d4d98a23d20c7c7b1c47ac3]

        #95584#; add disposing

2002-03-22  Sascha Ballach  <sab@openoffice.org>  [3882ecc369fb04602af6a5d1f621cd7b91233082]

        #95584#; add disposing; clip boundingbox

2002-03-22  Andreas Martens  <ama@openoffice.org>  [7391e96f6cc3b443a526d79617018e6d12defc7c]

        Fix #96678#: Page style may change tthe layout direction

2002-03-22  Sascha Ballach  <sab@openoffice.org>  [3fa4c8ff04c9285d3801fa33c17195958a1c6906]

        #95584#; add disposing

2002-03-22  Sascha Ballach  <sab@openoffice.org>  [1575bf8359fe478a8e10ddd792a5af4641b9fb09]

        #98317#; add Orientation to SortParam Sequence; make the relative field numbers absolute

2002-03-22  Sascha Ballach  <sab@openoffice.org>  [ebca31005835555f0a25af1957b625b5c64ef4a3]

        #98317#; take the orientation from sort descriptor, because on filterdescriptor the orientation is not set

2002-03-22  Sascha Ballach  <sab@openoffice.org>  [50a6839a29b7b94c50bc09bc3cd96cc03f3207a9]

        #98317#; set the orientation while setting sortparams

2002-03-22  Aidan Butler  <aidan@openoffice.org>  [d4a3c91df2d1c3c4b17d8a72d24553cc901bebaf]

        *** empty log message ***

2002-03-22  Andreas Martens  <ama@openoffice.org>  [6ed26d83d568a316974fdd2c2ddf0a3f94f5f406]

        Fix #96678#: Field references and vertical environment

2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [d0969af6f72863d9e7ff098d10dc899b0a818c90]

        #97017# choose useful border color

2002-03-22  Philipp Lohmann  <pl@openoffice.org>  [f362dba1d631865a6fac50da091a54236745befb]

        #96985# dock/undock with key input

2002-03-22  Peter Burow  <pb@openoffice.org>  [59744c264604e11e6ac6135f159d109d6b3564ba]

        fix: #98305# use osl_getThreadTextEncoding() instead of RTL_TEXTENCODING_ASCII_US

2002-03-22  Nikolai Pretzell  <np@openoffice.org>  [02ff8697bf503ec668510c019de88e6f7c696a2f]

        Move autodoc to OpenOffice.org

2002-03-22  Armin Weiss  <aw@openoffice.org>  [780dd5cc91870a56ab518095903d1c542e445fad]

        #67368# only take action when move is allowed

2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [e4aaf87abdf0e10ccf2ae797fa2d0c9dd13662cc]

        #96972# now f6 cycles through everything and ctrl-tab only menu-toolbar-floats

2002-03-22  Oliver Specht  <os@openoffice.org>  [69557f2d93b006dfed5521affc37928f3f362fe0]

        #98294# get/setPropertyValues: exception type corrected

2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [cc2bc1dfc71ce9acbb1e52b329ed49769b9d66f9]

        #98125# toggle next toolbar using ctrl-cursorkey

2002-03-22  Stephan Schäfer  <ssa@openoffice.org>  [90f8195894122889304d73ee6a464cf05d2c0506]

        #96972# do not open menu on activate menubar

2002-03-22  Nikolai Pretzell  <np@openoffice.org>  [bdf24d7002d6457e1a834ca9d347d71be37f5980]

        Move autodoc to OpenOffice.org

2002-03-22  Nikolai Pretzell  <np@openoffice.org>  [85b3ed536e8d536b54af9e31e515e55c0843ff52]

        Move autodoc to OpenOffice.org

2002-03-22  Andreas Schlüns  <as@openoffice.org>  [2a95f0f231ed527cf241353ead0d77010464bcd3]

        #98204# better reaction for _default inside fatoffice/webtop environment

2002-03-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [021d227ce6df409319e2bff5f1f0306c796fc82e]

        fixed logic error in setting use_shell

2002-03-22  Andreas Schlüns  <as@openoffice.org>  [86d324781b392de52e8c55830025597ada01b1c0]

        use findFrame() everytime

2002-03-22  Mathias Bauer  <mba@openoffice.org>  [333b4d6521733bcafdadd68337a8e66de08f4a79]

        #98204#: no synchronous subdispatches in Webtop

2002-03-22  Nikolai Pretzell  <np@openoffice.org>  [de0435bc592c2bc86df7672ddd4be76e26da21a9]

        Move autodoc to OpenOffice.org

2002-03-22  Thomas Lange  <tl@openoffice.org>  [b2e28e448cfb325f16eebad3de2f964e5fce0bb4]

        #95848# Height property on a frame style should never be zero when queried

2002-03-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3545218de11022cecdf7403feedbf2686a4bd8e5]

        handle patch flags; prepare INCLUDE environment variable for use on windows in external modules

2002-03-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4e79cd027f0ccd8834bcc191171f0defa9362f0e]

        #97033# use stlport header

2002-03-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [44443541ae6546192345dac0087af790e64bf462]

        force overwriting of include variable; javaversion persistent; fixed typo

2002-03-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6959a91d146c3d46c8e4a459425772feb64a9007]

        update wntmsci8 defines

2002-03-22  Philipp Lohmann  <pl@openoffice.org>  [4fb9ed2af136165f013675a0834855f1ecb4c7ed]

        #98313# ignore Xerror when setting input focus to plugged window in :Show

2002-03-22  jp  <jp@openoffice.org>  [8c6c6523b18ed171ccc99328902643e768d40ab8]

        #98208# Added RTL_TEXTENCODING_TIS_620

2002-03-22  Nikolai Pretzell  <np@openoffice.org>  [6b23e6a57e8a77de8f4bfdc79e7318398176ab1f]

        Move autodoc to OpenOffice.org

2002-03-22  Armin Weiss  <aw@openoffice.org>  [3d526800140ff13e33bef647521c120cf2a05cb9]

        #98185# default text for newly created default draw objects

2002-03-22  Nikolai Pretzell  <np@openoffice.org>  [0abfc2377adb70819cca6f789b366eed5c6a2d9d]

        Move autodoc to OpenOffice.org

2002-03-22  Nikolai Pretzell  <np@openoffice.org>  [c89a53918be9d8dacafdb97ac8e7a0c3c0b3eeed]

        Move autodoc to OpenOffice.org

2002-03-22  Armin Weiss  <aw@openoffice.org>  [00fa4b9c7b10b15427c34252e41fa0698bafc32d]

        #98185# default text for newly created default draw objects

2002-03-22  Armin Weiss  <aw@openoffice.org>  [21db76c195a352c15856d2bcac2157dfc55fd0a1]

        #98185# Create default drawing objects via keyboard

2002-03-22  Armin Weiss  <aw@openoffice.org>  [4cec4b95fcd980e08ef7c1c13f873c0303c7a43d]

        #98185# Create default drawing objects via keyboard

2002-03-22  Ocke Janssen  <oj@openoffice.org>  [aaa1f3778529753a5696cf76cce4c71f1b330fea]

        #98142# remove charset for jdbc drivers

2002-03-22  Peter Burow  <pb@openoffice.org>  [d4e183331ff1f90aa90bede0e761fb5e787fd274]

        fix: #97876# VCLXComboBox returns the correct accessible context

2002-03-22  Peter Burow  <pb@openoffice.org>  [deb15ea66409bb4499afb6bd063430dbc0dc0b47]

        fix: #97876# combobox files added

2002-03-22  Peter Burow  <pb@openoffice.org>  [0231b7e213d5437927efe327107159244425be00]

        fix: #97876# warnings removed

2002-03-22  Peter Burow  <pb@openoffice.org>  [12287864d0e2d458735c2d1465ea8d935846ad53]

        fix: #97876# new class ListBoxHelper

2002-03-22  Peter Burow  <pb@openoffice.org>  [865c7c1cc6281ce47c6eac8e229daa9069552406]

        fix: #97876# syntax changes

2002-03-22  Kurt Zenker  <kz@openoffice.org>  [ac17468415ad0f5d8fbf5200a0f491f2c82e9ba9]

        Merge SRC641: 22.03.02 - 09:11:35

2002-03-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fa123c47962a0a54de4501e7da79bf7ef89fae0c]

        use nawk for solaris

2002-03-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [677429c59680df64b1c510dc6d8ce709120a053d]

        #98159# handle java versions - only on request

2002-03-21  Stephan Schäfer  <ssa@openoffice.org>  [fabadf42aa914c07e066b9f6e774ba0de481f112]

        #96979# syswindow handling

2002-03-21  Daniel Vogelheim  <dvo@openoffice.org>  [0d6f059cfdb089e1d4889654c5d4587cef1152eb]

        #95586# added replacement text for in-line graphics

2002-03-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3b8e88cd01d918cdbfea4583b2e886924ed6ee9]

        #98159# handle java versions

2002-03-21  Jörg Budischewski  <jbu@openoffice.org>  [9a8899d59b8660efcfe81e8fb33fad9b2ad93087]

        #98036# test now tests for DisposedExceptions

2002-03-21  Jörg Budischewski  <jbu@openoffice.org>  [c9227c2c00874a600d35fd5b0fc3c3bc0336e505]

        #98036# replaced RuntimeException with DisposedException

2002-03-21  Jörg Budischewski  <jbu@openoffice.org>  [037d353f38ae31eaa60076b7e0c927f9eb71e48e]

        #98036# added DisposedException

2002-03-21  Kai Ahrens  <ka@openoffice.org>  [88366e86cac0c0e5ff80e96cc72999bbc8653385]

        #98255#: activate OLE object on RETURN

2002-03-21  Armin Weiss  <aw@openoffice.org>  [9a573b0adc6914df1649818f0bb86ddf8ce0c60d]

        #97016# Changed position calculation of to-be-inserted object. It now orientates on the visible view.

2002-03-21  Jörg Budischewski  <jbu@openoffice.org>  [eb1e9e42a918e47f840058f323f24b24eae3e8fa]

        #98036# mappingException now deprecated

2002-03-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [47f22685d83a5441d054edc8b55bfaf6852cef11]

        win32 doesn's mean 4nt

2002-03-21  Jörg Budischewski  <jbu@openoffice.org>  [d90dd9f646f6020697c14503fb391b9ae3471488]

        #98036# runtime exception replaced by DisposedException

2002-03-21  Kai Ahrens  <ka@openoffice.org>  [e0571c06e8f2742c5e98d20c7ca3ae7945f7cae9]

        #98299#: use hatch to draw text edit border

2002-03-21  Caolán McNamara  <cmc@openoffice.org>  [dbb7b87573a057039ee1c1930b318b79af083c91]

        #97933# Possible to have a VBA_PROJECT_FILE and then have no macros

2002-03-21  Kai Ahrens  <ka@openoffice.org>  [aacc4c4642355bc9c6e1358c91fb356a99c3779e]

        #98299#: use different colors for accessibility

2002-03-21  Kai Ahrens  <ka@openoffice.org>  [d9c6c00a2d20df10989b90213a45500f0ee9d3ab]

        #98299#: set minimum hatch distance to 3 pixel

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [44921282c4821eb7b15d1efa609c60df445bc849]

        #96495# use of static function to create a time field

2002-03-21  Frank Schönheit  <fs@openoffice.org>  [524e72d4b9fdb3ef7aa86ec881d6ffe2a621d7f0]

        #98293# dynamically determine the help file name, dependent on the document we're residing in

2002-03-21  Frank Schönheit  <fs@openoffice.org>  [5fda1a3d56620308659f75df97d224c25f7bd4b0]

        #98293# no property set anymore - the HelpFileName is determined dynamically now, not fixed as property

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [a74d6b34d014807bfb1f31bc21605dd795438fd4]

        #96495# correct order of time parameter

2002-03-21  Caolán McNamara  <cmc@openoffice.org>  [460d917c475b65e2d00724473264f763f38a52ef]

        #98220# dffmanager should not consult graphic cache for 0x01 graphics

2002-03-21  Christian Lippka  <cl@openoffice.org>  [d6d6f87a5ff29dd7c4847854cb5e590295edb1a1]

        #95585# added missing XWindow interface

2002-03-21  Christian Lippka  <cl@openoffice.org>  [6f7c89931fc69366a1febf23d8f38ae213b2054d]

        #95585# added missing XWindow interface

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [aefacaef1b3f7e542ec9038054c502b21d819bd3]

        #96215# set typename of column when not already set

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [f78a27e2be65e24ea47630003867c9a5b8c50433]

        #95856# renaming of the view corrected

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [03b1ebc6076d6545ded3ccf006e9d777a8b28e6c]

        #96780# disable save slot when no valid rows exists and ask for to delete table when all rows are deleted

2002-03-21  Caolán McNamara  <cmc@openoffice.org>  [f1ebc332b8ab4f29d3de0f80ee09eaa23334ae5a]

        #98261# Even simple rects need seperate text object to support contour wrap and internal margins

2002-03-21  Christian Lippka  <cl@openoffice.org>  [6ef5ed0d832791a2115bcd94138d16fd1198bead]

        #95585# added missing XWindow interface

2002-03-21  jp  <jp@openoffice.org>  [9df661120120bae316fa34cf59e8a1a196f4a3a7]

        Task #92287#: optimize code and runtine for get selected row/box structure of tables

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [dbc049294abef71a09b73ca55e75d779c47ace8c]

        #96780# new querybox for deleteing table

2002-03-21  Peter Burow  <pb@openoffice.org>  [7208c0d1b86875fe5cd01d204ad9dc658f025892]

        fix: #98206# no OpenOffice.org hint

2002-03-21  jp  <jp@openoffice.org>  [8ce6e3ad91507e943660beb515a1dfcdd1a52e3e]

        Task #92287#: optimize code and runtine for get selected row/box structure of tables

2002-03-21  Michael Brauer  <mib@openoffice.org>  [dd8dacac09f810f0f65be4ac324674a42b27a3b7]

        #95586#: Focus events

2002-03-21  Michael Brauer  <mib@openoffice.org>  [39b0800cfdd9e4a1581e95b6cdd66a56033b3fb2]

        #95586#: Acquire solar mutex while creating accessible (VCL doesn't do that)

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [4f9fff6d3d8c13ffb7836e2d63db07ba83766697]

        #96780# disable save slot when no valid rows exists and ask for to delete table when all rows are deleted

2002-03-21  Michael Brauer  <mib@openoffice.org>  [0fc16d3977cf788ec926e1884ba54b3fb7cb8955]

        #95586#: Editable state event for switching view to read only

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [8af6e920982237c0d7f9c4eeb44eb37acb9bc8b0]

        #96780# new querybox for deleteing table

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [6c1ce57ddbc86cfcdf881326585eec5e7a383921]

        #96780# new strings for error messages

2002-03-21  Michael Brauer  <mib@openoffice.org>  [e58e7cb31c882c00f7ce845c5e2b231e99667ccb]

        #95586#: Focus events

2002-03-21  Joachim Lingner  <jl@openoffice.org>  [bfb8369538bb243f5b021dcd02ff28474818a847]

        #97245#

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [7de986f5df16fde750cadac02f88d1d72658d431]

        #95761# convert bool true in not null and not false because access uses -1 as true

2002-03-21  Frank Meies  <fme@openoffice.org>  [7b31e85af732eaf1f1b4840c11d30a8af41c2a00]

        #98281# Bidi - Add new parameter to GetMultiCreator for nested embedding

2002-03-21  Oliver Specht  <os@openoffice.org>  [c665924fa40544f4f44cba19214bfba887016cd0]

        #97008 name/description of border lines changed

2002-03-21  Philipp Lohmann  <pl@openoffice.org>  [0c7d47300317f4d9f9d7d9869caf3010cf39dec5]

        new np_sdk module

2002-03-21  Christian Lippka  <cl@openoffice.org>  [38e35c8b7f9008fda3d38d23cfae065ce572b098]

        #98226# throw PropertyVetoException when setting read only property

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [7cef8aaca77bfcac0ff1b98adbca943ce8385957]

        #91189# saveValue in init

2002-03-21  Darragh Sherwin  <dsherwin@openoffice.org>  [5f9f38e99696463c0f2e98a5b227d89a272ce377]

        Changed build file to reflect changes in the source layout of the OpenOffice Bean

2002-03-21  Daniel Vogelheim  <dvo@openoffice.org>  [2b8c8a287932dbaae89ae90de4308ac64ca9a52b]

        #95586# added replacement text for post-its         (also made portions operate on the text node, rather than the model string)

2002-03-21  Sven Jacobi  <sj@openoffice.org>  [cc2931362f1796ca75db1e877af8b22d02f2b6ee]

        #98278# correct importing of stretch effect

2002-03-21  Frank Meies  <fme@openoffice.org>  [b09713c1db6c1975111d2618fb20f60c41eee552]

        #98281# Bidi - Initial changes

2002-03-21  Philipp Lohmann  <pl@openoffice.org>  [91f239a34b3dd054490cae2dbf5c062569b4229e]

        #97051# add: WINDOW_POSSIZE_DROPDOWN, SetDropDownSize

2002-03-21  Tino Rachui  <tra@openoffice.org>  [0bd8cc5d94900572be6153092614caa8053d2ec1]

        #98288#added missed type dependencies

2002-03-21  Tino Rachui  <tra@openoffice.org>  [2714fd9cb9196210a10bff304f38fe852221a9da]

        #98096#added missed types to allow build from scratch

2002-03-21  Thomas Lange  <tl@openoffice.org>  [334eafd42c49366524add8ac720ac4c078fc9c2a]

        #98237# fixed in 'current' version

2002-03-21  Oliver Specht  <os@openoffice.org>  [1874fee5ad258dcbea471ebcbe06ffead6648eb2]

        #98007# set active control for empty descriptions, too

2002-03-21  Christian Lippka  <cl@openoffice.org>  [6830fa1537d5b89fcb7b5d45804c59a6fc570727]

        #97607# export effects also for animation objects

2002-03-21  Frank Meies  <fme@openoffice.org>  [3a586af328c543ae2bcd4c3a17e1d106264dfb6a]

        #98281# Bidi - Initial changes

2002-03-21  Christian Lippka  <cl@openoffice.org>  [89822b458d29fcce2e36dd5183a8a3e6a053cc56]

        #96130# catch exception in c'tor and set error

2002-03-21  Tino Rachui  <tra@openoffice.org>  [a5f7411b28454c74f092d3774680563e07767890]

        #96112#explicitly starting/stoping async. event notifier thread

2002-03-21  Tino Rachui  <tra@openoffice.org>  [7f3a03d6b6c761ff0e041fc26e709688ebd8f730]

        #89491#additional methods for detecting os version

2002-03-21  Tino Rachui  <tra@openoffice.org>  [ca8deb5ff99766fc9fd013689111cec219ae26bf]

        #89491#fixed bug in GetCtrlClass, correct check for a push button is style & BS_PUSHBUTTON == 0

2002-03-21  Tino Rachui  <tra@openoffice.org>  [5d852d74e96df41d14c652ea9aa7246611f4deb1]

        #89491#

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [a659f1714f984cdea4c261548c6f7cbbdafdb038]

        #95584#; fix VisArea

2002-03-21  Tino Rachui  <tra@openoffice.org>  [9425f33a1fb121f6ad08aceb0760c34cf17463db]

        #89491#support for resizing

2002-03-21  Tino Rachui  <tra@openoffice.org>  [6ec78fb18144e24a7483b4676a41024473c31cf1]

        #96112#changed start/stop logic

2002-03-21  Tino Rachui  <tra@openoffice.org>  [329f11775f3febe663a4d259e59325386930bbe6]

        #96112#explicitly starting and stoping async. event notifier thread in execute

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [d3c51784a40b40d37d0f21a26bcb71b2ea9a325c]

        #98280# reset new flag when deleteing some rows

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [117f3479c591bc77be5b45088cd7440756d7acf4]

        #98087# correct copy of one row selection

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [d6d795c82248a66e20924b052f267a45e443b753]

        #95584#; some little optimization

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [5d9a969e081ec7f3de2860603d519c5e2bd9caa9]

        #95584#; add text support of preview

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [e893ca273819ce56258aa3dbc943768aca515d97]

        #95144# enable create button again when on firstpage

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [78dbc65d3c6f51f0fc45f92f0706c30149fdf5c4]

        #95584#; replace SetDefunc by disposing (of XComponent); use ImplHelper

2002-03-21  Tino Rachui  <tra@openoffice.org>  [cd329519ffd78703eca2c8fa213ef15bed9e60bb]

        #97633#

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [c05266a5ec699a16c08189d6553053ef901471ed]

        #95584#; replace SetDefunc by disposing (of XComponent)

2002-03-21  Tino Rachui  <tra@openoffice.org>  [fb267eb68e2e4e7f8f76220248b6b467f2802e96]

        #96112#explicitly starting and stoping async. event notifier thread

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [d4c24997af2f63da4f5598af1e3e5309a3622230]

        #95144# enable create button again when on firstpage

2002-03-21  Tino Rachui  <tra@openoffice.org>  [87d93251d233b37f8cc0f0c00a68a89637cd2570]

        #96753#now aligning custom controls at runtime

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [46f2f0cee34db147a263270f787c9e5b786662ed]

        #98215# delete table config entry when deleted

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [ec617b8bf4153308d94026bcdad7f279a62d4146]

        #98109# adjust column position again

2002-03-21  Ocke Janssen  <oj@openoffice.org>  [769ab3b0299cf2878ad89df37965920cf29dc920]

        #98031# hide add tabledialog when switch to textview

2002-03-21  Tino Rachui  <tra@openoffice.org>  [b8f5306158a31d265f58e84a24dfb57499ff3757]

        #89491#97633# now calling setShowState when the status of the preview checkbox changes; code for generating a preview image changed

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [1c6d5c38efe55a73a8c748f3a9a50f12060e2e5e]

        #95584#; replace SetDefunc by disposing (of XComponent); add Text support

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [27c4f68ce10bcfd198a31baef1188bf9ef141e61]

        #95584#; add Text support

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [6ea2f07fc34d7f8296e5f484ada4a33415098906]

        #95584#; replace SetDefunc by disposing (of XComponent)

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [ccbce90694f4240c70d8a6ebf1bccf99b7adad02]

        #95584#; use WeakAggComponentImplHelper6 instead of WeakImplHelper6

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [daf37a92d4b1f27ec8046267a7662463582deb11]

        #95584#; use ImplHelper

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [6dff06c5c0af05aaa14276717508ea84991cf8f6]

        #95584#; add Preview support for Accessibility

2002-03-21  Sascha Ballach  <sab@openoffice.org>  [fcfb5f5ffa411f92ff8cb4f6f37caa5dfe289b21]

        #95584#; add Preview support for Accessibility

2002-03-20  Rüdiger Timm  <rt@openoffice.org>  [6b299b9b39bb664e69e24b24bb45954f7f1b9a57]

        WDK110

2002-03-20  Caolán McNamara  <cmc@openoffice.org>  [de6be5830bad59c11c3ce8c5d60910c2f090ab66]

        #98230# undocumented table positioning#

2002-03-20  Christian Lippka  <cl@openoffice.org>  [1faddbbfacc54e6f4dae754657b09283439bd1cf]

        #97445# fixed control sizes or spanish

2002-03-20  Philipp Lohmann  <pl@openoffice.org>  [3e2c0e06b5f5193fd63dc6bdca16475ed12568e9]

        #98247# MUST: remove RTL_TEXTENCODING_STD_COUNT

2002-03-20  Philipp Lohmann  <pl@openoffice.org>  [b58915b208e131979329fa95a855f5b4ed91a697]

        #98247# MUST: remove RTL_TEXTENCODING_STD_COUNT

2002-03-20  Oliver Specht  <os@openoffice.org>  [6c70ab0f854fe7969427c6f2bc3523d1606f4c58]

        #97008# key control implemented

2002-03-20  Oliver Specht  <os@openoffice.org>  [b94cc63afc2d33dc22e0c9d40a1692dee128532f]

        #97008# additional labels inserted

2002-03-20  Oliver Specht  <os@openoffice.org>  [5aa5b3daae6d2fd1826016d5b773d9e2658c730d]

        #96678# left/right exchange on footer page, too

2002-03-20  Daniel Boelzle  <dbo@openoffice.org>  [85e978bdc96502221553c0157b878ab1ae04faff]

        #88919# corrected docu tag

2002-03-20  Christian Lippka  <cl@openoffice.org>  [1bf092526f3622edaf63ebf402b4ae86ca5aaea0]

        #97891# unlock docshell before model is disposed

2002-03-20  Kai Ahrens  <ka@openoffice.org>  [00b9519e9a1ec89907878f71499a82c2d70b18b1]

        #96265#: don't allow D&D during presentation

2002-03-20  Kai Ahrens  <ka@openoffice.org>  [df1cbb72bb08fbf0bff3bfbc5db9ff931fef3fb5]

        #98271#: adjust ::drop method to support JClient

2002-03-20  Andre Fischer  <af@openoffice.org>  [2e111e55f13cc343abee64d02597e8f3e3fdc62c]

        #95585# CreateAccessibleObject returns implementation object.

2002-03-20  Christian Lippka  <cl@openoffice.org>  [cd93a590a9923c935dc3c32c92e26053e89ba222]

        #97111# even notes pages can have background objects

2002-03-20  Mathias Bauer  <mba@openoffice.org>  [9e538c68f1c7509e4db8651861040fbd24ee36ef]

        #97276#: don't remove TempNameBaseDir on cleanup on start

2002-03-20  Kai Ahrens  <ka@openoffice.org>  [33e6d47042317526587c2f29b660a0852bcb00ff]

        #96876#: set bullet font charset to RTL_TEXTENCODING_UNICODE

2002-03-20  Andreas Schlüns  <as@openoffice.org>  [5e18c607a35ebfc5446925ef70078acb4058623b]

        #97528# replace (openoffice.org 6.0) with (openoffice.org 1.0)

2002-03-20  Sascha Ballach  <sab@openoffice.org>  [8c29c0192cbcff6029d19f25e5dd114153c2464f]

        #98202#; add CompileXML

2002-03-20  Kai Ahrens  <ka@openoffice.org>  [31c83d86080cf4ba93c1bf22542df2fe7dc28405]

        #96284#: call SetModelChanged after changing a macro event

2002-03-20  Caolán McNamara  <cmc@openoffice.org>  [9174e7bc50f283ba3e7e0724e3710bcf327c918c]

        #98231# export list restarting

2002-03-20  Daniel Vogelheim  <dvo@openoffice.org>  [d2bb8fb4e693c18f952a6812475ccdcb8f6acd5d]

        #95586# added two Resources for accessible replacement texts

2002-03-20  Hennes Rohling  <hro@openoffice.org>  [aa8643aeb1fb94574cc4d43950749f906e4d43ba]

        #98236# Remove quickstarter component

2002-03-20  Oliver Specht  <os@openoffice.org>  [24f26089925724066ff7c0821c68851be51e259b]

        #97978# close preview button as text only

2002-03-20  Oliver Specht  <os@openoffice.org>  [166b6f001fc5546fe89ea65af536af9bcedfa53b]

        #97978# close preview button as text only

2002-03-20  Daniel Vogelheim  <dvo@openoffice.org>  [901f9f58652f5107c301b0e16984ff4dfdd9c1fe]

        #95586# portion-wise text access fixed

2002-03-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2dada4857a9d987a08bbf5a8c1202181e0aa463]

        #65293#: i18n::LocaleData

2002-03-20  Christian Lippka  <cl@openoffice.org>  [d51db4a88409649bc00aad5a3dd022bc56f4b076]

        #97636# clear vertical flag on outliner

2002-03-20  Daniel Vogelheim  <dvo@openoffice.org>  [6ea39a146bbf637bb57700afd44337afdcc95687]

        #95586# improved word-wise text selection         added attribute-wise text selection         added cut/copy/paste         improved parameter checking

2002-03-20  Sascha Ballach  <sab@openoffice.org>  [d6f0c902267234a00e72de481852e482b9cb893f]

        #97595#; use SetTextNewDefaults which takes ownership

2002-03-20  Sascha Ballach  <sab@openoffice.org>  [f1ea4e1b0aa4f82487442fad86405a1640a1a6cb]

        #97595#; give possibility to use a SetNewTextDefaults which takes ownership

2002-03-20  Oliver Specht  <os@openoffice.org>  [3a9b8100c144c09d5e8fba8fa424fc94794793ed]

        #97978# keyboard access corrected

2002-03-20  Gregor Hartmann  <gh@openoffice.org>  [8e43a02f3badaa67ffbe0f8dbfc15f19e12f2c25]

        #96223# dont allow two save MessageBoxes at on time

2002-03-20  gt  <gt@openoffice.org>  [86e33bbd95f0ed8f27172a2ab048392c2f8370d3]

        #97365# additional fixes

2002-03-20  Oliver Specht  <os@openoffice.org>  [de723c101c7a248315bfad0e7929ffea1a779373]

        #96530# Start/EndRedline impl. at cell and footnote

2002-03-20  Oliver Specht  <os@openoffice.org>  [2c1e003ec00e7743d077c4866c248bcda1f068a6]

        #96530# Start/EndRedline impl.

2002-03-20  Michael Brauer  <mib@openoffice.org>  [54a7048c6037644058d44431951cbc21cfb59cce]

        #95586#: Don't throw exception if child is not contained in parent

2002-03-20  Oliver Specht  <os@openoffice.org>  [f45fceaa72fa1ecd2855f714fc6aa80c36a44752]

        #96530# don't call SwXText method in descriptor state

2002-03-20  Sascha Ballach  <sab@openoffice.org>  [548fee7aedc8455e0ca0e0aa63c41aec6d13b0a5]

        #95584#; compare returns a bool now

2002-03-20  Sascha Ballach  <sab@openoffice.org>  [f47fbf9596720a8ac0821ed043578dd2eb33c82e]

        #95584#; use concatSequence instead to make it alone

2002-03-20  Frank Schönheit  <fs@openoffice.org>  [333a4ab6c1fc35740b8be844a0e245dd0dec6ae2]

        GetInterface: be more tolerant against invalid arguments (don't crash!)

2002-03-19  Michael Rauch  <mrauch@openoffice.org>  [3101dc4d92aad315e8738fc0f6d987dd624b3d2e]

        makefile for NetBSD/i386 completely reworked based on unxlngi3.mk

2002-03-19  Michael Rauch  <mrauch@openoffice.org>  [cae27ca4d6bd14c5f5441d06c21eb43c2a3a0c4f]

        Add bridges directories for gcc2 NetBSD: i386, sparc, powerpc; IZ#3474

2002-03-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c9887c54581dbbc0918c75668bf9fce813e4632e]

        some case wrapper

2002-03-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2daf455fa387e22f1765e5405069123051ee9567]

        use_shell to upper case

2002-03-19  Eike Rathke  <er@openoffice.org>  [05700ef12374707ab2fe67468bd62a9d7a4743c8]

        #i3549# incorporated patch provided by Jes+s Corrius, mainly date format issues

2002-03-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7363bfb0f3cf407d7d15bcaa79b88732f8e76c2f]

        get PWD from the shell

2002-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a9f4fb2693f1d83070e0325357b9f662fd28fbe]

        new version for SRC653

2002-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cae1aae5c53b4472474274614fdf3f9af4d455b7]

        new version for SRC653

2002-03-19  Philipp Lohmann  <pl@openoffice.org>  [02844ccf232354d9908e59e8a3534bfce582cf41]

        #96979# dummy implementation for REMOTE_APPSERVER case

2002-03-19  Andre Fischer  <af@openoffice.org>  [7fcb95c16cbf3a1aadcc8241cc586e15cc4e9656]

        #95585# Added header for creation of string constants.

2002-03-19  Mathias Bauer  <mba@openoffice.org>  [84f0b62954ba6c31f021bb67db1db08c5691ddd3]

        #98169#: don't share Popup menues

2002-03-19  Mathias Bauer  <mba@openoffice.org>  [42edbed6db09eb640603678b1c2e0840b2eb50e7]

        #97276#: don't remove soffice.tmp if it's not empty

2002-03-19  Philipp Lohmann  <pl@openoffice.org>  [24ab19d1666c80c5c9801fbad1b91e521b7598bb]

        #96979# make DockingWindow a system window

2002-03-19  Daniel Vogelheim  <dvo@openoffice.org>  [479e47edcf191059f98fd79482193700ce7b5b71]

        made main class a Singleton (needed for display of Dialogs)

2002-03-19  Daniel Vogelheim  <dvo@openoffice.org>  [49d266114448f89b26c18aa791dc64127441ef9a]

        include context menu for XAccessible(Editable)Text

2002-03-19  Daniel Vogelheim  <dvo@openoffice.org>  [0fcc033a640b8b73da17f22ef662252596e4dfda]

        proper asyncronous event delivery

2002-03-19  jp  <jp@openoffice.org>  [ac81c3bd8d87a11636fbbe3c6eb49e8ae838f187]

        Bug #98248#: IsSelOver - detect table in section and skip over it

2002-03-19  Oliver Specht  <os@openoffice.org>  [366b3965fee97f4eb9382452de53f41afd25c870]

        #96530# property EndRedline implemented at all XText objects

2002-03-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6714ebd76eb212f5077bfa2dd6238767066862d1]

        removed ticks around batch parameter

2002-03-19  Oliver Specht  <os@openoffice.org>  [ce276044034010c4fd4c35e3dfd025cad8099ffb]

        #96530# Start/EndRedline impl.

2002-03-19  Christian Lippka  <cl@openoffice.org>  [96ab961ec630bbc1608b4185b095b36761ebac98]

        #95585# don't notify for background shape

2002-03-19  Eike Rathke  <er@openoffice.org>  [e7251afecf96e697c0387447571960c6fcc29235]

        #97583# of course the interim .cxx files and not the .obj files depend on the saxparser executable

2002-03-19  Stephan Bergmann  <sb@openoffice.org>  [d2cf878b2db96d153a0d529f3c327f53cf2d857e]

        #98247# Remove RTL_TEXTENCODING_STD_COUNT.

2002-03-19  Stephan Bergmann  <sb@openoffice.org>  [bd367885cc73eabc6b6f6bbd8557a3c644efd737]

        #98247# Remove RTL_TEXTENCODING_STD_COUNT.

2002-03-19  Kurt Zenker  <kz@openoffice.org>  [eed1acaf88f8c144fe945c7dff487b62e001ff31]

        new version for SRX642

2002-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a754aa141f25b368c1a7a04e375726604c5d8eee]

        #65293# syntax

2002-03-19  Armin Weiss  <aw@openoffice.org>  [f7fabaa312957974fb0e411bfa654d3de93fd204]

        #97016#, #98245# use changed rectangle, not original one

2002-03-19  gt  <gt@openoffice.org>  [68be2e91db7f833eddae9b2de8e886494687a485]

        #97365# additional fixes

2002-03-19  Vladimir Glazounov  <vg@openoffice.org>  [8c6fa3c95e848a50ef49fc44ad4f237020dd5952]

        new version for SRX642

2002-03-19  gt  <gt@openoffice.org>  [69db0a2f9a5832ba7c955e714bbf4dd58c4c1d68]

        #97365# additional fixes

2002-03-19  Ocke Janssen  <oj@openoffice.org>  [49b6b12f8f067c5c4880c8ab5f6c1eb55865b6ee]

        #98086# delete rows which were deleted before

2002-03-19  Kurt Zenker  <kz@openoffice.org>  [c10035b43e8a7f597bde2ddc87b45f0ccf29beaf]

        new version for SRC653

2002-03-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [98f2846c64f258fc0202954479e8fa6fcc0194d2]

        this way dos lineends seem to be no problem for old version of cygwin patch

2002-03-19  Frank Schönheit  <fs@openoffice.org>  [02483a16a64f74365c8cd5b40ee57bcc680a7e79]

        #98045# when filling parameters in reset_impl, recognize inconsistent master-detail settings

2002-03-19  Oliver Specht  <os@openoffice.org>  [a7c3f1cf66221be238de5d22bb5d4cfadc4180f0]

        #97978# return value corrected

2002-03-19  Ocke Janssen  <oj@openoffice.org>  [8829f43385ad5c2aeb1f72a49d42196c460a882a]

        #98197# use of wasNull corrected

2002-03-19  Ocke Janssen  <oj@openoffice.org>  [11e2acae2951b42e52d6dd42af4313182a51b2de]

        #98197# correct use of wasNull and enable tristate as default

2002-03-19  Frank Schönheit  <fs@openoffice.org>  [299e622573a25b3e4dbfb4507f1819205cea19bb]

        #98023# do not filter in forms which are not connected

2002-03-19  Michael Brauer  <mib@openoffice.org>  [b4d82ae742f1d31f1a471b93126b5d08e0883e4b]

        #95586#: state change events when switching readony state of view

2002-03-19  Christian Lippka  <cl@openoffice.org>  [cb5e8821d4aa7094132b12b44597f1d5ced7511c]

        #85556# shear angle is optional since its not supported for all shapes

2002-03-19  Rüdiger Timm  <rt@openoffice.org>  [711c3a90ad6909892a24dfa6932e1c3a1770a1eb]

        new version for SRX642

2002-03-19  jp  <jp@openoffice.org>  [1e62da3c89899eccef513805f38e3e5f4d02b80a]

        Bug #94625#: change Size of last or first box in the subline

2002-03-19  Armin Theissen  <armin@openoffice.org>  [0c0a928f8c3f9523d7c92fdb02f335c1fb4e1f1b]

        merge from OOO_STABLE_1

2002-03-19  Kurt Zenker  <kz@openoffice.org>  [e086a6a6af6fad5ff7f696d5c8ccb9a654d79f5f]

        new version for SRC653

2002-03-19  Kurt Zenker  <kz@openoffice.org>  [59127a240742b267903b2dc58e9676e577f5d694]

        new version for SRC653

2002-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f30b3d90116c02ac43a9645d5e585eb989f115e]

        #65293# Need ordinary copy constructor for return values

2002-03-19  Armin Theissen  <armin@openoffice.org>  [eeb0e4d17340bed24314f375222e4cfcbe744eca]

        patch IZ 3538

2002-03-19  Caolán McNamara  <cmc@openoffice.org>  [a0fed944fb41b4d5936725e7165300f475d48383]

        #i3489# default language (but not default style's language) always exported as German

2002-03-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4d704381ae5e83245e40dcc5855b71d87ec36f1]

        #65293#: work around C52

2002-03-19  Ocke Janssen  <oj@openoffice.org>  [d0f80aff7210b967458ef10f483aa8e335b46a49]

        #97274# enable tab to toolbar

2002-03-19  Oliver Specht  <os@openoffice.org>  [2ffd766311fa9668b506fa259e611b419db81b54]

        #96530# property EndRedline implemented at all XText objects

2002-03-19  Frank Meies  <fme@openoffice.org>  [83299d829906602ede436580ec68db59fe5e1897]

        #96678# Vertical Formatting - Spacing of frames and drawing objects

2002-03-19  Thomas Lange  <tl@openoffice.org>  [c10aeafd59fd5370fd9d96a22ae48eb402b5c589]

        #98053# fixed for 'current'

2002-03-19  Frank Meies  <fme@openoffice.org>  [4cbb5c72ba22e68a07b9f25d1aa17d3892b40fff]

        #96678# Vertical Formatting - Pass font information when painting small capitals

2002-03-19  Frank Meies  <fme@openoffice.org>  [49d78e4068b43940b1c3c84b6b1ecf34da0c56d9]

        #96678# CJK Grid - Snap to grid behind a field portion

2002-03-19  Oliver Specht  <os@openoffice.org>  [2e352e111cfd240c1c778e16566553b5d2520219]

        #96530# property EndRedline implemented at all XText objects

2002-03-19  gt  <gt@openoffice.org>  [e0213623178617ec461fda516809bdfb3f05dd9b]

        #97365# additional fixes

2002-03-19  Frank Meies  <fme@openoffice.org>  [61edd72e8f279d3371ac4ce0bb29b6ede8b26d35]

        #96678# CJK - Justified alignment - Consider SwKerningPortion during calculation

2002-03-19  Oliver Specht  <os@openoffice.org>  [dc4ed103ffd198ff6d386f420920aa9a67423921]

        #96530# property EndRedline implemented at all XText objects

2002-03-19  Ocke Janssen  <oj@openoffice.org>  [4ea0251986812ad0db0e141ee8e7439f80e41749]

        #97274# enable tabstop

2002-03-19  Ocke Janssen  <oj@openoffice.org>  [8a0e6055c5e79ccc48d8d4937a4570508200b353]

        #97274# disable traveling with tab to allow control change

2002-03-19  Michael Brauer  <mib@openoffice.org>  [e0f4524ab1095749ee45e2af45645d69ffe17560]

        #95586#: Remove last caret context when removing contexts

2002-03-18  Bustamam Harun  <bustamam@openoffice.org>  [dea3b7df93192da207de0a22b4e20541bd096bbc]

        #97583# move namespace

2002-03-18  Bustamam Harun  <bustamam@openoffice.org>  [6713490656a1d8697cefaee95abda12d80968e4f]

        #97583# Move namespace

2002-03-18  Eike Rathke  <er@openoffice.org>  [ebd2e47f63bf68bcdc1dabf205ae6f1874ea82d6]

        #97583# removed xmlparser directory

2002-03-18  Eike Rathke  <er@openoffice.org>  [ed728acb7aa66e806b824ff540ae484dcf0d5a7c]

        #97583# Added dependency from saxparser executable. No need to use and copy THE applicat.rdb, any rdb will do, thus avoiding unnecessary rebuilds.

2002-03-18  Kurt Zenker  <kz@openoffice.org>  [a3a7afc1227cc1c07bb87ee9cb39283bc94e7dad]

        new version for SRC653

2002-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [d38950ff04c1d32bbb5593ff28e4aa9ab3bed54a]

        #65293#: includes

2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [e526e3af15014405bdb95f0169504cbc049b665e]

        #97222# added awt.srs

2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [5747346f97ffe80699b9d39b342da93cf5642501]

        #97222# added accessiblestrings.src

2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [8100fe8e5b06147e29ea603d715bcd7246f21a2a]

        #97222# added tkresmgr.obj

2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [3327d4d4fc957c6cb93bd9332c1b072eeee79880]

        #97222# toolkit resource manager

2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [06a5ee67a4cbdd17ff971e1da474278e749e655d]

        #97222# added unohelp2.hxx

2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [cd91a8b34c179db71e262393ade81dd15c4365b4]

        #97222# moved TextDataObject to namespace ::vcl::unohelper

2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [cbbdd87df82b33c5adc67aa3d51dcf49a81ad76d]

        #97222# added unohelp2.obj

2002-03-18  Thomas Benisch  <tbe@openoffice.org>  [622edfb1e5c3639404f081e3a8faed808e12e752]

        #97222# TextDataObject for clipboard

2002-03-18  Sven Jacobi  <sj@openoffice.org>  [f8eb4a04d35994d3f3523328ec796dfac5503d7f]

        #97844# do not export the embossed attribute for font colors other than black

2002-03-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b1902f1dc655aacf50415282dadd6e15cdea5ee]

        SRC653

2002-03-18  Sven Jacobi  <sj@openoffice.org>  [c33ad0919e897658cdcfe50caf71d5003b997a33]

        #98158# correct positioning of objects that are rotated by exactly 45, 135, 225 or 315 degrees

2002-03-18  Philipp Lohmann  <pl@openoffice.org>  [00654360b052d0bd1cccb75dd4e666f34cb2959d]

        #98107# set focus to plugged windows in show

2002-03-18  Armin Weiss  <aw@openoffice.org>  [4fdd55bd2e9210370a7569c83613b8b31732728a]

        #98198# evtl. feed characters to activated textedit

2002-03-18  Armin Weiss  <aw@openoffice.org>  [de59d1f2a8849e8ec94d02ef9aca1d5c3f1ef8a9]

        #98198# test for type before using #98198# Move cursor to end of text

2002-03-18  Armin Weiss  <aw@openoffice.org>  [1a093df99a10344447ee583e2ac7858ec62ca1a6]

        #98198# activate text edit on RETURN for selected object #98198# when a text-editable object is selected and the input character is printable, activate text edit on that object and feed character to object

2002-03-18  Gregor Hartmann  <gh@openoffice.org>  [172dd6e9dfff9f464ed36eccae905861bdf1947b]

        #98061#Autosave configurable

2002-03-18  Gregor Hartmann  <gh@openoffice.org>  [589488745cd94b11da26675a1a704c640bac080f]

        merge from 1.34.2.12 and #98061#Autosave configurable

2002-03-18  Gregor Hartmann  <gh@openoffice.org>  [78c13431d9a449a00853f9a0c2009ea067f5f530]

        #97786#first throw of macro recorder for testtool

2002-03-18  jp  <jp@openoffice.org>  [12fc72b037d2efc82d047062023eecbb660810d2]

        Bug #97610#: Calculate enclose the variable value calculation in brackets

2002-03-18  jp  <jp@openoffice.org>  [f9fa8e187dee962a71e053d64ba2626ab45bf003]

        Bug #95632#: OutRTF_SwTxtNode - wrote first the template attributes and then all hard ones

2002-03-18  Stephan Bergmann  <sb@openoffice.org>  [5fc35a3048250fef9cf2ae9fecfcd38dc7566c2a]

        #98208# Added RTL_TEXTENCODING_TIS_620.

2002-03-18  Ocke Janssen  <oj@openoffice.org>  [02d5c72777f6f60ed4c2d4e09994cc3d33e3f907]

        #97880# lock solar mutex before accessing a resource

2002-03-18  Ocke Janssen  <oj@openoffice.org>  [55093e2007be63951c7d04b40ac54bcc823ea018]

        #97926# check if typeinfo is null

2002-03-18  Ocke Janssen  <oj@openoffice.org>  [ced14680bbc321d6b8720d6cd3ada2d4c2d03783]

        #97716# check size of sequence before inserting data

2002-03-18  Philipp Lohmann  <pl@openoffice.org>  [0a6b34b1b42d6ba012db315f9d05d33d1831cdd4]

        #97393# #98163# #97509# java client needs to request job setup

2002-03-18  Frank Schönheit  <fs@openoffice.org>  [ccefafec9e0b7efc2f306c8871662a6e871a9a45]

        applied patch suggested by #i3529# - enables support for NetBSD

2002-03-18  Ocke Janssen  <oj@openoffice.org>  [a284db9ed495133324ac34901e025db36bc26b26]

        #97987# append index columns only when not null

2002-03-18  Ocke Janssen  <oj@openoffice.org>  [16f96a7acb89cd5c36e3c3c5f94140c202ad2178]

        #98147# variable was not set, before accessing it

2002-03-18  Mathias Bauer  <mba@openoffice.org>  [6cc3148eab170693990a33e8e32185ae11008d79]

        #98173#: error handling when opening files

2002-03-18  Mathias Bauer  <mba@openoffice.org>  [db03ad9dc9d32de33cf81b2febcbb1c1ef81eae1]

        #98173#: error handling added

2002-03-18  Ocke Janssen  <oj@openoffice.org>  [ca292d0e2b79805775f5d441bcb2d738777fe600]

        #98076# check size of string before copying

2002-03-18  Mathias Bauer  <mba@openoffice.org>  [c11d92791101e9bebffa6c0f5e53dc531f86e9c4]

        #97276#: automatically recreate TempDir

2002-03-18  Mathias Bauer  <mba@openoffice.org>  [50d3374cce798d8c28374aeaaee095b03376e8c4]

        #98110#: don't accept empty packages

2002-03-18  Michael Brauer  <mib@openoffice.org>  [28ddaba2c3a5b2750246144bf819a7f2f186430d]

        #95586#: Caret notifications, state change notifications started

2002-03-18  Michael Brauer  <mib@openoffice.org>  [5de2c3912e3e07b11ad23da9a4d91e523a0fa57d]

        #95586#: Caret notifications, state change notifications started

2002-03-18  Andre Fischer  <af@openoffice.org>  [aba1175aa1779a8a32d6e7251563a91955051b72]

        #95585# AccessibleDocumentView is provided with its parent.

2002-03-18  Andre Fischer  <af@openoffice.org>  [bd04e6cdce35c101db50d41db959aba6966df728]

        #95585# Non-interface methods start with uppercase character.  Use of AccessibleShapeTreeInfo

2002-03-18  Andre Fischer  <af@openoffice.org>  [46c67494925bc075929d5ee75144a63b06f857cd]

        #95585# Non-interface methods start with uppercase character.  Modification of constructor signature.

2002-03-18  Andre Fischer  <af@openoffice.org>  [41fa1bf8f4ea70cc31646fb6fd2eaea72c1f3042]

        #95585# Create function returns AccessibleShape instead of XAccessible.

2002-03-18  Andre Fischer  <af@openoffice.org>  [ce1fc4dbdc0121fd67f7837114f87ae8aefe0023]

        #95585# Initial revision.

2002-03-18  Andre Fischer  <af@openoffice.org>  [7c3db358312dd6dc3a51fb57f3fefd91194db3c4]

        #95585# New file AccessibleShapeTreeInfo.

2002-03-18  Andre Fischer  <af@openoffice.org>  [7c40da4a4e4a3eef9774ff861ab15c66d276c1c8]

        #95585# Non-interface methods start with uppercase character.  Create function returns AccessibleShape instead of XAccessible.

2002-03-18  Andre Fischer  <af@openoffice.org>  [91a0a2ccf019cfb8ff44e3a742f37bfc48c4313e]

        #95585# Non-interface methods start with uppercase character.

2002-03-18  Andre Fischer  <af@openoffice.org>  [cd24847d31b6844cf9332fa27f7350c83fed2b2c]

        #95585# Non-interface methods start with uppercase character.  Use of AccessibleShapeTreeInfo.  Re-implementation of update methods.

2002-03-18  Andre Fischer  <af@openoffice.org>  [6b6e8b346ce13d6f9cb1b22e0923a44e809e6c35]

        #95585# Non-interface methods start with uppercase character.  Use of AccessibleShapeTreeInfo.

2002-03-18  Andre Fischer  <af@openoffice.org>  [0e76b86c560c28a8cf879990ce6fa126aad1cb14]

        #95585# Non-interface methods start with uppercase character.  Cleanup of event handling.  Use of AccessibleShapeTreeInfo.

2002-03-18  Andre Fischer  <af@openoffice.org>  [1813252031fa646a4021089238981b216379af51]

        #95585# Using getBounds to implement getLocation and getSize.

2002-03-18  Andre Fischer  <af@openoffice.org>  [344238c0393f1af3e8cf3a1def76462d7668b343]

        #95585# Support of XPropertyChangeListener.  Cleanup of event handling.

2002-03-18  Andre Fischer  <af@openoffice.org>  [359930ab4d5ecaa09a9356fa2a82b58b4878c58b]

        #95585# Non-interface methods start with uppercase character.

2002-03-18  Peter Burow  <pb@openoffice.org>  [f7587948a4f57b13e9605dcef1686db6466d78f2]

        fix: #98206# AboutBox should mention OpenOffice.org as codebase

2002-03-18  Stephan Bergmann  <sb@openoffice.org>  [45bb60ae8f652b29b0eaed4f7328165d08698467]

        #98209# Fixed mapping from U+9F76--9FA5 to GBK/CP936.

2002-03-18  Sander Vesik  <svesik@openoffice.org>  [65932740a81eea022e5658049f0dc59556e1103a]

        Update configure to configure.in rev 1.41

2002-03-18  Sander Vesik  <svesik@openoffice.org>  [2942b8e490d19ced8738aca826586b5c12da30b6]

        IRIX does have pthreads
        
        Contributed by: The SGI OpenOffice.org porting team

2002-03-17  Sander Vesik  <svesik@openoffice.org>  [857157800ce3773821849749e95e67415805a71e]

        Add RTTI support for IRIX
        
        Contributed by: The SGI OpenOffice.org porting team

2002-03-17  Sander Vesik  <svesik@openoffice.org>  [cbc35755efef109daca6d0f4da0f6c9476636ea1]

        == -> Equals
        
        Contributed by the SGI OpenOffice.org porting team

2002-03-17  Sander Vesik  <svesik@openoffice.org>  [5b823cf40ad244f98d968b814493be48d73b0a11]

        on solaris: workaround oddity with empty strings and support gcc 1.3.x

2002-03-17  Sander Vesik  <svesik@openoffice.org>  [9ebf433d059cd439c086ee13b510855508052911]

        Merge gcc3 support (--enable-gcc3) to HEAD

2002-03-16  Bustamam Harun  <bustamam@openoffice.org>  [8eee6f0a75a0e3acc7f3978d3a5dd0e54e03e7c1]

        #97583# rename localedata.lib to locale.lib

2002-03-16  Bustamam Harun  <bustamam@openoffice.org>  [60a62a5230d9fe3845f04e08c3ed906d020894c2]

        #97583# move xml parser to locale directory

2002-03-16  Bustamam Harun  <bustamam@openoffice.org>  [5f9c1851aad334dfea072964ecba5a05030fe524]

        #97583# added new locales

2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [ab744862d6d09f6241566e3781b72b3ff3d10459]

        #97583# fix localeID

2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [1746fcf130eff50daaf76790df4ef25a4da5ea7f]

        #97583# Add hindi locale

2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [9951ae2477a58aea1dc0341604e978d8c7b85744]

        #97583# Combine localedata build

2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [324754a84e4af26ac09ba03dc181df998c66344b]

        #97583# Remove localedata dependencies

2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [95ee83e10b53b842c6f6c8d5ee2048e1188487cd]

        #97583# Split localedata to 4 separate libraries and move XML parser

2002-03-15  Bustamam Harun  <bustamam@openoffice.org>  [72c2aef43dadbdb6599bc2c19ca941a497f000f0]

        #97583# Split localedata to 4 separate libraries

2002-03-15  Philipp Lohmann  <pl@openoffice.org>  [53e20a27454dd7272755e3c0fdfe7b8c9aed97c9]

        #98153# disable OpenGL on plugged windows for WNT

2002-03-15  Andre Fischer  <af@openoffice.org>  [37faba1c29deda06df465a02d09e08386a93af9d]

        #95585# Added new header file.

2002-03-15  jp  <jp@openoffice.org>  [caebe7fc2be6b90de3dcbb76c58a728e7801419d]

        Bug #97687#: don't overwrite internal flags in synchron mode

2002-03-15  Stephan Schäfer  <ssa@openoffice.org>  [e20918f7e26d3e9586b59e4eaac47bda696ff129]

        #96983# use correct arrow keys

2002-03-15  Stephan Schäfer  <ssa@openoffice.org>  [c546b20e57a53c5d637da5d9ae9698a48f01381b]

        #96972# enable cycling through dialogs by delegating to topmost syswin

2002-03-15  Stephan Schäfer  <ssa@openoffice.org>  [9f3457536d9fc7fb64e72136a8d1ddf7d68d2bc4]

        #96972# use screen position when sorting task panes

2002-03-15  Jörg Barfurth  <jb@openoffice.org>  [b7f5eeb9dfb8fb3dc27d6d37dc34dd9aacae08b5]

        #91896# Remove incomplete (and unused) classes for now

2002-03-15  Kai Ahrens  <ka@openoffice.org>  [237fe8d9c4cec074b962961b847ecc16a0e82c81]

        #97698#: no color control for animator necessary anymore

2002-03-15  Jörg Barfurth  <jb@openoffice.org>  [2521f7ea343fd63e81fb50175c7cfb6ad4069c89]

        #91896# Reorganize cache layer; Introduce new interfaces

2002-03-15  Andreas Martens  <ama@openoffice.org>  [828348d5954779e61a68dbcda5506f4440510917]

        Fix #97978#: Beware of dummy pages!

2002-03-15  jp  <jp@openoffice.org>  [0c5726227162712c63c108e16d4b2ce68a9c9fd1]

        Bug #98094#: SwUndoDrawDelete - don't use not initialised memory

2002-03-15  Jörg Barfurth  <jb@openoffice.org>  [1817cb03bbadb03407787fe5fb31d08e96b58bbf]

        #91896# Reorganize cache layer; Introduce new interfaces

2002-03-15  Jörg Barfurth  <jb@openoffice.org>  [bb7cc6dce9395379ddae040e53ac39c2b3d6b770]

        #91896# Add new Refcounted base class

2002-03-15  Sascha Ballach  <sab@openoffice.org>  [19aac10ee9a2b295a13ef0630e91fedee905947b]

        #95584#; return the VisArea relative to the EditEngine base

2002-03-15  Oliver Specht  <os@openoffice.org>  [c165176e9b71bc686bf18d53b0f73bc187e0b88f]

        #96983# keyboard control for menues corrected

2002-03-15  Oliver Specht  <os@openoffice.org>  [ac14b18f231bb0aad7a0587f21b91452c3085a39]

        #97978# page preview accessiblity implemented

2002-03-14  Armin Weiss  <aw@openoffice.org>  [fc7e8266bb7656a89a60108ad56278c45fc8d94f]

        #97016# Added travelling over text objects and inserting pages on SHIFT-RETURN

2002-03-14  jp  <jp@openoffice.org>  [363ff5d9803ed539951a7271b3535f0b33114f58]

        Bug #98121#: don't create temp variable with same member name

2002-03-14  jp  <jp@openoffice.org>  [b53019f20d049e1151747e3892b84e40d514be07]

        Bug #98130#: _Copy - set correct info for undo object

2002-03-14  Rüdiger Timm  <rt@openoffice.org>  [5add960e93ae35adb5b62285793a17d36f08f763]

        new version for SRX642

2002-03-14  Rüdiger Timm  <rt@openoffice.org>  [67a9181af240039dc9ce96b4b76e58354bb3f1b2]

        new version for SRX642

2002-03-14  Frank Schönheit  <fs@openoffice.org>  [b9624066ebc10086c8c940d13b2131ed347cbe82]

        removed the obsolete bCheck parameter from setController

2002-03-14  Frank Schönheit  <fs@openoffice.org>  [7f411e5c2da1223efdd8ef43f1b1bd460fba651f]

        Commit: correctly reset m_bInSave (encountered during writing the dev manual)

2002-03-14  Eike Rathke  <er@openoffice.org>  [2ed67b6eac75bfacd19cb42d0d9fd3d4ad871d62]

        #97251# if clipboard, always write UTF-8 and charset info

2002-03-14  Frank Schönheit  <fs@openoffice.org>  [0eeffcab7a01c2b0caf61c4f9fd20f1c55636fb9]

        #98166# no commit when dispatching the undoRecord URL to the external dispatcher

2002-03-14  Frank Schönheit  <fs@openoffice.org>  [199c91f2606e5f18e204abdb7bd08196da94c16b]

        due to a minor change in the string constant implementation (during #98166#) moved to ::rtl::OUString instead of UniString

2002-03-14  Kurt Zenker  <kz@openoffice.org>  [567ef2e393b222a2521b15c2218140abc26aedc2]

        new version for SRX642

2002-03-14  Frank Schönheit  <fs@openoffice.org>  [797724a19a9757bc62fdcc8f664c90fe4836d411]

        changed the string constant implementation to be ref-counted (done during #98166#)

2002-03-14  Kai Ahrens  <ka@openoffice.org>  [52c08676f3ceea2bff5f755e186ad2c97da75e90]

        #97754#: don't check if filtername is set

2002-03-14  dic  <dic@openoffice.org>  [41792f6a1197934162d24703ae03a4b544b2e191]

        #91181# provide desktop core as shared library.

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [96c0f095bbddc547b1d00f59e5a56e695bfc8d2a]

        #95584#; add TableModelChangeEvent support

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [811da4f908fa8f148a218ca38a2a909435fc4fa0]

        #95584#; Eventsource is a XAccessible; create Name/Description in Init method; new value of a State Event is the State and not a Stateset

2002-03-14  Kai Ahrens  <ka@openoffice.org>  [c6c750c3e374fbb2b4098f02f7ab36558a74f220]

        #97248#: use MimeTypes to search for correct filters

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [89cd6484e0469facf482272ad2a647795a370a92]

        #95584#; Eventsource is a XAccessible

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [1f1a2d79c8661908dd1ad23819f04bb91dca6837]

        #95584#; don't create a Point, because it is a Point

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [636664f312734d9ed164f40f3cc6492604b3b0be]

        #95584#; add TableModelChangeEvent support

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [ed11db424d9063414a45ae8cc89d4dad4fad32a2]

        #95584#; add SC_HINT_ACC_VISAREACHANGED

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [8ddfdf3a2a5d2d8a4a1c61b557836490640582cf]

        #95584#; notify for VisArea changing

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [eed6509325a8a98ed85015015e93b8ca3160fee9]

        #95584#; add Accessibility Listener also to the Uno Object Broadcaster

2002-03-14  Tom Verbeek  <tv@openoffice.org>  [05035d2f291d02ad347925ae3aed64daed17878e]

        #97817# added some important names and removed marco ;-)

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [1d0a2ddf7254e367faec2e7675c73031bc682f6c]

        #95584#; add PropertyChangeListener and VisibleArea Property

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [2f63bd7fa7d0af6281021a12c711a8ee9b29b620]

        #95584#; add PropertyChangeListener

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [3f6732a83c3db3dd05b7414ae60a16c8ac7d424e]

        #95584#; add VisibleArea PropertyName

2002-03-14  Sascha Ballach  <sab@openoffice.org>  [d0fb5db1061e624e0dedc738d5f3cacf25a44985]

        better output on a TableModelChangeEvent

2002-03-14  Niklas Nebel  <nn@openoffice.org>  [92b6483b711f7af75feb8b3f300c0c36f449e2cd]

        #97016# when selected with modifiers, pass modifiers on to executed request

2002-03-14  Frank Schönheit  <fs@openoffice.org>  [0141879a45ba1882ea24faf676fc324c8d166073]

        #97788# Big5-HKSCS only when asian languages are enabled

2002-03-14  Niklas Nebel  <nn@openoffice.org>  [e9500213e3db572b2c329d5cb3e373b7462c29c1]

        #97016# select first object with CTRL-SID_OBJECT_SELECT

2002-03-14  jp  <jp@openoffice.org>  [b937027c0fbaa5368a4d2f589a56b34dc9e70108]

        Task #98138#: remove pIo member from DocShell

2002-03-14  Oliver Specht  <os@openoffice.org>  [85fb0b47488a607c31c02b504b6bd5547c2a4151]

        #97677# catch exception in getByName(); occurs e.g. for empty headings

2002-03-14  Peter Burow  <pb@openoffice.org>  [8a51d834e78f98c51af3d1078448231c5c6fbe4c]

        fix: #98090# Support and Training added

2002-03-14  Thorsten Behrens  <thb@openoffice.org>  [bdceddde502f505486f26387af0caebc91a7bfb9]

        #96948# broadcasting view area changes

2002-03-14  Stephan Schäfer  <ssa@openoffice.org>  [7e1af4f06224cd78195f058c08e77f9e0bde38de]

        #96972# also switch into modeless dialogs

2002-03-14  Oliver Braun  <obr@openoffice.org>  [5d1ed952447ee5b1a360f577dd7c11c818a324bb]

        #97337# interface of access bridge has changed

2002-03-14  gt  <gt@openoffice.org>  [ac98f565417fc74e20f45127ef73607352524189]

        #95512# using CaseCollator from IntlWrapper for comparing strings

2002-03-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bc999643b91400e664593a220f011ff16795675a]

        win32 with cygwin tcsh

2002-03-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c2b9793d172ca3837455fc040253608101dc5f1b]

        win32 with cygwin tcsh

2002-03-14  Eike Rathke  <er@openoffice.org>  [cf9724e886185527fabefed37c8179103361a872]

        #97225# FillEListWithUserCurrencys: don't select default entry but matching entry instead

2002-03-14  Kai Ahrens  <ka@openoffice.org>  [ccb177895be3183ebd1178e539e45252c7a9acf1]

        #98115#: watch for sounds in Gallery request

2002-03-14  Kai Ahrens  <ka@openoffice.org>  [f72a108ad89c82492bf60aaefc18b4c7d2e126cc]

        #97248#: use MimeTypes to search for correct filters

2002-03-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [97b2dce6efecb41329a455afdf28f899475596e7]

        #65293# restored dos lineends

2002-03-14  Carsten Driesner  <cd@openoffice.org>  [9dc1613256fb301af698c3d9800734695c2efbdc]

        #98082# Don't show transparency warning msgbox if we are in headless mode

2002-03-14  Frank Schönheit  <fs@openoffice.org>  [e5b5a76785a3ece9d2ba5ae64f2e871b13212ca2]

        #97788# allow Big5-HKSCS only if asian functionallity is enabled

2002-03-14  Mathias Bauer  <mba@openoffice.org>  [f71c4172723a6bca7bf9a4344a02bc9878d3e799]

        #98062#: hide floats when deactivated

2002-03-14  Stephan Schäfer  <ssa@openoffice.org>  [43e876c1a561ab2d342e6766aed7c34265e917dc]

        #96972# KEY_SPACE only when TIB_DROPDOWN style

2002-03-14  Michael Brauer  <mib@openoffice.org>  [0dd999677147d5d220730a0c9375aa9ae1875508]

        #96736#: Do not crash on formatted text controls

2002-03-14  Andreas Martens  <ama@openoffice.org>  [9cae106142b59121b65fc04e69cc15519b52cf61]

        Fix #96678#: UL and LR space indepent from layout direction

2002-03-14  Frank Schönheit  <fs@openoffice.org>  [db9b2a90d4d2a8dcfffd11382137512380f5acfe]

        #97788# assertion for invalid character set maps corrected

2002-03-14  Stephan Schäfer  <ssa@openoffice.org>  [9cbafd9eebc72f9a8c264853435ae529d962f340]

        #96972# no shadows and improved keyboard handling

2002-03-14  Stephan Schäfer  <ssa@openoffice.org>  [e7456407e359ee5c6d61ebc8ecc8c054ddc064b0]

        #96972# support ctrl-f6 and forward/backward cycling

2002-03-14  Stephan Schäfer  <ssa@openoffice.org>  [e3e516287915bbd92e2179b1fa1bf4c43eab453e]

        #96972# support ctrl-f6

2002-03-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7fbddbafcbbc1b2624662205bd8b9bfc2091a1a7]

        new switch to select shell - right now win only

2002-03-13  Kai Ahrens  <ka@openoffice.org>  [114eca195ed6ff90ef2d29e3c5147f0f72ece1e2]

        #97664#: use consistent strings and behaviour for naming of objects

2002-03-13  Kai Ahrens  <ka@openoffice.org>  [f4d7a807f4a32b426ce27515b2f8851ad7a77b8e]

        #97664#: use consistent strings and behaviour for naming of objects

2002-03-13  Kai Ahrens  <ka@openoffice.org>  [6a3a6cd1bb13b2c51c1b48a4f305ab2f524f0249]

        #97664#: use consistent strings and behaviour for naming of objects

2002-03-13  Kai Ahrens  <ka@openoffice.org>  [2dd4f59ee889cdf60c4ad694c535c7e646900ecc]

        #98115#: sounds can be inserted via menu/keyboard now

2002-03-13  Philipp Lohmann  <pl@openoffice.org>  [1c75dd2bf68b86ed5f2a48e0dee8ca0794b7550e]

        #97988# #97509# use 100th mm in SetPaperSizeUser as documented

2002-03-13  Armin Weiss  <aw@openoffice.org>  [5cddc86510cca4357913554202fc0ffc3de69d1e]

        #97016# Added all necessary stuff to implement draw object keyboard control

2002-03-13  Armin Weiss  <aw@openoffice.org>  [ea0edbe9fd9a829bfd5a02853d3b221f71bf8522]

        #97016# overloaded SelectionHasChanged() to implement keyboard editing of draw objects

2002-03-13  Andreas Martens  <ama@openoffice.org>  [5b15ce6bf4816a5a5d41e16fac157610ef81580e]

        Fix #96678#: Vertical Layout

2002-03-13  Daniel Boelzle  <dbo@openoffice.org>  [efbb16b376049a944da7b976419c718ca617276c]

        #98036# fixed dead factories when bridge was disconnected abruptly

2002-03-13  gt  <gt@openoffice.org>  [db8cb50e4fca1f2510e5477f8602f7d482ecd2da]

        #97241# context menu handling in SvTreeListBox

2002-03-13  Armin Weiss  <aw@openoffice.org>  [05bd21e76b5836ca29ae814f4f2a1fdf4641c4da]

        #97016# III CTRL-SID_OBJECT_SELECT -> select first draw object if none is selected yet

2002-03-13  Michael Brauer  <mib@openoffice.org>  [088d48b55ffc72c4a6bf4e78f3dd307ed6a90558]

        #97558#: Don't store LANGUAGE_DEFAULT

2002-03-13  Armin Weiss  <aw@openoffice.org>  [4139dd0171c26d8254792b964fee1dea98489fa2]

        #97016# to be completely correct, for KEY_SPACE the return value needs to be set to TRUE (consumed) when the key was used.

2002-03-13  Malte Timmermann  <mt@openoffice.org>  [934aad478fada22353b939f275c619ddec46cbc2]

        #97034# Notify ACCESSIBLE_STATE_EVENT

2002-03-13  Daniel Rentz  <dr@openoffice.org>  [1dde1c3516df7e18fcbe904213160d2d1370625f]

        #96965# keyboard control for ref dialogs

2002-03-13  Caolán McNamara  <cmc@openoffice.org>  [fb96a5bf9e7f9d8555b95995646ba14c66599e97]

        #i3462# Tables in Tables support

2002-03-13  Niklas Nebel  <nn@openoffice.org>  [abdc9fde06ca5d2e54e97fc85de32cf2ba22e686]

        #97052# handle high contrast draw modes when painting drawing objects

2002-03-13  Thorsten Behrens  <thb@openoffice.org>  [b6cebeeddccc485d3ee8dbaa7cf1d3d4a9311c92]

        #*i2380# Doing smarter page name checking

2002-03-13  Daniel Vogelheim  <dvo@openoffice.org>  [a7aaa7e9ac075c224f43edca832b07e10f7d5854]

        #96678# fixed load/save of writing-mode (default and lr-tb directions were broken)

2002-03-13  jp  <jp@openoffice.org>  [ad1909de531f4bfbd34108ffe4774be7968e087d]

        Bug #97885#: don't skip the last character

2002-03-13  Oliver Specht  <os@openoffice.org>  [ff4d69dabca4f90a458215d0036e47705659b7d8]

        #96678# vertical ruler, fixeds #98100#

2002-03-13  Daniel Boelzle  <dbo@openoffice.org>  [0c7c93ea6161fe8377bd67dbd1b09ecf0a722131]

        #98040# fixed exception spec

2002-03-13  Stephan Schäfer  <ssa@openoffice.org>  [8a17ff5a5c8547f2e02bd6fe1bc345c6ac48821f]

        #97953# destroy accessible context before last ref is gone

2002-03-13  Stephan Bergmann  <sb@openoffice.org>  [24eb7604963789639bbc294d37d46d5ee2d8f89a]

        Make tools depend on offuh, because urlobj.hxx includes com/sun/star/uno/Reference.hxx, which in turn includes generated headers.

2002-03-13  Sascha Ballach  <sab@openoffice.org>  [94fb78c61371407d6435bc278427aab2209bf248]

        #95584#; implement new decision about deselectSelectedAccessibleChild

2002-03-13  Oliver Specht  <os@openoffice.org>  [1e31579dfcedb147c02e4d8b2910e6c43f206e25]

        #96963# toolbox click: keep the focus in most of the actions, navigation tool has to be teared off in keyboard usage

2002-03-13  Michael Brauer  <mib@openoffice.org>  [59c5f2bd1cf2c2e9d0333e83e96ab6e62385331e]

        #94561#: &Chi; was missing for export

2002-03-13  Oliver Specht  <os@openoffice.org>  [3c9b963c99122f24ad2142eda4639028d6493536]

        #96963# toolbox click: keep the focus in most of the actions, navigation tool has to be teared off in keyboard usage

2002-03-12  Kurt Zenker  <kz@openoffice.org>  [a0ad7e139f1c869c4bef0597903c9e5a56ddcd60]

        new version for SRX642

2002-03-12  Armin Weiss  <aw@openoffice.org>  [b1b2dafa5758a3ddf8ea427228757466b106e5b6]

        #97016# When moving draw object with cursor keys, the visibility needs to be guaranteed.

2002-03-12  Sven Jacobi  <sj@openoffice.org>  [719b78031641fddc3af815b3c2bb3d70ca08f226]

        #97948# now also importing autoshapes that has no end segment action

2002-03-12  Kurt Zenker  <kz@openoffice.org>  [b56a62d7f60a25341ab213e749159417170dc7be]

        new version for SRX642

2002-03-12  Oliver Specht  <os@openoffice.org>  [0b5ca669c03dcdb6a1c5eeeb73d32b63d43fca4f]

        #96678##98006# dispatcher execute with slot ids only

2002-03-12  Kurt Zenker  <kz@openoffice.org>  [da70ccc8ed1c414dc9a90c4ee32b694794d8f2b6]

        new version for SRX642

2002-03-12  Sven Jacobi  <sj@openoffice.org>  [a42ac6bc54ed9f006294058d6c3236beb77c4411]

        #97902# fixed the flowchartmultidocument autoshape

2002-03-12  Sven Jacobi  <sj@openoffice.org>  [6e158e2d18162f104028e65787b98456d6cfbc8f]

        #i3032# using show instead of scale after writing strings

2002-03-12  Eike Rathke  <er@openoffice.org>  [c1f8a6f2dd6b0190bd33ec9e96566873336f5d0e]

        #97818# #i2843# wrong Czech currency formats (dup old directory structure to new directory structure)

2002-03-12  Eike Rathke  <er@openoffice.org>  [05818300c8a10c48946457e907dd080648f46068]

        #97818# #i3171# wrong Polish currency formats

2002-03-12  Jörg Barfurth  <jb@openoffice.org>  [9160d72e1010cdd63526b33ac1118355d8850728]

        #91896# New cache and backend interfaces

2002-03-12  Armin Weiss  <aw@openoffice.org>  [a4dcde237a8b5ad7196189688671989d34afc619]

        #97995# at least reset the remembered BoundRect to prevent handle generation if bForceFrameHandles is TRUE.

2002-03-12  Joachim Lingner  <jl@openoffice.org>  [fa2e859b812186c38c8566b61fb8c158b6ba6ad2]

        *** empty log message ***

2002-03-12  Oliver Specht  <os@openoffice.org>  [fd910344c031eb1ea8d3f20749944f71da4303b8]

        #97051# Controllers change their size depending on the system font settings

2002-03-12  jp  <jp@openoffice.org>  [080f945fa06c4d365317e15c6c2ff4dcb7eb5482]

        Bug #97644#: SubInitNew - set default font color on automatic

2002-03-12  Philipp Lohmann  <pl@openoffice.org>  [b158dba8d4f71ed74579907500e32cc678b87fc7]

        #97768# react on last drop query state

2002-03-12  Rüdiger Timm  <rt@openoffice.org>  [435e5e749ffadf1ae53f1a254b336ea8b20624e9]

        new version for SRX642

2002-03-12  jp  <jp@openoffice.org>  [ee1287d79db02570aba272f6f4cf1c2579485c1d]

        Bug #97947#: SwUndoAttr::Repeat - look for previous equal Undo-Objects

2002-03-12  Thorsten Behrens  <thb@openoffice.org>  [ad936e5077df43bf17e60bda7547795a7732d3b9]

        #96270# Further breaking up text objects

2002-03-12  Thorsten Behrens  <thb@openoffice.org>  [5a2659dbc63d12f8974bd192504dc34867d2282a]

        #96270# Added ungroup functionality

2002-03-12  Tomas O'Connor  <toconnor@openoffice.org>  [f432b19036ae04977fe80cede04d61db278668a0]

        Move OfficeWriterBean to examples directory.

2002-03-12  Kai Sommerfeld  <kso@openoffice.org>  [d196274105cc9fac3439f4a8d22a05d1c0baf259]

        #97958# - Introducted way to init content broker using vector of provider data.

2002-03-12  Rüdiger Timm  <rt@openoffice.org>  [e1d55a7bac8d0cee33578276f5bd542ef7ba41aa]

        #65293# don't include your own headers with module path!

2002-03-12  Sascha Ballach  <sab@openoffice.org>  [fa1aa85ec9795cb6ed539fca27efef20c757080f]

        #95584#; XAccessibleSelection interface added

2002-03-12  Sascha Ballach  <sab@openoffice.org>  [df8270fcab425c0728443affc65d507fcf720e37]

        #95584#; selection implemented

2002-03-12  Sascha Ballach  <sab@openoffice.org>  [564dbfddfce5e7c67898a447bd02978f308d5f9c]

        #95584#; call Init method of AccessibilityObject

2002-03-12  Kai Sommerfeld  <kso@openoffice.org>  [e443ba7f92d070dd7502d52f4a08ebc46adc90b8]

        #97958# - Removed ContentProviderData from filter list.

2002-03-12  Kai Sommerfeld  <kso@openoffice.org>  [030e6164e586e2a2757bfd87f5e164fbc632e046]

        #97958# - Introducted way to init content broker using vector of provider data.

2002-03-12  Sascha Ballach  <sab@openoffice.org>  [86002b3ed456b62d8fa16809389d3e639a231b24]

        #95584#; selection implemented

2002-03-12  Sascha Ballach  <sab@openoffice.org>  [1ae97930fefadc29007adab48846ce3c2c27ee0f]

        #95584#; XAccessibleSelection interface added

2002-03-12  Sascha Ballach  <sab@openoffice.org>  [ba43178d80c534f49389d4dab4cd91dfc6340dd6]

        #95584#; remove CellChangeHint and add SimpleHint CursorChange

2002-03-12  Sascha Ballach  <sab@openoffice.org>  [b2c40010dd2c7ac35cb3d8fbaac2bb7c6c6190ff]

        #95584#; notify event while cursor/selection change added

2002-03-12  Sascha Ballach  <sab@openoffice.org>  [ead4b2ae736700fc290970a990f02a7fbb6860b7]

        #95584#; call Init method of AccessibilityObject

2002-03-12  Sascha Ballach  <sab@openoffice.org>  [0481a5572d2dba50af1cc6e5a282c0f2bda0c4cf]

        #95584#; create Init method which add as listener instead of the constructor

2002-03-12  Oliver Braun  <obr@openoffice.org>  [b09638e7dfa187677fa310883a37097c709d3a6e]

        #97034# getAccessibleAt should return null if location is no child area

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [96aa0a28cc8eb7258af2b2a9f47d74ac85c28c03]

        Disable mapfiles on FreeBSD
        
        Contributed by: Carlos F. A. Paniago <pan@panix.ecof.org.br>

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [f0017e33c807d635121c174b962a73fbef714756]

        Merge to HEAD

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [e0492a80bbff5c95065149cbae49ef9d5ef98983]

        Add MacOSX *.dylib to teh list of delivered files.
        
        Contributed by: daniel boss <daboss@dplanet.ch>

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [60417a8c223c1f584e5c3d16961478bdcf6bd38e]

        Merge removal of old MacOSX related bits from deliveries list.

2002-03-11  Niklas Nebel  <nn@openoffice.org>  [684bc042462a0236cc488a463ca12bf470ab7bf5]

        #95584# accessibility api for headers/footers

2002-03-11  Niklas Nebel  <nn@openoffice.org>  [fbbe8f98a2aff5be67f869850b667149ba6f88d3]

        #95584# accessibility api for headers/footers

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [4f6f9131e45d8094560fef0f295c61b5cfbba399]

        *.dylib delivery on MacOSX
        
        Contributed by: Edward Peterlin <ed@dashboardbuddha.com>

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [2160cd102d44b7780f5ef4b3b9d0dff48a6f98e7]

        Don't deliver out of date and unneeded MacOSX bits any more

2002-03-11  Mathias Bauer  <mba@openoffice.org>  [5868e406c67a6f9d50705ca3decbba74ab4af6a8]

        #97446#: changing event config didn't set modified flag

2002-03-11  Nils Fuhrmann  <nf@openoffice.org>  [ffdb9fdde6d2f153693ba2b66bf0566eba4d984f]

        #98046# Added iso code as fallback for all non big rules languages to fill variable $(vlang)

2002-03-11  Thomas Benisch  <tbe@openoffice.org>  [1932d64595244d9696996788a761b778ca5b501d]

        #97222# added vclxaccessiblecheckbox.obj

2002-03-11  Thomas Benisch  <tbe@openoffice.org>  [ebbb9b626cbc64c77a9f6205fa737facb6365bee]

        #97222# CreateAccessibleContext for VCLXCheckBox

2002-03-11  Niklas Nebel  <nn@openoffice.org>  [09ba7e48f0f7fa646363d1b25032a53364accc70]

        #97650# default for text color is now COL_AUTO

2002-03-11  Stephan Schäfer  <ssa@openoffice.org>  [3aaa508c7aa187350a7733bc7984f1a12174c633]

        #96983# improved keyboard handling

2002-03-11  Mathias Bauer  <mba@openoffice.org>  [bfbd434acbb39a0de44fbb70c407b121c2d34cda]

        #97063#: SID_NEXT/PREVWINDOW removed

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [6824bfacf554355bf8da14f853b3bbc4d6c45d71]

        Improve support for MacOSX
        
        Contributed by: daniel boss <daboss@dplanet.ch>

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [977defb5ac862f31f22877d849cb71479170cf50]

        FreeBSD doesn't like mapfiles, just like MacOSX
        
        Contributed by: Carlos F. A. Paniago <pan@panix.ecof.org.br>

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [2bd38a4486bda39b90c88faaabb74f75d60dd695]

        Apply FreeBSD patch
        
        Contributed by: Carlos F. A. Paniago <pan@panix.ecof.org.br>

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [d7584843f20fe2bf87e3fdc4e4c7d9014cb5971e]

        FreeBSD doesn't like mapfiles, just like MacOSX
        
        Contributed by: Carlos F. A. Paniago <pan@panix.ecof.org.br>

2002-03-11  Armin Weiss  <aw@openoffice.org>  [758bd2f28df9305ba67a92641949f0ba311b8a5d]

        Removed one compiler warning in Ln 570

2002-03-11  Armin Weiss  <aw@openoffice.org>  [93f659f5c6815b07311e672c6ce18cbb8c9d21b8]

        SdrLayerAdmin::GetLayerSet(...) used <= instead of < and GPFed when 0.

2002-03-11  Eike Rathke  <er@openoffice.org>  [46e290929526141357960834bb315eb1e88b64ef]

        #98048# am/pm in combined date-time is of course not literal string

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [ef6909c17e43e2ef5d47d595e4cdbd16d81245a6]

        Add extra libs need for FreeBSD
        
        Contributed by: Carlos F. A. Paniago <pan@panix.ecof.org.br>

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [37d2061000d40d8dd55517cc24ae040ab69bb319]

        Treat FreeBSD teh same as MacOSX
        
        Contributed by: Carlos F. A. Paniago <pan@panix.ecof.org.br>

2002-03-11  Sander Vesik  <svesik@openoffice.org>  [c1bf7dff866efad621c9d127573d04b7c97135b6]

        Merge removal of old and unneeded MacOSX bits from 1.14.6.1

2002-03-11  Niklas Nebel  <nn@openoffice.org>  [6e7aabce8d797c7f2018eef5581be79d090ed4cc]

        #97022# handling of automatic font color

2002-03-11  Niklas Nebel  <nn@openoffice.org>  [bba3ff1ac9792b0984b8a8efccff5af735f9286d]

        #97650# changed default for text color to COL_AUTO

2002-03-11  jp  <jp@openoffice.org>  [a20d95d94f15ed453e88ed3e4469d0fe66c70097]

        Bug #97827#: add the new text encoding

2002-03-11  Niklas Nebel  <nn@openoffice.org>  [3f62a2fb7ee96e135d74665c0ee8e7eea317dc09]

        #97022# handling of automatic font color

2002-03-11  Niklas Nebel  <nn@openoffice.org>  [3dc85b908b9c29b4c5f8dbb0403f2bec7ac70761]

        #97022# handling of automatic font color

2002-03-11  Oliver Bolte  <obo@openoffice.org>  [875c5aae765bc1d940c8373e2dc936ff2c63ea90]

        #65293# linux parse error

2002-03-11  Michael Brauer  <mib@openoffice.org>  [3c98cc1607a3a569972275199135d4380b7acefc]

        #95586#: some thread safety holes removed

2002-03-11  Christian Lippka  <cl@openoffice.org>  [45125f92cb73f161767f8d75aefc60a9b9923dcd]

        #96983# removed GrabFocus for SID_STYLE_APPLY

2002-03-08  Daniel Vogelheim  <dvo@openoffice.org>  [be8e8745e0e6e739da302cf25260d5addc8a8192]

        add action/context menu support

2002-03-08  Daniel Vogelheim  <dvo@openoffice.org>  [75345d9b5845e57c3f83ade2266f59fe01ac6572]

        Now use custom tree model in order to create data on-the-fly.

2002-03-08  Daniel Boelzle  <dbo@openoffice.org>  [e12c6f8e77c898a6bc9d320469ab00cbf26d12b5]

        #96711# reviewed reflection API documentation

2002-03-08  Eike Rathke  <er@openoffice.org>  [a403b7e53223c93b47a1afa0d81da155e6920873]

        #97472# remove service name Calendar, replace with LocaleCalendar (not SO6PP1 compatible)

2002-03-08  Frank Meies  <fme@openoffice.org>  [960ff67d96e516b235f9d93ae86e4dd2cfec3778]

        #96678# Vertical Formatting - Be sure to have font information before calling vcl routines

2002-03-08  Kai Ahrens  <ka@openoffice.org>  [aa4f3dd3de0ffe9dfee729d6f4f71f0383c43a1e]

        #97052#: added high contrast mode

2002-03-08  Kai Ahrens  <ka@openoffice.org>  [b6305b0adbf5821b6a5644d0ec56830707e3076a]

        #97052#: added high contrast mode

2002-03-08  Kai Ahrens  <ka@openoffice.org>  [b32b663f3c07f57986cf6cea14e11f347b88ba60]

        #97052#: added high contrast mode

2002-03-08  Eike Rathke  <er@openoffice.org>  [027c4df7a750d9a47b022a2edcd86d6727efde71]

        #97472# add LocaleCalendar service description

2002-03-08  Eike Rathke  <er@openoffice.org>  [39947d4af0143503af3c3973a76ccf0d200b9229]

        LocaleCalendar service description

2002-03-08  Michael Brauer  <mib@openoffice.org>  [c50a3c7a0edd919a66c99533b670cb9b0eada918]

        #95586#: Catch runtime exception when broadcasting events

2002-03-08  Nikolai Pretzell  <np@openoffice.org>  [d566f38f8a38739595fd8edb89eaa48c1c4b8f9b]

        Moving Autodoc to OpenOffice.org, module autodoc: sourcecode repository and documentation generator

2002-03-08  Herbert Duerr  <hdu@openoffice.org>  [8fb66bd0435fdd436f19ff9c16cfa7879dd18f98]

        #97753# don't write beyond the line

2002-03-08  Oliver Specht  <os@openoffice.org>  [d52c9255a2a9fda078ccaebaabe0c96c9705f04f]

        #96678# enable right alignment of the vertical ruler

2002-03-08  Nikolai Pretzell  <np@openoffice.org>  [1710683406e72de5458733231636e8fdb2c2c0bc]

        Moving Autodoc to OpenOffice.org, module udm: UnifiedDataModel

2002-03-08  Nikolai Pretzell  <np@openoffice.org>  [8913e1e75efa377a107fa37d22680ec223cb043c]

        Moving Autodoc to OpenOffice.org, module cosv: CommonServices

2002-03-08  Rüdiger Timm  <rt@openoffice.org>  [5478ee506cf29800497ba9add48339c54fa48f68]

        #65293#  solaris compiler needs the argument of RTL_CONSTASCII_USTRINGPARAM at the same line

2002-03-08  Juergen Schmidt  <jsc@openoffice.org>  [17e731f0b1967ae7a625e6affdf1459c548e23d2]

        #96567# remove internal tag for rtl_uString

2002-03-08  Oliver Specht  <os@openoffice.org>  [a6759cb451be64e3f1b2acedb578fe916bcf9e64]

        #97051# DataChanged implemented at ListBox controllers

2002-03-08  Michael Brauer  <mib@openoffice.org>  [4a67553c8ed63d03716b28964cc3fc632f390b78]

        #95586#: Notification of text changes, events in actions

2002-03-08  Michael Brauer  <mib@openoffice.org>  [303d108d8871678917f66955ba628fff4f453219]

        #95586#: Collect events while being in an action

2002-03-08  Michael Brauer  <mib@openoffice.org>  [b32d822bbd7e70a8477a0b953e76f55c25438762]

        #95586#: Notification of text changes, event in actions

2002-03-08  Michael Brauer  <mib@openoffice.org>  [a5b9476b31fb538502d62aa4275b679c8268bb23]

        #95586#: Notification of text changes

2002-03-08  Rüdiger Timm  <rt@openoffice.org>  [d15de4cac7f72219e6da3b629ace0b7844f5a407]

        #65293# exception specification

2002-03-08  Kurt Zenker  <kz@openoffice.org>  [98bb4b90a2df101bf3a144a33abcb9a0a6b6a183]

        new version for SRX642

2002-03-08  Kurt Zenker  <kz@openoffice.org>  [76dc0e2b10266cc43eab30d322f4563202ccf140]

        new version for SRX642

2002-03-08  Andre Fischer  <af@openoffice.org>  [d6920497d2cdba539e029dacf11233381fe4d8bb]

        #95585# Corrected signature of initialize method.

2002-03-08  Peter Burow  <pb@openoffice.org>  [eeea346196aa2264df79af1a5aeeb5a33a68225c]

        fix: #97874# expand and collapse also with fast mouse clicks

2002-03-08  Rüdiger Timm  <rt@openoffice.org>  [30c6cb3623bb682350bc643a20971876fe9061c9]

        new version for SRX642

2002-03-08  Kurt Zenker  <kz@openoffice.org>  [9044ffad8dfd25f1fdf9a43efca3354197c7856b]

        new version for SRX642

2002-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d04d9f6b9501d4015ac0f2b735aaf835955bb75]

        #98025#: implement copy filter

2002-03-08  Oliver Specht  <os@openoffice.org>  [38dfdd1e3b392284577a3120c2def40204c391c8]

        #97008# ACC API completed - untested

2002-03-08  Frank Meies  <fme@openoffice.org>  [bcf859c47cad4f873b84587a7a452b4a88d2b637]

        #96678# CJK - Justified alignment for Asian languages

2002-03-08  Frank Meies  <fme@openoffice.org>  [427c4be577d144a55475ae6d344ba83c7600ea0d]

        #96678# CJK - Justified alignment for Asian languages

2002-03-08  Frank Meies  <fme@openoffice.org>  [f49c39f0d2fb203a88c5c113d70bfe73c622b372]

        #96678# CJK - Justified alignment for Asian languages

2002-03-08  Oliver Specht  <os@openoffice.org>  [621e73b88cb1312ccdb52c8581dc19bf9a9b187c]

        #97063# SID_PREV/NEXTWINDOW removed

2002-03-08  Daniel Vogelheim  <dvo@openoffice.org>  [292310084cb106a3744ca7236fb8149a14b59e08]

        #97966# set data style for formula objects

2002-03-08  Sascha Ballach  <sab@openoffice.org>  [b812cc8f5770612fb807b8ce9e4e2febb0a55f05]

        #94308#; assert only once so working with a non pro is better possible

2002-03-08  Malte Timmermann  <mt@openoffice.org>  [5abd89739b050334dd4f52e51cd6c165a997df32]

        #97034# XAccesibleText

2002-03-08  Malte Timmermann  <mt@openoffice.org>  [af7d1d88cf76b4bc3b945bab92072735560a000c]

        #97034# XAccesibleText

2002-03-08  Stephan Schäfer  <ssa@openoffice.org>  [c07e62f6e9e96bf54bb0b8ee74bf1bf1379c977b]

        #96983# correct item highlighting

2002-03-08  Kai Ahrens  <ka@openoffice.org>  [3c0b56589e9803f41b32f3d9e2791746b2308206]

        #96981#: don't scale objects

2002-03-07  Thomas Benisch  <tbe@openoffice.org>  [9b229d0500e10c8225d694a168259c3a14be1c07]

        #97222# added vclxaccessiblebutton.obj

2002-03-07  Thomas Benisch  <tbe@openoffice.org>  [9572d6bc1f6b2247bb0d19919556813a9bd6d32a]

        #97222# create accessible context for button

2002-03-07  Thomas Benisch  <tbe@openoffice.org>  [b331ceae34351c6868eb29d6c89516582c0c0842]

        #97222# added accessibletexthelper.obj

2002-03-07  Mathias Bauer  <mba@openoffice.org>  [c1e42d54f401f1284fc9cd6fe6515cd90937e5a6]

        #97063#: ActivateNextChild_Impl is superfluos

2002-03-07  Mathias Bauer  <mba@openoffice.org>  [b49e9239ed33ccb7060ebac1aceb120ec055209b]

        #97425#: no draft interfaces in queryTypes

2002-03-07  Mathias Bauer  <mba@openoffice.org>  [970d28fe5e7aa8f9bfce9c5c45f8695f37e2d96c]

        #97480#: don't use statusindicator for hidden docs

2002-03-07  Mathias Bauer  <mba@openoffice.org>  [2900a200cf244155f0d132fbc70b397a74a190a6]

        #97423#:needs contextChanged in InvalidateAll

2002-03-07  Mathias Bauer  <mba@openoffice.org>  [b0bfa61ae174a9931f021abfe29652a8aa6cfb7b]

        #97423#:OfficeDispatch wasn't bound; crashed in DONTKNOW state

2002-03-07  Mathias Bauer  <mba@openoffice.org>  [8cf4a1898b0d9923627461d9e636030bcb0b6504]

        #97712#: allow for slots.cfg also in userconfig

2002-03-07  Mathias Bauer  <mba@openoffice.org>  [ed62bd8d3a72e854d53ba03612376a34177d7d28]

        #97712#: wrong error code makes file detection impossible

2002-03-07  Stephan Schäfer  <ssa@openoffice.org>  [ef8394ff4f594542f42d8c8ac950b87a0a76c911]

        #96983# correct item highlighting

2002-03-07  Sven Jacobi  <sj@openoffice.org>  [9dca300a3dfd767575d145a90a1b9dbe301f3ac1]

        initial version

2002-03-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [74ba44dc5c850bab2ee0b7610b59b8926efa5600]

        no stl, no -D_MT

2002-03-07  Kai Ahrens  <ka@openoffice.org>  [3b73b7682631ea0137459700ea36e9a946005288]

        #97976#: GID_DOCUMENT => GID_VIEW for SID_INSERT_GRAPHICS

2002-03-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8a54721ec11846cb331aff0da32104d2f7685e78]

        removed include of stdlib.h

2002-03-07  dkenny  <dkenny@openoffice.org>  [5acbb755f3f8dedf51904b711ff78f5e1aa498cf]

        Initial Import

2002-03-07  Stephan Schäfer  <ssa@openoffice.org>  [7a1414a0a8c197db14fb77953adc5daf995c15f7]

        #96983# correct item highlighting

2002-03-07  Thorsten Behrens  <thb@openoffice.org>  [3e9dff18e68bff98e6fcc17b98adfe063d7ae5f3]

        #96948# Changed SvxViewForwarder interface

2002-03-07  Thorsten Behrens  <thb@openoffice.org>  [9cf2d24d032713105631cbe00d40b4c72e63161c]

        #96948# Changed SvxViewForwarder interface

2002-03-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c24452283ead96d0a32d1f3277b958c86e62dbd0]

        #65293# oops...

2002-03-07  Armin Weiss  <aw@openoffice.org>  [8c750a2fd9482fdc7902846566c0434231a6bf28]

        #90129# make sure drag start point is inside WorkArea

2002-03-07  Daniel Boelzle  <dbo@openoffice.org>  [c05ebd48c19064745a96b828b018d9ebbeab024c]

        #96711# removed unused class declarations of deprecated (unsupported) union type

2002-03-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e0c0575edeb917154365d7a50d9069cd54b7ec7e]

        #65293# better to have a target.mk - e.g. for build killobj

2002-03-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [18c6326f98c1c1167305c004199fb14cc4bc81df]

        #65293# it's C code - name it so

2002-03-07  Daniel Rentz  <dr@openoffice.org>  [9082ba99caa0d173116f3a530d140df07ab218fe]

        #96983# Applying a style does not set focus to doc

2002-03-07  Jörg Budischewski  <jbu@openoffice.org>  [0fb62b0fcc6af689303de8a5c8853ca608384a5b]

        #97931# exceptions during registering now fly, static stringhandling

2002-03-07  Jörg Budischewski  <jbu@openoffice.org>  [4a33da9d71f709caa459c082a4ef1588a78dff75]

        #97931# added -s parameter, javaloader is now default for components with .jar suffixes, fixed some bugs

2002-03-07  Oliver Braun  <obr@openoffice.org>  [5ce3f900efa328fd95eb6b5c9b1543d0ee878d2e]

        #97337# added AccessBridge directories

2002-03-07  Oliver Braun  <obr@openoffice.org>  [6c4a2d854a93282618956981a567bcc20f938ac5]

        #97337# deliver AccessBridge jar

2002-03-07  Andreas Bille  <abi@openoffice.org>  [67e2c23a43b594ecf5f313519d3fd8acce57fa2f]

        #95155# XSeekable implementation was removed from package-XInputstream. I have to adapt my implementation.

2002-03-07  Andreas Martens  <ama@openoffice.org>  [bb83bd2fb7e6d8e0b283e1331d3def412f737908]

        Fix #96678#: Vertical ruler

2002-03-07  Oliver Specht  <os@openoffice.org>  [c6fae523c8236f9aa7e7776cfa09525342629cdb]

        #96678# enable right alignment of the vertical ruler

2002-03-07  Oliver Specht  <os@openoffice.org>  [6a3cc35be69e471358777d2eb229d0143fd26bdf]

        #96678# enable right alignment of the vertical ruler

2002-03-07  Oliver Specht  <os@openoffice.org>  [74f65c97da73c80b070be6a5616afa24cd12e9cf]

        #96678# enable right alignment of the vertical ruler

2002-03-07  Daniel Boelzle  <dbo@openoffice.org>  [eb09cbc34e4742defbf0155eeaf5604f7b17f85a]

        #88919# deliver security idl

2002-03-07  Armin Weiss  <aw@openoffice.org>  [3467986740e73a7990fe888418c2a998c98139c0]

        #97981# go back to IM_DEEPNOGROUPS runthrough for snap to object comparisons

2002-03-07  Andre Fischer  <af@openoffice.org>  [bc9cb269911a473566ca058ade620b3561522404]

        #95585# Corrected some method signatures.

2002-03-07  Oliver Specht  <os@openoffice.org>  [5ea69d60143762a0aad28ecd96ff4e92c4337c99]

        #96678# enable right alignment of the vertical ruler

2002-03-07  Andre Fischer  <af@openoffice.org>  [3412e1f7b8261d2a946313075cf93933113c57f5]

        #95585# Corrected some method signatures.

2002-03-07  Oliver Specht  <os@openoffice.org>  [6516a8d80f84720abe4a88d07bedd8dae98cfe7e]

        #96678# enable right alignment of the vertical ruler

2002-03-07  Oliver Specht  <os@openoffice.org>  [15b47343a670870a1aa7677347310ac4d74fad32]

        #96678# dispatcher execute of tab stop changes corrected

2002-03-07  Oliver Specht  <os@openoffice.org>  [8c5c10c79b34682e5de141d72ee47f71e8cb1e79]

        #96678# enable right alignment of the vertical ruler

2002-03-06  Kurt Zenker  <kz@openoffice.org>  [95999222f6c13d29e5a25c85baa0cdd349515452]

        new version for SRX642

2002-03-06  Eike Rathke  <er@openoffice.org>  [862b684ecb9f93b7c6e4a271edac1003dacb294b]

        #88420# remove GNUcollator.xml component description and corresponding service descriptions

2002-03-06  Andre Fischer  <af@openoffice.org>  [ba52ea1af979d5f32c03dbfd494211a6e28d9267]

        #95585# Initial revision.

2002-03-06  Andre Fischer  <af@openoffice.org>  [fd9713807e0d0646d1232fabf8abbfd025378ab9]

        #95585# Initial revision.

2002-03-06  Andre Fischer  <af@openoffice.org>  [f2d364b01dae0007a8520f450f6ba1b93b4c2ee0]

        #95585# Name and description generation changed.

2002-03-06  Andre Fischer  <af@openoffice.org>  [409e770ab593f326b332d60ca379fd8f79042d93]

        #95585# Added new files.

2002-03-06  Andre Fischer  <af@openoffice.org>  [147c08432f3d3306690f251576cfbfbe8819e807]

        #95585# Initial event handling.

2002-03-06  Andre Fischer  <af@openoffice.org>  [2c07b9c61b655977a019ab4db0db8661e82318f3]

        #95585# Initial revision.

2002-03-06  Kai Ahrens  <ka@openoffice.org>  [8b24b9135e63d7035b5652b2d318e0952d0270f3]

        #97052#: added high contrast mode

2002-03-06  Andre Fischer  <af@openoffice.org>  [a8177a1fd2a27c967e6d376daaf40925b69f02b0]

        #95585# Integrated event handling.

2002-03-06  Kai Ahrens  <ka@openoffice.org>  [f7714600665ef07e8fc5da5bd5bcbb866828c71f]

        #97052#: added high contrast mode

2002-03-06  Andre Fischer  <af@openoffice.org>  [97bf4b9ea053210a14810a9003403add3d2b1d85]

        #95585# Added new file.

2002-03-06  Andre Fischer  <af@openoffice.org>  [8ba1ead75ea7877a1a8889527350f613d54f0347]

        #95585# Integrated event handling.

2002-03-06  Joachim Lingner  <jl@openoffice.org>  [441ad15774e733261cc77f78931f558cf535a4a1]

        #97245# -enableassertions entry in java.ini is now passed on to the JVM correctly

2002-03-06  Andre Fischer  <af@openoffice.org>  [96dda5e5f6f45c8e3563d2f14c116f57ec12cfe3]

        #95585# Initial revision.

2002-03-06  Andre Fischer  <af@openoffice.org>  [ef3416321a735acc50075583535582ce3d69c073]

        #95585# Name and description generation changed.  New event handling.

2002-03-06  Andre Fischer  <af@openoffice.org>  [6d344213f83aa82acaf314360d751e8bfbf406e8]

        #95585# Minor change of documentation.

2002-03-06  Andre Fischer  <af@openoffice.org>  [477292e107d501ad1a36378a44339a16bf9d3877]

        #95585# Initial revision.

2002-03-06  Frank Schönheit  <fs@openoffice.org>  [487e5ae03838a841952a1a61430f603131eddcd8]

        #97969# take the result set concurrency into account when determining the available options (insert/update/delete)

2002-03-06  Daniel Boelzle  <dbo@openoffice.org>  [c58d209b788f1c831df967e4d2700bac7d5d57c3]

        #97409# added missing attributes to dtd

2002-03-06  Frank Schönheit  <fs@openoffice.org>  [366066dd59ae936d7f7a63211f2b3c50d10e1ed8]

        propertyChange: acquire the SolarMutex

2002-03-06  gt  <gt@openoffice.org>  [3f882d5f7eb8d94ec19fc51623d967e46e732d3d]

        #97571# correct fetching colors from sys-settings

2002-03-06  Daniel Boelzle  <dbo@openoffice.org>  [747fd62d2e6ea1050598f5e57deb0732ad9a2907]

        #97696# text xml file

2002-03-06  Daniel Boelzle  <dbo@openoffice.org>  [110783b1a5c985b57840ea1e57b9a8d7ff937bc1]

        #97409##97672##97696# fixed missing properties/attributes

2002-03-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ba586dd6a6b6a9c9ed8037b377d0b42d27a495d1]

        #i3114# change to YACCTARGET

2002-03-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68e677f16806679ef43a22aff0185c7055ffe1c9]

        #i3114# change to YACCTARGET

2002-03-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1f0910c48ba06ae3df43204fca49c208d59ca63d]

        #i3114# change to YACCTARGET

2002-03-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [85fb7bba2be6a413de7fa161113d0c99a44656d8]

        #i3114# change to YACCTARGET

2002-03-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [01613278293b4029468b15248c8a051c7f593fd7]

        #i3114# change to YACCTARGET

2002-03-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e7a1936fe81d1252c07de03c37bb9ca8a473730e]

        #i3114# change to YACCTARGET

2002-03-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [16c331c18590be4dd6bd42b8eaa0b83065a424ba]

        #i3114# accept different output namings (bison ver 1.2x/1.3x)

2002-03-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6e6a9307894bb3f9935940094e6c2d9d66432f53]

        moved to own module

2002-03-06  Mathias Bauer  <mba@openoffice.org>  [1a4c67d19713434cad20bf50fa650bb1ddfbdefa]

        #97970#, IZ#3292#: avoid name clashes with vcl

2002-03-06  Philipp Lohmann  <pl@openoffice.org>  [76d933d809264bfa57ea3bf10ffae35f83ac95a6]

        #97968# #i3206# make the sawfish workaround default behaviour

2002-03-06  Michael Brauer  <mib@openoffice.org>  [fe93df08161d7011f1b8aaba8e28d0c09628084b]

        #95586#: ACCESSIBLE_LAYOUT define

2002-03-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba861c822c6cde9dd9df63e87ded2508ba9add45]

        #65293#: never free() something you got from new

2002-03-06  Kai Ahrens  <ka@openoffice.org>  [0023b9e0261d1edeedf8a79afad4918740c234d7]

        #97052#: some colors are taken from settings

2002-03-06  Philipp Lohmann  <pl@openoffice.org>  [93729a01a3662dc1dca74e1302acebcd2e5a064a]

        #97829# #i1991# #97954# fixed typo

2002-03-06  Kai Ahrens  <ka@openoffice.org>  [7306be07514a17bf70d456a8413a0ec43cb1f304]

        #97052#: some colors are taken from settings

2002-03-06  Philipp Lohmann  <pl@openoffice.org>  [c7ba3eb64e6f4ed1f07c80b199e326acaaac195c]

        #97829# #i1991# #97954#

2002-03-06  Daniel Boelzle  <dbo@openoffice.org>  [d039bd2c277106fa66b6c3f39ca6cd53766a77d5]

        #96228# recursive lookup

2002-03-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [f09f65c3eb175bfe4fe36381e9dcf90dce1bf778]

        #65293#: syntax

2002-03-06  Andreas Martens  <ama@openoffice.org>  [3cb6723260e041c99e1d527de0884f3b78d48a01]

        Fix #97725#: An unicode font seems a better solution

2002-03-06  gt  <gt@openoffice.org>  [0a9358ec028abc369c71f4251f588bfbf9e24e8b]

        #97365# A11Y for SvxRectCtl

2002-03-06  Daniel Boelzle  <dbo@openoffice.org>  [36479b4b00482605ffd02568d7d9e5d10a92b63e]

        #96228# lookup recursively for netscape/mozilla plugins

2002-03-06  Michael Brauer  <mib@openoffice.org>  [ede32f3634d70813895119462716eba8432715fc]

        #95586#: Foot- and Endnotes

2002-03-06  Oliver Specht  <os@openoffice.org>  [4770302d9eb9022b7bdac94d01065526cc97499d]

        #96678# prevent assertions in Invalidate()

2002-03-05  Kurt Zenker  <kz@openoffice.org>  [9643cae230440c986192f36efaa73a9545b0ca91]

        new version for SRX642

2002-03-05  Kurt Zenker  <kz@openoffice.org>  [33cf23a12de4986df11acc8af75cfeeff58afd72]

        new version for SRX642

2002-03-05  Kurt Zenker  <kz@openoffice.org>  [27d05daf36adbb80266f50ba98f4ccea3a85c613]

        new version for SRX642

2002-03-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5a74a753f4140b97d1af9ed7edcf0b3ecfaff7d2]

        #65293# support cywin zip

2002-03-05  Kurt Zenker  <kz@openoffice.org>  [6cf2a9f1f9b480a5e03bba60684a7475a05a2c0c]

        new version for SRX642

2002-03-05  Daniel Vogelheim  <dvo@openoffice.org>  [bf71c584df08b7de085253c3b75e0800436d6bde]

        define ITEMID_FIELD to prevent problems with indirect include of flditem.hxx

2002-03-05  Andre Fischer  <af@openoffice.org>  [deaacae0965239722a90854553e7955cd4fb0221]

        #995585# Added first resource.

2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [43afbb600bb7cc0086b07d22b8b22f8252fb8a50]

        #65293#: syntax

2002-03-05  Kurt Zenker  <kz@openoffice.org>  [7352b7bb5419401bf99d6f646a0f8bccd43dce9e]

        new version for SRX642

2002-03-05  Frank Schönheit  <fs@openoffice.org>  [36ab1103e79470155db95be7727791818945881b]

        #97087# dialog control model: don't allow NULL argument

2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [02c2635be8600f814f9f43e511df960a6893cd61]

        #65293#: syntax

2002-03-05  Sascha Ballach  <sab@openoffice.org>  [f8af5adf0c386831538711ba2bead506ddbdb682]

        #95584#; add first step of RelationSet implementation. Relations between shapes are missing

2002-03-05  Sascha Ballach  <sab@openoffice.org>  [614fe1d269ae0e5797e74c87e3b45140bc3be300]

        #95584#; remove own getLocale method

2002-03-05  Sascha Ballach  <sab@openoffice.org>  [6968be3fa399ffba7f475ff9f55ae2a47b3c939f]

        #95584#; only one relation per type

2002-03-05  dc  <dc@openoffice.org>  [d5175c1e6a070afa0d96e4878c0c8dcc5291fff4]

        cvs-binary overloading via environment variable

2002-03-05  Kurt Zenker  <kz@openoffice.org>  [2112ae0dcd0cce0c4d2dbc6fed6062485a884b54]

        new version for SRC652

2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [453fb44af43aee9887d4b2fa39030e253761fff9]

        #65293#: includes

2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ebe0644d8ca517878a9828c70ea7dd83cc6b4f8]

        #65293#: removed duplicate valueacc.obj

2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [91f0c66ac1daa95f80609b6fcdc527b6f96108e7]

        #65293# syntax

2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9810c0e115404cee0e90fa36a75d76623c9eb6b]

        #65293# syntax

2002-03-05  Daniel Boelzle  <dbo@openoffice.org>  [b009cc759c8f6996ace3908e2b389ddf7682fc3e]

        #88919# removed static strings

2002-03-05  Kai Ahrens  <ka@openoffice.org>  [29f1cdb9868149f858b505a7126b073bce306b5e]

        #65293#: syntax

2002-03-05  Kai Ahrens  <ka@openoffice.org>  [4648266285d1359f79bc6a94176d6832193d151a]

        #65293#: syntax

2002-03-05  Caolán McNamara  <cmc@openoffice.org>  [12428b29470d62d45efb856577ca72fc35c65e7a]

        #i3273# last para after h/f broken

2002-03-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05b701320e23ca40d97014c8055a74c762478297]

        #65293# local jarfile inserted with wrong path

2002-03-05  Kurt Zenker  <kz@openoffice.org>  [ee0b8ae4a9d7b3360ff08b3a35485aaae04757a5]

        new version for SRC652

2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0f94093d43e8aef25055795f42232dab03650bc]

        #65293#: include <stdarg.h>

2002-03-05  Kurt Zenker  <kz@openoffice.org>  [07ac3a8ee7ff274bdb58378e0ee584a3870f1757]

        new version for SRC652

2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [bce0a6df269561d0dec4fb97a00210c38fc7a2e7]

        #65293#: namespace

2002-03-05  Daniel Rentz  <dr@openoffice.org>  [b56f45a7be84131470685ff170b9fad5952822f8]

        #97742# cursor control in selection area fixed

2002-03-05  Philipp Lohmann  <pl@openoffice.org>  [f7fb93a053365a1b37bf6f5445521176483637d0]

        #95861# remove old files

2002-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2827404c18700f8b9cf1b8ff2330cf45b8afbba3]

        #65293#: obsolete

2002-03-05  Kai Ahrens  <ka@openoffice.org>  [5ccb45a7f921ae04701cd49abc8cd375e6764bac]

        #65293#: syntax

2002-03-05  Mikhail Voitenko  <mav@openoffice.org>  [5d79bab2248b2c713743d2f13066f747fa10bb65]

        #97932# now the storage format can be unknown

2002-03-05  Mikhail Voitenko  <mav@openoffice.org>  [4226ab519ceac42c13c9167d77a75c660794c575]

        #97932# set the IsRoot property

2002-03-05  Daniel Boelzle  <dbo@openoffice.org>  [1ca95ff137e4e0836081b878ff014998cbcfd38e]

        #88919# opt avoiding acquire()/release() calls

2002-03-05  Jörg Budischewski  <jbu@openoffice.org>  [1646c90dc2635357af205b01f9e5ce768aa5ba37]

        #97580# by B.Cameron : skip() is now int64 save

2002-03-05  Caolán McNamara  <cmc@openoffice.org>  [083a9cd97dc7592289887ac1899a5473ca64d619]

        #i3273# underlying style list level not relevent to word for applied numbering

2002-03-05  tpf  <tpf@openoffice.org>  [f63cb5ac9ae4bea468725e65799e801f4d4f524d]

        #97825# rename Level to LogLevel to avoid name clash

2002-03-05  Stephan Schäfer  <ssa@openoffice.org>  [7511526a5bec4fefddfd5a6d1f95ed5de4369b4d]

        #97021# support HC mode

2002-03-05  Stephan Schäfer  <ssa@openoffice.org>  [7f67710b006f00aa7833400f016c5c0c7f2ccf61]

        #97021# support HC mode

2002-03-05  Oliver Specht  <os@openoffice.org>  [c46b1eda1e52d2fe7eb7b04604c0e53b1c22afd0]

        #96966# mask color changed to magenta, id for drawing image corrected

2002-03-05  Oliver Specht  <os@openoffice.org>  [1afb14a0fcabebca4659a1c332984fc71ac7f321]

        #96966# changed draw objects to drawing objects

2002-03-05  Oliver Specht  <os@openoffice.org>  [2dc4b9321eda490e775c1c7ec9228c52207d61af]

        #96966# english_us corrected

2002-03-05  Peter Burow  <pb@openoffice.org>  [fa37745ce5acb3a75c93d4f38deea09c1fb99c67]

        fix: #97358# accessibility for our ListBox

2002-03-05  Peter Burow  <pb@openoffice.org>  [247d6cd49bbd25549e7aa06b266b128725c419ae]

        fix: #97358# accessibility for our ListBox

2002-03-05  Michael Brauer  <mib@openoffice.org>  [f744414b4a6c11cfb4d282c7a9111ad6bcc64d5a]

        #95586#: Get accessible context by calling gatAccessibleContext

2002-03-05  Oliver Specht  <os@openoffice.org>  [733908207b3f5a0626284675b11f558930495371]

        #96966# label for token window inserted

2002-03-05  Oliver Specht  <os@openoffice.org>  [5a83cf6e1e2168df96c615a0ba4afb4aa0013646]

        #96966# label for token window inserted

2002-03-05  Stephan Schäfer  <ssa@openoffice.org>  [1328c9b79b5783ccc69b7d7a2d76a0b8bb3f5e51]

        #96983# avoid changing current item while focus is in a toolbox child

2002-03-04  Kurt Zenker  <kz@openoffice.org>  [e0854c2adbd66286026760f97c29c5e17747c606]

        new version for SRC652

2002-03-04  Rüdiger Timm  <rt@openoffice.org>  [1ccecab12c5baea71bc3689d36b72c9198f634c3]

        new version for SRC652

2002-03-04  Kurt Zenker  <kz@openoffice.org>  [74118af7018c8c0dcf6ca7b563e67d296d414712]

        new version for SRC652

2002-03-04  Niklas Nebel  <nn@openoffice.org>  [e1003f310a5719066a44f0cbe3ed0ce79671a690]

        #97032# ITEMID_FIELD must be defined before including EditEngine headers

2002-03-04  Thorsten Behrens  <thb@openoffice.org>  [1467961e0556e79dd1b8e3f979489d86c12b1cc2]

        #96948# Completed view functionality

2002-03-04  Armin Weiss  <aw@openoffice.org>  [fda8bc75d01751b062f18e3683a8a188815c0b87]

        #90129# restrict object movement using cursor keys to WorkArea

2002-03-04  Daniel Boelzle  <dbo@openoffice.org>  [38f626d165f27202f39faa8e24f6dec7e66a5578]

        #88919# access controller implementation and bugfixes

2002-03-04  Frank Schönheit  <fs@openoffice.org>  [f60bedd1d307894c1b0ff9d31968a06cdf3b417f]

        #97515# VCLXListBox::SelectHdl: keep the object alive while calling the listeners

2002-03-04  tpf  <tpf@openoffice.org>  [842704fd9b60a36db777a5b9518ce063accfad82]

        #97825# changed XLogger interfaces to obey the JDK 1.4 final interfaces

2002-03-04  Stephan Schäfer  <ssa@openoffice.org>  [1874ecc464bb780e0fa7a4a7eb943f2ca0dd9718]

        #96983# restore last active toolbox item on getfocus

2002-03-04  Frank Schönheit  <fs@openoffice.org>  [60ed7e358dbc7b3defe587e918370914ad3dc79f]

        #97921# Up/Down/First/Last: call the base class to ensure that the links/handlers are called

2002-03-04  Kai Ahrens  <ka@openoffice.org>  [08169489e515bb9c60d21f0c4875f34fcd4e7c65]

        #97052#: added DRAWMODE_SETTINGS_XXX

2002-03-04  Andre Fischer  <af@openoffice.org>  [f0f0f0efc8f2dcdd13ebfb78cfcff58169764350]

        #95585# Added resources for accessibility.

2002-03-04  Andre Fischer  <af@openoffice.org>  [79226045bd20cef5188f24980e20d56182ee6e00]

        #95585# Added first string resources.

2002-03-04  Carsten Driesner  <cd@openoffice.org>  [ff5b140c29adac6f1f4d43abb681f181258f0e17]

        #96958# Support for high contrast mode

2002-03-04  Andre Fischer  <af@openoffice.org>  [da3e69b6d04f611ac97411531776e7e88312d84d]

        #95585# Added DescriptionGenerator.hxx to delivered headers.

2002-03-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0e6d5b4cdd464f96647122ddbc89355142775ee3]

        #65293# first support for *.zip archives

2002-03-04  Armin Weiss  <aw@openoffice.org>  [0a95e71fd98fccd74126475ab807709ef6dcb301]

        #91853# Needs to be set since default is SDRTEXTHORZADJUST_BLOCK

2002-03-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8ee4a7e3d5e5b4db17c139d5f510630a4ba6a78]

        SRC652

2002-03-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [82cfe1189f54bb51916431066ddc5af3a26549be]

        #65293#: add -fno-strict-aliasing and reenable O2 level optimizing

2002-03-04  Andre Fischer  <af@openoffice.org>  [769558875751f8afd84859d2a51dbc9ed790165c]

        #95585# Added first string ids for accessibility.

2002-03-04  Andre Fischer  <af@openoffice.org>  [a79be11295fda07f498e39af253823651773a40d]

        #97772# disposing now supported.

2002-03-04  Andre Fischer  <af@openoffice.org>  [d3070cd05f67dedcb66dcef93cd474ae91dc83df]

        #97772# showAccessibilityTree catches now exceptions.

2002-03-04  Malte Timmermann  <mt@openoffice.org>  [b3c511a8f86789ec0eda743349f6e8b9d3e43c56]

        #97034# AccessibleEventBroadcaster

2002-03-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3ac51a8333edab0dd87fc6d7641926cf0a83b92]

        #65293#: added STLport-4.5.3 patch

2002-03-04  Tomas O'Connor  <toconnor@openoffice.org>  [d4bc2730f1d2088e5d4537ce7eb7333822c747d6]

        Add Office Bean to odk project

2002-03-04  Daniel Vogelheim  <dvo@openoffice.org>  [801f7fda46b04c5159a3dc41b125effa315989c1]

        - removed import statements for local calsses (causes problems in Java 1.4) - removed PropertyChangeListener in AccessibleObject (causes problems with newer IDLs)

2002-03-04  Oliver Specht  <os@openoffice.org>  [c8be147bafb4b27ac34f5db8ab36ca613d9cbce4]

        #97664# title string for rename group dialog added

2002-03-04  Sascha Ballach  <sab@openoffice.org>  [38cdec2a7badf08d97adc302ba4a22ded4212cb1]

        #95584#; GetBroadcaster is a logical const method

2002-03-04  Frank Schönheit  <fs@openoffice.org>  [cf8789f14f884ae2c2fef75093791cea9b50eea3]

        #97083# some new service names

2002-03-04  Frank Schönheit  <fs@openoffice.org>  [fc54740f49edf47a39945b31021903da0df0ce50]

        #97083# correctly register the model implementations

2002-03-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2f1c059b2df73a50209f2b1b0e968741c793ff57]

        #97909# fix for slow lookup of jar files

2002-03-04  Sascha Ballach  <sab@openoffice.org>  [78aa8cf267ab2209aaaf0a299a6831545ff41d6b]

        #95584#; add EditViewForwarder support

2002-03-04  Sascha Ballach  <sab@openoffice.org>  [642361e5c3cf7b259944b6a1bc87c8bef45f6ed9]

        #95584#; ask whether ViewData exists

2002-03-04  Sascha Ballach  <sab@openoffice.org>  [6f50c527255f739b952f4fff7e50c9093d8f5113]

        #95584#; add Broadcaster support

2002-03-04  Sascha Ballach  <sab@openoffice.org>  [bc24ca8b9da7780a42bfb70c532510465dcc6f26]

        #95584#; add assertion to find out whether UpdateData is called without a EditEngine

2002-03-04  Frank Schönheit  <fs@openoffice.org>  [9c126f8e94cbfed032b96f73611551424068d37e]

        #97083# preparing migration of the registration process to the OFormsModule class - sample implementation already done for ODatabaseForm

2002-03-04  Frank Schönheit  <fs@openoffice.org>  [388f54a5f8b14e97f093463498dcccb3367c4181]

        outlined getParent for code size (and debugging) reasons

2002-03-04  Frank Schönheit  <fs@openoffice.org>  [686559b31b926a99454c9a34349083f268430deb]

        #97083# +formsmodule

2002-03-04  Caolán McNamara  <cmc@openoffice.org>  [119cc7f7dbde44cb18ef8a776d0321bf13cd4c5f]

        #96678# inline graphics vertical mode adjustments {im|ex}port

2002-03-04  Ocke Janssen  <oj@openoffice.org>  [5c69c8f63d0c36cefd6c4ba15eda50efd853c7e5]

        #97043# new paramter for order dialog

2002-03-04  Ocke Janssen  <oj@openoffice.org>  [99fa57326c502d37c757c02a231fab48ff740d64]

        #97043# new function to register order dialog

2002-03-04  Ocke Janssen  <oj@openoffice.org>  [915284f70a3ce9315e0f411ae29be4300d6c3bb2]

        #97043# two new files

2002-03-04  Ocke Janssen  <oj@openoffice.org>  [8f4955ffdfce027369fe10397dc910eac1b975eb]

        #97043# enable order crits

2002-03-04  Ocke Janssen  <oj@openoffice.org>  [52ec1270e8745bcec5482605f1b0b4dc0069de00]

        #97043# enable the order dialog again

2002-03-04  Daniel Vogelheim  <dvo@openoffice.org>  [e0941408c5bce5e1bac3811a3c9775d75b53b40b]

        #95586# implemented XAccessiblteText::getIndexAtPoint()

2002-03-04  Oliver Specht  <os@openoffice.org>  [28911f854f1f483a40501c2263754bee7da23092]

        #97609# StateStyleSheet: don't access member pView in state method

2002-03-04  Christian Lippka  <cl@openoffice.org>  [eda9941905d047bd7658e99b3f62446bf4818295]

        #93605# fixed height for pages

2002-03-04  Frank Schönheit  <fs@openoffice.org>  [8fbfd0432a6c033d1f1a3acb5081b8fb52940fb5]

        removed propertyhelper - file is obsolete

2002-03-04  Ocke Janssen  <oj@openoffice.org>  [6552e982adcc9bb13b22d725d180eb956794ce16]

        #97788# new character set Big5-HKSCS

2002-03-04  Ocke Janssen  <oj@openoffice.org>  [b3c729a6d5ec195abce7d8a4b0c7719a63028eea]

        #97788# new character set Big5-HKSCS

2002-03-04  Oliver Specht  <os@openoffice.org>  [86dbf8ea7d38fe4b0b1955b3ff86fa75ca3f8caf]

        #97664# rename of drawing objects implemented

2002-03-04  Christian Lippka  <cl@openoffice.org>  [f6cc7b1ba24efd0e422d2452aa808db6ab9d7c39]

        #97512# fixed resource merge problems

2002-03-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e6f84b996bf7ab9824870e65d091868bac0f280f]

        #65293# win32 without 4nt; several fixes...

2002-03-01  Andre Fischer  <af@openoffice.org>  [59d7e5cda177f560c4b0ac6c492b70955450f35c]

        #97772# Added first support for event notifications.

2002-03-01  Caolán McNamara  <cmc@openoffice.org>  [c9b7c0935aa7d53bdb244758192b09936e9f03bc]

        #i3288# change default wrap distance for elements to word's default

2002-03-01  Armin Weiss  <aw@openoffice.org>  [a692a2126c9424119a5f0918d682d2fd1d6843c8]

        #97849# Forgot to move the includes for the bugfix to the top of file

2002-03-01  Armin Weiss  <aw@openoffice.org>  [db6cbe5547cb471d497e3f01565aa74056d831ba]

        #97870# when hatch background is activated, use object fill color as hatch background color

2002-03-01  Caolán McNamara  <cmc@openoffice.org>  [11e36c4a3a40c709544c2411d18cb6cbb38826fc]

        #i3288# change default wrap distance for elements to word's default

2002-03-01  Daniel Vogelheim  <dvo@openoffice.org>  [5bb6a6cee08932b51025a3cd2e6076abce5ec1ae]

        #95586# implemented XAccessibleText::setSelection() also added several DEFUNC checks and SolarMutex locks

2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [3517e4fb9e829e080c728dddabec25b6d11d717e]

        #95499# send stderr to /dev/null when querying for system commands

2002-03-01  Kai Ahrens  <ka@openoffice.org>  [81a41b0d8aeca53ddf1e00b9374e83aa49658e82]

        #97856#: added high contrast support

2002-03-01  Sascha Ballach  <sab@openoffice.org>  [d8444aa24c16c68f043595944755c8b323ae367f]

        #95584#; add a Clone method

2002-03-01  Sascha Ballach  <sab@openoffice.org>  [2ee613894d5e199a369489e0716c45182ac7d482]

        #95584#; make the Clone method working

2002-03-01  Armin Weiss  <aw@openoffice.org>  [1c0880d75f06be80a492c281d1f19b4466891117]

        #97849# when in a Draw/Impress binary import the anchor pos is set it's an error. So, when could figure out that a Draw/Impress is running, correct that position to (0,0). Anchor is not used but with 6.0 and XML no longer ignored in Draw/Impress so this correction needs to be made for objects with that error. These could be created when copying back anchor based draw objects from Calc or Writer to Draw/Impress, this did not reset the anchor position.

2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [b2bd677fca3348ab041c7cfba6f1be731f1d5477]

        #96578# disable next button if command is empty on fax or pdf command page

2002-03-01  Ocke Janssen  <oj@openoffice.org>  [b1196d897b4618900b79f7390005505d86918027]

        #97850# correct F6 handling

2002-03-01  Daniel Boelzle  <dbo@openoffice.org>  [97e176c9a128a47c22e4e968912c6978d8e500a9]

        #88919# added UNO_AC_USERCACHE_SIZE

2002-03-01  Christian Lippka  <cl@openoffice.org>  [2bd4fec26e5909c932c5f7e1601bbd880628f826]

        #97649# added support for automatic bullet color

2002-03-01  Christian Lippka  <cl@openoffice.org>  [082f3010bed980cf2125b6ffbd011a2df1c7e753]

        #97649# added support for automatic bullet color

2002-03-01  Oliver Specht  <os@openoffice.org>  [bc9284da84b2795a0c4bfee94f481fa61d182f8c]

        #97865# use basic container instead of GetBasicManager()

2002-03-01  Caolán McNamara  <cmc@openoffice.org>  [114b991d8c4839d1bf8a404c32e2322c65c46b9a]

        #96678# export environment frame direction

2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [01c9b763ca4a4c5b39c5f83f5791b2012912a5cd]

        #96831# remove unnecessary assertion

2002-03-01  Rüdiger Timm  <rt@openoffice.org>  [cc64a0d85089c2107e6abc48c113949c64863a41]

        #87576# keyevent added

2002-03-01  Christian Lippka  <cl@openoffice.org>  [4db043e1c5887257f29d047df73d57b34b4c7e11]

        #97649# changed text default color to COL_AUTO

2002-03-01  Daniel Vogelheim  <dvo@openoffice.org>  [472971967857cbd63e02b19b9ab2560682056a46]

        #95586# full implementation of XAccessibleText selection and caret methods

2002-03-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ac5e0aa981e23e065507bb4d090de6c12a441e48]

        #i3280# more verbose in case of detection error

2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [bbc0506ccd67a9590c95f6dafa6a660a88df2c42]

        #95861# remove files no longer needed

2002-03-01  Daniel Boelzle  <dbo@openoffice.org>  [154aa8a96f2978045fce8d67a3d1fb601682152f]

        #88919# docu change

2002-03-01  Kai Ahrens  <ka@openoffice.org>  [7ef5351efc2d4ff465fe812651d688da9574ae04]

        #97856#: added high contrast support

2002-03-01  Rüdiger Timm  <rt@openoffice.org>  [6d23cdecc992ce8e11b539fd8817c9c352be44cc]

        #87576# sc does not use ITEMID defines out of svx (due to sc/inc/scitems.hxx).

2002-03-01  Christian Lippka  <cl@openoffice.org>  [6950a208b160cc8c95b90185e4454129671d562e]

        #97649# allo auto color for draw/impress

2002-03-01  Daniel Rentz  <dr@openoffice.org>  [e865c5d71ea6904de4727e2f59071bea8f496bfb]

        #97742# DataPilot layout dialog keyboard acc.

2002-03-01  Kurt Zenker  <kz@openoffice.org>  [59633e7b04e9f7311883a7e15faad0186461891c]

        new version for SRX642

2002-03-01  Oliver Specht  <os@openoffice.org>  [146d791a10b0ce5695bcface9d916fed9d1071e6]

        #97658# id corrected

2002-03-01  Rüdiger Timm  <rt@openoffice.org>  [d774d5bd2071ba67fc31e2586ea26d4abb49ef7f]

        #87576# We need to link against TOOLSLIB and UNOTOOLSLIB because of MAV's change in source/zippackage/Zippackage.cxx rev 1.78

2002-03-01  Kurt Zenker  <kz@openoffice.org>  [714a411b9c37cca12ebea9a422d46acc7b899798]

        new version for SRX642

2002-03-01  Armin Weiss  <aw@openoffice.org>  [7eb633e5b4a18b57c6036d6f940a11e1c0860ed6]

        #95491# member to hold state of the mouse buttons for creation of own MouseEvents (like in ScrollHdl), necessary member methods and move of implementation of virtual method MouseButtonDown(...) to the *.cxx

2002-03-01  Armin Weiss  <aw@openoffice.org>  [c92f5f1b2ade90f45f9673ad075b99ab96b0742b]

        #95491# remember button state for creation of own MouseEvents

2002-03-01  Daniel Vogelheim  <dvo@openoffice.org>  [c43f026fcf7069c6ae200fc0c7a1532a70e76f00]

        #97662# don't export two draw:name for Writer shapes

2002-03-01  Armin Weiss  <aw@openoffice.org>  [2d7bf498c8c867792549fa970dbdeaefb17747d0]

        #95491# Added new member to remember button state for creation of own MouseEvents, usage of them and moved implementation of virtual method MouseButtonDown()

2002-03-01  Caolán McNamara  <cmc@openoffice.org>  [98eabc5766dcdaaaf2da4aa5240989b338bc486e]

        #i3278# Default msword date field without options

2002-03-01  Christian Lippka  <cl@openoffice.org>  [3e7671c2c99870956748ac7d1807c67c396c3d19]

        #97512# added tabstop to value set

2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [ecc10549406dc25bc420889b678508e57c2e7d2b]

        #97829# #i1991# make compile on gcc

2002-03-01  Caolán McNamara  <cmc@openoffice.org>  [1563a968671515cfdf26723925732919f9f37693]

        #i3175# #i2803# Tabs and anchors reworked to allow tabs to be stripped from word paragraphs with broken tabstops

2002-03-01  Christian Lippka  <cl@openoffice.org>  [c3fb8b9d91222ea03a7f02a6bec269ff4b19a1b7]

        #96983# added WB_TABSTOP for toolbox controls

2002-03-01  Christian Lippka  <cl@openoffice.org>  [ead67ef9a6496197cf7ee23df8355c4286ac584b]

        #96983# added WB_DIALOGCONTROL for tab navigation in toolbar

2002-03-01  Stephan Schäfer  <ssa@openoffice.org>  [980112ef0709bf1893be7e8e97a0dd17689f35fb]

        #96972# use vector instead of list

2002-03-01  Sascha Ballach  <sab@openoffice.org>  [26d7ad5c6f9999cfeba8f93a6fcdd42ea60bff29]

        #95584#; add own getLocale method

2002-03-01  Sascha Ballach  <sab@openoffice.org>  [26073ba87d90c97cdd49eb64b588c0091d54738d]

        #95584#; add XAccessibleText support; copy getImplementationId method

2002-03-01  Sascha Ballach  <sab@openoffice.org>  [6384399612b8ac71fdbfeed00e3a1d4caabc1987]

        #95584#; add ScAccessibilityEditSource for Accessibility

2002-03-01  Sascha Ballach  <sab@openoffice.org>  [b2f28ad83f1adff8685e800e490981ef350c9705]

        #95584#; make GetTextForwarder virtual to use ScCellTextData as base class for accessibility

2002-03-01  Philipp Lohmann  <pl@openoffice.org>  [70d1304bce8c3e12dc1154fec7657d34e80b9aab]

        #96903#  make help buttons work

2002-03-01  Oliver Specht  <os@openoffice.org>  [81fabdc6f8871cc1f609106cb7910d52077cf612]

        #97718# invalidate footnotes via SwXUnoCallback, only

2002-02-28  Eike Rathke  <er@openoffice.org>  [2e045f25de90ec97aca42d5bebd507d76024e6fa]

        #97838# ScanType: no type detection inside of matching brackets if [$...], [~...]

2002-02-28  Niklas Nebel  <nn@openoffice.org>  [b31ef6c6232367c64d85d2291c932460ab31b19a]

        #95584# header cells and XAccessibleTable implementation

2002-02-28  Niklas Nebel  <nn@openoffice.org>  [ced7840486394f3c61dc25dd65cc57490ae1e740]

        #95584# header cells and XAccessibleTable implementation

2002-02-28  Malte Timmermann  <mt@openoffice.org>  [ddf78c379e669323da931adc61c8b0f1d62a19e7]

        #97032# GetBulletInfo

2002-02-28  Stephan Schäfer  <ssa@openoffice.org>  [b8f7708176f56d6093405faf6f112004db359be9]

        #96972# improved key and focus handling

2002-02-28  Stephan Schäfer  <ssa@openoffice.org>  [4dac95ae479af794044f6ed984f13dd829fa3008]

        #96972# improved hotkey handling for toolbar cycling

2002-02-28  Stephan Schäfer  <ssa@openoffice.org>  [0010ca46d2896e375b113575e9d2e7b8ee79afb0]

        #96972# make toolbars/floaters keyboard accessible

2002-02-28  Malte Timmermann  <mt@openoffice.org>  [e1f7f831ff521d11d5d25759bd7c173e64510aea]

        #97032# GetFieldInfo, GetCharacterBounds and more...

2002-02-28  Philipp Lohmann  <pl@openoffice.org>  [5d69af40f200403ce56af1898f40406740d1f1d2]

        #97312# adjust buttons to french and korean

2002-02-28  Nils Fuhrmann  <nf@openoffice.org>  [69ecf4ac083708696d1ad2efe5103b2b5518a024]

        Merge SRC641: 28.02.02 - 18:18:53

2002-02-28  Kurt Zenker  <kz@openoffice.org>  [926ba974c1759c56bdfbdc51c85a39b276003461]

        Merge SRC641: 28.02.02 - 18:17:53

2002-02-28  Nils Fuhrmann  <nf@openoffice.org>  [4950128cac6e3aa7dcaa0161f1486733fe9f11e9]

        Fix

2002-02-28  Oliver Specht  <os@openoffice.org>  [d95c3626edbbe40c8c4ea0637ee07c6c396b03e9]

        #97664# rename of drawing objects implemented

2002-02-28  Kurt Zenker  <kz@openoffice.org>  [5e92b50d1fa9907d14a94a4d13767c7b624cc547]

        Merge SRC641: 28.02.02 - 18:14:44

2002-02-28  Kurt Zenker  <kz@openoffice.org>  [79e85dda5e36ecaf4081dcc11533aee764123e21]

        Merge SRC641: 02/28/02 - 18:14:17

2002-02-28  Oliver Specht  <os@openoffice.org>  [f100c1ae16d2ac51034879de38b93ca704486b8c]

        #97664# support for named drawing objects added

2002-02-28  Kurt Zenker  <kz@openoffice.org>  [a1e9222e4455e40ddafdc1859257a713838916ac]

        Merge SRC641: 02/28/02 - 18:02:20

2002-02-28  Kurt Zenker  <kz@openoffice.org>  [5df6e926be3da43b1f3a54ce7261e39a870b64f9]

        Merge SRC641: 28.02.02 - 18:00:51

2002-02-28  Rüdiger Timm  <rt@openoffice.org>  [682aa3d2d1f41c66d5c8d80c43bfe5651551fdbb]

        Merge SRC641: 28.02.02 - 17:57:35

2002-02-28  Kurt Zenker  <kz@openoffice.org>  [017bad96b1cc781230b703b045b5a0f463962fe6]

        Merge SRC641: 28.02.02 - 17:57:21

2002-02-28  Oliver Specht  <os@openoffice.org>  [4428083c6a455f1c62b71492e0a013c55878be82]

        #97664# name modify link added

2002-02-28  Martin Hollmichel  <mh@openoffice.org>  [0432481a060aa24dfd0c46d3b06e630289e611d3]

        adding new file to HEAD

2002-02-28  Martin Hollmichel  <mh@openoffice.org>  [34cd64135e3c8762b569281022765e7c774206e9]

        adding new file to HEAD

2002-02-28  Daniel Vogelheim  <dvo@openoffice.org>  [d0cc1e39036248f0724d1dfcb73fd5e42d3a5243]

        #97718# don't crash if an XText can't deliver a paragraph enumeration

2002-02-28  Martin Hollmichel  <mh@openoffice.org>  [6cd0bbd8ce6ae2774fc61dacc0f81725ba038d79]

        adding new file to HEAD

2002-02-28  Caolán McNamara  <cmc@openoffice.org>  [6b44c270bafe8b2eb990639481634142d905905a]

        #97789# Sections are not allowed inside tables

2002-02-28  Martin Hollmichel  <mh@openoffice.org>  [9263dc4a4ba085bac0cef6f5c90470a52d9c508f]

        adding new file to HEAD

2002-02-28  Philipp Lohmann  <pl@openoffice.org>  [15b08791effa909305d9fbc8ff1a311867fcbe4a]

        #97829# updated psprint configuration

2002-02-28  nidd  <nidd@openoffice.org>  [17b526c3e94416c837d17f780d3dc734bc22896c]

        Fixed bug with gcc 3.X.

2002-02-28  Daniel Vogelheim  <dvo@openoffice.org>  [6125792fb5a1f67f459720e152a89b412c03fd17]

        #97260# moved entity defitions into a seperate file

2002-02-28  Daniel Vogelheim  <dvo@openoffice.org>  [14be45db650d15d6ae405b7e92cd3b595dcc1634]

        #96678# fixed vertical layout properties

2002-02-28  Daniel Vogelheim  <dvo@openoffice.org>  [2b1e02d65d28c5746520f35b77850122508d1839]

        #95586# SwPortionHandler::Text() now has portion type parameter Now also use #define for 'terminating' portion

2002-02-28  Daniel Vogelheim  <dvo@openoffice.org>  [788487dec950ea32277c4430d1b239132700f856]

        #95586# SwPortionHandler::Text() method has has portion type, too

2002-02-28  Armin Weiss  <aw@openoffice.org>  [81bd15cd1335d688d2319ec47d7408b6875aa376]

        #96731# Removed old bOnlyTextEdit mechanism and some JOEDEBUG statements

2002-02-28  Herbert Duerr  <hdu@openoffice.org>  [f451d6967655c9814f28c2f19e57ebc753ed983e]

        #97942# finish glyph outline generation in CTL case

2002-02-28  Frank Meies  <fme@openoffice.org>  [6829122e78bc5614930e1b03595ef74eece941ff]

        #95586# Accessibility - Handling of text portions

2002-02-28  Frank Meies  <fme@openoffice.org>  [6c76e70c31ef21bdf4c8bf21b425386a5b1d4166]

        #95586# Accessibility - Handling of text portions

2002-02-28  Thorsten Behrens  <thb@openoffice.org>  [5c6bba4112c0c72071bb284400f3be9e423b64bf]

        #96948# Corrected docs, factored out SvxEditSourceHintTranslator

2002-02-28  Thorsten Behrens  <thb@openoffice.org>  [7b03c44f7253a59a9b4a2464edab93af0fdc177a]

        #96948# Deliver unoedhlp.hxx

2002-02-28  Thorsten Behrens  <thb@openoffice.org>  [fae1d18a7547b350c85806cc4aff1aecf8065f4e]

        #96948# Corrected docs, factored out SvxEditSourceHintTranslator

2002-02-28  Philipp Lohmann  <pl@openoffice.org>  [14f4a49266f5206260b5e9f0780913c56dd8d5a0]

        #97829# #i1991# add font aliases

2002-02-28  Thorsten Behrens  <thb@openoffice.org>  [535180ef3f245298b9281d8ab643bc55edd53a38]

        #96948# Broadcast Beg/EndTextEdit

2002-02-28  Kai Ahrens  <ka@openoffice.org>  [140a69aaf3b72cb474dc74b7857aa6ad01c4b119]

        #96111#: use same string for <All> in all modules

2002-02-28  Kai Ahrens  <ka@openoffice.org>  [fd03488af96dd9234adbefad62e60bdb69511894]

        added functionality to collect bitmaps

2002-02-27  Niklas Nebel  <nn@openoffice.org>  [e8b9ee279faec717634b65764d2018e039905b6e]

        #95584# accessibility api for print preview

2002-02-27  Niklas Nebel  <nn@openoffice.org>  [e223d91e153d809df0701982f056bc725001c41e]

        #95584# accessibility api for print preview

2002-02-27  Daniel Vogelheim  <dvo@openoffice.org>  [bbb08df9767e0d6599929e72283caf731280c54c]

        #95586# added support for selection and character bounds

2002-02-27  Frank Meies  <fme@openoffice.org>  [c605b04940e72f0ca43b10bd8f40301e479ad816]

        #95586# Accessibility - Get coordinates for a position inside a paragraph

2002-02-27  Frank Meies  <fme@openoffice.org>  [c35f378c89a27a0fc94e32efd66819bf4ad411a3]

        #95586# Accessibility - Get coordinates for a position inside a paragraph - Assertion changed

2002-02-27  Frank Schönheit  <fs@openoffice.org>  [dc91833dc526528978f8a4efd17f9b8af49dbfe4]

        #97810# corrected signature of FmFormNavigationDispatcher::StateChanged

2002-02-27  Frank Meies  <fme@openoffice.org>  [0af4d64e5842f168f4b806feec806c510118bfb4]

        #95586# Accessibility - Get coordinates for a position inside a paragraph

2002-02-27  Mikhail Voitenko  <mav@openoffice.org>  [7f4bd5e20c945ecae2cd2bc43af9cd5616e1a262]

        #97587# truncate the original file before streaming in to it

2002-02-27  Stephan Bergmann  <sb@openoffice.org>  [32e00f8f907c2e35c42ce5546e1596521c9cbea1]

        #97801# Fixed mapping of Big5/CP950 A040--A0FE to Unicode.

2002-02-27  Thorsten Behrens  <thb@openoffice.org>  [061d7083afe8f0b9e6a4d6676097d9e3bd24ddc1]

        #96075# Need notification on OLE object's (de)activation

2002-02-27  Armin Weiss  <aw@openoffice.org>  [bfd75cb1076425c754de8f1cebf99f59a9d217d6]

        #97389# Wrong Maximum value in ressource MetricField MTR_FLD_TABSTOP.

2002-02-27  Armin Weiss  <aw@openoffice.org>  [7abd8bfa4db5014e03dcff69f8f39968d898d0b5]

        #97516# Commit knowledge about ruler visibility to SDOptions.

2002-02-27  Oliver Specht  <os@openoffice.org>  [e08c3172aae4fec8ce9bb562f47f9bc403201274]

        #97576# columns preview high contrast aware

2002-02-27  Oliver Specht  <os@openoffice.org>  [beecd64907bf98ba94849d05663233cfea63b005]

        #97576# page preview colors are high contrast aware

2002-02-27  Armin Weiss  <aw@openoffice.org>  [0550fdc27ebdc2a436cc3ae616ef9ac2e93869a7]

        #97172# In SdrUndoGeoObj::Undo and Redo there was in the case of a UndoGroup no SendRepaint() call for the group object itself. Added this.

2002-02-27  Kurt Zenker  <kz@openoffice.org>  [7376f3f745dcd26c2f9fa00f96941fa52829c3b1]

        Merge SRC641: 27.02.02 - 14:19:53

2002-02-27  Kurt Zenker  <kz@openoffice.org>  [3265fa9979b938656851e1dda33201f92e58035b]

        Merge SRC641: 27.02.02 - 14:15:02

2002-02-27  Kurt Zenker  <kz@openoffice.org>  [c86e448db002aec5dc183eebef4ee1337f10e4b1]

        last correct version 1.229

2002-02-27  Frank Meies  <fme@openoffice.org>  [88ced61b1e59705c69cac83cdbb83efb9b6bcfa1]

        #95586# HandlePortion implemented for SwKernPortion

2002-02-27  Kurt Zenker  <kz@openoffice.org>  [f097c7c74261ef46607770e0bfde4d4d28ea5073]

        new version for SRC641

2002-02-27  Rüdiger Timm  <rt@openoffice.org>  [0722a89eaf69d65f66351715991ff96e0b583e47]

        new version for SRC641

2002-02-27  Christof Pintaske  <cp@openoffice.org>  [a1e86b46eace2a8feef4f5619fa5a81219972271]

        #97803# create new key event with logical directionality

2002-02-27  Andreas Bille  <abi@openoffice.org>  [7fb67d3f1f3dd4510d14b103cdad2b288d7c312c]

        #97587# Added setting of size.

2002-02-27  Kai Sommerfeld  <kso@openoffice.org>  [0b02ac946291683a1090c2c2acddc858dc11f451]

        #97805# - Removed installuser

2002-02-27  Armin Weiss  <aw@openoffice.org>  [b5c5172820fb288086db3a3257c2d783c48766f3]

        #97016# correct defaults for DefaultObjectSizeWidth/Height set to 8000/5000

2002-02-27  Armin Weiss  <aw@openoffice.org>  [a77ef5121bc618b74fc40268b1c88e1e64c5cf2b]

        #97016# moved include statement to the upper end of file

2002-02-27  Oliver Specht  <os@openoffice.org>  [a4cf3134eb962baa08a9d6cce92b303a9d232dc5]

        #97579# high contrast of bitmap previve implemented

2002-02-27  Ocke Janssen  <oj@openoffice.org>  [b6f5e6fb8869d22f61e777709f525b97182f83a3]

        #97668# insert shortcut for view

2002-02-27  Ocke Janssen  <oj@openoffice.org>  [cb989c051da5b4ff2c6011b213d2245f883a56e0]

        #97666##97667# insert new helpids and unique ids

2002-02-27  Ocke Janssen  <oj@openoffice.org>  [fbdf14d9b348aeb515fb04ec193769d9119a9803]

        #97666##97667# insert new helpids and unique ids

2002-02-27  Stephan Wunderlich  <sw@openoffice.org>  [4f177376bf62318863ac7ae3dcf668f7b0788418]

        CHG: literal bug

2002-02-27  Michael Brauer  <mib@openoffice.org>  [9d065146c3fef1069b6b5e531ff425dd1de4c5bd]

        #95586#: Header/Footer accessibility

2002-02-27  Malte Timmermann  <mt@openoffice.org>  [c10d7a3642420e35ac3890becdae1cbf35d2cf75]

        #97034# VclEventListener

2002-02-27  Ocke Janssen  <oj@openoffice.org>  [a0e0a83ce10b5e4b8828bcda254f47acb8ebb630]

        #97755# invalidate add relation when controller was modified

2002-02-27  Michael Brauer  <mib@openoffice.org>  [d33c8605c966e750017db365555d65a6fabae48b]

        #95586#: Header/Footer accessibility

2002-02-27  Michael Brauer  <mib@openoffice.org>  [4b86a5896ebb982bd0114f7b2a83669f178ce7cf]

        Header/Footer

2002-02-27  Stephan Bergmann  <sb@openoffice.org>  [96f1a6594193c919306ffa0278868fd97a21129f]

        #97801# Track problems with round-trip conversion between HKSCS and Unicode.

2002-02-27  Stephan Bergmann  <sb@openoffice.org>  [8e571b4876cae431f582c0220b100308c6c7a84e]

        #97801# Fixed mappings from Unicode to Big5 et al (U+20XX, U+33XX).

2002-02-27  Oliver Specht  <os@openoffice.org>  [401a46d3a4d04583c03d080e0bbecbcf51a86775]

        #96678# ruler support for vertical text

2002-02-27  Oliver Specht  <os@openoffice.org>  [df0d362b64227e82267ac56cbd238eee9e19e92a]

        #96678# ruler support for vertical text

2002-02-27  Oliver Specht  <os@openoffice.org>  [ed1b1d50e3eb707ad38f486b3f4accb37eabc852]

        #96678# ruler support for vertical text

2002-02-27  Oliver Specht  <os@openoffice.org>  [ae29e8e8ec2a4e58b419f0c6cf54fb46d1f913c8]

        #97658# StarBasic string corrected

2002-02-26  Carsten Driesner  <cd@openoffice.org>  [9ffeb4931086c2bfcc5206f51455319427c9a801]

        #97557# Reset flags correctly to support skipping invalid cmdline args

2002-02-26  Stephan Wunderlich  <sw@openoffice.org>  [2dd6567cc65b8153440132fe5d27b1b14294b0e9]

        CHG: create map-file instead of exp-file

2002-02-26  Herbert Duerr  <hdu@openoffice.org>  [2c9b206a77c5326e5e0d4fa74780ce89f7c731b6]

        #97942# enable CTL support for meta files

2002-02-26  Oliver Specht  <os@openoffice.org>  [82aca6a9c01e67f14e0bcd08e998dfdc9c9513fe]

        #97682# prevent division by zero if no printer can be found

2002-02-26  Vladimir Glazounov  <vg@openoffice.org>  [40e788dc881f29d755aac4aa397d4f4188d38df7]

        #65293# corrected typo

2002-02-26  Mikhail Voitenko  <mav@openoffice.org>  [29d149bab9480626f1dcd7b5aecac39698844c15]

        #97587# simplify the solution

2002-02-26  Oliver Specht  <os@openoffice.org>  [c8f7dd295d053dc7d44a0b37cec0f9683f50f056]

        #96678# ruler support for vertical text

2002-02-26  Sven Jacobi  <sj@openoffice.org>  [7e98ae7d609e324a28ce31ba32cec6b76dda805e]

        #95618# do not play sound effects in full mode

2002-02-26  Rüdiger Timm  <rt@openoffice.org>  [4533625fea8e39beeed3674d9697886505a2c18b]

        Merge SRC641: 26.02.02 - 15:44:57

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [b4b06e6c3c32911ef0bf0bad4c752eda0f866bda]

        Merge SRC641: 26.02.02 - 15:37:06

2002-02-26  Armin Weiss  <aw@openoffice.org>  [74065d315722a699c390a33a586752690fe4aa56]

        #97016# Changed inline base implementation of virtual SelectionHasChanged() method to non-inline and added base implementation in .cxx

2002-02-26  Armin Weiss  <aw@openoffice.org>  [d388defb4c6c2f0be3351313af1947d126b84606]

        #97016# Added support for keyboard cursor travelling for handles

2002-02-26  Armin Weiss  <aw@openoffice.org>  [856e119e392778108f3454def25b9cab5033b3f2]

        #97016# Additions for keyboard cursor travelling over handles

2002-02-26  Sascha Ballach  <sab@openoffice.org>  [dcbf8d705b67c99d678b965dd28a6224dd2a81d9]

        #97772#; create makefile to make it possible to build with our enviroment

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [764dc6a3cbca13007e549f1751c3dc6b51d5a3c3]

        Merge SRC641: 26.02.02 - 15:25:02

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [89769097d15222f0f8d3470c0be7696440e78d70]

        Merge SRC641: 26.02.02 - 15:26:22

2002-02-26  Armin Weiss  <aw@openoffice.org>  [c93bb5d58d617640e227bef2436b40771386f37a]

        #97016# Sort handles. This was missing in ImpMarkPoint all the time.

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [9c9ce8ee07c3a66fa7d6e081934383fdeb8e472a]

        Merge SRC641: 26.02.02 - 15:24:01

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [457124761237467c1b5a8d592095c8b9b4cddf78]

        Merge SRC641: 26.02.02 - 15:21:41

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [9a8468eb8f91c271a2abfe5aeb8baa19e7275ddc]

        Merge SRC641: 26.02.02 - 15:25:10

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [27c3472a9f11b75a0618329ab92e9f41ae3eaec8]

        Merge SRC641: 26.02.02 - 15:21:12

2002-02-26  Armin Weiss  <aw@openoffice.org>  [c0585422998c252b26b8f0626c851a3545b1476a]

        #97016# Implemented support for handle cursor visualisaition/travelling

2002-02-26  Rüdiger Timm  <rt@openoffice.org>  [5625b9b445ed89f8ddd220c485a9e152067067cd]

        Merge SRC641: 26.02.02 - 15:19:48

2002-02-26  Rüdiger Timm  <rt@openoffice.org>  [35594187f12ef3be7f368650585e0b6b31375169]

        Merge SRC641: 26.02.02 - 15:17:36

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [1b60cf81e23a350bd91a6bedbea6d5bb233e5eb7]

        Merge SRC641: 02/26/02 - 15:16:05

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [9e8ff8d656f56e1bd8819cb993eecaf8040d5780]

        Merge SRC641: 26.02.02 - 15:15:57

2002-02-26  Philipp Lohmann  <pl@openoffice.org>  [9a6c40eb0d0d2f9bfb60e2f3f1ef717327ec4619]

        #93094# close XIM status window on focus lost

2002-02-26  Herbert Duerr  <hdu@openoffice.org>  [28173546960484e2a3a231664b0f02cfa4025dd1]

        #97942# cleanup CTL patch

2002-02-26  Herbert Duerr  <hdu@openoffice.org>  [ec70d6e9c07740efa951f7ba5425451f6a7e8107]

        #97942# CTL support extended for PSPRINT

2002-02-26  Herbert Duerr  <hdu@openoffice.org>  [4f4d4d17a1f4657d11b17168d5469fd8c5abe380]

        #97942# fix crash in CTL support

2002-02-26  Stephan Bergmann  <sb@openoffice.org>  [169d34f82dabdf18be59fdc8eb83ccd289ce2b50]

        #97670# Merged in 1.20.2.3.2.1; renamed BIG5 and BIG5-HKSCS to Big5 and Big5-HKSCS.

2002-02-26  Oliver Specht  <os@openoffice.org>  [8b8a848c4f956e4d83041e486622250ebffa2dd8]

        #96983# SID_STYLE_APPLY should not grab the focus

2002-02-26  Oliver Specht  <os@openoffice.org>  [dbbef07aa20724719e51cd90bbf328dc8ce30d56]

        #96983# apply styles sets the focus to the document window

2002-02-26  Andre Fischer  <af@openoffice.org>  [a347be124b7bfd7a081b75d9ba6157815feb3ed2]

        #97772# Added missing file.

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [842a53b3200fc47c842bd0ed6746506eddf3da38]

        new version for SRX642

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [c04417dc9876eebb31fb4c7825c575c09c60f942]

        new version for SRX642

2002-02-26  Thorsten Behrens  <thb@openoffice.org>  [8929892ac4010b36a8ee6599c06a44f36b52897d]

        #97775# Forgot one member initialization

2002-02-26  Oliver Specht  <os@openoffice.org>  [3bdd5a602298e70596d4b45553d728db6fbef499]

        #96983# enable correct KEY_TAB handling

2002-02-26  Christian Lippka  <cl@openoffice.org>  [4c44ac47b773aa818f37871633e13bc085465b13]

        #97649# set default text&bullet color to automatic

2002-02-26  Philipp Lohmann  <pl@openoffice.org>  [aa0230799b4b49ce1742ebd06d709df4665cdf2f]

        #96983# add tabstop winbit to ToolBox

2002-02-26  Kurt Zenker  <kz@openoffice.org>  [9c167b8f1d1205ffbd22673b4bae37416085f5f7]

        SRX642

2002-02-26  Joachim Lingner  <jl@openoffice.org>  [20b949c36c9bc3f9b340c23d0a16fb7891ca075c]

        #97319# ActiveX components were not released

2002-02-26  Carsten Driesner  <cd@openoffice.org>  [05233fb31c671be9a1e7f073a50ce413afbc7c62]

        #97557# Skip unsupported cmdline args

2002-02-26  Carsten Driesner  <cd@openoffice.org>  [6661b2df9b000eef0f0c920a1c7dd626220fb177]

        #97555# Support -n and -o cmdline args

2002-02-25  Malte Timmermann  <mt@openoffice.org>  [fd9da88d1858e12458988b59c4569a46136bd453]

        #97034# GetBoundingRect

2002-02-25  Vladimir Glazounov  <vg@openoffice.org>  [22a08d9e229cb56e7709b01ccb9e4d9b7bd8e10e]

        #65293# added switches for deliver

2002-02-25  Vladimir Glazounov  <vg@openoffice.org>  [380b8591d3ded416dd2b786b49ee827a9b5bc7a3]

        #65293# added switches for deliver

2002-02-25  Kai Ahrens  <ka@openoffice.org>  [08661d10b579ac89ce8739679e9c845f2b7449e1]

        #97745#: accessibility for ValueSet

2002-02-25  Thorsten Behrens  <thb@openoffice.org>  [ade5e45d5c1b5d53c13e513448de42d31fa3a06e]

        #96948# Rewrite due to calc requirements

2002-02-25  Thorsten Behrens  <thb@openoffice.org>  [7aeff3ee9d8ea6dfd2223c57f43c2e1ecd9958d2]

        #96948# Rewrite due to calc requirements

2002-02-25  Malte Timmermann  <mt@openoffice.org>  [ae1a087f79d8faca15cfa7ee61c4e5685f61e521]

        #97034# dispose the accessible component

2002-02-25  Malte Timmermann  <mt@openoffice.org>  [3e85c3ae67c84e375b663dbb34e168afde04f084]

        #97649# GetAutoColor()

2002-02-25  Christian Lippka  <cl@openoffice.org>  [8ac97bc1aa9926025bc5048a4a199345a8921f2a]

        #97513# changed default text color to auto

2002-02-25  Christian Lippka  <cl@openoffice.org>  [fe16d41af0ebc3307becdf33393f6defac6d5633]

        #97649# setBackgroundColor for COL_AUTO at EditEngine

2002-02-25  Christian Lippka  <cl@openoffice.org>  [36f3cd0ac78c1bed2e1a7f0bf753d7b7e3c03645]

        #97649# +getBackgroundColor() for COL_AUTO at EditEngine

2002-02-25  Stephan Bergmann  <sb@openoffice.org>  [851574915c3ea6ad3e3e53b379f41c165f158b3b]

        #97705# Improved Big5-HKSCS mapping.

2002-02-25  Kurt Zenker  <kz@openoffice.org>  [7e4ccc8847cd73545de1ebabbce9825ad3242cb9]

        new version for SRC651

2002-02-25  Stephan Bergmann  <sb@openoffice.org>  [739cb04c36524c5a1bbf768dfe93624a1b2ec8b4]

        #97705# Fixed mapping of Big5 EUDC points.

2002-02-25  Kurt Zenker  <kz@openoffice.org>  [723a1cdcddc01f053af036d852e34c367b6e8902]

        new version for SRC651

2002-02-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3502bca69bfaadd81329bc870f3ee8cec5016e1d]

        #65293#: MSVC places functions from <cstdio>, <cstdlib>, etc. in global namespace

2002-02-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [eeed907b4b1544c255fcdafa57bbad9c1546dbb8]

        #65293#: MSVC places functions from <cstdio>, <cstdlib>, etc. in global namespace

2002-02-25  Sascha Ballach  <sab@openoffice.org>  [bb32c234d812a30598439423846b0d32062f4ed3]

        #95584#; use SolarMutex to lock the objects

2002-02-25  Thorsten Behrens  <thb@openoffice.org>  [2502038c1eeb338301cf8b582e67fd7f2e7bfa7a]

        #96948# Need visible area of view for UAA

2002-02-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a6f3d6d9a8ea728bac23ab604e2436d214104897]

        #65293# only RE can update comp_ver.mk

2002-02-25  Frank Schönheit  <fs@openoffice.org>  [8258aa4b729fec7b818d2e8b69a13c93866be46d]

        #97246# corrected callColumnFormatDialog (don't ask for non-existent format key property)

2002-02-25  Sascha Ballach  <sab@openoffice.org>  [05f53acb3c786215643fdd703d36fda3f3dbdbca]

        #95584#; some cosmetic fixes

2002-02-25  Kai Ahrens  <ka@openoffice.org>  [c0c254badb4e1c5ee5f18adf944c86e04a4e7251]

        #97745#: accessibility for ValueSet

2002-02-25  Christian Lippka  <cl@openoffice.org>  [e31d386935ef6390d27f170179877922944f9789]

        #97513# made eyedropper keyboard accessible

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [f4d919e848b289b3e856c8a2317bb87d011ebe68]

        new version for SRC651

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [894a1f26e530b8f0f5d0b79279e70f1566bd6508]

        Merge SRC641: 22.02.02 - 22:22:16

2002-02-22  Vladimir Glazounov  <vg@openoffice.org>  [292668a55fc772b37d7871aef1270c2662302953]

        Merge SRC641: 22.02.02 - 22:14:48

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [866972d88ddf3c4faba11ba27c975bb5daca6477]

        Merge SRC641: 22.02.02 - 22:15:42

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [b77a164b48ac5a858f24408506229ebfaa61d48b]

        Merge SRC641: 22.02.02 - 22:14:05

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [a65c3ed7c6aa2b818b383c6c62fc5ea8a285b50a]

        Merge SRC641: 22.02.02 - 22:11:58

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [968deebde5186378371df02dd58f20559dc65ee2]

        Merge SRC641: 22.02.02 - 22:12:28

2002-02-22  Rüdiger Timm  <rt@openoffice.org>  [b665977071285bd7a8fa924b95637b688a5d3288]

        Merge SRC641: 22.02.02 - 22:12:01

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [3e4e44c0339bcc351d92204f2002fd3337af1b96]

        Merge SRC641: 22.02.02 - 22:09:37

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [bf99a478a2a59edbf348a212db7e36a3d7d89d94]

        Merge SRC641: 22.02.02 - 22:08:17

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [0959fff5697386730f2f0d1adec6a94d669c2e95]

        Merge SRC641: 22.02.02 - 22:06:22

2002-02-22  Vladimir Glazounov  <vg@openoffice.org>  [9c4a9595f4e2dc2db67501b9542c895b5c2146c9]

        Merge SRC641: 22.02.02 - 22:05:53

2002-02-22  Rüdiger Timm  <rt@openoffice.org>  [ca5a5631fce4e633a2da5bada0eb2b238f1a9793]

        Merge SRC641: 22.02.02 - 22:05:36

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [21707666c629fedb4109a06221a9b6441bcf92c7]

        Merge SRC641: 22.02.02 - 22:05:51

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [e4a5525e5b8ad79f2ff81010789b646444796d39]

        new version for SRC651

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [596842ccb64c7b1750ecd9ad360464d7923b3190]

        new version for SRC651

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [1e4b27e5b1980808404833cbbbed658d35582b33]

        new version for SRC651

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [31b9d5e77c2cf7bfaac287c11c88d6f88e4d0610]

        new version for SRC651

2002-02-22  Vladimir Glazounov  <vg@openoffice.org>  [85cd841692e6e931e2ab429c2ce41354167cf1d1]

        #652903#

2002-02-22  Mikhail Voitenko  <mav@openoffice.org>  [03c0f5262a8c01982ec8b3395b102f1b21047038]

        #97587# adopt to linux

2002-02-22  Vladimir Glazounov  <vg@openoffice.org>  [06daef562f63c2fea336e2e3f6ac80722fb475e4]

        #65293# exception specification

2002-02-22  jp  <jp@openoffice.org>  [e873956f5e55c1f5473f7eb7d3cb3733ea5a3884]

        Bug #97678#: don't swap out connected ole objects

2002-02-22  Sascha Ballach  <sab@openoffice.org>  [e6a89e4613a521f62434b1e27241cea8a05ec92e]

        #95584#; change from bitset to uInt64, because the solaris compiler has an error

2002-02-22  jp  <jp@openoffice.org>  [f3bd0e40ec53526fb64860a5fb3f0907176c61a3]

        Bug #95442#: for add Undos, the correct RedlineMode must be set

2002-02-22  jp  <jp@openoffice.org>  [c55cfd6a24e0e11ae49d3076e6c4db883f6a49ca]

        Bug #95442#: SetInsertRange - little optimization

2002-02-22  Vladimir Glazounov  <vg@openoffice.org>  [56daa8e03ff9d9774e1db68b1198af5a3e075b72]

        new version for SRX642

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [8fd1ebf08e54e6df95ab301d814d0be6fdabe705]

        new version for SRX642

2002-02-22  jp  <jp@openoffice.org>  [be02b450a60d05890d2f76c9ee4dcebbd7b11bb8]

        Task #96739#: Autocorrect - set item for all scripts

2002-02-22  Oliver Specht  <os@openoffice.org>  [5ab77f67e7334124aafacc250eb9c90bdd43b571]

        #97264# reload of bibliography field data corrected

2002-02-22  Björn Milcke  <bm@openoffice.org>  [67728acba0076ec011b5f6e1304981822f730f91]

        #97710# chain shape prop mapper instead of extrnal shape prop mapper to get alien attributes on import

2002-02-22  Frank Meies  <fme@openoffice.org>  [64be719d9c0ac92c4fac6b0f7e3c61758266757d]

        Fix #96216#: Consider attribute changes at position 0 during extended input mode

2002-02-22  jp  <jp@openoffice.org>  [e1efae8710caf29dfc9d6b826e7b606e1cc4414e]

        Task #96678#: KeyInput - don't change cursor direction if a frame/drawobject is select

2002-02-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [8483c9385824f04dda90fd630fe3ec7ec00c59c1]

        #65293#: no stlport

2002-02-22  Kurt Zenker  <kz@openoffice.org>  [669f40348bc1224ad2ad64dd6425b12632bb5167]

        SRX642

2002-02-22  Niklas Nebel  <nn@openoffice.org>  [1bc6288c363ea3f042b7703be5c9992db04d31c3]

        #95584# make cell positions available from preview

2002-02-22  Tino Rachui  <tra@openoffice.org>  [ea6b1c9085b28e64d2b1daa343d5552b25f55584]

        #96112#execute method throws exception if asyn event notifier thread could not be started

2002-02-22  Tino Rachui  <tra@openoffice.org>  [c747cbd3700560cfa2cd0f54635835201d19b8c7]

        #96112#now waiting infinite in stop method, so programming errors become obvious because we risk a deadlock

2002-02-22  Oliver Specht  <os@openoffice.org>  [dbcf1b816c2e017a0d33fcb588b8ddb17eeba587]

        #97191# tab order of column arrangement dialog corrected

2002-02-22  Stephan Schäfer  <ssa@openoffice.org>  [16fbc8071cc25078f486e7084261fc46174f6c6d]

        #96983# accessible toolbar

2002-02-22  Stephan Schäfer  <ssa@openoffice.org>  [0706ce14cdcf8f64ed750aae66fbc08903656234]

        #96983# sort items

2002-02-22  Stephan Schäfer  <ssa@openoffice.org>  [2c1033cefe2be7278fd0fe17b8fe3819c7107a81]

        #96983# cycle through toolboxes/menubar

2002-02-22  Frank Schönheit  <fs@openoffice.org>  [da245c284133799cd3ac6b1fec016fd1810521b5]

        don't check in the real file here - only point the people to the place to download

2002-02-22  Peter Burow  <pb@openoffice.org>  [bbff0af7a6063be157e988c2a739eafaece5725e]

        fix: #97358# vclxaccessiblelist[box/item].obj added

2002-02-22  Peter Burow  <pb@openoffice.org>  [612fd41aa2eb941e8f16c907a90c359d6f20b76f]

        fix: #97358# CreateAccessibleContext() added

2002-02-22  Peter Burow  <pb@openoffice.org>  [fe667ad6d03836e419b122ff165a58f087f4ee98]

        fix: #97358# more accessible for VCLXListBox

2002-02-22  Carsten Driesner  <cd@openoffice.org>  [ab131e70ddf250e0d25dc64f74fbbc0d214b4c87]

        #96958# Make customize toolbox dialog accessible

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [840e63d76f3781459eb9282e1fa8f53b281125b8]

        Merge SRC641: 21.02.02 - 22:40:58

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [4decf992f365f5d9b687bcb78ac86814d7befcc2]

        Merge SRC641: 21.02.02 - 22:34:03

2002-02-21  Karl Hong  <khong@openoffice.org>  [5970b8f5367e11beea11d43b9e60760fd7d4c06a]

        #97581# Korean indexes fixed

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [25709a2d9f285c06430f5a22385c771d7c515d4a]

        Merge SRC641: 21.02.02 - 22:24:12

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [72e6185d371697e70e922e4fc5d0eeeca0e1f6a4]

        Merge SRC641: 21.02.02 - 22:22:10

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [1d1bf263d4b6131d9e23e843b09f32ac79fda009]

        Merge SRC641: 21.02.02 - 22:19:23

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [6576e7e77bdc8b7851e627854290b013511fbab3]

        Merge SRC641: 21.02.02 - 22:19:30

2002-02-21  Vladimir Glazounov  <vg@openoffice.org>  [6ae651daf659def5ad6c4faf1c0d075ca27b5d77]

        Merge SRC641: 21.02.02 - 22:17:52

2002-02-21  Rüdiger Timm  <rt@openoffice.org>  [3637f26f0709e30ecd630d7c66b194a85ada511a]

        Merge SRC641: 21.02.02 - 22:16:49

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [4b39c7bff3bd4f5c1cfe65cb2a5e2c72e14d3153]

        Merge SRC641: 21.02.02 - 22:16:34

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [07eb338e555e38fdaefa99d98ffe8425aded589e]

        Merge SRC641: 02/21/02 - 22:15:12

2002-02-21  Rüdiger Timm  <rt@openoffice.org>  [4ef163658c50424e6fd93331582a6844077d646a]

        Merge SRC641: 21.02.02 - 22:15:05

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [e7e9f7cc684527dc8fb271dc1e9fcb6866d7a884]

        Merge SRC641: 21.02.02 - 22:15:11

2002-02-21  Rüdiger Timm  <rt@openoffice.org>  [a86043c22b15e37851be68f500dbbe57bfd8f527]

        Merge SRC641: 21.02.02 - 22:14:46

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [196788764e3a4d3612a795a4b967f526d467a763]

        Merge SRC641: 21.02.02 - 22:14:29

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [5ad002b89e2cdac3fa5e1c4b8f4395aa8c16eb54]

        Merge SRC641: 21.02.02 - 22:14:37

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [7d762e52cec6fd097116647986482b71f6b918f1]

        Merge SRC641: 21.02.02 - 22:12:58

2002-02-21  Rüdiger Timm  <rt@openoffice.org>  [ed266823991c0e970b317cf2ac85d2c75ae05004]

        Merge SRC641: 21.02.02 - 22:12:58

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [d3612e87a2c1eb28d314365774d3568d037c60b9]

        Merge SRC641: 21.02.02 - 22:11:57

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [8d03036359427e985b5ce6f99d1a0b218a655024]

        Merge SRC641: 21.02.02 - 22:13:51

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [eca981d727426988caad42a9e7c8f21626691529]

        Merge SRC641: 21.02.02 - 22:10:42

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [5d1670282076744a7753bc53093e8f9172df5bd4]

        Merge SRC641: 21.02.02 - 22:08:04

2002-02-21  Vladimir Glazounov  <vg@openoffice.org>  [9161d6351a95324a0d9ee4d25309cdc4cbb4629c]

        Merge SRC641: 21.02.02 - 22:06:20

2002-02-21  Kurt Zenker  <kz@openoffice.org>  [0d059cd8eaeda80c9182c0fde914526bd0e2fe27]

        Merge SRC641: 21.02.02 - 22:08:50

2002-02-21  Sascha Ballach  <sab@openoffice.org>  [0d4dcebd72cb3555a738bb97c854df6b1666c69b]

        #95584#; setCurrentValue only if cell is editable

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [8271c6b4efa1d5eaf0ea0498a3d42a3f0ba2b9fb]

        #65293#: include <cstdarg>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [05dd0201a23f053c41ec8564f4696a67fc04dcd8]

        #65293#: std

2002-02-21  Nils Fuhrmann  <nf@openoffice.org>  [55f8177d9775f7e5d80f4d9ab0c9e102fc1069ce]

        Hid genaration also in non product builds

2002-02-21  Stephan Bergmann  <sb@openoffice.org>  [a142cb7a401108bd908da0e13148a9f6b743f83a]

        #97700# Fixed typo that made compile switch nonfunctional.

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9fb80335d1095f6b31022380d39699cb5efefa3]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [2034e0474db128ed3d587eb82b850fadc42af05b]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [0101cd0070bf53b0e5085a944869f5b9e4fc2058]

        #65293#: include <string.h>

2002-02-21  Tino Rachui  <tra@openoffice.org>  [54433d643da3bb6e229927a318abed4b1b47017b]

        #96112#

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [2faf39e841fbf79d0e035c98d96ab8c37c00bafc]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ec484a978d2bf86a5242ee23d5964db1e712f9c]

        #65293#: include <string.h>

2002-02-21  Daniel Vogelheim  <dvo@openoffice.org>  [c1fc1d99d8998adc08a80e0f8eabc7f5b4d5f463]

        #95586# - improved accessible description - added SwPortionHandler::Skip() - fixed bugs in SwAccessiblePortionData::FindBreak() - fixed compiler warnings

2002-02-21  Tino Rachui  <tra@openoffice.org>  [b678043dabef6e6971b07c8cd40df9fbbf344130]

        #96112#using new asynceventnotifier, execute method now calls start and stop eventnotifier

2002-02-21  Tino Rachui  <tra@openoffice.org>  [0888066f1cdca49b3199bb1a5962d07caa6d10f2]

        #96112#new asynceventnotifier implementation

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [e94d5d1f3aa670629cf01e8bc955e78af097c61e]

        #65293#: std

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [ede57d24356d531cbe1f44ff3dcaf70354e29096]

        #65293#: syntax

2002-02-21  Christian Lippka  <cl@openoffice.org>  [931dc29921406464dd9b524ad1704b2a836e15dd]

        #97502# added keyboard access to light preview control

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf1b6d34ccaeaf82fcb37d3822a896c5c0439ab2]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c3443274707d7cf401a19adb128b1758bc05d68]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3ee0db8ae4a450721c5b479c5a30b49fb88f27a]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [a315ca2a9a945833beeb3de1967f6046da871948]

        #65293#: constness

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [e07dd68583da451ca777cf81da4f8349c595716e]

        #65293#: cast

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [b67a47a85bb99732ee4fadb3562d8995d1f0df42]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [353ef38df9e90182beb5e98470bfbd2f884a0c57]

        #65293#: include <string.h>

2002-02-21  Mikhail Voitenko  <mav@openoffice.org>  [ff0232f8a839314b7a47111334de1e435f5ee926]

        #97690# resize stream in case of overjumping seek

2002-02-21  Sascha Ballach  <sab@openoffice.org>  [19c4444d024b66666544498b65ac672fd12cacb7]

        #95584#; correct the assertion condition

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6e245a70d5047d77e71b39d06cb698364ab864f]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [8130b32b67068462c835c8da6a038d2d1f62826d]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba4c56c1e11f60a85e4efa5ffef8c6e35107ad12]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e026cae7c707fe797f0af9987b26ae1ac2cd5e4]

        #65293#: include <string.h>

2002-02-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ed7114620f90e99116a5656cdf847fd1040575a]

        #65293#: include <string.h>

2002-02-21  Stephan Schäfer  <ssa@openoffice.org>  [b45cc7af55603e0031b4481c97f8573147ca8b8a]

        #97247# correct fontsubstitution

2002-02-21  Martin Hollmichel  <mh@openoffice.org>  [93e3032a16ebb5d3770b7eef0dbd95dce1b19d16]

        readd: this makefile.rc was removed acc. this is the only one which has to stay

2002-02-21  Peter Burow  <pb@openoffice.org>  [497e8ff847268b963716e5b3b737aa1a421c1953]

        fix: #97358# FillAccessibleStateSet() now protected instead of private

2002-02-21  Frank Schönheit  <fs@openoffice.org>  [251a608913b03bdfc7a80f59260818398013e6bc]

        #97676# OnClick: care for exceptions thrown by the listeners

2002-02-21  Tino Rachui  <tra@openoffice.org>  [360d7f4cc26b684165873d5f9753f72ce6d43c90]

        #97602#using andale sans ui font for win9x templates

2002-02-21  Frank Schönheit  <fs@openoffice.org>  [f629fb7f143597b82f20d95c99d01ed6f89b2402]

        #i3159# patch for linux power pc

2002-02-21  Peter Burow  <pb@openoffice.org>  [b3328ad33faf959c8efbb796f26b56af10337926]

        fix: #97358# warning removed

2002-02-21  Oliver Specht  <os@openoffice.org>  [236329e2f6dd858ca7acd62d6cf9b7b78622bdfd]

        #96678# text direction corrected

2002-02-20  Kurt Zenker  <kz@openoffice.org>  [81eb732b87e49848e1600a5e025397347b5a0e0d]

        new version for SRC650

2002-02-20  Michael Brauer  <mib@openoffice.org>  [7585cb1c54d4365f548394dc3affd6da80ef77c7]

        #95586#: Accessible view is now view aware

2002-02-20  Michael Brauer  <mib@openoffice.org>  [65397bff2302f4d36be3699aaa18b0c75fddc617]

        #95586#: Accessible API is now view aware

2002-02-20  Michael Brauer  <mib@openoffice.org>  [b6eb9c338d0cf90c1fb20a055ce1b078f9fd9e99]

        #95586#: Accessible API is now view aware

2002-02-20  Daniel Vogelheim  <dvo@openoffice.org>  [2d9cd4148f66d8788f7f9b71bfe0b695d2328460]

        #95586# added support for XAccessibleText and XAccessibleEditableText interfaces

2002-02-20  Andreas Martens  <ama@openoffice.org>  [fda271b6994b1e0ed93f72c4324e3c744eab7682]

        Fix: The next word depends on the locale of the next character

2002-02-20  Daniel Vogelheim  <dvo@openoffice.org>  [db8a03de6f027252f08e7fa7b06d36f8ebad3b83]

        #95586# a few bugfixes for XAccessible(Editable)Text, mainly in the editing functions

2002-02-20  Mikhail Voitenko  <mav@openoffice.org>  [437a355ab4236ce9207a7a887589d2024464ac97]

        #97587# stream file, do not copy

2002-02-20  Andreas Martens  <ama@openoffice.org>  [7f4f82b3f97225fb35fa99f9bc9d60ab833c1175]

        Fix: The previous word depends on the locale of the previous character

2002-02-20  Philipp Lohmann  <pl@openoffice.org>  [b8aa9847027e00540702593e0e3ddc843e677fd7]

        #97475# add: Set/GetItemImageAngle Set/GetItemImageMirrorMode

2002-02-20  Sascha Ballach  <sab@openoffice.org>  [53b8b453550b55d22d2fbd197508b76c4b1cf68e]

        #95584#; create base classes

2002-02-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [07be98ee354206842afe17b4f03e430675784a39]

        #i3150# fixed a missing brain error

2002-02-20  Sascha Ballach  <sab@openoffice.org>  [bac2d1bff04853c7ef248f3fbb000a46fce4ccb5]

        #95584#; add copy constructor

2002-02-20  Frank Meies  <fme@openoffice.org>  [d1fe263c92a875e92cacf318319169daf2549f5d]

        #97012# Allow hanging portions to cover more than one character

2002-02-20  Philipp Lohmann  <pl@openoffice.org>  [732a8472a1d83654b6e457616eedd1c7f1e74765]

        #i3150# do not use complex static objects

2002-02-20  Kurt Zenker  <kz@openoffice.org>  [57573eecf1bdc91e110df46af6263fd8c3df6682]

        Merge SRC641: 20.02.02 - 13:00:35

2002-02-20  Kurt Zenker  <kz@openoffice.org>  [ee4554ee813add8bd092385105ed3766ea75f990]

        Merge SRC641: 02/20/02 - 12:53:54

2002-02-20  Kai Ahrens  <ka@openoffice.org>  [b775d3dc0edbd4119c1b40ff19c41fc12eaf7873]

        #97417#: removed direct access to linguistic

2002-02-20  Kai Ahrens  <ka@openoffice.org>  [22d85e29ef1204c8254c72488055729b2e53f1f0]

        #97417#: removed direct access to linguistic

2002-02-20  Kai Ahrens  <ka@openoffice.org>  [7c9549d39d2479085d8212b09c4788325fc32930]

        #97417#: removed direct access to linguistic

2002-02-20  Thomas Lange  <tl@openoffice.org>  [c300e66fbe5655f89397ae4a6861872f03b5d1c6]

        #97417# prevent loading of lingu DLL at startup

2002-02-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc51ce9bad54c361fff02310bfd3d4a7ba2cae34]

        #65293#: add access directory to core

2002-02-20  Oliver Specht  <os@openoffice.org>  [85747c16e5fe2cf017795034d5c129c9deea4231]

        non-existing objects removed

2002-02-20  Christof Pintaske  <cp@openoffice.org>  [4261a96233ddbf440ca43be12fd17b3bb8bd8ec6]

        #97639# handle implicitely ended exttextinput

2002-02-20  Mikhail Voitenko  <mav@openoffice.org>  [94e6cfc48bc494554d9d37c4aa1b99fb26cd534e]

        #97587# use streaming only for unix

2002-02-19  Bustamam Harun  <bustamam@openoffice.org>  [ad1151e1c8eeb6f5a45f1fda4813cc89f69ab8a6]

        Moving localedata_CJK localedata_ascii to localedata/data

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [a14348c22a41cc635c4c020b84042c4852a240d4]

        Merge SRC641: 19.02.02 - 22:19:52

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [bd1ab22eefe2cc481b6fc845eb27efadbff9edb3]

        Merge SRC641: 19.02.02 - 22:15:44

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [588199ffe099fd4a8dbcb891e808777d9a64f1c7]

        Merge SRC641: 19.02.02 - 22:17:54

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [3772dba7bf772cd99114a1f1cd6abc0dc4ff2743]

        Merge SRC641: 19.02.02 - 22:13:06

2002-02-19  Rüdiger Timm  <rt@openoffice.org>  [cc36151233941008ba2c7c3bf603bc7f7ae58783]

        Merge SRC641: 19.02.02 - 22:11:43

2002-02-19  Vladimir Glazounov  <vg@openoffice.org>  [61dd929a4acefc97f166c8a7d5b532388931f946]

        Merge SRC641: 19.02.02 - 22:08:50

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [1c060397f34b2120f3929ce90de5d6395275e08b]

        Merge SRC641: 19.02.02 - 22:07:23

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [dbc39dc68e4d6d0f654a76f177ee1fe397b6e893]

        Merge SRC641: 19.02.02 - 22:06:19

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [b4a789879b857d5f79ab6e2f072bf5ac0f404d20]

        Merge SRC641: 19.02.02 - 22:09:07

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [e197622fbd645177dcd89999463c89ab3be5119c]

        Merge SRC641: 19.02.02 - 22:06:03

2002-02-19  Daniel Vogelheim  <dvo@openoffice.org>  [9c69334a66d717e6724f18e0b0dfd76efa4081c1]

        #95586# added (partial) XAccessibleText and XAccessibleEditableText implementation

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [85f74a17a23a76b3c75d2e4d6a870487d9b411ce]

        #65293#: constness

2002-02-19  Mikhail Voitenko  <mav@openoffice.org>  [431951a9ce5af0a7fb8ed5ab58d4b3f191397761]

        #97587# stream file, do not copy

2002-02-19  Mikhail Voitenko  <mav@openoffice.org>  [5eb508fd1902877f84fa4a1da029918434f1ee2c]

        #97587# stream file, do not copy

2002-02-19  Mikhail Voitenko  <mav@openoffice.org>  [565070aa4bdc9e63b1c60a3379a9b6b4e3758f97]

        #97587# stream file, do not copy

2002-02-19  Philipp Lohmann  <pl@openoffice.org>  [9754ad8d979557ea03cbfe04708b62b698d1276c]

        #97492# add: DrawGlyphs

2002-02-19  Sven Jacobi  <sj@openoffice.org>  [36783fd966008e751eaa5868d3d938875c5e748e]

        #97604# browser button wasn't working

2002-02-19  Sven Jacobi  <sj@openoffice.org>  [1bab5ce3a1f62fae5201b6154e1425e463aa84b2]

        #97604# browser button wasn't working

2002-02-19  Thomas Lange  <tl@openoffice.org>  [2bd6743164f56b40147706ea90174b14b863f55f]

        cast corrected

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9b4b90a1230db5f8ac269693bcc6884becca9bc]

        #65293#: C40_INSERT

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [30fe1712eabfb044db69804ed8d41e2bff454785]

        new version for SRC651

2002-02-19  Frank Meies  <fme@openoffice.org>  [503147759b42c114b418c4b157141d1f58eb0df5]

        #95586# Accessibility - Implementation of VisitPortions

2002-02-19  Vladimir Glazounov  <vg@openoffice.org>  [f3d68e9e5a76480e4106073aafcaedcc101796c9]

        #65293# the only workaround for gcc switch statement bug found with MIB

2002-02-19  Stephan Schäfer  <ssa@openoffice.org>  [cf67b55af38cd17ff7dca40a046b6a02290eadec]

        #96972# taskpanelist

2002-02-19  Stephan Schäfer  <ssa@openoffice.org>  [08de6cd64a4ae5b2321ced76f286e186c1b8eff1]

        #96972# accessible toolboxes

2002-02-19  Stephan Schäfer  <ssa@openoffice.org>  [e0f09d09db4b9eb920fa31eedb157628158f247e]

        #96972# add taskpanelist

2002-02-19  Daniel Vogelheim  <dvo@openoffice.org>  [6d8a0f600c88414acb9fa24585918ca6837fb3df]

        #95586# new SwPortionHandler to allow the accessibility implementation access         to the layout's portion structure

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d64ba970054731b713fe027ccecbd2587ab49746]

        #65293#: typo

2002-02-19  Ocke Janssen  <oj@openoffice.org>  [98eb538183f630f66e705f407953b96f950a0675]

        #97314# accessible corrections

2002-02-19  Stephan Bergmann  <sb@openoffice.org>  [d7579a2a985db3084057260dd501c9f495f7b668]

        Fix missing XInterface.hpp include.

2002-02-19  Tino Rachui  <tra@openoffice.org>  [773e7f307aed50aebfacf47bd5a8e3b6366fe099]

        #97096#wrong assertion in initRecipientList removed

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c1abe798941050f655fe43c01c40d1df8a867e5]

        #65293#: SetExtFormar() -> SetExtDateFormat()

2002-02-19  Ocke Janssen  <oj@openoffice.org>  [c1acd9519a77fa5a1306d3c1177f08ad558fce8d]

        #97314# accessible corrections

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1515766fa25674bcfa513b5aaa5931c0c5cdacb]

        #65293#: typo

2002-02-19  Ocke Janssen  <oj@openoffice.org>  [67f559b726ad55d8e7dc1157e5eb2778ead4a546]

        #90580# enable F6 key for components

2002-02-19  Thomas Lange  <tl@openoffice.org>  [7758069d0c43abf5d51a846cc1c889a55f2d43d3]

        #97417# avoid loading of lingu DLL during start-up

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5298deb150661f1fe744217588295eea19ab79e0]

        #65293#: SetExtFormat() -> SetExtDateFormat()

2002-02-19  Thomas Lange  <tl@openoffice.org>  [15d2a50804e07dc039a419eddf24a797288b2996]

        #97417# avoid loading of lingu DLL during start-up

2002-02-19  Thomas Lange  <tl@openoffice.org>  [81286346e307c069d30ce226979f8767b94c4712]

        #97417# avoid loading of lingu DLL during start-up

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [c567db1d9711ca25f1585c5de2e662d05d4fc9d4]

        new version for SRC651

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [111e3a04100899d9448bde80a8ffecf115140818]

        #65293#: constness

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d66c94d45f4e253e24ee2a8e5dc61c1ed38fb1d]

        #65293#: construct std::auto_ptr<Change> before returning

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e4e2d0dc0ae36872cf74cbd48ef7599c688122]

        #65293#: configmgr::node namespace

2002-02-19  Caolán McNamara  <cmc@openoffice.org>  [77f72b46cd44978b462b1df2346642b73e5cc7ab]

        #96678# twilight zone checkin fixed

2002-02-19  Kurt Zenker  <kz@openoffice.org>  [988815afc2eec0a8e9d2d47fa72dadb5c16b13a6]

        new version for SRC650

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [010484127a49583d69f33a7e3c36fa3401e090cc]

        #65293#: SetExtFormat() -> SetExtDateFormat()

2002-02-19  Vladimir Glazounov  <vg@openoffice.org>  [07fa1220c7eb175a2b28e76f95e92d19a054ba99]

        #65293# added new directory to make

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3df3d9b2d0a494d81730c55505a68f26d69dbd3]

        #65293#: DateField::SetExtFormat() obsolete

2002-02-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [53a4e8ba6f5436c5bcc7d6b5931e5cf0a7f5b2d1]

        #6529#:includes

2002-02-19  Sascha Ballach  <sab@openoffice.org>  [ec870733570d6be92fc397d14f6e28d4f7be1af6]

        #95584#; add some additional coments to describe the methods

2002-02-19  Caolán McNamara  <cmc@openoffice.org>  [d43bc8cbf53d1b1044762a52c921279d08e313d0]

        #97578# some table borders missing under some circumstances

2002-02-19  Vladimir Glazounov  <vg@openoffice.org>  [e93c30e741b50fa8972c4954c0de8c664c7b743d]

        SRX642

2002-02-19  Sascha Ballach  <sab@openoffice.org>  [e5cd144dd78ef6a63639d053ac348aead9705109]

        #95584#; compare and remove method added; use bitset instead of map

2002-02-19  Sascha Ballach  <sab@openoffice.org>  [1b7d3e7f1c5e8a8bd892d51c5b77d266ecb9a740]

        #95584#; compare and remove method added

2002-02-19  Sascha Ballach  <sab@openoffice.org>  [6391d7a1fc4c813dbf8765a57d60b2046f4562d1]

        #95584#; XAccessibleEventListener added

2002-02-18  Kurt Zenker  <kz@openoffice.org>  [ed2390d9a8ab7ae1c6f532daf442fa48cd91a116]

        new version for SRC651

2002-02-18  Kurt Zenker  <kz@openoffice.org>  [3d9caf1a9998a073bb1eefc5f3158176a4ebcd71]

        new version for SRC651

2002-02-18  Christof Pintaske  <cp@openoffice.org>  [258a1a26938a232a5c5673a006b2442bf6b61fd5]

        #97600# initialize nKeySym to be save in case of XLookupChars

2002-02-18  Kurt Zenker  <kz@openoffice.org>  [61760d408f58d6413c8dc018a82dcd24e0afd453]

        new version for SRC650

2002-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c27051c874e742caf956f16bab2ecebb65de03c]

        #65293#: syntax

2002-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [68b2d8142ed0b069fbc5b0ef975c5230bc60f307]

        #65293#: namespace

2002-02-18  Herbert Duerr  <hdu@openoffice.org>  [ccb24904646258b140f71ecaf5871b1b6d56edb4]

        #97942# fix cast mismatch

2002-02-18  Niklas Nebel  <nn@openoffice.org>  [04f983fb79a488886d176638718ba6851664b74f]

        #97417# use thesaurus from LinguMgr instead of service manager in HasThesaurusLanguage

2002-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [a585185e84dbc4dc984780dfb39ce1e418c240c4]

        #65293#: security check should be case insensitive

2002-02-18  Herbert Duerr  <hdu@openoffice.org>  [5f1db23ad1a085e88f14029f18393a7a8cd5c3fc]

        #97942# initial CTL support for VCL

2002-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [93f504acb60c430720b01c34cf1e19099c58d2d6]

        #65293#: java/office/icons: get action

2002-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [b57ecc6707ff037db47d2b4d057ff98f60d7f297]

        #65293#: constness

2002-02-18  Sven Jacobi  <sj@openoffice.org>  [1a15d4138215ebc7f150d06e12052cf4a6168915]

        #95754# exporting fillstyle hatch in page background

2002-02-18  Vladimir Glazounov  <vg@openoffice.org>  [fe67ce5d5361fc1cb1497343cf2b53e787193bc7]

        #65293# exception specification

2002-02-18  Behrend Cornelius  <bc@openoffice.org>  [28ec127b45eecc46a5d244b21898242b487b187b]

        #97220# Naming of Month sheet modified

2002-02-18  Vladimir Glazounov  <vg@openoffice.org>  [f6ffe8926c63795c7e9beadb4eb850b5c38244a5]

        SRX642

2002-02-18  Sven Jacobi  <sj@openoffice.org>  [62ab8dc7efd2945de1fb0df8ff212c4369ad7885]

        #95918# do not try to export zero linespacing

2002-02-18  Vladimir Glazounov  <vg@openoffice.org>  [4f4a9117567f3bf6beea8ab99a1354ee44d06207]

        #65293# corrected typo

2002-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b9540072dd65179937c38d6f1cf35d5b0b89931]

        SRC651

2002-02-18  Herbert Duerr  <hdu@openoffice.org>  [5bd33f600db15366e7c7839e91fcf6c30dc56474]

        #97942# fix return value of layout function

2002-02-18  Michael Brauer  <mib@openoffice.org>  [f306c432a3edcc9ddb93b6ea739326aaffd410cb]

        #95586#: accessibility syntax

2002-02-18  Vladimir Glazounov  <vg@openoffice.org>  [4cd99891a2a4fd1ed1c43d276c9bb651f8deaa63]

        new version for SRX642

2002-02-18  Vladimir Glazounov  <vg@openoffice.org>  [b69c25aae3c6029afdef060695f20a888aa4cb36]

        new version for SRX642

2002-02-18  Armin Weiss  <aw@openoffice.org>  [e0e7d0e8b331a38b8966565fe8a8c3531a58d34d]

        #97016# Added support for using ImpForceQuadratic(...) where necessary

2002-02-18  Armin Weiss  <aw@openoffice.org>  [fa233bba5b77a9427578d7dd3fbb3ead5068eb0e]

        #97016# Added ImpForceQuadratic(...) to have central support for keeping the aspect ratio for a rectangle.

2002-02-18  Vladimir Glazounov  <vg@openoffice.org>  [409383e1cbcc95894022706c8be7dc0fad2868c3]

        #65293# corrected typo

2002-02-18  Vladimir Glazounov  <vg@openoffice.org>  [8a6044a2d70fa4c34c05b310b77d64e6d5aeb18d]

        #65293# corrected typo

2002-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [f412ebb23dd446cb515d0a63a28bb31bee45a425]

        readded

2002-02-18  Vladimir Glazounov  <vg@openoffice.org>  [679bd9a051d8229909fd461d2fec869fcd7d16ca]

        #65293# added exception specification

2002-02-18  Vladimir Glazounov  <vg@openoffice.org>  [4256d150713007c1c0e3f7f5dd2b7a9ec21f6780]

        #65293# added missing include

2002-02-18  Joachim Lingner  <jl@openoffice.org>  [05ac712fcdcca564d24441b28894d2f5427bbef3]

        #96438# UrlResolver.java

2002-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [354ab7031f901bc2807d4d72834775e53aa44592]

        #96515#: use STLport-4.0 again fir WNT

2002-02-18  Matthias Huetsch  <mhu@openoffice.org>  [c870aec0eefea1b76b339fdc265bbb4a01a00320]

        #i3058# Fixed 'struct sockaddr_un' length computations (use 'sizeof()' instead). Fixed possible 'strcpy()' buffer overflows (use 'strncpy()' instead).

2002-02-18  Jörg Budischewski  <jbu@openoffice.org>  [9e092884fc7d9957905b6b39732ef40a5df3877d]

        #97580# added adapter namespace

2002-02-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ecc63c57ff718d8b0d0abb6ae4cff21367e3d16]

        #65293# don't use locking when ldump isn't in use

2002-02-18  jp  <jp@openoffice.org>  [7e76755fd804643d2a2fa108f79dd6391bef7987]

        Task #96678#: new method IsInVerticalText

2002-02-18  Kurt Zenker  <kz@openoffice.org>  [f0972ec7c859eb45e7aabbcf50e9935ee6096f89]

        new version for SRC641

2002-02-18  jp  <jp@openoffice.org>  [e6cb4604b1aa2eb6070e8736012bad7696b64aef]

        Task #96678#: new method IsInVerticalText

2002-02-18  Herbert Duerr  <hdu@openoffice.org>  [d9a5a5a558340c9451367c2174f25990170c96ef]

        #97942# initial CTL support for VCL

2002-02-18  Oliver Specht  <os@openoffice.org>  [e08f11d7a7270da3231d8c2e162c0c767b90b456]

        #97008# declaration corrected

2002-02-18  Jörg Budischewski  <jbu@openoffice.org>  [764dcdc628ef37dea7d321876493519f1f47d523]

        #97580# added adapter namespace

2002-02-15  Kurt Zenker  <kz@openoffice.org>  [ced87e37b9b676b12e8f7c55bf9c732c214bcdfb]

        Merge SRC641: 15.02.02 - 22:24:39

2002-02-15  Rüdiger Timm  <rt@openoffice.org>  [f2779c557c13cb42d8cd6a885345b2e946e15b06]

        new version for SRX642

2002-02-15  Daniel Vogelheim  <dvo@openoffice.org>  [de7daad4c4ca4c1573201b052ddda1f33f999942]

        #96678# DTD change for vertical layout

2002-02-15  Kurt Zenker  <kz@openoffice.org>  [3ed9316d00accb69a43d587927e2f20b43237843]

        new version for SRX642

2002-02-15  Vladimir Glazounov  <vg@openoffice.org>  [771297dac37bc0bad7e3e6eecd98f2814930ed5c]

        new version for SRX642

2002-02-15  Jörg Budischewski  <jbu@openoffice.org>  [2e4fab5f835e27b5790b8fee3b9ec321b1d6f46c]

        #97580# created by Brian Cameron

2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [d949f48ed8355fc4c15efe448e3734e7528f0574]

        #97942# initial CTL support for VCL

2002-02-15  Rüdiger Timm  <rt@openoffice.org>  [5fd6e73a0cf5aa628f6b6eabcce33a0c10bbeb86]

        UDK305

2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [88fdde52b9a6dc9009411e82d49fada7f0f2513d]

        #97942# initial CTL support for VCL

2002-02-15  Armin Weiss  <aw@openoffice.org>  [702a1da8e34b78a7550e5fbc41636756cca797e2]

        #97016# on CTRL as qualifier construct a default object directly

2002-02-15  Armin Weiss  <aw@openoffice.org>  [8be342f98f5939c6cf04af8ef4767e5b362ead59]

        #97016# Added DefaultObjectSizeWidth/Height

2002-02-15  Armin Weiss  <aw@openoffice.org>  [479fbb65302100ab219ae26dcb78c6df96917879]

        #97016# Added virtual CreateDefaultObject(...) method

2002-02-15  Armin Weiss  <aw@openoffice.org>  [4f48ca5bb396aebaf0a566a84be56fd1a36646e1]

        #97016# Added ::CreateDefaultObject implementations to the FuCon classes

2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [92c1eae63ee33171266265182b56f5705e7eb132]

        #97942# initial CTL support for VCL

2002-02-15  Armin Weiss  <aw@openoffice.org>  [e1ba0299c9bea94ff4a91c717981ded144513867]

        #97016# Added DefaultObjectSizeWidth/Height SdOptions/Misc

2002-02-15  Sven Jacobi  <sj@openoffice.org>  [5ae9026fbd1d7dac9e6f96b68b517c36c49df385]

        #95756# added EXTCREATEPEN action, record path now also working for movetoex action

2002-02-15  Andre Fischer  <af@openoffice.org>  [479166e460a9fe177af889615f01b31ea6baea45]

        Initial revision of Uno Accessibility API test tool.

2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [b0fafac7bc279617cdb75c2d350689be77f86d61]

        #97942# initial CTL support for VCL

2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [0dbc18dd6b4f46e6385e749ca35d9922098706ba]

        #97942# initial CTL support for VCL

2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [41e13ae03eea52fca2d230e17b22d6fb5059c9da]

        #97942# initial CTL support for VCL

2002-02-15  Herbert Duerr  <hdu@openoffice.org>  [df9b5e4de4ab34ab7766324ef33abc3a25efa408]

        #97942# initial CTL support for VCL

2002-02-15  Jörg Barfurth  <jb@openoffice.org>  [aa9639f824cf5b609a1fa1040915a2c98076435c]

        #91986# Fix SunCC symbol problem

2002-02-15  Andreas Martens  <ama@openoffice.org>  [19b80fc014a3cffcad8d1fdc16e4a460542f71b6]

        Fix #96678#: Cursor selection in CTL environment

2002-02-15  Jörg Barfurth  <jb@openoffice.org>  [e823c3b6963076c99dd6b050f468ca47a5286f68]

        #91896# fixes to make the new code build with SunCC

2002-02-15  Andreas Martens  <ama@openoffice.org>  [dfa6483c6bd1ba54e5e22521d179e7f371b80229]

        Fix #96678#: Cursor selection in CTL environment

2002-02-15  Christian Lippka  <cl@openoffice.org>  [9a7b280c959b8d8be7b74674be4b39e5af77c69a]

        #97511# added focus rect for rectangle control

2002-02-15  Behrend Cornelius  <bc@openoffice.org>  [591b7eb653189c946f248d4696a12554ff00744e]

        #97566# Holiday for 1st January in Taiwan inserted

2002-02-15  Andre Fischer  <af@openoffice.org>  [5a58fb16159c07b7d3a074da35609f94d4dbbe39]

        Initial revision of Uno Accessibility API test tool.

2002-02-15  Caolán McNamara  <cmc@openoffice.org>  [bb83b6b66d2bf2fd7a118bfa4542238b390878f8]

        #96678# toplevel Import/Export vertical text for frames

2002-02-15  Caolán McNamara  <cmc@openoffice.org>  [6b273c0c47ead0b5064dd561dcf9646e8c1033a0]

        #96678# Writer's frames can do vertical text, so allow it to handle vertical text textboxes itself

2002-02-15  Martin Hollmichel  <mh@openoffice.org>  [f80849595b2bbea53cc35e0018c00a6b242baeec]

        join: from SRC641

2002-02-15  Nils Fuhrmann  <nf@openoffice.org>  [f6c33c0a8d0dc86024f6a1b1b7b4591ede5e771d]

        Fix: Replace content of nameCalMonth by empty string (only japanese) #97220#

2002-02-15  Malte Timmermann  <mt@openoffice.org>  [9df5f102f0f0fc6aef846dc159e71154cf99ce22]

        #97034# MUST changes: Removed PropertyChangedListeners

2002-02-15  Andreas Martens  <ama@openoffice.org>  [d28730c892a8bed971e65819c84d2c7dff163847]

        Fix #96678#: Tables with CTL text directions

2002-02-15  Thorsten Behrens  <thb@openoffice.org>  [a154a7a861c80967cf59fd6d30acc5000d5252ca]

        #96948#

2002-02-15  Stephan Schäfer  <ssa@openoffice.org>  [9c1d58310a3fe8e61b6dceec1edb5b16b92c6c6f]

        #96972# accessible toolbars

2002-02-15  Oliver Specht  <os@openoffice.org>  [5c790a723b7e79fa14bc07e7674e8adea48a913f]

        #97383# changed Country to Country/Region

2002-02-15  Michael Brauer  <mib@openoffice.org>  [5850af87333310b6997af236074b60bced43512f]

        #95586#: PropertyChangeListener replaces with AccessibleEventListener

2002-02-15  Andreas Schlüns  <as@openoffice.org>  [540c21bceafab9b18663620cc517358aba9cdc9b]

        new interface for container queries

2002-02-14  Malte Timmermann  <mt@openoffice.org>  [57a53bd55688b4a35493233961e491c273b2a14b]

        #97034# Clean-Ups

2002-02-14  Niklas Nebel  <nn@openoffice.org>  [ebfdc9e4c93852abec0fa9975a162ded84244f06]

        #97417# use SvtLinguConfig instead of service LinguProperties

2002-02-14  Niklas Nebel  <nn@openoffice.org>  [4c3b213dbb0b9ccaaf31b22e5580d053e90e0d49]

        #97417# don't call GetSpellChecker if online spelling isn't enabled

2002-02-14  Sven Jacobi  <sj@openoffice.org>  [766d6bd2611e6c437fdcf7b975a32ba9be2ea5c0]

        #97380# if there is no page, there is also no handout page

2002-02-14  Malte Timmermann  <mt@openoffice.org>  [3c6e19fb5d5e8b89c76325a9f17594a8f2bcdc62]

        #97034# IndexOutOfBoundsException

2002-02-14  Malte Timmermann  <mt@openoffice.org>  [2f50d19bd4e9c0bad6f2f8c07de9dc24110209c2]

        #97034# Use VCLXAccessibleComponent

2002-02-14  Malte Timmermann  <mt@openoffice.org>  [3b122ab9f34c2accc3fbdb411f0d147d40c4fec4]

        #97034# VCLXAccessibleComponent

2002-02-14  jp  <jp@openoffice.org>  [2c79cf182f8c20bea8b180450e89ac8a79e7f1e9]

        Bug #96675#: GotoRefMark - look only for nodes in the normal nodes array

2002-02-14  Malte Timmermann  <mt@openoffice.org>  [74835f39919d836e5036592ef621801693ac7c47]

        #97034# Accessibility stuff...

2002-02-14  Sascha Ballach  <sab@openoffice.org>  [5cd1b592821d6870376f44aedfb527db07fd07d0]

        #95584#; call Broadcaster for Accessibility objects

2002-02-14  Sascha Ballach  <sab@openoffice.org>  [6c0e8d78a0ff4b6f79fe60b45ecdb7cdf7899efb]

        #95584#; AccessibleComponent implemented; remove API

2002-02-14  Sascha Ballach  <sab@openoffice.org>  [2367b9ed3e51f034f78f4d62ad72535cbde052ba]

        #95584#; some hints for Accessibility added

2002-02-14  Behrend Cornelius  <bc@openoffice.org>  [e76b716cc4d4d0933c515a2eb59190d747b37df0]

        #96926# Holiday in CS moved from 8.5 to 8.3

2002-02-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3dc26a029e236fdb3afec3a2787d39400141dc73]

        #97379# removed special handling of remote for UNOUCR???

2002-02-14  Frank Meies  <fme@openoffice.org>  [84fb323e70e54909ccd7ea63b3af14afe0ccf3ee]

        #96678# Vertical Formatting - Hidden paragraph

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [32567c5acb9b1800140c1859b2214232b5e4f5f9]

        #87576# dependency cleanup

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [20229c7c83b2bdd8d9081e229e577b5e0e29add6]

        87576# ensure to have solenv before start building

2002-02-14  Christian Lippka  <cl@openoffice.org>  [0e91b782224f895b2c61fc161963c82809413af2]

        #97500# added page treelistbox to tabstop

2002-02-14  Sascha Ballach  <sab@openoffice.org>  [9f2e5b83308464bdf41cfb82fa0e4e2c8744571c]

        #95584#; put accessibility stuff in a own lib

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [e19124f7d75f52023ca6ed191e59b0447b29f13f]

        #87576# dependency cleanup

2002-02-14  Sascha Ballach  <sab@openoffice.org>  [0bc6a0e165e8d2577dc84dab772ee28c1462a2a6]

        #95584#; put this stuff in a own lib

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [69d134646ed3966b7b95bedf46d7a321ef442452]

        #87576# dependency cleanup

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [301b69503a47fe0a07449be77b246ca41bc4c588]

        #87576# dependency cleanup

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [cbcb9fdba7c3d2abbd2c81c31262b10a0d01a6df]

        #87576# dependency cleanup

2002-02-14  jp  <jp@openoffice.org>  [2eb686d8fb65d018fb6ecb9052621bae63b65b74]

        Bug #97455#: MoveFldType - call IsSelOvr with correct parameters

2002-02-14  jp  <jp@openoffice.org>  [8367afc7d8648a9552413015b0ea5b4509dc3dcd]

        Bug #97455#: IsSelOvr - FrmHeight of zero is also a invalid position

2002-02-14  Andreas Martens  <ama@openoffice.org>  [923193570eef90c7e97c37d2a61a2e57823da6ea]

        Fix #97442#: Removed old hack to avoid endless painting

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [45c8c745da0dea06deb8a8a5f337db25141b25d0]

        87576# ensure to have solenv before start building

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [2d8b03086610c846dd73a736a5aa69368811c2d0]

        87576# ensure to have solenv before start building

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [3221c40dee6aca66dd0cd8ae14b2176bee8274e6]

        #87576# dependency cleanup

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [4af0a05ab11f6abd363305880f27a073e72393a1]

        #87576# dependency cleanup

2002-02-14  Philipp Lohmann  <pl@openoffice.org>  [c8e6497d02004864840228633215fda680fb9974]

        #97509# #94448# further jclient changes

2002-02-14  jp  <jp@openoffice.org>  [b275ac60e9542fd2b1b7bcfaecd6114b205739d6]

        Bug #97474#: PasteData - force a SelectShell if a Frame is selected

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [4bc3213c7f031493162248e9ac8ddb5ca5ef711e]

        #87576# dependency cleanup

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [29f3e4f2e4be2488355738cf72d6439fdcd4c7d4]

        #87576# dependency cleanup

2002-02-14  Rüdiger Timm  <rt@openoffice.org>  [7d4efa148d0f2b2289bac5a6c2a18b4f906eabaf]

        87576# ensure to have solenv before start building

2002-02-14  Michael Brauer  <mib@openoffice.org>  [38c9087e6d748551fa2f80d81470b36afaed6a14]

        #95586#: Accessible Layout

2002-02-14  Michael Brauer  <mib@openoffice.org>  [1beab45247f26f0742536ddf8ceb5aac84c7378b]

        #95586#: Accessible Layout

2002-02-14  Thorsten Behrens  <thb@openoffice.org>  [5fd8fa408aab01fb403ca6e911b79b8beafb6da3]

        #69648# Added unoedacc.hxx

2002-02-14  Christian Lippka  <cl@openoffice.org>  [d0e91d4952fd530939dce733d4193caffb633d32]

        #97489# clear attributes after shape export to be more failsafe

2002-02-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c9575a782a5f8c1c6bc913568860fdbba66c6bf0]

        #97443# rule for export lists of testshl libraries; workaround for dmake bug

2002-02-13  jp  <jp@openoffice.org>  [63b19a5c7d8949d5601e547ab599b2247dfb81a0]

        Bug #97466#: Execute - use doc instead of WrtShell because in the PagePreView exist no

2002-02-13  Oliver Specht  <os@openoffice.org>  [55872147e6d840f0ef93b85fe1efc8d8c59b41f5]

        #97008# new: frmsel.src/hrc

2002-02-13  Oliver Specht  <os@openoffice.org>  [286ab06cb8e3b464b492bf26263cd1f68de6c50a]

        #97008# name and description resources for the accessibility API; Child access almost complete

2002-02-13  Oliver Specht  <os@openoffice.org>  [91b1889c05c42fd8e78c2300b89666404c35be86]

        #97008# name and description resources for the accessibility API

2002-02-13  Christian Lippka  <cl@openoffice.org>  [e9bab3a1abca04dafb7a01394a87399628b2eddf]

        #95376# parse +/- for snap lines

2002-02-13  Thomas Lange  <tl@openoffice.org>  [72e182636772294c3f1e6e7caf6050041afca3e7]

        #96755# made SwXTextViewCursor::setString functional

2002-02-13  Caolán McNamara  <cmc@openoffice.org>  [8fa138e98a5f5ab0bb180f7efb433b1d9e6b57f7]

        #96678# merge docgrid support to toplevel

2002-02-13  Frank Meies  <fme@openoffice.org>  [2bd3d995e7c32c000ec5f5f82d12f9f3f5be1dd2]

        Small change for new solaris compiler

2002-02-13  Vladimir Glazounov  <vg@openoffice.org>  [beba3ea76f11a20f054f74ec15e5b0ab43941246]

        #65293# added temporary object for reference

2002-02-13  Andre Fischer  <af@openoffice.org>  [0e68bccc297401f64f3f8336f687102e14f06eb7]

        #95585# Corrected service name used by the factory to the currently valid com.sun.star.drawing.SvxUnoColorTable.

2002-02-13  Oliver Specht  <os@openoffice.org>  [1ed91ee01f3e70d145f768972bffbbf1c7cdeae6]

        #96678# grid example resolution reduced

2002-02-13  Frank Schönheit  <fs@openoffice.org>  [5fe2cd48db7db286ea137f28cf9c61ae7ebfa742]

        #97427# ::select: lock the solar mutex

2002-02-13  Philipp Lohmann  <pl@openoffice.org>  [65820efd316d6ff58691710efbf0289c375395ed]

        #94448# SetJobSetup must be called before StartPage

2002-02-13  Frank Meies  <fme@openoffice.org>  [173ce1358c6b1d63bcdace31f3ba04439e445685]

        #96678# Removed two forward declarations

2002-02-11  Thorsten Behrens  <thb@openoffice.org>  [a4b28034bee5c55db8e4483a82ef837f9968894e]

        #96948# Added method for accessibility support

2002-02-11  Thorsten Behrens  <thb@openoffice.org>  [09c4b01af6a48ed3c643eca1f0c5d59501d19fe1]

        #96948# Added TYPEINIT macro

2002-02-11  Philipp Lohmann  <pl@openoffice.org>  [08a681c308f4404ad9d98fd3161bc017fa8d6238]

        #94448# adjust RmPrinter to java print model

2002-02-11  Thorsten Behrens  <thb@openoffice.org>  [36172b60baba54418e57870f42c5e692cedf0bc5]

        #96948# New method added for accessibility

2002-02-11  Thorsten Behrens  <thb@openoffice.org>  [84d399540b828cfb1bca8b851fbbd252ca388c7a]

        #96948# Interface adaptions for EditEngine accessibility

2002-02-11  Jörg Barfurth  <jb@openoffice.org>  [28d23676dfbbfcfd2dc1526844b7cca65a4ca0fc]

        #91896# Support sharable memory & data structures

2002-02-11  Jörg Barfurth  <jb@openoffice.org>  [9d823d33e934a120cfcf93580c7f2474452a072e]

        #91896# Support sharable memory & data structures

2002-02-11  Jörg Barfurth  <jb@openoffice.org>  [e3b50a46600dfb276e9ba22a01e1a5e8e61d0c91]

        #91896# Support sharable memory & data structures

2002-02-11  Ocke Janssen  <oj@openoffice.org>  [5c49431dec80a83b03533b66f6be62a8d8b11038]

        #90580# enable F6 key for components

2002-02-11  Ocke Janssen  <oj@openoffice.org>  [a615af5c4bdb3c4f68e68b77babcb85ec20a78e2]

        #97314# changes for accessibilty

2002-02-11  Michael Brauer  <mib@openoffice.org>  [94825acd97f0b30ee2d12f817a338d9e79c00f50]

        #95586#: Accessibility continued

2002-02-11  Ocke Janssen  <oj@openoffice.org>  [0a1a6db1af099948ff9bcbf7b76d8548a25529df]

        #97314# changes for accessibilty

2002-02-11  Ocke Janssen  <oj@openoffice.org>  [dd30e0edc12e37e8e76f0aa730a7d83939b9f753]

        #90580# enable F6 key for components

2002-02-11  Oliver Specht  <os@openoffice.org>  [7c57940322b604fd45a22b317aa599028dff125f]

        #96678# unimplemented text directions removed

2002-02-11  Thorsten Behrens  <thb@openoffice.org>  [79efc3ac235691de1dc3e16447282b95dcbfce7c]

        #96948# Added more TextForwarder methods for accessibility

2002-02-11  Ocke Janssen  <oj@openoffice.org>  [53c327a6b615f8ddcf7fe971ddc9f782062465d7]

        #90580# enable F6 key for components

2002-02-11  Oliver Specht  <os@openoffice.org>  [52e81369f9a982e57135704af7da65f76b70fc0e]

        #96678# grid example improved

2002-02-11  Thorsten Behrens  <thb@openoffice.org>  [2c6bee2a18fc1b22337ec80347a9047d33aabd4d]

        #96948# Extended SvxEditSource for accessibility requirements

2002-02-11  Christof Pintaske  <cp@openoffice.org>  [ca2414c3856ab24c7d858e380bc0a9f0ecd47c12]

        #97449# create accessible info if not yet done

2002-02-11  Björn Milcke  <bm@openoffice.org>  [f0026406641311e92dfee6cea02c7cb19df424f5]

        #97452# create styles-context using CreateStylesContext method at SchXMLImport

2002-02-11  Björn Milcke  <bm@openoffice.org>  [b8ccc74d417ee82e7cccb9ca5996f80a96c7bdb5]

        #97452# in exportAutoStyles export also text auto-styles for add-in shapes using text

2002-02-11  Björn Milcke  <bm@openoffice.org>  [381bc7f7c3496512c54ca78fe65704f601662d6b]

        #97452# +CreateStylesContext for creating and registering the styles context

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [2894663127f6f51c3e3182b675ea0a70aaf421b7]

        Merge SRC641: 08.02.02 - 22:53:58

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [171a7c8a66f6b6ecb19a7ab2e16c6db85448d99f]

        Merge SRC641: 08.02.02 - 22:36:52

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [cf802dacd0f636c67db6be8392dd8248835043c2]

        Merge SRC641: 08.02.02 - 22:25:40

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [116b50d89a9eeac692e6a2321b56e610c7554f9d]

        Merge SRC641: 08.02.02 - 22:23:44

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [b7791fd8cd382de85fa8d20fc484e2c49c33208a]

        Merge SRC641: 08.02.02 - 22:22:07

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [22ed77904792b3b5e9609466277946dcf5f6068b]

        Merge SRC641: 02/08/02 - 22:18:58

2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [f9c2548a2ab0776f552fa812813fdff625ffe4ed]

        Merge SRC641: 08.02.02 - 22:15:19

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [5189c27fd3d54376d12876ac9222f5242c470987]

        Merge SRC641: 02/08/02 - 22:15:12

2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [be4c275387256dbdb877ab5981e920354de148e3]

        Merge SRC641: 08.02.02 - 22:14:15

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [fc4917af4cff306a289f893afb5aef0fc3ba1477]

        Merge SRC641: 08.02.02 - 22:13:47

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [07d0ecb2267c7e0b1377755952697c7d8597f3ed]

        Merge SRC641: 08.02.02 - 22:13:35

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [080bd033e48f58e5207ffb2e2ae4d748f5ed840d]

        Merge SRC641: 02/08/02 - 22:14:05

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [54a4ef0e6505d98f575eb04b01160c1d487f7c82]

        Merge SRC641: 08.02.02 - 22:13:01

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [cdea4dba742b1ff0179474ea6dafc22df44590c1]

        Merge SRC641: 08.02.02 - 22:13:40

2002-02-08  Rüdiger Timm  <rt@openoffice.org>  [eb4a83628abc23231eb602cfcf0f47eff0a89245]

        Merge SRC641: 08.02.02 - 22:13:48

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [927367cab4245e362ce6cbb85c414df2a1b08de8]

        Merge SRC641: 08.02.02 - 22:13:29

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [589fad521c930fdf0b8de359badad773040bba89]

        Merge SRC641: 02/08/02 - 22:10:56

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [bfa809bae4e2942cc19102940f5e889df3c1a9c2]

        Merge SRC641: 08.02.02 - 22:10:32

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [b72b4acfe559a55bf5549dc26ae50e1cfb165cf7]

        Merge SRC641: 08.02.02 - 22:07:54

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [5ff0deb3c05f8ece48c505e50d3de29f47c8f5c6]

        Merge SRC641: 08.02.02 - 22:07:35

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [1b6c440006a017e26d0b471b3f71cd8155b7dc9f]

        Merge SRC641: 08.02.02 - 22:06:25

2002-02-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [44815c8ef411477f1039189b3b6d14e98bc9b34b]

        #65293#: constness

2002-02-08  Andre Fischer  <af@openoffice.org>  [a46183cc36a8b35782bbf99823f4eea522aca640]

        #65293# Make Solaris compiler happy.

2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [bc18881b2173cb2fea13544a5ba4303fe250a138]

        #65293# AF: Make Solaris compiler happy

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [f8cda05e57835c5a66d6f679c1ab14918864d5c9]

        new version for SRC650

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [d7280842bd7ed725021b303e6b262ea93a8339c3]

        new version for SRC650

2002-02-08  Sven Jacobi  <sj@openoffice.org>  [bbbd5668c2bdbb139f37ee1824547d51a6327e72]

        #97412# added fill region action for emf, stretchbitmap actions now takes care of bitmap offset and size

2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [257ee5e1a84664e5045431a867127780fcd24688]

        #65293# compiler error

2002-02-08  Andre Fischer  <af@openoffice.org>  [f8d9e3343afdd48c026d66bc933f19ff8f8de286]

        #65293# Adapted files so that they compile under Windows.

2002-02-08  Andre Fischer  <af@openoffice.org>  [365b8bb7b117cd6ff2bfae5dbf0e528ef00bb8ab]

        #65293# Adapted files so that they compile under Windows.

2002-02-08  Christian Lippka  <cl@openoffice.org>  [381e94d0cb97ea3e37d38825c79a7962f27a03b4]

        #92574# throw veto exception when setting read only property

2002-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2c426d7f846b70a76609775e4d73cf9426249ebe]

        #97443# automatic execution of testcases - use -skip as default

2002-02-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbe81361646a7817379169d5cc4cf50a0affd980]

        #65293#: constness

2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [b9c2c25abeb30800bd9fe71e3fe3950cefd2797b]

        #65293# OBR: exclude accessibility for remote vcl

2002-02-08  Frank Meies  <fme@openoffice.org>  [643407a58c52f87ef2584b7c855e9b4ee5f989d5]

        #96678# Cursor size in empty paragraphs in grid mode

2002-02-08  Sander Vesik  <svesik@openoffice.org>  [26cd9e427b81bc79393fa34bfc07e624c1e58063]

        Merge from OO641C to HEAD

2002-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [273a4919fa7ce36c88ae6b71e8e21f2de1419954]

        automatic execution of testcases

2002-02-08  jp  <jp@openoffice.org>  [9624a1307c5317652af8961a560a8798029039ee]

        Task #96967#: add travel to next/prev hyperlink

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [4483090547df8974b65ec564bb031c6c737af705]

        new version for SRX642

2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [82a0afdcc21e440bb88345610a6f575e4d25b7a8]

        #65293# PL: missing header

2002-02-08  Andreas Martens  <ama@openoffice.org>  [b81ae6f0cac74c82a10c0725096135421c159504]

        Fix #96678#: Asian layout grid

2002-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d03858f4c21e217494e371e144931040d0577cf1]

        name created patchfile according to PATCH_FILE_NAME; support compressed tarballs

2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [32ac199cda84bab865a3977ceca7fc008fcce8fb]

        SRX642

2002-02-08  Christian Lippka  <cl@openoffice.org>  [784c725f8dbf958152514d118053d201cdaef95a]

        #95695# fixed setting of ZOrder 0 on masterpages

2002-02-08  Frank Meies  <fme@openoffice.org>  [c2e157da0c1f463c85e53481a2210240daf0a63d]

        #96678# New default values for text grid attribute

2002-02-08  Kurt Zenker  <kz@openoffice.org>  [9822f781e28186831ecd332a9ebc864660b1571a]

        new version for SRX642

2002-02-08  Frank Meies  <fme@openoffice.org>  [27ab679012ae37b9bde88901bbf4216ce88a1599]

        #96678# Made CalcRealHeight a function of SwTxtFormatter for paragraph snap to grid

2002-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4a6bcba0c646272c65b683a1966fdd0fd6b9bd7b]

        #65293# syntax

2002-02-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd6bd39b0516a506367de9a7cba3873ec8190953]

        new version for SRC650

2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [d39de1f845d4cb451cb13ae3f31cf05b0143ef7d]

        new version for SRX642

2002-02-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f22dbc8ef0d05d59b607bb4ca8985689a8d3ef9b]

        #65293#: constness

2002-02-08  jp  <jp@openoffice.org>  [5a004a3cbf272e1eacd03d5156c11c51c401597d]

        Bug #97378#: destroy context before destroy the converter

2002-02-08  jp  <jp@openoffice.org>  [d71b43eb8ee00317fe3fd64a6d9aeaef1b4616d2]

        Bug #97378#: add needed context information for the conversation routine

2002-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [210ea69b3fad6d44ab0e26add8a8277534ffb044]

        #65293# missing include

2002-02-08  Malte Timmermann  <mt@openoffice.org>  [e8f841d03bb7397ed3be2f0accbe5ded1dca5bf8]

        #97034# helper

2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [4cd472f8e66c38a7321f6c323d610b3497547d37]

        #65293# PL: removed old DBG_UTIL code

2002-02-08  Sven Jacobi  <sj@openoffice.org>  [8be2b3e93119426413b62cc477f5c4a7b913d3e6]

        #97364# class FontList wasn't correct linked on linux

2002-02-08  Kai Ahrens  <ka@openoffice.org>  [6d8e39958c61543f9ca2311d482b49239092a0f4]

        #97248#: use filter name of detected SfxFilter as real filter name

2002-02-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [16501b85452512e4369a51cba777a6dc68f2f14a]

        #65293#: undef max

2002-02-08  Thomas Lange  <tl@openoffice.org>  [9cd53d15a92dc4319749fe2b7ac80b2e7e64967e]

        #96868# SwXText::insertTextContent fixed (allows for instances of SwXText as valid text ranges now).

2002-02-08  Ocke Janssen  <oj@openoffice.org>  [537c0bf53529ffc951bb0d8496fd877631589b05]

        #97405# parse focus event to treelistbox

2002-02-08  Vladimir Glazounov  <vg@openoffice.org>  [140fbde2b763388276f51461458e863818f9bb4b]

        #65293# added const specificator

2002-02-08  Sven Jacobi  <sj@openoffice.org>  [9140ebc32bf09215f7978007a647ae5b511980c1]

        #97377# incorrect casting leads to transparent drawing objects

2002-02-08  Ocke Janssen  <oj@openoffice.org>  [3cf13419566d29def518ff4008c351f457c4bfed]

        #97314# accessible corrections

2002-02-08  Ocke Janssen  <oj@openoffice.org>  [96d805b79c788aeb5c94ae2b1c688716b091ed3d]

        #97314# accessible corrections

2002-02-08  Malte Timmermann  <mt@openoffice.org>  [cedf042a9d03b13dbaa704403bb00ba36b36412c]

        #97034# Improved accessibility

2002-02-08  Ocke Janssen  <oj@openoffice.org>  [5b4072059e9471fe70f3d178a4f74e4e7ad21f57]

        #97314# accessible corrections

2002-02-08  Malte Timmermann  <mt@openoffice.org>  [24d9327d60e5b6511333cf9289ac2216bc4bdb65]

        #97034# Accessible helper functions

2002-02-08  Malte Timmermann  <mt@openoffice.org>  [6c3ca006dbd5089a2a36b12196298d62aea3ba38]

        #97034# no accessible for ImplListBoxFloatingWindow

2002-02-08  Ocke Janssen  <oj@openoffice.org>  [6c9496c43f3fac9c49781ca4e6997dfb6e3f50a4]

        #96949# type corrected

2002-02-08  Ocke Janssen  <oj@openoffice.org>  [743a813e3f9158ac1fac712c271d2fea0d1de972]

        make some member functions const

2002-02-08  Frank Meies  <fme@openoffice.org>  [e321918618d5adda29ea4531532c7ca4b5f3b1a7]

        #96678# new paragraph snaptogrid item

2002-02-08  Oliver Specht  <os@openoffice.org>  [20164c51de1aa8fe1b1d322bc64d85ec3325cf09]

        #96678# use which-id in Put()

2002-02-07  Rüdiger Timm  <rt@openoffice.org>  [c35658f5bb45f10bd14428fb5a969b9f5e9dde3f]

        new version for SRC650

2002-02-07  Nils Fuhrmann  <nf@openoffice.org>  [890360b544a73bf1a03996bfbd714efe21b0fd26]

        #67373# Add readme parsing to L10N mode

2002-02-07  Frank Meies  <fme@openoffice.org>  [be108b3a8d89ec3ee22f06bf545c79a84887b985]

        #96678# Vertical Formatting - Wrap around fly

2002-02-07  Thomas Lange  <tl@openoffice.org>  [41e64452704ca84b2ccff4779439c4ce3b26c972]

        #97103# seperate property map for SwXRedlinePortion to allow for attributes that are only valid in those portions

2002-02-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [96b1eb0d86d230b3be109ac1c6bc24b55fff1695]

        #65293#: fix static init.

2002-02-07  Andre Fischer  <af@openoffice.org>  [81e67402720e445c7d7b186c79f486a96cbc631a]

        #97388# Removed erronous svx/ prefix from #include directives.

2002-02-07  Kurt Zenker  <kz@openoffice.org>  [ae21a882995f37c0b546da00a20d67df36bc66dc]

        new version for SRC650

2002-02-07  Kai Ahrens  <ka@openoffice.org>  [26d9f81a5812190f59a8eb2bc11508dce2b24c85]

        #96960#: accessibility for Gallery

2002-02-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2dc29c8cafba3c28ad15b0b953164b3d7e7a762c]

        #65293# corrected case

2002-02-07  Kai Ahrens  <ka@openoffice.org>  [4801fd703ffa8e651ae96029dd0e590c13447770]

        #96960#: accessibility for Gallery

2002-02-07  Oliver Specht  <os@openoffice.org>  [bccd9cdd59db7030c1cbe8245d1f8ee75618d864]

        #96678# TabPage Format/Page/Text Grid

2002-02-07  Kurt Zenker  <kz@openoffice.org>  [9fd0a93c9e4f6da7ea202111293e69f5535fceeb]

        new version for SRC650

2002-02-07  Oliver Specht  <os@openoffice.org>  [001c700c5764b236b75b7ed5a6f3a3b45ae6f76b]

        #96678# BOOL inline methods added as Is...()

2002-02-07  Rüdiger Timm  <rt@openoffice.org>  [56010402f39b91a9f0e44df71609fd8a58cc9de0]

        #87576# always copy libs into %_DEST%\lib, not %_DEST%\bin

2002-02-07  Oliver Specht  <os@openoffice.org>  [82e233e1920da0e9a35a1478c9845cbe1fafd5ca]

        #96678# feature: vertical text layout

2002-02-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b2964060b15ad03e06f81ca6ce5b937f077f3207]

        #65293# missing include

2002-02-07  Oliver Specht  <os@openoffice.org>  [7267810ccdaafa24d2570f89dce3f394939aac11]

        precompiled header support added

2002-02-07  Frank Schönheit  <fs@openoffice.org>  [8055d6240955bb01a561d38fef25e38a798ca4dd]

        #97374# a little resizing .... spanish is a very gossipy language

2002-02-07  Frank Schönheit  <fs@openoffice.org>  [9e7ad8fab2fae394d4a0cc08e6c0d65cef567849]

        #97374# a little resizing .... spanish is a very gossipy language

2002-02-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [3aac8eb8efb5f8bb478488d712a6da0d581f9b5b]

        #65293#: fix typo, cleanup includes

2002-02-07  Andreas Martens  <ama@openoffice.org>  [521ae9bd8d1e1441ea2daa43b60ee2c60918d081]

        New #96678#: Vertical layout

2002-02-07  Andreas Martens  <ama@openoffice.org>  [645cbca3b117b587e1a4ed483acfb58c07c37fe0]

        Fix #96678#: Fly frame in vertical environment

2002-02-07  Frank Meies  <fme@openoffice.org>  [7ac4625b275c902eedbba510bbb4428ea9df2f3f]

        #96678# new snap to grid attribute

2002-02-07  Kai Sommerfeld  <kso@openoffice.org>  [544c436e7eac898586b648cf6d7a186941056cff]

        #65293# - Renamed neon patch file.

2002-02-07  Frank Meies  <fme@openoffice.org>  [9cbc4322e8308f2b71b89f9e6166ac673dd600a2]

        #96678# new paragraph snap to grid attribute

2002-02-07  Frank Meies  <fme@openoffice.org>  [6cb7868ddee66b6ade6fe8078521b540dead4b73]

        #96678# new paragraph snap to grid attribute

2002-02-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [668670d1a4c1d8437f533c4628505e53a8de403c]

        #65293# one more with exceptions

2002-02-07  Joachim Lingner  <jl@openoffice.org>  [95f2189b5f9baa13e5c4538fb27a5c039b22ea84]

        #97345# put static stl objects in get functions because of problems with solaris compiler

2002-02-07  Vladimir Glazounov  <vg@openoffice.org>  [4814e4d91c79dac81d550a1a6ef49d85509872ff]

        #97357# CD: Fix for bug #97233# was not correctly made- most be done for remote vcl

2002-02-06  Kurt Zenker  <kz@openoffice.org>  [ad3ec27454ad3a9848787c954ff88051e79eec1f]

        Merge SRC641: 06.02.02 - 22:09:06

2002-02-06  Vladimir Glazounov  <vg@openoffice.org>  [870b46a621f435b3d419e5cc01fb1f82b600c973]

        Merge SRC641: 06.02.02 - 22:08:48

2002-02-06  Kurt Zenker  <kz@openoffice.org>  [c07afc885e0475d8c6ffaf6b33cf2f1280ed4cec]

        Merge SRC641: 06.02.02 - 22:06:22

2002-02-06  Kurt Zenker  <kz@openoffice.org>  [0107f68388bd6380c54d306de28cb5e3f8cbdf67]

        new version for SRC650

2002-02-06  Jörg Budischewski  <jbu@openoffice.org>  [baeff7f370da31d9958c07a262b6998bb72c564c]

        #97351# crash fixed, when an unknown servicename is requested with no registry underneath. Bug was introduced by rev. 1.10.

2002-02-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9a56fef5d07649d10db9e41f466597e42f9fff58]

        #65293# one more with exceptions

2002-02-06  Frank Meies  <fme@openoffice.org>  [6be042887bb1a48efc287b34ec6fe7b152ba7495]

        #96678# paragraph snap to grid item

2002-02-06  Frank Meies  <fme@openoffice.org>  [98f4c9cef303e0a5ca0d7acf78a09b90a1f08612]

        #96678# paragraph snap to grid item

2002-02-06  Frank Meies  <fme@openoffice.org>  [f37b3a7b6cb1ccd38679061eceb71192b0fcea6e]

        #96678# paragraph snap to grid item

2002-02-06  Stephan Schäfer  <ssa@openoffice.org>  [c1641ae33504c4777e1e948fb89e192e26090ce0]

        #97331# extended keyboard handling

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [94cfc22e689917930b0f2887845fa32a3e23d487]

        #90580# accessible corrections

2002-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [dcf41ca8dac0bc711b228eb0af11b51f2107243c]

        #96678# changed enum WritingMode2 into constant collection

2002-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [57aa289546978b0f92d3241cf6d24930a6f0dda4]

        #96678# changed enum WritingMode2 into constant collection

2002-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [f0abf331f793ecc47719700825e68f50de1a4374]

        #96678# changed enum WritingMode2 into constant collection

2002-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [9abd06314e1cd97333ca281d2422c722feb48aa7]

        #96678# changed enum WritingMode2 into constant collection

2002-02-06  Oliver Braun  <obr@openoffice.org>  [211bd735ffcfa7d9ea6d0262cdfa3cc63340673b]

        #97337# create UNO AccessBridge on windows

2002-02-06  Frank Schönheit  <fs@openoffice.org>  [5c60f4732ed89f62c6b5ca4bde5dc92d0909adc2]

        #97336# buildLowLevelConnection: allow for a password without a user

2002-02-06  Behrend Cornelius  <bc@openoffice.org>  [4eab4bc17fe81165d986a9d44cf4181b7066b85c]

        #96926# chinese spring festivals modified

2002-02-06  Nils Fuhrmann  <nf@openoffice.org>  [c5677251a63241ab6f827270fff35cbbe538d824]

        Merge SRC641: 06.02.02 - 13:45:45

2002-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [a773b7a2e515d159406dd2394179bf196110d14d]

        #96678# load/save text grids

2002-02-06  Thomas Lange  <tl@openoffice.org>  [fb05f8e32129492e80068dd0b775bdf842d01f5c]

        Assertion removed since not always applicable.

2002-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [567e081429e529ef3bc44f893fcb9c839a3151f6]

        #96678# ruby API bug fixed; surfaced when using Rubys in text grids

2002-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [6d4de0a4c8f832f8c178163135213f38c5bd6790]

        #96678# API for text grid

2002-02-06  Frank Meies  <fme@openoffice.org>  [e25dcbadb334426c72bcd62b97f01a9f905b14e1]

        #96678# Vertical Formatting - Height of empty paragraph in grid mode

2002-02-06  Andreas Bille  <abi@openoffice.org>  [a0322a592fceb768b5c4f5d4ea58c813961c3281]

        #97182# Enhanced heuristic in C++ to deal with java1.3-serialized objects

2002-02-06  Philipp Lohmann  <pl@openoffice.org>  [e7fd54c6b4cc1b9b449eab7424320211df3c45b9]

        #97247# add: VCL font tables

2002-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [ebf9a717be8a645788d0e508fecd7972fae1a87c]

        #96678# added properties for text grids

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [7bfad2a0abeca6fe8e3187a6ed8c800c93b9d0fd]

        #96957# new handling inserted for context menu and accessibility

2002-02-06  Philipp Lohmann  <pl@openoffice.org>  [348035bd9ae1f2897e83b8dead4e8b33df38eec5]

        #97247# make default fonts and font substitution configurable

2002-02-06  Andreas Martens  <ama@openoffice.org>  [5cd3c28421359f94294186e4dcdddc75b80bb36c]

        Fix #96678#: Asian grid

2002-02-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4f8e97647368335cd1a49f48f1ab81d04a52db30]

        #65293# too much throw

2002-02-06  Frank Meies  <fme@openoffice.org>  [4556eb79e590027451e43fa16eb95781b4b5d085]

        #96678# Vertical Formatting - Integration of grid attribute

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [0a5064261cbd1bc65b3ef3500d6d1971ee152aa9]

        #96957# typo

2002-02-06  Oliver Specht  <os@openoffice.org>  [af957d6648d16522609597b020d599853a19e76f]

        #97008# draft text added to border control

2002-02-06  Oliver Specht  <os@openoffice.org>  [68676c74c71cceca34ccff2ecc2d344e79f273de]

        #97008# accessibility for children started

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [345ef76ec10cb038c1ed20cdc37ff0d3cc005ce2]

        #96957# new handling inserted for context menu and accessibility

2002-02-06  Andre Fischer  <af@openoffice.org>  [9255b350ea0846f72d967bcf624d2541d3a8a7d2]

        #95585# Register Impress shape types when the DLL is loaded for making the shapes accessible.

2002-02-06  Andreas Martens  <ama@openoffice.org>  [029267c0d1e9646b1794a15fca831f174d2a9958]

        Fix #96678#: Asian grid

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [c3a142ea8d96a4798bfe37d4e7e9030008449848]

        #90580# introduce new file for relation control

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [96440542b62881f3236e3b8b3c2cf78bd6c867a7]

        #97314# new files for accessibility

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [2fcfd4b29fe70df71c2be16456ec508576c04ecb]

        #97314# new classes for accessibility

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [808ce4cfeb7954e2b3abc508e125fafc3071ac7e]

        #90580# introduce new file for relation control

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [943c227ce6ccd423f1d05768c504825395e170a8]

        #96957# new handling inserted for context menu and accessibility

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [78029666b972020ced2c3c31fcb401d9159c707d]

        #96957# new handling inserted for context menu and accessibility

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [e31dcc276b3f0851338593c0dc9d42f022d736df]

        #96957# new handling inserted for context menu and accessibility

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [ebc9a575fcc95f92b6f6a57f4ee79ef5a881086a]

        #96957# new handling inserted for context menu and accessibility

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [332420922c4d52cac86ab429c2058e291a59920e]

        #90580# introduce new file for relation control

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [cbd12ea25d17dc56db55e828bd54e4bae315cee1]

        #96952# new handling for accessibility

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [3657372c7aaa97647abdc543d1f4274e77e17294]

        #96957# new handling inserted for context menu and new interface

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [b915d86f205af10fd1e6b4d48d3cdda7a68a61b4]

        #96957# new handling inserted for context menu and accessibility

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [d02c9195489043ff671a8df47b49409b8e7e862b]

        #90580# new interface class needed by the new control

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [19d830286fd617af610a68d29f63c272628d9dca]

        #90580# new control for the relation and join dialog

2002-02-06  Ocke Janssen  <oj@openoffice.org>  [33e8563bb2093a3dfdb04a88f01736d380d48d47]

        #90580# introduce new file for relation control

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [b70cdc1a23f454b52686b9c2598c5f350964ad58]

        Merge SRC641: 02/05/02 - 23:22:11

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [48c1a83f0d6d1c2596ca8acd09ade6cddf5bccc0]

        Merge SRC641: 02/05/02 - 23:16:53

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [b4513a98e85982755907e45521e23f7fae08bfbe]

        Merge SRC641: 02/05/02 - 23:14:10

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [b353a97ed5ff6290267b24bede85214ee83bf33d]

        Merge SRC641: 02/05/02 - 23:06:20

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [51bdf3311b0216bc809c0396ba5b4105771b00c2]

        Merge SRC641: 02/05/02 - 22:52:47

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [58f806a22b91191fed4646695f5e1643590790de]

        Merge SRC641: 02/05/02 - 22:39:24

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [1758d98d8a05a1b18eef72d26705b8a4108544a3]

        Merge SRC641: 05.02.02 - 22:31:14

2002-02-05  Vladimir Glazounov  <vg@openoffice.org>  [960e0eecc380e8adbd5b7323a5607dba5cd309fe]

        Merge SRC641: 05.02.02 - 22:29:08

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [f97cd76ba83765c18cd3844200b4a5b9f4523106]

        Merge SRC641: 05.02.02 - 22:24:48

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [53745d0b025e86c4bac507579954929945b28306]

        Merge SRC641: 05.02.02 - 22:24:21

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [8b08dac2eb60d9cdbfa589563d40bc9fe2442746]

        Merge SRC641: 05.02.02 - 22:23:15

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [e16e09716f41e25778bff6e1eecdf4ac6e956543]

        Merge SRC641: 05.02.02 - 22:24:23

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [d4b0685dd6e76f5f4a2886c34d7e1f397a87cfcb]

        Merge SRC641: 05.02.02 - 22:22:35

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [7ae7ecef7d613af0ec4431c73f99913bdfa828d1]

        Merge SRC641: 05.02.02 - 22:22:12

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [a219078af264d055625d9b1d723a7c2311539a9f]

        Merge SRC641: 05.02.02 - 22:21:58

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [f6da5d6c069dc33e47c3f18430671f79d5844a2e]

        Merge SRC641: 05.02.02 - 22:21:13

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [894f28616270217ac20581d0f1b5a53d95a37411]

        Merge SRC641: 05.02.02 - 22:22:43

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [292e7a403b80e20dfe323fad6858477e7a038b4c]

        Merge SRC641: 05.02.02 - 22:20:14

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [11911a4d75bfe62fe7b9797dbeb675ba3a91d986]

        Merge SRC641: 05.02.02 - 22:19:56

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [4a31132e842780ab883f743fae632b6129d3068d]

        Merge SRC641: 05.02.02 - 22:19:55

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [37fb56d6297b415ee646ae734650fc3291ad688e]

        Merge SRC641: 02/05/02 - 22:19:16

2002-02-05  Vladimir Glazounov  <vg@openoffice.org>  [3161ceaa7e8469826a0d90833ff0bba1efff9bf7]

        Merge SRC641: 05.02.02 - 22:18:34

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [ffc881bb43dcbce11ee1e6f1606fbe89a088a4dc]

        Merge SRC641: 05.02.02 - 22:18:13

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [b01c0473ddf96017b3d66dc0fb2957920311ef9d]

        Merge SRC641: 05.02.02 - 22:19:01

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [d7ed1f118bc153022daeefd61e6dc7d6154bf075]

        Merge SRC641: 05.02.02 - 22:17:48

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [70963d3e961d35b6bdfd56ba16563afeaf2d7426]

        Merge SRC641: 05.02.02 - 22:16:55

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [fb3ebab0091d723eee4757a23f8cf95e961f65cf]

        Merge SRC641: 05.02.02 - 22:15:55

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [adf50096fecc3c3bcb3b2d19acacf6b29a58be3b]

        Merge SRC641: 05.02.02 - 22:15:13

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [fca7b603e5ce01c519e88fe99659992d096663b3]

        Merge SRC641: 05.02.02 - 22:15:00

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [c363e2722f680105e2d5d2d3fb8f54a9f793a7b6]

        Merge SRC641: 05.02.02 - 22:15:53

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [324ad7c259fcdb1042774d17e2f49d6e383a61f8]

        Merge SRC641: 05.02.02 - 22:14:19

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [8d6f0ab747a89016ff8f6da432bd8d564d646d17]

        Merge SRC641: 05.02.02 - 22:12:53

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [ef63d4b879984e05589c45d30510917122dd2299]

        Merge SRC641: 05.02.02 - 22:12:38

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [a0a1a7ae0aec3010bbf660a07e7772189fbf0c30]

        Merge SRC641: 05.02.02 - 22:09:46

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [1dea93724be32b4a89085b4b2e67ade7d5bfe8f1]

        Merge SRC641: 05.02.02 - 22:09:51

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [d778dee90f0ae02682a6f33b1f0c9ac9262f3034]

        Merge SRC641: 05.02.02 - 22:09:23

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [9fc0acbce294e09ab3ca83218d17223b416888a5]

        Merge SRC641: 05.02.02 - 22:08:51

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [c5adfefad1d6f6517cc2f73c3e73f7d1d9fce2b7]

        Merge SRC641: 02/05/02 - 22:07:58

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [0f383eb4aa9232548538e307cc036f969da274ee]

        Merge SRC641: 05.02.02 - 22:07:46

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [56fe4325480aa8b975b95322b9f38729fcdcab69]

        Merge SRC641: 05.02.02 - 22:07:20

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [7a1647c204852ffe31a8615c224062a545e0defb]

        Merge SRC641: 05.02.02 - 22:05:51

2002-02-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f5fad70031e0e8dcf3960578ea1f86600dbfd08]

        #65293# define trace macros empty for product versions

2002-02-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0e4beb399e17ad18815891f1f19a1c918300d603]

        #65293# if the directory is no longer built, the library cannot be linekd...

2002-02-05  Frank Meies  <fme@openoffice.org>  [52df9336496490376116be3a6509a90a17470d27]

        #96678# Vertical Formatting - Evaluate grid mode attribute

2002-02-05  Sascha Ballach  <sab@openoffice.org>  [0009636e6b306e4a486105e9ed30b71ccaa747d5]

        #95584#; helper class for AccessibleRelationSet

2002-02-05  Frank Meies  <fme@openoffice.org>  [6ba6377ba0b2ea7eaa4a3a9ba8e4663da10cffb2]

        #96678# Vertical Formatting - Parameters of AdjustBaseLine

2002-02-05  Michael Brauer  <mib@openoffice.org>  [9f55a910333f156818a46955bf3f1f8d81459493]

        states, weak references, etc.

2002-02-05  Andreas Martens  <ama@openoffice.org>  [f3d1df857a977eabe05f35785408b334053fe23b]

        Fix #96678#: Asian grid

2002-02-05  Andreas Martens  <ama@openoffice.org>  [7cf9bba37553e2e27a53fad76fcc40e61e274284]

        Fix #96678#: Asian grid

2002-02-05  jp  <jp@openoffice.org>  [04661914fc9ba80640f7aa4ba20e43e5f1fd6cf7]

        Task #92291#: add new character skip modifier

2002-02-05  Andre Fischer  <af@openoffice.org>  [a67ade0c60cc9fa5aad7f5f3bd59cbbad0c89055]

        #95585# SdWindow now supports the CreateAccessible method that provides the caller with an object making the window accessible.

2002-02-05  Christian Lippka  <cl@openoffice.org>  [07459a4399b2a84a0e5d46c113195ca7f333cb33]

        #85255# fixed PutValue methods with enum values

2002-02-05  Oliver Specht  <os@openoffice.org>  [aeb3523b694e89a24776d7ee0aaf5a71ece430b8]

        #65293# cast corrected

2002-02-05  Andre Fischer  <af@openoffice.org>  [5c545e30e37d083c98f401a870ff522795e729ad]

        #95585# Added accessibility subproject.

2002-02-05  Andre Fischer  <af@openoffice.org>  [547d85930e411ab0fa0feaacc8cbe2441e767963]

        #95585# Removed flags remaining from the initial test phase.

2002-02-05  Thomas Lange  <tl@openoffice.org>  [7746775b3261cc01d1f9a794967d83027d456037]

        #96690# SwXTextCursor::collapseToStart fiexed

2002-02-05  Vladimir Glazounov  <vg@openoffice.org>  [5d72ebf07ccef3c3e8c49e4fc33b012132f43b7d]

        #65293# exception specification

2002-02-05  Christian Lippka  <cl@openoffice.org>  [18f9b6fac9726956f66fed7eeb917688e82df8a4]

        #86751# throw exception in getByName

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [67873546add680c2bd0df823f05dae99e609c38e]

        new version for SRX642

2002-02-05  Christian Lippka  <cl@openoffice.org>  [42a7ceed044b5bdc1f64595a5f67044a9a7cf16e]

        #96689# fixed gpf if any is void

2002-02-05  Andreas Bille  <abi@openoffice.org>  [6f6880f2152dc44869b1a83d1ade9fd63f0003e5]

        #97119# Added a small comment

2002-02-05  Daniel Vogelheim  <dvo@openoffice.org>  [21c9601835053add8c7f963171a7cd1d6bd0a8f4]

        #96678# use enum WritingMode2 instead of WritingMode

2002-02-05  Christian Lippka  <cl@openoffice.org>  [1db434b0e61e78232d43054fc5aba3b8aedb4bcc]

        #95699# set autolayout also in master page mode to remove pres objects if needed

2002-02-05  Andreas Bille  <abi@openoffice.org>  [e0fd66e187c7618dc4c49ca13c2784ac10805d99]

        #97119# Work around for collator?

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [76b7cbf587811af9c829fdd7f0c50306747a8cfe]

        new version for SRX642

2002-02-05  Kai Ahrens  <ka@openoffice.org>  [29ddab49d80aced6cf010db7d5f9ee7f7b2a1506]

        #65293#: added EXCEPTIONSNOOPTFILES section

2002-02-05  Vladimir Glazounov  <vg@openoffice.org>  [eb77ab198b56bf6ce1b01da05a1937c6967f6380]

        #65293# SAB:change the first value of the pair to const so it pass the solaris compiler

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [2a44e31559ed9bf50f1ad8b53303b666b45878c2]

        new version for SRX642

2002-02-05  Kurt Zenker  <kz@openoffice.org>  [9322a9d283bde3d35d97c27f0a1e3e7f7c40f81f]

        new version for SRX642

2002-02-05  Christian Lippka  <cl@openoffice.org>  [887a374b3b555ce6bfef11bb79785c88a6e1a5bc]

        #96645# an OLE2 object with a graphics style may still be a presentation object

2002-02-05  Andre Fischer  <af@openoffice.org>  [3db1c30614dc8f921ca4ab1d5efe35b4543b79d0]

        #95585# Added accessibility subproject

2002-02-05  Andre Fischer  <af@openoffice.org>  [f97b8af027e05b0e67a1526f16915c4376e9a845]

        #95585# Added accessibility files.

2002-02-05  Andre Fischer  <af@openoffice.org>  [b72078e84e6d6f3ea5c856dddea4ef712b72eb37]

        #95585# Added accessibility header files.

2002-02-05  Oliver Bolte  <obo@openoffice.org>  [8c1712ae708694cda254f4252d6596fe5c0094cb]

        #65293#

2002-02-05  Christian Lippka  <cl@openoffice.org>  [c3de8da1e4e48173d01bc7c5b3129a3390d174be]

        #92430# terminate fuslshow before destroy

2002-02-05  Oliver Specht  <os@openoffice.org>  [b78359099e5ebd46bc5e3c3d09693dcab57ddf76]

        #97253# backspace and return now available in category again

2002-02-05  Mathias Bauer  <mba@openoffice.org>  [b4f4b46fd03a1ac87cef633d1b3a122e05e95222]

        #97271#: crash when resizing SfxFloatingWindows

2002-02-05  Andreas Martens  <ama@openoffice.org>  [990ceb25d8ba741303b5c1c5a069575573f6d3de]

        Fix #96678#: Graphics with different height and width

2002-02-05  Malte Timmermann  <mt@openoffice.org>  [557e6e0cabd395e4a85905c1c6e1e54b80a04787]

        #97034# Functions for Accessibility

2002-02-05  Malte Timmermann  <mt@openoffice.org>  [cb82640082618adee83e3d37d2a69f50a62b0c41]

        #97032# methods for cursor/word iteration

2002-02-04  Daniel Vogelheim  <dvo@openoffice.org>  [60fa3bab62c31504d3bed09bf320c71fd1583f50]

        #96678# load/save writing mode

2002-02-04  Daniel Vogelheim  <dvo@openoffice.org>  [7053b4d3162b3cdc6dec827fae9bf86e2182d389]

        #96678# add WritingMode property

2002-02-04  Daniel Vogelheim  <dvo@openoffice.org>  [7e84ac2eb3a4317868b78abc0653c45dbf08a628]

        #96678# add WritingMode property

2002-02-04  Daniel Vogelheim  <dvo@openoffice.org>  [e5d806f87406e0352a6a1b3697d9cbef73c3c414]

        #96678# add WritingMode property

2002-02-04  Daniel Vogelheim  <dvo@openoffice.org>  [fea9abcfac2ebfe18b44a7824bc88fbe330b89f8]

        #96678# fixed SvxFrameDirectionItem::Put/GetValue to use enum WritingMode2.

2002-02-04  Daniel Vogelheim  <dvo@openoffice.org>  [d5df7f14eedce4e2ef8d7a4a647f125fae116722]

        #96678# add WritingMode2 type to TypeGeneration.?xx

2002-02-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3cf5be2d8bf867d40daa07b169316a6cc48d3e2b]

        #97128# for .spc files only: provide define with content of COMID, prefixed with _

2002-02-04  Daniel Vogelheim  <dvo@openoffice.org>  [4bca4fc9c35480fbc9e42ad09be07e5df38f992e]

        #96678# update API to handle vertical writing in Writer frames + pages

2002-02-04  Armin Weiss  <aw@openoffice.org>  [7af395b15b064e0c261c958b81a6b3a89fd8d881]

        #97231# Undo-Stack needs to be cleared, else the user may remove the only drawpage and this is a state we cannot handle ATM.

2002-02-04  Thomas Benisch  <tbe@openoffice.org>  [96bd54275ae74eb62a8de57e2e8f15557d4c98f1]

        #97213# Clipboard doesn't work correct in the dialog editor

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [b2ccd37034abe3ac0508296c60374eca225d9f11]

        Merge SRC641: 04.02.02 - 16:25:10

2002-02-04  Christian Lippka  <cl@openoffice.org>  [fdf5fd15e7b9fe042e72bb5cbeceabe93b257c35]

        #96849# removed unnecc. assertion

2002-02-04  Thomas Lange  <tl@openoffice.org>  [78b99f358b9b5c291e5f028bf39ebda37e80fc6c]

        #96512# SwXShape::attach implemented

2002-02-04  Oliver Specht  <os@openoffice.org>  [c36ea1b62a3349bb5ff6b05921e0ab9d763f66b7]

        #97008# accessiblity of border control

2002-02-04  Christian Lippka  <cl@openoffice.org>  [c996412710b0d246b97cabc99f97556f364ccb7d]

        #97178# use anchor position in writer for dimensioning and connector

2002-02-04  Michael Brauer  <mib@openoffice.org>  [5370903a2712a64381b091d0bfc2509c9b3cf183]

        Accessibility

2002-02-04  Kai Ahrens  <ka@openoffice.org>  [c09b54e6ae251e60f8203c8b034160aa31842977]

        #96981#: set default for bScaleObjects to FALSE

2002-02-04  Oliver Specht  <os@openoffice.org>  [18fd24dd079a6eab6cf4e0f0a5fc1423f91b1e4a]

        #97008# accessiblity of border control

2002-02-04  Armin Weiss  <aw@openoffice.org>  [9588dcd87cf13c7faef092d92b2972eee1f489fd]

        #95971# Allow keyboard text edit activation (F2) not only in QuickEditMode

2002-02-04  Frank Schönheit  <fs@openoffice.org>  [df899ccee4f74856b3beda418a4c1e82d653f517]

        #97214# in parseNodePredicateStr, pass the ParseContext to the parser for correct internationalization

2002-02-04  Thomas Lange  <tl@openoffice.org>  [45afbdd4a32017c98243265636c9dc675d1be261]

        #96559# explicitly call Clear for DocShell before Mutex is destroyed

2002-02-04  Frank Schönheit  <fs@openoffice.org>  [9eb2ed5416c863379646b9f00d5ede442d88cffc]

        #97214# in translateStatement, use the proper international flag

2002-02-04  Vladimir Glazounov  <vg@openoffice.org>  [823acabfab17caf1f7977b54ab5effe4b4e43d57]

        #65293# direct assertion to shell for webtop

2002-02-04  Stephan Schäfer  <ssa@openoffice.org>  [78fa9c1f9df94d07defb8490e89c6a759ada50e6]

        #95153# ignore mouse events of type EnterWindow to avoid menu selection during menu popup

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [f3d7446ad0e700aa775c4ea0a8f1ab4f7b74fc9e]

        Merge SRC641: 04.02.02 - 13:12:37

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [3ad17a2d5884f9903c870ac9a24075963a2cca44]

        Merge SRC641: 04.02.02 - 13:03:50

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [6df834af8af581b802250e1ddd455aa0c5e00816]

        Merge SRC641: 04.02.02 - 12:52:08

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [1804eeb4f439831b8935ab846df83c34d3435584]

        Merge SRC641: 04.02.02 - 12:46:36

2002-02-04  Frank Meies  <fme@openoffice.org>  [af832c5600d931783fb91e4841054e53269146c9]

        #96678# Vertical Formatting - Flys anchored to characters

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [5b028ae5711e415b2eb109edc21068a327c852af]

        Merge SRC641: 04.02.02 - 12:37:44

2002-02-04  Andreas Martens  <ama@openoffice.org>  [da48164a0f950b4e0ba72bcad77c4737cfeb1a10]

        Fix #96678#: Fly bounded at character in vertical environment

2002-02-04  Behrend Cornelius  <bc@openoffice.org>  [5b5db6ec2bf8e9a6569f9d2fec4a0564bc27d854]

        #97220# Comment added to resource

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [59dc5c03302427a767588c3a25a294cfe5618a80]

        Merge SRC641: 04.02.02 - 12:19:26

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [5e47d2dcc6f53ad96a3dcb1141b484a8b83d2fc2]

        Merge SRC641: 04.02.02 - 12:06:21

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [6024934956b8ebdd5289b128b788dfddcf2c8dc9]

        Merge SRC641: 04.02.02 - 12:03:27

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [424632c678a8a59d9ef26e42c8a0da96b3fc00c4]

        Merge SRC641: 04.02.02 - 12:02:19

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [9e85e35cdc811ef8c96763d766e759f06338df7d]

        Merge SRC641: 04.02.02 - 11:56:26

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [89f5661e9bbaafdf73773bbe8c7e4e7ada2941b3]

        Merge SRC641: 04.02.02 - 11:55:35

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [8f28b8e8301b7740795555a20d4bcf6ce8cd3055]

        Merge SRC641: 04.02.02 - 11:55:50

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [265c352753df8b0cf07123a805ad6f47e4540fff]

        Merge SRC641: 04.02.02 - 11:56:06

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [39f8509ad5ef74efd539c624653d0edd8b231a3b]

        Merge SRC641: 04.02.02 - 11:54:18

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [afddf2f62493ad82c667c68e4c566f3de9bbcaf3]

        Merge SRC641: 04.02.02 - 11:51:32

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [c21fc12364141656d61d63cfaf9aa7c6779a1b58]

        Merge SRC641: 04.02.02 - 11:51:12

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [31c650f3911017d224c9e29f08c713f7177627ee]

        Merge SRC641: 04.02.02 - 11:50:23

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [a0fad5037a070df2bc25f1b181490552710444a1]

        Merge SRC641: 04.02.02 - 11:49:43

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [2341847531c0bc3c32b70e38fac88de97fa34f8f]

        Merge SRC641: 04.02.02 - 11:48:18

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [2a65345b31be26c76d4bfc2a6f3f1652e710badb]

        Merge SRC641: 04.02.02 - 11:47:06

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [897e06c8deb0e905554e3c09c47e05eba18b34b6]

        Merge SRC641: 04.02.02 - 11:47:00

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [c204505176fd94c8fca8fd112403772e88e8827a]

        Merge SRC641: 04.02.02 - 11:46:46

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [89544a3871c17e333aed67393d5349895268ff0d]

        Merge SRC641: 04.02.02 - 11:46:34

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [17b2baf5c1ad64e4a5229278be7fb8fa9d80a7d0]

        Merge SRC641: 02/04/02 - 11:44:23

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [82b1333fd18bee132187f9d3e0d738278666fbb3]

        Merge SRC641: 04.02.02 - 11:43:40

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [b2919c2d3571a7317c7cfc6b6df90d6aff768661]

        Merge SRC641: 02/04/02 - 11:43:30

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [cebc67034d97ba9a16274ed5c18a874fd80b0c93]

        Merge SRC641: 04.02.02 - 11:43:35

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [dab2eb242672f3c8610b4d399d412984432fb589]

        Merge SRC641: 04.02.02 - 11:42:45

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [e51907da5516ac3dbd50d754a11d2124b8423d18]

        Merge SRC641: 04.02.02 - 11:42:29

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [f3e1992380ed9deed2963020e63a3484a11e207a]

        Merge SRC641: 04.02.02 - 11:42:15

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [3dbb66c6ce8c9b5b8a3dfb4c349a87af58283d89]

        Merge SRC641: 04.02.02 - 11:41:47

2002-02-04  Oliver Specht  <os@openoffice.org>  [4b642d5d5813c4a4abc876cae964d6f4b7c0ece3]

        #96962# key input of RETURN does the same as a double click

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [2bdcc00bad1816da6455bc6aa2c81c9d16365d9f]

        Merge SRC641: 04.02.02 - 11:38:47

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [7ab67462335b7156fc802b5c558af7f35f43c94b]

        Merge SRC641: 04.02.02 - 11:38:38

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [3831551cba7d5b5dd99d3e69ef9c0e9ae0a397cd]

        Merge SRC641: 02/04/02 - 11:37:32

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [b767cb3e55eb0879b574e3dc78a5b8d597b5b41e]

        Merge SRC641: 02/04/02 - 11:36:59

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [27783e3be86612d654b15044ffd13a4931fb6903]

        Merge SRC641: 02/04/02 - 11:36:20

2002-02-04  Vladimir Glazounov  <vg@openoffice.org>  [8a666e03cb0be4d765f47a81c7727913c77af185]

        Merge SRC641: 04.02.02 - 11:36:11

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [6e766ac4a55902387c3b3c9e27a5c0f04ee55086]

        Merge SRC641: 04.02.02 - 11:36:08

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [4ff637b47c8934ebd0c982c2b63df65ed5f55b35]

        Merge SRC641: 04.02.02 - 11:35:05

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [af9f4a0fe0d7bdcceb6161ab015aa28b81400fdb]

        Merge SRC641: 04.02.02 - 11:36:28

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [57a6f5ed2a331b8e170482c9a767784d287234bf]

        Merge SRC641: 04.02.02 - 11:34:50

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [82b73ff5631da8cb9fec65cb505380612b07d959]

        Merge SRC641: 04.02.02 - 11:33:12

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [296298533d4c0ce8f36dc191df5191540168e9db]

        Merge SRC641: 04.02.02 - 11:32:39

2002-02-04  Kurt Zenker  <kz@openoffice.org>  [858c695212609c86f99c5d332aee54d44c1e35d7]

        Merge SRC641: 04.02.02 - 11:33:20

2002-02-04  Caolán McNamara  <cmc@openoffice.org>  [3e13e053749e1bf19179bf83bdf0a18a9488b5e8]

        #i2408# Import and export set/ask references fields as set/input, change references to bookmarks to show variable as appropiate

2002-02-04  Caolán McNamara  <cmc@openoffice.org>  [856ef59f81446a0fb762fd0f2af5852c3a026cb2]

        #i2408# derived classes need to move attributes after field as well

2002-02-04  Christian Lippka  <cl@openoffice.org>  [375f4a5d45b2cdfc6d7f482a058453a5bbfed37a]

        #95585# fixed service description for api access

2002-02-04  Oliver Specht  <os@openoffice.org>  [fd84e45e8f4a792365bb3b60da6b2d80457a98c7]

        #97008# accessiblity of border control

2002-02-01  Mathias Bauer  <mba@openoffice.org>  [cf9325e95eeb9d2ed64938cf8e5996a5e13d80de]

        #94532#: avoid seeking stream when destroying SotStorage, results in error if stream is unbuffered

2002-02-01  cdt  <cdt@openoffice.org>  [1c4a60a12ccc67f14bb776fb3d4dcecec03a85ca]

        #94448# icon not longer needed for java client

2002-02-01  Stephan Schäfer  <ssa@openoffice.org>  [3578ea93b4a366d0f1b838b33b67b4448e97116f]

        #95684# GetWindowExtentsRelative corrected for non frame windows

2002-02-01  Andreas Martens  <ama@openoffice.org>  [623e12522df87e38bf6aa6122dcba7f2b3dfd643]

        Fix #97173#: Resizing the root during cut of a table

2002-02-01  Rüdiger Timm  <rt@openoffice.org>  [53dd4c75247944cf6ee48080f5cb20baade21428]

        Initial version. 'z' this file to get zipfile rebuilt.

2002-02-01  Andreas Martens  <ama@openoffice.org>  [53ff42ac31932f1f8487e5bc6fa798992c6a5a08]

        Fix #96678#: Asian grid, page body and columns

2002-02-01  jp  <jp@openoffice.org>  [7396770d33991c75bd1dce6875dd42fb4669d740]

        Task #92291#: add new character skip modifier

2002-02-01  jp  <jp@openoffice.org>  [d9c82783710a4bfea47e9f04b97ad98abacfc268]

        Task #92291#: add new character skip modifier

2002-02-01  jp  <jp@openoffice.org>  [13cab86d7072cfe7b1df76101ee7216dda0362c6]

        Task #92291#: add new character skip modifier

2002-02-01  jp  <jp@openoffice.org>  [76a098487d016175fef55fb1a83466c069452ae9]

        Task #92291#: add new character skip modifier

2002-02-01  Frank Meies  <fme@openoffice.org>  [ab98c273c1b18a41b34203ba8052d34e3f9fa7e3]

        #96678# Vertical Formatting - Line grid only mode

2002-02-01  jp  <jp@openoffice.org>  [605d22a119cb5b708ecc0c7ea98dac7be132e827]

        defines text cursor skip modifiers

2002-02-01  Frank Schönheit  <fs@openoffice.org>  [ea8a61e3e716d80b7db1e84c4d4b1027a594e518]

        DialogModel::createInstance: allow for creation of _any_ model which supports the css.awt.UnoControlModel service

2002-02-01  Frank Schönheit  <fs@openoffice.org>  [3c26c06e2797337681196e08de212d8f8f29c118]

        +OCommonGeometryControlModel

2002-02-01  Frank Meies  <fme@openoffice.org>  [eb1467985227899070afdb96c5cb43cd04b96256]

        #96678# Vertical Formatting - Direct cursor

2002-02-01  Oliver Specht  <os@openoffice.org>  [025d6beb7c684274f7ae13c35365b7ac2d2cffbe]

        #97044# accessibility design change

2002-02-01  Behrend Cornelius  <bc@openoffice.org>  [0d0d8caff3f7c4a93e1b75a48842954d3e7d2e9c]

        #97183# china.bmp exchanged for china.gif

2002-02-01  Andreas Martens  <ama@openoffice.org>  [1415e4e2bddaf7ca878e2b4091517ae6ec8c4d36]

        Fix #96678#: Table selection in vertical environment

2002-02-01  Stephan Schäfer  <ssa@openoffice.org>  [79f1cda02895fcf2458097d32d7852b59b37182c]

        #97020# read HighContrast settings

2002-02-01  Stephan Schäfer  <ssa@openoffice.org>  [f4c51a9acfee55ed5ae94424519eaeca695e42b8]

        #97020# Get/SetHighContrast

2002-02-01  Frank Meies  <fme@openoffice.org>  [0636013cabe8bb18c6d2f34b5da4ca2377e04434]

        #96678# Vertical Formatting - CalcPrepFtnAdjust for vertical layout

2002-02-01  Frank Meies  <fme@openoffice.org>  [849882c66521fe39813d545260954fa52dd6c129]

        #96678# Vertical Formatting - Orbit assertion did not make sense for vertical layout

2002-01-31  Sven Jacobi  <sj@openoffice.org>  [d4618beeb14dda659c8dc7b7004c7f4d6093b6b3]

        #94239# preview is now using the correct page

2002-01-31  Sven Jacobi  <sj@openoffice.org>  [faf7064e3d1c6b73f0877adbfd63a9c7200de1b3]

        #95385# removing assertion

2002-01-31  Kai Sommerfeld  <kso@openoffice.org>  [97199a3ed37d954dd63cb03dd4977f3e97177264]

        #65293# - Generate missing header instead of making dependend on offuh.

2002-01-31  Frank Meies  <fme@openoffice.org>  [6233b9ddc334d5802b441e6acc12749775f1d8e5]

        #96678# Vertical Formatting - Grid mode

2002-01-31  Vladimir Glazounov  <vg@openoffice.org>  [7861cd790d0dd503e7b4ed4b682df2396767dcd5]

        #65293# corrected external dependencies

2002-01-31  Andreas Martens  <ama@openoffice.org>  [8c5ac2dbac0c1b7c4aa37eaf29526fa9b3a752d1]

        New: Asian grid layout

2002-01-31  Frank Meies  <fme@openoffice.org>  [edc0d491695be5bac279759ca04ee93aa25ac4a9]

        #96678# Vertical Formatting - Grid attribute

2002-01-31  Andreas Martens  <ama@openoffice.org>  [e93b730be089d0a52d70db74b92b2f103840bbc8]

        Opt.: Unused local variables removed

2002-01-31  jp  <jp@openoffice.org>  [393a164020dadc0ed8f767a37a6afdbc0a9c4abe]

        Task #92291#: Textframe not longer friend of SwPaM

2002-01-31  jp  <jp@openoffice.org>  [ed2413117e47f2aedd77fa991556a7b5d5fda186]

        Task #96678#: add some missing forward declarations

2002-01-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9eda71a43d91ef1c023d84ddb66b43933bb60a19]

        #96767# generate missing JAVAFILES from JAVACLASSFILES

2002-01-31  Oliver Braun  <obr@openoffice.org>  [f963b249167550dd42c0447341ed1fa79beccd2b]

        XComponentContext removed - already there

2002-01-31  Oliver Braun  <obr@openoffice.org>  [1989b195847042227af758131090d70ffad046d3]

        XComponentContext added

2002-01-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [86318c432d8c207ec86c4c6a39bda61c3ed06675]

        #97162# rename libraries while checking

2002-01-31  gt  <gt@openoffice.org>  [24a36a837857160fb453981c7554e6ad56fae2eb]

        #96871# change mask color to magenta

2002-01-31  Sascha Ballach  <sab@openoffice.org>  [ce7eba1122fdf616e9e72dbdaeb8d53c9c71352d]

        #95584#; use the new container class for the Listener

2002-01-31  Frank Meies  <fme@openoffice.org>  [ac760314ae5c98f59b1f1b5ae85f263ee5b3e6b1]

        #96678# Vertical Formatting - New grid attribute

2002-01-31  Andreas Martens  <ama@openoffice.org>  [d0e619a035b9ce243b3442137af287c00966d61b]

        Fix #97155#: Don't let the grouped object jump around

2002-01-31  Michael Brauer  <mib@openoffice.org>  [a85e400807ed9330e76fca8afdeb5579d0bed5fe]

        #97145#: Set default font correctly

2002-01-30  Frank Schönheit  <fs@openoffice.org>  [1a31e5bbd37107b3a494cf7040976287c3665296]

        #97140# HACK: simulate a loaded call when inserting a column into an already loaded form

2002-01-30  Vladimir Glazounov  <vg@openoffice.org>  [0ddaed0e2088125deb109623c175e95f2fb679d5]

        #65293# added work around for quasi compiler bug

2002-01-30  Vladimir Glazounov  <vg@openoffice.org>  [30bdc386b53341902959cc15046cdb516563fdee]

        new version for SRC641

2002-01-30  Kurt Zenker  <kz@openoffice.org>  [dc62646747061d18abb4f0c5f6f2f26daaee203c]

        new version for SRC641

2002-01-30  Sascha Ballach  <sab@openoffice.org>  [c72de7b981b90d75d9847d682b38d7ee81326738]

        #95584#; move base classes from svtools to sc

2002-01-30  Sascha Ballach  <sab@openoffice.org>  [6d045799fac8fe476352398a42febebbff1d8c20]

        #95584#; use a Impl class and change form vector to a map

2002-01-30  Nils Fuhrmann  <nf@openoffice.org>  [87e5e87e3aad36690b6bd713952eed91d957f894]

        Added xmlparse.hxx

2002-01-30  Behrend Cornelius  <bc@openoffice.org>  [40b1332f6a238d02c6be785a17a0b19ae03b0094]

        #97134# Variable 'TargetMonth' removed

2002-01-30  Vladimir Glazounov  <vg@openoffice.org>  [9a614e30015d0cb3fd98ac4c8b958dfad309e8df]

        #65293# added exceptions files

2002-01-30  Vladimir Glazounov  <vg@openoffice.org>  [fd4caca65f5d2159604148ced75412ad5532ed91]

        #65293# corrected definition

2002-01-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c785b20a21d575ed51a696c9e119ef593c8f3a6f]

        #97001# simple locking to avoid ldump database corruption

2002-01-30  Frank Schönheit  <fs@openoffice.org>  [42da8750cc798984f42bc8db9c48f72eacb43541]

        #97122# when selecting a data source, make sure it is no no-op causing unnecessary things

2002-01-30  Vladimir Glazounov  <vg@openoffice.org>  [aed5521d873f350a02baf1ffc438925d80f95b48]

        #65293# MT: Dont call CallBacks while in ImpEditEngine-CTOR

2002-01-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a59caeb38109318d3969a509640cd9eeee7e7336]

        #97128# for .spc files only: undefine the content of $(COMID) (e.g. MSC or GCC) and supply COMNAME

2002-01-30  Sascha Ballach  <sab@openoffice.org>  [1fdb39c571d806f9448e78f55c7fc6d5bc54320b]

        #95584#; we don't need base classes, because all applications have different requirements

2002-01-30  Andreas Martens  <ama@openoffice.org>  [3a59895f3135a4660e13c250429e3e6d5a2beb0c]

        New #96678#: Grid for Asian layout

2002-01-30  Nils Fuhrmann  <nf@openoffice.org>  [dd32a8a0a2f311130c2c45b2dda202a04bbfa723]

        Removed obsolete Targets

2002-01-30  jp  <jp@openoffice.org>  [fec72a193d98ec334b881e2c6f817c65ae799e5e]

        DTOR: added acquire/release solar mutex

2002-01-30  jp  <jp@openoffice.org>  [93fde160a0f10f5273869691424662a374c28c5d]

        Bug #96906#: OnDocumentPrinterChgd - don't set modify flag if no text exist which depend on it

2002-01-30  Christian Lippka  <cl@openoffice.org>  [fe1c8b216bb135bd7fa575d1b58356659d5c6946]

        #95585# new api for views

2002-01-30  Christian Lippka  <cl@openoffice.org>  [0b36cf224062ae035082a57d778c13dbb4cbf675]

        #95585# new api for views

2002-01-30  Christian Lippka  <cl@openoffice.org>  [dcf3a1c7175382ff4edcbceb582a30920b1aba1c]

        #95585# new view components

2002-01-30  Christian Lippka  <cl@openoffice.org>  [a2792b8d277644ecbd32fb0ebf558bd847536701]

        #95585# broadcast uno events

2002-01-30  Vladimir Glazounov  <vg@openoffice.org>  [dddb5d8bc5db837e9169d035e822ff2c0413dee9]

        #65293# exception specification

2002-01-30  Christian Lippka  <cl@openoffice.org>  [e338f5c37e27d8ea8f197c26cb4c5ba77812ada1]

        #95585# helper for SdrHint to uno event conversion

2002-01-30  Hennes Rohling  <hro@openoffice.org>  [a83dd3d663f0dd890d5a172ef4e5525870c8c5f5]

        #97068# Don't send BFFM_SELECTION with zero pidl on NT4

2002-01-30  Niklas Nebel  <nn@openoffice.org>  [ba8170ea9f8c652d2e121b3de9974f7c69c93714]

        #97102# use BLACK for automatic font color in WriteCell

2002-01-30  Niklas Nebel  <nn@openoffice.org>  [3c5b22fdb1ff950ace7588cc4a2575649f23c104]

        #97102# use BLACK for automatic font color in GetFont

2002-01-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f198f65102c01dd0e8c0b26e9bac8f96180147f6]

        #97100#: merge2top wrapper

2002-01-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d58c7d8ea03801d96b18adf7b40e447d72d70567]

        #97100#: fix path

2002-01-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f745f198e5e086910804697226f126f39835147d]

        initial revision

2002-01-29  Kurt Zenker  <kz@openoffice.org>  [108cf6f44f462f885dd67a0e6c44c1c3016ff821]

        Merge SRC641: 01/29/02 - 22:18:24

2002-01-29  Kurt Zenker  <kz@openoffice.org>  [8b148a5f387b3c403bcdae0834136c55d1fbe798]

        Merge SRC641: 01/29/02 - 22:15:33

2002-01-29  Kurt Zenker  <kz@openoffice.org>  [c0c0507dcb76cc098463002a0be66ae0886a26f7]

        Merge SRC641: 29.01.02 - 22:12:20

2002-01-29  Kurt Zenker  <kz@openoffice.org>  [d4dde2a27f7dab0a299f4e601453ee2a2eef51f2]

        Merge SRC641: 29.01.02 - 22:08:06

2002-01-29  Kurt Zenker  <kz@openoffice.org>  [68454b645067a2564a3eeb84e0643b2897167710]

        new version for SRX642

2002-01-29  Kurt Zenker  <kz@openoffice.org>  [b94c035adf25f858f55ba522e99f489e6d3caac1]

        new version for SRX642

2002-01-29  Vladimir Glazounov  <vg@openoffice.org>  [1912734517601b8ba1a7994468c3250f5e0b9d7b]

        new version for SRX642

2002-01-29  Vladimir Glazounov  <vg@openoffice.org>  [4784e8a93930ad156e9fc54a334882c7aff7fdd5]

        #65293# corrected typo

2002-01-29  Rüdiger Timm  <rt@openoffice.org>  [e310bac69bc059d30db3fb27a672042c5324f4f3]

        WDK101

2002-01-29  Martin Hollmichel  <mh@openoffice.org>  [1a5ec83f8923da37083555d97787599ec59baa07]

        del: actiontriggerhelper comes from source/helper #65293#

2002-01-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [061d0dc6527cbb16efec04921f16ae35d05f426f]

        fix for 4nt version 4.01

2002-01-29  Vladimir Glazounov  <vg@openoffice.org>  [916a75251a819e19ef7f96580844797c2abcaf1d]

        #65293# corrected typo

2002-01-29  Kurt Zenker  <kz@openoffice.org>  [f4728e6f618b25381ae5ef11399d9a3be071184c]

        new version for SRX642

2002-01-29  Christian Lippka  <cl@openoffice.org>  [03a027ca6ebc2461526ab02d58cfa1fcce6e415c]

        #95585# new view component descriptions

2002-01-29  Martin Gallwey  <mtg@openoffice.org>  [27af345ce9f9ec9fc0f2f50bbf8a5f63afb10b3e]

        #95155# Use unbuffered stream access

2002-01-29  Martin Gallwey  <mtg@openoffice.org>  [d7c8b9c1f14ef16fe55c17c847f0ab11d47a8b8a]

        #95155# use unbuffered stream access

2002-01-29  Martin Gallwey  <mtg@openoffice.org>  [b7b6efbb2ed779d028599beeb770c123d2453379]

        #95155# use unbuffered stream access

2002-01-29  Martin Gallwey  <mtg@openoffice.org>  [b0cd0dcf193e07ef6d5c21aabdb3d6308c24b8f2]

        #95155# Use unbuffered stream access

2002-01-29  Martin Gallwey  <mtg@openoffice.org>  [d86d7fefa6fc7794b866533e850c68b0e72c3c03]

        #95155# Merge bug-fixes back from branch

2002-01-29  Martin Gallwey  <mtg@openoffice.org>  [562feddce13979256861b98a8b0c38c044f16855]

        #95155# use unbuffered stream access

2002-01-29  Martin Gallwey  <mtg@openoffice.org>  [b2263f2346e45ba86d8722e7acf9f6273a555ebb]

        #95155# Use unbuffered stream access

2002-01-29  Martin Gallwey  <mtg@openoffice.org>  [cbf18c205958e239a2f2197962e56d58bd918d2f]

        #95155# some optimisations for unbuffered access

2002-01-29  Mathias Bauer  <mba@openoffice.org>  [9141b8012ad947cf798cfff5c7da69825f7091df]

        #94532#: unbuffered package access, fixed

2002-01-29  Vladimir Glazounov  <vg@openoffice.org>  [8f705c9e9111ec2405c5693e02cf09722a171077]

        #65293# bugfix for windows

2002-01-29  Oliver Specht  <os@openoffice.org>  [82331014dad58003f637d49c2a0f850870bd5874]

        #96966# accessiblity of token window

2002-01-29  Christian Lippka  <cl@openoffice.org>  [99194627556e7ad416d3554004b044467b465411]

        #95585# new service descriptions for views in impress&draw application

2002-01-29  Philipp Lohmann  <pl@openoffice.org>  [0c442393eda00965c5de3dc54ffa53be1c1d28a7]

        #97070# workaround for a bug in XmbTextListToTextProperty

2002-01-29  Christian Lippka  <cl@openoffice.org>  [42f1ffd0b462843a84dee1241deb50bde80caea5]

        #95585# new service descriptions for views in impress&draw application

2002-01-29  Malte Timmermann  <mt@openoffice.org>  [eb0e9af6874f7313dfe44e671d38f7d514f1eac8]

        #97032# Start with UAA implementation

2002-01-29  Frank Schönheit  <fs@openoffice.org>  [9604b750b4f3dd6fb99846df0856bf1e082ce5e9]

        #97058# call setLoadingStarted at the beginning of the attach-process

2002-01-29  Frank Schönheit  <fs@openoffice.org>  [dc1ed7120f241e4a22a2827ccb4cea9c5dc5507b]

        #97058# +setLoadingCancelled/setLoadingStarted/loadingCancelled instead of direct access to the flag

2002-01-29  Frank Schönheit  <fs@openoffice.org>  [b2ac7a86efdbc7cd00655e70bdc5458205df3220]

        #97058# +setLoadingCancelled/setLoadingStarted

2002-01-29  Vladimir Glazounov  <vg@openoffice.org>  [73df3d11ab26c47b769eebc1c8798171765c2b5c]

        #65293# added dependency for util

2002-01-29  Andreas Martens  <ama@openoffice.org>  [fa5434729ac17a627c13aa20bf13f399e98896b7]

        Fix #97057#: Redraw of guide lines

2002-01-29  Malte Timmermann  <mt@openoffice.org>  [1bf4cbdad577f1abc52b3b4fc12075e98cfc1a30]

        ## NotifyHdl

2002-01-29  Daniel Rentz  <dr@openoffice.org>  [8b97713777b3eae830c2a17119942fe26efcc263]

        allow shared formulas with gaps

2002-01-28  Martin Gallwey  <mtg@openoffice.org>  [a32bf091a48e93abf508f37252d0072835b48b5e]

        #95155# fix unnecessary call to realloc

2002-01-28  Nils Fuhrmann  <nf@openoffice.org>  [2933930ae9a54a0186850c22d4c7e4e31c41d76a]

        Added SimpleXMLParser for usage via statically linked tools

2002-01-28  Mathias Bauer  <mba@openoffice.org>  [cf56c2eebca1b0b45e0d049d8d1db495ecdbe82d]

        #96936#: don't use SvFileStream with UCB-URLs

2002-01-28  Oliver Braun  <obr@openoffice.org>  [7fe7b4b49f54032641f533678e327d623c420bd9]

        #93120# initial release of UNO <-> Java Access Bridge

2002-01-28  Mathias Bauer  <mba@openoffice.org>  [86e6445821aeccbd049236f149ad199768da8a9a]

        #94532#: superfluous Init() removed, free stream after testing because of missing media type

2002-01-28  Oliver Braun  <obr@openoffice.org>  [df5beca458ab6a610bd8a3d8d4457074a1c361ca]

        #93120# initial release of UNO <-> Java Access Bridge

2002-01-28  Oliver Specht  <os@openoffice.org>  [acff0991f9621c219b17b940038dad600be71e42]

        #97009# painting corrected

2002-01-28  Oliver Specht  <os@openoffice.org>  [087bb9b454ca755dc767894f7a43bd3d8fd9f5fe]

        #97008# painting corrected

2002-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7fab3996910d3cea680cc0413434b27bffbf31da]

        SRC650

2002-01-28  Frank Schönheit  <fs@openoffice.org>  [c93c7be22acba866aa95a9e1a635d2bccba648be]

        incorperate the improvements suggested during code review of genericcontroller.*

2002-01-28  Christian Lippka  <cl@openoffice.org>  [5b7ea0fbe72e733f37432f888b8364aa4e88146b]

        #95585# export helper for XEventBroadcaster

2002-01-28  Frank Schönheit  <fs@openoffice.org>  [e168959b213b8e78add9cc970197ce3e8bc00317]

        incorperate the improvements suggested during code review of genericcontroller.*

2002-01-28  Frank Meies  <fme@openoffice.org>  [391050801912d1d42098ab8347864e566761ee58]

        #96678# Vertical Formatting - Repaint in redline mode

2002-01-25  Kurt Zenker  <kz@openoffice.org>  [04e4f3ef6c26a8d17f1c46907ed54cde96fb8c70]

        Merge SRC641: 25.01.02 - 22:21:22

2002-01-25  Kurt Zenker  <kz@openoffice.org>  [2b2e0d0aa2ad279409a1022fb78cbf155e6d66e8]

        Merge SRC641: 25.01.02 - 22:20:02

2002-01-25  Rüdiger Timm  <rt@openoffice.org>  [18ba18fc08e30471cd98d07947a31d5a2526901e]

        Merge SRC641: 25.01.02 - 22:10:35

2002-01-25  Kurt Zenker  <kz@openoffice.org>  [c5a47c339349bbede5811c403ea226837301708e]

        Merge SRC641: 25.01.02 - 22:07:21

2002-01-25  Kurt Zenker  <kz@openoffice.org>  [23fce14a8ee4019129730a33c2bb1a11c17e1472]

        Merge SRC641: 25.01.02 - 22:07:56

2002-01-25  Kurt Zenker  <kz@openoffice.org>  [0638dddbb7cfa309b8ba24ad8cfb0974f9232fe1]

        Merge SRC641: 25.01.02 - 22:08:57

2002-01-25  Kurt Zenker  <kz@openoffice.org>  [e363a34f6a8a1ff59e96271ba90ccc8f5cb1393b]

        Merge SRC641: 25.01.02 - 22:06:46

2002-01-25  Christof Pintaske  <cp@openoffice.org>  [21e59649c37f3740b999df4492d9afe0415cd83e]

        #97003# first if clause is too strong: fonts can never report fixed pitch

2002-01-25  jp  <jp@openoffice.org>  [659788bb93e3bed608912dd3a269e616bba762a2]

        Bug #96763#: JustifyAreaTimer - take 100 ms for unix as minimum

2002-01-25  jp  <jp@openoffice.org>  [d2adc56283bde9cc4c94dfc789d9ec71fffcee98]

        Task #96678# new Hint for frame directions

2002-01-25  jp  <jp@openoffice.org>  [097f0c00f9f3cf4a6500c874e8370c241feec153]

        Task #96678# new Hint for frame directions

2002-01-25  jp  <jp@openoffice.org>  [37fe016b4f024864b87148636952daa3d1a20225]

        Task #96678# new tokens for flyframe directions

2002-01-25  Frank Meies  <fme@openoffice.org>  [a289bb6afd4bbe8b9b7c50aca9353fb271ea1536]

        #96678#: Alignment of Asian punctuation characters in grid mode

2002-01-25  Frank Meies  <fme@openoffice.org>  [f7462fc3fcf95570f0c892aeb1690430281984fe]

        #96678#: Cursor traveling in ruby portions in grid mode

2002-01-25  sz  <sz@openoffice.org>  [ae5b2f1c170fb457881cf92167309f0ed0bed872]

        #96934# change func headers according to changes in tres.c (rtl_String* instead of sal_Char*)

2002-01-25  Christian Lippka  <cl@openoffice.org>  [ab70536d235023d6837cbde7908b906140a891b6]

        #96987# fixed loop and also broadcast child sheet changes on SetAttributes for outline

2002-01-25  Vladimir Glazounov  <vg@openoffice.org>  [33b52f8954f019ec927408c138991749a413ff46]

        #65293# added local version of getopt

2002-01-25  Christian Lippka  <cl@openoffice.org>  [30ff1d9a5bc45ae6173c0fd370ee8507d661e670]

        #96977# all drawing properties for empty pres obj on master are default

2002-01-25  Kai Sommerfeld  <kso@openoffice.org>  [07cd3b00ce16fdfab2744176f357869c44f4b7a4]

        #96847# - No longer depends on external but on neon

2002-01-25  Andreas Martens  <ama@openoffice.org>  [372f9c348134a0136025658977605a837d03307f]

        Fix #96678#: Ruby in vertical layout

2002-01-25  Daniel Boelzle  <dbo@openoffice.org>  [03fe912c0a16c965e5569e185ce5594133685cfc]

        #88919# security test

2002-01-25  Philipp Lohmann  <pl@openoffice.org>  [4033b5b0addf93477862adbb95548f4c94cbdb03]

        #96950# #i2574# check for NULL pointer even after successfull XGetWindowProperty

2002-01-25  Daniel Boelzle  <dbo@openoffice.org>  [7ef59dba1a83e2a41c5cbf999a91da3bb6440d4c]

        #88919# bootstrapping native ac; removed ac_defimpl functions

2002-01-25  Daniel Boelzle  <dbo@openoffice.org>  [655994fe080501dffcea8ed1e8351dbb6578a666]

        #96711# improved documentation

2002-01-25  Daniel Boelzle  <dbo@openoffice.org>  [7f290fc5220cf6076082be3554a0e6b9825bd326]

        #88919# introducing native access controller and file policy implementation

2002-01-25  Behrend Cornelius  <bc@openoffice.org>  [796005f59ad7bde82c2db07bfcd1fac06c15b16b]

        #96931# Now frame of new document is activated and deactivated

2002-01-24  Kurt Zenker  <kz@openoffice.org>  [b18a8201bfdcb05466ac45c108b4c11b09fe2081]

        new version for SRC641

2002-01-24  Vladimir Glazounov  <vg@openoffice.org>  [91dc8e119043dbc04d2f90dc7b432999e26bd96d]

        Merge SRC641: 24.01.02 - 22:14:17

2002-01-24  Kurt Zenker  <kz@openoffice.org>  [6c19bfff2efa06a708ca50b722c8ebdd0760e863]

        Merge SRC641: 24.01.02 - 22:14:12

2002-01-24  Vladimir Glazounov  <vg@openoffice.org>  [dd279eb5eff5444dcd0d6b2d00d9c5a371e3222d]

        Merge SRC641: 24.01.02 - 22:10:25

2002-01-24  Kurt Zenker  <kz@openoffice.org>  [7a96c21a1f3a9d558eda0cfd28b2145466433b30]

        Merge SRC641: 24.01.02 - 22:09:54

2002-01-24  Kurt Zenker  <kz@openoffice.org>  [6992ec75e46d39060d697cdae3290aeec1a87821]

        Merge SRC641: 24.01.02 - 22:10:49

2002-01-24  Kurt Zenker  <kz@openoffice.org>  [f6dd1e1792fbf596e4322d69adc0cfe4ed50cd5e]

        Merge SRC641: 01/24/02 - 22:07:07

2002-01-24  Rüdiger Timm  <rt@openoffice.org>  [e2199108fbd7b650f7f92ce1449b7f1fcb549e58]

        new version for SRC641

2002-01-24  Martin Hollmichel  <mh@openoffice.org>  [3e6770831d0b0ea6339a74de7bede195d74b5784]

        corrected database for ldump , no bugid, because of prio -1

2002-01-24  Frank Schönheit  <fs@openoffice.org>  [e8e19662e5f2e3f29e5e51baebfd6df07f74d075]

        incorporate the improvements suggested during code review of genericcontroller.*

2002-01-24  Frank Schönheit  <fs@openoffice.org>  [eb3b22ea23835c6c2c0abc4e8f26cefd377e104c]

        incorporate the improvements suggested during code review of genericcontroller.*

2002-01-24  Frank Schönheit  <fs@openoffice.org>  [655518502b166e93243af5c3c8ef177459ca0d80]

        incorporate the improvements suggested during code review of genericcontroller.*

2002-01-24  Christof Pintaske  <cp@openoffice.org>  [5ed8346c648a7af3ff646cdc0dc331bb4c149e39]

        #96918# dont upload a reencoding vector for type1 or builtin symbol fonts

2002-01-24  Andreas Martens  <ama@openoffice.org>  [488fdb804c6f7fba0b27de8163f42bf7c71dda6e]

        New #96678#: Vertical layout

2002-01-24  Kurt Zenker  <kz@openoffice.org>  [060caddd5c3529b964f986d5404bc89efd4594dd]

        new version for SRC641

2002-01-24  Andreas Martens  <ama@openoffice.org>  [5f8bc8f1c3d2810831f9529a70cd1d9030bc0ed3]

        New #96678#: Vertical layout

2002-01-24  Kurt Zenker  <kz@openoffice.org>  [744cc679791c3569ba2787882b2e741c04ce503e]

        new version for SRC641

2002-01-24  sz  <sz@openoffice.org>  [d33523503fbf067b8201a0b43e19ac881b8f2289]

        #96934# skipped cpy,cat and ln functions and make use of rtl_string* shape

2002-01-24  Rüdiger Timm  <rt@openoffice.org>  [46f8264ef74eb4c3847ebaabb808fe38c68f5a09]

        new version for SRC641

2002-01-24  Rüdiger Timm  <rt@openoffice.org>  [2bcc8abb5b0e1377e98dd644e89261748f1ad1f8]

        new version for SRC641

2002-01-24  Mathias Bauer  <mba@openoffice.org>  [232da0325dd6f95cb577f9cef5f9a9c39b6d9ccb]

        #96874#: new methods for individual customize mode of toolboxes

2002-01-24  Mathias Bauer  <mba@openoffice.org>  [5ab10245c2f9670e6afaa7b0d61b06e29d3f7128]

        #96874#: new methods for individual customize mode

2002-01-24  Kurt Zenker  <kz@openoffice.org>  [3da687585eb182b7bb9083fe37b6e083b2a277c1]

        new version for SRC641

2002-01-24  Nils Fuhrmann  <nf@openoffice.org>  [c35498858b8ec50ebf5365c41dd468d33fde2db9]

        Merge SRC641: 24.01.02 - 16:19:20

2002-01-24  Christian Lippka  <cl@openoffice.org>  [efa283032d62a241f70f4f34234cd032d5c631c6]

        #95585# new api for views

2002-01-24  Christian Lippka  <cl@openoffice.org>  [d0ab0306de8b459c76e428162d6a67c44f5048f7]

        #95585# new api for views

2002-01-24  Christian Lippka  <cl@openoffice.org>  [347b0da84ec125ed6510477ee8d6c3dd24ca8d2b]

        #95585# new api for views

2002-01-24  Nils Fuhrmann  <nf@openoffice.org>  [14dac0529a1f9f8af03c236b7a9ad9492962b071]

        Fix: Replace original global dir, evan if another global dir is set

2002-01-24  Vladimir Glazounov  <vg@openoffice.org>  [0b117c081111e8c4757aaef5d2d8c236d274c9e7]

        #65293# added EXCEPTIONSFILES section

2002-01-24  Frank Meies  <fme@openoffice.org>  [e3d793d3082b36107f30048e68aa3b6b59922438]

        #96678# Vertical Formatting - New grid layout with ruby line

2002-01-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd6eade499bec13dfc2797717a9a470f6294f762]

        #96825# fixed or added several kill or cleanup targets

2002-01-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8c606ea378f2bfdec7175ccd0be78d62579b6512]

        #96646# moved SCRIPTEXT from product.mk to settings.mk

2002-01-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d75e07e980568905ce508b02e0bae807f3ad0cae]

        #96910# fixed missing file representation of target

2002-01-24  Ocke Janssen  <oj@openoffice.org>  [af70b0d74a01f65e97ddbe996f6bda238513bdaf]

        #96908# remove an address operator from command

2002-01-24  Christof Pintaske  <cp@openoffice.org>  [66b8fcb0476cd9e30870116d06515d6dccdde323]

        #96738# hand tuned font subst for ms-mincho and ms-gothic

2002-01-24  Ocke Janssen  <oj@openoffice.org>  [66d65b84273ecef571ee710e9e94a8b2f85af64c]

        #96860# map ado columnSearch to our own

2002-01-23  Kurt Zenker  <kz@openoffice.org>  [99e03cd72f21701d1fd3589b666fd1b99c2831bd]

        Merge SRC641: 01/23/02 - 22:13:27

2002-01-23  Kurt Zenker  <kz@openoffice.org>  [27c5be5042bf14b334fc3efa9c5faaba46c4704a]

        Merge SRC641: 23.01.02 - 22:13:19

2002-01-23  Rüdiger Timm  <rt@openoffice.org>  [90ba21443d335f632a30250c46b462a2584008a0]

        Merge SRC641: 23.01.02 - 22:13:42

2002-01-23  Kurt Zenker  <kz@openoffice.org>  [f92fbde64ba96c20969186cd599609a25e96013d]

        Merge SRC641: 23.01.02 - 22:14:14

2002-01-23  Rüdiger Timm  <rt@openoffice.org>  [2b15f604053647688daf4eb87abe84de59f57232]

        Merge SRC641: 23.01.02 - 22:12:32

2002-01-23  Kai Sommerfeld  <kso@openoffice.org>  [b7f3a0a72dce8fa647b53c56c597368f748a98b7]

        #96847# - Removed neon.

2002-01-23  jp  <jp@openoffice.org>  [f2ed4fc404521d041337857f4c771303af88c16e]

        Bug #96763#: JustifyAreaTimer - take 50 ms as minimum

2002-01-23  jp  <jp@openoffice.org>  [9dc54969b1449528d860e11c15321f4b37eab9a5]

        Bug #96872#: CopyLocalFileToINet - look for not existing original filename

2002-01-23  Rüdiger Timm  <rt@openoffice.org>  [4f9cb0c8f8d5810a8d440ea11c859c8a54844258]

        #87576# corrected

2002-01-23  Frank Schönheit  <fs@openoffice.org>  [56cde92421e4dff0471a670268da3a36ec9b4b4b]

        #96861# KeyInput: don't start all these special features when a modifier is pressed

2002-01-23  Andreas Martens  <ama@openoffice.org>  [d195b93b50b5d5ee01b86e8eff126b33f7dbe740]

        New #96678#: Vertical grid

2002-01-23  Martin Gallwey  <mtg@openoffice.org>  [bf0f1fb5dfa0fe6f48f763d8275ae95efcda3604]

        #96875# Export the office namespace so that are able to re-import new text-only auto text blocks

2002-01-23  Kai Sommerfeld  <kso@openoffice.org>  [9539ab5f92ed3d894c8822af7870a4b05c9fadbf]

        #96847# - Removed obsolete define for neon-ftp-patch.

2002-01-23  Kurt Zenker  <kz@openoffice.org>  [5ef9a3fcbe07e3aeb55721d955c54305a770526d]

        new version for SRC641

2002-01-23  Frank Meies  <fme@openoffice.org>  [c665d761fbf472ca3069874da8465ae81174ec10]

        #96678#: Vertical Formatting - Undefined color for red arrow portions

2002-01-23  Rüdiger Timm  <rt@openoffice.org>  [18489a0ae24cfc7e5309b99f94f16354255a60f3]

        #96847# - Initial revision.

2002-01-23  Andreas Martens  <ama@openoffice.org>  [0f7fe1ab1ce6b88d8ca6ad92621b9e06444a8f6c]

        Fix #96678#: Vertical layout

2002-01-23  Andreas Martens  <ama@openoffice.org>  [faf0f79ecc6aaee1649cdec767dec332d0288781]

        Fix #96678#: Vertical layout

2002-01-23  Sascha Ballach  <sab@openoffice.org>  [1ee94b31be8986c44d5da8aec4d8fa82224c310c]

        #95584#; move AccessibleStateSetHelper to unotools and add getAccessibleStateSet functionality

2002-01-23  Kurt Zenker  <kz@openoffice.org>  [a18e90b460eef61c364fce129683c06c6742ccbd]

        new version for SRC641

2002-01-23  Rüdiger Timm  <rt@openoffice.org>  [367b198171937bacd9ca25eedea6226ec37b0629]

        #96847# - Initial revision.

2002-01-23  Sascha Ballach  <sab@openoffice.org>  [994cd22b8d4018afb39fdbcc21a316290ec4b722]

        #95584#; move AccessibleStateSetHelper to unotools

2002-01-23  Sascha Ballach  <sab@openoffice.org>  [7e3017cd5b636c38e0fa3250b0ff3fc43547dfda]

        #95584#; move AccessibleStateSetHelper to unotools

2002-01-23  Oliver Specht  <os@openoffice.org>  [ed6aa365833fa6e5700bdde6df74e45467e4a997]

        #96854# enable relative width up to 254 percent

2002-01-23  Sascha Ballach  <sab@openoffice.org>  [3c13eb2cac34ba42e34fff6d058814ca28ca4403]

        #95584#; move AccessibleStateSetHelper to unotools

2002-01-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3474450b3c99f3bcf867037406a8c373d890c49c]

        #96452#: implement the -delete switch

2002-01-23  Caolán McNamara  <cmc@openoffice.org>  [c28b298598544b25b7cfaf134c8de9a62501fcbd]

        Use consitent set of defines for creating Strings from ascii & OUStrings do not need intermim String when creating from ascii

2002-01-23  Mikhail Voitenko  <mav@openoffice.org>  [52997e373cec004a8e3249b7f5cc783fe8f69ae7]

        #94532# ucbstorage streams optimisation

2002-01-23  jp  <jp@openoffice.org>  [3e6b54c75fc48386334af9162a74ccf36604b16f]

        Task #96678#: remove compiler error

2002-01-23  Vladimir Glazounov  <vg@openoffice.org>  [92c271b348e31fe53a3c2b59b0858d6e2ef852f0]

        #96646# new version generating scripts

2002-01-23  Vladimir Glazounov  <vg@openoffice.org>  [fc8f74bf8bf3c366202a5a474a46949b9fff40c5]

        #65293# corrected to use with build server

2002-01-23  Daniel Boelzle  <dbo@openoffice.org>  [7e130dd78fdfffc06fe9260d6961607430715ecb]

        #96711# IDL documentation review

2002-01-23  Frank Schönheit  <fs@openoffice.org>  [bb6e4489d600369bace5c37df654b1f7731b65aa]

        #96833# do ID_BROWSER_CLOSE asynchronous

2002-01-23  Frank Schönheit  <fs@openoffice.org>  [b3646dc86243d4663d98b5b70dd26c2e117f8620]

        #96833# do ID_BROWSER_CLOSE asynchronous

2002-01-22  Kurt Zenker  <kz@openoffice.org>  [b14bf92beb5c4e515d428afb7d15461abb777101]

        new version for SRX642

2002-01-22  Kurt Zenker  <kz@openoffice.org>  [26b36a4abcc7615e2acdf114040940eb765dd8c0]

        Merge SRC641: 22.01.02 - 22:19:57

2002-01-22  Rüdiger Timm  <rt@openoffice.org>  [f590a33def3322b655b498810dca1db1e7553cff]

        Merge SRC641: 22.01.02 - 22:17:14

2002-01-22  Kurt Zenker  <kz@openoffice.org>  [8d3da5b5545fbcbdc498fd340567f6efe2fc4232]

        Merge SRC641: 01/22/02 - 22:17:25

2002-01-22  Kurt Zenker  <kz@openoffice.org>  [cc7392f5cf42cca0427bcc614044195016895425]

        Merge SRC641: 22.01.02 - 22:15:48

2002-01-22  Kurt Zenker  <kz@openoffice.org>  [d4b46f0cafec08ebae00f6a755c8d9e1d2b39576]

        Merge SRC641: 22.01.02 - 22:15:12

2002-01-22  Kurt Zenker  <kz@openoffice.org>  [c54401ddf00d71b960a9a86ce316d7dfde58e89b]

        Merge SRC641: 22.01.02 - 22:11:54

2002-01-22  Vladimir Glazounov  <vg@openoffice.org>  [4cb13687e013be379f65ef8dcc9f9c70f5ca75c1]

        new version for SRX642

2002-01-22  Philipp Lohmann  <pl@openoffice.org>  [f934a0b640e1cf361809e15f296c903a64c546c7]

        #96839# protect mediator listener by mutex

2002-01-22  Kurt Zenker  <kz@openoffice.org>  [e50755c5403bdb65c2ba2ae22cfc7166953a8351]

        new version for SRX642

2002-01-22  Eike Rathke  <er@openoffice.org>  [1952b5446144712f3f2ab303d59710f17d0caecb]

        #96830# getIndexFollowPageWord: corrected Italian entry

2002-01-22  Eike Rathke  <er@openoffice.org>  [ffb188c29a173b14401320cc7e6fee13ae414da0]

        #96426# CreateExcelQuery: don't trim spaces from query string

2002-01-22  Niklas Nebel  <nn@openoffice.org>  [171dbe57beb0aef6cda67726046a0d5cec29bcb6]

        #96821# PasteSelection: bSameDocClipboard argument for PasteDraw is needed

2002-01-22  Kurt Zenker  <kz@openoffice.org>  [df05baf04789d8f24b954d93fac1cb8a896f4f4a]

        new version for SRX642

2002-01-22  Kurt Zenker  <kz@openoffice.org>  [cc36d42785901833366cf243c9471bf99e811fe4]

        new version for SRX642

2002-01-22  jp  <jp@openoffice.org>  [10dd10e53ce4178f8a4122222c6f19ad3ea6678b]

        Task #96678#: remove compiler error

2002-01-22  Kurt Zenker  <kz@openoffice.org>  [0bef50af606b99177f7bff54f65ceaa634830f3f]

        new version for SRX642

2002-01-22  Rüdiger Timm  <rt@openoffice.org>  [1a3607a7367ad970b0f4eabbdd990da18b7c55b0]

        #65293# source/brwbox has to be built before source/Accessibility

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [18041b0f8e8531ae0bced5e07e4598d7f2830eec]

        #95584#; add all necessary throws

2002-01-22  Christian Lippka  <cl@openoffice.org>  [f00d76bcdc311f127b52634f2144e59f8803eca3]

        #96822# compare pres layout names incl. ~LT~

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [52981ef07bb83d9a801bee8fd4e747f931e45bed]

        #95584#; add accessibility

2002-01-22  Nils Fuhrmann  <nf@openoffice.org>  [fe854febc13b8b79cab80c2f7b7ed5629100e0f7]

        Merge SRC641: 22.01.02 - 15:24:38

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [316345ae015b245842377128d4647fcc6bd7f009]

        #95584#; remove ACCESSIBILITY from header defines; set some states

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [9bf4316ad7a22a4323fffd109295c6bb97260e97]

        #95584#; remove ACCESSIBILITY from header defines

2002-01-22  Vladimir Glazounov  <vg@openoffice.org>  [949c52793a026a55a6c9da6ad95f7ede22bafbd2]

        #65293# added new dependency

2002-01-22  Behrend Cornelius  <bc@openoffice.org>  [3b6edd94702be7e0ae80769b035d852d357f1fbb]

        #96494# Read only flag set to true

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [0d0ebffd52368f563344ad72cdd41ea577fa64da]

        #95584#; copy AccessibleStateSet.hxx instead AccessibleContextBase.hxx to AccessibleStateSet.hxx

2002-01-22  Behrend Cornelius  <bc@openoffice.org>  [e56b734f1b4a9f0d5e3681a2a5007ab826756fa9]

        #96494# Kwanzaa Holiday thrown out

2002-01-22  Ocke Janssen  <oj@openoffice.org>  [bd20cf4a95be4f45dbaca01f380d9915e3c4c9b3]

        #95759# check if column count == 1 when count()

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [4055ab0ab9363bcaeef14f811cfe76fc0086666d]

        #96807#; clear stream before use to write

2002-01-22  Andreas Martens  <ama@openoffice.org>  [24c37b0e7fac087d3379d3865b50da3836fdc74c]

        Chg #96678#: Display changes in vertical environment

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [e490605d2d344f5c8211ae2dab6dc06240570c8a]

        #95584#; use captial letter for Accessibility directory

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [a8c5f3a6a13fcb5f264b053ffed82a09dca28911]

        #95584#; use captial letter for Accessibility directory

2002-01-22  Joachim Lingner  <jl@openoffice.org>  [d5945af7606dc201905716195c7dba8743eed369]

        #96764# documentation review

2002-01-22  Joachim Lingner  <jl@openoffice.org>  [deab49d8a924e549c7173af2378bed5d4410c19c]

        #96764# documentation review

2002-01-22  Joachim Lingner  <jl@openoffice.org>  [4d19ac5680ad043778657bb5d5784210f3deba9b]

        #96764# documentation review

2002-01-22  Christian Lippka  <cl@openoffice.org>  [2dbcb7ef8b149f09854c30ca21715df1b2ae5fe2]

        #96789# set stream size to 0 on export of xml streams

2002-01-22  Andreas Martens  <ama@openoffice.org>  [828574118209df2d1e57c5e3e66485b3c42adf3b]

        Chg #96678#: Vertical table

2002-01-22  Andreas Martens  <ama@openoffice.org>  [d186eae572395698985254d2b379903d67d2d7bc]

        Fix #96779#: Fly frames in page styles with header/footer

2002-01-22  Christian Lippka  <cl@openoffice.org>  [0ec7d05b20239f90c4777ce0b74c128172933229]

        #96789# set stream size to 0 on export of xml streams

2002-01-22  Joachim Lingner  <jl@openoffice.org>  [133f5971068c33e82df3fbeb23791de7115f7854]

        #96764# documentation review

2002-01-22  Joachim Lingner  <jl@openoffice.org>  [e688c72f313b289e0590ce0b839560558f01cd00]

        #96764# documentation review

2002-01-22  Joachim Lingner  <jl@openoffice.org>  [63fd393cbb5ed6692d697c7743719c1491dd46f8]

        #96764# documentation review

2002-01-22  Thomas Benisch  <tbe@openoffice.org>  [07bfb1fd02d22df44cefabaa490ee8f7df585331]

        #96590# fix memory leaks and memory errors in basctl

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [b0eece775725f58e8a9e878f667617ece7eb3369]

        #95584#; use createAccessibleDescription, createAccessibleName instead of setAccessibleDescription, setAccessibleName

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [fcb963c559eed800a89385b3472688f5fee4233e]

        #95584#; getAccessibleStateSet added

2002-01-22  Sascha Ballach  <sab@openoffice.org>  [35823464da02a1c13dcf453d4b21c9ca45c01837]

        #95584#; implementation of XAccessibleStateSet interface added

2002-01-22  Nils Fuhrmann  <nf@openoffice.org>  [d23969e65460ee237e5d43cddac6dcc5d27e4e1b]

        Merge SRC641: 22.01.02 - 09:35:44

2002-01-22  Joachim Lingner  <jl@openoffice.org>  [f739da8795106c780e884e78e7e239a999793318]

        #96764# documentation review

2002-01-22  Niklas Nebel  <nn@openoffice.org>  [a3d300c52a39209a795c33bd5fabe9088df34267]

        #96783# ChartListenerCollection dtor: delete elements before Timer dtor is called

2002-01-22  Joachim Lingner  <jl@openoffice.org>  [b12988c827cbe32326534e1998a2df1a71c3a02c]

        #96764# docu review

2002-01-22  Ocke Janssen  <oj@openoffice.org>  [6e5859b8d74e5efa1de120f529b0a3119eec5c37]

        #96453# check if recordset is before the first row and adjust when nescessary

2002-01-22  Ocke Janssen  <oj@openoffice.org>  [8a750b2846a825632e8e2cf2d85880ff886a847f]

        #96479# add new table to filter

2002-01-21  Kurt Zenker  <kz@openoffice.org>  [e0d7d7f6be6ce69b567eba05ae44bf9324191b51]

        Merge SRC641: 21.01.02 - 22:14:09

2002-01-21  Kurt Zenker  <kz@openoffice.org>  [9ee4c1f00f050029e61ca1114cf74c5668755269]

        Merge SRC641: 21.01.02 - 22:11:00

2002-01-21  jp  <jp@openoffice.org>  [76e20a8b9ea3edc910521b2eb5de3007a9094909]

        Task #96678#: additional control for vertical layout

2002-01-21  jp  <jp@openoffice.org>  [9384a38f06326c77b4eddd0f220988ab564824dd]

        Task #96678#: additional control for vertical layout

2002-01-21  jp  <jp@openoffice.org>  [e3120cbfa4c50a90203f21305d649b46281b8692]

        Task #96678#: additional control for vertical layout

2002-01-21  jp  <jp@openoffice.org>  [ef917d3734eaf00a5732540d20845e403fa68f49]

        Task #96678#: additional control for vertical layout

2002-01-21  Malte Timmermann  <mt@openoffice.org>  [33093d9d7007a824e8142ae5071f3b995fb8aca9]

        #96637# Check for pDragAndDropInfo in dragOver()

2002-01-21  Caolán McNamara  <cmc@openoffice.org>  [b543b60947112d401c058214134430bf8b749bda]

        #i2640# Styles that remove break before para from parent

2002-01-21  Eike Rathke  <er@openoffice.org>  [af99b7da7e45276a3c6763f93b94c988baec29ae]

        #96773# MergeDocument: deleted contents have a NULL new cell pointer

2002-01-21  Vladimir Glazounov  <vg@openoffice.org>  [2e7925f0951c1b8ace52647a572017135051a189]

        #65293# added command file generation

2002-01-21  Frank Schönheit  <fs@openoffice.org>  [1575eacd58db8dc3b4686843e3f10f6eabba020a]

        merged the changes 1.65->1.65.2.1 into the top-level branch

2002-01-21  Ocke Janssen  <oj@openoffice.org>  [69830f239726514a7e0e10c4c7fe9522721a8d3f]

        #96769# remove local variable definition

2002-01-21  Frank Schönheit  <fs@openoffice.org>  [d5c9b3767feb0cb9977fb6069832a022c7f7134b]

        merged the changes 1.65.2.3->1.65.2.4 into the top-level branch

2002-01-21  Kurt Zenker  <kz@openoffice.org>  [df0f2d280946cf1dcb8de039b81216caa5c8a33c]

        new version for SRC641

2002-01-21  Ocke Janssen  <oj@openoffice.org>  [d3c38b3447c577ac24af7e1b76fd40b5797e645f]

        #96769# remove delete calls where reference is used

2002-01-21  Daniel Boelzle  <dbo@openoffice.org>  [bab7f6feab48d2585964840cad2e2962380aee55]

        #96711# odk documentation

2002-01-21  jp  <jp@openoffice.org>  [d2dac0f4195f02953ddc677369691c4db7f479dc]

        Bug #96696#: change dialog title

2002-01-21  Kurt Zenker  <kz@openoffice.org>  [cc3618c8ef7149d986daa27efa7110de888ca914]

        new version for SRC641

2002-01-21  Kurt Zenker  <kz@openoffice.org>  [61979a59bcd35ac31c0cf1cc5e935fe2ffa04ffc]

        new version for SRC641

2002-01-21  Frank Meies  <fme@openoffice.org>  [14a845b43b2f476c1efe4bcdcff54cac47578ed6]

        Chg: Vertical Formatting - Capitals need frame and font for painting

2002-01-21  Thomas Lange  <tl@openoffice.org>  [2111a40668ed28c45a304f9682de30569a633a64]

        #96352# assertion fixed by removing the ShowWindows functions and calling Show in the constructor of SmEditWindow.

2002-01-21  Gregor Hartmann  <gh@openoffice.org>  [96cf95505f768568d5f8ed51539e05273181ce03]

        small error indexing a string

2002-01-21  Mathias Bauer  <mba@openoffice.org>  [7ec70eca5796bcfcb3db63a037d68bc7a0edaf6d]

        #96528#: first use complete locale for matching tab strings

2002-01-21  Christian Lippka  <cl@openoffice.org>  [ee55518669c2ab91d9931999deb0a674b09e47b2]

        #93605# fixed multithreading problem with java

2002-01-21  Andreas Martens  <ama@openoffice.org>  [b63b34d563c250b997d8ac354dda817b99647b1d]

        Fix #96678#: Vertical layout positioning

2002-01-21  Andreas Martens  <ama@openoffice.org>  [7bf54b03e6c78f5a83d1b8b2e2581bb487d95d90]

        Fix #96683#: Don't forget the desktop in the virtual device

2002-01-21  Andreas Martens  <ama@openoffice.org>  [c3696560a6bfe8486507837baa300aaafa10f061]

        FIx #96678#: Vertical layout positioning

2002-01-21  Rüdiger Timm  <rt@openoffice.org>  [9e6162c52cdb732c5c6124440725160aa79bf337]

        SRX642

2002-01-21  Frank Schönheit  <fs@openoffice.org>  [c50aec06ab2b9f64d247fc50dd31e4c76cab5443]

        #96480# 'last' before 'moveToInsertRow' for grid slots, too

2002-01-21  Frank Schönheit  <fs@openoffice.org>  [b00b884f4620bc0966486acaf2c9ae0ca14fbbd4]

        #96721# added a comment explaining the previous change

2002-01-21  Frank Meies  <fme@openoffice.org>  [7b1a08e38656f37a98b52f97a51909568010b19a]

        Chg: Vertical Formatting - Self painted portions

2002-01-20  Christof Pintaske  <cp@openoffice.org>  [71eafcb210012761a40c927eb3f2f442af816bc9]

        #96239# added support for JAVA_HOME

2002-01-20  Christof Pintaske  <cp@openoffice.org>  [69cec4998b77cb696bab4233d834225b7229ab6f]

        #96239# add javaplugin.jar to classpath

2002-01-19  Philipp Lohmann  <pl@openoffice.org>  [fccad3342b5a3633f4203ea6e71407e59904a4fa]

        #95340# do not close stderr and stdout because this breaks at least nppdf.so

2002-01-18  Kurt Zenker  <kz@openoffice.org>  [0ef51b1257b6d26d6eb35f9aef177874da63ef2f]

        Merge SRC641: 18.01.02 - 22:14:16

2002-01-18  Kurt Zenker  <kz@openoffice.org>  [1d44b8ef778773f5a50292f7c4f82057f547283a]

        Merge SRC641: 18.01.02 - 22:13:28

2002-01-18  Kurt Zenker  <kz@openoffice.org>  [9554bf3907b6c41aab29b0b4a33c3557bbacdc8a]

        Merge SRC641: 18.01.02 - 22:12:50

2002-01-18  Kurt Zenker  <kz@openoffice.org>  [ce60b005891fd111d3dd8f12a475969b179a0947]

        Merge SRC641: 18.01.02 - 22:12:05

2002-01-18  Bustamam Harun  <bustamam@openoffice.org>  [2cf9bfc53217526a51b9e50c8cbacdcd4e68c460]

        #91469# 4553039 Fixes by Simon Dean and Karl Hong

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [32c35a1c314882892bae517df8ab4718865e7a0e]

        #96445# hold the empty collection as pointer, not as ref (it delegates it's ref count to ourself, so this does not make sense)

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [e84ac4b8a454d1590a33369dde6797097f2875d4]

        encountered during #96445#: in DisconnectFromModel, give the new model the proper ref count

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [586941c6b42635f450aecb7fdebb1b0ad3f58ac2]

        encountered during #96445# sometimes the model is not deleted - adding DBG_XTOR / deleting the model in the dtor if necessary

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [92b41950d6862b11a259e1f3ebc216c0208fe0bf]

        encountered duting #96445# small memory leak when registering text properties

2002-01-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [c04c6343899eaf249f4afba30506913695416ab3]

        first implementation

2002-01-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [920c3e78c2dc64dbb9ac47556c50751743f23846]

        implement is_tag(), get_branch_rev(), update() and commit()

2002-01-18  Mathias Bauer  <mba@openoffice.org>  [6271404fbe686e7b8514ffb5c5bb8ea3f3d4b1fb]

        #96730#: more clever update when using TempStatusbar

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [27fae383655a97ee66091a26260930213b6ce5cb]

        #96579#: setFastPropertyValue: calling setFastPropertyValue_NoBroadcast needs to care for the exceptions thrown

2002-01-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6cbb64071816fee0141a52a8dfece16f144265fd]

        #96734# support for zipdep.pl

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [7251f5d400593e38d6e82e46d77a98b1283b9a3d]

        #96721#: in Update, stop the select timer

2002-01-18  Mathias Bauer  <mba@openoffice.org>  [b65ac425489bf1a63943b4a7218a3fff3ea85aac]

        #96730#: call end on statusindicator after usage

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [4fd3a500ee6631dd7418e1ffdb3d675139c6141d]

        discovered during #96445#: connection needs to free the DBC handle (saves about 15K per connection)

2002-01-18  Eike Rathke  <er@openoffice.org>  [b6f63b3a5ddaca10411942fb59d16749ed1ba4e3]

        #96630# SetPatternArea: shrink predecessor also if multiple areas are thrown away and combined

2002-01-18  Eike Rathke  <er@openoffice.org>  [1ba3b6dbaffe6a70ad1e02942b39722030085c2d]

        #96630# SetMarkArea: shrink predecessor also if multiple areas are thrown away and combined

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [04b5d8243dff7015bbafa0c8f517ef7116623e61]

        #96445# small small memory leaks removed

2002-01-18  Christian Lippka  <cl@openoffice.org>  [303fe4c13d48b87f41d35d84467e2d3dae0fb881]

        #96717# do not import ole with empty xlink

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [bf37f042c9d2d53abb75bc5ec8b245a231612477]

        #96445# massive re-arrangements regarding the ref-counts of the ADO system objects

2002-01-18  Christian Lippka  <cl@openoffice.org>  [0684ab32a28c94e2a328b045c69eab1cb511ec64]

        #96717# never return a persist name if the persist not exists

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [0228d3a6d7805b3935c5239bf49176dac65c2eab]

        #96445# massive re-arrangements regarding the ref-counts of the ADO system objects

2002-01-18  Eike Rathke  <er@openoffice.org>  [1e12a11ce67b2b735cfb365b0a7ac4d604c6bcc9]

        #96692# SearchCell: TextSearchWrapper does already revert result, and offset by one was old behavior

2002-01-18  Mathias Bauer  <mba@openoffice.org>  [094cd475f26e58f55b2ff7b064784e75112b1ec2]

        #96528#: get expiry message text from tab service

2002-01-18  Eike Rathke  <er@openoffice.org>  [37bfcaf3fd38bb27913cbdbfa07d23716fb0fec2]

        #96692# changed description of SearchResult to reflect reality

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [12b238b99e546c539e8006c465b80a40dff58457]

        initial checkin - outsourced some wrapper classes from Aadowrap.hxx for compile time performance reasons

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [0f359f1bc5da83eb3c962dff01a1204dcc73c420]

        #96662# don't write a library if the library name is empty

2002-01-18  Christian Lippka  <cl@openoffice.org>  [da79fbe769c0f5c54d5724bdc634aa33497cdd3b]

        #96672# added CheckMasterPages

2002-01-18  Jörg Budischewski  <jbu@openoffice.org>  [f063d5f2999d81094c1490a48e2731355360563e]

        #96701# API review

2002-01-18  Frank Schönheit  <fs@openoffice.org>  [1d7f317954a560ba15489ea2de9b04900ae7243f]

        #96662# don't transform read events to the 6.0 format - runtime must have the chance to do the old location guessing

2002-01-18  Jörg Budischewski  <jbu@openoffice.org>  [a9c1f8fb37e61938ad0886030c0191d9bb4b2136]

        #96701# API review

2002-01-18  Jörg Budischewski  <jbu@openoffice.org>  [347d772ec0e0c286b44ffabe6d6b76076653b998]

        #96701# API review

2002-01-18  Caolán McNamara  <cmc@openoffice.org>  [be6eb3761d24f9aa0016d4350c2d01d7d55f68be]

        #96618# Word TOC has by default equal number of columns as current section

2002-01-18  Daniel Vogelheim  <dvo@openoffice.org>  [ce188c106393f03cf9e394abe5d0933f89956c0e]

        #96657# set old presentation for page variable fields

2002-01-18  Jörg Budischewski  <jbu@openoffice.org>  [e38b8bde71486c23a86aeb81ed455f040f7c2748]

        #96701# API review

2002-01-18  Jörg Budischewski  <jbu@openoffice.org>  [cce0c312fc8b3c91be25fec879a40d38f6575ddd]

        #96701# API review

2002-01-18  Armin Weiss  <aw@openoffice.org>  [04bcf7932771fe92636795b28596b3891777e85b]

        #96551# handle both updates when its an OutlineView

2002-01-18  Jörg Budischewski  <jbu@openoffice.org>  [1cddb7095cc68b13039ecf476db53873974ba47f]

        #96701 API review

2002-01-18  Jörg Budischewski  <jbu@openoffice.org>  [21c75097936c6cd5ea36e9ca35452627d4643b12]

        #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl

2002-01-18  Jörg Budischewski  <jbu@openoffice.org>  [2f7bb5404a12529aea2a96bc439186c0d40bca1c]

        #96701# API review

2002-01-18  Jörg Budischewski  <jbu@openoffice.org>  [86ec7b4710eb30adc13d0a5dcc5628cfd090bb54]

        #96701# API review

2002-01-18  Martin Gallwey  <mtg@openoffice.org>  [de7d272f3ce5e4fb2d2fe24492ce41761ccbbf78]

        #96703# our XServiceInfo implementation listed all 48 services we could create, but didn't support. It also was missing css.document.OfficeDocument

2002-01-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5564eac663ec8ee97e6df6579e27b94389fc6654]

        #96646# quick hack to simulate dmake alias functionality

2002-01-18  Thorsten Behrens  <thb@openoffice.org>  [4efc332c97693013a3a945b26332c6141964b5cc]

        #96642# Remove reference to model items within Svx3DWin

2002-01-18  Eike Rathke  <er@openoffice.org>  [1e20a4422d85cacddf53ce413951085b3961ab9c]

        #96630# SetMark: shrink predecessor if not splitting or combining areas

2002-01-18  Eike Rathke  <er@openoffice.org>  [bad4bbc079c5068e3eab0b8b65d768a85dfe31a4]

        #96630# SetPatternArea: shrink predecessor if not splitting or combining areas

2002-01-18  Sascha Ballach  <sab@openoffice.org>  [a043ecb23648772e20cd61d66626d99c4e7c9bcd]

        #95584#; getAccessibleChild method throws exception lang::IndexOutOfBoundsException

2002-01-18  Andreas Bregas  <ab@openoffice.org>  [76b884a6658480e10f8f256f18e5b8e9a651ccbc]

        #96008# Store DialogControlModels for disposing

2002-01-18  Andreas Bregas  <ab@openoffice.org>  [a6524527f10ecdd25086a980ae2f51b0eaab1816]

        #96008# Dispose DialogControlModel

2002-01-18  Thomas Lange  <tl@openoffice.org>  [516d8aba3965ea59020f898b79cf9261f3a88941]

        #91500# fixed symbol names import from 5.2 for spanish

2002-01-18  Daniel Vogelheim  <dvo@openoffice.org>  [5740b5fe22ef2337db94ba78b63122264286b3fc]

        #96658# change bibiliographic-type to bibliography-type

2002-01-18  Daniel Vogelheim  <dvo@openoffice.org>  [ff6ecfd649622bd28b1b69a2742650e8fbf2abb4]

        #96658# changed bibiliographic-type to bibliography-type

2002-01-18  Stephan Bergmann  <sb@openoffice.org>  [35953f63c3d2315a4aaecb44184df7606148a903]

        #96665# Fixed source-buffer-too-small check in ImplEUCJPToUnicode.

2002-01-18  Caolán McNamara  <cmc@openoffice.org>  [1d38e95bb7f5e246527b03de275f1404a9eee66e]

        #96691# emphasis marks may occur in lists

2002-01-18  Sascha Ballach  <sab@openoffice.org>  [54c8ea368449ffb55beece6402be0ed653cc39a6]

        #95584#; add Accessibility stuff

2002-01-18  jp  <jp@openoffice.org>  [f1e706830ba3a15e9992746de3abcd006c94df68]

        Bug #96673#: RequestHelp - if not handled here, call the base class

2002-01-18  Sascha Ballach  <sab@openoffice.org>  [11db6048eafb5938be1b565fb0711a72ff7b3c0d]

        #95584#; add the method to get the accessibility classes from the window

2002-01-18  Philipp Lohmann  <pl@openoffice.org>  [6a1d8af05a6c7e7dce3a5d06481e7aa222de1aab]

        #96686# check if mouse already captured in sawfish workaround

2002-01-18  sz  <sz@openoffice.org>  [4969b2d73e766de3f98e16473d16424cb97704b1]

        makefile for qa

2002-01-18  Sascha Ballach  <sab@openoffice.org>  [8226eff4ee430bd7ce404ff33863ce0fc6d0ff14]

        #95584#; first version of Accessibility classes

2002-01-18  Sascha Ballach  <sab@openoffice.org>  [29a51aa6baaedcd67d656dd5aaefc5902327c021]

        #95584#; add Accessibility stuff

2002-01-18  Oliver Specht  <os@openoffice.org>  [f94620db99c96082039be825c0e2e34f23c3f12a]

        #96657# property CurrentPresentation added to text field ReferencePageGet

2002-01-18  Daniel Boelzle  <dbo@openoffice.org>  [2fad7821924fa8a80269a46f95cee69a016d9915]

        #96008# fixed ring-references

2002-01-18  Frank Meies  <fme@openoffice.org>  [7eb86b5414232afa0eb117a172627b0d3f913a20]

        Chg: Vertical Formatting - Calculation of painting position and portion width in grid mode

2002-01-18  Frank Meies  <fme@openoffice.org>  [6fccd26d382359b87f6ec084d70719911b8e13d0]

        Chg: Vertical Formatting - Calculation of kerning portions for grid mode

2002-01-18  Oliver Specht  <os@openoffice.org>  [f3e502405c6d1addf9ac6ef062a8c702261175a2]

        #96676# SwXOLEListener: one instance per object

2002-01-18  Sascha Ballach  <sab@openoffice.org>  [895b189fc7433125eb0e6929b3037d1cffef5c9e]

        #96651#; write the correct filter operator if the filter should use regular expressions.

2002-01-18  Sascha Ballach  <sab@openoffice.org>  [60def1b907b4fb7d9fbb25dd111f33fd2a2dc12b]

        #96671#; make the load and save of the filter criteria and the flags work. Remove to store target range of the filter criteria, because there is never a target range and so it is written the wrong content.

2002-01-18  Sascha Ballach  <sab@openoffice.org>  [1885638684c79a60524d4ba5dbf1d6f57a7770e7]

        #96651#, #96671#; set the bUseRegularExpression correctly in case of the given parameter and not on every call on true. Handle the count of filter criteria of the data pilot by myself and give every criteria the flag bOnQuery

2002-01-18  Malte Timmermann  <mt@openoffice.org>  [ed03c0a98891508df287c4354cffa426dd6d4ab7]

        #96585# Remove from DragAndDropWrapper

2002-01-17  Kurt Zenker  <kz@openoffice.org>  [b85c652bc274cd6d5e2ce735070dd373a7a15e21]

        Merge SRC641: 17.01.02 - 22:16:01

2002-01-17  Kurt Zenker  <kz@openoffice.org>  [ed792bd375cd68169249da701d7a8b54b8958ecf]

        Merge SRC641: 17.01.02 - 22:13:40

2002-01-17  Sven Jacobi  <sj@openoffice.org>  [ef53f29b1b187885352a122fa7ea260e44ace0a7]

        #96635# use of correct textencoding for StarSymbol font, again integrating bullet prefix and suffix

2002-01-17  jp  <jp@openoffice.org>  [fbf2322ee23a12c2886561af9e007c1aad3cae89]

        Bug #I2696#, #96652#: ConvertSubToGraphicPlacement() don't cast to wrong type

2002-01-17  Stephan Schäfer  <ssa@openoffice.org>  [b149debe5a5b42289bb85f3a00f8d48b677687ff]

        #96084# merge 1.39.2.1

2002-01-17  Frank Meies  <fme@openoffice.org>  [5fa32fceb0c8c2f45ef9916e45a600b5fc8e741e]

        Chg: Vertical Formatting - Drawing special portions like SwTabPortion

2002-01-17  Stephan Bergmann  <sb@openoffice.org>  [bdf0e58d56f55e5fe48076442b3704c433ab16ba]

        #85390# Fixed SetJobSetup's REMOTE_APPSERVER branch.

2002-01-17  Frank Meies  <fme@openoffice.org>  [4658aee74ffafd41f598d8f47eaa6028e66e2eb2]

        Chg: Vertical Formatting - Drawing special portions like SwTabPortion

2002-01-17  Frank Meies  <fme@openoffice.org>  [72136922b748acbd26b72cac2321edb5c454622a]

        Fix: Vertical Formatting - Red arrows did not appear for undersized frames

2002-01-17  Kai Ahrens  <ka@openoffice.org>  [da4f1c9570299f5cb9e45bf0a63c3582e2fd6371]

        #96615#: check range of colormap in PAL=>PAL conversion

2002-01-17  Philipp Lohmann  <pl@openoffice.org>  [ffb307601ae926e7b5d747a3f7c2f2baf795e552]

        #96595# do not dispatch DnD events while waiting on paste data

2002-01-17  Daniel Vogelheim  <dvo@openoffice.org>  [32cc2cc33f76cf4d91456b878d45898d22448679]

        #96603# made text:value-type attribute optional

2002-01-17  Kurt Zenker  <kz@openoffice.org>  [97b649eb1269e8a65b89bb6bcb82c577e26206aa]

        new version for SRC641

2002-01-17  Michael Brauer  <mib@openoffice.org>  [bb242436db4a057a54714b94db511d7690cecf8f]

        #96606#: Writer required svg:y instead of svg:y1 for draw:line

2002-01-17  Michael Brauer  <mib@openoffice.org>  [6cb025d0350679688705977a78d046e12df31312]

        #96606#: svg:points -> draw:points for draw:contour-polygon

2002-01-17  jp  <jp@openoffice.org>  [29b1b9f6bab1e2e822d4f28fbc5c509ce1840213]

        Bug #I2806# ImportGraf - don't set the anchor attribute if one exist with value for IN_CNTNT

2002-01-17  Daniel Vogelheim  <dvo@openoffice.org>  [a1ce54eb450addd30e91dbe7bb81691a99a4439e]

        #96611# changed bibliography-types to not use underscores in attribute values

2002-01-17  Michael Brauer  <mib@openoffice.org>  [c344492ba5099ce9f98353012f34a8f01407c9ee]

        #96605#: svg:y was missing for draw:g

2002-01-17  Daniel Vogelheim  <dvo@openoffice.org>  [a6a7a587b628075169ac0813482d63322d282bf9]

        #96610# added ruby style family and their style property attributes

2002-01-17  Daniel Vogelheim  <dvo@openoffice.org>  [3fe11bd19f2a3d0431fc41727f3821ad17b412fe]

        #96604# proper namespace for <dde-connection-decl> attributes

2002-01-17  Michael Brauer  <mib@openoffice.org>  [cacb38311c54ac9b482d47667ac01653626aab47]

        #96631#: Applets attched to pages were imported as draw ovjects

2002-01-17  Thorsten Behrens  <thb@openoffice.org>  [4d32e4840b4ccaf6a98e8505a2c8ef27b328ea8f]

        #96629# Consistent unit on rulers

2002-01-17  Malte Timmermann  <mt@openoffice.org>  [e4a4300cf4c697a97debde7dc494837a46f1664b]

        #96298# Workaround for Solaris compiler

2002-01-17  Kurt Zenker  <kz@openoffice.org>  [eefad6a62da1b5d96b96cc0344ae7b6650c85279]

        new version for SRC641

2002-01-17  Philipp Lohmann  <pl@openoffice.org>  [094142754513758fc69263a7ce8a3dd9bbc79ffa]

        #96634# recognize sawfish running wothout gnome

2002-01-17  Michael Brauer  <mib@openoffice.org>  [f2ad0a96be5abf852aade413b9f085714e67f9bb]

        #96602#: margin values were for horizontal-rel

2002-01-17  Daniel Vogelheim  <dvo@openoffice.org>  [688463ef3919fe6e9100d061fe4d786527052748]

        #96601# renamed page variable fields to match implementation

2002-01-17  Daniel Vogelheim  <dvo@openoffice.org>  [6bfc5cfb1a8e7be293998ae193b7ea327e8f0282]

        #96599# added <office:events> child to text hyperlinks

2002-01-17  Thomas Lange  <tl@openoffice.org>  [278e54b26c625d8988c3d6578d35989b079c3420]

        #96543# if edit-window is available the Text inserted vis 'Tools/Import Formula' is inserted by replacing the current selection in the edit-view

2002-01-17  Kurt Zenker  <kz@openoffice.org>  [9ea8731419754e94f55ca580fd0e9b3b6f04b718]

        new version for SRC641

2002-01-17  Caolán McNamara  <cmc@openoffice.org>  [43a52f36e4161a53fb10e05adcf380e2ddfa330a]

        #96598# Read_FldVanish feeds more than field contents to field handler

2002-01-17  Michael Brauer  <mib@openoffice.org>  [9a5d335e88221ec32837ff82732192be9bca74dd]

        #96609#: Load OLE objects that have a hyperlink set

2002-01-17  Rüdiger Timm  <rt@openoffice.org>  [9d241e45ac5b16e7e5fb1191174fda0ed882319c]

        SRX641

2002-01-17  Mathias Bauer  <mba@openoffice.org>  [093c0fddb5034738033d621d5865956120a1eb47]

        #96502#: support properties for ODMA

2002-01-17  Mathias Bauer  <mba@openoffice.org>  [e1c041046ecd34559076034c1388eadc45d69c8f]

        #96528#: use display name

2002-01-17  Mathias Bauer  <mba@openoffice.org>  [6f8c8199e1295160bb427bc3be60515f52b35bf5]

        #96528#: display name now set in desktop project

2002-01-17  Mathias Bauer  <mba@openoffice.org>  [a31dbc7c76f232d9128949d61902c93a3e0a317e]

        #96528#: expiring eval version

2002-01-17  Andreas Martens  <ama@openoffice.org>  [4267e3e2b6363a4ebde53b48f251f3cf089daa0f]

        New: Vertical layout for fly at content frames

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [14f43d72c3d381c3750552b8a1c145b5c20c1648]

        Merge SRC641: 16.01.02 - 22:40:27

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [2bdaf32e973ab7f0776af89a765b4b8b902acb37]

        Merge SRC641: 16.01.02 - 22:31:22

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [7314f13929b5b59b56ce7ba52fc52c9fe7222d52]

        Merge SRC641: 16.01.02 - 22:28:47

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [271ee16466d3dda67e00e00a44342632b84da8c5]

        Merge SRC641: 01/16/02 - 22:28:33

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [e9b1d3063c5a9727ba1fd3edc7916337e3b97b11]

        Merge SRC641: 16.01.02 - 22:26:26

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [cc179d5c255080f79ee46809e2936bc2d841ae26]

        Merge SRC641: 16.01.02 - 22:26:58

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [58cca135a82eccce389d250379986ce255f3c827]

        Merge SRC641: 16.01.02 - 22:25:51

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [6cf18821aa01da790ef191b5b14c119afc326e16]

        Merge SRC641: 16.01.02 - 22:24:48

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [7b59b2f36db08bc0300ef2941b7cfdf74cd2ca9c]

        Merge SRC641: 16.01.02 - 22:22:36

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [20c7e4fa65ab3c3352e23efb3d17c7848083ce7d]

        Merge SRC641: 16.01.02 - 22:21:15

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [25fb90bbf612c6bdab2a8a5cef746d04234a6898]

        Merge SRC641: 16.01.02 - 22:20:38

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [5938f4c949b6b2c155714b47bde3b485803c9c89]

        Merge SRC641: 16.01.02 - 22:20:35

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [b3fb0def4c5a958e04676ed34c4e3d40b9480266]

        Merge SRC641: 16.01.02 - 22:20:14

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [7a93c368b42e1514f9963e52ed855d7f9a52ff1b]

        Merge SRC641: 16.01.02 - 22:18:39

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [c75255345f3662c8112b445cfed26b19f2bb7b2a]

        Merge SRC641: 16.01.02 - 22:17:56

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [a9c382fec938e8f3363bf2ddc98624ae5b647c8e]

        Merge SRC641: 16.01.02 - 22:16:28

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [e013bed39b223ca5f6f740a00dcc7958ed2b8565]

        Merge SRC641: 16.01.02 - 22:12:40

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [234192caa390aeeedfb077da2077031c698e97f4]

        Merge SRC641: 16.01.02 - 22:12:59

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [01163d52bac53e32cea6ff61a94bb670b788bc2c]

        Merge SRC641: 16.01.02 - 22:09:53

2002-01-16  jp  <jp@openoffice.org>  [1eee3f4eda61bf937bd23ae663a049c14a98c97e]

        Bug #96582#: ImportTox - look for upper levels

2002-01-16  Jörg Budischewski  <jbu@openoffice.org>  [5fdb6783a48e102d05de968dbc34246883d8ebda]

        #96588# bootstrap-variable pathes are now interpreted relative to the current working directory

2002-01-16  jp  <jp@openoffice.org>  [36de6cc37ecbcb506754b91489bb29cbd2726eea]

        Bug #96582#: ImportTox - look for upper levels

2002-01-16  Behrend Cornelius  <bc@openoffice.org>  [fccb771fc5488ab2c696f14721574ed1c3fc5b56]

        #96110# Fontname of textcontrol localized

2002-01-16  Eike Rathke  <er@openoffice.org>  [9069cd357de095ce5aaf79d47bdd2b705456061b]

        #96556# in-DDE-link-update flag on per document basis

2002-01-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [46fc9abc79dd509a6769cba5b90dcc7d0a585db3]

        #95782# don't disable hand made maps

2002-01-16  Vladimir Glazounov  <vg@openoffice.org>  [ecc0e2447cf1a4a96c3f353ba7e96254c52b238d]

        added global variable undef

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [6fe9d452848ff6bd33809c7525daad0db89a1126]

        new version for SRC641

2002-01-16  Philipp Lohmann  <pl@openoffice.org>  [18a28604b7b427783b759d4cee05a65d7854bf7b]

        #96378# refined restacking mechanism for child frames on WMs without appropriate TRANSIENT_FOR handling

2002-01-16  Frank Meies  <fme@openoffice.org>  [047487ba7a6f4acb9d36ad82c752ec313db52fbf]

        Chg: Vertical Formatting - Handling of portion underflow in grid mode

2002-01-16  Oliver Braun  <obr@openoffice.org>  [b48290f5101b35457499c24adb39b7d502b499bd]

        #96301# added GB18030 and GIG5HK locales

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [4c02185e71409e7d32d8a0ee2a573fccc1816c16]

        new version for SRC641

2002-01-16  Thomas Lange  <tl@openoffice.org>  [59c5c8f1b9a6bf1428586a6819f05932a92a3439]

        #96552# assertion after interactive hyphenation fixed

2002-01-16  Martin Hollmichel  <mh@openoffice.org>  [6a7b7d17df442d358005ae643dfa0c0c50002d03]

        chg: increase MAXFILES

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [3cfc9f82703650e58542e97acae70f5a61423c68]

        new version for SRC641

2002-01-16  Martin Hollmichel  <mh@openoffice.org>  [8be2db348bff588b8f52e8ed2c2254c5e03730e6]

        del: old stuff

2002-01-16  Armin Weiss  <aw@openoffice.org>  [0636a40943bcef70ec6699a70ccd8a3d8b2f0ae4]

        #96090# Implementation of Support methods for centralized UNDO/REDO

2002-01-16  Armin Weiss  <aw@openoffice.org>  [714c4071ad434abcc82d7f90567cd45554effa4e]

        #96090# Added handling for SID_GET(UNDO/REDO)STRINGS and SID_(UNDO/REDO) to SdViewShell::GetMenuState(...)

2002-01-16  Armin Weiss  <aw@openoffice.org>  [27d9aeb4fd286a74a064be5673abe4a466c29a95]

        #96090# added string to create no empty UNDO actions (in ListBox)

2002-01-16  Armin Weiss  <aw@openoffice.org>  [b8dbc62114f0d926688fdae25346832495772ce7]

        #96090# added Undo/Redo handling

2002-01-16  Armin Weiss  <aw@openoffice.org>  [30c347a1fe8d40c193ffc39791ca270dea545d3c]

        #96090# moved implementation of SID_(UNDO/REDO) to BaseClass

2002-01-16  Armin Weiss  <aw@openoffice.org>  [f6c6312bae29fa7ec9b49db5f1e41aa08f5929ce]

        #96090# moved SID_UNDO to SdViewShell::GetMenuState() #96090# moved SID_REDO to SdViewShell::GetMenuState() #96090# moved SID_GETUNDOSTRINGS to SdViewShell::GetMenuState() #96090# moved SID_GETREDOSTRINGS to SdViewShell::GetMenuState()

2002-01-16  Armin Weiss  <aw@openoffice.org>  [fcc5c9ddfc36b7c72465a43f1b5b2c373cb2e1ed]

        #96090# add SID_GET(UNDO/REDO)STRINGS and SID_(UNDO/REDO)

2002-01-16  Armin Weiss  <aw@openoffice.org>  [41d143698c51ffdb7e2cdf02e6ba72e79e3f1742]

        #96551# trigger preview refresh for SID_OUTLINE_*

2002-01-16  Kurt Zenker  <kz@openoffice.org>  [d558a03b635f1548e95fbbe225b5c58c15a0ce88]

        new version for SRC641

2002-01-16  Malte Timmermann  <mt@openoffice.org>  [75e488ac077d874705f0718d4dbf06814e25c8eb]

        #96298# Merge ParaAttribs, when calling SetParaAttribs instead of SetAttribs

2002-01-16  Malte Timmermann  <mt@openoffice.org>  [8543773e5930d33157d78b15e3f412f78250a075]

        #96298# Fixed some bugs in ConvertItem

2002-01-16  Malte Timmermann  <mt@openoffice.org>  [40f54f8077a1132caee7891dbf97c41611888b29]

        #96298# Clipboard - create RTF immediately

2002-01-16  Malte Timmermann  <mt@openoffice.org>  [0ccd90b59ed71dda99bd8bcb29266d1de5cf3cde]

        #96298# Fixed some RTF export bugs

2002-01-16  Malte Timmermann  <mt@openoffice.org>  [3e3094530ed08f274f17570c261df2beb71bba0a]

        #96298# LogicToTwips not longer inline, use LogicToLogic for less rounding problems

2002-01-16  Malte Timmermann  <mt@openoffice.org>  [c7f5f4c73fb82d5408e65c986d861dd7d09bc84c]

        #96298# Don't overwrite LRSpace after reading RTF

2002-01-16  Caolán McNamara  <cmc@openoffice.org>  [6a11146968c203692a532e133bcc44094b2cbab9]

        #96488# munging ww8 and ww6 borders together into one class is too painful to work with

2002-01-16  Rüdiger Timm  <rt@openoffice.org>  [51672ae7112d4ccec0914ecb3c66b8a055a43d68]

        #65293# removed pgp

2002-01-16  Frank Meies  <fme@openoffice.org>  [ca59483ef0b0cbeb73ff4b198fc0cb347b8b9cf7]

        Chg: Vertical Formatting - More work on grid mode

2002-01-16  Frank Schönheit  <fs@openoffice.org>  [69f9c38be1aa88f4518eccab8443a78465bbf6aa]

        #96445# in a non-pro version, trace the allocations/frees of basic types

2002-01-16  Frank Schönheit  <fs@openoffice.org>  [699a23f83a7a7d6f34847dfe05d78ddfaf78e010]

        #96445# in a non-pro version, count the instances of ADO objects

2002-01-16  Frank Schönheit  <fs@openoffice.org>  [60d459f70bf659b07d10e5b72eef810255cb12c4]

        #96445# dtor for DBG_XTOR

2002-01-16  Frank Schönheit  <fs@openoffice.org>  [c5b3dd145ce6bda4349bb8cd472971b435f9fe47]

        #96445# DBG_XTOR

2002-01-16  Frank Schönheit  <fs@openoffice.org>  [444d5ee8e10a7530673e17f8957ad15bb763642c]

        #96445# DBG_XTOR / set m_pResultSet to NULL when releasing it

2002-01-16  Frank Schönheit  <fs@openoffice.org>  [87b0056645e2e641532f7dc4f7487903e69fe082]

        #96445# DBG_XTOR / delete the parse tree when beeing disposed

2002-01-16  Frank Schönheit  <fs@openoffice.org>  [d512865120e5df950f43fde89dbefaf244310148]

        #96480# before moveToInsertRow, do a 'last'

2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [569bd5410bf16c78c234c61297d99a0ed633c958]

        #95901# ignore enter/leave notify due to grabbing

2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [6e9f8076330353ab60f85617adc4a835c2437bf7]

        #95901# avoid mouse pointer with popup menus

2002-01-15  Caolán McNamara  <cmc@openoffice.org>  [aea343526945e9f837e384c256dfda259e2f9e6d]

        #96488# munging ww8 and ww6 borders together into one class is too painful to work with

2002-01-15  Caolán McNamara  <cmc@openoffice.org>  [405be02a66541b0a6254c98f72f95c1f77c3727d]

        #96488# Frames can be set in styles and some parts overridden in the document or maybe not esp. borders

2002-01-15  Caolán McNamara  <cmc@openoffice.org>  [48129f15527cb185dd45e8b769344a493bbb762d]

        #96488# WW8 sprmCHpsPos is 2 bytes not 1

2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [1eb977c49cfb5ff4257abcce4cf449347c0a3fed]

        #96527# no more TAB

2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [a89bcd257f23c567ee02d0d649c678a250603e40]

        #96527# no more TAB

2002-01-15  Jörg Budischewski  <jbu@openoffice.org>  [844436e4a766707f008c36389933c8d5b99a0235]

        added uno bootstrapping, demo now startable from outputtree

2002-01-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [482380afe7cde4ec967caabb652a50c3709e17a2]

        #65293# second thought...

2002-01-15  Stephan Bergmann  <sb@openoffice.org>  [5700da04529ff76f041affc5a2fe1465c353b7bb]

        #96302# Added support for Big5-HKSCS.

2002-01-15  Christian Lippka  <cl@openoffice.org>  [4c699de4dafe5a5c337a75b3fe525799e36e1be7]

        #96471# use weak ref in notify to get self ref

2002-01-15  Kurt Zenker  <kz@openoffice.org>  [36500bb4f4e12ba421efc84184cd1c2aef3b3a6c]

        new version for SRX641

2002-01-15  Malte Timmermann  <mt@openoffice.org>  [d8a548a945ced779927e1b0c5fe05652df4ceeab]

        #96073# vclxwindow.hxx

2002-01-15  Malte Timmermann  <mt@openoffice.org>  [91cf0872f8d74270024a952dff82e4fca9182fa5]

        #96073# vclxwindow.cxx

2002-01-15  Oliver Specht  <os@openoffice.org>  [adf6dec3ad8eedff8700cc72e86683a75093c124]

        #96534# cancel changes from #62345# to re-enable automatic family selection in stylist

2002-01-15  Oliver Specht  <os@openoffice.org>  [c2bf77b9af951593b2451736a46688f0a8a63535]

        #96534# a style has to be selected always to ensure unselected state

2002-01-15  Kurt Zenker  <kz@openoffice.org>  [2af4de935f40c31d9307127ef21200793cdfc598]

        new version for SRX641

2002-01-15  Kurt Zenker  <kz@openoffice.org>  [6ea1963d5557e8f21042cc135df65a1134cf53f0]

        new version for SRX641

2002-01-15  Nils Fuhrmann  <nf@openoffice.org>  [92799862453c2d8dad6bc671b5f4ade87a3f936c]

        Corrected prjname from vcl to svtools

2002-01-15  Jörg Budischewski  <jbu@openoffice.org>  [11c63360cb41eb3d9ab9ff7fc9bf5653ebba8899]

        simplified uno bootstrapping, an appropriate applicat.rdb is now created within the output tree

2002-01-15  Behrend Cornelius  <bc@openoffice.org>  [e7de2891609028ae231c142e6a8a86819d5bc000]

        #96550# Now corrector factor also used on clicking on imagemap

2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [b4bbc92015b501a04e0e9c1e5ff9496b24320974]

        #96537# dispatch wheel events to correct window

2002-01-15  Kai Ahrens  <ka@openoffice.org>  [a6fb48a6c51bd284a1ae77c14905f983e4ccc130]

        #96514#: create tempfile name by ourselfes

2002-01-15  Nils Fuhrmann  <nf@openoffice.org>  [3f9beae2160114d62d7ab45a9ba31b167cf677f3]

        Merge SRC641: 15.01.02 - 14:15:42

2002-01-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [b55762059b13585c922f860cbd08c1cddc9bde0b]

        #95549#: fix security check

2002-01-15  Armin Weiss  <aw@openoffice.org>  [6e6146f0777d7248d1d13801478ec9a4f6f22cf9]

        #96539# Do some disable/enables only for OutlineViews

2002-01-15  Caolán McNamara  <cmc@openoffice.org>  [8b2494f965224a62c7a8003a4fae99e9ba0089bd]

        #96401# Setting distances in HORI_LEFT orientation doesn't make sense, so an element won't move

2002-01-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0d1d2e4e1ce8a64cea3ba49d2adee7b55bf666b3]

        #95964# changed link line generation

2002-01-15  Vladimir Glazounov  <vg@openoffice.org>  [04a238750f69f9043006545a6880297149bff2df]

        #65293# added exception specifition

2002-01-15  Stephan Schäfer  <ssa@openoffice.org>  [edef1afc8c93954d59c9bb7dcca0675ebae57bc9]

        #95684# make GetPosPixel not inline

2002-01-15  Caolán McNamara  <cmc@openoffice.org>  [4588ac096bdb9dabc1f7c944cac796abeb1e2260]

        #96400# don't begin/end table prematurely

2002-01-15  Caolán McNamara  <cmc@openoffice.org>  [96548048cd1c55a2a45ce86fe5c46965b5a92e9c]

        #i2697# export restart numbering by exporting seperate lists

2002-01-15  Philipp Lohmann  <pl@openoffice.org>  [d43d9ca51849855da67244efdcb7c9cd416ffd61]

        #95240# allow for unresolved symbols in plugin libraries (e.g. nppdf.so 4.05)

2002-01-15  Christian Lippka  <cl@openoffice.org>  [9f699602d983223f5f843be6e1a3a5061b7785a2]

        #96516# used getShapeType() to detect a graphic object

2002-01-15  Ocke Janssen  <oj@openoffice.org>  [e47164ca0f0b0431955f87b8c5b2d44cb4fb6626]

        new odma content

2002-01-15  Ocke Janssen  <oj@openoffice.org>  [ad08249e091ce5aa413d75208dda9c4f205bafdf]

        #96501# new protocol for vnd.sun.star.odma

2002-01-15  Ocke Janssen  <oj@openoffice.org>  [644d84553b7660ffa817bc7dddc8d597160711c2]

        #96501# included test for vnd.sun.star.odma

2002-01-15  Peter Burow  <pb@openoffice.org>  [bfb6facc763917087737c1ef4ceb0bfbfe36460b]

        fix: #96362# asynchronous D&D

2002-01-15  Peter Burow  <pb@openoffice.org>  [1ce6896d0c55f11c27902f225922f37a3ec96b0e]

        fix: #96362# DECL_LINK( OnAsyncExecuteDrop, ExecuteDropEvent* ) added

2002-01-15  jp  <jp@openoffice.org>  [12e23933aabb9db31140062a81cddc4e20396d87]

        Bug #96529#: StartSearchAndReplace - add missing break statement

2002-01-15  Juergen Schmidt  <jsc@openoffice.org>  [45508ed6c90b5ae556720066a11d3cc12c175f18]

        #96497# insert changes to make link relativ

2002-01-15  Hennes Rohling  <hro@openoffice.org>  [569d80548e48211f017ef767800e787b0b4d306c]

        #96533# Updated file API docu

2002-01-15  tpf  <tpf@openoffice.org>  [afca6d5633564fa9c8d0d245d278397bb412a512]

        #92352# added logging API

2002-01-14  Vladimir Glazounov  <vg@openoffice.org>  [01e6ea38d0895fbe7e46b6cd767b3e54ec29d140]

        Merge SRC641: 14.01.02 - 22:22:53

2002-01-14  Vladimir Glazounov  <vg@openoffice.org>  [615eaae7bccb389711e0107db2428f71f3940824]

        Merge SRC641: 14.01.02 - 22:20:07

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [8f6a816695d0f7d5727d1d999633cbf65bdf3777]

        Merge SRC641: 14.01.02 - 22:19:39

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [508ea798980f757852247d88092bfe755024e12c]

        Merge SRC641: 01/14/02 - 22:19:25

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [b3a9e359608d65d28327ef5de32f3223bcecfbeb]

        Merge SRC641: 01/14/02 - 22:18:07

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [c77631ad33b9c3e01ff3f3c30663ba464eeab2f5]

        Merge SRC641: 14.01.02 - 22:17:55

2002-01-14  Vladimir Glazounov  <vg@openoffice.org>  [c06a9b4a220ffd0763fceda55cb57d7ed2830937]

        Merge SRC641: 14.01.02 - 22:16:59

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [b1711214e7cd02e31f1a4074c1267af32a2c4c4c]

        Merge SRC641: 01/14/02 - 22:16:35

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [4da8e1e34720166b28ce94dbab7d68c7665a5d96]

        Merge SRC641: 14.01.02 - 22:17:35

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [0a32a31de18b3f78ff2da7d58d60109e3a942620]

        Merge SRC641: 14.01.02 - 22:16:17

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [d4bcde12c065f320ec7e58d8046a389a1bb7893a]

        Merge SRC641: 14.01.02 - 22:15:42

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [51abd375780883787c1519108a17579654d09cb9]

        Merge SRC641: 14.01.02 - 22:16:24

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [6d9a718b70824adcd7e73bbe0ee09ff567b6fd8f]

        Merge SRC641: 14.01.02 - 22:14:35

2002-01-14  Rüdiger Timm  <rt@openoffice.org>  [ec475de8c50edd48ee73ae24022bdc6524c1b8aa]

        Merge SRC641: 14.01.02 - 22:14:10

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [ec4d271be7542fadae42373a390d60362c482587]

        Merge SRC641: 14.01.02 - 22:14:52

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [6c5a7118b3426c8414afba110a09d18eb3392f54]

        Merge SRC641: 14.01.02 - 22:12:03

2002-01-14  Vladimir Glazounov  <vg@openoffice.org>  [02346781de263d66e5d06d1b68c7cde81fc21ed8]

        Merge SRC641: 14.01.02 - 22:12:02

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [8ac1c833b18a126f504872036cd3fbae86eb4c36]

        Merge SRC641: 14.01.02 - 22:10:30

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [3ba9d0202030475966f665027913ae6326e25f8d]

        Merge SRC641: 14.01.02 - 22:09:24

2002-01-14  Rüdiger Timm  <rt@openoffice.org>  [73fe5973aabfe0a1947969620bd8e5a5891a7422]

        Merge SRC641: 14.01.02 - 22:08:34

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [a4cc6c556efdb8295734bd6ab4f6ef5b1cd2e31f]

        Merge SRC641: 14.01.02 - 22:07:17

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [523295685f6373752f39bd788530a8ec9f1eac3f]

        Merge SRC641: 14.01.02 - 22:07:42

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [eb54855909d165f2eb77453339f7ef39d2ebdf8c]

        Merge SRC641: 14.01.02 - 22:06:57

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [f73f67cd2746e65fe4fe979a6ff6fa631431a1f8]

        Merge SRC641: 14.01.02 - 22:07:10

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [4881a95f13ec1e7bd3d2d4b16cd0a4c1a268000c]

        Merge SRC641: 01/14/02 - 22:07:08

2002-01-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c378f7ee45586203c114e42a57af9540985b7901]

        #96510# create target to convinnce dmake that minormkchange.flg exists

2002-01-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c03a085312dcda1b7bdbace1717cf786f9894e5]

        #96520# prevent .done file from being created if native2ascii fails

2002-01-14  tpf  <tpf@openoffice.org>  [2e29866127a8296b02fc74a18d950656059036fa]

        #92352# added logging API

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [93da3d1223f60e964400e58f713c8b8855bec6c1]

        new version for SRX641

2002-01-14  tpf  <tpf@openoffice.org>  [ddd31b5da0b06c9d71ee98cc942a7efe78dbe498]

        #92352# added logging IDLs

2002-01-14  Eike Rathke  <er@openoffice.org>  [02b09ff6679b74ea221ddac0770b2a683a617565]

        #96337# KParseTokens::TWO_DOUBLE_QUOTES_BREAK_STRING in continuation flags

2002-01-14  Eike Rathke  <er@openoffice.org>  [d7f39de4a22d1b0a56828108d5736160d7c607a5]

        #96337# add: KParseTokens::TWO_DOUBLE_QUOTES_BREAK_STRING

2002-01-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [efe2c03d58bd1037dc8c21e01689b03c07133454]

        #96515#: remove line which didn't match anything anyway

2002-01-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [982b6d6d7967d6f14751f78c466bb2741078c6c7]

        #96515#: more cleanup

2002-01-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [231dc12f237a396e7b7d0a7ee25f6e92b48a882e]

        #96515#: fix *.SUNWCCh handling

2002-01-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0cf038605744d0b4c85c979f1b538f5de4bf4994]

        syncing fixes to HEAD

2002-01-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [77b1e76b313bd34f23dbe0dc007fa25fe49aa7d5]

        #96515#: upgrade to STLport 4.5 on all platforms

2002-01-14  Ocke Janssen  <oj@openoffice.org>  [4bd4aa4b227cab7978ad7e2039c52db9710ff0f2]

        first revision for odma impl

2002-01-14  Caolán McNamara  <cmc@openoffice.org>  [8c3de0682017218af27ee160cbbe2b1266f6f526]

        #i1869# save loaded simple lists as simple lists again

2002-01-14  Rüdiger Timm  <rt@openoffice.org>  [7c465995aa21ddbb0491461d5de7ede5f638b8f8]

        #95576# remove OFFICELIBSSET condition

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [7174239cfb1aea96c4937e156e2f8c75c0466c28]

        new version for SRX641

2002-01-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d5c140f837ba39a76052eeca64b1587dd25f25f]

        #95576# remove hard dependency

2002-01-14  Nils Fuhrmann  <nf@openoffice.org>  [ea76474a8cd6df8fdeeb21b1e8dd17f05b11a909]

        Don't add additional \n at end of file!

2002-01-14  Kurt Zenker  <kz@openoffice.org>  [33b27bb78b3b4076ecb252879b70554f5dc2827a]

        new version for SRX641

2002-01-14  jp  <jp@openoffice.org>  [e457c891ca28e25d6aa118416855726a451f0170]

        Bug #96161#: ResetAttr calls the change link explicit

2002-01-14  Martin Hollmichel  <mh@openoffice.org>  [2ee7862de63335d40ec4205a9072b1d9b5b2c7f1]

        add: mingw32 on cvgnus support

2002-01-14  Mathias Bauer  <mba@openoffice.org>  [7fb657e74011925c814e4a553faac626660e5ac6]

        #96484#: queryInterface must support XComponent

2002-01-14  Christian Lippka  <cl@openoffice.org>  [cb0377834113f5fdc2ef29a05080e5bc944ce9da]

        #96384# fixed SetOrientation & GetOrientation from inline to virtual

2002-01-14  Thorsten Behrens  <thb@openoffice.org>  [d2b7576a0483c0da1297ba4f579372d72f5e0bd7]

        #96416#

2002-01-14  Kai Ahrens  <ka@openoffice.org>  [de92d35b82b6b8255fee1e8e7857c92375918b65]

        #96473#: remap verb id to list entry position

2002-01-14  Vladimir Glazounov  <vg@openoffice.org>  [19a697058d389e054913eacebcc3d6374ea2efa0]

        new version for SRC641

2002-01-14  Sven Jacobi  <sj@openoffice.org>  [e740193ddaa9110eca0fbed9ef411d9e3f1a40ce]

        #96454# not removing effect if a normal effect is used together with a texteffect

2002-01-14  Caolán McNamara  <cmc@openoffice.org>  [bd541ae29939c9df57759b7d804f7f820bbc0014]

        #i2311# undocumented extra sprm for language in word2000

2002-01-14  Martin Hollmichel  <mh@openoffice.org>  [148ab40c885c93977bdf977570601a933abed58f]

        join from branch

2002-01-14  Caolán McNamara  <cmc@openoffice.org>  [40a0e61313f0f6d9104ba1de69ef45ad54969dee]

        #i2721# #93691# mathtype char mapping

2002-01-14  Mikhail Voitenko  <mav@openoffice.org>  [9535720b83ee892c8c912f046678144c2aaf9c20]

        #95512# new AnyCompareFactory service implementation

2002-01-14  jp  <jp@openoffice.org>  [9c809c80e43ebf80a1343f8cb3a4c0e6d98fa311]

        Bug #96355#: optimize performance of create OUString

2002-01-11  Daniel Vogelheim  <dvo@openoffice.org>  [62ad4ffdd5fcc971c5cc9b9c21a3ef3e33396aa0]

        #96447# gracefully handle illegal parent style attributes

2002-01-11  Mikhail Voitenko  <mav@openoffice.org>  [0669841c641f8c4e9608af8374de03a69f8af13d]

        #95512# creation of sorted cursors

2002-01-11  Mikhail Voitenko  <mav@openoffice.org>  [c90188676834ece30904720d2f136123df3b683c]

        #95512# creation of sorted cursors

2002-01-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b20c5cb43765fe17e0f30bee57b8c07705e75fac]

        switch wntmsci7/8 to stlport 4.5

2002-01-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f275d93d4e8c68f0a64836e61c0c93ecdf6a338a]

        switch wntmsci7/8 to stlport 4.5

2002-01-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b045ab0fb6ad72913430186f73b5f3c9ca516878]

        #i2456# provide SDTSHL?UIST

2002-01-11  Mikhail Voitenko  <mav@openoffice.org>  [1ff989c14074572ee33d30b4bf162f7012c775b7]

        #95512# new AnyCompareFactory service implementation

2002-01-11  Mikhail Voitenko  <mav@openoffice.org>  [3963016f32eb65fd38daa08eeb60135737420754]

        #95512# new AnyCompareFactory service

2002-01-11  Caolán McNamara  <cmc@openoffice.org>  [94995f87ed79556972db5924a7fbb4c41d6c89bd]

        #i2494# word doesn't have seperate western/asian weight or posture

2002-01-11  Martin Hollmichel  <mh@openoffice.org>  [e6bd9c57a728383898ab187d84879bef14d67ef3]

        join from branch

2002-01-11  Daniel Vogelheim  <dvo@openoffice.org>  [bc182b7155a931df3e2d0266572ec163bc8bd510]

        #96457# date fields now accept date+time values

2002-01-11  Daniel Vogelheim  <dvo@openoffice.org>  [e57dc7c4040058c3a6fd6db5e1999231781a72ef]

        #96457# #i2723# load/save date+time in date fields (used to be only date)

2002-01-11  Mathias Bauer  <mba@openoffice.org>  [2ee99e91a31335efaceb969ae5fa4a6a43f35e21]

        #96409#: smarter handling of temp. statusbar

2002-01-11  Thomas Lange  <tl@openoffice.org>  [c0ad4af9a6583b1dc655778a1724a45374fbdfaf]

        #96409# virtual device problem fixed

2002-01-11  Caolán McNamara  <cmc@openoffice.org>  [bae00a13adc6aa9c8ef22d7d23f5574482e04335]

        #96369# hyperlink in annotation causeing assertion

2002-01-11  Frank Meies  <fme@openoffice.org>  [ad7304a1bc642813ed267479031d74dc5519b651]

        Chg: Vertical Formatting - Initial changes for grid mode

2002-01-11  jp  <jp@openoffice.org>  [718e5bbb2d412bd61db01161c0ce15239c055135]

        Bug #96329#: CreateContactObject - test for insert/new mode and ask for RealSdrObject

2002-01-11  Oliver Specht  <os@openoffice.org>  [86938b77a355401517394ff3c30c04cb56a94dd0]

        #96391# translate references to sequence fields between UI and  programmatic name

2002-01-11  Behrend Cornelius  <bc@openoffice.org>  [ddebda6fbcd0442b3384ea1485ff5095dbfc9859]

        #96420# RangeList Array now one dimensional

2002-01-11  Martin Hollmichel  <mh@openoffice.org>  [7700e24455a242541c5efe5cdd0c993124a3a39d]

        add: Include PRN (Copyrights and Trademark Notices) to SO binary #96366#

2002-01-11  Christian Lippka  <cl@openoffice.org>  [e220dde9855c5296c83b0dc85eea190122dcefea]

        #92487# add style:list-style for graphic shape styles

2002-01-11  Dirk Grobler  <dg@openoffice.org>  [877d9bf1f95f438c800a6ac577e6fece64a3fe87]

        #96437# Hierarchy.xcd isn't delivered to environment anymore

2002-01-11  Armin Weiss  <aw@openoffice.org>  [ad12db9c717eee3466aad13ce915464d1e4b1d4a]

        #96250# and #78665# disable when first para and 2nd is not a title

2002-01-11  Sven Jacobi  <sj@openoffice.org>  [2e08f35ce240e1a36bcce07813692fb85fd5df81]

        #96440# now using correct codepage for slidenames

2002-01-11  Oliver Specht  <os@openoffice.org>  [02a9dd68f16eedb4778ca1734c5a60f7bca57991]

        #96391# translate references to sequence fields between UI and  programmatic names

2002-01-11  Oliver Specht  <os@openoffice.org>  [aa0835119e269651874c04e79cfd69765421bd46]

        #96391# translate references to sequence fields between UI and  programmatic namse

2002-01-11  Oliver Specht  <os@openoffice.org>  [5f1481004e23b9ea57755f0fa012c10763242a9d]

        #96354# line color ListBox needs to update the current position in ::Select()

2002-01-11  Daniel Vogelheim  <dvo@openoffice.org>  [bac880d70545dde0587b4ef819d198e71fc84402]

        #92487# added missing rel-width/rel-height attributes to images and objects

2002-01-11  Daniel Boelzle  <dbo@openoffice.org>  [41fdaada5d5ba3c0513d4a9b061f34dbafd445e2]

        #88919#

2002-01-11  Daniel Boelzle  <dbo@openoffice.org>  [cf98c60af81fa7971eae8915f87160711a562e55]

        #88919#

2002-01-11  Bertram Nolte  <bnolte@openoffice.org>  [e033bb94c54924dd351949acbd262f30cefc0252]

        #96251# Changed method getImplementationId(), so that it will return an empty byte array.

2002-01-11  Daniel Boelzle  <dbo@openoffice.org>  [fa41462ce70d5024715f2510e104fe15c86d5e0a]

        #88919#

2002-01-11  Daniel Boelzle  <dbo@openoffice.org>  [6c2d3c98609e7ffa944b3f5289ffadc47d2637a9]

        #88919# ac implementation and bootstrapping

2002-01-11  Daniel Boelzle  <dbo@openoffice.org>  [875da5e1130830a8602be2ca85bfa739f459ff4d]

        #88919# major change of permissions; documentation

2002-01-11  Oliver Specht  <os@openoffice.org>  [7ccbc9951084c039588d3fee1491ae640a90c2e2]

        #96390# space for french strings adjusted

2002-01-11  Behrend Cornelius  <bc@openoffice.org>  [4735fb3bce17ceba16b697c4ea44f2bc2120fe4c]

        #96344# Cancel button now Standard button

2002-01-11  Oliver Specht  <os@openoffice.org>  [08e86b91023c1ed0951cdf0410469ffe4332ba35]

        #96411# re-use load encoding to save

2002-01-11  Gregor Hartmann  <gh@openoffice.org>  [66b65b92fa2a7a0626d09e5d72dfb0a1d5ddade5]

        speed up writing of stream by 25-60

2002-01-11  Kai Ahrens  <ka@openoffice.org>  [c9840865d48d8dcceb094f531e77444bea7b9537]

        #95496#: check for NULL pointer

2002-01-11  Ocke Janssen  <oj@openoffice.org>  [c3eaab82eb7144debe2fd6aaab49cd99cc1eac49]

        #96423# change interface pointer against NULL

2002-01-11  Frank Meies  <fme@openoffice.org>  [68d74167c9f323c20a8dc9e03abb3e06d5f09a3c]

        Fix #96398#: Make sure we move forward when spelling words from wrong list

2002-01-11  Peter Burow  <pb@openoffice.org>  [134c18cbe2681980e9e3f6c1cc475a26721d931c]

        fix: #96425# more space for french

2002-01-10  Bustamam Harun  <bustamam@openoffice.org>  [2586e770d28316cc068894e6d9a89e92777185d6]

        #96355# 4621801 Fix done by Karl Hong

2002-01-10  Rüdiger Timm  <rt@openoffice.org>  [37031b05d8165a3bd884e48726f9f7c3b413d068]

        Merge SRC641: 10.01.02 - 22:12:29

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [4d5bad80d42e4934d18c96c620ae76e62bdac9df]

        Merge SRC641: 01/10/02 - 22:11:52

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [0daa6c169f6a2edf0312e39b6f6751a7e8d9c5fd]

        Merge SRC641: 10.01.02 - 22:10:57

2002-01-10  Rüdiger Timm  <rt@openoffice.org>  [a8a7a8eaf25d1ec67d77cc140c714e888339219a]

        Merge SRC641: 10.01.02 - 22:07:06

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [c22a3f8127c37a0ee2f1fe7c025e4d4ba562e849]

        Merge SRC641: 10.01.02 - 22:07:25

2002-01-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [53112ced42a81f11e822e373a25f2569543860a6]

        #95576# check version of libs.mk

2002-01-10  Hennes Rohling  <hro@openoffice.org>  [fca09b7421b2e5c202c16d20abdf8ea045155d18]

        #96424# Don't assume anyone has set a custom value before he tries to get it @#!

2002-01-10  Vladimir Glazounov  <vg@openoffice.org>  [14ce5f1fad263602c1d74d4abed82224a3fb0730]

        #65293# corrected for use internal perl path notation

2002-01-10  Christof Pintaske  <cp@openoffice.org>  [83650fecbe0fefcb5655c46ab952fe29d4fae8f4]

        #96297# end the applications preedit mode the rude way

2002-01-10  Kai Sommerfeld  <kso@openoffice.org>  [ae0cc593f9241154817b1cf4b4dcb2b1a5af1136]

        acquire and release must have empty throw statement, not none.

2002-01-10  Kai Ahrens  <ka@openoffice.org>  [5626fa00e0d57b68cf460f9505b4aca9739d1ae0]

        #96419#: adjusted controls

2002-01-10  Andreas Martens  <ama@openoffice.org>  [aae5202e4736e0ff14c3543eb319d1d12e188557]

        Fix: Moving tables between different layout directions

2002-01-10  Behrend Cornelius  <bc@openoffice.org>  [ea493ae508e9a32f48b3c7b0aefa40ef58c36e92]

        #96365# Now also short Monthnames with 2 characters allowed

2002-01-10  Ocke Janssen  <oj@openoffice.org>  [035697f43aab186426778d9ba98aa506c92b2998]

        remove throw from acuire and relase

2002-01-10  Oliver Specht  <os@openoffice.org>  [0de7b9679c17e72cd636dcbf35ad5a3e0a9be8d8]

        #96390# space for french strings adjusted

2002-01-10  Oliver Specht  <os@openoffice.org>  [0c114bed03685ccc014c10202ca23ec56ebc0d75]

        #96390# space for french strings adjusted

2002-01-10  Caolán McNamara  <cmc@openoffice.org>  [817baf8fb2bd40408507ddd7d19a67fd46e9ce4d]

        #i1858# remove warnings

2002-01-10  Caolán McNamara  <cmc@openoffice.org>  [01ff043bc51fe5aae4b07830beae143f8b4b2501]

        #i1858# #96334# #96345# merge branches and remove warnings

2002-01-10  Caolán McNamara  <cmc@openoffice.org>  [bbd8e6bf828bf8fbb3020e9b6d8cb07de6f50b31]

        #i2420# word can only support one of asian and western font

2002-01-10  Caolán McNamara  <cmc@openoffice.org>  [9724f0fe4d7cd03e2664291292f33e8b0623c8f0]

        #i2361# #95903# merge branch

2002-01-10  Caolán McNamara  <cmc@openoffice.org>  [d19469abb198a57e931f79b9d17f5da23b3c8964]

        #i2451# #i1858# #96375# merge branch and remove warnings

2002-01-10  Caolán McNamara  <cmc@openoffice.org>  [73f043c441af59da02c160d441b18a73725e62e4]

        #96155# #i1858# merge branch and remove warnings

2002-01-10  Peter Burow  <pb@openoffice.org>  [6855c770fb813ab960c619267d547f49a82d1700]

        fix: #96388# SearchTP: checkboxes in two lines onstead of one

2002-01-10  Caolán McNamara  <cmc@openoffice.org>  [6f04e5b2cfb696aaf779b0a20f54b858268d352a]

        #i1858# Cleanup warnings

2002-01-10  Rüdiger Timm  <rt@openoffice.org>  [2b4947efadf3af46f7121ab270e400529bbb0e53]

        #65293# Typo corrected

2002-01-10  Oliver Specht  <os@openoffice.org>  [fdc55646e7d2d2328f782bda3f69e2d3bca11cd9]

        #96249# conversion of user index type name implemented

2002-01-10  Daniel Boelzle  <dbo@openoffice.org>  [279aa941652baffc90a79b838b72fdd1d3efc33e]

        #88919# introduced SocketPermission

2002-01-10  Daniel Boelzle  <dbo@openoffice.org>  [bc343743a530be461ad59a3182de526981c407d1]

        #88919# introduced FilePermission

2002-01-10  Daniel Rentz  <dr@openoffice.org>  [829d08da4326b4f21ae50fa237a6e354d13a2648]

        #96395# french text in CSV dialog cut - correct merge

2002-01-10  Christof Pintaske  <cp@openoffice.org>  [c72e6504affb61fd4067eb22d87294a247371190]

        #96297# end the applications preedit mode the rude way

2002-01-10  Frank Schönheit  <fs@openoffice.org>  [38d8c9e8e3263c12acda756a216612125675bbee]

        #96387# changed the widths of some fixed texts (were too small for french texts)

2002-01-10  Daniel Rentz  <dr@openoffice.org>  [f9044731cc2b618635ddc7505e2e6398cecb19f6]

        #96395# french text in CSV dialog cut

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [607930dfc36abc6853ba1e0354e71a45e7b1131e]

        new version for SRC641

2002-01-10  Peter Burow  <pb@openoffice.org>  [ac745c4f03771c11f718a6ad9364a4a6344339fc]

        fix: #96390# more space for french strings

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [1148893efe7fca30dbd8c60354a84da7a36622f9]

        new version for SRC641

2002-01-10  Peter Burow  <pb@openoffice.org>  [e37df1d9367d9462de1acfd6f1f3358a08468cae]

        fix: #96390# more space for french strings

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [7c094660c21331d9c193ea8a7150df3186a7a225]

        new version for SRC641

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [3f6d375ffc1c9e345ac213db6363f0924fc9b894]

        #65293# makefile cleaned

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [7e2c8d9f960fcf5cce8ce1f8b12353230d43bc9a]

        new version for SRC641

2002-01-10  Rüdiger Timm  <rt@openoffice.org>  [c0b32a6dda9f1aa467e6e9645401865a1923491b]

        #65293# runtime.obj needs exception handling enabled

2002-01-10  Peter Burow  <pb@openoffice.org>  [84e860f52dc186f65959f936717b3ae8766305c1]

        fix: #96390# more space for french strings

2002-01-10  Peter Burow  <pb@openoffice.org>  [ed7657c833d462b764c4a3d06803580c705930a4]

        fix: #96390# dialogue needs a cancel button

2002-01-10  Joachim Lingner  <jl@openoffice.org>  [ea4a6e826b01f039e0beee097ab59dbc6ac9106a]

        *** empty log message ***

2002-01-10  Ocke Janssen  <oj@openoffice.org>  [f183c2f011e9fbc440ca1f8e58ee8386f2ba7bc4]

        #96277# reset typeKind after assignment

2002-01-10  Hennes Rohling  <hro@openoffice.org>  [708504bcb8bdfe6d3e6e939f3e7ffa1818c6e3f6]

        #96002# Replaced defines to correct document output

2002-01-10  Mathias Bauer  <mba@openoffice.org>  [e2867884349286905fc682d39df46e5c3f75a619]

        #95934#: problems with exports

2002-01-10  Kai Ahrens  <ka@openoffice.org>  [36ea02d2d78ae4aee29b15a0d1fea4b46bf14861]

        no GUI applications anymore

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [1affdd6ce0128ea55bc220044795892a769f1b67]

        #96147# mhids needs the include path as fifth parameter

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [361dee2f886274a57feed02535b117605bcaac4b]

        #96147# mhids needs the include path as fifth parameter

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [96def2427a9e376b6dbe3b2c7cf1b1d46f290f8b]

        #96147# mhids needs the include path as fifth parameter

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [cfc461f0d4bc27c330d1bc4193f38aa5b93a0768]

        #96147# mhids needs the include path as fifth parameter

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [55c6f2cfda4d54d5f82f9322664f281158e773ce]

        #96147# mhids needs the include path as fifth parameter

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [2f40feccba0f5f49586e4198ef62907b2a788771]

        #96147# mhids call extended

2002-01-10  Kurt Zenker  <kz@openoffice.org>  [89173d006c54db6f5fdc0a942b8114e1a7e5f038]

        #96147# mhids call extended

2002-01-10  Rüdiger Timm  <rt@openoffice.org>  [7d1dc8c7d020055ef05f623f83af8add22e57e48]

        new version for SRP641

2002-01-10  Stephan Schäfer  <ssa@openoffice.org>  [87f212da612b81dd482b442452e5d4dc4741abba]

        #96170# compile error in remote case

2002-01-10  Joachim Lingner  <jl@openoffice.org>  [b2c6c8b2bc72a2ba3e59b5219e42234b7385f147]

        *** empty log message ***

2002-01-10  Joachim Lingner  <jl@openoffice.org>  [26c5a9457b20809158d01005e5eab3902753e433]

        *** empty log message ***

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [6102ce30968cf8d26bae26607c086d7860609ef6]

        Merge SRC641: 09.01.02 - 22:18:28

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [e0c1c2fec8620b9d37e666f2037518207f771bd3]

        Merge SRC641: 09.01.02 - 22:16:48

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [2f85c09033bcc8764dfeb38847b410a308bebd02]

        Merge SRC641: 09.01.02 - 22:15:28

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [8caed5b2fb33735d8dc9b98358324c0fa6a7328f]

        Merge SRC641: 09.01.02 - 22:15:23

2002-01-09  Rüdiger Timm  <rt@openoffice.org>  [3be1f04a55b13335458c92bf5a62f69041270ba8]

        Merge SRC641: 09.01.02 - 22:13:53

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [e3e35a3ff7d8e185f959908c78d6ba71cf0a1ccd]

        Merge SRC641: 09.01.02 - 22:10:42

2002-01-09  Rüdiger Timm  <rt@openoffice.org>  [8f86185a4e6d3b2b6a1206d34b32a059ce0356b0]

        Merge SRC641: 09.01.02 - 22:09:32

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [a314df7671b7b09b77768432b9cd991d5a7f0e06]

        Merge SRC641: 09.01.02 - 22:08:38

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [79a7f646b9c492f826cc6b2c60faf777ba181a5b]

        Merge SRC641: 09.01.02 - 22:07:11

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [4df7c89675d3c6040bddeb0dd3fb88e7d24ca8f8]

        Merge SRC641: 09.01.02 - 22:03:15

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [d47c45c337b357e3a85f81e55960de23024e50d9]

        new version for SRP641

2002-01-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [129aa829dce249020b43d12e062d553fd1fcfc4f]

        #95576# version number in resource file switchable

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [0640b05ceffaa497f74b7cef7437435ad32e3591]

        new version for SRC641

2002-01-09  Gregor Hartmann  <gh@openoffice.org>  [247c19f91c4c1695ad4b65abccd644f5bdb571ca]

        speed up parser by almost 30

2002-01-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0fa49d7ff3992c631d313813e73f561e09373373]

        #95576# version number in resource file switchable

2002-01-09  Mathias Bauer  <mba@openoffice.org>  [f2dcf0340651c52387d50ea289cd76d2f2774c13]

        #96315#: don't warn for preview or OLE objects

2002-01-09  Mathias Bauer  <mba@openoffice.org>  [228dd706ab37bd5bbe45d6c2286390cdb41f0d30]

        #96315#: security must be checked case insensitive

2002-01-09  Mathias Bauer  <mba@openoffice.org>  [17cd0510a3296a31095db6159866658323b1304a]

        #96285#: don't crash when DoLoad is called with an invalid medium

2002-01-09  Mathias Bauer  <mba@openoffice.org>  [0bdea52098e092b8ea17b40b9bdac70ce0164fdc]

        #96358#: use StatusIndicator if there is no statusbar

2002-01-09  jp  <jp@openoffice.org>  [85ccc3acfd99ae366d59fb78bdf15f3423b858cd]

        Bug #96358#: initialize member

2002-01-09  Daniel Vogelheim  <dvo@openoffice.org>  [9a9cf072f35ad43ab97520b6e1c25c38918d7a29]

        #96371# fixed spelling mistake

2002-01-09  Andreas Bregas  <ab@openoffice.org>  [5835993c6d362e9edf545839711b34b336a2b290]

        #96310# Use new method BasicManager::HasBasicWithModules()

2002-01-09  Kai Ahrens  <ka@openoffice.org>  [1747a5eb84267d44671120905ca86706e08b74bb]

        #96358#: added IOProgressHandler to binary import

2002-01-09  Andreas Bregas  <ab@openoffice.org>  [650fa9de257e897519e1411e7b88c3886fec06a7]

        #96310# New method HasBasicWithModules()

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [85b08fd4d27697edc7acb480f0d0b072b983ebfb]

        new version for SRC641

2002-01-09  Rüdiger Timm  <rt@openoffice.org>  [5090f433f98894bbfb71fd6be56f0236ecdcb3a0]

        WDK100

2002-01-09  Frank Schönheit  <fs@openoffice.org>  [58800c3a49c5c2903bf40bbacd4114e4c50ac82e]

        #96376# setGroup: check for invalid arguments

2002-01-09  Carsten Driesner  <cd@openoffice.org>  [70e8cda17173a2f8d1ae8336be6e1355ef151d0d]

        #96357# recalc status bar layout before it becomes visible

2002-01-09  Frank Schönheit  <fs@openoffice.org>  [42c36fb9b4c8775b63437aec8394cb9ee7a79b70]

        #96068# uno_type_assignData instead of uno_type_copyData

2002-01-09  Oliver Specht  <os@openoffice.org>  [dd385c5e30ce284a617c914fa5c697c9a4b25906]

        #96374# color update re-implemented in SvxFrameLineColorToolBoxControl

2002-01-09  Frank Schönheit  <fs@openoffice.org>  [644abfe93c6a92c90fadc60f42e59d67f0f5dba1]

        #96068# Controller::attach(NULL) when detaching from the controller

2002-01-09  Christian Lippka  <cl@openoffice.org>  [9e709d0dff7dea3b98df4c83fc3538eb86b465d1]

        #96323# create layout template sheets if they don't exists after load

2002-01-09  Christian Lippka  <cl@openoffice.org>  [9766cb7aa7b64c85775da41aec01fb7881677c4c]

        #96323# add check for creation of new layout template sheets and a saver way to chain the outliner styles

2002-01-09  Christian Lippka  <cl@openoffice.org>  [159ae88b207cd22a5c72999f117b2d941585eab9]

        #96323# add check for creation of new layout template sheets

2002-01-09  Frank Schönheit  <fs@openoffice.org>  [95bee52420ef3f538b54ae3b78f0883883d44c84]

        removed the implementation of XInitialization (obsolete since a long time ago, as I discovered during #96068#)

2002-01-09  Stephan Schäfer  <ssa@openoffice.org>  [fb7ce6388891483455df2158f0b430f5c87a9c35]

        #95576# allow external access to SUPD macro

2002-01-09  Rüdiger Timm  <rt@openoffice.org>  [f3d54328b415011015efd169df14318d867fe5e2]

        #65293# needs unoil.jar

2002-01-09  Daniel Vogelheim  <dvo@openoffice.org>  [1010b03ff7979687338c9665eac1ac72fa799b6b]

        #96249# new user-index-source attribute (index-name) added

2002-01-09  Kai Ahrens  <ka@openoffice.org>  [27656c2c83f0c35ee8cda4a96726a1dcfe87a405]

        #96279#: don't switch page in presentation mode

2002-01-09  Kai Ahrens  <ka@openoffice.org>  [6c888be248958c5c2aacd2a1f58d289a26557c53]

        #96271#: disable keys for presentation

2002-01-09  Oliver Braun  <obr@openoffice.org>  [f5f8790d577bacd5bec8a5b41eede6ef5919f443]

        #96331# revoked changes for #82474#

2002-01-09  Martin Gallwey  <mtg@openoffice.org>  [c34b0c845439aa7383973b6dd4ba1e42ad27b9b3]

        #96240# add methods to allow for on-demand creation of a SwDocShell

2002-01-09  Martin Gallwey  <mtg@openoffice.org>  [a830ba69604a77d2684ecf13c750883396ccb2e2]

        #96240# only create a SwDocShell on demand, and close it in the destructor

2002-01-09  dkenny  <dkenny@openoffice.org>  [f0ea21e3f16e0fe02e2de507a869e8b141055650]

        #96121# LDAP table contains invalid number of records

2002-01-09  Frank Schönheit  <fs@openoffice.org>  [1f26b1eee5903ebcacc0c405f5693e1f8125bfe5]

        #96349# WordBreak for the second fixed text on the field assignment page

2002-01-09  Frank Schönheit  <fs@openoffice.org>  [eaf4a48f62c3d500f6040816418a682c43a2b583]

        #96349# dynamically adjust the width of the button - some languages have a to wide text here ...

2002-01-09  Eike Rathke  <er@openoffice.org>  [4d438436cad1d06016c07ceea57eb5fb88ad901b]

        #96158# Next_Symbol: don't prefetch old automatic currency symbol if starting a '[...]' section (don't parse away $U of [$UYU])

2002-01-09  Oliver Specht  <os@openoffice.org>  [a8613ff74dcc358c124e6d07a74e2fddb8595ec9]

        #96313# controls moved (katakana)

2002-01-09  Rüdiger Timm  <rt@openoffice.org>  [b53bfc547585fb1d79566d27f562388a1b3a5754]

        SRP641

2002-01-09  Kurt Zenker  <kz@openoffice.org>  [5f78f19077f8cbe7020d8d3cb636673ed200777e]

        UDK304

2002-01-09  Frank Meies  <fme@openoffice.org>  [54b6a1401f8b921bf17fe8723f507f0a0b297482]

        Chg: Vertical Formatting - Register mode

2002-01-09  Oliver Specht  <os@openoffice.org>  [8d64f792a8d05e7304ae61f8795dbf0dbf79e8bb]

        #96251# service descriptions of text fields completed

2002-01-09  Oliver Specht  <os@openoffice.org>  [829250f3a32929c3258fc7425abe8687f3b7fd78]

        #96251# service descriptions of text fields completed

2002-01-09  Oliver Specht  <os@openoffice.org>  [a61c1e33a37aaa2313b68b11414423a598adf14b]

        #96251# service descriptions of text fields completed

2002-01-08  Björn Milcke  <bm@openoffice.org>  [82ccd887aca688a03d1a7dde2a10ddb206233448]

        #96192# do not export number format if index is -1

2002-01-08  Armin Weiss  <aw@openoffice.org>  [20bd0b06f5ec68e60ddae5213f0723ed72dbae4d]

        #96328# Use knowledge of polygon closed state to correctly optimize first/last point equality

2002-01-08  Oliver Specht  <os@openoffice.org>  [2a114fe164c92be6bc1353bf6990526f4d3c5bb8]

        #96251# service descriptions of text fields completed

2002-01-08  Jörg Barfurth  <jb@openoffice.org>  [6e9302b56067e7fb93390c8141554ae367e5f7ce]

        #96307# Fixed memory leak in Add/RemoveNode copy ctors: The non-owning alias pointer should not be cloned

2002-01-08  Frank Schönheit  <fs@openoffice.org>  [c1912dc0214cbb23887d5ed775107e8533165c63]

        #96191# missing initialization of m_pResultSet added

2002-01-08  Oliver Specht  <os@openoffice.org>  [ddd99aa7101faa7aed8063b09a117b7793f186a5]

        #96251# service descriptions of text fields completed

2002-01-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5dcdeadecf31fc171a8d5f19ecff51c0aa4fb73f]

        make COMID and COMNAME persistent

2002-01-08  Christian Lippka  <cl@openoffice.org>  [48d75bc85c55f7eee101661fc2bad4edb8817465]

        #96283# first get log from getDocument and then get pointer, its safer

2002-01-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [607ba7b36da85578ac7f6cbb6a0a81aa3b94cb31]

        #i2456# enable linking of single threaded libraries

2002-01-08  Christian Lippka  <cl@openoffice.org>  [d4dfc173110fc05eb26f1e6c810ed2023569e8b6]

        #96283# use ExecuteSlot on SFX_APP because SfxViewFrame::Curent is not always working

2002-01-08  Frank Schönheit  <fs@openoffice.org>  [04625cea3877954692ade3bdaddbf3fd2ecf6048]

        #96008# SbiInstance::~SbiInstance: dispose not the controls, but the control models

2002-01-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d4b9942a98f8eb7425b6b956d374d30cd1d62a9]

        #95782# generic map files for unix

2002-01-08  Frank Schönheit  <fs@openoffice.org>  [e738f04d31b0e4cbdf6e1d67d2f45ed559c21b4b]

        #96008# UnoControl::disposing( EventObject ): reset the model only _after_ xThis has been disposed - this is important, as our own dispose still needs the model for removing itself as listener

2002-01-08  Frank Schönheit  <fs@openoffice.org>  [a31add1e1e6ce0b702ece4aeb3c176a39d987b4e]

        #96008# DialogModel: override dispose / DialogControl: override removingControl/addingControl: removed a number of inconsistences between adding/removing as listener to foreign components

2002-01-08  Frank Schönheit  <fs@openoffice.org>  [e7403fdf90f494db5fec5895c0050cdce28965b0]

        #96008# DialogModel: override dispose / DialogControl: override removingControl/addingControl

2002-01-08  Frank Schönheit  <fs@openoffice.org>  [792f0fd1a2e58a8ddc841687d01ba2a3ac92ca96]

        #96008# +removingControl/addingControl - give derived classes the chance to notice _all_ (even implicit) removals of controls

2002-01-08  Frank Schönheit  <fs@openoffice.org>  [9e7714f0cfd760bbac69f97f48f5e6e95d1cdbf9]

        #96008# +removingControl/addingControl

2002-01-08  Frank Schönheit  <fs@openoffice.org>  [62e9cdc7a2ffb6ccce3d60b962ea5de8f68f7469]

        #96008# be an ComponentImplHelper

2002-01-08  Caolán McNamara  <cmc@openoffice.org>  [954850952b1a29e72633659ef9f07f41a77d174e]

        #96300# Empty mi is allowed

2002-01-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [67891707c68e3359d631874b35e53362693dded2]

        #96287# make use of makedepend more flexible

2002-01-08  Eike Rathke  <er@openoffice.org>  [31cb31335f3bf7e6e57d70ca61bf5a2a536d1e6e]

        GetStringFromDouble: replaced that fcvt() and temporary LocaleDataWrapper instance crap

2002-01-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ea21e6c5a297f1cb69c271b55c01cbb617176613]

        #96287# make use of makedepend more flexible

2002-01-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b8aaa1d5a55c891812086698b7212c3133b9e391]

        #96287# make use of makedepend more flexible

2002-01-08  Kai Ahrens  <ka@openoffice.org>  [35e5f572fda45ab387d74bcacd07305a5d409e15]

        #96275#: use pixel position from CommandEvent without transformation

2002-01-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b9efbad61f1b3870d61fd514bff6314995529173]

        #96287# make use of makedepend more flexible

2002-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [89f7b2120b3655d2d6260dbeb751542c18261b6d]

        #i2590#: merge MACOSX stuff, don't squeeze blanks into tabs

2002-01-08  Andreas Bregas  <ab@openoffice.org>  [572a6a56cf2e1ac8a79655dc9009e284ea507d97]

        #96008# Clearing RTL function CreateUnoDialog after Basic execution

2002-01-08  Niklas Nebel  <nn@openoffice.org>  [60fcc089a02e7f8951f9d90b8313e25eadc8fc0f]

        #96117# added extra blocks to force deletion of temporaries

2002-01-08  Mathias Bauer  <mba@openoffice.org>  [d611dbf5c10c182beeefb22ec7a7acd35dd08ab7]

        #96281#: remember correct visibility state and flags

2002-01-08  Mathias Bauer  <mba@openoffice.org>  [a286e9c70315700924379684573778d97a7c023a]

        #96281#: beamer configuration was lost

2002-01-08  Daniel Rentz  <dr@openoffice.org>  [694e81973b9094b3748eef76ae90289e0709ec7d]

        #96263# loop on sheet range 0x0-0xFFFF

2002-01-07  Sven Jacobi  <sj@openoffice.org>  [cd8be42ea66a92e3e4ed63f3042285599c1ad3be]

        #96299# accept winext size only if the absolute value is greater than 1

2002-01-07  Christof Pintaske  <cp@openoffice.org>  [28cd08a8c9659ea3d684d3f1e3458605927cb0ff]

        #96187# mt93769: compress blanks on the right side in right adjusted text

2002-01-07  Kay Ramme  <kr@openoffice.org>  [8280c91072eb10faf045251bf62565dc6a7abd6e]

        added result check (#96291#)

2002-01-07  Oliver Specht  <os@openoffice.org>  [f4d20a2b406ff4da70e0b1f0ae159b69d2a5eaef]

        #96249# property UserIndexName added to user index

2002-01-07  Kay Ramme  <kr@openoffice.org>  [90a7e5b07df01a4ab4e99a2b40b529a07aa78b7a]

        fixed to check bootstrapparameters overwriting (#96291#)

2002-01-07  Oliver Specht  <os@openoffice.org>  [837932b1c28c552965c6c02a10c04c599741aa3d]

        #96249# IndexName corrected to UserIndexName

2002-01-07  Oliver Specht  <os@openoffice.org>  [5db1f2ab31696e250c877f4ed8edf8f4d055026c]

        #96249# UserIndexName added

2002-01-07  Kay Ramme  <kr@openoffice.org>  [2dcb7905bf55a927bce43806f20c1fe443c8ba8a]

        fix overwriting bootstrapparameters from custom rc/.ini (#96291#)

2002-01-07  Frank Schönheit  <fs@openoffice.org>  [a6fdffb80028284a31337a9136c903a8942eb4f4]

        minor spelling issue

2002-01-07  Daniel Boelzle  <dbo@openoffice.org>  [1ba32d0db4339a8d3d9207c532f7164805f4b58f]

        #88919# added policy

2002-01-07  Kevin Hendricks  <khendricks@openoffice.org>  [d0b469211f7439520801d261069f7761f522c4c6]

        fixes for proper use of DictMgr object and cleanup.
        
        Also fixes to prevent re-parsing of the dictionary.lst
        and prevent corruption of the data structures used to
        store the list of dictionaries to use, locales, and encodings.
        
        A mutex is already in place to prevent changes to these structures
        simultaneously but nothing was present to prevent reparsing of
        dictionary.lst
        
        Kevin

2002-01-07  Kurt Zenker  <kz@openoffice.org>  [3bdf9167e2602f567c0a58c47b8aa7cf60ce941c]

        Merge SRC641: 07.01.02 - 16:05:08

2002-01-07  Kurt Zenker  <kz@openoffice.org>  [4258d1f6cda91e3412bf71a8f44c9825c083ae3c]

        Merge SRC641: 07.01.02 - 16:03:32

2002-01-07  Kurt Zenker  <kz@openoffice.org>  [eb8ce3aeadeb9ddee210ea786f4aa4e93447ab05]

        Merge SRC641: 07.01.02 - 16:00:50

2002-01-07  Kurt Zenker  <kz@openoffice.org>  [0d29905df840f3e20d01f24d44bac3136b186bc9]

        Merge SRC641: 07.01.02 - 16:00:02

2002-01-07  Frank Meies  <fme@openoffice.org>  [eee95817420a1968196541255285066438e98702]

        Chg: Vertical Formatting - Position of paragraph end symbol in empty paragraphs

2002-01-07  jp  <jp@openoffice.org>  [b9118a26edb9d70e888ef1eff24ff2fda68ca749]

        Bug #95460#: CTOR set ChkStyleAttr only if it is a new document

2002-01-07  Nils Fuhrmann  <nf@openoffice.org>  [a89c3f6277a6df5736a516f4477874a03929f004]

        Merge SRC641: 07.01.02 - 13:44:17

2002-01-07  Armin Weiss  <aw@openoffice.org>  [15f816116b86a101d5e2eb3bd0c2293daf34d611]

        #96250# and #78665# allow move up if position is 2 or greater OR it is a title object (and thus depth==0)

2002-01-07  Michael Brauer  <mib@openoffice.org>  [ad343a61dcabf69a3f184a757c97592b2007c277]

        #96266#: Don't export user defined attributes for shapes twice

2002-01-07  jp  <jp@openoffice.org>  [a4bbb50769eac57e4b866c872a184352d541ba3a]

        this file is dead

2002-01-07  Andreas Schlüns  <as@openoffice.org>  [7f2ce3583a19db079b908a88d4c4a97819013772]

        #96252# 'better' beamer dispose

2002-01-07  Stephan Schäfer  <ssa@openoffice.org>  [89d735dd45bad4fc7ebd9375260a125d318e48f3]

        #96170# coordinate transformation relative to VCL parent and not to Win32 parent

2002-01-07  Kurt Zenker  <kz@openoffice.org>  [6d3a39699d23047602f134b58b2e24d6e1b602db]

        #96147# dependency for hidother.hid

2002-01-07  Kurt Zenker  <kz@openoffice.org>  [c73da55110c1ebaeaed33b037921921dd29980fc]

        #96147# dependency for hidother.hid

2002-01-07  Kurt Zenker  <kz@openoffice.org>  [0fb46ce569b9a302635142d963eab14738d5255b]

        #96147# dependency for hidother.hid

2002-01-07  Kurt Zenker  <kz@openoffice.org>  [fbd133bdd43ce37ca553e30cfd7a6f76a1eb1e6f]

        #96147# dependency for hidother.hid

2002-01-07  Kurt Zenker  <kz@openoffice.org>  [861781f9da8c106fb630738f091e3346edca80d4]

        #96147# dependency for hidother.hid

2002-01-07  Frank Meies  <fme@openoffice.org>  [7c5460c0621c0bebdb946c6776fb5ae69c5f26b7]

        Chg: Vertical Formatting - Wrong maximal cursor position

2002-01-07  Jörg Budischewski  <jbu@openoffice.org>  [8de335ab232e9022e51270faaeb9133535305b1d]

        #96257# exception now thrown in case pipe-accept fails, a new pipe can now accept, after shutdown a previous shutdown on a pipe with identical pipename has returned

2002-01-07  Daniel Boelzle  <dbo@openoffice.org>  [2413d9e0bcaf90d84ff8b37d0be4721ebfc8fc42]

        #88919# fixed inline operator =

2002-01-07  Jörg Budischewski  <jbu@openoffice.org>  [b584135642371c362fd45f94d0e8a947f3b42800]

        #96257# added missing implementation for Pipe::clear()

2002-01-04  Kurt Zenker  <kz@openoffice.org>  [10a5d0f738078bdcd761ab91d54c993c82d8eae5]

        #96147# dependency for hidother.hid

2002-01-04  Kurt Zenker  <kz@openoffice.org>  [b7f11625528201f82ef2ba3db799ddd03124c13e]

        #96147# dependency for hidother.hid

2002-01-04  Kurt Zenker  <kz@openoffice.org>  [02aeec8f8c7893d249546a5a5716d6b73017bf35]

        #96147# dependency for hidother.hid

2002-01-04  Kurt Zenker  <kz@openoffice.org>  [be5601cd384a47710f7a5214ed97841bca37ff04]

        #96147# dependency for hidother.hid

2002-01-04  Thomas Lange  <tl@openoffice.org>  [5e5d20c01de7871525edf76ba90f2a205ef2a8ba]

        #95965# *.mml files can now be imported via 'Tools/Import Formula'

2002-01-04  Armin Weiss  <aw@openoffice.org>  [c200aa656cdb1761ab69bc4e0bcc6a470d4033ea]

        #96243# Tell the object EARLY that it is vertical to have the defaults for AutoGrowWidth/Height reversed

2002-01-04  Thorsten Behrens  <thb@openoffice.org>  [4f7812843844369bd185d0eab4cc88d04e29dd2b]

        #65293# gcc is more picky than VC++

2002-01-03  Kurt Zenker  <kz@openoffice.org>  [62aa3510a7a5b02ecf38fcd33511d50cd64d5c76]

        new version for SRC641

2002-01-03  Kurt Zenker  <kz@openoffice.org>  [a9e3242098d2764b99a5b11f60bba39adcd2e7c3]

        new version for SRC641

2002-01-03  Kurt Zenker  <kz@openoffice.org>  [27c3642d41070656cf722aae18c934747b502133]

        new version for SRC641

2002-01-03  Rüdiger Timm  <rt@openoffice.org>  [860d7eeccea049b0a05c04ddff0a3451a4b1da03]

        new version for SRC641

2002-01-03  Kurt Zenker  <kz@openoffice.org>  [96d950347ed913bc38c95de5dadfc4656095265a]

        new version for SRC641

2002-01-03  Kurt Zenker  <kz@openoffice.org>  [21ea6472dcd95f1ff7b7002a13e7104f670fdfc9]

        new version for SRC641

2002-01-03  Rüdiger Timm  <rt@openoffice.org>  [a387d87b6c0506c281cb1eb79e3324a33ddde58d]

        #65293# include corrected: don't use sfx2-path here

2002-01-03  Rüdiger Timm  <rt@openoffice.org>  [22f83a8da942c65afea3c3a972a0674ba8a7983c]

        #65293# include corrected (unolingu.hxx, not svx/unolingu.hxx).

2002-01-03  Kurt Zenker  <kz@openoffice.org>  [bb722255a0db6fd55a316d8a8d7648d8d11e398b]

        new version for SRC641

2002-01-03  Kurt Zenker  <kz@openoffice.org>  [b8c90369ba518c019686e4459c157f5ed1c3d1ca]

        new version for SRC641

2002-01-03  Rüdiger Timm  <rt@openoffice.org>  [588a6c731e8967e0d5d3de4c5817878ce7f9a46d]

        #65293# don't include project headers using project name as path (include syslocale.hxx, not svtools/syslocale.hxx).

2002-01-03  Kurt Zenker  <kz@openoffice.org>  [26a255e534c78d28d084d725e3d6936db0221ae6]

        #65293# syslocale.hxx has to be include localy

2002-01-03  Kurt Zenker  <kz@openoffice.org>  [b27498462f6c0736192c548b68f8eeb9ac0d8bbd]

        #65293# syslocale.hxx has to be include localy

2002-01-03  Kurt Zenker  <kz@openoffice.org>  [355f2e68727ec45b62f6d1993bec81d78f40ad58]

        #65293# depends on tools

2002-01-02  Oliver Specht  <os@openoffice.org>  [837b583ea721985439089dd956ef7e730467a8ff]

        #96118# prevent access to empty ListBox selection

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [cb3ecb66910aaf4d9cac872b0509af5d0d82e568]

        Merge changes from OO641C

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [31088f002b14df490823053202697a3359625988]

        Add support for IRIX
        
        Contributed by: The SGI OpenOffice.org porting team

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [260983e4cea2b160df4bd76ebb7b7575b88aac0b]

        Add character set encodings for IRIX (#I2573)
        
        Contributed by: The SGI OpenOffice.org porting team

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [9807caa5e91e8b4abf208d9d159b45aa3cc6a274]

        Merge change from OO641C to HEAD

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [23e7e3d11e14a2a1d59957db03fdfcec29ff8a84]

        Use jdk version 1.3 instead of jdk version 1.2.2 on IRIX
        
        Contributed by: The SGI OpenOffice.org porting team

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [3e2313407389daad8e256fe73048c3ea1959e876]

        Special case IRIX, as it doesn't like "-s in this context (#I2235)
        
        Contributed by: the SGI OpenOffice.org porting team

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [aaa531b4edf430d2c4f23243c74cd19ad87ada42]

        Changing == / != to Equals() (#I2136#)
        
        Contributed by: The SGI OpenOffice.org porting team

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [5f885a9aa718973f5ee3572a971bdde77423db52]

        Merge change from OO641C to trunk (#I2136#)

2002-01-02  Herbert Duerr  <hdu@openoffice.org>  [633666c377b6e7a640b6ca02362a906102f3271b]

        #95966# remove debug info

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [d6925c410901b3c84e54e435832cf78b497ec653]

        Removed a spurious #ifndef and its contents

2002-01-02  Sander Vesik  <svesik@openoffice.org>  [50c40cc6c8c5bbe661a087cddf04ae9219d6eed4]

        A newer, updated version of IRIX specific makefile
        
        Contributed by: the SGI OpenOffice.org porting team

2001-12-25  nidd  <nidd@openoffice.org>  [96176d7650aa9e2cecaea7ce98d1bdc01601e031]

        hyphenation deliver commands

2001-12-25  nidd  <nidd@openoffice.org>  [63e70ce242fc56888ba3ecc4a7ec7f77a3fd3505]

        byphenator should build now with all other components from lingucomponent

2001-12-25  nidd  <nidd@openoffice.org>  [e64853c2ada972f6f9eb1ab120c9196e0778e391]

        Fixed bugs caused by relocation in source-tree.

2001-12-25  nidd  <nidd@openoffice.org>  [2295f7090ed4c8cd36e71051188ffa374d284a9e]

        Import of hyphenation data files.

2001-12-25  nidd  <nidd@openoffice.org>  [c80769b06e865d0a6bc066c8cc37b8ba369e4416]

        Initial import of altlinux hyphenation module

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [d3054acb29f3b2c1a83f4df9bebc824e20514114]

        Merge SRC641: 21.12.01 - 22:59:25

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [b954980421be87c19a3d0b50788d2c96c7789f09]

        Merge SRC641: 21.12.01 - 22:53:41

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [d3e49e1108620bd3e28cf24f6311a64353665e8e]

        Merge SRC641: 21.12.01 - 22:38:59

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [151fed292a29de0fe2350bc8a93ebb43852b2ebb]

        Merge SRC641: 21.12.01 - 22:32:05

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [ff7ac941733dc7391dea60f552c01ccf6912c4d6]

        Merge SRC641: 21.12.01 - 22:30:06

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [04aadb646be2559046f65be3868e60f308bf7a38]

        Merge SRC641: 21.12.01 - 22:29:12

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [a23f4fc1694203abc5305ea3e7a374e73ef69dae]

        Merge SRC641: 21.12.01 - 22:25:09

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [ea5ea180d26f439756587f514b37a229bcc23495]

        Merge SRC641: 21.12.01 - 22:24:01

2001-12-21  Rüdiger Timm  <rt@openoffice.org>  [2bd0c558ef80d2cad28bc54b60b5ddf9ae21c55c]

        Merge SRC641: 21.12.01 - 22:24:02

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [7c4f913c95282b683fce64107928af37d6bfa45c]

        Merge SRC641: 21.12.01 - 22:24:21

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [693d38bceca5bb6c05868a3aa1454f91d7a0c922]

        Merge SRC641: 21.12.01 - 22:23:49

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [0dd25fbb9e00ead25d6f5699c551a6950a0efef9]

        Merge SRC641: 21.12.01 - 22:22:20

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [f774f88a8c3d1de335959ab000beb186dcaaf42e]

        Merge SRC641: 21.12.01 - 22:21:42

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [c44e3ec39b8df96f822924a71e1485a18e182dd1]

        Merge SRC641: 21.12.01 - 22:22:24

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [837715be31b7e63d00f82f34e81254f0cabbdee4]

        Merge SRC641: 21.12.01 - 22:21:10

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [82edc3b3993f861762db42bbf935afda69e91ad2]

        Merge SRC641: 21.12.01 - 22:20:42

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [3618a1a81945dd48db487202306a004336c4e1a4]

        Merge SRC641: 12/21/01 - 22:19:50

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [482f29b4d36977a841cd2bec9ab3eb4d3646d031]

        Merge SRC641: 21.12.01 - 22:19:56

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [252112e84a4ee2ea335a126ebbf561de53658282]

        Merge SRC641: 21.12.01 - 22:19:18

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [9b0d344bdb7f949ce3156437cedf42629bd94521]

        Merge SRC641: 21.12.01 - 22:17:36

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [bead4c63cf0eda137437dfadb8bd6be9d8e1022c]

        Merge SRC641: 12/21/01 - 22:18:14

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [8b9f3f9d30ddd857ac2730300f8ee3bf8440131c]

        Merge SRC641: 21.12.01 - 22:17:20

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [df233d2cb2c6c35716b8fb4ff409bd9fdb823efe]

        Merge SRC641: 12/21/01 - 22:15:42

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [3714f32c129f8dcadeb59c83069e3c3fab657a8e]

        Merge SRC641: 21.12.01 - 22:15:26

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [b637619082c52a778ae3083ef439cabea2d67606]

        Merge SRC641: 21.12.01 - 22:14:15

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [920108d3fb7e38fccf9ed3a464b8a477271864c1]

        Merge SRC641: 21.12.01 - 22:10:32

2001-12-21  Rüdiger Timm  <rt@openoffice.org>  [b1dfda1e37a631cd4ded309fe9e3bffba5d86c09]

        Merge SRC641: 21.12.01 - 22:10:43

2001-12-21  Kurt Zenker  <kz@openoffice.org>  [ea493646f709565bfc1040f713b1530228881f9f]

        Merge SRC641: 21.12.01 - 22:10:06

2001-12-21  Herbert Duerr  <hdu@openoffice.org>  [a4c7f2dc74aa31e823a46955f2387cb8b385c268]

        #95966# better handling of vertical glyphs

2001-12-21  Herbert Duerr  <hdu@openoffice.org>  [f33cb7b0b942c22e4a56b1c36eedb38d6ea8ef4d]

        #95966# get more details about vertical glyphs

2001-12-21  Herbert Duerr  <hdu@openoffice.org>  [810e43524b6246fa5e03d13c1a488c958d559250]

        #95966# better handling of vertical glyphs

2001-12-21  Mathias Bauer  <mba@openoffice.org>  [6ce4fab7e5275b317cd88b0f718351b53a9aa50d]

        #96231#: don't use void any for GetSbUnoObject

2001-12-21  Carsten Driesner  <cd@openoffice.org>  [c2ec0c841059e246ce9b21865c232ab7b6ce9073]

        #94448# be prepared for having no printer at all

2001-12-21  Vladimir Glazounov  <vg@openoffice.org>  [357c53f37d1e08f3acf73c472ae7acb076c24d42]

        #83144#

2001-12-21  Mathias Bauer  <mba@openoffice.org>  [ff10e0d0897e021351978d90f057c4fe2d5fe0f0]

        #95867#: security handling for executing macros via UI

2001-12-21  Mathias Bauer  <mba@openoffice.org>  [431c49665e24e384d4590723b5f1405ff013bb49]

        #96157#: new method for default dialog parent in documents

2001-12-21  Mathias Bauer  <mba@openoffice.org>  [cf79e94c2a7e108d1df2630cb0629d3db69192e6]

        #95867#: wrong handling of macro URLs

2001-12-21  Philipp Lohmann  <pl@openoffice.org>  [55c426bf0e4f9a6f28da69f01770fc145353dadf]

        #95862# guard was not cleared often enough

2001-12-21  Niklas Nebel  <nn@openoffice.org>  [a35c7dcc3faf94df84b3d536af48289ebb37344b]

        #96148# ActivateObject: update ChartRange in MemChart if necessary

2001-12-21  Niklas Nebel  <nn@openoffice.org>  [b23ffd5cc50d5e58e4cfc0d589f3120a2d5c562d]

        #96148# after changing SomeData3 in old charts, chart has to be saved

2001-12-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9f81d8f59b745c56179bf75f0070a5ae7c6a3f3]

        #96107#: link against libstdc++ again

2001-12-21  Frank Schönheit  <fs@openoffice.org>  [3a5d8b30f0c9749bbd8c7ca255237e7aa4db75e4]

        #95867# reverted the previous fix - concept has changed

2001-12-21  Oliver Specht  <os@openoffice.org>  [dc5005e722d31af86dde19f5811e270ebdf59b3b]

        service of text field PageNumber

2001-12-21  Oliver Specht  <os@openoffice.org>  [da65d32f2b72e457aa030441033abe40835aae94]

        PageNumber.idl added

2001-12-21  Kai Ahrens  <ka@openoffice.org>  [0a41ef3206451be975bb578ef3d338f4e44a26e3]

        #96199: only use logical units if x and y resolution is set

2001-12-21  Oliver Bolte  <obo@openoffice.org>  [0cdc69fa74575cb2a066c21a31d6a7154a77514e]

        #65293# name of lib corrected (LINUX)

2001-12-21  Frank Schönheit  <fs@openoffice.org>  [7f4963eeeabcc018297a2789c7680f601891b33d]

        #96127# minor changes after reviewing the first implementation

2001-12-20  Kurt Zenker  <kz@openoffice.org>  [7d8ebb70b2848815aa2a945ae36347194a1f5d65]

        Merge SRC641: 20.12.01 - 22:23:15

2001-12-20  Kurt Zenker  <kz@openoffice.org>  [ca4c6970dd34752c80a248c8ac1da496e31d883a]

        Merge SRC641: 20.12.01 - 22:20:30

2001-12-20  Kurt Zenker  <kz@openoffice.org>  [deec2b36f56f267b38185a413443eb85cab39b28]

        Merge SRC641: 20.12.01 - 22:17:34

2001-12-20  Oliver Bolte  <obo@openoffice.org>  [b8331b1f7c19cbcdc26194749893b03d4e832bc5]

        Merge SRC641: 20.12.01 - 22:17:16

2001-12-20  Kurt Zenker  <kz@openoffice.org>  [04ac1c132194f44d3b686ea3aea3e5589be88c98]

        Merge SRC641: 12/20/01 - 22:14:40

2001-12-20  Kurt Zenker  <kz@openoffice.org>  [d3c8c29102c6e086a0c7749033de2cd188bcc4bb]

        Merge SRC641: 20.12.01 - 22:14:03

2001-12-20  Niklas Nebel  <nn@openoffice.org>  [553809cd5ff03d9ef738a261483d36fedc0852fa]

        #95867# HasMacroCallsAfterLoad: no longer needed

2001-12-20  Niklas Nebel  <nn@openoffice.org>  [75173a22d2a82251207861ebf9a29b3fe4999583]

        #95867# don't call AdjustMacroMode either, SFX handles everything

2001-12-20  Mathias Bauer  <mba@openoffice.org>  [5b97df5e51e168de9377438e5800749a01d722e2]

        #96212#: pCW->pWin is NULL under strange conditions

2001-12-20  Andreas Martens  <ama@openoffice.org>  [8ef7f9fa3451f97e2d68d822c92f903ff8fbced7]

        Fix: Repositioning and resizing of fly frames in vertical environment

2001-12-20  Frank Schönheit  <fs@openoffice.org>  [33f5c82275b03e0ddee5f399c3f6598fead69652]

        #96160# recognize NULL streams in read/write

2001-12-20  Frank Schönheit  <fs@openoffice.org>  [a6caf5a5c2601f096fa32dd64da5f4b3b29bfdcc]

        #96160# +RID_STR_INVALIDSTREAM

2001-12-20  Herbert Duerr  <hdu@openoffice.org>  [5ef484c3fa50f1ada447c02737c22c77e94b53f0]

        #96201# avoid XFreeRenderGlyphs for XRENDER<=1.0 while using first matching format

2001-12-20  Caolán McNamara  <cmc@openoffice.org>  [392e101f0e664cd43fea120c48876d82eab82629]

        #96166# When undoing pstring in mac unseek macspecific prepended block if present, and under mac character != unicode, so don't unseek no of chars by 2

2001-12-20  Rüdiger Timm  <rt@openoffice.org>  [57d895e7bb71b71e1217866705279086119c9fbb]

        new version for SRC641

2001-12-20  Kai Ahrens  <ka@openoffice.org>  [f20599ee5c6d79f23b22de476b3b28c7ecc0fb40]

        #95867#: removed SfxObjectShell::AdjustMacroMode(...)

2001-12-20  Thomas Benisch  <tbe@openoffice.org>  [d3d4fbddcae4a57b8a7b1d55732db4db8c35616d]

        #96042# Full width katakana: Tools/Macro - Organize

2001-12-20  Andreas Schlüns  <as@openoffice.org>  [ec64f29612658cd72bc92caba5a891167e3f905d]

        #96168# handle _default for plugin mode better

2001-12-20  Kurt Zenker  <kz@openoffice.org>  [a81b4b7c0ad5bec2a1824d958d7ab60ee4d2f97d]

        new version for SRC641

2001-12-20  Frank Schönheit  <fs@openoffice.org>  [22c99f38d35de41840eb370df914cec76b5256c1]

        #96127# +registrationdlg

2001-12-20  Frank Schönheit  <fs@openoffice.org>  [4bdb50903ad3b2d20db4a529e6b3fa858cfecf49]

        #96127# +HID_REGISTRATION_DIALOG

2001-12-20  Frank Schönheit  <fs@openoffice.org>  [e50a67ee08eb0ef0eea8682edb811d82e38a75bd]

        #96127# deliver regoptions.hxx

2001-12-20  Frank Schönheit  <fs@openoffice.org>  [1b4d1d198644e9cca43662fbf07bced3406b46f2]

        #96127# handle the ProductRegistration service

2001-12-20  Frank Schönheit  <fs@openoffice.org>  [21d22aee00dd675f096681a8f2b41bcd55a03e89]

        #96127# +productregistration.cxx

2001-12-20  Jörg Barfurth  <jb@openoffice.org>  [dfdb28c1425798f716d229328387d82b8c4c1f61]

        Added new actions to deal with sets

2001-12-20  Frank Schönheit  <fs@openoffice.org>  [a081bcf4271ca2cbc0e983519440be9bb08d6ee6]

        #96127# +regoptions

2001-12-20  Frank Schönheit  <fs@openoffice.org>  [89de042df1b7aef834e42f98d5786088ad260d35]

        initial checkin - class encapsulating the product registration configuration settings

2001-12-20  Frank Schönheit  <fs@openoffice.org>  [3fc6d1c8fb5c68304d91b96693fc945fa7c09b17]

        initial checkin - class encapsulating the product registration configuration settings

2001-12-20  Oliver Bolte  <obo@openoffice.org>  [a9177102ecca681623a013b55db046b26d567161]

        #65293# temp var for linux

2001-12-20  Mathias Bauer  <mba@openoffice.org>  [bdd9655fa4c9166c1e72859531041c42cfaaeb47]

        #95867#: handle case of always execute macros, but warn

2001-12-20  Oliver Bolte  <obo@openoffice.org>  [73096d341fb9c015bf70da029a00b4e9cb100830]

        #65293# temp var for linux

2001-12-20  Sascha Ballach  <sab@openoffice.org>  [982e57a9293b51ce07720e905061bf7bb9f8944d]

        #96159#; handle negative positions in a special branch and catch possible exception

2001-12-20  Oliver Specht  <os@openoffice.org>  [9f5875d18c54614c8a0da6c2e7d100d741cc6542]

        #95990# katakana resource changes

2001-12-20  Kurt Zenker  <kz@openoffice.org>  [848a3661cf53d03d530ac6758c6434a1fead841a]

        new version for SRC641

2001-12-20  Kurt Zenker  <kz@openoffice.org>  [9893babc6dcace3b54ef477667c22a897aeb0029]

        new version for SRC641

2001-12-20  Frank Meies  <fme@openoffice.org>  [6c5e1773c0a543a8273ba3952b23eebaaaf8e868]

        Fix #96163#: Wrong calculation of portion length when expanding fields for formatting

2001-12-20  Mathias Bauer  <mba@openoffice.org>  [2e45de1563ccb9bf2c6baaeef4af7a8a70018e18]

        #96083#: save window state on moving

2001-12-20  Peter Burow  <pb@openoffice.org>  [cbbbf41b5c16ad909818bc25d7da01b2de51e6c1]

        fix: #96153# missing breaks added in Commit()

2001-12-20  Mathias Bauer  <mba@openoffice.org>  [01adf24abe319df25b4b78fb1f60b9442444ef3c]

        #96083#: save window state on resizing docked window

2001-12-20  Mathias Bauer  <mba@openoffice.org>  [39746511d59e8d3093a296a5a602467d879cb477]

        #96083#: don't trash the windowstate on creation

2001-12-20  Thomas Benisch  <tbe@openoffice.org>  [31415899d57da1c95e6a8de85f72ad5d882c43e2]

        #96043# Full width katakana: Tools/Macro/Organize/Tabpage libraries/Password

2001-12-20  Oliver Specht  <os@openoffice.org>  [463ffc2463bc01372cc23038dd256ac33426a9a3]

        #95786# assign correct layer id to controls and improve heaven/hell assignment for shapes

2001-12-20  Carsten Driesner  <cd@openoffice.org>  [5105f51cd112195e7b2ddf9324e12ce584edce1f]

        #96151# initialize members properly

2001-12-20  Stephan Bergmann  <sb@openoffice.org>  [eb90f28f112dd1645220fd8286ee7e194505d47e]

        #94448# Fixed to call performance-optimized writebyteSequence from writeSequence.

2001-12-19  Niklas Nebel  <nn@openoffice.org>  [2d4285d97c76e90cc56e3f7d15d01381e40f6575]

        #95867# DoMacro: distinguish document from app basic by parent, not loop through documents

2001-12-19  Niklas Nebel  <nn@openoffice.org>  [a144b9de2c342dbf78f171a0c704892e59de93c0]

        #95867# HasMacroCallsAfterLoad: include form controls, CheckMacroWarn: always TRUE

2001-12-19  Niklas Nebel  <nn@openoffice.org>  [1cda5fb1a55af45768a3c5b90180aef6c717e21d]

        #95867# use AdjustMacroMode instead of SetMacroCallMode/CheckMacroWarn

2001-12-19  Mathias Bauer  <mba@openoffice.org>  [ceca8a9fa37298e803821f7daef95cf4c661a439]

        #96083#: allow for saving status of docked windows

2001-12-19  Mathias Bauer  <mba@openoffice.org>  [61f796a35f972f0dfd9d3b9f823620a7cd544994]

        #96083#: no SaveStatus in Resize, works also for Rollup

2001-12-19  Oliver Bolte  <obo@openoffice.org>  [139b0116f6b2c7c35c9ef54702b611ced52a6897]

        Merge SRC641: 19.12.01 - 19:05:59

2001-12-19  Kurt Zenker  <kz@openoffice.org>  [584e0523bb12e1a52063a8574060cd9cdd25a209]

        Merge SRC641: 19.12.01 - 19:06:09

2001-12-19  Oliver Bolte  <obo@openoffice.org>  [9f0cac872447de83ab2659d42d430adb5e6b4db7]

        Merge SRC641: 19.12.01 - 19:04:50

2001-12-19  Kurt Zenker  <kz@openoffice.org>  [7d73f1f746da9b1a628acfc539687b13a216663d]

        Merge SRC641: 19.12.01 - 19:04:10

2001-12-19  Oliver Bolte  <obo@openoffice.org>  [af8f4ac015793d6fa21ae7728d7c9493dd3a0a7a]

        Merge SRC641: 19.12.01 - 19:05:24

2001-12-19  Kurt Zenker  <kz@openoffice.org>  [c8ffeaf0a1f4aa50b22107bcf9ee88138d4e62c5]

        Merge SRC641: 19.12.01 - 19:03:56

2001-12-19  Kurt Zenker  <kz@openoffice.org>  [d79e0ce3422be99b60936a0b93d994c1f228c9de]

        Merge SRC641: 19.12.01 - 19:02:43

2001-12-19  Rüdiger Timm  <rt@openoffice.org>  [c46957f68b6ae86ce3808e09063716e13b72fb5a]

        Merge SRC641: 19.12.01 - 19:03:39

2001-12-19  Mathias Bauer  <mba@openoffice.org>  [1692b50fa7472d736b7163a1c298e359bc8f5a68]

        #96074#: use pThisDocument to remember actual ThisComponent variable

2001-12-19  Rüdiger Timm  <rt@openoffice.org>  [8f6b2e08f61b1f0c0303d91cccdcc4e2078464cb]

        Merge SRC641: 19.12.01 - 19:01:19

2001-12-19  Mathias Bauer  <mba@openoffice.org>  [c1b8ec95a979d553e6c3844bde51b67ac2f01d9f]

        #96083#: no SaveStatus in Deactivate, it disturbs the configuration

2001-12-19  Mathias Bauer  <mba@openoffice.org>  [d256034490621b02cdc930a0f7b4b8ada50004db]

        #96074#: remove me from AppBasic

2001-12-19  Mathias Bauer  <mba@openoffice.org>  [189f36dc1b68d8216b58896b232eb7d391205fc2]

        #95867#: unnamed docs are safe

2001-12-19  Kurt Zenker  <kz@openoffice.org>  [d9d43f2f671e584daa913224d21795424630584a]

        Merge SRC641: 19.12.01 - 18:55:54

2001-12-19  Rüdiger Timm  <rt@openoffice.org>  [b2d9799e7f1a6b0d2a0a5e0e0ba440ac2b7837db]

        Merge SRC641: 19.12.01 - 18:57:19

2001-12-19  Rüdiger Timm  <rt@openoffice.org>  [5be0edd73cb133ddf5561a98bff1cc534d4c0776]

        Merge SRC641: 19.12.01 - 18:54:44

2001-12-19  Mathias Bauer  <mba@openoffice.org>  [91aadf9f573a73de96c4511d9b5949f26907123a]

        #96083#: wrong assertion

2001-12-19  Mathias Bauer  <mba@openoffice.org>  [670500ad0c31a1d93c36537adbec557d4a3000c0]

        #96083#: security fix; resizes while toggeling floating mode may cause crash

2001-12-19  Oliver Bolte  <obo@openoffice.org>  [5ad56864cba3748b2414cc7a7453659eb72e0053]

        Merge SRC641: 19.12.01 - 18:52:00

2001-12-19  Mathias Bauer  <mba@openoffice.org>  [dde4a9e3a2e9260683f9cd661b1de01b91294a98]

        #96074#: use pThisDocument to remember actual ThisComponent variable

2001-12-19  Kurt Zenker  <kz@openoffice.org>  [958a39abefe09abb80a278a9dfcc85e3adf38bf0]

        Merge SRC641: 19.12.01 - 18:51:53

2001-12-19  Rüdiger Timm  <rt@openoffice.org>  [af6055a3a074314bcccbb881ca12238fa680098c]

        Merge SRC641: 19.12.01 - 18:51:34

2001-12-19  Kurt Zenker  <kz@openoffice.org>  [7d58fd9c20bd623ad37d790f86c700a24942c02e]

        Merge SRC641: 19.12.01 - 18:49:52

2001-12-19  Philipp Lohmann  <pl@openoffice.org>  [db2edc3e5ff2b05e63796f10f0cf46aa2673671d]

        #96083# GetWindowState reported OuputSize in rolled up stated

2001-12-19  Kai Ahrens  <ka@openoffice.org>  [34a690acc3ff0e6a5b6e7a8098a6327267d6bf0c]

        #95867#: added SfxObjectShell::AdjustMacroMode(...)

2001-12-19  Andreas Bregas  <ab@openoffice.org>  [f665741ad8b8ae5c1ef6b1721379ce90482f2fad]

        #96126# ContainerListener::elementRemoved(): Call RemoveLib() without deleting from storage

2001-12-19  Philipp Lohmann  <pl@openoffice.org>  [c64a5e49490676245645f1ba26d95e55b856a8c3]

        #94448# search for printer drivers stopped at first empty directory

2001-12-19  Kurt Zenker  <kz@openoffice.org>  [c99fae402bea89176f25429133e7e9756c1da7cb]

        #96147# missing dependcy for helpid's

2001-12-19  Nils Fuhrmann  <nf@openoffice.org>  [70c0362b60eb38370e0d38d19b8a8a93e75a2796]

        Merge SRC641: 19.12.01 - 16:31:50

2001-12-19  Ocke Janssen  <oj@openoffice.org>  [d00bb80b3728129d1510bb3fa73886b20044faaf]

        notifications corrected

2001-12-19  Philipp Lohmann  <pl@openoffice.org>  [949d301d52a7e55dee68292d2a883356cb242b6d]

        #94448# new RVP print API

2001-12-19  Ocke Janssen  <oj@openoffice.org>  [d1cb8d164746c40149f9bc8d04b3203857e19705]

        new var inserted

2001-12-19  Ocke Janssen  <oj@openoffice.org>  [611dea88febfb04e0dd4ab62baba182312e633a9]

         check privileges

2001-12-19  Martin Hollmichel  <mh@openoffice.org>  [b80321dbff58a4a12a8b7cbf0a1fcf4e4c0e57b5]

        join: from OOo branch #i2588#

2001-12-19  Philipp Lohmann  <pl@openoffice.org>  [a48c76e54c3ff0c01e797c769761353f4803468b]

        #94448# new RVP print API

2001-12-19  Martin Hollmichel  <mh@openoffice.org>  [c21c619cc0e059440458fdc2a6ff4e72ae2f3255]

        join: from OpenOffice branch for MacOSX #i2588

2001-12-19  Christian Lippka  <cl@openoffice.org>  [fed216d60661b0c4a064a0d37a4e338471e22a4f]

        #96133# create edit source only when we also have a model

2001-12-19  Christian Lippka  <cl@openoffice.org>  [3d507c43e925eb468730466443bb1a84dd0f4a14]

        #96133# create edit source only when we also have a model

2001-12-19  Thorsten Behrens  <thb@openoffice.org>  [795a817cdd77c37dda50a46bf9fd241be97c1aa7]

        #96124# Avoid subshell switching when in text mode

2001-12-19  Stephan Bergmann  <sb@openoffice.org>  [541faa2d91a3c57d6bd6524cd3c6a3e88b7996d6]

        #94448# In REMOTE_APPSERVER code, fixed size computation in ImplHandleGeometryChange.

2001-12-19  Andreas Schlüns  <as@openoffice.org>  [6224815fad8302e1e9d9bf6b3635fec243df8392]

        #95262# share interaction helper with sfx

2001-12-19  Andreas Schlüns  <as@openoffice.org>  [820c68b8332a34af064a7f6e506f666cfd6e0d31]

        #95262# outline interaction helper; share it with sfx

2001-12-19  Andreas Schlüns  <as@openoffice.org>  [007d2e65191139018f272491ae2052bff2e14ca8]

        #95262# react for ambigous filter interaction

2001-12-19  Andreas Schlüns  <as@openoffice.org>  [24b246a71752614b6e4f7c5a1817b471c406040e]

        #95262# outline interaction helper

2001-12-19  Andreas Schlüns  <as@openoffice.org>  [5c4ffa4e46e43bedcd9b8b4371b3d6bbc76c43ac]

        #95262# use interaction for ambigous filter detection; release stream if medium is closed

2001-12-19  Peter Burow  <pb@openoffice.org>  [ba300713d0f23c502cbc18fb3779c1d7e029c884]

        fix: #95990# full width katakana

2001-12-19  Andreas Schlüns  <as@openoffice.org>  [342f477f3b2919a7194d4a47d3cad0696fd55afe]

        #95262# new interaction for ambigous filter detection

2001-12-19  Andreas Schlüns  <as@openoffice.org>  [91f9e87ad38fbc69cd85574ebf6355fe2240f546]

        #95262# new interaction request for ambigous filter detection

2001-12-19  Oliver Specht  <os@openoffice.org>  [0857749bc1c234808e5785800f7f5481915b2a96]

        #96070# brackets corrected

2001-12-19  Oliver Specht  <os@openoffice.org>  [9f0093bc415e674a08624b03ff79ad59f51c4da5]

        #96070# no minimum distance check for writer tables anymore

2001-12-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [23724b1cc2f731761018497dd232658fe6eb0358]

        #95138# don't build external modules on L10N_framework - don't get localised

2001-12-19  Mikhail Voitenko  <mav@openoffice.org>  [e64a3faab8e47535f044c364aa7a0465812e5dd6]

        #79295# syncronous call to the plugin

2001-12-19  Frank Meies  <fme@openoffice.org>  [0cb36bc421bd338dae43ad516b6b0f73182f5c13]

        Chg: Vertical Formatting - Initial work on flys anchored to character

2001-12-19  Stephan Schäfer  <ssa@openoffice.org>  [096dde74011defbfed9e6b84a37a2b65d3d8534f]

        #96084# set geometry to full screen values when maximize is delayed

2001-12-19  Kai Ahrens  <ka@openoffice.org>  [8e3f36f966a9968c528b0cbcfac370c4aaec141b]

        #96116#: disable unused item explicitly

2001-12-19  Mikhail Voitenko  <mav@openoffice.org>  [e960f6ba035eec245bed08e095e60110c06fd9f2]

        #79295# syncronous call to the plugin

2001-12-19  Christian Lippka  <cl@openoffice.org>  [6beac48f9353a3358b318af2a723cd8fd4e9d250]

        #95990# fixed full katakana

2001-12-19  Nils Fuhrmann  <nf@openoffice.org>  [1a3c29094dd3d1aef039696b0cacaf0af8e921f4]

        Fix linking for UNIX

2001-12-19  Niklas Nebel  <nn@openoffice.org>  [3daf3133b0342931bbfc4aed1f48ec2057a9a0bb]

        #96117# createInstance: if drawing factory returns XShape, use ScShapeObj

2001-12-19  Niklas Nebel  <nn@openoffice.org>  [c8a2aded3a828b67ba467f0bca9aa84376429751]

        #96117# support for ImageMap elements

2001-12-19  Niklas Nebel  <nn@openoffice.org>  [4652fb168d72496527493a3888bcd0db18507745]

        #96117# GetSupportedMacroItems as public static method

2001-12-19  Oliver Specht  <os@openoffice.org>  [a0681769a869a19968646a132043bf18d473434f]

        #96118# catch another exception

2001-12-19  Rüdiger Timm  <rt@openoffice.org>  [2a378e1b9fe70ec426f9e28a3822bb2f5acef13f]

        #65293# UNIX: make unzipped libs and headers readable for everyone, writeable for group.

2001-12-19  Hennes Rohling  <hro@openoffice.org>  [0ab93362cc06048911c793b06efacac3d8ce8ad3]

        #95607# Added unicode wrapper for RegQueryInfoKeyW

2001-12-19  Oliver Specht  <os@openoffice.org>  [a46f2bb5f2858b3f2309482362a0983296d27e4c]

        #96083# set output size pixel only if not rolled up

2001-12-19  Oliver Specht  <os@openoffice.org>  [91fee30c2ca357a4aa34e4249680be79f0b01e70]

        #95990# katakana resource changes

2001-12-19  Daniel Rentz  <dr@openoffice.org>  [1337992aba288b6ccf2afeac5e59d2ddc4b50008]

        #95990# redesign for wullwidth katakana

2001-12-19  Peter Burow  <pb@openoffice.org>  [8bb75eb5bd49c757f2fb845ec495fd8ba8d485df]

        fix: #95990# full width katakana

2001-12-19  Martin Hollmichel  <mh@openoffice.org>  [39602d32730d4e028e369016b84c38524bb358ab]

        del: remove obsolete file #65293#

2001-12-18  Sven Jacobi  <sj@openoffice.org>  [59b77bd7b59687adb5c77933af8193149ab8329d]

        #96063# improved performance, if a graphic is used multiple times in a document

2001-12-18  Oliver Specht  <os@openoffice.org>  [78d2785a8770665d23cde93cefdd9c4dbd35281c]

        #95990# katakana resource changes

2001-12-18  Christian Lippka  <cl@openoffice.org>  [7f73af9736938050114c686836e140381c904706]

        #96027# fixed check in problem

2001-12-18  Kai Ahrens  <ka@openoffice.org>  [2d94972d20b8858eda80fbe0e096a7845e581d49]

        #96071#: try to create URL via LocalFileHelper if URL is not valid

2001-12-18  Oliver Bolte  <obo@openoffice.org>  [502ae99620569d2268428a16507e747a544b0054]

        new version for SRX641

2001-12-18  Oliver Specht  <os@openoffice.org>  [e0ef8d1298eb28e8a03d5a4699f40ce5ce75a5f5]

        #95990# katakana resource changes

2001-12-18  Christian Lippka  <cl@openoffice.org>  [5525b490560c282a3d2d0d9d5b58ca4e309efdc3]

        #96027# update links after xml load

2001-12-18  Peter Burow  <pb@openoffice.org>  [69cb26a71d51d9350911e671d49dcab70f496387]

        fix: #95990# full width katakana

2001-12-18  Sven Jacobi  <sj@openoffice.org>  [88ba3024eda27f3a1d604a658365473ba5a31bc2]

        #96026# now also exporting linked graphics

2001-12-18  Oliver Specht  <os@openoffice.org>  [45dbcc7d863017c50d24694a812558a75ca6bb90]

        #95990# katakana resource changes

2001-12-18  Kai Ahrens  <ka@openoffice.org>  [cde76bd9fdebbdbac30e5eb4d11f0dedfd2b38db]

        #96071#: try to create URL via LocalFileHelper if URL is not valid

2001-12-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [13a31ab657874b40cedf01a2228f254ccafc6c1e]

        #95138# don't check compiler version as there is no compiler for L10N_framework

2001-12-18  Oliver Specht  <os@openoffice.org>  [5517a6b03bd0afdfb37498b804d006351ee1310b]

        #95990# katakana resource changes

2001-12-18  Frank Schönheit  <fs@openoffice.org>  [d7c8d84afe3b68865f60c0b93956be2d9d847f73]

        #95867# +containsActiveCode

2001-12-18  Oliver Specht  <os@openoffice.org>  [82dc5257c8e72ae8ad72eea3590cbbb64e135306]

        #95990# katakana resource changes

2001-12-18  Frank Meies  <fme@openoffice.org>  [36c0d8f0edcbcaadd8f74e7ddc2cea7bd9627240]

        Chg: Vertical Formatting - Some more positioning of FlyInCntPortions

2001-12-18  Frank Meies  <fme@openoffice.org>  [7369f1539560e23650b027bdaa9f682342ff124f]

        Chg: Vertical Formatting - Calculation of repaint rectangle for online spelling

2001-12-18  Sven Jacobi  <sj@openoffice.org>  [34f6d73eef33f8fe358e274821e7eb8b181584b6]

        #96026# now also exporting linked graphics

2001-12-18  Peter Burow  <pb@openoffice.org>  [c0e0d25b1a69d1b55338a424ca50f6743d456e98]

        fix: #95990# full width katakana

2001-12-18  Tino Rachui  <tra@openoffice.org>  [399babeab78e324047152d66c129ad028c535957]

        #95987#doesn't fill Event objects with a reference to the filepicker instance anymore because of cyclic links

2001-12-18  Peter Burow  <pb@openoffice.org>  [bb0df6b3402be5c2bfec4ae1c20446dd54ac802a]

        fix: #95990# full width katakana

2001-12-18  Andreas Bille  <abi@openoffice.org>  [e7e68082bc82d611e3e7316ca51037edd2fc9061]

        #96040# Additional regression bug ( Don't return if target could not' be stated ).

2001-12-18  Andreas Bille  <abi@openoffice.org>  [baee9752168c00c3e6220e9815f54ff56f593c48]

        #96040# Modified to move to linktargeturl

2001-12-18  Philipp Lohmann  <pl@openoffice.org>  [7fab967c1df5faad85d7447990d10151ffa524c9]

        #96019# do not disable input on presentation window

2001-12-18  Andreas Martens  <ama@openoffice.org>  [b2d7fa5ad0fb679d67908c79e1026684a513e529]

        Fix #95983#: Update master/follow pointer during destruction of a frame

2001-12-18  Kurt Zenker  <kz@openoffice.org>  [9c1a54a940abc40301dd6372fb664062e5f1a144]

        new version for SRX641

2001-12-18  Oliver Specht  <os@openoffice.org>  [3119075a76e6a9d11a6e94cf195af27811eb8376]

        #95990# katakana resource changes - improved but not fixed

2001-12-18  Oliver Specht  <os@openoffice.org>  [8d5de78061ebdf0a4f9a2aa538b4fa82341bb7dd]

        #95990# katakana resource changes

2001-12-18  Frank Schönheit  <fs@openoffice.org>  [081d7d9629ee973ab298cd308d0415cc220a348c]

        #96004# SetDesignMode: recornize invalid controls (just be more tolerant next time this bug happens)

2001-12-18  Frank Schönheit  <fs@openoffice.org>  [b4a0c413a254433d829d3657413c1964cf6d3c4a]

        #96004# SdrUnoControlList::disposing: correctly remove the SdrUnoControlRec from our list

2001-12-18  Frank Schönheit  <fs@openoffice.org>  [cd9ddfbb0893c6df83cc8473c4b5c957a2e0f6ec]

        (cl/fs) #96004# when created for a SdrObject, call setUnoShape - when disposed, reset the UnoShape on the SdrObject

2001-12-18  Behrend Cornelius  <bc@openoffice.org>  [5ad42a6d0669bbce96273a8feca661ad396b3669]

        #96091# 'ToggleDesignMode' Routine modified

2001-12-18  Peter Burow  <pb@openoffice.org>  [b9cac7da42180c274727d58398677b56cf9b2c1d]

        fix: #95990# full width katakana

2001-12-18  Behrend Cornelius  <bc@openoffice.org>  [f1642a98519dbca75286b589577c9f8fa8b014b2]

        #96091# 'StoreDocument' Sub modified

2001-12-18  Behrend Cornelius  <bc@openoffice.org>  [a7ecb7252973367ebabe5dbd8415a699483f8188]

        #96091# Removing of Shapes now improved

2001-12-18  Daniel Rentz  <dr@openoffice.org>  [0c5f987d93631b670c866c738b7e16fd9c5a5aa2]

        #95990# redesign for wullwidth katakana

2001-12-18  Malte Timmermann  <mt@openoffice.org>  [12adfb421d1bb641d7961648fd6255c7a9af1e8e]

        dummy comment (ask HR)

2001-12-18  Malte Timmermann  <mt@openoffice.org>  [c60a1e840d4ff8a7196b94ec99c360606e4356c5]

        removed debug code

2001-12-18  Thomas Benisch  <tbe@openoffice.org>  [385a7859dc4b3bacfb4e97b2bd97b22753a96280]

        #86383# Basic libraries cannot be added

2001-12-18  Behrend Cornelius  <bc@openoffice.org>  [1d2166daa484277c54858a2abad9e78c3f29ab1b]

        #96045# Width of Checkbox Labels modified

2001-12-18  Daniel Rentz  <dr@openoffice.org>  [e92a3b0ab85603a86ac9856dfdf7e312584b0016]

        #95990# redesign for wullwidth katakana

2001-12-18  Malte Timmermann  <mt@openoffice.org>  [4e4c545db50c806f645705e508d57d082cb0227b]

        #92575# Selection when searching backwards...

2001-12-18  Oliver Specht  <os@openoffice.org>  [aa0e92de11d4b4ceb33e98467cddc3ee6fd4e645]

        #95990# katakana resource changes

2001-12-18  Oliver Specht  <os@openoffice.org>  [a23b9e36dd541e091c5204df98af13d6ff174c98]

        #95990# katakana resource changes

2001-12-18  Peter Burow  <pb@openoffice.org>  [469e2d2bea257b3415999c09fba8de2f0d8df600]

        fix: #96076# keep a local instance of SvtSysLocale

2001-12-18  Philipp Lohmann  <pl@openoffice.org>  [e9a95c00f40d440de370f1fb971a9158a66ba28c]

        #96083# SetWindowState also correct for an already rolled up window

2001-12-18  Oliver Bolte  <obo@openoffice.org>  [30a29e5e9d87bee79aa890cac63a7ffeb717188e]

        UDK304

2001-12-18  Oliver Specht  <os@openoffice.org>  [6b2440f6b1e59105dbd1a54ccc6941e9e86f72a1]

        #95990# katakana resource changes

2001-12-18  Oliver Specht  <os@openoffice.org>  [8b448b5697b9b58153c932eb65bff535a242cf0c]

        #95956# missing space inserted

2001-12-17  Niklas Nebel  <nn@openoffice.org>  [6735356fee52262423e1fff1ed46857dbf2eb0d2]

        #95920# GetStretch: if RefDevice has a MapMode, no stretch factor is needed

2001-12-17  Caolán McNamara  <cmc@openoffice.org>  [eca5899b88d6da7195c33ffe3e2315ac2d31ef35]

        #96065# word 2000 table positioning

2001-12-17  Christof Pintaske  <cp@openoffice.org>  [a5f84c36d5e78cff8101c804319991e491c833fd]

        #94063# window positioning doesn't need any offset nowadays

2001-12-17  Juergen Schmidt  <jsc@openoffice.org>  [50a67a760529edd192ddb71d69a68190aa477add]

        #87796# link stlport library and under linux also supC++

2001-12-17  Jörg Barfurth  <jb@openoffice.org>  [0d34dc787c2b2aaddcedfb590642192b7799d175]

        #96023# Use correct parent node for accessing value in nested local location

2001-12-17  Christian Lippka  <cl@openoffice.org>  [353297d4e3a079858584a66316e3e27b39403db2]

        #96027# added support for linked pages

2001-12-17  Andreas Martens  <ama@openoffice.org>  [2ea17a3da59edf63582f9c0ca6746b96b5501e22]

        Fix: Fly frame as character in vertical environment

2001-12-17  Christian Lippka  <cl@openoffice.org>  [4fd2d7e82ba20eaa50484b19da2345aa09640744]

        #96032# notify base class on notify

2001-12-17  Christian Lippka  <cl@openoffice.org>  [71e13c135f404689c039ea9e802db0a4376a13dd]

        #96027# added support for linked pages

2001-12-17  Kurt Zenker  <kz@openoffice.org>  [d50fd70ea35108871da42ba06d3b23138bc49320]

        new version for SRC641

2001-12-17  Christian Lippka  <cl@openoffice.org>  [e44dd4c9c5418585038c55cb55c98ad9e17fa60b]

        #96027# added BookmarkURL property for linked pages

2001-12-17  Rüdiger Timm  <rt@openoffice.org>  [00a6b24b7cc6cffa07c76bead9f71026339b29b7]

        new version for SRC641

2001-12-17  Behrend Cornelius  <bc@openoffice.org>  [208bfb7c3fc043e5c5c7d82aab934d3dbace0037]

        #94767# Setting asian fonts improved

2001-12-17  Daniel Rentz  <dr@openoffice.org>  [0f055c04134c07c1a107e453269bc5dd5b1375fd]

        #95990# redesign for fullwidth katakana

2001-12-17  Oliver Specht  <os@openoffice.org>  [605ba37408abb178d4b5848e5967dd0d5c4addb6]

        #95990# katakana resource changes

2001-12-17  Thorsten Behrens  <thb@openoffice.org>  [bae36f45d3e574f1f1b6b71173a46fd62bd91ee8]

        #95677# Delaying slide renaming

2001-12-17  Daniel Boelzle  <dbo@openoffice.org>  [21574e05a8e89d4fe2194c28971b4dce7af3a51e]

        #88919# ac defimpl exports

2001-12-17  Frank Meies  <fme@openoffice.org>  [ee2f01d81ea2c6d10ce34cc3436a2e6006e70ac2]

        Chg: Vertical Formatting - Positioning of FlyInCntPortions

2001-12-17  Oliver Specht  <os@openoffice.org>  [806b9831a61c2ad5aecba936683036dc43c55e71]

        #95990# katakana resource changes

2001-12-17  Daniel Boelzle  <dbo@openoffice.org>  [f6d573324af6c2b9fa8641aff557ecbc9bc96e48]

        #88919# ac def impl exports

2001-12-17  Daniel Boelzle  <dbo@openoffice.org>  [80bb4f16f072eb6131afacd91ec48568fd0c37b5]

        #88919#

2001-12-17  Mathias Bauer  <mba@openoffice.org>  [5a16e007e85f583f79123142173293eddec207bf]

        #95867#: security handling for all macros

2001-12-17  Daniel Rentz  <dr@openoffice.org>  [fe1f1eb6a70f6bd52fd4472a6330530201c1edde]

        #95990# redesign for fullwidth katakana

2001-12-17  Mathias Bauer  <mba@openoffice.org>  [e53849b2453a7d34a78d7144a9917811a8f9fb6f]

        #95752#: update SfxDocumentTemplates from component

2001-12-17  Frank Meies  <fme@openoffice.org>  [910c06b32e05c46b8403e25a7f76286ab17bc6a3]

        Chg: Vertical Formatting - Repaint of FlyInCntPortions

2001-12-17  Frank Meies  <fme@openoffice.org>  [919bfae08b6843ed4d146695c30ede7353b99d01]

        Chg: Vertical Formatting: Enter FlyInCntPortion with cursor

2001-12-17  Kurt Zenker  <kz@openoffice.org>  [49044581e56b0381e41277e54cdea3e6c92247ae]

        new version for SRC641

2001-12-17  Peter Burow  <pb@openoffice.org>  [af12e8f3f93c57f3e2a39acf62e1a4065eb03052]

        fix: #95990# correct width for katagana

2001-12-17  Kai Ahrens  <ka@openoffice.org>  [cf7e2d4c6be865a22f4948b40269777f5277c4fa]

        #96022#: don't make empty URLs relative

2001-12-17  Ocke Janssen  <oj@openoffice.org>  [31437103a52a822620918bc76ebe5f943808526a]

        #96052# quote tablename

2001-12-17  Philipp Lohmann  <pl@openoffice.org>  [36043bc4e0fa7626f1b41ff5681e32db63074e96]

        #95340# check plugins in same environment as they run in

2001-12-17  Daniel Boelzle  <dbo@openoffice.org>  [bb0a9b9d8a911f020afa2edfa994161668e4ef0a]

        #88919# avoiding cc5 warnings

2001-12-17  Frank Schönheit  <fs@openoffice.org>  [cc0db027d00aa8df6c700ecea8b8b379105e0967]

        #96030# recognize empty libraries

2001-12-17  Oliver Specht  <os@openoffice.org>  [5bef6a1492c2750f793f15603d106b48543bdbec]

        #95990# katakana resource changes

2001-12-17  Daniel Boelzle  <dbo@openoffice.org>  [cd5437714aa7b0f6e95ab0a78a14f9aec198cc0a]

        #88919#

2001-12-17  Frank Meies  <fme@openoffice.org>  [295e2429ce8edf824a0d42117dc184c870e34341]

        Chg: Vertical Formatting - Frames anchored as characters

2001-12-17  Frank Meies  <fme@openoffice.org>  [446f039be0284abf76c24a20b014d15ee0a1511b]

        Chg: Vertical Formatting - First changes for repaint rectangle for online spelling

2001-12-17  Frank Meies  <fme@openoffice.org>  [51e1005deac44088eff1f89c05c412748db8831c]

        Chg: Vertical Formatting: New class for swapping frames

2001-12-17  Rüdiger Timm  <rt@openoffice.org>  [41e15e32546408941660d46078361ca71d4dea7c]

        new version for SRC641

2001-12-17  Oliver Braun  <obr@openoffice.org>  [3d9e8689d09839fe5c75464a88f99bc1f2b9652e]

        #95913# leak of sockets fixed in osl_getEthernetAddress

2001-12-17  Oliver Specht  <os@openoffice.org>  [e03e4965b524a1a78639a8f4e42d7cbe561b41a1]

        #95990#

2001-12-17  Daniel Boelzle  <dbo@openoffice.org>  [efaca32534dd414d06fe37b5a54e2efe13b83ff2]

        #88919#

2001-12-17  Kurt Zenker  <kz@openoffice.org>  [467fb3ba18d9a19c0367aa7be313cfe76ce0f6b2]

        new version for SRC641

2001-12-17  Kurt Zenker  <kz@openoffice.org>  [15abf0ffb86739040f1a78e92f4a550da2e9b947]

        new version for SRC641

2001-12-17  Peter Burow  <pb@openoffice.org>  [1ac8e043e5496409b985d8b7e1ae888875027adc]

        fix: #95899# open and close index pane doesn't change the position

2001-12-17  Behrend Cornelius  <bc@openoffice.org>  [044d168e2352749b58b82ad61a232b1978448ca4]

        #96003# Debugmode set to 'False'

2001-12-17  Nils Fuhrmann  <nf@openoffice.org>  [2fa7a3fcc478a6bef21b204bead022e760bf4d1b]

        removed also wdk_ modules

2001-12-17  Mathias Bauer  <mba@openoffice.org>  [ca4f731bb4fbf3f087b41173ac2504d57e906913]

        #96032#: update arguments after save

2001-12-17  Vladimir Glazounov  <vg@openoffice.org>  [9a1a3051528b9865784a89f02f239880404ab672]

        new version for SRX641

2001-12-17  Kurt Zenker  <kz@openoffice.org>  [440888b5ad85201c7c476cb8bd9628c83e20d091]

        new version for SRC641

2001-12-17  Björn Milcke  <bm@openoffice.org>  [219fc02285128f252f8f7e0201f9eb9925f4639b]

        #95993# export/import stock chart properties for gain, loss and the range line

2001-12-17  Kai Ahrens  <ka@openoffice.org>  [5d5b4441f2ef76470088fb38442cfed29625c51b]

        #96010#: register toolbars in SFX_IMPL macro

2001-12-17  Carsten Driesner  <cd@openoffice.org>  [2c6c3d1d43d6aee85c4ce4d0a565b0bd0c63d182]

        #92672# Show a new message that user has to start setup from installation medium

2001-12-17  Daniel Rentz  <dr@openoffice.org>  [5544d24e734f646047ac0fc0f6d198cc9df92d62]

        #96000# Truncated strings in FAP

2001-12-17  Oliver Specht  <os@openoffice.org>  [9e4f8d0c473ac0b4dcacbf584c3f75c240031639]

        #95959##95957##95956##95954# preload wizard changed

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [333468ff326a0e771c4f27b36984bd058cb1bc3c]

        new version for SRX641

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [7b49b6c0537d7563cfc1b51d72d1695fbdcfc167]

        new version for SRX641

2001-12-14  Nils Fuhrmann  <nf@openoffice.org>  [a9f307fe538478fe3a1e66569a92554d38533074]

        Fixes for merge

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [fab769752c2e1979abf7081dc6fe31bd783ee532]

        Merge SRC641: 14.12.01 - 21:56:52

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [458dae5c3afdaca66f52a43280b17b5a82851d70]

        Merge SRC641: 14.12.01 - 21:53:55

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [d801bc0bd707cf0e30b7249a71ff3f174e28efe5]

        Merge SRC641: 14.12.01 - 21:30:07

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [b8bca673226a2cc5f07dc0cf24b95cdc2e96f622]

        Merge SRC641: 14.12.01 - 21:12:54

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [48606cef3630f5b86c6d6ca4bab470f990451ce4]

        Merge SRC641: 14.12.01 - 20:31:14

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [40f2137a8ea8d44ace223463218b43cf6b9a6cd1]

        Merge SRC641: 14.12.01 - 20:31:11

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [5423e7ce4f335e9b638eb961f02d61053282f3fc]

        Merge SRC641: 14.12.01 - 20:08:23

2001-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d0ad48745a40a25cb986080994ec93687bd9c94]

        #65293# keep german as default - for now...

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [1c5ac21167e439b506d5245b9a9dbcaed557ba9a]

        Merge SRC641: 12/14/01 - 20:00:54

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [f02cb1eb12b9c66c06fa30009983ff821ecc76ab]

        Merge SRC641: 14.12.01 - 20:00:53

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [3657550060231afa1a3d24c7aa5956c2e26b340e]

        Merge SRC641: 14.12.01 - 20:03:05

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [84c64aa8cc9d6801659cdab1e86b0bd16b0b0750]

        Merge SRC641: 14.12.01 - 20:00:16

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [95c7132aa4f79b2cc93800048cfb156cbb8260ed]

        Merge SRC641: 12/14/01 - 19:59:42

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [39e19a381dde93ce8ed4246778b9a2c443cbdf31]

        Merge SRC641: 12/14/01 - 19:58:23

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [fa8c9844116316eb5a136a8ef043820b9aad9625]

        Merge SRC641: 12/14/01 - 19:56:57

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [e43dfced24010273c327a8931be8c4840daad698]

        Merge SRC641: 14.12.01 - 19:52:16

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [867044a4bb4004510e2b955b798595be880bec03]

        Merge SRC641: 14.12.01 - 19:50:54

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [74c328ef16c75e7a8ae86c44dffd33ed38fbd06d]

        Merge SRC641: 14.12.01 - 19:51:12

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [2d72e325902876cd129c4ec8bfd9388109fd9f01]

        Merge SRC641: 14.12.01 - 19:50:38

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [f48c9a206f012f25102f8ea9d702326ebad63e2e]

        Merge SRC641: 14.12.01 - 19:49:23

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [9dc925c082e7f6edd8d563a5c2d70577226c2893]

        Merge SRC641: 14.12.01 - 19:49:59

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [f33d014fcb912c044d9398a6baf45a3cc8d15a03]

        Merge SRC641: 14.12.01 - 19:49:09

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [5d3b057b37e18dc9b56bb2eca5907930911ce3b0]

        Merge SRC641: 14.12.01 - 19:48:00

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [147012626663ad0c208a6f247a0da3f72429e0a8]

        Merge SRC641: 12/14/01 - 19:47:46

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [4416f5ced936598059cc922bf9a5c84309dc106f]

        Merge SRC641: 14.12.01 - 19:47:30

2001-12-14  Daniel Vogelheim  <dvo@openoffice.org>  [71204525971224840b5d6056cda03238769e9a34]

        #95872# fixed DTD bugs (no format change)

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [37c9b8af918c3ca5d53c12777f68e5fbdfdb36b3]

        Merge SRC641: 14.12.01 - 19:44:59

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [91144eda20dd6accb47dc696673c6fdb9bd0d62d]

        Merge SRC641: 14.12.01 - 19:44:34

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [766067b7337ea58ecd6ac471cbb8459e696c8ef7]

        Merge SRC641: 14.12.01 - 19:44:09

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [66ccb828d3d5c2ce87954f7cd9198371de18609d]

        Merge SRC641: 14.12.01 - 19:45:28

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [81b990fb10157952d1694e05ebd2ea3a2d200dfb]

        Merge SRC641: 14.12.01 - 19:42:59

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [f3f0c74f5fbfa54bca5da6504bda24dbfcb6d5b9]

        Merge SRC641: 12/14/01 - 19:42:52

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [54328626e01b3dfafbcb0e4fdf5b9002dbb32f26]

        Merge SRC641: 14.12.01 - 19:42:30

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [470bde0c612dc464fd9185e503877a816dc3a52f]

        Merge SRC641: 14.12.01 - 19:43:13

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [6edebdf95cd39fccf4dae2f197f7bae8e27a6b3d]

        Merge SRC641: 14.12.01 - 19:43:09

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [88d5ea844c54330ec2db3f1dbd8011ae58395665]

        Merge SRC641: 14.12.01 - 19:41:04

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [b0842fe4b231f323e38b44914af509b398a75d78]

        Merge SRC641: 14.12.01 - 19:39:49

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [36042f9ccaf0fbe73bfc61884338cb180ec86593]

        Merge SRC641: 14.12.01 - 19:40:21

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [5001c15c284d26585fdfbed214e47192e5151b7f]

        Merge SRC641: 12/14/01 - 19:39:35

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [b856025dbda16ca7a0f22859e2e83b07b8821d05]

        Merge SRC641: 14.12.01 - 19:05:57

2001-12-14  Sascha Ballach  <sab@openoffice.org>  [914f7bea3e748a1f60ca1ad1ad4ac2122ef4bc68]

        #96016#; convert absolute references to relative references

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [8811173cfb7a14852a7aa19f0871a52745372322]

        Merge SRC641: 14.12.01 - 19:04:29

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [25cb39a0defd52afee70fec39a60379aea453f99]

        Merge SRC641: 14.12.01 - 19:02:26

2001-12-14  Thomas Lange  <tl@openoffice.org>  [e37995a441539fc2de99d777dbe1e0b96167ebdb]

        #95979# text encoding used for IPR fixed for windows

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [d315a6aa91f0924a38a63a63161ff1402cfd8439]

        Merge SRC641: 14.12.01 - 18:59:13

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [6d542b06a435cf98caec5ae978753306ae9f2b69]

        Merge SRC641: 14.12.01 - 18:57:14

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [73c10226304d395337c22e80f1eee3a7a83f69c9]

        Merge SRC641: 14.12.01 - 18:58:41

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [b0c5ba3557cc28b8ab3979d75a61fbc644d5d6e4]

        Merge SRC641: 14.12.01 - 18:56:06

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [aa128dbbae5be20ead70bd3914547bae29cc63d8]

        Merge SRC641: 14.12.01 - 18:55:20

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [2c1c3472c0c3b4f30e7b5fbb42479b2605ceb417]

        Merge SRC641: 14.12.01 - 18:54:26

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [b3addfbc808c14accb317ea0aa7b7db3fc73e76c]

        Merge SRC641: 14.12.01 - 18:48:38

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [e832f1f14f3eb1a61b8a1a373461e1ca51f0a115]

        Merge SRC641: 14.12.01 - 18:49:09

2001-12-14  Bustamam Harun  <bustamam@openoffice.org>  [2ffe4dc6c754665b0e5532429c1b65630a5e00fc]

        #95565# Update License

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [19d7ca0741f0baeac216aff1ce30db7cab86bad4]

        Merge SRC641: 14.12.01 - 18:39:36

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [f95cb4ae1b5672d776fdaf89748eb25a2591d6f6]

        Merge SRC641: 14.12.01 - 18:34:05

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [cfabd99ffa3b06a952459a5a53d8599795fe7af3]

        Merge SRC641: 12/14/01 - 18:29:33

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [25edc44b71a920e67a2efcd3cbc61800368cdb70]

        Merge SRC641: 14.12.01 - 18:16:59

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [bf3f70f4c748ccd7b8a7530ec889b2d19a1e79ce]

        Merge SRC641: 14.12.01 - 18:11:38

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [73c3fc241bc9636b5769a8a983768fc97549bdfd]

        Merge SRC641: 14.12.01 - 18:08:54

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [33365ef8df7c28fea36e6ddb49589ccbeed2260b]

        Merge SRC641: 14.12.01 - 18:08:47

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [429bc92d698a92d23b6d976230ab469a2f1771b0]

        Merge SRC641: 14.12.01 - 18:05:03

2001-12-14  Mathias Bauer  <mba@openoffice.org>  [f7cdfb6db328aa6bc8031858e3cbeb05227772d4]

        #95925#: compare passwords on multiple open on a stream

2001-12-14  Thomas Benisch  <tbe@openoffice.org>  [a7880b5391cb52595d358c31d5bdc95837650fa6]

        #86383# assertion instead of errorbox for error loading library

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [ad1a6f26bab4e817a737461096735ecf53b2b001]

        Merge SRC641: 14.12.01 - 17:53:15

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [2f092246bb562d090a0d39f6a1978bbb1dd45938]

        Merge SRC641: 14.12.01 - 17:53:39

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [ae551d0874eeb0812569af0f41fa11b2a47aff19]

        Merge SRC641: 14.12.01 - 17:52:18

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [3703f804a126f6c181ed77303b99a7ec319fde46]

        Merge SRC641: 14.12.01 - 17:50:12

2001-12-14  Mathias Bauer  <mba@openoffice.org>  [43faacc6c5c0ab70c0f316e6729288a85050258d]

        #95818#: only take dispatch for own URL if it contains JumpMark

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [3166884cf7494bc8003c2d6ef45355f0d4825203]

        Merge SRC641: 14.12.01 - 17:51:09

2001-12-14  Mathias Bauer  <mba@openoffice.org>  [1e82af05a8a770ac9d40ef928086cefa3535db67]

        #95883#:don't return InStream if file does not exist

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [97f90948acf77cea4d76bee611cdadcd2657f81a]

        Merge SRC641: 14.12.01 - 17:46:51

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [02ff89fc3510a6e62e4c8f9dd41e18ff0de4f2f1]

        Merge SRC641: 12/14/01 - 17:45:47

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [72211ab6fc0004dc0fe16746fc2458f4ce4cfbef]

        Merge SRC641: 14.12.01 - 17:46:31

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [a3e844840b10b92bb1eb51e270ca220e7b2fa520]

        Merge SRC641: 14.12.01 - 17:44:57

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [70a8e75663a2cd8951b37ce214cdca9a948dafe9]

        Merge SRC641: 12/14/01 - 17:44:13

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [0e80d4177abf6ee22606aa28ec95fbe7b87ffa6d]

        Merge SRC641: 14.12.01 - 17:43:39

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [d0aa341b2000ae25cd4f9aaffde532d117214f02]

        Merge SRC641: 14.12.01 - 17:43:23

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [2518a969f3c5871db929e86c1b5807ee746c181d]

        Merge SRC641: 14.12.01 - 17:43:10

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [de77128ed98b5f5b04c16602366a4ceedba4a0e6]

        Merge SRC641: 12/14/01 - 17:42:35

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [bd5e25cae2b89b433b544ebfbe7c0077594b9c20]

        Merge SRC641: 14.12.01 - 17:40:34

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [28d00c585d560aaaba45dd15e42988fe94c75241]

        Merge SRC641: 14.12.01 - 17:40:51

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [72ec03acf26888358f45389fa26e5a46060eec20]

        Merge SRC641: 14.12.01 - 17:41:28

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [b02f28a554e512c214b91ef41a3656675f5260f8]

        Merge SRC641: 14.12.01 - 17:41:11

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [674490a2cc5f09674d1ccfb6536f068b686ff74a]

        Merge SRC641: 14.12.01 - 17:39:04

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [852fdd4ecf95e7790291a947c7568cd8ebca1e61]

        Merge SRC641: 14.12.01 - 17:38:30

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [ddea2513f0a80ca9b214cce49d844d274cb20b57]

        Merge SRC641: 14.12.01 - 17:38:19

2001-12-14  Kurt Zenker  <kz@openoffice.org>  [99af9f2d21d183cbed57740be829bb47fb15f7cf]

        Merge SRC641: 12/14/01 - 17:37:01

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [8c7bbcd7aa1be0552a51bb3e76f0754f8b032232]

        Merge SRC641: 14.12.01 - 17:37:36

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [3a4e7bc2c240a148e223fabf248d3e7fe33acf97]

        Merge SRC641: 14.12.01 - 17:35:04

2001-12-14  Kai Ahrens  <ka@openoffice.org>  [420bf9f3a6ef20322854afc79f0d4f0f282a5840]

        #96001#: improved scanning callback

2001-12-14  Oliver Bolte  <obo@openoffice.org>  [4cb36bbec876ced37c955a18594a5f871287f750]

        Merge SRC641: 14.12.01 - 17:32:06

2001-12-14  Gregor Hartmann  <gh@openoffice.org>  [407d58b36d254e43528f4ebd85c8d3671c9fa6cd]

        print error when unable to save file

2001-12-14  Bustamam Harun  <bustamam@openoffice.org>  [cd08b28d45efad0b2cbc8bc54fd3fef2e4f1ccd8]

        #95565# 4524120 Add IndexEntry in i18npool

2001-12-14  Thorsten Behrens  <thb@openoffice.org>  [9ede609849162daa56e00f018b9ac005477f00de]

        #95940# Detecting impress filter more generically

2001-12-14  Daniel Rentz  <dr@openoffice.org>  [4db9100b463091b53e7e48e279632c90ef7fddce]

        #95992# uninitialized nBofLevel caused overread of sheets

2001-12-14  Christian Lippka  <cl@openoffice.org>  [d99419ae357e4d264ae735dd4062083b348afbb2]

        #95930# import gluepoints

2001-12-14  Christian Lippka  <cl@openoffice.org>  [0e845d70b8604a1564f88cef4381cf4c12bc12f3]

        #95911# don't add master page to new notes master

2001-12-14  Christian Lippka  <cl@openoffice.org>  [f635e5e0cd1b16482f3daf3e4835794b23ee6506]

        #95911# realy check for illegal styles

2001-12-14  Frank Schönheit  <fs@openoffice.org>  [fb98c33c688ef479a64f9838abd63f617fd4b589]

        #95980# corrected name check

2001-12-14  Christian Lippka  <cl@openoffice.org>  [4f21216baafb0c844c3cf4367c1904d9353f88e4]

        #95911# set master of notes page also

2001-12-14  Mathias Bauer  <mba@openoffice.org>  [0558bea84e8584fd6d025b6fdd844857a77a5f38]

        #95883#: only RootStorages can have RealStorageNames

2001-12-14  Daniel Boelzle  <dbo@openoffice.org>  [08c6299b89d038fe93e4a7d04bdee214e2a433c4]

        #88919#

2001-12-14  Christian Lippka  <cl@openoffice.org>  [21a114253dd75c21198623938e6dfc4f84e1c2cc]

        #95911# don't create presentation shapes when there is no presentation layout

2001-12-14  Armin Weiss  <aw@openoffice.org>  [92d6e47929287b0590a1cb9e1a1a6cb7d4382e06]

        #95981# If only name is changed do not show ImpUndoDeleteWarning dialog

2001-12-14  Stephan Schäfer  <ssa@openoffice.org>  [a71c319a7b140bf444abb65c71dec10416a68f46]

        #95986# merge 1.48.2.1

2001-12-14  Daniel Boelzle  <dbo@openoffice.org>  [b33cf704ef9f340a3c5a68be5115f682148d3086]

        #88919# access control

2001-12-14  Daniel Boelzle  <dbo@openoffice.org>  [31a3fcc0c11f681942c00da311247b8bb6fea753]

        #88919# ac helper

2001-12-14  Daniel Boelzle  <dbo@openoffice.org>  [5677cc1f2957a17c6c93e6e66465d77b79295477]

        #88919# doRestricted()

2001-12-14  Philipp Lohmann  <pl@openoffice.org>  [d67ff8dff3197ab49f5ddf7718dcdf7aac3289ea]

        #95951# hide IIIMPStatusWindow only in presentation mode

2001-12-14  Frank Meies  <fme@openoffice.org>  [70c60c5fff49c43ad4921e183ab8b3be2b93a962]

        Fix #95904#: Consider font changes during weak character classification

2001-12-14  Andreas Bregas  <ab@openoffice.org>  [fe63bcc11a39d3f002a67471c5dbef640e060280]

        #86383# readonly flag for library links

2001-12-14  Daniel Boelzle  <dbo@openoffice.org>  [ceaa1fda996273f39e2601529ad76e85fcaca553]

        #95841# omit border for dialog

2001-12-14  Rüdiger Timm  <rt@openoffice.org>  [086d90bc7d6b56b81f144d2ec3767d3191da2268]

        UDK304

2001-12-14  Niklas Nebel  <nn@openoffice.org>  [09c9c6fd99b71de93dda9f157bb3330a18e19746]

        #95943# added SID_RENAME_OBJECT to hidother.src

2001-12-14  Thorsten Behrens  <thb@openoffice.org>  [dfc1e4cf81d719ffd1c062d6920ac79abedc4eaf]

        #95677# Also check duplicate names for bookmark lists

2001-12-14  Armin Weiss  <aw@openoffice.org>  [d90fb6c539a97d61baba85c7f6e2e2ec0f36edf5]

        #95114# Moved this implementation from where SetObjText(...) was called to inside this method to work even when outliner is fetched here.

2001-12-14  Andreas Martens  <ama@openoffice.org>  [4ddb013b3b3eaf74369be74192fd937108eb3cb8]

        New: Drawing objects as character in vertical environment

2001-12-14  Daniel Rentz  <dr@openoffice.org>  [6a734fe30fef01b027749799937425995a8cc79d]

        ptgArray - ignore content

2001-12-14  Malte Timmermann  <mt@openoffice.org>  [d7942978deefac0acb23407df1555f2615c31a09]

        #95841# UnoControlDialogModel doesn't support the border property

2001-12-14  Niklas Nebel  <nn@openoffice.org>  [4504ec1defff779f693a767a31a9bb230b668291]

        #95879# DrawRotatedFrame: draw background only for changed row itself

2001-12-14  Armin Weiss  <aw@openoffice.org>  [da180c0a65285169f36c4f17cbfb867162ff6b47]

        #95895# Reset the view layer name after binary export

2001-12-14  Malte Timmermann  <mt@openoffice.org>  [a9e9d61e00e9bd0fa301d1d9c5875c3003273922]

        #95841# UnoControlDialogModel doesn't support the border property

2001-12-14  Thomas Lange  <tl@openoffice.org>  [eaa61b8f1190ecd411af8c4fed3ed4ee83b0036f]

        #91500# renaming of 5.2 symbol names to 6.0 symbol names fixed

2001-12-14  Dieter Loeschky  <dl@openoffice.org>  [aab398d7e3bc387f763a50e68f9c6996a5eb3498]

        #95797# Old ViewShell is destroyed after switching to a new ViewShell

2001-12-13  Oliver Bolte  <obo@openoffice.org>  [7fa3d20e73a01451b9e93a80487ccb1cc6ae3bd5]

        Merge SRC641: 13.12.01 - 22:13:19

2001-12-13  Kurt Zenker  <kz@openoffice.org>  [1b5e5f34a69167bb63aef796ded703fc65a98709]

        Merge SRC641: 13.12.01 - 22:11:49

2001-12-13  Thomas Benisch  <tbe@openoffice.org>  [6a68909370e9ce9a84daba16996a042eef31521d]

        #86383# Basic libraries cannot be added

2001-12-13  Oliver Bolte  <obo@openoffice.org>  [4476c077abb791effc25fcd7ede34f6d73c6c8ee]

        new version for SRC641

2001-12-13  Vladimir Glazounov  <vg@openoffice.org>  [70109968517901d1b585307beec293431b46e05c]

        #95933# use a different approach in UCBContentHelper::Exists: with the old approach, corrupted siblings of the dir in question may lead to deadlocks

2001-12-13  Thomas Benisch  <tbe@openoffice.org>  [bef8d90c7e7cb9591da5fea645fb93f07458271e]

        #86383# Basic libraries cannot be added

2001-12-13  Armin Weiss  <aw@openoffice.org>  [2dd8fc6d937868563cbcee4bf643c797bad952d4]

        #95895# translate view-layer name to standard-ASCII like in MakeUniqueLayerNames()

2001-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb1ff595bbc4b1c38a5f04f07b2f2d32019e114b]

        #65293# test

2001-12-13  Philipp Lohmann  <pl@openoffice.org>  [233243a187b7d024916dbd3f7bd75215cd000e14]

        #95810# keep copy of font substitutes in printer graphics

2001-12-13  Kurt Zenker  <kz@openoffice.org>  [0023b0c3d1ce4b103fc75c03ac8884508e81da6b]

        new version for SRC641

2001-12-13  Daniel Boelzle  <dbo@openoffice.org>  [acfde6cddfae4372074671ca2390035ef1e99fbb]

        #88337# changed @deprecated

2001-12-13  Rüdiger Timm  <rt@openoffice.org>  [2f88414d8699034a39cbe1788d2062fb53a13af4]

        new version for SRC641

2001-12-13  Kai Ahrens  <ka@openoffice.org>  [ad0cd1d9cf44efdcf1aaec4f146d833d3ab9f8ce]

        #95751#: set WB_CLIPCHILDREN when creating the parent workwindow

2001-12-13  Andreas Martens  <ama@openoffice.org>  [56daff9c3493b1103bcb6ef7cba050a75af6a869]

        Chg: Helpfunctions for vertical layout

2001-12-13  Oliver Specht  <os@openoffice.org>  [382cb121d8361b671c8374f62c1f65c0bb109bc5]

        #95871# OuterResizePixel mustn't initiate a change of global view options

2001-12-13  Andreas Martens  <ama@openoffice.org>  [96865ed9228ecfc444a69ab93ae05f59f8f6e343]

        Chg: Helpfunctions for vertical layout

2001-12-13  Armin Weiss  <aw@openoffice.org>  [e131fe49465037c1ed6475ff3f51bde31cec03f0]

        #95876# Also overload ReplaceObject methods to realize when objects are removed with this mechanism instead of RemoveObject

2001-12-13  Martin Gallwey  <mtg@openoffice.org>  [68af4ce66e084f0188b3fde075df138a838d7274]

        #95859# updated missing autotext handler

2001-12-13  Martin Gallwey  <mtg@openoffice.org>  [945eeb08d7e1f9fd220c95f89e9c58a77e81aeba]

        #95859# updated resource files for missing autotext handler

2001-12-13  Stephan Schäfer  <ssa@openoffice.org>  [037f3ffe046b14e232b6e2a0bc8809aa4d3f9234]

        #95950# check for truncated strings in dialogs

2001-12-13  Stefan Taxhet  <st@openoffice.org>  [5901e9fd00368c44c05d444de1d1c2978d08ffa6]

        itest tiome

2001-12-13  Kurt Zenker  <kz@openoffice.org>  [9b50f1e04beb272a17dc67df9f00ef56ed8f5981]

        new version for SRC641

2001-12-13  Stefan Taxhet  <st@openoffice.org>  [a48d8b22d97c98c9f95c318e68141fc0d3895790]

        undo test

2001-12-13  Stefan Taxhet  <st@openoffice.org>  [814a7f0eaf4b78e7775ded8049af7cf7c291383c]

        test

2001-12-13  Herbert Duerr  <hdu@openoffice.org>  [4d70c62b44adc59ad7e11f50760ec06eddfb4aad]

        #95640# fix offsets for 180degree rotation

2001-12-13  Vladimir Glazounov  <vg@openoffice.org>  [c0dc448d95980d4bf0053adbd3dd2572d54606f4]

        new version for SRX641

2001-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5faf9e8e72529a5297710fc0d589da4f800be1f]

        #65293# test

2001-12-13  Malte Timmermann  <mt@openoffice.org>  [62da033213f9f98371a2895321ddc1fa6bd4efc2]

        #95890# EndPasteOrDropHdl: pass correct count to ImpTextPasted

2001-12-13  Oliver Bolte  <obo@openoffice.org>  [46131a35f067f57e82255d57dbeff0b690d6525e]

        new version for SRC641

2001-12-13  Bertram Nolte  <bnolte@openoffice.org>  [ca9eb0a06141245aa7998e2d156e2358979af41e]

        #87796# Introduced component context.

2001-12-13  Armin Weiss  <aw@openoffice.org>  [8414480f48fe1385daa9a0c81b99cab25f304f86]

        #95114# Always set the object's StyleSheet at the Outliner to use the current objects StyleSheet. Thus it's the same as in SetText(...).

2001-12-13  Oliver Bolte  <obo@openoffice.org>  [8151d86d8e136cf0fb8fd4e50ad8ad3d60235cd5]

        new version for SRC641

2001-12-13  Malte Timmermann  <mt@openoffice.org>  [1c446895b473a2052a0800e441ec2d20749605bf]

        #95819# CreateLines: Don't use linebreak for height calculation

2001-12-13  Andreas Martens  <ama@openoffice.org>  [5f2d4dc8a897e939ad655a9c9ca17e973b0bf2d7]

        New: Fly frames in vertical environment

2001-12-13  Andreas Martens  <ama@openoffice.org>  [828a0bc972a6b8723c0d1aa1d18cc10ca2e9ce40]

        Chg: More usefull helpfunctions for vertical layout

2001-12-13  Kai Sommerfeld  <kso@openoffice.org>  [30080bb26a8593aee0a6471945dc9e71232c8b46]

        #95404# - Optimized exports (mostly for "$(COM)"=="MSC" only).

2001-12-13  Herbert Duerr  <hdu@openoffice.org>  [cfb9f78f6c1e0d03ef0705784cf1095a55048fec]

        #95926# cleanup XRENDER glyphs better when possible

2001-12-13  Kurt Zenker  <kz@openoffice.org>  [732fd83e08792fd463c71059b92f0e93b8a4d404]

        new version for SRC641

2001-12-13  Nils Fuhrmann  <nf@openoffice.org>  [ae2a17e649c6cb4765ccc8520405cb90ce5e2743]

        Merge SRC641: 13.12.01 - 12:00:02

2001-12-13  Sascha Ballach  <sab@openoffice.org>  [2a92cab98d41c0d020fe4769a5b358822e597eb2]

        #95893#; remember created formatstring and locale

2001-12-13  Herbert Duerr  <hdu@openoffice.org>  [ae563d68e007d0feab865ea8e017833b0416cb3e]

        #95926# avoid non-8bit glyph formats for XRENDER

2001-12-13  Mathias Bauer  <mba@openoffice.org>  [1ec2f7c0ef6070a760ab1a036e04de1db7b11546]

        #95867#: wrong fix

2001-12-13  dkenny  <dkenny@openoffice.org>  [830e0f359f289c6384610c945e0bf29096ed7325]

        #90489# - Nomessages...

2001-12-13  Frank Schönheit  <fs@openoffice.org>  [e1d314b36907d50f52ccd5e9f46436889b0d1f79]

        preparations for #95343# - support the XLayoutConstraints interface

2001-12-13  Frank Schönheit  <fs@openoffice.org>  [28c903f04853800d98b2254ad666ccb92bf83a8f]

        preparations for #95343# - check if the controller supports the XLayoutConstraints interface

2001-12-13  Andreas Bregas  <ab@openoffice.org>  [402d6c96c8d7a1d76b103af3c1fc98dbce9b1977]

        #86383# SetLibraryContainerInfo: Load all old Basic libs

2001-12-13  Carsten Driesner  <cd@openoffice.org>  [ed51551443914db821cda07561e501717bce1ff0]

        #95896# Quickstarter should not stop windows shutdown process

2001-12-12  Kurt Zenker  <kz@openoffice.org>  [0331f1b2f7a8e5b6dd23e39b8bd1eda589954af0]

        Merge SRC641: 12.12.01 - 22:47:50

2001-12-12  Kurt Zenker  <kz@openoffice.org>  [893aa657ce1a3945215f56ac439a2196165abf3f]

        Merge SRC641: 12.12.01 - 22:45:05

2001-12-12  Vladimir Glazounov  <vg@openoffice.org>  [ed8e6f3d7a96f3119dfddb0ae9973cd909387e55]

        Merge SRC641: 12.12.01 - 22:30:55

2001-12-12  Rüdiger Timm  <rt@openoffice.org>  [685239cf908032acd5dd7339b565d8fa463a9634]

        Merge SRC641: 12.12.01 - 22:29:19

2001-12-12  Oliver Bolte  <obo@openoffice.org>  [fff84ad4ae98ccaae566a14a66fb49922b10a3c0]

        Merge SRC641: 12.12.01 - 22:18:11

2001-12-12  Vladimir Glazounov  <vg@openoffice.org>  [758e218431205837179eb442c1a25dcef57d9e3e]

        Merge SRC641: 12.12.01 - 22:14:33

2001-12-12  Kurt Zenker  <kz@openoffice.org>  [104ddd2e7b3d2dca130ed0a24125507050a651ed]

        Merge SRC641: 12/12/01 - 22:11:45

2001-12-12  Oliver Bolte  <obo@openoffice.org>  [70ee7f0753f40c19f69e57794a415752955c94b1]

        Merge SRC641: 12.12.01 - 22:07:17

2001-12-12  Niklas Nebel  <nn@openoffice.org>  [8f76d4ca83b5edcdad29ca98a95e79103504950e]

        #95834# PasteDraw: don't call MoveAllMarked with empty distance

2001-12-12  Niklas Nebel  <nn@openoffice.org>  [4bc1a194c095ef7b96755bda6da4974f16e1ce38]

        #95834# don't start drag timer for the mouse click that ended inplace editing

2001-12-12  Niklas Nebel  <nn@openoffice.org>  [948b0ec2f8cf069afa6398cc7f3cab1b0024f468]

        #95867# check for macro warning also in LoadXML

2001-12-12  Niklas Nebel  <nn@openoffice.org>  [790891908fdb9e743b8855b0d97b44bbb5e7d50a]

        #95867# HasMacroFunc flag must be set in CompileXML, too

2001-12-12  Christof Pintaske  <cp@openoffice.org>  [60cff8a195c7e3ed02f0c0f7fcb6befbfcc4602a]

        #95880# undefine MAP_ANON to enable build on Solaris 8 (X86)

2001-12-12  Philipp Lohmann  <pl@openoffice.org>  [7e3ddd934d378364629ae68ba2591ecaa118eee4]

        #95912# #i2345# support more type conversions

2001-12-12  Armin Weiss  <aw@openoffice.org>  [970241034ef1bae46c175d20ddfa35959622ef29]

        #95114# Set style only when one was found (as in 5.2)

2001-12-12  Mathias Bauer  <mba@openoffice.org>  [3f24a32b110d83e2eb2c62d4fe8c45985629ebfa]

        #95867#: handle confirmation of macros

2001-12-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c7443edd23da642f11c66df5f062b8e0b5babdf]

        #94411# remove makefile.rc

2001-12-12  Sascha Ballach  <sab@openoffice.org>  [5c10cf390abffc36fc8d49305f0d407a2ddfb789]

        #95582#; after loading xml file go over the tables and look whether they are linked tables and change the table name to have the current linked document path in the table name

2001-12-12  Sascha Ballach  <sab@openoffice.org>  [1c9ee6aca104065bd85e6818b873b1a3ee6e78a8]

        #95582#; ask whether the name was setted correct after complete load of the table, because if it is a linked table the name is changed by the linked table import

2001-12-12  Vladimir Glazounov  <vg@openoffice.org>  [3fb61f7c96b8345531bd1a2afee97d5f58c7dd9f]

        new version for SRX641

2001-12-12  Thomas Benisch  <tbe@openoffice.org>  [528c6f1e9496f53ff4191f39e7afa6b8856a47ba]

        #95520# Starting Basic Macro from another but the active document gives error message

2001-12-12  Armin Weiss  <aw@openoffice.org>  [048fa5a6738f6dc96d42a140d2cb06e4d17ae643]

        #95114# set application-language specific dynamic pool language defaults

2001-12-12  Andreas Martens  <ama@openoffice.org>  [d1780138fe99da1c16cb8f6f10fb74f8c62e49f7]

        New: Fly frames in vertical layout

2001-12-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [854a17b6bf9ba2023bd2950b22859d08afaada99]

        #95886#, #65293# disable PIC check for this library

2001-12-12  Frank Schönheit  <fs@openoffice.org>  [50d21a3cc0020cf752c6ac50f2220f1f0c9a2a12]

        #95892# moved the assertion in ListAndComboImport::EndElement to the proper place

2001-12-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0b18416e0cad73c8ddc708e9c0b28e4d226c9197]

        #95886# disable PIC check for this library

2001-12-12  Oliver Specht  <os@openoffice.org>  [cc2e5caf32831e717d4ba475c6416cbed12d2702]

        #95374# show dog example also if graphic size is 0,0

2001-12-12  Oliver Specht  <os@openoffice.org>  [90ecb56b5b3c74f608cf2909e20b10b2abd67e09]

        #95374# prevent fraction division by zero

2001-12-12  Oliver Specht  <os@openoffice.org>  [c5de619b7570992738514429923f5a2dc2870b39]

        #95374# internal temporary graphic object has to be deleted if no stream can be found, too

2001-12-12  Behrend Cornelius  <bc@openoffice.org>  [e0ccd15ade45722fe04cef1259bb78479b29679d]

        #95749# Label changed

2001-12-12  dkenny  <dkenny@openoffice.org>  [f540634400e0baa25115151815f47bd42165e41a]

        #95304# - LDAP addressbook driver doesn't work. Error messages.

2001-12-12  Mathias Bauer  <mba@openoffice.org>  [d803240f4d7f2f9e935aeaec001a2ceade7210cb]

        #95867#: confirmation for basic macros

2001-12-12  Mathias Bauer  <mba@openoffice.org>  [d1971b18c329941dd078da6b2df5f4623b6c5ace]

        #95790#: wrong flag

2001-12-12  Malte Timmermann  <mt@openoffice.org>  [33994b0c80c8efcdc9df614459d97b023add9f26]

        #95841# createPeer: Don't call setVisible() if isDesignMode()

2001-12-12  Mathias Bauer  <mba@openoffice.org>  [dec896e911ef4e8fc4a760c14cff70adcd0282f7]

        #95875#: attachResource in LoadTemplate

2001-12-12  Behrend Cornelius  <bc@openoffice.org>  [c5f200d375923b6b45b94cacd80f57a5cd70ac67]

        #95749# ReadOnlyflag set to true

2001-12-12  Bertram Nolte  <bnolte@openoffice.org>  [efc8842f0b7009adb1b976ceb821b5a4e2fb8a26]

        #87796# Introduced component context.

2001-12-12  Andreas Martens  <ama@openoffice.org>  [78dfaf16827f51eaed1fa5aa7817ddd516d4ce28]

        New: Fly frames in vertical layout

2001-12-12  Andreas Martens  <ama@openoffice.org>  [f6c9174a9da23fd27a64ddc7ac1cb848faf85fc3]

        Chg: Helpfunctions for vertical layout

2001-12-12  Philipp Lohmann  <pl@openoffice.org>  [34379e026e5f581e9287f1fd2719e5c0eb6c26d6]

        #95833# rounding issues

2001-12-12  Andreas Schlüns  <as@openoffice.org>  [d96ecf83dbc9eeb4542e0d24c18ae31108f7fd08]

        #92237# throw exception for wrong target names

2001-12-12  jp  <jp@openoffice.org>  [d7524563b00ca63699ded79970aade56a3b8cd85]

        Bug #95859#: don't insert/remove cache objects if a cache OLE object is in RemoveFromURL

2001-12-12  Thomas Benisch  <tbe@openoffice.org>  [9ca8db3a4ca36abcbce288e4db6000c592e5f476]

        #95284# GPF when deleting a library in the macro organizer

2001-12-12  Philipp Lohmann  <pl@openoffice.org>  [d1d4754db600f6c2e056f5b68df9653201c94efd]

        #94448# do not return references to temporaries

2001-12-12  Behrend Cornelius  <bc@openoffice.org>  [368974c057495e8cf16d0cc6845505aaee4d948e]

        #95873# Referencing NumberingStyles improved

2001-12-12  Bertram Nolte  <bnolte@openoffice.org>  [7da6f4aa3a5ad64a3e464e69a291d80246bb0840]

        #87796# Introduced component context.

2001-12-12  Vladimir Glazounov  <vg@openoffice.org>  [e21a1bb37fdcb859ae5cad2ead199929b5acda87]

        #65293# corrected cvs binary handling

2001-12-12  Andreas Schlüns  <as@openoffice.org>  [7f5fecbd02c13373c627a958e082ee3643db7d64]

        #93530# use sfx macro loader direct to handle macro url's

2001-12-12  Andreas Schlüns  <as@openoffice.org>  [1cb07d07573f8999334bbd455fbbedfa9cc4c99d]

        #93530# change SfxMacroLoader from service FrameLoader to ProtocolHandler

2001-12-12  Andreas Schlüns  <as@openoffice.org>  [d5d31291feea5152c70f3038b627b939701fefe8]

        #93530# new service to handle url protocols

2001-12-12  Carsten Driesner  <cd@openoffice.org>  [22f3b77d68e3e308f0104b9803f6db10a0b14c56]

        #95427# Fixed bug with loading multiple documents at the same time

2001-12-12  Peter Burow  <pb@openoffice.org>  [36b7cd58385392e4e4c8432affc1b8e3cc4dada9]

        fix: #94843# remove double entries

2001-12-12  Behrend Cornelius  <bc@openoffice.org>  [180e8828224821143dd476a1b9f2888a7e3b400c]

        #95295# Coordinates of graphic now with Corrfactor

2001-12-12  Kai Ahrens  <ka@openoffice.org>  [689552106a9ea0075b9ba7d81bc61e439ff3d9db]

        #95599#: use SfxFilter to register text filters at file dialog

2001-12-12  Frank Meies  <fme@openoffice.org>  [c72579863eec8a310ce9292c1c5103f6fbbe6de5]

        Chg: Vertical Formatting - Justification considers ASIAN characters

2001-12-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [217b9f3495c25cf733b4845efaae419143da85ca]

        just added the header

2001-12-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ed59aaf6ea6663239fcbb5a068acd23a300c1a82]

        #94541#

2001-12-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [61773d3b59bdde1e2d71ffaf21d236efca2566b3]

        #94541#, #95742#

2001-12-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [72e29e4c7b446d3f576bad7691e65be2674411e5]

        #94541# and COMID added to SCPDEFFS

2001-12-12  jp  <jp@openoffice.org>  [444e8307dbcf54a2564de0b8c3405b8edb82d58e]

        Bug #95495#: TransliterateText - adapt to new/chgd transliteration returns

2001-12-12  jp  <jp@openoffice.org>  [6ca7f0287e1cce3a9c5fb0950c02977689a4f8f0]

        Bug #95495#: SwUndoTransliterate - adapt to new/chgd transliteration returns

2001-12-12  Frank Schönheit  <fs@openoffice.org>  [04025c525eab3602f030ae4c8a9173b87e296889]

        correct a minor spelling issue

2001-12-12  Philipp Lohmann  <pl@openoffice.org>  [55abec809a7bb41b23fa0a56b8dbfec727eb28f4]

        #94748# discard pending configure notifies in WMAdaptor::maximizeFrame

2001-12-12  Tino Rachui  <tra@openoffice.org>  [1ec53f4f072390db41ee79f71e2e2998486a53a2]

        #95280#documentation rework

2001-12-12  Peter Burow  <pb@openoffice.org>  [b14d3368697197ff7dee55903ba5fe35355af99a]

        fix: #95119# hide also hidden folders

2001-12-12  Andreas Martens  <ama@openoffice.org>  [8052e538c8312af4eefc4ec99442243ad295302a]

        Fix #95829#: Recursive actions with OLE objects

2001-12-12  Peter Burow  <pb@openoffice.org>  [037fd8a040f0d3e593ab649f413908dbd91a9f08]

        fix: #95119# detect hidden files and dont show them

2001-12-12  Peter Burow  <pb@openoffice.org>  [6486d2d46f416c5267ee55d4d997c4b040050454]

        fix: #95783# OKButton now a def button

2001-12-12  Oliver Specht  <os@openoffice.org>  [022bbbbc15fdf01ec4d23796245512e23364fcec]

        #95325# border distance: line color correctly set

2001-12-12  Oliver Specht  <os@openoffice.org>  [6001b0b62712180e169c82a7bffe7a620a535a8e]

        #95325# border distance position in columned frames corrected

2001-12-12  Oliver Specht  <os@openoffice.org>  [bacf557cd1c1743087cd5df84dbd61a186c2437b]

        #95325# problems with columned frames and border distance solved

2001-12-12  Sascha Ballach  <sab@openoffice.org>  [e0fbc9b0a52b32b837bc86f3d289495282bc11b7]

        #95850#; only indent by the level and not one more space

2001-12-11  Philipp Lohmann  <pl@openoffice.org>  [6b77bdce4670cdf38395524bacd4138cf3c75257]

        #95847# catch DataFlavorNotSupported

2001-12-11  Stephan Schäfer  <ssa@openoffice.org>  [cf62613317a45efdf093452bbf3bcfb04d6cb2e4]

        #95730# update mhDC in PrinterData before AbortProc may be called

2001-12-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cce7705aad72c58398a8611eea84313e2eaa9959]

        #95104# file used in -include switch of gcc3

2001-12-11  Oliver Bolte  <obo@openoffice.org>  [b2e6c0d8ab7cb5964a06082b233489543f131d47]

        new version for SRX641

2001-12-11  Philipp Lohmann  <pl@openoffice.org>  [6213ae868a0d9545d64bba62e65078b914e0d1e7]

        #95854# better build dependencies

2001-12-11  Vladimir Glazounov  <vg@openoffice.org>  [b51cc059a52aafe65f29e927d3f49cfb266772f1]

        #65293# added compiler switch

2001-12-11  Kurt Zenker  <kz@openoffice.org>  [bd9738bc1a0fcb2f9f4a4bb89cc73ab5b3cbbe4f]

        new version for SRX641

2001-12-11  Philipp Lohmann  <pl@openoffice.org>  [970e1b570933633e6ba6f2dcbf72acc05174e347]

        #95853# cc50i optimizes too much

2001-12-11  Thomas Benisch  <tbe@openoffice.org>  [976a562407e5c86457e7b9d2df5fa64d5de01fc1]

        #86383# Basic libraries cannot be added

2001-12-11  Daniel Boelzle  <dbo@openoffice.org>  [af53bdfd125fc2c57b7d51314f70de17bd5f892e]

        #88919# access control helper

2001-12-11  Mathias Bauer  <mba@openoffice.org>  [4949ed013894f278f0a8929ba2e3d08eb32ab01b]

        #95818#: _default is also a special target

2001-12-11  Niklas Nebel  <nn@openoffice.org>  [0bcc220b186b7349dc6de7562eccea040eba8248]

        #76907# rscrev.hxx no longer needed

2001-12-11  Niklas Nebel  <nn@openoffice.org>  [48c5c32b6f4001911e4b74bfab4c45049aa27823]

        #76907# get build id from bootstrap configuration

2001-12-11  Daniel Boelzle  <dbo@openoffice.org>  [10d8a674c0c051224cd6a3779fa2870b32aecbd0]

        #88919# using Permission struct; modifying AccessControlException

2001-12-11  Tino Rachui  <tra@openoffice.org>  [142500bebc6bc7a15354b5a4cf991674d0497029]

        #95803#terminate async. event notifier thread in dtor when necessary

2001-12-11  Vladimir Glazounov  <vg@openoffice.org>  [477785c4dd574609d6b7c875bcffaf1214c7a9c6]

        UDK304

2001-12-11  Christian Lippka  <cl@openoffice.org>  [7911a80434cf7b6984489bf2ec6babd69026d011]

        #95675# be aware of model cleared without objlist cleared in notify

2001-12-11  Vladimir Glazounov  <vg@openoffice.org>  [17ad5c03435cc0ad4efddf92e7dd549f7edda5de]

        UDK304

2001-12-11  Martin Gallwey  <mtg@openoffice.org>  [d6f910f7985d75b04a52697eb28113fb61a2bc5e]

        #94573# remove dummy property handling, as it is no longer necessary (KSO removed his code that required it)

2001-12-11  Daniel Boelzle  <dbo@openoffice.org>  [a3bbee4e655ea46cd27dbab2ab8770716092dcd0]

        #88919# setPropertyValue( DefaultContext )

2001-12-11  Peter Burow  <pb@openoffice.org>  [3b54b19f1ee22c89011a565df4b5a7deae3cad38]

        fix: #95739# optimized

2001-12-11  Peter Burow  <pb@openoffice.org>  [b046d94b9387b653c33f6a268d63ccc66fa5afaa]

        fix: #95739# (2) use define

2001-12-11  Peter Burow  <pb@openoffice.org>  [defe00a1c12b44fe757b0b953ccc49217a9e3c81]

        fix: #95739# GetImage() and GetDescription() now separately for file and folder

2001-12-11  Mathias Bauer  <mba@openoffice.org>  [f7d0297ae44aee13bc4d2995504d08bdbcbb2ca8]

        #95661#: reschedule+yield may deadlock while executing assertions

2001-12-11  Peter Burow  <pb@openoffice.org>  [4c289c175f03fef9ac500b657927c99858fb9674]

        fix: #80835# use uui::InterActionHandler for MakeFolder()

2001-12-11  Carsten Driesner  <cd@openoffice.org>  [715850f00fbd6e2141e3a2ac0039e1024b0568fd]

        #95517# Don't show error if running in a network installation and there is no user installation

2001-12-11  Caolán McNamara  <cmc@openoffice.org>  [3dc5782fcf3b5300655343012649dccdfe8bd265]

        #95832# Flipped lines not flipped on export

2001-12-11  Sascha Ballach  <sab@openoffice.org>  [137c6bb8d55ddace637d24977ee0ab4c8355c0e9]

        #95346#; delete StyleIndex_Impl if it is always in the container

2001-12-11  Malte Timmermann  <mt@openoffice.org>  [1623a952be6aff03613a4f53f4ea084b596e797f]

        #95828# WriteRTF - fixed a lendless loop...

2001-12-11  Christian Lippka  <cl@openoffice.org>  [2e7e544cd372e4fb5926a4e0419765132af893d5]

        #95788# set shape kind on creation at XServiceFactory

2001-12-11  Kurt Zenker  <kz@openoffice.org>  [a82efae6d5d3861d63e7afe24f830517b309aa6c]

        #91062# deliver jobs.xml

2001-12-11  Philipp Lohmann  <pl@openoffice.org>  [5995450d3617ca6829e3f5537c3561a3197a4b9d]

        #95672# applications expect changed width/height for landscape

2001-12-11  Oliver Specht  <os@openoffice.org>  [8bc3b35f672ad18290d3d96774d3e144f8d8e1f1]

        #95794# catch 'last' exception

2001-12-11  Daniel Boelzle  <dbo@openoffice.org>  [b9ff3b60d1af958c3d08a628cde7d4a26fef4513]

        #88919# added security

2001-12-11  Daniel Boelzle  <dbo@openoffice.org>  [457623d1f707586c22012a592a2fdf30b63c7147]

        #88919# omitting Permission

2001-12-11  Armin Theissen  <armin@openoffice.org>  [39f341cafd9240bae203e63aa8d58ab0207f3942]

        introduced librgt*.so, IZ 2500

2001-12-11  Armin Theissen  <armin@openoffice.org>  [e530ea220ada514cbac790c7e0ef23f04b380a04]

        added libsample*.so - IZ 2500

2001-12-11  Daniel Boelzle  <dbo@openoffice.org>  [8838c90cefe847545d510191a6c7128c01a7fef6]

        #88919# added security

2001-12-11  Daniel Rentz  <dr@openoffice.org>  [90497ffc2031ae32bff6ad966613a74f4ea4711f]

        #92918# DM/$ -> currency units

2001-12-11  Daniel Boelzle  <dbo@openoffice.org>  [dfef12b92e5be96545b1b2deba3823b9cb7aedd4]

        #88919# added security

2001-12-11  Rüdiger Timm  <rt@openoffice.org>  [50b5c0f8f9aed2e0e5f499b898b79f618f8b8d98]

        #95576# Don't use (UPD) conditions in solenv/inc. Things needed for older workspaces just aren't updated there, so it is not necessary to do this distinction in the global makefiles.

2001-12-11  Rüdiger Timm  <rt@openoffice.org>  [1c9fb444d1852e7ea6fd8253a1d786f663600886]

        #95576# Don't use (UPD) conditions in solenv/inc. Things needed for older workspaces just aren't updated there, so it is not necessary to do this distinction in the global makefiles.

2001-12-11  Oliver Specht  <os@openoffice.org>  [c27397cd9a333e98bec0e21120d1fe26d8dd96c8]

        #95597# indent constants corrected

2001-12-11  Ocke Janssen  <oj@openoffice.org>  [b5993e9aeb4b5df79c55f69af4ed9454ff67389b]

        #95779# set value to empty of param

2001-12-11  Ocke Janssen  <oj@openoffice.org>  [b91b2f522e0f510a99c44b12762be54e83e5971b]

        #95779# use of alias tablename

2001-12-11  Frank Schönheit  <fs@openoffice.org>  [67241da7ae01d0e5f21974c356a1e12f8cac9b79]

        #95641# Tools/syncronize removed

2001-12-11  Tino Rachui  <tra@openoffice.org>  [5a1cf2586e92720cbc95e1427dd97242df041436]

        #95743# solve deadlock problem with clipboard

2001-12-11  Tino Rachui  <tra@openoffice.org>  [fc59da748cd47e1455e939827588a19a404d2084]

        #95743# solve deadlock problem with clipboard

2001-12-11  Tino Rachui  <tra@openoffice.org>  [076d80e0fb7c662721a01bdd99239835aeaf4aad]

        #95743#running mapi in a separate thread because it doesn't work in a MTA thread sometimes

2001-12-10  Rüdiger Timm  <rt@openoffice.org>  [55d89d97a17021367f9d1d1533a8c6fafd0bbf59]

        new version for SRC641

2001-12-10  Rüdiger Timm  <rt@openoffice.org>  [0e9187e3026d3edd3fff737d234121f543dcb38a]

        new version for SRC641

2001-12-10  Rüdiger Timm  <rt@openoffice.org>  [ea191672883922dd5329f0c8ea8982da82270739]

        new version for SRC641

2001-12-10  jp  <jp@openoffice.org>  [2b361e63a22ad289969140f7726c8fa1e18d4464]

        Bug #95726#: ClearAutomaticContour - add a ASSERT

2001-12-10  jp  <jp@openoffice.org>  [26fa3c95559f56d99e3fff17295d43e51e76bf94]

        Bug #95726#: FinishOLEObj - call ClearAutomaticContour only if a OLE object is selected

2001-12-10  Rüdiger Timm  <rt@openoffice.org>  [eae71420bc292844d3b40dde5cd26b47be78fc78]

        Merge SRC641: 10.12.01 - 22:23:53

2001-12-10  Oliver Bolte  <obo@openoffice.org>  [c36af932f77ed208c77a9028ca248e64f1e29f3b]

        Merge SRC641: 10.12.01 - 22:15:50

2001-12-10  Kurt Zenker  <kz@openoffice.org>  [1c67db5ccb32dee8c58052d8cee4a8e74e1756e1]

        Merge SRC641: 10.12.01 - 22:15:20

2001-12-10  Oliver Bolte  <obo@openoffice.org>  [2278f383001fb3cead7d1bd5df4834f88cff4fb6]

        Merge SRC641: 10.12.01 - 22:15:09

2001-12-10  Rüdiger Timm  <rt@openoffice.org>  [ae7e3b8e8c4e663a9e7369b9e7267fb10f5964be]

        Merge SRC641: 10.12.01 - 22:10:20

2001-12-10  Kurt Zenker  <kz@openoffice.org>  [dc9440d1a2e7974fbe5d7e7868ed3d7a64ce380c]

        new version for SRC641

2001-12-10  Kurt Zenker  <kz@openoffice.org>  [ceb5a85f4b72aea82a73807274ddf50ec406a139]

        new version for SRC641

2001-12-10  Niklas Nebel  <nn@openoffice.org>  [675baa465292a9034e17a1974865eae3d5e2210a]

        #93487# escape quotes after converting to ByteString

2001-12-10  Kurt Zenker  <kz@openoffice.org>  [ab5ffdd83bd4b8bf9e7793277ee9ccd61f5bb53a]

        new version for SRC641

2001-12-10  Daniel Boelzle  <dbo@openoffice.org>  [861324f563dcdf1c8dd106a6d8a71493ed380902]

        #88919# slight modifications omitting Permission

2001-12-10  Jörg Budischewski  <jbu@openoffice.org>  [b084da652c780e47170842c46144cc6baf4a071b]

        #95807# release calls are now ALWAYS delegated into the writer thread to avoid reentrant remote calls

2001-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7c75bcd5daa936454442db998a0b57662c9e00b]

        #65293#: exception specification

2001-12-10  Niklas Nebel  <nn@openoffice.org>  [daccf41d0c7a864b859e9591b3c3f399ae14edf5]

        #95791# don't store settings pointer (belongs to view)

2001-12-10  Bertram Nolte  <bnolte@openoffice.org>  [4b3ec1c079680b4444edbad49351dd3c66528b12]

        #87796# Replaced XMultiServiceFactory with XMultiComponentFactory.

2001-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6c2b649bc20c14ea53fe0bb5faec8ac546c6f62]

        #65293#: exception specifications

2001-12-10  Rüdiger Timm  <rt@openoffice.org>  [359df1835b2a026c320e9b5a1ef6dd58837afa2b]

        new version for SRC641

2001-12-10  Kurt Zenker  <kz@openoffice.org>  [a89f5a8fcca806fe4b763ca66def6db67a817c98]

        #65293# Syntax

2001-12-10  Sven Jacobi  <sj@openoffice.org>  [5d3ff624a16562ced01426c32812b152af8f67ac]

        #93902# most enhanced metafiles created by xp are not displayed properly

2001-12-10  Michael Hönnig  <mi@openoffice.org>  [77cfd8b5063a2779a8211e3095d974523661faa9]

        #94538# XStyleFamiliesSupplier added

2001-12-10  Sascha Ballach  <sab@openoffice.org>  [b2a5e3b779ed2714e45b418b8b444d9c0715f2e9]

        #88491#; let the referenced caption point unchanged, only calculate the ref point with the shape position, but not with the caption point

2001-12-10  jp  <jp@openoffice.org>  [f8487f2c14a2a63ee48cbc4cbe75708e63476ad9]

        Bug #95774#: remove the disconnected object from the marklist of the views

2001-12-10  Sascha Ballach  <sab@openoffice.org>  [eb380dda1e2c03fb6514f8f4c74d3f896ca62bd0]

        #88491#; handle the referenced caption point

2001-12-10  Kurt Zenker  <kz@openoffice.org>  [892f6e28ea28bfe54baf2e49ebf884bd9e05fd88]

        UDK399

2001-12-10  Oliver Specht  <os@openoffice.org>  [630eb433e5ad3e693ecf7cee72c9f4f0a8bc5851]

        #95799# enable automatic sender setting in Insert/Envelope

2001-12-10  Frank Schönheit  <fs@openoffice.org>  [04db7e2bc444be4fd523f0f56b7066d414055493]

        #95766# when moving controls within the hierarchy, force the shell to update such things as the 'current form'

2001-12-10  Frank Schönheit  <fs@openoffice.org>  [a424a945323d0fc43f758ac38aa411aa42d20d4f]

        #95780# when adding a status listener, ensure that it is called in all scenarios properly

2001-12-10  Frank Schönheit  <fs@openoffice.org>  [511f354d3658a2f15a9ee1406272a01b093d25ad]

        #95780# the status multiplexer remembers it's last event

2001-12-10  Herbert Duerr  <hdu@openoffice.org>  [0df93428e5620795e36fdc7f00bb5bbbb8227902]

        #95414# use logical font size in mapped mode

2001-12-10  Juergen Schmidt  <jsc@openoffice.org>  [c672337cdc3a79768fa81f97452f156855761cd2]

        #94649# add changes for multible exclude keys and exclude all subkeys

2001-12-10  Frank Schönheit  <fs@openoffice.org>  [6580015589b539f211e1a396d813ce0b550da07c]

        #95780# when broadcasting feature state changes, use a correct URL

2001-12-10  Frank Schönheit  <fs@openoffice.org>  [18b1e6fa5b174d57fdad4cac7750b181797ee814]

        be more tolerant against an invalid form collection

2001-12-10  Frank Schönheit  <fs@openoffice.org>  [7c17aa067bf14e4783edf544080402996762973f]

        #95770# convertFastPropertyValue: for MaxRecords, allow an ivalid ADOResordSet

2001-12-10  Mathias Bauer  <mba@openoffice.org>  [ac8396e98e0702b0c027a45f51b37b7d23302d3b]

        #95784#: inner executes should be synchronous

2001-12-10  Andreas Bille  <abi@openoffice.org>  [466008c8a722155abcdbcb2bc6ae74911dd93666]

        #95635# Adapting d.lst to deliver ucpchelp.xml

2001-12-10  Andreas Bille  <abi@openoffice.org>  [836e94d9c46f6afb935948b84d093220efcf4d7a]

        #95635# Added ucpchelp1.xml providing component-description

2001-12-10  Nils Fuhrmann  <nf@openoffice.org>  [5bc1e5df631bd8b1851802f82880ba64c2b086a7]

        Merge SRC641: 10.12.01 - 13:47:53

2001-12-10  Stephan Schäfer  <ssa@openoffice.org>  [de7fabe6ddf90a5f892a06ffd0f85083624e88b5]

        #95616# merge 1.13.2.2

2001-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [59fd2a7d5b2fe1cdc230464063482158215a4516]

        #65293#: gcc-3.0.1 needs lvalue

2001-12-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e7ad00a7e9c3bb3709fdd31623f482e00f81d445]

        #95782# get symbols of SLO/OBJ TARGET

2001-12-10  Ocke Janssen  <oj@openoffice.org>  [9a093007f33972a50a22b515c195ee61e087715d]

        clear column of grid before filling again

2001-12-10  Ocke Janssen  <oj@openoffice.org>  [79203ccb850248625c47e49af5194598ccc8f21c]

        #95617# change splitter pos

2001-12-10  Herbert Duerr  <hdu@openoffice.org>  [5495bc706e8dcbe61c95b8c1c931cfa9a7ad3515]

        #95414# font width fix for different x-/y scaling factors

2001-12-10  Carsten Driesner  <cd@openoffice.org>  [4d62f2a435ddf6ab45d172ca0dac7c1eea3c64c4]

        #95757# abbreviated picklist menu entries for biblio and database component

2001-12-10  Frank Schönheit  <fs@openoffice.org>  [b11e7b6fb69a17484f3d20dba44f333dde4f9039]

        #95540# for the 'more' dialog, use the error dialog as direct parent

2001-12-10  Ocke Janssen  <oj@openoffice.org>  [32f24166a0c561d1f17806593d3dcee1458357e5]

        #95759# check column count for COUNT(*)

2001-12-10  Ocke Janssen  <oj@openoffice.org>  [67234bb25851d2c26555174440aa0ee2d8a6c174]

        #95712# created statement corrected for joins

2001-12-10  Ocke Janssen  <oj@openoffice.org>  [48beebd1649a140ea1de4efa3c2f5941fdb94efa]

        #95589# use of own ResultSetMetaData

2001-12-10  Andreas Bille  <abi@openoffice.org>  [8d3dfda68294b4d607e289ef1296b05c4c2c65c0]

        #91900# Now testing first whether the Any contains something.

2001-12-10  Mikhail Voitenko  <mav@openoffice.org>  [eaa20f5f193661fa136fd7251e7a57a9f9a2b4a5]

        #94532# optimization of the buffering

2001-12-10  Frank Schönheit  <fs@openoffice.org>  [aab4469e5a204cd12de100cc1aeb05dd7fc4c747]

        #95745# UnoTimeFieldControl::textChanged: correctly adjust the model's 'Time' property

2001-12-10  Frank Schönheit  <fs@openoffice.org>  [72c765919e6a3ea3f00e20310100dc04d0f6ecdb]

        #95263# when retrieving the columns of a SQL-command form, use a '0=1' filter instead of the one supplied with the statement

2001-12-10  Frank Schönheit  <fs@openoffice.org>  [1d05c8d51af23546f80f6722b4c25d027646a61f]

        #96744# set the TimeMax when initializing a time field

2001-12-08  Oliver Bolte  <obo@openoffice.org>  [d86e1be27497eddcae2de5bf57f546c841c6ca15]

        Merge SRC641: 08.12.01 - 22:20:56

2001-12-08  Oliver Bolte  <obo@openoffice.org>  [3edf9107d813cea0a033a59d0d088d51bd6d831d]

        Merge SRC641: 08.12.01 - 22:17:30

2001-12-08  Rüdiger Timm  <rt@openoffice.org>  [413cab2f3e5375e6cc95e62b08a81942b7ad2de5]

        Merge SRC641: 08.12.01 - 22:16:47

2001-12-07  Oliver Bolte  <obo@openoffice.org>  [3a0303396a4e979c73e1bdcd854845499703fff9]

        Merge SRC641: 07.12.01 - 22:29:47

2001-12-07  Oliver Bolte  <obo@openoffice.org>  [7a251ed98aaba0c032370e7b9aa1ee270fc9e3c5]

        Merge SRC641: 07.12.01 - 22:29:08

2001-12-07  Oliver Bolte  <obo@openoffice.org>  [60ef7f70e4e16f47d24aa56514446d456dda9e0e]

        Merge SRC641: 07.12.01 - 22:23:34

2001-12-07  Kurt Zenker  <kz@openoffice.org>  [d1afdcffcb2be118b7c831eea219c4d1b66e9dfd]

        new version for SRC641

2001-12-07  Rüdiger Timm  <rt@openoffice.org>  [661b94b7ab8cfd4816ba70191b2a8c662e8ffb20]

        new version for SRC641

2001-12-07  Rüdiger Timm  <rt@openoffice.org>  [1575be7eece93532fe951a834567d9d2680d6c92]

        new version for SRC641

2001-12-07  Oliver Bolte  <obo@openoffice.org>  [9df73302fa16cad2c22e7025398f55d9c524286b]

        new version for SRC641

2001-12-07  tpf  <tpf@openoffice.org>  [ba160ed23f48be2fa8e23a1e1d34c2d694dc28dc]

        #65293# searching for xerces.jar locally too

2001-12-07  Kurt Zenker  <kz@openoffice.org>  [fd4743c496e83e1c840552366d736dc2ff63cd04]

        new version for SRC641

2001-12-07  Jörg Barfurth  <jb@openoffice.org>  [513f9ef29b90b34694fcfb35104f3ae6cfc4df65]

        #95259# Expand changes to multi-locale form before merging with existing data

2001-12-07  Jörg Barfurth  <jb@openoffice.org>  [d4878b7d8c314bf7fee8948bb5a581df62e745b4]

        #86807#,#95259# Use modification-safe iteration for visitor

2001-12-07  Rüdiger Timm  <rt@openoffice.org>  [12a74d388564530e9d3f5733a317a4e7ad0ab9a4]

        new version for SRC641

2001-12-07  Bertram Nolte  <bnolte@openoffice.org>  [0b15354910ffdc1c7d74ba06b163be3542465258]

        #87796# Improved Inspector.

2001-12-07  Oliver Bolte  <obo@openoffice.org>  [3473e41cc8cf86c2a41080cb67053dcb52ecac5e]

        #65293# eol missing for solaris

2001-12-07  Behrend Cornelius  <bc@openoffice.org>  [602c0aa0441e47980b25f0a125952bd32dcb85cc]

        #95287# SetNumerics Routine improved (DecimalAccuracy thrown out

2001-12-07  Caolán McNamara  <cmc@openoffice.org>  [d9b77b272aea9c327864c867e50ade3a45f5a7fa]

        #95658# additional .mml alias conversion

2001-12-07  Behrend Cornelius  <bc@openoffice.org>  [89ad2f29f0b68fc9f8fe15b214191b9dbe7cd723]

        #95749# Subs ActivateReadOnlyFlag/DeactivateReadOnlyFlag added

2001-12-07  Behrend Cornelius  <bc@openoffice.org>  [cd16329eb7e03f8cbf60f9662482020568e6a3fd]

        #95287# New Typename for saving added

2001-12-07  Mathias Bauer  <mba@openoffice.org>  [7b54f383a72240c44a8459316b8bfc3f6c31a46a]

        #95692#: always set valid size for floating window

2001-12-07  Philipp Lohmann  <pl@openoffice.org>  [ee47dcf52f2bb8879c01bb89f11f2b726278d122]

        #94748# better handling of resize timer

2001-12-07  Philipp Lohmann  <pl@openoffice.org>  [7a7201691dccdf94b9f3be95f89615a40efa3b2b]

        #94748# refined Maximize hack for dtwm

2001-12-07  Rüdiger Timm  <rt@openoffice.org>  [885fcac2a2178a55d87739e9380e1e9adbfeb8d1]

        new version for SRC641

2001-12-07  Rüdiger Timm  <rt@openoffice.org>  [fa5f2b24f32bf753848317363bb7b960bef7a07d]

        new version for SRC641

2001-12-07  Jörg Budischewski  <jbu@openoffice.org>  [8a2b2e3a0ae1cf236c76f535edfbee1a87139027]

        #95375# added two registry test for content enumeration

2001-12-07  Frank Schönheit  <fs@openoffice.org>  [0847e4a9cee8573d8f6a2f138c9e18a69a4fd29a]

        #88707# when implementing the XTypeProvider, always return the XTypeProvider cppu type

2001-12-07  Rüdiger Timm  <rt@openoffice.org>  [8fed933384a64f3a18254b5945fb53d71e484a0e]

        #65293# exception specifications (release/acquire)

2001-12-07  Kai Sommerfeld  <kso@openoffice.org>  [47b4cf6fecf0cb41721b48053248590c2be9f864]

        #94065# - service now supports all protocols supported by the UCB.

2001-12-07  Andreas Martens  <ama@openoffice.org>  [a87066c4a879e2badf1cd656c7d87903439f7eba]

        Fix #95703#: Don't format unintersting fly frames

2001-12-07  Juergen Schmidt  <jsc@openoffice.org>  [66519be4e9e4d24a93b593263e9f3759e59aca56]

        #94649# add changes to check drafts tpyes special

2001-12-07  Frank Schönheit  <fs@openoffice.org>  [972e6cca3649352677f363f75cbcee27967be4bd]

        #95727# updatePreviewState in preExecute - just in case somebody sets this flag manually before executing this dialog

2001-12-07  Frank Schönheit  <fs@openoffice.org>  [ce99c7155cca93dccbdd2271c412b657773db45b]

        done during #95727#: added an assertion which will tell me if a given scenario really happens

2001-12-07  Frank Schönheit  <fs@openoffice.org>  [27208ec9f0814313bd76fff168d1a03a59e78b57]

        changed behaviour: when opening a folder, do _not_ initially select the first entry - all clients existent so far had hacks to revert this effect afterwards

2001-12-07  Jörg Budischewski  <jbu@openoffice.org>  [9a4838415c7b71a40c3673d1a9fb457e83ec73f7]

        #95735# registry supports now enumerationaccess, so that servicemanager can walk over all registries

2001-12-07  Frank Schönheit  <fs@openoffice.org>  [ef31ae289d577fb827e74440285959ff90c35303]

        the ResetHdl_Impl is not necessary anymore (due to changes to the file view control, done during #95727#

2001-12-07  Christian Lippka  <cl@openoffice.org>  [88fa7d75d14f99eb3a7841f1d16ae2d2e33d0a11]

        #95675# added hint prior to clear of object list HINT_OBJLISTCLEAR

2001-12-07  Jörg Budischewski  <jbu@openoffice.org>  [96bf934e28d0f7953af7d62268cb6b59b7d80875]

        #95735# for content enumeration, registries are now searched deeply

2001-12-07  Mathias Bauer  <mba@openoffice.org>  [cacedab63f57a3352706d5fbdbb2e52fe3e41481]

        #95706#: wrong reading of empty string properties

2001-12-07  Mathias Bauer  <mba@openoffice.org>  [6ed80be7887632bd8e6dc60f29efcb7e66e6346b]

        #95698#: don't use _default target for new documents

2001-12-07  Mathias Bauer  <mba@openoffice.org>  [f1f2caf556a2093a641507bbb18b64d083199baf]

        #95641#, #95642#: remove some obsolete slots

2001-12-07  Kai Sommerfeld  <kso@openoffice.org>  [62bb5daced4a8babe8dc116d374a450a92c557b8]

        #94065# - Added parameter to writeFile method

2001-12-07  Juergen Schmidt  <jsc@openoffice.org>  [594468bf9145e204756bacd26a7d2a3ccdbb7a16]

        #94649# add check off doc registry

2001-12-07  Juergen Schmidt  <jsc@openoffice.org>  [f7a37696e08d58fe1fc872ce1566cf626101e74c]

        #94649# add changes for checking services

2001-12-07  Mathias Bauer  <mba@openoffice.org>  [1cf0e949f721c8211bf035643729eb6bf5fa51ad]

        #93782#: intercept context menues

2001-12-07  Mathias Bauer  <mba@openoffice.org>  [181fe793faeb9b133cdb282890cbfbe40755fc44]

        #93782#: intercept context menues

2001-12-07  Juergen Schmidt  <jsc@openoffice.org>  [015343a259e8c95884daf3146b088eead3c88634]

        #94649# add changes for checking services

2001-12-07  Kai Sommerfeld  <kso@openoffice.org>  [29905da5248f4451aa3f1e427d461f25079972a5]

        #94065# - Introduced XSimpleFileAccess2

2001-12-07  Caolán McNamara  <cmc@openoffice.org>  [8391d79b88765e490c15b9944cdb8740a281cf4f]

        #95658# Additional alises

2001-12-07  Thomas Benisch  <tbe@openoffice.org>  [84ec6248a30e799d69f0bb8050e2937b31af873b]

        #95708# Crash when set a password to a soffice library

2001-12-07  Oliver Bolte  <obo@openoffice.org>  [296494bafd17a9ff64f69daca80f2f74fddb46af]

        #65293# typo

2001-12-07  Rüdiger Timm  <rt@openoffice.org>  [09af55f4dee8194a25e2ad27b47c9c4d7b8e383e]

        #65293# Include path corrected.

2001-12-07  Nils Fuhrmann  <nf@openoffice.org>  [9535532bb8de390d7da20c11793e3a2c7c5c617c]

        Merge SRC641: 07.12.01 - 13:43:31

2001-12-07  Malte Timmermann  <mt@openoffice.org>  [e7c7c08991a4a448147e732c587f58ad151b1a48]

        #95495# Selection after transliteration

2001-12-07  Malte Timmermann  <mt@openoffice.org>  [52f278fb4c39913bcd45aa43f353f4b0e2822ef5]

        #95495# TransliterateText returns the new selection

2001-12-07  Malte Timmermann  <mt@openoffice.org>  [7960104af8514f7e3846e9a53a1f66dc8c9c1884]

        #95495# improved transliteration

2001-12-07  Malte Timmermann  <mt@openoffice.org>  [a605b3a1df1c6357875779a338f5eff2319c2282]

        #95495# Removed unnecessary call in RemoveChars

2001-12-07  Malte Timmermann  <mt@openoffice.org>  [456a4b65b755d0e94de8096550ec55aae4d828a7]

        #95495# EditSelection op !=

2001-12-07  Michael Brauer  <mib@openoffice.org>  [332e1a7d091b434edc4da657e1460253ae3c677f]

        #95634# fo:border=none didn't work for import and export

2001-12-07  Stephan Schäfer  <ssa@openoffice.org>  [4c3d0e4357ea86079faa73367174e38390207029]

        #95305# handle shutdown msg only once

2001-12-07  Ocke Janssen  <oj@openoffice.org>  [0435527c3448fbf99548e14386c291a9399eff00]

        #95728# insert try catch

2001-12-07  Ocke Janssen  <oj@openoffice.org>  [98eb0144cd2e5c06fd979e12936483bdb96085aa]

        #95728# check if append only was selected and set columns

2001-12-07  Andreas Martens  <ama@openoffice.org>  [5fab445daa3a2822b18dc25c9ac8e1ca52e02967]

        Fix #95720#: What a small world

2001-12-07  Oliver Bolte  <obo@openoffice.org>  [8cbab53b1d665c55c9e9b5ac2b04092f2d685828]

        new version for SRC641

2001-12-07  Mathias Bauer  <mba@openoffice.org>  [a1c1578ca06d2bd44af0931c0c0c1da17744e286]

        #95641#, #95642#: remove some obsolete slots

2001-12-07  Tino Rachui  <tra@openoffice.org>  [41ef46ac32580d3be3afe81f423bf9b7d433bf81]

        #95723#not setting MAPI_UNICODE anymore

2001-12-07  Andreas Schlüns  <as@openoffice.org>  [66d565e4e5d3fa682074edf754ad1ad70fbc1579]

        #95685# new support for HelpBookmarks

2001-12-07  Peter Burow  <pb@openoffice.org>  [c1a95ef9c5d05f7da330fbfaab5ce7b794601ac2]

        fix: #95685# use HistoryOptions instead of DynamicMenuOptions

2001-12-07  Thomas Benisch  <tbe@openoffice.org>  [2d8189b65e251bef66a5c4a40a6be65e7d425a07]

        #92755# invalidate SID_SHOW_PROPERTYBROWSER

2001-12-07  Christof Pintaske  <cp@openoffice.org>  [9bb1572439083dad3155793aba4c7164d6f37b8b]

        #95334# don't touch the stacking window on trusted solaris

2001-12-07  Stephan Schäfer  <ssa@openoffice.org>  [968af075f4980b9898cba00f6a226900ad2d75d3]

        #95305# handle wm_queryendsession only once and reset state in wm_endsession

2001-12-07  Daniel Boelzle  <dbo@openoffice.org>  [c4e3da65d4eabf200457a7e006ff372e9c79133c]

        #95301# shockwave plugin has bug; expects ASCII functions to be used

2001-12-07  Behrend Cornelius  <bc@openoffice.org>  [456b4d6704a45eea3c942e0ba2e8b85fc85de0dd]

        #95671# Disposing of Dialog improved

2001-12-07  Thomas Benisch  <tbe@openoffice.org>  [aafc70a29a6ab4878b11110f217287b980fd3e51]

        #92755# Assign Standard Values for Basic Controls in Designmode

2001-12-07  Daniel Boelzle  <dbo@openoffice.org>  [acadbe93e62083ef38a5145609c8874e138d28e7]

        #95301 swf#

2001-12-07  Daniel Boelzle  <dbo@openoffice.org>  [bdc9ccf5eb7971dee36c5fbd29ded581e48aa898]

        #95301# swf

2001-12-07  Daniel Boelzle  <dbo@openoffice.org>  [3f8677a7438b662bcb7ff8b60762bed41811ab2a]

        #95301# swf

2001-12-07  Christian Lippka  <cl@openoffice.org>  [b54d3b939e51802cf2eae675df6b1865ed442afc]

        #90330# added XTypeProvider, forgot this

2001-12-07  Jörg Barfurth  <jb@openoffice.org>  [2bc101886e5984a3c33b3a34744c25774c41eb3f]

        #86807# Localized value now always considered 'replaced'. Only group member values can be 'merged' now.

2001-12-07  Jörg Barfurth  <jb@openoffice.org>  [2f5631ca42e9148b9556d4a5a5d1e6abf6df3a94]

        #86807# Use modification-safe iteration for modifying visitor

2001-12-07  Ocke Janssen  <oj@openoffice.org>  [0439ec80503277978d97526a5b43db88a26210d8]

        #95508# check if it is a token

2001-12-07  Ocke Janssen  <oj@openoffice.org>  [929ec92f7000beeea5c4e770d9313b143d2d1fb2]

        #95647# set default value to false

2001-12-07  Dieter Loeschky  <dl@openoffice.org>  [9db04d2d6cc0ff29ed0b0b5400d2632911361c07]

        #95324# NewOrLoadCompleted(): check CreateTitleAndLayout() if nFileFormatVersion <= 4

2001-12-07  Frank Schönheit  <fs@openoffice.org>  [4a27a4bc107b88133390f8fb2692e0b84b2ff658]

        #95509# sort the groups in the same order as the global classes

2001-12-07  Ocke Janssen  <oj@openoffice.org>  [def66875f7d8e99b6ce6b8486c0e770f6538ffd0]

        #95647# check for join type

2001-12-06  Kurt Zenker  <kz@openoffice.org>  [3f7999d4d9e08953ee7a8288e982d64be4a03fd0]

        Merge SRC641: 06.12.01 - 22:19:27

2001-12-06  Kurt Zenker  <kz@openoffice.org>  [8fc61f2a9e058e8918e2828d85023f7c7ceae712]

        Merge SRC641: 06.12.01 - 22:13:57

2001-12-06  Rüdiger Timm  <rt@openoffice.org>  [8b398bf102d52cc49a40ec020c116cdac010eb94]

        Merge SRC641: 06.12.01 - 22:14:39

2001-12-06  Rüdiger Timm  <rt@openoffice.org>  [43690c8145bdd015299635dfde9d1c7437b2788e]

        Merge SRC641: 12/06/01 - 22:08:30

2001-12-06  Philipp Lohmann  <pl@openoffice.org>  [c5bbefa7804a67ba11fdaaae3963d930a6a445d6]

        #95498# use mm instead of points

2001-12-06  Sascha Ballach  <sab@openoffice.org>  [83d1f5f179c546aad41a16c391e80f1892e7011e]

        #95346#; remove temporary stylename if it is in the list

2001-12-06  Sascha Ballach  <sab@openoffice.org>  [0bbed4a634526bb7148ba6e763e7a95fe1b5b039]

        #95346#; be care that the FilterInfo is deleted in every brunch except it is cached

2001-12-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ed048f7d3ba045553c89af74620371ca4915b399]

        #65293# makedepend now gets correct includes

2001-12-06  Philipp Lohmann  <pl@openoffice.org>  [9bcb7fc5eceb6b20b7179f76b399de898e3f3be1]

        #95514# set show state correctly, do not map withdrawn windows in ToTop

2001-12-06  Sascha Ballach  <sab@openoffice.org>  [e074afc36ecf0525f919fca39f7bd2f05693852a]

        #95346#; delete call of some pointer added to the destructor

2001-12-06  Sascha Ballach  <sab@openoffice.org>  [d6b32d863bf8f8c25faafdc1e463479b3d6e6fea]

        #95346#; clear the annotation list after find out that there are some not saved to make it possible that the next tables work correct

2001-12-06  Sascha Ballach  <sab@openoffice.org>  [861b424001fd8317c8d3c645e33f4328fac54cf9]

        #95346#; remove element from list after removing content so it can not be used in a wrong way; choose better variable names

2001-12-06  Daniel Vogelheim  <dvo@openoffice.org>  [421882514d53d98e5106e1c585730244c3be51d2]

        #95681# updated DTD to include type attributes for <text:get-variable> field

2001-12-06  Kai Ahrens  <ka@openoffice.org>  [7dfd543a067587bd32f9adf329c4224e82c604a2]

        #95690#: allow dialogs while pasting pages

2001-12-06  Herbert Duerr  <hdu@openoffice.org>  [f70ac0d93d987d6033c1b67d0ea53983c69dd278]

        #95285# prefer scalable over bitmap font versions

2001-12-06  Christian Lippka  <cl@openoffice.org>  [6ffcaca6124da8f0a755fd5da78f8e65de9435db]

        #95655# check corner radius property exceptions

2001-12-06  Philipp Lohmann  <pl@openoffice.org>  [2b9bb1a72579e4353c2708e838e557018657baf0]

        #95498# return correct string

2001-12-06  Philipp Lohmann  <pl@openoffice.org>  [6d300ea3479090cac6fd48d72c16cd353d01449e]

        #95498# show absolute margins again

2001-12-06  Daniel Vogelheim  <dvo@openoffice.org>  [17e34825c2b79421564cf1a1036910348f206e74]

        #95668# shape property mapper needs to know font declarations

2001-12-06  Jörg Barfurth  <jb@openoffice.org>  [f08246ed9c58dbed4d9827b6f73e3713584102fa]

        Allow multiple views to be opened in one session

2001-12-06  Malte Timmermann  <mt@openoffice.org>  [5a9974957da862ed6b690eaa2c78b13a674c3e52]

        #95662# BASEPROPERTY_ENABLE: Don't enable with children

2001-12-06  Malte Timmermann  <mt@openoffice.org>  [53dcfa2287469f8fe877c3f633d00033c6bf6b0c]

        #95662# BASEPROPERTY_ENABLE: Don't enable with children

2001-12-06  Frank Meies  <fme@openoffice.org>  [8c86a6533a2b0571fff5af2489906d2f99abd1fb]

        Chg: Vertical Formatting - Changed argument order for CalcBoundRect

2001-12-06  Frank Meies  <fme@openoffice.org>  [f44ccd8af6d70b9df5e97ffdd8f405303d93607a]

        Chg: Vertical Formatting - Use the special function pointers for fly formatting

2001-12-06  Frank Schönheit  <fs@openoffice.org>  [611b519ff95581f14f23ad16cd45f3fcdd11a461]

        #93949# moved the TemplateFolderCache in the correct namespace

2001-12-06  Juergen Schmidt  <jsc@openoffice.org>  [c3a33e749e8ac397a3bf26774efad8b881e62931]

        #95511# insert missing directories, sync2, formula and ui

2001-12-06  Frank Schönheit  <fs@openoffice.org>  [dd145e6b39c77c31e99fc4dc0ee4214b3bf0229f]

        #93949# deliver templatefoldercache.hxx

2001-12-06  Joachim Lingner  <jl@openoffice.org>  [72cda827fe64d026668af5d5d4b0db67d7382fae]

        *** empty log message ***

2001-12-06  Joachim Lingner  <jl@openoffice.org>  [6ba351a7485d0fec9dde4b02529f8b4befd7783f]

        *** empty log message ***

2001-12-06  Joachim Lingner  <jl@openoffice.org>  [bf2e363ba4dbd8f573cbeecccd1833f22384485b]

         Module1.bas Project1.vbp

2001-12-06  Martin Hollmichel  <mh@openoffice.org>  [ca98ea8eb4913a17ccf8871fc0b29edb4417c4f9]

        del: LIBCIMT for Windows, not needed #93044#, cleanup

2001-12-06  Oliver Specht  <os@openoffice.org>  [edf512f9aac35d36c74edadcc6ac54bad609174b]

        #95633# don't call the file picker service directly

2001-12-06  Dieter Loeschky  <dl@openoffice.org>  [d2ce5f87abd664e96da5cf5bdbb9d7903ebffce0]

        #95591# New documents: turn on the designmode

2001-12-06  Martin Hollmichel  <mh@openoffice.org>  [4385ee34462c054c009958f49ff2a0721d181e87]

        del: LIBCIMT for Windows, not needed #93044#, cleanup

2001-12-06  Caolán McNamara  <cmc@openoffice.org>  [39a47065045446f1502809527b719a71fd228349]

        #95658# kingsoft mathml to text fixes

2001-12-06  Thorsten Behrens  <thb@openoffice.org>  [01e8963118a09cae3028c2188eb9cbb8c96593ab]

        #95404# Checked explicit exports

2001-12-06  Thorsten Behrens  <thb@openoffice.org>  [6aecc218df0bd8bde219d89cea56a341c679babb]

        #95404# Checked explicit exports

2001-12-06  Frank Meies  <fme@openoffice.org>  [4be3d62ac9d28a6e21caa0f6b9643797714d24b6]

        Chg: Vertical - Formatting : Wrong assertion

2001-12-06  Andreas Martens  <ama@openoffice.org>  [a5d0bae8146ba63f852cac80e5683ffee5c4ea32]

        Fix: Cursorheight in empty vertical paragraph with selection

2001-12-06  Peter Burow  <pb@openoffice.org>  [7a7eddc0efa7dd7cd3e112b7329327a82474b8d8]

        fix: #95633# FileDialogHelper returns ERRCODE_NONE instead of RET_OK

2001-12-06  Frank Schönheit  <fs@openoffice.org>  [7c03ad2cd6fb5e067b986a7c87cd27504daaec66]

        #93949# do a smart update (only if necessary) of the templates structure when opening the dialog

2001-12-06  Frank Schönheit  <fs@openoffice.org>  [ad648046c648596b5c956692c720f9d43ed80150]

        #93949# +Update( bSmart ) - allow for a smart update (only if necessary) of the template configuration

2001-12-06  Rüdiger Timm  <rt@openoffice.org>  [630433c925f46b0d7bf2c5704701b06f6a9bdfad]

        new version for SRX641

2001-12-06  Kurt Zenker  <kz@openoffice.org>  [a5adc5b30815f2e6a65b17cf57152ca818873a22]

        new version for SRX641

2001-12-06  Nils Fuhrmann  <nf@openoffice.org>  [dc2255419adea75667b9ca69f5990f120c5bd4df]

        Merge SRC641: 06.12.01 - 13:16:47

2001-12-06  Behrend Cornelius  <bc@openoffice.org>  [edf07f804ca915c14f6864ff13cc4b83bad80b8a]

        #95671# converting of texdocumentfields now improved

2001-12-06  Michael Brauer  <mib@openoffice.org>  [ffcccd3fbf8b32abe9bfac7c78044be7227096d1]

        #95605#: Don't load template document if Writer is not installed

2001-12-06  Oliver Specht  <os@openoffice.org>  [f770cacd39583f8b3fe1d588a6cba3e86cfd11d9]

        #95648# checkbox width increased

2001-12-06  Malte Timmermann  <mt@openoffice.org>  [ef575a24e7be3c3604d08e8d11bdf96d4e7dc3df]

        #95580# MoveParagraphs( long nDiff ): nDest++, if nDiff > 0

2001-12-06  Frank Schönheit  <fs@openoffice.org>  [6e50a8ac1f8a02b012913cce4ec55800ce9d00be]

        #93949# some more options when using this class

2001-12-06  Frank Schönheit  <fs@openoffice.org>  [6afd149d9b9316c5757bca9eba7568982e315164]

        initial checkin - helper class for caching the state of the template directories

2001-12-06  Martin Gallwey  <mtg@openoffice.org>  [b8213b7f8a8771a0719eb2b9de564cd271cb7ce3]

        #94679# fix a crash if the package component is being used to create a new zip file from scratch

2001-12-06  Carsten Driesner  <cd@openoffice.org>  [2c0f8f7d5a92915cdf36b8cae98a5c91683e5846]

        #87255# xlink:type should't be FIXED as xlink:href is only optional

2001-12-06  Stephan Schäfer  <ssa@openoffice.org>  [5181347ad094a20b72f3bbcc75b322e8e98ebdbf]

        #95587# avoid endless loop when iterating dialog controls

2001-12-06  Philipp Lohmann  <pl@openoffice.org>  [84cc7c4327afe166636e1c389d7cef663208d8ec]

        #95097# workaround for some WMs

2001-12-06  Frank Meies  <fme@openoffice.org>  [df5913f0bd89ce3a0301f1eab9b26e41d33b2d68]

        Chg: Vertical-Formatting: Another new switch function

2001-12-06  Behrend Cornelius  <bc@openoffice.org>  [a8345500f05fbf72ca1dfa6143465d643364e068]

        #95638# comment for Resource #1099 inserted

2001-12-06  Christian Lippka  <cl@openoffice.org>  [78083b83eed94f7ad8dedfd43b4c573ac02c2508]

        #95210# initialize mbKernAsianPunctuation

2001-12-06  Oliver Bolte  <obo@openoffice.org>  [7d67ab96b5fb58ec033d851d9611c44e6044b959]

        #65293# exception specification linux

2001-12-06  Carsten Driesner  <cd@openoffice.org>  [40b58658b7c4aa255b9722f23a597c79177cf2ef]

        #95517# support new entry InstallMode

2001-12-06  Christian Lippka  <cl@openoffice.org>  [8b19e7d956b85bf5cd30f59ccd63965c251fed10]

        #90330# added shape master support

2001-12-06  Tino Rachui  <tra@openoffice.org>  [26ea093871d07696c608b2acbffe1312ebd2bce6]

        95315# don't convert printer name with GetURL_Impl

2001-12-06  Frank Meies  <fme@openoffice.org>  [c71f27aa10eaf1f0c3cb380b436cdaef94b0099c]

        Chg: Vertical Formatting: GetParHeight for vertical paragraphs

2001-12-06  Joachim Lingner  <jl@openoffice.org>  [ae19fdff5c2fce5c998a80bbe1fa3cf30fa89aad]

        *** empty log message ***

2001-12-06  Frank Meies  <fme@openoffice.org>  [56479a7114beb55925df956af015fe10ec32d06d]

        Chg: Vertical Formatting - Correct font height for empty paragraph

2001-12-06  Frank Schönheit  <fs@openoffice.org>  [95c70e819a3fcbc3e6887a842dd69a07f0620b7b]

        #95380# corrected the XTypeProvider information

2001-12-06  Joachim Lingner  <jl@openoffice.org>  [2574c30c6ed9840fef1624d8e1e746c2251fc677]

        *** empty log message ***

2001-12-06  Joachim Lingner  <jl@openoffice.org>  [73b8453b95472d2ebe8ad56fa9f3df0e57873615]

        #92294#

2001-12-06  Carsten Driesner  <cd@openoffice.org>  [4c11d1404ac400ee0e80016189a6927f77e5568a]

        #76907# use Bootstrap::getBuildId method to retrieve build data

2001-12-05  Niklas Nebel  <nn@openoffice.org>  [cc8ee696dbd8ebca8ba7603f2b64fe4fdc711fbb]

        #95575# allow changing the name of OLE objects

2001-12-05  Peter Burow  <pb@openoffice.org>  [a01b00af30767ebc9f7d831696f7c55f52cdabd8]

        fix: #95350# support for floppy and cd-rom

2001-12-05  Peter Burow  <pb@openoffice.org>  [b20f877511cc87879ef446756df47529d0e37937]

        fix: #95350# new string resource for floppy volume

2001-12-05  Peter Burow  <pb@openoffice.org>  [4b9c3a418481edbf82e125b0e487828e9ee7ca6d]

        fix: #95350# new id for floppy volume

2001-12-05  Eike Rathke  <er@openoffice.org>  [4e8f1ac15f8418139bbeb833892238395e76a355]

        #65293# reference to temporary needs l-value

2001-12-05  Vladimir Glazounov  <vg@openoffice.org>  [3afc572bbe99b2abe749e0e80562a72bd9cc3b1b]

        new version for SRX641

2001-12-05  Rüdiger Timm  <rt@openoffice.org>  [6a9a4ce95e2777c887442efe41bfc022adac7df2]

        new version for SRX641

2001-12-05  Kai Ahrens  <ka@openoffice.org>  [1b296a6c4f33e0369ea7a1e900548c2efde3f313]

        #94774#: optimized OLE change handling

2001-12-05  Christian Lippka  <cl@openoffice.org>  [8e57ee3653e03c302d1e81b067afae3075612c30]

        #95601# set text object on sdroutliner for api

2001-12-05  Nils Fuhrmann  <nf@openoffice.org>  [6238a7e51175da00ad8713371fc82bb9e290c380]

        Fixed header, removed merge conflicts

2001-12-05  Christian Lippka  <cl@openoffice.org>  [e0f5fd5637811638c4cef6c34cd536bc61cdaea1]

        #95601# set text object on sdroutliner for api

2001-12-05  Christian Lippka  <cl@openoffice.org>  [6435850e2ae41ff2949e107bba04f158355d7148]

        #95601# throw exceptions for illegal arguments for corner radius

2001-12-05  Ocke Janssen  <oj@openoffice.org>  [84b21823a1f287c1d67bc061c38b564deab9146f]

        #95610# fetch autoincrement values after insert with max

2001-12-05  Christian Lippka  <cl@openoffice.org>  [2b67988c2eb3074972131812f539e427b0f59114]

        #95601# catch exceptions for illegal arguments for corner radius

2001-12-05  Hennes Rohling  <hro@openoffice.org>  [c072cdaea3358ba36debb0fe6186e09f24f92b7b]

        #95615# Use CreateMutexA instead of CreateMutexW on Win9x to synchronize pipe creation

2001-12-05  Ocke Janssen  <oj@openoffice.org>  [817f539b9d428da93fd90831307b44fc5e4abe16]

        #95598# PaintTristate correct for parentupdate

2001-12-05  Nils Fuhrmann  <nf@openoffice.org>  [65b2a5ff9969a2e68216c18879299d9fd7a7dc42]

        Fixes fuer merge

2001-12-05  Behrend Cornelius  <bc@openoffice.org>  [de78730fca5f7ab63182bef2e8cd4a1b21e12907]

        #95295# 'brd.bmp' exchanged by 'germany.wmf'

2001-12-05  Andreas Martens  <ama@openoffice.org>  [c9a3fe19857a698cee6b7b2406be186a7c465f14]

        Chg: Bounding rectangle depends on writing direction

2001-12-05  Behrend Cornelius  <bc@openoffice.org>  [57bcb13bada6b23d06ec39bc123ec6c29e27ff93]

        #94767# Label for german States made wider

2001-12-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e3a885bc4fafefd56a5fc2626b76a418c3b54c64]

        #65293# don't try to zip subdirs that don't exist

2001-12-05  Andreas Schlüns  <as@openoffice.org>  [0ad2fe7ab056744049d6a07b7be75e780132bae0]

        #91062# disable adress book wizard on FirstRun

2001-12-05  Andreas Schlüns  <as@openoffice.org>  [fed231371fa785ca109b6f7af712e3b58887456f]

        #91062# support new job execution mechanism

2001-12-05  Andreas Schlüns  <as@openoffice.org>  [17b7fe5c512a2da1a1c72074425e4e0b2332c79c]

        #91062# new job execution

2001-12-05  Juergen Schmidt  <jsc@openoffice.org>  [2a4cf08dfe8cfa82d7fbbd584efc1c8cd25520fb]

        #87796# use the server side component context

2001-12-05  Andreas Schlüns  <as@openoffice.org>  [dde7b9e3a3c515108bc651aaf630177a454273e5]

        #91062# simple revision of job execution interfaces

2001-12-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [920e8e6a0e3916c702cf45e6a18d5b8076f5588a]

        #65293# german now needs ativation too

2001-12-05  Kai Sommerfeld  <kso@openoffice.org>  [19e294428d2682cdfbd3c60352e4f5ff03a1bef7]

        #95600# - XRow implementation now uses Type Converter service if needed.

2001-12-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [56bcdb6eca1891c146139bb819ee0348ef4e5e5a]

        #65293# german now needs ativation too

2001-12-05  Sascha Ballach  <sab@openoffice.org>  [43371dd952befa2a36065415be2f028509c05261]

        #95346#; don't use a list of pointers for the annotation list, because the < operator is not called than

2001-12-05  Oliver Bolte  <obo@openoffice.org>  [dfb0d3bf7c838239ff995a40d361d57edc16ad5d]

        #65293# from HR

2001-12-05  Vladimir Glazounov  <vg@openoffice.org>  [b7d595974e0d0d78201eec9575f70aff579150c9]

        #65293# added dependency on comphelper

2001-12-05  Kai Ahrens  <ka@openoffice.org>  [519c665b3d8026007cd52ef75a5a4e291f820ce6]

        #95507#: use deep detection for SGF format

2001-12-05  Peter Burow  <pb@openoffice.org>  [2587750685dd9279e8ab4e56ad7ca73bd6da4dd7]

        fix: #94594# multipathdialogue with classpathmode

2001-12-05  Andreas Bille  <abi@openoffice.org>  [1fa7112bb9298efa147ce8f726217b2a889d3fb7]

        #95399#Properties IsFloppy, IsCompactDisc

2001-12-05  Kurt Zenker  <kz@openoffice.org>  [cf66295db2569543393d23e138fd39e82f3f8f3e]

        #93562# only for windows unoportenum.cxx without optimizing

2001-12-05  Nils Fuhrmann  <nf@openoffice.org>  [3a6ea1f063ec40f1b15be61bdc3b8ef73c357368]

        Converter for half width katakana to full width katakana

2001-12-05  Oliver Specht  <os@openoffice.org>  [fe79573ff975f9b13940421a1147b77cb420ca21]

        #95573# offset conversion corrected

2001-12-05  Stephan Schäfer  <ssa@openoffice.org>  [1d56f010dde669ddbdfea9a9769dff609c6c1c52]

        #95330# merge 1.23.2.3

2001-12-05  Gregor Hartmann  <gh@openoffice.org>  [1afd460373ee68d73b4e11ed2d98a35ab7851b17]

        new handling of meta tags

2001-12-05  Mathias Bauer  <mba@openoffice.org>  [c21c259af4d5ac342bdbfaf69dd9e9df9adfb316]

        #95271#: don't set configmanager modified on loading configurations

2001-12-05  Martin Hollmichel  <mh@openoffice.org>  [0d6f466af3d5bc136670aef993c8d382f5b48144]

        chg: Syntax #65293#

2001-12-05  Andreas Bregas  <ab@openoffice.org>  [d61d64e0d88d93cf6abcd3edca57b2f5c4db8c11]

        #93462# ApplicationLibraryContainer service

2001-12-05  Martin Hollmichel  <mh@openoffice.org>  [6f6bf93d93f875516bc8acda1c00655aa7c944e9]

        chg: Syntax for gcc3 #65293#

2001-12-05  Dieter Loeschky  <dl@openoffice.org>  [c250adaa4d71143a66101fc8dca0c2997f9c8208]

        #95550# Set SID_RULER_LR_MIN_MAX to whole page size

2001-12-05  Frank Meies  <fme@openoffice.org>  [102e111e1be7fb52f9ac48a00a7762511d83cff4]

        Chg: Vertical Formatting - New switch function

2001-12-05  Frank Meies  <fme@openoffice.org>  [d24a80942eab94b2757b63eaaa5336a03c4a483b]

        Chg: Vertical Formatting - New switch function

2001-12-05  Frank Meies  <fme@openoffice.org>  [397d3d077c25bb92d13a8d631fe618ffdbba8eb2]

        Chg: Vertical Formatting - Footnotes

2001-12-05  Frank Meies  <fme@openoffice.org>  [c9bd9b6cadf344d8df163e4ffae320cc1dde7c5f]

        Chg: Vertical Formatting - Widows and orphans

2001-12-05  Ocke Janssen  <oj@openoffice.org>  [b9d152f8e6e8116b9c7adafdf60b55d80b217a92]

        #95572# check if source is a query object if so use that command

2001-12-05  Frank Meies  <fme@openoffice.org>  [5ce8e45a60a07d05cd789e7c2d989fe0adbddac2]

        Chg: Vertical Formatting - Repaint rectangle of empty paragraph

2001-12-05  Frank Meies  <fme@openoffice.org>  [cfa3f30001f5ded5d25bd8c7c0638d6f527dc3b4]

        Chg: Vertical Formatting - SplitFrm with unswapped frame

2001-12-04  Rüdiger Timm  <rt@openoffice.org>  [ae2c8de6b06264d72dae41747d29ac25f93e29fa]

        Merge SRC641: 04.12.01 - 22:10:33

2001-12-04  Rüdiger Timm  <rt@openoffice.org>  [b487762b47aa339adda89c47b01a085f0410cb6f]

        Merge SRC641: 04.12.01 - 22:08:52

2001-12-04  Rüdiger Timm  <rt@openoffice.org>  [43ed9895e05a574bfdb7b8b67207bae887e7f231]

        new version for SRC641

2001-12-04  Kurt Zenker  <kz@openoffice.org>  [ab63627c4bdac52e8c6397b8185355e3c432fcd3]

        new version for SRC641

2001-12-04  Armin Weiss  <aw@openoffice.org>  [ba7893a60c24e0eb3033972cd30faaf4a1207e02]

        #95501# reset TextObject attributes to default

2001-12-04  Malte Timmermann  <mt@openoffice.org>  [60078977004cd65184da7859419e71aa3380f06f]

        #95501# RemoveAttribs - accept EE_PARA_ALL

2001-12-04  Oliver Bolte  <obo@openoffice.org>  [dbd07621edb9da398f4d0acfab4c384d0a314cc5]

        Merge SRC641: 04.12.01 - 18:58:05

2001-12-04  Oliver Bolte  <obo@openoffice.org>  [0b09a3f6f041245aa4e4170c6f9f33ef667fae3a]

        Merge SRC641: 04.12.01 - 18:56:09

2001-12-04  Oliver Bolte  <obo@openoffice.org>  [93af1dc41203e8763b1e020fe7a39b7e87e57203]

        Merge SRC641: 04.12.01 - 18:54:24

2001-12-04  Oliver Bolte  <obo@openoffice.org>  [79f435c56a8556254372877b547f0ee633ad3bc8]

        Merge SRC641: 04.12.01 - 18:52:42

2001-12-04  Kurt Zenker  <kz@openoffice.org>  [ca63487292162a17abab7fc4db06044d18efdbe9]

        Merge SRC641: 04.12.01 - 18:49:34

2001-12-04  Kurt Zenker  <kz@openoffice.org>  [07e11442e855d28b6b6d813983717ec4f39a56b7]

        new version for SRC641

2001-12-04  Oliver Bolte  <obo@openoffice.org>  [c640eefb039d1f7c3fc0b917e9540d9aa555a28a]

        Merge SRC641: 04.12.01 - 18:47:33

2001-12-04  Oliver Bolte  <obo@openoffice.org>  [84eccb14d45ac03b57aa471325db282004f612d7]

        Merge SRC641: 04.12.01 - 18:46:26

2001-12-04  Rüdiger Timm  <rt@openoffice.org>  [35557afe1ee148b8d2a625eb0c2b006908e225c3]

        Merge SRC641: 12/04/01 - 18:46:54

2001-12-04  Kurt Zenker  <kz@openoffice.org>  [06053709e51baa86397e85ad0ff3a78d70fa9ade]

        Merge SRC641: 04.12.01 - 18:46:21

2001-12-04  Oliver Bolte  <obo@openoffice.org>  [c1f67dad20a550c009356dc3d02f62a6dd320dc9]

        Merge SRC641: 04.12.01 - 18:45:08

2001-12-04  Rüdiger Timm  <rt@openoffice.org>  [ca2a7170a78634dca63b1fec7f57584d00b4f940]

        Merge SRC641: 12/04/01 - 18:45:36

2001-12-04  Kurt Zenker  <kz@openoffice.org>  [cb0e0719e44fa84af8c7f6d3d113ab117d010ae3]

        Merge SRC641: 04.12.01 - 18:45:13

2001-12-04  Rüdiger Timm  <rt@openoffice.org>  [c8e13edc04647bd34452ae06f74ff80f2a14bcce]

        Merge SRC641: 04.12.01 - 18:43:13

2001-12-04  Rüdiger Timm  <rt@openoffice.org>  [0a3ad5442281d95a9bc66705544b472fd11bbfd3]

        Merge SRC641: 12/04/01 - 18:41:53

2001-12-04  Kurt Zenker  <kz@openoffice.org>  [ec9adc83daaa72962b3756545ab16a8ac95edcf6]

        Merge SRC641: 04.12.01 - 18:38:44

2001-12-04  Kurt Zenker  <kz@openoffice.org>  [fa7b15b8c33e23b89162d28de053264e19dbca94]

        Merge SRC641: 04.12.01 - 18:37:44

2001-12-04  Oliver Bolte  <obo@openoffice.org>  [45a4da1b4320bc0a5ef56ab10a32e4cc9f4b0678]

        Merge SRC641: 04.12.01 - 18:37:05

2001-12-04  Kurt Zenker  <kz@openoffice.org>  [8b7559e166c8abef2d2ece6bdcb5a8309be73e96]

        Merge SRC641: 04.12.01 - 18:36:49

2001-12-04  Vladimir Glazounov  <vg@openoffice.org>  [180c7b0d0584baff568b10f6a9fdec5d247cf6d1]

        Merge SRC641: 04.12.01 - 18:36:43

2001-12-04  Kurt Zenker  <kz@openoffice.org>  [9319e37b0865ce005ee86834a954771fc2e08255]

        Merge SRC641: 04.12.01 - 18:34:28

2001-12-04  Herbert Duerr  <hdu@openoffice.org>  [38b3ecb835ba1abc9f301c0031a8d0761d5adb80]

        #95556# disable autohinting for CJK glyphs

2001-12-04  Sascha Ballach  <sab@openoffice.org>  [be5b483858bd21ccf71d4b3cbe89ace10100cac7]

        #95346#; rename ScMyAnnotation to ScMyImportAnnotation

2001-12-04  Sascha Ballach  <sab@openoffice.org>  [7ae904951dd76ed15df13a5e2237a3b3352311ca]

        #95346#; add clear() method to remove unneeded objects; rename the ScMyAnnotation struct to ScMyExportAnnotation

2001-12-04  Sascha Ballach  <sab@openoffice.org>  [b64736547a5a064bcb4e8feb104d05be4c6d677f]

        #95346#; destroy pDefaults, pCellsItr and pNumberFormatAttributesExportHelper in the destructor

2001-12-04  Sascha Ballach  <sab@openoffice.org>  [7bcc6ff6345294c15657a88a79015967518bfa96]

        #95346#; destroy SharedData

2001-12-04  Martin Gallwey  <mtg@openoffice.org>  [90ddd03b58649e19dea12fb21de59e996f073965]

        #95155# support for unbuffered streams

2001-12-04  Martin Gallwey  <mtg@openoffice.org>  [ecd83d3387e72bb6c5203670bb0171e4635c6a6b]

        #95155# assert if we couldn't get a reader or writer

2001-12-04  Martin Gallwey  <mtg@openoffice.org>  [b8954b7df90c9904d7cf2c1e859ce95d9fc754e8]

        #95155# add support for unbuffered streams

2001-12-04  Martin Gallwey  <mtg@openoffice.org>  [6de8fbbd27dfb4b69bce1b51eb3cd48abf3215db]

        #95155# function to create unbuffered streams

2001-12-04  Juergen Schmidt  <jsc@openoffice.org>  [82cb49b961b266c7e0786041f474eec73d7c4518]

        #94649# compare valueType1 with valueType2

2001-12-04  Juergen Schmidt  <jsc@openoffice.org>  [823876b3915483dbc9cd78ba4cdf4e9c62b7288b]

        #94649# insert new target to compare new registry with reference registry

2001-12-04  Mathias Bauer  <mba@openoffice.org>  [afc3826f5a7cd1a7b5e8c281f17853fb9a9a939a]

        #93280#: better handling of printing error

2001-12-04  Mathias Bauer  <mba@openoffice.org>  [1e33c53438a1497de2a9b33248497cab29ed68a6]

        #93280#: better handling of printing error

2001-12-04  Oliver Specht  <os@openoffice.org>  [22445fe3cbf2f24fbbb6bd3fb93a08f043f46759]

        #93280# return Printer::GetError() if StartJob returns false

2001-12-04  Christian Lippka  <cl@openoffice.org>  [fd154f05e1545b812e87d48e84ea060535778f14]

        #90330# added shape master support

2001-12-04  Carsten Driesner  <cd@openoffice.org>  [9486236154bfa8f20997e6c6866c532c91a6a9d4]

        #95315# support 'print to' command line parameter

2001-12-04  Christian Lippka  <cl@openoffice.org>  [1903d481790c799a110cda43a436e472ab554aad]

        #90330# added shape master support

2001-12-04  Sven Jacobi  <sj@openoffice.org>  [87698661a53a6ff848c26554a1e8a8dd8be77328]

        #95497# using correct font for bullet replacement

2001-12-04  Stephan Bergmann  <sb@openoffice.org>  [c995a7aa6935f5adc79f8e4727b7e5ac78e413a8]

        #94448# Fixed KeyCode::GetName's REMOTE_APPSERVER case.

2001-12-04  Malte Timmermann  <mt@openoffice.org>  [b19b22f9778f50ae0803bd1d423b6a5c194ffdbc]

        #95501# RemoveAttribs

2001-12-04  Matthias Huetsch  <mhu@openoffice.org>  [57655d43489cd4ce79e98cfafa8a5c0e52046f82]

        #95564# #i1209# Added 'sysconf() 'support for IRIX. Contributed by Nick Blievers <nick@openoffice.org>

2001-12-04  Malte Timmermann  <mt@openoffice.org>  [52cdfae7ae813666fcb175a2c1f698b17b259b58]

        #95501# RemoveAttribs

2001-12-04  Peter Burow  <pb@openoffice.org>  [8ac13f45bbfd5b559ccf53485a687d25377ddd78]

        fix: #95538# better aligned

2001-12-04  Hennes Rohling  <hro@openoffice.org>  [a7b3ea5769fa8f1538f62eb6710f4c44adc87894]

        Added volume flags for fixed disk, CDROM, floppy and RAM disk

2001-12-04  Juergen Schmidt  <jsc@openoffice.org>  [a7ec014a0be7d342782ee968b24cb4b52d508f03]

        #87796# changed

2001-12-04  Christof Pintaske  <cp@openoffice.org>  [7dc591561994d0944e5c0199f275885317f6e3ef]

        #94106# #95373# asynchronous status handling / synchronous preedit handling

2001-12-04  Malte Timmermann  <mt@openoffice.org>  [d8ecda3b3db92a90f427074045c5d63a212c27d4]

        #95479# IsWrongSpelledWord - SelectWord with ::com::sun::star::i18n::WordType::DICTIONARY_WORD

2001-12-04  Andreas Martens  <ama@openoffice.org>  [3719ea97ba3f22b8a697213439be65afa456f524]

        Fix #95559#: Upper distance in sections

2001-12-04  Ocke Janssen  <oj@openoffice.org>  [423799d89aa975cc6654116885e9a7f945c8d3d8]

        #95553# check if scale is greater than 0

2001-12-04  Ocke Janssen  <oj@openoffice.org>  [a660d18225d2a27c609260ce8299b8f9f4c70af6]

        #95553# check if values are correct

2001-12-04  Malte Timmermann  <mt@openoffice.org>  [eebc162d2d82cc0f8895ea9d7a61d0e9d317d54a]

        #95460# RTF-Export: FOnt from CJK/CTL chars...

2001-12-04  Armin Weiss  <aw@openoffice.org>  [8c82902fc08b3212a9dba3fa352d96dd9f260ec2]

        #95519# copy LinePolygon info, too

2001-12-04  Christian Lippka  <cl@openoffice.org>  [85b06439d57ad301772a5d561972e06fceacc7a1]

        #95282# set modified to false after change if persist is marked as !IsEnableSetModiffied

2001-12-04  Peter Burow  <pb@openoffice.org>  [544a3f4bfeb5941f970bd61adf5c9b3d7594b596]

        fix: #95555# no quicksearch without contents

2001-12-04  Björn Milcke  <bm@openoffice.org>  [bce76556affd3a4889db761ec064c03bf111039b]

        #95532# SvxCachedItemPropertySetInfo::release: base class release must be called at end, because it performs a 'delete this' if m_refCount == 1

2001-12-04  Hennes Rohling  <hro@openoffice.org>  [c949954a13713472d474aa92dbd00b338d211e48]

        #95524# Create SAL instance before initializing the app because the init code perhaps uses the SAL instance

2001-12-04  Mathias Bauer  <mba@openoffice.org>  [81a2f359dc4013a4fcc6766b994077e7869dce2a]

        #95342#: call FinishedLoading after Import

2001-12-04  Hennes Rohling  <hro@openoffice.org>  [91aee1476f0a7f217e5e400edc3ac23f33454d62]

        #95523# Made ImplGetDefaultWindow threadsafe

2001-12-04  Vladimir Glazounov  <vg@openoffice.org>  [e2013bb9df993183fd7db89fe31ae69c96cb6c60]

        SRX641

2001-12-04  Kai Sommerfeld  <kso@openoffice.org>  [9510e9cdf791a81b10e997fe25d0da0aa94c13af]

        #94065# - syntax.

2001-12-04  Vladimir Glazounov  <vg@openoffice.org>  [d960626d9abf0fc54496a5b50bd1761852b4b871]

        SRX641

2001-12-04  Frank Schönheit  <fs@openoffice.org>  [37a2fd5a15a5e6682efcf962fcf6a6f246fcbcad]

        #91973# correctly set the transliteration flags if no transliteration is available

2001-12-04  Thomas Lange  <tl@openoffice.org>  [1044d199c0f017994f125c87a134a1d149ad971e]

        #92882# GPF when using Up/Down buttons when no modules are available

2001-12-04  Rüdiger Timm  <rt@openoffice.org>  [e3a7022991dffee741b1a95aad9c2781133a1c79]

        new version for SRC641

2001-12-04  Andreas Bregas  <ab@openoffice.org>  [102921733e4d924d4693ed0316b9f75b4ad70a9a]

        #95236# Library description format

2001-12-04  Andreas Bregas  <ab@openoffice.org>  [031c6d61b32505383ce57767759eb79cca6ece93]

        #95236# New library container description format

2001-12-04  Oliver Specht  <os@openoffice.org>  [11a305b62375fccacdf4bae6cc4091f6766312cf]

        #90649# FixedText resized

2001-12-04  Christian Lippka  <cl@openoffice.org>  [54311cd6a33e39a155f55421f93583501896c801]

        #95533# set object to null only after use

2001-12-04  Oliver Specht  <os@openoffice.org>  [cb57bfbeeafd3ac03e61349f57a0a4cb837f334d]

        #95536# FixedText resized

2001-12-04  Oliver Specht  <os@openoffice.org>  [affd6bcd52469e82b00f5603623211624598bde8]

        #93280# return PRINTER_GENERALERROR if StartJob returns false

2001-12-04  Mathias Bauer  <mba@openoffice.org>  [fc1c8af24d245233c21ab5560bd64bd60cd09fc8]

        #94946#: code missing for removing bindings

2001-12-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [27ab2406cc8c988e988781f7da97aaaded9b6dff]

        #95375#: bug fix in check for YES

2001-12-04  Oliver Specht  <os@openoffice.org>  [d8e3ef247d46c0056ebe1c2a568361b45a678dce]

        #95365# database access corrected

2001-12-04  Peter Burow  <pb@openoffice.org>  [9679f333778622df51a1021d3d85d84fa9a9c0a4]

        fix: #80835# CreateNewFolder() returns sal_Bool instead of void

2001-12-04  Peter Burow  <pb@openoffice.org>  [287b0d6e08d1afdd37487a54cb0fa6956f1b3904]

        fix: #80835# CreateNewFolder() returns sal_Bool instead of void

2001-12-04  Carsten Driesner  <cd@openoffice.org>  [8c65ab24d7f6d9ae0e6a1ce2e96693bfa1f28529]

        #93782# Enable replaceability of context menus

2001-12-03  Kevin Hendricks  <khendricks@openoffice.org>  [41ee24e0d6a0ad4a4bbf143def066f8db90f2732]

        changes so that a separate locale list is kept to better support spellchecking in multiple languages at once
        
        fixes for use OU2A and OU2ENC which created temporary variables
        that were passed in to MySpell which is not a good idea since
        those temp variables could go away before the end of the function
        call.
        
        Thanks to Thomas Lange for pointing this out.
        
        Kevin

2001-12-03  Oliver Bolte  <obo@openoffice.org>  [f53deef5d952c6f6b0bfaa5d71ae93c3e22a9795]

        new version for SRC641

2001-12-03  Rüdiger Timm  <rt@openoffice.org>  [6bbb7a8ab14f91e25295c4382d82e509f24c0491]

        new version for SRC641

2001-12-03  Rüdiger Timm  <rt@openoffice.org>  [2c4d099c6e6b91bb8a5c3c53268d5aad357c2d11]

        new version for SRC641

2001-12-03  Rüdiger Timm  <rt@openoffice.org>  [f9d531b5ed04cc7b1cd79117f1c39c9ee84715ac]

        new version for SRC641

2001-12-03  Oliver Bolte  <obo@openoffice.org>  [2bf68c1c487526d90d8e831e6421878e3890b736]

        new version for SRC641

2001-12-03  Niklas Nebel  <nn@openoffice.org>  [f5b8b2f7cf543b94754b3d2520367d01201c7c11]

        #95513# GetDialogParent: if a ref-dialog is open, use it as parent

2001-12-03  Niklas Nebel  <nn@openoffice.org>  [fc466bd06c082c72f63aea0789acb29f9a07036e]

        #95513# don't call Hide before executing slot

2001-12-03  Rüdiger Timm  <rt@openoffice.org>  [c9188c78a39ec59c5a57532616a4e9eb3b03ec90]

        new version for SRC641

2001-12-03  Oliver Bolte  <obo@openoffice.org>  [5abb286d411d7f3735ea0618d3f58b31e20dbc49]

        new version for SRC641

2001-12-03  Oliver Bolte  <obo@openoffice.org>  [d9691900cdd5aa25ca1af47e8862fa58171d1e3e]

        new version for SRC641

2001-12-03  Joachim Lingner  <jl@openoffice.org>  [c39ebc4dfc8fca2327f270057c7d7b3e6d4f76be]

        #92294#

2001-12-03  Vladimir Glazounov  <vg@openoffice.org>  [95397c33d56952589068bc2ac8e0ec437e7eb749]

        #65293# added global dependency

2001-12-03  Mathias Bauer  <mba@openoffice.org>  [80e0229522a3a271940c44bdceace0889f0cb251]

        #94702#: bug in ViewOptions

2001-12-03  Jörg Budischewski  <jbu@openoffice.org>  [34e7570330a6f7b5fcf38a70e802499e240bba8b]

        #95412# and now on unx additionally

2001-12-03  Mathias Bauer  <mba@openoffice.org>  [7701e89d28d2ceb64b90b01e119f44c1873d261d]

        #93648#: ModuleOption provides ModuleNames

2001-12-03  Mathias Bauer  <mba@openoffice.org>  [48cb0ccbc53dc60eff39cec0b4a214545ed095d9]

        #95224#: Reschedule in Progress

2001-12-03  Mathias Bauer  <mba@openoffice.org>  [9f908efef411b1cbf6984535f9b5c56c7c6631e0]

        #93648#: KeyboardConfig switchable between module and global

2001-12-03  Mathias Bauer  <mba@openoffice.org>  [c541958f9eb3d592d5708706b4613342b6795928]

        #93648#: GetModuleName

2001-12-03  Jörg Budischewski  <jbu@openoffice.org>  [4643e274a7312ca133bf5f68877fad79680c9598]

        #95412# trailing slash at the end of the TEMP variable is now tolerated

2001-12-03  Kai Sommerfeld  <kso@openoffice.org>  [064b41a69359b6d13585bb8e6ae6b10662fc9e1d]

        #94573# - Removed support for property "SegmentSize".

2001-12-03  Vladimir Glazounov  <vg@openoffice.org>  [7c408230b1050a6e711c10a72dff571e21214efa]

        #65293# added one more folder to deliver

2001-12-03  Oliver Specht  <os@openoffice.org>  [6daa1bad69fd215f7185901f8d4dc0ec1b9ec79c]

        #95485# fixed texts width increased

2001-12-03  Philipp Lohmann  <pl@openoffice.org>  [ba8fa0ecfa8b6b104e657fef592feea2bd14304f]

        #93956# correct command line for distill case

2001-12-03  Jörg Budischewski  <jbu@openoffice.org>  [eebfc0cec825397cf228174e48be59e8ff423737]

        #95488# one needs to use a local symbol to ensure finding the correct place for the library

2001-12-03  Andreas Bregas  <ab@openoffice.org>  [1d70b357b1420750593ab6281a7783e2d165308a]

        #94577# Reset parameter after calling to avoid holding broadcaster

2001-12-03  Stephan Bergmann  <sb@openoffice.org>  [b39a8de01bdac963607913ce658e38b623cb8bcf]

        #95018# Improved getAbbreviated (also replace authority with ellipsis).

2001-12-03  Mathias Bauer  <mba@openoffice.org>  [bb24d40a655c4a640b7e4324cbedaea584706248]

        #94702#: some fixes for correct handling of ViewOptions

2001-12-03  Joachim Lingner  <jl@openoffice.org>  [74fb4905297e6ba7d44d202d54195dd4351f26de]

        *** empty log message ***

2001-12-03  tpf  <tpf@openoffice.org>  [1e18f92f3e3c6749b32ccb9bf92da50ad284965b]

        #65293# added local ant.jat to ANTCLASSPTH

2001-12-03  Juergen Schmidt  <jsc@openoffice.org>  [4636fd83ff142ea1395cb5f67bb35801043673d8]

        #95511# remove pgp module

2001-12-03  Stephan Schäfer  <ssa@openoffice.org>  [cc076cb9a05e81b9a9bab01bc1d205de8a3201ea]

        #95347# avoid buffer overwrites by buggy printer drivers

2001-12-03  Ocke Janssen  <oj@openoffice.org>  [48dbb2ad9da5424013803b812693a9fbed3625dd]

        #95359# insert Attrib MayBeVoid

2001-12-03  Andreas Bille  <abi@openoffice.org>  [125b17a185136c16a8c3d7a244f8395f1abd1bdf]

        #90925# by hand, meaning building the set_intersection of various searchs.

2001-12-03  Ocke Janssen  <oj@openoffice.org>  [9466964eb9dad6f7e237347836f44f4ff923921a]

        #95371# changed type to ask for in ResultMeta

2001-12-03  Stephan Bergmann  <sb@openoffice.org>  [a1b8fa2a616225c41e948f8b9f493b8bf830c52e]

        #95018# Improved getAbbreviated (also replace authority with ellipsis).

2001-12-03  Ocke Janssen  <oj@openoffice.org>  [2467fa1795c151db97cd13f5f0e35ca5e185d8b4]

        #95508# enable the SQL insert statement again

2001-12-03  Oliver Specht  <os@openoffice.org>  [312ccc29b9572a49a049faf6d1c151ad6da27996]

        #95362# security tab page extended

2001-12-03  Vladimir Glazounov  <vg@openoffice.org>  [2aeb62bc12900fc00e8c34f5a85d02b7f15b0b56]

        SRX641

2001-12-03  Philipp Lohmann  <pl@openoffice.org>  [bc59ab9eb7d8476afac248f97a1cd27a2d944051]

        #95453# grab pointer on sawfish

2001-12-03  Oliver Specht  <os@openoffice.org>  [705cd0f06ddd64b27987f4e56492f7fc6c911f8b]

        #95362# mixed member names corrected

2001-12-03  Oliver Specht  <os@openoffice.org>  [7fb9e270b01cc6c40fbb4428b2273c149b80fa1b]

        #95362# mixed member names corrected

2001-12-03  Oliver Braun  <obr@openoffice.org>  [91c838b68f941bed85091ad285f55055b70ead22]

        object name fixed

2001-12-03  Michael Brauer  <mib@openoffice.org>  [7a35d80af0c2bd2f33efc6a407c42afae31535f2]

        #95462#: Export COL_AUTO as black instead of white

2001-12-03  Andreas Bregas  <ab@openoffice.org>  [67054e0de7c6af2392736a1ccb74547f57cc74d5]

        #95459# Delete old dialogs when loading Basic

2001-12-03  Ocke Janssen  <oj@openoffice.org>  [62ca4b1865d268af976f859ce33651194111ea0f]

        #95348# default value was set faultly

2001-12-03  Kevin Hendricks  <khendricks@openoffice.org>  [fc6e5e4731e672564bd271dc60ee5b62372d7fc4]

        fix d.lst to also deliver dictionary.lst

2001-12-03  Kevin Hendricks  <khendricks@openoffice.org>  [4882b693b341ec3dc2f926e45e3f4f1fd59d108b]

        fix lib spell to read from a parsed dictionary.lst of user installed dictionaries, move dictionary location to user/wordbook now allow for spell checking with multiple dictionaries and multiple locales at the same time.

2001-12-02  Oliver Bolte  <obo@openoffice.org>  [4bbe348ddfcfafd492fafe2ce8a038a82f637eff]

        new version for SRC641

2001-12-02  Rüdiger Timm  <rt@openoffice.org>  [16cf44b522c3be8645aa546c1453ddc3d65f6ec5]

        new version for SRC641

2001-11-30  Daniel Vogelheim  <dvo@openoffice.org>  [490d2673235900bc8aee3efa54797e1556f184e6]

        #94365# added flag to text redlines

2001-11-30  jp  <jp@openoffice.org>  [19383231724d705ed63c4c0d22f0983292e88793]

        Bug #93450#: new picture types

2001-11-30  jp  <jp@openoffice.org>  [6248a0fa54e72b854977ecdc6dd33798ade90f2a]

        Bug #93450#: new picture types

2001-11-30  Caolán McNamara  <cmc@openoffice.org>  [19867fa5cd014d0806db731c1f9c10498d860be6]

        #i2325# Fastsave properties must be applied to all pap/chp in its change, not just the first

2001-11-30  Daniel Vogelheim  <dvo@openoffice.org>  [edb91eb1b71b668dd79c3b4c804a49b1aaaa61d4]

        #94365# improved redline import, read/write merge-last-paragraph flag

2001-11-30  Daniel Vogelheim  <dvo@openoffice.org>  [be4202249b5ff8772a728a02993f05718707f342]

        #94365# import merge paragraph flag for redlines

2001-11-30  Daniel Vogelheim  <dvo@openoffice.org>  [375678a9e63f11eaf8ac7dfc26cc9625cd42361d]

        #94365# added MergeLastPara property to redlines

2001-11-30  Stephan Schäfer  <ssa@openoffice.org>  [17c59a2685ddb78534054c273a5bc8f2d18ec3b6]

        #95063# update frame geometry after pos-size change

2001-11-30  Stephan Schäfer  <ssa@openoffice.org>  [85b73c6ec172e4c3c6ca230a4da44f71fb672a64]

        #95063# use correct parent for querying absolute dialog position

2001-11-30  Behrend Cornelius  <bc@openoffice.org>  [6872f77d037eac912db3c3ebcb84d196dd325cd6]

        #95469# Targetpath is now created if not existing

2001-11-30  Behrend Cornelius  <bc@openoffice.org>  [b3097e5ad8d4126611eb1f789e2e9c24d7a15bca]

        #95469# CheckTextboxPath routine now modulized

2001-11-30  Kai Ahrens  <ka@openoffice.org>  [9cfc496e7d21caae2972d26ed5e0d11f74266fc9]

        #95428#: add font attribute actions to metafile after adding font action

2001-11-30  Hennes Rohling  <hro@openoffice.org>  [48fc69e74828de3b8df780da7fc8ab79324a037d]

        #95091# Added volume flags for fixed disk, CDROM, floppy and RAM disk

2001-11-30  Daniel Rentz  <dr@openoffice.org>  [284881a449ddf36c55153bc744df277aec612107]

        #95234# use local standard numberformats, new number format imporrt

2001-11-30  Daniel Rentz  <dr@openoffice.org>  [b40c8abcc3f03da4cbe32cf625cdc9361928a63c]

        #95234# use local standard numberformats, new number format import

2001-11-30  Frank Meies  <fme@openoffice.org>  [3c54c65a48754afb212b56ccdc14dc2168714fc4]

        Fix #94375#: Last fix for this bug was incomplete

2001-11-30  Stella Schulze  <sts@openoffice.org>  [8a7a933babb8572fba130b9595d7dc55103739db]

        #81433# updated the preview of the gallery objects

2001-11-30  Oliver Specht  <os@openoffice.org>  [f7057697b0c1cbd31894cd93d7d09711485ae920]

        #95063# positino setting corrected

2001-11-30  Niklas Nebel  <nn@openoffice.org>  [77f7e494d6a1cb3b9b288dd639523fbee2dcbf85]

        #93901# CreateAndInsert: test for empty string before inserting conditions

2001-11-30  Gregor Hartmann  <gh@openoffice.org>  [9d9225430936b4a9011066308030977f6ca2b265]

        handle corupted files

2001-11-30  Martin Gallwey  <mtg@openoffice.org>  [76063c8a2fc0a29c1cd8738e43e39e6db9122c79]

        #94944# After consultation with BC, we decided that the only clean solution for this problem would be a new property for relative paths, and as such decided not to do it for 6.0 final

2001-11-30  Juergen Schmidt  <jsc@openoffice.org>  [9fb3467c5fe20e074199a08ed2602d9ce6544b4b]

        #95107# change links for basic and ole examples too

2001-11-30  Peter Burow  <pb@openoffice.org>  [14006312b97cdbf917d492489428f0193eff36e0]

        fix: #95228# use DispatchResultListener instead of StatusListener

2001-11-30  Oliver Specht  <os@openoffice.org>  [37251a05070397d4be28584eb48f3159ca751576]

        #94274# selection of multiple tox marks works again

2001-11-30  Peter Burow  <pb@openoffice.org>  [f1991c774a0349d23e213a9e76dacabc4bf66519]

        fix: #95228# use DispatchResultListener instead of StatusListener

2001-11-30  Christian Lippka  <cl@openoffice.org>  [d9ea04f452bd073358285881ec48b7c7702fd75b]

        #90330# optimized notes master page shape export

2001-11-30  Ocke Janssen  <oj@openoffice.org>  [525c4ed9f9e3696c0c1355d67ed4059d483e2c69]

        #95348# check if current is valid

2001-11-30  Ocke Janssen  <oj@openoffice.org>  [b309e422c631ce6ce729552cc8053478f9539dfd]

        #95348# type usage changed

2001-11-30  Mathias Bauer  <mba@openoffice.org>  [ed25d56cc22f0f5aa45d11c2d36148a34f1da2bf]

        #95362#: new security settings

2001-11-30  Mathias Bauer  <mba@openoffice.org>  [9195b42f22c21cacf8496a84f9f4f57c6f534425]

        #95362#: new security settings

2001-11-30  Mathias Bauer  <mba@openoffice.org>  [ead28ef0c518375dbea8c46bde857377351badca]

        #95362#: new security settings

2001-11-30  Malte Timmermann  <mt@openoffice.org>  [92b835b933cc1d0f64b534799553c97a0d9e380a]

        #95241# ImplSetPeerProperty: Enable/Disable all children too

2001-11-30  Mathias Bauer  <mba@openoffice.org>  [2db4e62dd75c5473e53368213831aeaff22bcc94]

        #95456#: ignore version number 0

2001-11-30  Mathias Bauer  <mba@openoffice.org>  [688a47927d77200acfa11ef7fe44778a72f38207]

        #94702#: adjust position relative to document window

2001-11-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6e9b02bfa169a283d5ef9c18b0bdd444d0807123]

        #95466# introduced FILLUPARC

2001-11-30  Andreas Martens  <ama@openoffice.org>  [4f5d039fe185ee50d8a39e4dbd4e113663e58306]

        Fix #95435#: GetMinMaxSize has to measure the right words.

2001-11-30  Mathias Bauer  <mba@openoffice.org>  [5a5fd62c5f88020666e92d53652c8a1a83393ebc]

        #95362#: new security settings

2001-11-30  Malte Timmermann  <mt@openoffice.org>  [7be5f066a19171972c398e83672674527ec70d7d]

        #95367# ImplGetValidString( const String& )

2001-11-30  Oliver Specht  <os@openoffice.org>  [c4d895eccaccf143a336c2bcc4b5f692cb3e7d1f]

        #95096# disable contour wrap for text frames

2001-11-30  Oliver Specht  <os@openoffice.org>  [5ac7d232f3fd694ee8e685a2fbfba4b71bd2acfe]

        #94779# statement position correction

2001-11-30  jp  <jp@openoffice.org>  [970d6f61343c9c36149ea226539c2fbfd97c32e8]

        Bug #95431#: DataChanged - react only on whished type/flags

2001-11-30  Sven Jacobi  <sj@openoffice.org>  [b326cb89b55b77c9a2adfe41853ec33b65086726]

        #95454# removing memory leaks

2001-11-30  Thomas Lange  <tl@openoffice.org>  [0e2911f3ed8d7a0d3e4e825e8f9a7c839783d714]

        #92615# italian symbol-names for import from 5.2 to 6.0 changed (underscore replaced by dot)

2001-11-30  Herbert Duerr  <hdu@openoffice.org>  [db0b6e6f890a20ce20440f690088e22f2df42818]

        #91761# add HasVerticalSubstitution()

2001-11-30  Herbert Duerr  <hdu@openoffice.org>  [b077d103d70306a918bc35488370a92ba24e8a32]

        #91761# add HasVerticalGSUB()

2001-11-30  Oliver Specht  <os@openoffice.org>  [d91ff4ffd2b3ea39f150b2ae04369dc1bc0483ca]

        #95423# call Execute at the FileDlgHelper instead of execute at XFilePicker

2001-11-30  Herbert Duerr  <hdu@openoffice.org>  [f8606749d0e5362cea430f670489aedc86a255fa]

        #91761# add DoesVerticalSubstitution()

2001-11-30  jp  <jp@openoffice.org>  [39136d625e893bed56c01a7333cfacb37c05abc2]

        Bug #95298#: ExportField - set pointer correct

2001-11-30  Tino Rachui  <tra@openoffice.org>  [7f3bd017e12bbf1d020423dc2a8618a8b4b05698]

        #95423#removed unnecessary locking of rBHelper mutex which may leed to deadlocks in run method

2001-11-30  Herbert Duerr  <hdu@openoffice.org>  [34b646e462361aea5b692c53ccb1714a7002e9ea]

        #91761# adjust position of rotated characters in vertical text

2001-11-30  Frank Meies  <fme@openoffice.org>  [166eea49606d9f5881f10532187951b77b657e08]

        Fix #95430#: GetCrsrOfst with centered multi portions

2001-11-30  Niklas Nebel  <nn@openoffice.org>  [be37862ecaed26c92f69771468ec5daeff45018b]

        #93487# use IBM_850 encoding for DIF in clipboard

2001-11-30  Niklas Nebel  <nn@openoffice.org>  [e0ba9d95c0b390ee07b63cbe98bf3a098a48463a]

        #93487# quotes in strings have to be escaped

2001-11-30  Oliver Specht  <os@openoffice.org>  [2c3c95534528f3dd5a74863db154b0f7451279d3]

        #95408# initialization of arrays of structs corrected

2001-11-29  Malte Timmermann  <mt@openoffice.org>  [55c5dd475c244313b9207138c72345307c6be9e6]

        #93120# Started with minimum Accessiblity implementation

2001-11-29  Matthias Huetsch  <mhu@openoffice.org>  [5a02d5f840c75cd9039b83358020d9b118d87017]

        #88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).

2001-11-29  Matthias Huetsch  <mhu@openoffice.org>  [bc85fcae20eb5b7d59f9da054b475e670d5f06ed]

        #88337# Fixed typo in documentation.

2001-11-29  Matthias Huetsch  <mhu@openoffice.org>  [2e5e079e6ce01470d5356bd4a453360d91a3dd59]

        #91410# Perform more comprehensive basic file I/O test.

2001-11-29  Niklas Nebel  <nn@openoffice.org>  [7d577aa5d95318ad2f4e3f171731289004bfbe9d]

        #95331# SC_HINT_DRWLAYER_NEW: set form shell design mode after creating view

2001-11-29  Malte Timmermann  <mt@openoffice.org>  [d7fa7d357ee5d358ba234b371bfac4d7f4039ee0]

        #93120# VCLEVENT_OBJECT_DYING

2001-11-29  Malte Timmermann  <mt@openoffice.org>  [f47096cb7cf89333b45ea3ffa4695bc9bbaca5c6]

        #93120# Call ChildEventListeners correctly, implemented CreateAccessible

2001-11-29  Herbert Duerr  <hdu@openoffice.org>  [2407f0d245673e215b1360c2acc43ad18b7a2b36]

        #91761# outlines are relative to ascent instead of height

2001-11-29  Malte Timmermann  <mt@openoffice.org>  [7ccd4a65cab1d27ca88cd05bdcc8a994147efa9c]

        #95404# Only a comment that the tk.dxp should be OK...

2001-11-29  Behrend Cornelius  <bc@openoffice.org>  [53796978f568a81b12180f94e692ca459672ea98]

        #94767# asian holidays added; german coordinates modified

2001-11-29  Mathias Bauer  <mba@openoffice.org>  [fa7025fd6444b7c26288042727f8f51edf1636e9]

        #94702#: corrected handling for floating size

2001-11-29  Malte Timmermann  <mt@openoffice.org>  [1fe8ee91644591144e78cbddbe748d6f4ab17d34]

        #93120# Toolkit changes, use EventListsner, create specific Interface in GetWindowInterface(TRUE)

2001-11-29  Andreas Martens  <ama@openoffice.org>  [b633566125d54cac56671f225659391eed4d509d]

        Fix #95186#: Even a table with one row isn't allowed to crash.

2001-11-29  Ocke Janssen  <oj@openoffice.org>  [61f5dab2e8f75ab6ec14c3e0820e00c0d7e13fc7]

        #95225# changes for bookmarkable resultset

2001-11-29  Ocke Janssen  <oj@openoffice.org>  [6ec69e42a0279a208ddf40a12617ce3675f39d38]

        #95225# changes for bookmarkable resultset

2001-11-29  Mathias Bauer  <mba@openoffice.org>  [b20ce7520d5608fc4ebf979b80a62d26411b9294]

        #78650#: filter names without pefixes

2001-11-29  Jörg Budischewski  <jbu@openoffice.org>  [9bbd8242503aba920390a5bbf8f74022a1b458f0]

        #95284# check for existence before checking for link

2001-11-29  Andreas Martens  <ama@openoffice.org>  [b9328665e84b10f2bb20a2247857752c7feefb49]

        Fix: Maximal footnote height in vertical page layout

2001-11-29  Andreas Martens  <ama@openoffice.org>  [79c59bebbd6013f5c38f92a6a24192290e308af6]

        Fix: Borderlines in vertical tables

2001-11-29  Daniel Boelzle  <dbo@openoffice.org>  [32de5e5a47f4eb772063da6d1b27fa2bbfb004d2]

        #94631# take netscape 6 into account which uses different registry key(s)

2001-11-29  Michael Brauer  <mib@openoffice.org>  [3036e1b6e8e3a673933067c4c6d25d2ddab8e63e]

        #95265#: style:vertical-pos=below

2001-11-29  Armin Weiss  <aw@openoffice.org>  [eb34a1064239d07727e1bd6d5fc167ade6d7a04c]

        #95395# scale from top-right when vertical text

2001-11-29  Andreas Martens  <ama@openoffice.org>  [ece319730d5cd69f166fc39592cad86c02eb2b31]

        Fix: Paragraph scrolling in vertical text

2001-11-29  jp  <jp@openoffice.org>  [2342e035b2eebefc9fb5fa5cf97615dfdb6ee29c]

        Bug #93450#: new picture types

2001-11-29  Carsten Driesner  <cd@openoffice.org>  [6f3441d6aaca19a1874c10fb4e0f720457651170]

        #95361# 2nd office waits before shutdown to solve problem with tmp files

2001-11-29  Andreas Martens  <ama@openoffice.org>  [eb11cd41c06666aedfe79f130c8d2d9e776a8acc]

        Fix: Paragraph scrolling in vertical text

2001-11-29  Herbert Duerr  <hdu@openoffice.org>  [371dea1a03e49546e737e1dbd97f765184d1f3fb]

        #94995# handle fonts with no .notdef glyph without endless recursion

2001-11-29  Nils Fuhrmann  <nf@openoffice.org>  [082a35f54bc89c2bba2d50206849e33011d3f81d]

        Merge SRC641: 29.11.01 - 15:06:18

2001-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4a3b6d8835dc58a7fb4aa0ee75b3375f04fa89c1]

        #65293# typo

2001-11-29  Michael Brauer  <mib@openoffice.org>  [d4db44589fe4abd4068ced2c2e1b093c929d8103]

        #95389#: Make text attributes for marquee work again

2001-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9b8a237c275a174f84ff31f51ebc98eedc9ae4dd]

        #65293# completed check for NOLIB*TARGET

2001-11-29  Daniel Rentz  <dr@openoffice.org>  [b2a14966c45380de98cd3761776657421ceb921d]

        #95354# Adding new auto formats

2001-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c373f082705d9bb0953f3ebf37e345e9d9ec5717]

        #94932# changed description to a dummy string which is replaced by setup

2001-11-29  Rüdiger Timm  <rt@openoffice.org>  [416d66d1909006febc1dfa9727fb096e68769c5a]

        #65293# UNOUCRDEP are UNOUCRRDB set to applicat.rdb by default, see settings.mk

2001-11-29  Martin Gallwey  <mtg@openoffice.org>  [d3b6ccb9e85b25bf2324326a2db99e958bfcc394]

        #94573# remove support for pack'n'go disk spanning

2001-11-29  Rüdiger Timm  <rt@openoffice.org>  [66658983fd99dcbcaa4a4575e3084742a9996b41]

        #65293# UNOUCRDEP are UNOUCRRDB set to applicat.rdb by default, see settings.mk

2001-11-29  Martin Gallwey  <mtg@openoffice.org>  [f75d5e500d44aabb33c377a64db268cfa8e3868b]

        #94573# remove support for disk spanning pack'n'go

2001-11-29  Martin Gallwey  <mtg@openoffice.org>  [1c06d6a41676dd9a64817ac29ce26d98f8e312df]

        #94573# remove support for pack'n'go disk spanning

2001-11-29  Martin Gallwey  <mtg@openoffice.org>  [2967ab9c4b4c5e39ef81bc5b411598eccef4cd10]

        #94573# remove support for disk spanning

2001-11-29  Nils Fuhrmann  <nf@openoffice.org>  [2303ace2ba99201dc7f5a4cd8bb4e4875f6aa637]

        Merge SRC641: 29.11.01 - 13:24:48

2001-11-29  Stephan Schäfer  <ssa@openoffice.org>  [78acedd65eb93a4bc22bed4eff6688c518c81f23]

        #95353# merge 1.23.2.2

2001-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b03249fcf7c315cc9760d6343948b940579df330]

        #65293# and cleanup

2001-11-29  Oliver Specht  <os@openoffice.org>  [1c83cebc0c14b946f7b630fb98ba6efb2954d7d7]

        #95296# paint border distance marks below the margins

2001-11-29  Stephan Schäfer  <ssa@openoffice.org>  [62dc6c6a299e6fd1d53ce0635b7672d7e26e2894]

        #95353# use help settings correctly

2001-11-29  Rüdiger Timm  <rt@openoffice.org>  [741df2b4a2e341c0e3d18605dc586597e753dd2d]

        #65293# UNOUCRDEP and UNOUCRRDB are not needed here, set by default

2001-11-29  Juergen Schmidt  <jsc@openoffice.org>  [12faf1d5075829d043e9fbac9de5a0db77d36f6b]

        #94538#

2001-11-29  Philipp Lohmann  <pl@openoffice.org>  [c835204b1c1a057dee49a2992451ca5eb517e706]

        #93829# update printergfx in StartJob, do not update printers while a print job is running

2001-11-29  Oliver Bolte  <obo@openoffice.org>  [f3822d756ac3fc89fdde379c037adbdd59b3bf3c]

        new version for SRC641

2001-11-29  Rüdiger Timm  <rt@openoffice.org>  [af97f40832f4a6308d57e3d0b00515c0bda0c9d3]

        #65293# offapi.db now is delivered into applicat.rdb

2001-11-29  Michael Brauer  <mib@openoffice.org>  [ce2137b3d492eeedff0fb3e7525e937b78507cb2]

        #95328#: Enable warning for unexportable characters again.

2001-11-29  Michael Brauer  <mib@openoffice.org>  [c2cdaf2f494f2d72011e49d58ea56be0dcee4d9b]

        #95115#: Export char properties for drawing defaults

2001-11-29  Peter Burow  <pb@openoffice.org>  [bbebcb6eeb5f8ba3b722e266d626267faf434893]

        fix: #93646# correct german spellcheck

2001-11-29  Peter Burow  <pb@openoffice.org>  [7b7c705a79c7681655f5480b9d4eb4a9a031027e]

        fix: #93646# message FixedText is not a label

2001-11-29  Andreas Schlüns  <as@openoffice.org>  [131b07d4e9597ddf6f56561e42f637fb243c98ac]

        #90781# use SID_JUMPTOMARK for already loaded URL's with additional mark

2001-11-29  Malte Timmermann  <mt@openoffice.org>  [8488545c2bfbe1a7c07aa59fb992998d0489114c]

        #93120# EventListeners

2001-11-29  Andreas Schlüns  <as@openoffice.org>  [8c0b1a4d88d56d0f907b88633599585800b83c02]

        #90781# react for SID_JUMPTOMARK

2001-11-29  Frank Meies  <fme@openoffice.org>  [914491dd2aea9ce79f39b7de56a21dd0cbca7baa]

        Chg: Vertical Formatting - CriticalLines

2001-11-29  Ocke Janssen  <oj@openoffice.org>  [1efa0dce854d762b25d594cec89dcf724ee70400]

        #94702# use of SetFloatingSize

2001-11-29  Stephan Schäfer  <ssa@openoffice.org>  [37b9fc38daefb9e9539c2bbe74b3c1bcfaaf0319]

        #95353# merge 1.23.2.1

2001-11-29  Andreas Schlüns  <as@openoffice.org>  [62243e3bec9dd043ef307b930038312829e3ecff]

        #94233# prevent code against possible crash during Clear() call

2001-11-29  Peter Burow  <pb@openoffice.org>  [697dd18cdb031b88f8271e326a3d6033724db390]

        fix: #93646# correct german spellcheck

2001-11-29  Stephan Schäfer  <ssa@openoffice.org>  [2d84420697f568e7a6f35e370c693fd4f779bab3]

        #95353# disable tooltip timeout without updating settings

2001-11-29  Stephan Schäfer  <ssa@openoffice.org>  [719fa92c16e66722f7b8490ffe1100459d2674a1]

        #93782# bitmap access

2001-11-29  Carsten Driesner  <cd@openoffice.org>  [3b146fa67a66388401adff71f55f801226dd8f0f]

        #93782# added property for a sub container

2001-11-29  Carsten Driesner  <cd@openoffice.org>  [af2efe4fccc0f669422037d06b3c0c67cc85c2b3]

        #93782# Replaceability of context menus moved from drafts

2001-11-29  Carsten Driesner  <cd@openoffice.org>  [f3abc7df26632c50cf6b3de0eea224d2a52a9dd5]

        #93782# Replaceability of context menus moved from drafts

2001-11-29  Carsten Driesner  <cd@openoffice.org>  [b6092176da045f3588e96595bf5fc82ab0002ecf]

        #93782# Replaceability of context menus moved from drafts

2001-11-29  Carsten Driesner  <cd@openoffice.org>  [96498cee4b56c2afc4236749c4d2b61b8aa9b83e]

        #93782# Replaceability of context menus moved from drafts

2001-11-29  Peter Burow  <pb@openoffice.org>  [823e5dbe107fb5b4b6030281b9c066b1aaae6194]

        fix: #93646# correct german spellcheck

2001-11-28  Rüdiger Timm  <rt@openoffice.org>  [20a8d21b08d0f3cf3c23937a00a180401599a1cd]

        Merge SRC641: 28.11.01 - 23:03:16

2001-11-28  Oliver Bolte  <obo@openoffice.org>  [15e2d0bff482563bbe4afd13602234959881fbc8]

        Merge SRC641: 28.11.01 - 23:04:03

2001-11-28  Rüdiger Timm  <rt@openoffice.org>  [ffd027cade885a6d125d0c9356af89caee557c59]

        new version for SRC641

2001-11-28  Niklas Nebel  <nn@openoffice.org>  [6417cfa79f20a49fc7e762e850652b614faee2b0]

        #94702# set initial splitter pos from StateChanged/INITSHOW

2001-11-28  Martin Gallwey  <mtg@openoffice.org>  [e4c1c447b50224b7972f3ee0843d4aab50296bd2]

        #95176# check read only flag before setting properties

2001-11-28  Martin Gallwey  <mtg@openoffice.org>  [0b2bb369636fcd153cffbc2ecee89745c4e7c33f]

        #95176# check READONLY flag before setting properties...also provide more information in exceptions

2001-11-28  Martin Gallwey  <mtg@openoffice.org>  [b962a66cbbcef1df79347e86eb01d56f6fcff2d4]

        #95176# throw correct exceptions at the correct times

2001-11-28  Martin Gallwey  <mtg@openoffice.org>  [c77742818084964be8ca90ef81bba4c335ec3036]

        #95176# check read only flag when setting properties, and put more information in the exceptions

2001-11-28  jp  <jp@openoffice.org>  [9255e516f83d538e04aa4b93218778c39e7e1b92]

        Bug #94940#: linux compiler problem with structs in static arrays

2001-11-28  Martin Gallwey  <mtg@openoffice.org>  [cc7a5ae87fbfa196a91b198239fa60567b52c582]

        #95176# provide more info in exceptions and also check read-only flag

2001-11-28  Oliver Bolte  <obo@openoffice.org>  [dac7d8e8a9702685371f68b6c6d3a77baf0803ac]

        new version for SRC641

2001-11-28  Martin Gallwey  <mtg@openoffice.org>  [2366f81f9db7b26e905422a3c659bcf046081b55]

        #95176# provide more information in exceptions

2001-11-28  Martin Gallwey  <mtg@openoffice.org>  [66b11d2018b10468e61f6b2146a5a803c1eddce1]

        #95176# provide more information in the exceptions

2001-11-28  Martin Gallwey  <mtg@openoffice.org>  [c963bbbd0458a2b28c07c8de04d10f6349f2e8ed]

        #95176# check read-only flag before setting a property

2001-11-28  jp  <jp@openoffice.org>  [b35e37e7a40203168da38656085bfe7abc0323ef]

        Bug #94940#: linux compiler problem with structs in static arrays

2001-11-28  Martin Gallwey  <mtg@openoffice.org>  [55bc656ccb014d13e380e231013f28f4646611cb]

        #95176# provide more info in the exception

2001-11-28  Martin Gallwey  <mtg@openoffice.org>  [0beffa3035734b429858d85aae254c3a38f5d211]

        #95176# check readonly flag before setting properties, also provide info in exceptions

2001-11-28  Oliver Bolte  <obo@openoffice.org>  [2c5ac729006b3753894c039b91345410bdebdf49]

        new version for SRC641

2001-11-28  Rüdiger Timm  <rt@openoffice.org>  [6ac0fc9cd6a267a5324ddfec8d37440dcc6af7bd]

        new version for SRC641

2001-11-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b07bc715428d8a2e8475611c7a8fff5c826a3001]

        security check for release engineers

2001-11-28  Frank Meies  <fme@openoffice.org>  [76bd3ad532ce7f37a64b9f5386ca781c36176ddb]

        Fix #95318#: Set changing flags if font has escapement

2001-11-28  Daniel Boelzle  <dbo@openoffice.org>  [c6570968fad8c7104a484f38c01688c76f80d49a]

        #88919# wrong singleton names

2001-11-28  Malte Timmermann  <mt@openoffice.org>  [d7c88a4497c5f64670205c7f98ff21e2b2fd541f]

        #93639# Apply CharStretching to CJK spacing too

2001-11-28  Oliver Bolte  <obo@openoffice.org>  [67004d04fb2c764135994cb7081f7aaa6d4318f1]

        new version for SRC641

2001-11-28  Mathias Bauer  <mba@openoffice.org>  [3861003ba00c2b2829dbf68148dff448231ce364]

        #78650#: filter names without module prefixes

2001-11-28  Sven Jacobi  <sj@openoffice.org>  [9e41e28fed0d72814e1df40d5871caafbb719526]

        #93450# correct mapping of transformation data

2001-11-28  Herbert Duerr  <hdu@openoffice.org>  [98fa0ec2bde2d876b8f6a1586cfd269c066e2f52]

        #94817# enumerate fonts with DEFAULT charset instead of ANSI charset

2001-11-28  Juergen Schmidt  <jsc@openoffice.org>  [c7ec907db6409cf08843f4ad7fbfc7f28b8903fb]

        restore

2001-11-28  Daniel Rentz  <dr@openoffice.org>  [d5b39003bb9f5cc868ca664c805ee43041fd6199]

        #91658# new import font buffer, new imp/exp tools

2001-11-28  Juergen Schmidt  <jsc@openoffice.org>  [90f6957130b4e3de4e640a75a9f9c5f2d27df19a]

        remove ' in comment

2001-11-28  Behrend Cornelius  <bc@openoffice.org>  [df918e95b22d29a6b6f93acd7725e52e605ba9ff]

        #95287# Listbox Routine improved

2001-11-28  Behrend Cornelius  <bc@openoffice.org>  [1c5561c3c9c4d23de435436e1c84d5f42a4d78bd]

        #95287# SetNumerics Routine improved

2001-11-28  Behrend Cornelius  <bc@openoffice.org>  [c19921fd820cff6dfed3fdc500b4d6cdfbf4f814]

        #95363# Defaultbutton now stays with the Ok button

2001-11-28  Sven Jacobi  <sj@openoffice.org>  [3d50596cf74b6fe7b0e22761dacdc95f2456b9d0]

        #95214# added PowerPoint icons for file open dialog

2001-11-28  Rüdiger Timm  <rt@openoffice.org>  [78186a835894af61748cf9c026fbfd698da77bcd]

        new version for SRC641

2001-11-28  Juergen Schmidt  <jsc@openoffice.org>  [129de1942041938b355cc13bd78e24ea40632f9f]

        remove double closed comment

2001-11-28  Rüdiger Timm  <rt@openoffice.org>  [de91e8882672e977b8eb3e2dc5b0c9ea1117e334]

        new version for SRC641

2001-11-28  Andreas Bregas  <ab@openoffice.org>  [3856f7748bba73385168443f3fd176191293e979]

        #92172# Load library container libraries before storing to 5.0

2001-11-28  Rüdiger Timm  <rt@openoffice.org>  [094f79a6b67243c8faff53d60997d4ed183c1e19]

        new version for SRC641

2001-11-28  Rüdiger Timm  <rt@openoffice.org>  [23befaf7744706c620c0c95d9d4a3a2a1f68e494]

        new version for SRC641

2001-11-28  Andreas Schlüns  <as@openoffice.org>  [9586156b6c9e0ea31d5d77a8fcf440103b85757b]

        #94233# delete double menu entries on loading

2001-11-28  Bertram Nolte  <bnolte@openoffice.org>  [f675f7845715dfa27ce461635cd4091da12b16b5]

        #88337# Inserted link for NetBeans under Java.

2001-11-28  Oliver Bolte  <obo@openoffice.org>  [e727c0fa95720cdab1099d239c6b8cc7ea6f1f26]

        #65293# merge error corrected

2001-11-28  Michael Brauer  <mib@openoffice.org>  [6b5eca0ff0c134771a7457747305b95977ab03ae]

        #95276#: Don't read from addresses outside the allocated memory

2001-11-28  Tino Rachui  <tra@openoffice.org>  [c5d87cff59723128118fa9aa858e4905129692de]

        #95345#calling setFilterIndex(1) in appendFilter to reflect default behavior of windows file open dialog

2001-11-28  Gregor Hartmann  <gh@openoffice.org>  [9b2148546abec944277ebbb688c19d273d197fce]

        fixed several bugs

2001-11-28  Oliver Specht  <os@openoffice.org>  [f368da6f8ebd81886603d820d924e24dc127f07f]

        #94365# Start/EndRedlineProperties extended

2001-11-28  Frank Meies  <fme@openoffice.org>  [1124111c670aa488c3958f899e67420703cd69b1]

        Fix #95288#: Check if spelling position start is string_len

2001-11-28  Martin Hollmichel  <mh@openoffice.org>  [e1b5fee35f0a213547d6c831d2d93bf8f4136402]

        chg: all target are working again #94799#

2001-11-28  Frank Meies  <fme@openoffice.org>  [3294ba9f828c8e45885d206ef4ee6a6a99684451]

        Fix #95288#: Start spelling at the beginning of the first changed word in auto spell mode

2001-11-28  Andreas Bregas  <ab@openoffice.org>  [d94bd73b4e30a5fa9a0adc21ab9331ab28998bdc]

        #95235# Use different name for file content provider

2001-11-28  jp  <jp@openoffice.org>  [a43978c679f00dcedee481f33bae4a69c788b6b9]

        Bug #95205#: WrPlcl - use for data instead of a VarArray a simple c-array

2001-11-28  Andreas Schlüns  <as@openoffice.org>  [d5f220c19dfc6eb65a2769b2556351aed999fce8]

        #94233# live with missing menu entries; support user/setup entries

2001-11-28  Niklas Nebel  <nn@openoffice.org>  [f6a65e3f729b0f629c67df8bb5c7c8985c20c549]

        #95197# find RefDialog in any view, call HideReference before SetReference

2001-11-28  Oliver Bolte  <obo@openoffice.org>  [c61a2607301be4cbe561027229cecd724e0d25ef]

        #65293# typo

2001-11-28  Niklas Nebel  <nn@openoffice.org>  [4546445a4459d06c72e26d3edf90d626ea0ab954]

        #95197# HideReference: don't call DoneRefMode when called from SetReference

2001-11-28  Peter Burow  <pb@openoffice.org>  [8e57f499295d7cae37c47ebf4db6bb09f7f3186e]

        fix: #95119# hide hidden files

2001-11-28  Stephan Schäfer  <ssa@openoffice.org>  [1776c5d9a242933c7c3c7f99e954f5bb8f1337fd]

        #95227# merge 1.13.2.1

2001-11-28  Mathias Bauer  <mba@openoffice.org>  [68e8f792644e1b5028badd45ff4597dfa30fc07c]

        #92987#: don't use IsFolder() on opening contents, opening non-existing folders would otherwise try to load it as documents and return wrong error

2001-11-28  Mathias Bauer  <mba@openoffice.org>  [97d4175087e1d41ae916af7b8cfc6fbe9b8367d7]

        #92361#: replace empty documents

2001-11-28  Malte Timmermann  <mt@openoffice.org>  [c478e49042e154bd407677d174ae497c847e08f9]

        #93656# Use FontHeight and other attribs even from CharAttribs...

2001-11-28  Mathias Bauer  <mba@openoffice.org>  [5834db80d80ec4843470dfe88804319e935897e5]

        #92987#: store image configuration

2001-11-28  Andreas Schlüns  <as@openoffice.org>  [ed53aaf5842e82f9a8d4d053b39e7db61c6d62ce]

        #89611# react for (Beamer!)Frame->dispose() from outside

2001-11-28  Mathias Bauer  <mba@openoffice.org>  [f005623a0ef0c60fd9a317c2d33cb049d54007a4]

        #92987#: store image configuration

2001-11-28  Malte Timmermann  <mt@openoffice.org>  [51c343e7530ffeb9bc2aa6adf494e671652ef3f9]

        #93656# CreateFont: ScriptType

2001-11-28  Oliver Bolte  <obo@openoffice.org>  [fa5e98247ee19f0674f5f293138178b45ffe614c]

        #65293# method changed to const

2001-11-28  Mathias Bauer  <mba@openoffice.org>  [575654d05eb2b2e9f9593decd32827e4d7abf70a]

        #92361#: replace empty documents

2001-11-28  Mathias Bauer  <mba@openoffice.org>  [e6a2af426f561e238ef55320ddeee61be0338821]

        #92987#: new properties

2001-11-28  Andreas Bregas  <ab@openoffice.org>  [0ff6db90a6a141049e4dae19dac15f8ff90006a8]

        #92172# Fixed 5.0 document password handling

2001-11-28  Michael Brauer  <mib@openoffice.org>  [f0f88ddc0d630eac7b19b39e697a3c6f43e54261]

        #95265#: vertical-pos: below

2001-11-28  Sascha Ballach  <sab@openoffice.org>  [62d2db2104fc59bb66fef128c55d943a5df4e2a0]

        #95125#; the EditEngine has to be deleted before destroying the xPoolHelper

2001-11-28  Stephan Bergmann  <sb@openoffice.org>  [9a8008ae40053923d0848c51636e6cb8f1e9fbbf]

        #95257# Clarified semantics of XContentProviderManager.queryContentProvider()'s parameter.

2001-11-28  Stephan Bergmann  <sb@openoffice.org>  [140202c3a81843a291edce563d12fe89601fac96]

        #95257# Clarified semantics of XContentProviderManager.queryContentProvider()'s parameter.

2001-11-28  Joachim Lingner  <jl@openoffice.org>  [9cd85f2543d56d4efbdac6382f248ae2ac482130]

        *** empty log message ***

2001-11-28  Sascha Ballach  <sab@openoffice.org>  [abd080f7652c8573bac783547d9775b2e2e12e66]

        #95115#; use the new method to write the default styles of shapes

2001-11-28  Sascha Ballach  <sab@openoffice.org>  [7bdc81d5d1cc2b8cd4eb35ee906235c6736623e4]

        #95115#; try to give the created mapper the FontDecls if not given

2001-11-27  Rüdiger Timm  <rt@openoffice.org>  [093a762ea2b5df75cc09e033a551633e8155f9fb]

        Merge SRC641: 27.11.01 - 23:36:09

2001-11-27  Oliver Bolte  <obo@openoffice.org>  [7f0798b36d6541891b629341abf2b436b348d5d7]

        Merge SRC641: 27.11.01 - 23:26:16

2001-11-27  Oliver Bolte  <obo@openoffice.org>  [76c9ded9c55a43c2a9648ef09d604415184fd33f]

        Merge SRC641: 27.11.01 - 23:20:48

2001-11-27  Rüdiger Timm  <rt@openoffice.org>  [46b7e9b362694b38e98c21b2e8cfc88e37af9cf8]

        Merge SRC641: 27.11.01 - 23:17:43

2001-11-27  Oliver Bolte  <obo@openoffice.org>  [ef3765639f85b8dc95d7ca6a0d5942c196857297]

        Merge SRC641: 27.11.01 - 23:11:46

2001-11-27  Rüdiger Timm  <rt@openoffice.org>  [607372dffb19a9aeee17d63b3a81e99cecc7ef1d]

        Merge SRC641: 27.11.01 - 23:12:43

2001-11-27  Rüdiger Timm  <rt@openoffice.org>  [a33a587d63080bb6550309436886dd08142ee93a]

        Merge SRC641: 11/27/01 - 23:10:21

2001-11-27  Rüdiger Timm  <rt@openoffice.org>  [08e199f6d5f4c9776ac73eac071e896f619dc000]

        Merge SRC641: 27.11.01 - 23:08:44

2001-11-27  Rüdiger Timm  <rt@openoffice.org>  [c8fe229541debfd1de138bf2ec42af36603fbaa0]

        Merge SRC641: 27.11.01 - 23:05:19

2001-11-27  Rüdiger Timm  <rt@openoffice.org>  [402f1f878623550df6d3b2312c453423713fdb14]

        Merge SRC641: 27.11.01 - 23:02:31

2001-11-27  Rüdiger Timm  <rt@openoffice.org>  [3ec100c03381b9d2f376f3848f3273b988a7ec2a]

        Merge SRC641: 27.11.01 - 23:03:29

2001-11-27  Philipp Lohmann  <pl@openoffice.org>  [b2b32d3539384a51e810e895cee1b54f0dbc9f52]

        #95309# do not override settings for button 2 anymore

2001-11-27  Philipp Lohmann  <pl@openoffice.org>  [b589cd5b170ec086a3dae1e8db4fe0176275c4be]

        #95201# dispatch button events from VCL

2001-11-27  Martin Gallwey  <mtg@openoffice.org>  [eaf124a86e39ae7025730259549734e6f7f16246]

        #95145# have to cast to new base class

2001-11-27  Martin Gallwey  <mtg@openoffice.org>  [13c99ccda16649da9769d136e984f4c00797c7c6]

        #95145# use new template base class from comphelper for XTypeProvider

2001-11-27  Matthias Huetsch  <mhu@openoffice.org>  [32031539491133206364500526dba46d15b26700]

        #65392# Fixed __dbg_* function usage in product version.

2001-11-27  Martin Gallwey  <mtg@openoffice.org>  [37fcea50a99223ada9f25cb3842636a0388f084f]

        #95145# fix precompiled header include

2001-11-27  Martin Gallwey  <mtg@openoffice.org>  [dfca98b4cfbb9e514273e9017fd31bf9cb2a4919]

        #95145# make SwXPrintSettings and SwXViewSettings use new template base class from comphelper

2001-11-27  Martin Hollmichel  <mh@openoffice.org>  [917c588eaa3d1eac245e42402f5964735b245d52]

        chg: Syntax #65293#, declare before use

2001-11-27  Martin Gallwey  <mtg@openoffice.org>  [3c9ac583f84660905e4d17f7c308459e13e1ce26]

        #95145# a base class to supply XTypeProvider and XInterface methods for users of the Chainable and Master property set helpers

2001-11-27  Martin Gallwey  <mtg@openoffice.org>  [f030796a3795688b66f720ccea49bf7046b147b3]

        #95145# set type correctly for properties in a MasterPropertySet

2001-11-27  Martin Hollmichel  <mh@openoffice.org>  [94a44a2259a72b6b515ed7842879c538cf17619e]

        chg: Syntax #65293#

2001-11-27  Mathias Bauer  <mba@openoffice.org>  [f880c8bdf82f53b581e7f0e618525ed71d55fc55]

        #95305#: implement QueryExit

2001-11-27  Philipp Lohmann  <pl@openoffice.org>  [cbf8e7f2c9091bfee7fa48f8068ccc222f3be6d1]

        #95097# implement correct SalFrame::Show( FALSE ) behaviour

2001-11-27  Joachim Lingner  <jl@openoffice.org>  [cd74e7d820b76997c857f9d710887948bfa6ab2d]

        *** empty log message ***

2001-11-27  Malte Timmermann  <mt@openoffice.org>  [ea0b75528e0db09bf8d90c77d8898e09bec3462f]

        #95195# CreateFont, Escapenemt: DFLT_ESC_AUTO_ ...

2001-11-27  Bertram Nolte  <bnolte@openoffice.org>  [5d2e49cabdbda1f2af85eb352aea1a812be11123]

        #87796# Replaced XMultiServiceFactory with XMultiComponentFactory.

2001-11-27  jp  <jp@openoffice.org>  [27984f55f8d97f2ea6c8a94fe691a1710888aebc]

        Bug #91596#: handle the encoding correct

2001-11-27  jp  <jp@openoffice.org>  [844cc96655d95f2288c76d81dd382626f9dd5b5c]

        Bug #95010#: set at the stacktype attrset the correct parent, #91596#: set the correct encoding

2001-11-27  jp  <jp@openoffice.org>  [6b7888ad4a8082936d03bea7ef9841740fb0d373]

        Bug #95010#: set at the stacktype attrset the right parent

2001-11-27  Christian Lippka  <cl@openoffice.org>  [dc120582f26f1c2d6407ca0227e5c8673ce1bebf]

        #94924# removed pack feature

2001-11-27  Herbert Duerr  <hdu@openoffice.org>  [8391113fdc1b36a4c34b7e72f1e8a36cc7741a61]

        #94962# avoid different results for bitmap and outline advance widths

2001-11-27  Herbert Duerr  <hdu@openoffice.org>  [0ffa6610bc8190fef7642a181dc7736191d64f72]

        #94666# avoid XF410 bug for Silicon Sensor driver

2001-11-27  Daniel Vogelheim  <dvo@openoffice.org>  [a4b615018ca80625a701cc8668aa70fabbda660e]

        #95226# Error reporting through debug message         Also eliminated false warnings (i.e. warnings even though nothing went wrong)

2001-11-27  Eike Rathke  <er@openoffice.org>  [96d102bbfc8ec332ebd9d46f80cde0ce0426be3e]

        #94913# #i2111# adjusted comments

2001-11-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [16916db438d87f62223315e0ddcd11206a1defc3]

        #65293# removed obsolete block

2001-11-27  Eike Rathke  <er@openoffice.org>  [4213b2d68e8a0a50e5e4e5aa9a92e48cbaa61d38]

        #94913# #i2111# UpdateInsertTab: readjust wrapped sheet reference

2001-11-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5e426e1bd232a0b4abebef047feb6625c6590893]

        #65293# removed useless reset with wrong case

2001-11-27  Thorsten Behrens  <thb@openoffice.org>  [87be53f4a4e16fb2b8693c2dfdb84b27626d5caa]

        #94702# No positioning in constructor. Defaults are handled by SFX

2001-11-27  Christian Lippka  <cl@openoffice.org>  [17f5a2e55db527cc8ebf9d8a89f876f773552176]

        #95115# added helper for default graphic style export

2001-11-27  Martin Hollmichel  <mh@openoffice.org>  [6c3b52202c5199b1af15112106fb7dc441d83275]

        add: unsetenv HOME also for FREEBSD #95126#

2001-11-27  Frank Meies  <fme@openoffice.org>  [2dd9a5459e59189520826fc9716dcda9eb503435]

        Fix #95244#: Repaint of PostIts at end of paragraph

2001-11-27  Christian Lippka  <cl@openoffice.org>  [9110083920540235a72cbb621ed2ec1efb1edd5e]

        #95206# create autostyles for empty presentation objects

2001-11-27  Christian Lippka  <cl@openoffice.org>  [ffb8add34f838ee629e9769c42413fb9d5519601]

        #90330# speed up map entry lookup in alphabetical order

2001-11-27  Michael Brauer  <mib@openoffice.org>  [08fe6296000822273e16ae53a568a5770ea43528]

        #95037#: Links to outlines repaired

2001-11-27  Christian Lippka  <cl@openoffice.org>  [d4c57d1e6a235a8944d7cd995286cf2485d99e3a]

        #95195# fixed problem with multiply properties per item on SetPropertyValues call

2001-11-27  Daniel Boelzle  <dbo@openoffice.org>  [fb5320b37d5ad98a85e68ed3cf79c7c96673c17d]

        #95219# removed unneeded types

2001-11-27  Daniel Boelzle  <dbo@openoffice.org>  [c0a854c3f7baa28b903aa681a0b8be7704ab2eea]

        #95219# removed SecurityException

2001-11-27  Andreas Bille  <abi@openoffice.org>  [5be65bd30931f2db604f42c6d35dd09ac690dcc3]

        #95119# Introduced property IsHidden

2001-11-27  Mathias Bauer  <mba@openoffice.org>  [386341e9c6368411d99ea6c89c70a785e9c614a5]

        #92987#: no IsFolder() when creating cursor, masks errors

2001-11-27  Mathias Bauer  <mba@openoffice.org>  [f0427473581329360ab6c6e17368613b93798603]

        #92987#: handle case of new unpacked storage opened for writing

2001-11-27  Mathias Bauer  <mba@openoffice.org>  [7e0c9acedd3a633d8f955a3f5f055ca1b32d24b8]

        #92987#: handle case of already existing folder

2001-11-27  Mathias Bauer  <mba@openoffice.org>  [b0f9fafb5be11910b2b557fd978486c77eec115d]

        #92987#: some changes for imagemanager format

2001-11-27  Caolán McNamara  <cmc@openoffice.org>  [7763262e98ce10c91c5aab5fd1fdae87ad07df23]

        #i2112# some ref field options disable inclusion of content leaving only number

2001-11-27  Martin Hollmichel  <mh@openoffice.org>  [da893a1395e557511931726315df63837b8d838d]

        add: link switches for NETBSD #95126#, contributed by Michael Rauch

2001-11-27  Malte Timmermann  <mt@openoffice.org>  [2578834b69e12537692522115cfbb8e88783a556]

        #93120# Accessiblity

2001-11-27  Sven Jacobi  <sj@openoffice.org>  [01d0a3ae9472539e2371c1935f172d998fe65d5e]

        #95129# set FontHeight pool default without changing static SdrEngineDefault

2001-11-27  Sven Jacobi  <sj@openoffice.org>  [b2d88de83ad94a552016a4303954260765cb5278]

        #95129# set FontHeight pool default without changing static SdrEngineDefault

2001-11-27  Sven Jacobi  <sj@openoffice.org>  [03a14f8fa4e5fb556c9b829dd48cf54a288fa983]

        #95129# set FontHeight pool default without changing static SdrEngineDefault

2001-11-27  Malte Timmermann  <mt@openoffice.org>  [c84b243da1c1b1a223e4ca4f6ab520ea0625bf35]

        #93120# EventListeners...

2001-11-27  Malte Timmermann  <mt@openoffice.org>  [7c7e37772408008361e4e4af9865d2b5c0a2f7bf]

        #93120# Accessiblity

2001-11-27  Malte Timmermann  <mt@openoffice.org>  [273fe8eb4ef78fbbb9c3329aa4cf5da9159b4883]

        #93120# EventListeners...

2001-11-27  Malte Timmermann  <mt@openoffice.org>  [2512a08329e3be65d1cce464e47c725904bdd81d]

        #93120# EventListeners and Accessibility...

2001-11-27  Malte Timmermann  <mt@openoffice.org>  [b46495603ecc29fed39607049b986c514982c8c8]

        #93120# vclevent.cxx

2001-11-27  Malte Timmermann  <mt@openoffice.org>  [4221b2a5d3947df94f78457a9f0394f8b829c449]

        #93120# IsAccessiblityEnabled()

2001-11-27  Mathias Bauer  <mba@openoffice.org>  [65564851382866c938f79847dd08a50c9c831c84]

        #92987#: some changes for imagemanager format

2001-11-27  Malte Timmermann  <mt@openoffice.org>  [7e022f6c71b9a63dc655c897719db5ebbe522e5e]

        #93120# EventListeners

2001-11-27  Mathias Bauer  <mba@openoffice.org>  [fa039d3a9178686b27fd38d872762bb3a55c6118]

        #92952#: Initialize ThisComponent

2001-11-26  Matthias Huetsch  <mhu@openoffice.org>  [e8e06260352877be6e7f5c083dce4c7aaac46b3b]

        #95272# Removed unused variable in OStoreBTreeNodeData::remove(). #i1750# Warning provided by 'Wall' compilation.

2001-11-26  Matthias Huetsch  <mhu@openoffice.org>  [76e7844b0b95dcc85193c9ef9517b109b527b1b3]

        #95272# Reordered OStoreLockBytes member initializers to match declaration. #i1750# Warning provided by 'Wall' compilation.

2001-11-26  Matthias Huetsch  <mhu@openoffice.org>  [1700c8d3ed0eaafd76c87aa5317880148b01d9bc]

        #95272# #i1750# Compile internal debug functions conditionally, only.

2001-11-26  Matthias Huetsch  <mhu@openoffice.org>  [7f9fd508495e521eb87a664b24d449a4450c34ec]

        #95272# Fixed 'statement w/ no effect' in OStoreSuperBlock::verify(). #i1750# Warning (uncovering a bug) provided by 'Wall' compilation.

2001-11-26  Matthias Huetsch  <mhu@openoffice.org>  [66fc9bcf282ea5aa5a525bfbbd192bdf6d0cfa45]

        #95272# Fixed 'signed/unsigned mismatch' in OStorePageNameBlock::namei(). #i1750# Warning provided by 'Wall' compilation.

2001-11-26  Matthias Huetsch  <mhu@openoffice.org>  [6ee35d4f91edaefb20dcd82a35b10ed11842760b]

        #88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).

2001-11-26  Niklas Nebel  <nn@openoffice.org>  [2909409846ad87de0f5d97d01b80b057c3e69455]

        #95248# Notify: react on KEYINPUT instead of KEYUP, don't call parent if used

2001-11-26  Hennes Rohling  <hro@openoffice.org>  [990a3c6e0f59ef8dead73475d46bc15ea2d38fea]

        Added function osl_abbreviateSystemPathEx

2001-11-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6d207faefa25b8a2d1f6ce64f190ac749f7fb84a]

        allways get *minor.mk from solenv/inc directly; minormkchanged.flg for unix

2001-11-26  Daniel Boelzle  <dbo@openoffice.org>  [fe818f3c7f2af1c6026e2207162b20db6f14ed1a]

        #95219# unsupported ConnectionBroker

2001-11-26  Daniel Boelzle  <dbo@openoffice.org>  [7bb1ac493472e6ed6342ef879c30ad23dcd5f840]

        #95219# rmclient tests obsolete

2001-11-26  Oliver Braun  <obr@openoffice.org>  [9a432528d7b9c9fc2249b00e73a07330907c2e99]

        #93120# accessibility added

2001-11-26  Behrend Cornelius  <bc@openoffice.org>  [e973b02b2e1710b5262b162fd3f14f8a8df01b73]

        #95241# Label and controls now grouped together

2001-11-26  Stephan Schäfer  <ssa@openoffice.org>  [c79c488398586efd3ad665c36f96ee84da618990]

        #95067# hide and show cursor on focus change

2001-11-26  Stephan Schäfer  <ssa@openoffice.org>  [28362f4e3265808794cc972bb72223534ded8475]

        #95067# no cursor if frame has no focus

2001-11-26  Frank Meies  <fme@openoffice.org>  [73a263a5633a6386d5fadf99c176a623719ae738]

        Chg: Vertical Formatting - Footnotes and QuoVadis

2001-11-26  Oliver Specht  <os@openoffice.org>  [cd619c8b486f4ce78e40ab56756177dc7f32d62d]

        #95232# word only selection corrected

2001-11-26  Daniel Boelzle  <dbo@openoffice.org>  [28eb2aff5cab66fd976a839c845c918c5b1a5371]

        unneeded types removal

2001-11-26  Andreas Bregas  <ab@openoffice.org>  [a220fbf02517dda689d3bec6755e70c0862c9a65]

        #94896# Use transliteration wrapper for StrComp

2001-11-26  Andreas Bregas  <ab@openoffice.org>  [77d0aea6d6278af3c493845d89a8ccad3f30ce21]

        #94896# Changed NumberFormatter handling

2001-11-26  Christian Lippka  <cl@openoffice.org>  [ff5893d6f516aa109847ca7b5dda64c04eb0b9d0]

        #95254# fixed copy'n'paste bug from previous version

2001-11-26  Andreas Bregas  <ab@openoffice.org>  [16502957319b87020450db033091e73859c6bad0]

        #94896# TranslitarationWrapper in SbiGlobals

2001-11-26  Hennes Rohling  <hro@openoffice.org>  [4fea97e8980590cfb50292d480b7cece11190664]

        #95239# Component loader does not accept empty properties when loading XML files ???

2001-11-26  Martin Gallwey  <mtg@openoffice.org>  [7548410853dd4cfa95a91f18170f7a6f55e97775]

        #95145# make a new base class for Print and View settings that supports XTypeProvider

2001-11-26  Joachim Lingner  <jl@openoffice.org>  [992acd1f4aff54b8b0f6c656a7fe54c27c1fe35e]

        *** empty log message ***

2001-11-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5792603695b2dc7567aa1145851572165c3a3aaa]

        #94723# -Gc breakes dependency chain

2001-11-26  Oliver Specht  <os@openoffice.org>  [5c74e25d24f7b6b877b4c16c2ec3100400008d0e]

        #92472# exchange of StarOffice against

2001-11-26  Hennes Rohling  <hro@openoffice.org>  [5591824486f205502a52d63e895dd9d1ed06c80b]

        #93778# Use XFilterManager to get current filter because Windows FOD does not support getValue()

2001-11-26  Malte Timmermann  <mt@openoffice.org>  [9b594818daa0feaa4283ba6870371aa8aa1a2bec]

        #95161# OptimizeRanges: Don't expand a feature!

2001-11-26  Malte Timmermann  <mt@openoffice.org>  [c3ce3d18d4a22f599c5375b1c57b79c1d1882809]

        dummy comment (ask HR)

2001-11-26  Daniel Boelzle  <dbo@openoffice.org>  [acb1b2e523fd14cfe3664418f3cc64343aca2bbf]

        extended test

2001-11-26  Christian Lippka  <cl@openoffice.org>  [39e331ff0342fef05a4279edd4428ce71dbc3b80]

        #95202# init new mnRadius member

2001-11-26  Daniel Boelzle  <dbo@openoffice.org>  [045b9197a2840407a4e6f4d379ab48d633889b26]

        #92294# wrapping to runtime exceptions except for invokation target exception

2001-11-26  Oliver Specht  <os@openoffice.org>  [fda6712e704c189ded084063e7a5dc42940b7b74]

        #94779# re-use database descriptions with undefined CommandType

2001-11-26  Daniel Boelzle  <dbo@openoffice.org>  [547058bb1795d8e1c3a8cb776f9bb018f493d460]

        #95219# introducing SecurityException derived from RuntimeException

2001-11-26  Bertram Nolte  <bnolte@openoffice.org>  [66bf714962bd02e96cd2d80287d45e885511f352]

        #87796# Added CPP example DocumentLoader.

2001-11-26  Mathias Bauer  <mba@openoffice.org>  [663805c02d9bfd5767127d69fea8dafa9c09b4ee]

        #95233#: new listener interface for loadcallbacks

2001-11-26  Andreas Bregas  <ab@openoffice.org>  [2bbc163343bb03de5f3a062d85ccd3d5a67bcd89]

        #94896# StepLOADNC: Exchanged , and . seperators in call to StringToDouble

2001-11-26  Bertram Nolte  <bnolte@openoffice.org>  [fa0f2ddade823c5d62c375427385c2a1c900cc1e]

        #87796# Added CPP example DocumentLoader.

2001-11-26  Philipp Lohmann  <pl@openoffice.org>  [ba9af41a2e9515bcd292fd22a6e546d3d9b49915]

        #94830# support compound text

2001-11-26  Frank Meies  <fme@openoffice.org>  [09caced06b7093d4009a3158009837eb73cfb355]

        Fix #95052#: Increased value which detemines if screen font is to big and smaller font is required

2001-11-26  Ocke Janssen  <oj@openoffice.org>  [543c6d10d7f6d812bfcee8c06b3ef09c089e9cda]

        #94985# performance increase

2001-11-26  Andreas Bregas  <ab@openoffice.org>  [49771451f2cfae6bfc0b635af5de55ba60237703]

        #95223# Delete LibraryContainerInfo

2001-11-26  Hennes Rohling  <hro@openoffice.org>  [d94f361c9fb992613210f9d3743341b8b6a08c72]

        #93621# Disable modal menuentries in Quickstarter during execute of dispatch

2001-11-26  Malte Timmermann  <mt@openoffice.org>  [b30980c7c750509e7fe86be590d76fb2107c13fc]

        #95117# SetInputContext, Basic-IDE and HTML-Source-View don't do it in GetFocus()

2001-11-26  Juergen Schmidt  <jsc@openoffice.org>  [64535a5e74012deaa6faba3a2d7e84bcc283ed4b]

        #94607# insert modfications to generate module information

2001-11-26  Juergen Schmidt  <jsc@openoffice.org>  [85415031efe91aeee7a5d29f112274575f2789bb]

        #94607# change name of temp file

2001-11-26  Juergen Schmidt  <jsc@openoffice.org>  [c0fcc2f520f0488fb57d864ed84e9b63740bf1ed]

        #94607# insert new parameter

2001-11-26  Oliver Bolte  <obo@openoffice.org>  [d04fc76adcd0c59dfeefbffd3add536da0f2cb2c]

        new version for SRC641

2001-11-26  Herbert Duerr  <hdu@openoffice.org>  [92514babbe08eb4af5e3df16e3c0f012ca4e55f5]

        #93004# make SO work with XRENDER 0.2

2001-11-26  Andreas Martens  <ama@openoffice.org>  [0ab1589c729b740f7253b10c67c5fb4e13a18444]

        Fix #94882#: Keep the hint array clean

2001-11-26  Stephan Schäfer  <ssa@openoffice.org>  [3712ff60cae929d35fc758e2e626e95b6a5e1c0e]

        #92632# extend menu tooltip timeout

2001-11-26  Matthias Huetsch  <mhu@openoffice.org>  [e27c7fb020e4b0ee17cb8e9fc0224a3d287df742]

        #94244# Improved detection (and assertion) of memory corruption cases like 'array index out of bounds' and 'free memory overwrite'. Added memory fill for 'uninitialized' (0x77) and 'free' (0x33) memory.

2001-11-26  Oliver Bolte  <obo@openoffice.org>  [ed2e08b9a77cf3efb23212d997d101426cb87336]

        new version for SRC641

2001-11-26  Michael Brauer  <mib@openoffice.org>  [59d561b6ff53bb9dc1a22fca7e405f314d7c7e22]

        #94311#: Keep width and height in parameter list

2001-11-26  Michael Brauer  <mib@openoffice.org>  [45d192025a47f0ab3624ddb9b84e14e7567c489f]

        #94311#: Keep width and height in parameter list

2001-11-26  Behrend Cornelius  <bc@openoffice.org>  [208ecf7d0e5baf02744a1927f32f48233d89341e]

        #95175# Draw/impress checkboxes on first page now toggled when one component is missing

2001-11-26  Sascha Ballach  <sab@openoffice.org>  [e1b78d36008d1fd188ca8dc154ad069d3476520c]

        #95181#; call the setValue method of the XStatusIndicator as often as possible to enable reschedule

2001-11-26  Carsten Driesner  <cd@openoffice.org>  [127c3ef417556783410b5d5d57ed1afc7ff7501d]

        #95180# Better pipe handling to prevent office process can start twice

2001-11-26  Kai Ahrens  <ka@openoffice.org>  [a810ce6b8f5989da6d3680ddcfd56e58a2b68298]

        added DLG_EXPORT_J2K define

2001-11-26  Andreas Schlüns  <as@openoffice.org>  [a2e292b82300f3180c4434a82ba26bf522ebb656]

        new test for ArgumentAnalyzer

2001-11-26  Kai Sommerfeld  <kso@openoffice.org>  [8240d839a4cddc7d2bfa0c89e26a7d1780ff9885]

        #90450# - Fixed multithreading problem with DAV session reusage

2001-11-26  Sascha Ballach  <sab@openoffice.org>  [9ea0c10e03ee18094bc4ebfb9b4023a23a84bd7f]

        #95125#; cache the FieldEditEngine

2001-11-26  Sascha Ballach  <sab@openoffice.org>  [aebee918c61b7a3ab197ff9ded37baf6fd954050]

        #95130#; add new Exception

2001-11-26  Sascha Ballach  <sab@openoffice.org>  [7112f38b1323673030e8d039e8f1dd9c4664014d]

        #95125#; cache the FieldEditEngine

2001-11-26  Sascha Ballach  <sab@openoffice.org>  [c999ddc5ff99508f41448f7fed7c24b9faa86589]

        #95130#; removed unneeded lines

2001-11-26  Sascha Ballach  <sab@openoffice.org>  [f7a3a7f500e3481e5d3eaf1ec5353d6e914e848a]

        #95130#; don't test the attribute value strings for invalid characters, because the SaxWriter does this

2001-11-26  Sascha Ballach  <sab@openoffice.org>  [6dd169609901af6fb85e638d630de2286d062f5f]

        #95130#; don't test the attribute value strings for invalid characters, because the SaxWriter does this

2001-11-26  Sascha Ballach  <sab@openoffice.org>  [372e3e266f2968a299b391175881375dd1923eef]

        #95130#; catch the SAXInvalidCharacterException in StartElement and Characters and set a warning in the ErrorHandler instead of a Error

2001-11-26  Sascha Ballach  <sab@openoffice.org>  [7ebd4aed96df87b641bb9d6d36b47b836d437b79]

        #95130#; characters and startElement thorws SAXInvalidCharacterException if there is an invalid character in the characters string or the attribute values

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [2692263be9897e581d2dc9a432a6bbcb5e1e46be]

        Merge SRC641: 11/23/01 - 23:33:48

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [e617ee4900a19306e14cfaa73e3d992819acf52d]

        Merge SRC641: 11/23/01 - 23:16:00

2001-11-23  Oliver Bolte  <obo@openoffice.org>  [cd6da5fc9319a8e3dcaa0a963662ca1248c39fa9]

        Merge SRC641: 23.11.01 - 23:09:25

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [5472d80a5ecf555ef34a854b39b0716803a990fa]

        Merge SRC641: 23.11.01 - 23:07:45

2001-11-23  Oliver Bolte  <obo@openoffice.org>  [05c9866485d962106ec0c4e2906122217a3ba572]

        Merge SRC641: 23.11.01 - 23:04:56

2001-11-23  Oliver Bolte  <obo@openoffice.org>  [560eafa71a56fd82930f27ef0b2db418c226bb06]

        Merge SRC641: 23.11.01 - 23:05:22

2001-11-23  Oliver Bolte  <obo@openoffice.org>  [cd481facd7a735fef4c2f29007b7b73b83523a34]

        Merge SRC641: 23.11.01 - 23:04:00

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [5d550a91703b9145e06f32c12656704c99467498]

        Merge SRC641: 11/23/01 - 22:57:28

2001-11-23  Oliver Bolte  <obo@openoffice.org>  [fc51cb42fbd5640f278ec33b89a6e60cbbe3c8ab]

        Merge SRC641: 23.11.01 - 22:56:13

2001-11-23  Vladimir Glazounov  <vg@openoffice.org>  [0508037440e36af12261aaa4610f4c41ddb35814]

        Merge SRC641: 23.11.01 - 22:57:04

2001-11-23  Oliver Bolte  <obo@openoffice.org>  [59657ee08c2f6768d8756a312d9a20fd04ce3ce0]

        Merge SRC641: 23.11.01 - 22:54:21

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [cb40477e4c4d8adb62e2ddc0f8bf358b04e856a0]

        Merge SRC641: 11/23/01 - 22:53:49

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [73bab4b64a47534cd222f0689851c56f55883b55]

        Merge SRC641: 23.11.01 - 22:47:49

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [627ec5cce5d785e9961c349d24e40d52d10b6f05]

        Merge SRC641: 23.11.01 - 22:46:34

2001-11-23  Daniel Rentz  <dr@openoffice.org>  [bb5a29ecb98dc376f895767d0264f2fdf90e83fb]

        #76602# Don't change pivot range on export

2001-11-23  Eike Rathke  <er@openoffice.org>  [7f3dc61458234241f28ab2740e9261acd1354855]

        #94368# get rid of class International

2001-11-23  Eike Rathke  <er@openoffice.org>  [2b21eb7d9c738d27b7b93517a31b9e050e7dc37b]

        #94368# get rid of class International

2001-11-23  Niklas Nebel  <nn@openoffice.org>  [9cc24c70262d39fbc8e01a0169490d9a2667421a]

        #93768# support for number:embedded-text

2001-11-23  Niklas Nebel  <nn@openoffice.org>  [610a2cd97bb7f31296b5de93a9a11a0e91054e80]

        #93768# support for number:embedded-text

2001-11-23  Jörg Budischewski  <jbu@openoffice.org>  [c5def7dc0d1b717cf568d8615fdf946c639669f2]

        #95097# temporary bug on solaris platforms fixed

2001-11-23  Andreas Bregas  <ab@openoffice.org>  [a9b6b5c744123567e4cfb06bd1d3d422c8e392a7]

        #95211# BasicManager::Store(): Check mpManagerStream for NULL

2001-11-23  Andreas Bille  <abi@openoffice.org>  [6caff0a605efddfbe54486ef22caf79b8711540d]

        #94953# Explicit casting int to bool

2001-11-23  Oliver Bolte  <obo@openoffice.org>  [75177edb14bfa09c375465297be0f59078297c46]

        new version for SRC641

2001-11-23  Herbert Duerr  <hdu@openoffice.org>  [59473d30a643e4e4fda730041cbace6884f477b8]

        #91761# fix also for stretched&vertical&rotated characters

2001-11-23  Frank Meies  <fme@openoffice.org>  [077b83a0ae1002203baa945b8aeedeb804388a38]

        Fix #95165#: Do not scroll to end of text

2001-11-23  Andreas Bille  <abi@openoffice.org>  [ec0a36a65f36d0a3a3367aef9ff0f8d86640ad7b]

        but nevertheless, working with a set does not work under solaris, so use vector and sort AND remove collator from element.

2001-11-23  Juergen Schmidt  <jsc@openoffice.org>  [5c8372517a5f7e71eef2ba36a5201729c4eebd1d]

        #88337# change some links

2001-11-23  Herbert Duerr  <hdu@openoffice.org>  [30c5ab827994f7b11b6f82402eb844af8ac01524]

        #91761# fix for vertical&rotated characters

2001-11-23  Michael Brauer  <mib@openoffice.org>  [f55e05c374fbf1d92a4c0d9ebd4db314ce983597]

        #95307#: Insert link targets for outlines again

2001-11-23  Andreas Bille  <abi@openoffice.org>  [a7a7cf58efc3984d9dc8c4f2521c035ae8f9fedc]

        Mysterious bug fixing: don't make the collator a member of the elements

2001-11-23  Stephan Bergmann  <sb@openoffice.org>  [05b624a3d55729d19289a35582d5fc879c39a38a]

        #95160# Added fake MIME character set names for GB 18030.

2001-11-23  Juergen Schmidt  <jsc@openoffice.org>  [d70d9f2cb0a71710098c636be58ca7f31480c4d2]

        #88337# change some links

2001-11-23  Juergen Schmidt  <jsc@openoffice.org>  [deda608da4a5db6dbd3e560f65f6cb9f434819ac]

        #88337# insert further link modifications

2001-11-23  jp  <jp@openoffice.org>  [4920fcf6117eb42ecf75b3b2fccaa0f5195b5ab7]

        Bug #95058#: CTOR - use for leave the bindings instead the timer the flag (the timer can be stop before)

2001-11-23  Ocke Janssen  <oj@openoffice.org>  [87bf346969ac288b224e6156dde86fc4e2114f6e]

        #95019# check if driver suports odbc 3.0 for datefields

2001-11-23  Tom Verbeek  <tv@openoffice.org>  [5fb4e15c882f98cf2eb47e447cc0805573a17d62]

        #95055# added help ids

2001-11-23  jp  <jp@openoffice.org>  [ea53235ff8a4dbc0d3590a67ddce3b42b44dcb4b]

        Bug #95072#: RedlineToDoc - remove the wrong working ASSERT

2001-11-23  Tom Verbeek  <tv@openoffice.org>  [5155aee7221283dd4cdd75240ce76c8801fe2da1]

        #95055# helpids for Calc styles dialog

2001-11-23  Eike Rathke  <er@openoffice.org>  [fc0a562046caa66198aaf7f6efc541d1c67d01b6]

        #95164# don't link against unnecessary libraries, especially not against libXt cause it may kill Java

2001-11-23  Stephan Bergmann  <sb@openoffice.org>  [63325a605b904eca133b93f9fb944f7c50a70725]

        #94773# Handle DOS UNC paths in getFSysPath().

2001-11-23  Ocke Janssen  <oj@openoffice.org>  [96780eb99917103893431755fa5d51867ac3e3a9]

        #95142# check eState of parser

2001-11-23  Frank Meies  <fme@openoffice.org>  [d6274bdd7062d08920dfdaff5b6a154d27298cca]

        Fix #95173#: Do not crash if no screen font available

2001-11-23  Hennes Rohling  <hro@openoffice.org>  [6896d214dc7492e35a890b6a79c902a0a2026a8d]

        #94789# Make pipe creation atomic

2001-11-23  Frank Meies  <fme@openoffice.org>  [e233890cde3c90bf82438953c24f59b087722e34]

        Fix #95165#: Do not scroll to end of text

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [6da9e023e07a6485daa5a331b98bfd8639712040]

        new version for SRC641

2001-11-23  Kai Ahrens  <ka@openoffice.org>  [8a1a87e8aac7903e935627fcaa287917c1e3c210]

        #95074#: use actual Transferable when calling CreatingDataObj

2001-11-23  Kai Ahrens  <ka@openoffice.org>  [6b7de8a857bd5e2b3e1b29f5050dde7c1a4671ff]

        #95074#: use actual Transferable when calling CreatingDataObj

2001-11-23  Andreas Bille  <abi@openoffice.org>  [e1646f8563f05a1f1869767e380121d6e9f4ec6e]

        Adding rtti-support, which was previously the default

2001-11-23  Andreas Bille  <abi@openoffice.org>  [e26e167837c059e277793d68ed1e546a85813642]

        Including rtti-switch for gcc in makefiles. The cause of the bug is not understood: Adding KeywordElements to a vector and sorting afterwards, everything works fine. Inserting it into a set and iterating over the set afterwards gives an inconsistent set. I have currently removed the previous introduced workaround for the solaris compiler!! Needs to be checked.

2001-11-23  Michael Hönnig  <mi@openoffice.org>  [884e15f58266df73d8d8060f11c23189f79ce90b]

        module documentation

2001-11-23  Dieter Loeschky  <dl@openoffice.org>  [717c8a491c74c2570a7bf764551d3cf14ad4f686]

        #94764# Using correct language for NumberFormatter

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [d856fac1d91e805ce2ff35ec856c3bec1a7b3029]

        new version for SRC641

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [2e12405ad86bea33a578fdaab3295bffd899d0bf]

        new version for SRC641

2001-11-23  Philipp Lohmann  <pl@openoffice.org>  [924926515a1b4375de7c9c3ddcd24e2cb99704e1]

        #95111# breaks in switch statements ARE essential

2001-11-23  Daniel Rentz  <dr@openoffice.org>  [ae6a9f08dda2ba43a2ecd643d5cc348f1002daa0]

        #94912# formula export: horiz. shared formulas

2001-11-23  Daniel Rentz  <dr@openoffice.org>  [6bdb3499a243f8b177ccb701a8a24d9fa586373a]

        #94912# formula export: correct ref classes

2001-11-23  Malte Timmermann  <mt@openoffice.org>  [59cd85efb937560976cc49e9c94f9959c9bbd351]

        #95135# removed assertion when drop() after rejectDrag(), because this is allowed

2001-11-23  Daniel Rentz  <dr@openoffice.org>  [bb8d17fd32d1ef39ef2b5a58258f2376451f8d69]

        #94912# new formula dumper

2001-11-23  Malte Timmermann  <mt@openoffice.org>  [eede17165b677895c260256ccf0c0ea26489277a]

        #95154# call disposing() when removing the D&D-Listeners

2001-11-23  Stephan Schäfer  <ssa@openoffice.org>  [87ec9d36faafd768b4f7a550fb6fb59a4b404fc3]

        #94703# rvp system window extension

2001-11-23  Malte Timmermann  <mt@openoffice.org>  [da80f4a272d5847714139c19ecfb939b87321e89]

        #95154# set mpClient to NULL, if source in disposing is NULL, check mpClient before calling

2001-11-23  Sascha Ballach  <sab@openoffice.org>  [cfd42cf4317ffaa64f8943ef92f51606a6fc49db]

        #92195#; fix problem with converting twips to 100th_mm

2001-11-23  Kai Ahrens  <ka@openoffice.org>  [3c7fbbabd99c53af8ae5ed746e5f9367367f3c4a]

        #95088#: added missing break in switch

2001-11-23  Herbert Duerr  <hdu@openoffice.org>  [507f82928bbb1a9ac734abc064738e30abbfa884]

        #91761# fix character width when squeezed and glyph fallback is used

2001-11-23  Bertram Nolte  <bnolte@openoffice.org>  [f28cdb80bcb1ea52d5ce48dc3cf990086c3c94ea]

        #88337# Inserted example Minimal Component.

2001-11-23  dkenny  <dkenny@openoffice.org>  [a6f233dcf9cf357e9220a4f037e0bae29664793a]

        #94453# - Addressbook driver needs to be updated ...

2001-11-23  Dieter Loeschky  <dl@openoffice.org>  [7aae748232bf298c0ed15b7a6181086919ea8c11]

        #94797# Restart online spelling

2001-11-23  Ocke Janssen  <oj@openoffice.org>  [66cc11752bd319a3f7c95dd2fe443d4077a6a430]

        #95013# resolve duplicate column names

2001-11-23  Dieter Loeschky  <dl@openoffice.org>  [4cf4bd9e6fbf56d18a1920e08b4a9f3a749c984d]

        #95127# SID_PARASPACE_DECREASE: limit min value

2001-11-23  Kay Ramme  <kr@openoffice.org>  [275987363297bf2a16822e0fe3aff97cb3d05d63]

        SAL_PATHDELIMITER is for system paths and not for file urls (#95123#)

2001-11-23  jp  <jp@openoffice.org>  [f845e1631c467baa6eaf66aa0ef48dfbf2c68309]

        Task #87140#: add the new encodings

2001-11-23  Stephan Bergmann  <sb@openoffice.org>  [df34b12600112bc0ea57d10e83dddfe50f0c4810]

        #87140# Added conversion of ISO-2022-CN/KR.

2001-11-23  Hennes Rohling  <hro@openoffice.org>  [90be8126b02ee63d32ef04bd2224749fd2ba446a]

        #94789# Fixed buggy pipe connection handling for NT

2001-11-23  Rüdiger Timm  <rt@openoffice.org>  [af35e3782c56b0f0d55a4f186cf3e2a41d0b99c6]

        new version for SRC641

2001-11-23  Vladimir Glazounov  <vg@openoffice.org>  [bd9ef2c05b440f30a82d671f394793542652b983]

        new version for SRC641

2001-11-23  Oliver Bolte  <obo@openoffice.org>  [c9cf789c35c4a184bee20f6d7a135ac1478b5372]

        new version for SRC641

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [036b476ea0cc695b9ac8550069cae2af070bf5fc]

        Merge SRC641: 23.11.01 - 00:54:28

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [e07650c1694aa1c3ff79719293f8fec0eeaf70b3]

        Merge SRC641: 23.11.01 - 00:32:43

2001-11-22  Oliver Bolte  <obo@openoffice.org>  [e76f1d2667a30ed1a77d2c7644d9b6aadb5cfc77]

        Merge SRC641: 23.11.01 - 00:17:46

2001-11-22  Oliver Bolte  <obo@openoffice.org>  [2b41567f23e649f9daf0e32a1ce28e071945594d]

        Merge SRC641: 23.11.01 - 00:15:04

2001-11-22  Oliver Bolte  <obo@openoffice.org>  [a81e36775eee1763705ea1884d7d107f7754a5c6]

        Merge SRC641: 23.11.01 - 00:09:01

2001-11-22  Vladimir Glazounov  <vg@openoffice.org>  [6e748382fe12e4057fa386233a60d4a24c2e9658]

        Merge SRC641: 23.11.01 - 00:08:40

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [2da4a60961fcbe09029f87c99ce0cb2e6eb2e951]

        Merge SRC641: 22.11.01 - 23:57:28

2001-11-22  Oliver Bolte  <obo@openoffice.org>  [c1ba44cfb4f425885926306fc2b565c5041cae22]

        Merge SRC641: 22.11.01 - 23:54:41

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [779417bbb664474f32a423bb713e0a97044ebedf]

        Merge SRC641: 22.11.01 - 23:53:19

2001-11-22  Oliver Bolte  <obo@openoffice.org>  [4809b24fca5ff1e8fd37ce9356be681e111af3ef]

        Merge SRC641: 22.11.01 - 23:54:00

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [b41ef9e92c2651af51bc6fd141817d64d409c4c9]

        Merge SRC641: 22.11.01 - 23:48:45

2001-11-22  Oliver Bolte  <obo@openoffice.org>  [4ae975c1b168cdad24aa5a4661f4aa931d095b54]

        Merge SRC641: 22.11.01 - 23:34:56

2001-11-22  Oliver Bolte  <obo@openoffice.org>  [a3b3f816ae3707c8050b6be319c4a45d81bbeea7]

        Merge SRC641: 22.11.01 - 23:24:16

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [4d048f954c52517f1383537cbbe7a1ba4359ba38]

        Merge SRC641: 22.11.01 - 23:17:21

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [c5527dd6744722bcaf79e4d0b283e0efc3b5883b]

        Merge SRC641: 22.11.01 - 23:16:37

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [1d75fb98d0e4e82762b0d33938bc1ead5a9986cb]

        Merge SRC641: 22.11.01 - 23:15:56

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [f2c5f6aa5d9887f130f6f1f023c3fcf551df432b]

        Merge SRC641: 22.11.01 - 23:15:22

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [ae4d4f27966addf010ac94afa1f51a17c98926ca]

        Merge SRC641: 22.11.01 - 23:13:49

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [fef3eea1a36aaa7fb9480d99d50bd754bd813145]

        Merge SRC641: 22.11.01 - 23:09:47

2001-11-22  Rüdiger Timm  <rt@openoffice.org>  [e5ef556c0dac588f3c921bb83f39da2bd8574e82]

        Merge SRC641: 22.11.01 - 22:58:55

2001-11-22  Oliver Bolte  <obo@openoffice.org>  [a99d0e26908eb6707e78fe310062582a07d6373c]

        Merge SRC641: 22.11.01 - 23:00:25

2001-11-22  Oliver Bolte  <obo@openoffice.org>  [63cf249efe129fd9f924be4d540b8f1442e9d44c]

        Merge SRC641: 22.11.01 - 22:52:06

2001-11-22  Oliver Bolte  <obo@openoffice.org>  [c3b0093ff4acc2942606f735871ef23cb0c0ec5a]

        Merge SRC641: 22.11.01 - 22:49:02

2001-11-22  Michael Brauer  <mib@openoffice.org>  [f8863042e78464a4f069cc966811e9ed3f06229f]

        #94971#: Export Frames bound to frames in headers/footers

2001-11-22  Michael Brauer  <mib@openoffice.org>  [0e9c7346605213ace64730fc0d016aae6fa777cc]

        #94971#: Export Frames bound to frames in headers/footers

2001-11-22  jp  <jp@openoffice.org>  [0353524168d8ff3fc5e14914ae4d1924d21f523f]

        Bug #94845#: Copy - correct index rangeif the insert position equals to the end position

2001-11-22  jp  <jp@openoffice.org>  [2fd55f91949b6af67c4171abdd49263b6a95ac25]

        Bug #I2243#: GetPageScrollUp-/DownOffset - don't set the new position inside the 15 overlap size

2001-11-22  jp  <jp@openoffice.org>  [822a5cce301134797ba85f79ae6e35eb2516e1b6]

        Bug #95124#: PasteFileContent - set stream length correct

2001-11-22  Malte Timmermann  <mt@openoffice.org>  [f8974484d77eb9297efa60efda6f9749cea23578]

        #95135# Workaround for getting drop() even after rejectDrag()

2001-11-22  Juergen Schmidt  <jsc@openoffice.org>  [c202f7951a773ff107fdb22c7ff16b5d7f8ad93c]

        #87796# pack GenericXMLFilter

2001-11-22  Juergen Schmidt  <jsc@openoffice.org>  [f60ef38c198e56e587f67b79b4cba355e31309fc]

        #87796# change MY_COPY

2001-11-22  Bertram Nolte  <bnolte@openoffice.org>  [c8f36c6c3c93e29381dd13da146cdc1191233d4e]

        #95107# All possible links are made relative.

2001-11-22  Andreas Martens  <ama@openoffice.org>  [26075ac523db163e0ba6a361b8e2813af79ebafe]

        Fix #95054#: Don't keep with follows

2001-11-22  Martin Gallwey  <mtg@openoffice.org>  [1c22bca2845a4623d47e7242fb8e3fb7570effbd]

        #94944# convert relative URLs to absolute ones for embedded graphics

2001-11-22  Kai Ahrens  <ka@openoffice.org>  [0149a66817e468ea37ff4537821049f15d9c3abd]

        #95078#: reset VisArea at copied object

2001-11-22  Mathias Bauer  <mba@openoffice.org>  [7b69dd90cb575a1ae11ea5d7dac9f6fdc8dc35ab]

        #95120#: reloading frame may have empty viewframe

2001-11-22  Christian Lippka  <cl@openoffice.org>  [4a809ca603030514eafb2a6e089b5ea261559845]

        #95092# ignore anchor pos over api when not writer

2001-11-22  Nils Fuhrmann  <nf@openoffice.org>  [589c8a05df13debccd38500fc1189f90486ff576]

        Merge SRC641: 22.11.01 - 17:04:42 (NoBranch)

2001-11-22  Philipp Lohmann  <pl@openoffice.org>  [ccce6597b6b148eaf56b4bedd75d1991a25df977]

        #95134# allocate a proper number of elements in a vector

2001-11-22  Michael Hönnig  <mi@openoffice.org>  [a0a0f34057b69bc2740499c5d08a27dab22cdd8f]

        property name sequences have to be sorted

2001-11-22  Vladimir Glazounov  <vg@openoffice.org>  [fc3ce5467b1e3933c0ca73e4e9acf4d440a936b2]

        SRX641

2001-11-22  Andreas Martens  <ama@openoffice.org>  [4f5b030f17eac77c0cb2224a78f4dd366e92bc4d]

        Fix: Follow cuts footnotes

2001-11-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e49a4cdc8de81f2cae4128a0fc4791032c20c3e6]

        #65293# dependencies for to be generated headerfiles incomplete

2001-11-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ab54ac84d5ffe9894be90849dfeb48234668681]

        #65293# build breaks if a directory is wrongly taken for searched include

2001-11-22  Frank Meies  <fme@openoffice.org>  [ff1da17254c7ce6eef808a93f2cab9851127630d]

        Chg: Vertical Formatting - Footnotes not fitting to page

2001-11-22  Frank Meies  <fme@openoffice.org>  [4e522d82ba2abcb5b6fec0cba5c3b95e030bc487]

        Chg: Vertical-Formatting: Swap function bug

2001-11-22  Andreas Martens  <ama@openoffice.org>  [9e1753b01e4cbf32ac8efc16fe99be71aacb27df]

        Fix: Master/follow are acceptable

2001-11-22  Andreas Martens  <ama@openoffice.org>  [a63a5742fb40915438154fe69a5f0c303b1c54bd]

        Fix: SplitSection and follows

2001-11-22  Peter Burow  <pb@openoffice.org>  [c2930d431c1f0571c40cc6c2f81a0fda8623e298]

        fix: #94629# use GET_SELECTED_ITEM_INDEX instead of GET_SELECTED_ITEM              to get the correct entry of the versions listbox

2001-11-22  Martin Hollmichel  <mh@openoffice.org>  [c0f87d431805628a49cb240df74ac15d7a92b461]

        add: changes for making FREEBSD compile #95126#

2001-11-22  Christof Pintaske  <cp@openoffice.org>  [2617f70d2ab6f07d3cef80de78b07765d4458533]

        #94772# avoid reading array bounds

2001-11-22  Kai Ahrens  <ka@openoffice.org>  [e151c136fd935f09c499aa30e3078a15db069d4e]

        #95070#: use correct switch for save filedialog

2001-11-22  Peter Burow  <pb@openoffice.org>  [40494e7561c7f4ae447d71abda94b855185d04f5]

        fix: #83182# show correct volume icons

2001-11-22  Christian Lippka  <cl@openoffice.org>  [047568f5046077703430e55f4443932ab7de9d0f]

        #90330# disable repaint during xml load

2001-11-22  Peter Burow  <pb@openoffice.org>  [621045d7c99a27fbac0ecedfa7157ae9ab86dbb7]

        fix: #83182# new ids for volume description

2001-11-22  Joachim Lingner  <jl@openoffice.org>  [3625d23bb01a96d7f3f77053e9395796a7f359e7]

        #75148# the stardiv.security.disableSecurity property is processed now

2001-11-22  Christian Lippka  <cl@openoffice.org>  [ee7f835d7982f05757f71728803c9f96c1c0bb6a]

        #90330# optimized setModel()

2001-11-22  Joachim Lingner  <jl@openoffice.org>  [fe14dfd5bf643d8213bd213e697750d72cb52de2]

        #75148# removed old stuff and changes detection happens in JavaVM service

2001-11-22  Joachim Lingner  <jl@openoffice.org>  [d0bff38e94c83e4d4119e04f023f498a8bf5815c]

        #75148# the init function sets the security manager and several applet specific properties

2001-11-22  Joachim Lingner  <jl@openoffice.org>  [e6d8ee0c6747e67079bc18ce3f54df3435b67c08]

        #75148# settingsChanged does nothing. Changes are detected by JavaVM service

2001-11-22  Christian Lippka  <cl@openoffice.org>  [884c37eafb759a857ad3f29a3bfc48d9dd2bb832]

        #90330# optimized getPropertyStates

2001-11-22  Joachim Lingner  <jl@openoffice.org>  [d40ee4c942315a83b549857eeed175e77332f3a7]

        #75148#

2001-11-22  Andreas Bregas  <ab@openoffice.org>  [54244f53894a4114ff5b87d8987eeaf2034bc4c1]

        #91626# Save original storages and save them if Basic wasn't modified

2001-11-22  Martin Gallwey  <mtg@openoffice.org>  [9dda3c9d8a807db241fcba8bb41c8cbffde18f24]

        #94923# remove the 'fix' for a problem that was actually a build problem...note previous two checkins really by MTG, not HR

2001-11-22  Joachim Lingner  <jl@openoffice.org>  [ad9bb8a810e1a9b0b4b92393277be9e30112dc18]

        #75148# ClassLoader are created as secure

2001-11-22  Christian Lippka  <cl@openoffice.org>  [73fcb052edf1a21d785583bc53e8b4323b577bb1]

        #90330# only export text autostyles for shapes with text

2001-11-22  Joachim Lingner  <jl@openoffice.org>  [c74d0bb1a2123096b9b48ee897a5eaff55036dbe]

        #75148# Changes of NetAccess and Security are now set with a live VM (setProperty and SandboxSecurity.reset) javavm.cxx

2001-11-22  Ocke Janssen  <oj@openoffice.org>  [a33bfbe3c3f5f1db2162d6d563479cf38e29bf99]

        #89611# do changes for clearing beamer

2001-11-22  Ocke Janssen  <oj@openoffice.org>  [4f21b2627a0f57d8613ae6fa43edfa2b33de1aaa]

        #89611# do changes for clearing beamer

2001-11-22  Joachim Lingner  <jl@openoffice.org>  [92eb40e6b2324c904eba2c0d37b74aafe02e79d4]

        *** empty log message ***

2001-11-22  Joachim Lingner  <jl@openoffice.org>  [fb78143ca067f8e2468986c3743f9fa961253827]

        *** empty log message ***

2001-11-22  Andreas Martens  <ama@openoffice.org>  [e0579370046e707f39abb2d11a997b54431146a5]

        Fix: Master/follow are acceptable

2001-11-22  Behrend Cornelius  <bc@openoffice.org>  [c724a3294659ca78bb7a15809d44d4bfef3708a1]

        #94903# Errorhandling improved

2001-11-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2eb352574e46a96e764a000cbb5a70c88a53a5d]

        #94923# provide more information than a default constructed exception can provide

2001-11-22  Hennes Rohling  <hro@openoffice.org>  [dee06d389c226eb3a863a10394b045d13d4f394d]

        Added new function osl_abbreviateSystemPathEx

2001-11-22  Nils Fuhrmann  <nf@openoffice.org>  [0ea25eca737220a0c0f5f5c9e163fdb890380066]

        UDK304

2001-11-22  Kai Sommerfeld  <kso@openoffice.org>  [0c4d89d519318f931408be766457ea61c2b94753]

        #95029# - Fixed index-out-of-range condition in ctor.

2001-11-22  Andreas Martens  <ama@openoffice.org>  [8cc4d2232940b9f2891c9bd5d0d290b7685e3ad0]

        Fix: Margin of vertical pages

2001-11-22  Andreas Martens  <ama@openoffice.org>  [afa29e463a7f30b18d8126209efb58d242671f6c]

        Fix: Spacing and border of paragraphs

2001-11-22  Mathias Bauer  <mba@openoffice.org>  [12b80233483d72e8f28461b8960d37312f8298d7]

        #95034#: block document while executing macros

2001-11-22  Michael Brauer  <mib@openoffice.org>  [dfcfa273529fa04875319b7df5e8e8ce69c47e72]

        #87140#: Support for text encodings with contexts

2001-11-22  Behrend Cornelius  <bc@openoffice.org>  [21c0b6d95583db9d30d506254e1558eee56fb5e5]

        #94903# Now label controls positioned correctly

2001-11-22  Behrend Cornelius  <bc@openoffice.org>  [cef0eccd7eef8bdb1080b29c9fecbe63c2288a49]

        #94767# Routine for japanese spring festival and taiwanese new year added

2001-11-22  Andreas Martens  <ama@openoffice.org>  [e6cd3653a69816b556d1b7a204d3339eccf4dc1c]

        Fix: Vertical footnotes

2001-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2905c387d8337bb343031471c9c03d8325aff1c]

        #94923# be careful about rethrowing derived exceptions

2001-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [abad80ff8423bffc9da5bc389cdd438ca7cf9c85]

        #95059#

2001-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bfaa4076241665bf954f03fd1053e545d0f84702]

        #95059#

2001-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7be8abd3198dd952246ced66b00e73b02b3b3a91]

        #95059#

2001-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e587a9c8f5122d679e8890d23420a24e5740301c]

        #95059#

2001-11-21  Rüdiger Timm  <rt@openoffice.org>  [c31a0610dd1ece969b48a0e1d4f975dc26f6d0c1]

        new version for SRC641

2001-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [32ff4d49763eb4e72e6f55354c33667b45366a39]

        #95059#

2001-11-21  Martin Gallwey  <mtg@openoffice.org>  [b1ea28cba239c7c6c9b45fb0c99b5061d2cdf4be]

        #94902# save the correct vis area into the document

2001-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2151ada61757ec0a7c1b1ec8c144b95a93c25d47]

        #95059# no SVXLIGHT, #94723# cppumaker switches

2001-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f0d04076bde5b648f334c2a555c3829f2c2a86c1]

        #95059# no SVXLIGHT

2001-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5088157e63ac6116570d888520e3b9ec43f6424e]

        #95059# no SVXLIGHT

2001-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [474bf5c60d9daa30855324fbe8aa08ec721ce628]

        #95059# no SVXLIGHT

2001-11-21  Mathias Bauer  <mba@openoffice.org>  [97f2d6011c41637c719e2036abaf2fcc3e094a07]

        #88164#: Dispatching with ResultNotification

2001-11-21  jp  <jp@openoffice.org>  [db37ce402f4ed318aadea9536ed0512eebd1edf2]

        Bug #95010#: split up big childlist in a RTFItemStackType

2001-11-21  Gregor Hartmann  <gh@openoffice.org>  [af25cedd3c1796a7723c685df8fdeb6d02d7cdcf]

        check non 'int' lines by default but be able to use switch to check 'int'; Correct ID in Error output

2001-11-21  gt  <gt@openoffice.org>  [d8ea3c2aeb283711c2bf70202252723ffa308753]

        #94953# in case of a damaged Anchor~ or RefList don't touch this lists any more

2001-11-21  Mathias Bauer  <mba@openoffice.org>  [f28df4d7588ef2f31c6517bec4543bdd7d3cece7]

        #94702#: make sure that window size is initialized properly

2001-11-21  Kai Sommerfeld  <kso@openoffice.org>  [2d380f37e755c89008c950b015fa48838d1904b9]

        #94819# - Fixed handling of vnd.sun.star.webdav URLs.

2001-11-21  Oliver Braun  <obr@openoffice.org>  [50f705dec85738becd3918ec920582b439d2e1db]

        #92472# removed special handling of soffice.ini

2001-11-21  Mathias Bauer  <mba@openoffice.org>  [2ab6c5e0b9bf8851fddd5fcfefc56f4c672d7d12]

        #88164#: Dispatching with ResultNotification

2001-11-21  Carsten Driesner  <cd@openoffice.org>  [369fb8e1d9a711c4475ee356916f7781748538eb]

        #92472# OEM preload mechanism added

2001-11-21  Mathias Bauer  <mba@openoffice.org>  [4ce177a40a9e794302dd9368b07cbd39a6478a7d]

        #88164#: mark Request done on success

2001-11-21  Oliver Specht  <os@openoffice.org>  [e1c1640ff79abf53a9be8fd70b49b728250bba6f]

        #95012# int to double conversion corrected

2001-11-21  Oliver Braun  <obr@openoffice.org>  [a61eb52adbc31d18f969d402707cfbbe75ac132d]

        #92472# removed special handling of sofficerc

2001-11-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b9299268d29772afeaebc7c5e4b952f26cc82b8e]

        #92924# -O2 not usable. changed to -O1

2001-11-21  Thomas Lange  <tl@openoffice.org>  [90eb7fecee649849f786bab50be4402a23e3d617]

        #95038# buffer access with out-of-range index fixed

2001-11-21  Philipp Lohmann  <pl@openoffice.org>  [8cad11a96f3a614e5070fb19d13b09562862bb30]

        #94989# use osl_abbreviateSystemPath to shorten file paths

2001-11-21  Martin Gallwey  <mtg@openoffice.org>  [8b0f52682323b70713f372bb217a089fb474c820]

        #95040# fix service name/implementation name

2001-11-21  Rüdiger Timm  <rt@openoffice.org>  [6eecba4319e6c35a99a000b413547d9e9bb1e384]

        new version for SRC641

2001-11-21  Oliver Bolte  <obo@openoffice.org>  [a6d6f14827c50a3e958e6854dbcc9d173bdd2306]

        new version for SRC641

2001-11-21  Oliver Specht  <os@openoffice.org>  [2797a80deeb36bf063d0c6caad0abdc09ec17ecd]

        #94975# database field type access corrected

2001-11-21  Mathias Bauer  <mba@openoffice.org>  [cce8fcfa5d0e5a3cfc1165393f94645bd4f43a76]

        #88164#: Dispatching with ResultNotification

2001-11-21  Mathias Bauer  <mba@openoffice.org>  [e980321510d61ce7cc0cb258f37dc011e218f5a1]

        #88164#: Dispatching with ResultNotification

2001-11-21  Mathias Bauer  <mba@openoffice.org>  [c97907b63b312dda151314529a0350e383900fce]

        #94702#: StateChanged for LateInit

2001-11-21  Mathias Bauer  <mba@openoffice.org>  [80d18e74e26313b516c65259108147add2e553c0]

        #88164#: Dispatching with ResultNotification

2001-11-21  Oliver Specht  <os@openoffice.org>  [d3bb9df0e49efb788fef0f1c1eb088f4de5efe17]

        #93491# determine paper orientation by the resulting width and heigth

2001-11-21  Mathias Bauer  <mba@openoffice.org>  [737d7ca79f95918df844c14407d4280cc2ce1dc3]

        #88164#: Dispatching with ResultNotification

2001-11-21  Mathias Bauer  <mba@openoffice.org>  [2731a5e061891b3458c4cb96a8ebf2235a35fb60]

        #94862#: don't use UInt16 in API

2001-11-21  Kai Ahrens  <ka@openoffice.org>  [51ccc101a55802e44e8321342830691349420552]

        #95043#: update to the latest DTD

2001-11-21  Thomas Lange  <tl@openoffice.org>  [9f435b88b67920896906bf70a98761a6dad39e87]

        #95038# set default font for CJK and CTL when creating the EditEngine

2001-11-21  Andreas Martens  <ama@openoffice.org>  [ee352989fdbe1a543fcbd29c89338a1f5fa98ea6]

        Fix #95005#: Distance between empty pages got lost

2001-11-21  Vladimir Glazounov  <vg@openoffice.org>  [28e621fbda9073cb298a8cdf464c5eb41524cd16]

        #65293# corrected misspelling & added dependency

2001-11-21  Oliver Specht  <os@openoffice.org>  [f0e4815d41ba905e1fc3c747adb769aa9866ac88]

        #92472# preload wizard

2001-11-21  Andreas Schlüns  <as@openoffice.org>  [5d18241b1b6912dc617b54cbeefc44ec0ac36506]

        use new query mode

2001-11-21  Andreas Martens  <ama@openoffice.org>  [04657aa4f233d948df7a677c08919c633140b7a2]

        Fix #94814#: Nested frames

2001-11-21  Sascha Ballach  <sab@openoffice.org>  [5445dc52e7af22c9c176ad2deac6e5dab498557a]

        #95024#; delete pNewData and fix so a memory leak

2001-11-20  Philipp Lohmann  <pl@openoffice.org>  [e93fb109db86e25ff9a16e2ac2fe4f8686052501]

        #94988# do not crash on broken storages

2001-11-20  Andreas Bregas  <ab@openoffice.org>  [2b7cb492c6c1fc1655e9269a7c55a0e11ef98127]

        #92172# Password handling for 5.0 documents

2001-11-20  Martin Gallwey  <mtg@openoffice.org>  [3274e10d70984bec7f9b8c979bbb1ee89fdf1c76]

        #94902# convert values from 100th of a mm to twip, if necessary

2001-11-20  Martin Gallwey  <mtg@openoffice.org>  [1bca5b91f9fef91ebdc346330d9a228ac81800a2]

        #94902# convert values to 100th of a mm on export, if necessary

2001-11-20  Andreas Bregas  <ab@openoffice.org>  [172d4ad8dd4a482eaf54aaf3a2cb34848c9f3a1d]

        #92172# Interface for basic passwords in 5.2 documents

2001-11-20  Oliver Braun  <obr@openoffice.org>  [89f0b453822487f36a47d436a464e556a4194b34]

        #94770# dtappintegrate added

2001-11-20  Oliver Bolte  <obo@openoffice.org>  [c43bf2c117009f735ad6e2c7ae4fce8d595f4964]

        #65293# include of unotools.mk needed

2001-11-20  Sascha Ballach  <sab@openoffice.org>  [859aa1778b19707ce24de97972b4bf0ce00dff8d]

        #95016#; remember whether the result of the formula is a text or a number to set the correct result

2001-11-20  Carsten Driesner  <cd@openoffice.org>  [59a412eb7b6db09450022119d8d43bec1bb26f99]

        #92632# tooltip for picklist menu entries implemented

2001-11-20  Frank Meies  <fme@openoffice.org>  [6c3ae34e32539f8493a940666dbe16b23a8ba7b0]

        Chg: Vertical Formatting - Growing frames

2001-11-20  Michael Brauer  <mib@openoffice.org>  [981b932275d3ba899c13ee5831a1994b0c593f1a]

        #94902#: Set map unit to twip in the constr, so that it is correct in Load, too

2001-11-20  Frank Meies  <fme@openoffice.org>  [4fb2c0292dbac43df83c31736da8627f8c4d2da6]

        Chg: Vertical Formatting - Formatting footnotes

2001-11-20  Sven Jacobi  <sj@openoffice.org>  [6c13382fa629b0b2903c1e96e010a716ce26ba14]

        #94897# do not use effects for invisible objects

2001-11-20  Frank Meies  <fme@openoffice.org>  [4639d8e5a9dc08879a83eb4f5580732adff395a5]

        Chg: Vertical Formatting - Rotate font for number portions

2001-11-20  Michael Brauer  <mib@openoffice.org>  [3af1a298124c0b3b1f5225a200ec17de77914da4]

        #86025#: Export of multi byte characters that are not UTF-8

2001-11-20  Andreas Martens  <ama@openoffice.org>  [ce1f82e5f434fde59501988aae0398d58f80292f]

        New: Vertical footnotes

2001-11-20  Andreas Martens  <ama@openoffice.org>  [c114b70c0942985c134f3099ea7de3cf7982c6c2]

        Fix: Wrong comparison

2001-11-20  Behrend Cornelius  <bc@openoffice.org>  [8276feef0ed62e00395b0f79ff639443ae0226a4]

        #94903# RTrimStr Routine improved, SwitchMousePointer() added

2001-11-20  Vladimir Glazounov  <vg@openoffice.org>  [defb3dc6f25ca5fd578ae495e456cbb01bdc3555]

        #65293#

2001-11-20  Martin Gallwey  <mtg@openoffice.org>  [32d32ccac1e336637db0f755fa8e99f6655f4535]

        #87796# added missing properties for HeaderSection and ContentSection

2001-11-20  Jörg Barfurth  <jb@openoffice.org>  [ace5c1ed81db43814b5f1fb76e131f0a7e8cda3d]

        #91782# Wrong name of SVERSION entry

2001-11-20  Behrend Cornelius  <bc@openoffice.org>  [9adb2bb8a9b3fce82c9e1f0bb5dcca6213c4f256]

        #94903#Toggling and saving improved

2001-11-20  Ocke Janssen  <oj@openoffice.org>  [5021fb5942adc0091397a20ea0c0f6b425c004dd]

        #94987# SQL_GUID inserted

2001-11-20  Eike Rathke  <er@openoffice.org>  [e15a86fe645dc11af6396d6749ce52c8123ea8ff]

        #87140# added text encodings - RTL_TEXTENCODING_EUC_TW "EUC-TW" (Taiwan) - RTL_TEXTENCODING_GB_18030 "GB 18030" (China) - RTL_TEXTENCODING_ISO_2022_JP "ISO-2022-JP" (Japan) - RTL_TEXTENCODING_ISO_2022_CN "ISO-2022-CN" (China) - RTL_TEXTENCODING_ISO_2022_KR "ISO-2022-KR" (Korea) and merged SRC641 branch into HEAD

2001-11-20  Andreas Schlüns  <as@openoffice.org>  [126e29d25ac9e2f5fc7cf145ab11a9d141fc6189]

        #94982# update documentation for special targets

2001-11-20  Daniel Rentz  <dr@openoffice.org>  [d6bca175a854dcdf8745ae2314c0800bc531212e]

        #94539# Handling of weak characters

2001-11-20  Kai Ahrens  <ka@openoffice.org>  [cef644e62311e538fb043f84a02768c139857206]

        #94949#: don't create cache object if extent is too large

2001-11-20  Martin Gallwey  <mtg@openoffice.org>  [a7eae36bcc133ff7619bc0ad2553b7bb1d12f52c]

        #87796# add TextColumns property

2001-11-20  Martin Gallwey  <mtg@openoffice.org>  [d1b468440c480b9259472f1597448770b32c5cda]

        #87796# add TextTable include

2001-11-20  Rüdiger Timm  <rt@openoffice.org>  [f4c7f8bfa41b73a522643bc02f45953d0ef5f6c8]

        new version for SRC641

2001-11-20  Oliver Bolte  <obo@openoffice.org>  [1baf43d9b170736f0b76a1a214aa6d1291c72058]

        #65293# semicolons missing

2001-11-20  Bertram Nolte  <bnolte@openoffice.org>  [ffb6a2288d97c5ba89e5ee1b2a0426b15bd3e742]

        #87796# Added delphi example.

2001-11-20  Rüdiger Timm  <rt@openoffice.org>  [c1998032a02dab664b8f060d1e272c0ae228efeb]

        new version for SRC641

2001-11-20  Joachim Lingner  <jl@openoffice.org>  [0693b3d50d71b309809bc1de45960ba0416fac0a]

        added index sentence

2001-11-20  Armin Weiss  <aw@openoffice.org>  [cacc6f8a949e321fa8101b3470a12c2383eb913e]

        #94826# Here, only the vertical flag for the OutlinerParaObjects needs to be changed. The AutoGrowWidth/Height items still exist in the not changed object.

2001-11-20  Armin Weiss  <aw@openoffice.org>  [706860dca24d79add1eb295230c3cf49f83140d6]

        #94826# here make sure the correct anchoring is used when the object is re-used but orientation is changed

2001-11-20  Oliver Bolte  <obo@openoffice.org>  [ef3623b702664059551e7f6dd5024fdd97bd93e6]

        new version for SRC641

2001-11-20  Gregor Hartmann  <gh@openoffice.org>  [7d100895cbbc70c76f5ec76eaa0739fefc14b976]

        #92057#new errormessage

2001-11-20  Oliver Bolte  <obo@openoffice.org>  [68ab968cfa97e964470ff752b847978c40d1bf11]

        #65293# fixed by PL

2001-11-20  Frank Meies  <fme@openoffice.org>  [527c2ef317e613d5f78cb942871f668aaffc554c]

        Fix #94375#: Assign script to weak characters at beginning by examining character maps

2001-11-20  Daniel Rentz  <dr@openoffice.org>  [54379cf8d512c79d37b5384fa27b9ad8fb59727a]

        #94922# Crash on BIFF5 export of ext. refs

2001-11-20  Thorsten Behrens  <thb@openoffice.org>  [fbc3a9e7983ebb098b969b7f96630578493fe0cf]

        #94951# Handle handout and note view correctly

2001-11-20  Jörg Budischewski  <jbu@openoffice.org>  [3f00bb68ebd026f1755f9fc4a604de766c9bd670]

        #94955# static initializer list now gcc3 conform

2001-11-20  Michael Hönnig  <mi@openoffice.org>  [d393f710e6730d492849234d295646055d16ef51]

        proofing by Richard Holt

2001-11-20  jp  <jp@openoffice.org>  [8a81e596cf10539043e5cd96bbd70b3baf084f65]

        Bug #94802#: DrawGraphic - don't use the current output device

2001-11-20  Michael Hönnig  <mi@openoffice.org>  [8f451229bfffcdc2da50779747bbc63f91e9c376]

        proofing by Richard Holt

2001-11-20  Thomas Lange  <tl@openoffice.org>  [8e9a562b86a77aae266ac2c7f22215a8ca5ad88b]

        #94931# allowing for missing symbol-names after '' character

2001-11-20  Herbert Duerr  <hdu@openoffice.org>  [c2cd2c87ec9571ad3e9ea01bb6c9bd893e231ca2]

        #94375# fix string start bug in HasGlyphs()

2001-11-20  Herbert Duerr  <hdu@openoffice.org>  [37c2c31f418e0bb93762c6f3ed2368e6f6a09fbf]

        #94375# fix double length bug in HasGlyphs()

2001-11-20  Oliver Specht  <os@openoffice.org>  [7a0f492d893288a4734f1261f33387fdc1f46413]

        #94888# set the synchronize option prior to inserting any AutoText

2001-11-20  Frank Meies  <fme@openoffice.org>  [b5ef4dfc8d0eba9a497e680c9d903334eb65db12]

        Fix #94938#: Backward interactive spelling

2001-11-20  Vladimir Glazounov  <vg@openoffice.org>  [79c1cb563e27c2e50bb571e80334aebbc76f726e]

        new version for SRC641

2001-11-19  Rüdiger Timm  <rt@openoffice.org>  [454376a4abf6cc3ec7bc000d7180b9eeaa45faf9]

        new version for SRC641

2001-11-19  Oliver Bolte  <obo@openoffice.org>  [f0f83df50c341776101ee4666561889830b1011c]

        new version for SRC641

2001-11-19  Rüdiger Timm  <rt@openoffice.org>  [dbadbf6443985f91908906d89398a1b39e84610b]

        new version for SRC641

2001-11-19  Oliver Bolte  <obo@openoffice.org>  [7acc56dd80a4ee16917bf0c269296cb32e1e9128]

        new version for SRC641

2001-11-19  Ingrid Halama  <iha@openoffice.org>  [3a832059f615f37f81787ef3ba663f6d8e78ae3c]

        #87843# nullpointer access in getTypes

2001-11-19  Philipp Lohmann  <pl@openoffice.org>  [19d3a3b672add50a0b4daff47e55a1d003e6a56f]

        #90822# adjust entry height when settings change

2001-11-19  Joachim Lingner  <jl@openoffice.org>  [84c37b0741b9411b982fbeaffa13412cad16bf89]

        #75148# JavaVM was not correctly created, removed dbg message that SjApplet2::settingsChanged is not implemented

2001-11-19  Sven Jacobi  <sj@openoffice.org>  [99629d136b15999948f1fb63e6c2c49fc20d0be9]

        #94887# exporting slide transition sound

2001-11-19  jp  <jp@openoffice.org>  [b3292f778ef9fe933c15b9b65c4287eecd220e31]

        Task #87140#: add the new encodings

2001-11-19  Christof Pintaske  <cp@openoffice.org>  [6cfb4976c7a47f766d87d4dc648282a5304e0708]

        #94952# positions of non-latin1 truetype glyphs maybe garbage

2001-11-19  Stephan Bergmann  <sb@openoffice.org>  [d0330a9d6cc605e7027796218ff8c6c894f90228]

        #87140# Do not convert ESC from Unicode to ISO-2022-JP verbatim.

2001-11-19  Malte Timmermann  <mt@openoffice.org>  [96c7ec526fd0fa45aa6b472680d17014f8183330]

        #94921# SetReadOnly: Set WB_READONLY too

2001-11-19  Stephan Bergmann  <sb@openoffice.org>  [00f76e0fc50b7b1203759335845db7ece0201919]

        #87140# Added support for RTL_TEXTENCODING_ISO_02022_JP.

2001-11-19  Stephan Bergmann  <sb@openoffice.org>  [c9687ae75202347c434448315eacbdbdaa4a67f5]

        #87140# Updated ImplHandleBadInputUnicodeToTextConversion() for state-switching encodings.

2001-11-19  Andreas Bille  <abi@openoffice.org>  [59c7b433acfd69bba9c9abed0127fb05b6a38fd3]

        #932003# forgotten to support XServiceInfo

2001-11-19  Herbert Duerr  <hdu@openoffice.org>  [be53bc7e871c828ffe15a326c637f1570ea4a1f9]

        #94375# implement OutputDevice::HasGlyphs(...)

2001-11-19  Philipp Lohmann  <pl@openoffice.org>  [bb23676e50eebacf4f7e1ba7bd1bafbb465c5fc5]

        #90822# react on changed settings

2001-11-19  Andreas Bille  <abi@openoffice.org>  [211275dcf0bef60ac22be6994ddb543ffda5525a]

        #80835# using interactionhandler in bc.cxx

2001-11-19  Sven Jacobi  <sj@openoffice.org>  [156eb30c0244a463b9645db1808e443a8e62f92d]

        #94908# CheckForConvertToSOObj: set the correct vis area also chart

2001-11-19  Herbert Duerr  <hdu@openoffice.org>  [97f4d7827093394aa9da0fd7f024fac572bcfd28]

        #94375# implement FontCharMap::op=

2001-11-19  Behrend Cornelius  <bc@openoffice.org>  [9573e34faf96728ed333d464fd71cbf83f0ef5fe]

        #94832# Routine 'CopyGraphics' and "EndDialog" modified

2001-11-19  Behrend Cornelius  <bc@openoffice.org>  [da7bd58fe04af8caff8093b22a6c3f7535aa7929]

        #94155# Preselection improved

2001-11-19  Behrend Cornelius  <bc@openoffice.org>  [96417befe597c718e0e27fe53cc9eb30b550b9ac]

        #94155# opendocument Routine now with opt parameter

2001-11-19  Carsten Driesner  <cd@openoffice.org>  [293eb51fa8991ae0d6ba2f6d86e845ddc39a06dd]

        #76907# New static function to retrieve build id infos

2001-11-19  Caolán McNamara  <cmc@openoffice.org>  [7996c29bab5dad73910d38ccffdbfa7002972dca]

        #94418# style frame def ignored when inside autoshape textbox

2001-11-19  Andreas Schlüns  <as@openoffice.org>  [0a3936bf7b20a840991a0a99d7d9c6d7de5452e4]

        #94886# init factories erliear!

2001-11-19  jp  <jp@openoffice.org>  [9bd5dffcb4f07e5211ba104503b77c36dafbfc63]

        Bug #94871#: Connect - handle UNIX home abbreviation

2001-11-19  Martin Gallwey  <mtg@openoffice.org>  [5e5ba5e41b60d4a2b3b17e3c1fab803d43e33466]

        #87786# fix paragraph service description

2001-11-19  Caolán McNamara  <cmc@openoffice.org>  [346e894c3d7d6e8f0ce2508836a3281fd5693861]

        #i1886# when a style includes a list, then the styles indentation overrides the list for the level that is registered on the style. Styles then inherit this modified numbering from their base style and finally, the level in the list to be applied to the style for outline numbering is then the registered list level number, not the style's outline list level

2001-11-19  Martin Gallwey  <mtg@openoffice.org>  [e2b88f97408f62fc13229b0f6e92f11bff287ec5]

        #94745# only return a SwFrmFmt pointer if that is what we are registered in

2001-11-19  Herbert Duerr  <hdu@openoffice.org>  [94276eac86dc2e671124546dc6f26f96f6ad4c93]

        #93033# disable using XRENDER when working with XINERAMA

2001-11-19  Christian Lippka  <cl@openoffice.org>  [ad5909f9800ab2367f522f65b39140853334ad1f]

        #91486# renamed UserDefinedAttributes to ParaUserDefinedAttributes

2001-11-19  Christian Lippka  <cl@openoffice.org>  [021a37bbbb400a9ec9bf4c5289f706b0901aaea8]

        #91486# renamed ShapeUserDefinedAttributes to UserDefinedAttributes

2001-11-19  Christian Lippka  <cl@openoffice.org>  [bace1abb4491eb9652324346e537626797e9d089]

        #91486# renamed ShapeUserDefinedAttributes to UserDefinedAttributes

2001-11-19  Ocke Janssen  <oj@openoffice.org>  [c79dba644b27ea585fa912fc7a720d589e6e3cd9]

        #94453# version raise from 0.9.4 to 0.09.5

2001-11-19  Daniel Rentz  <dr@openoffice.org>  [fad29de7566b7e7fae5750ae53fd0d04f3a71bcb]

        #94539# Support CJK/CTL in table autoformat dialogs

2001-11-19  Daniel Rentz  <dr@openoffice.org>  [e399a2228186d590cddb5bf7b18d0bfeea57d657]

        #94539# Support CJK/CTL in table autoformat dialogs

2001-11-19  Daniel Rentz  <dr@openoffice.org>  [eaa809360ec088f19ff5af82e70b4df195547f00]

        #94539# Support CJK/CTL in table autoformat dialogs

2001-11-19  Björn Milcke  <bm@openoffice.org>  [3678b9f845ebcf8f5e92c11abc400b5da36f5d48]

        #94894# +column-mapping / row-mapping attribute in chart:chart

2001-11-19  Andreas Martens  <ama@openoffice.org>  [72702db9271bc0af5e7d652fb5800934ab2f58e5]

        Fix: Vertical tables

2001-11-19  Frank Meies  <fme@openoffice.org>  [7484b583fab4756eeb0e2f316beb41f2b30d9ef0]

        Chg: Vertical Formatting - Max cursor position

2001-11-19  Frank Meies  <fme@openoffice.org>  [865a4e09ef7e51f911c640f46735660ae6977f64]

        Chg: Vertical Formatting - Pass TextFrm as parameter for CtorInit

2001-11-19  Carsten Driesner  <cd@openoffice.org>  [90307dca99cb19d00eaa49462b30de30d7ea5eca]

        #92801# call statusbar::setValue only if value changed and some optimizations from sfx2 added

2001-11-19  Joachim Lingner  <jl@openoffice.org>  [21d42ab495d7b7aea103e7e32bd7a436c914f6b5]

        #75148# check security and netaccess are set now

2001-11-19  Daniel Rentz  <dr@openoffice.org>  [52a14db501de2fde5683c561361cec82432b36bb]

        #94539# Support CJK/CTL in table autoformat dialogs

2001-11-19  Mathias Bauer  <mba@openoffice.org>  [5ac7b3368c01dd990ff6b2a51c765d3a395d2cd9]

        #94850#: TypeInfo for SfxTopFrame

2001-11-19  Mathias Bauer  <mba@openoffice.org>  [1f0355c7dfbb131a040a99650cff624652985df9]

        #92952#: hand over ObjectShell for ThisComponent when executing macro

2001-11-19  Mathias Bauer  <mba@openoffice.org>  [b03fcfb52429d91c3a1142289b92f78711fcc4f3]

        #94604#: restore UserRights only when in Save

2001-11-19  Frank Meies  <fme@openoffice.org>  [0d140823dce31163a27999171f697981191cd9ca]

        Fix #94772#: Formatting of double line portions

2001-11-19  Andreas Bille  <abi@openoffice.org>  [4dc347740666e9e19b70e3de4e7b216fc5c916d6]

        #80835# Now using interactionhandler in case of error during creation of directory to retrieve a new name.

2001-11-19  Hennes Rohling  <hro@openoffice.org>  [af7cc96ca04d128edccc4b44ce063feceb6cd2da]

        #94629# Read version property as sal_Int32 from file picker service

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [5d0209a06d4bc109723e8842ebed02b5a638bb3f]

        Merge SRC641: 17.11.01 - 00:03:23

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [fbf40abe31ff1ca1f7eb40fae5aec3ff69157f3f]

        Merge SRC641: 16.11.01 - 23:58:36

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [79e5a852d63b300da892275146e0748487480f3d]

        Merge SRC641: 16.11.01 - 23:55:30

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [a8b4f3dee360b235873326828010d87475038dc3]

        Merge SRC638: 11/16/01 - 23:53:02

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [4a16955874334803d60771c18d4ae243067c4d94]

        Merge SRC638: 16.11.01 - 23:50:57

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [a8a41c75b188de7d1437c9871b9c5cbbbf16754d]

        Merge SRC641: 16.11.01 - 23:50:04

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [29a67fd6268596c0f8021e29e17537b9c6412d9f]

        Merge SRC638: 16.11.01 - 23:41:24

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [37400a8201f6ba8734ccad59d7c00d3624048409]

        Merge SRC638: 16.11.01 - 23:39:28

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [a2af922cb074b2e265c8eb177c28ebc6bb32b73f]

        Merge SRC638: 16.11.01 - 23:34:59

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [61e9296ff74fb12b9c6b6d05c4ac9f3fecdef3f5]

        Merge SRC638: 16.11.01 - 23:31:07

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [f8b5b2af74836c1a012a0c78ffc418afbec17c80]

        Merge SRC638: 11/16/01 - 23:27:01

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [89c3480577bbb01b90c83477dd8e8772e5e0b1e9]

        Merge SRC638: 16.11.01 - 23:27:03

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [8604616f3fb3cb34dcaf68654742edc0b661fae9]

        Merge SRC638: 16.11.01 - 23:22:26

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [0705786ba95643ae8e4009bca431f9a9d4dbd19b]

        Merge SRC638: 16.11.01 - 23:20:26

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [92a756c62048e625bc62e9fd5dc9cd93a6fc9fae]

        Merge SRC638: 16.11.01 - 23:20:19

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [710e3cadfcb33c34c48be25e37d8147e8ca2cfe1]

        Merge SRC638: 16.11.01 - 23:18:15

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [a96564c1d7f0f7e6067a9ceaa41bca99f9a40026]

        Merge SRC638: 11/16/01 - 23:16:51

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [a8ba93de133586bd9adc0f013b279c6dedb6d660]

        Merge SRC638: 16.11.01 - 23:15:53

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [4eb840463c5c4e713f9c4b05ca9823263068d688]

        Merge SRC638: 16.11.01 - 23:14:58

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [66ac890218bfc9815a8177476924f6dc8bcdba49]

        Merge SRC638: 16.11.01 - 23:13:43

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [fc15566cefed365e50064456a8d858bbbb48f0a2]

        Merge SRC638: 16.11.01 - 23:11:35

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [082a3714c64604117c58c5b24f8b7b61f87bdccc]

        Merge SRC638: 16.11.01 - 23:11:19

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [45eb6a2d7c6357f132628484745f74a4e7ac42d8]

        Merge SRC638: 16.11.01 - 23:11:10

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [b9678c43e9df037d129f44706550cd3c8a911c76]

        Merge SRC638: 16.11.01 - 23:09:28

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [5edd6d5e1121fccc232fd7636c163d6935297a81]

        Merge SRC638: 16.11.01 - 23:09:25

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [dc7b19614767a43c68ee116688b1150ffd33f6b8]

        Merge SRC638: 11/16/01 - 23:09:49

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [e3337a1b3bb3efdfa09948f27130a5a61b42eb9f]

        Merge SRC638: 16.11.01 - 23:08:53

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [0904c2076432c766bd4553eda2f897bfd3994d09]

        Merge SRC638: 16.11.01 - 23:06:19

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [2c0dac65e46fdf31cd4f8c37f58694cabc901b87]

        Merge SRC638: 16.11.01 - 23:06:27

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [a916c3ce16f0229e82307da442c20ef8212f5d3c]

        Merge SRC638: 16.11.01 - 23:08:06

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [412c3d3dc5f89c0f03c72087577baf22cc61577d]

        Merge SRC638: 16.11.01 - 23:05:48

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [eb4c01ad0058ab34211e7472c50e9b72194e7e65]

        Merge SRC638: 16.11.01 - 23:05:34

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [5821687006f3ea0f8512847befa88fc24fd27f1b]

        Merge SRC638: 11/16/01 - 23:06:12

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [099330e07b75728c923dcd8af87c653a1b51e325]

        Merge SRC638: 16.11.01 - 23:04:28

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [1131c03793f0c968ae995b85d3d0670120c0b0c2]

        Merge SRC638: 16.11.01 - 23:04:00

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [d16d4b51578c5d6f0172282cadb360830678c546]

        Merge SRC638: 16.11.01 - 23:05:24

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [bc159572b5c98329d874de80e1f27cf9453163e6]

        Merge SRC638: 16.11.01 - 23:04:30

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [999ce1752f4519441258680162ee3764467419bf]

        Merge SRC638: 16.11.01 - 23:05:48

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [4b1ab7fe21fd51ad44f36db31e2c40866181e8c0]

        Merge SRC638: 16.11.01 - 23:04:45

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [e423ee24e85b766787bbd89930c61242ad233be1]

        Merge SRC638: 16.11.01 - 23:03:33

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [5777444c25d6778b086f4ee5a01c2d1acd13a195]

        Merge SRC638: 16.11.01 - 23:02:42

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [df1efa592b2b6872e61ea2ed4e9f07e103230363]

        Merge SRC638: 16.11.01 - 23:02:32

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [b07d95bbe052662f96a080fb00f620748629a9ef]

        Merge SRC638: 16.11.01 - 23:01:43

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [2276a48b7a5b60e85f1d15fe6eddec44b56792cb]

        Merge SRC638: 16.11.01 - 23:03:22

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [5b590fd35ddb7fdfd4374da0c20c194da4e136b9]

        Merge SRC638: 11/16/01 - 23:02:41

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [2ac82a815ad2998d60e0fe38f0054de1aec42af6]

        Merge SRC638: 16.11.01 - 23:01:55

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [52fc8875be93c53a6870fe5a0a734cdf1630e411]

        Merge SRC638: 16.11.01 - 23:00:13

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [bf5603157d6140b5d315dffab98a8f71d41db9cc]

        Merge SRC638: 16.11.01 - 22:59:20

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [3186c8220a8ea42ba9c8ac84ee0f8f787b38431f]

        Merge SRC638: 16.11.01 - 22:59:35

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [56d25ffea622de0c8ab6f037b6d9b66efcd54057]

        Merge SRC638: 16.11.01 - 22:59:27

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [0a0f8e2f5f81681063e6dc3a9a8c83f4bcc46da5]

        Merge SRC638: 11/16/01 - 22:59:10

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [1128885629a32597eb4cf0dc8afb87910f45ac3f]

        Merge SRC638: 16.11.01 - 22:57:42

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [aa5c6817a08b4ee645508a5aefe6df9b865b9dcb]

        Merge SRC638: 16.11.01 - 22:57:12

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [81041bae4bcbadedb094ddfc7fc3bea75fcd43a0]

        Merge SRC638: 16.11.01 - 22:59:07

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [a35b37f1f092098882f267663500f4afa8d97aaf]

        Merge SRC638: 16.11.01 - 22:57:37

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [70b5d4da76f58463120f037f2ab75fface115a70]

        Merge SRC638: 16.11.01 - 22:57:24

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [d3e86e314407b04c17b7c0c7c7d31e7e5d0352db]

        Merge SRC638: 16.11.01 - 22:56:28

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [6459192fb37742f3dd3f817aca3394440794cd33]

        Merge SRC638: 16.11.01 - 22:55:27

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [b90590da5b5d88c06a3d248a9e9de470e77a9c04]

        Merge SRC638: 16.11.01 - 22:53:12

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [97073605682d4e58786e716a63a7fe478f8d4cc9]

        Merge SRC638: 16.11.01 - 22:53:14

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [fc6cdeef6477a6176fd3c051c8b45c8b22078aa0]

        Merge SRC638: 16.11.01 - 22:53:08

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [f122692a37090c77398807f48b23b3452a0f1de4]

        Merge SRC638: 16.11.01 - 22:54:36

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [839305ce5c64942e9212645f114a3d614047747b]

        Merge SRC638: 16.11.01 - 22:52:45

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [35cc2860737e74ddd959ac603dde388aef9a508c]

        Merge SRC638: 16.11.01 - 22:53:54

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [3941cf15e39e0561dd5d4b48a55d33cb1026e71e]

        Merge SRC638: 16.11.01 - 22:53:47

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [04f1b7ad679847ed0228938ec3552f27b6707722]

        Merge SRC638: 11/16/01 - 22:52:28

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [f89a3db0d4cfbf41f8495a61857ea8f4e9852e23]

        Merge SRC638: 16.11.01 - 22:50:51

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [d5bdd76db9a736ea21b6847c5f58075cc6409674]

        Merge SRC638: 16.11.01 - 22:51:40

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [f03218877ae8922f16fff987c4da173f9ed1f794]

        Merge SRC638: 16.11.01 - 22:49:21

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [e987044d3883b0cf357e2bc9395b6c87e69fb545]

        Merge SRC638: 16.11.01 - 22:49:59

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [9bd97019f970384f299d66d5e7ed08eeef1669c8]

        Merge SRC638: 16.11.01 - 22:47:56

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [90b2a6af63dcd9916ae61f90165c372bb4f4ba7d]

        Merge SRC638: 16.11.01 - 22:48:27

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [dcbe756bb79b1e0c87382c785fa538bf4d8dcc73]

        Merge SRC638: 16.11.01 - 22:49:53

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [e712378e6d29e2345aa5d9bcd2537d0ed12e1340]

        Merge SRC638: 11/16/01 - 22:48:49

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [9297e0c3fd9bf71eaad7753f6f00d05a134eba5f]

        Merge SRC638: 16.11.01 - 22:49:11

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [c92a6d28b5b0177e5a2201cd33fe66ed47559648]

        Merge SRC638: 16.11.01 - 22:47:20

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [552b073d7915c80ec6741a0cb5300db7a33bc572]

        Merge SRC638: 16.11.01 - 22:48:14

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [135f13be35f2c4b0aadc4f8b81fe447ff625674e]

        Merge SRC638: 16.11.01 - 22:46:07

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [2e896367bae5a4aac0f7d84821efc016a3736fe8]

        Merge SRC638: 16.11.01 - 22:43:30

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [3cf6cf48b9dd819f5d58bb0a780d0607b0874c61]

        Merge SRC638: 16.11.01 - 22:45:17

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [6f9fd392d9e1c1101efec15a8f773bd3ee0a7bb4]

        Merge SRC638: 16.11.01 - 22:44:56

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [bbb7708cd946afca2e54ee25576ad01ccbb99748]

        Merge SRC638: 16.11.01 - 22:44:55

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [74fcf95377ff4bfe876fbb72cdea5518546b8cde]

        Merge SRC638: 16.11.01 - 22:42:21

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [492c1db396c097da4b0cbfd882eb3e829135e4cd]

        Merge SRC638: 16.11.01 - 22:41:18

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [3ca5212044cc56b7b5f9c04ead96040061b33571]

        Merge SRC638: 16.11.01 - 22:42:30

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [93fce33afb13f4507d3bd6c1fd0bfce693a323c2]

        Merge SRC638: 16.11.01 - 22:40:20

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [b56fb70531ec56ab1808627b222cfb3e909ca5f5]

        Merge SRC638: 16.11.01 - 22:38:51

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [d3422d9b2c845f7a27a49a4c12aae5707cc353ce]

        Merge SRC638: 16.11.01 - 22:39:02

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [4f4e93f6c5eef3c02322488ff43f25a185b4d675]

        Merge SRC638: 16.11.01 - 22:39:00

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [792d86963cf4b6dd904a4ea470cc99ee406d029b]

        Merge SRC638: 11/16/01 - 22:37:58

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [94b07507fa7c87b22c58fe20938d1e5cbce4799a]

        Merge SRC638: 16.11.01 - 22:36:52

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [138340cfac5852840ee587d61cde8472271007b8]

        Merge SRC638: 16.11.01 - 22:36:04

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [f9d0fd6a79867abc6da3831cde11a7420645ac92]

        Merge SRC638: 16.11.01 - 22:35:19

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [4464890a6f9a9e8f2b933d49b5a77c11a7666828]

        Merge SRC638: 16.11.01 - 22:34:18

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [e29dfbdaa5842d009938fe10ddd72ba31961d1e4]

        Merge SRC638: 16.11.01 - 22:34:40

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [19ae61642c5bf3372fa79fc17f6d0ebbcdbb51c3]

        Merge SRC638: 16.11.01 - 22:34:12

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [e2cce5247864c44d9051993c2052d929e6782786]

        Merge SRC638: 11/16/01 - 22:34:34

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [f23eaadf6f53b1fb9c392830e71944f09299bca3]

        Merge SRC638: 16.11.01 - 22:33:04

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [895cd0c9d7bb03dc9ac9d2c2f9d0ffac093d5547]

        Merge SRC638: 16.11.01 - 22:32:10

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [b9a3a7dde80919a53d3d964ebe6fbb74d94e74b2]

        Merge SRC638: 16.11.01 - 22:34:06

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [79c596adf322a82b94973c7c42aa4ac9a7cfb264]

        Merge SRC638: 16.11.01 - 22:32:19

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [5a0eaabf74b73e5d9535e80d11538c3bae5d88df]

        Merge SRC638: 16.11.01 - 22:32:24

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [457beb9e0389ff524d3ea0a006bccdfc3defcfe4]

        Merge SRC638: 16.11.01 - 22:30:12

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [99a876f21f0c4d6d780ce0cdc18554db7eeec668]

        Merge SRC638: 11/16/01 - 22:31:01

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [fc7efd9acb736e15d863f606a75719a08901f723]

        Merge SRC638: 16.11.01 - 22:30:53

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [99d4b7acd7adb4ebe1a5125f265888dc223e2d17]

        Merge SRC638: 16.11.01 - 22:25:50

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [ab870be2bb0e0a7771134fc938184a2607f8641d]

        Merge SRC638: 16.11.01 - 22:26:26

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [74f3d3fe4c5dd44176ddbc8c2cbe0d9395ba0f6e]

        Merge SRC638: 16.11.01 - 22:25:38

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [c3ebbcccbd9162a0b1eb8ba1a294ebabe12dc46c]

        Merge SRC638: 16.11.01 - 22:26:32

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [474cdc220373a1bf48eda6c2764deb01d3d3c50b]

        Merge SRC638: 16.11.01 - 22:25:52

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [eab7ba7f1589e185c907bd4bf9c9be018fb315df]

        Merge SRC638: 16.11.01 - 22:25:41

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [6d42ed5b85c40f348df5ad6366e8195ac6faee2b]

        Merge SRC638: 16.11.01 - 22:23:46

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [e756689c7d49ceabb57fc97cf4ea19e69f6a9c2e]

        Merge SRC638: 16.11.01 - 22:22:59

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [12d8a5d27f2d8f2e28ffc1144330535b05df0a45]

        Merge SRC638: 16.11.01 - 22:22:48

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [7be395a93446d0ddda5a99e57f41064a1b7c763b]

        Merge SRC638: 16.11.01 - 22:20:18

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [63c287eddffb3dc752005068de1c8aeebfa61fb1]

        Merge SRC638: 16.11.01 - 22:18:05

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [5e1f5b8fff24e542d766d4d35f67ee1f96bb74b4]

        Merge SRC638: 16.11.01 - 22:16:01

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [b76ee01d323accf877dcae5ca71ecdfa5e9e0a2e]

        Merge SRC638: 16.11.01 - 22:15:06

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [d3bd244f974fa6fd1ca5523f4fcd865e137907ee]

        Merge SRC638: 11/16/01 - 22:14:56

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [305e73c72e4c8106926fdbe834c1babda1740504]

        Merge SRC638: 16.11.01 - 22:13:01

2001-11-16  Vladimir Glazounov  <vg@openoffice.org>  [34b5fa2647a7ce56e5aed174636dda60a3981860]

        Merge SRC638: 16.11.01 - 22:12:33

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [faec2b040a6c160b4b6cde43823628c39fa34565]

        Merge SRC638: 16.11.01 - 22:11:19

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [2adcacf11b522b29a62e287bb38d396338ee12d9]

        Merge SRC638: 11/16/01 - 22:11:32

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [c9f78f874b5a7f834e0015b48fc2e6a355c0ce1e]

        Merge SRC638: 16.11.01 - 22:10:46

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [5f13ed147a75dac0b7f4022c86c915772d85d0b1]

        Merge SRC638: 16.11.01 - 22:08:56

2001-11-16  Oliver Bolte  <obo@openoffice.org>  [b9011c58d48d2131b58808d0361fbba52857534a]

        Merge SRC638: 16.11.01 - 22:07:14

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [aba1c2ec4b9022483207cb0ad0b9a5a7586fc20d]

        Merge SRC638: 16.11.01 - 22:06:51

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [197a499f92f1b8cd70d8b91e7aa75757efd5bd34]

        Merge SRC638: 11/16/01 - 22:07:01

2001-11-16  Kurt Zenker  <kz@openoffice.org>  [f70fcf6bfa5687ad0c788c269eb2c929e354094a]

        Merge SRC638: 16.11.01 - 22:05:25

2001-11-16  Rüdiger Timm  <rt@openoffice.org>  [c51c95aef98c94795ef297be4c821c82b0cd78d9]

        Merge SRC638: 16.11.01 - 22:05:22

2001-11-16  Sascha Ballach  <sab@openoffice.org>  [afef0b711c747f58b4b320f111f0d116c415b38d]

        #94214#; export horizontal allign repeat as left allign

2001-11-16  Ocke Janssen  <oj@openoffice.org>  [d84d7b6bcfef829cdea440f8d3d607a2d5dbed66]

        #94891# use &Class::method instead of Class::method

2001-11-16  Philipp Lohmann  <pl@openoffice.org>  [8ee8b1fbc48ee23db49a73f56cadeb8f0bfe066a]

        #94542# use chkfontpath only on Linux

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [c8029aa80ea240c5ce992ceccdb71058295fa3ee]

        proofing by Richard Holt

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [1f985821e1eba21d1ccb6dd2251beb731fc34d5a]

        proofing by Richard Holt

2001-11-16  Christian Lippka  <cl@openoffice.org>  [27f99917d6d477059e41e6ce1590ca8535d06a60]

        #94782# new property 'HasLevels' for xml

2001-11-16  Dieter Loeschky  <dl@openoffice.org>  [83c4ecff88c0f5cf30504942f15d2faad2c7ecaa]

        #94638# NotifyUndoActionHdl: delete list if empty

2001-11-16  Christian Lippka  <cl@openoffice.org>  [2d4a486b21b626fe9ffb8ea966fbe074322bda90]

        #94782# optional export of levels for draw/impress

2001-11-16  Dieter Loeschky  <dl@openoffice.org>  [01625e74402799a1520c519cd57613246698a7a0]

        #94638# SID_UNDO: clear list of deleted presentation objects

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [2326dd85aeb762216674f1b8e2ba3cdba48dbecf]

        proofing by Richard Holt

2001-11-16  Tom Verbeek  <tv@openoffice.org>  [3a9635bc4ffd3185751e5f23f3418c88a5842ecc]

        #94799# added HIDs

2001-11-16  Tom Verbeek  <tv@openoffice.org>  [511d55c2af333949b8f0a281c58c7dcb70c9d373]

        #94799# HIDs for all steps of template dialog

2001-11-16  Andreas Martens  <ama@openoffice.org>  [ef6d76549ea436c790131626f99ee4481df96786]

        Fix: Vertical table breaking at the end of the page

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [55403372173cfe43ba3ef2624a4ecd8edbda7150]

        proofing by Richard Holt

2001-11-16  Malte Timmermann  <mt@openoffice.org>  [c319ee8fff6897e093636576efd3ecb4e287d5bb]

        #94720# WordLeft: previousWord may return -1

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [9f85911926eeecbbbaf1bbe89a674897550d89b4]

        proofing by Richard Holt

2001-11-16  Tom Verbeek  <tv@openoffice.org>  [9b666a1532f761da72b3319b125e3e8655039c0c]

        #94799# added HID for template correspondence dialog

2001-11-16  Sascha Ballach  <sab@openoffice.org>  [d461008076c2163cada42646b6ad9fcc5524f437]

        #94883#; use the sequence as buffer and do not realloc the sequence again and again

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [2c9ce5403c8a9e6cb3e869dfdd023cffb88e4e7a]

        proofing by Richard Holt

2001-11-16  Malte Timmermann  <mt@openoffice.org>  [e77575483583e108c4030a3a4d8f024601a97158]

        #94865# Fixed a bug in convertFastPropertyValue

2001-11-16  Sascha Ballach  <sab@openoffice.org>  [cb64a50b51da376bdbdcdf96a9a1e666a8ff6b14]

        #92195#; take care the the anchor of the Shape is the anchor before

2001-11-16  Sascha Ballach  <sab@openoffice.org>  [23abd27115924ae4750a461d652608b64e40f8fc]

        #94663#; call _ExportStyles of the base class

2001-11-16  Thorsten Behrens  <thb@openoffice.org>  [68b9e14d3150b56b3e5aaa130529fff448e6882b]

        #93498# Corrected format string to match english locale

2001-11-16  Martin Hollmichel  <mh@openoffice.org>  [ee5144c6a92ede810ed25742057087e13fb49448]

        add: temp. workaround for readme.html #i450#

2001-11-16  Andreas Bregas  <ab@openoffice.org>  [8ac99178e55785c47bfc9d48b32066171501cfff]

        #92172# Password for document basic

2001-11-16  Armin Weiss  <aw@openoffice.org>  [cbb7327f55848134e7573b16d392dc92d0f6261a]

        #92389# take care of bOnlyHardAttr==FALSE and merge in the StyleSheet attributes (if existing)

2001-11-16  Philipp Lohmann  <pl@openoffice.org>  [dc0d23af3cb85e57d55ec2e22c511fda29f37265]

        #93639# try to guess a better global vertical advance width

2001-11-16  Philipp Lohmann  <pl@openoffice.org>  [6a8baba07438f5c88f1fa5cd258412fba7bcce45]

        #93639# take care of strechted rotated characters in vertical writing mode

2001-11-16  Peter Burow  <pb@openoffice.org>  [1370674217a25408eb968ae5e7e3498370e3fec6]

        fix: #94785# new paper formats JIS B Sizes B4/5/6

2001-11-16  Bertram Nolte  <bnolte@openoffice.org>  [598e8c4275e01e12429cf964523bede4b8ea6170]

        #87796# Improved parameter for invoking.

2001-11-16  Hennes Rohling  <hro@openoffice.org>  [961512bd9ae008fdd8ab5cdf1ba6b5d25ffb0429]

        #94875# Added additional method (for NT4) to determine the module containing an address

2001-11-16  Malte Timmermann  <mt@openoffice.org>  [e4c3939a32fd0d418bb9c2fb2f449df346f846e6]

        #94764# GetLanguage( nPara, nPos )

2001-11-16  Juergen Schmidt  <jsc@openoffice.org>  [011f208e103f9289c3716fdf5650d014814581a1]

        #88337# review docu

2001-11-16  Andreas Martens  <ama@openoffice.org>  [207f9bb47bf4956d91abf118c0b4fc1baad6656e]

        New: Vertical tables

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [402bc46964bf1da1d5fb05ad4af169b0f28de494]

        #93753# dissolving drafts CVS module

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [d33d89a641527fc6bc454c2d083dd3edaddd6e8e]

        #93753# dissolving drafts CVS module

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [c2e54cd17dce6479a84e050235f09401ad3a1bc9]

        #93753# dissolving drafts CVS module

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [0186296cb9486a7678b2d816fddf4bb8badddf64]

        #93753# dissolving drafts CVS module

2001-11-16  Michael Hönnig  <mi@openoffice.org>  [09d2af72d8bef430e0c3df77f11589f61eead42e]

        #93753# dissolving drafts CVS module

2001-11-16  Behrend Cornelius  <bc@openoffice.org>  [a964fb2a003fc725b377885ba50b4960b45380bf]

        #94767# chinese(TW), japanese and american holidays added. Also HIDs

2001-11-16  Andreas Bille  <abi@openoffice.org>  [3bedb4349d84549b4ba27df4b19b7cce868b2871]

        #83182# properties IsVolume,IsRemoveable,IsRemote

2001-11-16  Michael Brauer  <mib@openoffice.org>  [808fa19c0d6ecb42db789367462e96d168c1642f]

        #94869#: Footnote symbol export were broken

2001-11-16  Dieter Loeschky  <dl@openoffice.org>  [38f0cf74b75840a14efd662b4c378a6a235ba47d]

        #94797# Start online spelling if language changed

2001-11-16  Mathias Bauer  <mba@openoffice.org>  [0714c036cdd89eb87b4fbf66c2c62cdce198fcf4]

        #93912#: syntax problem with MSVC++

2001-11-16  Ocke Janssen  <oj@openoffice.org>  [f21857a812ade7368614bde3ce6d5f6b1b2685f6]

        #94828# dropcolumn corrected

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [8938be3c3ac06e6b5c8c19c00989ac8bf47d7576]

        #94679# initialise segment size

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [1db81030d9c08fe1cb47984f628951fb519b0a0c]

        #94679# fix exception specification

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [9f5f9dac37e81cb3665ba2d88df6a2a643f60fe9]

        #94679#, #92268# support XServiceInfo and encrypted data headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [d13c7fc98effcef0c9b6cf8e7858e9aa472b78bf]

        #94679# support XTypeProvider

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [ef6a289acbd9c014a4d85c976fe2295398efb22f]

        #94679# support XTypeProvider and XServiceInfo

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [f365bd639275954fbf9cec1b30ad3c8bc6927d8d]

        #94679# use new static method for obtaining implementation id

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [11a5c72daf655896cb5e16068774049910ffaa53]

        #94679#, #92268# support XTypeProvider, XServiceInfo and encrypted data headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [21f49ac87f8f21a15c9c0903351f10d5f9556077]

        #94679# support XTypeProvider and XServiceInfo

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [3da402de735542e628897cf3f9f967bd18dc5501]

        #94679# support XTypeProvider

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [3269035ee8f15af7484d1247a349cd38a6fa7fde]

        #94679#, #92268# support XServiceInfo and XTypeProvider

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [6ba3f3f82d96da32b4cab5b0c9eae2b8348670fb]

        #94679# use new static_ methods for writing component info

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [00d348af116ddceea76d4e2ba04e56c40367d536]

        #94679# support XServiceInfo and XTypeProvider

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [c60ff1d7901bc15bd097e27d9faa05a9b4371608]

        #92268# support encrypted data headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [eca7a187c8e646a9d21ba38fb792f36aa94d8eed]

        #94679# move headers to source file

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [4688dc29d5d33e830ac41e986a8fea7e32b02bc1]

        #92268# Support encrypted data headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [e40e075973890c7ba9ca44071d777391ecaa091d]

        #94679#, #92268# support XTypeProvider and Encrypted data headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [614bfb6cddf45885e93450c9794726e78e91c53f]

        #94679# remove throw specification

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [461ef9d3e6523b659f47e4b85da437c77efab9d4]

        #94679# remove throw specifications

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [e68f41ef5b9dc8af2370080e497f0456e20f3994]

        #94679# add header

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [1e645e0ce8edae9f589138fc0add2676c8d3a378]

        #94679# add used headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [7a343a25021bcc811e5311a961bdc5018fa317fa]

        #94679# add necessary headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [444129b8d30bb633382a1b035254d53a7ed5aa6f]

        #92268# data on encrypted data headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [bacfc0a86260ffb79ba8535c87bbfd6f4e8fd28a]

        #94679# support XTypeProvider and XServiceInfo

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [32244877239c41087cbf319be531bb4d34699b30]

        #94679# support XTypeProvider by using helper class

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [ed7b5f1b30928dde0c38726698d3967e5870e3f4]

        #94679# support XServiceInfo and remove unnecessary headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [1c318efd3d6eb1cb05d0546c1cc9bbf2e9ef3859]

        #94679# remove unncessary headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [62da75a1a27ffa4e2892a20f66a3d3204d58465e]

        #92268# add new methods to support EncryptedDataHeaders for encrypted streams

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [eae12a8d9b933378993e9f59195018442361b3de]

        #94679# remove throw specification

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [0c79bf34dc329c1dbe702ddff8ce97f2b575cf30]

        #94679# remove header to source file

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [0833f220fee7234baaeba2c9daafa0c7b838bd96]

        #92268# include minimum number of headers

2001-11-15  Martin Gallwey  <mtg@openoffice.org>  [99ea22fef3759a50628de394e73365b9e71d8f42]

        #94188# add an assertion if we asked to export an empty section

2001-11-15  Philipp Lohmann  <pl@openoffice.org>  [a3644ec4af99f7e6c67c445b7b52a355e94b9fc0]

        #93912# Get/SetWindowState for vcl SystemWindows

2001-11-15  Juergen Schmidt  <jsc@openoffice.org>  [a8ceddd32cb6cf7a1d7aae5074f0c85f76f6ac4d]

        #88337# review docu

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [7bd35c2cc62e22ea36dacf8f76da493306e8887f]

        proofreading and corrections from Richard Holt

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [43985a5ecddaca68e4fc24bf57ced3489c666d96]

        proofreading and corrections from Richard Holt

2001-11-15  Andreas Bille  <abi@openoffice.org>  [f2dec82b055b8140ee844d08b15c24448e7b8033]

        #86530# removed some now unnecessary tests

2001-11-15  Christian Lippka  <cl@openoffice.org>  [fa4d50f9248490c07ca77dcc889978e282b4f7d5]

        #94550# added round corners for text boxes

2001-11-15  Christian Lippka  <cl@openoffice.org>  [2740fc19284cefa8fdfa91c7d88b249e50fe7c0c]

        #94775# draw:mirror for graphics

2001-11-15  Christian Lippka  <cl@openoffice.org>  [f7f77e28fd78b030caac28e49b976cf7f308647b]

        #94775# made IsMirrored property writeable

2001-11-15  Andreas Bille  <abi@openoffice.org>  [40c4c0df8bf63113a7ae5360b59afae31ae53278]

        #94349# incorrectly merged

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [0b44434f4f7673c35d32fc6965957b5ca96a66cd]

        proofreading and corrections from Richard Holt

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [7de61bdd9ce2459aee7d4043cc600e56c45ad778]

        proofreading and corrections from Richard Holt

2001-11-15  Frank Meies  <fme@openoffice.org>  [dfedbc8596cc51a3abc8ae100a8862748365b141]

        Fix #94772#: Missing initialisation of bFtnInside

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [bf5e1a0d99a280d7a878fb9744ddca7853a9663f]

        proofreading and corrections from Richard Holt

2001-11-15  Behrend Cornelius  <bc@openoffice.org>  [1ea64125c670bfcf4d469649028f1850cb390eb8]

        #92814# Actionlock now removed when in 'LoadCurrentDocument'

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [d5c9c0312e2f9ba8ecef34d1310dc02f7049ab5c]

        proofreading and corrections from Richard Holt

2001-11-15  Frank Meies  <fme@openoffice.org>  [bbefdea52f16f4ce3c2ec8dab90667de8d4d1788]

        Fix #94825#: Document containing unknown attribute

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [03295fcfd0d33ea1d424a4afdd545c6d5b878cb5]

        proofreading and corrections from Richard Holt

2001-11-15  Niklas Nebel  <nn@openoffice.org>  [22f9284c250852b4462422bc27dbc136b9d565fa]

        #94806# AtFree: don't access array beyond allocated size

2001-11-15  Tino Rachui  <tra@openoffice.org>  [ae2aed32d529309a9e78ba8f80a8a99be334c67c]

        #94499#notifyAllListeners now only calls notiyEvent of async event notifier

2001-11-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5bedfb528321040502a01f6c01b4ed40f17753aa]

        #65293# provide SORT variable

2001-11-15  Andreas Bille  <abi@openoffice.org>  [32cd5a6b97c6db87a7f2af05c3f0b7dfdf4dbe8f]

        #94349# now invalidating old information

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [756baaedae5e044280b0db0421b333f3873653fa]

        proofreading and corrections from Richard Holt

2001-11-15  Tino Rachui  <tra@openoffice.org>  [f0a159f4d65414b53cae6e6cdc591decc47da9c2]

        #94499#added asynceventnotifier

2001-11-15  Tino Rachui  <tra@openoffice.org>  [070aae5ec1beb6f271ab860aad5f4fc87f8895b8]

        #94499#using an asynchronous event notifier in order to prevent deadlocks

2001-11-15  Tino Rachui  <tra@openoffice.org>  [e4ebdad8c48272b7ec7738a90d4edafe4cfea8bd]

        #94499#

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [45963494bbbfaf6f6b4367ef6408a7fcec23afd7]

        proofreading and corrections from Richard Holt

2001-11-15  Tino Rachui  <tra@openoffice.org>  [245edd3fd0003dc66c77463c8c3004c1810bd783]

        #94499#initial check-in

2001-11-15  Oliver Specht  <os@openoffice.org>  [65bd995e095460faccfc10cf5b1d97809ae7ec8a]

        #94705# take care for tables and sections in headers/footers/text frames

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [2ff1008b9f7c78e536b80f689ca5778e01c89293]

        proofreading and corrections from Richard Holt

2001-11-15  Michael Hönnig  <mi@openoffice.org>  [73ca91cdca2c97cb5659c35102ad94407869de20]

        proofreading and corrections from Richard Holt

2001-11-15  Michael Brauer  <mib@openoffice.org>  [5348af185d0e83130f63753d8843a192ccdb0984]

        #93846#: Alien attributes for sections were broken

2001-11-15  Michael Brauer  <mib@openoffice.org>  [8c9c0ed885573e84c62e1efce34d3d505d0f7a6e]

        #93846#: Alien attributes for sections were broken

2001-11-15  Ocke Janssen  <oj@openoffice.org>  [412525ccf63afb9e768398752fb4cb871eb5f60c]

        #94820# listen on table

2001-11-15  Mathias Bauer  <mba@openoffice.org>  [b27e614ec1c9e9930af9e284ef64f901b4729b61]

        #94702#: support WindowState

2001-11-15  Michael Brauer  <mib@openoffice.org>  [bb667e4f2d2fd286138fd4a26543db0c241908d2]

        #93846#: Alien attributes for pages were broken

2001-11-15  Ocke Janssen  <oj@openoffice.org>  [7242ac42e16f4fcc5d8ad13541ba251df65650b8]

        #94820# check type of dest database and adjust if possible

2001-11-15  Mathias Bauer  <mba@openoffice.org>  [5f8b7c1b794adf3d7e7aefb0d32913c6966e954c]

        #93980#: SID_BROWSE_STOP on TopFrame, not App;#94380#: not storage access in handsoff mode

2001-11-15  Mathias Bauer  <mba@openoffice.org>  [58298bdf68c382123d671491ffbc315243911cbe]

        #93980#: SID_BROWSE_STOP on TopFrame, not App

2001-11-15  Mathias Bauer  <mba@openoffice.org>  [6802464af3025aedca39eade144936026ad24e5e]

        #93980#: StopButtonTimer moved to topframe

2001-11-15  Mathias Bauer  <mba@openoffice.org>  [a090e3f4d3d556276e0073a8f9963acd1ac3c916]

        #94604#: compare case insensitive, because drive letters may be different

2001-11-15  Mathias Bauer  <mba@openoffice.org>  [f2335a4c17a7955b405fcd85661e748b2432501a]

        #94702#: support WindowState

2001-11-15  Mathias Bauer  <mba@openoffice.org>  [ee1441e5d2cb5a7e443553e1fc9cda125294f8e4]

        #93980#: Cancellable in CancelManager of Frame

2001-11-15  Mathias Bauer  <mba@openoffice.org>  [1e6628b27ebde2ab5ec9e84a67820354c1261c1d]

        #93980#: StopButtonTimer moved to topframe

2001-11-15  Mathias Bauer  <mba@openoffice.org>  [8445298228d4fa9af2c8ce4c2f9ea6a5749db88d]

        #93980#: SID_BROWSE_STOP on TopFrame, not App

2001-11-15  Stephan Schäfer  <ssa@openoffice.org>  [0a022beb56270d9b6d6b100c423e43b3a3102ac5]

        #94529# improve quick help display

2001-11-15  Andreas Bille  <abi@openoffice.org>  [18ec939f40ad2e7148d35224bedca4a5392701cc]

        #86530# Removed property DateCreated from file-ucp

2001-11-15  jp  <jp@openoffice.org>  [66b491614a8a0adcaff60de9d835b5a506b6889e]

        Bug #94794#: GetState - disable hyperlink dialog in readonly documents

2001-11-15  Christian Lippka  <cl@openoffice.org>  [85679d7b741132f296df2724380c261d4c7e2b85]

        #88944# add existing shapes to unsorted list on creating sort context

2001-11-15  Juergen Schmidt  <jsc@openoffice.org>  [e57168966c81a61e6a736e08c2bc8bc909a01efe]

        #94723# rename temp file

2001-11-15  Kurt Zenker  <kz@openoffice.org>  [12b7af5b49105bc1d7dea66ce42c4d536e5e9e10]

        SRC641

2001-11-15  Philipp Lohmann  <pl@openoffice.org>  [a91d06476bca9b92ac8319bb8ec53c4707942ad9]

        #94752# handle MappingNotify correctly for status window

2001-11-15  Kurt Zenker  <kz@openoffice.org>  [cb3dd3690baa991c64cef6764fb8c2126a582d30]

        SRC641

2001-11-15  Ocke Janssen  <oj@openoffice.org>  [b0a5c84c535c51b3a3ad365329cd0b30b5276f9e]

        #94715# when dfault is void don't set it as defaultvalue

2001-11-15  Ocke Janssen  <oj@openoffice.org>  [fd6b2ec1cc3c28c51081993d1eb26b0b0a031c02]

        #94722# set only a formatkey when it is != NumberFormat::UNDEFINED

2001-11-15  Behrend Cornelius  <bc@openoffice.org>  [3a0679def08ea18e0721323568bec434272b8604]

        #94781# Toggling of paths modified; Saving parameters 'As Template'

2001-11-15  Sascha Ballach  <sab@openoffice.org>  [b31528254322b4cd607ea83fdeef4869817a54c3]

        #94330#; ignore single quotes in doulbe quotes and double quotes in single quotes

2001-11-15  Rüdiger Timm  <rt@openoffice.org>  [1545b406a95121dbf18b8021ed415464a3dc6237]

        #65293# gcc-3.0.1 needs lvalue

2001-11-15  Philipp Lohmann  <pl@openoffice.org>  [c31b1449b87fdbd6a6782736d09a7399441c8207]

        #94748# maximize/minimize for dtwm

2001-11-15  Christian Lippka  <cl@openoffice.org>  [bab1dce52fadaf77908f25f287d57a5ea48a3dbb]

        #94750# fixed parameter name import for applets

2001-11-15  Eike Rathke  <er@openoffice.org>  [378834bc96c9fceb3e1c41ad123cbdbbcbe97d17]

        #94609# integrate i18npool

2001-11-15  Ocke Janssen  <oj@openoffice.org>  [f6064fa01433aa8cb79c2dcaa2494cb386b9d218]

        #94754# general fixes for views

2001-11-15  Sascha Ballach  <sab@openoffice.org>  [beca33f29bbae4fad5f56a36039590b306097d2d]

        #94330#; ignore square bracets in doulbe quotes also like in single quotes

2001-11-15  Ocke Janssen  <oj@openoffice.org>  [643c6b02cbf8cd546fa38fd5823797f2d3978468]

        #94384# change &m_rMutex in m_pMutex to avoid illegal member access

2001-11-15  Sascha Ballach  <sab@openoffice.org>  [21723c438789394a3e0801bc776d5f705506a00c]

        #94655#; don't set cell type on cells with formulas

2001-11-15  Andreas Bregas  <ab@openoffice.org>  [027a7c670219f8aba85cdf53a6a17ddd67fc3fe1]

        #92172# UCBStorage::OpenStream(): Pass pKey parameter to OpenStream()

2001-11-15  dkenny  <dkenny@openoffice.org>  [693fc99af41468b1669a4f813f8f4a02ca082562]

        #94683# - Exception thrown with RTTI off causes a crash on Linux

2001-11-15  Ocke Janssen  <oj@openoffice.org>  [516cec33d4548b60c6f8172a71c39173832749e2]

        94595# change default value for openindesignmode

2001-11-14  Thomas Benisch  <tbe@openoffice.org>  [72393b81674057ebaabdfd1230c0590ae0e10427]

        #86383# Basic libraries cannot be added

2001-11-14  jp  <jp@openoffice.org>  [456e5f9f1f5623323044c8f46559080894368b7a]

        Task #94434#: SetConfigurationSettings - change binary search to static hash search

2001-11-14  Niklas Nebel  <nn@openoffice.org>  [7aa78240e8e2e04cdc309c320b626e541468174f]

        #94756# ScImportExport uses rtl::OUString also for ExportString

2001-11-14  jp  <jp@openoffice.org>  [5c29d77312e47e63156d189b2cc735db20627894]

        Task #94434#: SetConfigurationSettings - change stdl-hastbl to static array and binary search

2001-11-14  Stephan Schäfer  <ssa@openoffice.org>  [adb99aec492992d809064f13f3c191c20d81f788]

        #94529# avoid crashing when removing quick help in mouse move

2001-11-14  Hennes Rohling  <hro@openoffice.org>  [008505379da2a4661f74f8ad0c7aa5bfc638f33f]

        #91819# Hold one instance of selection clipboard for all windows

2001-11-14  Vladimir Glazounov  <vg@openoffice.org>  [4e781864a4bd5709c42de96b0bba3742139fb72d]

        #65293# temporary variable for gcc

2001-11-14  Vladimir Glazounov  <vg@openoffice.org>  [808b66a2639517ba8f6591ba1c9c061a42a81883]

        #65293# temporary variable for gcc

2001-11-14  Behrend Cornelius  <bc@openoffice.org>  [0d8c034ed546408a01ca0ab71fab17b65b7827b1]

        #94767# macro restructured due to asian holidays

2001-11-14  Behrend Cornelius  <bc@openoffice.org>  [5f9687cfe3217cef7a0de7686086ed712fba6e74]

        #94577# CheckSheetName Routine improved

2001-11-14  Behrend Cornelius  <bc@openoffice.org>  [ddd50ffe8907da4e8e468f0518dd57f47106155e]

        #94767# macro restructured due to new asian holidays

2001-11-14  Vladimir Glazounov  <vg@openoffice.org>  [cff5022f6656f5a0f976259b50c4eb18a4be7b6d]

        #65293# use temporary variable here for gcc

2001-11-14  Behrend Cornelius  <bc@openoffice.org>  [20820ae1f02fa174f37a840c6d1985b4229a1f4c]

        #94767#macro restructured because of asian holidays

2001-11-14  Martin Gallwey  <mtg@openoffice.org>  [fde0407a3f4b9369d276fcc9b77edd175c105990]

        #93846# add new ParaUserDefinedAttributes

2001-11-14  Martin Gallwey  <mtg@openoffice.org>  [565f2bf467239a9328d6d2e690af581f0bcaacbd]

        #93846# paragraphs should use the new ParaUserDefinedAttribute

2001-11-14  Martin Gallwey  <mtg@openoffice.org>  [05fb6c5f3bc68a0327771a6e5d3534c6c51fbb68]

        #93846# add new property name for forein paragraph attributes

2001-11-14  Caolán McNamara  <cmc@openoffice.org>  [0d5dd8ca555144a2fc36e94db419ecf16a4d461f]

        #94672# the hanging indent used in 7- lists in word 8+ styles where the list is removed from paragraphs still affects indentation to a certain degree

2001-11-14  Jörg Barfurth  <jb@openoffice.org>  [29d9a8351565328d93286e9fea62347f7a5ce85b]

        #86930#,#94287# Reorganization of merging and related algorithms

2001-11-14  Jörg Barfurth  <jb@openoffice.org>  [5e517310958a390cb6beb42f7265b33f583900cd]

        #86930# Workaround for missing readonly conformance now only in remote case

2001-11-14  Jörg Barfurth  <jb@openoffice.org>  [6f6c5b26eccf35d4c0f43ccd6eca89f91dd94f71]

        #86930#,#94287# Provide interface for adjusting state and access

2001-11-14  Jörg Barfurth  <jb@openoffice.org>  [f3ad1366c874fde4d92c58c8ab98692cebc5e188]

        #86930#,#94287# Implement support for finalized

2001-11-14  Tino Rachui  <tra@openoffice.org>  [8789a4916a33c6cbaca8ce90d7917f0339f7ea56]

        #94499#added constant GET_SELECTED_ITEM_INDEX

2001-11-14  Tino Rachui  <tra@openoffice.org>  [b8c71accae047011513ed885e334e18bf292417c]

        #94499#added method ListboxGetSelectedItemIndex

2001-11-14  Jörg Barfurth  <jb@openoffice.org>  [701969cb76d1c8ca0d77aa475e5c4544eb30b022]

        #86930#,#94287# Implement correct merging of layers

2001-11-14  Tino Rachui  <tra@openoffice.org>  [4abab2a54b526d5bd74805d3b6541b21c25ae7a9]

        #94499#no even caching the index of the last selected item of a listbox

2001-11-14  Tino Rachui  <tra@openoffice.org>  [a55aaa1efd8c6266b7f17bdd1a1eb91e66a2e5b5]

        #94499#added method GetSelectedItemIndex to table

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [41520e1ee64190419c702d7e2e1fe36425388844]

        #93753# dissolving drafts cvs module

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [58fce500b2a889b478b84699668fa6185e00b013]

        #93753# dissolving drafts cvs module

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [7e283e35e86a79c75fa067d203a5662c26f22a04]

        #93753# dissolving drafts cvs module

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [30d83565a2735a0b873c11e18649a319cbe31158]

        #93753# dissolving drafts cvs module

2001-11-14  jp  <jp@openoffice.org>  [5a0abe16f252462c57d9d567a3c08dc833f5e758]

        Task #94434#: move all exception code to new module, remove/optimize all not used code

2001-11-14  Jörg Barfurth  <jb@openoffice.org>  [1747a9c9a9d57132387de0deaec62a52a5b66493]

        #86930#,#94287# Refactor merging and related algorithms

2001-11-14  jp  <jp@openoffice.org>  [ac23909927dc3d8a02d87685e95513fefafb30a2]

        Task #94434#: move all exception code to new module, remove/optimize all not used code

2001-11-14  jp  <jp@openoffice.org>  [944731c15a819400805ee31b355e181cf65b5093]

        Task #94434#: methods which need rewind code, moved from label1.cxx to here

2001-11-14  jp  <jp@openoffice.org>  [098963b4f36ad2be80f2577c4b96c775818c6a56]

        Task #94434#: new method Reader::GetSectionList - to handle it by the specific readers and not in the dialog

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [ef82e540705a47344622faf4bd734bd54ae2343b]

        #93753# dissolving drafts cvs module

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [7b30bd6a10d10826da040db620f6074f60376754]

        #93753# dissolving drafts cvs module

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [56c87457c29881d4f48f8e917c616c1341a53059]

        #93753# dissolving drafts cvs module

2001-11-14  Andreas Martens  <ama@openoffice.org>  [953d6c62d76be93857ef6a6b8400045adcb73f09]

        Fix: Vertical sections

2001-11-14  Rüdiger Timm  <rt@openoffice.org>  [ffbcc8b2ac61d4d9dae8b4d82da4ebdccc02a072]

        #65293# use temporary variable for gcc

2001-11-14  Oliver Specht  <os@openoffice.org>  [0f39217ff51de3f5a113edff02582e192176725e]

        #92472# welcome text added

2001-11-14  Kurt Zenker  <kz@openoffice.org>  [6137ab58b4e2022a77894b8e079e38fb8bd5bb68]

        new version for SRC641

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [0f7f8ca46cd8a5602512185f09cda25d78b1949b]

        #93753# dissolving drafts cvs module

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [4ca6985f46d57804af766d1601375d6229efdbe4]

        #93753# dissolving drafts cvs module

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [b8a078a2b7ba9c54919dd70fa9430ba136dafa54]

        #93753# dissolving drafts cvs module

2001-11-14  Niklas Nebel  <nn@openoffice.org>  [98f25635dccdbf5d1bb2849cf4945bc8563535aa]

        #94600# insert special character: set right fonts (all for weak characters)

2001-11-14  Niklas Nebel  <nn@openoffice.org>  [da51228133d35d6f1827fe52eb3ec729cf83f071]

        #94600# GetOptimalHeight: use DefaultScriptType for empty cells

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [0c5f5f16199b1fe5575c11b688c4dbb01b3b6d58]

        #93753# dissolving drafts cvs module

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [b4662888df20350403922f0567896f8be9fa0093]

        #93753# dissolving drafts cvs module

2001-11-14  Niklas Nebel  <nn@openoffice.org>  [767686bcca5540d208812860d91b88a352834475]

        #94600# HasStringWeakCharacters

2001-11-14  Kurt Zenker  <kz@openoffice.org>  [6554277affa843219acde8b0f9d7abbda687c763]

        new version for SRC641

2001-11-14  Vladimir Glazounov  <vg@openoffice.org>  [2b122cf0efee6e9d5b9a622e3eaaf2f3bc63a072]

        #65293# use temporary variables for gcc

2001-11-14  Daniel Rentz  <dr@openoffice.org>  [6dfec21c15d38b710584cda90afb236919577371]

        #94539# CJK and CTL fonts for table autoformats

2001-11-14  Daniel Rentz  <dr@openoffice.org>  [6fea0236c080ab8f0ba0a57b4fabbd4465166607]

        #94539# CJK and CTL fonts for table autoformats

2001-11-14  Daniel Rentz  <dr@openoffice.org>  [f7226209763e6302ed4b78dbe970743c4a97fdb9]

        #94539# CJK and CTL fonts for table autoformats

2001-11-14  Eike Rathke  <er@openoffice.org>  [4e37caee618b54ccfd3096979886556c3208ab63]

        #92049# GetCurrencyEntry: don't try to match symbol only if extension was specified

2001-11-14  Philipp Lohmann  <pl@openoffice.org>  [1fa3ddd643e951b5f172b15b437c052425732c70]

        #94657# reset focus to application in Show

2001-11-14  Andreas Martens  <ama@openoffice.org>  [a131c79bbc71084c06534313b044a59206f290e5]

        Fix: Selection in rotated portions in vertical layout

2001-11-14  Andreas Martens  <ama@openoffice.org>  [1f036e7cdeb474d75c23d0879a400894652d3ea4]

        Fix: Vertical sections

2001-11-14  Michael Hönnig  <mi@openoffice.org>  [8f4a9fd3d69f075efc6f5b0158d6ea45da07c0d5]

        #93753# dissolving drafts cvs module

2001-11-14  Kurt Zenker  <kz@openoffice.org>  [46731618633ed7d43a89b15e9774bedae4086247]

        new version for SRC641

2001-11-14  Peter Burow  <pb@openoffice.org>  [a04affb827fed38fb50d8bb0c6d421d947a9ff5a]

        fix: #94612# font selection with <RETURN> fixed

2001-11-14  Oliver Specht  <os@openoffice.org>  [420202ac18904e3b277f58f0f9fbc8d86bcaf520]

        #94674# remainders of programmatic<->UIName conversion of index title removed

2001-11-14  Christof Pintaske  <cp@openoffice.org>  [17acf4bdebeb8038292f7ed42607894facd5c99c]

        #94736# typo: Zcaron instead of zcaron

2001-11-14  Dieter Loeschky  <dl@openoffice.org>  [8c3eb6662ef6bf6e4b58a1144236640c39df7a63]

        #91203# SetAutoLayout(): bInit == FALSE

2001-11-14  Oliver Specht  <os@openoffice.org>  [f0179cbaaf76474a21e4c0b1a74e07e11bcbb2aa]

        #92472# preload wizard

2001-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d20d577e9ce6ddcd3f3ace1f3bf56201e1c8fa33]

        #92951# added map file for gcc3 linux intel

2001-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f8f2e1dea776279eefb276fb4851d5a4484fca3]

        *** empty log message ***

2001-11-14  Kai Ahrens  <ka@openoffice.org>  [4fe002a56b03e4be126320b2f2715813bc84dcf0]

        #81433#: optimized creation of drawing object thumbs

2001-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f080788ce0ec54ed51296b2fab2478d7cbd5a68d]

        #89835# missing dependency

2001-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [59e4522d054a794f70334e46ef537049042e6d4e]

        #92924# preparing module for gcc3

2001-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fc6566358a2bbe6bc7884eb66eb8ab369416a8a]

        #88337# inline hint

2001-11-14  Thomas Lange  <tl@openoffice.org>  [0884e6f18e136fae6213bf20aaa072920a81817a]

        #94058# problem with setting/removing font effects (underline, strikeout, embossed, ...) in selections that already had more than one of each kind set now fixed.

2001-11-14  Frank Meies  <fme@openoffice.org>  [ed17109b2ae7338df8ee1e1cf664cd3c63c06f6a]

        Chg: Vertical Formatting - FormatQuick for vertical frames

2001-11-14  Frank Meies  <fme@openoffice.org>  [efd5fbd29cbccb19374f815badc6f66d267d9d72]

        Chg: Vertical Formatting: WouldFit for vertical frames

2001-11-14  Stephan Schäfer  <ssa@openoffice.org>  [920e836e6eb8f132939b5cb1af1af0dedaa1a0d6]

        #94529# calc correct decoration size

2001-11-14  Kurt Zenker  <kz@openoffice.org>  [c581de089bfaf067502e63c4a1570041b7ecf9be]

        i18mpool mustn't depends on itself

2001-11-14  Malte Timmermann  <mt@openoffice.org>  [ec81cfd609f2ed5ebbe3d64fcb1af1180719ed8c]

        #94002# Fixed a bug in GetAttribs()

2001-11-14  Stephan Schäfer  <ssa@openoffice.org>  [555efd8ae1eed09dd7c25d7b823fae30899b0449]

        #92632# enable tip help for menues

2001-11-14  Thomas Benisch  <tbe@openoffice.org>  [451b20dadcb9008abd87114aea91474b9a146837]

        #92173# Reimplement Basic password protection UI in Basic IDE

2001-11-14  Andreas Bregas  <ab@openoffice.org>  [ce5baf285d445d87eebf9a64ea38d0b90711dde4]

        #92172# Fixed StoreBinaryData()

2001-11-14  Stephan Schäfer  <ssa@openoffice.org>  [e92618b863084461eaa02ccecc592b109fc5c8d8]

        #94529# avoid flickering of help window

2001-11-14  Thomas Benisch  <tbe@openoffice.org>  [637229bb7b1aecd45573b1c2f6a30f0ed64bc643]

        #92173# Reimplement Basic password protection UI in Basic IDE

2001-11-14  Frank Meies  <fme@openoffice.org>  [fa84644600372e53951862a05e2f66c51bcaa2ef]

        Chg: Vertical Formatting: Use of SWAP macros

2001-11-14  Frank Meies  <fme@openoffice.org>  [fde0a9eebdfd95509a7233eb61b5f12c59c8134c]

        Chg: Vertical Formatting: Adjust cursor position limit in vertical frames

2001-11-14  Malte Timmermann  <mt@openoffice.org>  [07de10bb7c21b79dfd3a6880a9c5576027953ac6]

        #94352# PasteOrDropHdl

2001-11-14  Thomas Benisch  <tbe@openoffice.org>  [e453101dfda1b325400550a01923a88d1ba2aa2f]

        #92173# Reimplement Basic password protection UI in Basic IDE

2001-11-14  Armin Weiss  <aw@openoffice.org>  [bc440c77f2a8e2f649dc4a00bf0dd17c674cc699]

        #94547# Have to re-activate more performant, but corrected version. This is necessary since SetItemSet() of the old implementation calls ItemSetChanged() which replaces in textobjects all text items which is wrong behaviour for BurnInStyleSheet.

2001-11-14  Christof Pintaske  <cp@openoffice.org>  [dadde1a24c65c39671dda9d57e4fc3615e402098]

        #94075# assertion popups may remove uncomplete floating windows

2001-11-14  Thomas Benisch  <tbe@openoffice.org>  [6586d3f889ac3686c12783174680ca1b338234c9]

        #92173# Reimplement Basic password protection UI in Basic IDE

2001-11-14  Kay Ramme  <kr@openoffice.org>  [74153283f33fb6d9b592d027b5e6c7df6d221127]

        now uses unorc for default bootstrapping (#91782#)

2001-11-14  Kurt Zenker  <kz@openoffice.org>  [c7a1bc7bc678c60f6800431d87d1e7beda119bca]

        new version for SRC641

2001-11-14  Kurt Zenker  <kz@openoffice.org>  [183661efc8323383b2914092909f39363d5d7810]

        new version for SRC641

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [5182f911781b49a00d8431cdce0c2cf2e2ddd378]

        Merge SRC641: 14.11.01 - 00:37:24

2001-11-13  Oliver Bolte  <obo@openoffice.org>  [48bbe91bbbfafcffe7eeb908a425d87a9f1dabfe]

        new version for SRC641

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [9bd6d75d32f38dfcd801d601d1d622bc1fabdec7]

        new version for SRC641

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [294e2b5b2238cb495069dee8ba1accb04a1acedd]

        Merge SRC641: 13.11.01 - 23:49:14

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [2bb1651cb0200f51f093d136b7345d930dd6c79e]

        Merge SRC641: 13.11.01 - 23:38:43

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [5da4ddfb40a730847c16df701bf606f3d9bcfcf2]

        Merge SRC641: 13.11.01 - 23:36:34

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [81bb8410f805fd6efc1a20e2b6f830da6d0f33db]

        Merge SRC641: 13.11.01 - 23:35:33

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [3fce0fb1096d185606f5a714a05f9ee0e8f98ffa]

        Merge SRC641: 13.11.01 - 23:35:14

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [765f43f1261ea1d7a9b809d8913fbbc6d652c5e0]

        Merge SRC641: 13.11.01 - 23:33:43

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [312eb770cf8c5346466c097091750253e33281c2]

        Merge SRC641: 13.11.01 - 23:28:00

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [913e36d3020cdb605d23d61cf516f91e6b98f1c0]

        Merge SRC641: 13.11.01 - 23:26:48

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [1ff35e8c8f4080590e867a38b6efdf80e84a2988]

        Merge SRC641: 13.11.01 - 23:26:22

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [64cbbc49844cd912b6ea85bb9d0538bc8ac2d260]

        Merge SRC641: 13.11.01 - 23:24:18

2001-11-13  Rüdiger Timm  <rt@openoffice.org>  [75db1143e1a1fc6f2b56638f516a93d65f47f7ed]

        Merge SRC641: 13.11.01 - 23:24:02

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [54a1547ee5bdb0fe94dc3da11ee15b61cb7da0e3]

        Merge SRC641: 13.11.01 - 23:21:48

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [f1db4bb407af5660fd7b40c0bf8750e013389ced]

        Merge SRC641: 13.11.01 - 23:20:07

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [3bddc7983537fb0d84af5dac2e2b28054d0857c1]

        Merge SRC641: 11/13/01 - 23:20:06

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [541fc87054d9124932d5da255fbdd46d4508366c]

        Merge SRC641: 13.11.01 - 23:14:57

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [239b123441e12bb189e6bc4946d09bbe86ffb613]

        Merge SRC641: 13.11.01 - 23:13:55

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [6915190a655da0f9c814a6706cc354e05540c711]

        Merge SRC641: 13.11.01 - 23:12:17

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [9ca3e466f34ad226159e21eb579691759b169c80]

        Merge SRC641: 13.11.01 - 23:13:05

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [175a541a2154eb7f9ffecc6074490b9873f3be90]

        Merge SRC641: 13.11.01 - 23:11:08

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [2ab99da37980287bce744a27626aa5d6a8c9becb]

        Merge SRC641: 13.11.01 - 23:09:23

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [ee7268909748580325c054417ef88eb2d23462f3]

        Merge SRC641: 11/13/01 - 23:09:38

2001-11-13  Vladimir Glazounov  <vg@openoffice.org>  [fb3da20af4cf5fb9d363bdb9fcf7222060d3e69d]

        Merge SRC641: 13.11.01 - 22:59:54

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [86e7ec5498088444d736b2cff54d9a06fbd8d837]

        Merge SRC641: 13.11.01 - 22:57:21

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [e7729ccc469b368732b4dc48b3d92c0a82d90168]

        Merge SRC641: 13.11.01 - 22:56:37

2001-11-13  Oliver Bolte  <obo@openoffice.org>  [2280d7b786ad968cde74a76bd22fd2cf769b8d9c]

        Merge SRC641: 13.11.01 - 22:55:37

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [a44a920bd325111ed47aa66959b49fa46a464259]

        Merge SRC641: 13.11.01 - 22:55:24

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [34a00ab98cc346600f189579c8c9af378657c31d]

        Merge SRC641: 13.11.01 - 22:54:26

2001-11-13  Oliver Bolte  <obo@openoffice.org>  [c5fcaca0add24c2c68cf79aa9405d76260b18db9]

        Merge SRC641: 13.11.01 - 22:53:23

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [bb0afeab88e20beb6f087319ddc3158a5bf8d89d]

        Merge SRC641: 13.11.01 - 22:53:37

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [a7bfec26394f3fe8e6fcb76056e14ec907300538]

        Merge SRC641: 13.11.01 - 22:51:44

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [d5f0aaa72667fa56019fe4ff87c9fd44d190bd7e]

        Merge SRC641: 13.11.01 - 22:49:59

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [324dbddbae781a8b42ff9584dad3317ebc8d8d87]

        Merge SRC641: 13.11.01 - 22:47:11

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [184875c2547536d0d1bc4715e8406d03b00edae6]

        Merge SRC641: 11/13/01 - 22:47:16

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [9e8156bb5d0564a17c56d25b20e2edeee0677c15]

        Merge SRC641: 13.11.01 - 22:45:44

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [938d6cbe0c8c242658374217e79c8189ab2ccb3e]

        Merge SRC641: 13.11.01 - 22:45:44

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [83fd9f8414797d9e615e42af904fe83bb38ef646]

        Merge SRC641: 11/13/01 - 22:45:33

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [362e5bb590510ce1c528be40c5167b023f363409]

        Merge SRC641: 13.11.01 - 22:44:57

2001-11-13  Vladimir Glazounov  <vg@openoffice.org>  [1f6cd96282422e593ebd40854242533330fb650d]

        Merge SRC641: 13.11.01 - 22:44:26

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [eddd3c64ec2ba84a3d71885c76df1f93a887739e]

        Merge SRC641: 13.11.01 - 22:43:11

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [73e3fcc72714abdc17f3f2223f9163c9e22b6db3]

        Merge SRC641: 13.11.01 - 22:42:44

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [e5c92d42edf675f9617cd3267ac2144df9b9335b]

        Merge SRC641: 11/13/01 - 22:43:35

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [1d0a3a07b87e334018a1097b09248e9ab65af11d]

        Merge SRC641: 13.11.01 - 22:41:14

2001-11-13  Vladimir Glazounov  <vg@openoffice.org>  [d255eefa4d2c34457e5cfcd172f712359d75f099]

        Merge SRC641: 13.11.01 - 22:40:48

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [458446345f74cb05021bb70a41183a870cd738ba]

        Merge SRC641: 13.11.01 - 22:38:29

2001-11-13  Rüdiger Timm  <rt@openoffice.org>  [8303eb02c0544aa5fbc572d5717343f23fffed4f]

        Merge SRC641: 13.11.01 - 22:37:34

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [31caad5e10e078a7d53ec7b62278a2dcc2e19831]

        Merge SRC641: 13.11.01 - 22:38:59

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [264760f30a31f158068d676200f2a58fc5a1996e]

        Merge SRC641: 13.11.01 - 22:38:31

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [fb70470eea676eaac419c8f97e05a52a6f270899]

        Merge SRC641: 13.11.01 - 22:38:38

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [a6e6464fb638e6ec2abb62ca13fc5c940e56bd23]

        Merge SRC641: 13.11.01 - 22:36:54

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [8aea248f9e98fbc2f32c03867deff964dec71922]

        Merge SRC641: 13.11.01 - 22:35:02

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [75a7918f7c07c3c243ef87a04e1d5d41892f76a5]

        Merge SRC641: 13.11.01 - 22:31:29

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [4446f75975c3cb1cda8b1aebc1b4715f0e9afaab]

        Merge SRC641: 13.11.01 - 22:31:10

2001-11-13  Vladimir Glazounov  <vg@openoffice.org>  [ac68c007fca0c73a665ea4ab5291f808c69e7d2d]

        Merge SRC641: 13.11.01 - 22:30:34

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [cca8b2bc9444add13d41326bde0d4ff988267294]

        Merge SRC641: 11/13/01 - 22:30:30

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [218e5a3bf01ebe09586d1a94daa75b883cf589ce]

        Merge SRC641: 13.11.01 - 22:29:28

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [ec4a1e0ce74e5f71d6ec96c3a88812b59808535c]

        Merge SRC641: 13.11.01 - 22:26:16

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [377dd4430bedd620e0ea43c174be1fac1fd345e1]

        Merge SRC641: 13.11.01 - 22:21:28

2001-11-13  Rüdiger Timm  <rt@openoffice.org>  [6cd2c493f588c90692a496b7551cc9a100e10bd2]

        new version for SRC650

2001-11-13  Armin Weiss  <aw@openoffice.org>  [c2a38db59a8cf7ebb1514fab15a2972d09a99cc4]

        #94652# clear UNDO stack after autopilot

2001-11-13  jp  <jp@openoffice.org>  [b65220323e78a6de72194f7d5206c4bf0711f183]

        Bug #94626#: use for ignore case the translitertor instead of collator

2001-11-13  Michael Brauer  <mib@openoffice.org>  [d3ddd58b55ea1f83a145f220581b375903ae8012]

        #94498#: keep unknown attributes from own namespaces

2001-11-13  Armin Weiss  <aw@openoffice.org>  [ee1d4093e467f106a87deefe6849ada64e8ba8eb]

        #94637# invalidate Selection, there could be objects deleted in tis UNDO which are no longer allowed to be selected then.

2001-11-13  Armin Weiss  <aw@openoffice.org>  [7a01a1d1a07cbef23991ebe3ae2234439182fdfe]

        #94637# when UndoStack is cleared by ModifyPageUndoAction the nCount may have changed, so test GetUndoActionCount()

2001-11-13  Nils Fuhrmann  <nf@openoffice.org>  [ed38c2653b251433de2235728eb1071080733870]

        First version of getsolar. Getsolar is a tool to show product dependencies

2001-11-13  Michael Brauer  <mib@openoffice.org>  [df44c574afe73e06e5409afb30b06afc4a108f3e]

        #93846#: keep unknown attributes of frames

2001-11-13  Michael Brauer  <mib@openoffice.org>  [31c75de4d8558b183bd7804c31cba6971356f3fc]

        #94498#: keep unknown attributes from own namespaces, #93846#: and frames

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [2cbb69d248761b788dd67a82117a19ca924b95ee]

        SRC641

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [269f05befd67ad1376ada49895a5eef0528f0852]

        new version for SRC650

2001-11-13  Bertram Nolte  <bnolte@openoffice.org>  [436efcea30cc043cd6af105b09181cf7be81e905]

        #88337# Added link for Delphi example.

2001-11-13  Bertram Nolte  <bnolte@openoffice.org>  [12c103aa95a74ce80d9f74b991e9e9316f5c7b3c]

        #87796# Improved the documentation.

2001-11-13  Kai Ahrens  <ka@openoffice.org>  [a2b9206e0475b768ba773b08a936bfab4fdfe5a5]

        #94159#: set help id at inner controls

2001-11-13  Vladimir Glazounov  <vg@openoffice.org>  [144113702bbe2ac3a0f7d7f742cca0874d49c2d9]

        #65293# added missing #include

2001-11-13  Christian Lippka  <cl@openoffice.org>  [b5541ad1d1fa4dc31694c877e0f210acf564592b]

        #94002# use optimized GetAttribs for one para if possible

2001-11-13  Bertram Nolte  <bnolte@openoffice.org>  [4bf2a1487fa0346e8128ee5043323e4769404713]

        #87796# Added Delphi example.

2001-11-13  Andreas Martens  <ama@openoffice.org>  [7f8d96deaa79dc271ec36212c74d0b23715ff7c6]

        Fix: Vertical sections

2001-11-13  Christian Lippka  <cl@openoffice.org>  [4ccb85687ac4e477aefd3fc773a1f71e913bcf0b]

        #94286# disable edit of hyperlink in read only mode

2001-11-13  Vladimir Glazounov  <vg@openoffice.org>  [b999e2aaf9e6f325679fe5488e453d738f846880]

        #65293# added types cast

2001-11-13  Vladimir Glazounov  <vg@openoffice.org>  [a19ab37d770d641d1ff70103d0219350fe398d6c]

        #65293# added types cast

2001-11-13  Andreas Martens  <ama@openoffice.org>  [52b81276325c1993fec92a5b2ab616205fa1ed2c]

        Fix #94624#: Append the fly frames to the right page

2001-11-13  Carsten Driesner  <cd@openoffice.org>  [742171848fd5800ac42b62a6a3ba63fabc220c0c]

        #90045# interaction handler implemented

2001-11-13  jp  <jp@openoffice.org>  [5a55b3950064060bcea72a3e24d2f7b3df953c15]

        Bug #94630#: SwUndoDrawDelete - store marklist for undo

2001-11-13  Carsten Driesner  <cd@openoffice.org>  [b47979bbfcbcc0567eda68cc443297aa46002f66]

        #90045# implts_askType method removed

2001-11-13  jp  <jp@openoffice.org>  [167aabd0fa6e76c61654b00eca06c1e5b5e0a245]

        Bug #94636#: ReadChars - don't handle zero character special

2001-11-13  Gregor Hartmann  <gh@openoffice.org>  [1003f7281e5b0d980c4237e546f17e671a9f0b07]

        #94585#Had to fix small flaw

2001-11-13  Carsten Driesner  <cd@openoffice.org>  [60b4eb30aae286e24e081aebd4eb3b7414f00530]

        #90045# service name for interactionhandler added

2001-11-13  Christian Lippka  <cl@openoffice.org>  [62e914f21235c99f77d66ea08e0346911b247914]

        #94599# don't use SvxExtTimeField for ID_TIMEFIELD

2001-11-13  Kai Ahrens  <ka@openoffice.org>  [57539824504c4281d13056cc20bf587b286febf3]

        #94486#: insert editengine format as binary stream, not as RTF stream

2001-11-13  Kurt Zenker  <kz@openoffice.org>  [794078bce32a9cd7fdc22f3608a9b1940d796c33]

        SRC641

2001-11-13  Daniel Rentz  <dr@openoffice.org>  [51f123484ee056df63c69519f547b616b987f493]

        #94142# Chart import with XMultiPropertySet

2001-11-13  Thorsten Behrens  <thb@openoffice.org>  [105e437e33a131080dcea3099851aec324a6ebbf]

        #94252# Doing enabling/disabling of controls at proper place

2001-11-13  Gregor Hartmann  <gh@openoffice.org>  [d0cde63524ff68d668c9e97ceddfa390e743b2eb]

        #94585#Problem with large strings

2001-11-13  gt  <gt@openoffice.org>  [195b43e10566e9b34ad65486c818b535bb0c4178]

        #94651# SfxTemplateDialogWrapper::SfxTemplateDialogWrapper(): reference for pos is top most window, not desktop

2001-11-13  Sven Jacobi  <sj@openoffice.org>  [504fa309a8a6d36459d869abdf1198163d9d3d71]

        #94620# set orrect textencoding for shift_jis and big5

2001-11-13  Mathias Bauer  <mba@openoffice.org>  [3406cc852d8fac3aa1fedadd5ce936d72ef681eb]

        #92268#: support individually encrypted streams

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [667589cf851b44ccb4e1bc95ef844d0cb1e84f44]

        Apply a patch for IRIX (#I2093)
        
        Contributed by: The SGI OpenOffice.org porting team

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [e3b7085bd540ecaa34fc8559c6a5f2a4f4e227eb]

        copy macros.mk from ../NETBSD

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [f21a83c3bae2dfde81cf2ff68e810be16b2aaae9]

        Merge from OO641B (1.3.2.1) to HEAD

2001-11-12  Thomas Benisch  <tbe@openoffice.org>  [c29c7a86c8cb18d0e0602cddb3f24373e2424098]

        #92173# Reimplement Basic password protection UI in Basic IDE

2001-11-12  Kurt Zenker  <kz@openoffice.org>  [ba03f462206a92eb8d56fa97e7c014f72168da4d]

        new version for SRC650

2001-11-12  Kurt Zenker  <kz@openoffice.org>  [008ab60b189e927fa4f90536249b9faaf12c43bc]

        new version for SRC650

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [0a35ff6712b91e56b058b74591d56ce55f71779d]

        a special ifdef for IRIX

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [1c0c2b709db0307aa596e9fc3b244880b432af21]

        Support detecting either a STLport4 library built with Mipspro or GCC on IRIX.
        
        Contributed by: The SGI OpenOffice.org porting team

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [cde59903b57e30b73a5894959046f9c1f293fbdf]

        Merge from OO641B to HEAD

2001-11-12  Rüdiger Timm  <rt@openoffice.org>  [4b19e69ed2852b0fabf5f44241bb252781ffc544]

        new version for SRC650

2001-11-12  Vladimir Glazounov  <vg@openoffice.org>  [8e622f6a6cad1ab400e4d7b62201225dc6c5057e]

        new version for SRC650

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [198d3c0742456005b92da778d9b46f95ead73bb2]

        Add support for using either gcc or cc on IRIX
        
        Contributed by: The SGI OpenOffice.org porting team

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [9204b1b014a0aeb506d802360bef722a613373b2]

        Add support for IRIX.
        
        Contributed by: The SGI OpenOffice.org porting team

2001-11-12  Kurt Zenker  <kz@openoffice.org>  [8994c189b986f04917a6d95033993a4c1979e7d9]

        new version for SRC650

2001-11-12  Niklas Nebel  <nn@openoffice.org>  [7f958d71e349811d943cfeb22b9f129978be35e4]

        #94568# use office language to get script for weak characters and as EditEngine DefaultLanguage

2001-11-12  Eike Rathke  <er@openoffice.org>  [7f4eb4e70df6b1cef541447e57d7cfd0dc1231a5]

        #94609# remove from i18n what's present in i18npool

2001-11-12  Rüdiger Timm  <rt@openoffice.org>  [69a3cb2e8ab48ce1f2fb41a351f33cbaa24629f5]

        new version for SRC650

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [65ebb9afa3cc42999c1393a7bb3f3a39d69cf15b]

        Update configure to correspond to configure.in rev 1.33

2001-11-12  Eike Rathke  <er@openoffice.org>  [8752dca96cf4063e80eca76fb275cde1e170edfd]

        #94609# remove from i18n what's present in i18npool and integrate i18npool into build

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [fe56519702a5b35696dba73a90d358bb7d8059b4]

        Check for the presence of the gpc files

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [5e29b7e9d2394d86562b094be8e8173e4e8e2500]

        Merge OO641B (rev 1.31.4.2.4.1) to HEAD

2001-11-12  Eike Rathke  <er@openoffice.org>  [e4cd5c8b99f0e80b08a4819df6977f158a43c975]

        #94609# removed svtools/unotools dependency

2001-11-12  Michael Brauer  <mib@openoffice.org>  [9706762aec0ebe909a23ad1d026b1fd184857ed3]

        #94561#: Chi was missing

2001-11-12  Behrend Cornelius  <bc@openoffice.org>  [f27135e6f0e410170875eefa1b08f486da7117f4]

        #94501# CreateFolder Function added

2001-11-12  Caolán McNamara  <cmc@openoffice.org>  [f4bca9253e03e15b623aeacaa8a2d57e5cbeec9f]

        #94418# style frame def ignored when inside autoshape textbox

2001-11-12  Behrend Cornelius  <bc@openoffice.org>  [980ef79c70d22761f6c3497df1243bb779ab0fe9]

        #94501# Back Button now enabled on 2nd step. Statusline now at original frame

2001-11-12  Philipp Lohmann  <pl@openoffice.org>  [f1ed6008d94820e098da8327caded4a5a45a8c2b]

        #94591# back to screen coordinates because of help text

2001-11-12  Hennes Rohling  <hro@openoffice.org>  [b9ac74bf296ba537d7b0a523d9fc462921c56717]

        #93778# Pass arguments from file picker to component loader

2001-11-12  Eike Rathke  <er@openoffice.org>  [47c516360d196dd056f964fe1eb8b0202c504f6b]

        #84725# add XServiceInfo implementation

2001-11-12  Eike Rathke  <er@openoffice.org>  [1c526d29cc9676b81be804935c5af5e80b292cae]

        #84725# Add XServiceInfo implementation; #92924# replace static array of oustrings with char*

2001-11-12  Eike Rathke  <er@openoffice.org>  [4d36acf45a019e7fba4033bf384879e9942009a7]

        #84725# add XServiceInfo implementation

2001-11-12  Eike Rathke  <er@openoffice.org>  [51623b298d0b694443a7c3fd887c1339ada48e4a]

        #84725# fix servicename; #92924# simplify calcDigit()

2001-11-12  Oliver Braun  <obr@openoffice.org>  [6d62202d1cfd2cd6bf30748bbca6754e909223d8]

        #88337# docu review

2001-11-12  Tom Verbeek  <tv@openoffice.org>  [f3c91eaec4482b75277fcbf9f0d932b31e8570e6]

        #92952# StarDesktop.ActiveFrame.Controller.Model --> ThisComponent

2001-11-12  Oliver Braun  <obr@openoffice.org>  [eca0b7aab80811bd4aa03aaf8b5f1ba8bd961002]

        #88337# docu review

2001-11-12  gt  <gt@openoffice.org>  [702ab8a7d48720a8c337ca19f4ba31efb5f08e2e]

        #94590# SvtFileView_Impl::GetFolderContent_Impl(): replace Tiltle only, when a translation exists

2001-11-12  Kai Ahrens  <ka@openoffice.org>  [8bd1c827469f75189706a0da55323b5bddfd6e94]

        #94485#: set a minimum extent of 4 pixel to display thumbs

2001-11-12  Michael Brauer  <mib@openoffice.org>  [a175c20bbc0ac7d36fdda7e17ea139ac041d48c4]

        #94311#: Insert applets even if there is no codebase URL

2001-11-12  Andreas Martens  <ama@openoffice.org>  [b1c800e8de6b3c6f57ebddac66905b2a7ab98b7d]

        Fix #94415#: Linked sections with objects

2001-11-12  Stephan Schäfer  <ssa@openoffice.org>  [05c90524fdb186056c8ec46a30031be312db42c7]

        #94558# prevent out of index access in GetEllipsisString

2001-11-12  Malte Timmermann  <mt@openoffice.org>  [a2bdb9444c52be5be60767a6d1c1f4c47a4a0444]

        #94002# Optimized GetAttribs()

2001-11-12  Behrend Cornelius  <bc@openoffice.org>  [00d166ff50c8b95d5a21851285bb4624791bfc1a]

        #94611# Tag of Folderbuttons modified

2001-11-12  Malte Timmermann  <mt@openoffice.org>  [57ccf3dbed3874f61a3e407ed8f6445484d8eefa]

        #94002# Optimized GetAttribs()

2001-11-12  Niklas Nebel  <nn@openoffice.org>  [bb92c24e6ce6044f873483b0b2c8931aca4d3c0f]

        #94517# SetVisAreaOrSize: if start position is negative, move area

2001-11-12  Sander Vesik  <svesik@openoffice.org>  [a7a97813552c8829951eca4f3fefc0be05b6df9d]

        Correct STLport includes

2001-11-12  Joachim Lingner  <jl@openoffice.org>  [f9bcd321f0144a71010cab24dab8b11580ee1126]

        #75148# reverted changes

2001-11-12  Peter Burow  <pb@openoffice.org>  [116c44ce6ca8f0a686cf6d66e215adf6574dbd0e]

        fix: #94544# popupmenu position corrected

2001-11-12  Kurt Zenker  <kz@openoffice.org>  [f12d52364c7f1eb4d60c749dec6c9ae5747ed2b4]

        new version for SRC641

2001-11-12  Ocke Janssen  <oj@openoffice.org>  [7858d0e9fdd5f6a928ceebf3ffc4082ee4d4452e]

        #94565# check if resultset stands on valid row

2001-11-12  Kurt Zenker  <kz@openoffice.org>  [0058cbb5e78f71b3b447d1e9f2161f6d8130b795]

        SRC641

2001-11-12  Hennes Rohling  <hro@openoffice.org>  [1bdf891db8bd3f128cb8608b9d8eb7093240ad60]

        #94557# Static W9xWrp symbols are not initialized, do it manually

2001-11-12  Joachim Lingner  <jl@openoffice.org>  [3995bdba52d60348988582e19b80437738e3327d]

        #75148# removed socks property, added support for none and manual proxy settings

2001-11-12  Ocke Janssen  <oj@openoffice.org>  [1b25cc46cf2a0bfc02223c28bc89696b484973cb]

        #94391# exclude tablefilter and enable schema name again

2001-11-12  Ocke Janssen  <oj@openoffice.org>  [85e1057439c8ea0c8da72aef46b09f1d1325bae9]

        #94570# #94391# ask wrong interface for drop and exclude tablefiter appending

2001-11-12  Peter Burow  <pb@openoffice.org>  [cb899c5843e272dae617bfa14ff2e95ef7eb1c39]

        fix: #90583# dynamic height adjustment

2001-11-12  Peter Burow  <pb@openoffice.org>  [4f2bbf9d1432c3796aa3d7c4d1a4cd80b8a65d28]

        fix: #90583# better focus rectangle

2001-11-09  Philipp Lohmann  <pl@openoffice.org>  [316795e08eb57c920594437528581bf712496310]

        #89220# handle toolboxes in different frames correctly

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [769b2dcbd5973648c45c5a5de89bcc52fee28e25]

        #94198# Improved ValueChange handling

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [f8253de9b1d10a02795ffb6bea2db51cc1fe4d28]

        #94198# Removed special case for AddNode with value; Improved ValueChange handling

2001-11-09  Christof Pintaske  <cp@openoffice.org>  [3ea622353495358eee235566d13875a07c246ab0]

        #87972# set window gravity to position windows correctly

2001-11-09  gt  <gt@openoffice.org>  [276363348f00410457f446cc84ad1df3ab099283]

        #94012# DropListBox_Impl::MouseButtonDown(): pass <ctrl><double klick left> to Control instead of SvTreeListBox

2001-11-09  Behrend Cornelius  <bc@openoffice.org>  [71c2f14fdc8ff750d149530f0817769246df400c]

        #94490# TimeStampFields can now be displayed

2001-11-09  Mathias Bauer  <mba@openoffice.org>  [19a67feff8ed90197d946c4c6410de9df79d8aa8]

        #88164#: Dispatch with notification

2001-11-09  Mathias Bauer  <mba@openoffice.org>  [80957f50f623b23f3afd1f5cb36a780119978b7a]

        #93613#: evaluation version

2001-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f63f27a9d8aec3e8eb56108c43b90528633766b8]

        #92924#: -include preinclude.h

2001-11-09  Michael Brauer  <mib@openoffice.org>  [7b4fb7567745f282037004e82ca3c1a809137b45]

        #94561#: Added missing &Chi;

2001-11-09  Philipp Lohmann  <pl@openoffice.org>  [01f5f307b36660aa50eb61bbd1cad8444cb3fa18]

        #94542# search fonts in font server directories

2001-11-09  Thomas Benisch  <tbe@openoffice.org>  [f0374bd3fd337cac8c8532bd9cfabf82ccf260f3]

        #92173# Reimplement Basic password protection UI in Basic IDE

2001-11-09  Mathias Bauer  <mba@openoffice.org>  [c0b894256dba94b88fe7c034c4894b2a1a82ceb3]

        #89238#: no special background handling on task window, this is a proivate issue of the child windows

2001-11-09  Mathias Bauer  <mba@openoffice.org>  [6ef15e27b284244d18472103ee3d8e8cae34a79f]

        #94442#: Impress autopilot needs BoolItem

2001-11-09  Mathias Bauer  <mba@openoffice.org>  [a28e10a48bb01150466fea286e21bbfba1c0a372]

        #89238#: use border for topwindow as long as there is no child window

2001-11-09  Mathias Bauer  <mba@openoffice.org>  [bca3d72a8997a72de1a79fe636ff23dcadab4114]

        #93937#: save loaded documents

2001-11-09  Mathias Bauer  <mba@openoffice.org>  [430bec64ca3fd25913090744ca16ebd766d793f5]

        #89238#: use window of load target frame for password dialog; #94442#: set filter name into model args

2001-11-09  Mathias Bauer  <mba@openoffice.org>  [f07cd4586fb5b3b04a3f19cccc4edc51d229bb2a]

        #94464#: load medium for styles synchron if document is loaded synchron

2001-11-09  Mathias Bauer  <mba@openoffice.org>  [c36494591426d392ae952bd6312846e63957f631]

        #89238#: make parent of password dialog visible

2001-11-09  Stephan Schäfer  <ssa@openoffice.org>  [8a87e12e47b9966194707dafacb323026600c3af]

        #91750 icon cache

2001-11-09  Carsten Driesner  <cd@openoffice.org>  [2e06b1feff7297eb3ce3a792a3f7f0536700a7fe]

        #90000# Show abbreviated path information in picklist

2001-11-09  Tom Verbeek  <tv@openoffice.org>  [1343503235199ad1bd24f5094ab7a91034b9e97a]

        #86383# added makefile for standard lib

2001-11-09  Tom Verbeek  <tv@openoffice.org>  [62d818cccb508656d2f3c05981648fdd378233f1]

        #86383# added target for standard lib

2001-11-09  Tom Verbeek  <tv@openoffice.org>  [8e7f106806a28e43612d399ff8abeba115523d2b]

        #86383# changed library structure

2001-11-09  Andreas Martens  <ama@openoffice.org>  [6fab98f661d98adeb0e99cb261b6e6196418ff38]

        New: Sections in vertical environment

2001-11-09  Daniel Boelzle  <dbo@openoffice.org>  [186e4c664faf626bc48617b25b4f3eaeb100c161]

        #88337# documentation revision

2001-11-09  Thomas Benisch  <tbe@openoffice.org>  [a09b6f6380ee1f13d6bc9211fe4c0b9a9dc2c6b5]

        #92755# Assign Standard Values for Basic Controls in Designmode

2001-11-09  Andreas Martens  <ama@openoffice.org>  [e6ee7adfb40d220f4c8293b7d345e57508734b37]

        New: Sections in vertical environment

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [984296f744d5849ff492f11cb175b12a589bd3f6]

        #94535# fix focus handling

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [e9a41f9b79e3b2f2007eb32482e4560325058e84]

        #86080# Cleanup of exception specifications; corrected handling of conversion failures

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [3aff0b87033741cbcd49d333bacdb0693e8e2ed4]

        #93899# fix nul date

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [558144737432b1c4a16f5c5324cc6f8633c68fd2]

        #86080# Cleanup of exception specifications; corrected handling/translation of conversion failures

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [c21d915a016fcf7765eab551c3b32cbe5a7e0a70]

        #86080# Cleanup of exception specifications for loading/updating; correct exception translation

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [4f793077a4f677aa6a8d8321dc17fb8db4903c33]

        #86080# Cleanup of exception specifications for XML handling

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [cd2557d52ee1e010fc5b9e499e24945397ea34a2]

        #86080# Corrected exception thrown for creation failures

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [81ab0629c1f7b0b7d3878145e904ad5822858c90]

        #86080# Cleanup of exception handling for XxxProvider interfaces

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [a7e02fbc465a7695ea68040582c39ceebe3e9e4f]

        #86080# Cleanup of exception specification for XML handling

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [1765216aea62c55deaa16f738e0abd0c590b5170]

        #86080# Cleanup of exception handling for XxxProvider interfaces

2001-11-09  Hennes Rohling  <hro@openoffice.org>  [f29f4a3a1cfc6cd4beb84cb943f4489f88a66f1a]

        #92631# Implemented system path abbreviation

2001-11-09  Thomas Benisch  <tbe@openoffice.org>  [b7d70ed425c1b6e675742ef82eb895de9c6e688f]

        #93746# BASIC IDE needs to use special font for CJK

2001-11-09  Jörg Barfurth  <jb@openoffice.org>  [d4167105098ddc7c882b73a067329a949ad320ba]

        #86080# Cleanup of exception handling for XxxProvider interfaces

2001-11-09  Juergen Schmidt  <jsc@openoffice.org>  [8e7ff9d28e01ce957bf81ab865c51a320eb9a371]

        #94545# dump optional flag for servicemembers

2001-11-09  Juergen Schmidt  <jsc@openoffice.org>  [859f2f0d40aa56515d93c69655826e1c9637d62a]

        #94545# dump optional flag for servicemembers into the registry

2001-11-09  Christian Lippka  <cl@openoffice.org>  [c33fce71603ac331b92eeed1cb3165128a434d05]

        #94204# use impress model for xml clipboard

2001-11-09  Hennes Rohling  <hro@openoffice.org>  [a53f71eff497a2bb4ee796deb0e4a49ebd8a7c53]

        #92631# Implemented system path abbreviation

2001-11-09  Daniel Rentz  <dr@openoffice.org>  [c6b63860f7b66acbab9d1a71c1f37c3e8987dfee]

        #94191# Import max 256 sheets

2001-11-09  Juergen Schmidt  <jsc@openoffice.org>  [2d8bb21030c06210b35fcce49f7fbd09e2f47cf9]

        rename service to SynchronousFrameLoader

2001-11-09  Bertram Nolte  <bnolte@openoffice.org>  [3f86d149837d143fea9f78e48ff7f91067e620fb]

        #87796# Added an example for a minimal UNO component.

2001-11-09  Daniel Boelzle  <dbo@openoffice.org>  [a46e111f65bbc1bfa8b4e6ad9488dba2e0762256]

        #88337# documentation review

2001-11-09  Bertram Nolte  <bnolte@openoffice.org>  [08e61e95c7e65e8aa2eb59155b4a58b75422770b]

        #87796# Added an example for a minimal UNO component.

2001-11-09  Bertram Nolte  <bnolte@openoffice.org>  [ff4c86ff37af5136466d49a9fb394974ee62cb0f]

        Added an example for a minimal UNO component.

2001-11-09  Martin Hollmichel  <mh@openoffice.org>  [90b9a03c70423f739da996bc39cd9760cf22a53c]

        new version for SRC650

2001-11-09  Thorsten Behrens  <thb@openoffice.org>  [faee10619524da9dbcd89b808f1c87383f9c1f08]

        #94505# Ensure that white can be displayed

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [6f57445afe9b392f4f3499104084a0feaf5a2d55]

        #94452# insert assertion

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [ac4360dc9f822ab98c000dd99a0dfcf7aa2e3a0e]

        #94452# ini vars

2001-11-09  Carsten Driesner  <cd@openoffice.org>  [cd30d42af0e0a15aed82dc8c1df6451bb0244165]

        #93921# xml read/write code for images

2001-11-09  Carsten Driesner  <cd@openoffice.org>  [c5f82f0193912c6608c79414e6c49222786c518e]

        #93921# added header

2001-11-09  Carsten Driesner  <cd@openoffice.org>  [fb639a94f7ee250eedf1327bd5c0ef67ca6a01eb]

        #93921# added default ctor for some structs

2001-11-09  Carsten Driesner  <cd@openoffice.org>  [a5eb703e532ed2876009426d87eaf89cd58b6278]

        #93921# image xml reader added

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [63014617ed0343ca09f45c2c99a4adcd204b37e7]

        #94369# update fielddescription

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [a0c01afaf3e73d3a183e28b4b161390e1fcb1ab5]

        #94371# string fixes

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [44a1200736c2b6f26fcf8e7b2da15ceb08268397]

        #94371# primary key fixes

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [30c616da2b5d0e0ee32bc4b8e87540257b24dbd6]

        #94371# primary key fixes

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [538702315171ec91ae6da4effccc7e2c7dbf0ce4]

        #94371# primary key fixes

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [bc9b5c0ab6d575b1aea9e96e2c4be097d8317ec5]

        #94373# do not catch exception in lower methods

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [b1053feb576aa3a882c906753e307f11d9ca39a0]

        #94373# extend functionality when derived class handle appending itself

2001-11-09  Ocke Janssen  <oj@openoffice.org>  [07b9b825fbf9f6df847faa4f8bf2ba55dbf04562]

        #94373# create new column only when table is new

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [27ed966c388c9dd5fa50e7aa6bb8695022828b5a]

        new version for SRC641

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [e530cf44d24db276dc376da9ff440a6fb3957cf2]

        Merge SRC641: 08.11.01 - 22:37:19

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [7fa3611c63a5fc2f957a4fa217932639a2dbd28e]

        Merge SRC641: 08.11.01 - 22:34:42

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [bcbc5507c3be05860666e577d15d56496807c80c]

        Merge SRC641: 08.11.01 - 22:32:45

2001-11-08  Vladimir Glazounov  <vg@openoffice.org>  [e97913158908c6a1348cd02145e4da3982195371]

        Merge SRC641: 08.11.01 - 22:30:43

2001-11-08  Rüdiger Timm  <rt@openoffice.org>  [dfa4c31c17a2a25f28b69aa2a1f5789146acc23e]

        Merge SRC641: 08.11.01 - 22:29:06

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [e54609f15b690293ebdc937f4a9be4543541b04f]

        new version for SRC641

2001-11-08  Philipp Lohmann  <pl@openoffice.org>  [fe379928d048041f928314bbcd2b8b5d453002a1]

        #93666# XIM status window improvements

2001-11-08  Daniel Vogelheim  <dvo@openoffice.org>  [c5f59f0e20fc1d280cf7fda8a89ebe467d6e432d]

        #94187# prevent redlines from being exported in the styles section

2001-11-08  Daniel Vogelheim  <dvo@openoffice.org>  [e4172aa3e96c7a1f5c949e6a28250f7e1c5621c0]

        #94187# Fixed Redline export to collect autostyles in the same order as they are exported

2001-11-08  Daniel Vogelheim  <dvo@openoffice.org>  [6af264883910fe31433b4164b1956f4f9ed75ecb]

        #94187# switch redline mode outside of XML export components (or inside for each of them)         (also fixes #94465#)

2001-11-08  Kai Ahrens  <ka@openoffice.org>  [95a9655a6ed9c5b5607199286777c6a8082b01ba]

        #94204#: write XML stream directly to storage

2001-11-08  Daniel Vogelheim  <dvo@openoffice.org>  [45bac2d0be18bc9abf7b04a3e6e01bafab1aab4a]

        #94187# prevent screen update during XML export (the export switches redline view modes)         checked in on behalf of JP

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [51c40037630a17dcf4dfbdba8fdfe9cf36ac2dfe]

        new version for SRC641

2001-11-08  Armin Weiss  <aw@openoffice.org>  [401f6f58258c3019ca0793cfe89e8e708c1616e1]

        #94520# Added correct implementation here.

2001-11-08  Thomas Benisch  <tbe@openoffice.org>  [64c3fcd72e6c42cf8f81d4f9831e4f12baffd2b3]

        #92755# Assign Standard Values for Basic Controls in Designmode

2001-11-08  Sven Jacobi  <sj@openoffice.org>  [7a1d595f16b497489f80f2774eceaaf4f40208de]

        #93885# accept negative WinExtSize

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [50825b6b8601a0e19163533614c98ce169c51ec0]

        new version for SRC641

2001-11-08  Vladimir Glazounov  <vg@openoffice.org>  [18d286fa2595da4d3b98d0ca5b83fa059196d70a]

        initial revision for mapgen tool

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [aaf707dd399d59539927ae7ed3a2dc0536375711]

        new version for SRC641

2001-11-08  jp  <jp@openoffice.org>  [8380156b798e6d03963bf02f65765c60798511e2]

        Bug #94450#: _SetPictureSize - if grfnode and linked and no currenttwipssize ->set the flag for set real size by graphic load

2001-11-08  Andreas Bille  <abi@openoffice.org>  [bb9a25b5453c2be0ffb120a84bd4bc98221f999b]

        #94527#don't ask for filesize on a directory: behaves different under windows and unix

2001-11-08  Caolán McNamara  <cmc@openoffice.org>  [39d8ea56f43733443b34d77ee864c7423f3fd12b]

        #i1962 if we're going to work with raw reads into structures, better get the packing right

2001-11-08  Caolán McNamara  <cmc@openoffice.org>  [30ab0b3301cce9f0692327d19d1efd31f1525522]

        #i1962 our default is transparant, theirs is white

2001-11-08  Christian Lippka  <cl@openoffice.org>  [c980b1c2c3d88c88d248ba5f3f7538466c5434a8]

        #94204# added support for impress clipboard model

2001-11-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec56ef334436d09217c9e6169658dd599d471834]

        #94354# (jbu): workaround is not necessary anymore, problem has been fixed inside the language binding(see bridges project)

2001-11-08  Daniel Boelzle  <dbo@openoffice.org>  [758fd0c1990579ba71eb61a96630e395edeec42a]

        *** empty log message ***

2001-11-08  Christian Lippka  <cl@openoffice.org>  [b9c8b9c3c67a49093c126c0c46eb97400f50aa74]

        #94204# new xml drawing layer import/export with supplied model

2001-11-08  Daniel Boelzle  <dbo@openoffice.org>  [277a30ee144b7c9e9c72a48bf290362c63b8bb05]

        #88337# review of documentation

2001-11-08  Oliver Bolte  <obo@openoffice.org>  [cb67512dfca81146f6218c846c2341cda4af3286]

        SRC641

2001-11-08  Malte Timmermann  <mt@openoffice.org>  [15bd2b1bce808b749e7545279550d8067bbdef6a]

        #94497# use ImplDelData for ClickHdls...

2001-11-08  Oliver Bolte  <obo@openoffice.org>  [b663cbd77d98dec5c69647cb06b210741e1fba16]

        #65293# wrong parameter

2001-11-08  Oliver Braun  <obr@openoffice.org>  [a28cfc299e7dcce9c8bcf445e7eb5f81e4344e34]

        #88337# docu review

2001-11-08  Christian Lippka  <cl@openoffice.org>  [371e59270e24ee7e604e67e14aa11e221c480fc6]

        #94204# create presentation shapes only when supported

2001-11-08  Oliver Bolte  <obo@openoffice.org>  [3ce06fe109e895917ec3a533785e8b9c00c8d4ab]

        #65293# compile err solaris

2001-11-08  Ocke Janssen  <oj@openoffice.org>  [5c23bc91fe2df9174763a782c26faa2d4f7ba12f]

        #94459# use of correct class

2001-11-08  Andreas Bille  <abi@openoffice.org>  [f3d7697e39e4899bf0d16c93927b0bef56a37b33]

        #94425#Workaround for compilerbug solaris-sparc:enforcing additional stack frame

2001-11-08  Sven Jacobi  <sj@openoffice.org>  [45492c5ee59206608d7ea7c8fa34d468b84d8021]

        #94500# HTML export: changed HTML to Web Page

2001-11-08  Ocke Janssen  <oj@openoffice.org>  [9d56385a364975b3894ffecfc1b2134af103d72d]

        #94371# initialize member

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [662f807381776dd7161694587d4969e1315d5a5c]

        #93274# defaulted the third param of throwFunctionNotSupportedException

2001-11-08  Malte Timmermann  <mt@openoffice.org>  [fbd61d7b82a9c175a83d268f1a0fb3524e156eaf]

        #94432# When inserting into MRU-Area, call FindEntry with bSearchMRUArea

2001-11-08  Caolán McNamara  <cmc@openoffice.org>  [2aa373db681509a37cf2a9cc693cf6f94c3ce144]

        #94467# If header text of an empty para means that theres no header, then header spacing is not to be deleted from page margin

2001-11-08  Ocke Janssen  <oj@openoffice.org>  [2e7c4c6247507914c6e0263677a3215159dc4e58]

        #94496# after notfylistener reset cache

2001-11-08  Malte Timmermann  <mt@openoffice.org>  [438ea9f8152b123b313f112cfa7a5a067bf11378]

        #93746# Removed FixedCharWidth optimization, doesn't work for CJK (HalfWidth/FullWidth)

2001-11-08  Malte Timmermann  <mt@openoffice.org>  [dba33c10fdbf348531bddf40bcd77cb5c895305d]

        #93746# GetDefaultFont: Use Language for system fonts

2001-11-08  Stephan Schäfer  <ssa@openoffice.org>  [9347f00be13f7f0387dbdafbe2ee03086a5c64ec]

        #94414 check floating windows first when handling wheel messages

2001-11-08  Daniel Rentz  <dr@openoffice.org>  [098b15777c56b2e4186eee7de58f607e7942d09b]

        #94366# Help ids for Addin functions

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [e41688dfd37e29f26fa0fc0161394b5ac0802ac1]

        new version for SRC641

2001-11-08  Tino Rachui  <tra@openoffice.org>  [f542a5de5fd3c1c579784375190a62fcdef590fb]

        #92635#class File now has a method isEndOfFile

2001-11-08  Rüdiger Timm  <rt@openoffice.org>  [1a42f5a130adabd1e627edab8c07329a7721270a]

        new version for SRC641

2001-11-08  Caolán McNamara  <cmc@openoffice.org>  [cd049b8e5b94b1cbb20c64f0d2f7a4fa13a8f5cb]

        #i1998# For WW < 8 unix export get more appropiate windows charset if necessary

2001-11-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb03076271224993ca13f6687ebf09f98750f299]

        #92924#: gcc-3.0.1 needs lvalue

2001-11-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9fef89308c87c21f8957f0e510026d3a7118766]

        #92924#: exception specifications

2001-11-08  Tom Verbeek  <tv@openoffice.org>  [02c324f9fdcf4734278954b001fdd9c2077ad727]

        #93958# removed dbtitle.rdb

2001-11-08  Philipp Lohmann  <pl@openoffice.org>  [acb5cd57288ad1ba13d47c7e5d2a7ee660333de0]

        #86822# remove old code

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [96c2bd1ccddf2d92d7044163106985a05d1a9235]

        #93274# +throwFunctionNotSupportedException

2001-11-08  Rüdiger Timm  <rt@openoffice.org>  [ddf308ba9fb780bdea836b9f3510d29cc109e61d]

        new version for SRC641

2001-11-08  Oliver Bolte  <obo@openoffice.org>  [f24832ca55b27db9b33b1bd101a580670439098f]

        #65293# semicolons too mutch

2001-11-08  Daniel Boelzle  <dbo@openoffice.org>  [a35db968972db4348fccab722d544b8fdeb990f6]

        #92951#

2001-11-08  Oliver Braun  <obr@openoffice.org>  [87fb6141a4c05991f1a7d053a177bf7a6120c25e]

        #91732# fixed locale extension list

2001-11-08  Armin Weiss  <aw@openoffice.org>  [47e8220bb02b81efe97a7627de5cce1186170fc7]

        #94442# added setting the created frame as return value

2001-11-08  Jörg Budischewski  <jbu@openoffice.org>  [a8c809998caf59fbd02787af83a363539191b26a]

        #88337# documentation reviewed

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [0478a74eed892f8cd8580d91574de41ebf4b25c0]

        #90045# add unotools lib

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [e26131fe6fd92c0dc72b3a83650936121a2a2885]

        #90045# add fltdlg ressources

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [8e7e38fdd898c0c32211d25d3a9a3551c1cafb66]

        #90045# add fltdlg sources

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [da5ef32c411d2ddb286bdc34bef4cd2bf4a2f73b]

        #90045# move filter selection dialog to interaction handler

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [e7daf13689986870f3579caa68100a21c7a4c888]

        #90045# new interaction for filter select

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [2e77a1d2329c8a1fe295d50002545aaa9779e138]

        #90045# break GetFilter4Content on medium error too

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [25ce985971ad8657fbffd8d38144f3f9ff1a6ce6]

        #90045# use interaction handler argument on detect

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [af8addf8edd7d3a15694412a0cbabd740e05db8b]

        #90045# new method to set interaction handler on medium

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [91fe850afc5250d389a6ff6ce1e0f0a8d97d58ba]

        #90045# delete fltdlg entries

2001-11-08  Thomas Lange  <tl@openoffice.org>  [05bd96b644eb4e3c2e9bcb263dcc48ab0fb6d8b6]

        #90140# entry EditFiels now has focus by default.

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [dcc8d53bfaa9e6cd4a7892ec09fa670ce2277320]

        #90045# new helper for interaction

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [e0ce3130c637003543a385379183476ad933a699]

        #90045# new argument InteractionHandler

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [34c0fd066026ea595b27bff85a325f05b13d2493]

        #90045# add NoSuchFilterException, XInteractionFilterSelect

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [9f7d74c66266c740b6c7d9fe37bb56f3c1db0338]

        #90045# new interaction mode for filter selection

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [7f5bd55da6a942bb222bc8826685ee67a099fcbe]

        #90045# new exception for failed filter detection

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [01f1088a0066670a72ac7b6306aa4758d85c5712]

        #90045# add WrappedTargetRuntimeException

2001-11-08  Andreas Schlüns  <as@openoffice.org>  [0324bb01a4875a7b68cc8805ca745c098b8fb164]

        #90045# new runtime exception to wrap unexpected target exceptions

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [cf178ba7c1ca89be769d36bfff9b4045f058490e]

        #94300# removed ShowCentury property

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [47fc0edd27177783d9b2b79d452dd0e9e7bd5c70]

        #94300# removed ShowCentury property

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [a9b7fa2b20a39fdd72a5662e42d7ef1dacc21673]

        #94300# removed ShowCentury property

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [1515f459137699b0bc2ed3b0db47fec945b92a4f]

        #94455# don't select non-existent cols on double click

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [4f5fc6e7eaf0060f40bd267e5a6922dea7c8a272]

        #94455# don't allow negative row heights

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [edf4b72e012e2fa9da9ac00c7e6cf98ab3c80578]

        new version for SRC641

2001-11-08  Martin Gallwey  <mtg@openoffice.org>  [3a56a45ce40ea1fd13e0139f98901d4822fca580]

        #93960# avoid GPF from NULL pEntry pointer

2001-11-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [55bc0aa0f421a05d318382f7b29d5e52b1705c42]

        #65293# syntax

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [e4dbbb5324d748a720f64ed0a38d40a94ce405da]

        #94407# when resetting the connection temporarily, don't use _two_ auto disposers

2001-11-08  Oliver Bolte  <obo@openoffice.org>  [528a3c4aef534b5baf04129ae2cf419f7083e707]

        #65293# header include missing

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [1c71c18c156b0f4b41e1195e2c26af89907fb00c]

        #94407# setFormConnection allows to be called without auto disposing

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [797fbb920a44ab33d8584f67808f46b5fe48707b]

        #94407# be prepared for a situation where somebody sets the connection only temporarily (and resets it to the original one afterwards)

2001-11-08  Martin Hollmichel  <mh@openoffice.org>  [6ead2837a7d8a172b5f0c91466e6ed386c434032]

        new version for SRC650

2001-11-08  Martin Hollmichel  <mh@openoffice.org>  [af78a45ddec7a13247f111895b2f3a4a404c98ac]

        add: generate header files only if really changed, add switch -Gc #65293#

2001-11-08  Kurt Zenker  <kz@openoffice.org>  [89feac50cee5095b407c3fc445873b0d101391f3]

        SRC641

2001-11-08  Rüdiger Timm  <rt@openoffice.org>  [08c1e1de8fbb54a312b19ae3e8c839005d4a5ad8]

        #65293# include corrected

2001-11-08  Juergen Schmidt  <jsc@openoffice.org>  [bf62f7b4b2b5de57a4e544b80d972e22dfaf759e]

        #87796# pack debug help

2001-11-08  Ocke Janssen  <oj@openoffice.org>  [9f811e0c2ebe479d998bf611d8c39b5c1a112709]

        #94422# throw exception when SQL_NODATA was return by connect

2001-11-08  Carsten Driesner  <cd@openoffice.org>  [940964c2c16b51d33d9b91a26fb34ffa6a97d86a]

        #93921# support storing and loading images for menus and toolbars

2001-11-08  Peter Burow  <pb@openoffice.org>  [41afe89fb84044c580af556172eb46048bcadbb0]

        fix: #93015# big headings bold AND black

2001-11-08  Carsten Driesner  <cd@openoffice.org>  [96b0e4d8362360d2a4b2c9f80e05b39e18e7ca60]

        #93921# images xml

2001-11-08  Carsten Driesner  <cd@openoffice.org>  [71c8427084dbbda4b8868852f4bd4553a69c523d]

        #93921# export new header and dtd

2001-11-08  Frank Schönheit  <fs@openoffice.org>  [33229d8721287b77e70694e2caf4a60045736611]

        #94407# correct param order when firing a change of the ActiveConnection

2001-11-08  Peter Burow  <pb@openoffice.org>  [f452bb0ab9a906600eecbb29745ae436d90540f3]

        fix: #94437# classpath must be system path

2001-11-08  Frank Meies  <fme@openoffice.org>  [ea6a55f71f1344bee8a8997b17e5e709edd03d60]

        Fix #93909#: Spellchecking - Spell last word in online mode and correct handling of script changes

2001-11-08  Joachim Lingner  <jl@openoffice.org>  [a070f92e94fb1ecafa20977447c80f8afa1bea67]

        #94460# removed unnecessary includes

2001-11-08  Carsten Driesner  <cd@openoffice.org>  [dfa5bb92263936adfeb1739036e88a8519baf9d6]

        #93921# definition for color attribute

2001-11-08  dkenny  <dkenny@openoffice.org>  [e8536da36d223caab5b37dea8c4b43a8d2d9721f]

        #93274# - select count(*)...

2001-11-08  Thomas Lange  <tl@openoffice.org>  [85074cf44324a3459907e0c70f4ca3e457fa52e0]

        #94445# spellcache fixed

2001-11-08  Peter Burow  <pb@openoffice.org>  [cfa34457abdd112768f7dfd11cf69e98c3c35134]

        fix: #94406# hide controls if necessary

2001-11-08  Carsten Driesner  <cd@openoffice.org>  [dec8da7868a4bd564599d6f4f7520223aca6729d]

        #93921# new image.dtd to support storing and loading images for menus and toolbars

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [324e478bde6b9c79617c6721baa9cf07015ddc91]

        Merge SRC641: 07.11.01 - 22:33:41

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [6415fd1a7f43c16ba2795077b371747a464bc495]

        Merge SRC641: 07.11.01 - 22:31:33

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [196b50c1cf44f6bdce6a31a74c061517468a5514]

        Merge SRC641: 07.11.01 - 22:29:00

2001-11-07  Vladimir Glazounov  <vg@openoffice.org>  [7ba73e303fc77657bac812414cd851bcce377523]

        Merge SRC641: 07.11.01 - 22:30:10

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [b3008e29788c5a9aa36d6bb3ba1410cbf78964ec]

        Merge SRC641: 07.11.01 - 22:28:56

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [e685493f58655943fe0ef46c60f83a17b33f6e9b]

        Merge SRC641: 07.11.01 - 22:28:27

2001-11-07  Vladimir Glazounov  <vg@openoffice.org>  [2db59c366bca16a72b251dc02a9d69a11f15e2fc]

        Merge SRC641: 07.11.01 - 22:27:46

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [8eea456a5b743aa28a76a6a51ed0e023c5ce9ed2]

        Merge SRC641: 07.11.01 - 22:24:45

2001-11-07  Oliver Bolte  <obo@openoffice.org>  [a173230ec97b0a26285cdf317aa9b882831e7603]

        Merge SRC641: 07.11.01 - 22:24:07

2001-11-07  Rüdiger Timm  <rt@openoffice.org>  [1b424d49e3f7239ba9ea4cd74fcc82406dc9f926]

        Merge SRC641: 07.11.01 - 22:23:05

2001-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [119bccbfa5335577ee17a31c8dc90a75246fac69]

        #65293# don't use prefix of your own project

2001-11-07  Martin Hollmichel  <mh@openoffice.org>  [c302057d1a8dc2c14968d9131da2dacf09405f84]

        new version for SRC650

2001-11-07  Martin Hollmichel  <mh@openoffice.org>  [0d381a9f8bdda06344ccf3c3e7377d9f31563129]

        new version for SRC650

2001-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c48e179830fedb3ee7e0da030100809fd810ea4]

        #65293# prevent circular deps on first build

2001-11-07  Andreas Bregas  <ab@openoffice.org>  [465d0eaf3bde48f51f14ad25d3769476b8d14e0f]

        #86383# importLibrary, exportLibrary

2001-11-07  Andreas Bregas  <ab@openoffice.org>  [52efe67e4fa27e022e4437d99fc0a6639aa8759f]

        #86383# Import for new library index files

2001-11-07  Andreas Bregas  <ab@openoffice.org>  [7e8c7652d88c790928ee552eb8e23e3f90fc8244]

        #86383# Export for new library index files

2001-11-07  Andreas Bregas  <ab@openoffice.org>  [774503c53548fa515cefd84883b289463f0a5307]

        #86383# Library import

2001-11-07  Andreas Bregas  <ab@openoffice.org>  [f8ab2aa712d145e68418a6a03f5b7e4ca1725d4d]

        #86383# LibraryContainer services

2001-11-07  Andreas Bregas  <ab@openoffice.org>  [7e8ab28dab6f857ea63e7884cbb81f155b0cf7c6]

        #86383# Dummy storage parameter for SfxDialogLibraryContainer Ctor

2001-11-07  Niklas Nebel  <nn@openoffice.org>  [b441bb24dadd21443bcf24993e0a320d94cbea1f]

        #89836# ConvertOrientation: skip columns without name

2001-11-07  Niklas Nebel  <nn@openoffice.org>  [0aae07af2165e2e04fcdf37b9d2100c82998fc58]

        #89836# GetDataArrayPos: return position in array

2001-11-07  Daniel Vogelheim  <dvo@openoffice.org>  [1d2f959d82e3fdbb010bf50388e1376ea91c099c]

        #94438# store hyperlinks and styles for fields, too

2001-11-07  Kay Ramme  <kr@openoffice.org>  [6b9dc14dcb7f1cc61329578ceebc0f1716135cf3]

        release openGL lib if not needed (#92403#)

2001-11-07  Juergen Schmidt  <jsc@openoffice.org>  [1c69e69b40043dc74296764b77ca9ba4aea3e0be]

        #87796# insert link for degguging java

2001-11-07  Martin Maher  <mmaher@openoffice.org>  [149c599887fbd9c492a5e2a270573ed866d96dc8]

        #94453# some minor changes to get the driver to work with mozilla 0.9.5

2001-11-07  Philipp Lohmann  <pl@openoffice.org>  [32dd2d7ea4cc7195a5bbf9aba59c7e357dd4db20]

        #94297# error output to stderr

2001-11-07  Philipp Lohmann  <pl@openoffice.org>  [7bc16ece10713eabcdea904f0e912f830e695013]

        #93606# hide status window during presentation

2001-11-07  Philipp Lohmann  <pl@openoffice.org>  [b6bb99f97e3fe476df3f4d92496604b034863b4e]

        #94439# move IIIMPStatusWindow to MenuButton

2001-11-07  Sven Jacobi  <sj@openoffice.org>  [6e258cd7975e35b294a8bea82cda43be89d04eb6]

        #94341# check for consistency if importing IMsoArray propties

2001-11-07  Kai Ahrens  <ka@openoffice.org>  [0fc7cd28d880c26253d5655b25ae2f14890b95b1]

        #94014#: use drawing flags

2001-11-07  Niklas Nebel  <nn@openoffice.org>  [f694b7a7877f8bf55bc0feb06597a94771fd043a]

        #89519# AlignToCursor: get dialog position with GetWindowExtentsRelative

2001-11-07  Herbert Duerr  <hdu@openoffice.org>  [6927bd8ad41d59ab9c869163b4726fb66380da23]

        #92620# fix floating baseline bug by upgrading to ft-2.0.5

2001-11-07  Frank Schönheit  <fs@openoffice.org>  [d845c1097d8fb9dc7dcdd4a9ae32b999c6bfdd38]

        #88924# removed GetTopMostFilePicker

2001-11-07  Frank Schönheit  <fs@openoffice.org>  [62300c93ea690d4a625a6de43fdd4a2aa88335d1]

        the CheckBox is no DataAwareControlModel, but a FormControlModel

2001-11-07  Michael Brauer  <mib@openoffice.org>  [f90bf2a1a9acd019594205a1d1264dd052cf831c]

        #94424#: Export text styles around fields

2001-11-07  Frank Schönheit  <fs@openoffice.org>  [aea93141f3a8db5a5600d835f98333baa87424ea]

        loadData: be less generous with creating unnecessary connections

2001-11-07  Daniel Vogelheim  <dvo@openoffice.org>  [9b6b62c20a1d9c01940bae86d89c7fa1951f3ffc]

        #94299# fixed DTD: paper-tray-number -> paper-tray-name

2001-11-07  Martin Gallwey  <mtg@openoffice.org>  [2c9eae128256dada03f1a6b242123d0eb44b018a]

        #94395# fix ExportTo method and make sure that ImportFrom always passes the filter an InputStream

2001-11-07  Hennes Rohling  <hro@openoffice.org>  [897b70df7363f9199c4cc8a1955d437b99cdc2c2]

        #94380# Added embossed Menuentries on Win9x

2001-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [231b95fd3fad6fc91fc0f42ffddeff8828be7216]

        #94297# activate rsc multilanguage feature

2001-11-07  Frank Schönheit  <fs@openoffice.org>  [ca8e768d3fe5deb9c95f67a2f51ce1bef2261a90]

        #92098# call the update on the template service only if necessary

2001-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [56f83a87d48ecece4d731f56d7af03b2474f2eb8]

        #65293# mkdir ignored minor

2001-11-07  Frank Schönheit  <fs@openoffice.org>  [247a0cc116152e64f34b41f5683d2dd43f60c06f]

        #92098# +templatefoldercache

2001-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ab77b69c3cf8fd9bcecac327dc3ac18656da96fa]

        #94297# make use of new rsc multilanguage feature

2001-11-07  Frank Schönheit  <fs@openoffice.org>  [923c89d40b568872e9449a84baf7d3d10fd7274a]

        initial checkin - helper class for caching the state of OOo's template folders

2001-11-07  Armin Weiss  <aw@openoffice.org>  [f7d6147964b91a1510d1cd18f67ebd57ccc3af45]

        #94278# switch to that page when it's not a master page

2001-11-07  Frank Schönheit  <fs@openoffice.org>  [8d296bc0bd9c7b5f999a37472a94e16de6098d54]

        #92098# -UpdateDocumentTemplate_Impl

2001-11-07  Armin Weiss  <aw@openoffice.org>  [67a8a11bbaa40adfe5d00588e41d908f013e6104]

        #94278# common call method for evtl. page change when UNDO/REDO is triggered

2001-11-07  Peter Burow  <pb@openoffice.org>  [6d2ae31f0539dfc06c760f508dfeb5a40e8534cb]

        fix: #94425# assertion 'keywordpair.len > 0' added

2001-11-07  Andreas Martens  <ama@openoffice.org>  [02507e5e118b411a7608fda44c4f1ae7e027b108]

        Fix #94350#: Loops and GPFs with fly frames

2001-11-07  Martin Gallwey  <mtg@openoffice.org>  [91559cc080f024b5fb80302e6c1dbfcc64b1f28f]

        #94428# make a copy of the SwDocStyleSheet for graphics as well as frames and make sure we have a valid pItemSet pointer

2001-11-07  Tom Verbeek  <tv@openoffice.org>  [904e6145a21d0a6e196c44a055b01e9abda72dab]

        #94326# removed dispose of dialog in cancel sequence

2001-11-07  Andreas Martens  <ama@openoffice.org>  [2c7eaad7b78443f9e4bcfcbf849a7e4427fc0816]

        Fix #94350#: Loops and GPFs with fly frames

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [31719ceb06cfe9219f3bcff7dc31df833cbca9d2]

        new version for SRC641

2001-11-07  Vladimir Glazounov  <vg@openoffice.org>  [8cd87b0595cd9efc1e11030c8ab08d243cb8ddf1]

        new version for SRC650

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [8031189b462097c3a390685bcbdea67119b2c18c]

        new version for SRC650

2001-11-07  Michael Brauer  <mib@openoffice.org>  [0c8ff0d53287cac421d40ef20bde3a81bfe5f9ae]

        #94424#: Export text styles around fields

2001-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [214ce7f5b745ef5afd6f3f679056c89db9b8bffe]

        #65293# use gnupatch to prevent input requests in unattended builds

2001-11-07  Andreas Martens  <ama@openoffice.org>  [80f758777bbebaaee241ce5743f28030e9e5ec24]

        Fix #94350#: Loops and GPFs with fly frames

2001-11-07  jp  <jp@openoffice.org>  [02b6953f226737c6ca2947c9d2a620fb4ec15d86]

        Bug #94281#: FnCptlSttWrd/FnCptlSttSntnc - check if toUpper/toLower has change something

2001-11-07  Andreas Martens  <ama@openoffice.org>  [9dddfb3a53d7f2fabe41e16ed1e10492231eec3e]

        Fix #94350#: Loops and GPFs with fly frames

2001-11-07  Daniel Rentz  <dr@openoffice.org>  [e9b13b9579ca968128a58dd5a86b40da4d47924d]

        #92240# dump record DIMENSIONS

2001-11-07  Daniel Boelzle  <dbo@openoffice.org>  [c1be9e18cd230aaa6ca7e58c17555bd0396348e4]

        #88337# removed makefile.rc

2001-11-07  Daniel Rentz  <dr@openoffice.org>  [31ec115ae400f48b98000f550abf90fa11801148]

        #92240# Pasting from Excel: wrong source range

2001-11-07  Herbert Duerr  <hdu@openoffice.org>  [259fe5c27a78ff060f1b40f6dc685ee58366e5ec]

        #94409# prevent the use of embedded bitmaps for rotated fonts

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [cdf7684de395f11ca0dfcad74a0349261885b055]

        new version for SRC641

2001-11-07  Malte Timmermann  <mt@openoffice.org>  [24ff2910db01162c650ad7280e40ed38979030c7]

        #92323# SetTopEntry(0), when leaving window in StackMode and deselting all

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [e13cdcfa7c8131d18e2cb9f207c02a72f06cc45b]

        new version for SRC650

2001-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2001d389a7141cf5ca20e68f03cf81ce70c5d603]

        gcc3 corrections

2001-11-07  Frank Schönheit  <fs@openoffice.org>  [2ba9f94c7b015cbc5a70a020405c39cd6f6b5cfe]

        #94221# do not build the old driver anymore - interferences with the new driver

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [4933042e39dfb9468483756d9f46aa578856de4c]

        SRC641

2001-11-07  Philipp Lohmann  <pl@openoffice.org>  [e584e05f1da39a2e5085dc6efb2e331053f476be]

        #89220# use desktop coordinates to not confuse toolboxes in different frames

2001-11-07  dkenny  <dkenny@openoffice.org>  [e856d0dae604ae2b70cdcac24a9734d2271f5f53]

        93373 - querying LDAP address data with special filter does not work

2001-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0e47c51100d85c882ae2c05145e74a940f3e250a]

        #65293# unknown option causes tar to quit on solaris

2001-11-07  Gregor Hartmann  <gh@openoffice.org>  [71853e77846a48d2cadef23a565c53c0a2741f17]

        removed tab in UTF-8 Indicator + fixed recognition for old files

2001-11-07  Martin Hollmichel  <mh@openoffice.org>  [983640e65e6a364f0af0b4b6ffa1f83f9061e47d]

        new version for SRC650

2001-11-07  Oliver Bolte  <obo@openoffice.org>  [50893e3765356529251e014aa4a6d1f3607c40bb]

        Merge SRC638: 07.11.01 - 11:25:02

2001-11-07  Thomas Benisch  <tbe@openoffice.org>  [acca20cfce9aefdcc0199ba579317a3575473954]

        #92173# Reimplement

2001-11-07  gt  <gt@openoffice.org>  [3c2351b31e258187a710ead10536a18a0938980d]

        #94105# clear history after update

2001-11-07  Oliver Bolte  <obo@openoffice.org>  [3d6d20cecdc9abe0479e305e389c1cdc0faa7428]

        Merge SRC638: 07.11.01 - 11:13:30

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [a9e5581b33a5fde74d11893e08cf94fe3f14cd78]

        Merge SRC638: 07.11.01 - 11:07:58

2001-11-07  Oliver Bolte  <obo@openoffice.org>  [fe531c48b2e99d60307527cb952f8ace0fd784a7]

        Merge SRC638: 07.11.01 - 11:04:58

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [89b52ea617cc2970868557ab517e70e0176e45af]

        Merge SRC638: 07.11.01 - 11:04:20

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [a5cc71f4f894c2af453a39a3f4688265da5697ab]

        Merge SRC638: 11/07/01 - 11:05:25

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [abaa71d4b2c6531d78da8e2f2ba475ca1830d911]

        Merge SRC638: 07.11.01 - 11:03:01

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [9a253d68d15bb452be018b246e01550b030d06b5]

        Merge SRC638: 07.11.01 - 11:03:25

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [d3ecffdb8789ebab271293dcd06bb787331dd964]

        Merge SRC638: 07.11.01 - 10:59:20

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [c36a930e1ec4567f190354d4382f1354beb0d8cf]

        Merge SRC638: 07.11.01 - 10:59:12

2001-11-07  Frank Meies  <fme@openoffice.org>  [ccb191624958fb5edb284f1083f5260ca225b527]

        Fix #94331#: Default to application language script for weak characters at beginning

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [5fe04f3cbabda2c9708b065a4d3c2f577ca029df]

        Merge SRC638: 07.11.01 - 10:55:17

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [c865b210f238a7d88fa03f609f84ab3d17c5e2b8]

        Merge SRC638: 07.11.01 - 10:54:44

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [3c3d823c49bbdbf5554143b29f744cc08b6a7f18]

        Merge SRC638: 07.11.01 - 10:53:56

2001-11-07  Kurt Zenker  <kz@openoffice.org>  [b15d12d7340131386b9443d2e60c5344f89945f2]

        Merge SRC638: 07.11.01 - 10:50:15

2001-11-07  gt  <gt@openoffice.org>  [467b4028fe993379205ff0e8e3624ca904ff77bc]

        #94104# check previous level in open folder for all root URLs

2001-11-07  Peter Burow  <pb@openoffice.org>  [154fe4ff5e8f647991b393c1e899250f01442c06]

        fix: #94216# consider fullword checkbox

2001-11-07  Thorsten Behrens  <thb@openoffice.org>  [c0869c1ffd377e4ae4be390eab77c849835e0b8f]

        #94382# Added check for paste special case

2001-11-07  Kai Ahrens  <ka@openoffice.org>  [8bc75aee64529d7f108d34aab0866f555002af95]

        #94204#: save FmFormModels as XML files

2001-11-07  Niklas Nebel  <nn@openoffice.org>  [b3d49d240987c78bdd48ea1a2389c0d3258a127d]

        #94393# LoadXML: don't call GetInStream

2001-11-07  Stephan Schäfer  <ssa@openoffice.org>  [e04859dd9360df2a6434575304a744f6a31a4b1a]

        #94399 enable autopilot dialogs again....

2001-11-07  Stephan Bergmann  <sb@openoffice.org>  [90ddb0c280ac959481c411ecfc640561a580a3d9]

        #94096# Improved last fix (fixed Regexp::getRegexp()).

2001-11-06  Martin Hollmichel  <mh@openoffice.org>  [eccbdb48f27e60d987b1fe0578c30983f0c17e01]

        add: header #65293#

2001-11-06  Martin Hollmichel  <mh@openoffice.org>  [a5fe24b3595856429fc8607a9edb9514e34631e4]

        add: missing unotypes #65293#

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [467918ccaea6d5fc3fee1dd9fa3bfda2f4a9be9d]

        new version for SRC650

2001-11-06  Martin Hollmichel  <mh@openoffice.org>  [c06303b258e7df14c441c8d16398659bc9d4cc18]

        add: missing unotypes #65293#

2001-11-06  Martin Hollmichel  <mh@openoffice.org>  [c696518b1e66128cb07d5c4ba60645457d0cdfa0]

        add: missing unotypes #65293#

2001-11-06  Martin Hollmichel  <mh@openoffice.org>  [b9619b234754c63ddc758f6dd669fe5d624ad155]

        add: missing unotypes #65293#

2001-11-06  Philipp Lohmann  <pl@openoffice.org>  [c7a635bc8df571c761de6813dbdaccacf91b1e42]

        #91571# remove inappropriate window size reduction

2001-11-06  Martin Gallwey  <mtg@openoffice.org>  [4b7bfe02ec49e034fc17dae3fae156328b8fe23c]

        #94364# allow reseting of descriptor values and do not try and reset attributes if we don't have a SwFmt

2001-11-06  Christof Pintaske  <cp@openoffice.org>  [328234d8caa9bf5b39d461e870ef321846e92336]

        #92868# set ic focus even when member focus window has not changed

2001-11-06  Christof Pintaske  <cp@openoffice.org>  [3355eaf6a3435a1b86132015260a823631b67eb7]

        #92898# add Avant Garde Gothic as a replacement for Avant Garde

2001-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f14fa2a6799e4e2611f342784fca32cb42fcf07]

        #94297# add -lip switch

2001-11-06  Behrend Cornelius  <bc@openoffice.org>  [71c90bc2242c84e2f9633f8be6172a6b7c98c270]

        #94334# Now preselected range is checked for supported services

2001-11-06  Behrend Cornelius  <bc@openoffice.org>  [8e27f7b3945b77fa66b7ec3998d1951065320014]

        94306# Conversion now with Modulecheck

2001-11-06  Sven Jacobi  <sj@openoffice.org>  [1776c1d01f083b5870254a85f82db5379f8c16f3]

        #94138# fixed uninitialized variables (RasterOp and ClosePath)

2001-11-06  Sven Jacobi  <sj@openoffice.org>  [5a8c50236981ea92d47369e313fbc1f3b5641eb4]

        #94138# take care of push/pop flags

2001-11-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [caf04f04d80e0b7f5df2687c5f884a9e49aaa43c]

        #94354# rttis are now generated in case no appropriate symbol is mapped into the process

2001-11-06  jp  <jp@openoffice.org>  [9117610b38c2f49fee96b4008d01f218a61717bd]

        Bug #93782#: use the correct namespace and include path

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [e2a43380fe14fd932f76bbbdef6a1d3017201062]

        new version for SRC641

2001-11-06  Niklas Nebel  <nn@openoffice.org>  [4cf178d9a649995db72a8cd0914f8049cc9f6b1c]

        #94335# don't assign bool return to offset variable, delete array after use

2001-11-06  Caolán McNamara  <cmc@openoffice.org>  [7152fdfb2bdbb6bd6d13ff2a3b6d24400f089879]

        #94323# No drawmodel when objects in an unused header

2001-11-06  Stephan Schäfer  <ssa@openoffice.org>  [de201724e3e64cc53cc88bfad2cce085671bdef5]

        #90980 position target dialog absolutely

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [d0ea11be521898ded3bf9115ec64f41c550a3cd1]

        SRC641

2001-11-06  Thomas Lange  <tl@openoffice.org>  [0cff38a79d8f69eadf700a06d765a408a37b2903]

        #91500# some symbol names have been renamed for 6.0

2001-11-06  Andreas Martens  <ama@openoffice.org>  [648b8bb0f0bb7006da32bf1ad394e09b7970fa93]

        Fix #94177#: Remove the footnotes when you delete the footnote anchor

2001-11-06  Malte Timmermann  <mt@openoffice.org>  [41259522103411f6815d2f5fa6850586c743c1c2]

        #91913# Don't overwrite LongFormat

2001-11-06  Jörg Barfurth  <jb@openoffice.org>  [215e084545d4f60a69a18ae2da733b580e6fcad8]

        #94360# Locate bootstrap.ini next to executable

2001-11-06  Jörg Barfurth  <jb@openoffice.org>  [c71fce52a1cdb529d0b8997de708d4052220cc67]

        #94360# Locate configmgr.ini next to cfgmgr shared library

2001-11-06  Daniel Rentz  <dr@openoffice.org>  [d88bee79f8ea4cb11147d230f1db6e4035e0b4f0]

        #94122# New chart progress bar, new filtertools

2001-11-06  Mathias Bauer  <mba@openoffice.org>  [a9e749a226237b686ea7dbb8a72e8f1ac062c127]

        #94332#: TimeBomb removed

2001-11-06  Caolán McNamara  <cmc@openoffice.org>  [3d9ef9c5b8ceb065eb4659185016208852f1e680]

        #i1930# Undocumented table layout sprm integrated into positioning handling

2001-11-06  Jörg Barfurth  <jb@openoffice.org>  [4b9757dc562316e2a2976951836a3da5f240bf39]

        #94360# SYSBINDIR is not the PWD

2001-11-06  Peter Burow  <pb@openoffice.org>  [7d236e4de6ee60790830bb00b8689059f1ab8e39]

        fix: #90583# focus rectangle bigger

2001-11-06  Peter Burow  <pb@openoffice.org>  [4f01380d984773af64166f0f8c920e553eb35487]

        fix: #90583# dialogue more flat

2001-11-06  Philipp Lohmann  <pl@openoffice.org>  [6a115893d60efac4d43acc57a5df9643b6a28f4c]

        #94297# update helptext

2001-11-06  Niklas Nebel  <nn@openoffice.org>  [5f7b9fd063580b5896498c165578b8b4e93859dc]

        #76689# CopyArea/CopyAreaSafe: adjusted end position can be negative

2001-11-06  Philipp Lohmann  <pl@openoffice.org>  [dc4096ce885258999e185e3d04638e01d6304e40]

        #94297# implement dependency file

2001-11-06  Philipp Lohmann  <pl@openoffice.org>  [042ecaedd51580a32bc4bc5f6d042783c17d68eb]

        #94297# clear system dependant name list

2001-11-06  Thomas Lange  <tl@openoffice.org>  [58c67dc73ced8a86ba6c51d045506147f2646679]

        #93272# use ISO_8859_x text-encodings now instead of MS_125x encodings.

2001-11-06  Gregor Hartmann  <gh@openoffice.org>  [669a5bbd69872eb8cbb8eec95359b90d7399d000]

        extended access to SbiRuntime

2001-11-06  Ocke Janssen  <oj@openoffice.org>  [6c71f8e9f1bf25736d552e8c3afc8a490e601f12]

        #94329# use parents parent to display error msg

2001-11-06  Ocke Janssen  <oj@openoffice.org>  [f4eab650ae6621a9ac6320bbd16144a252befe3a]

        #94333# removed double local var

2001-11-06  Ocke Janssen  <oj@openoffice.org>  [48717b073f40e25d8feb3a0e9a54ca4e12a1140c]

        #94329# check if table could be altered

2001-11-06  Kai Ahrens  <ka@openoffice.org>  [ea101723ce0bd4a834238b5f18f4752a0d8bbc81]

        #93628#: support of requested SVXB format in case of drawing object

2001-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd2c5e6d0e7fb2889047c5813a8ae6f490c5dac8]

        #94297# use mktemp

2001-11-06  Malte Timmermann  <mt@openoffice.org>  [5ff143046caa9cf020435ef0d1fb1f24aa1e8588]

        #94344# startDrag only if mbClickedInSelection

2001-11-06  Thorsten Behrens  <thb@openoffice.org>  [d5fa4f02509e12940015ccde96b011747f40ef12]

        #94252# Cleaned up GetMenuState, added check for switched-off UI

2001-11-06  Vladimir Glazounov  <vg@openoffice.org>  [2ac2adc1490f6847dbd4496df8a08b0e0762c2b0]

        SRC641

2001-11-06  Jörg Barfurth  <jb@openoffice.org>  [1b5f828ff7eb11c76394f01b3b056296200095ee]

        #94325# Rollback to 1.8; 1.9 is broken for unknown reasons

2001-11-06  Peter Burow  <pb@openoffice.org>  [e01b4b6f2f063adddf3306a4d2e9146c20b41be5]

        fix: #93688# obsolete assertion removed

2001-11-06  Kai Ahrens  <ka@openoffice.org>  [fd499901d3b87995743308aeec6fcb34ce330b3f]

        #78486#: clip polyline by ourself if polyline has 2 points and a length of more than 16000

2001-11-06  Peter Burow  <pb@openoffice.org>  [2af79858e36dde087141d144fb26bf52040b91d7]

        fix: #94266# only left mouse button starts edit mode

2001-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1f930977380d40ab2ca87f7f1ea1899e15b983e7]

        #94297# syntax

2001-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [02100d0a9e19621ee7fe3c38ebbfcf373b29af45]

        #94297# more verbose error message, rename instead of link

2001-11-06  Rüdiger Timm  <rt@openoffice.org>  [3fb6543d9145cfd2425d085c711a3225fd2f1f26]

        Merge SRC641: 06.11.01 - 12:18:41

2001-11-06  Oliver Bolte  <obo@openoffice.org>  [638a46df242542ad11ae93063203fe815b47f12f]

        Merge SRC641: 06.11.01 - 12:19:32

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [4e83a66073608058c606ed0d608f6b194722ada5]

        Merge SRC641: 06.11.01 - 12:16:47

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [bd63ceaced74c7ad857a813ab0be99df9554403f]

        Merge SRC641: 06.11.01 - 12:13:00

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [1cf91d784bcc4535d34f2f6aecbdbb0084aab871]

        Merge SRC641: 06.11.01 - 12:13:28

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [cc617acdcf6db566b87d70b03e83468487c893e9]

        Merge SRC641: 06.11.01 - 12:09:35

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [6624cc54308710ff22d33de8ceb026249d24d7f7]

        Merge SRC641: 06.11.01 - 12:08:08

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [4621eccb8ccaf81d475bdc00932ed6d627284346]

        Merge SRC641: 06.11.01 - 12:07:34

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [149180297b49c6c2d5f12d03648128e39779c8d6]

        Merge SRC641: 06.11.01 - 12:06:53

2001-11-06  Kurt Zenker  <kz@openoffice.org>  [d184ca0c115d00241acfd7b3f3782828c8af4fc5]

        Merge SRC641: 06.11.01 - 12:06:35

2001-11-06  Ocke Janssen  <oj@openoffice.org>  [c7c856d64e34d66da8e0a9032c72f97bfa122f5c]

        #94305# check columnsize and data allocated

2001-11-06  Ocke Janssen  <oj@openoffice.org>  [f1732d513b1b05e4ec66e8d8f8be954ef0478fc6]

        #94305# check columnsize and data allocated

2001-11-06  Stephan Schäfer  <ssa@openoffice.org>  [8173566027c3d33cfacc60c9be25fab235193d88]

        #92759 read xp menu colors

2001-11-06  Stephan Schäfer  <ssa@openoffice.org>  [5bade02e85af85d78e84b1460b4a46e4da3efc77]

        #92759 xp detection

2001-11-06  Stephan Schäfer  <ssa@openoffice.org>  [8b74959151b436789dd95b00aff26d0f903e57b4]

        #92759 xp detection and new SDK defines

2001-11-06  Stephan Schäfer  <ssa@openoffice.org>  [d8a2ec38699a58bcfa964d0ccea38efd42a1fc39]

        #92759 support menubar color

2001-11-06  Frank Meies  <fme@openoffice.org>  [ed5b067f4e917a8344da627297f981957452bb3d]

        Fix #76622#: Repaint rectangle and clip rectangle for lines containing underscores

2001-11-06  Thomas Lange  <tl@openoffice.org>  [b35d0f173f25d8bcb6279e045430b097b96741c0]

        #94291# accent attribute value fixed.

2001-11-06  Andreas Martens  <ama@openoffice.org>  [9316fbbf1d487fa7f1de8cd8a627ded681810b41]

        Fix #93699#: Force back flow

2001-11-06  Joachim Lingner  <jl@openoffice.org>  [81b1f6b1bd0ea73353d9cf396e09bf662557c788]

        #75148#

2001-11-06  Mathias Bauer  <mba@openoffice.org>  [c4475c7f176f7d6b469460f5fe5627863305e2e3]

        #84711#: use all document functions when executing keystrokes

2001-11-06  Thomas Lange  <tl@openoffice.org>  [bb223ea105afb5dc5be4ce6571a6461434f3b254]

        #92469# using reference to window now.

2001-11-06  ok  <ok@openoffice.org>  [fcae8383e039abd939cb90fe7ce499afee73cb54]

        fix: #93989#

2001-11-06  jp  <jp@openoffice.org>  [ac428b9a80d79168cfc39b6d8c2dfc065418622a]

        Bug #93914#: optimize the modify calls

2001-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dbdf521ae09982b1121e2680a2a47765f7ebb62]

        #92924#: One throw statement is needed to convince the gcc-3.0.x compiler to place the RTTI information for InteractiveAugmentedIOException into the object file.

2001-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e14d8dbbb08e208a9e3d79ac225ba8e3b2672dda]

        #92924#: fix broken array initializer

2001-11-05  Eike Rathke  <er@openoffice.org>  [d2c9d50072d63d6d6708c55c27623ed44c9d1ec8]

        #92553# performance: SetMarkArea: avoid unnecessary new/delete and data copies

2001-11-05  Eike Rathke  <er@openoffice.org>  [5ccdf8c45878c27474a69ec38071815cbd58109a]

        #92553# SetPatternArea: correcetd a glitch

2001-11-05  Kurt Zenker  <kz@openoffice.org>  [b7fb0e8147d2c152d628e6544b9a583e001d84ac]

        new version for SRC641

2001-11-05  Martin Gallwey  <mtg@openoffice.org>  [121840d5c17825103d7aa9f9d173958bf55bce8d]

        #92662# admit that the TextCursor now supports XMultiPropertyStates

2001-11-05  Kurt Zenker  <kz@openoffice.org>  [8517c63cec20de0db57153bc443ca8a32b2456aa]

        new version for SRC641

2001-11-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ca7ea9a18ee5c2632466ce998f8b94e0aa22e833]

        #65293#, #90760# OLE handling was relaying on VCL variable

2001-11-05  Rüdiger Timm  <rt@openoffice.org>  [9cc58440d19310fee2d5971f12d4bbdf47082d4a]

        new version for SRC641

2001-11-05  Björn Milcke  <bm@openoffice.org>  [a29cad0406e8c389093da03bbe6f6135a103eb44]

        #94052# wrong initialisation order in CTOR => uninitialised member was used in base class

2001-11-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b49c7dcd9a09167e7d66769e648ccb7e1a3f6357]

        #93866# supply unistd.h for WNT

2001-11-05  Jörg Barfurth  <jb@openoffice.org>  [8ff8a38aee764f220badf4d847efd823f9ba8cc5]

        #86807#,#94287# Improved state handling

2001-11-05  Kurt Zenker  <kz@openoffice.org>  [6c0057ada833d8e54db2e1ecec98ab5d123be83a]

        new version for SRC641

2001-11-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d940ace4fc9229d084adc35e230eb1a23c786a8c]

        #93866# supply unistd.h for WNT

2001-11-05  Sander Vesik  <svesik@openoffice.org>  [5080e5b3f3f57daf0edfb70e5ff3f5eeafaa853b]

        Merge from OO638C

2001-11-05  Nils Fuhrmann  <nf@openoffice.org>  [a4b86c806bd1fcb4fecfb70b855c98e702b47f12]

        Added mapping of productnames to workspaces

2001-11-05  Behrend Cornelius  <bc@openoffice.org>  [5a4b4415be2dc4c447a19058e7f15e4c5aa21c4f]

        #93436# Declaration of OS Function "RegCloseKey" modified

2001-11-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [623333cdda45ec8e8a041db725d9c298e3225bf7]

        #65293# get rsynced build environment to work again

2001-11-05  Frank Schönheit  <fs@openoffice.org>  [c5c117f4cb2961d5b54a2e425f4705cfa80ec99d]

        #94194# +m_bEncounteredLSAttrib

2001-11-05  Oliver Braun  <obr@openoffice.org>  [c4896ad11c0e3d8184b4ad75543e2a644628bc8e]

        #93953# added encoding for greek

2001-11-05  Christian Lippka  <cl@openoffice.org>  [2d7f2ffee25f32a8b8a229073e7a15fdf9e57cf9]

        #93263# use file name as template name if none is given by sfx

2001-11-05  Kurt Zenker  <kz@openoffice.org>  [a57aa8e2c0f8774f792770e5d7f047ea6d8af4ff]

        new version for SRC641

2001-11-05  Kurt Zenker  <kz@openoffice.org>  [b3a32d068fc0d6bd227b1b432ebd6f219de120b1]

        new version for SRC641

2001-11-05  Kurt Zenker  <kz@openoffice.org>  [ae8e9a0826a59b1db0dab36aa9bb5bb7ad50ea6e]

        new version for SRC641

2001-11-05  Frank Meies  <fme@openoffice.org>  [dca044e9572144c1ba9ce423b10f7a5456837cda]

        Fix #93831#: Larger range for tip help on notes

2001-11-05  Philipp Lohmann  <pl@openoffice.org>  [0e5f97c8966054d8f8e8a637a464cf76f42c09a0]

        #94297# write multiple .res files in one pass

2001-11-05  Philipp Lohmann  <pl@openoffice.org>  [f16282300c1dc099e9e86e4600ebab3a76c7afc3]

        #94297# removed nonfunctional IRIX define

2001-11-05  Niklas Nebel  <nn@openoffice.org>  [9b7b8b5bd0f3e8255c72dcacdd228c148d421ff7]

        #94048# no quotes before automatic currency, handle same key for several styles

2001-11-05  jp  <jp@openoffice.org>  [72495c2b500b69329e950fb7f4a39051ed16ae2c]

        Bug #94226# IsValid - SetStreamSize needs the size plus one

2001-11-05  Christian Lippka  <cl@openoffice.org>  [e48b0869a8257cea501f19ef2276f0aba72a1991]

        #90330# added a cache for outliners that are used by the api

2001-11-05  Christian Lippka  <cl@openoffice.org>  [04bc41b648d7ae5de35cb209afd4d2bdca8b8b58]

        #90330# use outliner cache at the model

2001-11-05  Christian Lippka  <cl@openoffice.org>  [7c0468c6935608965543aba488d2dadeaa6c7b36]

        #90330# corrected cache assertion

2001-11-05  Christian Lippka  <cl@openoffice.org>  [cf83a306d24cfadefaec7fc923a2e91fa7438892]

        #90330# added a cache for sequentiel attrib access

2001-11-05  Christian Lippka  <cl@openoffice.org>  [0840274d151987d18f76b076e18e899633870f06]

        #92191# do not allow paragraph styles that differ from shape style

2001-11-05  Daniel Vogelheim  <dvo@openoffice.org>  [6f253f802223f35570623b65daa2ecff8fe36efc]

        #94189# now always export text declarations for headers/footers

2001-11-05  Andreas Martens  <ama@openoffice.org>  [27127373f95824d918e6c3cbce2a1b0c842967ac]

        Fix #94184#: Repaint error in tables

2001-11-05  Kurt Zenker  <kz@openoffice.org>  [2f782c599c08c05af451416e3b0f0cf57d54009b]

        #65293# include <list>

2001-11-05  Malte Timmermann  <mt@openoffice.org>  [2b6899c947d9ab1c7c3f2e1adfa567804f31ba59]

        #91913# Use ExtDateFieldType...

2001-11-05  Kai Ahrens  <ka@openoffice.org>  [8e346c5e56e94a658b9708f28894db02a843f491]

        #94171#: don't release solar mutex in ::GetAny of TransferableHelper

2001-11-05  Kurt Zenker  <kz@openoffice.org>  [055589cb7fb03ca244de21e1717c62518e7927c6]

        new version for SRC641

2001-11-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3fd5f33b93899a94441c75632eff57d04b70777a]

        #92341# removed OLD_CHAOS checks

2001-11-05  Nils Fuhrmann  <nf@openoffice.org>  [9d46853c7d44ad123b85fb42cc8ad19235cb8e15]

        Added fixed dependencies

2001-11-05  Eike Rathke  <er@openoffice.org>  [1cc2a46ac74be899e2440a161845da4f6dc428c2]

        #92553# performance: SetPatternArea: avoid unnecessary new/delete and data copies

2001-11-05  Kurt Zenker  <kz@openoffice.org>  [1553dbdd94b7353705c518382a3ed05ac661accf]

        Merge SRC641: 05.11.01 - 12:57:49

2001-11-05  Jörg Budischewski  <jbu@openoffice.org>  [da082cd0f990fdb87357b21fa7882af14c153d2b]

        #88337# docu reviewed

2001-11-05  Peter Burow  <pb@openoffice.org>  [b059a2e42bfd1d5095372cd8cdc01443b7bd3f18]

        fix: #94269# use SvtSysLocale instead of LocaleDataWrapper

2001-11-05  Nils Fuhrmann  <nf@openoffice.org>  [0f37803da737ebb4f120090bafeae144fe160cca]

        Removed obsolete entries #87134#

2001-11-05  Peter Burow  <pb@openoffice.org>  [f6a13a84a77eabb5eb8acfcd5e1afef8d738d610]

        fix: #94061# set off pagestyle header to prevent URL print output

2001-11-05  Jörg Barfurth  <jb@openoffice.org>  [e35ceaaab1dbd8279ca3b06b3ae75e5aa2918b96]

        #86807# Removed (incomplete) support for special 'default' locale

2001-11-05  Jörg Barfurth  <jb@openoffice.org>  [80006750a4d6e71c79332921e256dbed89ef71ae]

        #86807# Reduce to locale now copies the tree ID (if any)

2001-11-05  Caolán McNamara  <cmc@openoffice.org>  [2118133f18383602421c9e3f1d0eb5842190081b]

        #i2015# Symbol font and list level fonts should not be part of charset manager

2001-11-05  Ocke Janssen  <oj@openoffice.org>  [1df90555e3f07de7dd718fc90d1c2727573f8124]

        #94031# set unique flag every time

2001-11-05  Ocke Janssen  <oj@openoffice.org>  [bf27b20cd1e72e0ef0a53c5abacdfe9ac437325b]

        #94279# set Listener to NULL in dtor

2001-11-05  Tino Rachui  <tra@openoffice.org>  [9ac079355713e549fdc1c3ab986cdf8ff0536f5d]

        #94226#when calculating the mem size for format text or HTML Format we do not include the terminating 0 because we want to return a byte sequence without it, the byte sequence has a length so no terminating 0 is necessary

2001-11-05  Philipp Lohmann  <pl@openoffice.org>  [05e652ed096c3f7ebd97ab0567de42e72de1d141]

        print Xerrors on Ooo

2001-11-05  Mathias Bauer  <mba@openoffice.org>  [e2f66ca70dd75fc9d47d9f60a4c80c629b916f9e]

        #94037#: SvFactory::DeInit must wait until ConfigManager is deleted

2001-11-05  Tino Rachui  <tra@openoffice.org>  [a5416b2131aff17bfd2b60f5e1a12d2ea7c1bb74]

        #92988#immediately returning in setValue/getValue when ControlAction is GET_HELP_URL/SET_HELP_URL

2001-11-05  Andreas Bille  <abi@openoffice.org>  [50f14b99c3a15a0c56c8250d5c0e775ebd862a6e]

        #93535#,#91858# New exception for ReplaceExisting=false in case of exsting directory( against logic, but works ). Content now have a valid identifier in every case.

2001-11-05  Carsten Driesner  <cd@openoffice.org>  [af78d4d6c4bb682944658248eb2ef475caf1cd27]

        #88164# use dispatch watcher to watch slot URLs and shutdown office if necessary

2001-11-05  Carsten Driesner  <cd@openoffice.org>  [3a33ca881975dba7e5299a5ca461f2a7ec6d43fd]

        #88164# class to watch slot URLs and shutdown office if necessary

2001-11-04  Matthias Huetsch  <mhu@openoffice.org>  [38cd70631d2bb20fc587b4fcef9e39517d912228]

        #88337# Reviewed and updated documentation.

2001-11-03  Matthias Huetsch  <mhu@openoffice.org>  [2e33216689629b1d78d9b26715bb0571c075c20d]

        #88337# Reviewed and updated documentation.

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [37f4d7f96337ba3572d44356a276953a46c7f783]

        Merge SRC641: 02.11.01 - 22:20:26

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [bcaee569c5059734c95326fd9f4acfc91fa89199]

        Merge SRC641: 02.11.01 - 22:17:04

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [b640ce8669933e77d9451b62103557b4fee33b6f]

        Merge SRC641: 11/02/01 - 22:16:37

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [586a8e3780116d8d963583b5d5a86a8cad56f49f]

        Merge SRC641: 02.11.01 - 22:15:24

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [a4c09a50c7ec0895396a3b12574a2341b5c4ef7f]

        Merge SRC641: 11/02/01 - 22:14:13

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [747f266e79f13b5c11145345106b6dea234ff0f9]

        Merge SRC641: 02.11.01 - 22:11:16

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [f5024b2adf4b3f8be5dffdcf0204966af02bb957]

        Merge SRC641: 02.11.01 - 22:10:43

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [b92c3cac15e42a58ced1e70a7771b94a4144f6be]

        Merge SRC641: 02.11.01 - 22:10:06

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [5fd31fb1682d6168340ec45503963b6dcd44851b]

        Merge SRC641: 02.11.01 - 22:10:15

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [ac1e8a648c592bb280be81db165a9403a1b82913]

        Merge SRC641: 02.11.01 - 22:08:46

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [6df6399546f2af86f187ad9d8a17002f813f1848]

        Merge SRC641: 02.11.01 - 22:07:43

2001-11-02  Kurt Zenker  <kz@openoffice.org>  [d35d1bc99e1c8006912152d9619d31ed41d60778]

        Merge SRC641: 02.11.01 - 22:05:26

2001-11-02  jp  <jp@openoffice.org>  [e001bdb2b9b235d4687bd03aa6cfe1fdcd75d742]

        Bug #94218#: compiler error

2001-11-02  Stephan Schäfer  <ssa@openoffice.org>  [5672c14cf20bbc62d4559cb3264b0f13b91064e8]

        #89519 correctly scroll under system windows

2001-11-02  Stephan Schäfer  <ssa@openoffice.org>  [8cb313148f9493879bb934d073d73707900e4c2a]

        #94235 always regard task bar position

2001-11-02  Stephan Schäfer  <ssa@openoffice.org>  [22e7b9f7ac204b61c6ac8376255140cf516df2fd]

        #94235 keep default pos of newly created windows

2001-11-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3f5b4a129d752d26d4f8be3158108f1a3dd17cb]

        #78624#,#89873# reworked ziptargets to get more flexibility

2001-11-02  Thorsten Behrens  <thb@openoffice.org>  [06bc8d32ae63314bfaeec2f46dc3121ed0362334]

        #93468# Using preview also for draw documents

2001-11-02  jp  <jp@openoffice.org>  [c27924cc18e86efb413d895d0fa423e8a33f7c82]

        Bug #94265#: MakeUserStorage - set share to user filename if the xml file is copied

2001-11-02  Jörg Budischewski  <jbu@openoffice.org>  [c99a2daa423d2a434e5c23b3b2dc1ba4aeea9a48]

        #94214# added test for asynchron->synchron with pending asyncs bug

2001-11-02  Mathias Bauer  <mba@openoffice.org>  [186be94bfe1a8cf6c854c6e34eb716ed35565547]

        #93937#: Save starts with all docs instead of configurations

2001-11-02  Mathias Bauer  <mba@openoffice.org>  [3f68aee577b0f6275c0235e8b0b3c7169e44a323]

        #93535#: some problems with overwriting unpacked storages

2001-11-02  Behrend Cornelius  <bc@openoffice.org>  [77e70b7f98a813eedff8060976da33b6b837d0d5]

        #94168# Preselected Range handling now modified. Numberlocale

2001-11-02  Mathias Bauer  <mba@openoffice.org>  [7da6e248d40dfa9d15c3f6c934e04e2363758c3e]

        #94033#: wrong KeyInput Notify

2001-11-02  Mathias Bauer  <mba@openoffice.org>  [3fbb95b6a0c9ef09e22f70529c8c60c681c20534]

        #93937#: don't store configuration if cfgmgr belongs to loaded document

2001-11-02  Mathias Bauer  <mba@openoffice.org>  [d7fafd456cbf3598bdeaaf25cbe2b9742f367c8b]

        #93760#: no empty itemsets in Requests

2001-11-02  Mathias Bauer  <mba@openoffice.org>  [61a3180f84f6ded77b5255780f9b5fc60f6a49e2]

        #93820#: Update after setting Symbolsize

2001-11-02  Stephan Bergmann  <sb@openoffice.org>  [473975cc8a96d63ceee2c1015a3ebb8cf2b02255]

        #90767# Undid unnecessary 86645 HTTP query part modifications.

2001-11-02  Kai Ahrens  <ka@openoffice.org>  [865cbcaf173b4c41486c7a315746e018ccaff91d]

        #93430#: added load on demand for XML files

2001-11-02  Kai Ahrens  <ka@openoffice.org>  [65d18a89ac099a5c3c47ab191dc0b9f47ebd09b0]

        #93430#: destroy SvStorageRef object at SdrDocumentStreamInfo

2001-11-02  Stephan Bergmann  <sb@openoffice.org>  [018c2a0d4925e29f0fb0fec72798132060766b50]

        #90767# Fixed URL composition in plugin case.

2001-11-02  jp  <jp@openoffice.org>  [8c908f796fce4fb14a9bc91cfc99a15c2192cc39]

        Bug #94137#: Find - use temporary object for the search - don't change the original cursor if nothing is found

2001-11-02  Juergen Schmidt  <jsc@openoffice.org>  [1bedb732c07d575d52c89d168c909d4565485cbc]

        #94208# insert com.sun.star.loader.Java

2001-11-02  Juergen Schmidt  <jsc@openoffice.org>  [944ab22d76edc6e1d906cb00dd98837aa20b605c]

        #94208# insert com.sun.star.loader.Java

2001-11-02  Armin Weiss  <aw@openoffice.org>  [0286bffdd5f9c9ac4fbeae9fea9f5aa084da411b]

        #94195# Hard removal of the handles (ForceInvalidateMarkHandles) is not enough, when this is done they need to be hard refreshed, too.

2001-11-02  Frank Schönheit  <fs@openoffice.org>  [7a840bbba34dedb602953180151be7ee8c245717]

        #94093# ensure the correct row count before adjusting the cursor pos

2001-11-02  Juergen Schmidt  <jsc@openoffice.org>  [68550a5560ff6e69b12628499710772cd1ef05e3]

        #94243# insert MY_COPY

2001-11-02  Caolán McNamara  <cmc@openoffice.org>  [4c010a60b733ff6c4ea37e00a8e4e2c48711285b]

        #i1973# table row end search should also mark plcf dirty on a fail

2001-11-02  Juergen Schmidt  <jsc@openoffice.org>  [f3537340bfc47450b541aa918989e819d555e655]

        #94243# use alternative copy for sxw,... files

2001-11-02  Christof Pintaske  <cp@openoffice.org>  [6d88d971b83b7a774b83a30d346f6636e69731b9]

        #91994# in preedit mode filter cursormovement keyevents

2001-11-02  Frank Schönheit  <fs@openoffice.org>  [7b2319940d6222295aa3ee737d692684e7dea896]

        #94077# construct: leave with the correct ref count in case of an exception

2001-11-02  Frank Schönheit  <fs@openoffice.org>  [6026a2786ee9f698e182a26968336fafba5b15e3]

        #94077# use an AutoDisposer when setting a Connection on the RowSet

2001-11-02  Ocke Janssen  <oj@openoffice.org>  [b8168d17a54f05704af0775104decfee1f6e6f0a]

        #94224# ensureObject correcting

2001-11-02  Daniel Rentz  <dr@openoffice.org>  [9c75c7dddccf597b6b0929724e55060aa86797df]

        #88839# restore navigator settings

2001-11-02  Philipp Lohmann  <pl@openoffice.org>  [5d9ce3e8bef366e351a752092d1c26d256ccdf0a]

        #94248# do not map float windows in parent's ToTop

2001-11-02  Philipp Lohmann  <pl@openoffice.org>  [b687fd80fa33aadd2255db1b13db0581c03a6ffd]

        #93613# still more tab changes

2001-11-02  Carsten Driesner  <cd@openoffice.org>  [6c59885686f634e45f21d02ac913796f14387560]

        #93801# removed external from error message

2001-11-02  Caolán McNamara  <cmc@openoffice.org>  [e1b554625447d08a58ee43016837f5906aaeb55f]

        #i2015# use a stack for the charset so as to not clobber it when a run contains two paras of different styles

2001-11-02  Thomas Benisch  <tbe@openoffice.org>  [ce5e517f46c7ddec248096ae2eb6bde9e4e7ad5b]

        #92173# Reimplement Basic password protection UI in Basic IDE

2001-11-02  Thomas Benisch  <tbe@openoffice.org>  [10b2e0a9f1918541180d641a60250bfbc52536f4]

        #92173# Reimplement Basic password protection UI in Basic IDE

2001-11-02  Thomas Lange  <tl@openoffice.org>  [fc7debcb86eb2f65012ab443269e60d8ab35e7a4]

        #93469# preview of formulas are now diplayed using the optimal zoom (fitting to window size).

2001-11-02  Frank Meies  <fme@openoffice.org>  [8e84d1b01f8a41c42d3c53f1cc46189140023296]

        Fix #93965#: Repaint of last line in frame if first line in follow is changed

2001-11-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ec7584ba04d035eecf7521bfdc167efc2615ec4]

        #90760# remove VCL variable

2001-11-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [83d32504afd843f17d1bf139daa7632a90d284cc]

        #90760# removed VCL variable checking and VCL define

2001-11-02  Oliver Specht  <os@openoffice.org>  [400aaac26b597a34a267ab791da90199221a04c7]

        #94237# exception methods moved to cntex.cxx

2001-11-02  Herbert Duerr  <hdu@openoffice.org>  [87c2bd4a40a5362699b20a188ceeca7b68cd935c]

        #88364# do not free fallback font twice

2001-11-02  Oliver Specht  <os@openoffice.org>  [7a27feda739fd046e6e8b334de0f1dc44cfba5be]

        #94237# exception methods moved to cntex.cxx

2001-11-02  Oliver Specht  <os@openoffice.org>  [48d5e6d8e28ecb60a80f2be08730b0a7edd32313]

        #94237# exception methods of index dialog

2001-11-02  Philipp Lohmann  <pl@openoffice.org>  [a3202c01ab15933f53e5dd9e95bc7a4884f00e41]

        #94201# map float frames raised

2001-11-02  Michael Hönnig  <mi@openoffice.org>  [f39e06bb38c6b1f69133e99a09f92494ee73ead2]

        needs <TRUE/> instead of <TRUE> etc.

2001-11-02  Michael Hönnig  <mi@openoffice.org>  [4aef0a9484df4755c960741172a86f8bc3d53fe6]

        needs <TRUE/> instead of <TRUE> etc.

2001-11-02  Frank Schönheit  <fs@openoffice.org>  [70eac81cd6a63edd8680685f243ee8f24ec1e107]

        #94196# in case of a non-valuelist-ListBox, do not import the ListSource property twice

2001-11-02  Stephan Bergmann  <sb@openoffice.org>  [620c941fd6e81f6508d4a701f644b46a1f5c13d4]

        #94096# Fixed special handling of scheme-only regexps.

2001-11-02  jp  <jp@openoffice.org>  [a5e6e56a6c5e7755357b0937fd0bd7ebde967745]

        Bug #94218#: remove usage of SC/SD library

2001-11-02  Philipp Lohmann  <pl@openoffice.org>  [a8a43249cbd615cc26d3b0ab91722107eab849b1]

        #94203# workaround for broken locales

2001-11-02  Thorsten Behrens  <thb@openoffice.org>  [bb0f957cce7dedec48f4fe2794debebba0973f00]

        #94205# Corrected placement of lower controls

2001-11-02  Dieter Loeschky  <dl@openoffice.org>  [d4df0ce4992a29d43057f7ed6492b81e14dd2ecf]

        #94116# SetMasterPage(): calling SetAutoLayout() without initializing the presentation objects

2001-11-02  Jörg Barfurth  <jb@openoffice.org>  [ea6c556fb649ce6c1181730aa8605fbe148628c2]

        #91782# Adjusted to change in BootstrapSettings

2001-11-02  Jörg Barfurth  <jb@openoffice.org>  [b5a5f6267add4c1d3ef09f96b231357709bd6722]

        #91782# Modified bootstrapping to use rtl bootstrap arguments; no more use of unotools bootstrapping; no more direct profile access; no more knowledge of office deployment (sversion.ini,..)

2001-11-02  Jörg Barfurth  <jb@openoffice.org>  [48dc74e146d87b88ce29595204ad955ecca6a83c]

        #91782# Removed dependency on unotools (was needed for bootstrapping)

2001-11-02  Jörg Barfurth  <jb@openoffice.org>  [9ef354174354eb7894ee034c69e4142062f32e55]

        #91782# Modified bootstrapping to use rtl bootstrap arguments; no more direct profile access; reduced dependency on sversion.ini

2001-11-02  Thomas Lange  <tl@openoffice.org>  [6974ce083e4993c863845ba0217d4b189fadb6e3]

        #84994# renaming of some symbol names for spanish.

2001-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [94afe5b2570e2b607fc96205d079d3057dfb9c44]

        #92924#: cast

2001-11-02  Michael Hönnig  <mi@openoffice.org>  [ece4d39a4e0ffeed08e51001f290e1250f9be63e]

        proofreading and corrections from Richard Holt

2001-11-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6e24b4217440662c8c5ac8750b2a8ccc9f856162]

        #94100# default UNOUCRRDB and COMPRDB according to the selected environment

2001-11-02  Michael Hönnig  <mi@openoffice.org>  [8062cab56aff97620d938722d3be0156bbdae988]

        proofreading and corrections from Richard Holt

2001-11-02  Andreas Bregas  <ab@openoffice.org>  [9a70b007ddb0e4eaf6c94b29e526cf8694d281ff]

        #94202# Fixed CDateToIso

2001-11-02  Behrend Cornelius  <bc@openoffice.org>  [91e61f33ad227602204a2ac70c797f56f77c15c5]

        #94212# Option Group 'Binary Fields' now disabled

2001-11-02  Frank Schönheit  <fs@openoffice.org>  [00337e86eba9d1dba43f27be2e4d1a1862574a4c]

        #94196# do not export the only ListSource element in case of a non-valuelist-ListBox

2001-11-02  Philipp Lohmann  <pl@openoffice.org>  [372ca2622f5c8e990bb8b35e1f5698512f6fef36]

        #93613# tab adjustments

2001-11-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9df7a31367ebea5b0ee05f66b6d9ae578564da7e]

        #65293# no comment...

2001-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7245ffe09e25fae082e7ba46b03ac5a4bba32060]

        #65293#: excveption specifications

2001-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [52f89bbba5e507ea5c094a207e3ac9c893232919]

        #65293#: excveption specifications

2001-11-02  Behrend Cornelius  <bc@openoffice.org>  [14a06eb6d1bae8060399db0bfb0e9e6c607ff7f1]

        92814# Now whole dialog instead of controls toggled

2001-11-02  Oliver Specht  <os@openoffice.org>  [f3e98acf6ccd5b542452c37564b926b6ff48e38b]

        #94162# update content only if conroller's selection has changed

2001-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c6441642a2fa06bb8942e2552c47b7a7d89d5dc]

        #92924#: gcc-3.0.1 needs lvalue

2001-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5617709029016bf556cfd5b29c2b7db41e3554af]

        #92924#: exception specifications

2001-11-02  Jörg Budischewski  <jbu@openoffice.org>  [ff455b4a74afc5a38fd3f2d642ae91d426e82d7b]

        #94215# asynchronous queue is not made public anymore

2001-11-02  Malte Timmermann  <mt@openoffice.org>  [cbcfbd647ce77433bba23463731f7450d0e9683d]

        #94200# Call base after default action, because button might be destroyed afer Click()

2001-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca531a09ee0d6e115eba35ef840ff24cf38a0ad0]

        #92924#: includes

2001-11-02  Caolán McNamara  <cmc@openoffice.org>  [4906ab4cd2221b1bb0c433fbf5632463b24f792a]

        #94085# MS only has one size for western and asian fonts, we have two. For char runs detect script, for styles use western

2001-11-02  Juergen Schmidt  <jsc@openoffice.org>  [9e467e1e62f2a91cac5661f9924b2c04a71174fa]

        #88337# filter out generated files

2001-11-02  Juergen Schmidt  <jsc@openoffice.org>  [6f2cbbdfcdb318718f492799b979bf475000bca9]

        #88337# filter out generated files

2001-11-02  Andreas Schlüns  <as@openoffice.org>  [358388a087b9c688f57131a6a0b814ce43012625]

        #93753# fix it top level too

2001-11-02  Andreas Schlüns  <as@openoffice.org>  [f5411e5bc04edc92fb768a5429c80b7c4991a2f3]

        #93753# new namespace drafts for DispatchInfo

2001-11-02  Andreas Schlüns  <as@openoffice.org>  [b26f07ac1643c2c757fbf96ce96923608f6cebc4]

        #93753# new namespace dcss

2001-11-02  Andreas Schlüns  <as@openoffice.org>  [f69c0f34e8c99742b5aaab5c88877cd9a6f54c05]

        #93753# new drafts/frame dir

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [dba3fa004f6cbead65e5aab7e8a893f7a05c5bfb]

        new version for SRC641

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [2116ce07e07ffe1b73e45aea84c9a7a2319b87f1]

        Merge SRC641: 02.11.01 - 00:27:15

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [171151fe2aa56c045ae0d268f4da7cd3ae77d3d9]

        Merge SRC641: 02.11.01 - 00:13:18

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [5f65b0c92d90bdc3a8ebf4760b48e02f5346d862]

        Merge SRC641: 02.11.01 - 00:00:53

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [a500fc84596925de946ec8638edfcd515bd12637]

        Merge SRC641: 01.11.01 - 23:54:13

2001-11-01  Oliver Bolte  <obo@openoffice.org>  [17e4f83d61b34aa776e272a4d5b157b34284c628]

        Merge SRC641: 01.11.01 - 23:46:56

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [9f59981318ee46f8bdd660f090fb50676e3b8b9e]

        Merge SRC641: 01.11.01 - 23:25:05

2001-11-01  Rüdiger Timm  <rt@openoffice.org>  [bb946cc87a3acf01fda8a14a4a13cbf3c0a7826d]

        Merge SRC641: 01.11.01 - 23:21:52

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [e70150a7567babf3d829ecead1ed348eca8d1323]

        Merge SRC641: 11/01/01 - 23:10:17

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [a7e51e3eb55e29447ad4c5c70094cd48ba1c1fcf]

        Merge SRC641: 01.11.01 - 23:03:15

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [72b3fbb772e97edfa974c498a480a9a77fed8b08]

        Merge SRC641: 01.11.01 - 23:01:17

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [b6f5d9189560b527d3e47a522292c1d9a4779a3d]

        Merge SRC641: 11/01/01 - 23:00:45

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [0d75a174c7ab3a074badad7777a0d949406f5b75]

        Merge SRC641: 01.11.01 - 22:57:06

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [593c59b348d9881589f7327f40e89498e466212c]

        Merge SRC641: 01.11.01 - 22:41:53

2001-11-01  Rüdiger Timm  <rt@openoffice.org>  [75d7a97b47b82917f12bbeeb5146b85273e2b048]

        Merge SRC641: 01.11.01 - 22:41:09

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [2d2456723971c15e472e276256fcc6a19481d220]

        Merge SRC641: 11/01/01 - 22:41:20

2001-11-01  Rüdiger Timm  <rt@openoffice.org>  [25365c7f40f9865b67cb1e751b576e1a76d18f81]

        Merge SRC641: 01.11.01 - 22:39:10

2001-11-01  Oliver Bolte  <obo@openoffice.org>  [1f438ada0ef8b0b05b4ab5cf59c9b4dd962c8536]

        Merge SRC641: 01.11.01 - 22:39:39

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [a11ed981e0e2213e866e17e42daefce8e5c746cb]

        Merge SRC641: 01.11.01 - 22:37:52

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [281bc6fe3d6ff65bbf01f22cf227e11359777341]

        Merge SRC641: 01.11.01 - 22:36:42

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [c9f78fc179b3d0c0e33c4d793fb1dec428f5e6aa]

        Merge SRC641: 01.11.01 - 22:35:25

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [3b6651e190ae23734664b204d6b734e2893b7fa9]

        Merge SRC641: 01.11.01 - 22:34:18

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [549639f64d3de0ab1b2a5b844c0a078fa7c1613c]

        Merge SRC641: 01.11.01 - 22:34:21

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [404ff61454521deb4e3575baf75dd55cdf3a552e]

        Merge SRC641: 01.11.01 - 22:33:40

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [c87eb72942dd8d6df6171088351280947a0cc621]

        Merge SRC641: 01.11.01 - 22:32:14

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [293f3600a298dfdced4da8000d41ded543875fae]

        Merge SRC641: 01.11.01 - 22:31:52

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [cb9b485c09f23a2d7855fe64a9dcf0f0acb283bd]

        Merge SRC641: 01.11.01 - 22:29:08

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [8ff410b13f30aec2b0f550f4ba6107076f76a955]

        Merge SRC641: 01.11.01 - 22:27:34

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [ce64ffa644395b514ba38ef5840a71897031e9fb]

        Merge SRC641: 01.11.01 - 22:25:23

2001-11-01  Philipp Lohmann  <pl@openoffice.org>  [5c7235e3ea350e88e7674b89aeaf25f508bd4e4c]

        #93614# change fulwidth ascii to ascii in status text

2001-11-01  Philipp Lohmann  <pl@openoffice.org>  [e8a287762ae1ad87935530438541d44c5ec31d5c]

        #91690# implement a more sloppy AlwaysOnTop on noncooperative WMs to prevent feedback problem

2001-11-01  Daniel Vogelheim  <dvo@openoffice.org>  [3e5b5d52191dfa1f151bae3fedaaecfca650c437]

        #65293# include for GetAppCharClass() included (wouldn't compile on Solaris)

2001-11-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [847efc72a7fd31537de3a3eaf6ebb262905be685]

        #65293# supply returncode > 0 if compilerversion not found

2001-11-01  Philipp Lohmann  <pl@openoffice.org>  [b1656b94ff9207b2bddc7e341047caf2d2874c3c]

        #90760# remove obsolete VCL variable, tlb is obsolete also according to hjs

2001-11-01  Philipp Lohmann  <pl@openoffice.org>  [bc6aaae21a1ac7b756a6fa90fde9d2207b167b9b]

        #90760# remove obsolete VCL variable

2001-11-01  Niklas Nebel  <nn@openoffice.org>  [02c904d365616e16876a8786efe67e247da02df0]

        #88488# DataChanged: if ScreenZoom was changed, scale must be updated

2001-11-01  Niklas Nebel  <nn@openoffice.org>  [01bbc732340dd0230c983a9c68923642f2d2fbad]

        #88488# UpdatePPT method to recalculate nScreenPPTX/Y

2001-11-01  Sascha Ballach  <sab@openoffice.org>  [234d5eb6bc0ea9e387ef4551f20a593ea7517395]

        #94180#; use the new property PersistName instead to ask direct for the name of the chart

2001-11-01  Martin Gallwey  <mtg@openoffice.org>  [73b0438cfb2f1b5aa21687b7c4b69997bbf5bbed]

        #94188# do not attempt to export empty sections

2001-11-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5d36813fbbbc581ea884b1f5c0f1127549013ee]

        #65293# fix UNX and windows...

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [72271ec229bb7c23ccedc331593a3f58ea46f86c]

        new version for SRC641

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [b5e5c542d7157e531290ff1fdb9ae66a67d74ba4]

        #92361#: recycle documents

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [4b7da30b40e0b133ce76a0b59bf453128a52f50f]

        #94008#: lock documents

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [251eb39d463440dbb07edfe89d93ca3f75071ef1]

        #92217#: LoadLayout removed

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [a635834a1734e179188c28963203ea597d1f5b63]

        #94033#: reset modified-Flag after discarding

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [c4540168a126338062688ab469049cfd7e4aa5dc]

        #74684#: remove user data also for created and printed

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [7f9eebcce6f3e2530a1436ac5aa1cd56f3a0eaf0]

        #92952#: Support for ThisDocument in AppBasic

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [d46ee1880d2d62ae2a99cc3ed50288d5715975b8]

        #94033#: reset modified-Flag after discarding

2001-11-01  Stephan Schäfer  <ssa@openoffice.org>  [a7513e007638c709bb4d2715a93bcbb1c8ebea89]

        #92220 correct coordinate comparison in hit test

2001-11-01  Carsten Driesner  <cd@openoffice.org>  [0f370679b42aa5e196cf400e5818ad227bc2fd2b]

        #93801# show error message on unix if webbrowser or external app cannot be started

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [74930a4a5ba8e396c88c2c2e162a79e2d29a71a8]

        #94033#: reset modified-Flag after discarding

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1be75964cca29aef18964802cc4856ec59a3a63b]

        #92924#: gcc-3.0.1 needs lvalue

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1938161336711a32fde89f7cf49658849054a0a2]

        #92924#: exception specifications

2001-11-01  Behrend Cornelius  <bc@openoffice.org>  [7fdb02c90310280d3077bde9823ce585cc2b47ae]

        #93570# several changes

2001-11-01  Carsten Driesner  <cd@openoffice.org>  [ffe0afb2a3e26c6ce267a386deee5370ded0859b]

        #93801# show error message on unix if webbrowser or external app cannot be executed

2001-11-01  Michael Hönnig  <mi@openoffice.org>  [4f3f7857d248ea4addf1321044f303eb7fa8ee63]

        proofreading and corrections from Richard Holt

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a08670e51f84122b6e47de2f497284cddccbe81f]

        #92924#: gcc-3.0.1 needs lvalue

2001-11-01  Michael Hönnig  <mi@openoffice.org>  [772d164b86d092858a0cd4ad958927e111b331e5]

        proofreading and corrections from Richard Holt

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a67fa90cd1dc36cc6a5b44d29c64812aa13f359]

        #92924#: includes

2001-11-01  Oliver Bolte  <obo@openoffice.org>  [f18789821b6a1e52e90e0dccc2ea29a7d453810e]

        #65293# exception solaris

2001-11-01  Kay Ramme  <kr@openoffice.org>  [cde3f5e303b628dc170e1642fbc3076a48c81ae7]

        added tests for default and ini expansion (#91782#)

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [891f8bea24e915eef52384b1175c2eaec5ffe135]

        #92924#: gcc-3.0.1 needs lvalue

2001-11-01  Kay Ramme  <kr@openoffice.org>  [5972a1fa42f275329c2c68b9b9867a1b8cd019d2]

        fix default expansion bug (#91782#)

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [d667c77824c14d318da6474a580568a397e6bd62]

        #92924#: exception specifications

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [0f225e319cb61ad04203e5b81a06fa20725ce80f]

        new version for SRC641

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [036f5bedf8a123bf696bc0589439384e32bf5099]

        #92924#: exception specifications

2001-11-01  Christof Pintaske  <cp@openoffice.org>  [10233e3a992d0c3eda037133f2faca1330cd41b1]

        #93629# create a font once and refer to it in draw text

2001-11-01  Andreas Bille  <abi@openoffice.org>  [29976159baa5b85ebdea59b189534573c956a67e]

        #90921# Now accepting also a keyword if the searchword is only part of the keyword, not the beginning only.

2001-11-01  Tino Rachui  <tra@openoffice.org>  [c236d93b7dbf72d9e1439ed92a790cf9b47d8543]

        #93801#throwing exception only when flag NO_SYSTEM_ERROR_MESSAGE is set

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ece28254f758a7f53bff6c0228c118e28df5b79d]

        #92924#: exception specifications

2001-11-01  Caolán McNamara  <cmc@openoffice.org>  [5b66fc34c22196f882d5b458afcf4c8dc62febe9]

        #93800# Be more cunning when modifying tabstops after negative para first line

2001-11-01  Herbert Duerr  <hdu@openoffice.org>  [f9a56a049ca94036a52b93b1936d45c2dd43cbeb]

        #88364# handle bad fonts more gracefully

2001-11-01  gt  <gt@openoffice.org>  [af67f531c165b73339f4c7719bcf8ba0a6c984cb]

        #93478# save ViewDate whenever leaving a page

2001-11-01  Sascha Ballach  <sab@openoffice.org>  [0fb39b8bfcacddd2437f474f94da7e9cb3124f4d]

        #94176#; don't set the value type on formula cells, because it changes the numberformat of the cell

2001-11-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8b866693891b9d463633b757678545f103bfe69c]

        #65293# dependency must be on flagfile

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [aab4a2ade3808609575cc50c4549d35d8e6eec94]

        #92924#: fix OColumns::clearColumnSettings()

2001-11-01  Frank Schönheit  <fs@openoffice.org>  [db102c67fae6c3705df6586bf9efe4bfa264a96c]

        HasUIFeature: make the explorer slot consistent with the add field slot (not available if no view or no forms)

2001-11-01  Frank Schönheit  <fs@openoffice.org>  [c2a8b62739155a4274bff60e2d4e0db13dc5adb6]

        #94128# StringTransfer::CopyString: pass a correct window pointer

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5983f7545dacb78ec0b69d5a365eea436b24a8ac]

        #92924#: gcc-3.0.1 needs lvalue, exception specifications

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7d4373cd3604c26d5ebd8ee7403fd6e3176eb22]

        #92924#: constness

2001-11-01  Juergen Schmidt  <jsc@openoffice.org>  [1be85d2f8d558e7bbed069b42a1adac2cdf5143b]

        #88337# change file attributes before rename

2001-11-01  Martin Gallwey  <mtg@openoffice.org>  [b0a119c576e614e4738072fc9c413c9b5116e44c]

        #90251# handle counts correctly

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8ae85c6bbfcde9d5ac5cc882d2c3e12fbee816a]

        #65293#: excveption specifications

2001-11-01  Behrend Cornelius  <bc@openoffice.org>  [17b4682dfee0ab76dabed7487b755a0acab7f452]

        #93830# several changes

2001-11-01  Michael Hönnig  <mi@openoffice.org>  [c99613c3f0e5d8f26d445e89e2485b14c3bc2ee9]

        proofreading and corrections from Richard Holt

2001-11-01  Kay Ramme  <kr@openoffice.org>  [3b3d0f1dcd4500d831116d491c4914227259b673]

        removed dumpStack (#87146#)

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [057dcf48cf6ebc5f2ab22309fa8c7588fe73a3a6]

        #92924#: exception specifications

2001-11-01  Stephan Schäfer  <ssa@openoffice.org>  [38e8019576b05d75645051ad842db0d907b3c477]

        #88020# unless WB_NOBORDER is speicified, dialogs get a border window to enable menu bars

2001-11-01  Michael Hönnig  <mi@openoffice.org>  [eed0de805ee2d8d62610f73fc8b2533bf3b25c30]

        proofreading and corrections from Richard Holt

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a46ea5f7d27c106df810c9d9bcbe0f8870875077]

        #92924#: gcc-3.0.1 needs lvalue

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [6a5df33ef3532f9626253cf89d1e34199e6b3f30]

        new version for SRC641

2001-11-01  Oliver Braun  <obr@openoffice.org>  [9a054612e8a77121357bb827a5e5e2b2ec8d5124]

        #93801# throw exception if url handler does not exist

2001-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [788cc2dbb57b2002a0b6f3183ee203160ec0d092]

        #65293#: includes

2001-11-01  Nils Fuhrmann  <nf@openoffice.org>  [a47dc517f4168fe625792ff732e8c7c75365d94c]

        Chnaged communication for multithreaded send

2001-11-01  Michael Brauer  <mib@openoffice.org>  [31bd9c0b142f5299228e7a36670ddd2d5e30cff8]

        #79947#: Improve performance

2001-11-01  Sascha Ballach  <sab@openoffice.org>  [531c6a71485922efe5b85acd5fc9fecbea8906fc]

        #92553#; use only one sequence and don't create every time a new one. The sequence is filled until it's full then write out and fill again

2001-11-01  Michael Brauer  <mib@openoffice.org>  [0620cace5f8a7e73a4d4d95b386cfb6491b938ea]

        #79947#: Improve performance

2001-11-01  Niklas Nebel  <nn@openoffice.org>  [c6caf3dc6757c235eb9751bff030d949c5dbc775]

        #94112# handle uninitialized ResultMembers at DataMember initialization

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [f630edda35666f19569209cddfd52ccf0085a507]

        new version for SRC641

2001-11-01  Andreas Bille  <abi@openoffice.org>  [324b7b7a25bafb3aa3eb0874033f7b63db170eee]

        The changes necessary for the old java-help content provider to work as an indexer are now "frozen" in.

2001-11-01  Christian Lippka  <cl@openoffice.org>  [edf848d59d6fff7d10eb6b5585eb012dad1d7d14]

        #92527# fix empty dashes that come over the api to prevent gpf later

2001-11-01  Michael Brauer  <mib@openoffice.org>  [286ba5b6ca60c7f67106059ea56721b86c36925b]

        #79947#: Improve performance

2001-11-01  Joachim Lingner  <jl@openoffice.org>  [4d24ea57348cf233d075feddfab57fdb8dd88af4]

        #75148#

2001-11-01  Peter Burow  <pb@openoffice.org>  [de87455f68abc8b87a208da519090c6983b460c4]

        fix: #94143# support for temp path

2001-11-01  Joachim Lingner  <jl@openoffice.org>  [e09e7dbd3880eaa885068fc869f4a286d5db7250]

        #75148#

2001-11-01  Hennes Rohling  <hro@openoffice.org>  [3fdae1cffb85a3d4c5ef9ef6dccc08959068ac6d]

        #93911# Use SvtModuleOptions to determine installed modules

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [1d5e7de30b927cf2b0ddd4a3c20094190bb9399e]

        cancel the last dependency changes

2001-11-01  Rüdiger Timm  <rt@openoffice.org>  [f04df8d9dba9c9a8888e890580dae2896abb881f]

        #65293# typo corrected

2001-11-01  Oliver Specht  <os@openoffice.org>  [ee2636f7e344411a11b6d8028bac336b63afef50]

        #93723# SID_DOCINFO moved to offapp

2001-11-01  Philipp Lohmann  <pl@openoffice.org>  [1785e339de4ff2c6ba9f6e3a40bb7d38aa194920]

        #78526# fixed HandleReparentEvent, improved SetWindowState

2001-11-01  gt  <gt@openoffice.org>  [e3a6b672529606cc999c2f596b4661122f8cb568]

        #93478# restore ViewData by passing as Property for dispatch

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [3f3cde555355ffb02f5be5179ee081c3b847ccb8]

        new version for SRC641

2001-11-01  Oliver Specht  <os@openoffice.org>  [b25b72fe2d9f9e282cb07bf786bf19a1a86b9674]

        #93723# SID_DOCINFO moved to offapp

2001-11-01  Oliver Specht  <os@openoffice.org>  [7461e20f5880b8def18b3b3d65fa2770376287ba]

        #93723# SID_DOCINFO moved to offapp

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [9ca112cb37dadcd35c1cd9771c7b3f9bae1d228a]

        #93478#: support for ViewData

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [4e9dd51582cb8008fc964037ab7db007dae2ee56]

        new version for SRC641

2001-11-01  Joachim Lingner  <jl@openoffice.org>  [8f4dd182149c3b4aff73363d3cb78b993c97af6e]

        #75148#

2001-11-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dd44e40f94367f931be6fec1d4395742b3f26500]

        #65293# misstyping

2001-11-01  Kurt Zenker  <kz@openoffice.org>  [40ae68e69c098bde6c80739ee5be24aac40d6e03]

        new version for SRC641

2001-11-01  Stephan Schäfer  <ssa@openoffice.org>  [16ccae52db1eeec32fc371c44328030918d85876]

        #94123 avoid focus change which would close the menue

2001-11-01  Michael Hönnig  <mi@openoffice.org>  [656e30788253baad5602a6e5041fd0af0117cd60]

        proofreading and corrections from Richard Holt

2001-11-01  Daniel Rentz  <dr@openoffice.org>  [2c9ac9c4b7810df213edd66e557c60f9d062983a]

        #94039# dump hex for <=BIFF7

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [75d5c86b1f80d220cc9e3d64999ab9a4e639075a]

        #92726#: Tempfile creation may fail

2001-11-01  Malte Timmermann  <mt@openoffice.org>  [5d578b9b1541338cd0b52f274b4f46caac9eb3db]

        #94073# createWindow: Lock SolarMutex

2001-11-01  Martin Gallwey  <mtg@openoffice.org>  [450e4f39f50ff773a98c7fda971467a95bd2163b]

        #93846# create a copy of the SwDocStyleSheet on the stack instead of the the heap

2001-11-01  Andreas Schlüns  <as@openoffice.org>  [1823b59126962f2bba44ee5190333b7cd8c1dd79]

        #78526# don't use temp. view entry during reading! write directly ...

2001-11-01  Stephan Schäfer  <ssa@openoffice.org>  [462256f757b62acd99861282ea97ad632e7877b9]

        #78526 SetWindowState changes defpos flag now

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [395a85f10c6e190479b6938106af18616093ffc7]

        #93996#: convert ReturnValue for SID_NEWDOCDIRECT

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [947cf79eb459de9e160f6ebcf381a7e721edc069]

        #92726#: Tempfile creation may fail

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [aadbfeff33bda66033b02a85200af228293ed87e]

        #92726#: failed creation of TempFile must set an errorcode

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [ef8ad9491750f6dd9c083176ed299ad91b07f8ad]

        #87263#: Invalidate after UIFeatureChanged

2001-11-01  Mathias Bauer  <mba@openoffice.org>  [0d0943323514688ce873a7ef9966d69091b86190]

        #93717#: HiddenLockedByAPI was needed

2001-11-01  Peter Burow  <pb@openoffice.org>  [4363fbdb3ad33ebf9690798a22cf47130c4bb71e]

        fix: #93764# new ids for search&replace attributes

2001-11-01  Hennes Rohling  <hro@openoffice.org>  [42043a535559d66597bfba39246d791e30788ac0]

        #93621# Make dialogs modal to quickstarter

2001-11-01  Oliver Specht  <os@openoffice.org>  [89635cab1ab451836fce1e693427959dc4ff49f4]

        #93972# DeltaLang entries removed

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [34685425453690344ecc772be1bc8ed9f64eabe8]

        Merge SRC641: 31.10.01 - 23:21:57

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [d3fc48deee7fade92723ee3a666f6db22d473260]

        Merge SRC641: 31.10.01 - 23:15:57

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [e591559ff86c031f3465348214e02ff749fd617f]

        Merge SRC641: 31.10.01 - 23:14:11

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [4e7d483231fc020d819596b48b820e22e7d0f96e]

        Merge SRC641: 31.10.01 - 23:12:14

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [a5efe5d65fe289daa78785831d5386bbbaf3f040]

        Merge SRC641: 31.10.01 - 23:09:59

2001-10-31  Rüdiger Timm  <rt@openoffice.org>  [e0a6995f14eb5ab210123c115beee5a0d900d81d]

        Merge SRC641: 31.10.01 - 23:08:28

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [a82f04b26fdd161d2032cb536c03378c96d41193]

        Merge SRC641: 31.10.01 - 23:07:45

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [0ae2fc56f61e069d0f6ef187ccc3feec98464d1b]

        Merge SRC641: 31.10.01 - 23:02:38

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [734e0f621d99e0997dab3d133f1984ac1bf49138]

        Merge SRC641: 31.10.01 - 23:02:40

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [528ed3fed0b66696a3df79b3c3e835b8cf8927bd]

        Merge SRC641: 10/31/01 - 23:03:04

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [15b829a3251555910364cad5ba2614385f9582ad]

        Merge SRC641: 31.10.01 - 22:58:38

2001-10-31  Oliver Bolte  <obo@openoffice.org>  [666aca86a41ec867cfb85114ecaad022d2790547]

        Merge SRC641: 31.10.01 - 22:58:28

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [5fbd288e94e54090c1792fb6b0b28a5929318db6]

        Merge SRC641: 31.10.01 - 22:57:47

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [9a7ee68e8b112c7fbcac8e9fb049187b90c3025c]

        Merge SRC641: 31.10.01 - 22:55:26

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [8a4f5d2063d6a89ea4086b197abf8cfb29832974]

        Merge SRC641: 31.10.01 - 22:55:36

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [1c99bdb7a43f11dbd6a065ac3a4ef909897fbdb4]

        Merge SRC641: 31.10.01 - 22:53:18

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [bc51c35551883ef2538e003ff25674565a92bc53]

        Merge SRC641: 31.10.01 - 22:48:15

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [789f65e5a125b56cb33dc2744dcf4b076a0346a9]

        Merge SRC641: 31.10.01 - 22:46:05

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [9b185520582d1af355ce0b0755e78228e4419999]

        Merge SRC641: 10/31/01 - 22:46:05

2001-10-31  Oliver Bolte  <obo@openoffice.org>  [897f6719188447502b5c2df38b3a212067e85d2f]

        Merge SRC641: 31.10.01 - 22:43:49

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [885c98ec4f34be613f994cdecd77dbb084dcee1c]

        Merge SRC641: 31.10.01 - 22:43:29

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [bb1726969fa3290a994ce775f4013a73c51ac43a]

        Merge SRC641: 31.10.01 - 22:42:25

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [894f70102e330ce149d267f7135f36d7046e3f98]

        Merge SRC641: 10/31/01 - 22:43:26

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [da9a387025ab7ea81a3d7e633f2878037b728fd6]

        Merge SRC641: 31.10.01 - 22:41:50

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [7020e9ff56ae9733244025738faa51d8821e89d9]

        Merge SRC641: 31.10.01 - 22:42:20

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [7b977bb04cd4f7ea47302ece0f157cd46dff5a00]

        Merge SRC641: 31.10.01 - 22:38:43

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [bf4bb8f2d9847bfead0e3c3d95b06b032df59cbb]

        Merge SRC641: 31.10.01 - 22:37:41

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [1a917f1ebdb97c9315c1994e6a14cd8cd3f17be2]

        Merge SRC641: 31.10.01 - 22:36:50

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [fee1a1b1d422115ef012bc9b1bc0096372a07c74]

        Merge SRC641: 31.10.01 - 22:36:56

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [eff113c9390b6b5d36dcf132a8cb8291b7af65df]

        Merge SRC641: 31.10.01 - 22:35:07

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [96fbc366db42f60dbed2e9dcc8ccd5afa02ef29f]

        Merge SRC641: 31.10.01 - 22:33:07

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [92cc1c2b62b7b5dec7fefeefa4e4b25b6c22875f]

        Merge SRC641: 31.10.01 - 22:28:26

2001-10-31  Kurt Zenker  <kz@openoffice.org>  [7796d91caa4f7912b20bc9a5279e4f631f359284]

        Merge SRC641: 31.10.01 - 22:26:06

2001-10-31  jp  <jp@openoffice.org>  [e10d7a537aeb278494777492c077738aa071046d]

        Bug #93914#: remove some redundant code

2001-10-31  jp  <jp@openoffice.org>  [cad1f9925488de753b9f5b936b1dadbfa193bfc8]

        Bug #93914#: Modify - the notify object point to PoolItems

2001-10-31  jp  <jp@openoffice.org>  [93db29a4add963d9a47d349824eb0f4156b67d31]

        Bug #93914#: DestroyAttr - notify the UNO objects if a field/ref-/toxmark or footnote is deleted

2001-10-31  jp  <jp@openoffice.org>  [feade422b6199f8a5cf2ad0abf69e4b7c74760cc]

        Bug #93914#: Add - remove unocallback code

2001-10-31  jp  <jp@openoffice.org>  [28897d762647349b934ba9c6aa4d52d1b939af40]

        Bug #93914#: ChgNode - notify the UNO objects is a field/ref-/toxmark or footnote is moved into the undoarray

2001-10-31  jp  <jp@openoffice.org>  [dc3d9a31a48b2367cc5cceb14ffc25bc080bc3ef]

        Bug #93914#: DTOR - set UnoCallBack pointer to zero

2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [f997360055fe9457ca5f5221dbb0160aa8bf41ce]

        #93856 kill popups on move/resize

2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [f16c1cb2851950f49277a63936168f8fd53d3acb]

        #93856 kill popups on move/resize

2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [5d532c638cf26a5088378e64cac97e79f386139e]

        #93856 grab focus

2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [42167e3822af90a2b2a97f02b23b06954f79b42c]

        #93856 listbox as system window

2001-10-31  Philipp Lohmann  <pl@openoffice.org>  [e9d650bc87aa525b16633abbe8dd5f980f5d5cd6]

        #93856# float hit test with reference frame

2001-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccf350ef5868dc06fc69c6b692b2fea0c32fb341]

        #92924#: exception specifications

2001-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [7123e3467f2c18901863523002da77f1a1133919]

        #92924#: includes

2001-10-31  Philipp Lohmann  <pl@openoffice.org>  [412736867d160a21e892a43f31d932cc352faab1]

        #94109# do not access hash_multimap members that are not there

2001-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [45c29837c785e8dec62cd6675dfe001ee86963d9]

        #92924#: cast

2001-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa39921f6fab94e7d8a1936090c98d372edf37e7]

        #92924#: includes

2001-10-31  Martin Maher  <mmaher@openoffice.org>  [d111662b87d15d152ecc9ebfe858b158b87b19ff]

        #93559# Office no longer needs to be restarted after LDAP settings changed

2001-10-31  Christian Lippka  <cl@openoffice.org>  [cdc1c7b6f51e9aaa8b8378f0af695afa6e8de331]

        #90330# added outliner cache for API

2001-10-31  Kai Ahrens  <ka@openoffice.org>  [a43a3ed9bb141b385e10daed346620557bc7850a]

        #93796#: use pointer for GraphicObject member

2001-10-31  Martin Gallwey  <mtg@openoffice.org>  [0d441d51a9a735bf3ceb9a5b98b41c84e44d0b93]

        #93846# we have to create a copy of the SwDocStyleSheet or else everything put into the item set is used for all styles. There be dragons here.

2001-10-31  Kai Ahrens  <ka@openoffice.org>  [16d66eb11497ee87ef60af6b2c88d938890413dd]

        #93796#: use pointer for GraphicObject member

2001-10-31  Caolán McNamara  <cmc@openoffice.org>  [77a5543644b38f8df49f87f66f53242f00e9044e]

        #93691# Improve unicode private area handling for mathtype

2001-10-31  Caolán McNamara  <cmc@openoffice.org>  [aa056c6b2280073dd820c6f85f146d950477cf03]

        #93736# Make ole2 tests safer

2001-10-31  Nikolai Pretzell  <np@openoffice.org>  [eefd9ac16f21a97a420905fc44ea0bafc2ba42a5]

        #93725

2001-10-31  Behrend Cornelius  <bc@openoffice.org>  [721970b02a1958c2b0565948821b23bc8d36afdd]

        #93583# Now euro- dialogs with Focus opened

2001-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d471000d5375c401295724709dca9f04e9e5e37]

        #92951#

2001-10-31  Mathias Bauer  <mba@openoffice.org>  [858608a6e2ccae3db80fbe2ad1bc8d2549ac1e6d]

        #93760#: no static inlines

2001-10-31  Joachim Lingner  <jl@openoffice.org>  [854d7538e8285c84a97277d5aa586d55c33fb951]

        #75148#

2001-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3ffd112fd5a2ef3f9ccb2fe59d2e59d51d6f85a]

        #92951#

2001-10-31  Niklas Nebel  <nn@openoffice.org>  [8e771981e5ff888ac104b0de2f69653e046c151e]

        #93589# use ScSizeDevProvider also for optimal width

2001-10-31  Herbert Duerr  <hdu@openoffice.org>  [9429798a2da6ae131b363ac3fbe1d6a59f182a95]

        #93847# be more careful when changing subsets

2001-10-31  jp  <jp@openoffice.org>  [076f9e488393e10ef05b5e824d1d99268b2f022e]

        Bug #93764#: ExechSearch - return correct WhichId range

2001-10-31  Malte Timmermann  <mt@openoffice.org>  [f822ed97a45144b5f50ffd40f6a73c43f7beed94]

        #93587# Don't call ImpCanIndentSelectedPages when pressing Shift-Tab

2001-10-31  Joachim Lingner  <jl@openoffice.org>  [9f6c0f56c2fe04566fb805ef68943e3dc487583d]

        *** empty log message ***

2001-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [35c0df0e1b6b8f78dff5ff6c4a7fa469aa0b4d17]

        #92924#: includes

2001-10-31  Juergen Schmidt  <jsc@openoffice.org>  [484943b7ebbc8b0cfb13276b427ff6cbea4f8a77]

        modify docu to make it autodoc conform

2001-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [b12e3bc83999188f2d00deeb396341e694735f06]

        #92951#

2001-10-31  Andreas Bille  <abi@openoffice.org>  [33b162894cf4c1260b28263159a00194b042713f]

        #80891# Now the FileContentProvider has the property HomeDirectory

2001-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba8f42ccc023fbd7468b1aaaaffaf9d645e8707b]

        #92951# exc bug

2001-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [133abf7f7b01c162501e76aba50d89a8b9bdea6e]

        #92951# fixed exception nug

2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [6626fea73edce3e59de5aedbe13d05c76076ddc0]

        #89519# correct winbit handling for float windows

2001-10-31  jp  <jp@openoffice.org>  [bbec34867d7ae9e71820331bd56aa56deb7406f4]

        Bug #93805#: Copy - set DDE format only if the document is a normal document (no OLE/Preview/..)

2001-10-31  Andreas Bille  <abi@openoffice.org>  [3885a522ca616a8546409304f518deec81cae86a]

        #83054# Performance

2001-10-31  Stephan Schäfer  <ssa@openoffice.org>  [32d3d3edac9177e525facc67d67f9b9623446e20]

        #89519# help windows not always on top

2001-10-31  Behrend Cornelius  <bc@openoffice.org>  [f6695e7bff52e52e59f6761bd0a1311b0a921866]

        #93583# now previously opened documents are not disposed

2001-10-31  Behrend Cornelius  <bc@openoffice.org>  [505af0c39aa8ec52bc5049bf92c9037bcfe4e4ee]

        #93583# On Opendocument now Value 'bDisposable' returned

2001-10-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8f3a2a9cbc2d8591d6022c912b6238cabe99d6e5]

        #92924# add exception symbols to map file - gcc 3

2001-10-31  Andreas Bille  <abi@openoffice.org>  [c5718b941491ffaa937767c579627444c0957b86]

        #83054# Now reading the necessary variables( provider.cxx ), setting them at the xslt-processor and modifying titles( urlparameter.cxx ), as well as defining the replacement and doing it for active help and keywordindex also( databases.cxx ).

2001-10-31  Andreas Bille  <abi@openoffice.org>  [f2ecdf1d78e9836cda5bdde9b4c709aeacf36292]

        #83054# Replacing now for the treeview the variables

2001-10-31  Andreas Schlüns  <as@openoffice.org>  [d9345d9d2114be5e4139d65f9a51197d7bf5d6a8]

        #94060# disable debug logging of call frequency

2001-10-31  Oliver Specht  <os@openoffice.org>  [ec69403f4307f8b8aca9d24a81effe9eeb3bd86e]

        #92988# HelpId in send/HTML|Master document added

2001-10-31  Caolán McNamara  <cmc@openoffice.org>  [271a940d2dd182d66663228ee37547b3c4ad365b]

        #93736# Avoid importing and exporting duplicate ole objects, and determine the need to export a preview image for objects and avoid if possible

2001-10-31  Nils Fuhrmann  <nf@openoffice.org>  [8060ab91d723551fb8c620fb65baea3a76dc0779]

        Added abthread.hxx

2001-10-31  Juergen Schmidt  <jsc@openoffice.org>  [06f5dd48c6bd175489fd87ed8f082cc9c4ec4a35]

        #87796# changes for spaces in pathes

2001-10-31  Martin Gallwey  <mtg@openoffice.org>  [050e3f46766563d4c180dde70a370c1b5b77bf2e]

        #93994# don't try to read 0 bytes and then decrypt and inflate it!

2001-10-31  Dirk Völzke  <dv@openoffice.org>  [d7c7adba9d108a658c1c7069d0dcc0ee92248cb4]

        #94046# Added: Set/GetLeftMargin()

2001-10-31  Malte Timmermann  <mt@openoffice.org>  [478a8002a47281cce18c05738b9bb6147d04e03c]

        #91616# Call clickhdl BEFORE doing the default action

2001-10-31  Daniel Rentz  <dr@openoffice.org>  [d071d976901f2d3c29b4ffb210e5073617797f03]

        #94039# Empty rootdata not allowed anymore

2001-10-31  Michael Brauer  <mib@openoffice.org>  [5e1f8e1bd855a36e9559c166bba1880d2811d3b7]

        #93653#: set correct border

2001-10-31  Malte Timmermann  <mt@openoffice.org>  [b36dd32222b1057e94a913fce498530460da41a9]

        #90545# Preparation for translated strings...

2001-10-31  Frank Schönheit  <fs@openoffice.org>  [7b6140004acfab8d95899a836685f5f599ad1ece]

        #88924# deliver pickerhistory.hxx instead of folderpicker.hxx

2001-10-31  Frank Schönheit  <fs@openoffice.org>  [5ed98d27b03bad3dfffcd0fcbfb507fa79baa900]

        #88924# +pickerhistory

2001-10-31  Frank Schönheit  <fs@openoffice.org>  [8914a5de65657a566f256ebbf74b192e036aa367]

        initial checkin - accessing the history of folder/file picker instances

2001-10-31  Oliver Specht  <os@openoffice.org>  [f4cfed209b5232fdf5514efe1392bd838c3dbc88]

        #89658# don't send row background when it's invalid

2001-10-31  Michael Brauer  <mib@openoffice.org>  [86a6044b8a4eaf6944a94e9ddc65b4662c54d156]

        #93906#: Import entities longer than 6 chars

2001-10-31  Dieter Loeschky  <dl@openoffice.org>  [7ee532f650d4e2413d7f1dad0216d454a492f8e2]

        #93624# setting stylesheet for new outline objects

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [2e1005c50c7e45bb9b51ee64d2d967db9dda54c2]

        Merge SRC638: 10/30/01 - 22:39:50

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [079e6942a579f2af5dc22e8e90f3af604cdc0a83]

        Merge SRC638: 10/30/01 - 22:28:53

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [fc150d177631d78d9e6f0091285265976066c5e3]

        Merge SRC638: 30.10.01 - 22:24:51

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [5ece943321487e016c64482c80176a68a89a3f4d]

        Merge SRC638: 30.10.01 - 22:24:03

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [4aa4ea4e2e0332e377401a0e43062673e1c36cda]

        Merge SRC638: 30.10.01 - 22:23:36

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [270534603facbe769edb281802c5a0d8c0e02570]

        Merge SRC638: 30.10.01 - 22:21:48

2001-10-30  Rüdiger Timm  <rt@openoffice.org>  [bc473a811e6c3e6378bb2db59c5d3e4933db7729]

        Merge SRC638: 30.10.01 - 22:22:13

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [f7ead884f9736ce881e2e62c7c371477bbc2a685]

        Merge SRC638: 10/30/01 - 22:22:11

2001-10-30  Vladimir Glazounov  <vg@openoffice.org>  [5093ced1fd66e36b59b32a70702e0a6ff796a57a]

        Merge SRC638: 30.10.01 - 22:20:14

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [8d322b002de079f478bc69fcd840b66f20299e03]

        Merge SRC638: 30.10.01 - 22:18:21

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [83848d2dd69d032272a45412764bb672c6413a50]

        Merge SRC638: 30.10.01 - 22:13:01

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [27e4b88ddd972f4b35c1605442ca0736075314be]

        Merge SRC638: 30.10.01 - 22:12:16

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [0005c3a3da54513745699be96a53426113d66a39]

        Merge SRC638: 30.10.01 - 22:10:29

2001-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [518bf44cdd0d980a96a75d4f41d9ace3b2ee1fcf]

        #89835# fix for windows tar - exclude links...

2001-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [47d7207456153ef4b5819546ea07c0bf13887db3]

        #89835# fix for windows tar - exclude links...

2001-10-30  Philipp Lohmann  <pl@openoffice.org>  [2c2cbf91f94a80f49de347e02f77b01d07f27046]

        #92403# no more Xt, Xaw, Xmu

2001-10-30  Niklas Nebel  <nn@openoffice.org>  [57224ca7ebd9ea6c79674fc377f600dc506a47e9]

        #89836# same data field with same function can occur several times from api

2001-10-30  Stephan Schäfer  <ssa@openoffice.org>  [7ef1582a8a0985961b6e0c11e1eb7f82e3f4b1ec]

        #93851# float windows updated correctly

2001-10-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b6836721ea99e77ca569c6c28460b92387d913b]

        #92924#: rename for gcc3

2001-10-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e07e25bb584b7c788e21ec8ca247b860c30cfd8e]

        92924 gcc3 intel support

2001-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b39410efa203f0c0e352597f8f000540e88869b2]

        #89835# fix directory level for new created patches

2001-10-30  Daniel Vogelheim  <dvo@openoffice.org>  [c77865ee4627010420b1ceb888cb161669dc9b2b]

        #93976# ignorable whitespace between !DOCTYPE and first element

2001-10-30  Frank Schönheit  <fs@openoffice.org>  [8260acf50a180a56b3195a61a69d12d91e7ffd17]

        #93793# allow for multi-selection when opening a context menu

2001-10-30  Philipp Lohmann  <pl@openoffice.org>  [a3ea622f81ccc3ea50e87a809fd586e909a23fac]

        #92408# SalFrame::Geometry changes

2001-10-30  Daniel Vogelheim  <dvo@openoffice.org>  [3e9ba4cfc04cb0653790c5d3c8d86ebe5fc72954]

        #94023# fixed memory leak

2001-10-30  Philipp Lohmann  <pl@openoffice.org>  [2166bae664e34f4e3966beb56765b3e847e545eb]

        #92408# set WM_LOCALE_NAME, setWM_NAME and WM_ICON_NAME as COMPUND_TEXT, if necessary, SalFrame::Geometry changes

2001-10-30  Daniel Vogelheim  <dvo@openoffice.org>  [c31bd94135548ffe2d9da9c18b0f4b1c3a028794]

        #94023# memory leaks fixed

2001-10-30  Michael Hönnig  <mi@openoffice.org>  [6784128be3deaedbf9fa900bfd53f05cb540762f]

        destroyed file restored

2001-10-30  Daniel Boelzle  <dbo@openoffice.org>  [0a89552bd47d26036a83cfb2d68e6c165eb16b9e]

        #93739#

2001-10-30  Daniel Vogelheim  <dvo@openoffice.org>  [98f574778233ef8ce355dd589e9406d6d47ccdbb]

        #94023# fixed memory leaks

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [6339a5f002e5a6798b003baa1c28e4b87367582a]

        new version for SRC641

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [eb3f624a504444878cec49b65b2f81f85eaec9cc]

        #93939# composeTableName remember values from metadata now

2001-10-30  Frank Schönheit  <fs@openoffice.org>  [3d78127239899380fbef330807e9c8bdcafe3785]

        +RID_STR_UNABLETOCONNECT

2001-10-30  Frank Schönheit  <fs@openoffice.org>  [633c2170b26e87d97242b385039a04764b06d790]

        connectRowSet: better error message upon failure

2001-10-30  Björn Milcke  <bm@openoffice.org>  [bd8f85159e572cca58831bf5cc0a39e504b8a5a3]

        #93797# support property fo:direction (ttb|ltr) for titles and axes

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [54ced4ab83b4ffe8e75acdd5fa9bd390e14ca5ad]

        new version for SRC641

2001-10-30  Daniel Rentz  <dr@openoffice.org>  [b350c49df2a3fafc9216146f5051f347882be127]

        #93731# Do not clear items which were 'dont care' before

2001-10-30  jp  <jp@openoffice.org>  [bc88940f62a8b6fd51410c8b1581a77ec075031b]

        Bug #92891#: remove Unix/Mac/Dos TextFilter, add new TEXT only filter

2001-10-30  jp  <jp@openoffice.org>  [3b5fa59dcd5795cb4d51f3d132456078b1fc6fb6]

        Bug #93963#: BackgroundColor - use brushitem instead of coloritem

2001-10-30  Oliver Specht  <os@openoffice.org>  [3e2a9473b382d564aac9bd24d02bcc4f5aac4253]

        #89658# put 'NoFill' item only if old item is available or ValueSet is selected

2001-10-30  Peter Burow  <pb@openoffice.org>  [94e8f1633ff2a83fa99e86748c65502bcbcedc28]

        fix: #93998# convert linebreaks and tabs for display

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [b1af6a8952403a0f4b8f3e07e78b206b221c9ef1]

        #93939# some changes for sortindex

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [24c29a7dc884fc5b06f6de8a73d6d1ffe01b22e1]

        #93939# add late ctor

2001-10-30  Michael Hönnig  <mi@openoffice.org>  [96ae7fb044bf20c3e8d0c0a4198f73ae15d12086]

        syntax error in documentation

2001-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [74f95c55a16bdad9e274e33b2de64a460f216b16]

        #65293# allways appending gets too long

2001-10-30  Frank Schönheit  <fs@openoffice.org>  [e1d6dc26677c9ef24360cd3b2b40acfc7dee13a0]

        #93977# do an asynchronous InitControls

2001-10-30  Martin Gallwey  <mtg@openoffice.org>  [73da475667dc994772e3a9037276dfddec606eff]

        #93877# don't use auto_ptr's anymore

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [8a9c86b44de7240b13541b10a1dd7cf3d545efb7]

        new version for SRC641

2001-10-30  Martin Gallwey  <mtg@openoffice.org>  [e6333045526efc0a97c81360ab966cf94c1a5e77]

        #93877# derive ContentInfo from OWeakObject so we can use it in an ORef

2001-10-30  Martin Gallwey  <mtg@openoffice.org>  [fb61e2a5dfad6ffd8329fa6fcb91ade56f78853a]

        #93877# make header pass 'testhxx' test

2001-10-30  Martin Gallwey  <mtg@openoffice.org>  [7a8bb5ae28690c3f45577031c0317d05b67b834a]

        #93877# using auto_ptr's in STL containers is apparently bad, so use ref-counted ORefs instead

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [9bbe44c7341d909b58eafc6e6b121de0e20775b3]

        new version for SRC641

2001-10-30  Frank Meies  <fme@openoffice.org>  [cf8e5e46a132c7091a49db8c78cf16f009a83ea2]

        Chg: Vertical Formatting - Adjust repaint rectangle for growing or shrinking frames

2001-10-30  Frank Meies  <fme@openoffice.org>  [da3cd036e36fc285a107ca81c39453d4468f3551]

        Chg: Vertical Formatting - Maximum size for rotated portions

2001-10-30  Frank Meies  <fme@openoffice.org>  [1b289bee4e3e5aa93563e80f93ab0127f147df0a]

        Chg: Vertical Formatting - Wrong swapping of frames

2001-10-30  Stephan Bergmann  <sb@openoffice.org>  [51e5f01dc701e87929634ac4455c1fa537b472e9]

        #88337# Documentation.

2001-10-30  Oliver Braun  <obr@openoffice.org>  [ddcc72558c4a1b331918194fdec6869ea2bded24]

        #90333# gnome filetype registration workaround

2001-10-30  Thorsten Behrens  <thb@openoffice.org>  [5e3c7f838ea697152a9db012c7b4de86fa48b310]

        #93388# Checking for valid list pointers

2001-10-30  Daniel Rentz  <dr@openoffice.org>  [6a1060d2b5fc8f411ac731cd18e3b8f027541e8f]

        #93991# Wrong import of cell colors

2001-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ae80e7467dfc692c7ead258e07a6542eb2e68fcd]

        #93866# changed handling of _version.obj for developer - solenv/platform/lib now obsolete

2001-10-30  Vladimir Glazounov  <vg@openoffice.org>  [be3714ec5534c3bf12bcb544a4cb5d4c8c5edd52]

        #65293# exception specification

2001-10-30  Sascha Ballach  <sab@openoffice.org>  [1f16269db42e8677ab921e47afc184c41f07c407]

        #92553#; create a empty valuelistener

2001-10-30  Oliver Braun  <obr@openoffice.org>  [9481c4dac68408b0a5f98e870baa87b469e9b7db]

        #93988# removed dependency to awt

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [0b84508ca2b891e80cbf7d55b3d8f167331fc0b9]

        #93950# set filter

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [7a1678065b533aad75d3687c6a59d35b30b9323c]

        #93950# remember if we are in drop

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [d3df16816ce66209886b1ca364e077678f5072b8]

        #93950# notify when elements from master was removed

2001-10-30  Stephan Schäfer  <ssa@openoffice.org>  [06aa792182010c8ac59438374da44e6f22941510]

        #89519# calc correct decoration size

2001-10-30  Martin Gallwey  <mtg@openoffice.org>  [be612daef99c8d6702ab63f576070dda946a03a5]

        #92012# decode titles before passing them to the file UCP

2001-10-30  Stephan Schäfer  <ssa@openoffice.org>  [f2f0a55214622f25deb1ee4543fa7edae29ffcdc]

        #93882# optimize quick help positioning

2001-10-30  Oliver Specht  <os@openoffice.org>  [1b277feaaef4b87610e6284895f037c4991a35e5]

        #93960# GPF in empty AutoText TreeListBox removed

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [5b80d61bc56a491e09fc656c5a4a4a06f1ce0152]

        #93948# add prop listener

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [822ff6c5b4c510fe47d0aa6e9df4d8d2940009c2]

        #93948# remove listener when disposing

2001-10-30  Frank Meies  <fme@openoffice.org>  [b3ac7c8ab1e182facf86da2f1d3ed9b3f0863039]

        Chg: Vertical Layout - Painting of notes

2001-10-30  Frank Meies  <fme@openoffice.org>  [36c55e982787b707b2a640d4f0abda0a82d21b69]

        Chg: Vertical Layout - Line numbering

2001-10-30  Frank Meies  <fme@openoffice.org>  [2efbf843bd3bc16e45e9ebf0b8370279f07b47c7]

        Chg: Vertical Formatting - Map directions in vertical environment

2001-10-30  Oliver Specht  <os@openoffice.org>  [4db1218ac5b4c47dd935aa60ac9d96078cb2c9d3]

        #93576# column format corrected

2001-10-30  Oliver Specht  <os@openoffice.org>  [b4e1106e737f29b3b67d4aa5bff90a0753a881df]

        #93576# column format corrected

2001-10-30  Tino Rachui  <tra@openoffice.org>  [b878589fd1fb1bf5d4af3b2a409ecaabc58df051]

        #91782#now returning sequences without trailing 0

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [27861ce85b8a2d5dc0cf20b88ba33318a32840ec]

        #93939# check if we are in drop or append mode

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [3d5e8dd6d62cc08701842d300d68a8f2b96220cc]

        #93939# check if the new name is also valid

2001-10-30  Ocke Janssen  <oj@openoffice.org>  [f8b9cab0c09345dd40a5094558218ca1ca9cd3f5]

        #93961# clear formatkey and defaultvalue when type changed

2001-10-30  Stephan Schäfer  <ssa@openoffice.org>  [ba62cd6f698f51880482e6995d3d3aadf5b30c00]

        #89519# system window rework

2001-10-30  Stephan Schäfer  <ssa@openoffice.org>  [33ec89bbdf62e6240e2923ad6715179fc12fe3ca]

        #89519# new method GetWindowExtentsRelative

2001-10-30  Frank Schönheit  <fs@openoffice.org>  [7b5801992ea2e4d29557b9162c292c55fd7e611b]

        #93350# don't use an AppFont as fallback when no font exists in the configuration

2001-10-30  Frank Schönheit  <fs@openoffice.org>  [3c6589c945b0ba54b2042499042ec34f90bb9252]

        #93350# -m_aAppFont

2001-10-30  Frank Schönheit  <fs@openoffice.org>  [951816d170c2948072157f5590bd76a2d0147d82]

        #93350# choose a better fallback font

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [218bef39b0dd0c51ecdfcce9161f7b729ba23bb4]

        new version for SRC641

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [5cd336c32dc057e5847232108c024c1703d99419]

        Merge SRC641: 30.10.01 - 08:07:32

2001-10-30  Kurt Zenker  <kz@openoffice.org>  [a85df0b7d589ad46a3ba6ba9f79caca6ce52c081]

        new version for SRC641

2001-10-29  Kurt Zenker  <kz@openoffice.org>  [231c831c39da96c17c89187a7d793f90de5db8fa]

        new version for SRC641

2001-10-29  Kurt Zenker  <kz@openoffice.org>  [6c0bd343984f43fb0e9586ebff784834ae016402]

        new version for SRC641

2001-10-29  Kurt Zenker  <kz@openoffice.org>  [92b8499006e2176fbb0f2e81819fbaffc5cb96a7]

        new version for SRC641

2001-10-29  Philipp Lohmann  <pl@openoffice.org>  [bfba076e09c3cb951383c26a643c4aab0c1a6ccf]

        #93895# transform coordinates to float window if necessary

2001-10-29  Philipp Lohmann  <pl@openoffice.org>  [d98aa76cf2152572d64d78a6aee0a147c5402fc4]

        #93895# disable edit timer on context menu

2001-10-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [26cc09b6a4fc8129109cfc33fd67ff785307c63d]

        #93516# get rid of uncompressed tarball in misc directory; #89835# changed/fixed dependencies of the various steps

2001-10-29  Christof Pintaske  <cp@openoffice.org>  [a440d65ccba22f64bfd960373cd28ad759e184c4]

        #93871# initialize border pixel for fancy Sun XServer

2001-10-29  Kurt Zenker  <kz@openoffice.org>  [f74943967ae9f3bc6a94cd953463bf349256b7b8]

        new version for SRC641

2001-10-29  Stephan Schäfer  <ssa@openoffice.org>  [5b3e78008c62f34776367ad5991495533f0b1901]

        #93882 quickhelp window is system window

2001-10-29  Rüdiger Timm  <rt@openoffice.org>  [bf03200f926fbf38fae560dd3c47cd7656a73a32]

        new version for SRC641

2001-10-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ad32e9b6483e21fc1d15b127df6e4526fad10e25]

        #65293# missing dependency

2001-10-29  Malte Timmermann  <mt@openoffice.org>  [55ba4d5f1b96141a64efbcda18fc68e4cc9217d7]

        #91616# Click(): Do default action when Hdl is set, but Button also has a ComponentInterface

2001-10-29  Frank Meies  <fme@openoffice.org>  [15c62dd4739423e329e34aad3e7b217e45098e08]

        Chg: Vertical Formatting - Rotated Portions

2001-10-29  Frank Meies  <fme@openoffice.org>  [a2cbcb72848d578315655405a01b31290dac054b]

        Chg: Vertical Formatting - rotated ClipRectangle

2001-10-29  Frank Meies  <fme@openoffice.org>  [e03faa1d4b5a2704285365eec06891525a7a6074]

        Chg: Vertical Formatting - DropCaps

2001-10-29  Frank Meies  <fme@openoffice.org>  [d32c4af46c962b44b09dd3a5343595291de8304d]

        Chg: Vertical Formatting - Ruby text in vertical formatting

2001-10-29  Frank Meies  <fme@openoffice.org>  [f66c028b1ced8e8498ca5c25300ef3abf4ff6bde]

        Chg: Vertical Formatting - Paragraph end symbol at end of rotated portion

2001-10-29  Frank Meies  <fme@openoffice.org>  [3b5afe74b4d912acd07fbbcd257c54d4dff66fea]

        Chg: Vertical Formatting: Travelling in rotated portions

2001-10-29  Kurt Zenker  <kz@openoffice.org>  [2681a641d1d60a00ea48998c0a3dff9e8ac4a669]

        new version for SRC641

2001-10-29  Sascha Ballach  <sab@openoffice.org>  [22b518070049309596d68b85757edad6e88f64ff]

        #93910#; remove undefined chars from the value attribute of a formula

2001-10-29  Martin Gallwey  <mtg@openoffice.org>  [3da920bc85788bc25b13cf1a80456bef01a91ce1]

        #93673# Add optional 'XMultiPropertyStates' interface

2001-10-29  Sascha Ballach  <sab@openoffice.org>  [fd89d1774e29627054139a34be12111bde10394e]

        #93910#; remove undefined chars from the string-value attribute

2001-10-29  Sascha Ballach  <sab@openoffice.org>  [2b53d7f1ee2b19764c21f6cd3063c6af0250a1d4]

        #93910#; method to delete undefined chars from a string

2001-10-29  Jörg Budischewski  <jbu@openoffice.org>  [b9ef694cd9f3c9fbeab4fb17bec6c93d5b003931]

        #88337# documentation reviewed

2001-10-29  Frank Schönheit  <fs@openoffice.org>  [6e2466e80a6eb999138b4e870d6731c718a0eda4]

        #93905# insertByName: ensure that the object beeing inserted has the name given as access key

2001-10-29  Behrend Cornelius  <bc@openoffice.org>  [0b7e8d6a6a65833f32b8c22ca43f346d31a06112]

        #93813# Sub 'ModifyPropertyValue' modified

2001-10-29  Daniel Boelzle  <dbo@openoffice.org>  [f3f68e72623fa740a27d32b1baac22ce4c70a269]

        #93739#

2001-10-29  Behrend Cornelius  <bc@openoffice.org>  [b037d1c39c5ac8f59e18d637da49fb0755abd630]

        *** empty log message ***

2001-10-29  Kurt Zenker  <kz@openoffice.org>  [58eeb2c37d363be2f7a45e72c8b4289202b42c50]

        new version for SRC641

2001-10-29  Martin Gallwey  <mtg@openoffice.org>  [ef61789bd24a0e1cfb942971f0c0fc42c968acb9]

        #90251# As much as possible, avoid the use of the SwStyleSheetIterator in the XIndexAccess methods

2001-10-29  Frank Schönheit  <fs@openoffice.org>  [d6d3e592b53631b7397862bcd3ff32f081cf8c7e]

        #93785# SaveModified: correctly update the internal status in case of success

2001-10-29  Stephan Bergmann  <sb@openoffice.org>  [18e88303c656c433fc10a596b4000e0e33df3153]

        #88337# Documentation.

2001-10-29  Frank Schönheit  <fs@openoffice.org>  [7627ba33f40897a0a9b95cd315db7161a644019d]

        #93785# +setCurrentModified - correctly set m_bCurrentModified in different situations

2001-10-29  Frank Schönheit  <fs@openoffice.org>  [79c9705816ea41a4d4e6293c9dfabab0ba29425d]

        #93785# +setCurrentModified

2001-10-29  Oliver Bolte  <obo@openoffice.org>  [4500380963f7f62d5fcb8de0240fabaa3ae6f5b4]

        #65293# linux parse error

2001-10-29  Andreas Schlüns  <as@openoffice.org>  [4d55175b3756b0f620daf9f54e780782d7015eff]

        #93884# change defaults only for filter cache sync

2001-10-29  Daniel Rentz  <dr@openoffice.org>  [f26f2f01534e77256f6256ed77380f7955cafe56]

        #93471# no assertion on TABID import

2001-10-29  Malte Timmermann  <mt@openoffice.org>  [9dd025ede586aedddca2e2a1ab9b9935a31ecb01]

        #92220# Use other StartPopupMode

2001-10-29  Kurt Zenker  <kz@openoffice.org>  [f8e68b5ebd1ad659e6f61d16f8daf8f65b37b7dd]

        new version for SRC641

2001-10-29  Stephan Schäfer  <ssa@openoffice.org>  [8b1ba7cfe726b60c98de3fd72b777cae142e9307]

        #93882 quickhelp window is system window

2001-10-29  Ocke Janssen  <oj@openoffice.org>  [d7fb0027e8ce68a4690fda7242c68d620852b8ac]

        #93888# impl new method to cancel pending edit

2001-10-29  Ocke Janssen  <oj@openoffice.org>  [5f44ef76dc69c7e442144df099d283e09476cb03]

        #93888# impl new method to cancel pending edit

2001-10-29  Malte Timmermann  <mt@openoffice.org>  [67c22a222548be191e0fddcbac1737dab9f7dd0e]

        #61679# MiddleMouseButtonUp: use Selection-Clipboard

2001-10-29  Malte Timmermann  <mt@openoffice.org>  [c3555ff4eba32f5b55a13861f0712ed189bf5783]

        #92220# Smoother scrolling...

2001-10-29  Kurt Zenker  <kz@openoffice.org>  [bc0726e3ae5cd8e8936a2b8c1020f49d813d21c0]

        new version for SRC641

2001-10-29  Oliver Specht  <os@openoffice.org>  [e6e2b77b292031e22cc28804caf1569733303867]

        #93907# Zoom/Value and Zoom/Type added to config

2001-10-29  Stephan Bergmann  <sb@openoffice.org>  [d1bb6c17b0006444d9b2c7ed164fbcd4d646b568]

        #88337# Documentation.

2001-10-29  Kurt Zenker  <kz@openoffice.org>  [9d1cccf1a2d345735c09aaa35098069d702cb48b]

        new version for SRC641

2001-10-29  Kurt Zenker  <kz@openoffice.org>  [5d6c0506f79549bb0d4466d7a2155e87885b3411]

        new version for SRC641

2001-10-29  gt  <gt@openoffice.org>  [2f8d48584d968941b91651396530c2bc08fe33ba]

        #93862# when translating names, ignore '.nametranslation.table' in file list

2001-10-29  Armin Weiss  <aw@openoffice.org>  [823a2708a8590a2129bf5a9585dd76a4d82aead9]

        #90468# invalidate here for FontWork object to force complete redraw

2001-10-29  Stephan Bergmann  <sb@openoffice.org>  [d71771d6b020db2ace30c7e62be97de1aa047ba4]

        #88337# Minor documentation improvements.

2001-10-29  Jörg Budischewski  <jbu@openoffice.org>  [5ef483432386961bccb6e8692071a305728719e5]

        #88337# documentation reviewed

2001-10-29  Ocke Janssen  <oj@openoffice.org>  [fcbd3fbf7b48f6fbebe00b5683356f0093f434bd]

        #93895# disable inlinediting before open contextmenu

2001-10-29  Oliver Bolte  <obo@openoffice.org>  [9e306013cff650a666c575e86b8aa490b4527c19]

        new version for SRC641

2001-10-29  Stephan Bergmann  <sb@openoffice.org>  [804177abb84a51a8d092df35974a775598080bf2]

        #88337# Minor documentation improvements.

2001-10-29  Frank Meies  <fme@openoffice.org>  [8509df8d033b0780e883be2eaca778267901688f]

        Chg: Vertical Formatting - Red wave lines

2001-10-29  jp  <jp@openoffice.org>  [11947c4288d7d8c1306543f4831d0ef739f31650]

        Bug #93774#: InsertLineBreak - call autocorrect

2001-10-29  Frank Meies  <fme@openoffice.org>  [51bf5df2beaba71f6c873c4ce8ff9154a7340375]

        Chg: Vertical Formatting - Swap macros changed

2001-10-29  Frank Meies  <fme@openoffice.org>  [2f7e4ee90ca7ac26c94bc1bf0f408944249a1492]

        Chg: Vertical Formatting - Flys anchored as character

2001-10-29  Ocke Janssen  <oj@openoffice.org>  [1b15c2113c5de9c0f07af9136ef80d71d88f8ff6]

        #93903# supportsAlterTableWithDropColumn corrected

2001-10-29  Frank Meies  <fme@openoffice.org>  [d645674f767e6d3fd6e62ed8f21d9ab09266729d]

        Chg: Vertical Formatting - Cursor information for 2 line mode

2001-10-29  Frank Meies  <fme@openoffice.org>  [da28080463db9dfa8e300ac992e5bc9754cb70df]

        Chg: Vertical Formatting: UpDown cursor offset

2001-10-29  jp  <jp@openoffice.org>  [49711bb7db147d018085e78fa5ae6c91382b3fdb]

        Bug #93603#: FileList now also in Move allowed

2001-10-29  jp  <jp@openoffice.org>  [ca0656d33bda9ebc102dbdb7fc51c18f3e68be1f]

        Bug #93603#: _PasteFileList with link flag

2001-10-29  Herbert Duerr  <hdu@openoffice.org>  [155135b5dbddb11f7e7d6a48443f0cb6566bc7ec]

        #93662# improve behaviour on bad fonts

2001-10-29  Herbert Duerr  <hdu@openoffice.org>  [4c638be4c136097165ed13b3bc30798652eeeb3e]

        #93662# do not substitute StarSymbol with MS font, second try

2001-10-29  Ocke Janssen  <oj@openoffice.org>  [f466ce42c2c8e2c37bdaf393026c91bbf7a26f85]

        #93812# new flag for parametername substitution

2001-10-29  Philipp Lohmann  <pl@openoffice.org>  [90865b8f3e254c87879edd92a28115b3dd541156]

        #92820# changed Bereits bearbeitet -> Fortschritt

2001-10-29  Peter Burow  <pb@openoffice.org>  [4b7329809c6b03d0c42351feb5dba74397fefe02]

        fix: #93835# use SvFileInformationManager if necessary

2001-10-29  jp  <jp@openoffice.org>  [794cdab096c46e2e27b9ce6ddcaa1d9ff418371f]

        Bug #93743#: PasteData - need flag if it is called for paste XSelection

2001-10-29  Peter Burow  <pb@openoffice.org>  [02b5cce1c916ac3400941b714a1d27ac8143adfc]

        fix: #93849# #93848# only set member with valid userdata

2001-10-29  Peter Burow  <pb@openoffice.org>  [017e0003134df0019d4eaf57b8a494fa1817051a]

        fix: #93849# #93848# HelpWin::HasHistoryPredecessor/Successor() added

2001-10-29  Peter Burow  <pb@openoffice.org>  [ca948e87b448939977b17bdbbecab7c25ce5f9a9]

        fix: #93843# HID_HELP_ONHELP added

2001-10-26  Martin Gallwey  <mtg@openoffice.org>  [a076a3aea70c2d0f3f908ad888b125db2e5e6661]

        #93877# Use auto_ptrs to handle life-time of contents

2001-10-26  Martin Gallwey  <mtg@openoffice.org>  [30f738512f612aa62b80826848d2f6debaa52075]

        93877# use clear method instead of a temporary

2001-10-26  Martin Gallwey  <mtg@openoffice.org>  [51276abc7fae686eccf5a01f909db605e0885cf9]

        #93877# Call releaseUpwatdRef in destructor

2001-10-26  Martin Gallwey  <mtg@openoffice.org>  [5bd7cdc42e614c1576adeba98342c538a9beffd4]

        #93877# remove unnecessary member

2001-10-26  Martin Gallwey  <mtg@openoffice.org>  [fa24eba19a86ee344dd20225a8c8c039011bfe87]

        #93877# use auto_ptr's to make sure that that ContentInfo pointers are always deleted

2001-10-26  Niklas Nebel  <nn@openoffice.org>  [5b8d88104d01f17996bde3c2e3efabc6a33076a9]

        #93603# PasteFile: use URL

2001-10-26  Niklas Nebel  <nn@openoffice.org>  [1cf1da6573a336c58392d625389d4b279ad0e4a6]

        #93603# AcceptDrop: change default move to copy, ExecuteDrop: pass link flag to PasteDataFormat

2001-10-26  Niklas Nebel  <nn@openoffice.org>  [387d30a2b8b2f7eed53963b7957c3f4d5e1e25fa]

        #93603# PasteDataFormat: bLink

2001-10-26  Daniel Vogelheim  <dvo@openoffice.org>  [07cd60595666fc7d8d36ba8bbe981c18142bec8b]

        #93876# remove writer constants

2001-10-26  Daniel Rentz  <dr@openoffice.org>  [b0b30eec4c23a6751f26bce412046bb31cc4bb76]

        #93269# ScDocument methods renamed: *Flagged(Row|Col) -> *Changed(Row|Col)

2001-10-26  Daniel Rentz  <dr@openoffice.org>  [96661ad93fac2e0f1988fcadce5cde3cf102f9fb]

        #93269# Decreased file size of Excel export, corrected Unicode export

2001-10-26  Daniel Rentz  <dr@openoffice.org>  [a8b8f2fd4dc17adeb7ecb60170159d357fc1764f]

        #93269# Decreased file size of Excel export

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c9e096108553863698bddeb45101e638d6a8e2f]

        #92924#: includes

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1943184f2cee9c3c5cbaaf4c40baccb807745d8f]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [66598affdd85f5a9c47132730ea1b5fbf0c5d5e6]

        #65293# same versionmap for two libraries fails on windows

2001-10-26  Stephan Bergmann  <sb@openoffice.org>  [a3ce03f7b175908363fe07957de50658dc62d852]

        #93494# Merged in 1.5.6.1.

2001-10-26  jp  <jp@openoffice.org>  [0848891ea85b3f3610c5995049dc748f0cbaa1c4]

        Bug #91928#,#93374#: CheckForConvertToSOObj - set correct visarea on writer objects

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [018f2d10de14961c449810c7386561d25a688ff2]

        #92924#: includes

2001-10-26  Frank Meies  <fme@openoffice.org>  [c31e717e95c480f9ae95a080c30a6c2bd6a2b698]

        Fix #93757#: Consider field contents during line break

2001-10-26  Armin Theissen  <armin@openoffice.org>  [0866b1af159d5f27c8f6b5bd35f0ec1ff17326bc]

        added nodep=true

2001-10-26  Frank Meies  <fme@openoffice.org>  [d2b887b5746d52d5227473fab2e8f9412da693fe]

        Fix #93547#: Handling of script weak

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5329f1d2537dc6c36e3e9ddd05744421c09a6024]

        #92924# includes

2001-10-26  gt  <gt@openoffice.org>  [51fc80ceb396823d2a2122a5cd7938cffc6a5332]

        #93577# propagate preview font settings to every tab page

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [558672eb1f7355521ac7865862092077e690e068]

        #92924# gcc-3.0.1 needs lvalue

2001-10-26  Daniel Boelzle  <dbo@openoffice.org>  [eb0b369d09c66dd413cd6874c93f6181d77204af]

        #93739#

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [d09b02d3cbb84df4c967bf71dc3b4582b3c0b6ca]

        #93751# no default path in the ctor anymore - this is done by the file dlg helper now

2001-10-26  Oliver Specht  <os@openoffice.org>  [0fc8b2825e0ea98feacd441f1955bea9df65fae2]

        #89658# accept invalidated items from SW

2001-10-26  Christian Lippka  <cl@openoffice.org>  [55156f57dcd1311bff08c183cee44344eba48605]

        #90330# use sorted property maps and cache XPropertySetInfo objects

2001-10-26  Oliver Specht  <os@openoffice.org>  [a48eefbaa976d18ca5303afda53a30abfdd6a65b]

        #89658# don't put invalid BrushItems

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [e9f81a685f4fe64f3aab9094c3c1d30c3d32d52d]

        #93751# when loading config for a graphics file picker, default to the gallery path

2001-10-26  Ocke Janssen  <oj@openoffice.org>  [f486004050b621019e1784c322b61f4761664da1]

        #93784# do not ask for catalog when supported

2001-10-26  Andreas Bregas  <ab@openoffice.org>  [13a7d7176f301869d6550b1743a23b05e7a1e8c0]

        #92728# New RTL functions CDateToIso, CDateFromIso

2001-10-26  Ocke Janssen  <oj@openoffice.org>  [e8ffa01cda7c46398e4d85d51c90b5d1092595b5]

        #93784# fix some calls to jvm

2001-10-26  Christian Lippka  <cl@openoffice.org>  [e958e00d7998b739b6b5de75ad6edeaecbe11a0c]

        #90330# no user defined attributes for ole objects

2001-10-26  Christian Lippka  <cl@openoffice.org>  [967469f0b126f4e196c3460a4bd83010a8b4910a]

        #90330# use sorted property maps and cache XPropertySetInfo objects

2001-10-26  Philipp Lohmann  <pl@openoffice.org>  [7ffa64dcb34729d864ec63f727b17d49e6f135fd]

        #90511# capture mouse hack is now in unix dependent part

2001-10-26  Andreas Bregas  <ab@openoffice.org>  [0904159bda05ada2f5a34a69f7b21e52c26bd554]

        #92728# New RTL functions CDateToIso, CDateFromIso

2001-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7460264e746999ab60bac81f5d1344f35c7491f6]

        #93739# reset DISABLE_ENHANCED_COMID

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a36b39ea39fa92469f8b0e0a1bf531bb4787262a]

        #92924# exception specification

2001-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [24ee41f4033513d6d3a70af19e4fcbfe06e421c7]

        #93739# accept gcc since 2.91.xx; break if not successfull

2001-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dbc5b0749788c15d6a2d6ec3b326c4b42cdea5ba]

        #93739# use COMID in library names

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0b3f12304350ccadd0ed95b92f09a2602da9d1f]

        #92924#: exception specifications

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e0e4a84483837adb2eb85540535215285c1b71b]

        #92924# includes

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b24384a783b02bf2fd72e41fe9752a264dd0d20]

        #92924# exception specifications

2001-10-26  Daniel Boelzle  <dbo@openoffice.org>  [8060df465d8f05afc49d13a2d68206e34dffcc7f]

        #93739#

2001-10-26  Christian Lippka  <cl@openoffice.org>  [47e366a8bd8f4d43c28e89d0f6c54f1baa95d069]

        #91835# create names for named items for xml

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [73e70add3f0923de99f697814666cbad418d7862]

        #92924# exception specifications

2001-10-26  Caolán McNamara  <cmc@openoffice.org>  [0e23c4eb31b832124e9b035e0c0f40f9548d45c6]

        #93737# Logic reversed on test to use ini flag to suppress export of leading para space

2001-10-26  Kai Ahrens  <ka@openoffice.org>  [23224c69f6e1e3dfc93e0fe1ccc5ca4ad39988f0]

        #93622#: optimized D&D of whole slides

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [57ee93b8e0ce5d7ddc73a68ce0d4d8da9ee815ff]

        #92924# exception specifications

2001-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [20c8aa0587e0b58b6cfa6ba510ca31e02ab98505]

        #93739# provide COMID

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [02e0354da2f293037c238a4727e4c6ccff6de644]

        #92924# exception specifications

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b8d7584ce1e399769af02e982c2e47eec656e68]

        #92924# gcc-3.0.1 needs lvalue

2001-10-26  Daniel Vogelheim  <dvo@openoffice.org>  [6d654a458dd75f21bba35b7247e67b2ab16ad591]

        #93467# removed XDocumentHandler calls from writer         also removed superflous includes in two files

2001-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5eb6f60e1db9e4346b3db240199f596a88d703a2]

        #93739# provide COMID and COMNAME depending on compiler version

2001-10-26  Peter Burow  <pb@openoffice.org>  [d5e1ea2bffdf739dc79a434df8a612060a9ec731]

        fix: #93788# question of arguments improved

2001-10-26  Jörg Budischewski  <jbu@openoffice.org>  [912a8656faf45e3912992943e411e92879483864]

        #93678# added typeinfo for structs (necessary for jdk14_beta2)

2001-10-26  Jörg Budischewski  <jbu@openoffice.org>  [7252942edddda8d9638f3c32792c2e8e91ee169f]

        #93678# index structmembers is now taken from generated java-files (jdk14_beta2)

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b78b70a52b7b508a49043d9394ea3f2f5017220]

        #92924# exception specifications

2001-10-26  Jörg Budischewski  <jbu@openoffice.org>  [78cecaf579ef0658e2ba7995cb5faebcb2b209b5]

        #93678# extended UNOTYPEINFO for structs (incompatible)

2001-10-26  Oliver Specht  <os@openoffice.org>  [d614bace913ed713e05fccba4f0dcb779546c1ac]

        #93813# don't ask NULL pointers for their graphic size ;-)

2001-10-26  Armin Weiss  <aw@openoffice.org>  [2127fa0ac669918cb784e7b9e6f9f52c8dcc6721]

        #92183# set XFillTransparenceItem only when no FloatTransparence is used, else the OutDev will use the wrong method

2001-10-26  Thorsten Behrens  <thb@openoffice.org>  [c45fbd492e8ed1e84c859082c1f38629dd120243]

        #93632# Proper path handling for Unix

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [76079ef81d5aeea8f07db38733b2f8f1eb522184]

        #92924# includes

2001-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [51dc2be2be080a80299676de8c87da92bbf9bf80]

        #92924#: exception specifications

2001-10-26  jp  <jp@openoffice.org>  [bf692c2e99a831586d00f880d5fb76ae91c50c73]

        Bug #93805#: RemoveDDELinkFormat - don't use a deleted Window pointer

2001-10-26  jp  <jp@openoffice.org>  [855f90a075f5e6cd94eb03f99e18230c003fbf87]

        #65293#: compiler error

2001-10-26  Oliver Specht  <os@openoffice.org>  [cac328623e90c37f1fa3466e9c2150b54085160f]

        #93165# german text changed

2001-10-26  Jörg Barfurth  <jb@openoffice.org>  [3ff8ba6e2d0c03f7b2a0d619907527f5aa1d36e6]

        #93522# Use correct attributes ('replaced') for inserted/replacing value set elements

2001-10-26  Jörg Barfurth  <jb@openoffice.org>  [8e2c3f9609b3f3e1b34715e901773471bc7296f1]

        #93522# Remove attributes from class Template (nver worked correctly)

2001-10-26  jp  <jp@openoffice.org>  [0fc3ea78c174a8f657e5649c0647e6ab652e8f32]

        #65293#: compiler error

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [5d64454874318e427f76c997b163977ad0c63ed9]

        #90390# use matchesExtension instead of direct string comparison

2001-10-26  Vladimir Glazounov  <vg@openoffice.org>  [ab35a4739c9d37ac1354242c48aaddc9532eb42d]

        #65293# added a missing semicolon

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [4d72b56025ae18c60ff428f08089a700ade0df28]

        #93187# forward the case sensivity information to the connection

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [58883c5630dd1ac5913f075d4c724d868f2db3d8]

        #93187# +matchesExtension

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [7070eb330fb2f71e5683d0fc30223d942a8b8395]

        #90390# store the information about the case sensitivity

2001-10-26  Oliver Specht  <os@openoffice.org>  [32890c2b0703a0ba907b21e1498ecf3ad083277c]

        #93165# CheckBox 'Don not warn again' commented out

2001-10-26  Herbert Duerr  <hdu@openoffice.org>  [498cb05748d5bbe36a78399b6d10ff675235ef58]

        #93662# do not substitute StarSymbol with MS font

2001-10-26  Christian Lippka  <cl@openoffice.org>  [25f321bf766d2b7a2ce6f48c0e9acc7470b0e08e]

        #93676# removed not needed assertion

2001-10-26  Andreas Schlüns  <as@openoffice.org>  [df6ba7220c71b324a3e11eefee50bf839ccc5fb3]

        #92152# move set icon to frame

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [f8623537e2db4ecdd891aefd8ce04dd6e9706dee]

        #93808# changed the text for the no-pretty-printing option

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [a7232b166e6cb8ae4504434a64d38235b98dc95b]

        #92988# +SetControlHelpIds/SetDialogHelpId

2001-10-26  Michael Hönnig  <mi@openoffice.org>  [8fc8fd375e841d405ebd2f413c2041da81a00cc1]

        proofreading and corrections from Richard Holt

2001-10-26  Andreas Schlüns  <as@openoffice.org>  [9a1e2569e796c973b63a778b12f911644e7683a7]

        #93810# don't make beamer status data persistent

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [9c91bb1f83ffa31d91ee1107683b26c1619c9ec4]

        #92988# +property HelpURL

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [fb8b533ad7ae44a4eaa846bb9216466b1530038d]

        #92988# +ControlActions.idl

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [038a3cc4c892ae860c1b13df985a2a3d413f223a]

        #92988# get/setValue now using ControlActions instead of ListboxControlActions

2001-10-26  Michael Hönnig  <mi@openoffice.org>  [558e9c028aa0dae4e18c7fe8352d1273b217ffb0]

        proofreading and corrections from Richard Holt

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [116c7988dfcd59b216c5a00f56e97b0898112e32]

        #92988# deprecated (superseeded by ControlActions)

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [9a64231ee3fbae3d9e7956cd4d5e336229236d88]

        initial checkin - more general version of the ListboxControlActions

2001-10-26  Kurt Zenker  <kz@openoffice.org>  [b91a011d95b6a8a717d7e79438b0dd008fcb6329]

        new version for SRC641

2001-10-26  Frank Schönheit  <fs@openoffice.org>  [c9166285a511a5e4531a29a44c87e653fabc7fe3]

        #92988# +CONTROL_FILEVIEW / +EDIT_FILEURL

2001-10-26  Andreas Schlüns  <as@openoffice.org>  [cf60403bdef17b3804d12e51b263d4878a2658fa]

        #65293# delete dbg functions

2001-10-26  Daniel Boelzle  <dbo@openoffice.org>  [5dd67fafc9320d678d6eb0f598840aee7ab81dae]

        #93739# provoking error for PP (sunpro)

2001-10-26  Ocke Janssen  <oj@openoffice.org>  [6df1c621a71b108ccf8977e07971f843dc0fadfe]

        #93524# insert/delete corrected

2001-10-26  Ocke Janssen  <oj@openoffice.org>  [6a30e6c007f6d66b8496af695fcf827b0257a496]

        # 93712# parsing corrected

2001-10-26  Ocke Janssen  <oj@openoffice.org>  [1d4f7c1a9517b3b3f5e3ff300ed29be0e852c131]

        #93524# catched Exception when cancelRowUpdates

2001-10-26  Daniel Boelzle  <dbo@openoffice.org>  [0ba3ffdd6e7bca89e8450205c6af0d5e2ab13603]

        #93739#

2001-10-26  Ocke Janssen  <oj@openoffice.org>  [9c1febffca1ed14ba8453236ebb27d57582ae709]

        # 93712# statement creation corrected

2001-10-26  Ocke Janssen  <oj@openoffice.org>  [f319833c28cb9b45d71d3263aaa6eab520149954]

        #93524# SQLExceptions weren't catched

2001-10-26  Ocke Janssen  <oj@openoffice.org>  [01db9416d9c49dd967f815ce90b8d2c30f5ef3ac]

        #93524# insert/delete corrected

2001-10-26  Ocke Janssen  <oj@openoffice.org>  [5226ffdba484e7a14feec279393479e58f9407c0]

        # 93712# statement creation corrected

2001-10-26  Ocke Janssen  <oj@openoffice.org>  [35ee89f2629bc5fc238cae94054009cad890b858]

        #93524# new class for hidding deleted rows

2001-10-26  Daniel Boelzle  <dbo@openoffice.org>  [de76c72d88fb435d2b919b7352a932e42b479ad2]

        #93739# CPPU_ENV define

2001-10-26  Daniel Boelzle  <dbo@openoffice.org>  [92cb1a38a4903f2354424c0ede577b77f998b853]

        #93739# using CPPU_ENV define

2001-10-26  Rüdiger Timm  <rt@openoffice.org>  [dfa343f9be202d1d7a9d04219cbfbebf94b5afef]

        #65293# fixed a missing include

2001-10-26  Daniel Boelzle  <dbo@openoffice.org>  [17791de63fdb4090e234167700699890f5dd7333]

        #93739##88337# removed UNO_LB_JAVA_NAMESPACE, inserted map-files for prot/c_uno bridges

2001-10-26  Peter Burow  <pb@openoffice.org>  [4b9ab688176b1205cfcd65f46ce37ca8139066db]

        fix: #93787# helpid for help contents listbox

2001-10-26  Peter Burow  <pb@openoffice.org>  [195c2f85797dcbdf70b4a0774e626c5eab44bfaf]

        fix: #93787# helpid for help contents listbox

2001-10-26  Sascha Ballach  <sab@openoffice.org>  [dfb633850f09f561e27c16f786409a70e2d57cc1]

        #92553#; don't assert if no currency is given, because it is a possible case

2001-10-25  Rüdiger Timm  <rt@openoffice.org>  [d16af2fe128433b194f825937986c3fcfff0c44f]

        new version for SRC641

2001-10-25  Daniel Vogelheim  <dvo@openoffice.org>  [552be697a1ac417deae24690bbae24a9448c5fe3]

        #93467# remove calls on XDocumentHandler and change interfaces acordingly

2001-10-25  Daniel Vogelheim  <dvo@openoffice.org>  [791729ed6615de80cfa08bf92450d85c4e549580]

        #93467# remove calls on XDocumentHandler and change interfaces acordingly

2001-10-25  Daniel Vogelheim  <dvo@openoffice.org>  [9258f3a6b2870afb565d7dc9c5e94f5e351cbf0b]

        #93467# remove calls on XDocumentHandler and change interfaces acordingly

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [d0fb50314329b7d9ae97ca77dac8ee99bcdf1f5c]

        Merge SRC641: 25.10.01 - 22:42:00

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [af5002d3e611b5ae8f1fdde94e1786d22eb83a10]

        Merge SRC641: 25.10.01 - 22:39:41

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [3ad4f082d52470ca216afc5dc66460538a3ed43d]

        Merge SRC641: 25.10.01 - 22:37:30

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [ccb8662f99de99d9e4a243ff56c7c27c6a936f5f]

        Merge SRC641: 10/25/01 - 22:37:11

2001-10-25  Oliver Bolte  <obo@openoffice.org>  [2552a1239cf26cd6f95a95934ec784cc65869a32]

        Merge SRC641: 25.10.01 - 22:36:40

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [bef0dc2ac57d7510e904fba3f2880b27c01b5362]

        Merge SRC641: 25.10.01 - 22:33:18

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [e85fba1d4cf2695c435e1a7cb62863a90a0df11a]

        Merge SRC641: 25.10.01 - 22:33:56

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [69ba44d55107673bb1e2a0c46abc35317b2cd828]

        Merge SRC641: 25.10.01 - 22:32:38

2001-10-25  Rüdiger Timm  <rt@openoffice.org>  [fb106c6d0cb7d395d9c0f032a60af83c4b7728e1]

        Merge SRC641: 25.10.01 - 22:32:24

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [d76dafdf1730a6bd12ebdeb86361c1d17e0ad6e5]

        Merge SRC641: 25.10.01 - 22:32:19

2001-10-25  Vladimir Glazounov  <vg@openoffice.org>  [0a32d82421175297ee72d3a6d1fc73f415267b61]

        Merge SRC641: 25.10.01 - 22:30:11

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [8a90bb6123d09bd36cdc4cf97f9fbfdff70a188c]

        Merge SRC641: 10/25/01 - 22:30:24

2001-10-25  Oliver Bolte  <obo@openoffice.org>  [57f868e8533850f08b084f2b1198987087b6b990]

        Merge SRC641: 25.10.01 - 22:29:39

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [d4d6e8f349c359346ae8663454a6e5d815715b0a]

        Merge SRC641: 25.10.01 - 22:28:48

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [4a114d8491dafe5af6552f281ea69f142713a5c8]

        Merge SRC641: 25.10.01 - 22:30:17

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [d69a3e11c4508f881f79139c7849e2ed82ff3d46]

        Merge SRC641: 25.10.01 - 22:26:43

2001-10-25  Rüdiger Timm  <rt@openoffice.org>  [83710940b1f73b082e41486bd5a7703a0b4da16e]

        Merge SRC641: 25.10.01 - 22:25:22

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [b623a26e16b707e61616ca00fef06ad1a9675f72]

        Merge SRC641: 25.10.01 - 22:24:31

2001-10-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2cefdbe601054cc986d14f622e552fb4d538cb10]

        #65293# don't relink allways if minor.mk is touched

2001-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b9a4bb357de63ab1ca60ef509149a693906e7db]

        #92924# includes

2001-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d96af71a4f33f8f03f8a83c185d334b75bfca82]

        #92924# gcc-3.0.1 needs lvalue

2001-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [662a712cbd46e233944b2e623dfa92cd77871bfc]

        #92924#: removed cast

2001-10-25  Eike Rathke  <er@openoffice.org>  [c1cb0ad3ac1477e65ab491e1d7b2ecab30824ff8]

        #89247# remove data source ranges from charts if pasted from different document, converting to real OLE

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [f8c3191255fbb949973f0f05f042f7f88b12731e]

        new version for SRC641

2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [f7ce2a0d0e46c2fdb7cedafbbab255d7f1735cc9]

        #93804# #i1947# survice keyboards without a name

2001-10-25  Christof Pintaske  <cp@openoffice.org>  [20166fe5e39a667ae833c26e0eb8f7877821d507]

        #93803# check for xlfd conformance

2001-10-25  Niklas Nebel  <nn@openoffice.org>  [ef2d321435626e3c30e5c1f403cbfe0aa08ea535]

        #87974# remove unreferenced volatile styles after import

2001-10-25  Martin Hollmichel  <mh@openoffice.org>  [417091871ec1c81a17e3393c8e6740d73412693a]

        del: segmentc.hxx

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [478a8522c00ad42b2dce36cccba1b57932a3bbc3]

        new version for SRC641

2001-10-25  Niklas Nebel  <nn@openoffice.org>  [f43bc6c2491c80034e77a70196c0087d2043d448]

        #87974# write volatile attribute for styles used only in maps

2001-10-25  jp  <jp@openoffice.org>  [7ed067e911ef1e04b99b6fd0be5428735384907d]

        Bug #93556#: SplitDoc - found a better solution for not existing HTML filter in master docs

2001-10-25  Martin Hollmichel  <mh@openoffice.org>  [7b012c91e35b1a9f1bce411cb0caeb17dcf899a4]

        del: segmentc.hxx

2001-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f93441e80b7f147158dab00724c72762e5a67e8]

        #92924#: removed cast

2001-10-25  Martin Hollmichel  <mh@openoffice.org>  [2fb4b8b158daaaeca9bc67e5c08370ad35204d7e]

        del: segmentc.hxx

2001-10-25  Martin Hollmichel  <mh@openoffice.org>  [7a19970c485c3ef1b30e47a57202d484cd69969c]

        del: segmentc.hxx

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [63511a648d5a82317fcbd19d10e786371e6eacb1]

        new version for SRC641

2001-10-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [513e60416ce48de706deddd355991a8272d903c6]

        #65293# linking more than one component with the same map file

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [90a028e1f47efcbae30bbc83a652a0c26526452f]

        new version for SRC641

2001-10-25  Martin Gallwey  <mtg@openoffice.org>  [d2556a2f3295553502ed27132db02b9d6f22647a]

        #92662# make SwXTextCursor support XMultiPropertyStates

2001-10-25  Martin Gallwey  <mtg@openoffice.org>  [cd7d759b897469308036e9a6cb8d15e116ab42c8]

        #92662# Make SwXTextCursor support XMultiPropertyStates

2001-10-25  Christian Lippka  <cl@openoffice.org>  [aa0137aca14c396d8beb0ad442f7b87b5ad506b2]

        #93676# fixed wrong element name on export

2001-10-25  Michael Hönnig  <mi@openoffice.org>  [ebfb286c4627f54cbb8284a3482451c7e7c3bde0]

        proofreading and corrections from Richard Holt

2001-10-25  Michael Hönnig  <mi@openoffice.org>  [8c0d2d88516aef21f9d32c7c2c8fa4bb92368039]

        proofreading and corrections from Richard Holt

2001-10-25  Behrend Cornelius  <bc@openoffice.org>  [65f8438503179f0559500804fb3217538dfa98c4]

        #93037# importfiltername for masterdocuments modified

2001-10-25  Kai Ahrens  <ka@openoffice.org>  [95680b682778cc8b4a69481ce53d1399b765f6c4]

        #93596#: SvxPluginFileDialog returns an error code

2001-10-25  Kai Ahrens  <ka@openoffice.org>  [3acad64efb35f1206649322ba2ace88d2203eadc]

        #93596#: SvxPluginFileDialog returns an error code

2001-10-25  Michael Hönnig  <mi@openoffice.org>  [05a4762ae7529ab0d9089eebcc92c4fac2e5baf1]

        proofreading and corrections from Richard Holt

2001-10-25  Gregor Hartmann  <gh@openoffice.org>  [1109e636deb98724edc12e3abbc8c1302f9d1736]

        #93400#access to scrollbars

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [637880ddf1aab59c2bf6709dc93227980ce94949]

        new version for SRC641

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [d03fe8214d560eadf093c587c124480455ebddd5]

        new version for SRC641

2001-10-25  Kai Ahrens  <ka@openoffice.org>  [5f04dc7115a5b64bbeb28d984829e5a11f5a26f3]

        #93596#: SvxPluginFileDialog returns an error code

2001-10-25  Vladimir Glazounov  <vg@openoffice.org>  [4464790b2e4439fd0b6d4b2963e032bb89b29085]

        #65293# corrected misspelling

2001-10-25  Björn Milcke  <bm@openoffice.org>  [c2ce0ea241dc30973a4b6990e622eb544f6f1766]

        #93600# exportText: do not seek for tabs and linefeeds for certain strings (results of unit converter)

2001-10-25  Andreas Bregas  <ab@openoffice.org>  [b324465af53a656341efac1e9e388c3f51923f8f]

        #92172# Initialise LibDescriptor flags

2001-10-25  Michael Hönnig  <mi@openoffice.org>  [858c85b5a0bb3a8de78ef696b2a2377baeb9f9aa]

        proofreading and corrections from Richard Holt

2001-10-25  jp  <jp@openoffice.org>  [16d0fac4f71e38131f82685b976749687def4fbe]

        Bug #93556#: allow SplitDoc only if the filter exit in the specific filtercontainer

2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [955cc32f80cde76a357de4aba2ec803d692c76a9]

        #90760# remove ifdef VCL

2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [ca890d8c3b86ddaf34150e0776c7f8071f28fe69]

        #90760# remove ifdef VCL

2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [d44341304f55c7019860bcf0e2ead2df107717a7]

        #90760# remove ifdef VCL

2001-10-25  jp  <jp@openoffice.org>  [8c8d4566a3c0174fe44aede62416bac1147c2a9c]

        Bug #93556#: allow SplitDoc only if the filter exit in the specific filtercontainer

2001-10-25  jp  <jp@openoffice.org>  [020a88e6654522a89d69f3cafb34d657c74b3256]

        Bug #92016#: remove not used GetExtTextInput method

2001-10-25  jp  <jp@openoffice.org>  [1fed620c6e8f4b3c2fd40d1a85dbffe14372812c]

        Bug #92016#: new GetExtTextInput - get any TextInput-Engine

2001-10-25  Oliver Braun  <obr@openoffice.org>  [a96a1f470d60f775dcdff6fd5d2bfebd1f67f9fe]

        #93773# potential GPF in binary search

2001-10-25  jp  <jp@openoffice.org>  [dd5a62800514ad16d185e844c3ca529905cfdc27]

        Bug #92016#: DeleteExtTextInput - if no TextInput exist at cursor position, take any one (needed for UNIX)

2001-10-25  Caolán McNamara  <cmc@openoffice.org>  [5feb3e377a347860db248cca59cb1baa801276cf]

        #93702# Fastsave tweak to continue searching for properties after piece with no para props

2001-10-25  Oliver Specht  <os@openoffice.org>  [3c948534c4b1e82c64c3dd2eda5145766b2fb6cc]

        #93165# show warning after change of the default filter

2001-10-25  Michael Hönnig  <mi@openoffice.org>  [2ab8dc79d4872dc55e80e3de522b679ac892a216]

        #93753# drafts/.../sync separated from com/.../sync

2001-10-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a64e74a1ec566e6bea89a50500b0ba18c9400337]

        #65293# remove faulty error messages

2001-10-25  Kai Sommerfeld  <kso@openoffice.org>  [d479a2d67f1242a557b8d8288c7cf544afdd18f4]

        #92937# - Improved redirection support.

2001-10-25  Michael Hönnig  <mi@openoffice.org>  [f92a469dbbfc681055d47eee25c9ac95e1b84908]

        #93753# drafts/.../sync separated from com/.../sync

2001-10-25  Oliver Specht  <os@openoffice.org>  [a137d7f2a63e499d92cfd0d3a7b7bba435aeb060]

        #93782# draft/.../ui module created

2001-10-25  Kurt Zenker  <kz@openoffice.org>  [0371ca6b010716f8011e735dfa596028f6c89a2c]

        #65293# corrected

2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [ea8ec2120b33b3f49cc0391de73ec7d18c5977ec]

        #93546# transient behaviour of Dtwm is now set by installation

2001-10-25  Michael Hönnig  <mi@openoffice.org>  [743ef3109b36ccb33b7c5ddb9be1d5407362d350]

        proofreading and corrections from Richard Holt

2001-10-25  Daniel Vogelheim  <dvo@openoffice.org>  [51283f3c263eccc6591468bf14d65b24ea2dc89c]

        #93486# subtype flags are now maintained properly

2001-10-25  Daniel Vogelheim  <dvo@openoffice.org>  [2d448f2f0ee34291fa86d102f2b0473aa3178519]

        #93486# field format now defaults to -1

2001-10-25  Malte Timmermann  <mt@openoffice.org>  [c06fc54da72cdf77c83de5722e6954c36d3e3a2c]

        #92906# Call StartTracking before Select()

2001-10-25  Daniel Vogelheim  <dvo@openoffice.org>  [8dea1b9e0e01ce78a5c761559608b196616237d0]

        #93291# TableCalc field implemented

2001-10-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1226bccd5e42a768efd6a9704f0361a28656110b]

        #65293# typo

2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [648a39361811fa552bea15cc08bc227262277371]

        #93613# TAB adjustment

2001-10-25  Daniel Vogelheim  <dvo@openoffice.org>  [75c78b2e729a9dd4bf0dbab6b2481f4ca727f481]

        #93291# TableCalc field: fixed NumberFormat property, renamed property Formula->Content

2001-10-25  jp  <jp@openoffice.org>  [f205208c6c2035d6c70ebb69086d510786ae5472]

        Bug #93356#: GetTblSel - don't work with deleted pointers

2001-10-25  Frank Schönheit  <fs@openoffice.org>  [77ab6c56b222123b3dd7fe6a043529c3d09b362e]

        #93187# don't set a non-existent or not accessible path

2001-10-25  Daniel Rentz  <dr@openoffice.org>  [a965bc866fe3e9f4179ac2a43c0f048a2aa64f6e]

        #90357# convert strings with numberformatter

2001-10-25  Malte Timmermann  <mt@openoffice.org>  [c5b33da26903753641f5bd730b6a91adcfd895ef]

        #92853# Support HelpText property

2001-10-25  Kai Ahrens  <ka@openoffice.org>  [cf605400afba73cf4e76fdc1d6b0a905ab2cc8b4]

        #93677#: don't start drag action if URL is not valid

2001-10-25  Malte Timmermann  <mt@openoffice.org>  [6646f8ed3bcaab65d300e18b868be82400eddfa1]

        #92796# ShowCursor after Paste

2001-10-25  Michael Hönnig  <mi@openoffice.org>  [7bf737f049563c77f88e37e8dd6c3fdc218380bc]

        proofreading and corrections from Richard Holt

2001-10-25  jp  <jp@openoffice.org>  [3d0090f5b8002c61c9e5ee3f23523524e63d76ea]

        Bug #93162#: ExecUndo - handle action count

2001-10-25  Philipp Lohmann  <pl@openoffice.org>  [60e970c5d1da31c1e862664c0dcd4730e0674c94]

        #93613# implement TAB

2001-10-25  Peter Burow  <pb@openoffice.org>  [c03887c46f63246a75f7569eca4e7d5f72f09f91]

        fix: #92010# support for help keyword (basic ide)

2001-10-25  Dieter Loeschky  <dl@openoffice.org>  [918d7544a0af4f0cc754b47f56baf7c36ad7542c]

        #85610# Put FontItem for all script types

2001-10-25  Peter Burow  <pb@openoffice.org>  [b735f959a2d4597671ebfc6e6437b904303f596f]

        fix: #92010# support for help keyword (basic ide)

2001-10-25  Michael Hönnig  <mi@openoffice.org>  [d52f4ef4675705ad620a76b5f5e45cd5c66daab8]

        proofreading and corrections from Richard Holt

2001-10-25  Malte Timmermann  <mt@openoffice.org>  [7de6485c4b9b0e903954ba21ee9f94b3ffac9174]

        #93548#, #85610# ScriptType stuff...

2001-10-25  Sander Vesik  <svesik@openoffice.org>  [602abbfaa55fba2e4394510fe43b1869177caa95]

        remove sfx2/ from #include statement

2001-10-25  Sander Vesik  <svesik@openoffice.org>  [b2fb0b6529c007c993c53584bf39d7ad7af045de]

        Remove sfx2/ from #include statement so also builds in a fresh, from scratch build

2001-10-24  Vladimir Glazounov  <vg@openoffice.org>  [99eae6d66f756ad682fe257c88a14ece622e583c]

        Merge SRC641: 24.10.01 - 22:44:22

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [fed41f87e5a4169e4cef5436eb3e504443d210f8]

        Merge SRC641: 24.10.01 - 22:35:52

2001-10-24  Vladimir Glazounov  <vg@openoffice.org>  [4a4fb40cb1152d40d970aaffa5becc8f81580811]

        Merge SRC641: 24.10.01 - 22:35:44

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [d3cbf59257e6eff578d87dcb74f50b7b9224c553]

        Merge SRC641: 24.10.01 - 22:33:19

2001-10-24  Rüdiger Timm  <rt@openoffice.org>  [0ba40f8d7856551a03eb5968dea1a7a25e1e7db8]

        Merge SRC641: 24.10.01 - 22:33:29

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [acaf2673de4c065913b5e8eee29fb6b69a63daa0]

        Merge SRC641: 10/24/01 - 22:34:15

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [206307b876202c4db5d187e2250a4418d3ba77b0]

        Merge SRC641: 24.10.01 - 22:31:05

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [675cea159296b2143b64bea009eddc482782133f]

        Merge SRC641: 10/24/01 - 22:31:31

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [904653f3cb962e38d0aa76d5f8fb120244100bee]

        Merge SRC641: 24.10.01 - 22:29:40

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [76cb0a81e828354ec838bfb2fbee1243701d5ce4]

        Merge SRC641: 24.10.01 - 22:28:17

2001-10-24  Oliver Bolte  <obo@openoffice.org>  [8c7512076f74aeeca56aa8e78acfca156f13dc64]

        Merge SRC641: 24.10.01 - 22:27:41

2001-10-24  Rüdiger Timm  <rt@openoffice.org>  [5abcd861994ec487e5c5df5b26c511a9b34bfacb]

        Merge SRC641: 24.10.01 - 22:27:44

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [b784f8fdf24680eb5c7ae3627cff346930a85dea]

        Merge SRC641: 10/24/01 - 22:28:08

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [22e8d2b4eff2f5967164443bcd20e4b3488359b8]

        Merge SRC641: 24.10.01 - 22:26:50

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [9879b99b9a6395d87ffc585e026cb48e2718682a]

        Merge SRC641: 24.10.01 - 22:25:33

2001-10-24  Kurt Zenker  <kz@openoffice.org>  [0a343f1fba74e99d27e975fda2c74ff4bec3600e]

        Merge SRC641: 24.10.01 - 22:23:42

2001-10-24  jp  <jp@openoffice.org>  [123b758c8bf43a12f95d5ecfdeec67266dad568e]

        Task #88180#: expand map id range for fields, remove unused map ids

2001-10-24  jp  <jp@openoffice.org>  [da0f9f473b72fa20511309e415dbf75ab5bbcb95]

        Task #88180#: change parameters of PutValue/QueryValue methods

2001-10-24  jp  <jp@openoffice.org>  [bfa6d9c46677bed743d4cc9edbebbb1464194d5f]

        Task #88180#: expand map id range for fields, remove unused map ids

2001-10-24  jp  <jp@openoffice.org>  [5477839b4eaac1e628b8e0d56ee90b463e427684]

        Task #88180#: uno-memberids for fields

2001-10-24  jp  <jp@openoffice.org>  [643f544231a3e1f7d28dbd93248a4e4105600dc7]

        Task #88180#: add missing cppu type detection

2001-10-24  jp  <jp@openoffice.org>  [091498c17fd1d8b430d4ca6c040d37df06133b66]

        Task #88180#: change parameters of PutValue/QueryValue methods

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [49a15e899836b8b36ccae0816b5c2b4fb2657fb5]

        #93710# added 'CellName' as a property to SwXCell

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [f047cffa9b7cf670c038076e469716722e7dcbec]

        #93710# added 'CellName'

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [dc949f3100f0771dc94eb23e547791359f685adf]

        #93710# CellName must be readonly

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [2c17e64770c977acadd57c12660b420d9e9610f5]

        #93710# added 'CellName'

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [54044116c456ccf2499005db336d3c628d066971]

        #93710# added FN_UNO_CELL_NAME

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [32833b1591c3258e1af4627637b0e348fb4d7c49]

        #93710# added 'CellName'

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [3a6b7c14908d7c640f99179754551f64d63c9014]

        #93710# add 'CellName' as a property

2001-10-24  Philipp Lohmann  <pl@openoffice.org>  [84327196103f073c83e7862b04997afe92e03a94]

        #92403# remove Xt/Xm/Xaw/Xmu from office

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [b4bf4276168723a5930cc93ebbf44055be9f0854]

        #93673# move this inline function to it's own header so I can access it from unocore

2001-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bcb2c5eaee3159e2cfc1fda9c8775f2e49ca5e9]

        #92924#: don't use keywords as identifier

2001-10-24  Philipp Lohmann  <pl@openoffice.org>  [e03cf1a128a339d270caf151869029fca9f159b0]

        #92403# remove Xt from office

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [93549c84132c8bc64aca19f26fbfd0d7e3c26d9e]

        #93673# Move this inline function into it's own header to access it from the unocore

2001-10-24  Thomas Benisch  <tbe@openoffice.org>  [39c960343eb478ee3787945fd624e42da9ec69bd]

        #93748# selection in BasicTreeListBox

2001-10-24  Philipp Lohmann  <pl@openoffice.org>  [286a68b9db72370fb46d15949c09d509f524d0ef]

        #92403# remove Xt from office

2001-10-24  Sven Jacobi  <sj@openoffice.org>  [5702083337f4323f38f99a162069b29e00d443c0]

        #93602# better display of placeholder if no preview is available

2001-10-24  Philipp Lohmann  <pl@openoffice.org>  [353386838871f471dcf5a489b1e42a17d61fe9e2]

        #92403# remove Xt/Xm from office

2001-10-24  Philipp Lohmann  <pl@openoffice.org>  [bfc598e951d90fecfc8267a00f42c74db226a49d]

        #92403# remove Xt from office

2001-10-24  Frank Schönheit  <fs@openoffice.org>  [cc7f9d35f24e64d456e0b605eca9835b179cff9d]

        #93744# use the ImplHelper classes instead of direct inheriting from the interfaces

2001-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [680020d77c866a5cbbbce203104ba081f953af17]

        #92924#: exception specifications

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [abdf9a8751a08f923302435ae6e215e34a38e35e]

        #93673# make SwXStyles support XMultiPropertyStates

2001-10-24  Björn Milcke  <bm@openoffice.org>  [1a6c74f37203072027c8aac00eaa3ec0e228b8ad]

        #93600# get a list from model that contains all indices of data points that have styles

2001-10-24  Martin Gallwey  <mtg@openoffice.org>  [dc4a6e4629dff3223ba58fcd658e5f2c0d71fdbe]

        #93673# implement XMultiPropertyStates at the style

2001-10-24  Frank Schönheit  <fs@openoffice.org>  [4136488062445ce7d3761498fa1a09ae0331ee98]

        #93701# do not add global classes which are empty

2001-10-24  Thorsten Behrens  <thb@openoffice.org>  [33a5f95fc586c54901d8b8ce505adc6104e0ea05]

        #93208# Added XML meta import back for player

2001-10-24  Stephan Bergmann  <sb@openoffice.org>  [188762dc348234e364ef4a030a3fd4282ea7fcee]

        #92924# Fixed exception forward declarations.

2001-10-24  Michael Hönnig  <mi@openoffice.org>  [2510d8e555be25a672945a2a017feb56a39c9645]

        proofreading and corrections by Richard Holt

2001-10-24  Armin Weiss  <aw@openoffice.org>  [a6547a0ad1dd84774fccfc71f949b4eb001ed245]

        #93721# Set focus to YES-Button

2001-10-24  Armin Weiss  <aw@openoffice.org>  [655c20839f50b236048e1d0ed391ec08cbbfdf43]

        #93085# one more change: The title of the dialog shall now be %PRODUCTNAME 6.0

2001-10-24  Malte Timmermann  <mt@openoffice.org>  [a592aa9a5e9ca0f3e87f455ff5216c3f0b1d584d]

        #92555# Autocomplete - Don't reset TopEntry when substring not found...

2001-10-24  Malte Timmermann  <mt@openoffice.org>  [71d6a7450840f85e511ae52dabcce3de211ffbf4]

        #92323# Some fixes for the StackMode

2001-10-24  Michael Brauer  <mib@openoffice.org>  [97075a384aed0b4853b78bd5ffc681cdf9003f11]

        #91961#: Support of language

2001-10-24  Andreas Schlüns  <as@openoffice.org>  [9349fb57c759d20cf28cf53b30e574d01809928e]

        #93687# create vcl dialog on demand!

2001-10-24  Armin Weiss  <aw@openoffice.org>  [21878caf2bf9b7aeab9acd983c282917453a9842]

        #93700# re-added support to set flags for XOR is drawn at the views. This was missing for XOR handling in SW.

2001-10-24  Philipp Lohmann  <pl@openoffice.org>  [2d1587c4306d8adf62ff3c9f3ea9bf5682860047]

        #89519# compile problem with gcc

2001-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3937407d21049cf2a6a9c9559517e4328db82243]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-24  Malte Timmermann  <mt@openoffice.org>  [072b41dc14552e92fde8d02d679932e172846e3d]

        #86061# Fixed Bug with LineCount and big ListBoxes...

2001-10-24  Peter Burow  <pb@openoffice.org>  [af08e4fdd5dd5f1a2a8207ae2f4f314b6a99d25e]

        fix: #93688# help_debug support fixed, help installed question

2001-10-24  Tino Rachui  <tra@openoffice.org>  [79217ec3839bf7bcc46be66b2c10050c97eacb57]

        #92635#false use of osl_setFilePos corrected

2001-10-24  Andreas Schlüns  <as@openoffice.org>  [db52a974df05cdceb12eba9cce49d6cad248d5ef]

        #93690# fix it toplevel too!

2001-10-24  Peter Burow  <pb@openoffice.org>  [99b8e554ce0771430dd2c36c033a249d5d9066d7]

        fix: #93314# open template support on multiselection

2001-10-24  Andreas Schlüns  <as@openoffice.org>  [db99f9f7a0243a8b1979b79fa84951135853ba6d]

        #93690# add factory to filter again ... disable #93266#!

2001-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [61b32974a03f23a2784e4f42e024ab3a06045352]

        #92924#: exception specifications

2001-10-24  Kay Ramme  <kr@openoffice.org>  [33f720bd981cd4f123e016cd7738e125e7f5bd4d]

        java bug in 1.3, workarounded by dropping resource holding (#87146#)

2001-10-24  Tino Rachui  <tra@openoffice.org>  [5bfb8b70f3a1f595ab4495b7d2dacfa2de34d1ae]

        #92635#added readline

2001-10-24  Tino Rachui  <tra@openoffice.org>  [813658321a4f6e83d08b2f5c0757275b8ed086b3]

        #92635#new platform independent implementation of osl_readLine

2001-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3e03390f276bd28eb34783b18b30cfd532f5f67]

        #92924#: const

2001-10-24  Jörg Budischewski  <jbu@openoffice.org>  [36d07b2694070d0e9c890863da71feff943a80e7]

        #88337# Docu reviewed

2001-10-24  Armin Weiss  <aw@openoffice.org>  [cb6f2e5693ad84fd226bb8576dcd23070f0c9a17]

        #86973# remove handles from display

2001-10-24  Armin Weiss  <aw@openoffice.org>  [310b7b11a5cd71be165f27885e43d6fbe57a5bb1]

        #86973# tell draw object about anchor change

2001-10-24  Frank Schönheit  <fs@openoffice.org>  [f782e6df6b599ef5899c5271e965fbe15b63cf34]

        #93684# in implTranslateProperty, check for the correct SfxItem types (in case a data source has invalid indirect property types)

2001-10-24  Frank Schönheit  <fs@openoffice.org>  [fd9fa689d4d0dc1405ae3e5c4cc88322c56da646]

        #93684# +translatePropertyId

2001-10-24  Thomas Benisch  <tbe@openoffice.org>  [c9c530f9de875b9419da22703c37a1cd5f2e320d]

        #88565# change module management from sbx to library container

2001-10-24  Nils Fuhrmann  <nf@openoffice.org>  [fa1cb754b74b115a797863acb57a2928f5410b47]

        Added functionality GetGlobalIni()

2001-10-24  Stephan Schäfer  <ssa@openoffice.org>  [51aa977c81fad5ffaa34d5a63fc8db073529e487]

        #89519# Systemwindow rework

2001-10-24  Andreas Schlüns  <as@openoffice.org>  [1d9b536622457a1ba00bfd68548583f18cf76c8c]

        #92862# new sychronizer for sfx/framework filter caches

2001-10-24  Sascha Ballach  <sab@openoffice.org>  [5104193b5e93e518ed356a7a283c4683563feab1]

        #92553#; if no text:s attribute is given the space count is 1

2001-10-24  Andreas Schlüns  <as@openoffice.org>  [483bd3d66972ea02aa46db01c5fe6815ec67cffa]

        #92862# add fltlst

2001-10-24  Andreas Schlüns  <as@openoffice.org>  [ad3843c1260eb01cf3f8c61efd0c38aa1cabd73a]

        #92862# use new listener and queries to synchronize sfx2 & framework filter caches

2001-10-24  Andreas Schlüns  <as@openoffice.org>  [fd3cd0243808b63adb8222e7649fbdd4d6fb0079]

        #92862# add type FilterQuery

2001-10-24  Andreas Schlüns  <as@openoffice.org>  [41b6653dbaea01b843209ea0c412ee4d1160f6a0]

        #92862# new query mechanism

2001-10-24  Peter Burow  <pb@openoffice.org>  [439149718e55eba83e1348ccb386c26c39e13be3]

        fix: #93681# unique id for helpagent

2001-10-24  Niklas Nebel  <nn@openoffice.org>  [7ead50760d0a81d7e57fa9b500b4e572d73812de]

        #92390# EditEngine userdef attrs no longer in SVX_UNOEDIT_CHAR_PROPERTIES

2001-10-24  Niklas Nebel  <nn@openoffice.org>  [6ff4b5e85478d937260bafc1f62325c78daa65b1]

        #92390# TextUserDefinedAttributes (no longer in SVX_UNOEDIT_CHAR_PROPERTIES)

2001-10-24  Stephan Schäfer  <ssa@openoffice.org>  [79a4054a619bfa6cc6175d7b91beba0ea79ad868]

        #89519# Systemwindow rework

2001-10-24  Sascha Ballach  <sab@openoffice.org>  [8ffd80d6af5996c2081ede80829a8e6ab497a604]

        #92553#; cache the ScMarkData

2001-10-24  Kai Sommerfeld  <kso@openoffice.org>  [62a43258ed485313a2547b72e1e9d215e7eb6563]

        #92937# - Added TARGETTYPE=GUI

2001-10-24  Malte Timmermann  <mt@openoffice.org>  [cb7c03df5f35ba6b976c5d4be603215f19604caf]

        #92076# D&D cleanups...

2001-10-24  Andreas Bregas  <ab@openoffice.org>  [126c441107c3d4b956066c2bfb41f9f5b54d3628]

        #92172# Added XLibraryContainerPassword

2001-10-24  Joachim Lingner  <jl@openoffice.org>  [6da1c443425dfce61f8ec47635a571b58d500cf5]

        #88337#

2001-10-24  Dieter Loeschky  <dl@openoffice.org>  [9539e62f1dd11763496ecd87bdd3fd7c8dc0400b]

        #93434# AfterRead(): check bMyPool before deleting OLE objects

2001-10-23  Niklas Nebel  <nn@openoffice.org>  [bf956bd6d0ba91ac36dc70af4556f8a840148a39]

        #76689# CopyFromClip: when skipping filtered rows, nDestRow can become negative

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5644739b025a4ecf7c72b12d33598be49692b3c9]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [86c88c337992a0dd2a9e954c66af3109d1486cc8]

        #92924#: exception specifications

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [bd15159178b920893358786eee7cce02b530fc0f]

        #89577# export setMozabServiceFactory

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [b14cfcdfbc1bc71a83fd508de617b46819727def]

        #89577# use TARGET instead of MOZAB_TARGET where possible / exports.dxp is redundant / new file

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [86a703dcd78fa70ea5af80bc5641da9433780bf1]

        #89577# need to announce the driver's service factory to the mozabdrv library

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [12a9ee00bdc8321dad685cdecdccf06dd8247fd3]

        #89577# renamed getImplementationName_Static to getDriverImplementationName

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [b18ef352b867f0ebb7fd284c0b946997456c1518]

        #89577# oursourced createDriverConfigNode to a file dedicated to config access

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [60a179bc454ac4bcd9653265de5872d894c5cdef]

        initial checkin - exposing some helpers for accessing the configuration

2001-10-23  Martin Gallwey  <mtg@openoffice.org>  [0e89d8bbf6d760cb92805ced5a8dafbc2283f60b]

        #93047# do not use default constructors for SfxPoolItems...copy construct from SfxItemSet instead

2001-10-23  Martin Gallwey  <mtg@openoffice.org>  [dee22193442257b6ea2fa34199eca7d61cff2bef]

        #93047# do not use default constructors for SfxPoolItems, instead copy construct from default styles

2001-10-23  Philipp Lohmann  <pl@openoffice.org>  [9fcd600eecc329f2a734dfef1cae793a8cc1c1bd]

        #92403# move plugins into own executable like SO5.2

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [05e936724443c31ea1e8eb5230b6fa3b1b185c50]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c9211d59949e804fa28cededaebb3565ead7bb7]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  Kai Ahrens  <ka@openoffice.org>  [180b37f021741bb31b748b3f4edff13182d55a2d]

        #93603#: try to import graphics in DropFileHdl

2001-10-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0f3dfe57f6e41b8122fcd13932065606af71f363]

        #65293# get user9x.lib from correct place

2001-10-23  Thomas Benisch  <tbe@openoffice.org>  [ab749ac787142a133faec85d8cdf9914647460b3]

        #92755# Assign Standard Values for Basic Controls in Designmode

2001-10-23  Kurt Zenker  <kz@openoffice.org>  [0993abfc5da7b084220d1080986f43e4ff6a8554]

        65293# no more msvcrtd.lib

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [83e0994a084363d3612800213b1a36e828fa4b7c]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [be23a3b9622e6981f504946795599ce8fdbf6ce0]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  Andreas Bregas  <ab@openoffice.org>  [eaf7c71bb6e504cf41e51988860d2398ba9dcfd1]

        #92172# Library password flag

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [84551dba1f5a3a3dea8bde8a300462b86daa8aef]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ba25af8cd27f63cd6e1828a520c5e15ef6845b82]

        #92341# removed SOLAR_PLUGIN

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [4b355a0bc586549036887991ec082c56ed152da6]

        del: segmentc.hxx

2001-10-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8d8411c7483f20871cbea3ab2bd813bceceb29bc]

        #92372# support for more than one link target

2001-10-23  Andreas Bregas  <ab@openoffice.org>  [f6d5274f6dad951cb973ab360d0b3ad2491ff34f]

        #92172# Library password flag

2001-10-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9ddf851e6bac4560b7601f5bfb559d96887dccee]

        #92372# support for more than one link target

2001-10-23  Daniel Rentz  <dr@openoffice.org>  [928c983fcf70725da7628e265a5b9543a2282ff6]

        #93255# speed up chart import

2001-10-23  Daniel Rentz  <dr@openoffice.org>  [c3ce9a34e710538aee37def65d0077af18140bcb]

        #93255# speed up chart import

2001-10-23  Michael Brauer  <mib@openoffice.org>  [7d673c36108f28c32f188636c9cf146deb80468a]

        #93182#: Enabled StarBats/StarMath to StarSymbol conversion

2001-10-23  Malte Timmermann  <mt@openoffice.org>  [d348fe4abc5d9caa96d5bfb73beffb3dffcc5316]

        #92076# D&D cleanups...

2001-10-23  Dieter Loeschky  <dl@openoffice.org>  [7e1f7d0fed7d2d8fcb8452b6a203e852b7c2f24c]

        #93560# GetPresObj() corrected

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1f5154ed8113d5c74026aaa1bd9f3002454f691]

        #92924#: fixed last change

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [1f71e394825ca97ec8526c675270c2de6dacd4fa]

        #65293# dtor of OComponentAdapterBase protected instead of private

2001-10-23  Daniel Boelzle  <dbo@openoffice.org>  [4f22783f4248736e69515d03bf372391e173ee51]

        #93636# adding exisiting format to number formatter

2001-10-23  Stephan Bergmann  <sb@openoffice.org>  [a0a716f0aeb0f3a38e1e62dfa5f11df554ae9e18]

        #93163# Avoid duplicate HID names.

2001-10-23  Andreas Bregas  <ab@openoffice.org>  [9daa1748b88ef22dc5024d216198d47137d72937]

        #92172# Put BasicManager into LibraryContainer

2001-10-23  Sascha Ballach  <sab@openoffice.org>  [7d87b4ad259caba8df9d88dc630d3b899d7febf7]

        #92553#; cache the ScMarkData

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9609c3e5f4421916a4620e5a1b0594f11f1c7e3a]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  Malte Timmermann  <mt@openoffice.org>  [831ce4b1a53bea0b78e37c6645c6707415484103]

        #92076# D&D cleanups...

2001-10-23  Ocke Janssen  <oj@openoffice.org>  [f54826ddc27738aacf0855b9c534f80feb91138b]

        #93585# fixed the default for precision

2001-10-23  Ocke Janssen  <oj@openoffice.org>  [1175442442d2f4285b36e6d14bf57adfaac3911d]

        #93566# new method which return the available bytes before end

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [1b8a28ef91bb00a7c6a1cae20dcbea30192cf994]

        #65293# Solaris does not like the the using ::...::awt

2001-10-23  Ocke Janssen  <oj@openoffice.org>  [c7bdf73b326c09bd4744725843d78c5b3f7805f6]

        #93566# slot fixes

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd31c94cfe50691e43d3cbbb25e796d8cc25c92f]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  Martin Gallwey  <mtg@openoffice.org>  [7e519b72f146a6abdc06d37903a02316a1a09a4a]

        #92725# create UnoActionContexts if changing the table structure

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc111ca0f109267b49c2918d3c8a20b13076cefd]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  Martin Gallwey  <mtg@openoffice.org>  [2d5af3c3d807715c5c7829b046887f3f43e12f92]

        #93067# only push and pop the cursor if we have input fields to update

2001-10-23  Martin Gallwey  <mtg@openoffice.org>  [de0c0021dcb05ba2320bf905e5adecc776543757]

        #93067# lock the view so that it isn't reset asynchronously after an API cursor call

2001-10-23  Thorsten Behrens  <thb@openoffice.org>  [b58ed457a7086cd5044914289d21f968f2017a34]

        #93372# Update state after manually changing button

2001-10-23  Andreas Bregas  <ab@openoffice.org>  [947a6ec5ec5fc3174617e015e228dca62551c273]

        #92172# New methods Store/LoadBinaryData()

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [00fe2cafcabd2f7cc9166f0f3d1f303f1cab4a23]

        #65293# Solaris does not like the the using ::...::awt

2001-10-23  Sven Jacobi  <sj@openoffice.org>  [0466155933658c1fc6aa47333492b798c193cd63]

        #93531# link into document now also works for TextRange hyperlinks

2001-10-23  Sven Jacobi  <sj@openoffice.org>  [a0722ccb1eb5ff2f7d8fdd2dc923985b0590a2ef]

        #93531# link into document now also works for TextRange hyperlinks

2001-10-23  Kai Ahrens  <ka@openoffice.org>  [eb56570d3298f1ecf452a3329cda3d469d9aa362]

        #93635#: setting of transparent color is not neccessary anymore

2001-10-23  Michael Brauer  <mib@openoffice.org>  [3d27b94e0d83787a164fb8d5d1954625689ef643]

        #93444#: return namespace url from cache (corrupted alien attributes)

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [fc7b9af518717a6dfcc3faa99f3cdff823dcbff9]

        #65293# Solaris does not like the the using ::...::awt

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e7c787fa64a1ad1967e93675107d2ad63f9fe2c]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  gt  <gt@openoffice.org>  [24f62e31957e4b11a20e3d87bf7c0f06df91a489]

        #93304# select search text when getting focus

2001-10-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bfcbf9c58a3acf668a39e352dd3988ddbc547317]

        #65293# moved switches, defines and includepath to according variables to make it build again

2001-10-23  Andreas Martens  <ama@openoffice.org>  [26ed772faf21c3ce6a38d970f5f99b5d30ea700d]

        New: Selection in vertical layout

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6774e4ae34b46707c8578d2075ca0efed992d9dc]

        #92924#: exception specifications

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [b7221c47cf815edbad732eb3a97dfc0ea04272ed]

        del: segmentc.hxx

2001-10-23  Frank Schönheit  <fs@openoffice.org>  [433e25b4f06183696d8308055cb0c787f37ebf41]

        #65293# Solaris does not like the the using ::...::awt

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5988be7b5d735c4b2c8d2f596f980227e7af40e1]

        #92924#: exception specifications

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [e4eb500293e948139c4f37c1d19d1dfb7c9229aa]

        del: segmentc.hxx

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9a8f4222592886fbd76f4340f080c70b4a14beb]

        #92924#: -fno-rtti

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [58abf55b01cd8c0bc40f0ffcbdc767ed361fc53b]

        #92924#: -fno-rtti

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [7416709dcc04605d76c7cfbf930da4fe8a909a7b]

        del: segmentc.hxx

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [0eb32b8b8666201c7c43047a9e0f2d163c04a39a]

        del: segmentc.hxx

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [96478db6c8e2522349d4548f1af13ab680705531]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [2d131ca35ace9e2520fd29c3b21f3ed09831bf82]

        del: segmentc.hxx

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [e6b888407a3b1b71ac4333e01a8422289c641569]

        del: segmentc.hxx

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [e19eaaf3ff874a054b4770e70b0a38894035f666]

        del: segmentc.hxx

2001-10-23  Oliver Specht  <os@openoffice.org>  [f67fa6b05614741ee8f5647b3100dffa38a48b3c]

        #93626# Flag for View/Nonprinting characters added (NonprintingCharacter/MetaCharacters)

2001-10-23  Armin Weiss  <aw@openoffice.org>  [fa05a87b8d16c493f0a667aed3d9a85e4c60086b]

        #93382# init object different when vertical writing

2001-10-23  Peter Burow  <pb@openoffice.org>  [c6a90fe3de064edfaf8e9f46494ff6cc5525ebf3]

        fix: #93595# save only position of window state

2001-10-23  Thorsten Behrens  <thb@openoffice.org>  [3cdf12818cc8208d1027b2f5aee08c869dc111b2]

        #65293# Removed references to export functionality for SVX_LIGHT

2001-10-23  Björn Milcke  <bm@openoffice.org>  [1ffe0d5c974fdae9d46587f40a69d28810a72b42]

        #93509# series rearrangement: new attributes column-mapping / row-mapping for chart element

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [c5ec5414d246534566e08f181ab04c6a0c34e1fa]

        del: segmentc.hxx

2001-10-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bd1fcad8f5acd008a073556639213c45df5f300]

        #92924#: exception specifications

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [f1785ace2e321a0213e68c2cc9f0ad1dd5aff574]

        del: segmentc.hxx

2001-10-23  Ocke Janssen  <oj@openoffice.org>  [f5d2e3a1ce722b838892b089d6a7f4234ffd3f61]

        #92124# remove all dependencies

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [8002d4793110aa3cf7bc38def2ffe283d3063320]

        del: segmentc.hxx

2001-10-23  Joachim Lingner  <jl@openoffice.org>  [4de8825c3e2b548e69dc215bc6f8e97407ce96a4]

        #88337#

2001-10-23  Martin Hollmichel  <mh@openoffice.org>  [b439727e185a8ef6aa33fddc085598c1a79f4957]

        del: segmentc.hxx

2001-10-23  Ocke Janssen  <oj@openoffice.org>  [9808d46fd90a6b213c305db3661f60b5014c37b8]

        #93277# load extra dll first when connect is called

2001-10-23  Tom Verbeek  <tv@openoffice.org>  [5766d0ae72af11eb71a85b56a62d434ad3a59a14]

        #91978# Dispose of Dialog after execution

2001-10-23  Joachim Lingner  <jl@openoffice.org>  [555ebb6aaf96054590da8303d122721030a1801d]

        *** empty log message ***

2001-10-23  Tino Rachui  <tra@openoffice.org>  [c1434f8bd3c5184ac1eac0d788d63cf7fd2e516c]

        #92589#removed sort style (CBS_SORT) so that the entries into listboxes are inserted user defined

2001-10-23  Carsten Driesner  <cd@openoffice.org>  [0ee4be8ee553242d9e24642f9f22eec74fb16a53]

        #88782# Don't show deselected components in file new menu

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [2cd777c784b098d4bc30b7fb86824c7bbbefbccd]

        new version for SRC641

2001-10-22  Oliver Bolte  <obo@openoffice.org>  [0e2a8c551494301b6f5fc3afd411ad7ebfadf56d]

        new version for SRC641

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [bfbc2a453291a55e914c8ab418de469219b6da91]

        new version for SRC641

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [fca270ffb3f5dc709bea2026e2062878cf07f7eb]

        Merge SRC641: 22.10.01 - 22:51:37

2001-10-22  Vladimir Glazounov  <vg@openoffice.org>  [1f17ccaede756a3ff7707026a39b6dd9da29a3bc]

        Merge SRC641: 22.10.01 - 22:45:46

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [77ae945975aa441a227670a48171988b3746b489]

        Merge SRC641: 22.10.01 - 22:43:55

2001-10-22  Vladimir Glazounov  <vg@openoffice.org>  [b46b46adb800fe4402eeb32f733fbb8531f03fab]

        Merge SRC641: 22.10.01 - 22:43:11

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [54d8752ae50c845823dd9eb0e3d0097416651389]

        Merge SRC638: 22.10.01 - 22:26:20

2001-10-22  Oliver Bolte  <obo@openoffice.org>  [c4eb51afed994639dc41e4e0b98174be02e05e36]

        Merge SRC638: 22.10.01 - 22:24:47

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [0a119df6c8545fb55169a080d6461855e0556e4f]

        Merge SRC638: 22.10.01 - 22:23:41

2001-10-22  Rüdiger Timm  <rt@openoffice.org>  [68cf0c24c2b768c50ce4a3dc6566ac187020808e]

        Merge SRC638: 22.10.01 - 22:22:31

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [ccdc0c0ba869032c88b8cb5c5cd4bb3a511bf8aa]

        Merge SRC638: 22.10.01 - 22:22:55

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [d9ed8999beb3f3ef26fdfa3cf3033f19b57f5825]

        Merge SRC638: 22.10.01 - 22:21:01

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [5537a1beabb57a281dc3c11b5c7208e75c374c01]

        Merge SRC638: 22.10.01 - 22:20:55

2001-10-22  Vladimir Glazounov  <vg@openoffice.org>  [77dabde0284ac13bb33bc8cf308540e9e393aaae]

        Merge SRC638: 22.10.01 - 22:20:29

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [49b34aa4ac630fe11ef2e568cf9ac0ff6f416cb6]

        Merge SRC638: 22.10.01 - 22:19:18

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [607fb6c5f6da2097930c9a9b1c596e30ef4abf43]

        Merge SRC638: 22.10.01 - 22:19:17

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [c13bd1dcb044eec60a2050d373b195c30d587605]

        Merge SRC638: 22.10.01 - 22:17:26

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [ae1a5e8bba82fe3a52fbb93178c3d4e6f266e91e]

        Merge SRC638: 22.10.01 - 22:18:02

2001-10-22  Vladimir Glazounov  <vg@openoffice.org>  [6aefd5a5fb9ed05dc5df7a4429e68fb3c61f5fa2]

        Merge SRC638: 22.10.01 - 22:16:12

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [670d20c9a3b8aa5744aaced0d602cd8f112a6182]

        Merge SRC638: 22.10.01 - 22:12:12

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [eed23710402ba53d888218ac74b1f28d5317c5e6]

        Merge SRC638: 10/22/01 - 22:10:50

2001-10-22  Martin Hollmichel  <mh@openoffice.org>  [32490351811b9d5c3c2e03544cc7dc551e76cd55]

        del: segmentc.hxx

2001-10-22  Martin Hollmichel  <mh@openoffice.org>  [2dc75fa72ed5958fa7bcd6c3bceacf54d0466a2d]

        del: segmentc.hxx

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [fdc5959d49da02b588d8faf86aee07519ec4302b]

        new version for SRC641

2001-10-22  Armin Weiss  <aw@openoffice.org>  [f0812a3fcc2f1887e6dbc0f341076266b0feabd7]

        #93382# Initialize newly created vertical text objects in SW

2001-10-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b1994e736a3ec9401682dd1584c4bed171b92ad]

        #92924#: changes for gcc-3.0.1

2001-10-22  Frank Schönheit  <fs@openoffice.org>  [8d9d8bb57d88fb4b1bb6ca1a6eabb4486446d305]

        #92892# minor changes

2001-10-22  Michael Hönnig  <mi@openoffice.org>  [12d1979d7223111afab5bf6fa1cad90e66ea989b]

        files moved from dissolved project drafts

2001-10-22  Frank Schönheit  <fs@openoffice.org>  [f4c0431638e396c0d6f97387898dc0b71ca958dd]

        #92892# Clear: correctly clear are relevant members (especially m_nFieldPos)

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [664006b20483a84281348845dc1920a9ceff9d88]

        new version for SRC641

2001-10-22  Michael Hönnig  <mi@openoffice.org>  [dc9db9604d4f7f03135b17dcd23021faac643512]

        files moved from dissolved project drafts

2001-10-22  Oliver Bolte  <obo@openoffice.org>  [c2c87dec30bf0d869bfd67810459fb63ca225ed1]

        new version for SRC641

2001-10-22  Oliver Bolte  <obo@openoffice.org>  [d5ab2c1e5fb47ddcff143d396ccfca2e3d8a4f68]

        new version for SRC641

2001-10-22  Thomas Benisch  <tbe@openoffice.org>  [7de0d9b65e16c10ea8cfb9c731c9a6ee654704ed]

        #91911# interface com::sun::star::script::XLibraryContainer insufficient

2001-10-22  Frank Schönheit  <fs@openoffice.org>  [a29acdb1f50f83935847e3b46fd79c2a3bf15106]

        #i1948# corrected parameter handling: invalidate parameters after changing master/details field property / in reset_impl, fill the correct slave columns (using the real name of the parameter columns)

2001-10-22  Frank Schönheit  <fs@openoffice.org>  [890efb80b843060b38cdce5a88b1faee6fdea56f]

        #i1948# +invalidateParameters

2001-10-22  Frank Schönheit  <fs@openoffice.org>  [16c4e0c2a4a961b67bff72e1b54efb8181a5d236]

        #65293# 'L...' not working under SUN PRO 5

2001-10-22  Frank Schönheit  <fs@openoffice.org>  [3ea5fd000066a45796df41d68cc06d1a6671051f]

        #i1948# for parameter columns, use a correct realname

2001-10-22  Joachim Lingner  <jl@openoffice.org>  [63a8d33d18685864d41333ce1dfae2a334a6647b]

        #92189#

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [d9dc3a189e9a4bed637533be40e0dc5111ac5994]

        new version for SRC641

2001-10-22  Michael Brauer  <mib@openoffice.org>  [cf6da6b83c6c460f9ef1803b2a62a7cfde3cda2b]

        #85184# HTML4 entities

2001-10-22  Christian Lippka  <cl@openoffice.org>  [f3f13b7e9e44e86837da276f55ee8dee7d9b4718]

        #93572# initialize new itemset member in copy c'tor also

2001-10-22  Oliver Specht  <os@openoffice.org>  [d4a2de4f5229e1797d6ef0610938836816c9302a]

        #93472# switch off numbering using a void value

2001-10-22  Stephan Bergmann  <sb@openoffice.org>  [914b629c6cb3ab9350a008c48573ec16fe7d5069]

        #93494# Beware of throwing removeContentEventListener().

2001-10-22  Thorsten Behrens  <thb@openoffice.org>  [c3ad00841e55025434eca4bd6acf8532712336ba]

        #91146# Purging unnecessary masterpages after insert

2001-10-22  Kai Ahrens  <ka@openoffice.org>  [0b1d794716fbde2a08aeaa6ed9e2e88d8037810c]

        #93586#: removed __EXPORT compiler flag

2001-10-22  Martin Gallwey  <mtg@openoffice.org>  [62961029137e8df3b5dd5cd5c69bdcf3a874033f]

        #91604# also truncate when writing to non-removable media

2001-10-22  Kai Ahrens  <ka@openoffice.org>  [60b90a3701c4d6d1f8e1e6e49d1a75d9bb918127]

        #93567#: use persist name of OLE objects as object name if no object name is set

2001-10-22  Frank Meies  <fme@openoffice.org>  [a57cfaad3ab8d4feec6d9a547036942e3e89d338]

        New: Vertical formatting of empty paragraph

2001-10-22  Armin Weiss  <aw@openoffice.org>  [73ff16c567c4cd98f1eb4e26f37d0a30f3c7954f]

        #86258# force shadow off for TakeContour() for outliner contour mode

2001-10-22  Frank Meies  <fme@openoffice.org>  [b207cb7ffb024440fed446c40f6ef94e6352d852]

        Fix #93544#: Script detection for weak characters

2001-10-22  Michael Brauer  <mib@openoffice.org>  [648dc88ed4ca32319f0364933f0e230a1b8a1153]

        #90908#: Added doc type

2001-10-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0010509c352d3ffcfbbdc7237d9db829f9e495e5]

        #89835# workaround for LD_LIBRARY_PATH prob on linux intel

2001-10-22  Peter Burow  <pb@openoffice.org>  [44498e71baeb40641b3d156195b1705016953274]

        fix: #93213# detect anchor for helpid

2001-10-22  Andreas Bille  <abi@openoffice.org>  [3a37d655aff91ecf9de6023aac1d129314bbf1f0]

        #92429# Now supporting the required interface

2001-10-22  Daniel Boelzle  <dbo@openoffice.org>  [d2651717935117a3a13061084d00fba4b0817cb7]

        #92951#

2001-10-22  gt  <gt@openoffice.org>  [446c050507829c5c72d87390bf78f9fc5172de50]

        #88961# SvxCharNamePage::UpdatePreview_Impl(): SetFontWidthScale() not necessary and even counter-productive

2001-10-22  Martin Hollmichel  <mh@openoffice.org>  [fde66e6042cf987c191aad02c9676eb0cc30c131]

        del: segmentc.hxx

2001-10-22  Ocke Janssen  <oj@openoffice.org>  [723263795bd1314e96d175e61f88c245b7d7c2db]

        #93555# default name corrected

2001-10-22  Ocke Janssen  <oj@openoffice.org>  [5d7ae175e3e3f074823edbdcb9888db842ddc226]

        #93555# catalog fixed

2001-10-22  Andreas Martens  <ama@openoffice.org>  [feff05f6ec4d3bf00ac9c6852da9ed511ad17fdf]

        Fix: Vertical layout header, footer and columns

2001-10-22  Andreas Bille  <abi@openoffice.org>  [1604dd6a9581ab8e61a272365094eb993ac4af4c]

        #91870# Now looking for files ending on .tree, so only installed modules are shown.

2001-10-22  Philipp Lohmann  <pl@openoffice.org>  [228d6eec54129070a7d6a877390528449c9b421d]

        #93279# fix const

2001-10-22  Martin Hollmichel  <mh@openoffice.org>  [29837d8cbaa72d1f9e2e99eaa759d881e2c0a179]

        add: don't compile is not SOLAR_JAVA

2001-10-22  Björn Milcke  <bm@openoffice.org>  [6b07a38d2c031ea9819260a509fd1f3bf3b15979]

        #93411# set default size of data to 2x2 for scatter charts for 'data in rows'

2001-10-22  Sascha Ballach  <sab@openoffice.org>  [25d94d17a428faf202cd37e39d21a7febda885e9]

        #93569#; try whether the new number format exists before creating a new one

2001-10-22  Andreas Schlüns  <as@openoffice.org>  [bdc16b2d0481bf9bd985957612d51dc27fd1cdad]

        #93266# don't remove factory frmo filter name!

2001-10-22  Andreas Schlüns  <as@openoffice.org>  [791496e7e20ef26068956eb99a156d3ede60e909]

        #93266# don't add factory to filter name!

2001-10-22  Ocke Janssen  <oj@openoffice.org>  [043ee8a863350f2913ffc6ecff11d1bfe4f34e4b]

        #93564# supportsAlterColumn corrected

2001-10-22  Ocke Janssen  <oj@openoffice.org>  [7c2496e729213313f2edd20f94d5bf6ad1a9eafd]

        #93513# activatecell when changing focus

2001-10-22  Frank Schönheit  <fs@openoffice.org>  [276a516dc03e42c9898a8a9f4331ac1204b7c777]

        #93353# don't execute the address book auto pilot in some situations

2001-10-22  Michael Brauer  <mib@openoffice.org>  [657c7cf5531e80709c7c9db33232f47c9baeda5f]

        #93472#: Setting void instead off an empty XIndexReplace for switching num rules off

2001-10-22  Martin Hollmichel  <mh@openoffice.org>  [42c08df9d2185e47c8cc72cd71d9ebbc57f13186]

        add: fcvt for FREEBSD forward

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [f5b852a76434bb6669f9aac0364d0d03db08b0a1]

        #93549# no optimizing of unoprtenum.cxx (from OS)

2001-10-22  Andreas Martens  <ama@openoffice.org>  [81ed757e4af311ef15ebe87ddd8d42335b04a539]

        Fix #91397#: Fly in fly causes loop

2001-10-22  Daniel Boelzle  <dbo@openoffice.org>  [29953b0cc657d594769c6edfbca500108953a368]

        #91616# introduced PushButtonType

2001-10-22  Jörg Barfurth  <jb@openoffice.org>  [a75657d0a712de14da7a53dba0d091766ea601c7]

        #90321# Incorrect change detection in sets

2001-10-22  Ocke Janssen  <oj@openoffice.org>  [b2dbd2375f63678b280aef2e15432b3e54825ee1]

        #93513# getFocus when adding a table

2001-10-22  Frank Schönheit  <fs@openoffice.org>  [7ec625d84edde0dcdbbfc69aae1ce2eea8887cc9]

        initial checkin - base class for a window which contains controls which's design mode should be XLoadable dependent

2001-10-22  Frank Schönheit  <fs@openoffice.org>  [0c765766d6b863fd441288a562dc21fe1e01c800]

        initial checkin - UNO-to-nonUNO bridge for (load)listeners

2001-10-22  Frank Schönheit  <fs@openoffice.org>  [24af368cd68988fa2a1d76d3e0624d4cd4f287ec]

        #92852# changes to have the controls in alive mode only when loaded / some optimizations

2001-10-22  Carsten Driesner  <cd@openoffice.org>  [2465acc3eaa41adb570f3bbaa0c71be989eb9837]

        #92775# Set window background to white and force repaint - WB_CLIPCHILDREN reset during progress

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [919a92a15d2c7997e3e8a55e074bed64b22661a1]

        Merge SRC641: 22.10.01 - 08:19:24

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [f3bee3d50ae5e5b9763bd7df64cd7d6256d5ba61]

        Merge SRC641: 22.10.01 - 08:12:56

2001-10-22  Vladimir Glazounov  <vg@openoffice.org>  [d85806d699e6a7044a1a36c3a55bc77395e04c3d]

        Merge SRC641: 22.10.01 - 08:05:55

2001-10-22  Vladimir Glazounov  <vg@openoffice.org>  [aa1f35ef7608fc95ac9bf51c1eeab454cca21d25]

        Merge SRC641: 22.10.01 - 08:04:02

2001-10-22  Vladimir Glazounov  <vg@openoffice.org>  [537217e26988b2f851cd6f9115a933e78b916f57]

        Merge SRC641: 22.10.01 - 08:02:03

2001-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7e43483bf82cd345d1db5de37b0fdb15658222ac]

        Merge SRC641: 22.10.01 - 08:00:07

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [a01f1042ff5388af98e7cfee2a285464a73ad345]

        Merge SRC641: 22.10.01 - 07:55:13

2001-10-22  Vladimir Glazounov  <vg@openoffice.org>  [d50205c538d7d34a36c8d14767a6aa83738950ea]

        Merge SRC641: 22.10.01 - 07:53:00

2001-10-22  Rüdiger Timm  <rt@openoffice.org>  [0fbb97657f74b4428dbce2666a194c24f8c6fe69]

        Merge SRC641: 22.10.01 - 07:51:34

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [acbc57c24b910797187da60b39c821467f2dcb2d]

        Merge SRC641: 22.10.01 - 07:51:18

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [a9a16287ab90c6c77d3cfb83e0399f3647da43c6]

        Merge SRC641: 22.10.01 - 07:47:48

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [c76b93635578aaff01bf4a002d7bc79ee4e102a3]

        Merge SRC641: 22.10.01 - 07:45:32

2001-10-22  Vladimir Glazounov  <vg@openoffice.org>  [2ac1751321662ca4c64d3f72415bda1dca80422f]

        Merge SRC641: 22.10.01 - 07:45:18

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [7397b524d4fca77cb37b4e6d4fcd608b759d3973]

        Merge SRC641: 10/22/01 - 07:43:11

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [d44ffcf0e9c2ca6abf10dcf800df049e5f7c50b0]

        Merge SRC641: 22.10.01 - 07:37:53

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [851012375e8fbbfcb3b42fe816d3172fbd5f4dc1]

        Merge SRC641: 10/22/01 - 07:37:02

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [8ce56afe177260b92fa08830b9fc50878ff6c65e]

        Merge SRC641: 10/22/01 - 07:35:07

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [d37dbf41d029e3f3dd250761f2d5046df21dc7c3]

        Merge SRC641: 22.10.01 - 07:34:02

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [6b12e6885635cb6345e454282ae31674f3a2aae4]

        Merge SRC641: 22.10.01 - 06:52:15

2001-10-22  Kurt Zenker  <kz@openoffice.org>  [ab20483719ce780a1984074b6debf5c0d9bb4e9b]

        Merge SRC641: 10/22/01 - 06:44:06

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [4f06a56044d8d0e3f10f6ffb1ecdf46107442339]

        Merge SRC641: 20.10.01 - 01:23:14

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [30685da717a3bc68d86fefe44936d4fa2e7181b7]

        Merge SRC641: 20.10.01 - 01:01:04

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [ccd70570753de68c684224478667fb0ea56b9bd5]

        Merge SRC641: 20.10.01 - 00:46:34

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [1eb6fe09e2aa7c28bf4803355d133e4b256f67fb]

        Merge SRC641: 20.10.01 - 00:06:18

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [72934e0691d644591126bd335540ae78a718b807]

        Merge SRC641: 10/19/01 - 23:52:09

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [6e5d2f6c948f449ba87622371ca930bc8e60c823]

        Merge SRC641: 10/19/01 - 23:48:41

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [d7743e1a6c3390163687a2abaeb1023e61a425e9]

        Merge SRC641: 10/19/01 - 23:46:27

2001-10-19  Rüdiger Timm  <rt@openoffice.org>  [47336709c711ce7eaf9ea07d73f7dd564a25ecfb]

        Merge SRC641: 19.10.01 - 23:30:16

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [3f9917c71c4f20963a5c89b8ad32d54db95fa4d8]

        Merge SRC641: 10/19/01 - 23:29:06

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [4811d927a7b41f2ba0c780de2aa566df6c40564c]

        Merge SRC641: 19.10.01 - 23:27:36

2001-10-19  Vladimir Glazounov  <vg@openoffice.org>  [fb83a6fa8d587ec7e0642d86dc81069a4c249eb2]

        Merge SRC641: 19.10.01 - 23:27:14

2001-10-19  Rüdiger Timm  <rt@openoffice.org>  [e1721045f6be819bfe4357f467b2d19390719c35]

        Merge SRC641: 19.10.01 - 23:25:12

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [4cc032c91c771ccc92e804d4fe6d097ed145b331]

        Merge SRC641: 19.10.01 - 23:25:45

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [24397d3edab007afd97db6a4c07bae08a7ccb0f9]

        Merge SRC641: 19.10.01 - 23:26:26

2001-10-19  Vladimir Glazounov  <vg@openoffice.org>  [c862715726fded9bc03d13c7473d7d8ed7d1a639]

        Merge SRC641: 19.10.01 - 23:25:26

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [6d1de3d780a5428414e5efb8a13dced4eb72b6e2]

        Merge SRC641: 19.10.01 - 23:21:59

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [6f8734fa480d8e41e6190fced750029671d68650]

        Merge SRC641: 19.10.01 - 23:22:36

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [d0221e28b7608de50a26a6952a7544208ce90b3c]

        Merge SRC641: 19.10.01 - 23:20:25

2001-10-19  Vladimir Glazounov  <vg@openoffice.org>  [195e2506d89732b1020f234a9a266517fbd59b08]

        Merge SRC641: 19.10.01 - 23:19:42

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [35f60ac663bc0a11b860c6b822abcdd88ea849d2]

        Merge SRC641: 19.10.01 - 23:19:15

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [68d779098eead77870b28969c70c824e0cfea055]

        Merge SRC641: 19.10.01 - 23:16:33

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [1a842a39c048f0ad0c93165e4cd1eb75d1e557d6]

        Merge SRC641: 19.10.01 - 23:12:01

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [d9302dff65a859cf5dd4900dc0efc35dd3077fdf]

        Merge SRC641: 19.10.01 - 23:12:16

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [4401fdf637527b521ceee67da3abeeae8f1fd43a]

        Merge SRC641: 19.10.01 - 23:10:26

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [cd3c3ed6e9f3cadcaaa4a7bafe406219bdb06ec0]

        Merge SRC641: 19.10.01 - 23:10:44

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [ec846c5cbe8e54f3007e68070ec5e4c3310d2cb2]

        Merge SRC641: 19.10.01 - 23:08:26

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [5f115d9f7a064c0a1f631b89a1e0fd96203f2bc8]

        Merge SRC641: 19.10.01 - 23:06:33

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [392114742eaf57ac4adcf5451ed7ddfaef0b073e]

        Merge SRC641: 19.10.01 - 23:00:01

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [00fae90bd67546b1246f0c84444a69276efad25d]

        Merge SRC641: 10/19/01 - 22:56:18

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [ed432bdb4afe3c14d04d6eb994df7ec87e07b1a2]

        Merge SRC641: 19.10.01 - 22:55:02

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [a2e792aa5d2051a17d27ebaae4e2b39e876b3316]

        Merge SRC641: 19.10.01 - 22:53:44

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [9017899a5948b4cf3468ddce6278bf33e37dbbd4]

        Merge SRC641: 10/19/01 - 22:54:44

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [0d48235b5f64754db75449295f6c22f26f499814]

        Merge SRC641: 10/19/01 - 22:50:48

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [be64f4eb8cc38d3268e273782abfac468fffccf3]

        Merge SRC641: 19.10.01 - 22:46:57

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [829e9215eaad3a8a568bb296f4a20ba7764a375d]

        Merge SRC641: 10/19/01 - 22:44:20

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [c2be67d14af8fc1e3ea8ce32c8a976a2e8c3818b]

        Merge SRC641: 19.10.01 - 22:39:51

2001-10-19  Daniel Vogelheim  <dvo@openoffice.org>  [58b9a2073509c05ad2f9243589a4a9bf4fe31c76]

        #93467# use new headers from XMLOFF

2001-10-19  Daniel Vogelheim  <dvo@openoffice.org>  [4895a4b9d9e66892a1ef249a7df3226fa9c5341b]

        #93467# eliminated (most) direct calls on XDocumentHandler

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [280b446f71bd23ae43d31a78eef7d71df8b8edd6]

        new version for SRC641

2001-10-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f166772f6f7945135fcae7d84ebc5ce92cae08f]

        #89835# move build directory to output tree

2001-10-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [559fe67934d3db85b41843d94425fb4e70f975a7]

        #89835# more robust regarding unpack location

2001-10-19  Sven Jacobi  <sj@openoffice.org>  [9619787020c6e0398a65ed02c9236fb730473dea]

        #93526# check is object is in range before deleting it, added assertions for some not implemented meta actions

2001-10-19  Niklas Nebel  <nn@openoffice.org>  [3a71fe4547f06e668630627017d022563069fed7]

        #87976# support setting for asian punctuation kerning

2001-10-19  Christian Lippka  <cl@openoffice.org>  [462e8ea01910ba24d4a133f5252f27d1b7989d71]

        #93467# added pretty printing option to property set

2001-10-19  jp  <jp@openoffice.org>  [5427bdfcca3b33053108f66af247f5fe147c313a]

        Bug #88180#: use new SWUnoHelper functions

2001-10-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f6361117e07207066a7611c08d1abd5cfa0d7cea]

        #93521# add wall=true

2001-10-19  Martin Hollmichel  <mh@openoffice.org>  [80a3138232a0c4a243072d21e6e8ce8903ac10a1]

        #i1884#

2001-10-19  Hennes Rohling  <hro@openoffice.org>  [98759b499552331d61225e232a0943c1b86f09a6]

        #92637# Use generic clipboard service to emulate primary selection on Windows platforms

2001-10-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f421f3547b15e4b01606a7caeddaaf3eb5601030]

        #65293# get latest into cvs

2001-10-19  Daniel Boelzle  <dbo@openoffice.org>  [6837ebd01d12987cb9b6f49cf062821102ccfc26]

        #92951#

2001-10-19  Michael Brauer  <mib@openoffice.org>  [392b3a636c7cf93b3f0af879d2838247125b0251]

        #93467#: PrettyPrinting option

2001-10-19  Hennes Rohling  <hro@openoffice.org>  [2825cb338259039e98d398f1add73a0251f7354b]

        #90353# Replaced malloc() and free() occurances

2001-10-19  Daniel Boelzle  <dbo@openoffice.org>  [10a6a47bb44f970f9a4d8bb2ffe9f4e9653f3349]

        #92951# throw RuntimeException

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [0d2ee20f34b139649cb404723f1cd92beb9a66bc]

        new version for SRC641

2001-10-19  Ocke Janssen  <oj@openoffice.org>  [3a1e98e7868a4cfe88ce0773675b95b3022c4cb3]

        #93489# impl new property for columnsettings

2001-10-19  gt  <gt@openoffice.org>  [f5f32f829ee864adeab89a9befdd3949fd64ef45]

        #87691# folder name translation and doc title as file name

2001-10-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c1e21dc0cd75f3d33e04ca1d80afa9321a1b67d]

        #89835# more robust regarding unpack location

2001-10-19  Daniel Boelzle  <dbo@openoffice.org>  [0bac8bb3a955c9fac8f79aa6a4eace1f828dc243]

        #92951# new gcc3_uno bridge

2001-10-19  Daniel Boelzle  <dbo@openoffice.org>  [0fb30e0bd1e5e991608d39ec26cad9611790b8fd]

        #92951# deliver gcc3_uno

2001-10-19  jp  <jp@openoffice.org>  [996476e2e3d368de388d7c7f3b0e82d0b8d06cfa]

        Bug #88180#: swtextblockswxmltextblock need no rewind code, new module

2001-10-19  Daniel Boelzle  <dbo@openoffice.org>  [d546db13c9fb418af64d65cb5aab4226de0562a5]

        #92951# added another cppu_isSimpleType()

2001-10-19  jp  <jp@openoffice.org>  [87384316d555231fce1478f0794e08538fb1c97c]

        Bug #88180#: change interface use string insted of OUString

2001-10-19  jp  <jp@openoffice.org>  [a01f3ec964fdc8a060d1edff81a4dfc0c39bd4af]

        Bug #88180#: add missing headerfile

2001-10-19  Jörg Budischewski  <jbu@openoffice.org>  [f070d6f4e8764cee92d213f4e2a31dd969a81b08]

        #93265# UnoApp now terminates in case there are no external connections and the acceptor has died

2001-10-19  Thomas Benisch  <tbe@openoffice.org>  [9d05dde4141c47e2274131bf89729a57aa155de2]

        #91616# Call of the Help from an autopilot's help button does not work

2001-10-19  Daniel Boelzle  <dbo@openoffice.org>  [da49fa8f5108dbb80c9a7036519e7e3649c544b9]

        #92951# added CPPU_GCC3( super_type ) for structs

2001-10-19  Daniel Boelzle  <dbo@openoffice.org>  [9fd8a6b25497460d6a7424e1c9764ddb8f32c619]

        #92951# alignment tests

2001-10-19  Philipp Lohmann  <pl@openoffice.org>  [dce53177bf9eb1150c947b800ea6662948841e9b]

        #93279# make session management functional again

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [14eced4332d05a8bab66a627a42de384d3479eca]

        new version for SRC641

2001-10-19  Daniel Boelzle  <dbo@openoffice.org>  [f8d74955b99b7878a92239057e86cab0a8c42780]

        #92951# gcc3 tests, macros

2001-10-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [07f4347a65e6af674c9cb0c8478ea65aa561a66d]

        #93521# add wall=true

2001-10-19  Thomas Benisch  <tbe@openoffice.org>  [1a2328a642216b4b64cc308a9f6c2d1d7ab74e2c]

        #92755# Assign Standard Values for Basic Controls in Designmode

2001-10-19  Eike Rathke  <er@openoffice.org>  [26c096a024714f6b8817fcb2f2433cb0fcbd139a]

        #90890# FallBackToGregorianCalendar if EraID of other calendar is undefined 'Dummy'

2001-10-19  Sven Jacobi  <sj@openoffice.org>  [c7718dd6af3c3aebf11887b6eedb7c993e459d42]

        #93517# do not crash if font index is not valid

2001-10-19  Ocke Janssen  <oj@openoffice.org>  [ba35b91681f96d3543f350332687c7114cf24657]

        #93489# impl new property for columnsettings

2001-10-19  Ocke Janssen  <oj@openoffice.org>  [63d76fa222fef7a13451b814a3170683cbc4128d]

        #93489# impl new property for columnsettings

2001-10-19  Michael Brauer  <mib@openoffice.org>  [d1ec6ce8861ddf8aa57d6d4c01e1d427a4bd7856]

        #93457#: Don't overwite font information from HTML template with defaults

2001-10-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9ed82ec19238781babdb31d2998096465d865a1e]

        #89835# more robust regarding unpack location

2001-10-19  Armin Weiss  <aw@openoffice.org>  [134b9150890b3a3d397d40c869a830588a8b32ad]

        #93180# count group objects, too.

2001-10-19  Vladimir Glazounov  <vg@openoffice.org>  [b7bc300e11304999d4bc369c06e3964d8421e35b]

        new version for SRC641

2001-10-19  Kai Ahrens  <ka@openoffice.org>  [ffc4eb1e0db69b05fb2152744929e8fa315067a2]

        #93507#: use NULL as ModalDialog parent

2001-10-19  Niklas Nebel  <nn@openoffice.org>  [9c7ec4164043f5ffc39aabbad6d2247b17c7d6cf]

        #76689# skip filtered rows in clipboard as text

2001-10-19  Frank Schönheit  <fs@openoffice.org>  [a92a144ce57c73d3959ba53cde7a267af4921621]

        #93456# GetWindowState( POS ) only, to be equivalent before the (slightly incorrect) view-options MUST change

2001-10-19  Sascha Ballach  <sab@openoffice.org>  [29b1b7e5deae2b75e5fc29374dfa89360960ab30]

        #93467#; set the flag for pretty printing

2001-10-19  Sascha Ballach  <sab@openoffice.org>  [c0c15b4bd82106e363945bf9242947c2f2254c41]

        #93467#; use the flag for pretty printing

2001-10-19  Caolán McNamara  <cmc@openoffice.org>  [33b72795a15364c9744821532c3adcf71049b2df]

        #93508# Mistake to remove whitespace around operator text when creating text from .mml

2001-10-19  Caolán McNamara  <cmc@openoffice.org>  [ae1497452393ce03127e03fd1ca875131e1ad64f]

        #93508# Mistake to remove whitespace around operator text when creating text from .mml

2001-10-19  Ocke Janssen  <oj@openoffice.org>  [9f577c9e984a4680d7ec4f48356ccf499823184d]

        #93363# do not ask for nextException

2001-10-19  Frank Schönheit  <fs@openoffice.org>  [1aed6eb7d11c6994177ae06dee5f667c0b44cc8c]

        #93480# +HID_DID_SAVE_PACKED_XML

2001-10-19  Andreas Martens  <ama@openoffice.org>  [6dce3c13e3a3b55dde4fe6e770de71ea3a03c419]

        Chg: Vertical layout grow/shrink

2001-10-19  Frank Schönheit  <fs@openoffice.org>  [48d941c4b3cf8076e197e9b31b9ba7b0da17bc40]

        #93467# new option for pretty printing when storing XML documents

2001-10-19  Andreas Martens  <ama@openoffice.org>  [636f3140734b1ae0a7a68ad1ec671123ac7dc8d2]

        Chg: Vertical layout grow/shrink

2001-10-19  Frank Schönheit  <fs@openoffice.org>  [bb473cf69a7dbf61ec9dc3fe0d214dd0fc2fa1fe]

        #93467# +Set/IsPrettyPrinting

2001-10-19  Nils Fuhrmann  <nf@openoffice.org>  [76457a69457ee192f7ce2eb917b0de72a70ba04c]

        Fix: #92807#

2001-10-19  Frank Schönheit  <fs@openoffice.org>  [ffc7b5552e9ea5ab3052c60122bf222e1488ea4d]

        #93467# +SID_ATTR_PRETTYPRINTING

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [d5a2b8c60900a938a9046316483341d6eedb4740]

        new version for SRC641

2001-10-19  Christian Lippka  <cl@openoffice.org>  [d0ba39308966da17dbe4f7819f390984b84d97c4]

        #92576# fixed SVXLIGHT build

2001-10-19  jp  <jp@openoffice.org>  [00226c8a3cdbf1faa960e70a69181de65f304394]

        Task #88180#: rewind needed code from SwXMLTextBlocks

2001-10-19  jp  <jp@openoffice.org>  [01fd48e637a52127b07548e2b1aa96e4cfc8e36e]

        Task #88180#: move rewind needed code into new module

2001-10-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6e0d0fdb89fce772f821c360970d7f3577045a4]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-19  Kurt Zenker  <kz@openoffice.org>  [5cbad5af7e2da88972f27fd594246ae11a561d24]

        new version for SRC641

2001-10-19  Peter Burow  <pb@openoffice.org>  [49abfc3c43278092ba4e6404de5cb98cbaa2a9c0]

        fix: #93189# replace not installed module name

2001-10-19  Tino Rachui  <tra@openoffice.org>  [56ddb3b91703cb4cf92935e6a50cce47f92ca4d1]

        #93464#replaced wrongly used calloc with rtl_allocateZeroMemory

2001-10-19  Sascha Ballach  <sab@openoffice.org>  [c7b15703bf1b6d293d649453610eb6d630da68b3]

        #92390#; write namespaces of alien attributes of the edit engine and draw objects

2001-10-19  Vladimir Glazounov  <vg@openoffice.org>  [40fe7c06e88ed23d9fc5a8e7ea30c5cee723bdc4]

        #65293# exception specification

2001-10-19  Caolán McNamara  <cmc@openoffice.org>  [74801ad596a6df2141ef5826a4128b716d0c04f4]

        #93451# some field handling forcing accidental skip of para end insertion

2001-10-19  Frank Meies  <fme@openoffice.org>  [97d56f8c29cfec773cc704bf515e853e945c3781]

        Fix #92507#: Script and attribute changes inside drop caps

2001-10-19  jp  <jp@openoffice.org>  [bf0713486d33ac05041b9cb04e07a453c403b077]

        Task #88180#: swblocks.cxx don't need rewind code

2001-10-19  jp  <jp@openoffice.org>  [fb39946af45fbc262eecc5e6cfd69058db261f05]

        Task #88180#: use new SWUnoHelper methods

2001-10-19  Andreas Schlüns  <as@openoffice.org>  [b08043ab9dec3bd7ddbce9dbdbf1f5cf0bb61db6]

        #92162#, #93355# new compact view format; write-trough-cache

2001-10-19  Dieter Loeschky  <dl@openoffice.org>  [2d4bc895d5cc794fa0b912a957eb608919d92698]

        #93309# TakeTextRect(): enable update mode

2001-10-19  Ocke Janssen  <oj@openoffice.org>  [34694fc7f34f4ed19f02428bd65c218b299c2eee]

        93359# correct index deletion

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [45e626ceab19f3fd803bcaed0b0c1621169a218a]

        Merge SRC641: 18.10.01 - 22:51:22

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [40f698e426ad387fd1ffeb5f2c671e1d6e9e17ee]

        Merge SRC641: 18.10.01 - 22:50:54

2001-10-18  Vladimir Glazounov  <vg@openoffice.org>  [e20a4a9c6b06c87c4f6c4d727628a7913f54a03e]

        Merge SRC641: 18.10.01 - 22:45:04

2001-10-18  Niklas Nebel  <nn@openoffice.org>  [5c5291428783243a8f546754c371caba4a45497e]

        #76689# skip filtered rows at copy&paste

2001-10-18  Rüdiger Timm  <rt@openoffice.org>  [a528e126216f6adccc7862c3fd6c916e12a6a9ca]

        new version for SRC641

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d619583b3921ed75c41e423a8d42fd01f70faae]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [0c716949067b474214a466bc33939da099b49310]

        new version for SRC641

2001-10-18  Vladimir Glazounov  <vg@openoffice.org>  [3d01a08032d7fb0f9fc95b169de0a81bba9a45c2]

        new version for SRC641

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [205d6f4d269a248951cb0383b34ee6b58cfbc61f]

        new version for SRC641

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [26ab4452f280980786e3751adf79d1bac46e8e0b]

        new version for SRC641

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aeaa37b78f87afa609962df5d910c57072566e9]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-18  jp  <jp@openoffice.org>  [65e7758afb4eb0a227fcc536f7c2c556e8c0a6c0]

        Bug #93409#: ask if format exist, #93394#: PrivateDrag - start and end word make no sence

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e9d90a0b6995b1a3a267716984792930eba7cb5]

        #92924#: exception specifications

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [13ecfc0cd4455c6f6918e0482bdfee67de508cb9]

        new version for SRC641

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba1db22be249e67077e90f4e3abf2426074baf05]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [0161f91351d2cf7bc2b074ea5eea461bbef477de]

        #92924#: typo

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b72c92a1819960d0bb818c4cf61425692522a95]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c38bc36ad5a13aef583194813a8593ee5452d8d]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [45196608d8c4b33ff7b648df2e0a92377d6e0ffd]

        #92924#: clean up

2001-10-18  Kai Ahrens  <ka@openoffice.org>  [d9c2f7865334fb0f31a13c8368a4fa1acb9f41e1]

        #92249#: D&D of colors on objects is now possible

2001-10-18  Bertram Nolte  <bnolte@openoffice.org>  [43431583eb8ecf1379e8b04ddfaa25031914278d]

        Added run command for the makefile.

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dbbf481e98ac560b0f424b8d1f5421205a37255]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [811f945d00c38fb95621f980a2e8facd61201ceb]

        #92924#: constness

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4eb7f3f8e3a2703656e7faa140cea36005fdac8]

        #92924#: exception specifications

2001-10-18  Martin Gallwey  <mtg@openoffice.org>  [e6e169c79d9bdabf527130fc011e452280a124dc]

        #92991# use new default paramater to select only current row

2001-10-18  Martin Gallwey  <mtg@openoffice.org>  [d5ebab288179dbac244ac561f58414336448c374]

        #92991# allow us to select one row only

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [581c30f1ce8d97b570df0d1eef84a25d3e78688a]

        new version for SRC641

2001-10-18  jp  <jp@openoffice.org>  [b3ef9294b5af4846349904312b1901dd7751df3d]

        Bug #79802#/#93420#: new method to know if cells can be unprotect

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d91e91ca4fc77293948f4c0429e4aab7e9ef37d]

        #92924#: constness

2001-10-18  jp  <jp@openoffice.org>  [3d2ef649c7afdec6778bd1b6448d7dff7a722592]

        Task #88180#: two new private methods for SwGlossary, which need rewind code

2001-10-18  Daniel Rentz  <dr@openoffice.org>  [798f27fded481ec9c66dc8cbedf66d1f285ab913]

        #93173# Import of cell styles

2001-10-18  Nils Fuhrmann  <nf@openoffice.org>  [c53a62e260a501b6089713e72f4e4d0d4e0b5e1f]

        Hack: Ignore project which are not relevant for SO or OOo

2001-10-18  Thorsten Behrens  <thb@openoffice.org>  [69fc021617ea9db2053dbe6615f7430fda1960fe]

        #93240# Don't give two dnd actions

2001-10-18  Caolán McNamara  <cmc@openoffice.org>  [a20198ef4d2674587d700dc6eacaef76ae4e710b]

        #i1869# ms hint id as to whether shared chars are western or asian shouldn't be used by default

2001-10-18  Thorsten Behrens  <thb@openoffice.org>  [d05e3ff027713e8e2485eeadd9637062b113aa7d]

        #93240# Exchanged order of func calls

2001-10-18  Juergen Schmidt  <jsc@openoffice.org>  [da8dc28505ba354c59328cbac6c4b19474a5e6f6]

        change command line help

2001-10-18  Martin Gallwey  <mtg@openoffice.org>  [1d2f33ae1c26a62313c322d5851082b9b3a6212e]

        #93428# an EncryptionKey is a Sequence <sal_Int8>, not a string

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [04024123ea94dc9ec9d969113e1e8c247c00c770]

        #65293# chg. classification to unichars (from SB)

2001-10-18  Kai Ahrens  <ka@openoffice.org>  [1ab073a55dd9589b8b32ea76ddda1ea96d271adb]

        #93177#: don't update selection clipboard in ::Activate(...)

2001-10-18  Kai Ahrens  <ka@openoffice.org>  [b990989b04191f0ae8fa1f8df7f92c29f969b9c9]

        #93170#: use XML storages

2001-10-18  Carsten Driesner  <cd@openoffice.org>  [ee8ec5337debb1000d7e645b089f06b6d212aaad]

        #92776# vcl statusbar used to reduce flicker

2001-10-18  Sascha Ballach  <sab@openoffice.org>  [3ef7625cda380fccc5c94fa817db67e4bd73673d]

        #93435#; better use of progressbar

2001-10-18  Sven Jacobi  <sj@openoffice.org>  [35e528ade6f51d59eac0572b4d1cec69a1c04bfd]

        #i964# now using correct textsize if you break metafiles

2001-10-18  Ocke Janssen  <oj@openoffice.org>  [027aad721fa74667dc52a00a53c9220374f671b3]

        #93302# correct getTypes

2001-10-18  Ocke Janssen  <oj@openoffice.org>  [630b707f5229efa7d6278deab6d860697bc61e86]

        #93302# correct getTypes

2001-10-18  Kai Ahrens  <ka@openoffice.org>  [f1b234da8ac0989bcd3ddfbfda02e706830268aa]

        #88566#: rework for JAVA datatransfer

2001-10-18  Martin Hollmichel  <mh@openoffice.org>  [f1381d4c7283a89fe241eebd59476cdd53f0b186]

        add: include

2001-10-18  Ocke Janssen  <oj@openoffice.org>  [9aea1b5034c903687a32aa6bdb9d830de69bc4e5]

        #93307# check sql name

2001-10-18  Martin Hollmichel  <mh@openoffice.org>  [673b37d8dd95710451e469e3d830729b4e2764cc]

        del: segmentc.h

2001-10-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ada6f0b1c416404874251f396b76ec57317e17d5]

        #93334# handling of INCPRE

2001-10-18  Jörg Budischewski  <jbu@openoffice.org>  [6f0a40f63293f6faee9bc8328c8b4a23c7d2e864]

        #93413# fixed rtl_allocateMemore/free combination

2001-10-18  Jörg Budischewski  <jbu@openoffice.org>  [78aa083f9c8a2457df7572b5d6e4a94b3697aae4]

        #93413# environment key now unique

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c4d88b312206314d05145a07bb98c33706622ba]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-18  jp  <jp@openoffice.org>  [1ce9d2f3cd8d6f8526da46055908227e514d3e69]

        Task #88180#: glos*.cxx without rewind code

2001-10-18  Daniel Boelzle  <dbo@openoffice.org>  [6c5827c25162ab0c4f777a51ee6ca8e304994aaf]

        #92951#

2001-10-18  jp  <jp@openoffice.org>  [2196204028b131ab1e55dff31759d58ddac0ef40]

        Task #88180#: use new SWUnoHelper functions

2001-10-18  Joachim Lingner  <jl@openoffice.org>  [876f7cbf9ccd187cf93a711a07034bf3690c9ddf]

        #92189# Bridge_GetValueObject, corrected treatment of valueobjects in VB

2001-10-18  jp  <jp@openoffice.org>  [c70b64731a46a5a403796574764860c318611733]

        Task #88180#: two new private methods for SwGlossary, which need rewind code

2001-10-18  jp  <jp@openoffice.org>  [f9ec89bb355f3b9775ca115d7295bf18879994a8]

        Task #88180#: two new private methods for this class, which need rewind code

2001-10-18  jp  <jp@openoffice.org>  [f172bbaf7cb29ac1c4e128bc89d65b208d6574d4]

        Task #88180#: gloslst.cxx without rewind code

2001-10-18  jp  <jp@openoffice.org>  [756cee4ed75b4b42d5b722006128509beb031f90]

        Task #88180#: remove extern declartion

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [93dbd124237e9ab943653cc177430f5005ec54be]

        #92924#: exception specifications

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [f99ed526b1045e1c16045794134cbd900bc46c73]

        #92924#: exception specifications

2001-10-18  Stephan Schäfer  <ssa@openoffice.org>  [e9b2374af49662b419237b0065965d7929347d91]

        #93174 do not send sync in quit, client will not count either

2001-10-18  jp  <jp@openoffice.org>  [7ed95627d57121f6f8b6382512b7c27e4fed5dd7]

        Task #88180#: edtox.cxx without rewind code

2001-10-18  Sascha Ballach  <sab@openoffice.org>  [7b60c308b1a573569bec92a8fc2a2ee285434e2b]

        #93435#; export the filtered flag of a row correct

2001-10-18  jp  <jp@openoffice.org>  [2f8af86e637223e57e5d0233ec8d216d71304f2d]

        Task #88180#: new module

2001-10-18  jp  <jp@openoffice.org>  [78a066af2ffb641d5d0ac2dbff9736a739b060e7]

        Task #88180#: atrfrm.cx without rewind code

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [c762f4182ea23d26fd0aad0f81c92b2ee2657580]

        #92924#: exception specifications

2001-10-18  Martin Hollmichel  <mh@openoffice.org>  [00278b5636db405484d89c532543cc87648e9708]

        add: SOLAR_JAVA #90436

2001-10-18  Ocke Janssen  <oj@openoffice.org>  [0768b7c5b3fca67cdf924f1a1683ed5c450b1936]

        #93312# insert dummy type into tablecontroller

2001-10-18  Kai Ahrens  <ka@openoffice.org>  [01ed8d510ee8208bdb98de0660a2778d7e5865e4]

        #88566#: rework for JAVA datatransfer

2001-10-18  jp  <jp@openoffice.org>  [d848b320d855905fb1341528f52961b2722d8546]

        Task #88180#: use new SWUnoHelper functions

2001-10-18  Martin Gallwey  <mtg@openoffice.org>  [ec19525a81139741dd8cc0a9a4f15da245d8c35e]

        #92959# Need to call GetRGBColor instead of GetColor to get correct value (transparency info in upper bits)

2001-10-18  Daniel Boelzle  <dbo@openoffice.org>  [4933020d870ad8e765336106f5b9e903b1ba0f81]

        #90698# throw RuntimeException when querying for no interface type

2001-10-18  jp  <jp@openoffice.org>  [4a8f38d0dbb1aa3817f006d895e37f69054ef73a]

        Task #88180#: SW-Helper function for access to UCB and other little function which need rewind code

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b8ee7723531f05123bb0929e85b65b9046436fa]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-18  Bertram Nolte  <bnolte@openoffice.org>  [0af4723a6448d6d235ca23a8bc4ce97bad512bce]

        Corrected errorness links.

2001-10-18  Sven Jacobi  <sj@openoffice.org>  [ada45287f4272d376a01a69151246cb3162d507b]

        #i964# improved clipregion handling ( now supporting also SetClipRgn( NULL )

2001-10-18  Ocke Janssen  <oj@openoffice.org>  [5f107130ada46ff40d54f6786d690d692673cd40]

        #93229# new struct for MixEqual

2001-10-18  Bertram Nolte  <bnolte@openoffice.org>  [84a6216983db351720fd955e2a3662d369aa405d]

        Test

2001-10-18  Bertram Nolte  <bnolte@openoffice.org>  [8a65ac173e2f2d968c4fcdca5f49e3dc960debda]

        Changed some links from absolute to relative.

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d9f3f179f5a48d93f0e4fa62e932302a914def0]

        #92924#: cast removed

2001-10-18  Caolán McNamara  <cmc@openoffice.org>  [93278ab678984f97ae58ab64ba64baf7c6c21f50]

        #93242# Use First Paragraph wrapping for winword text frames

2001-10-18  Armin Weiss  <aw@openoffice.org>  [fa8b40211f5bce84d48922e318d3ff080e2e887b]

        #93184# corrected color calculation for phong

2001-10-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf68f2d882324778d4bdc1496697012919d307ac]

        #92924#: exception specifications

2001-10-18  Martin Hollmichel  <mh@openoffice.org>  [1f6fca2425b61921703f7269853175d5022c7531]

        add: SOLAR_JAVA condition #90436#

2001-10-18  jp  <jp@openoffice.org>  [76c3e83fe2b2191e1e2df71988f71a398d2a0b0c]

        Bug #93291#: SwTblField::QueryValue - returns always the external formula

2001-10-18  Oliver Braun  <obr@openoffice.org>  [1a81fb23660fc6fcc21e1750fac7176ac133b314]

        #91907# set appropriate icon size for GNOME panel

2001-10-18  Ocke Janssen  <oj@openoffice.org>  [af9a0dda9411eec1008e1ea9c1a35994b62f85f5]

        93307# fix date access

2001-10-18  Oliver Braun  <obr@openoffice.org>  [124e4fe9330c35db2686156a4ab0216d0eed1f56]

        #91907# fill icon pixmaps with border (pl)

2001-10-18  Eike Rathke  <er@openoffice.org>  [d3e7441e45aad3e29f77bf0dedd766cf9a6ab7b4]

        #i1843# DeleteCol/DeleteRow: correctly reestablish listeners on absolute name references

2001-10-18  Frank Schönheit  <fs@openoffice.org>  [18db6306098c8117fcd2802527d17a306f12274e]

        file is obsolete

2001-10-18  Sascha Ballach  <sab@openoffice.org>  [f4dfcbf094854c868e052c7baf05c7df9c744f3f]

        #92553#; don't use edit engine for multi space import

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [db197f9924bd4b16aa5426bbc14d02e2257546e3]

        Merge SRC641: 18.10.01 - 09:37:28

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [563986d71565c7f0cc901bbfc023552ed6748e30]

        Merge SRC641: 10/18/01 - 09:35:33

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [8847708ba1a53b0d51b9f5a0bada80e7322f7c25]

        Merge SRC641: 18.10.01 - 09:34:34

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [f59e4aea31a472cb8af7dd956fa08faedb71527e]

        Merge SRC641: 18.10.01 - 09:32:23

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [c4f2e3b2eff27b2f0678a3155a0caae903ece1e0]

        Merge SRC641: 18.10.01 - 09:29:50

2001-10-18  Kurt Zenker  <kz@openoffice.org>  [c35add597d3be7ad38830ac0e05ed48635955351]

        Merge SRC641: 18.10.01 - 09:27:53

2001-10-18  Ocke Janssen  <oj@openoffice.org>  [a47fca5466c33dc1aebb6ee3dfe5f8cd67cfacac]

        #93229# correct column lookup

2001-10-18  Ocke Janssen  <oj@openoffice.org>  [a2d3824389167d76afecbe188970076cde8c1ca6]

        #93260# reload odbc datasources

2001-10-18  Ocke Janssen  <oj@openoffice.org>  [09c9752f34d947531fe02d88560bd2a8f54e3f19]

        #92793# listen an parent of currentframe to know when to reatach

2001-10-18  Ocke Janssen  <oj@openoffice.org>  [860c5b795e52acaf75ee501beedde382ac602a2a]

        #92410# ignore result of subform when masterform moves to insertrow

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [fcbd7cd9c8849d0899cf849183881bfde63a7a26]

        Merge SRC641: 18.10.01 - 00:39:44

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [432592734badd6695e8c71d4bbcea787f7910413]

        Merge SRC641: 18.10.01 - 00:01:51

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [fe1d2873a480d0279a130c9084adba0b353f1462]

        Merge SRC641: 17.10.01 - 23:55:56

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [547ae51a049a1213fda83ddcc78669b921cf4dc2]

        Merge SRC641: 17.10.01 - 23:53:40

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [52c585d4295a1b64ed07cffb9a863503b6cdc303]

        Merge SRC641: 10/17/01 - 23:49:18

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [6d5e8564053c2daa704b6969cc723ee001babd9d]

        Merge SRC641: 17.10.01 - 23:47:15

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [67a6f2c8b80786037a805247932057bd0c582fdb]

        Merge SRC641: 17.10.01 - 23:44:19

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [2d8fddba5051cc55d8e6617a1d33b2df64f71107]

        Merge SRC641: 17.10.01 - 23:40:08

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [93c8033118041518d00858ffd59848518cc0f563]

        Merge SRC641: 17.10.01 - 23:38:38

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [1dcabae7b584fe726efa4f8d944416db6e2be7d9]

        Merge SRC641: 17.10.01 - 23:39:59

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [f89c86acb32bd924d89c8001cacf2c4ff1027804]

        Merge SRC641: 17.10.01 - 23:35:26

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [7d94ba06d07f397a70bed70ca9c124e48b61167c]

        Merge SRC641: 17.10.01 - 23:33:14

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [f7e8c87d95a1fbd57762822cff5b0335157e5793]

        Merge SRC641: 17.10.01 - 23:33:07

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [6f6cc5a7312627ce2051dbf19730c9c7ee7eb60b]

        Merge SRC641: 17.10.01 - 23:31:18

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [0a2dbf9fab7b40d182751cb92dda4a07f6a8ffed]

        Merge SRC641: 17.10.01 - 23:28:39

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [fbc075f33c41b13fbbc844b12de73625fcb41157]

        Merge SRC641: 17.10.01 - 23:26:43

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [6f67b296343f127395551c7fefe52285c8ec82f2]

        Merge SRC641: 17.10.01 - 23:14:57

2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [17b6caac7a261f8e0eaf4cfaa7d17f423b54ac97]

        Merge SRC641: 17.10.01 - 23:13:27

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [14764fbc1fdcf90e0b56c1f63253e7cfea0c4296]

        Merge SRC641: 17.10.01 - 23:05:49

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [dab9d2c22be7df20008d55691a23ca9cca743970]

        Merge SRC641: 17.10.01 - 23:02:44

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [e86e7dfea0482f70bd8de4818aac549aa9ba57c5]

        Merge SRC641: 17.10.01 - 23:01:04

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [bb4db27f5160fb1fdafb7c67e6950c736ff3e04c]

        Merge SRC641: 10/17/01 - 23:01:03

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [6396a3018a72c3465ce02b3dd4bff6a541688223]

        Merge SRC641: 17.10.01 - 22:59:45

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [a8cb2c9a75a9291ee551960f30a5f99f1a5131b6]

        Merge SRC641: 17.10.01 - 23:00:41

2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [9c65c66d57c06406b1b7452d17b63183c07cb10b]

        Merge SRC641: 17.10.01 - 23:00:08

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [53d83d4dba94a8c6721efe7a3e5e6676228eb253]

        Merge SRC641: 17.10.01 - 22:57:36

2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [258c180a9feca7e9e972a27fb990d5754c055946]

        Merge SRC641: 17.10.01 - 22:57:23

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [392f9ac5a99b9c1fe03d610ab42f34488435a109]

        Merge SRC641: 10/17/01 - 22:56:53

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [452572a9de37f76bfaa6bdb6ce5af33afcc0a553]

        Merge SRC641: 17.10.01 - 22:55:45

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [e848a17f016f5c49bbf4f862601b5561a4d27eea]

        Merge SRC641: 17.10.01 - 22:55:32

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [5e58170365a1305f692f86637a5475767b822ea3]

        Merge SRC641: 17.10.01 - 22:56:18

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [ae412e85f8c63605932cd9412db0036ebc3ea417]

        Merge SRC641: 10/17/01 - 22:54:27

2001-10-17  Matthias Huetsch  <mhu@openoffice.org>  [5e880165b51f4cbac7f0374692d5bd5d62130c63]

        #65293# Added dynamic mutex initialization (WNT only) to support statically linked build environment tools.

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [c8f211fc1c7f76d305ead2b18bb3eacbfb64a2ab]

        Merge SRC641: 17.10.01 - 22:51:40

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [6ad7b2b071d6aa512550bff6ba069ab6a3de0251]

        Merge SRC641: 10/17/01 - 22:51:07

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [8ec0781557686fca2f727dbc08627443e211235b]

        Merge SRC641: 17.10.01 - 22:49:51

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [619103c32c0770dadde9f446db055a4ec72071dc]

        Merge SRC641: 17.10.01 - 22:47:33

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [9cc2cc27ed41fc1a589384ada1ee508999870706]

        Merge SRC641: 17.10.01 - 22:42:49

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [df73c64c57438020210e803e4daee922b5273d19]

        Merge SRC641: 17.10.01 - 22:41:18

2001-10-17  Martin Gallwey  <mtg@openoffice.org>  [c050695eb54b026e0afabc0077ea40d6cbe4058e]

        #92889# admit that SwXTextTable supports IsWidthRelative

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [5774c80d99604108fe8514cafd647178570b5fa4]

        Merge SRC641: 17.10.01 - 22:40:26

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [db90fa68bc0ecd5f4877096ee4d4bfb52cbd185d]

        Merge SRC641: 17.10.01 - 22:39:44

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [71f94a5b9081d57ccebd49c95da4e06394abe440]

        Merge SRC641: 17.10.01 - 22:38:06

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [1e6264e3669ebe66406a63ebf9f11e4ae6607219]

        Merge SRC641: 10/17/01 - 22:38:10

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [ae0578ff501d043378c664d5f9482759d688075f]

        Merge SRC641: 17.10.01 - 22:36:16

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [81e9e383f0466282756155918671ba0b986e8ff0]

        Merge SRC641: 17.10.01 - 22:32:43

2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [cc8618d00177a6b97f3b78a40151375ee991674c]

        Merge SRC638: 17.10.01 - 22:32:05

2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [fbc4b18cbe1f7b1577b78f0b8ec5a233d5602f6f]

        Merge SRC641: 17.10.01 - 22:31:05

2001-10-17  Martin Gallwey  <mtg@openoffice.org>  [bb9cedb1a23fdf24b37cffaaaa1644bd22632c9e]

        #92549# update documentation to reflect interface-change-mail

2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [7dd60f77091d9b2618db23704771ef0522ef9de1]

        Merge SRC638: 17.10.01 - 22:19:01

2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [2eb2f17fefd3cadebed046636123d94f7dc9123c]

        Merge SRC638: 17.10.01 - 22:11:43

2001-10-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8f92dd21ab0f8ef6a68cddc8b2ee667901ec7243]

        #90435# disable java related targets if SOLAR_JAVA is not set

2001-10-17  Philipp Lohmann  <pl@openoffice.org>  [7e9e1674e8e20cac62ac2750c04b10c299ef8b48]

        #91690# implement always on top for status window on noncooperative WMs

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [8e670c4fdf9fae97779979354fe9bec9aa1f3a35]

        del: old segemntc.h

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3a68c215e228eeb5bacf7eddacd58a3fd4eaaaf]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [883fb28c8b5da644113d5408609dda6293ae99ee]

        del: old segemntc.h

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [05678870108f29c5cc699cac4e133e44cb7af517]

        #92924#: includes

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c62e4be1d07859567a9036de54d89396beafd8ff]

        #92924#: exception specifications

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [bc134a87a1117af8f551c2856160f9a7e7327248]

        del: old segmentc.h

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e720ef3999da3e135bbaca2a026920bbb4b0ed2]

        #92924#: exception specifications

2001-10-17  Niklas Nebel  <nn@openoffice.org>  [65813d92bdd48348dc641ff353ca8fc181ba29a2]

        #92390# if EditEngine contains EE_CHAR_XMLATTRIBS, always use EditTextObject

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [0b8b96f1da768074ecc3ef291dc094e12be53f17]

        del: old stuff

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [157ec7164d35acaf55198febbc29bdf970d1d3ce]

        #92924#: exception specifications

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a3db67be67252514576860c351278a224523480]

        #92924#: exception specifications

2001-10-17  Philipp Lohmann  <pl@openoffice.org>  [78be4481322fb7721f513a739b3688a952a7b3e3]

        #93396# check if reset focus frame still exists

2001-10-17  Eike Rathke  <er@openoffice.org>  [dbd91ac312b67840b15086a35e80e56ec6e2e887]

        #93301# NumericField::GetValue() instead of GetText().ToInt32() ... tztz

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c292a8c9a12d14f108224433fb4fc1d8759e5b4d]

        #92924#: exception specifications

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [90923a72a9b7a8eb8da649744424b424ffe9f91b]

        fix: too much deleted

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [418e0aea29d98375d5e4ea0e1f2abb9e64daede7]

        #92924#: exception specifications

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5f713d729a933ab9411646db6f59df81a1609df]

        #92924#: includes

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d85abe9e05520cf89603290bf9f589302a508547]

        #92924#: exception specifications

2001-10-17  Malte Timmermann  <mt@openoffice.org>  [7aae9a058fb7f606004b871ee4e3c08dfee6ef3c]

        #92770# WaveLines in vertical text...

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [32fa4740d5cd51a77f0a689dd958995a5c3f71e3]

        del: segment.h

2001-10-17  jp  <jp@openoffice.org>  [e8aefb70de498d4b421fe73ded33bfa4b171b795]

        Bug #93393#: fix some assert bugs

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [080efed5b762f7d294c3a5e991f4b8aac0382219]

        del: old segmentc.h

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [1912b2c4123c81e11285897cded0fdd90054e9cf]

        del: header

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52ef173538709ad6f8d4cdeb4e2275301db6310]

        #92924#: exception specifications

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [16dee71ebcbb4473fa3e4cd59b65f2048e2e7387]

        #92924#: includes

2001-10-17  Martin Gallwey  <mtg@openoffice.org>  [402a4096141dc284fc3cf54cbc07c038a17728f5]

        #93071# return correct value from jumpToNextPage

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [babd24150b950b82f96d897ac88d94fb879ea346]

        #92924#: exception specifications

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [19c64cb327b2b2aee34ed6d590daf0966e3a6d46]

        #92924#: exception specifications, casts

2001-10-17  Martin Gallwey  <mtg@openoffice.org>  [d1e03a59cc77f5d326fe75e56031cdad5a85dae7]

        #93073# set width correctly

2001-10-17  Jörg Budischewski  <jbu@openoffice.org>  [d5c7f95678b3962fcfe052670d61eea4a1b7df46]

        #72993# now builds also under solaris

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1018fc55c47331f3baf9c13e17ce159966802b0a]

        #92924#: gcc-3.0.1

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [309b6b5a9c3a7c0147ae6312c5eb11421bbcc058]

        new version for SRC641

2001-10-17  Jörg Budischewski  <jbu@openoffice.org>  [c72a45273f7d1c4e482591372c3ef5cfc2f384a2]

        #72993# pthread-recursive mutex is now used for linux, other platforms stick to former implementation

2001-10-17  Martin Gallwey  <mtg@openoffice.org>  [725b52d23f5cc2e5e0dd8948ad6eabf69dae0767]

        #93154# allow VerticalAlignment to be set with sal_Int8s as well as enums

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f13bc6653fd61249adb85f20237c6bcf7e4b708]

        #92924#: exception specifcations

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dc02b2e38069fb89b7ea48763f0e0730b85b719]

        #92924#: exception specifcationsBDriver.hxx

2001-10-17  Joachim Lingner  <jl@openoffice.org>  [ff1131d0ef2a31fbef13879f97e27a580f78fc30]

        #92175#

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [77e554e3fd125e669b0094d1ddd9989e5652b5f6]

        #92924#: clean up

2001-10-17  Malte Timmermann  <mt@openoffice.org>  [4a88323f6494fb36dca2d1e4cbc74802f56f4e8e]

        #91524# ScriptType within fields...

2001-10-17  Malte Timmermann  <mt@openoffice.org>  [c302b96449606accbb3f887e26bbff7c2aa6ab1c]

        removed some comments

2001-10-17  Christian Lippka  <cl@openoffice.org>  [a23450c88838e656c12c7f18d2cfe8b0d4d9fe1a]

        #87976# added KernAsianPunctuation

2001-10-17  Christian Lippka  <cl@openoffice.org>  [1b8defd464ba5458cacf320c18a987a2948a6ebd]

        #87976# added KernAsianPunctuation

2001-10-17  Caolán McNamara  <cmc@openoffice.org>  [07e11d2488cfa33ec2cc7685c9f9e50ac59b47bb]

        #93241# Subdocument offset not considered in saving position when entering text frame (etc)

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [15b73a4561bf8bf636163e296b781a3dc104653a]

        #92924#: exception specifcations

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2705892926a6d45448304f60a0a8638fe28b2e03]

        #92924#: cast

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [4f8e98443d59e21cf2e379b7155a806e6c5fae42]

        add: TARGET to avoid Error

2001-10-17  Philipp Lohmann  <pl@openoffice.org>  [adb66b5bbf80c7d4091ff9d9804280c2a581c9af]

        #93268# ugly hack to allow dialogues on top of presentation window

2001-10-17  Stephan Bergmann  <sb@openoffice.org>  [44551e246772154db1680187b30a4695d818e03b]

        #87140# More cleanup.

2001-10-17  Stephan Bergmann  <sb@openoffice.org>  [c34cc0e769a31fdf8712bdcc5c4a254582c8bcfa]

        #87140# More cleanup; table size reduction.

2001-10-17  Stephan Bergmann  <sb@openoffice.org>  [b9b426e9bce4dd7536f3aa518dca9be00f557399]

        #87140# Table size reduction.

2001-10-17  Christian Lippka  <cl@openoffice.org>  [5e0fb50d13c09c3bf77db2feb35086cb25b8f35d]

        #92865# don't use NBC for insertObject in group shape, we need the hints

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bf741db7b2beae95184dc155f5ca165cebd5ad0]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2912c6cd01809f1c44db8a4b7fc4c7e524de2d8f]

        #87136# use own cpp on all platforms to process *.scp

2001-10-17  Daniel Boelzle  <dbo@openoffice.org>  [4765bb4d99c3b7cde07ca189a0ea36874837c522]

        #92951# test cases

2001-10-17  Oliver Specht  <os@openoffice.org>  [afef84c8260d9dec969914d8b209eda07cf12809]

        #93291# formula property names changed

2001-10-17  Oliver Specht  <os@openoffice.org>  [4b88d1fc45e868edf8427a46f266dd7aa9094731]

        #93291# formula property names changed

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b441dc2ae971267a28f2fc4b6f758fbe934c8a5]

        #92924#: exception specifcations

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec00edbb06f3a5e83f872224de554e21bd5a00a9]

        #92924#: const correctness

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [467d8bec834cd95221f1ae009474c7637b24ecfb]

        #92924#: exception specifcations

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [d1839c5cd07a16fda97bfa797795dd78646b1ee7]

        #93355# comment the read procedure (hack from AS)

2001-10-17  Oliver Specht  <os@openoffice.org>  [e35b63663fa7820e8f6e30ddf390b7f32c6b9bd7]

        #93291# TableFormula service added

2001-10-17  jp  <jp@openoffice.org>  [7d2ad279764d18dd6b7e56720dc34e4100191a43]

        Task #88180#: add new method for detect if a folder exist

2001-10-17  Christian Lippka  <cl@openoffice.org>  [a15254f3f2e919633cb838befaf9ce96b534780e]

        #92968# catch illiegal bullet chars

2001-10-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c0ab061676f4df2177b79a365b2221592be9c56]

        #87136# deliver own cpp

2001-10-17  Daniel Boelzle  <dbo@openoffice.org>  [a6c646ea6b2ab85cdfb115f7134bd9f460f8c230]

        #92951#

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [0ef7ae38c09b9cadd66d6d31868de61d8b80a1af]

        chg: n tmpnam_r on all unix's #i1081

2001-10-17  Nils Fuhrmann  <nf@openoffice.org>  [5cb9b2e45148f718ebf0a9850db10017b00778cf]

        remove 0x0A in case of XML format

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7f60a07d958580ec1c2db6b11631a009ff59fc9]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b1320f203d8063fc0af1572af851ebcb9e8b42b]

        #65293# static version for win32 too

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4a1f86b40e0c85acdab0d902b06cdd26912cfc8]

        #92924#: exception specifcations

2001-10-17  Daniel Boelzle  <dbo@openoffice.org>  [1ad19e705bdbcb0e08a1e9249d046b499a1513e3]

        #92951# exc spec for gcc3

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e97d32733f935de5404581b5dbbe967390acca1]

        #92926#: constness, includes

2001-10-17  Daniel Boelzle  <dbo@openoffice.org>  [d07492ec3380b7056feb4ac02a423d9677e965ef]

        #92951#

2001-10-17  Christian Lippka  <cl@openoffice.org>  [55a4842c94301157270e9f309a87671dcad4b63a]

        #93305# fixed short fly in from lower left and right

2001-10-17  Daniel Boelzle  <dbo@openoffice.org>  [866f0e76d0d7317076cbb3fc1c7d128c4c54af3a]

        #92951# added comprehensive type test

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [815cae5816888a7cd02b8e5faf0c70cd167e3a3f]

        #92924#: exception specifications

2001-10-17  Malte Timmermann  <mt@openoffice.org>  [2cac524593b0449f905fd20c081fa719bbc6fc9a]

        #90866# calc height when paragraphs become visible...

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [65514b5285fb6be798fb11c8b431d10b306ae3a1]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-17  Martin Gallwey  <mtg@openoffice.org>  [d7bc9e28c858106e93945d856d0943e87d8e6be2]

        #89875# query for default values on un-inserted styles

2001-10-17  Martin Gallwey  <mtg@openoffice.org>  [a093a25b6607b84a105f30c471fc73a34f8a0258]

        #89875# Use new constructors that allow us to query for default values

2001-10-17  Martin Gallwey  <mtg@openoffice.org>  [3674b585157c5de8edebd03ccc0f64bb15df601d]

        #89875# allow querying for default styles on 4 out of 5 style families

2001-10-17  Behrend Cornelius  <bc@openoffice.org>  [9ac2a09fa9b949d2039a4c31c369e85312c22bd7]

        #93248# 'Fertig!' changed to "Fertig"

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [f864580279feecb6426cd5425a8f305aa3fd0f28]

        new version for SRC641

2001-10-17  Andreas Martens  <ama@openoffice.org>  [f104fbcb598355d503ad379463c19becbcb438a0]

        Fix #90671#: Smarter table calculation

2001-10-17  Oliver Specht  <os@openoffice.org>  [dc3a05a841b2d89e74391b2652bce9183f08bc6f]

        #93291# TableFormula service

2001-10-17  Oliver Specht  <os@openoffice.org>  [deb46a931e907be00cbdea9f259334f41def420d]

        #93291# TableFormula service added

2001-10-17  Peter Burow  <pb@openoffice.org>  [da7b76a58baf82dd40a3aa10fa07f584b7e9342b]

        fix: #92010# no special handling for first dispatch required any longer

2001-10-17  Peter Burow  <pb@openoffice.org>  [d2f16085d38bff73c4fabdf09f7a2b3a9f154508]

        fix: #92010# TextWin::getTextFrame() added

2001-10-17  Peter Burow  <pb@openoffice.org>  [b4f676c7bc9d88c0c3a0980ecc40647086c340c7]

        fix: #92010# #93189# only use the text frame, no schart as module

2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [e6d850529ac0687c5de6b01d1663e74dcb0db787]

        new version for SRC641

2001-10-17  Peter Burow  <pb@openoffice.org>  [be4f4f8b6b45c13eba64f8fa74374be401148e57]

        fix: #92010# add helpdispatch.obj

2001-10-17  Peter Burow  <pb@openoffice.org>  [64d753c411c4203d593720ab3204c4d9eb176366]

        fix: #92010# use HelpDispatch_Impl

2001-10-17  Carsten Driesner  <cd@openoffice.org>  [6845330a228f7b516425e2dcb0aa5f2cdfaedc85]

        #87255# support toolbar item style and help id

2001-10-17  Peter Burow  <pb@openoffice.org>  [3656246823fdc6ac444eb6c2034d7a8a3d001aca]

        fix: #92010# new class HelpDispatch_Impl

2001-10-17  Behrend Cornelius  <bc@openoffice.org>  [9ae990283b39143208669db1f6ab5f6242bb644d]

        #93130# several changes

2001-10-17  Caolán McNamara  <cmc@openoffice.org>  [b2fe356e6392482677eed88df14d69197171015a]

        #i1909# pagebreaks inside table cells are ignored by word

2001-10-17  Andreas Martens  <ama@openoffice.org>  [2cbf9764e612fec516749ac8e1e9643a14f7336d]

        Fix #90671#: Smarter table calculation

2001-10-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [44629ca39d97ae460d99b74252d89fea5c3f02ca]

        #87136# use SOLARSRC to default RSCRES

2001-10-17  Daniel Vogelheim  <dvo@openoffice.org>  [7d28d80f8061c431adc2a11d4cfd70e09d43cb9d]

        #93192# adjust SubType for variable SetVarFields

2001-10-17  jp  <jp@openoffice.org>  [b3d31e5fa891525e8069f473fcbaecf583b49adb]

        Bug #93317#: _MoveNodes - use a ULONG instead of a USHORT

2001-10-17  Caolán McNamara  <cmc@openoffice.org>  [aea0a66af10ca6f13f5f4f247b436d31d6d386e9]

        #i1676# grouping crash

2001-10-17  jp  <jp@openoffice.org>  [a11299639bb4f369136501463be6f2c7e3a6bb98]

        Bug #93317#: _MoveNodes - use a ULONG instead of a USHORT

2001-10-17  Christian Lippka  <cl@openoffice.org>  [c9de07a49cc733c875e50800a0e1b4b05f33e0c5]

        #92968# fixed import code

2001-10-17  Thomas Benisch  <tbe@openoffice.org>  [612e021fc6fc5e493f918f65271a05cf4bf5a40c]

        #92083# Add cut/copy/Form... to control's context menu

2001-10-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ed4f0e4f44a37b09fd37e4afdcab204799b035b]

        92924#: gcc-3.0.1 needs lvalue

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [bdce6d9e56000865834b0fffb5ff542210440ea9]

        #65293# exception specification

2001-10-17  Martin Hollmichel  <mh@openoffice.org>  [35d50508c2f9c5da4053aa5c7098bcebf5af63e5]

        chg: ambig. string compare

2001-10-17  jp  <jp@openoffice.org>  [45497b3b644eb4a42abee3eab1a064bc78828f3d]

        Bug #93313#: GetTblSel can return an empty SelBoxes struct

2001-10-17  Vladimir Glazounov  <vg@openoffice.org>  [af00b72d72a0687c5ca9840b8986552cc7bb7400]

        #65293# exception specification

2001-10-17  jp  <jp@openoffice.org>  [9afa1fbb8ad9381e2b79b334baf3741d2f6c7d9f]

        Bug #93198#: GetBodyTextNode - ignore repeated table headlines

2001-10-17  Kai Ahrens  <ka@openoffice.org>  [7285f8cfb27d234ec3d542cdcf2965ecdcba0849]

        #93285#: use main URL to create the process to execute

2001-10-17  Caolán McNamara  <cmc@openoffice.org>  [22898052ffed067e1572efb3324ef0831ecb6bcb]

        #i1852# Graphics cannot be placed inside text drawboxes

2001-10-17  Sascha Ballach  <sab@openoffice.org>  [bbbf6da2983f3f1109633d21c4f7d710ec550a46]

        #93294#; export header or footer if is displayed but empty

2001-10-17  Thorsten Behrens  <thb@openoffice.org>  [b6952a84d50d0ecc7ec00cd7ad115d3fa8acb3c5]

        #65293# Alien attributes not neede for player

2001-10-17  Thorsten Behrens  <thb@openoffice.org>  [3553691a984ff561a46fffb3a6e824f42375adfb]

        #65293# Alien attributes not neede for player

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [c07a5fc9f4670494bc02a715e5868b477d3916d2]

        #65293# libary path for wnt corrected

2001-10-17  Malte Timmermann  <mt@openoffice.org>  [6dd1e8e38ae425afd672d87acf9db87a750d518c]

        #91616# PushButtonType

2001-10-17  Oliver Specht  <os@openoffice.org>  [fd08fccaf1da5026c2cba64a518b0fed8511d961]

        #93276# preset text number format for set expression fields if the type has a type GSE_STRING

2001-10-17  Malte Timmermann  <mt@openoffice.org>  [4b7c6afb19379b43037030bb2db8d3a3ff64cb4a]

        #91616# PushButtonType

2001-10-17  Malte Timmermann  <mt@openoffice.org>  [60a5c531ca44a81e533bd46fbcb6ab19900bce35]

        #91616# PushButtonType

2001-10-17  Christian Lippka  <cl@openoffice.org>  [82f6213f8bc76aa4a3136fd6cbeb75b428f2dd76]

        #92576# update page and scroll bars after size change

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [4ced16be3a8dbde88652a1da61e9e955a55ea7db]

        Merge SRC638: 17.10.01 - 10:20:49

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [e8ff304ead48c720218265b6f563a316e4f9406e]

        Merge SRC638: 17.10.01 - 10:07:31

2001-10-17  Kurt Zenker  <kz@openoffice.org>  [1889743eb51ded25c403d5c2666344559211a522]

        new version for SRC641

2001-10-17  Malte Timmermann  <mt@openoffice.org>  [be64193a9c6c3431eba4de0923ac6d8a9b779130]

        #91616# PushButtonType

2001-10-17  Rüdiger Timm  <rt@openoffice.org>  [e4e863bddcd4e2eccfb8aab27a6e852deacf5a1e]

        Merge SRC638: 17.10.01 - 10:00:44

2001-10-17  jp  <jp@openoffice.org>  [81c04cd4e9daf48f8d5536ecab92dd60879de41c]

        Task #88180#: code optimizaion

2001-10-17  Stephan Bergmann  <sb@openoffice.org>  [a0e2e65247fa9b41592a1d6b69bd3cbbe735e798]

        #92585# convertAbsToRel() no longer accepts non-URIs (file system notation, www.xxx.yyy, etc.).

2001-10-17  Peter Burow  <pb@openoffice.org>  [5fd97e298eb8c67746f525e85d2b512f50ef9a21]

        fix: #93298# wrong help url for weptop

2001-10-17  Carsten Driesner  <cd@openoffice.org>  [f2d7b6eb28b5647cd68ec4fc45f949c7a82aae11]

        #85600# catch IllegalArgumentException when doing seek operation

2001-10-16  Philipp Lohmann  <pl@openoffice.org>  [e6949ca26b3a0bb4596cb57e1dcb900a953495ab]

        #93264# INetURLObject changed behaviour

2001-10-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f8d050aeb026eb5b1a631d2acf6f129d5724e31]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d51671c290af1e0206d3bccf4455e34bf8cb5370]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffa18a12a97d0e1ba0b756f04edb098736ff05af]

        #92924#: exception specifcations

2001-10-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [be32073407d89b94b4fd91a6f210326dad757089]

        #92924#: exception specifcations

2001-10-16  Philipp Lohmann  <pl@openoffice.org>  [7085c2caa4ea861f2ce2c99befa9fb83794683b3]

        #93145# adobe name -> unicode, unicode -> adobe name, unicode -> adobe code, adobe code -> unicode are not bijective

2001-10-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [02ddc648d455cde9208811b308975127347d5b61]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-16  Vladimir Glazounov  <vg@openoffice.org>  [d33fe71d487b9e7200a6f3ff67139e249ac8305d]

        #65293# added one more entry to build

2001-10-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdb6b76727c23b0215a948144c3fefefbbe780a4]

        #92924#: exception specifcations

2001-10-16  Martin Gallwey  <mtg@openoffice.org>  [252948fbaa50227a8aca391fd9fe402192090b1c]

        #93202# set type correctly

2001-10-16  Thorsten Behrens  <thb@openoffice.org>  [955ef0a4390ed9d8316ce3c9c5f09122f7953082]

        #92205# Treat linked graphics as such for player

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [164b4c656921b4d291145e42d471ea5240c323c1]

        #92922# insert replaced by approveNewElement/implInsert (ensure that when inserting, the own mutex is released before doing any notifications)

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [d1de56bcd75f321697ab3e42c29ccdca85486a4c]

        #92922# some solar mutex locking ....

2001-10-16  Philipp Lohmann  <pl@openoffice.org>  [d6b960a66819e3fff320862dd3c5968f205632bb]

        #92188# get correct foreign top

2001-10-16  Stephan Bergmann  <sb@openoffice.org>  [803fc9ff8e582cc7ec21d4aee4347799e3f0b275]

        #87140# Added link to documentation.

2001-10-16  Kurt Zenker  <kz@openoffice.org>  [9c33a28e435f8c233c416774dc9c110cb87ed7b9]

        #93002# no more SO3 define

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [f841c4ecea703166af18bcc4dac0765b5139dd49]

        #92922# some solar mutex locking ....

2001-10-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6bf1d11035e4c3d409f1829ce478d51f1b45cc46]

        #87136# no windows native resource targets for L10N-framework

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [6f00fdc785bac27d3ee8105f7c0a5c64adaf6bc0]

        #92922# getDefaultForm: be more tolerant against exceptions

2001-10-16  Carsten Driesner  <cd@openoffice.org>  [b0baf9900f199d753f8aba423e1d608be098e3e2]

        #87255# added default values for dtd

2001-10-16  Kurt Zenker  <kz@openoffice.org>  [a02ce8ae8177334b2fe8b4393adfb36536e2ed17]

        new version for SRC641

2001-10-16  Christian Lippka  <cl@openoffice.org>  [46af029b5c01516900268569d5a2bcd9e5e639ab]

        #93164# load arrows from Standard.soe if possible

2001-10-16  Kurt Zenker  <kz@openoffice.org>  [0b100f04114ec872062694b6267c23ff2e3b725a]

        new version for SRC641

2001-10-16  Christian Lippka  <cl@openoffice.org>  [69db4b815dd2ffc974cb802e71e2a18f317cbc1b]

        #93164# create same arrow as in Standard.soe

2001-10-16  Christian Lippka  <cl@openoffice.org>  [b523649034d299ac4dba42ca35a99b7b2dafd447]

        #93164# we don't have a second stylesheet pool

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [e1e37817778f1d0e540540cec43886f6871144cc]

        #86640# fillListBox signature changed

2001-10-16  Oliver Bolte  <obo@openoffice.org>  [900ec022e1b4fa1a6be58fe1f2dd9fdefb59e5a3]

        #65293# SO3 define removed

2001-10-16  Oliver Bolte  <obo@openoffice.org>  [aee70ce597ca4da649a50f8f14fff9a2bf6757a1]

        #65293# SO3 define removed

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [81622904abe72c180a22b2bdd0beec1c00882665]

        #92158# when forwarding queryDispatches, use PARENT as frame search flag

2001-10-16  Niklas Nebel  <nn@openoffice.org>  [c2da6f9155ca4d699a77d38f18db18571834ebaf]

        #78486# calculate scale in double, reduce to 17 bits

2001-10-16  Oliver Bolte  <obo@openoffice.org>  [b8aed3140d64a2a32e7e7502e24f52de66300b6f]

        #65293# SO3 define removed

2001-10-16  Bertram Nolte  <bnolte@openoffice.org>  [51d957bb68a8128d2fca4f863ca152afdc770774]

        Added C++ and OLE links.

2001-10-16  Nils Fuhrmann  <nf@openoffice.org>  [7b85298c9c9e45f324db06836b47ed787cb0a06e]

        Removed static sal library, linking inport library

2001-10-16  Gregor Hartmann  <gh@openoffice.org>  [a5c617f4824f37d67b26b6aff36c47a793d7bc7a]

        #87726#added static BOOL IsStrId( UIdType aUIdType )

2001-10-16  Tino Rachui  <tra@openoffice.org>  [500d85c2cf5dd63b261252991a1b16ad62493b60]

        #93244#added interface XFilterGroupManager

2001-10-16  Tino Rachui  <tra@openoffice.org>  [9e9574adbc837daec7ba1a25ac22ca1f3504a9bc]

        #93244#added type XFilterGroupManager

2001-10-16  Tino Rachui  <tra@openoffice.org>  [ca64429eade2fdaf81a397e40ef76ff706a3eaa4]

        #93244#implementing XFilterGroupManager

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [a8a514d61027ff790121d4455a970776b68b8ff7]

        #92921# removed an obsolete assertion

2001-10-16  Kurt Zenker  <kz@openoffice.org>  [9a99d4433ef24c57f04834ff5c5b9a45619ecdc3]

        new version for SRC641

2001-10-16  Daniel Boelzle  <dbo@openoffice.org>  [11c210d46cda03014a6bc83b3adc86ad04b5eea1]

        #89914#

2001-10-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [695e94565caa002f0e6ae61c3923687ead2df7c2]

        #65293# workaround a variable expansion bug in dmake

2001-10-16  Thorsten Behrens  <thb@openoffice.org>  [055179e7882e23d142ba32dca50af98b14e085fb]

        #92205# Preload linked graphics for player

2001-10-16  Caolán McNamara  <cmc@openoffice.org>  [53d67a4e9f26689dbcce07f045ef6222bfadc27e]

        #93253# Fix borders and positioning

2001-10-16  Sascha Ballach  <sab@openoffice.org>  [17dec6819d989b71a6984e1f0ff3a4c18add85ec]

        #92397#; support the com.sun.star.document.OfficeDocument Service on the XModel

2001-10-16  Martin Hollmichel  <mh@openoffice.org>  [3825cb4f165bcebed1295437e91ba5b631c0d4d3]

        porting: to FREEBSD

2001-10-16  Daniel Vogelheim  <dvo@openoffice.org>  [92440314e292f2411cfe50a1fe2595d30b04de35]

        #93186# initialize() now queries it's arguments

2001-10-16  Sascha Ballach  <sab@openoffice.org>  [82ec1c1a0600ea121f8b028074fa4bd416c22baa]

        #93185#; free the import component

2001-10-16  Caolán McNamara  <cmc@openoffice.org>  [1cb85cc1892e0da1ea1453730a166ddce7ebe57b]

        #93254# Ignore redlining if no author information

2001-10-16  Martin Gallwey  <mtg@openoffice.org>  [bda10894b50596b981547fa169e4383a1325dd1f]

        #93088# Throw RuntimeException when XPropertyState interfaces are called on read-only properties

2001-10-16  Martin Hollmichel  <mh@openoffice.org>  [84d18898e7d8fe0b01f3e3b2406868eb871f272a]

        add: FreeBSD

2001-10-16  Martin Hollmichel  <mh@openoffice.org>  [84a9ee1f5f9ddeeda8017798ffafb64a3da60dda]

        fix: for non writable aclocal.m4 and missing README

2001-10-16  Martin Gallwey  <mtg@openoffice.org>  [66cf6de049861a39154c2b4877532c0a7ce6c7f9]

        #93088# Throw RuntimeException when XPropertyState interfaces are called on read-only properties

2001-10-16  Martin Gallwey  <mtg@openoffice.org>  [7123463a59851a46fe7bceb4fb91680a9773f66d]

        #93088# Throw RuntimeException when XPropertyState interfaces are called on read-only properties

2001-10-16  Daniel Boelzle  <dbo@openoffice.org>  [cc91a6f9d6e747d00b33501508e6d7b01af81fd7]

        disposing context

2001-10-16  Martin Gallwey  <mtg@openoffice.org>  [b29d22fd4da8f7035255a664e1c89931b5ce045c]

        #93088# throw RuntimeException when XPropertyState interfaces are called on readonly properties

2001-10-16  Oliver Bolte  <obo@openoffice.org>  [f1875c0372c93543abac294376b9d71404dcefca]

        #65293# unable to link target2 for linux

2001-10-16  Martin Gallwey  <mtg@openoffice.org>  [99bfc953444e461db95fe0d28a46eb38ec6359b5]

        #93088# fix exception specifications

2001-10-16  Oliver Bolte  <obo@openoffice.org>  [787f38798140694f89b0e13633c9710a0f5296de]

        #65293# semicolon missing

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [d0517e7f56c3488b8a1fa07336d09179a3dac10c]

        #92158# properly enable or disable the UNDO in the context menu

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [39efe1647b8dddbf79b844c47e7b44fb1f038c3b]

        #92158# commit before calling external dispatchers for move slots

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [ca589afc7a8d7f5afc7c6926700b576803cdd191]

        #92158# corrected execution of intercepted slots

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [f6c114afef0523d83bd03f2940b751ef072f6132]

        #92158# signature of StateChange corrected

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [eb5b693443501d9ba4ba5efc9fd3416b9a14520a]

        #92158# promoted DO_SAFE

2001-10-16  Kurt Zenker  <kz@openoffice.org>  [1a6180664845d38ccbab092374d9439884f06a11]

        new version for SRC641

2001-10-16  Sascha Ballach  <sab@openoffice.org>  [c47530c7998aaf5d701e1c8573a7fab93e1ebfd9]

        #93099#; don't use a progress while exporting header/footer

2001-10-16  Oliver Bolte  <obo@openoffice.org>  [8b8d78d185ed591526940ab04968ffb10d5326a0]

        #65293# semicolons missing

2001-10-16  Eike Rathke  <er@openoffice.org>  [780ea6fffe899174c251760c3045051c0eed3e55]

        #93239# FinalScan: last dash of more than two dashes in dashed currency format is literal minus sign

2001-10-16  Eike Rathke  <er@openoffice.org>  [5d1cecf7427ac7f2bfca51ddd77471a2f2d8bff5]

        #93239# ImpGetNumberOutput: eliminate '-' of -0.0

2001-10-16  Thorsten Behrens  <thb@openoffice.org>  [e6cc116d2f5e4d15ceff33d0cdf2ad3fbe8666d3]

        #92205# Setting correct swap state

2001-10-16  Oliver Specht  <os@openoffice.org>  [5576b33df44ac37714c6809523894744c0e84dfe]

        #93183# database drop: send Selection, too

2001-10-16  Oliver Specht  <os@openoffice.org>  [8bcd2898322dcea14ab3dff80d3bd684dc079c4b]

        #93183# old string based database interface replaced

2001-10-16  Daniel Boelzle  <dbo@openoffice.org>  [bc76f148d9afe60acf8ea6ec9a7105e0f34ca9ea]

        #92951# alignment tests

2001-10-16  Oliver Specht  <os@openoffice.org>  [39c92a52a5a760273d42386e76c871bee804e286]

        #93183# correct handling of queries

2001-10-16  Vladimir Glazounov  <vg@openoffice.org>  [6928c91b7c306c69dfd887f842c1e029552e4dc7]

        #65293# added new folder to deliver

2001-10-16  Michael Brauer  <mib@openoffice.org>  [e3c066bd35ba26897229f910f959fe2437f466c7]

        #92717#: set x and y position only if required

2001-10-16  Vladimir Glazounov  <vg@openoffice.org>  [8287389836ec4651490914217609f78746d401de]

        #65293# added new switch -since

2001-10-16  Christian Lippka  <cl@openoffice.org>  [81c5c342d25b762ffb6a9deb7e8ec4c13397769e]

        #91486# added xml alien attributes

2001-10-16  Kai Ahrens  <ka@openoffice.org>  [04e9577426232f0434d8c7639a41c9d29acea53b]

        #92231#: support SOT_FORMATSTR_ID_OBJECTDESCRIPTOR always

2001-10-16  Christian Lippka  <cl@openoffice.org>  [bc4cbf61f3323ea8dc7cfb0e075f4046544bc5db]

        #91486# added xml alien attributes

2001-10-16  Ocke Janssen  <oj@openoffice.org>  [6bc825fa295ae85d475ccd34a91ae00e75e333b2]

        #92894# append an asterix when rowcount isn't final

2001-10-16  Sven Jacobi  <sj@openoffice.org>  [61f17a240dc217430b65d98eac1aaa360d37308f]

        #93209# assertions, objectshell is not always available during reload

2001-10-16  Christian Lippka  <cl@openoffice.org>  [39db67e6ed39eb7f794470ca7b7be58801730e50]

        #91486# added xml alien attributes

2001-10-16  Ocke Janssen  <oj@openoffice.org>  [fcbd7738a1e59e6d37047196f4eefeaed0771bf6]

        #92894# append an asterix when rowcount isn't final

2001-10-16  Christian Lippka  <cl@openoffice.org>  [7e1e64c624e5e38e4501c6cfc74263043bfe9256]

        #91486# added ShapeUserDefinedAttributes

2001-10-16  Christian Lippka  <cl@openoffice.org>  [d615f1b84d076ecbb2564ea624a0eb00b584552f]

        #91486# added ShapePropertyMapper for chart without ShapeUserDefinedAttributes

2001-10-16  Martin Hollmichel  <mh@openoffice.org>  [f8a8dce57b0dc51d7992fb2a86365acc44641b55]

        new version for SRC641

2001-10-16  Martin Hollmichel  <mh@openoffice.org>  [995aa36d69631e6aa6ac57cf85a98602ec077d1b]

        new version for SRC641

2001-10-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [28c48df326abe1bd7643f84bdedee65e29b23c60]

        #65293#: clean up

2001-10-16  Daniel Boelzle  <dbo@openoffice.org>  [61b160cefcf2a48e36298dfe42112ed8424291b7]

        #92255# removed unnecessary ctor/ dtor template arg

2001-10-16  Frank Schönheit  <fs@openoffice.org>  [811f0dd5192132292ed851f1a4fc4eb672ab3bb1]

        #92158# ConcatData: correctly respect the m_bHierarchical flag of the scheme when creating the absolute path

2001-10-16  Martin Hollmichel  <mh@openoffice.org>  [f946d97b9d98888922a957bf96ff32d439ca9b43]

        del: old define

2001-10-16  jp  <jp@openoffice.org>  [65b74c215227513170d3ff63a11a4a83efee921a]

        Bug #92774#: EndTracking calls the SelectHdl, disable this call by set a empty SelectHdl

2001-10-16  Ocke Janssen  <oj@openoffice.org>  [fd520d487b3f926304a9f03d9584e0ebc62e6279]

        #76791# documentation added

2001-10-15  Niklas Nebel  <nn@openoffice.org>  [6faf12dee79f934125c0add2ef087862981ee3c8]

        #93166# don't call CheckSelectionTransfer in Activate

2001-10-15  Niklas Nebel  <nn@openoffice.org>  [68b9c20a62014c5e112a9b309ba074375c96e1d3]

        #93218# DropTransferObj between documents: don't call ResetMark after pasting

2001-10-15  Bertram Nolte  <bnolte@openoffice.org>  [19d2c2772486f1e34ec5e117caa8201a3bdea674]

        Added a list of API examples with a short explanation.

2001-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5e4f3fe233f0941013db2710b80258cfe6f2d3f9]

        #65293# workarownd for soli compiler's bug

2001-10-15  Armin Weiss  <aw@openoffice.org>  [ad72e3b9476d19f85d16499129f1192019982c47]

        #93085#, #92928# Added title and HelpID top the dialog

2001-10-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f48934eac07a22fba72173fe3bdde1fb25fa3b95]

        #87136# correct changes

2001-10-15  Vladimir Glazounov  <vg@openoffice.org>  [fa5f13cb0681d5f51ed76bf69b0902712a54ecf1]

        #65293# workarownd for soli compiler's bug

2001-10-15  Armin Weiss  <aw@openoffice.org>  [cd7eb4eca14182d40490e0d31cc43dc0f265099d]

        #93136# since #92030# uses bOutline flag now as indication if the filled object is to be drawn, it MUST be initialized now.

2001-10-15  Andreas Bille  <abi@openoffice.org>  [844848fb37f4cb17a0fcc4300af659b4ecf02a81]

        #93214# changed configuration key back from local to plugin

2001-10-15  jp  <jp@openoffice.org>  [2c348ade72b61241406f1243a03b4d279198aadd]

        Bug #93178#: Activate - don't create a xselection

2001-10-15  Kai Ahrens  <ka@openoffice.org>  [96f2ba394617a0c3a91ac4fe2f92599edc4b162b]

        #92677#: Play sound within main thread

2001-10-15  Nils Fuhrmann  <nf@openoffice.org>  [bf1bed0c4295dddfa851ae34e9e9df4b5db667a2]

        Removed warnings

2001-10-15  Nils Fuhrmann  <nf@openoffice.org>  [0098c3fc6b74c311663eb4a04ac5ff533f723252]

        Fixes: return value in all control pathes of ConvertLineEnds

2001-10-15  Ocke Janssen  <oj@openoffice.org>  [e3e5c585c18e22765d3abe5916cf00d66a1b60e0]

        #86640# check if entry already selected in listbox

2001-10-15  Caolán McNamara  <cmc@openoffice.org>  [77cc2ee694794af722d8c82937246f8ec2edbdd2]

        #92494# Handle border case of too large original size to fit in 16bits

2001-10-15  Sven Jacobi  <sj@openoffice.org>  [8893ab3c7d9eaeb298a1d612b3b1a4ab23efaee6]

        #93193# use hard cropping for ole objects

2001-10-15  Martin Gallwey  <mtg@openoffice.org>  [a8a24cdb4a81621b388b8a39a0418b1bd0c6ff8e]

        #92717# add exception handling

2001-10-15  Daniel Boelzle  <dbo@openoffice.org>  [895d2a799ae7479001dda570de07f2662938a050]

        #89914#

2001-10-15  Daniel Boelzle  <dbo@openoffice.org>  [0823685f0c9e5eee372841dd7b644fcf8a2bf8de]

        #89914# added scale-image

2001-10-15  Ocke Janssen  <oj@openoffice.org>  [41265f2b9da640b2653ddf5c19895836782a4f31]

        #93144# check slots before displaying

2001-10-15  Frank Schönheit  <fs@openoffice.org>  [316464c99112f57e078a13ceaaf83eab00aceaa1]

        #93204# new supported charset IBM866 (cyrillic)

2001-10-15  Daniel Boelzle  <dbo@openoffice.org>  [782babebb8993a028e4e2af926c99c24ee88eb91]

        #93054# added virtual dtor for internal class avoiding warnings

2001-10-15  jp  <jp@openoffice.org>  [dbe4e56cb1b61bb0e8265dd79b34c0eac322749c]

        Bug #I1818#: SwFrm DTOR: set any member pointer to unique ID to detect deleted frames

2001-10-15  jp  <jp@openoffice.org>  [239c47d40cc74d77316c0266001a896e5d8b8802]

        Bug #I1818#: SwFrm DTOR: set any member pointer to unique ID to detect deleted frames

2001-10-15  Frank Schönheit  <fs@openoffice.org>  [ecc19eb5301db5849fbce85622439ea0f5a63a5d]

        #93204# new supported charset IBM866 (cyrillic)

2001-10-15  Ocke Janssen  <oj@openoffice.org>  [8e8103bb095f36b09c04ad073f5fd173ffd6dd11]

        #92765# correct type altering

2001-10-15  jp  <jp@openoffice.org>  [661e6b487ff717f40cf9e68a2668711b16e304d1]

        Bug #I1818#: SwLayoutFrm::ShrinkFrm: use method GetRefFromAttr instead of GetRef (don't use deleted frames)

2001-10-15  Andreas Schlüns  <as@openoffice.org>  [2bfd998baf3ce5ad58d6e7d2e31a67ad00bc7402]

        #92993# sort by UIName

2001-10-15  Ocke Janssen  <oj@openoffice.org>  [40fd9214e1b577933ce7715d9b8f3799f127a903]

        #92124# split driver

2001-10-15  Ocke Janssen  <oj@openoffice.org>  [3443bcfbe69a5d52871f01bd9372ab2ac78e783b]

        #92124# split dll

2001-10-15  Behrend Cornelius  <bc@openoffice.org>  [b963aaaa9790cfcef4709cf06941ca04580327a2]

        #92590# in ReadDir Macro now finally GoOn Button disabled

2001-10-15  jp  <jp@openoffice.org>  [f68533dc3d422cc5f319e86a8d9bab4bebcbe756]

        Bug #I1818#: DelFrms: use method GetRefFromAttr instead of GetRef (don't use deleted frames)

2001-10-15  jp  <jp@openoffice.org>  [6f629732649be7832d505867852148ea46d868eb]

        Bug #I1818#: additional method for GetRef to access the ref. over the attribute

2001-10-15  Kai Ahrens  <ka@openoffice.org>  [4029ec344a2891120e918d8f22c4c3ee067c5c77]

        #93172#: use XML streaming of SdrModel

2001-10-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2f007720c7ffdcaf765f1e8a9eb2ddfc2f62feae]

        #93002# SO3 define removed

2001-10-15  Caolán McNamara  <cmc@openoffice.org>  [5e3aed711248f9486c80606ef52a2a32a0548c2e]

        #92489# #92946# MSWord (annoyingly) uses subscript as a hack to force inline objects vertically centered in row

2001-10-15  Sascha Ballach  <sab@openoffice.org>  [62a8a95ce2c327c524f41dd06f870314deeb770b]

        #92553#; use a created virtual device instead to set the map mode on a in every call new created one; set the defaults and the text with one call so the dafaults are not set twice

2001-10-15  Sascha Ballach  <sab@openoffice.org>  [6978e1e2cb65d0e413aab0375cfbf75d828a7667]

        #92553#; create a Virtual Device with a 100th_mm map mode only once

2001-10-15  Sascha Ballach  <sab@openoffice.org>  [f9ac323937a601096e58813c2cdf48e818883501]

        #92553#; remember the EditEngine paragraph attributes instead copy the EditEngine.

2001-10-15  Christian Lippka  <cl@openoffice.org>  [e5227af1a575d097a5678fafb06017321508e5f5]

        #91486# added namespace component for xml user defined attributes

2001-10-15  Sascha Ballach  <sab@openoffice.org>  [0c7fc48571ae96abf839bb3630f19813fcd16cd9]

        #92553#; only create strings if neccessary

2001-10-15  Sascha Ballach  <sab@openoffice.org>  [7ab587cb390965a2e26e0b20a095c0d896da4930]

        #92553#; disable update mode if possible

2001-10-15  Tino Rachui  <tra@openoffice.org>  [426e0d498f3d60f5784702227967e22b211922ed]

        #93077#now using an existing session and ignoring the flag NO_LOGON_DIALOG else we may run into trouble when using Outlook (not Outlook Express), see comment for file smplmailsuppl.cxx

2001-10-15  Tino Rachui  <tra@openoffice.org>  [557c9f3ca912833f20c24f507f42eb48b675467a]

        #93077#setting flag MAPI_LOGON_UI else an error occurs if someone uses Outlook (not Outlook Express) installed as Exchange and Mail Client because in this case a working profile has to be specified

2001-10-15  Frank Schönheit  <fs@openoffice.org>  [c0c7d730ec42c72c9701b822e9470765915a2982]

        #93100# ReadData: recognize corrupted files where block previously written by the impl class is empty

2001-10-15  Martin Gallwey  <mtg@openoffice.org>  [ac03167ca8d2e0e52fa902416c771058633c146f]

        #92717# fix some integration problems

2001-10-15  Oliver Specht  <os@openoffice.org>  [9d6f1b2cf8dcdfc0018373c78faf191fc62ed3c8]

        #90899# acceleartors Next/PreviousWindow

2001-10-15  Ocke Janssen  <oj@openoffice.org>  [2d1cc8ea041336e62f2cec1a7e1704c2798c5bc2]

        #93171# swap old unused fields

2001-10-15  Stephan Bergmann  <sb@openoffice.org>  [8e0bede4a0259d7e433930e69eea34006755923a]

        #93159# Adapted to fixed rtl::OUStringBuffer::operator =().

2001-10-15  Malte Timmermann  <mt@openoffice.org>  [5e40319a4e2869d791737fae75aba687b71bc243]

        #89914# set/getProperty()

2001-10-15  Michael Brauer  <mib@openoffice.org>  [2836dbdcd0ac9f9d065b8c4084294590fed9dccf]

        #86025#: use of text converter for conversion to unicode

2001-10-15  Michael Brauer  <mib@openoffice.org>  [2a11fe558866221f77b38ac52964caa30bc06795]

        #86025#: use of text converter for conversion to unicode

2001-10-15  Gregor Hartmann  <gh@openoffice.org>  [9132e57e9ca585a7a2a43a95783c4a6f10b47035]

        #87726#Displayhid with StringUIDs

2001-10-15  Carsten Driesner  <cd@openoffice.org>  [acae928d6572fa8d6de4c202b8aa97c7799d3b87]

        #93123# list of filters should be ordered

2001-10-15  Stephan Bergmann  <sb@openoffice.org>  [f417213e9a98d06dcc629abb10e768ccb3732d0d]

        #93159# Fixed rtl_[u]Stringbuffer_newFrom... (double release).

2001-10-15  Stephan Bergmann  <sb@openoffice.org>  [e261767f6700a189264f50f01e5318b3f1778b3d]

        #93159# Fixed rtl::O[U]StringBuffer::operator =().

2001-10-15  Stephan Schäfer  <ssa@openoffice.org>  [4e29fb6332672f27833d13780ec2fde021897941]

        #92580 printeradmin icon

2001-10-15  Peter Burow  <pb@openoffice.org>  [6639b79c86c9475c59779f3b75965e2412860843]

        fix: #91015# ignore HTML settings for display graphics and tables

2001-10-15  jp  <jp@openoffice.org>  [4011491b3c46233190bbeb0342e9c83800b33d55]

        Bug #93162#: DrawTextShell with slots GetUndo-/GetRedoStrings

2001-10-15  Peter Burow  <pb@openoffice.org>  [d29a97bf215da019ff781e9c5ab50bee3e7fccc4]

        fix: #90914# more optimized

2001-10-15  Matthias Huetsch  <mhu@openoffice.org>  [b6e1169bff715277eeb82e114a267917e1727b69]

        #92552# Adapted to use rtl memory management.

2001-10-15  Matthias Huetsch  <mhu@openoffice.org>  [e09618f928e374b7bba4c6a15b52056f56d4c8b8]

        #92552# Added memory management initialization.

2001-10-15  Matthias Huetsch  <mhu@openoffice.org>  [b900355b3fd342aac264bf9aab36d03ee1abf485]

        #92552# New memory management implementation.

2001-10-15  Matthias Huetsch  <mhu@openoffice.org>  [6ae7ea31ab5a52cfdd4e5d916d1dad905cf834af]

        #92552# Added missing SAL_THROW_EXTERN_C() to function declarations.

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [e62eccbc6a59118594cc9ad15b27ca575489099d]

        Merge SRC641: 13.10.01 - 00:10:02

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [39262abd9a1f88ba5a17a296c0cc3dffb1d91cff]

        Merge SRC641: 13.10.01 - 00:05:37

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [f13a3e2692a241b20220a37ca7b78034f6473c6c]

        Merge SRC641: 12.10.01 - 23:48:41

2001-10-12  Oliver Bolte  <obo@openoffice.org>  [3a359ea9896057479c4ff4b6707f214b1db77647]

        Merge SRC641: 12.10.01 - 23:41:44

2001-10-12  Oliver Bolte  <obo@openoffice.org>  [2c7549af67b7dde93c011589f6d683e09b86403c]

        Merge SRC641: 12.10.01 - 23:36:08

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [a96bd5192132f1b6578621a3139662f8137a67c4]

        Merge SRC641: 12.10.01 - 23:35:52

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [8b8fe97f1a5b49f5c2d8184bed2bd5d7e0e2acac]

        Merge SRC641: 10/12/01 - 23:30:31

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [2e0cd1a636d8565ac4810803f0852823d691ad1a]

        Merge SRC641: 12.10.01 - 23:28:47

2001-10-12  Bustamam Harun  <bustamam@openoffice.org>  [507ad90de47fed3bcd71a01ac26306c13cdb670c]

        #84725# add XServiceInfo

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [369e1d6b2abeb8de24d22644c0e5a025906ab426]

        Merge SRC641: 12.10.01 - 23:19:42

2001-10-12  Rüdiger Timm  <rt@openoffice.org>  [499b024e189bbd30fb2538f97f48ab26d527cddc]

        Merge SRC641: 12.10.01 - 23:16:06

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [733b683fd2e7111a7820612f701df203865ddbe4]

        Merge SRC641: 10/12/01 - 22:59:34

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [3f147d9af8df4357c57474f2533a4ffad2d60146]

        Merge SRC641: 12.10.01 - 22:58:19

2001-10-12  Rüdiger Timm  <rt@openoffice.org>  [f9b6d9ef50f6e6f94f4b92c07f25e49a2f7f42e9]

        Merge SRC641: 12.10.01 - 22:54:38

2001-10-12  Rüdiger Timm  <rt@openoffice.org>  [5b98c97871ee60f23ae96d38651a192feddd36da]

        Merge SRC641: 12.10.01 - 22:51:34

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [5ea992539b7420364a6cfefb8ff6f3277f24b0e0]

        Merge SRC641: 12.10.01 - 22:47:54

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [0f3a9c36592eb0eb7ac5b35ece620f35a0d7632a]

        Merge SRC641: 12.10.01 - 22:46:51

2001-10-12  Vladimir Glazounov  <vg@openoffice.org>  [62763e9a35db3681c12165c373d4ccaae7cae726]

        Merge SRC641: 12.10.01 - 22:46:00

2001-10-12  Rüdiger Timm  <rt@openoffice.org>  [cfc1dd8526c8f7501fb3deb8244edc4a10d2ed14]

        Merge SRC641: 12.10.01 - 22:35:15

2001-10-12  Oliver Bolte  <obo@openoffice.org>  [b17eeb0acbc32c172bcbe497db6f12b9a4d731df]

        Merge SRC641: 12.10.01 - 22:30:53

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [dfd379d98406082080b16687d80a149d313f7b75]

        Merge SRC641: 12.10.01 - 22:29:56

2001-10-12  Vladimir Glazounov  <vg@openoffice.org>  [40db6e87ed237e9fc3f1c3ba6f5176a35c5c593b]

        Merge SRC641: 12.10.01 - 22:26:02

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [981adc5777abf88c91425350b864cd840fbb6dbb]

        Merge SRC641: 12.10.01 - 22:24:23

2001-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [269d981285474da4016be668b76c69357eaf32f9]

        #65293# get files with dos lineends out of the common patch

2001-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [58bd17536377b5669dcec2b352457c01138c59f9]

        #65293# corrected zip dependencies

2001-10-12  Thorsten Behrens  <thb@openoffice.org>  [f2ba606255cddb0adb37c82399bf70c64e7180e1]

        #93096# No decode for UI URL

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [154e550f73df21dc2e31bcce080ebe9e3b24e394]

        #92830#: required change: std::min()/std::max()

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac1f2ea2e317df4493e2457d4ef9f417c4410a19]

        #92830#: required change: std::min()/std::max()

2001-10-12  Mathias Bauer  <mba@openoffice.org>  [abd354c84820c2654a0a1fff55a0bae75a21c2e7]

        #92411#: IsStorage didn't work for storages based on streams

2001-10-12  Mathias Bauer  <mba@openoffice.org>  [0e92d9c4ef42a8bd53b6a77a44f218f8d19bc48f]

        #92162#: required changes of SvtViewOptions

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ada68fdabf5139bff04725d64592d28e8c23acee]

        #92830#: required change: std::min()/std::max()

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [99e111667825ee9268b0000bd699677184849056]

        #92830#: required change: std::min()/std::max()

2001-10-12  Christian Lippka  <cl@openoffice.org>  [471afc172798f2dac1509a331cc7e5a90f80f547]

        #91486# added xml alien attributes

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [03cac15ad7f78df6a0ae9ca887e385d49e16e010]

        #92830#: required change: std::min()/std::max()

2001-10-12  Daniel Boelzle  <dbo@openoffice.org>  [62156f3a36ec2b94669e3242799bf018c11af646]

        #92951# alignment tests

2001-10-12  Daniel Boelzle  <dbo@openoffice.org>  [6d9ba49e20534cb7d4adb40c61be273117e13473]

        #92951# aligment macros for gnuc3

2001-10-12  Christian Lippka  <cl@openoffice.org>  [864d0c8cdc63814e16a27938e7d168e06dc96cd3]

        #91486# added xml alien attributes

2001-10-12  Christian Lippka  <cl@openoffice.org>  [10eb57c6dec170a6cea4d21fe49c463a5c64a0d4]

        #91486# added xml alien attributes

2001-10-12  Sven Jacobi  <sj@openoffice.org>  [cf2c31077672f8ad16c3bdfb14b090a0b69e0575]

        #93065# reading uninitialized memory (mnFont)

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8275cd63bd0821842c5b27250cb32dbe90e9407]

        #92830#: required change: std::min()/std::max()

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [46e2c7a6d32ef700e47e63b0f4db5d9699d7a469]

        #92830#: required change: std::min()/std::max()

2001-10-12  Christian Lippka  <cl@openoffice.org>  [496064507db41ad85b5b6e1672a691be70444282]

        #91486# added generic namespace export for user attributes

2001-10-12  Jörg Budischewski  <jbu@openoffice.org>  [12f3b88dd40e392dc35a262a9a2baed10c1504ff]

        #88337# documentation reviewd

2001-10-12  Jörg Budischewski  <jbu@openoffice.org>  [48e5d83c42cf2dcea21bfda17a1ed692ee927d2e]

        #88337# reviewed documentation

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [390bd357b43f6f3fa5be2917c03d899a9654185b]

        #92830#: required change: std::min()/std::max()

2001-10-12  jp  <jp@openoffice.org>  [cb715a83d5b890b779e5600a5eeded22d780e6f3]

        Task #93129#: use also the new Undo-/Red controler

2001-10-12  jp  <jp@openoffice.org>  [db6bef17b4aab7e5d58253ae72333b27a5c4fca3]

        Task #92348#: optimize Undo-/Redo controler code/class size

2001-10-12  jp  <jp@openoffice.org>  [9effedf11326a0c400c0590809369c345f49778e]

        Task #92348#: optimize Undo-/Redo controler code/class size

2001-10-12  jp  <jp@openoffice.org>  [484dee576f0bf081c785b8e24a03a836fb49d5c4]

        Task #92348#: optimize Undo-/Redo controler code/class size

2001-10-12  jp  <jp@openoffice.org>  [dc065cd457c05859bb0de15eaf948d2ef66b6340]

        Task #92348#: optimize Undo-/Redo controler code/class size

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [be01851bf8bb939766a4979346f5350d157baa24]

        #92830#: required change: std::min()/std::max()

2001-10-12  Mathias Bauer  <mba@openoffice.org>  [207c769090597fbf19966aca5fdd36bafb051f1b]

        #91174#: only check visible frames on logout

2001-10-12  Daniel Boelzle  <dbo@openoffice.org>  [d883c5a06fd10c331bb3fd1931175fb153b6db46]

        #92951# better bin tests

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d0eeb9d04ef36cc1ef7124b25fee483084bdfd5]

        #92830#: required change: std::min()/std::max()

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [49773308dc71f857b5d44cb8b54797a0a8446b9d]

        #92830#: required change: std::min()/std::max()

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3472973a79e27f3a2167168fa840ad8a7406794]

        #92830#: required change: std::min()/std::max()

2001-10-12  Mathias Bauer  <mba@openoffice.org>  [d27a647698b6aa58dbfc152f0784aca8c611fc47]

        #92756#: wrong pathes in webtop

2001-10-12  Behrend Cornelius  <bc@openoffice.org>  [552c5fef04b1730dce28df8d2f0485774fbe189c]

        #93098# StoreDocument now with errorhandling

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c270ee89d002054177af411ec9f14c01453dd477]

        #92830#: required change: std::min()/std::max()

2001-10-12  Behrend Cornelius  <bc@openoffice.org>  [1b06eaa397078bf5f016f517f171a2e3ce5427d5]

        #93102# Bug with borders now fixed, call from beamer now works fine

2001-10-12  Mathias Bauer  <mba@openoffice.org>  [de11880f24207823f5a6572cade5ee4ca2c56c3a]

        #92756#: wrong pathes in webtop

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [112fe37838e1dd2cbda604362439321077f45459]

        #92830#: required change: std::min()/std::max()

2001-10-12  Oliver Bolte  <obo@openoffice.org>  [f8d7c69caec77963aeed2812b4eeaccc333a04bf]

        new version for SRC641

2001-10-12  Rüdiger Timm  <rt@openoffice.org>  [9aaff8a3e812a1d4d1d1d61f65c60e3c36ab4ee8]

        new version for SRC641

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d2680318ea5bd6cc909f726e9b866fbb5968f4d]

        #92830#: required change: std::min()/std::max()

2001-10-12  Michael Brauer  <mib@openoffice.org>  [e3fe01da59ceb6bbfb72493e25f6c3e718ed92df]

        #92217#: Remove loading/saving of layout

2001-10-12  Michael Brauer  <mib@openoffice.org>  [278ac9a7ff911a7086214d3f1980d9fb0fedeed8]

        #92217#: Remove loading/saving of layout

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [9fe54f4d8c02c628f0658d80837ee4ab7ceb453d]

        new version for SRC641

2001-10-12  Martin Gallwey  <mtg@openoffice.org>  [b50c83689cff4b30424b1a1792e2a2342d423fe7]

        #92717# pass pDoc pointer to constructors so we can access default styles

2001-10-12  Daniel Vogelheim  <dvo@openoffice.org>  [33dcba66f9f1e8b4b9277f86dcd4f735078b3d5e]

        #91636# always clear attribute list, if if 'severe' error occured

2001-10-12  Martin Gallwey  <mtg@openoffice.org>  [c7f1597662ab654c26fef1a4cc2c81d2b7c262fc]

        #92717# Use the SwDoc pointer to get values from default styles for frame descriptors

2001-10-12  Daniel Vogelheim  <dvo@openoffice.org>  [07251356ebdf355ca470d67225cc5ccd49bd9c22]

        #91949# prevent 'set wrong value on ProgressBar' assertion if no reference value is set

2001-10-12  Michael Brauer  <mib@openoffice.org>  [4616a4b0f152d495f153476c4c2979caaba64365]

        #92217#: Remove loading/saving of layout

2001-10-12  Martin Gallwey  <mtg@openoffice.org>  [1100822c96684235ade9717c41fbd4357dc92536]

        #92717# Pass the SwDoc pointer to the SwXFrame derived classes so I can access styles from the document

2001-10-12  Frank Schönheit  <fs@openoffice.org>  [95d327ba8006dde05c0659e7398c6ac264b46bfe]

        #88924# deliver folderpicker.hxx

2001-10-12  Frank Schönheit  <fs@openoffice.org>  [319629dac79634929c4a65224cf4c28c40ad26b6]

        #88924# make GetTopMost... static

2001-10-12  Kurt Zenker  <kz@openoffice.org>  [14f4a21926e5403735a43a7f306ac1583e797ed2]

        new version for SRC641

2001-10-12  Oliver Braun  <obr@openoffice.org>  [982f215b1c0c246cbc552b1032a6759e81e2afdb]

        make autodoc happy

2001-10-12  Michael Brauer  <mib@openoffice.org>  [8346ad440f7def35f7e220282503b81e11d21a97]

        #92217#: Remove loading/saving of layout

2001-10-12  Andreas Schlüns  <as@openoffice.org>  [91581d0f412323be8c091a99ae4488e2dd0fb606]

        #92162# perform viewoptions

2001-10-12  Rüdiger Timm  <rt@openoffice.org>  [e9b96871af8a944fbb660d9de462e7d6839ae5e9]

        new version for SRC638

2001-10-12  Mathias Bauer  <mba@openoffice.org>  [9afbe03397cd3d637f4ae628b144b888b0781204]

        #91147#: blank dispatching always uses loadComponentFromURL, never use findFrame, does not work in WebTop

2001-10-12  Stephan Bergmann  <sb@openoffice.org>  [7499a25eb544b17f9db875e2a2fd6a84f7e4ef1a]

        #87140# Added missing information.

2001-10-12  Frank Meies  <fme@openoffice.org>  [00a79308727b1189addcdb1a8dde3cc59463d4bf]

        Fix #92942#: Wrong paranthesis in SET_WRONG macro

2001-10-12  Peter Burow  <pb@openoffice.org>  [4af60d2eeb13391f68aed2d6865ef2ee7db9ae66]

        fix: #92162# required changes of SvtViewOptions

2001-10-12  Kai Sommerfeld  <kso@openoffice.org>  [98b84aba600dd60540a5e1209be753262920e23c]

        #91127# -Added TARGETTYPE=GUI

2001-10-12  gt  <gt@openoffice.org>  [d77abcd53214f9c56c264dbf7a4854556e912dcb]

        #92162# must change SvtViewOptions

2001-10-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [9630dcab1654dee3242fb677de0280caf9df4d89]

        #82924#: gcc-3.0.1 needs lvalue

2001-10-12  gt  <gt@openoffice.org>  [aabfd0ea320363be0d47309ae76271a7845eced5]

        #92162# must change SvtViewOptions

2001-10-12  Niklas Nebel  <nn@openoffice.org>  [803d78fde1db3c605639b3fd221f4b7199fc45ea]

        #86458# for context menu by keyboard, use cursor position

2001-10-12  Eike Rathke  <er@openoffice.org>  [84fa75275a3fad7180f4267cb4e5ca0f6a522441]

        #86145# when sorting, 3D references are not updated but kept to point to old position

2001-10-12  Malte Timmermann  <mt@openoffice.org>  [6082b7629051a73827105eea7933a17648d30370]

        #89914# BASEPROPERTY_SCALEIMAGE

2001-10-12  Caolán McNamara  <cmc@openoffice.org>  [5fc6129e72b678f262ecfaab871f2d72054ef1f4]

        #92940 Allow commas as seperators of styles and levels in toc field

2001-10-12  Malte Timmermann  <mt@openoffice.org>  [b7d30aaf73d5e617c72c619fe6e38095ec1f59d3]

        #89914# ScaleImage

2001-10-12  Frank Schönheit  <fs@openoffice.org>  [7123ce2eb7dfebce179fa611d85d968a04b2604e]

        #91600# HID_DBIWIZARD_FILESELECTION

2001-10-12  Tino Rachui  <tra@openoffice.org>  [1b8513cf998448c2719a1a5772436c79936eba2b]

        #91448#changed font setting from MS Sans Serif to MS Shell Dlg

2001-10-12  Sven Jacobi  <sj@openoffice.org>  [425010e35fc538f525b86173d8d956d3d3e8c82a]

        #93083# solved performance problem

2001-10-12  Mathias Bauer  <mba@openoffice.org>  [8c3d257b49c9873883c8a4261786bebf9466dc09]

        #89054#: avoid using package component if storage is not there

2001-10-12  Oliver Braun  <obr@openoffice.org>  [3ef74dab06323c5e368f11d9d578494658aa973e]

        #93053# throw exception if mail client could not be started

2001-10-12  Ocke Janssen  <oj@openoffice.org>  [251039c87c81c9b38a809ff5a4993e7d06e01d36]

        #92883# fix the descriptor handling

2001-10-12  Ocke Janssen  <oj@openoffice.org>  [0ed8d1bf8a7850378eb9dbfbc433a30ca2967096]

        #92883# fix the descriptor handling

2001-10-12  Mathias Bauer  <mba@openoffice.org>  [8348f7a798205e5ad0e5078619ff519d3cf02621]

        #91174#: make sure that all new documents are opend via OpenDoc

2001-10-12  Andreas Schlüns  <as@openoffice.org>  [7645ba5d41536fdf344c7f5391902e5f0fd729f8]

        #92766# don't use special FAT2VFat for windows any longer

2001-10-12  Caolán McNamara  <cmc@openoffice.org>  [c8232050243778f9896749a4d3e2ec4d58c3b06a]

        #92697 save settings in embedded objects

2001-10-12  Frank Schönheit  <fs@openoffice.org>  [e6cdb98e62cc36cc622a712c1376fdbb6fad7672]

        adjusted the URL for the IANA document

2001-10-12  Mathias Bauer  <mba@openoffice.org>  [794a78f73a6c5ac960515de088fbd380246d7bc2]

        #91174#: desktop always tries to dispatch over plugin in webtop

2001-10-12  Caolán McNamara  <cmc@openoffice.org>  [39273ceb4c6f9677bbb83409f2b12a073cdc3d10]

        #92975# Check pointer

2001-10-12  Stephan Bergmann  <sb@openoffice.org>  [874b016aec9ed24583cd41a711a4cfc599ddf6ec]

        #87140# Added textenc regression tests.

2001-10-12  Daniel Boelzle  <dbo@openoffice.org>  [2edea56b0a442ab65cef1024917ed95ca4207175]

        #92951# added test cases

2001-10-12  Caolán McNamara  <cmc@openoffice.org>  [2fdd670bbe6f77dc3e5f3daa199245c7708f8721]

        #92916# Use western font as fallback conversion set for 8 bit

2001-10-12  Frank Schönheit  <fs@openoffice.org>  [9c7b2a28047eebd169b7f90d10e56a192573907b]

        #88924# +GetTopMostFilePicker

2001-10-12  Daniel Boelzle  <dbo@openoffice.org>  [3bb252e1dcb881fbdb0f001f02ae73687cd2bc42]

        #92951# struct test cases

2001-10-12  Stephan Bergmann  <sb@openoffice.org>  [ee2c73f6a8711bb1e9f6ed5ea253b152b6742144]

        #87140# Cleaned up, added EUC-TW and GB-18030.

2001-10-12  Christian Lippka  <cl@openoffice.org>  [f65c6f9d99ebb1a18da00aec3db684750cb4db51]

        #91486# added xml alien attributes

2001-10-12  Christian Lippka  <cl@openoffice.org>  [c27eb05a96ca0ac5f2b5d384595bce1f6be7f871]

        #91486# added xml alien attributes

2001-10-12  jp  <jp@openoffice.org>  [04d3ffd6286aa4de7dca85b346074ed53154d06a]

        Bug #92942#: ResetAttr - call ClearItem_BC instead of ClearItem

2001-10-12  Stephan Bergmann  <sb@openoffice.org>  [bf4d03e8e0ec2a50462ba0d959915b17e515f8c0]

        #87140# .dat was a bad idea (cvs wrapper thinks it's binary), retrying with .tab.

2001-10-12  Stephan Bergmann  <sb@openoffice.org>  [e8366e3816b50dbe4e1f9b697abece8813e11b00]

        #87140#

2001-10-12  Daniel Rentz  <dr@openoffice.org>  [93fe0763ae4769fe4144657a1655560fa545e51e]

        #92791# typo

2001-10-12  Daniel Rentz  <dr@openoffice.org>  [dfeebfc5c88b0701ba3bbd0809c4f113525a672d]

        #i1714# EDATE: wrong year calculation

2001-10-12  Philipp Lohmann  <pl@openoffice.org>  [34bbe0f07174d7d31fdfff203c273deb45ad893b]

        #93105# correct transient hint for unmapped parent frames

2001-10-12  Frank Meies  <fme@openoffice.org>  [b7b83fe07b1a772489c76956d3d64d570fa711ab]

        Fix #93009#: Frames anchored at page should not affect text in footer or header

2001-10-12  Behrend Cornelius  <bc@openoffice.org>  [179c7dbf0dc72cd6254f1a46aefa177467771978]

        #92259# New Basic Numeric controls added

2001-10-12  Peter Burow  <pb@openoffice.org>  [f85b8909d0870bb96b79b472561bc4892d7b0068]

        fix: #93080# dont use an empty factory

2001-10-12  Frank Schönheit  <fs@openoffice.org>  [e5c6dceeafb44aafadbdea5dcdcab4ce279b22fe]

        #92343# #93024# don't execute the internal file picker in an own thread

2001-10-12  Frank Meies  <fme@openoffice.org>  [a86a8e26576f7b2aae5af75f03e19989df8e77cb]

        Fix #92593#: Zoom of line break and tab symbols (ifdeffed)

2001-10-12  Frank Schönheit  <fs@openoffice.org>  [acd7c723c28d341186b13f1e15c1ee3d768b7e71]

        #93090# in case-insensitive folders, compare the file extension we're working for case-insensitive

2001-10-12  Carsten Driesner  <cd@openoffice.org>  [3497c874659e85d302b37da4f9fe8b1a49fc24e9]

        #92936# default port changed to https

2001-10-12  Carsten Driesner  <cd@openoffice.org>  [5be2231b4c383ff127830cbb2a90fa45d4de2f40]

        #92936# not supported ports removed

2001-10-11  Rüdiger Timm  <rt@openoffice.org>  [70d27abdd8d51150652ac019d082dd27b92088cd]

        Merge SRC641: 11.10.01 - 23:28:42

2001-10-11  Rüdiger Timm  <rt@openoffice.org>  [448d47945f332534266199e6ecbd36f9f377e4cc]

        Merge SRC641: 11.10.01 - 23:18:42

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [7f2948928c089ac15084a51e2d1af3cb0eae4505]

        Merge SRC641: 10/11/01 - 23:15:32

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [7520501b74fba42ceb6d608c16a2538f012aa8d8]

        Merge SRC641: 11.10.01 - 23:14:56

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [2c45c6886878a3a4657f4acb0ce48e52ff5c06f0]

        Merge SRC641: 11.10.01 - 23:13:05

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [ae561bc57008a3a98e958fe99c94ee893daaff47]

        Merge SRC641: 11.10.01 - 23:11:05

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [3d0d2a6cbe20df2fbb17c75ca126444108b947c5]

        Merge SRC641: 11.10.01 - 23:09:15

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [d915558cf3c05795fd4bdc954c1e032ef4f5a66d]

        Merge SRC641: 11.10.01 - 23:07:21

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [86fb17be04df086dbf0bc54b27295cd8abddc89b]

        Merge SRC641: 11.10.01 - 23:07:26

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [04d002b222028b58fde78c9d1fbf2a2d3b4e99f9]

        Merge SRC641: 11.10.01 - 23:06:47

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [0e4fc6769360b12f9cfff45601d8abf9da491d0d]

        Merge SRC641: 11.10.01 - 23:06:24

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [c5dffe206e2eca970792e50736947c26d6809a6d]

        Merge SRC641: 10/11/01 - 23:03:28

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [ddbd6fa691b91944453e8b27ca650d1ba58894a1]

        Merge SRC641: 11.10.01 - 23:03:29

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [f31a29ebacc4cd1a91d5153e3ccb477c06ecabfd]

        Merge SRC641: 11.10.01 - 23:03:04

2001-10-11  Oliver Bolte  <obo@openoffice.org>  [af166d872a7c8763d2070e362b4ad531f8fd7718]

        Merge SRC641: 11.10.01 - 23:02:49

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [360016c169d2fe2d655e0a400261f13044af496a]

        Merge SRC641: 11.10.01 - 23:02:31

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [1457b628eb9c4332f3de682c6b47af5de2f8c5d0]

        Merge SRC641: 11.10.01 - 23:01:42

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [0dad826e2e872d3c08f238e1792bff86b95dfc36]

        Merge SRC641: 11.10.01 - 23:00:35

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [1005c7d776852edec94db6e82aabb53c671750bb]

        Merge SRC641: 11.10.01 - 22:57:12

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [aa7d9342788c7f6898f1ea5c3192f47d8b367104]

        Merge SRC641: 11.10.01 - 22:56:43

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [865166838f8b5ae63c74eee7bb8009444308435c]

        Merge SRC641: 11.10.01 - 22:54:23

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [06db84e79eaa72e3b8e0ae6b05f9acf1d824fae1]

        Merge SRC641: 11.10.01 - 22:54:21

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [8fd9698407fb6560ce1a05be4ac0d99669fe60ab]

        Merge SRC641: 11.10.01 - 22:51:06

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [a8bd5f78b3eda7ea7b03e77a2b4ee7c21fdabdb8]

        Merge SRC641: 11.10.01 - 22:50:23

2001-10-11  Oliver Bolte  <obo@openoffice.org>  [82aa3bd58cdd7e49c48259d49c7b46a46007407a]

        Merge SRC641: 11.10.01 - 22:50:35

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [96c140f5e3e8c9184f5eef9489dd200bd0bf0ca5]

        Merge SRC641: 11.10.01 - 22:49:51

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [8d07375114054f11e7f38d068c915847a225c404]

        Merge SRC641: 11.10.01 - 22:49:40

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [39ef44f54e2d0b0e59d0673acb1367ccb32890be]

        Merge SRC641: 11.10.01 - 22:49:08

2001-10-11  Oliver Bolte  <obo@openoffice.org>  [fcbd7866e0b9af504af9442b2f8b26977b00f537]

        Merge SRC641: 11.10.01 - 22:48:13

2001-10-11  Rüdiger Timm  <rt@openoffice.org>  [68e91d9e2663132c5210481ec2bda2524abae888]

        Merge SRC641: 11.10.01 - 22:47:27

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [4e8f7475b7dc89c6de0bc9d76f5a44d4d54ad6fd]

        Merge SRC641: 10/11/01 - 22:48:34

2001-10-11  Rüdiger Timm  <rt@openoffice.org>  [82714364fbd710299d442bd7e4d91608a768e343]

        Merge SRC641: 11.10.01 - 22:46:54

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [2e319d5551638bf2f360e1d403ff7f779b63b3a5]

        Merge SRC641: 11.10.01 - 22:47:11

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [ada43b1daa1c4ae4537c747c290ba10a36070a0a]

        Merge SRC641: 11.10.01 - 22:46:01

2001-10-11  Rüdiger Timm  <rt@openoffice.org>  [45d756f437f66c2c35ebf0e903019bb1d24d045b]

        Merge SRC641: 11.10.01 - 22:44:16

2001-10-11  Oliver Bolte  <obo@openoffice.org>  [b9a3c022bc67cd31e58067c712b591914ebad315]

        Merge SRC641: 11.10.01 - 22:43:38

2001-10-11  Oliver Bolte  <obo@openoffice.org>  [cb35d6d7508e6d6b39893077f1603c33431ae136]

        Merge SRC641: 11.10.01 - 22:41:47

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [b39d4d44d9a3d951a21c0389f6e7ada2daeb3e41]

        Merge SRC641: 11.10.01 - 22:40:54

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [1afbc7884c73b5c332a4d6c8cc2a1b10567e2e97]

        Merge SRC638: 11.10.01 - 22:35:00

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [878abc7ab87170c152c98bc919337f9448b197ac]

        Merge SRC638: 11.10.01 - 22:20:13

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [aacdf798124cd9c10a9373c328976e8bf3ef740e]

        Merge SRC638: 11.10.01 - 22:19:21

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [a4a0c90cdfb67c541941c17f7b7dc58ac9f678aa]

        Merge SRC638: 11.10.01 - 22:16:24

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [efcdfd59516c555e6cec99c7d5153bde0c228785]

        Merge SRC638: 10/11/01 - 22:14:03

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [3673edf64ee7a8628484c54da779e1ad5902ef03]

        Merge SRC638: 11.10.01 - 22:11:40

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [c24d93538f0d254ae91c7f44603f0d131b3a0a64]

        Merge SRC638: 10/11/01 - 22:12:07

2001-10-11  Martin Gallwey  <mtg@openoffice.org>  [702fccec11e8b00a0550a4a1af0c63844975a175]

        #89875# fix XPropertySet methods for descriptor styles

2001-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd906444684b86171a9eed8a56c3b5956ab72a57]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bcfda0a37ec7728136c0f464f4d9a660a0937ba5]

        #65293#

2001-10-11  jp  <jp@openoffice.org>  [f69366843ce1764fb4a684c055879c796b0cbac5]

        Bug #93007#: StartDrag - ask DrawView if they will handle the DragEvent

2001-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b764eb1c687479735bb15766e1d869fe949fe27]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7209ff03122e5e743973a58052dbb8f4edd716ef]

        #89835# gcc likes -fpic better

2001-10-11  Martin Gallwey  <mtg@openoffice.org>  [8602b735a535eec3487bf9d6ebbc732f87094dd4]

        #93063# make sure we have a link before calling methods on it

2001-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8583af9184e7c620bfe98d0cb36b4b52761735c]

        #92924#: lcl_GroupAndClassify(): clear FilterGroupList

2001-10-11  Philipp Lohmann  <pl@openoffice.org>  [cf52a2514776296baaeb7a0ef92508ad5dd37644]

        #92036# do not try to change stacking order on WMs that do not need that

2001-10-11  Dirk Grobler  <dg@openoffice.org>  [49794f270fda957d4c2c92ffa88c7568fb0fa4f1]

        #92234# new string defs to share

2001-10-11  Jörg Budischewski  <jbu@openoffice.org>  [81c963211a6a2f65c5dedeadd47ddda6faf184df]

        #92165# outputdevice is now set at graphics, before getdevfontlist is called

2001-10-11  Martin Gallwey  <mtg@openoffice.org>  [9704da98d12083c9584e1229a51b20e07c561447]

        #91766# handle 3dscene objects as SwXGroupShapes

2001-10-11  jp  <jp@openoffice.org>  [24aebf32356e390e642e4ecd2c5bd61a6b8517b5]

        Bug #72294#: merge code of methods GetNext-/PrevCntntPos() into one method

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [efe150cc9d8448d7e2d3b01b3fd0c58b70bffb86]

        #65293# fix for compiler bug

2001-10-11  jp  <jp@openoffice.org>  [902a2c3de3a05e8f1c46c5988b328404cd2db412]

        Bug #72294#: TimeOutHdl - call UnitUp/-Down also with table selection

2001-10-11  Malte Timmermann  <mt@openoffice.org>  [86fe1d952eae8f14ae6cddd695e28d2859c6ecf3]

        #88465# Keep Text in UnoEditControl, maybe there is no Text Property!

2001-10-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [220d88f268c63aea018ffc93b72722b6b80aa743]

        #89835# use config instead of Configure; patch needed for solaris x86

2001-10-11  Martin Gallwey  <mtg@openoffice.org>  [b86953d1db4d5a4fe6f8d6e86778ce7b2b303c06]

        #91766# Use SwXGroupShapes for 3d objects the same as for normal group objects

2001-10-11  Malte Timmermann  <mt@openoffice.org>  [e1dba987150678599b5f7a0ef25b5f4d491810ca]

        #88465# Keep Text in UnoEditControl, maybe there is no Text Property!

2001-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5658da1f61715b7a4fe0ff56564c354ed4d413e]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [8d94cdb57f57c1c7987ea8ea6be20134dd68682b]

        #65293# corrected misspelling

2001-10-11  Herbert Duerr  <hdu@openoffice.org>  [20da1a8084680c1835bfe3cf619068b86c87c8f5]

        #92957# fix for GetGlyphOutline worst case

2001-10-11  Malte Timmermann  <mt@openoffice.org>  [cd2a6118916f3c9f81d8a9a1f769adf2488bbb57]

        #88465# ImplHasProperty( nId )

2001-10-11  Andreas Martens  <ama@openoffice.org>  [12defa69c127ba7dd77c4f564c84d8a85782a8df]

        Fix #92154#: Columns with automatic width

2001-10-11  Daniel Boelzle  <dbo@openoffice.org>  [ba4f155598069228bd52b0ab2d12744c231d60dc]

        #93054# changed bootstrapping + singleton names

2001-10-11  Daniel Boelzle  <dbo@openoffice.org>  [d0fcf4111a2d9fe77aac9f664b694a45265cb342]

        #93054# changing bootstrapping preparing config access instead of rdb storage

2001-10-11  Christof Pintaske  <cp@openoffice.org>  [842dccb2f2e8a618307de26481c98abd63fb45bc]

        #92649# create a dependecy to nas (network audio sound) for libaudio

2001-10-11  Dirk Grobler  <dg@openoffice.org>  [ecc3afa57a478e170bf9c6ad599c6ba78f0ad6c6]

        #92234# new string defs to share

2001-10-11  Kai Sommerfeld  <kso@openoffice.org>  [dcc4e67af54d75295f820c69ac9c008307ef0e9b]

        #92268# - Added support for property "EncryptionKey" for package streams.

2001-10-11  Dirk Grobler  <dg@openoffice.org>  [98c148fb406f70aa82aa3ac88868e2bbd46f5c68]

        #92234# refactored group and user management and added feature for creating groups within groups

2001-10-11  Daniel Boelzle  <dbo@openoffice.org>  [7d32518485923feb4e0253be06f7a726ec21fe32]

        #93054# fixed implementation names

2001-10-11  Daniel Boelzle  <dbo@openoffice.org>  [fa79b3c7d4ac1d6360ec5fd44f894844cfe08d95]

        #93054# fixed assertion: enums may also be incomplete

2001-10-11  Daniel Boelzle  <dbo@openoffice.org>  [589e50581a4cbc4d308009627ba4813503aba521]

        #93054# added QUERY ctor for anys

2001-10-11  Daniel Boelzle  <dbo@openoffice.org>  [7e32c6ec2878fbfc0e7086668fa5ce70c032f496]

        #92951# added support for gcc3

2001-10-11  Daniel Boelzle  <dbo@openoffice.org>  [8819d2aed25c9bf6b7dcec754f16a986e160306a]

        #92951# added new name for gcc3

2001-10-11  Armin Weiss  <aw@openoffice.org>  [737978aaa05136be8f476bea00ca3b01c7468791]

        #93069# profiling support for drawing layer startup

2001-10-11  Thomas Benisch  <tbe@openoffice.org>  [457c2999d7e341b15296d0c02e9ce3c8bc0c9bf3]

        #92973# GPF whwn select a modul in the object catalog in special cases

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [2b8944ad8c6fbea00a49faed168efc31a9bad67e]

        new version for SRC641

2001-10-11  Malte Timmermann  <mt@openoffice.org>  [332496a5811e1f4615a4b2ddbae483889de6e3e4]

        #87976# Set/IsKernAsianPunctuation

2001-10-11  Kay Ramme  <kr@openoffice.org>  [5874171a790d14d1bdf113e600c1d2a03bed9037]

        added tests for macros (#88338#)

2001-10-11  Kay Ramme  <kr@openoffice.org>  [7b0944830ebaca56bf7ce4a82e0572311fbf4316]

        added SYSBINDIR as predefined macro (#88338#)

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [0dd6fd8d61a6ae0625aa3ef98ccecf6561cae283]

        #65293# added type vvoid

2001-10-11  Malte Timmermann  <mt@openoffice.org>  [842715e39c15f20f829462584dbb3203e77d4dfc]

        #87976# Set/IsKernAsianPunctuation

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [aaacda031e910e4e58c00e83deabdfdbf886e035]

        new version for SRC641

2001-10-11  Frank Meies  <fme@openoffice.org>  [4d2990ff40ab7c5e838e137c905124fb8e916c3a]

        Fix #92985#: Vanishing tab leaders if using small capitals

2001-10-11  Thomas Lange  <tl@openoffice.org>  [14cada089998c54dfb8f1fd4fbdf7dc0b8847405]

        #92744# make align functions work for nodes with token-type TTEXT

2001-10-11  Mathias Bauer  <mba@openoffice.org>  [4d232175751d5244ab96fb4244f72f2cc86388f2]

        #91174#: some changes for proper title settings

2001-10-11  Mathias Bauer  <mba@openoffice.org>  [4a3f561b805fd18a7b0a68db2724fa87735e89c0]

        #91174#: attachResource for files from template later

2001-10-11  Mathias Bauer  <mba@openoffice.org>  [a1a4fdbb02eaf091cb280183c376dea65c37f2d9]

        #91174#: SetNoName not inline; some changes for proper title settings

2001-10-11  Kurt Zenker  <kz@openoffice.org>  [97fa00023c88cd5eff7dbd26bcf93dc6495e0c9c]

        new version for SRC641

2001-10-11  Mathias Bauer  <mba@openoffice.org>  [8d2f9af7915a66a2d3e8f4de4da3f1b04bff80ef]

        #91174#: crashguard now uses proper names for unnamed documents

2001-10-11  Malte Timmermann  <mt@openoffice.org>  [2644431cc762d1fd2528e6edb04ee0a0e12656a0]

        #91486# SvXMLAttrContainerItem

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [a0cdf770561fde6cb77ce2dfc497090ec77242b7]

        #65293# exception specification

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [628c3fb4f4940fc6ef6551384a8805f61635d1c5]

        #65293# corrected for solaris' compiler

2001-10-11  Oliver Specht  <os@openoffice.org>  [60932aa210767bb1aedba26fa2f53142a6f22ad4]

        #92724# set relative bullet size depending on the numbering type

2001-10-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [944ad998de8236c41240b16fb85ad32497d6f3e6]

        #92800# export PRJ in platform conform format

2001-10-11  gt  <gt@openoffice.org>  [2a207da09d5cb8a659f6942c04d64254fa581ac6]

        #92980# KEY_TAB for DockingWindow -> SfxHelpTextWindow_Impl

2001-10-11  Vladimir Glazounov  <vg@openoffice.org>  [db11521ee8b47f43655a1b67ae9b0fc9dc1c7f84]

        #65293# removed wrong applicat.rdb referece

2001-10-11  Rüdiger Timm  <rt@openoffice.org>  [2d08edefa58f0e54438167a17e77b4458ea0e42a]

        new version for SRC641

2001-10-11  Frank Meies  <fme@openoffice.org>  [a289d0ab6bde9ddc07a981b6de169cf1b832ab2b]

        Fix #92048#: Script changes inside footnote anchor

2001-10-11  Sascha Ballach  <sab@openoffice.org>  [b22aecb4911737ae9d4b508232e7f0dc090081ae]

        #93027#; make the test for empty cells better

2001-10-11  Rüdiger Timm  <rt@openoffice.org>  [998156970ed2f2caa693f9a6db744a289ac14137]

        new version for SRC641

2001-10-11  Kai Sommerfeld  <kso@openoffice.org>  [14d49fcb45b43d710e821830d79b79ea171a2e2f]

        #92925# - Updated documentation.

2001-10-11  Martin Maher  <mmaher@openoffice.org>  [7aea50d9e8c9311bef8f3bb716e7b4e1c719022c]

        #92995# - Remove dependency on file SDBC driver

2001-10-11  Niklas Nebel  <nn@openoffice.org>  [fdf0889a5c96c8d971b78f8950c778ad7fa78000]

        #92231# add format OBJECTDESCRIPTOR also for graphics obejct

2001-10-11  Thomas Benisch  <tbe@openoffice.org>  [5b40a1f98575f1f1b24200384126d34588fb4090]

        #92947# the select library is not displayed for editing but the first library

2001-10-11  Oliver Specht  <os@openoffice.org>  [a33634165d0fb0ac65e65f55138b3e89837c5299]

        #74208# new: SID_RULER_BORDER_DISTANCE

2001-10-11  jp  <jp@openoffice.org>  [d6f6028b678f4da9e6f8e3a4947d80edc9341cc1]

        Bug #79802#: disable unprotect cell in readonly sections

2001-10-11  Peter Burow  <pb@openoffice.org>  [380deadbea8268360579d326fa8795d769aa2d8f]

        fix: #93014# dont show tooltip

2001-10-11  Mathias Bauer  <mba@openoffice.org>  [ff0cc6ade96d94f5a80719947e88fd01764a572a]

        #92355#: execute slot dispatches using some bindings support

2001-10-11  jp  <jp@openoffice.org>  [0eaa99f5554c5f8e98ad997ff3f3adfe7eaf132d]

        Bug #91313#: add some test code for this bugfix, but don't activate it

2001-10-11  Ocke Janssen  <oj@openoffice.org>  [7c894b33cccf961298ae585cad2c1fffd4ea0227]

        #92000# making d&d asyncron

2001-10-11  Mathias Bauer  <mba@openoffice.org>  [31557bd63dd57b8ec5d68fe3d40f4c5c064a6dee]

        #92510#: avoid element not loaded exception

2001-10-11  Mathias Bauer  <mba@openoffice.org>  [2e4d24c980c17c1653f5cb84d8e79bdf4622e151]

        #87847#: Dde-Service now removed in AppData

2001-10-11  Mathias Bauer  <mba@openoffice.org>  [39252798450587c1ad4527890792d4a81b78236b]

        #90899#: SID_NEXTWINDOW/PREVWINDOW fixed

2001-10-11  Mathias Bauer  <mba@openoffice.org>  [36c5f00d47a9d5ee16fc229e7cd8fdab6af8c173]

        #92148#,#92374#: some problems with verb and enum slots

2001-10-11  jp  <jp@openoffice.org>  [be535a9f38fdd74c72f49ae17d4b7fd127ac75cb]

        Bug #91228#: OuterResizePixel - don't move the cursor into the visible area

2001-10-11  Mikhail Voitenko  <mav@openoffice.org>  [6032c5ea5bb38ab172cd7c6b22580539796af2fb]

        #92380#,#91564# New dialog with unique hid and fixed text

2001-10-11  Mikhail Voitenko  <mav@openoffice.org>  [42f8ae78111067bf38e9a8a2208462c35b2bc4af]

        #92380# deliver uui.hid

2001-10-11  Peter Burow  <pb@openoffice.org>  [fc29c231471386daba48233a6ce1435e72a01fa8]

        fix: #92733# dont put kerning item if edit is disabled

2001-10-10  jp  <jp@openoffice.org>  [c0ff0fec0487ce924017a690de6edda733c16c48]

        Bug #91228#: _SetZoom - don't move the cursor into the visible area

2001-10-10  Niklas Nebel  <nn@openoffice.org>  [dce17309630b6989748ef558af6f77ef28471a49]

        #92618# ViewChanged: after setting SdrObject's size, call SetDrawModified

2001-10-10  jp  <jp@openoffice.org>  [3e4d07ce7629e64df6cab8fbc796976e6fea63b8]

        Bug #91377#: MouseButtonDown - don't move the cursor into the visible area

2001-10-10  jp  <jp@openoffice.org>  [f7a58828d3bb16fafc94ad57663b7872a3c5ffaf]

        Bug #90355#: EnterDrawMode & MouseButtonDown - don't move the cursor into the visible area

2001-10-10  jp  <jp@openoffice.org>  [d7964ac6581e30e48211fc48c58bf4ee936ecfbd]

        Bug #89619#: MouseButtonDown - don't move the cursor into the visible area

2001-10-10  Philipp Lohmann  <pl@openoffice.org>  [42304467ac08f24b20c1a52b3798574845518f54]

        #92188# evaluate more focus events in plugin case

2001-10-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [92dba28e8a4ecd5c04f8f4ed5150b4e6559c8bd3]

        #65293# fixed bug when omiting an error ;-)

2001-10-10  Michael Brauer  <mib@openoffice.org>  [a15f56864e8ed15717cdada8f0430277f99c301e]

        #92695#: Set anchore before orientation to avoid resetting orientation

2001-10-10  Matthias Huetsch  <mhu@openoffice.org>  [bdb40d1e67174f6d3153028f6e49e3ec28caa821]

        #90353# Fixed invalid memory allocation function mix (mpEncodingInfo, mpList).

2001-10-10  Martin Gallwey  <mtg@openoffice.org>  [efb61ca573c44730b81f3230f8fc5271f9fcb3f1]

        #93003#,#93005# also support services which are supported by the service that we support!

2001-10-10  Thomas Benisch  <tbe@openoffice.org>  [5f08c97979427ded3594d5a71fc32f6e7db832d2]

        #92152# Wrong caption bar icon in BasicIDE

2001-10-10  jp  <jp@openoffice.org>  [53da5ad03bf88a037abf6328ecf1b96ad0b8afd9]

        Bug #90461#: ShowCursor - don't move the cursor into the visible area

2001-10-10  jp  <jp@openoffice.org>  [9c78149ca07e8c4260a90f2322fe0ba8ae74e865]

        Bug #90461#: Notify - optimize the code

2001-10-10  Martin Gallwey  <mtg@openoffice.org>  [5495a8e91e4673dfed648c83543d70d27a4dc5f4]

        #92925# the target of a transfer must be a directory...not a file!

2001-10-10  Frank Schönheit  <fs@openoffice.org>  [39430ef472f6d96e1519b12194b62222674216c3]

        #91041# vertically center the FixedTexts in the navigation bar

2001-10-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [0db7c5a6305522bb65eacea6daa7f82ba99ddb18]

        #92924#: includes

2001-10-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [c93550ce2cdecbee53f3551303e256b8494ae6dc]

        #65293#: gcc-3.0.1 needs lvalue

2001-10-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d174c48257657e215ac3880e19e408f40a61eca]

        #92924#: std::min()/std::max()

2001-10-10  Daniel Vogelheim  <dvo@openoffice.org>  [544a3dd1f87aaa14be145963eb70a5d022c68e8c]

        #92945# Fixed redline import         (Previously, the Redline Cursor adjustment for redlines outside of paragraphs          was also triggered in cases where it shouldn't.)

2001-10-10  Frank Meies  <fme@openoffice.org>  [22d63e845bfa9e3b5d7ad42b15afdc1c84b0b96e]

        Fix #76622#: Repaint of underscores

2001-10-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2bbbc97446e8dd81ffa4f57402f569634ab6516d]

        #89835# deliver what's needed

2001-10-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc70f62fb83f2d79a362ba79f8271c1233767b45]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [dec08e8a2991f6e982413f26d479abc006d3dbb3]

        #92924#: gcc-3.0.1 needs lvalue

2001-10-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [250c63824ac1620e0fa221d79efe0c50dc95164b]

        #92924#: C40_PTR_INSERT

2001-10-10  Herbert Duerr  <hdu@openoffice.org>  [ef335960332b5782e13c56be5813b9b888baf4b3]

        #92745# updated performance warning message

2001-10-10  Sven Jacobi  <sj@openoffice.org>  [7c1f86d2c21464b56fb7ba79a3e5cc2f7187aa4b]

        #91292# ::SfxMedium, try to get the filter by content if no ClipBoardID is available

2001-10-10  jp  <jp@openoffice.org>  [9e61840a22b148ec44ecf9b8731cf89c865a3518]

        Bug #92982#: PasteSpecial/FillClipFmtItem - don't add the SVXB formar twice

2001-10-10  Niklas Nebel  <nn@openoffice.org>  [7ae115f984c926210a702695e225df9dee66c0f1]

        #91461# load settings before styles

2001-10-10  Niklas Nebel  <nn@openoffice.org>  [0d879eabf49efce53f69634ec9d40f95f35c45be]

        #91461# property PrinterPaperTray is tray name as string

2001-10-10  Tino Rachui  <tra@openoffice.org>  [7b3253b162baf71433253ef6de27df1d1d2e605e]

        #92840#now searching for <BODY only in TextHtmlToHTMLFormat because the body tag may contain parameters

2001-10-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [487a7ef2fe0e9399b0f8214ed8d6a864c2b9b3bd]

        #65293# insert DEPOBJFILES in dependencies

2001-10-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [9acc8bdc87b65864f3b5cc3cb94ab0474ae10508]

        #82924#: gcc-3.0.1 needs lvalue

2001-10-10  jp  <jp@openoffice.org>  [9a9f2e68946b4164f4512e5063d26047740f36c8]

        Bug #92231#: Copy - add format OBJECT_DESCRIPTIOR into clipboard if we copy a graphic

2001-10-10  Herbert Duerr  <hdu@openoffice.org>  [fa123f99df137e867008ebc3c0959da0dd2a84f9]

        #92745# use libXrender.so.1 instead of libXrender.so

2001-10-10  Dieter Loeschky  <dl@openoffice.org>  [36e88e2f7bad0ca261b017a6c708fe5585300071]

        #92747# Call SetPageSizeAndBorder() if !bMasterPage

2001-10-10  Malte Timmermann  <mt@openoffice.org>  [ca123cf852b1149957119a406e6869b6fa42ca0d]

        #92138# mouseMoved - ClickCount is always 0

2001-10-10  Björn Milcke  <bm@openoffice.org>  [cc322f46761f11e4a3f7f9dc7d697b5859b9d22b]

        #92537# allow setting value of FillStyle also as integer (BASIC)

2001-10-10  Malte Timmermann  <mt@openoffice.org>  [5857735f7789fc69972c661930019d766e5e18e8]

        #92803# Copy/Paste: Use Clipboard, not Selection!

2001-10-10  Oliver Bolte  <obo@openoffice.org>  [0fa73b4b1c726800ca9924cb095f528b122a51df]

        #65293# DO_JS removed

2001-10-10  Philipp Lohmann  <pl@openoffice.org>  [30ddd78135e5e57a976a14cf26aa56a3d6751f8b]

        #90692# go mad for accelerators, cvs header cleanup

2001-10-10  Frank Schönheit  <fs@openoffice.org>  [b877f9b29b5ee6a6f23615bd2db71721b0edb8f0]

        #91973# very old MUST change - SearchFlag::IGNORE_CASE is obsolete

2001-10-10  Oliver Specht  <os@openoffice.org>  [773171e6b7740a49b59e4f72f3bf3353bf6ba43b]

        #92589# determining of headline template for send/HTML|Master document corrected

2001-10-10  Oliver Specht  <os@openoffice.org>  [357211d9e5fa8b8096ab333ead7620dfaa9f218d]

        #91003# selection of counting ListBox corrected

2001-10-10  Mathias Bauer  <mba@openoffice.org>  [4130a84ccb4f40f50037f79a2dc62cb77d6e5867]

        #91174#: support property Title in model arguments

2001-10-10  jp  <jp@openoffice.org>  [750877d438d37a18462b4b6e631122b82aecba05]

        Bug #90816#: GetScriptType - don't skip field and return them as weak

2001-10-10  Christof Pintaske  <cp@openoffice.org>  [a32167c57949eae3ef5165486e8b0caad41653ec]

        #92898# sheffield is by far not metric compatible with century gothic

2001-10-10  Peter Burow  <pb@openoffice.org>  [2e1705843f3a4fdf616b73b2856bda8c03b247f2]

        fix: #92908# disable HelpButton if necessary

2001-10-10  Mathias Bauer  <mba@openoffice.org>  [18dcdcd296f885e6af6017fee74c93f66c7c5918]

        #92756#: don't use LocalFileHelper to convert URLs, because file UCP uses PathOptions by itself ( through SpecialConfigManager service )

2001-10-10  Daniel Rentz  <dr@openoffice.org>  [48ee8710d03719e0aec55d906c31276baf378fa5]

        #92918# DM or $ -> currency units

2001-10-10  Peter Burow  <pb@openoffice.org>  [3e214f24e4d26b86203b3051259bf11f170df441]

        fix: #90914# optimize init_index with hashmap (by ABI)

2001-10-10  Behrend Cornelius  <bc@openoffice.org>  [3a184cc55b6513898998d76a1ba2e201d0442f04]

        #91708# GetDocumenttype now queried instead of mimetype

2001-10-10  Behrend Cornelius  <bc@openoffice.org>  [b8e0ec6547370757078db693ea4d1d81ecef6750]

        #92590# english texts inserted

2001-10-10  Frank Meies  <fme@openoffice.org>  [6144f05bbe69ce090cffe4a9db88b29e3901be05]

        Fix #92939#: GPF during calculation of underline if no printer is available

2001-10-10  gt  <gt@openoffice.org>  [8254982b132c071b8ae6162c805a7d44c960e231]

        #88961# set/view FontWidthScale in FontPreview

2001-10-10  jp  <jp@openoffice.org>  [b3718434e3d40073b3e17c556171e39c20810e19]

        Bug #92930#: GetINetBookmark - ask if format is available, GetString: don't copy last zero character into the string

2001-10-10  Andreas Schlüns  <as@openoffice.org>  [f662f36f266487cd4fffd7a5245f642dcf85d656]

        #91925# initialize member mbNoIcon!

2001-10-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca504ac0662befc56bb11aad5dba2b2d03bcdd7c]

        #92924#: exception specifications

2001-10-09  Daniel Vogelheim  <dvo@openoffice.org>  [e1bb3fb72bf0c60544088e0b1a8493d5d0a6ae22]

        #92682# also count paragraphs in headers/footers for progress bar (text documents only)

2001-10-09  Daniel Vogelheim  <dvo@openoffice.org>  [e9f3ced51e6f0e2c5939a3d1014bb19890dcce0c]

        #92682# fixed progress bar reference value for writer

2001-10-09  jp  <jp@openoffice.org>  [1e262905d029d3b3ffb40565e473f885dede4b04]

        Bug #92329#: Find - handle search empty para specific

2001-10-09  Armin Weiss  <aw@openoffice.org>  [9a2be139e3fee6ab69da1f253e5fbd4cb3fde8ef]

        #91453# Added Invalidate() when text edits are only draft.

2001-10-09  Armin Weiss  <aw@openoffice.org>  [068187125838bf3497fdb9061a41ba01233254e1]

        #89553# cleanup of draw tool tipphelps

2001-10-09  Oliver Braun  <obr@openoffice.org>  [b2102786d1974a50375b6fabea0c68c8be15b445]

        #92876# only dispatch dnd events when input is enabled

2001-10-09  Frank Schönheit  <fs@openoffice.org>  [cb057c51c4b41e8d8f5066c6c9ed0724aa6139f7]

        #92815# flush bookmarks and command definitions only on valid nodes

2001-10-09  Armin Weiss  <aw@openoffice.org>  [3606e0190e0f107d592b71ed8d9d6a98ad50132e]

        #89844# Look for changed number of cycles when Endless is disabled.

2001-10-09  Martin Gallwey  <mtg@openoffice.org>  [48d21422d005ad8896175f31860947ed726b0fe4]

        #86004# define range of ids covered by FN_UNO_

2001-10-09  Martin Gallwey  <mtg@openoffice.org>  [4d131ce28aaf64527e46a1223dfef6530ef78e6e]

        #86004# Specify caller as a parameter to GetPropertyStates to allow optimisations based on which ids

2001-10-09  Carsten Driesner  <cd@openoffice.org>  [a7232be2e1ea5f60084f8e0011a18b6b6f5d21ad]

        #90717# use new argument to activate running office instance - HACK removed

2001-10-09  Martin Gallwey  <mtg@openoffice.org>  [df654aae5994c88a4d7e7020b481408af69aa698]

        #86004# change methods to no longer return by value

2001-10-09  Martin Gallwey  <mtg@openoffice.org>  [3f292f0f2db4297da8122f2c253adb6758d0cdab]

        #86004# speed up GetPropertyStates by checking which id ranges

2001-10-09  Martin Gallwey  <mtg@openoffice.org>  [b7b32e0f3861569dde7de57168b86c594b0ea7e3]

        #86004# specify caller of GetPropertyStates to allow an optimisation

2001-10-09  Martin Gallwey  <mtg@openoffice.org>  [311e805dd477cebbf3c8c0cfa751655dc57e7a1a]

        #86004# Methods in SwUnoCursorHelper namespace no longer return by value

2001-10-09  Michael Brauer  <mib@openoffice.org>  [b786f456958a6eb418ca0b8041653acc096c3efa]

        #90476#: Support for CJK/CTL font attributes

2001-10-09  Martin Gallwey  <mtg@openoffice.org>  [c88f76d50671dd76bfc78ad8b799772171c2b3e8]

        #86004# no longer use temporary objects which we return by value

2001-10-09  Martin Gallwey  <mtg@openoffice.org>  [ab785ebfdae076cd216564c58b651d87c8f0619b]

        #92886# check for positive values to call

2001-10-09  Oliver Specht  <os@openoffice.org>  [0b27d74e9dd0c7c88d7c116cd67b03585d08ced8]

        #89007# Edit link entry available in the master document's navigator

2001-10-09  Malte Timmermann  <mt@openoffice.org>  [debc3e716ea8a4b96ce591a8828a9d36ff756d19]

        #92228# ScrollMenues, LastVisibleEntry...

2001-10-09  Thorsten Behrens  <thb@openoffice.org>  [29bc445cd47b1a166ab169c22df176587a14c4d6]

        #65293# Makes update work again

2001-10-09  Niklas Nebel  <nn@openoffice.org>  [066ba1afbd88dd69ac061b8580a90e59242624b2]

        #92885# dtor: check if not copied to selection (still in module)

2001-10-09  Oliver Specht  <os@openoffice.org>  [0ea9e5dc50d8be7b79f32a79ca1112004c600fa4]

        #92246# change MinOutputSizePixel depending on the dock status

2001-10-09  Carsten Driesner  <cd@openoffice.org>  [3c3019ac2a7984da36b7da1102eccb80117b6320]

        #91283# use resources to show bootstrap problems with correct language

2001-10-09  Sven Jacobi  <sj@openoffice.org>  [016e93827039f1cc99160390c37c02952b4fd4ae]

        #92773# some strings aren't allowed to be translated

2001-10-09  Malte Timmermann  <mt@openoffice.org>  [37c4087daf7aaeceba18f3149c2d320b998a9b54]

        #91553# ComboBox AutoComplete - prefer  case matching entry...

2001-10-09  Carsten Driesner  <cd@openoffice.org>  [cf9b22893cdb19b3bf9db8e3d661e13569e0f039]

        #92884# check uno service manager reference before use

2001-10-09  Eike Rathke  <er@openoffice.org>  [647ea0d03b6b20154cfa262faabed50720717d23]

        #i1519# add: ConcatLine, ampersand precedence below add and sub

2001-10-09  Oliver Bolte  <obo@openoffice.org>  [0262b4a7096929e8bae1787c29d13209311b6768]

        #65293# linux exception

2001-10-09  Andreas Schlüns  <as@openoffice.org>  [0e369220b6b6e9666537b20258b91077d2db9b84]

        #92699# add XFlushable toplevel

2001-10-09  Daniel Rentz  <dr@openoffice.org>  [df5a6040dcea4d49ab9990591ea2064e45b376f8]

        #90357# Conversion string->double for optional parameters

2001-10-09  Daniel Rentz  <dr@openoffice.org>  [eaf53fa895f8e5c4881316901a6575ff08296076]

        #90357# Conversion string->double for optional parameters

2001-10-09  Tom Verbeek  <tv@openoffice.org>  [ae52725ccf44599ffef37d1ddb4e786b2cd64c35]

        #92603# fixed problem with japanese fields

2001-10-09  Sven Jacobi  <sj@openoffice.org>  [a3b8959752fad6eb6e373ebeae2bea661351f75e]

        #92859# now also setting the prefsize

2001-10-09  Gregor Hartmann  <gh@openoffice.org>  [64d5b916c95f93a59109eaf5aef4a99a7b4ffaff]

        #91741#increased fonthight to show _ on all systems

2001-10-09  Frank Meies  <fme@openoffice.org>  [078a326ded4a71dc9136277614fb655160117638]

        Fix #92334#: Gray background for fields with script changes

2001-10-09  Thomas Lange  <tl@openoffice.org>  [aae3e706a7f666bd859ec1eddf56dd942fe9055f]

        #92864# renaming of swedish symbols from version 5.x to 6.0

2001-10-09  Andreas Schlüns  <as@openoffice.org>  [5e3d633e3e945577ea7cf5608ed1e95c672ef00c]

        #92699# register remote login factory a slocal service

2001-10-09  Andreas Schlüns  <as@openoffice.org>  [ee4055a5ff9a31bd4bbdcefe139197d31aee5947]

        #92699# read/write proxy settings from/to remote login configuration

2001-10-09  Frank Schönheit  <fs@openoffice.org>  [ce88369f8b2a3229dcef5eb8a744098d954d7ae5]

        finalized #91894# - filter grouping and classifying now works (hopefully :)

2001-10-09  Oliver Bolte  <obo@openoffice.org>  [171c52b5dfff352d7319da3072c88b35abe5c497]

        #65293#

2001-10-09  Tino Rachui  <tra@openoffice.org>  [f68f95d63a130b98d675f229aa3fa5e4a6e90b70]

        #88924#added interface com.sun.star.util.XCancellable optionally

2001-10-09  Tino Rachui  <tra@openoffice.org>  [eeb4978829230ba13eaa861b10773ba8faa61761]

        #88924#now supporting com.sun.star.util.XCancellable

2001-10-09  Tino Rachui  <tra@openoffice.org>  [9f340fc3209228cdeff4682a9ff2392d0f5f703f]

        #88924#added type com.sun.star.utils.XCancellable

2001-10-09  Jörg Budischewski  <jbu@openoffice.org>  [68722f7b0dc0232024b778eb0106c6c394b89f28]

        #92861# moved implementation of operator[] and == from byteseq.h to .hxx

2001-10-09  Tino Rachui  <tra@openoffice.org>  [1dfa1713db62bde137692605ea0050f9873df236]

        #88924#added interface com.sun.star.util.XCancellable as optional

2001-10-09  Tino Rachui  <tra@openoffice.org>  [fa853deebf9ed73052aae9fa91f35f54c5025633]

        #88924#service now implements the interface com.sun.star.util.XCancellable

2001-10-09  Tino Rachui  <tra@openoffice.org>  [4fdfca2e8c3b788eae8c40ed8485f53a55d147dc]

        #88924#added type com.sun.star.util.XCancellable

2001-10-08  Kurt Zenker  <kz@openoffice.org>  [daf4eee4aaddf6fab08e7b07c01a2ae63b0c465a]

        Merge SRC641: 08.10.01 - 22:44:05

2001-10-08  Eike Rathke  <er@openoffice.org>  [d572967a9f5cedbdc1bcb5d1bdd86234adb88cdf]

        #i1715# absolute references and ocColRowName in transfered sheets

2001-10-08  Eike Rathke  <er@openoffice.org>  [a9769b8971a9f37025c7ebd49e041b1704874b79]

        #i1715# add: HasNameOrColRowName

2001-10-08  Niklas Nebel  <nn@openoffice.org>  [4137844a4b074b00f957fd53ad13dca2a7627058]

        #91930# InitDocShell: flag for manual row height must be copied, too

2001-10-08  Rüdiger Timm  <rt@openoffice.org>  [e7a7d9334ade566689c3d18370dbd78fc62dec7c]

        new version for SRC641

2001-10-08  jp  <jp@openoffice.org>  [c65e841481ff7812c8a8233d8ab996b2920b64bd]

        Bug #92798#: DoUnderline - don't delete into the next paragraph

2001-10-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e9e0a5cee5b69ee5ad8b288698a9202bf9eea981]

        #92732# #89835# set variables to switch cc wrapper to less problematic behaviour

2001-10-08  Rüdiger Timm  <rt@openoffice.org>  [0f5a202e1606c42d36e9c76c5dcdf39a06c67577]

        new version for SRC641

2001-10-08  Sven Jacobi  <sj@openoffice.org>  [cec215256db5c5f0a98bf66cd33e778903134d27]

        #92767# color conversion hasn't been done

2001-10-08  Armin Weiss  <aw@openoffice.org>  [f98c0632adecb84d504d714066fc3215ecbf964c]

        #92557# Invalidate is missing for SID_ATTR_PARA_LRSPACE

2001-10-08  Philipp Lohmann  <pl@openoffice.org>  [f86581b3b9e9531ac3e73a9e521eb1bede0acbf6]

        #92634# removed fvwm2 worakround since it hurts on other WMs

2001-10-08  Jörg Barfurth  <jb@openoffice.org>  [57e56f19ee6b2d0efe8c45db9b1db0af08269b77]

        #92816# Do not strip empty sets (unless that is their default state)

2001-10-08  Jörg Budischewski  <jbu@openoffice.org>  [4044870ce0b694c05edb5791f7a00fbd0cf5582f]

        #92686# javaloader.xml added to exports

2001-10-08  Christian Lippka  <cl@openoffice.org>  [0b474663a6a1e98d27e18f3f1809b00a5d04076f]

        #91766# set style on 3d scene

2001-10-08  Oliver Braun  <obr@openoffice.org>  [e4db2acfaa831e5760b9db212c4e9bad4a62f92d]

        #91733# buffer used to be a char[], but now is char *

2001-10-08  Armin Weiss  <aw@openoffice.org>  [1bc176728057336ec5eda5c480f5060da8a766d0]

        #75371# Here no more notifying is necessary, just local changes are OK. #75371# if resize is not from paste, forget user distances

2001-10-08  Frank Schönheit  <fs@openoffice.org>  [ace4e07e213ac18c4629465448e89ab6e763f5cb]

        #92691# include structure of mozilla 0.9.4 changed

2001-10-08  Christof Pintaske  <cp@openoffice.org>  [b3ca4a00205b187539fe4dc173020dea70a484fa]

        #92847# corrected file url handling

2001-10-08  Armin Weiss  <aw@openoffice.org>  [965f7015b30d660bf48047eb0431d3bd8701db26]

        #75371# To have a notify on scaling, do it on a copy of the local ItemSet and set this one then

2001-10-08  Stephan Bergmann  <sb@openoffice.org>  [9549d877ec9422d975bfeac359e347614dd1cb9e]

        #90000# Added dependency on drafts project.

2001-10-08  jp  <jp@openoffice.org>  [1319de8207cfef6434ed4fa261e4f745c090b733]

        Bug #92730#: FUNC_Search - clear replace string if only a search is active

2001-10-08  Stephan Bergmann  <sb@openoffice.org>  [7d77f93449284ed1a4b1a826ff68fe2148bdcef1]

        #90000# Generate necessary idl headers.

2001-10-08  Stephan Bergmann  <sb@openoffice.org>  [3f179aff42c93b486b4f2860aa5f4d2921d61d8e]

        #90000# More sophisticated getAbbreviated.

2001-10-08  Oliver Specht  <os@openoffice.org>  [c1de24638a4866594e52a0e9c1ed981138c40eeb]

        #92423# RadioButton text finally corrected

2001-10-08  Andreas Martens  <ama@openoffice.org>  [5e558d54fdbc384e09f2a909af66f4f7a37c8729]

        New: Footnotes in vertical layout

2001-10-08  Stephan Bergmann  <sb@openoffice.org>  [883c7a5aea61fb392f81f58936cc8b84c223aa20]

        #90000# Added XStringAbbreviation, XStringWidth.

2001-10-08  Stephan Bergmann  <sb@openoffice.org>  [b2304dfd227c6384c1e390a973395b98440649d4]

        #90000#

2001-10-08  Sven Jacobi  <sj@openoffice.org>  [014c4a45ff26602a51339b2e3f7a2596bf0d0bf7]

        #92789# now reading the correct key name

2001-10-08  jp  <jp@openoffice.org>  [d2c10babf42447edca634080c1db0d4f3cabfe0c]

        Task #92830#: min/max -> Min/Max

2001-10-08  Armin Weiss  <aw@openoffice.org>  [b25da5e83546bd0001f1e7053ab5dafecbe685af]

        #75371# After construction of SdrItemPool(...) some pool default items need to be changed from 100th mm to TWIPS by hand.

2001-10-08  Philipp Lohmann  <pl@openoffice.org>  [9fa85528697e5f038f1bfbbae4a15223ef73125a]

        #92820# added missing translation

2001-10-08  jp  <jp@openoffice.org>  [78e24d7599b9c7e45f1af7815762cfb45ed4f4f5]

        Task #87333#: remove unused code

2001-10-08  Carsten Driesner  <cd@openoffice.org>  [fa1e30cc9bbefa0fdaa26cf4d1eb1c6fd125d8b8]

        #92530# don't use break iterator if service is not available

2001-10-08  Daniel Rentz  <dr@openoffice.org>  [f4459af5b11658720b9525f2055cef04648eff4d]

        Wrong throw specifications

2001-10-08  Peter Burow  <pb@openoffice.org>  [aef3189853295cc4382547c5a4471b3323ae819d]

        fix: #92485# disable or hide 'Copy' menu entry if necessary

2001-10-08  Peter Burow  <pb@openoffice.org>  [3051c87020f3a56fc2ed5e26a3d2c1d656da71dd]

        fix: #92485# HasSelection() added

2001-10-08  Mathias Bauer  <mba@openoffice.org>  [adb7798feb44b7479b212e0016d7a68b6f74f0bd]

        #92619#: damaged document may contain objects without a filter

2001-10-08  Mathias Bauer  <mba@openoffice.org>  [e9cff0179a0cbcebfc0189f6b83000ef2f399675]

        #92726#: don't create Tempfiles in dtor

2001-10-08  Oliver Braun  <obr@openoffice.org>  [c0572b07a8fcb49e31efd1787e723ad75717b547]

        #91907# deliver new xpm icons

2001-10-08  Thomas Benisch  <tbe@openoffice.org>  [ee2b9569d3317ea82cb2dfb31573db489f05a0d1]

        #92297# BasicIDE: property browser still open when module window gets focus

2001-10-08  Thomas Lange  <tl@openoffice.org>  [2389c4b6fdf5b999e3740e56c00a9d522449512d]

        #92615# renaming of italian symbols from version 5.x to 6.0

2001-10-08  Thorsten Behrens  <thb@openoffice.org>  [34af66f9d4bf98fe66411d1c8ae04127d118158d]

        #92746# Setting palette in scaled bitmap

2001-10-08  Behrend Cornelius  <bc@openoffice.org>  [112a2c2dc426e93566143946eed5906fa1e93998]

        #92590# tools library restructured

2001-10-08  Behrend Cornelius  <bc@openoffice.org>  [76b9e516d739ddd8ac23c92b5a69451b56b8efbd]

        #92590# Tools lib restructured

2001-10-08  Daniel Rentz  <dr@openoffice.org>  [63acbac592ae6d28133ba4048dbe23067b6749cc]

        #92792# Better descr. of 2nd param. of WEEKNUM

2001-10-08  Ocke Janssen  <oj@openoffice.org>  [846e21792b24765bd214430c6d67bda9b796e10e]

        #92786# refcount implemented

2001-10-08  Behrend Cornelius  <bc@openoffice.org>  [b1bf36532e74eb1498bd2fe906c4be34de051e56]

        #92590# english Texts of macros now improved

2001-10-08  Sascha Ballach  <sab@openoffice.org>  [4f95beeafc8a8d88b9b20a5fb6720801126f01a2]

        #92777#; always export empty displayed left header and footer

2001-10-08  Sascha Ballach  <sab@openoffice.org>  [237c61e9a8b46496b07cbf475d7c62617542ed4e]

        #90836#; better Errorhandling on loading of xml files

2001-10-08  Ocke Janssen  <oj@openoffice.org>  [8e09c619e3537f37d96d13c37f008087a2911a4d]

        #92786# refcount implemented for connectiondata and sqlexception catched

2001-10-08  Ocke Janssen  <oj@openoffice.org>  [255f578bb6805f9ae5c7b61a5ca4a0069bc418cd]

        #92786# refcount

2001-10-08  Ocke Janssen  <oj@openoffice.org>  [d31bc126cf9ba680c64b7cf9bbb994f893e3ff9f]

        #92786# sqlexception catched

2001-10-08  Ocke Janssen  <oj@openoffice.org>  [7d0ce5e8825fe585a88e0d69f2ac16fca2d3d9d9]

        #92786# refcount implemented for connectiondata and sqlexception catched

2001-10-08  Ocke Janssen  <oj@openoffice.org>  [87a8f23214fb55afc803c00e71d2324e4c959fd7]

        #92000# getTableTypes corrected

2001-10-08  Ocke Janssen  <oj@openoffice.org>  [d5a13dcd8468da2523da7c40ca7caa21ad7372d6]

        #91725# DateTime and Time corrected

2001-10-08  Carsten Driesner  <cd@openoffice.org>  [d1e75fefc7d4bbd0df8b9d519308a99cc0001baa]

        #92522# additional user information if sending email fails

2001-10-08  Ocke Janssen  <oj@openoffice.org>  [de16e75b3f8ab90206288e9a9c590b5f9c4a1937]

        #92000# getTableTypes corrected

2001-10-08  Ocke Janssen  <oj@openoffice.org>  [bc3049076dc4e888e59d6fb8a9cbe6fc68faf563]

        #92000# some type fixes

2001-10-05  Daniel Vogelheim  <dvo@openoffice.org>  [c5b0ba5fe7d2f8212df74b1497d0f6e9ebe10614]

        #i1671# improved error handling of index insertion

2001-10-05  Niklas Nebel  <nn@openoffice.org>  [e6d51f3c134d830aa58d428eae3fe52b087e7cc0]

        #92630# dBase import/export: dispose connection as well as row set

2001-10-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f09144b77d1dc0ca19c20dc0e8ce127e75af3251]

        #92427# TF_CFG define removed

2001-10-05  Andreas Bille  <abi@openoffice.org>  [3243b0498d0ab74858aab6c5de17371b6422f1f7]

        #92533# Now relying on osl_getThreadTextEncoding() to retrieve a systempath name from unicode-string instead of hardcoded RTL_TEXTENCODING_UTF8. External components like sablotron and berkeleyDb accept only bytestrings.

2001-10-05  Martin Gallwey  <mtg@openoffice.org>  [1347ea16a169cea48e878a551e7cd9f795ec5f74]

        #92629# TextFields does not support an XContainer interface

2001-10-05  Christof Pintaske  <cp@openoffice.org>  [24ca48d291de838276cadc9bb20b6effac04d44b]

        #92647# change HY MyeongJo Light -> HY MyeongJo Light K

2001-10-05  Niklas Nebel  <nn@openoffice.org>  [d8759c10460cb1c6468e2c3eaacd7717a684bcdd]

        #92723# GetVisibleName: use OLE object's persist name in navigator

2001-10-05  Martin Gallwey  <mtg@openoffice.org>  [ea22b273cc36aa1f6102a88692bf6253b80bd971]

        #92629# correct supported service name

2001-10-05  Niklas Nebel  <nn@openoffice.org>  [40e340a82c2c508994f333024dd52e7b0185432b]

        #92723# GetVisibleName: use OLE object's persist name in navigator

2001-10-05  Dieter Loeschky  <dl@openoffice.org>  [bd837fcbae7662bd127cb214f1497e4bf750cab0]

        #92085# GetRulerState(): setting of SID_RULER_LR_MIN_MAX corrected

2001-10-05  Thorsten Behrens  <thb@openoffice.org>  [2395f55b4b72f0a16d42ef10339de00e034ccbfe]

        #92677# Corrected sound playing code

2001-10-05  Andreas Martens  <ama@openoffice.org>  [ec8c539c291db0ffd4ce0e587c2ebc677a09ae76]

        Chg: More help functions for vertical layout

2001-10-05  Ocke Janssen  <oj@openoffice.org>  [8b7b3df954f28d113283b9671e6c10fcc7b181dc]

        #92000# catch SQLExceptions

2001-10-05  Eike Rathke  <er@openoffice.org>  [2c289ac39748ca484a59d2122909a33866ee0b97]

        #87866# Notify: TableOp may need a forced FormulaTrack

2001-10-05  Thomas Lange  <tl@openoffice.org>  [3aff5c7227f1894b941f8590d27e39fab8593d13]

        #92744# make align functions work for nodes with token-type TTEXT

2001-10-05  Carsten Driesner  <cd@openoffice.org>  [60d3a6ab1f11baec33a373568cccf37153674214]

        #92707# support http/https connection types

2001-10-05  Thomas Lange  <tl@openoffice.org>  [3628db4881a1fed5b18832157cfd496ee3eab436]

        #92654# symbol-dialog remembers selected position after closing of symbol-define-dialog

2001-10-05  Christian Lippka  <cl@openoffice.org>  [f4ba4a81b266fa613a905ddb23995839da1f1f7b]

        #92565# don't gpf when there is no info for ole objects

2001-10-05  Kay Ramme  <kr@openoffice.org>  [9eea111081a1a2ac31ec6579c5c15d4980954db1]

        added symbol lookup fallback to application rc (#88338#)

2001-10-05  Ocke Janssen  <oj@openoffice.org>  [f5445d2b45cff3f6f9f207d1f33e4e9bc2d2ac33]

        #84000# impl multiselction for queries and link docs

2001-10-05  Christian Lippka  <cl@openoffice.org>  [0ec0d8e5e64fb66eb9da4c1e1344f52eb7f6f152]

        #91486# added alien xml attributes

2001-10-05  Dieter Loeschky  <dl@openoffice.org>  [c10e12c5fa0d7dad0a85938509489fb15ca67b62]

        #92261# DoExecute(): call SetInEditMode() in every case

2001-10-05  Ocke Janssen  <oj@openoffice.org>  [fdac382952e73b96a240f9448f81e055458a373a]

        #68216# moved from querydesign

2001-10-05  Ocke Janssen  <oj@openoffice.org>  [fae21d7716cc82db12c60bfe9af89334ebc76822]

        #68216# save information for unused fields

2001-10-05  Ocke Janssen  <oj@openoffice.org>  [c6a9bd9316bc0853f5c16693de8a86ee8cc849d4]

        #92636# hold catalog as weak

2001-10-05  Dieter Loeschky  <dl@openoffice.org>  [e237d4cc5f27fb6ab1b2c662f0e6dfc584913ed0]

        #92085# SID_ATTR_LONG_ULSPACE: consider text edit

2001-10-05  Ocke Janssen  <oj@openoffice.org>  [32225160684c7429a28b59c8e0c60bc092d25b46]

        #92636# hold catalog as weak

2001-10-04  Niklas Nebel  <nn@openoffice.org>  [adb371d19f684d333ffad6a31460221a408e9814]

        #92722# name from InfoObject must be compared to GetPersistName

2001-10-04  Niklas Nebel  <nn@openoffice.org>  [9f80d54c580daf19f2eb2dd3d174afab30e8921c]

        #91621# ViewChanged: don't call SetLogicRect for objects with SERVERRESIZE flag

2001-10-04  Niklas Nebel  <nn@openoffice.org>  [5ad200f8268a2171b9c75530f11e16c2588d74b9]

        #91621# ActivateObject: don't set scale for objects with SERVERRESIZE flag

2001-10-04  Martin Hollmichel  <mh@openoffice.org>  [7ad9ead4772424d303cc243e8aab08e4f5d18099]

        add: abort on errors with error code #1

2001-10-04  Thomas Benisch  <tbe@openoffice.org>  [02c04d0f25cb20aecb08b008732dbf13600e8549]

        #88982# Scrollbar in Observer

2001-10-04  Martin Hollmichel  <mh@openoffice.org>  [9f7a87d03940300314ed42fa61113ccafc39ffe5]

        chg: dependencies #91336#

2001-10-04  Sascha Ballach  <sab@openoffice.org>  [52499d08a65db73fc7c3765522c9623f2900a3ad]

        #92390#; make import and export of alien attributes in Calc possible

2001-10-04  Sascha Ballach  <sab@openoffice.org>  [382008073e2e0d778bd1a03da49d8e61886e6f14]

        #92390#; make import and export of alien attributes in page styles possible

2001-10-04  Sascha Ballach  <sab@openoffice.org>  [09a8901e355957e6e7e6573a147279b1172023c0]

        #92390#; import and export of alien attributes in cell and page styles

2001-10-04  Oliver Bolte  <obo@openoffice.org>  [cd2e714c6bc1ffb35d1103386a08dde1650f8c9f]

        #65293# exceptions f. linux

2001-10-04  Tino Rachui  <tra@openoffice.org>  [b868c1a7d17303d78a32357e898a5fb8240d9e0a]

        #91325#added new constants LISTBOX_VERSION_LABEL, LISTBOX_TEMPLATE_LABEL and LISTBOX_IMAGE_TEMPLATE_LABEL to method handleHelpRequested(...)

2001-10-04  Tino Rachui  <tra@openoffice.org>  [ccb68e070e99d45791f917836460ff4d298d051b]

        #91325#now using the the new constants LISTBOX_VERSION_LABEL, LISTBOX_TEMPLATE_LABEL, LISTBOX_IMAGE_TEMPLATE_LABEL

2001-10-04  Tino Rachui  <tra@openoffice.org>  [80488e05391ac7e26c7374efa7ce9a0c2d9245b0]

        #91325#added LISTBOX_VERSION_LABEL, LISTBOX_TEMPLATE_LABEL, LISTBOX_IMAGE_TEMPLATE_LABEL

2001-10-04  Tom Verbeek  <tv@openoffice.org>  [920d43b80b19d23cba97eef66c872c32d78e6be8]

        #92702# added support for screenbeans

2001-10-04  Martin Gallwey  <mtg@openoffice.org>  [7af2667a4144736efaa05e59eb1eb42ed2907b5d]

        #92198# Admit that SwXPageStyle supports com.sun.star.style.PageProperties

2001-10-04  Thomas Lange  <tl@openoffice.org>  [3ae1a093e1136a971b6a940dd691da5da92ee454]

        #92654# loss of bold attribut in symbol-define-dialog fixed

2001-10-04  Christian Lippka  <cl@openoffice.org>  [34b6a01e7640820be6cda2474fa11b4197107678]

        #86794# use xml for drawing layer clipboard format

2001-10-04  Martin Gallwey  <mtg@openoffice.org>  [4ba240c2082aef5793e2bfb29e93ea12b24b3c47]

        #92670# correct reference to constant

2001-10-04  Christian Lippka  <cl@openoffice.org>  [55a15cf1f49d2d72f72e1c8427125b644d085f62]

        #86794# use xml for drawing layer clipboard format

2001-10-04  Christian Lippka  <cl@openoffice.org>  [9bcf3f93d85ceb18bb0ffd95fa281093d19b18bd]

        #86794# use xml for drawing layer clipboard format

2001-10-04  Tino Rachui  <tra@openoffice.org>  [6328e6ebb63cafa88a9dbf28332345bbd374f133]

        #91576# getfilenamewrapper added

2001-10-04  Christian Lippka  <cl@openoffice.org>  [7769d984b71e7fb3f7348ae56e46801a93ad7c21]

        #86794# use xml for drawing layer clipboard format

2001-10-04  Tino Rachui  <tra@openoffice.org>  [f296e4a447fbb3e27dba033fdd0b66050abc5afc]

        #91576# added mutexguard to some methods I forgot before

2001-10-04  Tino Rachui  <tra@openoffice.org>  [5a6ba6214a947e8a65d076322a1bae19059e5bf7]

        #91576#using getfilename wrapper class to execute getopenfilename or getsavefilename in a separat thread if necessary

2001-10-04  Tino Rachui  <tra@openoffice.org>  [0259381833b78a26cfae07ce74c5d0058f6fcdd1]

        #91576# initial check-in

2001-10-04  Christian Lippka  <cl@openoffice.org>  [6010f62e169b98a07a7ff82226f8c6a6a60df89e]

        #86794# use xml for drawing layer clipboard format

2001-10-04  Martin Gallwey  <mtg@openoffice.org>  [7ce4bee9cd877bb4097e9d77fbf82023a12b1940]

        #92645# This property is a boolean, not a long

2001-10-04  Frank Schönheit  <fs@openoffice.org>  [be6c8d009174c1d6f5375fb4d9183af997b033a6]

        #92050# ask for CHECKBOX_FILTEROPTIONS value only if created the dialog with FILTEROPTIONS

2001-10-04  Eike Rathke  <er@openoffice.org>  [15ba9a8119bdd10c99765eefb56aa3926566226f]

        #91470# ImpGenerateCL: better message if formatindex dupe test fails

2001-10-04  Martin Hollmichel  <mh@openoffice.org>  [d15447c3bdd915a640376f7c1bdd9bd126e4da89]

        chg: Syntax

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [16e10b7044eba27a806463f79162e3ef81b1738e]

        new version for SRC641

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [de0b849aa8b3b20de0eaf5b69008434f91209eae]

        new version for SRC641

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [a36d24162e497c77c1ca8d60fd6caaeddedb4735]

        #92664# comply with JSC's reccomended change

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [04c9953047af2c98e1b84a6a81d6cad86d4abae7]

        #90699# use 'check sum type' instead of MD5

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [fd219ad9e51e934679dce70a961dafed7aa181ad]

        #90699# Use 'ChecksumType' instead of MD5

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [986207d20333a4eab610ae7b880e54cf5823bd84]

        #90699# use checksum type define instead of explicitly using MD5

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [e223ac1766d0023d98e43ae56b61d76b74a4bebc]

        #90699# new define for checksum type

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [ad4cda2392dd4406f9c2f6962794ddfc1d381367]

        #92664# Use some methods from WeakImplHelper classes to implement XTypeProvider, to allow access to ZipPackageStreams from StarBasic

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [b5733a80d5dcbc47be903254f8c4d0a6d7d47ddd]

        #92664# Support XTypeProvider to allow access from Basic

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [044bcec2f3be7ad7ebb565e42e25b546e6016efe]

        #92664# Update documentation to reflect new features

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [81b20b0471fe5b873f20c4bfd55cdee24bf524cf]

        #92664# remove unused header include

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [0940f14edd6e750cb20cb8963e12f647fffa7450]

        #92664# remove unnecessary header files

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [726f265ed0362f3957e4f6e81664ba06591eb151]

        new version for SRC641

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [3b81b95a57224cf67f6e7a5ad9692fe8fefec2a5]

        #92664# Support XTypeProvider to allow access for StarBasic

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [fd683fae8f0f084c532a99fa693a5365f6bda7ab]

        #92664# don't include unnecessary pure virtual functions or implementation Id anymore

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [2077a16bbe6a3882d28ebaa64acd6fcae7fb4a0f]

        #92664# Don't check the implementation Id of ZipPackageEntry any more

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [844a0c1c09483367e1c9aebba667d007d06ad5aa]

        #92664# Support new initialisation modes and XTypeProvider to allow access from StarBasic

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [a9223df83ed97b983e5b628c3009bf8047219d29]

        #90699# generate a digest on export using SHA1

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [16ad1f8880003112fcd2647ebd8788f6ffe6fe25]

        #90699# generate a digest when constructing a memory stream to compare against digest in manifest

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [b60d22ae2e68d0be90fd1fd9263566394b206e38]

        #92664# use some functions from the WeakImplHelper classes to support XTypeProvider to allow access to ZipPackageFolders from StarBasic

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [5e103025e5d62e7f83f86f8a174cbd19bb90b911]

        #92664# remember how we were initialised, and use WeakImplHelper to allow access to the package component from StarBasic

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [ef4c5d1b7144f855a4ebb37c36ceb2a7e0e9f06b]

        #90699# remove unused methods and members and add a new member to track how much we've digested

2001-10-02  Martin Gallwey  <mtg@openoffice.org>  [a9d1b292e6bfa71832ffc45dfb0af799c5b28943]

        #90699# a new constant for digest length

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [8eb128fc50508c68803e51453b1214316dc7ea9c]

        new version for SRC641

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [e944e986cc1dc147d7afbf781240c7a3959234f0]

        Merge SRC641: 02.10.01 - 23:23:24

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [17f16aa07d12587fe34c6b48020d4f70148d963b]

        Merge SRC641: 02.10.01 - 23:21:32

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [67bb299d319113849fd2a9345d8dfa82bf4b6090]

        Merge SRC641: 02.10.01 - 23:19:42

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [b08eeac6b5326e194b78e94e6778667a52bc1664]

        Merge SRC641: 02.10.01 - 23:18:07

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [d88996c4aa22d49b9efa920aa2c24adc45d5483d]

        Merge SRC641: 02.10.01 - 23:14:29

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [e5f79469f64abe06214d6714ae16c560e7cdfc92]

        Merge SRC641: 02.10.01 - 23:12:11

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [189b2ee6d386fdea0e229e7e2dad42dcb94baf4c]

        Merge SRC641: 02.10.01 - 23:10:24

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [8a30ac37e95043257451e11b3e02161596ca2cd2]

        Merge SRC641: 02.10.01 - 23:09:44

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [9a30828f7eb3ebaa4eb964b78a8da4a47f8e1964]

        Merge SRC641: 02.10.01 - 23:08:52

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [e98b695d5415849e296be0d08dcfd9769cf5a8eb]

        Merge SRC641: 02.10.01 - 23:07:23

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [ad57f68c606a35c5b99319e358f14e5b729cbfed]

        Merge SRC641: 10/02/01 - 23:03:17

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [3daccd72b396e143da53a98a2963dc563fe8af3d]

        Merge SRC641: 02.10.01 - 23:00:14

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [eb1ff6838a1fcd080540bc601d390bcb6156372c]

        Merge SRC641: 10/02/01 - 22:58:47

2001-10-02  Vladimir Glazounov  <vg@openoffice.org>  [28fb51de1efe13d8a7ed527d759dcf013495204d]

        Merge SRC641: 02.10.01 - 22:56:42

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [1c9c1d70e88418f968261263862bc0832635e2e5]

        new version for SRC641

2001-10-02  Niklas Nebel  <nn@openoffice.org>  [c01a530f7a0b12446a46c06fa9f50bb42400b03f]

        #91679# support for X selection

2001-10-02  Niklas Nebel  <nn@openoffice.org>  [434e4832d4a899b7524b3e06e713bc39fa5efe5c]

        #91679# support for X selection

2001-10-02  Frank Schönheit  <fs@openoffice.org>  [f5366a9b3299ddee8206b7a9281a04c76c53ff36]

        #92050# SaveAs_Impl: don't show the FilterOptions checkbox if we have no SfxFilter which supports FilterOptions

2001-10-02  Frank Schönheit  <fs@openoffice.org>  [2e671626e1d69ea42380b47e3f192b8a210e198b]

        #92050# enable correct handling of the filter options checkbox (depending on the settings of the selected SfxFilter)

2001-10-02  Eike Rathke  <er@openoffice.org>  [53e8d8dfc727fc5e919ef9867f8806a925632949]

        #91740# don't access temporary user collection with indices of final collection some optimizations (don't init temporary DateTime objects with current date/time values)

2001-10-02  Thorsten Behrens  <thb@openoffice.org>  [75837ab2ba03037f56fcb5879ab4dedd1cb66f30]

        #91146# Check name also for master pages

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [5038b78647ca471e845fbe96f45d768d33c60dec]

        new version for SRC641

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [6b306df67cecbbc2d19728db9bf4ff19ec2a1779]

        new version for SRC641

2001-10-02  Frank Meies  <fme@openoffice.org>  [1d7e94118c62d91fb5a864f7a6252cee997fab63]

        Fix #91787#: Smooth underlining for portions with different font sizes

2001-10-02  Björn Milcke  <bm@openoffice.org>  [be5309938ac85e185e9949506dcafd581a3597c6]

        #92235# chart meta components removed

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [c04b240c56acac220c37827619de52f94aaf23b9]

        new version for SRC641

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [2cb89f1c4efa991f17ae4ad3184c7e7e33b053b8]

        new version for SRC641

2001-10-02  Vladimir Glazounov  <vg@openoffice.org>  [1c861f8913f32c5f323e88844884c413d23b8f5c]

        #65293# exception specification

2001-10-02  Frank Schönheit  <fs@openoffice.org>  [2112acb3924e1667d9802f5a64f220f6f0c485f6]

        #90649# renamed 'match half/full width forms' (in the german version

2001-10-02  Frank Schönheit  <fs@openoffice.org>  [bae960a3f913ee106a7e0fe980d46645bbea5dff]

        #90649# renamed 'match half/full width forms'

2001-10-02  Stephan Bergmann  <sb@openoffice.org>  [4562f15b3f715777bbd71f83d938ea4692080b96]

        #92660# Access cfgmgr via 'local,' not 'plugin.'

2001-10-02  Frank Meies  <fme@openoffice.org>  [65fe6f6a46264fb2f94e04b02e810fbf281db497]

        Fix #91787#: Smooth underlining for portions with different font sizes

2001-10-02  Daniel Rentz  <dr@openoffice.org>  [2ec1b527de0731941526acebbcb0d03e4248c980]

        #91357# XDateFunctions: isLeapYear -> getIsLeapYear

2001-10-02  Vladimir Glazounov  <vg@openoffice.org>  [3056802e8bb8359a3a4e3640481233da5242c913]

        #65295# exception specification

2001-10-02  Vladimir Glazounov  <vg@openoffice.org>  [753720112d1222aee7540ddbf0aa91a612f8ca4a]

        #65293# corrected misspelling

2001-10-02  Ocke Janssen  <oj@openoffice.org>  [89784df10316e3feca50703e250d337acfd680e5]

        #92000# dispose unused resultsets and stmts

2001-10-02  Rüdiger Timm  <rt@openoffice.org>  [457198b633e452afbca41bd0e323c488f22594ec]

        #I1243# merge IRIX link flags from OO638C

2001-10-02  Thomas Lange  <tl@openoffice.org>  [d30e2d25d3e8a071e716059c6b47d1191b4b4a49]

        #92656# GPF when changing the symbol-set fixed

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [e2bd7e3286228a1bed99c42814bb8e58c0602611]

        new version for SRC641

2001-10-02  Eike Rathke  <er@openoffice.org>  [b6d4eb1cf03d02f39d5ebf9eb772c6ad5d01ed51]

        #92393# Sylk2Doc: force string cells if text; import P;P and apply F;P format codes

2001-10-02  Rüdiger Timm  <rt@openoffice.org>  [57c33cc3ea03c6d069256dc347f3609d22e4cc39]

        #I1243# merge IRIX link flags from OO638c

2001-10-02  Rüdiger Timm  <rt@openoffice.org>  [dca6f4b963ba5822131d6f4e394c41a9f85d5fc5]

        #i1243# merge IRIX link flags from OO638c

2001-10-02  Vladimir Glazounov  <vg@openoffice.org>  [8ccf0bfc3e2769c7b5426debc3a553a69f698461]

        #65295# corrected return value

2001-10-02  Frank Schönheit  <fs@openoffice.org>  [4acef72c90dcc2b0ff8f4f12ca07d96abec15f3d]

        #65293# include <algorithm> - needed for non-win platforms

2001-10-02  Oliver Specht  <os@openoffice.org>  [37370eec3efb7160f37b2192f01594274a1ef08e]

        #92602# set page size slightly higher to prevent rounding problem in page dialog

2001-10-02  Oliver Specht  <os@openoffice.org>  [bbafdbe39bedba6250af29b4d704189993e15c51]

        #62345# put SfxTemplateItem with empty style name if family is not available

2001-10-02  Vladimir Glazounov  <vg@openoffice.org>  [a93ffb7817e994b428a66a3f61fc5ae430551dbb]

        #65293# exception specification

2001-10-02  Oliver Specht  <os@openoffice.org>  [06e109c23f9d1f3c3ef26d70273ff4d08798755f]

        #92573# level of paragraphs is not always retrieved from the outline level

2001-10-02  Martin Hollmichel  <mh@openoffice.org>  [ecf0f0c29a8a04b4b8039fa25d2add6cffa0435c]

        #i1219# fix for unxirxm

2001-10-02  Martin Hollmichel  <mh@openoffice.org>  [f8ab09ccd8cd39eb63e1dda30d53909ec34b850d]

        #i1219# fix for unxirxm

2001-10-02  Oliver Specht  <os@openoffice.org>  [c807edf2db69102b74bb9fb62f1e4b53beae5dc5]

        #92648# choose the first available sort algorithm if no algorithm name is preset

2001-10-02  Behrend Cornelius  <bc@openoffice.org>  [c8ffa0439106c3242d23ed45661e18dacea0e72f]

        #91427# Controller locking and unlocking reinserted

2001-10-02  Nikolai Pretzell  <np@openoffice.org>  [7fdf8d562f46905749dad0e02a3d7cf8fb483049]

        Issuezilla 789 fix.

2001-10-02  Ocke Janssen  <oj@openoffice.org>  [7a6a27305180f9a7fdabe0537852e0596ea9ca0e]

        #92604# check statement before saving

2001-10-02  Ocke Janssen  <oj@openoffice.org>  [5f21eccdb62d94ca0a8312c9532b64f1785195dd]

        #87728#

2001-10-02  Daniel Rentz  <dr@openoffice.org>  [a8590a258158fea5713c2f224c26213909c7e4b1]

        #91357# resources for datefunc addin

2001-10-02  Ocke Janssen  <oj@openoffice.org>  [cf54e3a7713ea8be7325949c0a00a431136f91c7]

        #87728# drag&drop of table row and tableinformation repaired

2001-10-02  Daniel Rentz  <dr@openoffice.org>  [accb4c469a1c0d96b38696eaf5350779f20c7bc6]

        #91357# resources for datefunc addin

2001-10-02  Daniel Rentz  <dr@openoffice.org>  [5482e0a740bd86f0e8f9fad40c003c3b6e5a6468]

        #91357# removed 'using namespace' from header

2001-10-02  Daniel Rentz  <dr@openoffice.org>  [273c2cab72ab854816e201f2568066e6ecc79df4]

        #91357# Resource defines modified, removed 'using namespace' from header

2001-10-02  Daniel Rentz  <dr@openoffice.org>  [efa62a75c69df792ad24afb9106523efeb07460d]

        #91357# Resource defines modified

2001-10-02  Mathias Bauer  <mba@openoffice.org>  [61aea27904117932ffab90d0d45f332bbb48f042]

        #91774#: new documentlist

2001-10-02  Andreas Martens  <ama@openoffice.org>  [d54a199cc8c8acf0ad0d658846a484ddbfe343d8]

        New: Some test code for better font display

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [99cdb987035e7a82123ac79d3fc0d56f2fa145a6]

        Merge SRC641: 02.10.01 - 09:39:14

2001-10-02  Mathias Bauer  <mba@openoffice.org>  [bf57ce4fe39c760629c040cf683bce5dde723c17]

        #91774#: new documentlist

2001-10-02  Mathias Bauer  <mba@openoffice.org>  [cff7787941f7643fa6871b239a166ec0a1788fad]

        #91774#: remove possible opened window for modified documents before closing the tasks

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [2155344ca3e9e5f2c1947cc9d0f5d1ba576130ba]

        Merge SRC641: 02.10.01 - 09:37:49

2001-10-02  Kurt Zenker  <kz@openoffice.org>  [276c3951223851f5e08705a17ba0f1241b362929]

        Merge SRC641: 02.10.01 - 09:37:34

2001-10-02  Andreas Martens  <ama@openoffice.org>  [fb73497cfab70b1b1f63eceab1ed2c22048f4110]

        Chg: Some debug code for font testing

2001-10-02  Mathias Bauer  <mba@openoffice.org>  [e959238ae7df87cfa62a856f29577149e25ca675]

        #91774#: remove possible opened window for modified documents before closing the tasks

2001-10-02  Andreas Bille  <abi@openoffice.org>  [72bedaffed49bbea92789633a1e765f1ee6b9aa6]

        #90677# Delivering the correct service

2001-10-02  Mathias Bauer  <mba@openoffice.org>  [a9f5987a2aca57b00eaaeae5e5299a8286ee9f44]

        #91774#: allow parameters when cloning views

2001-10-02  Mathias Bauer  <mba@openoffice.org>  [a10289fb4c7ace6ec0963323edee1bd22d766cd7]

        #92449#: DocShells without Medium are possible

2001-10-02  Mathias Bauer  <mba@openoffice.org>  [25cd714c19633cfdd502559353c3aa665a4e9970]

        #92449#: bug in UCBHelper trashes contents if the file is removed

2001-10-02  Mathias Bauer  <mba@openoffice.org>  [80cb7a475b0472a48830fa8225c3b9f228bd9619]

        #91774#: allow parameters when cloning view

2001-10-02  Mathias Bauer  <mba@openoffice.org>  [b4ffe26e081504a30348d8c0e2a2413a29c5c6aa]

        #87551#: ProxySettings in Webtop go to plugin

2001-10-02  Oliver Specht  <os@openoffice.org>  [f979de540e74302f37cd0908fa24a37a04c19488]

        #90649# changed: match half/full width -> match character width

2001-10-02  Rüdiger Timm  <rt@openoffice.org>  [319e58d2ca7594266084b254911855d58347e839]

        new version for SRC641

2001-10-01  Rüdiger Timm  <rt@openoffice.org>  [193bbc27b0eba4ff52ada1381dd212c1bfad8e95]

        new version for SRC641

2001-10-01  Frank Schönheit  <fs@openoffice.org>  [90208cf75607baacad41b4a301d89bd57145a94c]

        #91600# export some new help/unique ids

2001-10-01  Frank Schönheit  <fs@openoffice.org>  [eb309ae9cef960158df64f310319bfef471248c1]

        #91600# +UID_DBIWIZARD

2001-10-01  Frank Schönheit  <fs@openoffice.org>  [d2915a2fb1af92569700920656fb8c9fbb1b500d]

        #91600# +UID_DBIMPORT_HELP

2001-10-01  Frank Schönheit  <fs@openoffice.org>  [032dcfa8908651864870a14262baf2c8d45d9557]

        #91894# deliver the new toplevel module ooO.UI

2001-10-01  Frank Schönheit  <fs@openoffice.org>  [66f813739393a812071eed2d9e6d8eb5e806c251]

        #91894# +filtergrouping

2001-10-01  Frank Schönheit  <fs@openoffice.org>  [8c7ada276c6dd03e4fba97354fce5e8c0d229845]

        preparations for #91894# (grouping and classifying of filters): outsource adding of filters to an extra file

2001-10-01  Frank Schönheit  <fs@openoffice.org>  [9a9d436d76c3f2719f2093519a5fd4845ff3f462]

        initial checkin - helpers for grouping and classifying filters in the file open dialog

2001-10-01  Frank Schönheit  <fs@openoffice.org>  [6267a7b4c1cc9542e7d47c7ab5455db46e1b6aeb]

        #91894# '<All>' changed to 'All documents (*.*)'

2001-10-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [d46e6b0a4f682f387d3b5ad2048f81a4429511ff]

        #65293#: gcc-3.0.1 needs lvalue

2001-10-01  Sven Jacobi  <sj@openoffice.org>  [68e7b533c71bd9c054e9801d0a3428e19b2b9ccf]

        #92623# do not try to read bitmaps which width or height is zero

2001-10-01  Martin Hollmichel  <mh@openoffice.org>  [a6f7f2f54804b63e51c800c5bbc82415e1999c42]

        add: some default statements to avood compiler warnings #65293#

2001-10-01  Behrend Cornelius  <bc@openoffice.org>  [9030ca8eb80b1627fc543c269583d96a9077ac06]

        #91427# Sub GetDocumentType now with exception handling

2001-10-01  Behrend Cornelius  <bc@openoffice.org>  [28c4b12a54fbd424958b728b06dbf11a7eb181b0]

        #91427# Focus now set to Listbox

2001-10-01  Sven Jacobi  <sj@openoffice.org>  [3d51c8f7b04c90a80876e99ad256cac7507a690c]

        #92532# grab the focus only once after initialization

2001-10-01  Sven Jacobi  <sj@openoffice.org>  [510a3e6ea6e4e3e08bee5af44c5d7617182997cd]

        #92532# grab the focus only once after initialization

2001-10-01  Kai Sommerfeld  <kso@openoffice.org>  [5d489437e50611b38f4a99b350fceda0e8b32b85]

        #92549# - XSeekable::seek interface MUST change.

2001-10-01  Sven Jacobi  <sj@openoffice.org>  [667db85f79fecd27f703a4267b7bc3d04a9799dc]

        #92532# set the inet scheme

2001-10-01  Andreas Martens  <ama@openoffice.org>  [f9039fe839b442e87d0f35119be31c185b870249]

        Fix #90364#: Good looking screen output

2001-10-01  Andreas Bille  <abi@openoffice.org>  [39f4f7779234bc1c96fc3b48b7d450af990789fd]

        #91885# changed css link to be compatible with fat office

2001-10-01  Sven Jacobi  <sj@openoffice.org>  [4b0b556d10aebb3ec7ee3d5581f7706adb3c63c8]

        #91216# check if path is already a valid url

2001-10-01  Sven Jacobi  <sj@openoffice.org>  [55f6249965cd3e6cc2109f2c127ca36ab8f77533]

        #91216# using only one instance to create the INetUrlObject, not using same source and destination variable at ConvertSystemPathToURL, using ConvertPhysicalNameToURL if base is empty

2001-10-01  Oliver Specht  <os@openoffice.org>  [b73475d41f57df112c6291d68228a763ac65d671]

        #92219# invalidate dispatch provider when parent view is destroyed

2001-10-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [009f35eab8a6e38dc0cbab51ea580f993e9ae173]

        #65293#: gcc-3.0.1 needs lvalue

2001-10-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [73ebc1450c768cc9198f865abb8b9c54ba7e7abe]

        #65293#: gcc-3.0.1 needs lvalue

2001-10-01  Rüdiger Timm  <rt@openoffice.org>  [34bae24808f47be2f98d4e7ba2bf368f32dd9419]

        #65293# svdem needs to be linked against CPPUHELPERLIB and COMPHELPERLIB

2001-10-01  Andreas Bille  <abi@openoffice.org>  [ba2ea9813fcb472aef23825aab7e04acd036e93f]

        #91885# Inputstream for package implementation

2001-10-01  Ocke Janssen  <oj@openoffice.org>  [db0878abd840b78e9690096942ade12bc36fb925]

        #92611# saveas corrected

2001-10-01  Kurt Zenker  <kz@openoffice.org>  [312f79320b30bf489dd20d6cf6bb98f26072774f]

        new version for SRC641

2001-10-01  Oliver Specht  <os@openoffice.org>  [7694a7273d17e283245b8b0a46dc4876b0d91887]

        #87551# limited proxy settings if 'IsPlugin'

2001-10-01  Armin Weiss  <aw@openoffice.org>  [5621639e44247e6313f1fc96f22b5fb1b86d38ae]

        #91587# ALWAYS increment since now ALL to be exported shapes are counted.

2001-10-01  Armin Weiss  <aw@openoffice.org>  [08722b4414f249e27067410e43291d2cdcaba454]

        #91587# add handout master count #91587# take notes pages from master pages into account #91587# take notes pages from draw pages into account

2001-10-01  Ocke Janssen  <oj@openoffice.org>  [b75c8e2d989a250403c079d88b779119d87deba1]

        #92613# unbound evaluationrow fixed

2001-10-01  Behrend Cornelius  <bc@openoffice.org>  [0067e33ee9e2d5136958a118eee1ce212ff8ce7d]

        #92590# Routines for Gimmicks macros added

2001-10-01  Martin Gallwey  <mtg@openoffice.org>  [0563da4b699190165bcc14c50709740bb7625862]

        #92571# add correct exception specification to match interface declaration

2001-10-01  Martin Gallwey  <mtg@openoffice.org>  [f0c5d991d2a1b958b8997c1312d767305596c13e]

        #92571# throw correct exception

2001-10-01  Behrend Cornelius  <bc@openoffice.org>  [fce21e37ff27f6aede2e09da20d5f18fd03f26a2]

        #92590# New Basic Dialogs inserterted; Language Modules removed

2001-10-01  Carsten Driesner  <cd@openoffice.org>  [28470b188ccd9e1ebfdc15cf08fed727fe7d8bbc]

        #87551# use new login dialog with better proxy support

2001-10-01  Niklas Nebel  <nn@openoffice.org>  [e2f1110605feb7e83ec6802df47b53dbd0e14b68]

        #i1730# corrected check for saved values of link update mode

2001-10-01  Mathias Bauer  <mba@openoffice.org>  [4da07aa317661698263875ae0abdf11898898a97]

        #92579#: use DockingWindow as frame window to get TopWindowEvents

2001-10-01  Mathias Bauer  <mba@openoffice.org>  [e116a3152e3336a362eb042dda561670337cf1e0]

        #92050#: template for saving uses checkbox for FilterOptions

2001-10-01  Carsten Driesner  <cd@openoffice.org>  [6bd6460e157aae6bfa378b1437a1fdd913669b97]

        #87551# support new login dialog with better proxy support

2001-10-01  Andreas Martens  <ama@openoffice.org>  [1140a790fafa6cf2cd7677985b61a0c9d74a9645]

        Fix #90364#: Good looking screen output

2001-09-28  Frank Schönheit  <fs@openoffice.org>  [68e0c580dbeee880dbe8ff38fca26778b306312b]

        don't use 'catch(...)'

2001-09-28  Frank Schönheit  <fs@openoffice.org>  [f22e1e4f12a0be9dd40ef2207e84c9d74f9b780a]

        #92401# reformed queryAggregation - lates SUN PRO compiler produces _wrong_ code with the old form

2001-09-28  Kurt Zenker  <kz@openoffice.org>  [7a5dff7d3060be6f4cb42e5f6b347a530ec37a6c]

        new version for SRC641

2001-09-28  Niklas Nebel  <nn@openoffice.org>  [aadaec059c72ecadc8640d65d8f7da9948ea802e]

        #92546# call rReq.Done for SID_VIEW_DATA_SOURCE_BROWSER toggle slot

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3afcf0040fa8aec6e13d967801032815089d610e]

        #65293#: exception specifications

2001-09-28  Sascha Ballach  <sab@openoffice.org>  [c2824149c598bedc5b5bb62121009e1a8cfc5d07]

        #92131#; set the printer on the docshell and not direct on the document

2001-09-28  Sascha Ballach  <sab@openoffice.org>  [8e5c7db29546f192f5414c7052dbbb87f7ad4455]

        #92131#; Update the Ref Device of all Input Handler

2001-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f427c1ea7c8660792bd67508685b474e73c81676]

        #92372# linkinc back again

2001-09-28  Niklas Nebel  <nn@openoffice.org>  [0b266cfc991326562c43ce2139237822be833424]

        #92569# IndexOutOfBoundsException for getCellByPosition / getCellRangeByPosition

2001-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e8a37565985c8d799b8249fd56bcd38db8deece]

        #92372# own linkinc removed

2001-09-28  jp  <jp@openoffice.org>  [3052cf36fadd04f68292abc4c730525da81dffda]

        Bug #85610#: new method GetAllScriptsOfText

2001-09-28  jp  <jp@openoffice.org>  [0bcd5a0bfa68bea0e9f9a8534a7d985ef096ab00]

        Bug #85610#: InsertSymbol - set always the attributes for all scripts of the inserted text

2001-09-28  Martin Gallwey  <mtg@openoffice.org>  [eb58bdd5529ec16f8ef7366f3b5528808faf4dd4]

        #92549# throw IllegalArgumentException for illegal seek paramaters

2001-09-28  Daniel Vogelheim  <dvo@openoffice.org>  [d5cde56df40591f47423aa3491cdf5ae2df966eb]

        #91636# improved error handlings - throw SAXParseException for any severe errors found during import - generate warnings for illegal style attribute values

2001-09-28  Daniel Vogelheim  <dvo@openoffice.org>  [d399554c2c9d4c86825c7a682fad3a2cf50c0932]

        #91949# always lock SolarMutex when modifying the document (also make start/endDocument call their parent's methods)

2001-09-28  Daniel Vogelheim  <dvo@openoffice.org>  [50a380647a5ccd4ac3adb0a7607ad07f96b17553]

        #91949#  need to lock SOlarMutex when modifying the document

2001-09-28  Martin Gallwey  <mtg@openoffice.org>  [ee17b7754b35e67f6a086165112287b2e08bcd39]

        #92549# throw IllegalArgument Exception for illegal seeks

2001-09-28  Frank Schönheit  <fs@openoffice.org>  [76b58a95d8f727ac32e79e196f4569c6235c652c]

        #92546# call rReq.Done after executing SID_VIEW_DATA_SOURCE_BROWSER (needed for AutoUpdate slots)

2001-09-28  Martin Gallwey  <mtg@openoffice.org>  [bc08738282e6b6b3708de5a6c56e19e7dcb60d34]

        #92549# update XSeekable implementation to throw an exception if someone tries to seek past the end of the stream

2001-09-28  jp  <jp@openoffice.org>  [506d944f1f0735c6bb768f82b1607a0999439e0b]

        Bug #85610#: GetScriptType - additional flag how to handle weak scripts

2001-09-28  jp  <jp@openoffice.org>  [b3263315cdea060fd7c360cf3e0e4499b6ee542b]

        Bug #85610#: GetScript - additional flag how to handle weak scripts

2001-09-28  Martin Hollmichel  <mh@openoffice.org>  [35e8fcb396a67475a5a74d32f4df725a00bea631]

        remove useless local variable

2001-09-28  Niklas Nebel  <nn@openoffice.org>  [e84febf6537765ce52eca93c592b164d66145ce8]

        #90488# AutoInput after ext text input

2001-09-28  Kurt Zenker  <kz@openoffice.org>  [c375054cfad9cd83725049c7136e8379123b8825]

        new version for SRC641

2001-09-28  Frank Schönheit  <fs@openoffice.org>  [8bc34e90e49cb496a3d5bc623a2241fbfb154f75]

        #91041# SetControlFont instead of SetFont

2001-09-28  Peter Burow  <pb@openoffice.org>  [b2d490bcd100b7cf7b3c01f649365bec4121faa6]

        fix: #92485# new menu item 'Copy'

2001-09-28  Peter Burow  <pb@openoffice.org>  [4a49bec823432edad94ff089fd548619fc6565d9]

        fix: #92485# IMG_HELP_TOOLBOX_COPY added

2001-09-28  Frank Schönheit  <fs@openoffice.org>  [b33493efeeddac0722d32cf379067489bb22a079]

        #92550# small corrections in the german text

2001-09-28  gt  <gt@openoffice.org>  [be3aa1fd0e3e7a5d02dc6474013aff8d41e95d6a]

        #91305# SvImpLBox::KeyInput(): pass RETURN if not handled

2001-09-28  Andreas Bille  <abi@openoffice.org>  [ac84ebf7f5819e448809c4514f4768a17bf05f2d]

        #91885# Some more features specially needed by the webtop( helprprefix, Order property at module contents, missing implementation of XPropertySet for cached dynamic result set on java side )

2001-09-28  Christian Lippka  <cl@openoffice.org>  [e24bc241b69da6789351d9bf82eab5119f09c16c]

        #86794# added xml clipboard support for drawing layer

2001-09-28  Björn Milcke  <bm@openoffice.org>  [c1412ac07dfc06075a854fab07e2af0c4948dad3]

        #91951# support XML ex-/import of additional shapes (esp. metafiles and bitmaps)

2001-09-28  Thomas Benisch  <tbe@openoffice.org>  [a936ceb5f01a54b7282f7bc3a2f2e6d10aadf6fb]

        #92258# click handler for Basic Scrollbar

2001-09-28  Thomas Benisch  <tbe@openoffice.org>  [63ae35f3143c71d548e0771b474c3c90b473b09e]

        #92258# click handler for Basic Scrollbar

2001-09-28  Frank Schönheit  <fs@openoffice.org>  [e043b963f781981787afa86f7fba7773ac486490]

        #92400# workaround a compiler bug

2001-09-28  Martin Hollmichel  <mh@openoffice.org>  [656ec283c565652469704aebf257832f46797259]

        del: unused variable

2001-09-28  Kai Ahrens  <ka@openoffice.org>  [86a7c723948e25321c85283f8b7afffd379cff62]

        #91778#: don't allow paint before show is started

2001-09-28  Martin Hollmichel  <mh@openoffice.org>  [5bf13559ed33f91aadbc9b29796be70ee18cd651]

        reorder initialization list to match declaration order

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e8b08c6b07e2ab83a8da798531a2d4ba324fa71]

        #65293#: gcc-3.0.1 needs lvalue

2001-09-28  Christian Lippka  <cl@openoffice.org>  [040fcc3e658650935b22cc6c5889ea528c0e2ece]

        #86794# new service for drawing layer clipboard export

2001-09-28  Christian Lippka  <cl@openoffice.org>  [d67ddded9092d6947a563a8b82148c2165452fd6]

        #91951# a model does not need to support styles

2001-09-28  Christian Lippka  <cl@openoffice.org>  [bcf733a3849bfa5965b5449938967f4d13081681]

        #86794# new service for drawing layer clipboard export

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c670e343268e598eb3bfde16fba64bbdc23ee16]

        #65293#: includes

2001-09-28  Kai Ahrens  <ka@openoffice.org>  [958238894e3e7d477f483fe20194ab85ae1da782]

        #91778#: start slide show in ::Activate

2001-09-28  Niklas Nebel  <nn@openoffice.org>  [81eab39a6831aa8d7a84612e5115476e70b121c5]

        #92414# right type (sal_Int32) for RefreshDelay in PropertyMap

2001-09-28  Jörg Barfurth  <jb@openoffice.org>  [4f92b9a429a3a56e69fbc5709038eb0f28708c41]

        Adjust to src641, some tests extended

2001-09-28  Jörg Barfurth  <jb@openoffice.org>  [ca5ada12b231b55c4bf3debaf0ad0810bf9c7ec2]

        #90021# Implement proper support for default-handling

2001-09-28  Carsten Driesner  <cd@openoffice.org>  [510ba704f78044077ec4d050bb4d77857291c84b]

        #65293# solaris compilers has problems with nested statement

2001-09-28  Niklas Nebel  <nn@openoffice.org>  [6f7b9ab6e0f62fd5160c8bb12b398a63b7700bc8]

        #92505# READONLY flag in property map for property HasDrawPages

2001-09-28  Armin Weiss  <aw@openoffice.org>  [89a80b88febd533d77b0c3ff460e28c2ee762a75]

        #92557# re-get the object pointer, the object may be deleted

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ece03dcacf379da1db3d475285a7a39455ea5de4]

        #65293#: exception specifications

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c052219971f614778ce96e529660b5d93cbdb52]

        #65293#: gcc-3.0.1. needs lvalue

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ed11d66073a30511537dff74bb1f36b71fc7645]

        #65293#: std::min/std::max

2001-09-28  Niklas Nebel  <nn@openoffice.org>  [f194c699b58d60bf1104cd79b50e66d2ca57886f]

        #92480# READONLY flag in property map for cell range Position and Size

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a1f882ab8288a50203d1c2af7998294c3b97e78]

        #65293#: exception specifications

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [53f2235d0cc7d8609361fe26d74a90bc75209ccd]

        #65293#: exception specifications

2001-09-28  Oliver Specht  <os@openoffice.org>  [813df9237ae055abf7171b7bfc9bf109b4912e59]

        #92528# OOo header inserted, revision log removed

2001-09-28  Jörg Barfurth  <jb@openoffice.org>  [e86dc46d7563e6e6399df14f140ef05a7fc7f931]

        #90021# Implement proper support for default-handling

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3b9feec39a78e245c247144914d8cb81f4eaed0]

        #65293#: std::min/std::max

2001-09-28  Peter Burow  <pb@openoffice.org>  [53bc3c6a3eb79ff6070453295015880b2cc38efe]

        fix: #91670# read filelist from stream fixed

2001-09-28  Tino Rachui  <tra@openoffice.org>  [ed2675a20a439a119c1b55ab1ca059cdf556af08]

        *** empty log message ***

2001-09-28  Juergen Schmidt  <jsc@openoffice.org>  [312626e464518ff59889fa847bb93f25949ea9d7]

        #87796# change name of jar file for registration

2001-09-28  Tino Rachui  <tra@openoffice.org>  [69157cf70bac57ee920344525d877aca5d5f048b]

        #92343#added mutex to safe inter-thread-access to m_pCurrentClipContent

2001-09-28  Dieter Loeschky  <dl@openoffice.org>  [cdc41b051054ee1374b64995c79fd2925afb818b]

        #92171# It's not allowed to group presentation objects

2001-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [816245b9b5feb5fa19ee955131b3923919c28f53]

        #92371# just check for RES_ variable to activete language

2001-09-28  Niklas Nebel  <nn@openoffice.org>  [f33e4df2f5aef09a026a14838ea1a279c29a8c8b]

        #92540# call ForceOutlinerParaObject so set vertical caption's text direction

2001-09-28  Jörg Barfurth  <jb@openoffice.org>  [7126b755aa33a741fd47c76cf424704b4c5756f4]

        #91283# Fixed problem in non-pro build

2001-09-28  Armin Weiss  <aw@openoffice.org>  [2345f636f39426c86755064ed28701a3597ba949]

        #90356# changed handling to use new dialogue and information from the configuration

2001-09-28  Armin Weiss  <aw@openoffice.org>  [0804d4a7a62338c0954b9cbb9aa52774f1cdcee2]

        #90356# added member ShowUndoDeleteWarning

2001-09-28  jp  <jp@openoffice.org>  [80c9b920ea3a63f77685b42dfed7adb7de4fe486]

        Task #92540#: set vertical at the outlineparagraph object

2001-09-28  Armin Weiss  <aw@openoffice.org>  [4bc166411ee2a74c162f8945fa9e55aa3cf619bd]

        #90356# added ressources for dialogue

2001-09-28  Niklas Nebel  <nn@openoffice.org>  [0b63a0859279d6b46a7abf2327e78cef5aeffd5d]

        #86508# update aOldSel after selection for editing a function

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7654d8008ab99157ff5991dcd9a3738b42a3bcbe]

        #65293#: includes

2001-09-28  gt  <gt@openoffice.org>  [6d9b8b103f3d6e44045208f4b8b32eb58b340613]

        #91954# #92541# seperate border for each window and correct pos for splitwindow

2001-09-28  Oliver Specht  <os@openoffice.org>  [cb6e7cb318f20d400accb36c69635e8eece5bc6e]

        #92547# client/server-side spelling corrected

2001-09-28  Kai Ahrens  <ka@openoffice.org>  [4829a4fb39cdbeab24c5cf298a574e982fa6aac3]

        #92523#: send drag event with release flag set

2001-09-28  Christian Lippka  <cl@openoffice.org>  [de633c67dd2c28af24bd1890bd7470bdbc3d1985]

        #86794# for clipboard there may be documents without styles

2001-09-28  Sascha Ballach  <sab@openoffice.org>  [a212c3c9ecdd93a6270a0c8904834edcbcd00025]

        #92397#; service OfficeDocument added

2001-09-28  Oliver Bolte  <obo@openoffice.org>  [39044f2b3583122eddd8b64a9db5f58bdf14dfbc]

        new version for SRC641

2001-09-28  Kurt Zenker  <kz@openoffice.org>  [d40cbb81f5838e5d9d72d0cfc1f96d32c816e911]

        new version for SRC641

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c373c16de43c1f4d3f2b94a1e86af7689a0ad4e5]

        #65293#: gcc-3.0.1. needs lvalue

2001-09-28  Frank Schönheit  <fs@openoffice.org>  [75fa0309ecd280bdd06f04e03a2f0e30d0bfc48f]

        #91062# forgot the return value ...

2001-09-28  Oliver Specht  <os@openoffice.org>  [8b7798b22d1ca7a988a9c3527cbac16c38aef6c7]

        #92544# ::Notify implemented

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [54d389996aee8b8f39d101167eef7dd80e302118]

        #65293#: exception specifications

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c317f5dbbcbb8770e0ec1f33d23a8bb0078d36f]

        #65293#: exception specifications

2001-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8054195b1af5bb44b0eae14c0c4a448f7888bee8]

        #65293#: exception specifications

2001-09-28  Oliver Bolte  <obo@openoffice.org>  [dffbc4f8c5db356cbdcbd2b9119b0dd9b75323c2]

        #65293# ambigous == op. solaris

2001-09-28  Oliver Specht  <os@openoffice.org>  [4285de66701b55e492e82bb1af7bdd5718046e6e]

        #92478# new HelpIds for Business card format page

2001-09-28  Christian Lippka  <cl@openoffice.org>  [449a15dcf6c5b5db88c1c53d004c0ff2885f9a15]

        #86794# for clipboard there may be documents without styles

2001-09-28  Oliver Bolte  <obo@openoffice.org>  [fba466fb86f1b83b2d3ff099438a25b17629d102]

        #65293# removed illegal line ends

2001-09-28  Oliver Specht  <os@openoffice.org>  [4c39ad65d7f9bed23637b29373b36ed3c0777414]

        #92423# RadioButton text changed

2001-09-28  Frank Schönheit  <fs@openoffice.org>  [fcea38c5583e4825dbd42cfc4a69c829e73cb22b]

        #65293# project depends on offuh

2001-09-28  Jörg Barfurth  <jb@openoffice.org>  [a942240366a245bcd1388b62fd3c3040d0cc37c0]

        #90938# Setting forceWritable option moved to base class. Now also applies to local AdministrationProvider

2001-09-28  Jörg Barfurth  <jb@openoffice.org>  [2e0b4d46d0988ac17bf9aab26eadf08dbe245776]

        #90938# Added isAdminSession() query

2001-09-28  Christian Lippka  <cl@openoffice.org>  [6aabd9e9ccd3ada89865e4d9767112eb62a9b20e]

        #86794# for clipboard there could be documents without masterpages

2001-09-28  Sven Jacobi  <sj@openoffice.org>  [5f13a9fb649c44517d41a56d8b71eee2775eeccb]

        #92501# improved mapping, also save/restore transformation matrix

2001-09-28  Daniel Vogelheim  <dvo@openoffice.org>  [fc49e0f5722d614a283c4e3bd76a590acc96f573]

        #91636# error code for general API errors

2001-09-28  Oliver Specht  <os@openoffice.org>  [a7cd735da6cb643993c8e96666085fd577f15c85]

        #92528# Revision log removed

2001-09-28  Oliver Bolte  <obo@openoffice.org>  [d62ccecee299767a61aa4490748446607ea2f2d8]

        #65293# exceptions solaris

2001-09-28  Oliver Specht  <os@openoffice.org>  [2f6bb2860067a97fad4dd6dab6df5486bd28b083]

        #92528# Revision log removed

2001-09-28  Oliver Specht  <os@openoffice.org>  [6137e7aa15d83c18b76b6f98c71d37ee24f118b2]

        #92528# Revision log removed

2001-09-28  Oliver Bolte  <obo@openoffice.org>  [baa33b9e53ee925100bf740bbd01f82d91310d87]

        #65293# exceptions solaris

2001-09-28  Oliver Specht  <os@openoffice.org>  [42fb60a7140e8fd4f0318eb35b9130c26c5cb175]

        #92528# Revision log removed

2001-09-28  Oliver Bolte  <obo@openoffice.org>  [324fef58bb606a8c99e7ab92a5ae9b637f56caba]

        #65293# excetions solaris

2001-09-28  Ocke Janssen  <oj@openoffice.org>  [8e909ad5915c19debad8808292a23968e79d0400]

        #92471# set all privileges when privileges are not ssupported

2001-09-28  Oliver Specht  <os@openoffice.org>  [07f251f02f11c6e5831c1cebe50e8198f4afc5f1]

        #92528# Revision log removed

2001-09-28  Oliver Specht  <os@openoffice.org>  [c242fa366dfbfe5e58d307f76b30829c2734bb3f]

        #92528# Revision log removed

2001-09-28  Oliver Specht  <os@openoffice.org>  [e99b0596d4bdeb5a4431765ced87e54341a2843a]

        #92514# cast of Any::getValue removed

2001-09-28  Oliver Specht  <os@openoffice.org>  [05686ec0223aa7d4ee548f26b2fb5cc298164291]

        #92528# Revision log removed

2001-09-28  Oliver Specht  <os@openoffice.org>  [e47938635f5d5c1e7ab1991ee0437bfc4b807859]

        #92528# Revision log removed

2001-09-28  Oliver Specht  <os@openoffice.org>  [a707a4d2e5b5eb051c1781e5042bf15e29492da0]

        #92528# Revision log removed, header replaced

2001-09-28  Ocke Janssen  <oj@openoffice.org>  [72c1262aa32054b014997f2da4e5a264f6338eda]

        #92410# correct parameter names in sqlstmt and metadata corrected

2001-09-28  Ocke Janssen  <oj@openoffice.org>  [97e111b0f82bb008147a033161e37b513ae1123f]

        #92410# if conenction is shared stopListening in setProp

2001-09-28  Oliver Specht  <os@openoffice.org>  [ddd76b4baaa959950e029a9f141778771dc28bf2]

        #92514# cast of Any::getValue removed

2001-09-28  Oliver Specht  <os@openoffice.org>  [a6e4bfb6fb3de197cb8be2369c830fa2c23c004a]

        #92528# Revision log removed

2001-09-28  Oliver Specht  <os@openoffice.org>  [ad3ebe83fe1d270ba60b55dd14d2817d46b72f90]

        #92528# Revision log removed

2001-09-28  Peter Burow  <pb@openoffice.org>  [4b68ecdae246060e9e10f27037276c9b40a70d53]

        fix: #92485# <STRG><C> activated

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [1e4160301179c9d752d4dfc497894340258fc194]

        Merge SRC641: 27.09.01 - 23:45:09

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [6a21b03a8ed5bcc0a88c439c69b65f052c19504d]

        Merge SRC641: 27.09.01 - 23:29:21

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [49e382bbac18a088622af1dd0a9f8ab331a656d9]

        Merge SRC641: 27.09.01 - 23:25:56

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [b3527b6cdc5baafc120e13182ee74098016f25e5]

        Merge SRC641: 27.09.01 - 23:22:14

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [742742b905870a3fe405331f254701cc2e9be922]

        Merge SRC641: 27.09.01 - 23:16:39

2001-09-27  Rüdiger Timm  <rt@openoffice.org>  [f26deb0dd11972c144ce16ec4e8157084a9e648c]

        Merge SRC641: 27.09.01 - 23:12:33

2001-09-27  Oliver Bolte  <obo@openoffice.org>  [e3c5b91f8239e1c825c9a51a22224502a0a067b5]

        Merge SRC641: 27.09.01 - 23:11:07

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [abf8c5d99e2994b73357822c033bd83144e08f17]

        Merge SRC641: 27.09.01 - 23:08:47

2001-09-27  Oliver Bolte  <obo@openoffice.org>  [bddeadd6e89e8b5ff95dd46ae75425df99970737]

        Merge SRC641: 27.09.01 - 23:05:35

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [d8044156876a506d983e21c81f5787b71f5dec98]

        Merge SRC641: 27.09.01 - 22:56:41

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [5f91a58beb6aa8e00de634277b4bad5a4d3226a1]

        Merge SRC641: 27.09.01 - 22:55:31

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [cd98a00e81f0ab26671bab359e3372c97b92cf5a]

        Merge SRC641: 27.09.01 - 22:56:52

2001-09-27  Rüdiger Timm  <rt@openoffice.org>  [330da52600d8816484347fb2c1c39729f29c0787]

        Merge SRC641: 27.09.01 - 22:50:14

2001-09-27  Oliver Bolte  <obo@openoffice.org>  [694f2c984fd1bb95f967540a2dccc3151319f411]

        Merge SRC641: 27.09.01 - 22:43:12

2001-09-27  Rüdiger Timm  <rt@openoffice.org>  [da026b0bf76cbed8a195e3fd3fbadab532286182]

        Merge SRC641: 27.09.01 - 22:42:41

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [8b5fcadc3ae5bad94ce2b3d835e7c7f85e33f248]

        Merge SRC641: 27.09.01 - 22:41:58

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [462ee85282494a07ecd6e9ed99fc171f6b31ecf6]

        Merge SRC641: 27.09.01 - 22:39:41

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [a9881a2f4218b7b81c7af8f1bcaa214148ebd758]

        Merge SRC641: 27.09.01 - 22:39:33

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [4299eaa33c825d3841199488a6109ff695ad0a5c]

        Merge SRC641: 27.09.01 - 22:40:45

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [507a9342e5c9852f2c9c1ddb58e4b3e372ac4b9f]

        Merge SRC641: 27.09.01 - 22:37:08

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [5d0cbafec5f7bab578ef65c2ce718c32499caa96]

        Merge SRC641: 09/27/01 - 22:27:34

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [5c6d629192ed9726fc95cbbb4d6885cada8826dc]

        Merge SRC641: 27.09.01 - 22:26:24

2001-09-27  Rüdiger Timm  <rt@openoffice.org>  [2582d645327452f73e37620b9316ffec7d9ba94e]

        Merge SRC641: 27.09.01 - 22:24:41

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [5459e46c93e67df49bc8b98e52361c07266528d2]

        Merge SRC641: 27.09.01 - 22:24:15

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [f314ebdf5c105f679e98db7f69848977860818b0]

        Merge SRC641: 27.09.01 - 22:22:59

2001-09-27  Vladimir Glazounov  <vg@openoffice.org>  [9ed62d7d905fea2f1122d80bb9e6876858233ba7]

        Merge SRC641: 27.09.01 - 22:22:21

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [84c4cb2c5fe738358f0ab65b95419279f67d7b4a]

        Merge SRC641: 27.09.01 - 22:18:57

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18d91cef0a3b33f7338de2e127d6a187ad7cab2f]

        #65293#: adapted to new bootstrap

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [630f6d8d5582ec1edc7a3b6b065fc3069361bb2a]

        #65293#: gcc-3.0.1 needs lvalue

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [479be99e22f81b06fcc7bdfa2093a3a967629943]

        #65293#: includes

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3dda29cb537a7f7deed7c45b9e401c5d6676880]

        #65293#: gcc-3.0.1 needs lvalue

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9170fe54416c8413aebfb77102f669319c1e94ef]

        #65293#: exception specifications; gcc-3.0.1 needs lvalue

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4ded740192bd6b1f0285110b14ff30f2b637a78]

        #65293#: std::min/std::max

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f035d985fcb0042ff4f89ab58e2ceed2e11cd47b]

        #65293#: std::min

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a61195961ea1b54cc6ca12cb080cb5571efc5ff]

        #65293#: gcc-3.0.1 needs lvalue

2001-09-27  Malte Timmermann  <mt@openoffice.org>  [b1f37886b633b4495147d98a316dc0e881453dec]

        #92322# SetTopEntry: Call Update() before changing mnTop

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [55f291da464704616aa95a823c30227369814db1]

        #65293#: exception specifications

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f79853ccfe14314caebc7e03ac1ebf1bbf8c159a]

        #65293#: fix operator=()

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [702b2eed5892772328315561927f39b7de2450fb]

        #65293#: gcc-3.0.1 needs lvalue

2001-09-27  jp  <jp@openoffice.org>  [de51626380a31fe0c90b1e7bc1fd5b1d1c5e214b]

        Task #91873#: remove usage of GetSystemLanguage and other system realted methods

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [97203b8c17d371ebbf95e471f58654773fab2c29]

        #65293#: std::min/std::max

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5314c800113c0aa21b18ece359a571974d7815e0]

        #65293#: cast

2001-09-27  Frank Schönheit  <fs@openoffice.org>  [4cb7799f0b37c574c2c60122ae1fee39fd37016b]

        #92050# don't ask for non-existent controls

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9409040c557f5b9eb4b8ff876197e83f29b6461]

        #65293#: gcc-3.0.1. needs lvalue

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [e2631b1378aed4d7cf78e960ab0203aafe3bc1bf]

        new version for SRC641

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [93f938fde4eac26a41bb9467ec9a75dfe2328fe8]

        #65293#: includes

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3534d842c83098e8d9af99a9e4ccf6d1cced769]

        #65293#: gcc-3.0.1 needs lvalue

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [726bea863bd2419cd58d3a3bcdf2e34964eb9190]

        new version for SRC641

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [e6acf60373f0c22d64236b1ba660a0f51afd8509]

        new version for SRC641

2001-09-27  Thomas Benisch  <tbe@openoffice.org>  [6dfe9b804a1c2f8fa6a2d9883a553d6fbe1b919c]

        #92535# BasicIDE: replace CancelClose button by Close button in MacroChooser dialog

2001-09-27  Jörg Budischewski  <jbu@openoffice.org>  [4d39d6a3038c91e7227e85c1875e68b5c0eba058]

        #91283# improved error handling

2001-09-27  Jörg Budischewski  <jbu@openoffice.org>  [677b85023b9102fc856305d0ec3ab4e0b8159a4f]

        #91283# in case a readonly registry does not exist, a exception is now thrown

2001-09-27  Juergen Schmidt  <jsc@openoffice.org>  [8e58f2a59b6e2c57f8e4211dad7fbfb5515b395d]

        #87796# pack ole examples

2001-09-27  Juergen Schmidt  <jsc@openoffice.org>  [438f72fe337e9bdc0898b344751bf51a818973a3]

        #92529# change the name of the odk zip file

2001-09-27  Dieter Loeschky  <dl@openoffice.org>  [7d42724fb93081465b1b439ac33c2e06340f3c70]

        #92376# Undo-ability

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [e16c5d48c2c8b93ff18f7ea880b42a89a43c5fb8]

        new version for SRC641

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [4a93881a294b11813e796aca98bc4e060b8d75ec]

        new version for SRC641

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e39c0ab4d0905d2a935283e5b6d79b95e69c7d4e]

        #65293#: includes

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a82362d451d725d5a13f886930f7bb78c8a12fe]

        #65293#: exception specifications

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [856a630aca9265aac4eb2aa19809ab64b3a638b2]

        #65293#: exception specifications

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8df76b3ffc6b14d509bd3626cc72547e10e26ff8]

        #65293#: includes

2001-09-27  Thomas Benisch  <tbe@openoffice.org>  [aeaf9f25aa60bf96eafef07ae95a0e0b55e12838]

        #91121# adapt library management in BasicIDE to library containers

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a41c3017f6206cf79bb4ad3e52bc3d1e23baa70]

        #65293#: includes

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [30592b79c6acf574ddc5bf21a40190a863ed29af]

        #65293#: includes

2001-09-27  jp  <jp@openoffice.org>  [36d0848d8bf529d758ea627a4f8398b2b7d5ffa2]

        Task #87374#/#90081#: empty start/end undos don't delete the redo sequence

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [5eb3383682d9ecb86e3f3d9ceacff013e9655b14]

        new version for SRC641

2001-09-27  Kurt Zenker  <kz@openoffice.org>  [91f44ab94dac139b6be474947a8911adb9790854]

        new version for SRC641

2001-09-27  jp  <jp@openoffice.org>  [de4a94961a5a09c1ccb31bba1cb7736b94f2c153]

        Task #87374#: handle readonly sections

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [43c6faad9a5bc0602147a4a8f28f28d2a9867002]

        #65293#: exception specifications

2001-09-27  jp  <jp@openoffice.org>  [0824f32e147bde3b356416f84e74e2530cd6bf09]

        Task #87374#: lcl_GetJoinFlags - allow join only if the start and end of section are content nodes

2001-09-27  jp  <jp@openoffice.org>  [6e7162efe38fd1ccfd9433f29632e527226a1543]

        Task #87374#: compare/merge doc - don't ask for readonly sections

2001-09-27  Ocke Janssen  <oj@openoffice.org>  [acfc0dd5e6fd121d12cbedf3507fb286f95b04a1]

        #92517# show addtable dialog when no tables exists

2001-09-27  Oliver Specht  <os@openoffice.org>  [50db0e11cfc878ab95d72406b33daf4d26cebb00]

        #62832# feature: printing changes document modified state

2001-09-27  jp  <jp@openoffice.org>  [a2214aaab0e227e8a987269352a39efcf5e91dbc]

        Task #87374#: SwUndoCompDoc - need an additionl member

2001-09-27  jp  <jp@openoffice.org>  [9d5e5f2ceb6bd3fbc7c1c77742a11f8f6b7f5839]

        Task #87374#: remove double code

2001-09-27  jp  <jp@openoffice.org>  [c7462498761af3ba33efec2361d203ff0da744a3]

        Task #87374#: Accept/Reject are also allowed if a readonly section is selected

2001-09-27  Vladimir Glazounov  <vg@openoffice.org>  [20e17dec5d8b28725b95045fd5127bc848a99710]

        SRC638

2001-09-27  Christof Pintaske  <cp@openoffice.org>  [fff69dbba087b39b9a52032e139f9bd854488e4c]

        #92515# search network and client installation for font and printer configuration

2001-09-27  Oliver Specht  <os@openoffice.org>  [f87582fe10eb29f744066ea55269a0006dcbe412]

        #62832# feature: printing changes document modified state

2001-09-27  Oliver Specht  <os@openoffice.org>  [f6b5ead4fe446d5772b3a19e44a6ecb395a5ca83]

        #62832# feature: printing changes document modified state

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa0968851d6939c222fd652a88a642df283e9434]

        #65293#: exception specifications

2001-09-27  Martin Gallwey  <mtg@openoffice.org>  [567966dbcac9e31f3cb8a960b1d178ac5717c2d4]

        #92521# Much improved handling of missing autotexts

2001-09-27  Martin Gallwey  <mtg@openoffice.org>  [af91a008e79be8402e92b61afd42565b957c5fa2]

        #92521# better handling of missing autotexts

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [482b28000da1bf568785881faccd1bc8ee89e4c7]

        #65293#: exception specifications

2001-09-27  Thomas Benisch  <tbe@openoffice.org>  [9d385a9bea086aa88891f56cc29bc9676ff4b512]

        #92520# BasicIDE: misleading labels in the libpage

2001-09-27  jp  <jp@openoffice.org>  [22ee4c9b281b77d709664eb99418c2b9898c0bfb]

        Bug #87374#: remove not needed Start-/EndUndo calls

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [25192af1699fd9f660ca9eafcf89e2b590e10100]

        #65293#: exception specifications

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8e88dabfa0a6e0b96ad9e3157f90eb024427987]

        #65293#: includes

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2de30793bb200dbd28d201d862d8e0fb92e8641a]

        #65293#: exception specifications

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eba8d25a457e3b29f735b792fd861ec1b061e34]

        #65293#: includes

2001-09-27  Sascha Ballach  <sab@openoffice.org>  [3a81bc2244d269dfb6347d14a755004f329e016c]

        #92435#; compare the currency of the cell with the bank symbol and the current currency of the number format

2001-09-27  Sascha Ballach  <sab@openoffice.org>  [ba9dd546b8a84f1b82f0d046c218a86375c7e47c]

        #92239#; lock solar mutex only if neccessary

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9e53efd0ada9ea0a2ea07a1220f221fef03485f]

        #65293#: exception specifications

2001-09-27  Sascha Ballach  <sab@openoffice.org>  [770895805d1cabf54d82a9e822e39580bffef326]

        #92435#; don't ignore dot in quotes

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ea3693640d8a60cd0a86785c016b55cca14b0c2]

        #65293#: exception specifications

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [469c66489a29092bc46028ef2b1fb7e9a05defc9]

        #65293#: includes

2001-09-27  Mathias Bauer  <mba@openoffice.org>  [a435c39cffdb212c1fd5c51f15163d70458726ee]

        #92513#: return from execption method if no restart

2001-09-27  Oliver Specht  <os@openoffice.org>  [afb9ae5736875679cc0f554787920b9a6b261c34]

        #92490# use UNO stream operators

2001-09-27  Mathias Bauer  <mba@openoffice.org>  [4efbd64a20ae6216ce3e44f2dcc33615923fdc19]

        #92021#: Init missing

2001-09-27  Mathias Bauer  <mba@openoffice.org>  [e04b322ea6fedd34090e974be0b84013d9fefc0d]

        #92340#: use UI names

2001-09-27  Mathias Bauer  <mba@openoffice.org>  [00da6025ddf1014a14a670f7023e39364d22919e]

        #92021#: releasing controllers

2001-09-27  Peter Burow  <pb@openoffice.org>  [0da89d89267d3cfc94133bd12db533277b5a6edb]

        fix: #92484# hide search button and menu item

2001-09-27  Sascha Ballach  <sab@openoffice.org>  [fa24160e151594f5d5559983dc11c9266a43451f]

        #92239#; don't ask HasAttrib if loading xml

2001-09-27  Mathias Bauer  <mba@openoffice.org>  [085b5f425c25cec501a311f38241a3e1548a011f]

        #92211#: wrong factory name

2001-09-27  Armin Weiss  <aw@openoffice.org>  [e7ea46f489e7fe14919f0465903b69c7cac89aa7]

        #91457# Popup for Online-Spelling now handled by SdDrawDocShell

2001-09-27  Armin Weiss  <aw@openoffice.org>  [563c0a1b78989c485aa225649d5bb3da5b86bd04]

        #91457# ExecuteSpellPopup now handled by SdDrawDocShell. This is necessary

2001-09-27  Armin Weiss  <aw@openoffice.org>  [22b30f448c058dc991493ac1084f883ef787fbc8]

        #91457# removed link and replaced with Imp method #91457# restart when add to dictionary takes place, too.

2001-09-27  Sascha Ballach  <sab@openoffice.org>  [ac556643bc78d0e92fd7ff00da11f0addad9e25a]

        #92435#; ask also whether the column is hidden

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d78f3b90a270a08f84a4bea41a8ebdc42a3c261]

        #65293#: includes

2001-09-27  Armin Weiss  <aw@openoffice.org>  [13c21ea55e2cfe74eab99ce494baae5b73e1f322]

        #91457# removed link and replaced with Imp method

2001-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e8cfca09b3c18957b9911170b83d66548a19279]

        #65293#: exception specifications

2001-09-27  Ocke Janssen  <oj@openoffice.org>  [70c26bb227eac25d1ec98e974af7a4a064db368f]

        #92475# check if connection is a XViewsSupplier

2001-09-27  Ocke Janssen  <oj@openoffice.org>  [c5793c12ee0048127ff72d780181897c16a098c3]

        #92339# type corrected from LTRIM function

2001-09-27  Thorsten Behrens  <thb@openoffice.org>  [53b16ea6ce17825bd11c8ed1eaef536e2a4fda9a]

        #92496# Setting field content on living field

2001-09-27  Dirk Grobler  <dg@openoffice.org>  [2dd773613422cc3c6d4f385c01906a0cd9e993c7]

        #92427# remove TF_CFGDATA

2001-09-27  Dirk Grobler  <dg@openoffice.org>  [3983122d511d7e948674fd453d8627b0b1437461]

        #92427# remove TF_CFGDATA

2001-09-27  Niklas Nebel  <nn@openoffice.org>  [dd9c36b1b0ce58ceb874aa47fd0e9a6d46928fec]

        #92390# support user defined (alien) attributes for page styles

2001-09-27  Kai Ahrens  <ka@openoffice.org>  [999d783abaa5051be34761d4bef7c870a8eca8d1]

        #92498# added static format name methods

2001-09-27  Andreas Schlüns  <as@openoffice.org>  [11aa4f1d7207a16b938e2bee69549afd6dd5ef8a]

        #92242# commit realy changed properties only

2001-09-27  Ocke Janssen  <oj@openoffice.org>  [7a369f2b650245054a46cd29e34cf1cc720d5dd2]

        #92439# moved from browser

2001-09-27  Ocke Janssen  <oj@openoffice.org>  [4b7632be43e1d139650468c30bf083632d4217bf]

        #92436# locale access corrected

2001-09-27  Ocke Janssen  <oj@openoffice.org>  [7548d773fdf47d1b35e94233f7f959328228c8c7]

        #92325# impl new sql functions

2001-09-27  Ocke Janssen  <oj@openoffice.org>  [3669320426f1c10425864f9e0bf5183e68e5f96e]

        #92325# impl new sql functions

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [41c10d9579ea58f3148c9faddefaed5e633e4b64]

        new version for SRC641

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [a0703f2e93247ee2a133dc4b220a5aa9ff740333]

        Merge SRC638: 26.09.01 - 23:04:55

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [98c875261170439deaa6614186a52c38ec08f78e]

        Merge SRC638: 26.09.01 - 23:04:32

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [0eca9b7fff6a780c7b23cde83914553d76102d2d]

        Merge SRC638: 09/26/01 - 23:01:01

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [64baa7b61b973d73a937fa4442f8b9de84ae2d06]

        Merge SRC638: 09/26/01 - 22:59:01

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [9c3f1c404d097f8a51cfbde0c619ce1f68cbc5e4]

        Merge SRC638: 26.09.01 - 22:43:27

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [4b5e290276fc911846618df0866a65eb746476aa]

        Merge SRC638: 26.09.01 - 22:43:22

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [a18180a6324ad8d90b61ce0ca794d083aba83108]

        Merge SRC638: 26.09.01 - 22:41:25

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [fc6263ed6f9e4c890ac598a9948bd42cf6f1be89]

        Merge SRC638: 26.09.01 - 22:40:51

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [9052bd0a8a1141c795a62e00c5d4f0900c2f2280]

        Merge SRC638: 26.09.01 - 22:40:36

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [dd87a7b92078ce24327f5fea1d412acbc4a2448c]

        Merge SRC638: 26.09.01 - 22:40:10

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [c817d98fa9124934d73728f62ad96e7473345739]

        Merge SRC638: 26.09.01 - 22:38:27

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [139a81d38af7ea45640fcdf1a8e70a43fdc52cfe]

        Merge SRC638: 09/26/01 - 22:37:40

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [bc95cf51c9e8313050013b4ef6dab90e138ee945]

        Merge SRC638: 26.09.01 - 22:37:28

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [bfd7d21f9cb0a82aab5f856fd8435910e86c0c08]

        Merge SRC638: 09/26/01 - 22:35:10

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [25d2192fbff6a6166fe61700a31c1443b0af4770]

        Merge SRC638: 26.09.01 - 22:35:13

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [e7f5bd070b496242f3022843a2ab8617b870181f]

        Merge SRC638: 26.09.01 - 22:34:57

2001-09-26  Vladimir Glazounov  <vg@openoffice.org>  [2afabca18525385588c8b6332136ab1edcf8f55c]

        Merge SRC638: 26.09.01 - 22:33:28

2001-09-26  Rüdiger Timm  <rt@openoffice.org>  [ade98ef22156cae81fb4c8516a46206a8c0d173d]

        Merge SRC638: 26.09.01 - 22:33:18

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [6d684ea22a617ad3480ede1b04c66c54e78c80e9]

        Merge SRC638: 26.09.01 - 22:33:07

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [7c8bf3662909fbf386a8bb9273e7aa4b22579351]

        Merge SRC638: 26.09.01 - 22:31:15

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [999cd5c1fce1ffed39177c6e8fd1fcaeda5a828c]

        Merge SRC638: 09/26/01 - 22:30:02

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [9a157e0b5055acd3082a2f272ac6b39609399da2]

        Merge SRC638: 26.09.01 - 22:29:05

2001-09-26  Rüdiger Timm  <rt@openoffice.org>  [99c41be497a93d2ed2987a515172aaf4007f534d]

        Merge SRC638: 26.09.01 - 22:28:55

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [dd46e645c7af71e8297d04635cf1996742e9f2d1]

        Merge SRC638: 09/26/01 - 22:27:14

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [e42ed86ffce7779fab0590816ff6350c620ad1f4]

        Merge SRC638: 26.09.01 - 22:26:10

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [f7f65fc34235ddf1cd66772762fa80c0c5621433]

        Merge SRC638: 26.09.01 - 22:25:02

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [dd25b1ce962340df29287693dfcfae0bc030e9fe]

        Merge SRC638: 26.09.01 - 22:23:45

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [c9e1f9a6e0d42be1723bbbf70f0ae0f203ed93d6]

        Merge SRC638: 26.09.01 - 22:23:00

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [7b0e34fec81b709073e7336f76be66b82d560080]

        Merge SRC638: 26.09.01 - 22:22:55

2001-09-26  Vladimir Glazounov  <vg@openoffice.org>  [23c9f4bdbbb4cb9b1da8a5d60d513d75dc07e080]

        Merge SRC638: 26.09.01 - 22:22:25

2001-09-26  Vladimir Glazounov  <vg@openoffice.org>  [ad9b1d5cb3f892c5f64c45910a418678d233402b]

        Merge SRC638: 26.09.01 - 22:18:43

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [aa51a54d8aad0ed175dfe009a6024a574c1adfc0]

        Merge SRC638: 09/26/01 - 22:18:52

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [6893790e46823af36e47bf61dfe40c1bd9935d89]

        Merge SRC638: 26.09.01 - 22:18:02

2001-09-26  Rüdiger Timm  <rt@openoffice.org>  [705362bf2b9c5da9624edaa82d0eed6c3e36554f]

        Merge SRC638: 26.09.01 - 22:17:50

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [25badfe013e057e974c71cdb9915c93e69d99ca1]

        Merge SRC638: 26.09.01 - 22:15:44

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [b608a1d500322a39d626fd02314bbb704fddb0f1]

        Merge SRC638: 09/26/01 - 22:09:14

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [f275a9d32e0e432d98b65d192b477d3bf81d385d]

        Merge SRC638: 26.09.01 - 22:05:11

2001-09-26  Niklas Nebel  <nn@openoffice.org>  [239cef38899d849df099f36edb8a1689a1b1d41e]

        #92390# support user defined (alien) attributes for cells

2001-09-26  Vladimir Glazounov  <vg@openoffice.org>  [6ebcfcce81f19807ffd237db5a4f4f96ae96a61e]

        new version for SRC641

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbcf043e9975c5d32d6c34e2bb1ef6b652b8cc7c]

        #65293#: #undef min

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cc3904f3960e4a9e12a91ba1055604ae6246d43]

        #65293#: workaround compiler bug gcc-3.0.1

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd73b2894a56bf9fdf7adfcd19de14a3dfa4f850]

        #65293#: includes

2001-09-26  Jörg Budischewski  <jbu@openoffice.org>  [85c29790c928a99a931c96ffba752af5ebb247bc]

        #92402# .nopid feature added

2001-09-26  Jörg Budischewski  <jbu@openoffice.org>  [de44ad2806499c5846eae652b2e5451a9300677c]

        #92402# added test for files

2001-09-26  Thorsten Behrens  <thb@openoffice.org>  [a830dae5f67caa01debe0a2e2c1ef49dbccac79a]

        #91588# Setting parent, too, when copying style sheets

2001-09-26  Frank Schönheit  <fs@openoffice.org>  [593687d59f86f0a9bb4f0d09b0faf2e4c4908af3]

        #91062# corrected a comment

2001-09-26  Thomas Benisch  <tbe@openoffice.org>  [4eb4b0f6896f4e7ad9122ff29c03b3bff45e577c]

        #92492# BasicIDE: the document listbox in the libpage doesn't have correct entries

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [d1566e25b31e57a8f76dead6f727ef440553fdf3]

        new version for SRC641

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d057184925101734815c86f1a1d72ef141d6ddac]

        #65293#: exception specifications

2001-09-26  Dirk Grobler  <dg@openoffice.org>  [39da0a204ed0a6b7f692f2fa518bcb59e4b8b79f]

        #92427# remove TF_CFGDATA

2001-09-26  Dirk Grobler  <dg@openoffice.org>  [9566f4e813d911087896992b06d9438e64290945]

        #92427# remove TF_CFGDATA

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [25a78fc9dccceac0bc9696729bcc461901ab9b34]

        #65293#: #include <algorithm>

2001-09-26  Thomas Benisch  <tbe@openoffice.org>  [fad3ec0c663bdcf5b1c681952cbcdc661f04345a]

        #91999# Save is not active

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ed36acb14026f36f1c5e64b056b28c2fe5e5ea3]

        #65203: disambiguate

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9b63ab5197a28a70304f08cd9b847fa645936f0]

        #65293#: exception specifications

2001-09-26  Kurt Zenker  <kz@openoffice.org>  [87d17ec3740b87a3aefa595242a46aa62f0158eb]

        chg. directory GUI -> guiapps

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef6c9a2a3eea5168f073d8714b6f7df70d534921]

        #65293#: add support for gcc-3.0

2001-09-26  Vladimir Glazounov  <vg@openoffice.org>  [36e0b7a7a89b31188c08a3991f3fe3e07e28cb63]

        #65293#

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0de6aff773f9cb10ef846361ad71fa292e1dd930]

        #65293#: don't link STL

2001-09-26  Vladimir Glazounov  <vg@openoffice.org>  [42a779d01ac2480aec6f583bf23f8b61a2d3a6cf]

        #65293#

2001-09-26  Rüdiger Timm  <rt@openoffice.org>  [79a836d3ea14d2fdc62d494314ee73b66368b94f]

        #65293#

2001-09-26  Kai Ahrens  <ka@openoffice.org>  [a137e49e062ab1bf1e23ad4570587d2c900ae804]

        #92332#: call ::CreateData in ::AddSupportedFormats

2001-09-26  Kai Ahrens  <ka@openoffice.org>  [fc81eb04393538582c54c1baf421538e81d197b2]

        #92332#: don't use reinterpret cast to get SvInPlaceObject from SvPersist

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3835f775962a9d15da5aa9a477cf4b68e40f55d]

        #65293#: main returns int

2001-09-26  Juergen Schmidt  <jsc@openoffice.org>  [1ed107494eeec47c0b3eb3a0e1914d4f486e4c95]

        #65293#

2001-09-26  Juergen Schmidt  <jsc@openoffice.org>  [38a64477114c043f96a5fdbc6ef5cf4d59fa4148]

        change command line help

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [da4dcc3346d81a6d07cb66bda04064bc2d6bd590]

        #65293#: main returns in

2001-09-26  Oliver Specht  <os@openoffice.org>  [3701c7193adbc3acf4b79834449e3b476f71a68b]

        #62832# last change removed

2001-09-26  Oliver Specht  <os@openoffice.org>  [d67c4426d97f27559ae4b94309875ac8dac0c9d9]

        #62832# feature: printing modifies document

2001-09-26  Sven Jacobi  <sj@openoffice.org>  [aa5037ede90d7c895ae1c96d97193a33e05f06f6]

        #92349# #92474# now supporting ParaAttr_BuHardColor, improved symbol import

2001-09-26  Daniel Rentz  <dr@openoffice.org>  [2f0d97cd957cdb3113d98cbc441a923a43367547]

        #87380# return error for ODDF(PRICE|YIELD) due to faulty algorithms

2001-09-26  Martin Gallwey  <mtg@openoffice.org>  [9eb6bc4af97c23b4cbe8bf158721dacd2b7d75ea]

        #92466# correctly parse deep directory names

2001-09-26  Thomas Benisch  <tbe@openoffice.org>  [9851434f4d74f755e801bccd46aa58bc7faeacad]

        #92458# BasicIDE: change 3d image buttons in toolboxes to 2d image buttons

2001-09-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c060a54f9c223b67c31173e65e5298923dc30177]

        #87136# keep scp dependencies active for L10N-framework

2001-09-26  Sander Vesik  <svesik@openoffice.org>  [e698cb326a51e10db4db502a2e03575cd95d48dd]

        Merge from 1.1.12.1 to HEAD

2001-09-26  Kai Ahrens  <ka@openoffice.org>  [2ce9fd8f8dfe8e260e5e7c7978fb05bf30a3c7ae]

        #92412#: implementation

2001-09-26  Rüdiger Timm  <rt@openoffice.org>  [ce3f8556147e756a883a5ed06495ff37c1a28007]

        new version for SRC641

2001-09-26  Caolán McNamara  <cmc@openoffice.org>  [74de3e7d627fce3c21c3abc47ccad74c80a3e6f3]

        #92104# Cool anchoring fix isn't going to work if the trigger is missing

2001-09-26  jp  <jp@openoffice.org>  [7e975a64317f3843709f44663c4607f8db1f31a2]

        Task #92341#: remove taskforce define

2001-09-26  gt  <gt@openoffice.org>  [55497931259d2a905ac717b228b1c156f488c6cf]

        #90926# SfxHelpWindow_Impl::OpenDoneHdl(): try-catch for UNO-stuff

2001-09-26  Hennes Rohling  <hro@openoffice.org>  [6a4577a1c8e26c2752a344109a2b92c6abe314ee]

        #92406# Fix undone TF_FILEURL rquired changes

2001-09-26  Andreas Schlüns  <as@openoffice.org>  [6593aceab52151ffe9153458691632b3354c28b2]

        #79395# actualize service description

2001-09-26  gt  <gt@openoffice.org>  [f04834a83cb3a0670a487e214ae699e0bb7f927a]

        #90933# SfxHelpWindow_Impl::Split(): limit minimum size to 5

2001-09-26  Daniel Rentz  <dr@openoffice.org>  [f5b732c43a9ed9ace11412d85dacd96d849fcde1]

        #89901# check all double results on overrun

2001-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [58ceab62ecd4d272214255291ba5b22d3a099391]

        speed up inner loop

2001-09-26  Andreas Schlüns  <as@openoffice.org>  [3fc0d75096454b07fa5549818af0bab5dce8fbfd]

        #91475# use right current working dir for relativ pathes

2001-09-26  Thomas Benisch  <tbe@openoffice.org>  [330d7ac344e6c1cd0c86ca9c457a9032abff3e69]

        #92424# enable InsertLibButton

2001-09-26  Kai Ahrens  <ka@openoffice.org>  [6523cea31adae690fc74e31f46b1a89a32ac50e8]

        #92412#: added g2g binary

2001-09-26  Peter Burow  <pb@openoffice.org>  [b631118f5fa28ab4cf488b14a5f2442b7d543479]

        fix: #90917# use the topic title when child entries have the same name

2001-09-26  Kai Ahrens  <ka@openoffice.org>  [693a7722017f78ffd5e5f1e7a867408958b56817]

        #92412#: added g2g.cxx

2001-09-26  Thomas Benisch  <tbe@openoffice.org>  [f638a8c94cc26fab371a3b70536328e23729f27e]

        #92424# BasicIDE: remove disabled buttons from object catalog

2001-09-26  Kai Ahrens  <ka@openoffice.org>  [67c5ba1d2fd775b97cd2f08694f77b265c3029a9]

        #92412#: initial revision

2001-09-26  Niklas Nebel  <nn@openoffice.org>  [b4a5f75e3fbdd9495024334c5000b6ffdaa4ea9f]

        #89901# examine content of InvocationTargetException after AddIn call

2001-09-26  Mikhail Voitenko  <mav@openoffice.org>  [92a6feeb7664d302f1359152614cb4cb6a872885]

        #88939# let pipe-names be webtop version dependent

2001-09-26  Oliver Specht  <os@openoffice.org>  [050fd6a18798d4968a9f6d4ec19f9599bf96a97c]

        #i1706# table border min/max problem solved

2001-09-26  Oliver Specht  <os@openoffice.org>  [7d2184a901f14231d70e3c2e11cdd3785f9a85c0]

        #92278# fixed texts resized

2001-09-26  Thomas Lange  <tl@openoffice.org>  [0dbd04a006f2ecd891bed08816b5539e24a3998d]

        #92407# resource string for double square brackets changed.

2001-09-26  Thomas Lange  <tl@openoffice.org>  [6258f2b92eab81678e07ed14c5ddeab23c33cab6]

        #92323# focus given back to application when popup-window is closed.

2001-09-26  Kai Ahrens  <ka@openoffice.org>  [7aa87cd518d1ceea36052ab66de4bcd7cb228f1d]

        #80266#: added ForceSwapOut method

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [19b890650187e82256c2e89241c17522ad3d8f36]

        Merge SRC641: 25.09.01 - 23:55:36

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [7573c97dd214e75a86a9fc3d92866b29a1636250]

        Merge SRC641: 25.09.01 - 23:51:41

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [ec79432354baa32d21112120bb4e92812e49d4d4]

        Merge SRC641: 25.09.01 - 23:46:14

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [ebf5467e94b84b860a59a39de58e27935da6624f]

        Merge SRC641: 09/25/01 - 23:41:49

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [7d26b2f560c45a66b682a3d283324c1084b22fad]

        Merge SRC641: 09/25/01 - 23:39:51

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [8fa77e3539df2e917ec69abd03a03b504571849a]

        Merge SRC641: 25.09.01 - 23:35:11

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [6f823c973e3ed768bf689f15e46fc7b979b22e74]

        Merge SRC641: 25.09.01 - 23:24:57

2001-09-25  Rüdiger Timm  <rt@openoffice.org>  [38d4b209c46054b558b6f8a0d088c3ba8f61ceff]

        Merge SRC641: 25.09.01 - 23:08:47

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [f781e6f9a8d3d9f94c767d7ae31e5c66b221c148]

        Merge SRC641: 25.09.01 - 23:06:27

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [24a9c3d2c1d90eff1c3da2a8c9da2d3280c10b38]

        Merge SRC641: 25.09.01 - 23:04:39

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [2bb0940475ff2f0c73e2df7c5310af57927a517b]

        Merge SRC641: 25.09.01 - 23:03:08

2001-09-25  Oliver Bolte  <obo@openoffice.org>  [c3b68d2cffb0abd5cac824389014dfcd2d9136a6]

        Merge SRC641: 25.09.01 - 22:56:53

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [6d5651ab7e9d982bc9cf18036a4dbdb5faae6579]

        Merge SRC638: 25.09.01 - 22:50:15

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [5b1c033f5aa78bb6d7b9a1939e389ed26c269891]

        Merge SRC638: 25.09.01 - 22:46:13

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [e9244aa0af7066c06714313904ec93fb4f74056f]

        Merge SRC638: 25.09.01 - 22:40:19

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [4a42a6dc2662493cc86f8734f0fd909b496b1be9]

        Merge SRC638: 25.09.01 - 22:38:22

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [2e1724ad4521ace01953947a2498149c59b5a4ee]

        new version for SRC641

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [21bc21abf57038b46686aab56acd8ddc26af5c81]

        Merge SRC638: 25.09.01 - 22:36:23

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [25396b131e43011189411232ed6550ba784987e6]

        Merge SRC638: 25.09.01 - 22:34:28

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [67dd9a6662f28e82a6d564faac0daecdb947b9d7]

        Merge SRC638: 25.09.01 - 22:30:07

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [32bf5fcd1cfc11ff7fb9fad022461f71e524e9bf]

        Merge SRC638: 25.09.01 - 22:28:08

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [1ccb559b090183c96905ef829a4124dc5216c4b9]

        Merge SRC638: 25.09.01 - 22:26:10

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [7c512dc0d2f370777ece4938b58be2a9444ca38e]

        Merge SRC638: 25.09.01 - 22:24:53

2001-09-25  Oliver Bolte  <obo@openoffice.org>  [56f5ded9947ee2d5e8cfc48be4557291796a2412]

        Merge SRC638: 25.09.01 - 22:24:02

2001-09-25  Oliver Bolte  <obo@openoffice.org>  [932dfa1ac6b1b9330d7874706a606a1838958042]

        Merge SRC638: 25.09.01 - 22:22:33

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [b6e8423c3306d055e3da92f50b28affebc22dfbe]

        Merge SRC638: 25.09.01 - 22:22:14

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [1a8aa3b91170cd81cbcc51f7fbc185ca4937f655]

        Merge SRC638: 25.09.01 - 22:20:13

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [1ed2b7a02445881406b1da6e25a22069771abd21]

        Merge SRC638: 25.09.01 - 22:18:35

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [40e0374194f5c3af0cb156bf997468ac5b47e1be]

        new version for SRC641

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [6793286f782bd7792abade3b902565b7d3b8e4d3]

        new version for SRC641

2001-09-25  Bernd Eilers  <bei@openoffice.org>  [3aa59c91734832a93b195252ca8f9774743cafb6]

        #80424#

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [8242841f7acf2a6495a504e981cb14bced157a5f]

        new version for SRC641

2001-09-25  Martin Gallwey  <mtg@openoffice.org>  [e8cf835bdae1e3a78a02749f38d88b23034bd086]

        #87727# add new service

2001-09-25  Martin Gallwey  <mtg@openoffice.org>  [76d0abd22c70325dce8c71df2338baa3c5128e96]

        #87727# add missing includes

2001-09-25  Daniel Vogelheim  <dvo@openoffice.org>  [a1f85b5df5b04f923f82c0713497c17d265de851]

        #91156# cancel()-Method must be thread-safe

2001-09-25  Jörg Barfurth  <jb@openoffice.org>  [336eb22e3127acf4088cbf2d44a86ac8db579c1b]

        #92142# Fix: forceWritableToFinalized now working correctly

2001-09-25  Kai Ahrens  <ka@openoffice.org>  [3d32d9d0d9e28b330644e814fe0089736a5b32ca]

        #92412#: set filter path after construction of SVX_LIGHT graphic filter

2001-09-25  Kai Ahrens  <ka@openoffice.org>  [e18fb9a7d54429ddebd924efd9b97a792e04f738]

        #92412#: don't use path options if config is not used

2001-09-25  Jörg Barfurth  <jb@openoffice.org>  [3f39e3ce51ea98aad3d6d53efbe3546f7112144e]

        #92142# Added ability to force data to be treated as writable

2001-09-25  Jörg Barfurth  <jb@openoffice.org>  [5f737d21836524640fcdc2bce9b61f2a4c27181f]

        #92142# Added 'finalized' attribute

2001-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [defb8cdbcfc669502095baa5f2de3514a5bc7ed6]

        new version for SRC641

2001-09-25  Thomas Benisch  <tbe@openoffice.org>  [3f264887f38675d62b882e0f9dab83d20005679c]

        #92409# remove macro description from BasicIDE MacroChooser

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [4af40cfbedbbeffb40f8fe7a37ee1ceaa874b4bc]

        new version for SRC641

2001-09-25  Hennes Rohling  <hro@openoffice.org>  [77cadf9b60350ff8ac9a07a427e6f88b7865a220]

        #92406# Remove TF_FILEURL

2001-09-25  Daniel Vogelheim  <dvo@openoffice.org>  [2f680f76c06854c860e4b8722608cfbac3aa08e7]

        #92399# fixed typecast to prevent untimely destruction of SvXMLImport

2001-09-25  Frank Schönheit  <fs@openoffice.org>  [c5509cb6df096db5deb007088f413c81ce40a2ef]

        #91062# signature of XJob::execute slightly changed

2001-09-25  Frank Schönheit  <fs@openoffice.org>  [a028dbb1889f692e22ea1bd543d48f248af2e116]

        #91062# jobCancelled renamed to jobAborted / jobDone gets a new param (the result)

2001-09-25  Frank Schönheit  <fs@openoffice.org>  [2e981d46c71ecf9c2db620766b1bbf5d4b9e9280]

        #91062# introduce a result (return value of execute) / allow to throw any exceptions

2001-09-25  Andreas Schlüns  <as@openoffice.org>  [413dfe475feb8502f16d583a804ae36227ce22f3]

        no svdemo any longer

2001-09-25  Peter Burow  <pb@openoffice.org>  [ac4462ae489fdc07111b919e6f76d773f98ecd49]

        fix: #88992# #90926# set several view settings for special help features

2001-09-25  Ocke Janssen  <oj@openoffice.org>  [fe6066d957a51186f8578502e6651b55161d9b8f]

        #91719# implementing the XRename handling

2001-09-25  Ocke Janssen  <oj@openoffice.org>  [a0299c247a559e148bf3cc4ef4396b1b4fe6668b]

        #91719# implementing the XRename handling

2001-09-25  Daniel Vogelheim  <dvo@openoffice.org>  [b93f967ba1a3c5f9de32beb6084352d1bcd73c79]

        #91636# export errors (regular errors and severe errors) will now cause export to be aborted

2001-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4fc8b2253cd84dca7f419382ed02b654a9fe3b99]

        initial checkin

2001-09-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [2733ece8715a3a5bbb1fb537d22b66e4683fef47]

        remove conflicts

2001-09-25  Carsten Driesner  <cd@openoffice.org>  [676e6b4bfd6aa3a634b40ba75c5da27a786aa773]

        #87255# extend toolbar.dtd to support toolbar:stlye attribute

2001-09-25  Carsten Driesner  <cd@openoffice.org>  [81d0fbcb75d64d543a4e738e0d20620440c67765]

        #91685# support toolbar style for every toolbar separately

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [d869da74ab395253a59a83d2c74631351e1fcfaa]

        new version for SRC641

2001-09-25  Thorsten Behrens  <thb@openoffice.org>  [c10ec180bc826118f04ad989fa0f14af95d1b830]

        #92067# Apply UI scale only if doc types match

2001-09-25  Thorsten Behrens  <thb@openoffice.org>  [9fbbb155b02fde7ef3731dcbf310b01e2599e3a2]

        #92067# Allow UI scale only for draw documents

2001-09-25  Thorsten Behrens  <thb@openoffice.org>  [efde3f3cf070bc68e365805248a524df085fb3bb]

        #92067# Disabled orig/page size stuff

2001-09-25  Christian Lippka  <cl@openoffice.org>  [3a7a3bc16ea53734db08199acb92fd2df25ccc3e]

        #92216# decode interaction url after import

2001-09-25  Daniel Rentz  <dr@openoffice.org>  [4dce19c636036b8ec0eaec21644e312b0ec50f4f]

        #92392# import header/footer broken

2001-09-25  Carsten Driesner  <cd@openoffice.org>  [7106a989ce932e22a61ed4df041851ce6505f800]

        #92358# use _exit() to prevent memory problems

2001-09-25  Daniel Boelzle  <dbo@openoffice.org>  [1126708dce6edf569d06569cc8c6ce714c93fc69]

        #92181# throw decl

2001-09-25  Thomas Benisch  <tbe@openoffice.org>  [6602500543f8ae142aef2449dfc95a745dc3a4ee]

        #92181# xml im-/export for com.sun.star.awt.UnoControlFormattedFieldModel

2001-09-25  Sascha Ballach  <sab@openoffice.org>  [e386c3bdea26b1329a2fcc234677956a46bae3ce]

        #92239#; only lock solar mutex if neccessary; only create neccessary strings

2001-09-25  Sascha Ballach  <sab@openoffice.org>  [9483f451e262602479289ca85b9e65c5fc6207b4]

        #91935#; set the progressbar reference not only in _ExportMeta

2001-09-25  Sascha Ballach  <sab@openoffice.org>  [d746569d8fad273bb0677dc61cb37f70fcb32c33]

        #91935#; bStrict parameter added

2001-09-25  Jörg Barfurth  <jb@openoffice.org>  [80d7a3c04dc7fe371cf34f3587d6d8aefa9cb301]

        #91283# Added an overloaded version of Bootstrap::checkBootstrapStatus that returns a failure code

2001-09-25  Caolán McNamara  <cmc@openoffice.org>  [26152ce0104d284a54c4f81a972c80b9508400e2]

        #92327# XActiveDataControl usage intermitently problematic

2001-09-25  Kai Ahrens  <ka@openoffice.org>  [0ce476be8197ef2399a361012c1d01a195c30193]

        added support for JAVA strings

2001-09-25  Christian Lippka  <cl@openoffice.org>  [01e6ea468789d75cb82305117cf83a80609e7b3f]

        #92200# save paragraph attributes when setting level dependend style

2001-09-25  Oliver Bolte  <obo@openoffice.org>  [cf6837eb0953b85b41b3995d0098df70b7c1821b]

        #65293# typo

2001-09-25  Kurt Zenker  <kz@openoffice.org>  [6733f5a0a90a74b370e45774e81138f0fa967748]

        #65293# def-declaration completed

2001-09-25  Thomas Benisch  <tbe@openoffice.org>  [69f369da3f4e2f0d747cb94729d1f5eb0a721868]

        #91999# Save is not active

2001-09-25  Niklas Nebel  <nn@openoffice.org>  [2ec95509dd6f8beac8802c2288c69b0ee469ff7c]

        #92248# SetVisAreaOrSize: don't snap to cells when called while loading

2001-09-25  sz  <sz@openoffice.org>  [b585bb0c35d9f93047a3d7675ea0e5e3c1715ed2]

        added rtl_tres_create/rtl_tres_destroy

2001-09-25  Peter Burow  <pb@openoffice.org>  [445c2ee1edece8a1c0c18f3df5a8a4ff079a7b5f]

        fix: #92344# initial no selection

2001-09-25  sz  <sz@openoffice.org>  [0236ca17b93a1f524417a350aa1122bf76fbfb57]

        fixed struct typedefs according to ansi c CVtruct typedefs according to ansi cCommitters,

2001-09-25  sz  <sz@openoffice.org>  [de127b4dc4dc6c46748587832c85604a3611f74f]

        fixed structure typedefs according to ansi c

2001-09-25  Oliver Specht  <os@openoffice.org>  [3d9ddab296fb3e11adbb239eea2c477de1ba2f1d]

        #91086# autoextension enabled

2001-09-25  Joachim Lingner  <jl@openoffice.org>  [d5478dcfb03f2c1b2b49345c20d1ea903a7dc5cd]

        #92175#

2001-09-25  Oliver Specht  <os@openoffice.org>  [43f76b2148450540ab7d55ad598098bc08fcb1db]

        #92269# control sizes corrected

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [b6922f0d5ce2b6125db70790a6b4b136c5a8069d]

        Merge SRC641: 24.09.01 - 23:49:00

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [acec0656039beed69bbfce24cfd928e1491f13a5]

        Merge SRC641: 24.09.01 - 23:40:34

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [c92bf1374b41d834044d1340522f2f7d844ed58b]

        Merge SRC641: 24.09.01 - 23:26:51

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [8f37291f3321e16de085c5230d30b3cfa5c47f53]

        Merge SRC641: 24.09.01 - 23:28:35

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [d02d922463ea49a2fe4fe8f38e53a6824574961e]

        Merge SRC641: 24.09.01 - 23:26:25

2001-09-24  Rüdiger Timm  <rt@openoffice.org>  [6694df2693e7b1251b5c0dc286396fa5571bb905]

        Merge SRC641: 24.09.01 - 23:25:44

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [b0260007e7081f0886508e0eae9bc2b3a90d305a]

        Merge SRC641: 24.09.01 - 23:24:38

2001-09-24  Rüdiger Timm  <rt@openoffice.org>  [1e4d9991ea91b10492fb1be587df25af6d4da37c]

        Merge SRC641: 24.09.01 - 23:21:07

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [f06abc12e03a4193b4da849b92569e2943dfc947]

        Merge SRC641: 24.09.01 - 23:10:40

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [a1dace34c4c4f88bef16e3d3d352622e2b721101]

        Merge SRC641: 24.09.01 - 23:00:11

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [549cbdd92e439b8f1082e65d68368484f28bcb08]

        Merge SRC641: 24.09.01 - 22:59:50

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [e7d0a82b2944f0e2fbf8e6ff7e6f46b5680fe395]

        Merge SRC641: 24.09.01 - 22:57:35

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [a15481b600fc3cede13006d468b70758b23952f8]

        Merge SRC641: 24.09.01 - 22:48:20

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [f32051b59ba14bd09d6a0a6f3eec80d45f96b38b]

        Merge SRC641: 24.09.01 - 22:46:32

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [5ce4398c842bced1f9236fef32d2e472c69c14e6]

        Merge SRC641: 24.09.01 - 22:44:29

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [1c328b438e0f874bb8debdac1821ce99a65a35e9]

        Merge SRC641: 24.09.01 - 22:44:05

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [e4d2539c1cd1f616e2a818ff1fbf4e3170cc03fb]

        Merge SRC641: 24.09.01 - 22:41:15

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [8362bcb7a24f6e1d4624f06a860c11c5dc2fe1b6]

        Merge SRC641: 24.09.01 - 22:19:33

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [ff5db36f1cc2994545961d5855edf0bec16b9cca]

        Merge SRC641: 24.09.01 - 22:18:33

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [03a950bb8bb8d27ba94d8971f492cf34abf45130]

        Merge SRC641: 24.09.01 - 22:16:51

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [e54c208c0f4bf554e3a7d33660f76d169335bf42]

        Merge SRC641: 24.09.01 - 22:13:00

2001-09-24  Martin Gallwey  <mtg@openoffice.org>  [812a6768bbe85eb6a8f1d542c6d94af5c6c09175]

        #92176# set paper bin at the style instead of at the document

2001-09-24  Kevin Hendricks  <khendricks@openoffice.org>  [b79184544a2a1bb99817ef6ea9a0420ba87aacce]

        fix to return a spell alternative object even when no suggestions are found Kevin

2001-09-24  Martin Gallwey  <mtg@openoffice.org>  [db128d3449a155e4870f2003b6e66712a0948428]

        #92268# if a stream has its own encryption key use that one instead of the one from the ZipPackage

2001-09-24  Martin Gallwey  <mtg@openoffice.org>  [d369109afaed07318b9639c6735a26c6c85fb768]

        #92268# Allow EncryptionKeys to be set per stream

2001-09-24  Martin Gallwey  <mtg@openoffice.org>  [db1557d445945b59085ea38b239ae541a03ae893]

        #92268# Boolean flag to indicate if this stream has had an encryption key set at it

2001-09-24  Niklas Nebel  <nn@openoffice.org>  [a1aa2ecb65c71fd77bfa5b449dae3843a2023a9e]

        #90760# removed old ifdef VCL

2001-09-24  Daniel Vogelheim  <dvo@openoffice.org>  [343f0872fe9fbc3a530a5e81c8b2bcdc944de553]

        #91317# prevent assertion on loading of certain documents

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [a3c4c449936b309fef4f56ebbef8ff91b2d57881]

        depends on stlport

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [03c3283540522b24e41520da16d5dc47ee2f8bf8]

        #65293#

2001-09-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8271726ff9f0c0eac28d162e9c60cf0d49cb9357]

        switch to STLport library use

2001-09-24  jp  <jp@openoffice.org>  [bd508dd5725395e670644fae90b800352334bba5]

        Bug #90816#: GetLang - handle fields (WEAK script) correct

2001-09-24  jp  <jp@openoffice.org>  [d6c6b85396818acfec45db44e19eefd6c996dbd2]

        Bug #90816#: GetWhichOfScript - handle WEAK script

2001-09-24  Christian Lippka  <cl@openoffice.org>  [85d48f9585f82e99ab66d923e2ee2e1ad3ff6dc2]

        #92262# added persist name also for frames, applets and plugins

2001-09-24  jp  <jp@openoffice.org>  [d8e37fbfbe259978588b55cabf28b60adb9ea9c3]

        Bug #90819#: new method GetRealScriptOfText - returns scripttype and handle WEAK

2001-09-24  jp  <jp@openoffice.org>  [6a3fe374c0b3040731418dcae7f3a0b744174001]

        Bug #90819#: GetCurrLang - test for selection

2001-09-24  Frank Schönheit  <fs@openoffice.org>  [672b94a853eebc4097a8d999f7c8e75d5bf30b5a]

        #92247# 'override' IsDropFormatSupported

2001-09-24  Frank Schönheit  <fs@openoffice.org>  [218e55622cc35cbc8ae0226627718c55dff3dbea]

        #92181# smarter default handling for m_pOwnFormatter

2001-09-24  Daniel Vogelheim  <dvo@openoffice.org>  [de98cbef6b568d4e7cfafd6bbe48b1e8dad02498]

        #91636# improved error handling

2001-09-24  Daniel Vogelheim  <dvo@openoffice.org>  [edf81cdbcd42e7da18dadf16d736d0ee4804f990]

        #91636# new method for improved error handling

2001-09-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fe8b8c1add112ab57cbefb754623949ea13cc6df]

        #65293# dont break if output is empty

2001-09-24  Daniel Vogelheim  <dvo@openoffice.org>  [8d04458b48e811754c1acc131424744c6b793030]

        #65293# added return type

2001-09-24  Oliver Bolte  <obo@openoffice.org>  [30099daceb5b67e169df1550dc8adf21c97333af]

        #65293# exception solaris

2001-09-24  Armin Weiss  <aw@openoffice.org>  [e7078c181556d25ea93e8973535c0e71d4d33718]

        #91081# Invalidate is missing here

2001-09-24  Martin Gallwey  <mtg@openoffice.org>  [e6a693329eeedc00b3bc5a270c0bcd1582a327a5]

        #90246# cache results for import and export

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [d3cbe38c02a8215dc61c9f0fb63de0b389a6c07e]

        new version for SRC641

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [f7beed33f251d18424e3d0382e39290c8e44c2e3]

        new version for SRC641

2001-09-24  Hennes Rohling  <hro@openoffice.org>  [a5f016087e9e998c1d402356747997b11a0df9ef]

        #90826# Use global mutex to access Set/Get CurrentDirectory()

2001-09-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [bedd66a8a58c9186d8df2c50d5447de3af1ec1cb]

        perl implementation of GenInfoParser

2001-09-24  Kai Ahrens  <ka@openoffice.org>  [82453a8c6c84a22b6f940395d9b4c45516197ed3]

        #80266#: added D&D functionality for slide view

2001-09-24  Daniel Vogelheim  <dvo@openoffice.org>  [72ac0948794148caed009f8f2749f620d93a9a66]

        #91636# use new SvXMLExport methods for improved error handling

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [9045c52a7fe9512754fc51404349d59866d7b436]

        new version for SRC641

2001-09-24  sz  <sz@openoffice.org>  [67342c73b14b6c39c9d9bfaea93e060507307f21]

        implementation of TestResult functions

2001-09-24  sz  <sz@openoffice.org>  [f087ef032a90bb3aa4daf712eab6be98cd5d6107]

        redesigned TestResult class for implementation hiding

2001-09-24  Bertram Nolte  <bnolte@openoffice.org>  [f1b567ea58ec5de73e1237c5247b204be1a4b8bb]

        Corrected name for function call WORKDAY.

2001-09-24  Kai Ahrens  <ka@openoffice.org>  [3df221c85a5c53f88dc359b7839c4ba6493c8482]

        #80266#: added D&D functionality for slide view

2001-09-24  Frank Schönheit  <fs@openoffice.org>  [0bb66624fab8bff1a49fd66d9e2968d51d365c71]

        #91507# enablePasswordBox: additional restriction: SfxFilter::UsesStorage must be TRUE

2001-09-24  Oliver Bolte  <obo@openoffice.org>  [efe6bd07672474dd95b50047b5c36a9669087d1d]

        #65293#

2001-09-24  Frank Schönheit  <fs@openoffice.org>  [8222364c932216b551cfbb9466258c6effe38b30]

        #92121# corrected some german spellings

2001-09-24  Daniel Boelzle  <dbo@openoffice.org>  [9743d59783fa31f6611ce63ffa52a73697c63aad]

        #92181#

2001-09-24  Andreas Martens  <ama@openoffice.org>  [4f4f9bb419e9c99d6d3bfff76e1bccb69abcf5aa]

        New: Layout snapshot in debug mode

2001-09-24  Carsten Driesner  <cd@openoffice.org>  [81f89cf7507473fd9a5830500c76b4dc3f280699]

        #90266# support SID_MAIL_RECIPIENT and SID_MAIL_SUBJECT for external mailer

2001-09-24  Joachim Lingner  <jl@openoffice.org>  [aec812c1f5ad4be43096686334bc3eae132d76a6]

        #88337#

2001-09-24  Ocke Janssen  <oj@openoffice.org>  [d805c801401a53260177406e9f907757ffe656c1]

        #65293#

2001-09-24  Frank Schönheit  <fs@openoffice.org>  [5d748480cd95ce9b8c8932b2aed05581a757041f]

        #92247# re-enabled dropping of text, again

2001-09-24  Armin Weiss  <aw@openoffice.org>  [3ca3610ffa0eb596f689ab1bab73586dd1238e7a]

        #92309# at once restore the remembered eKind here.

2001-09-24  Thomas Lange  <tl@openoffice.org>  [528e255309abba5de52be764a61677b47c19a3c2]

        #92323# fixed positioning of popup-windows.

2001-09-24  Ocke Janssen  <oj@openoffice.org>  [1f604e142dfae8abf058ebb437aee74935c14301]

        #92338# use of getToken from OUString

2001-09-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c31e4f377ffbff07619f42ddfacd842fa6ee9b35]

        #92341# removed TF_FILEURL, TF_SVDATA

2001-09-24  Frank Schönheit  <fs@openoffice.org>  [157a9d1026c4a224063acc2dd594bf4205d86d5a]

        #65293#

2001-09-24  Kurt Zenker  <kz@openoffice.org>  [de6227aae8e7ccdd7a6996c50efd8caf42d0360f]

        new version for SRC641

2001-09-24  Sven Jacobi  <sj@openoffice.org>  [67f9eee8859cd8e1c9c36af5fd0fd026c80fda28]

        #92109# correct cropping if mapmode is MAP_PIXEL

2001-09-24  Andreas Martens  <ama@openoffice.org>  [443ddcb098508857fdd462604b2351442b8822b5]

        Fix #92062#: Don't print the margin marks

2001-09-24  Andreas Martens  <ama@openoffice.org>  [dee512d0e9e35fd1d40b32a39e3386491ad6ddce]

        Fix #92062#: Don't print the margin marks

2001-09-24  Herbert Duerr  <hdu@openoffice.org>  [92b04e1cf5f6204d3f462fdb0f51325a609efa44]

        #90548# fix memory leak when using encoding recoder

2001-09-24  Oliver Braun  <obr@openoffice.org>  [8a2401604c541a817091596617c8bf5c7f7b7e39]

        #91689# Increment/DecrementLockCount

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [a8bec5b7d5535abeee4ee07441b24acc59517764]

        Merge SRC641: 21.09.01 - 23:14:35

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [1e307a3c4edd21822dfb09f147c4b938841680d0]

        Merge SRC641: 21.09.01 - 23:05:40

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [25f98984d91532382708018ae365005febe279e3]

        Merge SRC641: 21.09.01 - 23:03:33

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [6eeb2459e9cd5e869a83633e54ec407e18d21a15]

        Merge SRC641: 21.09.01 - 22:54:46

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [4309b14bcf1302ba22e073e01adb7e921129b93d]

        Merge SRC641: 21.09.01 - 22:52:51

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [0e37de66f00e0527f9a6b1c862ba04ce370ffc21]

        Merge SRC641: 21.09.01 - 22:51:03

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [3c29a2b200890365ed1daf364e47bef3a6e819ae]

        Merge SRC641: 21.09.01 - 22:40:58

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [821eefa740613e86ab0debc9acb746cd46e79039]

        Merge SRC641: 21.09.01 - 22:26:03

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [6c60987d044da431a7446c8b8b0a1265fb6f119a]

        Merge SRC641: 21.09.01 - 22:23:20

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [9b953c2e91f2e4ccd16acd833ed371f74f73330f]

        Merge SRC641: 21.09.01 - 22:20:11

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [dbf5abe2dde8bf542260ecc3afe1072487f16ea3]

        Merge SRC641: 21.09.01 - 22:19:01

2001-09-21  Kurt Zenker  <kz@openoffice.org>  [6749d92f82ce8c8247b312c74511afd38f984ca5]

        Merge SRC641: 21.09.01 - 22:12:35

2001-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [71c52b72cd2d80234f332f5d7d536dd777791e3c]

        #89835# wrapper scripts have to be prefixed with call

2001-09-21  jp  <jp@openoffice.org>  [4575bd10051c64a7747bd8997b1f9b1fab9d1918]

        Bug #92329#: Find - handle search empty para specific

2001-09-21  Juergen Schmidt  <jsc@openoffice.org>  [525a985346d7a2681c73aed7c7a716f00fcb38b4]

        #87796# change for new settings.mk

2001-09-21  Daniel Vogelheim  <dvo@openoffice.org>  [04c41c0e0b01eec115a580df5344dcf0f924ab29]

        #92176# enabled saving of PrinterPaperTray for page styles SvXMLImportPropertyMapper now 'knows' its SvXMLImport in order to do proper error handling.

2001-09-21  Daniel Vogelheim  <dvo@openoffice.org>  [0e45f1aeac9053bcc8f0f1ca33fb1b498a08e469]

        #92176# enabled saving of PrinterPaperTray for page styles SvXMLImportPropertyMapper now 'knows' its SvXMLImport in order to do proper error handling.

2001-09-21  Daniel Vogelheim  <dvo@openoffice.org>  [a3f4a35fc3d4ffcf74511b10457ed81e63d936fc]

        #92176# include PrinterPaperTray property SvXMLImportProperty now 'knows' the SvXMLImport in order to enable error handling for 'wrong' paper trays and properties

2001-09-21  Sven Jacobi  <sj@openoffice.org>  [8eea1db25041f6c7ab19acb8b82de402af814097]

        #92115# correct bitmap import even if placeable boundrect wasn't set

2001-09-21  Caolán McNamara  <cmc@openoffice.org>  [19aaea0f134d93a000901ecdf599f80480f6100f]

        #i1632# bad layout

2001-09-21  Juergen Schmidt  <jsc@openoffice.org>  [884b12c07646f44fa749338633b5fb0f250b5be1]

        #87796# change for new settings.mk

2001-09-21  Oliver Bolte  <obo@openoffice.org>  [88e120dcd14d847f374f85f29724048458febf83]

        #65293# exceptions for solaris

2001-09-21  Christof Pintaske  <cp@openoffice.org>  [b0509813cdc694beca0377c0731547833e8406fb]

        #91101# provide names for left function block keys on Sun keyboard

2001-09-21  Oliver Bolte  <obo@openoffice.org>  [5c4f3e095422bedcd295ce9cd8da1e2b737b022e]

        #65293# exceptions for solaris

2001-09-21  Juergen Schmidt  <jsc@openoffice.org>  [1efb6f63dfc99236960fa2f691c621e1ff66a029]

        #87796# change for new settings.mk

2001-09-21  Behrend Cornelius  <bc@openoffice.org>  [314c9347677d31143ee017582fe234c79def5099]

        #91710# several modifications

2001-09-21  Juergen Schmidt  <jsc@openoffice.org>  [cdd00c2ed7a0000516a508af0cc179e2b2bb0ddf]

        #87796# change for new settings.mk

2001-09-21  Oliver Specht  <os@openoffice.org>  [bc0704ef089abe8d9dfd86c9733883854a10994f]

        #92318# row/column mix corrected

2001-09-21  Oliver Specht  <os@openoffice.org>  [d2096f41f4abf4975f6530cd027973276b3ce235]

        #92161# string buffer index correctec

2001-09-21  Rüdiger Timm  <rt@openoffice.org>  [d835030c4f73fd5738632dde40843eb64ef3dd15]

        #65293# exception specification added

2001-09-21  Oliver Specht  <os@openoffice.org>  [17bd7c467576093690f7c5fa6e50ac3c344fceec]

        #92236# Weiche -> Benutzerdefinierte Trenner

2001-09-21  Martin Gallwey  <mtg@openoffice.org>  [16001b03087b990c05f49fc59003317d2fa4b8a4]

        #92316# Do not let document settings over-ride global settings

2001-09-21  Oliver Specht  <os@openoffice.org>  [100528738c1f29091e85d8dc58f30187b833d664]

        #90191# slot names corrected

2001-09-21  jp  <jp@openoffice.org>  [882c1ccedc44882ab03d53dd647da3faa8518644]

        Bug #90816#: GetScriptType - specific handling for fields

2001-09-21  Michael Hönnig  <mi@openoffice.org>  [da67467802f7a52bada5099ef7ad20c5893f3010]

        Uik is still needed for compatibility reasons in some interfaces

2001-09-21  Sven Jacobi  <sj@openoffice.org>  [2892fd498c7f7a81489956a9d84944572f1f55de]

        #92313# fixed performance problem in method SetModel (especially with 3d objects)

2001-09-21  Oliver Specht  <os@openoffice.org>  [2e657e8fed908f342d345c9702cc2d469620dd82]

        #88992# RequestHelp: only prevent tips and bubbles

2001-09-21  jp  <jp@openoffice.org>  [b14dfa627d5b61178c4ba9ee22f86d8cd5187624]

        Bug #90816#: GetScriptType - specific handling for fields

2001-09-21  Thomas Lange  <tl@openoffice.org>  [12d8b06268b2ab46ab8c9bd57a7da82e0025057b]

        #92245# doc-shell no longer modified on pressing the <ALT>-key or by cursor movement

2001-09-21  Daniel Rentz  <dr@openoffice.org>  [1cc304250e4db102e92dc64065cc772b9396b57e]

        #91273# removed redundant function

2001-09-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [56d2082ca065a91d58ccfb59d915b4c502879601]

        #89835# touch flagfile if no patch is needed

2001-09-20  Daniel Vogelheim  <dvo@openoffice.org>  [08ec80c7af7f4fae1d2593ba1ed404d53bd5b18e]

        #92280# fixed DTD

2001-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b6db8eee953ce160bf0b52f425e19ca0fc66bba3]

        #65293# added commentars parsing

2001-09-20  Armin Weiss  <aw@openoffice.org>  [b193bc872da5b1ce33164bbbd9b77d54b7da2095]

        #92030# for E3dPolygonObj, take flag at created DisplayGeometry into account which may not allow this object to be drawn filled

2001-09-20  Nils Fuhrmann  <nf@openoffice.org>  [33e7a71001d5b74dbe7a62a1f9bac77dd2a5cb20]

        Remove write protection before file IO

2001-09-20  Nils Fuhrmann  <nf@openoffice.org>  [8a45e12c8e4b88bd63326ee7a9e0ddb3116394a4]

        Added error link

2001-09-20  Nils Fuhrmann  <nf@openoffice.org>  [37caa58b2b9226b1b90c092aca07ea83c4ee9247]

        Multiple fixes for dependency handling

2001-09-20  Hennes Rohling  <hro@openoffice.org>  [f43a57a61281f0d519e33cde2b69fd100afcd4fb]

        #87539# To support multiple pipe connections we must distinguish between acceptor and client window class

2001-09-20  Martin Gallwey  <mtg@openoffice.org>  [a59a845b508e138e6d297777fb81043350bd1efc]

        #90926# Added the HelpURL property to allow people to set Help IDs using the API

2001-09-20  Michael Brauer  <mib@openoffice.org>  [ef32fb1d80ff4422901b10d0acde73cf1f873000]

        #92210#: Don't export WS around drawings for text docs

2001-09-20  Daniel Rentz  <dr@openoffice.org>  [c67d669477ceffb17db8dceee6e92d8ccf53fefa]

        #91273# import of DDE improved

2001-09-20  Thomas Benisch  <tbe@openoffice.org>  [4dc1fa1fe73f9d9285bb4b745ce5fbfb1d6743d1]

        #92297# BasicIDE: property browser still open when module window gets focus

2001-09-20  Ocke Janssen  <oj@openoffice.org>  [5485b93336204a89d4703f75361bf545085a0ae3]

        #92013# initialize font with default values

2001-09-20  Ocke Janssen  <oj@openoffice.org>  [1581a0d3ca842ea2c35e6699b01ff41f1825c9dd]

        #92232# fixes for BIGINT type and new property HELPTEXT

2001-09-20  Ocke Janssen  <oj@openoffice.org>  [10c99ed9943d7000afb1752c40f4871569404598]

        #92232# fixes for BIGINT type

2001-09-20  jp  <jp@openoffice.org>  [5b2c683268bb1bf4415075c15fa29a9b6abbe23a]

        Bug #89582#: handle field dialog activation correct

2001-09-20  Oliver Specht  <os@openoffice.org>  [2e5c539ea88c34fa20e12508f7d4885303954b95]

        #88992# prevent help tip by API setting

2001-09-20  jp  <jp@openoffice.org>  [ea3db300c3c97ab7caf5c3c5077b99112cc1ecf2]

        Bug #92283#: SetRedlinePasswd - set the modified flag

2001-09-20  Oliver Specht  <os@openoffice.org>  [9ca54249cbe9ac2824503ebb9ed3405709f92b8e]

        #92271# fixed text tab distance enlarged

2001-09-20  Thomas Benisch  <tbe@openoffice.org>  [e65bbf493be770c360862e52670029802e9a742b]

        #92181# xml im-/export for com.sun.star.awt.UnoControlFormattedFieldModel

2001-09-20  Thomas Benisch  <tbe@openoffice.org>  [176356b5af794211970e357003ff72de0c9b3993]

        #92181# xml im-/export for com.sun.star.awt.UnoControlFormattedFieldModel

2001-09-20  Thomas Benisch  <tbe@openoffice.org>  [cdcbfa83b618f0099f57cfe2fc7b62169c7003a6]

        #92181# xml im-/export for com.sun.star.awt.UnoControlFormattedFieldModel

2001-09-20  Thorsten Behrens  <thb@openoffice.org>  [8d2222e8d9624886299b0f36ef36935f9002d2b7]

        #92009# Setting fixed property for file fields

2001-09-20  Thorsten Behrens  <thb@openoffice.org>  [b7b9ee6d4efddaf252ce518375de48e9fb5053fb]

        #92009# Passing fixed attribute to field constructors

2001-09-20  Thorsten Behrens  <thb@openoffice.org>  [294e5569e91c801de12ce971c732a939fa9b7314]

        #92009# SvxExtFileField::GetFormatted() trying harder to output the string

2001-09-19  jp  <jp@openoffice.org>  [32b5815e8c1c8a977953882d023193e22c6a8bd8]

        Bug #91983#: better detection for ASCII files

2001-09-19  jp  <jp@openoffice.org>  [e6dffb6f71af642493410cc8ee65874db43f45a0]

        Bug #90834#: MakeVisible - the scrolling can change the document size, so call scroll again

2001-09-19  jp  <jp@openoffice.org>  [d2313a6458245bda3fa232ee2fe8b5250b7923d0]

        Bug #92156#: convert multibyte charsets correct

2001-09-19  Hennes Rohling  <hro@openoffice.org>  [cec444515b73c9c69d7245d58f65077d63fd7adf]

        #91496# Added Win9x unicode wrapper for WNetGetConnection

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [947ae56d125951fdad5457deddc481acb5784c9a]

        #62832#: configuration access for new property

2001-09-19  Sven Jacobi  <sj@openoffice.org>  [d2f99fd4f98da35d6d29ff501b8732c1ce7ef93c]

        #91018# calling InitTransformationSet, because otherwise the 3d objects aren't selectable

2001-09-19  Martin Gallwey  <mtg@openoffice.org>  [97ea0e7f0988c920111135d9db5597bb60052753]

        #89303# The encryption data is only created on demand

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [fcfec29221ae9b1bbfe5a4f2427faa8b071af05e]

        #92264#: unit. variable

2001-09-19  Hennes Rohling  <hro@openoffice.org>  [8f718f3ebffb8f6ff6739d272e578d3d06be5991]

        #91496# Added Win9x unicode wrapper for WNetGetConnectionW

2001-09-19  Thomas Lange  <tl@openoffice.org>  [2c0bf448729e6aebef57db776c81f23eea13c90f]

        #92260# size of string resource fixed

2001-09-19  Joachim Lingner  <jl@openoffice.org>  [cd55fa28e07f71475ec1646e7484b80ba00e6dd7]

        #92263# added lang.XMultiComponentFactory and lang.XSingleComponentFactory

2001-09-19  Michael Hönnig  <mi@openoffice.org>  [ee9f9d8456bcf887f6161ab1eca15ee0e17cd1af]

        XFactory and Uik are obsolet

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [8c89361074847152d8522a95ff4bbc37040a3bca]

        #62832#: user may want his document unmodified by printing

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [8aef1cce3833dbc1a166b9aae40d00e6e74ddbb1]

        #62832#: user may want his document unmodified by printing

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [d5160c67e1c5cd26225f8e11dafc2e8c864c9825]

        #91405#: smarter handling of readonly mode

2001-09-19  jp  <jp@openoffice.org>  [138cecf0846d368e78111626fd3104d89e56a3b6]

        Bug #92156#: detect correct the end of the source buffer

2001-09-19  Daniel Boelzle  <dbo@openoffice.org>  [ae155488e0715924ca58f499afab7d62c2b70be8]

        #92181# support formattedfield

2001-09-19  Ocke Janssen  <oj@openoffice.org>  [21301e1d332c067e4e000d826bedb3247923e0eb]

        #92047# check mastertables are null

2001-09-19  Ocke Janssen  <oj@openoffice.org>  [2e15d4b235a1d1b36d56015fe637bc5a07ec3ad8]

        #92047# close task async

2001-09-19  Frank Schönheit  <fs@openoffice.org>  [86e59ca6824aa7f395842a73922c2cd65ba18ea6]

        #92159# +HelpText (optional)

2001-09-19  Herbert Duerr  <hdu@openoffice.org>  [4a804ded46d69f29bfa2cc401aeb9e158398aaeb]

        #90548# fix printing bug for TTF-fonts using idRangeOffset in CMAP

2001-09-19  Oliver Braun  <obr@openoffice.org>  [72c5271e8b580eaa5a13730b291b47dc323d5dcb]

        #90517# documentation updated

2001-09-19  Ocke Janssen  <oj@openoffice.org>  [2cb21e10b20396ab28c54eff6ce8239bd88e9966]

        #92105# refresh table header everytime resultset is executed

2001-09-19  Carsten Driesner  <cd@openoffice.org>  [d7e5d44b9f9f5b25478e0b251accfe958c961b30]

        #92241# All Exceptions from PreloadConfigTrees are now catched and processed

2001-09-19  Oliver Braun  <obr@openoffice.org>  [45ca16010fc8719151d14889b0b5ca3706357a4f]

        #90517# handle additional error code of osl_openFile

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [e0f1ae82cf0f72b07a8587d2751c46fd8b0e0d6a]

        #90517#: support for locking errors

2001-09-19  Ocke Janssen  <oj@openoffice.org>  [8d6a89a0a1603e20220e67081b3006ecec775e1a]

        #92047# read the wrong property

2001-09-19  Björn Milcke  <bm@openoffice.org>  [377a986804dc153bf36ffc3116cc902b66138eb0]

        #91951# two more typos for axis services

2001-09-19  Daniel Boelzle  <dbo@openoffice.org>  [db8efafbdc093ca378fbe58c02a03e50c04ce262]

        #92181# supporting formattedfield

2001-09-19  Ocke Janssen  <oj@openoffice.org>  [46f9e0ef119e2dab56f67fab40cb748bf606ad98]

        #91966# acceptURL corrected

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [2ecb64130560b1136e2d9f73d7d164ba97b2aa55]

        #91405#: branch avoided

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [8ab11203542b0ad00187c25ffffadca1ba58461b]

        #91405#: UnsupportedDataSinkException shouldn't set ACESSDENIED

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [c4da372ef1e32e6c97beaea62f280719ca01f20e]

        #91405#: smarter handling for read only mode

2001-09-19  Andreas Bregas  <ab@openoffice.org>  [5430e5d2e976ae77e942d20334826478f1e361d3]

        #91804# Search methods directly in the adressed libraries

2001-09-19  Daniel Boelzle  <dbo@openoffice.org>  [2eab3c713a7d64dc60013ffcb44e331635058acc]

        #92181# supporting formattedfield

2001-09-19  Andreas Martens  <ama@openoffice.org>  [7a54bb64a486095156dc1d990e87e53b0d4db8f2]

        Chg: A shortcut for every layout direction

2001-09-19  Andreas Martens  <ama@openoffice.org>  [c90b6806d18c8ed25015eb2ecdff13c7bab2572d]

        Chg: Moving vertical help functions from SwFrm to SwRect

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [1f7cafbbedf569ab089e4bab8c24e656cdef00f7]

        #84556#: don't call GetFilter4Content for all own formats, but for all alien formats

2001-09-19  Carsten Driesner  <cd@openoffice.org>  [0b8aa0843b43fcb9abbfe9a60dc793dc85bbdecc]

        #92229# Don't show hidden docs inside window menu

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [41226c0b6f5da3ecde6cc58b41ee88b4700a764e]

        #79689#: set background of taskwindow to transparent

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [3eaebc4f917b84d7520f86b42ba68fefd2506fd9]

        #79689#: asking for executing java applets

2001-09-19  Mathias Bauer  <mba@openoffice.org>  [6c19dcb82fc3ff897c800c20ec30e91181c056ab]

        #92229#: no hidden tasks in the window menue

2001-09-18  Dirk Grobler  <dg@openoffice.org>  [8e9869cddd2d47e1ef222a0dac8fa2292131e500]

        #91972# rtl logs removed

2001-09-18  Dirk Grobler  <dg@openoffice.org>  [172d82a1faab9b2f13a77489dbbcfc6cd0d180ce]

        #91972# new lookup context for filehandling

2001-09-18  Dirk Grobler  <dg@openoffice.org>  [20c22b99129a4bcefbca6976f9c6329bb7ac7a72]

        #91972# correction of pathhandling, pathhepler replaced by lookup context

2001-09-18  Daniel Vogelheim  <dvo@openoffice.org>  [3ac225c65b392558bc4fbd93a0a6b2a3f720a20f]

        #91971# fixed severe bug in previous version

2001-09-18  Daniel Vogelheim  <dvo@openoffice.org>  [e5ba71a5657eb772eb8d6a63f6d75ccf6331e1ff]

        #91971# prevent exception-in-excpetion condition when SvXMLElementExport destructor         throws an exception; also worked on new error handling

2001-09-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [984bdf0534385b13286e6fe830788b16329192aa]

        #92123# GUI test application moved to workben

2001-09-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [869422a6c69a51882405599a3c83110a0e2bcf3e]

        #92123# TARGETTYPE=GUI

2001-09-18  Mathias Bauer  <mba@openoffice.org>  [81e4055537c12152e52d93030aa7e8bc5a97b431]

        #89485#: TargetURL is needed always

2001-09-18  Herbert Duerr  <hdu@openoffice.org>  [caee5de082dc96b7002ab3a289b12ca3fc721895]

        #90548# allow non-unicode encoded fonts

2001-09-18  Vladimir Glazounov  <vg@openoffice.org>  [00b61c435463c3c7e02177e5fb26dde2f8db07b0]

        #65293# corrected for soli

2001-09-18  Vladimir Glazounov  <vg@openoffice.org>  [4611b6257ec22ea206e07b8aaecdf16d465c82e5]

        #92075# exception specificaion

2001-09-18  Bertram Nolte  <bnolte@openoffice.org>  [2e2b262e69b07a1165c7eed3184ae205723e5770]

        Added new Java example.

2001-09-18  Vladimir Glazounov  <vg@openoffice.org>  [38c9f24beed901f95b953771c62503789268ffe2]

        #92075# excption specificaion

2001-09-18  Frank Schönheit  <fs@openoffice.org>  [d2a4716802d894d11b5e9ecc0a6bdba8727f24f5]

        #65293# syntax for SOLS

2001-09-18  Kurt Zenker  <kz@openoffice.org>  [a45a255f0122c37f9e22c2190dce68a12503bd41]

        new version for SRC641

2001-09-18  Dieter Loeschky  <dl@openoffice.org>  [1d2cb239e575c73c530df2bf5c5e400e14d987d5]

        #92085# + SID_RULER_OBJECT

2001-09-18  Frank Schönheit  <fs@openoffice.org>  [03be4cc81188bf2f4ff85da6d6e7298917f2a97f]

        some small optimizations in the course of preparing #91894#

2001-09-18  Vladimir Glazounov  <vg@openoffice.org>  [759097e1d101a494f17b1e1a195c44fdeadb8024]

        #65293# changed to void type of function

2001-09-18  Armin Weiss  <aw@openoffice.org>  [7d2fd0797e5718d43fb318a8fe73c1d2795a1f8e]

        #91809# remove original #82826# and new solution for #82826#, too

2001-09-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [789ce5d8fbe7e735dc8f1978cbe6fac4202c357c]

        #92123# and cleanup

2001-09-18  Frank Schönheit  <fs@openoffice.org>  [b285ba435e8b55c328f09f8c96e56e46e36810b2]

        #91894# +UNOSTRINGPAIR

2001-09-18  Oliver Bolte  <obo@openoffice.org>  [90403f4e3eb5521ba8836f98a3aa4ee74731a7ab]

        #65293# TARGETTYPE=GUI

2001-09-18  Hennes Rohling  <hro@openoffice.org>  [9076e2c2d0aaa2dc18f29b7d9ff8bfc5424605a9]

        #88505# Async termination of system tray thread

2001-09-18  Oliver Bolte  <obo@openoffice.org>  [e961cd395e15d9736922b3f0d43d6c9a0871194c]

        #65293# TARGETTYPE=GUI

2001-09-18  Oliver Specht  <os@openoffice.org>  [8243e62dce7e9ecdea5f51415e6ec1b478e748da]

        #92192# SID_INSERT_VIDEO/SOUND now in offmgr

2001-09-18  Lars Langhans  <lla@openoffice.org>  [11d1a7cac0441a5505e70dfe589506e21bf97935]

        #90717# writer window opens no longer if we try to check if quickstarter is open.

2001-09-18  Oliver Bolte  <obo@openoffice.org>  [e74153395d58aac44be3060692b227ae24aa31f6]

        #65293#

2001-09-18  Hennes Rohling  <hro@openoffice.org>  [f76b8f7d95cf7571519de2531d7798ad6c996ce4]

        #88505# Quickstart.exe param -killtray terminates system tray icon

2001-09-18  Rüdiger Timm  <rt@openoffice.org>  [8349cdfd5e8042edf7cb92a21b75c62c282440ea]

        new version for SRC641

2001-09-18  Rüdiger Timm  <rt@openoffice.org>  [3eddc962a8d4d3c3a0839e981579e37c36cb4e61]

        new version for SRC641

2001-09-18  Ocke Janssen  <oj@openoffice.org>  [26229a697231db7ca8b9dc7c0232dab7cf555485]

        #92103# check if content is readonly

2001-09-18  Oliver Bolte  <obo@openoffice.org>  [bcdf9fb790f0de6f27e1a99aefac525658c4ac11]

        #65293# exception flag for WCopyTable.cxx

2001-09-18  Martin Gallwey  <mtg@openoffice.org>  [34b409abbb0a7e73ba2a8460f615329905dc2ace]

        #92225# Flush the output stream when finished writing

2001-09-18  Peter Burow  <pb@openoffice.org>  [3759bd9fc97fbc9196f825d909890d3ebcfa7eab]

        fix: #92208# another bitmap for print button

2001-09-18  Peter Burow  <pb@openoffice.org>  [4bb10d07e074598700b5eab86528825451fa5af8]

        fix: #92207# #92208# enable print button correctly

2001-09-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1e561c11efa4f35f788a2a9c59eb5ece0b36788]

        #92123# seperate makefile for gui application

2001-09-18  Kurt Zenker  <kz@openoffice.org>  [8184969647b64a5a56319bd11601e6660e7b6ef9]

        new version for SRC641

2001-09-18  Kai Ahrens  <ka@openoffice.org>  [6571b4913aa60147b4f06b12ddc200811cf3427d]

        #65293#: use reinterpret_cast

2001-09-18  Kai Ahrens  <ka@openoffice.org>  [7e88e097938fc89442fcc9d7957e030695499a3e]

        #65293#: use reinterpret_cast

2001-09-18  Mathias Bauer  <mba@openoffice.org>  [0f4853aa6b1c90f5eb9a7dc1b007b906446b1b63]

        #65293#: class define was missing in appdata.cxx

2001-09-18  Ocke Janssen  <oj@openoffice.org>  [5ab800399769b5689ef384d5e1c11fe41f5b8bd8]

        #91986# catch Exceptions when setting prop for prepstmt

2001-09-18  Ocke Janssen  <oj@openoffice.org>  [62e50e029833d083f01cf3753282a68361271195]

        #91986# remove unnecessarry Exceptions

2001-09-18  Mathias Bauer  <mba@openoffice.org>  [48074b7e7a0888b6435f52f01d7e469477c6991d]

        #65293#: class define was missing in appdata.cxx

2001-09-18  Thomas Lange  <tl@openoffice.org>  [c48b3e46e6f54c3125a04c6e4c3d80bb24ec37ec]

        #92017# set linguistic properties not only in the property-set but write them to the configuration too

2001-09-18  Kai Ahrens  <ka@openoffice.org>  [f9afde803ef8eb8a47c174659222b8a357965053]

        #65293#: use reinterpret_cast

2001-09-18  Kai Ahrens  <ka@openoffice.org>  [8973906cfc851c2f7a962cdd06f6f7fb15c51dff]

        #65293#: + #include <so3/persist.hxx>

2001-09-18  Ocke Janssen  <oj@openoffice.org>  [0704ff311b1e147ec0e6494b18cd44642ebaeaf5]

        #92184# use no parameters for ado and keys and sql Support corrected for special value 512

2001-09-18  Oliver Bolte  <obo@openoffice.org>  [2c790e95a6f1a00e285d3c669315a3113a20a4da]

        #65293# TARGETTYPE=GUI

2001-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [62d6a1712929f3c071fb0e0036d74b4f1d61d218]

        #65293#: added -lXext

2001-09-18  Armin Weiss  <aw@openoffice.org>  [247254fd29722470a7aed493713b2c40153c6f0f]

        #91217# use strings for CustomUnitText entries, not simple special chars above 127

2001-09-18  Caolán McNamara  <cmc@openoffice.org>  [0b22bee12f7bbe3d67f891f4bc4c8964bf5b64ca]

        #92104# displaced escher groups fixes

2001-09-18  Caolán McNamara  <cmc@openoffice.org>  [05c0f064e017009e1452b8814517db62316a4f20]

        #92104# displaced escher groups fixes

2001-09-18  Kai Ahrens  <ka@openoffice.org>  [c377de752ca4032d72d1f0cc23d03c0362469c59]

        #91981#: expand gradient rect to avoid missing lines on lower and right edge

2001-09-18  Vladimir Glazounov  <vg@openoffice.org>  [bd81650536b076ab78a001a13d2af6822c7c4d44]

        #65293# switched off optimization for soli

2001-09-18  Bertram Nolte  <bnolte@openoffice.org>  [ac50b4f05b63aeafbebf98c5bfadf9d9639699a7]

        Added new Java servlet example.

2001-09-18  Andreas Martens  <ama@openoffice.org>  [766f084db29b5fab7d23795fc345ebd915411196]

        New: More help functions for vertical layout

2001-09-18  Bertram Nolte  <bnolte@openoffice.org>  [b1962536c7d96c2019fde4eaeda6d7e42f8b4d01]

        Added new Java example.

2001-09-18  Kurt Zenker  <kz@openoffice.org>  [6bb26a8ddbcc0b491680a6ceb429dec697fe22fb]

        new version for SRC641

2001-09-18  Peter Burow  <pb@openoffice.org>  [eedba33485afa8a6dd9d54033b1b6f887535abb0]

        fix: #92170# HID_GLOBAL_FALLBACK and HID_HELP_BOOKMARKS... added

2001-09-18  Peter Burow  <pb@openoffice.org>  [6eb331ba32874137a97c5cf42fdad23847d36a90]

        fix: #92170# set help ids for context menu of text window

2001-09-18  Peter Burow  <pb@openoffice.org>  [1b1dcfd94dabdadf29f34f42f9c9df8cf9392ac9]

        fix: #92170# help ids for context menu of bookmarks

2001-09-18  Peter Burow  <pb@openoffice.org>  [91420b05b85d4ea644691cb8f78f21685a43e646]

        fix: #92170# new help ids of help task

2001-09-18  Vladimir Glazounov  <vg@openoffice.org>  [fd1b375680f2fd1e88bcba9a4af7e008db6a046b]

        #65293# added missing include

2001-09-18  Peter Burow  <pb@openoffice.org>  [5ecaa85717f710b6732b14e1e66c2efc13f3cb25]

        fix: #87544# PreNotify() removed

2001-09-17  Kurt Zenker  <kz@openoffice.org>  [95611ca1ca256c56c17f4ee9135ce0b7e669db5c]

        new version for SRC641

2001-09-17  Kurt Zenker  <kz@openoffice.org>  [b3b1b951b9725afc4480004ebb53ac200f637e4a]

        new version for SRC641

2001-09-17  Rüdiger Timm  <rt@openoffice.org>  [1e25dfe93499f5bed252516340eca9deca7d935c]

        new version for SRC641

2001-09-17  Kurt Zenker  <kz@openoffice.org>  [57fcdbe2f9f68a2dbebb2d6e43c14b201fe831cf]

        new version for SRC641

2001-09-17  Kurt Zenker  <kz@openoffice.org>  [c889b39a38843eabaf9341402fd365277c11054e]

        new version for SRC641

2001-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2288b0f223671b1806dd76d6d0dca945aeb7ed89]

        #65293# expand string

2001-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [db529d8c5ab884d4a7df5c5973314928fdfc4c32]

        #92123# TARGETTYPE is GUI

2001-09-17  Peter Burow  <pb@openoffice.org>  [e7d13c15cdf637bc6df7dfdef1571c3ca53f8d53]

        fix: #90834# no extra FinishLoading() call

2001-09-17  Kai Ahrens  <ka@openoffice.org>  [337337bac76c8b1a41a9bf112c28bf436441d7b7]

        #i1543#: don't use initialize flag, check id instead

2001-09-17  Joachim Lingner  <jl@openoffice.org>  [cb7c951ef15d003a39670d0269f66f314dd8bb54]

        #92189# added Bridge_GetStruct and Bridge_GetValueObject

2001-09-17  Sven Jacobi  <sj@openoffice.org>  [46938e1128c1170d9ac513fed8eedf17203da8ca]

        #92114# default animation effect is mmanual and not automatic

2001-09-17  Thorsten Behrens  <thb@openoffice.org>  [2534889a4109a970323295ee91dfd10a0a1cb834]

        #90102# Globally disabled repeat for Draw/Impress

2001-09-17  Ocke Janssen  <oj@openoffice.org>  [98358eac9671c6106de21372d3e529c3bd9a78a6]

        #92184# use no parameters for ado and keys and sql Support corrected for special value 512

2001-09-17  Oliver Specht  <os@openoffice.org>  [a69d92ca44a845706e654b24edc118923645668c]

        #92160# mouse selection works again

2001-09-17  Vladimir Glazounov  <vg@openoffice.org>  [c1dd9f10702a56ed14a724084ce30ddcf43f3216]

        #65293# changed include

2001-09-17  Andreas Bregas  <ab@openoffice.org>  [a51b828c05995bb082842df1bcca5c58af6e404a]

        #92166# DeInitAllModules(): Check for invalid image

2001-09-17  Oliver Braun  <obr@openoffice.org>  [df239a67b91606fe8d712d3e7403883c9c4e966d]

        #88460# re-enabled systool wrapper

2001-09-17  Ocke Janssen  <oj@openoffice.org>  [313930e7f1fb1a34d967a611e5a3e2835bd677e4]

        #92006# correct error message

2001-09-17  Stephan Schäfer  <ssa@openoffice.org>  [fc63f532d414790e6b3fba4a4a065118bff1e5c1]

        #89519# GetDesktopRectPixel depends on platform

2001-09-17  Thomas Benisch  <tbe@openoffice.org>  [ef6b7046ca6460dbf55f02f1ba2bf0012802d0a8]

        #92177# GPF when inserting a formatted field control with the dialog editor

2001-09-17  Thomas Benisch  <tbe@openoffice.org>  [3890a3b711dc55b0e85a9bb663af087f62274d7a]

        #92082# Add additional controls to the dialog editor

2001-09-17  Andreas Martens  <ama@openoffice.org>  [31ca01cf3e577bab17093a4c53f442961c57eb17]

        Chg: Use fnRect for vertical layout

2001-09-17  Ocke Janssen  <oj@openoffice.org>  [a7bbbf0c2c40fc6ba930ef48f90f54fb20188a7c]

        #918234# check the prescion and scale as well

2001-09-17  Thomas Benisch  <tbe@openoffice.org>  [f524e1729e644d99ec41106a2f45e5c3c2ec7ee6]

        #92082# Add additional controls to the dialog editor

2001-09-17  Dirk Völzke  <dv@openoffice.org>  [899e7f6010d956969d7aa38aab43e722a69831f1]

        #91303# use the last write date when the creation date isn't set

2001-09-16  Bustamam Harun  <bustamam@openoffice.org>  [82f205c8804174ea7713ab2d9ad3a78c0ecd0158]

        Add License

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [ec52fd233aa3b30a166e6785fae8da6dfc19c7d5]

        #89303# fix exception specification

2001-09-14  Daniel Vogelheim  <dvo@openoffice.org>  [13f96151ce681becbeab1fc1c7563177ebc121bb]

        #86004# speed up export property mapper         (collection of properties doesn't use 'tuned' insertion sort any more)

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [88f2fc4151b97059bcaee1f38066109e2769ba45]

        #89303# The correct flags to unline and un-optimise

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [4e84579009a2b1fcdf9a40b3aa8975a8749d8a70]

        #89303# remove unnecessary inline statements/only fill EncryptionData ORef on demand

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [0d7da6fda4333ba518c7f829b273ccb886a1028f]

        #89303# only fill the EncryptionData ORef on demand

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [b4798f2ea1b54cd50670d54571ed98af6343f985]

        #89303# use optimised hash map

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [b45a26d39d5ed562d713182e95acc05d135a426a]

        #89303# Use new hash

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [e5ce806ea479ec269f1f296913d8867a0ee74c4b]

        #89303# many optimisations

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [1ad713ebac228b34b3bb5fd59f7bc7f49ddf9628]

        #89303# optimisations

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [67a0964af8095a84ac7db9ac8014069b7663be6f]

        #89303# many optimisations

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [5a2bfbf399b0c260966571d8a57157954051af30]

        #89303# do not dump API zipentry struct

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [a41413a9a9b8421ab1836e4fd5ea95496e36220c]

        #89303# vastly optimised readCEN function

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [bcd6b5ee3150d42d1a185f47c16eaff3f6eb8cac]

        #89303# don't bother with extra data or comments as we don't use either

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [380290c0db4475c08e75d1b719cd4a707c7a2096]

        #89303# remove unnecessary using declarations

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [1ec56e57e8799ab4143ed430c56636837843b1a8]

        #89303# only fill the EncryptionData ORef on demand

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [1818001cdb2459be2212f001d0175febab5e3420]

        #89303# use local ZipEntry

2001-09-14  Oliver Specht  <os@openoffice.org>  [4a46996627c01f4b688e2edc15c12b8c1fa57712]

        #91560# set alternative HelpId for business cards' format page

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [f92fe1551f73d7c3a69aa5a5eb27abbefbc378fa]

        #89303# added methods and members for optimisation

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [20476f2f270ee92ff95347fc05363bb0e181aadc]

        #89303# use optimised hash map

2001-09-14  gt  <gt@openoffice.org>  [a8d244d1e30e137dc3ab3ecca98626285d49a80b]

        #91316# Treelistbox: additional functionality with RETURN and LEFT/RIGHT

2001-09-14  gt  <gt@openoffice.org>  [f5f87149d7bb98fd0e19a597e48422825945fcac]

        #91316# Treelistbox: additional functionality with RETURN and LEFT/RIGHT

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [447eceb846ee9edc2db0c82207f9e7c50e72b494]

        #89303# Use local ZipEntry struct

2001-09-14  Oliver Specht  <os@openoffice.org>  [527b6556ea7a7f7be19a7d598fe4ac9ae310a28d]

        #92153# delete ALL temporary PaMs

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [4e98063880de6511a6134462228c498f9bc2e7a1]

        #89303# use new hash map and ZipEntry struct

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [23ce8b76d8e1b6fce89e76aa9e05f01be424d37e]

        #89303# use new hash map

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [c476f31d3b5789155924e7818ad1505cb728d22e]

        #89303# Avoid calling ImplValidChars in a loop by putting the loop in the function

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [465c97902200aca64a25773c6a365a7b4df1c23b]

        #89303# optimise hash maps for speed (and put them all in one place)

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [ff5a40c661ccb228dcf18c8e6daf8948140f0e34]

        #89303# Small struct to allow me to avoid using Anys as much as possible

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [16fa407bf748bbfb7d37bd1e08e6d775a3dc3510]

        #89303# inline memory stream class

2001-09-14  Martin Gallwey  <mtg@openoffice.org>  [3b53256de0eecc6a051add355a8bd58560cba670]

        #89303# use local implementation of this struct, as its never used outside of the package component

2001-09-14  Andreas Martens  <ama@openoffice.org>  [3112b3495a9482bb06f00d44a15be0dfab9f0a82]

        Chg: More vertical layout function pointers

2001-09-14  Oliver Specht  <os@openoffice.org>  [1804f75d1fd5388edc627c1dea44befdd209ea26]

        #92153# distance controls should not be disabled in writer tables

2001-09-14  Sascha Ballach  <sab@openoffice.org>  [2444d8f43b496156a403ad83e068b133a95082f7]

        #90836#; add StartElement and EndElement method with a OUString as parameter

2001-09-14  Sascha Ballach  <sab@openoffice.org>  [d6bf207358b6e2d2130a58466b79d2d1108556be]

        #90836#; use the new methods to write StartElement and EndElement which catch and handle errors

2001-09-14  Mathias Bauer  <mba@openoffice.org>  [5284d637a7d83037cc0b86f39bfcd2f05e4b210b]

        #85600#: support for PostCommandArgument2

2001-09-14  Oliver Specht  <os@openoffice.org>  [cfdbe91accad1b068612c33428fe07c7f86d084b]

        #74208# enable display of border distance

2001-09-14  Oliver Specht  <os@openoffice.org>  [76c64ad83889c7c59018dfd84563503c51e8050a]

        #74208# enable display of border distance

2001-09-14  Oliver Specht  <os@openoffice.org>  [34da1bb396c94ad27b38d8572f76e8f770bbdef6]

        #74208# enable display of border distance

2001-09-14  Mathias Bauer  <mba@openoffice.org>  [5925d1b94c460a61cc2e2d6bb9fd1011d4321458]

        #85600#: file IO errors in HTTP Post

2001-09-14  Behrend Cornelius  <bc@openoffice.org>  [f21d85c8389b6686beca7c7ebfb163b70fdd06fe]

        #91241#Listboxfields now also removed on doubleclick

2001-09-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5d34c139ef2b7a08c106f83a9fdb17755e6cee4]

        removed stripping of comments (hedabu_action)

2001-09-14  Philipp Lohmann  <pl@openoffice.org>  [2254bf5c55c88722c01a3645513403edcb202095]

        #89519# get work area

2001-09-14  Sascha Ballach  <sab@openoffice.org>  [fefbbb025492f10b36adaa5f47c97483825b3352]

        #91614#; return the right implementation name of the component

2001-09-14  Jörg Barfurth  <jb@openoffice.org>  [c3e1aa5cd1037910017298568e6a02b8ca7e3166]

        #91782# Remove obsolete bootstrap functions

2001-09-14  Philipp Lohmann  <pl@openoffice.org>  [38a8fb3e82aaf2ca8e6d401161f9ee75f0dd8da2]

        #92155# get printer path from configuration

2001-09-14  Thomas Lange  <tl@openoffice.org>  [84fddcbb5de6aeeb397ac5291d2f04b7e3245c31]

        #92096# clipboard obtained from window always now.

2001-09-14  Thomas Lange  <tl@openoffice.org>  [95fd0081a7ed0125da0f309242be5ada89b03d0a]

        #90650# error message for last missing language shown too now

2001-09-14  Björn Milcke  <bm@openoffice.org>  [5ebf2918ca0711c5f63559140d3167d6ec241a24]

        #91614# implement getImplementationName() in components

2001-09-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [114e30aa7edad43667e16bed457819108f4c4835]

        #92075#: add IllegalArgumentException to interfaces

2001-09-14  Björn Milcke  <bm@openoffice.org>  [c5aabfd8fbb23053277c342f713f478a1cc91ed3]

        #91614# implement getImplementationName() in components / missing member init added

2001-09-14  Andreas Martens  <ama@openoffice.org>  [ac831d526d376fbe69a8657fdef76440d2b4e84d]

        Chg: Vertical layout

2001-09-14  Mathias Bauer  <mba@openoffice.org>  [8710fd3515a3a0821512376cbd2a70bfdf59a3e4]

        #85600#: support for PostCommanArgument2

2001-09-14  ok  <ok@openoffice.org>  [81be2c26e603ca2e0407f17c51a7eab8b4480522]

        fix: #76122#

2001-09-14  Frank Schönheit  <fs@openoffice.org>  [0eccc6a6747e0a31a6762cf7ddda48789aba4bf1]

        #91062# support the XJob interface

2001-09-14  Frank Schönheit  <fs@openoffice.org>  [6f0ad460013051f35f8f05d5e0a8a0ce40b74ceb]

        #91894# +XFilterGroupManager

2001-09-14  Frank Schönheit  <fs@openoffice.org>  [ee14b6d2250ffca1d7905e56b171c69c0c23a200]

        initial checkin - specification of an interface for adding filter _groups_ to a file picker component

2001-09-14  Frank Schönheit  <fs@openoffice.org>  [022bf9b2feddd1f5f3fa5ab7feb2481431101ff1]

        #91062# #91894# +XAsyncJob / +XJob / +XJobListener

2001-09-14  Frank Schönheit  <fs@openoffice.org>  [cefb02d10380b86a7cf4d628115f1768db283d33]

        initial checkin - specification for a listener to an asynchronous job

2001-09-14  Oliver Braun  <obr@openoffice.org>  [b4e09c72a191f1545435cdea57a166c888a6dd12]

        removed obsolete kde files

2001-09-14  Frank Schönheit  <fs@openoffice.org>  [04f3b42ed2efb7c51b1a15bac30e15b9ec828be7]

        initial checkin - specification for a job to be executed asynchronously

2001-09-14  Frank Schönheit  <fs@openoffice.org>  [3ab2b2b6646f42ecff84af8a14cdbee2fe8bf2e0]

        initial checkin - specification for a simple executable job

2001-09-14  Frank Schönheit  <fs@openoffice.org>  [c3efa1746718b55354159d1edc0af76605b89bcd]

        #91062# #91894# +StringPair / +NamedValue

2001-09-14  Oliver Braun  <obr@openoffice.org>  [6f6aefd04ebac8f69d4393271ea27eefa4aabe0d]

        #91907# obsolete

2001-09-14  Frank Schönheit  <fs@openoffice.org>  [6977b03bd3cc2f6c9bf60f4e1f921d33f9c06443]

        initial checkin - definition of a string pair

2001-09-14  Frank Schönheit  <fs@openoffice.org>  [838f16b1ea588a6410add2eccae8dd7aa379484f]

        initial checkin - definition of a named value

2001-09-14  ok  <ok@openoffice.org>  [69eccf556ae8f587999662f722abc7c71396d5c7]

        fix: #76122#

2001-09-14  Thomas Lange  <tl@openoffice.org>  [8a153af7b1142efbc81382d749a2d6059251942f]

        #91614# implementation names for XML import/export components supplied

2001-09-14  Bernd Eilers  <bei@openoffice.org>  [16bb34fee5e8af89e2fbf1235382a165552e95dc]

        #80424#, #91373#

2001-09-14  Philipp Lohmann  <pl@openoffice.org>  [8cce613ea9c20f6b22caaf025b98c44ba16f1a63]

        #90845# use collation service to sort paths

2001-09-13  Sven Jacobi  <sj@openoffice.org>  [d2edf2a81333247ea551be54146251841ae635f4]

        #91018# 3d lightning is now working again and was improved slightly

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [d4fc94871368800ed7cd5239645ee2b5266c482a]

        #90730#: break termination loop if a task will not close

2001-09-13  jp  <jp@openoffice.org>  [a4dde5cdff1c19a5cdfbea7c1048c4a06dc87484]

        Bug #88372#: use new CopyObject method of SvPersist

2001-09-13  Philipp Lohmann  <pl@openoffice.org>  [e6fcbd83157e92184880f6c6a9454fd9536ce251]

        #90314# remove old path dialogue

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [c58fb25ae608cdb8b8060bb980cf210e37dac01a]

        #92088#: wrong SaveCompleted statement

2001-09-13  Juergen Schmidt  <jsc@openoffice.org>  [986575e88fac505129d0d9842b021cf6c7d5650f]

        #92081# chenge attribute to function

2001-09-13  jp  <jp@openoffice.org>  [8a156723119eb62b82259449c57634043ec5e058]

        #92075# update for new compiler

2001-09-13  Andreas Martens  <ama@openoffice.org>  [68ecf6c0f40aae6641405879c54085413f5e6fad]

        Fix: Flow of text frames in vertical environment

2001-09-13  Andreas Martens  <ama@openoffice.org>  [04b16106e21c408e27f68cabb1f5c07f5a59369b]

        Fix: No vertical online-layout

2001-09-13  Sascha Ballach  <sab@openoffice.org>  [93a0a535b059a8b106a5fb9eb55417a868e1520f]

        #91968#; use a EventListener for the model; first step of new Error handling

2001-09-13  Sascha Ballach  <sab@openoffice.org>  [b003d7e8e910db63ba3e683294038698ba24e7c8]

        #91968#; check the document and the model before using

2001-09-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c77ab7d31a2bf22d18e3249278509ac9695a78ea]

        #92075#: exception specification

2001-09-13  Daniel Vogelheim  <dvo@openoffice.org>  [cc275134c90216a856aca754df9ad85408c83039]

        #91584# implemented XServiceInfo methods

2001-09-13  Philipp Lohmann  <pl@openoffice.org>  [8329fed9369f0b3f802d2c05f2b4925a15b442b7]

        #90314# remove obsolete VclFileDialog

2001-09-13  Behrend Cornelius  <bc@openoffice.org>  [ce1d46c10fdab1284097f35b2d6a9df1bb8a78bf]

        #91520# TabIndex in Basic Dialog modified

2001-09-13  Frank Schönheit  <fs@openoffice.org>  [c75c54f338020793278537b6de4d9d4f8419e5e1]

        #92121# corrected some german spellings

2001-09-13  Behrend Cornelius  <bc@openoffice.org>  [fa1592224bbfb73d9e3b29c10216fe973e43f469]

        #91427# Defaultbutton now on 'GoOn'Button

2001-09-13  Behrend Cornelius  <bc@openoffice.org>  [956df411b96d914ee4a5c9c9c45282c4b8b20f3e]

        #91805# 'CreateBookmark' routine improved; HelpIDs fixed

2001-09-13  Behrend Cornelius  <bc@openoffice.org>  [83ef3d38f7668ec31981a87c95b43997d812ef54]

        #91712# String in '%productname%' in Filtername now evaluated

2001-09-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [528b2beeea61ace34e5608038cd5fe8c6a166f66]

        #92075#: exception specification

2001-09-13  Daniel Vogelheim  <dvo@openoffice.org>  [8b4724aa25cf9cd4fd050f26a360fa2f868b615c]

        #92106# fixed empty XAttributeList reference

2001-09-13  Stella Schulze  <sts@openoffice.org>  [2f37e00d8cb34f9491af601523f82937f79b05de]

        #91258# Interate Sun Color Palette in StarOffice

2001-09-13  Philipp Lohmann  <pl@openoffice.org>  [567b1c2082f1adf7cb91bb869ac8b3c0256b453e]

        #90314# remove obsolete VclFileDialog references

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [7c189254fa0ba11ecc4bfa809b0f4f03694e14df]

        #86584#: don't set SlotServer without a slot

2001-09-13  Kurt Zenker  <kz@openoffice.org>  [8c1f3d4304e4906c91d9b7601837940560cce43c]

        #92075# exception specification

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [cb4dcffe60d743fe02f8cefc2a19a3ef5dd3b566]

        #89485#: allow GetImage without returning default image

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [5830824e8bffdaafa98b6372c20661771171d78d]

        #88885#: take care for abbrev. file names

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [141883c1e36392078a84644a9e1b296d148de48a]

        #88885#: HandleAppEvents takes care for abbreviated file names

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [f8fd706cee95f970ceb3160224a33583de7ed42b]

        #88873#: some slots are overfluous

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [40f66b06372087969670d01b5e9678f4ed20139a]

        #80213#: wrong calculation of the position of autohide windows

2001-09-13  Oliver Bolte  <obo@openoffice.org>  [409769be86bac701a376c71ca46ce1c04789ba04]

        #65293# exception for sols

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [36ba607b1dd14be37f7e30970b7f749e8ff5e8f8]

        #90294#: HandsOff before removing temp. files

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [4216c736d45d13c54fdbea6485e10f336183e0c3]

        #74684#: don't show editing time and doc version number when UseUserData is off

2001-09-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [35a37cfbfa7b79fbf44643ae9d0571d5714d29f1]

        #92075#

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [1232b5068e9f148f84e0e3c027731765e286ad3e]

        #80213#: wrong calculation of the position of autohide windows

2001-09-13  Peter Burow  <pb@openoffice.org>  [b2089b1afd3f1b750a1c8dbc57b265aa67c1c4a3]

        fix: #90940# select words in help doc

2001-09-13  Martin Gallwey  <mtg@openoffice.org>  [f9bcce94c12fad478d51af5fff775c571b6bca6f]

        #92075# update for new compiler

2001-09-13  Martin Gallwey  <mtg@openoffice.org>  [e97edbf2d5ee3f8bdd63e2988b28bf40f8e19cd0]

        #92075# update exception specification

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [de41efd9521e2db900a93c9da57d57bab43509f6]

        #89485#: allow GetImage without returning default image

2001-09-13  Martin Gallwey  <mtg@openoffice.org>  [b6f3ecd99d373c07bd2a83cea9b5990ef592b6f7]

        #92075# update exception specifications

2001-09-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [734ded2c4e67c36a45de90ca9e19f937f8d70fd1]

        #92075#

2001-09-13  Kai Ahrens  <ka@openoffice.org>  [989252c113639a8053b738fa589dff91b62d4d05]

        #90020#: use persist name of OLE objects

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [8f7fa89a23979aaf553edb300d1abed6af1d5235]

        #87847#: memory leaks on shutdown

2001-09-13  Mathias Bauer  <mba@openoffice.org>  [27d77af06a655b7ce40bebc569a5d85b6b2d29aa]

        #88873#: some slots didn't have confignames or are overfluous

2001-09-13  Martin Gallwey  <mtg@openoffice.org>  [285ca9e6cd82af46fee7b9eec47e7c2c0614c9d8]

        #92075# update exception handling

2001-09-13  Daniel Vogelheim  <dvo@openoffice.org>  [5b151d211004af250b3ac859eb0015dd40c454bf]

        #92075# fixed throw() clauses for new Solaris compiler

2001-09-13  Kai Ahrens  <ka@openoffice.org>  [e1965a656391331bac98d5adf14dd0717b141ba6]

        #90020#: use persist name of OLE objects

2001-09-13  Andreas Bregas  <ab@openoffice.org>  [750852976ab6679b93b966360d7b9d6d5c1a6799]

        #91911# Added XLibraryContainer2.idl

2001-09-13  Dieter Loeschky  <dl@openoffice.org>  [b51e3d7b68820ba4b69297a5a9aa3a0f6af72524]

        #91284# + UpdatePreview()

2001-09-13  Thomas Lange  <tl@openoffice.org>  [5393e56a20dc457c16ea1d28acdf30e6913d1aa3]

        problem with new SOLARIS compiler fixed

2001-09-13  Kai Ahrens  <ka@openoffice.org>  [8b64367c895b9ef04b46e995795ff85d55147e6b]

        #90020#: use persist name of OLE objects

2001-09-13  Philipp Lohmann  <pl@openoffice.org>  [3b9a6e7fc2db419c5c2accf3f8ef3cd6011bb10a]

        #90314# get rid of old file dialogues

2001-09-13  Thomas Lange  <tl@openoffice.org>  [33921ff9a613e5ca2aaab0dfea66e44e2cef95c7]

        problem with new SOLARIS compiler fixed

2001-09-13  Vladimir Glazounov  <vg@openoffice.org>  [44e4264561f176de71eec8ba69304080b88bbda2]

        #92075# exception specification

2001-09-13  Kai Ahrens  <ka@openoffice.org>  [2544e94ee6292b05c46a8db05643e322646e7e3d]

        #90020#: use persist name of OLE objects

2001-09-13  Philipp Lohmann  <pl@openoffice.org>  [9161155890599fe170f782fe487fd8ea48c86a6c]

        #91962# move window back into screen in SetWindowState if necessary

2001-09-13  Vladimir Glazounov  <vg@openoffice.org>  [cf6041e71d9b87bcfc74fae4d8be19bf8786278c]

        #92075# exception specification

2001-09-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [a776debc79da98f1af61eda4e659af3bfe3ec3f5]

        #92075#: can't take address from temporary

2001-09-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa51dbf0f4d1a62ec62896c97c3d4d30431ef354]

        #92075#: exception specification

2001-09-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d45cda33a463412eef131a3d3332abc24ae01ffb]

        #92075#: can't take address from temporary

2001-09-13  Kai Ahrens  <ka@openoffice.org>  [4823bfaa02874b81d381c54e3029f68c53e71aeb]

        #90020#: use persist name of OLE objects

2001-09-13  Oliver Specht  <os@openoffice.org>  [d600f7565c9ce360fa415c462e3813f6480b6708]

        #92021# assertion in ::disposing removed

2001-09-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [219c0f18a29e9376a24027949992ecf5a9fbee10]

        #92123# change default TARGETTYPE to CUI

2001-09-13  Oliver Bolte  <obo@openoffice.org>  [aa1dfc48303f3d10e0edfd641f2e07cbed1a2a06]

        #65293# exceptions for solaris

2001-09-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4d57552ae3dfafb46e93375bd5080fce8f5b0030]

        #92123# add user32.lib to default libs for CUI

2001-09-13  Kai Ahrens  <ka@openoffice.org>  [48fe0ef42f8374e2ae0a63646720e728c8c8a01c]

        #90020#: use persist name of OLE objects

2001-09-13  Oliver Bolte  <obo@openoffice.org>  [4dc89386338260bc2b288b5bfbf67fcc3a2982b3]

        #65293# exceptions for solaris

2001-09-13  Kai Ahrens  <ka@openoffice.org>  [3e02413699495a200f0d6ea354c0295d88b957cf]

        #90020#: use persist name of OLE objects

2001-09-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf4dae7c7c3e58a20b7d02aa6e507aa64f323724]

        #92123# user32.lib in defalut libs for CUI

2001-09-13  Kai Ahrens  <ka@openoffice.org>  [e009dd368190706c618d6fb51b385d9a6b457ee4]

        #90020#: naming of OLE objects is now possible

2001-09-13  Jörg Barfurth  <jb@openoffice.org>  [13cf6c2f42de3bcd792731f4ad9b649bcf467fc4]

        #90162# Keep alive all UNO instances involved in notifications

2001-09-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [603117f39f4e229618ca550fc05e8545eb111165]

        #92075#: can't take address from temporary

2001-09-13  Vladimir Glazounov  <vg@openoffice.org>  [65ad5f1fc28c196ae1d9962187d1e468611e22ef]

        #92075# exception specification

2001-09-13  Vladimir Glazounov  <vg@openoffice.org>  [f77c260647bd9de170eb854318b40bc52447278e]

        #92075# exception specification

2001-09-13  Vladimir Glazounov  <vg@openoffice.org>  [41bd22ae0a890f11849ae8cc10d2dd1c82086b0a]

        #92075# exception specification

2001-09-13  Andreas Martens  <ama@openoffice.org>  [7f54c53df79e5de74355901a8f5f21ea85b20370]

        New vertical layout: Notifying and recalculation after changing the direction

2001-09-13  Andreas Martens  <ama@openoffice.org>  [b58160be39fa2b3f49e48da82b0d90c8408960c1]

        New vertical layout: Restriction of size by upper frame

2001-09-13  Frank Schönheit  <fs@openoffice.org>  [603f9768eab78c318906e5d383573d48b89465da]

        #92093# canExtractColumnDescriptor cares for CTF_CONTROL_EXCHANGE, too

2001-09-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [75b0709fbd8a5f4c347d62d87c5368b80f7df6d8]

        #92075#

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [8869177474a16872c6b2a980797b935b2e436611]

        #92075# exception specification

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [15616fe71621adbe0fb43426c2031aee5995549c]

        #92075# exception specification

2001-09-12  Daniel Vogelheim  <dvo@openoffice.org>  [684642da65ae323d5151847726b1d2e46599e457]

        #91614# implement getImplementationName for Writer XML import/export components

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [17c4c4b85c065939b940d3216d8eacb63c10f2e3]

        #92075# exception specification

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [52acfe7da6bcc58e02d79cd1e958cb0dc25336f9]

        #92075# exception specification

2001-09-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d6481a73f30ae9d7e3a5bbc8aa4dac6dbbaf8f22]

        #92075#

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [c8c2ab1bad0fc813ac6b082666a05f36f7fbe563]

        #92075# exception specification

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [1e9635ea083834468f4636b7f6e0d76ecda55b7f]

        #92075# exception specification

2001-09-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [36de5403e9730858cd87a212141a8789128ed510]

        #92075#: removed forward declaration

2001-09-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c64dc5e36754b1e35593bd1d9b005d30f918388a]

        #92075#: exception specification

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [6b45fc595e7578c66c847104ad78a36ebcfe8871]

        #92075# exception specification

2001-09-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [da7300cb43c79bd62a3af76c9804940bb3cfc74c]

        #92075#

2001-09-12  Kurt Zenker  <kz@openoffice.org>  [3187d3cd20d32ee0c0923137e82f3a8a487f647f]

        #92075# exception specification

2001-09-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [331ce3a05ed5b488a632925143ce55cc5828a75a]

        #92075#

2001-09-12  Behrend Cornelius  <bc@openoffice.org>  [2d5080157a0a62d55429062d4bb6fe60891d19fb]

        #91642# two new HIDs for Browse buttons added

2001-09-12  Kurt Zenker  <kz@openoffice.org>  [1196010953bbfa42b4e8fbdf975a9202bd658ee3]

        #92075# exception specification

2001-09-12  Behrend Cornelius  <bc@openoffice.org>  [b1811ca16c22cbcf4cb9378d0609e4ccca97a6d1]

        #91642# two new HelpIDs for the document converter added

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [fb01b35d9c6601a3c7369cd74cf3862e1e0d3674]

        #92075# exception specification

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [0647e3cc4b1577dd8d81de972810c25e75ab30e2]

        #92075# exception specification

2001-09-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1ff7c28577f4d129b121adccf0535572c8f25ea]

        #92075#: exception specification

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [3eb866545f27c47188a542721859b171837fb650]

        #92075# exception specification

2001-09-12  Behrend Cornelius  <bc@openoffice.org>  [5a34f7ab844f03e53cb3a11c11a4f75e9e48617e]

        #91755# 'CheckFormatType'  inserted

2001-09-12  Kevin Hendricks  <khendricks@openoffice.org>  [a4a274098baf1028b08799608171a0d258d2e3f4]

        fix typo in d.lst that did not proerly deliver the spell dll for WNT
        
        Kevin

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [37803b965051a87d6252dc47c3d325eda7470d03]

        #92075# exception specification

2001-09-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d3645911079f755dd3f0909d5a3778503d14e5ed]

        #92075#

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [a7556a8f096a36cee8988a5ad13b148f9238ffb5]

        #92075# exception specification

2001-09-12  gt  <gt@openoffice.org>  [24fa696dbda2d8b0e32b809976dd6936d6290f86]

        #90429# Window instead of HeaderBar to add space for icons

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [571be4cb4eaf1a7fdf638fc2de41a2e6d75be6cb]

        #92075# exception specification

2001-09-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b04103921ff00ef60ca5969a73538f7fe3e2c2dc]

        #92075#

2001-09-12  Sascha Ballach  <sab@openoffice.org>  [03632af6e9ba358e5fcbc9bee3c56b0c693d5a22]

        #92116#; a cell without content is empty, also if the cell has a empty text:p element or a empty value

2001-09-12  Sascha Ballach  <sab@openoffice.org>  [e994188f9563c3d76f543495b8ee76c4f7f6b1d1]

        #92116#; only set new value if a range is given and the value grows

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [2c1846a8cb3fbf26a5872652ea573ffe60a1d98f]

        #92075# exception specification

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [27f82b329c72d7f893130441e32715ebe24dcb2c]

        #92075# exception specification

2001-09-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [51cc697b4e978a3dfcc49e6e1687ec7383857a45]

        #92075#

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [3bc7f9cebdb539ea487d6ddfa682ef4dcd28c742]

        #92075# exception specification

2001-09-12  Behrend Cornelius  <bc@openoffice.org>  [7ad99fe19e6314e9735ee6efa7fe9a6bbadb7037]

        #91710# several modifications

2001-09-12  Behrend Cornelius  <bc@openoffice.org>  [1dc9eee8548e21734778e9cf66466c56699c335f]

        #91712# 'CutPathView' Routine modified

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [1f3f0c371b60548adc0634883f00e6fa8dc8df2d]

        #92075# exception specification

2001-09-12  Dieter Loeschky  <dl@openoffice.org>  [8f04d02da7727835e86f0c0c06b530bba5d81fab]

        #84013# + OverwriteLevel0Bullet()

2001-09-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e21dff12ebc3b820140af00cb2095f4bdd58815d]

        #92075#: exception specification

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [6e46a20762f55ce360f5461ec7c0055286e8facb]

        #92075# exception specification

2001-09-12  Kay Ramme  <kr@openoffice.org>  [abd1dc9fbd8d28491ed50971eaa168c05b0d7f96]

        workaorund compiler bug (update 2) (#92075#)

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [49c4eabb1525c1ce7fc072bbe475f1123f4f984b]

        #92075# exception specification

2001-09-12  jp  <jp@openoffice.org>  [3bca9e182cb2cf67475b3f779e7ac3d9a68a67b0]

        Bug #83296#: SetRedlinesToDoc - use docinfo for the redlinedata

2001-09-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a247e375f2c7a3343c9ef2f7c69fb6f226065cb4]

        #92075#

2001-09-12  Oliver Specht  <os@openoffice.org>  [bd0a0ec82758411f853fdf95bb913c96dbeb10b1]

        #i1656# set dialog metric before the frame dialog starts

2001-09-12  Oliver Braun  <obr@openoffice.org>  [d8cbbed087380e29fd7246b2cb1cee311e7c6b4f]

        #88460# fixes for Win9x

2001-09-12  Mathias Bauer  <mba@openoffice.org>  [39c75fd93e9034ca8855a29c84bd1c3262cf81e0]

        #92075#: execption specification corrected

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [e0d497c5b9cf75e9a14f7f1918c6c5b66d28ccbd]

        #92075# exception specification

2001-09-12  Bernd Eilers  <bei@openoffice.org>  [0dfb7cd18f2d801a1bc05112bfdf1e2915d5bbe3]

        #80424#, #91373#

2001-09-12  Oliver Specht  <os@openoffice.org>  [43de3c2a6059d34c9b5cf045f51b8a34c8d1b7ec]

        #91996# post a user event only if there is none on the way

2001-09-12  jp  <jp@openoffice.org>  [3a88f973b3d971805cfdae59fac2c1d5a5f8c38d]

        Bug #I1522#: _GetNextToken - don't forget to set the previous UCharSkip value

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [5d5b725f699d252538bfe62b268191a0a4bde16d]

        #92075# exception specification

2001-09-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b4a68b97063d58f5f21145612744344bd66e48d]

        #92075#: rename formal paramaeter Type -> T to placet Solaris compiler

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [d6ac04c716eef2e19713fdf26c5d7ee80f8e536a]

        #92075# exception specification

2001-09-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c9217aa140c6f9c7d8498abdb9dec92a34c6310]

        #92075#

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [ac4e914f709109256f99beafdb1c537fd4d116e3]

        #92075# exception specification

2001-09-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e3dc7e6cc4826b19662aafcfe672f264be615b0]

        #92075#

2001-09-12  Kai Sommerfeld  <kso@openoffice.org>  [ee34aa4aabda1c138652a09c84c717cd218e1003]

        #92075# - Adaptions for new (stricter) Solaris Compiler.

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [2d492806e3f8bf3227188081b241125b87e8497e]

        #92075# exception specification

2001-09-12  Vladimir Glazounov  <vg@openoffice.org>  [c3276fda046df7c1ce8b6e581b17d52553d02c32]

        #92075# exception specificatin

2001-09-12  Peter Burow  <pb@openoffice.org>  [40d36c0e8a6529958bb541e0caf93c6389145f67]

        fix: #92102# dont handle GetFocus() in Dtor

2001-09-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ab9836149606ff5ac1a5312623186897e3bbf01]

        #92075#: exception specification

2001-09-12  Peter Burow  <pb@openoffice.org>  [c863df2de2f83585b90694d51a5755adc15d3fbb]

        fix: #87544# DoAction(USHORT) added

2001-09-12  Peter Burow  <pb@openoffice.org>  [2a201d496f31318a448a8f4b8af97df9f9056b7c]

        fix: #87544# set WB_TABSTOP

2001-09-12  Peter Burow  <pb@openoffice.org>  [8db8b590ab9b77f89a153ce9bc5b27c5b445c9f2]

        fix: #87544# also handle KEY_SPACE on single selection

2001-09-12  gt  <gt@openoffice.org>  [7cb25e41f491c5c894db7dfb35ecb0cdd0341878]

        #83298# enable/rename button only when deletion is confirmed

2001-09-11  Kurt Zenker  <kz@openoffice.org>  [9d6390cc318b3f60b48cc435b41b564418470432]

        Merge SRC640: 11.09.01 - 22:24:32 (NoBranch)

2001-09-11  Kurt Zenker  <kz@openoffice.org>  [82769eefc6c1e606d44eb6a4175a42b3edbfbdaa]

        Merge SRC640: 11.09.01 - 22:20:54 (NoBranch)

2001-09-11  Kurt Zenker  <kz@openoffice.org>  [9dfa86673c3acf8c60424b9523df6e0c7a03dc56]

        Merge SRC640: 11.09.01 - 22:12:51 (NoBranch)

2001-09-11  Kurt Zenker  <kz@openoffice.org>  [ff73ecd62739e950180fa6c36c29355a707c6ba8]

        Merge SRC640: 11.09.01 - 22:04:38 (NoBranch)

2001-09-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee604b88770a469a6fd27fa24f9e4b121207285b]

        #92075#

2001-09-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [8beaf13d843a06826c437fbff3cefbf82239cb4e]

        #92075#: exception specification

2001-09-11  Kay Ramme  <kr@openoffice.org>  [fed0816a688c7006b18d72f038ca8f3ae3e8c11d]

        delay recursive type resolution until needed (#89122#)

2001-09-11  Philipp Lohmann  <pl@openoffice.org>  [5b771a479c1f5e72b9e75e4ef70cb447ee877c38]

        #92075# changes for new solaris compiler

2001-09-11  Christof Pintaske  <cp@openoffice.org>  [9cb44aab4c2a8871ca3c04cceeadfdda7cee935f]

        #90579# #90293# special treatment of kinput2 IME

2001-09-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd4d93eb2e17d5279e13a8e0c75de5027abb44e2]

        #92075#: exception specification

2001-09-11  Oliver Braun  <obr@openoffice.org>  [45a83aea2958628e897537a1a6f1e7739cbbbf17]

        #88460# added osl_getProcessLocale and osl_setProcessLocale

2001-09-11  Thomas Benisch  <tbe@openoffice.org>  [b2bad7a1e9077bbc7f520e8593f5759c61bf9de6]

        #92097# BasicIDE isn't always notified about basic runtime errors

2001-09-11  Philipp Lohmann  <pl@openoffice.org>  [8a968a44d19ef939fc84f72c0a598212e80eca3b]

        #92075# changes for new Solaris compiler

2001-09-11  jp  <jp@openoffice.org>  [d91dd8e95a16b213ba37e284df9aeb15575bba83]

        Task #91678#: 'selection clipbord' implemented

2001-09-11  Frank Schönheit  <fs@openoffice.org>  [3bb53718845d79ffe123e7fe4e7370e66098a012]

        #91304# +isUIEnabled / disableUI

2001-09-11  Frank Schönheit  <fs@openoffice.org>  [1e9b70b640f46a21352ecea7b44afa7e720861d0]

        #91304# disableUI before applying the changes in OK

2001-09-11  Rüdiger Timm  <rt@openoffice.org>  [cb2c25bee5e50cfeac150f03415e94ab543cfd15]

        new version for SRC640

2001-09-11  jp  <jp@openoffice.org>  [64708a5251e418e86b30ad6a801ad275b7e10977]

        Task #91678#: 'selection clipbord' implemented

2001-09-11  jp  <jp@openoffice.org>  [ad770812336bc54167d6a2c776213a35e812451c]

        Task #91678#: 'selection clipbord' implemented

2001-09-11  Kay Ramme  <kr@openoffice.org>  [46a8c3e00d99cff71313ee813f9b96a6d55b8996]

        ifdef makefile targets (#90436#)

2001-09-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1355bf7192f0135ea9cc92018563e2d5465bf789]

        #92075#: exception specifications

2001-09-11  Frank Schönheit  <fs@openoffice.org>  [ad4425d59c8f61a463990aff4c2fb6a262a6cab6]

        #91872# FilterFolderContent_Impl: do filtering case-insensitive / small performance optimizations

2001-09-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [265ed5e358bcc991e96dc7915c9dc3fc20f8e9ee]

        #90436# reset SOLAR_JAVA if DISABLE_JAVA is set; check for collision of java environment settings

2001-09-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f81f4bc8e2ab90467754be54d18eddb7ba0e00f]

        #92075#: full qualified friend declaration

2001-09-11  Kevin Hendricks  <khendricks@openoffice.org>  [711e26924b62d4d86fed39174aba0581190ce3a5]

        fix thinko WNT though have been using libmyspell.lib
        
        Kevin

2001-09-11  Oliver Braun  <obr@openoffice.org>  [50f0eea007c4ceaae4947fd49feb266707fe6797]

        #88460# added osl_getProcessLocale and osl_setProcessLocale tests

2001-09-11  Oliver Braun  <obr@openoffice.org>  [af2938348bb539ccb27c92fe286b768d4143f662]

        #88460# added osl_getProcessLocale and osl_setProcessLocale

2001-09-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9de4ddc9cea023892d812e446bc28cd5601b6d2]

        #92075#: full qualified friend declaration

2001-09-11  Rüdiger Timm  <rt@openoffice.org>  [d6cf6df8a754770dbf5d0568aec91084c55ae6a0]

        new version for SRC640

2001-09-11  Philipp Lohmann  <pl@openoffice.org>  [a5ef2108819ed199a357e803859157df0a217c68]

        #92075# changes for new Solaris compiler

2001-09-11  Rüdiger Timm  <rt@openoffice.org>  [2b75e5b6d2e75f14dba4a8bf339d3d00e9816f39]

        new version for SRC640

2001-09-11  Vladimir Glazounov  <vg@openoffice.org>  [e349596f4bb3fac1f939a32b59fc4af6330534d6]

        #65293# removed disambiguities

2001-09-11  Philipp Lohmann  <pl@openoffice.org>  [ede9d0ba85c53a2747897445f461244edbb65406]

        #92075# changes for new Solaris compiler

2001-09-11  Kevin Hendricks  <khendricks@openoffice.org>  [7395b164cb6541a9da2aee53f063510947d07e1f]

        fix makefile to use proper myspell lib name under WNT
        
        Kevin

2001-09-11  Oliver Specht  <os@openoffice.org>  [f6486c6186ca1f2c55196b72052f6082baa2881e]

        #88873# configurable slots corrected

2001-09-11  Philipp Lohmann  <pl@openoffice.org>  [6d4df38d2756456a8ab34cb00187ebbadf29a1f1]

        #92075# changes for Solaris compiler update

2001-09-11  Mathias Bauer  <mba@openoffice.org>  [0856787d13dc247c099e60329ed25bf350b01d75]

        #65293#: missing include

2001-09-11  Kurt Zenker  <kz@openoffice.org>  [6ee9f0dda2501c9bcb39e61daffb7ed4b92d0104]

        new version for SRC640

2001-09-11  Oliver Specht  <os@openoffice.org>  [a686292581cb3061f7e47626a61b8e50a2519c25]

        #88873# configurable slots corrected

2001-09-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [834028054cb4c2e8d72b3f97a955cd3ca3966e9f]

        #65293# description objects were missing version numbers for win32

2001-09-11  Sven Jacobi  <sj@openoffice.org>  [065b6168bc894a0eeaad0b8063ea611b95855110]

        #92063# using labs instead of abs

2001-09-11  Daniel Boelzle  <dbo@openoffice.org>  [e00e01fa64393a115e362efb9dec31cdd369acbd]

        #92074#

2001-09-11  Daniel Boelzle  <dbo@openoffice.org>  [b0d98f8955abbb1829a143b28d79ce2fd8f75153]

        #92074# marked deprecated: mergeKey()

2001-09-11  Daniel Boelzle  <dbo@openoffice.org>  [2c6fc18b06d720ca7538db727a556f20a0be0b8a]

        #92074# dont use XSimpleRegistry::mergeKey() anymore, using manual merge

2001-09-11  gt  <gt@openoffice.org>  [df1b9e64fda5bfebefe67318c81cc3c6cea7353c]

        #91305# set focus explicite when a tab page is activated

2001-09-11  Thomas Lange  <tl@openoffice.org>  [4c6310f92ded0ac6bbc46febc9407d00da86d6ec]

        #i1646# parser problem with non-space whitespaces while parsing user defined symbol names fixed

2001-09-11  Andreas Martens  <ama@openoffice.org>  [eda5873c2cbb48e4e4984bcd1ef03dfd2628b6f7]

        New: Some usefull functions for vertical layout

2001-09-11  Peter Burow  <pb@openoffice.org>  [800380af7fbae97420a9c9165342211ff8f2bfce]

        fix: #91606# set filters of all module on file dialogue

2001-09-11  Andreas Martens  <ama@openoffice.org>  [7f8575513057f9ab5d637c6da90301473515d4fe]

        New: Some usefull functions for vertical layout

2001-09-11  Peter Burow  <pb@openoffice.org>  [b14d2b68e5849e2114aa99f56b1ad3c02af339f7]

        fix: #92066# detect document type correctly

2001-09-11  Andreas Martens  <ama@openoffice.org>  [38e222d3da63276457413a71c195adccdce9d4b8]

        Fix #90993#: Don't scroll too much

2001-09-11  Peter Burow  <pb@openoffice.org>  [ebae323f4f2121679eed700cc58190ea6d3f3045]

        fix: #92064# lock solar mutex if necessary

2001-09-11  Frank Schönheit  <fs@openoffice.org>  [881d0a0787d051927ca2f57d6c76c2c0b25e071f]

        #92027# accept arbitrary valid URLs - not only file URLs - when browsing for a dBase or text directory

2001-09-11  Sascha Ballach  <sab@openoffice.org>  [4a598200c48e08aca162537a9a23c06ff35d2900]

        #90480#; make it possible to use the meta import component with a XDocumentInfo instead of a XModel

2001-09-10  Kevin Hendricks  <khendricks@openoffice.org>  [61d5f57fba23a2a9cccb7848841c421629b19ee3]

        fix path so that calle to systempath creates the proper native path for myspell
        
        Kevin

2001-09-10  Philipp Lohmann  <pl@openoffice.org>  [4df8285e40e62445a3bd54d97e4e1b653e699a41]

        #91690# make status window stay on top with cooperative window managers

2001-09-10  Sven Jacobi  <sj@openoffice.org>  [0f2e3d92bacb08335ee6805ecb39c4e95a86571c]

        #92063# always setting a positive boundrect size

2001-09-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9cc1fc1dd049254def86e43f9759d7f20450410f]

        #65293# for shell for $(TYPE)

2001-09-10  Mathias Bauer  <mba@openoffice.org>  [0c4fc182a624ea09714086684af3b6de9a7c6259]

        #92015#: UCBHelper in SFX eliminated

2001-09-10  Mathias Bauer  <mba@openoffice.org>  [75c090a8ff8ec2c4921177f76d50f236577f03db]

        #92015#: new method GetProperty

2001-09-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [24b33ce319e253c4c9ab7f51dadf7c1ba57ae67d]

        global delete of java related variables

2001-09-10  Kai Ahrens  <ka@openoffice.org>  [f0cc3acab88c3cb9fd46c5bd6ba6f1a9ccb33cde]

        #92011#: check for NULL pointers

2001-09-10  Frank Schönheit  <fs@openoffice.org>  [1d1e6e037969e36261b2c01c91154666d0a54b1c]

        #92052# #92055# some mutex guarding

2001-09-10  Frank Schönheit  <fs@openoffice.org>  [521d29c7304cb51d42ff3d6a23c38a704d026715]

        #92052# RemoveColumns: do a DeactivateCell first

2001-09-10  Caolán McNamara  <cmc@openoffice.org>  [9c48fdcac4698198de593cd06043051c3292b9ad]

        #92059# Consider border widths in {im|ex}port of floating elements

2001-09-10  Mathias Bauer  <mba@openoffice.org>  [d9aafbc540c80ab7be228e8319a3c3344221ff1d]

        #90480#: use StandaloneDocumentInfo for access to templates' docinfo

2001-09-10  Mathias Bauer  <mba@openoffice.org>  [f35768466a09455bfbfb71d6afeaa6ceca6a7f55]

        #90480#: loading DocInfo from XML file format implemented

2001-09-10  Mathias Bauer  <mba@openoffice.org>  [a5a62db43495e58ec6d7921f3a97c04db7890e1f]

        #90480#: assert against loading DocumentInfo from XML file format

2001-09-10  Mathias Bauer  <mba@openoffice.org>  [b9c298ae103b1dab4c7842e1102f0ec4c667bfbe]

        #90480#: objcont needs exceptions

2001-09-10  Mathias Bauer  <mba@openoffice.org>  [a73d45b8e247f950c9c6a8016486600d97346d92]

        #92015#: no interactionhandler when saving; #86170#: use UCBHelper for transfer

2001-09-10  Andreas Martens  <ama@openoffice.org>  [99f589482eae84a2a0a8160ed9d42919d17072dd]

        Fix #90993#: Don't scroll too much

2001-09-10  Oliver Specht  <os@openoffice.org>  [27fecb9d9626ac208acb86a380935f787753e2d5]

        #65243# Changed order of the paragraph style filters

2001-09-10  Oliver Specht  <os@openoffice.org>  [6298d7168633b4a4fee822bfb314542968622051]

        #65243# Changed order in the filter ListBox

2001-09-10  Oliver Specht  <os@openoffice.org>  [22381ccc344a4598e2b99e29e46d0883bc8a0987]

        #65243# +SetAutoStyleFilter() to set the default selection in the Stylist

2001-09-10  Oliver Specht  <os@openoffice.org>  [ccf120ff298dc905be7a6706e3046fdebdac02fc]

        #65243# Init_Impl() added

2001-09-10  Oliver Specht  <os@openoffice.org>  [e01551a2521eb1e89c2ed4be7de880633a53b485]

        #65243# set default sorting type for stylist

2001-09-10  gt  <gt@openoffice.org>  [c0c69c587f83b365df1afc165b27fc3781b9364c]

        #91305# WB_HIDESELECTION set for ContentListBox

2001-09-10  Mathias Bauer  <mba@openoffice.org>  [9c0dc00f5f3f3784091982734bbc708862afb036]

        #91407#: -norestore for disabling document salvage

2001-09-10  Mathias Bauer  <mba@openoffice.org>  [5c94cd4fc18333fa1d46be1bdac1c2601c3ef5bb]

        #91775#: generate HID list

2001-09-10  Oliver Specht  <os@openoffice.org>  [5b22d75d8fbfaefac0978290889dce33abf08054]

        #88350# Name property now optional

2001-09-10  Kai Ahrens  <ka@openoffice.org>  [49475353fb04c788d935940071ff9fe392fc968f]

        #92011#: avoid unneccasary copy actions

2001-09-10  Thomas Lange  <tl@openoffice.org>  [ab7a6c54c3167c458e3c5958cac4b55918d53c2b]

        #89375# '...' added to Spellcheck menu entry

2001-09-10  Frank Schönheit  <fs@openoffice.org>  [dee5ccbf4b7a53b491ad5b19b0b3bf7b043d04f7]

        #91041# some minor layout changes

2001-09-10  Rüdiger Timm  <rt@openoffice.org>  [c008561632a0aa83ccc2eaf0d8146f4c5418adb2]

        Each module needs its build.lst. This one means: don't build anything, just deliver.

2001-09-10  Philipp Lohmann  <pl@openoffice.org>  [0958a2ea68773f591ae3d7cb5343c1d88b3c0998]

        #92043# support for Gnome WMs

2001-09-10  Juergen Schmidt  <jsc@openoffice.org>  [d9f8adc73a6ddd0869524dfd3b30ed3d179a805c]

        #87796# insert more examples

2001-09-10  Dieter Loeschky  <dl@openoffice.org>  [1e7ffa6680c0b6a6207f5796d59a213b17b32b6d]

        #90020# Supporting UI name and persist name

2001-09-10  Dieter Loeschky  <dl@openoffice.org>  [6b365d2855e0560a959fa8d0df619c25b4cabce9]

        #90020# Supporting UI name and persist name

2001-09-10  Sven Jacobi  <sj@openoffice.org>  [f52bebb37be546cf0ef01d597e0497140d0ba382]

        #88360# setting text snaprect after setting the text attributes, because otherwise default textattributes are active and a textbox cannot been smaller than 1 cm

2001-09-10  th  <th@openoffice.org>  [81f5c0d648cd59bda6d01bec53092441d5a4d447]

        #91813# - Hide PresentationWindow only minimized, if it is a Windows version before W2000

2001-09-10  Christof Pintaske  <cp@openoffice.org>  [4328f16a2217a2e0c6d21c03902051118faafc9e]

        #91058# check for empty strike out string

2001-09-10  Andreas Martens  <ama@openoffice.org>  [cf345e026fc0378c4436173c8064717c7db4d538]

        Fix #91289#: Draw objects anchored at page but without page number

2001-09-10  Andreas Martens  <ama@openoffice.org>  [dc70e7e24e9c234d801d89120b344712f7e84117]

        Fix #91961#: Better table width for Asian contents

2001-09-10  Stephan Schäfer  <ssa@openoffice.org>  [31ce8c2209d50f1d660fa6171a5a80e5544d3d69]

        #91962# ignore setwindowstate when window size does not fit into screen size, use default positioning instead

2001-09-08  Kevin Hendricks  <khendricks@openoffice.org>  [f128ceb69f7849aff62cb347ad0025c4f5c3b6ad]

        changes to implement building of myspell and spell to replace pspell_en_US and changes to deliver the new spelling library libspell and its dictionary pieces

2001-09-08  Kevin Hendricks  <khendricks@openoffice.org>  [9ea6917fd1450c2ada02021b960ec160c14e53a5]

        adding a modified version of Thomas Lange's linguistic workben code to create a spellchecking component for OpenOffice that uses myspell

2001-09-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e621138b74d5e59082906234eccd56b67e93d80b]

        new version for LRC640

2001-09-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [315c3adb4ae4d7680e14a8120ca02a5ffc7d58f2]

        new version for LRC640

2001-09-07  Eike Rathke  <er@openoffice.org>  [5234dba199bcb1de2f9f92f51208c1a30c71aa14]

        #90962# paste OUString instead of String from clipboard (not limited to 64k)

2001-09-07  Vladimir Glazounov  <vg@openoffice.org>  [657804addee3707968d13da63485b2555021b72a]

        #65293# added comments to new switch

2001-09-07  Vladimir Glazounov  <vg@openoffice.org>  [28f4cf6adc9fbfb06f2f40336076fb8b532e67e5]

        #65293# added new switch -from_opt

2001-09-07  Sven Jacobi  <sj@openoffice.org>  [52d2b050d022273132dc35e828cf66b9b2634715]

        #91847# symbol character always have to set the hibyte to 0xf0, otherwise the mapping of wingdings and webdings to star symbol will not work properly

2001-09-07  Andreas Bregas  <ab@openoffice.org>  [ba919fdc3ae877beaa5421ed04049d5125c845b8]

        #91147# Global flag to control rescheduling

2001-09-07  Mathias Bauer  <mba@openoffice.org>  [84c1c72d391168232e1c80f4429922569cc07f73]

        #89325: property names changed

2001-09-07  Daniel Boelzle  <dbo@openoffice.org>  [bb73c2f5c74c1e99bffe0dc6fd5f54fd3dfcbf9d]

        #91945# fixed possible alignment problem for double; fixed char being short in gcc2 bridges

2001-09-07  Mathias Bauer  <mba@openoffice.org>  [992527a9196cea409f53e5463ce036cf9f27db0a]

        #92008#: don't disable controller for macro-URLs

2001-09-07  Mathias Bauer  <mba@openoffice.org>  [4f1e89a2b5681b2d20519ca5f07e73c9a8b33a2e]

        #91015#: new method IsHelpDocument

2001-09-07  Eike Rathke  <er@openoffice.org>  [bb22a5cbebea7236b6de9b9bc8883a810879c141]

        #90610# export any drawing object, not just graphics and OLE

2001-09-07  Philipp Lohmann  <pl@openoffice.org>  [e83e58c7a672ddaa353f8f3578206721be5acc5c]

        #91147# appfilename for unitialized vcl

2001-09-07  Oliver Specht  <os@openoffice.org>  [aeb690b54b01af24742a6be96e49c17c744772e5]

        #91966# posted user events have to be removed in the D'tor if not already processed

2001-09-07  Frank Schönheit  <fs@openoffice.org>  [16422147367d26d83f43bf1d8cf83edbff5c45f9]

        #91973# no transliteration flags if not needed

2001-09-07  Andreas Bregas  <ab@openoffice.org>  [296a4cb012ba5abae824c0c4363fa6bda8c39844]

        #91908# Accept also volume as directory

2001-09-07  Oliver Specht  <os@openoffice.org>  [acd9f4d2ba1292d7dd107ac4dc4ec502cf9c0d66]

        #91992# issue 1468 prevent multiple export of bound-to-character frames

2001-09-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [27ae25530f584ccb1a1a3f8aca70cc2359bd4e81]

        added include to get out_of_range from stl

2001-09-07  jp  <jp@openoffice.org>  [4ca3a7d933335720fdfb67cba7fc7b59e6ab8783]

        Bug #85259#: use GetXTranferable instead of GetTransferable

2001-09-07  jp  <jp@openoffice.org>  [79e21aef59aa26ae68990c4a8d5909be285e1aea]

        Bug #90962#: use OUString instead of String, #85259#: use GetXTranferable instead of GetTransferable

2001-09-07  Sascha Ballach  <sab@openoffice.org>  [d612acf1bde5fb3524a64bd3e4602698e940e5e0]

        #89325#; change the name of the property to MTG's version

2001-09-07  Mathias Bauer  <mba@openoffice.org>  [060e64311f15b29b500abff5cb3411c6e92652a0]

        #91975#: some problems with salvage

2001-09-07  Mathias Bauer  <mba@openoffice.org>  [a26f35de9c05533b35972f7782a8bbc0c3e816a8]

        #91975#: let document remove its salvage copy

2001-09-07  Martin Gallwey  <mtg@openoffice.org>  [078a96678b235ba5ea519f62962ae20227debfb8]

        #91965# save compatibility option 'Align tab stop position' in settings stream

2001-09-07  Frank Schönheit  <fs@openoffice.org>  [d9a60d7852ccb323458e7dbdd7af868889b6f342]

        #65293# syntax

2001-09-07  Frank Schönheit  <fs@openoffice.org>  [12ed80626fb5fc2ff880a1af00b8ab1871c517b2]

        +componentclientmonitor

2001-09-07  Frank Schönheit  <fs@openoffice.org>  [0c6b541b2edc555cf2453ff79be47394fbe32ce7]

        ::disposing: don't reconnect if we're InDispose

2001-09-07  Mathias Bauer  <mba@openoffice.org>  [afc84769fa7237d5c37cb841575380f120b6cdd5]

        #89791#: no shortcuts for menues

2001-09-07  Sven Jacobi  <sj@openoffice.org>  [01f335e4ef2985ce3ac5e4e08e64e259cb406713]

        #91984# now also export the rotation of metafiles

2001-09-07  Kai Sommerfeld  <kso@openoffice.org>  [a6f6d1d2cf166c916de71da7ea8f512ee120e065]

        #90677# - Added DuplicateCommandIdentifierException.

2001-09-07  Michael Brauer  <mib@openoffice.org>  [f7cf8a844ef2a9d3e57b287e73e45427ed455542]

        #91980#: Fixd MultiPropertySetHelper optimization for draw documents, too

2001-09-07  Thomas Benisch  <tbe@openoffice.org>  [b4b49f9d41d5b9223d6edee24c407922350dacb1]

        #91845# IDE: no help if I press F1

2001-09-07  gt  <gt@openoffice.org>  [2d5a87913f230f89595fb108995bef6ace539854]

        #90928# enable/disable forward/backward button in dependency of the history position

2001-09-07  ok  <ok@openoffice.org>  [9bc6c9dd265a13a68f4f9353874ca7f7b828573f]

        fix: #91903#

2001-09-07  Michael Brauer  <mib@openoffice.org>  [2ec1bf24ba2ad1c031f0fba0753018136530eff7]

        #91964#: Don't inherit bullet lists to shapes

2001-09-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6efee38194a1afa39fa881d6d3196ddeceff704b]

        new version for LRC640

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [90d36494d46db710e7ea49f3d6cd5a3256bb877a]

        Merge SRC640: 06.09.01 - 23:07:24 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [475b91bfb6d7140fa37c9b783a7933849fcd2a5d]

        Merge SRC640: 06.09.01 - 22:45:56 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [adc5eaeee2b63737ef79ff36d046ed9fa5a1641d]

        Merge SRC640: 09/06/01 - 22:41:14 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [2f2a3feeedac6a4a3dce9b7e1ff6dd92f0e4f4bb]

        Merge SRC640: 06.09.01 - 22:41:11 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [8d91f8f40f8d604587141fa8c4dc87d50f86c6ab]

        Merge SRC640: 06.09.01 - 22:33:06 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [03aebeec9ffc0fbe79ef021d1a9157134a27c571]

        Merge SRC640: 06.09.01 - 22:32:04 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [6647efdb82545e2d3fb7b54e79deacd60f34efb1]

        Merge SRC640: 06.09.01 - 22:32:58 (NoBranch)

2001-09-06  Rüdiger Timm  <rt@openoffice.org>  [d409fcc948ba4d4b6abfa123e005a58ef7dd854c]

        Merge SRC640: 06.09.01 - 22:26:41 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [4e56b554528272faa61ca3521b1b6ac24cc4fcd0]

        Merge SRC640: 06.09.01 - 22:26:44 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [037c12bf7007c29406eea17198ab4ccd991dd05e]

        Merge SRC640: 06.09.01 - 22:22:04 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [8893dfa71f6ec03579df2a543c801ed3471b9306]

        Merge SRC640: 06.09.01 - 22:20:12 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [b5ae3e05033c1e18c5cafeb1beae7087297dcb32]

        Merge SRC640: 06.09.01 - 22:19:02 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [297ccfe34cbc39dca5fbc7491f61504599abef2f]

        Merge SRC640: 06.09.01 - 22:19:31 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [c54def82c2e02498e80a9f74e11b78d9f0a22be6]

        Merge SRC640: 06.09.01 - 22:19:34 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [abd3170a6f593ddcf4f6d9a7ad4b6335466f4b28]

        Merge SRC640: 06.09.01 - 22:20:10 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [5b0f4752c9d9059311166e056ee40c3cf75c2bc8]

        Merge SRC640: 06.09.01 - 22:17:53 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [9afd5ea36be99556191726fcc97f960a95848850]

        Merge SRC640: 06.09.01 - 22:16:21 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [39eb7e562e8d1f000ab583f2fabafc52d41e54eb]

        Merge SRC640: 06.09.01 - 22:16:29 (NoBranch)

2001-09-06  Rüdiger Timm  <rt@openoffice.org>  [de32e942704231bebe1a37674c079961f7e7401c]

        Merge SRC640: 06.09.01 - 22:15:01 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [7f82b39b807ce28c5b95423f0153a0f5e01193ff]

        Merge SRC640: 06.09.01 - 22:14:41 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [1c67d0542b17813c31aba57739c68e5a70735c63]

        Merge SRC640: 06.09.01 - 22:10:47 (NoBranch)

2001-09-06  Rüdiger Timm  <rt@openoffice.org>  [7156cdfeb07d9a520a27f7f37dd77a56a291e6ca]

        Merge SRC640: 06.09.01 - 22:09:44 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [330948b2690ce0ce0bdd066ebe2ccb980ca48d7f]

        Merge SRC640: 06.09.01 - 22:07:21 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [2638394196f4cd9e0d5411653ab25fc760cea0a0]

        Merge SRC640: 06.09.01 - 22:07:17 (NoBranch)

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [85e18e60f4ac62c297c4fa4e94e0fb397c88f506]

        Merge SRC640: 06.09.01 - 22:05:52 (NoBranch)

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [50bb559d9c42703d0f30b706e57ef321833b4994]

        #82588# call ChartDataChanged for setData on an SwXTextTable

2001-09-06  Frank Schönheit  <fs@openoffice.org>  [6a7550f1c6decd07863361f77c528321e04a66b9]

        #91969# corrected FmUndoModelReplaceAction::Undo

2001-09-06  Kai Ahrens  <ka@openoffice.org>  [c3b9f691b443939f7c13a931bd0b1dd0f41ce983]

        #91957#: check mark list before accessing object

2001-09-06  Juergen Schmidt  <jsc@openoffice.org>  [69a9cbf60bfdefe3892ff122dce77bdf60e63540]

        #91702# insert convertscript

2001-09-06  Vladimir Glazounov  <vg@openoffice.org>  [a27b6553203974beb7ef1a7e7fdfe6f466dacb25]

        #65293# need explicit temporary return

2001-09-06  Juergen Schmidt  <jsc@openoffice.org>  [63c5129be6f46776f6d16f40acc42d9e75cc71a5]

        #91702# insert CONVERTSCRIPT macro

2001-09-06  Juergen Schmidt  <jsc@openoffice.org>  [1e5bb761762cf028182fe5bb1681f0f521cfd7c8]

        #91702# insert a further codition

2001-09-06  Sven Jacobi  <sj@openoffice.org>  [7b15be61d281e01f60b8acc2996a3b8ee76d6d03]

        #90437# check if symbol font is possible to display the bullet

2001-09-06  Daniel Boelzle  <dbo@openoffice.org>  [ac2f25339264d2b166fb74ddcd198d2efd499f91]

        #91945# fixed danger get

2001-09-06  Sascha Ballach  <sab@openoffice.org>  [999525b74dab6b3c9e2bc4dc12102da41b5e2843]

        #91970#; only ask for a style if a stylename is given

2001-09-06  Oliver Specht  <os@openoffice.org>  [2013280cc55a93697e9c3f30a74f5d7d1dc89c74]

        #74124# key handling of ListBox/ComboBox controller changed

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [bbafdb6d300ad6fee562d886a932178751e8ff2d]

        new version for SRC640

2001-09-06  Andreas Bregas  <ab@openoffice.org>  [ba06d3a22fca982b18d232cad20830a09e162ac7]

        #91227# implSetupWildcard(): Correct path for full named files

2001-09-06  Sascha Ballach  <sab@openoffice.org>  [581a9f30ae88a679d36f8305870c052f08948dfc]

        #91955#; improve the error finding

2001-09-06  Sascha Ballach  <sab@openoffice.org>  [e762fa62a2c37e9e3153be6e9fbb4ecaeed7ad11]

        #91955#; improve the performance and the memory usage

2001-09-06  gt  <gt@openoffice.org>  [548eaba9ab5458136f42289460ee5c825b710e04]

        #90943# #91306# enable Tab-navigation between Navigation- and Text-Window

2001-09-06  Frank Schönheit  <fs@openoffice.org>  [0e5ebfb411e632d377cb51fd7d76065ab46d8f6a]

        #90973# setTreeView: reset m_pTreeView to NULL before deleting it

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [a76c8790c85b3e1fabbc2f8ff34076c9a0caeffb]

        #90973#: reset active frame of bindings in dtor

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [fd5f6d4d4d7711eb2322fba0298582b77f4b2434]

        #90973#: GetActiveFrame

2001-09-06  jp  <jp@openoffice.org>  [4141ccb19788abe56b15348cd9a2c2869301256a]

        Task #91670#: handle Unicode strings correct in the read method

2001-09-06  Vladimir Glazounov  <vg@openoffice.org>  [ed2153baa38245cf9e541d3c0049afc1d609db4c]

        #65293# corrected misspelling

2001-09-06  Frank Schönheit  <fs@openoffice.org>  [3f9617ead7985e534057ed4a1443a6e64c2779eb]

        #83416# allow for KEYUP and KEYDOWN even when the list has only one entry

2001-09-06  Oliver Specht  <os@openoffice.org>  [cd106a16085bf8016a2c77e690adb3f91e852423]

        #91936# use >>= operator instead of casted getValue()

2001-09-06  Eike Rathke  <er@openoffice.org>  [ded37c95de0744ba72cb04e5f4716a6590a4a126]

        #91906# safe sin(), cos(), tan()

2001-09-06  Peter Burow  <pb@openoffice.org>  [d18b22645210f499eaed0e7db3f97cd611fb202c]

        fix: #91670# FileList D&D support added

2001-09-06  Philipp Lohmann  <pl@openoffice.org>  [e56b405a9039f67a6e1d872dc349cfdf913fc899]

        #91962# ignore SetWindowState if coordinates outside screen

2001-09-06  Andreas Martens  <ama@openoffice.org>  [e3cf97faa84bf2e55348f780cc4bf12b7d73c5f6]

        Fix #91103#: Unix compiler..

2001-09-06  Stephan Schäfer  <ssa@openoffice.org>  [e3fbb2ccb1381ff888bce62beb1e33b7b9f56d7e]

        #91195# merge 1.22.2.1

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [f8f9bc6030cd2f0cdd9961a7099b11c96e7af180]

        #91797# support XPropertySet so the package component can get access to the file URL of the temp file

2001-09-06  Sven Jacobi  <sj@openoffice.org>  [86c747fd4f9a5bb575557fd99b9c8bebc15fa2f9]

        #91018# improved 3d import ( more exact object size after rotation, skew angle is simulated by camera shifting )

2001-09-06  Thorsten Behrens  <thb@openoffice.org>  [f677a2ffd7d6bf468339788c0a8271e2de2152a0]

        #90102# Removed SID_PRESENTATION_END from toolbar

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [9049a0d27eb3fcb56db08e919dc929d34ce0f380]

        #91797# support XPropertySet so the package component can get the URL of the temp file

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [d6a86197754910fd4e0380d4e8fac6e0e7de6b7c]

        new version for SRC640

2001-09-06  Christof Pintaske  <cp@openoffice.org>  [1ab69d06b62e7fe6c222c78a148ba7f2f53e9968]

        #91372# add unicode sorting option

2001-09-06  Kai Ahrens  <ka@openoffice.org>  [417f39e581513dd004dff9b6b4c8d87b80dc60e2]

        #86482#: removed unavailable method (SdrView::PasteClipboard)

2001-09-06  Thomas Benisch  <tbe@openoffice.org>  [aed2a25b525c6b179ba161166cc42b9437b188ed]

        #90760# Remove ifdef VCL

2001-09-06  Philipp Lohmann  <pl@openoffice.org>  [c438c306682f72e8381fbeb240bab16747a1e05d]

        #91898# stream operator did not take stream charset into account for old format

2001-09-06  Frank Schönheit  <fs@openoffice.org>  [f08b8258149aee5a81a1387347eaad2f118aff27]

        #89758# correctly delete the tree list box

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [1e92e832a4d8cc04bc8e2477129f31b6f710a6e3]

        #91797# If we are doing a straight write (ie, not packed), we can just copy the temp file to the real file without doing a byte-by-byte write

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [2d94d9948b607a7c626de1fb03c42bacbb98105b]

        #91797# remove reference to deleted class

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [4b98f3a0c578c57b1f4af0e63de29c2a375bd384]

        #91797# remove unnecessary member and reference to deleted class

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [283159fc50001e6d9d9dc966be67640f2a71f597]

        #91797# remove references to a deleted class

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [a09b1656578d20f51525b49f3c435141234caca2]

        new version for SRC640

2001-09-06  Daniel Boelzle  <dbo@openoffice.org>  [d1476850b3f04d411ea9bac3cf52c7bd5774d775]

        #91945# limiting exports

2001-09-06  Sascha Ballach  <sab@openoffice.org>  [5457a1d09dbb9d4d24e70947950816e1d50b84c6]

        #91955#; set the new repeat value to the repeat value of the columns and not to 1

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [dc47065068212370e39dfe6be71c28681a3e29a5]

        #91944#: care for already inserted docs

2001-09-06  Daniel Boelzle  <dbo@openoffice.org>  [f257ce2109c5ce14abe8109b15e373079d2328fa]

        #91945# limiting exports

2001-09-06  Oliver Specht  <os@openoffice.org>  [58c1c35c7795c0c64810e64f90e34848c61d8baf]

        #91946# call EnableItem in ::StateChanged()

2001-09-06  Philipp Lohmann  <pl@openoffice.org>  [1e36e3d1df830f9fddefc14a17c163d50f79975a]

        #91907# use small icons on appropriate window managers

2001-09-06  Daniel Boelzle  <dbo@openoffice.org>  [b2bef2ba8f4250c062c4c29ecc1b5215e015d4c5]

        #91945# adding map file for exports

2001-09-06  Daniel Boelzle  <dbo@openoffice.org>  [64287543036d823e32fc0020573d180632d962bb]

        #91945#

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [0bf32f025a2d8f30d6cfd5b90cd4d1e5b84e288e]

        new version for SRC640

2001-09-06  Sascha Ballach  <sab@openoffice.org>  [5803d8d177c5cd73c02ff67d539f10b31b68574e]

        #91631#; compare the original width instead of the current width

2001-09-06  mm  <mm@openoffice.org>  [678d948f048643fb2c4b7cfa1156799fc656823d]

        #76684# 4096 big/small storage size treshold bug

2001-09-06  Oliver Specht  <os@openoffice.org>  [6ad55d64c8f879ca3736e3ccf909a1d232f78562]

        #90909# SvxCharNamePage: use provided SvxFontItem to create FontInfo

2001-09-06  Daniel Boelzle  <dbo@openoffice.org>  [efe2c71be5b2e10f9d01fd3c94f53723a419f2c0]

        #91945# no extern-C

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [11b559c0b666b5343b9a5d1c2c4b450be3958ff5]

        #65293# remove unused header include

2001-09-06  Kai Sommerfeld  <kso@openoffice.org>  [5e4220dbe590d7469b6922a1d04bb60ee4852186]

        #91127# - Non-existing contents no longer support properties "IsFolder",           "IsDocument" and "ContentType".

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [78d8bf70c75b33a8aea79fce91afd7d8e396fcfd]

        #65283# not allowed to include memory.h - use string.h instead

2001-09-06  Rüdiger Timm  <rt@openoffice.org>  [ca28a631aa1b51020b895c63a9b339fb6b03dfa6]

        #91800# FUNCORD removed

2001-09-06  Daniel Boelzle  <dbo@openoffice.org>  [4f6841e867ecdd2162860aaf28c1042029525943]

        #91945# added uno_any_clear()

2001-09-06  Daniel Boelzle  <dbo@openoffice.org>  [3126194e5856d56358c42723662d79386be953f8]

        #91945# putting cpp_ functions into namespace (non-extern-C)

2001-09-06  Peter Burow  <pb@openoffice.org>  [fc4770d31e6a8face277adb8e5a50c256e8e07b6]

        fix: #91191# SID_HELP_PI removed

2001-09-06  Peter Burow  <pb@openoffice.org>  [ed7ec1ba259580c1dbaec67adcf64259938b4dfc]

        fix: #91191# SID_HELP_PI added

2001-09-06  Peter Burow  <pb@openoffice.org>  [7aa00a05d12deb8396e987852e9087340321e63b]

        fix: #91191# SID_HELP_PI removed

2001-09-06  Vladimir Glazounov  <vg@openoffice.org>  [7629a1751d907ac863868b5bf12e78957187a9f0]

        #65293# removed extra comma in enum declaration

2001-09-06  Andreas Martens  <ama@openoffice.org>  [7bc0409631e93eff582287cb897d2b6258e7691a]

        New: vertical layout, shadow and border position

2001-09-06  Kurt Zenker  <kz@openoffice.org>  [bac78dd506170695317f72811d7e5cd2472520f6]

        new version for SRC640

2001-09-06  Tino Rachui  <tra@openoffice.org>  [73ad4ec91acb1e7d0731d227b3a724d7274287e6]

        #91670#provide CF_HDROP format as FileList

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [d80f6e0b79ee7808ef4aa6c4b22cf27a97e78162]

        #91797# remove unused object files

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [13a1a2b5bf4ba3886b126406f9fbd03f6b88d0c6]

        #97197# fix stupid bug

2001-09-06  Martin Gallwey  <mtg@openoffice.org>  [10a98b81a94bca1f5872073d597970467010fb1d]

        #90699# Support for digest

2001-09-06  Kai Ahrens  <ka@openoffice.org>  [75db9801c164b475733d60a0ddb43eb82055288f]

        #86482#: convert page object to graphic object (::GetAllMarkedModel)

2001-09-06  Thomas Benisch  <tbe@openoffice.org>  [63bda9d370ac203aafd9596165e3e2d18e928d4b]

        #86893# Getting a wrong macro

2001-09-06  Frank Schönheit  <fs@openoffice.org>  [333e6c1ec02a39846ec0a2df74b524203f5f7947]

        #i1529# getTables: catch exceptions thrown by refreshTables

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [c80026579cc18dc9e06ce28e8fa9521aecc063e4]

        #87722#: errorneous checkin corrected

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [71b084f55af7a217c952a291e62bad1c7ff82d40]

        #86584#: slot may be non-existent

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [89e1a335b84fae4874cd4b6f77af067e74b420c0]

        #86584#: slot may be non-existent

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [1e724410948e2d74f4e966fb3d1fe8f50a71c834]

        #87722#: support 5.0 configurations

2001-09-06  Kai Sommerfeld  <kso@openoffice.org>  [8529af3b42a4195515bc713d7c4eba84a75afacc]

        #91127# - Fixed DataSupplier::getData() again.

2001-09-06  Andreas Bille  <abi@openoffice.org>  [002c5d089d2c5582d28d21187c300817475ab166]

        #90677# Now internally incrementing CommandId if equals zero. startTask throws now a CommandFailedException, not a CommandAbortedException if a CommandId is commited more than one.

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [fe9a801b7542d678746550d4ccb29a918e6f3635]

        #89303#: don't show versions for common zip files

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [f074828498518ab8f7dd11adfb5e7195a670fc41]

        #89325#: new property AlwaySaveVersionOnClosing

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [3b7eb871e6f40d942ea86818f9cef72742159f19]

        #91939#: use XTask::Close for SID_CLOSEWIN

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [6a3ede4d122fcf1867219fd820aabfe360d9c159]

        #91784#: handle physical name differing from logical name; #89303#: don't open JAR files as stream in file system

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [b7d1ef5b4ba107107a77c6487b8946e4fe558efd]

        #91444#: delete AccMgr before CfgMgr

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [5a1fd23cf57a40560eec4b2706dff8e541aa5076]

        #91473#: release storage of basic objects when saving into alien format

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [8361b6cfeb86d2bb978cfc4ef1d3633ba7c10cef]

        #91148#: save configuration more often

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [3f5113764f63b1f8f317864169078cd739d0561c]

        #90500#: no global handling for SID_BROWSE_STOP

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [ebdbb7805e4f1ada2611f2cf24fc273a0df81912]

        #88646#: load unpacked files implemented: needs comphelperlib

2001-09-06  Mathias Bauer  <mba@openoffice.org>  [d836d5be5c84dbf04b65ed97dbbbebc943edd38f]

        #88646#: load unpacked files implemented

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [e22be18d2dd23f8e026c779b5f8613b3b3b08455]

        #90699# add attributes to store MD5

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [316490cfdc19a8b133e2d3e61040d73228db265c]

        #91797# Add support for XFileStream

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [621712f29c46da3e35ec8e80a1118920a43606e7]

        #91797# remove unused member and add new function to write the temp file

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [b9f0b560103a8214fcba25d3d3cf33f895c9f2b9]

        #90699# Add support for storing an MD5 digest of the unencrypted stream

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [745c12a8951bfe0ea5cb62968ad1fb0fa6ae92ae]

        #91797# support for XFileStream

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [44bda828a2a3b62bc399c90ce0aa14f2378dffd8]

        #91797# remove unused constant

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [2fc05fd183b27cb71a9c8b80590d0b225abf4897]

        #90699# add member to store MD5 digest

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [0fdda5b546f122a828ccbc326321b10cc97d7e13]

        #91797# Remove unnecessary members

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [88b6b6e8720da341a6b932283e6776cef9a59434]

        #90699# add new strings for MD5 import

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [ae2ba0d8d9d924b0c031de2d33f5244f086146cd]

        #90699# import MD5 of unencrypted stream

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [2b0c30410b27d0d3d3ed474d43eb11a3c8ae60b1]

        #90699# Export MD5 of decrypted stream

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [d09dbbaea6bc156e029dcf1ae029be7596d096fe]

        #90699# add defines for MD5 export

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [dab95c2c4711e17d70258a827a76b7de8421079a]

        #90699# Export a digest of the unencrypted stream

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [e9e01272e3acc47abd5b4e2995aa705f0f65cb79]

        #91797# Move code back into ZipPackage from OutputThread, as we don't need a threaded solution any longer

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [9e625bb09c5cd25c3703aedf0da6f90edbe7008f]

        #90699# export an MD5 of the unencrypted, compressed stream

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [0dec2143611bc836263187eaded063e1eb0f77de]

        #91797# Use XFileStream for bigger than 20k

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [1746feadee3f190f7a0ce2363f9c51cf02991d90]

        #91797# Finish XFileStream with an underlying XTempFile instead of an osl::File

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [5405bc873ea373cfb32f682aed1083ca08f75948]

        #91797# Remove unused functionality

2001-09-05  Martin Gallwey  <mtg@openoffice.org>  [0d8c5e7653766aa97fd36f68f3863e4f56360511]

        #91797# remove unused classes/files

2001-09-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [acff5cdca4957d655604023fc2b3347f656284f0]

        new version for LRC640

2001-09-05  Philipp Lohmann  <pl@openoffice.org>  [875c147926c26ef29612afbebc0890c8e6c9ca32]

        #91550# default document sizes

2001-09-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1ada2f1b0e334bb30a5863262d54b1e0e116045]

        added -nojava

2001-09-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [599954c410c5c5238c8e111460e6028d94c24c5b]

        #65293# killobj was incomplete

2001-09-05  Frank Schönheit  <fs@openoffice.org>  [1a20a91a8556a5dd13a5f32bc288b313c43f15a1]

        #65293# changes so that empty XML tags are recognized by xml2cmp

2001-09-05  Oliver Specht  <os@openoffice.org>  [bba0893290b0c1dc588e0622d7aa6f91b3abb3b8]

        #90568# set DropDown item bit

2001-09-05  Oliver Specht  <os@openoffice.org>  [5ad9a70876fe83e5a0d39cc39da258039091521f]

        #80653# internal unit changed to 1/100 mm

2001-09-05  Dirk Grobler  <dg@openoffice.org>  [a70a060a37dd91dfc175aa82205c20f1ba13a7b1]

        #91801# SVX_LIGHT define to reduce size for player application

2001-09-05  Frank Schönheit  <fs@openoffice.org>  [8b2b05f7d69248518f92b24072b8808541c08ba8]

        #65293# changes so that empty XML tags are recognized by xml2cmp

2001-09-05  Tino Rachui  <tra@openoffice.org>  [25e99392fe92f7e279c3539c9dac3457f907f0a9]

        #91324#corrected size calculation

2001-09-05  Martin Hollmichel  <mh@openoffice.org>  [a06c1a06ddbb7d17977f4454a94f6738f90da056]

        add: linux powerpc path

2001-09-05  Dirk Grobler  <dg@openoffice.org>  [893c123db3981d85eedff4384c25c51c1f9d21f5]

        #91801# SVX_LIGHT define to reduce size for player application

2001-09-05  Andreas Bregas  <ab@openoffice.org>  [399cb7390f654ca7170888d92014cab762061d91]

        #91701# getFolderContents(): Don't decode content file URLs

2001-09-05  Peter Burow  <pb@openoffice.org>  [d87b15dffa13c2700fc791b0870fe8290b4673ba]

        fix: #91841# OpenTemplateRoot() added

2001-09-05  Eike Rathke  <er@openoffice.org>  [43d372a18d955744044f734a2b798945b6b46a0b]

        #90696# ReadUserDataSequence: only if not in preview mode

2001-09-05  Kai Ahrens  <ka@openoffice.org>  [146cf1acd353207731b4c8c608522dcfbd850334]

        #91819#: use COMMAND_PASTESELECTION instead of MouseButtonUp

2001-09-05  Peter Burow  <pb@openoffice.org>  [44515a292b358bd777509a18341843bfdcd59bad]

        fix: #91841# never load template dir list from property

2001-09-05  Frank Schönheit  <fs@openoffice.org>  [d6fc444e5238836efc662bb79217fbf30614c5d6]

        #91833# corrected calculation of default currency symbol

2001-09-05  Kai Ahrens  <ka@openoffice.org>  [5811e4fbbada35a713b883d1da407fc168fcde9a]

        #91493#: restore VisArea at end of an embedded presentation

2001-09-05  Andreas Bregas  <ab@openoffice.org>  [31b05da4038b7c086bcf97177a7250cd96df626f]

        #91752# Use UShort instead of integer Basic type to convert into an Unicode character

2001-09-05  Dirk Grobler  <dg@openoffice.org>  [a158dd5824906e52a02e827883d0fd7687cce7fd]

        #91801# SVX_LIGHT define to reduce size for player application

2001-09-05  Oliver Specht  <os@openoffice.org>  [ca265481be333280dfd8761a420923317e6560a6]

        #90102# SID_IMG_LOADING not configurable, anymore

2001-09-05  Jörg Budischewski  <jbu@openoffice.org>  [6f8e3dab5ef203ccd2d28861b7682cf0909b8ceb]

        #91714# now using .map-file instead of dxp-files

2001-09-05  Frank Schönheit  <fs@openoffice.org>  [bad02098f6d0c9f62d609dee9426cb31170a31ea]

        #84259# override GetFocus (to correctly forward the focus to a child) / remove SetFocusInView (obsolete)

2001-09-05  jp  <jp@openoffice.org>  [b1e8333ca1f511acd980a618494c83ff2f9f8ebb]

        Task #91873#: use SvtSysLocale and Transliterationrwapper for string compare

2001-09-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ee7337850eb8b4dbe2577eb7d7a35eff8d3cf63]

        #91800# removed references to funcord.seg

2001-09-05  Caolán McNamara  <cmc@openoffice.org>  [1472c9dda21fa2955a3a14d0f923d8db0071dbdb]

        #91916# Improve size calculation of inline graphics to consider borders,shadows and spacing as word does

2001-09-05  Oliver Specht  <os@openoffice.org>  [7125c4e6a5dbabecbc0221e76a392da30322dd79]

        #91878# size of print options dialog correctd

2001-09-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4e182b98eb79317e80e47b5e9e2ccaa4ef6f78e7]

        chng. TARGETTYPE to GUI

2001-09-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4ae427c34187c5980ca62d77d122d11f7ec3af37]

        #65293# SVXLIGHTSLO was missing a define

2001-09-05  Daniel Boelzle  <dbo@openoffice.org>  [20ddecf5065a8e58ab64b71906196851c873930b]

        #90698# missing include

2001-09-05  Eike Rathke  <er@openoffice.org>  [72d96e4bf803baf4edf322623585e035570db0ae]

        #91854# lcl_ScDocFunc_CreateTokenArrayXML: formula doesn't need to be splitted anymore for new ScStringToken, speed and size improvement

2001-09-05  Frank Schönheit  <fs@openoffice.org>  [ede5355e14210c149e27aadca63431c33aac775c]

        #84259# override GetFocus (to correctly forward the focus to a child) / remove SetFocusInView (obsolete)

2001-09-05  Eike Rathke  <er@openoffice.org>  [9bb58aee2c92b1b5232a6bc243e735a9c6274cfd]

        #90394# ValidQuery: parameter TestEqualCondition for interpreter/ScQueryCellIterator

2001-09-05  Oliver Specht  <os@openoffice.org>  [4123533405e403e90ee0f869bd1e4019226e0ae2]

        #61904# SetWateCanState has to be called asynchronously

2001-09-05  Andreas Martens  <ama@openoffice.org>  [c808019be720227cca8d22e7b63b68ff404f0195]

        Fix #91103#: Smarter merge of text attributes

2001-09-05  Eike Rathke  <er@openoffice.org>  [3f823d65f1363dbe4d4e333d5079b09cc609bd77]

        #90394# add: FindEqualOrSortedLastInRange and TestEqualCondition for interpreter

2001-09-05  Eike Rathke  <er@openoffice.org>  [e81bb1326ad8e09edb6137c238b7d8ac35fbd344]

        #90394# made MATCH() work like in Excel (no error on multiple occurences); and some speed improvements for [HV]?LOOKUP()

2001-09-05  Daniel Boelzle  <dbo@openoffice.org>  [e8fff828ef3a116e8ee7fda6939ec5b92793d070]

        #90698# implementation helper revision: using new macros

2001-09-05  Kai Ahrens  <ka@openoffice.org>  [534a3bcd6a47c5740ed6ef07d7cd8d566f248b2e]

        #90962#: use ::rtl::OUString GetString method

2001-09-05  Daniel Boelzle  <dbo@openoffice.org>  [f97d7fc4e54ba4f0bd23d3af9ae4892f405cfadc]

        #90698# add performance opt

2001-09-05  Michael Brauer  <mib@openoffice.org>  [cbd497bc67b5bf776eb9ba8f5e7d6ef9a132a315]

        #i1558#: Export master documents with bullet lists correctly, some optimization

2001-09-05  Kai Ahrens  <ka@openoffice.org>  [7dd48ffaa29734e6245cd0631aaf965ac4258650]

        #90962#: added ::GetString method for ::rtl::OUString

2001-09-05  gt  <gt@openoffice.org>  [13a3ac4b9b4d2b8274624a318c9f199fae8a82b7]

        #90729# ExecuteDrop asynchronous and enabled DEL-key

2001-09-05  Frank Schönheit  <fs@openoffice.org>  [861e20bd52fd2aaf8fba90a1cc1f08da73c83dcf]

        #88891# override the XTypeProvider methods

2001-09-05  Michael Brauer  <mib@openoffice.org>  [da96df7606a1bbad1b874a0376c39482f809727e]

        #i1558#: Export master documents with bullet lists correctly, some optimization

2001-09-04  Philipp Lohmann  <pl@openoffice.org>  [96813ede14b43ab7220ad5e027678637fe35a484]

        #90760# remove VCL define

2001-09-04  Philipp Lohmann  <pl@openoffice.org>  [434a1f9e084bfc4eb050321c50732d34d0267367]

        #90760# remove VCL define

2001-09-04  Philipp Lohmann  <pl@openoffice.org>  [b6b284e87066b4f2421e17eede51838ed7a55775]

        #90760# remove VCL define

2001-09-04  Thorsten Behrens  <thb@openoffice.org>  [9794ba740daca6d05622213c688bc0bcf661e8cb]

        #91455# FILESAVE_AUTOEXTENSION_SELECTION has an autoextension checkbox

2001-09-04  Thorsten Behrens  <thb@openoffice.org>  [dac5198fe0e20bed195e2f7cb8af7ed7c2feda67]

        #91154# Now using FileDialogHelper instead of naked XFilePicker - functionality thus centralized in FileDialogHelper

2001-09-04  Philipp Lohmann  <pl@openoffice.org>  [cbbe10fec96963050fe7eefbe3820e21c4bf5edb]

        #90314# replace ugly old svtools path dialogue with folder picker service

2001-09-04  Malte Timmermann  <mt@openoffice.org>  [4fb34196f616969346a80ded2805dbf2a7da797f]

        #88003# Don't overload add/removeEventListener

2001-09-04  Kai Ahrens  <ka@openoffice.org>  [684734d9782882ccf589bbb02fc5d9794e0c0555]

        #91164#: use base name of URL for UI name

2001-09-04  Kai Ahrens  <ka@openoffice.org>  [4acb6b346911711bf1bd6912459af3bfbf42a74f]

        #91351#: catch exceptions (#85259)

2001-09-04  Sascha Ballach  <sab@openoffice.org>  [cccd033bc297e82cefd47ce12f5d9d7c65ecb435]

        #89325#; add the property AlwaysSaveVersionOnClosing

2001-09-04  Kurt Zenker  <kz@openoffice.org>  [c1034f12b01edb1b8cb2f0c652ae2a5bac42c843]

        new version for SRC640

2001-09-04  Daniel Boelzle  <dbo@openoffice.org>  [23affa6faf531c50eca0b689fac475a1039b627a]

        #90698# expanded macros

2001-09-04  Oliver Specht  <os@openoffice.org>  [f701f85262d0a0ae1eb20ccde6dbabe3bce40358]

        #65293# no use of namespace ::rtl

2001-09-04  Kai Ahrens  <ka@openoffice.org>  [2b83e47a6b4641fe4a8a99bc5463d5e29eda5703]

        #90610#: used new drawing engine methods to get a graphic

2001-09-04  Kai Ahrens  <ka@openoffice.org>  [97cd74b25d599c193b9f33c8e8782a6079655f6d]

        #90610#: added methods to get a graphic

2001-09-04  Oliver Specht  <os@openoffice.org>  [49eb24397911ae7be8bba5893aa9bda1be848284]

        #90678# no use of namespace ::rtl

2001-09-04  Kurt Zenker  <kz@openoffice.org>  [52eb7a9253b84761b92efc502d681a4abd9f7089]

        new version for SRC640

2001-09-04  Oliver Specht  <os@openoffice.org>  [ad62007ec3c9a0315b7266992514783f7b509573]

        #90496# ListBox shows formats for code NULL, too

2001-09-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [73dec787e35dbaddc247be2f8f1f8f9e4db7fd37]

        remove explicit TARGETTYPE

2001-09-04  Andreas Bille  <abi@openoffice.org>  [33b8fe58c1edf9f04e2f8d64ef4f4566c4040844]

        #91874# An external component( sablotron ) determines a filesystempath from an url by simply neglecting file:// windows and file:/// under unix. The URL must not be encoded to work.

2001-09-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a25cb4d619be50a688ecf675ecbee417afefd977]

        remove explicit TARGETTYPE

2001-09-04  Oliver Bolte  <obo@openoffice.org>  [7d54af9bc54dc0301f05cf9bfae7af4b064f6944]

        #65293# includes missing

2001-09-04  Dieter Loeschky  <dl@openoffice.org>  [9fb32fe28c24749f3c6c6c069fa89ff7072b92eb]

        #79458# Disabling auto spell check in read only documents

2001-09-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a7a5d7506166b9dd8319bdf0cf6f30bf94421eb7]

        #87136# workaround for non existing langdirs

2001-09-04  Kurt Zenker  <kz@openoffice.org>  [f4baeeab0d0500b7e497195afc39685b3c8ad797]

        new version for SRC640

2001-09-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [051d8626fca3aa6c186eea7ca433287c8451f4ad]

        remove explicit TARGETTYPE

2001-09-04  Rüdiger Timm  <rt@openoffice.org>  [25ecd31d0d512190752ff7eb718ad878b35e35ea]

        #65293# Fix for NT

2001-09-04  gt  <gt@openoffice.org>  [139ebe485702311f00ad9a3f23469905a54853c0]

        #90370# Attribute Display uses FixedText instead of MultiLineEdit

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [5305e64128b18e06d7ed79ea18c3980641106d1a]

        #88329# Use new steps GLOBAL_P, FIND_G

2001-09-04  gt  <gt@openoffice.org>  [aecda33a2bc46fada51f2cff06887e33adbf05cf]

        #90370# Attribute Display uses FixedText instead of MultiLineEdit

2001-09-04  Mathias Bauer  <mba@openoffice.org>  [ade36101f01efb28dbc174ca8c1a27a787b86839]

        #91336#: helpid for New-Button

2001-09-04  Mathias Bauer  <mba@openoffice.org>  [4080445a28383a456b0ad93f99dba71b57708da6]

        #91674#: remove border in presentation; #90009#: no UI for help view

2001-09-04  Mathias Bauer  <mba@openoffice.org>  [98531022281be47643823fa589001f22b68f5afc]

        #86893#: Appear didn't bring the window to front

2001-09-04  Mathias Bauer  <mba@openoffice.org>  [ccc8f40fd6777be1ef93f64c0f5025e0a65a3b33]

        #89956#: Verblist moved to interno

2001-09-04  Mathias Bauer  <mba@openoffice.org>  [27876da55e10dd0954fbf182b8025e3a3bc5ab44]

        #87646#: remove useless assertion

2001-09-04  Mathias Bauer  <mba@openoffice.org>  [92b662ada5510bc3112114d5dc96a12692c28628]

        #85250#: don't try to search for a configuration in empty storages

2001-09-04  Mathias Bauer  <mba@openoffice.org>  [eae4c48a9e84d5d867ed5a10b0d3d3f29b42f09d]

        #89956#: GetFilter for FilterFlags

2001-09-04  Mathias Bauer  <mba@openoffice.org>  [49ded24b3ab887fc185d25654df1f7949a16875a]

        #91638#: don't ask for OLE-objects in QueryExit, documents are still open

2001-09-04  Mathias Bauer  <mba@openoffice.org>  [01890ea8acf517be3b9976fad934bfe1fef67e5f]

        #90881#: no events for previewed files

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [851573376b36d41ce973af7e8b455b54903af6f0]

        #88329# Implementation GlobalRunDeInit()

2001-09-04  Frank Schönheit  <fs@openoffice.org>  [be0c5efc887d1544d8f5b9151d7b9714a96124d3]

        #91865# correctly im- and export application events

2001-09-04  Frank Schönheit  <fs@openoffice.org>  [561259ee8608a9a4c661db3b22f60938835b0c5a]

        #91865# some script related strings

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [0ba17c191a66436c7b6a2b6cc7dd332ffcf83a5c]

        #88329# Implementation DeInitAllModules()

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [e6b7de0bbbffc33a0b462e83c5fdb289642a7a00]

        #88329# Initialise first init flag

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [8e34fbb1f861db61b9fedd113058cc531d365c09]

        #88329# Disassembly for new opcodes GLOBAL_P, FIND_G

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [5d5e9cf6024b77fa1fa685534ba796b6abc13cbe]

        #88329# Initialise SbiSymDef global flag

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [b8f0e34417d985062487c8e2c33d8779538eebe2]

        #88329# Generate GLOBAL_P code according to global flag

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [07e47bd749360290f615e4b1005767bea598b6de]

        #88329# Use new opcodes GLOBAL_P, FIND_G

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [5f77aa35c7648dbc03c2071348d5c4489fa92d4c]

        #88329# SbiSymDef: new global flag for step FIND_G

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [54a0c17593cf722548f2fdbdcfb9fc2880dbfcc0]

        #88329# new steps GLOBAL_P, FIND_G

2001-09-04  Malte Timmermann  <mt@openoffice.org>  [5eadf8f63cc522183d498e0087e71e468331ac69]

        #88299# Button and ImageCOntrol don't support ImageConsumer/Producer

2001-09-04  Malte Timmermann  <mt@openoffice.org>  [3df7043f46189c155f11c8c45cc0ba8f43cd0e06]

        #88299# Button and ImageCOntrol don't support ImageConsumer/Producer

2001-09-04  Daniel Boelzle  <dbo@openoffice.org>  [fe388f652d1e3f9e0416889871b9d0333afc9437]

        #90698# new major implementation helper revision

2001-09-04  Frank Schönheit  <fs@openoffice.org>  [f37dd067fa11d8bc5e4fe25eb039f80e732d2a16]

        #83847# +filectrl2 (exception enabled version of filectrl)

2001-09-04  Frank Schönheit  <fs@openoffice.org>  [ebdff6d2daa94126cfeed405f89510f85f0fff2d]

        initial checkin - exception enabled parts of filectrl.cxx

2001-09-04  Frank Schönheit  <fs@openoffice.org>  [11c1ac5ca0fa259208cca91ee7f1967dc6204226]

        #83847# moved browsing for a file into a separate file (with exception handling enabled)

2001-09-04  Frank Schönheit  <fs@openoffice.org>  [e3762ef8dfaa1a72ab7af17dff31cf4767b2a4f3]

        #83847# ImplBrowseFile

2001-09-04  Malte Timmermann  <mt@openoffice.org>  [b838fac35f3dc05ff3528d0cc42f3a1cf614d9f7]

        #88105# XServiceInfo

2001-09-04  Malte Timmermann  <mt@openoffice.org>  [0a6ba23bd3f95a709318fb959172425b27d444b6]

        #88250# XServiceInfo

2001-09-04  Sascha Ballach  <sab@openoffice.org>  [d3ed5ded7f2c16fce9445b44688d52cbe3eb05f0]

        #91854#; set the last result of the formula

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [46c0f52bfeb0368cfcdc0094fea3b922c7e229ec]

        #88329# new opcodes GLOBAL_P, FIND_G

2001-09-04  Andreas Bregas  <ab@openoffice.org>  [e1474590e9a9e1fbba54170f64d195afb846e5bf]

        #88329# Flag for first initialisation of image

2001-09-04  Oliver Braun  <obr@openoffice.org>  [30b4fc0a788523f7c5f746789bcf0e487ae10356]

        osl_getDirectoryItemFromHandle tests removed

2001-09-04  Malte Timmermann  <mt@openoffice.org>  [9991f0b60df8d41c9e26cc5a61dfae2811009bcb]

        #86595# support XServiceInfo

2001-09-04  Sascha Ballach  <sab@openoffice.org>  [347a346535f4a9d565c3fa89190cd86a3105110b]

        #91850#; use the right name for the cut-offs element

2001-09-04  Sascha Ballach  <sab@openoffice.org>  [3d23002b6c1189e18922dbcbfbd5d271ecd09c2a]

        #91850#; fix the problems of called assertions

2001-09-04  Malte Timmermann  <mt@openoffice.org>  [9924cbecc3af3e0d679b462d119162ba6970d4b5]

        #88419# setPosSize: Keep only flagged values

2001-09-04  Malte Timmermann  <mt@openoffice.org>  [ae47f16564e579077b143c0d5db69fa92efc9c5c]

        #88419# ImplCallMove/Resize

2001-09-03  Philipp Lohmann  <pl@openoffice.org>  [036cead1173ad7546fad7716a7a9cd115dbb481c]

        #91856# free own mutex when calling on transferable

2001-09-03  Malte Timmermann  <mt@openoffice.org>  [1e2d38c2b2c8f1f8bf6758dc48ee2c164ab5ecf7]

        #91754# Hide and Show Focus in Resize(), use Impl-Methods

2001-09-03  Malte Timmermann  <mt@openoffice.org>  [84be6f577c6ccac2b6201063302b8ffd66791736]

        #91754# Hide and Show Focus in Resize()

2001-09-03  Philipp Lohmann  <pl@openoffice.org>  [6112797e7371316574ae2873ced8833fbc9107bd]

        #91857# fix a segv on shutdown while cleaning up SalDisplays

2001-09-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [03911064afb8c2f77e8db04cea8ed4a18d4f92b5]

        TARGETTYPE=GUI

2001-09-03  Frank Schönheit  <fs@openoffice.org>  [b76c56950acbb20d2073ffe9563301bda3e83065]

        #65293# changes to comply to the DTD

2001-09-03  Martin Gallwey  <mtg@openoffice.org>  [4043f68ef94479207e20bb279e3fcd63cd820607]

        #88673# fix complete word searching

2001-09-03  Thorsten Behrens  <thb@openoffice.org>  [a776236eacef548b246ba3cd53975f2d04cdd016]

        #91225# Copying current state when type is 'fixed'

2001-09-03  Martin Gallwey  <mtg@openoffice.org>  [24b6ee4133273fe414127682b12629e1a4350148]

        #87727# update service description of SwXCellRange

2001-09-03  Martin Gallwey  <mtg@openoffice.org>  [8fe54d0a67a1d3be0273e0d33c16964da63bad59]

        #86181# Make the printer tray property a string

2001-09-03  Martin Gallwey  <mtg@openoffice.org>  [8f37e2bc9979ab87cc22ef2d3dc34852f8943d95]

        #86181# make the paper tray property a string

2001-09-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac9589eadce16f9a2d5bc989dd182cee431a1101]

        #65293#: addeed vc_unot deps

2001-09-03  Oliver Specht  <os@openoffice.org>  [a1c8381eaaf4196116b481de23ec38745cd88c17]

        #91697# insert table in writer/Web: load corrected

2001-09-03  Kay Ramme  <kr@openoffice.org>  [6115248d7873ddeebf1afce87d6b42a98f1163b0]

        add parametrized defaultBootstrap_InitialComponentContext (#88338#)

2001-09-03  Martin Gallwey  <mtg@openoffice.org>  [17e516c755a71b3807f5ea3f9413edae948d02d3]

        #91844# hide the META-INF directory from upper layers

2001-09-03  Kai Ahrens  <ka@openoffice.org>  [a44951085eac3c7892e7302153325df971088d14]

        #91810#: extend rect to draw missing line of base rectangle

2001-09-03  Thomas Benisch  <tbe@openoffice.org>  [7ae106bb38b0786757588199e63d94643bdbf8ec]

        #91121# adapt library management in BasicIDE to library containers

2001-09-03  Martin Gallwey  <mtg@openoffice.org>  [c6fd4915134878272796ef57a013a721a483b0e0]

        #89306# the SalPrinter expects a system path, not a file URL

2001-09-03  Kay Ramme  <kr@openoffice.org>  [3dfb38a45d6495d357c3359b5b02cde871df6f67]

        added getUrlFromAddress (#88338#)

2001-09-03  Hennes Rohling  <hro@openoffice.org>  [d2ab706b76da8f5fe23f8617a365923f5ae8a6d2]

        #88338# New function osl_getModuleURLFromAddress()

2001-09-03  Hennes Rohling  <hro@openoffice.org>  [32ae92a5d4d6d117274bf8885679a66975ea6311]

        #88338# Export new function osl_getModuleURLFromAddress()

2001-09-03  Thomas Lange  <tl@openoffice.org>  [c92fc7cbf1d1e34f9c69f92327fa68a2703bb0ba]

        #91807# positioning of context menues fixed

2001-09-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [316a989fe187c39f6b805ce5300c7a4310665c1b]

        chng. TARGETTYPE to GUI

2001-09-03  Thorsten Behrens  <thb@openoffice.org>  [81371b5894a9bcdcbd898cadf3e4bd790c3b3d12]

        #90654# No undo functionality for the player

2001-09-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee0637da39ef7a0480f7e73e4e6d302580cf04e9]

        chng. TARGETTYPE to GUI

2001-09-03  Hennes Rohling  <hro@openoffice.org>  [6f824fdc17295548b4adf013ee5df5aedc43f02c]

        Implemented osl_addressGetModuleURL() for Windows vwersion and NT versions

2001-08-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [108dee91574b23278139760fbcaf9463ced819b1]

        chng. TARGETTYPE to GUI

2001-08-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0d0877b47d9ad53c8e848f6477cfebf5ae9fbca6]

        #87136# #65293# zipfiles don't need dependencies on CVS directories

2001-08-31  Vladimir Glazounov  <vg@openoffice.org>  [44bb6f9b427b9bbb55f741be814dccb013d89e50]

        #65293# fixed bug with missing dir when using -from

2001-08-31  Jörg Budischewski  <jbu@openoffice.org>  [0d813eaac47b9f309bfa54050d85600c55595810]

        #91808# Some more errornous conditions lead now to RuntimeExceptions with meaningful texts

2001-08-31  Mathias Bauer  <mba@openoffice.org>  [38db42605a5b72efd55a43eff81fbc517fe0424b]

        #89423#: added SID_CLOSEDOC, SID_BACKTOWEBTOP, SID_LOGOUT in PluginMenu

2001-08-31  Vladimir Glazounov  <vg@openoffice.org>  [33ef22a50eb79d598d75349d0df5691dd3fbb2f6]

        #65293# changed -from behaviour

2001-08-31  Behrend Cornelius  <bc@openoffice.org>  [3dfd05700cda93102ee457baf7ecf66bebf7ef3d]

        #91535# Link is inserted; DateTimefields now in Grid available

2001-08-31  Behrend Cornelius  <bc@openoffice.org>  [6b38d974b6ba211fb17f965fd2a9ac84be7c40d3]

        #91535# StoreDocument routine now returns a String

2001-08-31  Martin Gallwey  <mtg@openoffice.org>  [2e7d1e33fae5be8b5000d53968a025ac2cc00e5a]

        #90997# if the new name and path are the same as the old one, do nothing

2001-08-31  Sven Jacobi  <sj@openoffice.org>  [7d86f093183801e097e20d28dc0eb51b17d6db2f]

        #88942# do not export empty group objects

2001-08-31  Eike Rathke  <er@openoffice.org>  [ee3c4410e542b496e00238ff18a379bb84795561]

        #91796# IsReference: oops, slightly wrong condition didn't check for the simplest of all possibilities: a pure numerical value

2001-08-31  Vladimir Glazounov  <vg@openoffice.org>  [df1f2aa4555b42680b802fa8bdbf846daf4303b2]

        SRC640

2001-08-31  Sven Jacobi  <sj@openoffice.org>  [3561d54f0e4afeb7e5fdef52081c8d601136490a]

        #88854# now also importing vertical placeholder objects

2001-08-31  Frank Schönheit  <fs@openoffice.org>  [21aa08b7d7d0e87caae1bcb7b874acbd004c9af9]

        ::disposing: call the OErrorBroadcaster::disposing, too

2001-08-31  Frank Schönheit  <fs@openoffice.org>  [612e7ea5ee5efe645df147e872dd155a9a9863a9]

        #91790# removed a wrong assertion

2001-08-31  Frank Meies  <fme@openoffice.org>  [5b25a9add8a12f1a87b46ea5b2e4235702209212]

        New: Vertical text formatting - background rectangle

2001-08-31  Thomas Lange  <tl@openoffice.org>  [d325e7d2882bf1df4b4309672e90bf589aedf36b]

        #91122# access to EditEngine (available from the docucument) and SmViewShell from within SmEditWindow changed

2001-08-31  jp  <jp@openoffice.org>  [61b1371c425fd0f16e284ff06628deb4689f28c2]

        Bug #89528#: use correct parameter for GetMainURL

2001-08-31  Jörg Budischewski  <jbu@openoffice.org>  [525eae4e08b8a699fb95a6a14bdff75f3b28293e]

        #91714# exports limited

2001-08-31  jp  <jp@openoffice.org>  [1cf26637945fca3b1a5b610cbbfe97ec006f5432]

        Bug #89528#: use correct parameter for GetMainURL

2001-08-31  Stephan Bergmann  <sb@openoffice.org>  [34f7e8a156a5c90ccc4741e3974cbb549a72d045]

        #91769# Removed support for InteractiveFileIOExcpetion.

2001-08-31  Sven Jacobi  <sj@openoffice.org>  [46f2e9b110641ec4ee617106c542d80394a5d83b]

        #91286# not inserting double clipboard menu entries

2001-08-31  Eike Rathke  <er@openoffice.org>  [156169b22fe96a6bca08a89e571147d65acdcdc2]

        #67383# #76840# ColRowName tokens not in RPN may need updated references if inserted from clipboard

2001-08-31  Eike Rathke  <er@openoffice.org>  [a3bc947e91992c247adee017c4bec2e28f04e09e]

        #67383# #76840# ColRowName tokens not in RPN may need updated references if inserted from clipboard Also removed duplicated code of CreateStringFromToken methods with String/OUStringBuffer. And blanks in formulas are exported to XML so Natural Language Formulas using intersections work again.

2001-08-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [230f75baa8c5985b597c70fb532a4c0be3bd5bfa]

        #65293# local descriptions not used

2001-08-31  jp  <jp@openoffice.org>  [2c86c9a06ac3042e22b97866c084b0878f09c3b0]

        Bug #89528#: use GetMainURL with correct parameters

2001-08-31  Oliver Specht  <os@openoffice.org>  [98d53f9cfacd4f0284c2069295b2cf2157cc8138]

        #91779# documentation corrected/completed

2001-08-31  Sascha Ballach  <sab@openoffice.org>  [9860972428f1df19c0ac2bd8d7225942a4115b08]

        #91781#; give the parse function the document so she can find the tables

2001-08-31  Martin Gallwey  <mtg@openoffice.org>  [e93a190262d76a88eb761f125ace05cb0b960e8b]

        #91769# reccomended change: InteractiveFileIOException to InteractiveAugmentedIOException

2001-08-31  Björn Milcke  <bm@openoffice.org>  [3312035b726f70c848cba68ccb963da26a150d87]

        #91345# set MemChart to ReadOnly on OLE activate. If the chart is an OLE chart 	(ie the ChartRanges are empty) the function SetReadOnly does nothing

2001-08-31  Armin Weiss  <aw@openoffice.org>  [03afd41d3aac02f984444c75b3c42ed1da2737b4]

        #91764# remember circle type over itemset loading (over SdrRectObj::ReadData(...) in SdrCircObj::ReadData(...)) for binary format loading

2001-08-31  Andreas Schlüns  <as@openoffice.org>  [a0365ce67104b396f98bfa4730cd8c5ca338e13b]

        support sort by module/uiname

2001-08-31  Daniel Boelzle  <dbo@openoffice.org>  [17a3167736a2a27a469e15361e2fcc4012934361]

        #90698# impl helper revision

2001-08-31  Sascha Ballach  <sab@openoffice.org>  [b0bc05cee2ccfd2d383e807b0977dd5f0e3499bb]

        #91773#; give the parse function the document so she can find the tables

2001-08-31  Vladimir Glazounov  <vg@openoffice.org>  [fb476c57a473c649024011fb0e27ea40cd7e94c6]

        #65293# for UNX, unpacked_TARGET_lib depends on the *runtime.zip, too

2001-08-31  gt  <gt@openoffice.org>  [cbe30afdd25e95b42f1043ca3b90375df7bce8cb]

        #91770# formula for ODDLPRICE was wrong

2001-08-31  Stephan Bergmann  <sb@openoffice.org>  [1c56e41bc24e0165e3c4c4fb6ed5b82f07d34153]

        #91796# Deprecated.

2001-08-31  Oliver Braun  <obr@openoffice.org>  [1c2e5a315956dcf72c49f9ee7f968b0810b6723a]

        fixed fallback for cjk euc locales

2001-08-31  gt  <gt@openoffice.org>  [3023a6fee39236bc7f904eaf4d0852d88ff023ad]

        #91113# just take existing object

2001-08-31  Christian Lippka  <cl@openoffice.org>  [3ca32d560a263e3a367fb08c29da65ffd716a5be]

        #84444# fixed factory

2001-08-31  Christian Lippka  <cl@openoffice.org>  [475bffde3c13a0d9e97aa2f1dcbb6eff519cc68f]

        #84444# added Width and Height properties

2001-08-31  Frank Meies  <fme@openoffice.org>  [86d39652e7d54c99dbf1f0609c5c8df2263d72b1]

        New: Vertical text formatting

2001-08-30  Bustamam Harun  <bustamam@openoffice.org>  [1395c46dcc16501335aa67ce9c0799cf05ff7eea]

        Add localedata, registerservices, numberformatcode, defaultnumberingprovider

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [c24a227589c06a66fe4e1ef875d68ce05b5930c9]

        Merge SRC638: 30.08.01 - 22:35:20

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [9b90a6ad2433e9d25d3dc0da1720c61b822a0fe0]

        Merge SRC638: 30.08.01 - 22:33:53

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [488d3bfcba2b7f9926c8087afe59525bb1e8e5d4]

        Merge SRC638: 30.08.01 - 22:30:55

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [176bb8ef2dbf715cad506abe51b4fedca32dd35b]

        Merge SRC638: 30.08.01 - 22:27:56

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [87f3293e4ff4a270a343488534b437fcd16fd35c]

        Merge SRC638: 30.08.01 - 22:28:29

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [acd2842d4e5684374c7f4f4033d146157184bc38]

        Merge SRC638: 30.08.01 - 22:26:25

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [ff56dabc8bf7129b76a5d8afb9da2f86a9f930f5]

        Merge SRC638: 30.08.01 - 22:27:09

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [c3394ae16ff3861e4261788bd77e95d6c86de5a8]

        Merge SRC638: 30.08.01 - 22:24:54

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [44dd5704870b1b6e15d9c3ce35b934e9b8066016]

        Merge SRC638: 30.08.01 - 22:25:40

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [2e8bc45e7167c3188354a136e3d3556a496b68cc]

        Merge SRC638: 30.08.01 - 22:23:46

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [5c6ece68cba2c1163d301b0b768cbb7967195523]

        Merge SRC638: 30.08.01 - 22:21:22

2001-08-30  Rüdiger Timm  <rt@openoffice.org>  [c98d006141682247fcd00dca32dd3e944c9a057f]

        Merge SRC638: 30.08.01 - 22:21:54

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [029477c521aadf6ac4a50efeb060a7fd12a66288]

        Merge SRC638: 30.08.01 - 22:22:21

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [9c3476f889fe393dbddd214dc09a8ee00b0843fe]

        Merge SRC638: 30.08.01 - 22:21:13

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a63be370b4135f1bc610fc389e2ec8b07773254a]

        Merge SRC638: 30.08.01 - 22:19:00

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [4a0f6685e225003324577dc86c8dcc1bfb057fc4]

        Merge SRC638: 30.08.01 - 22:17:15

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [ebd8ba33355502d8ac0155f3e71a486c102b7ce7]

        Merge SRC638: 30.08.01 - 22:16:35

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a7349f817e9b4d6bf7382921e7a292850cf7934b]

        Merge SRC638: 30.08.01 - 22:17:20

2001-08-30  avy  <avy@openoffice.org>  [f4b785029af16cd062c03a5752c13c8144e31ca6]

        Merge SRC638: 08/30/01 - 22:16:25

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [61643f59af604edb12705615bb18593e3c34a837]

        Merge SRC638: 30.08.01 - 22:15:50

2001-08-30  avy  <avy@openoffice.org>  [f8588960972ee6a578154354198a2633a2b4a24f]

        Merge SRC638: 08/30/01 - 22:15:13

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [22920780025bd1c711f1323b757e19eda18eda4c]

        Merge SRC638: 30.08.01 - 22:11:50

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [f32f0ba754238d44b63a96dc27236c101786d9e9]

        Merge SRC638: 30.08.01 - 22:12:28

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [c50c20a4522708176d63f9b0bc215959cf713d5b]

        Merge SRC638: 30.08.01 - 22:11:22

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [fc174c365b88d89e7c3d52fbe311b2e9bba7ff45]

        Merge SRC638: 30.08.01 - 22:09:41

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [73f1f00880148eced6a5e866b4e566f4dbda4ac8]

        Merge SRC638: 30.08.01 - 22:10:55

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [6d0021632cf06814ecb0ab43baef309d476f54ba]

        new version for SRC640

2001-08-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5681985dff7fb7f6a4ae48dc86b47f200382ef03]

        corrected finnish

2001-08-30  Armin Weiss  <aw@openoffice.org>  [fa696b12b8e8a896a8842811d5c9e2971edad064]

        #91744# the prev fix for vertical text does not handle all cases, for vertical fix #82826# needs to be taken out.

2001-08-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [675183881668debcab03cfccadf11bc117919a58]

        TARGETTYPE=GUI

2001-08-30  Martin Gallwey  <mtg@openoffice.org>  [ee1cd37b7865be5d0d404cdc8042e2eafe32af69]

        #91735# do not export the formula text in the settings stream

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [ac3866dd3c05d16ecd694bb3b400cdffd417263e]

        #90109# +CONFIGKEY_FORMAT*

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [3119f854ee7d8e4285eab06b1d861f3ffcf9cb82]

        #88427# check for a valid name in implInitControls

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [b44c9f2a68b83d4ba2829cbf60abc4a09c3f1f5a]

        #88427# +OnValidateName

2001-08-30  Martin Gallwey  <mtg@openoffice.org>  [c0aba12aab40e590c8dcfde9584f2fb5c40ae810]

        #91514# return code from getVolumeInformation is not useful, so check if we have valid attributes instead

2001-08-30  Christian Lippka  <cl@openoffice.org>  [daf5eddcd356a17161630f5ac49bc135f4d4f74c]

        #91620# added SetEmptyPresObj() for player

2001-08-30  Kay Ramme  <kr@openoffice.org>  [0a6c22e01e8f2587c024704f8e5d2a759a35042b]

        exception messages may be empty (#91743#)

2001-08-30  Kurt Zenker  <kz@openoffice.org>  [1f8cef506911832541816959392aeeed1b7fa35b]

        new version for SRC640

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [b1c9c550197367bbf4c2b1769205573deba80d84]

        #91731# adjustUTF : InsertEntry instead of RemoveEntry

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [ac72f2b4b518e0b4373afea1978f0714f539f68c]

        #65293# corrected for linux compiler

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [b26a68c01d18794b1126c5b50a65be1d25feb9ab]

        #65293# corrected for linux compiler

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [5d025538157901d036766c8f6b59ff2ea3965bc4]

        #90109# +DECL_PROP2_IFACE

2001-08-30  Andreas Martens  <ama@openoffice.org>  [b5a056f27b52edc232120f2b838eb7ce218e8103]

        New: Vertical affairs

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [f77ede870d67b8e63924a3a7af5b8f115c28987c]

        #90109# readUIFrom / writeUITo: handle user defined number formats

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [e14544d253f06cc56ba22bb220652da31b4ff804]

        #90109# NumberFormatsSupplier property is transient - user defined number formats are saved together with the objects which use theses formats (aka columns)

2001-08-30  Oliver Specht  <os@openoffice.org>  [127238921a2a58169676a5057721f704f7c414cc]

        #91495# extraction of db-data and expression corrected

2001-08-30  Martin Gallwey  <mtg@openoffice.org>  [b54c50be69c26fc0a346f170c743c845aec79d0c]

        #91604# truncate files if over-writing

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [f993cdd8a559416c318785df916e282bfb207003]

        SRC640

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [be7c8208795af299f707d9694d63565dd9533847]

        #65293# break down a line for the linux compiler

2001-08-30  Andreas Bregas  <ab@openoffice.org>  [6640d361a962850a267b37152518d5127f0c4402]

        #91759# Check if existing file to delete on open is a folder

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [2feafd2fa990e8fbf80f0f885920c7116ea3943b]

        SRC640

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [d83d67e226fb491b570b2b526efe9a9c703f2d6d]

        #65293# disambiguate rBHelper for the Linux compiler

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a5a45970927f13f923c9bc37de5fa863a686d735]

        SRC640

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [1a395142042bcbec3edc9797b9316ec136f2b4d5]

        SRC640

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [e5211a21c6e2c1445ff8d4735979f41b64bfc26e]

        #65293# disambiguate rBHelper for the Linux compiler

2001-08-30  Oliver Specht  <os@openoffice.org>  [7470be93b93403a7482a73a4aa66b1f51141509e]

        #91739# translation of 'Position' added

2001-08-30  Oliver Specht  <os@openoffice.org>  [c7b46e895f7c7551d48238bc4715e8d9012ebf61]

        #90678# writer not linked against dbtools anymore

2001-08-30  Oliver Specht  <os@openoffice.org>  [100fcf42276c41088fe2e1df187a1dc516182574]

        #90678# writer not linked against dbtools anymore

2001-08-30  Martin Gallwey  <mtg@openoffice.org>  [38192c9c2715e8ae03cddd559ca1509ae081545c]

        #91474# do not explicitly export Directories

2001-08-30  Andreas Schlüns  <as@openoffice.org>  [f1a2ecc9e1deac9fb255fbcdbed98c2dd40cd5c8]

        #84822# use right flags for beamer search

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [715277ac188f5761810f910ab1a2589ffc74026a]

        SRC640

2001-08-30  Andreas Schlüns  <as@openoffice.org>  [58cc923b23f883b128f56087d3c7884e0f2e75e2]

        #84822# use right flags for help frame search

2001-08-30  Hennes Rohling  <hro@openoffice.org>  [007ad864b0bc7b96e2135a493bfff85c6afa2370]

        #81916# correct merge errors

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [daac6486b487fcaf6c30269d847d8fb0ffe6b385]

        SRC640

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [7a4da3ecbb39305e84e66c24a3e4f7d591e48c4d]

        #65293# Linux does not use 'using baseclass::member' - use another disambiguation mechanism

2001-08-30  Ocke Janssen  <oj@openoffice.org>  [eef59f6cdb14399e79d7b6b8eca271f5736a3962]

        #91758# setmodified called after paste

2001-08-30  Ocke Janssen  <oj@openoffice.org>  [8bfa93a58cd1ff3d2acbad849b8b9025de3268da]

        #91758# setmodified called after paste

2001-08-30  Ocke Janssen  <oj@openoffice.org>  [57a460684432e77db23fb6c8bc7bd2228b685dce]

        #91758# fix use of insert

2001-08-30  Ocke Janssen  <oj@openoffice.org>  [9de61f25b1b16f780d426d1b2e98232b04bfa189]

        #91758# fix use of equal_range

2001-08-30  Ocke Janssen  <oj@openoffice.org>  [92938e81fd19cb740fc279c0e32287b37947c1f2]

        #91722# date and tinyint enabled

2001-08-30  Behrend Cornelius  <bc@openoffice.org>  [565d8433aff68c5912c63947419ef54053ebdc29]

        #91711# Filedialog and folderDialog Routines modified

2001-08-30  Oliver Bolte  <obo@openoffice.org>  [f6942ae6497f0935f93959ea8c7ebc50a0231724]

        new version for SRC640

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [f330e9db3fea62cbcaa0196dc3adb45ef7472d12]

        SRC640

2001-08-30  Stephan Bergmann  <sb@openoffice.org>  [188a6dc9ebd921b418d75834112ee5fa47ea0667]

        #91676# Fixed typo.

2001-08-30  Ocke Janssen  <oj@openoffice.org>  [e0dd3f7f3fa881798d828b3ff81528d737b09e20]

        #91745# enable key F6 again!

2001-08-30  Philipp Lohmann  <pl@openoffice.org>  [889a5354c4d5eab27ea904313e1848e4b5f12057]

        #91158# update position and size in HandleReparentEvent

2001-08-30  Bernd Eilers  <bei@openoffice.org>  [05dd5e46addf2ff26e2ef72cee317bc8b45662a4]

        #80424# added antprj.jar and ant optional task support

2001-08-30  Christof Pintaske  <cp@openoffice.org>  [c0de6689813f5e1993269b4dfdbc00d7b3761be0]

        #91665# keep right things right

2001-08-30  Kai Sommerfeld  <kso@openoffice.org>  [5d85df4a29cf9c6a47b2946f4768f29d1454cc88]

        #91127# - Fixed Content::getProperties(...).

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [6eccbb9a0c5f2088b1d522f10af8373aed289ee6]

        #91359# spelling

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a6ac6405945ff089a48c84e76e8d06e2b4692811]

        SRC640

2001-08-30  Kay Ramme  <kr@openoffice.org>  [c75ccc6ee5009c4943dc6ca6bf9da1d7c3675867]

        bootstrapping now supports local ini files (#88338#)

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [d3cf97f5edd444de87a11ac749665c625141e2f1]

        SRC640

2001-08-30  Armin Weiss  <aw@openoffice.org>  [3c3f2df7641648aaba81fbaf8cd8c8beedd245ce]

        #91744# for vertical writing the fix #82826# needs to be done vertically. I tested the preview, the fix for vertical is indeed necessary.

2001-08-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [61d2c37d400278a79e90e091dd72ada6cbeb5e8d]

        #87136# changed name of L10N variable

2001-08-30  jp  <jp@openoffice.org>  [b74f28bebe1a81ff33c7512d69db04766f8df9f1]

        Bug #91369# ShowCursor - show text cursor only if no frame/object is selected

2001-08-30  Kay Ramme  <kr@openoffice.org>  [8dda258088d3a9ecf287caf71442a4ab0959be53]

        bootstrapping now supports local ini files (#88338#)

2001-08-30  Frank Meies  <fme@openoffice.org>  [0c532d29d0f23254d25468027d2deabaa7526e63]

        Fix #91749#: Jumping word below no-wrap frame which covers the whole line

2001-08-30  Ocke Janssen  <oj@openoffice.org>  [24c0c5c9ff89cae1067c6a0f47e7fde0f6bc168c]

        #91725# fix date handling

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [0cf70f94f38b57ad3296794b058b180f4d0beebe]

        SRC640

2001-08-30  Frank Meies  <fme@openoffice.org>  [a47b7845e0e7765cdf7ff45068154c6fc11ec50a]

        Fix #91746#: Editing ruby portions caused next paragraph to shift

2001-08-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [af0eb6fe73406460524f03d79789f8b26f0fb9d2]

        #87136# variable name caused problems in unix shells

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a64b125df6e6f964b4ae9d633e8189acef9772d5]

        SRC640

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [d7fcd12195cec679c7457f1bea696b23f7a7940c]

        SRC640

2001-08-30  Juergen Schmidt  <jsc@openoffice.org>  [182c0091117db5d86fc5046b892552fb8e4b4087]

        #91718# change error output

2001-08-30  Tino Rachui  <tra@openoffice.org>  [4474c6c6d0c4dfb92779152f258d73d6674548f4]

        #88584#added files which moved here from drafts

2001-08-30  Andreas Martens  <ama@openoffice.org>  [70957e7dbfa0ec2e0d359df01ebad858dcb0909d]

        New: Vertical columns

2001-08-30  Tino Rachui  <tra@openoffice.org>  [748f9fa0b6c7aa6b954723b93073072ccc648646]

        #88584#moved from drafts

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [8c4b6c184bcd2bbedd8a420c08a79c4bd4669b8d]

        SRC640

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [73d95114dee94f2c3bb68e2381293d7b2d944e48]

        SRC640

2001-08-30  Daniel Vogelheim  <dvo@openoffice.org>  [0aff1f02132a3144c88f167c2e9615d3a275bbdb]

        #86004# improve speed of table reading

2001-08-30  Philipp Lohmann  <pl@openoffice.org>  [a7daeb72a6586b74c48bea5e851f368524801b4d]

        release display list on shutdown

2001-08-30  Philipp Lohmann  <pl@openoffice.org>  [c11ee411ee2ef741ca86e9bb6448fc0a2263ae95]

        protect event loop with solar mutex

2001-08-30  Philipp Lohmann  <pl@openoffice.org>  [715cd010c74db4d2f1bbd0d61cd5ed5628530577]

        #91734# release status window when last frame vanished

2001-08-30  Nils Fuhrmann  <nf@openoffice.org>  [195c610779a61548136e22c8dd936f2a1183f084]

        Fixes for single item string lists

2001-08-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d2b9d28e234cc7fb36e54c5035dcb2be37a7bd5f]

        set TARGETTYPE to GUI

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [1723b39804fd63862c8eb58b871b96968e608aee]

        UDK303

2001-08-30  Eike Rathke  <er@openoffice.org>  [da7784eff322b745c93ca0c2f6eec752faed3c3b]

        #72805# recognize hundredth seconds in combined datetime format codes

2001-08-30  Vladimir Glazounov  <vg@openoffice.org>  [d04738ce114328f02bf0025f3681ef61acf6601e]

        UDK303

2001-08-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f62b8ba9319d8217ea06e21df8a865abd09c67f7]

        #88229# detect dtwm on Solaris7 as well (check in for user cp)

2001-08-30  jp  <jp@openoffice.org>  [6eeebaf5dc656e2d8f6cf5f74c05f9cc70204ccc]

        Bug #91728#: use list instead of string from the SfxStringListItem

2001-08-30  Andreas Martens  <ama@openoffice.org>  [858e831b6ab844ade847bef246368d25d2e5c1f5]

        New: Vertical columns

2001-08-30  Mathias Bauer  <mba@openoffice.org>  [80b18b1ae97930da2ee1980c0078f21993fc7d70]

        #91727#: check for NULL in Init

2001-08-30  Oliver Specht  <os@openoffice.org>  [2de05da2d8b0dc7d08ea93a23e4ccc2c31b22e56]

        #90673# set initial size at the parent window, too

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [d7236ef6be3ac5fcf2fde80c28a8f57e36829715]

        preparations for #90109#

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [7890f2663802ca43de1ab309e0a63ea64ce2b26b]

        preparations for #90109# (OColumn persistence methods get a XNumberFormatsSupplier / OColumns persistence now holds OColumnSettings until needed, instead of creating real columns)

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [7057b659d737c2ff9e408baa7d8ee2cb0d216742]

        preparations for #90109# (need to know an XNumberFormatsSupplier for persistence / renamed some methods for more consitency / removed some obsolete and unused stuff)

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [ac488e0da4c1d147aa07e26978463b090afdaee2]

        preparations for #90109# (need to know an XNumberFormatsSupplier for persistence / renamed some methods for more consitency)

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [ba969e36667cd36e3e57e488c010972c19daa884]

        #90109# +sdbcoretools

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [4c4eb37999a141149fb78946290d22f1484ad642]

        tools for SDB level core

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [fce685306b8f741ae1ab41e80d667a22bd18886e]

        preparations for #90109# (removed some obsolete stuff / renamed some methods for more consistency)

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [c15394a2f8b92a532a22c84e71318779e167695a]

        preparations for #90109# (removed some obsolete stuff / renamed some methods for more consistency

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [02afb41c1b49630f07311b586947646447bf7d2c]

        #90109# removed read-/writeUIAspects - number format persistence is done on a per-object basis

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [3f2c8ea75a08a6dfef1976d89e15447ce5a779dd]

        tools for SDB level core

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [58b35f9540b66cee4c38d495997d67ae724769a6]

        preparations for #90109# (need to know an XNumberFormatsSupplier for persistence)

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [47207eac1e5f1df2f48bc88f5d005f9428446147]

        preparations for #90109# (removed obsolete includes)

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [6412e20be97f942278ea07eea2e829a476c30e9f]

        preparations for #90109# (renamed methods for more consistency

2001-08-30  Frank Schönheit  <fs@openoffice.org>  [953ec2c45682778c5bc27e8284f70a64e5c27b9f]

        preparations for #90109# (need to know an XNumberFormatsSupplier

2001-08-30  Juergen Schmidt  <jsc@openoffice.org>  [49c4014d0f731db73d749e57021efdf3384c51ed]

        #91718# change warning,error output

2001-08-30  Peter Burow  <pb@openoffice.org>  [21a69f4a98dac8e70ba26dc53f90569f76cc9099]

        fix: #91610# right box (documents view) gets the focus at first

2001-08-30  Peter Burow  <pb@openoffice.org>  [84bd6bb0e508292dee8c900934235de87115a788]

        fix: save start page correctly

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [a0a4b7cf6ea9edbc0b5c7622bfce2bd5b42bb342]

        Merge SRC638: 30.08.01 - 00:43:18

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [a32b47180a97efc607a937eff58fe53101b1d198]

        Merge SRC638: 30.08.01 - 00:38:39

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [bb8c1022012a2fc72b65787bc96cab71ae675239]

        Merge SRC638: 30.08.01 - 00:15:14

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [f2dbb00f76bec0f3942cad67d2972c628493a12f]

        Merge SRC638: 29.08.01 - 23:56:48

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [7458c51735151d7e88c40a6db3c8db0957ec854f]

        Merge SRC638: 29.08.01 - 23:42:39

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [a462487b57241357b72af453f0b85ec21895e887]

        Merge SRC638: 29.08.01 - 23:38:05

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [4448d55c2c3d39abe5fcdc1e6d41efd983b9df63]

        Merge SRC638: 29.08.01 - 23:33:20

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [92ffc99a88e7677522a946519f84c24e53cd694d]

        Merge SRC638: 29.08.01 - 23:33:58

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [f435664f4d5c2da9cd302461b6fb22e56cbf99a2]

        Merge SRC638: 29.08.01 - 23:24:37

2001-08-29  Bustamam Harun  <bustamam@openoffice.org>  [d65b2edb1b3e0f6ef5de7100d8c5283b4ba470ad]

        Add localedata_ascii localedata_CJK and localedata parser into i18npool

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [5f1f0e8ada38db7949dad8f6cff56e78404c2113]

        Merge SRC638: 29.08.01 - 23:23:03

2001-08-29  Vladimir Glazounov  <vg@openoffice.org>  [b1567e71f5adec13a003cbb06f5ffa4ac17c16d2]

        Merge SRC638: 29.08.01 - 23:23:55

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [16cf05aa9099eac467dd282416aaf47ac439ffc6]

        Merge SRC638: 29.08.01 - 23:22:26

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [f4edce95a36b694939b407f2834d27eddfabed29]

        Merge SRC638: 29.08.01 - 23:22:07

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [d68ea0309d0c52c5659bb41b0428b0640c032a4f]

        Merge SRC638: 29.08.01 - 23:15:18

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [dac026a586671cd5bd33482442a19afa951013f4]

        Merge SRC638: 29.08.01 - 23:13:53

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [fa98af0c7ae9b336479259bbd4263455fc1d84c6]

        Merge SRC638: 29.08.01 - 23:11:35

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [5b6b66231af5425a4142d7cb4feb60c4a6fcdb79]

        Merge SRC638: 29.08.01 - 23:11:47

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [e08d9f9d6debdbeb7668e6b9b4b70c113f3a420c]

        Merge SRC638: 29.08.01 - 23:08:30

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [92c5e2f801d89dade11620c6f0061d9441cc1445]

        Merge SRC638: 29.08.01 - 23:06:37

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [d183e59c644c2ec02ad1a3f9bafddcd96dc9ac2b]

        Merge SRC638: 29.08.01 - 23:05:48

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [8055bd90829acae06ee2f62591745743a0c0ff43]

        Merge SRC638: 29.08.01 - 23:06:29

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [df449b9121a0bc1aad3909cdf8511ef91cb16e5e]

        Merge SRC638: 29.08.01 - 23:04:48

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [8f59bbbb241924b5ad6505226c6d870610c20249]

        Merge SRC638: 29.08.01 - 23:04:33

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [a90633ad8ce87fe3655b5d4968b8d5abc78a73d4]

        Merge SRC638: 29.08.01 - 23:03:18

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [a34be7fd0f9c07e2c1fac85227e66bb2f2a791c3]

        Merge SRC638: 29.08.01 - 23:04:20

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [81fe1297aac73f05dd1682091c8374eb81c3cb73]

        Merge SRC638: 29.08.01 - 23:02:55

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [2c8b3b30e9ad290e5057faba0c4e5c8f15acb67b]

        Merge SRC638: 29.08.01 - 23:01:06

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [8c140ee5b43f3b19ce1411439759a826b8eade81]

        Merge SRC638: 29.08.01 - 23:01:23

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [c0c3d797e3f593281e34d3b23f5a5c06bc0a7aed]

        Merge SRC638: 29.08.01 - 23:00:29

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [89a1f7e61834aa7d35e2493526019bc9ba0f5208]

        Merge SRC638: 29.08.01 - 23:00:34

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [1c0e4a25eb0eb6cdd441f6c9410a6c4926e59fe7]

        Merge SRC638: 29.08.01 - 23:00:05

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [094983fccb83c51eaa0cda6002bf58998a059886]

        Merge SRC638: 29.08.01 - 22:59:14

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [d4da9fe77e497454f5d7474f56314134059419e7]

        Merge SRC638: 29.08.01 - 22:58:39

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [068af7154c7f6c71222ece37346f5336a10cd4d2]

        Merge SRC638: 29.08.01 - 22:56:16

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [726bde37191ddad2ec7d70ea2497568da8340df9]

        Merge SRC638: 29.08.01 - 22:55:15

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [8efb28650a5d4509d6ab7bd7e6d1ede02611fc71]

        Merge SRC638: 29.08.01 - 22:56:09

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [65813a456871b21252b83f694eaf9cae86c8a6dc]

        Merge SRC638: 29.08.01 - 22:54:45

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [177d881feadad7c1a3c4637755741b0b7810889d]

        Merge SRC638: 29.08.01 - 22:53:37

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [7b171f40bcf9df432ae6751cc203a75973d8c149]

        Merge SRC638: 29.08.01 - 22:52:37

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [db23af1e603a1f6e003c5d8885e030269ff67165]

        Merge SRC638: 29.08.01 - 22:53:43

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [394b080870e6e30f570b3f01cd9c334822bf05e8]

        Merge SRC638: 29.08.01 - 22:15:52

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [588276505f85558b0739ab7b6b0a019b1c299eaa]

        Merge SRC638: 29.08.01 - 22:51:21

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [99be5c2f54bac792de999827c2eb935193c851fd]

        Merge SRC638: 29.08.01 - 22:49:43

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [13ed1bb2c99304afc0ca649796760d674b921da7]

        Merge SRC638: 29.08.01 - 22:49:15

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [f863bbb40cf9c68626dde1bd0976fbc503f608e0]

        Merge SRC638: 29.08.01 - 22:49:11

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [a7db7a9898a62d97aa3760bf172c7dbb916f2e3a]

        Merge SRC638: 29.08.01 - 22:47:08

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [27dcd8820542e9ea81bb635470a75a950a5fac08]

        Merge SRC638: 29.08.01 - 22:45:40

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [ff87b31d6b640629784c07e0ff6aebbf2e011601]

        Merge SRC638: 29.08.01 - 22:42:30

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [2330b7243b7791518b93fd40ddecc012a3711480]

        Merge SRC638: 29.08.01 - 22:41:10

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [2f267410b0dac7addf7b3c877a70236313e0ffef]

        Merge SRC638: 29.08.01 - 22:41:58

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [d8548e32fc57ad70b6f59671d8d184a782d57786]

        Merge SRC638: 29.08.01 - 22:41:47

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [c700a7921c4ff29f3f978ad7686dd7aac09ca231]

        Merge SRC638: 29.08.01 - 22:40:10

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [dd75412eb23c8efcdf4ee9fd8ff5c5e98504c26d]

        Merge SRC638: 29.08.01 - 22:38:36

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [7e462196ada343a0b271964ff3e875533dcfcb01]

        Merge SRC638: 29.08.01 - 22:39:04

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [7b649699fa3fc6e2d0519fb21d4f8bc9aa7f57a7]

        Merge SRC638: 29.08.01 - 22:38:39

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [bf74e5b3866cf7f36b692c340047a406be41efde]

        Merge SRC638: 29.08.01 - 22:37:34

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [f30ffbbfcea8a5e09d908870554037997c8bef71]

        Merge SRC638: 29.08.01 - 22:36:49

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [2c3a94cc49337299a856add12018e9a3432f571f]

        Merge SRC638: 29.08.01 - 22:35:13

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [b4ecec748ab5556c5a8d7069bc04457fdcb944ba]

        Merge SRC638: 29.08.01 - 22:32:56

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [53609c14cda23a83d1e9fbf043e76a9ca862b38a]

        Merge SRC638: 29.08.01 - 22:30:55

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [f44439b62c6a2eab3afb8d91815eba463f6b3c00]

        Merge SRC638: 29.08.01 - 22:29:02

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [1b64bf609abe5e1f448d0188b4708be0c2c40fca]

        Merge SRC638: 29.08.01 - 22:28:41

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [95d0b6b244ecf3cecec6bb0feb0cc6ce2f03cdfb]

        Merge SRC638: 08/29/01 - 22:27:37

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [d05b2f835249371ced40cd21723906b72907ebb5]

        Merge SRC638: 29.08.01 - 22:27:46

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [28af9a52e4557f2e8db32a928fb5cc6c27eb2439]

        Merge SRC638: 29.08.01 - 22:26:16

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [abc6714a5ae63aa34516fb607b52e9293dac11ce]

        Merge SRC638: 08/29/01 - 22:25:33

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [242cc507eda81bbdc948cbdc3471dcbc07518419]

        Merge SRC638: 29.08.01 - 22:23:46

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [1e80535b909432a2c850fb07e3c0ab80a6061d14]

        Merge SRC638: 29.08.01 - 22:23:47

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [0c763780b7a35cb0a76c767028669d3257c1ff91]

        Merge SRC638: 08/29/01 - 22:22:52

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [cac458bb86b4ae329c942206c93453de718df98a]

        Merge SRC638: 29.08.01 - 22:23:16

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [cd0e349179bb9c1d6df651f93bbcbef7f0a3f33f]

        Merge SRC638: 29.08.01 - 22:21:18

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [1e5adfc7bb67a9c02cbd14c3790638a0ca94f985]

        Merge SRC638: 29.08.01 - 22:17:55

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [fd807262cb0eb486d288e2f0dbe2afa152f658cc]

        Merge SRC638: 29.08.01 - 22:18:15

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [013d826badfcae75ea77887b812cd3480e103a0b]

        Merge SRC638: 29.08.01 - 22:15:17

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [3d0c57a121a13613e4a184b7c182ed81f1d5e7cd]

        Merge SRC638: 08/29/01 - 22:13:10

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [8b5c4d72e0cfa5e2eed1bdda0ee6eeb9058dfa5d]

        Merge SRC638: 08/29/01 - 22:08:32

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [c2544a3d918fad22981d951b5185cd89ff7ab5e6]

        Merge SRC638: 08/29/01 - 22:06:51

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [7be0fd956577b1354719e5ff285a3dbeabe79231]

        Merge SRC638: 29.08.01 - 22:06:32

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [eabaeba018cb9ed353bd78b44544bc065799ed24]

        Merge SRC638: 29.08.01 - 20:11:02

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [be8a8891739ee9c521ba09b3c354ef940a799d28]

        Merge SRC638: 29.08.01 - 20:08:50

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [2b5a95e748162a2228b554ef7a07d4da9b82b632]

        Merge SRC638: 29.08.01 - 20:07:00

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [06e1c839abb7d73f50adb4fbe27c04c657649623]

        Merge SRC638: 29.08.01 - 20:01:39

2001-08-29  Oliver Bolte  <obo@openoffice.org>  [e73ed7a4d8de544f4abab815631f8d6d8e9f3b0c]

        Merge SRC638: 29.08.01 - 20:01:54

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [fa575139659f873d434a0d281b89f30cec9fda34]

        Merge SRC638: 29.08.01 - 20:01:59

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [b90d6fd18d39fabd5838140a24a50eb7100e4b0d]

        Merge SRC638: 08/29/01 - 19:55:44

2001-08-29  Jörg Budischewski  <jbu@openoffice.org>  [4b6342bc3d930063805d9b5746713de99e785c3d]

        #91714# add default map-files for wellformed components

2001-08-29  Mathias Bauer  <mba@openoffice.org>  [db7b9268c60e1fb493b7e1324db2e9e8eca4c1ca]

        #89312#: code page and UniCode support for reading MS-PropertySets

2001-08-29  Christof Pintaske  <cp@openoffice.org>  [347abafbc36f4864ceedcc6cf893b3b605c2d1a9]

        #90792# snapshot feature

2001-08-29  Christof Pintaske  <cp@openoffice.org>  [2a9a27904303b52ebf98a93c7ff8e9b7e62c80c0]

        #90792# modified paint handling for snapshot feature

2001-08-29  Nils Fuhrmann  <nf@openoffice.org>  [565e2ecbfaa8687abae44458f8d70cf4ff6c6270]

        Fixed Encoding #87134# #91706#

2001-08-29  Nils Fuhrmann  <nf@openoffice.org>  [32a86ab1057d5fddb919210432ac98b1050762b7]

        Merge SRC638: 29.08.01 - 17:52:57

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [6466bdef3993932b6934a98a594543f760bcfdfb]

        Merge SRC638: 29.08.01 - 17:18:30

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [fb377e29d495e0f3e12a175f7cc88b6323cc051d]

        Merge SRC638: 29.08.01 - 17:16:43

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [687f7848f0f62c7e41d96da259fcf62e136505eb]

        Merge SRC638: 29.08.01 - 17:15:01

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [8ea91686f461088a8e72fb38fbda20824f795804]

        Merge SRC638: 29.08.01 - 17:13:18

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [38271e9a9f11fcfe6d566f4478a39aaf4c318f15]

        Merge SRC638: 29.08.01 - 16:17:26

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [eaa47cbfdc7a0fc4ffef5b3cdf26f63ae7ed9147]

        Merge SRC638: 29.08.01 - 16:15:47

2001-08-29  Nils Fuhrmann  <nf@openoffice.org>  [cb60d831f510ae0b7b83859f82170019f05240f2]

        Fixes for creation of StringList #87136#, Fallback is rev 1.21

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [a01b8aac23b92fe0be1e4546406e7a91025c9412]

        Merge SRC638: 29.08.01 - 16:10:47

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [b660ba533931537cbd4309fc29225e1bc25680ad]

        Merge SRC638: 29.08.01 - 16:07:20

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [d70105571f7d5685e0a681fea263fba0674229a7]

        Merge SRC638: 29.08.01 - 16:05:39

2001-08-29  Armin Weiss  <aw@openoffice.org>  [416630bbaf648893c339f5f0d229dad04e1c5ec3]

        #91695# back to corrected old version. Have to check new version again for later builds.

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [f14a9869f36e407b6abcc8eb1f034717e24eb643]

        Merge SRC638: 29.08.01 - 16:03:56

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [6e53ea68621938bf15e8202ee5ec0fd836e0c233]

        Merge SRC638: 29.08.01 - 16:00:12

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [b2b7b8ddc054a1941be1b8099a3633b7fc80b22a]

        Merge SRC638: 29.08.01 - 15:55:30

2001-08-29  Kai Ahrens  <ka@openoffice.org>  [dc5d5216ba86b941a36825e11f7172122fde394a]

        #91555#: rounding errors

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [a4eddf3d0b1ae3a4b5aad0a5eb56c54f23eb1a7b]

        Merge SRC638: 29.08.01 - 15:53:11

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [81edaf3ec59ddbe1be6ea0183ab50732dce1ea9c]

        Merge SRC638: 29.08.01 - 15:52:55

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [54b548e09b3d58206d2b2c7158d80e2d4a5a9b8c]

        Merge SRC638: 29.08.01 - 15:51:47

2001-08-29  Andreas Schlüns  <as@openoffice.org>  [eaad640ff623e8ed0a8d93ff54390e3b340fabc4]

        #91681# use solar mutex for vcl ...

2001-08-29  Behrend Cornelius  <bc@openoffice.org>  [476b7bb300468df18ca5be3d29d5c69ab885c373]

        #87289# View of Target and Source directory changed to OS Notation

2001-08-29  Stephan Bergmann  <sb@openoffice.org>  [30df21f036cb7edf24ff83e45fb3e5c8a0b72036]

        #91676# Handle the common case of InteractiveAugmentedIOException CANT_CREATE with Folder but not Uri or ResourceName.

2001-08-29  Stephan Bergmann  <sb@openoffice.org>  [9e20c6e06069609af9c3513123ddd04e0debaaff]

        #91676# Removed obsolete versions of cancelCommandExecution().

2001-08-29  Stephan Bergmann  <sb@openoffice.org>  [3838845c0548c0e1f795e451d531496037dcd57c]

        #91676# Removed obsolete versions of cancelCommandExecution().

2001-08-29  Andreas Martens  <ama@openoffice.org>  [d026fda12b52b1aacc559791b622fd37c41ce8e0]

        New: Vertical layout

2001-08-29  Nils Fuhrmann  <nf@openoffice.org>  [23f9aca7c3e9887fd5ccdbfb187029b81b63b3bd]

        Fixes for creation of StringList #87136#, Fallback is rev 1.21

2001-08-29  Philipp Lohmann  <pl@openoffice.org>  [52e56441dda350fee3df8d4c75f084c4b5099d70]

        #91683# assertion only in debug case

2001-08-29  Ocke Janssen  <oj@openoffice.org>  [eaddac6abd48b33e7bb9c1bb23e01ec541095c06]

        #84578# fixes for resultset

2001-08-29  Kai Ahrens  <ka@openoffice.org>  [ebeefb6a352cb23d530fc6f7d64cb7e33f0d7112]

        #91557#: added ::getImplementation (uses XUnoTunnel)

2001-08-29  Thomas Benisch  <tbe@openoffice.org>  [d01c3efc7aea5e8e0c3e8363f3868111375dbf94]

        #91121# adapt library management in BasicIDE to library containers

2001-08-29  Kai Sommerfeld  <kso@openoffice.org>  [c58455a5eb653bcd5ea5f420b724617229e137ce]

        #91127# - Fixed DataSupplier::getData() to not expect data of parent folder at the end of the vector< DAVResource > filled by PROPFIND.

2001-08-29  Ocke Janssen  <oj@openoffice.org>  [284a0a30eba2cc0837dfed5e9563ef2b28e4f0b0]

        #84578# fixes for resultset

2001-08-29  Ocke Janssen  <oj@openoffice.org>  [b3b894be722f9aad6d8a05bc2455ba9af490f9e2]

        #84578# fixes for resultset

2001-08-29  Oliver Specht  <os@openoffice.org>  [edc92c18891115dd4925d4838f085b436c0f079d]

        #91481# new label data format

2001-08-29  Ocke Janssen  <oj@openoffice.org>  [8cf6106c855901bd2ec6a959ad6e93f3686ec143]

        #84578# new sortindex

2001-08-29  Ocke Janssen  <oj@openoffice.org>  [aa3f42832756b7165a0722b2d013a572acf224c8]

        #84578# enable multiple connections

2001-08-29  Ocke Janssen  <oj@openoffice.org>  [8a0bf39fd7289bdfd1c31f94367c439820330862]

        #84578# helper class for ORowSetValue

2001-08-29  Nils Fuhrmann  <nf@openoffice.org>  [e92e8bc628f734e31b0aef176c7613f7bb0e3b88]

        Fixes creation of defines #87136#

2001-08-29  Peter Burow  <pb@openoffice.org>  [397b7009a60443ba3e70bd9c42976f272a0fabd0]

        fix: #91552# strings and images for *.st?-files

2001-08-29  Peter Burow  <pb@openoffice.org>  [c48c3e6a35ac3e1402f5a9fc4c6fcbdd0c2d4b96]

        fix: #91552# strings for *.st?-files

2001-08-29  Peter Burow  <pb@openoffice.org>  [b063c8132dce94b40e35d48527813c0f5f5f52bb]

        fix: #91552# string ids for *.st?-files

2001-08-29  Thomas Lange  <tl@openoffice.org>  [2c592459ccefa7e84eab1b555a3c5fd67fcea409]

        #91667# GPF after reload on input in floating command-window fixed

2001-08-29  Andreas Martens  <ama@openoffice.org>  [431729e32e477cf851bfe546dceecbaed80251f2]

        New: Vertical layout

2001-08-29  Dirk Völzke  <dv@openoffice.org>  [4b8d9378c8bc65458885102b4cf032f973cfb4eb]

        #89495# Remember last used directory everytime, but save it only when using file protocol

2001-08-29  Juergen Schmidt  <jsc@openoffice.org>  [528e277b7a737021744bf911ad555f813fc69c65]

        #91602# check merge conflicts

2001-08-29  Stephan Bergmann  <sb@openoffice.org>  [b60011077a80ef62c6b45d367087786f1a6ba281]

        #91676# Updated documentation.

2001-08-29  Oliver Braun  <obr@openoffice.org>  [cf1d466f55105ccfc6f993a677549257a756f3a5]

        #91511# handler and url must be escaped

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [304693fabc3bc4cca338699f8b75f97f51398ae9]

        Merge SRC638: 29.08.01 - 11:32:31

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [f4e1923ecc2cf40a37efd7026a098451c70494b4]

        Merge SRC638: 29.08.01 - 11:30:10

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [a43b14851e9880a7478d4aa7b57c128ec59ed348]

        Merge SRC638: 29.08.01 - 11:28:01

2001-08-29  Juergen Schmidt  <jsc@openoffice.org>  [0975c4a3ed8ed08722eeb0428ff0c77c0a5339ce]

        #91602# correct error code in mergeKey function

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [8d2a53160b2d6fa2ca0ce2794458641cffb0ad04]

        Merge SRC638: 29.08.01 - 11:26:26

2001-08-29  jp  <jp@openoffice.org>  [d1860e8e62019d785f3c26fe92b39cc7b82e9e0f]

        Bug #91651#: Write - catch exception of createStatusIndicator

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [f76166d41be68bde9c0246c75313d6158fcc086e]

        Merge SRC638: 29.08.01 - 11:25:41

2001-08-29  Peter Burow  <pb@openoffice.org>  [d614f09ab48e0dcd35eb498d2d4fda150ff15491]

        fix: #91671# use the correct image for 'From template...'

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [5142ed573db4ac130fc489c328af0518e952b062]

        Merge SRC638: 29.08.01 - 11:24:07

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [367aa195aaa873667a8c789e3ec0c008b4cfd2cf]

        Merge SRC638: 29.08.01 - 11:21:54

2001-08-29  Vladimir Glazounov  <vg@openoffice.org>  [ebffff0988e46accea9c8734e9bbe12eb89a2019]

        Merge SRC638: 29.08.01 - 11:22:45

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [ad2f0d5bc4860b53e6274e496d53d597b8ee61bd]

        Merge SRC638: 29.08.01 - 11:20:04

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [8e70461499fd9132edf605ab655c85a95f0b10fe]

        Merge SRC638: 29.08.01 - 11:19:45

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [dce33856546fc71dfa007de8970f10033e153f4c]

        Merge SRC638: 08/29/01 - 11:20:39

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [388bc74166d57b28382f20fc5b41f5efb4349fd7]

        Merge SRC638: 29.08.01 - 11:19:41

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [e4f202686df37d6fb822827ca4a26f723506fb7b]

        Merge SRC638: 29.08.01 - 11:19:28

2001-08-29  Vladimir Glazounov  <vg@openoffice.org>  [bf838e7b47668059a466e5dccb06cb34baf042f8]

        Merge SRC638: 29.08.01 - 11:18:40

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [34d1f4fba1c206cf4d470d9966dff38999862a5e]

        Merge SRC638: 29.08.01 - 11:17:19

2001-08-29  Vladimir Glazounov  <vg@openoffice.org>  [bce39dbefe1765bbf3f488cccc601fb0fa09958e]

        Merge SRC638: 29.08.01 - 11:16:54

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [78998fbc84b6d4dbf1f9563dace58a5e23928dfa]

        Merge SRC638: 29.08.01 - 11:15:21

2001-08-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c4ffc09fd78fc81ed8f12c0bedeead0e6ec5c579]

        added user32.lib

2001-08-29  Vladimir Glazounov  <vg@openoffice.org>  [03aa658d25f718a0f56f0806bd3fbe01a06b13e2]

        Merge SRC638: 29.08.01 - 11:14:54

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [5193142b01ccde4ab8f241431256e56cfae154b2]

        Merge SRC638: 29.08.01 - 11:13:23

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [72affcc692af6ec017db3103b754708d7ed3ee04]

        Merge SRC638: 08/29/01 - 11:11:21

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [3a229e3c4d6631e862cdb519f7021cb6f755a522]

        new version for SRC640

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [efd0556bcf5cf28aa8ef1844dfd88669e7298ffc]

        new version for SRC640

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [acecdf977054585d77eec6ecf6dc2277f0b32e6f]

        Merge SRC638: 29.08.01 - 10:58:28

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [510b3c4308552979dc36408860ff863c3492f1e0]

        Merge SRC638: 29.08.01 - 10:55:49

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [2729d24c8c81d69fe94f4f4bfddeeacef8f12c36]

        Merge SRC638: 29.08.01 - 10:56:08

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [62509ba7787859f2a8636109a2d1b50ce556eab5]

        Merge SRC638: 29.08.01 - 10:55:02

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [39fe7f9d17d0098db2bf02200afbb592d7936f93]

        Merge SRC638: 29.08.01 - 10:56:06

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [6d482012a77a1fe41cc6a7416711c24570736b00]

        Merge SRC638: 29.08.01 - 10:54:22

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [3a71a1c1c73481dc4a46e5403398d8cdf0f9f8a2]

        Merge SRC638: 29.08.01 - 10:53:10

2001-08-29  Kurt Zenker  <kz@openoffice.org>  [1b3fb59aa3b761a508e26b4dae46b0bc299f9ddd]

        Merge SRC638: 29.08.01 - 10:53:11

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [acfe6a48fab7ea67284a58ead1be5adc82c4802e]

        Merge SRC638: 29.08.01 - 10:52:08

2001-08-29  Rüdiger Timm  <rt@openoffice.org>  [371ea9fe8661851a4037605c4b16c2822f809be5]

        Merge SRC638: 29.08.01 - 10:50:51

2001-08-29  Sascha Ballach  <sab@openoffice.org>  [f890f53e6343bcde0ddd91fe326bae2e686a396c]

        #91321#; lock SolarMutex in UNO functions

2001-08-29  Kai Ahrens  <ka@openoffice.org>  [d30786d84c477eeeb69321a56f088ee67c992d88]

        #91594#: watch for LateInit flag in ::AddSupportedFormats

2001-08-29  Peter Burow  <pb@openoffice.org>  [323a583fc71eb3ca3612dd07b6cb71ec041fc40d]

        fix: #91664# IntlWrapper as member

2001-08-29  Andreas Bille  <abi@openoffice.org>  [72eed07c9e226d068d6c3927a8ec66a96bfe724d]

        #91464# Now closing only if both input- and outputstream have been closed.

2001-08-29  Thomas Lange  <tl@openoffice.org>  [a0aa8d03d7b40550289b6f006ea8775122a4cebf]

        #91578# XPropertyState removed from queryInterface function

2001-08-29  Oliver Braun  <obr@openoffice.org>  [4b57db4a400e4d71cf69e81ae2e619634e199e0e]

        #90449# referred to wrong dtd

2001-08-29  Christian Lippka  <cl@openoffice.org>  [c4d998a52e090d2ca97dfa6383144e737073202a]

        #91655# added import for tabstop elements

2001-08-29  Christian Lippka  <cl@openoffice.org>  [9365a77eb814f1ed61c2485fa311f24fb8c3a7db]

        #91647# SID_MODIFYPAGE is now only called from the autopilot in sdmod

2001-08-29  Mikhail Voitenko  <mav@openoffice.org>  [44a1b66fad8adeb1f906b465cfb460672c8bbd68]

        #91564# fix typo

2001-08-29  Ocke Janssen  <oj@openoffice.org>  [717df3d209f13b59daf6d89978b810194e496c9a]

        #91632# enable relation design only when supportsIntegrityEnhancementFacility return true

2001-08-28  Rüdiger Timm  <rt@openoffice.org>  [65d4d7d3790700ac7a2e695009a17f509e2db6ce]

        new version for SRC640

2001-08-28  Rüdiger Timm  <rt@openoffice.org>  [1e643efeb98e5d4949fdab82670b3b43c93bfc79]

        new version for SRC640

2001-08-28  Eike Rathke  <er@openoffice.org>  [85e172a6629d74dac13a9c29171cdaad2d097ee8]

        #91470# recognize SS'any'00 as seconds and hundreths format code (with 'any' literal string being the separator)

2001-08-28  Kurt Zenker  <kz@openoffice.org>  [58170643462483b0cbfb118f118020748e66b5f7]

        new version for SRC640

2001-08-28  Rüdiger Timm  <rt@openoffice.org>  [3ed2f8391c306b0471ed74fd37d836ac44df1135]

        new version for SRC640

2001-08-28  Kurt Zenker  <kz@openoffice.org>  [eefb8028be7fbece137af4cc5a7171f79cc5b723]

        new version for SRC640

2001-08-28  Sven Jacobi  <sj@openoffice.org>  [7507c0ce80a4c8d382654b8a0a7b426a6d46391f]

        #80711# reading uninitialized memory when importing numberbullets

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [fb4745e8b7a04e4e0bd93bd6f88351464c3090a5]

        SRC640

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [9b87c64592e9fc11f807f76c072e02dee1b66337]

        initial checkin - IWarningsContainer

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [163869b95e73364ac4900759dd2301a175f86d27]

        SRC640

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [4c54fbfeadcab481716ebd3aac7e4c2b2f94d139]

        don't be that generous with exceptions ....

2001-08-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ddd43ea7633d9fc22dcaa8d654996f9312716399]

        new version for LRC640

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [5cc0c1b8666992a5d39f1a2447df72bf21792649]

        some error descriptive (and localized) error messages when creating an SDBC level connection

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [88952cb24289a9d525c7931e71246fc582a4a051]

        some error message strings used when connecting to a data source

2001-08-28  Mathias Bauer  <mba@openoffice.org>  [01a3a5241038c716f54c580d230a7c585bd2946c]

        #89692#: don't disconnect clients, discard them later

2001-08-28  Sascha Ballach  <sab@openoffice.org>  [3acf22bcf7655c08e7f5748935884159b983dd1f]

        #91654#; increase Iterator

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [b70cb241728bb2ea8dc8e2c52a18d8bcb33c6b6a]

        SRC640

2001-08-28  Caolán McNamara  <cmc@openoffice.org>  [f511f58a5f8f5468a3caa56de71ac8b394a1c10c]

        #91622 Properties open at begin and end of tables and frames need to be cunningly duplicated outside and inside element

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [84ad244bbfc3405ddae061dbf0ee8430097127fc]

        #87114# UnoControl: be less generous with using our mutex (in pparticular, _release_ the mutex before forwarding any settings (such as pos/size) to our peer)

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [e5f33655b77fa1b1c07c399232dd67738cbbda75]

        #65293# added missing header

2001-08-28  Philipp Lohmann  <pl@openoffice.org>  [f323c0ea674423ccaf6fc9a1dccae353aef96392]

        #91605# #91607# enhanced status window

2001-08-28  Sascha Ballach  <sab@openoffice.org>  [005e0edece935bd255ab3e132796ae70c408bd49]

        #91631#; compare the original height instead of the current height

2001-08-28  Hennes Rohling  <hro@openoffice.org>  [49662ccb7a34f452ddbe7615d9c1fb29b10aa1ac]

        #81916# Initialization of clipboard service has to be done with createInstanceWoithArguments

2001-08-28  Kurt Zenker  <kz@openoffice.org>  [3df801456bc01b601770fcca7a4ddec64e573e33]

        new version for SRC640

2001-08-28  Armin Weiss  <aw@openoffice.org>  [29ff9462efcbf2c45ddf4b63fa3a3e6c99aa3aa0]

        #91648# removed usage of SETUPLIB in sd.

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [64dff64a093e5d4de10618323dea21049d13c89b]

        encountered during #74241#: prependContextInfo uses a const SQLException& now

2001-08-28  jp  <jp@openoffice.org>  [f1855824af9d855fec860acdd0b2abd43ca8b9f7]

        Task #86004# optimization - FixedMempool for SwCursorSavePos

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [64aa777b96152c1aeceefecb26484209c7bfc341]

        #74241# +errorbroadcaster

2001-08-28  th  <th@openoffice.org>  [c9fee6418db4f2517cf78ce795b634d016cca010]

        #74771# - Application::CallAccel()

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [54e6f4a0a3d1403af961390f749aa92bcebe0299]

        initial checkin - base class for objects beeing an XSQLErrorBroadcaster

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [382d88dc687ed1d6b2a96ee2a1513200773baae9]

        implRemoved calls the correct base class method (encountered during #74241#)

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [52584add2210d377cb4902a476557412438d9723]

        #74241# be an XSQLErrorBroadcaster and XSQLErrorListener - and multiplex any SQLErrors got from our children

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [9ee19f4af89a6b5981503febd144a5e3684b151d]

        #74241# don't implement the XSQLErrorBroadcaster directly - use OErrorBroadcaster as base class

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [62c5fa997391a7112df183360ed7afdd41060855]

        #74241# be an XSQLErrorBroadcaster - so we can broadcast errors during the commit

2001-08-28  jp  <jp@openoffice.org>  [ac337d2929c13f8b9921bdd8ef289aa110304eb1]

        Task #86004# optimization - Bookmarks array with better grow size

2001-08-28  jp  <jp@openoffice.org>  [56a29130508fb158c7c6b01b34ff04f0cdd5ab36]

        Task #86004# optimization - MovePara look forward

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [e5ecda0cb85eeed18d4633ce0204f58e855c2302]

        #74241# SaveModified: if commit fails, set the modified flag of the controller to TRUE, again

2001-08-28  Mathias Bauer  <mba@openoffice.org>  [59cf389d30800988439fa86c20fed1033b0fa368]

        #90880#: security check corrected

2001-08-28  Mathias Bauer  <mba@openoffice.org>  [14237ac4bf497decdde8b742acea23780833ba12]

        #90880#: security checks corrected

2001-08-28  Eike Rathke  <er@openoffice.org>  [43bf509738b16db2dcb3903c9a355cc69fbcc167]

        #91528# never use localized storage names (reverting changes of #87302)

2001-08-28  th  <th@openoffice.org>  [69393e178543973fbee23eec62dbaff0a98c209f]

        #51022# - Font is now scaled into the height of the TabBar

2001-08-28  Ocke Janssen  <oj@openoffice.org>  [e00a8c2f9f5d1f5222e46773bbdbc38d75ee44b8]

        #91634# enable relation design when connection is avaiblable

2001-08-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7f99ae1037fffd6cefa87e147376baf71c3e2eb]

        #90131# no more unicode defines - for versions >=src640 only

2001-08-28  Kurt Zenker  <kz@openoffice.org>  [26e3b78a0d5fbe9b84e7e1670829471b830e46ee]

        Merge SRC638: 28.08.01 - 15:21:35

2001-08-28  Kurt Zenker  <kz@openoffice.org>  [a81dc393de37a5b191b0623e929d02cf0fcba3df]

        Merge SRC638: 28.08.01 - 15:20:19

2001-08-28  Kurt Zenker  <kz@openoffice.org>  [996b951494eb5203734e9ec1d436593492313428]

        Merge SRC638: 28.08.01 - 15:20:31

2001-08-28  Kurt Zenker  <kz@openoffice.org>  [b74b79a7a33c6974733758012107f7d304877f4a]

        Merge SRC638: 28.08.01 - 15:19:00

2001-08-28  Kurt Zenker  <kz@openoffice.org>  [f7c060d0821c20373fff0014f285095ae1879709]

        Merge SRC638: 28.08.01 - 15:16:02

2001-08-28  Kurt Zenker  <kz@openoffice.org>  [f1adb18d709bec7e9ed993d0fea2074d69032d04]

        Merge SRC638: 28.08.01 - 15:16:05

2001-08-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7ceea6b770273ab37c3e52167d6b65c7f35d0859]

        #90131# no more unicode defines - for versions >=src640 only

2001-08-28  Rüdiger Timm  <rt@openoffice.org>  [c2836fbcdecf8ede09daf3cecd736f48252c3f09]

        Merge SRC638: 28.08.01 - 15:14:47

2001-08-28  Kurt Zenker  <kz@openoffice.org>  [91e426320c53690c7cf30df9e26f8352ea203ade]

        Merge SRC638: 28.08.01 - 15:14:33

2001-08-28  Thomas Lange  <tl@openoffice.org>  [e93eadc089865a58bd5d040d368e482b0588b947]

        #91578# XPropertySet and XMultiPropertySet added to the list of supported interfaces

2001-08-28  Nils Fuhrmann  <nf@openoffice.org>  [d34bc1b60382e3680fccba741443acc59ad44378]

        Fix #91637#

2001-08-28  Christian Lippka  <cl@openoffice.org>  [a8c579e4a528932eb41feddbb2625e7327560f5e]

        #91572# fixed getPropertyStates

2001-08-28  Christian Lippka  <cl@openoffice.org>  [c0eac0de34dd448e61b163ec7eba290c86b4fb39]

        #91572# fixed getPropertyStates

2001-08-28  Kai Ahrens  <ka@openoffice.org>  [5d08e801cb04cb4357b632e7f573dde017dbb773]

        #91476#: call ::HandsOff at document in ::SaveCompleted, too (new behaviour in Sfx)

2001-08-28  Peter Burow  <pb@openoffice.org>  [244092b2fc8dc80608264665266eca831aa5ef7f]

        fix: #91613# open as template only template docs

2001-08-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1a785850f56538328d92f46d2b4eee8c7d4f666]

        #65293# more IF

2001-08-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ace2d2f899d44253e4b2563d564c58f6c8972a16]

        #65293# wrong IF

2001-08-28  Björn Milcke  <bm@openoffice.org>  [5488b816022f975b3e3b6a293eab364200c9d5ef]

        #91579# ex-/import spline settings SplineOrder and SplineResolution

2001-08-28  Nils Fuhrmann  <nf@openoffice.org>  [8e4eca020d17b53a6235e01fee95623b0af8bee6]

        Fixed format for merge #87134#

2001-08-28  Eike Rathke  <er@openoffice.org>  [181e04182ead932e6524580885d64006dba97c57]

        #79599# all settings have to be consistent for switching tab pages

2001-08-28  Nils Fuhrmann  <nf@openoffice.org>  [c2eb3e8cfac223d0a872f8661c3cdbd174871ba5]

        Merge SRC638: 28.08.01 - 13:58:12

2001-08-28  Nils Fuhrmann  <nf@openoffice.org>  [b85ad0694c1310c3bc84395e0a07f4081fd6ffbb]

        Fixed format for merge #87134#

2001-08-28  Sven Jacobi  <sj@openoffice.org>  [6c82fa5f3ff1252cbf9dcc535e9d47c483f89488]

        #90989# correct vis area setting

2001-08-28  Mathias Bauer  <mba@openoffice.org>  [b74bd70bbeab356e0efd2deed35dc3d582b51372]

        #91528#: no localized object names

2001-08-28  Mathias Bauer  <mba@openoffice.org>  [6fda0c478b398787ec379ef27df2a8f85f9d72e1]

        #83399#: don't use URLs in the PathOptions' listbox

2001-08-28  Mathias Bauer  <mba@openoffice.org>  [cceef76a12122d6c9ac6024be3a81d658ebf1594]

        #83399#: always return URLs

2001-08-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a412b897cd65d09630d09d0280e213f8cdef913c]

        #65293#: disable shared library unload check

2001-08-28  th  <th@openoffice.org>  [77e767d6c565c6b7bf00d1bdc0352c26210f2302]

        #91625# - ignore Minimize in Set/GetWindowState()

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [7537e626b938796c43224b0bb65ba33921ab7cd9]

        SRC640

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [41d95834aeb4bd9f07fb09f7a7a61db1eac93dce]

        SRC640

2001-08-28  th  <th@openoffice.org>  [9abefa2a7fb0fb0fcd0fa1a1aa170faaae372c6c]

        #91612# - Map Minchou to Mincho-Fonts

2001-08-28  Dieter Loeschky  <dl@openoffice.org>  [f16983a6283b8015426b09ffd84d5cd33f763f72]

        #91528# Don't use localized names

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [ba1a1cdde1424f0d1cc28290e6160213b67a8f75]

        SRC640

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [8249c0288b5aa57ef004533e335f4056190c921b]

        SRC640

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [e4a67b680c25d86887733a414ba5ca91d442c02a]

        SRC640

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [12f389db64cd30247255fd5eea976de4e237c131]

        SRC640

2001-08-28  Malte Timmermann  <mt@openoffice.org>  [df4b825ba1eae6e51a4f0449732ff3e3ba380bfd]

        #89855# Removed class International

2001-08-28  Caolán McNamara  <cmc@openoffice.org>  [a6aab1f32ef416e38f30c336620bb40608f699bc]

        #91214# Illustration index has less pattern possibilities than toc

2001-08-28  Malte Timmermann  <mt@openoffice.org>  [c46e34aa5e7d4f102f618df335a46525fcd7d965]

        #87976# AscianCompression - use values from idl

2001-08-28  Christof Pintaske  <cp@openoffice.org>  [124896aba1cdd045d3f85ede4d0739a8dcfa7db8]

        #89352# reencoding of printer resident fonts is off-by-one on Linux

2001-08-28  Malte Timmermann  <mt@openoffice.org>  [f6efc1591b5721e4f27c052ab688e63ee2dfeb24]

        SetStyleSheet: pStyle may be NULL (Undo)

2001-08-28  Björn Milcke  <bm@openoffice.org>  [72e7d80d7fab5bfb12b7dbdd583da2e9357e58e5]

        #91579# +spline-order, +spline-resolution for spline charts

2001-08-28  Rüdiger Timm  <rt@openoffice.org>  [ab8722fe9222ba155c9ff24ee3e6b50bdc58a29f]

        lingucomponent depends on module linguistic

2001-08-28  ok  <ok@openoffice.org>  [9398d069e1cc9103b9abdf1261d4231e5a07fbb2]

        fix: #91498#

2001-08-28  Malte Timmermann  <mt@openoffice.org>  [7379c1a1b2d8a87b5ab0018ad70b5529e20b7a28]

        #91575# Store StyleSheetName as Unicode too...

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [57b769aac9a1afe285bf859fe2a0cf7bbfa33495]

        #74241# no data type NUMERIC - upon writing, this is mapped to DECIMAL anyway

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [223b1bdf785578b3e4c6bb7f0e68168d26ede672]

        #74241# UpdateBuffer: catch SQLExceptions so we can pass more info to the caller

2001-08-28  Dirk Völzke  <dv@openoffice.org>  [de4d0606b86b540bd54e98140d5db50df7bbdbfc]

        #91405# Don't set READONLY flag for http documents ( for better support of webdav )

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [acc8fa94828053e45383d38f598eed8a890d9918]

        SRC640

2001-08-28  Vladimir Glazounov  <vg@openoffice.org>  [b3674ecf9711f09ee63599e0e40e7565175ffda2]

        UDK303

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [e862ee7e19f488a465ef6f618baae47ae12a7088]

        #91573# UpdateTableList returns the driver used for connecting

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [f5b74aeea6bd4b722dba2e0b68e9367e74c3afef]

        #91573# STR_HINT_READONLY_CONNECTION / STR_HINT_CONNECTION_NOT_CAPABL

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [3e6bece4bbff24ad93995d2a0f6961aeb0dea704]

        #91573# enable the items (drop/add/edit) only if the connection is capable

2001-08-28  Andreas Bregas  <ab@openoffice.org>  [fcbad93bdae18d52581f3d70bfb5ab4e46b32558]

        #91251# Assertions removed

2001-08-28  Thomas Lange  <tl@openoffice.org>  [f2333453328db8cd7f13534410ac9623ebc222fc]

        #91580# convert to/from localized symbol names for XML annotation import/export

2001-08-28  Frank Schönheit  <fs@openoffice.org>  [ba49bae53bf68d798ac5800419a3cb4aa6eaff05]

        #90840# small spelling errors

2001-08-27  Kurt Zenker  <kz@openoffice.org>  [fd1138a279fc6805ea484a6b5377fd3edd1359f5]

        Merge SRC638: 27.08.01 - 22:26:12

2001-08-27  Rüdiger Timm  <rt@openoffice.org>  [00230748d22fdf9d1aefffdb1aa06d18f3847d86]

        Merge SRC638: 27.08.01 - 22:27:09

2001-08-27  Oliver Bolte  <obo@openoffice.org>  [8cb4323f0023fa6c2081909397a240c63033b8a4]

        Merge SRC638: 27.08.01 - 22:26:46

2001-08-27  Kurt Zenker  <kz@openoffice.org>  [3cd8c44af8967fdf9dc1a8b89a414653d4bffc64]

        Merge SRC638: 27.08.01 - 22:25:32

2001-08-27  Rüdiger Timm  <rt@openoffice.org>  [05790f609c2e4c0480c0fff4a385af89b37881a2]

        Merge SRC638: 27.08.01 - 22:23:59

2001-08-27  Kurt Zenker  <kz@openoffice.org>  [9bde20daba8c854684fae3c77e3381b01aab8f96]

        Merge SRC638: 27.08.01 - 22:23:46

2001-08-27  Oliver Bolte  <obo@openoffice.org>  [e3ac3eb9f7d984dd30c5ca43a0b38f432b71d118]

        Merge SRC638: 27.08.01 - 22:20:56

2001-08-27  Kurt Zenker  <kz@openoffice.org>  [716f8bdab36b60c1e8d89c7bf7b35c8453fa044e]

        Merge SRC638: 27.08.01 - 22:20:25

2001-08-27  Kurt Zenker  <kz@openoffice.org>  [e8687db835e7f6b532eb762ec9920c5afb639aaf]

        Merge SRC638: 08/27/01 - 22:20:26

2001-08-27  Kurt Zenker  <kz@openoffice.org>  [8aff07d7169b673a796c9d8689afedc80278ba0b]

        Merge SRC638: 27.08.01 - 22:17:26

2001-08-27  Kurt Zenker  <kz@openoffice.org>  [42552e0d163874a2cad46875b3d6534b8987a345]

        Merge SRC638: 27.08.01 - 22:18:00

2001-08-27  Vladimir Glazounov  <vg@openoffice.org>  [e853f1f004152d40b45c29e9b276c913189d23da]

        Merge SRC638: 27.08.01 - 22:17:47

2001-08-27  Kurt Zenker  <kz@openoffice.org>  [42264694710b217769802c6bc5f7dc9b2417c66e]

        Merge SRC638: 27.08.01 - 22:15:20

2001-08-27  Vladimir Glazounov  <vg@openoffice.org>  [f21bf8d88d7063e6cc02f302aeb8ce522fc28b71]

        Merge SRC638: 27.08.01 - 22:14:45

2001-08-27  Kurt Zenker  <kz@openoffice.org>  [3428c5b02937f8d267180e1b0de31ad31456b1f4]

        Merge SRC638: 27.08.01 - 22:13:12

2001-08-27  Kurt Zenker  <kz@openoffice.org>  [6d585353c44603fa1b37039feccc7ba830597962]

        Merge SRC638: 08/27/01 - 22:09:24

2001-08-27  Niklas Nebel  <nn@openoffice.org>  [c36b9320e3c7a471486ce44660523889a0719251]

        #91598# ScEditEngineTextObj is ref-counted, must be acquired/released

2001-08-27  Niklas Nebel  <nn@openoffice.org>  [c9f5a18aa62222735187d4f65e3e34dcbbcfed0b]

        #91589# GetCompatibilityCurrency, auto decimals for currency from locale

2001-08-27  Niklas Nebel  <nn@openoffice.org>  [36b1e214d2e6542aa7a6cb11d6262110ae0bd4d6]

        #91589# use GetCompatibilityCurrency to get automatic currency

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [5e2b244ed6ad45c1424a691606c5de395eccccd7]

        #91537# corrected restoration of script events in writeEvents

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [8552785a5e58615727475777f61d5f6d4627c642]

        #91537# corrected evaluation of macro names for StarBasic script ebents

2001-08-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d56d4ac057a6baacde38f2a2f530d459007681ec]

        #65293# more types

2001-08-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1aebb1088520c85487b4d61cd4ada92152b1bfb3]

        #65293# more types

2001-08-27  Daniel Vogelheim  <dvo@openoffice.org>  [9bc840c4e81677f7a43905bb65dfab4a6bd5a69e]

        #91214# avoid crash, even if document has bogus indices

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [36325103daeaa1021563746fdd1ff4dc20601d48]

        #91537# changed the runtime representation for form (control) StarBasic script events (now with 'application' resp. 'document')

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [9e8f46be8b3aff149eaae650571546f307a3d007]

        #91537# export a library attribute when exporting a StarBasic script event descriptor

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [ff36b7f0ad076b07fe2ba9d0a97a7891d517fdb7]

        #91537# recognize the library attribute when reading events

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [84fd8bb179da860017ebfefc36521597375ae3fd]

        #91537# corrected OButtonControl::queryAggregation so that XButton is not served by the aggregate

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [8f98f2a3d3ccb8df48fc5e933ff0c64bcf497835]

        #91537# +transformEvents / transform event descriptors when reading/writing events in the old 5.x format

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [7a1fc49f6d94b6999d6307edccdba0495d224beb]

        #91537# +transformEvents

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [4991dc0d016a8b39f93d61449ca4269bc1bda798]

        #91537# firing_impl: recognize script URLs with a location given ('application' or 'document')

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [6a76877c5701d1653de8021c5f61fb3f39676eb0]

        #91537# +CallStarBasicScript

2001-08-27  Philipp Lohmann  <pl@openoffice.org>  [987e7321240b3cf415b40603224fc46838d024eb]

        #90565# do not capture the mouse without reason

2001-08-27  Behrend Cornelius  <bc@openoffice.org>  [89a2914b37c57270d8b06f28f289039354b5d748]

        #91592# Debugmessage removed

2001-08-27  Mathias Bauer  <mba@openoffice.org>  [0baa4c4ffb74f38e1738944e67355290914006ad]

        #91569#: clear errorneous storage before returning from GetStorage_Impl

2001-08-27  Mathias Bauer  <mba@openoffice.org>  [e14356babbe7503340ff9d3ba8560d9def7532fb]

        #88229#: transfer open arguments to model for new created documents

2001-08-27  Mathias Bauer  <mba@openoffice.org>  [25c8751e5bb0931aab39f6fb70d52978bfecc538]

        #88229#: save window state on closing task

2001-08-27  jp  <jp@openoffice.org>  [22fe9a6534ca6c02b38f2c500ceeaed5291b01f5]

        Bug #91544#: new flag for don't expand the start of an attribute

2001-08-27  Bernd Eilers  <bei@openoffice.org>  [8de0d922a697833d16211cf39e6365d2fd154b87]

        #80424# added config target

2001-08-27  Kai Ahrens  <ka@openoffice.org>  [0d299cf3742e00d37814efdcd6481e7e3ca873c2]

        #89975#: watch for rotation while cropping graphic

2001-08-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5449843b46ccb5a1f7728a3db167a09e8ae7c5b]

        #87895# a special hack for vcl

2001-08-27  Armin Weiss  <aw@openoffice.org>  [0d60a58f0414c9ea0b24cec6b6d97a61ec467b68]

        #91457# restart when add to dictionary takes place, too.

2001-08-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f062a4ff7cd4e6331ff8b3908e8eb871d9ec1931]

        #65293# PRJNAME needed in lower case

2001-08-27  Eike Rathke  <er@openoffice.org>  [b3498153293e54fe2a36a021bd4395968126bd67]

        #87282# date i/o without gregorian class Date

2001-08-27  Eike Rathke  <er@openoffice.org>  [d8b359637f444d8c50d42c101f838342feae1e0c]

        add: getEpochStart

2001-08-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb0ea6b88c4dd31944d664a1231ccdd3af2cdc7a]

        #80424# targets and settings for ant builds

2001-08-27  Sven Jacobi  <sj@openoffice.org>  [d1f19a9ccab208a0f7f62ff65adbe299639a260e]

        #88265# now exporting the correct clientanchor size

2001-08-27  Björn Milcke  <bm@openoffice.org>  [82a123ff0f9e529115fce63d344574ba2c64b9a1]

        #91579# +properties SplineOrder, SplineResolution

2001-08-27  Ocke Janssen  <oj@openoffice.org>  [c70fd2cc0c998df9f9d9bed38ac546c60d649d2d]

        #91566# enable undo/redo for table movement

2001-08-27  Armin Weiss  <aw@openoffice.org>  [4b4d98bff176b59f61c47f3af405fc0997243e07]

        #88751# init text position when vertica caption object is created

2001-08-27  Björn Milcke  <bm@openoffice.org>  [015e480ed272688589a6f72ebd581909c473952a]

        #91581# typo => ZAxis was not exported

2001-08-27  Peter Burow  <pb@openoffice.org>  [ccd9f160b1fe246b438bd82b88f11d105d67ed7c]

        fix: #88605# dont use OutputToScreenPixel() for Ruler-ContextMenu

2001-08-27  Björn Milcke  <bm@openoffice.org>  [c1812c00ada8254cced4c6c5b94c9831cc2efc59]

        #91574# +"text-overlap" for chart axis texts

2001-08-27  Peter Burow  <pb@openoffice.org>  [a0fb28eb52e2a6135c59ca1cc3e857a24c5c0caa]

        fix: #87662# min value of relative mode 5 instead of 0

2001-08-27  Björn Milcke  <bm@openoffice.org>  [c04f2f77dcf9a1bb28da039a33641a03b3e42167]

        #91574# +"text-overlap" for chart axis texts

2001-08-27  Philipp Lohmann  <pl@openoffice.org>  [a04e35b7bd977c6f486843397164275432cc5547]

        #78526# fixed a crash with enlightenment

2001-08-27  Peter Burow  <pb@openoffice.org>  [6048137bd64406f4f17d008f2bc89db9e98cc22e]

        fix: #91311# dont append a '*' when already exists

2001-08-27  Kai Ahrens  <ka@openoffice.org>  [1e9558c3336bf71490b7e1ccab8b472d1c082fb1]

        #91558#: don't use, assign and increment variable in one line (ReducePopular)

2001-08-27  Hennes Rohling  <hro@openoffice.org>  [8a762acd233ff469973818e6f78b9917b8e1fb26]

        #89308# Lock solarmutex before accessing resources

2001-08-27  Thomas Benisch  <tbe@openoffice.org>  [5a0f40ee182dfd615d5c7df67026326b139820ab]

        #91121# adapt library management in BasicIDE to library containers

2001-08-27  Malte Timmermann  <mt@openoffice.org>  [5348eac7d67ebb727512fb0ca1f6b03cf53142bb]

        deps from unot

2001-08-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c7f3b7d89aa4ba417c6b7b1e280cc3156563cbf]

        #65293# missing dependencies

2001-08-27  Eike Rathke  <er@openoffice.org>  [9421405861f17528b5fd1f6d781409acd9e8da8c]

        #87282# negative time value -12:34 is valid numerical input

2001-08-27  th  <th@openoffice.org>  [2674115290ba63de0d730539f965a45723688bc6]

        #76725# - Now default is maximized, if ScreenSize is <= 1024

2001-08-27  Andreas Bregas  <ab@openoffice.org>  [9f5fef9822e255293e1dcc5607dd405d648b0061]

        #90646# Use own BasicSimpleCharClass instead of call to C-API isalpha/isalnum/isdigit

2001-08-27  jp  <jp@openoffice.org>  [88b95d58eb0907757a45319de6e74df487822899]

        Bug #90832#: call execute on the FileDlgHelper

2001-08-27  Andreas Bregas  <ab@openoffice.org>  [34345b32e2785e3ed5584e8789bd4944b1ee5c1b]

        #90646# Use own BasicSimpleCharClass instead of call to C-API isalpha

2001-08-27  Christof Pintaske  <cp@openoffice.org>  [d92b578d6ed74e605b6f095a1e0392d47dc856a2]

        #89352# reencoding of printer resident fonts is off-by-one

2001-08-27  Ocke Janssen  <oj@openoffice.org>  [26b53995540a281b68c46aba49cc53fd9e07d5d1]

        #91340# forget to quote column name

2001-08-27  Andreas Schlüns  <as@openoffice.org>  [8209579ff80440800d46ea00848a9381a8932d13]

        #91263# support for filter UINames

2001-08-27  Nils Fuhrmann  <nf@openoffice.org>  [e5fd59aa67e021c7f9c81a2a9d9e1790b59ceb95]

        Fixes for merge #87134#

2001-08-27  Daniel Boelzle  <dbo@openoffice.org>  [dc3385b8adfd60f28f219a5615696fa424382767]

        #88337# documentation

2001-08-27  Philipp Lohmann  <pl@openoffice.org>  [fd9a2346a0ca479afc054ef572629451aab63d69]

        #90132# remove PSPRINT defines

2001-08-27  Jörg Budischewski  <jbu@openoffice.org>  [f8e77df01a9916af03470000228f4e3052f685f5]

        #91457# acceptor crashes, when an unknown hostname is given, improved error handle

2001-08-27  Philipp Lohmann  <pl@openoffice.org>  [7f30d2fe65d5c7b82e50652dd32993d1d93927da]

        #79518# added DelData

2001-08-27  Philipp Lohmann  <pl@openoffice.org>  [cc2f1d74cd3d5389e790dcf7862abd6be98ab7fd]

        #90132# removed USE_PSPRINT and USE_XRENDER defines (now default)

2001-08-27  Vladimir Glazounov  <vg@openoffice.org>  [04af85f7c498a8931c795faf61a6a08cb7a82bd3]

        #65293# corrected environment checking

2001-08-27  Gregor Hartmann  <gh@openoffice.org>  [ee0fdd2f8cf5c2f8bab68755df84bf21701be881]

        #90964#new slot handling

2001-08-27  Andreas Bregas  <ab@openoffice.org>  [26d77d82df6844b1a905ba13d011c52abfcfd5b0]

        #90646# BasicSimpleCharClass to avoid calls to C-API isalpha

2001-08-27  Ocke Janssen  <oj@openoffice.org>  [1c20e8d0e147837b705e8d8e86a23c8603ab2f20]

        #91350# some assertions for insert and bookmark fetching

2001-08-27  Ocke Janssen  <oj@openoffice.org>  [0f790f5e7c6dd68b44e69ab3b73dd93aa6e25803]

        #91350# some assertions for insert and bookmark fetching

2001-08-27  Ocke Janssen  <oj@openoffice.org>  [50e4acee4c82e55234e722c40dc3a1579a906b26]

        #91350# correct the bookmark value in m_aRow

2001-08-27  Frank Schönheit  <fs@openoffice.org>  [e3c7d9a990d5a75d889d907dd61ff76e68b58ddd]

        #91538# minor spelling issues

2001-08-27  Stephan Bergmann  <sb@openoffice.org>  [5049da3b215a3d8b0e4546c14a967af8bce74574]

        #91400# Further clarified documentation.

2001-08-27  Stephan Bergmann  <sb@openoffice.org>  [7932847f388d49748e83fd097672b789e3aa2862]

        #91400# Use default CfgMgr instead of ofa (so other soplayer does not need ofa); more resilient to missing resources.

2001-08-27  Dirk Völzke  <dv@openoffice.org>  [4e4e2b88b53b7a4cba6c2b40cb989c1dd3d54c6e]

        start FileDialog in separate thread in every call of ::execute()

2001-08-27  Mathias Bauer  <mba@openoffice.org>  [545a9b17b0ae79cc55d8f8fa3c149782dadb7f90]

        #88062#: restart office only when there is a recovery

2001-08-27  Mathias Bauer  <mba@openoffice.org>  [1576b0e1447733e6dc72fdc27cec770eb201f1fa]

        #87722#: handling of macros in menues fixed

2001-08-27  Mathias Bauer  <mba@openoffice.org>  [e2cd38ef5a0907b6515769ec3e2940193c2105cd]

        #87722#: saving user defined toolboxes into 5.0 format fixed

2001-08-27  Peter Burow  <pb@openoffice.org>  [9b0e786b4d652e47d40494a16a8fb7b5d322a215]

        fix: #91512# mark subindex entries with a blank

2001-08-27  Martin Hollmichel  <mh@openoffice.org>  [a95ba8ab890e0a182a53deec53129f2282f21f8b]

        chg: exceptionfiles

2001-08-27  Ocke Janssen  <oj@openoffice.org>  [7e3bcc7acfb3750288d6c538ce16643db202513a]

        #90015# some speedup's

2001-08-27  Oliver Bolte  <obo@openoffice.org>  [352e0c938d1f8d5856d38b1e62c1db876e581c18]

        Merge SRC638: 27.08.01 - 09:07:34

2001-08-27  Ocke Janssen  <oj@openoffice.org>  [0cc588d04c16113935b921d79fe9f18380ec65f8]

        #90015# some speedup's

2001-08-25  Oliver Bolte  <obo@openoffice.org>  [3fa1163b474c79223a9f040f761085305e285d65]

        Merge SRC638: 25.08.01 - 22:20:19

2001-08-25  Oliver Bolte  <obo@openoffice.org>  [dc5e53659340e4ee67ed6dd4e16b37ea0e23d6b9]

        Merge SRC638: 25.08.01 - 22:19:09

2001-08-25  Vladimir Glazounov  <vg@openoffice.org>  [5d029da5c74d2ab3393f9cea382c2dbb077461a0]

        Merge SRC638: 25.08.01 - 22:17:11

2001-08-25  Oliver Bolte  <obo@openoffice.org>  [64dbe60bfff7837f899e30d8759e0c22776c55f4]

        Merge SRC638: 25.08.01 - 22:15:28

2001-08-25  Kurt Zenker  <kz@openoffice.org>  [cd969c57d9a59596c38df0cc4ef99d1d1baa6925]

        Merge SRC638: 25.08.01 - 22:13:42

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [5cda7128fad24bc83dd5a24f41e6731e4d79ff29]

        Merge SRC638: 08/24/01 - 22:45:46

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [655de444e3d63c9a8c5b1e7f902e5899b8b5e296]

        Merge SRC638: 24.08.01 - 22:43:47

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [dc5e405a2dec2c51504e75ee55e3de3896c793b4]

        Merge SRC638: 08/24/01 - 22:43:02

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [84d5b31df640f11a6f9c283d7369f80d6c1251ce]

        Merge SRC638: 08/24/01 - 22:41:27

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [e4b050cde2c09b64d76385b9ce0f94dca7b7d3a4]

        Merge SRC638: 24.08.01 - 22:39:52

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [fbc4c233bc32f4e5fa143039e0df17fdc19ae81e]

        Merge SRC638: 08/24/01 - 22:39:47

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [756507edddf7d86b3623c991154d4fd93a4328db]

        Merge SRC638: 08/24/01 - 22:36:38

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [0ff069e695ff4fc3b8d6ec2cbed5d15cd5f4423d]

        Merge SRC638: 24.08.01 - 22:34:48

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [f0bdd393acb3f5fb771f7b4ca459c420a7fadb4a]

        Merge SRC638: 24.08.01 - 22:33:22

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [6ca51cfcb12cd706892232ce6640c68c33637d43]

        Merge SRC638: 24.08.01 - 22:31:47

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [d188958cdbb0b0e659000264d988523363ce2d77]

        Merge SRC638: 24.08.01 - 22:31:16

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [7b5e1e9ce68373640aeaf4c642475019c6ce2c78]

        Merge SRC638: 24.08.01 - 22:28:42

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [6b061ff2bccd75be5118994b3b97185b72f3a33d]

        Merge SRC638: 24.08.01 - 22:26:06

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [e440ff1926aada97ae2326b07e0683598560cfcb]

        Merge SRC638: 24.08.01 - 22:23:36

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [2eaeedeae2157890a942f86195a52540a7a26238]

        Merge SRC638: 24.08.01 - 22:23:27

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [c4e9b6d23af88559b718d1af8963d22c48587c92]

        Merge SRC638: 24.08.01 - 22:21:42

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [29e6b56b00527416d6512d7c128d389454a1d118]

        Merge SRC638: 24.08.01 - 22:22:10

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [878f06eb6146cdb8447545dcb6c45a8e865ffd8b]

        Merge SRC638: 24.08.01 - 22:20:06

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [56aa7a7ccf77baedfdd7f9dbe915a7ef98b60db8]

        Merge SRC638: 24.08.01 - 22:19:14

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [4494d35baee9ae46a58599a49729fb1ac9be8c0a]

        Merge SRC638: 24.08.01 - 22:19:08

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [ff15c74de8496bdb9ae34993aed9f942661f0e57]

        Merge SRC638: 24.08.01 - 22:18:53

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [7ff2550e83d7e48b1f70b44f9fc7e63416430eef]

        Merge SRC638: 24.08.01 - 22:13:43

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [26f27626b215cab510642f6938deac797b3aa76e]

        Merge SRC638: 24.08.01 - 22:12:03

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [54f0fc2d10ecfd5e4fe175895bd291b983500fb0]

        Merge SRC638: 24.08.01 - 22:05:53

2001-08-24  Niklas Nebel  <nn@openoffice.org>  [bb4d4f9b02fbca70b75ea9b05536316da319f8e6]

        #91522# ctor: create SvxForbiddenCharactersTable if document has none

2001-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8d2ee780c07d2c1ac1c446d0828cc428497ad800]

        #65293# description fallback looks for wrong names

2001-08-24  jp  <jp@openoffice.org>  [bf9b8d180e58f101664310ce7ccbd6b26eea2d91]

        Bug #85927#: load .sxw or .sdw document

2001-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [930176556005f69563ffb322494e524fc2f94fb6]

        #65293# missing dependency

2001-08-24  Christof Pintaske  <cp@openoffice.org>  [7e4687b8475bbe4b75c02473ed6338a3677da811]

        #78526# Set/GetWindowState for Unix (dtwm)

2001-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eb1d5418b7098788a93547a97dce908adca1ab4a]

        #65293# missing dependency

2001-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [13f9c78d5aabd5a35d0ef5bc6210edcf42926845]

        WINVERSION... already in SHLnTARGT

2001-08-24  Armin Weiss  <aw@openoffice.org>  [c25c5b2f49e46b9282ceda9fa935874c967642e6]

        #91510#, #91508# added initialization for vertical draw text objects

2001-08-24  th  <th@openoffice.org>  [6b8398c5803b4205c02b31b0aa13e0c60e95861a]

        #88363# - IsLocked() now implemented and without bSystemWindows

2001-08-24  Philipp Lohmann  <pl@openoffice.org>  [a758f22789e1b9c18dd15ad85ebf7e0602a641b3]

        #79518# toTop on setParent leads to flickering on some WMs

2001-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6ba52479153ee33aa51618e75a03cc0f94a9cdba]

        #65293# missing types

2001-08-24  Behrend Cornelius  <bc@openoffice.org>  [a853a8b39a695f72551683b42c2d120c9916e8a2]

        #91520# library for calendar template adapted to new basic dialogs

2001-08-24  Andreas Bille  <abi@openoffice.org>  [c3f974a8888b07f9b2596691a4aa591f9a1bc72c]

        #89900# Once more modified ordering

2001-08-24  th  <th@openoffice.org>  [8267f31ae0df12f677f7d6c30d17c1495a6b9cf5]

        #74208# - RULER_BORDER_MARGIN

2001-08-24  Behrend Cornelius  <bc@openoffice.org>  [bba291be6e4381f73a319911f59ccddb08083b42]

        #91238# Boolean fieldwidths now also calculated

2001-08-24  Andreas Bille  <abi@openoffice.org>  [a1b967f04139606fb9786da2aaafefcbcf388ab4]

        #90965# closing db object before destroying it

2001-08-24  Andreas Martens  <ama@openoffice.org>  [4f46844376f1a5bd3af593c691c62940cc91e383]

        Fix #i1511#: No ASSERT when clipping object

2001-08-24  th  <th@openoffice.org>  [384438472d0c1679ed0744ee0a0a92465ff7558a]

        #74208# - RULER_BORDER_MARGIN #78301# - Use same colors as MS to draw the ruler

2001-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f195b1f2a61627e3e77206c433dec6f702866f04]

        #87136# no ALL target for L10N-framework

2001-08-24  Stephan Bergmann  <sb@openoffice.org>  [d8edf8be0f35a7a2986e84b4d384878b1970b034]

        #91424# Some fixes.

2001-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c58b388a0a2b6d016582f2338782083c70a7831a]

        #87136# no ALL target for L10N-framework

2001-08-24  Ocke Janssen  <oj@openoffice.org>  [564b563d594e4e516215bf20ab46dc5d7ada67f2]

        #90015# some speedup's

2001-08-24  Carsten Driesner  <cd@openoffice.org>  [fdc4c27baccbc337865473d2ad7edaeb2a927062]

        #91482# new time bomb text for beta

2001-08-24  Kai Ahrens  <ka@openoffice.org>  [31904aa2d86596d1ca3674d7c4b789410a510a6a]

        #84444#: added size parameter for ::GetBitmap(Ex)

2001-08-24  Andreas Bille  <abi@openoffice.org>  [2dc94e3694657bac2f24e84a165c6c8f731604f6]

        #90965# An additional bug only occuring only under UNIX

2001-08-24  Dirk Völzke  <dv@openoffice.org>  [821942795806db7eb4fb365460527e92e6cc6d12]

        #91507# Save only files with sorage file format with password

2001-08-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e47f6f87119577ba4f337499ff91e07460be324]

        #87136# no ALL target for L10N-framework

2001-08-24  Malte Timmermann  <mt@openoffice.org>  [008e2ad56eab17a542748c6fff55fb2631cc24ba]

        #91492# MouseButtonDown - call EditView, even if EE_PARA_NOTFOUND

2001-08-24  Christian Lippka  <cl@openoffice.org>  [bc8ee8d1f948dc44a150af57b104755e18b1e1af]

        #88186# updated documentation for connectors

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [439fe03fcc32b246074c772b94af03776359e7ce]

        Merge SRC638: 24.08.01 - 15:42:24

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [b8f7e30816b25691e781649e1cf6f6168e35354c]

        Merge SRC638: 08/24/01 - 15:43:50

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [aa6ea82ec9082bac5defab443f8ede6911908948]

        #91024# in ExecuteDrop, do an implAcceptDrop and return if drop is not allowed

2001-08-24  Kevin Hendricks  <khendricks@openoffice.org>  [173862abcbfe17a150ae198be90f122000a2ef28]

        add -frtti and change to -O2 (with extra switches to workaround ppc linux compiler issues
        
        Kevin

2001-08-24  Stephan Bergmann  <sb@openoffice.org>  [9a7e23a6f43b7d8031b30e9f092e0b16f67043fb]

        #91424# Dropped extra full-stop from ERRCODE_UUI_WRONGMEDIUM.

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [050f3ad7c2958d6567d9424bdfe9e2bfc63df347]

        Merge SRC638: 24.08.01 - 15:41:37

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [0e45cf34bd87ef56fed81e6107274cdb4da17d4b]

        Merge SRC638: 08/24/01 - 15:41:48

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [8e6de7b0f83211426b0c8073c77a0e6ae4b4f5dc]

        #91024# +implAcceptDrop

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [1cc0c51a3524a7597df0d4f476362db3bf53405d]

        Merge SRC638: 24.08.01 - 15:39:15

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [b4f0b3c2dc6080e8cd1a83b9e17d91bd2cd53791]

        Merge SRC638: 24.08.01 - 15:39:22

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [fd6e4eaeebf72f2813370050d760ccf3f760ada9]

        Merge SRC638: 24.08.01 - 15:36:57

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [80e8bf0cc170444b50c6dc857c64d0a2b3f962a4]

        Merge SRC638: 08/24/01 - 15:37:54

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [9850a3a40178661a31a235afae00349718e16c75]

        Merge SRC638: 24.08.01 - 15:36:44

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [2b7dc61d7049dd110db3bfef7da395c9750ac82b]

        Merge SRC638: 24.08.01 - 15:36:27

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [1cbfe391de840346a52081e50e5a65a6f7804dbe]

        Merge SRC638: 24.08.01 - 15:33:06

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [96057cb8a82c9e3b6a8b8a6b02ff4500fb1dc3be]

        Merge SRC638: 24.08.01 - 15:29:25

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [0fa501be80d79603d3963dd6a7ce3a07a70f33dc]

        Merge SRC638: 24.08.01 - 15:29:32

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [918e6f2e8c04a65bc3188aec911fb5311cccd337]

        Merge SRC638: 24.08.01 - 15:25:33

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [c6d2b98bb72db2ee17b1d93987cd0da2de83e9a7]

        Merge SRC638: 24.08.01 - 15:25:05

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [1da53cb4e35a46397a9b15d767c603b6728fb511]

        Merge SRC638: 24.08.01 - 15:24:36

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [e679fe506379805c38aac8d617b9c7fbb81875eb]

        Merge SRC638: 24.08.01 - 15:24:09

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [1ac3a039001a52610254f097ee256924a0de9e80]

        Merge SRC638: 24.08.01 - 15:23:15

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [3f0433aa4d0d8f47b86e0eafaa663d033684dca0]

        Merge SRC638: 24.08.01 - 15:21:40

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [aba85ee21a9fade2608dec598d20d5391071f793]

        Merge SRC638: 24.08.01 - 15:20:57

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [8dc59f75ee5319385b2520c6e3b6e4e80a11203a]

        Merge SRC638: 24.08.01 - 15:18:37

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [c9c18b270ff1d181899076a5be147567d20c35eb]

        Merge SRC638: 24.08.01 - 15:17:56

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [9f6859188d2d6a0e1fb26cb5b74b52ac1224cbce]

        Merge SRC638: 24.08.01 - 15:15:41

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [432011d2bba3a1c00b8f2cea37ebc4ad20c3fb6e]

        Merge SRC638: 24.08.01 - 15:17:02

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [aeb1f5ee748296c595aeb8ad7a6c3bdbddaebea7]

        Merge SRC638: 24.08.01 - 15:16:20

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [f9395e637c9158d5d8b1bada4e76a487d32ae67a]

        Merge SRC638: 08/24/01 - 15:16:37

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [ef0e8aba904451c8147b371f5207e2cd43793b2f]

        #91415# hold a IWarningsContainer and forward it to the single query objects

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [7751ebe158b75def0c97621579cbb72c79d3ab05]

        Merge SRC638: 24.08.01 - 15:14:45

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [babc2b53427674f2198224597bd5b5a9e769a93c]

        Merge SRC638: 24.08.01 - 15:14:19

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [d490480ec026b09f4a8969dcd19b6b33f9a760ce]

        #91415# hold a IWarningsContainer / in getColumns, catch SQLExceptions

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [f84517d8ea1b813da54f7147c2e5fd7f6599597c]

        #91415# +appendWarning( SQLException )

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [42cba0b88cc95f7c3f849a662d79531bff4b3a3e]

        Merge SRC638: 24.08.01 - 15:13:52

2001-08-24  Stephan Bergmann  <sb@openoffice.org>  [adb221cb62714e03587e915a48b95259d1b81b2b]

        #91424# Interaction handler no longer uses ErrorHandler::HandleError.

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [6abc9aabb98b9fb596564a66a3690439dc390013]

        #91415# hold a IWarningsContainer

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [6e8eeeb731f92554e38396d775b169b6103704dd]

        Merge SRC638: 24.08.01 - 15:12:43

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [7107579f07c1ee4c92ac3d0c777cb38a7d373122]

        #91415# outsourced OWarningsContainer (warning.hxx)

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [8be611953aaeb2ee040b80ed3665db48a6bb517c]

        Merge SRC638: 24.08.01 - 15:11:09

2001-08-24  Christian Lippka  <cl@openoffice.org>  [be5759ad5d01c9569da2fad2d8aa23f44d05d0ce]

        #89061# added optimization for first page only previews

2001-08-24  Christian Lippka  <cl@openoffice.org>  [d80eadf8c4f889aa3adb6ec8cb5ab1b031825759]

        #89061# added optimization for first page only previews

2001-08-24  Andreas Martens  <ama@openoffice.org>  [9ef0754706a5f190b217410fa7bca0f0186d71be]

        Fix #88945#: Fly cache

2001-08-24  jp  <jp@openoffice.org>  [1aecd6ab621524a8937f85cae075f12bca37f267]

        Bug #90799#: DataToDoc - use valid access range

2001-08-24  Niklas Nebel  <nn@openoffice.org>  [1e5349f7dd1120c62b36a90e8ba4d39d05039eb0]

        #88467# ScrollCommand: don't change scale when editing inplace

2001-08-24  Christian Lippka  <cl@openoffice.org>  [67d5c6fd2094387381b8628c53c8fa360e2595e9]

        #84444# moved implementations to svx

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [0bc10d2e390d49414d2040f54a6f2a17b19542fc]

        new version for SRC638

2001-08-24  Daniel Rentz  <dr@openoffice.org>  [015a38b9a5480b7ceedd98694e299dbbad121143]

        #91273# first changes

2001-08-24  Dieter Loeschky  <dl@openoffice.org>  [e1b7dabe617bdbec585499a53c1b889ac0c7613b]

        #89414# Callout object: set text distance items

2001-08-24  Christian Lippka  <cl@openoffice.org>  [0c08a4940de1c5f07120b584cbbf4aa9939fcc45]

        #84444# moved implementations to svx

2001-08-24  Christian Lippka  <cl@openoffice.org>  [bafb1ba74a5d3bf42cff56a8f5fe849d45325297]

        #84444# moved implementations to svx

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [bb48243a27797c40372019b7d8c1e3b1972b494c]

        #90808# lazy load of drivers - do not load them upon instantiating the driver manager, but upon need

2001-08-24  Jörg Budischewski  <jbu@openoffice.org>  [82c3ee94f9844528fd06406758769cd5f06706c5]

        #91419# fixed filedescriptor leak for temporary files

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [8b6d73c8ad957072dddaadb981454bd5960e0da8]

        Merge SRC638: 24.08.01 - 13:34:53

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [639edb9be9168762bcb494b042104f19cd2760df]

        Merge SRC638: 24.08.01 - 13:32:02

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [ac73ac23eabf1b6b4083846adbad89261b2c848e]

        Merge SRC638: 24.08.01 - 13:30:12

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [8182900112c17a30cb5c04062901aec7789569b6]

        Merge SRC638: 24.08.01 - 13:28:18

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [d2c196cb16c830fd7da11dc218efb463fc2e5cad]

        Merge SRC638: 24.08.01 - 13:26:25

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [7ba922c867215ac2924bdff7bee227963f7311cb]

        Merge SRC638: 08/24/01 - 13:25:54

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [e046c504213f2a8ff9a8418a19898e1b0ee22004]

        Merge SRC638: 24.08.01 - 13:22:47

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [1117eb97385c3f2270e38a6192b93770677829bc]

        Merge SRC638: 24.08.01 - 13:22:35

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [ca4329c07f1fe54f36004c540ac7e08e49e5a4df]

        Merge SRC638: 08/24/01 - 13:23:44

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [4ad2d8d04d3b8a91bb314089d906160d8def6055]

        Merge SRC638: 24.08.01 - 13:20:44

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [4bc7caa26cd496d3dfad1b70a59068ab0df553e9]

        Merge SRC638: 24.08.01 - 13:16:51

2001-08-24  Daniel Boelzle  <dbo@openoffice.org>  [caf2c85cac562a6ed54bc463d874daf2835f68bb]

        #90686# write event sub elements

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [332047b7723923fd7348d993900ce42517fb8ab6]

        Merge SRC638: 24.08.01 - 13:14:47

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [f3bf41f42986cea39068080cdb77833e51d4d7b0]

        Merge SRC638: 24.08.01 - 13:13:55

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [2fb913a2dff284698276200e46c6426a9fa67925]

        Merge SRC638: 08/24/01 - 13:12:54

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [59c3a326cb16f4c0fa9e8fb2b576ea126c888de9]

        Merge SRC638: 24.08.01 - 13:10:59

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [e8281b83a26f1e6b131eccc008c4b9b118723a76]

        Merge SRC638: 24.08.01 - 13:10:52

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [95fec78deee1bef57e6595fcaaefc87fbfbe4476]

        Merge SRC638: 24.08.01 - 13:08:49

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [41c3a7ac318062c33ca50495e9d22e6fcf02a987]

        Merge SRC638: 24.08.01 - 13:08:03

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [b523e15a1f69b2837c7da4454189a8303ae835bc]

        Merge SRC638: 24.08.01 - 13:07:01

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [90756788172a3602243c1335a1c3d79dc3853a70]

        Merge SRC638: 24.08.01 - 13:05:07

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [21da33561e663e7859a7d4672392eb3d4ffe96e4]

        Merge SRC638: 24.08.01 - 13:03:03

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [26539edb6699d21d40ae5db5170a0abb95e4d337]

        Merge SRC638: 24.08.01 - 12:59:08

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [ee7bbf9f292285b5ac461d4e2d4641a96d6006bc]

        Merge SRC638: 08/24/01 - 13:00:40

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [6baaf5f7cc09b2cb139877872f39c64d2dbc6005]

        Merge SRC638: 24.08.01 - 12:59:17

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [69bf61f4d15d9a4686f1a778bea95f5c78285542]

        Merge SRC638: 24.08.01 - 13:00:04

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [d8511227f8418a9b20d51dd459357e4a91c82464]

        Merge SRC638: 24.08.01 - 12:58:04

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [39a8b5da466ffb50118246a8e30675aeaac79bdf]

        Merge SRC638: 24.08.01 - 12:57:07

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [6dad31be42c834d9bc3ba0502b3e1e36ae8f7f8c]

        Merge SRC638: 24.08.01 - 12:19:33

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [d0a40179b1b1e512719b74cdb220597b84784367]

        Merge SRC638: 24.08.01 - 12:56:15

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [71f9bc045f359488837ae864b31c3ffdd5e36d11]

        Merge SRC638: 24.08.01 - 12:55:28

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [d5e1190c5954d46edbd422a56118b8f023988225]

        Merge SRC638: 24.08.01 - 12:52:46

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [12be4250dc6d017ab5438a9a1d157724c5b51ea0]

        Merge SRC638: 24.08.01 - 12:52:54

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [8179f36a5d1bd10a09bf457eed78757b22dede02]

        Merge SRC638: 24.08.01 - 12:51:30

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [14ae424eea82f77e9c43385f798ad3eb8d570644]

        Merge SRC638: 08/24/01 - 12:52:34

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [369a5afc64781db221feb43f8b7aed4e6fd44d37]

        Merge SRC638: 24.08.01 - 12:51:34

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [f21ff4605174eb44866732e73b7aeca6fdc9660d]

        Merge SRC638: 24.08.01 - 12:50:52

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [b092063a654188d41666c343049726d94f1cbb2b]

        #65293# cant build remote vcl

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [0e04c39f531c6dc6cb2598d2965027a59d85b134]

        Merge SRC638: 08/24/01 - 12:49:22

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [81e76ecf1ce73654e6f2d48319708be47b004f85]

        Merge SRC638: 08/24/01 - 12:46:00

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [2a2a87408c520ad954a7b0d1e9cbe8ec5343bf52]

        Merge SRC638: 24.08.01 - 12:44:29

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [08ee44742b93a146238a91faa4e9d48a44fc086b]

        Merge SRC638: 24.08.01 - 12:44:44

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [d5739d85b2e3e369d90bfa208f7fb318a8d07e62]

        Merge SRC638: 24.08.01 - 12:42:32

2001-08-24  Nils Fuhrmann  <nf@openoffice.org>  [e61d2c2b69dc9e39ac99e198ff568f6a4d36dae4]

        Remove write protection in merge mode

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [bc39155e194261830ddafccb8313d17b378fae7b]

        Merge SRC638: 24.08.01 - 12:41:00

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [5ddc7b1d80e6f7748ad8a6db2946b38c336f7356]

        Merge SRC638: 24.08.01 - 12:38:43

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [a9f3c6139cc9788c873ff3809fa48157f692edb6]

        Merge SRC638: 24.08.01 - 12:38:03

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [0e90a36360169aae79298d88930e31d267c9dc13]

        Merge SRC638: 08/24/01 - 12:38:39

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [04a3b56a88398c8b6bcc08a3b117b3393d646c76]

        Merge SRC638: 24.08.01 - 12:37:34

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [3fcef62b20eb8f2fa03aa351b7a9c722e5ce78ef]

        Merge SRC638: 24.08.01 - 12:35:30

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [8c0a56a9a594f5cb05a082cfce38489a3e54cda0]

        Merge SRC638: 24.08.01 - 12:35:07

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [542fa7ad54290186845d61c04ec32c348390a40c]

        Merge SRC638: 24.08.01 - 12:34:40

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [61957747faced9beccf407ab23ff0cd8681b9228]

        Merge SRC638: 24.08.01 - 12:33:48

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [7a4bd114da6a3f2b4eaf64a3aab4efbf0b8cadb5]

        Merge SRC638: 24.08.01 - 12:32:48

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [08250b2ccef41917a03a4646849e9d42c1b4140f]

        Merge SRC638: 24.08.01 - 12:32:29

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [02d4a2cc328cb89123dc4c7b10d74eeca26e656d]

        Merge SRC638: 24.08.01 - 12:33:52

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [522f3f80234f219fcba8678efb3cb096e8171e2a]

        Merge SRC638: 24.08.01 - 12:32:27

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [f0b58c03ecc24d82d7cbc5b412caf4816b7705b7]

        Merge SRC638: 24.08.01 - 12:32:28

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [6abb50055db43fec804a2b9289dadae0e1b10c63]

        Merge SRC638: 24.08.01 - 12:32:15

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [df0562b2edab309959767dd37ae690a9af2a08fc]

        Merge SRC638: 08/24/01 - 12:31:07

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [9e452d33abb7938ba79853e347533dd0a7ddd44f]

        Merge SRC638: 24.08.01 - 12:31:02

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [c44e559914982f45d80bfc80bf1d0bf80ca0711e]

        Merge SRC638: 24.08.01 - 12:29:05

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [bab4cc9f31331e27547b89d39f28ce0f3de30898]

        Merge SRC638: 08/24/01 - 12:27:54

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [a6277124c10b9e2f9b0407adeb0461646e04e95c]

        Merge SRC638: 24.08.01 - 12:26:39

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [23fb961d6fc06dd424be8e94a2bd945fa4ced0b5]

        Merge SRC638: 24.08.01 - 12:25:54

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [543827f1cea90378b878c55ab209f53e1b0b6e7a]

        Merge SRC638: 24.08.01 - 12:26:19

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [fa09defd2833dec4bfa111c38d103db9bb7d5549]

        Merge SRC638: 24.08.01 - 12:24:32

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [481655ec479372ce17ea53c025bf709dff3451b2]

        Merge SRC638: 24.08.01 - 12:25:15

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [ba23b30cbf46cd7de77422a3b04592eacfb7e8a8]

        Merge SRC638: 08/24/01 - 12:25:02

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [70dbf6d1a0224ea38f7d3236f9f2fac389621332]

        Merge SRC638: 24.08.01 - 12:22:45

2001-08-24  Philipp Lohmann  <pl@openoffice.org>  [b2dff6689bfc458e27e5400fd666f46514ed24bb]

        #79518# implement status window

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [312919fa77f69a83235fa165a2b766634d5baf0f]

        Merge SRC638: 24.08.01 - 12:22:41

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [d9295375a71a0bd7f7706fcf01286d6f316aa10f]

        Merge SRC638: 24.08.01 - 12:21:56

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [d61a502905a28ae7564d7525926ca15cb8d6e4f8]

        Merge SRC638: 24.08.01 - 12:23:15

2001-08-24  Vladimir Glazounov  <vg@openoffice.org>  [c280fbb871254fbdd4592035cfb2d68849024780]

        Merge SRC638: 24.08.01 - 12:22:13

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [ef6d5952aadb9e23a558e12e9214cab50563cdb3]

        Merge SRC638: 24.08.01 - 12:20:41

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [ccbf68d1332f30d5ea7cf62f15d7b1cc647b7a2b]

        Merge SRC638: 24.08.01 - 12:19:44

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [b7565f69b4813b57b943e8ddea42257998be22db]

        Merge SRC638: 24.08.01 - 12:18:58

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [bf80af1a581112ae7c178027b7c12f5cded40426]

        Merge SRC638: 24.08.01 - 12:20:20

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [f27007216d58651d9708d6eb4c662f085fd9458a]

        Merge SRC638: 24.08.01 - 12:19:06

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [a69bafebaae01134abeef5101d608eabf742274d]

        Merge SRC638: 24.08.01 - 12:16:53

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [bc2c74b9528e622d06e912c48582f8643b152ce8]

        Merge SRC638: 24.08.01 - 12:18:12

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [b7d7e46e6ce0cf7f7efbe2423f0748ed5a15b74e]

        Merge SRC638: 24.08.01 - 12:15:40

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [95f3d2b01f14056fae8d6c81aad177bbb4e57de3]

        Merge SRC638: 08/24/01 - 12:16:50

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [5db6db74760016074ad13d27f127e4170252a1d5]

        Merge SRC638: 24.08.01 - 12:16:33

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [7e85935b16dbe5d47ad0fa60ab8c51aa2edcc0a0]

        Merge SRC638: 08/24/01 - 12:14:39

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [121648ada706e17b6db53226cca10c7e352d4a87]

        Merge SRC638: 24.08.01 - 12:13:18

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [c14a924ce6cde1cc395f6615f578685adf6fc63a]

        Merge SRC638: 24.08.01 - 12:13:26

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [1e059cba864d7ab504a9263a32e4f415df023c64]

        Merge SRC638: 24.08.01 - 12:14:16

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [dda8acd8e3ccef0679667295dc138c18a49906fe]

        Merge SRC638: 24.08.01 - 12:12:37

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [0d8528ad618be062e62ed0514438b5e8e1bee23b]

        Merge SRC638: 24.08.01 - 12:12:21

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [73e744698119546fed9e8a3373261e9e3fd5d8b9]

        Merge SRC638: 08/24/01 - 12:12:21

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [8566807706aa51d972c55c941863f851d99d8da2]

        Merge SRC638: 24.08.01 - 12:10:13

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [25e0f78021979da06e279a7c1709052320199bf1]

        Merge SRC638: 24.08.01 - 12:09:17

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [9e30b286dc4ed0ca2d0928faba36b5cf73348c9f]

        Merge SRC638: 08/24/01 - 12:09:55

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [8bf56cf1473fce214a864dcb32ccc9291cdf9aae]

        Merge SRC638: 24.08.01 - 12:08:42

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [f7e1030e27785b3b00a56f0d5aa7c5f78c1b5617]

        Merge SRC638: 24.08.01 - 12:06:30

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [b187acb45776b6051de014b7b679bcc7c0a0cc55]

        Merge SRC638: 24.08.01 - 12:05:52

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [6909681b80b80e7b33c750216fe3757ba6d41ccf]

        Merge SRC638: 24.08.01 - 12:02:59

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [b7c4cad4cce1da74cdd5e1eac862b408063c49fe]

        Merge SRC638: 24.08.01 - 12:03:29

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [c4fba69fc9bd55fffb0dc0c9996d8b845ad60486]

        Merge SRC638: 08/24/01 - 12:02:03

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [d9dcb5474d1185d0548e4850efcd05bce8c4964b]

        Merge SRC638: 24.08.01 - 12:00:57

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [d7ccc61d711cc0c3ed9407984278efc53364828e]

        Merge SRC638: 24.08.01 - 12:00:25

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [80af91704a5d76abf25891a6e7e00cb9cbcca67b]

        Merge SRC638: 24.08.01 - 12:01:27

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [18a263d6aad22908115084b8f64498a7132e3e44]

        Merge SRC638: 24.08.01 - 11:58:57

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [a3687c5138a2e10d1fbbdb9431333d3e3510fc9a]

        Merge SRC638: 24.08.01 - 11:58:39

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [0bd86a8854673cd2012da4583864012cd7e6da8a]

        Merge SRC638: 24.08.01 - 11:59:39

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [820269fa6531787c075b48fc6d85b3dc0de755f9]

        Merge SRC638: 24.08.01 - 11:58:36

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [4c2f151396069d4db107c15817ed7132ef4d589e]

        Merge SRC638: 08/24/01 - 11:58:15

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [74daf1646d1dc7b7a290d6a4a6d0d0af9d721c63]

        Merge SRC638: 24.08.01 - 11:56:40

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [405d61cc36c9ee15ed695efea45830225b45e8f2]

        Merge SRC638: 24.08.01 - 11:55:35

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [333673caf0505743395054e1a1c0eba65c121e13]

        Merge SRC638: 24.08.01 - 11:54:24

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [76960b85c31c92fb2857a5820f90fca90a1ec871]

        Merge SRC638: 24.08.01 - 11:52:13

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [5659890bed3d145c2cf9e7f08d5056be63e6232e]

        Merge SRC638: 24.08.01 - 11:50:25

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [3b53c31ebe4971051df052473f42c5ae73feabe7]

        new version for SRC638

2001-08-24  Peter Burow  <pb@openoffice.org>  [d372b4563bb81e99b93e21b1ea0d13b71146c002]

        fix: #91484# new name for temp path entry

2001-08-24  Nils Fuhrmann  <nf@openoffice.org>  [58990675ab5d5fca823394a7df14356d5b89895b]

        Added functionality for localization of ReadMes

2001-08-24  jp  <jp@openoffice.org>  [6623812bbec5468a4f94d82e20555d36caed43bd]

        Bug #90877#: ReadHeaderFooter - look and remove empty fly if nothing is inserted

2001-08-24  Andreas Martens  <ama@openoffice.org>  [3006acbabc363af9dfe7deab11759678ababb7b9]

        New: Vertical flag

2001-08-24  Tino Rachui  <tra@openoffice.org>  [5e19d42509ae6c7fb47117258c0a6fec5ddf21c3]

        #91086#new template added

2001-08-24  Tino Rachui  <tra@openoffice.org>  [04aa17fac625842be575f144d64655df115ff7fb]

        #91086#support for new template added

2001-08-24  Tino Rachui  <tra@openoffice.org>  [7f76f79fb0316419537623a08297d445eb8f7f28]

        #91086#new constant for template added

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [a931bbb592c32347a1887963f2a5ebaf2c4a7b91]

        #90327# corrected some property default handling

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [22244ea2d754be00348c503d5227170ab6cac044]

        #90327# some default handling for the XPropertyState methods

2001-08-24  Christian Lippka  <cl@openoffice.org>  [e67180121ba0e92654498af16120376ccef32376]

        #91451# added void state for frame scroll property

2001-08-24  Caolán McNamara  <cmc@openoffice.org>  [54d88c4aa35d2705861640260804aec2fe257644]

        #90804# Improve fly in fly export for ww6

2001-08-24  jp  <jp@openoffice.org>  [d2d3c56a4fe0a7316291b9b82a37f8459c28dca5]

        Bug #91049#: CreateItemSet - use correct SlotId for CJK language

2001-08-24  jp  <jp@openoffice.org>  [45734c94da75353df91c4ece759a1e0dc90323f4]

        Bug #91049#: Headline font depends on the current default language

2001-08-24  Andreas Schlüns  <as@openoffice.org>  [3e2acc77a991849306261fef78ac038b40c28beb]

        support: unused types; filters by modul

2001-08-24  Mathias Bauer  <mba@openoffice.org>  [259e29e6e1bd04a141e3ccfdc92c03ed3bc79052]

        #88646#: little error in last fix ...

2001-08-24  Mathias Bauer  <mba@openoffice.org>  [6a8749326c6c62a310cff9f7283999458c736cfc]

        #87722#: ConvertToMacro made static for support of Export to 5.0 docs

2001-08-24  Mathias Bauer  <mba@openoffice.org>  [9fdf7e9b77d4af1455ffd50be3555ee1c05ec2cc]

        #87722#: Apply method shouldn't access modified flag

2001-08-24  Mathias Bauer  <mba@openoffice.org>  [e1685695632663c8ffd9a0422858da6de7ab86d0]

        #87722#: never read EventConfig directly from configuration

2001-08-24  Mathias Bauer  <mba@openoffice.org>  [d6620552c139771d86e61e96937cbc5fcc6a1469]

        #87722#: error in CreateSet_Impl

2001-08-24  Mathias Bauer  <mba@openoffice.org>  [81f76f60e2adf621dfa3837a926bba3205cead54]

        #87722#: helper class to export registrations for Userdefined toolboxes

2001-08-24  Mathias Bauer  <mba@openoffice.org>  [51fb359153d4c47f55aa61149e8eec11f4614720]

        #87722#: support for Import/export of UserDef Toolbox registrations and EventConfigurations

2001-08-24  Mathias Bauer  <mba@openoffice.org>  [e735b0c345e1bc0940d1f294ef167fae2844f16f]

        #87722#: StoreConfig removed, SaveConfiguration does the same

2001-08-24  Carsten Driesner  <cd@openoffice.org>  [f3a72302105e76a7aa7964bc37fcab67ff381157]

        #91460# Don't call use MergeSystemSettings implementation in webtop case

2001-08-24  Mathias Bauer  <mba@openoffice.org>  [bd7c41c9404f26cf6289e47a9835782b7a6365c0]

        #90832#: start FileDialog in separate thread

2001-08-24  Nils Fuhrmann  <nf@openoffice.org>  [315d7e8801a3dff220765bfa484bb96a1c320e50]

        Changed finnish from 05 to 35

2001-08-24  Tino Rachui  <tra@openoffice.org>  [5e76e4301fdf7239802ec890dac20727deebaecb]

        #90832#aqcuire SolarMutex before requesting resources

2001-08-24  Tino Rachui  <tra@openoffice.org>  [5eb6bb2ba1716615a84be113090e758149f14fa1]

        #90832#added build dependency to vcl

2001-08-24  gt  <gt@openoffice.org>  [9575fbd4292c11219cb42dc0fde0ff4bceddda94]

        #87380# #87387# reduce difference for ODDFPRICE and ODDFYIELD

2001-08-24  Tino Rachui  <tra@openoffice.org>  [b83e5f171ef42e531904edad8c6acaa4b353fe94]

        #90832#additional clipboard changed notifier thread to avoid deadlocks when sending clipboard changed notifications

2001-08-24  Tino Rachui  <tra@openoffice.org>  [e9131867396aa611f934d9398ba446c090e01067]

        #90832#additional members and methods for clipboard changed notifier thread

2001-08-24  Frank Schönheit  <fs@openoffice.org>  [fd7d4711b18b7a05ce5d18db95ff392b59d7380e]

        #91331# when creating a default numeric format, use the Office's UI language

2001-08-24  Ocke Janssen  <oj@openoffice.org>  [d6d7f23601270f876e99e9d32d0961df0759fd1b]

        #90015# code corrcetions for some speedup's

2001-08-24  Ocke Janssen  <oj@openoffice.org>  [48aaa917b530d328e81634e461d6fac97f981cc2]

        #90015# code corrcetions for some speedup's

2001-08-24  Ocke Janssen  <oj@openoffice.org>  [2d7388c15291c6b0ca4ea29837c7c1b92ad23a53]

        #90015# code corrcetions for some speedup's

2001-08-24  Ocke Janssen  <oj@openoffice.org>  [bb6d7df690687f1e066b09d72fb0a2204d12b5aa]

        #90015# code corrcetions for some speedup'sDColumns.cxx

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [8a900e07845bea657eae89632ce8e5807bfe3c4f]

        Merge SRC638: 24.08.01 - 08:00:35

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [7cd350d5407dab11869293b3eaa549c1bd567f17]

        Merge SRC638: 24.08.01 - 07:58:33

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [0e7f401e5f89ab7914e04ed56a7043c6f0725e8d]

        Merge SRC638: 24.08.01 - 07:57:33

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [e8cfd33cba2f90af8ae0e870bad31710049b1936]

        Merge SRC638: 24.08.01 - 07:57:33

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [7ae6aa10d2557b1c3c4f44d27662584400d1f585]

        Merge SRC638: 24.08.01 - 07:56:28

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [f543a2b153ead7de356c56d27b17692ca6fbeb0b]

        Merge SRC638: 24.08.01 - 07:55:25

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [ad938d6d4e3c486670325d546348c609c2849444]

        Merge SRC638: 24.08.01 - 07:54:29

2001-08-24  Oliver Bolte  <obo@openoffice.org>  [4e83a66dfed7ddbb6f50f0362315498b61989540]

        Merge SRC638: 24.08.01 - 07:55:39

2001-08-24  Kurt Zenker  <kz@openoffice.org>  [45bf3cd1d3974226d41e41c4a06445475d66eae6]

        Merge SRC638: 24.08.01 - 07:54:16

2001-08-24  Rüdiger Timm  <rt@openoffice.org>  [61882ad32712d48ba46b8b9cb11d101bb7440909]

        Merge SRC638: 24.08.01 - 07:53:13

2001-08-23  Matthias Huetsch  <mhu@openoffice.org>  [a38a5284e3e587ad938ccd799526fbc6d1808a7b]

        #91257# Fixed 'oslCleanupFunction()' to call 'pthread_detach()' symmetrically to 'osl_destroyThread()'. Otherwise threads may never be detached or joined at all, and thus leaking resources.

2001-08-23  Eike Rathke  <er@openoffice.org>  [1cccfe21d63e2790b7a444428aded0226a6c6c80]

        #91053# =2002.E15 is not a numerical value if a sheet named '2002' exists

2001-08-23  Niklas Nebel  <nn@openoffice.org>  [0bf658e8aa5d65a0ac73b00a01b079ba40a243e7]

        #91431# insertTextContent: for bAbsorb=FALSE, new selection is behind content

2001-08-23  Christof Pintaske  <cp@openoffice.org>  [d19dfd6df8b733e467d6c7a764d98877f20822f0]

        #78526# Set/GetWindowState for Unix

2001-08-23  Christof Pintaske  <cp@openoffice.org>  [3ebb23e74a9049d7f0ac003c4b312eabe0498aab]

        #78526# Set/GetWindowState for Unix

2001-08-23  Andreas Martens  <ama@openoffice.org>  [6d364c1498f224ff04cf7a95688b22751dbb0e20]

        Opt.: Memory neutral flag implementation for vertical layout

2001-08-23  gt  <gt@openoffice.org>  [14a8e170a45ef48ca2af63c16a726967904efc26]

        #87387# also for ODDLYIELD and ODDLPRICE

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [830000dafd352310e0ad26de5c19c76d4cb0a91e]

        #91440# +urlcontrol

2001-08-23  Kurt Zenker  <kz@openoffice.org>  [d1d634a91d08db20d69194d75933ac68aad0687b]

        new version for SRC640

2001-08-23  jp  <jp@openoffice.org>  [36eb7d6af68ec7b6fd9fbcf5379841eebe9d17b4]

        Bug #91462#: use ExecuteSlot instead of Save & SaveComplete

2001-08-23  Carsten Driesner  <cd@openoffice.org>  [9dfca34d13b732cc94e48de1259e7569c587f391]

        #91443# initialize remote printer list moved

2001-08-23  Daniel Vogelheim  <dvo@openoffice.org>  [288fa0e310090e2733166da613ac45d53d4be67d]

        #86004# FindBox is no longer static (it remembers the last FindBox, to speed things up)

2001-08-23  Kurt Zenker  <kz@openoffice.org>  [6dbefb016e364d61c92f60b3ca1dfbd173beb5dd]

        new version for SRC640

2001-08-23  avy  <avy@openoffice.org>  [d71de0d89c3bde3a75c63b6bdfa2bfc711693d2f]

        compiler error was checked

2001-08-23  Malte Timmermann  <mt@openoffice.org>  [580764529ff20fd720c4d00a341d8cc9235c8993]

        #91335# Don'r create unnecessary Threads

2001-08-23  avy  <avy@openoffice.org>  [66301b4d9b1617cdbb53a396d765a62fc3017254]

        compiler error was checked

2001-08-23  Oliver Braun  <obr@openoffice.org>  [3371831bce0a85610ea260f9af70f1e209bcbf95]

        #91375# fixed config item access

2001-08-23  Thomas Lange  <tl@openoffice.org>  [e9e61324c8bea2d0c03ef5503d22fa47e3657e13]

        #90650# new error message if language is not available for spellchecking or hyphenation

2001-08-23  jp  <jp@openoffice.org>  [69529f1ed5eed9bf2a82238e8e1548530ca2816d]

        Bug #91390#: CTOR - set browsemode only if it is needed

2001-08-23  jp  <jp@openoffice.org>  [6b24f936edfeeca8e2b02c0c13cc654ec50f6c33]

        Bug #91390#: Load - don't forget a commit after a save

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [086b22d77c58f42b310fd69d012e334d94ff6fd1]

        #88637# corrected error message

2001-08-23  jp  <jp@openoffice.org>  [8add09f2c4e63687a2624259d02802a92e636e37]

        Bug #91390#: GetState - PrintLayout not allowed in Src-&PagePreView

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [7e8c248d39d5ee90226e1568d1301786896e28b4]

        #88637# some method renamings

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [3ac0421dd9550195d1f86dd1b87b788ea00db739]

        #88637# do not build all files with exceptions

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [6cbe434ba11afe3b897aaa8d82cc6ae5b8924c8f]

        #88637# changes in the window hierarchy so that the query design hierarchy is more logical now

2001-08-23  jp  <jp@openoffice.org>  [93e95188ce4386bbf4a7d817f8da59946424be1a]

        Bug #91390#: Execute - WebDocShell has other ID for PagePreView

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [37c01e4a4edad196b0a49ff7c91308fc29a7ded0]

        #88408# +ITEM_TOOLS_SYNCHRONIZE

2001-08-23  Kurt Zenker  <kz@openoffice.org>  [1a79572c5c1f700a4fc88b3a6e4f99dc08f67a18]

        new version for SRC640

2001-08-23  Andreas Martens  <ama@openoffice.org>  [5e1d6558044eb645dbf8401e37d445fe7a8522cf]

        Opt.: Memory neutral flag implementation for vertical layout

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [6d75fac42f50a7799d52876cd859b52eaedd8b04]

        initial checkin - outsourced from QueryTextView.hxx (the container window for the query design)

2001-08-23  Malte Timmermann  <mt@openoffice.org>  [7d900fa83820373e149ddea902dcb5ddd2810652]

        #84013# OverwriteLevel0Bullet

2001-08-23  Kai Ahrens  <ka@openoffice.org>  [feca62afb7d2febf617356d86f3056d6e47bbb5b]

        #91351#: don't update graphic in ::ImpLinkAnmeldung

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [981c3d81eb787030af2cf2478b003466c48402b8]

        #88637# changes in the window hierarchy of the query design - no the SQL view has a toolbox separator, too

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [de33a8f9591ca3c07bbc41501d0577e0bdbfa288]

        #88408# +ITEM_TOOLS_SYNCHRONIZE

2001-08-23  Jörg Budischewski  <jbu@openoffice.org>  [48143a874a0e68984f0918c7543516f793a8eef2]

        #91465# Singletions as services are now returned by getValueByName()

2001-08-23  Dieter Loeschky  <dl@openoffice.org>  [261dbf1b5d5b3f77492a79e8efebaf6e7797eeee]

        #91319# Removing tabulator limitations

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [e10864ba884b78111d25f5fa053429f440cfa292]

        initial checkin - outsourced from QueryTextView.hxx (the container window for the query design)

2001-08-23  Frank Schönheit  <fs@openoffice.org>  [861135949d799aa6df54fcf2e74f059929f0b6cc]

        #88637# changes in the window hierarchy of the query design - no the SQL view has a toolbox separator, too

2001-08-23  th  <th@openoffice.org>  [85575af3af8141541e39437fe30185c021d06a24]

        #78526# - remove test code

2001-08-23  Nils Fuhrmann  <nf@openoffice.org>  [bf2145630f711d030089cc032920709850993932]

        Added new merger for ReadMes

2001-08-23  Andreas Martens  <ama@openoffice.org>  [0ed7342847e952236b5fedf617f3530cc47c9003]

        Opt.: Memory neutral flag implementation for vertical layout

2001-08-23  Sven Jacobi  <sj@openoffice.org>  [84458a9a0823e066ac3a48129f33d98fc36e4499]

        #90598# now exporting new paragraph attributes: allow hanging punctuation, and use asian rules for first and last character

2001-08-23  Thomas Lange  <tl@openoffice.org>  [136bd25e0e794aa46c0bc54754af2a2583b11524]

        #91404# setRange forces m_nValue to be within the range now

2001-08-23  Oliver Braun  <obr@openoffice.org>  [00b45c70b7294ec6b4db12cf4922debea6146c18]

        #91375# updated xml description

2001-08-23  th  <th@openoffice.org>  [5ab2d0e01e51e2b5e25b8daa6917bb2a95167073]

        #78526# - SnapShot() with bBorder

2001-08-23  th  <th@openoffice.org>  [18df2f75351d2683d013dac56dc22cafa73f68fd]

        #78526# - Set/GetWindowState()

2001-08-23  th  <th@openoffice.org>  [0e924224e959a45f9a4065ee950760d2416c3636]

        #78526# - WB_SYSTEMWINDOW for FloatWindows

2001-08-23  th  <th@openoffice.org>  [2d98fd8c713ab1045f3b954c12331007b3cc60d4]

        #78526# - Set/GetWindowState(); Set/GetIcon()

2001-08-23  Dieter Loeschky  <dl@openoffice.org>  [b8793100fdd959054fe2271ded94c436f72608a4]

        #88122# ClickCheckboxHdl(): check aRbtBooklet

2001-08-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cbc821b79faf967ca76a3fa228cbf88925d6cb7a]

        #87136# removed all target

2001-08-23  Christian Lippka  <cl@openoffice.org>  [b359c2401fb033df672271ae1a0930ee752e842a]

        #88757# fixed embedded bitmap bullets

2001-08-23  Caolán McNamara  <cmc@openoffice.org>  [71bb35541e6b6b5b6d21f06ae09a94f16f90791c]

        #91237# Emblishment field in mathtype 2.0 is 1 byte shorter

2001-08-23  Caolán McNamara  <cmc@openoffice.org>  [4b9fe3a8ded9b2f03d32f7e84febd421743d1812]

        #91119# Refine VBA import

2001-08-23  Caolán McNamara  <cmc@openoffice.org>  [61a9b63756cf0ac241d6bdf384dffdf53184a703]

        #91211# Workarounds for ridiculous word zero width merged virtual table cells

2001-08-23  Caolán McNamara  <cmc@openoffice.org>  [0542e6f02ffcaf3dda5dccd2bab5f54b783d851d]

        #91214# Illustration toc limited to 1 level

2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [c6d8777372ee0b0fcc771696658ccc78d1571b8a]

        chg: Syntax

2001-08-23  Sven Jacobi  <sj@openoffice.org>  [24929387194a68cdc5c3a09d4825a29b93d93ccc]

        #90598# now importing new paragraph attributes: allow hanging punctuation, and use asian rules for first and last character

2001-08-23  Malte Timmermann  <mt@openoffice.org>  [bc893e443ab60e32dfecd0e9ba28a0510fb43c15]

        #89855# More helper functions

2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [02f8fe077b2bf0485133bd3934f557bb7a117c62]

        del: svtools reference

2001-08-23  Nils Fuhrmann  <nf@openoffice.org>  [025bbfbdf5de41bd1ed7c0655398622dbcb22024]

        Added new merger for ReadMes

2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [2bef8c49b287e9923f904f50062c76829f869f4c]

        add: dependency berkeleydb

2001-08-23  Andreas Bille  <abi@openoffice.org>  [e98f26729423923793041175dd4d1c9be7641421]

        #90965# Fixed: error handling in case of missing files

2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [a7d3fb1498cf9e657c1389516633be0cececb616]

        add: svtools dependency

2001-08-23  Thorsten Behrens  <thb@openoffice.org>  [999e5b3892ba9105b016a4654de85a2a91101836]

        #87175# Enabled linked graphics again

2001-08-23  Kai Ahrens  <ka@openoffice.org>  [e02adf639163aef49bc678e2399d399ee5a78df1]

        #81916#: transfer of selection clipboard

2001-08-23  Peter Burow  <pb@openoffice.org>  [b35c599bd7b21e82c96cde877564a8e127a3e495]

        fix: #91370# #91406# #90602# #90603# icons for the new file formats (*.st?, *.sx?)

2001-08-23  Peter Burow  <pb@openoffice.org>  [8bff90b2304874472d204f79cd1d99636d11c1e1]

        fix: #91370# when the doctempl-dialogue opens a new doc, bring the new docwin to top

2001-08-23  Peter Burow  <pb@openoffice.org>  [231c0055a7303758c834842a88a48c651d4b1add]

        fix: #91370# call EndDialog() before open a file

2001-08-23  Daniel Rentz  <dr@openoffice.org>  [18f3497a1a11c69ebe0c60c0f33a92717ffad02c]

        0x0207 STRING

2001-08-23  Daniel Rentz  <dr@openoffice.org>  [cbb1e9559abd8bbd0773fe6bac366f1b74690f6c]

        #90601# import view settings from 1st visible sheet

2001-08-23  Daniel Rentz  <dr@openoffice.org>  [0b59ed35f29310714bab0971d9aec820b4b3f506]

        #90601# import view settings from 1st visible sheet

2001-08-23  Daniel Vogelheim  <dvo@openoffice.org>  [d81b2f5079badc2813bba3ef993875f698e5cc50]

        #91412# load and save index names

2001-08-23  Daniel Vogelheim  <dvo@openoffice.org>  [2b9c179be503e244ef660248ecc0b3b20494b4d8]

        #91412# added 'Name' property to indices

2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [7261e3117e6d97572a1097759190954e0fb3615a]

        add: missing types

2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [71d5f2fb80b86edffa49521abb8d39b647e4650c]

        add: types

2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [ea7f172726e7e827b45381d6bc714a97a5fbd526]

        chg: header (TRA/MH)

2001-08-23  Nils Fuhrmann  <nf@openoffice.org>  [077ecf8f0458991cd24970a4b88f8606b196bf51]

        Fixes for merge #87134#

2001-08-23  Dirk Völzke  <dv@openoffice.org>  [37c66df89f9986d7da5d20fe98f64ef292c87f8e]

        #91086# Handle new template FILESAVE_AUTOEXTENSION

2001-08-23  Martin Hollmichel  <mh@openoffice.org>  [9cd5808ce8dea9df8be49fcc8dfa352458aa3fb9]

        chg: Syntax

2001-08-23  Daniel Boelzle  <dbo@openoffice.org>  [b1e3c1d43161ad7275b5aaf7913ba42097a3b3be]

        #91419# not modifying any file names created by mkstemp()

2001-08-22  Martin Gallwey  <mtg@openoffice.org>  [a9f4db10c420fb875d9fd3b688ae0d148dc825e8]

        #91383# oops, remove the MTG_DEBUG define

2001-08-22  Martin Gallwey  <mtg@openoffice.org>  [4c6d14718f1bca1d78f79ea2540fe6096a4b47f9]

        #91383# clear the Content which holds onto a reference to the first disk segment so that we can unmount the disk correctly

2001-08-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ef12329c5172909e8395a252a74449f8f9ef2c23]

        #87798# still struggling with xml desriptions

2001-08-22  Martin Gallwey  <mtg@openoffice.org>  [c7bc70ed97e981a28ef8d6e37ce6e36bf616d5ac]

        #86708# handle variable spanning to hard drive and change suffixes to being numeric

2001-08-22  Carsten Driesner  <cd@openoffice.org>  [f4eb94cce106ee9a5275f38431b31c70c903c386]

        #91402# rely on pParentData only for SAL_FRAME_STYLE_CHILD windows

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [a4cda5d92c2d2ebf95c8d4e7d594084adf5006c9]

        #91414# when handling a drop asynchronously, remember the result set in case of a dropped field from a SQL statement / some changes in spaces

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [c1b233eaf132e11c4e038cd01f971070a4cb2a68]

        #91210# using namespace ::com::sun::star::beans

2001-08-22  Eike Rathke  <er@openoffice.org>  [5e4c02e4a5fff0d6291df36c4051b2feebef9062]

        #90415# 10-Jan-94 is a valid date even if date order is MDY

2001-08-22  Armin Weiss  <aw@openoffice.org>  [2f4b4462a79f25f9e30495c59d85563d6f608080]

        #89025# clearing mpObjectItemSet when loading binary

2001-08-22  Behrend Cornelius  <bc@openoffice.org>  [a1249a1cff2fad0285926cb9dcbeeead5a5e406b]

        #90683# call of Windows API function modified

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [25b2aee95179db7b2b431efdd5908332d9eaa5ed]

        #91210# DataSourcePropertyChanged: invalidate the status cell / correctly forward the IsNew status

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [ad6d5ae49cf71707c91acd0c2074b8f9945c5f19]

        #91210# implCreateFieldControl: take care when setting the TRISTATE property of newly created check boxes

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [e852e11440f4fb00bfd46acae55f3bdf3332a6f1]

        #91210# FmXCheckBoxCell::OnClick: let m_pCellControl commit the changes into the data source field immediately

2001-08-22  Christian Lippka  <cl@openoffice.org>  [d5ecba772d36775172a747b89f45f059312ae169]

        #90884# remove parent of itemset before setting para attribs

2001-08-22  Christian Lippka  <cl@openoffice.org>  [7231b6c11e12016ee57c9d6aefa2622a40b34125]

        #90884# don't put attribs from shape in first paragraph, thats not the right way for api

2001-08-22  Kurt Zenker  <kz@openoffice.org>  [5b056d389feded857eccd53b7745b1f8761d2a44]

        new version for SRC638

2001-08-22  Behrend Cornelius  <bc@openoffice.org>  [4e25b501719a344b46a08b4ef104f36ffea706ac]

        #90513# Dialogs saved in new format

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [7c885842638e26fc660df65ccc0b3dac0b5510f0]

        #91393# release the last reference in onTerminated (resp. kill) - there may be an access to the object _after_ run returns (which is where we formerly released the last reference)

2001-08-22  Behrend Cornelius  <bc@openoffice.org>  [d3cea3e3ad3595a1bdeb09493a27f33fb2ea4b34]

        #90513# Dialog resaved in new format

2001-08-22  Andreas Bille  <abi@openoffice.org>  [c2c30700eed3c688778e2c026678664b81b07dd3]

        #88803# Now fetching for UTF-8 version of unicode strings after creating a new index.

2001-08-22  Peter Burow  <pb@openoffice.org>  [70d816c00644355cb139398adc23840bb2076f73]

        fix: #67499# load and save standard templates with configuration management

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [b1ddbdcae9e30b65e8559d3b254998278c2b7aae]

        #91318# +implClearGraphics/implInsertGraphics

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [801f75a5a94901500e1bc31f3f56a3b638a4cff5]

        #91318# +RID_STR_OPEN-/-CLEAR_GRAPHICS

2001-08-22  Andreas Schlüns  <as@openoffice.org>  [f74a876d090baa7149bce52778b9270974a74395]

        #78650# new registration for factories/modules

2001-08-22  Andreas Schlüns  <as@openoffice.org>  [c8d41d1c077248476b96c700ee5e8efab80ca349]

        #78650# new registration for factories/modules

2001-08-22  mm  <mm@openoffice.org>  [63a868752267869a264e32783b28f9400ed8cbc2]

        #91392#

2001-08-22  Kurt Zenker  <kz@openoffice.org>  [48de312b3f3e961ba4169016834f089a0489171b]

        new version for SRC638

2001-08-22  Hennes Rohling  <hro@openoffice.org>  [d6b190b5bddd0c209a5c3399ff1b435e70cdf3c9]

        #86003# Removed changes of accidentially checked in revision 1.19

2001-08-22  Svante Schubert  <sus@openoffice.org>  [c0986f8249794a23079c54ce726e03a1d5319166]

        #91141# Character- and EntityReferences in attribute values were mistakenly resolved

2001-08-22  Mathias Bauer  <mba@openoffice.org>  [2cd7bdf411f062abbbe5dd2d0cb1478db9362de7]

        #91381#: return NULL on Error in GetStorage_Impl

2001-08-22  Dieter Loeschky  <dl@openoffice.org>  [f0d233da22bde354b328c3226192b8149bf0a85e]

        #91298# GetState(): use correct SID for SvxLanguageItem

2001-08-22  Eike Rathke  <er@openoffice.org>  [a133547178acb583e4823f94c281ecdb52c8e9ad]

        #91013# GetDataArea: undo of last change, no data is a special case here

2001-08-22  Daniel Boelzle  <dbo@openoffice.org>  [86d57df6ce797f13b1118cb636b9704fc48d0e17]

        #88337# documentation

2001-08-22  Daniel Boelzle  <dbo@openoffice.org>  [03503828960381c33220e5c8c1978b2c31383e80]

        #88337#

2001-08-22  Daniel Boelzle  <dbo@openoffice.org>  [004aa810e13d32486f0e5c4e0dab8b4fcef6755d]

        #88337# current context; header doc

2001-08-22  Christian Lippka  <cl@openoffice.org>  [90050f939908cc2bad406197c0223f1cb5857ee8]

        #90607# don't create autostyles for presentation charts

2001-08-22  Sander Vesik  <svesik@openoffice.org>  [ffa1cd89d39e3f643a289fb5a997e119bd897fbf]

        Fix - freetype/freetype-2.0.2/src was missing from build.lst

2001-08-22  Andreas Bregas  <ab@openoffice.org>  [87e78ae142f0b8299d76701ac13b5c7191d29468]

        #90983# Methods to check double overflow

2001-08-22  Andreas Bregas  <ab@openoffice.org>  [3e568645a487cedee35880c6e2181c4caad0665b]

        #90983# exp, log: Check double overflow

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [58cb7e19589f6cf06e40dc0931f12a2b564b21ac]

        #91235# calculate the default for CurrencySymbol using an SvtSysLocale

2001-08-22  Andreas Bregas  <ab@openoffice.org>  [13f04a6cc9c30fd9823329e55036be77600b28a7]

        #90983# StepArith: Check double overflow

2001-08-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1207384ec75c905ff92d1c6aecac62a51b92d0d]

        #87136# disable special targets

2001-08-22  Armin Weiss  <aw@openoffice.org>  [be459e3fe8847c0568421d1820e6daa727840220]

        #83525# re-implemented big parts of local InsertData(...) which uses NbcMove(...) now. Also the connector connections will be tried to re-established in connected objects.

2001-08-22  avy  <avy@openoffice.org>  [4817d98fc4f91c59b58f5bbe809368330d3a3d80]

        compiler error was checked(end of file)

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [1640709dff7e6115765665efbd7f54fc68956e0c]

        #91235# calculate the default for CurrencySymbol differently (use SvtSysLocale)

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [07693ad5b3c11652b1f7420b3ff8d8f67860e24b]

        #91235# calculate the default for CurrencySymbol differently

2001-08-22  Frank Schönheit  <fs@openoffice.org>  [dd5f3728f456afe2332cbb54e67331757ce4d5c1]

        #91235# +ConfigProperty::DEFAULTCURRENCY

2001-08-22  Andreas Bregas  <ab@openoffice.org>  [8ea232778a88867add9290d3708b033b8c20f8df]

        #90983# Check double overflow

2001-08-22  Peter Burow  <pb@openoffice.org>  [b015fefbcded099c0273ede1824e38e0e594ecc8]

        fix: #85816# when page for helpid not exists then use help id of parent window

2001-08-22  Peter Burow  <pb@openoffice.org>  [42dfe9bcd915715fb1fccdfddd39cbceb8b96112]

        fix: #85816# IsHelpErrorDocument() added

2001-08-22  th  <th@openoffice.org>  [dba892cfb8b0324fe7ff4a365e2ae9d0dddc1e60]

        #90870# - x-s_jis is now also interpreted as Shift-JIS

2001-08-22  Sven Jacobi  <sj@openoffice.org>  [24142b9f9afe922fa18752aafb10ff6db486674a]

        #77696# not removing urls that includes charactes in its host part which are not allowed

2001-08-22  Daniel Boelzle  <dbo@openoffice.org>  [3fcbf30b072beeae4939c3657d8d1a37cf785352]

        #88337# current context

2001-08-22  avy  <avy@openoffice.org>  [f1b678836abfc75b6b278e29b187c678d2bce65b]

        checked compillation error

2001-08-22  Thorsten Behrens  <thb@openoffice.org>  [fe3e7cfd2a80761562577784ef15a878e1bf02c4]

        #91361# Initialized pCustomIcon

2001-08-22  Mathias Bauer  <mba@openoffice.org>  [6d396ff78bdf868563274e9e12de5ae5ce9e96cd]

        #91343#: call ModeChanged-Notification after performing SaveCompleted, never do it in HandsOff mode

2001-08-22  Mathias Bauer  <mba@openoffice.org>  [a4b03cc7fa44d526cd45619abd7516e600a2b75d]

        #91309#: send update after executing through appdispatch

2001-08-22  Mathias Bauer  <mba@openoffice.org>  [9e657721129e75a7d34c3f440fabac7d78f3f6b3]

        #91125#: don't insert wrong parameter type for PosSize

2001-08-22  Dirk Völzke  <dv@openoffice.org>  [941d24cc3d9ae2b2d2dcdeb12d19e37db46188e1]

        #91326# Added some virtual methods to the FileDialogHelper

2001-08-22  Mathias Bauer  <mba@openoffice.org>  [8fe47341fe5a9ff2be3ab022e4175d7d89a0f08b]

        #91125#: errornous zombie removal removed

2001-08-22  Mathias Bauer  <mba@openoffice.org>  [75c39e270127c77e5660603f970066940a3fb919]

        #91309#: checkmarks were not removable

2001-08-22  jp  <jp@openoffice.org>  [30eb1f3caa14b9c04b5989519496c745354c9dfd]

        Bug #91245#/#91223#: disable optimization for method DoOnCapitals

2001-08-22  Thomas Benisch  <tbe@openoffice.org>  [e46b9ca62ec51a7710f4997e5559fb1d08a6a083]

        #91352# IDE: could not open source from html document GPF

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [34f855020e201c7b53ce913ed45ad46fd7b5b379]

        Merge SRC638: 22.08.01 - 00:40:42

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [a5e51692a0c11b7d69b821e8ae203d81a745ebf1]

        Merge SRC638: 22.08.01 - 00:38:38

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [75443eb91221b65e7d232569d266976da90aeed6]

        Merge SRC638: 22.08.01 - 00:36:35

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [adccf14e3d824ef217bebe77508c1b14d84dc37f]

        Merge SRC638: 22.08.01 - 00:34:30

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [c6baae3fed9cf71fd371ca9d6bbfc77503a095d2]

        Merge SRC638: 22.08.01 - 00:30:19

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [31b119f908ee515c521563722ee96f5592001acd]

        Merge SRC638: 22.08.01 - 00:28:15

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [dedc279cf825199f7c3cc5804fadc505aa279111]

        Merge SRC638: 22.08.01 - 00:22:08

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [ddd399eca08f42e1973a549656efe74662c03472]

        Merge SRC638: 22.08.01 - 00:17:57

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [7cb718a817daff23e85451262a4ae09fc52d352a]

        Merge SRC638: 22.08.01 - 00:15:50

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [0571b74c97cc2044e57b38d4633291dab2572082]

        Merge SRC638: 22.08.01 - 00:13:35

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [ef921ddc65f2e04a6ff1de11e03225bd2c78cc0e]

        Merge SRC638: 22.08.01 - 00:08:40

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [d089b530653a4b08bee3023fb8c849e577f93229]

        Merge SRC638: 22.08.01 - 00:04:23

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [958e13f492d34b613bb9a4c0a24da60f09a6a888]

        Merge SRC638: 08/22/01 - 00:04:12

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [b795c993d33d0b966c96082fa543d0e8651d2eb5]

        Merge SRC638: 22.08.01 - 00:02:11

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [de3bb3de29090b84c178d9727a76c7957cfca78b]

        Merge SRC638: 22.08.01 - 00:01:29

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [6c0d8e0f15d60607467fa80eb396cdb26a55b644]

        Merge SRC638: 22.08.01 - 00:02:24

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [6dc632a4c2d5f65fe3f1a1f3a262ba5d3fa38046]

        Merge SRC638: 22.08.01 - 00:00:54

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [07ec6d859dc2e8136ad34469a42c660769b9b727]

        Merge SRC638: 22.08.01 - 00:00:30

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [a580ad65aef94f5a19636e0d039e32d785f2e7e6]

        Merge SRC638: 08/22/01 - 00:00:28

2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [b107e65941ee9f0e84af3834613a6f82ac78ebc9]

        Merge SRC638: 22.08.01 - 00:00:13

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [7af8392c426c003d9e1de6dba2829723e5ef812d]

        Merge SRC638: 21.08.01 - 23:53:15

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [e6b21264fd61bff3a439feed1626f4152ed88bda]

        Merge SRC638: 21.08.01 - 23:43:08

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [fdc4ead3a8b5096383f1345511c5ce10d1693421]

        Merge SRC638: 21.08.01 - 23:30:56

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [693e3781d5cc307d778d047184e9525c385a53bb]

        Merge SRC638: 21.08.01 - 23:27:56

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [d66723f5692a37642734d388a01f2d0c5fbe7b05]

        Merge SRC638: 21.08.01 - 23:22:52

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [5d98053c0dde63ec9bb1653f6dad459b1acaa996]

        Merge SRC638: 21.08.01 - 23:21:50

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [0a2a93bda74c3cab434bd6a50918e7640b2e47fb]

        Merge SRC638: 21.08.01 - 23:17:52

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [43fb67176c784acf37cb98c4164f5ed5918fa6b9]

        Merge SRC638: 21.08.01 - 23:16:15

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [b5756a00bb28289ed8ad4a492384ae7ca959ad0b]

        Merge SRC638: 21.08.01 - 23:12:44

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [6ad63fe012867608381860ee20ebd2dabff823ac]

        Merge SRC638: 21.08.01 - 23:13:26

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [b3fd99c7ac88f259eada2ffe509a84097c2cd946]

        Merge SRC638: 21.08.01 - 23:10:35

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [7a56940d506f96cd3d28de9c17fd7e7f8ca6f749]

        Merge SRC638: 21.08.01 - 23:07:37

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [863495bee9e38a9a37b724d3bbb9268251df32cf]

        Merge SRC638: 21.08.01 - 23:03:35

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [203e6bba9caeb934cfdf6bf82867df0a63e6a7a6]

        Merge SRC638: 21.08.01 - 23:05:18

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [55f45b4c6813db470f6b899fe0b5e4893ad55c10]

        Merge SRC638: 08/21/01 - 23:05:39

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [d5248b15154f30ad60bdc4e3537231c2d5f743ad]

        Merge SRC638: 21.08.01 - 23:04:11

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [0976bdbbb782e8698e7185ee5d40abda7809fc5a]

        Merge SRC638: 21.08.01 - 23:03:51

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [2f8a1cf5fe359aa41211aa900b721a950acc6698]

        Merge SRC638: 21.08.01 - 23:02:53

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [46d779eb336157440f72ef77ea6b61406b61b308]

        Merge SRC638: 21.08.01 - 23:02:04

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [f386e52fa8b53e0076c957aff4a102c14d13a3a4]

        Merge SRC638: 21.08.01 - 23:02:07

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [fb060f86c979846e085de3814104cae7b4983b30]

        Merge SRC638: 21.08.01 - 23:00:50

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [730c50ce9b7ca29aadab7601937d2cbf858dbb31]

        Merge SRC638: 21.08.01 - 23:00:38

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [2b9f400b4fee736db5a33ae50f9bfffb1fa112b4]

        Merge SRC638: 08/21/01 - 23:00:32

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [b1b8e875f492b13d95bba968557e7965ee939d59]

        Merge SRC638: 21.08.01 - 22:59:02

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [94159fd1b63107dd5912f06a2133aecf45fb01f1]

        Merge SRC638: 21.08.01 - 22:58:47

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [37a19af699d7619c86a1c444b7e879bdd5297d26]

        Merge SRC638: 08/21/01 - 22:58:25

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [68e89f54adfd20a96a261a49c3f9d2ed4b936e43]

        Merge SRC638: 21.08.01 - 22:57:41

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [b93bfa3417eac1c42783c643bd0f32803ae2f3b0]

        Merge SRC638: 21.08.01 - 22:56:38

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [b588356940839af47bd23e2818b083a567923da4]

        Merge SRC638: 08/21/01 - 22:56:32

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [eccb5dd5d4686b36cb15c8fe587cbab5c36ab755]

        Merge SRC638: 21.08.01 - 22:54:32

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [4d890841868c8abca355a695fc431d622e6d86a8]

        Merge SRC638: 21.08.01 - 22:51:16

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [6601a0e5aef6a971a390ca04ad7ea3ea9a697f34]

        Merge SRC638: 21.08.01 - 22:51:34

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [50bbc0c134d43e7fbb14425a65b7fe177ac85f64]

        Merge SRC638: 21.08.01 - 22:50:53

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [d5353bcc4d4a50a4f0d2d6e0359ebd13b25d385e]

        Merge SRC638: 21.08.01 - 22:49:46

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [8e557faafea9262d0a1daa11214c142d5d316b54]

        Merge SRC638: 21.08.01 - 22:48:03

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [51c5937c26b6850951c2bd7518dfb51246594129]

        Merge SRC638: 21.08.01 - 22:46:26

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [5dfb8a849c9b5e29d7287ea62bfcd743ad589c4c]

        Merge SRC638: 21.08.01 - 22:44:34

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [be60b110a13e062f7482d5d8caba09ecbca88b3d]

        Merge SRC638: 21.08.01 - 22:44:06

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [ab4e8a7e15a52329b73a50689caf8d9dea6d66b2]

        Merge SRC638: 21.08.01 - 22:44:14

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [3afa2730809075c081ed97dd2cce992fa09838c2]

        Merge SRC638: 21.08.01 - 22:43:05

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [bcbbd221024fff6563f4bc0cd2cf024eaf0ddab4]

        Merge SRC638: 21.08.01 - 22:40:33

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [1b591fa91212fcb63997c884d31aa75a36ad0c19]

        Merge SRC638: 21.08.01 - 22:40:56

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [13b9ff50e24b845ec7d21e89c43be6410bb9aebd]

        Merge SRC638: 21.08.01 - 22:39:45

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [a449d4cf5d7d7801f24efad6895df577db56e2ce]

        Merge SRC638: 08/21/01 - 22:40:11

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [dfc729140e2cbe7d2b329611fe394c41bed2a642]

        Merge SRC638: 21.08.01 - 22:37:47

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [1bb22f6f301433094536d4cdf6b9bf3d99f9e089]

        Merge SRC638: 21.08.01 - 22:35:25

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [2117cc2239152db084a496dd1fb6249f4297f089]

        Merge SRC638: 21.08.01 - 22:34:24

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [1b40651a4a33d23b011a3d1943c7c479537dbf58]

        Merge SRC638: 21.08.01 - 22:34:18

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [fe540749f1b4a26b4ce1e12a4afa81a58212cc73]

        Merge SRC638: 21.08.01 - 22:31:34

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [27bcfed03911a9ba694693069ecd7abfbe62f0c7]

        Merge SRC638: 21.08.01 - 22:31:29

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [2c20c6fa25d02dc16b1e406376cff216220b9153]

        Merge SRC638: 21.08.01 - 22:30:42

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [b247af57b580879a7e8251e9f925511c7eb707ab]

        Merge SRC638: 21.08.01 - 22:30:24

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [61667396bf18c7acfcd0289153577ab401c49dba]

        Merge SRC638: 21.08.01 - 22:25:28

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [e3d6d8f0559925f9b254eb342e04be1b3469a6a8]

        Merge SRC638: 21.08.01 - 22:22:59

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [ac3230b5c989753c2f25e99fe05836d08d90b4b6]

        Merge SRC638: 21.08.01 - 22:20:56

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [b1200a7dc2464d4efdbb60b1911ce79f5c36a80b]

        Merge SRC638: 21.08.01 - 22:20:24

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [e0d78ba1b1533c00991788d6fbaafb8c9ce19bfe]

        Merge SRC638: 21.08.01 - 22:18:36

2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [10847aadca595cfb36c26226fcb8fd09f32d1020]

        Merge SRC638: 21.08.01 - 22:17:58

2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [ca1e6ff036aca79664cb5b6466b54e8f8c60ebdf]

        Merge SRC638: 21.08.01 - 22:15:32

2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [5c191f5d7189d4817028e9e6e80bbadeac0accce]

        Merge SRC638: 21.08.01 - 22:16:14

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [2d8fbffa5375cc8454d34bc1e9e38f20fbe9062a]

        Merge SRC638: 21.08.01 - 22:14:47

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [71707de4e25533022d24902b4ccbe24065335b73]

        Merge SRC638: 21.08.01 - 22:15:59

2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [e45a8b7725ba8b6d7cec2fd15913e1cf9b9ccb3c]

        Merge SRC638: 21.08.01 - 22:14:18

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [c9f58cfd146b0e79cf8b2bc018ea32d7ecf70e44]

        Merge SRC638: 21.08.01 - 22:12:04

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [a7d31602ba3916d0b2d1270679bbc22ecad45cb8]

        Merge SRC638: 21.08.01 - 22:13:14

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [8e73de0fae74cc9c20ddd778191d8d956b7f6650]

        Merge SRC638: 21.08.01 - 22:12:34

2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [b20ec61b148493f7e852c463c31f0173690baedc]

        Merge SRC638: 21.08.01 - 22:11:06

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [d92b18c9f8d21e9da9e63125ddbf31e72c530dbe]

        Merge SRC638: 21.08.01 - 22:10:46

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [9c6d5c8739b94272042b469fbe037f1fa1fd7bce]

        Merge SRC638: 21.08.01 - 22:10:56

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [c0ba1347ef44d4b251b825ee8374b1bc5c93674f]

        Merge SRC638: 08/21/01 - 22:11:47

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [bedf60c2039b4308bd43bf27a3444d619982810c]

        Merge SRC638: 21.08.01 - 22:11:29

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [a02c1a471ffbbc69c455f1e8afb88a1bedd726da]

        Merge SRC638: 21.08.01 - 22:10:11

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [48d8ba3c94bbdb60eee2400095e6e998021b4bf3]

        Merge SRC638: 21.08.01 - 22:10:01

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [71125e39091832546481ed1b89e849512c47ade3]

        Merge SRC638: 21.08.01 - 22:09:50

2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [d9a04e1278ee7b8ac3e4eca9984e8f481c5b7bd7]

        Merge SRC638: 21.08.01 - 22:10:15

2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [1936a462dfc1f8ee62cfe9a33f3c8be626941976]

        Merge SRC638: 21.08.01 - 22:09:02

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [9405f521179f361348fe2c9af4d7caef5605fa30]

        Merge SRC638: 21.08.01 - 22:08:27

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [0382661de1ef0fde95d1ee61c50785878a0c0184]

        Merge SRC638: 21.08.01 - 22:06:57

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [c1276573aa720e67a620e290b9637f294e06b750]

        Merge SRC638: 21.08.01 - 22:05:04

2001-08-21  Niklas Nebel  <nn@openoffice.org>  [0069d926a31dacf40fcf07c248c686e0fb597d9e]

        #74654# InsertURLField: check if editable

2001-08-21  Niklas Nebel  <nn@openoffice.org>  [d6998ae929dfe1f28039b2afb54a0cce014175a1]

        #74654# state for SID_READONLY_MODE

2001-08-21  Niklas Nebel  <nn@openoffice.org>  [f7ab10cbf25f60a688ee8fafb002c1d682edb7fc]

        #74654# SID_READONLY_MODE

2001-08-21  Behrend Cornelius  <bc@openoffice.org>  [0994a0212d520eb57e82b33055bdc7a87bffed8f]

        #91036# now File/Folderopen Dialogs open with Work Directory as Default

2001-08-21  Behrend Cornelius  <bc@openoffice.org>  [524d50ec2c4b3d149c6060dba1f2269d55991a9d]

        #91236# Fieldwidths modified

2001-08-21  avy  <avy@openoffice.org>  [7047a4b9e5835c3433657073f3a56cbcc9280911]

        check error during compillation

2001-08-21  Daniel Vogelheim  <dvo@openoffice.org>  [570469fd6cf4c990aca94c474ca7eb4ef270b742]

        #91366# numberings may start with "0"

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [8fa132e25e14676da4a630ba637bbc9868adbd31]

        new version for SRC640

2001-08-21  Malte Timmermann  <mt@openoffice.org>  [a61080c9bc96ca82f8416708792eca4a56623036]

        #86505# Fixed probs with ScrollMenus and non visible entries

2001-08-21  Carsten Driesner  <cd@openoffice.org>  [49347bf98c1a0aca7c522bcd46ff1186497b81bb]

        #89777# make temp directory configurable

2001-08-21  Carsten Driesner  <cd@openoffice.org>  [b13abc18c59ac8904569342695ef8fd03a5473a9]

        #89777# make temp directory configurable

2001-08-21  Björn Milcke  <bm@openoffice.org>  [3d811eb351bd423aed007761b6c6f042ecf32616]

        #89428# also accept integers for XLineJointItem

2001-08-21  Carsten Driesner  <cd@openoffice.org>  [ad68a2b3bd6091d2943fcb8ecf3b0e48b1aa2cc4]

        #89777# make temp directory configurable

2001-08-21  Rüdiger Timm  <rt@openoffice.org>  [d2a23233b0f661ca4f70dc040c3f08dd073e770a]

        new version for SRC640

2001-08-21  Dirk Völzke  <dv@openoffice.org>  [446b7aaf97d2be7a5beab0376cfc1a9b3f49bc5f]

        #91360# CreateEventData_Impl creates an empty sequence if pMacro is NULL to remove the event binding

2001-08-21  Kai Ahrens  <ka@openoffice.org>  [b7af7ce2d5489681e6dd344293bd681f3b99d1a0]

        #81916#: support of selection clipboard

2001-08-21  Sven Jacobi  <sj@openoffice.org>  [8ae5846551e8258996a271d5fb9a165df5347d39]

        #90595# solved clipping problem

2001-08-21  Armin Weiss  <aw@openoffice.org>  [0fa90168f804467f4af0babacdc69ede84051490]

        #90356# adeed user request when changing page layout

2001-08-21  Armin Weiss  <aw@openoffice.org>  [1fd5f186304f618b372a5106f295ab582a2a48c3]

        #90356# adeed string for user request when changing page layout

2001-08-21  Andreas Martens  <ama@openoffice.org>  [1606579e8b7cb612b569eddd806008654621dc60]

        Fix #91314#: A really small clip rectangle

2001-08-21  Eike Rathke  <er@openoffice.org>  [63838f5779917ea59f8adaad352604b226e496bf]

        #91341# interpreter progress may occur anytime, use dummy if any other progress is active

2001-08-21  Björn Milcke  <bm@openoffice.org>  [a1336a379608fb32b82bab04d197a08178808ed3]

        #91308# export floor element

2001-08-21  Kai Ahrens  <ka@openoffice.org>  [5d428963525dbab007faec7164c75eb628b3ff26]

        #81916#: support of selection clipboard

2001-08-21  Stephan Bergmann  <sb@openoffice.org>  [1f8b28910e880b2b7632e948766225065733e119]

        #85453# Improved convertAbsToRel() for non-DOS file URLs.

2001-08-21  Frank Schönheit  <fs@openoffice.org>  [5d08ee1cb07353a598350723d4c94141fa8d143f]

        #91359# small spell corrections

2001-08-21  avy  <avy@openoffice.org>  [14f30f3bfef5d020ec9a12a1e382029865e281b5]

        adopted for UNIX compiler

2001-08-21  Frank Schönheit  <fs@openoffice.org>  [41d3e09115da0db541dae9a21d11964279fbc313]

        #91346# Attach: corrected asking for isAfterLast

2001-08-21  Daniel Rentz  <dr@openoffice.org>  [f073c6d5e2383f969db0f4d7f06702029728d4f5]

        #91356# PivotTables and sheets with spaces

2001-08-21  Daniel Rentz  <dr@openoffice.org>  [05ffcc8b8fbc0fed5dd5413382988b0a6b54f560]

        0x0205 BOOLERR

2001-08-21  Christian Lippka  <cl@openoffice.org>  [05a913b85381ac1b175c7600a790c547c3b8740d]

        #91144# guard destruction of agregated shape

2001-08-21  Andreas Bille  <abi@openoffice.org>  [3a0fbb3e684479e8b1ae6ccb980ce9ba1a3e5059]

        #85816# Now a new property IsErrorDocument.

2001-08-21  Frank Schönheit  <fs@openoffice.org>  [fe48b9d8bc7fa99c575f8465c240f02f6976d6bc]

        #87721# corrected the parent of the search dialog

2001-08-21  Frank Schönheit  <fs@openoffice.org>  [e3518d43c5c4f020e3b7195c720c42afe41cd533]

        #87721# re-written (nearly) completely - now storing the data in the new configuration modules

2001-08-21  Frank Schönheit  <fs@openoffice.org>  [6e98341eaae624ba23161ef1d61850771c22df4a]

        #87721# no need for the FmSearchConfigAdmin anymore

2001-08-21  Frank Schönheit  <fs@openoffice.org>  [d1c628d400b2aadca4da6c73d5726f56675dd926]

        #87721# filter out some internal helper structs of the OConfigurationValueContainer

2001-08-21  Daniel Vogelheim  <dvo@openoffice.org>  [a4b01fca63a5278aea41479ff325cbe84e9e3ed1]

        #86004# performance improvements for table export

2001-08-21  Frank Schönheit  <fs@openoffice.org>  [1cebf8733347db6627afda48caa4a0d5b51f5fd4]

        #87721# +configvaluecontainer

2001-08-21  Frank Schönheit  <fs@openoffice.org>  [b26b0e2c5a451e8f5ff85b1f26d6f735932d6852]

        initial checkin - helper class for accesing config data in fixed memmory locations (aka class members)

2001-08-21  Frank Schönheit  <fs@openoffice.org>  [55fcfa6bb2c535708883c8085ff5c5400fd79635]

        #87721# +hasByHierarchicalName

2001-08-21  Carsten Driesner  <cd@openoffice.org>  [537bf1713a3beb703b144ec9eb46c4f5771a9cec]

        #91094# new time bomb for beta

2001-08-21  jp  <jp@openoffice.org>  [7a33966ef1463bdefbc010d366a51da9efa46953]

        Bug #91332#: BuildEnum - set the charformat on the NumFormat before this is set into the numrule

2001-08-21  Stephan Bergmann  <sb@openoffice.org>  [785bb1d52f78b2a09e305f35d362ac33f52f4e94]

        #90982# SmartRel2Abs() now even works with invalid base URL.

2001-08-21  Hennes Rohling  <hro@openoffice.org>  [ed1715a88150bdf7860c0f2ceafc00096bbb06a6]

        #86948# oslProfileImpl.m_strFileName is already a system path

2001-08-21  jp  <jp@openoffice.org>  [5aadf6bad44f72e0a5eec7c76c2d910c173bef3b]

        Bug #91300#: disable slots if no object is select

2001-08-21  Andreas Bille  <abi@openoffice.org>  [cae687644afb030b4a8203e5bf1882f71da2671a]

        #89890# now evaluating osl::FileBase::E_NOTREADY and determining removable-flag for evaluation in UUI.

2001-08-21  Andreas Bille  <abi@openoffice.org>  [692266d2b9c49ef2f12d32dcec1382e879867526]

        #89900# Now comparing first part and second part only if first parts in keywords are equal.

2001-08-21  Eike Rathke  <er@openoffice.org>  [e856505dd7e197984cf4ecc7916e34a2520751dc]

        #90873# don't use format code defaults of currency formats provided by I18N, always use locale data default currency

2001-08-21  Malte Timmermann  <mt@openoffice.org>  [f411b6126e585a61fa7fb74435c290b25753857d]

        #87753# ImpInsertText - Handle nChars greater MAXCHARSINPARA correctly

2001-08-21  Malte Timmermann  <mt@openoffice.org>  [b8b74827b41a5a0b8ba610c79223389f720c0848]

        #91105# EditEngine::Set/GetParaAttrib() doesn't check for OutlineMode now, get correct LRSpaceItem

2001-08-21  Malte Timmermann  <mt@openoffice.org>  [83650128387436ebae2e57e745c2280dc2c7818c]

        Indented one source line...

2001-08-21  Malte Timmermann  <mt@openoffice.org>  [813d7587055b72901be52e003ed4eee3ba9aec22]

        #91105# Don't check for OutlinerMode in Set/GetParaAttrib()

2001-08-21  Andreas Bregas  <ab@openoffice.org>  [4c5be38a7d2398f83faa4d64aedea42fbd6f674f]

        #91330# openFileReadWrite(): Catch com.sun.ucb.NameClashException

2001-08-21  Mathias Bauer  <mba@openoffice.org>  [741d84762a3d7b58ca14f4db321c54056fb4275d]

        #90669#: use task service

2001-08-21  Mathias Bauer  <mba@openoffice.org>  [0b68448dd6d2dff11255d5836263f7caefe47f95]

        #91027#: explicit treatment for disk spanned JAR files; access content only on demand

2001-08-21  Mathias Bauer  <mba@openoffice.org>  [ea400a200d41a94b0713281b54a6d29ccbedfdae]

        #91027#: explicit treatment for disk spanned JAR files; access content only on demand

2001-08-21  Mathias Bauer  <mba@openoffice.org>  [66886d17f22eab590d4985d7df85c14a77e9b7b9]

        #91027#: explicit treatment for disk spanned JAR files

2001-08-21  Vladimir Glazounov  <vg@openoffice.org>  [bed7fe5cb921f86a7b180b4be24dc198a1ffc86c]

        #65293# fixed dependencies handling

2001-08-21  jp  <jp@openoffice.org>  [a310aa696eb554ac90f25ffcc4e2be492ab2d164]

        Bug #91322#: use correct anchor slot ids

2001-08-21  Peter Burow  <pb@openoffice.org>  [fa1e9b2277b79dc0695ecdc3787762be6c9b708b]

        fix: #91290# disable <STRG><F4> if not task frame (e.g. Help-Frame)

2001-08-21  Stephan Bergmann  <sb@openoffice.org>  [6b52df25e1d13586be46d98d465a7c71c27cf38d]

        Added '.cxx' to ucbhelper.flt to filter out names from unnamed namespaces.

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [9f4a1fd29c2e97672aef6508a05e23d5d4b43517]

        SRC640

2001-08-21  Kurt Zenker  <kz@openoffice.org>  [980fc1003161f8d59cc6efe6c3d7a62891e5afc3]

        SRC640

2001-08-21  Christian Lippka  <cl@openoffice.org>  [850b58d47ca9e61e7f1e70cba91b5e726b9bf433]

        #90240# fixed performance of XServiceInfo by using static sequences

2001-08-21  Christian Lippka  <cl@openoffice.org>  [9a610ccec5273a4c48a79129921ec1553acac74e]

        #90240# fixed performance of XServiceInfo by using static sequences

2001-08-21  Gregor Hartmann  <gh@openoffice.org>  [2a178fbbf18cbf7d4905977a2203099c86bd7ca8]

        #87726#Mozilla integration

2001-08-21  Carsten Driesner  <cd@openoffice.org>  [d4f121f05b72c2824157501adddfc5c1877c29d1]

        #91320# don't link against setup library

2001-08-21  Daniel Boelzle  <dbo@openoffice.org>  [4e320a40b5943337db4b39f205f6d09b4ce0edb6]

        #88337# documentation review

2001-08-21  Thomas Lange  <tl@openoffice.org>  [b891045cbe75e15ab5e779a0308dfe2328ff907f]

        #91206# removed trailing \0 chars on import of old formulas

2001-08-21  Mathias Bauer  <mba@openoffice.org>  [307e84eed1da663e61fb2da4c303eda2c200ac23]

        #91027#: method for detecting disk spanned jar files

2001-08-21  Dirk Völzke  <dv@openoffice.org>  [3d9371aa64a43d00543faeb3f0f6db4f990dc59c]

        #79591# Added sfx.xml

2001-08-21  Mathias Bauer  <mba@openoffice.org>  [1ef8ad411d3388af03e54575cb41d8c5cf7ca6c1]

        #91027#: method for detecting file contents

2001-08-21  Stephan Bergmann  <sb@openoffice.org>  [4eb629ce0081816ec3b3c22efd70b2b50b500d06]

        #89890# Improved handling of DEVICE_NOT_READY errors.

2001-08-21  Kai Sommerfeld  <kso@openoffice.org>  [40052c59e39614a1dca9742b120984c211cc83b1]

        #91207# - Fixed HierarchyDataSource::createInstance(...)

2001-08-20  Thorsten Behrens  <thb@openoffice.org>  [94c4bd958e1e53f5f9439b223e43287b88d181aa]

        testing

2001-08-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [617e3d0564aaa15670fec08836d3a963794e0201]

        make sure descriptions make their way to misc

2001-08-20  Niklas Nebel  <nn@openoffice.org>  [557d43c666d22ffa0c329cf33490d036034613af]

        #91216# InsertURL: InsertBookmark if view is not active

2001-08-20  Niklas Nebel  <nn@openoffice.org>  [2c4df0a7fd608a020bcc74652c35126e5de17f05]

        #91216# InsertBookmark: for bTryReplace replace a single URL with new one

2001-08-20  Niklas Nebel  <nn@openoffice.org>  [8ec91a857d02ef97d2af12c35a126eaf38681139]

        #91216# InsertBookmark: parameter bTryReplace

2001-08-20  Dieter Loeschky  <dl@openoffice.org>  [c5bf0baaf6a7b312ac7b1f142e52e9cdee32b88c]

        #88967# NbcSetText(): setting default style sheet

2001-08-20  Hennes Rohling  <hro@openoffice.org>  [5045b1be3d9e18657c04573d7afdbae1f3a6c341]

        #89852# support multiple file selection of FilePicker

2001-08-20  Stephan Bergmann  <sb@openoffice.org>  [0f562b5ac296474abba4a05e4336674ca257e4b0]

        #88408# Added XCommandProcessor2.idl.

2001-08-20  Stephan Bergmann  <sb@openoffice.org>  [4dd439415f41275b151de7261b34b0c5c2c65e5a]

        #88408# Adapted to improved XCommandProcessor2.

2001-08-20  Stephan Bergmann  <sb@openoffice.org>  [fa24f55c63dd2bdad456dd06cc00dbdbb2fc59a2]

        #88408#

2001-08-20  Sven Jacobi  <sj@openoffice.org>  [4280252836da27d770ea1341258fa945f256aa99]

        #91262# take care that the FilterHdl is not empty

2001-08-20  Hennes Rohling  <hro@openoffice.org>  [8081f4aeac616933a7f18648c57541f56ad396b7]

        #86003# Define new Windows clipboard format names for internal XML data formats

2001-08-20  Armin Weiss  <aw@openoffice.org>  [77b6408fcd5b4b9c3d22fe6c7af010922f80d30e]

        #91254# put text to object and set EmptyPresObj to FALSE

2001-08-20  Daniel Rentz  <dr@openoffice.org>  [e3abcc643b2b0e625e117df901023678657d78ba]

        #90636# Don't make style sheet twice

2001-08-20  Hennes Rohling  <hro@openoffice.org>  [f405bbe657464ace22249e1c6ca28bd6eb56f4d9]

        #89281# Systray window runs in own thread, commands are dispatched to second window

2001-08-20  Joachim Lingner  <jl@openoffice.org>  [9181f02d028b80847b6d7584728cc654b0b1d7ad]

        #90817# increased string buffer from 1024 to 4096 in lookupProfile

2001-08-20  Peter Burow  <pb@openoffice.org>  [c7c663f3397f0955e478abf35e011ea599d6581c]

        fix: #85816# use window parent if no help for help id is available

2001-08-20  Peter Burow  <pb@openoffice.org>  [159ab18d2d64ad6e03a5b0739580d7f429951293]

        fix: #90927# doubled mnemonic char replaced

2001-08-20  Peter Burow  <pb@openoffice.org>  [3d01aa9a3569d87456b6c1d656c47e6dddba037e]

        fix: #90927# no context menu on small area above the toolbox

2001-08-20  Daniel Rentz  <dr@openoffice.org>  [88a87d9a0b48f50599b45ae8dd9fe2f0c2ea4bbd]

        #91291# copy&paste from Excel

2001-08-20  Joachim Lingner  <jl@openoffice.org>  [df4894ae4a92898aac0d2b9d45536938ac279d59]

        #90817#

2001-08-20  Peter Burow  <pb@openoffice.org>  [b0e9e2a38169b39815784fc87f8043ae31eebf2a]

        fix: #90275# disable help of print-options-dialogue, if necessary

2001-08-20  Tom Verbeek  <tv@openoffice.org>  [f4bfd5438bac4341338f48eed1b53eb91fc22f14]

        #85927# template/desktop no longer needed

2001-08-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4839af250a55252007da7b05e0d23f9bc2d21a7b]

        added finnish

2001-08-20  Tom Verbeek  <tv@openoffice.org>  [449f7e5a3c570afc885dd698329dd93945322c35]

        #85927# no longer needed

2001-08-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [114fea532e89ca8208f8a56a57e0af50a0a2a7bf]

        supply iso code for each language

2001-08-20  Frank Meies  <fme@openoffice.org>  [c27dba70baf2abf2284746380a7c8655c9b91e20]

        Fix #91297#: Footnotes at beginning of line

2001-08-20  Frank Schönheit  <fs@openoffice.org>  [4effc612f350265c382b52c817798ee7c345b355]

        #91038# new helper defines

2001-08-20  Andreas Schlüns  <as@openoffice.org>  [7ca8d09582c6f281e44fc2bc7c7c5520aafc64d7]

        #87798# add fwi-lib

2001-08-20  Andreas Schlüns  <as@openoffice.org>  [a85bee9e95627c648bf5dd542f3c1c9de68ce0de]

        #87798# ALL includes for uno types

2001-08-20  Kurt Zenker  <kz@openoffice.org>  [9536f9966c172185bc2ac9c6f9a538049c649a24]

        new version for SRC638

2001-08-20  Oliver Bolte  <obo@openoffice.org>  [b47999d23f9ac408b92ba57a6709660c853349af]

        #65293# #87576# dont pass solaris

2001-08-20  Malte Timmermann  <mt@openoffice.org>  [929ea8ab45e885ca49bcc6310787f1135545fb26]

        #81916# Copy/Paste in/from Selection

2001-08-20  Hennes Rohling  <hro@openoffice.org>  [8869f83d52cd7b4e3358780cfa695ae87526147a]

        #89516# Use default bold font for default menu entry

2001-08-20  Armin Weiss  <aw@openoffice.org>  [1f247bfd2d7d3c0dc43f616029b314b41304a2d2]

        #91252# corrected strings for SID_DRAW_BEZIER_NOFILL and SID_DRAW_FREELINE_NOFILL

2001-08-20  Sven Jacobi  <sj@openoffice.org>  [6c90930871625772ecad0e2cc12d197667ecb2db]

        #90508# do not set the logical size by default when importing jpegs

2001-08-20  Sven Jacobi  <sj@openoffice.org>  [868c84a5c6bec8fad4f01d9d4176a13ffbedc204]

        #90508# do not set the logical size by default when importing jpegs

2001-08-20  jp  <jp@openoffice.org>  [93f9831caa062a69b2c575c02c24585edb97ae19]

        Bug #91274#: HasReadonlySel - don't test Sections from the undo array

2001-08-20  Malte Timmermann  <mt@openoffice.org>  [c14510b46f92ba073cc711af73a0acdf2ce45aab]

        #81916# Copy/Paste in/from Selection

2001-08-20  Sander Vesik  <svesik@openoffice.org>  [c86265c83a741424e1919b0d3d99147edde19037]

        pgp is deprecated - merge removal from OO638B

2001-08-20  Lars Langhans  <lla@openoffice.org>  [530c34df7bc15f4b38475f77a46e1e137f8e4af9]

        #91287# additionals for cfg-testtool

2001-08-20  Frank Schönheit  <fs@openoffice.org>  [0bfc02f3d716e612400db978ef26943aad39dc1d]

        #91278# implInitiControls: more sensitive disabling of the browse button ...

2001-08-20  Dieter Loeschky  <dl@openoffice.org>  [9c32f72cf58e216d5f83d8c92d9137f73761e8a1]

        #91284# + SID_OPT_LOCALE_CHANGED

2001-08-20  Rüdiger Timm  <rt@openoffice.org>  [15b067d9d9ad946671bbb66923d8bde0c1e7e9b5]

        #87798# FWILIB added

2001-08-20  Christian Lippka  <cl@openoffice.org>  [299ff9ce08297fbbae79fef43f068d3a544bcd63]

        #90835# added SfxErrorHandler for xml

2001-08-20  Christian Lippka  <cl@openoffice.org>  [6abd5fa94b762e9a69157bb3ce0bf83a257b4fae]

        #90835# added SfxErrorHandler for xml

2001-08-20  Vladimir Glazounov  <vg@openoffice.org>  [eb7f740322065c9607e68805e0ac21db04779f52]

        #65293# endl chanched for \n

2001-08-20  Philipp Lohmann  <pl@openoffice.org>  [917392ec3694fd6b29b6e60fc74be708b02e1480]

        #81916# default to paste selection on middle mouse button

2001-08-20  Malte Timmermann  <mt@openoffice.org>  [cdfc488e8109eea2a09ea56f6461a44a736c7120]

        #81916# Copy/Paste in/from Selection

2001-08-20  Philipp Lohmann  <pl@openoffice.org>  [3acead79604a84b12d6d921c35a857264cac0f33]

        #81916# remove obsolete integrator stuff (only GetSystemLook remains)

2001-08-20  Christian Lippka  <cl@openoffice.org>  [5fa7d0058d51121f4c1c6e400a110fdc038e73e5]

        #90835# added SfxErrorHandler for xml

2001-08-20  jp  <jp@openoffice.org>  [4484334b91c4288a298aa5d080fc6c0e3145bd2d]

        Bug #91184#: InitNew - don't delete pointer directly, use always the reference classes

2001-08-20  Christian Lippka  <cl@openoffice.org>  [f38ceb312cb85cde0e1e43d9512c6a156481b2ca]

        #90835# added SfxErrorHandler for xml

2001-08-20  Rüdiger Timm  <rt@openoffice.org>  [6a3c7d316aa1f229cbffbf8d1c7a8c010a6932b8]

        #65293# typo corrected

2001-08-20  jp  <jp@openoffice.org>  [ff59cf30c7ccd04589eed661df6f10041f58527f]

        Bug #90126#: SwHiddenTxtFld:Evaluate - field only valid if datasource and table/query are set

2001-08-20  Dirk Völzke  <dv@openoffice.org>  [be0898294a3cd3ab03da84a03aedea02a013b94c]

        #89852# Added GetMPath()

2001-08-20  Mathias Bauer  <mba@openoffice.org>  [419e6a08a930c5bd1ee074e43ba221c7e1c2d6a1]

        #90669#: Activate ViewFrame if hidden frame is made visible

2001-08-20  Martin Hollmichel  <mh@openoffice.org>  [64a0db79e1906f56ba82387940ad4fe7938396ff]

        del: AC_CONFIG_HEADERS

2001-08-20  jp  <jp@openoffice.org>  [f622fb53b99ab170a5cd3489dd5aa4ef3ee105c7]

        Bug #90115#: TimeOutHdl - set onlinelayout after set the zoom

2001-08-20  Hennes Rohling  <hro@openoffice.org>  [997733c8e9f0cf61af70bf33c88fe73288f95588]

        #91260# GetCurrentDirectory receives count of elements not size ib bytes

2001-08-20  Niklas Nebel  <nn@openoffice.org>  [11fe0ef72bd9840f0bd025bff0f8e8b2a6917801]

        #90292# DocStyleChanged: ForgetLastPattern

2001-08-20  Niklas Nebel  <nn@openoffice.org>  [7c436460590c144ac6413ab0508b7227c8ddfce6]

        #90292# InitNew: call InitOptions before CreateStandardStyles

2001-08-20  Niklas Nebel  <nn@openoffice.org>  [d3ffcfce50f341d36743bfdcbea5104a8818b1cf]

        #90292# CreateStandardStyles: use fonts for document's locales

2001-08-20  Andreas Bregas  <ab@openoffice.org>  [36a3c3bce9ca4100b31856c865746c6c897320d9]

        #91222# RTL function ConvertToUrl(): Use NO_DECODE option

2001-08-20  Andreas Bregas  <ab@openoffice.org>  [b9b3abb705cf1a6535c57b1ac94d64ff06e3d0f8]

        #90513# application and document location prefixes

2001-08-20  Stephan Bergmann  <sb@openoffice.org>  [a2710e4fb9f332ace06869746cdd9bd944681d8f]

        #88408# Added XInitialization; updated documentation.

2001-08-20  Andreas Bregas  <ab@openoffice.org>  [7fa1fbf70d5660b3a3526b5b4abdf05d7f8bcb1c]

        #90513# Check application and document prefixes when executing macro event

2001-08-20  Stephan Bergmann  <sb@openoffice.org>  [0efe0299b8d91c7556ae98cbd06ee962ad57a358]

        #88408# InteractionHandler accepts initialization args and is no longer single instance.

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [962716cb20a6b3dc9951d21e5b6e1760476c6bcc]

        Merge SRC638: 17.08.01 - 22:23:30

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [066c62d04106a7e4ef428e796fbec73049805546]

        Merge SRC638: 17.08.01 - 22:23:52

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [e9594cd27c070edf54c5620ef3b3b3ab557b1ee8]

        Merge SRC638: 17.08.01 - 22:16:56

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [9537e33da57ba3fe025fc348459af8fc36a1ab84]

        Merge SRC638: 17.08.01 - 22:15:17

2001-08-17  Rüdiger Timm  <rt@openoffice.org>  [a3a898fedf4af406e87a707147a213a328ed492e]

        Merge SRC638: 17.08.01 - 22:14:20

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [0fd892eb2d8463e89f4c3e1eb8d00366328d98d5]

        Merge SRC638: 17.08.01 - 22:15:21

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [d856ffeb9f7b960b732d17791640433fac816043]

        Merge SRC638: 17.08.01 - 22:14:22

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [eb81eae4e0a5beb049c7e8a535928a5ed1e0e022]

        Merge SRC638: 17.08.01 - 22:12:39

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [6fa7160ecdcf586630020bf554f69af299ba6609]

        Merge SRC638: 08/17/01 - 22:13:31

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [2f4da84b25aa660768afd6aa403f51907e1e9f81]

        Merge SRC638: 17.08.01 - 22:12:34

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [01f1c3f8964aed37cafa22c973c786538fa37458]

        Merge SRC638: 08/17/01 - 22:11:14

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [fd1c10d1cf0f17a27220fcf6dc19bcae5c785fd9]

        Merge SRC638: 17.08.01 - 22:07:51

2001-08-17  Rüdiger Timm  <rt@openoffice.org>  [15ac7e3d9c5ee2a66d1912ef3b03703d90518983]

        Merge SRC638: 17.08.01 - 22:06:08

2001-08-17  Niklas Nebel  <nn@openoffice.org>  [7759876527e67495285ee191534870614b82d455]

        #91232# GetNextDifferentFlaggedCol/Row: test for manual page breaks

2001-08-17  Niklas Nebel  <nn@openoffice.org>  [0792de41d99d62febb907d6b5e916e448fc34034]

        #91232# page break properties in property map

2001-08-17  Louis Suárez-Potts  <louis@openoffice.org>  [a890c2d7919293a44633a20c9ddae251370edbe9]

        added a bogus and totally spurious space to check the cvs thingy

2001-08-17  Hennes Rohling  <hro@openoffice.org>  [0bdbba62d8971b2ed1a1425b34ccccd7f51c0838]

        #89890# Map ERROR_NOT_READY to new error code osl_File_E_NOTREADY

2001-08-17  avy  <avy@openoffice.org>  [76585d6997b4f6ae7ded02b41cb88bf73e596b0a]

        initial version

2001-08-17  Mathias Bauer  <mba@openoffice.org>  [3263e6b19f2ae9eb453a66ab042dd273fd4460e3]

        #89390#: handle SID_SHOWPOPUPS even in GetState

2001-08-17  jp  <jp@openoffice.org>  [b9f152bc1af527099f649d8fd058cae9a6ec3d88]

        Bug #91248#: SearchFile - call ConvertURLToPhysicalName

2001-08-17  Kurt Zenker  <kz@openoffice.org>  [1b0dcfb7a265cb4d6211a5ee589fd1fd5d719db7]

        new version for SRC638

2001-08-17  Thomas Lange  <tl@openoffice.org>  [b620d7d16cf4972ec2539aff02f7f11448991ce0]

        #90662# ExportString fixed

2001-08-17  Thomas Benisch  <tbe@openoffice.org>  [b50642cc7aac17d4f57badf42d02e045f58ef9db]

        #91159# dialog editor handling of unknown controls

2001-08-17  Thomas Benisch  <tbe@openoffice.org>  [55b087ee80fc747a88a914fa4c9516ce257b21ad]

        #91159# dialog editor handling of unknown controls

2001-08-17  Thorsten Behrens  <thb@openoffice.org>  [6bc211069d05e531cc564edebc9720aee2404d88]

        #91118# Preventing update in OnDocumentPrinterChanged()

2001-08-17  Juergen Schmidt  <jsc@openoffice.org>  [289a31e4aa9a051f487e1051534b1becd3096f78]

        #91088# convert registry path to URL

2001-08-17  Juergen Schmidt  <jsc@openoffice.org>  [0e88bdfd89ecb42c8fa5393233f43f023e712181]

        #91088# insert convert function

2001-08-17  Juergen Schmidt  <jsc@openoffice.org>  [a87e0923371a1821bc3bdb37515e15d831a4b113]

        #91088# convert registry path to URL

2001-08-17  Kai Ahrens  <ka@openoffice.org>  [c08fa71664bd44d6b02b89a8d54e54b9c3f7487e]

        #89692#: set correct VisAreaSize at Inplace object (use MapUnit) of object

2001-08-17  Frank Meies  <fme@openoffice.org>  [95750ea390d2cfee63393e99013d8b7b2690f68d]

        Fix #90365#: Correct nDelta calculation for follow frame to avoid unnecessary reformat of follow frames

2001-08-17  Juergen Schmidt  <jsc@openoffice.org>  [4aee767252a8e145a5ac78654ecc01cc9bb2986d]

        #91088# insert convert function

2001-08-17  Jörg Budischewski  <jbu@openoffice.org>  [cd29b8d1e44472ae91cf7c72611eea1751df452e]

        #90455# added test for osl_getAbsoluteFileURL

2001-08-17  Thomas Lange  <tl@openoffice.org>  [5423845f3dae18c00a92ee37e3afddb8f0d0b9ef]

        #90467# launch events when list of configured spellchecker or hyphenator services changes

2001-08-17  jp  <jp@openoffice.org>  [0542a837a42f7c8ec8a3f0551876f8a8e71dbeae]

        Bug #88544#: disable autocolor

2001-08-17  Andreas Martens  <ama@openoffice.org>  [0195dac7d513b80d107df2c0fcf6d38492de9476]

        Fix #90885#: Working on a deleted pointer

2001-08-17  Stephan Bergmann  <sb@openoffice.org>  [c06d0c9714fbf91d0cc040fa42b730c26369d671]

        #88408# Removed erroneous component_getDescription().

2001-08-17  Christian Lippka  <cl@openoffice.org>  [ce33f14a5e0d5c9cd5c4fd8867007e7aa52f66ba]

        #91209# fixed search after introducing SvxUnoTextBase

2001-08-17  Kai Ahrens  <ka@openoffice.org>  [73824204fe648b20e36b3da86dfb30690353bc52]

        #78300#: don't show OLE placeholder if SDRPAINTMODE_HIDEDRAFTGRAF is set

2001-08-17  Christof Pintaske  <cp@openoffice.org>  [f70cba6c767b1be656f49763978c97cb7e43d400]

        #90641# report smaller resolution for 800x600 and below

2001-08-17  Malte Timmermann  <mt@openoffice.org>  [bd3aa2a41cc2bfbfef8708fa0258e66995827bf1]

        #90984# Outliner-D&D and MoveParagraphs done from EditEngine, removed old Uno-Ids and resources

2001-08-17  Philipp Lohmann  <pl@openoffice.org>  [1e2fea4a8be772f1ad594bf69aa0951ad8b457ce]

        #91200# dialogues are not always modal

2001-08-17  Malte Timmermann  <mt@openoffice.org>  [3eb30f06d8d72c8c7df3f73782e626702c73c052]

        #90984# Outliner-D&D and MoveParagraphs done from EditEngine, removed not longer used classes and functions

2001-08-17  Frank Meies  <fme@openoffice.org>  [070c65adbfa320d292f7401af2f2796e394d7dfc]

        Fix #90905#: Hyphenation and softhyphens at alternative spelling positions

2001-08-17  Thomas Lange  <tl@openoffice.org>  [39cc6c7b445408b8a7d90afea6f972764ec83c61]

        #90905# soft-hyphen behaviour changed again

2001-08-17  Malte Timmermann  <mt@openoffice.org>  [31d3b67cea93790c2967fe17108cb2ad4e153d43]

        #90984# Outliner-D&D done from EditEngine, MovingparagraphsHdl

2001-08-17  Malte Timmermann  <mt@openoffice.org>  [15ee59cbca131923ab81758e981c508ac3bfb902]

        #90984# Outliner-D&D, MovingparagraphsHdl

2001-08-17  Malte Timmermann  <mt@openoffice.org>  [1a02b3ee28994653d19896b0bf9bc33255c8236f]

        #90984# MoveParangraphs( nDiff )

2001-08-17  Armin Weiss  <aw@openoffice.org>  [d1be0ea8cf47b6a8eabe392933ee2e9e864d82f3]

        #91081# refresh rulers when UNDO/REDO is triggered, maybe it was a move of TAB marker in the ruler

2001-08-17  Kai Ahrens  <ka@openoffice.org>  [ed6607689f7ccf759b1fce87628c84bab9694fee]

        #91077#: don't adjust MapMode of window in ANIMATIONMODE_VIEW

2001-08-17  Daniel Rentz  <dr@openoffice.org>  [14d86536efc037379f8a64546dc2a645da81e782]

        #87384# corrected COUPDAYSNC, COUPDAYS, COUPNUM

2001-08-17  avy  <avy@openoffice.org>  [5529ce8a83b43750bf96a23b14e3461a7e6db69f]

        new version for SRC638

2001-08-17  Thorsten Behrens  <thb@openoffice.org>  [7fa1e156abd7971a03416a6b0fc8abd83469d9ef]

        #91108# Removed references to LISTBOX_TEMPLATE

2001-08-17  Frank Schönheit  <fs@openoffice.org>  [a259c8c98be91a5d6e3254c80767e3be6b5b15ee]

        #91038# new code for calling the SDB filter dialog

2001-08-17  Frank Schönheit  <fs@openoffice.org>  [c9ad7d94aa3ae2275462399e637cf53681bcd062]

        #91038# inlined getParser

2001-08-17  Frank Schönheit  <fs@openoffice.org>  [9a8c8a43ff10cf83a80012dba35644de6e14922c]

        #91038# +getForm

2001-08-17  Frank Schönheit  <fs@openoffice.org>  [14aa120a3065898631553f270be97b9a0b286319]

        #91038# allow empty field name

2001-08-17  Frank Schönheit  <fs@openoffice.org>  [3be650eb6e8289ccdcb4b527777d1c91348392a9]

        #91038# createRegistryInfo_ORowsetFilterDialog

2001-08-17  Frank Schönheit  <fs@openoffice.org>  [3789b2daaf8c2dc0221fd1833dceee54f69f8127]

        #91038# +unofilter

2001-08-17  Frank Schönheit  <fs@openoffice.org>  [4296649caa7ad6e350ae5cc30dca996c529f2ce9]

        #91038# convertFastPropertyValue: allow for assigning different XInterface derivees

2001-08-17  Frank Schönheit  <fs@openoffice.org>  [a2a58796d3bfbd93fec758e65c4d7c70cbfd6426]

        #91038# be more toleratn against NULL pointers returned by createDialog

2001-08-17  Peter Burow  <pb@openoffice.org>  [2465fdd7b1717f1d6bf9e45853cc29b935d0460e]

        fix: #91160# ignore the url also on click closer

2001-08-17  Christof Pintaske  <cp@openoffice.org>  [4f0b226b265ccd6809ebf44405b81042e515baad]

        #86513# correct translation, add alphanumeric sort

2001-08-17  gt  <gt@openoffice.org>  [e37f472aa5ca28c51cb298cea3cbef6bbb218514]

        #87386# AnalysisAddIn::getPricemat(): using YEARFRAC directly as described in the formula

2001-08-17  Peter Burow  <pb@openoffice.org>  [8030be8e9b43ef4e3c7a83f6efc8b1dd2b050cd3]

        fix: #90234# 'Zweizeilig' -> 'Doppelzeilig'

2001-08-17  gt  <gt@openoffice.org>  [3fa6b91b34ad4bc68fe589f9d2e21a7cdf82f091]

        #87542# YIELD completely invers to PRICE

2001-08-17  Peter Burow  <pb@openoffice.org>  [209ad1cedbf269253c714a30f38196ecd8d8ca67]

        fix: #90963# 'Search' now 'Find' again

2001-08-17  Carsten Driesner  <cd@openoffice.org>  [48cdf2b9710abe3e590581dc7eb38354d51f7161]

        #90656# support rel. jumpmarks inside sfx2

2001-08-17  Peter Burow  <pb@openoffice.org>  [1dc5f2fbe9e66cc583e50ca0105c9a0355233bb9]

        fix: #90963# toolbox button 'Search...' added

2001-08-17  Peter Burow  <pb@openoffice.org>  [a5380a623825bc943f9b0779946253fe4dd6a581]

        fix: #90963# ..._SEARCHDIALOG added

2001-08-17  Peter Burow  <pb@openoffice.org>  [3376c36b04e2d0a74ba1252f2d102de16c1c8e96]

        fix: #90963# HID_HELP_TOOLBOXITEM_SEARCHDIALOG added

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [078aab6dc631849caa8e495b24e0642007ab9b4a]

        Merge SRC638: 16.08.01 - 22:24:45

2001-08-16  Rüdiger Timm  <rt@openoffice.org>  [f5156a73e1ee52c827823947eb0a7a3dbaf4f2fa]

        Merge SRC638: 16.08.01 - 22:17:27

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [6742465929a58d4ef56362efac9891eec1038111]

        Merge SRC638: 16.08.01 - 22:17:08

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [51a7f299b2c0a471be3759ce8f9d32165a9f7d6d]

        Merge SRC638: 16.08.01 - 22:15:48

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [44f5edd6698a05d89e608ccbc0331487e7c77e13]

        Merge SRC638: 16.08.01 - 22:14:27

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [f22e353f03820877fbfdea25e3ecd595b2794cb9]

        Merge SRC638: 16.08.01 - 22:13:39

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [792fd7623ee8a57d8d476839ed98135895067210]

        Merge SRC638: 16.08.01 - 22:14:04

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [b59a38fab415c66bba941d2f27f49cf31a8cbad0]

        Merge SRC638: 16.08.01 - 22:12:24

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [21ff9423aa8f7b2d904e503f8afd3931dedc74a0]

        Merge SRC638: 16.08.01 - 22:12:19

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [71a75b589575305c63b02b3b56bec3f2c19e4a18]

        Merge SRC638: 16.08.01 - 22:09:23

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [a23505d8a8c54229f42a77245006793e1fc49603]

        Merge SRC638: 16.08.01 - 22:09:57

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [bc4fb24de178b976f9429b72a1823dda9bdb77a3]

        Merge SRC638: 16.08.01 - 22:07:25

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [4eae34941389fda6ba3a6b0f1d186c6f39a4b306]

        Merge SRC638: 16.08.01 - 22:07:20

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [c870cdf829b5d15335bb06c0e7c30b4d0f70316f]

        Merge SRC638: 16.08.01 - 22:07:02

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [0274f663551fd9cad25dd50ae5c9dede1e79c93d]

        Merge SRC638: 16.08.01 - 22:04:23

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [7a5714232d3e9c7261f372ef01cea931eb5d746c]

        new version for SRC640

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [1704bcb3b4da77c259abb25b3037f3cdd8299d25]

        new version for SRC640

2001-08-16  jp  <jp@openoffice.org>  [98bdcd109cd8a27c06efe802908dfc41913fc2ee]

        Bug #85153#: prenotify disable asserts

2001-08-16  jp  <jp@openoffice.org>  [0f751f8c7e9010406d0e02d6b5c9b0f73cfdc4dc]

        Bug #85153#: overload ComboBox for disable unallowed characters

2001-08-16  Niklas Nebel  <nn@openoffice.org>  [7945818581757ae97467f04e9d14ed7848c33eb1]

        #90968# add (user) to programmatic name if display name matches a prog.name

2001-08-16  Carsten Driesner  <cd@openoffice.org>  [e9b93eac6b791959ee3167867c4ff1648de47955]

        #90434# author field changed

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [6104d9d7f31a58c2cb1455ff8665f0b6912c4a97]

        new version for SRC640

2001-08-16  th  <th@openoffice.org>  [a8fdd0c63aca352e89606304b4791be473d39b11]

        #90822# - Update Resolution in SetSettings()/UpdateSettings() before DataChange-Handler is called

2001-08-16  Sven Jacobi  <sj@openoffice.org>  [202cec63a91181327d4482b993a5ec77fada2d85]

        #80711# improved numbering import

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [37829cb025de20c44836e515082319b2d92a2233]

        new version for SRC640

2001-08-16  Mathias Bauer  <mba@openoffice.org>  [0b3799c7896eb7c12a60d7af863ed85c067db3bb]

        #89458#: don't close objects that have IPFrames open

2001-08-16  Mathias Bauer  <mba@openoffice.org>  [a82e9a6746233e51c0b68019c345e039ea508745]

        #91071#: handling of MacroURLs was buggy

2001-08-16  Mathias Bauer  <mba@openoffice.org>  [3586ad9e3214f03764d3acc7ae1167300af70122]

        #91071#: wrong SfxMacrInfo ctor with URL

2001-08-16  Thorsten Behrens  <thb@openoffice.org>  [5c4b13d1bea4aedb72677f0317d5334638c03918]

        #90760# Removed VCL define

2001-08-16  Christian Lippka  <cl@openoffice.org>  [ad96134cd67a2ccdb22f4d268bb75d5b2b63c890]

        #88220# fixed IsNumbering property

2001-08-16  jp  <jp@openoffice.org>  [5b0892acbfbfa4718e4a81d735a3698d5d25f8be]

        Bug #90448#: GetScriptType - if not region exist, take the previous character

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [bde4afad6661db557509eb644f62c29821fa8e23]

        new version for SRC640

2001-08-16  Christian Lippka  <cl@openoffice.org>  [0ef39797d527743920c602c4badfeaf8644633aa]

        #88220# fixed TextHorizontalAdjust und TextVerticalAdjust

2001-08-16  Carsten Driesner  <cd@openoffice.org>  [897f773d4ed41cdee1e802bc3edfd2c7c9dcb909]

        #90434# author field changed

2001-08-16  Stephan Bergmann  <sb@openoffice.org>  [ad6c0cd69daff7fbf9ee5f527b828ccaca558ebb]

        #88408# Fixed support for WrongJavaVersion and BadPartnership exceptions.

2001-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed238433b848e2908e5b832903792430665acd5e]

        #65293#: syntax

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [d9490de786a7fe25c00cf789e95272ff8595e127]

        #88813# link dbu against basic - this is temporary, as soon as we have a new mechanism for calling basic macros this can be removed

2001-08-16  Daniel Boelzle  <dbo@openoffice.org>  [a990ccca6421b33f673316a415d41a0e3f45caee]

        #91149# support events for titledbox, text

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [901c6b93ef805afa9543ce3df4874c7cf71620d7]

        #88813# +newFormWithPilot

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [354cea53db688b2f2ba19a9f30924a5516fa4595]

        #88813# enable calling the form auto pilot

2001-08-16  Peter Burow  <pb@openoffice.org>  [342d1120d7c730b637c065aba6d3e4966b1643df]

        fix: #90922# 'Complete words only' box on search page added

2001-08-16  Christian Lippka  <cl@openoffice.org>  [14ce2ea6f97508b757e855187fae160ab6ff45dd]

        #91083# fixed multi property set and states

2001-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [21ebb0c40532f19eb2d37322f1347b10000ca2de]

        #65293#: fix access

2001-08-16  Stephan Bergmann  <sb@openoffice.org>  [98fee2ca314a35b82c31fc67cedc192dd3c78389]

        #88408# Added support for WrongJavaVersion and BadPartnership exceptions.

2001-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [519d8f18cdeafe06279d8342b74921d423eb5ce5]

        #65293#: syntax

2001-08-16  Björn Milcke  <bm@openoffice.org>  [611b6839ffde35b8ba03dc75c73e8ed4e8956489]

        #90861# deprecated property was exported by error

2001-08-16  Juergen Schmidt  <jsc@openoffice.org>  [287f8c4bda2198b83bcb0944b7ead7c98fe71c35]

        remove useless stuff

2001-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [7340797a2cbea1776cde5dc9d52381367821c6e5]

        #65293#: syntax

2001-08-16  Armin Weiss  <aw@openoffice.org>  [97b591ca58fe0048140304ced9d97cda30f408fc]

        #91047# call parent function was missing in SdXML3DSceneShapeContext::StartElement(...)

2001-08-16  jp  <jp@openoffice.org>  [f68e35fa9f6c4277f127cd9986ca89d50ca73a91]

        Bug #89816#: set correct heading font

2001-08-16  Thomas Lange  <tl@openoffice.org>  [c134ddcc3415f465cd18b7cc9b88fe3ea5efe326]

        #91122# assertion removed

2001-08-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb4e9b60b93da1cd2e2ed6274386892955f32a04]

        #65293#: syntax

2001-08-16  jp  <jp@openoffice.org>  [84f78dadf5abd3384aa6b623d182183c56fcfed1]

        Bug #9110#/#88107#: changes for StarBats -> StarSymbol

2001-08-16  Carsten Driesner  <cd@openoffice.org>  [6124bec917390b37993701120ceff2870514a11f]

        #90061# change accelerator dialog implementation to support function keys

2001-08-16  Martin Gallwey  <mtg@openoffice.org>  [320d7a614e4e7825b952805b71114877bfdc563b]

        #90968# use SwStyleNameMapper methods which disambiguate user defined styles which clash with programmatic names

2001-08-16  Peter Burow  <pb@openoffice.org>  [7442bcf90b054e40b20e0ad1c21261591da43321]

        fix: #90275# disable help if started from help

2001-08-16  Peter Burow  <pb@openoffice.org>  [7fdfde97cbae829c98a2397f16afb42e378ac33e]

        fix: #90275# DisableHelp() and Impl* added

2001-08-16  Andreas Schlüns  <as@openoffice.org>  [878741c97900da3dcf8b2efa6626fdaf8c26b0a7]

        #88408# don't support synchronize handler any longer

2001-08-16  Bertram Nolte  <bnolte@openoffice.org>  [2ee44f43d52b72cdfd9f83212b6f687e3f834a00]

        Added example Inspector.

2001-08-16  Daniel Vogelheim  <dvo@openoffice.org>  [046c5fe86e34ccfabe8aac31cf2434fa1cb1eb35]

        #86004# - removed many unnecessary copies of Reference<XText> objects - also call lcl_exportBookmarks/...Redlines only if necessary

2001-08-16  Martin Gallwey  <mtg@openoffice.org>  [f3909d4114ab54fd2ee3b71da0777fad9a4a3ee8]

        #90968# use SwStyleNameMapper methods which disambiguate user defined styles which clash with programmatic names

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [644f34dbf351067ffb5cd045b182cbe00278696f]

        SRC640

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [727a405d16270c34ff16b7b5a830515c0866b28b]

        SRC640

2001-08-16  Thomas Lange  <tl@openoffice.org>  [0515bcff73418b6ec8204fe4176132ae4349c94f]

        #91116# GPF when calling print-options fixed

2001-08-16  Niklas Nebel  <nn@openoffice.org>  [3a2b120bcb4cced1871a6b216de1454029cd07ea]

        #90675# translated clipboard format names are now in so3

2001-08-16  Andreas Schlüns  <as@openoffice.org>  [3eac059e378d5beb3ed3192047585f9ce0e17706]

        #91017# add XActionLockable

2001-08-16  Andreas Schlüns  <as@openoffice.org>  [7ea0e272ac9820e0263704745e950d5f0473b93a]

        #91017# support up to 20 interfaces

2001-08-16  Martin Gallwey  <mtg@openoffice.org>  [4fbc9dd48b7cebb304010e7337b1bbc3936c7923]

        #90968# Add two new methods to allow for disambiguation of user defined styles which clash with programmatic names

2001-08-16  Malte Timmermann  <mt@openoffice.org>  [8648a94cf00d705062f8f23e78c89fbef2db5854]

        #90866# ShowParagraph - recalc height if 0

2001-08-16  Joachim Lingner  <jl@openoffice.org>  [4a0f304f2cc7f7ba374e9f3ae83b8ab567cdb029]

        #89921# enabled embedding of MS OLE objects

2001-08-16  Peter Burow  <pb@openoffice.org>  [069f0e6444b3d0265e348a6a7334380098cdfa87]

        fix: #90918# #90936# #90915# #90948# many fixes

2001-08-16  Daniel Rentz  <dr@openoffice.org>  [efa2fc9e5d2aaddea611ff5155365c3336a838ed]

        #87384# corrected COUPPCD, COUPNCD, COUPDAYBS

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [103973bb5d59918abd66c7c17c96724c10819ac4]

        #90573# removed an obsolete 'using namespace'

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [71ad19a08fdcbb9a65dab87dc3d3ff616e3de231]

        #90573# +HID_BROWSER_REFRESH_REBUILDVIEW

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [4cd2513b4ee174fdd9c59b3c48745a16c8291a0a]

        SRC640

2001-08-16  Kai Ahrens  <ka@openoffice.org>  [791a2ffc3180c573ded1c56d27ba06958dd6bb48]

        #90675#: new UI names for SOT formats

2001-08-16  Niklas Nebel  <nn@openoffice.org>  [105b2d3145c18bc96243e34f6ac5339ff6d190d9]

        #91065# don't increment progress for repeated empty cells

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [69b1656ab02c638f77c7bfb00ad78ecf73cfd3f6]

        #90573# +RID_MENU_REFRESH_DATA

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [2534109a0f1338087b8871f1bcfd73293fb0c702]

        #90573# minor changes

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [fec0b9054fbf9682a2d61c2114d2b8f4409dd991]

        #90573# +OnToolBoxClicked, onToolBoxSelected, onToolBoxClicked

2001-08-16  Armin Weiss  <aw@openoffice.org>  [0402e321fb1ecf4791319fa58a238b5c2716a742]

        #91065# count only if counting for shape import is enabled

2001-08-16  jp  <jp@openoffice.org>  [dc5953ec144e4274d2fad488db2702d218b41944]

        Bug #91051#: SetNode - persist move dont insert our infoobject if the OLE exist in the persist

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [a815ae7aba32ef6488807213917197b302189e7b]

        #90573# minor changes (mainly member rearrangements

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [9d63b2c1e65bdc76257682803fc7dd9f4da8c439]

        #90573# changes so that upon reloading a query, the grid is automatically rebuild if the query changed / added the complete rebuild to the refresh toolbox item (as option)

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [6a361d2c07ce8345394990882101008722160a9a]

        #90573# changes so that upon reloading a query, the grid is automatically rebuild if the query changed

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [564550beb03b5170e7388052390f0ba51d0dc898]

        #90573# +ID_BROWSER_REFRESH_REBUILD

2001-08-16  Frank Schönheit  <fs@openoffice.org>  [8ab780b8321847e6665bff52950b759e72e8ba5f]

        #90573# flag the columns as out-of-date if the command property changes

2001-08-16  Daniel Vogelheim  <dvo@openoffice.org>  [6c142e583b230d6749fa29f3be0da7b340558b4d]

        #91123# Avoid problems with page-bound shapes in paragraphs (for import filters)

2001-08-16  Malte Timmermann  <mt@openoffice.org>  [eb23614b006aeda38278a0286c2deb9f198f90d7]

        #91099# ImpConvertEdtToOut - correctly check for MaxDepth

2001-08-16  Peter Burow  <pb@openoffice.org>  [cc694aca177c82768711d93ee4201e27bdf9ffc5]

        fix: #91010# lost parameters of start url added

2001-08-16  Andreas Schlüns  <as@openoffice.org>  [854e03636094ac83cc3fed7b3a5e3a3cb498e20f]

        #91017# support lock/unlock from outside

2001-08-16  Andreas Schlüns  <as@openoffice.org>  [ff0b8eb053db4815bab971935ca60592c28db87f]

        #91017# activate indicator child in start(); make parent visible!

2001-08-16  Andreas Schlüns  <as@openoffice.org>  [039e8ef7204f2c35e431967250dd5761a9c851df]

        #90837# better pre-detection for loadable contents

2001-08-16  Andreas Schlüns  <as@openoffice.org>  [a5046f6d54acd384778b285aad3d44fdbeb74ba7]

        #91017# don't show task at creation time

2001-08-16  Kurt Zenker  <kz@openoffice.org>  [226f364c297055823e534390410adc6d8da12e34]

        new version for SRC638

2001-08-16  Frank Meies  <fme@openoffice.org>  [1eabcfaf7f393deeeb6d90cef13e9d34ac605bf6]

        Fix #90760#: Removed VCL defines

2001-08-16  Thomas Lange  <tl@openoffice.org>  [f052415fb157f9f5ac6b8f9781cbcf2c66e1a56b]

        #90662# new default-fonts

2001-08-16  Frank Meies  <fme@openoffice.org>  [a6c526b790d5dcc2ac393f24f878b8df22072269]

        Fix #90760#: Removed VCL defines

2001-08-16  Joachim Lingner  <jl@openoffice.org>  [494fc8a7593ead3083005b3ed8fcb482ab5ef832]

        #89921# inserting of MS Ole objects is now possible

2001-08-16  Tom Verbeek  <tv@openoffice.org>  [cc446becbedc2e889429fc440960c5bbfc1e1939]

        #88451# added paltform dependent migration targets

2001-08-16  Christof Pintaske  <cp@openoffice.org>  [1452fe62059376d57684945395b6fb72c9b394c5]

        #91050#  take care of contradictory locale and xmodifiers settings

2001-08-16  Carsten Driesner  <cd@openoffice.org>  [64c5f46057c3a528843f9045abe40028048197ef]

        #91017# use target from menu to dispatch file/new file/wizard macro urls

2001-08-16  jp  <jp@openoffice.org>  [f91b488ece65e63761245d90f6fc0a7bb4c2f5a6]

        Bug #90675#: use SO3 PasteDialog function for get the correct ClipboardFormatNames

2001-08-16  jp  <jp@openoffice.org>  [c2ada2f20ca6f34b188166017911e489c720bd32]

        Bug #90675#: remove unused resources, #89921#: handle also OLE-ObjectDescriptor

2001-08-16  jp  <jp@openoffice.org>  [8fa3e96a44eb3438770c55d638d89476c9638905]

        Bug #90675#: remove unused resources

2001-08-16  Tino Rachui  <tra@openoffice.org>  [3b704bc4f359be6dc244fc0ba33c0ebe34b85305]

        #89239#calling onInitDone of the parent in onInitiDone to center the dialog to its parent

2001-08-16  Tino Rachui  <tra@openoffice.org>  [21296b60520e06eb214c9475c19f0593c669fa0b]

        #89239#center the dialog position to its parent

2001-08-15  Rüdiger Timm  <rt@openoffice.org>  [cb7fdd4b2613931c400a8caf8a9b75d77f01da64]

        Merge SRC638: 15.08.01 - 22:15:07

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [746792172274e539eaf851c0158affbd7b87d465]

        Merge SRC638: 15.08.01 - 22:14:24

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [5f07009379df5cd4c795512ad8a617bd2f8e4aef]

        Merge SRC638: 15.08.01 - 22:13:36

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [9fdb84d1334635b5ca2c05418d9337445af18dcc]

        Merge SRC638: 15.08.01 - 22:11:56

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [edab38ec445909ea27edffc3010c24f35d2d45f0]

        Merge SRC638: 15.08.01 - 22:11:31

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [9ddd9047dfb3c6bf809c174261c3f53a30dd9931]

        Merge SRC638: 15.08.01 - 22:11:10

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [2ab607d2823a817bc2ffd66e161e62e05ebb1582]

        Merge SRC638: 15.08.01 - 22:17:25

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [a171684caca0e2b3320ef359fb5c32f355350a44]

        Merge SRC638: 15.08.01 - 22:09:42

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [d17b16bc27d9d7e561628edbadbb022c12589b33]

        Merge SRC638: 15.08.01 - 22:08:19

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [05394b2c302e42c4664d48d0ca5c8eacfe6af7cc]

        Merge SRC638: 15.08.01 - 22:05:32

2001-08-15  Rüdiger Timm  <rt@openoffice.org>  [f83cd4a32427ab67054435cef242d577d452ae6a]

        new version for SRC638

2001-08-15  Mathias Bauer  <mba@openoffice.org>  [38821ad4d7fb44b71bf5f66d8b250b068235d724]

        #90435#, #90227#: some resources may be not accessible when closing or reloading files

2001-08-15  Matthias Huetsch  <mhu@openoffice.org>  [929ed16ca167d7b7d364cb4842ddb09615ca5883]

        #90503# Fixed 'shell::copy()' case 'NameClash::OVERWRITE' to really ignore 'ENOENT' in 'shell::remove(destination)'.

2001-08-15  Matthias Huetsch  <mhu@openoffice.org>  [3a60b7fd9c48a27026af228c3b67bdcffd10a761]

        #90503# Fixed 'makeAbsolutePath()' to use 'OUStringBuffer' for token reassembly.

2001-08-15  Malte Timmermann  <mt@openoffice.org>  [34de7d8e6f2952842ae46c45e5166ffd6fb6c8dd]

        #91076# Don't use nFirstLineOffset in ImplCalcBulletArea...

2001-08-15  Christian Lippka  <cl@openoffice.org>  [28b2d6c8a71c238e17f884e7289a1aa7d9fbb04a]

        #90459# changed adressbook to data source viewer

2001-08-15  Armin Weiss  <aw@openoffice.org>  [52c289c45115e40f2cf8ce3c1d7e25254b65d254]

        #91047# use imported VRP, VPN and VUP (if used)

2001-08-15  Armin Weiss  <aw@openoffice.org>  [328040c57df4288636c3177143d61c6492eb0afb]

        #91047# use SetViewportValues() to set VRP, VPN and VUV as vectors, too. Else these values would not be exported/imported correctly.

2001-08-15  Mathias Bauer  <mba@openoffice.org>  [433f5468374be7a1ab314668079eb2b45676a3d2]

        #90226#: set version in ctor, because otherwise only SFX will set it

2001-08-15  Armin Weiss  <aw@openoffice.org>  [aacec23688c20d18d38b6b27a051f8eebe3bc610]

        #91047# do NOT set aAmbientCol at activated light source, but only as global ambient light (see below)

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [d6792e0c9e694bf10f3391c90ad2b9ed50e6b91e]

        cleared up

2001-08-15  Mathias Bauer  <mba@openoffice.org>  [d41554244eae753ee1e15ee487bbfc45ad9607aa]

        #91017#: avoid GPF when clicking into empty TopWindow

2001-08-15  Mathias Bauer  <mba@openoffice.org>  [2ea36a351ea5b5b354d32d04511e81e15f6fac13]

        #90025#: always use InteractionHandler

2001-08-15  Mathias Bauer  <mba@openoffice.org>  [4ddad9a990d2c1e99737c0358a918b1712e21252]

        #90524#: don't assign slotids to macros while importing

2001-08-15  Mathias Bauer  <mba@openoffice.org>  [469c0743b7360e6ce5a75e28ce320da051a71de8]

        #90025#: allow to forbid usage of InteractionHandler

2001-08-15  Mathias Bauer  <mba@openoffice.org>  [318bccd0c112f6fa272c0b05ef2458ff0d106021]

        #90524#: allow loading MacroInfo without assigning SlotId

2001-08-15  Mathias Bauer  <mba@openoffice.org>  [ecb131293997516fc4d40473b8b9d52ad77a91e5]

        #90524#: assigning SlotIds on load must be done with new method

2001-08-15  Mathias Bauer  <mba@openoffice.org>  [112fddc1a243d2feaf08b6b4789e3dabf3a6c4d0]

        #90992#: reset DocProgress in Stop

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [6c31bcd00dcbac6b24e692a234e4e576ed5abd30]

        #90519# disable the language box (no sense for form controls)

2001-08-15  Mathias Bauer  <mba@openoffice.org>  [adf27e83b687aa5b7d0bd30d0580ab8c16ebbfc4]

        #88408#: SID_SYNCHRONIZE

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [ff08c7051d8c9433f0451a0d2745bac29a2ae420]

        #90519# +SvxCharNamePage::DisableControls

2001-08-15  Kai Ahrens  <ka@openoffice.org>  [edaf25cc6fa1f208409d61e9a41caab49395b1b9]

        #78300#: don't paint replacement if flag is set

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [3370f5fbe7820f84b726f29fd09b4b4f49baaa8b]

        new version for SRC638

2001-08-15  Rüdiger Timm  <rt@openoffice.org>  [4ab058622e20575356ce0bf96b5a01d0451f6182]

        new version for SRC638

2001-08-15  Vladimir Glazounov  <vg@openoffice.org>  [dcc870945c3091fc66360d9393593cf9b74aa996]

        #65293# use XSync to be sure that nothing is pending

2001-08-15  Herbert Duerr  <hdu@openoffice.org>  [c43ee00e5d2edfebfa148b310813335aab27db34]

        #91025# reduce flicker in charmap dialog

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [0bf9e812f5bd5f83057aeca6f5334d917ab5dfa9]

        #88194# dropSelection: add the all button only if more than one table is left

2001-08-15  Christian Lippka  <cl@openoffice.org>  [6cdd0da909023dadde2d16fd81409b16584af200]

        #86668# made layer properties non-readonly

2001-08-15  Thomas Benisch  <tbe@openoffice.org>  [5d638e3a1c107fdebdae0c83b9f8814baf888ffb]

        #91034# Sub in newly added Basic Module of a document cannot be stored

2001-08-15  Stephan Bergmann  <sb@openoffice.org>  [2affcdd455ed44a6c5ec52552df2a73a49944d6c]

        #88408# Added comment about 'borrowed' ids.

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [5bfca1f12ff8206b2eafb1e1a0766b63d991186a]

        #88637# resize semantics changed

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [b28c4e7fb0263a86210b5946207738a90fc057fc]

        #88637# call the correct base class methods (previously skipped OSingleDocumentController

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [709f5d6d109d693dffbcc594ba2d127737cbe6d3]

        #88637# call the correct Construct

2001-08-15  jp  <jp@openoffice.org>  [e9312a13b96330ac1bbdf59d636431282a1996a7]

        Bug #89692#: SwView CTOR - disable the modify notification

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [5a3bf97ac28fc28a5cedf52f0e4028b2c01b85c1]

        #88637# added a (optional) fixed line above the toolbox

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [f7415858414b42c05a7f8b76877dc31983d2bc83]

        #88637# add a separator above the toolbox

2001-08-15  Ocke Janssen  <oj@openoffice.org>  [1ff3950d8631f8ccdb9431723a60afe43c591d35]

        #88644# some objects are never destroyed

2001-08-15  Ocke Janssen  <oj@openoffice.org>  [534b13f75f2053c655773559436c2b1b7bbede04]

        #88644# insert some DBG's and fix getFocus calls

2001-08-15  Ocke Janssen  <oj@openoffice.org>  [aa3b7155e071de355eb1421b6d84cfe1ed739985]

        #88644# insert some DBG's

2001-08-15  Ocke Janssen  <oj@openoffice.org>  [7a091a2945a5b22a81eb124ae9c02a89c3ac25f0]

        #88644# correct getImplementationId and insert some DBG's

2001-08-15  Ocke Janssen  <oj@openoffice.org>  [1acbe05d887df4ab914c84944a29989f44c44c6c]

        #88644# insert some DBG's and fix getFocus calls

2001-08-15  Ocke Janssen  <oj@openoffice.org>  [99871e3ad69465868819c1a951a23c1e3c99c44c]

        #88644# insert some DBG's

2001-08-15  Armin Weiss  <aw@openoffice.org>  [a7b0f5417bbaf620ea63d8a3d22fb1800de645ad]

        #91047# set drawing::ProjectionMode AFTER camera geometry is set projection "D3DScenePerspective" drawing::ProjectionMode

2001-08-15  Stephan Bergmann  <sb@openoffice.org>  [c07c64b4c96157d5819482c9beaa84ec39fd3528]

        #88408# Export wizardheader.hxx.

2001-08-15  Peter Burow  <pb@openoffice.org>  [2d6df4cee77112a913f61f12c5c90ed76062ce68]

        fix: #90584# Seperator between 'Save' and 'Print' of functionbar

2001-08-15  Armin Weiss  <aw@openoffice.org>  [3c9ec38f465c4ce7547fd23af4de33bca6c75f80]

        #90780# take unrotated positions for calculation here

2001-08-15  Behrend Cornelius  <bc@openoffice.org>  [c858a1a75aa1c6bb62dc210bcc9feb9b31c354cd]

        #90683# Filternames now overgiven on Saving, formulas now in TargetDir saved

2001-08-15  Sven Jacobi  <sj@openoffice.org>  [86befdacc7789278923aa034cb8175cf01a773a6]

        #90682# improved texteffect export

2001-08-15  Christian Lippka  <cl@openoffice.org>  [bcbb69c144a5e2e52143b8ef1f79abb0a4c5fa98]

        #81062# made the special cursor interfaces optional

2001-08-15  Behrend Cornelius  <bc@openoffice.org>  [ebb6de00a14f5711423c588c8b0bde2a473a6807]

        #87859# Charheight set to Standard when inserting new Document

2001-08-15  Michael Brauer  <mib@openoffice.org>  [623871276c47ba4b3dc54b9267d7fb02cd1887d7]

        #90969#: Paragraphs that conatin a comment only are empty

2001-08-15  Vladimir Glazounov  <vg@openoffice.org>  [3d59619ca020f4c0b736911679cb4c0b10d5f546]

        SRC640

2001-08-15  Vladimir Glazounov  <vg@openoffice.org>  [8b75ff4e4bdd1e4f4aa9b9a84fe404c6a44ffe29]

        SRC640

2001-08-15  Philipp Lohmann  <pl@openoffice.org>  [7abcc72654a9d15bd8d11a59c3d4b8dbe50b0ce4]

        #79689# solved the reparent problem on Unix

2001-08-15  Malte Timmermann  <mt@openoffice.org>  [f681039c1d90b38b4aadcf03c105c2c45e43032c]

        #87153# Painting probs FocusRect and behavior of StackModeSelection

2001-08-15  Ocke Janssen  <oj@openoffice.org>  [1ebb78a93b7efa18b89c3335f565a3f2cf65bbac]

        #91073# grabFocus is called while we creating a member object

2001-08-15  Kai Ahrens  <ka@openoffice.org>  [90700946f1d154d52344b3fa79c7518c1ab76a04]

        #90675#: new UI names (partly from resource) for format id's

2001-08-15  Christian Lippka  <cl@openoffice.org>  [cbb8e540e0af6e643376223ec43f02bff459db90]

        #91047# also open sort context for 3d scene shapes

2001-08-15  Christian Lippka  <cl@openoffice.org>  [0c5f29e63b1d6cb5a2000a5d40196994cf43f0e9]

        #91047# catch exceptions during sort, just to be save

2001-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6cd9d504b30633639da2bcecd9fd763fd02cd41]

        #65293#: defer changes for SRC640 to SRC641

2001-08-15  Caolán McNamara  <cmc@openoffice.org>  [f9db70219c126ecac47880c4a084da21cd7032e5]

        #90977# move rotation and vertical text changes after setting attributes

2001-08-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4f423a8bc3867808db9140c9f1b2102ae836d4d0]

        #65293# one more mkdir now quiet...

2001-08-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ebffd432d6624ff8e7c252449c94eb9008649bf1]

        #65293# one more mkdir

2001-08-15  Daniel Rentz  <dr@openoffice.org>  [9b03e4ec064c5c17a6ea6689ab6ed530472ac834]

        #91060# crash while AddIn import from BIFF5

2001-08-15  Oliver Specht  <os@openoffice.org>  [99453146b20689ad879f14f3483a2bff23a54f47]

        #91049# use current document language to detect the correct default font

2001-08-15  Kai Ahrens  <ka@openoffice.org>  [37a426fa88c3833ccebd637df1821df855b53cdd]

        #90675#: new UI names (partly from resource) for format id's

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [8f5541a31c1562a985d2f138abf285a61fe061f6]

        cleared up

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [55480a8105eae134a70bb11ced918f9c519029ec]

        cleared up

2001-08-15  Vladimir Glazounov  <vg@openoffice.org>  [bd31c1812e2a060e0d91d5ad7da6b4ff36716676]

        SRC640

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [115a509ca8ff10f33ffcb12a06dc3793ce83e96d]

        new version for SRC640

2001-08-15  Niklas Nebel  <nn@openoffice.org>  [b863eca93dc76080944554a458334f17a2be889c]

        #91045# AddDimension: mark as duplicate if name exists

2001-08-15  Kurt Zenker  <kz@openoffice.org>  [32e69bd21c0df4dfece3a60f3b65073f1534cb3a]

        cleared up

2001-08-15  avy  <avy@openoffice.org>  [f779e8291f526d31378d515e11b33f1d24eddd08]

        adopted for new MS compiler

2001-08-15  Vladimir Glazounov  <vg@openoffice.org>  [f88729db8cf45b11c6c6a56c90346b224d081420]

        SRC640

2001-08-15  jp  <jp@openoffice.org>  [24045a5491a094b6e83d14541420708b3ae06311]

        Task #65293#: header removed

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [87ddf708ebb9c4bf97b57ce6c3d683864c6a52d6]

        #89822# doToolboxAction -> onToolBoxAction / enable KEY_DELETE

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [d41ee97a4288cfadc5d4d57e80f0216e3c8cfd2c]

        #89822# doToolboxAction -> onToolBoxAction (now virtual in the base class)

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [ae61416ac6e9f2cb6493e18850583260b0d0a2c3]

        #89822# added functionality to accelerate toolbox functions with key codes

2001-08-15  Peter Burow  <pb@openoffice.org>  [5ac0d117505047c7e2db7fe8ed8cc938cdbf3148]

        fix: #91014# '...' after 'Print' and 'Add Bookmarks'

2001-08-15  Oliver Specht  <os@openoffice.org>  [fca027b0bd76a76b50f4d6d667d2d479417a74a6]

        #89762# connections now pooled at the SwNewDBMgr

2001-08-15  Herbert Duerr  <hdu@openoffice.org>  [844677e4768235243864f2bd3e74a6aa27bc56de]

        #91025# finalize charmap dialog

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [c9becdfcc63204a72e5a1974bfde22a18491c9ea]

        #90803# properly set the cache size

2001-08-15  Joachim Lingner  <jl@openoffice.org>  [8cd2906a74eb1d5af8577bd387ea6d8471c734bc]

        #89921# put the changes of the 638 branch in the toplevel revision

2001-08-15  Joachim Lingner  <jl@openoffice.org>  [cdc73ee7bd7e3aac0bb7495b505c24e5b224853c]

        #89921# XSystemTransferable::getData has a changed signature

2001-08-15  Joachim Lingner  <jl@openoffice.org>  [4f232b6cc791e7b3fa62198eeadbf5775a7f4ca7]

        #89921# getData takes a process id as arg now

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [8c3f8e3262ff2f7b9daf952de681e1b541f10cae]

        #91052# additional ctor (for context information in case of an error)

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [c59d3383f9918d9fae3246381711b3b9abb4ec09]

        #91052# STR_COULDNOTCONNECT_DATASOURCE

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [f6be35692f6d4ce95646bae7ddab30423690b859]

        #91052# additional connect method with context information strings

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [154595f3c3061270a28e43b46ff624545945b5ec]

        #91052# +connectWithStatus (centralized method for connecting to a data source)

2001-08-15  Frank Schönheit  <fs@openoffice.org>  [bc3a8cbb3fd80be92116329ea9305481d34f5e87]

        #91052# +connectWithStatus

2001-08-15  Martin Hollmichel  <mh@openoffice.org>  [dd1f16ce1f4390a044e0033e21c6dca7b37757bc]

        chg: Syntax

2001-08-15  Martin Hollmichel  <mh@openoffice.org>  [9017e9766798f66861abf9fda56ed1b43d7df012]

        add: support for gcc for windows added

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [86cfd9edaf79526ad0b260fcebef8ce161bec6f9]

        new version for SRC640

2001-08-14  Niklas Nebel  <nn@openoffice.org>  [5fe1b22dc3716ffdbc2bca506f2768ec402b18fa]

        #90981# UnlockDocument: decrement, not increment, lock count

2001-08-14  jp  <jp@openoffice.org>  [894ff1ac969a5f2b4c5ecf63176881e27c350fb3]

        Bug #90966#: UndoMoveNum - handle the none range correct

2001-08-14  Martin Gallwey  <mtg@openoffice.org>  [f0643d7b72a89a5c70eed59f7079350b91e26be6]

        #91020# set temp base dir in webtop

2001-08-14  Herbert Duerr  <hdu@openoffice.org>  [95ac7f624e2943e105300c6416d48b2b34d85124]

        #91025# finalize charmap dialog

2001-08-14  Philipp Lohmann  <pl@openoffice.org>  [758fada468dd3cec88cb80a024cb480c7b961a91]

        #90998# aRestoreFullscreen_ is not an indicator for override redirect anymore

2001-08-14  Behrend Cornelius  <bc@openoffice.org>  [31d229a58988dc1294be6608f55d2495bc71c5f4]

        #88814# Connections now always closed after 'EndExecute'

2001-08-14  Philipp Lohmann  <pl@openoffice.org>  [d1fdfc207047e13f2425ee3d14b790407111afa5]

        #90998# do not use NET_WM_STATE_SKIP_TASKBAR

2001-08-14  Thorsten Behrens  <thb@openoffice.org>  [5aa6d5bdb7ceaa26f8c4eeac023a6119a1378b1a]

        #90760# Removed VCL defines

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [d8594b7a5cfb9a2a6b4a8d737a65a0fc5841ae72]

        Merge SRC638: 14.08.01 - 18:39:24

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [b688a66f14aa572991c09887a46b45ae42f7068b]

        Merge SRC638: 14.08.01 - 18:44:45

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [1b03d82446c6e8f532322f12751f742fbc8572be]

        Merge SRC638: 08/14/01 - 18:37:21

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [9ed54e9c148b34c4aac037b219d54be576e945b2]

        Merge SRC638: 14.08.01 - 18:21:41

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [3daeb5d0e27ef52912ada63aabd841d7d412cb93]

        Merge SRC638: 14.08.01 - 18:21:06

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [9e552af2bb0d10c28ed5cbbdbd7ef32883df5041]

        Merge SRC638: 14.08.01 - 18:05:31

2001-08-14  jp  <jp@openoffice.org>  [23ed1f2c30d8a615c51614f448782a7c894c3892]

        Bug #91008#: uset GetSOLoadText encoding for the fontencoding

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [72857ae86338009e38ab78bb8312243132ca2c4f]

        Merge SRC638: 14.08.01 - 18:03:53

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [380a84198a3a209d7b32e9d0ad0af4bd5bac828a]

        Merge SRC638: 14.08.01 - 18:02:15

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [4861d62a66a41650c63b1e5f96c9feedb65f268d]

        Merge SRC638: 08/14/01 - 18:02:04

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [1fc0379aeaa050d79e0fab99f990be2213d2ecd0]

        Merge SRC638: 14.08.01 - 18:00:37

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [c96cc7b8f9f92b8db81d2ca83ea50c10ef337c85]

        Merge SRC638: 14.08.01 - 17:58:18

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [3ca1c93fd9b8e370ce92da52df1af7cd10abadae]

        Merge SRC638: 14.08.01 - 17:58:22

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [3dffa5f4c25a456300b976c3fcca4d736e8311ed]

        Merge SRC638: 14.08.01 - 17:56:41

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [0f3a76307d7889f7e84f52ef2d78ec744da19793]

        Merge SRC638: 14.08.01 - 17:57:07

2001-08-14  Rüdiger Timm  <rt@openoffice.org>  [b06a0893b6ce46856b22cf684932a6ae676e682a]

        Merge SRC638: 14.08.01 - 17:55:34

2001-08-14  Christian Lippka  <cl@openoffice.org>  [698dcd6b34961ebee0e37bdbd080119faad8113c]

        #88608# init bDispose in c'tors

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [7cecc051a40a005bef27de3d8861c6cbcd21115c]

        Merge SRC638: 14.08.01 - 17:54:45

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [c60576e2b3511f2845ff5dac54f68ff1c3b66f22]

        Merge SRC638: 14.08.01 - 17:49:17

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [b6360128239caf8aaca9f788ebd46e489e9a3fc0]

        Merge SRC638: 14.08.01 - 17:43:13

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [6f5929d505574379da1963a4e47fe97005bfde92]

        Merge SRC638: 14.08.01 - 17:37:19

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [55217efb960d857419893daf595113d23773cd2c]

        Merge SRC638: 14.08.01 - 17:32:56

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [e0a400e86da49a5a1530d6853464a8bbfbdf222a]

        Merge SRC638: 08/14/01 - 17:26:18

2001-08-14  Armin Weiss  <aw@openoffice.org>  [851da6dbdb894d74c6f858ab51c261ec3c7efca1]

        #75438# do not hide handles if no repaint will be triggered since the repaint will show handles again later

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [6505263dcc20b65da6b3f743b15ae213ba125be3]

        Merge SRC638: 14.08.01 - 17:24:38

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [58464f2e699a2974c86ecfe79671882dafe0bbab]

        Merge SRC638: 14.08.01 - 17:21:59

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [57fad610ec0b9ca7535d39c818e851c23257c12d]

        Merge SRC638: 08/14/01 - 17:19:38

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [c7927cd99aeade1e868717358c7f6aa2f4a45018]

        Merge SRC638: 14.08.01 - 17:17:04

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [d7902cf673d6c7bfecd6d9fdaf919a4975fec6ad]

        Merge SRC638: 08/14/01 - 17:17:43

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [fe64a18c43b1274b2397a601af08ab24d2ecef71]

        Merge SRC638: 08/14/01 - 17:15:43

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [acd87df7eea1b1faceec1b8b92786deffc99cb6f]

        Merge SRC638: 14.08.01 - 17:12:21

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [c868cc5e7db0a3302e1790cb742ab3fff552453e]

        Merge SRC638: 08/14/01 - 17:11:14

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [3d2781174ea4c59b027275aacb6f38fa69cba5f7]

        Merge SRC638: 14.08.01 - 17:10:00

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [3d5c2376879dd129a1fa0c63d622343153ca1ce1]

        Merge SRC638: 14.08.01 - 17:09:52

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [00535f224c9f4986fc89b485532bcb854ca85aa8]

        Merge SRC638: 14.08.01 - 17:07:57

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [b3ede2374ba89df9631ddcfa08db8394789aca12]

        Merge SRC638: 14.08.01 - 17:07:35

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [279f508675c079a4aeffd0059ee3510e8d4e2e23]

        Merge SRC638: 14.08.01 - 17:07:17

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [dbec2979d5555f4b69afeac2198ca2244905680f]

        Merge SRC638: 14.08.01 - 17:07:19

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [4cd12fdd41e3e331515b95fde67d57982133dbeb]

        #91041# use a nicer font for the navigation bar

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [86bce31057a1b548f5d3497dd03c26418cbe8fd7]

        Merge SRC638: 14.08.01 - 17:06:33

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [01f9e97d88ac17350a643b3997943ff36d8e1057]

        Merge SRC638: 14.08.01 - 17:06:07

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [9bdad36966a3e5861fcbddc76b76f3867ec03851]

        Merge SRC638: 08/14/01 - 17:06:11

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [3fb5d200a937c76ebf7cfbc23c070866e018c09b]

        Merge SRC638: 14.08.01 - 17:04:39

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [8a645390c07f37ede185d2bce7144a90649f2aae]

        Merge SRC638: 08/14/01 - 17:04:04

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [4f276641da4557f75d4af6d2ade4adb72ba71d0d]

        Merge SRC638: 14.08.01 - 17:02:44

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [e18f6366a534f2665df0b92ab9f885fd0a81c311]

        Merge SRC638: 14.08.01 - 17:02:13

2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbab761906f5bedee258142de12ac07a722b3c6c]

        #65293#: remove <vcl/exchange.hxx>

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [01bd32091c03c959381d31c17047ac255187e956]

        Merge SRC638: 08/14/01 - 17:02:13

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [c8b1bda185a2576085da7354dbc8707422c2ad7d]

        Merge SRC638: 14.08.01 - 17:00:19

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [76a085bb2ad0fcd9e54f3f01c30951097f5fcfe7]

        Merge SRC638: 14.08.01 - 17:00:04

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [04463a40df1befe2361293c28733d7fb5f8c1dfe]

        Merge SRC638: 08/14/01 - 16:56:26

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [7a76f4484d453fabb337052084eafa7e5f7d5c4d]

        Merge SRC638: 14.08.01 - 16:55:13

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [b107c0779c071c6b21ee941640846085fd93cb0e]

        Merge SRC638: 14.08.01 - 16:54:23

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [c74e99501fe7c0168454ce0d11890ced25bb0236]

        Merge SRC638: 14.08.01 - 16:53:59

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [8b5345c38f76ca30aa198ec55f8a8c084e1c148a]

        Merge SRC638: 08/14/01 - 16:54:33

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [9d139b9eb4664f7182413a7780e76f8e941099c1]

        Merge SRC638: 14.08.01 - 16:52:46

2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [93707fcded1a4e828d992aa81683753d9bb0b135]

        #65293#: remove <vcl/exchange.hxx>

2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [da17e0172c3fa2ca0f4aa9b91122a12b7813ea74]

        #65293#: remove <vcl/exchange.hxx>

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [936a83f82ccf30370bc13abce6d68136ec6d836d]

        Merge SRC638: 14.08.01 - 16:50:14

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [1b75c0d2a72fe1a2adf5bfdc2b87e3fe2ce5bf1f]

        Merge SRC638: 14.08.01 - 16:47:01

2001-08-14  Kai Ahrens  <ka@openoffice.org>  [cb32ce21f929bbf48aad1692688394153938baeb]

        #86173#: call ::AcceptDrop before ::ExecuteDrop in case of default action

2001-08-14  Frank Meies  <fme@openoffice.org>  [f18c5a27dda55da6bed5516993513c5616e44272]

        Fix #91028#: Finding next misspelled word when AutoSpellcheck is enabled

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [f92c35eb8aa7ac9091c40f4741d0d4f2c21c09ca]

        Merge SRC638: 14.08.01 - 16:40:54

2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [adba8ad1b168e6717ee7b40d69ba71dffcab8b2f]

        #65293#: Exchange -> SotExchange

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [b2bf1718854762e95c42650af3ad39fb8874c91b]

        Merge SRC638: 14.08.01 - 16:38:56

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [81ff35a19f58a4ffabfa2a50d23068526c1e66ae]

        Merge SRC638: 14.08.01 - 16:37:02

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [29f6be439d7775fa1884f111522ad2f2f529ae8f]

        Merge SRC638: 14.08.01 - 16:29:25

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [e5bbfb16f9adc01d08778373994ee223bde7451b]

        Merge SRC638: 14.08.01 - 16:28:40

2001-08-14  Rüdiger Timm  <rt@openoffice.org>  [0276220bd5c8a132f3c55c4dff01d9812a280eda]

        new version for SRC640

2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f0918507c8b6ea9256df2a09518b400dd3a1c68]

        #65293#: <vcl/excahnge.hxx> -> <sot/exhange.hxx>

2001-08-14  Thorsten Behrens  <thb@openoffice.org>  [53ca5c3d3aa4a8b610d55a140cb438a34a85fc60]

        #90760# Removed VCL defines

2001-08-14  Ocke Janssen  <oj@openoffice.org>  [c06c42bf59551deb8f1be2cab62b89b2a39d63c5]

        #91032# check if selectionbrw is visible

2001-08-14  Ocke Janssen  <oj@openoffice.org>  [90427313297c8aad9566635f0a0283f32296ef84]

        #91032# collect all column,tables and parameters and delete them only in dtor

2001-08-14  Eike Rathke  <er@openoffice.org>  [03ef5765e2e6c99ab023984ad8d5c062822cc339]

        #90896# SchMemChart.SomeData3 holds sheet names for old->new conversion in clipboard/OLE

2001-08-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [291c9e8023c7f8fc258680f8f011bca9a3cfb6b1]

        #87798# moved fallback to tg_shl.mk

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [b3257810223d3fd1dbfdd1e4dd02a12e0e5d9fd6]

        #86945# removed the tables container parameter from UpdateTableList

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [3e6b9947ee77314cccc746ea6dc943455b73bca2]

        #86945# add notifiers to the tables container of newly opened table design components

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [264cf7f087e5015a41d00d63dc0fb6276a08597c]

        #86945# +getCurrentDataSource

2001-08-14  Joachim Lingner  <jl@openoffice.org>  [044a23cfc2ecebf3e02db042ce9c57cea0aadf13]

        *** empty log message ***

2001-08-14  Martin Gallwey  <mtg@openoffice.org>  [2ebe666c296e634642e0dcb02ba1553afe116ae5]

        #90608# avoid loading all OLE objects when setting the printer

2001-08-14  Martin Gallwey  <mtg@openoffice.org>  [5448708ff7f109a9cae62578f4067ac51c2a8ae3]

        #90608# add a default parameter which allows us to not load all OLE objects on XML import

2001-08-14  Joachim Lingner  <jl@openoffice.org>  [09da395e32bde03e48ae2bf9aa63cfaa361d0849]

        #91016# SHIFT causes ACTION_MOVE now

2001-08-14  Martin Gallwey  <mtg@openoffice.org>  [faab128f913cbf510039ddabe24c7a8bd2b618e3]

        #90608# Do not call PrtDataChanged when setting the printer on xml import or else all of the OLE objects will be loaded

2001-08-14  Björn Milcke  <bm@openoffice.org>  [3aa8cd00e90b490cd1edfe76fd3b4bc2d1149a23]

        #90861# +attribute 'show' (is not interpreted yet)

2001-08-14  Thorsten Behrens  <thb@openoffice.org>  [8809cc27371cff4e192e31e535cec18e5541bc78]

        #90760# Removed VCL defines

2001-08-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d167d15a872f1075d507a230819d285fa2947d01]

        #87798# use default desc. for fwe

2001-08-14  Björn Milcke  <bm@openoffice.org>  [0cc702b17567751c58b4a05192c387b3e477b004]

        #90861# element property symbol-image for chart symbols

2001-08-14  Gregor Hartmann  <gh@openoffice.org>  [b38ada33c7f8c5e981ebfd0e4d1c40423752c2e0]

        #90760# remove ifdef VCL

2001-08-14  Carsten Driesner  <cd@openoffice.org>  [e796fd5c564486e83b0447f4d22c2431504134d6]

        #90434# new logfile format for time logging

2001-08-14  Ocke Janssen  <oj@openoffice.org>  [f6165543e7c974ddd04b506cef658f245f4876b9]

        #i1116# flush statement buffer before scan

2001-08-14  Björn Milcke  <bm@openoffice.org>  [5d21add625f853b43b7264e652c6dd5f5704d28c]

        #90861# SymbolBitmapURL is now an element property, to be able to save BrushItems as Base64 coded embedded images

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [f04e3581ea1c2a5a55e45ff5f0362932cafdbaf1]

        new version for SRC640

2001-08-14  Andreas Schlüns  <as@openoffice.org>  [2390d4d506a0807746a3f66350f539674b8d36cc]

        #90434#

2001-08-14  Peter Burow  <pb@openoffice.org>  [5ce012f4a19d024bfdfe0b4ae1cc2e91847f001f]

        fix: #89417# fill window list with SO API

2001-08-14  Philipp Lohmann  <pl@openoffice.org>  [87981be8e316229b390b2329ca9c3a91e39aab4f]

        #91019# output copies in pagesetup only when changed

2001-08-14  Andreas Schlüns  <as@openoffice.org>  [181c9bf66df19920d84a0a23a3fcb7fd0ec39201]

        #87798# reactivate unotypes dir

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [2f5e7e13e42f72fb0986f48da41fa0a7694e7ed0]

        #86945# removed invalid 'using namespace' clause

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [973a796a8f9684a9151fe2f7d14dbe843d117a4a]

        preparations for #86945#

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [943e8c9c341fbae8a1c2aaccf209140b0fb4012b]

        #86945# derived from MutexAndBroadcastHelper instead of MutexHelper

2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bca59ec596ee1f4f6866c61369654308d001d58]

        #65293#: find bmp locally

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [a76dee4605223926aee0bf875f9a3f4d6599b0ba]

        #86945# substituted m_aPropertyMutex

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [08883b78922998473257e090e574f6cf695e1c90]

        #86945# -m_aPropertyBroadcastHelper (already part of the base class now)

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [d5996fd64ee94934a7117fc055917cb2b4f8340f]

        preparations for #86945# (be a container listener ...)

2001-08-14  Christof Pintaske  <cp@openoffice.org>  [0d059e10f00a84959488959b83a50cc1c0d82a98]

        #90570# try to strip off modify state to enable shortcuts

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [08fb0244eab5a5f713ca54050842d65ef67b4382]

        #86945# derived from OSingleDocumentController now

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [a6977147f232e1fb6faf5015d081a0a16cc8b1e7]

        #86945# +singledoccontroller / compile some files without exception handling

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [825455ccdabb2f318111aeb098fa57fb34fea9e2]

        preparations for #86945#

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [916fe8764881c235acbf74f2b1c5ace9c01150e7]

        initial checkin - base class for controller which work on one single object belonging to a data source connection

2001-08-14  Björn Milcke  <bm@openoffice.org>  [cc0aeda5f43afacd68aeccc2ab3937b5cfd43fe6]

        #90861# +XMLChartPropertyContext, +XMLSymbolImageContext for 'symbol-image' element property

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [7967cccd238271cd884d4d4ea144d63a49c2d1bd]

        #86945# -m_aPropertyBroadcastHelper (already part of the base class now)

2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f28fbe38b9f77cead5afc811e397e2b1cdee04c]

        #65293#: remove include bitset.h

2001-08-14  Björn Milcke  <bm@openoffice.org>  [1688de4340623ea6ffc836cc8526193662fe7e0e]

        #90861# context for element property 'symbol-image' (BrushItems)

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [a6a8723cd7d1693f1c9c9abd1598daee5e06ec23]

        #86945# derived from OSingleDocumentController

2001-08-14  Björn Milcke  <bm@openoffice.org>  [a215803cd8f536b57af7ea75399469682ff421e8]

        #90861# property context for element property 'symbol-image'

2001-08-14  Frank Schönheit  <fs@openoffice.org>  [f223734707cbe4dc16a1118327f157776ce9e70d]

        #86945# createNewConnection substituted with override of reconnect

2001-08-14  Ocke Janssen  <oj@openoffice.org>  [cf02b66ddeb7c960cfef2d466683cb4479ccef52]

        #91006# check index values as well

2001-08-14  Kurt Zenker  <kz@openoffice.org>  [d3cd02b5b8f6d271338c90e549b8c52855f3067c]

        Added depence to svtools

2001-08-14  Björn Milcke  <bm@openoffice.org>  [37659252f757f6130a2cb85b6c1b782ef0f1df2f]

        #90861# +CreateChildContext for property context (element property for symbol-images)

2001-08-14  Eike Rathke  <er@openoffice.org>  [3c662515e60954ca859ba995388a79a1e9057dae]

        #90761# FillFromDbTextEncodingMap: exclude RTL_TEXTENCODING_DONTKNOW

2001-08-14  Malte Timmermann  <mt@openoffice.org>  [3eedb575045849b43ae0e29b36418663a83cc42f]

        #90831# get FileDialog from UnoService...

2001-08-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [01777a84aa9c6b265ad3376d7c1f4db4b894c6ca]

        #65293# avoid circular deps on first build

2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [59363bf4a5770e9712aec71511cb356e1f75ed52]

        #65293#: added freetype to dependencies

2001-08-14  Kai Ahrens  <ka@openoffice.org>  [8f925bfcb4597bc604ee394b2d55580162d8b2fa]

        #91002#: don't write over pixel bounds

2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0b4d80fe8c84060105ed71417ffe3ffe3010659]

        #65293#: added unotools to dependencies

2001-08-14  Frank Meies  <fme@openoffice.org>  [9c3ba2dbfe29deee4473099834cd6db08a10f549]

        Fix #91000#: Replace AutoFormatBeiEingabe by AutoFormat bei Eingabe

2001-08-14  Eike Rathke  <er@openoffice.org>  [251e1195d0fd8b0b93ee67ffe7bdfc3f17b4e180]

        #90761# text encodings from dbtools::OCharsetMap

2001-08-14  Eike Rathke  <er@openoffice.org>  [3fe7d0aa95319898b139ddd09c4c6163ac1050d1]

        #90761# text encodings from dbtools::OCharsetMap

2001-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed91752138e7787f7676e38cc7d5e450986c9261]

        #65293#: fix dependency

2001-08-14  Ocke Janssen  <oj@openoffice.org>  [a66b67ed8f163aa01243cafc6cf8413a4c8883e2]

        #90862# enable F2 again

2001-08-14  Kai Ahrens  <ka@openoffice.org>  [b04efa00529066622b7305ba10ad592786c4e160]

        #90417#: mask out DND_ACTION_DEFAULT

2001-08-14  Thomas Lange  <tl@openoffice.org>  [fbd1abd2f53d511e5378ce9ff55128f9d2ab2ddb]

        #90905# behaviour for soft-hyphens changed

2001-08-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [94c356f6dfefe6f9669c5224f34f7c7af7f5f8f5]

        #65293# one more fix for win32 naming

2001-08-14  Frank Meies  <fme@openoffice.org>  [b047e2248e0867bf434dee127ff5e42faab81fc4]

        Fix 90905#: Handling of soft hyphens during hyphenation

2001-08-14  Christian Lippka  <cl@openoffice.org>  [ec655436f00e00f4005955b0d7c89ce2ddbb1722]

        #90884# use an empty itemset on setpropertyvalue for para attribs

2001-08-14  Björn Milcke  <bm@openoffice.org>  [e7fe4a99dd73faada2bba2d66896d8c50ff67843]

        #88757# missing initialization of pointer

2001-08-14  Christof Pintaske  <cp@openoffice.org>  [96cf29d2beffea7514599844a3b4095ae1b039e5]

        #90393# get rid of wm window after reparenting to the rootwindow

2001-08-14  Michael Brauer  <mib@openoffice.org>  [150143ff92aaf2a922426e56c8f712d4297eed08]

        #90888#: Make BASE64 encodings for for standalone filters

2001-08-14  Ocke Janssen  <oj@openoffice.org>  [049251ba567516fa66270537067ac6b9a8a93ae6]

        #90862# enable delete key

2001-08-14  Michael Brauer  <mib@openoffice.org>  [d9526ceb1995668b32db09708e2f778a5f49c140]

        #90976#: export table margins again

2001-08-14  Ocke Janssen  <oj@openoffice.org>  [850853efd2dd827ab2f643828b67f5d0832b6001]

        #90882# check ifFirst after knowing that it wasn't new and use of TABLE and VIEW as default filter becuase sometimes don't work

2001-08-14  Oliver Specht  <os@openoffice.org>  [7ca87019ef205686381ef7aafebc9dc31d940859]

        #90972# translate string 'Gallery'

2001-08-14  Ocke Janssen  <oj@openoffice.org>  [f9f3513d1476fbe3433fc1a8c093b0a53dc4c36c]

        #90553# convert classname in jni conform way

2001-08-14  Frank Meies  <fme@openoffice.org>  [54305a44aeb6e8310c009d88bc8a1e7eb57b3935]

        Fix #89863#: Repaint of line numbering

2001-08-14  Peter Burow  <pb@openoffice.org>  [ef5ff4dda65354b289e052428e41b3bcfdf9535f]

        fix: #89945# #90927# #90932# #90935# #90947# some ui corrections

2001-08-14  Frank Meies  <fme@openoffice.org>  [0fecc3a242f8fa9fac12ce7ee5cb6bcc70676d24]

        Fix #90853#: Mixed scripts in numbering portions

2001-08-14  Peter Burow  <pb@openoffice.org>  [01201567c65c6aaecfbac4c46dff46b3f011f20d]

        fix: #89945# #90934# #90924# Bookmarks sorted; 'Find' -> 'Search'

2001-08-14  Peter Burow  <pb@openoffice.org>  [18948f5f4c2bae4166f3f0360b52ae7db15a2323]

        fix: #89945# bring help task to front

2001-08-13  jp  <jp@openoffice.org>  [da303ba92456f0524d17b64fe7c31fe055ad0917]

        Bug #86173#: ask for the default flag on the event

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [633c4344483a0df6a7dfbe74ff95b75970fc9873]

        Merge SRC638: 13.08.01 - 23:16:35

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [75561fff2ced0c58e40957b1653cec840729c5a6]

        Merge SRC638: 13.08.01 - 23:14:49

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [105a8882fb76a926457c42325ed3d155db3876ea]

        Merge SRC638: 13.08.01 - 23:13:07

2001-08-13  jp  <jp@openoffice.org>  [1f6ef83d39fdb5b2967c086d9b2238522643e166]

        Bug #90815#: Execute - use hasPropertyState

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [5be094a168676c33d8edac6f4206e89f5a308ee5]

        Merge SRC638: 13.08.01 - 23:11:23

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [8842ee63e116a27c3109c65e446d808e65fc8506]

        Merge SRC638: 13.08.01 - 23:07:53

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [417de3235ebb7403a4dcc8023e47630bce70dc98]

        Merge SRC638: 13.08.01 - 23:06:07

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [1a26db4368e60084d26fbe0a3ff7415f70c4822b]

        Merge SRC638: 13.08.01 - 23:00:53

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [dcca094197dda01553a299001203175b694408c1]

        Merge SRC638: 13.08.01 - 22:57:18

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [5dde82dc61169cf8a844357e6710ea4532631e1a]

        Merge SRC638: 13.08.01 - 22:55:32

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [10730c696d2c2122c3f18cae9fd2716bd5c40996]

        Merge SRC638: 13.08.01 - 22:53:46

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [394bba179bb0d330fa7c30cf3a40fc629013411f]

        Merge SRC638: 13.08.01 - 22:50:45

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [81cd16b42a622118f99ad33b7a11e1735f2af4d8]

        Merge SRC638: 13.08.01 - 22:49:53

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [457b2f9b18e826ada9c7a159a93b1a64c9c8ec7e]

        Merge SRC638: 13.08.01 - 22:48:34

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [98849237c537184c180e510ab8c89844d8849767]

        Merge SRC638: 13.08.01 - 22:46:41

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [969abc0a5ac665666a87aad9a0b6627656f8ace1]

        Merge SRC638: 13.08.01 - 22:45:50

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [bd58ad2e4ab57aca00ecfc718a05524bc210bf55]

        Merge SRC638: 13.08.01 - 22:45:25

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [a0e9055c2ad5c4d229200f59ee1452904c751b3f]

        Merge SRC638: 13.08.01 - 22:44:53

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [a8cabac5bf0306e4f9bfda7a7f4674cf5f0d124a]

        Merge SRC638: 13.08.01 - 22:44:34

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [906af2bda0343887b8af6e7564513a3fd0a1fd0e]

        Merge SRC638: 13.08.01 - 22:43:15

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [2fba3047844b10428fa7ffdc1cf8a877b7a5051d]

        Merge SRC638: 13.08.01 - 22:43:12

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [9b77d914de0b527ecac2ad88bc6cd446af71d4fb]

        Merge SRC638: 08/13/01 - 22:43:41

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [bdfaff25bd88aba3deea3c3102523362137bac67]

        Merge SRC638: 13.08.01 - 22:42:48

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [7808a417e47c4692ffb524734dab67f1e67a462c]

        Merge SRC638: 13.08.01 - 22:42:21

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [999c4b6d20927ad096c3079723a103a8cdc4e5b8]

        Merge SRC638: 13.08.01 - 22:41:54

2001-08-13  Rüdiger Timm  <rt@openoffice.org>  [b0c1457415626dd488453a22f34707d1cbf08c42]

        Merge SRC638: 13.08.01 - 22:41:17

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [361ea3f10700f9b00f2a83c3158ea6055e1f2f70]

        Merge SRC638: 13.08.01 - 22:40:40

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [549b013a966588d1ce40b882602829ca9ff8891d]

        Merge SRC638: 13.08.01 - 22:40:44

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [b8f63f6b618629189977fd8b99dec9aad44ced84]

        Merge SRC638: 13.08.01 - 22:40:31

2001-08-13  Rüdiger Timm  <rt@openoffice.org>  [c2fddb209f9fab81aa1d459381238abd3864560c]

        Merge SRC638: 13.08.01 - 22:39:11

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [2fcd9289dbe51e802ef7d138ac3a47ce330f4caf]

        Merge SRC638: 13.08.01 - 22:38:41

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [75f25f7d493788d3c245163c283aa7a640c6947d]

        Merge SRC638: 13.08.01 - 22:36:57

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [cbeb40fbbe74bf467aad23318fc90a275f36a098]

        Merge SRC638: 13.08.01 - 22:36:14

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [29165fd93485b04af8a8704e5bcebf1396b94830]

        Merge SRC638: 13.08.01 - 22:35:01

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [684b573ed4f451b6e0c017fefbc4465787cb83ba]

        Merge SRC638: 13.08.01 - 22:35:03

2001-08-13  Rüdiger Timm  <rt@openoffice.org>  [5c2b9e1aa82cad98a8549640bd3942bd97adcce4]

        Merge SRC638: 13.08.01 - 22:35:01

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [96107be7eea3faff433b636b681728b15bb31d5c]

        Merge SRC638: 13.08.01 - 22:34:31

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [ee68ec43ff01202fb87ef092f132c0afa9811e2e]

        Merge SRC638: 08/13/01 - 22:34:21

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [f67d65d6c6419bc5d6eff6b1b01b3f6132265d16]

        Merge SRC638: 13.08.01 - 22:32:48

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [2aa1122d6fcf56c85ed06015cb51a36af4aa2cfe]

        Merge SRC638: 13.08.01 - 22:32:29

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [28eb5ea5d3d51b182e089a6fcf6bfe676810c0c7]

        Merge SRC638: 13.08.01 - 22:32:50

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [4bc87ab65b609a64ac99cac8c5de668e789aaae5]

        Merge SRC638: 08/13/01 - 22:32:30

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [6fd34db993493bbac79e303237c9492918ea27af]

        Merge SRC638: 13.08.01 - 22:31:05

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [aaa6c4b063794cbe24f5ca0ce263dc42a37f870e]

        Merge SRC638: 13.08.01 - 22:30:39

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [393191afc311e0ad39558792f13e2087dcdf4e09]

        Merge SRC638: 13.08.01 - 22:31:21

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [e0f271302cffff996cca38be1911faa59e5d154a]

        Merge SRC638: 08/13/01 - 22:30:47

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [11348be01b7d751432df83a6ccaedd575250bb18]

        Merge SRC638: 13.08.01 - 22:29:21

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [88b14da3d2dbf538bdafd159e4e0202713704837]

        Merge SRC638: 13.08.01 - 22:27:36

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [6ffe2c4b0a426dbd020e966f4e1d795a1f429474]

        Merge SRC638: 13.08.01 - 22:26:27

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [87cc78d9979fbc5feeea9468b80ded14148556bb]

        Merge SRC638: 13.08.01 - 22:24:20

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [d493e31778e4cd79acd654b8ced7056f3cd655b8]

        Merge SRC638: 13.08.01 - 22:25:29

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [7273a7fd00b4ad1b09020d8930a7bb1b17bb80a1]

        Merge SRC638: 13.08.01 - 22:22:31

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [233d7e53eccde3336b734fcf2ff7c6aabd3b01ab]

        Merge SRC638: 13.08.01 - 22:22:26

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [c3f1d1429f816120b5f3a972906e79e6a3ed8144]

        Merge SRC638: 13.08.01 - 22:23:18

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [baa898148c29575db593657226e1bdc46205d138]

        Merge SRC638: 13.08.01 - 22:22:30

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [11383854ad448c3703c6863af51b28600d49b019]

        Merge SRC638: 13.08.01 - 22:20:31

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [f8f4eb3f354e58a241a4c5b8450951a528b56d72]

        Merge SRC638: 13.08.01 - 22:18:09

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [e460a38bae2aeabfff15230d6f38a1f896a16924]

        Merge SRC638: 13.08.01 - 22:16:05

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [c94496bcf08a716ae2c7759c13dacd99788229f7]

        Merge SRC638: 13.08.01 - 22:15:56

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [4a2ac5b6272889d9a99beb7fedc673d1896a2106]

        Merge SRC638: 13.08.01 - 22:13:59

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [9790f531c5b3027a2614cfeb8f9f5c07ac342afc]

        Merge SRC638: 13.08.01 - 22:13:43

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [11de7e5e7c9395e2bf5ff130e97c1b8c3a0d0983]

        Merge SRC638: 13.08.01 - 22:13:45

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [7a4f3529d0975f11fc81ede0f1f54ed16c5ff9b9]

        Merge SRC638: 13.08.01 - 22:12:31

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [8509cac27976cbfc435b46b385ed4f3e88d51045]

        Merge SRC638: 13.08.01 - 22:12:27

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [ababf4c7292239aec38e7ed6a546b060c3968052]

        Merge SRC638: 13.08.01 - 22:12:46

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [5b75daa86d62787232f1b9ee8cbf44a680a10b93]

        Merge SRC638: 13.08.01 - 22:19:10

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [5ef5e21f62485222cfe5a66d2606faac83e7bcdc]

        Merge SRC638: 08/13/01 - 22:12:54

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [2cb191d8933608fb709df9aee93af6eaf419ddca]

        Merge SRC638: 13.08.01 - 22:11:34

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [f0b3fb260d169a1844134db43ba7a703a473eb74]

        Merge SRC638: 13.08.01 - 22:12:17

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [af2af4eb3db476201f98ca8a2c17e92334ebc385]

        Merge SRC638: 13.08.01 - 22:11:02

2001-08-13  Rüdiger Timm  <rt@openoffice.org>  [fc6d146d5ac291e668da2d01237ccc8e8d242232]

        Merge SRC638: 13.08.01 - 22:10:36

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [aaccf114689aa1417ca3a87e3f7591614528492c]

        Merge SRC638: 13.08.01 - 22:10:32

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [773de3d4a032443744e76dde0e561569aeeeaa36]

        Merge SRC638: 13.08.01 - 22:10:17

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [c8099ba92c3969a05055fd2dd5e0947b082863c1]

        Merge SRC638: 08/13/01 - 22:11:06

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [719b21944a0547612daf29387055dcf72485d9b7]

        Merge SRC638: 13.08.01 - 22:09:41

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [3f5f111c8af22663891003e58e42d6260b3aa978]

        Merge SRC638: 13.08.01 - 22:10:36

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [ee62cdb3b1a5e6d488297c0b8d57ed6f9393f20b]

        Merge SRC638: 13.08.01 - 22:09:24

2001-08-13  Rüdiger Timm  <rt@openoffice.org>  [37bbb170b383aa4d3f9726e4fcbb3ba94295c977]

        Merge SRC638: 13.08.01 - 22:08:52

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [f9ac1493ec7e2eb81b5995a31e81462ec4977262]

        Merge SRC638: 13.08.01 - 22:08:14

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [5323b0cbba4d25231752d517698a198851caa26b]

        Merge SRC638: 13.08.01 - 22:08:00

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [1e92ac27830c0738048ba2139ef1ac58861fb7bb]

        Merge SRC638: 13.08.01 - 22:07:37

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [6e78b970342311dabe63a6e445d2a50168995c6a]

        Merge SRC638: 08/13/01 - 22:08:18

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [7057978bc91aa63a917daec1367347df10eea797]

        Merge SRC638: 13.08.01 - 22:08:47

2001-08-13  Rüdiger Timm  <rt@openoffice.org>  [292e76bb0c3559dbdc29efc27e1d7ced1630c6b3]

        Merge SRC638: 13.08.01 - 22:07:06

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [a3f2119bb0f4434d527d278646e7fa105552d402]

        Merge SRC638: 13.08.01 - 22:07:18

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [aa3c1f7b70e08b7fb0f085b05484dc838df807ab]

        Merge SRC638: 13.08.01 - 22:04:31

2001-08-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ddd186febc9b0f15c385b16ec809f07c83ba296]

        #65293# this one doesn't take forever

2001-08-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d9d2196531c534f8e1caaa04f649887b772e6404]

        #65293# doing dirty tricks...

2001-08-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f0450d42b37fb5de35096a785d1541623d1b2c60]

        #65293# back again

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [a3abb03bd8ef716311dce1194c1608a47bb7c0ae]

        SRC640

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [642805ef726f3704a451eb0aa97b83ff4f90840d]

        SRC640

2001-08-13  Niklas Nebel  <nn@openoffice.org>  [9644d8447be66acdd15e7d53b26a7b2a398093e4]

        #90733# SID_QUITAPP removed from ImageList

2001-08-13  jp  <jp@openoffice.org>  [44bc1aacd5d9b4f523b02c0a9493bcbf528676bb]

        Bug #90877#: OutRTF_SwGrfNode - OrigName must not be set

2001-08-13  Sven Jacobi  <sj@openoffice.org>  [20514ba68f5d06ecd466e12ccf03e1363785de26]

        #90851# do not access unitialized variable, symbol characters might occur without using the correct symbol font

2001-08-13  Sven Jacobi  <sj@openoffice.org>  [f308161f00192a2bef93b35ae0b9f5d90c13ca5e]

        #90851# font substitution (e.g StarSymbol -> Arial Unicode)

2001-08-13  Christian Lippka  <cl@openoffice.org>  [e71c5a439068890a6618945f9b81a43f16b3879c]

        #86617# fixed setName for people that try to set default names with additional charakters

2001-08-13  Niklas Nebel  <nn@openoffice.org>  [9879ce756f76ea2073499f13046816a3285259a9]

        #90465# added document languages

2001-08-13  Behrend Cornelius  <bc@openoffice.org>  [27136afe15ba2bf22fccbc6c6256cfc1baa44d44]

        #87217# CheckDouble Sub added

2001-08-13  Niklas Nebel  <nn@openoffice.org>  [2f0b3698de4cbb6d8bb70d71058bb6886d21e3ae]

        #90465# use the language WIDs also in GetState

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [4afd249b4ee5f64dfa535debafff12ee82cd73ac]

        Added dependency to stlport

2001-08-13  Frank Schönheit  <fs@openoffice.org>  [0a758eb718f9f1d0976f69fe45470250ec7d7629]

        #90967# corrected revokeScriptEvent, again (forgot to realloc the sequence)

2001-08-13  Frank Schönheit  <fs@openoffice.org>  [6f33468fdcb9e7af5d4a9585bd070e3a8d90ea5b]

        #90958# +getRowSet / +ensureRowsetConnection: allow to calc the connection even when only controls are inspected (and not forms)

2001-08-13  Frank Schönheit  <fs@openoffice.org>  [92f0513471c3697387c42030c200107809a12d49]

        #90958# +getRowSet / +ensureRowsetConnection

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [99dc7a0ade84804e7821c7c5d488184339385559]

        UDK303

2001-08-13  Björn Milcke  <bm@openoffice.org>  [50eaa871d3687d5efbd9edcea2477a9c4419997f]

        #90861# + symbol-image (as replacement for symbol-image-name, ToDo: check if the latter is used and drop if not)

2001-08-13  Armin Weiss  <aw@openoffice.org>  [c82c0624357c8e60e055a83269d7f0254ab4b67e]

        #90763# made caption-point-x/y relative to caption object to make it work everywhere (even when anchored as character in sw)

2001-08-13  Martin Gallwey  <mtg@openoffice.org>  [48487958dc02517ccb80a74ed6fe79392b8f8b8d]

        #90738# It is not sufficient to check if the aggregation exists - the Number formatter must also exist

2001-08-13  Frank Schönheit  <fs@openoffice.org>  [fcfc1a63c25686ef00a3fa9107c3a2f3c3a306b3]

        #90761# +dbcharsethelper

2001-08-13  Frank Schönheit  <fs@openoffice.org>  [f11165656925fb5cc9933bc23b2fea2bb98c0f95]

        initial checkin - wrapper for accessing the dbcharset functionality without linking against dbtools

2001-08-13  Philipp Lohmann  <pl@openoffice.org>  [57d00c042052c50a9f0639b06c26d763a5eb5738]

        #90949# #90872# use FWS again, sanity check for net wm

2001-08-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f581bcf69ef9f76285b5cc4a3f79fd1009b0d2eb]

        add addexes2

2001-08-13  Frank Schönheit  <fs@openoffice.org>  [7970b59ea1cb5f55f68d2d23da9eff088dcd73f1]

        #90761# +charset_s

2001-08-13  Frank Schönheit  <fs@openoffice.org>  [a0b45e689bff05f91ce4d3ed588701d8da30acbc]

        initial checkin - wrapper for accessing the dbcharset functionality without linking against dbtools

2001-08-13  Frank Schönheit  <fs@openoffice.org>  [94772842a41ae2530e1b539eeee7ddc919b7f5b7]

        #90761# +createCharsetHelper

2001-08-13  Eike Rathke  <er@openoffice.org>  [18f622b2887e59296a3b7e3bb17b099aa8b0c58b]

        #90761# accidentally overwritten FS's removal of DBTOOLSLIB

2001-08-13  Frank Schönheit  <fs@openoffice.org>  [6e63feb95aff9034bb202be77d0c50ff83e557c9]

        #90761# +IDataAccessCharset / +createCharsetHelper

2001-08-13  Gregor Hartmann  <gh@openoffice.org>  [645cbfeefa1f56ad2214519f7358ff4bd79f0445]

        #88924#Adding SID_TARGETNAME=_blank to SID_OPENDOC calls from testtool

2001-08-13  Christian Lippka  <cl@openoffice.org>  [f6e80787ce4b6cb66c7750d194ecce6831d5b208]

        #88590# terminate the slideshow when its still runing in d'tor

2001-08-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a72d4e33aaf86feb4440b96b170357224c29edf8]

        #65293# next try to resolve ambiguity for *.xml

2001-08-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e2d9528fa674649d04040b77c7f09e9d48cd6797]

        didn't think about this...

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [98aa196159bd3bd0e230c73f7eaf30da5574fb0e]

        new version for SRC638

2001-08-13  Kurt Zenker  <kz@openoffice.org>  [6d7717faabfc6388a2c51b9987180cb5653eb239]

        new version for SRC638

2001-08-13  Ocke Janssen  <oj@openoffice.org>  [656d295491322ab390bc54aef9ef580224d40758]

        #90895# remove all insert calls from derived classes

2001-08-13  Ocke Janssen  <oj@openoffice.org>  [8227b6974242e05571079f41e895e95e9e793907]

        #90895# remove all insert calls from derived classes

2001-08-13  Kai Ahrens  <ka@openoffice.org>  [808c6918cbe96f07ac1a5f7a0d80951b90ab87ce]

        #90931#: convert local file URL's correctly

2001-08-13  Sven Jacobi  <sj@openoffice.org>  [e573f5f437c1e1441dd03f588dbf76685e030371]

        #90508# added import flags to be able to suppress setting of logical size in an jpeg import (this is necessary because pixel graphics in html have to be always mapmode pixel)

2001-08-13  Eike Rathke  <er@openoffice.org>  [2d102ddace4528e247c50c9d8c646ed5082d801f]

        #90960# check dbtools::OCharsetMapIterator for end condition (encoding not found)

2001-08-13  Kai Ahrens  <ka@openoffice.org>  [a1fab854667575343b7d85f39a310632b5039313]

        #90911#: start drag actions with DND_ACTION_COPY only (DND_ACTION_MOVE removed)

2001-08-13  Christian Lippka  <cl@openoffice.org>  [4173ac4ce84a79c11a0109a7ed428d8c5dd2991c]

        #89746# don't gpf on oleshape without ole

2001-08-13  Malte Timmermann  <mt@openoffice.org>  [6590f8f71bb53dd6be9e5420d955ee742ba8d77e]

        #90131# -textconv

2001-08-13  Thomas Lange  <tl@openoffice.org>  [3c82d912bf2fbae2e8b805cebb98f62edc27a1c4]

        #90833# XML import for brece/bracket expressions with empty body fixed

2001-08-13  th  <th@openoffice.org>  [932d95ec86c96baa586bf92a7db58bcd7b06d920]

        #90844# - Correct handling for SystemSettingsChanging

2001-08-13  th  <th@openoffice.org>  [9e7841e82b67e9252f6cdc5a56f3de4f181e1659]

        #90844# - Use correct UI-Font and removing ifdef VCL

2001-08-13  Caolán McNamara  <cmc@openoffice.org>  [50c53236f038f088a2f35a1cf02fd2ba5ffed208]

        #80365# Wrong SfxMedium used for progress bar loading

2001-08-13  th  <th@openoffice.org>  [d8e8cc28fe36cc3099ee31dd6c7ec7d8f6705e78]

        #90844# - Add the documentation for this bug fix

2001-08-13  Christian Lippka  <cl@openoffice.org>  [f0df087ff2cd5fa65dbcf8696d64c064f004785d]

        #90425# updated dtd

2001-08-13  th  <th@openoffice.org>  [d2dffae6794426332e5158bc6d66241d828f48cf]

        #90844# - Also for CJK text there is now a minimum space on all platforms

2001-08-13  th  <th@openoffice.org>  [5507ee8f61ba7c0a98ebfa4f528ffd76a91ffef3]

        #90844# - Better TabWidth calculation, when the system doesn't support Bold Text

2001-08-13  gt  <gt@openoffice.org>  [a57d61ccf381af9005ca7e188d084593a96fc476]

        #90707# setting for CJK and CTL stuff

2001-08-13  Joachim Lingner  <jl@openoffice.org>  [3635c5e8032a68fe99bd0c3528904e0e430f347c]

        #90817# osl_writeProfileString could not handle strings larger than 1024 bytes

2001-08-13  Kai Ahrens  <ka@openoffice.org>  [fc9886a45f47786628d0ad1b974fbce51954753b]

        #90788#: call ::StartPresentationMode( FALSE, ...) at end of presentation

2001-08-13  Thomas Lange  <tl@openoffice.org>  [b8aa71e16b492116d37af0c1df96dd86944440c6]

        #90906# localization of 'Format/Fonts - Custom Fonts' listbox name entries

2001-08-13  Herbert Duerr  <hdu@openoffice.org>  [269dd251457adcfd3eb767c0fd839036005271a2]

        #90078# add antialiasing options to application settings

2001-08-13  Armin Weiss  <aw@openoffice.org>  [120e994110abdcfab9c330b1adbde2758a605684]

        #88163# re-implemented multi-point dragging

2001-08-13  gt  <gt@openoffice.org>  [e4dd2948d6a83c07c10db2f1302e586880937a34]

        #87387#

2001-08-13  Nils Fuhrmann  <nf@openoffice.org>  [b77e1aee6a69a7f9a2940742ddf93a2b7f6f017d]

        Workarround: No localization for korean for text title #87134#

2001-08-13  Nils Fuhrmann  <nf@openoffice.org>  [f61da5ae7b082a02d7414ee05d94197f39455d77]

        Fixes for merge #87134#

2001-08-13  Frank Schönheit  <fs@openoffice.org>  [303e388320c8d3b746b84d1f807f2b1616d7a8c6]

        #85437# implts_isLoadableContent: allow for private:stream/

2001-08-13  Ocke Janssen  <oj@openoffice.org>  [d09eabb6515602637db3ed61eb3b0c8036815e99]

        #90015# remember the columns impl class

2001-08-13  Ocke Janssen  <oj@openoffice.org>  [5e519dbb0cec4653fadc3742e3cca14340386b98]

        #90859# #90858# deactivate cell when focus changed and setModified when cutting

2001-08-13  Ocke Janssen  <oj@openoffice.org>  [fa46c1c134b10e747e8273aa825a2221a6bc3f1d]

        #90860# distinct corrected

2001-08-13  Ocke Janssen  <oj@openoffice.org>  [d29e1b66ae43987808976f03c82c863c1e7e3cfd]

        #90015# some modifications after codereview

2001-08-13  Andreas Schlüns  <as@openoffice.org>  [19185aa98705ba8ee6c5d70c031a8daf89a4e94b]

        #89312# use better encoding for loading/saving non staroffice docinfos

2001-08-13  gt  <gt@openoffice.org>  [73a925719bb8b2dac628c153726a88b4a28ba6df]

        Macauley -> Macaulay

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [1f10251c9e8399ed69887bf93db20cb8191695a8]

        Merge SRC638: 10.08.01 - 23:09:25

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [9517a91f5c326a98ac16975ba7dafa4a97f61ee1]

        Merge SRC638: 10.08.01 - 23:07:46

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [d64eef82e47a959a7c140b613a02671bd93d91bc]

        Merge SRC638: 10.08.01 - 23:06:07

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [dee27ed6c29a09925f11ec364a4d54349ae35e38]

        Merge SRC638: 10.08.01 - 23:02:37

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [5c45fb864f05cb70186687361b5c658b339cde38]

        Merge SRC638: 10.08.01 - 23:00:53

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [8d80867eaec61dd828f4fbce5939cac8160863dc]

        Merge SRC638: 10.08.01 - 22:56:26

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [1648b6448a1deb0ffeae9b100c674057508cda36]

        Merge SRC638: 10.08.01 - 22:56:51

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [9529ec42a160b83499ee51bb5c1064aa50392151]

        Merge SRC638: 10.08.01 - 22:53:34

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [e6a0b7251ed16609da2e1ef67ae2a267ca02e3ec]

        Merge SRC638: 10.08.01 - 22:52:59

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [1d73aab3ca99908c92576ae47ccead420587415b]

        Merge SRC638: 10.08.01 - 22:50:01

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [f3c3cd9c09875b85696944a77578b5db11a9ea8a]

        Merge SRC638: 10.08.01 - 22:47:48

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [f62410c0f5e8293e7a1ce44a3b90548a571ebafa]

        Merge SRC638: 10.08.01 - 22:44:10

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [4e8732b2e813b32e7b023d166cad74cfb078df63]

        Merge SRC638: 08/10/01 - 22:43:03

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [eac4ab799cd01abf39d16411d44f37adf76be11c]

        Merge SRC638: 10.08.01 - 22:40:40

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [ab1325b602051764bb3c26171aec7edac6090faa]

        Merge SRC638: 10.08.01 - 22:40:09

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [20febed6e7e55ac7732324c8596c1fb8423f5fcd]

        Merge SRC638: 10.08.01 - 22:46:04

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [4be1ea8654a0d3afe22f1c8b9866d9195726944e]

        Merge SRC638: 10.08.01 - 22:38:44

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [2348de86d38630b9b2f071cef28314eb83fbb44d]

        Merge SRC638: 10.08.01 - 22:38:41

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [e2b5e87dc03ec99a5c77409d66b026dafc7ef4ab]

        Merge SRC638: 10.08.01 - 22:38:25

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [3a8c3762d7b8720cb9a68b7ecb9410688adce427]

        Merge SRC638: 10.08.01 - 22:43:40

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [c05d48bc675aa642183a14525c6601414fdd7dce]

        Merge SRC638: 10.08.01 - 22:36:49

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [5c8cd907d690659a879f525a9dddb56d71926abc]

        Merge SRC638: 10.08.01 - 22:36:52

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [80273531f5b0dad868c6b7a45a230c8550fc63c7]

        Merge SRC638: 10.08.01 - 22:36:13

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [0a6da590ad421559b6a29d2137d4f706a1761345]

        Merge SRC638: 10.08.01 - 22:35:53

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [f661ce37656f65932123d65adf988d69c7196446]

        Merge SRC638: 10.08.01 - 22:35:35

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [13102f1ba99e5ff48c28b21be27bcd2d275f4b08]

        Merge SRC638: 10.08.01 - 22:34:35

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [d2fdeda29bc7b18c7258081b2a2ca0712a44fa44]

        Merge SRC638: 10.08.01 - 22:34:25

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [2539efbe8b750291d745beb5bfc8a3cfb6fd9873]

        Merge SRC638: 10.08.01 - 22:39:49

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [d51c7532b62ffc390c904a93ea44268eac57be30]

        Merge SRC638: 10.08.01 - 22:32:59

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [d1cce88fc38e93a37760088e52f19cdd8798966e]

        Merge SRC638: 10.08.01 - 22:32:51

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [1b148fbf0999e5da22f89370e6b8de7a959b2c7f]

        Merge SRC638: 10.08.01 - 22:32:34

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [22b49ba753f5838ca86c37f72c68da81d3c11ebd]

        Merge SRC638: 10.08.01 - 22:32:18

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [f8cfba072d3a57c65e8fbe2b3e98008832af6c71]

        Merge SRC638: 08/10/01 - 22:31:50

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [2b0611b30f679eed9ea599aea90aa352dfef2e47]

        Merge SRC638: 10.08.01 - 22:30:28

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [a78f425174b05c21b67889c408f5e2b605b021be]

        Merge SRC638: 10.08.01 - 22:29:58

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [760a5e8a49b7791e66f839962a19ddce362704d9]

        Merge SRC638: 10.08.01 - 22:29:56

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [0d6ea2a5e275a3f010c0fbad8dd82597fe2038cf]

        Merge SRC638: 10.08.01 - 22:28:23

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [c27b49a95e2619cf77d3386fa99b1bcaf7d8ff7a]

        Merge SRC638: 10.08.01 - 22:28:27

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [07d892ed9f34527300da79bdfd6259f355391f30]

        Merge SRC638: 10.08.01 - 22:28:14

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [7f9f81360a3e66f468861a41f1819da63881ea4f]

        Merge SRC638: 10.08.01 - 22:27:56

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [c483480cfb90300b8d6f14d7302cf153d9a23c1b]

        Merge SRC638: 10.08.01 - 22:26:28

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [9ef6da5dcaa4917a914d0de94a6b202868382701]

        Merge SRC638: 10.08.01 - 22:26:33

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [7d7ec7305c167b0874f81161e2872bb320a03dc2]

        Merge SRC638: 10.08.01 - 22:24:48

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [94d1c8084e24f2ebbc961bc161b6c64c77a13a28]

        Merge SRC638: 10.08.01 - 22:24:34

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [11c8dfbceabde097104c842446ea96224a04878b]

        Merge SRC638: 10.08.01 - 22:23:36

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [5ade61a0790caedc8852ae65cf7ee8cb0e1e8e49]

        Merge SRC638: 08/10/01 - 22:23:30

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [7bb90b2f7cad568cc51da122885f0bfc4a738ff9]

        Merge SRC638: 10.08.01 - 22:22:59

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [1636184d2de98f90504628dacaa06df32d5eff42]

        Merge SRC638: 10.08.01 - 22:22:16

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [d28454109c13edb489a946c2cff6808806b96940]

        Merge SRC638: 10.08.01 - 22:22:14

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [bc996a58ecec3153c881d119f3f5f62943b8618f]

        Merge SRC638: 10.08.01 - 22:22:11

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [e1d2fb2bcef42935922d6ad28f2faec0b21edba4]

        Merge SRC638: 10.08.01 - 22:21:38

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [8dbd54616c694ff75e4a7764a83341aec3efb0cf]

        Merge SRC638: 10.08.01 - 22:21:10

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [980154983a1af1fd65713cbfed1bcc54740c34de]

        Merge SRC638: 10.08.01 - 22:19:20

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [5991e36376b7592f8aff26266854101b871b43d0]

        Merge SRC638: 10.08.01 - 22:19:09

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [902009777ed67102b5c423475b2a199d13f6ec2e]

        Merge SRC638: 10.08.01 - 22:15:46

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [10ab0e4990d9d942f754e83c532c6019f5f6173b]

        Merge SRC638: 08/10/01 - 22:14:59

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [fc1c27b0ee87dec771eb1a4823cc6df3a25a57e2]

        Merge SRC638: 10.08.01 - 22:11:44

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [279a84aa311527eb797065294b54803a6a3f46d3]

        Merge SRC638: 10.08.01 - 22:11:41

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [69b8760755ab2df796089bd975bd10f4f79fd62b]

        Merge SRC638: 10.08.01 - 22:11:20

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [91dca6461e9a39e68cf0a1fe6b56246f77673f34]

        Merge SRC638: 10.08.01 - 22:11:37

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [68a98878265207a6eecc6bf0cff3c80bfc770ee4]

        Merge SRC638: 10.08.01 - 22:09:48

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [8bb8d176c9185710c6aca5033f496cf9347d6ca7]

        Merge SRC638: 10.08.01 - 22:15:42

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [abf422022c6167342d7b51c67dc9898144b858a9]

        Merge SRC638: 10.08.01 - 22:08:07

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [833f00ea23a403457ef21d4610d4cca7614160cf]

        Merge SRC638: 10.08.01 - 22:08:03

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [6feb4401ea8cf260b839566e77f67f19d21e6831]

        Merge SRC638: 10.08.01 - 22:07:13

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [754c00a6558927cf4685b0b17e05c99abe071f1e]

        Merge SRC638: 08/10/01 - 22:07:55

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [ad0d785ab2a8541ff59ae2734e4f41c112f20663]

        Merge SRC638: 10.08.01 - 22:13:54

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [0d30735a4dcb88ec01c58e9a76392cd966e9099a]

        Merge SRC638: 10.08.01 - 22:04:23

2001-08-10  Niklas Nebel  <nn@openoffice.org>  [32212cd5d2d316f74019a0e0c52d82c0fb60c76d]

        #90510# error-macro may be followed by events

2001-08-10  Eike Rathke  <er@openoffice.org>  [5bcff42d2ad98776d95913152799f9b41401b1dd]

        #88107# convert StarMath/StarBats<->StarSymbol in binary file format

2001-08-10  Jörg Barfurth  <jb@openoffice.org>  [75042d72abaed86781b7aa2a53a0b8dabdc578fd]

        #85017# Adjusted error messages to PM specifications

2001-08-10  Frank Schönheit  <fs@openoffice.org>  [a23fdf2e0b7cf15cc540e7bca4afe49a73286920]

        #88663# corrected selectBookmarks

2001-08-10  Herbert Duerr  <hdu@openoffice.org>  [d4e7df6dced04d948904ced1a407762de1ef060e]

        #81967# fix case for 180 degrees

2001-08-10  Kay Ramme  <kr@openoffice.org>  [4546d437a057980cbf1386bc8cc30a050b2c39df]

        wait widget mapping (#79689#)

2001-08-10  Kay Ramme  <kr@openoffice.org>  [c474c6dee3e117904dc53f60d818d69c73d53a82]

        ClipByChildren (#79689#)

2001-08-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cd2062c1fd497f31f312588e2f69126f53ef79d]

        #65293#: sync

2001-08-10  Kay Ramme  <kr@openoffice.org>  [bdc84cfd7fbb5ab6e0f680d33cec387cdf55faca]

        better swallow applets (#79689#)

2001-08-10  Juergen Schmidt  <jsc@openoffice.org>  [cca87e32fe2e5870ae6ae60e77218840846e067b]

        #87796# pack more examples

2001-08-10  Sven Jacobi  <sj@openoffice.org>  [cec6ad798ca8fcafcf98c5aaa8ff472af12f5023]

        #88107# using new unicode fonts, mapping removed

2001-08-10  Andreas Bregas  <ab@openoffice.org>  [0bc46c6859f87e871c70fea1e3093641abea4707]

        #90825# Fixed decoding in ::createFolder()

2001-08-10  Behrend Cornelius  <bc@openoffice.org>  [bf45690763f77257449e7a65e6c740033e3217f8]

        #87732# Addlisttolist Function added

2001-08-10  Behrend Cornelius  <bc@openoffice.org>  [e1a10ae1e963e0967560ed414a5d7582f5d86eeb]

        #87732# Filterlistsequence improved

2001-08-10  Niklas Nebel  <nn@openoffice.org>  [35f8f7efad321435e9f99914c717fd5d9d579a8c]

        #90720# right paper size for line break and vertical alignment

2001-08-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3816b5577c2649d59dff711913acad1f39b3c21]

        #65293# fixed ambiguity in description rules

2001-08-10  Herbert Duerr  <hdu@openoffice.org>  [13641d3de1805ccf436e475e4da2cdc57fe72fa4]

        #88107# GetFontToSubsFontName() returns case sensitive name

2001-08-10  Vladimir Glazounov  <vg@openoffice.org>  [481fe894c894da5a21b9f8ac7158f4879fac208b]

        fixed bug with -deliver option

2001-08-10  Ocke Janssen  <oj@openoffice.org>  [de07113b8b88f9cac0a922c1ce7670e260d5e7d5]

        #87263# only insert the SHOW into uicontrols

2001-08-10  Frank Schönheit  <fs@openoffice.org>  [38306997a11304489ba8facbc57bd7364308be59]

        #90480# small changes to some texts

2001-08-10  Philipp Lohmann  <pl@openoffice.org>  [d8bc944d1b18eb932a275ef311fae6e395fd7343]

        #90788# reset presentation window in destructor

2001-08-10  Christian Lippka  <cl@openoffice.org>  [51aab89f67b9a384f89ef5f70be9ab59e2948d69]

        #90657# always call base class for unhandled special items

2001-08-10  Juergen Schmidt  <jsc@openoffice.org>  [3d81130dfcd1a6e57bc20a65c09484a147128713]

        #87796# insert macro for basic examples

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [c57038f9fc747b5f240e44a6c9435fe36141ea7f]

        new version for SRC638

2001-08-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1461aa4774bfce7340b356d13fb6c56534585d92]

        #65293# removes circ. dependencies when building dpc/dpcc

2001-08-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [136b18d6b0ba5fcbe358b411057cacb44ff5b0e9]

        #65293#: added migration and migration/lang

2001-08-10  Tino Rachui  <tra@openoffice.org>  [e28395ae8b5c2f82f5175c9765a46666d7de86da]

        #89230#remove code for stripping tilde signs from label strings

2001-08-10  Tino Rachui  <tra@openoffice.org>  [a6f6021fc64e409c2998b6dc8892dcd0c3d3fc7e]

        #89230#added methods to changed soffice labels with special chars to windows labels with special chars and vice versa

2001-08-10  Malte Timmermann  <mt@openoffice.org>  [26731cfac80b0def1c4e96a9a3c3f0224681c5be]

        #86454# corrected insertText()

2001-08-10  Tino Rachui  <tra@openoffice.org>  [de856df34d2b60de8d17c436a17924164cf49a1a]

        #89230#added new classes

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [d8844331309ea05bf07e8fee74066c7db05161f2]

        new version for SRC638

2001-08-10  Tino Rachui  <tra@openoffice.org>  [2bc7c82698e7cebfe1de21c6cf63e384ddcc4a53]

        #89230#changed implementation to support offline handling of setValue, getValue etc.

2001-08-10  Tino Rachui  <tra@openoffice.org>  [7e66d29a9f198a0b67a327232618b4bdd36abed5]

        #89230#accepting sal_Int8 and sal_Int16 in initialize

2001-08-10  Tino Rachui  <tra@openoffice.org>  [933493cd5a26d63e321e7ab406c2e7c7806e6153]

        #89230#changed method name getDisplayDirectory -> getLastDisplayDirectory

2001-08-10  Tino Rachui  <tra@openoffice.org>  [0cd1092a9693bf9c4969bbf79bf8d4c130439798]

        #89230#initial check-in

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [deea318fd1c6ec5612868d31f74409d3b44d24fd]

        new version for SRC638

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [11b9d11bbcbfdd3ab6a854a4637bf0ede22adf6f]

        new version for SRC638

2001-08-10  Vladimir Glazounov  <vg@openoffice.org>  [2cd6673cd463e978a6156ed657e4d42bfa269ce0]

        #65293# corrections for gcc

2001-08-10  Andreas Schlüns  <as@openoffice.org>  [d446cb3f95075098a2d1bdced6999c37ea58ded2]

        #67297# redesign it

2001-08-10  Andreas Schlüns  <as@openoffice.org>  [935b7d57239cd5640182a68f7f14bfc5fb1147ce]

        #67297# #83085# repair progress value

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [c933247485621315274b268f92d23da010db21aa]

        new version for SRC638

2001-08-10  Sven Jacobi  <sj@openoffice.org>  [f6806bc7a97e0f1de5859c5b58351d11945d2ddf]

        #90851# textencoding of font StarSymbol is unicode encoding and not symbol

2001-08-10  Peter Burow  <pb@openoffice.org>  [09a7ac183b8105586af5e1914595f383559f1c7d]

        fix: #90556# enable relative mode of east fontsizebox

2001-08-10  Andreas Schlüns  <as@openoffice.org>  [57819f1fa9e5ab396cc5aff883a17af9952d5946]

        #67297# rename OStatusIndicator/OStatusIndicatorFactory

2001-08-10  Andreas Schlüns  <as@openoffice.org>  [95da26f82a4fae89b155beec165612fa2fdff0ad]

        #67297# changes for TaskCreator

2001-08-10  Andreas Schlüns  <as@openoffice.org>  [1c1da0d22061cf99a6bb35b35f6baafa41fbfbc4]

        #67297# use right status indicator at right time

2001-08-10  Andreas Schlüns  <as@openoffice.org>  [2101ee3b5b1f3857d1b60f4828428b96fd17021e]

        #67297# set visible flag at creation time; use static methods instead of normal ones

2001-08-10  Andreas Schlüns  <as@openoffice.org>  [9ac79fb79330cba09e40a0ba199b8fab56aa830f]

        #67297# add StatusIndicator service

2001-08-10  Frank Schönheit  <fs@openoffice.org>  [42c07288ea2d1bac2803c197a5fc29250e9c5bad]

        #90480# small changes to the text on the second page

2001-08-10  Stephan Schäfer  <ssa@openoffice.org>  [cf393a77cc756cceca8e4684657114ebeff905a5]

        #77230# remote svdem

2001-08-10  Christian Lippka  <cl@openoffice.org>  [686f41197acf434e7a91719e60046ad75061e545]

        #90849# on SetEmptyPresObj clear ole2 graphic

2001-08-10  Malte Timmermann  <mt@openoffice.org>  [90b83176d95f85fd6323e3c16b1004d35c008ed4]

        #88020# Dialog can have a MenuBar

2001-08-10  Behrend Cornelius  <bc@openoffice.org>  [e8fbdff47aae1ab16226aac08cdc46ecd0602a82]

        #88813# handling of optional parmeters improved

2001-08-10  Ocke Janssen  <oj@openoffice.org>  [4cf944dc1cadcc564279e8beaa6a5138fb4313bb]

        #90838# delete table even if table isn't a dbf table

2001-08-10  Ocke Janssen  <oj@openoffice.org>  [bc875bf31e297d70d9927e5ccfe6687a384fc331]

        #90754# invalidate only when rowcount changed from 0 to 1 viceversa

2001-08-10  Philipp Lohmann  <pl@openoffice.org>  [4c6403777fef151feba6a81ecf6abfbb57c053c5]

        #90205# removed TF_SVDATA remnant

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [7555d3b5ce5b37270e9b18a2f5814cbfbac06f2a]

        #87576# so3/advise.hxx is obsolete

2001-08-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [71be9b3f1ef1023ac365e67820d3b6ae45bd33e2]

        #65293#: fix unopool; cleanup

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [35810e46bbf6d9632cc1d8c3a8048d924d1031a1]

        #87576# each module needs a build.lst

2001-08-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8b4b39d4ab44c7143e917eb9876ad6abbaebbc]

        #65293#: constness

2001-08-10  Thomas Lange  <tl@openoffice.org>  [13e04bbcc5f93f0a3167ea7bb94017f0e0feffe3]

        #90775# hyphenator dispatcher now returns a result for soft-hyphens encountered in valid hyphenation positions

2001-08-10  Kurt Zenker  <kz@openoffice.org>  [d004a57aa1962426e0fa4f2039a7504f8e9324b1]

        new version for SRC638

2001-08-10  Vladimir Glazounov  <vg@openoffice.org>  [202ff0d69f1988765461af6fe9e6ec073dcb9b0d]

        Added help, show and deliver features

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [8cb85d4272dccba862b0fffd73d2c994402ad719]

        #87576# so3/advise.hxx and so3/linkname.hxx are obsolete

2001-08-10  Rüdiger Timm  <rt@openoffice.org>  [5334c16c5e8c297918a29f4f386ec9fac0c5009f]

        #87576# so3/advise.hxx has been removed

2001-08-10  Niklas Nebel  <nn@openoffice.org>  [a4b40a3fe62f00899099be8db9f391bdca71fceb]

        #90765# AcceptDrop: SBA_FIELDDATAEXCHANGE

2001-08-10  Malte Timmermann  <mt@openoffice.org>  [bee5210245689f19445434cd4227ed67572ef431]

        #88238# isMutipleMode, use correct property

2001-08-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [83c7a9a4223546f52e380efd5e6c93ad25c3b4a8]

        use ZIPALLTARGET only when ziptargets are defined

2001-08-10  Malte Timmermann  <mt@openoffice.org>  [d45a29a265924c3efc80837923181e35e47a606f]

        #88025# setAlignment, use correct property

2001-08-10  Malte Timmermann  <mt@openoffice.org>  [5ddf6436e7dca5e18b7542ff4d06c94f14ef7174]

        #88015# First/Last

2001-08-10  Behrend Cornelius  <bc@openoffice.org>  [ca5d0e43f31b3e24ed22379157870b3ad97bfb98]

        #88899# Cancel Dialog routine improved

2001-08-10  Frank Schönheit  <fs@openoffice.org>  [48fb0985c250e9eb11c1ba4b6f50e66499a7d001]

        #87611# +GetCursor

2001-08-10  Frank Schönheit  <fs@openoffice.org>  [8648b64d13cabbc40ccb84f4df7b2124820a78c9]

        #87611# +GetCursorPos / +GetCursorPosURL / +[Read|Write]ViewSettings

2001-08-10  Frank Schönheit  <fs@openoffice.org>  [18f5cab35e996413026d9b79d9fa7a1199a65659]

        #87611# added AnyData (set of any) to the view data

2001-08-10  Frank Schönheit  <fs@openoffice.org>  [7496c9625395129b742a8446d5ea8fc65776c93b]

        #87611# corrected a wrong asserting regarding value sets

2001-08-10  Malte Timmermann  <mt@openoffice.org>  [ca434df79001bc82f62f8d2affe8cb434af0499d]

        #88324# #88322# Date/TimeField First/Last

2001-08-10  Jörg Budischewski  <jbu@openoffice.org>  [c7896b7a772672fbdb17eec4d47c8eb808b7be22]

        #87190# should now pass either with solaris 7 and 8

2001-08-10  Peter Burow  <pb@openoffice.org>  [2b593640eb582d9bb1e64b4294275a3a243c8f6e]

        fix: #89507# #88139# BerkleyDB-Lib removed

2001-08-10  Peter Burow  <pb@openoffice.org>  [789e8172cef4a3884ef9b309d5e3074494d4daf6]

        fix: #89507# #88139# BerkleyDB-API not used any longer

2001-08-10  Peter Burow  <pb@openoffice.org>  [1568e90d1d9b17cfba3a9b86106bb3e915ee37d3]

        fix: #89507# #88139# GetActiveHelpString() added

2001-08-10  Peter Burow  <pb@openoffice.org>  [49ceb0071b23b45a395a83afaf8b983559500170]

        fix: #89507# #88139# Get

2001-08-10  Peter Burow  <pb@openoffice.org>  [58522ebe3e504a9c22fd9a1633194932d8aaa78c]

        fix: #89507# helpRequested() implemented

2001-08-10  Peter Burow  <pb@openoffice.org>  [ad002203324d987c0c602a26d768e11df4853078]

        fix: #89507# new helpids for file open/save

2001-08-10  Ocke Janssen  <oj@openoffice.org>  [d37179ee45287c3cac4491087cb4a4b0f50c5264]

        #90754# invalidate only when rowcount changed from 0 to 1 viceversa

2001-08-10  Ocke Janssen  <oj@openoffice.org>  [8c8dc714cce038c752cf465d18ea082ee7806d77]

        #90754# don't unbound bookmark column

2001-08-10  Ocke Janssen  <oj@openoffice.org>  [08746fdcfa45027bb4519c213b3e797f1eefa7e4]

        #90754# don't unbound bookmark column

2001-08-10  Peter Burow  <pb@openoffice.org>  [133d0441130109bfdd6229cedb7c35055dafdf8f]

        fix: #89507# move HID_FILEDLG_LINK/PREVIEW_CB -> helpid.hrc (to export them)

2001-08-10  Ocke Janssen  <oj@openoffice.org>  [a124ecadb77ac75782b175c4545d0d653c8bb401]

        #90754# old value wasn't saved

2001-08-10  Malte Timmermann  <mt@openoffice.org>  [dd51e2906b044ae8381cb41d75ffa3fc0f4b8a23]

        #90821# BreakLine: At least one char in the line

2001-08-10  Björn Milcke  <bm@openoffice.org>  [b5e78e04365f3c3711328b50a328b55552333d7a]

        #84828# chekc correct object for 'is()'

2001-08-10  Björn Milcke  <bm@openoffice.org>  [ec3c470960e770822291d8b716deac690b2c7afe]

        #88131# do not export empty categories elements

2001-08-10  Peter Burow  <pb@openoffice.org>  [601c25e6ce72a4be576a354011e6c207a7adf0cd]

        fix: #90192# #90504# config==false for obsolete slots

2001-08-10  Peter Burow  <pb@openoffice.org>  [e291a022dbd5a5cf7aa38b0303345a3ca8c8ee73]

        fix: #90192# #90504# don't show empty groups

2001-08-10  Malte Timmermann  <mt@openoffice.org>  [f6271378764c9cbb6be0eb4700d7f82453b35e92]

        #90542# Escapement in vertical text

2001-08-10  Carsten Driesner  <cd@openoffice.org>  [a891644bbafa9c1547e1bb4ec09a1f9139dcc2a2]

        #89254# use new picklist implementation for menu pickllist

2001-08-10  Carsten Driesner  <cd@openoffice.org>  [ac97c8a7bce34f4eb9d63f6c6f8b7c8186ae1540]

        #89254# new implementation for menu picklist

2001-08-10  Carsten Driesner  <cd@openoffice.org>  [04a4552fffe30ac2ff8246c0158135029747694b]

        #89254# new implementation for menu picklist

2001-08-09  Philipp Lohmann  <pl@openoffice.org>  [a1a13e18dee2252a208ac72edb477cd3dd1aeb40]

        #88754# #88114# compatibility with more window managers

2001-08-09  Niklas Nebel  <nn@openoffice.org>  [9065cf587d5f9da566b667d032964ebad18b36f8]

        #90703# initialize filter and subtotal options

2001-08-09  Behrend Cornelius  <bc@openoffice.org>  [8ee9e2cde5843b631a08f225fe786f11c8db74de]

        #90750# Call of ReadDirectoryRoutine adapted; LogFile handling improved

2001-08-09  Behrend Cornelius  <bc@openoffice.org>  [690027fd98952a7eb263651e6cc91285e269834b]

        #90750# ReadDirectories now clearly identifies 5.0 SO templates

2001-08-09  Matthias Huetsch  <mhu@openoffice.org>  [60580f457ae2718547da22a79d7a58560332bf92]

        #90643# Fixed 'OFileLockBytes_Impl::create()' to turn off memory mapped write access for remote volumes.

2001-08-09  Rüdiger Timm  <rt@openoffice.org>  [e01f3733b2b731227e8050145263c896f2f49d76]

        #87576# dtrans.hxx is obsolete

2001-08-09  Matthias Huetsch  <mhu@openoffice.org>  [af5f691aa125c3a0b7fb590d988988b15e9c31d5]

        #90643# Exchanged 'OStorePageGuard::crc32()' while-loop against faster for-loop.

2001-08-09  Carsten Driesner  <cd@openoffice.org>  [9453caad804b8321f4ed94664de23770ce94fd97]

        #81412# set title of error box with executable name or product key

2001-08-09  Rüdiger Timm  <rt@openoffice.org>  [a2e13399e5ed6c8bb9a1fa3ceb5da46441fe8884]

        #87576# dtrans.hxx is obsolete

2001-08-09  Rüdiger Timm  <rt@openoffice.org>  [0e4dfa1dc290c9aec318602a6ae53734a13f43f7]

        #87576# sot/dtrans.hxx is obsolete, too

2001-08-09  Michael Hönnig  <mi@openoffice.org>  [8c5c0bf8aa5eb8b518a892ca3bccff8c4f0eb467]

        missing examples from tutorial

2001-08-09  Andreas Bregas  <ab@openoffice.org>  [b75859f2307f6c3d34b599692ca80fc194010567]

        #90812# Wrong UID fixed

2001-08-09  Rüdiger Timm  <rt@openoffice.org>  [005fb4414de7f40b6fa22b47579ba8bb7829250b]

        #87576# so3/dtrans.hxx is obsolete

2001-08-09  Andreas Bregas  <ab@openoffice.org>  [348c82218c3541291c9a9bffec1390ec66ee1bf6]

        #90812# Wrong UIDs fixed

2001-08-09  Jörg Budischewski  <jbu@openoffice.org>  [e6b23bf410455bdb5a4b8fead3a773ffdf541a23]

        #89589# unhandled C++ exceptions are now signaled as access violation and thus will be handled by the crash guard

2001-08-09  Rüdiger Timm  <rt@openoffice.org>  [3d4ee0828f5438d572ee2c67bab68e00972ec26f]

        #87576# so3/dtrans.hxx is obsolete

2001-08-09  Rüdiger Timm  <rt@openoffice.org>  [f9de3748eeaca4a7fe59ec695ade84abb6ed059c]

        #87576# so3/dtrans.hxx is obsolete

2001-08-09  Rüdiger Timm  <rt@openoffice.org>  [fd30221dcf45914d3b319432c3d279f99fbc4974]

        #87576# so3/dtrans.hxx is obsolete

2001-08-09  Christian Lippka  <cl@openoffice.org>  [7c01d8260448dfbf2485f6240156357155519731]

        #90782# fixed graphic bullet url import

2001-08-09  Kai Ahrens  <ka@openoffice.org>  [21aeaa4b5273a296c8050164218fed5c7e492480]

        #90757#: don't insert pages but PK_STANDARD

2001-08-09  avy  <avy@openoffice.org>  [e89cd8dff82838d7cf0a669f8e7597f99475389d]

        new version for SRC638

2001-08-09  gt  <gt@openoffice.org>  [d498565efdce3be2e981f01b82d50c63b3913d57]

        #90809# AnalysisAddIn::getWorkday(): typo

2001-08-09  gt  <gt@openoffice.org>  [e8107594cd1cb849b5bf81e8222e0056e6e52254]

        #90809# AnalysisAddIn::getWorkday(): different calculation when starting on weekend

2001-08-09  Tom Verbeek  <tv@openoffice.org>  [a8a15579544e92d610c6957fbba5b96f10a5d336]

        #88530# Better interoperability with new address source pilot

2001-08-09  avy  <avy@openoffice.org>  [79df218244d3ef81b6bfd85ef8793ccf61ee6303]

        new version for SRC638

2001-08-09  Christian Lippka  <cl@openoffice.org>  [899b65e8ebd67c131ce19e2fe27270fcf5645850]

        #88757# added support for encoded images

2001-08-09  Carsten Driesner  <cd@openoffice.org>  [0a321e2de4c540ce248501f5e3a42b678fe2c253]

        #89254# read items in correct order and replace same entry

2001-08-09  gt  <gt@openoffice.org>  [b5ecec11851eff5220173b7af27274a3fe0f7b4b]

        #90810# typo in OCT2DEC in [ english ]

2001-08-09  Gregor Hartmann  <gh@openoffice.org>  [c3c7522a0923e4aa4013a8dd349913f0224fd081]

        #90632#resultfiles with correct fileversion again

2001-08-09  Rüdiger Timm  <rt@openoffice.org>  [df7cfd5fd72935c07eb48f49e47265e05b13c1a8]

        #87576# so3/dtrans.hxx is obsolete

2001-08-09  Frank Schönheit  <fs@openoffice.org>  [15e3abe2b69c3b4bde6f11dece2e605d3a5530aa]

        #90744# deliver helpid.hrc

2001-08-09  Ocke Janssen  <oj@openoffice.org>  [21ad4b831f6abd1a928f586515174db375c599e2]

        #90791# catch(WrappException) impl and delete old data

2001-08-09  Frank Schönheit  <fs@openoffice.org>  [aaee1cc4e7c69ca70067d5a3ea9f2d94922a932b]

        #90744# HID_FILESAVE_DOPLAY

2001-08-09  wvd  <wvd@openoffice.org>  [e572e4f99f76c545cbe409537f2e7585eab08e61]

        #90317# Code cleanup. Moved this header file from source directory to include directory.

2001-08-09  Daniel Vogelheim  <dvo@openoffice.org>  [691ad25958ce54f022b7d9abfa5d0bb621009c92]

        #90509# #90514# changed macro DTDs

2001-08-09  Frank Schönheit  <fs@openoffice.org>  [d188616b3322b5b040009cd8ee925b1374b971c1]

        #90744# help ids for the file picker when operating as save as dialog

2001-08-09  Ocke Janssen  <oj@openoffice.org>  [8a4dffb119ba00df49af7241aa4413bc6f78dc65]

        #90801# clear insertrow after insert

2001-08-09  Ocke Janssen  <oj@openoffice.org>  [b8d24b023c8a10bf9aaa69adb740d2d3b9ab652d]

        #90801# clear insertrow after insert

2001-08-09  Ocke Janssen  <oj@openoffice.org>  [3c3562177dfe451fa1391028722cf5d6492b0906]

        #90773# check for odbc date format

2001-08-09  Ocke Janssen  <oj@openoffice.org>  [1b128e1d3089883ebf4181a81e629fecc3213660]

        #90773# check for odbc date format

2001-08-09  Armin Weiss  <aw@openoffice.org>  [36e8b2d3dc2f33467b216dd632ea371a2444e19b]

        #90790# initialize SdrTextVertAdjustItem to SDRTEXTVERTADJUST_TOP and SdrTextHorzAdjustItem to SDRTEXTHORZADJUST_RIGHT when a page layout with vertical text is used

2001-08-09  Frank Meies  <fme@openoffice.org>  [9624c5ace8c5caad8ac2dd1e0019703aee84313a]

        Fix #89507#: Use file dialog helper class

2001-08-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e3b4d24ccc37239484aa73b72c05583f6157b691]

        STLport-4.0

2001-08-09  Sander Vesik  <svesik@openoffice.org>  [d535d573fdcc5c7af97b4c01f35d65b3b21ee252]

        Merge from 1.5.4.1 to head

2001-08-09  Thomas Lange  <tl@openoffice.org>  [46bb8e548537a69dfbfcb5d80587338a9da92d72]

        #90802# localization of 'Typeface' listbox entries in SmSymDefineDialog

2001-08-09  Jörg Barfurth  <jb@openoffice.org>  [48554070494885c586167961930c2f480e049e7d]

        #85017# Changed error messages

2001-08-09  Malte Timmermann  <mt@openoffice.org>  [343d71f1c796f5e69914661ed65fd6f5565588b0]

        #89463# CalcTextWith with parameter TRUE (IgnoreExtraSpaces) editeng.cxx

2001-08-09  Armin Weiss  <aw@openoffice.org>  [a1e1f56918dd25ae4331ff246e2e15b1128e40a1]

        #90239# added two RefreshAllIAOManagers() calls again to give direct visual feedback when (de)selecting polygon points

2001-08-09  Armin Weiss  <aw@openoffice.org>  [8414f2630f1f739917d15dfccc3e87ed2b31de7c]

        #90239# if point IS marked and NO shift is pressed, start dragging of selected point(s)

2001-08-09  Rüdiger Timm  <rt@openoffice.org>  [0a768f8137954f06d953629f46a12d156c86dd34]

        new version for SRC638

2001-08-09  Eike Rathke  <er@openoffice.org>  [20e1374a07b0e297f4ce7b33578abd2989bc77a3]

        #90762# no data has col/row min at lower right and max at upper left

2001-08-09  Armin Weiss  <aw@openoffice.org>  [511cf33c4dfd8dfffa450207e21913ec17240a8c]

        #90235# removed unnecessary call to BckAction() which did delete two points on right mouse button during polygon contruction

2001-08-09  Carsten Driesner  <cd@openoffice.org>  [8621c258f19871e67db9b7b4b8e11325bd737cf5]

        #81412# bootstrap failure messages updated

2001-08-09  Kurt Zenker  <kz@openoffice.org>  [386d504f7fc99414d468daae4cf4e886352ba621]

        new version for SRC638

2001-08-09  Frank Schönheit  <fs@openoffice.org>  [45c0c2d3681ea1bccb89b6a3ff2aee4eaae67168]

        #87687# _PasteDBData: use the CreateFieldControl(ODataAccessDescriptor) instead of FmXFormView::CreateFieldControl(String)

2001-08-09  Ocke Janssen  <oj@openoffice.org>  [a427ad1fd558f16c9683c4b1a9861332948912f8]

        #90681# check which alias names are no longer in the list and remove them

2001-08-09  Frank Schönheit  <fs@openoffice.org>  [9984f4481208d15d5f5b35919586d06ee817badd]

        #87687# +implCreateFieldControl

2001-08-09  Frank Schönheit  <fs@openoffice.org>  [bb726e749b3a78b0773e8bb812a66b3c0cd03906]

        #87687# PasteDataFormat: use the CreateFieldControl(ODataAccessDescriptor) instead of FmXFormView::CreateFieldControl(String)

2001-08-09  Frank Schönheit  <fs@openoffice.org>  [eb9bacea1fd2be4355ef4cc08263c40a67ec37d3]

        #87687# +CreateFieldControl(ODataAccessDescriptor) / moved the implementation of CreateFieldControl to FmXFormView

2001-08-09  Tom Verbeek  <tv@openoffice.org>  [c73a35bfbc279953b09d752864fc229f288290cb]

        #88451# added target for migration

2001-08-09  wvd  <wvd@openoffice.org>  [2f7cb559f73bfd02eba8f4fb2a1cd2efcf91152b]

        #90317# Code cleanup. Moved this header file from source directory to include directory.

2001-08-09  Sven Jacobi  <sj@openoffice.org>  [e7562304a49c9cd690299af3d92c025964e674f7]

        #88265# #89866# using SdrRectObj type OBJ_RECT instead of OBJ_TEXT, setting SdrModel earlier so that method SetVerticalWriting will not crash

2001-08-09  Kai Ahrens  <ka@openoffice.org>  [85eef7cc9ea855284711acead52804a61d34380e]

        #86473#: check alien formats first (::GetData) and try to get substitution data

2001-08-09  Stephan Bergmann  <sb@openoffice.org>  [0724286e2f2823055ccc84c8d9ec2a80f60042a3]

        #90000# Added INetURLObject::getAbbreviated().

2001-08-09  Kai Ahrens  <ka@openoffice.org>  [4cf734c923fcbf5da3a5e4dc0f6e76373700fea5]

        #85411#: calculate correct output size for empty pres object graphic

2001-08-09  Peter Burow  <pb@openoffice.org>  [12899ac50c9e5bed4fe3eef3b1e0b53f29f1ba6b]

        fix: #89665# #89990# help without any open task (quicklaunch or passworddlg)

2001-08-09  Oliver Specht  <os@openoffice.org>  [2c427ce04f0e4326e2a0a65649f314511f8500db]

        #90191# anchor to/as character corrected

2001-08-09  Oliver Specht  <os@openoffice.org>  [5a5e8fcb837b105c4eb0b77f0ff6887a59beafb7]

        #90742# invalidate FN_PRINT_LAYOUT and SID_BROWSER_MODE immediately

2001-08-09  Stephan Bergmann  <sb@openoffice.org>  [0694e82ebea81dd8c22eb3504e8fc2cdfe61bb92]

        #90269# Fixed Forte compiler problem.

2001-08-09  Oliver Specht  <os@openoffice.org>  [d401bb5d0c2b0d3fa484bc16ee27804668572768]

        #90706# SID_READONLY_MODE: true if file is readonly

2001-08-09  Carsten Driesner  <cd@openoffice.org>  [ad020f204e3f8bdc1edd83d8d670e26e3b6567a9]

        #81412# Display configmgr problems during bootstrap

2001-08-09  Oliver Specht  <os@openoffice.org>  [b634ce93a38c7deb5dd721e3705e0def53d985e4]

        #89714# default drag and drop of the navigator works again

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [c03d9c517cf64a5befcd37a225a18b05cf81a990]

        #90674# make a new constructor to correctly handle document print settings

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [f821e79e6e7cb97fc2fc73143b36df527a73f9c1]

        #90674# correctly handle document print settings

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [89db46acccba626442dc85d6ea356727e72b5b85]

        #90674# use the new SwxPrintSettings constructor

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [24c4e42c2fe0851e65aa1db7c27e1968b29ce058]

        #90674# moved this functionality here from source\ui\inc\prtopt.hxx

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [242c7e616f3ec80df408cb32024f505a9ebf8bc4]

        #90674# moved this functionality to the base struct

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [09320dde296ed4f8c4ff883873e24f083eaa5c56]

        #84846# return immediately for IsSkipHiddenText and IsSkipProtectedText

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [770e8dfa64dcfe6046d66d5ef1d47ad7b488a066]

        #88126# implement the 'load user-specific settings with the document' checkbox functionality

2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [9c1a55d237359cf189b95131897c973e855d2548]

        new version for SRC638

2001-08-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e404cc9d898e85892f381b5cde942f0db2aa6cb]

        #87136# enable ZIPnTARGET for L10N-framework

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [00ea76ed302fcf4fcf7d70961da30a758cace173]

        new version for SRC638

2001-08-08  Philipp Lohmann  <pl@openoffice.org>  [f7876d2e575e48680af5ab8ab33674b72690e53a]

        #88754# #88114# brushed up WM communication

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [95b72072af0aa5f6b5998a9f9045a58eed195d6e]

        new version for SRC638

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [235529ee36196e4e4f566eb8d874f1f931d2e2b1]

        #86708# use only random pool for all calls to saveContents

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [de8cb713b0e13ce8c1be624a00a4fc89ec219dbc]

        #86708#,#87673#,#88979# write the full zip file to a tempfile before over-writing, thus fixing 87673 and 88979. Also, some new code for pack'n'go (should work on windows now)

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [a54919ae91b851fc9179efe689dcc4f57b46123a]

        #86708# remove calls which are no longer necessary for pack'n'go

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [7f3134674a9e2e1fb544177a37b352574964c6d6]

        #86708# optimise findEND function

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [dfae4e9ef692d3af8753ed8355d6bf2c51de3369]

        #86708# re-grab pointer everytime to make sure we don't use a stale pointer

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [fd676f8c2f3cbccc71db2c3f0af6c3bb72a86895]

        #86708# remove evil code that is thankfully no longer necessary

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [c01cf400c419d6dedcc2cc593f7d3139e87e8023]

        #86708# Use the same random pool for random number generation for all calls to saveContents

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [b204a5096ba8bf6578f1989f72a772d763a44fa2]

        #86708# New methods for pack'n'go

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [12538b0b25d02e10f0e232dac019196f4eec30dc]

        #86708# remove methods and members that turn out not to be necessary for the pack'n'go feature

2001-08-08  Martin Gallwey  <mtg@openoffice.org>  [cac3e5d5e6482953eaa493d12929581c840ede1c]

        #86708# need to re-grab the pointer every time as some underlying implementations realloc the memory

2001-08-08  Carsten Driesner  <cd@openoffice.org>  [d9707fc3f52af840c970cd20b976f8b7e8aa5c70]

        #81412# added configuration headers

2001-08-08  jp  <jp@openoffice.org>  [710450a35662c251297695b87882db04d2e89970]

        Bug #90236#: GetData - replace default case with format EmbeddedSource

2001-08-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b030b991e0f1192a83490470645032b9f30e0705]

        #65293# prevent ever-growing lib files

2001-08-08  Kay Ramme  <kr@openoffice.org>  [b4a8d6c4e8a9055839503f6fc6601d775759164c]

        provied a dummy docBase (#79689#)

2001-08-08  Armin Theissen  <armin@openoffice.org>  [0ce7b982c80ee2fc4fca8bbeee985f04c32e08f8]

        so_berkeley -> berkely

2001-08-08  Christian Lippka  <cl@openoffice.org>  [e0f37c1f1de7891eea0a72059c02a12b05b86260]

        #90653# don't convert percentage metric items

2001-08-08  Frank Schönheit  <fs@openoffice.org>  [fe65309322170e7f31c1f8574ff06fa1e7a1200a]

        #89817# use OutputDevice::GetDefaultFont instead of System::_GetStandardFont

2001-08-08  Christian Lippka  <cl@openoffice.org>  [b3aadd55c8c1ac82c90b25047933ac68bdf7f984]

        #90653# don't convert twips to mm twice

2001-08-08  Behrend Cornelius  <bc@openoffice.org>  [49c1230b59a3e9c5686510c1e0015e55c7a3831d]

        #90700# filter for PP now added

2001-08-08  Frank Schönheit  <fs@openoffice.org>  [03080a189816d1aa0d839b04e76d754d2d8c6385]

        #90716# UID_ABSPILOT_HELP

2001-08-08  Behrend Cornelius  <bc@openoffice.org>  [9b8217d17c01a6b1ebd9fae8c21729c8dc5a4486]

        #87289#HelpIDs now also available for euro converter

2001-08-08  Malte Timmermann  <mt@openoffice.org>  [0bbcdab6c429b6723101a689d88994a8abeaae61]

        #89817# remove _GetStandardFont

2001-08-08  Behrend Cornelius  <bc@openoffice.org>  [8dcb27bb124ae9a35a402caabd8a4fae622b2c03]

        #87289# Call of HelpAgent via Button click now possible

2001-08-08  Behrend Cornelius  <bc@openoffice.org>  [76429c106add00f9a3f72b945cdc1b10bc574ca4]

        #90363# import of xml writer templates now possible

2001-08-08  Armin Weiss  <aw@openoffice.org>  [9f6c2b14fafa10e804546b273b6f7d7dd632a0bc]

        Moved one include from middle of the file to the top.

2001-08-08  Armin Weiss  <aw@openoffice.org>  [c6a446e3cb2721e50c60baba176f298f8cc25fb9]

        #85670# get correct model in SdrObjList::Paint(...)

2001-08-08  Frank Schönheit  <fs@openoffice.org>  [cb2273fbcfc18d04afa9fb8c8e6d8106a29fd518]

        #90716# UID_ABSPILOT_HELP

2001-08-08  Frank Schönheit  <fs@openoffice.org>  [2bd557c8cd4a9c00c0586865a4adf08fdd566f00]

        #90716# the help button is the most-left one

2001-08-08  Frank Schönheit  <fs@openoffice.org>  [c7e16d722a702e15044d875632047df42e51235c]

        #90716# long names for the address book auto pilot

2001-08-08  Frank Schönheit  <fs@openoffice.org>  [8b3944017070c7222dd5d1fc350fdeffb199fe11]

        #90716# layout changes

2001-08-08  Frank Schönheit  <fs@openoffice.org>  [9ec064ddb9a252772e84dc0fcabaad3bbfb0d1f0]

        #90716# HID_ABSPILOT

2001-08-08  Eike Rathke  <er@openoffice.org>  [c754a8f217544476378bda7d9eebc2b9e725fbcf]

        #90249# transliteration equals: implementation didn't meet requirements

2001-08-08  Eike Rathke  <er@openoffice.org>  [f0505842eb75cbef396791c1f3cd649517ab5f27]

        #90249# transliteration equals: implementation didn't meet requirements, corrected comment

2001-08-08  Eike Rathke  <er@openoffice.org>  [0384f15b43b53c369764c37a88fc72f7f9554c38]

        #90249# removed unused variables

2001-08-08  Niklas Nebel  <nn@openoffice.org>  [a60ce3dcf9d54c923b8c921ca31cf9c641c03a0f]

        #90739# UpdateEditView: don't cast to unknown type

2001-08-08  Behrend Cornelius  <bc@openoffice.org>  [04660098772648cfcf5e7f437dadd699240d206a]

        #87289# format of file adapted, new IDs added

2001-08-08  Kay Ramme  <kr@openoffice.org>  [6d24d8303403b71cf140c8b513569195bff01329]

        fix applet for unix (#79689#)

2001-08-08  Christian Lippka  <cl@openoffice.org>  [19aa9a7121aa9fef7b86b100dfbeb5bf063cde31]

        #90516# create auto style for controls!

2001-08-08  Christian Lippka  <cl@openoffice.org>  [27cfa41ed1132cb9f56b48ec17cc0c3eb88e65e1]

        #90330# also call setStyleAndAttr even if there is no style to set the numbering level

2001-08-08  avy  <avy@openoffice.org>  [de74c6dda092dddbd12e7e696ae36cc1db997227]

        Change namespace because of error during compiling using new MS compiler

2001-08-08  Thomas Lange  <tl@openoffice.org>  [3e51156023c409d406d4beb66bb35752f5859556]

        #90485# import of formulas stored in 5.0 format with multi-byte encoding fixed

2001-08-08  Christian Lippka  <cl@openoffice.org>  [05aeaaccca62af2d37ae7fc9fa97b8a1cb7c1ead]

        #90330# don't create edit views just for inserting a new paragraph

2001-08-08  Caolán McNamara  <cmc@openoffice.org>  [20b4a36740fdb0ad6c2802eb65a42281b57d5e9f]

        #90420# support for extended word 6 unicode documents

2001-08-08  Nils Fuhrmann  <nf@openoffice.org>  [378856d680e0c065b2e466d8f6b4cf9a7d6b289c]

        Manuall merge #87134#

2001-08-08  Nils Fuhrmann  <nf@openoffice.org>  [d1bcd64886d49c5b92fb79cb8e10434284ce8b47]

        Manuall merge #87134#

2001-08-08  Nils Fuhrmann  <nf@openoffice.org>  [adb9ad0e1f51feb63927e0cd16d8edb47265beb7]

        Manuall merge #87134#

2001-08-08  Nils Fuhrmann  <nf@openoffice.org>  [0a45090866a0dd65b5d41aca08e8f80f87ca935d]

        Manuall merge #87134#

2001-08-08  Malte Timmermann  <mt@openoffice.org>  [cd584d4a30076a5aecd3c33604b1256435d73f47]

        #90417# DropAction in acceptDrag

2001-08-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [075114b96abb00ed12bf5d9b6e354337b43ce6c4]

        #87798# headerfile and description generation form xml more flexible

2001-08-08  Malte Timmermann  <mt@openoffice.org>  [fdac4b257256a5ada0c114fed421c7b53bb43a78]

        #89855# CleanUps: No MATCH_CASE/BEST/..., differnce between FindEntry and FindMatchingEntry

2001-08-08  Malte Timmermann  <mt@openoffice.org>  [ba4ba9cc8d830b7570d9297cb242da7a1392e46a]

        #89855# Use I18nHelper

2001-08-08  Malte Timmermann  <mt@openoffice.org>  [e94e906e35c42f159727035f8a5aeb80b8b9d95d]

        #89855# MatchString, MatchMnemonic

2001-08-08  Caolán McNamara  <cmc@openoffice.org>  [fa82edd5f8a8962eaf53ecf3a46c07b24fb0a996]

        #90737# init pointer

2001-08-08  Thorsten Behrens  <thb@openoffice.org>  [901029fe92e2d85e022579ae9d648e3b53c25f5e]

        #90718# Skip SvxUnogetApiNameForItem too, if SvxUnogetInternalNameForItem is skipped in SVX_LIGHT

2001-08-08  Niklas Nebel  <nn@openoffice.org>  [91e805bd45e7d4b58f06ebb6bef6d89829f365b8]

        #90619# PutItemScript: use PutExtended to get defaults from right pool

2001-08-08  Niklas Nebel  <nn@openoffice.org>  [b523100b8091c2770c99ebe4e4a1ea491c11696f]

        #90619# default font: FLAGS_ONLYONE

2001-08-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [511448101e89d34b5c82d8b5a2161d52526e7f33]

        beautification

2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [0b380164fb4f7486ca129306b1f140457426c04f]

        Merge SRC638: 08.08.01 - 12:13:46

2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [4e5bff3c87952160d026c866e7e36f16bf04c471]

        Merge SRC638: 08.08.01 - 12:13:15

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [0f412fbbdb71855587d1c242096fe5229cc18042]

        Merge SRC638: 08.08.01 - 12:11:36

2001-08-08  Oliver Specht  <os@openoffice.org>  [2c4db24911d2401b231799916de17ef0c6b4fb2c]

        #90466# block inserted to prevent GPF

2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [98c5e9f213ff75638a9d778f3f21759126b4e628]

        Merge SRC638: 08.08.01 - 12:10:29

2001-08-08  Frank Schönheit  <fs@openoffice.org>  [3f5dbbb4f833bd0694c520dd56489a53ed315e3e]

        #90735# updateRow: set m_aOldRow correctly

2001-08-08  Stephan Bergmann  <sb@openoffice.org>  [aa9c82dda891b23fd20063d6b1861cb217bf067b]

        #90269# Hacked in support for http as ftp proxy; clean integration pending.

2001-08-08  Andreas Schlüns  <as@openoffice.org>  [e86d5d7fc5d1af81663f5d10280bcb7b5e0f1d6d]

        #90708#, #90715# HACK: decide wich URLs are loadable or not; use right target for macro URLs

2001-08-08  Kai Ahrens  <ka@openoffice.org>  [85dd1de2d9eca2d4e2e7ec8a9b6ee9bbd99e7747]

        #90624#: dither temporary bitmap, not original

2001-08-08  Stephan Bergmann  <sb@openoffice.org>  [9d37ef1f528c671fc1eacab132da9ee9f2235721]

        #88883# Added comment to remove group box once this dialog is used again.

2001-08-08  Frank Schönheit  <fs@openoffice.org>  [09eddd300ca92fb96726134de92f31482b28bc25]

        #88849# OColumnTransferable: don't fake the to-be-dragged statement if the data source is no CommandType::COMMAND

2001-08-08  Martin Hollmichel  <mh@openoffice.org>  [ff0494b5c041cf77ee64d49201ffcf0b94b66fba]

        chg: Syntax

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [d40418e918a1a85deebb752872b1a37389683b0b]

        Merge SRC638: 08.08.01 - 11:21:31

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [a4047c37200f130b6f3f40cc5441a9a3470dab62]

        Merge SRC638: 08/08/01 - 11:16:56

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [ee0d923442568c7b00afa77ab8a2e95421fb10ad]

        Merge SRC638: 08/08/01 - 11:15:18

2001-08-08  Stephan Bergmann  <sb@openoffice.org>  [c021c480394a02ce66924405b720ae4a57f3bb81]

        #90269# Fixed login dlg request string using realm; merged in modifications to svtools login dlg (with which this login dlg should unite ASAP) that include fix for #88883#.

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [34f69b31d29a77890f26375c5d8ec78170b470ad]

        Merge SRC638: 08/08/01 - 11:13:52

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [e18b1009392a4ea94c1cf78da552d7f4d2ff9cc8]

        Merge SRC638: 08/08/01 - 11:12:24

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [151aa2c4bfd20250d7d253f46f67f7ec02c464ef]

        Merge SRC638: 08/08/01 - 11:10:43

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [f5462eb3817d5e715086f5f776a86c06981c5638]

        Merge SRC638: 08.08.01 - 11:09:54

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [f3c251115370d5e6188c0a8bb95d45ac0b439baf]

        Merge SRC638: 08.08.01 - 11:08:59

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [bc247fec887bc1ab490a587e97abd0996b50365a]

        Merge SRC638: 08.08.01 - 11:08:15

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [7f7eb76636de4773ec90d3ddca31064d4e20b0c6]

        Merge SRC638: 08/08/01 - 11:07:50

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [6d8a6b66ebfd75c33473b438d329c0a2d4e6dba0]

        Merge SRC638: 08.08.01 - 11:06:47

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [e326d4002da0d22bd88bbf42d25ccc4f8e462828]

        Merge SRC638: 08.08.01 - 11:06:30

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [7404426f3f838b04565297bec1a06570017b5875]

        Merge SRC638: 08.08.01 - 11:06:33

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [70987effad95032c05eb1488bcd5801443acc1dd]

        Merge SRC638: 08/08/01 - 11:06:17

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [baa2b3cb049c3275b633980a2b0ef70c035214ab]

        Merge SRC638: 08.08.01 - 11:05:45

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [cc112da609d90805f38d69cd530731fcc7586c67]

        Merge SRC638: 08.08.01 - 11:04:51

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [299f3df667b2699a28720e1cbe1fb6b0fb5845d1]

        Merge SRC638: 08.08.01 - 11:05:28

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [c8cb7fc6415ea737e15b394280c6a775d66c02a6]

        Merge SRC638: 08/08/01 - 11:04:30

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [cabd534e064fa8d426b81d6924d0e75a1a4108c7]

        Merge SRC638: 08.08.01 - 11:04:12

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [e771fbc9baad88dd4fbae2f7e70577b86eb34e2c]

        Merge SRC638: 08.08.01 - 11:03:29

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [944ab7931ed0d5c4d2cfbbf922c5d0e642796516]

        Merge SRC638: 08.08.01 - 11:02:27

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [5a17c4bb49d37caab1d4498ee1fb527e39bcc45d]

        Merge SRC638: 08.08.01 - 11:01:36

2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [c8433f3e25ae5f16b950a86c21a6ea68f675caf2]

        Merge SRC638: 08.08.01 - 11:01:10

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [1de457421d27fdf835c17825f93863d8e9372cc1]

        Merge SRC638: 08/08/01 - 11:01:34

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [b5e218807da73fe340043fd878264dcb027f8101]

        Merge SRC638: 08.08.01 - 11:01:33

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [60d7977a03391fd975f4028115f52d666a0261b9]

        Merge SRC638: 08.08.01 - 11:00:06

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [89ff8f79c14631d6ad8ee721038a5f84cc6eb75d]

        Merge SRC638: 08.08.01 - 11:00:18

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [bdf7795a380dcd91cd3cb308f335bfae27f70a59]

        Merge SRC638: 08.08.01 - 10:59:57

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [d994192a17e2712a1510e828fd555c1002cac161]

        Merge SRC638: 08.08.01 - 10:59:50

2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [6c9607012499f970c8959700a08044db3ca52749]

        Merge SRC638: 08.08.01 - 10:59:39

2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [fe26e0f220edf5e3cfedb5c2785714fbb7ed355b]

        Merge SRC638: 08.08.01 - 10:59:33

2001-08-08  Ocke Janssen  <oj@openoffice.org>  [dc60ab5f52b66d68883d2118cd9df8dd85c1cdc7]

        #90725# replace catch(...) with catch(Exception&)

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [dce88c49bd08c87261be796d9224b934b3e683ee]

        Merge SRC638: 08.08.01 - 10:59:25

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [cd7fb5926ac9f63ac5a47b2b79b8d6a93529d839]

        Merge SRC638: 08.08.01 - 10:59:03

2001-08-08  Kurt Zenker  <kz@openoffice.org>  [ccab18d94874031c01f24f94a58dee93e2a5f37d]

        Merge SRC638: 08.08.01 - 10:58:34

2001-08-08  Rüdiger Timm  <rt@openoffice.org>  [3cef8081020698806cca5dfa524c83fe1985cc90]

        Merge SRC638: 08.08.01 - 10:58:12

2001-08-08  Peter Burow  <pb@openoffice.org>  [b1c8b01599a8f2cd0760d078ed86032a569fb0af]

        fix: #89524# Index ComboBox with UserDraw()

2001-08-08  Peter Burow  <pb@openoffice.org>  [697ba0a7a8014baf8c78fec8ccf97f5372b7c342]

        fix: #88468# new bitmaps of help treeview

2001-08-08  Peter Burow  <pb@openoffice.org>  [82ee7a04d214b94ef96db1f42442b3154cd08327]

        fix: #90261# RID_INFO_NOSEARCHRESULTS added

2001-08-08  Joachim Lingner  <jl@openoffice.org>  [be99e7efe404844737585f882343cfff4fce9426]

        86173

2001-08-08  avy  <avy@openoffice.org>  [c8bcba7b4f3e8ef37d2c11bc08a74accb4294120]

        new version for SRC638

2001-08-08  avy  <avy@openoffice.org>  [b34488edfe42eccc91b86ca9662dbda410d9806d]

        initial version

2001-08-08  Ocke Janssen  <oj@openoffice.org>  [13d51127f4a4d80c9d0a8a1b3c3558f1b067876e]

        #90723# some corrections for appending data

2001-08-08  dkenny  <dkenny@openoffice.org>  [a3e7241b8d69c56a46e882d921ab16b3f19bf8ad]

        #89137# - GPF when execute a parameter query with mozilla

2001-08-07  jp  <jp@openoffice.org>  [6b11414720463597ce8737f6e2cc542f3c6ef914]

        Bug #90713#: InsertHyperlink: selection of the mew link must set the wrtshell into the correct state

2001-08-07  jp  <jp@openoffice.org>  [01e43975cf630f922059959cd3d2e0cdeefc8897]

        Task #89921#: add code to MS ole objdescriptor

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [a697c30ad78c4f9aea7cec6b5d7704b58627db73]

        Change concerning new MSDDEV compiler

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [31123d9171c27cd938464fabf33a2349a41e1050]

        Merge SRC638: 07.08.01 - 18:20:48

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [2e14ddcb2fa230eab79ae06b46563cc4b5592505]

        Merge SRC638: 07.08.01 - 18:18:57

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [2579b91ecd0df70e85964de03a46bdf6d9e6afdb]

        Merge SRC638: 07.08.01 - 18:13:37

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [c83a587ae693bd5c13f6b94593bb41ac0306651f]

        Merge SRC638: 07.08.01 - 18:07:30

2001-08-07  Eike Rathke  <er@openoffice.org>  [579fda079846129120c5bba211e79063bd094192]

        #90609# ImpAdjustFormatCodeDefault: distinguish between type short/medium/long defaults and set THE medium/long/short default

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [e2cf407b76c2c2ce92137b692ebe30e27957d4c8]

        #88431# commitURL: use the pure (untranslated) URL

2001-08-07  Eike Rathke  <er@openoffice.org>  [46f65733023d33b6ab856a3d9973787a524b5c2a]

        #90609# distinguish between type short/medium/long defaults

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [05ae01d72b3a5b72e55689cb144a6f4e3a7de51f]

        #88431# centralized methods for setting/retrieving the URL in m_aConnection - this way we can translate URLs so that they're displayed in a decoded version

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [791be85425b6647b8cf34193749cd6ef1c5b8ed9]

        Merge SRC638: 08/07/01 - 17:56:41

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [803f60dc53a45b3b88aa0ee0a3034ef954e2ec4b]

        #88431# +isFileSystemBased

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [a88c54c05efe752bf9744af1f9551eda2c8a3c1a]

        Merge SRC638: 07.08.01 - 17:51:33

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [77284f487c84dd6b1348bbe03ce48c987cc5f1f6]

        Merge SRC638: 08/07/01 - 17:51:35

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [cbc2c0d926cb5847e0d7aa27c67ee83eb166c07d]

        Merge SRC638: 07.08.01 - 17:46:03

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [73513596d7897a1fc92e23319ee0c69e629db96a]

        Merge SRC638: 07.08.01 - 17:45:19

2001-08-07  Sven Jacobi  <sj@openoffice.org>  [63b889fea96c339b1c4afc8913c795b856865bf5]

        #90614# now also supporting text anchor mso_anchorTopCenteredBaseline and mso_anchorBottomCenteredBaseline

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [e29d8020df565396bfb27e3fc1583d97f8124419]

        Merge SRC638: 07.08.01 - 17:44:09

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [31c6e37e5be277a4f1c630620ec8e34ed1323e88]

        Merge SRC638: 08/07/01 - 17:43:57

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [45c06acc72c8bbd2b3e992bd329ce483396ca0a6]

        Merge SRC638: 07.08.01 - 17:43:18

2001-08-07  avy  <avy@openoffice.org>  [dbeaa867fe51c2b12278b4966815085e444d0428]

        Changes consering new MS Compiller was made

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [7f8d46449d8bb597f375e82ae941313f335288db]

        Merge SRC638: 07.08.01 - 17:41:17

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [b903af4fe4fa7b92eb60d1bbe78c205b8f86f4b1]

        Merge SRC638: 08/07/01 - 17:41:18

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [81ce774eabb3cc793951b4261bfe56ebb7e72639]

        Merge SRC638: 07.08.01 - 17:40:16

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [07a9674cf62aae96064805fd44e1d1877524b1f9]

        Merge SRC638: 07.08.01 - 17:40:08

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [d974404f8f650447756dcca416b93b8839b5c03b]

        Merge SRC638: 07.08.01 - 17:39:21

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [992ef6f249324443327fe982bcf2cd2ccdaecb5f]

        Merge SRC638: 07.08.01 - 17:38:37

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [15c36c74a3c50e8ff26f3c5965f5fdeb057d35dd]

        Merge SRC638: 08/07/01 - 17:38:53

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [a61c50659a8e67f008e6bb5e89331978f99df2b5]

        Merge SRC638: 07.08.01 - 17:37:58

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [9eeefe6a0052301872d49ddc41d57f889122be8c]

        Merge SRC638: 07.08.01 - 17:37:17

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [65b5bb0b831e1a6329b5404083f081e6e34942f1]

        Merge SRC638: 07.08.01 - 17:36:58

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [ad72f6e11b5cd695cacf31199b833b9d13ca8089]

        Merge SRC638: 07.08.01 - 17:36:05

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [a6a74327f13d3880ac22063cb1a5cf295ffed255]

        Merge SRC638: 07.08.01 - 17:36:52

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [27ea3fab67d6c4df4097d721fcd74e2a93524d17]

        Merge SRC638: 07.08.01 - 17:36:13

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [03c17c872a76e5c39fd9742d04d76021173ef9f1]

        Merge SRC638: 08/07/01 - 17:36:34

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [232d32acc11c90d00a803b4ef20ae02442ec59b9]

        Merge SRC638: 07.08.01 - 17:36:07

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [be2c17f1e0a325c8c04d8b20ecf12f78502e2e03]

        Merge SRC638: 07.08.01 - 17:35:14

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [490db2a6624d21636b87ffeeca01ea94b93c3fdf]

        Merge SRC638: 07.08.01 - 17:35:25

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [d55f042e420151de8d18baa2a588ae0fa89a495b]

        Merge SRC638: 07.08.01 - 17:34:31

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [63835fcaefcfb50549c93acfb07fa91c5d970ef8]

        Merge SRC638: 07.08.01 - 17:34:32

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [d753d05a9db2077a9d161eb09bc6cde8d69c5f92]

        Merge SRC638: 07.08.01 - 17:34:08

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [056a1c1a8e89a913a0e80bdc91022593c00ca83a]

        Merge SRC638: 07.08.01 - 17:33:40

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [f6ca1ec4f1076fd7ba247cc9c3997d9b626872bf]

        Merge SRC638: 07.08.01 - 17:32:52

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [f954c8e69340113dad3d84bf411c43849c994f53]

        Merge SRC638: 07.08.01 - 17:32:17

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [93355ada8415399205a0df36084dad27d0dc2489]

        Merge SRC638: 08/07/01 - 17:31:48

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [29fc7862e1b33a50e95d12751431dd33940e85ae]

        Merge SRC638: 07.08.01 - 17:31:00

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [b3e52c173f3248be5d42f576d0f0eaac63c941c7]

        Merge SRC638: 07.08.01 - 17:30:39

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [3f3002e61185e5f42a4adaf7703592361b60a9ba]

        Merge SRC638: 07.08.01 - 17:30:41

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [0f433827722f554b27eff4610702bd00bc2d7a71]

        Merge SRC638: 08/07/01 - 17:29:31

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [46c98d4a83d76226978243991e42add1976014fb]

        Merge SRC638: 07.08.01 - 17:29:07

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [a251994aa75f8262ff90345bbbaeed661508b1ac]

        Merge SRC638: 07.08.01 - 17:27:30

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [1e96196026d96734662d50c1ced16e31d0a98b71]

        Merge SRC638: 07.08.01 - 17:27:13

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [2839862debfd547484e1aa1f1343ec155092b7ae]

        Merge SRC638: 07.08.01 - 17:27:37

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [f66526107b3241ad5b128f70ea7d3bcc288a3ab5]

        Merge SRC638: 08/07/01 - 17:27:12

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [703f79e936d5cf75004d29a924ad09f49dd8a43d]

        Merge SRC638: 07.08.01 - 17:25:23

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [8d8545e3968aadde0014a3904016968d16e25943]

        Merge SRC638: 07.08.01 - 17:25:10

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [c4d4e2b04faf577b594860078bb78956adb2bbba]

        Merge SRC638: 07.08.01 - 17:23:08

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [296c038ae5952923910933cb7335b6204201e381]

        Merge SRC638: 07.08.01 - 17:23:21

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [237a3bdbee707eb5c916e5dbec7afc2d745adefe]

        Merge SRC638: 07.08.01 - 17:23:04

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [d286fc84944336e0fc14f2eaf0234537cf71b532]

        Merge SRC638: 08/07/01 - 17:22:43

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [098b84e4ae0ebfe44024702cec8c779746c12118]

        Merge SRC638: 07.08.01 - 17:21:21

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [ddaedc0d5227124ca370885d489b8a679f538cb6]

        Merge SRC638: 07.08.01 - 17:21:20

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [ecca211ded5b91b8c71199a943e259d87ca8d55f]

        Merge SRC638: 07.08.01 - 17:20:43

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [7d13dd644fe0a801dc2b1e3f36530174b55243c8]

        Merge SRC638: 07.08.01 - 17:19:30

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [ebe206b77221cd2741f2e81b59ceb643e944698f]

        Merge SRC638: 08/07/01 - 17:19:53

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [b8ed7388521d2d619a79d0b8c2f670827206f243]

        Merge SRC638: 07.08.01 - 17:19:18

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [6d1fc55143856e86fe2fecdaf2f120845088b99d]

        Merge SRC638: 07.08.01 - 17:17:53

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [1051a36d6fcd22d17bfa06f9774f794f680ea30c]

        Merge SRC638: 07.08.01 - 17:18:23

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [03c3a4e60e6c49080bb2f549f6f1db7948cd4955]

        Merge SRC638: 08/07/01 - 17:18:10

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [21224caebf0106d0eba6ea315a073fb50e8358e6]

        Merge SRC638: 07.08.01 - 17:17:33

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [16e8853e05cf82d6eaab93cacd1bc960496d14bd]

        Merge SRC638: 07.08.01 - 17:16:37

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [dfc24177b9b34fd3f3baa2b063834c332816627a]

        Merge SRC638: 07.08.01 - 17:17:10

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [1465862e437e6e6bcd125b847d81c3e0dc00151b]

        Merge SRC638: 08/07/01 - 17:16:32

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [044ec461b77c333558478e31875d8637d0cf6ad1]

        Merge SRC638: 07.08.01 - 17:15:45

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [286be868d76116fefd5fbeca047cd1f5d2ce7e06]

        Merge SRC638: 07.08.01 - 17:16:19

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [ff7aea86d4a47e87a9779917f51fc2dd1a64e630]

        Merge SRC638: 07.08.01 - 17:15:12

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [458da5f4ed1892be7ffcf124ecda5d9856f1092b]

        Merge SRC638: 07.08.01 - 17:14:57

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [14a9ea386b94d7e084945bb36b79c99b1f4f2ad2]

        Merge SRC638: 08/07/01 - 17:15:01

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [07dd54b6faad9229685197db2237f355935258da]

        Merge SRC638: 07.08.01 - 17:13:23

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [bac37f0780a59a5189db0ee747a38d42aca13da1]

        Merge SRC638: 07.08.01 - 17:13:58

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [d92b26f522c4949b9bcba0a6cbf0143d8b375d27]

        Merge SRC638: 07.08.01 - 17:13:07

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [726b7fe111b00cca34f1583afd975d94132c71f0]

        Merge SRC638: 08/07/01 - 17:13:20

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [37e2b7313265c197d8f17a2680427212cf4d79dd]

        Merge SRC638: 07.08.01 - 17:12:33

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [728ca28ac9f9d424b4cd344b2bd35345dffd916b]

        Merge SRC638: 07.08.01 - 17:11:25

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [97483353c4171771a26e2bffa9e19cfa0aa74091]

        Merge SRC638: 07.08.01 - 17:10:18

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [9eb5365c33f525b1cffff240e2fea4fccb3f8302]

        Merge SRC638: 07.08.01 - 17:10:46

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [02781c2df68b2f88280caba3504379e73b89a6ae]

        Merge SRC638: 07.08.01 - 17:10:44

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [93c69eb9d85eb663ea8844eea4f6d730d94e8365]

        Merge SRC638: 07.08.01 - 17:08:29

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [c718cb63b78e79336888a9f1a6d4b25f7a6902cc]

        Merge SRC638: 07.08.01 - 17:08:18

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [9926a424f348637f5e146a8ddedfa952bf98e43d]

        Merge SRC638: 07.08.01 - 17:08:22

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [0c961188c6b3f21a84a645a79bd77064ef0de1fe]

        Merge SRC638: 07.08.01 - 17:07:13

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [36bc963a2b51209f95d81090a1ed81187524b620]

        Merge SRC638: 07.08.01 - 17:06:48

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [bb3c1119562d2136fe62ccc692fe95f53c607baf]

        Merge SRC638: 07.08.01 - 17:06:18

2001-08-07  Kai Ahrens  <ka@openoffice.org>  [8c362ac0da65474c0db112d77145b9ccbf9e95e8]

        #90630#: start presentation with actual page if requested

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [84c09265ad03599d2853fa771786e2cb0cb2d9a2]

        Merge SRC638: 07.08.01 - 17:05:53

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [fce5ef2bd788ea8f9b6f068d2875f0096d6731e1]

        Merge SRC638: 07.08.01 - 17:05:12

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [9db2515460979a01d56b14f452806b983c71a6b9]

        Merge SRC638: 07.08.01 - 17:04:40

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [c7fdbf4c04499834df9cf28f9a3a8297b8de8a5b]

        Merge SRC638: 07.08.01 - 17:04:06

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [fbb581d00484e49f8e02661e5eec5195874219b4]

        Merge SRC638: 07.08.01 - 17:04:18

2001-08-07  avy  <avy@openoffice.org>  [0bae1829589326ac1c55d5518e030aa3e676222e]

        Changes consering new MS Compiller

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [c3191d16c7f984ecc47e5f7922a8f596bcd8ad65]

        Merge SRC638: 07.08.01 - 17:02:25

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [5f724b3c90fdbc01719ab1358de9fc1e32eb6ebf]

        Merge SRC638: 07.08.01 - 17:02:05

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [80a1e5d217e5ebc9aa1a7659e4fae5f975de0c9f]

        Merge SRC638: 07.08.01 - 17:00:32

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [a2b318e65643d9be7a07f05cb808de25a12bb79e]

        Merge SRC638: 08/07/01 - 17:00:42

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [21f5dec5850d8569dd7783365518ada8b5303e16]

        Merge SRC638: 07.08.01 - 17:00:26

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [50387251df9d409549af94da08370836cced57d4]

        Merge SRC638: 07.08.01 - 16:59:48

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [e57a9554505f94d39288e65972aeef45c92fb529]

        Merge SRC638: 07.08.01 - 16:58:58

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [805a68630631373374b0b210d3deb03746e89680]

        Merge SRC638: 07.08.01 - 16:57:20

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [cfbdc54ed12ae3ced69ca07d8a234df4a58daf6b]

        #90018# ::loaded: call _onValueChanged only if the row set is positioned on a valid row

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [6068cf1d8ef539b65a611e2a5fef440e5fddc0ff]

        Merge SRC638: 07.08.01 - 16:57:44

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [6da6bacfc742448da67cf8d3be3a3584562d0c57]

        Merge SRC638: 07.08.01 - 16:57:50

2001-08-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [175dd4efdc50d979cf280f4e88dcc51083903ec1]

        #89991# one of the removed rules was still used

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [25db164ec438d8cb9c78590e26ef005bd061e3ac]

        Merge SRC638: 07.08.01 - 16:56:57

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [369c7362abd4766baeb9834910980deb5f939464]

        Merge SRC638: 07.08.01 - 16:54:35

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [4aae87ff5b4985fe52969653dead6ea9aa0e2c13]

        Merge SRC638: 07.08.01 - 16:54:44

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [49e2ff4d805ff4e279f91755ae539b5db9b4194c]

        Merge SRC638: 07.08.01 - 16:52:08

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [151aaa25b1a4b36dbc7fa71af5eff199574f6146]

        Merge SRC638: 07.08.01 - 16:51:58

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [6845b170d065b16fe08fbeb13f48735dc69ac0b2]

        Merge SRC638: 08/07/01 - 16:52:00

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [49771a6a1b79cdae31b77b528eee5eb6bce06552]

        Merge SRC638: 07.08.01 - 16:50:30

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [58dc72fa1bc288b65571c473aaf5e269362134cf]

        Merge SRC638: 07.08.01 - 16:50:44

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [9dc0ff9956ac64d3cd27ca71d4ee2c797bc403a7]

        Merge SRC638: 07.08.01 - 16:49:55

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [db76b2d3494e7a4214e08a88f4ec83e9e4924dad]

        Merge SRC638: 07.08.01 - 16:49:29

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [98a669508d3f2e2030c2726841d25e0421d820de]

        Merge SRC638: 08/07/01 - 16:49:49

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [4a3b4d204d4214a1f1acc34b9fc15533a2a7f518]

        Merge SRC638: 07.08.01 - 16:49:28

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [cb7a5435ba8cac02e68dc6dde5bb57e510d929b0]

        Merge SRC638: 07.08.01 - 16:48:26

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [180db52137e078563aa08237abb7353b3c1cbcc0]

        Merge SRC638: 07.08.01 - 16:46:26

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [b4344c9dbdbed6f183ea532b3d14272c9b8d5b65]

        Merge SRC638: 07.08.01 - 16:46:20

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [fc7d42e2280bfcb9f8e038c43e1622874ad79ed1]

        Merge SRC638: 08/07/01 - 16:46:11

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [f25fd01a95a764e334a04c7e863f450ed1b5b4ba]

        Merge SRC638: 07.08.01 - 16:45:09

2001-08-07  Stephan Bergmann  <sb@openoffice.org>  [431b232c0855493718727afd16d23e19caf04cef]

        #89933# Cleaned up.

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [18a90112224bc1a729f94f7ff3c946e0a8f26372]

        Merge SRC638: 07.08.01 - 16:44:54

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [0abed3977ff89d9b3860e9fe9cc1f7e33e0c26c3]

        Merge SRC638: 07.08.01 - 16:43:55

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [0a0d22d3dd697b831eeadb7189889b1db27b6cd6]

        Merge SRC638: 07.08.01 - 16:44:19

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [62cae8f0edd748206f9b4c69f9b6d0fbda39fdf9]

        Merge SRC638: 07.08.01 - 16:44:14

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [d3f26a4c15329cfeca177eeab89f523c5d9cf239]

        Merge SRC638: 07.08.01 - 16:42:48

2001-08-07  Kay Ramme  <kr@openoffice.org>  [89681178e85f4e76e92ea4052c9d85bda08c094c]

        shape fixed; map sencondary; destroy in correct order (#79689#)

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [c21177aa552ac243b6a7255c945616e1a4f90593]

        Merge SRC638: 07.08.01 - 16:40:44

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [3fc15ad3c49560c0b0f28717106d54bff130c3d3]

        Merge SRC638: 07.08.01 - 16:41:07

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [0602f34872acb7873f731921665ecfb97efc0e90]

        Merge SRC638: 07.08.01 - 16:39:22

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [a2f4850ac1bc66bc077954a1f81db6091f74af56]

        Merge SRC638: 08/07/01 - 16:39:39

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [2e1b21e5d379713a1d324e265d6e496fcbc7a249]

        Merge SRC638: 07.08.01 - 16:38:15

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [675b0a9311f3a10f2d7a92e4429e300070ade292]

        Merge SRC638: 07.08.01 - 16:38:33

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [983f196f3eaaabbebf7948f7dd395016f4cc7008]

        Merge SRC638: 07.08.01 - 16:37:37

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [bac8d1c1fd10d8909bcc4a707ed693e5410e2c76]

        #87029# use the new template dialog for selecting a template

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [94f6b3a2bf308390ef1bfbdf7365011b279ed276]

        #87029# new ctor / IsFileSelected / GetSelectedFileURL: now able to operate the dialog in a 'no open - select only' mode

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [2dee553be4881cd527db2c800f2cee30a7977f44]

        Merge SRC638: 07.08.01 - 16:35:50

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [d4d7ff5d003ec46fcca1b8d5f4da76be68e4ef3e]

        Merge SRC638: 08/07/01 - 16:36:27

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [c9bdbdfc88e93a9e08ffd864d56b8bccc13ef230]

        #87029# +SvtTemplateWindow::GetSelectedFile

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [650dc6c3462cac973a7694b75a535742b62f73c9]

        Merge SRC638: 07.08.01 - 16:35:27

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [3b09983a1747c70c4331714f73bc5b2eaa999c60]

        Merge SRC638: 07.08.01 - 16:35:33

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [cd9fdc13ad91593a3292ef8279b81b4e4532dae8]

        Merge SRC638: 07.08.01 - 16:34:32

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [8814185e467467151dc5efa7b9fb796cf14d67e0]

        Merge SRC638: 08/07/01 - 16:34:37

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [a43479698676aed3eff694d981bbb5fea20a499b]

        Merge SRC638: 07.08.01 - 16:34:02

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [78502d70ca63287689891aec80ba3844f9fbc6bf]

        #87029# new tor / IsFileSelected / GetSelectedFileURL: now able to operate the dialog in a 'no open - select only' mode

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [e31c409e6dde4517e990ad1247568c5a3ef6b4a4]

        Merge SRC638: 07.08.01 - 16:32:00

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [0297be210a958bb39445ba6779165206577793ab]

        Merge SRC638: 07.08.01 - 16:30:37

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [c8c6fff0d6e7edf8ea6f1873ebce7e0f50ef2339]

        Merge SRC638: 07.08.01 - 16:27:15

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [cd01774f852359f3d448ed79af2252c06f488bef]

        Merge SRC638: 07.08.01 - 16:25:25

2001-08-07  Sven Jacobi  <sj@openoffice.org>  [642baa16cf46efe2e134a409621d84189c26a192]

        #88709# removing unused code, which is now part of sfx2/source/dialog/filedlghelper.cxx

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [259affb1a324a3ca607cab42d66cda59d1eb101a]

        Merge SRC638: 07.08.01 - 16:20:25

2001-08-07  Rüdiger Timm  <rt@openoffice.org>  [6e68cef629c420dd39a64ad01826d22e2d195f97]

        Merge SRC638: 07.08.01 - 16:19:54

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [8f5eb53e15a34c68729d2dacd84dc0873712fb7f]

        Merge SRC638: 07.08.01 - 16:17:30

2001-08-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [041a0c55dce3e17406613750f8203ce40aeae8c5]

        #65293# defines for COMEX=8

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [6ac79711d8c58923aa74d6aa118cb961b97d35c3]

        Merge SRC638: 07.08.01 - 16:17:23

2001-08-07  Sven Jacobi  <sj@openoffice.org>  [dad7ff032b598d53532b70557391c5ff991cbbd9]

        #88709# supporting more than one extension (e.g. jpg,jpeg)

2001-08-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c20a47fc2d8d93490b0adf6a8b7079f1aaf4710e]

        #8991# removed TF_ONE51 and TF_PACKAGES and connected lines

2001-08-07  Vladimir Glazounov  <vg@openoffice.org>  [c335ebb78f87c36a82476e9770f3955392a2e4dd]

        Corrected missing alias handling

2001-08-07  Armin Weiss  <aw@openoffice.org>  [94894f7ddf08abea580f4b7a92c8ee3419cc7e93]

        #90691# in LoadFrom(...) go back to constructing an own SfxMedium. For XML progress evtl. copy progress bar item from local SfxMedium to newly constructed one.

2001-08-07  Nils Fuhrmann  <nf@openoffice.org>  [b0fb96cbbab3ecc7563ccfcdeb98502651eab71c]

        Removed globlac.hrc

2001-08-07  Philipp Lohmann  <pl@openoffice.org>  [33c07907e7b53e6a2170e8a157d06403e6830856]

        #90205# removed old system excahnge interface

2001-08-07  Stephan Bergmann  <sb@openoffice.org>  [d061161053cf848d88e8a08f64d1b6abf3e8e079]

        #86767# Adapted to modified InteractiveAugmentedIOException.

2001-08-07  Thorsten Behrens  <thb@openoffice.org>  [07aa88c472fe237502d240cebdd03c25b55b44a2]

        #88546# Added preview mode for Draw/Impress documents

2001-08-07  Stephan Bergmann  <sb@openoffice.org>  [4f6ec2d420652a1f35ff94c950fdf2c6fdceb090]

        #86767# Adapted to modified TaskManager::endTask().

2001-08-07  Nils Fuhrmann  <nf@openoffice.org>  [6af893ea5c3ab4a4092e245ba2e6978b45a7f3fe]

        Added globlac.hrc

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [614ee911634398e3a871088f269a89a22b928f22]

        Merge SRC638: 07.08.01 - 15:34:34

2001-08-07  Stephan Bergmann  <sb@openoffice.org>  [7522ed8d4282de62dbc1ca45a83187ef33fb8b85]

        #86767# Adapted to modified InteractiveAugmentedIOException; cleaned up.

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [456aafaa729616cb50ee3adaceb14de9c2a3a65a]

        Merge SRC638: 07.08.01 - 15:33:04

2001-08-07  Stephan Bergmann  <sb@openoffice.org>  [ddd18f483a2efa192fbfe93ad59d354c50e036a9]

        #86767# Added ERRCODE_UUI_IO_NOTEXISTS_VOLUME/FOLDER.

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [70ec53b6518c5c1571d00485829f35423b78a7bd]

        Merge SRC638: 07.08.01 - 15:31:43

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [5608f40991616be5aea8197fe446604b40514b1d]

        Merge SRC638: 07.08.01 - 15:30:24

2001-08-07  jp  <jp@openoffice.org>  [ff76174c223b1a77e9eab539ae905666ffeba2c9]

        Bug #90660#: use OColumnTransferable for drag the data

2001-08-07  Oliver Specht  <os@openoffice.org>  [3c53bd2fe40161f8d6faa9664f4fa7e4a9da89f5]

        #90673# enable zooming of the navigator

2001-08-07  Philipp Lohmann  <pl@openoffice.org>  [967680054804f0c7c8a2b662adea53bed3943ae7]

        #90497# String does not check for NULL pointer anymore, corrected a pointer cast

2001-08-07  Tino Rachui  <tra@openoffice.org>  [57fccafc3303dae1633421a1e3283cf65e394ae2]

        #90581#wrong acquire in assignment operator of VolumeDevice _aHandle was acquire instead of newHandle

2001-08-07  Sven Jacobi  <sj@openoffice.org>  [0463f9a136d0bc297a131b25387cf6ac7bb6626f]

        #89862# #90358# matching of document filter to graphic filter

2001-08-07  Sven Jacobi  <sj@openoffice.org>  [3d40077c3f606d9dad908c1780768bf70eecf4ec]

        #89862# importing pcd using the correct resolution

2001-08-07  Sven Jacobi  <sj@openoffice.org>  [6e87a184779ff5865844c78bd0538c20a753ac58]

        #90693# filling listbox after initializing dialog

2001-08-07  th  <th@openoffice.org>  [716afacedaa8411163ecbc6f43c33d67243c6e21]

        #88114#/#77230# - better window styles for frame windows

2001-08-07  th  <th@openoffice.org>  [8d9623fb73ba0bb21234f29134a6864479140561]

        #88114#/#77230# - Better window styles for frame windows

2001-08-07  th  <th@openoffice.org>  [0c2a2e1adc59ecad6386a5eadf4b70bf55c2996b]

        #88114#/#77230# - New Classnames for classes without icon and with CS_SAVEBITS

2001-08-07  th  <th@openoffice.org>  [be6fbce6b9af8a2f0362a9bed03e0aa199a86d8f]

        #88114#/#77230# - mbFixedBorder

2001-08-07  th  <th@openoffice.org>  [07fcdbf1899eadb0a80eee77de2d2d14f39bfe23]

        #77230# - Close() now handled correct

2001-08-07  Carsten Driesner  <cd@openoffice.org>  [513a927eda3d243bcf16c5b120fd99ee00eb44b1]

        #90434# Change of profiling time stamp format

2001-08-07  Oliver Specht  <os@openoffice.org>  [725c0b54865fccf47f9a4eecf48f902c7edb88b4]

        #90530# end-of-para frames are now exported correctly and also mulitple frames in an empty para

2001-08-07  Niklas Nebel  <nn@openoffice.org>  [e22cea1f4dc3edcd3562abaafd9672b49d6a47a4]

        #90487# ScPageHFItem::Create: correct wrong (empty) text objects

2001-08-07  Behrend Cornelius  <bc@openoffice.org>  [23278766e252ea975832a38605d7b830d485b986]

        #88067# resources for newsletter dialog added

2001-08-07  th  <th@openoffice.org>  [17fbca2606e8c7ffd40be75c26198ada8e8f7836]

        #77230# - Close() is now ignored, if the closer couldn't disablet in the system/remote frame

2001-08-07  th  <th@openoffice.org>  [a0e2cc39e2c9d1284ef17180b6ab659a1dd2c540]

        #77230# - Close() works now correct

2001-08-07  Nils Fuhrmann  <nf@openoffice.org>  [2ccd89019903e0929d6a8637382abf4850e0cf6c]

        UTF8 encoding for CJK languages #87134#

2001-08-07  Carsten Driesner  <cd@openoffice.org>  [3bf1731d0dbb0bb371e54c4253df5481119a26b7]

        #81412# error handling during startup changed

2001-08-07  Kai Ahrens  <ka@openoffice.org>  [d55d2d2c3641b76cac4e0a066ab2ca899094dad7]

        #85548#: no missing edges for bitmaps from metafiles

2001-08-07  Andreas Bregas  <ab@openoffice.org>  [ea03cb56b31b53df2588711231b07355d83d91f9]

        #90481# Use GetSOLoad/StoreTextEncoding()

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [c36ef9686c8f1a2ab7f5d01c30d16f5c526ace0e]

        #87254# UnoRadioButtonControl::createPeer: enable AutoToggle on the newly created peer

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [3c16480aad203ba6f37e33c31532e50eb68cf471]

        #87254# ImplCreateWindow: when creating a radio button, disable RadioCheck

2001-08-07  Joachim Lingner  <jl@openoffice.org>  [36c12006b4fab9f957863330c679851099dcdaca]

        #89921# XSystemTransferable is generated now

2001-08-07  Nils Fuhrmann  <nf@openoffice.org>  [054553aeb226230cf447c2b91814b0b6d2de0e43]

        UTF8 encoding for CJK languages #87134#

2001-08-07  Juergen Schmidt  <jsc@openoffice.org>  [9ad37f708c57cd4d30c5f52f8874af3c7e65683a]

        #87796 change SdrawDemo.java -> SDrawDemo.java

2001-08-07  Joachim Lingner  <jl@openoffice.org>  [772fb7b3e482d537482437f5cd898093522d3fb5]

        #89921# The transferable implementation also implements XSystemTransferable now

2001-08-07  Daniel Boelzle  <dbo@openoffice.org>  [74916b2d8a62d3ab3723e1ea42d7c842d5e7c972]

        #90513# event revision

2001-08-07  Caolán McNamara  <cmc@openoffice.org>  [97f9b906e78fc645f6ce9e4b54b580a0fe19c6f0]

        #90440# Starting cp may be set to -1 to signify that start has been passed, so store it seperatey to be able to reset exact position in list of sprms that have been half processed

2001-08-07  Martin Hollmichel  <mh@openoffice.org>  [9d992a8b068fbdbbc9c46562828386fda975f9a6]

        add: depend target

2001-08-07  jp  <jp@openoffice.org>  [319369a74b3ae1e33dda8a7c32bae75d827f0aff]

        #89193: compiler error

2001-08-07  Martin Hollmichel  <mh@openoffice.org>  [d3ece6f259d59966156b203d706460474d00134b]

        add: dmake update command

2001-08-07  Kurt Zenker  <kz@openoffice.org>  [23427dd5d9c5c4b86c49f382afb1310788869bf3]

        new version for SRC638

2001-08-07  Stephan Schäfer  <ssa@openoffice.org>  [8c449836e64b77f22eb45de400db2029d6ea4e52]

        #89867# stop grabbing the focus in button events when running as plugin

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [d5f830cfba45ba8f95f3c0a98729452f321cc9ce]

        #90680# reverted the previous change after talking with the PM .... :(

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [6b0b08f4f7fc6b2333052e2e7214e60fa23f702f]

        #90680# renamed 'Alias' to 'Field Alias'

2001-08-07  Oliver Specht  <os@openoffice.org>  [d563366277244f9a88d44080f857432225122ee3]

        #90616# reset password checkbox after cancel

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [b383b6abe9143f49c15bbdec149b77c53af74f66]

        #90660# +addDataToContainer

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [66c1f00ce816f53e83780383e4b5d1a36e9d81ab]

        #87690# +ACTIVE_CONNECTION

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [b4cd9ffe2588117f62915c3b67bf4f88b7fd1df1]

        #87690# set the connection as ActiveConnection explicitly

2001-08-07  Martin Hollmichel  <mh@openoffice.org>  [7bcf2566288a0d76e051a4ddfea996338f78e3f5]

        chg: use build instead of makefile.rc

2001-08-07  Frank Meies  <fme@openoffice.org>  [1f2b1d308ba3da9d0431f9ea278e1d347124be07]

        Fix #90587#: Assertion Missing Ftn Flag should not consider invalid follow frames

2001-08-07  Frank Schönheit  <fs@openoffice.org>  [f71e23e6e326f261f0eeb137d490373202fde87d]

        #90621# corrected revokeScriptEvent

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [8c4821d1a754ce53b5156b2940fb86797b8a28b0]

        Merge SRC638: 06.08.01 - 22:40:21

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [443e916621ead20b6350343f8e7f5c46bc82f169]

        Merge SRC638: 06.08.01 - 22:39:29

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [bc3fbc55f7c80114257b4ce459583e99f67bec00]

        Merge SRC638: 06.08.01 - 22:34:07

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [c4cd13b2605719272f5104676d4419bd948c44c5]

        Merge SRC638: 06.08.01 - 22:31:59

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [4c7617a4caf693fea0ed15997f0e35f5bb0b233c]

        Merge SRC638: 08/06/01 - 22:31:38

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [5f500cb2e37bbc5c2285be74399bf230ab5816a5]

        Merge SRC638: 06.08.01 - 22:29:09

2001-08-06  jp  <jp@openoffice.org>  [dfe1cb9fb88526ac7d25186f16cc257046e32a9b]

        Bug #90660#: StartDrag use CopyString instead of CopyAnyData

2001-08-06  jp  <jp@openoffice.org>  [67a640b9d81fd05da81976748373f32b696fe5ad]

        Bug #90660#: additional method CopyString with FormatId

2001-08-06  Niklas Nebel  <nn@openoffice.org>  [4f115081250df9ab488bf136a34142aa3185ac31]

        #89395# SetMode: StartTable only if not editing before; EnterHandler: SetUpdateMode(FALSE) before RemoveAdjust

2001-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [6564ff0d0ef1de1f4812b2af5d508014315a1caa]

        fix dependencies

2001-08-06  jp  <jp@openoffice.org>  [e2efe487943e58925e571bff2a059846d7e0e76c]

        Bug #90248#: delimiter of combined characters can be , and ;

2001-08-06  jp  <jp@openoffice.org>  [8c2f123eb2d3402738a5761196512bb77b4a5ad3]

        #90191: compiler error

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [7ad7e581dff5aa4baf57fb21ab1a086c2be2cd87]

        new version for SRC638

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [3f15b22cd706c701a0dfe57fd2b9be1d4212b022]

        new version for SRC638

2001-08-06  Björn Milcke  <bm@openoffice.org>  [76e569f8fbe514469bd7f4f7924e121885289016]

        #89727# By using the new class MultiPropertySetHandler method SchXMLExport::exportPlotArea takes advantage of the support of XMultiPropertySet interface by class ChXDiagram.

2001-08-06  Martin Hollmichel  <mh@openoffice.org>  [63fb8aa17f3bb6611d20a8546a7f343926acdffc]

        flsdkflsd

2001-08-06  Jörg Barfurth  <jb@openoffice.org>  [0d7aad033d5fb62c7f8447ec73f91094cb5cad83]

        #85017#,#81412# Moved common bootstrap code to unotools (utl::Bootstrap)

2001-08-06  Jörg Barfurth  <jb@openoffice.org>  [87d0e5065f94bad8b114120629e260a490f1cc0d]

        #85017# Fixed error message generation: Removed proposing a resolution; Properly display 'bootstrap.ini'

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [f1a415d4f030b1a9a758134aa9b90493af2a727d]

        #90664# TransferFormComponentProperties: properly check for formatted fields

2001-08-06  Christian Lippka  <cl@openoffice.org>  [5c12cd60eade7f46c9c10abae63d0a30692cb3ec]

        #89586# also import image bullets if there is no image

2001-08-06  Christian Lippka  <cl@openoffice.org>  [5ea04a1c47a15b560ff29502183318ac3908146e]

        #89586# create an empty image if someone likes to have image bullets but does not provide one

2001-08-06  jp  <jp@openoffice.org>  [0dd91ec24e044023a41f1465ac172e3cf45bf78c]

        #89193: compiler error

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [50e63bd8570f5e94590228e89d7372e4b9105e65]

        #88300# UpdateUI: don't grab the focus if we didn't have it before ...

2001-08-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee623db09bc2aeb24af280cfca6da189f5f40715]

        removed TF_UCB and TF_FILTER

2001-08-06  Armin Weiss  <aw@openoffice.org>  [e8929ef27d15010e76c31024fb9d4c6ff26afc41]

        #86909# make dialog position of rotation change change the displayed one, too

2001-08-06  Armin Weiss  <aw@openoffice.org>  [78780c37b2e9f861f22d26d7b9b2ca3084c304dd]

        #86909# let dialog changes for rotation point change the visual rotation point

2001-08-06  Jörg Barfurth  <jb@openoffice.org>  [c477881853ebf1d595e2379633fb56fcec3e05ed]

        #90546# 'User'-instances must keep ownership of their INode tree afetr being added

2001-08-06  Niklas Nebel  <nn@openoffice.org>  [c764dbdec4ef10117b890dd46f4ec1691f2162d0]

        #90252# GetDropFormatId: RTF instead of Writer OLE

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [e3a964f496bdf053ce00a52ab60b8e6da179e4fc]

        new version for SRC638

2001-08-06  Thorsten Behrens  <thb@openoffice.org>  [f50947876bac5926232be3c5885ca20d90259c44]

        #65293#

2001-08-06  Oliver Specht  <os@openoffice.org>  [a45d91f15761c9ec3c77cfdcddcfa4b5aa0981d3]

        #86389# ::group() corrected

2001-08-06  Eike Rathke  <er@openoffice.org>  [34e6cf1a563e1229e5cf3b53d3a615b3b87f19b9]

        #90249# moved inline isEqual()/isMatch() to implementation

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [2cffb05a8bd8d8fca9beb1ce42fa70677bde7b98]

        #87690# members/methods for connection sharing (sub-forms now try to re-use the connection of their parent form)

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [5b823aa1e02ecaed5ed36e84b8e615f072414033]

        #87690# members/methods for connection sharing

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [b01f6ee407fb876f2aa4702c5974a6aa223850fc]

        #87690# PROPERTY_USER/PROPERTY_PASSWORD

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [c37c90364a9bb41d528f2b0ed65561c154d1c283]

        #87690# don't set connections on rowsets permanently - instead dispose connections which we created ourself upon switching to a new object

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [4b9b94636874a9768d3d7861cf52fa3efc74419c]

        #87690# PROPERTY_URL/PROPERTY_PASSWORD / removed some unused strings

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [d133e15dd7ab022d3187dfe959b23cd3b3ffc46a]

        #87690# +connectRowset / some other methods needed later on (to make writer link-time independent og dbtools)

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [00a4c5b788bf55df185f48355bfb7e0a44e1cbb9]

        #87690# +connectRowset

2001-08-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [910d865c7a34796a65a01e6115df2028a5816499]

        include vector

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [57bbb0c583ddd000b32c4a3e90332718a2b8b7c0]

        new version for SRC638

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [3341846d48aec23008c0e6cc36e11ee446231f75]

        initial version

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [85b9b1c131cbf9241bd1482b4befd5bae9cbb5d3]

        HID_PROP_IMAGE_ALIGN

2001-08-06  Armin Weiss  <aw@openoffice.org>  [14750d3f2c758edc449ea4b06dc65cb56732b41b]

        #82826# for correct preview of outliner views

2001-08-06  Oliver Specht  <os@openoffice.org>  [15e61831c5e84968e071cffc70fd7e80fb415275]

        #90627# match half/fullwidth corrected

2001-08-06  Philipp Lohmann  <pl@openoffice.org>  [24b167b2b60a86fd85426a0a77331d3f714aca8e]

        #90518# set locale for lpstat

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [e34e34d7006505a52bbe0f677d3b602fa71c4c36]

        new version for SRC638

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [e149857dff8da71307b9353b2420a08620854437]

        initial version

2001-08-06  Christian Lippka  <cl@openoffice.org>  [4eb5cb6d68da9327905907b32e0ed82db95c7c45]

        #90330# fixed false exception declaration

2001-08-06  Joachim Lingner  <jl@openoffice.org>  [5c6a91457f1df89d0a299799e22617f3dc621317]

        #89921#

2001-08-06  Joachim Lingner  <jl@openoffice.org>  [c47c7e2e0251aa53e44a6cfc5f8a0d79d3521222]

        #89921# builds XSystemTransferable now

2001-08-06  Kay Ramme  <kr@openoffice.org>  [2e4b9409301aa26740991a7d86565bab27f4485d]

        clear exception (#9055#9

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [8a8b576fce1f0c9d86d2d1f8a7aa93be4d3e20e4]

        new version for SRC638

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [0d853bc9e07f457f9b80c585178ba68c0185fa2c]

        initial version

2001-08-06  Christian Lippka  <cl@openoffice.org>  [e609da1cc48273fe4001d7d4842c19bc733b5ff8]

        #87392# when languages are changed in pool, also change languages on document

2001-08-06  Kai Ahrens  <ka@openoffice.org>  [0908c4890c9354e5de9f393c84e631962ba71852]

        #88756#: added quick help texts

2001-08-06  Oliver Specht  <os@openoffice.org>  [efafe57545ddc5b012c2ce959ee1844daa9c623c]

        #90623# assertion prevented

2001-08-06  Eike Rathke  <er@openoffice.org>  [50958a3830b82f9ce571c467306bc4f0dc1dd8a1]

        #90612# no GPF on broken OLE objects which don't have an ObjRef

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [3f6c44d94fff5dc67e21df5bd716cc8db4e90f49]

        new version for SRC638

2001-08-06  Ocke Janssen  <oj@openoffice.org>  [26d011cf426f5054163e72c4dc571dc6a2396b86]

        #90563# new helpid for sql mode

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [6588de62fb70386e477487e7cf00ef5e638fe956]

        new version for SRC638

2001-08-06  jp  <jp@openoffice.org>  [3428985f031407b62338a49d69b872ebbc19bb4a]

        Bug #88121#: WriteObject - write ASCII text as UTF8

2001-08-06  jp  <jp@openoffice.org>  [bbd91b6678bd4e5646cb58805638793e6adc47d7]

        Bug #88121#: WriteObject - write ASCII text as UTF8

2001-08-06  jp  <jp@openoffice.org>  [d5d39207f685cbb0668a230187492e699ea1a527]

        Bug #90635#: UpdateFlyFrm - don't set wrong anchor attribute

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [7d77dd72de315b6b4503705673ed682be7f6ba57]

        #87960# moved the listers from the base class herein / call the listers in :disposing()

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [62f9b8c621356f759ac5a935ec0401070f8bd945]

        #87960# moved the listeners to ORowSet - not needed here

2001-08-06  Ocke Janssen  <oj@openoffice.org>  [b2fdfaa0823a88c3e03f8c14f96b24ac83810388]

        #89430# overflow corrected

2001-08-06  Ocke Janssen  <oj@openoffice.org>  [35ffbe48723a8000680179b2f8673658d158df8c]

        #89430# overflow corrected

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [192443423838194ed0b4b17d8fcebff04226627d]

        convertFastPropertyValue: added missing breaks

2001-08-06  Eike Rathke  <er@openoffice.org>  [a26b1a2574289ea125f114a8878615d9870f0819]

        #90249# performance: transliteration isEqual()/isMatch() instead of compareString()==0

2001-08-06  Eike Rathke  <er@openoffice.org>  [70159d40fb286d846bf31688dd467512e41661e7]

        #90249# performance: transliteration isEqual()/isMatch() instead of compareString()==0

2001-08-06  Eike Rathke  <er@openoffice.org>  [dcb891e88e039514ea2dbfce0423af03f9133483]

        #90249# chg: equals() --> isEqual(); add: isMatch()

2001-08-06  Tom Verbeek  <tv@openoffice.org>  [5cfd2f0c5dda81e7800e0358cc991c030be9cad5]

        #90363# modified way of getting docinfo

2001-08-06  Tom Verbeek  <tv@openoffice.org>  [b8053d7403260b189cda9a3699da55856bd3970b]

        #90363# modified BubbleSort

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [5daab4fb14b9b4c7520521483bcedc319242f8af]

        Merge SRC638: 06.08.01 - 10:52:15

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [c5cd168ac9c38f3a488bf82be0beecb42c3ed5d3]

        Merge SRC638: 06.08.01 - 10:50:31

2001-08-06  Tino Rachui  <tra@openoffice.org>  [38c67503cee5e5985fcc99276cc55572c25cd4cc]

        #89507#shadow pattern array now array of WORD and not int

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [8025060b8ea32e5c1e44e43f75a7887e14e94145]

        Merge SRC638: 06.08.01 - 10:44:37

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [7a6a4175454ef661ef1a7110e66a250b07d90d74]

        Merge SRC638: 08/06/01 - 10:45:01

2001-08-06  Rüdiger Timm  <rt@openoffice.org>  [441aade60b7d3bb9ae3ce3ff0eae06bfd69a5163]

        Merge SRC638: 06.08.01 - 10:44:23

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [b2429d34ea6c2200ced93862c32193d667f807e8]

        Merge SRC638: 08/06/01 - 10:43:10

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [e3b9abff5af34b88afed8390f2d33e98554245be]

        Merge SRC638: 06.08.01 - 10:41:22

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [a141b6ec1810f3e2f38d0e037aa68be5ffaf5f93]

        Merge SRC638: 06.08.01 - 10:38:24

2001-08-06  Rüdiger Timm  <rt@openoffice.org>  [a48b1e4445e15520f2b32b64e99dbc0c1817b193]

        Merge SRC638: 06.08.01 - 10:37:43

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [2b183e1232c202a0587262033d61f410eb11e698]

        Merge SRC638: 06.08.01 - 10:37:47

2001-08-06  Tino Rachui  <tra@openoffice.org>  [1d3be2e2b8427ebfb0aa8054cb34a5fd3c152edd]

        #89507#DrawTextW added

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [9514f2c69ad2588611218d9a8274d07aae2c33ff]

        Merge SRC638: 06.08.01 - 10:36:11

2001-08-06  Rüdiger Timm  <rt@openoffice.org>  [02565a077eadcdca4bdd70fe3c66028cfcfb342b]

        Merge SRC638: 06.08.01 - 10:35:59

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [1b0bac03b3739799b803e93aa74a82de89781d33]

        Merge SRC638: 06.08.01 - 10:36:18

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [49ee248ab4f1cbf34c8fbfa1dc052575b6bae464]

        Merge SRC638: 06.08.01 - 10:36:14

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [cd508b150a607c4715920be18275d04f7c102b12]

        Merge SRC638: 06.08.01 - 10:33:53

2001-08-06  Armin Weiss  <aw@openoffice.org>  [a78266b3924c820975998e0a2cf1fda13a5ed65f]

        #90477# added support for GetSOLoadTextEncoding and GetSOStoreTextEncoding

2001-08-06  Armin Weiss  <aw@openoffice.org>  [33ebacd235ddbc13d1c26a618fed2e5ad830c05b]

        #90477# added support for GetSOLoadTextEncoding and GetSOStoreTextEncoding

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [b2fdf9bb6d9f82c01245c6c8c30d1dcd04c6b7a1]

        Merge SRC638: 06.08.01 - 10:32:53

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [a1dc311fb333f15c9cfa621270c2245eed1c504c]

        Merge SRC638: 06.08.01 - 10:30:47

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [1f3afabffb4cbcff8915447759a3138cbfb870d1]

        Merge SRC638: 06.08.01 - 10:30:49

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [0f9b7a8c9275f97b25f5da144acb910906b5a3a4]

        Merge SRC638: 06.08.01 - 10:29:31

2001-08-06  Kurt Zenker  <kz@openoffice.org>  [2da3316cf0a3b2828070ce51d6239d7ac6335621]

        Merge SRC638: 06.08.01 - 10:29:16

2001-08-06  Christian Lippka  <cl@openoffice.org>  [1c67810d2ab1e205fb9e66c60754d14d169bb50a]

        #90330# added rtl logfile information for performance logs

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [5e5910641f4c4d94106f2ff65a98eb4ae79c1d4d]

        #90554# missing break

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [077450022a6194dda15f1f48a21a721f29695e06]

        invalidate ADD_FIELD, SHOW_PROPERTIES and FILTER_NAVIGATOR when switching the design mode

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [5618a358af7ab7059bc8e1a4600d12d8eab9c527]

        #90205# don't include so3/dtrans.hxx anymore

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [2d39ba15f6a50e2ff83c514177f244d7191c71c4]

        #90205# don't include so3/dtrans.hxx anymore

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [2183e699d3e1cf9a42782d4d2b06ff59c917459b]

        #90558# #90529# new help ids

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [131d7bc5431f455e5981ef82798f8359285621bb]

        #90529# help id for the index design menu item

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [ed3cf21baf6d26f048acb7d6de54df9780cd9e19]

        #90529# help ids

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [c25f4116e03c44270c6e2b14b0fc977240b96103]

        #90558# help ids

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [211021285ac95148f8dd1ac72162a5d4cc9ea414]

        #90558# #90529# new help ids

2001-08-06  Ocke Janssen  <oj@openoffice.org>  [3bea21135567a282583c593fb64e0ea024db8845]

        #89430# overflow corrected

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [95f8d9758bc16952ecb3dc7ce4cf6ce42dd09dc0]

        improved the text of an exception message

2001-08-06  Tino Rachui  <tra@openoffice.org>  [ec11ad17f6193970f5e0623eb32a53446ec8c806]

        *** empty log message ***

2001-08-06  Frank Schönheit  <fs@openoffice.org>  [3bacb997db0f636830442bc7ad61ae4269056e41]

        #90560# no OSimpleParseNode if we do not have a OSQLParseNode

2001-08-06  Tino Rachui  <tra@openoffice.org>  [d8bf71bb51b1390ac7c220cdc304d712d0b89753]

        #89507#sending helprequested notification

2001-08-06  Ocke Janssen  <oj@openoffice.org>  [3fa85eb474166f23af3370b1584d0ebec8bbe95a]

        #89430# overflow corrected

2001-08-06  Michael Brauer  <mib@openoffice.org>  [3c95c4a60f249f33bab547d309e8ef769a69e1f1]

        #90090#: Set coorect image URL

2001-08-06  Andreas Schlüns  <as@openoffice.org>  [84bb4befd1b1d14ce173e3288882e59db725ee7d]

        #90478# use method to search best matching encoding

2001-08-05  Christian Lippka  <cl@openoffice.org>  [ca283334947ceb4e4e28e7be9effb1e4c56b99e5]

        #90330# added multi property support

2001-08-05  Christian Lippka  <cl@openoffice.org>  [f03cdf26dfba854ef91e84e40cef5f824fcc3986]

        #90330# added impl struct that gets shared for single text objects

2001-08-05  Christian Lippka  <cl@openoffice.org>  [7b5cd87bcc3856421f378951a71f4f1b0a705a37]

        #90330# added locking for shapes

2001-08-05  Christian Lippka  <cl@openoffice.org>  [a78241b0aefb39cfcd822a3392c22631cc423880]

        #90330# unlocking a model now also reformats all text objects

2001-08-05  Christian Lippka  <cl@openoffice.org>  [5bb3c8dfca86ca76237a7c79a632f8d0550ddd26]

        #90330# added parameter to GetAttribs to return only hard formated attributes

2001-08-03  Bustamam Harun  <bustamam@openoffice.org>  [5af1d4279148003cdded6dd1f8c5208fc34f18ee]

        #88420# XML: com.sun.star.i18n.GNUcollator

2001-08-03  Carsten Driesner  <cd@openoffice.org>  [569e6d8c8649ea8c82d852ac7356b46b19668a94]

        #87722# support new xml configuration for toolboxes,menus,statusbars,accelerators

2001-08-03  Sascha Ballach  <sab@openoffice.org>  [5fdf3b8cf00e141694d66282d232d450d433d6f9]

        #80365#; give the xInfoSet to the meta stream import

2001-08-03  Carsten Driesner  <cd@openoffice.org>  [754aa06a067a9263d24368113b568ccd4806657e]

        #87722# support new xml configuration for toolboxes,menus,statusbars,accelerators

2001-08-03  Daniel Vogelheim  <dvo@openoffice.org>  [0357d983c958b02c37c82c743b503280d6ab495d]

        #90514# changed StarBasic macros: now use location instead of library

2001-08-03  Carsten Driesner  <cd@openoffice.org>  [03679b4891f0f94a494732eb1204efe00ba7c33b]

        #87722# support new xml configuration for toolboxes,menus,statusbars,accelerators

2001-08-03  Carsten Driesner  <cd@openoffice.org>  [05ed69dc4d201ea37e4c0ddefb45bceea243f023]

        #87722# support new xml configuration for toolboxes,menus,statusbars,accelerators

2001-08-03  jp  <jp@openoffice.org>  [dd6712fa5a60a46823fa3f3b5fda0c1308973e52]

        Bug #90576#: LoadFile - the DownLoad call can pop up an error message

2001-08-03  Carsten Driesner  <cd@openoffice.org>  [6a356c9baf36364387b5e84585be3bcfa4b14e96]

        #87722# support new xml configuration for toolboxes,menus,statusbars,accelerators

2001-08-03  Carsten Driesner  <cd@openoffice.org>  [a1fd7d197368bca1bc547c367ca095c667f4bacb]

        #87722# better xml file layout

2001-08-03  Carsten Driesner  <cd@openoffice.org>  [6d1d3ef951d24858f9dcbc6965db1d41ecae2f02]

        #87722# remove context info from toolbox configuration

2001-08-03  Carsten Driesner  <cd@openoffice.org>  [2b60e9e9cbdacdecfde94e40f8c3f0ddcbdbdbe3]

        #87722# we don't support context depended toolboxes

2001-08-03  Vladimir Glazounov  <vg@openoffice.org>  [7611e3cc799dda884886fd0cc511e686d80b88f8]

        testing

2001-08-03  Carsten Driesner  <cd@openoffice.org>  [8d68df45d7bcca711b766bf04ff1fa985629f43a]

        #87722# accelerator.dtd added

2001-08-03  Niklas Nebel  <nn@openoffice.org>  [ac11dacea1452527a774808f2cea5481e183802c]

        #90539# DeactivatePage: visible table as default for output position

2001-08-03  th  <th@openoffice.org>  [8035d60c0e7e3ba4d0e397b814883f28985035d9]

        *** empty log message ***

2001-08-03  th  <th@openoffice.org>  [7a43142ef0148c3b6f08defc09451000109e970f]

        #88232# - Update to new font

2001-08-03  Daniel Vogelheim  <dvo@openoffice.org>  [89e10bdb7eea8c5f261fdf3600cb9d15f978c734]

        #86004# improved timelog messages

2001-08-03  Daniel Vogelheim  <dvo@openoffice.org>  [f013a3086e53f6fc21eed518da9b3a21e398c97b]

        #86004# improved timelog messsages

2001-08-03  Caolán McNamara  <cmc@openoffice.org>  [6b5791b60a5946de3c9134ae311cf596a5b197e0]

        #90250# ruby field can be seperated by ; as well as ,

2001-08-03  Niklas Nebel  <nn@openoffice.org>  [c468df1072a76db3981bafb48e0e16e6b2826b5a]

        #90345# Command: don't call InputChanged for COMMAND_CURSORPOS

2001-08-03  Caolán McNamara  <cmc@openoffice.org>  [df6222857439f93f5335044c7a8135b753f7893d]

        #90098# Drawing objects in headers must be anchored to page as a hackaround for lack of true drawing in header support

2001-08-03  Thomas Benisch  <tbe@openoffice.org>  [4f39664766de86a7ba5483f693c16a296e9c83d1]

        #90171# scriptURL

2001-08-03  Thomas Benisch  <tbe@openoffice.org>  [a12d1c430ffcbbd08e49cd0f34e128e6f5f1aa47]

        #90171# scriptURL

2001-08-03  Thomas Benisch  <tbe@openoffice.org>  [c41e4b69bb122ba44744f1d8be8df06281a36858]

        #90171# scriptURL

2001-08-03  Christian Lippka  <cl@openoffice.org>  [c6fdd482cb06be6df64710b924077f23ab384a44]

        #90330# ReformatAllText is now done when unloking SdrModel

2001-08-03  Stephan Schäfer  <ssa@openoffice.org>  [9a6cd15d955d99ddb707fd9af6e524cd54ffe88b]

        #90418# transmit additional attributes, create and initialize clipboard remotely

2001-08-03  Andreas Bregas  <ab@openoffice.org>  [fb503a90f8162899ffb51c9756fd463fc8ab204a]

        #90342# OFileAccess::openFileReadWrite(): ReplaceExisting must be false

2001-08-03  Juergen Schmidt  <jsc@openoffice.org>  [4028d7e4bdcbf49c65cd2c5f44b6c1998f0672ce]

        #87796# insert two new examples

2001-08-03  Thomas Benisch  <tbe@openoffice.org>  [a5895f81f5e80a96b16911038474674086940391]

        #90171# scriptURL

2001-08-03  Sascha Ballach  <sab@openoffice.org>  [57079ed41374c3b048ab6dd8ec2cd732a724941f]

        #90510#; use the new standard to export and import macros

2001-08-03  Sascha Ballach  <sab@openoffice.org>  [eedc83b9e2869a522ade03777d883ec1901d2486]

        #90549#; remember the IsVisible property and don't ask again for this

2001-08-03  Kai Ahrens  <ka@openoffice.org>  [baa652db16e1a6a0f9376a25350d1e9ae588e551]

        #86473#: added Netscape bookmarks

2001-08-03  Nils Fuhrmann  <nf@openoffice.org>  [537c09ab4a2f7284ba7813e697bd57732c42cbd3]

        Added transex libs

2001-08-03  Nils Fuhrmann  <nf@openoffice.org>  [aadf05dac33f83bfcba35873b4f2dacd64e8bab0]

        Test

2001-08-03  Kai Ahrens  <ka@openoffice.org>  [2e60c5f5c35e3a779e2785b6b3ebefbb29e50813]

        #90328#: better handling of fullscreen presentation

2001-08-03  Sven Jacobi  <sj@openoffice.org>  [c09a40e8f72f0ccc3f5bc2790abfb5ba5de7e426]

        #90561# fixed text anchor settings

2001-08-03  Oliver Specht  <os@openoffice.org>  [39ea75216169a3066f18c37bb6d418f59f85db93]

        #90496# zero is a valid number format

2001-08-03  Sascha Ballach  <sab@openoffice.org>  [a90afb1aeaba54bc0afa924faf9b13e795b890ab]

        #90510#; make the access of the event export and import possible for the calc

2001-08-03  Oliver Specht  <os@openoffice.org>  [720486e15134028c9955d6b784a3758e3c42db6d]

        #90537# data source icon available in tools toolbox

2001-08-03  Oliver Specht  <os@openoffice.org>  [95c2db50cab6b1e8e835052497fcf685f39e808d]

        #90535# presentation of font attributes improved

2001-08-03  Oliver Specht  <os@openoffice.org>  [7c6821da1c58e70c5ff8b577abfb6d566d7f68ee]

        #90287# status method form letter improved

2001-08-03  Martin Hollmichel  <mh@openoffice.org>  [99e4a777cfc5fc650019f454c2e35873f2b57de2]

        chg: test

2001-08-03  Malte Timmermann  <mt@openoffice.org>  [3f398397b1737343cd1ea3b449b0288a68c31552]

        #89855# I18nHelper

2001-08-03  Ocke Janssen  <oj@openoffice.org>  [6b82f22117e49c3628abcbd5d42e245824873848]

        #90553# forget to clear the object after use

2001-08-03  Sven Jacobi  <sj@openoffice.org>  [6c466b1a8f967975f560c4414bb4717ca82fc924]

        #89862# added method to get the filter type name

2001-08-03  Oliver Specht  <os@openoffice.org>  [95fccf1c8c7ac9d5329bd88368b78d4eeacd1d01]

        #90535# presentation of font attributes improved

2001-08-03  Tino Rachui  <tra@openoffice.org>  [f9ec55b4eab93a9d365ef40c4b561cd9cd66756f]

        #89507#helppopupwindow added

2001-08-03  Oliver Specht  <os@openoffice.org>  [f533f2285f63bec441b19adc97164ef38e8e2965]

        #90525# drag'n drop of data base tables impl.

2001-08-03  Tino Rachui  <tra@openoffice.org>  [6b87984bd37c645a100dc4f18d0955aaf0ebf301]

        #89507#using help popup window to show help

2001-08-03  Tom Verbeek  <tv@openoffice.org>  [c2330e7088389d10c7d510832c493a2dc725e256]

        #87217# fixed from name of service

2001-08-03  Oliver Specht  <os@openoffice.org>  [4a19d9c5737085c0ce0b92393d705f60df307356]

        #90525# drag'n drop of data base tables impl.

2001-08-03  Tino Rachui  <tra@openoffice.org>  [d203744764e09cf162375173dbb5802ac404f8cb]

        #89507# setting a valid instance handle in ctor so that creating help popup window succeeds

2001-08-03  Thomas Lange  <tl@openoffice.org>  [43fd81e2daab7b35ca4f784d72ffb01679e7863f]

        #89759# final changes in StarSymbol font applied

2001-08-03  Malte Timmermann  <mt@openoffice.org>  [fde3aeed122f3d0ecf559c4af1b6d23a97628459]

        #89855# I18nHelper

2001-08-03  Tino Rachui  <tra@openoffice.org>  [499fbd890f962ea9cac0929fb21684d483ebf359]

        #89507#inital check-in

2001-08-03  Eike Rathke  <er@openoffice.org>  [411b3e3ecbe09da50d96d5dff2a4675771137342]

        #90249# add: equals( const String&, const String& )

2001-08-03  Daniel Rentz  <dr@openoffice.org>  [bc33f01345c38fb1ea8ca28f698ecfe190dffcac]

        #90577# speed up ScDocument::InsertTableOp()

2001-08-03  Martin Hollmichel  <mh@openoffice.org>  [5a0e0ebeb838f35ac40999c028d2483afc7b9946]

        add: test for cvs access with SourceCast

2001-08-02  Kurt Zenker  <kz@openoffice.org>  [6c1e452aa97a4e66395a447c03206538267bba31]

        Merge SRC638: 02.08.01 - 22:11:24

2001-08-02  Kurt Zenker  <kz@openoffice.org>  [faf71f599d6277fd29a16312fcfd85007700939c]

        Merge SRC638: 02.08.01 - 22:09:34

2001-08-02  Kurt Zenker  <kz@openoffice.org>  [ede7b747772b10bd1b59c21d91da2f6184b9cfbe]

        Merge SRC638: 02.08.01 - 22:09:01

2001-08-02  Kurt Zenker  <kz@openoffice.org>  [82d7373cff2375c8853b9d06bc7551c524c064a0]

        Merge SRC638: 02.08.01 - 22:08:44

2001-08-02  Daniel Vogelheim  <dvo@openoffice.org>  [f8cbc555cff3e25568263961b92572d0d162f1a8]

        #90509# - added methods for single event import and export to Event im-/export - use these for the macro field

2001-08-02  Daniel Vogelheim  <dvo@openoffice.org>  [1c800ef62812fccbe5796274aab2f871e0d451fa]

        #90509# changed MacroField to accept parameters for MacroName and MacroLibrary

2001-08-02  Niklas Nebel  <nn@openoffice.org>  [4fde120b028633cb0c2e6d24178b060d46440774]

        #83616# recalculate scale after detective operations

2001-08-02  Niklas Nebel  <nn@openoffice.org>  [b13b6ece7a4abbd3d1fdbbb838545521f1709a64]

        #83616# with detective objects, adjust scale to minimize rounding errors

2001-08-02  Niklas Nebel  <nn@openoffice.org>  [42445b930f193033bd265026145f445a0ad9cf1c]

        #83616# GetCommonWidth, HasDetectiveObjects

2001-08-02  Herbert Duerr  <hdu@openoffice.org>  [1c99ddb0fee6bdda2d6a9eda65af3f0e5fb8f576]

        #81967# enable embedded bitmap rotation

2001-08-02  Tom Verbeek  <tv@openoffice.org>  [705289e628edd17947cba2629807e4b809a24f8e]

        #90363# typo :-(

2001-08-02  Tom Verbeek  <tv@openoffice.org>  [45675069767490469f80112cf7907158b18c3c19]

        #90532# fixed change to new file format with the templates

2001-08-02  Stephan Bergmann  <sb@openoffice.org>  [a292cf936ee6aa15928cdf2f5f944db65212f959]

        #90269# Added ftpproxy.

2001-08-02  Thomas Lange  <tl@openoffice.org>  [b87f0421519cd059a4208a09d540b0317a1df634]

        #90029# french 50 <-> 60 symbol name conversion

2001-08-02  Thomas Lange  <tl@openoffice.org>  [3f477bf4b59c3171cc7fa3e70f60b53f5f931415]

        #90029# french 50 and 60 symbol names add for import/export purposes

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [0d78c0ad46b90299707f8405a200e247d3245a26]

        #90525# slightly changed the signature of the ODataClipboard

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [a714952651fe7aa4bd8bd0e23b4be48f573ab2e4]

        #90525# oursourced the non-HTML and non-RTF stuff in a base classs in SVX

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [6e4a21ff22345a24e4d530725814c436a1bdd49a]

        #90525# +ODataAccessObjectTransferable

2001-08-02  Kevin Hendricks  <khendricks@openoffice.org>  [5897a7044b67dfcbc5f1d2988c1be127dc59f739]

        make change requested by armin to temp disable spellchecking on win32
        
        kevin

2001-08-02  Daniel Boelzle  <dbo@openoffice.org>  [b764246c68bab4df643ccc28bcfae9a80383de24]

        #87190# avoid compiler warnings: pData (formal function parameter) <=> _uno_Any::pData

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [e184f5aeb8aa168acc94269fa07ca630ca8c1326]

        corrected getUniqueSetElementName

2001-08-02  Eike Rathke  <er@openoffice.org>  [f5ced5c57514fadd85e29a096bf906427e9c809c]

        #90412# performance: more locale dependent stuff loaded on demand and some cached items

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [2c217ae62ebef87704dd595328f414987d408fd8]

        corrected getUniqueSetElementName

2001-08-02  Eike Rathke  <er@openoffice.org>  [519a20fa2537054eb49073c2f4046d3f372aa456]

        #90412# performance: moved English formatter from each document to one global

2001-08-02  Ocke Janssen  <oj@openoffice.org>  [aa8d8fd636ee38da67644de1a81a505ab5de3c3c]

        #89430# fixed float and double problems with adabas

2001-08-02  Ocke Janssen  <oj@openoffice.org>  [1b79af16250570c4f29d985a2bd6773f6eed9e73]

        #90386# set user/pwd and other to zero

2001-08-02  Rüdiger Timm  <rt@openoffice.org>  [19f92141523bc9bf7a33f1ca9a899d0f90fd272d]

        #87576# jlibs should not be needed

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [32fd12d2679fc2d650fe738be4b7cc3a1aab89e7]

        #90538# getObjectEntry(DataAccessDescriptor): correct ordering of parameters / implSelect: when selecting a command, unmark the explorer entry of the previous selection

2001-08-02  Andreas Schlüns  <as@openoffice.org>  [92acdb92a421866f7c71b290c683cdea7b079f94]

        #89214#, #88164# support for slot dispatches on desktop

2001-08-02  Rüdiger Timm  <rt@openoffice.org>  [af993ceb4ef12779c1599ad6d1b958aaf1d08a35]

        #87576# there is no module dbtools any more

2001-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba7a469f2174a69eea2ef7587e39a056fc0736de]

        push_default_action(): deliver build.lst

2001-08-02  Kai Ahrens  <ka@openoffice.org>  [93acb929ea28870e704f7ca2f3877670adcecfae]

        #87984#: changed effect names

2001-08-02  Martin Gallwey  <mtg@openoffice.org>  [4d650ad817df05d3fcdc4431accd4c6a37ff2aaf]

        #87722# correctly handle raw streams

2001-08-02  Juergen Schmidt  <jsc@openoffice.org>  [afed827a0ba37cb9e9560e19e2e52f4fa6cbc212]

        #87190# remove UNORUNTIMEDATA in generated classes

2001-08-02  Daniel Vogelheim  <dvo@openoffice.org>  [ad7cc835cfd6e24e7907473d1c9121e2d170ef67]

        #90463# fixed GPF if the importer lives longer than the document

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [368afff9a07e5061907df009bcffd1cfdb5086f7]

        #90492# corrected german text for SALUTATION

2001-08-02  Joachim Lingner  <jl@openoffice.org>  [608ee770df84560fe7d95abec594c3c2ad7c6bb5]

        #89052# OleApplicationRegistration is now instantiated from within Desktop::OpenClients_Impl

2001-08-02  Oliver Specht  <os@openoffice.org>  [ab09be0774b6e2f36b481c0b9510aadc28bb094d]

        #90398# focus initially at the first dialog control

2001-08-02  Joachim Lingner  <jl@openoffice.org>  [080f28c8a7b3cf614a317ec5fe632e02bdc7ab95]

        #89052# OleApplicationRegistration is now called from within Desktop::OpenClients_Impl

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [086d00ad4d4bce674113b76b6ec576dcf26a508b]

        #90494# Update: don't forget the result of calcConnection

2001-08-02  Juergen Schmidt  <jsc@openoffice.org>  [c11dd8c97a5d7a58cb3edfd58fce2ea715cd4832]

        #87190# remove file existence check, by order of KR

2001-08-02  Andreas Bregas  <ab@openoffice.org>  [03d30f77c7c62570f056335fb6ac6078fd3259fb]

        #89865# Use new library container to insert modules

2001-08-02  Malte Timmermann  <mt@openoffice.org>  [57d74c0b0d60ef688d0b2235a3f02ab712369de8]

        #90520# This changes where not needed...

2001-08-02  Armin Weiss  <aw@openoffice.org>  [1752c723a948d713783d2b93f7cbf187da884b68]

        #86116# avoiding spaces between draw objects in certain cases

2001-08-02  Malte Timmermann  <mt@openoffice.org>  [54f20d548c741a1d2c9a87c6ed8a141b145c28ed]

        #90520# Height from Tab portions

2001-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4231007999a0aa229dadffd5086acdd381e486b6]

        added -zip switch

2001-08-02  Ocke Janssen  <oj@openoffice.org>  [afdbf0b50f8b40e4774f0b139b3c882264f3cfe3]

        #89430# fixed float and double problems with adabas

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [ae14c504ad04098989d80c8e344a974e5f553672]

        #88530# layout changes

2001-08-02  Ocke Janssen  <oj@openoffice.org>  [f3c1965a40880ebded8a180ffd8da1c9150c49a1]

        #89430# fixed float and double problems with adabas

2001-08-02  Thorsten Behrens  <thb@openoffice.org>  [baf1537ef455bb349d603e30710ae4cdf33e74dd]

        #87913# removed reference to Edit::Write

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [a7f82e137c17a1c9d18ae5d5142023f225567d14]

        #88530# +wizardheader

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [65db0e0a631769bc523d33d7e69f51eb9cc1cc6a]

        #88530# added functionality for adding a WizardHeader (upon request of the derived class)

2001-08-02  Oliver Specht  <os@openoffice.org>  [d345a36a548a64b75e76acfe64b8a2729e47dfda]

        #90313# insert bookmark: content cannot be created with an invalid URL

2001-08-02  Jörg Barfurth  <jb@openoffice.org>  [af1427069452204ad95e2513da18c994775dd29c]

        #81412# Unified bootstrap support for application and configuration

2001-08-02  avy  <avy@openoffice.org>  [7f89d895d70d23c3789fc2964a14b9498e71455b]

        initial version

2001-08-02  Christian Lippka  <cl@openoffice.org>  [df8ff5289ea3f359ed4bd409ecacc53f04408ddd]

        #87955# added component description for chart

2001-08-02  avy  <avy@openoffice.org>  [eb8e994cbd11ef9ccc97d6e541d375cce9ec4341]

        initial version

2001-08-02  Sascha Ballach  <sab@openoffice.org>  [1594eac13ee650338e0625fc58e4b95fd421a0ca]

        #90502#; move the DetectiveObjContainer from ScXMLExport to the Shared Data

2001-08-02  Malte Timmermann  <mt@openoffice.org>  [23cc7c6413ff4f216a274c81fed1caff8646b4ac]

        #90477# SetSOStore/LoadCharSet

2001-08-02  Oliver Specht  <os@openoffice.org>  [e03710b6e2cdd94aa8a1dcdcbf28cd6dad5e2fc0]

        #90266# form letter to mail works, again

2001-08-02  Andreas Bregas  <ab@openoffice.org>  [6f212e809add5df5d4c2fa017d26eb47343b366d]

        #89865# GetBasicContainer/GetDialogContainer(): Initialise BasicManager if necessary

2001-08-02  Ocke Janssen  <oj@openoffice.org>  [5b94c5410bf4700eb1bdd32bfa05e6af66c018cc]

        #90482# check for error code if stream

2001-08-02  Ocke Janssen  <oj@openoffice.org>  [13cbe8cc270b0c9566b7c94fddb23ee10ad115a2]

        #90482# wrap SQLExceptions in get methods

2001-08-02  Ocke Janssen  <oj@openoffice.org>  [4bcd406ca903eb2acd40133f18a99ee429a1ec48]

        #90482# check for wrappedExceptions

2001-08-02  Ocke Janssen  <oj@openoffice.org>  [42db69c9171b014138fb7438d5eb61a0e4bb8e38]

        #90499# check masterViews

2001-08-02  Kurt Zenker  <kz@openoffice.org>  [44c67c3a9c0eb3f79473abac5c89950f2deff51c]

        Merge SRC638: 02.08.01 - 09:28:43

2001-08-02  Frank Schönheit  <fs@openoffice.org>  [7a20af3dbcfa3971adb83f5228c18ada690d1d06]

        changed dialog title from 'StarBase' to ' Base'

2001-08-01  th  <th@openoffice.org>  [0c4cd013260dcb1f6fb3b5d2f8a3e8d7a2f6a73f]

        #89855# - No Trailing zeros in FontSizeBox

2001-08-01  Christof Pintaske  <cp@openoffice.org>  [08022a94db3d27ff8821091520be6c6557495886]

        #90501# correct order of listentries

2001-08-01  Caolán McNamara  <cmc@openoffice.org>  [d07a7e2b4aec137c261d63b96e47a31f4a09a3e3]

        #89193# Alternative font support for WW

2001-08-01  Thorsten Behrens  <thb@openoffice.org>  [00c0af05d2d2210835e3bc5ac64bb927dfac7b3e]

        Added documentation, made some return types consistent (compatible)

2001-08-01  Armin Weiss  <aw@openoffice.org>  [9034a6f68ae3cdadf79b1f88775a50006f981bd9]

        #90495# SfxMedium was deleted too early for binary import

2001-08-01  Daniel Vogelheim  <dvo@openoffice.org>  [8cb01097956c93aa3ab6c2db5c41af0cfa7b4233]

        #90019# locale import works for non-"none" locales again

2001-08-01  Armin Weiss  <aw@openoffice.org>  [11e81ed1d04729dc2bb4d7c7edf635627be76436]

        #89459# set MinTextSize() when starting to edit a vertical text

2001-08-01  Christian Lippka  <cl@openoffice.org>  [d8d3e5b4fc9c7b17548f24d301b6a9ff60361299]

        #85861# fixed numrule compare

2001-08-01  Thorsten Behrens  <thb@openoffice.org>  [c1a7f5937012379bfd01ac1b78eed18b37db6d35]

        #90336# sanitised mpGraphicFilter access

2001-08-01  Christian Lippka  <cl@openoffice.org>  [cd07636c04132d8474d96466f45d12afcf9cbe60]

        #87955# added component description for impress and draw components

2001-08-01  Martin Hollmichel  <mh@openoffice.org>  [715bb1526553ea532ffec2ce248a7585920aed31]

        chg: header

2001-08-01  Ocke Janssen  <oj@openoffice.org>  [59a999bb277fb184180dea46c71474c40cee0cb1]

        #90451# use of OTools here

2001-08-01  Martin Hollmichel  <mh@openoffice.org>  [5aac4cebdda523e56d696d7f62ac3a4493c84de6]

        add: sablot dependency

2001-08-01  Michael Brauer  <mib@openoffice.org>  [a41cee6b812001e0e7686636a50937a71b657985]

        #90471#: GetSOLoad/StoreTextEncoding

2001-08-01  Malte Timmermann  <mt@openoffice.org>  [558fca5620fc8b38ff04e99428c26863614fc532]

        #89894# Width of DD-Box with nDDLineCount < nEntryCount...

2001-08-01  Michael Brauer  <mib@openoffice.org>  [14a94541b37d0ca094e54afbea61ee8fd2e3e2ff]

        #90471#: GetSOLoad/StoreTextEncoding

2001-08-01  Michael Brauer  <mib@openoffice.org>  [1d89f1a5185f7c93745ac4f65b49f7b5720b9829]

        #90471#: GetSOLoad/StoreTextEncoding

2001-08-01  Caolán McNamara  <cmc@openoffice.org>  [22c3628af9022a61fafbea83b145434ddd27d691]

        #80365# Progress Bar implementation

2001-08-01  Caolán McNamara  <cmc@openoffice.org>  [5a1fe542a3678d4d9ac87debd95a2dcd7aff9523]

        #80365# Progress Bar text

2001-08-01  Christian Lippka  <cl@openoffice.org>  [6420cfc42361ea9e1975a3b815b0f24cfee4c284]

        #90464# convert twips for font height when in writer and calc foot notes

2001-08-01  Kurt Zenker  <kz@openoffice.org>  [03538b462ee121f0df55b431d34875c768c734a9]

        new version for SRC638

2001-08-01  Daniel Rentz  <dr@openoffice.org>  [b4fe7fc9014d676fce42f83b2375a49ba301a096]

        #90474# export table op

2001-08-01  Sascha Ballach  <sab@openoffice.org>  [ec99ac18b1e7bd8d17a5aac70955e1fd5cc36e15]

        #90465#; ask for the which id with the slot

2001-08-01  Thorsten Behrens  <thb@openoffice.org>  [5543f68ef29be1994760b3f732b843a9a1f52a94]

        #90131# removed ENABLEUNICODE

2001-08-01  Malte Timmermann  <mt@openoffice.org>  [4d43bd12a70c00a57b2297f4a38e49116cf6d0e0]

        #86194# SPELLCMD_ADDTODICTIONARY

2001-08-01  Malte Timmermann  <mt@openoffice.org>  [8d05e42bb7e231919c285e385a3b61a8c60948b9]

        #86194# add dictionary word => call allBack...

2001-08-01  Thorsten Behrens  <thb@openoffice.org>  [5b0f60fd951e571eb289853bbfcc81a5f3c7565b]

        #90131# removed ENABLEUNICODE

2001-08-01  Ocke Janssen  <oj@openoffice.org>  [3f0f3dbbfc951666cabf1895da1a8f2403b90d37]

        #90451# use of OTools here

2001-08-01  Nils Fuhrmann  <nf@openoffice.org>  [019904078b9be040aa1ad7ef376f96e0847a0e2a]

        Fixes for merge #87134#

2001-08-01  Malte Timmermann  <mt@openoffice.org>  [1444e9a50f1fdd6f0a598fce5e127bd04135edcf]

        #86194# add dictionary word => restart spell check

2001-08-01  Kurt Zenker  <kz@openoffice.org>  [ebcd2db1799c7f6e1a2bc97f1d6011c4223fc357]

        new version for SRC638

2001-08-01  Martin Gallwey  <mtg@openoffice.org>  [0427ed5738514874a8842cec0cf95658c58fd80f]

        #89482# fix for solaris

2001-08-01  Martin Gallwey  <mtg@openoffice.org>  [5a58d5ffff42ec474759e696c09e26b48e5099d1]

        #89482# fix for solaris...CVS munged the case

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [d1fc8c8651dbc9f7efe83f2dd92692ad6327b6f5]

        #88530# res id range for Address Book Auto Pilot

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [dc1a92c0da1f73bd98530733fa8e2003e433a1ef]

        better formulation for TABLE_IS_FILTERED

2001-08-01  Oliver Specht  <os@openoffice.org>  [b1b80fed6ef3ea375044add6951f9c72d1e79688]

        #90098# ::getAnchor: return anchor for page-anchored objects if content position is available

2001-08-01  Oliver Specht  <os@openoffice.org>  [c3203c6443f16706f3524d95efbc3cf0ae24c909]

        #84560# syntax errors corrected

2001-08-01  Martin Gallwey  <mtg@openoffice.org>  [4bf27ca5510aa0b5d650c858cf2335e78f84b10b]

        #89482# added XTempfile

2001-08-01  Ocke Janssen  <oj@openoffice.org>  [f75f1a51086fc6904c606496cd1543c9788dca20]

        #90462# use of MODULE_NAME corrected

2001-08-01  Martin Gallwey  <mtg@openoffice.org>  [c84e0aa3a45e335b816bce13dbfd271f36049f6d]

        #89482# initial import

2001-08-01  Kai Ahrens  <ka@openoffice.org>  [63845c1a05176d946f18a0a00644049972a0e2f2]

        #89893#: added strings for transparent graphics

2001-08-01  Sascha Ballach  <sab@openoffice.org>  [ccb324569699377f211ae2af43491d7dd29d0f76]

        #87576#; add SVX_LIGHT for GetClassName_Impl

2001-08-01  Philipp Lohmann  <pl@openoffice.org>  [0707deb3613aa3d07c2644c723a6c14ef31f0849]

        #90469# persistence for more font members

2001-08-01  Nils Fuhrmann  <nf@openoffice.org>  [379d3a09fdd64e57710aac1fb01177097eebb67b]

        Fixes for merge #87134#

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [eef1152be50057b60c7751bb7dacccf204cd83ee]

        #88530# code for extra initialization if the office is started the first time

2001-08-01  Lars Langhans  <lla@openoffice.org>  [75523060b764ef1ce1cadc2648c4a7023d66cc13]

        #90434# some logging code implemented.

2001-08-01  Sascha Ballach  <sab@openoffice.org>  [6106b9953f807f5014800b1247daafbf890cc1a0]

        #90389#; only set the new attributes and not all attributes

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [78c766b5a66e09f810898c188df91627e17935f2]

        #88530# code for extra initialization if the office is started the first time

2001-08-01  Sascha Ballach  <sab@openoffice.org>  [64492cd7859eb90172b2dfbffcf1300e7f3ae2d3]

        #86214#; ask whether drawpage is contained in the shared data

2001-08-01  Kai Ahrens  <ka@openoffice.org>  [6f66f1e8f7052aebb91137c6f44f7faf8d8cb365]

        #89893#: added strings for transparent graphics

2001-08-01  Ocke Janssen  <oj@openoffice.org>  [7ebdc5eaa5399bbc289be37dcc3f882b9ce6e223]

        #90451# use of OTools here

2001-08-01  Ocke Janssen  <oj@openoffice.org>  [c04126cc8d1eb62566c4945005281228ed1bc765]

        #90451# call getInfo from OTools

2001-08-01  Martin Gallwey  <mtg@openoffice.org>  [286f91819b4812cf0fa1f589d98f53fccf03adef]

        #90187# Generate CppuType correctly

2001-08-01  Armin Weiss  <aw@openoffice.org>  [07f3fa8473a3530257a6843a6e099e5fa9cd85cc]

        #88546# implement flags for progress bar manipulation

2001-08-01  Malte Timmermann  <mt@openoffice.org>  [b0525ea5c6307bf535cbb5609ee394922a7fbdb9]

        #85202# TextPasted: Don't restore old depth from first para

2001-08-01  Nils Fuhrmann  <nf@openoffice.org>  [8c3eff130bd6dfc650fe5c3a186a680ac68ade68]

        Fixes for merge #87134#

2001-08-01  Nils Fuhrmann  <nf@openoffice.org>  [8d4cfffbab4029fc75828e13c445df1a6aed4fe8]

        Fixes for merge #87134#

2001-08-01  Daniel Boelzle  <dbo@openoffice.org>  [3bd4b5dc28ad75d937a054a4828ee6497dcfb4c3]

        #90246# bndchk support

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [fee8566ff6409ca7f28d160a00588f90c0a35b58]

        #88530# added source/abpilot

2001-08-01  Andreas Schlüns  <as@openoffice.org>  [0a48a0951740657db8b6e276c3f4d9912b171ee7]

        #90439# add impl name of quick launcher

2001-08-01  Andreas Schlüns  <as@openoffice.org>  [fd4f6a596d061bd8371134f73ce16ee56588ea86]

        #90439# special handling for quick launch terminate

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [12cae30cd1285dd15238a0519abfa5ba1d921c20]

        initial checkin - address book auto pilot

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [c2b9397dd69e6f19cd045373dc7e44e4d85868e7]

        initial checkin - address book auto pilot - settings for the pilot

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [9cf7b4c93c6871a1e1e986a2c51bb478863e1432]

        initial checkin - address book auto pilot - exception enabled code for dealing with invoking the admin dialog

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [f53a0891b83b24a31e6cf47d45628ed7a0119522]

        initial checkin - address book auto pilot - uno wrapper for the pilot

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [127ce72294b02e268df0aa60e778f591ba869cf5]

        initial checkin - address book auto pilot - exception enabled code for dealing with the field mapping / configuration access

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [a7380a87eee336c51d5032aa1a6c35ecf7d52754]

        initial checkin - address book auto pilot - exception enabled code for dealing with data sources

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [33e2a890c8546f25fce0dcfba002b9d77e208146]

        initial checkin - address book auto pilot - commonly used types

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [db94797a64a495b7e558f3a42f7b361425704fd8]

        initial checkin - address book auto pilot - services

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [78f3276f826755c245ad897744d0dc38160ce4bb]

        initial checkin - address book auto pilot - res ids

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [a0ab89b8e1b0d72cd28fca18bdffbab440efe0d3]

        initial checkin - address book auto pilot - base for pages for the pilot

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [0986bb059aab6d7f14b5af78ae9fd3058fa443fc]

        initial checkin - address book auto pilot - the dialog itself

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [d053407af70b23623b6f65feca1c55e5f75702a4]

        initial checkin - address book auto pilot - final page

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [3e415e4ab919ba0e9bd8077f9e7cd69e6239b729]

        initial checkin - address book auto pilot - page for invoking the field mapping

2001-08-01  Martin Hollmichel  <mh@openoffice.org>  [1c5b7774681e5ac92128abe286aa2b9cd976b8bd]

        chg: german text

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [86272e353518707773bb9ac2bfc411ea3ed4522d]

        initial checkin - address book auto pilot - page for selecting the address table

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [1249aee384e382060010b70853b38ec65e7b8ebe]

        initial checkin - address book auto pilot - page for invoking the data source admin dialog

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [58cd7d3abc2df36c3a908f863e969d090496e16c]

        initial checkin - address book auto pilot - type selection page

2001-08-01  jp  <jp@openoffice.org>  [a45f1fa8293bad53a6edca35cde8438f7cd53a65]

        Bug #89193#: write alternative font names

2001-08-01  Andreas Bregas  <ab@openoffice.org>  [98bcb990220b6f622d6efab214b39e48fac00b0c]

        #88347# Store components in vector to dispose them after Basic execution

2001-08-01  jp  <jp@openoffice.org>  [b80751ba88ca6e8499712b6af58e97de78443873]

        Bug #89193#: read alternative font names

2001-08-01  Frank Meies  <fme@openoffice.org>  [12a7d095cb1f567b2d4159f3b71d3d7c931e018a]

        Fix #90447#: Flys anchored as character behind number portions caused loop if they do not fit to line

2001-08-01  Kurt Zenker  <kz@openoffice.org>  [19a851d1ffd9b78ccced2bda04db66b4fd1aa899]

        new version for SRC638

2001-08-01  Oliver Specht  <os@openoffice.org>  [b785c324a290cdf62f1cbe3274523f1222b457a4]

        #90191# double configurated entries corrected

2001-08-01  Sascha Ballach  <sab@openoffice.org>  [796324d69ed6abb9d7d1ac521810cdc1b5ee3a7e]

        #86214#; ask whether drawpage is contained in the shared data

2001-08-01  Malte Timmermann  <mt@openoffice.org>  [4b9605844dd33ea6183c92f65553d12101c88cf4]

        #84013# ImplGetNumBulletItem( nPara ), return default when OutlineView level 0

2001-08-01  Frank Meies  <fme@openoffice.org>  [6c826a6ebe97b09424e904c0587ef0edd03b5471]

        Fix #90460#: GPF with paragraph attribute AutoKerning

2001-08-01  jp  <jp@openoffice.org>  [61778c7ca6d38ffe52a41ca9e91625ca7580a1fb]

        Bug #90411#: call DragFinished before showing the textcursor

2001-08-01  Daniel Boelzle  <dbo@openoffice.org>  [35234ca960e906ad5e26770aa787c2294a2d5dae]

        #90246# favor pure insertion instead of indexing operator

2001-08-01  jp  <jp@openoffice.org>  [a4c1669bd665ea294438841882651cfd4886f850]

        Bug #90411#: DragFinished calls also the DropCleanUp for showing the correct TextCursor

2001-08-01  Daniel Boelzle  <dbo@openoffice.org>  [5c1713ba14671eb25635bafe3b73fafab01e74b9]

        #90175##90246# msvcrt RaiseException() calls dtors of same function twice

2001-08-01  Daniel Vogelheim  <dvo@openoffice.org>  [3a317f0d9d4446f4852b9df474d44220ef306754]

        #90457# fixed font name import for non-Writer apps in CONV_STAR_FONTS is used

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [cc5b83ca24d133f9ad12b585d5f049011cf673c4]

        onFinish: check the result before doing anything

2001-08-01  Kurt Zenker  <kz@openoffice.org>  [296efeb5ca64477ae3b81886a92ce518e19c6fdb]

        new version for SRC638

2001-08-01  Thomas Benisch  <tbe@openoffice.org>  [fc66747ff2d30f24a1c62d9a0d5c97faf57726ac]

        #88160# BasicIDEShell reloads if Writer document is being modified

2001-08-01  gt  <gt@openoffice.org>  [3d661bf4e72d1ee5cc9b049fc6c5614c6eb9b76f]

        #87387# error in parsing floating point numbers with huge exponent

2001-08-01  Kai Ahrens  <ka@openoffice.org>  [18b742bad1866097e47d8f2b2a4898144c3f41ea]

        #90426#: added default action flag for d&d structs

2001-08-01  Nils Fuhrmann  <nf@openoffice.org>  [6b2a9eb5f92a28fb62f5e0cafeaeb33b3fd2099e]

        Fixes for merge #87134#

2001-08-01  Nils Fuhrmann  <nf@openoffice.org>  [9444af3a422496979d7335d68e97e4a77a9e70f7]

        Fixes for merge #87134#

2001-08-01  Martin Hollmichel  <mh@openoffice.org>  [e582db4ef49af810d0251075ed27faa4b4007002]

        add: build.lst

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [aabfed82143927e970a9e602c8c89c66213afa5d]

        #88530# getAddressType: allow for invalid URLs without assertion

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [2e602f51a5a7ee7d23e81392038185966f796221]

        #88530# if the address book type is initially selected, default the sub-type to something meaningfull

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [39e4879a2d8ebebcd083f033bc7ca8784b9a406e]

        #88530# collectDetailedSelection: don't change anything if not connected

2001-08-01  Frank Schönheit  <fs@openoffice.org>  [06018f82d96ba449e1c0a31a620d4c43f7380dcb]

        #88530# changeConnectionURL / getConnectionURL / minor corrections in the handling of m_eCurrentType

2001-08-01  Christian Lippka  <cl@openoffice.org>  [44b4ee9ac3be3260652be666e964a90554ab412e]

        #85861# compare rules of different kinds correctly

2001-08-01  Christian Lippka  <cl@openoffice.org>  [652d1e2f3f57e9cf9ebf5ee1c543cfa74f8b3912]

        #90330# be prepared for empty ole objects

2001-08-01  Oliver Specht  <os@openoffice.org>  [c75008b5f808056efdb92e864d975b3459ab794b]

        #89780# preview toggle now toggles dialog size

2001-08-01  Martin Hollmichel  <mh@openoffice.org>  [f86388fd1be032090386b91b414c3d087e7635b6]

        chg: BUILD_SOSL

2001-08-01  Sascha Ballach  <sab@openoffice.org>  [2497c7045b775869c743b5ba509b30b584ec328c]

        #90434#; use the new macro for the author

2001-08-01  Ocke Janssen  <oj@openoffice.org>  [8434d385d28edf7ec4ec6de9e3d4d9c637828624]

        #89740# late construction of columns

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [73013d62dee3d7a391a16681e4d5cac060415521]

        Merge SRC638: 01.08.01 - 00:03:49

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [3a2fbbf81b86e307b96a08db31f6bd8a181916d9]

        Merge SRC638: 01.08.01 - 00:01:29

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [432a7ff8454cfdb593d8d87f0f3b152b8c1760a5]

        Merge SRC638: 31.07.01 - 22:59:31

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [c81533ec56d87409498656f9768d873e96d3a41a]

        Merge SRC638: 31.07.01 - 22:57:27

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [ab3e46219864612db1715dd640e21dafae5bc702]

        Merge SRC638: 31.07.01 - 22:57:07

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [29975bb121049b1adfa322894df556385748e58f]

        Merge SRC638: 31.07.01 - 22:53:51

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [e31a209d2ea8e97f9567f16750d71132faad3585]

        Merge SRC638: 31.07.01 - 22:52:29

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [368c38293e4d8c2f501c1b1b6753ca0012d52766]

        Merge SRC638: 31.07.01 - 22:44:54

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [f75d0354915d40f45b82176aafaacb31fa536dc6]

        Merge SRC638: 31.07.01 - 22:43:53

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [d1f28fc0c10d2fbdada1b88c196238434cacdcc3]

        Merge SRC638: 31.07.01 - 22:43:34

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [39f7c8f1e9b260b894f05d0f5f9270ed68a68521]

        Merge SRC638: 31.07.01 - 22:41:26

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [fb1bb981df5653a08b4813c07c50fa628a9e88ec]

        Merge SRC638: 31.07.01 - 22:39:17

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [3ddf54fbe9126240eab53eff5eea810ba8127bcd]

        Merge SRC638: 07/31/01 - 22:30:27

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [a739dc99f8f9edb69f9b36593ddf8585a238edd0]

        Merge SRC638: 07/31/01 - 22:25:42

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [ea6220d6eae0a4da7249072395c3c7dc20d5c267]

        Merge SRC638: 31.07.01 - 22:21:31

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [f33abff479dcf82b0d420170020dbb9c22450d2b]

        Merge SRC638: 31.07.01 - 22:14:43

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [1f69deae022ba868591544e6b6484b418de17198]

        Merge SRC638: 31.07.01 - 22:12:23

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [e734d9a3ce3b7c5abef8d545548589a6265ea025]

        Merge SRC638: 31.07.01 - 22:12:42

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [d407d32bfba9b6f59ac8a329b3eb063c51e797af]

        Merge SRC638: 31.07.01 - 22:10:43

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [f42686c0e904a10610cb34bb35b343f6deddb018]

        Merge SRC638: 31.07.01 - 22:10:53

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [ea92664f23b9c1807383dd777ecc65b8a1fbcea5]

        Merge SRC638: 31.07.01 - 22:10:36

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [3044c5862d3ed580e8f6bd4e5602a88c8edc9473]

        Merge SRC638: 31.07.01 - 22:09:09

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [b32e8fdfa015d51b3d3e3e0731e397e7a54d7893]

        Merge SRC638: 31.07.01 - 22:08:38

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [1e5363805e52888314a52dcc5355650a9d14688a]

        Merge SRC638: 07/31/01 - 22:08:55

2001-07-31  jp  <jp@openoffice.org>  [f4263562afa97eb86c4b1b8b797bcef92dd970c5]

        Bug #90443#: don't call GetSlotId with our filter items

2001-07-31  Niklas Nebel  <nn@openoffice.org>  [369e3b02e6063d78031a5f4e4b5d9ef36d3f92f5]

        #90142# share data for text in page headers / footers

2001-07-31  jp  <jp@openoffice.org>  [c27d5b1e6b35545e9bc2c7a331c48dd7a48492f6]

        Task #90434#: add author to the profiling statements

2001-07-31  Philipp Lohmann  <pl@openoffice.org>  [9b562266440f410f477b3093b843ea0b823058c9]

        #90424# ignore size 0 frames when calculating new frame size

2001-07-31  Armin Weiss  <aw@openoffice.org>  [9ec15e05b38d4ce0dc56faca285fb1a6c0cdd9d7]

        #80365# added implementation of progress bar during XML load

2001-07-31  Armin Weiss  <aw@openoffice.org>  [dc4e2832458f62e71744ac53d0f6a7c81f136e59]

        #80365# added implementation of progress bar during XML load

2001-07-31  Armin Weiss  <aw@openoffice.org>  [240e4134a5384256911b43e96c6aa146aa0c4f03]

        #80365# added implementation of progress bar during XML import

2001-07-31  jp  <jp@openoffice.org>  [06baa0d3c72d2481dfa1ae3caa127ce4fae02603]

        Bug #90441#: change GetUIName to FillUIName or use GetUIName in the correct way

2001-07-31  Frank Schönheit  <fs@openoffice.org>  [f83910fdd051df4a206febeba3b4f0f678589c3d]

        #88530# changes to operate the dialog in a mode where no type change is possible

2001-07-31  Frank Schönheit  <fs@openoffice.org>  [00b783c92f34b6d46d5e1c6e14e7760535453fa2]

        #88530# +AddressBookType(s)

2001-07-31  Frank Schönheit  <fs@openoffice.org>  [7aeab23f58136033d4bc7258bde7b44ee0a1f7da]

        #88530# +omSingleEditFixedType

2001-07-31  Hennes Rohling  <hro@openoffice.org>  [57f95aeb29f9b3efcf41b799ea01b58bd35f852a]

        #89834# Consistent naming of quickstart strings

2001-07-31  Armin Theissen  <armin@openoffice.org>  [42ea806e7cdef50b16540d3cc31f1275f0c0cba1]

        corrected path for BMP

2001-07-31  Nils Fuhrmann  <nf@openoffice.org>  [398cd8ea79780a15a486afe4d79c95f5b53e0e1f]

        Fixes problems with new texts

2001-07-31  Sascha Ballach  <sab@openoffice.org>  [8e5874c8845461a9f7f66476e7d1932d92925ade]

        #86214#; no longer necessary

2001-07-31  Sascha Ballach  <sab@openoffice.org>  [c4f1c31c2e898dbd70b725b6722e4b28ba7fd555]

        #86214#; add the possibility to add a OLE name to the string collection

2001-07-31  Sascha Ballach  <sab@openoffice.org>  [e44c15ed9ef70df9b93b6ec4eb5c31da64668d48]

        #80365#; give the medium to all cases of LoadXML

2001-07-31  Thomas Benisch  <tbe@openoffice.org>  [f8adbcf4de0579890d875874d6dbcee3c68b7b0e]

        #88573# Groupboxes in Basic

2001-07-31  Thomas Benisch  <tbe@openoffice.org>  [25dc3b0a89e0ec4bf5dcaf881ec7e9a9ff93ff4e]

        #88573# Groupboxes in BasicIDE

2001-07-31  Daniel Vogelheim  <dvo@openoffice.org>  [dae447f97115acb00f77ab98770f70159fd43bbe]

        #80365# import progress bar now uses resource string (thanks to cmc)

2001-07-31  Joachim Lingner  <jl@openoffice.org>  [023800e456f60c03247ae30b396d1e82b27920f2]

        #90043# Destruction of typedescription manager lead caused memory corruption

2001-07-31  Daniel Vogelheim  <dvo@openoffice.org>  [096a9db4bb409890699dac8ab590c6e85e7f811b]

        #90385# removed ambiguities

2001-07-31  Martin Hollmichel  <mh@openoffice.org>  [b5be02984ae6da21476cb91cdbb990075a9c6bd0]

        add: BMP var

2001-07-31  Martin Hollmichel  <mh@openoffice.org>  [d924315394be8ef4dc626c7026508d77a7c62723]

        chg: header

2001-07-31  Armin Theissen  <armin@openoffice.org>  [f600d17180537c05c601c0ebb54f333bd66216ea]

        added missing internal dependency on bmpmaker for brwbox

2001-07-31  Rüdiger Timm  <rt@openoffice.org>  [b95b9e9b6916db7d0065ba207fcae7c55caf95a8]

        get rev. 1.111 again for SRC638

2001-07-31  Sven Jacobi  <sj@openoffice.org>  [e131e02980d1b5de68c6991b3e175c8c6bacab56]

        #89546# correct character attributing of text instance (hard attributes)

2001-07-31  Malte Timmermann  <mt@openoffice.org>  [9fb2aa34dd9f685eaff57f9eb2f035e4187c4be6]

        #87642# Position of graphical Bullets in vertical text

2001-07-31  Rüdiger Timm  <rt@openoffice.org>  [1d56f610ab126b35dec227138420420be2ecb249]

        new version for SRC638

2001-07-31  Malte Timmermann  <mt@openoffice.org>  [19096ff3acb5020c6991a89a0efbbe1cb5c49c8a]

        #87642# Position of Bullets in vertical text

2001-07-31  Philipp Lohmann  <pl@openoffice.org>  [87c563d84fc2fc5b6717069a3d0372a2927ad069]

        #89075# #89335# workaround for office code

2001-07-31  Malte Timmermann  <mt@openoffice.org>  [ae4a4158b8dfa97f32233e5d79606990709b6ebe]

        #90417# acceptDrag only with offered DropAction

2001-07-31  Malte Timmermann  <mt@openoffice.org>  [fcac715848a4f6bf55ecc8e094bc13b27f6e844c]

        #90417# acceptDrag only with offered DropAction

2001-07-31  Nils Fuhrmann  <nf@openoffice.org>  [26bb618d28a699160ca483a97c7d32c06dd2fc64]

        Fixed handling of removed items of lists

2001-07-31  Nils Fuhrmann  <nf@openoffice.org>  [7c3cf340956ff38e657fef1427be357ac83e2f6c]

        Fixes for merge #87134#

2001-07-31  Daniel Rentz  <dr@openoffice.org>  [ce6106c3a056163de2b40c1df194f9c6d77d91d4]

        #90036# exp of shared formulas

2001-07-31  Daniel Rentz  <dr@openoffice.org>  [be8f479269327ede913e7b0cd46f3620e8016a10]

        #i1344# col/row orientation in NLFs

2001-07-31  Oliver Braun  <obr@openoffice.org>  [7b2a96e8e080348317718cf6ffbef93ce99244e3]

        #9042 # remove ACTION_DEFAULT flag from dropAction

2001-07-31  Nils Fuhrmann  <nf@openoffice.org>  [de277e4e54ee0ee5a1b15b80dabc45f139ceb79c]

        Added SFX.xcd to negative list

2001-07-31  Andreas Bregas  <ab@openoffice.org>  [b77c6304d52c64b93c505c31cdb596442ec16c66]

        #90281# BasicManager::LoadLib(): Return true if library is successfully loaded from library container

2001-07-31  Martin Hollmichel  <mh@openoffice.org>  [a0b28f8f92cab575db54f97704dcb0bcb2aff45e]

        chg: header

2001-07-31  Sven Jacobi  <sj@openoffice.org>  [69ac6958354a04a9db035a042004c251e42de779]

        #89499# closed SfxMedium provokes that documents are loaded always in ReadOnly mode

2001-07-31  Sascha Ballach  <sab@openoffice.org>  [9e876d1e43756ec323970a87717dad122a875b12]

        #90414#; draw:notify-on-update-of-ranges added

2001-07-31  Philipp Lohmann  <pl@openoffice.org>  [f760d35f087ded18c181ac70f0591f4a796292da]

        #90417# react on multiple actions in accept

2001-07-31  Oliver Specht  <os@openoffice.org>  [cd6d38c3466e6236f98583c6ce1eb179ea3599c1]

        #89780# preview toggle now toggles dialog size

2001-07-31  Sascha Ballach  <sab@openoffice.org>  [e572cf87e61ebf05403f2e7206ad54ca88fcae40]

        #90285#; ask for the CLSID instead of the model to find out the OLE type and don't export auto styles if the OLE is a chart or a calc

2001-07-31  Sascha Ballach  <sab@openoffice.org>  [65434a4fa1a4afb28dfcf382cccf109442645b64]

        #90285#; new help method to get the CLSID added which try to get the CLSID without loading the OLE object

2001-07-31  Stephan Bergmann  <sb@openoffice.org>  [ea9ea07e790f83063dc26a9c07025232053a24b5]

        #88408# Added temporary solution to start sync client dialog.

2001-07-31  Martin Hollmichel  <mh@openoffice.org>  [46a9af39d90a979a3570586c9ac3f2b18ffde619]

        fixed: dependencies, but still not perfect

2001-07-31  Martin Gallwey  <mtg@openoffice.org>  [0e26cb10ce10d74b44d49eb5e2a07715863fff80]

        #86004# Fix what boundschecker claimed was a huge (240k+) by sanifying the ResetTokens method

2001-07-31  Malte Timmermann  <mt@openoffice.org>  [d5cea2e32f469d5f3d9727bb801b0506feb104f4]

        #88786# TabPos...

2001-07-31  Oliver Bolte  <obo@openoffice.org>  [3b42809a093e728ba087b76f5a33aa489dd19867]

        new version for SRC638

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [b3842df1a3e9c033ae1abceb5e77ed2528a96169]

        new version for SRC638

2001-07-31  Kurt Zenker  <kz@openoffice.org>  [bc1def880b2dac55b0bbb7f6b848cf7fd25de9cb]

        new version for SRC638

2001-07-31  Christian Lippka  <cl@openoffice.org>  [5154bd1b90c5af11addc10c9d3596c35cb9feea7]

        #90277# also create shape if pModel is still NULL

2001-07-31  jp  <jp@openoffice.org>  [905d9577d1b73a2fad3525d92ed3282e51b3ad4e]

        Bug #90401#: MenuHdl - use the return value of the rename of glossary entries

2001-07-31  Andreas Schlüns  <as@openoffice.org>  [1d60bc3901a7069b609af91f74c70c082f3a52ba]

        #89996#, #89994# use special terminate listener for closing pipe

2001-07-31  Andreas Schlüns  <as@openoffice.org>  [298a148e7118aef1431cf0994c9de052451f596f]

        #89996#, #89994# new servicename for pipe terminator

2001-07-31  Stephan Schäfer  <ssa@openoffice.org>  [07b4e84a0a8cd55012a8eb8e824ce2615888cf2e]

        #90390# player icon added

2001-07-31  Martin Hollmichel  <mh@openoffice.org>  [9cb0f15e39ef743e70ca097bdc3a0c94877f698e]

        add: dependencies

2001-07-31  Andreas Schlüns  <as@openoffice.org>  [c6c8a9010d00ff3d19889d43a884eb56c53f1178]

        #89661# new converter modul

2001-07-31  Andreas Schlüns  <as@openoffice.org>  [8d6df4824ba05364ae67169bbc90b6942f0e0fff]

        #89661# right encoding/decoding

2001-07-31  Andreas Schlüns  <as@openoffice.org>  [99d0dc0e74b84e4c08735984bbc8828a2a0e542f]

        #89661# other algorithm to extract extensions from URL

2001-07-31  Andreas Schlüns  <as@openoffice.org>  [a03f7b7bba83fff949138efedf5f98b76816a6a9]

        #89661# support new argument handling

2001-07-31  Andreas Schlüns  <as@openoffice.org>  [efdde2eb6056b3fad583e48fa6d23cdfd4519286]

        #89661# new helper to convert structures

2001-07-31  Oliver Specht  <os@openoffice.org>  [bb1ca2fa12545293ad5ae84977d6630c67fe06ea]

        #90312# wrap through enabled

2001-07-30  Thorsten Behrens  <thb@openoffice.org>  [ca7935ff70b25bc682d9fc222fc8f1fcb966343c]

        #87913# Removed some write functionality for SVX_LIGHT build

2001-07-30  th  <th@openoffice.org>  [50bb0f15842aef0826f1749bb574395fb84dd79e]

        #65293# (HR) - Fix for Prio 0 (Office doesn't start anymore) in compareIgnoreCase

2001-07-30  Daniel Boelzle  <dbo@openoffice.org>  [8dcfdd59ba53261c0f5abd29596d93ab492b2098]

        #87067# missing tristate attribute for radio elements

2001-07-30  Thorsten Behrens  <thb@openoffice.org>  [d8fe579152f2fe7874076a22256d241bd2f78289]

        Cleaned up german strings

2001-07-30  Frank Schönheit  <fs@openoffice.org>  [447a63cfb6d6d3dff63af72490a4c0b96295db6d]

        #88530# changes so that the dialog can be called for editing the pure field assignment only

2001-07-30  Hennes Rohling  <hro@openoffice.org>  [477337ebb4f1189c5376d908865c552d7226d58b]

        #89852# Enable multi selection mode on file open

2001-07-30  Hennes Rohling  <hro@openoffice.org>  [49a343ca4ca2b581b5821d4fec20cf30b8caf381]

        #89516# Make IDM_TEMOPLATE default menu entry

2001-07-30  Hennes Rohling  <hro@openoffice.org>  [76328743c3c189c3cdbadce1b3bc775d10f298c6]

        #88197# VolumeInfo.pDeviceHandle is a pointer to a solVolumeDevice!!!

2001-07-30  Niklas Nebel  <nn@openoffice.org>  [fda9783ef05123f6e585974b7ddd21fbcd28adb6]

        #90205# removed dtrans.hxx include

2001-07-30  Niklas Nebel  <nn@openoffice.org>  [4c323c8374adc3e27be671d36d8e6274f769ae8e]

        #90205# removed dtrans.hxx include

2001-07-30  Malte Timmermann  <mt@openoffice.org>  [bf9e768b3d54f06cab39f452c5161a83eeb59e56]

        #86092# Decomal tabs...

2001-07-30  Daniel Vogelheim  <dvo@openoffice.org>  [9bea49ed24f540a0103d8006cbc60f40ae987216]

        #87051# d.lst for MathML DTD

2001-07-30  Sven Jacobi  <sj@openoffice.org>  [bf85b6f8fbe2693bf2459d73b8b9b68ddb39a6f1]

        #90219# beware of using an invalid FilterHdl

2001-07-30  Kai Ahrens  <ka@openoffice.org>  [943e0bb2f61ac2fa2a5dc71fed5cd8ef03bf1228]

        #89545#: GetMainURL changes (no default parameter anymore)

2001-07-30  Rüdiger Timm  <rt@openoffice.org>  [d23f220c041897e49e2adf32102bb285a78857b3]

        new version for TSL638

2001-07-30  Rüdiger Timm  <rt@openoffice.org>  [ff33f3fbe721e6f4b8eac218ac27bf14ee1c5881]

        new version for TSL638

2001-07-30  Carsten Driesner  <cd@openoffice.org>  [443b1feb7b718902fe18a14cbeb8a9299519d289]

        #89023# c function added to use lib on demand

2001-07-30  Kai Ahrens  <ka@openoffice.org>  [1ecc896528efa7398b58fdeecf3907ae179c6988]

        #89545#: GetMainURL changes (no default parameter anymore)

2001-07-30  Kai Ahrens  <ka@openoffice.org>  [b3d0987e7517876621e4fa461c1ee46e2a64b0d0]

        #89545#: GetMainURL changes (no default parameter anymore)

2001-07-30  Kai Ahrens  <ka@openoffice.org>  [c379f69015c427cdec18785ddd1cb415a24077d6]

        #89545#: GetMainURL changes (no default parameter anymore)

2001-07-30  Daniel Vogelheim  <dvo@openoffice.org>  [2be72ebcbedd5fe2eff37b1ebaf7cf4ab5dabd51]

        #90385# updated DTD

2001-07-30  Kai Ahrens  <ka@openoffice.org>  [5c7e4f8b829f04c8de9e76427cb21a364d77638a]

        #89545#: GetMainURL changes (no default parameter anymore)

2001-07-30  Martin Hollmichel  <mh@openoffice.org>  [dff967e231e887d864db897f20428fa44490f488]

        chg: SYNTAX

2001-07-30  Tom Verbeek  <tv@openoffice.org>  [8d0d88e5ae5e29501bf991ff8721461989585911]

        #89981# did changes for modified registry entries

2001-07-30  Tom Verbeek  <tv@openoffice.org>  [e690d10a765f17892355b5bb1c646e74011328f0]

        #89978# did changes for modified registry settings

2001-07-30  Michael Brauer  <mib@openoffice.org>  [a83c621d43ab1eda3350a77917f386863adbad63]

        #90539#: Don't export table paragarph styles as P

2001-07-30  Tom Verbeek  <tv@openoffice.org>  [652eefba21035b7688e7c4c9808b5e63d3649104]

        #89978# adapted to new registry settings

2001-07-30  Hennes Rohling  <hro@openoffice.org>  [be86e31d3311d2f7a7b06616dffa409eab423bd4]

        #88197# #88540# Added unicode wrapper for GetDiskFreeSpaceEx and GetVolumeInformation

2001-07-30  Frank Schönheit  <fs@openoffice.org>  [fae0b2b1e935139273767892626e29aab3bcce4e]

        #90205# -sot/dtrans.hxx

2001-07-30  Christian Lippka  <cl@openoffice.org>  [286a75d6c1382b119629454b354704e2507acecf]

        #90330# added XActionLockable for shapes to speed up text import

2001-07-30  Armin Weiss  <aw@openoffice.org>  [00d0779cd52ebcf59050d60ce1666e95fd16e129]

        #67720# added clearing UNDO manager when UNDOING/REDOING a ModifyPageUndoAction.

2001-07-30  Rüdiger Timm  <rt@openoffice.org>  [c97016f05a9e68b2ec1b8c371d67dd0dd2f237ad]

        #87576# SwXPrintPreviewSettings.obj added to EXCEPTIONSFILES

2001-07-30  Michael Brauer  <mib@openoffice.org>  [a9427e2dc95773cca5e67c2d249ee2510c978ee5]

        #90116#: notify-on-update-of-table -> notify-on-update-of-ranges

2001-07-30  Michael Brauer  <mib@openoffice.org>  [a21ba324320c8805a2478d161b80e9f4b39cc36d]

        #90116#: notify-on-update-of-table -> notify-on-update-of-ranges

2001-07-30  Oliver Specht  <os@openoffice.org>  [915d97cd394ae89388cf1aca657ca35db6bbe367]

        #89874# drop action updated

2001-07-30  Thorsten Behrens  <thb@openoffice.org>  [2a0701076e49e33defc6540ada215a5215aa5450]

        #90267# TF_FILEURL removed

2001-07-30  Martin Hollmichel  <mh@openoffice.org>  [43ec3f6297ba160be8cdfb41f1c3dbd7b7f0c2f5]

        fix: Syntax

2001-07-30  Thorsten Behrens  <thb@openoffice.org>  [17c0e634ca15f0015d2b539270c4f3068265267b]

        #90205# sot/dtrans.hxx removed

2001-07-30  Thorsten Behrens  <thb@openoffice.org>  [6d359a4f31cbfc40b486dc17a997e494e790bca4]

        #90267# TF_FILEURL removed

2001-07-30  Malte Timmermann  <mt@openoffice.org>  [d8ab68adce0d316877ad6fd105523ba35dcb79cf]

        #89463# CalcLineWidth: Ignore extra space from 'Blocksatz' for AutoPageSize

2001-07-30  Kai Ahrens  <ka@openoffice.org>  [30e295dab774e7ed2c574668854c3d979fad2535]

        #89545#: GetMainURL changes (no default parameter anymore)

2001-07-30  Kai Ahrens  <ka@openoffice.org>  [b0dfba42edeacd98dd3fa835a14ee92dea8f7b3c]

        #89545#: GetMainURL changes (no default parameter anymore)

2001-07-30  Oliver Specht  <os@openoffice.org>  [6244c55206d64f73d9bbe8dfde238fe371d22789]

        #89487# dialog layout aligned to main window

2001-07-30  Kurt Zenker  <kz@openoffice.org>  [f6318700c2ef74e9205086c24f9e061243ea93f5]

        new version for SRC638

2001-07-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [08ff10d3b730a1c210a56bf9c32bb39f5812dcbc]

        temporary disable GenInfoParser.cxx

2001-07-30  Andreas Schlüns  <as@openoffice.org>  [33d61d491872adab86aff8db7ac1dc3a2c4f5c6a]

        #90335# don't use SpecialConfigManager any longer!

2001-07-30  Kai Ahrens  <ka@openoffice.org>  [40cae071bf3539fa33411aac4c1f726f6be78efc]

        #89545#: GetMainURL changes (no default parameter anymore)

2001-07-30  Martin Hollmichel  <mh@openoffice.org>  [38f025b6706521cc44ee44ab921351a61f799b9f]

        add: join from OO632

2001-07-30  Oliver Specht  <os@openoffice.org>  [8d459f65e23ea3d6495a28ea529c0ac32d10bab2]

        #88350# Name property of fieldmasters now maybevoid

2001-07-30  Kai Ahrens  <ka@openoffice.org>  [daee1544dec2a2eb19783fe60232cb5778697615]

        #89545#: GetMainURL changes (no default parameter anymore)

2001-07-30  Gregor Hartmann  <gh@openoffice.org>  [5f67d2b64b34f9bf0f13c9db7e9bfafcab78e02e]

        #90267#

2001-07-30  Oliver Specht  <os@openoffice.org>  [1bc125dcbbd916e5b0b77512b2f15bc4ec29a4b4]

        #88350# InstanceName and DependentTextFiels are readonly

2001-07-30  Kai Ahrens  <ka@openoffice.org>  [f4cd56206487fa91b198421d2929e7c34877c46e]

        #89545#: GetMainURL changes (no default parameter anymore)

2001-07-30  Daniel Rentz  <dr@openoffice.org>  [6f626f1d569b318b0ab871ffbad9e1870cf6a66f]

        #90037# export of DDE links

2001-07-30  Frank Schönheit  <fs@openoffice.org>  [302f334b1119a966353cf3f586d630f24edf2156]

        #88530# changes to allow operating the dialog in a 'edit one single data source only' mode

2001-07-30  Frank Schönheit  <fs@openoffice.org>  [41f0a64c6693e951139554707b6514ed7e150090]

        #88530# +implSetOperationMode

2001-07-30  Daniel Rentz  <dr@openoffice.org>  [605a4e9f419261eed650f03dfcf3f7cbbe847a82]

        #90037# export of DDE links

2001-07-30  Daniel Rentz  <dr@openoffice.org>  [77bee4d053047cc3bfb7de27aabbde9455fe0d0b]

        #90037# fixes for DDE import/export

2001-07-30  Daniel Rentz  <dr@openoffice.org>  [62a9624ba183094c79ef368e1639cddcdfe73221]

        #90037# added SC_DDE_IGNOREMODE

2001-07-30  Oliver Specht  <os@openoffice.org>  [878540c6c732cde6ad76582f4ebf480007a098da]

        #84560# set printer name: always create a printer instance

2001-07-30  Oliver Specht  <os@openoffice.org>  [5e832a0e1d157c5d44a03d0a0f1c6dba1fc7efeb]

        #84560# handling of SID_PRINTDOCDIRECT changed

2001-07-30  Caolán McNamara  <cmc@openoffice.org>  [d9c5c4bfac31bec810b36ca00699f6b71a19ca90]

        #i1154# Better broken sub after sub handling

2001-07-30  Oliver Specht  <os@openoffice.org>  [a10409e92fa580b4a9651dd95db8594ae66a3911]

        #84560# initialize bKnown in ALL Ctors

2001-07-30  Ocke Janssen  <oj@openoffice.org>  [a91568148cd065005ece423a355a633f4555f272]

        #90341# check if interfaces exists else use datasource

2001-07-30  Daniel Vogelheim  <dvo@openoffice.org>  [33dc6835b24437f0048ae281c8c6eaac9b80d3ad]

        #80365# get XStatusIndicator when loading

2001-07-30  th  <th@openoffice.org>  [2b98f76aee3ec0f2f456773d10dedba00c942019]

        #90337# - IME-Status is now also updated after an GetFocus()-Event

2001-07-30  th  <th@openoffice.org>  [9aac0d221976935108b56c8694290fabf847d527]

        #90337# - IME-Input now handle in an global scope and not related anymore to the actual frame

2001-07-30  Thomas Lange  <tl@openoffice.org>  [165b30aac0a39424221132ef1c521fb564c7ce5d]

        #89759# font subset box cleared if the selected character has no subset

2001-07-30  Thomas Lange  <tl@openoffice.org>  [492259604024e2b0e6da2efd2ec20ce9419432ed]

        #89209# calculation of icon column width fixed

2001-07-30  Thomas Lange  <tl@openoffice.org>  [6c15fdcc6b01184946b40c4037dc2917c2de16cc]

        #89209# GetBoundRect added to SvxIconChoiceCtrlEntry

2001-07-30  Kurt Zenker  <kz@openoffice.org>  [56aed6892861c876405fa4b0e1e0436b590709b5]

        new version for SRC638

2001-07-30  Kurt Zenker  <kz@openoffice.org>  [aba00dfea168f75651ee02c7ab3a82a5362bd717]

        new version for SRC638

2001-07-30  Kay Ramme  <kr@openoffice.org>  [70fc00221e458161f5a87222326829ecb34ae9e7]

        handle exception (#90339#)

2001-07-30  Joachim Lingner  <jl@openoffice.org>  [f3466ebc48078e6c5baa3c742b4af046766a7e53]

        #90205# removed code included by #ifndef TF_SVDATA

2001-07-30  Jörg Barfurth  <jb@openoffice.org>  [a7e209ef5cd5e16d01ca85e2cbf90717c0c092ce]

        #90267# Removed TF_FILEURL

2001-07-30  jp  <jp@openoffice.org>  [07dc9e46c4ba40d9f44df69a6afb0559380d3f0b]

        #90267#: remove old code of TF_.. defines

2001-07-30  jp  <jp@openoffice.org>  [6e5aaa68640eb8a42a7cfa12441886595f3f804d]

        #90205#: remove old header

2001-07-30  jp  <jp@openoffice.org>  [d320368e472ebb8c074053c84333fd9f9b1bf3e2]

        #90205#: remove old header

2001-07-30  Daniel Vogelheim  <dvo@openoffice.org>  [c12f405260d8620ccafe9d46d7883cc7519ff285]

        #87051# added namespaces and removed entity includes from DTD         to allow easier validation of our Math files

2001-07-30  Caolán McNamara  <cmc@openoffice.org>  [1990cd42741289464ca6537a97ad0bfa1dd58853]

        #i1353# Import Vertical Cell Alignment

2001-07-30  Daniel Vogelheim  <dvo@openoffice.org>  [89951154790a7f6635b0cbe792922d5c9bb45146]

        #87051# MathML DTD and W3C copyright statement

2001-07-30  Ocke Janssen  <oj@openoffice.org>  [051f3f4f62d93ad4ff739d623363ac02dbe69cb6]

        #90015# use ORowSetValue as const ref

2001-07-30  Carsten Driesner  <cd@openoffice.org>  [f22b156b178254fbd271ec04fe6e9798a5954edf]

        #90205# remove TF_SVDATA code

2001-07-30  Ocke Janssen  <oj@openoffice.org>  [478d3246c510aecf7a073f9f6c4637cf8437bac1]

        #90015# use ORowSetValue as const ref

2001-07-30  Ocke Janssen  <oj@openoffice.org>  [503986990c7410000c336f934c911bdc4924d6fb]

        #90015# use ORowSetValue as const ref

2001-07-30  Frank Schönheit  <fs@openoffice.org>  [c7f6878d5904ea16554b58b87b4636a9d4484577]

        #90205# TF_SVDATA

2001-07-30  Thomas Benisch  <tbe@openoffice.org>  [d407b1c29e878fe51a43ca793bbb39dccc453236]

        #89793# Error:SdrObjList::Load()

2001-07-30  Tino Rachui  <tra@openoffice.org>  [6f60c9dadd2fd1957c0227cbbab6dd904b072e6f]

        #89763#setting default name in first onSelChanged message

2001-07-30  Ocke Janssen  <oj@openoffice.org>  [0c64be51dfad607b0ddf4bac507b249b4730f285]

        #90291# check if table should be appended

2001-07-29  Matthias Huetsch  <mhu@openoffice.org>  [64d1fea0a8c0e65b2073232803e406a681f7829b]

        #90353# Fixed invalid memory allocation function mix in 'osl_getFullPath()'.

2001-07-27  Kurt Zenker  <kz@openoffice.org>  [d93ffa6abe3cd64cd1ebcd400ab469f56d058ca6]

        Merge SRC638: 27.07.01 - 22:07:28

2001-07-27  Kurt Zenker  <kz@openoffice.org>  [ff383e76eafc5c0a051f6f8c4edba9d6646865a3]

        Merge SRC638: 07/27/01 - 22:07:17

2001-07-27  Kurt Zenker  <kz@openoffice.org>  [67ee7f706ba2b8354afc1643b3ed80be45ac0807]

        Merge SRC638: 27.07.01 - 22:05:35

2001-07-27  Kurt Zenker  <kz@openoffice.org>  [c9eac40f1625e171abd96a2705a412f7c7a64f69]

        Merge SRC638: 27.07.01 - 22:05:47

2001-07-27  Kurt Zenker  <kz@openoffice.org>  [1acd6bd2600bcf15f59d22b0377f3004f2f0835a]

        Merge SRC638: 27.07.01 - 22:05:32

2001-07-27  Vladimir Glazounov  <vg@openoffice.org>  [518e0101929cf92db557b87aa2d17f049f59f746]

        Merge SRC638: 27.07.01 - 22:05:44

2001-07-27  Vladimir Glazounov  <vg@openoffice.org>  [89e9c3247a9bd87c0401f7511974c152b0ea42c8]

        Merge SRC638: 27.07.01 - 22:04:26

2001-07-27  arellano  <arellano@openoffice.org>  [89ac9a11d01d6545cf077e01a23a2408e609891c]

        Spelling correction

2001-07-27  arellano  <arellano@openoffice.org>  [f6ac3521072cb764d68fa91c2552d71b0cad5262]

        Spelling correction, punctuation, grammar

2001-07-27  arellano  <arellano@openoffice.org>  [0d0a5e95111f689fbd71947743d72fe303c508f1]

        Spelling correction, singular to plural

2001-07-27  arellano  <arellano@openoffice.org>  [ed7287e2c756bd2ad59e5e6b7facf0507dc5745e]

        Spelling correction

2001-07-27  Niklas Nebel  <nn@openoffice.org>  [8cb6b8d4b47787813b054a0e9656a466de6564a8]

        #90352# profiling calls

2001-07-27  Carsten Driesner  <cd@openoffice.org>  [3a7aae945e7a3fc3c6d3614c70428cca44859e52]

        #88409# time log macros with support for project, author

2001-07-27  arellano  <arellano@openoffice.org>  [be4ac067ab74b122b80f69823eff7f208f0a770e]

        Verbiage changes, punctuation, question for developer

2001-07-27  arellano  <arellano@openoffice.org>  [83f5b402eba9f418b5eba5efad6d1da05dbc2d3d]

        Punctuation corrections, question to developer, verbiage changes

2001-07-27  arellano  <arellano@openoffice.org>  [1f5bcb02a9a8b252a948897157eae1801f66b0ba]

        Comments added for developer, modified sentences

2001-07-27  arellano  <arellano@openoffice.org>  [0ee0b4e0fbb666de55e7ad2a9d4d9a1b084556b8]

        Comments added for developer, modified structure

2001-07-27  arellano  <arellano@openoffice.org>  [d054809970b773496934016b7a7c62dd49c1f585]

        Comments added for developer, punctuation

2001-07-27  Niklas Nebel  <nn@openoffice.org>  [b7cfb112fdc7c0e922380591470fe15ec050082d]

        #90346# for COMMAND_CURSORPOS, do as little as possible

2001-07-27  Thomas Benisch  <tbe@openoffice.org>  [326130494b8c60053a32e06a05456be5b8062609]

        #89793# Error:SdrObjList::Load()

2001-07-27  Thomas Benisch  <tbe@openoffice.org>  [6a43271bf0736e79f40182550ee3151e8e3cc61f]

        #89793# Error:SdrObjList::Load()

2001-07-27  arellano  <arellano@openoffice.org>  [a10886aa241080794c3b88f5e91c635bc201af8e]

        Modified spelling

2001-07-27  Carsten Driesner  <cd@openoffice.org>  [d204bb47d25415c8174d2ae07221412b5f24bb5f]

        88409# time log macros with support for project, author

2001-07-27  Daniel Vogelheim  <dvo@openoffice.org>  [c3f0454490e81812828e7d116de37d3bd6b99de4]

        #86004# reduced amount of inline code

2001-07-27  Dirk Völzke  <dv@openoffice.org>  [6c25e433c8718620b1e3b6ad81b341e760af7d96]

        #79591# Added COMP1TYPELIST

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [5eec57491d283777ff3cd87bbc754f3ea650c079]

        #89906# move these properties into the new PrintPreviewSettings service

2001-07-27  Kai Ahrens  <ka@openoffice.org>  [3dfbd0a31b7c661d466a75d1647626e96ca306e4]

        #89294#: further optimization of transparent printing

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [89f729d2cc35d1c9cb6d9d1580d758641f181cb5]

        #89906# initial revision

2001-07-27  Dirk Völzke  <dv@openoffice.org>  [8e8477011baf1b17a2881cd1caf45eee43d39680]

        #79591# First try, needs some more specifications

2001-07-27  Kai Sommerfeld  <kso@openoffice.org>  [2d55a5d7b28689d65453df7f2866c026e08e3ded]

        #89933# - Always pass unchecked mountpoints to TaskManager::endTask(...)

2001-07-27  Dirk Völzke  <dv@openoffice.org>  [46008eb4825f366cad316c1c165aaeadc3f000ce]

        #90326# Delete and Rename now use an interaction handler

2001-07-27  th  <th@openoffice.org>  [7a06f05ce63939849c6be006279aa11494cf207d]

        #85218# - Add reverseCompare and shortenenedCompareIgnoreAsciiCase

2001-07-27  Michael Brauer  <mib@openoffice.org>  [cad6e10264322eef1037068aa6222661c7e5f12e]

        #90090#: GPF when import bullets

2001-07-27  th  <th@openoffice.org>  [2be98aded4ea3c4eacbb2cb71db7c32ac96062f8]

        #85218# - Add reverseCompare and match

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [9f276ccf7ef0fc75264ce8fb6903cac5741880a0]

        #89906# intial revision - new service for print preview settings

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [f3504ee0cd92bdae267861ef17f4f8f8cf628415]

        #89906# initial revision - new service for print preview settings

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [77dfe32e5345ffc0a18527d665c8161f19765051]

        #89906# Add new 'css.text.PrintPreviewSettings service

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [c427dfada63816ca0c35f1e2d6f8d966a6ad6996]

        #89906# Moved these properties to SwXPrintPreviewSettings

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [88068ccbfc611cdf3403f7b340572d51af8d093b]

        #89906# add new SwXPrintPreviewSettings

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [c3d95ce88d5d495cc9fbc20bb287ef2a455b6ad3]

        #89906# register the new PrintPreviewSettings as a slave service

2001-07-27  Sascha Ballach  <sab@openoffice.org>  [620de27097a27d320f992bb806054085ffcf4d31]

        #90322#; add timestamp macros

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [0dbcde21bf99df4c595f79d3d93ab991e71065fb]

        #89906# moved the print previews to a seperate service

2001-07-27  Michael Brauer  <mib@openoffice.org>  [651885dc7e0ff4b167408633f8c034e282a8df8e]

        #88107#: Use valid StarSymbol chars as bullets

2001-07-27  Stephan Schäfer  <ssa@openoffice.org>  [d34de79f6ff506aae6c6c5ac6620c138497a33fd]

        #90329# avoid recursion in ImplUpdateCursorRect

2001-07-27  Stephan Schäfer  <ssa@openoffice.org>  [a24475c0223787c6dfcb2f85176a1606edd5e3db]

        #90329# transmit cursorpos only via ImplUpdateCursorRect

2001-07-27  Armin Weiss  <aw@openoffice.org>  [83ca8ae3a769d302658e0e4132e3a15820a66dc9]

        #87877# When starting scaled vertical text the adaptions for controlling the scaling were missing. Added these.

2001-07-27  Dirk Völzke  <dv@openoffice.org>  [3b70cde3e0e1bdd1b3fe8153e81b011349ea98ba]

        #86311# Added DocumentTemplates.idl

2001-07-27  Dirk Völzke  <dv@openoffice.org>  [463c736171f41391f5fa8091bf753c2f220f43cf]

        #86311# Added for documentation purposes

2001-07-27  Daniel Vogelheim  <dvo@openoffice.org>  [c772a4686c9373bce914c6fd3db3195d22e90618]

        #86004# performance improvement (for small files mainly):         create data style import on demand         (careful: change not compatible; need to recompile sc and sw)

2001-07-27  Jörg Barfurth  <jb@openoffice.org>  [f541420022947a03bc1b4e87392c5826d2f05593]

        #90321# Improvements suggested in code review

2001-07-27  Malte Timmermann  <mt@openoffice.org>  [ca8467843faee4e2d2e72056edd46d33f063eb68]

        #88967# Get Encoding from HTML...

2001-07-27  Dirk Völzke  <dv@openoffice.org>  [d5352efaaf78c206863dd08bdddf147fc11e3124]

        #86311# Added SortedDynamicResultSetFactory.idl

2001-07-27  Carsten Driesner  <cd@openoffice.org>  [c49f339d07d6cb2b542fa358767285e2f8b3c531]

        #89996# close a doc and activate a doc out out win-explorer quickly produces GPF

2001-07-27  Herbert Duerr  <hdu@openoffice.org>  [12b58020dbe4a8b1bf0d49516d90495de2baffbc]

        #81268# subset of unicode name is empty for undefined unicode range

2001-07-27  Andreas Schlüns  <as@openoffice.org>  [b279d11f2361dc531ee6971afa8498d0c539fbd4]

        #89996# + #89994# close task only - if no veto!

2001-07-27  Dirk Völzke  <dv@openoffice.org>  [9a85ae64dc245011eb17debb1cf264af3ab9bb7b]

        #90315# call enablePasswordBox before execute to set the status of the password box right

2001-07-27  Kurt Zenker  <kz@openoffice.org>  [72dfc5a1900416894e25b88a393b1062a7d7ab29]

        new version for SRC638

2001-07-27  Sascha Ballach  <sab@openoffice.org>  [ce5c9a28053f38762c1cebec50e765dc24a769e3]

        #90139#; don't export draw defaults; some optimisations of shape export

2001-07-27  Rüdiger Timm  <rt@openoffice.org>  [d5f48fd39d96735cf04931f6b4aeaacb3756680e]

        #87576# for UNIX it's libxol.a

2001-07-27  Daniel Boelzle  <dbo@openoffice.org>  [a5185e525b3b4dd8a3516f82bda6692058855647]

        #88736# missing XTypeProvider

2001-07-27  Sascha Ballach  <sab@openoffice.org>  [72776562914cbf1404968cdd6f57d92e52601a7e]

        #90311#; ask only for a style if a stylename is given

2001-07-27  Michael Brauer  <mib@openoffice.org>  [d0f319230fc0355c8f83970f38995893c67db0d0]

        #88972#: Import ISO8859-1 as Windows 1252

2001-07-27  Sascha Ballach  <sab@openoffice.org>  [7b807695846883041605554e62a7040af2447d1c]

        #90139#; first get the information and then use the information

2001-07-27  Philipp Lohmann  <pl@openoffice.org>  [64a8b9d00a26c117fbf3ead8fe55a7a6957b6aa6]

        #81400# workaround for Exceed

2001-07-27  Oliver Braun  <obr@openoffice.org>  [5569daab1037e8c7ad5b67931f4c99e5433c9cee]

        #89829# updated and reactivated

2001-07-27  Oliver Braun  <obr@openoffice.org>  [ba6f56b4983fb6fd03fb367f0f1315a0df6c4a77]

        #89829# generic reactivated

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [f611b52892590e8136712862303d4c819ed916d0]

        #89906# Added 'byte' for SettingsExportHelper

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [9bc037ab7c26ebd2ec1b61f477932204268da49f]

        #89906# need to be able to export single bytes and PropertyAttribute::MAYBEVOID values

2001-07-27  Martin Gallwey  <mtg@openoffice.org>  [c7ef3d16f4390657d8dc10b8597619c52ec8a21a]

        #89006# need to be able to import single bytes

2001-07-27  Juergen Schmidt  <jsc@openoffice.org>  [8955bef413fac11c77ff2dabdb07adab4906ccad]

        #87190# change output if no error

2001-07-27  Rüdiger Timm  <rt@openoffice.org>  [89ed10655eba2d4c3e0eb84b7805400254772d35]

        #87576# Newline at end of file was missing. Don't do that. Never, never, NEVERcvs tdiff glob.hrc!

2001-07-27  Malte Timmermann  <mt@openoffice.org>  [fa61358ebeee3c6607c08bbd503013205239988e]

        #88347# bCreatedWithToolkit...

2001-07-27  jp  <jp@openoffice.org>  [9551478643ede214b80ba6bd3d31fc17244a9962]

        Task #88107#: starmath/bats -> starsymbol

2001-07-27  Kurt Zenker  <kz@openoffice.org>  [d580f320d0ed71b38dc8279049dc65878f7f37a8]

        new version for SRC638

2001-07-27  Dirk Völzke  <dv@openoffice.org>  [37afe667c508535a6d566989a55b964487becb44]

        #86311# Added for documentation purposes

2001-07-27  Rüdiger Timm  <rt@openoffice.org>  [015ac916619b23503ebaf60394d802a3bd9d6130]

        #65293# parse error linx

2001-07-27  Frank Schönheit  <fs@openoffice.org>  [1147f346707741f11225efe14ac35dd3154ee6c7]

        #88530# be a XSingleServiceFactory to ease the creation of data sources

2001-07-27  Rüdiger Timm  <rt@openoffice.org>  [5259ece45649e344a882c341d9971304c672ee4e]

        #87576# no include path for project own headers

2001-07-27  Kai Ahrens  <ka@openoffice.org>  [311a89380902e97998b697153902a5b67888e75a]

        #89094#: REMOTE_APPSERVER changes

2001-07-27  Philipp Lohmann  <pl@openoffice.org>  [1eb2289e065f93522f3456cd18d93f5ed19f9b67]

        #90267# removed TF_FILEURL

2001-07-27  Hennes Rohling  <hro@openoffice.org>  [589fe1dbec80a885eea5b022704cafafb7b4fbfc]

        90267# Removed TF_FILEURL defines

2001-07-27  Kurt Zenker  <kz@openoffice.org>  [4bc32c14981cb3a7f98776ca1c9ad87275669434]

        Merge SRC638: 27.07.01 - 10:08:49

2001-07-27  Rüdiger Timm  <rt@openoffice.org>  [6cc3c81481673babf54d13e994ef4642cb0379ac]

        #87576# sparc compiler comlains about static_cast here

2001-07-27  Rüdiger Timm  <rt@openoffice.org>  [8b1f3a3df449ca6412551034a73b3a9b9910dc9f]

        #87576# ^D at end of line 191 removed

2001-07-27  Oliver Specht  <os@openoffice.org>  [3f8360a7afc0ca4f9340d86d2db245ea69d79c98]

        #89193# set language dependent Font as long as the font configuration is default

2001-07-27  Philipp Lohmann  <pl@openoffice.org>  [7302a52c72d45107a00dbc98852e170d1ebf18f4]

        #90267# remove TF_FILEURL

2001-07-27  Hennes Rohling  <hro@openoffice.org>  [1e7c619b783c5b63b24dc6dbb22638d0d2ec105c]

        90267# Removed TF_FILEURL defines

2001-07-27  Sascha Ballach  <sab@openoffice.org>  [c6eb88753fe15b08089d7522c776311e8bfb1a0a]

        #87576#; make it compileable on Linux and Solaris (remove predeclaration of the enum)

2001-07-27  jp  <jp@openoffice.org>  [e42e3816e9423c1d249fcc0d4bdcc1650b2a0b6e]

        Bug #90272#/#88107#: starmath -> starsymbol

2001-07-27  Kurt Zenker  <kz@openoffice.org>  [dd01f74aea892aaed3e09456b4ecdfb2ecd7f13a]

        Merge SRC638: 27.07.01 - 08:18:01

2001-07-27  Kurt Zenker  <kz@openoffice.org>  [f0b32a8db12191560870d061683724875d2ac786]

        Merge SRC638: 27.07.01 - 08:17:03

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [af3ad76a046f09ca5cbd878ff610cea7692dc3c6]

        Merge SRC638: 07/27/01 - 00:46:18

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [431b92eb03aa7966526323bdca33c2c13b6c816b]

        Merge SRC638: 07/27/01 - 00:47:14

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [f433b62b540061e79c4730425e6017623a69205b]

        Merge SRC638: 07/27/01 - 00:42:47

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [372779d889c2856f73ee2e9a57ce391f0bdb4975]

        Merge SRC638: 27.07.01 - 00:42:53

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [1990eea129840b944e1fb1fbd2bf61cfcda2817e]

        Merge SRC638: 27.07.01 - 00:41:48

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [90f401b3a7cc9d3e611d631799c40ebb0b21332e]

        Merge SRC638: 27.07.01 - 00:41:22

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [8988492f5f43244a8f957a5d9cc92337950b9fd4]

        Merge SRC638: 27.07.01 - 00:40:35

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [45f78daacc1c92dd8bde48de0ae5c106bc2bfc80]

        Merge SRC638: 07/27/01 - 00:38:59

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [47457fa3c94f457bccbd2bec5239dce36c5080b9]

        Merge SRC638: 07/27/01 - 00:37:42

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [b9786e47075b715cc5fa80b59d72f6b9c55921e9]

        Merge SRC638: 27.07.01 - 00:37:20

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [6ecf4eb5fcebf4c7ac541a2b131f6b8b7ba424aa]

        Merge SRC638: 27.07.01 - 00:36:23

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [451109fab7cd1a7fc627c73e41e234c176a7850b]

        Merge SRC638: 07/27/01 - 00:36:13

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [9a3322baa4ae8e6d98851fe97cad9a2bf6e05d7b]

        Merge SRC638: 27.07.01 - 00:35:42

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [f4a035a76b9a5111cb7b3bef2ae5171e15ee9598]

        Merge SRC638: 27.07.01 - 00:35:29

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [a2e169be4f511d3adf2b7ba3014e700956f4e8e0]

        Merge SRC638: 27.07.01 - 00:35:21

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [28347e10903e5ddec665800e717d3c6a638e64a5]

        Merge SRC638: 27.07.01 - 00:35:02

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [a1f4b05268c02ce59e00f359caa1ee75bbc969fc]

        Merge SRC638: 27.07.01 - 00:35:16

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [54f08095842f55905f4f008c36d39fe54d915d86]

        Merge SRC638: 27.07.01 - 00:35:01

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [bc4cab8ea0284a584e6f924928e3ccad91d96782]

        Merge SRC638: 27.07.01 - 00:34:55

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [c6a486f24cf0e22c03de240458dc22920bf02d43]

        Merge SRC638: 27.07.01 - 00:34:43

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [5defe1ace49db0c654d77a1ced556a78ecd6ce5a]

        Merge SRC638: 27.07.01 - 00:34:14

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [95c881d46243f72a090fd9eee5c63f437ef8a95f]

        Merge SRC638: 27.07.01 - 00:34:02

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [19df9c233945642c3128e4d451a1d859e787937d]

        Merge SRC638: 27.07.01 - 00:33:54

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [1472411797414e1b6848740d76ad5925ef3a8963]

        Merge SRC638: 27.07.01 - 00:33:42

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [6fac540dd8c3b36a234a24e70332bf79b803ffa2]

        Merge SRC638: 27.07.01 - 00:33:12

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [356b7a4910b70416b6f1b7dafab0b4959e7c3f67]

        Merge SRC638: 27.07.01 - 00:33:32

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [3c474a219b27301f4d2e6e9aab117a62b8494e6f]

        Merge SRC638: 27.07.01 - 00:32:48

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [04258ea9d6a91e0416b0298d17a78d1ea9b78031]

        Merge SRC638: 07/27/01 - 00:32:15

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [59d7500ffbe3aef17bf638a3c08e83de1d187b31]

        Merge SRC638: 27.07.01 - 00:31:54

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [dea646650c026ca6b57d9e105a52aee37552b22f]

        Merge SRC638: 27.07.01 - 00:32:08

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [829751110393d5de7b2631afddef772418aa449f]

        Merge SRC638: 27.07.01 - 00:31:27

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [0b1c68c6b741b64a5c7a123f3597db6fa1188303]

        Merge SRC638: 27.07.01 - 00:31:25

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [18d5db948200c85c3f587d716ca8ecc2e9a55b35]

        Merge SRC638: 27.07.01 - 00:31:21

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [8b0e9ab7533876bac51a259213a151de80b02213]

        Merge SRC638: 27.07.01 - 00:31:11

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [ffd5dd9f9b1a5f716bc3d63def71f1943f4d88a6]

        Merge SRC638: 07/27/01 - 00:30:31

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [cea30f8935888cbdf7ad9cebe2699c86347ecf10]

        Merge SRC638: 27.07.01 - 00:30:20

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [d4ca8488df41c67205e8adb6c5fd5de058b85b9e]

        Merge SRC638: 27.07.01 - 00:30:05

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [9891cc7dae8de908c785fede8d260b63e55a0816]

        Merge SRC638: 27.07.01 - 00:29:48

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [21b42b7f73108cc2e86be9f694bbf57970d3cb6a]

        Merge SRC638: 27.07.01 - 00:29:45

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [7e951249ed4bc9d979da01c9adec7e18bb8b2de3]

        Merge SRC638: 27.07.01 - 00:29:22

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [c6491f33c45ea507fe4a18024c4ddc6c9e954081]

        Merge SRC638: 27.07.01 - 00:29:16

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [6992b3deb87d0b10bfb48021054cfe6c26c3d40e]

        Merge SRC638: 27.07.01 - 00:28:52

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [2b2b8f127d2195d3eafc4fd0349ce02a36a174b9]

        Merge SRC638: 27.07.01 - 00:28:51

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [a31999efe3aeec9221eccd6beb94c3bf745e8241]

        Merge SRC638: 27.07.01 - 00:28:14

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [b4e50686aa00b38e7e6c50f16386e79cb64f3958]

        Merge SRC638: 07/27/01 - 00:28:05

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [69e0a3c4dbeb6f60948c331f49bef74bb3183ed2]

        Merge SRC638: 27.07.01 - 00:27:44

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [6e2ddba21029f607278e477e6e27da7d87d65838]

        Merge SRC638: 27.07.01 - 00:27:28

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [96d037cd1a6a3e9773ce1876d1615ec4eac683de]

        Merge SRC638: 27.07.01 - 00:27:16

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [32c898ed67a5a76ceeba7dc86a21b12f6d4d9c64]

        Merge SRC638: 27.07.01 - 00:27:15

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [9805c3ee2f41218d120ae7c51bfc60f4d52fd659]

        Merge SRC638: 27.07.01 - 00:26:51

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [37d791560f6af6bb33b2e28de40b27cfe93c38e6]

        Merge SRC638: 27.07.01 - 00:26:03

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [d8937079fd12177ef1260054b0e0a7091ddda0dc]

        Merge SRC638: 27.07.01 - 00:25:54

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [05f506b2ab2dc513616fde46de4ccc251f513c57]

        Merge SRC638: 07/27/01 - 00:25:13

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [e0e3d116beb7f3b7ccaa2d602629cfc0da131349]

        Merge SRC638: 27.07.01 - 00:25:19

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [80d15c8827820a5ff754109cc877c0eae7c06cfa]

        Merge SRC638: 07/27/01 - 00:25:25

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [dfee4e773080eda9af0d511af243ad5d4b263a57]

        Merge SRC638: 27.07.01 - 00:25:14

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [3c3fd27e255bee89721523b485245aa99a69cc6f]

        Merge SRC638: 27.07.01 - 00:25:29

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [c2ade42a05541d89061b572448335c20f9c35892]

        Merge SRC638: 27.07.01 - 00:25:22

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [694dbb6edd1beb2b95f6f5262d697cd9dfc3cd0c]

        Merge SRC638: 27.07.01 - 00:24:48

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [3d45054134ac3b534909417842280c0cd9c25fde]

        Merge SRC638: 27.07.01 - 00:24:40

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [45d2c849eb4b87f569181031a494693b1ae38ae2]

        Merge SRC638: 27.07.01 - 00:24:24

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [996ea368ed372043af6417b892ac03cf439abd26]

        Merge SRC638: 27.07.01 - 00:23:45

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [d50d4b3e5e7a3a687eb60b72d22f3493138a114e]

        Merge SRC638: 27.07.01 - 00:23:32

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [430b5ecb6bbf25c3339d46cfc7a29a3f47a29e4a]

        Merge SRC638: 27.07.01 - 00:23:31

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [2fd49dc386c0a18868f0bb5c073318de1d635dc7]

        Merge SRC638: 27.07.01 - 00:23:42

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [f9a2a49c60ff0a765f64fd9eebc3dbb80c77225d]

        Merge SRC638: 27.07.01 - 00:23:13

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [385a428efd361b40c487f4f13134cc4851dadefb]

        Merge SRC638: 27.07.01 - 00:22:39

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [d853f752e120db5a779aa4d4b26b590d369141dc]

        Merge SRC638: 27.07.01 - 00:22:24

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [c0222dff46e7815c8522870807fc69c3c24a0f16]

        Merge SRC638: 27.07.01 - 00:22:01

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [ef8265c62fe478d2a4d1662718bc9406fabaa73e]

        Merge SRC638: 27.07.01 - 00:22:00

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [53e84e5d048e509941923ccef6c5a1f9eb0679dc]

        Merge SRC638: 27.07.01 - 00:21:57

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [4d591157fc4080d8205dafb2cd05d46ff956de80]

        Merge SRC638: 27.07.01 - 00:21:41

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [79e0befe5638479575003417aef9f1fe861e58a5]

        Merge SRC638: 27.07.01 - 00:21:24

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [21310e764eb7750987edb5fac7f84da8e7cf22bb]

        Merge SRC638: 27.07.01 - 00:21:11

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [ea9ff8162ee7c192fed8935efd44c768b3c05c75]

        Merge SRC638: 27.07.01 - 00:20:41

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [694b1d94d87da78bedf2781c48e6aebce50319df]

        Merge SRC638: 27.07.01 - 00:20:25

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [af19a538e6046c60c4ac2b0838b47eacec2a98b0]

        Merge SRC638: 27.07.01 - 00:19:56

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [d30edfa832c5669f10f6cf6b189d221e69a24872]

        Merge SRC638: 27.07.01 - 00:19:18

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [dd69c48d01f83a8483f07506bb81658c255ed931]

        Merge SRC638: 27.07.01 - 00:18:50

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [d845cf9f0fd21e689c5523ad523e2f358971c8f9]

        Merge SRC638: 27.07.01 - 00:18:51

2001-07-26  jp  <jp@openoffice.org>  [aefac9c4af97a6ce88338308a02a6b241f8771e0]

        Bug #88107#: use correct StarSymbol characters

2001-07-26  Niklas Nebel  <nn@openoffice.org>  [bc39ac8d9233d1100c789b666b5bb7fe8041c3cf]

        #89541# correct usage of INetURLObject::GetMainURL

2001-07-26  Eike Rathke  <er@openoffice.org>  [0ef642d1b307cb1d58b15508ebb8a89079639449]

        #90267# removed TF_FILEURL

2001-07-26  Martin Gallwey  <mtg@openoffice.org>  [a4e8199422848afbf2b52542f36454b056e6b2ed]

        #89906# handle print preview settings as well as global ones

2001-07-26  Martin Gallwey  <mtg@openoffice.org>  [7d254e69a985e81b2390c87021f3b478ba26ec40]

        #89906# pass SwDoc to SwXPrintSettings CTOR

2001-07-26  Martin Gallwey  <mtg@openoffice.org>  [782fda189c715a2a0cfb96ca1f9b79c6e7d8ef4b]

        #89906# added the new api features for print preview settings

2001-07-26  Martin Gallwey  <mtg@openoffice.org>  [169dedfea9dabaabc280188292bb4853a13d0560]

        #89906# Include a SwDoc pointer in SwXPrintSettings so we can access and set print preview data

2001-07-26  Vladimir Glazounov  <vg@openoffice.org>  [f89f9105ab3c7de4c1cfa111e75aa6792231ebca]

        new version for SRC638

2001-07-26  Vladimir Glazounov  <vg@openoffice.org>  [5b0eebe4e55160887b8abf6e3df1862ad8fb5daa]

        new version for SRC638

2001-07-26  Kai Ahrens  <ka@openoffice.org>  [e1ee0cbfabd1e93d7d4410f3cca3d97d12faa9e8]

        #89294#: optimization of transparent printing

2001-07-26  Eike Rathke  <er@openoffice.org>  [76620a13c358972bff5ca02c5e6bf8c7df2bd4f1]

        #90205# removed obsolete header includes, use SotExchange::RegisterFormatName instead of Exchange::RegisterFormatName

2001-07-26  Philipp Lohmann  <pl@openoffice.org>  [bb64c02a54a72eec8988da4efa42a79a0f97b898]

        #i1188# attempt to suppress level 2 commands from PPD in level 1

2001-07-26  Rüdiger Timm  <rt@openoffice.org>  [6d606c426527842997422fd89cfd410fd622bd62]

        #87576# exception specification of _getSingleValue() changed according to its declaration in SwXDocumentSettings.hxx

2001-07-26  Caolán McNamara  <cmc@openoffice.org>  [ed26ee98321d26bfd156b4bd1bcc2b2c66b467e0]

        #i1154# Merge Cells after table is complete

2001-07-26  Caolán McNamara  <cmc@openoffice.org>  [740f347bc2db885563f7fe261a6790d2f24bae7b]

        #i1154# Export IsEmptyBox

2001-07-26  Daniel Vogelheim  <dvo@openoffice.org>  [cc09cdad5f773eae78e40e8da4020baaec0773a5]

        #90243# prevent crash if endDocument gets called before startDocument

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [bae4a0ef82eeacedd0863d91e3930e06545c4a82]

        new version for SRC638

2001-07-26  Rüdiger Timm  <rt@openoffice.org>  [9427842b996d15c68929945d313dcc4cf7969c8c]

        #87576# don't use SvxReadXML() or SvxWriteXML() in SVX_LIGHT

2001-07-26  Philipp Lohmann  <pl@openoffice.org>  [c835d94771b58b9d3c796c1b11f982c15ef6fa03]

        #i1174# irix issues

2001-07-26  Niklas Nebel  <nn@openoffice.org>  [66347ac8ca7d6a7395768e90a71b5ea3f4718adc]

        #88806# release mouse before StartDrag

2001-07-26  Philipp Lohmann  <pl@openoffice.org>  [1cddf9f3c35dc5e64cb7134b990cd92811fb2877]

        #i1078# irix changes

2001-07-26  Daniel Vogelheim  <dvo@openoffice.org>  [d6c3b4cec96b4bed4f4f93bed1eb3229db48e334]

        #86004# added logfile trace messages for profiling purposes

2001-07-26  Philipp Lohmann  <pl@openoffice.org>  [f13524f4a3aa55653e52dc472a3c6692ea6ce105]

        #90107# default action in XDND case

2001-07-26  Daniel Vogelheim  <dvo@openoffice.org>  [4755ca29afebc8e4f58e075f40dd088c61e059e7]

        #86004# added profiling time stamps to XML export and import

2001-07-26  Rüdiger Timm  <rt@openoffice.org>  [16c017a5bde186f69f37559b332e4258035e5586]

        #87576# unoifac3.hxx is obsolete

2001-07-26  Martin Gallwey  <mtg@openoffice.org>  [8db92430f11e3edd2df9962fa41c6e397dd35c93]

        #89277# Set IsAutomatic to readonly

2001-07-26  Sascha Ballach  <sab@openoffice.org>  [21df011f67c75eafd53f46fd0493662dbd3dd846]

        #80365#; add ProgressBar for XML import

2001-07-26  Kurt Zenker  <kz@openoffice.org>  [e2f71d3842cbd703ae0159f8d71f2eae5d5c3e98]

        new version for SRC638

2001-07-26  Ocke Janssen  <oj@openoffice.org>  [73ebce6505ecbbe74a74def5d5a0295bed375f5c]

        #90291# check if table should be appended

2001-07-26  Sascha Ballach  <sab@openoffice.org>  [af19193f64721d18a291ca1b9ed2058778504d40]

        #80365#; add ProgressBar for XML import

2001-07-26  Rüdiger Timm  <rt@openoffice.org>  [736f439f9dbd9554baa209efbf926bd4d7b69466]

        #87576# ^M at end of line 1747 removed

2001-07-26  Oliver Specht  <os@openoffice.org>  [d0a08e0b1d1b3ce2b3c1f1805ef483359efacc4a]

        #88414# convert bullet font to/from old versions

2001-07-26  Oliver Braun  <obr@openoffice.org>  [b4ce3894a63a0fbf4461f2948562a13c9c144d77]

        #88409# initialize clipboard and d&d on demand

2001-07-26  Gregor Hartmann  <gh@openoffice.org>  [1b0adb401955acfff882c62022687f4bd45ef2cb]

        #84831# fixed encoding

2001-07-26  Kai Sommerfeld  <kso@openoffice.org>  [f4bf997fba231b5093b0fb7b733e81b4253e58f8]

        #89617# - branch error, same as rev. 1.14.

2001-07-26  Kai Sommerfeld  <kso@openoffice.org>  [5a26c4a7b9f539f337e1ecc22c6bc17d00e9d19a]

        #89617#

2001-07-26  Rüdiger Timm  <rt@openoffice.org>  [b7456f92df2ef21a362b38cf61ade57a1f603668]

        #87576# include fixed

2001-07-26  Rüdiger Timm  <rt@openoffice.org>  [b51a73f631f25a4606faee6347ae4f8954118a39]

        #87576# exception specification added

2001-07-26  Rüdiger Timm  <rt@openoffice.org>  [e71a50649e271e36937b61dcd9991a7589c13698]

        new version for TSL638

2001-07-26  Malte Timmermann  <mt@openoffice.org>  [cdd10baa433734468a5787a6a3c0b7818f463479]

        #86374# CheckBoxes are supporting XButton now...

2001-07-26  Kai Ahrens  <ka@openoffice.org>  [9e16f19696ba55626c0b2554aa645645ab30776e]

        #89823#: removed test (trash) code (SID_VIEWSHELL3)

2001-07-26  Dirk Völzke  <dv@openoffice.org>  [e0e66cca1bfa67bcf10528612c975594eb592aa8]

        #90205# remove TF_SVDATA

2001-07-26  Dirk Völzke  <dv@openoffice.org>  [c525d115e78004b9122c8664e2e3d9c2370b70fc]

        #90205# Don't include vcl/exchange.hxx, use sot/exchange.hxx instead

2001-07-26  Daniel Boelzle  <dbo@openoffice.org>  [eb976b0c3f9035f73b03f90c63a76f0d42631a18]

        #90246# use /Ox for msvc

2001-07-26  Dirk Völzke  <dv@openoffice.org>  [d3d083a869447f5273b1b59949462b38bdaa4c7c]

        #90205# remove TF_SVDATA

2001-07-26  Tino Rachui  <tra@openoffice.org>  [29c97d1515f9defc5b50177fde4cc146a130fbdb]

        #90282#fixed erroneous resource management in ctor/dtor and added some additional assertions to detect errors at program time

2001-07-26  Daniel Boelzle  <dbo@openoffice.org>  [f3d462096b2f4b252b20e494f5f5cf45d28ed70b]

        #90246# disabled optimization for except.cxx

2001-07-26  Tino Rachui  <tra@openoffice.org>  [305a9e704041dc73410e71a6f8f1fdc38c21cdf7]

        #90282#error check in getContents

2001-07-26  Philipp Lohmann  <pl@openoffice.org>  [8811044c038fee7b12897e460003b4011c7f421f]

        #89556# workaround for broken fonts

2001-07-26  Tino Rachui  <tra@openoffice.org>  [efa462454a1874ac0d56bf8f4bf5984c2b2dcc8a]

        #90282#additional assertion to detect errors earlier

2001-07-26  Thomas Lange  <tl@openoffice.org>  [3122b96dcd07ca26a215fb906c7e432b2cfb68b9]

        #89982# uses root-symbol character from StarSymbol font now

2001-07-26  Tino Rachui  <tra@openoffice.org>  [5ca5cb4fe3319ff035c36b78ae6c3b52b61e980d]

        #87296#now setting lindex to 0 if clipboard format is cfstr_filecontents in formatetcfromclipbformat

2001-07-26  Dirk Völzke  <dv@openoffice.org>  [1fd338649905b070fee39b634efba667bc95cb73]

        #90205# remove TF_SVDATA

2001-07-26  Daniel Vogelheim  <dvo@openoffice.org>  [c2c6ecd085cf11c672888905d96c3477b85895f3]

        #90214# abort filter() call if xHandler is missing

2001-07-26  Joachim Lingner  <jl@openoffice.org>  [60eaca72471a34e38e520c8ae12a9b1dfc923e2b]

        #86173#

2001-07-26  Dirk Völzke  <dv@openoffice.org>  [b5ca95e8292690220d086c450f607dce27408fd0]

        #90205# remove TF_SVDATA

2001-07-26  Tino Rachui  <tra@openoffice.org>  [c9c9ef1ef405dec5f0c3db69178d3188a35b8355]

        *** empty log message ***

2001-07-26  Oliver Specht  <os@openoffice.org>  [9a5ec9e67b0db62f12e92830fa1d561418527c45]

        #87945# strike through doesn't enable color list box

2001-07-26  Thorsten Behrens  <thb@openoffice.org>  [fe7cbbe64a80279f330f7fd08c54394bac82586b]

        #90205# Removed header and TF_SVDATA

2001-07-26  Daniel Rentz  <dr@openoffice.org>  [f34b25fefde4853d9204575a7f53619bb9b1df35]

        #90268# import of ext refs

2001-07-26  Thorsten Behrens  <thb@openoffice.org>  [3ceac27f957c03bd1464f1db1f1d5240527dce04]

        #90205# Removed header and TF_SVDATA

2001-07-26  Thorsten Behrens  <thb@openoffice.org>  [79ade901bb768aeb42354ab34b20349efccfc309]

        #90205# Removed header and TF_SVDATA

2001-07-26  Rüdiger Timm  <rt@openoffice.org>  [e6997df39f8bc0f5685e3abb17c73730020b7691]

        #87576# gcc demands an argument for macro SAL_CONFIGFILE()

2001-07-26  Malte Timmermann  <mt@openoffice.org>  [e291e37e7c2b72e73ed2f906e071f275e8a48405]

        #88856# addControl: check if control is NULL

2001-07-26  Stephan Bergmann  <sb@openoffice.org>  [37238574d1a1bcf5429d203dd315414ae0a0a5ec]

        #89661# ConcatData()'s rThePath now always uses WAS_ENCODED regardles of eMechanism.

2001-07-26  Christian Lippka  <cl@openoffice.org>  [74b76b14d5a628cf5d3553458e460a9630c74b9c]

        #90205# removed exchange.hxx

2001-07-26  Stephan Bergmann  <sb@openoffice.org>  [d6aa56637246f3d16363817452154cc8d8f2535a]

        #90171# Added vnd.sun.star.script and getParameter().

2001-07-26  Stephan Bergmann  <sb@openoffice.org>  [696678dd1684c2c69a7cd7a16ba5045db22e0d2f]

        #90171# Added vnd.sun.star.script and getParameter(); removed obsolete TF_FILEURL.

2001-07-26  Christian Lippka  <cl@openoffice.org>  [2e1eff79f5e89d4582dd07f7ad296d8cceb81c62]

        #90205# removed exchange.hxx

2001-07-26  Christian Lippka  <cl@openoffice.org>  [905aed72e9e71eb73b7a589613794d73fd5d0605]

        #90205# removed clip.hxx

2001-07-26  Ocke Janssen  <oj@openoffice.org>  [5806460626fbb9f07cb0a564f9ce881441d3337e]

        #89831# renaming enabled

2001-07-26  Ocke Janssen  <oj@openoffice.org>  [9217bd6717c304c2379ce79019ce0c9cd8054409]

        #89831# new method to append an existing node with different name

2001-07-26  Kay Ramme  <kr@openoffice.org>  [07749ecfe1f503961869a9260d4e56cfbcc6e003]

        more verbose in error case (#88338#)

2001-07-26  Carsten Driesner  <cd@openoffice.org>  [a2369be7af094045bb7bd094ea96a03f140497c6]

        #88409# use testtool lib only on demand

2001-07-26  Carsten Driesner  <cd@openoffice.org>  [e70e0cfdafceec22f0db74bf1717a3a8ded46338]

        #89023# remove automation lib

2001-07-26  Ocke Janssen  <oj@openoffice.org>  [1694130bc1eaca87388ead1519f0d34e411faf58]

        #90205# remove TF_SVDATA

2001-07-26  Lars Langhans  <lla@openoffice.org>  [09899f7c5e7ac2f6f572f8737bda00189fb001d3]

        Changes to compile simpletest.cxx

2001-07-26  Sascha Ballach  <sab@openoffice.org>  [8828230e0c3acaca0bf42bf8e40287045e96436d]

        #90139#; property HasDrawPages and ForbiddenCharacters added

2001-07-26  Oliver Braun  <obr@openoffice.org>  [e076450427f5566134b32c6015639bf4e8ef729d]

        #83748# added kde2 integration

2001-07-26  Sascha Ballach  <sab@openoffice.org>  [c3586b2d782bcaff444bf4b05136fc25799ef4b8]

        #90255#; remove xmlkywd.hxx

2001-07-26  Sascha Ballach  <sab@openoffice.org>  [14a7e42417b61fd0052de72f22b2569b5e4cf6a9]

        #90255#; add macro token

2001-07-26  Sascha Ballach  <sab@openoffice.org>  [16f02753ab3a231e0059a1cde2690325f60b6e59]

        #90139#; use new Property HasDrawPages

2001-07-26  Frank Meies  <fme@openoffice.org>  [d2f0e887cfa0b5561642bf58d7a6490561ae4e2c]

        Chg #90205#: Removed obsolete headers

2001-07-26  Sascha Ballach  <sab@openoffice.org>  [09d4c2c24907b9ed18030c8ab16aeb4f9709da07]

        #90139#; add the HasDrawPages property

2001-07-26  Sascha Ballach  <sab@openoffice.org>  [1ead067a61204ead294456b51129550465431981]

        #89805#; get the correct NumberFormatter only once than again and again

2001-07-26  Oliver Specht  <os@openoffice.org>  [cf049fcecab40ee6c3facaef934fc9eb08a179b8]

        #89714# prevent removing of current entry after drag and drop

2001-07-26  Oliver Specht  <os@openoffice.org>  [2c213cd2df9d7078fd41b8ac0d9700ba4397ec12]

        #89083# stream encoding correctly set

2001-07-26  Oliver Specht  <os@openoffice.org>  [ef540bad9e177f3e0f152cbe37a30abb03c2c9a6]

        #89083# GetEncodingByHttpHeader added

2001-07-25  Eike Rathke  <er@openoffice.org>  [126de52ed8a776b8d3311ca7b21f75b6d5252a5e]

        #87302# localized OLE 'Object' name prefix; libdl must export ImpGetResStr for libsvx

2001-07-25  Eike Rathke  <er@openoffice.org>  [5a3dfe542c4d601c051b9933ba639eb14907298b]

        #87302# localized OLE 'Object' name prefix

2001-07-25  Eike Rathke  <er@openoffice.org>  [536111d2ec852efd7875e9a6fe593ad38f3c1d75]

        #87302# localized OLE 'Object' name prefix

2001-07-25  Niklas Nebel  <nn@openoffice.org>  [85c884a4fa9effd83a77f8748444443fefa379ac]

        #90211# state for SID_OPENDLG_MODCHART

2001-07-25  Niklas Nebel  <nn@openoffice.org>  [00cdf0c560725ffdb67a27aa7762212158225ec5]

        #90204# SID_TABOP, SID_SOLVE: check for arguments

2001-07-25  th  <th@openoffice.org>  [9acdd7dc67d0613ac81622bd033fa8e6d61c6a38]

        #88233# - Better fontmapping for symbol fonts

2001-07-25  Stephan Schäfer  <ssa@openoffice.org>  [dfad4dda7686515427c252a667a9fd91793e5224]

        #90232# no cursorect update in eventhandler

2001-07-25  Herbert Duerr  <hdu@openoffice.org>  [6cd1172ed2c8bee00f1f697432b6e565190f07eb]

        #89114# GetGlyphBoundRect() no longer relative to lineheight but to ascent

2001-07-25  Dirk Völzke  <dv@openoffice.org>  [cb89ecfb4f1d17e8fb3ae3958dfa255e44df3f5b]

        #90224# Use SFXWB_SHOWSTYLES to display the style listbox

2001-07-25  th  <th@openoffice.org>  [5a751cf0faed2407fc5624db5e505120f1c07d82]

        #88207# - Better handling, when we query the font attributes from the system

2001-07-25  Dirk Völzke  <dv@openoffice.org>  [b5f36c65ced61d3034f74dd310b0d17551d61a34]

        #90224# added support for new template FILEOPEN_LINK_PREVIEW

2001-07-25  Daniel Vogelheim  <dvo@openoffice.org>  [1ba84abe9aca03e67261716c96f4c8e8dc8044c9]

        #86004# faster getApiNames implementation

2001-07-25  Frank Meies  <fme@openoffice.org>  [b8ae4c2c41d9ace377f4b368a49b29d201a795f8]

        Fix #90247#: Size of ASCII Filter Options dialog too small

2001-07-25  Rüdiger Timm  <rt@openoffice.org>  [2ba4e8e77665cbfc2e785f082f797cdf64204023]

        new version for TSL638

2001-07-25  th  <th@openoffice.org>  [de0672ea20078091698ae53cd9cc0f3c5950ed66]

        #90096# - Use the correct Window in GetDropTarget()

2001-07-25  Juergen Schmidt  <jsc@openoffice.org>  [4c9fff1aec7224e94b76d7646d2d7a5530504e40]

        #87190# correct include options

2001-07-25  Thomas Benisch  <tbe@openoffice.org>  [59e57a8f1c000d5f1786abae653753d6e57a9d56]

        #88565# change module management from sbx to library container

2001-07-25  Michael Brauer  <mib@openoffice.org>  [e1ef895507826705116caa4e460f5ca6c2a56195]

        #89679#: Check for XML_NAMESPACE_UNKNOWN_FLAG again

2001-07-25  Oliver Bolte  <obo@openoffice.org>  [13b375a6c538d50921c7e174fe407a8a4ff29ca8]

        corrected version

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [784db3e3ee125c0db53430984bb65a6b354d53f9]

        #90221# GetState for SID_FM_FILTER_EXECUTE and SID_FM_FILTER_EXIT

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [1d5cfca89b7f1a0bd4981138421c5e84cf8829d9]

        #90205# remove TF_SVDATA

2001-07-25  Malte Timmermann  <mt@openoffice.org>  [ec3921aba97990ca7d1c28c5943bf52f2c41cdac]

        #88414# Converion from StarBats/Math to StarSymbol and back for Load/Store

2001-07-25  Philipp Lohmann  <pl@openoffice.org>  [8b5dbe34412e509cdc85c60e1f4e698286d055a5]

        #90205# removed old system exchange implementation

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [7e94dc9567a719190a519bb77adee1ef1fe654ef]

        #90205# remove TF_SVDATA

2001-07-25  Kay Ramme  <kr@openoffice.org>  [6439e35a79fead0c00e5a76d6ff2af93fdd456c9]

        default bootstrap the office (#88338#)

2001-07-25  Ocke Janssen  <oj@openoffice.org>  [6305a3fc3df50c2aa7fcf5bfd88437beebda404d]

        #90201# check ldap name

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [53d3141b965f7c3eb8dfefe3830bef72112f3a4d]

        #88927# don't link against DBTOOLS anymore

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [a003f6fd74a4b3a191e076f2c4572b1ddf0fe58f]

        #88927# use DBTOOLS with load-on-demand

2001-07-25  Daniel Vogelheim  <dvo@openoffice.org>  [f8f187c2bf9e8f0b7beca323d83919414d4d8681]

        #86004# strings now constructed with length

2001-07-25  Kai Ahrens  <ka@openoffice.org>  [2afae62fac023188420e834defce6e155d19b6b8]

        #89094#: draw gradients with correct numbers of stripes/cleanup

2001-07-25  Daniel Vogelheim  <dvo@openoffice.org>  [6079de137357cc0fa6bb61ed4cdfcec38701e392]

        #86004# silly string storage eliminated

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [cda0112a32df4cc5a49853b72211bfcc7cb0b272]

        #88927# use DBTOOLS with load-on-demand

2001-07-25  Martin Gallwey  <mtg@openoffice.org>  [ba0a1330089b8aa4a272795487c4b5d13bf03aa3]

        #89101# add special handling for IsSkipHiddenText and IsSkipProtectedText to the XPropertyState interfaces

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [9beb7934d7cbcfb8a1b4fbe48bfeabc14ccbd1cb]

        #88927# removed obsolete ids

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [465fd1026c63ba35d2324b9d7d2e763764b9a7a4]

        initial checkin - replacement of the SvxDbMsgBox, now only used for deletion confirmation

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [6590f8cc1c22e0a089c36984ecb82f5d4410df77]

        initial checkin - base class for load-on-demand usage of the type conversion capabilities of DBTOOLS

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [2760ce54abeae3873491b7e39f6052ad08d861ff]

        initial checkin - base class for load-on-demand usage of the OSQLParser

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [690273c59f27add41aad3677bff11bbfcd6196cc]

        initial checkin - base class for accessing DBTOOLS with load-on-demand

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [ef553b4b9cc80d4a7271750f58391d3e33e19925]

        #88927# added simpledbt.lib

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [0655f2423ab1997304614f219927d263c4853033]

        initial checkin

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [f66fe052bb97861e2434e019001a3b087c09920d]

        initial checkin - class for load-on-demand usage of the statis DBTOOLS helper functions

2001-07-25  Daniel Vogelheim  <dvo@openoffice.org>  [0936f2299562c6e774865eb431ec81cf080584e1]

        #89892# paragraphs in text frames shouldn't assume the list level of the surrounding         (anchor) paragraphs

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [3a8a55610ce634c281dd7e06a6bc73eb31376144]

        initial checkin - base class for all the ref-counted classes herein

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [d1c88112b15860f80ec9b12afcbea2a37cc3e999]

        initial checkin - main factory for load-on-demand usage of OSQLParseNode

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [f20bac52281514dae23c392ad84fd05b3545bd20]

        initial checkin - main factory for load-on-demand usage of OSQLParser

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [7ca919f911fb7674fc8f374574e9760c86ebcef1]

        initial checkin - main factory for load-on-demand usage of DBTOOLS

2001-07-25  Frank Schönheit  <fs@openoffice.org>  [8e3f1a654e12e9d9553f1ee3aa89ca3a94ab498f]

        initial checkin - helper for accessing methods/classes in dbtools with loading the library on demand (and not linking against it)

2001-07-25  Malte Timmermann  <mt@openoffice.org>  [a9cbffb4d716fbc063af48b3c4a49fdec4bf4305]

        #90205# -TF_SVDATA

2001-07-25  Ocke Janssen  <oj@openoffice.org>  [e2ada47ea330d8e86bf6a03c3bddbf43c451bcf1]

        #90026# wrong parameter access

2001-07-25  Oliver Bolte  <obo@openoffice.org>  [fea3dd5c12805940b3941f0de54cd580fde77630]

        Change XMLOFFLIB into static

2001-07-25  Andreas Schlüns  <as@openoffice.org>  [bc82daee94aeed1a56a46ed174b5adf44557d15a]

        #90223# don't handle slot, uno URLs self

2001-07-25  th  <th@openoffice.org>  [50f0f498f539605d4cb495f51b2355bded49c306]

        #89724# - Add ITC ... support and add Applixware fonts for better font mapping

2001-07-25  Andreas Schlüns  <as@openoffice.org>  [263950d62775a333db0cb15b28b6cc96a897231c]

        #90160# don't read filters for dummy factory

2001-07-25  Philipp Lohmann  <pl@openoffice.org>  [d0d86b2a6e437e3b9761c796822e6387ecd91d3a]

        #90205# removed obsolete headers

2001-07-25  Carsten Driesner  <cd@openoffice.org>  [11bcf2f6781ff397686265ca9c0968d28d9a4061]

        #81412# Don't call exit if ipcthread cannot determine user installation path

2001-07-25  th  <th@openoffice.org>  [56fb9799da555b85621a6a5242fce88dd5205753]

        #89090# - Invalidate now the correct area in Resize()

2001-07-25  Thorsten Behrens  <thb@openoffice.org>  [9055140515705d60a91fcff6c35d8076a6578363]

        #87913# Removed some more stuff for xmloff light

2001-07-25  Dirk Völzke  <dv@openoffice.org>  [30ec981af673029fc5b825f4350bf1bfcf7ec091]

        #88653# Set the display directory to the 'working directory' if there is none

2001-07-25  Thomas Benisch  <tbe@openoffice.org>  [c8a56afbf70e886de7ceb8af53aa28be57042df8]

        #88563# BasicIDE load on demand

2001-07-25  th  <th@openoffice.org>  [613f07664fb52b2a047d1e12547a4bacdf04752a]

        #90205# - remove DDScroll()

2001-07-25  Philipp Lohmann  <pl@openoffice.org>  [094965e0393456dfe4d551741c31ae62ce2b1c4f]

        #90131# SalSystem class removed

2001-07-25  th  <th@openoffice.org>  [6bd12d864d09cd1ec4c84acff7bdf34f6335b786]

        #89841# - don't call GdiFlush() so often

2001-07-25  th  <th@openoffice.org>  [ca2835e3fa88da05148411e4944a2026aa37ce51]

        #90131# - remove salsys.cxx

2001-07-25  th  <th@openoffice.org>  [ba8ff9916e870a6d6697c4d9db34288152d5cf63]

        #90131# - remove ENABLEUNICODE

2001-07-25  th  <th@openoffice.org>  [0c9ee98251b3a3ef8ebac0c40bef01a1aa6099cd]

        #90205# - not needed anymore

2001-07-25  th  <th@openoffice.org>  [8794156360c9367ef7dd2709405bace6cf72b23c]

        #90205# - remove TF_

2001-07-25  th  <th@openoffice.org>  [4a166c8dfc9dd36622de3fd1f4ac5278945785df]

        #90205# - remove TF_

2001-07-25  Christian Lippka  <cl@openoffice.org>  [f392a8c946096bf39fd40e60d5418ccc6d86e850]

        #88436# fixed encrypted files

2001-07-25  th  <th@openoffice.org>  [4a10851cbf76ba4fde65616e03041aae0e8d98a8]

        #90131# - remove ENABLEUNICODE

2001-07-25  Martin Gallwey  <mtg@openoffice.org>  [c7c8ebeedf616bcfde2b9d12f7185e47ef4e0423]

        #89999# remove defines which are no longer used

2001-07-25  Martin Gallwey  <mtg@openoffice.org>  [67029fb40a5c7b657c134f594a7341d59827bbdc]

        #90188# export all XML configuration settings generically

2001-07-25  Dirk Völzke  <dv@openoffice.org>  [60e95458bd24ee2a60f17e4c1a6432f16d932714]

        #89928# Use the dateCreated when there is no dateModified

2001-07-25  Dirk Völzke  <dv@openoffice.org>  [26a94ddfa1c5f2c7d07b5e6f08c278694e939994]

        #89928# ShouldUseProxy should return false when proxy type is set to none

2001-07-25  Andreas Schlüns  <as@openoffice.org>  [5117c59adb80b3f51a22fa4b14cae9e81abadf97]

        #90051# repair pathoptions

2001-07-25  Thomas Lange  <tl@openoffice.org>  [0c5d6ef6f0599491179f0082ab12eede9ce3052c]

        #90210# use correct text-encoding for non latin1 languages

2001-07-25  Kay Ramme  <kr@openoffice.org>  [39f8804fcb5d122748896a7577deb371e9badb32]

        added beneath exe. test (#88338#)

2001-07-25  Kay Ramme  <kr@openoffice.org>  [52c7b7afed15f056fa1ec17dfa88579668f7616e]

        cut any exe. ext. to find rdbs beneath exe. (#88338#)

2001-07-25  Thomas Benisch  <tbe@openoffice.org>  [f3a1181ddb327c057c70302d222f9d678c8736ea]

        #88563# BasicIDE load on demand

2001-07-25  Juergen Schmidt  <jsc@openoffice.org>  [d5d8762138c4fff7da4e35b7cfc2f8a6b2440721]

        #87796# pack xml description for officeclient example

2001-07-25  Kay Ramme  <kr@openoffice.org>  [7c6cb8fded2027cb3ab189d85db58d8e85f77bed]

        extended to test to check exe. extension removal (#88338#)

2001-07-25  Rüdiger Timm  <rt@openoffice.org>  [897bb75c7de9ab60387e76e08c7601de6f83c8a0]

        #87576# don't include header with project own path

2001-07-25  Kay Ramme  <kr@openoffice.org>  [d371ca70fec5ec3d5a94e6588d0c7abe37a79ad3]

        rm any potential executable extension (exe/bin), ignore case (#88338#)

2001-07-25  Thomas Benisch  <tbe@openoffice.org>  [c1837531ccc577e6c139fe055978c558024b75d2]

        #88563# BasicIDE load on demand

2001-07-25  Thomas Benisch  <tbe@openoffice.org>  [30199e4d988c627f70d06c1cdef32593128bb88c]

        #88563# BasicIDE load on demand

2001-07-25  Thomas Benisch  <tbe@openoffice.org>  [9b4c137cfe59e33891c9b6f06a901b95dff9786a]

        #88563# BasicIDE load on demand

2001-07-25  Thomas Benisch  <tbe@openoffice.org>  [1cfad4338a2bfa236dc08414b7996f1ce0679f9f]

        #88563# BasicIDE load on demand

2001-07-25  Michael Brauer  <mib@openoffice.org>  [f6a93e58a0b0ea63318eac0c7947c72aecb6fdbc]

        #88107#: Convert StarMath/StarBats to StarSymbol

2001-07-25  Michael Brauer  <mib@openoffice.org>  [2aef6d5a7c583a5028ab369c43bba1b321deaa9a]

        #88107#: Convert StarMath/StarBats to StarSymbol

2001-07-25  Michael Brauer  <mib@openoffice.org>  [e7cbe899b80b0751b2823289daf3c1a01fd60d89]

        #88107#: Convert StarMath/StarBats to StarSymbol

2001-07-25  Ocke Janssen  <oj@openoffice.org>  [4c77e2f45946e61a8dc042e1868edc8924e365fc]

        #87935# parameter corrected for predicate tree

2001-07-25  Ocke Janssen  <oj@openoffice.org>  [aa9bea0cc7aa7531793a53c23690dca5a681b2a4]

        #87935# parameter corrected for predicate tree

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [f19488387a3e48f09d4d4b59393224205b2eb13c]

        #90188# Export an empty byte sequence if we have no printer (this avoids an assertion in XMLOFF)

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [81ac60560d1709af812db4a4ab92c8de5b262dce]

        #89999# Moved the type generation code to the comphelper, and two property maps to the ChainedPropertySet implementation

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [3a4221b7aa06d09bf8b9628e8fe63d00d3f0820f]

        #90188# re-implement these property sets using ChainablePropertySet so they can be included elsewhere

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [6d2e8404b24a94fe5fbbe6be63ea2e86f3314dd2]

        #90188# Make this a MasterPropertySet so we can include other property sets in it

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [732261657bd6fcabb1e9b59e448a3beefb1584f8]

        #90188# re-implement these propertysets using comphelper::ChainablePropertySet so they can be included elsewhere

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [cf0d7cdc2893639d37ae0db0d8a539cb00980398]

        Merge SRC638: 24.07.01 - 23:20:00

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [3e8f0c36672eef6e198ca05dafb9269f345e63f8]

        Merge SRC638: 24.07.01 - 23:15:02

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [d723d9bae44b34b65f0fceaf86faf8f6b031578f]

        Merge SRC638: 24.07.01 - 23:10:35

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [9c2dc2c1b5769ad4aaa59b6008e6563855ce72bb]

        Merge SRC638: 24.07.01 - 23:07:04

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [5b35980a44167f208d4e8e9fb9a8142085872a88]

        Merge SRC638: 24.07.01 - 23:04:04

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [b675fc19ad120cdda3da183ca63fb1c679ab792e]

        Merge SRC638: 24.07.01 - 23:01:32

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [f15ee8fd527ff7502bfaa56750d0a3dbbf317816]

        Merge SRC638: 24.07.01 - 23:00:52

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [3cc3a91d83166e3f9140d5d077d41f231864d80e]

        Merge SRC638: 24.07.01 - 22:59:23

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [9d6cbeaf4931ec3c41b9157e428c98afd4fb2cad]

        Merge SRC638: 24.07.01 - 22:57:54

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [eb11e4f1e71f8438d04b1023ee30216f4946ddab]

        Merge SRC638: 24.07.01 - 22:57:48

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [9cef642dc3c042a44809083763c985bcdd469750]

        Merge SRC638: 24.07.01 - 22:55:54

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [ac7244f71dd292b70332ad7de777d241fa438f3a]

        Merge SRC638: 24.07.01 - 22:53:45

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [2f6f02aa61ed8b5b3b3b781228b946209b51bb22]

        Merge SRC638: 24.07.01 - 22:51:19

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [72b91c198d6664c2ba0840375d897a8f2454c084]

        Merge SRC638: 24.07.01 - 22:50:11

2001-07-24  Rüdiger Timm  <rt@openoffice.org>  [69555bdbd0abf37dd06edb92381f41105e31a139]

        Merge SRC638: 24.07.01 - 22:50:12

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [807cd920d67c0912f3b42baf783202c21f835a70]

        Merge SRC638: 07/24/01 - 22:50:09

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [1bf3525719b131a9d066ecfca9f4833170a58de5]

        Merge SRC638: 24.07.01 - 22:49:42

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [ddaafebeeb529779af7be67227717cd48a98fa17]

        Merge SRC638: 24.07.01 - 22:50:22

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [5a8ec1f2ceea33007a4faffe3362ceec8b09f5ba]

        Merge SRC638: 24.07.01 - 22:48:08

2001-07-24  Rüdiger Timm  <rt@openoffice.org>  [53347d85255d04c3a193364dd1855a127a13648f]

        Merge SRC638: 24.07.01 - 22:47:17

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [63384a13ba93f0c96e232008038fd3958a1309d6]

        Merge SRC638: 24.07.01 - 22:46:33

2001-07-24  Oliver Bolte  <obo@openoffice.org>  [f2985f4e1652b49e454c3ceb489e2d6cbba9c5cf]

        Merge SRC638: 24.07.01 - 22:52:36

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [d30a14b5cc94f385c4ed7654ac812855e1eaa9ac]

        Merge SRC638: 07/24/01 - 22:46:33

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [69da077e360630cabc1e0d683c63dfef51185525]

        Merge SRC638: 24.07.01 - 22:46:54

2001-07-24  jp  <jp@openoffice.org>  [d2259f8f8c9fa596294ca03b9d3bfa59de0f54ea]

        Bug #88903#: WriteObject - write format String ever as unicode characters

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [d031353fc0d7f35d1adf89c06d31f401c527f8c2]

        Merge SRC638: 24.07.01 - 22:45:42

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [6f7db216a8733c90c8c3d36df0dc4c5dbcee1a39]

        Merge SRC638: 24.07.01 - 22:45:51

2001-07-24  jp  <jp@openoffice.org>  [0052ad8d189d7895d4aeb808d349d04d5c774968]

        Bug #88903#: SetObject/WriteObject accept format string now only a unicode characters

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [3e534088aecf79ca416af768d19e468616c11bf6]

        Merge SRC638: 24.07.01 - 22:44:36

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [2087ad77752a67c440fcddb28badeb19969a0df1]

        Merge SRC638: 24.07.01 - 22:44:24

2001-07-24  Rüdiger Timm  <rt@openoffice.org>  [d1be647e14c44cf1a0fd32c3500ccce95ba36ffb]

        Merge SRC638: 24.07.01 - 22:43:31

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [ac3dcc4b5b8b620b1bf51b202b9d1b9539ded1c4]

        Merge SRC638: 24.07.01 - 22:44:00

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [e2847f651692d0b7e559c2ea024b905d92364672]

        Merge SRC638: 24.07.01 - 22:42:50

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [9295786736aed74880f0b92b8d59c5cf82da47b1]

        Merge SRC638: 07/24/01 - 22:43:08

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [6cdbe67a35d82c6038a0a13e21f3ca69623b8408]

        Merge SRC638: 24.07.01 - 22:42:53

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [7fe07d4d59b378cc0b101a27ab8bb97520d96ccd]

        Merge SRC638: 24.07.01 - 22:42:06

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [95243feeb26255c1a968a80790e4ff21f2e2260a]

        Merge SRC638: 24.07.01 - 22:40:42

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [7f444b8556ec06a5b1b9ba549f4b7faabf92a14f]

        #90187# added Chained/MasterPropertSets

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [29017da71ea69f123c9fe9ea3dd185e82f7db601]

        Merge SRC638: 24.07.01 - 22:41:08

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [cb19411a97ded75c53729f1ba3af0495b12b5b05]

        Merge SRC638: 24.07.01 - 22:40:35

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [27d1a6ae89422ebe950fc3ac80b4df196ac73a18]

        Merge SRC638: 24.07.01 - 22:40:00

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [d41969b938a4c25484e5ff23288652c5362daecc]

        Merge SRC638: 07/24/01 - 22:40:03

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [76a1218dd48da07ad248a40b9d1716162651e3d2]

        #89999# initial import

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [698f02a21bb2ad0cf68977ee159eeac489b8be5c]

        Merge SRC638: 24.07.01 - 22:38:48

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [7b432951760f6826c043c4faa9f65decd991e38a]

        Merge SRC638: 24.07.01 - 22:38:38

2001-07-24  Oliver Bolte  <obo@openoffice.org>  [15c7de9b1919b5a573abf7f67423268a77473288]

        Merge SRC638: 24.07.01 - 22:43:42

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [8ec3ef952744614835953a6b70851dd61e5b3e06]

        Merge SRC638: 24.07.01 - 22:37:35

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [d52243b6768e2071f6c00735dc0856ea98c740ff]

        Merge SRC638: 24.07.01 - 22:37:20

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [95efe045c51b06ecf250b8314f28efb515aaafeb]

        Merge SRC638: 24.07.01 - 22:37:25

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [c09cb388e02348476f444dd4b3881a98b274d229]

        #90187# initial import

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [33a94ff1d50a4121640e0fdb51305e686430c4cc]

        Merge SRC638: 07/24/01 - 22:36:43

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [bcb4e4145b9a82c2a784262e77ddb8cac5981ac5]

        Merge SRC638: 24.07.01 - 22:36:40

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [531940895dd2c98ebda71bf12e8c0748be33d816]

        Merge SRC638: 24.07.01 - 22:35:46

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [5b709ce1b6046959263945df4874974ce9f950b1]

        #90187# inital import

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [a9e425da108bb020f112d772ac967c2e4c259899]

        Merge SRC638: 24.07.01 - 22:34:52

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [e0936ca02bcf9010066a1452f10fed8bd97b0f28]

        Merge SRC638: 24.07.01 - 22:35:04

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [96aa80e58b2ca0128463856a627995aa16a9cf93]

        Merge SRC638: 24.07.01 - 22:35:01

2001-07-24  Oliver Bolte  <obo@openoffice.org>  [e8a274dd29dae43417dec2ef07e34c70223361ad]

        Merge SRC638: 24.07.01 - 22:40:22

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [4b74a92b73955aff3ce97110762266d30e6b4f91]

        Merge SRC638: 24.07.01 - 22:34:16

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [ceb320b6c6a74a1af0e13b52839fd5393717f8dd]

        Merge SRC638: 07/24/01 - 22:33:50

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [7682aed3889380c84f4fc6ceb4b95c8ca5986d90]

        Merge SRC638: 24.07.01 - 22:32:44

2001-07-24  Oliver Bolte  <obo@openoffice.org>  [21b5b9c52a09086e5d81ddafe04417ce7c72c44b]

        Merge SRC638: 24.07.01 - 22:37:34

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [bb12b1fe2b9643d958e6a45cb4c044a3b1456c3f]

        Merge SRC638: 24.07.01 - 22:31:36

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [b54d393d25b830a55d99de7a364dbfe545b80414]

        Merge SRC638: 24.07.01 - 22:31:05

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [6d1fc053073cd0779a2370dd4b8963b9e58bab38]

        Merge SRC638: 24.07.01 - 22:30:50

2001-07-24  Rüdiger Timm  <rt@openoffice.org>  [d3484251c89cf330a974c155a966dbd86cd22cdd]

        Merge SRC638: 24.07.01 - 22:30:48

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [0d0e707ac654cb9b3cc6755feeea2aff963df9bc]

        Merge SRC638: 07/24/01 - 22:30:51

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [bd0b5aac9f7a8791e34ed7f230031512a1dda795]

        Merge SRC638: 24.07.01 - 22:28:59

2001-07-24  Rüdiger Timm  <rt@openoffice.org>  [f6ddad6185bd1b3c6de01505f80e14ef641e0e2a]

        Merge SRC638: 24.07.01 - 22:27:46

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [b5a6542dc75764df1fecaf1e728ac607c8488d9a]

        Merge SRC638: 24.07.01 - 22:27:41

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [6c6561f8c5111240793c3733394bc07143061ac6]

        Merge SRC638: 07/24/01 - 22:27:56

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [ab90e4fc3cae3cd98dd75c63d2eb8604ff6fe593]

        Merge SRC638: 24.07.01 - 22:27:38

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [76357164879bbe4b58e12dec4dc8c97ef30fdc2c]

        Merge SRC638: 24.07.01 - 22:26:19

2001-07-24  Oliver Bolte  <obo@openoffice.org>  [240199f0aba969e25f3d6f4869673fb6fc84d083]

        Merge SRC638: 24.07.01 - 22:32:03

2001-07-24  Rüdiger Timm  <rt@openoffice.org>  [73a2274cf868cd273ca261e3c7b2f96d86855dc6]

        Merge SRC638: 24.07.01 - 22:25:12

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [1b10895f93fd09af763ecd236521d443e238397e]

        Merge SRC638: 24.07.01 - 22:24:38

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [0755c3c5d9c2d6c64da1a60834f9a9f54bc7fc39]

        Merge SRC638: 24.07.01 - 22:24:48

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [bcf9d304f16bef036312d3ac7a1d108920791892]

        Merge SRC638: 24.07.01 - 22:25:01

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [c079e3ef1bafdd832da463e94d92c1c71e58d5fd]

        Merge SRC638: 24.07.01 - 22:24:22

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [52a98abf6385e918a15a9451b07f7ccc3cd6168d]

        Merge SRC638: 07/24/01 - 22:24:42

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [abb0072630fdb0a754b2d1f87c0efb25d26e1bb0]

        Merge SRC638: 24.07.01 - 22:25:15

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [66967f4807da0870a1300b5663b9190bb18db141]

        Merge SRC638: 24.07.01 - 22:24:53

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [8c1f1bb2d0b75f59bf0cdc462f481baaa45172fd]

        Merge SRC638: 24.07.01 - 22:23:29

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [233b646ee9d134190f5cd60df670257ea5470882]

        Merge SRC638: 24.07.01 - 22:22:50

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [7aa72e46f756dc60b746e169562e4cc73ca5eae2]

        Merge SRC638: 24.07.01 - 22:22:53

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [920e009a353d09bde52cc2a6879a87cf1aaa33b4]

        Merge SRC638: 07/24/01 - 22:22:05

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [6f0eb8c96e2766ace90319926035cd5952ffd887]

        Merge SRC638: 24.07.01 - 22:21:45

2001-07-24  Rüdiger Timm  <rt@openoffice.org>  [9ea29a8189a6a2f00cf1ce83c55025f623b8aae2]

        Merge SRC638: 24.07.01 - 22:21:25

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [49ca1f747c3789c1fcf34129f161ca9653e2fe5a]

        Merge SRC638: 24.07.01 - 22:21:26

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [0dc029416e6f18772df1aed39f9e0fb5930a9936]

        Merge SRC638: 24.07.01 - 22:20:25

2001-07-24  Oliver Bolte  <obo@openoffice.org>  [5eddd8dad1d8033afaec628d587dba1f0315a9d1]

        Merge SRC638: 24.07.01 - 22:25:07

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [15c2c7499b1ae6f2a8c067a3ad82512c49d86b4f]

        Merge SRC638: 24.07.01 - 22:19:09

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [b7a5ca0baa4e0edd646cc4ff30dfa20c6ea8e016]

        Merge SRC638: 24.07.01 - 22:18:29

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [d0375686118abd4c0ce8c3e88a433ce2ebe77ac4]

        Merge SRC638: 24.07.01 - 22:17:48

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [feacb2de6989782de8df66f317913e1876de9371]

        Merge SRC638: 24.07.01 - 22:16:27

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [e5c0c439790f6887748cd9890441d7098c2a1138]

        Merge SRC638: 24.07.01 - 22:15:28

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [a3dc03c4dcce809421276abc2af3671b527de42f]

        Merge SRC638: 24.07.01 - 22:13:24

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [242b2368d82cdeef5d71cf6ab06ab1e594e9481c]

        Merge SRC638: 24.07.01 - 22:11:02

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [d4ca7ff7b50a7ae9a9fc9f04b96fd075f80d407f]

        Merge SRC638: 24.07.01 - 22:09:45

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [05ebd42261effce6f97da5ac81d772af63c466ec]

        Merge SRC638: 24.07.01 - 22:09:16

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [46e870271ee0c949a814ea1df766772f145e3d1c]

        Merge SRC638: 24.07.01 - 22:08:28

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [a4544160beb726d0d9d63f284eca8639a029cc7a]

        Merge SRC638: 24.07.01 - 22:08:38

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [ea1c7dc72d7e62266b330785da9425bff15c2dfa]

        Merge SRC638: 24.07.01 - 22:08:04

2001-07-24  Oliver Bolte  <obo@openoffice.org>  [c171f62d46de7cae0702cf0ebe1743889c3b44ca]

        Merge SRC638: 24.07.01 - 22:12:19

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [2302facdf0b7cfcba175eda9c0128ce327a1aadc]

        Merge SRC638: 07/24/01 - 22:06:25

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [12a6da079c7f9b977fc84afc2cb54bd106937f71]

        Merge SRC638: 24.07.01 - 22:06:58

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [ef6fddb42c584d428c2ee140d685fd0a251eb761]

        Merge SRC638: 24.07.01 - 22:06:21

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [593dfe88e67205569bb24a0de561b6c79fdbec85]

        Merge SRC638: 24.07.01 - 22:06:02

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [a052daaab82b76a0bb423b2a2c65ee5d18ed0b2e]

        Merge SRC638: 24.07.01 - 22:06:08

2001-07-24  Vladimir Glazounov  <vg@openoffice.org>  [d7adead224b35853ffa62144b945ac8341f51ba3]

        Merge SRC638: 24.07.01 - 22:06:07

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [40b379e687ec0ca477a1638f3f1f7e24f3c08555]

        Merge SRC638: 07/24/01 - 22:04:38

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [338ee41894e343e078f1a8e76b27c3160b561225]

        #90113# fix ui name <-> programmatic name conversion

2001-07-24  Martin Gallwey  <mtg@openoffice.org>  [01e1357705265547b3f94f492830f1df8b3e2de3]

        #90133# remove ambiguous interfaces

2001-07-24  Thorsten Behrens  <thb@openoffice.org>  [2ad5c484c75319fec601f44638d51049a41efa67]

        #87913# Now building a static xmloff lib, which is linked only against the player. Stuff not needed for player is disabled with SVX_LIGHT define

2001-07-24  Armin Weiss  <aw@openoffice.org>  [7566d20155bf137a51fe038a9f55e992021cb0c0]

        #89764# if export of position is supressed for group shape, positions of contained objects should be written relative to the upper left edge of the group.

2001-07-24  Kai Ahrens  <ka@openoffice.org>  [2faf180f5c929958e68419be85b4c0cd56ea26fb]

        #89678#: corrected spelling mistake (Farbverlaufsstreifen)

2001-07-24  Christian Lippka  <cl@openoffice.org>  [9e8d0a88fb10452e9033f36f732d935f463c29c2]

        #87966# fixed wrong exception

2001-07-24  Malte Timmermann  <mt@openoffice.org>  [f649164f73a5e872e0df7b45320ac3948d2fcdd1]

        #88414# Converion from StarBats/Math to StarSymbol and back for Load/Store

2001-07-24  Malte Timmermann  <mt@openoffice.org>  [36c7e6edf0026fa21dd7cd005292fb566b210026]

        #90131# -textconv

2001-07-24  Malte Timmermann  <mt@openoffice.org>  [d122b524b778e05b60eb4a3f8539c683f21eaf11]

        #90131# -textconv.hxx

2001-07-24  Malte Timmermann  <mt@openoffice.org>  [7c18cea1c077d58170da8036adc408bd8d8eb273]

        #90131# -textconv.hxx

2001-07-24  Stephan Bergmann  <sb@openoffice.org>  [c7caa708d75b4aedd6b2f31151fc10155ec83fb9]

        #90151# Fixed osl_closePipe() non-NT case.

2001-07-24  Daniel Vogelheim  <dvo@openoffice.org>  [9197819f94a41c106bb998024510e2a017658e2d]

        #89839# DTD errors fixed

2001-07-24  Malte Timmermann  <mt@openoffice.org>  [81c6675208e8cc66090d5e7fad5f16338c495382]

        #90131# -textconv.hxx

2001-07-24  Christian Lippka  <cl@openoffice.org>  [6abcf7930f1271ed007104147cacba067e05be4d]

        #89719# don't rename all master pages on renameTemplateLayout

2001-07-24  Dirk Völzke  <dv@openoffice.org>  [ac9d5e792935b6023009baecca5ec2826a411afe]

        #88123# Added PropagateEvent_Impl() to save new configured events

2001-07-24  Christian Lippka  <cl@openoffice.org>  [61891844366b4c7a38cbbfef255402210400b957]

        #89633# new strings for xml load/save

2001-07-24  Ocke Janssen  <oj@openoffice.org>  [dd1d10a0a1d145ec8592fe0edcddfc0a56c8361f]

        #90082# rowcount corrected

2001-07-24  Christian Lippka  <cl@openoffice.org>  [6a8b09d74cec0efb9acdbbe806d163080b4f5314]

        #89633# new strings for xml load/save

2001-07-24  Daniel Rentz  <dr@openoffice.org>  [0b37c084061cfc347cab83b371f8416b445868c2]

        #90118# objects get lost

2001-07-24  Philipp Lohmann  <pl@openoffice.org>  [66458dbf362cfe94bb31a1ce2fc103a8a310c9ae]

        #89032# fixed a race condition

2001-07-24  Ocke Janssen  <oj@openoffice.org>  [526eee8e20cd4d32811ac7a0a8ddc10b492804e3]

        #89430# move ORowSetValue into dbtools

2001-07-24  Ocke Janssen  <oj@openoffice.org>  [b1ea1d305bdb244f307fbc85fcacc0a6864a8bc6]

        #89430# move ORowSetValue into dbtools

2001-07-24  Hennes Rohling  <hro@openoffice.org>  [417093bb58358abb4c5692d265c2136e224c1c36]

        #89568# Retrieve file type from link target in case of a symbolic link

2001-07-24  Kay Ramme  <kr@openoffice.org>  [91674f256ffe1b94e375c5f019e24702b8635ed1]

        test for default bootstrapping (#88338#)

2001-07-24  Christian Lippka  <cl@openoffice.org>  [5a39c5885af9fba35a74339d82139abe1e1c5c5e]

        #90167# catch exceptions when creating status indicator

2001-07-24  Christian Lippka  <cl@openoffice.org>  [1169d851c3501c01d96053985446a03884b137f8]

        #90167# added exceptions for sdfilter.cxx

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [dc42ecfdb3b7358bbc8ad1e7b5e401ef54210498]

        new version for SRC638

2001-07-24  Frank Schönheit  <fs@openoffice.org>  [e4032e5849a52cf5e9c988f307923a5ea5198b0f]

        #85600# when posting, use a XInputStream name 'PostData' instead of PostString

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [198de53b46603fb6707a0fff915e12290715267b]

        new version for SRC638

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [8d648ec65cc52ef96c7a4e97a26fca3d681d3955]

        new version for SRC638

2001-07-24  Thomas Benisch  <tbe@openoffice.org>  [0bc16cbdd28b2a6faa7a8724ff2d69c0f3edd411]

        #89818# hasUno(): check for UniversalContentBroker first and then query ContentProvider

2001-07-24  Frank Meies  <fme@openoffice.org>  [045b90c6097a36100133dd2a81817d229d90cb0b]

        Chg #90131#: Removed ENABLEUNICODE

2001-07-24  Gregor Hartmann  <gh@openoffice.org>  [2b85c47f417659a0014eb6c6490dfcff305d1f3c]

        bug when reading/writing with timeout

2001-07-24  Rüdiger Timm  <rt@openoffice.org>  [79708024e6e40f9c4b11cb9e57061fd073d429d6]

        #87576# SvxEditEngineSourceImpl::acquire() and SvxEditEngineSourceImpl::release() are declared without  exception specification.

2001-07-24  Rüdiger Timm  <rt@openoffice.org>  [411608e45c43e6e9f1212502bdb031f26f9d7aa4]

        #87576# missing newline at end of file added.

2001-07-24  Frank Meies  <fme@openoffice.org>  [9f8bb2497788b2662335778b6209ca79427af3ab]

        Chg #90131#: Removed ENABLEUNICODE

2001-07-24  Christian Lippka  <cl@openoffice.org>  [b8ef04b9b303e60baa81fb88f83f5e0e9e4a5e35]

        #89839# fixed problems with ie validation

2001-07-24  Rüdiger Timm  <rt@openoffice.org>  [451c6a2c38319fc31f1686991092cf3efcf8dc6f]

        new version for TSL638

2001-07-24  Sascha Ballach  <sab@openoffice.org>  [4589e20fc787a516eb6bc0fa51d405a87553f42e]

        #90163#; catch the exception throwed in the createStatusIndicator method

2001-07-24  Dirk Völzke  <dv@openoffice.org>  [23ed42326a73d6335b7ed012b78cec3f41b9a22e]

        #89110# Set current filter to first filter if no current filter is set

2001-07-24  Carsten Driesner  <cd@openoffice.org>  [ec27866250ab3dc1540177c292e4dfa6cc084429]

        #88409# new time logging code

2001-07-24  Carsten Driesner  <cd@openoffice.org>  [004cd84b880909919a1ba2e68eb8fb6587efc4b9]

        #88409# new time logging code

2001-07-24  Carsten Driesner  <cd@openoffice.org>  [378f47a16b6030bc863323206161a896dea8a2f7]

        #88409# new time logging code

2001-07-24  Matthias Huetsch  <mhu@openoffice.org>  [423ef7107d5ec718524020d6abd10980f96398b0]

        #90131# Removed ENABLEUNICODE conditional code.

2001-07-24  Carsten Driesner  <cd@openoffice.org>  [714930cee812b592839676890835c987437eccb4]

        #89023# new method to create splash screen

2001-07-24  Christian Lippka  <cl@openoffice.org>  [cf48740231668d9ef3a7091c9a1dd0ad5c0afff4]

        #89680# check for existing file before using SfxMedium to avoid error boxes during load

2001-07-24  Philipp Lohmann  <pl@openoffice.org>  [e89655e5a6e45e73dc2e533831d9ce7baab0d32a]

        #89632# fix bug in INCR protocol

2001-07-24  Kai Ahrens  <ka@openoffice.org>  [f1f46f0eba75e3f8a01cc93107f40fbd08d25898]

        #89569#: set correct text at paste controller for embedded sources

2001-07-24  Eike Rathke  <er@openoffice.org>  [a6f27ab5c76a26e6aae7e042cd921f2e59d88d69]

        #90131# removed ENABLEUNICODE

2001-07-24  Christian Lippka  <cl@openoffice.org>  [ced1e6986c3002c2a838ee0df2f612d58e430633]

        #90032# don't convert default glue point ids 0-3

2001-07-24  Kurt Zenker  <kz@openoffice.org>  [50d2cd9fbab8a752c5fc5a95d4bb2feeab4ac090]

        new version for SRC638

2001-07-24  Christian Lippka  <cl@openoffice.org>  [9f8a7a133cf5714652c741b1df535f6c2e48a1bc]

        #89067# don't export empty numberings

2001-07-24  Kai Ahrens  <ka@openoffice.org>  [de25b4f29493a28276a92698193e2447fd482e2c]

        #88756#: set correct help id for preview window

2001-07-24  Christian Lippka  <cl@openoffice.org>  [b6620f302fea8558470d08fafd88ef8a454c96b3]

        #89755# don't get forwarder when someone sets editsource

2001-07-24  Christian Lippka  <cl@openoffice.org>  [a6b20a9ac91632327c1029460d48d0f08d435f9d]

        #89061# optimizations for xml loading

2001-07-24  Christian Lippka  <cl@openoffice.org>  [d47f01709bf72e25689ca1bfe48a4e1a9626f5bc]

        #89989# use a queryInterface on current XMultiPropertySet implementation

2001-07-24  Thomas Lange  <tl@openoffice.org>  [92e159afaf6706a40b5dff62e700099a34d5a971]

        #90131# ENABLEUNICODE ifdefs removed

2001-07-24  Frank Meies  <fme@openoffice.org>  [3f16b73b8cdd596cd67b282e652388415c45faf3]

        Fix #80560#: Western punctuation allowed to be hanging punctuation

2001-07-24  Tino Rachui  <tra@openoffice.org>  [4fe10ff6ca11ddfe149ad1c40bfdbcabeb99a00e]

        #90028#setContents does not block anymore

2001-07-24  Tino Rachui  <tra@openoffice.org>  [f0e3a1c990ba805389379063cc0b6b73ac2739c6]

        #90028#initialization of formatetc container moved to enumformatetc and querygetdata

2001-07-24  Oliver Specht  <os@openoffice.org>  [5bb9ea18de166ccfca773db60d8c290d775b3b6f]

        #90122# ruby dialog registered at the thext shell instead of the view

2001-07-24  Tino Rachui  <tra@openoffice.org>  [ee9f84599b0315f6cebbc9022a246786cf37d7c9]

        #90097#cross reference in add/removeClipboardListener removed, no queryInterface anymore in this methods

2001-07-24  Oliver Specht  <os@openoffice.org>  [6dbd04eb413e1bee23348e55afa0d5cf4df034f2]

        #90122# catch exceptions in setRubyList

2001-07-24  Ocke Janssen  <oj@openoffice.org>  [6d2872c111d2907eea15e0cc73bb0e3006d92c32]

        #90104# check if cancel was pressed

2001-07-24  Ocke Janssen  <oj@openoffice.org>  [9333e6a4368e6455101be4bc9615257ca6a57711]

        #89358# enable single line for tabcontrol

2001-07-24  Carsten Driesner  <cd@openoffice.org>  [282f05926bd66fc5371c6a773615d2143d95ae3e]

        #88409# new time logging code added

2001-07-24  Frank Schönheit  <fs@openoffice.org>  [c67ae6f852ce137cf703b41a859418505088fac1]

        #90131# no ENABLEUNICODE anymore

2001-07-24  Dieter Loeschky  <dl@openoffice.org>  [5ff3ff04b37e9041c0b77704a3c1dba23ec63033]

        #88544# + SID_ATTR_AUTO_COLOR_INVALID

2001-07-24  Ocke Janssen  <oj@openoffice.org>  [696614042ac5dba511f3678ba9d2b95e4c982632]

        #87724# driver pooling enabled

2001-07-24  Ocke Janssen  <oj@openoffice.org>  [278c3b2660b2cd11f446312b82dbd370088b81bb]

        #87724# driver pooling enabled

2001-07-23  Philipp Lohmann  <pl@openoffice.org>  [e29cd64b27dcd2f90304d6b73ac5a60b55fc1743]

        #90127# hide intro bitmap if still present when showing a frame

2001-07-23  jp  <jp@openoffice.org>  [756b7dc619fe8571c33338c487d2a0c163c24833]

        Task #90121#: add profiling statements

2001-07-23  Philipp Lohmann  <pl@openoffice.org>  [c7f0b63107bb1497081ab60b0b3515147b9c2cfc]

        #90107# set ACTION_DEFAULT

2001-07-23  Juergen Schmidt  <jsc@openoffice.org>  [45401bca08111989570d303eaa1abda8b36ca5b3]

        #89618# change text encoding

2001-07-23  Dirk Völzke  <dv@openoffice.org>  [5fb181faaae8a3696fd6126431cfe443e18bfdcb]

        #90120# Use SearchCreateResMgr instead of CreateResMgr

2001-07-23  Sascha Ballach  <sab@openoffice.org>  [94898a352675b3bbb4678617c8d946a208058cc7]

        #80365#; make it possible to load charts only if needed

2001-07-23  Christian Lippka  <cl@openoffice.org>  [1de091658969b6a05cf695eb05cf2c6a423025c7]

        #89880# don't throw unsupported exceptions for XMultyPropertySet

2001-07-23  Hennes Rohling  <hro@openoffice.org>  [becc546a2034eb1ecf70d270f4b091404cbca99a]

        #88840# Use SECURITY_ATTRIBUTES to support real inheritance

2001-07-23  Frank Meies  <fme@openoffice.org>  [5146a6bb762ec87ca994e64e0281f463d0829dc7]

        Fix #89863#: Repaint of line numbering

2001-07-23  Sascha Ballach  <sab@openoffice.org>  [42d343219bd4b78b0e01fb7d621a10b641362ab2]

        #80365#; new methods to distinguish between document lock and paint lock added

2001-07-23  Christian Lippka  <cl@openoffice.org>  [89e315271ebc86ccdfe6066475d2a6073d822c8d]

        #88726# added missing break that caused assertion

2001-07-23  Thomas Lange  <tl@openoffice.org>  [d417ba821821426b976b9ec8187ff39b30e170a0]

        documentation changed

2001-07-23  Thomas Lange  <tl@openoffice.org>  [b7dbb570fd8671c8a377b7a518acac47aef07bf9]

        documentation changed

2001-07-23  Armin Weiss  <aw@openoffice.org>  [c248f7f78b44937daeea073b74bce8d5c1010342]

        #88657# when setting or getting OWN_ATTR_CAPTION_POINT take the pool measurement units into account to force StarOffice API measurement to 1/100th mm

2001-07-23  Sascha Ballach  <sab@openoffice.org>  [1832a73fe9889434e7b9db4ced9b9524031d8fff]

        #80365#; lockControllers and unlockControllers added

2001-07-23  Sascha Ballach  <sab@openoffice.org>  [51926ae53d48984f3738688e72fbeb4ae2c12bf1]

        #80365#; add new attribute to remember the conected ranges of a chart

2001-07-23  Ocke Janssen  <oj@openoffice.org>  [9ccdd5c79836a5dfed12cd0e50fecabc879e0907]

        #90086# check if connection is null when null throw EXception

2001-07-23  Caolán McNamara  <cmc@openoffice.org>  [01269fd385f60c70d4f5d12159b19a752420332a]

        #90095# If initial node is a section don't loose section settings by using page default

2001-07-23  Ocke Janssen  <oj@openoffice.org>  [680e6e02813e1eca09c740e1e86c555b1c8d166c]

        #90077# disable change button when no users interface

2001-07-23  Frank Schönheit  <fs@openoffice.org>  [c0f1c76aa30e41071ac4e3d8590df48903912d63]

        #900071# correctly call XFilePickerControlAccess::setValue

2001-07-23  Ocke Janssen  <oj@openoffice.org>  [03bd7250a6d5f4b876033d263dc7eb78253ed4b4]

        #90074# moduleres

2001-07-23  Thomas Lange  <tl@openoffice.org>  [9dc8d745a2fcaf72f3385c2528b462abf06f5cac]

        documentation changed

2001-07-23  Thomas Lange  <tl@openoffice.org>  [0f236372ecb859a0d8b874823d7a5403eac6448d]

        documentation changed

2001-07-23  Ocke Janssen  <oj@openoffice.org>  [f00563553eba950a6a1bb280b137a9431cd542e6]

        #90074# check if calc doc exists

2001-07-23  Kai Sommerfeld  <kso@openoffice.org>  [5d805c3effa96676b9b586ec11d9a8c745b76de9]

        #88636# - Fixed queryInterface(...) to support css::lang::XTypeProvider.

2001-07-23  Thomas Lange  <tl@openoffice.org>  [3d231b81d0d924c1e35e1b787580918d9328e123]

        #90072# solar mutex acquired in _setPropertyValues

2001-07-23  Oliver Bolte  <obo@openoffice.org>  [d6f87397db6284a7dc07606b9d5927e0be68e059]

        new version for SRC638

2001-07-23  Armin Weiss  <aw@openoffice.org>  [a3be93189363ef4d92ef6587b7b6afad55567380]

        #88340# add SdrMasterPageDescriptor when no one is loaded

2001-07-23  Thorsten Behrens  <thb@openoffice.org>  [bd30807c9aa213df47eddd8d6c4f1eaaca1b7712]

        #87944# Now <All> filter is the default

2001-07-23  Thomas Lange  <tl@openoffice.org>  [8de8c85604a6889fa47bd7c49ef68a962563f006]

        #90050# assertion removed; reload fixed (edit engine gets initial text from document)

2001-07-23  Martin Hollmichel  <mh@openoffice.org>  [2f8f7746ad509c826aeee45792f6dd45e53718e5]

        chg: correct use of delete #90059#

2001-07-23  Michael Brauer  <mib@openoffice.org>  [6f867ad027397f87b8d93283f9046768e6fb3844]

        #88107#: Convert StarSymbol font to StarMath

2001-07-23  Frank Schönheit  <fs@openoffice.org>  [f7dfc70a6cc368fcb1cd530a1bbd477ada7e2d1a]

        #89769# removed the 'New Window' and 'Close All Windows' menu entries

2001-07-23  Kay Ramme  <kr@openoffice.org>  [e092c5ccae45185af18c22217c965c8b0c0e9936]

        updated (#88338#)

2001-07-23  Hennes Rohling  <hro@openoffice.org>  [2f3f5e4ed436cd7957d91ce8879a50f31b44a36b]

        #88589# Deliver GIF icons (including player)

2001-07-23  Andreas Martens  <ama@openoffice.org>  [a9086408945882542c4d6c7f970a1180ace45f51]

        Fix #89992#: Surrounded fly frames with more than 90 height

2001-07-23  Thomas Benisch  <tbe@openoffice.org>  [5bacdf1bca894a0903af5c4871329bb797567562]

        #89274# set checkbox for autoextension true

2001-07-23  Frank Schönheit  <fs@openoffice.org>  [66e0acdbdde29d35a429e52a6bbcaa931e7b2fd0]

        #88936# FmXDispatchInterceptor: +m_bListening

2001-07-23  Juergen Schmidt  <jsc@openoffice.org>  [8e6d1832f28e692974cf2a55eb126f4a187ffde4]

        #90067# change text encoding

2001-07-23  Kay Ramme  <kr@openoffice.org>  [a0e644836d0069cf904fd5d97a358886643306d3]

        switched default bootstrapping to file urls (#88338#)

2001-07-23  Oliver Bolte  <obo@openoffice.org>  [f6c847ecbef0e0befaf4727cfda0c26c62c05e31]

        #65293# linux compiler

2001-07-23  Oliver Bolte  <obo@openoffice.org>  [f43022dd18f7291e1edefee79bd3dd3ecab33c6b]

        #65293# linux compiler

2001-07-23  Oliver Bolte  <obo@openoffice.org>  [6d0071182f3e6d552c9a6c9be63c6ed27b039c83]

        #65293# linux compiler

2001-07-23  Rüdiger Timm  <rt@openoffice.org>  [0ec9bbad48c93d908784b6abdf617e620d1c721a]

        new version for SRC638

2001-07-23  Frank Schönheit  <fs@openoffice.org>  [388b2e372482f87a126e06a04d6631852add8bce]

        #88936# FmXDispatchInterceptor: hold a weak reference to the intercepted object, do not release it if the object is disposed

2001-07-23  Caolán McNamara  <cmc@openoffice.org>  [1bcaed973964522703dc4a162a40fc296cd30653]

        #89759# Unicode converter method unnecessary

2001-07-23  Caolán McNamara  <cmc@openoffice.org>  [7ead5915b088282218300339f372b4775c2a1a41]

        #89759# Unicode conversion no longer necessary if we are using unicode

2001-07-23  Martin Hollmichel  <mh@openoffice.org>  [d2e661cfb41867fe4663d3ae8a1abdcf07677483]

        chg: correct use of delete #90059#

2001-07-23  Thomas Lange  <tl@openoffice.org>  [7e9e2691de04fa711ef2099804245a9e58de7a36]

        #89759# font subset functionality added

2001-07-23  Thomas Lange  <tl@openoffice.org>  [0a0880862d93373e15ee94626e8ff8f1987e59af]

        #89759# SubsetChangeHdl declaration added

2001-07-23  Daniel Rentz  <dr@openoffice.org>  [84a784421cfad86dfbd4be22c45af325f88e1564]

        #i1293# named ranges and auto filter

2001-07-23  Ocke Janssen  <oj@openoffice.org>  [e9c7098b8f1d7eaeb394dd9f0a3809b479c621b3]

        #90026# check parameter size

2001-07-23  Ocke Janssen  <oj@openoffice.org>  [6bde72b1719417fcba10305160c091dee7f4127e]

        #86519# remember bookmark

2001-07-23  Frank Schönheit  <fs@openoffice.org>  [133b544edb9adfa0f34ff463ff98f911825794fc]

        #90040# use LocaleDataWrapper instead of International class

2001-07-23  Frank Schönheit  <fs@openoffice.org>  [f372705e25da72c515cc7641f771f196cc30c5f4]

        #90040# no InternationalHack service anymore

2001-07-23  Frank Schönheit  <fs@openoffice.org>  [86ac30006099181d14fac77fc67f5a5a6e69d3e4]

        #90040# use LocaleDataWrapper instead of International class

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [3bffddd601227251e7ad62626419913f94704fa1]

        Merge SRC638: 20.07.01 - 23:25:06

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [c7f2e31a1adcd0b570c3a8ee86689aac4a581b95]

        Merge SRC638: 20.07.01 - 23:21:59

2001-07-20  Rüdiger Timm  <rt@openoffice.org>  [fac0fb51ca922898bb4797f9989ec17f625b8069]

        Merge SRC638: 20.07.01 - 23:20:58

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [dadb0e65e78fe507deef366f411109fa311287f2]

        Merge SRC638: 20.07.01 - 23:17:41

2001-07-20  Vladimir Glazounov  <vg@openoffice.org>  [3839d9da807630cc2ae9a5c1876400bbf1792b99]

        Merge SRC638: 20.07.01 - 23:17:10

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [e0f3a39087b951d70dc3ef64ee513b2fc9b4e646]

        Merge SRC638: 20.07.01 - 23:19:58

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [3c72d69658b2d2ab7e169d956820414505bfd80a]

        Merge SRC638: 20.07.01 - 23:14:30

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [940102d23c781927af406e0dd3cd248d98d942fd]

        Merge SRC638: 20.07.01 - 23:17:54

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [b75bf506e9335a7d8cd20d93a084e9d777b92ba4]

        Merge SRC638: 20.07.01 - 23:12:03

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [ec5e4354d8d03cfe32f38a1338b1dd0eec9e88eb]

        Merge SRC638: 20.07.01 - 23:11:47

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [9be73aab3da13e8f1e66884c83a30086a0f313b4]

        Merge SRC638: 20.07.01 - 23:13:22

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [27e463e87dc9b0cc4ee10088fa1eb1cf934b27ca]

        Merge SRC638: 20.07.01 - 23:11:08

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [28189fc8a69ab81e06fbba59686cd9f0aa5fe438]

        Merge SRC638: 20.07.01 - 23:05:40

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [568df583ebb9a2f79e44ccb26d87627cf91ab293]

        Merge SRC638: 20.07.01 - 23:06:43

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [e38c1a3819103599d5969de0f609e63a04f43ecb]

        Merge SRC638: 20.07.01 - 23:03:30

2001-07-20  Vladimir Glazounov  <vg@openoffice.org>  [3ead1f309786aeed1ccd2d7b091dad09c6ff7ac2]

        Merge SRC638: 20.07.01 - 22:39:45

2001-07-20  Vladimir Glazounov  <vg@openoffice.org>  [6423400ba08c61df3a623997c1801ddff13d5057]

        Merge SRC638: 20.07.01 - 22:37:06

2001-07-20  Vladimir Glazounov  <vg@openoffice.org>  [8ea6012ce1672de0cb6b5642cdfea7a9f1e5fefb]

        Merge SRC638: 20.07.01 - 22:34:28

2001-07-20  arellano  <arellano@openoffice.org>  [c75a278ab02aba2e0d85f95d17d123c216027c19]

        added comment

2001-07-20  Vladimir Glazounov  <vg@openoffice.org>  [508407f5edf55708b9a35a950c5a8b99293d0ba9]

        Merge SRC638: 20.07.01 - 22:31:56

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [a7badd28967a43df42fa5042e2d7ecec8ff24547]

        Merge SRC638: 20.07.01 - 22:30:53

2001-07-20  Vladimir Glazounov  <vg@openoffice.org>  [8868b9d96af553e4e02bf6767e3a44c298a7fc95]

        Merge SRC638: 20.07.01 - 22:29:09

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [7da4938ab57c6ecd89a9a8cc1d91268afa391f28]

        Merge SRC638: 20.07.01 - 22:29:18

2001-07-20  Rüdiger Timm  <rt@openoffice.org>  [6940458a95a8653441338b96ad6fb2c44345509a]

        Merge SRC638: 20.07.01 - 22:27:25

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [b57cb4ba877c1170f696c98dabb0e0d027ae34c1]

        Merge SRC638: 20.07.01 - 22:27:40

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [138e11acbcd8de4e695b5ef42563cddaaa57f9af]

        Merge SRC638: 20.07.01 - 22:27:16

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [f06d1540ed88a5c72008df360c53c69047243107]

        Merge SRC638: 20.07.01 - 22:29:19

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [dc3b24e0208a8ffb92882957bb2a74884fc2cc40]

        Merge SRC638: 20.07.01 - 22:25:29

2001-07-20  Rüdiger Timm  <rt@openoffice.org>  [7464f4e651efa98a4c27537bf92720e4b5b48051]

        Merge SRC638: 20.07.01 - 22:24:58

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [93da3fd256d4aaf79e24d9409d3cf24eb9bc5dd9]

        Merge SRC638: 20.07.01 - 22:24:31

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [9b28e3a3d3b2b830c27eab13760cfc5ed621c064]

        Merge SRC638: 20.07.01 - 22:27:19

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [a2d357ef61d8d7963e23a533be00ba8391013f25]

        Merge SRC638: 20.07.01 - 22:22:59

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [e7e1397c61604f331b474706c857109bb81ec9f1]

        new version for SRC638

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [0b4a430a19262cdc4640f0ceecb2324d2ddcb45a]

        Merge SRC638: 20.07.01 - 22:24:51

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [e59b0121cc3e7519c7c5df46b67741c1d70df2ea]

        Merge SRC638: 20.07.01 - 22:22:46

2001-07-20  jp  <jp@openoffice.org>  [04007a7e5c3f9f3db1459b4e1dd017ed4aa53738]

        Task #88107#: change symbol font to StarSymbol

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [e088e31af05a4d3b5003d4e44748be02cfb2a204]

        Merge SRC638: 20.07.01 - 22:17:55

2001-07-20  Vladimir Glazounov  <vg@openoffice.org>  [ac62bc81e102a5ef648de3a2d4ae9f8b6ad0691b]

        Merge SRC638: 20.07.01 - 22:13:39

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [fc124c30832843713501bef35e0f609c6818e37a]

        Merge SRC638: 20.07.01 - 22:12:31

2001-07-20  Vladimir Glazounov  <vg@openoffice.org>  [cb7fbfb4056e7481113bb23d5a53c73a1d174899]

        Merge SRC638: 20.07.01 - 22:11:39

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [eb3a2e5ada0f6682f5bf37a30f8198e16cff8a20]

        Merge SRC638: 20.07.01 - 22:14:30

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [3c6ae13c4d0ae6e452a24cf540ed36eb6005bdb6]

        Merge SRC638: 20.07.01 - 22:10:41

2001-07-20  jp  <jp@openoffice.org>  [787436d19a080bd472007d3e55695f2bfa1ec45b]

        Task #88107#: change symbol font to StarSymbol

2001-07-20  jp  <jp@openoffice.org>  [dd8a06e6402bd004871461ce835df7e9b1a18e58]

        Task #88107#: change symbol font to StarSymbol

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [10f01af4a5bad50bad14aa8024775e166e52f9f8]

        #89954#: return after executing pickentry

2001-07-20  Eike Rathke  <er@openoffice.org>  [8029961495afcb18712be34f0a124523dcaa66ba]

        #90052# add: SCWARN_EXPORT_NONCONVERTIBLE_CHARS del: SCERR_IMPORT_CURSOR, SCERR_EXPORT_CURSOR rearranged error classes, got rid of 'unknown' due to misarrangement

2001-07-20  Eike Rathke  <er@openoffice.org>  [d3e6a925c6e3c5e3442c61446609de9738a852e4]

        #90052# del: SCERR_IMPORT_CURSOR, SCERR_EXPORT_CURSOR; add: SCWARN_EXPORT_NONCONVERTIBLE_CHARS

2001-07-20  Eike Rathke  <er@openoffice.org>  [764eb45222cfe8a2ad1e81232009aeace0d37b43]

        #90052# HTML export with NonConvertibleChars

2001-07-20  Eike Rathke  <er@openoffice.org>  [44e5d8bb68b6e3cc5f1b86f3fd2474cb0f60f078]

        #90052# CreateTableDataOptionsValNum with NonConvertibleChars

2001-07-20  Eike Rathke  <er@openoffice.org>  [ddddbea17961f586ca2f0611b30fd8703417dbcc]

        #90052# CreateTableDataOptionsValNum with NonConvertibleChars; transform property string

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [9a3b85ecafeee7b73cb23335c0ee3315756e3d86]

        #89666#: disable preview window

2001-07-20  Rüdiger Timm  <rt@openoffice.org>  [ce9a544b4204eba9403ce7e309eb4535795a27db]

        #87576# macro for ybctl.lib from basctl/source/basicide added

2001-07-20  Hennes Rohling  <hro@openoffice.org>  [279094710ea01d1b0d1cdf4a9b74d64128eead27]

        #88840# Implemented osl_executeProcess_WithRedirectedIO

2001-07-20  Hennes Rohling  <hro@openoffice.org>  [84624f587b62dd6eccb0ad6718c624c158eae567]

        #88840# documentation fix of osl_executeProcess and osl_executeProcess_WithRedirectedIO

2001-07-20  Hennes Rohling  <hro@openoffice.org>  [5fab7115727f8bf9e02935f41ab51341faf40cf6]

        #88840# Added osl_isEndOfFile

2001-07-20  Hennes Rohling  <hro@openoffice.org>  [fb71ee512321600561f684fca7b256cda26a76a4]

        #88840# Fixed osl_executeProcess_WithRedirectedIO

2001-07-20  jp  <jp@openoffice.org>  [95a157433f6d0b1a639a2ef759630f513a40d7e5]

        Bug #89765#: FillRubyList/SetRubyList - handle also with multiple selections

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [7af7e5c226f395f81fdbceb06367f5a4dc338f2a]

        repaired src633 - 1.52

2001-07-20  Rüdiger Timm  <rt@openoffice.org>  [84295f0096b6aba9f9ad0ad9d2f519a4a8cd0009]

        #87576# link against UNOTOOLSLIB (::utl::OInputStreamWrapper needed)

2001-07-20  Martin Maher  <mmaher@openoffice.org>  [ac0417f4eb1c15f495f2620dbe250071675bf071]

        Fix for bug #88135 - Endless loop when the ldap connection fails

2001-07-20  Behrend Cornelius  <bc@openoffice.org>  [68e0e9868e982be89a436b64b944bb2d26410d0b]

        #90047# Adaption of the Basic Source Code due to new Basic Dialogs

2001-07-20  Rüdiger Timm  <rt@openoffice.org>  [1445b5b827e3258ab1fe0845392415020b8198ef]

        #87576# these functions have to be void

2001-07-20  Malte Timmermann  <mt@openoffice.org>  [3322ff05b9e3decdd7cd728cc35b7593acd53ffe]

        #87841# Prop LineSpacing in Empty paragraphs...

2001-07-20  Malte Timmermann  <mt@openoffice.org>  [4e105ade7a1d0cd97e13f2547268976d10084eb0]

        #87966# Read/Write XML

2001-07-20  Malte Timmermann  <mt@openoffice.org>  [017bf752854b27f033d7c6c459ccd55beb7c7f69]

        Little optimization...

2001-07-20  Malte Timmermann  <mt@openoffice.org>  [88328822ded74eb5b58b5284adac12f7a0321187]

        #87799# SetShowTrailingZeros

2001-07-20  Oliver Specht  <os@openoffice.org>  [df627be801c1ebd0611662a9ca02d63f31f47fad]

        #89756# vertical cursor travelling implemented

2001-07-20  Christian Lippka  <cl@openoffice.org>  [bd3b246dd0a61c7522891dc3ec707bac5adb4cf6]

        #87966# first implementation for xml import for edit engine, not testet!

2001-07-20  Ocke Janssen  <oj@openoffice.org>  [0826b0f53980a29e21bdcb4a171797176b4d53b9]

        #90027# check dest

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [9d9792ef985b7a65560f949c4f15b55416ef1e56]

        new version for SRC638

2001-07-20  Thomas Lange  <tl@openoffice.org>  [15f1898f37bed104fba486517c20e6d04a500a43]

        #89982# polyogn resource data now from StarSymbol fonts unicode characters

2001-07-20  Malte Timmermann  <mt@openoffice.org>  [653da09ca5ce42c6d28edf443e3d009a653545c3]

        #87799# GetLocaleDataWrapper public

2001-07-20  Frank Schönheit  <fs@openoffice.org>  [a7dbf52b9e00a227a421801b412e37f125ed23e2]

        #90040# use LocaleDataWrapper instead of International class

2001-07-20  Frank Schönheit  <fs@openoffice.org>  [141cdb7a102beb63fe8b8e2552e6c6acf94de073]

        #90040# use LocaleDataWrapper instead of International class

2001-07-20  Christian Lippka  <cl@openoffice.org>  [383537370713e49326e867c8959d5214238ec286]

        #87966# new xml export for edit engine

2001-07-20  Oliver Specht  <os@openoffice.org>  [ca2a5fa780642a9511070392807f51fe7b9b275e]

        #89960# text format of data base fields extended (wizard)

2001-07-20  Martin Gallwey  <mtg@openoffice.org>  [2f3c9126e987ed4690fbe47b6a2fba242df585e6]

        #89768# export the contents of the save version check box

2001-07-20  Oliver Specht  <os@openoffice.org>  [898444dceb40db49ea44749442d3cf1929ac91c9]

        #89960# text format of data base fields extended (wz)

2001-07-20  Frank Schönheit  <fs@openoffice.org>  [f461e2c8f7794fb4965638e4ae919dfd167d0dc8]

        #90040# use LocaleDataWrapper instead of International class

2001-07-20  Malte Timmermann  <mt@openoffice.org>  [bcfafb49ea58f27b947dfe394a55278850731c45]

        #88950# Don't use the BreakIterator when breaking at a blank

2001-07-20  Joachim Lingner  <jl@openoffice.org>  [fc1657b4734a4a106cf0e3712ca87a5ec0bac092]

        #89819#

2001-07-20  Martin Gallwey  <mtg@openoffice.org>  [60135fd23fe0acdcdfeda26c075162297d109721]

        #89999# make really really sure we get the right constructor

2001-07-20  Christian Lippka  <cl@openoffice.org>  [1a61d5c8461f77332b3cc12b4cca47ad0c09d141]

        #87966# new xml export for edit engine

2001-07-20  Frank Schönheit  <fs@openoffice.org>  [0f2d7dba2f6552cd911343f4045c79abd1c34c7b]

        #90040# use LocaleDataWrapper instead of International class

2001-07-20  Kai Sommerfeld  <kso@openoffice.org>  [16b7b6d37ff8521cd2f13ef37c00dd386eb86516]

        #87187# - Corrected punctuation of some error messages.

2001-07-20  Martin Gallwey  <mtg@openoffice.org>  [aa43e721cbbe018507152adec5736644e00dd977]

        #89999# make sure we get the right constructor

2001-07-20  Ocke Janssen  <oj@openoffice.org>  [fb0682f7bbb55f798b50d041c4b6fa223f2a5867]

        #89987# getTypes corrceted

2001-07-20  Stephan Schäfer  <ssa@openoffice.org>  [efef1dbb0a91b56890455fa7986180df264c02c3]

        #89819# enable client dnd for winnt

2001-07-20  Jörg Barfurth  <jb@openoffice.org>  [760795c648f8c4d695170db7b25dfac808984f3d]

        #90038# treemgr must depend on cppugen; cleaned up dependencies on other projects

2001-07-20  Herbert Duerr  <hdu@openoffice.org>  [1cfc173d191bb6dc811e7ec52e9169e3835d4167]

        #88233# fix compile error in debug version

2001-07-20  Christian Lippka  <cl@openoffice.org>  [1e6b9fbfb0853f4ceeca9ce0b327424e72d92cfa]

        #87966# new xml export for edit engine

2001-07-20  Armin Weiss  <aw@openoffice.org>  [73936570513d5e1a26139832bbef0cb8ab311d4f]

        #71519# added extra repaint when activating streched text boxes

2001-07-20  Dirk Völzke  <dv@openoffice.org>  [582e36eafab553ffd899dd482cbc95e39ffb7d5d]

        #89505# Do wrap around search when entering the same key twice

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [6b32f9a76b4391f103fd444ee968994d13e095b5]

        #89744#: last change removed

2001-07-20  Herbert Duerr  <hdu@openoffice.org>  [460cdf41ee0dbcadd792d88011f2341c6641407a]

        #88233# implement SubsetMap::GetSubsetCount and cleanup

2001-07-20  Andreas Bille  <abi@openoffice.org>  [6dd6937b8a5e68f4cc3e3505dab1d13f66e110ff]

        #88331# FileContentProvider does cannot rely on being used from in íntact installation, so no Configuration accessible.

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [4ab2cb7db10eedf1890396499dafa91967602991]

        #89744#: use empty stream, not empty interface when inserting an emprty file

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [8acf504a96f02cd2ba08ad4ff91aeb56cffa0aab]

        #89744#: use empty stream, not empty interface when inserting an emprty file

2001-07-20  Oliver Specht  <os@openoffice.org>  [1d61742d62379b5d6af2f49074820fc33e3bc316]

        #89999# use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-20  Oliver Specht  <os@openoffice.org>  [07863808978a8e377c6bfabd6a898132036f5ac3]

        #89999# typo corrected

2001-07-20  Jörg Barfurth  <jb@openoffice.org>  [533a26eec2a4103c5d5871f4f14f47e281ebca2e]

        #89821# Collect element trees to be removed/replaced during precommit, to allow extending their lifetimes

2001-07-20  Jörg Barfurth  <jb@openoffice.org>  [4fa0240253759320fe66d908ca99e20e12896f59]

        #89821# Need to keep element trees alive while sending notifications (after finishCommit)

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [dfc2e249b2a6500aa55a57c03fb51f568c3787cb]

        #88563#: BasicIDE on demand

2001-07-20  Dirk Völzke  <dv@openoffice.org>  [ba2c6917bbf4c2b5fc27332589cdf6ae9861d70c]

        #88656# Added delete all button to QueryDelete dialog

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [577c1b52443313f4a7f196641f53be1e906630f9]

        #88563#: BasicIDE on demand

2001-07-20  Dirk Völzke  <dv@openoffice.org>  [20bf1285e5faf085f0cff6c76c54ccc0c67b8604]

        #89505# Added QuickSearch to file view

2001-07-20  Martin Gallwey  <mtg@openoffice.org>  [e3d46f3ed0e8e4847de34a34fe5e0dcf2409f521]

        #89999# use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [668226633f1f519c278a9c7c1fab485135f3c6a0]

        #80365#: clear StatusIndicator argument after loading

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [1ffee7470b23dfb6f5308f169dfafffdca28320e]

        #88563#: allow for SetTitle even in ctor

2001-07-20  Rüdiger Timm  <rt@openoffice.org>  [09154efb871cac60f9e50c704b9b01c73cf2fb20]

        #87576# add component_getFactory, component_writeInfo, component_getImplementationEnvironment (missing in this UNIX mapfile, for windows they are in the exports list in makefile.mk)

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [cb73e52d87a105af44c1ed16b4f9083b0edb42a3]

        #86885#: switch off statusbar

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [f52401ce02ced71ed40b1a775a937a8ec629943f]

        #89377#: error handling unpacked

2001-07-20  Martin Gallwey  <mtg@openoffice.org>  [521c286b31a5668b1284b7815668cd5d76cd7fbe]

        #89999# use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [200c92e00f2105f02a4ec73a597df22fdb320c46]

        #80365#: support StatusIndicator argument

2001-07-20  gt  <gt@openoffice.org>  [62440c6bb5060bb229711e7c222966f7fc09965f]

        #89416# seperate Supbook for Addin

2001-07-20  Mathias Bauer  <mba@openoffice.org>  [81e30c3210f93bf6b99076b76ffbbe63bae394fe]

        #89023#: Resource moved to desktop

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [bb5d1e5b88d1a4acb122cfc41fec27b5b67dfc4f]

        new version for SRC633

2001-07-20  Oliver Specht  <os@openoffice.org>  [71cf1b5aa44a55305350be1646322ae425c716b9]

        #88849# syntax error corrected

2001-07-20  Martin Gallwey  <mtg@openoffice.org>  [360cd8a59b2d23985c0d870967632d0fa9d76ad0]

        #89999# clean up the stylenamemapper - use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-20  Niklas Nebel  <nn@openoffice.org>  [25d01789b78973a93c1a5f6aafeb0517b0293e39]

        #89991# removed TF_ONE51 ifdef

2001-07-20  Martin Gallwey  <mtg@openoffice.org>  [90b7e6c1bb77e913068a65bc598b94ce82cfebf9]

        #89999# remove unused methods - use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-20  Carsten Driesner  <cd@openoffice.org>  [450e7c726a40341798a0e8c3b6aa526a49de52b2]

        #89169# use different ctor to fill filter dropdown box

2001-07-20  Philipp Lohmann  <pl@openoffice.org>  [857755a810cd3a3c674963d1a487ab3fc6414181]

        #89813# better initialize memory

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [7c8e95252a2a285bbedf83861fbfbc1a2094d9ea]

        new version for SRC633

2001-07-20  Kurt Zenker  <kz@openoffice.org>  [94607c72f4a9dac72c14e8f2f544e0f6bee4936b]

        new version for SRC633

2001-07-20  Carsten Driesner  <cd@openoffice.org>  [9c6875027a0d7893187f3e7b9b1ede2a51778319]

        #88595# quickstarter should work if soffice is already running

2001-07-20  Dirk Völzke  <dv@openoffice.org>  [bd9dbb8e741e08dc38198787c41d288e5a67d2f5]

        #89995# GetGraphic should get the filename of the graphic, if there is none

2001-07-20  Hennes Rohling  <hro@openoffice.org>  [e58299cd0994371b0f29f8fb29295256ac94df02]

        #88840# Added osl_isEndOfFile

2001-07-20  Carsten Driesner  <cd@openoffice.org>  [4e66d684e02353304082c8c1a7bdfb8bbc2d476b]

        #88595# quickstarter should work if soffice is already running

2001-07-20  Niklas Nebel  <nn@openoffice.org>  [eaf68956dc09ed35d5544a0e1a1a7100977c5cdd]

        #89897# when switching back from preview, read user data after ctor

2001-07-20  Eike Rathke  <er@openoffice.org>  [49d0c70ddf38d5205d9aba9ca55006061cc6da53]

        #89973# use GetExtendedCompatibilityTextEncoding in case document is, for example, Windows-1252 but charset specified is iso-8859-1

2001-07-20  Oliver Specht  <os@openoffice.org>  [487d5ba47565d4817c522d91d0e28191b7523065]

        #89969# SID_BASICCHOOSER removed from ImageList

2001-07-20  Gregor Hartmann  <gh@openoffice.org>  [bef13bfd70ab8e2f8c6a0264cd06b313f7263bf4]

        #83887#suppress assertions for unconfigured configmanager

2001-07-20  Philipp Lohmann  <pl@openoffice.org>  [a501a78eb1fefe8d04b6a39ad266e41783654083]

        #89053# asian font boost also for printer

2001-07-20  Andreas Schlüns  <as@openoffice.org>  [98119e10bcfb5347792ee588f3ee08b48d8ac921]

        #89882# add CreateDispatcher

2001-07-20  Andreas Schlüns  <as@openoffice.org>  [14340c0c9d9c1059385d038fab1a681570f404fb]

        #89882# IllegalArgumentException for empty URLs

2001-07-20  Andreas Schlüns  <as@openoffice.org>  [613588d4cc9a08d065d8c8195680a106b6c689a2]

        #89783# don't handle slot URL's by myself;#89882# use new CreateDispatcher

2001-07-20  Andreas Schlüns  <as@openoffice.org>  [f14710cb6a80bdbf70de54c331eb68dc98689d7c]

        #89783# check for right protocol;#89882# handle user info for asynchronous proccesses

2001-07-20  Andreas Schlüns  <as@openoffice.org>  [b9a289d2f93151d9c67fefd7093b5195e3daf599]

        #89882# handle user info for asynchronous proccesses

2001-07-20  Andreas Schlüns  <as@openoffice.org>  [90ec6aa70c354b9e86d97171b12a6ed3411e919b]

        #89882# new dispatcher to create targets by using CREATE flag

2001-07-20  Andreas Schlüns  <as@openoffice.org>  [47350ac6c6d2d941477ae3b99a785f851638e49d]

        #89254# add define for MAX_ITEMCOUNT_PICKLIST

2001-07-20  Andreas Schlüns  <as@openoffice.org>  [bb4feffcfa0fb58ea933f52e9d7ea8362042b080]

        #89214# support protocol handler

2001-07-20  Andreas Schlüns  <as@openoffice.org>  [8044a678337776d90d56512a809473d3a1b09ee7]

        #89214# perform access; disable unused reverse iteration

2001-07-20  Malte Timmermann  <mt@openoffice.org>  [04df26e2e9182679ac3debba68f123fae1d27555]

        #87966# XML Cleanups...

2001-07-20  Gregor Hartmann  <gh@openoffice.org>  [6f745fab00d3477eaa29fe94e22475b5349dee00]

        #86721#allways put comments on seperate line!

2001-07-20  Gregor Hartmann  <gh@openoffice.org>  [27c4d6fcb66abe64792728db1f84457d009ad448]

        #86721#new Errormessage needed

2001-07-19  Vladimir Glazounov  <vg@openoffice.org>  [ff2f1ed7df9e9c213f7e1bb765f1a9a1368bd221]

        Merge SRC638: 19.07.01 - 22:35:43

2001-07-19  Vladimir Glazounov  <vg@openoffice.org>  [345d77d67241b349528f5885d52ae9cdc6c02915]

        Merge SRC638: 19.07.01 - 22:32:33

2001-07-19  Niklas Nebel  <nn@openoffice.org>  [d4a5b5ee4ebf26ad3df85e819c340bc3952cfa7b]

        #89671# get clipboard state via clipboard notifier

2001-07-19  Niklas Nebel  <nn@openoffice.org>  [799e4b9028cba8ab2917c010f517a68ea6dc59fc]

        #89671# get clipboard state via clipboard notifier

2001-07-19  Vladimir Glazounov  <vg@openoffice.org>  [5f1e449a16a68863ebd83e97e988641c79fd32c3]

        Merge SRC638: 19.07.01 - 22:30:05

2001-07-19  Vladimir Glazounov  <vg@openoffice.org>  [8b5569d41147b94e7163f539fa331c74e702679f]

        Merge SRC638: 19.07.01 - 22:25:38

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [e36d18fa5e06a57172988c3b526300d184f3e1ba]

        Merge SRC638: 19.07.01 - 22:27:35

2001-07-19  Vladimir Glazounov  <vg@openoffice.org>  [2902f49a2c82d3dbbd9e3e1e0eb5badf9bdc324d]

        Merge SRC638: 19.07.01 - 22:22:34

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [5a53e4a0f2e7e33b518d59e834605ade9a92cece]

        Merge SRC638: 19.07.01 - 22:23:55

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [c21b8d066c34ea8e87c49e8c5bfc507136fc7f02]

        Merge SRC638: 07/19/01 - 22:21:10

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [7e4aba768015cd44ac5371c3cb41375fd1c29018]

        Merge SRC638: 19.07.01 - 22:21:08

2001-07-19  Rüdiger Timm  <rt@openoffice.org>  [a49312dd6c26cc1be3c86394ad3382cc79fe60ea]

        Merge SRC638: 19.07.01 - 22:20:17

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [545961b34a564e60f92f367b73ae9ca650cbd0e7]

        Merge SRC638: 19.07.01 - 22:19:39

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [3d50f2c44e5506326b2dc9c037e8a49a8f3dc99f]

        Merge SRC638: 19.07.01 - 22:17:38

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [cb6acb1b8d08d0d1fc215c7f67f950670b6025f6]

        Merge SRC638: 19.07.01 - 22:17:35

2001-07-19  Vladimir Glazounov  <vg@openoffice.org>  [72c9db6c657c1f7c55cf62b40cba29f4af8b997c]

        Merge SRC638: 19.07.01 - 22:16:41

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [6c2a2beae5ab683623cb85cf6625d8cd98da54ee]

        Merge SRC638: 19.07.01 - 22:17:55

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [44907dea80b2fa28d77060350650ba091aa41583]

        Merge SRC638: 19.07.01 - 22:20:17

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [1ba79fb2a5a97702a71c4925041a3332753340a6]

        Merge SRC638: 19.07.01 - 22:15:54

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [2fc4528feb7b2f014f26b21ba81d7042995cd2fb]

        Merge SRC638: 19.07.01 - 22:14:07

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [9d175a55adf04a58a4e945e070c23be8e3905e10]

        Merge SRC638: 19.07.01 - 22:14:19

2001-07-19  Vladimir Glazounov  <vg@openoffice.org>  [f7ffc9e9173a7f1ca57ffa4be9d093aa7fed3ae5]

        Merge SRC638: 19.07.01 - 22:13:20

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [82d228c82f6c6b8e11bd87ce7e6b549b867e7b1c]

        Merge SRC638: 19.07.01 - 22:12:13

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [53f499e91048230fc4b51045690f3807599d68c9]

        Merge SRC638: 19.07.01 - 22:11:52

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [bc180df4290657d933b8c99494e2a8617439cc5b]

        Merge SRC638: 07/19/01 - 22:11:21

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [6c636be85c2a946e91731c3aa81f8e6727908e08]

        Merge SRC638: 19.07.01 - 22:11:10

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [bdaaad6fa0878d41c4b45f5f2e065671cadb9690]

        Merge SRC638: 19.07.01 - 22:10:41

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [0c4ccd94250b0f52740997f14fce77712f48ca96]

        Merge SRC638: 19.07.01 - 22:09:31

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [ac723cfeec22ff2af981e73e813a120f8686988f]

        Merge SRC638: 19.07.01 - 22:09:38

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [b3908f38b2a00d007167e1e1d20a83da34e9c8f5]

        Merge SRC638: 19.07.01 - 22:06:44

2001-07-19  Vladimir Glazounov  <vg@openoffice.org>  [7c45fd8fbf3a97c89c3a8b39feaae835deded0cc]

        Merge SRC638: 19.07.01 - 22:06:03

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [fdc7a15c90cebc86102949f9c8fc539b20dc1ff3]

        Merge SRC638: 19.07.01 - 22:05:48

2001-07-19  Niklas Nebel  <nn@openoffice.org>  [060dbf804d21a4b5665ce47b20ce2979871c0692]

        #89671# get clipboard state via clipboard notifier

2001-07-19  Niklas Nebel  <nn@openoffice.org>  [35424271908c86967c70770076027f284dfefe45]

        #89671# get clipboard state via clipboard notifier

2001-07-19  Niklas Nebel  <nn@openoffice.org>  [45d242d3121ddd9a73dd5798477dcd6e4df40046]

        #89671# get clipboard state via clipboard notifier

2001-07-19  Dirk Grobler  <dg@openoffice.org>  [a06038a81a57ddfbfed195e9734251b0454e1658]

        #88512# transformation for ldap schema

2001-07-19  Niklas Nebel  <nn@openoffice.org>  [fe24560405bef7dcd90b461c3cab7a082e2aae00]

        #89671# get clipboard state via clipboard notifier

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [181abcb3f07cf9c4f3a84193ef346cd525e07c06]

        #89999# initial import for central UI Name <-> Prog Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [8c95a18241a1e9d0574983920fcd30632a39daa7]

        #89999# moved to seperate file

2001-07-19  Herbert Duerr  <hdu@openoffice.org>  [3f69b0cd27a2ac8c31c21d19d6c472fca5c72efe]

        #88233# fontlistbox needs special case for unicode encoded symbol fonts

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [f2dbc9048466d16e4a6f43127180656732044692]

        #89999# use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Armin Weiss  <aw@openoffice.org>  [54027f384513f1cebdfd5a2950ea7d89f3e9be04]

        #78972# completion for line styles for 3D: Shadows

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [4e696e996d8c8724b78efc4ced93327b99e126a7]

        #89999# use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Armin Weiss  <aw@openoffice.org>  [67542499b4b9d8d80c77fa1766262367411913d9]

        #78972# completion for line styles for 3D: Shadows

2001-07-19  Eike Rathke  <er@openoffice.org>  [c92d1719db3b09704233cd135ec0729c3e455be1]

        #89973# use SOStoreTextEncoding/SOLoadTextEncoding in old SO file format

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [79a5d432ecb31cc4a06648986bbd10533ebe5815]

        #89999# use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [f8c51dfab05c8f87df9d1f4943ba47d42fbeaa59]

        #89999# remove unnecessary calls to lcl_FormatTable and use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [3600f96bb98a6ab5d3a6e4aa5a4db9f8a6872f65]

        #89999# remove old UI<->Programmatic methods...use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [bcfcf76dc169045adf744bd6d808165f19d4ecd0]

        #89999# slight optimisation of lcl_..._getPropertyState

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [aab252858b71d7d02de569f641bbcc9a044b33f4]

        #89999# use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [85d21f0fe3a7f21f20e45c781fe46375f443d070]

        #89999# remove unused methods...use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [85ede2d87c5c0a1e4b67f4a6a59df50264b939fc]

        #89999# moved this functionality into the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [2173146795f88690924b94a0cd6cc4df8af13789]

        #89999# remove unused CXXFILES section and add SwStyleNameMapper.cxx

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [c4f4249c63bc1af9d81b36975c2b413e6717efcb]

        #89999# remove now unused static methods...instead use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [f1deb8586ec2ce40df1edd0a859b1c3d143d631f]

        #89999# remove now unused struct...instead use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [9d8a05b35c33cb97a2cfe07565c3668cb97606d7]

        #89999# remove old method calls...instead use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [5ad9ce2c10afdfddaa7601651c0b93da63862ba8]

        #89999# Move enum into seperate file..instead use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [1a545334212f48bb97853fd4c2e367b15446dc70]

        #89999# remove unused identifiers...instead use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [0113ca492c0290556f84094ea9f19438d7b18072]

        #89999# remove old function declaration...instead use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [335037e833e384193ec469e40464dab076293fa6]

        #89999# remove unused poolids...Use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [99fe5489a6634f7d22c737ba0dcc7d565f5752b9]

        #89999# Use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion

2001-07-19  Dirk Völzke  <dv@openoffice.org>  [1ec928602ec617382d24b034d3466fd61094d57d]

        #89176# Don't use password flag if password is disabled

2001-07-19  jp  <jp@openoffice.org>  [2ae65086cfe159bcbca62f2a6ea643c578aa2ee9]

        #89991# remove TF_ label

2001-07-19  Thomas Lange  <tl@openoffice.org>  [bc05a5b62016cfe643d65ff63fa6bd1fd207c906]

        #88211# show message boxes for ERRCODE_SFX_WRONGPASSWORD and ERRCODE_SFX_DOLOADFAILED

2001-07-19  Thomas Lange  <tl@openoffice.org>  [1eb4a888026a7f17b74bca2fa9a8a1926650d324]

        #88211# text for ERRCODE_SFX_DOLOADFAILED added

2001-07-19  wvd  <wvd@openoffice.org>  [d5585759243e49166e87cc57b9c10f47be360e14]

        #88447# Added member for columnaliasing.

2001-07-19  wvd  <wvd@openoffice.org>  [99ab6e6f31424c7ab80f8afd39efa0eed06e7320]

        #88447# Added member and accessor for columnaliasing.

2001-07-19  gt  <gt@openoffice.org>  [2d97a129f42409bfff59802aac32d55cd01bd20e]

        #89986# MyList::Insert(): wrong insert of new element

2001-07-19  Christof Pintaske  <cp@openoffice.org>  [80a18a9493e1558b59e2853fa2c5dc5394d4bdb4]

        #88649# get correct text encoding

2001-07-19  Ocke Janssen  <oj@openoffice.org>  [5429807c647fc1352473d872a46f93c01834aefa]

        skeleton for sdbc drivers

2001-07-19  Andreas Bille  <abi@openoffice.org>  [2c1f794c33a8be799794a6fa4932334aa22a3d79]

        #89731# Work around for gpf in package2.ll

2001-07-19  wvd  <wvd@openoffice.org>  [d3d57d5d621a92966f1dfeb57cd2091797cf4e74]

        #88447# Added member for columnaliasing.

2001-07-19  Tino Rachui  <tra@openoffice.org>  [008aed387baeea56cc39dd30ef061b4eca28fde7]

        CAutoComInit in flushclipboard removed because its not necessary to initialize com in this method

2001-07-19  Kurt Zenker  <kz@openoffice.org>  [78fcb8a7928c83b16f0d42ae64a4d743a5797c2f]

        new version for SRC638

2001-07-19  Martin Gallwey  <mtg@openoffice.org>  [e522c10e3d8c7304867c401369632445485758a4]

        #89731# Ensure that the Content has given us a 'real' stream

2001-07-19  Daniel Vogelheim  <dvo@openoffice.org>  [9bfb253d0564a006c81abd1aace07b4c34901e6e]

        #89891# fixed problem with footnotes which are anchored in lists

2001-07-19  Tino Rachui  <tra@openoffice.org>  [557390c7af8505d9503a2568d733c89daefad532]

        alias names with platform qualifier

2001-07-19  Jörg Barfurth  <jb@openoffice.org>  [e1080c0e130476d602d01105f575e3596ca15873]

        Now spliiting port off server input; Changed some defaults

2001-07-19  Frank Schönheit  <fs@openoffice.org>  [1aa06632f9c1adfb134df78b827ba4def8a8df4d]

        #89905# reset the table when selecting a new data source

2001-07-19  Andreas Bille  <abi@openoffice.org>  [d00ec94d2f23f7ff25c2f0f2e901c27cea24f32d]

        #89939# Problem: The help content provider has not thrown an UnsupportedDataSinkException in case of an XActiveDataStreamer, which is used by sfx to decide to retry opening with XActiveDataSink.

2001-07-19  Tino Rachui  <tra@openoffice.org>  [7773258dee6bdc65759c4cf91c51a09c7a5b6912]

        using com auto pointer

2001-07-19  Daniel Rentz  <dr@openoffice.org>  [5c5c6d0ef72df69570161097e8ccf807539e9f7b]

        #89937# tab order

2001-07-19  Tino Rachui  <tra@openoffice.org>  [44ce2cd77236a3735952592df6c3183b4de3ccb1]

        moved to dtobj directory

2001-07-19  Philipp Lohmann  <pl@openoffice.org>  [2c01d7b4bb989381a5eb784d0ab095534e771187]

        #89712# add: WB_SINGLELINE for TabControl

2001-07-19  Tino Rachui  <tra@openoffice.org>  [078217c0fca073ab58626064384fca54ee3b4744]

        now including APNDataObject.hxx from dtobj directory

2001-07-19  Daniel Rentz  <dr@openoffice.org>  [479997c6d9a6f88d3296cf243d0c385c62d24b99]

        #89955# language settings tabpages

2001-07-19  Tino Rachui  <tra@openoffice.org>  [ca7127b207b7d7192387c6e255d162e06e168530]

        - unnecessary comments removed - if ( aCond.wait( ) ) in setClipboard, ... replaced with aCond.wait( ) because we are always infinite - flushClipboard: assertion to ensure that we are nopt called from the ole sta thread itself - setClipboard see flushClipboard - registerClipboardViewer see flushClipboard - onRegisterClipbViewer unnecessary comments removed - MsgCtx struct redefined so that hr and osl::Condition are member and not pointer - getClipboard assertion to prevent null pointer input - comments added - class CAutoComInit extended

2001-07-19  Carsten Driesner  <cd@openoffice.org>  [5afef4af17d8e0ba819baf006717a682d81d22b6]

        #89883# Application::Property now works again

2001-07-19  Hennes Rohling  <hro@openoffice.org>  [bade5877ead6becd9db5750156e62c4d046a52f7]

        #88840# Implemented osl_executeProcess_WithRedirectedIO

2001-07-19  Frank Schönheit  <fs@openoffice.org>  [d18cd9c4b9af6e0ab20a6d4f74729cb54e418bed]

        #89219# change the file names so that they contain the CPU id

2001-07-19  Frank Schönheit  <fs@openoffice.org>  [b46c0574222dd79475fb022bdfbc1f3a9482a6c8]

        #89853# create nodes for column settings only if the settings do not have their defaul values

2001-07-19  Frank Schönheit  <fs@openoffice.org>  [0e49959173aa47b360d692b899ee752e040b62da]

        #89853# +isDefaulted

2001-07-19  Thomas Lange  <tl@openoffice.org>  [5f3cfa254d3b37705ae0189261517b71643c76d0]

        #88211# ERRCODE_SFX_WRONGPASSWORD set on failure in order to get a messagebox displayed

2001-07-19  Joachim Lingner  <jl@openoffice.org>  [6a0d3f6cb6553d20829172a5f5f10e6e93d4b398]

        #89819#

2001-07-19  Joachim Lingner  <jl@openoffice.org>  [18eb3b3fa3edb87ca47ac4800f92a24fa2a587fa]

        *** empty log message ***

2001-07-19  wvd  <wvd@openoffice.org>  [a6a2ba0593d6ed2932d05e087095c05a71d79229]

        #88447# Column aliasing.

2001-07-19  Dirk Völzke  <dv@openoffice.org>  [c29c2e1270d2ee01a5769a809ad9afde4cd7b5cf]

        #88656# Removed syntax error

2001-07-19  jp  <jp@openoffice.org>  [10647cd8a754f3fe2a170a28db00bb873891b7cc]

        Bug #89827#: put english text

2001-07-19  Dirk Völzke  <dv@openoffice.org>  [d668eee082622d7f14949276581a808d85f433b5]

        #88656# Added BTN_ALL for the QueryDelete dialog

2001-07-19  Dirk Völzke  <dv@openoffice.org>  [fb684eef1ad87e7e96c5cb5ffc36a940a53c4093]

        #88656# Added delete all button to QueryDelete dialog, added support for delete key event

2001-07-19  Stephan Schäfer  <ssa@openoffice.org>  [f99c9f4677e27ba4a9a0592a749b11df7a70903f]

        #89936# fixed refcounting bug for win98

2001-07-19  jp  <jp@openoffice.org>  [5da0fd0d9ade2962186ad0c69c9f456f6f005409]

        Bug #89827#: put english text

2001-07-19  Dirk Völzke  <dv@openoffice.org>  [1e9b33c849bd7cda9ddbf9843e93a012f7afdfe8]

        #88656# Added delete all button to QueryDelete dialog, added EnableDelete()

2001-07-19  Ocke Janssen  <oj@openoffice.org>  [8f7547ae7ef41326458491b5f948a45c308165bb]

        #87032# add containerlistener at tablecontainer and viewcontainer

2001-07-19  Daniel Rentz  <dr@openoffice.org>  [0f82c9734e2ccf54b23e64f1461f8344491e58e5]

        #86750# preview of individual word underline

2001-07-19  Sascha Ballach  <sab@openoffice.org>  [668c2ee443f837499f811fd669bab9fc8f826eae]

        #89929#; cache the value of a cell

2001-07-19  Ocke Janssen  <oj@openoffice.org>  [335518199c814aa9d5ba184b2d76749b78dc248f]

        #86186# check if value is null

2001-07-19  Sascha Ballach  <sab@openoffice.org>  [98890d53957dee66e66b78d38adffad76615366f]

        #89926#; don't create and copy the sequence so often

2001-07-19  Ocke Janssen  <oj@openoffice.org>  [f58c7e9754e0526967a462ed14c3165f1717ad4d]

        #86186# check parsetree for joins

2001-07-19  Ocke Janssen  <oj@openoffice.org>  [486f4cdabdc218b630554e6d9ea5dd71a2cf3d3e]

        #86186# check parsetree for joins

2001-07-19  Ocke Janssen  <oj@openoffice.org>  [996bf2f93a1332e61c39b4b82d66227629c23fd7]

        #89594# insert mnemonics

2001-07-19  gt  <gt@openoffice.org>  [5bc5707c64c269832121d7396ca9fba609c2d5ac]

        #89915# imln(): wrong calculation for sign of negative i

2001-07-19  Thomas Lange  <tl@openoffice.org>  [e1d3eb38b6b7b98e7b679d92ebbcdf6e3364fe3f]

        #89730# assertion removed

2001-07-19  Sascha Ballach  <sab@openoffice.org>  [527b8ed4043e29a211b08c888ad3090ac26d52ae]

        #89805#; use english number formatter to get StandardIndexEnglishUS; new impl method to get cell by position without to call ScUnoGuard

2001-07-19  Sascha Ballach  <sab@openoffice.org>  [85a6ada104dc666b5615bb4a6a8538d52b87a866]

        #89805#; use english number formatter to get StandardIndexEnglishUS

2001-07-19  Mathias Bauer  <mba@openoffice.org>  [4adf7e4d6352acd3d38d3827d2f051ad04d9d277]

        #89377#: don't try to insert folders in linked storages twice

2001-07-19  Sascha Ballach  <sab@openoffice.org>  [0336acd4d271793918c300e03db4e86ea47a853d]

        #89805#; new impl method to get cell by position without call ScUnoGuard

2001-07-19  Kay Ramme  <kr@openoffice.org>  [8b354174466b16525e0c3a9a34447673db90b95d]

        renamed config. entrys (#88512#)

2001-07-19  Andreas Martens  <ama@openoffice.org>  [d15d274d631c9ab827a464ff9ccf63b6a4036b25]

        Fix #86705#: Preview for Asian and Latin Unicode characters

2001-07-19  Frank Schönheit  <fs@openoffice.org>  [81eb3dba32ac40760defdc775d94a20e78a67763]

        #88735# reordered the fields

2001-07-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9bf4e41dc048477a66d584c10b4321ef7fb00219]

        #87298#

2001-07-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e4f780f3778b6f31505f9267eb298de862a44f9]

        #87298#

2001-07-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [26cd85a074ecb7d9e0364a7902eacd69b367b9e3]

        #65293# dependencies matter

2001-07-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1fd282b4c838ea1ef973463554e2680795713b48]

        #87136# find source tree

2001-07-18  Mathias Bauer  <mba@openoffice.org>  [5b30a4b4f055a18a990b1505886085b0301c58cf]

        #85359#: SetModified in SetExecutePlugins

2001-07-18  Herbert Duerr  <hdu@openoffice.org>  [8d639d364f1b34baf6ffffde301e233c0e4d612c]

        #89053# increase preference for non language specific fonts

2001-07-18  Mathias Bauer  <mba@openoffice.org>  [99727200d3e83ada4d75b94016b89afcf71f0712]

        #89377#: Exists must also work for folders

2001-07-18  Malte Timmermann  <mt@openoffice.org>  [d9e122303bc1802969c9dac9b372b114d84c31e5]

        #88390 Extra X-Offset in Edit...

2001-07-18  Mathias Bauer  <mba@openoffice.org>  [353b2b6ea4762fb41fbe3c7fbf85a4fac80f8678]

        #89377#: error handling when creating folders

2001-07-18  Martin Gallwey  <mtg@openoffice.org>  [fefe4a7b2cb8a26fa2ae062fb51403c43dd46cba]

        #89838# get the pre-compiler to hide some debugging information from everyone else...also handle a bad URL in the initialize function

2001-07-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b343d26ad44c6234be27f29e8592644f04ff201]

        #87298# inlining doesn't work here for msvc6

2001-07-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [874998852c3be45e3f93c127a06585b347d4a2e2]

        #87298# inlining doesn't work here for msvc6

2001-07-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [782310b079ab1421f782b1be39362936a03abfda]

        #87298# inlining doesn't work here for msvc6

2001-07-18  Thomas Benisch  <tbe@openoffice.org>  [9e1d10d2f7a2ca5c8b89bfcccbfa01964578ba77]

        #84512# different size of dialog control in design and non-design mode

2001-07-18  Herbert Duerr  <hdu@openoffice.org>  [c800eefd36b62e329bd2dd8b2350b099d2e77277]

        #89053# increase preference for language specific soui*.ttf

2001-07-18  Malte Timmermann  <mt@openoffice.org>  [5a1dade25c33b9e743fb123d71116477e9672c93]

        #87966# EE_FORMAT_XML

2001-07-18  th  <th@openoffice.org>  [52f9088650d85dbcbb79c7a998b800083c26107e]

        #88972# - tenccvt.hxx

2001-07-18  Frank Meies  <fme@openoffice.org>  [7634ec78ab56cc89a2a96c1698c056fe2885c785]

        Fix #89884#: Assignment of superscript attribute to selection with mixed scripts

2001-07-18  Frank Schönheit  <fs@openoffice.org>  [f9152cc2a9271110210bb0bb3ca5c345ca60da00]

        #87937# do an InvalidateAll in initialize

2001-07-18  Ocke Janssen  <oj@openoffice.org>  [7a8ae356626e8306c073c4a2bbf35b18e28e1895]

        #89837# check types

2001-07-18  Malte Timmermann  <mt@openoffice.org>  [cb43dac730a1f46f6de18e626eaee86e3ae33f8c]

        #88812# MBDown when Popup open...

2001-07-18  Dirk Völzke  <dv@openoffice.org>  [7140170a7f08997caafc17cc563f80394e1fe79f]

        #88655# Added: EnableContextMenu()

2001-07-18  Dirk Völzke  <dv@openoffice.org>  [afb8137752a3332c4ac2398acd135ca9ac929acf]

        #88655# No contextmenu in new from template dialog templwin.cxx

2001-07-18  Oliver Specht  <os@openoffice.org>  [74a6c626aded7ce29fd173a6e599fb9c5fd7c2b1]

        #88849# handling of db queries corrected

2001-07-18  Herbert Duerr  <hdu@openoffice.org>  [a1a89f1e2dbf4ebea550d9162ebf5cc37edc0511]

        #89724# treat itc zapf dingbats like dingbats for backwards compatibility

2001-07-18  Matthias Huetsch  <mhu@openoffice.org>  [12774445aca944c3c96e83c001d5046cbac84e97]

        #87159# Fixed 'SvFileStream::SetSize()' to handle 'ftruncate()' that fails to extend a file (use 'lseek()' and 'write()' instead).

2001-07-18  Ocke Janssen  <oj@openoffice.org>  [595a59693456d95511b74998031a0e2cf127ebb3]

        #89443# addref and release weren't pairs

2001-07-18  Rüdiger Timm  <rt@openoffice.org>  [c0c9b446e25ee540259f68b691d664b472a73fb4]

        #87576# wrp*.dll is libwrp?????.so for unix

2001-07-18  Caolán McNamara  <cmc@openoffice.org>  [ce5d6ee6e7f86d07710e07c6dab4994b91b4ad6f]

        #89743# non explictly numbered paragraph needs to have numbering reset if following explicitly numbered para, regardless of 2nd para being in a numbering style

2001-07-18  Oliver Braun  <obr@openoffice.org>  [8d0a1399cbcfea60be1c38596d45396d574a0baf]

        #83749# gnome support added

2001-07-18  wvd  <wvd@openoffice.org>  [8693dfee497edbbe51e6198616ad9caecd49267f]

        #88447# Added member and retriever for XMultiServiceFactory. This will be used by OMozabConnection to initialise its columnalias member.

2001-07-18  Stephan Schäfer  <ssa@openoffice.org>  [206610a160dc9a2caa64b8ff104b5b7f9d178a34]

        merge in 1.24.2.1

2001-07-18  Stephan Schäfer  <ssa@openoffice.org>  [9563fc631e53b21d766ad4034200c7eef657c1f7]

        #89754# catch runtime exceptions

2001-07-18  Dirk Völzke  <dv@openoffice.org>  [cc7d8f4c0414fdb1cc31a64ffdae39265321b8a6]

        #89496# Remember last selected entry when resorting, added a Mutex

2001-07-18  Kurt Zenker  <kz@openoffice.org>  [95427687e08aff629ad68a384703020a42f11639]

        new version for SRC638

2001-07-18  Kurt Zenker  <kz@openoffice.org>  [d8eda2111f2f536bd431e6c4f9abcdbd858f2130]

        new version for SRC638

2001-07-18  Ocke Janssen  <oj@openoffice.org>  [c60147c84d9dd7c579b6c7d8cd02caa19960c23e]

        #85664# enable copy/cut/paste/delete keys

2001-07-18  Matthias Huetsch  <mhu@openoffice.org>  [a28495fc30117a91316420e67ed15ac9a12e4c99]

        #65293# Fixed 'STOREDBGLIB' (thanks to John Vandenberg).

2001-07-18  Matthias Huetsch  <mhu@openoffice.org>  [62fbc4cbb1c4b5b3bd01da7ed94505369e46f203]

        #65293# Adapted to <rtl/char.h> removal (thanks to John Vandenberg). Added better 'usage' info.

2001-07-18  Mathias Bauer  <mba@openoffice.org>  [86d5c81481c901952c77b044bf88a2b004f7876f]

        #89377#: don't get content type for linked files

2001-07-18  Frank Schönheit  <fs@openoffice.org>  [6b366a27bcfe43391502f2dc415cd2c334e1bcc6]

        #88848# allow commands (not only tables/queries) to be the current documents data source

2001-07-18  Mathias Bauer  <mba@openoffice.org>  [fb951bfb206b5a3f4ac3cc5a33df1127a8129138]

        #89377#: correct return values

2001-07-18  Frank Schönheit  <fs@openoffice.org>  [65a3ab4d076de14d13417f96b24829ee4277f3ef]

        #89837# catch exceptions in OnExpandEntry

2001-07-18  Ocke Janssen  <oj@openoffice.org>  [a4608ffb1392006c216b9ee9d1ee0e12203a2853]

        #87576# solaris

2001-07-18  Rüdiger Timm  <rt@openoffice.org>  [e5e0eca1abba73537ce6b54806e765129d0487e6]

        #87576# dependency on tvhlp1.flt removed, this file does not get built any more

2001-07-18  Philipp Lohmann  <pl@openoffice.org>  [cf2eb64e4ea6dfd730bb2b189134c10b58bbc524]

        #89588# don't query size on MapNotify

2001-07-18  Christof Pintaske  <cp@openoffice.org>  [0ea1d9dc9bce422bbe68765c443bd87ea549d227]

        #89616# #88978# Btraq 4478197 avoid XmbLookupString in favour of XLookupString in C locale and no iiimp

2001-07-18  Niklas Nebel  <nn@openoffice.org>  [bd9160db9bdc5f78f943c3786a7c0c9ee58e2d45]

        #88848# provide status for DocumentDataSource

2001-07-18  Kurt Zenker  <kz@openoffice.org>  [80d3ca0a6c268e676951f5eaf12416b07775d2ca]

        new version for SRC638

2001-07-18  Mathias Bauer  <mba@openoffice.org>  [68d2d97bf4b3a048af6009e94f9b7ec1687529e9]

        #89377#: wrong parameter declaration

2001-07-18  Ocke Janssen  <oj@openoffice.org>  [9ffa52b11e62f0807974fd5024d534b9191c82c3]

        #89740# don't delete the view

2001-07-18  gt  <gt@openoffice.org>  [16100461418cad29ed2d613f32bd759840d935f2]

        #89826# any[][] as first parameter for IMSUM and IMPRODUCT

2001-07-18  Ocke Janssen  <oj@openoffice.org>  [862f49053bb147bb942668379c3cb05f36b1c4b1]

        #89668# SetStrictFormat for numeric fields

2001-07-18  Mathias Bauer  <mba@openoffice.org>  [7c76bfa13a0691c3b01b1e9155ddca0f7b645e4a]

        #89377#: wrong parameter declaration

2001-07-18  Ocke Janssen  <oj@openoffice.org>  [8c5d7b3919a681258da9c01c61628d15951e525c]

        #89772# set new configurationnode when datasource was renamed

2001-07-18  Ocke Janssen  <oj@openoffice.org>  [99286fceaeb7fbf2adba8498c680a3a4d45b6e30]

        #89772# set new configurationnode when datasource was renamed

2001-07-18  Rüdiger Timm  <rt@openoffice.org>  [dca8859a68e5532fb5e4a963977c9a3a240d6b0e]

        #87576# appctor is not used any more

2001-07-18  Rüdiger Timm  <rt@openoffice.org>  [ab1774b50c02275831b80a58fc087aef5989db1c]

        #87576# temporary variable for gcc

2001-07-18  Sascha Ballach  <sab@openoffice.org>  [4541dc09ef2f33b82dd3f52d6ea6d1d1408ef2e9]

        #89805#; use english number formatter to ask IsNumberStyle()

2001-07-18  Sascha Ballach  <sab@openoffice.org>  [30b7001aa89b20c57664996e96003a3ae878b9fd]

        #89805#; add english number formatter

2001-07-18  Carsten Driesner  <cd@openoffice.org>  [2f0ae41e45d7ba34fd676a505d43f571f6b6fc5e]

        #89023# applicat.cxx shouldn't be build anymore

2001-07-18  Rüdiger Timm  <rt@openoffice.org>  [fe1c625f2b7791aaa2b917a156e0641c175b2b3d]

        #87576# extra semicolon removed

2001-07-18  Rüdiger Timm  <rt@openoffice.org>  [411dccebe8b2048050e9cec5926c7276124aee42]

        #87576# build demands platform specific dependencies here, even though it seems to be unnecessary

2001-07-18  Carsten Driesner  <cd@openoffice.org>  [55b574c3445991d4da917b7c27b77ab39ec10db6]

        #67499# use SvStorage through a reference, because dtor is protected!

2001-07-18  gt  <gt@openoffice.org>  [d7ee6042461f99cf0588777b8680bce38516bcfd]

        #89828# illegal argument exception declared for _all_ AnalysisAddIn::get...()

2001-07-18  Andreas Schlüns  <as@openoffice.org>  [8355f7765508a4b7134d59049a07fa028b83f753]

        #89824# dispose listener AFTER disposing of component!

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [b9b168c60fe4efdd7af249ca6b343b94a6d2faa7]

        Merge SRC638: 17.07.01 - 22:59:43

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [52d086ddc72dbbc8e4d6895c5caa205558794c9a]

        Merge SRC638: 07/17/01 - 22:54:29

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [c29b5c1b17ceb480e7adfe4ea690a236dffddaea]

        Merge SRC638: 17.07.01 - 22:54:07

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [275144369b340e5ed4fcac01f29ac952b57e99e7]

        Merge SRC638: 17.07.01 - 22:54:10

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [879430ec66590d20cf79cb6598bea35add0bfe66]

        Merge SRC638: 17.07.01 - 22:54:57

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [0cb8ad368d8f9f98b73a18732c9aecdf1c20e7cf]

        Merge SRC638: 17.07.01 - 22:49:30

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [e7081b767c3f9b4c7422289f8ccecea0899847bb]

        Merge SRC638: 17.07.01 - 22:51:41

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [b49e4297c77015d1f32a73709ae4ee05c39e140f]

        Merge SRC638: 17.07.01 - 22:48:14

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [aa2a5866a61b27ac9facab6b88422a96a46e2454]

        Merge SRC638: 17.07.01 - 22:46:36

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [87be91834b3255227ba355d1887182b059d890ab]

        Merge SRC638: 17.07.01 - 22:46:21

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [069ec7fa725e1db9613ab1557b9997cee11a42f0]

        Merge SRC638: 17.07.01 - 22:46:06

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [04107d2c1e73a105b69f5da1e5020bd464e2e32b]

        Merge SRC638: 07/17/01 - 22:46:41

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [7416b3fb5b75d39c61bab7db71725f13fe91e011]

        Merge SRC638: 17.07.01 - 22:49:10

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [2cd01b20dfe8ee51016bbb0fe358acedac371739]

        Merge SRC638: 17.07.01 - 22:45:16

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [72dd7acdbadceb2b5a659adf0cd00abe71802412]

        Merge SRC638: 17.07.01 - 22:45:29

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [f93652e6c376319a2337076bc43c09c91e398c5e]

        Merge SRC638: 17.07.01 - 22:43:55

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [94c078c462fe00b5cab1644d41715ec074a57c30]

        Merge SRC638: 17.07.01 - 22:43:54

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [8a1876bf98fb7c2cd98f7ce30ac3e4de592be4b0]

        Merge SRC638: 17.07.01 - 22:46:40

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [3be684a56c6895bf965cc7e15f3007950e725692]

        Merge SRC638: 17.07.01 - 22:42:59

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [681f672e4897c9ddf623d5f5207c1e23343e5e8b]

        Merge SRC638: 17.07.01 - 22:42:55

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [f451a55ee65a778b059d619428372374f3faa024]

        Merge SRC638: 17.07.01 - 22:43:19

2001-07-17  Vladimir Glazounov  <vg@openoffice.org>  [da5b23673dd8c0c6ad82e570d8fc07018a6361ea]

        Merge SRC638: 17.07.01 - 22:41:41

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [cf5bbbe893852589ddb8c8dcf5eaf6c019ff117d]

        Merge SRC638: 17.07.01 - 22:41:10

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [0bc3f177a752fe0a2fde63889f8d9b73b2628bbc]

        Merge SRC638: 17.07.01 - 22:41:11

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [977715bd7091a72d385a26acceb85a7919965972]

        Merge SRC638: 17.07.01 - 22:41:03

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [02f1991ad49cc73a64e653502e6a87a6f091a564]

        Merge SRC638: 17.07.01 - 22:44:17

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [65025a90deba051a2acc30bdb9c8aeee532e4bc7]

        Merge SRC638: 17.07.01 - 22:40:50

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [d3d123ab2f67f3156acabe1cf528cb8dac58a092]

        Merge SRC638: 17.07.01 - 22:39:49

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [591918112f8501b2ef00cdb003434fd652e9038d]

        Merge SRC638: 17.07.01 - 22:40:49

2001-07-17  Vladimir Glazounov  <vg@openoffice.org>  [a378baf09efebd02c7355335fc2ed756eec671a6]

        Merge SRC638: 17.07.01 - 22:39:08

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [efc51d3b264c9367731cdf01f68041b75e19afaa]

        Merge SRC638: 17.07.01 - 22:38:25

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [5cc502fc19fcb411330ab9a60db90236b61f1592]

        Merge SRC638: 17.07.01 - 22:37:56

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [905ea678a3fddbf8bab3b0940daccbb76e86394e]

        Merge SRC638: 17.07.01 - 22:37:43

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [f13763cabb55529fa67e961e0d1607008e21ad8b]

        Merge SRC638: 17.07.01 - 22:36:36

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [bcaa5e2b1a5b7964a7bfcfd47c830f4a9bf3ecff]

        Merge SRC638: 17.07.01 - 22:36:46

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [56eb2d8b8da0409d4994efb2a6c5c6dbfbb90dae]

        Merge SRC638: 17.07.01 - 22:36:19

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [c6ca47253e05fc36e65803d06bd66c5615aa1098]

        Merge SRC638: 17.07.01 - 22:39:03

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [e8719ec44ec85af7e731f28ea073ffd8832eb6f1]

        Merge SRC638: 17.07.01 - 22:34:31

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [21bdf56766a30e8722635a1ee22261ebb4545ea7]

        Merge SRC638: 17.07.01 - 22:34:42

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [9315e749ddc8dc37c19f3dc066619a0106a9120d]

        Merge SRC638: 17.07.01 - 22:34:09

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [54afef8c57cbf44ca1e9c66a4ea4c53cd091c99d]

        Merge SRC638: 17.07.01 - 22:33:24

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [1ea61f87271ca9fa56a94dadd6d7f0afe66c7804]

        Merge SRC638: 17.07.01 - 22:32:55

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [ece232076eeea7b9aa5b642bba5f16696ed602c3]

        Merge SRC638: 17.07.01 - 22:32:47

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [8de3fa738250f18ce62e62972f493a9537914c94]

        Merge SRC638: 17.07.01 - 22:31:02

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [32ef17b5a62524e771ec28b8953d38151d03892b]

        Merge SRC638: 17.07.01 - 22:30:42

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [2222a45bd6eafe53a16922e8933fb90a30adba20]

        Merge SRC638: 17.07.01 - 22:30:45

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [e9a44d8eaba39d2fefe9ead9da8d0d84883ed804]

        Merge SRC638: 17.07.01 - 22:30:59

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [75fc6cd764d402e455e673d3ceba001a567e8175]

        Merge SRC638: 17.07.01 - 22:30:43

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [3415d022220e0ef0824ea08a3032dd9932e9f4ef]

        Merge SRC638: 17.07.01 - 22:29:34

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [f90db27eefcbd06595f7813a1704e817507260a6]

        Merge SRC638: 17.07.01 - 22:29:39

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [fa74b1adfd6147a8a4d16ef671e09ceb5a9e19e7]

        Merge SRC638: 17.07.01 - 22:31:16

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [87e754edff2c5e50422b18b28c14e2914704606c]

        Merge SRC638: 17.07.01 - 22:27:33

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [ccb08f9e6aef839d36453b9e723a425c8bbd5177]

        Merge SRC638: 17.07.01 - 22:27:31

2001-07-17  Vladimir Glazounov  <vg@openoffice.org>  [305dff6a3cb2039734f8c4ef88e7a5fa0a2750ae]

        Merge SRC638: 17.07.01 - 22:26:22

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [d3c29d060c156974e59e63729ed78b22ecb2c049]

        Merge SRC638: 07/17/01 - 22:26:24

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [9a5cd76ac628a424ec8d5ece05f1324f7b3a3bfc]

        Merge SRC638: 17.07.01 - 22:25:31

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [033c660c47513d3ae51940839e628ffecbccddc2]

        Merge SRC638: 17.07.01 - 22:26:41

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [15e7bf57c4920929bc119c31df66994c5dcdcb8c]

        Merge SRC638: 17.07.01 - 22:25:35

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [532b749ea802cf00080cc3d8a6eb119a78f1f51e]

        Merge SRC638: 17.07.01 - 22:28:35

2001-07-17  Rüdiger Timm  <rt@openoffice.org>  [372967b0fb90182bff3a42fc0d43f070ce6f856f]

        Merge SRC638: 17.07.01 - 22:25:20

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [58810d6b1029b581898abc56b785f15b15596ff4]

        Merge SRC638: 17.07.01 - 22:25:09

2001-07-17  Vladimir Glazounov  <vg@openoffice.org>  [1bff932042225d764c81352184bbd28acdf7644a]

        Merge SRC638: 17.07.01 - 22:23:52

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [bbb1bea69436973a37d983223843219b74147491]

        Merge SRC638: 17.07.01 - 22:23:19

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [7296f411e7cd30df96d3f3103c23293a371cecbb]

        Merge SRC638: 07/17/01 - 22:23:37

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [f91d3a704f00b367d7c7418f9f1e6e80f96883c7]

        Merge SRC638: 17.07.01 - 22:24:06

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [d2de22ca3877add966873d160ce72d5f7125c26f]

        Merge SRC638: 17.07.01 - 22:22:39

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [8b58f5bfbcee802fd1e1feff34a65a06b1567464]

        Merge SRC638: 17.07.01 - 22:26:02

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [f7e287b80389a256e22a4c662de8e76d360f57ef]

        Merge SRC638: 17.07.01 - 22:21:12

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [f3319e4c25e0bd8c83a0326dc628ded5771984e2]

        Merge SRC638: 17.07.01 - 22:21:06

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [ddbe6127e6f8b0f074ac378cd44c28a96f59c4ca]

        Merge SRC638: 07/17/01 - 22:21:32

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [40463b6f1419dd01042c1b4ec852cca944becd6e]

        Merge SRC638: 17.07.01 - 22:22:03

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [0971bb2c6373c6180e3bdcf206ca1baf0fca6a80]

        Merge SRC638: 17.07.01 - 22:21:17

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [08e77c475d0d54a254506bb6517e1bbfa2b0e2f2]

        Merge SRC638: 17.07.01 - 22:20:10

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [49e44ce59c065c171f916afa63dca1deb697f239]

        Merge SRC638: 17.07.01 - 22:19:43

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [99ca72bea9f5cdaf265bdbb8cf656ae89ac21f83]

        Merge SRC638: 17.07.01 - 22:18:43

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [5459600f9ed5cd8bcb05f54def7043c2a35d87c2]

        Merge SRC638: 17.07.01 - 22:19:39

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [9c051258d2040718bca1364106fd634d34027ba5]

        Merge SRC638: 17.07.01 - 22:17:06

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [54bf84777f48d505f70bea2715e09821d4e16e7f]

        Merge SRC638: 17.07.01 - 22:12:55

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [82f31679083f4e0a4a950ee18f3b16877e7d54e6]

        Merge SRC638: 07/17/01 - 22:13:01

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [7e635de95f429308ec9d3c103c38acfce1660a03]

        Merge SRC638: 17.07.01 - 22:12:32

2001-07-17  Vladimir Glazounov  <vg@openoffice.org>  [fd48ed9ed6df6a87b4880d08e21243c2312747b9]

        Merge SRC638: 17.07.01 - 22:11:48

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [d0f50c8c377710fbc434975764a50b013eb47912]

        Merge SRC638: 17.07.01 - 22:14:37

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [ef17b0da0e0f76d916b9d6246eed2456b443d8a2]

        Merge SRC638: 17.07.01 - 22:10:36

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [c392f3ecd661c2f8117b3219bd10d27cf6711e4e]

        Merge SRC638: 17.07.01 - 22:09:34

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [cd8cd036d08944125d58e4c6116978ccf1b1a173]

        Merge SRC638: 17.07.01 - 22:12:45

2001-07-17  Eike Rathke  <er@openoffice.org>  [4e1143b3e0c86fead959e4420dbd981760ffc56f]

        #89751# don't write COL_AUTO as black background, in fact don't write any transparent background as color

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [01de708a885748dd2dc60dc30f03dfb3c77baf58]

        new version for SRC638

2001-07-17  Herbert Duerr  <hdu@openoffice.org>  [863aa04e22906917e3719d8043327e7bc34e2147]

        #81268# shrink unicode subset listbox by removing unavailable subsets

2001-07-17  Herbert Duerr  <hdu@openoffice.org>  [de1aefeaa8a5fc4e618991d950bab62aebc1110b]

        #89759# make unicode subsets visible outside svx

2001-07-17  Eike Rathke  <er@openoffice.org>  [30d89b00556ad6c8982d0806d0cfe0d80b7133bb]

        #89750# reposition images in overlapped regions of merged ranges to upper left

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [b57adf1815a9667992d90ed0d007cf4639d09c92]

        new version for SRC638

2001-07-17  Niklas Nebel  <nn@openoffice.org>  [748c6de7cc09c89c080621ee9e3e041e9daba870]

        #89749# removed date field international settings from resource

2001-07-17  Kurt Zenker  <kz@openoffice.org>  [5c99613a3c2b6073ba0a480a980cef9281332585]

        new version for SRC638

2001-07-17  Malte Timmermann  <mt@openoffice.org>  [7ff3c72d16b613b954a8970d4360b8563c55d7f6]

        #89107# Select text when opening DDBox

2001-07-17  Rüdiger Timm  <rt@openoffice.org>  [781d16ccd1c043eb45115931f0b522d148035479]

        #87576# extra semicolons removed

2001-07-17  Malte Timmermann  <mt@openoffice.org>  [4fc4011b15deb52d87a57982c510a2a17e894e84]

        #88977# #89521# Resize: ImplInitScrollbars

2001-07-17  Jörg Barfurth  <jb@openoffice.org>  [a9e7f7be99c58a6729e68ab746bf35a5fda10c0c]

        #89782# Memory optimization: New anypair reduced from 7*sizeof(void*) to 4*sizeof(void*)

2001-07-17  arellano  <arellano@openoffice.org>  [cb1eb20d37160bdbd400a1994483250e80196553]

        added punctuation, added comment

2001-07-17  Dirk Völzke  <dv@openoffice.org>  [ea658c29afd472de4f7854143b7a59390377d2be]

        #89110# Reworked saving of last used filter / path

2001-07-17  arellano  <arellano@openoffice.org>  [fb37269ac38c338f6fb140a81fdbbe19f7aa0e60]

        added punctuation, added comment

2001-07-17  arellano  <arellano@openoffice.org>  [0889e1a800ea6bb928b5f8884f37095a829e5cf5]

        added punctuation

2001-07-17  arellano  <arellano@openoffice.org>  [10b83f9471336b6163565140e9d8b5dd123b1c60]

        added punctuation, modified spelling

2001-07-17  arellano  <arellano@openoffice.org>  [a51c4786dfaf2510dda015c7a69a13c1a2974e8b]

        added punctuation, modified syntax, added comment

2001-07-17  arellano  <arellano@openoffice.org>  [880b405246480df00d7fed9956e82483f3190b05]

        added punctuation, modified grammar

2001-07-17  Philipp Lohmann  <pl@openoffice.org>  [ed3a6995a9ffb590afb8314d3c49778ad1de5dad]

        #89588# XMoveResizeWindow instead of XtSetValues or XtConfigureWidget, since only that does the right thing

2001-07-17  Armin Theissen  <armin@openoffice.org>  [a5fb34c7cbc047aacf66e536d2651b1475de19e8]

        d:\temp\patch  ->  patch

2001-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [79c0893f08db43a2f8f3a89c3f0b6f875734aae6]

        applying patches on win32 should work better now

2001-07-17  Thomas Benisch  <tbe@openoffice.org>  [96ec0ad06b2cbe9a24ace5c1f97d61c1528f6b42]

        #87307# remove external basctl dependencies

2001-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8df71c121441f11a7d2bd4f98b0926e51ac4a2ad]

        applying patches on win32 should work better now

2001-07-17  Thomas Benisch  <tbe@openoffice.org>  [bc6d22a00fdbdc067e332e8ea8fcb346bdd3826d]

        #87307# remove external basctl dependencies

2001-07-17  Andreas Bille  <abi@openoffice.org>  [57f52e22cc24a73396c6c1ba6a28619e890f2ef3]

        Clash in symbols: libsax.so exports the expat symbols, but has modified them. Now my component does not export them anymore.

2001-07-17  Caolán McNamara  <cmc@openoffice.org>  [235d6be4e32937de06fa5d0d7fa05cc9d73bf96e]

        #89811# Annotations initials import not upgraded from preunicode time correctly

2001-07-17  Eike Rathke  <er@openoffice.org>  [19e13a99370a47cabc01881ab52d9f3672e2162f]

        #88089# Init: add IGNORE_CASE to transliterateFlags if not case sensitive

2001-07-17  Frank Schönheit  <fs@openoffice.org>  [d87b1baa78b90f9a65b97ffda8ce2c49898ecbe5]

        #89799# check for NULL objects beeing inserted

2001-07-17  Frank Schönheit  <fs@openoffice.org>  [e9d6f5dbd857488745d9acdefbf7ed6531ee894a]

        #89799# +RID_STR_NEED_NON_NULL_OBJECT

2001-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7aafba0507d8137ce2fe48c396bb797ef1e58711]

        applying patches on win32 should work better now

2001-07-17  Malte Timmermann  <mt@openoffice.org>  [5edfadf697283aac2d20ad6acfc6d1f7199f2679]

        OutputDevice::GetDefaultFont() instead of System::GetDefaultFont

2001-07-17  Caolán McNamara  <cmc@openoffice.org>  [815a14c253df15db553a3731783e8be06cddccae]

        #89808# ##1192## Retain blank pages before explicit section breaks

2001-07-17  Frank Schönheit  <fs@openoffice.org>  [bf9d43924d5cf5e78c006878c5545b50a2b1d8e4]

        #87937# changes so that after unsuccessfull reloading (or setting a filter or such) a cleanup can be done

2001-07-17  Frank Schönheit  <fs@openoffice.org>  [f9dd048fcf8b091011c08f11e59acf9bbc5d6bda]

        #87937# +criticalFail

2001-07-17  Malte Timmermann  <mt@openoffice.org>  [f7d2f627a233650e42ff96fc95e61b902ffdd656]

        #88019# No DBG_ERROR in toBack

2001-07-17  Caolán McNamara  <cmc@openoffice.org>  [d4429f7797e766aa0c0650612772f82b2769a088]

        #89801# ##1140## Frame attributes in cells past the first cell in a table are to be ignored

2001-07-17  Dirk Völzke  <dv@openoffice.org>  [6262eb5ec0b651afe0460af20b1ddb4010625eea]

        #88655# GrabFocus after Hide of inplace edit field

2001-07-17  Dirk Völzke  <dv@openoffice.org>  [768c20bd68e8ae7f82ad8ce70db91b5f92cbaf62]

        #88655# Added resources for the QueryDeleteDialog

2001-07-17  Dirk Völzke  <dv@openoffice.org>  [33ee56e731a8a8ef784d084209f5f2414e45395c]

        #88655# Added resource ids for the QueryDeleteDialog

2001-07-17  Daniel Rentz  <dr@openoffice.org>  [64fe06795a7a0880ad796646d835833ffa875b89]

        #89627# import of DDE links, improved Externsheet import

2001-07-17  Dirk Völzke  <dv@openoffice.org>  [4ee857305c494632d893a02c42bdc5420caa6ef8]

        #88655# Added support for rename and delete inside the filedialog

2001-07-17  Dirk Völzke  <dv@openoffice.org>  [4ee5ff2d1c68fd7bd5d71496636ad0bc0f618944]

        #88655# Added class QueryDeleteDlg_Impl

2001-07-17  Frank Schönheit  <fs@openoffice.org>  [d08d21996ebd6cf3669c20f32188ca4503582780]

        #89786# createStream_simpleError instead of UcbStreamHelper::CreateStream

2001-07-17  Oliver Specht  <os@openoffice.org>  [8ed4836259c490354c612855c5cd87e0c176192f]

        #89762# store connections at the TreeListBox

2001-07-17  Frank Schönheit  <fs@openoffice.org>  [a2a4c0d9907b84a5cf4338497daab5745777d389]

        #89786# +createStream_simpleError

2001-07-17  Ocke Janssen  <oj@openoffice.org>  [eb5c3be85d1f619cdbbccf78c0450f4345f2714b]

        #89738# look for compsed name as well

2001-07-17  Ocke Janssen  <oj@openoffice.org>  [cc47f07e564b26dc1155562735ab7d202ab06bd2]

        #89128# look if connection is readonly

2001-07-17  Ocke Janssen  <oj@openoffice.org>  [f2479eeaf7221e157160fd54a4f8433e8229a625]

        #89128# look if connection is readonly

2001-07-17  Ocke Janssen  <oj@openoffice.org>  [605eb091e37dfdc3d803f051a1fe983433a1dcb8]

        #89669# check precision

2001-07-17  Mathias Bauer  <mba@openoffice.org>  [d1dafd3bcba73e66c15e0b60acb1e2b057ed56e9]

        #89783#: NULL-Ptr possible

2001-07-17  Mathias Bauer  <mba@openoffice.org>  [817dfb74d9ec9f46ba32be6d5066d534f81072a5]

        #89783#: NULL-Ptr possible

2001-07-17  Ocke Janssen  <oj@openoffice.org>  [aa5e972489163a1611c46d6b5cff32e92c3abfd9]

        #89128# look if connection is readonly

2001-07-17  Oliver Specht  <os@openoffice.org>  [8f485a411dc5bff3c1f2d010b6b10c253b0ab609]

        #89614# field type property of file name and template name field corrected

2001-07-17  Ocke Janssen  <oj@openoffice.org>  [7864b9ba1fc3de87401f2ee15a8d26757a46f4de]

        #89128# look if connection is readonly

2001-07-17  Malte Timmermann  <mt@openoffice.org>  [844f527bc9455e0a1809a05192de7b9a958dd7d8]

        #75607# Print content of DD-ComboBox...

2001-07-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [80d2c014c6e3fbec0f6f68463c878d296ead24b4]

        several fixes for patch; fixed problem with build_action=dmake; first try for install_action

2001-07-17  Thomas Lange  <tl@openoffice.org>  [1a80859c2c9fa322808a88146f22e6c1164fc1fe]

        #89655# help texts for accents changed

2001-07-17  Frank Schönheit  <fs@openoffice.org>  [ed9e3a0135f10ae496d658847c5ca8f370d68f8e]

        #89761# corrected the coloring (wrongly changed in the previous fix)

2001-07-17  Frank Meies  <fme@openoffice.org>  [221c5dc5269cd480c4d4771e3de13339c47c7ab4]

        Fix #89771#: Attributes for special portions (number, footnote, drop caps) at beginning of paragraph

2001-07-17  Thomas Benisch  <tbe@openoffice.org>  [0346d581a843f964e107efb51d00fb917bd139fd]

        #87307# remove external basctl dependencies

2001-07-17  Thomas Benisch  <tbe@openoffice.org>  [934151670cca0e6bdbe8e0a0aaf0d597f6942aee]

        #87307# remove external basctl dependencies

2001-07-17  Thomas Benisch  <tbe@openoffice.org>  [ed83447e75df5ac22030a68ccbd1677789bd08e5]

        #87307# remove external basctl dependencies

2001-07-17  Behrend Cornelius  <bc@openoffice.org>  [13585d3fa9987999af2e0d2a4691e5857799b215]

        #89276# bitmap path replaced by gif path

2001-07-17  Oliver Specht  <os@openoffice.org>  [f9006985fdd5d98eb44c7dcd60df8ca520bd1ce2]

        #8952# new file: grfshex.cxx

2001-07-17  Oliver Specht  <os@openoffice.org>  [64927520a8196c00cc0007c47266a309904d9829]

        #8952# style listbox in insert graphic dialog filled

2001-07-17  Thomas Benisch  <tbe@openoffice.org>  [5dde9bf15efe54eaaeef2bf847cc59cc1357b69a]

        #87307# remove external basctl dependencies

2001-07-17  Christian Lippka  <cl@openoffice.org>  [b0b45e7934634c1ad00fad716300dfc5ea4b9237]

        #89755# check for model when creating forwarder

2001-07-17  Mathias Bauer  <mba@openoffice.org>  [c9f5b3017bc38b6aff7ef6ee4e13a53532a9f042]

        #89023#: move crash guard because of startup optimizations

2001-07-17  Philipp Lohmann  <pl@openoffice.org>  [350726591e58bb5a8d217eee2ea3e2a88d679e17]

        #89724# remove itc%20 from front of font name

2001-07-17  Thomas Lange  <tl@openoffice.org>  [aa73f452d6c0446d6d22f9b0de6f88efb817b589]

        #89759# StarMath font => StarSymbol font

2001-07-17  Andreas Bille  <abi@openoffice.org>  [ff68af298f223f942d9d49cad2ebfc5bbf0be331]

        More simple error handling if no entry for jar-file and language is provided.

2001-07-17  Andreas Bille  <abi@openoffice.org>  [fb177ea23a68799c9b131b6e50ab6eb5f7deed51]

        Optimization: using rtl::StringBuffer to concatenate more than two strings.

2001-07-17  Oliver Specht  <os@openoffice.org>  [6949d6e8284f972b48859a83ff07d01b8fc22a25]

        #89702# set return value after InsertLab()

2001-07-17  Oliver Specht  <os@openoffice.org>  [6db29c63406c676afff04f8916265bd5f2b552fa]

        #89756# travelling improved

2001-07-17  Thomas Lange  <tl@openoffice.org>  [7395429c51479d807d9a31904705c11449abea77]

        #82051# Updating of GraphicWindow after drag-and-drop

2001-07-17  Ocke Janssen  <oj@openoffice.org>  [1b761c0408fa6770da86c5919fc7d7435beff4aa]

        #89533# GetMainURL changed

2001-07-17  Ocke Janssen  <oj@openoffice.org>  [0e8a93180e3a27b63f716597a39df1e9d175b6f3]

        #89575# new pwd change dialog

2001-07-17  Frank Schönheit  <fs@openoffice.org>  [8ecb48a8b2a7ab50c012860af9f8081e4a55af1a]

        #89533# corrected usage of GetMainURL

2001-07-17  Ocke Janssen  <oj@openoffice.org>  [a12d67ed7da2f06b1aa6aa51f227c3e998f55b0e]

        #89575# check if user is  the connected one when not connect and change pwd

2001-07-17  Tino Rachui  <tra@openoffice.org>  [29e4496d9870c4ec165de78114947285fdd397a8]

        #89760#SetCurrentDirectory and GetCurrentDirectory added

2001-07-17  Mathias Bauer  <mba@openoffice.org>  [48f8ae97c69f91fbf86cfd1b40c56174fb547ac7]

        #89707#: wrong keybining for Paste

2001-07-17  Thorsten Behrens  <thb@openoffice.org>  [ae327ba65f6065d75cf6ff3a3749ffede365e606]

        #87913# removed undo functionality for SVX_LIGHT

2001-07-17  Thomas Lange  <tl@openoffice.org>  [84a9f01a02642335d2dcbf261e1ae3a0ddb08003]

        #89681# assertion fixed. Node name now oart of value name.

2001-07-17  Dieter Loeschky  <dl@openoffice.org>  [4d94fa06ad37ffa747d24ebe99c12c3740027734]

        #89567# 3D objects: scaling height and width

2001-07-16  arellano  <arellano@openoffice.org>  [645c21205727409637dceb8719372e12d70131e7]

        added comment, punctuation, and modified grammar

2001-07-16  arellano  <arellano@openoffice.org>  [294641e37e0b0f548b740ea539e921218b166077]

        modified grammar

2001-07-16  arellano  <arellano@openoffice.org>  [b70ad43a3b4d7d570ab293a081a9819a85f534be]

        added punctuation, modified grammar

2001-07-16  arellano  <arellano@openoffice.org>  [d6a4c0a266c04d1b608d69a652f105d59a6135ee]

        added punctuation, modified grammar

2001-07-16  Vladimir Glazounov  <vg@openoffice.org>  [5dafb5d1aa387fc80563e6b7faccfaca1ebef0ae]

        Merge SRC638: 16.07.01 - 22:12:34

2001-07-16  Eike Rathke  <er@openoffice.org>  [a19f15834ab86aa966746b4fe7cae5ccb43adc65]

        #86901# GENERAL keyword may appear anywhere in format code

2001-07-16  Eike Rathke  <er@openoffice.org>  [8c197b0510ba1ba25c351b84f77e1e2d44b948f8]

        #86901# XML: GENERAL keyword may appear anywhere in format code

2001-07-16  Eike Rathke  <er@openoffice.org>  [73447c16f444d9cf66c27ded9200a911b1c2fadc]

        #86901# GENERAL keyword in format code with signed values

2001-07-16  Jörg Barfurth  <jb@openoffice.org>  [fbfb1b4e3834555c9ee485f96344d1eb8519ffcd]

        #89722# Added a factory for change objects

2001-07-16  Jörg Barfurth  <jb@openoffice.org>  [3be5b3fc07e17778d05a616e041e3bbf3fbe9ffb]

        #89722# Enabled setting an element type to mark a set at dummy changes. Added a factory for change objects

2001-07-16  Jörg Barfurth  <jb@openoffice.org>  [673dce46dc080decde4234b78c6f96931ec2e6c9]

        #89722# Enabled setting an element type to mark a set at dummy nodes

2001-07-16  Jörg Barfurth  <jb@openoffice.org>  [299268c9cbf615301ec038608493b345c2815f96]

        #89722# Changed handling of dummy nodes to try to preserve set-ness

2001-07-16  Frank Schönheit  <fs@openoffice.org>  [9a75776b62b14b847e34ed9dc4fe98bc6f349c3c]

        #88333# improve behaviour of the arrow buttons

2001-07-16  arellano  <arellano@openoffice.org>  [15329c2d4c287f031870f96f73ee4a949dd18381]

        missing summary, modified grammar

2001-07-16  Hennes Rohling  <hro@openoffice.org>  [cc7b8cc630d8f64b122e164bc6f2eb69c7269c38]

        #89181# Removed old D&D support

2001-07-16  Frank Schönheit  <fs@openoffice.org>  [d0bfca823852304858a8b04a921dc385a80dd61b]

        #88956# added a help button

2001-07-16  Armin Weiss  <aw@openoffice.org>  [468f7f30cf8c257eaeef87e0b0d751c74ff4f6b9]

        #78972# make 3d lines perpendicular to projection plane normal

2001-07-16  Herbert Duerr  <hdu@openoffice.org>  [7eabbac5c93e6d13c098e2310bffe6159e75fc3f]

        #88232# fallback to DingBat mapping for unknown symbol font

2001-07-16  arellano  <arellano@openoffice.org>  [465f6f128bb7865af249cef43f70fc80a068145d]

        added comment and punctuation

2001-07-16  Frank Schönheit  <fs@openoffice.org>  [952a8597a6ac405e9831005d07659cebd1dc34c1]

        #89709# special emphasizing handling for the 'all objects' entry

2001-07-16  Behrend Cornelius  <bc@openoffice.org>  [62dc9fc706131ac7daddad4457a0caff660778c3]

        #85448# New HelpIDs added

2001-07-16  Hennes Rohling  <hro@openoffice.org>  [6252a6329ab7a4425fc97f66740143a8531d8c60]

        #89696# Let INetURLObject only encode system path names

2001-07-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [853ceed46d6dbe1b1bf5c73e55cab773404e3ee8]

        changed file description

2001-07-16  Behrend Cornelius  <bc@openoffice.org>  [3cd979df300c2129c5fa0a291dca3065f022b2dd]

        #85448# New HelpIDs added

2001-07-16  Malte Timmermann  <mt@openoffice.org>  [bd1420bb83ae726cbee03b73e178903be7dcf487]

        Debug...

2001-07-16  Andreas Bille  <abi@openoffice.org>  [065784bbcc60d0cfedbf1145dc920f2a0ffbc098]

        #89660# Multiple entries are now avoided. There is no way to reevaluate the ranking after the search engine has produced the result.

2001-07-16  Frank Schönheit  <fs@openoffice.org>  [911c3b718468ff801e94ed9bc3859e82872ef702]

        #89711# when dropping a table, allow the .inf file to be missing

2001-07-16  Andreas Martens  <ama@openoffice.org>  [62aa36271a60249dcf1f491a654754179b4809cb]

        Fix #89620#: Find the best anchor for drawing objects

2001-07-16  Andreas Bille  <abi@openoffice.org>  [a80edc9c540a7d75005ec43e3c0976ac488ade2f]

        Forgotten to add XTypeProvider to queryInterface

2001-07-16  Mathias Bauer  <mba@openoffice.org>  [bbdacb51d2a51f774ad770bae629c4c947f76ec7]

        #89377#: better support new error handling in UCB

2001-07-16  Frank Schönheit  <fs@openoffice.org>  [50260a67d571ed1850f88a744b8ff5ac593d3caa]

        #87937# unloadForm->unloadAndCleanup / +implLoadAnything / +setDefaultTitle

2001-07-16  Frank Schönheit  <fs@openoffice.org>  [136ab8780525952b92bd049179786986614cce99]

        #87937# removed m_aAsyncClose (obsolete)

2001-07-16  Kai Sommerfeld  <kso@openoffice.org>  [4003679cb2c5f8165cd9449f3deb7e6d61709cae]

        #88646# - mapDAVException(...) now maps HTTP error 404 (Not Found) to           IOException(IOErrorCode_NOT_EXISTING).

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [fde00c0dc362ae3f09f8b3134c95c20c9682eb25]

        #89650# check if table was created for html/rtf format

2001-07-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aa48dac4c3866b4178d8d129a29defe0a2c8ae7d]

        define _SOLAR__PRIVATE when building dependencies

2001-07-16  Carsten Driesner  <cd@openoffice.org>  [463b2059f759b211e0cf2d1257c908b1482b7a77]

        #89023# splash screen optimization

2001-07-16  Andreas Martens  <ama@openoffice.org>  [44d27bbcfa9910cb2c3ced20e39ec8880b49d2cd]

        Fix #1224#: Backward into nirwana

2001-07-16  Carsten Driesner  <cd@openoffice.org>  [e64a5d3ff7b8e2c5947c96632bbda604c614247a]

        #89023# splash screen optimization

2001-07-16  Carsten Driesner  <cd@openoffice.org>  [ea29e7300e544cbc3edc3ffc6058b0c94e683f7b]

        #89023# splash screen optimization

2001-07-16  Carsten Driesner  <cd@openoffice.org>  [ee3351d78c9b6ffbc4dfe62853e81b84e65879c7]

        #89023# splash screen optimization

2001-07-16  Carsten Driesner  <cd@openoffice.org>  [07f5efbf08aa8b5c0b65f3c0e72de0e730bd8dad]

        #89023# splash screen optimization

2001-07-16  Carsten Driesner  <cd@openoffice.org>  [af1d0ffee971575de8befc971116e5e286debd07]

        #89023# splash screen optimizations

2001-07-16  Mathias Bauer  <mba@openoffice.org>  [1253af24ebc11117e5e7e36bdff7feef67e69d6d]

        #89377#: OpenMode ReadWrite now handled by UCP

2001-07-16  Carsten Driesner  <cd@openoffice.org>  [92afd8b4d1b7bff32eb54535a78bb2f08f2898fb]

        #89023# splash screen optimizations

2001-07-16  Mathias Bauer  <mba@openoffice.org>  [02b23da7b8643f4e76287ba31c21479ef9257bd2]

        #89377#: OpenMode ReadWrite now handled by UCP

2001-07-16  Andreas Bille  <abi@openoffice.org>  [c27c31544e377b83cddd3357a07062d715907ef2]

        #89377# Now creating file if not existent

2001-07-16  Kai Sommerfeld  <kso@openoffice.org>  [bb90ba7cb14824703e01ea31012d78af8c791be3]

        #88646# - Removed wrong assert from addContent(...)

2001-07-16  th  <th@openoffice.org>  [deac1c2539fac182f1123492466c2c700b945b2c]

        #88970# - return more MIME-charset for better MS-compatibility

2001-07-16  th  <th@openoffice.org>  [cca7623a91f46805493c5ada95e1f6ce674edcdc]

        #88970# - return more MIME-charset for better MS-compatibility

2001-07-16  th  <th@openoffice.org>  [3c0122972679e6d5ba1af131a8939928346e99b4]

        #88970# - return more MIME-charset for better MS-compatibility

2001-07-16  Dirk Völzke  <dv@openoffice.org>  [17e249a8c346b85cfa3f13ca41115025a06f47c5]

        #82999# Removed assert in catch exception block

2001-07-16  th  <th@openoffice.org>  [a83a71113f82d1dc7d85d82caa6fd88a14a76f90]

        #88970# - return more MIME-charset for better MS-compatibility

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [96f9af3e336103d36898d7883ffdc2c0a4481603]

        #89664# insert connected user as well into listbox

2001-07-16  Oliver Specht  <os@openoffice.org>  [30c012d349b6a76b4b1f3a11a318410635b60a34]

        #75670# initially set all entry levels to preview

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [920f09ff9ae9c217e8ef0759196021ee1a5bf7c7]

        #89533# getMainURL corrected

2001-07-16  Ilko Höpping  <ih@openoffice.org>  [a889cbd01ad9a156ef33e6159fb651255356d6cc]

        #87483# entries for bats and math removed

2001-07-16  Andreas Schlüns  <as@openoffice.org>  [099cdb9a81a0715e13a57764f86c0cdae81f6a64]

        #85437# disable convertion of filter names

2001-07-16  Mathias Bauer  <mba@openoffice.org>  [f7781b8013ceba6dec2d600aa1f93560c303d220]

        #89030#: templates should be opened to new file by default

2001-07-16  Andreas Schlüns  <as@openoffice.org>  [e893666718caa728088dd70191579a7eb7d6a29b]

        #85437# disable convertion of filter names, #86171# use filter queries for ReadExternalFilter()

2001-07-16  Mathias Bauer  <mba@openoffice.org>  [563c12a453e34adbb9c87b35fa64fd86c79d13a0]

        #89377#: better support new error handling in UCB

2001-07-16  Caolán McNamara  <cmc@openoffice.org>  [8f035c12e26d130e630a8b6831ee46919a187e8d]

        #89590# If an end of table row does not line up and theres space for a table cell to balance it then insert one. Duplicates words behaviour

2001-07-16  Mathias Bauer  <mba@openoffice.org>  [2ae739d340087349e3417028029358c1083407e3]

        #89030#: templates should be opened to new file by default

2001-07-16  Mathias Bauer  <mba@openoffice.org>  [fc3a7d9c33857122595f73bd919238b18bdb58ae]

        #89377#: better support new error handling in UCB; some changes for crash guard

2001-07-16  Mathias Bauer  <mba@openoffice.org>  [89a0eeab0b0e8acdbf9c24656a3fab2ba21d3028]

        #89023#: Exception handler removed from SFX

2001-07-16  Oliver Specht  <os@openoffice.org>  [c42cc8c940aca4cab0e5d46358b32bf7567ab0e4]

        #87059# dragging of tables corrected

2001-07-16  Andreas Schlüns  <as@openoffice.org>  [f33fdb935cf4899567b39092b88d44be0854eb57]

        #89661# disable CREATE flag for search only ... not all!

2001-07-16  Rüdiger Timm  <rt@openoffice.org>  [5275951ed93915e161a9b83074938b2546aafae4]

        #87576# include options.hxx

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [3055ef8ee1134dd210b873324e4131bf5495a7bf]

        #89657# remove some unused dll

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [eeea84397ecbeabb58670ddd4564cfd071dc9a0b]

        #89657# check name

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [0861aa80142cfe7f575391b9ca413d697b6d2dab]

        #89657# check if copy is allowed

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [c5e3e02943a330138f07946bc224a201687b183f]

        #89578# removed : after address url

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [81d1edce08393aef604999c734bea23b07fce96d]

        #89613# check if rowset is empty

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [13b219023d1a404bfeea912112a5815754ec79cf]

        #89514# write columns to config

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [52c333eccf46892733941ebf5eeb521bdf515839]

        #86731# some helpids for toolbars

2001-07-16  Frank Schönheit  <fs@openoffice.org>  [34da465f51579a1f94db6daa2c1df5fd38a455e0]

        had uninitialized pointers

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [b05f88d4e3a83c16a57758e4ce4cab0a2510a801]

        #87050# ctor of metadata changed

2001-07-16  Ocke Janssen  <oj@openoffice.org>  [1e291a9440181869377222c642ac77e7ea9d8ebd]

        #86731# some helpids for toolbars

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [903d227a84016e58a54b00a9159030be4d72e7e5]

        Merge SRC638: 14.07.01 - 22:47:00

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [c20fcf7596d2672dad6fa0430d5413a028fa0a66]

        Merge SRC638: 14.07.01 - 22:45:55

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [ef7fce519153cdc6d1efcf936231325878a59b3a]

        Merge SRC638: 14.07.01 - 22:44:55

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [eeccd28dac69c4c63c94fac0631316441ec1a55c]

        Merge SRC638: 14.07.01 - 22:42:52

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [2b954426ca4045a037726e8d307afe507b994c0c]

        Merge SRC638: 14.07.01 - 22:41:52

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [ba723019383834535583a50563d3e98e2501f544]

        Merge SRC638: 14.07.01 - 22:40:49

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [a1a82e8403cc01f77ae59e5629b57503be878f71]

        Merge SRC638: 14.07.01 - 22:39:48

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [6806094c6887300df46d084d2f8ad5cdce3d7fa5]

        Merge SRC638: 14.07.01 - 22:38:46

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [cb9ec6b9bb455da384d173eee6af3b55f6f102f3]

        Merge SRC638: 14.07.01 - 22:37:40

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [ef2985e8c2ac9acc96b6046a6e3e77eab0f215e3]

        Merge SRC638: 14.07.01 - 22:36:35

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [285a3dd353fdbc2f959bd599c9dbdf63b5bcfaca]

        Merge SRC638: 14.07.01 - 22:31:41

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [72bd5cfb17e149f04145f63f62b69656d06034a0]

        Merge SRC638: 14.07.01 - 22:29:44

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [7cba995f5bb9c47f5abd0f0f61ecc7c7bf1de5d6]

        Merge SRC638: 14.07.01 - 22:33:15

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [b9efec4e7135931b34827e7e426220260b08a55c]

        Merge SRC638: 14.07.01 - 22:30:31

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [45315815aa615194deffa16163c80554fbb2f952]

        Merge SRC638: 14.07.01 - 22:29:25

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [0d73607dfd1685b252013207e50ec9816bd5478f]

        Merge SRC638: 14.07.01 - 22:28:41

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [4fe5b92c27e9a32b72020976b0657551435f9423]

        Merge SRC638: 14.07.01 - 22:29:24

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [8c45c7fb23b8547093d576165ed0b5c9c36f08ab]

        Merge SRC638: 14.07.01 - 22:28:21

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [7af2a9ba1f5b193da8ce71f0e0ed73673421f857]

        Merge SRC638: 14.07.01 - 22:27:36

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [4c378c94c055fe7ace36c71cab782221ced9f720]

        Merge SRC638: 07/14/01 - 22:28:02

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [ec1b9c9869e37319277c49ce2b934a7f5e9057d2]

        Merge SRC638: 14.07.01 - 22:30:55

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [99131a2f9deabebe522458f3f2be66971783629c]

        Merge SRC638: 14.07.01 - 22:28:13

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [19c732ae2590ba773d24212cb18ba7b556df01f5]

        Merge SRC638: 14.07.01 - 22:26:28

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [16fb6b59355da98560b2b9185d6038eb38a689d5]

        Merge SRC638: 07/14/01 - 22:26:53

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [54b8538213a55c4f9a0f5a578b94dfabf817b175]

        Merge SRC638: 14.07.01 - 22:25:53

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [6f891feee6582732993e479cbd4eee1349544107]

        Merge SRC638: 14.07.01 - 22:25:34

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [e28a1130f06a98dad41a605c388066f76db8ea42]

        Merge SRC638: 14.07.01 - 22:24:58

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [2524c8534205adc2255eb2eae2d9786c4cc800f7]

        Merge SRC638: 14.07.01 - 22:25:29

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [634a59e47acb50fb07cb5f04e6170a85c4dc848c]

        Merge SRC638: 14.07.01 - 22:24:26

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [852b939e02ce262b16b2b14c3fde66d4bb6e28d1]

        Merge SRC638: 14.07.01 - 22:24:06

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [b04ba02513a0bbd8dc02bc9294c328b70376bf57]

        Merge SRC638: 14.07.01 - 22:23:49

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [cb630c0c44c5c6403e03ec990ea99394342efe08]

        Merge SRC638: 07/14/01 - 22:24:19

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [5c3594ce8b9ce6b9d6112e40191373fb692eed1f]

        Merge SRC638: 14.07.01 - 22:27:12

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [d535a5eb50ca360e7adc154ce037661eb59e699f]

        Merge SRC638: 14.07.01 - 22:23:32

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [085a185d5fcfd9857f704f2123f6c76c5715d29b]

        Merge SRC638: 14.07.01 - 22:24:16

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [116be34ac85186ade3cb9bbc36a81e9a893aae60]

        Merge SRC638: 14.07.01 - 22:23:15

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [2fe26d9a13337c30e30b66ba6dbfecd22ff596fe]

        Merge SRC638: 14.07.01 - 22:22:33

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [056a1790264d1093b0a440af237a4f329b1b512d]

        Merge SRC638: 07/14/01 - 22:23:07

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [5f739babe35e0b7342315179916e57250fa5db45]

        Merge SRC638: 14.07.01 - 22:26:03

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [142b8fcef2e340efe0ec1915046e20eccb396728]

        Merge SRC638: 14.07.01 - 22:23:35

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [6da5c263af385fbac367d3a1908b015760819533]

        Merge SRC638: 14.07.01 - 22:22:25

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [59b46e566ac47cf5bbada6ff10705282f5f37c1e]

        Merge SRC638: 14.07.01 - 22:22:07

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [1661c6ab396f9aa4d10cfab36fcf49b9cf74b258]

        Merge SRC638: 14.07.01 - 22:23:03

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [99e8ab2facccecf602e41a8f4dc487763bfcae1c]

        Merge SRC638: 14.07.01 - 22:21:22

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [a5b7dbb6948bdbb23d888d84ff84123d470d26d6]

        Merge SRC638: 14.07.01 - 22:21:22

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [21a5f118c3441013644045fb73bb05f88a357b06]

        Merge SRC638: 14.07.01 - 22:24:52

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [a6f46672525317e8e776e78b188f2da02b8d576e]

        Merge SRC638: 14.07.01 - 22:22:25

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [044d6924f8430d866575371744c022ef71b058bd]

        Merge SRC638: 14.07.01 - 22:21:20

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [2e2ce058fea1a4803762dd19c388a42c199ccee7]

        Merge SRC638: 14.07.01 - 22:21:01

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [89f96df472cbc136f5274805642f89c9cc922d96]

        Merge SRC638: 14.07.01 - 22:21:48

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [d2ccc40ef4f1f15c1d63a34956dfc00726de1ff5]

        Merge SRC638: 14.07.01 - 22:20:42

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [ba5011114dc125d2aa05f2e1c771c6d21cceb2c2]

        Merge SRC638: 14.07.01 - 22:20:08

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [1e358c7e21c28d9023b82e609a781c11e9277160]

        Merge SRC638: 14.07.01 - 22:23:40

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [646ea446962bdf5666c8aa97b426739962743e9b]

        Merge SRC638: 07/14/01 - 22:20:41

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [1a7d63c248421e72d17aff8fd2eada3c93d76944]

        Merge SRC638: 14.07.01 - 22:20:09

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [d0360ffa7f9ed0817cd84e8351cafe99aa970b35]

        Merge SRC638: 14.07.01 - 22:21:13

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [d7354fdc95a8f8c4471e1b93562aa359039d9b05]

        Merge SRC638: 14.07.01 - 22:19:48

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [6de366c5b2fd8821eca756f08dd609e9ba3a0f44]

        Merge SRC638: 14.07.01 - 22:19:33

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [d83a7c3f5bcd14aee0fe29268b1eb85dbeca27a5]

        Merge SRC638: 14.07.01 - 22:20:35

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [868aac9ca4137815139428dbf6ac7c722d593428]

        Merge SRC638: 14.07.01 - 22:19:43

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [9e213d9d70a0343cb2108a5e214182e148332068]

        Merge SRC638: 14.07.01 - 22:19:57

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [de8c4f18d53382c25069693540a0b8bde91cf45d]

        Merge SRC638: 14.07.01 - 22:19:00

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [548df20f0c1a06b89e009df6b9fa04cdd7dbb468]

        Merge SRC638: 14.07.01 - 22:22:31

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [787a30ee61d5d8b81f6fe5e745b41c014e3dab16]

        Merge SRC638: 07/14/01 - 22:19:33

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [869c100597158c8699462672b2a1afee3859ad47]

        Merge SRC638: 14.07.01 - 22:19:02

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [9048a03164b7c7f6b7a1087688da6daf432067b1]

        Merge SRC638: 14.07.01 - 22:20:02

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [418185baf968de93ee572e61027f7bf16b337805]

        Merge SRC638: 14.07.01 - 22:18:45

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [d5aef74a4d4672dd9b30d3cbe321592998232173]

        Merge SRC638: 14.07.01 - 22:18:25

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [c3e6be34140b763a837be7c56751f4c276dba277]

        Merge SRC638: 14.07.01 - 22:19:15

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [e15ae88c5061f96503c8d6d8d46dc3d8ab5f3635]

        Merge SRC638: 14.07.01 - 22:18:21

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [0e77bbfbe9dbfe27f051bf971abc1ff06a5b2ec2]

        Merge SRC638: 14.07.01 - 22:17:48

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [d6af9e21dcb9cf047a9607461d49f5eb0411662e]

        Merge SRC638: 14.07.01 - 22:18:33

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [3633d1c51a263728b92d72199c03b5c632d16234]

        Merge SRC638: 07/14/01 - 22:18:20

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [f658e1d51bc2e67768b993a550d63a5ffd46135a]

        Merge SRC638: 14.07.01 - 22:18:09

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [cd321c09ea59df45a9620ea9d4335e2b3e0d6730]

        Merge SRC638: 14.07.01 - 22:17:47

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [40ffe01ca9d8a7c83ddf20f4cbf84fba758fc30c]

        Merge SRC638: 14.07.01 - 22:17:57

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [0bfa63e0c03d72e346e773fcc19b81482f542702]

        Merge SRC638: 14.07.01 - 22:16:30

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [8e2115497f538a7e3fbe270159ee17a11e36733c]

        Merge SRC638: 14.07.01 - 22:17:22

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [1b10d539c236ee16f1080b305845e3f792d7cebe]

        Merge SRC638: 14.07.01 - 22:15:51

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [50207510494eb99b2e95a975423ff1d03a068a2d]

        Merge SRC638: 14.07.01 - 22:14:45

2001-07-14  Peter Burow  <pb@openoffice.org>  [308d66af969fd6ac6fb0b10aee5dc844af29604d]

        fix: #88468# TreeView added

2001-07-14  Peter Burow  <pb@openoffice.org>  [6f87ea0abd1f41cc408b4eb32d94544194984be1]

        fix: #88468# IMG_HELP_CONTENT_... added

2001-07-14  Peter Burow  <pb@openoffice.org>  [34feedff889995969081f9102795bfb2c2415708]

        fix: #88468# GetHelpTreeViewContents() added

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [6c74e60d62843fddc4c82693540573228d7cb853]

        Merge SRC633: 14.07.01 - 05:44:29

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [bf0715db256a0df16dfa59e9ba3caef47000ca24]

        Merge SRC633: 14.07.01 - 05:36:11

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [f1a377a4afd009525efdb21044d4a2095a096463]

        Merge SRC633: 14.07.01 - 05:32:15

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [ae609fd4c3f0546f3aece4c9c872a3d26d7ff7cf]

        Merge SRC633: 14.07.01 - 05:29:58

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [dc1d9ef8de15d69177bb5b2c6784d88bdb05c7ba]

        Merge SRC633: 14.07.01 - 05:28:51

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [0605cc1a2927ef7f317b77aa72a618b981347abd]

        Merge SRC633: 14.07.01 - 05:21:19

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [ac6defff2f64a7edff4cd60262852259bb3867f9]

        Merge SRC633: 14.07.01 - 05:20:06

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [988cebefd9243514db371f803d36cfddadbbb5b6]

        Merge SRC633: 14.07.01 - 05:16:56

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [510697a9960dd1b22eb1460e11cf99aa12cf24ab]

        Merge SRC633: 14.07.01 - 05:13:48

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [0583205a37f49990e3ca0d80dd44598b2b9485cc]

        Merge SRC633: 07/14/01 - 05:07:18

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [f366a0e1d5a2646b52a04c3c3309aea86efc047c]

        Merge SRC633: 14.07.01 - 05:07:15

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [9b4edfc2b45a1baa4adf47846c5322091eeeda96]

        Merge SRC633: 14.07.01 - 05:03:40

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [693e3857cfabe1465534d3667b0f920b9deaab8c]

        Merge SRC633: 14.07.01 - 05:01:36

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [0646ca0f2a5c46c5f4dbed4dcb795d86f36f82d5]

        Merge SRC633: 14.07.01 - 05:01:13

2001-07-14  Vladimir Glazounov  <vg@openoffice.org>  [57ac34b998c0a97557d4370bf652c3a661fea800]

        Merge SRC633: 14.07.01 - 04:58:52

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [8189fa42a82d753d1ada242768044f673c9952c8]

        Merge SRC633: 14.07.01 - 04:56:13

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [6177654dcee6ccd466111f25f279db45016e7698]

        Merge SRC633: 14.07.01 - 04:48:29

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [42bc1437a8e46e72f8ae377ac292b3a8c29524c7]

        Merge SRC633: 14.07.01 - 04:39:59

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [39a2d740a5e4f93c2789f4c70aedd3fbe041aca5]

        Merge SRC638: 14.07.01 - 04:04:23

2001-07-14  Rüdiger Timm  <rt@openoffice.org>  [f8060914d390cfe2854d29a98b9685411230a33e]

        Merge SRC638: 14.07.01 - 04:04:58

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [b3bd84ad246bff62e7afb8e37f00c727a935c0bb]

        Merge SRC638: 14.07.01 - 04:03:32

2001-07-14  Kurt Zenker  <kz@openoffice.org>  [fb1b2b432c4cc8b6d456c33e6617cc769361a426]

        Merge SRC633: 14.07.01 - 03:18:53

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [fb83917cadd949b3fac0e2e59829a886156c80ca]

        Merge SRC638: 14.07.01 - 02:30:46

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f795023209192a63eb2f1c6eaef1e0a9bf8ab80b]

        Merge SRC638: 14.07.01 - 02:29:38

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d2026e8193f7f5ef1bea3a9860a4b87eb90e82b8]

        Merge SRC638: 14.07.01 - 02:14:06

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [7e950f0a4404d37b64c471b62ce848cb8063cb68]

        Merge SRC638: 14.07.01 - 02:13:02

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [468f4720b6cc427fa82d83052831b5919cd97cc8]

        Merge SRC638: 14.07.01 - 02:12:03

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [36b0fd71f8b23cf4b7d0c1202809e39b042eb16d]

        Merge SRC638: 14.07.01 - 02:11:01

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [320343d692d13839c6b0b449d2a1c98c3f64da17]

        Merge SRC638: 14.07.01 - 02:09:58

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [869ba9862a45ea5abe39b99c4d651dee3922d15b]

        Merge SRC638: 14.07.01 - 02:08:57

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9a938026007749d5da5aac5ab54fcfdf347769e3]

        Merge SRC638: 14.07.01 - 02:07:49

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [690514f0d2811a0cb90e8e1071302724f15218e6]

        Merge SRC638: 14.07.01 - 02:07:58

2001-07-13  Sander Vesik  <svesik@openoffice.org>  [947049e3b9d53d71bd7a789894c2a5e002611048]

        Add support for mips
        
        Contributed by the SGI OpenOffice.orgf porting team

2001-07-13  Sander Vesik  <svesik@openoffice.org>  [f88d35c61ff8d1c0dc8894a66e7e4d13270b26f8]

        Use a different deifinition of abort for IRIX
        
        Contributed by: The SGI OpenOffice.org porting team

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [01fa604b261ee8afa9f505410b102e5beadecc04]

        Merge SRC638: 13.07.01 - 23:59:38

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b2f6f73dafcc04afce17a9571eec7aae1713288d]

        Merge SRC638: 13.07.01 - 23:59:42

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [bd326f6256787a82c975d60ad063980ff551bd58]

        Merge SRC638: 13.07.01 - 23:58:49

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1bcfb596ebd7e88f05562827a3484c0c70e4ec08]

        Merge SRC638: 13.07.01 - 23:58:54

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [5b1a2111b33fec4430f70113c4c39f430a817e94]

        Merge SRC638: 13.07.01 - 23:58:16

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [87d373cdb3feb62df4c3f229bdc3eba7555773e9]

        Merge SRC638: 13.07.01 - 23:57:38

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b5ac574a4985dde5d0fac4e786d924073b911560]

        Merge SRC638: 07/13/01 - 23:57:55

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1e0809c42dfbe832a8afa5a4f66ac651a6d10e75]

        Merge SRC638: 14.07.01 - 00:00:58

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [48614799c058babce0c7cff1473aa969bea54725]

        Merge SRC638: 13.07.01 - 23:56:42

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e2693441325017ada97585c54f7cd9870b8abdc0]

        Merge SRC638: 13.07.01 - 23:56:33

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [dae7e3d9d47e0cf469d9833f8be543d20f35e909]

        Merge SRC638: 13.07.01 - 23:55:59

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [508bfd62a0a7d89325a31a34ae7c909b46f693c4]

        Merge SRC638: 13.07.01 - 23:56:24

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [bc6aca4d4086bd2905ce4c24941b1bbd41e7d2eb]

        Merge SRC638: 13.07.01 - 23:55:22

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [bb0208844b31e4fb0003b7cd956ce54de39156d7]

        Merge SRC638: 13.07.01 - 23:55:19

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a1fe3e72302f7e9952ed27232f41dff59d65c3a2]

        Merge SRC638: 13.07.01 - 23:55:20

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [85cee4a5a408fc4461d928769796a796d3066770]

        Merge SRC638: 13.07.01 - 23:58:33

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [922193e907565b0514f3866cb9cca080d6cf493a]

        Merge SRC638: 13.07.01 - 23:55:28

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [7a82dc3c9785cd1436858f235bd23329e9437669]

        Merge SRC638: 13.07.01 - 23:55:41

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1f0500e70cb3e85bdb18804707f92a3b9d954cff]

        Merge SRC638: 07/13/01 - 23:55:17

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [201a7caa6eae600a372fbb79c33a591551281af2]

        Merge SRC638: 13.07.01 - 23:54:26

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [7239ac44f7b6e0e4d7ce663e481c3e0af84df02b]

        Merge SRC638: 13.07.01 - 23:52:47

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [63423201386c55f66c53485cac20ee53976f6a39]

        Merge SRC638: 13.07.01 - 23:53:37

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [97026e3168412147212b2e4d95f1df3550f30b0f]

        Merge SRC638: 13.07.01 - 23:52:32

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [cc061cb665f13a86ddc1f145590cfefddd308c11]

        Merge SRC638: 13.07.01 - 23:51:52

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [68e2f1a7603c779f552120bd5c6ee4b8c46c1ab5]

        Merge SRC638: 13.07.01 - 23:50:35

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [08a8172ee92e6123cdcb171eecd8771de19a51b8]

        Merge SRC638: 13.07.01 - 23:49:46

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [daee75f5d5ab72f130e74fc761cdd26c383ec7b4]

        Merge SRC638: 13.07.01 - 23:48:26

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [97506ff6eb830a5ae44a9639c2614747b94ddb01]

        Merge SRC638: 13.07.01 - 23:49:29

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [dddf0dfb6adebdca64203bac74ea1de470f8da23]

        Merge SRC638: 13.07.01 - 23:47:41

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [2b1abf13c1fdadc43b650c05da7d6123d323dfc1]

        Merge SRC638: 13.07.01 - 23:46:26

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b125f0d08d11e61cc48096db243fad5122351da8]

        Merge SRC638: 13.07.01 - 23:45:41

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e169c1b0d4eea8b7eb3bde08832f65c139176b5b]

        Merge SRC638: 13.07.01 - 23:44:30

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1302835fdb8cbb32702ba5b40b7923c11a9e9561]

        Merge SRC638: 13.07.01 - 23:44:42

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [cdbcbd2e3e065546678aa3edd9d77e0ae0a72f74]

        Merge SRC638: 13.07.01 - 23:43:36

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b90c3ca1d595c434a084c1f7ec0093ac5c8718cf]

        Merge SRC638: 13.07.01 - 23:43:04

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [03dc6461733891c5c03b4e6a96edab503113c404]

        Merge SRC638: 13.07.01 - 23:41:58

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ebb86759511531f3df82adc289bc4b568e3e1614]

        Merge SRC638: 13.07.01 - 23:41:26

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [45bda65ed3f0eac1ca5ab483176e9d2d7db7a3db]

        Merge SRC638: 13.07.01 - 23:41:46

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [2415bdab5285a1e66739b335a139704a1f6d84da]

        Merge SRC638: 13.07.01 - 23:41:17

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [60a4943dc83e3fdc25673480465ff5f848f02110]

        Merge SRC638: 07/13/01 - 23:40:16

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [0e6d40a3574f174b835e268b30059b4581b311c1]

        Merge SRC638: 13.07.01 - 23:38:56

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [176e95785d051d43d05192471e0c8fd1327da7ea]

        Merge SRC638: 13.07.01 - 23:38:56

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [4d6ac735655c5f200cd6e7989aa43d49ed007b4c]

        Merge SRC638: 13.07.01 - 23:39:31

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [de7095b1c2eed2835081e780a49700655df94980]

        Merge SRC638: 13.07.01 - 23:39:33

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [7391e5989db76fab8ee60d89a31d20c05fdd0901]

        Merge SRC638: 07/13/01 - 23:38:08

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [4166e8ef69f4226b54609f1ac47bf2b1a2d038b8]

        Merge SRC638: 13.07.01 - 23:36:26

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [cb5902c9e5a4f91f67b9076fec4bd2fd205a7dfb]

        Merge SRC638: 13.07.01 - 23:36:51

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [505d64d934423a75d8dea6d1c9fa504ae01432d0]

        Merge SRC638: 13.07.01 - 23:37:03

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6e0aa7c9a39daf5138232426792aa76db01eb155]

        Merge SRC638: 13.07.01 - 23:35:59

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a194ccf3ce77f92b3670e6cba9442b770a2828ae]

        Merge SRC638: 13.07.01 - 23:36:16

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [64bd2da1639046bd7b21af1c9bd1b8980d5ad75b]

        Merge SRC638: 13.07.01 - 23:36:00

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [890f58fe789d6fdf065c2283a3c8773840e7bedc]

        Merge SRC638: 07/13/01 - 23:35:40

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [8065bab5498ee5244e12e59c4d142f2cedfb1159]

        Merge SRC638: 13.07.01 - 23:35:11

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f00451e9645207a3146a8ad9d044b33b234068e4]

        Merge SRC638: 13.07.01 - 23:34:44

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [3f7d9d62425427cac063a87b1f87f6420f94c690]

        Merge SRC638: 13.07.01 - 23:33:39

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [85f80e5278d153d97fdf18e2aa5b48f85bfc5c87]

        Merge SRC638: 07/13/01 - 23:33:28

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [7214881a1732f54cda4a41f3bd77969cae175aa5]

        Merge SRC638: 13.07.01 - 23:33:04

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d3f2502790bf35a6b58054b5ff2aec5011f483b2]

        Merge SRC638: 13.07.01 - 23:33:00

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ba6ced8117d40113101cff4888469dc12add14ed]

        Merge SRC638: 13.07.01 - 23:32:53

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [da8f2d78634714be1b75ea76b0fae799d958b2aa]

        Merge SRC638: 13.07.01 - 23:31:11

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6aa0934ffddb046a5358e1ef7f942b7aba2ab1dc]

        Merge SRC638: 07/13/01 - 23:30:54

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [35ccb485fd5f033309418f044313c4615de426be]

        Merge SRC638: 13.07.01 - 23:30:27

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d601d227a2b0af575fede6c15c53cd0b8c31860f]

        Merge SRC638: 13.07.01 - 23:30:12

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [12db6acb49d9f00b2791a09ed4866db452babdc4]

        Merge SRC638: 13.07.01 - 23:30:06

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [236e66e89cd9214de4051820b59bf4e2b108b7a9]

        Merge SRC638: 13.07.01 - 23:30:01

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d41783fc1255cc5646b53b33d531c320e9a2b079]

        Merge SRC638: 13.07.01 - 23:28:31

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [0227c1601f1c23797eabbe139826a6457571f47c]

        Merge SRC638: 13.07.01 - 23:32:07

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [c8eed906528a4b734c11882ff98729d9b2ec255a]

        Merge SRC638: 13.07.01 - 23:29:14

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9d9dd6706cd8eec1e6d4095861cc455e4eef60fb]

        Merge SRC638: 13.07.01 - 23:29:28

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [cef780e12e27efc5a791d114bfb2379c8a0ea788]

        Merge SRC638: 13.07.01 - 23:28:19

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ec788e28ab2e1ddc4cb02914081f326514467fc3]

        Merge SRC638: 13.07.01 - 23:27:43

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [436d8ec6519e03672dbe9e7f815b3cd99ab86acd]

        Merge SRC638: 13.07.01 - 23:27:32

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d674917a48d9a17908dc8711589e7d6f00c171b9]

        Merge SRC638: 13.07.01 - 23:27:23

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [49d372bfa8e4fedb0ec0f1eb06ce9c4762ac4bde]

        Merge SRC638: 13.07.01 - 23:25:57

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6ea87a0305a0e43927a2ace595eb2b759dcbbae4]

        Merge SRC638: 13.07.01 - 23:29:44

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [4a312d84ad284c3e616cc42cc29930500289a4ba]

        Merge SRC638: 13.07.01 - 23:26:21

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [c1115965114f8712e96bf305046abf825a9460a7]

        Merge SRC638: 13.07.01 - 23:25:45

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [704ab532be7dc6ebfd4108417f1b921ab663f36b]

        Merge SRC638: 13.07.01 - 23:25:59

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [bcd5055f205777ff5b225116574ae865b68038f6]

        Merge SRC638: 13.07.01 - 23:25:11

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [908674b0ff68af81575b7ea098f9d75ee2156f93]

        Merge SRC638: 13.07.01 - 23:25:41

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [5647f2624b42ee6c931cc96ca968cb13d7be19ae]

        Merge SRC638: 13.07.01 - 23:24:59

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [cf28af808253decc1f191a0a2090dc6f9fc1d9a3]

        Merge SRC638: 13.07.01 - 23:24:27

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [016db150835f5feeb1a78150008a0c38fa6d0639]

        Merge SRC638: 13.07.01 - 23:23:14

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [47a59709394a0b708d9683db43bec4c3bc4b6ba6]

        Merge SRC638: 13.07.01 - 23:23:03

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [0f82d9eaedb41f9c3a30ede94a04210449e5dd26]

        Merge SRC638: 13.07.01 - 23:22:44

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6cdde7149b5050b18a754578b5c4b0de2b9498ea]

        Merge SRC638: 13.07.01 - 23:22:22

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [390f8c30afb13c8d58180f7669f063e972f2f550]

        Merge SRC638: 13.07.01 - 23:25:47

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [eae241361b68f3219efc38b5795fd5ad10c6424a]

        Merge SRC638: 13.07.01 - 23:22:24

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b2934deabdb2b43658a3ff6e9360b3747c75e3bb]

        Merge SRC638: 13.07.01 - 23:21:30

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [c8d901f96eb13e79459a78a463cdaec223fcf014]

        Merge SRC638: 13.07.01 - 23:21:40

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [5125f369fd74126baedec459c4e8eab747476c40]

        Merge SRC638: 13.07.01 - 23:20:18

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b838bf79b8cba72753a11e485000d256703aac58]

        Merge SRC638: 13.07.01 - 23:20:25

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [cafc973394a81874f28b5e2696046d171ed138cd]

        Merge SRC638: 13.07.01 - 23:19:06

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [10c22ffd1f5a0558f3af4d94c7cbd0263abac169]

        Merge SRC638: 13.07.01 - 23:18:33

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [3d74def385db2c2b5d8f3fbcfdf470b91d3781ae]

        Merge SRC638: 13.07.01 - 23:18:17

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a1a6837c12f4712911c82cabf370ce3718fa028b]

        Merge SRC638: 07/13/01 - 23:17:58

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6d45bf2803f10e5e8e81ee0d784d3869b9ef674a]

        Merge SRC638: 13.07.01 - 23:17:37

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [5a3792be6324f467ebc982ec9e74b80074d882f7]

        Merge SRC638: 13.07.01 - 23:18:08

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [19d0fdf5082c94b6dbbe1f064115702ca92f73f7]

        Merge SRC638: 13.07.01 - 23:17:08

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f95751b1a16c5f78365194ae6cc6f0d6a6052c86]

        Merge SRC638: 13.07.01 - 23:15:52

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [8f4e26b9b541768b18e8458e81925839326401cf]

        Merge SRC638: 13.07.01 - 23:15:53

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1e44f6d065ab53917b301dbf7f1498a1f6b77dc7]

        Merge SRC638: 13.07.01 - 23:15:37

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [99da2e3442cfff1b5dc11fb5926cc9026aea920b]

        Merge SRC638: 13.07.01 - 23:15:07

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ab5b2d5f9071e2cbb41faf056fc609018d202259]

        Merge SRC638: 13.07.01 - 23:15:32

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9620792d2c50f01ccb339502866557c6fd3a088b]

        Merge SRC638: 07/13/01 - 23:14:52

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [84fe0d3bfa04b2879bdd272a348b4ae1756f3cbc]

        Merge SRC638: 13.07.01 - 23:14:36

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b646f8cd4be9bac6f169063de6d83528780c33df]

        Merge SRC638: 13.07.01 - 23:17:16

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9e6f39cdd04d633bd7bbb8b267619ad5d7d86a10]

        Merge SRC638: 13.07.01 - 23:13:32

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [0256d5d9f230519c7386c8e4fcfacd35ef1e4a29]

        Merge SRC638: 13.07.01 - 23:14:13

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [769f6b8d16701bed020fb52f765d682b2205c5df]

        Merge SRC638: 13.07.01 - 23:13:22

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [620b031c834c3dbd410b41d4ab6ee238f2ae4f78]

        Merge SRC638: 13.07.01 - 23:13:13

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f30dd81a54fc8437795f231e1336279c749f0438]

        Merge SRC638: 13.07.01 - 23:12:19

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [810093b5a518c169ad5a0bbc928ceba6e40717af]

        Merge SRC638: 13.07.01 - 23:11:52

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ccdf33d222850fb3f561097335150b0c16443c8d]

        Merge SRC638: 13.07.01 - 23:11:16

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [54ed0d1157dae9dcca5b45ddeb9cdb31968a5ac1]

        Merge SRC638: 13.07.01 - 23:11:24

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e9be9e3243adc2f976d35fcacf8c9f111ee32a31]

        Merge SRC638: 13.07.01 - 23:14:38

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6447a4837389f3b275b0496eb745b5671ef00850]

        Merge SRC638: 13.07.01 - 23:10:51

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [c6cd10c7cf9f94f382c825ebb89f8b8b38772c74]

        Merge SRC638: 13.07.01 - 23:10:23

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [145bc392432f30900caf8154599c1dfbc9ab2cb5]

        Merge SRC638: 13.07.01 - 23:10:21

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9efda8be14d6cd99dea9f51bac8f42873394e2fb]

        Merge SRC638: 13.07.01 - 23:09:38

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [37eb4a07162a025260266070d88cff8412b37935]

        Merge SRC638: 13.07.01 - 23:10:26

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a35ccb50c954058e7a02e9142766421d2016a3b3]

        Merge SRC638: 13.07.01 - 23:12:12

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [586873a0651e6fa91b4a4e1f332f9d8dc5b514b2]

        Merge SRC638: 07/13/01 - 23:08:13

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [076cc0ca230283803b83df4cd799e5da685a40fc]

        Merge SRC638: 13.07.01 - 23:07:57

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [bbd46e92f0f61fac91224d2ff0d3b55083745bbd]

        Merge SRC638: 13.07.01 - 23:07:07

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [3b91f5fb8db560ac0f089eda1e079d88c531862c]

        Merge SRC638: 13.07.01 - 23:07:24

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [add287d9d0f806eaab195ceb8354e92557314b4b]

        Merge SRC638: 13.07.01 - 23:07:31

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e6cb0d70e774fe86bdb0b1191efdedd03e3816c2]

        Merge SRC638: 13.07.01 - 23:07:30

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [30af158c0eedfa2c7a2f0c76f39fed2e15d6ec06]

        Merge SRC638: 13.07.01 - 23:07:15

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a4df9819bf5573d59d78698f983fafd65841818f]

        Merge SRC638: 13.07.01 - 23:05:59

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [5815cf7a2216f26db8e98a02b3d2cf1f04796193]

        Merge SRC638: 13.07.01 - 23:08:28

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f8fcd9e7bc5e26fd78a722acaf4b1bec589a3611]

        Merge SRC638: 07/13/01 - 23:04:51

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e57d5687ec44a77325e0a2173f5783887ce27d88]

        Merge SRC638: 13.07.01 - 23:04:02

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d1056481d63439cda58b8df510665f64a921e63a]

        Merge SRC638: 13.07.01 - 23:03:10

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [c983be9a52d1e789e7e3271de70788d4f9316fc9]

        Merge SRC638: 13.07.01 - 23:04:13

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [2ad6f3811af466b0769983af87163f7b8dc70f45]

        Merge SRC638: 13.07.01 - 23:03:03

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b3bfc8536492729cbc3802ce1f88e6f050814a69]

        Merge SRC638: 13.07.01 - 23:05:29

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [43c00c12463f11a2638976c1b76ca84624a06059]

        Merge SRC638: 07/13/01 - 23:01:31

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f327f761c7e439683a0fb550c342754ddef3c646]

        Merge SRC638: 13.07.01 - 23:01:50

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [680303991c5256dbec0f0d3288ce73e7985e809c]

        Merge SRC638: 13.07.01 - 23:01:19

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [fce5a9003f83d85cdeab5d83ef729dc04343a472]

        Merge SRC638: 13.07.01 - 23:00:20

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f5aff89473d4f6bb5948db4f06999f971ca96bf5]

        Merge SRC638: 13.07.01 - 22:59:52

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e7a3e8b311e630cd232064e16e1f2dfdf2908e60]

        Merge SRC638: 13.07.01 - 23:00:16

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [83d875902dc5eb2d85d8b3810946f87df080c372]

        Merge SRC638: 13.07.01 - 23:02:41

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [72f8fb039e5d92f7a57d3163431ad25d196761d4]

        Merge SRC638: 07/13/01 - 22:58:41

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [5fbe8898210c3aaddd514261ed27b626fc9069e2]

        Merge SRC638: 13.07.01 - 22:58:31

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [abfe4ca27f6656a420811b2b4ea9520d2e0c539f]

        Merge SRC638: 13.07.01 - 22:56:55

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [eaaee85ea375405ab9dcd6e6919d2bf1749147d5]

        Merge SRC638: 13.07.01 - 23:00:15

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [387b4ed8d2f4cf06c078f71d5f744431064f8260]

        Merge SRC638: 13.07.01 - 22:57:24

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [cd903919aa01864e1059eaa45336178443988f5e]

        Merge SRC638: 13.07.01 - 22:56:39

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [731e82c8730db2f68a7d245643b8dbbc243c2c23]

        Merge SRC638: 13.07.01 - 22:56:25

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6f209bb1fffdb809566d79cba21e683ce00d9965]

        Merge SRC638: 13.07.01 - 22:55:57

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9c95114f40cd8400e12760ab83717d4a38e38dcc]

        Merge SRC638: 07/13/01 - 22:55:34

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e0821cd9c5fb552c43145571a0571801e83ab254]

        Merge SRC638: 13.07.01 - 22:57:56

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [c1bd31c6f78a06a4bf985d6196dfb5dc2304db2a]

        Merge SRC638: 13.07.01 - 22:53:31

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [2764547920ab19361b34334bb19f068bccaa07ff]

        Merge SRC638: 13.07.01 - 22:52:57

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [0d01565d5e4b5488281295f79e7505748f8e8c97]

        Merge SRC638: 13.07.01 - 22:55:12

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1f21bd7b4c66b126773d4b0c283e1adb47561634]

        Merge SRC638: 07/13/01 - 22:50:06

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [4497ffe92e2417c22430fadb9b9e8cccfc884fad]

        Merge SRC638: 13.07.01 - 22:50:06

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [30464839f01b881d22fe9227895c33f348acaba4]

        Merge SRC638: 13.07.01 - 22:50:13

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [53ca8df7c5fdab12748fc352f8ffaf0bfb170960]

        Merge SRC638: 13.07.01 - 22:49:18

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [db5012eeef45e1f1229e1f3e5195b16cf829881b]

        Merge SRC638: 13.07.01 - 22:52:36

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9566735d70a99679d268bcf7e6fe7259fd42673a]

        Merge SRC638: 13.07.01 - 22:49:45

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9d65e5162d43360fcb1d282b500c334e0413ff4f]

        Merge SRC638: 13.07.01 - 22:47:55

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [49ca8a46e076c8deb1c6425551a6874d55de8e5a]

        Merge SRC638: 13.07.01 - 22:47:36

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [2e68251b5a2c71b278e312fb88a3aa8b1adc2903]

        Merge SRC638: 13.07.01 - 22:49:57

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [fe3cc521d6f54e401ff7777423371820729665d1]

        Merge SRC638: 13.07.01 - 22:46:56

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [23479d601c81676268f76fadb1b3e66f6030c409]

        Merge SRC638: 07/13/01 - 22:46:41

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [5cfd3b97be16f0c3e5d2da98f9b8ae80172d01a7]

        Merge SRC638: 13.07.01 - 22:46:26

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f5866156345dc17bd545e15c9f3a2949fdc0828d]

        Merge SRC638: 13.07.01 - 22:46:14

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e0c0e3c77b022df866717eb6d0f34fb6df37b621]

        Merge SRC638: 13.07.01 - 22:46:20

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [658f9e7aada7490e8265e672df7f1ab17732978d]

        Merge SRC638: 13.07.01 - 22:45:20

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [7c14f4c084b351d4c47682c4b30d8fb6db799d03]

        Merge SRC638: 13.07.01 - 22:46:07

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [5cc07f036884d5f700841e0915b1a52b8fa0cc0d]

        Merge SRC638: 13.07.01 - 22:45:14

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [3b09ea2fac7c7367d920d56494870a6acb8fae90]

        Merge SRC638: 13.07.01 - 22:45:06

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f9b2a93129b497d9072e3465ca7ed37792862732]

        Merge SRC638: 13.07.01 - 22:44:54

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [4ea4a861c0a0f275737f73c818b94f6e2d289247]

        Merge SRC638: 13.07.01 - 22:44:02

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [0094d052ab8fd2653ba035cebdd56540998955a9]

        Merge SRC638: 13.07.01 - 22:43:35

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9c64a975d3bb42c063ae7c8cbc63a4ca88083400]

        Merge SRC638: 13.07.01 - 22:42:53

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [99693575647705b3b48a954bb5a5ceb87e7ce5e6]

        Merge SRC638: 13.07.01 - 22:42:37

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [bc354d956b9930b4e78aa31ab8ae446df08fe0a5]

        Merge SRC638: 13.07.01 - 22:42:50

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ecb527fc7f0b51f60936b5adbe6468f11504c7f1]

        Merge SRC638: 13.07.01 - 22:42:28

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1a81f1d2f3b42655820aebd8f0e2db34e479ee77]

        Merge SRC638: 13.07.01 - 22:42:04

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1b40afc5f1d0814d1eed5e7b8574cfe5e779ec53]

        Merge SRC638: 13.07.01 - 22:40:37

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [75e43d4eebfb02474649dd4594df7066b55154ca]

        Merge SRC638: 13.07.01 - 22:40:14

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [882bc703959c2ffbe5a26d491934ca25caea222f]

        Merge SRC638: 13.07.01 - 22:43:44

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [48e3a22111253b3e98fe103e1b1b0d0ec99d4b3d]

        Merge SRC638: 13.07.01 - 22:40:19

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [227c3989d2e98e6a6ade58584f1a1c6c11cbfa98]

        Merge SRC638: 13.07.01 - 22:39:59

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a96dc98b5bc7c78bd89e44fda3f97ffc05558393]

        Merge SRC638: 13.07.01 - 22:39:31

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [fd7ccde1d6f781905371634753c0b8c2728848a9]

        Merge SRC638: 13.07.01 - 22:38:32

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d595c8824fb9c913789b6c05014c28414db20f07]

        Merge SRC638: 13.07.01 - 22:38:53

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [bdb784ec1132df21963697bc81ab11bd617200de]

        Merge SRC638: 07/13/01 - 22:38:06

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [c5ddbb291fc501593cdfdd4bd7707472080bc387]

        Merge SRC638: 13.07.01 - 22:41:02

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [fade963267f03e61d4d6b26eadd30e579840e7f0]

        Merge SRC638: 13.07.01 - 22:38:00

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a5887884e474cd61aa47214531cff5455f8bb828]

        Merge SRC638: 13.07.01 - 22:38:03

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [025511bc2a4ce78d98287b4fa140b679d21a53d0]

        Merge SRC638: 13.07.01 - 22:37:17

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [fd5e6f159e17f7b8f1d171fd5cb22098cbc2d053]

        Merge SRC638: 13.07.01 - 22:37:12

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [406fb3644505bca7458e3d0ba57f933a26d580ff]

        Merge SRC638: 13.07.01 - 22:36:36

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1615e62d8aff12d7430495ded55c335b12c5a196]

        Merge SRC638: 13.07.01 - 22:36:49

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [3cb8e79d2f0bdebe6428ed8b15c2ed13c06420ae]

        Merge SRC638: 13.07.01 - 22:35:40

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [85d2594e79cc30a04e3c6ed44dac5f5dfb5f442e]

        Merge SRC638: 13.07.01 - 22:38:41

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [88e081a81bd7f8967fa4d9d8eca7c033d4655cb6]

        Merge SRC638: 07/13/01 - 22:35:20

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d468cb0425a0fcac3bd2cbc599eb422985bde46d]

        Merge SRC638: 13.07.01 - 22:34:44

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [2894d4c36e70321fa9b741861766bbf3b9e073f6]

        Merge SRC638: 13.07.01 - 22:34:22

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [caa456af6a9f65dc4d57d41d87f05e1bdaa28782]

        Merge SRC638: 13.07.01 - 22:34:19

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [75096cc8dfed962c79ee5da073f73e240dcd542e]

        Merge SRC638: 13.07.01 - 22:34:18

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ee4be6cae2340082cdf8f6c01bbb2528ccddc322]

        Merge SRC638: 13.07.01 - 22:33:07

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6d693287dfae1ce25ab6e53310dabf2c6015496d]

        Merge SRC638: 13.07.01 - 22:33:00

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [adfcfd1bc524921a2c7cb7df7f70d9da5bea634b]

        Merge SRC638: 13.07.01 - 22:33:09

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9914e88d4f44676d67c653c0b397580b74ef9341]

        Merge SRC638: 07/13/01 - 22:32:41

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6438e502cfe2f30b025e355412b68302b6861bd9]

        Merge SRC638: 13.07.01 - 22:35:05

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ecd6a6193082ae6bc6c410d8234cb0a49dce6025]

        Merge SRC638: 13.07.01 - 22:31:44

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9d1117b8c70293f100a7539d0977717db16a00b4]

        Merge SRC638: 13.07.01 - 22:30:57

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [13d1f60f454c2f3d7357b14a4cecdcad4a1c5ee3]

        Merge SRC638: 13.07.01 - 22:31:08

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [bfe0f5f5b373384150053560c1a7bc83d9193f4b]

        Merge SRC638: 13.07.01 - 22:30:25

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [4e0fee8a9abe5154e423285f64aeb575ba0d6142]

        Merge SRC638: 13.07.01 - 22:30:09

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [8de7ce0b727f6e090acc9c5128f43d4efcf8efc1]

        Merge SRC638: 13.07.01 - 22:29:22

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d4636558e5451af18e74253fcad21a5c6e585954]

        Merge SRC638: 13.07.01 - 22:29:17

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [80dec7aa1ffc63577545ee5b6b69822f06795ad3]

        Merge SRC638: 07/13/01 - 22:28:42

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6355b4f265718dd9c0476375a1a617c3e0ef892a]

        Merge SRC638: 13.07.01 - 22:27:11

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [2d7dab6b6ef086b3316df3acedf3f5c65ded1b8f]

        Merge SRC638: 13.07.01 - 22:26:03

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [dbf6c57765715515188c5c8607d2f53ac1c63fa8]

        Merge SRC638: 13.07.01 - 22:25:03

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [304187f44ad6d3ce81ce0ab3f05987d04ee46090]

        Merge SRC638: 13.07.01 - 22:24:19

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [0d8ab63d2fa099fad41591268f23cad2f1b3b34e]

        Merge SRC638: 13.07.01 - 22:25:06

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f65a1803ce0dacc2f9526b6894d4c674a47c9f19]

        Merge SRC638: 13.07.01 - 22:22:12

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [aeec392b6509afb26ce7c830a954f1ce809efb87]

        Merge SRC638: 13.07.01 - 22:20:19

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [08aea8cc0acc0499c720d270e86c84a73946ad6b]

        Merge SRC638: 13.07.01 - 22:20:05

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [80ef3164a2f0782aae26d8ff33a5f52f594667f9]

        Merge SRC638: 13.07.01 - 22:17:52

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [934b4a50e3e51c7cfe9e6d2dde3dc6cbdb4dc094]

        Merge SRC638: 13.07.01 - 22:17:31

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1639627836f1ab389ae4fc52ee0bb879c43c7c0e]

        Merge SRC638: 13.07.01 - 22:17:21

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d45fef23cbe1372a7c5f5acf7701a61b0eebaed8]

        Merge SRC638: 07/13/01 - 22:16:51

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1f128903dd23d15c4a29ab93294f670c03d4e44f]

        Merge SRC638: 13.07.01 - 22:15:36

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [902d4214349a3c695d31d7308790cb97709e3a54]

        Merge SRC638: 13.07.01 - 22:15:03

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [78b2d269285ccdab5d4e94ad75890170fbbacc80]

        Merge SRC638: 13.07.01 - 22:15:06

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [11148d1ac098922c6daff0047fe2619196c4a5f0]

        Merge SRC638: 13.07.01 - 22:14:45

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [0f0a540349b88f0cacfef9a8493c8770539cf8e2]

        Merge SRC638: 13.07.01 - 22:14:58

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9cea5e553c71e75fdba46af1ca703bcb28776c16]

        Merge SRC638: 07/13/01 - 22:14:29

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [58e9c3bdcb85fc5588adc0ff2a2ef4a086fe4c03]

        Merge SRC638: 13.07.01 - 22:14:55

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [d9e05cc854967b42a9a70495544caadd2df8175a]

        Merge SRC638: 13.07.01 - 22:13:48

2001-07-13  Vladimir Glazounov  <vg@openoffice.org>  [b5da0f7c0fa888fc0b5c1e599e89f6db0d13f3ee]

        Merge SRC638: 13.07.01 - 22:13:52

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [26ebac0681b394a2f1ef3816f8f2a41562d1b34c]

        Merge SRC638: 13.07.01 - 22:13:11

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a2be25507c928fe023535db0b91fcd5364740d3b]

        Merge SRC638: 13.07.01 - 22:16:14

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [da8c8c476b38638a2bc30ee6c65e1ed7a484383a]

        Merge SRC638: 13.07.01 - 22:12:20

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [66926154372cfc6865016cb0e658c922c86bc868]

        Merge SRC638: 13.07.01 - 22:12:16

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [4c0e00ff2e253186a9ebd8ea57925f64e31f3350]

        Merge SRC638: 13.07.01 - 22:11:47

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [edc726716d759c30acb1908fcd7b8906c9d5509e]

        Merge SRC638: 13.07.01 - 22:11:12

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [1e20d31d4be466bebd1d75ad52a0ae8dd00d3271]

        Merge SRC638: 07/13/01 - 22:11:18

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a0a9d1249057faf5168c8607df16ed4c7ff2f74c]

        Merge SRC638: 13.07.01 - 22:11:57

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [9c9553aa2f2c436c3b977028e37d282b5932e51f]

        Merge SRC638: 13.07.01 - 22:10:42

2001-07-13  Vladimir Glazounov  <vg@openoffice.org>  [6ecdf4be6969367fa1d56f72c53d14f648008f7b]

        Merge SRC638: 13.07.01 - 22:11:00

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [a8b308e1a697791c953080eb05b2f7ee44b5968a]

        Merge SRC638: 13.07.01 - 22:13:24

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [01284f20ec01bc4e885c98f607844d2e43aee99c]

        Merge SRC638: 13.07.01 - 22:09:06

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ad9ca9d35b0d15865d325f20f79665c1a0405ec7]

        Merge SRC638: 13.07.01 - 22:09:09

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [47d5da39bd74fe1499b89aa90f0cb97deccd8d86]

        Merge SRC638: 13.07.01 - 22:08:25

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [22f73d2f3714d716f66cd8a184a4f42d4103f39e]

        Merge SRC638: 13.07.01 - 22:09:19

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [17a961f13758aa0758b2c12862ef5b6710987d19]

        Merge SRC638: 13.07.01 - 22:06:35

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [ee033011657919c2377d5c51f08ac8d533c702ce]

        Merge SRC638: 13.07.01 - 22:06:27

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [6dccf167d93c549980b37703fd3b4ac22f88a55f]

        Merge SRC638: 07/13/01 - 22:06:40

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [f64fe9ddf33ea383c1a3658bd1c00e3137ea9216]

        Merge SRC638: 13.07.01 - 22:06:04

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [b4161df0fb39488c3cc9983ebcccbd073a2b547c]

        Merge SRC638: 13.07.01 - 22:06:24

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [e51b134be714dde6ceeffb0821900721826a7b43]

        Merge SRC638: 13.07.01 - 22:06:56

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [131fc5f01022c67ddb0f0dfe046f95b70ce1d45f]

        Merge SRC638: 13.07.01 - 22:09:12

2001-07-13  Kurt Zenker  <kz@openoffice.org>  [508e06dddf700771cb6b518ce51f8f2043457d2e]

        Merge SRC638: 13.07.01 - 22:04:31

2001-07-13  Sander Vesik  <svesik@openoffice.org>  [ccc2fdb9019b23d2c7191685725f048348be45d5]

        IRIX changes from tg_shl

2001-07-13  Sander Vesik  <svesik@openoffice.org>  [21c9033fbf578fed0d113d9eab7dbb271cbe20fe]

        Don't use mapfiles on IRIX
        
        Contributed by: The SGI OpenOffice.org porting team

2001-07-13  Sander Vesik  <svesik@openoffice.org>  [7a9697c05cdb8354f606ba1569c1fd9bfe8b9628]

        Use mkstemp instead of tmpnam_r on IRIX

2001-07-13  Philipp Lohmann  <pl@openoffice.org>  [b521f61062ede11d802237690a5b4a5a7425941a]

        #89430# double to string conversion had too many rounding errors

2001-07-13  Sander Vesik  <svesik@openoffice.org>  [2c8b13fedb18ff3ef3e7d63531cbd899e31eb1b1]

        Apply C++ standard comformance patch.
        
        Contributed by: the SGI Openoffice.org porting team

2001-07-13  Daniel Vogelheim  <dvo@openoffice.org>  [dfc9ee8ae712b793127ea3b4598725d0c495fb17]

        #86004# PropertMap construction improved: strings have lengths

2001-07-13  Daniel Vogelheim  <dvo@openoffice.org>  [54342ef65e7b340720cd934e8f2da1661265a36b]

        #86004# PropertMap construction improved: strings have lengths

2001-07-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [031922a51d01482ac34d6fb416899b05301cd552]

        removed ALL target

2001-07-13  Gregor Hartmann  <gh@openoffice.org>  [2f71b48f195b0f7ec2e8096562b90d0138e4dae7]

        #87257#LacaleDataWrapper

2001-07-13  Behrend Cornelius  <bc@openoffice.org>  [cef74e942e768c55d6b47d2e651a55f60d63a136]

        #88790# New Module 'Common.xba' added, several little changes in this module

2001-07-13  Gregor Hartmann  <gh@openoffice.org>  [1be11d118846c27f4e75ba2771f273ec98c246c0]

        #89675#AlwaysEnableInput on App Window, even when printbox is up

2001-07-13  Michael Brauer  <mib@openoffice.org>  [9b9d2b751331e912f10d2c7d725d3b27a66ff281]

        #88107#: Disable: Replace StarBats with StarSymbol font

2001-07-13  Caolán McNamara  <cmc@openoffice.org>  [f9596150ae79d43c0a8d02996dd95b8fad249d82]

        #89125# WW6 Redline authorname table import fix ( + new undocumented sprms)

2001-07-13  gt  <gt@openoffice.org>  [c3446f08c7b92fc6d5116c6ae53a5982ea870fa5]

        #89606# testing for selfreference also in XclImpExternsheetBuffer

2001-07-13  gt  <gt@openoffice.org>  [228f1834694f927ac6ef962b4f0807eb7c5956c0]

        #89606# testing for selfreference also in XclImpExternsheetBuffer

2001-07-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [80aa250d3d2575e4e73a50e1462177e394efdada]

        #65293# prefer pentiumpro, normal stack alignment

2001-07-13  Dirk Völzke  <dv@openoffice.org>  [8c94dfa765c09d6b6224d564bd72c64ef27a27fa]

        #89496# CreateExactSizeText_Impl changed parameter type

2001-07-13  Dirk Völzke  <dv@openoffice.org>  [c008129941a852a813e9cf0d5bc7af76d99ff081]

        #89496# changed a lot to support sorting and filtering

2001-07-13  Dirk Völzke  <dv@openoffice.org>  [b00eb5f5babbf8420d8908744936e27fb6b86be1]

        #89496# removed compiler warnings

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [a862c2bb601d4c5a98cfefc26cff198024a2cf81]

        #88969# Added sync2 directory.

2001-07-13  Dirk Völzke  <dv@openoffice.org>  [8477731949c84ca543006baca3494f455a9527bf]

        #89496# Moved member variables to class SvtFileView_Impl

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [86b2eef8329cb68f5b18ddd51d15e7760f1311a3]

        #88969# Merged in 1.16.6.1.

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [d80a2169aa64ce4795bab40737bb56e507cfef2e]

        #88969# Merged in 1.19.6.1.

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [57114c690c342ad33610b6967a160de15e54be96]

        #88969# Merged in 1.9.6.1.

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [d4e3154eeb718534059ab0bf93d9214d22cdeb90]

        #88969#

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [5984c94468eeab24a9cd3e164991af4bc7e2add4]

        #88969# Added WrongJavaVersionException.idl.

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [2fe3e15eb9cb90c14b34180b4dfd8567db9ba13d]

        #88969#

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [6e7c12825b8cf75ee14458637480df8c7433f4b6]

        #88969#

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [a49b997c0cf3e39d3b6fcf3329713fc9ccd784e3]

        #88969# Added more detailed constructor.

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [4ee05f1a278a396d2a5483dfab409ebfd0b6850e]

        #88969# Added handleinteractionrequest.obj.

2001-07-13  Stephan Bergmann  <sb@openoffice.org>  [8f197beb896bb5514add7d33c10d286e1a338b8d]

        #88969# Added handleinteractionrequest.hxx.

2001-07-13  Michael Brauer  <mib@openoffice.org>  [7c677c90abeae0e2dd9c66db151c6c842b049ae7]

        #88107#: Replace StarBats with StarSymbol font

2001-07-13  jp  <jp@openoffice.org>  [deef179b516f0ed2846b181b5c2aee07ad0202fe]

        Bug #89646#: PasteOLE: set fileformat version at the storage

2001-07-13  Daniel Rentz  <dr@openoffice.org>  [6dd1d01db1afc835bd7649883add4e021607f976]

        #89476# first visible row

2001-07-13  Oliver Specht  <os@openoffice.org>  [1f7e7213643f94d909c3db7ad63052ac4f842790]

        #88523# StateChanged: call base class

2001-07-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d32da029385fb45e03953fb0d1ef1e40ac91b128]

        language EXTERN

2001-07-13  Eike Rathke  <er@openoffice.org>  [b2db2f9aad18c4d527091f8574a21a0c57f99686]

        #88081# description of FIXED() function parameter

2001-07-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9900e33ccec8c71edaa8cac48d9ff42f3a9e95e3]

        removed ALL target

2001-07-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [249689c41d07fa133f5b0022bfcf11060316b7b4]

        removed ALL target

2001-07-13  Christian Lippka  <cl@openoffice.org>  [89f7d3c07af3a591918e7f052a6c30bafa684058]

        #89645# call the right base method on queryAggregation, not the same

2001-07-13  Niklas Nebel  <nn@openoffice.org>  [3d3d118c538d7a5030cb1dd5815fe5740602f5ef]

        #89569# GetPossibleClipboardFormats: type name for object from object descriptor

2001-07-13  Andreas Bille  <abi@openoffice.org>  [e782d59e9a9380750691a9aedd2072f10e394c1b]

        #89643# Replacing outer switch statement by if-else as turn around for compiler bug

2001-07-13  Eike Rathke  <er@openoffice.org>  [4c9f8fcddeec7f993dc91377d0c9eff4db73acac]

        #89253# locale data pointer must follow switched locale in convert mode

2001-07-13  Oliver Specht  <os@openoffice.org>  [b0af26af415028b6d4e9d5e9d034c15f86351499]

        #88544# prevent AutoColor in draw/impress/chart

2001-07-13  Peter Burow  <pb@openoffice.org>  [b57be70e937f08e988d24b8628f1256e7c7f0219]

        fix: #67499# default template support

2001-07-13  Peter Burow  <pb@openoffice.org>  [fbc5caf014fe17ea3ab13bea75e53be5a769c1e8]

        fix: #67499# default template added in menu

2001-07-13  Peter Burow  <pb@openoffice.org>  [ecb7e64a1c4c399dd5abf37937aab684eda834ea]

        fix: #67499# ids for standard template

2001-07-13  Peter Burow  <pb@openoffice.org>  [9bf0cba7d1598690b2ffeaf228cfb0d1802d3fb7]

        fix: #67499# helpids for standard template

2001-07-13  Oliver Specht  <os@openoffice.org>  [23bb9c670a09faec707cdca66aef90ca8d4ef0c0]

        #89635# service name corrected

2001-07-13  Andreas Bille  <abi@openoffice.org>  [27b266f997c3dbd577a2684267e290ab95ec182d]

        config keys for src638 and greater

2001-07-13  Behrend Cornelius  <bc@openoffice.org>  [f33716aecadd5bb84a06071012b5168dfc5749d7]

        #89603# call of folderpicker Routine modified

2001-07-13  Behrend Cornelius  <bc@openoffice.org>  [55b3870d456b1b9ebbbf1f881a3b0bc48c280e80]

        #89603# FileOpenRoutine modified

2001-07-13  Andreas Bille  <abi@openoffice.org>  [1ba7c0c6d1d85dc6eb1d606cc1560287540731e2]

        Adding pure virtual functions and getElementType

2001-07-13  Philipp Lohmann  <pl@openoffice.org>  [1939c75f3d81df4c2ca724ee9ce4b9ea79ecbf46]

        #89637# do not append an additional slash if one is already there

2001-07-13  Oliver Braun  <obr@openoffice.org>  [cb5a536dc3b11b22bf228e2c56afb92120df533c]

        #86718# do not call directly on frame interface

2001-07-13  Babak Mahbod  <bmahbod@openoffice.org>  [bb683d3923c44dc40a19890cbc877d8b076cb1c6]

        Depricated logPrintf form TestResult class.

2001-07-12  Eike Rathke  <er@openoffice.org>  [b806529b807e4c507f3a33b4b518b4d545de2fef]

        #84545# add: percent sign operator ocPercentSign

2001-07-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [fce5a701b814dd75d23689c57ba971c91eddeb6c]

        #65293#: never use memory.h, use string.h instead

2001-07-12  jp  <jp@openoffice.org>  [0cfe04694f1a4bf0f2b7a9789a0f4dbe87664a60]

        Bug #89569#: FillClipFmtItem - get typename of the transferObjecDescriptor

2001-07-12  Daniel Rentz  <dr@openoffice.org>  [d42b974d158629e594a66a1f2e352d7b91db9c71]

        #75193# import of empty text boxes, obj import improved

2001-07-12  Armin Weiss  <aw@openoffice.org>  [eb18c090dc518b1a00a731c23cf4a71f7e9cd66a]

        #89344# test for mxShape.is() and not for mxShapes.is() to support shape import helper classes WITHOUT XShapes (member mxShapes). This is used by the writer.

2001-07-12  Andreas Bille  <abi@openoffice.org>  [a9231b1c9070948c330406406e7dc6c8adfb9fd1]

        Optimized by memberless baseclass

2001-07-12  Andreas Bille  <abi@openoffice.org>  [bffdb50c355eb752ec15a6d9d6c0919e1b048caa]

        New config path structure

2001-07-12  Niklas Nebel  <nn@openoffice.org>  [1c703dcb0f173369fa6dc0137ee9ac61198670b7]

        #89579# PasteFromSystem: xxx_OLE formats come last

2001-07-12  Kai Sommerfeld  <kso@openoffice.org>  [684b5060c6fa030b4749b513892925a38f4fcbdb]

        #89617# - Fixed queryContent(...). Mutex Guard now constructed a little bit later.

2001-07-12  Kai Sommerfeld  <kso@openoffice.org>  [79378fb69e96c89067a7639019efed3136f8e4c7]

        #89617# - Fixed queryContent(...). Mutex Guard now constructed a little bit later.

2001-07-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8ae09d199ec867722548259a28f769cf87c11a5f]

        datestring must have 8 digits

2001-07-12  Daniel Vogelheim  <dvo@openoffice.org>  [df16eb07f8b396c905dd4a1d9f971c9e342344c9]

        fixed header to include definition of enum SvxGraphicsPosition

2001-07-12  Andreas Bille  <abi@openoffice.org>  [088443f26f17076a1ab4be7c7458bd3fed5d32dc]

        Removed some comments

2001-07-12  Ocke Janssen  <oj@openoffice.org>  [02c5a9b7feb987f808872697626058a891365051]

        #87050# make some methods public

2001-07-12  Gregor Hartmann  <gh@openoffice.org>  [fc570e56630607bc0c63fc85d04e3dc8104f6ec7]

        #85781#two more Help IDs

2001-07-12  Eike Rathke  <er@openoffice.org>  [480a0f586417d61084a0231aeccf29befbf47e5c]

        #89183# old versions can't cope with arbitrary format codes set to standard

2001-07-12  Ocke Janssen  <oj@openoffice.org>  [6a5a3565b2284305970abd544d437d79fe02e901]

        #89456# #89612# position changed of and and or

2001-07-12  Ocke Janssen  <oj@openoffice.org>  [ea5d357faa0c808ae5405fbc43be78b36ae1b4a2]

        #89456# check if old type is already ldap

2001-07-12  Rüdiger Timm  <rt@openoffice.org>  [6bab81734d56baab954738da54604cc4449efe2c]

        #87576# dependency corrected

2001-07-12  Armin Weiss  <aw@openoffice.org>  [0676d141435a6183d3605276055e272ec273de10]

        #89432# first stop thread and then delete list entries

2001-07-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [76a6ce3f71cad31c89fa5403e0cf55725cf59645]

        create needed directories for linking

2001-07-12  Andreas Bille  <abi@openoffice.org>  [6801cc717dd1365131779df5d2fd67a4377dbed7]

        Adding treeview

2001-07-12  ok  <ok@openoffice.org>  [8bb6d881311f363b0f973d17dd6aefb8e944bbec]

        fix: #89536#

2001-07-12  Andreas Bille  <abi@openoffice.org>  [d508d9e32d28380484ffd2f6acbc04c098a27194]

        Complete

2001-07-12  Rüdiger Timm  <rt@openoffice.org>  [e2a2174b0e50c6bd712c04813ccf446418768495]

        #87576# dependency corrected

2001-07-12  Frank Meies  <fme@openoffice.org>  [9ce915450540abfff3585e721cc1b5ac197c9850]

        Opt #89492#: Construction of default attribute array, break condition for attributes

2001-07-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3617983a88c7c63a99350cc3b6e093cca1dcff1e]

        #65293#: syntax

2001-07-12  Oliver Specht  <os@openoffice.org>  [78572ee750ae0e0ff870ea5953657ea0e5bfa281]

        #88848# notification for changing the current data base implemented

2001-07-12  Herbert Duerr  <hdu@openoffice.org>  [408abfcc27a2459ef8f803bdf18fa90319bf4722]

        #81268# reenable selection with SPACE key

2001-07-12  Kai Sommerfeld  <kso@openoffice.org>  [588539c17e11565087f401f58db1bb3d32ae2373]

        #87187# - Fixed wrong Umlauts.

2001-07-12  Rüdiger Timm  <rt@openoffice.org>  [48e2ad6a71664cc04da820840b34a2293002ef4e]

        #87576# include <vcl/fixed.hxx>

2001-07-12  Behrend Cornelius  <bc@openoffice.org>  [118c679c2514c90f265fb50c94d2f282d8d4073d]

        #84145# label of cancel and GoOn button swapped, Dialog Controls made Invisible (on Step 3)

2001-07-12  Ocke Janssen  <oj@openoffice.org>  [1fc87251e784fc26c2508f74e6cc43b681648cf5]

        #81329# change font

2001-07-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f5a9d93021358aea3bdaec2dea0f912b5ea7a0c]

        #87136# L10N-framework

2001-07-12  Ocke Janssen  <oj@openoffice.org>  [26f4169ad38df90493149e8c0b2270eb8e47d541]

        #87050# allow incorrect metadata

2001-07-12  Ocke Janssen  <oj@openoffice.org>  [8549aa9ff542ef32b7f4c0f44f2ce0ffe61ae77d]

        #87050# allow incorrect metadata

2001-07-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a23964399e620e7837c35634fa657cd3384344a]

        #65293#: rURL -> rMountPath

2001-07-12  gt  <gt@openoffice.org>  [cf4a1b61c860a151d1ef14bc49d090724aff5e3c]

        #89416# approximation for BesselK and BesselY which is very close to Excel

2001-07-12  Rüdiger Timm  <rt@openoffice.org>  [8bc3a00925ddb6d0b3cb749f946b26c5b972d578]

        #87576# dependency corrected

2001-07-12  Frank Meies  <fme@openoffice.org>  [3702c559bb6b23732b24dcc7994ae2333f1c4544]

        Opt #89492#: Store the default font for the paragraph

2001-07-12  Behrend Cornelius  <bc@openoffice.org>  [5729225612728127023f50ea9589d5944a803ae6]

        #88911# Dialog set back to Modal

2001-07-12  Eike Rathke  <er@openoffice.org>  [43e50ec759200fe166dba59d3ff76af2a2e148c8]

        #89559# (introduced in #86153#) direct query is field dependent

2001-07-12  Oliver Specht  <os@openoffice.org>  [41b14262916b6ab8b66b0e5b1f8f0254936ea542]

        #88350# provice DependendTextFields and InstanceName always

2001-07-12  Ocke Janssen  <oj@openoffice.org>  [9d5e692706bd0ff0ffec5bfcb832054d59fc919a]

        #89137# build depends corrected

2001-07-12  Niklas Nebel  <nn@openoffice.org>  [4c4c13dc7f6134f00995f140f992b23d6252cda4]

        #81329# use OutputDevice::GetDefaultFont

2001-07-12  Nils Fuhrmann  <nf@openoffice.org>  [0595ddf7510c385d7e41cd940871c7d91a2e805f]

        Fixes cmd_turk declaration

2001-07-12  Niklas Nebel  <nn@openoffice.org>  [c0ab0ff7e2e6525687ea21cdf959aee4c9fd6419]

        #81329# use OutputDevice::GetDefaultFont

2001-07-12  Behrend Cornelius  <bc@openoffice.org>  [8f3f4a573a879e997c4aa60e117525d145349fb4]

        #88911# handling of Path input improved

2001-07-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5b9b5532fd23257aa60eb75ed66413acf468745]

        #65293#: includes

2001-07-12  Mathias Bauer  <mba@openoffice.org>  [59146f7e2e01c1e0d6971d630e8f51f67237b14c]

        #89387#: call Handsoff later

2001-07-12  Peter Burow  <pb@openoffice.org>  [fda6a38eaa794928443d7ef5a3f285ec406aec34]

        fix: #89085# #89087# #89090# #89092# #87761# Help UI improved

2001-07-12  Mathias Bauer  <mba@openoffice.org>  [331956ec16bf34464172f33328ce365631e68b48]

        #88062#: some problems with HandsOff

2001-07-12  Peter Burow  <pb@openoffice.org>  [2700d75a8d1467a04afb9f709ac5d0755f8bd8b1]

        fix: #89092# help window more flat

2001-07-12  Peter Burow  <pb@openoffice.org>  [4f9805142c4c0b69c686b938198e9267808da2af]

        fix: #89087# #87761# index on/off images/strings added, SelectFactory handler added

2001-07-12  Peter Burow  <pb@openoffice.org>  [93ddf05936a60e2fa643004f860d80c7cb991c1c]

        fix: #89087# ids for help index on/off added

2001-07-12  Oliver Specht  <os@openoffice.org>  [a424d09d6babefb4e356627827ef3ed15a0a4ca8]

        #88800# index title mustn't be translated

2001-07-12  Thomas Lange  <tl@openoffice.org>  [9a575834a83d273082fc9ca53856cf2307395db0]

        first argument of InsertDocumentDialog set to 0

2001-07-12  Oliver Specht  <os@openoffice.org>  [70cff8f1227b24b87aca10e78945eb786654be4e]

        #89343# lazy writing parameter corrected

2001-07-12  Mathias Bauer  <mba@openoffice.org>  [cbe9894c704afe2f84f495d4f8d3495a985fc7c2]

        #89023#: call Deinitialize earlier

2001-07-12  Rüdiger Timm  <rt@openoffice.org>  [cc5a88e033eab4c49650269f8d45a7c0ce410ee3]

        #87576# dependency corrected

2001-07-12  Oliver Specht  <os@openoffice.org>  [432c07c540ad7fc6bbb8d875f600a43e6c4718f2]

        #89595# don't disable font name box

2001-07-12  Mathias Bauer  <mba@openoffice.org>  [af0aa4bbac0af270147b8ce3906d49aca72d5ac0]

        #89343#: flush ConfigManager in crash guard

2001-07-12  Andreas Martens  <ama@openoffice.org>  [49fa2bdc56480a65db26770a410690103b382966]

        Fix #88980#: Homeless graphic

2001-07-12  Niklas Nebel  <nn@openoffice.org>  [1ac2a37e9d47b215674c6f43a3bdab9461c291f0]

        #89403# find common (cell) attributes before RemoveAdjust

2001-07-12  Mathias Bauer  <mba@openoffice.org>  [35388520b29f27cc1dd08d457a52131978ea9f4f]

        #89343#: remove LazyWriting, because InternalOptions will be written in the crash handler

2001-07-12  Oliver Specht  <os@openoffice.org>  [5b1bec188dabab63e5fe82d1e3b727ce68d5f80a]

        #85353# frame column example changed

2001-07-12  Christof Pintaske  <cp@openoffice.org>  [b0568f9b8b4fa1e1668d3bf3aa9d21847d94963c]

        #89508# get notification of destroyed frame

2001-07-12  Rüdiger Timm  <rt@openoffice.org>  [67c8ca0778ae63bfc612adc46e50a499bad9695b]

        #87576# extras semicolon removed

2001-07-12  Behrend Cornelius  <bc@openoffice.org>  [56f146dcfe594a6407993dbb8906bc4a22d5872c]

        #88814# Connection disposed before establishing new one

2001-07-12  Ocke Janssen  <oj@openoffice.org>  [950ded75c80f38c59195054b38f5e76f0d18b42e]

        #89437# positioning cache when standing on a row outside the cache

2001-07-12  Dirk Völzke  <dv@openoffice.org>  [47cbe8292e8b9255fd10105559ad8c384d440ca0]

        #89176# Removed old code which used the SfxFileDialog

2001-07-12  Dirk Völzke  <dv@openoffice.org>  [067dbdac851015a3fb0ba54631e0a8febe945e64]

        #89176# don't include iodlg.hxx anymore

2001-07-12  Thomas Lange  <tl@openoffice.org>  [3d2df04c26646751e5c05b7d5bb94fa309037c0a]

        #89562# component description new

2001-07-12  Thomas Lange  <tl@openoffice.org>  [eb32fe326a398d0e669ea55e870507f9d53c5d89]

        #89562# xml files added

2001-07-12  Peter Burow  <pb@openoffice.org>  [7a71d297dceffd9b58135b29cc38725bb37b30b2]

        fix: #65293# includes update

2001-07-12  Ocke Janssen  <oj@openoffice.org>  [1fa11ad02bcaba316f1bdc967b4bd13a33a0cfaa]

        #86186# wrong use of static

2001-07-12  Peter Burow  <pb@openoffice.org>  [dccdbd5c8486f1908717efc275bc4e8e97e43a51]

        fix: #88318# Organizer uses the DefDialogParent now

2001-07-11  Niklas Nebel  <nn@openoffice.org>  [850019194d32ae76c2022c6c0eaa3126e47ca46a]

        #79771# PutData: set EditTextObjectPool, remove paragraph attributes

2001-07-11  Niklas Nebel  <nn@openoffice.org>  [873a3076ffe240e29469951d2ff886b11e30a435]

        #79771# GetEditEngine: initialize with right EditTextObjectPool

2001-07-11  Niklas Nebel  <nn@openoffice.org>  [43e2608d59c570d65ee17e0236c1fc08c73e730b]

        #89403# RemoveParaAttribs: move paragraph attributes to character attributes

2001-07-11  Niklas Nebel  <nn@openoffice.org>  [cf5cba22c370260ab867527e88e31ac2aeee5ee1]

        #89403# RemoveParaAttribs: move paragraph attributes to character attributes

2001-07-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [3acbf7b7361c18c408fde77aadd1956dd2680d34]

        #65293#: includes

2001-07-11  jp  <jp@openoffice.org>  [a29465cc27ec053418b7b8a46dd5f248e84b620d]

        #89582#: look for the dropped content flag at ConditionEdit controls

2001-07-11  jp  <jp@openoffice.org>  [6b1e9c68a0a8dc267866a6d306c2587eb6ce58b9]

        #89582#: flag for dropped content

2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [c7d458ee7cbf0c5547101026ca554aa7ff5d19ef]

        #88364# freetype prefers autohinting to embedded bitmaps

2001-07-11  Thorsten Behrens  <thb@openoffice.org>  [1c508ed874c6056490641b4172206b147bc6bc2d]

        Adaptions to interface change

2001-07-11  Andreas Bregas  <ab@openoffice.org>  [4260f4c88ade82043feb8590246aa3009c830880]

        #89378# hasUno(): Check not only for service manager but also for UCB

2001-07-11  Eike Rathke  <er@openoffice.org>  [e5e2141b80f57cbc18958b805a818e377d8b2edb]

        #88188# performance: transliteration compare instead of collator compare; SvtSysLocaleData accesses

2001-07-11  Thorsten Behrens  <thb@openoffice.org>  [2ce1115af895f15caa0995741faa11e4f62d518b]

        Fix for update problems

2001-07-11  Eike Rathke  <er@openoffice.org>  [ed77a24c36a97769b49492f9b19c6f231d77298d]

        #88188# performance: transliteration compare instead of collator compare; SvtSysLocaleData accesses

2001-07-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [212a73660c26bc80ac76f7a22366dac67b18301b]

        #65293#: removed bmpmaker call

2001-07-11  Sascha Ballach  <sab@openoffice.org>  [319ebbe0f7b832ec8660a08b0a16ab2cdc65adef]

        #87955#; the missing component descriptions added

2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [cde8ba2edbb6fe83199c40cbc91bf814338f6402]

        #89114# GetGlyphBoundRect() wants coordinates relative to top

2001-07-11  Caolán McNamara  <cmc@openoffice.org>  [8f61a708d4b0a9dba6ce7267911b13ca50689399]

        #89029# #87601# old little endian timebomb defused

2001-07-11  Andreas Bille  <abi@openoffice.org>  [425b7f5c0f1d0bc580bbc955c6934611e0db7c20]

        Begining xml-parsing

2001-07-11  Christian Lippka  <cl@openoffice.org>  [5028fba18cd20a370d1d80b7fd70772537ec3ea3]

        added missing header vor SVX_LIGHT

2001-07-11  Eike Rathke  <er@openoffice.org>  [c24f53ff5413bf343657966d0966f7e3ec548bf6]

        #88188# performance: transliteration compare instead of collator compare; SvtSysLocaleData accesses

2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [1a9c2c143a7eae35288f031a8734bc15e35a7d30]

        #88127# invert Pixmap to make LaserEffects work on all platforms and add ANTIALIAS flag details

2001-07-11  Eike Rathke  <er@openoffice.org>  [cf7b518e1be6b07e3d6637d8cda285c4b12ae06c]

        #88188# performance: transliteration compare instead of collator compare; SvtSysLocaleData accesses

2001-07-11  Peter Burow  <pb@openoffice.org>  [246733c477edf4847d427e40a05a44a7a2d2fb58]

        fix: #88318# Organizer Button active

2001-07-11  Peter Burow  <pb@openoffice.org>  [94d5406c3a125ba16575b08834027364204e208e]

        fix: #88318# Organizer Button not hidden any longer

2001-07-11  Peter Burow  <pb@openoffice.org>  [f15fcee4cef1d62e88629ea4f6ef1f88a04bc0a5]

        fix: #88318# OrganizerHdl_Impl() added

2001-07-11  Eike Rathke  <er@openoffice.org>  [5044cc673283dd64b013015dde08cc09c9cae973]

        #88188# performance: transliteration compare instead of collator compare; SvtSysLocaleData accesses

2001-07-11  Peter Burow  <pb@openoffice.org>  [469ac46ba6758d7e1278ee70d8c32d7fcbb4bd8e]

        fix: #65293# LocaleWrapper for ConvertDateTime_Impl

2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [9525a5c0d254d7bbea357b194063326e08b2f377]

        #88127# invert bit color of GetGlyphBitmap1() to make LaserEffects work on all platforms

2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [cf23d2cc01d063429bfa6259e892db1d8eecca4f]

        #81268# improve GetFontCodeRanges() for non-truetype fonts with TEXTENCODING_SYMBOL heuristic

2001-07-11  Herbert Duerr  <hdu@openoffice.org>  [474b91953c2641904a6a26177026cbff6764ba46]

        #81268# improve dummy GetFontCodeRanges() with TEXTENCODING_SYMBOL heuristic

2001-07-11  Jörg Barfurth  <jb@openoffice.org>  [76dee8a75fe430d8aef733e2455db4fe43a529e0]

        #88767# During notification: Proper treatment of removed nodes which had not been loaded into the view

2001-07-11  Kurt Zenker  <kz@openoffice.org>  [026e63f7bc644693ef94251aab9eb428f262d4c7]

        new version for SRC638

2001-07-11  Kurt Zenker  <kz@openoffice.org>  [ca954b3f337817735a2f155ce39bd81b8c62a147]

        new version for SRC638

2001-07-11  Niklas Nebel  <nn@openoffice.org>  [1ef7c8dbb0dc79748fe5b85a556e6a211641448a]

        #88749# don't call Update for chart in clipboard with data from document

2001-07-11  Jörg Barfurth  <jb@openoffice.org>  [1d8cb1cf7c83af470c0cf8ee981c226d6f70e0bc]

        #88174# Corrected handling for projecting locales, when a NULL value node is selected

2001-07-11  Martin Gallwey  <mtg@openoffice.org>  [9e8e91770c489fd30b8756372a39453599553181]

        convert from keyword to token

2001-07-11  Peter Burow  <pb@openoffice.org>  [0bef1291cbc05daa16e9573a4f2fd92d2d70123c]

        fix: #87765# #89524# anchor support added; double entries fixed

2001-07-11  Rüdiger Timm  <rt@openoffice.org>  [edfb1fda3f8bfd6d3e5b24592e722e6afe536860]

        #87576# add printdlg to EXCEPTIONSFILES

2001-07-11  Christian Lippka  <cl@openoffice.org>  [d1f78fc1a49da99a9136a1bbc012160298ca0341]

        #88726# convert metric edit engine items when in writer

2001-07-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [568d8ac7f45920d087079a9eb6c6c64c87551d9e]

        #65293#: required change: System::GetStandardFont() obsolete

2001-07-11  Behrend Cornelius  <bc@openoffice.org>  [32bdf927765b0c429202c06a0048b57c58805530]

        #88911# Resources for Excel and PP TemplateGroups removed

2001-07-11  Christian Lippka  <cl@openoffice.org>  [545cae94f58bde47c50f54e73ff965c7a3e56135]

        #88726# convert metric edit engine items when in writer

2001-07-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c484adabe83cd484f4de3a4620af9118dc4847f9]

        #65293#: required change: System::GetStandardFont() obsolete

2001-07-11  Thomas Lange  <tl@openoffice.org>  [b87b5f574869548ab21aace672beb764855c1e28]

        #79956# service names fixed

2001-07-11  Thomas Lange  <tl@openoffice.org>  [5ca7cc5d2444e1e15805a9431a94474ab8322a64]

        #79956# XML component decription added

2001-07-11  gt  <gt@openoffice.org>  [7ab04f2d21de29dd540bbed392a2a9dc08aa4e9d]

        #89527# extra algorithm for calculating the square root instead of using Complex::Power()

2001-07-11  Thomas Lange  <tl@openoffice.org>  [33d35f0b1f8c34cc10d0b48a3ddc03429329eb29]

        #79956# component description new

2001-07-11  Thorsten Behrens  <thb@openoffice.org>  [6492c963e49f5ea7ea937543f8eba80502b7fb19]

        #87913# Removed SdrItemBrowser from SVX light

2001-07-11  Behrend Cornelius  <bc@openoffice.org>  [d4bb12f6b023c5fc94aba9c5a85a79703798d1a2]

        #89276# Dialog modified

2001-07-11  Christian Lippka  <cl@openoffice.org>  [ad1ba636ab1d1d95cdbec11154e3e66823bcd56f]

        #89469# do not return empty pres obj if the user currently edits it

2001-07-11  Caolán McNamara  <cmc@openoffice.org>  [b5e4f0a18a4bbe11f69b78a4741c153f648a2aa7]

        #86004# api change

2001-07-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [633928a4b3ef98e3f1407b9c9206f82bca70a47e]

        #include <vcl/image.hxx>

2001-07-11  Rüdiger Timm  <rt@openoffice.org>  [9388d4010dae63fe690f6485aced30dbcb829721]

        #87576# ... and now with corrected dependencies for packages/zip and packages/manifest

2001-07-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [725ccc106955449a2ff174284ab385cf8b8f7bda]

        #65293#: required change: System::GetStandardFont() is obsolete

2001-07-11  Rüdiger Timm  <rt@openoffice.org>  [9e650962750f1b657d6df5e85dc4ba0abe0116a2]

        #87576# don't build in packages, but in its two subdirectories

2001-07-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb8ff8e230d29497a736e4e58252c7b13f93299b]

        #65293#: required change: System::GetLanguage() removed

2001-07-11  Oliver Specht  <os@openoffice.org>  [783e4dc01dbb25a57a1131f47fafa3d67b26bff9]

        #89513# db-field insertion corrected

2001-07-11  Oliver Specht  <os@openoffice.org>  [15746b27027820c62321eb4cdd5ac5127da2478f]

        #89513# db-field insertion corrected

2001-07-11  Oliver Specht  <os@openoffice.org>  [6f9af22ea784454dae2a90c4306cdf83a844f628]

        must change: System::GetLanguage removed

2001-07-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1034019f704b8f16aa33da3041705f91364466ca]

        #65293#: includes

2001-07-11  Michael Hönnig  <mi@openoffice.org>  [e932c75e939ea1bb25250aca64a6e82485b92d65]

        initial checkin basic examples

2001-07-11  Oliver Specht  <os@openoffice.org>  [1b98018169c7d00d0107c4408ea13e4ea132828d]

        must change: System::GetLanguage removed

2001-07-11  Michael Brauer  <mib@openoffice.org>  [36da2f20efb93d17b3b3b5a79e23d86bb5daa632]

        #89534#: Export faont-family and some other properties again

2001-07-11  Martin Gallwey  <mtg@openoffice.org>  [af268c95c5610be0358afbc1d20249e5e6898e25]

        new namespace and token handling

2001-07-11  Martin Gallwey  <mtg@openoffice.org>  [75a267b0f2ff3ba090f1f745bbe4024e4772646a]

        new token and namespace handling

2001-07-11  Kurt Zenker  <kz@openoffice.org>  [2a2bb37bc999bb723c418c534362db6dea1b2eec]

        new version for SRC638

2001-07-11  Ocke Janssen  <oj@openoffice.org>  [76fb1c425fe75727d117a6b2fe825557882031b5]

        #87257# change GetUILanguage

2001-07-11  Thorsten Behrens  <thb@openoffice.org>  [7fb79cdb014acdc9f6cba6a91c9cdd43e333ae63]

        #87913# Removed SdrItemBrowser from SVX light

2001-07-11  Ocke Janssen  <oj@openoffice.org>  [1323d316e8bb3fecca2b86830e2729e56c6a394e]

        #87257# change GetUILanguage

2001-07-11  Michael Brauer  <mib@openoffice.org>  [b682febc31411158e05483d15c8801183a58c78d]

        #88148#: Try to keep layout's min width

2001-07-11  Kai Sommerfeld  <kso@openoffice.org>  [ab4539abca03cf8359f606d80259754a56e41c3a]

        #87187# - Better error handling for [add|remove]Property(...).

2001-07-11  Daniel Vogelheim  <dvo@openoffice.org>  [b8446b4c599fbd18af27a77695db2256f4ca52ce]

        #89347# table shadow location import fixed

2001-07-11  Peter Burow  <pb@openoffice.org>  [ca25d2b1b40f967a9785a2d4e55c7d87fd9fbb11]

        fix: #88655# #89496# contextmenu and headerbar click added

2001-07-11  Peter Burow  <pb@openoffice.org>  [5563179c7621b17b91163c7019875c68a9ba7079]

        fix: #88655# fileview contextmenu added

2001-07-11  Peter Burow  <pb@openoffice.org>  [5afd4e4a7adba06a4a6b61a4cd08b0efc9500529]

        fix: #88655# menuids for fileview contextmenu added

2001-07-11  Kurt Zenker  <kz@openoffice.org>  [8019634460b0293c1f41e738319079a100332a36]

        new version for SRC638

2001-07-11  Rüdiger Timm  <rt@openoffice.org>  [9e63275b7375da347224c180d65fe5868476aff2]

        #87576# xmlitmap.hxx has been removed

2001-07-11  Ocke Janssen  <oj@openoffice.org>  [7440c43634b44758488f7fd252195fc5e3898280]

        #87257# change GetUILanguage

2001-07-11  Gregor Hartmann  <gh@openoffice.org>  [41bcca4355ae65c99de047547f73c5e617d2bd86]

        #87257

2001-07-11  Dirk Völzke  <dv@openoffice.org>  [79c8d52f8d42f27305debb1a8e85372a628a79f0]

        #89176# Added GetGraphic() with ErrCode

2001-07-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b8485817c7c0b30662f4b6f8dbd0bb0eed80d1d]

        #65293#: return type

2001-07-11  Kurt Zenker  <kz@openoffice.org>  [ddf0a0da4a169f721f4aef800bf62e3704bb3834]

        new version for SRC638

2001-07-11  Kurt Zenker  <kz@openoffice.org>  [6e78389c0e86ec1d5f95815bb15e8a55356df222]

        new version for SRC638

2001-07-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [750b6b93beea3b29bcaba7468ea7de13075f3bc4]

        #65293#: exception specification

2001-07-11  Tino Rachui  <tra@openoffice.org>  [13d9f9ba29d3fa1bf63ee192939b03e2938fcd24]

        exception specification from XFilePickerControlAccess methods removed

2001-07-11  Tino Rachui  <tra@openoffice.org>  [f2409fec79cd6f3796e92d83c32bded1a6901d10]

        #89515#unregister the preview window class in dtor only when register was successful

2001-07-11  Tino Rachui  <tra@openoffice.org>  [d44eaddfb1c74180083fe591f5b0719b17e365e5]

        #89166#creating the folderpicker now in a sta thread and dipatching window messages for the calling thread while waiting for request completion

2001-07-11  Rüdiger Timm  <rt@openoffice.org>  [e046aa5449c7baa4d7267b2ca5c54e2ce5c55cd4]

        #87576# don't include getsys.hxx any more

2001-07-11  Peter Burow  <pb@openoffice.org>  [755066d3738b408104d2c9ed5ea159c94b27c9fe]

        fix: #89498# new column 'Type'

2001-07-11  Armin Weiss  <aw@openoffice.org>  [bcee300ea79f355564602ada56b63e77c976c4e2]

        #78972# one more small correction in building the edge rounding for 3D in character mode. It was necessary to adapt this methods to work not only with the polygons in XY-plane but in any orientation in space

2001-07-11  Gregor Hartmann  <gh@openoffice.org>  [ae72dc5020ab9e67a7dcf17eb7f772db8ea63800]

        must change:International

2001-07-11  gt  <gt@openoffice.org>  [a91b0d1d208d8f94ecea0c35894d2d28fd9b5df2]

        #89509# leave calculation when base is zero #87378# only check with num of places, when max num of places is not default

2001-07-11  Armin Weiss  <aw@openoffice.org>  [309d38c7ba1ba4fe2f53149769c269e45630bdb0]

        #78972# corrected error concerning edge rounding for 3D objects in 3D and in character extrude mode

2001-07-11  Oliver Specht  <os@openoffice.org>  [d107832e826e3e1430c8eb64facda1ab21f95863]

        #89514# user data of queries corrected

2001-07-11  Oliver Specht  <os@openoffice.org>  [3029d23de4b6273750ae8e9f48eb38dd8cca6bd9]

        #87372# use identical strings to set fixed texts

2001-07-11  Carsten Driesner  <cd@openoffice.org>  [bb7a0aaeb7ae589be17fcba914fa4d8e1c9f9b73]

        #65293# typo fixed sSalvageURL instead of sSalvagedURL

2001-07-11  Oliver Specht  <os@openoffice.org>  [ae43f91797fc31201dd2ddc15170b9d6e8be73cf]

        inlcude iodlg.hxx removed

2001-07-11  Oliver Specht  <os@openoffice.org>  [58e97decf4233c9d4d100188d501ec751ae13be4]

        #89489# no. of properties corrected

2001-07-11  Dirk Völzke  <dv@openoffice.org>  [d8fbb658a9e61d22d43162b3b31689275b8f44fe]

        #89176# Don't use include <svtools/..> when inside svtools project

2001-07-11  Dirk Völzke  <dv@openoffice.org>  [ea2a721c332ae24f7279fa2dcb7a62b4f076cb0a]

        #89176# Don't use include <svtools/..> when inside svtools project

2001-07-11  Peter Burow  <pb@openoffice.org>  [1f4262fa28ee45305227a250298c1c6347ded94c]

        fix: #87257# include system.hxx removed

2001-07-10  Andreas Bille  <abi@openoffice.org>  [f50ddd33d8df7d2d9926c6b7fb260d33e87031a0]

        Adding data source backend for hcp to provide treeview for help

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [21a1537744591c76f5dddbfeb005b444b8857716]

        fix typo

2001-07-10  Eike Rathke  <er@openoffice.org>  [3992f2eae32c0f8103f9aae780b70ac26b6934ed]

        #88188# setLanguageLocaleImpl()

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [ed10f9a36cc9d34ac11dcea82d5ca219237b7629]

        remove unused headers

2001-07-10  Kurt Zenker  <kz@openoffice.org>  [1aaba0afa6f75f892f56d757d7a6deeafbbb35a5]

        new version for SRC638

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [482081cb790c33d1afa81f408c97d4de357adbb4]

        updated namespace handling

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [bf9f9b3e341c64f05115a8ca2f65dc4d127f47e0]

        Updated namespace handling

2001-07-10  Eike Rathke  <er@openoffice.org>  [b398b9f35d0a10c24ba11646f96ec96ab0d92066]

        #88188# loadModuleImpl()

2001-07-10  Daniel Vogelheim  <dvo@openoffice.org>  [2895feca48f86c29acf04701b06b7afcc4f944f9]

        #89500# insertTextContent now works for redlines (it now finds its own startnode)

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [45925e8241d6916e283b9059087f9126c51bf445]

        Updated namespace handling

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [a68333d01f3157659e5418ca9cf8c962270b11b9]

        updated namespace handling

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [e2474b3e9e6279c64860acfe251d31800cb95426]

        exportDoc paramater updated to token from keyword

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [53996b121345c2cb29c2e2f2122e50c1f4616f61]

        updated namespace method usage and removed legacy function usage

2001-07-10  Philipp Lohmann  <pl@openoffice.org>  [5f95d17db8e96da8f91fd4b994096f41c6f0d51a]

        #89032# create dragExecute resumed, else the thread id may be lost

2001-07-10  Frank Meies  <fme@openoffice.org>  [71575b6e8e428c49ce86cbfb65aa4cf5455f56e8]

        Opt #89492#: Construction of default attribute array

2001-07-10  Frank Meies  <fme@openoffice.org>  [dc855621c461aa1403adecb8f2c954cf111f3b5d]

        Fix #89362#: Small capitals in rotated portions

2001-07-10  Dirk Völzke  <dv@openoffice.org>  [c2f76f9b5f09c680eac7730997c29474026e85ac]

        #88029# Use SvtURLBox::GetURL() instead of GetText()

2001-07-10  Frank Meies  <fme@openoffice.org>  [3c4f01ec9fb6244edb4cb8d26dc53ce299781477]

        Opt #89492#: Construction of default attribute array

2001-07-10  Tino Rachui  <tra@openoffice.org>  [9cd9e17bfc04f84642d07f8d19838a03dedbbeac]

        reactivating sta thread and resolved repaint problem of blocked caller thread

2001-07-10  Andreas Bregas  <ab@openoffice.org>  [4fd7209c0518badc8d09305c861f0ae453502103]

        #89413# Be aware of single character line breaks

2001-07-10  Oliver Specht  <os@openoffice.org>  [eb2aa8ef29e97d76a573d3c1e06c04e7772f0cc4]

        #85318# reading from non-merge data bases corrected

2001-07-10  Christian Lippka  <cl@openoffice.org>  [496058c218a5a70cc277d88a5be5c9e1e153f6a6]

        #89241# added graphic transparency

2001-07-10  Tino Rachui  <tra@openoffice.org>  [5af2bc3167b5b11921e53f96343bd1ba7cda8efb]

        took over last changes from EAIII

2001-07-10  Nikolai Pretzell  <np@openoffice.org>  [217d2f863ab1b0d95016e6ccaeefa9b812a21f54]

        Fixed: getdescr()-file creation was announced even when not performed.

2001-07-10  Kurt Zenker  <kz@openoffice.org>  [9079bf76440774b79b4277042ea3b88430e31cb3]

        SRC638

2001-07-10  Caolán McNamara  <cmc@openoffice.org>  [673acfcd3d65600582be7459e0478ad70c68a7e0]

        #88976# Western defaults after Eastern to make western charset conversion the default

2001-07-10  Eike Rathke  <er@openoffice.org>  [73ef9d2fda8b3c5719fc8ad8a19eef57c2e93428]

        #88592# #i1064# date input validation using XCalendar::isValid()

2001-07-10  Eike Rathke  <er@openoffice.org>  [7a7d46dc5097cfeaa6e4b1d4d049e2844af2f269]

        #88592# #i1064# add: isValid()

2001-07-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [75048394b75f2b3fec5d8568d493686782e77013]

        #65293#: added syncacc macros

2001-07-10  Caolán McNamara  <cmc@openoffice.org>  [b10b9c169a4fd87885f79c8a0667924a5426faae]

        #88893# settings before content

2001-07-10  Eike Rathke  <er@openoffice.org>  [9cde4238cd6fc496cfa8f704e86ddd17562f1883]

        oops, wrong checkin

2001-07-10  Eike Rathke  <er@openoffice.org>  [a3abf1630466b185e7d33ac11aa64f3492ad5e1c]

        add: loadModuleIfNeeded, equals, compareString, compareSubstring

2001-07-10  Eike Rathke  <er@openoffice.org>  [d96dcaeee5a37ad6f2a1190f6416e4f39f55b6e8]

        add: unotypes

2001-07-10  Andreas Bregas  <ab@openoffice.org>  [e8c17f17a69d3a6dde84f737a18f491fa86801ff]

        #87257# Avoid International class

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [98c6b58215242988deb3fc4e138efabf6925a5a9]

        merged from src633 and also marked some functions as deprecated

2001-07-10  Gregor Hartmann  <gh@openoffice.org>  [b6d7d6ddc4050a78fcb4ef26a80e5f34e9f71b98]

        required change System::GetStandardFont

2001-07-10  Jörg Budischewski  <jbu@openoffice.org>  [e4e8567c6c300d4252a964b5811e44148f0cb36e]

        #89465# aaarg, removed redundant error handling again

2001-07-10  Andreas Bregas  <ab@openoffice.org>  [72230a9df40e124ae12eac0c1cdd55b544a53e16]

        #88562# HasPassword() always returns false to avoid access to soffice.sbl

2001-07-10  Mathias Bauer  <mba@openoffice.org>  [9077656e5aeea308ca3eb215e013b3103c3781dd]

        #88409#: some methods now implemented without SFX

2001-07-10  Mathias Bauer  <mba@openoffice.org>  [1a7a1a63df873e16aeee4c80998af5a5fcad4ab8]

        #88409#: OpenClient_Impl

2001-07-10  Mathias Bauer  <mba@openoffice.org>  [e2936f04cb61aea6738ba95561ef12937eea6415]

        #88838#: get helpids also from parent

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [97c4b6b87f0ee4d16cc95a2217f447c3dabb7b7d]

        merge from src633 branch

2001-07-10  Mathias Bauer  <mba@openoffice.org>  [e8026a5fea54821d05088638c451f17e26050bdf]

        #86347#: helpid for NewControl

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [3f9b3a94478f08590ecc91616720887138701608]

        Merge from src633 branch

2001-07-10  Thomas Benisch  <tbe@openoffice.org>  [1ae758afa8a4607fb1858b97e5ba7defba104f9a]

        #81329# No correct default font for CJK-languages

2001-07-10  Jörg Barfurth  <jb@openoffice.org>  [dc05ea5aec752b7acc84e7517706b70b76447919]

        #87904# Use public helpers for handling of new configuration pathes

2001-07-10  Philipp Lohmann  <pl@openoffice.org>  [470a6b72efeeaca617fa16f94cdc21c72bf08e75]

        #88999# #86822# changed initial positioning/sizing behaviour

2001-07-10  Andreas Bregas  <ab@openoffice.org>  [99d2d84cb1ed1092f42873c1da989ab11e533543]

        #88562# soffice.new / soffice.sbl handling removed

2001-07-10  Thorsten Behrens  <thb@openoffice.org>  [26f2b15d5f297592ac2ebfd19f7439a1015c911e]

        #87257# references to class International removed

2001-07-10  Oliver Specht  <os@openoffice.org>  [e363934442721dbe7564a00191628f0b7c380662]

        #89334# preview shows background color

2001-07-10  Peter Burow  <pb@openoffice.org>  [55186ab6c4c94e8efa8e184d9413d910af9fd3ed]

        fix: #87257# class International removed

2001-07-10  Oliver Specht  <os@openoffice.org>  [6752f88922ebc2668e3919c1a2affe9fe8e9db3b]

        #89334# preview shows background colore

2001-07-10  Armin Weiss  <aw@openoffice.org>  [060d4c09f51203fe3dec17bebd2a12c1c9391de9]

        #78972# local implementation of GetLineGeometry(...) added

2001-07-10  Caolán McNamara  <cmc@openoffice.org>  [b3663033d3540d7828f13e16d1f3c3b49343af61]

        #89397# stretchy attribute exported twice

2001-07-10  Andreas Schlüns  <as@openoffice.org>  [d33b883a414d96261a68cb122ab6927810926901]

        remove TF_FILTER

2001-07-10  Jörg Barfurth  <jb@openoffice.org>  [6bdbf539f44c398ad4449bdcde2f210f5dd7114e]

        #87904# Add support for handling configuration pathes correctly

2001-07-10  Thorsten Behrens  <thb@openoffice.org>  [a0e4d2293cefee494501cd751951023f7221ac1a]

        #87257# references to class International removed

2001-07-10  Thorsten Behrens  <thb@openoffice.org>  [08b7c167a491a890e1c9ab680e49c8046f53fd89]

        #87257# references to class International removed

2001-07-10  Jörg Barfurth  <jb@openoffice.org>  [25ab16ac5352c1a15063686046a4b399792ef7a2]

        #87904# Correct handling of new configuration pathes

2001-07-10  Peter Burow  <pb@openoffice.org>  [ac1c4bc44f7b24049dc13b0c4129aee3d98aa5a1]

        fix: #87257# class International removed

2001-07-10  Andreas Bille  <abi@openoffice.org>  [d0b631416fd7bb32a761e4e20f1f3c80308ccf57]

        One more place to encode a new title ( for transfer )

2001-07-10  Nikolai Pretzell  <np@openoffice.org>  [1916b1bfec0c27d6ce5d1c3f574fe875f9671c37]

        allow type list to be put to stdout

2001-07-10  Oliver Specht  <os@openoffice.org>  [e474ff929c1ac65678bf2fde835048ecf59b5e6d]

        #89436# plugin menu registered at SwGlobalDocShell

2001-07-10  Jörg Budischewski  <jbu@openoffice.org>  [7931ce83db4033594834a403050dae76a3d6098d]

        #89465# improved errorhandling

2001-07-10  Christian Lippka  <cl@openoffice.org>  [e2257f640b0d65440472428bde8afa94620de0e4]

        #89208# added missing fade effects

2001-07-10  Philipp Lohmann  <pl@openoffice.org>  [c8a85b55c96d40664b07d4680c3b6446de025bfa]

        fixed a deadlock

2001-07-10  Thorsten Behrens  <thb@openoffice.org>  [3e2b88354ea931585ce1cf00a0707b35f4234b2f]

        #89181# Removed references to non-existent INetBookmark member funcs

2001-07-10  Dirk Völzke  <dv@openoffice.org>  [301ddb0b4a2b454628a6a505b905a179e22908ce]

        #88029# Don't use INetURLObject::GetMainURL() with default parameters

2001-07-10  Andreas Schlüns  <as@openoffice.org>  [08c4052a6edb1f372d89b330b5fc6efbcb83bf5a]

        write ALL tabpages

2001-07-10  Peter Burow  <pb@openoffice.org>  [4754d8de70d82f84bbf89a1d2d43b88ffd06c5bd]

        fix: #87257# class International removed

2001-07-10  Michael Brauer  <mib@openoffice.org>  [6e85ef76ebf12a455f854bca4d63babb56cd3883]

        #89447#: Export COL_AUTO as COL_BLACK

2001-07-10  Armin Weiss  <aw@openoffice.org>  [931da7d2b2792671aaab2961e80c6d23b5850594]

        #78972# LineGeometryCreator can now create complete 3d geometry

2001-07-10  Armin Weiss  <aw@openoffice.org>  [31af9654a9414f23986a24dbde0c3a4ac8cf3a0a]

        #78972# added virtual function GetLineGeometry(...)

2001-07-10  Andreas Bregas  <ab@openoffice.org>  [750c84d639ccdd65fc8732c337252f6a4d3fa4d4]

        #87257# Avoid International class

2001-07-10  Peter Burow  <pb@openoffice.org>  [26eb4d140663bec4201ef45297ffa6cbe78bd673]

        fix: #87257# class International removed

2001-07-10  Martin Gallwey  <mtg@openoffice.org>  [5f52bdf706b6b8b1670b264cef16c6579d6c01b0]

        merge from src633 branch

2001-07-10  Peter Burow  <pb@openoffice.org>  [ea5bc9b50c8f4dfcdf00d064778cfa835708935b]

        fix: #87257# class International removed

2001-07-10  Caolán McNamara  <cmc@openoffice.org>  [d57b5b67404c08f35b62230ce076d1dbc9ed7f1d]

        #89439# calculate style's even-byte offset relative to style start, not absolute

2001-07-10  Peter Burow  <pb@openoffice.org>  [3aaf040aef2d056259ff4a9bc862815dbaaae764]

        fix: #87257# class International removed

2001-07-10  Thomas Benisch  <tbe@openoffice.org>  [bd5435101b04e518d4f3382dc923b968fc1b8e94]

        #87257# Locale Setting implementation needed

2001-07-10  Sander Vesik  <svesik@openoffice.org>  [291f086345431aaffdf872bbb046cf07e9e0b9aa]

        Merge changes to HEAD

2001-07-10  Peter Burow  <pb@openoffice.org>  [2ffd2cd3bab942abe3890f2d38f1714d6d329597]

        fix: #87257# class International removed

2001-07-10  Oliver Specht  <os@openoffice.org>  [11ba3613a419963095d80cd6cada25f71e4cb5cf]

        #89424# accept HTML filter by UserData

2001-07-10  Peter Burow  <pb@openoffice.org>  [0891b62c210dd0366185d25c23126f25ef580015]

        fix: #87257# class International removed

2001-07-10  Armin Weiss  <aw@openoffice.org>  [9b6a17e797a68dde8e809873d3f51d45a4c7fdee]

        Added support for SvNumberFormatter with adding SdrModel::GetNumberFormatter()

2001-07-10  Peter Burow  <pb@openoffice.org>  [e776dc8a6f4cfd63dc6b3b76ce880ddbcc29a48b]

        fix: #87257# class International removed

2001-07-10  Peter Burow  <pb@openoffice.org>  [db12321cb5f8b68915c3e6ddf0ffcb409d97b72a]

        fix: #87257# class International removed

2001-07-10  Armin Weiss  <aw@openoffice.org>  [adde925e6a9915ffcebc7f105ee7f08b9c746263]

        #78972# added some basic methods for 3d linestyle support

2001-07-10  Christian Lippka  <cl@openoffice.org>  [2b6d8be5f39de576ddb8f67eac0fbe6458f0327f]

        #89382# chagned item from DOCTEMPLATE to TEMPLATE_NAME

2001-07-10  Christian Lippka  <cl@openoffice.org>  [c9dd9d73592a7b5ac92fb9adb563002cb500f91f]

        #89061# optimized api for xml

2001-07-10  Christian Lippka  <cl@openoffice.org>  [edaa098ecbbad2b7b4d2efb4adfaa9e4425dda67]

        #89061# optimized api for xml

2001-07-10  Joachim Lingner  <jl@openoffice.org>  [401fb464c43802f93752127114a7d89eca3f9ef3]

        *** empty log message ***

2001-07-10  Rüdiger Timm  <rt@openoffice.org>  [f996d3be4846a91b43996d463445b1c8c45eb2d7]

        *** empty log message ***

2001-07-10  th  <th@openoffice.org>  [df18743a1c2d9348ac4b6c5e2979282651bb32c6]

        now correct implementation for handling the Wrapper classes

2001-07-10  Christian Lippka  <cl@openoffice.org>  [03f4310740a9eeee2b42704b9202aba4ea51b511]

        #89061# optimized api for xml

2001-07-10  Michael Brauer  <mib@openoffice.org>  [9aa53fe5bff55f8c5b8bbd96fcff0f77113a6e96]

        #89402#: sting -> string

2001-07-10  Peter Burow  <pb@openoffice.org>  [323b17e53e95898dc7876359ef57446cf584214d]

        fix: #87257# class International removed

2001-07-10  Michael Brauer  <mib@openoffice.org>  [b264e32d11af64f07a5e6db2327e6a4d0a211d3b]

        #89434#: API for negative diff values for font height corrected

2001-07-10  Oliver Specht  <os@openoffice.org>  [1e765b1c9d05dd7b4fdb03858fbc17c20dd60e4c]

        #89366# scroll example after loading

2001-07-10  Peter Burow  <pb@openoffice.org>  [4d49053f432ae167f0daef0d80122bf610a97462]

        fix: #87257# class International removed

2001-07-10  Peter Burow  <pb@openoffice.org>  [e7c8b88da2aabb176bd18a9031267533e57587bf]

        fix: #87257# class International removed

2001-07-10  Oliver Specht  <os@openoffice.org>  [29ddbfd66beb076b5a2f357496a7cbc20feaf0f5]

        commented code removed

2001-07-10  Oliver Specht  <os@openoffice.org>  [4caf4107c5176d95d1a2178d060545c487e120a7]

        #89435# user data corrected

2001-07-10  Oliver Specht  <os@openoffice.org>  [a88c076a617503ea2389a669527df5f6b93fab8c]

        interface change: quoted set node names

2001-07-10  Carsten Driesner  <cd@openoffice.org>  [32b5cfe0d410fc41b949aa4c637d8672b6ff0a08]

        #88409# time measurement code

2001-07-10  Carsten Driesner  <cd@openoffice.org>  [8c879166214eeb8587c288b0ca6edacdb8c1679b]

        #88409# time measurement code

2001-07-10  Oliver Specht  <os@openoffice.org>  [215910cc6e8eaa74f2dc144ed433616f6243fd59]

        #89438# add drawing entry to caption ListBox

2001-07-10  Carsten Driesner  <cd@openoffice.org>  [dd7700fc743105144ead49e1598118aced19b1a9]

        #88409# time measurement code

2001-07-10  Peter Burow  <pb@openoffice.org>  [706e22ed266c5fe14f2ed2d9c3ce4230ab349c92]

        fix: #87044# help ids for help window and controls

2001-07-10  Peter Burow  <pb@openoffice.org>  [910e6359bd7ffc1cf50be9f652738fde9e26d276]

        fix: #87044# help ids for help window

2001-07-10  Carsten Driesner  <cd@openoffice.org>  [25f86e28fb8f41cbfdbe4343c675ec685b53aec9]

        #88409# time measurement code

2001-07-10  Sascha Ballach  <sab@openoffice.org>  [28f90258e6d862ccca9e8a9bbf92cafbd699c657]

        #89431#; use the correct reference to get the second table

2001-07-09  th  <th@openoffice.org>  [0955e147e5851dd8414bc2679c073774f5ae9cdb]

        Improve Fontmatching for Symbol-Fonts

2001-07-09  Daniel Vogelheim  <dvo@openoffice.org>  [ccdff21536bdc226cd116c158a466821e198455c]

        #89405# shadow import fixed

2001-07-09  Daniel Vogelheim  <dvo@openoffice.org>  [57941a2dfdb461a2444a0ab84076db8423c46ca7]

        #86004# removed SfxPoolItem::importXML, exportXML, equalsXML

2001-07-09  Daniel Vogelheim  <dvo@openoffice.org>  [cebdf0eb27eaaa44808deb36993a15af44c5ff46]

        #86004# removed SfxPoolItem::importXML, exportXML, equalsXML

2001-07-09  Eike Rathke  <er@openoffice.org>  [8ea37e156d3f34a13ccc1ca8759b426f73a8c348]

        #87799# getNum: description

2001-07-09  jp  <jp@openoffice.org>  [67e1873c83ae2bc093a42e4dd4f92596d3d7a820]

        Bug #81672#: don't swap a selected graphic out

2001-07-09  th  <th@openoffice.org>  [eb06beea0835d913421beb3f1fde18ae21468e87]

        Wrapper-Support

2001-07-09  Eike Rathke  <er@openoffice.org>  [10e50fb627a5116e768b105b00c4df40dbb52ab4]

        #87799# getNum: parameter for trailing zeros

2001-07-09  Niklas Nebel  <nn@openoffice.org>  [5b18f4f0ce7fde75178620794c7cc9131c934c80]

        #89139# SimpleMode for MultiListBox

2001-07-09  Niklas Nebel  <nn@openoffice.org>  [28877e90283ded30110837de7b2e34b1cee0a9cc]

        #88546# for template preview, show whole page and no scrollbars

2001-07-09  Thomas Benisch  <tbe@openoffice.org>  [612421440b42f6f6dbaf5c5258d59dadda9e98b9]

        #87307# remove external basctl dependencies

2001-07-09  Herbert Duerr  <hdu@openoffice.org>  [4cd18919dd8cb5afb2fb8c467ef79cf4cfa1df39]

        #81268# dummy implementation for SalGraphics:GetFontCodeRanges()

2001-07-09  Andreas Bregas  <ab@openoffice.org>  [467c7c5e5d0c27b36eff17072b2af5cc0fc61a79]

        #89379# LibContainer->releaseEventSource() removed

2001-07-09  Philipp Lohmann  <pl@openoffice.org>  [8537bea760438d37e4dd58ef97d1a496b2089012]

        must change due to international->settings

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [9f6c10dd71946f106bfac28249a519e928f78c20]

        #89176# Removed iodlg.src, too

2001-07-09  jp  <jp@openoffice.org>  [a34950ad3163fe1de9043f7ceb208e800648cc59]

        Bug #88104#: RelToAbs -> SmartRelToAbs

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [a16fb076203f65fa6e0253d136d345d41b9fae09]

        #89176# SfxURLBOX has been moved to svtools and was renamed to SvtURLBox

2001-07-09  Herbert Duerr  <hdu@openoffice.org>  [ddaeb89b8d186f134e97ce9ba31a5324b45980a0]

        #88232# implement FONTTOSUBSFONT_ONLYOLDSOSYMBOLFONTS flag

2001-07-09  Kurt Zenker  <kz@openoffice.org>  [13e133b072a82f07dce55fcc5a6ced7f11b71b7d]

        add. clear TIMELOG

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [7997b4074b7de1259173e414d91b3ac88340a93f]

        #89176# There is no SfxFileDialog any longer

2001-07-09  Andreas Bregas  <ab@openoffice.org>  [544e0be82b504ec5a7bab0e9485d81c058f1aef8]

        #89379# class BasMgrContainerListenerImpl must not hold a reference to the container

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [552f75c82dd94e6437aa5fa71774f4a3ca922cf7]

        #89176# Don't deliver iodlg.hxx and inettbc any longer

2001-07-09  Kurt Zenker  <kz@openoffice.org>  [f4e26c835e17e054856ed469b8011e9b14241906]

        add flag TIMELOG

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [741bfd2005820d2ca1d3bde49e1372a78f58c0d0]

        #89176# SfxURLBOX has been moved to svtools and was renamed to SvtURLBox

2001-07-09  Caolán McNamara  <cmc@openoffice.org>  [6954077deaa3788d6812b5e5c7ad8620a38b36fb]

        #89004# Use newer ole2 import fallback

2001-07-09  Herbert Duerr  <hdu@openoffice.org>  [9c6b1aaef36b5aed81000d190859eadac8e04850]

        #81268# implement SalGraphics:GetFontCodeRanges() for ttf type4 tables

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [0407ce14f1e5db38f6cd3acba8b01e77c432fd1a]

        #89176# Removed class SvxImportGraphicDialog()

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [a69917d7dd8c7377f304d0fcbf3b57f2e6f6d11c]

        #89176# SfxURLBOX has been moved to svtools and was renamed to SvtURLBox

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [b09d59a0adfb981dfca62b6ee75c2943377a50fe]

        #89176# SfxURLBOX has been moved to svtools and was renamed to SvtURLBox

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [1a960f985d8a25b88a0a558fd7b76e899a467916]

        #89176# Removed class SvxImportGraphicDialog()

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [4d508d0286381533a227465bd6934a5120498d1c]

        #89176# SfxURLBOX has been moved to svtools and was renamed to SvtURLBox

2001-07-09  Thorsten Behrens  <thb@openoffice.org>  [05f2dc035368a5ffce217200edce9cc083587dfd]

        #89158# Now passing GetGraphic() call to FileDlgHelper

2001-07-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee64f9bccdfa87970133af0862a851aeb8e669ee]

        TFD636

2001-07-09  Kai Sommerfeld  <kso@openoffice.org>  [0d3ae84d2343f27f90b0dd83e80c332491860d5b]

        #87187# - Corrected documentation.

2001-07-09  Jörg Budischewski  <jbu@openoffice.org>  [9da863e4bb52d5cebb856c06f42d33897f4f0829]

        #88409# Switched to osl-file-api + vsnprintf

2001-07-09  Andreas Bille  <abi@openoffice.org>  [f6dacb808d8c39890396ca8be0fb1821f982c6f8]

        Now supporting InteractiveAugmentedIOException for setPropertyValues

2001-07-09  Oliver Specht  <os@openoffice.org>  [e7e338254a6a0b957d5a98ce17a780c83765364e]

        #89310# MakeSvxNumRule: copy character style name

2001-07-09  jp  <jp@openoffice.org>  [55e85be4b055873bac7b93a4cf98468409807be5]

        Bug #89210#: GetDefaultFonts - return not a list, only one fontname

2001-07-09  Joachim Lingner  <jl@openoffice.org>  [327ae92a99b993196fccd30843f14a08d4bf5932]

        #67468# new implementation for unloading listener, takes bootstrap components into account

2001-07-09  Tino Rachui  <tra@openoffice.org>  [2535624d654e03501d33f495f9a95037f9382630]

        some assertions temporary removed

2001-07-09  Thorsten Behrens  <thb@openoffice.org>  [0c12ad9b7db55d45e44b1cb221d6968b5e57c1de]

        #88932# Text is now right-aligned

2001-07-09  Niklas Nebel  <nn@openoffice.org>  [9c96955320001ad26ed9eb77e6a0e71d80edf481]

        #89398# GetEditUrlOrError: use ScSizeDeviceProvider for EditEngine RefDevice

2001-07-09  Nils Fuhrmann  <nf@openoffice.org>  [00d879567499e67a677eaaabcf33fe88976c07b4]

        SCP targets buildable in l10n-framework mode #87136#

2001-07-09  Peter Burow  <pb@openoffice.org>  [9af96f0bade182bee7bbcd07aaf62f1a7318c613]

        fix: #88539# flat splitter

2001-07-09  Carsten Driesner  <cd@openoffice.org>  [8e914c01d6d1ef40b43af6fbec6de829fd5eb941]

        #88409# changed guard define from PROFILE to TIMELOG

2001-07-09  Tino Rachui  <tra@openoffice.org>  [a89ca4c6c1f71428dffa71f67c18a4d84cad49fe]

        took over changes from sysui

2001-07-09  Tino Rachui  <tra@openoffice.org>  [099c4fe04c39af1ccecdeec0652fef05fbe16ea0]

        now multi-instance able

2001-07-09  Andreas Schlüns  <as@openoffice.org>  [b522a925fb15f5a01ec885fc7ae8f4e52681acf6]

        #87904# right encoding for set names

2001-07-09  Andreas Schlüns  <as@openoffice.org>  [86ab1734f0e375109fbf07967b3aaeb6b3dd885d]

        disable own time measure macros -> use rtl

2001-07-09  Kai Sommerfeld  <kso@openoffice.org>  [0731bf2aa97a1a84884115b01fe5e2247cf2bd17]

        Removed: All Application::EnterMultiThread(...) calls.

2001-07-09  Carsten Driesner  <cd@openoffice.org>  [c063004300f00856a7200ebe0eff314014321877]

        #88409# changed guard define from PROFILE to TIMELOG

2001-07-09  Philipp Lohmann  <pl@openoffice.org>  [b1eab1527917c9a82d49ccc3566a62d17f56a52c]

        #89207# fixed another deadlock and a potential SEGV

2001-07-09  Michael Brauer  <mib@openoffice.org>  [e110bbe36db83bbe4c65bc8e3413f964e3b9150c]

        #86116#: Regarding white space proccessing all frames are treated as content

2001-07-09  ok  <ok@openoffice.org>  [66aa5ce3786887bc52be9e85cd6549f8123b7e2f]

        fix: #86934#

2001-07-09  th  <th@openoffice.org>  [00c96e2e47132b2e700c74b990b47cde09011d63]

        GetLocaleDataWrapper()/GetUILocaleDataWrapper()

2001-07-09  Oliver Specht  <os@openoffice.org>  [ff18a0af3dfdf0d321a653465719bc62035e5f6f]

        bibexch.cxx and fieldwin.cxx removed

2001-07-09  Gregor Hartmann  <gh@openoffice.org>  [f60e8259b2b616cffbd8184bd4928028034cce24]

        register tinstrm.dll for using createUnoService( com.sun.star.io.TextInputStream ) and such

2001-07-09  Peter Burow  <pb@openoffice.org>  [8370f6bb09e87d3a4d254d7f2c1eb71cc89ceb63]

        fix: #89388# type detection improved

2001-07-09  Peter Burow  <pb@openoffice.org>  [926ebebe9de1908b8a3a1c1198f429e49b2dbd88]

        fix: #89388# imagemgr.cxx now an exception file

2001-07-09  Andreas Bille  <abi@openoffice.org>  [c00becd7f3da9ed083cffb6f15b7a2ac381f9e26]

        Added support for exceptions by return value of setPropertyValues.

2001-07-09  Ocke Janssen  <oj@openoffice.org>  [ba0b7d98cdb39b0242b1ded3bff96f368712c8bf]

        #88878# only d&d when there exists a connection

2001-07-09  Ocke Janssen  <oj@openoffice.org>  [9c0556dd2d3bcf14913ee2b24a2d5707ea10571b]

        #89383# ask for directory not displaydir

2001-07-09  jp  <jp@openoffice.org>  [37d64d2be4b14a82e06a98354af6c47863802ab9]

        changes for TF_DATA

2001-07-09  Peter Burow  <pb@openoffice.org>  [71cb9cc655d52b52ca6a33ca2199d9b725c43cb6]

        fix: #86150# no startup text any longer

2001-07-09  Peter Burow  <pb@openoffice.org>  [5f210a4ed74d4375752503ba9ec7914485ab2719]

        fix: #86150# FirstOpenMessage() removed, SetHelpURL() added

2001-07-09  jp  <jp@openoffice.org>  [6cb0eba5957291100259db49c576c7ef0f1654fc]

        changes for TF_DATA

2001-07-09  Oliver Specht  <os@openoffice.org>  [189ec3c5a3ce597b5ba5e659daf5b1d3752b722f]

        #89249# search for the correct bullet font and set the correct char set

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [200228de253b5551851e4db5a2cdb1d1b927e400]

        #89176# deliver inettbc.hxx

2001-07-09  Herbert Duerr  <hdu@openoffice.org>  [24f7917d9dc493ba35b504172f1ea3cfcd4d1486]

        #88233# use newer mapping tables

2001-07-09  Oliver Specht  <os@openoffice.org>  [f06e395a4105837661896f582c3d5df9d4c7a3bc]

        #88546# preview without scrollbars and in SVX_ZOOM_WHOLEPAGE

2001-07-09  Mathias Bauer  <mba@openoffice.org>  [1eae7e83b5e660fcf1c5265dc971fb8be3e811af]

        #89377#: problems on merge

2001-07-09  Thorsten Behrens  <thb@openoffice.org>  [f96f8e131e3e818dbcb9fbe97e249a949e2c450e]

        #89357# Changed title of zoom dialog

2001-07-09  Dieter Loeschky  <dl@openoffice.org>  [a7332a940636d3b448c1e40d656490a4036ccbbb]

        #89394# Changing notes fontsize to 20p

2001-07-09  Dirk Grobler  <dg@openoffice.org>  [bb77319d915fac0df1899d42d0d16c342aea1e47]

        new encoding method

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [597af631b9251b67c3f7967ef7868f7edf2bed56]

        #87810# Use correct encoding for displaying file names

2001-07-09  Oliver Specht  <os@openoffice.org>  [f761803481356eeb49b9b36b5d1822e48fd9532a]

        #74654# SID_READONLY_MODE supported (hyperlink dialog)

2001-07-09  Martin Gallwey  <mtg@openoffice.org>  [ce53a3fbef3be5701514b0704b6d56fe5afcc65a]

        #87727# initial import

2001-07-09  Andreas Martens  <ama@openoffice.org>  [b0bacb83b8c15c5ee29c95ccc0077dd7917d8976]

        Fix #89257#: Don't remove collected endnotes

2001-07-09  jp  <jp@openoffice.org>  [d4c520bc8d1468256a1d488ee2c0e0c6fcbe8a89]

        use GetDefaultFont

2001-07-09  Dirk Völzke  <dv@openoffice.org>  [99a4a905fd36501998e575a0fb14830c7e033ca7]

        #88486# Set AutoExtension to true for first usage

2001-07-09  Tino Rachui  <tra@openoffice.org>  [bf6c7416427602ba973916c7bdf438eb57eec380]

        #89386#fixed memory leak in osl_createPipe, two strings (name,path) were allocated but not released before, now they will

2001-07-09  Kai Sommerfeld  <kso@openoffice.org>  [4b6fae1783c91a0e4ae7a8b56919e4866c54731b]

        #87187# - Fixed typo in german text for ERRCODE_UUI_IO_ACCESSDENIED.

2001-07-09  Oliver Specht  <os@openoffice.org>  [e1c787865dbe8c5307b2438f5c17cbf25bb4031e]

        #89242# +GetCurrentOutlineLevels: detect highest and lowest level of a numbered paragraph it's children

2001-07-09  Oliver Specht  <os@openoffice.org>  [a0b6d365421abe9db0025ab8e398e952cc632dc4]

        #89242# state methods impl. for increasing/decreasing numbered paragraphs

2001-07-09  Peter Burow  <pb@openoffice.org>  [6ce00ee6cd7dca0c7a005059db045313ea096dba]

        fix: #88612# test the validity of the reload url

2001-07-09  Daniel Rentz  <dr@openoffice.org>  [23d84132492d2837085e8d793e10775c02e06d9d]

        unix compiler problem

2001-07-09  Eike Rathke  <er@openoffice.org>  [dc992ba909ff3a06d9e8547a0cfafd3255d49740]

        hold instance of SvtSysLocale

2001-07-09  Sascha Ballach  <sab@openoffice.org>  [611737e50a0ffda04d576eb65cadbc4cdce9fb86]

        #79771#; remove a little optimization

2001-07-09  jp  <jp@openoffice.org>  [d04b2ea80e032dbfd7316cc67dd443a8bccfa008]

        new HelpIds for the AutoCorrection

2001-07-09  Joachim Lingner  <jl@openoffice.org>  [60d94f828c3bb1a0467913a76591188b90890b50]

        #88569# added AnyConverter

2001-07-09  Oliver Specht  <os@openoffice.org>  [b4f1d239a5bb8e6b1504c9db77d2acbbd9deac20]

        #89197# unique id at frame window set

2001-07-09  Ocke Janssen  <oj@openoffice.org>  [bd291cf748ba6d30963c28cf94f7035a535575a9]

        #88144# check if connection is set

2001-07-09  Nils Fuhrmann  <nf@openoffice.org>  [be7ab33ee44469904379b7c2ad81991b3b6c3053]

        Added localizes #87136#

2001-07-09  Ocke Janssen  <oj@openoffice.org>  [b3bff198ccec807c5eb93ed8562abde35f2f3950]

        #89364# provide the parameter row to the keyset

2001-07-09  Ocke Janssen  <oj@openoffice.org>  [507e109c5518fd5a09267630f1e2cade047984de]

        #88144# d&d for creating relations corrected

2001-07-09  Oliver Specht  <os@openoffice.org>  [0efcf7d30f9a3835c26be91ea619a80c29a86166]

        #89221# correctly handle unknown attributes

2001-07-06  Eike Rathke  <er@openoffice.org>  [67c524ae8d0c4b865bf2216cf9af5e59e07fddda]

        performance: OnDemand... loaders for number formatter locale switching

2001-07-06  th  <th@openoffice.org>  [93d1c84d30328af0141604df753bda98dae80d84]

        GetFontCodeRanges() (without implementation)

2001-07-06  th  <th@openoffice.org>  [291adc7e83737ef72dbb8c46c32c99264e735210]

        GetStandardFont()->GetDefaultFont()

2001-07-06  th  <th@openoffice.org>  [18b823635dd106f1b8999a5c30b5a04784f1a449]

        remove TF_-code

2001-07-06  th  <th@openoffice.org>  [5d1a39ad8c9c07d31d3cd1f5de91a6ad70782da1]

        remove Enter/IsMultiThread()

2001-07-06  th  <th@openoffice.org>  [6596a36d75bd9ce4f211dfbfb02fef57050925c7]

        include event.hxx

2001-07-06  Christof Pintaske  <cp@openoffice.org>  [1bd09fea1c26c2d491e12ab0c14f86e40139caba]

        #89352# use glyphset technique for type1 fonts as well

2001-07-06  Christof Pintaske  <cp@openoffice.org>  [a21bdc4f4c0ee2b80e5e19275b0580a1ed955fa0]

        save unobsfucated version of postscript header

2001-07-06  Eike Rathke  <er@openoffice.org>  [65285ecb7e0858ef6aae2f735c7b0c2d9e5a9d1c]

        performance: OnDemand... loaders for number formatter locale switching

2001-07-06  th  <th@openoffice.org>  [1eae4980816c85bff1b7558ee264304d6c6a140e]

        remove TF_-code

2001-07-06  th  <th@openoffice.org>  [85f9d23e2569d2ffa7909b83e665c4f49c994c49]

        #87139# - ImplUpdateGlobalSettings()

2001-07-06  th  <th@openoffice.org>  [6dfad7b0e4f2c4b5ea0cb7fa189123b906a0368a]

        include event.hxx

2001-07-06  Carsten Driesner  <cd@openoffice.org>  [f973a6ad4a7c10f80d76a50d20c161c9b60553c0]

        #89023# splash screen optimization

2001-07-06  th  <th@openoffice.org>  [d9349f628acf1d7111306fcdbb5f36982d37e080]

        GetDefaultFont() now with ULONG

2001-07-06  Carsten Driesner  <cd@openoffice.org>  [27f7e2415640c6ab12789a22f8f2edfa2cb4e1fd]

        #89023# splash screen optimization

2001-07-06  th  <th@openoffice.org>  [ac474cb9789e7b56abe707ec6878e207a7986907]

        use now GetDefaultFont()

2001-07-06  th  <th@openoffice.org>  [4294273b66a7001e5c87904abe92ba236183e431]

        remove EnableMultiThread

2001-07-06  Thomas Benisch  <tbe@openoffice.org>  [bcdc2f72dae021520cdfbfd633fa709755f36048]

        #87307# remove external basctl dependencies

2001-07-06  th  <th@openoffice.org>  [e587c600234d167cf93fb1524994300d49ccb183]

        remove International and Stream-Operators

2001-07-06  Carsten Driesner  <cd@openoffice.org>  [02610d93848f38113c8c814f0b873b34b3ba6a93]

        #89023# splash screen optimization

2001-07-06  Andreas Bille  <abi@openoffice.org>  [4c5b274ea899304142ae531f0ff8840682c62694]

        Simple structure only needed

2001-07-06  Jörg Barfurth  <jb@openoffice.org>  [ecd1b86a938f4f85cc38ae6fefaf15ebd0d9f97f]

        Try to discover element-type; Disable unenforcable assertion

2001-07-06  Frank Meies  <fme@openoffice.org>  [ebcd26f7e4592e8ad8de314b300674b6973723cc]

        Fix #89371#: Repaint of red spelling lines inside rotated portion

2001-07-06  Frank Meies  <fme@openoffice.org>  [9b7aa8071c97a67821078b45b10aea4e9431330f]

        Fix #89331#: Attributes for numbering/bullet font

2001-07-06  Mathias Bauer  <mba@openoffice.org>  [f35b07ed46d71a39f3874bff2ec1bfe37d784161]

        #89377#: new method for creating folders

2001-07-06  Mathias Bauer  <mba@openoffice.org>  [6f2f7e3091504e8e58d9be603ed3739f6f2cd68e]

        #89377#: new StorageMode for creating unpacked files

2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [a176518f0e7b2866d1f6be279c5e36aef9df4ca3]

        #87904# - Fixed: New hierarchical name string format (MUST change for SUPD>637).

2001-07-06  Mathias Bauer  <mba@openoffice.org>  [728c99319a98db276e392e0485554a71f0c6040d]

        #89312#: guess encoding ...

2001-07-06  Mathias Bauer  <mba@openoffice.org>  [53fe2691a3fb65110e7f5aee2919f7d8d559ff02]

        #88062#: some optimizations

2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [04b713805a2408a2a16a17c1112fde7bbc7635b2]

        #87904# - Fixed: New hierarchical name string format (MUST change for SUPD>637).

2001-07-06  jp  <jp@openoffice.org>  [6301c58a111c9c2d2da56e1e104f2b07d67004c6]

        remove International class

2001-07-06  Sven Jacobi  <sj@openoffice.org>  [b4c96a18cf9d5826eefd8b63c6e9966287e4a784]

        #88107# removing StarBat font mapping

2001-07-06  Stephan Schäfer  <ssa@openoffice.org>  [9cf7eccd37012421902e4e472892ea66ebd976f1]

        new: WaitForClientConnect() to optimize RVP startup

2001-07-06  Stephan Schäfer  <ssa@openoffice.org>  [3abfde24f3837c4c700d8815d6a8f4ca86636ac8]

        initvcl does not wait for client connect anymore

2001-07-06  th  <th@openoffice.org>  [dc6b00fe6fddab9301890b9c3ad34fa49db5228c]

        #87139# - Correct SystemSettings-Chaning handling

2001-07-06  Thomas Lange  <tl@openoffice.org>  [1e269c0b73996afd01917d69e077ca4461028cf8]

        #88884# new IDs for font-formats; SmFontFormatList fixed

2001-07-06  Oliver Bolte  <obo@openoffice.org>  [8f7368eec562c906f51a6d0317b87db68b2c4c67]

        #65293# linux

2001-07-06  th  <th@openoffice.org>  [59717b3363a1e4b328e6da5ad18aee31d4c4cf4f]

        remove dll.hxx

2001-07-06  th  <th@openoffice.org>  [0aaead0d112d33a4bf6b538fa9f1779ddec6651d]

        remove old W16 code

2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [0801ad4c1825ed932cb66f2a47aff9e545863483]

        #81268# implement GetTable() and GetFontCodeRanges()

2001-07-06  th  <th@openoffice.org>  [bd7fee2bb03f9d879994ccd0c64919e538da6774]

        remove Enter/IsMultiThread()

2001-07-06  Gregor Hartmann  <gh@openoffice.org>  [5e1bc6fea17a33d25dece99b50f9ecd2ce272f8f]

        #88480#accept - and / for switches on non-UNIX systems

2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [e33ae2722681f17add80db442e2fd19562272391]

        #81268# add GetTable() and GetFontCodeRanges()

2001-07-06  th  <th@openoffice.org>  [6797c011f7b483f918aeab23fcd13e0a52e390f9]

        #88972# - tenccvt.cxx

2001-07-06  th  <th@openoffice.org>  [957b98a31102224bc04481e8a2ab3126f8fac866]

        #88972# - Functions to convert TextEncodings

2001-07-06  Jörg Barfurth  <jb@openoffice.org>  [adebf72009e2c48bdfffb06cc1f5ae1d08d4bc1a]

        Fixed problems with detecting/parsing escapes: 1-off error(s) and wrong semantics of rtl_ustr_compare...

2001-07-06  Andreas Bille  <abi@openoffice.org>  [a6e440f458f2db73823ca817af9d75b0903846db]

        now only runtime exception if configuration can't be instantiated

2001-07-06  Oliver Bolte  <obo@openoffice.org>  [6a5a81c05ffb645b95f9d613bb8c48e2a9880cdb]

        #65293# linux

2001-07-06  Andreas Schlüns  <as@openoffice.org>  [ad007f5b80211cfb3232acb4078ba2cf5476fdcc]

        #79955# new callback for handled dispatches

2001-07-06  jp  <jp@openoffice.org>  [67ab7f5d47dfcd1867112990366042a76ccebb9c]

        changes for remove GetAppInternational

2001-07-06  Andreas Schlüns  <as@openoffice.org>  [71e9c645e001637279acf44163b0b02321ddac9b]

        #85437# enable old filter names

2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [44ab3425dc928c879d00555e263ec3b6d24b1747]

        #81268# implement SalGraphics*::GetFontCodeRanges()

2001-07-06  Andreas Schlüns  <as@openoffice.org>  [a5cbbea42cd9489acb3ffed8d5747efbfd043614]

        #85437# enable old filter names in cfg

2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [c1e36f0e1a7c80285f850af4a952d9b45ebf5bcc]

        #81268# implement dummy ExtendedFontStruct::GetFontCodeRanges()

2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [4ade0d603a7d0a250a5434a333256eef725be99a]

        #81268# add SalGraphicsData::GetFontCodeRanges()

2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [950f04e5ba9a827d35a3e1f56688a65ee5a511b5]

        #81268# add ExtendedFontStruct::GetFontCodeRanges()

2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [4f4cb4c480d2adaa6985a26270a1bd18344bf971]

        #81268# implement OutputDevice::GetFontCharMap()

2001-07-06  th  <th@openoffice.org>  [ffd9ebef939a370a743037059f23e8452730868e]

        OpenSymbol-Fallback and better Namemathcing

2001-07-06  jp  <jp@openoffice.org>  [3a578758c2dde0e2cc60417c4b1edf3bf4207063]

        changes for remove GetAppInternational

2001-07-06  Sven Jacobi  <sj@openoffice.org>  [c15bd005d5e48a424cc971da58eb54bf9dce7394]

        #89250# removed memory overwrite

2001-07-06  Niklas Nebel  <nn@openoffice.org>  [8033e73e854cd09ac30ddfd9da4299898845ad19]

        #89240# repaint grid after modifying selection directly at the MarkData

2001-07-06  Dirk Grobler  <dg@openoffice.org>  [083d9afbeeb459503fbd8fb2192b7b9f6c403e02]

        error within read-method, data array was truncated

2001-07-06  Niklas Nebel  <nn@openoffice.org>  [6da510b54d20d87c3ec13795ce0815161db18d50]

        #88764# Refresh: also update refresh delay value

2001-07-06  Dirk Grobler  <dg@openoffice.org>  [55b0f7728f034cea653dfe400966e678f69e6385]

        prepared for addition zip library

2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [e061feb47a0641d6b315007143725847f22cffa0]

        #81268# implement FontCharMap::GetRange()

2001-07-06  Dirk Völzke  <dv@openoffice.org>  [fa60caa892ecde0bc0a79d7528bf29e244d1e4f0]

        #89158# GetGraphic() tries to create a graphic if there is none

2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [c64a1ad67b9faead1bddede71f8176e01227d5e2]

        #81268# make charmap dialog extensible + font charmap ranges

2001-07-06  jp  <jp@openoffice.org>  [27b6990cc1b8dd7be32499db6252c88cd0317e21]

        remove GetAppInternational

2001-07-06  Carsten Driesner  <cd@openoffice.org>  [28b3cff4f2ebe0bb9effac1f90a1be25f9c84905]

        #88409# more usage infos added

2001-07-06  Dirk Völzke  <dv@openoffice.org>  [6d2a3548b8445b51f87771c8fb478a959fe76bfa]

        #89158# Added GetGraphic(), removed SetExtension()

2001-07-06  Niklas Nebel  <nn@openoffice.org>  [a16cfde2b03dbe0ff02ffedb2f87a2bb31498485]

        #88759# SetAnchor sets document modified flag

2001-07-06  Oliver Specht  <os@openoffice.org>  [3d66187aa576dce85d4cae3fdec6ea2b70e235f6]

        #89232# check 'From selection' radio button when selectin an entry in the grid control

2001-07-06  Vladimir Glazounov  <vg@openoffice.org>  [1e1f4c6f3ff82ff6dd932ea3252c910d081d0e8f]

        TFD636

2001-07-06  Sascha Ballach  <sab@openoffice.org>  [eb2c376e65b1f7aa6ff5466a0e6fef064daa40af]

        #79771#; insert new API objects XUniqueCellFormatRangesSupplier and XSheetCellRangeContainer

2001-07-06  Vladimir Glazounov  <vg@openoffice.org>  [2b3411430bfe5f50e3a125e3e1fd11bf3615bb46]

        added alias reset for copyprj

2001-07-06  Sascha Ballach  <sab@openoffice.org>  [8cbf20c8c4ff8709a6df3392024d93e0010e147d]

        #79771#; new API object to get all ranges with the same properties as one object

2001-07-06  Sascha Ballach  <sab@openoffice.org>  [7b848b5117eeb58ee2ed9b4b40d29dbad75bb345]

        #79771#; new API oject to allow a faster set of the same properties to differnt ranges

2001-07-06  Sascha Ballach  <sab@openoffice.org>  [62641e31c5686d1285e904fb1063a021395e1c7c]

        #79771#; implements the new API objects XCellRangeContainer and XUniqueCellFormatRangesSupplier

2001-07-06  Sascha Ballach  <sab@openoffice.org>  [5b79ccec4c900e1323e0151e126418e861dc3e8a]

        #79771#; use the new extensions of the API to get and set the styles faster

2001-07-06  Sascha Ballach  <sab@openoffice.org>  [9f7a2bfe94c591ea8079f271c2f19600c0cf41f5]

        #79771#; fix bug in the optimization

2001-07-06  Sascha Ballach  <sab@openoffice.org>  [7bd135a565ca56fe636ba69be21071ada1e2e2ee]

        #79771#; remove unneeded method parameter

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [84d3294c846836a9ad7fe0647d7687aa4a1add80]

        #89359# now dialog saves password temp

2001-07-06  Sascha Ballach  <sab@openoffice.org>  [7b1e40eef2d98060cbafb05fb50ba0692fe81427]

        #79771#; improve the behaviour of merged cells

2001-07-06  Daniel Boelzle  <dbo@openoffice.org>  [440012bf163600ddaf2ec38b53578c6586f20659]

        #89361# sequence realloc bug

2001-07-06  Herbert Duerr  <hdu@openoffice.org>  [32e9bd79d5e0fe368739e9208597f8b0259c4514]

        use Interpunktion instead of Punktuation in german

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [7f239125ad9741f7c6aa413e90cd0ae37fe00a0f]

        #89181# TF_SVDATA

2001-07-06  Sascha Ballach  <sab@openoffice.org>  [c09fbee17b97f25872c67fc54bf38cb474be0056]

        #89136#; remove wrong size recalculation

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [ebd21d9ac8ba9591eb62a431c8b4883e211339f6]

        #89181#

2001-07-06  Christof Pintaske  <cp@openoffice.org>  [44e8a876546daa92f43be0a16b8a594d713819db]

        dont use framedata member after being destroyed in event call

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [8baf15134ad44c9bb03a2ef5ab58bb60d7be1b04]

        #89181# TF_SVDATA

2001-07-06  Daniel Boelzle  <dbo@openoffice.org>  [8f9812086509e2217a0f897c0e0b8a8271fcbf72]

        *** empty log message ***

2001-07-06  Daniel Boelzle  <dbo@openoffice.org>  [d9950e48687933af3919409d5349c49d2ab04358]

        #89361# mem realloc anys

2001-07-06  Daniel Boelzle  <dbo@openoffice.org>  [da2e39d5e44717898559ebb56e6c411823ec8ceb]

        #88593# any opt docu

2001-07-06  Andreas Bille  <abi@openoffice.org>  [340a82ed3209ee4d91181e81474557b5f01dceb5]

        Added checked index access

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [18c70f53416f78dc642d53eae5cf8e05846247ce]

        #89181# TF_SVDATA

2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [37b29837371a3ef5de37b23e2be8bb4bfc5af68d]

        #87904# - Fixes related to new name string format (MUST change for SUPD>637).

2001-07-06  Carsten Driesner  <cd@openoffice.org>  [513018fe95c52e7254c252a6b254285d5fea4010]

        #88409# usage infos added

2001-07-06  jp  <jp@openoffice.org>  [5f25929d2a3c9ecc80349751d98add11d090f5df]

        export function IsFormatSupported()

2001-07-06  Frank Meies  <fme@openoffice.org>  [271ec7ac363214839918740a7bc0d87ab05ee7fb]

        Fix #89362#: Small capitals in rotated portions

2001-07-06  Jörg Barfurth  <jb@openoffice.org>  [9582a54f8a1ec17edfdac3bdc9c181a46b428da7]

        #89299# Binary layout of uno_Any changed

2001-07-06  Dieter Loeschky  <dl@openoffice.org>  [770e123d367d1dc47b1e61f9cf0c45f1fbef80d0]

        #89025# BurnInStyleSheetAttributes(): search also in parent stylesheet

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [47af1bd76113c3c2bb7d2d15cc26d5a10fe10921]

        #89181#

2001-07-06  Andreas Bille  <abi@openoffice.org>  [083790deabd9dde0db09b20df58033ec83caeba0]

        Removing unnecessary code due to refcounting of objects.

2001-07-06  Oliver Specht  <os@openoffice.org>  [d7baf203336b03ecae2244a43d7f56f6c62bf085]

        #88875# numbering restart corrected

2001-07-06  Oliver Braun  <obr@openoffice.org>  [3d16d74abff67c9b8aad8edea65a7a541f4ba15f]

        #89160# added missing assignment operator

2001-07-06  Oliver Bolte  <obo@openoffice.org>  [2554da0de39dd5ae14e4f0379a3eb97ad0009b22]

        #65293# exception flag for basmgr.cxx

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [299cb94b8d6d5a41ea2e9b263c3e61fc56d66dbc]

        #89181# TF_SVDATA

2001-07-06  Jörg Budischewski  <jbu@openoffice.org>  [478134e1b3ecf7742e699fe2e4fa32792aba3e0d]

        #88409# rtl_logfile_trace added

2001-07-06  Jörg Budischewski  <jbu@openoffice.org>  [368c8226a3739c1706b29500c720f89e9b3f5a13]

        #88409# added logging functionality

2001-07-06  Jörg Budischewski  <jbu@openoffice.org>  [e582d5bbb7a436a3d7058bc07b77bf3fc9966116]

        #88409# added logfile.cxx

2001-07-06  Jörg Budischewski  <jbu@openoffice.org>  [fbf9c8118a9cf7d38f8230bfcbb1d2c05d1d80c7]

        #88409# build adapted to new platform dependent mimic

2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [13d21a68b5c158217efe8f364990a8c93ccbba4b]

        #87187# - Updated documentation for command "setPropertyValues".

2001-07-06  Jörg Budischewski  <jbu@openoffice.org>  [be920e3528862437dc4b3e87420aa04fbee1f8a4]

        #88409# added logging functionality

2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [0981c1e74fe54ba56b1a0b4ee2252490bb89c504]

        #87189# - command "setPropertyValues" now returns error infornmation.

2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [d8c8799e77c487ab2c77f202b7a4c72c2db4e9d7]

        #87186# - command "setPropertyValues" now returns error infornmation.

2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [f1ed87a8500bf222db7e261e1b9323af5de40001]

        #87187# - command "setPropertyValues" now returns error infornmation.

2001-07-06  Dirk Völzke  <dv@openoffice.org>  [23744e02723163bbeac45f3b4577a4197cfa06a8]

        #89305# Added ShouldUseFtpProxy to SvtInetOptions

2001-07-06  Kurt Zenker  <kz@openoffice.org>  [ddf74566430630b841ffde1061bac721e64be4f3]

        new version for TFD636

2001-07-06  Vladimir Glazounov  <vg@openoffice.org>  [0bcb2471c36e6085f296bab5813ed40aacfa9296]

        #65293#: Important: corrected parsing of the build.lst

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [97f63da51efde8a0492a4dfc480991411698b78c]

        #88106# allow more than sql chars for query names

2001-07-06  Kurt Zenker  <kz@openoffice.org>  [df3c3f4e3b64edf9e80433df90dec4d9b7028569]

        new version for UDK300

2001-07-06  Jörg Barfurth  <jb@openoffice.org>  [7d92e8553afa713d61c4fdd526f1efa532df4276]

        Fallback for case of failing to decode an encoded name

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [aceea75918a740b3b5b7ddab7f1dddfd7a096aa9]

        #88248# call ExceptionClear before using the it intern

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [9787c74e6fbe77acdfbdba44a427805b930bb21f]

        #88168# assertion not valid here

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [ddd3033e14503de3304521e1afcdd2f43947d0ef]

        #88923# correct table altering

2001-07-06  Vladimir Glazounov  <vg@openoffice.org>  [842b268d9390aeb3a011122af0cb76a208b10553]

        TFD636

2001-07-06  Oliver Bolte  <obo@openoffice.org>  [e43136aa1f9cfa9be39dfd34b8c0acc0b4ffb9f8]

        #65293# extern C removed

2001-07-06  Ocke Janssen  <oj@openoffice.org>  [7a0a9b254aef2ed7213e187020f8901b38433d71]

        #88923# altering and size of dll corrected

2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [3ef99d8f32e0863047a61f7e7a12b73951f8db86]

        #87186# - Improved PackageUri implementation and usage.

2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [da98d91653c6017373f46bd8aa4f22728680a16d]

        #88922# - Small optimization (in fact a forgotten return ;-).

2001-07-06  Kai Sommerfeld  <kso@openoffice.org>  [243ef9d587ba0e6ce19a303b2c8b44d27e26cca6]

        #88922# - Fixed default ctor (m_bValid was not initialized)

2001-07-06  Carsten Driesner  <cd@openoffice.org>  [943d5fa066f88af284b28fb4c18dd8e76cfbb8b3]

        #89023# added helper to read bootstrap.ini

2001-07-06  Carsten Driesner  <cd@openoffice.org>  [a1018cb481868f7fcfdef7e6b47c0e2fe81a00fd]

        #89023# read bootstrap.ini for splash screen infos

2001-07-06  Oliver Specht  <os@openoffice.org>  [edf3ca701eacf8d280ed39922b9c585137f710c9]

        86670# original size handler corrected

2001-07-06  Daniel Rentz  <dr@openoffice.org>  [aaf93fabbe3b69ad92c9c74daef11005943504b4]

        #73495# grouped text boxes, typo

2001-07-06  Oliver Specht  <os@openoffice.org>  [05e7f3c1bfe37aa21a5e3e3d300e5bca160fdd44]

        #85222# notify parent window from Column/TableWindow

2001-07-06  Peter Burow  <pb@openoffice.org>  [d7c9c55ef4c04c2318c1479b9f7f2e209db72ec6]

        fix: #89345# HelpAgent reset removed

2001-07-05  Martin Gallwey  <mtg@openoffice.org>  [be607578f045d8abb5492956c8bc7d27c156b3cf]

        #89277# correct service description to match implementation

2001-07-05  Martin Gallwey  <mtg@openoffice.org>  [9fba36c4a4a851bb69f95eeebcd691f23841f25d]

        #89275# GraphicLocation corrected to BackGraphicLocation

2001-07-05  Andreas Bille  <abi@openoffice.org>  [4ca45e5081ba1fbffcb154589f253c0844e7fd58]

        #89246# Refcounting ConceptData, so not freeing it twice, which causes the GPF. Fixed some memory leaks. Fixing a memory overwrite in BreeDict.cxx

2001-07-05  jp  <jp@openoffice.org>  [89333391b296f46dbdd6a431ff22860fd4e49614]

        changes for TF_DATA

2001-07-05  jp  <jp@openoffice.org>  [edb9ea8ef567cad37467c5cc78cc9515de9fbd88]

        changes for TF_DATA

2001-07-05  jp  <jp@openoffice.org>  [77570de5a7340ba9423bbb906acda8fe544f74fd]

        changes for TF_DATA

2001-07-05  Jörg Barfurth  <jb@openoffice.org>  [7187b23ccdb0b75119edadf3b2db7953f85055d9]

        #87904# New path format; Adjusted Name and Path Handling

2001-07-05  Philipp Lohmann  <pl@openoffice.org>  [c339b278dc0563c38aeeb2c5c28ed6e5fc90d10b]

        #88587# PS Level 2 and up support NumCopies in pagedevice dictionary for copycount

2001-07-05  jp  <jp@openoffice.org>  [672e4ec6347e6f4c205c08baf56ff2aef9b2ecc7]

        changes for TF_DATA

2001-07-05  jp  <jp@openoffice.org>  [f1c3d5a80abb23fa8c1352edf8189562c1d964f8]

        compiler error

2001-07-05  jp  <jp@openoffice.org>  [21596e706e2bfeecb3e55cb2fb035a8ca77adba7]

        changes for TF_DATA

2001-07-05  Thorsten Behrens  <thb@openoffice.org>  [8c55d81ec9612a9b949549c5d7dbe64f5fc5d63d]

        #89187# Now checking against correct return code

2001-07-05  Jörg Barfurth  <jb@openoffice.org>  [26b17fdc9f6196063e755109481a3f9e9c541153]

        #87904# Adjusted to new configuration path format

2001-07-05  Christof Pintaske  <cp@openoffice.org>  [70398b6c9df3d04d0d09d244d0de38338ebee263]

        adobe symbol encoding is different

2001-07-05  Daniel Rentz  <dr@openoffice.org>  [fa8d277a81d17fefdf26b8b3a17f48462f6f8eb1]

        #73495# import of grouped text boxes

2001-07-05  jp  <jp@openoffice.org>  [2ab2e9bd39f6178016a665be2331150bcba071c7]

        changes for TF_DATA

2001-07-05  Mathias Bauer  <mba@openoffice.org>  [d7ca3acec03601983e519126d7ac1ff86b13c813]

        #89132#: failure on save is reported by VoidItem

2001-07-05  Eike Rathke  <er@openoffice.org>  [969c7bc614e78dc2d7b93307625ac5cc22b5831a]

        #89253# use SvtSysLocale CharClass

2001-07-05  Kai Sommerfeld  <kso@openoffice.org>  [0e883d9dbb0e296c9a79ae7cd78e54981f37daaa]

        #87187# - New error handling for getPropertyValues (returns sequence< any >).

2001-07-05  Eike Rathke  <er@openoffice.org>  [80ba7d2a8dd277bd308e73a19c9b6efb4778f27d]

        #89253# provide a global CharClass wrapper

2001-07-05  Eike Rathke  <er@openoffice.org>  [dd60e56d7fc50b15b9a3b18937b2f98020495dd2]

        #89253# use ReadWriteMutex/ReadWriteGuard

2001-07-05  Andreas Bregas  <ab@openoffice.org>  [40e6c6444368b4c957643c2b064070e043c06ee7]

        #89288# MsgBox: Default button handling fixed

2001-07-05  Eike Rathke  <er@openoffice.org>  [738731209bff5c1d713e1c495102137eba3ad7b0]

        #89253# ReadWriteMutex/ReadWriteGuard for more than one I18N wrapper

2001-07-05  Eike Rathke  <er@openoffice.org>  [253c0cc2935c77e02e6174c7f7148a58fa6d3672]

        #89253# readwritemutexguard

2001-07-05  Dirk Völzke  <dv@openoffice.org>  [e3717fd82f952c0ad04fbdf29fc6916ff1f37d33]

        #89057# Removed HID_EXPLORERDLG_FILE

2001-07-05  Andreas Martens  <ama@openoffice.org>  [19ce22b044f9a311079661131adbee2e27cbcb5e]

        Chg #89181#: New data exchange

2001-07-05  Philipp Lohmann  <pl@openoffice.org>  [f5943e038a48151ef611f5e6a78b1b4040af3fa5]

        #89180# workaround __Cimpl::ex_name for generated exceptions

2001-07-05  Niklas Nebel  <nn@openoffice.org>  [380a776fdefa4f40da39b62e98493797c9f7eea7]

        #88398# SetFuncString: grab focus only if bDoEdit set

2001-07-05  Niklas Nebel  <nn@openoffice.org>  [47b60236ba79bd1bc2a1baca19f6d7938c338091]

        #88398# store ref dialog id also in view shell, open only in original view

2001-07-05  Martin Gallwey  <mtg@openoffice.org>  [2292ad9ea5461d19d2acb016034596cc2cdaf7d3]

        avoid assertion

2001-07-05  Niklas Nebel  <nn@openoffice.org>  [0874abee0d6a238ad5a79627410e0dd5689be4e4]

        #88398# SetDispatcherLock: lock only dispatchers of calc views

2001-07-05  Joachim Lingner  <jl@openoffice.org>  [03e145efdca812e0f848888b8f33476ac455400c]

        new

2001-07-05  Martin Gallwey  <mtg@openoffice.org>  [a4353b23c90e25443c888fcd0f47aaf24965b76e]

        #86004#, #87084# Use XML_NAMESPACE_NONE instead of USHRT_MAX where appropriate, and use tokens instead of keywords

2001-07-05  Martin Gallwey  <mtg@openoffice.org>  [50c32ba055a7daa6c0aacd54b7a8a1adc00c2fd4]

        #86004# remove xml keyword header

2001-07-05  Martin Gallwey  <mtg@openoffice.org>  [67d478154410be3b3800ee3c7efd1ccc8cdf808d]

        #86004# remove xmltoken header

2001-07-05  Martin Gallwey  <mtg@openoffice.org>  [0c2733cee3b8fa85093b2180b5b17d065e016923]

        #86004# include xmltoken header

2001-07-05  Peter Burow  <pb@openoffice.org>  [ba89bf308bb4c967b2dac831be01ca50d9874a68]

        fix: #89181# TF_SVDATA adjusted

2001-07-05  Andreas Martens  <ama@openoffice.org>  [18b706129adaf73cc714ad6dc2e88cecf297a975]

        Chg #89181#: New data exchange

2001-07-05  Andreas Martens  <ama@openoffice.org>  [fe87c770abaca43b349657979186959ef12f5ca9]

        Chg #89181#: New data exchange

2001-07-05  Andreas Martens  <ama@openoffice.org>  [c95db562d454385be6ec3433ebab2cc5e15ef2f4]

        Chg #89181#: New data exchange

2001-07-05  Peter Burow  <pb@openoffice.org>  [c1241ffa4f590179470b13ede9dbf79b251b4028]

        fix: #89278# strings adjusted

2001-07-05  Vladimir Glazounov  <vg@openoffice.org>  [5ee1c54f43efd7817acfa7c91b2b4f5268cdce73]

        added checking for build server options

2001-07-05  Andreas Martens  <ama@openoffice.org>  [eb0d3c6fc16cf75cf85b69ddf902084a2e8257a2]

        Chg #89181#: New data exchange

2001-07-05  Vladimir Glazounov  <vg@openoffice.org>  [570a2e92fbebde45d087313d9475979133b10359]

        TFD636

2001-07-05  Andreas Martens  <ama@openoffice.org>  [2d44585cc93f66186bf3f9f4643d4ac09fd588b0]

        Chg #89181#: New data exchange

2001-07-05  Armin Weiss  <aw@openoffice.org>  [8d1c261f7aaeaf7441e3e6a2f5f06c1ae74eb27c]

        #86834# Call UpdateDocInfoForSave() before export

2001-07-05  Peter Burow  <pb@openoffice.org>  [f3cb3350fe554f212e48583542ce795867af1df8]

        fix: #88536# #88539# #88542# #88546# many ui changes

2001-07-05  Peter Burow  <pb@openoffice.org>  [7e158dce1d74fa2250806ccc8d0f34ac77b0ceba]

        fix: #88539# new size

2001-07-05  Peter Burow  <pb@openoffice.org>  [947d01b516b7dd236ef34c30ec926dcdc7364184]

        fix: #88769# new methods for keyinput handling

2001-07-05  Peter Burow  <pb@openoffice.org>  [74da9c1bc9e0c90833675d8a6c0971c7993c6a35]

        fix: #88542# new ctor with sal_Int8 nFlags

2001-07-05  Peter Burow  <pb@openoffice.org>  [ae4375c36276893330f0de77ae7549541d988b4a]

        fix: #88546# forward EnableCursor() to TextView

2001-07-05  Peter Burow  <pb@openoffice.org>  [abb27103c959c962d5b20f1636d3f711971a8419]

        fix: #88769# methods for keyinput handling added

2001-07-05  Ocke Janssen  <oj@openoffice.org>  [b6c05787572e08fd5e312d26cd1fe8ccde0ee59f]

        #87744# use HTML_SIMPLE

2001-07-05  Andreas Martens  <ama@openoffice.org>  [820c30fb7a410031b453d7cfb680753cd73f1ffd]

        Chg #89181#: New data exchange methods

2001-07-05  Ocke Janssen  <oj@openoffice.org>  [30c4e6deb4d3acab6bf6b69422e9825b89373309]

        #87744# check for right HTML_TYPE

2001-07-05  Stephan Schäfer  <ssa@openoffice.org>  [39826c815021aa360812b63723184b9cbf041e0d]

        #89214# new from template uses queryDispatch now

2001-07-05  jp  <jp@openoffice.org>  [affa26c6cfb697803bc9617105eeb1bd69bbb581]

        Changes for TFD636

2001-07-05  Ocke Janssen  <oj@openoffice.org>  [4af5d210693470d2cd41d23a0d85cd82d1eca855]

        #87744# check non casesensitive for table privs

2001-07-05  Dirk Grobler  <dg@openoffice.org>  [f1a86fc520e41ffff98397c50fda6924b56f4f02]

        decoding of names

2001-07-05  Thomas Benisch  <tbe@openoffice.org>  [f20c48579c77134f564c7a2d645990f75d9c8073]

        #89181# FT_SVDATA: Use new data exchange methods

2001-07-05  jp  <jp@openoffice.org>  [5045af702e4d4805cd189aacaadb15cbe528ef59]

        Changes for TFD636

2001-07-05  Thorsten Behrens  <thb@openoffice.org>  [309f6e781c629b241186bf813d03452b26704b83]

        #89181# Removed references to non-existent INetBookmark member funcs

2001-07-05  jp  <jp@openoffice.org>  [9913bd27ec2accc8dd1b60be5d468ce7e83cd1c8]

        Changes for TFD636

2001-07-05  Ocke Janssen  <oj@openoffice.org>  [cebffff0d887e7d54f2efaa4cf9a46f807529cee]

        #89259# check for special types

2001-07-05  Kurt Zenker  <kz@openoffice.org>  [ade767e133bcc05acdbbffc2c856d5884deb3c5e]

        new version for SRC637

2001-07-05  jp  <jp@openoffice.org>  [daf3e2909104fcb4c0a36d6e1fd6f44e1b61c980]

        Changes for TFD636

2001-07-05  Philipp Lohmann  <pl@openoffice.org>  [cca75590279dc179727fbc26545a8cd90f313c4f]

        removed obsolete share path, moved from DirEntry to osl::File

2001-07-05  jp  <jp@openoffice.org>  [a476b12baf72250309411f7029d40268024ffb5a]

        Changes for TFD636

2001-07-05  Sven Jacobi  <sj@openoffice.org>  [4bc42c5c3c0b8aa6091539115b8c320e10f86901]

        #84434# solved clipregion problem

2001-07-05  Ocke Janssen  <oj@openoffice.org>  [0cdfb99fc2120bd133cb592b8fbbfb55a26b041d]

        #89181# TF_SVDATA

2001-07-05  Andreas Bregas  <ab@openoffice.org>  [7576a5c01d7f71eb8b7f5e72d57dad6c818db24e]

        #89181# Removed old drop/querydrop functions

2001-07-05  Andreas Bregas  <ab@openoffice.org>  [2e433792491a50de400ff6fe21c94a655b06b2bb]

        #89181# Removed old clipboard functionality

2001-07-05  Andreas Martens  <ama@openoffice.org>  [667597a75fc376d8491409c2b2a476adcef8b5ba]

        Fix #89181#: New data exchange methods

2001-07-05  Daniel Boelzle  <dbo@openoffice.org>  [c0e23b7d83295cadc2a2931d2a3ae61a30ff22ea]

        added extra mapping option for c++

2001-07-05  Björn Milcke  <bm@openoffice.org>  [c17dafe3331946210f5709362ab28fc993d68c53]

        #89233# show graphics in gallery menu for chart-symbols / convert URLs to physical name for UI

2001-07-05  Ocke Janssen  <oj@openoffice.org>  [a6ef7cd9ced9a9149fe5745046ee4b52a708bd51]

        #89181# TF_SVDATA

2001-07-05  Ocke Janssen  <oj@openoffice.org>  [d78ad5928a29a545b51a040e27e52d56a27c039c]

        #89181# SvDataTypeList removed

2001-07-05  Oliver Specht  <os@openoffice.org>  [dc937bfda1df5227552ca5fe7922d93ccfeac046]

        QueryDrop/Drop removed

2001-07-05  Kurt Zenker  <kz@openoffice.org>  [cd56738b9eed276c6b22e1f1ea0b188b465f34dd]

        new version for TFD636

2001-07-05  Oliver Bolte  <obo@openoffice.org>  [c4cd1c52566ed308be677b42414ee429fd1b2621]

        #65293# com/sun/star/uno/XComponentContext.idl

2001-07-05  Michael Brauer  <mib@openoffice.org>  [e2d5648d9c4fb36055848e6f1064a1cf350a570c]

        removed unnecessary code

2001-07-05  Michael Brauer  <mib@openoffice.org>  [67fe56ff1c1aa72194bb713a534301a89ec53e9b]

        Removed unnecessary importXML/exportXML methods

2001-07-05  Michael Brauer  <mib@openoffice.org>  [8ee758c5f993b0bf1f18cd71fdd9fcd0a738a63d]

        removed unneccessary importXML/exportXML methods

2001-07-05  Behrend Cornelius  <bc@openoffice.org>  [f29abc4e5fca5719e83857611e6ec0b361bf4465]

        #89286# Query about existance of backgroundgraphic inserted

2001-07-05  Thomas Benisch  <tbe@openoffice.org>  [025676f068e538b5eafa0c6fcbd394a527794ff2]

        #88677# GPF when calling Tools/Macro...

2001-07-05  Daniel Rentz  <dr@openoffice.org>  [4f42e901982847bd88dce24c7f3934e0b698375c]

        #89284# clone ScTokenArray

2001-07-05  Daniel Boelzle  <dbo@openoffice.org>  [f40927779c05818e11da5c33e08b14117664e43e]

        #87233# corrected includes and forward decl

2001-07-05  Vladimir Glazounov  <vg@openoffice.org>  [be702e27fc3b17700759c410b2f2637a4b6a70e4]

        TFD636

2001-07-05  Dieter Loeschky  <dl@openoffice.org>  [b1dceeaf64126f680cb089713b5d1cd5c283a376]

        #88107# StarBats -> StarSymbol: title symbol

2001-07-05  jp  <jp@openoffice.org>  [d2ab839d43bb1a41cb98936a7c73cd2163a72580]

        Bug #89255#: define ALL_IGNORE_CASE as deprecated

2001-07-05  Peter Burow  <pb@openoffice.org>  [29f7c1566e79afe6444755fc07fdab2aa4c8fc88]

        fix: #89181# TF_SVDATA fixed

2001-07-05  Dirk Grobler  <dg@openoffice.org>  [4a21d784605ee7e4bcf14464d02833e79996f9db]

        new category entry for schema:component and decode method for transformation

2001-07-05  Thomas Lange  <tl@openoffice.org>  [69f155282ad270384621899c70c0f0120a8f9dd8]

        #82051# casual disappearance of text after insertion from drag and drop fixed

2001-07-05  Andreas Schlüns  <as@openoffice.org>  [c69cc2188f5fb34c212118952acb3b8885f69ec4]

        #89129# don't catch unspecified exceptions

2001-07-04  Niklas Nebel  <nn@openoffice.org>  [b990197c0736153e7940e4be3ce231a986512bce]

        #89262# StopInputWinEngine: reset pTopView when ending input window editing

2001-07-04  Niklas Nebel  <nn@openoffice.org>  [fdc5e13c58b38b3ad95aaa198261a55bc54e6b85]

        #89264# SetVisArea: use both size and position

2001-07-04  Niklas Nebel  <nn@openoffice.org>  [7826f7cd3d59e99c38acffc92f80902247a89cd7]

        #89264# initialize ObjectDescriptor size

2001-07-04  jp  <jp@openoffice.org>  [07f7daef1f0a68f704b8739dc549d546a21bb7cd]

        AddRemoveListener: get the XClipboard from the Window - this works also in the WebTop

2001-07-04  jp  <jp@openoffice.org>  [d17dbfaa3c2606064dd72d8a7f5197af7d54a621]

        Bug #86501#: IsGrfSwapOut - return status corrected

2001-07-04  jp  <jp@openoffice.org>  [8589c05d59e5b8203dffa06618da828c92f4991f]

        Bug #86501#: call modify with a defined sequence - at last the frames

2001-07-04  jp  <jp@openoffice.org>  [1d7c74f0b50f38d94e0f15d45ee30d68ccaca85b]

        Bug #86501#: lcl_UpdateIMapDlg - set edit object only if the graphic exist

2001-07-04  Niklas Nebel  <nn@openoffice.org>  [e5813b2be0197ec7e408f952b4fb39dff359ba50]

        #89071# CopyBlockFromClip: one UpdateReference call for consecutive tables

2001-07-04  jp  <jp@openoffice.org>  [379b59d77fe271dab90e04ffebc668338e576f95]

        Bug #83139#: GetLang - return also at start/end paragraph the correct language

2001-07-04  Eike Rathke  <er@openoffice.org>  [f2f79056cb261aace129e164e28122387e2cbedc]

        #89253# don't get confused by space as group separator on convert mode

2001-07-04  Niklas Nebel  <nn@openoffice.org>  [9598a847f1d246da555b3ce07de0bc31ad171490]

        #89069# drag&drop error handling

2001-07-04  Niklas Nebel  <nn@openoffice.org>  [624fe22d0bd97b568506f9846281f00b944b922f]

        #89069# store visible table for dragging

2001-07-04  Eike Rathke  <er@openoffice.org>  [380c5de57ede1d74b143ffc79dcabe1449520cb8]

        #89253# add: ReplaceSystemCL, replace Standard/SYSTEM format codes if locale changes

2001-07-04  Eike Rathke  <er@openoffice.org>  [760045d1871d2fe35b6c9ba81182ba9f48db8779]

        #89253# SID_OPT_LOCALE_CHANGED repaints cell contents

2001-07-04  Eike Rathke  <er@openoffice.org>  [b37cb5fcff612f2713f8c7839cc390ad3893a86f]

        #89253# slot SID_OPT_LOCALE_CHANGED to notify applications

2001-07-04  Stephan Schäfer  <ssa@openoffice.org>  [9280d3ef76e5816464853390a8e8908a97626286]

        #88454# support new drag and drop interface

2001-07-04  Stephan Schäfer  <ssa@openoffice.org>  [cb00cc6bd41c9d8941004f07f1be42af31fedefc]

        #88454# shutdown dd

2001-07-04  Stephan Schäfer  <ssa@openoffice.org>  [23829e3f73a96f3ffda7c63bb301a9790047cb23]

        #88454# handle local dd events correctly

2001-07-04  Kai Ahrens  <ka@openoffice.org>  [7f1c4b06940bbec2e09a7f533a8f8207ba09bc75]

        #87984#: changed effect resources according to product management

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [d29fa332031d9b6a1c8fc8e5b32de6b0006b16f1]

        new version for SRC633

2001-07-04  Kai Ahrens  <ka@openoffice.org>  [ed396986ecfc4b75a292164d5b3ca711aa00a9b8]

        #89151#: don't convert alpha bitmaps to transparent bitmaps for printing

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [b8a530d20d232ca171c2a96b503f5c3062404748]

        Merge SRC633: 07/04/01 - 17:11:16

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [3e2de2d7643dd43916411008d87418496e72eaae]

        Merge SRC633: 04.07.01 - 17:09:59

2001-07-04  Daniel Vogelheim  <dvo@openoffice.org>  [4f12b2c7fb7b47720f2a02d30e0fc1173ba794c7]

        #88367# implemented MUST-change and called startPage/endPage on XMLShapeImport

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [564b2164e4f9be9a71bb0d5409f2ee42a69608c9]

        Merge SRC633: 04.07.01 - 17:03:29

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [89d95bbd65d183f37081085c41cf57953b6e8051]

        Merge SRC633: 04.07.01 - 16:59:54

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [63fc1a4b3ba097a738832e14eddba5e786981b4a]

        Merge SRC633: 04.07.01 - 17:00:42

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [fccb764b7806a51fe9cccf5bd4fee78028b9265e]

        Merge SRC633: 04.07.01 - 17:00:35

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [2c1ff36fffc33ea779bc5861fe4483d77f8958ba]

        Merge SRC633: 04.07.01 - 16:58:55

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [c50f4c74d0ee922ee0b7d098a40b1ff11da3cedb]

        Merge SRC633: 04.07.01 - 16:57:31

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [70434c906265e59bc44086b4849825aeaa824574]

        Merge SRC633: 04.07.01 - 16:56:01

2001-07-04  Martin Gallwey  <mtg@openoffice.org>  [1157563ae83b41998a4982c06299780aba7830d4]

        #86708# changes for pack'n'go feature (incomplete)

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [b51754d3b401fca80077696bcbd1878e9e3880a5]

        Merge SRC633: 04.07.01 - 16:55:04

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [ad7ac7012f51be970a061b9d87ac9ef570ae0712]

        Merge SRC633: 04.07.01 - 16:53:51

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [0cd01150588c8730071aadc1c99e3756ada19924]

        Merge SRC633: 04.07.01 - 16:49:11

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [ef451a80a2bf973234309caab6119907d6c5df23]

        Merge SRC633: 04.07.01 - 16:46:48

2001-07-04  Andreas Bille  <abi@openoffice.org>  [dd168c8da62c7450599c9c2fc5d054124153aa58]

        Added error codes for transfer

2001-07-04  Oliver Bolte  <obo@openoffice.org>  [23da2016d3bc01ec9226592faa6f04ed37051078]

        #65293# BASICLIGHT macro added

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [e73bbfc8fe01a36a315cb89dab2e6da9df98671a]

        Merge SRC633: 04.07.01 - 16:42:22

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [ec738958a6c33b3de2d5d14065924f5b34b98dbf]

        Merge SRC633: 04.07.01 - 16:33:57

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [f424dd7645c4aed5ecad0e9437f552fa934c6ba2]

        Merge SRC633: 04.07.01 - 16:32:52

2001-07-04  Martin Gallwey  <mtg@openoffice.org>  [716a546ea05890f83abcbeeeb23aecb4c4f911a1]

        add support for css\packages\zip subdir

2001-07-04  Martin Gallwey  <mtg@openoffice.org>  [d9117f6f7103ebb50a8a36845143b47049e8cafb]

        add support for css\packages\zip

2001-07-04  Jörg Budischewski  <jbu@openoffice.org>  [44c16ab422985d29a7bcc884fb14ef5786bb0961]

        #67468# added unloading support, fixed a medium memory leak

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [b7440005d27ff99b4c600fa0d1b43237b25cebf9]

        Merge SRC633: 04.07.01 - 16:26:58

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [721e84be09b305cc02f0871f84c5ae65ab4cc5e0]

        Merge SRC633: 07/04/01 - 16:28:03

2001-07-04  Ocke Janssen  <oj@openoffice.org>  [a65ec7683346cd52444558ff6343a6b8a28f084d]

        #89237# relative corrected

2001-07-04  Ocke Janssen  <oj@openoffice.org>  [adfc00818c4cad9582d61c1f2b917c90716dc5db]

        #89237# use of relative

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [4f40c07d1e42243e30cace122860da35ce3f644b]

        Merge SRC633: 04.07.01 - 16:27:03

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [bda10ac1ba3c1cde01c6eddfb72f8e1434806318]

        Merge SRC633: 04.07.01 - 16:27:19

2001-07-04  Michael Brauer  <mib@openoffice.org>  [0c28e3c480a95c03b513c55f029b979bcd9c0401]

        Move SvXMLAttrContainerItem to SVX, moved writer only code to sw

2001-07-04  Michael Brauer  <mib@openoffice.org>  [f599e6b43d7c8360368ccca55d50bb0baf59c863]

        Move SvXMLAttrContainerItem to SVX, moved writer only code to sw

2001-07-04  Andreas Bregas  <ab@openoffice.org>  [becd66798d83e44b660b95b8efb59756632bfdb5]

        #89204# RTLFUNC(Str): Replace , only if numeric

2001-07-04  Martin Gallwey  <mtg@openoffice.org>  [51e0c7c2c81070739edadb96dd9b64e91d084953]

        remove unused interfaces

2001-07-04  Martin Gallwey  <mtg@openoffice.org>  [7e50037739f6ccda3a9e2316bcae771c12c550e9]

        add zip subdirectory for zip specific interfaces

2001-07-04  Philipp Lohmann  <pl@openoffice.org>  [9985bcf1db83424109cc5dd01b612f9374ac3784]

        MUST: Application::SetAppInternational removed

2001-07-04  Michael Brauer  <mib@openoffice.org>  [e37f2bad6c7f8cc1a69428983ae5bff0cfabf914]

        Moved SvXMLAttrContainerItem from xmloff to svx

2001-07-04  Michael Brauer  <mib@openoffice.org>  [0aba86aff86d7678abdce08d13e5610973f2f913]

        Call GetAbsoluteReference

2001-07-04  Michael Brauer  <mib@openoffice.org>  [8eec2338e8686b8e7dee4ef412290712331467f2]

        #89118#: Don't export xlink:href twice

2001-07-04  Oliver Specht  <os@openoffice.org>  [ab4d6aafb0a920cc0e3f02d9455d37fb1613db08]

        #89165# prevent UpdateExpFlds while loading

2001-07-04  Michael Brauer  <mib@openoffice.org>  [7aed1cba429c20902b3522f6c2a32a059845e8a7]

        Call GetAbsoluteReference

2001-07-04  Michael Brauer  <mib@openoffice.org>  [05e1c7ea9eefd166c1f0a93ee7f656c50f9a1e39]

        Move SvXMLAttrContainerItem to SVX, moved writer only code to sw

2001-07-04  Thomas Benisch  <tbe@openoffice.org>  [c076d8fd4d0f9921f054901601bd69509f9dab66]

        #88565# change module management from sbx to library container

2001-07-04  Michael Brauer  <mib@openoffice.org>  [3539b10f1d4be8e686219333850f4ded8d781f1d]

        Move SvXMLAttrContainerItem to SVX, moved writer only code to sw

2001-07-04  Andreas Schlüns  <as@openoffice.org>  [52048ceee3e5de4b3955dd84c0dbc40d106613d3]

        #89129# use new service initialize

2001-07-04  Thomas Lange  <tl@openoffice.org>  [67ace540370828b471c9c4e6578ff5ae00db9943]

        #83564# alternative spelling and soft-hyphens fixed

2001-07-04  Andreas Schlüns  <as@openoffice.org>  [a901c86e9c68e58e7fd8947777faa2d4a19a5030]

        #89129# use new service initialize + threadsafe

2001-07-04  Andreas Schlüns  <as@openoffice.org>  [4b2e0f17ef4d5e32277206efc5cb5b509c362b2b]

        #89129# remove terminate listener after using

2001-07-04  Andreas Schlüns  <as@openoffice.org>  [6cc15a11942f965f014743bc8119e47586579f7a]

        #89129# don't ask desktop for his name

2001-07-04  Thomas Lange  <tl@openoffice.org>  [94e9536a5695dd55af0a612a298e9e0931396030]

        #83564# alternative spelling and soft-hyphens fixed

2001-07-04  Andreas Schlüns  <as@openoffice.org>  [7a33e7654c181596feafb0d599ae3d30c79a3477]

        #89129# new mechanism to initialize service which must use her own references during startup

2001-07-04  Christian Lippka  <cl@openoffice.org>  [219951e83dacce7189f08892da20aec277d080ac]

        #86900# fix index if no bullet available

2001-07-04  Juergen Schmidt  <jsc@openoffice.org>  [ed15fbcb9a8fe6d0401d132dca5c76103e9d2ef0]

        modify test

2001-07-04  Christian Lippka  <cl@openoffice.org>  [750cdab6eb190ac9a93c1f10912799f4777e8518]

        #86900# shapes do not need own para map any longer

2001-07-04  Juergen Schmidt  <jsc@openoffice.org>  [e4400b7208465f585be3b1527fe6b7ae685794b7]

        #89248# change function 'close' of XSimpleRegistry relating to a nested registry

2001-07-04  Ocke Janssen  <oj@openoffice.org>  [cde779faa288e26330363c70daf1d6ec201285c1]

        #85663# check if table is accessable and returns data

2001-07-04  Philipp Lohmann  <pl@openoffice.org>  [dca11cfb31de19843b09fc127b6448dba7268594]

        #89127# use FilePicker service if available

2001-07-04  Nils Fuhrmann  <nf@openoffice.org>  [82fb00f502e09f14f9fae4850464ff1888c2465d]

        Fallback fill in only when languge deffers #87136#

2001-07-04  Kai Sommerfeld  <kso@openoffice.org>  [f3d2743a9e4217f0e9e6b1e7598e9aecd67d104a]

        #87187# - Activated new error handling code.

2001-07-04  Oliver Specht  <os@openoffice.org>  [dd2262648e98b24607ecff24944d704cf097fc61]

        #75450# restore scroll position

2001-07-04  Kai Ahrens  <ka@openoffice.org>  [910e1e5118ea9384dea3f3c9ce8ff41da9b3825c]

        #89103#: watch for bitmaps with alpha channel, too

2001-07-04  Kai Ahrens  <ka@openoffice.org>  [26924cfd40b341202983acd3c6d938b79c9bf93c]

        #89104#: check for graphics with transparency (alpha mask) in ::IsTransparent()

2001-07-04  Frank Meies  <fme@openoffice.org>  [6080498da52c46f040e0581c5da0a1d3b0be527e]

        Fix #89243#: Cursor traveling into and out of rotated portions

2001-07-04  Kurt Zenker  <kz@openoffice.org>  [55371e7da771ab73161a2bd7c96dc49ed330cc7a]

        new version for TFD636

2001-07-04  Vladimir Glazounov  <vg@openoffice.org>  [81da041901286463fa2bd9fdd048a1a6cbf1dec5]

        Corrected error message

2001-07-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc12e9ed101dd51bce29f2ab3c7cd716347af582]

        #65293#: typo in dependency

2001-07-04  Niklas Nebel  <nn@openoffice.org>  [3fd1fe9962636ab726674c5eab855e4bad7b3f59]

        #88882# parameter bGroupBox in SfxSingleTabDialog ctor is removed

2001-07-04  Thomas Benisch  <tbe@openoffice.org>  [b1adeffca1c6eceb179098b275201ef9dc89796d]

        #88565# change module management from sbx to library container

2001-07-04  Kai Sommerfeld  <kso@openoffice.org>  [a55a9823fe5332626a2ba9fdc42731c27e472a1e]

        #87904# - New hierarchical name string format (MUST change for SUPD>637).

2001-07-04  Kai Sommerfeld  <kso@openoffice.org>  [f8af6c15292eae8bdc18abb583ae3c3662193513]

        #87904# - New hierarchical name string format (MUST change for SUPD>637).

2001-07-04  Kai Ahrens  <ka@openoffice.org>  [71f3607576ae868cc0aad9e1e8969be916bd8af4]

        #89094#: special treatment for gradient actions

2001-07-04  Oliver Specht  <os@openoffice.org>  [e1f508594bf9e96ea01eb1df85af0c1f9982a940]

        commented numbers corrected

2001-07-04  Kai Ahrens  <ka@openoffice.org>  [707547a117b8cc9886362557afbd48446a0ffe34]

        #89094#: set gradient action to executed after special treatment

2001-07-04  Vladimir Glazounov  <vg@openoffice.org>  [3bce33aeb315839b783e99fee0451ecd2b2497ea]

        #65293# cast to rtl::OUString

2001-07-04  Vladimir Glazounov  <vg@openoffice.org>  [bb14834d876432aec8e82e267858dfaaecf328b9]

        TFD636

2001-07-04  Andreas Martens  <ama@openoffice.org>  [c3bd4a7714185e35c12265c8ff3c048b97b37e48]

        Fix #89170#: A twip is more than nothing

2001-07-04  Andreas Bille  <abi@openoffice.org>  [4a288ebb78847d87969fb07bc2efafddbec763fe]

        Error handling for failing delete

2001-07-04  Ocke Janssen  <oj@openoffice.org>  [57af5d9b4828c24ddad307c744ccfa96a32a0445]

        #85397# correcting in typename compare

2001-07-04  Ocke Janssen  <oj@openoffice.org>  [9a32e25cfbaaaa1a4537409ad675d83474691560]

        #85397# better error msg when no url is given

2001-07-04  th  <th@openoffice.org>  [f283bff6d5ab3f01147c4ec3651028cae1be4e86]

        #89050# - Debug-Output-Text of Controls are now limited to 128 characters

2001-07-04  Jörg Budischewski  <jbu@openoffice.org>  [5d825f0432c65437579a479a67e15ac367423fb2]

        #88717# handling of unknown types improved(feature was introduced in UDK302b/UDK300o)

2001-07-04  Mathias Bauer  <mba@openoffice.org>  [5a09fa47280b41c09648cbd309a325901aaf7800]

        #89105#: first read bytestring, then decode

2001-07-04  Christian Lippka  <cl@openoffice.org>  [001e3fcd31cf06708466fe66a6142a012d0f77a3]

        #88609# added guard

2001-07-04  Christian Lippka  <cl@openoffice.org>  [58c777376c8dae7dfab6e95e4329e103a900d97e]

        #88237# added guard

2001-07-04  Peter Burow  <pb@openoffice.org>  [33d10b41b6518d6bd694b95fd80655af1c10dcbe]

        fix: #89181# TF_SVDATA fixed

2001-07-04  Oliver Bolte  <obo@openoffice.org>  [462678560e6b3d6a88534c93d21e2f8dfe28d4fb]

        #65293# XExecutableDialog.hpp moved

2001-07-04  Kai Sommerfeld  <kso@openoffice.org>  [ae32780094e78b72db22e36217c1b7ba5efb0635]

        #88922# - Added service com.sun.star.ucb.DefaultHierarchyDataSource.

2001-07-04  Kai Sommerfeld  <kso@openoffice.org>  [846832057cac0acb450e551435e8a4e0bdedda45]

        #87904# - New hierarchical name string format (MUST change for SUPD>637).

2001-07-04  Stephan Schäfer  <ssa@openoffice.org>  [57edb072f7778ce4c300b7b046fcbd181d484efe]

        #88454# removeListener actually performed add

2001-07-04  Thomas Benisch  <tbe@openoffice.org>  [b2ef5b1aa29e898aa888f14c3f11d6a335d79470]

        typo in include

2001-07-04  Oliver Specht  <os@openoffice.org>  [ef1143d13a3907996103f2e3cd6bc839a8b78029]

        #89021# redesign

2001-07-04  Thomas Benisch  <tbe@openoffice.org>  [c8a4ca746627df33cf75e79b7499455d15fce34a]

        use SbModuleRef instead of SbModule (didn't compile under Solaris)

2001-07-04  Oliver Specht  <os@openoffice.org>  [5ed619bed51a28c24a48ee0a41e1bdd5a5d2c596]

        #89188# old code removed

2001-07-04  Daniel Boelzle  <dbo@openoffice.org>  [ee0a987e7222dac4801e4bb9e1dfc52782a751d4]

        #87233# one-instance peephole opt avoiding mutex acquisition

2001-07-04  Jörg Budischewski  <jbu@openoffice.org>  [654fd0340ac45112eebe73120903c6e51995ec1b]

        #88717# queryInterface for an unknown type is now tested (feature was introduced in UDK302b/UDK300o

2001-07-04  Peter Burow  <pb@openoffice.org>  [0efcd14c6014140b0e0fa305bb8e6a963f8dfbbc]

        fix: #88536# calculate pen color improved

2001-07-04  Peter Burow  <pb@openoffice.org>  [e8fb65fe1cc614c64a8471d6c84267f05e06584d]

        fix: #88536# SetCursorPos() added

2001-07-04  Kai Sommerfeld  <kso@openoffice.org>  [33265064b0ec5db3ca1865773a2ccb9ffa094006]

        #88922# - New format for hierarchical names.

2001-07-04  Kai Ahrens  <ka@openoffice.org>  [d4d1d191957d763faf2cb26b2a4687e593697486]

        TFD changes

2001-07-04  jp  <jp@openoffice.org>  [037d266b48dadbcabad84041b7ac32fca69a54dc]

        remove usage of SvData/Old Clipboard

2001-07-04  Oliver Specht  <os@openoffice.org>  [c9882fb7b8df225aab87e4bf696deab982129c77]

        #89188# ::gotoRange accepts SwXText and SwXTextPortion, too

2001-07-04  Kai Sommerfeld  <kso@openoffice.org>  [71b8e4d772bf2991805e421262eed532ea901840]

        #88922# - Yet another fix (URL scheme is case insensitive).

2001-07-04  Oliver Specht  <os@openoffice.org>  [2a2cddf56a82031ac421a751384925a92da25145]

        #89188# jumpToFirst/LastPage and getPage corrected

2001-07-04  Ocke Janssen  <oj@openoffice.org>  [677d4d1ddeae67aea8bdae0398a96f1be686d0d2]

        #89191# sLinkedListField isn't used when combobox

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [9bebff1bccba98df242c07aeaab86d69a2dd88a6]

        Merge SRC633: 07/04/01 - 02:41:42

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [c016824c5ac133f4617ecd0cb50b8db629a8db98]

        Merge SRC633: 04.07.01 - 02:14:49

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [c7dfb9ad0e67331d6284f082efb6d313fbe21527]

        Merge SRC633: 07/04/01 - 02:11:52

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [e73996e4ecff831b8508832e8af611b52e34a5d8]

        Merge SRC633: 04.07.01 - 01:57:16

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [45cec34e68cb34125b6fb1497e632ee2e5c997f7]

        Merge SRC633: 07/04/01 - 01:46:20

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [1f33eb25be911554a600a3bc3b34a2e5708f4a8d]

        Merge SRC633: 07/04/01 - 01:43:40

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [7001562f3711319803d8ae2497c6860236725a31]

        Merge SRC633: 04.07.01 - 01:42:33

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [497e36a8bc54edbbfcb51b34ee36ddfe332872d1]

        Merge SRC633: 04.07.01 - 01:34:39

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [a60294b5cb1298aed504fb51fe520e3cf4df0c1b]

        Merge SRC633: 04.07.01 - 01:33:56

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [87cabe19a7b8fe4e7f4ea64d1a67a824cd7f43a6]

        Merge SRC633: 04.07.01 - 01:33:13

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [cb60a683c12d0ba9425408a130cbf46bb6d5f67d]

        Merge SRC633: 07/04/01 - 01:28:51

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [13771706ba6fda63055c29b981ee2b73ab02649e]

        Merge SRC633: 04.07.01 - 01:29:00

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [f68b4c18cbc69d4e25672c8717a498a688ec3c3e]

        Merge SRC633: 04.07.01 - 01:27:36

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [b64939473e5ac6ac0db9b2752c328eafa6daa62f]

        Merge SRC633: 07/04/01 - 01:22:04

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [2b79a51a2e88b91049feb8635ab15584f55aad2f]

        Merge SRC633: 04.07.01 - 01:21:10

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [a7d1dce84748f9babbd05b2866bc7516ca55aafd]

        Merge SRC633: 07/04/01 - 01:19:34

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [34eef59f828c8228258caae20a9a107412890a44]

        Merge SRC633: 04.07.01 - 01:17:10

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [36b169e8e5a65f62510b4d8713bd62b4644146c5]

        Merge SRC633: 04.07.01 - 01:13:16

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [c2186bdd280272efd950d3340afd647e590101c3]

        Merge SRC633: 04.07.01 - 01:09:15

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [8de28089f920d97466b93d9e3ae73903963b6845]

        Merge SRC633: 04.07.01 - 01:08:10

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [90caa6c57a63b87e805d279a53642fe8023f3dc2]

        Merge SRC633: 04.07.01 - 01:07:40

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [a7ad86160fc6dc1a138b0eb1dd6729b0e3db12b6]

        Merge SRC633: 04.07.01 - 01:06:45

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [e7e50af27cb26c1388aae7a2c27457a91064aaf3]

        Merge SRC633: 04.07.01 - 01:04:53

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [bd735839125cdba50f67758b1317097020fffe30]

        Merge SRC633: 04.07.01 - 01:00:06

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [a1c8dad2a53c928b9611b35ed20e0c2c804269de]

        Merge SRC633: 07/04/01 - 00:59:08

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [cdd2a916b8bd07808bca61aa9599a1c7af7e125b]

        Merge SRC633: 04.07.01 - 00:58:22

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [7e4846a1b74b30741502e77ba281933b42a1e1d2]

        Merge SRC633: 04.07.01 - 00:57:49

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [2b53e16ac60135362dd3ef71d9d8e39b50d6eaa3]

        Merge SRC633: 04.07.01 - 00:57:30

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [6bbc8f6386da4417f36e244e98be4e241694f523]

        Merge SRC633: 04.07.01 - 00:55:43

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [fe6c61be08df209943ba130781c2ecf64e9a6f7a]

        Merge SRC633: 04.07.01 - 00:54:50

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [87cf122f5c348cf5259456a09cfb12a314e5a345]

        Merge SRC633: 04.07.01 - 00:56:01

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [cb04fedb7b84816358a30889e4572d93bf941073]

        Merge SRC633: 04.07.01 - 00:52:09

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [7cee555cc36338e9d8e383cfa7cc218a1fb2ac89]

        Merge SRC633: 04.07.01 - 00:50:47

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [7bbd39acd59d891dce583b1ca7cfb75ba0da0fcd]

        Merge SRC633: 04.07.01 - 00:51:03

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [14d8a688bc6b13dbc1c8b3042131565b94359046]

        Merge SRC633: 07/04/01 - 00:51:46

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [91740353895d724fea3aacf515711d5ed0f8b147]

        Merge SRC633: 04.07.01 - 00:50:57

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [1d3b3f60ae51de19ac38d2729ef1cb9f86e64c38]

        Merge SRC633: 04.07.01 - 00:49:12

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [5e074cbc34b2f3aab5c7f4e1d75dc15e906c1614]

        Merge SRC633: 04.07.01 - 00:47:31

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [df6e152452e348804dc83f16d75f1d34548fbfb9]

        Merge SRC633: 04.07.01 - 00:46:51

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [ee4023d440f4a7a13ac884d50f600fd423514747]

        Merge SRC633: 04.07.01 - 00:46:18

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [51855232cdd6a7a10d8812a1fa39c9d57451a1d6]

        Merge SRC633: 04.07.01 - 00:47:58

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [3c4d616647a81b96852b7927b0e17db83690db1c]

        Merge SRC633: 07/04/01 - 00:44:07

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [43729b5191132277201345e764948cf6ef4ee535]

        Merge SRC633: 04.07.01 - 00:44:07

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [e88efd404394eaa10984ad37a7210e913146ec97]

        Merge SRC633: 04.07.01 - 00:42:16

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [0a5395697ab92304389ac48923c2c00c2606eeb7]

        Merge SRC633: 04.07.01 - 00:42:41

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [d30bf4b3d193bffe34c0f6cb421dcbff2ae248b1]

        Merge SRC633: 04.07.01 - 00:41:31

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [1f9738bf9b17a6934f6914cc6b44731e7ccde6a4]

        Merge SRC633: 07/04/01 - 00:42:32

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [b684376c6397e281a8f54288d0e81c39bd9ba191]

        Merge SRC633: 04.07.01 - 00:39:09

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [f250aee32931e49cb990f088bf56584a3dc7d15e]

        Merge SRC633: 04.07.01 - 00:38:29

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [e3b86ce5862283f6086abc85fc70db1f182fa5cb]

        Merge SRC633: 07/04/01 - 00:38:24

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [0221d1808c1c898be594e35fa8eec92feb063ec0]

        Merge SRC633: 04.07.01 - 00:37:04

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [aabb3d1cdbe64616c790345d2092d14770995795]

        Merge SRC633: 04.07.01 - 00:34:02

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [5755500853fc3ba9f8f9139844f17be0307e9624]

        Merge SRC633: 04.07.01 - 00:33:33

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [8ebff9ffcc660bfe6b2289f9e5c0bc2dc2912773]

        Merge SRC633: 04.07.01 - 00:32:40

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [215796b9a377c56fcd2aed24018a65703c95d9eb]

        Merge SRC633: 04.07.01 - 00:31:06

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [020d2263771d1cf2fdd7a7e01b0fd9889d7fc1c5]

        Merge SRC633: 04.07.01 - 00:30:06

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [190c9d67952221edba6c05129a56a29222971909]

        Merge SRC633: 04.07.01 - 00:28:53

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [25df64affe48a331ccc103aec21ee38b0ac8e9f6]

        Merge SRC633: 04.07.01 - 00:28:46

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [48607bfc486445413f85d54f79f84f462134ba0a]

        Merge SRC633: 04.07.01 - 00:25:33

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [0003d330953bc63aa2c60cc0c32645ca0298f65d]

        Merge SRC633: 04.07.01 - 00:26:05

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [4db820f9f098bc5422c954e2cbd55070a92a93e4]

        Merge SRC633: 04.07.01 - 00:25:00

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [0163fdaf175a88c23beb5744843841c00bf4c948]

        Merge SRC633: 04.07.01 - 00:23:57

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [c7e0cee85a03c8d039efbb97dec2b4927cd86e7d]

        Merge SRC633: 04.07.01 - 00:21:22

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [a98c81dc521ae0543f0380327a2b73e91214a1c7]

        Merge SRC633: 04.07.01 - 00:20:34

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [a161935937dce64707c8c7a826a531e31f11078e]

        Merge SRC633: 04.07.01 - 00:16:50

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [1ab447049330fd8edfc99e599a31cbb703706ad7]

        Merge SRC633: 07/04/01 - 00:17:30

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [f7b654e23d2ffe8789dbc6c352f380c5cc979288]

        Merge SRC633: 04.07.01 - 00:18:45

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [cdad92415dbe7a79e32c9f82c6bb56c1c6d910f4]

        Merge SRC633: 04.07.01 - 00:16:38

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [f368cc5ac398b8862ff9b9193563db41db8ad1ef]

        Merge SRC633: 04.07.01 - 00:13:48

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [b7486f4422c52da30f4d6e843eb3bbf8aff270ff]

        Merge SRC633: 04.07.01 - 00:12:25

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [0f07e625b59966cc7fbf38d6afb834475ed97d0a]

        Merge SRC633: 04.07.01 - 00:12:30

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [f18d237766647d58b2d72b5c3acaedc301b98935]

        Merge SRC633: 04.07.01 - 00:10:39

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [763d4a57473c2968adfdf5bb05454aa1868bddab]

        Merge SRC633: 04.07.01 - 00:10:20

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [8839c264281c8557bc570fda8f07e0ae5f2416d9]

        Merge SRC633: 04.07.01 - 00:10:02

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [1fcea7226282b5d1f38f65bffbd87d3599980163]

        Merge SRC633: 04.07.01 - 00:07:04

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [21a2de085bdfd9770dfdfb7a482eca7a6abbb3a6]

        Merge SRC633: 04.07.01 - 00:08:02

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [98683b91a4fa56c2e2b2e877f9d75e22fdc28047]

        Merge SRC633: 04.07.01 - 00:03:38

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [411203b78f2bf8601be41954fa1506cda3a3169b]

        Merge SRC633: 07/04/01 - 00:02:56

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [fb621d0f81442ebda855346bb22139ece3a141e5]

        Merge SRC633: 04.07.01 - 00:02:58

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [548d50fe93354bcbdbc0dcf6a6990480e2c139ea]

        Merge SRC633: 04.07.01 - 00:00:57

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [d328afc8968e0d5811314d981d5b259504154493]

        Merge SRC633: 07/03/01 - 23:56:53

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [4e305d3512fccbfaf01e5ccdef951cd80dd53138]

        Merge SRC633: 03.07.01 - 23:56:37

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [8db0ae47792990d6c2169aeab79bc026b75e22cb]

        Merge SRC633: 03.07.01 - 23:55:17

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [343b8b6f76583519387d97f6acc726dc12189d0d]

        Merge SRC633: 03.07.01 - 23:50:53

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [b136de797f1b3fee29e54e47effcd3fbbd8ba1fe]

        Merge SRC633: 03.07.01 - 23:49:21

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [2eea27175311f8ca9d49975a6dd58ae0d9065637]

        Merge SRC633: 07/03/01 - 23:48:41

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [80aa90cbf96370b4f3f194db2a0688d45f4ee085]

        Merge SRC633: 03.07.01 - 23:46:57

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [a91945db1693d9f16885d7edeef6b565cf99477b]

        Merge SRC633: 07/03/01 - 23:46:38

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [9d43f9c865168aa0889d467f1af0ceecc5054f04]

        Merge SRC633: 03.07.01 - 23:47:27

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [5d4502ea5400cc1267125162e7021f10d5aad95a]

        Merge SRC633: 03.07.01 - 23:45:06

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [7c40180e7f4b367aba7439f01b817292023b3c4f]

        Merge SRC633: 03.07.01 - 23:45:54

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [a2f7b06b8c004fb0263de921c86203d41dac665e]

        Merge SRC633: 07/03/01 - 23:44:37

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [1726ae210b1d2c1fc55c72982ab15e37e92542db]

        Merge SRC633: 03.07.01 - 23:44:00

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [97c1c2f3dba1f58380f1d73f86ef390969663791]

        Merge SRC633: 03.07.01 - 23:43:55

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [edf839fcbeb62d261756d8a579b5e94531ccd42d]

        Merge SRC633: 07/03/01 - 23:42:14

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [29df41f862f3843f60c08733ec0cf890df0619be]

        Merge SRC633: 03.07.01 - 23:41:28

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [13f8500948003ca78ed1884b6bd167521aa0cc68]

        Merge SRC633: 03.07.01 - 23:41:21

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [0e36d3b11a329bffdbc26805360d51a85aa74021]

        Merge SRC633: 03.07.01 - 23:40:11

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [de0b681db81db1de969624d284c82309003ca32a]

        Merge SRC633: 03.07.01 - 23:40:50

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [39b919774b6905a1b049635b86cf059a5543757d]

        Merge SRC633: 07/03/01 - 23:39:16

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [18cbb9c16822da357b95ba0625b777257f686638]

        Merge SRC633: 03.07.01 - 23:41:00

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [af31e13a2f21926857a3746474a7c63d9839b909]

        Merge SRC633: 03.07.01 - 23:36:42

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [bdacca88796846d0ee8837fcac5460b80c64960b]

        Merge SRC633: 03.07.01 - 23:37:29

2001-07-03  Rüdiger Timm  <rt@openoffice.org>  [304973d7d18fc46c04f2004e3b16cc526ebff865]

        Merge SRC633: 03.07.01 - 23:35:00

2001-07-03  Mathias Bauer  <mba@openoffice.org>  [c81ca3dddadb1d0589d7fbbe18e08b3c32ae04e1]

        #86347#: some optimizations for image handling

2001-07-03  jp  <jp@openoffice.org>  [bc833a6c1fd6e4967711913b4be031af2d06826b]

        Bug #89130#: export one font instead of the complete fontlist

2001-07-03  jp  <jp@openoffice.org>  [c00014f11cd0b9176f79e75da03ce66ec14f60d5]

        Bug #89193#,#89130#: dont write the list of fonts - only one or two

2001-07-03  Mathias Bauer  <mba@openoffice.org>  [bad093c02b33b3e8c828c696c1be70267a3d38b6]

        #86347#: set select handler outside of menucontrol, because popup is also used in tbxcontrol

2001-07-03  Oliver Bolte  <obo@openoffice.org>  [322e4322404e24348a67701aabbdb034e7cd84b6]

        new version for SRC637

2001-07-03  Oliver Bolte  <obo@openoffice.org>  [10ddeecf056c4e1eeec34d7001c4aa4d46e73085]

        new version for SRC637

2001-07-03  Oliver Bolte  <obo@openoffice.org>  [3ee773d58bcbe3c63fe3378c7b165bf809a72669]

        #65293# ambigous ucb

2001-07-03  Hennes Rohling  <hro@openoffice.org>  [b9e9e1efee01fca726de8b24cbf3e959f8d54495]

        #89181# TF_SVDATA: Removed obsolete methods

2001-07-03  Thomas Benisch  <tbe@openoffice.org>  [7642124388aed86c54d202cfcd105a89be234bcc]

        #88677# GPF when calling Tools/Macro...

2001-07-03  Philipp Lohmann  <pl@openoffice.org>  [e525ad4a3afd43af2877a4f1da37d6a4aeaa28f6]

        #89186# tolerate a quick show/hide sequence

2001-07-03  Daniel Boelzle  <dbo@openoffice.org>  [e322c589fd55d66120d79b6cc0dbdbe451e5cc10]

        #88717# fixed quering for unknown type

2001-07-03  Daniel Boelzle  <dbo@openoffice.org>  [5938789e551532278e6ddf362a1a62137ac4fc26]

        #88981# fixed quering for unknown type

2001-07-03  Sven Jacobi  <sj@openoffice.org>  [625a66148b9577b524a60e318b6a9f8ae6a8db00]

        #89106# now also importing the bitmap resolution, so that prefsize can be set

2001-07-03  Oliver Bolte  <obo@openoffice.org>  [4fcc06cc92b431dc8e5bd5615448c6d1506ca144]

        new version for SRC637

2001-07-03  jp  <jp@openoffice.org>  [73689d7a36f05f25d4e34beac841012ffafcbc52]

        Bug #86377#: use the right overwrite position

2001-07-03  Dirk Völzke  <dv@openoffice.org>  [9e6de2925ee0572c89f7212d35d5f3150a688abc]

        #89198# updateVersions should check for IsDocument first

2001-07-03  Stephan Bergmann  <sb@openoffice.org>  [97f1524501c4cef8b911156ce53d174e9a7af3ef]

        #88922# Modified vnd.sun.star.hier to allow optional authority.

2001-07-03  Vladimir Glazounov  <vg@openoffice.org>  [1c2ae6b1913b3fc2ccd100c145942339f702937d]

        #65293#: must changes

2001-07-03  Kai Sommerfeld  <kso@openoffice.org>  [04d66447215e89590fd45b21e0bab0b078ee7d31]

        #88922# - Fixed HierarchyUri::init()

2001-07-03  Dirk Völzke  <dv@openoffice.org>  [08afa2a54937a1d837e6fcdd4047186e425eeccc]

        Reincluded changes made with rev. 1.44

2001-07-03  Sven Jacobi  <sj@openoffice.org>  [12a8b09241812b620c6533a1fefbf92874a3a66d]

        api changes

2001-07-03  Niklas Nebel  <nn@openoffice.org>  [df5ced327143b881e9c6ddb7f4b56622fbce49a4]

        #88403# #89150# use SvxOpenGraphicDialog instead of SvxImportGraphicDialog

2001-07-03  Oliver Specht  <os@openoffice.org>  [b8d9067698820008a18afe9a219cea61a1ca6ce2]

        #89174# don't use GetActiveView anymore

2001-07-03  th  <th@openoffice.org>  [de6c5a4305adf9971c5f29bf7871b551b5ee835d]

        #88541# - Remove W16 code

2001-07-03  th  <th@openoffice.org>  [35f31bfd7c28270f2d86b43358ff6b4c0dcfe736]

        #88541# - remove dll.hxx

2001-07-03  th  <th@openoffice.org>  [856add8409d3478ddffff8adba784c6301ddde86]

        #89050# - All buffer are now stack buffers

2001-07-03  Mathias Bauer  <mba@openoffice.org>  [f1bd5e6bd3cf661161710043c9f6c7cd0939920e]

        #86347#: don't ask for non existing types

2001-07-03  Armin Weiss  <aw@openoffice.org>  [92b3b44050ec96e4d969b7dafc5f02f1a2b49951]

        #83403# 3D objects are now transfered to the entered 3d scene immediately and their position and size is corrected

2001-07-03  Dieter Loeschky  <dl@openoffice.org>  [80dec71262831f190d035e9b702ef971d85d7e30]

        #89120# NewOrLoadCompleted(): synchronize page names with LayoutNames

2001-07-03  Kai Ahrens  <ka@openoffice.org>  [1697db5ca20202fc8ec0564a5aff8db4cbdbd60c]

        TFD changes

2001-07-03  Vladimir Glazounov  <vg@openoffice.org>  [82e3784973835a04476a39505d972a117b9cd5f0]

        TFD636

2001-07-03  Oliver Specht  <os@openoffice.org>  [e76f2af26987952bd62bb5cdf3b9597ee44ee71d]

        #89159# Load styles: overwrite flag corrected

2001-07-03  Oliver Bolte  <obo@openoffice.org>  [22cc0750fbaf3894673b5ff93c2ed269edabffd1]

        #65293#

2001-07-03  th  <th@openoffice.org>  [8d67437f4472e570715e50d7f432cbe250f1499c]

        #88874# - Font in customizemode is now set correct

2001-07-03  Andreas Bille  <abi@openoffice.org>  [916d67f6ea30ab0e1c37739c31d876022a76403d]

        Exceptions for opening a file/directory, inserting, writing

2001-07-03  Ocke Janssen  <oj@openoffice.org>  [2b7330395cb78f57b24860b81f28f4b11c2f4b5c]

        #86890# impl query paste in contextmenu

2001-07-03  Kai Ahrens  <ka@openoffice.org>  [59379f967902686a34b52cd787a9003088ba2ca1]

        TFD changes

2001-07-03  Peter Burow  <pb@openoffice.org>  [9465996a580ccd8e3685246f347f8e1165cbc0fc]

        fix: #89182# catch exception in HasParentFolder()

2001-07-03  Kai Ahrens  <ka@openoffice.org>  [fd5f1451e9f07fd440a07b9af67f15833d64869e]

        TFD changes

2001-07-03  Armin Weiss  <aw@openoffice.org>  [db72927bcf7c100d66cb07a267360504ca2b06fa]

        #75059# use Container for TextureStore instead of DECL_LIST

2001-07-03  Jörg Barfurth  <jb@openoffice.org>  [43ac48ee5a3b7d5b3c5a8040fec9043b18010d7f]

        Fixed Solaris build problem

2001-07-03  Oliver Braun  <obr@openoffice.org>  [182095ea2227af124344ed73841db2e9571754c5]

        #88576# hash value can be negative

2001-07-03  Ocke Janssen  <oj@openoffice.org>  [5a7fe204a72a9d33c68fe7551a3578c3fe11bf18]

        #88887# now we can tablecolumns with default values

2001-07-03  Armin Weiss  <aw@openoffice.org>  [818ad6920f4d9190146b918cba45b0c444b95dab]

        #75059# impllementation of transparent textures and timed texture cache

2001-07-03  Andreas Martens  <ama@openoffice.org>  [7487bba5b8e81397d4aa0943808e2f40ef3c60d8]

        Fix #89047#: Make use of the cursor orientation

2001-07-03  Hennes Rohling  <hro@openoffice.org>  [d8b42979955756d05827da23e473f7a1242cbaeb]

        #89181# Class GroupSet is no longer used

2001-07-03  Jörg Barfurth  <jb@openoffice.org>  [f6f92973eeb97dedaa21964f68f95221ab940853]

        Missing #includes

2001-07-03  Ocke Janssen  <oj@openoffice.org>  [2428ebf1eb8df117e6798645fb130df7e2f60b9c]

        #88888# some DBG_

2001-07-03  jp  <jp@openoffice.org>  [7ee4e61db4b63afe13777f80bea8da7114dd9d5b]

        TFD taskforce changes

2001-07-03  Thomas Lange  <tl@openoffice.org>  [cc4032667cc4a57542970b0e1d87eb43d96b4999]

        #83490# superfluous defines removed

2001-07-03  Thomas Lange  <tl@openoffice.org>  [dbd065adfe507f40cc93944d8d1c156c33ac4aec]

        #83490# line break behine soft hyphen prohibited

2001-07-03  Ocke Janssen  <oj@openoffice.org>  [e6373ce9389130dcf4043c15148ccf51f4c85aa9]

        #89160# TF_SVDATA

2001-07-03  Dirk Völzke  <dv@openoffice.org>  [364b6ba94e5f150dde1bdb51e25868cde0c5ce22]

        #89176# Use AsynchronLink from svtools

2001-07-03  Dirk Völzke  <dv@openoffice.org>  [8dcc2593b45dff7863d0187bec4750eb8ac7eaa3]

        #89176# AsynchronLink moved to svtools

2001-07-03  Oliver Bolte  <obo@openoffice.org>  [69ae465be989498e45b75936ce714d1ed6cff115]

        #65293#

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [d506bedc394d96839cdabff70b387a78dd5496a9]

        new version for SRC637

2001-07-03  Kurt Zenker  <kz@openoffice.org>  [ffb3994f5f17ffe9f713295cd968734a9210a161]

        new version for SRC637

2001-07-03  Peter Burow  <pb@openoffice.org>  [ab54f40f3ec0eff2922a62c595ecaf6d81a9a4d8]

        fix: #89133# show 'Early Access 3' in scroll part

2001-07-03  Dirk Völzke  <dv@openoffice.org>  [13e0ca01789a458c5f9f7a17452056490dd677ae]

        #89176# Removed AsynchronLink from header

2001-07-03  Dirk Völzke  <dv@openoffice.org>  [28a5af9896187050daf4668bab8023d11919b719]

        #89176# don't filter 'svtools'

2001-07-03  Dirk Völzke  <dv@openoffice.org>  [8934829c897a020117eff8bb9d113485e46a1e8e]

        #89176# Export asynclink.hxx

2001-07-03  Oliver Specht  <os@openoffice.org>  [8d16b8f20fdd6c7b38048b345522545d20dbc905]

        #86941# ruby font height corrected, default char style name

2001-07-03  Tino Rachui  <tra@openoffice.org>  [433775ff5bd185d30484f6921464ecf0db21af8f]

        using SOffcie52ProxySettings instead of SOfficeProxySettings

2001-07-03  Ocke Janssen  <oj@openoffice.org>  [ce2b85247f5f2e01f65581bc120e2da1e128d4cf]

        #88888# don't modify values when setting defaultvalue

2001-07-03  Tino Rachui  <tra@openoffice.org>  [c1ad44fd1de97bb3acd6cbf077329cb80795558c]

        renamed from SofficeProxySettings.idl to current name

2001-07-03  Kai Sommerfeld  <kso@openoffice.org>  [6fdb1dcb20363fd417e8342ce03e9234b9c4d302]

        #88922# - Generic data source backend.

2001-07-03  Kai Sommerfeld  <kso@openoffice.org>  [12465653411f4531528389135983c6e46bf84fbd]

        #88922# - Initial revision.

2001-07-03  Kai Ahrens  <ka@openoffice.org>  [4d660e7ba6cec4133b9db4f64b0e72a7876ec884]

        TFD changes

2001-07-03  Oliver Specht  <os@openoffice.org>  [b7b437ba05047cd040913dcb1d0f85c478a793c6]

        numbering rules: assign default character style to bitmap numberings if not otherwise set

2001-07-03  Kai Sommerfeld  <kso@openoffice.org>  [3c72c501f7298ac39eb0a440af88122a7bbb6db9]

        #88922# - Initial revision.

2001-07-03  Kai Sommerfeld  <kso@openoffice.org>  [3d63b2f9ba920156874cdf12dba46848d908542a]

        #88922# - Added HierarchydataSource.idl, DefaultHierarchyDataSource.idl,           HierarchyDataReadAccess.idl, HierarchyDataReadWriteAccess.idl

2001-07-03  Ocke Janssen  <oj@openoffice.org>  [0657af5ef8b8801b32a2b36de0cb4eef79f9e8ed]

        #88888# only set values which are modified

2001-07-03  Kai Ahrens  <ka@openoffice.org>  [a21365d2b401a52d84395a6842046edcbbcf860f]

        TFD changes

2001-07-03  Andreas Bregas  <ab@openoffice.org>  [5162410edde5762ff73dbc733481a884108db1bc]

        #88042# ClearAllModuleVars(): No deletion of vars in child basics

2001-07-03  Andreas Martens  <ama@openoffice.org>  [111b09e038bc2970ee2e1be55a6473b0a329accf]

        Fix #88852#: Less calculation at fly in content frames

2001-07-03  Ocke Janssen  <oj@openoffice.org>  [1f2c0549a5817819f16df90359904155502fe21e]

        #88960# fixes from CM works

2001-07-03  Sven Jacobi  <sj@openoffice.org>  [8d33ac74f92b9adaaf6969778519aa8999cf9dd7]

        #89109# return value is now used at ImpGetScaledGraphic when scaling graphics

2001-07-03  Kai Sommerfeld  <kso@openoffice.org>  [525a8b34bdbc6a818b6b6cebbba2a67606effcb6]

        #87187# - Lazy init of DAVResourceAccess.

2001-07-03  Daniel Vogelheim  <dvo@openoffice.org>  [0b8e772b9d1b66797b572594e4840f1e1338435a]

        #87955# corrected typing mistake in service name (cut and paste, *cough*)

2001-07-03  Peter Burow  <pb@openoffice.org>  [17738cdadb487ea08bfdd43d4dc9819b3785e55a]

        fix: #61995# prefix for every label to have an fixed shortcut (e.g. '~1: ')

2001-07-03  Peter Burow  <pb@openoffice.org>  [937397ae8d1007cd4576c3fada7dfa886a5e0e2f]

        fix: #61995# new design for userpage: label and edit on different lines

2001-07-03  Peter Burow  <pb@openoffice.org>  [3b973d17905fdcec559ecb9980f4b3079fb1e946]

        fix: #61995# userkeys call 1-4 instead to 0-3

2001-07-03  Michael Brauer  <mib@openoffice.org>  [79ea5729308d0b56f1139ed6a7fc37e253e646e6]

        #88156#: warning for unconvertable chars

2001-07-03  Daniel Rentz  <dr@openoffice.org>  [b5a0aeae1e0acea583792ce9ba60db68b1fbcb7d]

        #89066# workaround for text marks without link

2001-07-03  Herbert Duerr  <hdu@openoffice.org>  [f922822e65ea575462af02e5b10f5e5b0030a05a]

        #65293# circumvent MSVC++ bug

2001-07-03  Tino Rachui  <tra@openoffice.org>  [44298b2c0fc2491d773dce1f07cdd3e7326e0ce9]

        com/sun/star/ui will not be built anymore

2001-07-03  Vladimir Glazounov  <vg@openoffice.org>  [51412d7160cb49390cc1d11cfe30230d845986ac]

        TFD636

2001-07-03  Vladimir Glazounov  <vg@openoffice.org>  [8bd2bdbed93d13a0478fb255351ae8f9ed0f8253]

        TFD636

2001-07-03  Niklas Nebel  <nn@openoffice.org>  [694a750cecd2931a71f9e4eb777bc264447aae56]

        #89078# SavePool: set forced standard name before saving doc pool

2001-07-03  Tino Rachui  <tra@openoffice.org>  [a6cfa87c961527a381ac0a09b8782f4623cba0bc]

        moved from drafts

2001-07-03  Tino Rachui  <tra@openoffice.org>  [ae801d329e2ebff8a4c74c6e84946b63a117cf3d]

        must change com/sun/star/ui -> com/sun/star/ui/dialogs/

2001-07-03  Tino Rachui  <tra@openoffice.org>  [3fde019c49bec93101156bd1286166687e51680d]

        added package com/sun/star/ui/dialogs

2001-07-03  Mathias Bauer  <mba@openoffice.org>  [d5481b9a4c6961502f23258f7b03ca2d3eae0b8d]

        #86347#: some accels changed, KeyFuncs removed

2001-07-03  Hennes Rohling  <hro@openoffice.org>  [ba9252e4e096d0a5460262e34b80c3e49f0c5c8c]

        TF_SVDATA Removed obsolete VCL D&D and clipboard headers

2001-07-03  Michael Brauer  <mib@openoffice.org>  [0a1b2d67e03971dc76166a66fccc5ca931b716df]

        #88156#: warning for unconvertable chars

2001-07-03  Peter Burow  <pb@openoffice.org>  [206ec87fd71ccc11e786a00f65597ffd7d004631]

        fix: #88808# closer button always clickable

2001-07-03  Andreas Schlüns  <as@openoffice.org>  [4e3aefebc9a192dc0e4307f26fa2a6a3bbfef643]

        #79955# new provider as multiplexer for dispatch calls

2001-07-03  Gregor Hartmann  <gh@openoffice.org>  [d513b858a4778bcd59c86f7bda0425cd8b0d0748]

        new ressource

2001-07-03  Oliver Braun  <obr@openoffice.org>  [5f29100006c88507b548d23a8f94d8804f65e74f]

        build environment changes

2001-07-03  Michael Brauer  <mib@openoffice.org>  [c5663198949e7b0f26f302a390207752a5c51083]

        #88156#: warning for unconvertable chars

2001-07-03  Michael Brauer  <mib@openoffice.org>  [52bb98625a4170983ab39129c5f59c836a9ca8ce]

        #88156#: warning for unconvertable chars

2001-07-03  Michael Brauer  <mib@openoffice.org>  [5129b4892809cc782cad886ebe9ae043872454e7]

        #88156#: warning for unconvertable chars

2001-07-03  Oliver Braun  <obr@openoffice.org>  [715d2a92ae00d9798e884c9f1808c9216be7e791]

        #89062# file names must be lower case

2001-07-03  Ocke Janssen  <oj@openoffice.org>  [56fc1495f7ef12099a040a1cf7561df5ed210b5a]

        #80211# set title for datasource browser

2001-07-03  Ocke Janssen  <oj@openoffice.org>  [ca726fbea0c7f4621e2d7feda8c36a66b12b4a7a]

        #89081# check if the user has dba mode

2001-07-03  Michael Brauer  <mib@openoffice.org>  [124895d0160513a6e1a7a59f9c863d48715da2ae]

        cvl/clip.hxx removed

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [2bb30d13d0003bdae7d844a081e80ffef2996050]

        Merge SRC633: 03.07.01 - 02:37:05

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [4720629dcbd2dc3c2bce49dc6282ff52b13379a3]

        Merge SRC633: 03.07.01 - 02:30:02

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [31c4c4dd87101aadca5408dae92ebf2942281f14]

        Merge SRC633: 03.07.01 - 02:20:14

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [045fc9ea5497a6ef20eba5259448e7accfb6ba97]

        Merge SRC633: 07/03/01 - 01:57:44

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [beaa9cab5ef14d18227b8bbe4e509e3e9371fbc7]

        Merge SRC633: 03.07.01 - 01:53:53

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [956088cc3d58fa58826918ea4440cf06652ccadd]

        Merge SRC633: 03.07.01 - 01:32:10

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [8149b8ac1794f8171249b678ca530658258bb31b]

        Merge SRC633: 03.07.01 - 01:18:45

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [daad5d15de91c4af0a4dff5d8e626b5bcfacf073]

        Merge SRC633: 07/03/01 - 01:16:07

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [0174e9e10fdaf993501720848ea88378da11a85c]

        Merge SRC633: 03.07.01 - 01:16:54

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [49f5ee37b844b61793a4b268a334f4c4a9e74fa5]

        Merge SRC633: 03.07.01 - 01:14:34

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [631e3d9922d837d75e05ebd44571245500a08ab1]

        Merge SRC633: 07/03/01 - 01:13:58

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [93b6ada3e5a55eb72c2b261386a5a3944b23c12d]

        Merge SRC633: 03.07.01 - 01:15:14

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [50e2762367691b03f4953b5d84c72536760810ba]

        Merge SRC633: 03.07.01 - 01:13:56

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [5d610fe33a1e8295b16858b3da2d56447687bbd3]

        Merge SRC633: 03.07.01 - 01:13:30

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [228480a78d19c9ec16151df5798336295f89066d]

        Merge SRC633: 03.07.01 - 01:11:30

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [70aa34fca219797e24eb0bc643d18ac47c20ab35]

        Merge SRC633: 03.07.01 - 01:06:45

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [67a61b1d65ae523a2e9e574bff03255bdd0526c1]

        Merge SRC633: 03.07.01 - 01:05:51

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [83b7a773462dd10f1408c5a5ec0f6299fa3033a6]

        Merge SRC633: 03.07.01 - 01:05:05

2001-07-02  Oliver Bolte  <obo@openoffice.org>  [0df3126a555a4c9b8173e1add4de74039fff3abb]

        Merge SRC633: 03.07.01 - 01:10:22

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [cfb571d85a63ec4a9d9daa96efe92bec60034d9d]

        new version for SRC637

2001-07-02  th  <th@openoffice.org>  [0a5efa80ca98abc4a8652383c61b0231ba792e60]

        #80306# - ce/ps now in the correct tables

2001-07-02  th  <th@openoffice.org>  [60b3f32b52f467eb841477e6f78c6af37854de5e]

        #80306# - Mapping to Courier, if Font doesn't work

2001-07-02  th  <th@openoffice.org>  [ddb0bc2ec0f4e65168003549cd15000b4c0b8aea]

        #80306# - Fontmapping improved (quality and performance)

2001-07-02  Oliver Bolte  <obo@openoffice.org>  [a473b6104677d6c5893ccd679dd8500b93feb6b0]

        new version for SRC637

2001-07-02  Niklas Nebel  <nn@openoffice.org>  [733347f8c5afa6d4e16519633eb20c6c72f9b32b]

        #89078# ApplyStyleArea: if pattern is unchanged, keep old pattern

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [5c786c75f044b393910f52a13ac3837d00418f3e]

        new version for SRC637

2001-07-02  Mathias Bauer  <mba@openoffice.org>  [1e4af7a352461cb37c8cd514f7d33fbe072df66c]

        #89027#,#89030#: opening templates over command line

2001-07-02  Thorsten Behrens  <thb@openoffice.org>  [c88bbb2d4a70635d176ee8723cd259889e1b4ac3]

        #89056# Now using always FILESAVE_AUTOEXTENSION_SELECTION template

2001-07-02  th  <th@openoffice.org>  [e6f09595f1bf29047195928108d0772bbb2c2930]

        remove old D&D-interfaces

2001-07-02  Mathias Bauer  <mba@openoffice.org>  [d3a6cef10bff830d65157f5b6673bbb64849be18]

        #88062#: better exception handling

2001-07-02  Mathias Bauer  <mba@openoffice.org>  [b113b50f14eb2aa9f9fb453426bf6097fc0b95c9]

        #87696#: Listener for Icons

2001-07-02  th  <th@openoffice.org>  [3bcf7c3f909c02dad3ce455e8fb906186c9c1f61]

        remove old D&D-interfaces

2001-07-02  Mathias Bauer  <mba@openoffice.org>  [7a2f38b59537bdcc98a225c5dadf8cb1b51363d1]

        #87696#: Listener for Icons

2001-07-02  Mathias Bauer  <mba@openoffice.org>  [399e0b5387d2d4f51a9198272c10b704f414dbf7]

        #88062#: avoid closing streams when still used

2001-07-02  Dirk Völzke  <dv@openoffice.org>  [2f16c60a0386b413a66943ad333e207ffd16a7b1]

        #89084# Use namespace for class AsynchronLink

2001-07-02  Thomas Lange  <tl@openoffice.org>  [8f8b8973d67d61aadd9f2dd0898f89e068376713]

        GPF when double-clicking on a module entry after exiting 'Edit Modules' dialog fixed

2001-07-02  Oliver Specht  <os@openoffice.org>  [36938f7f57bf07942f7f0e213332c5281e5826e8]

        #86196# graphic loading: notification corrected

2001-07-02  Oliver Specht  <os@openoffice.org>  [f8970f123dc457e2b2feb4b0351897f6551e9dd8]

        #86196# graphic loading: notification corrected

2001-07-02  Vladimir Glazounov  <vg@openoffice.org>  [15d53b15f4f8cb451803c88a860f029ffc0ceca2]

        #65293#: removed multithreding

2001-07-02  Niklas Nebel  <nn@openoffice.org>  [9443edf28908e50a0840c24856b71da063050948]

        #89097# initialize rBindings before CommandToolBox

2001-07-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [34baf4cf2f24fcb9ea668b967dafd5f206f69ce9]

        #65293#: TARGETTHREAD=ST

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [f39761deee7ba745479b12ef84df601eb426c33b]

        #79955# new dispatch provider

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [55bf572ca77378c8d7ce310e1fcabd0c86856f17]

        #79955# first revision

2001-07-02  Daniel Rentz  <dr@openoffice.org>  [f5142e13b97a3778167d8f1e7ece5c092b3c1f8a]

        #89064# internal hyperlinks

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [e74c1617a118536994abe4bff21bdce8ca030ae6]

        SRC637

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [b143c62f550f3e6cfa2a84c372d3f8b3fd9a9ca3]

        #79955# use new DispatchProviderinc/services/frame.hxx

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [19c01d03312f3d2b69d156972f57f2325d200b44]

        #79955# use new DispatchProvider

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [96209dfa4920d846b84de746d0241a27229071bd]

        #79955# support queryDispatch()

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [0e3958b37531b8056e34f8e36cb7965e4dbd87fe]

        #79955# support content handler

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [ee10403897adcd874d743a9ffb4654bf3e9a66a2]

        #79955# right include for interfacecontainer

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [c0b62bb438e4791e8f0e1615d2f387d2778273cd]

        #79955# new service for content handler factory & sound handler

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [25b619abf5ae9973c9f0c608f455f53f910ef314]

        #79955# new argument for OutputStream

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [2e7a90fffaddabdff8128e6df1fc6c49e75d39b6]

        #79955# new factory to create content handlers

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [bc5ee4fbf53291eca5e4b0da94740f719812f22e]

        #79955# move to dispatch dir

2001-07-02  Björn Milcke  <bm@openoffice.org>  [b056e2012ca2aab0fadd72bf9041ce822af85aac]

        #89079# some changes made for relative URLS before were incorrect (those pointing into the package)

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [bacd98e08b5f38f069bdef7193bf5e95bb9ee305]

        #79955# use valid URL for removeStatusListener()

2001-07-02  Ocke Janssen  <oj@openoffice.org>  [f2550e3d2d8e4a2877ad51e8b9fff2dd8c4e6fad]

        #88476# save name of object before recursive call

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [6c667c50c2fd6dc9ba28c43be0fde65c08097866]

        #79955# new dispatcher for _self

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [261c6865ad9a81dd89f30393925c9432bd734730]

        #79955# new dispatcher for _blank

2001-07-02  Andreas Schlüns  <as@openoffice.org>  [23dfdb3264ddb67aac39c8625d3583aacbdc7e54]

        #79955# new base class for dispatch implementations

2001-07-02  Tom Verbeek  <tv@openoffice.org>  [1faf11ae877364542d37bd66bc5141d0eec5b6ae]

        #88959# removed because of ceased support for own address book

2001-07-02  Dieter Loeschky  <dl@openoffice.org>  [ba29d1bc1579a1fd33e8e3bc299509fb3475fbdb]

        #88949#, #88962# Fixes for vertical writing

2001-07-02  Oliver Specht  <os@openoffice.org>  [2996b99a78b7429851ca460d556176ad73f8a18c]

        #87372# bibliography names standardized

2001-07-02  Oliver Specht  <os@openoffice.org>  [ec0c5f5bc7f897f5408340061b342cb6a5f1ed20]

        #87372# bibliography names standardized

2001-07-02  Andreas Bregas  <ab@openoffice.org>  [17c5d5b91b354b58e941e01828b9dd001a5dae6a]

        #89073# New library import/export interfaces

2001-07-02  Dirk Völzke  <dv@openoffice.org>  [44745ea3c1e1809d2f1de344541162b1b9505492]

        removed DONT_USE_FILE_DIALOG_SERVICE parts

2001-07-02  Dirk Völzke  <dv@openoffice.org>  [07e78477499c1de653c4f04547d3bf55aaeceaca]

        removed DownloaderLoader()

2001-07-02  Dirk Völzke  <dv@openoffice.org>  [48be6e5555eb33e9c56ccad90d88ba8a5a3a336b]

        removed CreateDocFileDialog()

2001-07-02  Daniel Boelzle  <dbo@openoffice.org>  [f293b9d625db32c2186348d69271db42ea858d9d]

        #67468# added unloading for bridges/ environments

2001-07-02  Kai Ahrens  <ka@openoffice.org>  [476acd5d9e28a16888653a7fc7e7bf865c82a3b7]

        TF_SVDATA changes

2001-07-02  Oliver Specht  <os@openoffice.org>  [a7afc46b3766e4000ae5a9b8a914ede36bbd2991]

        #85609# dont allow counting by chapter an positon at end of document

2001-07-02  Oliver Specht  <os@openoffice.org>  [dec377fd9ddd05a6e5277f81bb3628e88109d033]

        #87733# custum entry on the first position, again

2001-07-02  Dirk Völzke  <dv@openoffice.org>  [51744d27ed8f86340ac62e7183b9e877755d1274]

        Removed DownloadControler, etc

2001-07-02  Thomas Lange  <tl@openoffice.org>  [c29dd92eed118cfd25de8589b3d570ebff67f257]

        #89018# IgnoreAllList always checked now

2001-07-02  Oliver Specht  <os@openoffice.org>  [a3937e12c5dbf4d2785fce1bf245e525c41d9e7f]

        #88271# dialog redesign

2001-07-02  Daniel Boelzle  <dbo@openoffice.org>  [8bc570246b100d472ead0fb8813ea4ffeac9e68c]

        #67468# added unloading for bridges/ environments

2001-07-02  Kai Ahrens  <ka@openoffice.org>  [d8010173ae2fad2bf47e7f75ef590dd59021e9fe]

        TF_SVDATA changes

2001-07-02  Daniel Boelzle  <dbo@openoffice.org>  [1c21bb466c0101dfcbfe59aa8cd273fe46ad531b]

        *** empty log message ***

2001-07-02  Mathias Bauer  <mba@openoffice.org>  [b428e3fa0a2f292a1ff627e83fca5bee5029a9f1]

        #88646#: Unpacked as argument

2001-07-02  Mathias Bauer  <mba@openoffice.org>  [dd0392742656fefe2b1321a2fc5affc36d26a943]

        #87696#: Listener for Icons

2001-07-02  Mathias Bauer  <mba@openoffice.org>  [92f23500d89c07316418d38c76bb6935a336eeb1]

        #87696#: Listener

2001-07-02  Kurt Zenker  <kz@openoffice.org>  [7f3309dbdc69dbeba061ce2d2453c52420678360]

        UDK302

2001-07-02  Armin Weiss  <aw@openoffice.org>  [385681ec9bc983ea63a1e69bdbd9c5b756fa571c]

        #88990# replaced catch(...) with catch(com::sun::star::uno::Exception). Catch(...) amkes NO sense under Solaris.

2001-07-02  Ocke Janssen  <oj@openoffice.org>  [f3198d19a4993578f8e32919ced820a7a79ab9e4]

        #88476# move some methods to UITools

2001-07-02  Daniel Rentz  <dr@openoffice.org>  [5c7d86d30f2e15af7a25eef4f5146cc57d329fa6]

        paragraph preview improved

2001-07-02  Daniel Vogelheim  <dvo@openoffice.org>  [df92c866bba51243676d5ce76cf34c451be00f1d]

        #87303# added character style to index template entries for tab stops

2001-07-02  Kai Ahrens  <ka@openoffice.org>  [95b2ea577a005c7cae78d3d783ce8d0aa47dfa02]

        TF_SVDATA changes

2001-07-02  Eike Rathke  <er@openoffice.org>  [6f5812838bfb084ef008dddcd0454c3980875bc3]

        memory leak in MakeColStr

2001-07-02  Eike Rathke  <er@openoffice.org>  [a20539eacad9258ecf4be4aba28bb556f4c20b16]

        use SvtSysLocale LocaleDataWrapper

2001-07-02  Matthias Huetsch  <mhu@openoffice.org>  [4da46e269c171812f4d17d819554ff9e859bb2a7]

        Removed obsolete PGP directories.

2001-07-02  Kai Ahrens  <ka@openoffice.org>  [d2f8c93e824d8882302db1a399bf6219884864ac]

        TF_SVDATA changes

2001-07-02  Kai Ahrens  <ka@openoffice.org>  [1e7420e6fe48a00351d5ba40a346690ebc10f452]

        TF_SVDATA changes

2001-07-02  Kai Ahrens  <ka@openoffice.org>  [d2a1b16f09f03b4369bbeaa22114db62e075218c]

        TF_SVDATA changes

2001-07-02  Oliver Specht  <os@openoffice.org>  [a26374298cde8e171ddd7a8b80b5e2023c6262b7]

        #84835# scrolling corrected

2001-07-02  Oliver Bolte  <obo@openoffice.org>  [fad473291c46ab2fd1f83661960e08155068d5cf]

        UDK302

2001-07-02  Eike Rathke  <er@openoffice.org>  [202700eaa670f41aaf78b1107d3d819b8e7603cf]

        use SvtSysLocale LocaleDataWrapper

2001-07-02  Michael Brauer  <mib@openoffice.org>  [160f9f341b05d1dc93892ad0575924f039645bb0]

        #88618#: don't call GetUIName twice

2001-07-02  Eike Rathke  <er@openoffice.org>  [ffe2eef4c05d35ffee860589cd57152334546cf3]

        Mutex guarded access (multiple read, single write) for an application wide single instance

2001-07-02  Michael Brauer  <mib@openoffice.org>  [862cd33b95bafb1ec203b6328f961cb7b57948e2]

        #88618#: tab stop sequences might be empty

2001-07-02  Vladimir Glazounov  <vg@openoffice.org>  [4cee164bdf5fbec93f21fd698bf233921921c39c]

        #65293# corrected dependencies

2001-07-02  Eike Rathke  <er@openoffice.org>  [0203aac24728d21807ed2f6cde266ccb9b568458]

        add: syslocale

2001-07-02  Oliver Specht  <os@openoffice.org>  [60937acf724d332bc79b6794dff6785899024402]

        #87733# custum entry on the first position, again

2001-07-02  Eike Rathke  <er@openoffice.org>  [6caf61bc81cb8e1fe89229cd0fe082b4b31c491f]

        syslocale

2001-07-02  Eike Rathke  <er@openoffice.org>  [5a3047efc947b40adb58a6a5c9bb2b13a44705d2]

        SvtSysLocale provides a single instance of an application wide LocaleDataWrapper which always follows the locale as it is configured by the user

2001-07-02  Tino Rachui  <tra@openoffice.org>  [6094a17aa578f9943d7660fa996da3dffe669354]

        alias names must have an extension if refered to

2001-07-02  Andreas Martens  <ama@openoffice.org>  [41d99442f016e85212dfea8cefb10bd11eac4e18]

        Fix #88975#: Printing with automatic text color

2001-07-02  Mathias Bauer  <mba@openoffice.org>  [24db7c4ea63648f52686018ea7444aacb33a0398]

        #88905#: pFilter may be zero

2001-07-02  Tino Rachui  <tra@openoffice.org>  [9b2b2c26af3cbd79a0d04984027cbc91263a6379]

        template preview but without image template combobox added

2001-07-02  Tino Rachui  <tra@openoffice.org>  [ced3cbd1f8ab731648f46f96d738f21010372dac]

        IllegalArgumentException specification from XFilePickerControlAccess methods removed and methods changed

2001-07-02  Tino Rachui  <tra@openoffice.org>  [44be59e7ae1fe989464d16d1167231bc6ee8272b]

        IllegalArgumentException specification from XFilePickerControlAccess methods removed

2001-07-02  Andreas Bille  <abi@openoffice.org>  [5462dbf3a308104b15394f89016b870d4684a53c]

        Added readonly property "IsReadOnly"

2001-07-02  Carsten Driesner  <cd@openoffice.org>  [d7f3a62df58680e28e3a36b50f6d240253f89e1b]

        #89042# Remove jump mark before calling queryTypeByURL

2001-07-02  Mathias Bauer  <mba@openoffice.org>  [29441c36e29e876a063b1c659414f7f4c8c00d13]

        #88646#: release outputstream only when there is no inputstream, because XStream will be closed when only one of its satellites is closed

2001-07-02  Oliver Specht  <os@openoffice.org>  [050f8583ed140fadfb726064227274c3740c1a2e]

        #88126# typo

2001-07-02  Oliver Specht  <os@openoffice.org>  [8392dccb20b314ba9f5f23ef3e63dbcf56d1bcd5]

        #88126# Set/IsLoadUserSettings added

2001-07-02  Oliver Braun  <obr@openoffice.org>  [89554daf0834f5ea856ab6cb1295edd33df03a33]

        added flag indicating default action

2001-07-01  Bustamam Harun  <bustamam@openoffice.org>  [8b3bede78a76455a24ac0a100e43b88aff1026d1]

        add isValid() for date verification

2001-06-29  Bustamam Harun  <bustamam@openoffice.org>  [d41fedfab08bf3842c9a496734a4e34cabc11003]

        #88188# add transliteration::compare() - Joe Xu

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [6238e800c9d237ba86b05a4b62d10f85fd690540]

        Merge SRC633: 30.06.01 - 00:14:12

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [cf3dde91a11f672929af3e0d54cdae25b1fee855]

        Merge SRC633: 06/30/01 - 00:14:36

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [fbf252c0e56068278d98bec53927ad8a17338b65]

        Merge SRC633: 30.06.01 - 00:09:31

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [c470c1afb11628b97d0002292860f1a41328b04a]

        Merge SRC633: 06/30/01 - 00:02:12

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [b0ad5ad0bb8ebe9fc6409c4c3955532e94b23f82]

        Merge SRC633: 29.06.01 - 23:59:41

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [6cbcb0997e79080a49e91954d498b78aadbcb085]

        Merge SRC633: 29.06.01 - 23:56:08

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [5def2867acdbeb4bf4bfbfdad2179c41fac6b510]

        Merge SRC633: 29.06.01 - 23:59:25

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [6e84a784b187f3a9db22c66004a3ed1659538eee]

        Merge SRC633: 29.06.01 - 23:48:59

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [f48ddc7c6557c5bfcdc749962b50d6f4885ae120]

        Merge SRC633: 29.06.01 - 23:43:51

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [7d6d637f6edaad67060ddf31df18b3231dec9c17]

        Merge SRC633: 29.06.01 - 23:44:38

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [3134c02776a3b4363c0906e9dcb69d1ae54a4a91]

        Merge SRC633: 29.06.01 - 23:42:48

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [a3caa100ac5a6c46913cfd2094f1e8761a527a06]

        Merge SRC633: 06/29/01 - 23:37:33

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [3ca2471849253fe3b30d0c037ecafc72ef657031]

        Merge SRC633: 29.06.01 - 23:36:53

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [2119e4d2f378358905cf581af75fe97faa21ecdc]

        Merge SRC633: 29.06.01 - 23:37:41

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [6e913e37e2d831772fe4e749430c04f49d16e1ac]

        Merge SRC633: 29.06.01 - 23:34:24

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [56e5c9509e582119f5f5d1b09f61a20ff0fc7308]

        Merge SRC633: 29.06.01 - 23:34:57

2001-06-29  Daniel Vogelheim  <dvo@openoffice.org>  [91b1d1d06fa73a3d158e64706e13cf438026afff]

        #86004# changes sXML_* to XML_* constants

2001-06-29  Daniel Vogelheim  <dvo@openoffice.org>  [8a7a7191332f55a0277e4a87d9d2bc562190ad75]

        #86004# changes sXML_* to XML_* constants

2001-06-29  Daniel Vogelheim  <dvo@openoffice.org>  [f4983559bde7e92cc93ddaf79650db9aabc15019]

        #86004# changes sXML_* strings to XML_* tokens

2001-06-29  Daniel Vogelheim  <dvo@openoffice.org>  [5e7951a2d8e80d1353ee51be3c0129e24841e1ce]

        #86004# #88800# - changed strings to tokens - fixed bibliography field - bibliography type import

2001-06-29  Daniel Vogelheim  <dvo@openoffice.org>  [223316d8590334f313285ce5119fdcff9e9e1093]

        #86006# #88775# - changed token to string - export character style for chapter info

2001-06-29  Niklas Nebel  <nn@openoffice.org>  [df456286cb0f669da9373433cc710498644ae7c7]

        TFD taskforce changes

2001-06-29  Niklas Nebel  <nn@openoffice.org>  [1f1c7b53d8f6cdb3c2eec21f058c27b2188ebdd9]

        #89021# don't create empty string cells

2001-06-29  Niklas Nebel  <nn@openoffice.org>  [e00b5b0afba398d91c80f5bc8dbc52a3a54a414e]

        #89021# no assertion for unknown field types in ScFieldEditEngine

2001-06-29  Jörg Budischewski  <jbu@openoffice.org>  [321571ba16987e7bd35c1f0c110b43f28000f4d6]

        #67468# now compiles also on windows

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [087bdd91230cdaca4e3ad1dc85bce2e17d1d1d77]

        new version for TFD636

2001-06-29  Niklas Nebel  <nn@openoffice.org>  [9bf6b5d81cb3b98258cf7d3608e4e0831a64bde6]

        #88957# StartEditEngine: turn off script spacing to match DrawText output

2001-06-29  th  <th@openoffice.org>  [925806de64f97d3b11a552143d3dbd42648f64cc]

        #80306# - Improve Fontmapping the second

2001-06-29  jp  <jp@openoffice.org>  [84d5641ecdb84d123a72af3cf0f3ec86e5c82228]

        #65293#: create translated strings

2001-06-29  Frank Meies  <fme@openoffice.org>  [f8e91dae9de97771a8ae615b9805240d8883b297]

        Opt: Removed obsolete line

2001-06-29  Frank Meies  <fme@openoffice.org>  [535664b8868bf375d8b1a8edd299820f7004cf4d]

        Fix: Repaint problem with multi portions in justified surrounding

2001-06-29  Frank Meies  <fme@openoffice.org>  [2b1f9084ea3e7460c0f52bb2e63000dd615ae98c]

        Fix: Cursor traveling in portions with negative spacing value

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [96f69bcfbdd2f6036e60ff6273c7cf061e886d26]

        new version for SRC633

2001-06-29  Daniel Vogelheim  <dvo@openoffice.org>  [fd2b7955f6406170615d6c408d32de7ab1f96087]

        #i1108# fixed import of redlines involving anything but plain paragraphs

2001-06-29  th  <th@openoffice.org>  [61642a414bb2081f17f1a079665071383059db21]

        D&D-Changes

2001-06-29  Hennes Rohling  <hro@openoffice.org>  [cece8e249fa1141eb7d1e8a7a93344cbc3f833a5]

        #89024# Fix user path decoding due to undone required change

2001-06-29  th  <th@openoffice.org>  [c34627e6c9722436a2c2627f4f52b4b2ddf0d95a]

        #80306# - Fontmapping improved

2001-06-29  Andreas Bregas  <ab@openoffice.org>  [99fec5bbf2bbfaa0ad312cc0a58d55c411fa2d3b]

        #88993# SbUnoClass::Find(): Catch IllegalArgumentException() when calling XIdlField::get()

2001-06-29  Philipp Lohmann  <pl@openoffice.org>  [8d552b0e156a41f4e3c277a0d4da7bf60245b8c8]

        #88809# have only one thread dispatching during drag

2001-06-29  Daniel Boelzle  <dbo@openoffice.org>  [869a637d3d08902f2bd69718d02f4b8309c34ca0]

        #88736# supported types

2001-06-29  Andreas Bille  <abi@openoffice.org>  [5ef2de612d973bc747ff4a107e4e4c4ecb273429]

        Some new files because others are getting to big. Error codes for insert,open and partially transfer. Exception specifications to nothrow for methods in class shell. installation of error codes in the taskmanager

2001-06-29  gt  <gt@openoffice.org>  [df239e29b4591dc75f4d93bbdd76f080468ec664]

        #89028# count _up_ to zero if number of days is negative

2001-06-29  Thorsten Behrens  <thb@openoffice.org>  [b9bf57b7e160bda52ad50880465c521a2dd4d9fb]

        #88932# moved metric fields to the right

2001-06-29  Dieter Loeschky  <dl@openoffice.org>  [f03bf5c3914208d25aba400d2d7ec7dce0e358d1]

        SfxSingleTabDialog without GroupBox

2001-06-29  Oliver Specht  <os@openoffice.org>  [5bbdd54972498df03f795a25513b025cd756810d]

        #88126# load User-defined settings added

2001-06-29  Kai Ahrens  <ka@openoffice.org>  [f392d758b66901732c32b3452a455069fa70d55b]

        #77632#: new shell for presentation mode

2001-06-29  Andreas Bregas  <ab@openoffice.org>  [6e725d400ca53ffaf113fe8b51555d6a7e81636f]

        Obsolete code removed

2001-06-29  Daniel Boelzle  <dbo@openoffice.org>  [ce6274df7d179bc6b47d9f0344b07c988cfe4c7f]

        osl_executeProcess has changed

2001-06-29  Thomas Lange  <tl@openoffice.org>  [3fa06a49bae6e05b4bb407a517717d9938619e86]

        #88252# check configuration nodes for their existing before querying them for their content

2001-06-29  Dirk Völzke  <dv@openoffice.org>  [958f362bbcce388c35e4bc91e99ac02a38e82b67]

        #88029# Don't use InetURLObject::GetMainURL() with default parameters

2001-06-29  Christian Lippka  <cl@openoffice.org>  [c900053ec1253f6a36b62aa20a13756fdf97aaab]

        #87795# don't use SvxAsianConfig for player

2001-06-29  Oliver Specht  <os@openoffice.org>  [56f7f73c6bfa974ec33795b2da6dfc6a7e8e52c0]

        #88849# insert DB Field: use OColumnTransferable

2001-06-29  Andreas Martens  <ama@openoffice.org>  [3a6b51cd6381ceea19788a46a4570d451ab84195]

        Fix #89008#: Cells are standind side by side

2001-06-29  jp  <jp@openoffice.org>  [6f1702de3a96af66dc577f5af671641928615072]

        getIndexCharacter with additional sort algorithm

2001-06-29  jp  <jp@openoffice.org>  [60fbfb23b680ecb96bb5baefce6fbd732f1e9ea2]

        getIndexCharacter with additional sort algorithm

2001-06-29  Thomas Lange  <tl@openoffice.org>  [d44a55202dbe515782d31d8bd3bae9e39f049e39]

        character specific functions now all use the same CharClass

2001-06-29  Dieter Loeschky  <dl@openoffice.org>  [daeaecdba5ba56db27d8571fb51b9a40a3710661]

        #88846# Putting SID_ATTR_TABSTOP in slot array

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [ca1facf43c67cef61f51cff1c868c18a515aefd5]

        new version for SRC633

2001-06-29  Dirk Völzke  <dv@openoffice.org>  [49ee94e88f2187b0bbbeba7d9272f1fddb7feff4]

        #88029# Don't use InetURLObject::GetMainURL() with default parameters

2001-06-29  Dirk Völzke  <dv@openoffice.org>  [614ede96e6b896bb187c4c5385a0b8d0efc9aaf1]

        #87759# removed filepicker and folderpicker

2001-06-29  Christian Lippka  <cl@openoffice.org>  [30d8c85e6721dbf3c3ef0dd74f6efb0c2e613fc7]

        #85861# allow zero bullet chars

2001-06-29  Sven Jacobi  <sj@openoffice.org>  [9d7b5198e690f5138f51b52383236316143eb602]

        #88988# to edit target document is now possible again

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [632ad8782699b382e867e334cb8ac17abb48f84d]

        new version for SRC633

2001-06-29  Oliver Specht  <os@openoffice.org>  [84cab349f66022511afc745278e0fd585a596291]

        #88968#

2001-06-29  Christian Lippka  <cl@openoffice.org>  [f55e351dd228dedbe6f6ca6b571d98844a1a41b9]

        #85861# allow zero bullet chars

2001-06-29  Tino Rachui  <tra@openoffice.org>  [01cd33fb4f66013eb72045a703c4c003893e10af]

        filepicker and folderpicker will not be build until we can resolve cyclic build dependencies

2001-06-29  gt  <gt@openoffice.org>  [c1b8468eefd1a5119b28b7477103df590228f591]

        ImportExcel8::Read(): array..() read together with cells

2001-06-29  Malte Timmermann  <mt@openoffice.org>  [175ff66699b3fbeed229caaaf929fcdea35207d1]

        removed intn.hxx

2001-06-29  Malte Timmermann  <mt@openoffice.org>  [b05760494563816890cda22d56ba6de9a37ae7f8]

        #87799# Fields don't use class International any more...

2001-06-29  Ocke Janssen  <oj@openoffice.org>  [49195a8f878db97bc0cc2213b614f8ed4f8d812c]

        #87998# correct some values of db types

2001-06-29  Oliver Specht  <os@openoffice.org>  [a018f5ad41524957798e727214fc6276c446bc0c]

        #1108# redlines now inserted into the redlines array in the correct order

2001-06-29  Mathias Bauer  <mba@openoffice.org>  [daa525283bc747bb92a4bedb4cc9bf2673d4224c]

        #77632#: own fullscreen flag in workwindow

2001-06-29  Dieter Loeschky  <dl@openoffice.org>  [47f9ffb5ea76768dce4cec52a8d173a483c06b11]

        #81329# GetDefaultFont()

2001-06-29  Philipp Lohmann  <pl@openoffice.org>  [68e39d1963fd31e8bb77db47f51b6b58b893137e]

        #88659# corrected template syntax

2001-06-29  Mathias Bauer  <mba@openoffice.org>  [ae5fe1e8b06f08423cf3860a844ec52934e9be87]

        #77632#: new method to create frames for documents in external windows

2001-06-29  Mathias Bauer  <mba@openoffice.org>  [0d472704ffa71f6e18c83dd75e69a73a2e7d3915]

        #77632#: SID_SHOWPOPUPS now supported by TopFrames

2001-06-29  Ocke Janssen  <oj@openoffice.org>  [6eb52909093fc0074248eb1d1bf3adce4dc1334d]

        #87998# correct some values of db types

2001-06-29  Ocke Janssen  <oj@openoffice.org>  [5dc14deaed2109b2a237caaf1726541e27a1b9c7]

        #87998# correct some values of db types

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [3b59f4fdf9081f1123727acdeb3f41fc20adbf70]

        new version for SRC633

2001-06-29  Mikhail Voitenko  <mav@openoffice.org>  [de38bbe7a77180d562d8b4056571450f707096fe]

        #88320# Use correct german frases

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [3666286c1bab7ae642fcc1144baa1b0b650e67a0]

        new version for SRC633

2001-06-29  Michael Brauer  <mib@openoffice.org>  [0ee132437df53c8256604682e8e9dd036659200a]

        #88948#: page number setting 'none'

2001-06-29  jp  <jp@openoffice.org>  [e70eb5f786f3bf5626127b1b6467be2ae0bcefa2]

        Bug #88984#: GetGraphicObject - dont call download with empty string

2001-06-29  Andreas Martens  <ama@openoffice.org>  [972e479cf3f6e56eeb29cd3202b706408a75887b]

        Fix #87312#: Don't insert pages to check small sections

2001-06-29  Daniel Boelzle  <dbo@openoffice.org>  [cf0cf8d73af9d0071500dfa98e26c55732cc4add]

        #88593# any opt: avoiding heap allocation for any sizeof(type) <= sizeof(void *)

2001-06-29  Hennes Rohling  <hro@openoffice.org>  [1707cd4bec499d33300a973b7d742c15dd0b155c]

        #88446# Handle all relevant system messages because DefWindowProcW does not work on Win9x

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ffad10b577df0afc49cea7d9c7be616220ddff9e]

        new version for SRC633

2001-06-29  Malte Timmermann  <mt@openoffice.org>  [eca25027c515397618911c9f51d8d350621b7822]

        #87799# Fields don't use class International any more...

2001-06-29  Michael Brauer  <mib@openoffice.org>  [3ed1b2cea24366bdaa5e6f419667516ad9edb0b2]

        #88918#: Use UTF-8 for Clipboard, evaluate encoding in insert mode

2001-06-29  Malte Timmermann  <mt@openoffice.org>  [76fbe51079ee6e2c95daf5f81a131f06b5a01334]

        #87799# Interim-Checkin, see comment inside

2001-06-29  jp  <jp@openoffice.org>  [b413074a6bbc4f60a74ae18a543010609f4aa5ee]

        Bug #88963#: _Copy - don't copy if inspos lay in start/end region

2001-06-29  Andreas Bregas  <ab@openoffice.org>  [fc333e3e3fe66e893e02a99c01d309d1fbf9076c]

        #88152# SfxObjectShell::SaveAsOwnFormat(): Always initialise Basic

2001-06-29  th  <th@openoffice.org>  [b88bdd694f7ce1e2d0939119f1a6e8d460392428]

        #87257# - Languages now initialized in AllSettings()

2001-06-29  Oliver Specht  <os@openoffice.org>  [aab1139855a39a6b65c8243aa6996670b3d93a9f]

        #88955# assert HTML format to provide HTML source view

2001-06-29  Christian Lippka  <cl@openoffice.org>  [ce76b00b2e940511f3401c7476af33385c201403]

        #88726# added converttwips member for inc. update

2001-06-29  Dirk Völzke  <dv@openoffice.org>  [534a504422fcf2a368c385bf9aa4f7475896067e]

        #88698# Set the file extension if necessary

2001-06-29  Peter Burow  <pb@openoffice.org>  [2603a9a5a35a33abd7a612b7e2f6639524980cff]

        fix: #86381# autopilot and newmenu don't exist any longer

2001-06-29  Daniel Boelzle  <dbo@openoffice.org>  [824d65702a9946d3952ce57af1a288eaacc2bf1e]

        #88981# transfer proper command args to XMain

2001-06-29  Peter Burow  <pb@openoffice.org>  [24e904295332de5dce218decf8d14e5a17eaac4e]

        fix: #86381# autopilot and newmenu don't exist any longer

2001-06-29  Peter Burow  <pb@openoffice.org>  [ccd823aad962cac2a559aa0bfcd59c26cbc4734d]

        fix: #86381# newmenu path doesn't exists any longer

2001-06-29  Peter Burow  <pb@openoffice.org>  [25081b3ab21c97f4cab384e879237f1b942ea747]

        fix: #87292# helpoptions support

2001-06-29  Peter Burow  <pb@openoffice.org>  [8164d57b6df05e08569d12e26a9fa684a124f446]

        fix: #87292# help agent activated

2001-06-29  Frank Schönheit  <fs@openoffice.org>  [5e77830733e0618f2918693e5176cb69c091efb6]

        #86721# DbBrowseBox replaced by svt::EditBrowseBox

2001-06-29  Frank Schönheit  <fs@openoffice.org>  [1bb5d254deddbd4b2d1d326ca447c582f71072fa]

        #86721# DbBrowseBox replaced by svt::EditBrowseBox

2001-06-29  Frank Schönheit  <fs@openoffice.org>  [cccae23df6b8475c0d88e7f8cf54c540944c26ab]

        #86721# DbBrowseBox replaced by svt::EditBrowseBox

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [fede6fd2dad31235e234f20bf3407c306f8e0a79]

        Merge SRC633: 29.06.01 - 10:43:32

2001-06-29  Thomas Lange  <tl@openoffice.org>  [74c0b681cacdb943849a51fdb663cb84e05fc250]

        resary header moved to tools as from src637

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [85f0d5d1d753d1f56687a51931c9385824ccb80b]

        Merge SRC633: 29.06.01 - 10:32:41

2001-06-29  Ocke Janssen  <oj@openoffice.org>  [00e2615f5195367838a75569522948b9591535e9]

        #88282# moveToInsertRow: position cache only when bookamrk isvalid

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [4914b23dd4cebd469d21f2582e9d19e9c052af72]

        Merge SRC633: 29.06.01 - 10:30:01

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [73256bfc3b4f94bb80c727313dd2bd8fd11182a2]

        Merge SRC633: 29.06.01 - 10:30:49

2001-06-29  Ocke Janssen  <oj@openoffice.org>  [63bb17180bb8601e07671069a68a463d6279ca3c]

        #88282# copydata corrected

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [c5493840425f54eefe2fb25cdb427bc1755a7179]

        Merge SRC633: 29.06.01 - 10:28:30

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [d8b719cf7fd0291182bbb7d76aadfa82345e57ed]

        Merge SRC633: 29.06.01 - 10:27:11

2001-06-29  Andreas Martens  <ama@openoffice.org>  [72e55bd757ddcbaf7178bcec9bd29ab2cafcbe0b]

        Fix #88945#: Text frame cache

2001-06-29  Michael Brauer  <mib@openoffice.org>  [336f068ab71fc104744e8757d1baeddf81447f29]

        #86867#: draw aspect is now imported

2001-06-29  Oliver Specht  <os@openoffice.org>  [2cef3354330f0f5af578fbad1af2cdc92722b1df]

        #88383# last correction of selection parameter

2001-06-29  Mathias Bauer  <mba@openoffice.org>  [ca0c37c8b99cc0c86e3086c13459421ed4f2e69e]

        #88829#: UseSystemFileDialog

2001-06-29  gt  <gt@openoffice.org>  [c241a452e128875b153df1bbbade0572e1fbabd2]

        FilterProgressBar::...(): reduce of SetState()-calls

2001-06-29  gt  <gt@openoffice.org>  [8eed8d1a43b70551d170404396bd5948da702950]

        FilterProgressBar::...(): reduce of SetState()-calls

2001-06-29  Jörg Budischewski  <jbu@openoffice.org>  [a684e6c608fc6d4ec8af10c0af61b55ac78a52fe]

        #87190# builds now also on unx

2001-06-29  Christian Lippka  <cl@openoffice.org>  [dfb6c371c315c8117d0c1c633e2dbe5ba963b05d]

        #88670# fix NumRule with wrong type

2001-06-29  Jörg Budischewski  <jbu@openoffice.org>  [e38538cfaff99a796f73f4c56173a2ec8f542d7a]

        #87190# added batch files and registration

2001-06-29  Andreas Martens  <ama@openoffice.org>  [9e82b385a0ef4e643de327b69374de8a1885bc8f]

        Fix #88945#: Text frame cache

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [6d121359aa441144aead5d035a7cda6906a08876]

        Merge SRC633: 29.06.01 - 09:47:41

2001-06-29  Oliver Specht  <os@openoffice.org>  [0988d9ead229041033ee10767182266d20c8c882]

        #88872# listen to the changed SwView

2001-06-29  Oliver Specht  <os@openoffice.org>  [95f5ebced570cb965d62bbfe59bcc1f8cead492a]

        old code removed

2001-06-29  Oliver Specht  <os@openoffice.org>  [be8344447dbcd74788d109f9a69338dfb73555a3]

        revision comments removed

2001-06-29  Oliver Specht  <os@openoffice.org>  [2c6515b691530c84dc244bbf46fddac7f19a67b7]

        #88271# dialog redesign

2001-06-29  Oliver Specht  <os@openoffice.org>  [97968f283b923861ec9a63149232cc0f4b94d560]

        resary.hxx now in tools

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [65346d0ea486aa98626ec31d76508847b43d6604]

        Merge SRC633: 29.06.01 - 04:46:06

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [25c348a77280bceda6ce5157352858bb48669074]

        Merge SRC633: 29.06.01 - 04:46:21

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [507e54a937e3bb59ac546a8dc7c77a74fc28e74b]

        Merge SRC633: 29.06.01 - 04:45:07

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [0145e3e6f5557692dd9f81783b704ffec34856c6]

        Merge SRC633: 29.06.01 - 04:45:18

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [54d13a1f08b3a4ddfd40ce41d3fa2e17e24cc47d]

        Merge SRC633: 29.06.01 - 04:44:04

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [e61eb7a5ca6d68b7fb80a38ae4738d9155e17b09]

        Merge SRC633: 29.06.01 - 04:43:00

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [27ab9343931c6226242027b565877a812ec46528]

        Merge SRC633: 29.06.01 - 04:45:56

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [5f9c6e381331a54d6b04ca2580283eb1ce97babb]

        Merge SRC633: 29.06.01 - 04:41:58

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [7dfd803cb27c5873e901e53abdc22bdf108c1cc5]

        Merge SRC633: 29.06.01 - 04:44:55

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [7cf9ec563d85a9f08ef23bead5fb316e88303a9f]

        Merge SRC633: 29.06.01 - 04:40:53

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [f1faa3bafecfebee2392578a85e5a3f6820154e6]

        Merge SRC633: 29.06.01 - 04:39:29

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [2774a6d15fb9b2a0ad513a442c6f1b7bb0979d0a]

        Merge SRC633: 29.06.01 - 04:43:52

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [47cceddf05446372b162d3e96671f7910c2fff89]

        Merge SRC633: 29.06.01 - 04:39:48

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [57d2b591c88d07cfbc5e0c5d4ab5760e4ea4a16c]

        Merge SRC633: 29.06.01 - 04:38:46

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [03c3a444fb86e579a1733c1d8f8fa8504d8811b1]

        Merge SRC633: 29.06.01 - 04:37:27

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [fa1c76274647d2162a6b79938543cba4b44a709f]

        Merge SRC633: 29.06.01 - 04:37:41

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [6df14275f9cf01c8d9b118d91e8da2c3cf7820d5]

        Merge SRC633: 29.06.01 - 04:36:09

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [72150d99a7dd4a089281bb7197d20cfe6f173374]

        Merge SRC633: 29.06.01 - 04:35:52

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [b32813486925e32d3d800214924aefb57de61697]

        Merge SRC633: 29.06.01 - 04:40:14

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ba4d69d3700e9b92752e7c6776c93913a0ae4cf2]

        Merge SRC633: 29.06.01 - 04:35:11

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [43bb7534088d34d33aa3a56aaf152cd506cdc2a6]

        Merge SRC633: 29.06.01 - 04:33:31

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [0a0243f51c980ff2847a8801eefd26e4e3048056]

        Merge SRC633: 29.06.01 - 04:34:02

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [5c53a47094f8142024e325161e71eb7c0fb4f211]

        Merge SRC633: 29.06.01 - 04:32:20

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [8dac228e43cdf2edb2d2d53c6542f19589a0cd2c]

        Merge SRC633: 29.06.01 - 04:32:55

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [487999f9580acfc03d6d42f6448641b472199975]

        Merge SRC633: 29.06.01 - 04:31:43

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [f8befc9138336d3a47dd6f29a47a790c8338325e]

        Merge SRC633: 06/29/01 - 04:30:07

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [25896f2ec2b53b5d5d2131d64e498dc02b8e6c70]

        Merge SRC633: 29.06.01 - 04:29:53

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ede0b83c9deda9684f516a581403ef01147b5ba8]

        Merge SRC633: 29.06.01 - 04:30:31

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [69192a4d6c3bdf87882a4f4e797b63f4f43b99f8]

        Merge SRC633: 29.06.01 - 04:29:24

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [010f6019988ab4849e15d2954781bf6e87e9432a]

        Merge SRC633: 06/29/01 - 04:28:58

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [4e4d0ea916de4443bb599056571f7e8f41c49ba9]

        Merge SRC633: 29.06.01 - 04:28:38

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [8a0f48a439556cccdee51ef482147ae7212770bb]

        Merge SRC633: 29.06.01 - 04:29:20

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [e3e006041e2f0e66c4f93b8b9d1146fd10a11951]

        Merge SRC633: 29.06.01 - 04:28:09

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [1022950300dd55f74de74456124964b97f71dedc]

        Merge SRC633: 29.06.01 - 04:32:38

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [4691ddbebf2673d04602ee7132f61a02922c6277]

        Merge SRC633: 06/29/01 - 04:27:47

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [1f5f2ca2568abd9532583ad3a8ce8622da8fba84]

        Merge SRC633: 29.06.01 - 04:28:14

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [fa175e61283859da597c4f1051c512a12a1b209d]

        Merge SRC633: 29.06.01 - 04:26:51

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [fea1c950c3347a5ef140812673753b6392440f47]

        Merge SRC633: 29.06.01 - 04:31:25

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [d397c0dc91dd7cad09d396a72c40518eb4e353a5]

        Merge SRC633: 29.06.01 - 04:26:19

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [77622f7aca03349bbf9973a7187bd8a3026647e9]

        Merge SRC633: 29.06.01 - 04:26:38

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [f67d26a462248befe231cab210ba4997f79c5754]

        Merge SRC633: 29.06.01 - 04:26:25

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [43bc6293b967834bf2f818030f01de64229a91c2]

        Merge SRC633: 29.06.01 - 04:25:42

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [b22588cfac318c6936c2e3d630c5f1ab05f2b89e]

        Merge SRC633: 29.06.01 - 04:25:35

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [791ddc08051fb94eeb6bd8cf38e28730fa6ba6df]

        Merge SRC633: 29.06.01 - 04:24:36

2001-06-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [19bbb929070b5691778d997fabd4dfa04be56360]

        Merge SRC633: 29.06.01 - 04:23:36

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [bee1c056a9ec977f3892d0f6894d09230fc6257a]

        Merge SRC633: 29.06.01 - 04:24:26

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [0d5796500b2e351958fb8d84e024364738bc27ef]

        Merge SRC633: 29.06.01 - 04:23:10

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ed6defcfbf2143212c698db27a1db68c188d2b56]

        Merge SRC633: 29.06.01 - 04:23:27

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [394499268f3a72c3e0359a78b1810f252f170387]

        Merge SRC633: 29.06.01 - 04:22:42

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ae68183e5ab714a250df4a06daa3034d1f30b2cf]

        Merge SRC633: 29.06.01 - 04:23:19

2001-06-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [89b30026081802c7882ab3968be8c3e5c16b81e2]

        Merge SRC633: 29.06.01 - 04:22:24

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [14cafea99468d8b790fab8b9968269ade080ff77]

        Merge SRC633: 29.06.01 - 04:21:49

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [3c2f736ad5f16d3c5230868a1eb84fdc8452d36a]

        Merge SRC633: 29.06.01 - 04:21:27

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [f76d0e1b7e78d3841b017bf3167a10c9ad63de42]

        Merge SRC633: 29.06.01 - 04:22:03

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [d8504e790c5ed8791d82780362fe05de3461e7b4]

        Merge SRC633: 29.06.01 - 04:20:55

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [2a08cd2b7f9326e6fc4bda73ca03d4b4d02e0161]

        Merge SRC633: 29.06.01 - 04:20:35

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [b6630a0ec0b98582fb7069ba836ddcd7b770d5dd]

        Merge SRC633: 29.06.01 - 04:20:32

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [e8dd89c2294f0ba184ff759ed4e390effc554507]

        Merge SRC633: 29.06.01 - 04:20:56

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [f472eb296ac24a2509b4e644ce01d02d8715a78e]

        Merge SRC633: 29.06.01 - 04:20:13

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [aab20d9945628e7e49c30b71bbc8518508032b2b]

        Merge SRC633: 06/29/01 - 04:19:59

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ec200be4d8cba1d51f9bb53a22ffd7ed16d0792a]

        Merge SRC633: 29.06.01 - 04:20:47

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [2890fafe8ecf7a92a6c01fe9bb6e78db3e0069e1]

        Merge SRC633: 29.06.01 - 04:19:44

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [cfe3a8b4119574a4244fc1b4dd444d6d06d41d26]

        Merge SRC633: 29.06.01 - 04:19:17

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [0c9e44690be0b9e41fb44bb21f30392fa7f066cd]

        Merge SRC633: 29.06.01 - 04:19:45

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [46bc21800d17cad99ad368cd7a666d58f723c2c3]

        Merge SRC633: 29.06.01 - 04:19:02

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [b6e5cf20327d485b8c7110f89431fc3d31b473f6]

        Merge SRC633: 29.06.01 - 04:18:47

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [67d501b98edfae32f0f4dd0ad84e154e64f35452]

        Merge SRC633: 29.06.01 - 04:18:44

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [09faacf289a6ac9c9411f60ed01e4ee77e97add2]

        Merge SRC633: 06/29/01 - 04:18:44

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [726a373ae6555176bbd019833580dfaab787cdd9]

        Merge SRC633: 29.06.01 - 04:19:36

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [bda96d30f163c48bcbaa613c8f926f6d81534ee0]

        Merge SRC633: 29.06.01 - 04:18:33

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [2bba4c692ad58bd44291a77064947230a7bfffe5]

        Merge SRC633: 29.06.01 - 04:17:47

2001-06-29  Rüdiger Timm  <rt@openoffice.org>  [82faf5b505e7370cf619f37ab4197fcf2b36185e]

        Merge SRC633: 29.06.01 - 04:17:29

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [1c70d3c15c8ca21f1eae4fce2a6c518dcd60c88d]

        Merge SRC633: 29.06.01 - 04:18:27

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [4f2e4b87b2fc63788abc2740930bb9c4b599adfd]

        Merge SRC633: 29.06.01 - 04:17:57

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [6847763f170f0057218ff6e50e077fc83145bcdf]

        Merge SRC633: 29.06.01 - 04:17:16

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [af817ac72128d38ba1ec144cbc39f09adefdac9e]

        Merge SRC633: 29.06.01 - 04:16:49

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [1bc54520f19d84c4be5c26307bed718a4afadc41]

        Merge SRC633: 29.06.01 - 04:17:15

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [11058f964f695fbc7b2e10db4c65734f67d5bbf3]

        Merge SRC633: 29.06.01 - 04:16:12

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [7812472a228eb9af624619cc4acc46a02c7b289d]

        Merge SRC633: 29.06.01 - 04:16:05

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [fe2dd8da78ebf1bdb0f829635044841dcb1b733b]

        Merge SRC633: 29.06.01 - 04:16:03

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [8c71ca18bb8ad2401b01bf9869fd2a87e20d6f80]

        Merge SRC633: 29.06.01 - 04:15:43

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [0376dc2a76f07b41937716b933a060cc7a52040f]

        Merge SRC633: 29.06.01 - 04:14:48

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [d013419ea666a5b7e1ec3cdcc511c09e101d05ea]

        Merge SRC633: 06/29/01 - 04:15:20

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [dbdec8291b9c0d47df68f60d133f6099eff4d4e3]

        Merge SRC633: 29.06.01 - 04:15:10

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [2355f70d312d0f4fb840154bf8293fd111f3de11]

        Merge SRC633: 29.06.01 - 04:13:56

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [a5b12e30b24c01767863e3e7697c3a3c4038fc61]

        Merge SRC633: 29.06.01 - 04:14:46

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [1b93c1bf2665f5452d451f0d13874fe016567200]

        Merge SRC633: 29.06.01 - 04:14:26

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ecdb8b7fe48c5566ef1bc2a7287b18f00a3f489c]

        Merge SRC633: 29.06.01 - 04:13:51

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [9f9600bf6e0e965ca28285370f7b97ebfc1e31a9]

        Merge SRC633: 06/29/01 - 04:13:34

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [62258246a290a3f91008d8fd194f2307a2c08c4f]

        Merge SRC633: 29.06.01 - 04:12:47

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [5a9679daee223dd1b2502fb043d6d71d5c879645]

        Merge SRC633: 29.06.01 - 04:13:38

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [9ced018e9431b3a7365dd4e0bd59f7464de153da]

        Merge SRC633: 06/29/01 - 04:12:38

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ada046f8206c0bf90178117bb2d74aa436584778]

        Merge SRC633: 29.06.01 - 04:13:20

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [8d0fc554c7c1a18b723898c91d11feface7b80bf]

        Merge SRC633: 29.06.01 - 04:12:34

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [3765bda8add2aab883475dd25be4398510e1fd72]

        Merge SRC633: 29.06.01 - 04:12:23

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [6eb183f10b7e8480e1de4ba8e515065e6483b155]

        Merge SRC633: 29.06.01 - 04:12:25

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [e4999650d07a2b4b597aff3f3ecb5e6fd28b2b42]

        Merge SRC633: 06/29/01 - 04:12:08

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [4fec2bd3392d60148da16b4c9b7c618098bba5e2]

        Merge SRC633: 29.06.01 - 04:12:02

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [b8b8b920712a6209a7e7b52ac36dba1e3d1a6a5d]

        Merge SRC633: 29.06.01 - 04:11:16

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [34f2d3772f7b0eaad6de5c5bf1f8d19ce4b490af]

        Merge SRC633: 29.06.01 - 04:11:10

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [ebe4d1c67349fa2c9da94f9b20d6cdc82797a3f6]

        Merge SRC633: 29.06.01 - 04:15:49

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [943c0f3e7e75446c111907e6ceed7857bdd9bee3]

        Merge SRC633: 29.06.01 - 04:11:14

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [95ea864e6779c6f931187ea685188ba9a25517aa]

        Merge SRC633: 29.06.01 - 04:10:03

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [5d43b00587a8d7acb8bf8a7c35a58a30ab059d60]

        Merge SRC633: 29.06.01 - 04:10:03

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [c6fbe2ada7991c99b6f50cac1b8ff6d61f4ebdc9]

        Merge SRC633: 29.06.01 - 04:10:07

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [dc080f7285e0f95430a64a07e7f9fcda1669de08]

        Merge SRC633: 06/29/01 - 04:09:52

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ccc10d7107f489b8d8fcf8e2100ce5007ae0b268]

        Merge SRC633: 29.06.01 - 04:08:55

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [fb4a5414a9d190c6228bfd8bba5bdc175c94b33e]

        Merge SRC633: 29.06.01 - 04:13:29

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [b946b5cd7fcf9d77e07ff985b7f32a98dc62a091]

        Merge SRC633: 06/29/01 - 04:08:10

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [376eab4113281652e5a0a3898dc1151999504d7c]

        Merge SRC633: 29.06.01 - 04:08:52

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [399e0d22bbe117a6506a78e7b05e461636d6b345]

        Merge SRC633: 29.06.01 - 04:08:30

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [d72772f858395ea99f9479964f352d20199c66cc]

        Merge SRC633: 29.06.01 - 04:07:40

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [140e745238a6c8b490f6199d5ba25053dfa37c18]

        Merge SRC633: 29.06.01 - 04:07:50

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [bfc632074a99852b25c143069f2f3dd18edc396d]

        Merge SRC633: 29.06.01 - 04:07:50

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [553e0ff230f755b9f7a8443267f3296bead06987]

        Merge SRC633: 29.06.01 - 04:08:25

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [ede15473c70de8dadbb84bf0e27ec8b4282a31e1]

        Merge SRC633: 29.06.01 - 04:07:47

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [eac8ed0bab477cf59b4a20c34c079c3d106122b2]

        Merge SRC633: 29.06.01 - 04:07:43

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [463204267c2bc6d88838efb387a2f11ec0139f76]

        Merge SRC633: 29.06.01 - 04:12:20

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [2b884e6aa17ca89a9f8970d72a7a2e98b0ed170c]

        Merge SRC633: 29.06.01 - 04:07:17

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [c0ead5b1f080a604a19d23ae65f1a02effc2a396]

        Merge SRC633: 29.06.01 - 04:11:14

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [bffab931ee9562d05a208a207e268ff510ca421e]

        Merge SRC633: 29.06.01 - 04:06:19

2001-06-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eac365707a463a86d0312229913ab6bcf8122f9f]

        Merge SRC633: 29.06.01 - 04:05:59

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [52e6d1fbbeaec01684938bf4e7bd57297839d716]

        Merge SRC633: 29.06.01 - 04:05:52

2001-06-29  Oliver Bolte  <obo@openoffice.org>  [d4625a5d57d562b3c6354e96f126686285175e2e]

        Merge SRC633: 29.06.01 - 04:10:11

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [dc1938498ed8f9f37020f1712c775985cb92f455]

        Merge SRC633: 29.06.01 - 04:05:13

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [00705dc88605e58410a36043cfba4a216a5fd9a3]

        Merge SRC633: 06/29/01 - 04:04:39

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [92486fd36568eb3d3eaf12a4682d0691b3417b2e]

        Merge SRC633: 29.06.01 - 04:04:49

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [429bd4d09e763f9be8020791c7be0cf5f77f7ee4]

        Merge SRC633: 29.06.01 - 04:04:35

2001-06-29  Kurt Zenker  <kz@openoffice.org>  [f570016c02685cd26314619c461ca82592dbc26a]

        Merge SRC633: 29.06.01 - 04:05:14

2001-06-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [70d9f9828ff36f997c2972068bc4895b60304f29]

        Merge SRC633: 29.06.01 - 04:03:41

2001-06-28  Rüdiger Timm  <rt@openoffice.org>  [e822ff1e40ca837782ac071f0c10ae773390ff5e]

        Merge SRC633: 28.06.01 - 23:34:21

2001-06-28  Vladimir Glazounov  <vg@openoffice.org>  [eee04f4ff7a436300ce0a850f432aea54e501889]

        Added checking folders' existence

2001-06-28  Niklas Nebel  <nn@openoffice.org>  [d434af8c3edffae4563878d1599429c9ce4e30b5]

        #88815# collect column data as case sensitive collection, skip in FindText

2001-06-28  Andreas Bregas  <ab@openoffice.org>  [bdede3487406e552b4804f1f2d8c22d67b69934e]

        #88886# Create standard libs after call to SetImpl()

2001-06-28  Andreas Bregas  <ab@openoffice.org>  [ffeb45acc1abce318ad7951a9704ff9c25851ed1]

        #88886# SetImpl(): Copy all libs from 5.2 document, not only standard lib

2001-06-28  Thomas Benisch  <tbe@openoffice.org>  [475d993d5ecec15fde78030d18b4916c42aec059]

        #88565# change module management from sbx to library container

2001-06-28  Andreas Martens  <ama@openoffice.org>  [fa5dbd3506e804f200f9b4668fdcee8edf5641fe]

        Fix #88933#: Disconnect and reconect drawing objects in split node

2001-06-28  Herbert Duerr  <hdu@openoffice.org>  [736792ac20468579fee446951491445c405dbc84]

        #81268# implement FontCharMap

2001-06-28  Sven Jacobi  <sj@openoffice.org>  [44ad5db4a5aa7cc7f8e81e9873ce2b508230c797]

        #88435# changed default in general presentation settings, slide change by time now a higher priority than slide change by mouseclick

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [26074fd5da3aeaea3ac679116ec295ce6b0a68dc]

        #87759# GetTitle should return false, if there is no title

2001-06-28  Michael Brauer  <mib@openoffice.org>  [62496fef7e25411d693e927f62d01e76d8d6fd8e]

        #88759#: Store table name for charts

2001-06-28  Michael Brauer  <mib@openoffice.org>  [0aa3ab81274337181dc5cc54d44061a128636568]

        #88759#: Store table name for charts

2001-06-28  Ocke Janssen  <oj@openoffice.org>  [2e91342770e3d84129070b1b92379a90d97cebb4]

        #88787# assure that the noone access objects thaould already be disposed

2001-06-28  Ocke Janssen  <oj@openoffice.org>  [d7b87b4a40a20d2d1a542518febe44dc9809b275]

        #88787# assure that the noone access objects that could already be disposed

2001-06-28  Vladimir Glazounov  <vg@openoffice.org>  [49b1b6bc27eda1add0a83f79ed2955e6eb6e3496]

        TFD636

2001-06-28  Andreas Bille  <abi@openoffice.org>  [6b07dcd704cd2ad561a2a58707fb6b0986707733]

        #88954# Now looking first, whether a directory language-countrycode exists.

2001-06-28  Tom Verbeek  <tv@openoffice.org>  [230c9326e8b436a501b719f5e3aab6049911d4cb]

        #87859# correct bitmap size

2001-06-28  Tino Rachui  <tra@openoffice.org>  [40e46b38752f7eeea78c239e0c66d38fc521d9a7]

        module com/sun/star/ui removed

2001-06-28  Tino Rachui  <tra@openoffice.org>  [756785b227bb72969aa2d20ce774fce0a2ee952a]

        removed module ui

2001-06-28  Herbert Duerr  <hdu@openoffice.org>  [26813dd669a9bb954baff6c38ed5afca2f9dff10]

        #88232# fix symbol mapping, implement ImplGetRecodeData

2001-06-28  Tino Rachui  <tra@openoffice.org>  [b3f9e7b2d23b5498b3a4eb30688f4a261a2abc57]

        moveded to com/sun/star/ui/dialogs

2001-06-28  Peter Burow  <pb@openoffice.org>  [637768146bc55b4e42e637fb5f2a4eb4fd4ec92b]

        fix: #88882# old header removed

2001-06-28  Peter Burow  <pb@openoffice.org>  [f14efeb392cab38742fab1aff879264b1575db3d]

        fix: #88882# group.hxx removed

2001-06-28  Thomas Lange  <tl@openoffice.org>  [6567e80807269aa888ce764d25a27889b9e737f6]

        #72677# SmLineNode does no longer take its SmRect settings from the first subnode

2001-06-28  Peter Burow  <pb@openoffice.org>  [583eb8b15c01329581921b04f153e16a152057bb]

        fix: #88882# GroupBox removed

2001-06-28  Peter Burow  <pb@openoffice.org>  [5ec9c78d29def1661105af3859f551788940f3d6]

        fix: #88882# FixedLine instead of GroupBox

2001-06-28  Peter Burow  <pb@openoffice.org>  [5abb6088cb6bfc919a7f122153ce12073bd6d58c]

        fix: #88882# old ids removed

2001-06-28  Kai Ahrens  <ka@openoffice.org>  [d4912beb36d3e01b6601a2a606827e7fb7d6aaa2]

        #88896#: optimized GUI

2001-06-28  Peter Burow  <pb@openoffice.org>  [6982e10112a9d97724810dda48f0ccceab24ca38]

        fix: #88882# group.hxx removed

2001-06-28  Daniel Rentz  <dr@openoffice.org>  [0269f06346e2aef33ee9691c08a73c31ee5aff90]

        #88779# legend tabpage

2001-06-28  Tino Rachui  <tra@openoffice.org>  [2f852ee89a60f2800b233ab31a954e2b6d7e8142]

        added proxysettings idl files

2001-06-28  Tino Rachui  <tra@openoffice.org>  [c2b0ddc6e11a3c48e2fdfce77b30c644a3db4457]

        moved from drafts

2001-06-28  Philipp Lohmann  <pl@openoffice.org>  [9d78863f4b62988cd716b817784580d7ccf23a77]

        #88871# resary moved from vcl to tools

2001-06-28  Peter Burow  <pb@openoffice.org>  [a38271cbe2a0bb94e984c4ed40c14d91199d9ce1]

        fix: #88882# FixedLine instead of GroupBox

2001-06-28  Michael Brauer  <mib@openoffice.org>  [1c54e07be0d000ce9c06d8e14ba5ae1ba00823df]

        #88759#: Store table name for charts

2001-06-28  jp  <jp@openoffice.org>  [07e9dd7ddf1479d040f253c0d193050a11fd135c]

        Bug #81329#: use OutputDevice::GetDefaultFont

2001-06-28  Christof Pintaske  <cp@openoffice.org>  [3ccca3547af8693bf1e2a64075f009514afc42df]

        #78724# little and big endian 16bit images need different treatment

2001-06-28  Michael Brauer  <mib@openoffice.org>  [61d4bf502197b9bc4648923d7ee5499fe80cae63]

        #88759#: Store table name for charts

2001-06-28  Michael Brauer  <mib@openoffice.org>  [c6b2b62143f090bc7e1701bdba92b6f902089b23]

        #88759#: Store table name for charts, ##88670#

2001-06-28  Philipp Lohmann  <pl@openoffice.org>  [aed57bf8299c056a9cd0b7fc0f87c4e745da89b5]

        #88871# resary moved from vcl to tools

2001-06-28  Peter Burow  <pb@openoffice.org>  [12667e2ec504893966618f2ae0629f0ed2318b2c]

        fix: #88866# handle SfxPSStringProperty_Impl with nLen==0 correctly

2001-06-28  Christof Pintaske  <cp@openoffice.org>  [f12c971bdc9e7d06d4cdb294a885df24067649c1]

        #78724# little and big endian 16bit images need different treatment

2001-06-28  jp  <jp@openoffice.org>  [b30ef227b323d64d8eb311f2547c424d1c793987]

        Bug #81329#: use correct default fonts

2001-06-28  Andreas Bregas  <ab@openoffice.org>  [edbd798c9da568f02d1cbe34d61edc61a4bd30d4]

        #88843# DIR command, OSL implementation: Special code for links to directories

2001-06-28  gt  <gt@openoffice.org>  [075b9974bf04ee6ae3214d8f30290ecf1e5cae64]

        IMSUM: no need for name/description of second parameter

2001-06-28  Oliver Braun  <obr@openoffice.org>  [6c75e12985936f86ef495bfbabcad6901ead539f]

        #88158# support for multiple droptarget listener

2001-06-28  gt  <gt@openoffice.org>  [448d267676bd9ee1c8b67c1d90fef2389c126e8c]

        FuncData::GetStrIndex(): if nParam should lead to last string -> take it twice

2001-06-28  Christian Lippka  <cl@openoffice.org>  [ba673adcad735bba1b534aceb108195d5744fbe3]

        #87795# fixed cjk compression

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [d09f0f0b0364d6bb2e8a01484e48270b2d7b6031]

        #87759# Removed registerFactories

2001-06-28  Ocke Janssen  <oj@openoffice.org>  [aa514f09861902006f2da51e0427f1685be787ee]

        #87967# new member ShowDeleted

2001-06-28  Nils Fuhrmann  <nf@openoffice.org>  [e8aaba31fce60287cdd34a536b631a71d39cf946]

        Enhanced buffer for macro expansion #87136#

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [5d1c2eb033acd896506a7b6aae70aff5c8d070ca]

        #87759# Added filepicker

2001-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [88d8f53162933b40c6756d71b2662110d7238f8a]

        #65293#: don't depend on win32 directories on unx

2001-06-28  Eike Rathke  <er@openoffice.org>  [4116b8b59c3e9ea012a29fa4d121b50c719ce744]

        #87799# add: simple formatting methods for VCL fields

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [956daa6b254e8b7de8c9718279433e9240342acb]

        #87759# Added directory filepicker

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [88e124ce91163e258981c70b45b0f3d2e2719ede]

        #87759# Register own File- and FolderPicker service

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [932b74ef12108e7344220b3c2fd25dff4326825b]

        #87759# Moved filepicker.src to folder filepicker

2001-06-28  Tino Rachui  <tra@openoffice.org>  [6a593fde3453067fca02ec22a2d9f6196a0a5f5c]

        moved from sysui because of cyclic build dependencies

2001-06-28  Armin Theissen  <armin@openoffice.org>  [11d9dd5f0f4e806866819e58a64920dad9f3efdb]

        extensions depends on offmgr

2001-06-28  Tino Rachui  <tra@openoffice.org>  [e8278ac55924cfb644261de014193165906bdbf6]

        #87759#not so strictly check in methods that expect sal_Int32 now also accepting sal_Int16 and sal_Int8

2001-06-28  Frank Schönheit  <fs@openoffice.org>  [527671423bcb13b74f675b01bce1d93c35b18686]

        #88719# corrected searching the pool, again

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [bb96970e88dc4e0fb2559443cde521b082db8cc1]

        #87759# Moved file / folder picker from sfx2 to svtools

2001-06-28  Mathias Bauer  <mba@openoffice.org>  [964e52d247b43359e35a325532edb49ce242ef72]

        #88646#: release outputstream

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [436e5e9f3eb401284b211f3de01150bc76a5a402]

        #87759# Added HID_EXPLORERDLG_FILE

2001-06-28  Ocke Janssen  <oj@openoffice.org>  [991d81d82d5033b22216d34220ded506b4d134ca]

        #88928# when keytype is restrict then use no_action

2001-06-28  Ocke Janssen  <oj@openoffice.org>  [7f51b056ec3cd61e7df2a655ec34dc485ecdf8fc]

        #88928# ask if value was null

2001-06-28  Oliver Specht  <os@openoffice.org>  [3a3604ef9938cd8b3fc1e3bd5a70eaa39ded9d0d]

        #81329# use OutputDevice::GetDefaulFont

2001-06-28  Oliver Specht  <os@openoffice.org>  [0f470151483c388120197ba1971d081c8b2a24ec]

        #81329# use OutputDevice::GetDefaulFont

2001-06-28  Philipp Lohmann  <pl@openoffice.org>  [6bee3677ac36d457bd724d123eb0ae54a39d3ea3]

        #85520# added encoding ID 0 to name table evaluation, fonts.dir update if necessary

2001-06-28  ok  <ok@openoffice.org>  [2d60aed0ee7be5d0c66b6eb13238efa285f9d44d]

        fix: #88219# HOTFIX 4 EA

2001-06-28  Kai Sommerfeld  <kso@openoffice.org>  [ad8c6a0cc3c1ab8af095d57c38a1b2aba7204d24]

        #88922# - Changed parameters for config access creation according to service specs.

2001-06-28  Thorsten Behrens  <thb@openoffice.org>  [41623a52ef5feb2ed85a4f7ac0fac3d1d2a63939]

        #88877# Disabled painting of middle button for angle control

2001-06-28  Oliver Specht  <os@openoffice.org>  [1d551a2fdc7ac869ce7398a09839bf5c637245ab]

        #81329# optimized

2001-06-28  gt  <gt@openoffice.org>  [9da8d459a44adaf0bca3dcbb11fe53c3041253de]

        #88908# not possible set of XF index in array record disabled

2001-06-28  Kai Ahrens  <ka@openoffice.org>  [60b8e8a83bc310b3e00bdc69354c74242af9d5f0]

        TFD changes (SvData removed)

2001-06-28  Ocke Janssen  <oj@openoffice.org>  [b0ddf3abed6db78403e59601c77a54d2089cea69]

        #88223# use of proxy for outlookexpress

2001-06-28  Sven Jacobi  <sj@openoffice.org>  [623d3cbe5feab4366b52b2202ccb9d682e3702c5]

        #88262# now also importing xp documents that uses more than one masterpage

2001-06-28  Dieter Loeschky  <dl@openoffice.org>  [938e380ba1b802252c49b612ffe898c6f9397cb6]

        #88628# AllocModel(): using layout name instead of name

2001-06-28  Oliver Specht  <os@openoffice.org>  [0cb00b0f1b12cd048348fdb02fd2ea69ba269ac0]

        #88575# allow content index level MAXLEVEL

2001-06-28  Peter Burow  <pb@openoffice.org>  [bc570a7b7213f13437a75dd328f074c6073f1d25]

        fix: #88882# FixedLine instead of GroupBox

2001-06-28  Oliver Specht  <os@openoffice.org>  [f951f1dc1757a52447ccba2a61d29e40cc65150b]

        paragraph extension map should not contain the complete cursor entries

2001-06-28  Thomas Lange  <tl@openoffice.org>  [a8b67e59f1339b8bf59667b834937b52b40b2516]

        #88893# symbols added via 'AddReplaceSymbol' now added to hashtable

2001-06-28  Oliver Specht  <os@openoffice.org>  [f8c05d1ac02339f370d3b1ccaa53b80280c717fc]

        #88889# ImageList: count corrected

2001-06-28  Thomas Lange  <tl@openoffice.org>  [992868c54bd76b8d68e0a0d47e29b9881a091d8c]

        #88893# function added to add a single symbol to the hashtable

2001-06-28  Daniel Rentz  <dr@openoffice.org>  [d72e6210365e5f4fbf3bd2dc905ab6264eec9283]

        #88752# http links get lost

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [8ecd73ad7ac53230784aa2f666cf37c88672ad00]

        #87759# Some defines needed by FilePicker ea.

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [27f8ab8669afb1213b57dfa015d277b616e8cfb8]

        #87759# Resource defines for the file dialog

2001-06-28  Dirk Völzke  <dv@openoffice.org>  [d86dda710c4a553eada113ea88e21a415553b773]

        #87759# Moved from sfx2

2001-06-28  Oliver Specht  <os@openoffice.org>  [c044125146da7b4af8e580d1b152b642ee6d525c]

        #88875# use OutputDevice::GetDefaultFont

2001-06-28  Ocke Janssen  <oj@openoffice.org>  [309852637bd900b39bd1eefdb17c71a073434879]

        #88223# ConvertLikeToken called

2001-06-27  Thorsten Behrens  <thb@openoffice.org>  [8bf2123fbcd7fedc4eea211f8a011c6f541a2761]

        #88837# Enclosed interface calls to UNO filepicker with try/catch

2001-06-27  Thorsten Behrens  <thb@openoffice.org>  [aa6238c9b7f06ef5e8b196e3f2230ca261c9f35e]

        #88837# Enclosed interface calls to UNO filepicker with try/catch

2001-06-27  Philipp Lohmann  <pl@openoffice.org>  [e6fc8c6e7318a27b2b63001fb1e9cb33fe7b8cc4]

        #85520# workaround for some broken fonts

2001-06-27  Kurt Zenker  <kz@openoffice.org>  [78ce877765813673fe1e1a183f3fdd8153c3f994]

        new version for SRC633

2001-06-27  Kurt Zenker  <kz@openoffice.org>  [33b2079a711f64253ab705f5ff19cad3cda85cb5]

        new version for SRC633

2001-06-27  Mathias Bauer  <mba@openoffice.org>  [b47c10bb1b2f56ab5e4027dfcc050c9b2a5e4744]

        #88906#: TimeBomb

2001-06-27  Christian Lippka  <cl@openoffice.org>  [0180e103a8f08f85e40540609ff1795bb7cd6d8a]

        #88670# fixed missing export of list style names in shape autostyles

2001-06-27  Armin Weiss  <aw@openoffice.org>  [fc575da1a34c1e5591c32665e41fe2f28d018499]

        #83403# added one more necessary parameter to the new service function to copy all 3d objects of one scene into the other scene

2001-06-27  Mathias Bauer  <mba@openoffice.org>  [2c30d25f23e5fdaffa818f2ad266fa3fb1b1d2d2]

        #84560#: ask if doc printer is not default printer

2001-06-27  Philipp Lohmann  <pl@openoffice.org>  [b37ca4dd40f948a154927dba8647a145d781eb8b]

        #85520# notify a user that a font cannot be renamed

2001-06-27  Rüdiger Timm  <rt@openoffice.org>  [8774b4171c9c774a9e4d1690fd8e5e3b365a888d]

        new version for SRC633

2001-06-27  Kurt Zenker  <kz@openoffice.org>  [5cc2d1209b6b67ad86cdcf78045f849f4e771298]

        new version for SRC633

2001-06-27  Frank Schönheit  <fs@openoffice.org>  [ac3bbc652ab5b65d805d730c2cf36e343fa96b1d]

        #88804# changed parameter of setMaxNrOfReturns

2001-06-27  Vladimir Glazounov  <vg@openoffice.org>  [5f1a20235d7019cbb74f2d8932a51d420c6434be]

        Correctedplatform-dependent projects' build

2001-06-27  Vladimir Glazounov  <vg@openoffice.org>  [7ec7cca556fe8f91b22eb6aba959c5372e6871ca]

        Corrected platform-dependent projects' build

2001-06-27  Christian Lippka  <cl@openoffice.org>  [b350f5a820c8f437d6dd18dfeb5623d4abe3e936]

        #85861# do not export styles for empty presentation objects

2001-06-27  Oliver Specht  <os@openoffice.org>  [5725271628296fdccaabc96532f4e12bfb009128]

        #88545# ask OutputDevice for default font names

2001-06-27  Daniel Rentz  <dr@openoffice.org>  [c85cc029774ad8b6b063e6b793e984d5c19f2849]

        #88752# http links get lost

2001-06-27  Behrend Cornelius  <bc@openoffice.org>  [03818cf0923e9147895158abdda00a35954a055a]

        #88895# Dialog set back to modal

2001-06-27  Christian Lippka  <cl@openoffice.org>  [579ea2dde6de70307c6e92a686bf3af2e39081e7]

        #88691# added relative urls

2001-06-27  Niklas Nebel  <nn@openoffice.org>  [9ab73a22e7ffeaa2e99ad64dc5dee4005af31229]

        #88772# own help ID for SfxURLBox in external data dialog

2001-06-27  Oliver Specht  <os@openoffice.org>  [6c1d640c062d0bb0a6f9ca9f2db970000277fc19]

        #88271# border finally correct

2001-06-27  Frank Schönheit  <fs@openoffice.org>  [cf4f30b6c9c5414f4357c1e6473339cf06d28a89]

        added int for max result records

2001-06-27  Christian Lippka  <cl@openoffice.org>  [6e87fc4769c5982da06ea1ba341b057fc733c2bc]

        #88691# added relative urls

2001-06-27  jp  <jp@openoffice.org>  [54e05d474804743904d151b45def5dddbc05f9d9]

        Bug #81329#: GetDefaultFont - use the new OutputDevice interface

2001-06-27  Kurt Zenker  <kz@openoffice.org>  [0a7a785b876a9c7327cd9d7bd6174c6b28b18ef4]

        new version for SRC633

2001-06-27  Behrend Cornelius  <bc@openoffice.org>  [0ccd3830fba5bb13a9e4e9fbad358bcb4f857a4e]

        #88895# Resource index modified, event from button removed

2001-06-27  Christian Lippka  <cl@openoffice.org>  [080488deb9589b73f482311a600188aa621d6553]

        #88691# added relative urls

2001-06-27  Tino Rachui  <tra@openoffice.org>  [ba22a1e906856f221efde177b5231e8cfca53dd2]

        #86986#added dependency from svtools

2001-06-27  Oliver Specht  <os@openoffice.org>  [b252b07c099abbe28d0bbed6d58e5b0a1ba36fc2]

        #88271# dialog redesign

2001-06-27  Daniel Rentz  <dr@openoffice.org>  [a79de8a187735c07ff185da7258c76ebd6a9c810]

        export names without formulas with VB flag

2001-06-27  Christian Lippka  <cl@openoffice.org>  [d8cbc30c119e38935a8c6edefd14d847ff4a914e]

        #88691# added relative urls

2001-06-27  Philipp Lohmann  <pl@openoffice.org>  [104e9192765517e31c2038fa3e2899104414bdd2]

        #88892# changed group boxes to fixed lines

2001-06-27  Armin Weiss  <aw@openoffice.org>  [b3a18f15738c308d1879b0c24204cf1660c640c1]

        #83403# Use one common method for inserting scenes into scenes.

2001-06-27  Christian Lippka  <cl@openoffice.org>  [88e7898056682961e2dc320a025a1a081ba71c91]

        #88691# added relative urls

2001-06-27  Peter Burow  <pb@openoffice.org>  [beb7a5dd87d8bc9373fc029e7fef150176e595ce]

        fix: #88738# detect filetype by SvFileInformationManager

2001-06-27  Oliver Specht  <os@openoffice.org>  [be18d5a9ec20eea4282fdbd3d4caa32a5280f211]

        #87303# character style for tab stops enabled

2001-06-27  Caolán McNamara  <cmc@openoffice.org>  [35b36c1c3e0024a7fc3799f0c1f620d6c3e625b7]

        #87441# ##945## Import italic & bold from styles as close as is possible

2001-06-27  Peter Burow  <pb@openoffice.org>  [8057255d8240e70a453a31ea39d5911c359912fd]

        fix: #85823# help bookmarks improved

2001-06-27  Peter Burow  <pb@openoffice.org>  [1fe1a280e87d628fe01d96bc96aaf80138beb66d]

        fix: #85823# new ids for help bookmarks

2001-06-27  Philipp Lohmann  <pl@openoffice.org>  [3cedf48f2e13ebe570146282e5318404cb503235]

        #85520# more support for localized family names

2001-06-27  Oliver Braun  <obr@openoffice.org>  [af5961a89599b495b184082a6e5fa4851232fae2]

        #88649# added missing charsets

2001-06-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f362bb23475655c1c5bd8824b46bcc50d47d8f3]

        add project dependency

2001-06-27  Philipp Lohmann  <pl@openoffice.org>  [3940037b1267d8304d28333f6029b8d5a9edce9f]

        #85520# more support for TrueType localized family names

2001-06-27  Stephan Bergmann  <sb@openoffice.org>  [15730b0b4718598488cea07385f24c3647da1996]

        #88320# Added missing #define __RSC.

2001-06-27  Frank Meies  <fme@openoffice.org>  [9c45fdf7136cc64afaf16452f25d00b4c0ef3540]

        Fix: Minimum size for hole portions at beginning of line set to one

2001-06-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6d1730409056e62e9c81e37e7ce29053d5515f20]

        force dmake to use shell for copy cnd

2001-06-27  Joachim Lingner  <jl@openoffice.org>  [d2c8e36b32d200705fefec455208417eb097fbcb]

        *** empty log message ***

2001-06-27  Joachim Lingner  <jl@openoffice.org>  [1390fc5c7f89f92320f894df50bba12faf01180e]

        #67468# Refcount of OleApplicationRegistration did not work properly

2001-06-27  Sven Jacobi  <sj@openoffice.org>  [71f91566b2f75a68a377101ddc3d8d1dd90610e4]

        #88709# supporting more than one filename extension

2001-06-27  Sven Jacobi  <sj@openoffice.org>  [8607933d4ab2fb0d253b3b861c5ee4c1d086da7f]

        #88709# supporting more than one filename extension

2001-06-27  Niklas Nebel  <nn@openoffice.org>  [8ed7286284ad76fd21cd4b79570170306d931136]

        #88824# ExportPart_Impl: recognize types of special built-in formats

2001-06-27  Daniel Rentz  <dr@openoffice.org>  [e3ed9a200f200e77a228cd008f7a005432868548]

        ignore charts in first run

2001-06-27  Daniel Rentz  <dr@openoffice.org>  [aaeb6b02051878e85cb5e0efb50ce9e3acf87016]

        added CharSet to XclImpStream

2001-06-27  Thomas Lange  <tl@openoffice.org>  [fd2400aeb9d97636f5d32d7a53a6526db9af09f7]

        #88869# getTypes fixed (XServiceInfo and XUnoTunnel now also returned as supported Interfaces)

2001-06-27  Mathias Bauer  <mba@openoffice.org>  [f62ed708fda5a60a5d949d8b1d9a0535e2a618e6]

        #85600#: changed SID_POSTLOCKBYTES to SID_POSTDATA, removed SID_POSTSTRING

2001-06-27  Armin Theissen  <armin@openoffice.org>  [28c5e00152ea8e39156f9959b70bd10de2d7b4a9]

        back to 1.7 - 1.8 was based on 1.6, due to a mistake on the screen I wasn't aware that 1.7 existed

2001-06-27  Mathias Bauer  <mba@openoffice.org>  [ec06c7181b507b03e6850994678135cd918a9d3d]

        #85600#: HTTP post implemented

2001-06-27  Mathias Bauer  <mba@openoffice.org>  [cce51f79617ee81dbc2d14ad74ef83465a9b7bd8]

        #85359#: ExecutePlugins

2001-06-27  Mathias Bauer  <mba@openoffice.org>  [2d84654b2469f87f73c132c0bc13db6193dc1b62]

        #86347#: new images in functionbar

2001-06-27  Mathias Bauer  <mba@openoffice.org>  [9198a14f2d0b38e6778ff70bf7e5f65b76f191e6]

        #86347#: SID_NEWDOCDIRECT depends on document type

2001-06-27  Armin Theissen  <armin@openoffice.org>  [11a74f53b8923c092fac72b947dcbc3bc48f31b1]

        changed syntax in GNUCOPY to make it work on windows (cygwin tools, 4NT)

2001-06-27  Mathias Bauer  <mba@openoffice.org>  [b3683b3cb91e3fc4557ffdc0a73b32cc65efde7a]

        #85359#: ExecutePlugins

2001-06-27  Michael Brauer  <mib@openoffice.org>  [9741c585cf3447d8f116c7decfabf3f9cb946d49]

        Don't switch LayoutSplitt off when inserting a table

2001-06-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ace2742bbb600a94b2c6c00d1e4312d0aeb0ca0f]

        replaced all target

2001-06-27  Nils Fuhrmann  <nf@openoffice.org>  [dcf06ffaece84f33fb642cd2274b2d75bf9e7cf7]

        Multi fixes for L10N-framework #87136#

2001-06-27  Martin Gallwey  <mtg@openoffice.org>  [24eed5796d4c7fcb0dc87b6ea4dfdb7f5abecda6]

        #82588# implement getNotANumber and IsNotANumber in the same manner as calc

2001-06-27  gt  <gt@openoffice.org>  [21bfaf0d1180d89c5ed31c62527575a7133cf476]

        vcl additional (until class ResStringArray is moved to tools!)

2001-06-27  Sascha Ballach  <sab@openoffice.org>  [f8534f6c3eed86550023abe59be5b70a5ff5553c]

        #88175#; remove the double definition of fo:vertical-align

2001-06-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f89739f45ebc9d427d0aae9dba5725f34aeb2c58]

        cleanup

2001-06-27  Sascha Ballach  <sab@openoffice.org>  [51ec1c3b4f5ee875c6412061db84ed3669035a54]

        #87219#; made the required change to call startPage and endPage

2001-06-27  Joachim Lingner  <jl@openoffice.org>  [01b4c2b82f6cf5530f87617829059baf4a18971b]

        *** empty log message ***

2001-06-27  Joachim Lingner  <jl@openoffice.org>  [51e6e0ac8fb5e40cee19f423638be1059a0a9d37]

        #67468# library unloading

2001-06-27  Philipp Lohmann  <pl@openoffice.org>  [36b386d203566003075a1edd0e21445d79b77e47]

        #88761# mt: destroy DnD Data before calling dropComplete

2001-06-27  Kurt Zenker  <kz@openoffice.org>  [a399263f53b45a99a675c5b863b2b4c9f7c8d13b]

        new version for SRC633

2001-06-27  Thomas Lange  <tl@openoffice.org>  [c0166c165775eb49887abc98257512470c5ed345]

        #88867# shutdown optimization when dictionaries were not used yet

2001-06-27  Kai Ahrens  <ka@openoffice.org>  [b0646be11a96a2ab4fda8f21a5f0d9b1fab9ee75]

        #88756#: added help id's for gallery

2001-06-27  Frank Schönheit  <fs@openoffice.org>  [f1b11fe1547fce8fb595d7288b3e02b9a3e94a32]

        #88719# corrected while loops in getConnectionWithInfo and getConnection

2001-06-27  Ocke Janssen  <oj@openoffice.org>  [9e286f04299c4157bd84c3703b5b00fa59a9db06]

        #88719# don't position when on end

2001-06-27  Ocke Janssen  <oj@openoffice.org>  [b15bd8107f18649ed96e2360c3cc40d526f76242]

        #88719# some fixes for queries

2001-06-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bb1276141561de81e1af3138fdba0f0f776f0830]

        add dependency

2001-06-27  Oliver Specht  <os@openoffice.org>  [7ce8b2a7a7234eb87a0ac513fb3ba554bec5efd0]

        #

2001-06-27  Kai Ahrens  <ka@openoffice.org>  [0c2aff04dfd07b375804b88dbb00fff16ab05597]

        #88756#: added help id's for gallery

2001-06-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [75eba45b2b16eb869b8ea4a8d60b8026127680f5]

        no prefix

2001-06-27  Oliver Specht  <os@openoffice.org>  [8891bdcb39a79466d34f2a59fc9908b5668dc065]

        #88271# show bordered windown if preview is off

2001-06-27  Oliver Bolte  <obo@openoffice.org>  [e4dc00a7eb34c3ef6856874b40ef057101518258]

        new version for SRC636

2001-06-27  Malte Timmermann  <mt@openoffice.org>  [eec0ead9f9ecce1abfcefce0d618ac79f36f7ae3]

        #88771# Check remaining width before decrompression

2001-06-27  Kai Sommerfeld  <kso@openoffice.org>  [8b9fee04828d6cf7c0dd09d4c539a6903122af6f]

        #85600# - Added support for POST.

2001-06-27  Oliver Bolte  <obo@openoffice.org>  [00a62d6b497ea7c568bd58f9ee6d435b3a14a7ef]

        #87576# undo last change

2001-06-27  Oliver Bolte  <obo@openoffice.org>  [c4a511eece986a0d41b5f51788c4d3afdbcc507e]

        #87576# undo last change

2001-06-27  Peter Burow  <pb@openoffice.org>  [1d66e31a8a16084c5b9e2a3df7f207a2d8a4a94b]

        fix: #85823# help bookmarks added

2001-06-27  Peter Burow  <pb@openoffice.org>  [27cbae54b959a559c84fdc3fd529f17b0fb7348c]

        fix: #85823# GetCurrentURL() added

2001-06-27  Peter Burow  <pb@openoffice.org>  [242dc6b56f0425c7574c4c39ffbc65e4e9a81e6e]

        fix: #85823# new ids for help

2001-06-27  Stephan Schäfer  <ssa@openoffice.org>  [b7458991e1581f835182780ef814c098a731d165]

        #86010# transmit cursor rect for CJK input

2001-06-27  Thorsten Behrens  <thb@openoffice.org>  [9bbbf087a03bf99d032496cd021c4f07ef112abe]

        #87126# Replaced SfxFileDialog with FileDialogHelper

2001-06-27  Peter Burow  <pb@openoffice.org>  [9b84cd962f6635c211116d4082f3f48775f4e5cd]

        fix: #85823# HelpBookmarks added

2001-06-27  Kai Sommerfeld  <kso@openoffice.org>  [8766dfd080362f87a130a019630066192270dc60]

        #88753# - Fixed ContentProvider::queryContent to survive null identifiers.

2001-06-27  Michael Brauer  <mib@openoffice.org>  [803d1811198b1c4049ea5005cdbd501ad130e5e1]

        #88691#: load/store relative URLs

2001-06-27  Oliver Bolte  <obo@openoffice.org>  [63c0f9015516cfaf4a188f0a45614388f9931a21]

        #87576# undo previous change

2001-06-27  Tino Rachui  <tra@openoffice.org>  [d749843d165b651de016d1e851ad5958175da06e]

        #86986#using svtools resource

2001-06-27  Dirk Völzke  <dv@openoffice.org>  [7dcd70ed16e16929383efe468ee8180ed4cd0489]

        #88650# Set last known directory when getDisplayDirectory() returns none

2001-06-27  Sascha Ballach  <sab@openoffice.org>  [a39c43b6a0a7720ec803a4298775c8fee0babb8c]

        #88491#; make the source point of the callout box the anchor

2001-06-27  Oliver Bolte  <obo@openoffice.org>  [35d31f00987fd5c45968b5eb9b41b79d988502da]

        #87576# salhelperlib added

2001-06-27  Peter Burow  <pb@openoffice.org>  [82fab0ea6cab6c7f6ef3367f5ac3cdc038848ff3]

        fix: #88797# filepicker.src added

2001-06-27  Kai Sommerfeld  <kso@openoffice.org>  [0db8d860ca7094f0ba9577ff08236ea10aebd8cc]

        #87187# - Removed SALHELPERLIB ( was not really needed! )

2001-06-27  Michael Brauer  <mib@openoffice.org>  [ea4f9161e457456f51a89b1a7a767cc361eb9a46]

        #88691#: load/store relative URLs

2001-06-27  Frank Schönheit  <fs@openoffice.org>  [6da084686bb61143ade582d971c90dc877ba2841]

        #88275# correctly initialize the SvxFontItems

2001-06-27  Sven Jacobi  <sj@openoffice.org>  [41357cd5f7efc4a555a99a78550a625572cef1c7]

        #88342# also using horizontal algnment left and right if just left or right paragraph adjustment is used

2001-06-27  Michael Brauer  <mib@openoffice.org>  [b382ba957048b4619a61e17a05f90db48bb7d6e0]

        #88691#: load/store relative URLs

2001-06-27  Tino Rachui  <tra@openoffice.org>  [1d4d6d028482ca46d5df9e29836add9f83aafecc]

        #86986#exeption handling enabled

2001-06-27  Tino Rachui  <tra@openoffice.org>  [588ce54109f90942cdaac1c2bc883214caf05c6c]

        #86986#removing tilde signes from control labels

2001-06-27  Sven Jacobi  <sj@openoffice.org>  [d9561a13c2ec188f0bc3c1ee7631553a11baa28e]

        #88543# fixed vertical text alignment

2001-06-27  Joachim Lingner  <jl@openoffice.org>  [00e3f47aa722fb8469674cd5e71ad0e3ff875da6]

        *** empty log message ***

2001-06-27  Joachim Lingner  <jl@openoffice.org>  [6cbd3b5bbe6e99232eef26935ccedb632609a53d]

        removed uiks

2001-06-27  Behrend Cornelius  <bc@openoffice.org>  [efe43458b66a5c35762643288934d6823fc03d71]

        #88794# StandaloneDocumentinfo object replaced

2001-06-27  Oliver Specht  <os@openoffice.org>  [2b05a7b9cffc1efe37b5b4ddccfafbb349da4c34]

        #88835# vertical orientation should only be exported if the anchor id is FLY_IN_CNTNT

2001-06-27  Oliver Braun  <obr@openoffice.org>  [e8a43354696fff94651712d84de260068ed04956]

        #88295# convert handler to system path

2001-06-27  Nils Fuhrmann  <nf@openoffice.org>  [816594b71005c9cb3c601d0c0115523cbcc5e3f1]

        Added support for L10N-framework to xmlex call 87136#

2001-06-27  Oliver Braun  <obr@openoffice.org>  [9f2f8a302e2ab1d7be07044951583a55c745b8e6]

        #88295# convert program path to file url

2001-06-27  Dirk Völzke  <dv@openoffice.org>  [929d0b0d21891665a7087bd398cc690d03b26771]

        #88650# Remember last used display directory and filter

2001-06-27  Frank Meies  <fme@openoffice.org>  [c2d02dcd9ffb7a114af8fba5c2576e44c9a29520]

        Fix: Repaint problems with blanks when removing a hole portion at the end of a line

2001-06-26  Sander Vesik  <svesik@openoffice.org>  [be5e1353e788928573cdb320124d93b134c64fc6]

        Use #include "svxheader" instead of #include <svx/svxheader> so that build doesn't break if svx hedaers haven't ben delivered to solver yet

2001-06-26  Philipp Lohmann  <pl@openoffice.org>  [fe958007bf53d284f173201a7f6f0c987c7c1256]

        #85520# add: rename fonts

2001-06-26  Philipp Lohmann  <pl@openoffice.org>  [5c181f18afe4347e35e6c21f5432f641e22d0777]

        #85520# cache ttc files in fonts.dir also

2001-06-26  Philipp Lohmann  <pl@openoffice.org>  [0c0195f8c70940a2fef1a09f73285060f1413c69]

        #85520# allow for unicode names to be read

2001-06-26  Behrend Cornelius  <bc@openoffice.org>  [b94b1d83cda0d573cd43ec68f0a9f7743ec8fa9a]

        #88794# New Filopen Sub and SaveDialog Sub added

2001-06-26  Behrend Cornelius  <bc@openoffice.org>  [34c11c77cf4e9bdf096492e1daa62228d1556bc2]

        #88794# Initialization of Fileopen Dialog modified

2001-06-26  Behrend Cornelius  <bc@openoffice.org>  [1f8b225a259dfaf9eda53785004ea0a5f6b9466f]

        #88794# Initialization of SaveDocument dialog modified

2001-06-26  Niklas Nebel  <nn@openoffice.org>  [122df6aa9094596fccc3fce0ffc932c78d15aa6c]

        #88436# Load: set error code from storage to docshell

2001-06-26  Niklas Nebel  <nn@openoffice.org>  [83efee75ab7281242a210dfd128f48160b2252ab]

        #88436# set wrong password error code for format error in encrypted file

2001-06-26  Tino Rachui  <tra@openoffice.org>  [4b2bc1c8aac746c6c0c6d2b4123c2b07fd0570a0]

        #86986#added resourceprovider

2001-06-26  Tino Rachui  <tra@openoffice.org>  [8e5ddaef8737d6909cb154456b408e37d61ad1e7]

        #86986#used to read strings for control labels from oo resource

2001-06-26  Tino Rachui  <tra@openoffice.org>  [f6fba89ac3eaa789a41260fea0b0b54026f50323]

        #86986#had to change build sequence because of dependency problems

2001-06-26  Tino Rachui  <tra@openoffice.org>  [d73c94dbd5a62d12bff319372a0b8a95ec4742ba]

        #86986#changed build sequence for filepicker/folderpicker

2001-06-26  Hennes Rohling  <hro@openoffice.org>  [a40656c476dac666c4305f03de9f58fb68fffb94]

        Added SAL_PATHDELIMITER

2001-06-26  Hennes Rohling  <hro@openoffice.org>  [031447a33668b14e8a38f62f0b7d2f5911985987]

        #88197# Provide UNICODE wrapper for GetDriveTypeW

2001-06-26  Oliver Braun  <obr@openoffice.org>  [6d7394d345c25efdc6a02c86bcd8f8ffea8738ad]

        #88295# set Image name

2001-06-26  Kurt Zenker  <kz@openoffice.org>  [8f1031b95d6971beecde4f6355c61fa64ff1ab16]

        add. SALHELPERLIB

2001-06-26  Kurt Zenker  <kz@openoffice.org>  [58e27dc4c5b0052527152485f0032b64562a630a]

        add. SALHELPERLIB

2001-06-26  Tom Verbeek  <tv@openoffice.org>  [d0e6ae6330373851b675f0fa257d3283d0068ff1]

        #88115# oDocument -> oDocAuto

2001-06-26  Mathias Bauer  <mba@openoffice.org>  [8199423fb2da152993096d92a16362831f3954e6]

        #86708#: support disk spanned header

2001-06-26  Kai Sommerfeld  <kso@openoffice.org>  [75cb424c9c85bcf33839ed96f5be571596226f3d]

        #87187# - Fixed solaris build problem.

2001-06-26  Kai Sommerfeld  <kso@openoffice.org>  [84be6b27e27d49627e1b5b602278f2f564fac0b6]

        #87187# - Fixed yet another solaris build problem.

2001-06-26  Kai Sommerfeld  <kso@openoffice.org>  [a80593725efa1f3b1bfd93e06a8f2afb54cfcc3f]

        #87187# - Fixed solaris build problem-

2001-06-26  Armin Weiss  <aw@openoffice.org>  [2d4502d7740546c00ab79a0181bf558860c162e6]

        #88491# correct CaptionPoint position about pRefPoint

2001-06-26  Oliver Braun  <obr@openoffice.org>  [2f7ed881f8e2afc3d2dcf34f5722afc932e3c939]

        #88295# fix the last fix

2001-06-26  Oliver Braun  <obr@openoffice.org>  [683b3cde5b06b1b62c0793946cadee890f20e100]

        #88295# do not wait until started process ends

2001-06-26  Mikhail Voitenko  <mav@openoffice.org>  [c9b23c51c7e9a9c1bd270d3afd5b84b835811d37]

        #88320# Allow to save passwords persistently

2001-06-26  Caolán McNamara  <cmc@openoffice.org>  [b2f4fd3eb9f789ac2810ee6ec676e622d6dea31f]

        #88666# solaris fixes merged to toplevel

2001-06-26  Mathias Bauer  <mba@openoffice.org>  [e17d47083246216eb2363181388ddadbdaf93f0a]

        #88838#: trigger help agent by focus events

2001-06-26  Caolán McNamara  <cmc@openoffice.org>  [cf841aba14f956e8636aea86add8ba3f345f2b06]

        using rtl not required, and confused my solaris compiler

2001-06-26  Mathias Bauer  <mba@openoffice.org>  [71f37d8e51ce90ae109ba3297e9d6c074ec5cef7]

        #88062#: extend media descriptor

2001-06-26  Dieter Loeschky  <dl@openoffice.org>  [0eff901e2cd922f8f58a336f45cc69b4102d7f99]

        #88821# Use correct NumberFormatter

2001-06-26  Mathias Bauer  <mba@openoffice.org>  [9df731d60905f691c9e92c796c72e43f71344982]

        #88062#: new method GetInputStream

2001-06-26  Mathias Bauer  <mba@openoffice.org>  [ee31140beaea0d4901a1faa8f9c40a7b5da125b3]

        #88062#: export inputstream

2001-06-26  Mikhail Voitenko  <mav@openoffice.org>  [f3c2a2b7a6cd039317f40e361a6893746fac3a18]

        #88320# Allow to save passwords persistently

2001-06-26  Oliver Bolte  <obo@openoffice.org>  [c613addce2dd52e6a5106193215a0e000995b5b9]

        new version for SRC636

2001-06-26  Oliver Specht  <os@openoffice.org>  [f65fab0653087c58b28d057dec05de19264483aa]

        #86593# selection is Sequence<Any>

2001-06-26  Eike Rathke  <er@openoffice.org>  [c0372c90b7a8f70409e752c434b8014bb237c4b5]

        #88678# SvxExtTimeField::GetFormatted: insert or reuse forrmat not builtin

2001-06-26  Mikhail Voitenko  <mav@openoffice.org>  [ad64b2dc9a13bbe6c25c4e2c459c99328411ee51]

        #88320# Allow to save passwords persistently

2001-06-26  Eike Rathke  <er@openoffice.org>  [b33cac4acd844d1764d4a57e3b289b782acd803d]

        #88678# PutandConvertEntry: initialization language if LANGUAGE_DONTKNOW

2001-06-26  Kai Sommerfeld  <kso@openoffice.org>  [1979233dd832cb845edf67d90e553e9d0255e4ab]

        #85600# - Added 'post' command.

2001-06-26  Kai Sommerfeld  <kso@openoffice.org>  [69f6082eb1a3024f30e9db7b3dd4398226820293]

        #85600# - Added PostCommandArgument2.idl.

2001-06-26  Kai Sommerfeld  <kso@openoffice.org>  [c2e28b88c9ad3e69e7aa3203ece04abc689595c2]

        #85600# - Initial revision.

2001-06-26  Andreas Bille  <abi@openoffice.org>  [be94e5974351d969c9db8b769f9adde748aa645c]

        #86234# If a link is found, the information, whether we have a directory or folder comes now from the linkTarget.

2001-06-26  jp  <jp@openoffice.org>  [a64bdb559e7ad4bf5dd1b8b2009f3ebe7bb15a4a]

        Bug #87795#: Set compresstype at the drawmodel

2001-06-26  jp  <jp@openoffice.org>  [63f6efcc339c3b55f0b700b4cb3cd2d3bdcbdc71]

        Bug #87795#: SetCharCompressType at the doc invalidate also the layout, so remove here the code

2001-06-26  jp  <jp@openoffice.org>  [3e82efdc22c2cd7e910e04f4b848abb3e89fb0f1]

        Bug #87795#: remove old code

2001-06-26  jp  <jp@openoffice.org>  [a318f26dd2a8ed5d42e7455f58ab4a37bf432a36]

        Bug #87795#: SetCharCompressType not inline

2001-06-26  Armin Weiss  <aw@openoffice.org>  [b9ac931637ac2868cfe6f851817cb3734e7886fd]

        #75059# implementation of transparence gradients for 3D

2001-06-26  Armin Weiss  <aw@openoffice.org>  [4b00efc4d64a24464a4e84b07f92bc177fdb2962]

        #75059# Implementation of transparence gradients for 3D

2001-06-26  Mikhail Voitenko  <mav@openoffice.org>  [07c3e5aa2efc9eb409b5a03f88abcd1cc85da705]

        #88320# Allow to save passwords persistently

2001-06-26  Mikhail Voitenko  <mav@openoffice.org>  [feb37d5fd0c3b54c8b0d4e3aa5d1df6a93257561]

        #88320# Allow to save passwords persistently

2001-06-26  Mikhail Voitenko  <mav@openoffice.org>  [fe6ccced74f8b9a7f13ea9005b6512e8181a9c1b]

        #88320# Allow to save passwords persistently

2001-06-26  Oliver Specht  <os@openoffice.org>  [5cc9c2055fb9a4e5e58c583746e374f3e0cdded2]

        #84088# index edit: not allowed in protected sections

2001-06-26  Frank Schönheit  <fs@openoffice.org>  [b953c0955383b65aef1de3b77aaed0fdea5c3133]

        enhanced isStorageCompatible

2001-06-26  dic  <dic@openoffice.org>  [c2e4e554a22a9c88ccf9d21cc7d671605e751a94]

        #88225# merge pipe race fix from udk208.

2001-06-26  Svante Schubert  <sus@openoffice.org>  [ff314596937fd698563b417678f8fc66eb12ae04]

        #83953# xslt/sx2ml/*.* files have been added

2001-06-26  Nils Fuhrmann  <nf@openoffice.org>  [c981878a04f36d1e88d1145bfaecac3c1aac4c58]

        Added utf8conv to transex3.lib to solve unresolved externals

2001-06-26  Björn Milcke  <bm@openoffice.org>  [0da9b7385957d57e6700495de8639b3e917707c6]

        #88620# "add-in" was missing in aXMLChartClassMap / add-in charts may have domains (InitChart)

2001-06-26  Nils Fuhrmann  <nf@openoffice.org>  [29d328cb3feb15fa067975c147e4b18ae8ed802d]

        Preparation for delivery of transex3.lib

2001-06-26  Daniel Rentz  <dr@openoffice.org>  [8eb6fbac3b713ec825d5c39a83a0fdae331dda20]

        default names of data columns in chart legend

2001-06-26  Ocke Janssen  <oj@openoffice.org>  [456413a6834db6906f4aefa6277d0ae89a5ef34c]

        #88719# moveAbsolute fixed

2001-06-26  Nils Fuhrmann  <nf@openoffice.org>  [a50c543be1d4d0030b762a9ec756d5a1c6af6347]

        Delivery of transex3.lib for extern usage

2001-06-26  Daniel Boelzle  <dbo@openoffice.org>  [3bf85650a6e060e2fc2b028d0a6423914e4819f8]

        #88522# assign void to any is valid

2001-06-26  Sascha Ballach  <sab@openoffice.org>  [d40622556c2d84fd62980b83d709d5bb35a30c70]

        #88780#; the style:display attribute to style:header-left and style:footer-left

2001-06-26  Oliver Bolte  <obo@openoffice.org>  [093bb9eab10ec9ddeba0e644c76c67535450c8f0]

        #65293# salhelperlib missing

2001-06-26  Nils Fuhrmann  <nf@openoffice.org>  [2deee0b2b0c2ab7ddcd7b9981462c59bf4091d8e]

        Moved from source to inc

2001-06-26  Vladimir Glazounov  <vg@openoffice.org>  [0beb3854c4c2e0bef55bd24e39cb2cd2a6b30d20]

        corrected misspelling

2001-06-26  Eike Rathke  <er@openoffice.org>  [1fe96299f9edace84c12c08be6d9c18649afb31c]

        #87257# locale changes propagated to application settings; currency may be defaulted to locale

2001-06-26  Kai Ahrens  <ka@openoffice.org>  [0c12b687ba3466f84457e06e52393a240c9c47e3]

        #88348#: bugfixing ::AcceptDrop/::ExecuteDrop

2001-06-26  Michael Brauer  <mib@openoffice.org>  [d018dca6ca676e71e6c25512bbf6d9aee591d077]

        #88436#: return wrong password errcode code for SAX exceptions on encr. streams

2001-06-26  Eike Rathke  <er@openoffice.org>  [ad809ae5e4732f5845503e3d62339fafbc5e17f4]

        #87257# blocked broadcasts

2001-06-26  Vladimir Glazounov  <vg@openoffice.org>  [a09ebbdbfb0713188d0c973843b970c0485e68fd]

        Corrected platform-dependent behaviour

2001-06-26  Christof Pintaske  <cp@openoffice.org>  [a600f89a9c7c13eed5fb91f86e0916710249e1b2]

        #88564# maintain buffer allocation in ic, end exttextinput only when buffer is empty

2001-06-26  Christof Pintaske  <cp@openoffice.org>  [5f9a090e0ca1105b97ecd161c55b76ceafbd6b3e]

        #88564# maintain buffer allocation in ic to avoid leaks

2001-06-26  Christof Pintaske  <cp@openoffice.org>  [743392b382155ad681bbce00d67aa8e810ebeb38]

        #88564# dont handle xim commits with iiimp commit string callback

2001-06-26  Michael Brauer  <mib@openoffice.org>  [625026da3c36a146888129e43d67eb04dd972b5b]

        #87683#: start value vor numbering list

2001-06-26  Martin Gallwey  <mtg@openoffice.org>  [7c182d3024c15c2811654866ceca97203ffcbb76]

        #79409# initial revision

2001-06-26  Martin Gallwey  <mtg@openoffice.org>  [5a2d1f59049f0d2cd810997713a7c1019ee8eb30]

        #79409# added RefreshListenerContainer.obj

2001-06-26  Martin Gallwey  <mtg@openoffice.org>  [3211e0bc5380268c49b1e08aa351816bef758f79]

        #79409# implement the refresh listener handling

2001-06-26  Martin Gallwey  <mtg@openoffice.org>  [0ea07cebadf915a60a4cdad4d03534e31c4c32e5]

        #79409# notify our refresh listeners (if any) when repaginating

2001-06-26  Martin Gallwey  <mtg@openoffice.org>  [a815b8af256f150847f8fb481b2fa931c50487c5]

        #79409# added a refresh listener container and a method to call refresh on its contents

2001-06-26  Martin Gallwey  <mtg@openoffice.org>  [8a88ebafe434e6975736265045d89443c0e61b7a]

        #79409# do not require subclasses to call methods to get access to private methods

2001-06-26  Sascha Ballach  <sab@openoffice.org>  [fda713527b3df996a9dae3ce82fe8bebb5ded1db]

        #88777#; if no pData create new ScTokenArray and do not clone

2001-06-26  Dieter Loeschky  <dl@openoffice.org>  [8a01d67e702ee646e2c054bc3bd5ef8d3e946826]

        #88755# Check CJKOptions

2001-06-26  Ocke Janssen  <oj@openoffice.org>  [a377da8eed04d7bf46cde46233852f5a5c29a066]

        #87808# parameterindex checking

2001-06-26  Frank Schönheit  <fs@openoffice.org>  [9f1c2f6159f0d202b748bda80561054ade75fc34]

        #88392# changed the initialising of columns with master-detail driver values (still not correct, but now the same as in 5.2)

2001-06-26  Andreas Bregas  <ab@openoffice.org>  [8ca3994dca540442ffa6e1239c7e0fb9e9de6219]

        #88522# Convert empty array to []any instead of []void

2001-06-26  Oliver Bolte  <obo@openoffice.org>  [a5ba206c5b25450902e896b9677c9b5cac0aa525]

        #65293# salhelperlib missing

2001-06-26  Sander Vesik  <svesik@openoffice.org>  [92d75662b6964111d441ef906596509aa8f54a03]

        Merge from OO632B

2001-06-26  Ocke Janssen  <oj@openoffice.org>  [1a0f22288d085fba9c59d664eecbb66ddf7c2481]

        #87808# clearParameters corrected

2001-06-26  Daniel Rentz  <dr@openoffice.org>  [a34ab247afdbba1e493b344f927ed15e975b7cd7]

        #88779# redesign fixes

2001-06-26  Ocke Janssen  <oj@openoffice.org>  [8dda8161ca466632653aa5eb3e63f5ef6bb5696c]

        #87808# setObject corrected and some more

2001-06-26  Oliver Specht  <os@openoffice.org>  [dfd4d25cac93561eb632a087a46e741f3682befb]

        #86988# dialog redesign

2001-06-26  Ocke Janssen  <oj@openoffice.org>  [e876abd02a5b5f6515d22aa952de38453e36a6f5]

        #87808# setObject corrected and some more

2001-06-26  Ocke Janssen  <oj@openoffice.org>  [d305591e9d4e156ace4fa4540abde151b2b3eab8]

        #87808# new method to wrap setObject method

2001-06-26  Michael Brauer  <mib@openoffice.org>  [b37a11cb4a0ac84af71c89cb2ce87d6ad6fba86e]

        Made graphic properties work again

2001-06-26  Stephan Bergmann  <sb@openoffice.org>  [0b0fe9e56e634f0128de1cc9667b3f71f5250a84]

        Removed obsolete special handling of main() on WNT.

2001-06-26  Michael Brauer  <mib@openoffice.org>  [5a8e3b7d0b18d63449bf728c321f337e8683baee]

        #88690#: Conflicts between text/draw property map removed

2001-06-26  Frank Schönheit  <fs@openoffice.org>  [b4eb2a3e33e6ccd3a21897aa7d209430ed9dab80]

        InitializeGridModel: be more toleratn against an invalid form

2001-06-26  Frank Schönheit  <fs@openoffice.org>  [827388a6f46fb34874171902d403d2db00260741]

        #88392# added columnModified for diagnostics

2001-06-26  Frank Schönheit  <fs@openoffice.org>  [55ddd37c46a825abacf0f596aa2b6435dba35814]

        #88392# corrected convertFastPropertyValue(ID_VALUE)

2001-06-26  Frank Schönheit  <fs@openoffice.org>  [80705dd7e60113f296b8e91cd9ec3c7a333e8bfa]

        #88392# updateObject: if possible, doe an updateXXX (e.g. updateString if the object-Any contains a string

2001-06-26  Frank Schönheit  <fs@openoffice.org>  [aa01d3a80f7f7cf6b3272ff811b6adfeb2f986eb]

        #88392# +implUpdaetObject

2001-06-26  Christian Lippka  <cl@openoffice.org>  [be4f77ab94e5c39cd2eddab63dc2fe8f6bc2d1c0]

        #87795# fixed cjk compression

2001-06-26  Oliver Specht  <os@openoffice.org>  [d4c855afae0969faf2e41ac96800eff08257ed21]

        #985# Character escapement: keep proportional height value also if escapement is zero

2001-06-26  Christian Lippka  <cl@openoffice.org>  [3486222a7f42ad45eaf7a6de8a727b33c49fbe6c]

        #87795# fixed cjk compression

2001-06-26  Thomas Benisch  <tbe@openoffice.org>  [dee619cf993ccca686f79db54820a622c674660b]

        removed Drag&Drop from ObjectTreeListBox

2001-06-26  gt  <gt@openoffice.org>  [6aa48750ab88bdeed2c7ce7aa61671bd7aa93276]

        typo in ANALYSIS_Cumprinc_add / String 1 / German

2001-06-26  Thomas Benisch  <tbe@openoffice.org>  [93c23d5cf6eb7e6c9c41af7ced92cee19788472c]

        new Drag&Drop API of SvLBox

2001-06-26  Christian Lippka  <cl@openoffice.org>  [c327ecbd04b01369e3c5651d06a787b01040d4ad]

        #87795# fixed cjk compression

2001-06-26  Thomas Benisch  <tbe@openoffice.org>  [8cc3768efb47fbd898110ed67b0f2c6075926855]

        removed Drag&Drop from BasicIDETabBar

2001-06-26  Oliver Specht  <os@openoffice.org>  [378ddf2f709b23a36537d90e169a4b1ca43ab26a]

        #88298# FilePicker parameter corrected

2001-06-26  Oliver Specht  <os@openoffice.org>  [cecf7852fb07bef7929eebb0c6ece918fa90ef7a]

        #84092# setCurrentFilter corrected

2001-06-26  Oliver Braun  <obr@openoffice.org>  [2a7b57a5a759725db5c3f8aeb4bbee9b77d6b7ed]

        #88295# cmdmail added

2001-06-26  Oliver Braun  <obr@openoffice.org>  [5601e297055c01314ecd4ee3f80c7ec0c950549f]

        #88295# initial release

2001-06-26  Oliver Braun  <obr@openoffice.org>  [945413eb42ec84adde002efc5e71b6d7b305f86c]

        #88295# new service name

2001-06-26  Carsten Driesner  <cd@openoffice.org>  [1d46b5a63a554e09d5f19a0635db45df3ad8f34d]

        #88295# read configuration to create correct service

2001-06-26  Mathias Bauer  <mba@openoffice.org>  [aad985c26df6312e476bc69efd1be30176a4aa5e]

        #88489#: Initialize removed

2001-06-26  Frank Schönheit  <fs@openoffice.org>  [9f393bb08b8899bf1f0e8369060969aaff75eaf9]

        throwGenericSQLException version with additional NextException parameter

2001-06-26  Frank Schönheit  <fs@openoffice.org>  [42fc6af06ef0e0f9c2b365603e8a48107c150a1d]

        OpenImpl: don't crash if the statement is based on an invalid table

2001-06-26  Peter Burow  <pb@openoffice.org>  [2938207f70d5853e63fa36148ca1b23b35679533]

        fix: #88740# added optpath to exception files

2001-06-26  Sascha Ballach  <sab@openoffice.org>  [cc186493d994f4136c03b9d8d2e0bc0a3b062d66]

        #79771#; copy the strings in a constructor

2001-06-26  Dieter Loeschky  <dl@openoffice.org>  [2e755376f964fa1053dfdb022ace7a795b5be408]

        #81329# GetDefaultFont(): use DEFAULTFONT_FLAGS_ONLYONE

2001-06-26  Tino Rachui  <tra@openoffice.org>  [cdf69b9bd7eb38d6c099034df1f634af07ba7459]

        added com/sun/star/ui/dialogs

2001-06-26  gt  <gt@openoffice.org>  [2902e3dd75ba2fa57d4f021b5ee745e78331ceea]

        #88733# max row as INT32 allows negative values...

2001-06-26  Andreas Schlüns  <as@openoffice.org>  [baa7c93df4947ca01f5ddcc43e5409fa04940787]

        #85529# use solar mutex as default

2001-06-25  Sander Vesik  <svesik@openoffice.org>  [5f5d03e88e0e5483657cb15fbf7640ffcbed9f20]

        update from OO632B

2001-06-25  Niklas Nebel  <nn@openoffice.org>  [640b0124f0bd4ddeedac85eafc247bbe289b7294]

        #87795# support CJK character compression

2001-06-25  Niklas Nebel  <nn@openoffice.org>  [d3c566b773991713d97ed1955eb01ee9b8aefdd0]

        #87795# support CJK character compression

2001-06-25  Niklas Nebel  <nn@openoffice.org>  [bc08ef79a56181e1f9ebf8bee1da2d593b6cf859]

        #87795# SetCharCompressType: really set compress type

2001-06-25  Behrend Cornelius  <bc@openoffice.org>  [24751aa8b62a8067c18180bb74dc087674521a36]

        #88694# several changes

2001-06-25  Kurt Zenker  <kz@openoffice.org>  [32e67f0536cbee6fc98e1fd0db17536eeea7762a]

        new version for SRC636

2001-06-25  Martin Gallwey  <mtg@openoffice.org>  [751e2e3f466a88d0f4825c07ff168c5fe79da820]

        #88425# do not export any printer name or setup data if we don't have a printer

2001-06-25  Daniel Vogelheim  <dvo@openoffice.org>  [b19413ea74143b7ee2fba9d3335fcfb8c5b01f75]

        #87996# fo:min_height attribute now has MULTI_PROPERTY flag         This ensures the writer will see the attribute with chained maps, too.

2001-06-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc91d7f7eb8d6ab67c5a65830a550b44f7eee7fd]

        #65293#: remove unecessary/harmful temporary String

2001-06-25  Daniel Vogelheim  <dvo@openoffice.org>  [aee542589cf493bef4fde0fbb1d4f6986030da07]

        #88107# added StarMath/StarBats conversion for certain style attributes

2001-06-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ad754507dffc402e4909fe04d6b76e46e97444f]

        #65293#: remove unecessary/harmful temporary String

2001-06-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [28cff3629a1fc6943566043a3b09ace63088775c]

        #65293#: don't say SVX_RESSTR if ypu mean SVX_RES

2001-06-25  Niklas Nebel  <nn@openoffice.org>  [f653836cf89f50267c70a916e2698ec5971805a3]

        #88739# renamed: external data source -> external data

2001-06-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfb49c58bb103a0122d12e22945f7c61295616ed]

        #65293#: don't say SVX_RESSTR if ypu mean SVX_RES

2001-06-25  Christian Lippka  <cl@openoffice.org>  [41ea9f45d3bb286ab6c1cc5ebea419853b809f26]

        #88766# resolved ucb amgigous

2001-06-25  Martin Gallwey  <mtg@openoffice.org>  [adecb1d3aed8ad862b482332b5d7cef13f22442b]

        #88043# admit that we support css::document::OfficeDocument too

2001-06-25  Carsten Driesner  <cd@openoffice.org>  [aab073ee3c0f00d10e646816d5c5397be3f1a8f1]

        #88295# security problem fixed

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [c40b75b1a22b13db31d215b66f56256a7be31313]

        #88004# removed the override of construct

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [a40e5c59829b95361a1b0656c0cd056a0b877b91]

        #88004# +datasourceselector.cxx / +datasourcemap.cxx

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [e088f6b3e3dea458d31518dbc5fe15eef08ff0c3]

        #88004# outsourced ODataSourceMap and ODataSourceSelector / adjusted fillDatasourceInfo so that settings without and UI are do not survive the method

2001-06-25  Jörg Budischewski  <jbu@openoffice.org>  [7d9e4da42b05a5e4ce0b66611d409e9d2cad5fb6]

        removed timer manager cleanup, TODO: add thread-joining when last timer is removed

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [303adc592f194e22a84e5b13abb00f54acabd58b]

        #88004# outsourced ODataSourceMap and ODataSourceSelector

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [5d7957cb5c882419df1d2310eb8fa0a016dc54e0]

        initial checkin - outsourced this from dbadmin.hxx

2001-06-25  Niklas Nebel  <nn@openoffice.org>  [a3142e3a9812b0c793fbc53d2110641fbf7f1e02]

        #82371# handle database beamer with SID_VIEW_DATA_SOURCE_BROWSER

2001-06-25  Christian Lippka  <cl@openoffice.org>  [9fb517d3378400f58f39e6d764024d614f6d7712]

        #87795# added cjk compression

2001-06-25  Christian Lippka  <cl@openoffice.org>  [804047b04599a3cbc0c23127f4f8656e70be4955]

        #87795# added cjk compression

2001-06-25  Michael Hönnig  <mi@openoffice.org>  [1e42fffeb65f7dd6f4d1d597195d6f59a70fda36]

        #1008# wrong references to Event

2001-06-25  Kurt Zenker  <kz@openoffice.org>  [69d13b86f8064ea0d44202aea06b0bd0fd80c5b5]

        new version for SRC633

2001-06-25  Kurt Zenker  <kz@openoffice.org>  [ac73345afe3e757052a6234be53e067fdc4f21c7]

        new version for SRC633

2001-06-25  Mathias Bauer  <mba@openoffice.org>  [a280fa7fd97d3a335e1b13632cb825808f7b32a9]

        #88646#: new option for unpacked saving

2001-06-25  Niklas Nebel  <nn@openoffice.org>  [fb25c75a8a5589464ae280530a718161d38d3b8a]

        #82371# handle database beamer with SID_VIEW_DATA_SOURCE_BROWSER

2001-06-25  Andreas Bregas  <ab@openoffice.org>  [d268eae252c0f8820f78341af3b8117d94fcd6d9]

        #88533# Conversion to TypeClass_BYTE fixed

2001-06-25  Christian Lippka  <cl@openoffice.org>  [3adcbc15b09f7d09aa6065d25491274264f848ed]

        #87795# added cjk compression

2001-06-25  Malte Timmermann  <mt@openoffice.org>  [5ab3ec81f73b1d96f78c6091aa15e8dcc24f8c66]

        #87271# SvxCharScaleWidthItem Load/Store, when used in EditEngine...

2001-06-25  Kurt Zenker  <kz@openoffice.org>  [81a7488f63b861e3cafa359b39755a2be4e880c8]

        new version for SRC633

2001-06-25  Oliver Specht  <os@openoffice.org>  [cbde0661e8331f9f1653e21050db66ba4e278d5e]

        #88352# enable ConfigItems to release their tree

2001-06-25  Oliver Specht  <os@openoffice.org>  [deef81dc8bd0f9c58389b68a3b0fa10e7fcfe4ca]

        #88352# tree can be released, internal notificaion enabled

2001-06-25  Philipp Lohmann  <pl@openoffice.org>  [bcf95a9aff79e2cde52c954bcddc10127aa649b2]

        #88685# recognize more characters in afm files

2001-06-25  Juergen Schmidt  <jsc@openoffice.org>  [e7872ad19e90e80fbcd8254211a2d9e2dc5399c2]

        #87190# edit command line help output

2001-06-25  Michael Brauer  <mib@openoffice.org>  [19897162dc7fe8c2cee6b665eea9f3bf1db3f657]

        #88310#: export header/footer background images

2001-06-25  Daniel Boelzle  <dbo@openoffice.org>  [5475994d2ab8d6e83d91d4b770ee9543c0f1eadd]

        #87233# singleton prefix: the

2001-06-25  Eike Rathke  <er@openoffice.org>  [76d2701da9b0f6bff22dbdccb0683c458e2796d9]

        #87257# use Application::GetSettings().GetLanguage() instead of System::GetLanguage()

2001-06-25  Oliver Specht  <os@openoffice.org>  [2945248e24dea6c4a67890b1a0e71ff5fd2f7f10]

        #82371# new interface for database beamer

2001-06-25  Daniel Boelzle  <dbo@openoffice.org>  [3faaaa31ce06a4ab7c4c8981cb3ea7322c2626e8]

        #87233# singleton name prefix: the

2001-06-25  Oliver Specht  <os@openoffice.org>  [afd3f868957dfe778432e8b5ada67ac5248c924a]

        #82371# new interface for database beamer

2001-06-25  Frank Meies  <fme@openoffice.org>  [d39005dfe773dca63bf7b0990f1738b0da4bb4d2]

        Fix #88534#: Positioning of fly portions anchored as character

2001-06-25  Daniel Vogelheim  <dvo@openoffice.org>  [2ae3de4a6cb064c34ca0cc25feee2fce14c04a0f]

        #88664# SwXRedlineText::GetStartNode() now implemented

2001-06-25  Kurt Zenker  <kz@openoffice.org>  [963f115f0919986767fedff039dac56e5c10ab22]

        new version for SRC633

2001-06-25  Sven Jacobi  <sj@openoffice.org>  [2402847d7b17872ef89402aea668224e8ec35755]

        #88262# import of more than one stylesheet, improved background import

2001-06-25  Sven Jacobi  <sj@openoffice.org>  [205a041de5d93a13c8110ad6af1eabeafaf9ee11]

        #88262# import of more than one stylesheet, improved background import

2001-06-25  Oliver Specht  <os@openoffice.org>  [251678336c3a348398b884b46fe2f18afb108008]

        #82371# new interface for database beamer

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [4b927ffb9514d5e8588e8fd81e8f23a76c26db93]

        #88005# fillRow did not have a handling for DataType::FLOAT

2001-06-25  Frank Meies  <fme@openoffice.org>  [6b173f7f782f5c7d0c9ca17712cf571b5cbdc78d]

        Fix #88643#: Objects in justified paragraphs

2001-06-25  Oliver Specht  <os@openoffice.org>  [5916cc85009521bf1ae8931e0e51edc8ecc92722]

        #82371# new interface for database beamer

2001-06-25  Oliver Specht  <os@openoffice.org>  [697df8755db00132c2972a3ec2f568f9b9d3b221]

        #88705# MakeOptions corrected

2001-06-25  Kay Ramme  <kr@openoffice.org>  [beb3c6bcb4c7de232cdef25d0161c781a21c469e]

        check for super interface not to be null (read: support for not XInterface derived interfaces) (#88338#)

2001-06-25  Daniel Rentz  <dr@openoffice.org>  [941ae9e8dcfc46ba0435e86744f228a4560756a7]

        #88289# redesign fixes

2001-06-25  Kay Ramme  <kr@openoffice.org>  [8b8b13b8f9f19447c23f292e8c646646315fd6a7]

        only check java threadpool (#88338#)

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [099b60a10744f2ee7f21a150a1ac9ae351051c18]

        #88691# TargetURL property value must be saved relative to own document

2001-06-25  Thorsten Behrens  <thb@openoffice.org>  [3d75b6608150dc558d31c5ebde03ed685e7ac671]

        #88687# File extension for HTML export is now .html

2001-06-25  Jörg Barfurth  <jb@openoffice.org>  [bfbfe5c3689d84587973c5b0fd90503c775e7bd3]

        Fixed missing include of configexcept.hxx; added missing include guards

2001-06-25  Dirk Völzke  <dv@openoffice.org>  [ef6e239de18e0c1885c5be9170af0624bc514b16]

        #88725# Append slash to path before appending names after call of getFiles()

2001-06-25  Dieter Loeschky  <dl@openoffice.org>  [8eea84c3e621caec3e1cfd094f2fff53ec7df4ce]

        #88107# StarBats -> StarSymbol

2001-06-25  Dieter Loeschky  <dl@openoffice.org>  [6a2a45ea1daf555dd2aabcc47dfe8a88983231c1]

        #88107# StarBats -> StarSymbol

2001-06-25  Eike Rathke  <er@openoffice.org>  [c9147dd185d38d5761342ab5e996699c93837b56]

        #87257# use Application::GetSettings().GetLanguage() instead of System::GetLanguage()

2001-06-25  Martin Gallwey  <mtg@openoffice.org>  [4a52edffe04d969460c3226fa2e1414f407f98a6]

        #88310# fix which ids for header and footer background graphics

2001-06-25  Eike Rathke  <er@openoffice.org>  [c21109bb25814813f616ae29b2f615744b6f154b]

        #87257# class International free

2001-06-25  Sascha Ballach  <sab@openoffice.org>  [90fb0c8d8fbdad59dd2d37b6eb96db1750c1822a]

        #88691#; new method to convert relative references to absolute

2001-06-25  Ocke Janssen  <oj@openoffice.org>  [6261ab99e87e2554aa4446c6aa6b3ce88e1f780e]

        #88485# set active connection after setting databasename

2001-06-25  Philipp Lohmann  <pl@openoffice.org>  [18219335d4014a87956d3366c614649ccdf59a56]

        #88680# necessary documentation update

2001-06-25  Andre Fischer  <af@openoffice.org>  [22c281f1c1f9d07ab0969531cf79859ec3fb2598]

        #86214# No BuildCharts after setting main- and sub-title texts.

2001-06-25  Dieter Loeschky  <dl@openoffice.org>  [51b30ebe71a73c9a9887c2ff6dead208eecbc605]

        #88107# StarBats -> StarSymbol

2001-06-25  Sascha Ballach  <sab@openoffice.org>  [17add6a61dbe0bb4b58017ea326cbd679eb62f1a]

        #88691#; export and import relative addresses of linked tables and so on

2001-06-25  Dieter Loeschky  <dl@openoffice.org>  [55d2707028d2939b204601aff43ce5c2e0fb92b1]

        #81329# Use OutputDevice::GetDefaultFont()

2001-06-25  Sascha Ballach  <sab@openoffice.org>  [130d43471825a31020b9d81992421fa5cba827e3]

        #88691#; new methods to convert relative references to absolute and absolute to relative added

2001-06-25  Oliver Specht  <os@openoffice.org>  [26e9bc4b8d68cd0f94b400ef4d5e66a3d4ed76d9]

        #87795# +CharacterCompressionType

2001-06-25  Oliver Specht  <os@openoffice.org>  [f4ae73534b35bffec99f7cb437b39fb6ec5d44c5]

        #87795# CharacterCompressionType

2001-06-25  Andreas Bregas  <ab@openoffice.org>  [b76b4bdbe34e64e26aa2ca4a783c3896ec54e61b]

        #88562# Move BasicManager class back to Basic

2001-06-25  Andreas Bregas  <ab@openoffice.org>  [65f20555013c97e65443e0c5faa34534bf987c99]

        #88562# SfxBasicManager -> BasicManager

2001-06-25  Tom Verbeek  <tv@openoffice.org>  [3d27e14d9f4de4ff65d7fac9df9e72336794a7b6]

        #88724# create openoffice directory and copy fonts.dir into that dir

2001-06-25  Andreas Bregas  <ab@openoffice.org>  [df5bfa0023fd9d7d3f6a38ebf38fe2878375b774]

        #88562# basmgr.obj removed

2001-06-25  Andreas Bregas  <ab@openoffice.org>  [a2af0efb1ea5c1e89a5ae1f05e8c9c1b10febb8b]

        #88562# Move BasicManager class back to Basic

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [f58bd0d8af5214eb70e7bd853b56b6751e805402]

        #87937# don't execute if the parameter request was cancelled by the listener

2001-06-25  Michael Brauer  <mib@openoffice.org>  [74183a355774dd468e1795845c95a0a2e50afd4d]

        #87313#: embedded images as BASE64

2001-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4bdb27fac31db087bc87f615b332eb7942b99850]

        chng. copy to output tree

2001-06-25  Philipp Lohmann  <pl@openoffice.org>  [823e82dc779efe4b2229188d1d8fa11558409fb1]

        #88680# get rid of X11ClipboardHolder

2001-06-25  Armin Weiss  <aw@openoffice.org>  [0bf0a251734d59385d22cd2567a984f3de6a1dac]

        #88491# made the CaptionPoint of the caption object relative to the anchor point when using StarOffice API

2001-06-25  Andreas Bregas  <ab@openoffice.org>  [4828dbb0d15c924fdc1a99591ff9b121be7ba9f3]

        #88562# Move BasicManager class back to Basic

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [2b0a847e5eb3fa62a3733d941fc3bd40092100a6]

        #87862# the format key is a persistent property (though it isn't in our aggregate)

2001-06-25  Mathias Bauer  <mba@openoffice.org>  [d8a880c3c0ca75da7fa1934be411938cf96f526e]

        #88646#: new option for unpacked saving

2001-06-25  Mathias Bauer  <mba@openoffice.org>  [f7563ad672ac2eff147bd371a4338a0df3178de7]

        #88646#: submitting via POST

2001-06-25  Nils Fuhrmann  <nf@openoffice.org>  [7b336087ca1195ab2aa89a1c8a9a01d8cd973a8c]

        Only fall backs when localization allowed #87136#

2001-06-25  Mathias Bauer  <mba@openoffice.org>  [a3c924107c845f4b69c9aab2c0246d1a648e000c]

        #88646#: unpacked xml format

2001-06-25  Mathias Bauer  <mba@openoffice.org>  [7165de29780b3c75c64ab0ee30d4b6048af79fd8]

        #88646#: unpacked xml format

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [ba35bab9aa0e832292544b47c3a78d8480aef0e5]

        #88665#

2001-06-25  Behrend Cornelius  <bc@openoffice.org>  [a9828d6d3061282652a8e3ff971fe4145315e30a]

        #88615# Common file and FolderPicker Subs added in ModuleControls.xba

2001-06-25  Behrend Cornelius  <bc@openoffice.org>  [778c958b1f53f19e616e0c56539779fd42d10d71]

        #88694# Some necessary resource added

2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [57bc1a3cd13c51ebc9506ef2a807d8b045febb1b]

        #87186# - New error handling.

2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [035b897dc91198ed256de2de40733df526346da6]

        #87189# - New error handling.

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [f6ea07a073ffaa6573c2512f44cf804c91105180]

        #88417# insert the 'all object' entry even if there currently are no objects

2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [9ab32108cedd3a262a2812328194be8829bbebdb]

        #87187# - Changed version number of UDK libraries.

2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [8a6cc21d9cb1622c957ecc12dc90bf9caf1505b3]

        #87187# - Changed version numbers of UDK libraries.

2001-06-25  Behrend Cornelius  <bc@openoffice.org>  [96c943c6e3ecdb517893ef1b0472a288b01e8acb]

        #88694# Password routines improved, dynamic Arrays

2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [3364060dbbbc9e64ed435350ed6da1a07a92e93a]

        #87187# - New error handling.

2001-06-25  Frank Schönheit  <fs@openoffice.org>  [1f3190e5b6d1fc02445df2f071244a890e89d89c]

        #82371# +initializeFrom

2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [10ed56772cf23ad0c77700929ed55d47e16dbe2a]

        #87187# - New error handling.

2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [9755e2893fa0cedc04fbeaef9d77e795d9f11b2e]

        #87187# - Disabled new error handling behavior (temporarily only).

2001-06-25  Dieter Loeschky  <dl@openoffice.org>  [aec610b1f8eda14aa6ef55a5048c20faf49e0601]

        #87952# NbcSetStyleSheet(): get correct style sheet for level 0

2001-06-25  Daniel Boelzle  <dbo@openoffice.org>  [bc9d134c5ea7feab4359fa37a435bcb88b9bc442]

        #88532# default initialize empty any with non-null data pointer

2001-06-25  Ocke Janssen  <oj@openoffice.org>  [c698a196e729007b5381c7d3b102bf64f3db61c7]

        #88699# new control for ldap rowcount

2001-06-25  Ocke Janssen  <oj@openoffice.org>  [cce0e0296133b6642d7263350f5747b7543076e5]

        #88699# new ids for controls

2001-06-25  Ocke Janssen  <oj@openoffice.org>  [74564726a287c2b81e6286337ec8768a77ad4f8a]

        #88699# new helpids

2001-06-25  Thomas Benisch  <tbe@openoffice.org>  [8c6467719cf27b4d39a56b47785509dc6d566216]

        #87307# remove external basctl dependencies

2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [6314962c0571550efa591e4533f94bfc59f7d53e]

        #87187# - Introduced function for IO errors, that transports two string           arguments.

2001-06-25  Kai Sommerfeld  <kso@openoffice.org>  [2df155f2b77ec6c41f6a3ecb35f0d81b7700e0ab]

        #87187# - Changed version number of UDK libs.

2001-06-25  Sascha Ballach  <sab@openoffice.org>  [40434987634860fa5ae1f4b80f4c5f5fe02cc169]

        #88661#; correct the attribute table:multi-deletion-spanned

2001-06-22  Kurt Zenker  <kz@openoffice.org>  [03fbf8362a25c7c28378089fd13f123bede25982]

        Merge SRC633: 22.06.01 - 23:46:41

2001-06-22  Kurt Zenker  <kz@openoffice.org>  [1b58b35563642d1786f2aab05622cc6f553753f4]

        Merge SRC633: 22.06.01 - 23:45:04

2001-06-22  Niklas Nebel  <nn@openoffice.org>  [55f6dcd908728a3e197ff5d527a83024acbf7a2c]

        TFD taskforce changes

2001-06-22  Philipp Lohmann  <pl@openoffice.org>  [24486e50813d0d2d6d615b8f6e5c3e8c06e38662]

        #88680# implement XClipboardNotifier

2001-06-22  Thorsten Behrens  <thb@openoffice.org>  [aff713795b0e4c9844adedd6ad7ec895442ec229]

        #87126# Replaced SvxImportGraphicsDialog with new implementation using sfx2::FileDialogHelper

2001-06-22  Thorsten Behrens  <thb@openoffice.org>  [df214701cee787811e8630aa8f42e02efa969d34]

        #87126# Replaced SvxImportGraphicsDialog with new implementation using sfx2::FileDialogHelper

2001-06-22  Jörg Budischewski  <jbu@openoffice.org>  [e03c41fe2e1b4c564e83128499020343e9f1047c]

        #67468# Added unloading and context support

2001-06-22  Niklas Nebel  <nn@openoffice.org>  [1ea13a0a14d71bc08ec0a97ede7184849b3c1bef]

        #88658# assertion for invalid user name only if not empty

2001-06-22  Daniel Vogelheim  <dvo@openoffice.org>  [f5f07f35b710c5333f8bc4bfb6bf00438541e9e1]

        #88647# space handling with frames now matches export

2001-06-22  Jörg Budischewski  <jbu@openoffice.org>  [4409e1cfb5d33e57c1eba238bd5ab9d153cbbacd]

        #67468# Added unloading and context support

2001-06-22  Daniel Vogelheim  <dvo@openoffice.org>  [88db28ee2337e8c4a0388ef46204caa0a70097cc]

        #88647# proper handling of ignorable whitespace inside an otherwise empty element

2001-06-22  Niklas Nebel  <nn@openoffice.org>  [d4815bab7fa16b127034eee8f6f71efe8f8e7188]

        #88658# after loading from 5.0 file, ensure correct sorting of user names

2001-06-22  Niklas Nebel  <nn@openoffice.org>  [ff063236b822648cc2b58d7c2c30497ac0134147]

        #88658# StrCollection::Compare: right order

2001-06-22  Jörg Budischewski  <jbu@openoffice.org>  [a242da96dcd112e05ce9fa7f309d6618c61994f9]

        #67468# Added unloading and context support

2001-06-22  Behrend Cornelius  <bc@openoffice.org>  [9dee1a3b6ed86dac58d8a20477a13519726a66a9]

        #88692# slash after call of 'Directorynameoutofpath' added

2001-06-22  Daniel Rentz  <dr@openoffice.org>  [5fb4659c298d5990bde826fa6ffb7d9a4c5974e7]

        #88289# Redesign fixes

2001-06-22  Daniel Rentz  <dr@openoffice.org>  [677f977e9465cc365d5e3db30df9363e70a8c655]

        #88289# Redesign fixes

2001-06-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb59c26b24eb34a1b1ac63016a634670db76c855]

        add variables for copy recursive flag and gnumake

2001-06-22  Jörg Budischewski  <jbu@openoffice.org>  [f599f37ea5f3fb270ea818b87ec5429e86d01ade]

        #67468# helper function added for exported C-functions

2001-06-22  Frank Schönheit  <fs@openoffice.org>  [3a7a872a1953f5fb4648aa61026e48f8f123dd9f]

        #88662# overload getTypes and getImplementationId

2001-06-22  Kai Ahrens  <ka@openoffice.org>  [32f56b70b3a08c0e9fa4fc796ffe3a254de7d105]

        TFD taskforce changes

2001-06-22  Sven Jacobi  <sj@openoffice.org>  [3cdbb98a93af817dd46620503dda65564f6e9114]

        #88262# set LayoutName (Page) a bit earlier (to import multiple stylesheets of xp)

2001-06-22  Sven Jacobi  <sj@openoffice.org>  [8af6d276c1ec91a8c3da13ad6d980ac58783d3e0]

        #88262# set LayoutName (Page) a bit earlier (to import multiple stylesheets of xp)

2001-06-22  Jörg Budischewski  <jbu@openoffice.org>  [fcd484d1d17797ef271043ced0dfa90ba5adc71e]

        #67468# unloading +context support added

2001-06-22  Frank Schönheit  <fs@openoffice.org>  [c090411461e785745a48906bff62bf8f274e02c2]

        #84845# load the settings in getColumns (after they have been created)

2001-06-22  th  <th@openoffice.org>  [93d9f074adc55be28fd4f9e53447bffea10215c4]

        #88689# - mpConversion only after ImplInitFont()

2001-06-22  Behrend Cornelius  <bc@openoffice.org>  [4efb8c00eba851c2c954b785f42310df6b45932c]

        #88616# Formwizard now also runs with optional parameters

2001-06-22  Jörg Budischewski  <jbu@openoffice.org>  [77d34aadb14f45f50fa2fae1a39da2f16f0e2456]

        #67468# helper for implementation of exported C-functions

2001-06-22  Carsten Driesner  <cd@openoffice.org>  [fca58fc0128734c550384307d071c8437c99a5fe]

        #88639# event xml configuration

2001-06-22  Behrend Cornelius  <bc@openoffice.org>  [94ac009360a15114db90453638137d5ba2a9db1c]

        #88615# Error in DB Connection corrected

2001-06-22  Kurt Zenker  <kz@openoffice.org>  [8a6e42ef73393c9603c11e4efab59be57e689199]

        new version for L10633

2001-06-22  Kurt Zenker  <kz@openoffice.org>  [618a84243b48e8ca3c997263e8a8b2b13a0d2e7e]

        new version for CFG636

2001-06-22  Thomas Benisch  <tbe@openoffice.org>  [3993ff75f12cfbb489067ba8409104235a8ea59d]

        #88565# change module management from sbx to library container

2001-06-22  Behrend Cornelius  <bc@openoffice.org>  [29190190d9bb3dfa025a5327fe80bf640c953f85]

        #88615# Storing improved, finetuning

2001-06-22  Sander Vesik  <svesik@openoffice.org>  [a2a53b0eb3dcb513557abe16133994e2651f6bf1]

        Apply patch: like LINUX, IRIX has sys/poll.h
        
        Contributed by: Te SGI OpenOffice.org porting team.

2001-06-22  Kurt Zenker  <kz@openoffice.org>  [d8fe5b261454ff7a7be31cfab424dc35335e02d4]

        new version for L10633

2001-06-22  Martin Hollmichel  <mh@openoffice.org>  [058823c79c1012918623298eb16cec2907758d65]

        chg: Syntax #87576#

2001-06-22  Stephan Schäfer  <ssa@openoffice.org>  [2dc7493ea677974e28083d874093e3b179ef81c6]

        #86010# CJK over RVP

2001-06-22  Andreas Bille  <abi@openoffice.org>  [0d4735279a88803ae8d4881989a188dc663efd07]

        #88515# This bug needs, to fix it completly, a defined converting of unicode strings to byte strings in the java-index-generator code.
        
        The C++ code now does the same, wrong, thing as the java code, so
        all works partially.

2001-06-22  Stephan Bergmann  <sb@openoffice.org>  [10a035e5deef8f5808aa7e5a8a3153b7986ad7bf]

        #88512# Wrap config entry name changes in TF_CFGDATA.

2001-06-22  Behrend Cornelius  <bc@openoffice.org>  [bc5c68ab1d6185a4850da4349d5cbce23f50cd5a]

        #88615# LoadDialog Sub improved

2001-06-22  Kai Sommerfeld  <kso@openoffice.org>  [f7d3bdb2de163d654638473c8ddc02d0d06a5d82]

        #87187# - Added support for css::ucb::InteractiveAugmentedIOException

2001-06-22  Kai Sommerfeld  <kso@openoffice.org>  [049aa4eadfd758a54f20ed6da55a7a8887de5a5a]

        #87187# - Corrected documentation.

2001-06-22  Frank Schönheit  <fs@openoffice.org>  [a81be0a19d077a3d8084c954b663eac06e8cbc82]

        #84845# load the settings in refreshColumns, not in the ctor

2001-06-22  Joachim Lingner  <jl@openoffice.org>  [1781b37fdf4d8e52a4a38665b8e1545ab7e16439]

        #67468# removed ; within macro MODULE_COUNT_INIT, which did not compile on SOLARIS

2001-06-22  Christian Lippka  <cl@openoffice.org>  [4cd51c32d9715e3bda83de153e4358f837d5f8a6]

        #88654# set the layout name correctly when assigning a new masterpage

2001-06-22  th  <th@openoffice.org>  [bd41ce9c569c48f6233c767f84931b489ba9441d]

        #81329# - remove syntax error for remote case

2001-06-22  Carsten Driesner  <cd@openoffice.org>  [5e75a4e706782effcb05e1805eae4f3f572fd07f]

        #88639# event xml configuration

2001-06-22  Carsten Driesner  <cd@openoffice.org>  [1dfe2b0a3e65abbe7accef1e581769b309b69d97]

        #88639# event xml configuration

2001-06-22  Malte Timmermann  <mt@openoffice.org>  [754d6a9d09e55a3554b61f8049c9ccf3484b9a53]

        #88281# RTF-Export...

2001-06-22  Malte Timmermann  <mt@openoffice.org>  [d1d8dd8a915a3b4e12a033b1a912cc8333be5acb]

        #87795# Fixed a memory overwrite

2001-06-22  Ocke Janssen  <oj@openoffice.org>  [9fd07ac6d22140a5a90f34bd77b8c75f2eaa8246]

        #88012# a new method for repositioning the cache

2001-06-22  Ocke Janssen  <oj@openoffice.org>  [dcdd75a61a2fb792ead04a898520e4f737529c6b]

        #88012# change rowdeleted

2001-06-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [38a55a22c84eaf46814416cbbe3bc0ed7387c00c]

        new version for L10633

2001-06-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2d03fa9b64e9769727bb1f3c38bfbcdbcb4fb2c8]

        new version for L10633

2001-06-22  Dirk Grobler  <dg@openoffice.org>  [4fafe5654df81656b1f8e4cb4c75e28074bc66f0]

        #88512# changes for TF_CFGDATA

2001-06-22  Martin Gallwey  <mtg@openoffice.org>  [e2e76db51c9b69f07b949cb03cbacd9315e5b3a7]

        #84846# re-commit fix to typo in item map

2001-06-22  Thomas Lange  <tl@openoffice.org>  [84b08f028447333dece700faf84e9e8c2f18b60b]

        #87897# localization of symbol-set names

2001-06-22  Ocke Janssen  <oj@openoffice.org>  [bc66e0ba6803587bfae0e07b368b7082a58504a3]

        #88667# forget to hold a ref on resultset

2001-06-22  Jörg Barfurth  <jb@openoffice.org>  [7710b461801608decfb97782a9dc7515d5a9c4f5]

        #88551# Evaluate 'lazy-write', if set at session; do not load Setup profile if locale is already set

2001-06-22  Sander Vesik  <svesik@openoffice.org>  [d1aa8c01ffdb2b614a6546fc179e37befb4a562f]

        Apply a patch with a workaround for IRIX.
        
        Contributed by: The SGI Openoffice.org porting team

2001-06-22  Mathias Bauer  <mba@openoffice.org>  [312879bdf8f399ae59d89e98760b4cbffb3d0ca2]

        #86708#: don't create TempFile with destination path when writing disk spanned d filed

2001-06-22  Jörg Barfurth  <jb@openoffice.org>  [72d873946a3bf8f4572ea8f424798d04363d4e13]

        #88551# Added warning, if using lazy-write together with no-cache

2001-06-22  Herbert Duerr  <hdu@openoffice.org>  [a9faecdc0d90d0940ff682027f818fd3698dccd2]

        #88334# ignore fixed pitch flag in fonts

2001-06-22  Malte Timmermann  <mt@openoffice.org>  [5a602699c2564be5e03f31285da66d2d8cb7c60a]

        #88630# D&D End: Content can be destroyed

2001-06-22  Andreas Bille  <abi@openoffice.org>  [1c090c0a4f6e57aaff89bf0c9d97cd814a4fdf4e]

        And the rest: added implentation of XTypeProvider

2001-06-22  Kurt Zenker  <kz@openoffice.org>  [8c657b83a81aaaf67176886cd121b16b594954af]

        new version for SRC633

2001-06-22  Björn Milcke  <bm@openoffice.org>  [0dff2b338557af52b99b5e3c73df141ad8465044]

        cell-range-address is not required any more for scatter charts

2001-06-22  Sander Vesik  <svesik@openoffice.org>  [4468be35bd21fd48928fd3651701b827a72c8e4e]

        Add a platform specific makefile for IRIX/Mips/GCC

2001-06-22  Andreas Bille  <abi@openoffice.org>  [2d856f735d52ac7b26f507fee76a0d1c19a51b54]

        BaseContent now implements XTypeProvider

2001-06-22  Björn Milcke  <bm@openoffice.org>  [9d7c49f49de53f335be51359c72ee8c9b2dfcf0e]

        symbol properties and table-number-list missing

2001-06-22  Sander Vesik  <svesik@openoffice.org>  [f8249cb6a47d16a4df8f06e033d8edbc9b56b8b8]

        Added: building on IRIX with gcc
        
        Contributed by: The SGI OpenOffice.org porting team.

2001-06-22  Dirk Grobler  <dg@openoffice.org>  [d53b6ac42fe19cffda83c80e70f46c600f9a77b0]

        #88512# changes for TF_CFGDATA

2001-06-22  Martin Gallwey  <mtg@openoffice.org>  [2d212fe0486e081eba1bfdcd87c613302b854efb]

        #87667# The if encrypted then compress check should be done here

2001-06-22  Martin Gallwey  <mtg@openoffice.org>  [258efc65a061af231894149d1e68204620b65cd0]

        #87667# The if encrypted then compress check should be done when writing not here, as we don't know here if we have an encryption key or not

2001-06-22  Kurt Zenker  <kz@openoffice.org>  [eeaa788720af73139518299e45da49dbc6bd28ef]

        new version for SRC633

2001-06-22  Andreas Martens  <ama@openoffice.org>  [e8c707f533d205ed289239d2dd2e60fe4a5f2458]

        Fix #88640#: End-/Footnode in footnodes? Never.

2001-06-22  Dieter Loeschky  <dl@openoffice.org>  [e654f074000d95da2988807a62d49e956fb37176]

        #88627# FillOutliner(): add only horizontal paraobjects

2001-06-22  Christian Lippka  <cl@openoffice.org>  [451a507c7bc8e10e0d0a5d21d9088278271268fb]

        #88614# page has a backgroundobject only if it realy has one

2001-06-22  Dieter Loeschky  <dl@openoffice.org>  [c689bd777d1d4b6270d7f4ed98f2a94e5bd46f1e]

        #88627# GetPresObject() removed

2001-06-22  Christian Lippka  <cl@openoffice.org>  [91db75815d12aedb674a51a0359c3effd4927a72]

        #88614# since setting the masterpage could reset properties at the page do it before page properties are set

2001-06-22  Andreas Bille  <abi@openoffice.org>  [779018ba2579e135ef26393ffe126f28d6d84103]

        Added typedescription for ContentProvider

2001-06-22  Malte Timmermann  <mt@openoffice.org>  [b89b9477ccad1055aa27a13e7974921e60f12aa8]

        #88466# MaxTextLen property when derived from EditControl

2001-06-22  Dirk Grobler  <dg@openoffice.org>  [1f8b9554319843f9afcb17f80e83ccd5ee3da54b]

        #88512# changes for TF_CFGDATA

2001-06-22  Dirk Grobler  <dg@openoffice.org>  [b9c6d0cc5f6c680b9f73acd5fbe392f5f7a995f9]

        #88512# changes for TF_CFGDATA

2001-06-22  Ocke Janssen  <oj@openoffice.org>  [965e106f8e5346eef4077e976b76e918b3314cdc]

        #88455# serveral fixes for parameters

2001-06-22  Ocke Janssen  <oj@openoffice.org>  [048634f622efc4b72e2116ec425eebfd7d42046b]

        #88455# serveral fixes for parameters

2001-06-22  Malte Timmermann  <mt@openoffice.org>  [9f60df7e52d667839299b24b4be0ea9b33c59865]

        #87795# AsianCompression: USHORT instead of enum

2001-06-22  Ocke Janssen  <oj@openoffice.org>  [0c7d945546a79481c8fd67294a6c1e49ce74e22d]

        #88455# new functions for parameters

2001-06-22  Peter Burow  <pb@openoffice.org>  [512c3acf452cfd560c854cf9288278ac6e4d330b]

        fix: #84092# Use FolderPicker instead of SfxFileDialog

2001-06-22  Andreas Bille  <abi@openoffice.org>  [65207c0e1d7ea2bee812dff191727edad945c0d1]

        Changed "org.openoffice.Security" to "org.openoffice.Webtop.Security" for SUPD > 636

2001-06-22  Kurt Zenker  <kz@openoffice.org>  [09e6c808dbfa24f87d3b48761782179cc2527921]

        new version for SRC633

2001-06-22  Philipp Lohmann  <pl@openoffice.org>  [9c7c823150f4771b742160cbaa5b674459b43ddc]

        #88659# add: ResettableGuard

2001-06-22  Ocke Janssen  <oj@openoffice.org>  [31408b0602f23f94a7faf9372c37128fe3dd02d7]

        #88455# serveral fixes for parameters

2001-06-22  Frank Schönheit  <fs@openoffice.org>  [0a784408eff1e6a66ae43d0bb332747c670e84b8]

        replaced index_slot_sc.bmp by sc12251.bmp for more naming consistency

2001-06-22  Frank Schönheit  <fs@openoffice.org>  [138d0c4ba624901559d611ea4618f7227e03e520]

        #82371# new 'select current documents data source' slot

2001-06-22  Frank Schönheit  <fs@openoffice.org>  [0257f0eca2e2b9f3aad4c3da1afb0ecadf186f93]

        #82371# changes for the new 'select current documents data source'

2001-06-22  Frank Schönheit  <fs@openoffice.org>  [fb7980f4d977f5c74487e08e2ff9aa2079f4caaa]

        #82371# ID_BROWSER_DOCUMENT_DATASOURCE

2001-06-22  Frank Schönheit  <fs@openoffice.org>  [5fd23a010d887c4e86db1871f364cb49e8f07b97]

        #82371# SID_DOCUMENT_DATA_SOURCE

2001-06-22  Rüdiger Timm  <rt@openoffice.org>  [03a40b2ea70f677c45d407a9dc3cb6507fbcbfa4]

        #87576# ^M removed at end of line 1343

2001-06-22  Rüdiger Timm  <rt@openoffice.org>  [4e7ca5f307c6c2b9edf0c810692881212cc59ec9]

        #87576# fix to avoid gcc parse error

2001-06-22  Rüdiger Timm  <rt@openoffice.org>  [38a9122919c74310986c7bd7a4e1a17076302d2f]

        #87576# exception specification added for SbaXDataBrowserController::propertyChange

2001-06-22  Andreas Bille  <abi@openoffice.org>  [107e289cb2c8a829e86eead9aa6cd90795d1f2d4]

        #88514# Reading from LINKNAMES a serialized object. Hard coding the content of this object not permitted because it is index dependent.

2001-06-22  Sven Jacobi  <sj@openoffice.org>  [cc470e4dfb18bdea53f02bceffe875c82b189b45]

        #88578# checkbox state always false if no selection is done

2001-06-22  Nikolai Pretzell  <np@openoffice.org>  [081687855fadd060d0a13dcdceb02e9e9c5da2e9]

        Bugfix: Empty lines caused eof under Linux.

2001-06-22  Kurt Zenker  <kz@openoffice.org>  [b14febf6c65fc7cb6964d633108e4c210d744412]

        new version for CFG636

2001-06-22  Niklas Nebel  <nn@openoffice.org>  [fe48f1cadbe79b079214d8bd4c3e609010c77053]

        #88606# TopTenQuery: assign to aSortParam member for sorting

2001-06-22  Jörg Budischewski  <jbu@openoffice.org>  [73a2d8f719fb2715f362f9966aebfed85b5064ce]

        #88532# uno_assignData returns now false, when the source data pointer is null

2001-06-22  Dirk Grobler  <dg@openoffice.org>  [33fdd1b6003c2430bcbd2c5c4f359067b3fd54f4]

        #88512# changes for TF_CFGDATA

2001-06-22  Mathias Bauer  <mba@openoffice.org>  [5b9785091c8d35df4515feee2862435ccaa6f85a]

        #88646#: allow creation of storages on a UCBContent

2001-06-22  Mathias Bauer  <mba@openoffice.org>  [85662310979ca6d8c9c5cbdcb5b33eb06169964d]

        #88646#: allow creation of storages on a UCBContent

2001-06-22  Oliver Braun  <obr@openoffice.org>  [42ab580655dab5df7bc5a59940185d51151e8ebf]

        #88158# do not send DragGestureRecognized events without drag source

2001-06-22  Jörg Barfurth  <jb@openoffice.org>  [29d8f05dab8c10309f16fcc899a9ce138893473f]

        Correct argument-dependent caching of providers

2001-06-22  Dirk Grobler  <dg@openoffice.org>  [6f0924a0279f00c2c3d9a1fb100f3dea81b43766]

        #88512# changes for TF_CFGDATA

2001-06-22  Kai Sommerfeld  <kso@openoffice.org>  [658b79079e18c0aed4635413b36d82ab9de004c7]

        #88532# - Check for empty reference before dereferencing it (Content::createCursor(...))!!!

2001-06-22  Dirk Grobler  <dg@openoffice.org>  [54074824c3f21ec13dda885d71d83a08a63af1d2]

        #88512# changes for TF_CFGDATA

2001-06-22  Dirk Grobler  <dg@openoffice.org>  [569888519bf64050ee6f493ac17250820afea024]

        #88512# changes for TF_CFGDATA

2001-06-22  Andreas Martens  <ama@openoffice.org>  [f227ae037a705035fe7a406d3f7b701ab6f86e70]

        Fix #88634#: Layout cache needs no MaxParaPerPage

2001-06-22  Dirk Völzke  <dv@openoffice.org>  [ededda01be8d57a3e1376bc2ef403d7fb650f1c4]

        #84092# execute() should clear parameters first before returning

2001-06-22  Daniel Rentz  <dr@openoffice.org>  [eec597bbc115c76e391338ef8671d7087105d9f4]

        #88289# redesign fixes

2001-06-22  Carsten Driesner  <cd@openoffice.org>  [7a57da5d8dcf6e3c79b5be00df5a8e606fe64076]

        #87846# bookmark menus must be inserted into internal container

2001-06-22  Patrick Luby  <pluby@openoffice.org>  [c11659d5e679f7150bbe46c7033f93e8566aad22]

        Commit patch submitted by Kevin Hendricks

2001-06-21  th  <th@openoffice.org>  [47311d5f5d12f075be70aa76c21bdfa9ba7654b8]

        #80306# - some enhancement in the font mapping tables

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [7e851f41f6463a5ad13e5430a84742a63ebf8623]

        Merge SRC633: 21.06.01 - 23:52:46

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [7b00e990ba799a037be2c299e08b3215633c1c8b]

        Merge SRC633: 21.06.01 - 23:50:58

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [a0224a250821e00a49a5c6c4a56752757998d20b]

        Merge SRC633: 21.06.01 - 23:48:59

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [8fb973427cbf0c8db96147e25d270c22216b69c9]

        Merge SRC633: 21.06.01 - 23:47:15

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [3be3d4d3c4000eda557bbcbffb4cf20c35d024d7]

        Merge SRC633: 21.06.01 - 23:44:14

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [57046b3d0a3227face84756820a5c7b245398436]

        Merge SRC633: 21.06.01 - 23:46:17

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [3bf9a81ba3de12f027d37481c4a8390ff05446ce]

        Merge SRC633: 06/21/01 - 23:44:44

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [d650c0f656161aef80bef23adbdd04b8b2bc2338]

        Merge SRC633: 21.06.01 - 23:44:04

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [152594ec0e336f80ac645155fb53d2d30c3a5a6a]

        Merge SRC633: 21.06.01 - 23:42:48

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [1b72dd8db1ac4e6f9191271f14d918b4f7542e7c]

        Merge SRC633: 21.06.01 - 23:44:55

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [d26ccf1dc7cf2a7d91ca79e0ebdb72bd173b731a]

        Merge SRC633: 21.06.01 - 23:40:16

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [431550c981384c02be03f1c5025f246db62591cd]

        Merge SRC633: 21.06.01 - 23:38:06

2001-06-21  th  <th@openoffice.org>  [e270581c676ef3bf077452c7686d0d1e002580dc]

        #81329#/#80306# - GetDefaultFont() and Fontmapping-Enhancements

2001-06-21  th  <th@openoffice.org>  [046c4ffd4e142f4e3c3333449b0168165e762bbb]

        #80306# - Font-Substitution, Font-Mapping, Symbol-Font-Conversion

2001-06-21  th  <th@openoffice.org>  [e5296e1fa87dc3aaed8d8b04c02f34c5768482ad]

        #80306# - fontcvt.cxx

2001-06-21  th  <th@openoffice.org>  [5f761918f2201d7a739efbf669f27deb8a9874f0]

        #81329# - GetDefaultFont()

2001-06-21  th  <th@openoffice.org>  [8aa6660d9eaf3602741a33eaa5e0b30ddf9fedba]

        fontcvt.hxx

2001-06-21  th  <th@openoffice.org>  [388db2e18945b2f4c4b1ccd2106df992ca8d988f]

        #80306# - fontcvt.hxx

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [ae3ae035602070892b13266e3d74888d9e92cbc5]

        new version for CFG636

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [57df697d27aa07975e8e245e4924f641e40bb15d]

        #88610# correctly add as property change listener on our aggregate

2001-06-21  Eike Rathke  <er@openoffice.org>  [ffc9de36116849d3760c5c40809d927ea85ea3a1]

        #87257# use configured locale for application settings

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [3c8156cee5011504b37db1c98d7e2ab68259b9d9]

        #88610# typo in the previous fix

2001-06-21  Dirk Grobler  <dg@openoffice.org>  [63bd925bab9401cdf11aa60df1c45d5304c9a3e2]

        #88512# changes for TF_CFGDATA

2001-06-21  Eike Rathke  <er@openoffice.org>  [3b07e832b196731e249893a90c405e2bf8861eae]

        #87257# GetLocaleLanguageType convenience method

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [c1ce74de2feffbc4e6754263c4756976a2e22c8a]

        #88610# be an XSelectionSupplier to allow selecting a data source

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [6622ad1bbbda03fa024181279f027294f7bea96d]

        #88610# added the XPropertyChangeListener - removed from the base class / disambiguated acquire/release (potential GPFs)

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [ab6af71df62c200568194118bf8160ff337db06a]

        #88610# remove unnecessary base classes / added getTypes/getImplementationId

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [967aee60e279fe2f06750dac9462e1e3a4a63ad8]

        #88610# remove unnecessary base classes of the generic controller - some methods no necessary anymore

2001-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a1519e2d4b9f7dc704af92738b9f9a2948bf373d]

        speedup unoil for L10N

2001-06-21  Daniel Vogelheim  <dvo@openoffice.org>  [c4da49ea5f8a57534d1490ba816e7e781e05db28]

        #88626# color of column separator gets read properly

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [86cb7adae34935b8648e3d108cf650665e6a2932]

        #88326# under ~NIX systems, extract the runtime lib to be delivered, too (our build process needs a lib without unresolveds

2001-06-21  Frank Meies  <fme@openoffice.org>  [0a8cf8fe037321e34da269e42b40da3e2cfaeaf2]

        Fix: Reset correct font after editing a double line portion

2001-06-21  Philipp Lohmann  <pl@openoffice.org>  [e6b86a36ddc2feacc3d55b675acee473c739a92b]

        #88625# disable copyright awareness by default

2001-06-21  Philipp Lohmann  <pl@openoffice.org>  [1dcf7dccfec9212b29bc597a7edcfde659863887]

        #88587# honor default copy count if user did select default

2001-06-21  Philipp Lohmann  <pl@openoffice.org>  [260907fa26e5a20b328f7cafb4433f0bc2b24414]

        #88587# don't ignore copies

2001-06-21  Rüdiger Timm  <rt@openoffice.org>  [0f9d9120fb90ac9f8721ad799832b3a8571e6999]

        #87576# extras need zipdep, which comes from tools

2001-06-21  Dirk Grobler  <dg@openoffice.org>  [e88b0204d249f86b7af0ad4a8b5006de38cc39e1]

        #88512# trans improvements

2001-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [357ce547be154b2b9a92ca3aa77bf11a097b1105]

        removed all target

2001-06-21  Thorsten Behrens  <thb@openoffice.org>  [76bfd8d2c5bf62b01021d02f9661d9fab307ef39]

        #87126# Replacement for SvxImportGraphicsDialog

2001-06-21  Mathias Bauer  <mba@openoffice.org>  [663e92ac6029d7cc690ff66fe959d6ff4c902a0d]

        #88024#: obscure parameter in ItemSet removed; source code documentation added

2001-06-21  Mathias Bauer  <mba@openoffice.org>  [f99e370a40f7276a86e17dd5c40207d132135b1f]

        #88024#: obscure parameter in ItemSet removed

2001-06-21  Mathias Bauer  <mba@openoffice.org>  [163d9a336176df27ecc012cf3e5df5a48bb87928]

        #88489#: bOLE as parameter for menubar ctor

2001-06-21  Mathias Bauer  <mba@openoffice.org>  [7532f2f0a43a0fc4a160e0186610469e3044eb74]

        #87292#: SfxHelp::OpenHelpAgent() static

2001-06-21  Hennes Rohling  <hro@openoffice.org>  [07676e145aa790d929ec6a6186bc1cba787be114]

        #88225# Deliver wrapper executables for several apps

2001-06-21  Frank Meies  <fme@openoffice.org>  [5d8437d97c32e416d80aa5c3ee58c8a472d81e7b]

        Fix #86988#: Redesign of dialogs

2001-06-21  Frank Meies  <fme@openoffice.org>  [6a51bf0e4cdb85d9af26b9d48095df3609574c2e]

        Fix #86988#: Redesign of dialogs

2001-06-21  Frank Meies  <fme@openoffice.org>  [0394f50c121dae408c8e4318bb18e9d023b48b0d]

        Fix #86988#: Redesign of dialogs

2001-06-21  Rüdiger Timm  <rt@openoffice.org>  [d111098445de1258691e56ce969047d39784b727]

        #87576# applicat.rdb gets built in drafts, not offapi

2001-06-21  Frank Meies  <fme@openoffice.org>  [b019be50cde1e6f4991fd8349ffe0f8c66822874]

        Fix #86988#: Redesign of dialogs

2001-06-21  Nils Fuhrmann  <nf@openoffice.org>  [4b5b5edb3684bf2da6945c5c1ca9a42f55c1ab80]

        Added ISO_CODE for precompilation of scps #87136#

2001-06-21  Sven Jacobi  <sj@openoffice.org>  [72c03ee472ef8b827f5bc32016e462b6bcc52962]

        #88602# improving import of character attributes

2001-06-21  Behrend Cornelius  <bc@openoffice.org>  [b62b409aa5f82f5997b96b051eba350a79e8be43]

        #88615# Dialog changed to modal

2001-06-21  Christian Lippka  <cl@openoffice.org>  [bc39616b82eeaf9b5871def86b7616bb5ae17284]

        #88617# set export flags to zero so we don't have the embedded flag set

2001-06-21  Behrend Cornelius  <bc@openoffice.org>  [7a47e72c044da7d3a41148cbb721936ca5940f06]

        #88615# New Listbox methods inserted

2001-06-21  Armin Weiss  <aw@openoffice.org>  [ff9a690c0eb03ed9b8bc5e8047d3b6e295245c7b]

        #77734#If the drag point was limited and Ortho is active, do the small ortho correction (reduction) -> last parameter to FALSE.

2001-06-21  Mathias Bauer  <mba@openoffice.org>  [27f7ecd28c20be346a0dd2792c51598d9b6c61c5]

        #88527#: allow property names as parameter names

2001-06-21  Ocke Janssen  <oj@openoffice.org>  [8cc014557dceac381a4dc6fd8cc7f73c3e98412e]

        #88525# connect as rowlistener to get notified when the rowset changed

2001-06-21  Behrend Cornelius  <bc@openoffice.org>  [9a8be587090efc901c43108091dcaa72007eba38]

        #88615# New Filepicker Service and new Formula Filter

2001-06-21  Nils Fuhrmann  <nf@openoffice.org>  [b9777a9e96cb7ac31eeac27cab02f825c916c280]

        Added new language extern #87136#

2001-06-21  Daniel Vogelheim  <dvo@openoffice.org>  [a717be7977765c06a26d77edf0b9a6924c8f553e]

        #87955# fixed XML Writer component descriptions

2001-06-21  Mathias Bauer  <mba@openoffice.org>  [8f80bd3b8251d0ea87a8aecd823f8ca5bee383b3]

        #88527#: methods for toggeling the menubar

2001-06-21  Mathias Bauer  <mba@openoffice.org>  [b2d6ce69d3a53c7b50ce498c4db66b62c273effd]

        #88527#: SID_TOGGLE_MENUBAR

2001-06-21  Peter Burow  <pb@openoffice.org>  [3afb958ab5f9d7ce8dc55e076db0c6b36d7c00f0]

        fix: #88513# remove status listener correctly

2001-06-21  Kai Sommerfeld  <kso@openoffice.org>  [2ce9fe585466228d111b75a3827c74a9e2814e5a]

        #86708# - changed type of property "SegmentSize" from sal_Int64 to sal_Int32.

2001-06-21  gt  <gt@openoffice.org>  [2458410f2ee29c2bd1277600b4a9fecf820301f2]

        #88607# no delete of resource manager in dtor, because it's to late (already destroyed before)

2001-06-21  Daniel Vogelheim  <dvo@openoffice.org>  [a5451f4f9014ded27b8925911d5c79003259e533]

        #87955# makefile now includes XMLImportFilter and XMLExportFilter

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [9e3403fb07586c8089fd0aa4530d817fd5f7de4d]

        new version for SRC636

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [55492e5550c4e8ad9cd21fbc4df5ad181161b267]

        new version for CFG636

2001-06-21  Malte Timmermann  <mt@openoffice.org>  [b91ee7b3b5c9e848df69d9b716142852bbc982c9]

        Cleanups...

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [8893ea1d4e2db47108829c844863ba97e2d47d47]

        new version for SRC636

2001-06-21  Malte Timmermann  <mt@openoffice.org>  [3fc7fcaf3e4ab6e150111c20861e721c5d956d20]

        #87795# Implementation for asian compression

2001-06-21  Philipp Lohmann  <pl@openoffice.org>  [8ba27c84338332dce60614d3395807c6ce2ca184]

        #85520# fixed some bugs shown in dialogue test

2001-06-21  gt  <gt@openoffice.org>  [9f70ea800b60d13532d6cea3854f0e361a483306]

        UNOTYPES + com.sun.star.uno.XComponentContext

2001-06-21  Jörg Barfurth  <jb@openoffice.org>  [7260b56e2329c22453c2f2e3853eb8205825d63b]

        Added getLength(); save unnecessary copy in cast to OUString

2001-06-21  Malte Timmermann  <mt@openoffice.org>  [50984d09c68cb6a8a60983c44cd4e849665e6029]

        #87795# Implementation for asian compression

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [74a4bbaf47e168531228adafdcde2362116b3a94]

        new version for CFG636

2001-06-21  Dirk Grobler  <dg@openoffice.org>  [7bd525b89dc9986bf30595fd7d6082bc9f034243]

        #88512# smtpsettings not needed anymore

2001-06-21  Tino Rachui  <tra@openoffice.org>  [ccee61d05c3528e990c3993b8821099d96a60785]

        missing types added

2001-06-21  Dirk Völzke  <dv@openoffice.org>  [18a327f37ba592cb67c0d37c41262f9a0106900d]

        #88486# Use own option key for saving filepicker options

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [4e518d0d97e0a0d3ebf5b9dc884a3434ed456909]

        new version for SRC636

2001-06-21  th  <th@openoffice.org>  [a32181d33e02515da8d9412daabbdd7648447b5f]

        #86988# - FixedLine with full dialog with

2001-06-21  Eike Rathke  <er@openoffice.org>  [e49401f362286158490210c70859a394662c41c1]

        #86153# ValidQuery performance; removed unnecessary ScColumn::Search() calls

2001-06-21  Jörg Barfurth  <jb@openoffice.org>  [fe164cf7fe0dfa975e67316ffacaf0d6ffbf9384]

        #87508# Remove obsolete class module

2001-06-21  gt  <gt@openoffice.org>  [94e893d6e82dc3fd4aeddb458d9b5e3efecaea7e]

        #88596# get / reinitialize resource manager after setting locale

2001-06-21  Björn Milcke  <bm@openoffice.org>  [295da6271c3c8bf8a4184b2287f4af453b20fd07]

        #88404# support line-break and tab-stop on import of titles

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [fb351bcb0ca9279b07f9d7af15310d8f830297c9]

        #88503# - Locale data now copied in the copy-ctor

2001-06-21  Björn Milcke  <bm@openoffice.org>  [3bd77e956e4b751471541e3cbe3f8c788b7b1a50]

        #86004# token missing in SvXMLExport CTOR

2001-06-21  Daniel Rentz  <dr@openoffice.org>  [e8ce8a9228014312dcd701405c6580a84829a40c]

        #88289# redesign fixes

2001-06-21  Christof Pintaske  <cp@openoffice.org>  [04d3dcc4d78b4bb3e20334062d0a5ead99a2f46a]

        #88377# changed loop var to unsigned char because of Soli compiler bug

2001-06-21  Kay Ramme  <kr@openoffice.org>  [c5d7c538c8feee27dd8e9b67bf0813f21612e3d2]

        set the via InitVCL given smgr at pSVData #88338#

2001-06-21  Dirk Völzke  <dv@openoffice.org>  [1d80f6fbc82e8eb8114b5a043c9dd4375ce96dc3]

        #84092# Added exception handling

2001-06-21  Kurt Zenker  <kz@openoffice.org>  [05bf52f4869c82ed9ea8b71f9c6b1c65786af24e]

        new version for SRC636

2001-06-21  Ocke Janssen  <oj@openoffice.org>  [d287b506c575cf7018323e0f018f1b15c464aa8a]

        #87925# start at 1

2001-06-21  Kai Ahrens  <ka@openoffice.org>  [02da970fb3fe38a9a15c3491f01e9af636a27eba]

        #88348#: restore old MapMode after print of outline

2001-06-21  Dieter Loeschky  <dl@openoffice.org>  [65ae75d086449629cbec97394b10e0a71eca04df]

        #88507# BurnInStyleSheetAttributes(): consider 3D scenes

2001-06-21  Ocke Janssen  <oj@openoffice.org>  [7f6722d954c31718b8e3871c4eba25567a272745]

        #88482# some properties wasn't registered

2001-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [06babf4fc89d413175d1c68ef2927d6cdc02fbd8]

        no project prefix

2001-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [22437a37607e22dd22eb4074e9796126852d0c07]

        more types

2001-06-21  Kai Sommerfeld  <kso@openoffice.org>  [333de6536b7a6d0ef778a84495abbf8066b686c6]

        #88469# - Convert UTC/GMT to loacal time.

2001-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d684101d56dfcf21f4c128fb8fcccb7b04c75a61]

        add right project dependency

2001-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b1de7aea8d7f0c5c34aff5eb96805a6b93996f72]

        add project dependency

2001-06-21  Philipp Lohmann  <pl@openoffice.org>  [c52e1826080e695b67ea8dda7975c75221c9984b]

        #88580# updated binding according to local RTTI

2001-06-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ad6236be89364c9ca9d19e0e22b691bfa4c267f3]

        platform dependend flags

2001-06-21  Thomas Lange  <tl@openoffice.org>  [c0cca81d1faf580f5eb6490535371c686f11766d]

        #88183# for spellchecking AVAILABLE language now checked in listbox

2001-06-21  Thomas Lange  <tl@openoffice.org>  [9e0938ee34959eda8833defb8d38b4df7d49547f]

        #88183# for spellchecking usable language checked now in listbox

2001-06-21  Thomas Lange  <tl@openoffice.org>  [b9948ebcfd74304ccd758279b56dd24c20ca893a]

        #88183# list only languages that can (currently) be used

2001-06-21  Thomas Lange  <tl@openoffice.org>  [4e1aa67ac1a9b24c34bc7ff34f4d6700d0847b8e]

        #88183# additional InsertLanguage member function to specify if an entry should be checked or not

2001-06-21  Sascha Ballach  <sab@openoffice.org>  [df8e8dd31ac418323d228cf0b151bbbfb1f534bb]

        #88521#; remove the first ' character if there is one of the text cell content

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [f888dab0321ea04dedc7bcc9e519f976b6188019]

        #88327#

2001-06-21  Sascha Ballach  <sab@openoffice.org>  [dd500cb0450fb6a57c310a923676f39996a5435b]

        #88521#; remove special handling of ' characters at the beginning of strings

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [d12ba58a3a00887a6b0df3f2ab394a798c67bd49]

        #88356# HID_ADDRTEMPL_FIELD_ASSIGNMENT

2001-06-21  Niklas Nebel  <nn@openoffice.org>  [7398feb02bce3a904a6c7ddfdfa652cf8ac8a7fb]

        #88521# SetCellText: use quote as text marker also for bEnglish

2001-06-21  Niklas Nebel  <nn@openoffice.org>  [14ff9b98d5468843e392cc5a19de6628b8dfe35d]

        #88521# getFormula: add a second quote if the string starts with one

2001-06-21  Dieter Loeschky  <dl@openoffice.org>  [bb6293b45aa67f6cb232fbe1e6f50d543f9e8361]

        SVX_SNAP_SELECT removed

2001-06-21  Thomas Lange  <tl@openoffice.org>  [f8546cdb5de0c788933bfee86659c3e1c56af4e8]

        #88571# remove entries for languages with no listed service implementation-name

2001-06-21  Christian Lippka  <cl@openoffice.org>  [4867969b363babdf6d915d2ee0b37feeba07a803]

        #87219# added use of new glue point api

2001-06-21  Ocke Janssen  <oj@openoffice.org>  [1118775ad5b2f14a1dee034f0ca54f3e23fb4743]

        #88434# row fixes

2001-06-21  Armin Weiss  <aw@openoffice.org>  [4d75bf2c7a9b737a6767263020fdc429393064f3]

        #88037# changed back intensity to transparency for shadow since these are contrary in their meaning

2001-06-21  Oliver Braun  <obr@openoffice.org>  [21762aa9212579a18c6872f8be73f4d32f18792f]

        #88296# nswrapper added

2001-06-21  Peter Burow  <pb@openoffice.org>  [21b8dc9f96df1b05f47d9e3256b19aabcd25b5cc]

        fix: #87292# CreateHelpURL() and OpenHelpAgent() now static, GetHelp() removed

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [da1a24df1ab1db7a75462e7f1ea420f05bc213bc]

        #88326# $(COPY) instead of copy

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [46ab9cc0419b0f553014a11ddb1d9bef93afd3f0]

        initial checkin

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [c91c6f8cd8e84e452396729e6c15355972916efa]

        initial checkin

2001-06-21  Sascha Ballach  <sab@openoffice.org>  [08a749a322885198ba1df0040a5f79d98f8d509e]

        #79771#; improve the behaviour of AddRange

2001-06-21  Frank Schönheit  <fs@openoffice.org>  [d074e55e2d28a25815eed72108468e4e86a1338b]

        initial checkin - deliver mozilla files into the build environment

2001-06-21  Daniel Rentz  <dr@openoffice.org>  [e8acb9de3224351cfd8f1bcf4596674805298155]

        #88289# redesign fixes

2001-06-21  Sascha Ballach  <sab@openoffice.org>  [ace792b19550836080f16a9627eb91f6ec46598d]

        #79771#; it is not neccessary to set another celltype

2001-06-21  Babak Mahbod  <bmahbod@openoffice.org>  [db52bcfcbc0e11e64587aa6c05373034c861dbf4]

        Modified a private method to compile under Forte's compiler.

2001-06-21  Babak Mahbod  <bmahbod@openoffice.org>  [84b2e6ea1bfd29ee63e6805b063a062e50307580]

        The public method logprintf modified.

2001-06-20  Babak Mahbod  <bmahbod@openoffice.org>  [a8180965caed825a43e1882d0fa35acdace24265]

        The logPrintf public method, along with supporting private APIs and constants were added.

2001-06-20  Gene Anaya  <ganaya@openoffice.org>  [26329718791b50119bd5ac6a6624b7a9cb5d657c]

        Added support for VerbosityLevel, defaults to 0, optoinal flag in constructor; added get/set methods for it as well.

2001-06-20  Oliver Bolte  <obo@openoffice.org>  [9dd703e0da8b96340bb645b937ae4ff4150f7f6c]

        new version for CFG636

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [175efc0f4147b8ef044fbbee0d3ae070f8697f8b]

        New ValueNode representation

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [655b69d445247aa9013ef4e7022be516f94aa240]

        Bring up to date

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [2eb204254f26ad055f1fc4545b51fde14ddc4263]

        #88036# Implement view layer interface changes; No explicit value nodes any more

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [e05155b86275e65c27c8c5583ee59f2a93c0bcd4]

        #88036# Replacement for valuenodeimpl within groups

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [ec03a6b0d96f1c8287664c859f271a91ae4b7ed0]

        #88036# Implement NodeImpl changes

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [748939961bf6c5f7678d1651b40c469b0e818e4f]

        #88036# Replacement for valuenodeimpl within sets

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [16526ac1ac9138beb945d572e42af001ca21566b]

        #88036# Move member value handling into the GroupNodeImpl; Split up nodeimpl files

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [8c7ab77a27cbc2d5dce41c7b285d223e2cc3cc31]

        #88036# Split up nodeimpl files to enable dropping valuenodeimpl

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [9f3142b0458dbd25888c28194f3bf93a590a04ea]

        #88036# Implement changed interface of view layer

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [e7a186d4c73c52df6cbaffed5d524253a9fa3ba2]

        #88036# Adjusted to NodeVisitor change

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [5c80887eb29b48dd08fdc1359361614505082189]

        #88036# Adjust to changed interface of view layer

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [def927b7ac209447276e29e764d844d9e6d079eb]

        Use global getUnoInterfaceType() from apitypes.hxx

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [27729b9dd8c1fced6cac9f841567c71ef12a77e1]

        #88036# Adjust to changed interface of view layer

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [8333284441ca4f78be90f20d8da8d9f6c4dafcd6]

        #88036# Adjust to noderef changes

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [8e1fd47d0091065fd8775f7056438e0a37dbe790]

        #88036# Changed interface of view layer

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [ef11bb2de63a0d9d57a9311c0dfb1aea674485c8]

        Removed dependency on obsolete header

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [b88c4a0fcd40cc338e24d7c95254f88d142a1b9f]

        #88036# Removed obsoleted NodeInfo; added getDepth()

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [a2be3603e686d1276be7a6a721c6a7a670fe6250]

        #88036# Added another UNO type helper

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [43c5825ecb1649867046021da2ed2e429419f276]

        #88036# Changed interface of view layer; Prepared for path syntax change

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [1fb37f698619762ce3b49cd60680f661f9709194]

        Optimized data storage for ValueNode

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [c6fb9587aa54f84659771101709d9a6dbe4b8284]

        Improved tests and logging; more details

2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e92af76771d8bce2691d7973de9822e8b8f1f2cb]

        now with deliver for openoffice

2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [50e06771b89640fbabd331757120bf702ca748a3]

        patching supported now :-)

2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [181c87152154918ea1cb32e83f4d13bc2b591a20]

        missing dependency

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [9de1a30480189520754350983b7cb137bed94275]

        Changed test scenarios, added more data, minor fixes

2001-06-20  Thorsten Behrens  <thb@openoffice.org>  [bc1fe7d590172c21a7ec44331d7335103b26f907]

        #86988# Redesign and overhaul of interaction dialog

2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a0e70b1396be3b52bcc6f24d6f8aa50d56acca7e]

        removed leftover ALLTAR

2001-06-20  Andreas Bregas  <ab@openoffice.org>  [5bb7f19775f94fe264803a8075d1aae82edc64dc]

        #88332# RTL function IsObject: Special code for SbUnoClass

2001-06-20  Mathias Bauer  <mba@openoffice.org>  [e703416a3885e7ed6ace8b973164efc953513b23]

        #82371#: new slot for DataSourceBrowser

2001-06-20  Björn Milcke  <bm@openoffice.org>  [17ab258d17a12cc2a4b4c4787793939ba4455ed0]

        #88404# export text with method that takes cares of LF and tabs

2001-06-20  Tom Verbeek  <tv@openoffice.org>  [7e89daa1e1d4831fa55f10d31fa1b1b22d91995b]

        #86850# correct size

2001-06-20  Vladimir Glazounov  <vg@openoffice.org>  [229ed97ffc30dfaebd6a29e1f9070e38217d3bde]

        fixed bug with uninitialized value

2001-06-20  Martin Hollmichel  <mh@openoffice.org>  [18046da8a9d949f1d170288a65f8daa78c2e525c]

        add: build.lst

2001-06-20  Mathias Bauer  <mba@openoffice.org>  [21be778c150c5c77da976188234cad5fcd2ea7f3]

        #82371#: new slot for DataSourceBrowser

2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5099503580b48ac65619f3abaea99144eb16a4f3]

        cleanup

2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee48afef9b07c688d54f6e5bef55b7d345479907]

        cleanup

2001-06-20  Mathias Bauer  <mba@openoffice.org>  [1ac61736b7116efd4dd48e3c9f78a77606d6530e]

        #82371#: new slot for DataSourceBrowser

2001-06-20  jp  <jp@openoffice.org>  [43bbb83f3eaae7f0f7167e195b02c67ac170b81a]

        Bug #86929#: enable the matchcase checkbox if no CJK flag is set

2001-06-20  Martin Hollmichel  <mh@openoffice.org>  [61b02265ef9aad63a72278bb9dfa9aca93cfb5fe]

        chg: Syntax #87576#

2001-06-20  Tom Verbeek  <tv@openoffice.org>  [5ea4391b8042d29a95f98b25528e98d1ec931b8f]

        #87606# last changes for formwizard dialog

2001-06-20  Christian Lippka  <cl@openoffice.org>  [c017f61188ffd2ce42c70453a3d09c4e304c849b]

        #87644# remember vertical flag when setting empty text

2001-06-20  Christian Lippka  <cl@openoffice.org>  [632ec28abb223f9a97e4d2b401af69191ed1bc42]

        #87644# remember vertical flag when setting pres obj to non empty

2001-06-20  Nils Fuhrmann  <nf@openoffice.org>  [82c402c393f0f0e1b88078b7d817502a298bf64c]

        Added language EXTERN #87136#

2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [49b8d25f5da54423150b0e7a80f820bf900c91f4]

        cleanup

2001-06-20  Juergen Schmidt  <jsc@openoffice.org>  [e19eb8b4b2bb55d6591a5d48e70aeb9cdc053344]

        #87298# remove operator<< for OString, now inline

2001-06-20  Juergen Schmidt  <jsc@openoffice.org>  [f07e4d501bd8ae85218fcc3bf2467abf0ea40e18]

        #87298# insert operator<< for OString inline

2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b68460443c6cf02b4d53293388ef8fd4cb3b17a3]

        removed ALL:

2001-06-20  Jörg Barfurth  <jb@openoffice.org>  [97cc20160abce0d5f60e15fbba4ad50016c2d222]

        Improved test harness; added parameters; separated module selection

2001-06-20  Juergen Schmidt  <jsc@openoffice.org>  [4af0b189a02adf30bbdb18f8a83de46ff566a2df]

        #87298# insert operator<< for OString

2001-06-20  Juergen Schmidt  <jsc@openoffice.org>  [40cd280e03a8d926231adbdf57f14db65a90c086]

        #87298# insert operator<< for OString

2001-06-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a7a4ee58ab41c4fcdec6c04872dd7e370b4d9b8]

        #65293# cleanup

2001-06-20  Kai Ahrens  <ka@openoffice.org>  [bb5d59bc88055bb2eb7bfc366e798bb75fe71ef8]

        #88132#: use correct device to map from pixel to logical space

2001-06-20  Oliver Specht  <os@openoffice.org>  [5f4c07807836422824ef495524aae9050faaf126]

        #88264# date to text corrected

2001-06-20  Thomas Benisch  <tbe@openoffice.org>  [0f65160a8b2495274f5e8ff8b295f6f6d33568e0]

        #87307# removed isetbrw, si, vcdlged

2001-06-20  Thomas Benisch  <tbe@openoffice.org>  [47af2a4c9e7d4dc303fa9c1df6a469a756e1aaf2]

        #87307# removed sidll.hxx, vcsbxdef.hxx

2001-06-20  Thomas Benisch  <tbe@openoffice.org>  [8d2df835ab39f41a33bca45efafb43006409f60f]

        #87307# removed vctrls.lib, ibrw.lib, vctrls.srs, ibrw.srs

2001-06-20  Niklas Nebel  <nn@openoffice.org>  [09542778b9d16f51a2b28ed75e02c5f9b518dfae]

        #88438# InitDrawLayer: don't call GetTitle while loading

2001-06-20  Sascha Ballach  <sab@openoffice.org>  [e1fdbf27e6cabe48610f08e1bfac75785eb64a14]

        #79771#; implements and use a better AddRange method

2001-06-20  Sascha Ballach  <sab@openoffice.org>  [f10041f7f977d9cb984fe38935cac43d4ad1db1a]

        #79771#; use of the new UpdateSymbol method

2001-06-20  Sascha Ballach  <sab@openoffice.org>  [e11a9a30832cf5bb1d25f9b8ec77cd45b06e190a]

        #79771'; UpdateSymbol for OUStringBuffer added

2001-06-20  Daniel Vogelheim  <dvo@openoffice.org>  [25ca4148e9e43c19298ba2cea2c131342229ec5e]

        #87851# sort algorithm and locale only for alphabetical and bibliography indices         (documents with indices can now be loaded and saved again)

2001-06-20  Mathias Bauer  <mba@openoffice.org>  [9cad287e4bab925092080557ed6e61429d936edb]

        #88024#: SaveCompleted is missing in several cases

2001-06-20  Oliver Braun  <obr@openoffice.org>  [44c37d8977aed35acf955584edbfd2c3a17ec798]

        #88296# added unix shell execute service

2001-06-20  Oliver Braun  <obr@openoffice.org>  [5f10dc06ce45432a1faa1ebe1f94d094a79e60cd]

        #88296# initial release

2001-06-20  Tom Verbeek  <tv@openoffice.org>  [4c0286187855d6c59db820638f412ee1b1357304]

        initial revision

2001-06-20  Frank Schönheit  <fs@openoffice.org>  [f456c18cae73f39be1e053add3825905265759ad]

        #88447# call Select when browsing for an address book

2001-06-20  Frank Schönheit  <fs@openoffice.org>  [a10394f16fa4b1f548c81c53182081d4bfe49fd8]

        #88447# +Select

2001-06-20  Frank Schönheit  <fs@openoffice.org>  [f64937e62c4325d789acb955bbe66f0e4815a360]

        #88447# corrected order of detail pages

2001-06-20  Tom Verbeek  <tv@openoffice.org>  [776a5b6f19a377b706c7cc5bfa29431b49cc5e85]

        #86850# corrected img control size

2001-06-20  Carsten Driesner  <cd@openoffice.org>  [11b73d7639651acbd675fb8774faaab5d911628d]

        #87255# allow empty toolbar definition

2001-06-20  Oliver Specht  <os@openoffice.org>  [27105bb12a68d69426cec3a1638a9df6fcd49b7d]

        #87306# ruby properties corrected

2001-06-20  Sven Jacobi  <sj@openoffice.org>  [4fbc6adb04f4c7f407b9b24c28de6f1c4aa3c2d1]

        #88487# unsing correct default border text distance

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [0f2800d573ad2cc31b91fae74ca886c06d636cd3]

        #88434# describeproperties

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [9ad18150a10f0f61300c0d458f2d403ab9fadbb3]

        #88434# some access changes

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [0c8628a10ed6f845e35d74f69fb145b3cbcf1d92]

        #88434# new query msg

2001-06-20  Carsten Driesner  <cd@openoffice.org>  [5589ca396d5afb67c085290fffa5c0c3dd37c355]

        #88499# statusbar xml configuration

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [fd7bdc0bf7cfc365c21fb190a7cdb4370f4d1956]

        #88434# implement user access rights

2001-06-20  Stephan Bergmann  <sb@openoffice.org>  [f5f056126cb4a36ebe39161a35abccbde3e48694]

        Added SALHELPERLIB.

2001-06-20  Stephan Bergmann  <sb@openoffice.org>  [880d42ecfe818dd23c7d8c2ccf3c98029cf912bd]

        Removed SMTP server name; adapted to modified config entry names; got rid of vos.

2001-06-20  Michael Brauer  <mib@openoffice.org>  [bf84ecbf1bd9061ce7ae127ce0c9dfbe0de127c4]

        #87306#: Rube position

2001-06-20  Sven Jacobi  <sj@openoffice.org>  [14577edc3174d16329062b1782e43781fe5e3441]

        #88437# changed direction of uncover page transition

2001-06-20  Sven Jacobi  <sj@openoffice.org>  [ba8763a6340adf12c36409ec1c96f0bb2a35a65b]

        #88437# changed direction of uncover page transition

2001-06-20  Rüdiger Timm  <rt@openoffice.org>  [8215d114e9a0c16e2f9e6e8e13de472598677470]

        #87576# missing \n at end of file inserted

2001-06-20  Frank Schönheit  <fs@openoffice.org>  [b560ef11c50c0255946c99b50c6493414cd8684a]

        #86721# deliver editbrowsebox.hxx

2001-06-20  Oliver Specht  <os@openoffice.org>  [942fcaff22e3bac85fd0ea9fc4b93a64734d87e0]

        #87139# use default font for tree

2001-06-20  Kurt Zenker  <kz@openoffice.org>  [d66b1e1989444b68dc2dada56a6c9b2becb52bd8]

        new version for SRC633

2001-06-20  Oliver Specht  <os@openoffice.org>  [847b3501f3017aa0a187db40a00abd3973c7cb85]

        #88484# Assertion in exeution of macros changed

2001-06-20  Christof Pintaske  <cp@openoffice.org>  [ff68ffb0786b4043096b3b6924e2e5f3ea64ef83]

        #88379# dont use ppArgv, its bogus

2001-06-20  Sven Jacobi  <sj@openoffice.org>  [52ee7dde2091b30df4907afb6958614b28c2dd35]

        #88358# importing header/footer just once, no loop when reading corrupt SpecInfoAtom

2001-06-20  Rüdiger Timm  <rt@openoffice.org>  [142b4a3519366e6b2a038e8ce0f3c88c11178ede]

        #87576# cast

2001-06-20  Niklas Nebel  <nn@openoffice.org>  [53b60056c43abf3e352f924a3ca241094f3a63f8]

        InitAddIns: use LocalFileHelper to convert path into correct URL for server

2001-06-20  Michael Brauer  <mib@openoffice.org>  [ddd9ee82f98974f8bbad0f81e43eb93da59c9997]

        #88206#: Use correct which for font height items in Modify

2001-06-20  Kurt Zenker  <kz@openoffice.org>  [35e7954139e255a49a880a947c6283e7f72bc2fd]

        new version for SRC633

2001-06-20  Carsten Driesner  <cd@openoffice.org>  [da98b14c64e888384f531a32826e568f2cb3ccaa]

        #88499# xml based configuration for statusbar

2001-06-20  Kurt Zenker  <kz@openoffice.org>  [3276bfa548078cb868e2de6ec9ea9192b063ee26]

        new version for SRC633

2001-06-20  Gregor Hartmann  <gh@openoffice.org>  [ebf5753b423d63afe955b1141539484780e33043]

        ignore lines of type 'res-comment'. Only copy to correct parts file (switch -wc)

2001-06-20  Mathias Bauer  <mba@openoffice.org>  [b7f55fa27f3de885f649592e1b57e0f3fb4ebd6f]

        syntax problems on Solaris

2001-06-20  Carsten Driesner  <cd@openoffice.org>  [4a591c597986e0b7ae291f66c778e1dff39ec8ed]

        xml configuration for statusbar

2001-06-20  Frank Schönheit  <fs@openoffice.org>  [25ecc6263e1757c124110de81ea5cc66942aac91]

        #88485# corrected implDetermineState for a special case

2001-06-20  Kurt Zenker  <kz@openoffice.org>  [404c385eff95ed3d97e1ef52fc0056b2bf157240]

        new version for SRC633

2001-06-20  Kurt Zenker  <kz@openoffice.org>  [7d30e1287a832e1f0743630240f6f2ed7714e9d5]

        new version for SRC633

2001-06-20  Tom Verbeek  <tv@openoffice.org>  [761c1119e64807bcbd1ad13e502a64c4246ef4e7]

        #88115# changed to work with option explicit

2001-06-20  Mathias Bauer  <mba@openoffice.org>  [5126c41cd3042d0a95b79153ec8a4452f54f325f]

        #86708#: support segment size as parameter

2001-06-20  Thomas Benisch  <tbe@openoffice.org>  [bbd5d4cb32461ac62fb437cb579a7121cfaa33c8]

        added MakeVisible

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [06b42f674186821d300d44196688ee6158d2fb23]

        #88434# implement user access rights

2001-06-20  Thomas Benisch  <tbe@openoffice.org>  [1fb92af0dd7c9782405318837077c33d383e199d]

        added sorting for dialogs

2001-06-20  Oliver Specht  <os@openoffice.org>  [5d5e75ab6dab9c97dcae0e6ecbc791be75b157c6]

        #88484# optimization

2001-06-20  Oliver Specht  <os@openoffice.org>  [55511b85b4c6d80eeefcf1519c2b77c8bf8ce78a]

        #88206# twip converision added to diff font height

2001-06-20  Martin Hollmichel  <mh@openoffice.org>  [20c4e427e3e8092df004f3ca429c1ce2c43f7a6e]

        add: header

2001-06-20  Tom Verbeek  <tv@openoffice.org>  [7ace516c8517942f217e36bb3f14ac64a0af374a]

        #88447# DatabaseFieldName renamed to AssignedFieldName

2001-06-20  Oliver Specht  <os@openoffice.org>  [7cbba814f36ec4cb44413a767ea449eca7c0a4b1]

        #88484# optimization

2001-06-20  Martin Hollmichel  <mh@openoffice.org>  [e4be8717df1fde92a08c4cb1e13ec0aa5489a3f4]

        add: header

2001-06-20  Philipp Lohmann  <pl@openoffice.org>  [d9ba73a6972b141b36563b70614cdbc8f8060d49]

        #85520# changed test bitmap from StarOffice to a more generic content

2001-06-20  Michael Brauer  <mib@openoffice.org>  [5a97bae056f204f3de0ea0d807f43215add18c14]

        #87313#: images as base64

2001-06-20  Oliver Specht  <os@openoffice.org>  [f8ecff398d63f3529d880d5f3d966341fd6bea7f]

        #88449# painting of the outline example improved

2001-06-20  Frank Schönheit  <fs@openoffice.org>  [ee33c2dd1f98118ca54aa04ba15bdddee741c170]

        prepare for #88447#: rename FieldName to ProgrammaticFieldName and DatabaseFieldName to AssignedFieldName

2001-06-20  Frank Schönheit  <fs@openoffice.org>  [fb73ccc7bcf8bb0acd47ae13e3d1b9555419b27e]

        prepare for #88447#: rename FieldName to ProgrammaticFieldName and DatabaseFieldName to AssignedFieldName

2001-06-20  Niklas Nebel  <nn@openoffice.org>  [9dae73c48f0050667ed17576a4cc17d43b7a7c6f]

        #88458# Command: handle COMMAND_CURSORPOS here if not in edit mode

2001-06-20  Frank Schönheit  <fs@openoffice.org>  [442d88fcd750b734fa0934e9f2ba4661e2875301]

        #87909# disambiguated duplicate ids

2001-06-20  Frank Schönheit  <fs@openoffice.org>  [de23987cd06b4428a12dbf6f617d32c2d0a11b2e]

        #88477# ui.FolderPicker -> ui.dialogs.FolderPicker

2001-06-20  Stephan Bergmann  <sb@openoffice.org>  [c142323cf91686ec935fd9c38c834e66fd492dcc]

        #88442# Derive class from salhelper::SimpleReferenceObject, which is safer than vos::OReference.

2001-06-20  Stephan Bergmann  <sb@openoffice.org>  [984b4fcff13efd89f6f77942d989001c35f72927]

        #88442# Derive class from salhelper::SimpleReferenceObject, which is safer than vos::OReference.

2001-06-20  Dieter Loeschky  <dl@openoffice.org>  [1b237ac12e9649e98468ef55a739bf0c1d4a235e]

        #86876# RID_ALIGNMENT_TBX: set alignment to 1

2001-06-20  Thorsten Behrens  <thb@openoffice.org>  [0a9580c153eb15448563ccefb01d691d1d1511c8]

        #87913# Now building a light basic without CreateUnoDialog() functionality

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [99d22677dbc58726b1684dc5d17930b52f1e6f85]

        #88434# implement user access rights

2001-06-20  Rüdiger Timm  <rt@openoffice.org>  [a014edfe77ffdd431cea3912a7d18d4a08f3fca3]

        'z' this file to get zipfile rebuilt

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [7ea7a46873f481819f2f9551e4a27ef9785a03c6]

        #88434# new page for user admin

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [6e296b20197496f6af54d110ead62c92ce96a14f]

        #88434# new method to get the driver

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [816f20dd1306feb443ff88cad30110a4028a252d]

        #88434# new id for user admin page

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [06691617d0f7864fbff6df4059f605d1d4fffe7c]

        #88434# new page for user admin

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [020778ad7dc733a20efaebca2d2908920cfb39b2]

        #88434# new control for table rights

2001-06-20  Ocke Janssen  <oj@openoffice.org>  [69353dc3e227042fa359558f024ac3b60df65d10]

        #88434# new helpids for useradmin page

2001-06-20  Michael Brauer  <mib@openoffice.org>  [9b316f673f54170e0a4a76730622dd9ca47e0709]

        #87313#: embedded imagas as base 64

2001-06-20  Michael Brauer  <mib@openoffice.org>  [fa829d05c584448923c529ccb6ac867c167baadd]

        #87313#: embedded imagas as base 64

2001-06-20  Michael Brauer  <mib@openoffice.org>  [2daa9f16963b0b44922847d23517bd5a1b927749]

        #86004#: decrease number of exported symbols

2001-06-19  Kurt Zenker  <kz@openoffice.org>  [084be8b3ee1ea6525941dde3260982893fd0c58e]

        Merge SRC633: 19.06.01 - 23:41:19

2001-06-19  Philipp Lohmann  <pl@openoffice.org>  [459717152d64cb9041d20d465f2734cc988f1736]

        #88470# free the object mutex when calling outside the object to avoid deadlocks

2001-06-19  Martin Hollmichel  <mh@openoffice.org>  [833c75ed94c847e9c6ad643a8c78a927ae9b9343]

        join from OpenOffice

2001-06-19  Mathias Bauer  <mba@openoffice.org>  [2adf3a749c2524c1060cb98e3f36424eea032b6c]

        #88046#: Save/SaveAs must be called in base class even for 6.0 formats

2001-06-19  Dirk Grobler  <dg@openoffice.org>  [55ba857e21882ea0828b1492f000b2c2a2f6f8bb]

        new files to deliver

2001-06-19  Vladimir Glazounov  <vg@openoffice.org>  [6c18d0b2d38d68c7d08b37f2d5fc85913c8a8ecf]

        #65293# corrected misspelling

2001-06-19  Dirk Grobler  <dg@openoffice.org>  [07bba4ebd0fb96eae2cb255461249471f7b72e8b]

        new rules for transformations

2001-06-19  Dirk Grobler  <dg@openoffice.org>  [4bcdce25daab738d39de54bd589e710ce226f23f]

        new files for cfg data generation

2001-06-19  Dirk Grobler  <dg@openoffice.org>  [8f83fd8b29b476da662da91c7da40b30607dc42d]

        TF_CFGDATA additional tools for generating xml instance and ldap data

2001-06-19  jp  <jp@openoffice.org>  [a9676beaf91771752129e728e42e978ea90ef9ae]

        Bug #88449#: read and used the symbol font name

2001-06-19  Philipp Lohmann  <pl@openoffice.org>  [6d15468e0fed620b27a2d8049dc0a6760f2d4997]

        #88195# fix worked only in debug case due to misplaced #endif directive

2001-06-19  Mathias Bauer  <mba@openoffice.org>  [be868fec8f94d14e4516d9081c5a11e0c7a0eead]

        #88443#: APPEAR event implemented

2001-06-19  Vladimir Glazounov  <vg@openoffice.org>  [f6da87a98aeda9dec0a3be24b868eb781c6c14bb]

        osl_freeThreadHandle is no more

2001-06-19  Herbert Duerr  <hdu@openoffice.org>  [ff0521c6bdf911f040d0bc19684c7b8cb5836ad4]

        link freetype statically again

2001-06-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [48bb73eb77d16ac2b35946e3ac3eef738050ee05]

        tf_cfgdata

2001-06-19  Dirk Völzke  <dv@openoffice.org>  [ce1ca3cc1209f2cce084ce2e48bc0f02d18fa67a]

        #84092# Removed registration of FilePicker and FolderPicker

2001-06-19  Dirk Völzke  <dv@openoffice.org>  [7fc3f4d22618e1e3d407618c1c7b82e0611f5cdf]

        #84092# Added registerFactories()

2001-06-19  Michael Brauer  <mib@openoffice.org>  [cb452ebd80f34c5b5c8dbf187d8fdd959ec500f8]

        #87313#: embedded images as base64

2001-06-19  Michael Brauer  <mib@openoffice.org>  [9a90e2ecbb2735c546c3e03bee3672f85bffba53]

        #87313#: embedded images as base64

2001-06-19  Michael Brauer  <mib@openoffice.org>  [dcd225e40cf4e881e495f33155f321d5b4b03e0c]

        #87313#: embedded images as base64

2001-06-19  Michael Brauer  <mib@openoffice.org>  [10763f3a937772e924a9bb5198aa57921b3edaa5]

        #87313#: embedded images as base64

2001-06-19  Kai Ahrens  <ka@openoffice.org>  [5cef034f8b72a5eaa4f359f193b068751a4606dd]

        #87631#: added number formatter

2001-06-19  Kai Ahrens  <ka@openoffice.org>  [41a51f5f23bddc4265293eb62eac4d40ab30e8f3]

        #87631#: call ::GetOutputString with adress of valid color pointer

2001-06-19  Christian Lippka  <cl@openoffice.org>  [957c694caef0a18b85e1ea73532ae062b6887802]

        #87219# fixed glue point api to use ids not index

2001-06-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [57a20f1b07f0676a868cb7afdf8598dc72eeddb2]

        checkdll now can be disabled

2001-06-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7a0cdda206cde712f231fe405fe518912d35320d]

        don't check library

2001-06-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e09a17c55b7bf47e7ec8fb8dbcff604ef7ad0cc7]

        missing dep

2001-06-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a4d54292da2111e0347f38df6844b6cb4d8fdcd3]

        win32; add use_perl.mk

2001-06-19  Philipp Lohmann  <pl@openoffice.org>  [577273b73fe789196a6de6c6f126a5a169fde011]

        #85520# dialogue redesign

2001-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9558db82d6346f91a9964132c95dff14290323dd]

        changed lookup for unxlngi[3|4]

2001-06-19  Caolán McNamara  <cmc@openoffice.org>  [6ec4710eeac78dbaf42d9fb0f3ad052bcc7258a8]

        #85677# #88410# Parse stored usertext

2001-06-19  Caolán McNamara  <cmc@openoffice.org>  [059a514a975993ae986d023d31fb9f25e8046302]

        *** empty log message ***

2001-06-19  Andreas Bille  <abi@openoffice.org>  [4955786cd2af7aef46bb44ed733959da1711ef5d]

        #88432# Added exception specifications for determination of misconfigured index. Now also reading from lowercase filenames

2001-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9f1cce2a42e23f85dcd76ba90b3986b7396b8e3]

        added unxlngi4

2001-06-19  Armin Weiss  <aw@openoffice.org>  [2d8853bed02e687f3b40e905f9b81c5a6e3a04ee]

        #88340# Add MasterPageDescriptor when imported SdrPage does have NONE

2001-06-19  Hennes Rohling  <hro@openoffice.org>  [9371192818cc6e4371686706662c770a6cbdf2a6]

        #86168# APPICON directive is ingnored on UNIX but dependencies are checked

2001-06-19  Andre Fischer  <af@openoffice.org>  [52642c21779358b9970a4ec5684cad9b135eccd1]

        #78400# Using pick list instead of history to determine recently used files.

2001-06-19  Thorsten Behrens  <thb@openoffice.org>  [1153da410d11f79685bb381c155c3aded15268d2]

        #87126# Replaced all references to SfxFileDialog with new helper class

2001-06-19  Frank Schönheit  <fs@openoffice.org>  [f83eddd8b4c8c7e0bfcb85b7b5b80699f4920d8d]

        #88391# be more tolerant when setting the EffectiveValue

2001-06-19  Frank Meies  <fme@openoffice.org>  [ac3f7a40e4ea18c85b36e8062fedf6f7b0b62156]

        Fix: Invalidation of misspelled word regions and correct repaint of red wave lines

2001-06-19  Thomas Lange  <tl@openoffice.org>  [25af6a72dfedb3fb12d73e864d028bb8d350eba6]

        #88083# GetEditEngine, ~SmEditWindow and DeleteEditView fixed (access to EditEngine now via pEditView)

2001-06-19  Thomas Lange  <tl@openoffice.org>  [4d3ff36062b92927a533438f6eeeb0436356a678]

        #88083# copy-constructor and assignment-operator provided for SmStructureNode

2001-06-19  Oliver Specht  <os@openoffice.org>  [905d9bb3bb523f962f4fe6b6747d0983d79da160]

        #87820# text flow page corrected

2001-06-19  Oliver Specht  <os@openoffice.org>  [ca4895248b57a32eb7fee6262f89d8401dfc86e9]

        #88383# merge to file: insert dot before the extension

2001-06-19  Frank Schönheit  <fs@openoffice.org>  [6b82f9284ddd60c11f3ab17a75b8a9545feccec8]

        #88393# implDirectSQL

2001-06-19  Frank Schönheit  <fs@openoffice.org>  [dd3a16b4a5de765158997406ba168ea4816a997a]

        #88393# +directsql.*

2001-06-19  Frank Schönheit  <fs@openoffice.org>  [285fe26e371dd97977101c7c3e9a81d4c60e108b]

        #88393# new direct sql dialog

2001-06-19  Frank Schönheit  <fs@openoffice.org>  [695225c0ee0e41e1c5d1318c758e5075c4dc97d4]

        #88393# +ID_DIRECT_SQL

2001-06-19  Frank Schönheit  <fs@openoffice.org>  [9bf7e62eb98564d9a63b48370572bfcd7e436785]

        #88393# +MID_DIRECT_SQL

2001-06-19  Frank Schönheit  <fs@openoffice.org>  [ed1d6ddb602b3d843e2527e560af08b2d5bc8e13]

        initial checkin - dialog for executing SQL statements

2001-06-19  Frank Schönheit  <fs@openoffice.org>  [26c3cb9ca2d9a72b0783a4a0df6db3b2b79bf834]

        #88434# overload queryInterface to delegate calls to the aggregate

2001-06-19  Oliver Specht  <os@openoffice.org>  [ccb70ae894d1d7d202d6424694eddf3b0120ae6d]

        #87949# set measure unit in table dialog

2001-06-19  Peter Burow  <pb@openoffice.org>  [e9aaa0d1c401e7e80c612e16bd12e5374a2535d0]

        fix: #88014# menu cfg with new d&d interface

2001-06-19  Christian Lippka  <cl@openoffice.org>  [f417df714b911c2b2350cd66449bdc8c43a162af]

        #86708# removed filter string for old pack'n'go format

2001-06-19  Nils Fuhrmann  <nf@openoffice.org>  [22f27c5abaa4e645d1bf7751ec5f16e1ef5b769b]

        Fixes for merge #87134#

2001-06-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8bd35c7274e8ba7d3e0928b63dbcbfaba6fc623f]

        #65293# filenames only in link

2001-06-19  Andreas Schlüns  <as@openoffice.org>  [12310db947d950fa5f299b8aa59a086c01da8d10]

        #86793# defuse Frame::dispose() and transaction mechanism

2001-06-19  Rüdiger Timm  <rt@openoffice.org>  [080e2e5b665135384a296354f219c50eb0b909a8]

        #87576# avoid ambiguity with 'system' from stdlib.h

2001-06-19  Kurt Zenker  <kz@openoffice.org>  [061cfd72dac5dd9885ff51a491aabe455c47f329]

        new version for SRC636

2001-06-19  Oliver Specht  <os@openoffice.org>  [0a74696d05f0bb07f561d74a48d9b9783660b69a]

        #88155# ruby dialog enabled without a selection

2001-06-19  Oliver Specht  <os@openoffice.org>  [523f051f8bd900fe4a82d1d49436c7656b25d770]

        #88155# ruby dialog enabled without a selection

2001-06-19  Kai Ahrens  <ka@openoffice.org>  [fb8105c480ceb6f549206290ba20e8c72bcc0ce0]

        #88035#: call ::GetSdPage if work model contains more than one page (e.g. after XML export)

2001-06-19  Kurt Zenker  <kz@openoffice.org>  [e2183fc7e38c3511de133f12e0842106d04de455]

        new version for SRC636

2001-06-19  jp  <jp@openoffice.org>  [929de39b01e4dfe39e6e5d3d56b3d0400e08e260]

        Bug #88155#: SetRubyList works also if no 'old' entries exist

2001-06-19  Kai Sommerfeld  <kso@openoffice.org>  [90d0297409d180b1c132a8a4d7fd81ba227310f0]

        #87187# - Added css::ucb::InteractiveAugmentedIOException.

2001-06-19  Sven Jacobi  <sj@openoffice.org>  [ef52b2e1d5e289bb4ac197dc9599ca550afacc81]

        #88406# use fixed linespacing only when it is greater as the current line

2001-06-19  Kai Sommerfeld  <kso@openoffice.org>  [c864daa20063f9d2d7ff79a72d1fcb78decf2c19]

        #87187# - Yet another change of method/ctor arguments.

2001-06-19  Christian Lippka  <cl@openoffice.org>  [507490dc2ca35cd9dc603eda4f0698e243c2dbf0]

        #87899# fixed handling of EmptyPresObj, will not be set to false on data retrieval

2001-06-19  Kurt Zenker  <kz@openoffice.org>  [2f6b3fa4dc3281ee3652b3ad8e6bdf8506d10e0b]

        new version for SRC633

2001-06-19  gt  <gt@openoffice.org>  [ce927a76a801d33600feb3c3bc30f91a10686a4f]

        #i991# ColRowSettings::ReadSplit(): no reset of freeze

2001-06-19  Sven Jacobi  <sj@openoffice.org>  [db1953f5b0f7cb6cee338f5709b844b3276e107b]

        #88407# ignoring some kind of group codes

2001-06-19  Joachim Lingner  <jl@openoffice.org>  [80a03301e115c456280064d9ad714af86828013a]

        *** empty log message ***

2001-06-19  Joachim Lingner  <jl@openoffice.org>  [6b9117df8d4795a3904e31a79eb19ab716119096]

        removed bug in unloading support

2001-06-19  Andreas Schlüns  <as@openoffice.org>  [e719a42f4aa5c3f1c7487ce522a7a03516e2fa38]

        #88401# repair shareable osl mutex mechanism

2001-06-19  Oliver Bolte  <obo@openoffice.org>  [1b09d3896e250362d15d482a74c62c2f45c74935]

        new version for SRC633

2001-06-19  Oliver Bolte  <obo@openoffice.org>  [ac1a162f04d37093790ce37dff8bc8a5389035fc]

        new version for SRC633

2001-06-19  Hennes Rohling  <hro@openoffice.org>  [93d94c3507f53b7b249034f1dfa099620500eebc]

        Correct documentation for osl_freeSecurityHandle

2001-06-19  Oliver Specht  <os@openoffice.org>  [5552b1dee5e2ae58724a66a5c1d415bda740eb46]

        #88373# selection from beamer now Sequence<Any>

2001-06-19  Peter Burow  <pb@openoffice.org>  [aabfd3f79df0a6401379147bb9a9f8401ecbd7a3]

        fix: #88029# use only decoded urls

2001-06-19  Rüdiger Timm  <rt@openoffice.org>  [43619ec304d5ed7be38cad29aaca624f9671587b]

        #87576# it's unoapi.hxx (all lowercase)

2001-06-19  Mathias Bauer  <mba@openoffice.org>  [159a719017c8a042d804b02e4950be120cfbf8e8]

        #87300#: static function to access SfxHelp

2001-06-19  Michael Brauer  <mib@openoffice.org>  [87f6304e411aebaf19036df2bde12d5408e13602]

        #88107#: Prepared StarBats/Math to StarSymbol conversion

2001-06-19  Rüdiger Timm  <rt@openoffice.org>  [a638777c039d28a42ded274907a9008ec8d71376]

        #87576# temporary variable to avoid gcc parse error

2001-06-19  Rüdiger Timm  <rt@openoffice.org>  [e6210d0c6d5b5f00e0d7fe85fd9850d0184241c7]

        #87576# Merge error

2001-06-19  Peter Burow  <pb@openoffice.org>  [85f02e28c8bc265409f3439299f4966abe6adc74]

        fix: #88317# update DocumentTemplates on startup

2001-06-19  Peter Burow  <pb@openoffice.org>  [2138a17c51d963fa7f9910d27d6032fb25714b04]

        fix: #88317# new: UpdateDocumentTemplates(), UpdateHdl_Impl()

2001-06-19  Peter Burow  <pb@openoffice.org>  [3e0400167e888949713321f166c020fd4568291d]

        fix: #88183# magenta as maskcolor for checked bitmap

2001-06-18  Kurt Zenker  <kz@openoffice.org>  [59e7caa57f2e758c28165a9970c5aea23e720182]

        new version for SRC636

2001-06-18  Rüdiger Timm  <rt@openoffice.org>  [c77a49e49629231587574222618d4511aca64319]

        new version for SRC633

2001-06-18  Daniel Vogelheim  <dvo@openoffice.org>  [3eb2f64492806224fdb660e7145bbd1783157f6a]

        #86004# - changed SvXMLItemMaps to use XMLTokenEnum - removed remaining xmlkywd.hxx inclusions and usages -> sw is now xmlkywd.hxx-free!

2001-06-18  Niklas Nebel  <nn@openoffice.org>  [ad463208c9f3ec46fcfe21cf24246da0a788f389]

        #88176# UpdateHeaderWidth: avoid extra step at 0

2001-06-18  Niklas Nebel  <nn@openoffice.org>  [f291def59cb09847b4cfa704b902cde5420ffed3]

        #88176# use SetUpdateMode to avoid formatting the text several times

2001-06-18  Kurt Zenker  <kz@openoffice.org>  [95a52c2fec57a0cc81f975de9bf314e3cd521439]

        new version for SRC636

2001-06-18  Björn Milcke  <bm@openoffice.org>  [a081d7dc6ded076af488798ed09cd4b836f11a84]

        #86214# performance optimization: in scatter charts one style name was left over (domain was treated as series for styles)

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [a207366f5f4c6cbe0f62e518c32ff4d7b1d75562]

        #87300#: new options for SFX

2001-06-18  Frank Schönheit  <fs@openoffice.org>  [5e20bd9b2998e3ccaa469f2b02655e4c47503dd6]

        #88384# initialize m_nFieldScrollPos with 0, not -1

2001-06-18  Vladimir Glazounov  <vg@openoffice.org>  [223d78dc98b0a747f7bebbeb6b61d852b6e30863]

        new version for SRC636

2001-06-18  Vladimir Glazounov  <vg@openoffice.org>  [69f06ac0292771a39b1d92b394f07d7b8f735dd9]

        new version for SRC636

2001-06-18  Behrend Cornelius  <bc@openoffice.org>  [44c8db46efa4161220bb7fdbb9124e660db0d9bb]

        #87606# Dialog turned to modal

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [4d6a44b6fef65e08a9f59752b8c060b0927580d9]

        #87300#: export sfxhelp

2001-06-18  Kai Ahrens  <ka@openoffice.org>  [b4bc678f594df6dc24eaba1ab7ff5ea8fd88fbdd]

        #85401#: reduce pixel size of metafile to 512 pixels, if neccessary

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [b66bc2a144b57d8bdaa815ff250b49c36176ae2e]

        #87300#: always enable input for help agent window

2001-06-18  Daniel Vogelheim  <dvo@openoffice.org>  [8a55ad2239512abbbd2e3e85e457b686c748a995]

        #86004# changed SvXMLExport document class from const sal_Char* to enum XMLTokenEnum

2001-06-18  Daniel Vogelheim  <dvo@openoffice.org>  [bc9274c009d992f0c7ebd280459d8a86858c3b02]

        #86004# changed SvXMLExport document class from const sal_Char* to enum XMLTokenEnum

2001-06-18  Daniel Vogelheim  <dvo@openoffice.org>  [19a46514d3b2eb66180567edb6a19fcf13720db5]

        #86004# changed SvXMLExport document class from const sal_Char* to enum XMLTokenEnum

2001-06-18  Daniel Vogelheim  <dvo@openoffice.org>  [388cf2982bce937ce2bf989c02bcff2dace3e198]

        #86004# changed SvXMLExport document class from const sal_Char* to enum XMLTokenEnum

2001-06-18  Frank Schönheit  <fs@openoffice.org>  [3bf75230b21ffee51693013707b28dcce1f44054]

        #88393# HID_DSBROWSER_DIRECTSQL

2001-06-18  Rüdiger Timm  <rt@openoffice.org>  [4c1b43153b7032c5f736998e3221d23314b51db5]

        #87576# EXCEPTIONSFILES

2001-06-18  Daniel Vogelheim  <dvo@openoffice.org>  [ef723443aa49ce0c0d989f4ee08f19fe6b892e74]

        #86004# changed document class from sXML_* to ::xmloff::token::*

2001-06-18  Andre Fischer  <af@openoffice.org>  [e980420efff2b1e780f26f309fd5fc62ac7ad3dd]

        #86214# Lock controllers after chart has been loaded until it is initialized.

2001-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4073642e982abd40b0f4c6a13202d6693a65b382]

        #88279# find *.ico in shared tree

2001-06-18  Oliver Specht  <os@openoffice.org>  [fe96e50c5894df88f76b2ecc2871ae48c384395c]

        #88349# description corrected: ClientMap -> ImageMap

2001-06-18  Oliver Specht  <os@openoffice.org>  [8ac272abc3567a246c11fc7860413abc03a8363f]

        #88350# SwXFieldMaster::supportsService corrected

2001-06-18  Hennes Rohling  <hro@openoffice.org>  [7e7a1ed8ab3c5703aaf8e50b6d42e0049995c8ac]

        #88279# Deliver windows icons to $(SOLARRESDIR)$/icons

2001-06-18  Hennes Rohling  <hro@openoffice.org>  [635440d7314d5cdeebe0be7f06ca9163eaec0678]

        #88279# Link applications against new icons

2001-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e53f22bd28ae24fd8222929037c2df8333312842]

        #88279# find *.ico in shared tree

2001-06-18  Kurt Zenker  <kz@openoffice.org>  [f9edeb8f221c3a257090f634f19ef04b32596d46]

        UDK399

2001-06-18  Oliver Specht  <os@openoffice.org>  [686094ae4f88f51c0999b76c4e8a8151f758c696]

        #88097# don't mix 3d objects with group objects

2001-06-18  Oliver Specht  <os@openoffice.org>  [a1b05d0209f9adf8af5c8a7d8aea3313814f1c3c]

        #87851# sort language only available in alphabetical index and bibliography

2001-06-18  Nils Fuhrmann  <nf@openoffice.org>  [af09be7f301c83d56eeecf1253e63e451a184287]

        Added source/ui/inc #87889#

2001-06-18  Oliver Specht  <os@openoffice.org>  [77e0fa8e7d1a03f6df9c7987063c79187fbe883f]

        #87851# sort language only available in alphabetical index and bibliograhy

2001-06-18  Kurt Zenker  <kz@openoffice.org>  [3a4ffd4dc0590ac6f23e7387effcbf91356a10db]

        UDK399

2001-06-18  gt  <gt@openoffice.org>  [2de3480234f1bc222f72a072c68df469e81f3694]

        #87828# resource name depends on SUPD

2001-06-18  Nils Fuhrmann  <nf@openoffice.org>  [9e63dabb4f8b3da09c920e2252a97f3109bfe6a2]

        Fixes for merge #88387#

2001-06-18  Kai Ahrens  <ka@openoffice.org>  [53418116eb0fa9fc46f9a974b9d7f267e0df4db8]

        #75963#: added rotation of metafiles

2001-06-18  Behrend Cornelius  <bc@openoffice.org>  [aa1ad31f15769c121922028335979f570cdc434e]

        #87606# Numericfields by FormattedFields replaced

2001-06-18  Kai Ahrens  <ka@openoffice.org>  [7d70ddff5a1dfe0cced5b6e5e6c217f9a6ceb7f1]

        #75963#: added rotation of metafiles

2001-06-18  Stephan Bergmann  <sb@openoffice.org>  [3d92cc0827c1bc2c49e644143d8b5ec5e62baa6c]

        #86943# HACK to read system proxy settings on first office start.

2001-06-18  Kurt Zenker  <kz@openoffice.org>  [ecf34162d0bd2e007ddacfec3eee73236dd98084]

        SRC636

2001-06-18  gt  <gt@openoffice.org>  [4a6715a5bc8804ed946f39b12fc174f9a8a80c85]

        all valid excel function names in misc languages

2001-06-18  gt  <gt@openoffice.org>  [6d275092b43c80c892600feece8c74c34b755d7c]

        #87828# additional handling of resources

2001-06-18  Kai Ahrens  <ka@openoffice.org>  [0debb37fe2ece805bda7a8bfb3573c794db15088]

        #75963#: rotation of metafiles

2001-06-18  Oliver Specht  <os@openoffice.org>  [1c62f88af7e9f9e69be8e9ae61bfe994fdb34653]

        #87851# sort language only available in alphabetical index and bibliograhy

2001-06-18  Andreas Bregas  <ab@openoffice.org>  [2d1ef8aa2493f044fa543c72b40bd8c8394d8d71]

        #87344# New RTL functions ConvertToUrl, ConvertFromUrl

2001-06-18  Frank Schönheit  <fs@openoffice.org>  [4d81fc6df23fc8f22154f8f399e44223b5b4155b]

        #88389# OGenericUnoDialog moved to svtools

2001-06-18  Andreas Bille  <abi@openoffice.org>  [2d04b18766cc488fe1f1a0dc501c86115235d166]

        #87762# Sorting of keywords now uses XCollator. New style stl-header includes.

2001-06-18  Dirk Grobler  <dg@openoffice.org>  [3800e373d88909e0c0aa53c33e5ab805597ca63b]

        TF_CFGDATA, changed access for UserProfileData

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [d0f5647711dc718badb684180dfa73feea993cc3]

        TF_SVDATA

2001-06-18  Peter Burow  <pb@openoffice.org>  [2d8a93bbe4dc957af95af5ef97e80a8444f62c6c]

        fix: #88353# helpids are ULONG -> CreateFromInt64() instead of ...Int32()

2001-06-18  Frank Schönheit  <fs@openoffice.org>  [e1092447d3831475eb3f48b047f1ba21e411e90f]

        #88389# OConfigurationNode moved to unotools

2001-06-18  Peter Burow  <pb@openoffice.org>  [abb40ea42bddd9b4fd77f67c96f2b91e06a93882]

        fix: #88353# helpid has to be ULONG

2001-06-18  Kai Sommerfeld  <kso@openoffice.org>  [3fa9e7f1ac8f13a541a18ddbd24b9969a28d98a8]

        #87187# - Added specification for InteractiveAugmentedIOException's params.

2001-06-18  Frank Meies  <fme@openoffice.org>  [790499215abb35e658a19c439ab383a90eb0c876]

        Fix #88179#: Do not show red arrow if scrolling in fixed height frames is not allowed

2001-06-18  Frank Schönheit  <fs@openoffice.org>  [5e16356659f6caf6f668041e3ffb87ed6e5d3414]

        #88389# OConfigurationNode moved to unotools

2001-06-18  Peter Burow  <pb@openoffice.org>  [fe2dca0635a29de2aded7697a18b3d55cd3b9fcd]

        fix: #88385# don't disable the scroll handling

2001-06-18  Oliver Specht  <os@openoffice.org>  [e06f1f38243586eed462f380c43e01f196ca3ee9]

        #88298# format/styles/load implemented implemented

2001-06-18  Thomas Lange  <tl@openoffice.org>  [d23703e04d7771e568a81013f9a14cbaa4e90d8b]

        #88366# dictionary constructor: isReadonly flagged determined after creation of dictionary

2001-06-18  Thomas Lange  <tl@openoffice.org>  [7e061a02f75ff6db90926017e3446f08da920715]

        #88366# catch-statement changed from ... to Exception&

2001-06-18  Thomas Lange  <tl@openoffice.org>  [ff3a2182c6884839f0dbe50e993d40c100125c99]

        #88366# get/creation of 'standard.dic' fixed

2001-06-18  Oliver Specht  <os@openoffice.org>  [5accc409c1054f26aeb3a6184604afd0d5c42b2e]

        #88298# format/styles/load implemented implemented

2001-06-18  Dirk Völzke  <dv@openoffice.org>  [bcd973132b21ff17d205c6e7008096936f369b2b]

        #84092# Use FileDialogHelper instead of SfxFileDialog

2001-06-18  Oliver Specht  <os@openoffice.org>  [56dfa18fd302c8920140c19d82ae89b686e499b0]

        #88319# SID_CLOSEDOC supported

2001-06-18  Dirk Völzke  <dv@openoffice.org>  [d5fcbc1e45def39f2f3ddb5792117a2638688f80]

        #84092# Use FileDialogHelper instead of SfxFileDialog

2001-06-18  Kai Sommerfeld  <kso@openoffice.org>  [b41c2e369c989c49b563e2511c764e3dc029b001]

        #87187# - Added InteractiveAugmentedIOException.idl

2001-06-18  Kai Sommerfeld  <kso@openoffice.org>  [79c0ddff553e2bd925ab2645f726e2cf9710d960]

        #87187# - Initial revision.

2001-06-18  Dirk Völzke  <dv@openoffice.org>  [33eb033eec9fe842f92039735788ea4c48ffc0da]

        #84092# Added AddFilter()

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [b50aee5785c4df41a2248cd7da5719f490fc6e82]

        TF_SVDATA

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [7d4144e764c3ba659a270d4f31129f8b4825197c]

        #80059#: ESCAPE from fullscreenmode

2001-06-18  Dirk Grobler  <dg@openoffice.org>  [4e99fcff489a2ff7ee6b72069305964962d91d19]

        TF_CFG, changed access for UserProfileData

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [e58e60ee7a4180395e945209a840b13e64817c0b]

        #80059#: ESCAPE from fullscreenmode

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [7d25d07f198a4d29a575387e3ac6f2e4f24e2fb1]

        obsolete dialog removed

2001-06-18  Carsten Driesner  <cd@openoffice.org>  [657537927ff140240abdb0547328ffc0bfb28ddc]

        typo fixed

2001-06-18  Joachim Lingner  <jl@openoffice.org>  [d2c44e121ca80bdffe64fce4d6de76aaf96913c7]

        added support for library unloading

2001-06-18  Joachim Lingner  <jl@openoffice.org>  [bb9a61415dfd617254af99d1b0b8e95115778265]

        *** empty log message ***

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [d7ebade74f407930b4e2511230487d5e375ac1a4]

        TF_SVDATA

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [99b623b801d9e2d06df5587259bb2ace36ced865]

        #87788#: wrong URL

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [f7325ac4b1f6127e81292b7ede5382a7260a8673]

        #87722#: new SfxMacroInfo ctor from macro URL

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [531b5add47e90d3462b3d933ff3e704d6723af62]

        #87300#: start help agent

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [c447b6b5ec524e0019f19a8ecdeed7dc842e3f78]

        TF_SVDATA

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [26dfa5d9750fb42ed4cba200bc55535af34ffed0]

        #87300#: export SfxHelp

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [37b038b9a70ced2e659402e9090583729c88c05b]

        #87300#: better index handling

2001-06-18  Carsten Driesner  <cd@openoffice.org>  [6efb5dd020e0d8b28dfc6984d34b77770a96f952]

        xml based toolbar layout configuration

2001-06-18  Carsten Driesner  <cd@openoffice.org>  [cf17929ba861895591cf912f4bd13dc2de63ee66]

        added definitions for toolbar layouts

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [1ed9b99231dcfd52b1c8515aa8fb5f484dd8776b]

        #80059#: fullscreen toolbox reactivated

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [e299ef4952a580bdbd416cef3e1a2feba4979e13]

        removed obsolete WelcomeScreen

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [cc9b5d61604d1c8dd99a20288599451121e9e236]

        removed obsolete Recording-Toolbox

2001-06-18  Frank Meies  <fme@openoffice.org>  [710961b10247435382dec16770cdf5a3fd0ec23d]

        Fix #88049#: Repaint problem within ruby portions

2001-06-18  Peter Burow  <pb@openoffice.org>  [052d33c7428c6c2e8a96fd8dcbb020658c4471cc]

        fix: #88014# new d&d

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [b17410068799aa23866ef0b430d82501bbdad29c]

        TF_SVDATA

2001-06-18  Christian Lippka  <cl@openoffice.org>  [2037f14c080af2bbb7b09002e787ed9fc0e8910f]

        #84946# look solar mutex on api calls

2001-06-18  Carsten Driesner  <cd@openoffice.org>  [a74b08ed57cf7b6192c7eb586859a7e48f577ce3]

        xml based toolbar layout configuration

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [5da304fe7f056804888ef1266d92e5071c75d17e]

        #87300#: export SfxHelp; new methods for using HelpAgent

2001-06-18  Eike Rathke  <er@openoffice.org>  [e44a76b79ad290f7b4d7e5b08c978a461277797f]

        #87882# broadcast changes in SvtSysLocaleOptions, like default currency changed

2001-06-18  Eike Rathke  <er@openoffice.org>  [11a0544d03fbaad83a466d3fd7977a201ab755be]

        #87882# del: currencyconfigitem; add: syslocaleoptions

2001-06-18  Eike Rathke  <er@openoffice.org>  [933e007b83af5b0ee3958b184404e1c34f41b106]

        #87882# broadcast changes in SvtSysLocaleOptions, like default currency changed

2001-06-18  Eike Rathke  <er@openoffice.org>  [42330b6f63c088b74a9dac75bf9d7453581c7174]

        #87882# del: currencyconfigitem

2001-06-18  Malte Timmermann  <mt@openoffice.org>  [83fd960c507a5f3047b18d5d805bd691f6aee6a4]

        #88278# XListBox::selectEntries: update SelectedItems property

2001-06-18  Kai Sommerfeld  <kso@openoffice.org>  [870899c554c643b07c29fc6def88c04605818ceb]

        #87187# - Parameter's type changed from XContentIdentifier -> XCommandProcessor.

2001-06-18  Frank Meies  <fme@openoffice.org>  [536705094c30811520d8527e559abc6955ccb3c2]

        Fix #88110#: Tab stop portions do not provide space for compressed kanas

2001-06-18  Mathias Bauer  <mba@openoffice.org>  [9ffcd1822e6d971f1407f62d61412633f4b9422b]

        #87670#: encrypt OLE storages

2001-06-18  Frank Schönheit  <fs@openoffice.org>  [f41f3c91f078bfd71313c6dcb07b23dde970ae3a]

        #86986# moved css/ui/* to css/ui/dialogs/*

2001-06-18  Oliver Braun  <obr@openoffice.org>  [d88aec54fb3d675c38d7844ec3b3f55346b1e478]

        TF_SVDATA again

2001-06-18  Nikolai Pretzell  <np@openoffice.org>  [c01fb591f05c830057ea7b0e98ebdd6437fd003f]

        Make srvdepy available by delivering.

2001-06-18  Kai Sommerfeld  <kso@openoffice.org>  [8050ce7be142eda938d19dd165d80db8c182e344]

        #88294# - Fixed ContentImplHelper::getParent().

2001-06-18  Kai Sommerfeld  <kso@openoffice.org>  [1c7346505c0ffa06a6dc40eb9f05051416f222cb]

        #88294# - Fixed ContentProvider::queryContent(...).

2001-06-18  Kai Sommerfeld  <kso@openoffice.org>  [8293217fdcdc0e92612df9ca2fb188a70b7befa1]

        #88294# - Fixed Content::getParentURL().

2001-06-18  Thomas Benisch  <tbe@openoffice.org>  [7f4a3038d35632a84dd92c7c4d6df961b393a2dd]

        added sorting of dialogs by name

2001-06-18  Kurt Zenker  <kz@openoffice.org>  [e7cf093ea01e401f4a22e66c8919153e78198bac]

        Merge SRC633: 06/15/01 - 23:59:44

2001-06-18  Sascha Ballach  <sab@openoffice.org>  [d81b182934e109cc4920d84c8db595d573cf862a]

        #79771#; don't set the type on a cell with a formula

2001-06-17  Kevin Hendricks  <khendricks@openoffice.org>  [256f950dc3b9dfc04fcb69f26ec68fe280959f00]

        changes to build and deliver spellcheck libraries

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [7badec77289ccb9e961cfb594e87a9a51247db5c]

        Merge SRC633: 17.06.01 - 00:00:15

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [a4f028585b90264a055562bf1c8fe68f005a90b0]

        Merge SRC633: 16.06.01 - 23:59:16

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [578e3abf6bbc6e4c396038e40b8f1b0c89eb3098]

        Merge SRC633: 16.06.01 - 23:58:11

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [28e8edea3d7dd66b0d1526bca21c5bd356b30f88]

        Merge SRC633: 16.06.01 - 23:57:48

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [415a6a2a171bdc18370daaa1929582aaebb6b391]

        Merge SRC633: 16.06.01 - 23:55:07

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [20ca92ea38430be761c7c65d12cbf823b719cdfd]

        Merge SRC633: 16.06.01 - 23:56:46

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [a8069a5485df6372e3b509108027856d8e385a27]

        Merge SRC633: 16.06.01 - 23:55:49

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [772eb89a7620338976665cf18fafecdd0ea5c21d]

        Merge SRC633: 16.06.01 - 23:54:48

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [3e1a64570082df414623f721304664b65c8bbb5a]

        Merge SRC633: 16.06.01 - 23:54:51

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [e14c5ee670be1415da37e76db03c500cc5487cb3]

        Merge SRC633: 16.06.01 - 23:53:52

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [98c7e754dbc9da854b877b510c42b023bf6e769a]

        Merge SRC633: 16.06.01 - 23:53:46

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [40dd8435fb695e3e29b230174eb396aeecc0cb1e]

        Merge SRC633: 16.06.01 - 23:51:13

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [61adc929b054cc6ca27fcb3e2951ce6bc52b2e66]

        Merge SRC633: 16.06.01 - 23:51:40

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [08a3421604ae2d138a530c4c8ce264242aab45bb]

        Merge SRC633: 16.06.01 - 23:50:57

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [eb6d3ab2217d451ad65d4d7e58a17c96083fddc3]

        Merge SRC633: 16.06.01 - 23:51:24

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [2a59122d3121a48b47a5deff8f0745f8686ba1ea]

        Merge SRC633: 16.06.01 - 23:50:07

2001-06-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [65caf8a8dea78cb541ec56db0b400ff79ee5eb1a]

        Merge SRC633: 16.06.01 - 23:49:59

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [b35bc86095ee63574f34cb0858cade8c598c0880]

        Merge SRC633: 16.06.01 - 23:50:20

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [81b8a538806a363d547aeb22380adb158545e235]

        Merge SRC633: 16.06.01 - 23:49:45

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [1c0753788f9ea569fd7f5b45cb0ae2d19a7f93a2]

        Merge SRC633: 16.06.01 - 23:49:16

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [a76b946b7d8b3d4915f0e6c05b3f768722417647]

        Merge SRC633: 16.06.01 - 23:49:26

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [d0a34e17481c5e4a00462fc884c48435f1fb9e02]

        Merge SRC633: 16.06.01 - 23:48:52

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [ef84aaeee25e96d53182b4f80bc401fd85a6df7a]

        Merge SRC633: 06/16/01 - 23:48:42

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [70d45b835a9b51a8e10734284cd22ab97bc7698e]

        Merge SRC633: 16.06.01 - 23:49:14

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [c2fee61d59e76cd23048521d577588db3c4c8826]

        Merge SRC633: 16.06.01 - 23:48:31

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [292a2ece60aea8948cfedab5e29d883a99cac7b3]

        Merge SRC633: 16.06.01 - 23:47:49

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [8e68c43dc3bdc6cd9770d8429c2ff31025e0cd8f]

        Merge SRC633: 16.06.01 - 23:48:04

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [51a2704ba455f990985ba9f6d37c133ae37e0e93]

        Merge SRC633: 16.06.01 - 23:48:21

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [75491f4c0401209ecee5e135d451fdb3ede077d3]

        Merge SRC633: 16.06.01 - 23:46:46

2001-06-16  Oliver Bolte  <obo@openoffice.org>  [32d1667abf6918e7f782b4713c8df92142b61140]

        Merge SRC633: 16.06.01 - 23:50:45

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [29a751db3464fc039f95544c94f915a1807fc191]

        Merge SRC633: 16.06.01 - 23:46:50

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [ca1c1c5cf055d27840525ec0390fdf9a3c117ca2]

        Merge SRC633: 06/16/01 - 23:47:12

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [5fdbdb2bb0e2f9eff5b3c8678fd0acd821d02ad6]

        Merge SRC633: 16.06.01 - 23:46:38

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [38db7385b27db00d76cd6e85ae54c881cf9dfbb7]

        Merge SRC633: 16.06.01 - 23:46:54

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [99185232cd181ff0314f581e53afda38e443f2c5]

        Merge SRC633: 16.06.01 - 23:46:20

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [458ff3f3518f0c4743df7424ea4c3d9ab31889ca]

        Merge SRC633: 16.06.01 - 23:46:53

2001-06-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [71a73e2fabd8a5413a607a3ba8ec6a827c5259ca]

        Merge SRC633: 16.06.01 - 23:46:06

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [ad0d0761bf1f49135de5351c9b2480f4cf92fb86]

        Merge SRC633: 16.06.01 - 23:46:19

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [aefc282ac290a1ed614805ba25a036b175b9e59b]

        Merge SRC633: 16.06.01 - 23:47:48

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [e22768f9f2dfb5fc9ce757076e0207fd93605d75]

        Merge SRC633: 16.06.01 - 23:45:38

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [e2dedc970fcfb2c3f188117ab37f395919d5073e]

        Merge SRC633: 16.06.01 - 23:45:08

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [39b736999835c339a23a15cf0810109441d42275]

        Merge SRC633: 16.06.01 - 23:45:08

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [eb4b27619c7bb6ca9ddcca39eacc069d1a37d134]

        Merge SRC633: 16.06.01 - 23:45:10

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [d29f69942b135cc22161c7f9f3feba3cd5fc466b]

        Merge SRC633: 16.06.01 - 23:44:30

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [3c1164e185a9465bf69e6eb59b888af9a48892f9]

        Merge SRC633: 06/16/01 - 23:44:38

2001-06-16  Oliver Bolte  <obo@openoffice.org>  [312ded7cd3f433bad2effb81ba7300b6d1cf2ec3]

        Merge SRC633: 16.06.01 - 23:48:03

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [5ce162af2609ad27bb4be56ac0297523ae8505c8]

        Merge SRC633: 16.06.01 - 23:44:00

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [70edf92d68739a3f9c441493db180dcdfe9219ba]

        Merge SRC633: 16.06.01 - 23:44:05

2001-06-16  Kurt Zenker  <kz@openoffice.org>  [b4eea38ad5618d0e80fb9b803693ac700e32739d]

        Merge SRC633: 16.06.01 - 23:44:02

2001-06-16  Rüdiger Timm  <rt@openoffice.org>  [c80b99a2e37d0cf25b48ea55155c881bc7ad4d0b]

        Merge SRC633: 16.06.01 - 23:42:55

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [6943ced341c7f79bb8974e18147010196a22cddd]

        Merge SRC633: 16.06.01 - 02:31:50

2001-06-15  Rüdiger Timm  <rt@openoffice.org>  [0e36548913135f8a07fa9a62c3fc8666e1e17ff3]

        Merge SRC633: 16.06.01 - 02:10:56

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [d1f919a382d8e9e2cb77f10cb17d96c8d388a4ce]

        Merge SRC633: 16.06.01 - 02:09:15

2001-06-15  Rüdiger Timm  <rt@openoffice.org>  [b547cf0506c42103400829afbb790a5b3e9cb040]

        Merge SRC633: 16.06.01 - 02:06:37

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [9859aabf43ee620304a43b1355ed268c61f7996a]

        Merge SRC633: 16.06.01 - 02:06:39

2001-06-15  Patrick Luby  <pluby@openoffice.org>  [17a5fb94c30b3430dec37b867bb27b86ccd296ec]

        Reverse changes in last revision as they are no longer necessary due to changes in solenv/inc/unxsols3.mk

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [fe0118bb11885d5ed7479daa0e5604bf2b314534]

        Merge SRC633: 15.06.01 - 23:59:06

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [992139b8a06d8ea9b5fdafd7fbd3fe2e62655e79]

        Merge SRC633: 15.06.01 - 23:59:06

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [11b93fe1a9a1f47c63507a4d02f1118426396f1d]

        Merge SRC633: 15.06.01 - 23:59:29

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [22768cd0186bddfc7a29b02e6b1363c029191a30]

        Merge SRC633: 15.06.01 - 23:59:19

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [fd145a464c009be256a09ee3fa719db9798968ef]

        Merge SRC633: 15.06.01 - 23:58:51

2001-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5618befc71259f616157bc506088b431f7c67351]

        Merge SRC633: 15.06.01 - 23:57:58

2001-06-15  Rüdiger Timm  <rt@openoffice.org>  [f5753b559f3937a6fc9c166b7ade14598715d498]

        Merge SRC633: 15.06.01 - 23:58:44

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [6dce0700c54c8cb5a29d59493fb8ced206271343]

        Merge SRC633: 15.06.01 - 23:58:26

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [d6d50bf2f142a1109448adf071f617dbdf81bbb5]

        Merge SRC633: 15.06.01 - 23:57:34

2001-06-15  Rüdiger Timm  <rt@openoffice.org>  [4c255310db62a05be622b62da40ccef265add380]

        Merge SRC633: 15.06.01 - 23:56:55

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [5a58caf75adeebeadea2b88cfe04662eaa2f2b13]

        Merge SRC633: 15.06.01 - 23:56:54

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [f95cd6839dde0fb065c859e7cb10afdd0b4c752e]

        Merge SRC633: 15.06.01 - 23:56:33

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [0360e7e4b56869ae911506426265c5db0c9a56ac]

        Merge SRC633: 15.06.01 - 23:56:24

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [217c6cc95b69c7596a8bec477b9c1da5e1d46cd9]

        Merge SRC633: 15.06.01 - 23:56:36

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [416db6e0d10720e41f9e43751f861f90f956b1f4]

        Merge SRC633: 15.06.01 - 23:55:28

2001-06-15  Rüdiger Timm  <rt@openoffice.org>  [4252666f9c132682a5b13ba418d1816cb7ae5201]

        Merge SRC633: 15.06.01 - 23:55:46

2001-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68d439c22f422d9bb4b9d195ec67b4738529877a]

        Merge SRC633: 15.06.01 - 23:54:52

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [e7b092ecb85922e7ffc8ad4ab79947559ca9d8cf]

        Merge SRC633: 15.06.01 - 23:55:04

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [a5a1c9763560b7f2d38c65c6d5bd99246bc38f85]

        Merge SRC633: 06/15/01 - 23:54:40

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [a59920c29fba95829a813dc8a1378731df6430d7]

        Merge SRC633: 15.06.01 - 23:54:19

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [61708226e262d3e91f875071cfc69acb0e941bb2]

        Merge SRC633: 15.06.01 - 23:52:50

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [38da653e5f9fb997b0d3c24d0d9de90662368587]

        Merge SRC633: 15.06.01 - 23:53:33

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [2c79838a1076798845befc2a8309f7f5637d4f38]

        Merge SRC633: 06/15/01 - 23:52:34

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [21359deb717f7dfcedbcf91728f414b9443c85e4]

        Merge SRC633: 15.06.01 - 23:52:34

2001-06-15  Rüdiger Timm  <rt@openoffice.org>  [d413dcf87e3df469eb97caf29a43417de6974883]

        Merge SRC633: 15.06.01 - 23:50:22

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [6cba01bac25dd8163a97b287efd39b8c1312e351]

        Merge SRC633: 15.06.01 - 23:50:38

2001-06-15  Rüdiger Timm  <rt@openoffice.org>  [5ccb8f2f33dd5e4c4d4a4d9b29125ba96ddafefe]

        Merge SRC633: 15.06.01 - 23:50:31

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [87839bf1acfb17b4c2f5950c16a1628cd55f60d3]

        Merge SRC633: 15.06.01 - 23:50:17

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [fa4155d87780db71a27b68d259daee2807264aeb]

        Merge SRC633: 06/15/01 - 23:49:43

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [acd0334058eb1f8967d1ff7277994472ff7d9dc7]

        Merge SRC633: 15.06.01 - 23:49:30

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [10598d44401abd21b830009a0d9f0d8477740bbc]

        Merge SRC633: 15.06.01 - 23:48:46

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [53f18f6c57bac91d1d4d582baa9581a8bfdb6d81]

        Merge SRC633: 15.06.01 - 23:47:51

2001-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0bc7a36c4ae921a8d29048bb91049373a2fc276f]

        Merge SRC633: 15.06.01 - 23:47:38

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [d6f3fc9b03aa9cf0b3d98d3a808e3e1f4e070f4e]

        Merge SRC633: 15.06.01 - 23:47:20

2001-06-15  Rüdiger Timm  <rt@openoffice.org>  [f01874e8ea1fd2e4d194ce8c3969f61202ec04b8]

        Merge SRC633: 15.06.01 - 23:46:04

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [83ef13212cfe084a49e67a62edc8e9b8ace1a237]

        Merge SRC633: 06/15/01 - 23:45:35

2001-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cf5a039140f2ca93e5566c899a71ba5cb7df91b8]

        Merge SRC633: 15.06.01 - 23:45:20

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [94fa83fdc0fc0bd96760f60189d99b5b478032c9]

        Merge SRC633: 15.06.01 - 23:44:48

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [83ab78fa4915b1212d230f7413424db980fd6fc2]

        Merge SRC633: 15.06.01 - 23:43:35

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [ae5324a2cd54ba93d662e7b8596b6feb02e86d4e]

        Merge SRC633: 15.06.01 - 23:43:17

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [de63261101607cbc038ce28712347ce63c6f3b70]

        Merge SRC633: 15.06.01 - 23:43:20

2001-06-15  Rüdiger Timm  <rt@openoffice.org>  [15028535d677fc761f979ec5555e80df19e6a7dd]

        Merge SRC633: 15.06.01 - 23:38:33

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [79bb9fe196dd791c05e5eb591a4fad2186df4db5]

        Merge SRC633: 15.06.01 - 23:35:33

2001-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4b0095e82d610c42e3dbb50b988a938c77ace9ff]

        new version for TFD635

2001-06-15  Thorsten Behrens  <thb@openoffice.org>  [aaae00d545e2e84b13565af909dbb8b3cb97dbe5]

        #86988# Redesign and bugfixes for adapted dialogs

2001-06-15  Thorsten Behrens  <thb@openoffice.org>  [140a07270aa4ba5bd63b810e6cc38e6862cfdf85]

        #86988# Added text indent space

2001-06-15  Thorsten Behrens  <thb@openoffice.org>  [880ef050f1846d3da876612b733babf14aab10d2]

        #86988# Redesign and bugfixes for adapted dialogs

2001-06-15  Thorsten Behrens  <thb@openoffice.org>  [2fc15f20b5ffb2830c58bedfd2e729d78749610b]

        #86988# Redesign and bugfixes for adapted dialogs

2001-06-15  Thorsten Behrens  <thb@openoffice.org>  [9335021d1072b558dcc9c90fa2d876320b583656]

        #87126# adaptions due to interface changes

2001-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ef349d218974b0817d0bf6d8c4b1510bf3b9104]

        create patches on win32

2001-06-15  Kurt Zenker  <kz@openoffice.org>  [5e573d40054cc317895860dab5f1d055da4e111e]

        new version for TFD635

2001-06-15  Sascha Ballach  <sab@openoffice.org>  [72fb3c93bdfa87bdbc675a04d033a2a14f784406]

        #79771#; use rtl::OUStringBuffer instead of String to get a English Formula

2001-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b1d87aa5440ff7dc982b217240c2550df6422031]

        get win32 to work with unix patch

2001-06-15  Daniel Vogelheim  <dvo@openoffice.org>  [1aec56db05c82237fd43a8546d5d6de063f9a4c5]

        #86004# changed SvXMLTokenMap to use XML tokens

2001-06-15  Daniel Vogelheim  <dvo@openoffice.org>  [c726b044ed6abdf571ebffb4e1471555df90d7e3]

        #86004# changed SvXMLTokenMap to use XML tokens

2001-06-15  Daniel Vogelheim  <dvo@openoffice.org>  [6e1b447caf59b5cc74f1ff848e76aaa5101407ee]

        #86004# changed SvXMLTokenMap to use XML tokens

2001-06-15  Daniel Vogelheim  <dvo@openoffice.org>  [8997d6a9b7c145e9d569b5cb3ddcb6ace101d105]

        #86004# changed SvXMLTokenMap to use XML tokens

2001-06-15  Daniel Rentz  <dr@openoffice.org>  [ad0c71176495105bf53309aeec308eec3591e6f8]

        #86988# dialog redesign, misc fixes

2001-06-15  Vladimir Glazounov  <vg@openoffice.org>  [1a03124a6f379cb8e73cb701f86bc6aaa41491c0]

        uncomment define for dynamic freetype.lib on WIN platforms

2001-06-15  Vladimir Glazounov  <vg@openoffice.org>  [617872370228d7bfc161f8983c8f315ac98b970c]

        undo previous change, found original cause

2001-06-15  Vladimir Glazounov  <vg@openoffice.org>  [b4b46150b8e4d0ce8ecf67bb2a60576ae6ab9488]

        Added freetype library linking for wnt remote version

2001-06-15  th  <th@openoffice.org>  [7c52761ae175dc9b027fc03413ae458fe62f15db]

        #87257# - Loacle/UILocale/Language/UILanguage

2001-06-15  Behrend Cornelius  <bc@openoffice.org>  [1940045b5389c35cce784af3767d78b371de2f7c]

        #87606# several improvements

2001-06-15  Vladimir Glazounov  <vg@openoffice.org>  [bf727c9705c4385dfbc856382aa4d209e588b747]

        Added additional checking

2001-06-15  Behrend Cornelius  <bc@openoffice.org>  [6ca32944979cf38fe408b68e040585b8820b36b4]

        #87606# several improvements

2001-06-15  Philipp Lohmann  <pl@openoffice.org>  [09afdd5bebe86116df82e6ba3197a06e12892e35]

        #88520# dialogue redesign

2001-06-15  Martin Gallwey  <mtg@openoffice.org>  [3203cca098e3fddb2a94e0c5bfbee59ba2a3b89f]

        #88228# improve exception handling

2001-06-15  Tino Rachui  <tra@openoffice.org>  [bb9e8a3c1015941b29b69bdf7ed709236c1017ca]

        #86986#added support for new filepicker api

2001-06-15  Martin Gallwey  <mtg@openoffice.org>  [a4b32bb8af351979e9707348d9862dfc83fd6f51]

        #88338# Add some try catch blocks...

2001-06-15  Björn Milcke  <bm@openoffice.org>  [0deb78f5f795dedf7ef9757e9b1383ca6f5db6fa]

        #86214# use a queue to cache auto style names for export of content

2001-06-15  Dirk Völzke  <dv@openoffice.org>  [b36c24ad24765c4bb2c4881e308729749853d751]

        #84092# Added some new string

2001-06-15  Dirk Völzke  <dv@openoffice.org>  [3ad9a8467df6b4f3d49fa0e0a2df20a2d19c23a7]

        #84092# New headerfile for the filepicker resources

2001-06-15  Tino Rachui  <tra@openoffice.org>  [a62b22c29cd949459ceee1bee1be556b5e9da327]

        #86986#added GetWindowTextW

2001-06-15  Caolán McNamara  <cmc@openoffice.org>  [f19522ca7bfab326caa658a39fb2bc4c2611b5e0]

        #79706# VBA Import now handle bigendian 8 bit vba projects (mac)

2001-06-15  Armin Weiss  <aw@openoffice.org>  [94e3da7e079606b63f5c73a7903e6c0a49a7e5d1]

        #88245# for showing progress at export, the initialization of the necessary hint value is done at first call, no longer dependent of _META.

2001-06-15  Kai Ahrens  <ka@openoffice.org>  [f4eb76cf0be02f336f4c3de12f63f3fa64192b03]

        #75963#: added ::Miror and ::Rotate methods

2001-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [482c7a19950bfada2ed86a0dafc42a6ee305b8ee]

        handle new files in patch/create_patch

2001-06-15  Oliver Specht  <os@openoffice.org>  [9fdcd60d915309cb89aeea679fa833346cac462f]

        #86004# optimization

2001-06-15  Dirk Völzke  <dv@openoffice.org>  [364f547b403330a2ec1ebcb00da1a1090338043d]

        #84092# Check if filter matcher is valid before using it

2001-06-15  Kay Ramme  <kr@openoffice.org>  [1c778d208c759d6ba232267b8c73cd7762a612f6]

        added write registry support; not absolute paths are treated as relative the executable (#88338#)

2001-06-15  Oliver Specht  <os@openoffice.org>  [0b47ce0d0a144b18b6113592ded62777aef0d872]

        #84092# user FilePicker interfaces from com.sun.star.ui.dialogs

2001-06-15  Vladimir Glazounov  <vg@openoffice.org>  [0c9ecc291528623cfdf357595bb0d62557944bd2]

        Added feature -from

2001-06-15  Kay Ramme  <kr@openoffice.org>  [a6f532e523c154bde258d54f3b977f75dd991681]

        added macro expansion

2001-06-15  Andreas Schlüns  <as@openoffice.org>  [6c00d81f7c879fcb6f100d736a1f92082f7230f0]

        support handlers as draft

2001-06-15  Christian Lippka  <cl@openoffice.org>  [e9baa658b4b8915a05a897d60b13e155faabca53]

        #88124# fixed missing slide effect

2001-06-15  Christian Lippka  <cl@openoffice.org>  [974279dc42a3811e826625a9878979eba68cc5a2]

        #88124# fixed missing slide effect

2001-06-15  Niklas Nebel  <nn@openoffice.org>  [993364508d20d6c39a75ef9b37a9be63eaae86c4]

        #88286# always return valid reference position

2001-06-15  th  <th@openoffice.org>  [1be8c5650469ad5d9b7b667ceb668c0c27af5228]

        #87257# - Loacle/UILocale/Language/UILanguage

2001-06-15  Niklas Nebel  <nn@openoffice.org>  [de4992baf88f5fbde6d1190f15aa632224e67c6a]

        #88286# ValidateTabRefs

2001-06-15  th  <th@openoffice.org>  [935bf35f2c80a63979305ad3937f9d7f04530ac8]

        #87257# - Loacle/UILocale/Language/UILanguage

2001-06-15  Björn Milcke  <bm@openoffice.org>  [71ef13e913c2130400ddf184ab3d9cafdd11878b]

        #85870# data in donut charts is treated differently: rows/columns are interchanged

2001-06-15  th  <th@openoffice.org>  [b7835a29bb5978c3f170fedc0a1ef10cca2d898e]

        #87257# - remove i18n system update

2001-06-15  Andreas Bregas  <ab@openoffice.org>  [fe0e5766ff9921a363eeac5e39035a9dcdef3b2e]

        #88093# Changed wildcard handling

2001-06-15  th  <th@openoffice.org>  [06a51ab010d628103ce1bcf52a1b0c9c41bf1f67]

        #87257# - Loacle/UILocale/Language/UILanguage

2001-06-15  Andreas Bregas  <ab@openoffice.org>  [412f926f65fd7d132e14c3fea37da90030a8ba16]

        #88093# SbiRTLData extended for wildcard handling

2001-06-15  Oliver Specht  <os@openoffice.org>  [e40ce174b1723522ff625bdb990acf91bbacc23d]

        #84092# user FilePicker interfaces from com.sun.star.ui.dialogs

2001-06-15  Oliver Specht  <os@openoffice.org>  [ce84682c3039a3938ba371c95d00f052112bfdcc]

        #86988# fixed text width corrected

2001-06-15  Oliver Specht  <os@openoffice.org>  [49ed75ee7998a1dcff0c1cfd4e2a76ed3d49d2c9]

        #84092# user FilePicker interfaces from com.sun.star.ui.dialogs

2001-06-15  Oliver Specht  <os@openoffice.org>  [fca596c6bf115cedca2eb00f5d82d5543e47e2f1]

        #88264# DataToDoc corrected

2001-06-15  th  <th@openoffice.org>  [165004844768ff226cf58efcd6fbc5b066ef59d8]

        #87446# - Toggle() now called at the correct place in Check()

2001-06-15  Oliver Specht  <os@openoffice.org>  [5c064f8e04126619f878047df3069bc006c0ffbc]

        #84092# user FilePicker interfaces from com.sun.star.ui.dialogs

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [b7e1ce0a69090136ba647d0586cbe2d430e2f7e3]

        #86721# added browse.srs

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [4f46504728b20a8c44e8155f6f4b1eec9e7f7274]

        #86721# added files for the EditBrowseBox

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [bd4111cf3efc52f881899ce39b2452e145b6d2d7]

        initial checkin - moved this herein from svx/source/fmcomp/dbchk*

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [e0e6fe5f40bc6d6a4b248461b584e06d5ea6b83f]

        initial checkin - moved this herein from svx/source/fmcomp/dbbrowse*

2001-06-15  Andreas Schlüns  <as@openoffice.org>  [9bc4df40c0701dc01a93ff63010cdc32e103a78a]

        #84942# add lockhelper

2001-06-15  Andreas Schlüns  <as@openoffice.org>  [559a54611257b0dcc60d256593dc8629341f0e23]

        #84942# implement version 4

2001-06-15  Andreas Schlüns  <as@openoffice.org>  [9ee3af078cb39af39a1261ffb086d182dfd3e707]

        #84942# support order of filters at queries

2001-06-15  Andreas Schlüns  <as@openoffice.org>  [e89782ef06fa07019fe422364b6e032f3ce520cd]

        #84942# reactivate queries without default

2001-06-15  Daniel Vogelheim  <dvo@openoffice.org>  [37bf6f14735421b795076beff3b87dd286259619]

        #86004# changes sXML_* string to XML_* tokens continued

2001-06-15  Daniel Rentz  <dr@openoffice.org>  [06cb4957ae0dd94faeddca5667868c57abc371ac]

        #86988# dialog redesign

2001-06-15  Daniel Rentz  <dr@openoffice.org>  [a2bdd929da5955d64d25a40788a919b4890a305a]

        #86988# dialog redesign

2001-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [56da097501600ee6e02527741e71e148c9a897cc]

        missing dependency

2001-06-15  Daniel Rentz  <dr@openoffice.org>  [014743306c0e0388c07e098b8950007401683dfc]

        #86988# dialog redesign

2001-06-15  jp  <jp@openoffice.org>  [f4d1e9758631081936d7fd2587a40bfdf3e63aec]

        Bug #88155#: SetRubyList works also if no 'old' entries exist

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [de8b3205eae1821215e4f9d763e8e50326de977d]

        enhanced the focus behaviour

2001-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf8647119f1034ac7cc75ace0e41c74259b3c1c8]

        TFD635

2001-06-15  Sascha Ballach  <sab@openoffice.org>  [ea26abf34e354864aa5c49b376eaa5d5e66e8a88]

        #88311#; only create the objects if needed (in content export)

2001-06-15  Frank Meies  <fme@openoffice.org>  [e271a32522a8189644ccb2ba94e41f9941baecb2]

        Fix #86988#: Redesign of dialogs

2001-06-15  Frank Meies  <fme@openoffice.org>  [1b23aa94f166276b4c7c3fe222fb60bb9dc77ce5]

        Fix #86988#: Redesign of dialogs

2001-06-15  Andreas Martens  <ama@openoffice.org>  [90aad5fec7034d3226444ccf8fb6d02458c93879]

        Fix #88328#: Don't leave the page

2001-06-15  Andreas Martens  <ama@openoffice.org>  [e3474363efd3160f4843fc345791d683cc2b0542]

        Fix #88328#: Invalidation necessary

2001-06-15  Christian Lippka  <cl@openoffice.org>  [d1805e8695f92d08fa39af642824cee98e04d9eb]

        #88124# fixed missing slide effect

2001-06-15  Peter Burow  <pb@openoffice.org>  [dd9874f5823b83bf36be987cd9d1a95000f20e0f]

        fix: #88014# gpf in dispose() fixed

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [fa39541d826b7006d80f30c2edf3f5fda060f546]

        #88039# implement XDispatch to expose the XConfirmDeleteListener interface

2001-06-15  Björn Milcke  <bm@openoffice.org>  [e2351db3877d77ae0eda59c0b37183a2513ce789]

        #86214# Do not chain text paragraph properties on import: here it is done by shape mapper

2001-06-15  Philipp Lohmann  <pl@openoffice.org>  [f8020483948e79894e0d411568fc2c3cb36395c0]

        #85520# add check wether printer can be removed

2001-06-15  Thomas Lange  <tl@openoffice.org>  [e19eb899ce4a69260589286f9aca2725036d7e66]

        #88321# GetExtCache fixed

2001-06-15  Peter Burow  <pb@openoffice.org>  [1dc29ab7b55f10cb93a4cd1b948187c28e71d404]

        fix: #88014# new d&d interface

2001-06-15  Dirk Völzke  <dv@openoffice.org>  [19a59dc490935448fd07e4a22e9be2fd754bc2e6]

        #84092# Select the current version if necessary

2001-06-15  Daniel Vogelheim  <dvo@openoffice.org>  [74f240e7f9215adca44957b1e8f5c892605785e1]

        #86004# replaces sal_Char* in SvXMLEnumMapEntry arrays with token constants

2001-06-15  Kai Ahrens  <ka@openoffice.org>  [d57cc29c9b7b52336ed5bd47d330365aa33a42c8]

        #87313#: added new ::Create method

2001-06-15  Daniel Vogelheim  <dvo@openoffice.org>  [89a0387a4e421c49ad4159ef99032371fbe6ac16]

        #86004# #88312# - changed convertEnum and appropriate maps to use token constants (rahter than sal_Char*) - user index marks in the process

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [4902a2d121be16068ccc9802247d21ce658595f9]

        #86986# moved css/ui/* to css/ui/dialogs/*

2001-06-15  Joachim Lingner  <jl@openoffice.org>  [456b8cda7d2d88dcb1e78ef97951c1530d0c6baf]

        *** empty log message ***

2001-06-15  Joachim Lingner  <jl@openoffice.org>  [bb1bcab227b3f5d3ffa4bf06ac8066a885d6c549]

        #67468# docu added

2001-06-15  Frank Meies  <fme@openoffice.org>  [634dff87cf68c27ccb15c8ed44c747b4e9e8d05a]

        Fix #86988#: Redesign of dialogs

2001-06-15  Daniel Vogelheim  <dvo@openoffice.org>  [3cf24f9d585e7fda0844efa4acef123918f49a73]

        #88313# fix index templates

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [c7f86552d8ad02c4c0adc222a269afa0b9aee26c]

        #86986# moved css/ui/* to css/ui/dialogs/*

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [7a36353201209fa392f9449b0db2b787b60baf0e]

        #86986# moved css/ui/* to css/ui/dialogs/*

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [afa724cb03202ea4aae7e4c824a6cb137f61043f]

        #86986# moved css/ui/* to css/ui/dialogs/*

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [dce408fc5916bfa6c4cff09150462096691c8448]

        #86986# moved css/ui/* to css/ui/dialogs/*

2001-06-15  Peter Burow  <pb@openoffice.org>  [d76597c79dcf5943e0f646d1ff93d5d4dede43ee]

        fix: #88014# add droptargetlistener

2001-06-15  Peter Burow  <pb@openoffice.org>  [b9463faef34329ae718604659661d716fec2b5f7]

        fix: #88014# droptargetlistener handling

2001-06-15  Peter Burow  <pb@openoffice.org>  [8bb284ed3af9065e09016172ce127fd15a31c21a]

        fix: #88014# new member droptargetlistener

2001-06-15  Peter Burow  <pb@openoffice.org>  [3f29abd5c9cd0d4558ae6298b8bdc6fa7e191666]

        fix: #88014# new class for d&d

2001-06-15  Peter Burow  <pb@openoffice.org>  [3e7f7207420720b574d19850c7dc7a617fa5bb5c]

        fix: #88014# add droptargetlistener

2001-06-15  Peter Burow  <pb@openoffice.org>  [c50d340cf894b34deea756e4a2cb088e7151c677]

        fix: #88014# find toplevel window improved

2001-06-15  Dirk Völzke  <dv@openoffice.org>  [3440ae77bfe24e2d06901e3e3cae73f918778dd9]

        #84092# Adapted to new FileDlgHelper interface

2001-06-15  Carsten Driesner  <cd@openoffice.org>  [607acd83fd01a151a8a184292dd3e2c353239855]

        #87846# don't delete user attributes for menu item separators

2001-06-15  Mathias Bauer  <mba@openoffice.org>  [6147d801a2626c3c1d8f01a4f633a9e012dd3e50]

        #87722#: wrap changes in SUPD blocks

2001-06-15  Carsten Driesner  <cd@openoffice.org>  [14801b79cd86276af97237225b0309b0cf813e8c]

        #87846# dtor have to delete user created menu attributes

2001-06-15  Thomas Lange  <tl@openoffice.org>  [f9bb4aa0a3536b521d63fb1ec534914021a51936]

        #87658# GPF using EditEngine pointer fixed

2001-06-15  Thomas Benisch  <tbe@openoffice.org>  [e7dcfd241f4a5c025214d867060610e65702715f]

        removed basicide.hrc, vcattr.hxx, vcbrwwrp.hxx

2001-06-15  Dirk Völzke  <dv@openoffice.org>  [0f020c770ea5d1d8206c86f3decaaeacbabb711e]

        #84092# Adapted FileDialogHelper to new FilePicker interface, added new ctors

2001-06-15  Kai Sommerfeld  <kso@openoffice.org>  [c6a59e3424b00c9568f487eaec9f0da3959910a8]

        #87187# - Parameter's type changed from XContent -> XContentIdentifier.

2001-06-15  Dirk Völzke  <dv@openoffice.org>  [63d0885a96d62d9ef6edd0f9a0e89cd873be7163]

        #84092# Adapted to new FilePicker interface

2001-06-15  Thomas Benisch  <tbe@openoffice.org>  [861b10535cf443832cc6ee52c590cf7c7a75ee26]

        sbx dialogs removed

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [c139fc906d49790ffb5daf8ad9d4fe7f4d63adda]

        #86096# corrected setting the font on the peer

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [2d22137458a3d3725741df6cdd59b83558acfe62]

        small performance issue

2001-06-15  Stephan Schäfer  <ssa@openoffice.org>  [3e6b066ad7f42ae3629210b48e6de9aac3db1dc8]

        #87523# use icon for open from template entry

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [7bc7cf419762cc2ab8ed01182d9154c2dac6c96e]

        #86096# +transferChangedControlProperty

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [ec7eb5e903839bbd8c4a10ebb38dbd60189bbb3b]

        #86096# added CJK font properties

2001-06-15  Frank Schönheit  <fs@openoffice.org>  [3b6296216983fb4f302cffcfb37a7c982cb32712]

        #86096# added config keys for persistence of CJK font properties

2001-06-15  Lars Langhans  <lla@openoffice.org>  [957015d9f5cb06372efe9f5196be30eb3da0d8dc]

        tests.

2001-06-15  gt  <gt@openoffice.org>  [2525b7d9ac65a2cfc5a565767b19dde5b3deca56]

        #88297# typos

2001-06-15  Oliver Braun  <obr@openoffice.org>  [9200539fc4416bf51e738b99603c86a922512dc6]

        #85841# alloc new console for cmd.exe

2001-06-15  Oliver Specht  <os@openoffice.org>  [142eed66929e1a81f842572b01e2c5df51f0f233]

        #88153# extended text input available in draw text, too

2001-06-15  Frank Meies  <fme@openoffice.org>  [c189fbfe9337cba0f69ac368c448bde754e7c243]

        Fix #86988#: Redesign of dialogs

2001-06-15  Frank Meies  <fme@openoffice.org>  [766f0dfe9fd063a02e48505ee42854167e024c9b]

        Fix #86988#: Redesign of dialogs

2001-06-15  Frank Meies  <fme@openoffice.org>  [f3c862047b2bf3a7bbc296114a10f24093981688]

        Fix #86988#: Redesign of dialogs

2001-06-15  Malte Timmermann  <mt@openoffice.org>  [d4b8bb024efdb1ef597d3fd835c8c4859c2b7b4f]

        #88278# XListBox::selectEntries: update SelectedItems property

2001-06-15  Stephan Bergmann  <sb@openoffice.org>  [11515e03cca3d89535b8f7449f797f71c1bf07ad]

        #87940# Removed unused include.

2001-06-15  Kai Sommerfeld  <kso@openoffice.org>  [2de382b6a52cd46d4f1017e2911a29da2c6f7abc]

        #87187# - Removed obsolete include ( com/sun/star/ucb/CommandAbortedException.hpp )

2001-06-15  Frank Meies  <fme@openoffice.org>  [3f6cead2260d87e4c41da41a03c851a8ebcffe80]

        Fix #86988#: Redesign of dialogs

2001-06-15  Frank Meies  <fme@openoffice.org>  [f0385902984833eed53f2ad95d705006fa406eaa]

        Fix #86988#: Redesign of dialogs

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [a1fcc88fb88dc6511ba5fcb1d0ad7dfbf082e453]

        Merge SRC633: 14.06.01 - 23:49:26

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [e050e03ad9560737c81a0f963de1ff35de71cf0a]

        Merge SRC633: 14.06.01 - 23:46:17

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [76cb49084b5aff6b8bbc34313c3bfa2e9495dee8]

        Merge SRC633: 06/14/01 - 23:45:34

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [d67ac6984fc0b38be514efe7f463a916c73579b4]

        Merge SRC633: 14.06.01 - 23:44:50

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [c4fcb62657331ad2a6bf20429e13218222264f91]

        Merge SRC633: 14.06.01 - 23:43:56

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [7e722f5c0cc1bd9f220b04eba53d192ccb4d47d0]

        Merge SRC633: 14.06.01 - 23:43:50

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [1fe78178eeb89c46ad81da2f2488327a807fdad2]

        Merge SRC633: 14.06.01 - 23:42:07

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [47830a2832df5992d7159b4c0355e20a57a16078]

        Merge SRC633: 06/14/01 - 23:41:37

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [c2032e5cd18459b67757f9b54fa53543187c78c3]

        Merge SRC633: 14.06.01 - 23:40:27

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [0a4b5914536418d5d6a10ffb32a3ad780a878a33]

        Merge SRC633: 14.06.01 - 23:39:45

2001-06-14  Rüdiger Timm  <rt@openoffice.org>  [a70c75f8b672cd6a22b38967193a965e3491673a]

        Merge SRC633: 14.06.01 - 23:37:24

2001-06-14  Frank Meies  <fme@openoffice.org>  [7c9595a32ee10c038c0880930ba656347fe84530]

        Fix: #86988#: Redesign of dialogs

2001-06-14  Frank Meies  <fme@openoffice.org>  [922f2683e31fd58ed6eefe6785f02bbab0b9c343]

        Fix: #86988#: Redesign of dialogs

2001-06-14  jp  <jp@openoffice.org>  [b6e4bbd96dc944b9626c8c3e20484581a72d1157]

        Bug #88276#: initialize pColumnDefaultCellStyleNames

2001-06-14  Martin Gallwey  <mtg@openoffice.org>  [e51a89eb291a3ee593ac6893ee3507c81f388a64]

        #88256# If we have a potentially corrupt file, just assert and then keep going

2001-06-14  Sven Jacobi  <sj@openoffice.org>  [afce4dab7cd17d522f45569fea72c10e42157736]

        #88262# supporting more than one stylesheets

2001-06-14  Sven Jacobi  <sj@openoffice.org>  [1e4a627ce49ef599ebb677f0aaa6b4434b0af190]

        #88262# supporting more than one stylesheets

2001-06-14  Frank Meies  <fme@openoffice.org>  [0a1cca4eefc276bc53857f6f774ff4cfcbbab9ae]

        Fix: #86988#: Redesign of dialogs

2001-06-14  Martin Hollmichel  <mh@openoffice.org>  [18091861f819adeb57e5e293dc97936ab4b6f78e]

        don't check C++

2001-06-14  Christian Lippka  <cl@openoffice.org>  [23fb2f49e76d63f7877a9db6741122bd1bba80d6]

        #86708# added support for thumbnail graphics for objecs

2001-06-14  Christian Lippka  <cl@openoffice.org>  [d40e5ed9e9ee7643964b8ff0543e1759f9511758]

        #86708# added support for thumbnail graphics for objecs

2001-06-14  Christian Lippka  <cl@openoffice.org>  [6cfd0714b21963c80ef93a43a9f13527df37fd17]

        #86708# added ThumbnailGraphicURL property

2001-06-14  Christian Lippka  <cl@openoffice.org>  [4b7695c91c80c76e6ea5d05013521cc6e2a757a1]

        #86708# added GraphicObject for preview bitmap for xml

2001-06-14  jp  <jp@openoffice.org>  [862195016cb62189bcab02846227e72a55218dcd]

        Task #88180#: solaris compiler error

2001-06-14  Daniel Rentz  <dr@openoffice.org>  [1449c21cfd698b3f1354ee722096937794cd3653]

        #86988# dialog redesign

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [db4cfcfa0b9bfe2696809edd2f1244a7671d2c13]

        new version for SRC633

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [26a52289d0fafb7036168fc34315e16cdf7e226c]

        new version for SRC633

2001-06-14  Daniel Rentz  <dr@openoffice.org>  [c15fb84ee052f10f28cdcb682ba8f85f22cfaf89]

        #86988# dialog redesign

2001-06-14  Daniel Rentz  <dr@openoffice.org>  [9bc8b0358aac839bdf93adb23d38941a229b92c9]

        #86988# dialog redesign

2001-06-14  Rüdiger Timm  <rt@openoffice.org>  [c186661493f5dccdcf1356d9fd32ba6c122fa4c8]

        #87576# spare parenthesis in throw statements removed

2001-06-14  Armin Weiss  <aw@openoffice.org>  [b784cfc53996a57de89755c05bfc017e8ca1e516]

        #88241# conversion UniString->OUString to allow PolyPolygons with more than 65536 ascii chars in conversion to be imported/exported

2001-06-14  Niklas Nebel  <nn@openoffice.org>  [13785cf8e04d5bd7a3fe9402f89f66741e2ea6da]

        #84841# call construct for new table before copying data, seek right row in copyData

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [4e3ed865ed4761638e7033f5d08dd65d22252b17]

        new version for SRC633

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [7d14dec395fbc81ddcedbc0f821a77658848a7c2]

        new version for SRC633

2001-06-14  Christian Lippka  <cl@openoffice.org>  [d7ad513ad5e86345f6cccd926aeea12864bd0946]

        #86442# initialize mbModelLocked to false

2001-06-14  Stephan Bergmann  <sb@openoffice.org>  [602b07cd5f1ea10a329b530c568906d1e0bab3a6]

        Fixed wrong use of map::insert().

2001-06-14  Frank Schönheit  <fs@openoffice.org>  [fdeda0633b82b50062795520442f16ddf699ed52]

        #88242# corrected adding/removing detail pages

2001-06-14  Oliver Braun  <obr@openoffice.org>  [f523d8af5f5b1c5265b96059ae812c0c5c9e271d]

        #88246# osl_terminateThread fixed

2001-06-14  Thomas Lange  <tl@openoffice.org>  [2f087bb0e05e4af9a7e41af94f5dba5bf25a3fd9]

        #62049# repaint problem in command-box window solved

2001-06-14  Frank Schönheit  <fs@openoffice.org>  [58c291313972f981bd3756df73efa1410f0eb3e3]

        #88016# corrected the condition for the assertion

2001-06-14  Philipp Lohmann  <pl@openoffice.org>  [8f985f8149f3da92149e2967ce836c381017a1a5]

        #85520# just ask for printer updates after the first printer relevant request

2001-06-14  Kurt Zenker  <kz@openoffice.org>  [339fdc1697637ae33deaea080e53da59cc13ad5c]

        new version for SRC633

2001-06-14  Frank Schönheit  <fs@openoffice.org>  [64c22b8697c163d93b35b22320632aa3c55149e9]

        #87724# +confignode

2001-06-14  gt  <gt@openoffice.org>  [ed8946a3fc698d7c4149b0461cab47dfc79c0c15]

        #88244# more description for parameter 1 of Bessel* functions

2001-06-14  Armin Theissen  <armin@openoffice.org>  [cee53d7129d1ee665d278ab4ece8b39cf2c98f18]

        corrected deliver instruction for db.jar

2001-06-14  Armin Theissen  <armin@openoffice.org>  [9966437059c5a19e99d455cd3b6cad2b8d8f4714]

        corrected syntax error (missing directory sparator)

2001-06-14  Daniel Boelzle  <dbo@openoffice.org>  [03d45af724ba6438361ca2045539f12c669204c2]

        #87233# modified bootstrapping process; added component context helpers

2001-06-14  Daniel Boelzle  <dbo@openoffice.org>  [cfb3fc5f40f3f131e0b157d0c16c4c042812dce6]

        #87233# component context support

2001-06-14  Philipp Lohmann  <pl@openoffice.org>  [753a48c4ccdb49aeb0513d99dec224871a81efd7]

        #85520# use lpc on linux as first try to discover print queues

2001-06-14  Mathias Bauer  <mba@openoffice.org>  [69e88c0c093586365411dd9a2912dbcacee52f7c]

        #86150#: enable office without writer: webfactory always present, others are optional

2001-06-14  Nils Fuhrmann  <nf@openoffice.org>  [32d99bf1c8d8858b919947a14f7fc87a3cab889f]

        Fixes for l10n-framework #87136#

2001-06-14  Mathias Bauer  <mba@openoffice.org>  [f5ea686f9c13c6b853ec849a21c470abd408659e]

        #87609#: SID_BROWSING/AddToHistory feature eliminated

2001-06-14  Mathias Bauer  <mba@openoffice.org>  [2bac405ce5350f6c1f26e2ecbd2041b67b9bc3ff]

        #87747#: don't test for storages if the name is empty

2001-06-14  Vladimir Glazounov  <vg@openoffice.org>  [66499fef175baf4ae1eee3fe60d5f755e3e4c674]

        SRC635

2001-06-14  Armin Weiss  <aw@openoffice.org>  [b52063b475be5571dbe37dd718334e9adaaa551d]

        #88224# End text edit to avoid conflicts

2001-06-14  Mathias Bauer  <mba@openoffice.org>  [edc0f86bc2d3c36a382184b1bf24bc07621d8b24]

        #86150#: enable office without writer

2001-06-14  Dieter Loeschky  <dl@openoffice.org>  [e930280788a957fffa463a47cdf5de715e0a3925]

        #88033# bScale: Different defaults for Impress and Draw

2001-06-14  Dieter Loeschky  <dl@openoffice.org>  [5288e3da9c6086e6cc55ee190db6468ee5355fe2]

        #88033# SVX_PAGE_MODE_PRESENTATION: don't use config for aAdaptBox

2001-06-14  Malte Timmermann  <mt@openoffice.org>  [92c29bae60b4e49faac700669bb7a1b93d666f44]

        #86377# Overwrite in IME mode

2001-06-14  Kai Sommerfeld  <kso@openoffice.org>  [082350fdfbf0578443adf53025d3703ffe7d0d50]

        Replaced unsupported @descr tags by <p>.

2001-06-14  Thomas Lange  <tl@openoffice.org>  [14fad10986294eb7143d81fe1fea02b46acefcbb]

        old comments/data in resources removed

2001-06-14  Dirk Grobler  <dg@openoffice.org>  [bf17ef9b21972a1ea411c4f1e0797eb08ded8d26]

        #88234# wrong remote session detection

2001-06-14  Dirk Grobler  <dg@openoffice.org>  [a50308ea488c32e174a1a06742778d230956853d]

        #88234# Username must be ignored as argument

2001-06-14  Daniel Rentz  <dr@openoffice.org>  [323add6cd5b5db8b67324d380c1faca8acafb785]

        #86988# dialog redesign

2001-06-14  Frank Schönheit  <fs@openoffice.org>  [c28edd230a7e4514d2eca3adb2dbb2fd89188a33]

        #87724# changed the implementation name (now conformant with our guidelines for this), 'cause it's visible at the UI now

2001-06-14  Philipp Lohmann  <pl@openoffice.org>  [f72c6839798bb350e8fa4abd7f8cb99383ebb920]

        #86206# define a default user action

2001-06-14  gt  <gt@openoffice.org>  [d8f8898b6720cab1aed9407d227bf49dc4dcd317]

        #88244# changed description from Duration and Yielddisc

2001-06-14  Frank Meies  <fme@openoffice.org>  [7df355db8e7f721a33e7cf737519c3cc38d68a33]

        Fix #88240#: Size and position of paragraph end symbol in centered paragraph

2001-06-14  Frank Meies  <fme@openoffice.org>  [3cec4f824502c5e7e4e7bb6fc4be2fb73b3a109c]

        Fix #88213#: Calculate ascent for kerning portions in fields containing script changes

2001-06-14  Frank Meies  <fme@openoffice.org>  [193fdc65598bdc353d88eaae1a7da3b0653575db]

        Fix #88212#: Insert kerning portion only if there is still enough space in line

2001-06-14  Thomas Lange  <tl@openoffice.org>  [4308e232560cf5e6c744f745972136aee7cd98ed]

        #87831# SvxEditModules Dialog now lists only entries that support the currently selected language

2001-06-14  Jörg Budischewski  <jbu@openoffice.org>  [ba951313c8fe0a6cf5f361a4408c38895219ffec]

        build now

2001-06-14  Lars Langhans  <lla@openoffice.org>  [481a34858004fe754073bd0a8dcfae82f72f6051]

        test changes.

2001-06-14  Sascha Ballach  <sab@openoffice.org>  [08b727914c5b6abdab7f5fe5864fe936b310f9b9]

        #79771#; use new method on ScDocument GetStandardIndexEnglishUS()

2001-06-14  Sascha Ballach  <sab@openoffice.org>  [4fb4d013f0bcb38229f8ea9a6f851e3366925520]

        #79771#; creates the StandardIndex of EnglishUS only once if use the new method

2001-06-14  Kai Sommerfeld  <kso@openoffice.org>  [66b872aa4f904d0689d5e816784d86913522646a]

        #86708# - Added support for property "SegmentSize".

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [b54e3e298697eabbf73834737152ba9ecde1c993]

        Merge SRC633: 06/14/01 - 02:10:45

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [61ffdfd88e99094dbcc1015ff277235638399ea6]

        Merge SRC633: 06/14/01 - 02:06:12

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [4ab7804661db07fc9d7dff27ca5d0f8ef5362547]

        Merge SRC633: 06/14/01 - 02:01:19

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [7238b1ea4eb3683477e32fd101e6b624bcd8305e]

        Merge SRC633: 06/14/01 - 01:58:55

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f51fa5c2863a59ddfa8ec2c8a642bb82a522e389]

        Merge SRC633: 06/14/01 - 01:57:36

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [003bfd2363f36244feb46db501d566a71abc54ae]

        Merge SRC633: 06/14/01 - 01:55:19

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [3224f0bd61effeae481ffa49f12c0683e39fa3f9]

        Merge SRC633: 14.06.01 - 01:55:09

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [61708f142205c87c2b492e73c20b11c851faa03f]

        Merge SRC633: 06/14/01 - 01:53:41

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [4dafb4941f4e800d074b7dc0bb5b03e0d367a840]

        Merge SRC633: 14.06.01 - 01:54:56

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [195698fa8e7f13aedda30080a014affda6f989b3]

        Merge SRC633: 14.06.01 - 01:52:40

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [568445475586d7fa3d3243583bfb7ad75729410e]

        Merge SRC633: 06/14/01 - 01:50:47

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [71b60b37a71e4e41fd8c3be75f8d6eadf90eff7f]

        Merge SRC633: 14.06.01 - 01:49:58

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [fa7f643e9177057a17c92f08f857feb08127d883]

        Merge SRC633: 14.06.01 - 01:47:08

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0727dbce4121eb2b7c06bbd8bf972668f02f1efb]

        Merge SRC633: 06/14/01 - 01:44:54

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [5fbb4f6cee4ea606a48df5b6b9e2cc16b35c67c6]

        Merge SRC633: 14.06.01 - 01:46:20

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f2280bf41ea89113b74dbe8eb0bb323ffb966bef]

        Merge SRC633: 14.06.01 - 01:44:13

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [9f2163ca69260ec50f23a6809386e876e3d85825]

        Merge SRC633: 14.06.01 - 01:44:42

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [5ce770b749cc51d6850e94de4cf48cba13339825]

        Merge SRC633: 14.06.01 - 01:43:30

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [2693cb0d8e79cc870896721eb42ed2739c49ce7d]

        Merge SRC633: 14.06.01 - 01:42:47

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [72e13238557bbedadc98ca44d38e26149c2eaee5]

        Merge SRC633: 14.06.01 - 01:41:36

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [327bb8a63db3541b37f108c46e92186e6525d6a5]

        Merge SRC633: 14.06.01 - 01:40:55

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [d2b9c9f5808af87a8900ec65bda3af418b327e43]

        Merge SRC633: 06/14/01 - 01:39:14

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [bdcfba06265dfc96e97ba1daa0f75cfef4d77566]

        Merge SRC633: 14.06.01 - 01:38:42

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2cdf33c231f2bf5f51a63491c142b795ef0a153c]

        Merge SRC633: 14.06.01 - 01:39:43

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [c539238a4ded447687a2117c9c280304c8379fba]

        Merge SRC633: 14.06.01 - 01:39:08

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [c84c4bd250c217e3174b5c4a617383c8325a6615]

        Merge SRC633: 14.06.01 - 01:38:59

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [1ca7219ca3e93858a3ef3313336d3be482b3c997]

        Merge SRC633: 14.06.01 - 01:37:46

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [fb7adfc122e2e21d3c5f7a013da63196c8531bbb]

        Merge SRC633: 06/14/01 - 01:36:18

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [541d882774c490bdd05d2dc8648a81951a67b338]

        Merge SRC633: 14.06.01 - 01:36:13

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e91799751e0521356b3b675708a8bbf60b143015]

        Merge SRC633: 06/14/01 - 01:36:49

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [4aea4bcdd3d07400027ad222cd3b49a2ebf0db5e]

        Merge SRC633: 14.06.01 - 01:37:11

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [24b81d603d7cd252b3fb4c678d7ead7d4dce8b3a]

        Merge SRC633: 14.06.01 - 01:36:30

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [39e7eafecd3a6d93ac14e631d18e76bb8fb6dce7]

        Merge SRC633: 14.06.01 - 01:35:50

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [bca66462abf1cb64a100c1736fe31eddfd2775a8]

        Merge SRC633: 14.06.01 - 01:34:44

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [a671dcef6b7c551a5ec5509bff758d785786024e]

        Merge SRC633: 14.06.01 - 01:35:08

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0629237c6d9ee9e76de8036dba8f9b20c0092e7b]

        Merge SRC633: 14.06.01 - 01:33:16

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [771b5d98986a56534ef30ac52207d4fbc43d50d9]

        Merge SRC633: 14.06.01 - 01:34:40

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [a537b1ce73eb107b6c5816997dd76d95bb0df874]

        Merge SRC633: 14.06.01 - 01:33:52

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [957be9affb77b3d7123b5c81603b27229657d045]

        Merge SRC633: 14.06.01 - 01:34:20

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [01e29f4fe9d2146d0e352731d466d47ccb169f1c]

        Merge SRC633: 14.06.01 - 01:33:08

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [9bef2d6b92014420894039f868b9e3d9c08c58e9]

        Merge SRC633: 14.06.01 - 01:33:29

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [08a9e38acf4bfc5773bbd7a69bd95694c90ad0cf]

        Merge SRC633: 14.06.01 - 01:32:53

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [149e672be6ec7b13e077eeec6bfc8b46197cec19]

        Merge SRC633: 14.06.01 - 01:31:16

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9821c9d37e061ab8d519ba697194f1009077f973]

        Merge SRC633: 14.06.01 - 01:31:46

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [6894075080ceb215451bf4cde46251f7a7b0bf21]

        Merge SRC633: 14.06.01 - 01:30:30

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [243fb6fdeb1ef2bd0582be995fa1d46287ba963b]

        Merge SRC633: 06/14/01 - 01:30:31

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [89cc4ea24306e3e2d402fe148ac0e86930aea915]

        Merge SRC633: 14.06.01 - 01:31:14

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [d693ecf09588c092f8ad99763018719912ccbe54]

        Merge SRC633: 14.06.01 - 01:30:53

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [09935045e21c27a2e46a4e63701eee6b95e8a4e5]

        Merge SRC633: 14.06.01 - 01:29:27

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [d12200d7cd112f777649f35e7d1764e803ef958c]

        Merge SRC633: 14.06.01 - 01:29:41

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [b0769491bc86aa49891dce510f140dda42cba6c4]

        Merge SRC633: 14.06.01 - 01:28:57

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [bee0ce48fbeb2db26615a1f10a6b10d4440d67e6]

        Merge SRC633: 14.06.01 - 01:29:10

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [3761970eb00123bfe630b40173a3086c416cba4d]

        Merge SRC633: 14.06.01 - 01:27:49

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [a90fc0308d7f67e5f5007051866047a13b402b39]

        Merge SRC633: 14.06.01 - 01:27:41

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [47d85e2435511b4f6ce7b430ded2e565e40f0129]

        Merge SRC633: 14.06.01 - 01:27:58

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [6c2e25b60ca266f28f35f9760b33a9246bb46503]

        Merge SRC633: 14.06.01 - 01:27:27

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [d25585069cdb2cdb0fa2673b96f20bfe01db1e32]

        Merge SRC633: 14.06.01 - 01:26:38

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [d4f3474ce4ffd74689734b24c40f647a6cf7de5f]

        Merge SRC633: 14.06.01 - 01:26:00

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [eafadc881f12539ae89262d60eb0ace3c33e9171]

        Merge SRC633: 14.06.01 - 01:25:05

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [16f627f1b45cf069488eb59555d07982efb9d94a]

        Merge SRC633: 14.06.01 - 01:25:22

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [d0b412ef0d875e8dbef2773731a48a854d725e43]

        Merge SRC633: 14.06.01 - 01:26:20

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [6caeacb28dd5cbf32e00717f83e108072cd05ff2]

        Merge SRC633: 06/14/01 - 01:24:44

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [08333afc2dc16f52945bede4abe278ed7494aafb]

        Merge SRC633: 14.06.01 - 01:25:44

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [84d9b156e718be372305456121c2d18f33ddaa38]

        Merge SRC633: 14.06.01 - 01:24:25

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0f8ea7b0e23cb0b93a05792978c0f1b0d582a545]

        Merge SRC633: 14.06.01 - 01:24:20

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [5c1c27fd426cdb45a0a650563eea825275cf3bf1]

        Merge SRC633: 14.06.01 - 01:24:50

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f74d1ac0ae5b38ef0ab238901bcdf084306266ea]

        Merge SRC633: 14.06.01 - 01:22:30

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [5de7febe2c8f165609a001c691714dc172c2cbec]

        Merge SRC633: 14.06.01 - 01:22:39

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [65c98758c6dde308f4d062c6bdefcc87fc15fd77]

        Merge SRC633: 14.06.01 - 01:23:14

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [276fccee3af1fd0bf6e756a2ce5bd62708294198]

        Merge SRC633: 14.06.01 - 01:23:24

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [fc00cd54b0831a75d52585c8785f07949a791734]

        Merge SRC633: 14.06.01 - 01:22:00

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [e06e6e5a9103fe9fbf7c2f742c7e9243fcbe8942]

        Merge SRC633: 14.06.01 - 01:22:22

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [a1d68f29c51a4f13faf72754ee93f779953e6455]

        Merge SRC633: 14.06.01 - 01:21:52

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [24438422c95c6ce9fdfdccfcc70f03730c20b9bd]

        Merge SRC633: 14.06.01 - 01:20:52

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [85f8349c89a43703aa10734bfad14df64ce6bc70]

        Merge SRC633: 06/14/01 - 01:19:45

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0421b3acf137562810ab06d2eac6abfe37721623]

        Merge SRC633: 14.06.01 - 01:19:31

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2d126acaf934f26bae0523dff9073842fba66ccc]

        Merge SRC633: 06/14/01 - 01:19:00

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [87f30ffc2badd05c182a47dff0a9278103b40fec]

        Merge SRC633: 14.06.01 - 01:19:45

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [1b6735953e44d94284cd6f0a96387d430bb9afdd]

        Merge SRC633: 14.06.01 - 01:19:08

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [4e249184815588096cfe6458430dd3835cb4c91f]

        Merge SRC633: 14.06.01 - 01:19:30

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [fefaf001ef1f5872fe8e6eba61908117d0ce6f39]

        Merge SRC633: 14.06.01 - 01:19:07

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [02fc1ccf707822f46811fc90ab637de552256d1e]

        Merge SRC633: 14.06.01 - 01:18:29

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9778b48a64d02124079d15773814fdd3a2a79d92]

        Merge SRC633: 06/14/01 - 01:17:15

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [a3f97ae52e5e4133e8bd8596a31b985d25e9308f]

        Merge SRC633: 14.06.01 - 01:16:57

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [a7e4653168139d2e9f47b7f0d1851076cb2200ec]

        Merge SRC633: 14.06.01 - 01:17:26

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [5599bc2ba7010b7b53ed81466c50c741388ecd36]

        Merge SRC633: 06/14/01 - 01:16:08

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [87981672bc9b5c60bce0d76bda13db48c385db2c]

        Merge SRC633: 14.06.01 - 01:17:48

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0f3fa5d3dc77d63b53439eae927541d5dfaefcd7]

        Merge SRC633: 14.06.01 - 01:17:18

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [e56ad905f03205da96d21794de6772adbbab2385]

        Merge SRC633: 14.06.01 - 01:16:36

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [a66eb04018c7941023967a38fb73128d59410bb6]

        Merge SRC633: 14.06.01 - 01:15:26

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [12875b5f8fbac8634924ac019dcf70091dcf34cb]

        Merge SRC633: 06/14/01 - 01:15:04

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [37900d06e253a2dfa3c40bc435ab3ae55f93d804]

        Merge SRC633: 14.06.01 - 01:16:07

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [303f355c212678534707893f26084efcc7136287]

        Merge SRC633: 14.06.01 - 01:15:30

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8146e75c0319df59f5907c55bb143d2937218c3b]

        Merge SRC633: 14.06.01 - 01:15:11

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [4c1510e5f1346654142b377efc879db9e9b948d5]

        Merge SRC633: 14.06.01 - 01:15:05

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [bc11dbda3b04719f513dd00e10f2940b9795e83d]

        Merge SRC633: 06/14/01 - 01:13:17

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f62a2ac8ff274698b1c04821cabadad6a4b69ce0]

        Merge SRC633: 14.06.01 - 01:12:50

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9b0bd5a8971237a95e8b18e4d1ac358424fa1bb3]

        Merge SRC633: 06/14/01 - 01:13:21

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9d4cb78010af9c9b783a6460615e23c58f29ce55]

        Merge SRC633: 14.06.01 - 01:13:20

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [76b9b78d913ed591901833434a42be67a3bfc9da]

        Merge SRC633: 14.06.01 - 01:13:35

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [dfffa291c5b8aeff94a4c076a696d19a02c6f7e8]

        Merge SRC633: 14.06.01 - 01:11:51

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [cce4af6d7556c80c7f84bcc211a34cbedbaaad21]

        Merge SRC633: 14.06.01 - 01:11:37

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0b5c5335a721a27b6a6c84f647e2fa4a8835494a]

        Merge SRC633: 06/14/01 - 01:10:09

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [1068f753d2d744914db7821fa34d868edc65a777]

        Merge SRC633: 14.06.01 - 01:10:13

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [cee8b7ecea5e115029cb033972cc7508175f92e4]

        Merge SRC633: 14.06.01 - 01:11:48

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [7d2bda95676c33e7a9e96c966b2a09fc239cd604]

        Merge SRC633: 14.06.01 - 01:11:11

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [7089040a4259a2ac542069248a50b03cfcb9c30f]

        Merge SRC633: 14.06.01 - 01:11:20

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0cf23c0f5942403b384d9deb4b17aa0ea7e320e2]

        Merge SRC633: 14.06.01 - 01:10:06

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9e062f23580bddf52b4a62a4472d0be2951022fb]

        Merge SRC633: 06/14/01 - 01:09:34

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [415da330ef08361856d04732635c8f2c59502b38]

        Merge SRC633: 14.06.01 - 01:09:22

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [fadc3c1d883a441669bde591a4824f9675bab805]

        Merge SRC633: 14.06.01 - 01:10:08

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [5e71203a36653f5d95783cb525d0301425136a9a]

        Merge SRC633: 14.06.01 - 01:09:44

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [1286c500183e99a8cf345d4859e597a5b40f2e79]

        Merge SRC633: 14.06.01 - 01:07:16

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [07f906e40432e67eb9bff0437b9c3764aae64e5b]

        Merge SRC633: 06/14/01 - 01:07:45

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [0aee312393439a1ebcc8a1c3f4bc3c87693c9366]

        Merge SRC633: 14.06.01 - 01:08:29

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [4fdb65e374ac7e2b09b1a8cb4fe7da40524aefe1]

        Merge SRC633: 14.06.01 - 01:07:10

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [7a64c8c83d69a499e3aa56d510b702f63730ca74]

        Merge SRC633: 14.06.01 - 01:07:56

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [1d5fce4cb8b55627bdd6d993e8ee185d9e31107c]

        Merge SRC633: 14.06.01 - 01:06:35

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [a6dbdf44d591f1331d26573f7db842e273ea7fd1]

        Merge SRC633: 14.06.01 - 01:06:54

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [d39d9e10041f2dbcf8c67d9e418257bb8387ddda]

        Merge SRC633: 14.06.01 - 01:06:47

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [77fc75e26e7da7b74918b8a70bd13e9745e4e6fb]

        Merge SRC633: 14.06.01 - 01:06:16

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [45d6e29b688c3728654d8eb6a42e1de05032bd66]

        Merge SRC633: 14.06.01 - 01:04:29

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [32d95553b1143f799774e1da627f1886785e1c27]

        Merge SRC633: 06/14/01 - 01:04:27

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0acd94f2f3e774953f6038827c98f7f7806ec0d2]

        Merge SRC633: 06/14/01 - 01:04:49

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [4215829e3cea794d822adc38ce21e327f18342b5]

        Merge SRC633: 14.06.01 - 01:05:00

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [db468a2e52147fc96296057e1442734d5cf79d55]

        Merge SRC633: 14.06.01 - 01:04:44

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [d7fdea4ea49e72f573d516db48e92f1bce330ac2]

        Merge SRC633: 14.06.01 - 01:05:14

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [7cbdf11af43a1243f1feb8ffee5f1a2248712e2f]

        Merge SRC633: 14.06.01 - 01:04:35

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f7fbb4aade553a1d06229de44213f2c2ff5609a7]

        Merge SRC633: 14.06.01 - 01:03:32

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [446a7fb47810b9daa79424cf05d7d7847a2a648d]

        Merge SRC633: 14.06.01 - 01:03:46

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e139fd1952037cacf479176ed0c338884ed5e7c0]

        Merge SRC633: 06/14/01 - 01:02:39

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [6b88a96f79207999906895d851347a751f345161]

        Merge SRC633: 14.06.01 - 01:02:00

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [67a3a04282157318d68505b0c5df4ac895d0f272]

        Merge SRC633: 14.06.01 - 01:03:05

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [3b3a218cc6d5e8ff9fdbd35e752143beef882a6f]

        Merge SRC633: 06/14/01 - 01:01:23

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8f9744611f7038363b5ae8b15ba6dd28838cf627]

        Merge SRC633: 14.06.01 - 01:02:20

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [b1d19cfc5bb2d4f5575fcdedef4c7310b2c7d974]

        Merge SRC633: 14.06.01 - 01:02:55

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [102a1b37c1e3947a9e2222a838c27169e8dbb25c]

        Merge SRC633: 14.06.01 - 01:01:54

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [76965c2704b1226b5fd92b482d713de96344bf25]

        Merge SRC633: 14.06.01 - 01:01:23

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [32a95c651107a567d8766730bdcf5ec223fc6b27]

        Merge SRC633: 14.06.01 - 01:01:38

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [003e623bf5520f768db342d072f1191157c2e815]

        Merge SRC633: 14.06.01 - 01:01:03

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [ab20bee79a1568d78800ab6a1e8c01afc5247f7a]

        Merge SRC633: 14.06.01 - 00:59:56

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [a5f03ded3700b02a28862cdaa858077c9dae8ebe]

        Merge SRC633: 14.06.01 - 00:59:18

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [b5b6ade5d2d667ff463e4561023ba8d3366b54b3]

        Merge SRC633: 14.06.01 - 01:00:23

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [e3275b22279423675af3e90c25c4b3cd874dc15a]

        Merge SRC633: 14.06.01 - 01:00:09

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [29bc2d0a3b90547aa9bf19b58ba9961af6b63c3b]

        Merge SRC633: 14.06.01 - 00:59:02

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [738d0ae1b8e62251813c902bca8ef8902b4d32a1]

        Merge SRC633: 14.06.01 - 00:58:33

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [61bc49d8b02f307639c3726540e24e0fa1022831]

        Merge SRC633: 14.06.01 - 00:58:42

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [ccb4792cf01d73c43a673b199e1836176820e033]

        Merge SRC633: 14.06.01 - 00:57:45

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [b49815761c28856bf6596771480f32216f829973]

        Merge SRC633: 14.06.01 - 00:56:47

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f9afa655470c407e91ac095df17e2042c2676e06]

        Merge SRC633: 14.06.01 - 00:56:47

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8a1daf007e739e201370c43ff70dd2b9390d8bfa]

        Merge SRC633: 14.06.01 - 00:56:26

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2ee3df0b1bce167b3b8b3fd0a77fc71387e70458]

        Merge SRC633: 14.06.01 - 00:55:30

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [05f962284542363d4d81454ed7984c0426eefb21]

        Merge SRC633: 14.06.01 - 00:54:14

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e19442bb4e567deec69622b0052e9db4471b4484]

        Merge SRC633: 14.06.01 - 00:54:40

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [ae8adb48d59d6cf6a5ae211f98390509d58bada0]

        Merge SRC633: 14.06.01 - 00:54:37

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0272f113316110f6721d42c06bd46f9b6eb67ea3]

        Merge SRC633: 06/14/01 - 00:52:51

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [c8ddb9bb471759d9148251c1c331db2c2d33379f]

        Merge SRC633: 14.06.01 - 00:53:38

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [79fcf2003166a51d7319d00d019d5b645e8bad33]

        Merge SRC633: 14.06.01 - 00:52:29

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8b3538c45efbd648121066933c2d473fbac378b3]

        Merge SRC633: 06/14/01 - 00:51:39

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [e4726b061cb408d47e2e0e3e959679de11f4a9d3]

        Merge SRC633: 14.06.01 - 00:52:54

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [207afa6916bee499883c4b4d25df8c8087756663]

        Merge SRC633: 14.06.01 - 00:52:27

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [39bae5e38ae771fa3dfd2ae6d80af6ce86d86098]

        Merge SRC633: 06/14/01 - 00:50:29

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [add5b26416d4d5a1d9eaedad17eddd52a3487759]

        Merge SRC633: 14.06.01 - 00:51:17

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9ed7dc9cbecfd6b65ff0172270862f5e14f1cd7e]

        Merge SRC633: 14.06.01 - 00:50:25

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [23cd3ad044e3d75b395fe76223a433ab680b11d6]

        Merge SRC633: 14.06.01 - 00:50:22

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [3d442920297ebd9f99f5ded166b7bac5fe6baa4d]

        Merge SRC633: 14.06.01 - 00:50:41

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [321a7756836bc8e138ce518785cf382aac348365]

        Merge SRC633: 06/14/01 - 00:49:13

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8025cdb5c2adfd88529b651549b79d7dc02ade56]

        Merge SRC633: 14.06.01 - 00:48:37

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [2eb2fe70929c3d5dbd4e1a0a220f884cc97b8947]

        Merge SRC633: 14.06.01 - 00:49:45

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [1128a11814481a00fc8ec0f8e4ca8619ab532dca]

        Merge SRC633: 06/14/01 - 00:48:32

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8ce4aeb7ee44f888c592210f8ac9abf766c1aac5]

        Merge SRC633: 14.06.01 - 00:48:32

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [4ad4a3e602bd4fe72d809db8ebb864224e9bb072]

        Merge SRC633: 14.06.01 - 00:48:05

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f3333863160ac967b6c25db64a37347c922338d7]

        Merge SRC633: 14.06.01 - 00:48:20

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [77cc6005ff7a6054a57bb38c479d900c9fa53d5f]

        Merge SRC633: 06/14/01 - 00:46:53

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [b1f8c8cc425c782f59190fd4da8b8ac015c36333]

        Merge SRC633: 14.06.01 - 00:47:51

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [eeb4bfe2327161cc6fba4023a02241ff958564b7]

        Merge SRC633: 14.06.01 - 00:46:41

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [224a6bf14e490f6f1f06e81fde19c6110cbbc1f7]

        Merge SRC633: 06/14/01 - 00:46:32

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [7b6c21a5d4bd72a3d0e07d41e205329cda7f44a1]

        Merge SRC633: 14.06.01 - 00:45:38

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [1199ad6d24c4c9767c43e2ad114f53ca670078e6]

        Merge SRC633: 14.06.01 - 00:46:46

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [c50c531ff40964f50b516ecfe0e707330eaeaf56]

        Merge SRC633: 14.06.01 - 00:45:59

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [ccd09512a00ee76145bb0b816dc4b31ec930d101]

        Merge SRC633: 14.06.01 - 00:44:59

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e181af7fbb7bc9f3386e6b612cee89950b28aec9]

        Merge SRC633: 06/14/01 - 00:44:11

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [375d413a57050265234830fe2d563c4bd17b51bb]

        Merge SRC633: 06/14/01 - 00:44:26

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8cef7416c60087d9ce9ed6c517ba05c19a7f79c8]

        Merge SRC633: 14.06.01 - 00:44:36

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [88bdbfef03772573ee8d36dd04788ef9f5bbd000]

        Merge SRC633: 14.06.01 - 00:42:41

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [1a65ccd53aad8a61cd6332819cd839e1a5b4d46d]

        Merge SRC633: 06/14/01 - 00:42:42

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [383a2efac6ceb00839abd0a14975aed0e5e102ee]

        Merge SRC633: 14.06.01 - 00:42:39

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [d03a7c8def7f10ddb300875592a2c99769b10f81]

        Merge SRC633: 06/14/01 - 00:41:56

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [fa76dc8dfeb44bbe798371834bd01a9f2381655a]

        Merge SRC633: 14.06.01 - 00:42:31

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [b7b3ca5b74d182e8454f2851afcf8538d1d90506]

        Merge SRC633: 06/14/01 - 00:40:56

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [bd1e7f601a043a4dc3ec6c3a20c8e38d4365e6de]

        Merge SRC633: 14.06.01 - 00:40:04

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [b956f97a3bd2060468a0e85e248851036258e921]

        Merge SRC633: 14.06.01 - 00:40:24

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [21f43c7da3479971f7a2bddb044a781eb910297f]

        Merge SRC633: 14.06.01 - 00:40:33

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [ec2831e2462c87f74bd4e6c09cbba65975486787]

        Merge SRC633: 06/14/01 - 00:39:05

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [ea00b47844cb857563502a2d997763da92eb024e]

        Merge SRC633: 06/14/01 - 00:39:02

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e8ff036e0e116a0dab5da3d166efcd6acfc426bf]

        Merge SRC633: 14.06.01 - 00:38:33

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9c7179ce4514162cadd219e63e41ee661464113d]

        Merge SRC633: 14.06.01 - 00:37:22

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2fc5466d3103a90a0292866ddc2317baf3da76f8]

        Merge SRC633: 14.06.01 - 00:34:43

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2cfc8a67c4a3beac2c2cd6aef62b75ffefde275b]

        Merge SRC633: 14.06.01 - 00:34:34

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0d32a30ca762623c53c5b505a0506f1fd6124a45]

        Merge SRC633: 14.06.01 - 00:32:10

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [3db0df94044339781712e74dfcadfb0e33858160]

        Merge SRC633: 14.06.01 - 00:29:39

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2f42862cab39d22cfaa1280b8f043af5844c6bbd]

        Merge SRC633: 14.06.01 - 00:30:33

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [388433fff5352e4e31b605a81c1a6a05d2129638]

        Merge SRC633: 06/14/01 - 00:27:59

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [ba0790241f05c0305fb9a42cd5ed4a8d650175e4]

        Merge SRC633: 14.06.01 - 00:28:36

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2629eac650b7cc6d23b9d61dcc0cd6480b74ed0e]

        Merge SRC633: 14.06.01 - 00:27:03

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [937b12bf4dee3ec1d3e3781e3c94cb9958979e08]

        Merge SRC633: 14.06.01 - 00:26:49

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [69e5c90c2d85570d94fc65cc768172d9de88b4cb]

        Merge SRC633: 06/14/01 - 00:25:28

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [d58e0f034cb84e8faade50410fe883530568fe29]

        Merge SRC633: 14.06.01 - 00:24:22

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e12cdb5a63b2d6daa45ff6138e078a8e43fa05c0]

        Merge SRC633: 14.06.01 - 00:24:55

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [56cb7145dd6f4636eb639056300be9a469ed2ec8]

        Merge SRC633: 14.06.01 - 00:23:56

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0096df29e6a8cae0f97325aa0dc0fabff9bf0485]

        Merge SRC633: 06/14/01 - 00:22:57

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [5bb6177a6b874470a1535699337a57975efc580e]

        Merge SRC633: 14.06.01 - 00:23:09

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [ea683d91e5e652ee4b4abb8f1df0c186cdd293cd]

        Merge SRC633: 14.06.01 - 00:21:57

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [845dcbcb68237040f836a8361e79cc7298823edb]

        Merge SRC633: 14.06.01 - 00:22:25

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [67f2aacd0f284211cc39394658bbcff5edf3525d]

        Merge SRC633: 14.06.01 - 00:21:27

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [ead74b9961c6e57cc8f7f66600e839c46c0234fb]

        Merge SRC633: 14.06.01 - 00:20:49

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [d4970a0afaf19b83b472bac868767306c3ca08e6]

        Merge SRC633: 14.06.01 - 00:20:53

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f8670bf954739966a0c4150fe1bb9eba5906f910]

        Merge SRC633: 14.06.01 - 00:19:12

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [fd46d7bf6957551eae234aa2a98d2271d6493168]

        Merge SRC633: 14.06.01 - 00:19:31

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f22559e8277bf02e78ae3e92ffecb1ab3002e9f4]

        Merge SRC633: 14.06.01 - 00:19:49

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [fceaea066aa467e828ace3b7a8299e0dd8201d09]

        Merge SRC633: 06/14/01 - 00:17:43

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [28f36474a6666f994f93f2d6e045e70ab4f9fde5]

        Merge SRC633: 14.06.01 - 00:16:46

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [6072e9e414fea838ac4bc593284a0eb066e3f9a4]

        Merge SRC633: 14.06.01 - 00:18:18

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [71f78c424424d0791b6d538878e9eccf12e606f7]

        Merge SRC633: 14.06.01 - 00:17:40

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [e71d7a13326f55af90ebd3146dd6d07eeec00aff]

        Merge SRC633: 14.06.01 - 00:17:34

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [959c3c7b115562aebc34b85835689c1c68468195]

        Merge SRC633: 06/14/01 - 00:14:57

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9e48aefe5e9a324efe2bd95b0763a4edd298d55e]

        Merge SRC633: 14.06.01 - 00:16:27

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [195ddfe666fca27d33d12e09b2a90337aba418f4]

        Merge SRC633: 14.06.01 - 00:14:43

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [b1babf42879cf78b89b97fefd9bda1e5d8a27591]

        Merge SRC633: 14.06.01 - 00:13:58

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [c17a29214fc3feec5e9e96fd4dd604ff211f1bc4]

        Merge SRC633: 14.06.01 - 00:14:52

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [91cb701531ac844b4e329559322428225d0c0b9a]

        Merge SRC633: 14.06.01 - 00:14:23

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [6a9c2d978818413bf9c8458a95b69b5a84afcc05]

        Merge SRC633: 14.06.01 - 00:13:02

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [fd97bcb9486758201c5d484c9a9c519a83ff45b0]

        Merge SRC633: 14.06.01 - 00:12:58

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [3e11440bdd6be5b317c60597cb9fdba1f90bf327]

        Merge SRC633: 06/14/01 - 00:12:22

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [40fc0cc5ce123384b4ec7e7eab051977b4d9c73d]

        Merge SRC633: 14.06.01 - 00:11:22

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0322f5dca1722f39f610e3667f3c5ecfed22ade5]

        Merge SRC633: 14.06.01 - 00:11:30

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [4f8954b7c37710915ca6d4ff5458165b4b038128]

        Merge SRC633: 14.06.01 - 00:11:35

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9a286572716c0b0d0d3125b61f3f67ebca4a8b8f]

        Merge SRC633: 06/14/01 - 00:09:48

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [83da772086e6ffffbe10f443530c3b3205ac0205]

        Merge SRC633: 14.06.01 - 00:09:51

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [e38797309550bc9688e74761a3bc5de53abed841]

        Merge SRC633: 14.06.01 - 00:10:05

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [3a723e4fa8229fb268d4bde98acfc80e5ea0c4d1]

        Merge SRC633: 14.06.01 - 00:09:34

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [6696231929bf34bc0b01d0210536364ebb045d3c]

        Merge SRC633: 14.06.01 - 00:10:08

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [503c8790a757c77b61e8a1c99cdbb689c63f1a2f]

        Merge SRC633: 14.06.01 - 00:08:14

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8d3b800ecb6b2a8d4f19e224c527588ebb8e7bfa]

        Merge SRC633: 06/14/01 - 00:07:06

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e972155c9323a59858546642f85318a6b6d8ba76]

        Merge SRC633: 14.06.01 - 00:08:33

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [bc283e9ccbfb21651a9240ef12f0ccfd7cbdccfb]

        Merge SRC633: 14.06.01 - 00:07:38

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [c74f17f42912f7787754539856e9bfae058c1ece]

        Merge SRC633: 14.06.01 - 00:07:51

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e79e5edd489b702f0ed51fbdffc5d5c20703fee7]

        Merge SRC633: 14.06.01 - 00:06:47

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2e1cadac07e6027b347d89c512532ca171dad02a]

        Merge SRC633: 14.06.01 - 00:06:34

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [30e113a73fb6eec02dd55d903cca05be6376109d]

        Merge SRC633: 14.06.01 - 00:07:02

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [18cdc78454edb7bddec247170a37d5585f58f361]

        Merge SRC633: 14.06.01 - 00:05:22

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [82b6416405a7cd02ff0c7abbb8a35c0534a3a12e]

        Merge SRC633: 14.06.01 - 00:05:28

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [75470c2d3dc968981dd93e71722c59dc1bd23534]

        Merge SRC633: 14.06.01 - 00:03:48

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [cb72e375b8d1b3951de62c8c2b7e356f829d33d1]

        Merge SRC633: 14.06.01 - 00:03:44

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [821da9e4cee7def5bcc6ffbd3f68d93af9ca66d9]

        Merge SRC633: 14.06.01 - 00:04:57

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [ba76c8ee6e9d619375fd610bc63c28346c51b026]

        Merge SRC633: 14.06.01 - 00:03:32

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9055164532f85410cba79117744fce97d101bee1]

        Merge SRC633: 06/14/01 - 00:01:59

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8898c57e5cea02bf731d6c1a15a3b1ffc3004f2b]

        Merge SRC633: 14.06.01 - 00:03:08

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0e641ebfb2e14d98f5ad688e7117c818d42cde82]

        Merge SRC633: 06/13/01 - 23:59:24

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [faab3f590bcfad3832e3c9b34114d7006315cf6c]

        Merge SRC633: 13.06.01 - 23:59:45

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [39454e03e3f064a4b9ed8dbd4e84e41867fec3d5]

        Merge SRC633: 13.06.01 - 23:58:00

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [5881a7173729e5a4a734666375c348667d4c875c]

        Merge SRC633: 06/13/01 - 23:56:57

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [62ee24cdb1f2a17134515838c39729aacf0acdc2]

        Merge SRC633: 13.06.01 - 23:56:27

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2c0bd389cbf714c2c97a2ec7cd55b49d6ef8cc12]

        Merge SRC633: 13.06.01 - 23:57:20

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [d0dc45b6a39f0a9786e234b9b88ec666b230dd61]

        Merge SRC633: 13.06.01 - 23:56:52

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8029e34b24f587ea3cf6061902225399c8053658]

        Merge SRC633: 06/13/01 - 23:54:26

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [fa75b54c9780e733a88e99aba645069e15599b21]

        Merge SRC633: 13.06.01 - 23:55:45

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e94affb0715ddfb5e132874b874082008ebb299f]

        Merge SRC633: 13.06.01 - 23:53:16

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2ef47b4f32b2bf889728702447e2bf40a5135067]

        Merge SRC633: 13.06.01 - 23:53:32

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [cfd69ebfe7cda067b62c2b188ec2c72780f9460c]

        Merge SRC633: 13.06.01 - 23:49:36

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f524f82be55ceab0519129f6289b675d2bc9c5e3]

        Merge SRC633: 13.06.01 - 23:48:12

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [f58d7377ecd9910c9058a8d6d5066b3c53d15e64]

        Merge SRC633: 13.06.01 - 23:46:46

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [b7ac6eeca3cc476641c7aeb546ee8b5179780ef6]

        Merge SRC633: 13.06.01 - 23:47:32

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [a5804bfc57bf80e68a563050535948d6fbda19ba]

        Merge SRC633: 13.06.01 - 23:46:16

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [0fb6d0b62ad9da7d6a737842612420f5ffa84067]

        Merge SRC633: 13.06.01 - 23:45:10

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [40abba837bb210030800e10733677d12c8158d8b]

        Merge SRC633: 13.06.01 - 23:46:07

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [6167fbfe47355e5762810f9c942bd088e1be6f15]

        Merge SRC633: 06/13/01 - 23:44:20

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [66945d2d807f5de63c9b6848e98b9a50d40b92cd]

        Merge SRC633: 13.06.01 - 23:45:28

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [bf3c2ef086199b545950e1fb5d1ee31befacca13]

        Merge SRC633: 13.06.01 - 23:44:14

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [de521d7143ba89d4073983d0fa62c66b0378a5e3]

        Merge SRC633: 13.06.01 - 23:42:50

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [451ae50f1c3fdad6053e331d1f975039fa95a0ec]

        Merge SRC633: 06/13/01 - 23:42:36

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [4fea6eef04db53a123218f04657062747273e0ce]

        Merge SRC633: 13.06.01 - 23:43:21

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [e8cf83602010fe7d976bbd8e0cd9ec0921906ca5]

        Merge SRC633: 13.06.01 - 23:41:53

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [3b820527b726744c5914506bd8ea3d3dfe968e60]

        Merge SRC633: 06/13/01 - 23:40:45

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8320b450501d9d9184287e0f3d2362fec211f5ce]

        Merge SRC633: 13.06.01 - 23:40:52

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [2258cd8dc0bb4c7b5a0b9353cce8869fd2b0960e]

        Merge SRC633: 13.06.01 - 23:40:38

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [9304a6fc650b07441c08d2edd454e066fed9a267]

        Merge SRC633: 13.06.01 - 23:41:04

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [1e9753092d28082d07386b7b5aec3c9871aacb8b]

        Merge SRC633: 13.06.01 - 23:39:56

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [5f549d0c52a339307d503aea5bf6001020d4e5d5]

        Merge SRC633: 13.06.01 - 23:38:50

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [bb64822f2b1c1ac3dc70fcfc89754b763dae815a]

        Merge SRC633: 13.06.01 - 23:38:28

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [597f31ad8235c899c5038d03331c880d2aba14b4]

        Merge SRC633: 06/13/01 - 23:37:59

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [8bd27a852f7522f28482ff33b109e67e26b57c31]

        Merge SRC633: 13.06.01 - 23:37:19

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [02c6af5c1e6866d82eeef1f01d12c914045f5fcc]

        Merge SRC633: 13.06.01 - 23:37:38

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [43ae6d7be36d34fcde18a27c268b2c90a73356c2]

        Merge SRC633: 13.06.01 - 23:36:35

2001-06-13  Niklas Nebel  <nn@openoffice.org>  [3287fc85eabbd93eb6ce9dee125d3b24d3f73221]

        #88147# empty text element for empty format, FormatInfo from individual parts

2001-06-13  Niklas Nebel  <nn@openoffice.org>  [1fc97f8b1276f3d3bbe55daee8919d3efe0de97e]

        #88147# access to info from number sub-formats

2001-06-13  Niklas Nebel  <nn@openoffice.org>  [70f260a22bb4677dc2f380ae73debfae0a94977c]

        #88147# insert empty format as empty string (with quotes)

2001-06-13  Sascha Ballach  <sab@openoffice.org>  [c37c524b4a0fe1fd3a7513ce66999047c10b2381]

        #88112#; catch exception id numberstyle is not insertable

2001-06-13  Sascha Ballach  <sab@openoffice.org>  [43e78fcb1ff51200e0a442bcc955eab54dec94c6]

        #88112#; test whether a NumberFormat exists before add it

2001-06-13  Sascha Ballach  <sab@openoffice.org>  [eb528975a74725c6232a7da3f09cd4bd471c888d]

        #79771#; move the dirty flag to the CellTextData

2001-06-13  Frank Schönheit  <fs@openoffice.org>  [f06ff7a5c4ea74c6933e77a599752ed6e8519916]

        #65293# corrected the previous fix so that the toolboxes are flat now

2001-06-13  Frank Schönheit  <fs@openoffice.org>  [4b710236e3e5634237aed1663f457db4fe2ff035]

        #87724# openHelpAgent when selecting a bookmark and when disconnecting

2001-06-13  Frank Schönheit  <fs@openoffice.org>  [e47f9997715177f31f06ee8d845d7c5ff6b152c8]

        #87724# openHelpAgent

2001-06-13  Frank Schönheit  <fs@openoffice.org>  [b4eed6d1a7fe8763746b36a71247a0c9e9b294f2]

        #87724# +HID_DSBROWSER_DISCONNECTING

2001-06-13  Vladimir Glazounov  <vg@openoffice.org>  [f4d8060c7ee6792a1bb4d13606d7300e0246104a]

        SRC635

2001-06-13  Vladimir Glazounov  <vg@openoffice.org>  [76076134762ba62c14577f2b6122ebbc601f334d]

        SRC635

2001-06-13  Kai Sommerfeld  <kso@openoffice.org>  [22a226e70e14830a5e87801e3e3b169fd7fe1d8a]

        #86708# - Removed support for command "split".

2001-06-13  Mathias Bauer  <mba@openoffice.org>  [8ab33d09eae6a74eda4b8a1c9785617d798433d1]

        #88231#: some options only in SOW614

2001-06-13  Kai Sommerfeld  <kso@openoffice.org>  [ac0ebf459320d3daca21e97057f97ca0ce447f19]

        #86708# - Removed SplitCommandArgument

2001-06-13  Kai Sommerfeld  <kso@openoffice.org>  [9a8920699ad22cd6093e665417c47de8dfe35db1]

        #86708# - Removed XPackageSplitter.idl

2001-06-13  Philipp Lohmann  <pl@openoffice.org>  [dabd780d7ef60bfbc910af543cbbf32f12bf0493]

        #85844# cursor was not always switched when it should

2001-06-13  Frank Schönheit  <fs@openoffice.org>  [4e06bb2d406e0931d7a87f9995a55155b22dc615]

        #87724# +HID_DSBROWSER_BOOKMARKSELECTED

2001-06-13  Frank Schönheit  <fs@openoffice.org>  [3a38e2ae8391839e5acb244ed224c178127dfd7f]

        initial checkin - non-UNO wrapper for configuration nodes

2001-06-13  Andreas Bille  <abi@openoffice.org>  [acaaa79b6223a7b564855e17bd86ec6f38846834]

        Now Solaris and Linux also

2001-06-13  Andreas Bille  <abi@openoffice.org>  [a5f09c21e214e7a258a11d94655f6ffb236b9404]

        Solaris and Linux build

2001-06-13  Sascha Ballach  <sab@openoffice.org>  [06e36bbd710852bca9b132c22b198a7f94a6b08d]

        #88112#; test whether I get a style

2001-06-13  Sascha Ballach  <sab@openoffice.org>  [ef9e03278e903c0f08a1eabd5cfdbcd515011955]

        #88216#; only remove styleranges if the range is exported

2001-06-13  Philipp Lohmann  <pl@openoffice.org>  [9ec204d8c8d0db24c0a9eeb50d2cac533b91891f]

        #88208# GetConfigName returns just the file name

2001-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4355cf74f3379e52a5abf2f0bc78441eda4def6]

        remove LIBTARGET line

2001-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f109972f1df9f4e6ba9af61ad939d5f4cd06087]

        build shared library objects

2001-06-13  Vladimir Glazounov  <vg@openoffice.org>  [257a9ceab7af7371e02e3bfc5c10c0a0a9d93f8b]

        SRC635

2001-06-13  Sven Jacobi  <sj@openoffice.org>  [13a75a58241986a48e52853d0407e08189309505]

        #88059# using empty itemset for presentation background object, so that the PRESOBJ_BACKGROUND stylesheet takes effect

2001-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cf46b14a7880e268d710472a6183bc658cd0978]

        build shared library object

2001-06-13  Andreas Bregas  <ab@openoffice.org>  [7f867e979a235c814766479f7966c9f0fa39370e]

        #87404# SbIoSystem::WriteCon(): Use different text encoding

2001-06-13  Martin Gallwey  <mtg@openoffice.org>  [38ed624b4a6cd57557c9b4c4a1aaee04b548b2fa]

        #88140# make sure to return the local name when there is no namespace

2001-06-13  Andreas Bille  <abi@openoffice.org>  [eb2fcda1fd4379481adf5957c913228c4f9e5852]

        #87493# One more bug under windows in Sablotron XSLT processor: one slash missing in fileurl

2001-06-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c7b037f8cdde94d807a45ce821428edda2a97f74]

        backslash...

2001-06-13  Björn Milcke  <bm@openoffice.org>  [42d1653fb2ba745e2b93e3fcf57274fb889f8ebb]

        #88077# AutoOrigin 'on' is default for all axes. 'off' in case will be set by FillPropertySet later

2001-06-13  jp  <jp@openoffice.org>  [41d3c77e6b912806ab81beb0715c6952bc8f2925]

        Task #87631#: GetFormatted with numberformatter

2001-06-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [465be27946b3b545b8a3f26c9f7fc349d6d52e56]

        check for incude fixed

2001-06-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f4da2479bd9c531ceabc67d7747448d79ff47125]

        replace delimiter

2001-06-13  Martin Hollmichel  <mh@openoffice.org>  [47b5dc877c5bd9cd8241534a8b6d6a2ed16da7ce]

        add: OS_VERSION to differ the Unix's

2001-06-13  jp  <jp@openoffice.org>  [fe4fcc9ca778b3508f8582696d24e172c947e126]

        Task #88180#: code optimization

2001-06-13  Kai Sommerfeld  <kso@openoffice.org>  [94263f98307e2c324c8ca90304516aaaeb12399d]

        #86708# - Fixed type info for "flush" and "split".

2001-06-13  Andreas Bille  <abi@openoffice.org>  [c58e07256325e89bf9896e138e69a1ad30cc64fa]

        #87493# Fixed: Solaris bug

2001-06-13  Martin Hollmichel  <mh@openoffice.org>  [28004ba2af44afb28e78a2a00366f8c3fa53d105]

        add: startup/unix/solaris/

2001-06-13  Vladimir Glazounov  <vg@openoffice.org>  [42367c79d78102e50561c58e7e5d8afb2db44d48]

        SRC635

2001-06-13  Philipp Lohmann  <pl@openoffice.org>  [fe5b118833113441c8cbabfec1e6003e763dcc13]

        #88204# restore type1 download font handling

2001-06-13  jp  <jp@openoffice.org>  [5f7c464e7abc9b32e952b6f57d785f1b6192c9e0]

        Task #88180#: code optimization

2001-06-13  jp  <jp@openoffice.org>  [33c0ad1ed739c223e40476f8f3d221eb687fc69c]

        Task #88180#: code optimization

2001-06-13  Kai Sommerfeld  <kso@openoffice.org>  [e319f460b4fed656697077a9c996b86ebe427ad6]

        #86708# - Added support for command "split".

2001-06-13  Peter Burow  <pb@openoffice.org>  [7908d333cf81ac627c54da7a626390d407e85cf0]

        fix: #88192# init wrapper if necessary

2001-06-13  jp  <jp@openoffice.org>  [fa6db92902412152fe62bedda3fdc43c032b6bf1]

        Task #88180#: code optimization

2001-06-13  Daniel Rentz  <dr@openoffice.org>  [6f85bf569e3dc84612e3126b69219457707dc804]

        #86378# import/export of print ranges/titles

2001-06-13  Thomas Lange  <tl@openoffice.org>  [d5cc876f6f8304701c4e347f21e0fb80b9554c3d]

        #85243# SvxGetSelectableLanguages replaced

2001-06-13  Philipp Lohmann  <pl@openoffice.org>  [4e07dba62fe30c1d3fbef0220a6371054235bfeb]

        #88195# do not report any printers if environment is missing

2001-06-13  Thomas Lange  <tl@openoffice.org>  [20079cc16aa77c4a1675181daa43237f71db785a]

        #85243# SvxGetSelectableLanguages and SvxGetLanguagePos removed from dead code

2001-06-13  Thomas Lange  <tl@openoffice.org>  [f9e37c82e80775ec501b07022360b13853fd0b48]

        #85243# SvxGetSelectableLanguages and SvxGetLanguagePos removed

2001-06-13  Behrend Cornelius  <bc@openoffice.org>  [d88279e7a9e3b307d949ba125d62e5b1224d2412]

        #88056# loading of Basic dialogs changed

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [4642d2c96993e5ec380db0ea16f6426aa696e044]

        Merge SRC633: 13.06.01 - 14:15:40

2001-06-13  Kai Sommerfeld  <kso@openoffice.org>  [d97b5a26e3f9dec1a40de6b4b8f15bd21424bed4]

        #86708# - Added SplitCommandArgument.idl

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [979007658b43d747ecacc31aa618c83793d05575]

        Merge SRC633: 13.06.01 - 14:12:01

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [b137f8f02baf2da608846a7bc162657bafd4d29e]

        Merge SRC633: 13.06.01 - 14:10:38

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [50a5a047b41b3e72801b31cf95fc1d7c135d62d5]

        Merge SRC633: 06/13/01 - 14:07:56

2001-06-13  Kai Sommerfeld  <kso@openoffice.org>  [a47dafc15ebb9e82e887365b9f688d21460cf94b]

        #86708# - Added XPackageSplitter.idl

2001-06-13  Rüdiger Timm  <rt@openoffice.org>  [c478dc8c2bd085ce99a9f60640289a254cf3a5af]

        Merge SRC633: 13.06.01 - 14:06:35

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [a2d8d866c9981fc9cb2b1158f71b8050daace897]

        Merge SRC633: 13.06.01 - 14:05:39

2001-06-13  Kurt Zenker  <kz@openoffice.org>  [1dbe2f33aa90921a75f0f17359a5553d4bb5255f]

        Merge SRC633: 13.06.01 - 14:03:22

2001-06-13  jp  <jp@openoffice.org>  [dc7cba01225be2407fc6a15b632e630bc820c53f]

        Task #88180#: code optimization

2001-06-13  Armin Weiss  <aw@openoffice.org>  [5c13746698713e6fdc0888ac923fac34e623588d]

        #88084# use and remember original topleft of objects for the scale and translate actions. Do font scaling using more modern methods.

2001-06-13  jp  <jp@openoffice.org>  [7bcd7ae151115cfe0e7aaf9dd5ee7a74872d3444]

        Task #88180#: code optimization

2001-06-13  Oliver Braun  <obr@openoffice.org>  [67b9b6ab67baff01a3994fcb3d5bd006ddfb179e]

        #83750# moved scripts here from desktop project

2001-06-13  jp  <jp@openoffice.org>  [a431b7913667c601bebb1a7467f8d5c60b2668e1]

        Task #88180#: code optimization

2001-06-13  jp  <jp@openoffice.org>  [f2135ee025bca6f904002753692a5c5589a56d19]

        Task #88180#: code optimization

2001-06-13  Oliver Braun  <obr@openoffice.org>  [ee392369ba32eb7552fbe34e0e850b772c68723b]

        #83750# moved scripts to sysui project

2001-06-13  jp  <jp@openoffice.org>  [1966e4af5eae0bd17f683effb51a90e1784982a8]

        Task #88180#: code optimization

2001-06-13  jp  <jp@openoffice.org>  [d3a728529c89f5e72a0bd3a5d1b31436b78d0e39]

        Task #88180#: code optimization

2001-06-13  Michael Brauer  <mib@openoffice.org>  [a025a8eb8164dee219574624eab263cc82bb2d91]

        #88171#: don't access deleted cursor

2001-06-13  jp  <jp@openoffice.org>  [dbfcf055e59b048e245d720e0f2bccfa32cdc620]

        Task #88180#: code optimization

2001-06-13  jp  <jp@openoffice.org>  [0bef59db57a16c62cc5ee7873a577f4474d5dbef]

        Task #88180#: code optimization

2001-06-13  Andreas Martens  <ama@openoffice.org>  [ee57229154a91cf632871cfcb1eb9609908f3882]

        Fix #88178#: Sectionframe in headerframe, don't grow without invalidation

2001-06-13  Malte Timmermann  <mt@openoffice.org>  [4f8b0a27c1369b61fc2304ffd2e2c9147369f2e9]

        #86377# Overwrite in IME mode

2001-06-13  Thomas Lange  <tl@openoffice.org>  [67edad23e5ce21395d4e27534b9f86913a87e761]

        #85243# dispatcher checks for language support before quering the service

2001-06-13  Kai Ahrens  <ka@openoffice.org>  [53a616a88c6970fcc912b05d6a44387835c1c96e]

        #79955#: added sound detection method

2001-06-13  jp  <jp@openoffice.org>  [1f183befa75a43add34f639b0af9193a6f5c63fd]

        Task #88180#: code optimization

2001-06-13  Vladimir Glazounov  <vg@openoffice.org>  [a986ae7c4f5ef35ef638e05d740e15eb0adf972a]

        SRC635

2001-06-13  Daniel Boelzle  <dbo@openoffice.org>  [bb66eaec58771ea5f67034c7d7646b7385f4618f]

        #87233# ServiceManager has to export lang.XMultiComponentFactory

2001-06-13  Armin Weiss  <aw@openoffice.org>  [8dff4f2a36e133ab4c64589726040f75fbada867]

        #88084# use more modern method to scale the text height

2001-06-13  Andreas Bregas  <ab@openoffice.org>  [6fa0add0b47b86b1f769aa7468659247f4a52e23]

        #88056# Changed RTL function CreateUnoDialog()

2001-06-13  Malte Timmermann  <mt@openoffice.org>  [d0463521d13bb1caba365589d4e27e7c29f34438]

        #86377# Overwrite in IME mode

2001-06-13  Malte Timmermann  <mt@openoffice.org>  [ba0d218ac0e5458b4e3e135f4cf3b75a23db4df7]

        #86377# Overwrite in IME mode, some cleanups

2001-06-13  Andreas Martens  <ama@openoffice.org>  [0353a95b6afc0ce4761583636aef90f631dd5da6]

        Fix #88177#: A non columned section has no influence to moveability of text frames

2001-06-13  Andreas Bille  <abi@openoffice.org>  [e4fd76b99f7c0563768a26684f63f6d29d063920]

        #87493# custom css buffered. optimization

2001-06-13  Andreas Bille  <abi@openoffice.org>  [6a11c04366d6cd809dad783d652db97934ba3712]

        #87493# Added active help support

2001-06-13  Malte Timmermann  <mt@openoffice.org>  [5838b5cd74b207a1def06de05e9e7a278847fc00]

        #85759# register more dlls, but without .dll

2001-06-13  Malte Timmermann  <mt@openoffice.org>  [a04fab12bc937fc47b45e746476b2a493472b2e8]

        #85759# register more dlls...

2001-06-13  Kai Ahrens  <ka@openoffice.org>  [5a498d48175a0cc0bc7265407d6e28e014a0bb5b]

        #88137#: watch for BIT_BITFIELDS flag at bitmaps

2001-06-13  Daniel Boelzle  <dbo@openoffice.org>  [cb1c4edce18d2da89ae96d312e2dc38a840bc37b]

        #87233# singleton init

2001-06-13  Frank Meies  <fme@openoffice.org>  [a3df4793a22c17f09cd81fb5e316d5bb7b0ae66a]

        Fix #88049#: Solved repaint problem inside ruby and double line portions

2001-06-13  Frank Meies  <fme@openoffice.org>  [249d5ed888b55f0efd123b66681aef66febe2ddf]

        Fix #88110#: Handling of tab stops in kana compression mode

2001-06-13  Malte Timmermann  <mt@openoffice.org>  [63a55dedb6a5659df0d04b668d6ca17de59ab386]

        #88159# Use position for popup menu directly, don't call OutputToScreenPixel

2001-06-13  Oliver Braun  <obr@openoffice.org>  [3aa20036f1ae613d0f59f607a65bbbfbe85d1c8b]

        #83750# disabled cde build

2001-06-13  Carsten Driesner  <cd@openoffice.org>  [f70d649601e9a55f404e0a2aaf76f62193b24d0f]

        #87609# support for mailto URL

2001-06-13  Carsten Driesner  <cd@openoffice.org>  [9ba3589f1549209e4357a0b6302cf5c3d8920132]

        #87609# support for mailto URL

2001-06-13  Carsten Driesner  <cd@openoffice.org>  [5baab2ca2fe283038e5788ed57d12853ae272b45]

        #87609# common type definition for framework

2001-06-12  Kurt Zenker  <kz@openoffice.org>  [ecbfb49f82cf271e2558aa12a27bd3e8189c7a50]

        new version for SRC633

2001-06-12  Rüdiger Timm  <rt@openoffice.org>  [2e4960a75f39912b75f3270eb1fa083db6728982]

        new version for SRC633

2001-06-12  Daniel Vogelheim  <dvo@openoffice.org>  [a98f6b275f40dc8166783ca6a0268e80e2e9e577]

        #87851# sort algorithm for indices imported and exported

2001-06-12  Daniel Vogelheim  <dvo@openoffice.org>  [6f412bfba04acc6fa76ca8e6bfbac402235ac878]

        #88072# new document class handling reflected in DTDs

2001-06-12  Daniel Vogelheim  <dvo@openoffice.org>  [11e04a86a1ece4e3b8a12a8fe3721111cd57c52f]

        #88112# improved data style handling

2001-06-12  Daniel Vogelheim  <dvo@openoffice.org>  [c3782a15c5bceb36b1d6d56c34849ef84e0adba8]

        #88112# improved data style handling

2001-06-12  Vladimir Glazounov  <vg@openoffice.org>  [cefb8a8aecfba1f037f90fa03edef200a5018ee7]

        SRC635

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [07a4784fe6c296165a85f448e667285071b44ec3]

        #65293# change in SFX not made (no changes mail for this ...)

2001-06-12  Daniel Vogelheim  <dvo@openoffice.org>  [d0cb1d97c230565cd6e2194286466ed51794451a]

        #88072# document class only for streams containing content

2001-06-12  Andreas Bregas  <ab@openoffice.org>  [acc093fe381dbd34f1468a0eee58c8fad159c925]

        #86950# .. and . dirs in OSL based file implementation

2001-06-12  Martin Gallwey  <mtg@openoffice.org>  [ba59dd08d818c228922bb74a041d5b027dd21d81]

        #88072# export browse mode

2001-06-12  Björn Milcke  <bm@openoffice.org>  [75e34f238513f2482ab9f927a0b3a694315b62c0]

        #88130# some confusion with elements

2001-06-12  Martin Gallwey  <mtg@openoffice.org>  [6869c216e88340296ced89dea16e946c6aa424a7]

        #88072# import browse mode

2001-06-12  Martin Gallwey  <mtg@openoffice.org>  [3279f3e27f7299a12dfd5d76ea8ded8cb787c21c]

        #84846# Return an empty Any for Skip hidden/protected text as they are 'direct' values

2001-06-12  Rüdiger Timm  <rt@openoffice.org>  [8a7592cc826f82dd5e1d4408ad33255bed115f60]

        #87576# slo/textview.obj added to EXCEPTIONSFILES

2001-06-12  Martin Gallwey  <mtg@openoffice.org>  [862eea1466d17b2865cac45089229887200a2e5a]

        #84846# fix typo in item map

2001-06-12  Thomas Benisch  <tbe@openoffice.org>  [7a6bc3fa14ad51936c98bac46db509d7516aa1f3]

        create Standard library only if not already existing

2001-06-12  Kurt Zenker  <kz@openoffice.org>  [31acd49867a3eaba0ee5d1818d9bb0036608821c]

        new version for SRC633

2001-06-12  Daniel Vogelheim  <dvo@openoffice.org>  [ad8eead40dde919b4bbd3a2c03d661db38671011]

        #88072# removed "online" documents class

2001-06-12  Christian Lippka  <cl@openoffice.org>  [fc05bafa07b382e7e15e0237a226a2f6a5f145c3]

        #88125# fixed dtd for applet params

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [4bac9493b148d05cad49096a591a3113f88f82b1]

        #88079# catch the property exceptions

2001-06-12  Kurt Zenker  <kz@openoffice.org>  [c18ddca1dc1ceb0e0538feb586a2b5eb3ed73006]

        new version for SRC633

2001-06-12  Thorsten Behrens  <thb@openoffice.org>  [070e9c682a91b4d0f34cfd64eb65edd6a406b960]

        #88038# No longer <linear>

2001-06-12  Daniel Vogelheim  <dvo@openoffice.org>  [89bc29f5a1fe590966ec052e993891ec2abc9753]

        #87851# fixed new Locale+SortAlgorithm properties

2001-06-12  Christian Lippka  <cl@openoffice.org>  [2844a796b6aba51c541b20ac4e906ea145e29457]

        #87177# fixed ole creation over CLSID

2001-06-12  Mathias Bauer  <mba@openoffice.org>  [e7a0443da84678bbea3e82ddfdfd3d134b9bf3f7]

        #87804#: don't release SolarMutex when getting clipboard information

2001-06-12  Thomas Lange  <tl@openoffice.org>  [44b9afb67c6cd6b84dbb07f3a2fc56f4b6695819]

        ##911## exception if font could not be set replaced by apply the font only with its name and size

2001-06-12  Christian Lippka  <cl@openoffice.org>  [d5d00d88f590d340f23f6560627d941129b98adb]

        #84444# added service description for a graphic export filter

2001-06-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [89a4556296bb54e6e748525263215fb01ccd9fc2]

        avoid CVS dirs

2001-06-12  Eike Rathke  <er@openoffice.org>  [9fbc124c9a9813e58c9d61622e147b7257cd1b1c]

        #87257# LANG_LIST_ONLY_KNOWN: without loop in loop

2001-06-12  Nils Fuhrmann  <nf@openoffice.org>  [9daafc7f5119f94e34ccff7bb5d3f70836ca9ca0]

        Added CHARSET_UTF8 to command line #87136#

2001-06-12  Tom Verbeek  <tv@openoffice.org>  [a7d419ed71ac510db292b20f5eda82ebb442df17]

        #87217# Correct knot when asking for the actual DB field name

2001-06-12  Malte Timmermann  <mt@openoffice.org>  [c57d64d8f8bf8ddcece59b62d6bd2765bf79fbec]

        #86377# Overwrite in IME mode

2001-06-12  Nikolai Pretzell  <np@openoffice.org>  [0b9c4226550b84530752da8e3222324cf623915b]

        Fix handling of empty ines.

2001-06-12  Sven Jacobi  <sj@openoffice.org>  [cf762e669dda380d0415e14ca46f272b43875910]

        #88117# insert hyperlink now uses the correct text selection

2001-06-12  Kai Ahrens  <ka@openoffice.org>  [9c877d5349a7805e37bab33923b5c8345e73aa96]

        #87313#: added Base64 methods for graphic objects

2001-06-12  Kai Ahrens  <ka@openoffice.org>  [203610bfebca96a96f0f6f39cba960d9be753c3c]

        #87313#: added XBinaryStreamResolver

2001-06-12  Kai Ahrens  <ka@openoffice.org>  [2eaba8655b2dbcef5f56525c91a69327a406d385]

        #87313#: added XBinaryStreamResolver

2001-06-12  Andreas Bille  <abi@openoffice.org>  [abf3e071c91dfd5c4ac50f704b28cde24422485c]

        #87493# Now also an error document is delivered

2001-06-12  Kai Ahrens  <ka@openoffice.org>  [5368821bc0e0aa4445a42c5c73c1d03ded0bdc94]

        #87313#: initial revision

2001-06-12  Rüdiger Timm  <rt@openoffice.org>  [4560b1825e7762c4f0054b1c8b9d0e04db416d01]

        #87576# FontEmphasisMark has to be namespace awt

2001-06-12  Christian Lippka  <cl@openoffice.org>  [fe54fff6b10843b5f62b5efa80c1266d4f4f8feb]

        #84444# added service description for a graphic export filter

2001-06-12  Sven Jacobi  <sj@openoffice.org>  [80e686a364898cc4333bf2c2a17789892f9632f5]

        #88117# insert hyperlink now uses the correct text selection

2001-06-12  Sven Jacobi  <sj@openoffice.org>  [911fd7c51006e2ee5f7d5b26781c616b6eb2dca5]

        #88117# edit hyperlink is now possible only if just one hyperlink is selected

2001-06-12  Thomas Lange  <tl@openoffice.org>  [ce0b12098ddb2bc137ff41cfd91427726f0e66f7]

        #86590# transliteration settings fixed

2001-06-12  Sven Jacobi  <sj@openoffice.org>  [d73e07e9569c4b059731df114af0cec437b74472]

        #88117# insert hyperlink now uses the correct text selection

2001-06-12  Sven Jacobi  <sj@openoffice.org>  [7e4cc48f3224907e6ae15494387ac635b1f66f7c]

        #74654# #88117# set SID_READONLY_MODE item, so the hyperlink dialog can take care of the current state, inserting hyperlink now uses the correct selection

2001-06-12  Thomas Lange  <tl@openoffice.org>  [fb145fa22a7be997e71ef8c7cdb4c1ced7bdf509]

        #86590# new text for 'match case'

2001-06-12  Sven Jacobi  <sj@openoffice.org>  [7c7d3b065a451fa8733ef46b8b423c756ec7901d]

        #74654# set SID_READONLY_MODE item, so the hyperlink dialog can take care of the current state

2001-06-12  Thomas Lange  <tl@openoffice.org>  [3057628117f4b8b162d26506bfa2d43af5810173]

        #86590# transliteration settings fixed

2001-06-12  Thomas Lange  <tl@openoffice.org>  [7c90dc24f7c520465ad0eb1b4d2377d928cd2d49]

        86590# transliteration settings fixed

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [3346ff4ff7e62319ec6849015bd05154b002a8b7]

        #65293# linux ambiguity

2001-06-12  gt  <gt@openoffice.org>  [de8dc4fb47b5dda662f5ebe5af01c66c14257720]

        #88070# help ids for Analysis Addin functions

2001-06-12  Armin Weiss  <aw@openoffice.org>  [718c3172a6782c6394e6f4543170e1be380ec193]

        #87922# DoubleSided -> BackfaceCulling This BOOL needs to be flipped, DoubleSided TRUE -> NO Backface culling and vice versa.

2001-06-12  Armin Weiss  <aw@openoffice.org>  [4e2bbe63b971227730f34ecb34b6037fb4e94205]

        #87922# To avoid that CreateGeometry(...) sets the DoubleSided item at once, use a closed poylgon.

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [ea409751bcd6028ffd12148521730b722ef876ff]

        #65293# linux ambiguity

2001-06-12  Nikolai Pretzell  <np@openoffice.org>  [048dbc245961c6e15fb62b419239fdbf772a2968]

        Add default c'tor for List_GenericInfo iterators.

2001-06-12  Andreas Martens  <ama@openoffice.org>  [64827f7e27b63a0e35577db89bd27f45f6381759]

        Fix #88071#: Remove the vertical orientation attribute

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [ca0ca176891f0976990db14bb77a0ff137852b9d]

        #65293# linux ambiguity

2001-06-12  Malte Timmermann  <mt@openoffice.org>  [5d3a57bfad3b451f3e81cb8c2d4483107ad1a5b8]

        CreateLines: Less nRemainingWidth, not less equal

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [ded9b7bc4f32ae089ed5d13a8ba29e4e26a27cfa]

        #65293# linux ambiguity

2001-06-12  Eike Rathke  <er@openoffice.org>  [306bb06f17988ad4b5c21a1a4e76255671d51766]

        #87257# LANG_LIST_ONLY_KNOWN: list only locales provided by I18N framework

2001-06-12  Sascha Ballach  <sab@openoffice.org>  [fd735f04b47e6d5f46c62fe83c9a6c3e9f7e5239]

        #79771#; XActionLockable added

2001-06-12  Sascha Ballach  <sab@openoffice.org>  [240de20d76bdd9f01e918f3d2a81560aae0b91a2]

        #79771#; XActionLockable added

2001-06-12  Dieter Loeschky  <dl@openoffice.org>  [b000cb178eec95f41eae92136677dd49cc71a031]

        #87609# + SID_BROWSE

2001-06-12  Oliver Specht  <os@openoffice.org>  [43af16fa10a84c6f5f51133116e0d1036368ae0f]

        #87980# merge error corrected

2001-06-12  Christof Pintaske  <cp@openoffice.org>  [037b264d6a9c9dde7ef3b2ed670e3245dcba4560]

        #88063# fixed ic creation for redflag

2001-06-12  Christof Pintaske  <cp@openoffice.org>  [61c8324394c690ced18ce692ab6d29c8031ad1a8]

        #88063# fixed event handling for redflag

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [347dd129735c6a18f73d5a9ba092b1925b084399]

        #88017# #87898# corrected ref-counting while listening on the aggregate

2001-06-12  Malte Timmermann  <mt@openoffice.org>  [76346abf8733be7bf5de7eb0208cec04070701e2]

        Issuezilla#591 MenuBarWindow::MouseButtonDown when ImplIsMouseFollow()...

2001-06-12  Niklas Nebel  <nn@openoffice.org>  [4cdc48a5a22e605d25ec13f39d29e3f09fdc88f5]

        #87609# OpenURL: use item SID_BROWSE instead of SID_BROWSING

2001-06-12  Michael Brauer  <mib@openoffice.org>  [4eddf9ba14bae6fff91c6d1a384365f7ce3548f5]

        #88090#: line numbering start value is int32

2001-06-12  Martin Gallwey  <mtg@openoffice.org>  [c4b00bf0813d58d257a203d492307dbf45b5437c]

        #87187# add two catch's to support new UCB error stuff

2001-06-12  Thomas Benisch  <tbe@openoffice.org>  [54c9764f1524aa59ce52c4a78663e554482bd96b]

        create Standard library in basic and dialog library containers

2001-06-12  Vladimir Glazounov  <vg@openoffice.org>  [0a5f28109f0cc0c970d7a5266b42c5915b948838]

        SRC635

2001-06-12  Nils Fuhrmann  <nf@openoffice.org>  [3f57f529b3a00cc1d0cb24c64604057a670b6a9e]

        Added error message if vorkspace is not available in stand.lst

2001-06-12  Stephan Bergmann  <sb@openoffice.org>  [76e1dce0cc9c4d27c346fc4e4daf479f2cd789e8]

        Added missing class-key to friend declarations.

2001-06-12  Herbert Duerr  <hdu@openoffice.org>  [26751e3d3e5da8e3a78ceb375a004d37c71d66e4]

        #88076# fix crash on solaris because of different virtual signatures

2001-06-12  Rüdiger Timm  <rt@openoffice.org>  [399ac7f87e7b7e3f5f28fb37b29b72ad49d63dd2]

        #87576# exception specification added

2001-06-12  Oliver Specht  <os@openoffice.org>  [4c6d95eac4830a036f34dbfe72ed64bade3b8a0d]

        #87794# action block moved behind Execute()

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [5db3422bafa77947b39590c8baa7ecdcf297c4d6]

        #87998# when switching type by user interaction, force setting precision/scale on the row according to the selected type

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [e556753c718ce3815fdd97c7ca4138bbdc12f193]

        #87998# loadData: more tolerance, more assertions

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [6de44894d298fecf95b22bd33f6de6441ea35355]

        #87998# SetFieldType: set scale/precision if forced

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [a909ecbec1ea26aa4877ec00b52fef937af12f58]

        #87998# SetType: maintain m_nType for consistency

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [7c7c266e0c7d94dae993dd4e92aa4276ec3f29e4]

        #87998# additional parameter for SetFieldType

2001-06-12  Sven Jacobi  <sj@openoffice.org>  [21f85ea572f0c4824c6acb97ac6f0511f33bdcdd]

        #88080# hyperlink dialog could not been closed in readonly documents

2001-06-12  Caolán McNamara  <cmc@openoffice.org>  [fd4bcb1d9b2069032e56759a5918424605ef0aa9]

        #87558# #87591# ##976## ##980## Implement draw textbox attributes by using normal writer import and mapping to draw attributes using slotids

2001-06-12  Caolán McNamara  <cmc@openoffice.org>  [b92043056e44621b3aabfbd2b883bb1319292e3a]

        #87558# ##976## Using Vertical Text Property instead of rotating textbox

2001-06-12  Kurt Zenker  <kz@openoffice.org>  [3804dd3c80dec9a2cef38dfc3ff9b11832b51fc6]

        new version for SRC635

2001-06-12  Kurt Zenker  <kz@openoffice.org>  [227b8964d2870c037751732e6fe826545f3d502b]

        new version for SRC635

2001-06-12  Kurt Zenker  <kz@openoffice.org>  [63df4141a2a39e22461dd1e258d4801aa560cbe8]

        new version for SRC635

2001-06-12  Philipp Lohmann  <pl@openoffice.org>  [6c5912daa6820c3c38625394f6ed6f05c5a66a43]

        MUST: protect creation of content by try/catch

2001-06-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e8ff1d85c27d4ff50c9a152e9fef6f2046ae46b]

        fix linklib action; check for environment

2001-06-12  Oliver Specht  <os@openoffice.org>  [7494c4c03b0851d79e31ee60f092bc3b96d56d15]

        #88053# ::select corrected

2001-06-12  Philipp Lohmann  <pl@openoffice.org>  [47d57b58d846a0ebd8323ddd0bee4f128e826e1e]

        #86988# new UI for print dialogue

2001-06-12  Christian Lippka  <cl@openoffice.org>  [6eb3fb933ddcb9cc5f9bac78369efbe7a78080ee]

        #86908# added size and move protect for control shapes and others

2001-06-12  Philipp Lohmann  <pl@openoffice.org>  [01b625a7664521633168042f6b417c89b74580a7]

        #86988# new UI for print dialogue

2001-06-12  Vladimir Glazounov  <vg@openoffice.org>  [49f79c9c641b803ceac32cac02fcb372f1587aea]

        new version for SRC635

2001-06-12  Vladimir Glazounov  <vg@openoffice.org>  [e98626e42d9c42981148d9bfbfdf35d1061cc466]

        new version for SRC635

2001-06-12  Malte Timmermann  <mt@openoffice.org>  [231bb6ce5094792ac2cd4e2dd589f9bb9724f975]

        Issuezilla#591 ImplIsMouseFollow() with infinie time...

2001-06-12  Vladimir Glazounov  <vg@openoffice.org>  [fe021a74fa6525fb1f470787c630277ac1bfd692]

        SRC635

2001-06-12  Peter Burow  <pb@openoffice.org>  [942b40545c0183759efb56e28bab3f092c16a903]

        fix: #86646# SID_BACKTOWEBTOP toplevel

2001-06-12  Armin Theissen  <armin@openoffice.org>  [b86d561de7c288ae175fcbf3c4d5affa65e7102e]

        nodep has to be set to true, otherwise windows build breaks

2001-06-12  Lars Langhans  <lla@openoffice.org>  [234b5cdd22908fa987c6bd97e6755a3e212bc6c4]

        Solaris don't want to build. Forgotten ()

2001-06-12  Michael Brauer  <mib@openoffice.org>  [e515c62fa23abc4d42c93969cb0f4c0638662b20]

        #86004#: performance: fast creation of unique bookmark names

2001-06-12  Michael Brauer  <mib@openoffice.org>  [61f9f9cb7f8c42dbb60373f4991b544aa6e1df44]

        #86004#: performance: create curspr item set on demand

2001-06-12  Michael Brauer  <mib@openoffice.org>  [01ce0e62df268fc6da8eda82f53625d5d75ac996]

        #86004#: performance: check cursor position using start node

2001-06-12  Oliver Specht  <os@openoffice.org>  [a342614bd9fb5ce655163e937f07a3891e3a9978]

        #87943# set the title of the frame

2001-06-12  Michael Brauer  <mib@openoffice.org>  [fb3bd6a3437fca36fa6faf2897f7f2d0bea625f7]

        #86004#: performance: SwXFrames::hasByName

2001-06-12  Michael Brauer  <mib@openoffice.org>  [8884154ffce7d546a07cf8ce2f3545b9d25710ee]

        #86004#: performance: check cursor position using start node

2001-06-12  Andreas Schlüns  <as@openoffice.org>  [c13ea0f37a9fc8d7327b61d9102ba37df9c55987]

        #87359# disable warnings for findFrame() in non produkt version

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [baff62344c4f022aee53e30699ee3cb0daa34159]

        removed the stuff for the old regular search (has been removed from the header a while ago and won't build)

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [03366458e99fe5396e007058d32f53dd32cfb5dd]

        added some assertions

2001-06-12  Frank Schönheit  <fs@openoffice.org>  [bb69e111a5e8647bd7fdbf5fad1a01bec456d0a6]

        #87997# corrected an assertion

2001-06-12  Carsten Driesner  <cd@openoffice.org>  [34fdbae4bd6bd9e543fcbb0508335f5964311aa1]

        #87607# save document as temp file to workaround outlook express problem

2001-06-11  arellano  <arellano@openoffice.org>  [a6745acd81254e0b7c8d40735320ba3fe6c33197]

        sentence needs to be reworded for clarity

2001-06-11  arellano  <arellano@openoffice.org>  [62f8ef7c52d7a6a7b425e01bbdf839b5cdf21235]

        made grammatical corrections

2001-06-11  Patrick Luby  <pluby@openoffice.org>  [2f3275fe099bf877e6358a4ba9481196c707072b]

        Disable lazyload flag for libvcl on Solaris

2001-06-11  Kurt Zenker  <kz@openoffice.org>  [ed5f50f1c353749171efbf4f38b18b334685aca6]

        new version for SRC635

2001-06-11  Kurt Zenker  <kz@openoffice.org>  [be8c4a7648d8fb756a5f0fa2761121a12ce65c41]

        new version for SRC635

2001-06-11  Eike Rathke  <er@openoffice.org>  [2f59d6e8c57988bc386f5124718686ae54c9a475]

        #87631# using number formatter for date and time fields

2001-06-11  Eike Rathke  <er@openoffice.org>  [7cab0059da1438f4ce0534cdc1a8dd2eeeff7df9]

        #87631# add: GetTimeInDays, 12 hours == 0.5 days

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [7bd20730c182027a4260bf5f00cc6ab09cf18bd0]

        #87623#: catch exceptions from ucb when converting URLs and file names

2001-06-11  Niklas Nebel  <nn@openoffice.org>  [502974c53a643b515484fe25e9e325746e2d3367]

        #88011# EditGrowY: dont grow edit area if scrolling already enabled

2001-06-11  Niklas Nebel  <nn@openoffice.org>  [6e26b09c663080ea3ee9b7ea81c6c089614f33be]

        #88011# UpdateEditViewPos: look at end column/row to test for hidden view

2001-06-11  Martin Gallwey  <mtg@openoffice.org>  [8d8913dc1618713c04212b6cea36519d08743c59]

        #88031# check if GetSymbol returned 0...but it never should ?

2001-06-11  Nikolai Pretzell  <np@openoffice.org>  [40c6727f9359ea1e09e34ccbfc97db91f4f14443]

        New parser for generic info lists.

2001-06-11  Nikolai Pretzell  <np@openoffice.org>  [86b90004378f05dd3560203e82cddf5d317d10a1]

        New parser for generic info lists.

2001-06-11  Joachim Lingner  <jl@openoffice.org>  [6917ff322de52c6d8dc4da53bdd405d87b6970d3]

        #67468#

2001-06-11  Herbert Duerr  <hdu@openoffice.org>  [7492c7ad28a5f58c4afb260c0873a08e159918fe]

        #87917# check and fix invalid clip region

2001-06-11  Joachim Lingner  <jl@openoffice.org>  [9dacb68004ddeb5b614afe8299e14512e3611448]

        #82073# under UNIX some signal handlers are restored to default before the Java VM 1.2 ( or higher ) is created

2001-06-11  Malte Timmermann  <mt@openoffice.org>  [3a974cede39a44f1c5289ed43bb9c58cfe3990b3]

        #87832# UnoControlFormattedField doesn't support XSpinField

2001-06-11  Christian Lippka  <cl@openoffice.org>  [94b379c6bf369fe036d572fe885026e3e215a4d7]

        #78966# fixed service names

2001-06-11  gt  <gt@openoffice.org>  [156d4840b8992521c74b762a6a75460071faba07]

        #88055# changed German description of GESTEP

2001-06-11  th  <th@openoffice.org>  [80de23251cf53f3b0230a2f221f44c50181af8d9]

        #86120# - More stable code for Reschedule() inside MouseEvents

2001-06-11  Michael Hönnig  <mi@openoffice.org>  [993df2c8c21da567b4e002ea412f4f97a4168aa7]

        setPropertyValue thrws VetoException when read-only

2001-06-11  Tom Verbeek  <tv@openoffice.org>  [26052036f2f849add744000efbd7929f573d9291]

        #87077# changed to work with Option Explicit

2001-06-11  Christian Lippka  <cl@openoffice.org>  [b7e7416534f09ac7aed56d8bde85e1b8c282dbe7]

        #87923# added page number attribute for thumbnails

2001-06-11  Vladimir Glazounov  <vg@openoffice.org>  [25b9d581a07a589c61b8b1d39f8bf931308deb02]

        SRC635

2001-06-11  Michael Hönnig  <mi@openoffice.org>  [725ab6fdc3e6f2be1036a71b1dd4087f3090fb3b]

        XImplicitID... added

2001-06-11  Vladimir Glazounov  <vg@openoffice.org>  [ac1fc5b20b3b0de3e7b20d57cf0c506631bf471c]

        SRC635

2001-06-11  Christian Lippka  <cl@openoffice.org>  [893acef494f45e97f2af0a9ef50d49fddddc668a]

        #87923# added page number property for page shape

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [bdaeae49470f8591a66a7637426735618a3c861e]

        #87997# +isStorageCompatible / corrected setTypeKind so that free is called if needed only

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [616738863af5e223af5fb0ed82a03ba33b8c32ee]

        #87582#: hold reference to objectshell when executing macro

2001-06-11  Nils Fuhrmann  <nf@openoffice.org>  [a87777a807bc9acc241674d8aff84aebb15a685e]

        Fixes for merge back localized text (l10n-framework) #87136#

2001-06-11  Christian Lippka  <cl@openoffice.org>  [a63811951460d52b98e0cb1217d8d16bc253b322]

        #87923# export page number

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [bff8f34759afddf9ca369aae3e94fbc38d43fa7e]

        #87997# correctly pass the _bCommitable flag to the base class

2001-06-11  Daniel Rentz  <dr@openoffice.org>  [a132bbb029d039f8c8d4dd497a16381d22dad82d]

        #87981# checkboxes don't accept mouse clicks

2001-06-11  Daniel Rentz  <dr@openoffice.org>  [825615a257c4a64e74c18c38fcb218329e98b26f]

        #87981# checkboxes don't accept mouse clicks

2001-06-11  Vladimir Glazounov  <vg@openoffice.org>  [8bb23397361419a249ab2298e0bb1d2a15f8794b]

        UDK301

2001-06-11  Vladimir Glazounov  <vg@openoffice.org>  [35ba3262c201ea9f74bb060ea1f94a3b85a3455f]

        UDK301

2001-06-11  Tom Verbeek  <tv@openoffice.org>  [44613a0a000d472bf3e2e88854acc2f6ec01cede]

        fixed dim bug and removed msgboxes

2001-06-11  Kai Ahrens  <ka@openoffice.org>  [0e74f47ff518e67b5f3b702b4fa8a35ea2694c12]

        #87187#: added exception handler

2001-06-11  Stephan Bergmann  <sb@openoffice.org>  [6763f309d54ef10a4e8dcd43cd194ddd4b0dd093]

        The cachemap pattern.

2001-06-11  Christian Lippka  <cl@openoffice.org>  [135a9f885e81eae7110582b8e1db923f5cc3e6e0]

        #87923# export page number

2001-06-11  Christian Lippka  <cl@openoffice.org>  [eb25ebdeac5c4806d5d5318f32b09c318d1fc700]

        #87923# fixed creation of handout shapes

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [5d624c33334d354a869a018725e121cdd798bc0c]

        #87357# stop listening on container window in dispose()

2001-06-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3f227454c03c7237d3dde931400693149f2f7b5]

        use positive patches

2001-06-11  Mikhail Voitenko  <mav@openoffice.org>  [0de86ae32ffbe0a6528a589c1f81225ec76669e1]

        #88034# do not store empty user name

2001-06-11  Juergen Schmidt  <jsc@openoffice.org>  [c0a1bf654251ec5463326a871d50bdaea72dc4fc]

        #87190# change linklib target

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [97d96a53c47d620a87e3a04f0247c096ac08e6c0]

        #86096# +TEXTLINECOLOR, +FONTEMPHASISMARK, +FONTRELIEF

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [b400c0305754ad3064a96423a720e677f6d540d3]

        #86096# +TEXTLINECOLOR, +FONTEMPHASISMARK, +FONTRELIEF

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [aeb6f15a7064aaf5f1ef14f5d198a4e36915936f]

        #86096# remove the new font proper from the aggregate

2001-06-11  Juergen Schmidt  <jsc@openoffice.org>  [f6cdfb105e0c00e336a97ff105fd3bc0d2a7d244]

        #73862# change osl_executeProcess

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [bf45fda81d2f5fcc1278c33a663cfa90261d50db]

        #86096# +SetTextLineColor

2001-06-11  Thomas Lange  <tl@openoffice.org>  [50448d4c09ebb874b9709b1e543dc469e19e8dbd]

        #87831# language select handler in SvxEditModules fixed

2001-06-11  Carsten Driesner  <cd@openoffice.org>  [95256f91cd6f4d71ac3ce1843486b8a2061b1611]

        XML file format for toolboxes

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [3136877f3e3ca18d4b2dfed2fc714341985995d8]

        #87365#: wrong return value of select handler

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [291324b733c3ddeb5795acd96f31e75fbee08dbe]

        #86096# when changing the table font, use the com.sun.star.form.ControlFontDialog

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [4badd42b6dee6f49ec8baa865c83dfc220caee0d]

        #86096# new file controlfontdialog / new CDEF COMPMODNAMESPACE=pcr

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [f1e8c198cf67762935a6b50e18085a2981d8abaa]

        #86096# pcr_createRegistryInfo_OControlFontDialog (new service in this module)

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [0ba5255a9fdd3580dafaf80ce9e91aff5bdf3af8]

        #86096# changed the implementation name for consistency

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [06db7847a586e807d5ff978321fecb489b9f9153]

        #86096# changed the property ids

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [6b19657defb2374572219d2db2143a6fed3378e2]

        #86096# use the functionallity in componentmodule.*

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [cf43c1c8ff375c619b2744f54d39bef81e5737b4]

        initial checkin - UNO service for a dialog changing the font of a uno control

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [3a21e79f7422f93d1c7dfabdb46ec54d393d6c25]

        #86096# moved the functionallity of ChangeFontProperty to the ControlCharacterDialog

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [0a2b9fd4f99622efd077203e59fa711d4e7b2cd9]

        #86096# added functionallity to allow to use this dialog as UNO service

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [001bb3bb54a626b494120674ee8922c7025b7f00]

        #86096# corrected the include protection

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [89e2c9ae520c53fddecf18af20a5a9bac196eefd]

        initial checkin - item ids for changing a control font

2001-06-11  Oliver Braun  <obr@openoffice.org>  [c0353ae4ff92b8eb5b3240c19cd7f619ec4804cc]

        #73862# made osl_getProfileName static

2001-06-11  Armin Weiss  <aw@openoffice.org>  [15def1ed448c3d52f72a61789330b730ad46386d]

        #87792# removed mouse snap code

2001-06-11  Jörg Barfurth  <jb@openoffice.org>  [08389b173073911332d0384d4e1349bf1a025861]

        Move+rename inc\cmtree.hxx to tree/subtree.hxx; Decouples class Subtree from public access

2001-06-11  Andreas Bille  <abi@openoffice.org>  [a52d37fa36e47488be695c723773ca4eff50852a]

        Added directories for the c++ help content provider

2001-06-11  Andreas Bille  <abi@openoffice.org>  [1ae4fe1ef84b5e889c6db31e1c5d0cfd9a2553b9]

        Building ucpchelp.dll ( c++ help provider )

2001-06-11  Oliver Specht  <os@openoffice.org>  [ef9584e4736068f30ca8b19fa9192b288031babe]

        #87980# Phonetisches Leitzeichen -> Ruby

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [5a6f9d316aacd8193a7caf67fc29998b584094fd]

        support moduls for cfg view

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [bcc43379a31699776341b9b07f281425d575e80c]

        new test for multithreading

2001-06-11  Kai Sommerfeld  <kso@openoffice.org>  [e08903318d535459b67bb747d6d7d82ebdfb26f7]

        #87187# - Removed ExistsNotSupportedException, Added NameClashException.

2001-06-11  Kai Sommerfeld  <kso@openoffice.org>  [0576bddbfd70468ac3dc559d28f0f2a7338ffc1e]

        #87187# - Initial revision.

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [cb7dc589979fb40b83611b95e8b6b997820e94c6]

        #85529# changes for new lock mechanism

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [0b847ffb41837de57c55c2d16d0d6512cc7a7c42]

        #85529# build LockHelper only

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [69bc1908bf0b53f5d822f0e18767d71929b2dd7f]

        #85529# use new lock mechanism

2001-06-11  Dirk Völzke  <dv@openoffice.org>  [879fd7207a9a91941b0fd3c29bb8cbddf0dbc685]

        #87187# removed unnecessary catch of CommandAbortedException

2001-06-11  Daniel Vogelheim  <dvo@openoffice.org>  [27ccf0741313c40ccebdc15e1b55e48af365b98b]

        #87996# styles import now uses 'best effort': if setPropertyValues() barfs, the         properties are set individually, so as much as possible of the style is preserved

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [2923606bdf98ab543b67c2166f6e84d22722cb26]

        #85529# use new lock mechanism

2001-06-11  Oliver Specht  <os@openoffice.org>  [626f8b25859d4ed263bbb3d4caab3ca2ccba5ed7]

        #87980# Phonetisches Leitzeichen -> Ruby

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [d7e14a3a7133c2700e327a13c2971ab922e76124]

        #85529# changes for new lock mechanism

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [792b94381b62b3233132217f3352c3cb52097d9b]

        #85529# make it inline

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [3ccb443564a3b4c2ee2fd72496dfde8c3918140f]

        #85529# move static function to manager

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [8d228e06af5e4219f7c66525a54876d1af00c758]

        #85529# change interface

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [8a1a92d3cd9f62451c1acfc4cc91c5fe46b93dfe]

        #85529# ren interface

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [08014f0f4423033a436dafb200aa73a12915cf80]

        #85529# new macros for mutex debug

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [2da102f372a9a27c9e893127a723d668e716ff51]

        #85529# reactivate mutex debug

2001-06-11  jp  <jp@openoffice.org>  [f3a09cb2536be66c3735c751e71eee4472f7ced1]

        Task #87609#: put Browse item into OpenDoc call

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [58edfe2adb516e71b7d58947e2b27b619410735b]

        #85529# new class as lock simulator

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [fe5c005cd2d6955870e77672661ecc0577d3bca7]

        #87722#: get AcceleratorManager from factory

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [cc91889c149e46b2779b682723835c528fc31742]

        #85529# new interface for gate handling

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [a3e959ea7c41c31ff89381668dcdd82671d3ea34]

        #85529# new interface for mutex handling

2001-06-11  Andreas Schlüns  <as@openoffice.org>  [c432c78bf735c6087e69a19f6466303bca5aa4a0]

        #85529# new base member to simulate different lock mechanism

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [f15c7f552c90da063c15938b780d66e7fe462a39]

        #87722#: new methods for configuration access

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [756b336a4e6c91df3329362cef94f7c8ca8cc66b]

        #87722#: ImageManager not a one instance object anymore

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [efd7d8737bd74fd964091c7ffac616bc71783627]

        #87722#: new base class implementation for UI configuration

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [1b7fa0d07eb1ddd97673114680f3e15674773886]

        #87722#: new method to create a Statusbar

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [4a910bd3c9ba9b839b72ea517270bd60b33a36f8]

        #87722#: new members for UI configuration

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [5f83d28929f068d83020b56d43338f6cf026791f]

        #87722#: no exchangeable ConfigManager anymore

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [2ef19e5697b178a8f656750d850086bb25dfbe24]

        #87722#: handling of configuration reworked

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [dcc56c1c6c5810b590399b99c6c75ad8406805b8]

        #87722#: deletion of new members for UI configuration

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [64ac5d117081eb2b236a4a3e76d8c41abe031ffd]

        #87722#: configmanager must be read, not set

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [ca9421799b021798a68b58ee6a6e08d676b5009c]

        #87722#: one menubar per view; new method to delete all factories

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [1d327ed0d79b2fa4f2e199a3d29fc5cf65302015]

        #87722#: new base class implementation for UI configuration

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [f28d11c21fbf5355a82b4412832843d18b32afa6]

        #87722#: no global access for ImageManager

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [fc31fbc97e0556810c7868e0288a35ef2a7ff04f]

        #87722#: no interface configuration anymore

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [0c9a95b998f79773c5e60ccd7138845f1244c743]

        #87722#: new method GetURL

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [2d9f3106f8ed0eb8fac49ad94d8012ca77c203e8]

        #87722#: ToolboxConfig now document specific

2001-06-11  th  <th@openoffice.org>  [3f7be2829dfe6b0690dd4613b0b70e7c707f189a]

        #87205# - Also ..., >> and some other characters are now handle correct for CJK-AutoMnemonics

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [1cad234f0488f3ef4ebd00be37ff28ebc293de31]

        #87722#: new methods for configuration access

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [62c8e65ea070e33c6aef6cd89787a306f33b6b81]

        #87722#: no global access for ImageManager; new method to create a statusbar

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [23dd15046ecb8853ee5eb644cfa4f21f43ef550a]

        #87722#: module specific imagelists noew managed by SfxModule

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [9bb9a123a3cb49ceb06e9c3f7cb5dedd8aa22105]

        #87722#: no global access for ImageManager

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [0b83c27ebef42dba9a419ac01eb56ae089ecaa57]

        #87722#: no old SFX-API for configuration anymore

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [c4ad7277f1458ec261644f1fd74b11e62f0190db]

        #87722#: deletion of ConfigManager moved to dtor

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [2a4f12110c42fec16fb72fbb057884d3fd8d23d1]

        #87722#: new base class implementation for UI configuration

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [9c6d402b9603382eaa7bb566be700be4e437d4ce]

        #87722#: no exchangeable CfgMgr

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [77bf687d72172a583c60f6e0cc89ece81051c756]

        #87722#: some settings moved from ToolboxConfig to MiscOptions

2001-06-11  Tom Verbeek  <tv@openoffice.org>  [e5cb6771e3542cebd3b3df845286ff6d4c3d62da]

        #87217# now the DB beamer is opened with the correct DB

2001-06-11  Carsten Driesner  <cd@openoffice.org>  [d934ac8887af3add67d24f67c2400f7c44a6a647]

        DTD for toolbar

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [b550c0c23457e90b64e33ea5a737f2c264a777b8]

        #87722#: Remove factories on shutdown; no activation of config managers neccessary anymore

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [557282918fbd3fe9023655f40c3d9eb23979f729]

        #87722#: rework ImageManager for multiple instances

2001-06-11  Jörg Barfurth  <jb@openoffice.org>  [4b72c8b78d54e908a5a7a16515fc8aae5021c511]

        Move+rename inc\cmtree.hxx to tree/subtree.hxx; Decouples class Subtree from public access

2001-06-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8f9457b70357956f5b43e41140405b12843f6d6]

        <memory.h> -> <string.h>

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [b94dad78f5b2d63d2b2883c70fdaeab23e27125c]

        #87722#: typedef eases uses of array

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [67e564c2812a91e31bef773cd7bb5926530beb12]

        #87722#: notification implemented

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [2365e44cea28eabdc094e3fc39c05bfd3830ee72]

        #87722#: iniman.hxx obsolete

2001-06-11  Jörg Barfurth  <jb@openoffice.org>  [e0c98cb337f8bfdfe8dae7047a91675e62ce3f48]

        Interface cleanup: ITreeProvider now serves owned trees, ITreeManager thus does not extend ITreeProvider any more

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [1bc2818d163e46cd5fe147223ccb5eb5059d9dc8]

        #87722#: old SvConfigItem/Manager removed

2001-06-11  Thomas Lange  <tl@openoffice.org>  [591cc42fe86b3b871f2d070f828facdf3c471b8b]

        #87831# user configuration of linguistic modules

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [4a16d7febdae4d84d51d83d8d7f78ce8096e5c6c]

        #87722#: no global access for ImageManager

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [8cbb50b9ad274388ad1364bed77fdc080b37b8f8]

        #87722#: header file missing

2001-06-11  Peter Burow  <pb@openoffice.org>  [1da20714921269b3f909b49f4eee6a8ace79cee9]

        fix: #86636# handle wildcards improved

2001-06-11  Niklas Nebel  <nn@openoffice.org>  [9ed951a0c4d876e51304684a80df49fbfc35d798]

        #88004# connection URL for dBase without trailing slash

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [c64b5e180fd0aec7f85a2ace23c48e7632f13b0b]

        #87722#: no SfxConfigItems

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [465489266e535f76694daa10e5db56cdfd2ec603]

        #87722#: no global access for ImageManager

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [621d4b3f826eda4ec3b8ce9c82310958e3192c96]

        #87722#: no global access for ImageManager

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [62f237497cfabf493564d9e92f7ab17633e121eb]

        #87722#: no global access for ImageManager

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [afefa4b33253c0f8963c0857cb5ec6387b6e0ed3]

        #87722#: no global access for ImageManager

2001-06-11  Kai Ahrens  <ka@openoffice.org>  [2d38f8076d8d4d0818b028c30ca7b25adb7bea14]

        #81051#: don't update effect in dialog if control indicates not to do it

2001-06-11  Christian Lippka  <cl@openoffice.org>  [6b4f2f78e29f600225d4b61c6e46f373474fe316]

        #87219# added new XIdentifierContainer interface

2001-06-11  Jörg Barfurth  <jb@openoffice.org>  [b44431d20514e63387b500549bc44db7367a6ff4]

        Decouple dependency on cmtree.hxx; Enhaced CreateSubtreeAction; Now using OTreeNodeFactory; Added support for reduceForLocale (potentially without cloning)

2001-06-11  Jörg Barfurth  <jb@openoffice.org>  [8ccb8501aaffe3326fdd38277da3309878e4f17b]

        New member: create dummy tree (may become group or set later); Now exporting a default factory (lazily)

2001-06-11  jp  <jp@openoffice.org>  [1e312b510b4dd5ba508a03a777ecf62343717c96]

        Task #87993#: save oject instead of reference

2001-06-11  Mathias Bauer  <mba@openoffice.org>  [d58facc30bf061357b643256902abc4ab41d338b]

        #87722#: no global access for ImageManager

2001-06-11  Christian Lippka  <cl@openoffice.org>  [e8151408fd32abc3f389d72dab0a5f3c085802c5]

        #87219# added helper methods for glue point import

2001-06-11  Daniel Boelzle  <dbo@openoffice.org>  [18444646c7816a49fa0edb95d4a2202209bc21b4]

        #87052# added reserved pointer for future use

2001-06-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [aefd0065a198d230e7cd9f99090f73cb84208267]

        <memory.h> -> <string.h>

2001-06-11  Stephan Bergmann  <sb@openoffice.org>  [f9bb692ad2d89d5838c47db509faf9262a76b4af]

        #87187# Simplified handling of InteractiveIOExceptions (not handling them if they do not have an XInteractionAbort continuation).

2001-06-11  Thorsten Behrens  <thb@openoffice.org>  [f8e99196bb15c9b0fffb53cd608d4ab967015d8a]

        #87923# Completed button state settings

2001-06-11  Thomas Lange  <tl@openoffice.org>  [9d2c01254fe28bf4670f76e0eb2fee05eca3560f]

        #85838# new dialog arrangement

2001-06-11  Thomas Lange  <tl@openoffice.org>  [69de0dc33ac6a2003721101f151fb55f5e42d5d8]

        #85838# new dialog arrangemant; #87831# user configuration od linguistic modules

2001-06-11  Thomas Lange  <tl@openoffice.org>  [cc8c4567ec07e75f0c0f55aea8626e676fe5c91b]

        #85838# new dialog arrangement

2001-06-11  Kai Sommerfeld  <kso@openoffice.org>  [522f55f3b2892c85d12b4f7bfee5130ebb638852]

        #87187# - Removed "approve" continuation from interaction request.

2001-06-11  Frank Schönheit  <fs@openoffice.org>  [6575bc4c9e7368404af382d8b1b334332d92dc4f]

        #87978# corrected popping states in examineForms

2001-06-11  Sascha Ballach  <sab@openoffice.org>  [f46dbfe9115bc47c4e90b4d652410f8ee3d4a93a]

        #79771#; make the SetType method faster while using the NumberFormat getting from the style and no longer from the propertyset

2001-06-11  Sascha Ballach  <sab@openoffice.org>  [7f75f35d705165dc35904b78a5e2160bfb5210d7]

        #79771#; remove some unnecassary calls

2001-06-10  Eike Rathke  <er@openoffice.org>  [4cb27f3aa31c9fa0c2946d26969b48e973ba1337]

        #87882# user configurable default currency

2001-06-10  Eike Rathke  <er@openoffice.org>  [618b4323a9ef10fe9f307bbc70dab07aac9e905e]

        #87882# user configurable default currency

2001-06-10  Christian Lippka  <cl@openoffice.org>  [d9d66912312197736efcde087613bb48e6baf9d5]

        #87929# fixed class-id for object-ole elements

2001-06-10  Christian Lippka  <cl@openoffice.org>  [c94d05e9d74d9126552fd5b2ca5ae7c3b7901bda]

        #87930# added missing transform to text-box

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [ab31ac603bee55b1d7000118e3ca9c116ecc0d42]

        Merge SRC633: 09.06.01 - 02:08:01

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [9a14820bab476bf0285a1284c7569c4aac0e1648]

        Merge SRC633: 09.06.01 - 02:05:47

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [7e0e2e36f67c65d06aa8ac7d5eaca4ac0fa7f0d9]

        Merge SRC633: 09.06.01 - 02:03:41

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [b13226a5bb46ff82a285d61ee2a49b98c9d4413a]

        Merge SRC633: 09.06.01 - 02:01:31

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [33174ba341aeff9f21fc74e0ee3c5cfb8b0848f5]

        Merge SRC633: 09.06.01 - 01:59:07

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [5243592d9d9ebf10402e7feaf525fd5db3ca1320]

        Merge SRC633: 09.06.01 - 01:56:57

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [56ad94eaf5cd5ab03c744f8d2618ddb79ecd6cd0]

        Merge SRC633: 06/09/01 - 01:53:24

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [239e08e1f3b17efd13153080e1609fff535e96aa]

        Merge SRC633: 09.06.01 - 01:52:37

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [369a0de09fd52c6a0e5cb9cb43cdc1d9ac657ccf]

        Merge SRC633: 09.06.01 - 01:48:51

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d5bc18ee7599112471040f6bbdbd6d2b6fef4d6d]

        Merge SRC633: 06/09/01 - 01:48:14

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [b9211f892a1b9b58879140dae6dda6e576a1b6e2]

        Merge SRC633: 09.06.01 - 01:46:40

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [7fa1555ccd66472da7639e53b3d6811cf12dd8d5]

        Merge SRC633: 09.06.01 - 01:44:25

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [bfec33dc132b314579e7dc107d2b84478a18a473]

        Merge SRC633: 06/09/01 - 01:44:33

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [738e12ba4f2dc11d2bb4a598d166cf9bac350aac]

        Merge SRC633: 09.06.01 - 01:42:08

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [b7e9b608c76a5c392e9bbe2b75ba846003e9bebc]

        Merge SRC633: 06/09/01 - 01:41:02

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [1d6985ac6b2139a1b3e99d7fa03bc3973ec667ba]

        Merge SRC633: 09.06.01 - 01:39:55

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [00c451c4d55e7d378ad70e576dea3908d877d238]

        Merge SRC633: 09.06.01 - 01:37:41

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [68eef420d67916b29d77bf60cd622bf67048c7a8]

        Merge SRC633: 09.06.01 - 01:35:32

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [77427311b47ef0aa0f4c8fe2c99c3ee73205a474]

        Merge SRC633: 06/09/01 - 01:35:39

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [359ae1c119bf8c528eca8eb538339717d5aeaebb]

        Merge SRC633: 06/09/01 - 01:33:53

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [278cbc5a5d8fadfea23730c5b9169e9b5d3a8e24]

        Merge SRC633: 06/09/01 - 01:30:14

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [2e133472eeb2f04d8cf5fadf9fbd4d2233276356]

        Merge SRC633: 09.06.01 - 01:28:09

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [118b0d111b9140c46600fb14dbf664275d8dc82f]

        Merge SRC633: 09.06.01 - 01:30:42

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [7f1a6fcc2f979ca9633cce2fff3d4cf55569d2f5]

        Merge SRC633: 09.06.01 - 01:29:16

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [50df0961c3de6116f46c675c562f0533b83a22a2]

        Merge SRC633: 09.06.01 - 01:27:11

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [de1d8211fb396922cb01924212fc3853e95f6def]

        Merge SRC633: 06/09/01 - 01:26:16

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [6ab013f4f89a017597aae07dc59d890b794a5e38]

        Merge SRC633: 09.06.01 - 01:27:30

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [84cf6d21a87925a15c433d249c9b3f44eaf70336]

        Merge SRC633: 09.06.01 - 01:25:42

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [de95f93411dda88159f282aaab417d26dbddc878]

        Merge SRC633: 06/09/01 - 01:25:10

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e70799f75abca05a9ac1cc07934995276ad14027]

        Merge SRC633: 09.06.01 - 01:25:26

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [8bfbdca24e6244c22a25861d613106380d3bb136]

        Merge SRC633: 06/09/01 - 01:23:44

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [bbc395ff14601adca988ca796e5aee7229a90e4b]

        Merge SRC633: 09.06.01 - 01:22:59

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [c122e634dd511c7cfcb0ab614b0502fc7e3538a1]

        Merge SRC633: 06/09/01 - 01:22:22

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [13408fee75de9781df38df6d36270062a6600c1e]

        Merge SRC633: 09.06.01 - 01:23:16

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [5fbc346f93ad30daf0b2b81d8e772942d5c99858]

        Merge SRC633: 09.06.01 - 01:19:27

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [75336621adb65ee64ef96a9d9aba48dbdfd45e48]

        Merge SRC633: 09.06.01 - 01:19:59

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [00917294dce6d33d7080db1981a0ef87d63f7ead]

        Merge SRC633: 06/09/01 - 01:19:29

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [5f4b2dd9e425753e85deb97ba04f152a109dffc8]

        Merge SRC633: 09.06.01 - 01:20:41

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [6690e8ac87fd40bfbe57f1e99e1f826b364310b6]

        Merge SRC633: 09.06.01 - 01:19:52

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [74ea37c0320aa4a2545b08deaa059e416378a921]

        Merge SRC633: 09.06.01 - 01:18:04

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [4c99202c3d2195cdd7a9eebc17920d7ed96b1643]

        Merge SRC633: 09.06.01 - 01:18:31

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [695ab83c5e1e57152c63cfb3a8f63176aca30d57]

        Merge SRC633: 09.06.01 - 01:17:41

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [031c1cc009af11f6eb999252d756980dcc9d35ac]

        Merge SRC633: 06/09/01 - 01:16:29

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [bdad1d53158f8a1c3a1662ae587200541dc4e286]

        Merge SRC633: 09.06.01 - 01:16:02

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [4ccf9311dc0782fccd8809d3772107ab8a859838]

        Merge SRC633: 06/09/01 - 01:15:45

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [24c32e8e27db6d2de92fae66e3e3ab6ba31a07d9]

        Merge SRC633: 09.06.01 - 01:15:37

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [84c38be691dabfbabc3af672fc6f68d2f96c9386]

        Merge SRC633: 09.06.01 - 01:15:57

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [8a267a7fb21a50fdcad62a973a1aa348ac58a084]

        Merge SRC633: 09.06.01 - 01:15:05

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [f2e66fc655faa58eea04eb86d551b5a762eec2b7]

        Merge SRC633: 09.06.01 - 01:13:21

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [769af6a31191c96cb506aaa44677ba19eb045b8c]

        Merge SRC633: 06/09/01 - 01:13:16

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [71323294bfd1897c791b13f0d9a0b4cddef3a5db]

        Merge SRC633: 09.06.01 - 01:13:18

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [35073e7d31663758903c427948b7b8283c46a08c]

        Merge SRC633: 09.06.01 - 01:14:01

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [33a899437adf1c4857d6044cfd8e581e7bac11d4]

        Merge SRC633: 09.06.01 - 01:12:57

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [4b104e8b777b9877bb84ef98242870d06e5318e7]

        Merge SRC633: 09.06.01 - 01:13:08

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [c22c11b1c684c433c16bd45be084c0f1bdbca963]

        Merge SRC633: 09.06.01 - 01:14:37

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d126adfdf0a4c2ede370fdd98446aafdb02bddda]

        Merge SRC633: 06/09/01 - 01:10:55

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [705a60ae95ef325d9b95280262548e0ba5d454b3]

        Merge SRC633: 06/09/01 - 01:10:58

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e0e40787308f88d252f5b5770fa081d10e2c7f3b]

        Merge SRC633: 09.06.01 - 01:12:00

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [8aba10db4aadf800e3a06d0b34f643b131f626a1]

        Merge SRC633: 09.06.01 - 01:11:06

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [f8dcbd8c60d40be333fdc935c4acc33dc5a6ecd3]

        Merge SRC633: 09.06.01 - 01:10:20

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [b74896e077c59f8ab3ba5d5399aa0700ada24c6d]

        Merge SRC633: 09.06.01 - 01:10:42

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [1ff1b41d761a5743c4cdfdaab042b1e1837308bb]

        Merge SRC633: 09.06.01 - 01:11:13

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [a9ab528d4653788c0baf1a6360255bed1d1b7712]

        Merge SRC633: 09.06.01 - 01:12:41

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e60a97e5d2e1d86ae97cbb0b855058d7f0ac517c]

        Merge SRC633: 09.06.01 - 01:09:00

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [516b9b11f0537db2302db65256718943d62f6592]

        Merge SRC633: 06/09/01 - 01:08:13

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [ccebdf9f910808a46bb26fceb3c7af9819fee81f]

        Merge SRC633: 09.06.01 - 01:09:09

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [180eaf4596d429c3b0a79e64ca6c9b855210e5de]

        Merge SRC633: 09.06.01 - 01:07:25

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [53b190c43bdadd20d9db11bb95cc704369844eef]

        Merge SRC633: 09.06.01 - 01:10:35

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [dbd57879cd09ae785c6e3711a265fe65dff7eeea]

        Merge SRC633: 09.06.01 - 01:07:29

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [ae1afc59ad63ed8f0e39525ca60d0cec45519671]

        Merge SRC633: 09.06.01 - 01:07:40

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [b1cc275a7a6e5e35869c223f8f0f82575f760e49]

        Merge SRC633: 09.06.01 - 01:06:33

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [52b52f21c678ee1b8e41acc79932e81e252d5b45]

        Merge SRC633: 06/09/01 - 01:06:31

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [427b827fcfa980a6bc9791dcc926307648e6ca63]

        Merge SRC633: 09.06.01 - 01:06:54

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [fb87a47e8672d3e9be6b4c115875d93aca208d28]

        Merge SRC633: 06/09/01 - 01:05:26

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [fed4b5b92b19473e000bc232db63541b9a2b2333]

        Merge SRC633: 09.06.01 - 01:05:24

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [4d580c1096afe6aaf030e5c47065b79cf63b25ad]

        Merge SRC633: 09.06.01 - 01:08:09

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d7cae8cc31e19f23a253e7dd75166a77f4730af8]

        Merge SRC633: 09.06.01 - 01:04:28

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [abe960259448ca99423016a687d087829cfd1ae5]

        Merge SRC633: 09.06.01 - 01:04:31

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [746897fe07b54d8b0ebce36f11ceb77f847dd9db]

        Merge SRC633: 09.06.01 - 01:04:44

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [044baeae7f1f8031b0b5b9938923f577a7cdeb02]

        Merge SRC633: 09.06.01 - 01:04:29

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [dfd1e5b595ae6a76cccf3bb69e633542fc7ce7c1]

        Merge SRC633: 09.06.01 - 01:03:15

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [31d0f03f68e3a35829604723da3a79661b0f6a3e]

        Merge SRC633: 06/09/01 - 01:02:35

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [48f094fa8ff53a5680cda4f186b7b60312142bbf]

        Merge SRC633: 09.06.01 - 01:05:25

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [37a5c81802bc96ce22feb0638950d4f2bc2f4ed1]

        Merge SRC633: 09.06.01 - 01:02:16

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [92180eab633f30e33f5c5ecedfc3f016c0487562]

        Merge SRC633: 09.06.01 - 01:02:07

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [395e5857dd4a11edb61e61a6384d26e0c8d9cc9c]

        Merge SRC633: 09.06.01 - 01:00:53

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [ed97693fede4b18fadaa082be919717205ef0f34]

        Merge SRC633: 09.06.01 - 01:00:56

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [4c314009949c092709f05ac5d7548e38b8135ffe]

        Merge SRC633: 09.06.01 - 01:03:19

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [af3214417b3e1280a2abc4188034474d3b60a1b3]

        Merge SRC633: 06/09/01 - 00:59:45

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [64a5f471f33bd65a85e3e9c8343fbba72148cbbd]

        Merge SRC633: 09.06.01 - 01:00:19

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [b55572cfbc3866e89a8ad0c73e51637317260301]

        Merge SRC633: 06/09/01 - 00:59:18

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [efaed8f226f1427f03514f84087bab15f2c8991b]

        Merge SRC633: 09.06.01 - 01:00:13

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [a8936db293d19df0e0223667d74d036fd4a08696]

        Merge SRC633: 09.06.01 - 00:58:47

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [756bf702300757236690300542931163f9b97e6b]

        Merge SRC633: 09.06.01 - 00:59:49

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [0f596018cd91aace68c47d05bf33a76c93398266]

        Merge SRC633: 09.06.01 - 00:58:39

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [2cb2f6778ca57e8e8933db922b986c59c92b1ad9]

        Merge SRC633: 09.06.01 - 00:57:23

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [2339398b3b552da8aa8311de925ee09f61b8e491]

        Merge SRC633: 09.06.01 - 00:58:39

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [0f9995d1b7b988ad87dbb5528b540afd2a968e05]

        Merge SRC633: 06/09/01 - 00:57:08

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [7fb92160937fe0b6ad8b366aa96d97451d31bbb4]

        Merge SRC633: 09.06.01 - 00:57:27

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [67eaa100ff71583724810504ab41679bb4e9d89c]

        Merge SRC633: 09.06.01 - 00:57:02

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [7ce2a9e2325ffaf68c06a9f22114bc3b70349210]

        Merge SRC633: 09.06.01 - 00:58:11

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [49f944d1d68ee18522f623924564dce10fc332b3]

        Merge SRC633: 06/09/01 - 00:56:52

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [abde9b4c7dc3c044f01a1bb95dbda0b637c724d5]

        Merge SRC633: 09.06.01 - 00:56:49

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [5e8d690bebe8c94245cdbfce22e88224a71b2448]

        Merge SRC633: 09.06.01 - 00:56:35

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [1380fb1fa81aba543b6530bcdac8ff65f61aa7ad]

        Merge SRC633: 09.06.01 - 00:57:41

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [5d133eba0cf03a089d6cf65d6b68aa21dffca824]

        Merge SRC633: 09.06.01 - 00:56:37

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [38da69f36cd75e4e3c93c705bc54183cfe58579a]

        Merge SRC633: 09.06.01 - 00:56:21

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [09a04825fdf71d3196c999a9597917b4de20e24a]

        Merge SRC633: 09.06.01 - 00:58:02

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [ef7ade609c638f7b7aa13744b06e0f7c57c20c88]

        Merge SRC633: 09.06.01 - 00:54:55

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [363e9563914cf87f0a3e1fc6a864a9d290ad856c]

        Merge SRC633: 09.06.01 - 00:55:17

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [0771daf5d9b9117d4aaab7548a6490451b638676]

        Merge SRC633: 09.06.01 - 00:55:17

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e626d19b5fca11fa0432972c31b59dab953b7cdb]

        Merge SRC633: 09.06.01 - 00:54:20

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [949ff430602ef4d815ffa63571e5c1f3f04f8011]

        Merge SRC633: 06/09/01 - 00:54:25

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e8470185e6a83065f438571834f23e7bfeabca0e]

        Merge SRC633: 09.06.01 - 00:54:33

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [aa73cb83a364b42f9059e0aca44f9d4bfd735591]

        Merge SRC633: 06/09/01 - 00:54:16

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [13fb21899f2c40a0bbeceb105aaab5ea41ecdc20]

        Merge SRC633: 09.06.01 - 00:54:39

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [6c4c1f0268f54c3d7ab5ddeecc2493324edb30a4]

        Merge SRC633: 09.06.01 - 00:54:39

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [2839fb21314bdc2e83ab9e3ef45048eb31352f65]

        Merge SRC633: 09.06.01 - 00:55:57

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [39f3cdd472d880994a2d1ba4d0d1a3bed755f54e]

        Merge SRC633: 09.06.01 - 00:52:08

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [187204430213fbc863226e7941711c1c0f0f9c32]

        Merge SRC633: 09.06.01 - 00:52:01

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [6833e87b3825f9754867b9619a91b6203a235234]

        Merge SRC633: 09.06.01 - 00:51:32

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [fc70a37bed8c156bba1684eadb287cf71104d351]

        Merge SRC633: 06/09/01 - 00:51:46

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [87a7a0757b2c3cd04c1effe544d34c14f2edfe76]

        Merge SRC633: 09.06.01 - 00:52:56

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [fbd71155b07c71d057eafb1f8362d76fb583faee]

        Merge SRC633: 06/09/01 - 00:51:26

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d46c6e01bf5bb89fd5e1326db51f643a9d691f9b]

        Merge SRC633: 09.06.01 - 00:52:43

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [032943716cc4827078e82fb72760ba2342f6f778]

        Merge SRC633: 09.06.01 - 00:53:54

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [74844671af30a41ca4c215cabecdaabb20c72b7e]

        Merge SRC633: 09.06.01 - 00:50:13

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [2e8425217fbd3c59bb5979e9dab912813f54b540]

        Merge SRC633: 09.06.01 - 00:49:46

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [429dff5e679cd235a67456be18dad87f3cf089b8]

        Merge SRC633: 09.06.01 - 00:49:31

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [207c6fba70b7ba084153d1d62942a5389fd6ff0d]

        Merge SRC633: 06/09/01 - 00:49:18

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [d20f0965ce4fae41d08f0701abb021d2a6c6cfc6]

        Merge SRC633: 09.06.01 - 00:50:16

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [67883cabf1cb8730557eec5f933936a3cbcfeaeb]

        Merge SRC633: 09.06.01 - 00:48:31

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [15a827bbfe1882acea637fb0e6a49a4c1f959ff2]

        Merge SRC633: 06/09/01 - 00:48:34

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [3ed1dc8816dc1a54005f508a0b410c60519ed978]

        Merge SRC633: 09.06.01 - 00:51:35

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [79741274e7e33c555b7b18334d5c93fea71cb63c]

        Merge SRC633: 09.06.01 - 00:48:30

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [89f7a757599dd5734164d8a8370372b76529a9f3]

        Merge SRC633: 09.06.01 - 00:47:40

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [c9e7eb77fdcbcdd9c25c149cc60eda34bbd70725]

        Merge SRC633: 09.06.01 - 00:48:52

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [b1f834bc870b40b23724073e5b528748e5f3d867]

        Merge SRC633: 09.06.01 - 00:48:30

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [2976115bc6313f075924f8946a684d8ee89b3255]

        Merge SRC633: 09.06.01 - 00:47:11

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [1ad059961dd3c814830042e35ba38f492e7a34c3]

        Merge SRC633: 09.06.01 - 00:46:53

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [de7e7c15cc0befa4c167d28cd17aba8112dcedc1]

        Merge SRC633: 09.06.01 - 00:49:42

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [a59bed4704c8f801380bb5eeeddab2d74221729d]

        Merge SRC633: 09.06.01 - 00:45:28

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [0bb47a08a78f71e8ed243d60d6bc0998e7a8bbdc]

        Merge SRC633: 09.06.01 - 00:45:46

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [079af3ea185ba37ad3b7fe0e0166608ec9d84b63]

        Merge SRC633: 09.06.01 - 00:45:30

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [7e2155fee1d8d62ccc7f4641a5f143016fb687e5]

        Merge SRC633: 09.06.01 - 00:46:24

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [25a02f0262803be27223cf38c8de28becff20daf]

        Merge SRC633: 09.06.01 - 00:46:01

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [c7b39244d5b481dbf5e80b6904a784fba9d02157]

        Merge SRC633: 09.06.01 - 00:45:03

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [d2c8426831047db45b64f82f6daee20776881c84]

        Merge SRC633: 09.06.01 - 00:47:33

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [efc06ffd5d8ea28fcb46d8e0d8285c534d8d1210]

        Merge SRC633: 06/09/01 - 00:43:56

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [8d6ff6348d7a6934bd3fc178bae6ee0cf5ed3149]

        Merge SRC633: 09.06.01 - 00:44:09

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [15132143f56fbbc0c34bd6e9af34c4feb6a0fe95]

        Merge SRC633: 09.06.01 - 00:44:06

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [7f7ab91cb13c68ed30e389951d4f8cbeb30e0c15]

        Merge SRC633: 09.06.01 - 00:44:50

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [f9710c5a2e3b43b828e8c7d4aad216f6d1ce4ffd]

        Merge SRC633: 09.06.01 - 00:43:13

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [7fad20bac1f73070157f0538f9a44a9bc66d3bf0]

        Merge SRC633: 09.06.01 - 00:44:20

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [5483f73138cba6b6022a147b67c3494f53f923ec]

        Merge SRC633: 09.06.01 - 00:45:46

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [ea2b12642c2c9aabce0f247385d932db24444558]

        Merge SRC633: 09.06.01 - 00:42:11

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [41ef929649d44cfda3ebb82612e237fd26a23a04]

        Merge SRC633: 09.06.01 - 00:43:26

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [ee34dd1fafcbf52c17c3dad2b0a70241ab08f851]

        Merge SRC633: 09.06.01 - 00:42:40

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [faa9f0285b77f461910264deacfdbaef5dcb0cbc]

        Merge SRC633: 09.06.01 - 00:43:02

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [96d427d228a6318be5f71b28eb445ca4b7cd00e0]

        Merge SRC633: 06/09/01 - 00:41:45

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [c2beab947cfbb74160a9e14f281254105fa9833a]

        Merge SRC633: 09.06.01 - 00:41:26

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d8e3a279fe4a7d7b5f7608bea9935976d26d2b99]

        Merge SRC633: 06/09/01 - 00:41:10

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [20c8fbb22082828ebb3aa1c3b7e574bea8acbbe8]

        Merge SRC633: 09.06.01 - 00:42:07

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [11d689c2ec844e0815701ac454a5b40be6bd9659]

        Merge SRC633: 09.06.01 - 00:41:01

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [8d3f839dc9d27ff144b7d9bd1854c506c748da97]

        Merge SRC633: 09.06.01 - 00:40:38

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [5e0ae6f9a78217fcc6073dbb1513c99349296313]

        Merge SRC633: 09.06.01 - 00:40:40

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [99fa9e45297fa44605930ae7fdae5726f9243354]

        Merge SRC633: 09.06.01 - 00:41:09

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d1f2bf286006143a18b1bb5cdb6005507931d88b]

        Merge SRC633: 09.06.01 - 00:39:17

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [663be80b3be779891e9274e5b0ef5e88b05c6a90]

        Merge SRC633: 06/09/01 - 00:39:22

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [0516efd1adb990b98c2330424527838f97cecc4d]

        Merge SRC633: 09.06.01 - 00:40:15

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [8ae7ced18eff7990a4f61f97801cc8259d61e323]

        Merge SRC633: 09.06.01 - 00:38:51

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [e8f94bc0765827c93997b430073a6e2473f14072]

        Merge SRC633: 09.06.01 - 00:38:36

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [4a19d9d53416570ebd2f70876f3e394d13dfd7d5]

        Merge SRC633: 06/09/01 - 00:38:15

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [497ef4e86d0afb385be5cead72f2f3ebc0c72299]

        Merge SRC633: 09.06.01 - 00:37:49

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [10e32e3a4ca2fe6cb9ff3119b0017e6f0c635b59]

        Merge SRC633: 09.06.01 - 00:39:08

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [1e4a85cd2124df355107f43cf39b0160ca298356]

        Merge SRC633: 09.06.01 - 00:38:22

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [5c3d7f5c9607523c23f45cce702d6cbf44e15894]

        Merge SRC633: 09.06.01 - 00:37:02

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e716d79cdb82f9fe8fb004dbcb3d154a6194649b]

        Merge SRC633: 09.06.01 - 00:36:19

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [54c8fb3e36980123a02c7fff7f20ae31cd52c064]

        Merge SRC633: 09.06.01 - 00:36:45

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [59b6b1df9eef6b5d16a3359b94ae137412d06deb]

        Merge SRC633: 09.06.01 - 00:37:11

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [26fe81bda79718e6323ebe245156295904182f5c]

        Merge SRC633: 09.06.01 - 00:34:50

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [7e786fe0bc99975762e10414da79174aeb765611]

        Merge SRC633: 09.06.01 - 00:34:34

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [7bed5c0b3e6636aba833112c43c0bd0cb3652139]

        Merge SRC633: 09.06.01 - 00:34:31

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [54381f322f2822d8250fb1259f4931bb4b03d1c0]

        Merge SRC633: 09.06.01 - 00:33:36

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [fb0826ea8bc8bc18da465bc69764cd6bfcd69744]

        Merge SRC633: 09.06.01 - 00:32:53

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [822ee5f2b610e483edb27e5da2fcc097ce165c32]

        Merge SRC633: 09.06.01 - 00:35:47

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [3b582cc6d8356e7ca52ef39ab2f058d74114e09d]

        Merge SRC633: 09.06.01 - 00:32:39

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [9ac503b84064b721ab5a50fd2a61a4fc7631a42a]

        Merge SRC633: 06/09/01 - 00:32:20

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e827e783596c3a4c0a6bd35c1e49bc2e95d9595d]

        Merge SRC633: 09.06.01 - 00:32:14

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [fe9012b119270b74763d4814d3dfe84b86798857]

        Merge SRC633: 09.06.01 - 00:33:09

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [efc04622a39e2a4aaa02c0d03ef87c4f00d1fd30]

        Merge SRC633: 06/09/01 - 00:31:52

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [ebdfc1095e8a8dcb74148010472239d6aaffa8d6]

        Merge SRC633: 09.06.01 - 00:32:50

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [f5fcd9aadf14693091d2333fda26affe7b05ba80]

        Merge SRC633: 09.06.01 - 00:30:46

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [b84c74fbc31fa9ddebf42fdfc85be6ae4d72f901]

        Merge SRC633: 09.06.01 - 00:30:47

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [2f081bc323233b85bb8b65f189b27a98688dd71b]

        Merge SRC633: 09.06.01 - 00:30:41

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [0c135d7697faa64198bd61d01feab3575ca4860f]

        Merge SRC633: 06/09/01 - 00:30:03

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [501ba72a48418f58b00476c00905adc60d6f477f]

        Merge SRC633: 09.06.01 - 00:30:53

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [8a161ffcb1a5f8a81203bac34098e783ac382884]

        Merge SRC633: 09.06.01 - 00:29:51

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [1d5f4b755c47ab37ff15b80b10b3d667bd9e5946]

        Merge SRC633: 09.06.01 - 00:30:29

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [ef0195fa9ef677a931f99ee751c6f7cc58e60059]

        Merge SRC633: 06/09/01 - 00:28:55

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [7abd31930b689cd7b52187b1ed44faefa1682fdf]

        Merge SRC633: 09.06.01 - 00:31:49

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [223a5595f8ea121de3d4984747082e5383483409]

        Merge SRC633: 09.06.01 - 00:28:39

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [610ea569d2f77a3ee90ed58b813d7d1dd392323c]

        Merge SRC633: 09.06.01 - 00:28:28

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [69620faedfdcb734c7deb8eba679fb0afd6a7a5b]

        Merge SRC633: 09.06.01 - 00:27:32

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [a7e7fe6dfc2534fb1f437363baa430795694397a]

        Merge SRC633: 06/09/01 - 00:27:49

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [c3dbacb4dac38bee91c410aafde478e5864b0175]

        Merge SRC633: 09.06.01 - 00:28:55

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [5ab6c05be6af24a10efa8544d1bd7d243a406823]

        Merge SRC633: 09.06.01 - 00:28:38

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [31b867bc61e23866790bc5d3cb138a33ead99068]

        Merge SRC633: 09.06.01 - 00:29:34

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [bbf0759ff0b10073aa7854bb5f8113cbf0674b64]

        Merge SRC633: 09.06.01 - 00:26:36

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [5a7986e931e57c77f5a520cf151eed50e8697e34]

        Merge SRC633: 06/09/01 - 00:26:11

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e7ebb7a64058038bf11e90aee183b0c58250a7af]

        Merge SRC633: 06/09/01 - 00:25:35

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [a62a0befcbe73b96e6f0a27c65ad90222ff94fe1]

        Merge SRC633: 09.06.01 - 00:25:34

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [197b49ae390408eb7b69202c1536f1db495b5b02]

        Merge SRC633: 09.06.01 - 00:26:42

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [143bb4c6f0802a04ec7a2955a49e67de37a97351]

        Merge SRC633: 09.06.01 - 00:26:39

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [91b87fe4be96c29a336b7b18b12be57b3fd1714a]

        Merge SRC633: 09.06.01 - 00:24:34

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [eab6a4fd6aa7850eab5856e0c007ec3ad5a57f2d]

        Merge SRC633: 09.06.01 - 00:24:35

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [57280b35cc33562f311c178232cb9de20a19137d]

        Merge SRC633: 09.06.01 - 00:27:23

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [eabe3cdf8db131e732a2166b35511b8fbb9c521b]

        Merge SRC633: 09.06.01 - 00:24:48

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [fa280ef682632837084fa08c8839a1f99fbda633]

        Merge SRC633: 06/09/01 - 00:23:08

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [8a9acf23758ff38fde61db2ee8ad77f9590f9d18]

        Merge SRC633: 09.06.01 - 00:22:59

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [bfebbb7febd1d71994b3286decefd73e655fcf9d]

        Merge SRC633: 09.06.01 - 00:22:50

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [da2ec0246b0f755eabc37ffb086c9e8db2a28552]

        Merge SRC633: 09.06.01 - 00:21:48

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [2938d200442238e0a9d26fffae40ab435f6e2ce1]

        Merge SRC633: 06/09/01 - 00:21:51

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [483c38747c363507906f5824a0146df5c49d3e79]

        Merge SRC633: 09.06.01 - 00:22:44

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [3180c3a95c64f77a83738f3ef173272cd05b44ba]

        Merge SRC633: 06/09/01 - 00:21:14

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [43c3fec0d8ebcf8044e45351cbd1b2016cb52b40]

        Merge SRC633: 09.06.01 - 00:20:34

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [04946a6cbe9a15d8545a875c7c3ab0c98f1ca75f]

        Merge SRC633: 09.06.01 - 00:22:48

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [992f8aec6a8a8acf22fc9b48b6a55856d5f21447]

        Merge SRC633: 06/09/01 - 00:19:12

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d335230c21c2c514685b7b5bac127beaa4d3204e]

        Merge SRC633: 09.06.01 - 00:18:46

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [a17cb3bc2494e0fda4cd2b9ba8173decff6adbb1]

        Merge SRC633: 06/09/01 - 00:19:15

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [e1ef9c687d174beaadc2cce12c88ba3a3f72795a]

        Merge SRC633: 09.06.01 - 00:18:09

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [d1098f1b889912f92303208152807bb77417273c]

        Merge SRC633: 09.06.01 - 00:19:13

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [1364a9c3551cf96f222dc7edac3e12fb927d3089]

        Merge SRC633: 09.06.01 - 00:20:34

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [401ea5ce0a7e367341e0db013a583dbe7c39a6f1]

        Merge SRC633: 09.06.01 - 00:15:54

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e5242403ee0ad4b67478008099debdd5fb67e71f]

        Merge SRC633: 09.06.01 - 00:15:17

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [67039adcff75f56e6ff5a9b32d70ed9d6b314531]

        Merge SRC633: 09.06.01 - 00:16:57

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [d8145ea9a03eedd3f14a694cccd60aaf972e48db]

        Merge SRC633: 09.06.01 - 00:17:56

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [4c616ef0b3710eb93642abe05f8274b081c2ff00]

        Merge SRC633: 09.06.01 - 00:14:43

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [d210b3b213cd8c05663fdf172de2f2f097b30874]

        Merge SRC633: 09.06.01 - 00:12:44

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [7c46770aa7536859c122349bdc8b4fa673527dab]

        Merge SRC633: 09.06.01 - 00:15:46

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [eafa279d089604d4a8c4e215527618116082d54e]

        Merge SRC633: 09.06.01 - 00:12:21

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d425f6a11eb4d21d6ea6210314cc17be4459dfef]

        Merge SRC633: 06/09/01 - 00:11:52

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [58c8602b3cdb19da5820df148fa59b0961befa4f]

        Merge SRC633: 09.06.01 - 00:13:38

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [820299e1f4d79e386ffd134995e3fe2c72771d65]

        Merge SRC633: 09.06.01 - 00:10:03

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [3ca451abf2f544a03d79f7e0e8113d0a01abfd0a]

        Merge SRC633: 06/09/01 - 00:09:31

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [9c41fbfdd85df2aa4bb0a4ab0a9cb6a1fa8ec580]

        Merge SRC633: 09.06.01 - 00:09:21

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [92c635528e3d102e81504aebd8d8543343e02b45]

        Merge SRC633: 06/09/01 - 00:09:25

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [bf59b41bedfebb3206e86aab8b7a5d6d0905abe4]

        Merge SRC633: 09.06.01 - 00:09:32

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [8be4620a0c71ec1fedf38cdcf20101f6f70d2bde]

        Merge SRC633: 09.06.01 - 00:09:37

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [e2a225d4a1f78180a2675c078dd3a8b1da738f5a]

        Merge SRC633: 09.06.01 - 00:08:01

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [321b6a2b966b78993b1df279d6fd6e5f9b808945]

        Merge SRC633: 09.06.01 - 00:07:57

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d93ee22d27f6c16457b686d7b808cd00d96d6add]

        Merge SRC633: 06/09/01 - 00:07:18

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [f005bb5cb4081fe1549023a1d8b17d7edd2f28e2]

        Merge SRC633: 06/09/01 - 00:06:52

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [46791a9b31e2d529b232c589d207f92bb7be2665]

        Merge SRC633: 09.06.01 - 00:06:18

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [53cd131c4e977d77612f1d5613b65b71b3769326]

        Merge SRC633: 09.06.01 - 00:07:23

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [e1474a16082c87d96a87b25a7765f9f497c70dac]

        Merge SRC633: 09.06.01 - 00:09:23

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [5296f63f948d6eff1fabff33933e417ff2baab6c]

        Merge SRC633: 09.06.01 - 00:06:56

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [4db8ed170c5b98fd24487ad3a096466f63fcb1cd]

        Merge SRC633: 09.06.01 - 00:06:05

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [cc89bb221999099a2af79041fe070667ccfa6f6c]

        Merge SRC633: 09.06.01 - 00:06:52

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [66574c2d8a2a9ec42f0e68cc609018377a66dde0]

        Merge SRC633: 06/09/01 - 00:05:11

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [a5b3aa2437aacf8dae4f7a03a9cc3a043f8aad10]

        Merge SRC633: 06/09/01 - 00:04:13

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [afe701c43dd80647d3adaa19005f320c65f19fff]

        Merge SRC633: 09.06.01 - 00:05:04

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [61ceed331b07027a5f959e8111803ba7ed0c3cdd]

        Merge SRC633: 09.06.01 - 00:03:44

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [779d2a380ec7ef7bbe61e151fa1f08151c5f70c1]

        Merge SRC633: 09.06.01 - 00:04:06

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [6d01cdbabb7a842eacefd19a1e170963c3b13169]

        Merge SRC633: 09.06.01 - 00:04:52

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [bb568066abddebefbaca385ddf89ea711a094ffe]

        Merge SRC633: 09.06.01 - 00:03:14

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [60320cf5c7cc304a8603a7c7cf31ea3184b9c44a]

        Merge SRC633: 06/09/01 - 00:02:48

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [9d2460860113f252cb9681d4f302041dd1e3704c]

        Merge SRC633: 09.06.01 - 00:02:11

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [37c4b0375e39c85dcc830ea44b36700e19b873a0]

        Merge SRC633: 09.06.01 - 00:03:13

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [39e11b31fc76f052305d676815b3baf6d353d4a9]

        Merge SRC633: 09.06.01 - 00:03:05

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [0b4b2d1ae4415ecd60e95d74480d88cf6256572d]

        Merge SRC633: 09.06.01 - 00:01:40

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [477ba7d7b0110c57a088dc31bf3309ceb8c9c80f]

        Merge SRC633: 09.06.01 - 00:01:11

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [a6485101e936ea4be373ecfcee5b2775e7244dc9]

        Merge SRC633: 09.06.01 - 00:01:23

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [ec5a7b2a1132990a0899bf0a95440aa4ae04c5a8]

        Merge SRC633: 09.06.01 - 00:01:18

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [1a4430fe79805d4469a8cb5480f4a9b6e916a93c]

        Merge SRC633: 09.06.01 - 00:02:45

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [165b1c5eb4026120100e51aa6b58294cc43529cc]

        Merge SRC633: 08.06.01 - 23:59:20

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [5c4531c7fc685ea4135d8ae287af168ced79ae03]

        Merge SRC633: 08.06.01 - 23:59:44

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [e2d77faf096010b20bc0c8c10d23bffb2dca4808]

        Merge SRC633: 06/08/01 - 23:58:48

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [0f5cd9e3046e9b0160a2bbd68abcb08647ec0782]

        Merge SRC633: 08.06.01 - 23:59:33

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [a6eeb15d73538505fff5970dd4671bb75eeb98b5]

        Merge SRC633: 08.06.01 - 23:58:44

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [31dd3ffef4742d39b397d0c477aa71a9e1934ce0]

        Merge SRC633: 09.06.01 - 00:00:37

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [b7b785ba963a3025fc947560aa2e5f49871a21c8]

        Merge SRC633: 08.06.01 - 23:57:53

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [e4f31e7474c3c147d000a42c6504173b579d9458]

        Merge SRC633: 08.06.01 - 23:57:27

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [8ef08c48d53c85150c1d6b4962ff471e69be0110]

        Merge SRC633: 08.06.01 - 23:56:31

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [f30ccc88f3b1cf04979f1ae3a1ee8e55effd8397]

        Merge SRC633: 08.06.01 - 23:57:47

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [163e85ee72b79760ee435c1715d01e5cc3dcc9c5]

        Merge SRC633: 06/08/01 - 23:55:46

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [67a6519fe92da798efd03c63556035c5b7f87074]

        Merge SRC633: 08.06.01 - 23:56:56

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [c46eb58d43a162e9febaad05b3ad815cb7e62c58]

        Merge SRC633: 08.06.01 - 23:58:31

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [c84dddd8c15b9fba1ceff1fb2d699883f8d01225]

        Merge SRC633: 08.06.01 - 23:55:33

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [a2593e8bbab965472d6a01e66ace0a4811903285]

        Merge SRC633: 08.06.01 - 23:55:51

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d8596363dd741b0f900dac72232ce80b7f7732aa]

        Merge SRC633: 08.06.01 - 23:54:57

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [555f8949426a61f4bea16769d5922a1c1a762812]

        Merge SRC633: 08.06.01 - 23:53:51

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [dd3f4bbb5f4d25a78d6d43296fcd80415a72c7f7]

        Merge SRC633: 08.06.01 - 23:56:25

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [ee6c013e4ff0701b3a8e0a428394e4698fb51eaf]

        Merge SRC633: 08.06.01 - 23:53:42

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [612bc2c8b51bf5e88a698fa2ba38b0ee7da8227a]

        Merge SRC633: 06/08/01 - 23:52:36

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [9ee40e37ba1cb5bcb65dd2cf1eca6216c476ad58]

        Merge SRC633: 08.06.01 - 23:52:56

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [f597382884be254f49b4e5c9ce526c6adbe4ca29]

        Merge SRC633: 08.06.01 - 23:50:59

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [62d90e6e0ddbcea0fc26b795436b8407a588861d]

        Merge SRC633: 06/08/01 - 23:50:24

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [3c4af48534f1a4ba206ff65cc1187b7bc0ba353b]

        Merge SRC633: 08.06.01 - 23:50:10

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [72c738e09139b50fea78db8ca7bd0498074e7aef]

        Merge SRC633: 08.06.01 - 23:50:59

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [47e728a9d0a0ab6c1b4ecbe8166855e61bc485c0]

        Merge SRC633: 08.06.01 - 23:51:24

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d76f4f8488984859fcb86bbe61ee46efbedb7370]

        Merge SRC633: 06/08/01 - 23:48:15

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [507d43b923a04c1aa242b4f548b3733af0827906]

        Merge SRC633: 08.06.01 - 23:49:34

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [90aa77026c28b308789409ba0ecc4854e0825247]

        Merge SRC633: 06/08/01 - 23:46:11

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [bff22e88a8c9eb4b843d1cefc442bb76ee559c75]

        Merge SRC633: 08.06.01 - 23:46:08

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [a3a89b020be989d2863d198ebb375e909a316460]

        Merge SRC633: 08.06.01 - 23:48:06

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [fd0dbbd56d7222594b5d8af0ecd10f821cd4904b]

        Merge SRC633: 08.06.01 - 23:45:43

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [c56867df38ac6db54a9144114290d16c5164eb11]

        Merge SRC633: 08.06.01 - 23:43:55

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [f189c132df54756268f0bd294f0c48738c32e876]

        Merge SRC633: 08.06.01 - 23:44:32

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [3834eb7a0d27af83665451ee2c24fe49607fde69]

        Merge SRC633: 08.06.01 - 23:46:29

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [4b837ec8530298deefc8f50354c84e3b6b773948]

        Merge SRC633: 08.06.01 - 23:43:59

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [6023636a4a3cd54ae57677e078d8de7c1d0f6c10]

        Merge SRC633: 08.06.01 - 23:42:49

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [70a3096ee1f430eb00ff8f96da6a89c85bbe6a53]

        Merge SRC633: 08.06.01 - 23:42:44

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [425b5ff19f034e67db875b5b63d098b080f791e6]

        Merge SRC633: 08.06.01 - 23:43:22

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [b984b9dc059495ebc705f1c5bdbae9be00026c71]

        Merge SRC633: 08.06.01 - 23:42:36

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [e07b93f26714caaf03467b3960a673ae5ca0fbcf]

        Merge SRC633: 08.06.01 - 23:42:30

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [f2d6e6ace9d3a0f0d0bcb0580fb7b85a56fa5670]

        Merge SRC633: 08.06.01 - 23:44:27

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [fd305c257bc76de1b99782278af3dad7d5604c0d]

        Merge SRC633: 06/08/01 - 23:41:08

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [49c233e5341f82f6a5febaaeaec988d43d12417f]

        Merge SRC633: 08.06.01 - 23:41:07

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [805c1a916b3252d7ff68f01fa759fb9a5e511cd0]

        Merge SRC633: 08.06.01 - 23:41:56

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [c3ac9cd557e8e650274b962930c03a7c04c24285]

        Merge SRC633: 08.06.01 - 23:41:53

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [c2fb9a622669331b99db8802cc88897003df624e]

        Merge SRC633: 08.06.01 - 23:40:55

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [2b45470ddcfa32db94f2466724d3c2c6f5aaa80c]

        Merge SRC633: 08.06.01 - 23:40:10

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [bb0f074862293675e3813fd1c0d747115bd77d20]

        Merge SRC633: 08.06.01 - 23:42:29

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [3ee4fd286a1be8a06d6ffd98d45c14312dc0e3e0]

        Merge SRC633: 08.06.01 - 23:39:08

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [ef2a3670db70de422a1753515c2e34dfd9d670c9]

        Merge SRC633: 08.06.01 - 23:38:19

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [dfc40bdb67bf18fc8a5718616128002cb1331e8c]

        Merge SRC633: 08.06.01 - 23:39:11

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [135d7385f1a04528a1358cd5763a39199a7cfb9d]

        Merge SRC633: 08.06.01 - 23:38:22

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [b7f150962e8ef32cc6211eb9b437108303f4b0ac]

        Merge SRC633: 08.06.01 - 23:38:57

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [f00478a64559c9555b37923f24cc87aa39132a36]

        Merge SRC633: 08.06.01 - 23:36:15

2001-06-08  Oliver Bolte  <obo@openoffice.org>  [df92e867e741fd84a258d70649358b774a49b145]

        Merge SRC633: 08.06.01 - 23:39:22

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [f8525eccf428eef7dbf90c776e1939e259384e22]

        Merge SRC633: 08.06.01 - 23:37:23

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [ba82ccef9828e147e59134f50e659953abc7f429]

        Merge SRC633: 08.06.01 - 23:37:19

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [a51d9e1d8953dc156341d88e6da2ed4687c839e5]

        Merge SRC633: 08.06.01 - 23:37:05

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [eebc9e6d29cd604074be4249e967c344ea4c0e92]

        Merge SRC633: 08.06.01 - 23:36:04

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [ea60f99d498e8484ebaa3c34d76c0196d14800f7]

        Merge SRC633: 08.06.01 - 23:36:23

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [d3334836c729ec5298523312c9ed95ebab541710]

        Merge SRC633: 08.06.01 - 23:37:01

2001-06-08  Kurt Zenker  <kz@openoffice.org>  [694e9a240d01573ebf79b002fd430e4fa490b4f3]

        Merge SRC633: 08.06.01 - 23:35:36

2001-06-08  Niklas Nebel  <nn@openoffice.org>  [2afea925dc7880e88f1aa5c0a90aa97f9e33051d]

        #87187# ucb may throw different exceptions on failure

2001-06-08  Niklas Nebel  <nn@openoffice.org>  [38f4ed26821e23c11094792af01b9eb8dd2a5374]

        #87187# InitAddIns: ucb may throw different exceptions on failure

2001-06-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7cf0d305707ec60bc283f91565d17e19c07da08c]

        patch for stlport includes

2001-06-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [754f7d9b9a6d2f4cbe84570cbc1abe3a19de49f7]

        patch implemented

2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [aa0edc8a0cb85e1c3f4c581ae2e89ba8c49bf108]

        #87994# osl_freeThreadHandle is replaced by osl_destroyThread

2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [4a48baf7f2ee8a64dd719304295815e4c9b401db]

        #87994# osl_freeThreadHandle() is removed

2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [0fd1e4bcce67390cc60f5fea05f1272a16541c66]

        #87994# replaced osl_freeThreadHandle with osl_destroyThread

2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [8c9c950e82de39276dc62ae902bd847b0b20977e]

        #87994# osl_freeThreadHandle() is now unfunctional, osl_destroyThread does not kill anymore

2001-06-08  Philipp Lohmann  <pl@openoffice.org>  [0d3fedbe2411f63340d90cb4854f4153169b9d8c]

        #87985# honor copyright flags for TrueType fonts

2001-06-08  Sven Jacobi  <sj@openoffice.org>  [e48736646e797b9ef8880c616484f52670dadc75]

        #87774# do not create SdrOle2Obj without name

2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [8034cd4e020521e849973bb209b92fa1e136371d]

        #87994# osl_freeThreadHandle() is replaced by osl_destroyThread

2001-06-08  Stephan Schäfer  <ssa@openoffice.org>  [6c0de6f893c630f7b0c25a3d29439dfde64df9d0]

        #87566# use file url

2001-06-08  arellano  <arellano@openoffice.org>  [d618a3300d2b6066f3178ef1d6b9c4f471dedd49]

        added punctuation

2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [d11a3b40d8c9b4a1a704025ad1357e65f21f6476]

        #87994# osl_freeThreadHandle() is replaced by osl_destroyThread

2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [a6fef84e96b40332b5284a971e02b3b662fbfe1b]

        #87994# osl_freeThreadHandle() is replaced by osl_destroyThread

2001-06-08  Andreas Bregas  <ab@openoffice.org>  [553cf2a834fcca17be6f7712c53e190e90e260eb]

        #87927# Map TypeClass_BYTE to SbxINTEGER instead of SbxBYTE because of signed/unsigned problem

2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [fa6dc725513aa93df54dd302e40107b0cd4e1749]

        #87994# osl_freeThreadHandle() is made non-functional, osl_destroyThread does not kill the thread anymore

2001-06-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a014d5940503cfc7ee1f9b4e71063c00dcafd08]

        #65293# fix $(PWD) when building with build.pl

2001-06-08  Andre Fischer  <af@openoffice.org>  [0ec27a78b76ff96a81e8ab501d8e3561b7c6affe]

        #84887# Size of draw page now set before first BuildChart.

2001-06-08  Kay Ramme  <kr@openoffice.org>  [9dc628abcdfd91dd3e99e21c48d5371eb680d605]

        fixed method offset for very recursive types (#87872#)

2001-06-08  Daniel Rentz  <dr@openoffice.org>  [5a7bfce77e3f643d87a18ec0481b822c6d86ec31]

        #81094# OLE conversion on excel import

2001-06-08  Dieter Loeschky  <dl@openoffice.org>  [0e6f1b736416b8682ffcb64515cdaf87d0178dd0]

        #87989# Translation of RID_SVXSTR_BITMAP

2001-06-08  Tom Verbeek  <tv@openoffice.org>  [3d1f05bb971b31e39c5b3f026f266e2c99eee553]

        #87217# new way of setting db fields in correspondence templates

2001-06-08  Behrend Cornelius  <bc@openoffice.org>  [f57eddf9a70f5ad87fcaca53d1299ef3cc92fa54]

        *** empty log message ***

2001-06-08  Kai Ahrens  <ka@openoffice.org>  [001fdfd299e9fe06fafd1088f7f5cc539533f832]

        #87936#: set COMPRESSMODE_NATIVE to exchange graphics

2001-06-08  Oliver Braun  <obr@openoffice.org>  [2ad023906439164a10e7e2bbd6ae85f0e8958efe]

        #87132#removed obsolete parameter in executeProcess

2001-06-08  Kai Ahrens  <ka@openoffice.org>  [c1309bb97110dcb749fde52e3ba07291813b1e95]

        #87936#: enable drag into list view

2001-06-08  Oliver Braun  <obr@openoffice.org>  [667355b1bcd70dcf20d8606d38c4cdd015797709]

        removed obsolete methods provide/acceptIOResource

2001-06-08  th  <th@openoffice.org>  [e5f012433208a5004c32a446b610959e19c6fde3]

        #87205# - AutoMnemonics for CJK

2001-06-08  Oliver Specht  <os@openoffice.org>  [ec748265324c05a9958e988373e4a98839e44aa9]

        #84832# #84836# use connection parameter in drag and drop, form letter, merge field and insert db as text

2001-06-08  Vladimir Glazounov  <vg@openoffice.org>  [369e083b15e0f1528f12f5e66530253e396ee552]

        #65293# added platform-dependent projects productivity

2001-06-08  Gregor Hartmann  <gh@openoffice.org>  [fb76b2a0a27cbcb0618d9976fe4fa7d9acdf5597]

        #87548#Fixed clipboard again!

2001-06-08  jp  <jp@openoffice.org>  [31abbd0547a84de778ace11190812ee679af27cf]

        Bug #86377#: cache the original string for overwrite mode and handle this mode

2001-06-08  jp  <jp@openoffice.org>  [d84438dca1d67fbf058a8624629603ab39254610]

        Bug #86377#: cache the original string for overwrite mode

2001-06-08  Oliver Braun  <obr@openoffice.org>  [7c2bdcc5ed474d807b836fc9614534d42bcbac90]

        added missing #endif

2001-06-08  jp  <jp@openoffice.org>  [a4c2eb031171404b981164409a7255c8650e2da8]

        for Bug #86377#: Undo - don't delete fields they will never stored in the history

2001-06-08  Oliver Braun  <obr@openoffice.org>  [04366197775dd26d32b1430d36ebc98d79feaff6]

        removed localtime_r and gmtime_r stubs

2001-06-08  Andreas Bregas  <ab@openoffice.org>  [14ff558215dec34d4d55bdc39a017ad5209dc02c]

        #87844# Map Uno exception to VB error code 1

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [62a922b679540e414cc9986ffe7d22b129dc30e3]

        #87576# directory unoil has to be built first

2001-06-08  Frank Meies  <fme@openoffice.org>  [cd6002a3e1b86a1f6c738566c69425ba915a2325]

        Fix #87879#: Corrected repaint problems in lines behind a manual line break

2001-06-08  Andreas Martens  <ama@openoffice.org>  [d732e9d27bd52397dbc37f2003a9216625327728]

        Fix #87926#: Don't paint outside the page frame

2001-06-08  Niklas Nebel  <nn@openoffice.org>  [8a1020938cb15879a1e69b231bf75b4e297fd524]

        #87974# don't use empty string as ShortDocName for unsaved document

2001-06-08  Dieter Loeschky  <dl@openoffice.org>  [1f58b50735665a8e97fc897d1f38251fa74a383e]

        #87520# removing static pointers

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [16b122fd33e03ac91af1a7d2a9453e04cdb79111]

        #86096# corrected setting the FontSlant

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [04a6f9527034fdcd77fef209a59c4c496b3b6c46]

        #84836# transfer the connection when dispatching the data-to-field etc.

2001-06-08  Daniel Boelzle  <dbo@openoffice.org>  [fc586586c7763970f78c2e6b110a6b0f049e0c2b]

        #87919# corrected dtd

2001-06-08  Philipp Lohmann  <pl@openoffice.org>  [91a0b490c372887c56a69b8dd982df8e56636211]

        #85520# changed add dialogue page sequence

2001-06-08  Eike Rathke  <er@openoffice.org>  [69496db2b94a466538d2d70d7d2be246dc36105e]

        #87970# mask off defined for currency

2001-06-08  Andreas Martens  <ama@openoffice.org>  [ee5d268100a76776261ae149c74502a1be556010]

        Fix #87918#: Allow sections to create pages during insertion

2001-06-08  Christof Pintaske  <cp@openoffice.org>  [e75ba71c88449b0d05fbbf55386a6c77ab0100b4]

        #85459# #83995# Andale Sans UI is the final name

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [928670692f4f0f55fda66d4129ea962ddad0e885]

        #86096# corrected extracting sal_Int16/sal_Int32 values

2001-06-08  Christof Pintaske  <cp@openoffice.org>  [9c43d302fd21e85e4267e4665b03255be8ab1a86]

        #87921# dialog window isn't necessarily mapped when warping the pointer

2001-06-08  Dieter Loeschky  <dl@openoffice.org>  [f6c1a180df91eeb9b80536d16aeffd7fc5557203]

        #86259# Extend ItemSet range: SDRATTR_TEXT_CONTOURFRAME

2001-06-08  Andreas Bregas  <ab@openoffice.org>  [66a2d0eae49207235eff2feb179e82e266471bb6]

        #87920# Added brackets to make DTD well formed

2001-06-08  Juergen Schmidt  <jsc@openoffice.org>  [3d480c09928516d571e63d37f6dcef51d6e34baf]

        #87968# remove string constant

2001-06-08  Joachim Lingner  <jl@openoffice.org>  [e9b321cb92119f4dc68b7107e0ff92870268d63d]

        #67468# new type XUnloadingPreference

2001-06-08  Juergen Schmidt  <jsc@openoffice.org>  [773d4be47005925e024a88144028754504fd33f8]

        #87814# renmae zip file

2001-06-08  Michael Hönnig  <mi@openoffice.org>  [4c08c40286b23972d1ab68b12adbc5bf1f64cc3d]

        interfaces for collections+containers with implicit identifiers

2001-06-08  Stephan Schäfer  <ssa@openoffice.org>  [4533a9d2d08e6f941c06e878b910dc5153d3127b]

        #87523# changed shortcutname according to setup

2001-06-08  Oliver Specht  <os@openoffice.org>  [208f384b5eec63ca0571cf47bd5522fe130df5ee]

        #84686# no using namespace ...awt

2001-06-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [de946eac3d61b190ef5602764d6f271ad91692e5]

        db_buildall does not contain db_java

2001-06-08  Dieter Loeschky  <dl@openoffice.org>  [fdd79714f726add62880fa8671ea7824bcc7dd21]

        #87944# Set default filter to <All>

2001-06-08  Daniel Vogelheim  <dvo@openoffice.org>  [61c16a543859ac11d64a8f2e692190d0719c2f1d]

        #87955# services for XML-based filters

2001-06-08  Daniel Vogelheim  <dvo@openoffice.org>  [13f53e8c51e9ce8e62bc10be7ce957af04862717]

        #87955# services for XML-based filters

2001-06-08  Andreas Bille  <abi@openoffice.org>  [f47ea66e93683544ae0f149ff0ffc269c2215806]

        Restricting build to windows

2001-06-08  Mathias Bauer  <mba@openoffice.org>  [56ffd2bc85805ad920546bd946abda3eb3e675a1]

        #86636#: don't autocomplete URLs with wildcards in GetURL

2001-06-08  Oliver Specht  <os@openoffice.org>  [b4e5ad62e084075ab9ea9177b69339c280cf76d6]

        #87821# typo

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [5626698a4bb3813a6ee1b84c4e7442c6929c6004]

        #87909# corrected behaviour when one of the frames is beeing disposed

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [4f30b9fa101b2f8b04555c1d0f8dd7889b88defe]

        #87909# renamed the external accessible methods from beamer to preview / added getPreviewFrame/disposingPreview

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [1d250cac683b591d689c1f048a054159cdabe0f2]

        #87909# moved dba- and dbu-specific strings into the respective cxx file, this way not unnecessarily duplicating them anymore

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [d04d63885a547effc85dc69f81b217d088a4289e]

        #87909# moved dbu-specific strings herein (not compiled into both libraries anymore)

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [6a93c955459e834387f74d3dc148436d50455b70]

        #87909# moved dba-specific strings herein (not compiled into both libraries anymore)

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [8c9626c8a1ab92377fa38575f3f34ea859b6e282]

        #87909# hold an ::rtl::OUString*, not an rtl_uString (cheapens the access to an ::rtl::OUString) constasciistring.hxx

2001-06-08  Mathias Bauer  <mba@openoffice.org>  [c3764d30500535eb0844ce5d4dad3275ad466656]

        #86195#: care for STREAM_TRUNC when creating TempFile

2001-06-08  Jörg Budischewski  <jbu@openoffice.org>  [c46dd2d4b10a1a7d118be1847b1768a1f394ae9b]

        #73862# osl_getAbsolutePath removed, as it checks for existence (at least on unix)

2001-06-08  Stephan Schäfer  <ssa@openoffice.org>  [7b89c934931d743d670919f724f33f30ff976ecd]

        #87523# QuickLauncher integration

2001-06-08  Rüdiger Timm  <rt@openoffice.org>  [7f05591b689e836efe341bca47f472a9c00c6dcd]

        #87576# don't let unix wait for subdirectories made for windows only (here: ex_pchk)

2001-06-08  Kai Ahrens  <ka@openoffice.org>  [7feaa52371daf12e26cae6c4382959957c1ad801]

        #87932#: Acquire solar mutex when destroying OLE object member

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [b6cff727d57990ab7a08f508478582f22a03f318]

        #65293# linux type conversion problem

2001-06-08  Frank Schönheit  <fs@openoffice.org>  [662296361de0162ffa0084c91ad56025402b7146]

        #65293# linux type conversion problem

2001-06-08  Andreas Schlüns  <as@openoffice.org>  [55229ee87672a6038cb2695f4fd4aca4ebd3cb70]

        #87950# enable convertion new2old filternames again

2001-06-08  Sascha Ballach  <sab@openoffice.org>  [9b4ddb242e4bc6ee570f1c7e08ec8db827b2d52c]

        #79771#; fix a little bug in performance optimization

2001-06-08  Stephan Bergmann  <sb@openoffice.org>  [9f47d89d40d2e9aa641c3c0b87b7d2f2219480b4]

        #87940# RemoteAccessContentProvider does not itself implement XFileIdentifierConverter.

2001-06-07  Niklas Nebel  <nn@openoffice.org>  [20fd76c5712bfa2a4ae1ffe490788a2b63163267]

        #79771# share EditEngine between child objects of cell text

2001-06-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2171be10b248ee7995c98452058c4a93b071e9d6]

        build berkeleydb in office environment

2001-06-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [08f4ae1b5c468aaf059373500043170896c7c482]

        add OUT2CLASS; INCLUDE hack for win32

2001-06-07  Vladimir Glazounov  <vg@openoffice.org>  [22fb11b26d785d7368b71e46c49d3bc62c02cdab]

        new version for SRC633

2001-06-07  Vladimir Glazounov  <vg@openoffice.org>  [0031128fb91742f07ab145fdd97a5873eaf10dee]

        new version for SRC633

2001-06-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5adab97f622bfeb41cbbe83403f6730789ee4a52]

        integrate build of external modules

2001-06-07  th  <th@openoffice.org>  [cf28b9c768ad203f1da5b5d248b02b7c92f7c1fb]

        #87139# - prefer Andale Sans UI

2001-06-07  th  <th@openoffice.org>  [e7d8ec603de62975cec522332ea0231110b76799]

        #87139# - ImplIsFontAvailable() #87309# / #82091# - prefer Fonts with System-Encoding

2001-06-07  Kurt Zenker  <kz@openoffice.org>  [6692e71e2068179e2c97dc100cf4dc79cb316ab0]

        new version for SRC633

2001-06-07  th  <th@openoffice.org>  [4dc19415930e442d917028d7e9baf8f46a54b77b]

        #87139# - ImplIsFontAvailable()

2001-06-07  th  <th@openoffice.org>  [ea9437261f7e1c3c8a511ac43e0c50e5af5509d1]

        #87139# - prefer Andale Sans UI

2001-06-07  Jörg Budischewski  <jbu@openoffice.org>  [fec9d40667ec98448c13ff159e4b5ac7587da9ca]

        #73862# osl_getProfileName eliminated, sversion.ini entries are not checked anymore for different user60.rdb entries

2001-06-07  Vladimir Glazounov  <vg@openoffice.org>  [8ba3853467a49c21fe29c782efdc696477b463b1]

        #65293# corrected #include

2001-06-07  Jörg Budischewski  <jbu@openoffice.org>  [abd00c35f5eadf8a289914c63a9df7619f63be49]

        #87948# bug in getToken fixed

2001-06-07  Rüdiger Timm  <rt@openoffice.org>  [dfe3cc1f9c36c80c49f270f469f3c655224728bc]

        #87576# blank inserted

2001-06-07  Christof Pintaske  <cp@openoffice.org>  [e025a7a4f91b055c81d6c448d3665aa5eec3ad16]

        #67526# keep the setfont out of the gsave/grestore pair if possible

2001-06-07  Daniel Rentz  <dr@openoffice.org>  [140e603582b56e1543e019fc51e419ad1cafbf73]

        #85093# export of matrix formulas

2001-06-07  Vladimir Glazounov  <vg@openoffice.org>  [2b1cfb99da4cf4057a6fcea988d7d390f3d16f13]

        #65293# removed static declaration

2001-06-07  Kurt Zenker  <kz@openoffice.org>  [6d52a1797a713d702a05f1c5edd9bbdcc1888871]

        new version for SRC633

2001-06-07  Kurt Zenker  <kz@openoffice.org>  [ff6e697a319adb3dd28eb52c9577e337c6ad6f78]

        new version for SRC633

2001-06-07  Frank Schönheit  <fs@openoffice.org>  [44657cbd49c899579eada8788ce23fc51e117e8a]

        #87934# removed a wrong assertion

2001-06-07  Frank Schönheit  <fs@openoffice.org>  [8bfcde53f70dc48e53c50ad507a22b2b7f0a554e]

        #87912# redesigned the dialog

2001-06-07  Rüdiger Timm  <rt@openoffice.org>  [2a7a3eabe471f797b5c322ebc9d5f2a8314aa044]

        #87576# exception handling enabled for textview.cxx

2001-06-07  Nils Fuhrmann  <nf@openoffice.org>  [10e3faa1a1d60efbff754a48f903293d2100ec5d]

        Clean up output on stdio and stderr #87136#

2001-06-07  Kai Ahrens  <ka@openoffice.org>  [237302a75725cbea8bcccab182d0334538aa7a48]

        #81056#: allow assignment of sound to text only effects

2001-06-07  Martin Gallwey  <mtg@openoffice.org>  [f088b30309af506f44651f4b4e9f03bc08b44354]

        #87405# removed switch statements as they didn't make any sense!

2001-06-07  Martin Gallwey  <mtg@openoffice.org>  [9f1759d1d16c4b49f4bc6d3525dd43241ac2777a]

        #87405# Add all 'common cursor paragraph properties' to the defaults

2001-06-07  Rüdiger Timm  <rt@openoffice.org>  [f0c237ec763a59584d066a7928d67e646abb1ea1]

        #87576# exception handling enabled for edit.cxx

2001-06-07  Daniel Boelzle  <dbo@openoffice.org>  [dda06f6194b7183c398bfb25cfc5ef963b73043b]

        #87233# msvc map file

2001-06-07  Sven Jacobi  <sj@openoffice.org>  [fcd2287df67dc6d7e7fd908b637ec9ebfc0cc71c]

        #87817# scaling linespacing to fit fontheight

2001-06-07  Kurt Zenker  <kz@openoffice.org>  [06c37cbdc73e6ebdea52e96ae66dd069adf5295f]

        Merge SRC633: 07.06.01 - 15:58:14

2001-06-07  Oliver Braun  <obr@openoffice.org>  [1a2f53f6df0c4ee3e5f42a6b84bd7ad317bfb3a4]

        #73862#

2001-06-07  Andre Fischer  <af@openoffice.org>  [5abaa708c9d6a92c91c1389426f9e2baef383c2a]

        #87867# Style of first data point in each series now is written as expected.

2001-06-07  Nils Fuhrmann  <nf@openoffice.org>  [27cf554850222b679094d5e54a91f342be2f288a]

        Full functionality for UNIX #87136#

2001-06-07  Nils Fuhrmann  <nf@openoffice.org>  [9190f040db11634b9d95cb74cf1e1564ac5bc4c4]

        Full functionality for UNIX #87136#

2001-06-07  Nils Fuhrmann  <nf@openoffice.org>  [81cf40cc24ddb5487cf506487212b7920b7ad301]

        Full functionality for UNIX #87136#

2001-06-07  Daniel Vogelheim  <dvo@openoffice.org>  [50bf10e39a6c14c9de1c59b98418c4cb69499b4b]

        #87887# <text:h> export now works again

2001-06-07  Tino Rachui  <tra@openoffice.org>  [46c3662e1424ade88b18a3eb39a82de85047303b]

        added module dialogs in com/sun/star/ui

2001-06-07  Björn Milcke  <bm@openoffice.org>  [2c5688d1c1777b213cbeb7e3ff0f7cbb802df056]

        #84377# ZOrder is now optional (charts do not support this property)

2001-06-07  Oliver Braun  <obr@openoffice.org>  [035676a26607242f9273b612ff333a1d8f719f07]

        #87835#

2001-06-07  Daniel Boelzle  <dbo@openoffice.org>  [4e869dc2f545d85bc928f7dcc11436b5d61fb3da]

        #87233# init bug

2001-06-07  jp  <jp@openoffice.org>  [0e8bfa306aeff8a046697a0167b5b86ee528c1b9]

        Bug #87818#: TextToTable - calculate the correct with and split the node at the correct position

2001-06-07  Frank Schönheit  <fs@openoffice.org>  [38d31210697c058897d9d25a68006d81a96e0f3b]

        #87905# don't DnD bookmarks

2001-06-07  Rüdiger Timm  <rt@openoffice.org>  [612130bd1bcdfeed39dc11e5efdf6b6b51ccc346]

        #87576# Merge error

2001-06-07  Frank Schönheit  <fs@openoffice.org>  [9d065b56c69a95b787819f98a11d45219dd01147]

        #86096# added ControlTextEmphasis

2001-06-07  Frank Schönheit  <fs@openoffice.org>  [a34b64d4b82c44f56bce7f713c3f622d7702b844]

        #86096# FontEmphasisMark/FontRelief/TextLineColor

2001-06-07  Frank Schönheit  <fs@openoffice.org>  [536198369413ed1c8944c687a47e0a546af5a502]

        #86096# handler for FontEmphasis/FontRelief / substituted OEnumInt16Handler by XMLConstantsPropertyHandler

2001-06-07  Frank Schönheit  <fs@openoffice.org>  [b07d04179107315009d8f2d3597daba2748abb18]

        #86096# enums for FontEmphasis and FontRelief

2001-06-07  Frank Schönheit  <fs@openoffice.org>  [180c6fed1efb53be9295beb3bbbb0a52fce6ce0c]

        #86096# +CharRelief/CharUnderlineColor/ControlTextEmphasis

2001-06-07  Herbert Duerr  <hdu@openoffice.org>  [65eaff1f5cb968c89b6885fc8953f220a6fa663c]

        #87840# fixed both GetTextBreaks

2001-06-07  Caolán McNamara  <cmc@openoffice.org>  [80477bbcc00fac6914928c088bc803b829fe2c66]

        ##966## Improve parser output for missing terms

2001-06-07  Daniel Boelzle  <dbo@openoffice.org>  [0b6b9372131dbf11c49e34ad23930887f6d9e99a]

        #87233# better struct alignment

2001-06-07  Daniel Boelzle  <dbo@openoffice.org>  [e12b6ba3d593f0d3b93f68d9bb63aab1db993158]

        #87233# fixed disposing sequence: context entries, smgr, tdmgr

2001-06-07  Frank Schönheit  <fs@openoffice.org>  [cebdbf89512850b0eb8c608b8ef840450d956842]

        #86096# added ABOVE/BELOW constants

2001-06-07  Philipp Lohmann  <pl@openoffice.org>  [d8ffd3570c3774020527b685f82d00561df69228]

        #85520# remove obsolete 1 bit choice

2001-06-07  Dieter Loeschky  <dl@openoffice.org>  [ab09065ae19bf7d24abb37473415ece4fccbb422]

        #87706# UpdateLayoutObject(): start StyleSheet listening

2001-06-07  Niklas Nebel  <nn@openoffice.org>  [aac23ffc554122358ce8bbefc3a084432ad3d250]

        #87738# GetStretch: calculation in double, skip device MapMode if FmtDevice set

2001-06-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [db5abe015f3e73ab615d3478bae5c8045e8c52bf]

        typo fixed

2001-06-07  Sascha Ballach  <sab@openoffice.org>  [000076bae9e7e4cfb06a632cbeb785158b310c9d]

        #79771#; fix a little bug in the performance optimization

2001-06-07  Daniel Rentz  <dr@openoffice.org>  [7636130595717ffbf7807d0f6208ab05a5f174d4]

        #86988# dialog redesign

2001-06-07  Daniel Boelzle  <dbo@openoffice.org>  [d6015b89e2c155ba93538b15864b7c6f48b9f1e8]

        #87052# no STL exports from cppuhelper lib

2001-06-07  Daniel Boelzle  <dbo@openoffice.org>  [bfc5da2da9df0a0809fc9b77a4a926b21d3d6704]

        #87052#

2001-06-07  Jörg Barfurth  <jb@openoffice.org>  [7b68bafe05bc6a7b75201343e39c18d47295d67e]

        #87512# Make asynchronous writing the default in a user session

2001-06-07  Hennes Rohling  <hro@openoffice.org>  [e4007b15b65d32facac571eb84ca0d09332b5bef]

        #87902# Skip empty path names in path list

2001-06-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [acd74252e9c6b067cc891281c276479811c18108]

        use links for unixversionnames

2001-06-07  Joachim Lingner  <jl@openoffice.org>  [2be24947c14d75e3dc9b5eb6aa4445bf49d30163]

        #67468# loaded libraries are registered for unloading now

2001-06-07  Joachim Lingner  <jl@openoffice.org>  [4bfc00aca2441082842f91dfba15886258674227]

        #67468# factories support XUnloadingPreference now

2001-06-07  Joachim Lingner  <jl@openoffice.org>  [c3fc4438b3f2350007c7e1253555f92d72441abe]

        #67468# new interface XUnloadingListener

2001-06-07  Joachim Lingner  <jl@openoffice.org>  [c7fc46cdc0a047f65dafa60a65e6f4ecf1cb44d8]

        #67468# unloading api

2001-06-07  Vladimir Glazounov  <vg@openoffice.org>  [22609e8976597f0f9a57bcd0e8bcd856b3fac539]

        #65293# corrected for use with new deliver tool

2001-06-07  Joachim Lingner  <jl@openoffice.org>  [73b69d6e294b3264af3f4f5f68539a53df0ac290]

        *** empty log message ***

2001-06-07  Joachim Lingner  <jl@openoffice.org>  [46049d9ec096157dfcca6b403c0b74056d8d6f57]

        new

2001-06-07  Thomas Lange  <tl@openoffice.org>  [748a21a803cfdee36b59606116e0fd562451f124]

        #87897# resources for symbolset names added

2001-06-07  Thomas Lange  <tl@openoffice.org>  [655bfb8a33f451ea904505b8861d34ec3294d243]

        #87897# defines for symbolset names specific resources added

2001-06-07  Sascha Ballach  <sab@openoffice.org>  [e906f9454c02d2acee456473d43de862e3a1a404]

        #87900#; overwrite default header and footer if necassary with empty text

2001-06-07  Joachim Lingner  <jl@openoffice.org>  [e2b8c022a545953392d16e96ed70777bdda9fdbd]

        67468

2001-06-07  jp  <jp@openoffice.org>  [b93971647b889c96462f7c1b49105230e85f1fbe]

        optimize: _Get methods don't return a value, don't call in ctor _GetForbidden

2001-06-07  Joachim Lingner  <jl@openoffice.org>  [2d455f3ea66addf0b6c55b2ef73df4826a2150f0]

        #67468# exports for unloading API

2001-06-07  jp  <jp@openoffice.org>  [f2e5715a8ecc61fa8bdb027ac2558eb2ed4b5f3e]

        optimize: _Get methods don't return a value

2001-06-07  Armin Theissen  <armin@openoffice.org>  [ca89df9b97c686da26a506685b58071ca8ac564c]

        back to 1.50 - previous change was supposed to go on the 632 branch...

2001-06-07  Philipp Lohmann  <pl@openoffice.org>  [652aca658803bfaa79c1ee5acc4fe087ab30e944]

        #87754# do not use the webtop plugin

2001-06-07  Armin Theissen  <armin@openoffice.org>  [5c5d430aabf307948a94eba0128723bfb780d06a]

        tool over r1.49

2001-06-07  Martin Hollmichel  <mh@openoffice.org>  [c70933a50f81acc0ba13a4ccdca3a40de42c4331]

        avoid linking obj files twice

2001-06-07  Sascha Ballach  <sab@openoffice.org>  [7bdfeb6b0b91f61a83e5603099b74718817f2fd8]

        #79771#; don't create a XMLPropertyState and so an any so often

2001-06-07  Sascha Ballach  <sab@openoffice.org>  [22222e6f4b4f8c670036750b4e8cfe303cdad366]

        #79771#; some performance optimizations

2001-06-07  Joachim Lingner  <jl@openoffice.org>  [fd4744f1cb0b889f1918edcacfa1c15dd9355c44]

        #67468# unloading api

2001-06-07  Oliver Braun  <obr@openoffice.org>  [ae42f51ecd4a9bdcd02e4934e148b04dbc602ee0]

        #85841# added support for batch files

2001-06-07  Oliver Braun  <obr@openoffice.org>  [75861da5115d4f497dace0ef11988cb2f8b60eb3]

        #85841# removed CreateProcess CreateProcessAsUser GetEnvironmentVariables

2001-06-07  Oliver Braun  <obr@openoffice.org>  [d784228a21f7c73d0e0dd5608a887bdb65bf0c07]

        #85841# added new unicode converter functions and macros

2001-06-07  Oliver Braun  <obr@openoffice.org>  [acaca2f5d9df4d9a233678a87c26cbc3c7730a2d]

        #85841# added CreateProcess CreateProcessAsUser GetEnvironmentVariables

2001-06-07  Philipp Lohmann  <pl@openoffice.org>  [6843db5f4acf52f6e01d4e9d329fb9b56a5f84ac]

        #87754# dont use the webtop plugin

2001-06-07  Joachim Lingner  <jl@openoffice.org>  [eb71175ea2f4a92f54f69d8999b04465ef453f66]

        contains the unloading API

2001-06-07  Daniel Boelzle  <dbo@openoffice.org>  [3dc332eb95c170561b654e0c42729c2a7e4f9c18]

        #87052# cc5 map files

2001-06-07  Philipp Lohmann  <pl@openoffice.org>  [405c3513de59bbba562ff5ea6d93a6b0219e8c20]

        #86206# handle drag actions correctly

2001-06-07  Dieter Loeschky  <dl@openoffice.org>  [b2735e22225b1e54ac94c0303fa8e0b2e99294dc]

        #86876# SID_OBJECT_ALIGN changed

2001-06-07  Christian Lippka  <cl@openoffice.org>  [0d06069a403c472b1b9f9b9602ee253a385b2964]

        #87884# check pointers before using

2001-06-07  Jörg Barfurth  <jb@openoffice.org>  [9e51f722e902d72aa1c6b764e7d3cc7743021de8]

        #87512# Make asynchronous writing the default

2001-06-07  Carsten Driesner  <cd@openoffice.org>  [0704ec694d68a4503617c2f28d96ed01a2bc73c3]

        #87609# pass URL to OS to support hyperlinks in documents

2001-06-07  Michael Brauer  <mib@openoffice.org>  [944e2c29ecb1386271ee53c8dcf36b903b64e056]

        #86004#: performance

2001-06-07  Jörg Barfurth  <jb@openoffice.org>  [1d4b4e08fca7ab7d8007b1af1e76e58ba87354d8]

        #87815# Wrong treatment of substituted system pathes after file url changes.

2001-06-07  Michael Brauer  <mib@openoffice.org>  [9c7ffa944fbeda8f37e5d639ed228268c0b68a15]

        #86004#: performance

2001-06-07  Oliver Specht  <os@openoffice.org>  [b5bca45af384f39817c5c4a5500c5a9a3bcf7684]

        #87875# Any::getValue calls for sal_Bool only

2001-06-07  Michael Brauer  <mib@openoffice.org>  [350e675a10d57c91adfe7648537d61f2a0d4b004]

        #86004#: performance

2001-06-07  Peter Burow  <pb@openoffice.org>  [f0a83e3c6e763d3a5fd3b663d918dfe117eba01a]

        fix: #83605# detect new folder type with ContentInfo

2001-06-07  Michael Brauer  <mib@openoffice.org>  [9bda86789946704db57865ef4a13b610465c3dce]

        #86004#: performance: avoid creation of unnessary  anys

2001-06-07  Peter Burow  <pb@openoffice.org>  [822af9a624c0542a88a898f6b269c4fd6d338235]

        fix: #83605# CanMakeFolder() and HasParentFolder() added

2001-06-07  Peter Burow  <pb@openoffice.org>  [339a7e3d4d7da5d37936e42e66d74de8fffce388]

        fix: #87214# SMTP server entry now obsolete

2001-06-07  Philipp Lohmann  <pl@openoffice.org>  [a1888651509ae0027fd50dffb8efae0c2fd34999]

        #85520# Einstellungen fuer -> Eigenschaften von

2001-06-07  Philipp Lohmann  <pl@openoffice.org>  [e0748c50926d94fc8a46c7b5b42d8caef58872c0]

        #85520# make TabPage sequence equal for all devices

2001-06-07  Oliver Braun  <obr@openoffice.org>  [4eb0359d4b5329320c0cb07b907f962dea352133]

        #86305# check source actions for default drop action

2001-06-07  Frank Schönheit  <fs@openoffice.org>  [61f8df82028d37421878d09f242b9c726f2482d3]

        removed the hack to work around #86305#

2001-06-06  Matthias Huetsch  <mhu@openoffice.org>  [9ef2853a25b35d132697c62ed0892d3668a007ef]

        #74475# Added test case for executing 'reorganizeData' command.

2001-06-06  Niklas Nebel  <nn@openoffice.org>  [ddbe238c7dfbc4f8793878bb8092fc1dca835791]

        #87871# also accept smaller integer types in Any as values

2001-06-06  Carsten Driesner  <cd@openoffice.org>  [0dc935f2b3c7ec393e2ac7bfcaa049e3dd338e64]

        sow614 toplevel merge

2001-06-06  Herbert Duerr  <hdu@openoffice.org>  [d9cf0e131bba1b268ff4951f1ae9aa4de83895b7]

        #87840# fixed GetTextBreak for nLen=strlen

2001-06-06  Malte Timmermann  <mt@openoffice.org>  [b7ac46acf6c764e74a327becf952fa3d99c9022e]

        #87848# Draw...

2001-06-06  Kai Ahrens  <ka@openoffice.org>  [dadc896e5a2bcd61d9e2de8933a93bdecd0890a1]

        #87667#: et compressed property depending on MimeType

2001-06-06  Sven Jacobi  <sj@openoffice.org>  [c380966efb98ea9d080a89177569cb19a12624a7]

        #87817# scaling linespacing to fit fontheight

2001-06-06  Sven Jacobi  <sj@openoffice.org>  [b75b8e654471ff9f11604abc90bd80e24be05f6a]

        #87817# scaling linespacing to fit fontheight

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [c16dd9af4fa4423b2d1346eb9d6203669064d200]

        #87829# layout (allows to set breakpoints)

2001-06-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e89f4aeca4519655d3b6b47027f5dbd1c286777e]

        #87789# profiling now requires commandline option to be lowercase

2001-06-06  Thorsten Behrens  <thb@openoffice.org>  [9798f4e2445c33f4f6aa0f676866927db953ceed]

        #73900# Disabled page background dialog in the questionable cases

2001-06-06  Behrend Cornelius  <bc@openoffice.org>  [b8e608265868d34ff6d36486bb70dae539cc3f40]

        #87606# ConverttoUrl Routine modified

2001-06-06  Andreas Bille  <abi@openoffice.org>  [5c84308b9aee0d929e44c78bebd3812d382e8717]

        Memory management no double transformation of documents jar files stay open direct access to package api

2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [e5c8f855f1e0fee7f356cb0ac4e8b8590fa389f6]

        #87187# - Brought up to date.

2001-06-06  Juergen Schmidt  <jsc@openoffice.org>  [ce8586b0276bd628c540beaa656847b489bb30c4]

        #87605# change linklib target, use wildcards

2001-06-06  Eike Rathke  <er@openoffice.org>  [ef73831bd53704643596ee3f5b0be08960072b1d]

        #79507# merge top level and branch which was created throwing the last Z'ed revision away :-(

2001-06-06  Philipp Lohmann  <pl@openoffice.org>  [1fb6f89d5dc4101cc241c35d7199fce504187466]

        #85520# change import fonts behaviour

2001-06-06  Philipp Lohmann  <pl@openoffice.org>  [1aa578d956b793efa0146daf533fee3af43d6546]

        #85520# store no more empty commands

2001-06-06  Caolán McNamara  <cmc@openoffice.org>  [c16b5b43fe8a29bb2f34393b268771788054f097]

        ##966## Matrix bad parameter len

2001-06-06  Philipp Lohmann  <pl@openoffice.org>  [07b9e17b0223466967c7a4454160a13ed65aca9f]

        #85520# make isPrivateFontFile faster

2001-06-06  Oliver Specht  <os@openoffice.org>  [4b84e8776b8d027943876c4db804935467395d63]

        #76456# set anchor position when frame anchor is changed from FLY_PAGE

2001-06-06  Christian Lippka  <cl@openoffice.org>  [e075a939a9eba716c7dc2eee03a9ae9c3f25bf5a]

        #87830# just trace on illegal argument exception for doc setting

2001-06-06  Peter Burow  <pb@openoffice.org>  [3313b9593e812388e206f3a3efea91bf48fa5208]

        fix: #87514# human readable mime type

2001-06-06  Peter Burow  <pb@openoffice.org>  [c5f0562a4d97053b2503630a7d62e97e061cbd24]

        fix: #87514# GetLanguageType() added

2001-06-06  Caolán McNamara  <cmc@openoffice.org>  [32c76781b9fa1816094ac5cf730166d2d14cf76f]

        #76673# ##1005## Fastsave table Insert/Delete Cell implementation, const reworking required

2001-06-06  Daniel Rentz  <dr@openoffice.org>  [7e2d24c9be33722f865908406da2e13563b87db2]

        #87800# export of blank cells

2001-06-06  Daniel Rentz  <dr@openoffice.org>  [3d089a5dac31d95cb326617cb8d24372ab79e322]

        #85551# conversion of OLE objects

2001-06-06  Daniel Rentz  <dr@openoffice.org>  [1be4f6cd46c3509440fb5ce61be3a4ba88bfc5e4]

        #85551# conversion of OLE objects

2001-06-06  Daniel Rentz  <dr@openoffice.org>  [490c56e152fb62c4e9930c4721e34d2bcc218590]

        #85551# conversion of OLE objects

2001-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c2dde57b77ff665b41d15cadd8562ced6f43d24]

        super magical linklib action; does the right thing with wildcards

2001-06-06  Behrend Cornelius  <bc@openoffice.org>  [922c89118a3e9cd880a9b1e5507671038f312ef7]

        #87606# Some routines added

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [dec440890ada896e0c976540a8438153f42c8d5f]

        #87187# MUST changes regarding the exceptions thrown by the ucbhelper classes

2001-06-06  Thomas Lange  <tl@openoffice.org>  [57758a9d8eca33762ae60a672eb02270bf415da1]

        #87831# XOtherLingu removed from UNOTYPES list

2001-06-06  Tom Verbeek  <tv@openoffice.org>  [a0f060c5be6313d52e8cf3b08a3f892665b08511]

        #86850# correct size for preview

2001-06-06  Kai Ahrens  <ka@openoffice.org>  [b8607e28178c46f8841a5f8679f14986171ca2de]

        #87839#: changed control background to white

2001-06-06  Oliver Specht  <os@openoffice.org>  [42d2733db9306836240c72a97263e7ac98018716]

        #87775# data to text: selection has been changed from sequence<long> to sequence<Any>

2001-06-06  Oliver Specht  <os@openoffice.org>  [5e4a937886b2b4a7b5f55b5c097bc52897a75459]

        #87851# enable I18N aware sorting in indexes

2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [9f629ce3a769c272d7d197e6908d3fb0a908ef1c]

        #87187# - Added cancelcommandexecution.hxx.

2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [feab72562112bc7fc76b998df4f5bc4cbc68808e]

        #87187# - Added some more UNO data types.

2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [82c38820c678bcf17b9c51961cee048835e02c46]

        #87187# - Added cancelcommandexecution.obj.

2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [09db00af4a7230c59254afc5d1ce14791aa6433c]

        #87187# - Added another continuation (approve) to the request.

2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [7529f76782a6ecdbb4aec074fd8fe2fe329568ee]

        #87187# - Initial revision.

2001-06-06  Kai Sommerfeld  <kso@openoffice.org>  [cbaee9e244dd4abe4b67e395d3ac9fb1f53c72c5]

        #87187# - Added missing catch blocks around UCB command executions.

2001-06-06  Thomas Lange  <tl@openoffice.org>  [56fcb02d726bc76036a7852040256b204a754853]

        #87831# SaveCfgSvcs fixed (uses ReplaceSetProperties now)

2001-06-06  Oliver Specht  <os@openoffice.org>  [7c8007a530e6974b1b5d04bbc6d681d8a2a5ee06]

        #87851# enable I18N aware sorting in indexes

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [c6f40c7b47b270e00d280d25d346b0628023aa24]

        #86837# +PROPERTY_IMAGEALIGN

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [f1980bdc36a301ba6ef94120f3cafae577c47c00]

        #86837# +HID_PROP_IMAGE_ALIGN

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [f0460c4bdbe16d447cc1275e15b8dce27518a0d8]

        #86837# +RID_STR_ENUM_SIDE_ALIGN

2001-06-06  Martin Gallwey  <mtg@openoffice.org>  [c9964431f41b53c60a6bc1ca210ba5dddce148c8]

        #87673# (although this also fixes 87555) reset the storage reference after reading the blocklist and correctly handle the rename of text only text blocks

2001-06-06  Martin Gallwey  <mtg@openoffice.org>  [5379c64d46a81c5c2fa6cc60f89b9187014d44d9]

        #87673# added init and reset block mode functions

2001-06-06  Behrend Cornelius  <bc@openoffice.org>  [04bd4e5f5619ca64308654aa8f136eddd3e179d6]

        #87606# saving document routine improved

2001-06-06  Martin Gallwey  <mtg@openoffice.org>  [5943a49f68275f261959926c1256ea59eecc271d]

        #75825# give an SwXAutoTextEntry an SwXBodyText

2001-06-06  Martin Gallwey  <mtg@openoffice.org>  [259d4203a2815623bdb0aa6859ee92e2db3c22bf]

        #75825# use hidden view frames if we aren't supposed to show this

2001-06-06  Gregor Hartmann  <gh@openoffice.org>  [0a9415896e13b04e8bd3838303868f99463a6129]

        #86745#new error messages for UNO URLs

2001-06-06  Peter Burow  <pb@openoffice.org>  [cf16d2fadb24aa0dbe57e22e5e37706bae9f129e]

        fix: #87764# CB_INDEX added

2001-06-06  Niklas Nebel  <nn@openoffice.org>  [cfce496ce4edff67bb29b1e22d38e772be578ce2]

        #87740# SetEditEngine: SetUpdateMode(TRUE)

2001-06-06  Niklas Nebel  <nn@openoffice.org>  [6fb3fb2e5da845c79f254eebded58c00ba0d32dc]

        #87740# StartTable: SetUpdateMode(FALSE)

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [54c91185f6d1f6ba5852802d46c20e3aa0c1f4e2]

        #87826# correct OnSelectEntry so that everything except views/tables/queries is rejected

2001-06-06  Christian Lippka  <cl@openoffice.org>  [d4faf734a59e114fb4affcfed348862d992b63c4]

        #86137# better assert missing default item to spot errors early

2001-06-06  Armin Weiss  <aw@openoffice.org>  [74e4116f74595fa43c2ae8f239e71c9f71057422]

        Changed abs(long) to labs(long) to avoid erros in solaris compiler

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [20375c718d17e5f5f31868dd026aea30646fbbd9]

        changes in the ConstAsciiString for better runtime performance

2001-06-06  Malte Timmermann  <mt@openoffice.org>  [a6a09f6a3aadfb39fc99de5e46af3f2d44fd07e0]

        #86837# ImageAlign

2001-06-06  Peter Burow  <pb@openoffice.org>  [4b86a9bed46ea71cc882c63fe7e970cd1f6987c0]

        fix: #87511# hidother.src added

2001-06-06  Malte Timmermann  <mt@openoffice.org>  [4b7cc25b90b0f4cc7496f71cf06e597113c9d9b9]

        #86837# ImageAlign

2001-06-06  Malte Timmermann  <mt@openoffice.org>  [ba250505ff2626900b15b99cb6afe3cb8ff738b2]

        #84512# VCLDialog::getInfo()

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [ed02200492f0e924d34fd8226bb6d7940f9c5093]

        changed the ConstAsciiString implementation so that an OUString is shared and re-used

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [c8918b48ad0a53c18846e12cb22f357878b22613]

        #86096# ChangeFontProperty: added support for Relief, EmphasisMark, TextLineColor

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [1cbdb88dac429d827ed6a8864ee116b0be4a8eb1]

        #86096# don't disable underline color anymore

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [945790c585df64501272f97919141c8a05e66093]

        #86096# +FontRelief/FontEmphasisMark/TextLineColor

2001-06-06  Frank Schönheit  <fs@openoffice.org>  [73d16f90e06c0ad26b1ffa71e386e6b4eccac48d]

        #86096# +implGetInt32FontProperty / +implInvalidateItem

2001-06-06  Nils Fuhrmann  <nf@openoffice.org>  [4158109d73c204dedc48b524bab218cdada01596]

        System independent file name representation #87136#

2001-06-06  Thomas Lange  <tl@openoffice.org>  [41d753740c39b87d1c35974e55222e78659cd469]

        #87824# define for MN_SUB_SYMBOLS removed(there is no symbols submenu anymore)

2001-06-06  Gregor Hartmann  <gh@openoffice.org>  [bfdc4126ed49e91063e298294d328118a89188f8]

        new: commtypes.hxx

2001-06-06  Stephan Bergmann  <sb@openoffice.org>  [2bb933d414c57622a09d77d4147970a4d2b6b570]

        #87623# Restricted all functions to only throw RuntimeExceptions; migrated from VOS_ASSERT to OSL_ASSERT.

2001-06-06  Stephan Bergmann  <sb@openoffice.org>  [a9264907cac241fdeec4eb038a9fc6af497a4c13]

        #87623# Restricted all functions to only throw RuntimeExceptions.

2001-06-06  Martin Hollmichel  <mh@openoffice.org>  [e334b550ee6e283589525407cea7472df8e29ab8]

        del: old stuff

2001-06-06  Oliver Specht  <os@openoffice.org>  [8b5e9d0c78f2ca208ffb6adaf1b77d93b4b8c557]

        #84686# form letter dialog works with local grid control

2001-06-06  Andreas Schlüns  <as@openoffice.org>  [6b389952f92cd297e011759afeeeb1193fdbc10a]

        #86171# move generation of html view to own file

2001-06-06  Andreas Schlüns  <as@openoffice.org>  [218ce919b840a626ce419df3e0df0dea17b962f3]

        new tool to generate html view of filter-cfg

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [eb9184586e0d30604260d1d3aea592b762869516]

        Merge SRC633: 06.06.01 - 00:12:17

2001-06-05  Oliver Bolte  <obo@openoffice.org>  [3682f3fcd688a385a2335f972bb25c688fe2719d]

        Merge SRC633: 06.06.01 - 00:13:43

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [c8aed340a3b0d4a4d6f17d76937c3ef73c45860e]

        Merge SRC633: 06.06.01 - 00:10:58

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [e98b871a2d03925873ac973d42e4bb28db4962ea]

        Merge SRC633: 06.06.01 - 00:09:41

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [103da84c11fc3b4eaffd547e06aba7fbd3bbdadf]

        Merge SRC633: 06.06.01 - 00:07:41

2001-06-05  Rüdiger Timm  <rt@openoffice.org>  [5c699d8bdd880fc20e59bd83b85b1b41dbb8ce98]

        Merge SRC633: 06.06.01 - 00:03:33

2001-06-05  Vladimir Glazounov  <vg@openoffice.org>  [118e1a45050179695c321180bfd53e850f1ca6ae]

        Merge SRC633: 05.06.01 - 23:53:47

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [7bab8398fa5c5c6ccbc13f25ef66ae37555fcd6e]

        Merge SRC633: 06.06.01 - 00:01:58

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [9938e962bea3ad0083e806e87298f9b65f646e8f]

        Merge SRC633: 06/05/01 - 23:59:57

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [52806dd2ee82ff9ce5c2ceb6e52369330b280a8d]

        Merge SRC633: 05.06.01 - 23:59:27

2001-06-05  Oliver Bolte  <obo@openoffice.org>  [9367675ea7c15f7f3b0d7f9bcf6aae611b439e5f]

        Merge SRC633: 06.06.01 - 00:02:45

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [61e57b330f59298c52bf2f6b9d64166c60547169]

        Merge SRC633: 06.06.01 - 00:00:22

2001-06-05  Rüdiger Timm  <rt@openoffice.org>  [d9e0174f30bfa96ccdc592cdc5f077ab6ea61013]

        Merge SRC633: 05.06.01 - 23:57:51

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [41f2727457e56febba97cbd7dc5b728200c98a16]

        Merge SRC633: 05.06.01 - 23:59:14

2001-06-05  Oliver Bolte  <obo@openoffice.org>  [b40f070e8094f26262c5d73d9a39c3ad01aca23e]

        Merge SRC633: 06.06.01 - 00:01:00

2001-06-05  Vladimir Glazounov  <vg@openoffice.org>  [e3661fd8973c7469f8a33d35692943efecff4f25]

        Merge SRC633: 05.06.01 - 23:49:43

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [192c409dc6955207351d7df10f739c15e800154a]

        Merge SRC633: 05.06.01 - 23:57:00

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [bfe477c0ef3c1c39044a70f5b4bb214a8d6d501a]

        Merge SRC633: 05.06.01 - 23:58:21

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [4a4f6fbde65bee88f135ea6f9d6f4b853d90e334]

        Merge SRC633: 05.06.01 - 23:56:01

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [d2714ce7d586b0a3dd0ede82f4560e424dcd1e1f]

        Merge SRC633: 05.06.01 - 23:57:40

2001-06-05  Oliver Bolte  <obo@openoffice.org>  [2929300e1a437c684117f15aca01ec961fc9fb0c]

        Merge SRC633: 05.06.01 - 23:59:10

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [ef3e70903956f838e6e51e9ccf4133353db2bef7]

        Merge SRC633: 05.06.01 - 23:55:22

2001-06-05  Vladimir Glazounov  <vg@openoffice.org>  [8303f44bef71524e0b5f267e36dfbe1e7dad6104]

        Merge SRC633: 05.06.01 - 23:47:35

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [abf1cf4117aae7f341513a2e4b62a36454a1afbe]

        Merge SRC633: 06/05/01 - 23:55:26

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [14267f3770ca2d483a5f35c67ed60f032102cd18]

        Merge SRC633: 05.06.01 - 23:56:20

2001-06-05  Oliver Bolte  <obo@openoffice.org>  [c7e1ab735e28013cc6660c31acc57b481c1b19c4]

        Merge SRC633: 05.06.01 - 23:57:20

2001-06-05  Vladimir Glazounov  <vg@openoffice.org>  [e2da0a284973324011aa8531a1291d49f0acff63]

        Merge SRC633: 05.06.01 - 23:45:48

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [60fde6a26623ed9e75c3d0b545364048c2afcc34]

        Merge SRC633: 05.06.01 - 23:54:21

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [7cff378c513d22bafcdb204665180aa4d2807b74]

        Merge SRC633: 05.06.01 - 23:52:51

2001-06-05  Rüdiger Timm  <rt@openoffice.org>  [6a2defc37eaa7132f1d7b2874bdf52194815c751]

        Merge SRC633: 05.06.01 - 23:52:17

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [db82e34c6bbd0af58d8af5456f13fdaa71139e53]

        Merge SRC633: 05.06.01 - 23:52:33

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [9c7a5f9b83283255a962fd0f8d7656cae50ea966]

        Merge SRC633: 05.06.01 - 23:50:44

2001-06-05  Oliver Bolte  <obo@openoffice.org>  [20a3c1a27e66de5a2f37d896d0d689bbfe65d3d1]

        Merge SRC633: 05.06.01 - 23:53:36

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [7b2d5d8af3ff7f0b56a9ac83557443b0a69c6b07]

        Merge SRC633: 06/05/01 - 23:49:26

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [cf0f549f5ca7ed2ee3e7e36cbfdb8d41c66cc28e]

        Merge SRC633: 05.06.01 - 23:50:05

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [996eb436c55428c638ffa95701653b9dead75a6d]

        Merge SRC633: 05.06.01 - 23:47:56

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [63304aca788c68d06eda7537e2006bc5b4eb5b51]

        Merge SRC633: 05.06.01 - 23:46:19

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [598a8d753c2fc0a590471b820c89b14a1a06ad61]

        Merge SRC633: 05.06.01 - 23:44:47

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [128eebafd5416f09b37eeddff716e2fabff2a020]

        Merge SRC633: 05.06.01 - 23:45:24

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [4506a58018a6e3de35cdfb69923187456d1e6723]

        Merge SRC633: 05.06.01 - 23:44:44

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [f559b472073c16d9f01e47cac704bfa3f6ca53ca]

        Merge SRC633: 05.06.01 - 23:41:38

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [865778d23a12714834811845a70c3c8f8fd1a86f]

        Merge SRC633: 05.06.01 - 23:37:57

2001-06-05  Philipp Lohmann  <pl@openoffice.org>  [58c471c860d5ad9c36f4bab79901c2d1d27f8072]

        #85520# added new leaner font handling

2001-06-05  Philipp Lohmann  <pl@openoffice.org>  [c3f61a76d7186ffc157c389506945c74c396e20b]

        #85520# added font removal, private path only installation

2001-06-05  Vladimir Glazounov  <vg@openoffice.org>  [0a576e80c78edef6262a41e46e38c94c6de18ee7]

        #65293# corrected misspelling

2001-06-05  Malte Timmermann  <mt@openoffice.org>  [3f45ef70568e8c4fd0ab2321ba14f91d642324e5]

        #87756# Flush clipboard...

2001-06-05  Tom Verbeek  <tv@openoffice.org>  [f7dc095002184d7f5e8c2d8c3bda257d40dc8dbf]

        #87807# removed soffice.cfg

2001-06-05  Malte Timmermann  <mt@openoffice.org>  [0ded2ba7e68e72723cb8144989c5c7a9b87b26e4]

        #87756# Flush clipboard...

2001-06-05  Christian Lippka  <cl@openoffice.org>  [4ab58284fe30aa8e03cec98398e219015edf557a]

        #86137# ParaTabstops -> ParaTabStops

2001-06-05  Björn Milcke  <bm@openoffice.org>  [e7e0acf5461c9fa053796a2cc003779f9e0476c6]

        #70954# axis: +link-data-style-to-source

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [9a604e4e48b902f2117b2876d6a9d87ffea21698]

        #87769# slightly optimized fillRow

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [a532ec846cc1c32061c62506a2b34d1aa1ada093]

        #87688# getConnection_withFeedback

2001-06-05  Björn Milcke  <bm@openoffice.org>  [f714cab98f4a2fe37471138dbcc5a1f2d0681c9f]

        #70954# chart: +link-data-style-to-source

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [b36441b0f4c111ded1fdefa26a2ba14b2f476d4b]

        #87769# outlined setTypeKind (do a free if the type changes) / slightly optimized various assignment operators

2001-06-05  Tom Verbeek  <tv@openoffice.org>  [f6f4d0cea392c75ddf84fa9929abf325b2401af1]

        #87807# removed exclude list

2001-06-05  Tom Verbeek  <tv@openoffice.org>  [95fce992c0a24e7675b31d430dd269d0aa0405b1]

        #87807# removed sample address db

2001-06-05  Behrend Cornelius  <bc@openoffice.org>  [e9a2238183df5f7a531b800bcd4699bfd38ccb30]

        #87606# several changes concerning the user interface

2001-06-05  Stephan Bergmann  <sb@openoffice.org>  [13eb363ba709f8a73bca3f2c07027b0c96bc2626]

        #87812# Added salhelper::SimpleReferenceObject symbols.

2001-06-05  Frank Meies  <fme@openoffice.org>  [aff61a4390dd8a9d24c50ffd30d8c78fdf685498]

        Fix #87767#: Justified alignment below flys in register-true mode

2001-06-05  Stephan Bergmann  <sb@openoffice.org>  [8282af681bd20a9eb0afa29f4774ad3f75ecb3e8]

        #87812# Added simplereferenceobject.obj.

2001-06-05  Stephan Bergmann  <sb@openoffice.org>  [14143435f888cd23c5aae68eca5885acb7e52186]

        #87812#

2001-06-05  Stephan Bergmann  <sb@openoffice.org>  [68bf07af3010a1a463bd745c4f428b20285123e0]

        #87812# Added simplereferenceobject.hxx.

2001-06-05  Martin Gallwey  <mtg@openoffice.org>  [8e11ddf5eed37a01965f3c7ee3fbf804f7e5f418]

        #87629# move these properites back to the model as they are not exported generically

2001-06-05  Rüdiger Timm  <rt@openoffice.org>  [2060767eea9b5d2f524407a27c9b3e2365ef72ed]

        #87576# changed for gcc

2001-06-05  Malte Timmermann  <mt@openoffice.org>  [f32b387fc0e34053ccc8e0aa095115de1ac327d8]

        #87756# FLush clipboard...

2001-06-05  Martin Gallwey  <mtg@openoffice.org>  [aa621a3955236273b8d098f54cc2ef1ce557183f]

        #87629# move these properites back to the model as they are not exported generically

2001-06-05  Christian Lippka  <cl@openoffice.org>  [2a73246bbed50a37f55574b1eae415376bc86972]

        #87442# fixed _getPropertyStates for empty portions

2001-06-05  Martin Gallwey  <mtg@openoffice.org>  [f15b1afa301c612260b2d01feb6f0522ac7bbe31]

        #87629# move these properites back to the model as they are not exported generically

2001-06-05  Martin Gallwey  <mtg@openoffice.org>  [d19b8e422d88aa8a0e29a91ca5d704703519a3f0]

        #87629# move these properties back into the model as they are not exported generically

2001-06-05  Daniel Rentz  <dr@openoffice.org>  [57b07bafa97459cd5c5a73101e259235c84843f6]

        #87800# blank cells export

2001-06-05  Kai Sommerfeld  <kso@openoffice.org>  [a861c848391b31dfae91569c6dadbc57fd34003c]

        #87187# - Renamed member Exception to Reason (IDLC c++ backend produced           non-compilable header due to name clash with base class)

2001-06-05  Niklas Nebel  <nn@openoffice.org>  [5ab392b8c426a34cd0a679b0400b171592d77128]

        #87775# DoImportUno: Selection is now Sequence<Any>

2001-06-05  Björn Milcke  <bm@openoffice.org>  [ac14e72d25a490c06657c0aff2839f0865da169b]

        #87569# use enum property handler for solid type (constants handler uses sal_Int16 instead of sal_Int32)

2001-06-05  Malte Timmermann  <mt@openoffice.org>  [3fa91dffa3d28067db85015cae25f56e5428d4f3]

        #84512# VCLDialog::getInfo()

2001-06-05  Thomas Lange  <tl@openoffice.org>  [a24565e1ba0c697055f218ac841d42bab89a241f]

        #87772# static modifier removed from friend declaration

2001-06-05  Malte Timmermann  <mt@openoffice.org>  [e398a4b04939332b3132f16e7a45de89950a9979]

        #84512# GetDrawWindowBorder

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [b9bf2340a9c5a6e8476a07c6f578af95f12bc5b5]

        #86202# re-inserted (and corrected) the assertion which was removed in the previous revision

2001-06-05  Andreas Bregas  <ab@openoffice.org>  [bc460a559905c95b06b4b1cc9ae371a25176bf1e]

        #87550# String for opcode REDIMP_ERASE

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [e7250684617ce293af092d80f9f1d80ce23fe124]

        #87680# implEmphasize corrected / #87771# UpdateTableList: ask for VIEW, TABLE and

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [fff098f21d5b5b1f699cdd0415dd90771e07b646]

        #87680# implEmphasize signature changed

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [a9c3ee269bf520061e83510fdf2d02686b421e8c]

        #87688# corrected searching m_aPool, again

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [fc0b53f7d5e2389ba792c88c5b055f1ad23c5eae]

        new version for SRC633

2001-06-05  gt  <gt@openoffice.org>  [b283bebe0e2c03d186b729c3673788814c97ff7a]

        Add english tags

2001-06-05  Thomas Lange  <tl@openoffice.org>  [ef6295bbb042a3cc9d3b64b69383393878382268]

        #87772# SvcListHasLanguage fixed (uses the aSvcRefs member additionally to the aSvc1Refs member to check for supported languages now

2001-06-05  Jörg Budischewski  <jbu@openoffice.org>  [b85b87608b8b47608c13ec19793fedaa2c4683bc]

        builds now

2001-06-05  Thomas Lange  <tl@openoffice.org>  [f882f55567533bb400b6d87915cc489ff98ef6df]

        #87772# friend declaration added to SeqLangSvcEntry_Spell

2001-06-05  Kai Sommerfeld  <kso@openoffice.org>  [aef5b07773a59b6a2498d7d7962ecebb7976ec03]

        #87187# - Add OK-button in case there were no continuations given.

2001-06-05  gt  <gt@openoffice.org>  [cc374a6900da4445326bb5cc8c65af1ec8e0c0ad]

        Add english tags

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [aa29349b7197c91110c011978ce011d647ea6a12]

        removed obsolete string id

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [b9d68a0669d07be0933807acd784aa5e2c08e259]

        #87688# FindForm: be somehwat less wastefull with the connection to be built

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [62f9cac282efaa7969d3dd25f7390500f9fd5c05]

        #87688# CreateFieldControl: be somehwat less wastefull with the connection to be built

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [346d4f9b357358c4e2a324799bad35c29a5f0ac7]

        #87688# corrected searching m_aPool

2001-06-05  Peter Burow  <pb@openoffice.org>  [768d7d6ebe3bd92978f73b9c17b65936c27f1f36]

        fix: #87764# Index-Box now a ComboBox for AutoComplete

2001-06-05  Andreas Schlüns  <as@openoffice.org>  [0ec556163017468a6703d1df35ea4b4f3fad8fd4]

        #86171# add macros to measure memory access

2001-06-05  Martin Gallwey  <mtg@openoffice.org>  [2a78cea0e779a353909185f47d66609ffb452038]

        #87099# remember the exception specification

2001-06-05  Andreas Schlüns  <as@openoffice.org>  [52141076db8e11abcab18776191c7324fd226db2]

        #86171# disable convertion to old filternames

2001-06-05  Andreas Schlüns  <as@openoffice.org>  [84602c688ebc853844f2b9cf299e3f2e54654e28]

        #86171# support file versions and implement nr[3]

2001-06-05  Andreas Schlüns  <as@openoffice.org>  [247a03f5af644818cb10b1d89a4dc89658226a38]

        #86171# repair time measure macros

2001-06-05  Andreas Schlüns  <as@openoffice.org>  [7fa5d3240cdda025078d8875ef6b66b1459e0412]

        #86171# support encoded strings in WRITE_LOGFILE

2001-06-05  Andreas Schlüns  <as@openoffice.org>  [2a28ec0a246eafe40b9f3b43e604dbc4224eae58]

        #86171# new macros to measure memory access

2001-06-05  Andreas Schlüns  <as@openoffice.org>  [3b5679d9245cf5569a4c9a599511549f9e5e3ede]

        #86171# support versions and implement version=3

2001-06-05  Andreas Bregas  <ab@openoffice.org>  [c118d09ee93eec9aaf831f716fd8c6a4d9304858]

        #87550# Don't create variable for redim

2001-06-05  Sascha Ballach  <sab@openoffice.org>  [f171d9e949d26edd8fc62d65469d47403528b5c7]

        #87757#; export the NumberFormat only it is a DIRECT_VALUE

2001-06-05  Rüdiger Timm  <rt@openoffice.org>  [fa5d2e5643eed1c7f9f8f13ab02dfb0f004ffa3f]

        #87576# don't link against STDLIBCPP

2001-06-05  Oliver Specht  <os@openoffice.org>  [0ca6eb1eb11228b49b2e57716ce61839db6609e8]

        #87512# default changed to delayed update

2001-06-05  Sascha Ballach  <sab@openoffice.org>  [3817614c9def9560c33aba657f6350f9fef54855]

        #87757#; if NumberFormat is not DIRECT_VALUE get it by getPropertyValue

2001-06-05  Oliver Specht  <os@openoffice.org>  [b4bbaeadbe6c8fb977a31952d92e4334de053d82]

        #87512# complete check for delayed/immediate update

2001-06-05  Carsten Driesner  <cd@openoffice.org>  [3a4c14e52cb5435969395dcb27136c0af22317e6]

        #87607# use external mail client UI to send document as e-mail attachment viewsh.cxx

2001-06-05  Mathias Bauer  <mba@openoffice.org>  [5f8823f4eff549ce4c5a762c4977493817b7f93b]

        #87722#: translate ToolboxStyle to/from VCL settings

2001-06-05  Carsten Driesner  <cd@openoffice.org>  [28469261cd6f878e257b846148c77dc9da2d5fb1]

        #87607# use SimpleMailClient to send document as e-mail attachment

2001-06-05  Thomas Lange  <tl@openoffice.org>  [57b6736444ca9bf6bc3edfba7997d1bcde4d4620]

        #87768# \ldbracket \rdbracket now functional

2001-06-05  Oliver Specht  <os@openoffice.org>  [8d760d684e4ed08be8c4b0a338f52cd7d17db590]

        #87739# SwXDrawPage::add(): prevent adding of already inserted objects

2001-06-05  Mathias Bauer  <mba@openoffice.org>  [36d7e04476d6fbd3e67f69afdc15e36171f5f73c]

        #87722#: new Options for SymbolSet and Style of Toolboxes

2001-06-05  Peter Burow  <pb@openoffice.org>  [0b0e81f809579faccadaa0f1750d3c21a00a7d2a]

        fix: #87763# new position and name of the scope checkbox

2001-06-05  Juergen Schmidt  <jsc@openoffice.org>  [46b5ff6602be6668222f565e7996deff0a59c51d]

        #87605# create symbolic links for delivered library

2001-06-05  Juergen Schmidt  <jsc@openoffice.org>  [81424eac90471d30e2d5c6e340e72aabfcf49b8f]

        #87605# create symbolic links for delivered library

2001-06-05  Nils Fuhrmann  <nf@openoffice.org>  [b30cc4e2af49c07b146c67e85077d0a5f2c12bc6]

        Fixes for l10n framework, buildable for unx #87136#

2001-06-05  Oliver Braun  <obr@openoffice.org>  [97bbe26145fc3b05040f81ee26aaf69ad09a5334]

        #87132# osl_getFileURLFromSystemPath does not return a bool

2001-06-05  Oliver Specht  <os@openoffice.org>  [9231a6b15cc29fae122bf5a49429a77935e47a58]

        #87705# table optimize controller only active if at least one element is active

2001-06-05  Oliver Specht  <os@openoffice.org>  [2faccfedbc30648e92f771d8f8cdad45eb979004]

        #87305# enable selection of cells, cell ranges and controls in SwXTextView

2001-06-05  Frank Meies  <fme@openoffice.org>  [4353ae638f124a3cd8967499b224fa214ed01adc]

        Fix #86988#: Redesign of dialogs

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [1f1d8b58d44facd0ea925f2a6cf6c392c1985377]

        new version for SRC633

2001-06-05  Kurt Zenker  <kz@openoffice.org>  [09e7479b59919cb29f7406e52e9975eafb61c717]

        new version for SRC633

2001-06-05  Vladimir Glazounov  <vg@openoffice.org>  [9f328d6179429dec1c063f0ebbd80d45d83da593]

        new version for SRC633

2001-06-05  Vladimir Glazounov  <vg@openoffice.org>  [447c127d46bd4853f01429b5024ba07677ba890d]

        new version for SRC633

2001-06-05  Oliver Bolte  <obo@openoffice.org>  [82c34c790b4c7c7cfc16ab8ab494783382c1097d]

        new version for SRC633

2001-06-05  Peter Burow  <pb@openoffice.org>  [aae07cf05e8a8ad42f4e23d1f094271b65919a87]

        fix: #87292# resetAgentIgnoreURLCounter() added - for all URLs

2001-06-05  Nils Fuhrmann  <nf@openoffice.org>  [6c83f2382d3eb075409162912044ced6615f7f56]

        Fixes for merge #87134#

2001-06-05  Frank Schönheit  <fs@openoffice.org>  [f084e4a54e8eca2e9dc4a695109bc2db75b69e2e]

        #86416# UnoControlModel::dispose: call OPropertySetHelper::disposing to release the property listeners

2001-06-05  Oliver Specht  <os@openoffice.org>  [d4d47f3447875b95110d263dd5bd4d4f74e6eaf7]

        #87733# syntax error corrected

2001-06-04  Sander Vesik  <svesik@openoffice.org>  [44d1e99bd2376dedd57fd6540b9f489a700750ac]

        Merge fix from OO627B to trunk

2001-06-03  Frank Meies  <fme@openoffice.org>  [85b641ca90cea32c967157d24bf7d7e5aa4253be]

        Fix #86988#: Redesign of dialogs

2001-06-03  Frank Meies  <fme@openoffice.org>  [436b7e4094dd78eafc346143e55cf51e62bc597b]

        Fix #86988#: Redesign of dialogs

2001-06-03  Bernd Eilers  <bei@openoffice.org>  [fe1d8de3bc683c363a62beb0a72087b0c517012d]

        added missing SAL_CALL

2001-06-02  Caolán McNamara  <cmc@openoffice.org>  [6bf9c43d7180e0abcb2ed45b894855d8cd019cff]

        #68662# ##989## parent frame of a fly in fly exported as a table

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [42d74c1f338ea9d34fd7400248ecd6136162dc96]

        Merge SRC633: 01.06.01 - 21:40:58

2001-06-01  Rüdiger Timm  <rt@openoffice.org>  [cde65de9c289b5f84e7469cd052df4919b49fe03]

        Merge SRC633: 01.06.01 - 21:38:29

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [6ea4299d1c57ddcf43a5cf3373b0f4b5ac2f5b62]

        Merge SRC633: 01.06.01 - 21:38:20

2001-06-01  Vladimir Glazounov  <vg@openoffice.org>  [8c465c71ea1e67247343161302a6375619948856]

        Merge SRC633: 01.06.01 - 21:29:37

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [9bcb399c0788339574b05363363c115a6ca2e5c0]

        Merge SRC633: 01.06.01 - 21:35:12

2001-06-01  Oliver Bolte  <obo@openoffice.org>  [6f354173f839ef197d396762f2600b423177016f]

        Merge SRC633: 01.06.01 - 21:33:03

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [e9032073982011ac455d7e95bfe0076953b64c42]

        Merge SRC633: 01.06.01 - 21:30:58

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [fc6749f05a0dfaab05629c8fd928100ceb54a315]

        Merge SRC633: 01.06.01 - 21:30:47

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [f96a3f5693f20f06de1894a0cecba632366f750c]

        Merge SRC633: 01.06.01 - 21:29:38

2001-06-01  Vladimir Glazounov  <vg@openoffice.org>  [ae55805ee4a104f2fc7660efa47e7343bbb413fc]

        Merge SRC633: 01.06.01 - 21:21:46

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [d59c04af89e934a51d66b107aac3e85c0e77e0d5]

        Merge SRC633: 06/01/01 - 21:28:13

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [cd2c2044add2272e93f81b56d6f73723f389854d]

        Merge SRC633: 01.06.01 - 21:27:52

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [5c44308317f85ca6af19e34e9cb8dd09ef904553]

        Merge SRC633: 06/01/01 - 21:26:48

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [4f683a2bb20b20aa3a276ab773d7fd670e86c170]

        Merge SRC633: 06/01/01 - 21:25:16

2001-06-01  Oliver Bolte  <obo@openoffice.org>  [6e8575a16beae526db4820ad36d9f1aca7477883]

        Merge SRC633: 01.06.01 - 21:26:38

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [c5a91d5e7a1f5cc9de055563a2b584aa01c62973]

        Merge SRC633: 01.06.01 - 21:24:11

2001-06-01  Niklas Nebel  <nn@openoffice.org>  [c90662de413bbb44eaca9435771e338659fa12a2]

        #78966# call FreezeIdRanges for edit engine pool

2001-06-01  Niklas Nebel  <nn@openoffice.org>  [d0a5150115111d4372407906fa196c351977ce9d]

        #78966# HdFtPropertyMap: numbering properties

2001-06-01  tlx  <tlx@openoffice.org>  [cfd06d831d2ffeea4bdcf037cd7d0f0dd234622b]

        #87736#

2001-06-01  Niklas Nebel  <nn@openoffice.org>  [00ec689d5251cd8840ee12c8e1fe945cbca45623]

        #78966# EditPropertyMap: numbering properties

2001-06-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [73c4f8e85fa3bc7e33685cda85df3065d3e28b82]

        #65293#: don't link against libstdc++ and libstl_port

2001-06-01  Niklas Nebel  <nn@openoffice.org>  [af92da9b218bbe3735544aae5f65730d8db95fb5]

        #78966# PutData: don't remove alignment from source edit engine

2001-06-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e0d99a12a6a6685fe6d5a612646bcb0e55761bc1]

        don't try rule for udkversion.mk if source doesn't exist

2001-06-01  Sven Jacobi  <sj@openoffice.org>  [64021409d9e7c9d8c0038701e7d0d29c57debb8f]

        #87766# creating binary storage to save ole objects

2001-06-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [690a79c058b7ae1bfbc63d25dfa4909777e7ab2b]

        nodep ignores DEPFILES

2001-06-01  Niklas Nebel  <nn@openoffice.org>  [af64231a151be4629d68909d5ec2af537d87c8be]

        #78966# setPropertyValue: GetDefaultItem instead of GetPoolDefaultItem

2001-06-01  Frank Meies  <fme@openoffice.org>  [9467911752295719fed38fa67e2ce2085389d1b7]

        Fix #86988#: Redesign of dialogs

2001-06-01  gt  <gt@openoffice.org>  [e6beece7c387fcf9ac381e9e78f0739a41d4a277]

        function names in all languages

2001-06-01  gt  <gt@openoffice.org>  [e0b1685a09c169f0c907f18272e567f9ae908b56]

        change english -> german base

2001-06-01  Oliver Braun  <obr@openoffice.org>  [76e4c65ac161691e394919602720d5e3c957f5e8]

        #72993# removed obsolete members

2001-06-01  jp  <jp@openoffice.org>  [293d401908318f24a16a654759fbb1201a00a0ab]

        Bug #87746#: destroy the print data pointer

2001-06-01  Peter Burow  <pb@openoffice.org>  [d4bcc2a425da6d2c4249f5b86c61535e100aa533]

        fix: #87612# open as template only in template folder

2001-06-01  Christian Lippka  <cl@openoffice.org>  [f36b452b6cb5b82751082c5105728e98efbe5512]

        #85924# added draw:text-style-name for shapes

2001-06-01  Christian Lippka  <cl@openoffice.org>  [7a06dd00406a7aaf568fe43cbd1390a41dcde6fa]

        #85924# added draw:text-style-name for shapes

2001-06-01  Malte Timmermann  <mt@openoffice.org>  [0c4af0660830329d418f2344434109f6c88409d4]

        #87734# Tracking: Don't call select on MouseMove

2001-06-01  Nils Fuhrmann  <nf@openoffice.org>  [eff701fdf93ddd680196f5de94762bbafe590663]

        Fixes for merge #87134#

2001-06-01  Björn Milcke  <bm@openoffice.org>  [6870a01adeca929620358b1f94c9ab6fcbdbe169]

        #85924# do chaining in CTOR of export mapper

2001-06-01  Björn Milcke  <bm@openoffice.org>  [7ed528e3df7e2aeefd7a655f4dd3613a2f97b5aa]

        #85924# text properties are no longer chained in draw mapper, so do it explicitly

2001-06-01  Christian Lippka  <cl@openoffice.org>  [d5b1e4827f8e6e0661563ec856cd80d926ba7b58]

        #85924# added draw:text-style-name for shapes

2001-06-01  Kurt Zenker  <kz@openoffice.org>  [ecb84572eae6fa95f807e8045a97f102f333d0c4]

        Merge SRC633: 01.06.01 - 14:29:16

2001-06-01  gt  <gt@openoffice.org>  [ecdb84eaf1e7f7c87da1a39049a89d82af0d213a]

        #87383# never trust external documentations...

2001-06-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [768690c89318ce66f2b5b4d88b369e209d6e48e8]

        implemented the libklib action

2001-06-01  Malte Timmermann  <mt@openoffice.org>  [063ca6c7371d525a5bc0d2ae7b43cbdedd2059ea]

        #86837# short values!

2001-06-01  Daniel Boelzle  <dbo@openoffice.org>  [3b5020b293a15104ec028abfbecb4f8eca4df6a1]

        #87052# finer spec of used OS/CPU/COM for map files

2001-06-01  Frank Meies  <fme@openoffice.org>  [8918384b1a22ae52f844a9d9ec636cbfff72ad3c]

        Fix #86988#: Redesign of dialogs

2001-06-01  Daniel Boelzle  <dbo@openoffice.org>  [1ac0a2de796bff7427ec81ad69dfbf2b16615fb6]

        #87233# disposing chaining of component contexts

2001-06-01  Daniel Boelzle  <dbo@openoffice.org>  [6b7ca0233e275cb16d62416bab8d4f49d76cbd74]

        context tests

2001-06-01  Malte Timmermann  <mt@openoffice.org>  [5c38dd43fa6225d3be2231d6ec641be20a0d2838]

        #86837# ImageAlign

2001-06-01  Nils Fuhrmann  <nf@openoffice.org>  [73723ba25ef7556342b2753e51d69136fad06d7a]

        Fixes for merge #87134# #87136#

2001-06-01  Frank Meies  <fme@openoffice.org>  [aec9be33b5a38455032709d3237882d4d79bac6d]

        Fix #86988#: Redesign of dialogs

2001-06-01  Ocke Janssen  <oj@openoffice.org>  [8a369ab8c41987a8cd87b6670caf456be86c4087]

        #86520# insert of tabledata corrected

2001-06-01  Ocke Janssen  <oj@openoffice.org>  [aaf91ec5caaddb5cccce0cf97e04308fce1a874e]

        #87032# append corrected

2001-06-01  Malte Timmermann  <mt@openoffice.org>  [4279113561e09763735d10b201ece27b3ae7352d]

        #86096# FontEmphasisMark/Underline, textLineColor

2001-06-01  Frank Meies  <fme@openoffice.org>  [025ffbc65478de7e579b03dad49c536b63ba0c1a]

        Fix #86988#: Redesign of dialogs

2001-06-01  Oliver Specht  <os@openoffice.org>  [bdcc42b3ffbee3d7a15589cc6d9c01552fe7c297]

        #87733# user defined: use '()' instead  of '[]' to be inserted first

2001-06-01  Frank Meies  <fme@openoffice.org>  [88e9759680ffba1b8d492cab38b4c82acde8c6f5]

        Fix #86988#: Redesign of dialogs

2001-06-01  Frank Meies  <fme@openoffice.org>  [2999d1545e7685d0541b1f27aa3a57c615347e9f]

        Fix #86988#: Redesign of dialogs

2001-06-01  Malte Timmermann  <mt@openoffice.org>  [0aa96f1a850b6856f9ab0def15ea32e826e757c5]

        #86096# FontEmphasisMark/Underline

2001-06-01  jp  <jp@openoffice.org>  [389a2537e90200108983c4201ba3928e19bb0871]

        Bug #87720#: set also the cjk/ctl values

2001-06-01  jp  <jp@openoffice.org>  [754ceac909c46d4cf77e524ee878d71e56fdff96]

        Bug #87720#: im-/export of ruby attribute and combined characters

2001-06-01  Malte Timmermann  <mt@openoffice.org>  [96624dce792acf07cc45b1c13d418d83f2f59a49]

        Font relief

2001-06-01  Frank Meies  <fme@openoffice.org>  [289dd299a6e53539a0d82fff0d5c45207a1a5703]

        Fix #86988#: Redesign of dialogs

2001-06-01  jp  <jp@openoffice.org>  [5858c27003a0b9d4c7d1cd1d5b8377cfc722c6d5]

        Bug #86941#: select better the ruby attributes

2001-06-01  Malte Timmermann  <mt@openoffice.org>  [53d100f84a25b26b7502581e9763e356e4459b44]

        EmphasisMark

2001-06-01  Thomas Lange  <tl@openoffice.org>  [54fc6db5863959e47d7805f1e066cc92de51e513]

        #85869# some EditEngine / EditView coordination added (Reload GPF fixed)

2001-06-01  Thomas Lange  <tl@openoffice.org>  [eb9b8aaa7bb8a85fb8e27bcc4e389ca69a7ae7ce]

        #85869# EditEngine and EditEngineItemPool now obtained from the document via the active shell

2001-06-01  Thomas Lange  <tl@openoffice.org>  [e6cb197d6212872b5781ee5544540eceb5a0fabc]

        #85869# some dtor declarations for debugging purposes

2001-06-01  th  <th@openoffice.org>  [ede96c91f90b30f6c9c29405994022306d08c938]

        #80306# - Andale WT UI --> Andale Sans UI

2001-06-01  Christian Lippka  <cl@openoffice.org>  [1c3244a25d7b47e6a093c9debb758ccab9d17dd4]

        #87717# fixed memory override due to wrong array size

2001-06-01  Frank Meies  <fme@openoffice.org>  [c03292c455653d65c411a5bffa59c062a46d4c35]

        Fix #86988#: Redesign of dialogs

2001-06-01  Hennes Rohling  <hro@openoffice.org>  [cda85fe773444de6376e9ef18dd814872bcabbc6]

        #87692# Prevent file identifier from accessing filesystem root in case of error

2001-06-01  Oliver Specht  <os@openoffice.org>  [f3ec707e575136252333aaebf768c748e15d2c9a]

        #86941# get/setRubyList: PositionIsAbove added

2001-06-01  Oliver Specht  <os@openoffice.org>  [633222e383f9f79a9d02ad4a564d225db2e58c49]

        #86941# Position added, default character style used, HeaderBar replaced

2001-06-01  Sascha Ballach  <sab@openoffice.org>  [20ff6119c922600daa258bc3370ec3049f47b7f4]

        #87678#; compile formulas in the import so the row height can be calculated after this and than resize the shapes

2001-06-01  Sascha Ballach  <sab@openoffice.org>  [c570955e5d5b14f793d2f75c7510d6245f6cc5ae]

        #87678#; compile formulas in the import so the row height can be calculated after this

2001-06-01  Ocke Janssen  <oj@openoffice.org>  [d4a16427b9eb85db7ba2729550a34cbea9762748]

        #87032# tables need to know when new views are inserted

2001-06-01  Ocke Janssen  <oj@openoffice.org>  [4e8943e453eb85a949220e85a267b716b254456d]

        #87032# tables need to know when new views are inserted

2001-06-01  Rüdiger Timm  <rt@openoffice.org>  [45c7554f47ede4b44bb0671a7a933cb492d11766]

        #87576# source\cpool depends on source\dbtools

2001-06-01  Malte Timmermann  <mt@openoffice.org>  [fee07461b88575b17b323c166f23e48e0331a672]

        ShowDDCursor: Hide normal cursor

2001-06-01  dkenny  <dkenny@openoffice.org>  [a8e9f725fd830a6392f7c89f98201128a6d39432]

        Fix a couple of problems:
        
            Possible memory deletion indirectly through reference counting.
            Possible memory leak of OMozabQuery in MABTable.cxx
            Turn off debug properly for a non-debug build in mozillasrc.
        
        Darren.

2001-06-01  Juergen Schmidt  <jsc@openoffice.org>  [314a35b0c5689731ef01d99953d203322069d741]

        #87052# using map files for the different platforms

2001-06-01  Juergen Schmidt  <jsc@openoffice.org>  [f4247f3b549168e648e2d1e740b24c6973ac15a9]

        #87052# insert map file for windows

2001-06-01  Juergen Schmidt  <jsc@openoffice.org>  [28a04a6b44b38a49fb550c0e56cc36d2c9824b76]

        #87052# change SALHELPER_MAJOR to UDK_MAJOR

2001-06-01  Ocke Janssen  <oj@openoffice.org>  [f559e9d9ba4f604fa3799a19c6766eb800e2b7d5]

        #87149# changed order for tabpages

2001-06-01  Oliver Braun  <obr@openoffice.org>  [53d56b6757ddf6effde8986dfea5869b9074e871]

        #87692# no UNC paths any more

2001-06-01  Ocke Janssen  <oj@openoffice.org>  [44490ebee5727031fd67ef45db4712ad8280585d]

        #87149# removed some methods

2001-06-01  Nils Fuhrmann  <nf@openoffice.org>  [e5e4794a7b93b6bdcea9f616d1ee15a9173acbf2]

        Fixes for merge #87134#

2001-06-01  Peter Burow  <pb@openoffice.org>  [2f046c023b5f75482647837001707df0dd684d56]

        fix: #87511# helpids out of src-files

2001-06-01  Oliver Specht  <os@openoffice.org>  [0a6814b522bbfa4b8efa3ba38ca15d478488b4f4]

        #85922# prevent change of controls layer

2001-06-01  Oliver Specht  <os@openoffice.org>  [ec7c1e96c55013068b1442de73c4ed49d433c011]

        #87616# handling of vertical alignment changed

2001-06-01  Peter Burow  <pb@openoffice.org>  [c50265d8c5c33b6143d616d853a2902c22d7a7a1]

        fix: #87682# HID_FILEDLG_LINK_CB and HID_FILEDLG_PREVIEW_CB added

2001-05-31  Niklas Nebel  <nn@openoffice.org>  [4b088ed38fb51cfbe846d86572213d631716e4c2]

        #87614# FindMaxRotCol: don't call GetFormat for index 0

2001-05-31  Niklas Nebel  <nn@openoffice.org>  [1c59b3fd508c42ce0d819264b413c57fbc31617f]

        #87241# DocInfo fields don't always have Fixed property

2001-05-31  Niklas Nebel  <nn@openoffice.org>  [23d5277a72c0f66e7cab8aa6478d0ed52e8aa277]

        #87241# SvxFileField is DocInfo.Title field

2001-05-31  Niklas Nebel  <nn@openoffice.org>  [fb6f2f4c7aa7779bf2f725185b4ded391b4643a8]

        #87241# format property for file name field

2001-05-31  Thorsten Behrens  <thb@openoffice.org>  [dc1db666d3694695d448ddfc65a10a38c78a833f]

        #86988# Dialog redesign

2001-05-31  Kai Ahrens  <ka@openoffice.org>  [1397e5ffe09719da40d686e4e3b8448e35d98cfc]

        #86868#: set page invisible when creating page VDev

2001-05-31  Eike Rathke  <er@openoffice.org>  [d271591e23ed3512bc0543f012354e47dcb05904]

        #87279# mechanism for national currency to EURo transition in number formats

2001-05-31  Eike Rathke  <er@openoffice.org>  [ddedfd93a451f1e10b380c83ec3f149cd109e50a]

        #87279# mechanism for national currency to EURo transition in number formats

2001-05-31  Sven Jacobi  <sj@openoffice.org>  [daa328980a05c4fbcc7e6e9c771313deb31cc1b6]

        #87632# now exporting CharRelief attribute

2001-05-31  Daniel Vogelheim  <dvo@openoffice.org>  [adad88395b41c9d360a1c804387a5db673c8fb33]

        #87699# - allow empty indices to be imported - don't export empty indices in global documents

2001-05-31  Juergen Schmidt  <jsc@openoffice.org>  [d432fb7afb97db85fdaca94473dcfaf33138d771]

        #87713# change UDK version number

2001-05-31  Juergen Schmidt  <jsc@openoffice.org>  [2bba97d600bb612fb6c5050847e6e7f6b65fde3b]

        #87713# change UDK version number

2001-05-31  Kai Ahrens  <ka@openoffice.org>  [4c711653274e77fcc632733184c2cb638a8c83a0]

        #87667#: added MimeType for written graphics

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [e908de9962d9398e55c6c26ba2c128fab68a86a7]

        #87695# corrected the format id for DnD of filter items

2001-05-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa385514373586c37b794dab91c0129e5a55085c]

        Forte6 update 1 on Solaris Intel dies with internal compiler error on stub.cxx (optimization on). Switch optimization off for now. To be reevaluated on compiler upgrade

2001-05-31  Andreas Bregas  <ab@openoffice.org>  [e473a6249b40b546e4eebc613827667a231cbfd4]

        #87622# Fixed conversion of empty sequence

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [3fe05a11d459b0d441f3017499504ac922ed8040]

        #86416# delete m_pSQLAnalyzer in the dtor

2001-05-31  Lars Langhans  <lla@openoffice.org>  [65d01dcb779c33804201e863c106b3c4bdfb2eb5]

        #87337# obj removed.

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [11e6827f1359b80c96fce840b33870363b841be6]

        #86416# outlined the dtor for better tracking the instances

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [5d87cf0d5fbd604354008d5585de4b886defef86]

        #86416# outlined the dtor

2001-05-31  Christof Pintaske  <cp@openoffice.org>  [e325a2cd46a5e8ef2f52bb2e647bb5bf67855315]

        #81038# changed [top|bottom|left|right]_tee to *_side

2001-05-31  Ocke Janssen  <oj@openoffice.org>  [b8eb566e6b9b4301340653e33a9ba10ec2b4b6a2]

        #87200# initialize first when ask for data

2001-05-31  Lars Langhans  <lla@openoffice.org>  [d466a0f562939375d258697d2bc94d399c74666b]

        #87502# generatecache.obj added

2001-05-31  Lars Langhans  <lla@openoffice.org>  [4d4d0eb61b0a7a940c25351ca4a268c8c4c86cd3]

        #87337# create a new buffered osl wrapper

2001-05-31  Lars Langhans  <lla@openoffice.org>  [93d14c136d803921a643596acdbc409d4f66911f]

        #87337# trivialbufferedfile.obj added

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [82ead0322f439e22ed09c11b990b21e69ebe424b]

        #87149# set the delegator after adding as aggregate property change listener

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [478b93cc4e74bc57d2b4fb02ff2793ed9ca1d6a8]

        #87149# forward the _bSetDelegator ctor param to the base class

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [7efee5a7c05b2da0ed60e9c2ec7d262f4e63b741]

        #87149# allow to set the aggregates delegator later (not in the ctor, but by explicitly calling doSetDelegator)

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [76c9383ffe2d35e32141f9fe27334150935fcd98]

        #87149# changed the property listening at the aggregate upon construction: _first_ register as listener, _then_ set the delegator upon disposing:    stop listening, but _do_not_release_ the ref upon destruction:  release the ref which the multiplexer has for the aggregate

2001-05-31  Ocke Janssen  <oj@openoffice.org>  [7872bacbb12f332a918cd632e376bf72a67e24a4]

        #82857# adjust bookmark-position when deleting a row

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [d90ed94b014b08b3d4d006a1656fd7411794f464]

        #87149# DBG_CTOR/-DTOR

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [0290c73756b7aeae037bf50bfed6c11cb78f19eb]

        #87149# additional ctor paramater, allowing to not release the set automatically

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [2d0c00defa114bc51fa3dd7594835819a32f2bf3]

        #87149# additional paramater, allowing to not release the set automatically

2001-05-31  Christian Lippka  <cl@openoffice.org>  [34b9933030dd8743ba89dcab2fcda98641dab6af]

        #87219# new interface for access over a unique identifier

2001-05-31  Ocke Janssen  <oj@openoffice.org>  [6468d1b12f0dba7ae91a63bbad71a31e67ffc9f7]

        #84436# set formatsample even when default value is empty

2001-05-31  Sven Jacobi  <sj@openoffice.org>  [03131a2a05c794e76934d1c6df288a11ee2688c6]

        #87675# changed tabpage2 to the old style

2001-05-31  Daniel Rentz  <dr@openoffice.org>  [476e9193f790494014d26fce2c5c9d737af83c5f]

        #86988# dialog redesign

2001-05-31  Daniel Rentz  <dr@openoffice.org>  [dec4ca0a0b26c1cfdecdb7daddd2ca4b47db80c9]

        #86988# dialog redesign

2001-05-31  Daniel Rentz  <dr@openoffice.org>  [13bbe26f8779e79dda69c4f07cff8227346535d7]

        #86988# dialog redesign

2001-05-31  Christian Lippka  <cl@openoffice.org>  [4c497a439732599939aa697c3244664369f5e8d0]

        #87219# added user glue points

2001-05-31  Daniel Boelzle  <dbo@openoffice.org>  [ed7fef3a2917ba913d14ec162beb14c70d9a588e]

        #87052# better init

2001-05-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6771b2e0acca5ea5d3dc9c8b1d221515391a7c74]

        fixed slashes in DMAKE_WORK_DIR when called from perl

2001-05-31  Jörg Barfurth  <jb@openoffice.org>  [8b872fdf6edd42dc1e653a30186b42a378150e4a]

        #85159# Merge fix from SOW: Forgotten member in swap

2001-05-31  Christof Pintaske  <cp@openoffice.org>  [e6e527d44ba500a711ac130f6db77dd0f842c177]

        #87324# support for 1bit depth

2001-05-31  Jörg Barfurth  <jb@openoffice.org>  [4b27e63e3f5c2594da75ee3829a29bee76c3b454]

        #87481# cleaned up handling of fileURLs vs. system pathes.

2001-05-31  Christof Pintaske  <cp@openoffice.org>  [e2544c2700a600fd1563a694b11e5d9766be3a33]

        #87324# reduced image header size

2001-05-31  Ocke Janssen  <oj@openoffice.org>  [aa8dc6eaf3633eb82681524f24aeb8a85efba610]

        #87149# correct ldap protocol

2001-05-31  Malte Timmermann  <mt@openoffice.org>  [4f9d6868d6da5567a17d75a11c2b631725df587d]

        #87421# Don't remove DDListeners twice

2001-05-31  Malte Timmermann  <mt@openoffice.org>  [74a160afae382f53ea91cfed1247c8d6dd63bf1c]

        #87327# Bug in BreakIterator, check for MinBreak

2001-05-31  Stephan Bergmann  <sb@openoffice.org>  [9f96578cb195343fdd076cc1baa0cb0f27345a0e]

        Improved description of rtl_uriEncode()'s pCharClass parameter.

2001-05-31  Christian Lippka  <cl@openoffice.org>  [a28ccc0995112b43dcc702f14cb9385efcc9a415]

        #86802# filter empty strings

2001-05-31  Andreas Bregas  <ab@openoffice.org>  [f75d99c16975ac14871556bad523c9d1a894aa45]

        #87674# Use of SimpleFileAccess removed for non UNO case in implSetupWildcard()

2001-05-31  Oliver Specht  <os@openoffice.org>  [d0e54c9176f63624c4e6c4361737350a767f0866]

        #87672# assertions prevented

2001-05-31  Christian Lippka  <cl@openoffice.org>  [e88904df1e7ba328554fdd3758812b56261608b3]

        #87219# added user glue points

2001-05-31  Ocke Janssen  <oj@openoffice.org>  [c6ef276554f9b5776829bf73fe6c3877347b1441]

        #87149# change subprotocol and Propertynames

2001-05-31  Kai Ahrens  <ka@openoffice.org>  [cbaeb1f48bd43f1a959a187dfe6995a7bfa51699]

        #83370#: additional list view for Gallery

2001-05-31  Matthias Huetsch  <mhu@openoffice.org>  [04592d14f65bac16a4cec47c2717fd68f0f20b96]

        #87187# Added missing header files.

2001-05-31  Kai Ahrens  <ka@openoffice.org>  [246e2d8e5544b2151c6877ab7108a3b3258c66de]

        #83370#: additional list view for Gallery

2001-05-31  Kai Ahrens  <ka@openoffice.org>  [e94f5b299c365c42a2c1c3008e891f20bbec5f02]

        #83370#: additional list view for Gallery

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [7fa0c288d1d9e2640d520bf8bdf36d8ece8e1113]

        #87099# Make sure we compress all STORED streams that are supposed to be encrypted

2001-05-31  Daniel Vogelheim  <dvo@openoffice.org>  [8b45fcc3aa1913fef6675150d9fe9101ca982499]

        #87677# prevent premature invalidation of iterators; warning comments added

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [b93185adc3657667853f03f9848eccb106377035]

        #87099# Added ThreadedBuffer and OutputThread

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [a9e3305015270bdc8dd96fb8073b9e330e74f6ad]

        #87099# Must calculate the size and CRC32 for STORED streams here as it can no longer be done in ZipOutputStream

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [2ee7e4552bf7eb96d9ef387a5392078dc8e006ea]

        #87099# Remove unused code and only initialise the buffer when we need to

2001-05-31  Peter Burow  <pb@openoffice.org>  [eb7ee2766c875fba9444448e23bbb6da4a7ccc3f]

        fix: #61995# #69615# cut docinfo value only on save

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [fed8ec37d3ad4c89c3bdd3273cb8c8c43bf5e22e]

        #87099# Use the new ThreadedBuffer class and let it do all the work

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [4b1b42665e4769be7f786c0263b17f143ec7ad37]

        #87099# Since we can no longer jump around in the buffer, we will write EXT descriptors for deflated entries and calculate the CRC and size of stored entries elsewhere

2001-05-31  Peter Burow  <pb@openoffice.org>  [ab88242bc7ceb76962b11aa7866fb1d681ce669a]

        fix: #61995# #69615# no length limit any longer

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [a4f45a88f720f4c4d927a63db118a1587eee10ed]

        #87099# Use offapi.rdb instead of applicat.rdb

2001-05-31  Christian Lippka  <cl@openoffice.org>  [36e5dad3ee03336fa50896729e599672d80407ef]

        #86802# create first pages if needed for api

2001-05-31  Oliver Specht  <os@openoffice.org>  [49d515461d4f435d70687b372330b7df69b9d9ce]

        #85922# SwXGroupShape created

2001-05-31  Michael Brauer  <mib@openoffice.org>  [1fa4b64bc9c30f7a939fd0e035a90b8f7d7b4867]

        #87668#: Encryption added

2001-05-31  Michael Brauer  <mib@openoffice.org>  [45635597579fa6e2cae49bf8ba38af2a188af421]

        #87668#: Encryption added, removed export of meta/settings for embedded objects

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [17f08c31954cc244b2d7e8f6542e41a696ec07f6]

        #87099# Remove unused method

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [ae7f43c18abac814ef10cff81bd59dbea537cab3]

        #87099# Added updateStream method and change the 'using namespace' stuff

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [35be97b4e7540af12c41fd4842a69f32138cdbda]

        #87099# OPtimise the stream operators

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [4d46ad186c5c8dd9bbdcca77fbaa8c3bbdccbba4]

        #87099# Optimise the stream operators

2001-05-31  Nils Fuhrmann  <nf@openoffice.org>  [ae09a852aebfb2e0e569955790e0e6dc76b62f1f]

        Changed default to UTF8 and added -NOUTF8 switsch #87136#

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [96505f3ae5b218f18d6f021969280cef488fedb2]

        #87099# Make destructor virtual and make OutputThread a 'friend', also do not realloc the buffer until we need to

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [ee17f4899266b034e16c063209d7519e9b292843]

        #87099# Make OutputThread a 'friend' instead of making members public or making getter functions

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [f23c0fc3c18e2d33c4e6f5bc5cb8edceea979442]

        #87099# remove unused member and add offset and length parameters to 'rawWrite'

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [7782f736c5900340e15a5a36d408ea25470e72d6]

        #87099# Added updateStream method

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [d148b0125f595ee6a75740855533cf81e7dd67d9]

        #87099# Optimisation for stream operators

2001-05-31  Martin Gallwey  <mtg@openoffice.org>  [b238840966bc3735ce0e9d52dd73d9912bce7290]

        #87099# Initial revision

2001-05-31  Frank Schönheit  <fs@openoffice.org>  [39f1b66cb9c26c1e7d27db3840c04c454754af7a]

        #86416# proper guarding in startListening

2001-05-31  Daniel Vogelheim  <dvo@openoffice.org>  [43cb073eadc4e256a3230578f2ff596493173dd3]

        #87645# relative margins now use sal_Int16 (rather than sal_Int32)

2001-05-31  Carsten Driesner  <cd@openoffice.org>  [fb20cacc4f66d742643f3c9a8c210c221668ac02]

        #79994# show filter dialog if typedetection failed

2001-05-31  Andreas Martens  <ama@openoffice.org>  [6419965a469bb042ce835f62bf9e73817f9965a5]

        Fix #87530#: Superfluous unlocking removed

2001-05-31  Daniel Boelzle  <dbo@openoffice.org>  [4bfaa28cc409774ed174c99478d0acf44e1e3d05]

        #87052# assert lost types

2001-05-31  Ocke Janssen  <oj@openoffice.org>  [6114e7aa19818c1b4287248ba0f282e9dfb0cf4f]

        #87621# fiy some calls to jni

2001-05-31  Rüdiger Timm  <rt@openoffice.org>  [c4d65d6f346802a14b656f80200cc19e627c31cc]

        #87576# wrong syntax introduced ring dependency

2001-05-31  Christian Lippka  <cl@openoffice.org>  [a5aa826968ae46e60ac521adb33693cbb85cf8a7]

        #86474# check for available master pages if ask for master layer visibility

2001-05-31  dkenny  <dkenny@openoffice.org>  [1db76df78974d8d37ae0ce81e5dab939e2b0f723]

        Code changes to enable the use of URIs like:
        
            sdbc:address:mozilla:
            sdbc:address:ldap:
            sdbc:address:outlook:
            sdbc:address:outlookexp:
        
        Darren.

2001-05-31  Oliver Specht  <os@openoffice.org>  [899bf654f86f3bcc94972e1c24c31473471461fe]

        #87645# SvxLRSpaceItem::PutValue: relative left/right margins ocorrected

2001-05-31  Sascha Ballach  <sab@openoffice.org>  [230f05d4874ba0406921e8ef929ac59c0145b3d8]

        #87643#; use SolarMath::ApproxEqual to compare to double values

2001-05-31  Carsten Driesner  <cd@openoffice.org>  [f6b4adaefe63216fa6d4a92e3d299d436c76c018]

        #79994# show filter dialog if typedetection failed

2001-05-31  Carsten Driesner  <cd@openoffice.org>  [58d40fb1188521345f38a80060bf6332eb966437]

        #79994# global defines for framework resources

2001-05-31  Carsten Driesner  <cd@openoffice.org>  [cd36bdfd991b9b20f4ce69dd5f9fbefeb6aa3c65]

        #79994# convert new filter name to old

2001-05-31  Ocke Janssen  <oj@openoffice.org>  [cb82f81d160491fd0d63ac83bb2bb2e44bafafcf]

        #87640# getTypes corrected

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [96292d0409a76ac0a2c3a8ea054397a1e2c5c84b]

        Merge SRC633: 30.05.01 - 23:09:39

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [9121ff4d1002a898ec277467a64a2b0975454053]

        Merge SRC633: 30.05.01 - 23:07:39

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [36c713164e303a6c1893ddd4630aef9adc67e64e]

        Merge SRC633: 30.05.01 - 23:05:27

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [736297034f9dd9d70b214a00d0ecd75c58d6c065]

        Merge SRC633: 30.05.01 - 23:03:24

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [1f2f2781455bf65a4760e07de513601bdffd393c]

        Merge SRC633: 30.05.01 - 22:58:44

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [308001ebfc8e70825115d151b76fe93d2e3b2b67]

        Merge SRC633: 30.05.01 - 22:56:42

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [190184da9efc8af932f5248bbbfb6e45046bb1fd]

        Merge SRC633: 30.05.01 - 22:55:05

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [805e7aaede66e0ab44f05f0de549cbd90cb0b50a]

        Merge SRC633: 30.05.01 - 22:54:37

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [62b0f8289446bf484640129d1283ae8f04defc8a]

        Merge SRC633: 30.05.01 - 22:52:39

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [92b435014b7882bb17db573a88007f49ab1d6d43]

        Merge SRC633: 30.05.01 - 22:52:33

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [af9c648cf6382c1c26ad32c3ae89b637400997f8]

        Merge SRC633: 30.05.01 - 22:50:25

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [bb618fedb6e48eb9dfff8ef8ca796e3e849df9c2]

        Merge SRC633: 30.05.01 - 22:49:13

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [3384d0678d29770dc24de5496f6f35e6f8944b2d]

        Merge SRC633: 30.05.01 - 22:48:20

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [805166c4343d373ebf101b79980eb8737d9c9ee7]

        Merge SRC633: 30.05.01 - 22:46:18

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [43cb57274f65330ec2f8eba8ceed06f3f338992e]

        Merge SRC633: 30.05.01 - 22:45:51

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [de059293437eacd105d1fcef789ac881a160bb1e]

        Merge SRC633: 30.05.01 - 22:45:13

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [9f60945e5aa0c101a15b2cd8ea1c15f81db2b9e6]

        Merge SRC633: 30.05.01 - 22:43:42

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [b96cd8670e84270246cf284075e119713bab46d3]

        Merge SRC633: 30.05.01 - 22:41:25

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [3b2ade7fa041f4b7dd5657a15b7e4debd4db9957]

        Merge SRC633: 30.05.01 - 22:39:53

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [139d6d8d252a4561c04249c181bb9f4a97bbe7be]

        Merge SRC633: 30.05.01 - 22:38:58

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [e69659024438ff3213ba7f323d139bf0604d2a11]

        Merge SRC633: 30.05.01 - 22:38:07

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [f1fa43e1ecb0de91bd3033902cbb8e70a3918a5e]

        Merge SRC633: 30.05.01 - 22:37:46

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [1928d15b28f6adc9f11d05b775b9e3bd71e6ca57]

        Merge SRC633: 30.05.01 - 22:36:36

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [5dd5f017a03814c291992ba80505a2d679c78e3e]

        Merge SRC633: 30.05.01 - 22:36:16

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [0472bd1168281f267bfac781129109b10ae79c7a]

        Merge SRC633: 30.05.01 - 22:37:10

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [012086b26e7eca88f875eb223935ff425ddadda4]

        Merge SRC633: 30.05.01 - 22:34:05

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [f38e0ff826267c49b3c3d49be7c00f7fb5c1405d]

        Merge SRC633: 30.05.01 - 22:32:53

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [b96cb5a1b0f3d2add1a9248e611495b422012a78]

        Merge SRC633: 30.05.01 - 22:32:30

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [b7b7d0874fcefcb32cfe338f8cc510732569de56]

        Merge SRC633: 30.05.01 - 22:34:07

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [518b6659b898b3a9ffbc40942241f3f9fd67d81b]

        Merge SRC633: 30.05.01 - 22:30:43

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [b4af14b7763716c8443377fbc2703e940a8bc791]

        Merge SRC633: 30.05.01 - 22:30:02

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [e60c69101da1666480b850847fb24eebe4a49d87]

        Merge SRC633: 30.05.01 - 22:32:05

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [16e491092e0af27df7d0acbd16478bdac7131644]

        Merge SRC633: 30.05.01 - 22:29:02

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [0c8e5d6ff0f1463cb7381ca27b379b54ce9276a2]

        Merge SRC633: 30.05.01 - 22:30:21

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [d59f13bfcc0550289acd2e5afd8efcb6566cbe69]

        Merge SRC633: 30.05.01 - 22:27:31

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [d52c9d8faf03c3a228ac99517b657ac409819fe7]

        Merge SRC633: 30.05.01 - 22:26:49

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [d3b0c7b8084d087bb850c364e5ef3716bdb42082]

        Merge SRC633: 30.05.01 - 22:26:41

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [fe4b7ee3894b145a45b4993cb2fab5613182a109]

        Merge SRC633: 30.05.01 - 22:28:38

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [a05457fa4b31e8940980fefe41c7a348461ea195]

        Merge SRC633: 30.05.01 - 22:25:13

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [4403d752c10ee465fce29e1583353a9ac32922a4]

        Merge SRC633: 30.05.01 - 22:24:15

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [35b0e8193e44435bb7144e78c74e32724905be51]

        Merge SRC633: 30.05.01 - 22:25:52

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [5517e00c0a219507cafb216bc3f209c04fb7803d]

        Merge SRC633: 30.05.01 - 22:22:14

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [6b7536383ad605c7e9495a3b8fcbecf8c10d610f]

        Merge SRC633: 30.05.01 - 22:24:24

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [99ec796a20afd6e58caa785e8bc8936dfc225a10]

        Merge SRC633: 30.05.01 - 22:21:57

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [47e21e167b8feb59b2c04215f3a28478d340251b]

        Merge SRC633: 30.05.01 - 22:22:44

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [4f4d2a0554dbe8a0fc138524903a3ed0de082a06]

        Merge SRC633: 30.05.01 - 22:19:51

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [4196c7c73cb84970aedc538a57f115d5247429cc]

        Merge SRC633: 30.05.01 - 22:19:44

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [293f9f3bc2d9dc1ba87d3a9dbf72707475c5d734]

        Merge SRC633: 30.05.01 - 22:21:06

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [e3e58956b3f243bb6a36dafaf9dc8dc9ec053a4a]

        Merge SRC633: 30.05.01 - 22:18:16

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [9dcfc4854075d9964913f3e30d8d7e0a3e6e31ad]

        Merge SRC633: 30.05.01 - 22:18:05

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [83cbfb6dd16c3d4bfdcf343e28e278867ec6d6c3]

        Merge SRC633: 30.05.01 - 22:17:23

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [162ce7375198e33c94b4a7ec4bc89e14b9ed90ee]

        Merge SRC633: 30.05.01 - 22:17:30

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [f9cfb8c96d908af2b02a39023f9b00748151563b]

        Merge SRC633: 30.05.01 - 22:16:26

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [1b56879739a192fe67d5803d44e18cd8af943930]

        Merge SRC633: 30.05.01 - 22:15:55

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [1e929bf01458787d411dc0225b8289d77fd2f863]

        Merge SRC633: 30.05.01 - 22:18:20

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [b44d3f4f825e285c9fedaaa7deee6c73aae3fc5d]

        Merge SRC633: 30.05.01 - 22:15:50

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [bb4c20d9a2ecc8465eebf7bc3327c8f7f4f04c24]

        Merge SRC633: 30.05.01 - 22:15:27

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [b2aa499b755bed0d03398aedc269987696fd0e0c]

        Merge SRC633: 30.05.01 - 22:14:13

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [28eddfb69d95d3c6114967df4a5f6601e51cde8d]

        Merge SRC633: 30.05.01 - 22:15:37

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [64a99ca169e552a915b389c79dca83e4af360ed0]

        Merge SRC633: 05/30/01 - 22:13:19

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [f9187fd87ca9d260ae9317577dc5636ebdf30ac4]

        Merge SRC633: 30.05.01 - 22:12:52

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [e66ba0679909f3f68dc5254f7820648a094803ef]

        Merge SRC633: 30.05.01 - 22:12:32

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [65f371ecf38214b8221d381869ab47e8f08ce49e]

        Merge SRC633: 30.05.01 - 22:14:36

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [fcafdbb788f0f5eaabe86245f681cf7d04815311]

        Merge SRC633: 30.05.01 - 22:12:14

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [79201e020f5611a02ff37e51461a6b35b0a565d1]

        Merge SRC633: 30.05.01 - 22:12:01

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [de61c264aab9795d514b5fccd609924412bbddf9]

        Merge SRC633: 30.05.01 - 22:12:53

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [0b0145df7dad5626d3b93eee3d47d95b383e71c8]

        Merge SRC633: 30.05.01 - 22:12:46

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [cfe51a163027b96ee9a80fe55d7b9b0124ddac97]

        Merge SRC633: 30.05.01 - 22:10:21

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [9c94a8899bdbabefb58c208067ae3f87474a1a0e]

        Merge SRC633: 30.05.01 - 22:09:48

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [40dc21738c811ae0fc12e73a136743cca556057c]

        Merge SRC633: 30.05.01 - 22:11:19

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [11fbfee9ecb1428e61e73ef30098ae0926edd1ba]

        Merge SRC633: 05/30/01 - 22:09:23

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [551bc3e2c00a69c48415d59f8fb1a3c730c349ac]

        Merge SRC633: 30.05.01 - 22:08:40

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [49c12faa892f5956ff54a0f4a4fe6953de8f8804]

        Merge SRC633: 30.05.01 - 22:08:38

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [72afba345efdeb36c20a5cdf7da0a9ac911da721]

        Merge SRC633: 30.05.01 - 22:10:44

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [9c99c89d39135c91f27eee2a9e2ff2e361777aa6]

        Merge SRC633: 30.05.01 - 22:06:32

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [842374d9fdeafc703a485e63e43a04bc2a770984]

        Merge SRC633: 30.05.01 - 22:08:30

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [e114bce833894d8ae17a7a6b4cadd4466f62e08f]

        Merge SRC633: 30.05.01 - 22:05:53

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [0019f586bb2960a1e9e33d7e5f07c2e2fa187033]

        Merge SRC633: 30.05.01 - 22:05:46

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [58735e1321fd6dc0aca7bcd04adc6933d798eede]

        Merge SRC633: 05/30/01 - 22:05:32

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [b4f6b07919053c3a695ff756b97b7d5981ea2f17]

        Merge SRC633: 30.05.01 - 22:05:11

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [71940cc2cecf7a9a2c8f9bf0a3febe919c7abef6]

        Merge SRC633: 30.05.01 - 22:04:45

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [25428d434b9001503fcd6bb6cdc3c1e9e4934597]

        Merge SRC633: 30.05.01 - 22:04:12

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [bead8773ade99b8562af5c022440b08ee7ea60d0]

        Merge SRC633: 30.05.01 - 22:03:48

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [695f1d6f1da95d76d379d586a972fedd4e621d1f]

        Merge SRC633: 30.05.01 - 22:05:39

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [0cfc2293f064127f62736fca91fd43cc634efb2f]

        Merge SRC633: 30.05.01 - 22:02:57

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [a2d85e0e837ae2387bde6f80ef3baef70334206f]

        Merge SRC633: 30.05.01 - 22:02:21

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [7081a2e147b37e87004e380b59537f4e6a2c6e77]

        Merge SRC633: 30.05.01 - 22:02:45

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [73caa3cd976c1e30eb332436c44dd0fcea9b0066]

        Merge SRC633: 30.05.01 - 22:01:37

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [59657a6ef77e6cb7d2457a520c5a17654dde1b5b]

        Merge SRC633: 30.05.01 - 22:03:49

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [e42289c523aabc86e346efe82cb7566410c1a063]

        Merge SRC633: 30.05.01 - 22:01:13

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [8d08fee58193184916cec2ce52249c63642cf3d6]

        Merge SRC633: 30.05.01 - 22:00:54

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [e9c2ff0f68e81020fe8fca1c3e5cc4e72b7b4cf2]

        Merge SRC633: 30.05.01 - 22:00:36

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [44b4fdde916ef73eb554147fb77effbb31c726bc]

        Merge SRC633: 30.05.01 - 21:58:45

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [568ffa1ddd1977ddba62e9f3fd5ddade45bdc256]

        Merge SRC633: 30.05.01 - 21:59:03

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [202b4a1294d54a1473fa6b1e37e2ef3cb9651a15]

        Merge SRC633: 30.05.01 - 21:58:33

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [bab4fc4b4a7632ee6f2322aa9c2a481f31601493]

        Merge SRC633: 30.05.01 - 22:00:30

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [766e243a66028fdea257e34e70ebf1478d965369]

        Merge SRC633: 30.05.01 - 21:56:52

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [d41aea1a6c775268731f999f60967425172a2b6f]

        Merge SRC633: 30.05.01 - 21:56:24

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [98f62267d1d5e76c2d5a4a93b28389034d104c4e]

        Merge SRC633: 30.05.01 - 21:56:07

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [ab9996edd6c25928281d8cdc9bec6436707cfa67]

        Merge SRC633: 30.05.01 - 21:55:40

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [b42d0f000ca5d4846be2b4315ed17ca272abb319]

        Merge SRC633: 30.05.01 - 21:54:54

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [1777d66d7f9ac8945c39c05eaaf69a6df5b2dec5]

        Merge SRC633: 30.05.01 - 21:54:01

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [8d2f43a330d572ca7922ed8bdb8d7b7ae36083d9]

        Merge SRC633: 30.05.01 - 21:53:08

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [b18b7ce863da130df746f2d48806ca26e3a98450]

        Merge SRC633: 30.05.01 - 21:53:26

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [c03ff261051656dc06b5a0ca4b169e63144586eb]

        Merge SRC633: 30.05.01 - 21:53:23

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [bf1fc0dc22f26bc689f193ff48affc5b60d7dfdb]

        Merge SRC633: 05/30/01 - 21:52:44

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [a61e1e01c0037355db10b306e27360163634db6e]

        Merge SRC633: 30.05.01 - 21:54:58

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [6e630e90c2179db8483454b9b36de79b85477c01]

        Merge SRC633: 30.05.01 - 21:52:37

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [6babe1a4a9f2c7b189c8f7276b0ee29848c6ba58]

        Merge SRC633: 30.05.01 - 21:52:19

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [b280d4a61c4ac4341f36ed529c9bc69d39ba9db2]

        Merge SRC633: 30.05.01 - 21:51:25

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [aea39993517f0fff8dc08d9dd560b7de3d16a1d8]

        Merge SRC633: 30.05.01 - 21:51:57

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [bf70a3ec961a20889c767409844c587df38fe061]

        Merge SRC633: 30.05.01 - 21:51:34

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [a8868357a49dfe1c0d7d9ab3d21230125e34b093]

        Merge SRC633: 05/30/01 - 21:50:50

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [d830250e5f90cc60d0335ca65651d7ac095992b3]

        Merge SRC633: 30.05.01 - 21:50:48

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [11282ae2bffb92d39c4b615e4d0a9f841ed63699]

        Merge SRC633: 30.05.01 - 21:50:21

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [edc77559d768d4a287abaf64c1d53335f8eac8bd]

        Merge SRC633: 30.05.01 - 21:49:48

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [092d437fda2060da37df57fa4efb80b5e5f41a35]

        Merge SRC633: 30.05.01 - 21:49:05

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [4ca3e0791e30fa8dc37c4ce7f29fb9d6d890bd51]

        Merge SRC633: 30.05.01 - 21:49:19

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [75550f7aa7932c7c6eb74c1929b61aafe55fba68]

        Merge SRC633: 30.05.01 - 21:49:09

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [3d06a6d322c205a4b6117e82891c7e8d4ee49b7c]

        Merge SRC633: 30.05.01 - 21:48:11

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [91cf86fb039f03ae5ed9655541256fb42f24a040]

        Merge SRC633: 30.05.01 - 21:47:49

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [cc2059a6ad08aa9cd599cbb28e4521692c2fd262]

        Merge SRC633: 30.05.01 - 21:47:27

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [fa2d339a0074460df7e1a2e0c9faac93283cb6e3]

        Merge SRC633: 30.05.01 - 21:46:52

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [2a3bc8af617e0e169b0367bd973aafe6a59446bc]

        Merge SRC633: 30.05.01 - 21:46:26

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [806d1724fb7d98020dd243fdec73ae4cef2fc735]

        Merge SRC633: 30.05.01 - 21:45:08

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [e71627f38d35437eae1203de12d918976f3c6d5f]

        Merge SRC633: 30.05.01 - 21:44:21

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [28f1a73e5077b1e1f7ee524a0129518c3d6ef404]

        Merge SRC633: 30.05.01 - 21:43:22

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [55b6880ecd31976de6d1b63d56b1c417386372ea]

        Merge SRC633: 30.05.01 - 21:43:43

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [82bcc71fce74f8fb3c5d2aa21a8adb07cf833169]

        Merge SRC633: 30.05.01 - 21:42:29

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [ee8835c060421879ec4347468b4a76e51a772017]

        Merge SRC633: 30.05.01 - 21:41:30

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [676c19c435dd0ca84d31d404d2dd41a4eda9a75e]

        Merge SRC633: 30.05.01 - 21:41:13

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [7a7ccc12bfec78db3edd86c014de88f56eeda523]

        Merge SRC633: 30.05.01 - 21:40:40

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [192b3a0f82b9060ca26c7b4a768634f80e045d8e]

        Merge SRC633: 30.05.01 - 21:39:51

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [7d2d5118c07b037384a421ae5e557a7d1118b280]

        Merge SRC633: 05/30/01 - 21:39:36

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [cd8dcece3380f2e236ee88b779f6d38a74689b38]

        Merge SRC633: 30.05.01 - 21:40:53

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [7f6bbe7d179cc656aa2a33668b238db650aef712]

        Merge SRC633: 30.05.01 - 21:38:14

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [589defa7d53c5626d0346aaaa6d251a3ec288a20]

        Merge SRC633: 30.05.01 - 21:38:38

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [2f0664750da284fe4755d7ff6fab53c58bf40a58]

        Merge SRC633: 30.05.01 - 21:39:16

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [94394ed472507174caf4db5e86038dd0ee8068a8]

        Merge SRC633: 30.05.01 - 21:37:53

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [69fd709b190c09a9a8bc292605098d6fb9f2055f]

        Merge SRC633: 05/30/01 - 21:37:46

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [01e4a936a416472ed2c5267b2e79b9ba3c1ad8c9]

        Merge SRC633: 30.05.01 - 21:37:08

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [8dab65fa27ccf42b1df8d2fca2e4d86e5c3c982a]

        Merge SRC633: 30.05.01 - 21:36:32

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [bef6b87116997901e921bfa8da143074b37f4dcb]

        Merge SRC633: 30.05.01 - 21:38:43

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [557477113bbc9e4780a8904225f59afeddf23478]

        Merge SRC633: 30.05.01 - 21:37:42

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [8defa9e26af4c2ab0adf371fb0064e8f9e64269f]

        Merge SRC633: 05/30/01 - 21:36:00

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [5c7a318d3ac60cf5c5ddcd4ec883c9b1ce43cd3d]

        Merge SRC633: 30.05.01 - 21:35:28

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [8fe2af2d5f208e4506b86e991f797bb100eb1fb7]

        Merge SRC633: 30.05.01 - 21:37:23

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [46745e5e4715942cb63eed8d1d4df5105eff75ea]

        Merge SRC633: 30.05.01 - 21:34:49

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [2237b0c3303bd842d0ceacc17d6d623511bb25da]

        Merge SRC633: 05/30/01 - 21:34:37

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [dffde374d502be0e68162315349f2d3a26f02e64]

        Merge SRC633: 30.05.01 - 21:33:25

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [886b12151d1fd25ddd6759046af3a8c4b6d22a9f]

        Merge SRC633: 30.05.01 - 21:35:12

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [731ad76c3f6c036907500a6c876dd1c8d4b61934]

        Merge SRC633: 30.05.01 - 21:34:52

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [c3d05388321def2184f163af54d4123b4f52b193]

        Merge SRC633: 30.05.01 - 21:33:31

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [3eebb0aa15fd59f22636f08c904e2dd943f0ea9d]

        Merge SRC633: 30.05.01 - 21:31:10

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [025005fe0cdb590baebf386a43468645dceb7724]

        Merge SRC633: 30.05.01 - 21:29:37

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [5f9fbb72459a1e3ffa844285943b342aa3c3766d]

        Merge SRC633: 30.05.01 - 21:27:26

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [5c2f630f7ada3af6bfa9d873ec709098a4b0efc9]

        Merge SRC633: 30.05.01 - 21:24:21

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [c5a5b1f12c3820a8d6dc3aa83f26d2a2daf02c2a]

        Merge SRC633: 30.05.01 - 21:24:42

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [3b4a047d890b05b9b9753a7cdfe012a381a52aac]

        Merge SRC633: 30.05.01 - 21:22:56

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [6c8838cecf4d3bc6b5cc073bc67bdbbaa3e83bc0]

        Merge SRC633: 30.05.01 - 21:24:41

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [5cd60346294defa9583fa99cd68dd914a0eba4e1]

        Merge SRC633: 05/30/01 - 21:22:26

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [aab3918b6f5c2030d8d87f83bbc8e07a3a01bf58]

        Merge SRC633: 30.05.01 - 21:22:31

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [9cb926219464e46162e276f2350071ef2d871690]

        Merge SRC633: 30.05.01 - 21:23:22

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [8828947928200e5be9f22c9b05c51630f7516d21]

        Merge SRC633: 30.05.01 - 21:20:38

2001-05-30  Philipp Lohmann  <pl@openoffice.org>  [8f9d984254f919adf4cceb7ed1b6ee7233e06392]

        #87166#, issue #832# fixed override redirect dialogues in presentation, cleaned up some garbage

2001-05-30  Niklas Nebel  <nn@openoffice.org>  [6abf300b5e3d980848359a670d3a78f9abd8d4b4]

        #87419# ResetEditView: set empty output area

2001-05-30  Malte Timmermann  <mt@openoffice.org>  [a5ef833adcb7dd748780fe2def5619f8b5f27ac2]

        #87238# ImplCheckDepth

2001-05-30  Behrend Cornelius  <bc@openoffice.org>  [fc2bb64da3165c1395e0049bb6b208cd5534edd8]

        #87647# One Boolean variabel in 'FillstepInputpaths' added

2001-05-30  Sascha Ballach  <sab@openoffice.org>  [208e2b225534b9791e0a003b7b450212203a5681]

        #79771#; optimize the search for a column or row style in AddRange

2001-05-30  Sascha Ballach  <sab@openoffice.org>  [480f23fc377d898bb99d931f331fe6a3d8efe0a4]

        #87643#; use SolarMath::ApproxEqual to compare to double values

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [af8ab2a349f27b948452b880f54daf1649d498f1]

        #86714# new controls for displaying the form data source

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [fd8a31ac23722c6e23fea15be5681a2bc6eaa7d6]

        #86714# layout changes to allow displaying the form data source

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [4eb3530d39c761a4b71f5eb740f965e2f99eada8]

        #86714# show the data source of the form on the first not data source related page

2001-05-30  Malte Timmermann  <mt@openoffice.org>  [a48b17f527a7fb1154d5f9567cbf155496e3da2b]

        #87421# DragAndDropInfo::bUndoAction

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [219a4b02bd9233834db7193dab6ce9b15ef48295]

        #86714# functionality for displaying the form data source in a wizard page

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [2ea069018398d612aa398e18895b2e91dc406759]

        #86714#

2001-05-30  Daniel Vogelheim  <dvo@openoffice.org>  [57931300e959d9ed65621e4c14114e7d6984e802]

        #87628# overflow in date-adjust attribute fixed

2001-05-30  Frank Meies  <fme@openoffice.org>  [a4f8118b752d3167f6ff21edc0ac469a0d49f804]

        Fix #86988#: Redesign of dialogs

2001-05-30  Sascha Ballach  <sab@openoffice.org>  [39d4d7abd5e7546f681120212af3b683f8272f1d]

        #87643#; use solarmath to round the font size

2001-05-30  jp  <jp@openoffice.org>  [3bbf5f09c2469d504a3663dc8985c662adbab3da]

        compiler error #87530#

2001-05-30  Frank Meies  <fme@openoffice.org>  [32b3672cb1576d4d338caa8e3fb181792f587613]

        Fix #86988#: Redesign of dialogs

2001-05-30  Frank Meies  <fme@openoffice.org>  [ca7dcaaf4108e74e5151d8b72961c2f50df1da5b]

        Fix #86988#: Redesign of dialogs

2001-05-30  Frank Meies  <fme@openoffice.org>  [31ddc7f3ee6d7bcb30ea0e0cb2a3d8afc4f43c58]

        Fix #86988#: Redesign of dialogs

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [1059d7cbcc6a4875222461b60e07681e319b3a17]

        new version for SRC633

2001-05-30  Malte Timmermann  <mt@openoffice.org>  [b4d752323d9fb4fa96cd90534e7c68e3df2e7df1]

        #87421# Only inserted views should be D&D-Listeners

2001-05-30  Kurt Zenker  <kz@openoffice.org>  [838ad747115c311ad5678ada846eaab4d8d9bb9f]

        new version for SRC633

2001-05-30  Kai Sommerfeld  <kso@openoffice.org>  [d4ebfb0990937b6d37ab426cfd0517d4611f213a]

        #87585# - Fixed PROPFIND->allprop too.

2001-05-30  Rüdiger Timm  <rt@openoffice.org>  [dbf75e563aa36fb72f657fe4799296594c9736fe]

        new version for SRC633

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [b51b8bcda9f067ba80dd119d59173815ee841051]

        wordbreak for the field link description text

2001-05-30  Daniel Rentz  <dr@openoffice.org>  [4994a8fc6c9cec4fe40ab45356981c656ab210f0]

        #86988# dialog redesign

2001-05-30  Christian Lippka  <cl@openoffice.org>  [de34721d9edc0d0db3e1d946cd4a09e07de37895]

        #87406# generate uno default pool like in sdrmodel

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [2dcffba165d09b7ecc3c05baa3a941fd608d89c7]

        #65293# include CommandAbortedException (solaris can't catch incomplete types)

2001-05-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2696d520b60e69194aa41ecdb7b042503d61f1c]

        #65293#: include string.h instead of memory.h

2001-05-30  Dieter Loeschky  <dl@openoffice.org>  [629d3150d1abea6eb336c4f8009ab4b1f2397289]

        #87630# Removing STR_DRAW_DEFAULTTOOLBOX

2001-05-30  Dieter Loeschky  <dl@openoffice.org>  [e3e945a2c2531422a81803e2ec3b546cbf02b3a7]

        #87630# Removing RID_DRAW_DEFAULTTOOLBOX

2001-05-30  Jörg Barfurth  <jb@openoffice.org>  [69796b545ac9c986c81dbc22349a286beadfb9a9]

        #87508# Removed now also obsolete setupsession

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [69a18c3a9ce1f945c27e9157781c30c452171ea6]

        #87613# additional layout changes to finalyze the dialog redesign

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [ca62d4068c0dbf219ec246fc599ba6a08b4c0738]

        #87613# corrected the z-order of the buttons and the style of the fields frame

2001-05-30  Ocke Janssen  <oj@openoffice.org>  [cc76966ea65832c91485b356725d697e5cef5347]

        #86995# secure that the driver stays alive as conenctions exists

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [8ccc5b52a3c05e6db57e33617fe6b46fc2311d00]

        new version for SRC633

2001-05-30  Kai Sommerfeld  <kso@openoffice.org>  [4cf018df4feb126c9f84ec6622799225a4c8c1c0]

        #87585# - Fixed PROPFIND->propnames.

2001-05-30  Daniel Rentz  <dr@openoffice.org>  [985733d104155acbf7511095b2c301664aadea24]

        #86988# dialog redesign

2001-05-30  Thomas Lange  <tl@openoffice.org>  [ad4e23ef8bc5f918ea269aa4a9006bd2e804ee1b]

        #87597# function void UpdateText() applied in 'Save' also

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [04874008c7ca8a4f441478a41d00062d50982c17]

        #86838# forward the GetFocus event to the property box

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [ce6a69c357d5d04c77b29692933fc36d40089c98]

        #86838# UpdateUI: let the property box grab the focus

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [ff9b9fa2c22a670a244526c70a9a4e38c7bf079b]

        #86838# forward the GetFocus event to the tab control

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [a021d75c38171e25ed2dbc707863ea5282cb552d]

        #86838# be a focus listener on the container window, forward the focus to the property box

2001-05-30  Vladimir Glazounov  <vg@openoffice.org>  [3b8bd7d0d429e15bd0be40c2cc01c1775feb7b5e]

        #65293# corrected according the standart

2001-05-30  Ocke Janssen  <oj@openoffice.org>  [711a491d54f1857e249459ec73ce7b0457de5663]

        #86202# check if we have a parameter

2001-05-30  Daniel Rentz  <dr@openoffice.org>  [69435eb1578f5bc6f091a0910e6617534b865010]

        #86988# dialog redesign

2001-05-30  Oliver Bolte  <obo@openoffice.org>  [f30e68bac8cfe85914287ca85036fd4ba337863e]

        new version for SRC633

2001-05-30  Thomas Lange  <tl@openoffice.org>  [4d9a4ab462a8a91f88be36ed3e91de003c30e8a4]

        #87597# key inout in the edit-window will now mark the document as modified (and not wait for modify timer to do this)

2001-05-30  Martin Hollmichel  <mh@openoffice.org>  [f6106fda2258a6ce5e48be0ba58ea0af39065ed5]

        add: sign with jarsigner #87599#

2001-05-30  Thomas Lange  <tl@openoffice.org>  [216100b98a81d4b851cd32d2ec388f6a444f3206]

        #87597# function void UpdateText() added to apply latest changes from the edit-engine if necessary

2001-05-30  Sven Jacobi  <sj@openoffice.org>  [99c7a544ef34d9788f8cf18ed708062354ebf8ef]

        #87602# now all labels of the transparency tab page are aligned

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [4e8d3a2f10ada3b93a3f927bfee62e6b5fae800d]

        #86262# Reset: don't call SelectHdl_Impl(NULL), instead use the select handler set on the underline/strikeout listbox (may have been re-routed in DisableControls)

2001-05-30  Behrend Cornelius  <bc@openoffice.org>  [77d1a92fec28a5e402ba39a97f34172127717bc8]

        #87606# GetLocale - Function added

2001-05-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e80fd558057a12a4aef17c78166fe0cfc3fab171]

        textenc.c resulted in an internal compiler error if compiled with Forte 6 update 1 on Solaris Intel. Compiling without optimization is fine. To be reevaluated after compiler upgrade

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [40048ff6751a06c9a5c7845343d53bca76676ccc]

        #86671# override queryInterface to allow to be flushed from outside

2001-05-30  Nils Fuhrmann  <nf@openoffice.org>  [a638164904ffe0573fa60e5c7852d54f96b4cfce]

        Multiple fixes and features for l10n framework #87136#

2001-05-30  Oliver Specht  <os@openoffice.org>  [d74a3054d10c05dafb576e6ae9d325592f6d88b9]

        #87594# set default font with correct WhichId

2001-05-30  Malte Timmermann  <mt@openoffice.org>  [09a28c56a30d37af97e448a2d3370265f5c5048b]

        #87419# Destroy D&DInfos in dragExit

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [36ff7d268e88e4db5ed971cc50401961d3137613]

        #86671# createUniqueName: check if the base name is allowed, too

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [8f1d8317abe171993b47fd832f5c0b694a0a44c2]

        #87531# renamed DriverPreference to DriverPrecedence

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [31cc5f0ca04a990b1a6045f41cba10d2f829a921]

        #86671# +checkConnected

2001-05-30  Oliver Specht  <os@openoffice.org>  [74742dbd1165e2d6518016e0e557d82ec92d7104]

        #87587# SwXParagraph::dispose: delete instead of Remove

2001-05-30  gt  <gt@openoffice.org>  [4ff871636017d3459dfc89568579dae8aa4bada3]

        #87600# non-ASCII-handling for names, descriptions, etc.

2001-05-30  Ocke Janssen  <oj@openoffice.org>  [ee30fbb33207cd974e663b4b8516f430697ad6dc]

        #87149# new dirs for address book impl

2001-05-30  Philipp Lohmann  <pl@openoffice.org>  [24e1def1acac42662fd3d05800e3133479fed162]

        #79029# #87573# #83080# access plugins only in solar thread on windows

2001-05-30  Armin Weiss  <aw@openoffice.org>  [198994e9373ead86bafec4c9466daafa61eb0133]

        #87227# get the undo manager from the ViewShell, not from the DocShell

2001-05-30  Oliver Specht  <os@openoffice.org>  [eeb1d747ff0d95a9e3ab6be54ac00ded79119402]

        #74174# calculating of default tab stops in multi column pages corrected

2001-05-30  Jörg Barfurth  <jb@openoffice.org>  [e7cbcb704c91c48b08863cbfb4e4908a50a5442a]

        #84144# Fix: Checking for a correct timer start now is more informative and more lenient

2001-05-30  Andreas Schlüns  <as@openoffice.org>  [384e2b40c26808267de3e2206b1db99190950749]

        #86845# warning instead of assertion

2001-05-30  Andreas Schlüns  <as@openoffice.org>  [ae59ff68350b5557ec3be46a5518450cb4da8b7a]

        #86845# new handling for assertions/warnings

2001-05-30  Andreas Bregas  <ab@openoffice.org>  [8add0f69fe9bb985f2de7fa050d28300c832aa6e]

        #87427# Map getFullPathUNC() to getFullPath()

2001-05-30  Andreas Bregas  <ab@openoffice.org>  [8d802b92daa736e437cb5a6f6b6c1e5adcab059a]

        #87427# getFullPath() fixed

2001-05-30  Ocke Janssen  <oj@openoffice.org>  [5b6776cc35deeae4b2fd22e89b40d42f2d8596ea]

        #84841# helpbar must be deleted after the control was deleted

2001-05-30  Ocke Janssen  <oj@openoffice.org>  [39e54da768c72e558a890b7c2c86743a55b867c2]

        #84841# now wrapper ask wrapped object for tunnelid

2001-05-30  Andreas Bregas  <ab@openoffice.org>  [a01a57995bafeeecb7174a01db84766e26022a98]

        #87427# SbiStream::Open(): Use correct URL for OslStream

2001-05-30  Ocke Janssen  <oj@openoffice.org>  [b836114317c3f9f5c26f57979e3441f517296697]

        #84841# impl alter/add/drop for table

2001-05-30  Daniel Vogelheim  <dvo@openoffice.org>  [0e5c904af768636ee77e47e3be765a3a250186ee]

        #87257# check for valid character style in line numbering config

2001-05-30  gt  <gt@openoffice.org>  [9e9489118a76c8cf52f634541e8936a112b56c26]

        #85093# ExcArray::AppendBy() also intersection is part of an existing array

2001-05-30  Niklas Nebel  <nn@openoffice.org>  [27ceb289d496d90a3a462c034253a13b142b52d3]

        #41881# api for print options

2001-05-30  Eike Rathke  <er@openoffice.org>  [fa2e8181830629156904f4cf1abac97ac66cce2b]

        #79507# CONVERT(): mention calc.xml

2001-05-30  Michael Brauer  <mib@openoffice.org>  [116c2532e080f45688ef3ec800ee7d29654e9d0c]

        #87456#: update conditions after applying conditional styles

2001-05-30  Michael Brauer  <mib@openoffice.org>  [4ab10d6f6e0805c5c72742da374474898986d499]

        #86004#: Don't instantiate unused components

2001-05-30  Daniel Boelzle  <dbo@openoffice.org>  [009e4eafa8f0ffc7329cf88ef9cbdb174c0d9489]

        #87052# static decl

2001-05-30  Daniel Boelzle  <dbo@openoffice.org>  [54705efc4b8fe5dd47a0173bbb0d9ee8ec70808e]

        #87052# preparation for using map files

2001-05-30  Oliver Specht  <os@openoffice.org>  [a8ade54af8e512625ec57c0fe0faff6be7f3023d]

        #86701# scale width in drawing mode enabled again

2001-05-30  Andreas Schlüns  <as@openoffice.org>  [e8318c953e431af7dbdf5a45ff05118680310eec]

        #87571# change prop-count of filters

2001-05-30  gt  <gt@openoffice.org>  [478f835faee7f5222cd6595d8aab2c629f05c103]

        new: Array

2001-05-30  Armin Theissen  <armin@openoffice.org>  [3eb7afcedfc4bc4c634abbbd1619876904555e73]

        included gpc

2001-05-30  Christian Lippka  <cl@openoffice.org>  [3a17d64ecaf31685fcae35481943ed3afeba2f5d]

        #87219# fixed IsUserDefined flag

2001-05-30  Christian Lippka  <cl@openoffice.org>  [b41c683ccb6cd0839344a74559d975d6147ceb4c]

        #85486# added add. static SetFillAttribute for chart

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [a83a0c917f8700bd9bed447016a6bcf2cba7e44a]

        #87531# +initializeDriverPreferences

2001-05-30  Thomas Lange  <tl@openoffice.org>  [64a15f29e7b20b5340d529cc59a8305a2db1ae4d]

        #86646# applied to current version

2001-05-30  Thomas Lange  <tl@openoffice.org>  [bcf1ba79be56a13760ba007f6f79109fa3732e9c]

        #86646# applied to current version

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [aa12fd85eaa52d74a147c07f57a3b7020ef34376]

        #87403# removed an obsolete ifdef FS_PRIV_DEBUG

2001-05-30  Oliver Specht  <os@openoffice.org>  [bc913343a08abf902ffa810332339ddf87b3e744]

        #87559# password handling corrected

2001-05-30  Christof Pintaske  <cp@openoffice.org>  [7254c6c0611a04026bcb2af0e11510d6702d9601]

        #85459# #83995# tune gui font name with the one in app/settings.cxx

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [970d1bc74086548030374ff6d3ea5d46cfcf0f6a]

        #87531# +SERVICE_EXTENDED_ADABAS_DRIVER (instead of hard coding the string)

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [50286486618a2ecc0f3f4f692c0b5b4a3bcfffa1]

        #87531# +SERVICE_EXTENDED_ADABAS_DRIVER

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [581b3a10b61f212aa111a68c9f2f62c4d25ca188]

        #87531# changed the implementation name of the ODBC driver

2001-05-30  Frank Schönheit  <fs@openoffice.org>  [67f908b8862f38d4aa803b959d5e362a8232006b]

        #87531# changed the implementation name of the JDBC driver

2001-05-30  Ocke Janssen  <oj@openoffice.org>  [59fe1974669c05bf3c8f0e2d573df49d0fc17e9e]

        #87149# addressbook ui impl

2001-05-29  Patrick Luby  <pluby@openoffice.org>  [3db1cde799969fdd8c0dd227a7da6136ebb6ade6]

        Added forceful exit to avoid infinite loop that sometimes occurs when there is a fatal error.

2001-05-29  Niklas Nebel  <nn@openoffice.org>  [a4be5fb2507c2d5aebc45aa74302f08f218623f9]

        #41881# Calc print options

2001-05-29  Eike Rathke  <er@openoffice.org>  [914d8fec264019df593fde364e655392d75ce539]

        #77027# interpreter error #ADDIN? and #MACRO? instead of #NAME?

2001-05-29  Armin Weiss  <aw@openoffice.org>  [e106d0025b1bae6748440410da826dc4cb2d5df7]

        			// #87229# Set the necessary string like in 			// sfx2/source/view/viewfrm.cxx ver 1.23 ln 1081 ff.

2001-05-29  Christof Pintaske  <cp@openoffice.org>  [68d6e80fdfdee1836f4f8d3fee01e6d59fa93c34]

        #85459# #83995# change Andale WT UI to Andale Sans UI

2001-05-29  Thorsten Behrens  <thb@openoffice.org>  [8f10316dde407c1047218c5a2c58f451da66d60c]

        #86972# Always check for reference after Any stream

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [97c29ef6551818df1b4b88f5864b8c0b55cd0b1b]

        #87006# use ... for items invoking a dialog

2001-05-29  Sascha Ballach  <sab@openoffice.org>  [36f1a0d50227f6b17efe8aeb551ac1e26b498819]

        #79771#; little bug fixing

2001-05-29  Sascha Ballach  <sab@openoffice.org>  [0426a15057be260f9024c8b6a2a2d184ecf9821f]

        #79771#; some performance improvements

2001-05-29  Sascha Ballach  <sab@openoffice.org>  [a099220ded8f01bebd835f03c1feecf9c401b5c1]

        #79771#; add a add method which returns whether it has added a new style or the style was given before

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [df1a1e8efdc9df413d82c0f58e7bb448fad60e2a]

        #86712# no explicit dtor anymore

2001-05-29  Eike Rathke  <er@openoffice.org>  [3a0daac06a2bc74b1db4e56e03a26c37b0d4ad77]

        #79507# CONVERT() description: convert.ini doesn't exist anymore, it's configuration now

2001-05-29  Daniel Boelzle  <dbo@openoffice.org>  [5790ad083eed75d6976383f186d0e1dd9729eb9c]

        #86943# corrected SAL_THROW

2001-05-29  Daniel Vogelheim  <dvo@openoffice.org>  [cb2bff8e707142e3908b7942e719d0638d69d4b0]

        #87526# on export, now bibliography field master only gets used if already present         previously, it would always get constructed.

2001-05-29  Herbert Duerr  <hdu@openoffice.org>  [32e7918f44618bca2efe717c73cae882fbb0aec6]

        #86361# improve handling of ft-library version

2001-05-29  Andreas Bille  <abi@openoffice.org>  [a25b336353312ee810d6dcd529749c442ca2142c]

        Fixed bug: get_module()->get_jar()

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [02537bd3448ccdac6490563c29fe7172a590fdd4]

        #86199# allow to change the WB_VSCROLL and WB_HSCROLL bits on the fly, i.e. recognize and handle STATE_CHANGE_STYLE notifications more comprehensively

2001-05-29  Sascha Ballach  <sab@openoffice.org>  [2947421ffa49394b6a6cd58b66c838659977a319]

        #87564#; get XCell if cell is not empty or cell contains a validation

2001-05-29  Sven Jacobi  <sj@openoffice.org>  [36155b95dd7c314e68d8cdfa6e08fb38a35c536b]

        #87401# document urls had been moved to the configuration management

2001-05-29  Dieter Loeschky  <dl@openoffice.org>  [2f22258f4ccffe9869188cf4e0ad65fd442391e7]

        #87340# BurnInStyleSheetAttributes(): consider hard attributes

2001-05-29  Dieter Loeschky  <dl@openoffice.org>  [7e0e4bd86b50686f46429c3e4c3a882bdf66891c]

        #87340# BurnInStyleSheetAttributes(): consider SdrObjGroups

2001-05-29  Daniel Vogelheim  <dvo@openoffice.org>  [41427310cf7f7a96b882f73b1c77e4a281df3248]

        #87408# removed 'record changes' view setting (handled in document body)

2001-05-29  Ocke Janssen  <oj@openoffice.org>  [6314eb8e704fc642795cab885f7ff9680816a2fe]

        #87149# addressbook ui impl

2001-05-29  Björn Milcke  <bm@openoffice.org>  [156db4782a00b52b192f2621e5c8eae734f6d592]

        #85730# set diagram properties in StartElement, so that subelements access the correct chart

2001-05-29  Armin Weiss  <aw@openoffice.org>  [2f08819265f1a90eff48f4bb12f32086d974983a]

        #87532# New implementation of the vertical part of OutlinerInfo::DrawPortionHdl(...).

2001-05-29  Daniel Vogelheim  <dvo@openoffice.org>  [7fcbf3f91944170a3efedd34faa84154d243ae59]

        #87408# redline view mode imported properly

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [a1c97839b5a96cd62bbabcce2101d7121d5e3140]

        #85511# onModify with additional parameter (the control causing this): set the focus to the control beeing modified

2001-05-29  Christof Pintaske  <cp@openoffice.org>  [dda796d109f109fd9fd39cb483a03c2e313fe4aa]

        #86964# #86951# more secure extended text handling

2001-05-29  Kay Ramme  <kr@openoffice.org>  [07298e5df2a2f439f317c303e239176536a12dfb]

        added: defaultBoostrap_InitialComponentContext (#86943#)

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [f03e67f18cccc8ba0b55eaffb43020124c147d5d]

        #85511# onModify with additional parameter (the control causing this)

2001-05-29  Kay Ramme  <kr@openoffice.org>  [05981211b08a9fa83597c02a4f3ad0ca2ebd57fd]

        added define SAL_PATHSEPARATOR

2001-05-29  Caolán McNamara  <cmc@openoffice.org>  [03adc7f4bc38d28246300ac458986d0b96b59a70]

        #87557# ##974## CJK FontHeight in drawing layer

2001-05-29  Frank Meies  <fme@openoffice.org>  [122aefb221441a8d803982d8a76c81c40ce60ec9]

        Fix #86988#: Redesign of dialogs

2001-05-29  jp  <jp@openoffice.org>  [9eecd8284aa92db821e8ebd6794548279e0d68ec]

        Bug #87355#: setPropertyValue - call ToggleBrowseMode only if it needed

2001-05-29  Oliver Specht  <os@openoffice.org>  [db87f114eda18697deb281c8c5a7c43a0639b3c4]

        #87408# redline password handling corrected

2001-05-29  Ocke Janssen  <oj@openoffice.org>  [a23fa851f69a08c7b4394da053e6d7a3f2ddbdde]

        #87149# addressbook ui impl

2001-05-29  Jörg Budischewski  <jbu@openoffice.org>  [3a690566502c3c06020c0ae8f976f42c06766ca1]

        #87190# improved documentation

2001-05-29  Frank Meies  <fme@openoffice.org>  [148e8a77cd96cf6e68457c486ab49accacd06502]

        Fix #86988#

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [a214a93b58257d0dc63f2923633f258ded4cd1a7]

        #87299# SetTables/SetQueries: allow for grid columns

2001-05-29  Andreas Bille  <abi@openoffice.org>  [97ddc9ae947308f8d993ea4c002613fbcf4204a1]

        fix #87493# extract the factory names fixed

2001-05-29  Ocke Janssen  <oj@openoffice.org>  [f1f9aae8cca5b0812769bc2e73a8766d76be4bf8]

        #87149# addressbook ui impl

2001-05-29  Andreas Bille  <abi@openoffice.org>  [26e7ab40a0dedb2f6ba34cca0c892b937f18a127]

        #87493# Fixed parsing of help URLs with no alphadigits but query part.

2001-05-29  Ocke Janssen  <oj@openoffice.org>  [589b97914df28f1e3fef97c682136203ae04caf1]

        #87149# some changes

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [b74ad6437e0ad3a717d48212b96125661a49924c]

        #87187# - Added type com.sun.star.ucb.InteractiveIOException

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [545231521247d0c9b3a5a4ca1a1cb589e69ff3da]

        #87187# - Added simpleioerrorrequest.hxx.

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [777c06e8cc25a8c7a6248a4c6bf72bec9f236c78]

        #87187# - Added simpleioerrorrequest.obj

2001-05-29  Caolán McNamara  <cmc@openoffice.org>  [24be34d375289c5d7ac0e020f094c2340682d26b]

        ##957## Rotated textboxes store bounding rect dimensions pre-rotated

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [21a4ef78789a28ef10aea41bac452bd92f70be43]

        #87187# - Initial revision.

2001-05-29  Michael Brauer  <mib@openoffice.org>  [a866ee687e58303c22a01f99a1998b0fcb7c87d2]

        #87530#: Load/Save layout

2001-05-29  Oliver Specht  <os@openoffice.org>  [74ecb6ad742e1219d25b2d1d7ae6cd4b3c94e433]

        #86439# ::getTextFromPam: set stream to big/little endian

2001-05-29  Björn Milcke  <bm@openoffice.org>  [5b8e92d8737c657f735f58a877cb69ad1e7e5c40]

        #85911# don't filter SymbolType: export always if PropertyState is DIRECT (as usual)

2001-05-29  Andreas Martens  <ama@openoffice.org>  [2e8783d6c38eaf367c39ee2ee6c20fa2d4f23662]

        Fix #87530#: Save/load layout cache information

2001-05-29  Björn Milcke  <bm@openoffice.org>  [7a194a27ef5820a25d13e98d9b8e1f85c792886f]

        #86215# +data-source-has-labels

2001-05-29  Dieter Loeschky  <dl@openoffice.org>  [86beb862e69ef6996e32eab86907fe0ebe3c0749]

        #87520# Print(): correct using of SdrGlobalData

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [977c5f59e04052e3d134f0820c108f64d4271158]

        #87187# - InteractionRequest::setContinuations(...) now is public.

2001-05-29  Daniel Vogelheim  <dvo@openoffice.org>  [ff7f86555334668938db818cd31c42c2902f378e]

        #87316# load/save protected attribute for indices

2001-05-29  Eike Rathke  <er@openoffice.org>  [f1a2da716a51da3c8f3d8bb480ed376fb34b511b]

        #70954# new number formatter dialog option SourceFormat

2001-05-29  Oliver Specht  <os@openoffice.org>  [9ffefe939f98b7f571c56637c2e9e7e1fce14a06]

        #80950# isStart/EndOfSentence corrected

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [aaa383a137736229440b0ff90a3de2140e7cd6d9]

        #87403# OnDatasourceTypeSelected: no check for IsTravelSelect anymore

2001-05-29  Daniel Vogelheim  <dvo@openoffice.org>  [ec6db44fc8f4226ed7a0c1ad6917a89d4e8cf24f]

        #87316# protected property on indices now works

2001-05-29  Christian Lippka  <cl@openoffice.org>  [964ec610fb52b2e6ce82dd90c4f67523c29714bf]

        #87184# keep bZoomOnPage persistent

2001-05-29  Martin Gallwey  <mtg@openoffice.org>  [ce28f432b52e35ce5cfe4509e2ab38c8c33cdd0d]

        #87256# Keep a copy of the ZipEntry struct, not a reference

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [7fc7f4a48fa9143cab177491bc1ece929494da17]

        #87187# - Added simplenameclashresolverequest.hxx

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [21b50bd87ce8ae66442bf1f4e9555101e9a88dfd]

        #87187# - Added misc interaction-related types.

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [cc20026e40fa537f9d2289f0e5377a1562e50ece]

        #87187# - Added simplenameclashresolverequest.obj.

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [2090d2a4b3148347232eb1588bd8da8248989354]

        #87187# - Added: InteractionSupplyName and InteractionReplaceExistingData.

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [3827d03476e3f80f38589b70b011887d4da3fe0a]

        #87187# - Initial revision.

2001-05-29  Sven Jacobi  <sj@openoffice.org>  [8b8bc1f5746bb5fa94660264ff89be386c3ba3e5]

        #87433# setting model before applying SdrTextMinFrameHeightItem

2001-05-29  Armin Theissen  <armin@openoffice.org>  [23eb053b0e170bc97595612a0a839258a4449e9b]

        updated dependencies and introduced new modules

2001-05-29  Oliver Specht  <os@openoffice.org>  [0c4df1553a57da29ee3e1c8dedc0564dc324236a]

        #87060# mnemonics added/corrected

2001-05-29  Oliver Specht  <os@openoffice.org>  [ed3d41c999fb4e804430e61ea23508697f8e8ff2]

        #87060# mnemonics added/corrected

2001-05-29  Oliver Specht  <os@openoffice.org>  [7de22aa43b8c8207f74438934c1c64cb33afaa44]

        #87060# mnemonics added/corrected

2001-05-29  Björn Milcke  <bm@openoffice.org>  [cef75a34786c944e214df6613fb337b65ad29738]

        #86215# if data-source-has-labels == "none" do not export attribute at all

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [84d10d8d3d69a64a51539a05c1c00be8f7c7d83b]

        #87461# +OnImageURLClicked - now using the FileDlgHelper instead of the UNO service

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [632e8fd58a4e0d02b8bd0b01f0f315f116cc845c]

        #87461# +OnImageURLClicked

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [6220af6fc895cd90da0a470ee047d372db33d4dc]

        Execute(SORT): if an error occured, relaod (not load) if necessary

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [b361e10ba41380db36507980aeb5e6eebe139859]

        use the wordlinemode when translating font descriptions

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [7e22e950504396fcc253ee9320106b18836c0318]

        #86082# set the service factory on the general page

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [fb267262fb80b068044fefd2ba82559c04952762]

        #86082# +OToolboxedPageViewSettings

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [c2e12d884f04f14cfefa690bbc9c78c1e5503620]

        #86082# STR_UNSUPPORTED_DATASOURCE_TYPE

2001-05-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ec494cc3499becfbd8432cbd4e0a6fc4b1bdb7f]

        added FNoException.cxx to EXCEPTIONFILES

2001-05-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b36ca74c688f96b313debd0c946205944bce51f]

        enabled again optimization for dbexception.cxx on GCC because the internal compiler error does not happen anymore added two files to EXCEPTIONFILES

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [423ca2624f6b4b618f2d39f23b854a0a071017f2]

        #86082# +generalpage/+tablespage (outsourced from commonpages)

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [86dcc1b16c04136920f29b75bb59248523f5dced]

        initial checkin - outsourced the class from commonpages

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [79a21ffa3243845c4e632d66d7a8a64eb6122952]

        #87187# - Added new exceptions and interfaces (all interaction-related).

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [929c874d77aefb6ad6b39d01041f9e520f84d2b9]

        #87187# - Initial revision.

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [4178141ec13b5f5662f912e81ce60807c59b1b34]

        #87187# - Added NameClash::ASK.

2001-05-29  Herbert Duerr  <hdu@openoffice.org>  [2353368ddf9c9b850a61db17c809bc632b58d099]

        #84951# improve GetTextBreak rounding

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [aeb23b5f07b40f7c72caece79b829801fea860a1]

        #87187# - vos::ORef -> rtl::Reference

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [3124a87f181501b75f77d4d59674083464be9311]

        #65293# include com/sun/star/uno/Reference.hxx to make the file self-reliant

2001-05-29  jp  <jp@openoffice.org>  [e5def89e4533848066796b478d71ba5ae8218824]

        Bug #83891#: AppendUndo - remove only the overlapping count of undos

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [98a49f74246989388d96586b0072a6ebb9ea13ad]

        #86082#

2001-05-29  Dieter Loeschky  <dl@openoffice.org>  [dc888f14c1476cde075bac77bfab8e02fc180799]

        #87126# Replacement of the old SfxFileDialog

2001-05-29  Armin Weiss  <aw@openoffice.org>  [4f5399babd87676bf8227826d4c8990ada277b13]

        #87532# in OutlinerInfo::DrawPortionHdl(...) the character positions and sizes were calced wrong.

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [97cbddc9f6782e01e6c25a189ea9259c202796a1]

        #86082# changed acceptURL so that 'jdbc:' is accepted, too

2001-05-29  Gregor Hartmann  <gh@openoffice.org>  [7bc7cf04b7fa19803c769ef64f2522e4ceee7a49]

        adaption for platformindependent implementation of communication

2001-05-29  Martin Hollmichel  <mh@openoffice.org>  [79101718b5499fe6c108aef41d4ef1cb9162340a]

        chg: create directories first

2001-05-29  Oliver Specht  <os@openoffice.org>  [2561bba6da7b2c9df1cb199155ff8ac8bf1359ef]

        #87527# return empty char style name if no style is set

2001-05-29  Christof Pintaske  <cp@openoffice.org>  [126e9018514187f0b63d060e58f5b4f11f4723ea]

        #83995# match new ui font for character substitution

2001-05-29  Jörg Budischewski  <jbu@openoffice.org>  [62281bf6c47e25a92d8924d86df2ce31a6f53b80]

        #87522# some additional tiding up

2001-05-29  Stephan Bergmann  <sb@openoffice.org>  [ff66010e40e224d66af10c1b1ec9d901d92d346e]

        #84715# Removed [ and ] from the rtl_UriCharClassUnoParamValue.

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [97d7758c8188d8788fe58fc1b349d439be3b15f8]

        #86082# getDriverByURL: recognize NULL driver supplied by the real driver manager

2001-05-29  Kai Sommerfeld  <kso@openoffice.org>  [b93947b06a22f6e4f9f9ad068b694eaefd55f81b]

        #87187# - Corrected exception specification for acquire() and release().

2001-05-29  Jörg Budischewski  <jbu@openoffice.org>  [fce4e1eda4fbc65013f6ebd05e80ef44fc777a43]

        cleanup

2001-05-29  Dieter Loeschky  <dl@openoffice.org>  [9107085d54786e92b946c30e7909c361821a3382]

        #86510# BurnInStyleSheetAttributes(): type casting SdrObject pointer

2001-05-29  Frank Schönheit  <fs@openoffice.org>  [541607dc4845da13e75d78916269a09818784ba2]

        #87037# Init: don't cut the extension from the index URLs

2001-05-29  Ocke Janssen  <oj@openoffice.org>  [fcd07fbd471c916590d6b402a9e4c42597cea7c0]

        #86293# use default type if type is unknown

2001-05-29  Ocke Janssen  <oj@openoffice.org>  [c6a0c087dbe6ec14317277c9458607fc3d1d4b2f]

        #86293# views wasn't shown correctly

2001-05-28  dkenny  <dkenny@openoffice.org>  [a4f2d32a19a306a78c98185867f508af64d1be9e]

        Changes to enable the SDBC driver to execute properly within OpenOffice.
        
        Darren.

2001-05-28  Oliver Bolte  <obo@openoffice.org>  [ceaa9ab3be96a70522119f984d75264f7faf2bdf]

        new version for SRC633

2001-05-28  Sven Jacobi  <sj@openoffice.org>  [cf1555566e384d6fedfe7f5334c9b30dc66567ae]

        #87519# single filter entry for each resolution, removed dialog

2001-05-28  Rüdiger Timm  <rt@openoffice.org>  [8b474f9781766e0ad4f8eb7e6f0123eaa91b55cb]

        new version for SRC633

2001-05-28  Sven Jacobi  <sj@openoffice.org>  [7750cdc17c969cf5524ffdbf7157916b7cd6d008]

        #87519# pcd import filter: single filter entry for each resolution, now caching also the filter TypeName

2001-05-28  Christof Pintaske  <cp@openoffice.org>  [553eda553f343e403c909d55d2ef03e5424c348c]

        #86951# use DestroyCallbacks to get rid of crashed IME

2001-05-28  Kurt Zenker  <kz@openoffice.org>  [29db597535ca0b6e1add37828d35e59a5749649d]

        new version for SRC633

2001-05-28  Sven Jacobi  <sj@openoffice.org>  [ecab05fb5317d571021007ac89b6205bffa066e8]

        #87519# pcd import filter: single filter entry for each resolution

2001-05-28  Jörg Budischewski  <jbu@openoffice.org>  [ea65a630d4c572bd85299dd97ff549fa93c48267]

        #87522# duplicate free on memory block fixed

2001-05-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aaf2e2110913a062acdc76e803641a7f991ac51]

        #65293#: GCC needs temporary

2001-05-28  Christian Lippka  <cl@openoffice.org>  [122c86f70351a5b018398875d0b2a3fcc8768153]

        #87236# set correct mapmode when creating printer from stream

2001-05-28  Philipp Lohmann  <pl@openoffice.org>  [6bec4e41480100e39a47d25c7bcdb9ecfd863abb]

        #87166# cleaned up paint handling

2001-05-28  jp  <jp@openoffice.org>  [393120378f4fa71b23eeb59a9c351d8ed34818d7]

        create CharClass everytime with a MultiServiceFactory

2001-05-28  Frank Meies  <fme@openoffice.org>  [1e0dcd1509032c7bcba5a58e0f9ae9ad0a421924]

        Opt #87517#: Optimized repaint offset and number of portions per line

2001-05-28  Jörg Budischewski  <jbu@openoffice.org>  [d73573f5631517f7cf0e79ef8c128454a188f29b]

        #87516# possible 2 second timeout for a remote call removed

2001-05-28  Jörg Barfurth  <jb@openoffice.org>  [81e431e94209b2e486bf871b5a13ba0eb75375eb]

        #87508# Remove obsolete files

2001-05-28  Jörg Barfurth  <jb@openoffice.org>  [3492abfdff1f94ded28f6bf2b7a62f021741e973]

        #87512# Improved argument handling for access instantiation.

2001-05-28  Kay Ramme  <kr@openoffice.org>  [d0494c07107a0a3a834fe06ca40cc122b5945c60]

        switched to new rtl_getAppCommand.. functions

2001-05-28  Jörg Barfurth  <jb@openoffice.org>  [b7929a06039cf8f85b3f8590d6fc2a760cedc513]

        #87512#,#87508# Prepare for async by default (which should apply only to user sessions); remove obsolete include

2001-05-28  Kurt Zenker  <kz@openoffice.org>  [38bdfcc0ff813c9da7cb25e05fc3f0ab90d87140]

        new version for SRC633

2001-05-28  Jörg Barfurth  <jb@openoffice.org>  [5e13399b422364ce8a62d184f8690154eee2c389]

        #86334# Improved tracking of 'replacing' attribute for AddNode changes; Also removed obsolete class

2001-05-28  Sven Jacobi  <sj@openoffice.org>  [6afc730edb4f72be47b1894b7c2adaffd34caf33]

        #87132# OSL file APIs have to use RFC conform file URLs : fixed merge error

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [7a48089d46ba916b660de652d33fef7b8f69acad]

        #86712# examine the forms before collecting the text auto styles

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [5cde8b90e26d7f385f7595e77d0c3dd4e14841ad]

        #86712# SetAutoStyles: set the auto styles on the form importer, too

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [7de436e54552c6c86bb53f929fe2538d054a6d0c]

        #86712# exportAutoDataStyles: export the automatic control data styles, too

2001-05-28  Jörg Barfurth  <jb@openoffice.org>  [09c6a05e81b75d3a6c89bf1bce67b5a76b374c4a]

        #87508# Remove obsolete include file

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [f96275f62b1c38167947801efef329d5ad5583bf]

        #86712# collectShapeAutoStyles: retrieve the data style for the control models of control shapes

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [2f1962bc4f7b4b987b9d71933d2bbc2f2200c721]

        #86712# override handleSpecialItem for CTF_SD_CONTROL_SHAPE_DATA_STYLE

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [29ca844f2769bdaebffb077811417db95dfb87ca]

        #86712# new (virtual, i.e. not exported) property map entry for ControlDataStyle / override handleSpecialItem for CTF_SD_CONTROL_SHAPE_DATA_STYLE

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [99f026d636809486550329a6fdb35f08cebc8bdd]

        #86712# +m_sControlDataStyleName - track the data style name of an associated control

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [14d4e4d2aa3b73c01dbe4c55825ab48afa9878b8]

        #86712# (changes done by SAB) new GetFormat for retrieving the format without adding it to the doc's format supplier

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [990da5c027fdcedf62e4118a3dc7c62977d9706f]

        #86712# (changes done by SAB) new ctor with style name prefix

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [e17a01afcd9767a30bfcc9b1177e5cf13934aaa4]

        #86712# exportStyleAttributes: for the graphics family, export the control data style as 'data-style-name' attribute

2001-05-28  Björn Milcke  <bm@openoffice.org>  [8c74e89ae64e8a2c9ddc0024cbb74fcdd4a37461]

        #85929# always export table, otherwise clipboard may loose data

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [508b15d55a1de70e5b4aee2a7a128fe391be42dd]

        #86712# no releaseContext anymore

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [1385de51c8c0bc42b86e699c0b9e79722f01ecf6]

        #86712# hold the handler as pointer, not as member instance

2001-05-28  Frank Meies  <fme@openoffice.org>  [9c61fc8554468422eb45f867e00f4e3a5f7258a2]

        Fix #86988#: Redesign of dialogs

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [3a19d6cb0146b9da43859192442efe95ebbf7f65]

        #86712# added a format key property

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [777fbe4293bcd52ebf2b41317b914177543b028c]

        #86712# don't export DateFormat and TimeFormat directly anymore - the format settings are stored as style now

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [52981085f743766159c62650c4624a436cb44916]

        #86712# added control number style related functionality

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [75a5d5ad4b30678ed15f750b5d91e1a516257195]

        #86712# redesigned ConstAsciiString so that it's reusing an rtl_uString / added some properties constants

2001-05-28  Juergen Schmidt  <jsc@openoffice.org>  [13fc3b3c16a68de8b5240b9480f69cb30d51a4dc]

        #87190# removing leading * in documentation

2001-05-28  Jörg Barfurth  <jb@openoffice.org>  [59e32df4f82609f2cec583640955003efaea5af8]

        #87509# Remove obsolete service registration (im-/export)

2001-05-28  Christof Pintaske  <cp@openoffice.org>  [3cae18754ecf1e006ab823dcbfd6b74f7203ddd6]

        #82073# reduce scope for C symbols (outside psp namespace)

2001-05-28  Jörg Barfurth  <jb@openoffice.org>  [b6f03fefbb4462c8785a79601c36c68fd13ca2de]

        #87509#,#87508# remove obsolete files from build

2001-05-28  Martin Gallwey  <mtg@openoffice.org>  [21677f015a9ebe9fb6723b24e3a4007736363881]

        #86878# FME accidentally removed these lines, so I'm putting them back in

2001-05-28  Daniel Rentz  <dr@openoffice.org>  [5f8fb022901dcbab56a47c5921dfec0a942f9b8e]

        #86988# dialog redesign

2001-05-28  gt  <gt@openoffice.org>  [e1d82da3ce50d8ebaf06a3365ef49d5801fb5f10]

        #87499# Calccount, Iteration, Delta

2001-05-28  Oliver Specht  <os@openoffice.org>  [1435974635b810f483f158a4f9b4288ff9f9c252]

        #76585# SwXCell: supported services changed

2001-05-28  Tino Rachui  <tra@openoffice.org>  [5dd7464e44e6a2eb1d4c248ca7dba04f63cb13f8]

        *** empty log message ***

2001-05-28  Oliver Specht  <os@openoffice.org>  [4147bb600cd2255bf656dff0bad04df01cfb2ba3]

        #86940# size of FixedLine corrected

2001-05-28  Christian Lippka  <cl@openoffice.org>  [39323309c1e60c8d7807d890a90afe7e2911260f]

        #86971# added style:handout-master

2001-05-28  Oliver Specht  <os@openoffice.org>  [624f03f6323feeb591b0456917d36b31abb16ba7]

        #81249# insert graphic: use original size if size isn't set

2001-05-28  Tino Rachui  <tra@openoffice.org>  [dbefe139e67c1a6a8b9093e8abd24fcd437b5711]

        #86943#added proxysettings

2001-05-28  Juergen Schmidt  <jsc@openoffice.org>  [e5eea1a7886020031b13d008e4b7aceec5513348]

        #87190# removing leading * in documentation

2001-05-28  Christian Lippka  <cl@openoffice.org>  [b8adfa8685abcd00c5eb6fb8402f797d4417fb93]

        #86971# added style:handout-master

2001-05-28  Ocke Janssen  <oj@openoffice.org>  [00af3b022f3d06667d6ba730e57ff113494a9cad]

        #84841# reload table

2001-05-28  Ocke Janssen  <oj@openoffice.org>  [c2a4f08a290a22da718196a6c56eb7baced54aa4]

        #84841# reload table

2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [91f4d8c04ca331ea762ad504716655db6aad50bf]

        #87187# - dtors of InteractionRequest and InteractionContinuation are now protected.

2001-05-28  Martin Gallwey  <mtg@openoffice.org>  [8a382d18a86c0d3949d23b16605707765eaf3695]

        #87256# Neither of these classes should close the underlying stream

2001-05-28  Christian Lippka  <cl@openoffice.org>  [594c819e5f1a132fc28594f0c07d6fcba50cc11a]

        #86971# added handout master support

2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [751547a49258a15d09a5ee81dfb06944c5ad71fa]

        #87187# - Use rtl::Reference instead of obsolete vos::ORef

2001-05-28  Nils Fuhrmann  <nf@openoffice.org>  [ce509cd0043c1919b6c68d15e23abfdadffcb95f]

        Adding merge functionality for l10n frameowrk #87136#

2001-05-28  Oliver Specht  <os@openoffice.org>  [bca0b54234825cc252ac741e11b306d9f7b54c9a]

        #76585# Cell/CellRange: supported services changed

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [5839d153b23ca95738deeaf6db55987eaafe500c]

        comphelper is way to lowlevel to depend on tools (removed two references to tools/debug in source/property)

2001-05-28  Frank Schönheit  <fs@openoffice.org>  [9c7e17703c60ee1c75ab6b63c94b6b0ff35166ab]

        do not include tools/debug anymore (comphelper is not allowed to depend on tools)

2001-05-28  ok  <ok@openoffice.org>  [5ae2f2d698e0f2f3c3eb56f4bf11cbbbea24e765]

        fix: #87476#

2001-05-28  Sascha Ballach  <sab@openoffice.org>  [f79af908731c3a4c2d98ed672c988e7220c3e531]

        #87349#; add range for currency style if found the style

2001-05-28  Thomas Benisch  <tbe@openoffice.org>  [3c76bf3a06b1fe605b3debf88d677054501c8a3e]

        #87479# shortname for basic help

2001-05-28  Lars Langhans  <lla@openoffice.org>  [3779fd2907c8008136922115e375fdf70776b1a7]

        #87337# binaryfile rebuild with IOStreams

2001-05-28  Christof Pintaske  <cp@openoffice.org>  [f567a1270ab252d0959c29078f096efe6c814aec]

        #82073# reduce scope for C symbols (outside psp namespace)

2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [ce08640e7cb6b2daebc1715fb59d926ec2c3fc30]

        #87187# - Now uses SimpleAuthenticationRequest class from UCBHELPER.

2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [0d0fb96f425ee7076ad1b98be1888db4c9a5a2ba]

        #87187# - Removed authinteraction.obj

2001-05-28  Armin Weiss  <aw@openoffice.org>  [5178dbb6d1de9eacbd35b4faff0ac0c95f74c138]

        #85922# It makes no sense to set the layer asked from the group object since these is an iteration over the contained objects. In consequence, this statement erases all layer information from the draw objects. Layers need to be set at draw objects directly and have nothing to do with grouping at all.

2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [aa5d1e40e1612d3dd7189adff430d44a2e4b3bfb]

        #87187# - Added interactionrequest.hxx, simpleinteractionrequest.hxx,           simpleauthenticationrequest.hxx

2001-05-28  jp  <jp@openoffice.org>  [12b71b09d7764843e2a8985fdd50f73d5c88763d]

        Bug #82963#: set correct paragraph indent

2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [3c68cf9a4858e7ba14a9669d365dc0c56df18901]

        #87187# - Added interactionrequest.obj, simpleinteractionrequest.obj,           simpleauthenticationrequest.obj

2001-05-28  jp  <jp@openoffice.org>  [17beb086632d315d7fa735a9d2334dc892255cb5]

        Bug #82963#: import and set LRSpace correct on the numformat

2001-05-28  Kai Ahrens  <ka@openoffice.org>  [29b86fee707b390d18d840b688ed844f6635eda9]

        #86394#: execute program with local filename

2001-05-28  Sander Vesik  <svesik@openoffice.org>  [c1b68342a5f04d6ad8a490a48cba4ebc10896116]

        update

2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [ed6fdc332eeae564480d2fd17e8edb494c738738]

        #87187# - Initial Revision.

2001-05-28  Kai Sommerfeld  <kso@openoffice.org>  [69504f06c336f846ccf8fb719fd53727549aac0f]

        #87187# - Initial revision.

2001-05-28  Hennes Rohling  <hro@openoffice.org>  [8dd0297b5c43a1cc2d12461222b2ce6599ca9950]

        #83725# Solaris returns E_NOSYS instead of E_EXIST if trying to create a directory on an already mounted volume

2001-05-28  Oliver Specht  <os@openoffice.org>  [f07cdae97b88ad6842e1d94ca063d653ae6f4b0c]

        #86943# automatic proxy entry removed

2001-05-28  gt  <gt@openoffice.org>  [aea162f734db7484bd5e15a2fb8cc78041298391]

        #87378# change several parameters to optional

2001-05-28  Philipp Lohmann  <pl@openoffice.org>  [725f334f36626c15fcb5e337191f62b065b28a95]

        #87482# patch for PPC

2001-05-28  Joachim Lingner  <jl@openoffice.org>  [b84492ef914fe6210fd71d1ca8e9aea37cf364a0]

        removed unnecessary #ifdef and comments

2001-05-28  Björn Milcke  <bm@openoffice.org>  [d24e073004e1dca1843f88e3e0ca02b1027c078a]

        #86215# import new attribute data-source-has-labels

2001-05-28  Oliver Braun  <obr@openoffice.org>  [f91b4ee3a9f9e7a80a3f0fdf2835eced8bcea30a]

        #87468# correct number of slashes

2001-05-28  Ocke Janssen  <oj@openoffice.org>  [b48cd10c8bb0dc9e6c9eb4229217a3421cd5c213]

        #86723# wrong type for binary types

2001-05-28  Ocke Janssen  <oj@openoffice.org>  [c68bdab70038b62dd8d751ee129de51885d85f76]

        #86723# wrong type for binary types

2001-05-28  Ocke Janssen  <oj@openoffice.org>  [4e80ab8ecc5e218925700588b4debef08e816925]

        #86723# use size not the buffersize

2001-05-28  Malte Timmermann  <mt@openoffice.org>  [98f3352a5961499f96f5ae8218edab283cb6445d]

        #86321# new idls

2001-05-28  Nils Fuhrmann  <nf@openoffice.org>  [0827465e17854b47c5fe078340bb3da8a393f280]

        Support of changeable fallback language #87136#

2001-05-28  Björn Milcke  <bm@openoffice.org>  [32c8936a338226dd4c37ee05d019adaa7980a674]

        #86215# +data-source-has-labels for embedded charts in calc/writer

2001-05-28  Malte Timmermann  <mt@openoffice.org>  [e6d8f3fe23c2b652a0a8e5793fe1ac4d0af80524]

        getParentPeer: changed ifs...

2001-05-28  Dieter Loeschky  <dl@openoffice.org>  [c19d181388b0a184b1048eebfc12ee29acc32d33]

        #87126# Replacement of the old SfxFileDialog

2001-05-28  Oliver Braun  <obr@openoffice.org>  [de9c29e76da2981040a12a782c811e6325470c8c]

        #87132# osl_getConfigDir and osl_getHomeDir should return file URLs

2001-05-28  Oliver Braun  <obr@openoffice.org>  [20057dd9e9b1d7e6b1d4bbf94b8b710be537ac1c]

        #73862# macros to replace osl_getProfileName

2001-05-28  Dieter Loeschky  <dl@openoffice.org>  [734830c54667bca3a9ccf93a93018b0997526b02]

        #74413# Undo-ability

2001-05-28  Ocke Janssen  <oj@openoffice.org>  [00d6ee8b532b6429079a0a201136007c92019c31]

        #86914# fetch ints

2001-05-28  Ocke Janssen  <oj@openoffice.org>  [d0c319a994b67c6804036793a517759e84177027]

        #86914# use of rowsetvalue instead of any

2001-05-25  Sander Vesik  <svesik@openoffice.org>  [745e8265c1edda2e3cce1def921288f1c01a616b]

        Remove stl/

2001-05-25  Armin Weiss  <aw@openoffice.org>  [6a1dfe2bee5bfe6ea4517f939be666b934fb1e37]

        #86616# missing implementation of SdrCaptionObj::NbcSetSnapRect(...)

2001-05-25  Daniel Rentz  <dr@openoffice.org>  [68bf4798f712245ff76849daef7cd44d9447fea3]

        #86988# dialog redesign

2001-05-25  Björn Milcke  <bm@openoffice.org>  [336df1a2e06009dadb9c56a8022c89691ef86fa0]

        #86215# export MemChart::ChartRange::mbFirst(Column|Row)ContainsLabels

2001-05-25  Björn Milcke  <bm@openoffice.org>  [02b03dca9e1ff56ccc0bfd1d4863b860ba2e623a]

        #86215# +data-source-has-labels (chart)

2001-05-25  jp  <jp@openoffice.org>  [81151273fb95c93c02f78dbaf90e8cf648ca6b80]

        Bug #82965#/#82962#: GetInfo: take only the numrules from nodes in doc nodes array

2001-05-25  jp  <jp@openoffice.org>  [e9b8b256d6facc2fe32c26e28b3091d95bff60fb]

        Bug #82965#/#82962#: Im-/Export of NumRules

2001-05-25  Daniel Rentz  <dr@openoffice.org>  [133d44e09614a2807377e60c99cb1e41079c92cf]

        #86988# dialog redesign

2001-05-25  Frank Meies  <fme@openoffice.org>  [43b809e14d73c9346fb03522bfd7a5bd270eee87]

        Fix #86988#: Dialog redesign

2001-05-25  Armin Weiss  <aw@openoffice.org>  [1765bcd7ba0e4c03f2d71a30b7c2a5eb5fcab680]

        #87202# corrected errors in closed curve export/import due to svg:d limitations.

2001-05-25  Frank Meies  <fme@openoffice.org>  [5f0db5b67b73279676491a7848317f809f957516]

        Fix #86988#: Dialog redesign

2001-05-25  Thorsten Behrens  <thb@openoffice.org>  [bb5e9b29f008c5d7912b0678a4fd1f7da95ae394]

        #87094# New XML settings for player

2001-05-25  Frank Schönheit  <fs@openoffice.org>  [9419544759533e24f12f2a7112d54e7e90c332fd]

        #86865# transport the FontSlant as FontSlant, not as Int16

2001-05-25  Andreas Bille  <abi@openoffice.org>  [503d5a2b88b59b278c5704c8f45e31b525336342]

        some bug fixes

2001-05-25  Ocke Janssen  <oj@openoffice.org>  [3aa233a0b0ad1911d2a61a87239848ba24bab0da]

        #86735# forget to free handle

2001-05-25  Ocke Janssen  <oj@openoffice.org>  [cb9a845defc6424f0f97f8e5cf03c4bb54204b3f]

        #86839# flush scanner buffer

2001-05-25  Frank Schönheit  <fs@openoffice.org>  [957e2f8ec27e0830cdf608dbf13f9f21c03badf5]

        #86712# user ltGerman instead of ltSystem / property calc _rOldValue

2001-05-25  Björn Milcke  <bm@openoffice.org>  [4327c20feb53d69e608e29a5f5e16606f426bf04]

        #86215# export table if flag of MemChart-ChartRange is set

2001-05-25  Jörg Budischewski  <jbu@openoffice.org>  [3706b12fa7c3910114adf9e4984291940d6bd710]

        #87190# makefile cleanup, added XSingleComponentFactory and XMultiComponentFactory

2001-05-25  Oliver Braun  <obr@openoffice.org>  [35e2c2e4fb2a2c799b598dd8802cbcd56af09f12]

        #87462# disabled workaround :-)

2001-05-25  Tino Rachui  <tra@openoffice.org>  [f35c0a15cc25a7110d264c03094f27ea533a780c]

        #87460#fixed weak behaviour when DataFormatTranslation service can not be created

2001-05-25  Frank Schönheit  <fs@openoffice.org>  [70b57048543aa767156b61abb3d80b05634b8900]

        #86996# +ZDriverWrapper

2001-05-25  Frank Schönheit  <fs@openoffice.org>  [b13fb65f71db4bfe60aabc26a217b39e9bcb6326]

        #86996# getDriverByURL: return a proxy for the real driver, so we can reroute the XDriver::connect through the pool

2001-05-25  Frank Schönheit  <fs@openoffice.org>  [2eea835a28c63057a2e08fe4339bdaca843ddf3a]

        initial checkin - driver rerouting it's connect through the connection pool

2001-05-25  Frank Schönheit  <fs@openoffice.org>  [1e8ee04e302d90fc6114f5593bcbd600eb33a537]

        #86996# +OInterfaceCompare

2001-05-25  Daniel Rentz  <dr@openoffice.org>  [8ecca7c32716c528c212a9f1e53f2ec5f1e031f2]

        #86988# dialog redesign

2001-05-25  Oliver Braun  <obr@openoffice.org>  [9a4b7ef3ee6b5df95dde030889a7af25f9abd372]

        #73862# OProfile::getProfileName must not be used any more

2001-05-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f33632339e63eade084d16372696d403c2e5752]

        #65293# one more dep.

2001-05-25  Ocke Janssen  <oj@openoffice.org>  [3f03962c14a6c97234f9dd97fed67fac6df67a2c]

        #86245# 86246# check tableconfignode and types

2001-05-25  Oliver Braun  <obr@openoffice.org>  [a6a427cfe64b862a5564b4d3ed1e10ca3d2b23ca]

        #87422# more TF_FILEURL fixes

2001-05-25  Tino Rachui  <tra@openoffice.org>  [37c1d051d5ea49ef1f328c9a9db8b8ee0daa623a]

        *** empty log message ***

2001-05-25  Rüdiger Timm  <rt@openoffice.org>  [f106e69bf618090aadccf40fc570cb9e724dc468]

        #65293# sfx2 depends on framework

2001-05-25  Tino Rachui  <tra@openoffice.org>  [d0e38687a85e32600be9525ddff505bd954e507a]

        #87458#fixed bug that did prevent sending mails with attachement

2001-05-25  Björn Milcke  <bm@openoffice.org>  [2582178cd1d7ef14d9c942a34aa287105e2f562c]

        #86215# domain has to be exported even if empty

2001-05-25  Jörg Budischewski  <jbu@openoffice.org>  [aebe818ec66c6f5dd5fa9b5b3d25807d1b2d5821]

        #87423# if no component path is given, check is avoided

2001-05-25  Ocke Janssen  <oj@openoffice.org>  [1bd02fc6a710c1443161d81b3d5cc006870fa643]

        #87322# remove sal_No_VTABLE from file columns

2001-05-25  Ocke Janssen  <oj@openoffice.org>  [c8a9c25e70a36a3a398af7fc03fe7854198183b6]

        #87444# check if dir exists

2001-05-24  Sander Vesik  <svesik@openoffice.org>  [19381158e38563b9ee7d8043ccb0615c3aa77235]

        remove stl/ from #include

2001-05-24  Sander Vesik  <svesik@openoffice.org>  [2fc5732c4627d23f597fab818f06dd57330c0bf8]

        ftreetype is a dynamic, not static lib

2001-05-24  Caolán McNamara  <cmc@openoffice.org>  [56a2a360f2ef1e13040d448ebf772a805769448e]

        #74387# ##949## Avoid too narrow table cells (consider distance from text in calculation)

2001-05-23  Niklas Nebel  <nn@openoffice.org>  [59c3a5c43a51b0705a450490210d743a87a87828]

        #82635# NumberingRules

2001-05-23  Daniel Rentz  <dr@openoffice.org>  [9a076261aa2b597cfddd3372b36419d8a728e2bc]

        #86988# dialog redesign

2001-05-23  Niklas Nebel  <nn@openoffice.org>  [0c204fa86cc0de79ae89090f8fc34b725e651a55]

        #82635# line spacing and tab stops optional

2001-05-23  Niklas Nebel  <nn@openoffice.org>  [ca693666e3d18ce14bd67d0ada8c6b323fce48cf]

        #82635# paragraph properties

2001-05-23  Niklas Nebel  <nn@openoffice.org>  [7786eaf2cb441090d648a36d04c179897f824239]

        #82635# ParagraphAdjust values in SvxHorJustifyItem QueryValue/PutValue

2001-05-23  Daniel Rentz  <dr@openoffice.org>  [4fb7d610897b6d0c73a861dd8b4c0855c1dab05a]

        #86988# dialog redesign

2001-05-23  Daniel Rentz  <dr@openoffice.org>  [418cff4b02b76a5a8d8dd710074fb9f9ee3fd572]

        #86988# dialog redesign

2001-05-23  Behrend Cornelius  <bc@openoffice.org>  [f43d1dcf658e8a46f8b2baa8167733078a85f4a7]

        #74868# Changes for the webwizard

2001-05-23  Behrend Cornelius  <bc@openoffice.org>  [cc0a3a6036d723756cf63dd258de95cbe5c743a3]

        #74868# CopyGraphic Sub modified

2001-05-23  Behrend Cornelius  <bc@openoffice.org>  [3808bf2d4abfe07bf5d87adaa521ce8c1eef9650]

        #74868# New Module 'Bullets' added

2001-05-23  jp  <jp@openoffice.org>  [c50f2e0a69204b8760c2e06313a18b6194f2d109]

        Bug #87382#: don't set the pam to the wrong nodes

2001-05-23  jp  <jp@openoffice.org>  [8c6434132baa636d34efa5b137a49e402933b1c9]

        Bug #87382#: don't combine everytime the redlines

2001-05-23  Frank Schönheit  <fs@openoffice.org>  [1ea0485f31dd416b6717ccc4f3825c10b8fab989]

        #86712# NumberFormatsSupplier property is transient

2001-05-23  Daniel Rentz  <dr@openoffice.org>  [f7107ac885f3e4ce5bed61ec9e63c3795c7a9196]

        #86988# dialog redesign

2001-05-23  Carsten Driesner  <cd@openoffice.org>  [74c0bb9f17acb769f8e2ae57298af476abe8ac66]

        #87053# document properties for xml files

2001-05-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e075c38ef07b911af7effe11bf495b1872b2bd6c]

        expansion needed to achive the option of exporting CLASSPATH for cutting down commandline lenght

2001-05-23  Frank Schönheit  <fs@openoffice.org>  [fc183792bdb807b03bf74dd912eb8ff21c8f34a4]

        #86860# OnIndexSelected: don't cancel the editing of the previously selected index

2001-05-23  Frank Schönheit  <fs@openoffice.org>  [b9724ff61f379580b8d3479fa76a41250625ed5b]

        #86860# made two exception messages more meaningful - I hate texts like 'Object already exists' without any context info :)

2001-05-23  Carsten Driesner  <cd@openoffice.org>  [2b285f8a7e23b3adceacd84d64aa5cd6069da8e9]

        #87053# document properties for xml files

2001-05-23  Ocke Janssen  <oj@openoffice.org>  [fb115c6efa8c24c8db91c1833741469daf6b08cb]

        #87149# new helpids

2001-05-23  Andreas Bille  <abi@openoffice.org>  [7275b3e3ed5ba0c0e6c92ac852dbcf16d43e5246]

        Now able to transform

2001-05-23  Ocke Janssen  <oj@openoffice.org>  [49e88dccc4b6a84f5f53a9ec86aff73dc850cf92]

        #87325# impl dtor

2001-05-23  Frank Schönheit  <fs@openoffice.org>  [80eec3ccb6e47096fadb347aa157f60800e5810e]

        #84686# added the (optional) support for the com.sun.star.form.FormController service

2001-05-23  Frank Schönheit  <fs@openoffice.org>  [422eb84cbd2507b89d216fa3f71c316a52b96d4c]

        #86444# +prepareConnectionAction

2001-05-23  Philipp Lohmann  <pl@openoffice.org>  [bac16eeddaf9b23482f062533ffa5592dbcc8cc5]

        #85844# #85948# fix an ungrab problem, fix a concurrent member access

2001-05-23  Oliver Specht  <os@openoffice.org>  [358ef6bcd1f08c7933b219847dada6fb8ed87f71]

        #84925# setting of merge flag corrected

2001-05-23  gt  <gt@openoffice.org>  [199f81f8a82d289a59b696288e57a2f6e954b70c]

        #i941# index for number format directly taken from format record

2001-05-23  Andreas Schlüns  <as@openoffice.org>  [d868669cf6fef17c744f7f19fa5d70d05af2ae56]

        build xml2xcd

2001-05-23  Andreas Schlüns  <as@openoffice.org>  [1e45a86a922ec6a49ef68b1f2d5cb005ddd1cdcf]

        support seperator handling

2001-05-23  Sascha Ballach  <sab@openoffice.org>  [9c70ff152fc5f4fb509d9c517d52a6dd9f835abc]

        #87428#; change the namespace of master-page-name

2001-05-23  Peter Burow  <pb@openoffice.org>  [2289412cb39a8dd3dfee038e684f82952bd264a5]

        fix: #85201# more doc info

2001-05-23  Caolán McNamara  <cmc@openoffice.org>  [d21c955073ebffdd55d1e35043675699abfb87b6]

        #75277# ##897## Object Offset incorrectly saved

2001-05-23  Caolán McNamara  <cmc@openoffice.org>  [8eff95e5281b13b9c52f32f1a0bc36d6293187df]

        #87328# ##931## Bad little endian only cast made xp safe

2001-05-23  Oliver Specht  <os@openoffice.org>  [3be8c2dcc74f58c61bc8a5f0b0f1cd0b871bac55]

        #87425# #86940# controls moved

2001-05-23  Oliver Braun  <obr@openoffice.org>  [1419be3b503946b5e7a7bd58d243a1ef6752c4dd]

        #73862# removed inetset - obsolete

2001-05-23  Sascha Ballach  <sab@openoffice.org>  [bfb8b31f536c3545b7efb76f495218a846b68c85]

        #79771#; make SetExport to a methode

2001-05-23  Herbert Duerr  <hdu@openoffice.org>  [9f7b1a4cbfd9e6eba3d6381bf87bdcc8a55fe53c]

        #86751# improve visual quality

2001-05-23  Sascha Ballach  <sab@openoffice.org>  [1791d4cf3d2afd5500136076dc278ebcf6370d87]

        #87431#; ignore spaces and other control characters in the Base64 encoded string

2001-05-23  Herbert Duerr  <hdu@openoffice.org>  [b22d7dd5018bc450eaa983dbd6823118120e79ce]

        #86730# improve visual quality

2001-05-23  Herbert Duerr  <hdu@openoffice.org>  [151cc5d29a20a8eca453e1502f0793b1a62aab49]

        #86757# disable antialiasing on monochrome devices

2001-05-23  Christian Lippka  <cl@openoffice.org>  [5d28c4b3dec522fd1c301bd550026f72e05c4181]

        #87347# added support for group shapes created by the animator

2001-05-23  Christian Lippka  <cl@openoffice.org>  [e36f4150b73022e5ffd6713d622ea7479db2e937]

        #87347# added support for group shapes created by the animator

2001-05-23  Carsten Driesner  <cd@openoffice.org>  [5efc4e027f4b5bfcdb141e70faafca2e3ca4fd00]

        #86944# missing backslash added

2001-05-23  jp  <jp@openoffice.org>  [19c156e9c3c210cfe95d070747dc1fdc0779dc1b]

        Bug #86159#: set text for the page

2001-05-23  Christof Pintaske  <cp@openoffice.org>  [5e72bdf7884dec98e12bae83f8a695180a342837]

        #82073# export psp symbols only

2001-05-23  Vladimir Glazounov  <vg@openoffice.org>  [540be8a318e67a1e7100b6f0dddefbc5abe910c5]

        #65293# added missing % signs

2001-05-23  Sascha Ballach  <sab@openoffice.org>  [ff91be1a165f69d613231ad689f10f085223fcb1]

        #79771# use new methods on NumberFormatsAttributeExportHelper to increase theperformance; give possibility to set the Null Date only once

2001-05-23  Sascha Ballach  <sab@openoffice.org>  [26ffe37f4e4a62d12dd0eb043c2391c8d41a168a]

        #87319#; work with celltype DATETIME in the same way like DATE; #79771# use new methods on NumberFormatsAttributeExportHelper to increase theperformance; give possibility to set the Null Date only once

2001-05-23  Sascha Ballach  <sab@openoffice.org>  [17008e5b241d7fa6446c1b3261fb325b5f1db794]

        #79771#; use the new NumberFormatAttributeExportHelper which makes it possible to use it in import too

2001-05-23  Sascha Ballach  <sab@openoffice.org>  [725bb49f6a7821383ea977a3a732b26f469aadb4]

        #79771#; only set the null date once

2001-05-23  Sascha Ballach  <sab@openoffice.org>  [9e84529c32dee215f2da1ec35ab248e2334b7c42]

        #79771#; only set size of shape if the size is changed

2001-05-23  Sascha Ballach  <sab@openoffice.org>  [8eabbb763324d7976e82624636b89c314444fca9]

        #79771#; make it possible to use the optimations on import too

2001-05-23  Dirk Völzke  <dv@openoffice.org>  [acee6d0a37a2d751550ffd1a16a128b6706825ca]

        #87367# Execute() uses stored path if no path was given

2001-05-23  jp  <jp@openoffice.org>  [6dffbe5be13646caee654c0aba73cf69408f7357]

        Bug #87253#: Languagelistboxes with lLanguge unknown

2001-05-23  Hennes Rohling  <hro@openoffice.org>  [43ea12909ef7569abe2999c84d340806d83a6cf5]

        #87132# UNICODE wrapper for GetFullPathName added

2001-05-23  dkenny  <dkenny@openoffice.org>  [7e021dc37f73981b8a455bcaca763633a24bef65]

        Changes to make it compile and run on Win32

2001-05-23  Daniel Rentz  <dr@openoffice.org>  [2245ebfc7375f65628d022d4c5eb6138f4f8f722]

        #86988# dialog redesign

2001-05-23  dkenny  <dkenny@openoffice.org>  [232a83787903402fa7879cb522aae0836c0a48fb]

        Changes to work with 627

2001-05-23  Dirk Völzke  <dv@openoffice.org>  [0a3e5b17023d0fd4ba3e877c62118dc1156c4eaf]

        #86105# addTemplate() should use the target and not the source URL

2001-05-23  Dirk Völzke  <dv@openoffice.org>  [6f61c08755432e4eccb55655d7433d4952d56819]

        #86105# CopyOrMove() now stores the correct target url

2001-05-23  Frank Schönheit  <fs@openoffice.org>  [ad381bf8e627f2f51ce7d9eba99f95b5c6d6c989]

        #86172# clear the format keys in the tables when releasing the number formats supplier

2001-05-23  Frank Schönheit  <fs@openoffice.org>  [da5d5dc03ab87de7fcc18f263032cd577c115dcb]

        #86172# +clearTable

2001-05-23  Hennes Rohling  <hro@openoffice.org>  [22a56a7370eff82a43e020d788ac7a7507a19f5b]

        #87132# osl_getHomeDir and osl_getConfigDir now retrieve file URLs

2001-05-23  Herbert Duerr  <hdu@openoffice.org>  [5aa8c5c4aa8e74583ecb35078fb0acea18590cf9]

        #86757# allow mixing of antialiased and non-antialiased fonts

2001-05-23  Sascha Ballach  <sab@openoffice.org>  [d3b7c5566e696c7f1580eb543789f3a09dbe071b]

        #87349#; compare StyleIndex and bIsAutoStyle

2001-05-23  Sander Vesik  <svesik@openoffice.org>  [782e518fc59bd698996ad0ba75b0c6d53020c204]

        Merge changes from OO627B

2001-05-23  Oliver Specht  <os@openoffice.org>  [590b4e530cba9c7dc61b0e8dd26a6c3921e6862a]

        #78253# export of selections implemented

2001-05-23  Michael Brauer  <mib@openoffice.org>  [39c20242f09c214e83a0069456669fbe50698473]

        #87405#: asian fonts didn't work

2001-05-23  Ocke Janssen  <oj@openoffice.org>  [39dcd561255d9c1b438c618c9810a1b39eeb3d65]

        #86528# disable exception in some files

2001-05-23  Oliver Specht  <os@openoffice.org>  [3f36ce29f663b6e1aaf372264740b9e6295cf028]

        #78253# export of selections implemented

2001-05-23  Christian Lippka  <cl@openoffice.org>  [c6431349f002d326d811070c29534e12efbe53de]

        #87373# fixed missing move effects

2001-05-23  Andreas Bregas  <ab@openoffice.org>  [103dd2f5b26945860fdbd84bc0a4d57f93b00b3e]

        #83750# Helper function runsInSetup() for special security check

2001-05-23  Andreas Bregas  <ab@openoffice.org>  [cea3dcadb18e1f49e3f2e65e9b1a54a76e92650c]

        #83750# Security check returns ok when running setup

2001-05-23  Rüdiger Timm  <rt@openoffice.org>  [9595f92219775fc6a9991f8da2fa9e1b86a96a19]

        #65293# GCC does not like 'Locale ident(String(), String(), String())'

2001-05-23  Oliver Specht  <os@openoffice.org>  [4f24cf002f4b134c1e5e868290488319593e01fa]

        #78253# export of selections implemented

2001-05-23  Thomas Benisch  <tbe@openoffice.org>  [f8feead2f645266db03f5320209d14a2379c4333]

        #87307# remove external basctl dependencies

2001-05-23  Nils Fuhrmann  <nf@openoffice.org>  [d705e40529629c7d2b2858752c50f191a691bf91]

        Enhance command lines for language restrictions, mandatory for l10n framework #87136#

2001-05-23  Andreas Martens  <ama@openoffice.org>  [2dd94a62bd2ad37e46f23e3791a795833138a6bb]

        Fix #87388#: Dummylines at the end of paragraph are not really dummylines

2001-05-23  Rüdiger Timm  <rt@openoffice.org>  [ea594b30cc3bf77ead3879e57d56ab0eb435bd78]

        #65293# createXXXFactory has an additional parameter since UDK300

2001-05-23  Carsten Driesner  <cd@openoffice.org>  [46c383895c130b964d91c726c7d9355491ffc4c8]

        #86994# xml namespace support

2001-05-23  Carsten Driesner  <cd@openoffice.org>  [2e5f1c6bf733e642f8a16b250bcfcccd5b73b0d5]

        #86994# xml namespace filter

2001-05-23  Carsten Driesner  <cd@openoffice.org>  [c66abedcc2839851736307566077b3e46b536b3b]

        #86994# support xml namespaces

2001-05-23  Jörg Barfurth  <jb@openoffice.org>  [49ecb710934d3f97aa18cd3a18c4277b3690299c]

        Remove obsolete declaration

2001-05-23  Carsten Driesner  <cd@openoffice.org>  [d4c445ae73230339ce4bb9fbeb931ae4bcd02eff]

        #86994# namespace filter for sax parser

2001-05-23  Carsten Driesner  <cd@openoffice.org>  [3fc6d923ba05587dfa05184dbebc2c7c7e1ff78f]

        #86994# namespace support for xml

2001-05-23  Andreas Schlüns  <as@openoffice.org>  [851e8eed2da22d87b1b41043e705119a05323110]

        #86171# add filtercachedata

2001-05-23  Andreas Schlüns  <as@openoffice.org>  [6aa36f009850dc443ca7faa81488086789602d48]

        #85529# encode/decode cfg seperator

2001-05-23  Andreas Schlüns  <as@openoffice.org>  [a6fe0969dd25bddf92c7b602177ca4acb26a078f]

        #85529# right include for uno::Reference

2001-05-22  arellano  <arellano@openoffice.org>  [0027a24b48417d5e00d97f37190464f865d24638]

        added punctuation

2001-05-22  Kurt Zenker  <kz@openoffice.org>  [035be56c1db77dc459f1ccdc9602cc70ad2f2ab2]

        new version for SRC633

2001-05-22  Kurt Zenker  <kz@openoffice.org>  [ddcc5d7e9d65eac199df526e1a3b2624dfc53dde]

        new version for SRC633

2001-05-22  Jörg Barfurth  <jb@openoffice.org>  [d3197eb53423dc20ea6ef81ccd10dbe547add302]

        #87213# Undo invalid change

2001-05-22  Kurt Zenker  <kz@openoffice.org>  [bdd97f58358595ef8568bbf227b87c1539965568]

        new version for SRC633

2001-05-22  jp  <jp@openoffice.org>  [ba99b060f47eebb265c78bcbc16456610f56abda]

        Bug #81916#: CreateFromClipboard with Window pointer

2001-05-22  Christof Pintaske  <cp@openoffice.org>  [beb6822771447982be8fde45ba12793f74d7dd0f]

        #85520# evaluate some more afm files

2001-05-22  jp  <jp@openoffice.org>  [719e226ecdcff641d9e15614d88297f53d369142]

        Bug #81916#: CreateFromClipboard with Window pointer

2001-05-22  Kurt Zenker  <kz@openoffice.org>  [511381b1ed99e2a4fe2e1b07ac2c0ca1cab1dcbe]

        new version for SRC633

2001-05-22  jp  <jp@openoffice.org>  [124c2561e2bf72b5bd05882ea2d63d2b25bd5091]

        Bug #81916#: CopyToClipboard with Window pointer

2001-05-22  jp  <jp@openoffice.org>  [6f87da8c2b8849009b95dbc4b851ecb8019d4723]

        Bug #81916#: CopyToClipboard with Window pointer

2001-05-22  jp  <jp@openoffice.org>  [1d0d85a913ef508a4a3a5dcf85dd4b8ea685e1be]

        Compiler error

2001-05-22  Philipp Lohmann  <pl@openoffice.org>  [fda30dc2de15d6d44e30bb441867a4520b3bcbe8]

        #87208# TF_FILEURL remnants

2001-05-22  Kurt Zenker  <kz@openoffice.org>  [076b59eb45e96eccb8178fb32761e9fcd6a0a607]

        new version for SRC633

2001-05-22  jp  <jp@openoffice.org>  [d4edaf61bc992956a64a92c45aa39e961519e0a7]

        Bug #81916#: CopyFromClipboard with Window pointer

2001-05-22  Christian Lippka  <cl@openoffice.org>  [512cef743ac8087aba2f18968df8205ecfad227e]

        #86962# do not modify ole during load

2001-05-22  jp  <jp@openoffice.org>  [19d9a3ff57b3293d6510b6ce04072cf5d94f22b5]

        Bug #81916#: CopyFromClipboard with Window pointer

2001-05-22  Eike Rathke  <er@openoffice.org>  [0e79698ba4e1fa51822e087efc0ef2a8a30ae8c4]

        #68609# Sylk2Doc: compile English formula; matrix formulas

2001-05-22  Frank Schönheit  <fs@openoffice.org>  [081a9db8f4e030fee5109d9950d128320d7bcd59]

        #65293# missing parameter for the FactoryInstantiation

2001-05-22  Christian Lippka  <cl@openoffice.org>  [34780ebe8d85115ecc7821c2267769ccc4250511]

        #87074# fixed visible area export for views to xml

2001-05-22  Christian Lippka  <cl@openoffice.org>  [0f93f03fef8d490fa711a834c72ab67657d962be]

        #87074# removed rect settings entry

2001-05-22  Rüdiger Timm  <rt@openoffice.org>  [7718b441ec99efa4f87d9beff30a76f9e188f1a6]

        #65293# TF_FILEURL remnants

2001-05-22  Andreas Bille  <abi@openoffice.org>  [b0d402e64f6ceb8c3c0eac358f2c6ab6d142b812]

        pretty printing

2001-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d7541fa8d15f87eab201fc7e4607c7fca04b0539]

        #65293# Added missing parameter

2001-05-22  Dirk Völzke  <dv@openoffice.org>  [ee77975f1bf673825865f6eade9fa56c3b69f953]

        #87356# Set filter iterator back to first element before using it again

2001-05-22  Philipp Lohmann  <pl@openoffice.org>  [d226c2b16fa4261d8835f719ad510d2dd44fcfb5]

        #85520# evaluate some more afm files

2001-05-22  gt  <gt@openoffice.org>  [2ffc8c61450c928d2b081b7125e11ea00255bb1f]

        #87379# colliding value-checking

2001-05-22  Thomas Benisch  <tbe@openoffice.org>  [2ffd82d961ad3723e8fbbeb6968f66811b0c5946]

        #87307# remove external basctl dependencies

2001-05-22  Andreas Bregas  <ab@openoffice.org>  [48732e37a104cfadfdc7163c369340d48aa91cac]

        #87358# Write DOCTYPE tag

2001-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6eb34fc4ad4f128b6e8af3396c60b51b5c5af922]

        #65293#

2001-05-22  Nils Fuhrmann  <nf@openoffice.org>  [7d902538c8021a52973cd2b2e01f888be71ad1e2]

        Localizer for l10n framework #87136#

2001-05-22  Andreas Bregas  <ab@openoffice.org>  [2224d25176a74be3a0bf1196097c07dd9ec586b7]

        #87358# Write DOCTYPE tag

2001-05-22  Kurt Zenker  <kz@openoffice.org>  [ba7ce973629b93a92284ec8aa385a80dbecbefd9]

        new version for SRC633

2001-05-22  gt  <gt@openoffice.org>  [48224a856a0285ad72e9d299ef3066428435e9d9]

        #87375# DURATION called DURATION_ADD in English version

2001-05-22  Andreas Bregas  <ab@openoffice.org>  [bb15182393c2af128b4e879db3ea2b51f6fbf386]

        #87358# Deliver dtd files

2001-05-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e11a0645e970785ee941738f40abeaf69c7e7df8]

        #65293# cleanup

2001-05-22  Sander Vesik  <svesik@openoffice.org>  [2c5889650cae56ef6d0de34ad6e4f67f7bfb07c4]

        Merge OO632B changes to trunk

2001-05-22  Philipp Lohmann  <pl@openoffice.org>  [6784e532bc6fec67afbe42aaea201cab6aa0e91e]

        #85520# changed page order according to user feedback

2001-05-22  Philipp Lohmann  <pl@openoffice.org>  [3e1838b26b0d7a063800e4c24a01d7a2ca0c5de7]

        #85520# changes to automatic print queues

2001-05-22  Andreas Bregas  <ab@openoffice.org>  [52c0bd16b79a62aa0a9412f7e8bbcb64c227d347]

        #87358# module dtd

2001-05-22  Andreas Bregas  <ab@openoffice.org>  [9e3e0cf02e4c9627d8a874c8a6d75b01c459ab19]

        #87358# libraries dtd

2001-05-22  Vladimir Glazounov  <vg@openoffice.org>  [41717a8f6e2e18a2c1f0d49a604b5d2ba21a0eb1]

        #65293# introduce a new intermediate base class between FmXFormShell and WeakComponentImplBase (SUN PRO 5 problem)

2001-05-22  Oliver Specht  <os@openoffice.org>  [f929e4b02faaf1143f4e47b4bd7fbed8c517e897]

        #79947# XFormsSupplier removed again

2001-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6ee626da6c5a2738001dce6758ff58e8fd58bccf]

        new version for SRC633

2001-05-22  Vladimir Glazounov  <vg@openoffice.org>  [92c47a7553de0668ae0b4a99778c37eb4d76bab0]

        new version for SRC633

2001-05-22  Daniel Rentz  <dr@openoffice.org>  [fd3b5bc30674368bef3d068d4756b8330d58b3b5]

        #86988# dialog redesign

2001-05-22  Ocke Janssen  <oj@openoffice.org>  [de1af384ef61b2e29d7c630188c57789a39227a2]

        #87199# check column names

2001-05-22  Eike Rathke  <er@openoffice.org>  [7a42746fad39efc4c27f3e27de23118bc7ab1159]

        #68609# Doc2Sylk: formulas always English; matrix formulas with M$-extension

2001-05-22  Eike Rathke  <er@openoffice.org>  [ffffee18e9b98fb02d7e5743e82c106de45fe9ed]

        #68609# ConvertTo: SYLK exports formulas unconditionally

2001-05-22  Christian Lippka  <cl@openoffice.org>  [82a5361a0314cf0a0ee37d6934a73c10b53f66fb]

        #87028# added background and background objects visible styles

2001-05-22  Daniel Rentz  <dr@openoffice.org>  [9defee444e198e2b85806593e1ecd0be84975db0]

        #86988# dialog redesign

2001-05-22  Michael Brauer  <mib@openoffice.org>  [2b05c4fae18cfd749b1a47e813ac5a71fec9e1a5]

        #87291#: reenabled ChangesProtectionKey

2001-05-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e351726c529cd1980463f584204ffd50180575f]

        disable assertions for bs_clients

2001-05-22  Sven Jacobi  <sj@openoffice.org>  [449666ba5250089f12cd602624f75bb4e902dc6c]

        removed docshel5

2001-05-22  Sascha Ballach  <sab@openoffice.org>  [91f32658adfde9bfb53cc0689b5b73af58b35a83]

        #87349#; create the XMLNumberFormatAttributesExportHelper if it is used

2001-05-22  Frank Schönheit  <fs@openoffice.org>  [faafd40805fdc0f952443680b3854f30b6cd594d]

        re-enabled Locale and System (commented them out by accident)

2001-05-22  Sascha Ballach  <sab@openoffice.org>  [3899539d9b30486881983ad8aac9f6dd7a1c63ee]

        #87349#; set the styles before protect the table

2001-05-22  Niklas Nebel  <nn@openoffice.org>  [69936c595c7d8ac80e57e1d85a14ea33f6b26ae0]

        #87164# title bar must be visible

2001-05-22  Thomas Benisch  <tbe@openoffice.org>  [bbd6f585afaf47207d8cc1707f9933a3c75f2e88]

        #87307# remove external basctl dependencies

2001-05-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8e31d080d8c9090c5d25df54750096871342e76f]

        #65293# fix problems with local bmp in svtools

2001-05-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5d2cc11d7a10bb5d77e0bcd92dcdd259be9e2d44]

        #65293# use local bmp tool

2001-05-22  gt  <gt@openoffice.org>  [807ce79811ee5ec5aadbce4946004171c657796a]

        #87269# using array of array instead only array

2001-05-22  Eike Rathke  <er@openoffice.org>  [d4fe78407d5f0636eb6ecfb2051cf55c45bcce53]

        #87336# uninitialized pointer

2001-05-22  Vladimir Glazounov  <vg@openoffice.org>  [df04e29a96261baa97481a4d1435c8f5877ecb25]

        #65293# Removed undeclared exception

2001-05-22  Oliver Specht  <os@openoffice.org>  [ddeae22b51fa356310154b1dafb92fca82526e35]

        #86466# missing break inserted

2001-05-22  Oliver Specht  <os@openoffice.org>  [4b76c7b3fc9553db9b842c816163532b2664d33a]

        #86982# deregister Menu in disposing instead of dispose

2001-05-22  Ocke Janssen  <oj@openoffice.org>  [ba9d12daead36199cb24eaeed15426b20988e3c1]

        #84454# set title for relationdesign

2001-05-22  Ocke Janssen  <oj@openoffice.org>  [f0b6902382bc09219c4c8ab675a7e446c08af71c]

        #84454# set title for query and vierw design

2001-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a7b117921ea9fb1b54de5e63c643279d17c18fa6]

        #65293# createSingleFactory changed

2001-05-22  Sven Jacobi  <sj@openoffice.org>  [1efd332fa39143722f91d7a9cfbcc879b90afa89]

        #87351# fixed unicode conversion bug

2001-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fdc6b27a47290a48bacb64a1ddfe91f0db7d176c]

        #65293# createSingleFactory changed

2001-05-22  Sven Jacobi  <sj@openoffice.org>  [cb04073a4b48b1c5f6e39960706fb4c919869007]

        #87351# fixed unicode conversion bug

2001-05-22  Christian Lippka  <cl@openoffice.org>  [9c66686dc48ee5e6207c0fc0b8c72bcf969ce96c]

        #86415# call export of number styles

2001-05-22  Sven Jacobi  <sj@openoffice.org>  [57d25b9a7346920cfb263f20c552390db65f88b2]

        #87351# fixed unicode conversion bug

2001-05-22  th  <th@openoffice.org>  [e4dc0fe8dff4c5c7041568155e81a6d37fec95f6]

        #87352# - rtl_ustr_compare_ascii_WithLength() works now different

2001-05-22  Sven Jacobi  <sj@openoffice.org>  [7a1e1f8be3fc9499cc6a10e08fc169d338884041]

        #87351# fixed unicode conversion bug

2001-05-22  Peter Burow  <pb@openoffice.org>  [a1f57d5b1bc09291aa3dc5ef81fcf5e068eba250]

        fix: #87002# PositionPage: enable automatic checkbox if necessary

2001-05-22  Sven Jacobi  <sj@openoffice.org>  [5d2ee78216509cb19c83afa751a8dc9f0508cac5]

        #87351# fixed unicode conversion bug

2001-05-22  Jörg Barfurth  <jb@openoffice.org>  [11287b21ed1d73f4d439056b9888dbc0569e2b31]

        Missed required change

2001-05-22  Thorsten Behrens  <thb@openoffice.org>  [7d7eca7218930573afe5ea51c217b9dffbe28f88]

        #86988# Dialog redesign

2001-05-22  Caolán McNamara  <cmc@openoffice.org>  [83f79c030d648ff4d7030196205831f59f52e893]

        #87317# ##928## Redlining: Allow deletions after property changes to occur

2001-05-22  Peter Burow  <pb@openoffice.org>  [5ea5bfe6136ec6012b1d9a508e4875ecef35d7f7]

        fix: #87251# save Sub- and SuperScript settings

2001-05-22  Hennes Rohling  <hro@openoffice.org>  [16745f1a42e3214b13bfb245d606d0db8b2e54fa]

        #87132# oslfileStatus member changes

2001-05-22  Kurt Zenker  <kz@openoffice.org>  [ea4a26a432ca9b8b60793de05df30156ed56df8f]

        corrected last changes

2001-05-22  Jörg Budischewski  <jbu@openoffice.org>  [2c88b51c60745767d016e1feb8af8d4b8196fcbb]

        file url changes

2001-05-22  Kurt Zenker  <kz@openoffice.org>  [e6709d3615d151f95f71d031f720ab322ad5830f]

        corrected output for udkversion.h

2001-05-22  Ocke Janssen  <oj@openoffice.org>  [6fe1a7223649d071cf5a334c8f6b588de5f3e544]

        #86793# check if we are in dispose before invalidate items

2001-05-22  Kai Ahrens  <ka@openoffice.org>  [aa6196e826723685538ef24fa871998ee98beb1c]

        #86780#: changed HotKey

2001-05-22  jp  <jp@openoffice.org>  [4b39b321ac75369c1afccc455a5fd9a2efe755b8]

        Task #87333#: routines with exception handling moved to xfldui file

2001-05-22  jp  <jp@openoffice.org>  [3fb865a2e07c8c18fae792e980d30a73265c1aa8]

        Task #87333#: new module

2001-05-22  jp  <jp@openoffice.org>  [9679ce14b17348da7b4348d5038f77285b1670f9]

        Task #87333#: this file contains all routines of this directory which must compile with exception flags

2001-05-22  Björn Milcke  <bm@openoffice.org>  [7c7667cd955e4ee44f6b930b5a932157ac6e4cbc]

        #65293# cxx file name wrong

2001-05-22  Jörg Barfurth  <jb@openoffice.org>  [ecc0b12a55ece0084e0a869e8390f87d41d1b1f1]

        #81412# Erroneous handling of default provider

2001-05-22  Ocke Janssen  <oj@openoffice.org>  [64878e8bd08bb791f8fde0f8bd5dd6f6d20b0fc0]

        #85775# check pInterface

2001-05-22  Jörg Barfurth  <jb@openoffice.org>  [3cdc95490f971af22425a731c0ad5279383230ae]

        #81412# Added new exceptions for startup diagnostics; Now accepting system pathes in arguments

2001-05-22  Andreas Bille  <abi@openoffice.org>  [59a9565099aa4975ba2b6b516dd45dd9d1949e5f]

        Bug fixes

2001-05-22  Jörg Barfurth  <jb@openoffice.org>  [933d1289e20f425f01d4b4b0ccd7da8bae316670]

        #81412# Added new exceptions for startup diagnostics; Now accepting system pathes in arguments

2001-05-22  Ocke Janssen  <oj@openoffice.org>  [dade60b20c135f16146af5d7489b04c12d4c5205]

        #87081# show all tabletypes

2001-05-21  arellano  <arellano@openoffice.org>  [6978c61153c253822dc51ead895fb4570b61ffa4]

        added punctuation and comments

2001-05-21  arellano  <arellano@openoffice.org>  [308a26e930d1f1b3e4b4e3c151cd55671d8872c2]

        added punctuation

2001-05-21  arellano  <arellano@openoffice.org>  [bd47516084b1fd805a3d2d8c4dfafbced7d64eab]

        added punctuation

2001-05-21  arellano  <arellano@openoffice.org>  [e0a90eba80b07f1bf5bb72bb424590ecccc1e7de]

        added punctuation

2001-05-21  arellano  <arellano@openoffice.org>  [1cfde27d1a5d60968de474f9b0d41d3bad879fe4]

        added punctuation, corrected grammar

2001-05-21  arellano  <arellano@openoffice.org>  [ee626427b7593a136b5473d8eeae3cce10d08fa6]

        added punctuation

2001-05-21  arellano  <arellano@openoffice.org>  [ea302f2f999c9fccf4407da56e9e67eb95f57fbd]

        corrected spelling, grammar, and punctuation

2001-05-21  jp  <jp@openoffice.org>  [0f4e1fab0d40a6529a4c3fd3a0c1179029f1ffef]

        Task #87333#: code optimization

2001-05-21  Niklas Nebel  <nn@openoffice.org>  [3af262b542d4de160404c6ac7188bb84773f8c5d]

        #44993# hyphenation in drawing objects

2001-05-21  Niklas Nebel  <nn@openoffice.org>  [f7f2c987723ff26f7f5f0ee16deab0b891f7b176]

        #44993# Tools/Hyphenation

2001-05-21  Philipp Lohmann  <pl@openoffice.org>  [85b8d854835162272904dc10c79736c8042e8aaf]

        #87010# track graphics stack

2001-05-21  Kurt Zenker  <kz@openoffice.org>  [0060d2b346f5ce96ef507145f8c9ce0db2e5d34b]

        corrected path

2001-05-21  Hennes Rohling  <hro@openoffice.org>  [951c48e208660d2a8d3069bb788b5cf12def9183]

        #87132# osl_createDirectoryItemFromHandle no longer persistent

2001-05-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [944590a0a9e48279d03d2b3a8fda6d374219045b]

        do not attach $ext if $dest is set

2001-05-21  Sascha Ballach  <sab@openoffice.org>  [9fbca1946ad746ecbdc159391800170fdaef7399]

        #78323#; use-regular-expressions to claculation settings added

2001-05-21  Sascha Ballach  <sab@openoffice.org>  [1c571df1a94592d770ea5b4c167f5ba66f947486]

        #78323#; use-regular-expression added

2001-05-21  Sascha Ballach  <sab@openoffice.org>  [aa2bf1a0b9be787db7a00d0d81ecb4e757424fb1]

        #78323#; use-regular-expressions to calculation settings added

2001-05-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0cddae701f388890434d736f7124607cded50750]

        define SCP_DATESTRING

2001-05-21  Kai Ahrens  <ka@openoffice.org>  [d6d126945d54df3dace85eacab78eea1903e8cbe]

        #86780#: optimized tiling of transparent bitmaps

2001-05-21  Hennes Rohling  <hro@openoffice.org>  [df1081b6569f3a44803fbf5f0ac8abd2fefe2be9]

        #87211# If osl_getFileURLFromSystemPath returns no error assume a system path

2001-05-21  Behrend Cornelius  <bc@openoffice.org>  [2d691c8ba7912dc92a93d746f37a60409fea77dd]

        #78685# TopLevel class 'Dialogs' modified to 'DialogLibraries'

2001-05-21  Gregor Hartmann  <gh@openoffice.org>  [614b851ea3951a2efdd8af5f9b343ea33cb2756f]

        HID.LST: load mhids.bat form $(EENV_TOOLS) instead from r:\bat

2001-05-21  Jörg Budischewski  <jbu@openoffice.org>  [1ea21d6418fc982aeba213026637703bee42a13a]

        fileurl taskforce changes

2001-05-21  Behrend Cornelius  <bc@openoffice.org>  [99470bf970c7f1f9e317d24a96dffeb3799f7bd6]

        #85954# Several modifications

2001-05-21  Behrend Cornelius  <bc@openoffice.org>  [448d824234187ccf3bd86eaaa4b71fbbaf05cc93]

        #69094# All Subs with Redimensioning of Arrays modified

2001-05-21  Caolán McNamara  <cmc@openoffice.org>  [554e342fdfdae5d05edf63212aa1996107c241bc]

        ##897## #87014# #75277# Better inline (FLY_IN_CNTNT) graphics and ole2 object exporting (sideeffects add ole2 support to WW6 export)

2001-05-21  Hennes Rohling  <hro@openoffice.org>  [d5b34757e2084b509b01325100ade7af4f1ddd37]

        #87132# Merge OSL file api changes from TFU630 to SRC633

2001-05-21  Nils Fuhrmann  <nf@openoffice.org>  [65242a80e2ad6700b2217328a74c89a9ca9fb885]

        New functionality for l10n framework #87134#

2001-05-21  Kay Ramme  <kr@openoffice.org>  [13f35ce781b2a0e6d4af736379cf8f0789225c1b]

        no document base available (#79698#)

2001-05-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9a9ec451433fefd8440efda9e10975f0f3fcf996]

        unset PROFILE

2001-05-21  Vladimir Glazounov  <vg@openoffice.org>  [c71c3f54ca5904daf3d15d2bbd4a7d58a99d2ddc]

        #65293# Added new dependency

2001-05-21  Vladimir Glazounov  <vg@openoffice.org>  [bfb6085a13e50bd5badd74c7f35eeb6fa7cfa3ea]

        #65293# Added GetVersionInfo symbol

2001-05-21  Kay Ramme  <kr@openoffice.org>  [87878c0b445f08a68b8538098bbbd42fe6718231]

        added missing dependency (#79689#)

2001-05-21  Kevin Hendricks  <khendricks@openoffice.org>  [d8d5bb8f7fb47806ea3aa2629a40d0aad5b4ce4e]

        fixing up deliver list to actually deliver shared library too
        
        Kevin

2001-05-21  Nils Fuhrmann  <nf@openoffice.org>  [249709f1df17065d3407259e3951606459ee04ee]

        Changes for l10n framework #87134#

2001-05-21  Behrend Cornelius  <bc@openoffice.org>  [02ed11be8b36fac493415faf553b3282c2a6210a]

        #84785# Strings in Summarypage modified, Strings for Logfile added

2001-05-21  Kurt Zenker  <kz@openoffice.org>  [2a8946a3a760b3f5a9615751b4984203a0d45bd6]

        UDK300

2001-05-21  Ocke Janssen  <oj@openoffice.org>  [131de37638a58ffe86018bf33ab7bc17c2095f3b]

        #86193# uses old date format

2001-05-21  Mathias Bauer  <mba@openoffice.org>  [77fb3a5186a4b56e9f62f7e0f44b7f206cf8fb60]

        #86111#: misinterpretation of SID_OPENTEMPLATE

2001-05-21  Vladimir Glazounov  <vg@openoffice.org>  [d40ac0de3b03f37f2f39ab615ec4d9772b8ec64b]

        Corrected for SRC633

2001-05-21  Frank Schönheit  <fs@openoffice.org>  [f35306a1f3aff888eeedd0fda39da68d3b533a94]

        #86569# correct the checks of m_nFormats

2001-05-21  Frank Schönheit  <fs@openoffice.org>  [1a7e46309d3fe7c052e031c903d5b4bfa4d3518f]

        #86569# allow DnD of the upper left corner with auto selecting all rows

2001-05-21  Vladimir Glazounov  <vg@openoffice.org>  [1e1cc23e56d0a6a291ee90f64a4965896196fa9c]

        #65293# Addednull-pointer checking

2001-05-21  Oliver Specht  <os@openoffice.org>  [c389aeb9154e2084801163ee5c242e22ae96f336]

        #96591# try/catch around getConnection

2001-05-21  Kurt Zenker  <kz@openoffice.org>  [deca5127f6bc540f3949db954e6d7e6dcabd332a]

        #65293# circumvent windows.h weirdness

2001-05-21  Michael Brauer  <mib@openoffice.org>  [9bdfdc3bc0a747aa3991db6b64b92d38b53245a8]

        #87291#: Using com.sun.star.document.Settings service

2001-05-21  Frank Schönheit  <fs@openoffice.org>  [611ad4bde0865fa81a4a302f6325a3f864024bfa]

        #85388# +m_nEmptyXXXItems/+implEmptyXXXFound

2001-05-21  Frank Schönheit  <fs@openoffice.org>  [2395f40f279b801678a16989230f0fe75b70d822]

        #85388# when exporting the ListSource as attribs, store form:option elements as long as there are valid 'selected' or 'default-selected' entries

2001-05-21  Mathias Bauer  <mba@openoffice.org>  [4c5825daeb3b7bfd2dbf2714b60745a7258f23fa]

        #86409#: don't open xml-streams in Init, they could be encrypted

2001-05-21  Nils Fuhrmann  <nf@openoffice.org>  [794735c369a5b194635ee03220cb0bd68866a273]

        Added mkcreate.obj to bootstrp.lib, mandatory for l10n framework

2001-05-21  Oliver Specht  <os@openoffice.org>  [3caac741dba216601d9bc019b964fa6c7613891a]

        #87306# ruby property RubyIsAbove implemented

2001-05-21  Oliver Specht  <os@openoffice.org>  [3d8466adad8ed3222ff9d2e0935116da2308408d]

        #87306# ruby property RubyIsAbove implemented

2001-05-21  Nils Fuhrmann  <nf@openoffice.org>  [fe4b103445182215356a384e50bd91c86b25bc7b]

        Added mkcreate.hxx, mandatory for l10n framework #87136#

2001-05-21  Oliver Specht  <os@openoffice.org>  [08197a0dde14c2ce274cf5ca7965ad442159ae84]

        #79947# optimization: string compare calls reduced

2001-05-21  Daniel Rentz  <dr@openoffice.org>  [0cd5268fb438a13c73b9fab1f3468b24dbbb7b80]

        #86988# dialog redesign

2001-05-21  Carsten Driesner  <cd@openoffice.org>  [ddb21cae11ced9756308d1f68a6be734a7dd8f22]

        broken d.lst entry fixed

2001-05-21  Ocke Janssen  <oj@openoffice.org>  [7de21255ca613872c286af07df8f954d53163548]

        #86609# reassign the sources

2001-05-21  Oliver Specht  <os@openoffice.org>  [b1299d18f728c38c6bb4441e3dd517215600ddf5]

        #79947# optimization: XFormsSupplier implemented at SwXDrawPage

2001-05-21  Björn Milcke  <bm@openoffice.org>  [1ae17e90a454a19c32a4c43cc634f4ad2e1fc02f]

        #85945# conversion for pt -> twip added, default case (from pt) changed to inches

2001-05-21  Mathias Bauer  <mba@openoffice.org>  [c217b090833981a104f2ea1446ecc061b3a7363d]

        #87036#: con't create storage on errorneous stream

2001-05-21  Björn Milcke  <bm@openoffice.org>  [9ae03c31cd779f0b9871237b98835561d4ac9c6f]

        #85945# conversion for pt -> twip added, default case (from pt) changed to inches

2001-05-21  Frank Meies  <fme@openoffice.org>  [98acf6afe5d9191ffce9f687f80241a85ab40918]

        Fix #86988#: Redesign of dialogs

2001-05-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6bf11cfbb917aa7a3cd6c7ae0f27cf8cf249c6fa]

        map to dxp for win32 only

2001-05-21  Frank Meies  <fme@openoffice.org>  [d0f40bf6bf78f13de980aa4a775fc68e18fcbeaf]

        Fix #86988#: Redesign of dialogs

2001-05-21  Mathias Bauer  <mba@openoffice.org>  [62964057fccf2daa5573746f0eac971238868b19]

        #84885#: special handling for travelling up in the root

2001-05-21  Mathias Bauer  <mba@openoffice.org>  [5880df9a5044615e2ad97b6aeac4a57e3a13e0ee]

        #87036#: use URLs for template filename

2001-05-21  Mathias Bauer  <mba@openoffice.org>  [b6e39da5a3a6a142c33e9c0bb29e83168c8d65e9]

        #86739#: writing in load is a bad idea ...

2001-05-21  Mathias Bauer  <mba@openoffice.org>  [2aa510db7cb11c71d3d770b75ecaeaba03696282]

        #86594#: no taskwindow anymore

2001-05-21  Hennes Rohling  <hro@openoffice.org>  [3a11a3abba1385262a46f62e58a3d0d4a6389b35]

        #87132# Use URLs instead of UNC path names

2001-05-21  Kai Ahrens  <ka@openoffice.org>  [267b6307a2240f32561bd6a7c782971e56aee0bd]

        #86780#: disable transparency warning, if transparency reduce in enabled

2001-05-21  Tino Rachui  <tra@openoffice.org>  [2109b04a7d021e577cdf3f4c00adaf12e6043110]

        now building systool dll in an separate dir

2001-05-21  Oliver Braun  <obr@openoffice.org>  [8d06fe597a018e2af75e76a081ef6d7b2542858d]

        #87132# initialize to zero when releasing

2001-05-21  Ocke Janssen  <oj@openoffice.org>  [39b6c703090de4138dea9771920b534353cc5eb5]

        #87082# check if type need literals

2001-05-21  Björn Milcke  <bm@openoffice.org>  [28930a87e16fa2090f27ec095f6fe3fbc3aeeea3]

        #85945# some conversion from pt added

2001-05-21  Tino Rachui  <tra@openoffice.org>  [d5f775e9b74bea8818e5c7563a24ba6d1fc804e6]

        now building systools in a separat directory

2001-05-21  Peter Burow  <pb@openoffice.org>  [6d62e69576e1728a55b2a1118ccd0b587fb75b50]

        fix: #85201# further implementation

2001-05-21  Carsten Driesner  <cd@openoffice.org>  [7b08a0ff8febe9a3dbecae8927253be9a06b3f69]

        deliver menubar.dtd to binary

2001-05-21  Peter Burow  <pb@openoffice.org>  [c1be2f979b69255da1a53444a5a9a404df530813]

        fix: #85201# templwin.cxx == exception file

2001-05-21  Peter Burow  <pb@openoffice.org>  [701e68ef7378a65e00f96527bdf7794f329acf1f]

        fix: #85201# additional methods

2001-05-21  Niklas Nebel  <nn@openoffice.org>  [dd5336d43669f91f8f62ab83b1a8b38f0a40c133]

        #44993# Tools/Hyphenation

2001-05-21  Carsten Driesner  <cd@openoffice.org>  [c5717411cd10804b9545e921b177928c5feb1dad]

        menubar.dtd added

2001-05-21  Björn Milcke  <bm@openoffice.org>  [16118ab20dd14b126b1cc33b4d2082b7e83ba07e]

        #85945# char heights may be floats so use convertDouble instead of convertMeasure

2001-05-21  Niklas Nebel  <nn@openoffice.org>  [4a5e2609c5a6fd175ae4c7e789115f9909b26fff]

        #44993# Tools/Hyphenation

2001-05-21  Ocke Janssen  <oj@openoffice.org>  [50ee5e9473eb28d34f5eff8c42308a9075022cc4]

        #86528# template changes

2001-05-21  Dirk Völzke  <dv@openoffice.org>  [a64836be7f90a2bb47418cba9e8585efbf38f0d2]

        #86403# XML Export doesn't save script URLs, therefor convert this property to lib and macro name

2001-05-21  Kai Ahrens  <ka@openoffice.org>  [61ebb897e79d2af2d0acb536411b54bfa022cab6]

        #87057#: create tiles instead of bands

2001-05-21  Dirk Völzke  <dv@openoffice.org>  [99badf4a4c12d0a39e6daf7afe4a89f6b670b8fe]

        #86403# Added BlowUpMacro

2001-05-21  Kurt Zenker  <kz@openoffice.org>  [343033e0edc87f59574d7f72b317ab39525d21ee]

        #65293# remove windows.h conflicts with sal

2001-05-21  Björn Milcke  <bm@openoffice.org>  [274c0f15939b2a8b2075d69fad672b2d04c84d48]

        #86215# +table-number-list +cell-range-address in plot-area

2001-05-21  Niklas Nebel  <nn@openoffice.org>  [8e544be673686f4870cbf578c6c63c75af062371]

        #44993# Tools/Hyphenation

2001-05-21  Sascha Ballach  <sab@openoffice.org>  [3fa3a4624bc568b3b19c1e7807719d8d22c2e926]

        #44993#; add the new property ParaIsHyphenation to the propertymap

2001-05-21  Michael Brauer  <mib@openoffice.org>  [5df0acccb796bcc6cb1afaae1b25444834b110f5]

        #87174#: fixed applet DTD bugs

2001-05-21  Thomas Benisch  <tbe@openoffice.org>  [e434eb4fc17513fef0111abe5b96a88f4f05fcb6]

        #87278# replace SfxFileDialog by FilePicker service

2001-05-21  Sascha Ballach  <sab@openoffice.org>  [e48743a662c8e189b3d56b69d12aff2cdf54ef91]

        #87030#; improve the behaviour of the progressbar

2001-05-21  Jörg Barfurth  <jb@openoffice.org>  [305643da831525ed7dfe10a9eddd40e29c4e72e0]

        #81412# Exceptions for startup diagnostics

2001-05-21  Sascha Ballach  <sab@openoffice.org>  [ac0745dd7c2a4dfd9da7c96b9af9602900494292]

        #79771#; remove some unnecassary calls

2001-05-21  Oliver Braun  <obr@openoffice.org>  [742348e33ec9407915c69a09269250e4c3450005]

        #87132# fixed typos

2001-05-21  Sascha Ballach  <sab@openoffice.org>  [6676d984ca5515447dcd9d810d00814686c5cf0e]

        #79771#; remove unecessary calls

2001-05-21  Dieter Loeschky  <dl@openoffice.org>  [8039731bcda5069512f073259ac439f4b90a42d2]

        #87220# Consider CJK options

2001-05-21  Daniel Rentz  <dr@openoffice.org>  [93652ff7a22837bcf35ab208bc9b0a5bf06c8990]

        #86988# dialog redesign

2001-05-21  Sascha Ballach  <sab@openoffice.org>  [ce782e60a8dea929171ddc2bf4300dd9f96fd08e]

        #87030#; the method ChangeReference with code filled

2001-05-21  Thomas Benisch  <tbe@openoffice.org>  [aedcf0cb2d9e3e7b51a2746d393f4dc58cb5fa90]

        #87278# replace SfxFileDialog by FilePicker service

2001-05-21  Daniel Rentz  <dr@openoffice.org>  [d67fae389a0f8fbf4060ddc2050b04d78b506100]

        #86988# dialog redesign

2001-05-21  Vladimir Glazounov  <vg@openoffice.org>  [7cc0511f2e1f37bc062f9d6a456dcd9c02a4db90]

        new version for SRC632

2001-05-21  Michael Brauer  <mib@openoffice.org>  [3ca8aec6e112d7bd8323da59298973924ed636d0]

        #87252#: Don't export real numbering styles as automatic ones

2001-05-21  Caolán McNamara  <cmc@openoffice.org>  [d9ddd7e357e4bc1d9f6ec8fc8ebf4acbfb72552c]

        ##912## #86778# Document shows that fastsaved chp properties should not be searched for like pap properties

2001-05-21  Ocke Janssen  <oj@openoffice.org>  [547ecbe59f1c8ec8ad5935aae66acf72901f6c64]

        #86528# template changes

2001-05-21  Oliver Braun  <obr@openoffice.org>  [40c57a4ee746a3c01190f9a9c47fbf9d7811e649]

        #81916# copy and paste only with window

2001-05-21  Ocke Janssen  <oj@openoffice.org>  [c658b246674b9af5aba998d57cf13b1cb7cffe7d]

        #87050# composeTableName corrected

2001-05-21  Kay Ramme  <kr@openoffice.org>  [8ae266826141ba231dcd6e3332a1d80250307cec]

        removed makefile.pmk; don't build with debug anymore (#77982#)

2001-05-21  Daniel Boelzle  <dbo@openoffice.org>  [d2aed6de7021b8d21e027c4bdfcf72f6cbe83804]

        #87052# component impl helper size optimization

2001-05-21  Ocke Janssen  <oj@openoffice.org>  [da8ffd1a334fd0ce2fb771edd442cdad6bc24f40]

        #87050# composeTableName corrected

2001-05-21  Oliver Braun  <obr@openoffice.org>  [412442ae251298276233ce1b27f21206456cb38a]

        #87132# back to rtl_uString*

2001-05-21  Rüdiger Timm  <rt@openoffice.org>  [33777bdd001a388e8785d3995046a9a36e0bb5da]

        #65293# avoid ambiguity

2001-05-21  Daniel Rentz  <dr@openoffice.org>  [0dc654207283ebaa94d9ac2ed3d6ae811faf9e2e]

        #86988# dialog redesign

2001-05-21  Vladimir Glazounov  <vg@openoffice.org>  [4d1d9d9275df2be0c9be347fd2b22cda614d617c]

        new version for SRC632

2001-05-21  Rüdiger Timm  <rt@openoffice.org>  [556054e1e306a5c5478a76985914a87a4e0d8e5d]

        #65293# avoid overload ambiguity

2001-05-21  Kurt Zenker  <kz@openoffice.org>  [775420f3601da736cd46556f6263c62126ad0bda]

        new version for SRC632

2001-05-21  Michael Brauer  <mib@openoffice.org>  [d120826bb1c81c10a0168784e8c1d1edf69073cc]

        #87258#: Set drop caps text style name

2001-05-21  Peter Burow  <pb@openoffice.org>  [dc99c9ad51d5022f40fed7b319feee9bdc093bc9]

        fix: #85201# svmedit2.cxx added

2001-05-21  Peter Burow  <pb@openoffice.org>  [72d7afb570719e208e76163dc0aa3853721c00a5]

        fix: #85201# new class ExtMultiLineEdit

2001-05-21  jp  <jp@openoffice.org>  [5e428814125b0cc38c3a0da3b3e28f4b5101beba]

        Bug #81916#: CopyToClipboard with Window pointer

2001-05-21  Michael Brauer  <mib@openoffice.org>  [7501b091fb890d14a7af3209d783bdba18138964]

        #87195#: import of fixed line height

2001-05-21  Oliver Specht  <os@openoffice.org>  [85374e15cecc4244b586223dd77cf0e186c7857d]

        #86986# template search corrected

2001-05-21  Andreas Schlüns  <as@openoffice.org>  [c3a92ac3951dccf749ea6799d27722e84985e90c]

        #86171# #84942# add filtercachedata

2001-05-21  Andreas Schlüns  <as@openoffice.org>  [9bf77392a68a26387eede5ad7fd86502591e9dcc]

        #86171# right uno includes

2001-05-21  Andreas Schlüns  <as@openoffice.org>  [59ae454c01b2d95fc79cb6c576694556631d72ca]

        #86171# new macros for time measures

2001-05-21  Andreas Schlüns  <as@openoffice.org>  [26272f1b95d08f3f173234afb1dd28ad6057768e]

        #86171# add macros for time measures

2001-05-21  Andreas Schlüns  <as@openoffice.org>  [46005c5350a79e7f3f1f55635eec43a289e7b518]

        #86171# #84942# datacontainer and filtercfgaccess for late init

2001-05-21  Andreas Schlüns  <as@openoffice.org>  [4b642d869e0a7e291221c90c8e8c1cf8b829ca08]

        #86171# #84942# prepair for late init, alphabetic order, time measure ...

2001-05-21  Andreas Schlüns  <as@openoffice.org>  [ef68adb44e916789f2748cedc58ea77c7384b02d]

        #86171# new query for graphic filters

2001-05-21  Frank Schönheit  <fs@openoffice.org>  [ac772b987b4a93576c2848fdd9d74ed620e811bb]

        removed obsolete property (never used)

2001-05-21  Michael Brauer  <mib@openoffice.org>  [d1cbd9891d9dd3102ab64a4cd34d91570ecc3e3e]

        #87246#: OLE support for flat files

2001-05-21  Frank Schönheit  <fs@openoffice.org>  [f336366f8a363fcf6b06b71657c1e0f81a0929d5]

        #86712# UpdateUI: no 'formatting' for date 'n' time fields

2001-05-21  Frank Schönheit  <fs@openoffice.org>  [ef885db5dae222c4c1eb38cea58fe2220d59238c]

        #65293#

2001-05-20  Kevin Hendricks  <khendricks@openoffice.org>  [7be56c57dc4e9c34d5e5f37bf8489cf92c1fe0ab]

        adding other files for the thesaurus project
        
        Kevin

2001-05-19  Kurt Zenker  <kz@openoffice.org>  [07f6fef241047fce2db2982b479427ba550404fb]

        Merge SRC632: 19.05.01 - 07:18:54 (NoBranch)

2001-05-19  Kurt Zenker  <kz@openoffice.org>  [fd678abfdc5ad13d6d465a86c5feb7f7ecc09915]

        Merge SRC632: 19.05.01 - 07:17:25 (NoBranch)

2001-05-19  Kurt Zenker  <kz@openoffice.org>  [3089cb12e02bc549bb2ca5af0969627a2e50476e]

        Merge SRC632: 19.05.01 - 07:17:08 (NoBranch)

2001-05-19  Kurt Zenker  <kz@openoffice.org>  [c7bcfc86a6553a2293fcb0cba7d07ed6898799b5]

        Merge SRC632: 19.05.01 - 07:12:49 (NoBranch)

2001-05-19  Kurt Zenker  <kz@openoffice.org>  [eccbfc1aee0f5ded165ea56eb3da453d9e75f3a4]

        Merge SRC632: 05/19/01 - 07:11:13 (NoBranch)

2001-05-19  Rüdiger Timm  <rt@openoffice.org>  [82f33acea83a6299193a33444b75435bd617e8be]

        Merge SRC632: 19.05.01 - 07:09:09 (NoBranch)

2001-05-19  Kurt Zenker  <kz@openoffice.org>  [12a8217af56517469c408b1bdcc6fc8ce2fdbb9c]

        Merge SRC632: 19.05.01 - 07:07:11 (NoBranch)

2001-05-19  Vladimir Glazounov  <vg@openoffice.org>  [3a84efffec25b90106d8d9a09f50f6873879614a]

        Merge SRC632: 19.05.01 - 07:07:53 (NoBranch)

2001-05-19  Kurt Zenker  <kz@openoffice.org>  [4c7c3da49ed912ea7488d62506fc5a0e395ed6f2]

        Merge SRC632: 05/19/01 - 07:07:09 (NoBranch)

2001-05-19  Kurt Zenker  <kz@openoffice.org>  [8ec10a71142d175c866a6bf977a0cdaeb0c363e1]

        Merge SRC632: 05/19/01 - 07:07:01 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [697d5edd2bb19c82b5336dd676878eca6e1d5e91]

        new version for SRC632

2001-05-18  Niklas Nebel  <nn@openoffice.org>  [f4777ba88124cc8d0b9646a6644356df9a7622e5]

        #44993# hyphenation in cells

2001-05-18  Rüdiger Timm  <rt@openoffice.org>  [7df64bea5b08744eeb7995eeb0333d958c6309b3]

        new version for SRC632

2001-05-18  Niklas Nebel  <nn@openoffice.org>  [65b66b40ca0266533e903e5526570d55cf4cc126]

        #44993# SID for hyphenation

2001-05-18  Patrick Luby  <pluby@openoffice.org>  [5366c9e159b7272ace032c34229662d089bfd3df]

        Restored version 1.9 as the real problem with Linux was in sal/osl/unx/file.c.

2001-05-18  Niklas Nebel  <nn@openoffice.org>  [b7bb070f9390a813b14ee87bd25991ceb48a131c]

        #44993# add: Hyphenation

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [543c7d8940dc4f4d71ce57e3a2e4e11e0628f19a]

        new version for SRC632

2001-05-18  jp  <jp@openoffice.org>  [85ba98d6ec5358b6e4da0bb64e1c197d40481f2d]

        Bug #70454#: _MoveNodes - no endless loop

2001-05-18  jp  <jp@openoffice.org>  [4c186cabd673068f7dbf6ed6c1120d0ccb456ad1]

        Bug #70454#: Undo - use the correct position for the move

2001-05-18  jp  <jp@openoffice.org>  [43534aa60743d3a119e0c57578ea38db5294889c]

        Bug #70454#: MakeFlyAndMove - use copy and delete instead of move

2001-05-18  Sven Jacobi  <sj@openoffice.org>  [e0ff12adb67e4482fc5c32d66d9eaedaa7b2bfae]

        #74654# added SetReadOnlyMode

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [95a5e3db495e251311da9f339cf27244ac9826e5]

        new version for SRC632

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [c208ba447821253a9c8ed54eb8d897dc5b03aa4b]

        new version for SRC632

2001-05-18  Sven Jacobi  <sj@openoffice.org>  [f60cc7d01652025ac762d72cbb9a2711199ed33b]

        #74654# added method SetReadOnlyMode and pointer dummies for later use

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [0a3cb5392576c090aed544ecc6304556e72de011]

        new version for SRC632

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [5c3fca67e883e5338ad61567c3e5d1394ea2567f]

        new version for SRC632

2001-05-18  Armin Weiss  <aw@openoffice.org>  [03e1b588a2eca3423b8e9e1b86bfedb27d75c3f3]

        #87227# end text edit if running, this may add an UNDO step.

2001-05-18  Sascha Ballach  <sab@openoffice.org>  [9f370e0a60652fec311f5bcce8c8530ce5cde7cd]

        #79771#; use a special flag on ScColumn to optimize the performance of XML import

2001-05-18  Jörg Barfurth  <jb@openoffice.org>  [74ea2f1245c3f973e5283c9757a88d1b7525cfe3]

        #86809# Fixed uninitialized pointer, check for NULL before calling release on tree manager

2001-05-18  Jörg Barfurth  <jb@openoffice.org>  [54ee41538f8712a4d93e0b05f07a4e8740d9fd62]

        #81412# Cleaned up bootstrap settings handling; Added recognition of bootstrap errors

2001-05-18  Jörg Barfurth  <jb@openoffice.org>  [650ba21d8a1a6324298ece8fe2a26defc68e8787]

        #81412# Cleaned up bootstrap settings handling; Added error recognition of bootstrap handling; Added new parameter 'reinitialize'

2001-05-18  Jörg Barfurth  <jb@openoffice.org>  [e719b4fa491165508ca0b9b04e39e254b259cda9]

        #81412# Moved from session directory; Cleaned up bootstrap settings handling; Added error recognition of bootstrap handling; Added new parameter 'reinitialize'

2001-05-18  Mathias Bauer  <mba@openoffice.org>  [12318a7c1c8d92461ce3c107916439b7be912052]

        #86646#: new SID_LOGOUT

2001-05-18  Caolán McNamara  <cmc@openoffice.org>  [3c01fdb6605de6b0b19393d5359e5c8504ca7dee]

        #86778# ##912## MathType 2 additions & erase invalid empty sub/sub/size statements

2001-05-18  Jörg Barfurth  <jb@openoffice.org>  [af3576c8a8097b755bcbb28cbe275d46cd3de8e9]

        #81412# Moved bootstrap to misc directory

2001-05-18  jp  <jp@openoffice.org>  [e67ba154b4fba50540c35861e9215afb4f5d7984]

        #86988# dialog redesign

2001-05-18  Mathias Bauer  <mba@openoffice.org>  [bf7a1f3c6457ad060a95e2e1fe00d8fefa25b438]

        #86646#: new internaloptions for removing some menu entries

2001-05-18  Sascha Ballach  <sab@openoffice.org>  [24e8d999888f2e4ff1b57e208de494da03979662]

        #87030#; add a possibility to change the reference

2001-05-18  Patrick Luby  <pluby@openoffice.org>  [1765f0aa3846e20e413b7e3445f6c964ec6124ae]

        Remove duplicate osl_getFilePos prototype which kills builds on Linux

2001-05-18  Dirk Völzke  <dv@openoffice.org>  [be2d7fa8bfdc002f1a792f1ab911661e8bdc1f6c]

        #86645# corrected URL for sending Mails in WebTop, added CreateFromAddress_Impl()

2001-05-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2cf59cd410814095d2ff38b10152e1a464c53685]

        cosistent use of -E

2001-05-18  Dirk Völzke  <dv@openoffice.org>  [44d95e827ded9094a6581433d5c5ed4d40f9c98b]

        #86645# Added CreateFromAddress_Impl()

2001-05-18  Jörg Budischewski  <jbu@openoffice.org>  [750f2e117cd43b4efdc9e4e0f0632974d98346e6]

        #87127# funcs renamed from rtl_getCommandArg -> rtl_getAppCommandArg

2001-05-18  Jörg Budischewski  <jbu@openoffice.org>  [5a3d28be5adde6cd0b957d0450cedfafaf6cf59e]

        #87267# module logging prepared

2001-05-18  Juergen Schmidt  <jsc@openoffice.org>  [f3097d7b52b481bfec4e6235c9396738ea3aa9f2]

        #87233# insert singleton

2001-05-18  Juergen Schmidt  <jsc@openoffice.org>  [465b869e784fa0a3641f36a1d65d29605447d3bd]

        #87233# new

2001-05-18  Jörg Budischewski  <jbu@openoffice.org>  [317490e1cc4042c912dff01a9f93936d1317d326]

        #87267# module logging prepared

2001-05-18  jp  <jp@openoffice.org>  [7365421dc9690dc583563bd59215fa8920da8738]

        Bug #87248#: ResetAttr - restore only attributes with values

2001-05-18  Jörg Budischewski  <jbu@openoffice.org>  [2a3678c713a88f43867aead48f320d1d301bcab1]

        #87127# funcs renamed from rtl_getCommandArg -> rtl_getAppCommandArg

2001-05-18  Juergen Schmidt  <jsc@openoffice.org>  [53ff13bccf915a40c8309139ae52ee4707f0c238]

        #87233# change docu

2001-05-18  Juergen Schmidt  <jsc@openoffice.org>  [543ebb31ea3f811a7ad80efec18439de384ae23e]

        #87233# insert enum value

2001-05-18  jp  <jp@openoffice.org>  [7e8149ccdbbe198116ba8a6f7770599a416eb163]

        Bug #87096#: GetState - use Numberformatter only if it's needed

2001-05-18  Juergen Schmidt  <jsc@openoffice.org>  [c668588c9d3a0149e37181e47424aa25b2084242]

        #87233# insert binary

2001-05-18  Juergen Schmidt  <jsc@openoffice.org>  [a9a8438a3983a55ae686898c4c1ac46f1b93f4fc]

        #87233# insert target

2001-05-18  Juergen Schmidt  <jsc@openoffice.org>  [2f247a2135021e5e54fdc3c0f2554caf4411ab50]

        #87233# new

2001-05-18  Dieter Loeschky  <dl@openoffice.org>  [cc742461c88adcf1bf7e524e898d47ba52094de3]

        #86918# Handling of several MasterPages

2001-05-18  Jörg Barfurth  <jb@openoffice.org>  [72bf25647f93cd40f4e6c62b09f89e55c0013cae]

        #87213# Added special treatment for empty data when tokenizing with non-white separator

2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [718e96c6d64be5a44d0e91fa45673d7c6e688b10]

        #65293# fixed const problem

2001-05-18  Niklas Nebel  <nn@openoffice.org>  [ccf50e2cb849b4f5e08dc94549b8ca97e1b28b45]

        #82622# CharLocale and ShadowFormat are optional

2001-05-18  jp  <jp@openoffice.org>  [ff629c8ed2136bcd4f75a954836e8b09441abedb]

        compiler error

2001-05-18  Daniel Boelzle  <dbo@openoffice.org>  [8656b9498b5b1a037501b1b1577121ccdb46df7c]

        #87233# reading out singletons information

2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [267b4026230fbf7bb8c248105444d35ed55ace52]

        #65293# Adopted to use under Solaris

2001-05-18  Armin Weiss  <aw@openoffice.org>  [043f828734f8ffdf0d978a4ce2e315cb2f8b40ab]

        #83068# adapt to the new behaviour of GetGlyphBoundRect(...)

2001-05-18  Armin Weiss  <aw@openoffice.org>  [be8ca7afbfa38754a4f88d82513d5e17a949b77f]

        #83068# switching on the new behaviour of GetGlyphBoundRect(...)

2001-05-18  Frank Schönheit  <fs@openoffice.org>  [273991770f1bc8ac0428cff491079b954470107c]

        #86712# +limitedformats

2001-05-18  Frank Schönheit  <fs@openoffice.org>  [1e2ab2295913d9641f251036e4452777fcc4ae3c]

        initial checkin - helper for control models with limited formatting capabilities

2001-05-18  Mikhail Voitenko  <mav@openoffice.org>  [acacbb278da2470a579f04b85a694a41d4f80211]

         adopt for the new OUString interface

2001-05-18  Frank Schönheit  <fs@openoffice.org>  [96be06ab9327ee10cb110adab6ed6d006bc5f57d]

        #86712# FormatKey is transient

2001-05-18  Frank Schönheit  <fs@openoffice.org>  [7175a139ed26368b63eca571e0df7ef711f74650]

        #86712# FRM_NUMBER_FORMATS_SUPPLIER

2001-05-18  Frank Schönheit  <fs@openoffice.org>  [6e357d5b16fccb988ca39eef64e2c6477bae35b7]

        layout

2001-05-18  jp  <jp@openoffice.org>  [86cffd8e750b0b4dd6c5fe2a2a29235609875b6c]

        Bug #87222#: InsertRedline - don't accept one with a position at the document EndNode

2001-05-18  Frank Schönheit  <fs@openoffice.org>  [3a058545da56907c8d233db342c0cb64164c15bd]

        #86712# add FormatKey and FormatsSupplier property, mapped to the predefined formats

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [cd608308416a6a8bbba0087f929399b22c225649]

        new version for SRC632

2001-05-18  Jörg Budischewski  <jbu@openoffice.org>  [bcd7a99269dc16a8ade304a91d5cb8781e868ca8]

        #87267# deprecated API removed (osl_initModuleLogging and osl_unloadLoggedModules

2001-05-18  Jörg Budischewski  <jbu@openoffice.org>  [c590e8beed9362511234b967c32dea00b18505f8]

        #87267# deprecated API removed

2001-05-18  Jörg Budischewski  <jbu@openoffice.org>  [97d35c7364369cac71138a5eebaccb5ed90c7ab7]

        #87267# preperations for the new unloading module API

2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [e84e7cd79271a69d54ec4378a632c8c15083147a]

        #65293# Corrected for use under Solaris

2001-05-18  Andreas Martens  <ama@openoffice.org>  [0db526db87a4247edb5e902b74090fe92ea151e7]

        Fix #87243#: If an anchor changes its background...

2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [fc683ae617443b0f370addb66a7d468eb08db7a3]

        #65293# Removed extra semicolons

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [e688dfdd4893e3f1d09829116756db206f7eb0d9]

        new version for SRC632

2001-05-18  Rüdiger Timm  <rt@openoffice.org>  [e8a5a82015dacf7c9888e7c7f9c5a805dadc1c66]

        #65293# i18n_keysym.obj added to SLOFILES

2001-05-18  Oliver Specht  <os@openoffice.org>  [885e16801a26cd66cbf598476b9195a6da733ae7]

        #86455# suffix/prefix corrected

2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [e7d6e7d2926a340455c53eeaf67be7207e49a614]

        #65293# Adopted for Solaris

2001-05-18  sz  <sz@openoffice.org>  [fee3ee4779645a22b5932f231ad3ad665055af95]

        added member sal_Char* m_msg, and method sal_Char* getMsg()

2001-05-18  Michael Brauer  <mib@openoffice.org>  [d5715eb99a1000375db43db792dedcabb4295988]

        #87246#: OLE object support through SAX interface

2001-05-18  Sascha Ballach  <sab@openoffice.org>  [cc89a6edd262d0b5e388193c2939bb86c80183dc]

        #79771#; little bugfix

2001-05-18  Christof Pintaske  <cp@openoffice.org>  [4bd896ab4dcda78dc224065c099dfcadda7fa593]

        #87260# 1bit PS Images

2001-05-18  th  <th@openoffice.org>  [79b9f12926b2aecd6814469a9ea2bdb4742a58ec]

        #87259# - correct syntax error

2001-05-18  Sascha Ballach  <sab@openoffice.org>  [54233b47c1c4dc2bf15bc4f0078e14b37d8920a4]

        #79771#; some more optimations

2001-05-18  Oliver Specht  <os@openoffice.org>  [b0ea85bb5e1e2e40b041c7356fd243b2a1142e54]

        #87244# NumberingRules is not Readonly

2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [661e479aa22f8e63807cf99d04bde524a4b5a103]

        #65293# Removed extra semicolon

2001-05-18  Mathias Bauer  <mba@openoffice.org>  [af816c5daeb4f361252682cf37cba18ceb02a217]

        #86645#: send mails without UI

2001-05-18  Sascha Ballach  <sab@openoffice.org>  [890dfa34a5113a63fb577d4c96c8a2559049cebf]

        *** empty log message ***

2001-05-18  Daniel Rentz  <dr@openoffice.org>  [8aec620ee08aab4fe35681e5e220825e5e66c43f]

        #86988# dialog redesign

2001-05-18  Michael Brauer  <mib@openoffice.org>  [c23c281d1d818df50a4bdc8725dfcc1b209dcfc1]

        #87246#: OLE object support through SAX interface

2001-05-18  Mathias Bauer  <mba@openoffice.org>  [2967a9f4b2fb1e0d299fdcac263be17135a8be10]

        #86645#: UseMailUI

2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [9e0cabf3a028651f1f5c75cac19a6c3cf99d4e9c]

        Adopted for using renamed function

2001-05-18  Oliver Specht  <os@openoffice.org>  [3f6cd1f9b7436270b495b866f2a4d11714a6551b]

        #86988# java configuration entries added

2001-05-18  Oliver Specht  <os@openoffice.org>  [ed0d72a4b941abfeca38de06587d5043aac26a19]

        #86988# new java configuration

2001-05-18  Michael Brauer  <mib@openoffice.org>  [63d13cb2ee2c4725599714f6184bcd6e77a1eab7]

        #87246#: OLE object support through SAX interface

2001-05-18  Oliver Specht  <os@openoffice.org>  [d82ef9ba0a5dc3ccb1af0433fc4d288126e0e1dd]

        #86988# java configuration

2001-05-18  Oliver Specht  <os@openoffice.org>  [09d29887c3a4c40b9fc4108c15055b40d59d6811]

        #86988# old java config entries removed

2001-05-18  Philipp Lohmann  <pl@openoffice.org>  [6cfb4603dcc5865081d3d3155130431ddde98677]

        #79518# fixed a memory leak

2001-05-18  jp  <jp@openoffice.org>  [cdbf303b6ca6ecde2d2ec3f60b37db74150c6389]

        Bug #87135#: plural for actions

2001-05-18  Andreas Bregas  <ab@openoffice.org>  [7d768de5820249d961ca17e9c113e51fca9e64c3]

        #83425# FindElementExtern(): Check for missing parameters

2001-05-18  Frank Schönheit  <fs@openoffice.org>  [7dbd315de57bce417bf5c46f141db7b150ceb2cb]

        #65293# corrected the include protection

2001-05-18  jp  <jp@openoffice.org>  [fe02951d731718029dedf0ef7439bc20af22b073]

        Bug #83396#: load also OLE-Object without any representation in the object

2001-05-18  Vladimir Glazounov  <vg@openoffice.org>  [b6b2f9a3caae1ee088e992469e0b99bd8018ccab]

        #65293# Corrected for Solaris

2001-05-18  Eike Rathke  <er@openoffice.org>  [407fe5c197e1c685a994d7faba83160286cc49b5]

        #87169# #86215# new SchChartRange/SchCellRangeAddress replacing old ChartSeriesAddress mechanism

2001-05-18  Ocke Janssen  <oj@openoffice.org>  [c667ed24d63e5b7a0e8f159b5acba4e1dd669cd2]

        #86528# size changes

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [79536e3fa7f6cb126e645dc6362b819fc48952ea]

        Merge SRC632: 18.05.01 - 14:01:44 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [45a191ee2d6f849e4e96ef4cdb5cd2c28076789a]

        Merge SRC632: 18.05.01 - 13:58:24 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [14924a46171f9e86b4b425a2c447b4500ac07724]

        Merge SRC632: 18.05.01 - 13:56:16 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [a90d8328b67516519c607a488cb97606f8941e82]

        Merge SRC632: 18.05.01 - 13:54:13 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [03d2b9ed21d0de8b695a99f00b920f6ba852f70b]

        Merge SRC632: 18.05.01 - 13:52:13 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [1adfed071b92d62980f5974b6ed6e2cc9b6e6ea9]

        Merge SRC632: 18.05.01 - 13:49:05 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [eb1e31275a2083ea48750fa269eafcffe29c7488]

        Merge SRC632: 18.05.01 - 13:49:19 (NoBranch)

2001-05-18  Ocke Janssen  <oj@openoffice.org>  [5678c033e63f9348a66fb54adb94c052e89cf774]

        #86528# size changes

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [f3c936b0e2ba56011b8ce7d03fbbc013a2771d79]

        Merge SRC632: 18.05.01 - 13:47:19 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [72af7a7b0b8f951956586397d80131c465aaef1b]

        Merge SRC632: 18.05.01 - 13:46:48 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [3906b6a2d0aaae9ac50bd2b57d0c267edac18c00]

        Merge SRC632: 05/18/01 - 13:44:28 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [5ce0d0b359e1e8a7639fa79cf070dade58bdaaf1]

        Merge SRC632: 18.05.01 - 13:44:01 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [1c93e6023e24a6fefb5038bb9b623a8821308172]

        Merge SRC632: 18.05.01 - 13:43:55 (NoBranch)

2001-05-18  Sven Jacobi  <sj@openoffice.org>  [3441ca0bcb501ef211220cdecd4380f2f5a727e1]

        #86988# dialog redesign, removed semicolon

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [8e91ff061e14f967a550a0ad861385f58c658e97]

        Merge SRC632: 05/18/01 - 13:42:57 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [48d3dfb6b58e09fa07049888c8b39f4b12587da1]

        Merge SRC632: 18.05.01 - 13:42:20 (NoBranch)

2001-05-18  Malte Timmermann  <mt@openoffice.org>  [f4836a5fb6b42ee0fe60de12257fb8f308e0d211]

        #86701# Use SID_ATTR_CHAR_SCALEWIDTH instead of SID_ATTR_CHAR_FONTWIDTH

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [804bfc05a80e7e3e4b6961d290323ba7d960501c]

        Merge SRC632: 05/18/01 - 13:39:42 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [fd5b1cb31a5372b0be3d45bb691ba3185e55b0a7]

        Merge SRC632: 05/18/01 - 13:38:21 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [23bf04e4667e24059ca4d8b941ba45234d6a2c96]

        Merge SRC632: 05/18/01 - 13:37:02 (NoBranch)

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [4831546d284e159e19eb088818818c636b721ae6]

        Merge SRC632: 18.05.01 - 13:36:01 (NoBranch)

2001-05-18  Nils Fuhrmann  <nf@openoffice.org>  [a456ab9de0490c5c0c31dbe586d97a9188729551]

        Fix: Support of non ASCII conform characters in ressource ids (grrrrrrrr!!!) #87134#

2001-05-18  Peter Burow  <pb@openoffice.org>  [43488360cb1dc6b2dc11f297aaa02ea1fd5920b7]

        fix: #87212# new folder with encoded url

2001-05-18  th  <th@openoffice.org>  [f46eb2bd552cee0d86e6119b3e8721c6fbbe5a8b]

        #65293# - add rtl_str_shortenedCompare_WithLength

2001-05-18  jp  <jp@openoffice.org>  [12b6fd4827ac50bd3d9215fbb9381897bec76f0b]

        Bug #83396#: PowerPoint/Excel has a second globalname which we can test

2001-05-18  Thorsten Behrens  <thb@openoffice.org>  [be047b6fbe5e746b7bab183c908588b1e12d9ab1]

        #86988# Dialog redesign

2001-05-18  th  <th@openoffice.org>  [64a3c39b02ce19c779c79a3340f5b91aa25ddbbe]

        #87136# - Use 99 for unknown languages

2001-05-18  Oliver Specht  <os@openoffice.org>  [9ab79f19a16c1e0983ff0bbb98d642ebb726b3cd]

        #86988# GroupBox->FixedLine

2001-05-18  Christian Lippka  <cl@openoffice.org>  [e7b2e0368fe298e67116199a9797c0d8312555e4]

        #87003# on create of new printer use old item set as source if possible

2001-05-18  Sascha Ballach  <sab@openoffice.org>  [d0d58b8b0be68bd62c33ff3170c569186addcbfb]

        #79771#; little performance optimation for formulas

2001-05-18  Sascha Ballach  <sab@openoffice.org>  [4fbb8605a91ab1014d3ba6b2e10ddbbe655253ad]

        #79771#; fix a little bug in the performance optimation

2001-05-18  Christian Lippka  <cl@openoffice.org>  [9c5e7c2c4073ac0d6ae642699fa630be2ee57fdc]

        fixed item browser

2001-05-18  Andreas Martens  <ama@openoffice.org>  [6b1eae0334ba8bad7656a859695551ce51b62f95]

        Fix #87058#: Locked boraderattribut

2001-05-18  Stephan Schäfer  <ssa@openoffice.org>  [e254cf2f6039ab5a6785fa53be61f94aed645abc]

        merged rvp exceptionhandling

2001-05-18  Daniel Rentz  <dr@openoffice.org>  [ea5cb6cad5cb14bc824d09594ef926f3876923e0]

        #86988# dialog redesign

2001-05-18  Kai Ahrens  <ka@openoffice.org>  [67d2ff95ef0a0400a39a43a1713d75bf99ded9e1]

        #86115#: new effects for slide transition dialog

2001-05-18  Daniel Rentz  <dr@openoffice.org>  [01330574085a1232979e6197216e0f23762dabea]

        #86988# dialog redesign

2001-05-18  Kai Ahrens  <ka@openoffice.org>  [5ee1732aec27c7cabd950fbb51734f94ded9ffff]

        #86115#: new effects for slide transition dialog

2001-05-18  Ocke Janssen  <oj@openoffice.org>  [dc59c5fcb73ecd8ac7148bc441ee0ea19c52537d]

        #86528# size changes

2001-05-18  Daniel Rentz  <dr@openoffice.org>  [f40dc118b6a30709f7133084ec5212211eef03c0]

        #86988# dialog redesign

2001-05-18  Ocke Janssen  <oj@openoffice.org>  [370c89378b42d968967dfb4f9a63929de71ba881]

        #86528# size changes

2001-05-18  Christian Lippka  <cl@openoffice.org>  [42b04415ff98819aaf195ad80e9da8cee1c6d9d0]

        #86567# 3d objects now use same base class as 2d shapes

2001-05-18  Christian Lippka  <cl@openoffice.org>  [df63b3c8ff4d72765188f98fc635227b01f40137]

        #87098# calculate pause time correct

2001-05-18  Christian Lippka  <cl@openoffice.org>  [273eb71fef201b0cd15c7b770faf3d94f6a610fb]

        #87104# export pause logo state

2001-05-18  Sascha Ballach  <sab@openoffice.org>  [39bb761b876841dacdd0eeb19682fc8dee9461ae]

        #79771#; fix a little bug in the performance optimations

2001-05-18  Ocke Janssen  <oj@openoffice.org>  [b90646871dc68ff33179a244129bade45ec08a88]

        #86528# size changes

2001-05-18  th  <th@openoffice.org>  [180887145341f3d5a67b288fc4a4204e0a915893]

        #85378# - Raise dialog to user attention if another dialog is locked

2001-05-18  th  <th@openoffice.org>  [8d93aec62f3156e2b9fc17f9c8779c8b4ea5011e]

        #85378# - ToTop() works now recursiv for RESTOREWHENMIN

2001-05-18  Stephan Schäfer  <ssa@openoffice.org>  [f7a84c00ccb69f9c3e53009e2300a9a4d2da08de]

        merged rvp exceptionhandling

2001-05-18  Oliver Braun  <obr@openoffice.org>  [03bfc3263554d81fa5ef2601676407b129aff6f4]

        #87132# fixed type of buffer

2001-05-18  Frank Schönheit  <fs@openoffice.org>  [b3120ddedaf2417ac3331f916e3150346be68c0b]

        #86558# no load/initialize/reload necessary anymore (only load/initialize)

2001-05-18  Frank Schönheit  <fs@openoffice.org>  [10d78ec7c8c4b27ec0b5cfc0bd09b366efcf41de]

        #86558# when inserting a column while the form is already loaded, call the XLoadListener::loaded on the column

2001-05-18  Christian Lippka  <cl@openoffice.org>  [3dc12e9ffd25d6d0d1934538a916e8fcabc845ff]

        #86616# added missing caption styles

2001-05-18  Stephan Schäfer  <ssa@openoffice.org>  [617396cadbc80960ebe6a0154854ccb96525e280]

        #86486# rvp exceptionhandling

2001-05-18  Christian Lippka  <cl@openoffice.org>  [4fc923a13edc47d9f67af73b71cdb6e811f08e52]

        #86616# added missing caption styles

2001-05-18  Sascha Ballach  <sab@openoffice.org>  [f3249b38a82a53d97042d26d4d15c6ef06de97ad]

        #79771#; only ask for matrix if it is a formula cell

2001-05-18  Kurt Zenker  <kz@openoffice.org>  [5462a2dd544431af93e9952a75c051fd4f91f5d6]

        Merge SRC632: 18.05.01 - 07:13:45 (NoBranch)

2001-05-17  Hennes Rohling  <hro@openoffice.org>  [0b0fb05d0a78689b31e7444fd9f810c961fadd85]

        #87193# MakeAbsoluteURL must start with second token

2001-05-17  Hennes Rohling  <hro@openoffice.org>  [f593160f91bde5cce6b10d68a1bc8769968f19c4]

        #87193# MakeAbsoluteURL must start with second token

2001-05-17  Sascha Ballach  <sab@openoffice.org>  [955a5ba4b335cc8c99724099f2b266313997f49b]

        #79771#; makes the handling of annotations much better, and so the performance is better

2001-05-17  jp  <jp@openoffice.org>  [570b7a74791085cbab29d7d5c8d70ffd5a24234c]

        Bug #86727#: Autocorrect - call ChgToEnEmDash additional

2001-05-17  jp  <jp@openoffice.org>  [8977ab0b7d024937a4ab0fd2b282b98a387e9622]

        Bug #87131#: FillClipFmtItem - match EMBEDDED_SOURCE to do our own readable name

2001-05-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a4da56059653e8caa030d8e1ae10e01d127f68d1]

        #65293# separate JARDIR and CLASSDIR

2001-05-17  Christian Lippka  <cl@openoffice.org>  [24fec6459da60245dc2a99e22911170e233a2d49]

        #86616# added missing caption properties

2001-05-17  Martin Gallwey  <mtg@openoffice.org>  [033a4d7e7ec8f00c0d5e95ed806f8f1e3b820c66]

        #86409# Change storage method for encrypted compressed streams pretending to be plain text

2001-05-17  Daniel Vogelheim  <dvo@openoffice.org>  [dd8e3a2dfb4f95d66ef1b3ff197774ac86880e01]

        #86004# reduced number of calls to MultiPropertySetHelper::hasProperties()

2001-05-17  Frank Meies  <fme@openoffice.org>  [16b1dba452955b5e1f09a09f42d617cd5264f8df]

        Fix #87194#: Line break of multi portions

2001-05-17  Björn Milcke  <bm@openoffice.org>  [9fcb172e74f647d3b05e136f842f49a5285098ab]

        #86215# Include Table Number List

2001-05-17  Andreas Bille  <abi@openoffice.org>  [412eec32a4c7e30488de74119ca29be82df4af8e]

        Now also loading files without transformation

2001-05-17  Thorsten Behrens  <thb@openoffice.org>  [84a118166553a03027a3fba725c24330f7cf4c13]

        #86988# Dialog redesign

2001-05-17  Hennes Rohling  <hro@openoffice.org>  [32368a91e63a01cd62437469360dda76ced558b4]

        #87312#

2001-05-17  Kai Ahrens  <ka@openoffice.org>  [1a82487bedf79c2413badb1d35e96c3203920d71]

        added pause method for animations

2001-05-17  Daniel Rentz  <dr@openoffice.org>  [05eaf8e8c081981d4df58eac4d852d26b6062d77]

        #86988# dialog redesign

2001-05-17  Niklas Nebel  <nn@openoffice.org>  [8a7dec596a82a178c8b1dd2d35f98142e68b6991]

        #87088# XChartData set methods

2001-05-17  Malte Timmermann  <mt@openoffice.org>  [1b9cfadbc5f1a672c2689783e00e33a29600b877]

        #86321# There is no UnoControlImageButton

2001-05-17  Thomas Benisch  <tbe@openoffice.org>  [fb22bff9d8bdc544e5e7031ccd56e8cb1d6ffebb]

        #87026# customize BasicIDE control toolbox

2001-05-17  mm  <mm@openoffice.org>  [62e8b7de1f8090709dcc202a197aa16e6abd8d4f]

        #87115# WordBreak in RadioButton and CheckBox

2001-05-17  Malte Timmermann  <mt@openoffice.org>  [dbba7d3b2ae563ce288f116fa18e1346f4fa1e0e]

        #86320# new idl...

2001-05-17  Malte Timmermann  <mt@openoffice.org>  [37a2cbbf26a4897db022a959e00ea42db91b73a1]

        #86319# new idl...

2001-05-17  Björn Milcke  <bm@openoffice.org>  [09413ba22a6de8dd9a939a0a7b88096d8e65add4]

        #87095# FORMAT is deprecated

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [ff302494b41cc5e56eb06415e797b7df788275e4]

        #87182# overwrite connect for parameter checking

2001-05-17  Sven Jacobi  <sj@openoffice.org>  [89a28145689a1e7bfacf611ecaaa67a57a7790ce]

        #87191# do not always expand graphics to 8 bit, if they may also be stored in 2 or 4 bit

2001-05-17  Andre Fischer  <af@openoffice.org>  [ec81a958e9b7990a2671e13336da757da388bc66]

        #86988# Change of dialog box layout.

2001-05-17  Björn Milcke  <bm@openoffice.org>  [1d624dd12481a6a0db25f0dce239ed58472d4747]

        #87160# allow setting XLineStyleItem also as integer

2001-05-17  Juergen Schmidt  <jsc@openoffice.org>  [fab9e1c2466af247e225b30e7875ad5b56343365]

        #87190# remove exports.dxp

2001-05-17  Caolán McNamara  <cmc@openoffice.org>  [d3d70e48009b2cdd6686b78ec7c1c02548ef80fc]

        ##913## Export correct sizes in ole2 objects, fixes word's original size and jumping of editing helper applications

2001-05-17  Malte Timmermann  <mt@openoffice.org>  [9025f43795ce5942bb93414276207f9f09a66717]

        #87103# DECLIMPL_XSERVICEINFO

2001-05-17  Tom Verbeek  <tv@openoffice.org>  [87f8226e591fb7f8ca739966f0eca4a3cdac9c8c]

        #86112# added support for HID generation in util directory

2001-05-17  Malte Timmermann  <mt@openoffice.org>  [53e4fb2ba9a760f8a6e0c3ec33092a6c39bc0816]

        #86489# DTOR not longer inline...

2001-05-17  Tom Verbeek  <tv@openoffice.org>  [eb2659e0032ef6dd83ec2be0ffa31d4cae7bab2e]

        #86112# changed for new hid generation technique

2001-05-17  Thorsten Behrens  <thb@openoffice.org>  [9415002785078b3587cc779829f769a603427c47]

        #86988# Dialog redesign

2001-05-17  Daniel Vogelheim  <dvo@openoffice.org>  [8cd1280ce883bab14172d1c03064435bd53acf7e]

        #86004# obsoleted functional.hxx and less_functor incompatible changes in  #if SUPD > 632

2001-05-17  Sascha Ballach  <sab@openoffice.org>  [d68a65569c25d03444779edffb960fd1278aa8bf]

        #79771#; use the new tokens instead of xmlkywd.hxx

2001-05-17  Thorsten Behrens  <thb@openoffice.org>  [17acb4d5844607f3bcc17cfd844f3e3bc26fba8b]

        #86988# Dialog redesign

2001-05-17  Kai Sommerfeld  <kso@openoffice.org>  [73f4b00edf06691df1ea83ffcd5b0c463d2bb99e]

        Cleanup: Commented out unused code.

2001-05-17  Mikhail Voitenko  <mav@openoffice.org>  [bc6d346941964dcd59a4dfa2219b17534d5f19ca]

        #86777# move SessionInfo.idl and XSessionManager.idl to portalapi

2001-05-17  Sascha Ballach  <sab@openoffice.org>  [ee919d645472a4305badc76a0ad6e3f976077e7d]

        #86004#; remember created strings and add a method to delete the remembered strings

2001-05-17  Thorsten Behrens  <thb@openoffice.org>  [12a812cc1293fc274bc900f8141c36e73065dae1]

        #86988# Dialog redesign

2001-05-17  Sascha Ballach  <sab@openoffice.org>  [621a29acf729be81ef6d9cfbdc8a8606206809ca]

        86004#; add ResetTokens call to the destructor

2001-05-17  Daniel Boelzle  <dbo@openoffice.org>  [c817aa90c844fc0c4a62580cf7e987d107b50f34]

        #87052#

2001-05-17  Sascha Ballach  <sab@openoffice.org>  [f01daa9c4a88c24e3127e36431de9b62ea261b6f]

        #86004#; add xmltoken.hxx

2001-05-17  Gregor Hartmann  <gh@openoffice.org>  [145c77019127ead615df6427b75b21e6ddce4ac7]

        #86112#use real hidother.src

2001-05-17  Malte Timmermann  <mt@openoffice.org>  [6d1f30998b0fe0f7f3f9b90821a10dc8c8a3804a]

        #86269# StartSearchAndReplace - adjust selection

2001-05-17  Juergen Schmidt  <jsc@openoffice.org>  [2f0c2360541fbdb8a2cc8e5c6f78a447b6d333df]

        #87052# insert SAL_NO_VTABLE

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [7c8d8c069752a3489bf9eadcb9a14368211d07c6]

        #87163# no IgnoreAscii case when comparing entry names

2001-05-17  Thomas Lange  <tl@openoffice.org>  [f69d0e1fe2739bab1ff66dccce9e1b3cf8cebe4e]

        #86889# loading of symbols not done in SmDocShell constructor by default anymore

2001-05-17  Andre Fischer  <af@openoffice.org>  [877067d5b11c4d4fece96dd33b42be62ee5e85c1]

        #86988# Dialog box redesign (GroupBox replaced by FixedLine).

2001-05-17  Andreas Bregas  <ab@openoffice.org>  [e38b60b461f574cc5bf5cfe76c1463d5f7243f46]

        #86438# New RTL method GlobalScope()

2001-05-17  Thomas Lange  <tl@openoffice.org>  [81c92a81a26bc0fb985c398edfaeb22cda4bea57]

        #86889# loading of symbols improved

2001-05-17  Andre Fischer  <af@openoffice.org>  [950815b1bd4ca2e781cb88788302d63c1627fabf]

        #86988# Dialog box redesign (GroupBox replaced by FixedLine). #86815# Template is now terminated properly.

2001-05-17  Thomas Lange  <tl@openoffice.org>  [ed40993bc2fae72222af5c406dfdc209267b8868]

        #86889# order of property names fixed

2001-05-17  Andre Fischer  <af@openoffice.org>  [a955b0dbfbb64ac0c33b2c7931dfeb4abe58302b]

        #86988# Substitution of group boxes by fixed lines.

2001-05-17  Sven Jacobi  <sj@openoffice.org>  [a33136677e6780a40bacbfbd0add0dd47aee355d]

        #86988# dialog redesign

2001-05-17  Björn Milcke  <bm@openoffice.org>  [5fcc679789f7d1b6816d6d81d10f4c08c90ee092]

        #85719# Handle bitmap URL in special handler not in context filter on export

2001-05-17  Malte Timmermann  <mt@openoffice.org>  [44fa3bec7443c78950297fa277c22ce9f131451d]

        ##87072# Don't call Select in MouseMove, except StackMode

2001-05-17  Mathias Bauer  <mba@openoffice.org>  [a4abf1ef36c306cc48d81f8712f72194d28fe347]

        #86409#: ask storage for encrypted entries

2001-05-17  Mathias Bauer  <mba@openoffice.org>  [fb7a2aac2d5184ceb3a46df2fafc11a7bc0f5e40]

        #86409#: set encryption as property on root storage

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [b56dff6a002e1ea2a06beae447d8c90c46186246]

        use special ::rtl::OUString version of toLower

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [9f4c624c0ee757412d1d64c48742bd055d0eb040]

        #87163# new toUpper/toLower versions (using an ::rtl::OUString)

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [212c9c9a108b8d84ddb1d94f2834cf8dad9be74a]

        #87163# renamed the rtl versions of toUpper/toLower (MSVC 6 gets confused sometimes)

2001-05-17  Daniel Boelzle  <dbo@openoffice.org>  [14e2af323baf9560145de1dac89818a679a297d2]

        #87052# added SAL_NO_VTABLE

2001-05-17  Martin Gallwey  <mtg@openoffice.org>  [48297e47c29fba2c0cdfedee240ddf6a311d869f]

        #86409# fix typos in encrypted data import

2001-05-17  Herbert Duerr  <hdu@openoffice.org>  [b57529d6ba33cf3b8eecb8ba251b5d1ebc6acdbb]

        #86621# reduce virtual memory usage by handling font file mapping ourselves

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [3ede59c5fc8c06c9532f26224800f17957b8d788]

        #87163# new toUpper/toLower versions (using an ::rtl::OUString)

2001-05-17  Jörg Budischewski  <jbu@openoffice.org>  [bc6cd83a673452681f0aeb565ebd2ddbd37ebfb2]

        #87171# Calling OInterfaceContainerHelper::removeInterface with an empty reference does not crash anymore(it's still asserted)

2001-05-17  Kay Ramme  <kr@openoffice.org>  [ee19c132d5a001abaec5df0af2b7bd400c4b6a0d]

        renamed ThreadID; changed to new ThreadPool interface (#87110#)

2001-05-17  Dirk Völzke  <dv@openoffice.org>  [1192d29db8d95eaa9edcd45809a569a203635edb]

        #84092# Substituted Passwort with Kennwort

2001-05-17  Kay Ramme  <kr@openoffice.org>  [18d2636e5f058e7e1b0a5dd759251487d3b8a9f9]

        renamed ThreadID; changed to new ThreadPool interface; throws dispose reasong (#87110#)

2001-05-17  Mathias Bauer  <mba@openoffice.org>  [7a2bed8fa8b3e49dd5f40583160653cbb128eb78]

        #86409#: wrong flag

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [2e92a8b78d713e0480d50781ec44a8c6e307c6e1]

        #87163# use the CharClass helper for properly normalizing strings to search

2001-05-17  Kay Ramme  <kr@openoffice.org>  [7fc59714865b86b97bb6a1ae1d5e77e9d591aaaa]

        renamed ThreadID -> ThreadId

2001-05-17  Kay Ramme  <kr@openoffice.org>  [df146902e987ab40c8709b950f2575618d3acb87]

        new ThreadPool interface (#87110#)

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [dae60dbe891e0670da193996e14dbf675971063c]

        #86895# #86825# implTranslateValueProperty: special handling for EffectiveValue and EffectiveDefault

2001-05-17  Tom Verbeek  <tv@openoffice.org>  [cddd581300d8bf44a1d083fa17ea335cc23349ea]

        #78685# fixed sorting

2001-05-17  Daniel Rentz  <dr@openoffice.org>  [a0bc3d9b58d6dd8f8d7cefd61141bfa038f0443d]

        #86988# dialog redesign

2001-05-17  Kay Ramme  <kr@openoffice.org>  [d11b4028fdb88c5155e823f8bc33375ee6033797]

        fixed super type for interfaces without super type; fixed race

2001-05-17  gt  <gt@openoffice.org>  [53ced2f261c1d6b65783c86c15742801cb2f80d0]

        #86970# SvxMSDffManager::GetCtrlData(): abort when seeking out of valid range

2001-05-17  Daniel Rentz  <dr@openoffice.org>  [9d38c7de2b9fcd863f6330792a0e3e7d9390a5c0]

        #86988# dialog redesign

2001-05-17  Oliver Specht  <os@openoffice.org>  [e8ca86b3f103cd515d5bdbce17c5dd315917d49c]

        #86988# dialog redesign

2001-05-17  Daniel Boelzle  <dbo@openoffice.org>  [427b1735571cd21681bc0bd8a0bab2f87e8756e2]

        #87162# bug in moduel factory init

2001-05-17  Eike Rathke  <er@openoffice.org>  [6f077069185780e275228f749cbad69ceef45bad]

        #79771# performance: CreateStringFromToken: don't switch number formatter to/from English/native language

2001-05-17  jp  <jp@openoffice.org>  [c910e66f6dd80a6586892e25ebbb3c169dcf8eed]

        Bug #87145#: GetUndo-/-RedoIds returns the correct list of Ids

2001-05-17  Oliver Specht  <os@openoffice.org>  [e0c15b7553238f4cf504dbd586c6935714bf1655]

        #86988# oregdlg.* removed

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [e260270cfcb6d9fe7de2932630993ba6b1a077dd]

        #86859# ChangeFontProperty: translate COL_AUTO into a void Any

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [a4c2f70af77baf587ee388b0fb8b7a1e98494380]

        #86859# SetAutoColor: SetControlForground with the latest color when switching auto coloring on

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [88c9d1727818bf4c8ab6f9a8e91f51c7572abe78]

        #86859# SVTXFormattedField: adjust the auto color flag of the field after changing the text color

2001-05-17  Christof Pintaske  <cp@openoffice.org>  [177fb26f25c3e52d2b8c180fbcfeda82147cab01]

        #87107# handle XLookupKeySym lookups

2001-05-17  Jörg Budischewski  <jbu@openoffice.org>  [c1910d2b512d5924054a53bee2beb5c475784d39]

        #87127# do not try to open file on empty filename

2001-05-17  Caolán McNamara  <cmc@openoffice.org>  [f5fee6a54cec9e8a6d5504f5d058d293af7e765f]

        ##906## Correct mapping to unicode

2001-05-17  Nils Fuhrmann  <nf@openoffice.org>  [0a544eba30709a7fce9cc2e2ba016753399e9864]

        Fixes for encoding in list items #87134#

2001-05-17  Kai Sommerfeld  <kso@openoffice.org>  [3c46cc9ad7fa98db2e7d784d9a978173ec7069bb]

        #85225# - New implementation name is now used unconditionally.

2001-05-17  Peter Burow  <pb@openoffice.org>  [df168e02cc9c1c2aaff428955a1e3c25705e7b8a]

        fix: #87061# new class TextAttribFontWeight

2001-05-17  th  <th@openoffice.org>  [f3d2aba4de048c5681908681d6e1cb2bd2d11069]

        #87140# - GB_18030

2001-05-17  th  <th@openoffice.org>  [5a9c84fa67deebcc9463a099d7d33c9fa3870592]

        #87140# - int -> sal_Int32

2001-05-17  Jörg Budischewski  <jbu@openoffice.org>  [e3a03dea08deb16e6f609dd16646c60d8cf9de2b]

        #87127# do not try to open file on empty filename

2001-05-17  Thomas Lange  <tl@openoffice.org>  [1cddb369aca3b6196ba53f081c72600097ec598c]

        #87071# SetDocSymbol(TRUE) added in symbol import

2001-05-17  Niklas Nebel  <nn@openoffice.org>  [c4ae38f1f07a4b1b331f8cb77912531c36a41552]

        #87116# ScCellRangesObj::insertByName: ElementExistException if name exists

2001-05-17  Andreas Bille  <abi@openoffice.org>  [7851708af63f2fb051acecf0e32b2a775e44f485]

        Query results and module information

2001-05-17  Oliver Braun  <obr@openoffice.org>  [3d621cfe9da0291178f1ee30d80599744347a06e]

        offset to file pos should be signed

2001-05-17  Andreas Bregas  <ab@openoffice.org>  [86360790b986f8de74e5df45cc0d5fd9f53507af]

        #83281# Basic error message for exceptions

2001-05-17  jp  <jp@openoffice.org>  [6d950de35750d3008c940c076d10aa189d9ac4af]

        Bug #80651#: call InitJob at the printer

2001-05-17  Andreas Bregas  <ab@openoffice.org>  [692f42763d7baabfcb40f0100230e024233f8aba]

        #83281# Changed error handling for exceptions

2001-05-17  Andreas Bregas  <ab@openoffice.org>  [04ce68f40f9fd8c6ca0d8ba98fb5c61c65db7014]

        83281# Removed old debug code

2001-05-17  Jörg Budischewski  <jbu@openoffice.org>  [44043f457f1cda1ffc76556b6dd17d8a40be63eb]

        #87127# tests for access functions for bootstrap values added

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [790889b669b33c16c42f11b6dde1a6d28828489e]

        #86511# hold the type collection as pointer, not as object - allows construction in createDialog, where it can be guarded by the solar mutex

2001-05-17  Kai Sommerfeld  <kso@openoffice.org>  [388a712510d216f6a1dbe4f43c7b20688516dd31]

        Adapted to changed RTL string interfaces.

2001-05-17  Ocke Janssen  <oj@openoffice.org>  [9472185a918f24355f0fe4e00c0527914a309fc0]

        #86528# size changes

2001-05-17  Andreas Bregas  <ab@openoffice.org>  [248a47cc35787ea3aa916b4fc6e4e21a6f324f96]

        83281# Basic error message for exceptions

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [be3c769da15ff50bbe22984b93dad1d9952d695c]

        Merge SRC632: 17.05.01 - 11:12:42 (NoBranch)

2001-05-17  Andreas Bregas  <ab@openoffice.org>  [b1042715157358b9c3e02b34307e1f5e58462e4d]

        83281# Avoid NoSuchElementException in RTL_Impl_CreateUnoDialog

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [8a5c2e7c8f1271f8951805b7ab1ada7b44179d7e]

        #86509# acquire the solar mutex in all implHandle methods (needed for opening the dialogs)

2001-05-17  Frank Schönheit  <fs@openoffice.org>  [c9732a3f73078a85eb57f47ea0ad176afdb42d88]

        #86509# release the mutex before calling into the interaction handler

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [f86e20f37f9e5ac4c84b274782d653fdd2676ddf]

        Merge SRC632: 17.05.01 - 11:06:21 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [df9fcc5ad07acf4305a9dc1ac9cd497eca84dfe5]

        Merge SRC632: 17.05.01 - 11:05:27 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [0aa28d0db46feb0e0f255ccaeb72e0a35682f6b3]

        Merge SRC632: 17.05.01 - 11:03:27 (NoBranch)

2001-05-17  Jörg Budischewski  <jbu@openoffice.org>  [26417119ff0af3ccb789e8bd74fc6312bb9df88b]

        #87127# Access functions for bootstrap values added

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [a2c64d1e66360480484f64d5174b11ab5f56712d]

        Merge SRC632: 17.05.01 - 10:58:03 (NoBranch)

2001-05-17  Jörg Budischewski  <jbu@openoffice.org>  [04fbd92f8da3953d9277ee201307272deefb037e]

        #87127# command arg functions added, that ignore bootstrap values

2001-05-17  Jörg Budischewski  <jbu@openoffice.org>  [acb523abc63a454a3da5e6a3112a025cbcd7a150]

        #87127# Access functions for bootstrap values added

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [3a40a0a0dba59d945f8d08e649bce1e462666609]

        Merge SRC632: 17.05.01 - 10:54:57 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [c9d30d6e8dcb68566362ad2915e9e0b3db012b10]

        Merge SRC632: 05/17/01 - 10:54:14 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [d7cd8c70cc60d6672cb9b58abace87427e658f7c]

        Merge SRC632: 17.05.01 - 10:52:40 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [9de8b6317ed76a60103531f074026e2ab4ca63ec]

        #65293# Corrected for use under solaris

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [cc088fd8533a4547435b2ae18becf575029f8fd7]

        Merge SRC632: 05/17/01 - 10:49:40 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [a68b9ba389f2c3fb90f1d526351e702f4d2eeb74]

        Merge SRC632: 17.05.01 - 10:47:30 (NoBranch)

2001-05-17  Daniel Vogelheim  <dvo@openoffice.org>  [0319d3c43e12076e58f513dd8745f8ebb3075c1e]

        #86004# xmltoken.cxx included

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [a557f1b88fbd5b0cfc55953cd536b96d33ac3315]

        Merge SRC632: 05/17/01 - 10:46:56 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [976c91751f206eaf6e5c39f75e49840a1fb38566]

        Merge SRC632: 17.05.01 - 10:46:19 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [fdba6b883a484c8299e6f8434792be811fcd4b24]

        Merge SRC632: 17.05.01 - 10:46:17 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [5e670e9f7801c2600a345588d3ad4147cbe77fc7]

        Merge SRC632: 17.05.01 - 10:45:14 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [731d2d9c92545f82a8ccdf7c3ad274c3ab9922cb]

        Merge SRC632: 17.05.01 - 10:44:31 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [df9b9bb9211c2d178a3d42d36a5525c36b60e055]

        Merge SRC632: 17.05.01 - 10:44:17 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [c096c768a1c5641b901c353ee1dba33e3e10e632]

        Merge SRC632: 17.05.01 - 10:43:02 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [126521e51c8f701e760ccac0f14a924227e4e7b3]

        Merge SRC632: 17.05.01 - 10:43:00 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [b603d9b119b7d14873ced03357fada3c842bc7ee]

        Merge SRC632: 17.05.01 - 10:42:51 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [1d5b10f4b3a2bfc6e8b926e6d27417fb9600e5fc]

        Merge SRC632: 17.05.01 - 10:42:40 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [fafe0883017f127b2e63abc88ced02eb81d8f2bb]

        Merge SRC632: 17.05.01 - 10:42:00 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [c2a6642ad135f59073dc0eb824baf3bf9ae5c795]

        Merge SRC632: 05/17/01 - 10:41:58 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [85549a1d655cf059c92ea817d29b3deeaa78f91d]

        Merge SRC632: 05/17/01 - 10:41:24 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [ddf80029437a04efd2b2b1a8fbed1ea6545f164b]

        Merge SRC632: 17.05.01 - 10:40:58 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [28fbe929f3b18d095b8acfe4e7c6383e2eaf9a35]

        Merge SRC632: 17.05.01 - 10:41:50 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [92cd5bbf34d62a7f4b770d75d62aa1270828e896]

        Merge SRC632: 17.05.01 - 10:39:56 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [bceedcc848192e942d7bef1a6c986ea1d0dc2a0d]

        Merge SRC632: 17.05.01 - 10:39:52 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [71802b121c7e6dc1bf45a7c27bfe7d80a86c0a7d]

        Merge SRC632: 17.05.01 - 10:40:31 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [cf397ef82cee0992399717b976e20c05acb301d7]

        Merge SRC632: 17.05.01 - 10:40:15 (NoBranch)

2001-05-17  Sven Jacobi  <sj@openoffice.org>  [45fe83f73b94b960a0e3edc8b78800094dc3790f]

        #86988# dialog redesign

2001-05-17  Oliver Specht  <os@openoffice.org>  [edd6d3cc4a5cf035d268953319fbd4f753115dda]

        compare to sal_Char

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [69168d6537f1a8323c946cb2fd460bd6844df850]

        Merge SRC632: 17.05.01 - 10:38:47 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [8eb679449f1bc855bf370bf2d6eef9711beb9689]

        Merge SRC632: 17.05.01 - 10:38:55 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [b5ff3f2446267c56f1f890035a7d5c3437326ab8]

        Merge SRC632: 17.05.01 - 10:38:01 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [a61f8f59e4b18d199e706ba73038c9f4f8cf0cd2]

        Merge SRC632: 17.05.01 - 10:37:28 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [5f0be0182e04fc837465ca21a6a8f774f1016d35]

        Merge SRC632: 05/17/01 - 10:38:05 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [1febad92ea568feca641b37af8754a90940640a6]

        Merge SRC632: 17.05.01 - 10:37:52 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [831be57de5b6d10217ae5933be54deefb54dc2d4]

        Merge SRC632: 17.05.01 - 10:35:46 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [020b6c1e51c790f1b8c2cffbbc0e41fcfcc05056]

        Merge SRC632: 17.05.01 - 10:36:31 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [71d258da63203d5a95c5898fcd7d17b5da6fb3cb]

        Merge SRC632: 17.05.01 - 10:36:26 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [9d669a38ff659dc9e5734d87e6d2148015a81787]

        Merge SRC632: 17.05.01 - 10:35:35 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [4f3ea778adc6c87d68a3cba665e0cadde93ec725]

        Merge SRC632: 17.05.01 - 10:34:15 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [35b359278446bc331a995dffdf76ccbbb9c8ce39]

        Merge SRC632: 17.05.01 - 10:33:42 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [e394eed78ed77d20dab05881e8f620fa1b1a5a28]

        Merge SRC632: 17.05.01 - 10:34:12 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [83414c526fb2d1bb0632250d439c146cf153eb1f]

        Merge SRC632: 17.05.01 - 10:33:50 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [9c2cef693c96741b977b341d67695fb39c929e27]

        Merge SRC632: 17.05.01 - 10:33:28 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [ef455bc1a9a3d7d5e104a63475ed405d387030f2]

        Merge SRC632: 17.05.01 - 10:32:09 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [6cbc1aa4e7c5c8ef3971cc196285f377bb43cb76]

        Merge SRC632: 17.05.01 - 10:32:06 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [48171fe6ce6f4b38e5500eab64215dc8e9a58f3a]

        Merge SRC632: 17.05.01 - 10:32:14 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [a99d0284832af258f994e2f0950fcb3807af0a85]

        Merge SRC632: 17.05.01 - 10:32:14 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [cfe0b7509946294ec9246789eea1402b3e9a6ae4]

        Merge SRC632: 17.05.01 - 10:31:35 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [2c435bfa4d076f4d809fe89ea7c21d64b456f3f2]

        Merge SRC632: 05/17/01 - 10:30:55 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [21ff77feb2f7e6e5d6aa6ea016a54e0ec1ba3603]

        Merge SRC632: 17.05.01 - 10:31:21 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [f715d4af933ef8caace5df3c0fca505d8f45411b]

        Merge SRC632: 17.05.01 - 10:30:30 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [7b20f6e0ca7f20f4e441baffb7829f1d9807c585]

        Merge SRC632: 17.05.01 - 10:30:09 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [696d47d7735d42f6c7c967006d1cfe12c6d2f766]

        Merge SRC632: 17.05.01 - 10:30:16 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [9b892e377e91058cf8ee5e10d6c2763a716cc05e]

        Merge SRC632: 17.05.01 - 10:29:09 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [e71f4c657c5c9a675181ba09c06ba53b2de7cdc9]

        Merge SRC632: 17.05.01 - 10:29:51 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [e8205e744cbcdc15c21f04008112543090a04c96]

        Merge SRC632: 17.05.01 - 10:29:22 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [6a9f99a677fb817e15a9c6ad26481b1f043c8a88]

        Merge SRC632: 05/17/01 - 10:28:39 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [ebc4f8c38847a233202590cb4a642b3ada703c3a]

        Merge SRC632: 17.05.01 - 10:28:55 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [d79c25b7b5c89cfd99254b0a4f03ee68a1512ab9]

        Merge SRC632: 17.05.01 - 10:27:42 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [1c709f5b3ed4754dd26f7d4815283559725eddb8]

        Merge SRC632: 17.05.01 - 10:27:14 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [28c83e3163b5414acb9433e13633bf4c1abc5081]

        Merge SRC632: 17.05.01 - 10:27:20 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [4f931c8dc5337755cfa5b1961e178815a8ce5f09]

        Merge SRC632: 17.05.01 - 10:28:03 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [c2687e778325e6061b1249437d5f7f055e65db2c]

        Merge SRC632: 05/17/01 - 10:27:25 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [cc4e41ba5d066913bb40f0ad55c21d6640d814e1]

        Merge SRC632: 17.05.01 - 10:26:36 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [1c267676ce9c931589fb631cd3a3e035177918d9]

        Merge SRC632: 17.05.01 - 10:27:07 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [858eb9af81ec7a641a86126b7dda67c430f25474]

        Merge SRC632: 05/17/01 - 10:26:00 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [3d9fc22a808741163dcfb4df98a397093a3213cf]

        Merge SRC632: 17.05.01 - 10:24:58 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [9fb1ccefc02b21bf94aef70cfceff0182c0e8dd1]

        Merge SRC632: 17.05.01 - 10:26:02 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [19e5e8b754c87830bc229ae26e94038b70847567]

        Merge SRC632: 17.05.01 - 10:24:47 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [b5b60ae0bb7340a0cb26a545cdcedd939b9b11d7]

        Merge SRC632: 17.05.01 - 10:24:31 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [8a12d7bee5247b2d3fc71c2be98cf082ab23d2a5]

        Merge SRC632: 17.05.01 - 10:24:32 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [ff56b36a5e54eda7dc361eb8bba78aa7d8a7a848]

        Merge SRC632: 05/17/01 - 10:24:26 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [7200f2af363a0745c8807df026324b5ccb7dc5f8]

        Merge SRC632: 05/17/01 - 10:23:12 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [e6e6b94b3dc9059b645b8bf291a98e6070fad4a8]

        Merge SRC632: 17.05.01 - 10:24:02 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [80afc4b85638a36cabc2ab53247adcc80035d09c]

        Merge SRC632: 17.05.01 - 10:23:52 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [24a7916fb97d6ac6beaa150d74a03783861d7c08]

        Merge SRC632: 17.05.01 - 10:22:22 (NoBranch)

2001-05-17  Nils Fuhrmann  <nf@openoffice.org>  [39e18dd615bae44aa48d86d0814264e0b7fecf8d]

        Wrong encoding used by developer

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [f8b0f3e728106fd77fe58119d1217d8cffbe0e43]

        Merge SRC632: 17.05.01 - 10:22:49 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [4796e0b2d0460c9ea3c8015a4f6aa2020a2084da]

        Merge SRC632: 17.05.01 - 10:21:16 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [60485092722ad9c8cd96839186e6aae3dfd4f5de]

        Merge SRC632: 17.05.01 - 10:21:21 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [35cabf8af184d790cfe44ddd3fa445751eb14026]

        Merge SRC632: 05/17/01 - 10:21:12 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [1da30fcd2947ad7a0dc9bcf088ab1b7f24b5f0ad]

        Merge SRC632: 17.05.01 - 10:21:29 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [49acdd4381b3f3371bfdd2db777cad57fc1ff862]

        Merge SRC632: 17.05.01 - 10:21:12 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [960523d63883e01333a84c62ffda252270c3bdb2]

        Merge SRC632: 17.05.01 - 10:20:35 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [bbf0ae5f14be159e270241d823792ef89043675b]

        Merge SRC632: 05/17/01 - 10:20:28 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [459611e04f200bb9b5d252ba2b767b405961d3ed]

        Merge SRC632: 17.05.01 - 10:20:10 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [31e41877e58fa2732b8ecbfff57b2495a8ff8bdd]

        Merge SRC632: 17.05.01 - 10:20:31 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [69a454b0a025369455c048ae793221b76f0bf4d5]

        Merge SRC632: 17.05.01 - 10:19:33 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [67b19cb82628d67d8a4dcff3508fa6c1a7fa584f]

        Merge SRC632: 17.05.01 - 10:19:17 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [4315f1235f29f82ff2f1840a4d6cbd5c9a3748f1]

        Merge SRC632: 17.05.01 - 10:19:03 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [e3d992ed854ffec42de01ea860f8f3f7f19de03c]

        Merge SRC632: 05/17/01 - 10:18:21 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [4ac60ef787fa6e1fbc971211fa4dfb3e43399bbd]

        Merge SRC632: 17.05.01 - 10:18:07 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [c570550cc50bbe2f756ba307dbebfbd59a24aac8]

        Merge SRC632: 17.05.01 - 10:18:56 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [324ebf3692f139fdd2732495ab120a50911da4cb]

        Merge SRC632: 17.05.01 - 10:17:43 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [13af445218882b0992d09e09fd35c0c52a7fb889]

        Merge SRC632: 05/17/01 - 10:18:23 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [c39a8f9e9d585a004cab6c7e153e933c7a9c3c7f]

        Merge SRC632: 17.05.01 - 10:16:43 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [006845fface01c590fd5e7b832a3da78b02c902e]

        Merge SRC632: 05/17/01 - 10:16:05 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [680b32482908624b671eda7d352cebb12122228e]

        Merge SRC632: 17.05.01 - 10:15:56 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [fe076f94e72fe716965c8caf9f1f639ba5ce6fc8]

        Merge SRC632: 17.05.01 - 10:15:53 (NoBranch)

2001-05-17  Vladimir Glazounov  <vg@openoffice.org>  [9143a0e376231bd990fa74b9e3d8fd66865b3ee8]

        Merge SRC632: 17.05.01 - 10:16:39 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [cf1881e8fe55a5664c476c1902c1730a7ea1ce0b]

        Merge SRC632: 17.05.01 - 10:16:14 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [7e943b40dba7ebedce9e27db6cb6490991767bb3]

        Merge SRC632: 17.05.01 - 10:15:17 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [d2cbe7e97d422e86a13c62b456d68bac4eb1a3a8]

        Merge SRC632: 17.05.01 - 10:15:40 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [1d7fae207f9bcc0336052afd1f63876ea663767c]

        Merge SRC632: 05/17/01 - 10:15:23 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [40517687c129f584e3890d37634a1fb3c60c9a94]

        Merge SRC632: 17.05.01 - 10:14:15 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [257a88378838ff2a7fd02ff9c29755ef1e2a90ce]

        Merge SRC632: 17.05.01 - 10:13:59 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [1bb4a94545f977d7ae0902779b20290f7bdbf0a6]

        Merge SRC632: 17.05.01 - 10:13:05 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [fa6ff7df5688a16fc3a5660acc71b7f2093d77db]

        Merge SRC632: 17.05.01 - 10:12:45 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [158bc36bfc1c8b87913587706ad759c38172967a]

        Merge SRC632: 17.05.01 - 10:13:15 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [d2321e824b8eb8fca4dd54e8acfaa1cfe4d1e612]

        Merge SRC632: 17.05.01 - 10:13:30 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [021be8a43b78483126480775cf052e276e12eead]

        Merge SRC632: 17.05.01 - 10:13:19 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [2e16e232ea4bdc76969c7d5a6dd71cd1226ca31f]

        Merge SRC632: 17.05.01 - 10:11:52 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [005a71ebeabbc4337c54ca48ebc2948ca3c13b3f]

        Merge SRC632: 05/17/01 - 10:11:51 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [c5d9cf1eb9115c0b8d5b395da99560ce97fad156]

        Merge SRC632: 05/17/01 - 10:11:58 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [b099df09c578dda157350c199c209563824e2e73]

        Merge SRC632: 17.05.01 - 10:10:52 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [72a9a1eeb776cd1fc029c3de22fe56640f3c871b]

        Merge SRC632: 17.05.01 - 10:10:56 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [809c37c5e2b1857128c08aa544b4c8c11222aaa6]

        Merge SRC632: 17.05.01 - 10:10:53 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [2141ff549b4c47cc07e0bccf596f3aa13d018385]

        Merge SRC632: 17.05.01 - 10:09:42 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [9f3ddaf5bc254f34bf9c86571f2d343b619f7cfd]

        Merge SRC632: 05/17/01 - 10:09:35 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [7a51f7619a4e649957aa97447d5beeffdc9c8b34]

        Merge SRC632: 17.05.01 - 10:08:25 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [b0a57e15b88e48c266c0ade3995cd316b1252ffa]

        Merge SRC632: 17.05.01 - 10:08:33 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [64d13f1c94b6e1ad785ca496b02c1e70d8ca76e1]

        Merge SRC632: 17.05.01 - 10:08:56 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [28debcb1f6e44e513dbcc91c2a8b1301f88c4ac6]

        Merge SRC632: 17.05.01 - 10:08:35 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [11cf53467a4d8c33cc30c6dcdaa1f2cc6dc88df1]

        Merge SRC632: 17.05.01 - 10:08:34 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [4f20e8a051a9f079c718e36aa5ead13708661a66]

        Merge SRC632: 17.05.01 - 10:07:00 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [921f6eb85f3c2901e988f1eae14278df598f11ae]

        Merge SRC632: 17.05.01 - 10:05:54 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [daca8e75d0c2296dce321d527f7a0a19a0d0ddea]

        Merge SRC632: 17.05.01 - 10:05:33 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [4453a638431c0670e640fd3780c9c32f7021783f]

        Merge SRC632: 05/17/01 - 10:05:01 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [b7b901f0a1a300e680cc03300e7a87952b7bbb85]

        Merge SRC632: 17.05.01 - 10:04:07 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [2f1ba884c1511a847bb4a93055eb9cc33553b4f4]

        Merge SRC632: 17.05.01 - 10:02:17 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [4c1ccd6267d1e97fdde8b12d8333b38502afe6b1]

        Merge SRC632: 17.05.01 - 10:02:22 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [47f212c520a9cb249504dc1581e43e89dcb38d7c]

        Merge SRC632: 17.05.01 - 10:00:21 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [9e1cb455b0b7d32768c558f0174c758d4bbf3ac1]

        Merge SRC632: 17.05.01 - 10:00:39 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [24fbcc9f85ba3ee3b4b831df9157d69e3ffefcfa]

        Merge SRC632: 17.05.01 - 09:58:34 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [b5706f7cbb309d00e002339d106f3d56ee5e2d7c]

        Merge SRC632: 17.05.01 - 09:59:19 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [be7febcb021dcd71598517cea14c669ca47f1052]

        Merge SRC632: 17.05.01 - 09:57:59 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [5ea4d3ec80d5465da33028600c80a5677637336b]

        Merge SRC632: 17.05.01 - 09:56:40 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [fcb0f303e65cce94f6666fd97046c9b5f8e042e8]

        Merge SRC632: 17.05.01 - 09:56:38 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [ac8e84afb4cbac02b93ca9182736a4eda0472449]

        Merge SRC632: 17.05.01 - 09:54:49 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [598e087ef5181a2311e79c30ca75900ab378b4a6]

        Merge SRC632: 17.05.01 - 09:55:31 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [5c593c641170c2383fc888f56a1fced95a66e870]

        Merge SRC632: 17.05.01 - 09:54:16 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [99eecb36d047905d6cb62d08090971b0232f7d22]

        Merge SRC632: 05/17/01 - 09:53:48 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [cc2210e269a8c57df69962d1f355e1b842736730]

        Merge SRC632: 17.05.01 - 09:52:51 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [2c690535ca8b1f18524be1dade6947a782ba461a]

        Merge SRC632: 05/17/01 - 09:52:04 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [20e6f364eadb74e20d20da9150abf5936bc6de6e]

        Merge SRC632: 17.05.01 - 09:52:36 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [f63cdfc48fb0ae33e661fee93872bed40133632c]

        Merge SRC632: 17.05.01 - 09:51:47 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [4e6fe57efe2b51b9de729549395d7621707a8feb]

        Merge SRC632: 17.05.01 - 09:51:20 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [266dc1bfcb752f8b4782f78e6445b88d4926adb9]

        Merge SRC632: 17.05.01 - 09:51:37 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [8ff7a5c0ac50f1967c98772040633f39f5e4a983]

        Merge SRC632: 17.05.01 - 09:51:04 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [9db562fb13adc4c458b2feeafbf4f127d1220982]

        Merge SRC632: 05/17/01 - 09:50:21 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [4678efc08d59d25273b597ee1280fcfa7829b237]

        Merge SRC632: 17.05.01 - 09:50:42 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [99f6145782f6156d9eb170e5bc752249bbebed03]

        Merge SRC632: 17.05.01 - 09:49:50 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [2c841ce24770489d8e0fbce24d1a7a95536dd618]

        Merge SRC632: 17.05.01 - 09:49:05 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [13f9cd522e84602954b48ab899fd6fdcac4a2447]

        Merge SRC632: 17.05.01 - 09:49:43 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [9849f391f4122e9900f7085314748b8e9f949ccc]

        Merge SRC632: 05/17/01 - 09:49:01 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [ded03fc596d94ca5ddf141c0042246510673fdac]

        Merge SRC632: 05/17/01 - 09:48:31 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [1e057c9e8d6a54457688a7fefc920c4c15a618ad]

        Merge SRC632: 17.05.01 - 09:48:56 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [8eab2d5765b17e94ec50e74dddb252e5ff7ea2e9]

        Merge SRC632: 17.05.01 - 09:48:55 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [786ac0ea61acffcc17eac9b52247ee54eb381ef6]

        Merge SRC632: 17.05.01 - 09:47:38 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [67c1843149f756f2e79052ae2e9b8d69d78c2848]

        Merge SRC632: 17.05.01 - 09:46:29 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [5d2b5e256ab5be8d4f21fd32514dbe974c7a998c]

        Merge SRC632: 17.05.01 - 09:47:03 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [42b92b47337b376f5ee6d57d2f898434ec05bff2]

        Merge SRC632: 05/17/01 - 09:46:16 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [d5ee48100da847c7f8ad02d3be1621165ea828cc]

        Merge SRC632: 17.05.01 - 09:45:37 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [05f74cb19bb706367f22c16066ca215de9dad0b1]

        Merge SRC632: 17.05.01 - 09:44:01 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [f82641a7eae6cca016413affceb725d801d01e4e]

        Merge SRC632: 17.05.01 - 09:44:11 (NoBranch)

2001-05-17  Kurt Zenker  <kz@openoffice.org>  [fd0bde2f4fdccf354f4374fc698b8bca7f7195be]

        Merge SRC632: 17.05.01 - 09:42:46 (NoBranch)

2001-05-17  Rüdiger Timm  <rt@openoffice.org>  [05de5d608ff23aa4738dc95ce909be6815f7439a]

        #65293# include vcl/unohelp.hxx for MultiServiceFactory

2001-05-17  Ocke Janssen  <oj@openoffice.org>  [812e74019f16d90aab085061f071c3d4e095fb50]

        #86528# size changes

2001-05-17  Ocke Janssen  <oj@openoffice.org>  [367e22c38163e4ae9a407c5ebdc1ff20c23f70d3]

        #86528# size changes

2001-05-17  Oliver Specht  <os@openoffice.org>  [98b43366d54d975a589d8d901f0cd9c399d55ae8]

        #86988# dialog redesign

2001-05-17  Sascha Ballach  <sab@openoffice.org>  [b976d7e746d478c1ddf9f9b190ba258a59e371a9]

        #79771#; makes the performance of formula export better

2001-05-16  Eike Rathke  <er@openoffice.org>  [cdfc9c74dce834b1d7aa2d3ba1023c3fdc11ae33]

        #87076# made [VH]?LOOKUP functions work right (which means make them work like in Xcl)

2001-05-16  Eike Rathke  <er@openoffice.org>  [e710f2404c953989de819c573c40c6e09a987279]

        #87076# new: ScQueryCellIterator StopOnMismatch

2001-05-16  Eike Rathke  <er@openoffice.org>  [7ad4ec825872e6b10f25c66f8226826646baebbf]

        #78323# always initialize ScQueryParam.bRegExp to DocOptions value

2001-05-16  Eike Rathke  <er@openoffice.org>  [de0551891ad1c356af480fa75f698b8320a3a4f8]

        #78323# always initialize ScQueryParam.bRegExp to DocOptions value

2001-05-16  jp  <jp@openoffice.org>  [263be207c05f1a1801bcbab66640438a313a80a0]

        Bug #85853#: IntelligentCut - only for LATIN scripts

2001-05-16  jp  <jp@openoffice.org>  [3eea6320e130e284ea729d67405d4dd614415245]

        Bug #85853#: remove asserts

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [f50ec0bda2a4a6d55217bbc8e82e1a9ab3daaa9f]

        #86580#, #86953#, #86294#, make ReadUserDataSequence bullet-proof

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [3ca1946ed8205646f2933bcd2376182456c924d3]

        #86580#, #86953#, #86294#, We need to pass this parameter to the new ReadUserDataSequence too

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [3ebeb7aa2b6f66c2381f8487c97cda8c5cd8df48]

        Merge SRC632: 16.05.01 - 18:48:50 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [39dc2025e839615b8b58ba0e0b4dd8a172c24c84]

        Merge SRC632: 16.05.01 - 18:46:50 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [f6e2600fef08b8ba9c9fccf9d6051fe72656fb9e]

        Merge SRC632: 16.05.01 - 18:44:52 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [34c0aa6bbd3ea04628afd2cfec59dd82af639c75]

        Merge SRC632: 16.05.01 - 18:40:59 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [cf4a39e7ab6c8aa47e69e406cdefad56a8282e2f]

        Merge SRC632: 16.05.01 - 18:38:58 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [68262a9031a6f8a6a6c83bb07844a09b2c9923e1]

        Merge SRC632: 16.05.01 - 18:36:55 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [62f88d812fd4766bb95f901e77c653d7dca9ca8e]

        Merge SRC632: 16.05.01 - 18:34:53 (NoBranch)

2001-05-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cff74e4010a0cd2b92977838315d3a19dc09ba51]

        gui==win doesn't make sense

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [186fe88d2c98a8881f4cfc465f7c549b3b31ce26]

        Merge SRC632: 16.05.01 - 18:31:15 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [e349c80011404b770d2988047910e56793427a3e]

        Merge SRC632: 16.05.01 - 18:26:22 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [d27c2824418db73d896bf091831cbe247a958130]

        Merge SRC632: 16.05.01 - 18:24:21 (NoBranch)

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [0f928c494cab095d55c4e67b43432847868fb774]

        #86409# Add parantheses to clarify when exceptions should be thrown

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [0f2cd890346cec1b1565393985f243e26fc4f91f]

        Merge SRC632: 16.05.01 - 18:22:18 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [c3d8190f04862dac0c3780f19af960f7648ea2f2]

        Merge SRC632: 16.05.01 - 18:19:28 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [288c2e3930d67d5b761fe7af6afc7aa976462459]

        Merge SRC632: 16.05.01 - 18:17:28 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [20faaaf9a373e595bc03fb2f0ffe5e888e625b19]

        Merge SRC632: 16.05.01 - 18:14:45 (NoBranch)

2001-05-16  Tino Rachui  <tra@openoffice.org>  [b82dda32574d0d8633e2a6bf4d97cf5f84ff24a7]

        *** empty log message ***

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [b8f09d79cedf2ad38f2c6b7b1eeafcd6be870e8e]

        Merge SRC632: 16.05.01 - 18:10:57 (NoBranch)

2001-05-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [641ea1176548e473c44623c62b0cab23f42ecdb8]

        cleanup

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [40acb8c20e0d452c5e46aa256043e607efaa297d]

        Merge SRC632: 16.05.01 - 18:05:52 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [c0dfcb6f29fb4b42d9edf7e7bb93712b85ce9b6f]

        Merge SRC632: 16.05.01 - 18:03:46 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [e1221b89a24c356e929f898ead19879fb79073e4]

        Merge SRC632: 16.05.01 - 18:01:34 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [f5cf8278ecd7bc5367131c82c756fa7dd0a89be8]

        Merge SRC632: 16.05.01 - 17:58:19 (NoBranch)

2001-05-16  Tom Verbeek  <tv@openoffice.org>  [3801b870562990212730c14dab08c5e9e0e4e697]

        #86850# correct image preview size

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [4c78d16a27b0c5b73985c63393ad94d43275dcbb]

        Merge SRC632: 16.05.01 - 17:56:11 (NoBranch)

2001-05-16  Kai Ahrens  <ka@openoffice.org>  [1fc5e4cc438e24aab26251330cebb125df782a9b]

        #87097#: don't allow setting of graphics mode anymore

2001-05-16  Andre Fischer  <af@openoffice.org>  [fb4851bfa5f822327a35a5310736064c6fb6d199]

        #86988# Modification of dialog box layout.

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [28dac2f444dd01aed518240419fe49ea6bf83e17]

        Merge SRC632: 16.05.01 - 17:53:16 (NoBranch)

2001-05-16  Kai Ahrens  <ka@openoffice.org>  [54d10f3e68a3ceaabb4a054813ff72d05a5fea9b]

        #87097#: don't allow setting of graphics mode anymore

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [bb97d1f7dabe9f610d0e0afb25ac463a52eff120]

        Merge SRC632: 16.05.01 - 17:51:37 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [89479bc50c77e632756d3853b94d23bda9aa89a9]

        Merge SRC632: 16.05.01 - 17:50:51 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [40351193cc22397b0415dd1ee6d23a813fc8265e]

        Merge SRC632: 16.05.01 - 17:50:21 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [d93a18c46d10a01df9f8c831c2b242c6eac4ac8c]

        Merge SRC632: 16.05.01 - 17:50:02 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [918c54cd2a9096412079815e5e80357c36b40320]

        Merge SRC632: 16.05.01 - 17:48:26 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [16ac7621edac9ac447ffb1e5b4520db88f9ec144]

        Merge SRC632: 16.05.01 - 17:48:17 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [6aa288fed915373f99c9d470a272bbb98cf5dcd9]

        Merge SRC632: 16.05.01 - 17:47:49 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [2e45125ea0c4d395bd3a85270de4abc76d128465]

        Merge SRC632: 05/16/01 - 17:46:44 (NoBranch)

2001-05-16  Tom Verbeek  <tv@openoffice.org>  [50b654e3d4d3434ca9e51d1587b2d60f0d01c5de]

        #86850# better size for bitmaps

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [75e82e0878f8c8e68aa18a46426e3d244456c8f5]

        Merge SRC632: 16.05.01 - 17:45:35 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [e5ea8ce1587f8d6f2428556cd5876e3124a6bc99]

        Merge SRC632: 16.05.01 - 17:45:08 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [1a29e75b736b805c8778cc33ea7ccf782d599f0b]

        Merge SRC632: 16.05.01 - 17:45:30 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [1adfa2ea3f7f29e0329b22d365eaaa8111ce9a08]

        Merge SRC632: 05/16/01 - 17:44:33 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [e9e2561f755b3a96266603a71a8a5c784927c147]

        Merge SRC632: 16.05.01 - 17:45:00 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [9bc4a39d62963a52a8a67ca76ee8e2b8a4b533e6]

        Merge SRC632: 16.05.01 - 17:43:29 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [061e646f0270cacd863f54e06ab100bf85a82c8c]

        Merge SRC632: 16.05.01 - 17:42:24 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [a4af2a3badcedc3b3465d6a07fbab4249eb47b04]

        Merge SRC632: 16.05.01 - 17:42:00 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [99aa33cc2a5b245490af894b3de650baf8ba010b]

        Merge SRC632: 16.05.01 - 17:41:22 (NoBranch)

2001-05-16  Herbert Duerr  <hdu@openoffice.org>  [bb79ddde2b4d79baa562322f9290fbd555c0fa3b]

        #84761# adjust kerning values for display

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [b6685663607f1a97deca6210f6d46e75f5944195]

        Merge SRC632: 16.05.01 - 17:39:05 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [f0e3128bc64e2f0681f64b43201289ec2562fbaf]

        Merge SRC632: 16.05.01 - 17:38:49 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [ffa4a78b8ae759a9faa674f2dafbaa6bc1ee3eb7]

        Merge SRC632: 16.05.01 - 17:38:08 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [5dac122e67f80fd7eda32af69472c6fbb9ce2a0c]

        Merge SRC632: 16.05.01 - 17:36:18 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [ab54777e311f506de5460580ba1e6a2cdd1f57d3]

        Merge SRC632: 16.05.01 - 17:35:16 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [cbf3d11923733fd05a4f16ebfd0f8ee348188371]

        Merge SRC632: 16.05.01 - 17:34:20 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [7277fc2849160d79e9d2995ba4ca3339c08fe931]

        Merge SRC632: 16.05.01 - 17:33:26 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [e864f4cce4e31fe4e14f4874dc1fe783e9a0a5b9]

        Merge SRC632: 16.05.01 - 17:34:05 (NoBranch)

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [ac4c4a4f0b24fcfc876961d954023978ae16f491]

        #87065# +QUERY_VIEW_DESIGN_SAVEMODIFIED

2001-05-16  mm  <mm@openoffice.org>  [90db0c6a41e4f3286ef8aca03f7d892b863b6246]

        #87115# vert flag

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [a3bf8e716a54e086d6d61f71a463858ad7ac0325]

        Merge SRC632: 16.05.01 - 17:32:01 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [3a42b4415949ffe059e40ba54f44b7e3b73321c6]

        Removed using of the map-file

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [d03dd60d78239e90c14389614f4d54623236c614]

        Merge SRC632: 16.05.01 - 17:31:12 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [217a656df2761f7287bebdd735745bcd9323005d]

        Merge SRC632: 16.05.01 - 17:31:09 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [e16410d54c34f1fb6a185fa55cf6cf15bf71a51a]

        Merge SRC632: 16.05.01 - 17:30:29 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [76c23485a6717d3fb55009bbbd4565659c8510a5]

        Merge SRC632: 16.05.01 - 17:29:10 (NoBranch)

2001-05-16  Kai Sommerfeld  <kso@openoffice.org>  [ece1a7baa3ca3e61d6e21f80c051e37b512349fe]

        #85225#, #86018# - Updated to neon 0.14.0 - Reworked/completed property handling (PROPFIND/PROPPATCH), support for   'live' and 'dead' properties - Improved authentication, redirection handling - Implemented no-proxy-list - Lots of other small fixes.

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [5c2894849916dd59991e07ac3fd427a2fb1c15a8]

        Merge SRC632: 16.05.01 - 17:28:14 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [daff7b5c99ef0777d1a89f62ebf8e8f42a166b47]

        Merge SRC632: 16.05.01 - 17:28:46 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [7d1b7e5cb80845768d1a55a7fca30a71e934c2ea]

        Merge SRC632: 05/16/01 - 17:27:07 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [fbb742220e439a68d03c6d87907d91d4acaf40e0]

        Merge SRC632: 16.05.01 - 17:27:28 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [7580c91df67f1934700d2260bd116d3dccd60a2c]

        Merge SRC632: 16.05.01 - 17:27:05 (NoBranch)

2001-05-16  jp  <jp@openoffice.org>  [f17d119b9ff80d0d004d4fa9a51406442e6db0e4]

        Bug #87096#: GetState - use Numberformatter only if it's needed

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [206ce56f8ff5f79960828cb0e6d010bfc8ee430a]

        Merge SRC632: 16.05.01 - 17:26:18 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [5f9dd201d2a9305859b9088874f71427fa643bee]

        Merge SRC632: 16.05.01 - 17:26:09 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [8975a86c2e3080dfd1f077a8a51525b972a340b8]

        Merge SRC632: 16.05.01 - 17:24:45 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [db2412c287ee2877d1aeceec6e1a120b9856eee5]

        Merge SRC632: 16.05.01 - 17:24:34 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [a8f83a1581337def7dda480f63ef829abe239066]

        Merge SRC632: 16.05.01 - 17:25:12 (NoBranch)

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [9c81e6bed3dd3966e5b2b527c8d1efd341483b12]

        #87065# new 'save before leave' text for views

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [c1a9237f723f10774269d7faaabc3aabde4915ef]

        Merge SRC632: 16.05.01 - 17:24:45 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [8b9b2e9b64d05e158ae90afbb9bcaf586943525b]

        Merge SRC632: 05/16/01 - 17:24:04 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [8cff975a9a9279c5d5ae492f046f5295f78c212b]

        Merge SRC632: 16.05.01 - 17:24:41 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [accef5bb2b1bf4976f5a166431bc8189f7019fe7]

        Merge SRC632: 16.05.01 - 17:23:49 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [8c239ee05e8b54fe022129a2205bff7eb1c021ec]

        Merge SRC632: 16.05.01 - 17:23:07 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [40aadb815b022c85001047a93993ff969b937033]

        Merge SRC632: 16.05.01 - 17:23:01 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [3a64cf36f2fd392d2540a5d0aab63413b4977639]

        Merge SRC632: 16.05.01 - 17:22:14 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [81cbe8980ab0497bfa0088ac137712451713bff6]

        Merge SRC632: 05/16/01 - 17:21:49 (NoBranch)

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [bbfe721ff647a4380e75a8fae8ae63fa0e2d0280]

        Merge SRC632: 16.05.01 - 17:22:20 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [5206db5cbd9d532de86ba3f11b09df371cc1b230]

        Merge SRC632: 16.05.01 - 17:21:28 (NoBranch)

2001-05-16  Daniel Vogelheim  <dvo@openoffice.org>  [3d3cf3cddce69ef26510ac6df4981c30d07e2022]

        #86004# reworked fixed string handling as basis for further speed improvements

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [c08b1820a62adcfea5e80c23a838e245ebe590a2]

        Merge SRC632: 16.05.01 - 17:19:53 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [2e98b48ed69a0bf6be104fc53a3832dc046951d6]

        Merge SRC632: 16.05.01 - 17:20:14 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [80d66f5c5e872c8e713281917045285345024d85]

        Merge SRC632: 16.05.01 - 17:19:14 (NoBranch)

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [caee9d4d07fbae34a9b0f96a2ec0cfb744e1d302]

        Merge SRC632: 16.05.01 - 17:19:51 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [b3fd7136db43bd6429d87f12291b44a194d41baa]

        Merge SRC632: 16.05.01 - 17:19:06 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [7cd6e39e4146d0e31d9735d8a7b4256d9eba1271]

        Merge SRC632: 05/16/01 - 17:18:10 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [8e69c6bd6794d085400ad5e43c9855a0e5c0a0d2]

        Merge SRC632: 16.05.01 - 17:17:54 (NoBranch)

2001-05-16  Niklas Nebel  <nn@openoffice.org>  [638bc4b74891582a959549e4a92fbcd080b0d73b]

        #86786# WordLineMode, Relief in cell attributes

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [a04ea14c07d22de8ec088cd25f75f18bab072f78]

        Merge SRC632: 16.05.01 - 17:16:56 (NoBranch)

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [0b54068e51b0ba7f88e8da7275a4d9b91558c0f6]

        Merge SRC632: 16.05.01 - 17:17:31 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [9c6fec8614d3ae879f5b62ebdd7ad61aa1cb62a9]

        Merge SRC632: 05/16/01 - 17:15:40 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [324d128380681adf5bf403099c0239f27b7dd93f]

        Merge SRC632: 16.05.01 - 17:16:25 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [11b62975feb21ea44aef49be994a6c792959e931]

        Merge SRC632: 16.05.01 - 17:16:03 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [60462c0d53dcca1fe684d930c4b3b8bc7a51474e]

        Merge SRC632: 16.05.01 - 17:15:16 (NoBranch)

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [d5dfe1d448f672d2f20466683b6f78a01b86523f]

        #84686# added the XSelectionSupplier to the GridControl service

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [3b1d5e94c4fd77028ac612838c350f2c4d538979]

        Merge SRC632: 16.05.01 - 17:15:03 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [bb83e1c3627a4ed5674f58bcb9e44354d75a36ed]

        Merge SRC632: 16.05.01 - 17:14:08 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [5042ba64ad12bcfdbefe97558d2ca3f510f5bc90]

        Merge SRC632: 16.05.01 - 17:14:36 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [64127b93b442013ee80e8abc230903a7e96daac3]

        Merge SRC632: 16.05.01 - 17:14:12 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [874ab6ab045502f455da3e0c069a59ddd9a003c8]

        Merge SRC632: 05/16/01 - 17:11:10 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [b720b7abf615ea9eee97197ae80615d96800ecc6]

        Merge SRC632: 16.05.01 - 17:12:14 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [4616b2b31d68ce4bd0dc082266a6b4fa7d901e61]

        Merge SRC632: 16.05.01 - 17:11:58 (NoBranch)

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [8c1314df26e74fe15456b36367545504d9f9e58b]

        Merge SRC632: 16.05.01 - 17:11:36 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [c49b54a0b6948b13f5b2f77369bd231342821fbd]

        Merge SRC632: 16.05.01 - 17:11:28 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [d8bdb0d786ae99a269c6347a5d9879d06804d064]

        Merge SRC632: 16.05.01 - 17:10:36 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [7cd9f1a81178cc7c780a3d6053caab9bae1389de]

        Merge SRC632: 16.05.01 - 17:09:45 (NoBranch)

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [5ee057467678bc44d1db06aaec87628bf6d844cf]

        Merge SRC632: 16.05.01 - 17:09:01 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [29379864d582047d33597eaad3ed509473f34bf1]

        Merge SRC632: 16.05.01 - 17:07:30 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [c32b894f743f090748476d7455eab5fc4ed8194d]

        Merge SRC632: 05/16/01 - 17:07:23 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [67dc30aae2fc31701240a375fd0d8528ab09dc80]

        Merge SRC632: 16.05.01 - 17:07:14 (NoBranch)

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [1a2ef0f5e6f0d11e78ee52db5a41e8d0e43cfdaa]

        #87086# Make sure that the Medium gives us UCBStorages and not OLE ones

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [00b03fac8c88be7c74c32b2dff561aa1f3be2861]

        Merge SRC632: 16.05.01 - 17:05:02 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [b0b92edaa7d783dd341ce26b8357dcf4c27a5433]

        Merge SRC632: 16.05.01 - 17:04:35 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [e3908e0731b49dd0e31f484fddac9bafd272966c]

        Merge SRC632: 05/16/01 - 17:04:28 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [cc6cec89d7823117f6faca55ad09ef45d168f4bd]

        Merge SRC632: 16.05.01 - 17:02:51 (NoBranch)

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [18b54781690f149bb7b81cd0950ad712b75d3f63]

        Merge SRC632: 16.05.01 - 17:03:22 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [dc30200f074560483f65d880b5094b483c671a1e]

        Merge SRC632: 16.05.01 - 17:02:30 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [99dd8f1e505fe7777d6a272ccc41e6d64ad93410]

        Merge SRC632: 05/16/01 - 17:00:54 (NoBranch)

2001-05-16  Frank Meies  <fme@openoffice.org>  [129151c6d3c8ba223d2981f1b8cbf8a9261777ee]

        Fix #87079#: USHORT too small for Y coordinate

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [55a7da7a8b97dfd8cc73ebce328bae37f128e54e]

        Merge SRC632: 16.05.01 - 17:01:19 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [bd78cca169478dcca812778ea8c9ef1b35cc0ded]

        Merge SRC632: 16.05.01 - 16:59:31 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [04b368e9bd332783690c6e8b753585695ba1bb0f]

        Merge SRC632: 16.05.01 - 16:58:01 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [2f0b07756717dd1335ad4be4862fb3df4ff7cad5]

        Merge SRC632: 16.05.01 - 16:57:58 (NoBranch)

2001-05-16  Kai Sommerfeld  <kso@openoffice.org>  [aa7f11739dc4f6015324f99b0786e0923a06d475]

        #85225# - Initial revision.

2001-05-16  Mathias Bauer  <mba@openoffice.org>  [dc65636d80402207e58b97cb270c8bbba6de6a16]

        #86207#: restore old default for opening substorages

2001-05-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1db12d7ca177dbd587a77876b07b69e3f824afca]

        add: SOLARXMLDIR

2001-05-16  Mathias Bauer  <mba@openoffice.org>  [59707f047e24c2caa5772bff895f947d0e7beb78]

        #86207#: use OpenOLEStorage for copying OLEobjects

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [79b476a75cd49bc1ded569246943c6a9dc7a031f]

        Merge SRC632: 16.05.01 - 16:55:40 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [dcf5e0f075439d8f3489a392f18fe83d1850c194]

        Merge SRC632: 16.05.01 - 16:53:09 (NoBranch)

2001-05-16  Andreas Bille  <abi@openoffice.org>  [c16471c9bf6ce083a2f5a8e6c7489b47bc19be99]

        Completions

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [8a8df4f2a2e3c6502a0ac0ca5052bb3557d141ec]

        Merge SRC632: 16.05.01 - 16:53:13 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [9f455306921654bccd3e6d7d9d9553f0f1f6a65c]

        Merge SRC632: 16.05.01 - 16:50:47 (NoBranch)

2001-05-16  Ilko Höpping  <ih@openoffice.org>  [2a271be4028f310452cd51a0d45eece219c83de6]

        #87038# support for psprint zips added

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [5fcdf093a89043d05d5c88f395afafcd1e5dd58d]

        Merge SRC632: 16.05.01 - 16:50:30 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [ed749e1a31070c40881d07dfe808ff960f6497eb]

        Merge SRC632: 16.05.01 - 16:48:37 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [28d1fa458d3e17634404ed8164763403b2f4f26a]

        Merge SRC632: 16.05.01 - 16:47:37 (NoBranch)

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [efff2712c8f4c248470d4dc6026b28605a73b90f]

        Merge SRC632: 16.05.01 - 16:47:38 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [b48e4b56ffb2a25761396515addfa761d739173d]

        Merge SRC632: 16.05.01 - 16:47:31 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [96af4be2d3b77f07fe8a3d1f7db87a5b4520dc0f]

        Merge SRC632: 16.05.01 - 16:47:30 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [e58582150c0abf93297cd154849a0c14cbaa53f6]

        Merge SRC632: 16.05.01 - 16:46:11 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [03437ce7fce2fab6886412696a731e628821b91d]

        Merge SRC632: 16.05.01 - 16:45:59 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [04048b81342f035887da7c77b56f2fcd50a746ad]

        Merge SRC632: 16.05.01 - 16:45:55 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [422d476b6ed7e94b5fd2c40615e93d52c6fce55b]

        Corrected for use under solaris

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [474ab0c2456024bf06026adab525453e02358646]

        Merge SRC632: 16.05.01 - 16:44:00 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [6dc783537a898eedd4f734e7f4c0caf48fc8d19f]

        Merge SRC632: 16.05.01 - 16:43:36 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [78b876b962f6afbbd1867bdb56b6b9288a014eeb]

        Merge SRC632: 16.05.01 - 16:43:58 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [d4fe76cd35497ee1e956cbe8a1451b04b11ffadc]

        Corrected for using  macros

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [c7bdd1efe75a450c3c47ac8ce0ea773a817a707d]

        Merge SRC632: 16.05.01 - 16:41:28 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [99420965843f76dcb98966a3f2130cbcaddb09a8]

        Merge SRC632: 16.05.01 - 16:41:37 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [4fc2e6564b7924baf299ef7964cc2cf73fcb59f3]

        Merge SRC632: 16.05.01 - 16:41:17 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [347f2491068fb13e60aa4d2690476e8ba5556820]

        Merge SRC632: 16.05.01 - 16:41:27 (NoBranch)

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [36bce271d5ddd43eede928b7492621de9c577716]

        Merge SRC632: 16.05.01 - 16:39:53 (NoBranch)

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [57c285a595252149af1ddf405f0f90a03d9de9bc]

        Merge SRC632: 16.05.01 - 16:40:13 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [20f387ebc63e32dddb658f12fb2cd2b47d7fa2f6]

        Merge SRC632: 16.05.01 - 16:39:28 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [746657de4f171686b0e1e012ff8c2226a1ed230f]

        Merge SRC632: 16.05.01 - 16:38:10 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [0909c0b69d43792b67235a2a07f10c45364139c6]

        Merge SRC632: 16.05.01 - 16:37:02 (NoBranch)

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [ac15473d60d71429b4a812d47eb1fe3573a52868]

        Merge SRC632: 16.05.01 - 16:35:52 (NoBranch)

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [016fdb954ff7aa3a195b31d573c59bdafffabbd5]

        #65293# DBFILELIB changed according to makefile.mk (with DLLPOSTFIX)

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [fc85640e9f97d6b74b031edf0f8b792725386036]

        #84686# moved the FormControllerImpl to the base class

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [fab6cc7f9424d12455c8ed7d2e06d5e91be54c04]

        #84686# the browser controller implements a XFormController now - allows access to the UNO control for the grid

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [9bb24407fd46809d326b564306ca97dd531a93c9]

        #84686# layout

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [82e2d883dd3e897f126ec07cf503a1d93111b001]

        removed _fModeName

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [8a9d7aa7c24d9eada670455e2df6dac8fe5337cc]

        #84686# call a FmGridSelectionListener if the selection changes

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [127da007c19da1a4446d9353428e5bd7c3e8b87e]

        #84686# peer and control are a XSelectionSupplier

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [7662e72b3dfb6483c930b6ad2fc3f7dcfabce5b8]

        #84686# +selectBookmarks

2001-05-16  Christian Lippka  <cl@openoffice.org>  [009d586708ca2a251f6a9ded05d11ea252a16f98]

        #86465# added style-name to 3d scene

2001-05-16  Kai Ahrens  <ka@openoffice.org>  [d8457ab6ff55d161efa521e1ae8722f4bd4e5ec3]

        #86868#: ::GetPageByName fills BOOL, that indicates if found page is a master page

2001-05-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [671da70347eb6b97b06edc459b28fa0c7ce07380]

        odbcbase and dbfiles

2001-05-16  Christian Lippka  <cl@openoffice.org>  [ba4e589c397af6237a122434d72f6a239d9e6dc5]

        #87003# fixed printer binary settings import/export

2001-05-16  Kai Ahrens  <ka@openoffice.org>  [2a50aa9a04a957892bb223fb237dd811cfe62e08]

        #86868#: ::GetPageByName fills BOOL, that indicates if found page is a master page

2001-05-16  Christian Lippka  <cl@openoffice.org>  [b7f75e33990624fba7ae4532d3bf1f671b6aee2e]

        #87028# added background and background objects visible styles

2001-05-16  Hennes Rohling  <hro@openoffice.org>  [b2db0d2120b557fff6a8bf3dff8ac3303a9884a0]

        #TFU630#

2001-05-16  Christian Lippka  <cl@openoffice.org>  [4431ac7883d4c7d22ebb6c3c64f3ff9508e102b0]

        #87028# added background and background objects visible styles

2001-05-16  Tino Rachui  <tra@openoffice.org>  [ab8782803e87ab4b00d0347bfa83c636ee2ac96b]

        *** empty log message ***

2001-05-16  Thomas Lange  <tl@openoffice.org>  [b68faeda4635e721b797c0c293c9c53bdb1c9922]

        #86986# 'SfxFileDialog * CreateDocFileDialog()' declaration removed

2001-05-16  Dirk Völzke  <dv@openoffice.org>  [3e6fa1a9fd364106849f0ab47266de2a9e4b11e3]

        #84092# Added support for password

2001-05-16  Tom Verbeek  <tv@openoffice.org>  [81b5d8ea598073a918a85b97ae806201e5f2825a]

        #86381# removed wizardmenu and newmenu because this functionality is now handled via configuration

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [4e52846aa37de525c31f2bba7c448869561e2134]

        #65293# DBFILELIB added

2001-05-16  Ocke Janssen  <oj@openoffice.org>  [1d45a57ec7808ef828feb203e89c85949be6f558]

        #86528#

2001-05-16  Andre Fischer  <af@openoffice.org>  [210f2d3008ab20925fae04cdf071c55c6b5ef85a]

        #86988# Redesign of dialog boxes.

2001-05-16  Ocke Janssen  <oj@openoffice.org>  [c72a46b0a99a58fc4245182a8ab4ec9f5998d97f]

        #86528#

2001-05-16  Nils Fuhrmann  <nf@openoffice.org>  [56f5a5be2110f46a5b20a1f04b3685b4bf0d9a29]

        Fix for merging with incorrect lang ids, repairment of wrong merged files

2001-05-16  Mikhail Voitenko  <mav@openoffice.org>  [5d4ec2155e95d7a6d58ffd05f4bc6dd7797aa000]

        #83779# do not even create object of class StorageItem

2001-05-16  Tom Verbeek  <tv@openoffice.org>  [3c9942db1ccb44392be1261061dd2335898149e2]

        #75761# fixed sorting of webwizard and calc styles

2001-05-16  Oliver Specht  <os@openoffice.org>  [3fe61f2c354b404e5c782bd633f31dd9b8a9778b]

        #65293# Drop/QuryDrop removed

2001-05-16  jp  <jp@openoffice.org>  [76110fa69a6e30b87cf924a3016bafa49181016b]

        Bug #86929#: set only needed transliteration flag on the searchitem

2001-05-16  Dieter Loeschky  <dl@openoffice.org>  [d909011bfbbc84b4d33540da865ee6bed14dd45e]

        #85804# SaveCompleted(): set OutlinerParaObject

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [90edbc837cebcf6a5ce2f93695f9e5a0f0017866]

        chg. len -> getLength

2001-05-16  jp  <jp@openoffice.org>  [1bc4c406b3864c08a5763bec7cec64c0a938e149]

        LOWER_CASE_CHAR -> LOWERCASE_LETTER

2001-05-16  Hennes Rohling  <hro@openoffice.org>  [16c9d5cb18601706f317203f9ba477bdaa7a46ad]

        osl_createDirectoryItemFromHandle removed

2001-05-16  Vladimir Glazounov  <vg@openoffice.org>  [92120354c79ab048f82019e26f7a536a780d8efb]

        Changed use of sal_Bool to bool so it works on Solaris too

2001-05-16  Daniel Boelzle  <dbo@openoffice.org>  [8977c7a2fe82cd2176e0c2e7f989e5a7cbce5ef1]

        #87048#

2001-05-16  Andre Fischer  <af@openoffice.org>  [f2b6ab09e434b66ff52c79cc37bcaaf82969416f]

        #86988# Updated indentation widths of dialog box elements.

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [1b6ff1b3cde11bd54f58583683b67bbe833d27ca]

        #87071# some changes contributed by TL to facilitate symbol import/export

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [3974f56633ce539f837a59aa841d7a8ee6183b62]

        #87071# changed implementation to use CL's PropertySetHelper and removed _bad_ XPropertyState interface

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [0435ed6c0b4c190ba2dce7c4046c7c3473b5631b]

        #87071# Made settings import/export use CL's new PropertySetHelper class for speed...also update some method calls according to Thomas Hooseman's changes

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [5715f4ec2adc799e983d2e4538722c89cb395c21]

        #87071# some fixes contributed by TL to facilitate Symbol import/export

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [f6c274b36f2b160d6fd365393651bdb11e101cee]

        #87071# make unomodel use CL's PropertySetHelper as it is faster than the previous implementation

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [29b80701a330bb683d2ed80ed5230193a3904ae0]

        #87071# dump SymbolDescriptor headers

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [82b7f83ca0465fca9436e4c0b8d813827dcd7460]

        #87071# moved usage of aChar _after_ declaration of aChar :)

2001-05-16  Daniel Rentz  <dr@openoffice.org>  [f258d51dcd24906e27901c48e887abad929ac90f]

        #86988# dialog redesign

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [6546d1a1a0aa87616ec44c397f90da0fd3ff2548]

        #87071# dump SymbolDescriptor header and removed unused CXXFILES section

2001-05-16  Andreas Bregas  <ab@openoffice.org>  [203b5abbf79019f0523fbeea3234244d2a25780b]

        #69094# Redim preserve: Allow all dimensions to be changed

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [20886ee4e92d62d921818d23d2bde8b395fe68ac]

        #87071# added SymbolDescriptor export

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [2e1c85fd5031a1b64c5de8f95c2e6ad25ab53d1e]

        #87071# added conversion of Sequence <PropertyValue> into Sequence < SymbolDescriptor > for math symbol import

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [24e6908fa5f97a26c84cccb3e7eca3be548aaecb]

        #87071# moved forbidden character enums to here and added symbol descriptor enums

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [9bb2e640b5f281e33e239c8c2420918ce8b7f8a3]

        #87071# added SymbolDescriptor to the makefile

2001-05-16  Martin Gallwey  <mtg@openoffice.org>  [d1822454853481bc02067b0dbfb4224bae12fb26]

        #87071# need a struct so I can pass this data around using the API

2001-05-16  Michael Brauer  <mib@openoffice.org>  [24ba006ec9cc4f5b7f323ee1bac4011024e0ab1d]

        #87041#: Don export default tab stops

2001-05-16  Sven Jacobi  <sj@openoffice.org>  [7b2cf3a28563d809d9b8d5c10f6c25674f33a015]

        #86988# dialog redesign

2001-05-16  Frank Meies  <fme@openoffice.org>  [bacf07be742adc6dfb0e947404f28788953dcc91]

        Fix #86601#: Line break behaviour of rotated portions

2001-05-16  Herbert Duerr  <hdu@openoffice.org>  [6c516ab3fdf51e11600cc446be12af60e1e434db]

        #86730# fix character width for bVertical

2001-05-16  th  <th@openoffice.org>  [19745f1e654b90c2bbe3d65b2929cfadd600bfde]

        #86730# - EmphasisMark position is now correct in vertical Layout

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [bda2b196196e40479e28fbf8f10cf1183d1b7dbd]

        chg. ldump2 -> ldump4

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [58037eb3f322eb2d75988b586353c1641636518a]

        chg. ldump2 -> ldump4

2001-05-16  Thomas Benisch  <tbe@openoffice.org>  [f192142106581b1afebadd112601e0de5bdd3342]

        removed drop, querydrop

2001-05-16  Eike Rathke  <er@openoffice.org>  [7f21d19db00855215838af463b44e29947bfb0e4]

        #78323# new: ModifyOptions: recalc if enable/disable regular expressions in formulas changed

2001-05-16  Eike Rathke  <er@openoffice.org>  [228b651bce9ee9df2db5c3f47ca50e4314c464fb]

        #78323# new: config option enable/disable regular expressions in formulas

2001-05-16  Thomas Lange  <tl@openoffice.org>  [ed3212bbd6c5eb7a93e3f51d29dde4d4fe8c2671]

        #86533# linguistic startup/file access optimization

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [113915371db37040407a3553fa7f32c8b914a93b]

        new version for SRC632

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [35914a4a95c2b49a65a87faf682d81da965d9231]

        new version for SRC632

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [4862987b86e406a320c74c367fc825ffe36bf021]

        chg. len -> getLength

2001-05-16  Armin Weiss  <aw@openoffice.org>  [3816e0bd9bc7108b65db3082e455ef0e47b5bc29]

        #86616# for correct edge rounding import mnRadius needs to be initialized

2001-05-16  Kai Sommerfeld  <kso@openoffice.org>  [28e24216a539bb69b164a096318af31619900f1f]

        #86409# - Added support for property "HasEncryptedEntries".

2001-05-16  Dirk Völzke  <dv@openoffice.org>  [8a90a2b2281ec1951d65d2372929f34e022dac4e]

        #86645# changed send mail command from executeMail to officeMail

2001-05-16  Sascha Ballach  <sab@openoffice.org>  [8d0625fa164ef01008bcb29c6dd4fdf98fb94cff]

        #79771#; remeber found NumberFormats

2001-05-16  Kai Ahrens  <ka@openoffice.org>  [b38e2a366c73b1b476604bf5f8d201051d31c278]

        #85034#: changed control arrangement in resize handler (splitter not repositioned)

2001-05-16  Sascha Ballach  <sab@openoffice.org>  [ed68fd1e46bbdf146d252d84bede7b4305df2c40]

        #79771#; some other little performance optimations

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [445ef5c253127d1f8a84ade2ad99bb8b1d100e74]

        #87037# Config requires system notation / correct loop ranges / Init: RemoveFreeIndex after doing the complete loop

2001-05-16  Eike Rathke  <er@openoffice.org>  [9a198db73363ac99941092b49e526fd2cf74a086]

        #78323# new: PostDocLoad: regular expressions in formulas disabled if imported from Excel

2001-05-16  Lars Langhans  <lla@openoffice.org>  [303e76f1b17efb569ee89fb6188b27357368020b]

        change wrong getElementType changes

2001-05-16  Peter Burow  <pb@openoffice.org>  [3b8b38d5e71f4711554933b1d4a0aad0c51fab56]

        fix: #86436# start page only when HelpId == 0

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [e5f2d658db61aa3a1f6603e7c9c2f2879f2d90fb]

        chg. len -> getLength

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [f429324b10f1d1350a5ffec8c20295b2cd4005cb]

        #65293# add SwXDocumentSettings to EXCEPTIONSFILES

2001-05-16  Dieter Loeschky  <dl@openoffice.org>  [ced4738251585b88d9e806b4646d9bac5420e301]

        #86531# SwitchPage(): get correct MasterPage

2001-05-16  Rüdiger Timm  <rt@openoffice.org>  [f4ce61b60806edd7821381054e671df28929767c]

        #65293# sfx2/explorer.hxx removed - it's obsolete

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [77bbd250b813dd3b51bbc8a5413a2ae6cd08f052]

        new version for SRC632

2001-05-16  Daniel Vogelheim  <dvo@openoffice.org>  [ccebb74e0dd5dc69c5f939aaffea9dc2fa92a5e3]

        fixed asserts to actually use existing variables

2001-05-16  Thomas Benisch  <tbe@openoffice.org>  [cce9ce1f3fa9228f7ede92b528dd10ca4f73bd96]

        #87026# customize BasicIDE control toolbox

2001-05-16  Thomas Benisch  <tbe@openoffice.org>  [abf4a0e9e0bf1987a0dc003f1568f53954beabd1]

        #87026# new control names

2001-05-16  Frank Meies  <fme@openoffice.org>  [5c948b017bddc5be9c9986fad65f8ca00826aa69]

        Fix #86988#: Redesign of dialogs

2001-05-16  Ocke Janssen  <oj@openoffice.org>  [60c3fd46a902bea03a02fe8a4ae447bda10716a2]

        #86528#

2001-05-16  Kurt Zenker  <kz@openoffice.org>  [265d9e2a60aaf65768e250d5e0fdc0bdb0dcd2de]

        new version for SRC632

2001-05-16  Frank Schönheit  <fs@openoffice.org>  [18ada70c625a52d021a5e628a4001609d16aafc1]

        #87043# document XLoadable

2001-05-16  Michael Brauer  <mib@openoffice.org>  [259b2820f2fbdb899dc67f43cb5fdfa4f50fe466]

        #87040#: Page number is not required for styles

2001-05-16  Oliver Specht  <os@openoffice.org>  [a49c768d3f1068b4e931d103bbbfcf4aeb0cb924]

        #86819# invalid assertion removed

2001-05-16  Dieter Loeschky  <dl@openoffice.org>  [db3dc795dc76eb8a5f281abb936234ec6edfb158]

        #86999# Set default for SvxCharReliefItem and SvxEmphasisMarkItem

2001-05-16  Nils Fuhrmann  <nf@openoffice.org>  [a5f4f5caba10d5755bb3347b4cd4cbeb7d73cc88]

        Fixed handling of UTF8 switch

2001-05-16  Dieter Loeschky  <dl@openoffice.org>  [4f0640498c38ca11196ab1a69296d17be1ca9396]

        #86999# Set default for SvxEmphasisMarkItem and SvxCharReliefItem

2001-05-16  Dieter Loeschky  <dl@openoffice.org>  [d9711640eab750cccd1da00d3b91edace85a04d6]

        #86999# + SvxCharEffectsPage

2001-05-16  Daniel Boelzle  <dbo@openoffice.org>  [94008d1cb7a173bc16040c44021dae22cf5724aa]

        optimizations

2001-05-16  Herbert Duerr  <hdu@openoffice.org>  [f44ee7d855351166fed6272ae7c06bb6c6c63568]

        #87046# enable builtin rasterizer for OO

2001-05-16  Oliver Specht  <os@openoffice.org>  [6dafca48fba211ed4a92cc1caf9e301019a80833]

        #87015# SwXDocumentIndexEntry::getPropertySetInfo corrected

2001-05-16  Oliver Specht  <os@openoffice.org>  [87ea10934e2d4dd5cb540eefe673db3af34d738a]

        #86954# HelpIds copied

2001-05-16  Andreas Bille  <abi@openoffice.org>  [8b8926aeba974cf07fdbaf121a11ef8a2c3c23e0]

        Initial revison the C++ help provider

2001-05-16  Oliver Specht  <os@openoffice.org>  [3e99b2d927a7a762f70f4841cd6168da0451addc]

        #86940# positions and sizes corrected

2001-05-16  Oliver Specht  <os@openoffice.org>  [c732170280e6584634af7450b9c06dcd01bdff5d]

        #86940# positions and sizes corrected

2001-05-16  Sascha Ballach  <sab@openoffice.org>  [f3c27108ced92f44febaaab0c2c7cdb69f15310f]

        #79771#; remember XCellRange for every table

2001-05-16  Tino Rachui  <tra@openoffice.org>  [d7fd8d3539e0e3ed1d11fdbb8c330392bdcac6f7]

        *** empty log message ***

2001-05-16  Oliver Specht  <os@openoffice.org>  [eada195679459be98e2170d41946b008f1b81890]

        #86940# positions and sizes corrected

2001-05-16  Oliver Specht  <os@openoffice.org>  [ff1cfa6e73ce412366f9b72c0f4f4940128ad297]

        #86940# positions and sizes corrected

2001-05-15  Eike Rathke  <er@openoffice.org>  [b52b07f378e4d81b018290d3492efd23da1f0c0d]

        #78323# new: config option IsFormulaRegexEnabled

2001-05-15  Ping Liao  <pliao@openoffice.org>  [2b80218a16e4e7a9ea04c33aa8b63cca82f7b033]

        Added a fprintf within the DEBUG block right after the dlsym call.

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [993d99d9186f81acf36cb6d3ba2693cc78139e17]

        new version for SRC632

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [97889759a47f8aac76c2d145d160f9461d82ec79]

        new version for SRC632

2001-05-15  Eike Rathke  <er@openoffice.org>  [467332c9be8a5c720b5817f7702b9be43e2c000e]

        #78323# new: bFormulaRegexEnabled; config Office.Calc/Calculate/Other/RegularExpressions

2001-05-15  Eike Rathke  <er@openoffice.org>  [59a513db450fa6d0a4d7a4f7d5fd6a3d10b8b358]

        #78323# new: bFormulaRegexEnabled

2001-05-15  Eike Rathke  <er@openoffice.org>  [c49c903f3b56d0aa4bcf434bc3d68cb01c120ef4]

        #78323# new document settings property RegularExpressions

2001-05-15  Eike Rathke  <er@openoffice.org>  [cc0a6bd860638387d4671dfec7d23d4dd8fff255]

        #78323# new document settings property RegularExpressions

2001-05-15  Sascha Ballach  <sab@openoffice.org>  [1e860a597d11f10e189d11e024369f71af24f853]

        #79771#; makes the performance of import of string cells better

2001-05-15  Gregor Hartmann  <gh@openoffice.org>  [61d98d53d1dbaf1ea1afb1e7a287ba82371ac18a]

        more transparency building hid.lst

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [225a4606960f1887fd371d9495a855c5e7c8df1b]

        equalsIgnoreCase -> equalsIgnoreAsciiCase

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [daf70d27603b16af74dbb191ec24206aca7e642d]

        equalsIgnoreCase -> equalsIgnoreAsciiCase

2001-05-15  Sascha Ballach  <sab@openoffice.org>  [5711130c1a2168cf9f7befd1df2342a067419fb0]

        #79771#; makes the performance of import of string cells better

2001-05-15  Hennes Rohling  <hro@openoffice.org>  [38332f88bfc5bcc6e6b98b63d700a24c4c74c773]

        osl_getRealPath no longer exported from SAL

2001-05-15  Oliver Braun  <obr@openoffice.org>  [2f632e64bb6d7725c7d584b1e8ef5726f5738d0c]

        do not check uninitialized parameter

2001-05-15  Oliver Braun  <obr@openoffice.org>  [5874289d2f2c3015f282f5f55a3dc8acea2db4d9]

        set _pData member to NULL when releasing

2001-05-15  Hennes Rohling  <hro@openoffice.org>  [4d833488307f62b5267035c717d4288b8df66aa3]

        osl_getRealPath no longer exported from SAL

2001-05-15  Ilko Höpping  <ih@openoffice.org>  [afdb14a54990f41a8c38b367b8520304e298022a]

        makefiles for psprint added

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [b66f73d7d1a9af66b56fca3cbf36c37617b2b3f1]

        #86409# Allow EncryptionKey's of any length

2001-05-15  Frank Schönheit  <fs@openoffice.org>  [7a14771eba518983d6124d8eb498c9c50b3e5dba]

        #86976# flush in disposing

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [adaf24e004674ef5b4992211c47d3c8c3a5c8be4]

        #86409# Support 'HasEncryptedEntries property

2001-05-15  Daniel Vogelheim  <dvo@openoffice.org>  [14c071185583e46ca71bc01d879841cd03eaf6aa]

        added spaces for beauty and prevention of character substitutions on silly compilers

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [e7b921bd37bae6bd226f8bcfd645fa5a80db5375]

        Add bHasEncryptedEntries property

2001-05-15  Gregor Hartmann  <gh@openoffice.org>  [c3362358cbeaffd428d0fe4e61ef04bf950bb44b]

        #65293#

2001-05-15  Frank Schönheit  <fs@openoffice.org>  [787d01891a2e88f5b4c2fe6347e4f1aea9f81126]

        #86991# save the current (modified) settings when inserting a new data source

2001-05-15  Philipp Lohmann  <pl@openoffice.org>  [531e4574144c0d51259710bfb7fe0d9df1ea47d0]

        switch default build to psprint

2001-05-15  Frank Schönheit  <fs@openoffice.org>  [c7958b013cac420fafb91cb7dbfa0525306eb5a2]

        #86991# +prepareSwitchDatasource

2001-05-15  Andre Fischer  <af@openoffice.org>  [393d11b4ed210104b12013d90beee91cac36c1c7]

        #86988# SvxXLinePreview's border is drawn now as thin black line.

2001-05-15  Rüdiger Timm  <rt@openoffice.org>  [c6106a44f454f63cad61d17b954ec0760607ea3e]

        new version for SRC632

2001-05-15  jp  <jp@openoffice.org>  [18b1c1b67b5896f41f29aba8f92799bd5048539a]

        Task #87025#: IsEndWord - I18N routine works now correct

2001-05-15  Frank Schönheit  <fs@openoffice.org>  [8afbf6d98188489878d94df335c874f9fabef8ae]

        #86823# MULTI_PROPERTY flag for ControlBorder / new property ControlBackground

2001-05-15  Frank Schönheit  <fs@openoffice.org>  [8eb5c74f7b239cd130b5fc938369802fb3690fc6]

        #86823# ParaBackColor -> ControlBackground

2001-05-15  Sven Jacobi  <sj@openoffice.org>  [81baf51cc4c441e91d37ccc43c95ed50963564b9]

        #86988# dialog redesign

2001-05-15  Rüdiger Timm  <rt@openoffice.org>  [7939bac0763bfbd4e1b8892bfe343ecbdc704999]

        #65293# fix for gcc

2001-05-15  Frank Schönheit  <fs@openoffice.org>  [a110582af0228dde9e0c25901059873f99d69ce9]

        #86823# changed the handling for control borders

2001-05-15  Sven Jacobi  <sj@openoffice.org>  [4abd8927112237c0fb7210f8863d5d9be4ca79c3]

        #86988# dialog redesign

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [4d4f4cb39e95df95f416ff9f415f94d94cbe39c4]

        new version for SRC632

2001-05-15  Sven Jacobi  <sj@openoffice.org>  [d6682ddb8a782f032599cb570c9ba6202fbf078b]

        #86988# dialog redesign

2001-05-15  Niklas Nebel  <nn@openoffice.org>  [322dd2f8e2d2c4edd7104dcd2bc256d470119175]

        #86985# if printer is used, set map mode

2001-05-15  Tino Rachui  <tra@openoffice.org>  [19a8e9d2a3c1e67ec0e2b6286375f883cec94e2a]

        *** empty log message ***

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [6f83bda7204ad040b03637c96a39b0e1766eedf6]

        new version for SRC632

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [1131bcf926d5fc7ad53e5bb36622d2814e07037c]

        new version for SRC632

2001-05-15  Andre Fischer  <af@openoffice.org>  [54100eace83c8b697978959797fa4d9e6e2fde71]

        #86988# Replaced group boxes by fixed lines.

2001-05-15  Sven Jacobi  <sj@openoffice.org>  [12cf9b9d1207ee5c8b5119558e246891b8648a8a]

        #86988# dialog redesign

2001-05-15  Tino Rachui  <tra@openoffice.org>  [3f78740cf786a8d38090161a7e9486c9076f9761]

        *** empty log message ***

2001-05-15  Hennes Rohling  <hro@openoffice.org>  [2facc342a294db7954afc25893479e793f471e95]

        #TFU630#

2001-05-15  Thomas Benisch  <tbe@openoffice.org>  [dc044c8827c2576f30a1e3e674be6319f43f8f66]

        #86683# absolute position of controls

2001-05-15  Thomas Benisch  <tbe@openoffice.org>  [f96e5b4934144a0d8fdea557781ad9fff2f86dc2]

        #86683# absolute position of controls

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [4b860cf4bb08235300f4e560f7660615526bcf05]

        Moved conversion code into glossary.cxx

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [be854c7dc113bdc4a8e140c8d863fb385d4fd748]

        Pop up dialog to ask user if they want to convert an old autotext block into the XML format, if they choose the 'edit' option

2001-05-15  Daniel Boelzle  <dbo@openoffice.org>  [42010503ed37dbfb835f052dec1a49e883db1097]

        toAsciiUpperCase()

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [ecde4ff81deb50575ab07de1060ae17d055f8701]

        Make ConvertToNew public so I can use it for the Edit menu option also

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [c849a7ec33178d443f9def84456a0fa8ab033ae6]

        return SwDocShellRef by value

2001-05-15  Rüdiger Timm  <rt@openoffice.org>  [1062db24fc9ae758331125cda61c5fda1740bb4b]

        #65293# testshl removed - it's a separate module of project tools

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [a8c0ba515c8bbbddd07428b13b1fe96ca69eab2a]

        Let's not commit the Black Root unless we really have to...during conversion this can be very expensive

2001-05-15  Daniel Vogelheim  <dvo@openoffice.org>  [191e22d3c593f336c236327a3c4fddaba0a1b907]

        #86878# meta.xml and settings.xml not read for auto text blocks #87005# missing streams are not considered errors any more

2001-05-15  Sven Jacobi  <sj@openoffice.org>  [8ae929630f1e79e2f2005cc735d6a6c0251b0640]

        #86988# dialog redesign

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [e8f99d4c4ecc81ac1069ee605d48b18405dbee9b]

        readBytes is responsible for reallocing the calling stream

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [5eadc19940ca71caca8918c1bd8991ca8be47a1b]

        Remove unnecessary parameter in call to getRawStream

2001-05-15  Martin Gallwey  <mtg@openoffice.org>  [0371b5cd9b09e471d086710c320ef0f09cef9c39]

        Remove unnecessary parameter from getRawStream (rEntry should always be aEntry)

2001-05-15  Nils Fuhrmann  <nf@openoffice.org>  [099c805ca650edc3b51bd0e6a1a43f5e3c551685]

        Fixed problem of missing ; after new list items

2001-05-15  Jörg Budischewski  <jbu@openoffice.org>  [e05172db6882b29fff6a60eca238abef592a1503]

        now it compiles ...

2001-05-15  Malte Timmermann  <mt@openoffice.org>  [4276082046fd64d20a4b9e98a720246dd034ae75]

        #86874# createPeer: Check for model

2001-05-15  Daniel Vogelheim  <dvo@openoffice.org>  [a15e5794f0075fee7157180cba5056f1d3032d5d]

        #86546# automatic width for columns

2001-05-15  Lars Langhans  <lla@openoffice.org>  [b3fe8a9979cc6d503cb175404d441638c6136c1a]

        getElementType changes

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [1303d4c268c0b761048fa2e457efb6ef4e82de62]

        FileStatusMask_FileURL only in TF_FILEURL

2001-05-15  Tino Rachui  <tra@openoffice.org>  [72b4a6bc55d092eaca8f2cd2a0c94762cfd04f66]

        *** empty log message ***

2001-05-15  Daniel Vogelheim  <dvo@openoffice.org>  [d668a44c99ab36d6bc91c61bb5f9f1c8306c8f7c]

        #86546# automatic column width now supported

2001-05-15  Malte Timmermann  <mt@openoffice.org>  [6c3deeb15a358a7b9c779d8c3e57269cd95b77c2]

        #86489# Lock solar mutex before calling DestroyOutputDevice...

2001-05-15  Malte Timmermann  <mt@openoffice.org>  [82a5b5856eb3a8f6530ad89e3fb56f5f1fd57518]

        #86469# check if mxContext is a XControl...

2001-05-15  Björn Milcke  <bm@openoffice.org>  [6f2226f700a45ad29283d411c5790986956a4f29]

        #86215# interpret new token in plot-area: chart address

2001-05-15  Björn Milcke  <bm@openoffice.org>  [2b22bd995d48e9c1db3384b77d4a5eb3489ec3a2]

        #86215# +member for new ChartRange

2001-05-15  Björn Milcke  <bm@openoffice.org>  [e5ce13ca732759df8aa83c4d29c3d804c6ec0994]

        #86215# new token in plot-area: chart address

2001-05-15  Björn Milcke  <bm@openoffice.org>  [66fa24fb2e793bf488141124cfa6238ee8a10e70]

        #86215# export table:cell-range-address attribute in plot-area

2001-05-15  th  <th@openoffice.org>  [498dba88195da040293fd114b4283903b45e5e48]

        rtl-changes

2001-05-15  Björn Milcke  <bm@openoffice.org>  [614caf136a4a3d2057aec1c1c381fac54db66154]

        #86215# there may be a cell-range-address attribute inside the plot-area

2001-05-15  Christian Lippka  <cl@openoffice.org>  [2a4d9b07a5b48764a5502490208acd84506f1f28]

        #86971# added missing handout master support for api

2001-05-15  Andreas Bregas  <ab@openoffice.org>  [4794eb94def72de87045276df2ed9629a9ad74a7]

        #85720# ... removed from delete...

2001-05-15  Tino Rachui  <tra@openoffice.org>  [60d4744058b94011bf9f26448bc8ff97d78f64f2]

        *** empty log message ***

2001-05-15  Tino Rachui  <tra@openoffice.org>  [0cf974b7d56d25bf352484c671825f073256916f]

         nlsupport.c

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [be7524711035996205c429f3616b1744433cfb78]

        chg. len -> getLength

2001-05-15  Andreas Bregas  <ab@openoffice.org>  [84489d2db6f5df03dca51df85c9b048f139bbf4f]

        #85720# ... removed from delete...

2001-05-15  Frank Meies  <fme@openoffice.org>  [ede61afdae6399ef7813e7a3f26747a3de10f951]

        Fix #86988#: Redesign of dialogs

2001-05-15  Dieter Loeschky  <dl@openoffice.org>  [f724e99ef4a010e75d2dddbc1ffa04d7b43b91b8]

        #86966# Get popup if text edit mode is active

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [501c8a24f28cc9645309af9c616840bdca98a5f1]

        add. include XSingleServiceFactory form DBO

2001-05-15  Frank Meies  <fme@openoffice.org>  [5627d0bdaf1385df9d90dcec3a319c82c089c2ca]

        Fix #86988#: Redesign of dialogs

2001-05-15  Sven Jacobi  <sj@openoffice.org>  [56e624229c79970ca1980639d38e6914f30af0e0]

        #86988# dialog redesign

2001-05-15  Jörg Budischewski  <jbu@openoffice.org>  [52b0743d0ade370fc84b3f872da5ab8af43a35aa]

        compiles now

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [1116682b42ee68137e285d283614597ecf57fd24]

         normalize -> normalizePath

2001-05-15  Frank Schönheit  <fs@openoffice.org>  [6c19c9c11a039c13fd5b28bcbc2ec9695857d3cd]

        #86996# use the connection pool instead of the driver manager

2001-05-15  Frank Schönheit  <fs@openoffice.org>  [cb2e3fee788231587e8fbd90b77bc57a5166ba23]

        #86996# +SERVICE_SDBC_CONNECTIONPOOL

2001-05-15  Frank Schönheit  <fs@openoffice.org>  [430281c24c161d72c44ef5c499adf8d03fd3b6e5]

        #86996# string constant for the connection pool / initialize OAuthenticationContinuation correctly

2001-05-15  Christian Lippka  <cl@openoffice.org>  [5c1a0bdf9f80e0ddb3188f61c81971620f06cb99]

        #80778# get named items from property list if not in pool

2001-05-15  Daniel Boelzle  <dbo@openoffice.org>  [5ed62f25fa80f84c585ec57daddecf8ba6f8e933]

        new string token API

2001-05-15  Thomas Lange  <tl@openoffice.org>  [a4b4383f3e49325cecbead288e564b45acf9b4c4]

        parse bug for user defined symbol names fixed (now accepts numbers as continuing characters)

2001-05-15  Christian Lippka  <cl@openoffice.org>  [9817aaa024a4d047b54d756f4a4fd9f4aa1de44b]

        #80778# fixed api name translation for names ending with numbers

2001-05-15  Daniel Rentz  <dr@openoffice.org>  [964ce690659bc47ff248ed9aa2a5b8e4c9fced15]

        #86988# dialog redesign

2001-05-15  Tom Verbeek  <tv@openoffice.org>  [3862a66b80bddd22a9a45ab95a8c1e02f02bb103]

        #80778# removed spacial char

2001-05-15  Andreas Bregas  <ab@openoffice.org>  [99e3d301937841a00952865f20f1d711c59e5a68]

        #85996# Clone ScriptEventsSupplier

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [842b2a1be31a800a05d94b3a3a816601cb69c4f1]

        add. some missing headers

2001-05-15  Tom Verbeek  <tv@openoffice.org>  [f7b01736599ecd7982fc084ba911a0bdfe4ead4d]

        #80778# variable --> var

2001-05-15  Eike Rathke  <er@openoffice.org>  [282395aaa05124e22d40f52b8cd7c0db7e557530]

        SvxDoubleItem::GetPresentation: if really needed do it with IntlWrapper and SolarMath

2001-05-15  Oliver Specht  <os@openoffice.org>  [6125bf33daf3ca6523c69aabed03bb8638be978e]

        #86986# SfxFileDialog/SvxImportGraphicDialog removed

2001-05-15  Oliver Specht  <os@openoffice.org>  [b433885b818ef193e64be52c10862ee8bcd55519]

        #86986# include removed

2001-05-15  Oliver Specht  <os@openoffice.org>  [148bea59cbb5375b044d35180b41fb5886cabde2]

        #86986# dialog no longer necessary

2001-05-15  Mikhail Voitenko  <mav@openoffice.org>  [54692f5e95594018485c07d86e69a3778a6807c5]

        #83779# adopt for unix

2001-05-15  Oliver Specht  <os@openoffice.org>  [3fc7dd32edaf2e64881d7c1d2df372628444ba64]

        #86986# SfxFileDialog/SvxImportGraphicDialog removed

2001-05-15  Rüdiger Timm  <rt@openoffice.org>  [c275f8ec29825cdc7432dfaaa2eaaa6f8610a948]

        #65293# one include removed

2001-05-15  Oliver Specht  <os@openoffice.org>  [dec81fe5aa2200b9b351240209fde9434a830c5d]

        #86986# SfxFileDialog/SvxImportGraphicDialog removed

2001-05-15  Oliver Specht  <os@openoffice.org>  [7cf29280a11fbca53561dc924b5be72083486c8b]

        #86883# GetCJKFont added

2001-05-15  Sven Jacobi  <sj@openoffice.org>  [df555ecf177aa25d7b8e098b5d21b2dda76cf146]

        #86988# redesign of dialogs

2001-05-15  Mikhail Voitenko  <mav@openoffice.org>  [02ee479ef1d49b4be6835cd4f068e7fc4b76aa2c]

        #83779# adopt for unix

2001-05-15  Dieter Loeschky  <dl@openoffice.org>  [e8742ee02aee46835713c963fe58306cba1ffdfe]

        - SfxFileDialog

2001-05-15  Daniel Boelzle  <dbo@openoffice.org>  [c2465e2d2da76194871ab77a006f654bd0216d87]

        string token modifications

2001-05-15  Kurt Zenker  <kz@openoffice.org>  [21537217fdab8cddcba04a434376df952075e8c4]

        add. some Interfaces

2001-05-15  th  <th@openoffice.org>  [68124661869d2e19137604836783ef38b1c63ad6]

        correct rtl_ustr_ascii_compare()

2001-05-15  Ocke Janssen  <oj@openoffice.org>  [2dad4a9961f38700b6432ed58b15a6b4b4a0044c]

        86528# fix the function pointers for odbc

2001-05-15  Jörg Budischewski  <jbu@openoffice.org>  [9be18a4988aa6e0087560bcd8ced5e5fc8f2c53b]

        added component types

2001-05-15  Tino Rachui  <tra@openoffice.org>  [1174a8f2d5fffaaf7f00cc0a073d2bdf6f3082bb]

        *** empty log message ***

2001-05-15  Michael Brauer  <mib@openoffice.org>  [13bec800fd3a14c9d7eb77b3e539f87ffc159e71]

        #86987#: default cell style import

2001-05-15  Thomas Lange  <tl@openoffice.org>  [7e830ea4760a190353e0763496c7023587966e7a]

        RID_READSYMBOLERROR text changed

2001-05-15  jp  <jp@openoffice.org>  [61e23a4df9ad5c6041c2de634b7a462134ea6439]

        use new SchChartRange structure

2001-05-15  Jörg Budischewski  <jbu@openoffice.org>  [c09c23409b0f9812a99f0e97094bed42ba1f8881]

        added component types

2001-05-15  Jörg Budischewski  <jbu@openoffice.org>  [f6e4c44f92fd40864f9b545def72f33bc24b64f8]

        added component types

2001-05-15  jp  <jp@openoffice.org>  [998fa8fd307513694769f36dcf360b83cbfb7dbf]

        use new SchChartRange structure

2001-05-15  Frank Schönheit  <fs@openoffice.org>  [ed4d769a620278cf8d08b976f76a51b691e53dd6]

        #85437# +OSeekableInputStreamWrapper

2001-05-15  Mathias Bauer  <mba@openoffice.org>  [47e24caf0441e627df80762aeb2765b68fd709f4]

        #86391#: StatusIndicator also for Webtop(SOW614)

2001-05-15  Andreas Martens  <ama@openoffice.org>  [992f5e411d6c97275891e1007d54230c7c33a78e]

        Fix #86447#: Grow, text frame, grow

2001-05-15  Peter Burow  <pb@openoffice.org>  [947ccdea2ed0cf0204357fa63387f7088a2c14cd]

        fix: #85201# little bugfixes

2001-05-15  Peter Burow  <pb@openoffice.org>  [511afbcd912b79ad634cb24b42ef780a42f382c9]

        fix: #85201# IsTemplateFolderOpen() added

2001-05-15  Carsten Driesner  <cd@openoffice.org>  [4c0c122d060b4fc36480a6cffa979d59ad5f1d5c]

        #848857# splash screen visibility reworked

2001-05-15  Carsten Driesner  <cd@openoffice.org>  [7b21ac63b479ca2475b5f58c76706d4fb133a464]

        #84857# splash screen visibility reworked

2001-05-15  Andreas Schlüns  <as@openoffice.org>  [eddb011a4979d25be541a3d4ad86c568de52cd9f]

        rtl string changes

2001-05-14  Patrick Luby  <pluby@openoffice.org>  [d04903c18f98e3f06f69d9000acf4c5d2681a73d]

        Added newline at end of file

2001-05-14  Niklas Nebel  <nn@openoffice.org>  [a19f45e0044c9211637203985040ebb3523f5b40]

        #86985# configuration flag for use of printer metrics

2001-05-14  Niklas Nebel  <nn@openoffice.org>  [bbb04dca999417f43ece17cf5930915a2ab5cb38]

        #86985# configuration flag for use of printer metrics

2001-05-14  Mikhail Voitenko  <mav@openoffice.org>  [06fb1836ac1a9d4eaa62ec194c16d3d3b6ba6cd6]

        #83779# new PasswordContainer service

2001-05-14  Mikhail Voitenko  <mav@openoffice.org>  [64f60e64ae79df583df8df4296fa0c47983e211c]

        #83779# new PasswordContainer service

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [59886207b667e9af25bd552f93578944077bba10]

        #86933#: many items were disabled

2001-05-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [43174a9ef97d858d1cc3fb9b87b018acca7af101]

        cleanup

2001-05-14  Mikhail Voitenko  <mav@openoffice.org>  [12340845cb480fda09a77be9ad803b283f0d9f33]

        #83779# new PasswordContainer service

2001-05-14  Daniel Vogelheim  <dvo@openoffice.org>  [874f1ecd18d7c6eb1df658a844df1f38b3551620]

        #86981# fixed import of printer setup

2001-05-14  Vladimir Glazounov  <vg@openoffice.org>  [9c619cd41e36d4ac7a469755b6345a0258995f0f]

        use correct version for loader

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [74677ceaae7d39c682b716f6565aa8f79dc072f8]

        #86810# don't use setPropertyToDefault - the 'standard' value is used for MAYBEVOID properties, not for MAYBEDEFAULT properties

2001-05-14  Kai Ahrens  <ka@openoffice.org>  [bfba717587d8c9cd818d7094f779f6ea9123568e]

        #86206#: watch for invalid target window

2001-05-14  Sander Vesik  <svesik@openoffice.org>  [102097a88465894747e6d7866c92e378d5abb6e3]

        No more $(SLO)$/netbsd.obj
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-05-14  Mikhail Voitenko  <mav@openoffice.org>  [6939ca6afa3961b624d4cf48ea6dc8dc73f43b4b]

        #83779# new PasswordContainer service

2001-05-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6fb236c676a494cb6a1a7d493f20c497c37b11cd]

        #65293#

2001-05-14  Sander Vesik  <svesik@openoffice.org>  [66a1625d98a63ac2769a2cc8aa3eef0faceb8a72]

        Add #define  NO_PTHREAD_SEMAPHORES for NetBSD
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-05-14  Malte Timmermann  <mt@openoffice.org>  [8005b4553baf1da6ba9aa3bc9bfafb02a08e317c]

        New D&D and some Clipboard cleanups

2001-05-14  Sander Vesik  <svesik@openoffice.org>  [4767e2fe13e16ab5dd20f5422b58ab3d5d4c0508]

        Don't use CMD_ARG_PRG on NetBSD.
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-05-14  Sander Vesik  <svesik@openoffice.org>  [9a99108407ab28532faad1df0245e3098c30a677]

        Remove really out of date comments - and object inclusion - about NetBSD not supporting weak symbols.
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-05-14  Malte Timmermann  <mt@openoffice.org>  [f34b36dda3d897bf4904e6e0bc38dc018b11e520]

        New D&D and some Clipboard cleanups

2001-05-14  Sander Vesik  <svesik@openoffice.org>  [f5972e3e97f1e124765ab27498f76c59d923c0e4]

        Merge NetBSD changes from OO619B

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [da57bcdab9962e751792b366d97412e534108bfc]

        #86969# override RowChanged / ColumnChanged

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [cdc85db550ce9e0199e52f93ae082445c6ac1e83]

        #86969# allow copying the cell text via the toolbox

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [8d0c9937e502a8edd46b4acd53ab324b9cc6dc42]

        #86969# +canCopyCellText/copyCellText

2001-05-14  Armin Weiss  <aw@openoffice.org>  [847eb1627814ee0ff5a4a8c2c1491b2bf9ee3365]

        #82003# added necessary changes for progress bar at save

2001-05-14  Armin Weiss  <aw@openoffice.org>  [8c542c9820cac38e828f6f7beccf4dc47cc2b049]

        #82003# increment export count

2001-05-14  Armin Weiss  <aw@openoffice.org>  [042805f72bc1c167b9f1be08e013ccdc89c5abc1]

        #82003# helper function for recursive object count

2001-05-14  Armin Weiss  <aw@openoffice.org>  [cf3b4de1d87cc4487e097495be027a5439b6fecf]

        #82003# count all draw objects for use with progress bar. Do this at META export to also export hint value. #82003# init progress bar #82003# helper function for recursive object count #82003# status indicator stop is called exclusively

2001-05-14  Andreas Bregas  <ab@openoffice.org>  [df59ec3812655f608492c33de809e6556572f815]

        #83762# Changed modulo calculation of constants

2001-05-14  Sven Jacobi  <sj@openoffice.org>  [3457c56f1b6c6e54f64b78bf13504cd438c18406]

        redesign of tab pages

2001-05-14  Mikhail Voitenko  <mav@openoffice.org>  [b3959aa8770469d0db7d20a64ace200e69b3070f]

        #83779# new PasswordContainer service

2001-05-14  Christian Lippka  <cl@openoffice.org>  [25b2756d757b0636c379f9998fa26eef53b6be5c]

        rtl string changes

2001-05-14  Oliver Bolte  <obo@openoffice.org>  [cdc1fd004f557abb735b79d3fce068c5bdffdc27]

        SRC632

2001-05-14  Dirk Völzke  <dv@openoffice.org>  [70b8d9ec3258854bbc3edb020b6e704cd4209a45]

        #86815# Now aborted updates are recogized

2001-05-14  jp  <jp@openoffice.org>  [301c1376695a1e5bcacb09c09b1e828b74e8f620]

        Bug #86843#: Paste: don't use a cast

2001-05-14  Mikhail Voitenko  <mav@openoffice.org>  [f1afa79ef7ee7879782bc61300e7cf7eb5e46b5b]

        #83779# new PasswordContainer service

2001-05-14  Michael Brauer  <mib@openoffice.org>  [ffd2b976103e89696612714b9c32761a1c3bf457]

        #84815#: number-rows/columns-repteated

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [95150d8e833a76d098803d5eac1c8b5fbc6c370d]

        #86923#: SaveCompleted with correct Storage

2001-05-14  Sander Vesik  <svesik@openoffice.org>  [59946bc978cbc3880efc8cfe817de5f3bbd9a5ae]

        Merge NetBSD changes from OO619B to trunk

2001-05-14  Caolán McNamara  <cmc@openoffice.org>  [ec88103f93406b319b763bd108056104fee2ea18]

        ##887## Attribute toggling for bold etc must change character style settings if in use

2001-05-14  jp  <jp@openoffice.org>  [0d0e20a3446182dd44b662e371cf9885b2fdad40]

        use new IndexEntrySupplierWrapper class

2001-05-14  Ocke Janssen  <oj@openoffice.org>  [6b4ffddd6acef8b562a36c0744137b739b19d806]

        #86528# lower size need

2001-05-14  jp  <jp@openoffice.org>  [c87df91b9b66a9ea96b1f7beda39bed2387d6a32]

        Wrapper class for the XIndexEntrySupplier interface

2001-05-14  Kurt Zenker  <kz@openoffice.org>  [0cbad99935791d20587b3a8921a0437a72c1ef0c]

        UDK216

2001-05-14  Ocke Janssen  <oj@openoffice.org>  [86fcc49b3659e713f9f1ba64f45d8c553d693f60]

        #86890# enable query pasteing

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [6cea6f96aa1b499a830b7f2bcc1b69267e16b267]

        #86942# +checkButtons / OnListEntrySelected

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [1b907b3e447d4d78dd193b36c7d8323cdd5d5364]

        no : at end of label texts

2001-05-14  Sander Vesik  <svesik@openoffice.org>  [0d6a98d89d9a8d281b55f991068ed3cfb6d81f16]

        Merge NetBSD changes from 1.6.2.1 to trunk

2001-05-14  Malte Timmermann  <mt@openoffice.org>  [226b3ca2ed6030cdf88022b27b89651d85c4d987]

        new D&D...

2001-05-14  Malte Timmermann  <mt@openoffice.org>  [109b54961f9c2db92dfd7576287a927df7208cd6]

        dummy comment (ask HR)

2001-05-14  Daniel Vogelheim  <dvo@openoffice.org>  [b6a147e7bc6d031a8c4a4857184c570a29aa00ed]

        use MultiPropertySetHelper in exportParagraph

2001-05-14  Daniel Vogelheim  <dvo@openoffice.org>  [1f79c07c51224d295620a79f83e9d9ffeb5b49e1]

        added: MultiPropertySetHelper

2001-05-14  Daniel Vogelheim  <dvo@openoffice.org>  [f208e711c86669255a0ac5d212087b366bc02f6f]

        fixed: export section style only for first paragraph in section

2001-05-14  Daniel Vogelheim  <dvo@openoffice.org>  [b019d4731258cf26e9b10d44f356fe8d936742ab]

        reused property info

2001-05-14  Kay Ramme  <kr@openoffice.org>  [0423320483328c1daebec30c4830268cec540325]

        correct target; moved udkversion.h behind main target

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [18c1e1838f85eac561ce55441b5dadb138c91d7b]

        #86655#: initialize frame with empty window reference allowed

2001-05-14  Peter Burow  <pb@openoffice.org>  [9235577b515cef9d838ea763315c8840f6d70473]

        fix: #85201# clear preview with setComponent() instead of emnpty URL

2001-05-14  Sander Vesik  <svesik@openoffice.org>  [460e39c6bc3425c9cc5d85cf7fbd9e6bcd7075d0]

        Like FreeBSD/MacOSX NetBSD has sys/wait.h instead of wait.h
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-05-14  Sander Vesik  <svesik@openoffice.org>  [09bef73c7de9cfa13ce1ff32c5f2ae31a3a6bb39]

        Add support for NetBSD
        
        Contributed by:  Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-05-14  Martin Hollmichel  <mh@openoffice.org>  [1a931db6348e762c2568c284a78b898f529811ea]

        cleanup

2001-05-14  Daniel Vogelheim  <dvo@openoffice.org>  [680bacc9fcce6c0aa5bc4cf4653d8a654940f36b]

        - fixed: no settings or meta data in block mode - fixed: use OUString instead of String

2001-05-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68644acdec5ce27ff52078b36b7fc545e2c674ca]

        eat up c++ comments; don't get confused by //*

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [b6f12f3d69ecf3a31160106402ac020887ed473b]

        #86706# +invalidateController - called if the list of a list/combo box changes

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [4299431716903fca646ec5f2deba7fb9174ad2d6]

        #86706# +invalidateController

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [db3e2cf489a5250e6a23bcd136c3945554f79045]

        #86706# +refreshController

2001-05-14  Lars Langhans  <lla@openoffice.org>  [87d61bd87423c5248d353dbc917ed0b32315ebac]

        binary read write to speed up in localsession

2001-05-14  Sander Vesik  <svesik@openoffice.org>  [2f74d646c33f95e151a6095fa442cd7a2b0891af]

        textfn.cxx must be compiled without optimistaions on NetBSD/sparc
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-05-14  Ocke Janssen  <oj@openoffice.org>  [c452b19499802d1ca62c2b8b34f94524ba95653f]

        #86744# some changes for entries and views

2001-05-14  Daniel Boelzle  <dbo@openoffice.org>  [94efb043e4b6ca43a3b545cd3a05ef7b9fe7f5a9]

        API documentation

2001-05-14  Ocke Janssen  <oj@openoffice.org>  [b9923c42805e197257691a9d94853bf5b84f4575]

        #86744# new helpids for views

2001-05-14  Ocke Janssen  <oj@openoffice.org>  [393461fd9191c192407d9fa399ec6618e4b560f7]

        #86528# lower size need

2001-05-14  Matthias Huetsch  <mhu@openoffice.org>  [6c489e0902503ba9dd138b8e0dbaf78110ee713f]

        class salhelper::QueuedReaderWriterMonitor and template classes salhelper::ReaderGuard<T>, salhelper::WriterGuard<T>.

2001-05-14  Thomas Benisch  <tbe@openoffice.org>  [005133f1d224da307ab845b32e56d90cbd7975d0]

        new control names

2001-05-14  Matthias Huetsch  <mhu@openoffice.org>  [b294da04c7c7945b0785be9b62e27833de6f0464]

        Template class salhelper::FutureQueue<T>.

2001-05-14  Matthias Huetsch  <mhu@openoffice.org>  [b2000e8491f044d80c077dc007457469c2b3fbaf]

        Template class salhelper::Future<T>.

2001-05-14  Carsten Driesner  <cd@openoffice.org>  [38ce53ee52c135266ea021a14f0b876f0b1ab80d]

        rtl string api change

2001-05-14  Matthias Huetsch  <mhu@openoffice.org>  [ba752751aade97aede6e256b12442ac5add098b6]

        Template classes salhelper::Queue<T> and salhelper::BoundedQueue<T>.

2001-05-14  Kai Ahrens  <ka@openoffice.org>  [b0afe9a7a40494b3b51af311b0d14d207e138370]

        added dummy members for compatibility purposes

2001-05-14  Matthias Huetsch  <mhu@openoffice.org>  [d62a25f6f198726cc9a235b92aa97ec0ac785910]

        class salhelper::ReferenceObject.

2001-05-14  Ocke Janssen  <oj@openoffice.org>  [0abbd65247f1527153ca8692d453bca72052a023]

        #86528# lower size need

2001-05-14  Christian Lippka  <cl@openoffice.org>  [3111f05ead7ee44b051faeb245e6538a9a796dd2]

        #86924# don't get ole info for empty pres object

2001-05-14  Peter Burow  <pb@openoffice.org>  [acbe8d51fa7a81c6e167f49517afdca041cd5c8f]

        chg: no preview of private:factory-URL's

2001-05-14  Hennes Rohling  <hro@openoffice.org>  [615c1455b19646c22330dd3b24918df20065996b]

        #TFU630#

2001-05-14  Christian Lippka  <cl@openoffice.org>  [726afaf0b07efeb1ca0a67fcb5df50fa67037220]

        #86924# fixed import of placeholder and presentation objects

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [762f0ddd2c00ddb59dc2db68fcd8ef24fdb8cccf]

        use frame from currentviewframe for creation of Popup

2001-05-14  Thomas Benisch  <tbe@openoffice.org>  [9b7679a1ff32602c98d336e6afd3c37480709b49]

        progressbar, fixedline

2001-05-14  mm  <mm@openoffice.org>  [4c68f9916ffed67963d5277e5bb24b6d368e8ddb]

        stgelem.cxx

2001-05-14  Thomas Benisch  <tbe@openoffice.org>  [44aa4d27095d338a545d325788d6026193a5de48]

        removed obsolete controls

2001-05-14  Hennes Rohling  <hro@openoffice.org>  [2cd0bcafc10cf4ed560d822532e0ebda8a8d64f7]

        rtl_string getToken change

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [9b3bc904bd7b1570fe46bf6146408b09022b900b]

        use BookmarkMenues from framework

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [28b9b61820c27371c9a1d338f04a0a408b697389]

        SelectHdl in AppMenuControl

2001-05-14  Oliver Braun  <obr@openoffice.org>  [39142ae9e3ed22ee841954cdf87100c65be673da]

        osl_getProcessWorkingDir added

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [7a3c3fcc42ec0e310b12822303e718bb663ae73e]

        SfxBmkMenu class removed

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [e41a2475f35f868f37f4b1134aa21d1f0393fbab]

        compiler warnings removed

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [8dfcef9f3623c1b2eb59cf600dcd3bc02183b93a]

        solved conflict with SolarMutex in init_impl

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [be275a1ddf7967a3380549f8ed28665d98ee2d3d]

        #86734#: don't start default doc if loading file from cmdline failed

2001-05-14  Kai Ahrens  <ka@openoffice.org>  [f4527b08c358639d0ef263d44d09b5249630eba7]

        required changes for Transferable helper classes

2001-05-14  Kai Ahrens  <ka@openoffice.org>  [c1b201319dcd831bea3e334b64b41343c6201e09]

        required changes for Transferable helper classes

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [0b024a3bbac200acaf051b9ab22ee800f4ddd503]

        new Option for enabling images in menues

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [ac0443102c71a9d34a6d3f94f2d9ae142dfb4bf8]

        new Option for enabling images in menues

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [bd4fc31d88b19a2a439a1d916993aa1f1a2ac421]

        missing forward

2001-05-14  Sascha Ballach  <sab@openoffice.org>  [6f0212b428044965e6c0997dfba141b10407edef]

        ask only once for the cell style index

2001-05-14  Daniel Boelzle  <dbo@openoffice.org>  [445dcb9e5b662cee574501767b29560f5a88c427]

        tdmgr now registered as singleton in context

2001-05-14  Sascha Ballach  <sab@openoffice.org>  [977effb0c4ddc0a25323f215e4e76eb51d156ae4]

        make the cell compare work again

2001-05-14  jp  <jp@openoffice.org>  [55408b79641091e3516cd19ba998314332cd28b4]

        new inferface IndexEntrySupplier, used for Index generation in wordprocessors

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [e934bd23d525dd8705a5e90d95d57132577472bd]

        #85967#: set DocumentServiceName and MenuResIds

2001-05-14  Peter Burow  <pb@openoffice.org>  [6ed7b5c1c3717786e9e7a4f6ae5979a8169c3cac]

        chg: SvImageManager -> SvFileInformationManager

2001-05-14  Peter Burow  <pb@openoffice.org>  [790607c776340c412c6ae965dfb7b8977dfcd2e4]

        chg: SvImageManager -> SvFileInformationManager

2001-05-14  Peter Burow  <pb@openoffice.org>  [1fc5a6c957b02ad43cf23569616c5fbe79d755eb]

        chg: GetDescription() added; SvImageManager -> SvFileInformationManager

2001-05-14  Peter Burow  <pb@openoffice.org>  [98369efc4c8fb9628ae763669893c7de606b4589]

        chg: String-Resources for GetDescription()

2001-05-14  Peter Burow  <pb@openoffice.org>  [22baf1fa0ea66b5a6043605785f2d8a863f32645]

        chg: String-Id's for GetDescription()

2001-05-14  Niklas Nebel  <nn@openoffice.org>  [42ff62b5c400c7f1995ab96e31ec49a787a4a053]

        #80651# Print: test for transparent objects, call InitJob

2001-05-14  Niklas Nebel  <nn@openoffice.org>  [1f2cdd5b1ab2653a285f468c944ced25b1d1b778]

        #80651# DocShell Print method needs DialogParent parameter

2001-05-14  Martin Gallwey  <mtg@openoffice.org>  [24bd111fcf45444895959f4cbca87e10ad92ff9f]

        added formula + packages + packages/manifest

2001-05-14  Jörg Budischewski  <jbu@openoffice.org>  [caace7245dfaf5da8a46b9b68411c2e5ccc21a55]

        incompatible threadpool changes

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [1399a6f4095e1c1baa209ee9eab54710e2b504f9]

        rtl string api changes

2001-05-14  gt  <gt@openoffice.org>  [715e9c3a74140a9c6d92913f6fedf2d52693a92f]

        #86428# Scl-record only read ones per chart

2001-05-14  Oliver Braun  <obr@openoffice.org>  [f902d5b74db405e523646c32f17de95f3a3ee23c]

        rtl_str_compareIgnoreCase renamed

2001-05-14  Mathias Bauer  <mba@openoffice.org>  [75662caab0bf6b3f90b6fd57cc8f19a2db8dbb8c]

        SolarMutex only needed for SetupDialog

2001-05-14  Oliver Braun  <obr@openoffice.org>  [b8c5a9d4ba6382e1eed3a02ffd129d1345bd7877]

        osl_sleepThread and osl_awakeThread removed

2001-05-14  Oliver Braun  <obr@openoffice.org>  [668a6ec9e1464c937c16d36e8931c76a37683e32]

        osl_sleepThread and osl_awakeThread removed

2001-05-14  Thomas Benisch  <tbe@openoffice.org>  [e566b3bba7029584d9f41d799014a75ac65650f1]

        rtl string api changes

2001-05-14  Hennes Rohling  <hro@openoffice.org>  [06fa3622b847da45a593b6fe2e54963d610aae95]

        #TFU630#

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [f0d4a8779b990fa9b71c05d8807d224ebc6ea905]

        rtl string api changes

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [c9ad45da3e262aa8fc1eee457ce28d2f9f3edb5e]

        rtl string api changes

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [1739f1be15c1dd00ff1681a38fbfdf4ec0c479b9]

        rtl string api changes

2001-05-14  Herbert Duerr  <hdu@openoffice.org>  [69901a9be0d5877d32d6a0564ee24fdee258e5c4]

        asian kerning only useful for monospaced fonts

2001-05-14  Kay Ramme  <kr@openoffice.org>  [164de0ef46975347ce57833d49b25c0084d9a118]

        create correct library name

2001-05-14  Kay Ramme  <kr@openoffice.org>  [166254e30d5ef7348d43490557900f9a0fb48f9b]

        use udk major version for lib version

2001-05-14  Jörg Budischewski  <jbu@openoffice.org>  [f7c7e84ac8d9e85c3460827037464ffce9472a3d]

        #tfu630# file url changes, checked in blind (no env to build)

2001-05-14  Kay Ramme  <kr@openoffice.org>  [dd2e1fa3bf47df9b7bd00d233aa474d80d00d7ee]

        generate&deliver udk version header

2001-05-14  Kay Ramme  <kr@openoffice.org>  [8a2b8c9daea7a644a562f4eca1f13c117048c80c]

        new macro: SAL_MODULE_NAME_WITH_VERSION

2001-05-14  Daniel Boelzle  <dbo@openoffice.org>  [19be551bbadc21b7c0b1d49cd6530b82dcff8ef1]

        obsolete sec

2001-05-14  Daniel Rentz  <dr@openoffice.org>  [e3f70ac0f269b552dfc5dce669007f004c361331]

        redesign

2001-05-14  Hennes Rohling  <hro@openoffice.org>  [94e9047f458ada135e566df53e41231e54db7154]

        #TFU630#

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [c295041b3f3dca85a2401a0f22e15b4835aeb663]

        renamed the target to cssfcontrol

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [e5bfa0c92f75a4c0c0f379d3d082d25134faa397]

        added css/form/control

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [6684f600bafb70c0bd99f1050f2de06c97c21156]

        rtl string api changes

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [1ff5cb70e97f19152f274e89c2be0aa2fbaaaff6]

        rtl string api changes

2001-05-14  Martin Gallwey  <mtg@openoffice.org>  [6a8d0758a677016cf16c7ffabad6ebf3cacf9178]

        deliver manifest headers also

2001-05-14  Jörg Budischewski  <jbu@openoffice.org>  [76960c6589f0327255ceb3bccf2fb009910db097]

        #tfu_630# file url changes, checked in blind (no env to build

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [b82cc20db0f51f496f366cb4e759092a6af8f849]

        rtl string api changes

2001-05-14  Oliver Braun  <obr@openoffice.org>  [c64000fd2e4c387195ed4b2b368e63b4413e4385]

        ustring->ustring.hxx

2001-05-14  Jörg Budischewski  <jbu@openoffice.org>  [b2ca499461bbd8f3c2cdfa361137d22a646a7021]

        #tfu_630# file url changes, checked in blind (no env to build

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [32e217245fe59075d9de8413d73b10b7631a0491]

        rtl string api changes

2001-05-14  Lars Langhans  <lla@openoffice.org>  [2d24d26b868b32d8093fbf9010d3d250eaa86758]

        Some bugs removed withhin tracing.

2001-05-14  Andreas Bille  <abi@openoffice.org>  [6bf02ccf5fa8f446aaa31a81ea04cebed535a586]

        Positioning before resultsetrows means positoning on beforeFirst ( as specified by new docu )

2001-05-14  Thomas Benisch  <tbe@openoffice.org>  [0bbb63915076b9413ab43e79e5b546ec3bd5e68e]

        added imagecontrol, progressbar, hor. + vert. fixedline

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [c399c4b69f2d5df439fa12938192a7c538e3162d]

        rtl string api changes

2001-05-14  Niklas Nebel  <nn@openoffice.org>  [9ed1ede25027016d08c20ccd957e702570dac933]

        removed some old defines

2001-05-14  th  <th@openoffice.org>  [1a52733bef9bea5b7113831ca7747d73bf8f6de1]

        correct syntax-error

2001-05-14  Jörg Budischewski  <jbu@openoffice.org>  [fd0f6954411283f9f8f54315c700177320a342c0]

        #TFU630# file url changes, checked in blindly (no env to build)

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [e11bb891cda7b24f5637d86d7e286c020e8bcf6d]

        rtl string api changes

2001-05-14  Herbert Duerr  <hdu@openoffice.org>  [8e12860d79b97207fec53d7439d596549acefa5b]

        enable autohinting for non-antialiased & ft>=2.0.2

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [668aa9b45e00def203dda3f3c17f78014fe8926c]

        #86836# use mbCreatingPeer instead of m_nPeerCreationLevel

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [6c68e61b4d0bc5a2db9c50b0f61588d1a85c88fc]

        #86836# use mbCreatingPeer instead of m_nPeerCreationLevel

2001-05-14  Tino Rachui  <tra@openoffice.org>  [f8adca49548a92e567e0711a731ba5d77122d4a8]

        *** empty log message ***

2001-05-14  Kai Sommerfeld  <kso@openoffice.org>  [89108a7c6c97b1bfb8e58f2c890f9327f86847a3]

        Adapted to RTL string changes.

2001-05-14  Philipp Lohmann  <pl@openoffice.org>  [d63628d34b03a17b5f76e7007a8d85f2035ea64b]

        no more script directory

2001-05-14  Andreas Bille  <abi@openoffice.org>  [b4bd64c7a13bc2abf8dedc0714b5106b2beca8ad]

        Some more ( small ) optimization

2001-05-14  Andreas Bille  <abi@openoffice.org>  [08bd7a47180176a80cb8b10e046c56ca659db12e]

        Bug fixed ( First element in resultset not shown ) and improved version ( unnecessary assignment ) of Darryl Gove`s patch.

2001-05-14  Tino Rachui  <tra@openoffice.org>  [71d18a67367c272e4e222a2f5a162458a8cd51d1]

        *** empty log message ***

2001-05-14  Thomas Benisch  <tbe@openoffice.org>  [84208493f58b72d92da95767b1db3cc630a38c0c]

        added imagecontrol, progressbar, hor. + vert. fixedline

2001-05-14  Tino Rachui  <tra@openoffice.org>  [06c966c6c00efadc8c3a5427047867a88f17343b]

        *** empty log message ***

2001-05-14  Malte Timmermann  <mt@openoffice.org>  [28fea5d7bac15579600f68946c6c97d753ddbd26]

        don't call draw() recursivley

2001-05-14  Andreas Bille  <abi@openoffice.org>  [7bd3cac28cf6a732469c4e5638cfc232fb783388]

        Simply removing the previous change because of bug.

2001-05-14  Hennes Rohling  <hro@openoffice.org>  [1e63e5654176054ba1e7fa8d212fd868f4b70f58]

        Missing local variable added

2001-05-14  Hennes Rohling  <hro@openoffice.org>  [0eaf3f772cf6103655f02b95d1e46f0156652600]

        #TFU630#

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [578e0adb32357ed5ca0c8aa9858eb94b7a804315]

        #86877# don't close the task from within ::initialize

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [28f85a746117adee1b3b49414835066c618562c5]

        #86877# call setComponent(NULL, NULL) before loadCancelled

2001-05-14  Andreas Bille  <abi@openoffice.org>  [0a97f5b5e36b2bfe0d4bfbacec7571886d5f595d]

        Changes: Constructor of com.sun.star.uno.Type does not throw an exception anymore.

2001-05-14  Hennes Rohling  <hro@openoffice.org>  [21f7d48d9dc7d5ccef1d5485af77fd4281812b1c]

        #TFU630#

2001-05-14  Frank Schönheit  <fs@openoffice.org>  [f0982f9aa193bfe4f4352c73eebcdcf315c44745]

        wrong merge in the previous fix

2001-05-13  Eike Rathke  <er@openoffice.org>  [3323b84f084e65aa59e2b576f1d3f22fa17a8ffb]

        replaced International with IntlWrapper

2001-05-13  Eike Rathke  <er@openoffice.org>  [7d689270da35899be642b7023c837012a0ce8fb9]

        replaced International with IntlWrapper

2001-05-13  Eike Rathke  <er@openoffice.org>  [ed82b4ecd7c8d9376032f635e0334ebc74c158d4]

        replaced International with IntlWrapper

2001-05-13  Eike Rathke  <er@openoffice.org>  [1848e5e9f488f1d1d82017361b84e75fb1774511]

        replaced International with IntlWrapper

2001-05-13  Eike Rathke  <er@openoffice.org>  [ecdfdf4c78a032beaea277353e3b634b565e2ac1]

        add: dummy isNumLeadingZero

2001-05-13  Eike Rathke  <er@openoffice.org>  [cb666faa5d4add08845e45fe24dcb4332853ff67]

        some const

2001-05-13  Eike Rathke  <er@openoffice.org>  [07d87a14f11cc7846bf6b9d78af842bf4b77d1f7]

        add: intlwrapper

2001-05-13  Eike Rathke  <er@openoffice.org>  [3c070c1dd4e4dd866eec0765e72d1256bf91680d]

        a wrapper of I18N wrappers

2001-05-12  Matthias Huetsch  <mhu@openoffice.org>  [b674c38e982afe3b792ea915ae71c48b87d6f1a9]

        Removed obsolete 'osl_socket_xxx()' functions from 'isocket.(h|c)'.

2001-05-12  Matthias Huetsch  <mhu@openoffice.org>  [e0c45e12495cc9fe19b68a0dd75cb311cf3ff3f7]

        Removed obsolete 'isocket.(c|obj)'.

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e6a17fa15de1c70de7f854e69e8c6c3b680ff103]

        Merge SRC631: 12.05.01 - 09:44:33 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b32026263f66c3bbc3f97f24d7a1e47cb5876366]

        Merge SRC631: 12.05.01 - 09:40:49 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [40bc895fda12c93b54d7010f963b035e3a7e3748]

        Merge SRC631: 05/12/01 - 09:36:21 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [066733c832f7878c8ad09d7754f47ea2aee37725]

        Merge SRC631: 12.05.01 - 09:34:39 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [01680aecede342442c96a7c1735a0bcbe774053f]

        Merge SRC631: 05/12/01 - 09:34:12 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [84d47e3348a84065c43142f19b5a71af9d425c31]

        Merge SRC631: 12.05.01 - 09:33:15 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [a8260851c1f134829abf6f4a382ecb08f17f55f6]

        Merge SRC631: 12.05.01 - 09:33:58 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1135dfac36e94504d179fbbfa85ba7030c3a4e5]

        Merge SRC631: 12.05.01 - 09:32:16 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [22ac63cf0e65335ff8fb6774a7490b465dcd97ba]

        Merge SRC631: 12.05.01 - 09:30:38 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [0b04dfe772a72fa6d5eb9bc5a82e2aec00e3c701]

        Merge SRC631: 12.05.01 - 09:30:47 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9a3c0114323bdefa7989143fb1ce6f98904c744e]

        Merge SRC631: 12.05.01 - 09:28:54 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9365ce2631c98ad3e41ad6d16d99842f1e8c6c08]

        Merge SRC631: 12.05.01 - 09:27:54 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [5190aba14fb077c04ac654b82cd61ac2663ce108]

        Merge SRC631: 12.05.01 - 09:28:43 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [baf516948c37e7aea420fee86ed52bc8a24ddf0b]

        Merge SRC631: 12.05.01 - 09:28:13 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [db74e3d9ec34eca1e1c26c384a454d1739361f28]

        Merge SRC631: 12.05.01 - 09:27:17 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [4c658567cf649191a90ca628537228475b2a4450]

        Merge SRC631: 05/12/01 - 09:27:26 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [a308a483084b0ede8605636856e95fabc42b54c0]

        Merge SRC631: 12.05.01 - 09:26:23 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [f169614da7ffee34e4812de1f3de93db34bed397]

        Merge SRC631: 12.05.01 - 09:26:22 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6d2705d83bcf3169f38a85d04851252aa472d3a1]

        Merge SRC631: 12.05.01 - 09:25:42 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [596b8e3c0b9616b59025ca8135414668a7d046a3]

        Merge SRC631: 12.05.01 - 09:24:07 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [7c0e4402f34392b234f15a2315b79e496ed14330]

        Merge SRC631: 05/12/01 - 09:23:54 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [c1a2aeb5d404efe858ca7e0c8ae3e13c5f5eba70]

        Merge SRC631: 12.05.01 - 09:22:34 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c9407eaa0c657222bbf72f42480db1541df391e]

        Merge SRC631: 12.05.01 - 09:21:27 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [63722f88cb76405d55cca47bdcae7258440ab622]

        Merge SRC631: 05/12/01 - 09:22:01 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [5974b67753cfa51109633b0e2c379b45c614d9f0]

        Merge SRC631: 12.05.01 - 09:22:12 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [3187d5930c7a6a86ccae8058945198295a05dbcd]

        Merge SRC631: 12.05.01 - 09:20:40 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [a7cf651c2ed7a558baeb3f2573cfde3b45517bc4]

        Merge SRC631: 12.05.01 - 09:20:33 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [9809771925375c9d82d14836ed98db20dccafdc8]

        Merge SRC631: 12.05.01 - 09:21:00 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [3e9b7382cbb2aa3388c50bb761657d3db06ca0c5]

        Merge SRC631: 12.05.01 - 09:20:08 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [55692d6c6d16936af8bfc1d0bbfe5422dbf9622e]

        Merge SRC631: 12.05.01 - 09:18:14 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [25eadd958bb79865688bb3017b940ee8b37c8119]

        Merge SRC631: 12.05.01 - 09:18:17 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [e628ecc5a4634eca6e555fde9ab887401f70b035]

        Merge SRC631: 05/12/01 - 09:18:08 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [4ec592dd904d905c235d79701e9380aef6532c80]

        Merge SRC631: 12.05.01 - 09:16:58 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [d32643d39d05ae94bece5d79ae80928a75e9ca16]

        Merge SRC631: 12.05.01 - 09:16:07 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ef41ecff3dcb694983793790cf7de06d1d5dea46]

        Merge SRC631: 12.05.01 - 09:16:11 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [f457e3d9b83b6912eb35819edb556fca9022e0cd]

        Merge SRC631: 12.05.01 - 09:15:29 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [3dc478525c75727353d742101853d0ace6fbe088]

        Merge SRC631: 12.05.01 - 09:13:58 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [be410c653a835e66e655f369a46346c6ccae066b]

        Merge SRC631: 05/12/01 - 09:14:25 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [f0c6a230b7924cc7d717b96c208b99db4dc1e1ae]

        Merge SRC631: 12.05.01 - 09:14:40 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [8af54304d3dfc16658ce600977ff25fbed27a928]

        Merge SRC631: 12.05.01 - 09:14:03 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [65a54400030440c58fbf7ff7be264e00e249af13]

        Merge SRC631: 05/12/01 - 09:12:40 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [151665ccbedf7381ac2d3c07f92bfd2bf7dcc1c7]

        Merge SRC631: 12.05.01 - 09:12:48 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [2b021698bd7a4c7f9a56c30e557c7570893aa148]

        Merge SRC631: 12.05.01 - 09:10:54 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9fb8729db62cbc3c125323a45bcf73de4e68c996]

        Merge SRC631: 12.05.01 - 09:10:06 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [48fa714db363f13de670c634aecf142b7236f49a]

        Merge SRC631: 05/12/01 - 09:10:33 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [1c89d03d5705655de163e2941871a25cccd78c97]

        Merge SRC631: 12.05.01 - 09:10:20 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [fddba3c23c0b983aaa4562d53c43f77752c95ec5]

        Merge SRC631: 12.05.01 - 09:08:21 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [097133e713444fb8eafba58e2e6977ea136dfc48]

        Merge SRC631: 12.05.01 - 09:08:10 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [feb7147af8adede0e8b4484181a3d30ffc61000e]

        Merge SRC631: 12.05.01 - 09:06:28 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [bd321be637a6b9987758d98ba87d8794c5b84475]

        Merge SRC631: 12.05.01 - 09:06:13 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [a47ec2d3456e49e99d2c9f1efee9ab8009d68f54]

        Merge SRC631: 12.05.01 - 09:06:47 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [8a47420477a64c20a0be10d484851487ccdd7542]

        Merge SRC631: 12.05.01 - 09:05:16 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [471b031a4be10d56f5b525b86c11e1d963ea506c]

        Merge SRC631: 12.05.01 - 09:04:33 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [49c80178ff76417336d0c29adf2da759c1d8d709]

        Merge SRC631: 12.05.01 - 09:03:28 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [449df9739803022a847b66d6e068223ca5ddf717]

        Merge SRC631: 05/12/01 - 09:03:59 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [a944687197c9090f3f15f6c663f3bda00b667b84]

        Merge SRC631: 12.05.01 - 09:02:47 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [39a0c1e119158d987641739f11a2e84b072232e0]

        Merge SRC631: 12.05.01 - 09:02:48 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [230e31a33a8364d2cf5008d96b382f133dfd45e8]

        Merge SRC631: 12.05.01 - 09:02:25 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [108468db6fa935fdbfdce675a7748b64a35044f5]

        Merge SRC631: 05/12/01 - 08:59:55 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [82ea5c280efb4eb08eeecd484f539a2b80d505c8]

        Merge SRC631: 12.05.01 - 08:59:57 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [6e62c017887422a897a7e59915eb1bde217b2e93]

        Merge SRC631: 12.05.01 - 08:57:14 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ec12f9bbfd351a0bff88168a3803d20ea7b84449]

        Merge SRC631: 12.05.01 - 08:57:54 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [8996d1b0c803befa65cbcc859f30f85095964d02]

        Merge SRC631: 12.05.01 - 08:57:47 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [9b61c3ac41b736e69ea0d7718aaf0daadbc58b5f]

        Merge SRC631: 05/12/01 - 08:56:44 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [19f4b0a725f5faa241fcb68b75a19fe7469e046f]

        Merge SRC631: 12.05.01 - 08:54:43 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a441e88c092a4adb0e804dc479d73f9a68ddecc2]

        Merge SRC631: 12.05.01 - 08:53:31 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [4a1f699eebee518263cfa9a525fb4bdeb207821c]

        Merge SRC631: 12.05.01 - 08:54:33 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [65961198c3d1e614dfa32ce5c26d4089df148a9f]

        Merge SRC631: 12.05.01 - 08:53:10 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [756f783bc326de7d91346cb4fca5cf802a1ec240]

        Merge SRC631: 12.05.01 - 08:53:23 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [81013d4d31ad60ddf96b0c4ab3dcfef07434ed17]

        Merge SRC631: 12.05.01 - 08:51:32 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [1339f68e8b7d8dd104f2abeadb97c339561caea1]

        Merge SRC631: 12.05.01 - 08:51:55 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [93eb2b58219432f4e42d669d5b6d79a518564040]

        Merge SRC631: 12.05.01 - 08:50:12 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5056d87af46a8a2492d19589b2a008a97a423f20]

        Merge SRC631: 12.05.01 - 08:49:32 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2f035b58159083e71afd0c05754327a9f0905b5d]

        Merge SRC631: 12.05.01 - 08:47:37 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [809db3b904297009ace1ac8f91dc668899f873fc]

        Merge SRC631: 12.05.01 - 08:42:57 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0ef26616fd0962e27871c781293b832c0b2b93a7]

        Merge SRC631: 12.05.01 - 08:41:12 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [115b15d3a8f005260062b3633284444e98021061]

        Merge SRC631: 12.05.01 - 08:41:19 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d9d8c2fbabfcecb35bd417a30e9b2938b2e8ee05]

        Merge SRC631: 12.05.01 - 08:39:37 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [dc73b3fd4f8a523f94391c30d2c25c08e0f22399]

        Merge SRC631: 12.05.01 - 08:39:46 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [7b415fb4e70b8666a8d94d99e0c04e9b328b71cd]

        Merge SRC631: 12.05.01 - 08:38:12 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a2e60f86b25c551ecd96f03d405a3d896d38acbf]

        Merge SRC631: 12.05.01 - 08:37:08 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [22b501a81442b45ad38555916899a0dbef6c1a51]

        Merge SRC631: 12.05.01 - 08:35:40 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [e949c1f6585f59e33d7ee2c31a0a73fa0990b62f]

        Merge SRC631: 12.05.01 - 08:35:45 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [6906c58f1999a32e17e68acf7908581e499db5a0]

        Merge SRC631: 12.05.01 - 08:34:38 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [61f80015a9594035f272f6ac66d6e286c9291d60]

        Merge SRC631: 12.05.01 - 08:35:01 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [ddcad8fb814e9ab8d995831e94c7ea3c5a8f5305]

        Merge SRC631: 12.05.01 - 08:34:37 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [0ca1aa5e28df0e7ca5034e9b54c46174561b9cee]

        Merge SRC631: 12.05.01 - 08:34:17 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [64014f40a6622f8acfd79f4524e9991744d6c29c]

        Merge SRC631: 12.05.01 - 08:33:11 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [c3e4f074c9a67e8c4e794ac8de18bb7e671ca2ce]

        Merge SRC631: 12.05.01 - 08:33:05 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [8f9e38b9f521e19f723065e8b002b124ac3009c3]

        Merge SRC631: 12.05.01 - 08:33:43 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [467c34aeb0c385ad5b14c4cf3556e05b780db1fb]

        Merge SRC631: 12.05.01 - 08:32:42 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [991b2dea9a68227d40610c00749860f4803a1ea1]

        Merge SRC631: 12.05.01 - 08:33:14 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [22383934185f09c21c6ed684d79589541c8ddced]

        Merge SRC631: 12.05.01 - 08:33:12 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [415ed42dcec6b50534f6945821170503eda3e73b]

        Merge SRC631: 12.05.01 - 08:32:37 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [63f6ed5dc68b40a96648172cf521d58a784d4248]

        Merge SRC631: 12.05.01 - 08:31:35 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [175b2daa76651bc2ad5ba10d954d0f39b3928a0f]

        Merge SRC631: 12.05.01 - 08:31:17 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [c5bd07bf199878cd45fa80f3dc3e6e1e1c99a1a3]

        Merge SRC631: 12.05.01 - 08:31:43 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [daf30460ad75319d744e2d1d4db92cff4d244373]

        Merge SRC631: 12.05.01 - 08:31:36 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [e7eeec13638dd25f74345e7acda43857556b9e86]

        Merge SRC631: 12.05.01 - 08:29:59 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [999ed24170d7288801071589a908f9c5292dfce2]

        Merge SRC631: 12.05.01 - 08:29:32 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [c1b46df296c9f5008ef9b093cf3d7e869d8ddff9]

        Merge SRC631: 12.05.01 - 08:27:52 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0414e65e58f45b2c651c4aa722edc8d54b360944]

        Merge SRC631: 12.05.01 - 08:28:43 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb4dd0f336b185e42055dc526ef6ee4582009456]

        Merge SRC631: 12.05.01 - 08:27:32 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [0a62093309e3dc8cac12ea53a265f9051cc269df]

        Merge SRC631: 12.05.01 - 08:27:56 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [c79e67ea1ad36724aacabf2ed3273b21e86573b7]

        Merge SRC631: 12.05.01 - 08:27:32 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [01f98f588adc1626839d24b6c5c3cdeba0589264]

        Merge SRC631: 12.05.01 - 08:27:04 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [70689623852d83f274d8e4af299f4c0d77418e38]

        Merge SRC631: 12.05.01 - 08:26:10 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [6584c57e8d7c72617e61412cfdc92bf45b6d4852]

        Merge SRC631: 12.05.01 - 08:26:29 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [c02a946c9423e7d9a3919c26d0451c5df6b33c47]

        Merge SRC631: 12.05.01 - 08:24:49 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e6f9255e5182ae305d704a2b1c00c453fc32e24]

        Merge SRC631: 12.05.01 - 08:25:30 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [407c6dbd73af216431ab6663b80b3a9ebbf6a9e8]

        Merge SRC631: 12.05.01 - 08:23:13 (NoBranch)

2001-05-12  Rüdiger Timm  <rt@openoffice.org>  [b63d8aeba75c5fe251eb88f96016a321e972e07b]

        Merge SRC631: 12.05.01 - 08:23:28 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [99ff55f2fe5a98f2f7d20d8d6a58065255ce372a]

        Merge SRC631: 12.05.01 - 08:22:41 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [153ddbf39847cde1deb01ef1f78f921ca27d47e1]

        Merge SRC631: 12.05.01 - 08:22:49 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b89a0703fb1c66000a9a8689201659cb9f9c8c23]

        Merge SRC631: 12.05.01 - 08:20:11 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [08ff88e8aca0bd826180ecbfecad42c97c72eb92]

        Merge SRC631: 12.05.01 - 08:18:43 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [e71be24287c21a2bb2f8350eeb6eceb663148aa3]

        Merge SRC631: 12.05.01 - 08:13:03 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2fec7b04d7264090441920ff7856791653bb294d]

        Merge SRC631: 12.05.01 - 08:13:17 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8e4664ee69b315d7e6b29a6531dc0ac6575db111]

        Merge SRC631: 12.05.01 - 08:13:42 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [faa3e205957d1cd2725b94221c669ebc77e2766f]

        Merge SRC631: 12.05.01 - 08:10:49 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [5d9713d12b067377b41902e05f41612281b41e82]

        Merge SRC631: 05/12/01 - 07:58:46 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dc40b0770b487034ebe3c88bb3823f32f7f4e1d1]

        Merge SRC631: 12.05.01 - 07:57:44 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [eaf3172a0a1519711cb26285e96883750a32b881]

        Merge SRC631: 05/12/01 - 07:57:21 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [8015ccd61c1d90321d5d9acf1239dfd1e34a63c4]

        Merge SRC631: 12.05.01 - 07:56:34 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [4d276d57b003df9397fd665c7b5a7f5c3481fe5b]

        Merge SRC631: 12.05.01 - 07:49:48 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [08e76c295874f0a63eb68a78465bc987cfd576d6]

        Merge SRC631: 12.05.01 - 07:47:08 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [a755ff796c5d6a0ebc721c288386411402518cae]

        Merge SRC631: 05/12/01 - 07:45:23 (NoBranch)

2001-05-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [41cd8ffab77a7e6eac24a0bf2b02aef3dfcf8af1]

        Merge SRC631: 12.05.01 - 07:43:21 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [36d1b55c6b2544ee1fb3e550b0eca878ed443a77]

        Merge SRC631: 12.05.01 - 07:41:55 (NoBranch)

2001-05-12  Kurt Zenker  <kz@openoffice.org>  [2d08fa7f31de1db0f67e398eecddfedbb747f849]

        Merge SRC631: 12.05.01 - 07:35:48 (NoBranch)

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [6b3f2c8e5b181dd36e2f129c4ae80d96dd0fecd6]

        rtl string api change

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [420625e5a57d08660bee9d449ea67b0b8f3c0e97]

        rtl string api changes

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [5e50d8459912f8c15eaade43d393e8546325ea68]

        rtl string api changes

2001-05-11  Oliver Braun  <obr@openoffice.org>  [d63363bedad11a19be6e35f32b7d6ae88011d623]

        TF_FILEURL

2001-05-11  Oliver Braun  <obr@openoffice.org>  [704b80a1f9b0271184968c67434dcd9dfe821867]

        additional checks

2001-05-11  Sascha Ballach  <sab@openoffice.org>  [fac5616492fba6462fe7c52154e9cc68d449e079]

        implement GetColDefault

2001-05-11  Sascha Ballach  <sab@openoffice.org>  [81f50b05b23131fc9a186399ed1573d5578a806d]

        fix a problem with the memorystream

2001-05-11  Sascha Ballach  <sab@openoffice.org>  [db9f1fd591bd12111d78f9de1d32cf36b7b798ab]

        make the export and import of default cell styles on columns and rows work

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [5df7b7e88889e221940d9eb95d6a18c4a375db8a]

        use right DragFinished method

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [38f2547e4047d9bc198d6caab31afafab38c49df]

        rtl string api change

2001-05-11  jp  <jp@openoffice.org>  [a657f89e1b1ef19ed718ed543f625af8d30262ce]

        RubyCharFormat: change Size to 6pt

2001-05-11  Martin Gallwey  <mtg@openoffice.org>  [793a6719145a9574ff7b4cda664459eef2713153]

        Add non-const version of GetForbiddenCharacterTbl which creates the table if it doesn't already have one

2001-05-11  Martin Gallwey  <mtg@openoffice.org>  [d9fe4858e333ab52b6b22885ded069b558fd4447]

        Add non-const version of GetForbiddenCharacterTbl()

2001-05-11  Björn Milcke  <bm@openoffice.org>  [1a9645840a60895a43f73de46ff1556a9a48240a]

        no special handling any more for DataRowSource

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [2b8fe2684099a6308363d0c00b38257c62af16de]

        GetOwnClipboard with Window parameter

2001-05-11  jp  <jp@openoffice.org>  [de8080828b9773c59f775b09e65d7fc91af59d26]

        remove usage of International class

2001-05-11  Björn Milcke  <bm@openoffice.org>  [15dd7fe4c4ec2f96e2f32762f396cc69897159bc]

        resolve graphics

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [303a6bc1a444862b4972603c0d21dcfaf1348f15]

        rtl string api changes

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [c304bec469e6c6ebbf3d994b1fe24c16d85e35c4]

        #86865# +WordLineMode property

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [ab6477a08a185b07682f6a057e12ab3ea47ef129]

        rtl string api changes

2001-05-11  Mikhail Voitenko  <mav@openoffice.org>  [6393128274a997b569e0c513043af2ea8d2580ed]

        #83779# add remove method

2001-05-11  Mikhail Voitenko  <mav@openoffice.org>  [9fde74aaaca241912f41b2d9134b356aace25e71]

        #83779# add remove method

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [9c2faa1a78e169313a957a38758f2f095ce30af4]

        rtl string api changes

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [637811a2e6c4276cb000d894bca6c43a9df68159]

        CopyToClipboard/CreateFromSystemClipboard need Window parameter

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [3546ae67ef6f0165cf3bef771848a983ffffa31c]

        #86303# use another content type for the own clipboard format

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [00c3332d3f7ce44715def10b4b4ec395c0af4f14]

        CreateFromSystemClipboard needs Window parameter

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [c8f692f4c8fae2cc4fc71ac2e6f64aad95162c54]

        rtl string api changes

2001-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d2512faf8440b7689f20c514663cdb99e0ab29fe]

        dependency for linking same-project library

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [e488304d07accb4f29bacbd79e8d6169da40702a]

        optionally use printer as FmtDevice

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [88f3a02e54e3383af6de6f08a23c1c8828f97f83]

        #86875# RemovePage: don't simply set mnCurPageId, instead use SetCurPageId (if the new id is not 0)

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [b636c97f559a805cea4420fd35d4e469c22a09b4]

        UpdateRefDevice

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [7365cd8511a9a8d57d0f7e17d866ab62dde0e47e]

        use ScSizeDeviceProvider for optimal height

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [99879060fea2b97459fb334e861b280416405479]

        for bTextWysiwyg, output factor is 1

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [b3046f8477bb4b18251f4f1cc81635cde1dcb817]

        helper to use VDev or printer for optimal height

2001-05-11  jp  <jp@openoffice.org>  [6499a191fcb63f848a8ebfd631e15f034cae60b6]

        CharClass not as global static object

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [b1570d0e00b649e12be7c9f7f7a486f65b838a96]

        rtl string api changes

2001-05-11  Stephan Schäfer  <ssa@openoffice.org>  [320b2fec7da40ef7f233ba2c06ad82470e94cbcf]

        quickstart strings

2001-05-11  Stephan Schäfer  <ssa@openoffice.org>  [bfd84f8ddf5fea0e382874d63eb42699d23d4eb3]

        initial version

2001-05-11  Stephan Schäfer  <ssa@openoffice.org>  [a23f6b24e2914520caccf023ea0de3123f3b752d]

        restructured

2001-05-11  Stephan Schäfer  <ssa@openoffice.org>  [760c8613104a435fc2780c75e7d26ef6018f6510]

        shutdowniconw32 added

2001-05-11  jp  <jp@openoffice.org>  [f32127a75c037594c8619396eaa0f78aacab4b11]

        CharClass not as global static object

2001-05-11  Stephan Schäfer  <ssa@openoffice.org>  [bacd7a12e8b5bcb66630ff0bcc1d5d86f4dfffa0]

        added shell32.lib

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [a90f9711d867f0f2ad7adc047af41bf28ef5351a]

        rtl string api changes

2001-05-11  Jörg Budischewski  <jbu@openoffice.org>  [c8548bd165d5bb4b6ac854d28da71d4732f539a8]

        #TFU630# incompatible fileurl taskforce change

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [06d304702fa29b782df18cba604a1160b179c41f]

        #86788# +m_bEditAgain / #86863# allow a drop without confirmation (mapped from resetting a new index)

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [36c52c7c0fba965244f5736e090418f1016d3cc4]

        helper to use VDev or printer for optimal height

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [cc5cdb7fee73f689b85346db6580de9cc79715d2]

        #86862# allow reset for new indexes - mapped a drop without confirmation

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [ce52a78e19985a6d11812872bc1df49ad3119dfe]

        bTextWysiwyg

2001-05-11  Jörg Budischewski  <jbu@openoffice.org>  [a8b2bfa1d9b9a6b58820ab7e1bd469a92f1f5c11]

        #TFU630# incompatible file url taskforce

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [1712cdfabd9a6321cffea76e293925005decba9a]

        rtl string api changes

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [c63d0f38bce60c09eb3712ddf18390af2c397063]

        #86912# the previous fix (corrected the assertion) exposed some small errors ... corrected this (basically, the assertions were used to generous)

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [1727c4415fd051218e3b0f15c4d35b69be40943f]

        need rtl_getBestUnixCharsetFromTextEncoding

2001-05-11  th  <th@openoffice.org>  [9be078c09a6de1e040fac7e7af74f85b8f98a25a]

        rtl-string-changes

2001-05-11  th  <th@openoffice.org>  [3ec25ddcd5bb8bbce98eecc16e5f9e892ce1704e]

        rtl-string-changes

2001-05-11  th  <th@openoffice.org>  [2491cdcbcd6ceac3ac2c687debe8a9661b89d4bf]

        rtl-string-changes --> someone should change this to the I18n-Framework for correct language dependend handling!!!

2001-05-11  Stephan Schäfer  <ssa@openoffice.org>  [e3d9a45e994379072ac7ed65ee8a4fe474e3110f]

        InsertMenuItem added

2001-05-11  th  <th@openoffice.org>  [a86da7b75b56db929fffc7fc4b7c180dc510f4b1]

        correct rtl-string-changes

2001-05-11  Andreas Bregas  <ab@openoffice.org>  [9a1e8e97837feb8c787ebd3d62b10d5b0db75d80]

        Dialogs -> DialogLibraries

2001-05-11  Behrend Cornelius  <bc@openoffice.org>  [8cf6a240220b161461597006f2b43521cd96bf75]

        ## new module added for writer documents

2001-05-11  Daniel Vogelheim  <dvo@openoffice.org>  [5fa1644317210c45eed81c146d3f08572b9fe020]

        removed unused object

2001-05-11  Behrend Cornelius  <bc@openoffice.org>  [bc8d9fd86094969af4538f38c7b8578941f1e3f7]

        ## several changes

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [fa1cdf3d1b97f1f97a993163364c08999010a915]

        #86788# recognize an active editing when closing / #86860# property check for index name conflicts

2001-05-11  Stephan Schäfer  <ssa@openoffice.org>  [12c445dff3695b119e129a442ebc0481d4e6d8c9]

        just launch soffice and quit

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [64f7459535e40c8f88a3e67f719812f2d32933f9]

        removed double include

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [98f83048884726c97b84ae38881f632b5577ae21]

        rtl string api changes

2001-05-11  Daniel Rentz  <dr@openoffice.org>  [e3a26d7009fce0f64ddeda440f64e01f7e26f89c]

        redesign

2001-05-11  Dirk Völzke  <dv@openoffice.org>  [74cd4013081390e5131783182bda96aa22c24b9f]

        #86645# Send document via creating an url and dispatching it

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [fcfb3b34e89011b1ac223de0bb4098dfa9476e22]

        need rtl_getBestUnixCharsetFromTextEncoding

2001-05-11  Thomas Benisch  <tbe@openoffice.org>  [c09fc17b082c007a8f673edf9d4d3be2ee2d2747]

        rtl string api changes

2001-05-11  Thomas Benisch  <tbe@openoffice.org>  [5d9c76d89510540a2ce04c76b218257bc54a3bc9]

        rtl string api changes

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [09cf88a8c2cd9b2d931f9d4b5fb03545b275743c]

        FillEditItemSet/GetFromEditItemSet: copy complete SvxUnderlineItem

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [7668062e9e8a1ecbd0a6d51b119f00d9f1f0f4d1]

        mapping of symbols to unicode symbol area

2001-05-11  Sven Jacobi  <sj@openoffice.org>  [7bcb746e7d0f4e3a089084bb0fa1902103d011c5]

        #85260# changed min value for jpg export quality

2001-05-11  Jörg Budischewski  <jbu@openoffice.org>  [47beeac397ccd71d35e0a91f90859138dd508598]

        TF_FILEURL change, checked in blind, as this is a merge with the string taskforce ...

2001-05-11  Andreas Martens  <ama@openoffice.org>  [b1e92f45f489e3f758c215eaed337bc1351e16d2]

        Fix #140#: Flyframes in columned sections with orphans

2001-05-11  Oliver Specht  <os@openoffice.org>  [5778d2447472fa34a782f4ac1015a0e8514130f7]

        Labels.xcd: Size optimization: No localization, all measure values packed into a string

2001-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6082da577891622029fa49b26242fbd84eba6bba]

        new version for TFU630

2001-05-11  Björn Milcke  <bm@openoffice.org>  [35bb7e3ee5dcbeb6df012781e92a8ab162be728a]

        some strings added for chart

2001-05-11  Daniel Boelzle  <dbo@openoffice.org>  [ff7f2f4effac78433427b7f0cdea15b511f05c95]

        disposing context

2001-05-11  Kai Ahrens  <ka@openoffice.org>  [e86442c2a92e0ac55027eaafaa8ba783121a407e]

        #86394#: return true after execution of program (ClickAction)

2001-05-11  Hennes Rohling  <hro@openoffice.org>  [7d982c8cccd4855e7a09e7a9bb9970d2082e3ab8]

        #TFU630#

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [1ed0ee3a332f200f2f4d2cc143e3e121060ce922]

        underline color

2001-05-11  Daniel Boelzle  <dbo@openoffice.org>  [eccb0e660a07f1d26df9bbe3c88569498cc24629]

        debug info

2001-05-11  Andreas Bregas  <ab@openoffice.org>  [419d51d521e3b7989a8f0b1982e134ad7444e322]

        #86913# Call SfxLibraryContainer_Impl::releaseEventSource() before releasing library containers

2001-05-11  Hennes Rohling  <hro@openoffice.org>  [f599cefda20ee986ce9402cfaf5119b4ad42fb12]

        #TFU630#

2001-05-11  Hennes Rohling  <hro@openoffice.org>  [192ef1d0d50bbbe3781e10cbb1d2ad34d8eeef82]

        #TFU630#

2001-05-11  Carsten Driesner  <cd@openoffice.org>  [c32c16d119155112a7812024b566907e4a2003e6]

        export bookmark menu for sfx

2001-05-11  jp  <jp@openoffice.org>  [3fe30dc014c8778b6a4cdd808894400dd26fb7ea]

        XUnoTunnel interfae added to TransferHelper

2001-05-11  Daniel Vogelheim  <dvo@openoffice.org>  [9c6f0c6f88c84ff4c9e8c84baa71e84939dbe62e]

        #86118# fixed header/footer page properties (e.g. borders)

2001-05-11  jp  <jp@openoffice.org>  [b239a4467a8eb13dc28c0a361ae00c76589cb67a]

        comphelper lib added

2001-05-11  jp  <jp@openoffice.org>  [bfdc119cabb73ea98fd29998935840ec73234060]

        remove compiler warning

2001-05-11  jp  <jp@openoffice.org>  [9ce6cb5688b32a724fe7e372202619ddb91a1fd3]

        use the new clipboard interfaces/classes

2001-05-11  Martin Gallwey  <mtg@openoffice.org>  [d8bf7dc984c148c02b4f5a897adb72b3a96b62d4]

        Moved lots of properties into css.Document.settings and hopefully removed all the headers which are no longer necessary...

2001-05-11  Martin Gallwey  <mtg@openoffice.org>  [d38420d2b39a465ebff7d6bba1e55ecd9ef0291a]

        remove unused CXXFILES section and add SwXDocumentSettings

2001-05-11  Martin Gallwey  <mtg@openoffice.org>  [23f3a633482066a879843a8f46dc51c5b455c2a3]

        Initial Import

2001-05-11  Martin Gallwey  <mtg@openoffice.org>  [0325934d75b9017faf3d70e7efc30da8bbc65226]

        Move to generic settings import using css.Document.settings

2001-05-11  Kai Ahrens  <ka@openoffice.org>  [08e1b4da477038358eda960043f37886540dae9e]

        #84949#: remember loop count of animation when animation is started

2001-05-11  Daniel Boelzle  <dbo@openoffice.org>  [3d99f6dbbcee07b37bc51f13ac299859738eb70f]

        delegating component factory loading to cppuhelper

2001-05-11  Martin Gallwey  <mtg@openoffice.org>  [94ab27204d1469ed46d133f359031b438991c88f]

        Moved these properties into css.Document.settings

2001-05-11  Martin Gallwey  <mtg@openoffice.org>  [179b815505861023d337240229ebf4f89603277c]

        Moved the declaration of SwXDocumentPropertyHelper into the header and made it derived from CL's UnoForbiddenCharsTable class

2001-05-11  Martin Gallwey  <mtg@openoffice.org>  [7da35c86299c6eface790fd3f9a6b688d9457907]

        Moved these properites into css.Document.settings

2001-05-11  Oliver Braun  <obr@openoffice.org>  [f604da109ffb57e87b30390cc83681eb5af384e7]

        removed windows only code

2001-05-11  Hennes Rohling  <hro@openoffice.org>  [3a4b77861e7ab4faa3e73b74f38c73fe106d3ecc]

        #TFU630#

2001-05-11  Daniel Rentz  <dr@openoffice.org>  [bc2403cabdc815742e4f7422fa9e24db74913588]

        redesign

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [62a2c73548da4df341f620ada2d5b2f639b91df4]

        #86784# set underline color, don't use scale for bPixelToLogic

2001-05-11  Andreas Bille  <abi@openoffice.org>  [3879a47276f3de520bf8737c8aac2e543396872b]

        More testing

2001-05-11  Andreas Bille  <abi@openoffice.org>  [e6de18799594feefb7708e559b0b3edbef755152]

        C++-search engine now also searching in specific scopes

2001-05-11  Dirk Völzke  <dv@openoffice.org>  [e71d70e474e7ec2dcb3672c5710ab450a9e007f8]

        #84092# <All> filter on top and set as default

2001-05-11  Daniel Boelzle  <dbo@openoffice.org>  [df417f99ba57c1fc2b079270cb51c1c104982099]

        adopted to new bootstrapping

2001-05-11  Christof Pintaske  <cp@openoffice.org>  [80b656a1c0e7a12e32ee4a9af75d3644ea0caec3]

        handle symbol area for metric and glyph

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [b1d61acc4f465ff572ca7021cd3b90a5c94e867c]

        added a rudimentary documentation to the XDispatchProvider interface (mainlyfor mentioning the _helpagent target)

2001-05-11  th  <th@openoffice.org>  [cd323600014aee8eb9f942eddc61f1f262d03274]

        correct rtl-string-changes

2001-05-11  Sascha Ballach  <sab@openoffice.org>  [31315b761909bdf23b7ad8edf8e2ce499049715f]

        use AdjustRowHeight of ScModelObj instead of a own implementation

2001-05-11  Mikhail Voitenko  <mav@openoffice.org>  [53acc0b6070ac873e66142a0940822e4eed21847]

        #83779# use XInteractionHandler

2001-05-11  gt  <gt@openoffice.org>  [109b7e2fa7eec3c7e953490e36918d8154bc823a]

        #86892# second try

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [167ef9442af049481dbe5b882d88fc83e61ae604]

        #86861# BeginDrag: EndTracking

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [b1ff2fa9b684def069d4d56965e7178e6445b7e8]

        rtl string api changes

2001-05-11  Hennes Rohling  <hro@openoffice.org>  [72a891a3cb6ebb85cabb83352225c20ac965a5c7]

        #TFU630#

2001-05-11  Christian Lippka  <cl@openoffice.org>  [c968bd315520bcbb3aead6f4de4b14bc3929f415]

        added stream encrytpion

2001-05-11  Oliver Braun  <obr@openoffice.org>  [d006dea72b0ffaf9041e74deed2de71ba057549d]

        osl file API changed

2001-05-11  th  <th@openoffice.org>  [13697a6bd76cfac3857f653379cfc133dd78e18a]

        rtl-string-changes

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [83a4deb5c4d3c0fa1b0d1eab0b7ffc45b10eabd7]

        rtl string api changes

2001-05-11  Thomas Benisch  <tbe@openoffice.org>  [283f0b3180cfacc8e1a833c0d5a6dc210857b578]

        rtl string api changes

2001-05-11  Daniel Boelzle  <dbo@openoffice.org>  [271ac06814e0816894cda26cec1a8be1916f977d]

        adopted to new cppuhelper bootstrapping

2001-05-11  th  <th@openoffice.org>  [69fd4a2f37ad344a0f903817eb8b4e07f57268f6]

        rtl-string-changes

2001-05-11  th  <th@openoffice.org>  [ef24cfa47c1f139157625bf603f8e56f98565a18]

        rtl-string-changes

2001-05-11  Thomas Benisch  <tbe@openoffice.org>  [e1f81cde76878825492a96f857a2037e38f33f8d]

        rtl string api changes

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [df7bdf2391cc4accf51cdd94914cf5e7154a8187]

        add. printeroptions.obj & printerwarningoptions.obj

2001-05-11  th  <th@openoffice.org>  [0f47dee08cb23bb8d801a76e72e06d51555b47f5]

        rtl-string-changes

2001-05-11  th  <th@openoffice.org>  [109fe67cb428d538c6c0ea9cdc32b3cf9ddf521c]

        rtl-string-changes

2001-05-11  th  <th@openoffice.org>  [d57b4a3bdf428ae0f6b50775a1de3f827c10b946]

        corrtect rtl-string-changes

2001-05-11  Daniel Boelzle  <dbo@openoffice.org>  [f0012f0a432f3d4a4681ad319dc3a9b668c52402]

        disposing of context

2001-05-11  th  <th@openoffice.org>  [21956975de025cbb0299d6929b307881604a6438]

        rtl-string-changes

2001-05-11  Oliver Specht  <os@openoffice.org>  [0627eb81916041e58cc18dda1bb88b4aaea38744]

        #86883# basic fonts asian added

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [cfcfa08b72414757628e3b44ea49f7b156084279]

        replaced the SfxFileDialog/SvxImportGraphicsDialog

2001-05-11  Tino Rachui  <tra@openoffice.org>  [ce160e46307b3cbfdf7d64a3913652fa702ee91f]

        *** empty log message ***

2001-05-11  Kai Ahrens  <ka@openoffice.org>  [3704fa228507dab0d18c33a8352bb45e68c2bc96]

        #86206#: D&D for EditEngine

2001-05-11  th  <th@openoffice.org>  [225c28f735fd7d310b2466c0c4d0bea5d0853576]

        rtl-string-changes

2001-05-11  Dieter Loeschky  <dl@openoffice.org>  [a7c63bc8b8b7c1b423fad3e7da97d8b91e0d4f40]

        #86266# BurnInStyleSheetAttributes(): calling base implementation first

2001-05-11  Daniel Boelzle  <dbo@openoffice.org>  [1ad25a072dce57586bde6941fa1a0125f9a78e23]

        init rdbtdp only if registry given

2001-05-11  Peter Burow  <pb@openoffice.org>  [39fd192f12d626ae1826323458a692b0b9f59d5c]

        move bmkmenu to fwe

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [4789d134dc6db1c4af92216673430d732857886a]

        no ImportGraphicsDialog anymore there is a com.sun.star.ui.FilePicker service now)

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [4c8300e4d81ae2a79c2d0679d70c04a06bd52ee1]

        use the com.sun.star.ui.FilePicker service instead of the propritary one

2001-05-11  Peter Burow  <pb@openoffice.org>  [9e6069a47a4e360334ff25c3900d5f20065f945a]

        use image id url

2001-05-11  Peter Burow  <pb@openoffice.org>  [7c1d529ecb4880e260c51e6da8ec48f33c018b0c]

        support images inside bookmark menus

2001-05-11  gt  <gt@openoffice.org>  [e3502a64456442b05bbb4787e28df322354c8ea8]

        #86892# imaginary unit possible without a preceding number

2001-05-11  th  <th@openoffice.org>  [2f4019ab2b52f40d2542f5194a2e8251176a94a5]

        rtl-string-changes

2001-05-11  th  <th@openoffice.org>  [e3ed8a2db9ad1912d22c4a82693c3d92b4649123]

        rtl-string-changes

2001-05-11  th  <th@openoffice.org>  [a4848ac8899ec6ed0b53faba7761061c86f64137]

        rtl-string-changes

2001-05-11  th  <th@openoffice.org>  [55319f2cf82547cb3aa11c5269f37aa47a9c1232]

        rtl-string-changes

2001-05-11  Andreas Martens  <ama@openoffice.org>  [d7d96489e5289ff9c3b37089a4ad757a0d7377dc]

        Fix #769#: Column adjustment

2001-05-11  Thomas Benisch  <tbe@openoffice.org>  [61ea9bfa7b51d55b9fce474c16eacad4ba9d6e24]

        rtl string api changes

2001-05-11  Thomas Benisch  <tbe@openoffice.org>  [32867a7ac96638d75ba4fb5acf8b4897082dc690]

        fixed bug in rtl string api changes

2001-05-11  Vladimir Glazounov  <vg@openoffice.org>  [80cf26c6c0042b5af20bbeeab4495d5e9870c423]

        Removed extra semicolon

2001-05-11  th  <th@openoffice.org>  [a853bb9278454301c311bbadd1c7cfe90e717bd8]

        rtl-string-changes

2001-05-11  Rüdiger Timm  <rt@openoffice.org>  [1159a460144021932edea99bf3b9f6bada30102e]

        #65293#

2001-05-11  Ocke Janssen  <oj@openoffice.org>  [681d15793f86936291aa2616771433f7288e6a16]

        new line missing

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [a44c71f6a87d85c94d1f21eb748c65c55214d2d4]

        new version for SRC631

2001-05-11  th  <th@openoffice.org>  [07c0b9833029365b30f1422920d73a12cc761a5c]

        rtl-string-changes

2001-05-11  Daniel Rentz  <dr@openoffice.org>  [7a447d74d59e2f292f261de9c37eebe1fd5ffc72]

        fixes for view settings

2001-05-11  Christian Lippka  <cl@openoffice.org>  [7d501b1792fff3850787e45434add9d0e869a546]

        fixed return type

2001-05-11  Rüdiger Timm  <rt@openoffice.org>  [1314bf225884b4848d6516f948c5773153d9d300]

        #65293# fix for gcc (needs temporary variable)

2001-05-11  Andreas Bregas  <ab@openoffice.org>  [826155d2ca03146d205b2028a8141875af2b5e61]

        #86371# Enable wait mouse cursor when openening libraries

2001-05-11  th  <th@openoffice.org>  [e8d648545865a567bb353fdbb996454e9eae2064]

        rtl-string-changes

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [ae7a5a91199f02e61a0d166ab29cd6c7a6570379]

        new version for SRC631

2001-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [80b600152e5ad8f10b5700335d28e238708548d4]

        new version for SRC631

2001-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [957277f4cfd297af2728c145bccd51909b1325cc]

        new version for SRC631

2001-05-11  Rüdiger Timm  <rt@openoffice.org>  [984e3cd83ce075c3ac1e47c5507fdcbdd0df892f]

        #65293# fix for gcc (needs temporary variable for Point() )

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [730e6f8f180d374ac8243744f260fd6bef4baaf4]

        rtl string api changes

2001-05-11  Thomas Benisch  <tbe@openoffice.org>  [8b83e9f93d32f8444a56ac542cb00b129da48959]

        rtl string api changes

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [cee6167ed2150ba07716732e6403fabca8720227]

        new version for SRC631

2001-05-11  Nils Fuhrmann  <nf@openoffice.org>  [9b7b5a5006c76c7b1c9d945e6bde12061ed3f568]

        Fixed problem of wrong ids when merging changed itemlist or those with new items

2001-05-11  Sven Jacobi  <sj@openoffice.org>  [1a08c50c4be888716f753a4354be523bfd3d08d2]

        including SdrOurliner instead of SdOutliner for SVX_LIGHT

2001-05-11  Hennes Rohling  <hro@openoffice.org>  [37608991fac3fac012363809237ff15356e6c05e]

        #TFU630#

2001-05-11  th  <th@openoffice.org>  [b08ac80edddbc927618d58cc72c35e8d14d1b8c3]

        rtl-string-changes

2001-05-11  Andreas Martens  <ama@openoffice.org>  [3c5e501ee4ba5e71b5e1ba151b4ea38fee0ea31f]

        New: First steps for a layout cache

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [010882d7e470799946220000a1e19823d6733a9c]

        new version for SRC631

2001-05-11  Niklas Nebel  <nn@openoffice.org>  [c07b105e7f75c0c20cdbcbf30a8933889a3940cb]

        #86813# SetMarkedToLayer: SetDrawModified

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [b9666fe56be60af1b4ac09fbf621d1fb2be563ec]

        extra semicolon removed

2001-05-11  Philipp Lohmann  <pl@openoffice.org>  [e52d3244d65609d855de6158f3a6c783ca7c928c]

        rtl string api changes

2001-05-11  Peter Burow  <pb@openoffice.org>  [61589094ac0d4cba7a273d89802b9b27ff22adc6]

        fix: #85201# further implementations

2001-05-11  Frank Schönheit  <fs@openoffice.org>  [0ea4e6d2e829827aaf8f906981e6e3def43cc6e5]

        solaris needs complete types to catch them

2001-05-11  Peter Burow  <pb@openoffice.org>  [5cccb36e8b5d399556d4342402bb395717d99229]

        fix: #85201# support for 'private' protocol

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [e1a5d66eba3bd7454b47b896820e461c47dc254b]

        hanging punctuation and cleanups...

2001-05-11  Rüdiger Timm  <rt@openoffice.org>  [5cf24cd18ce676537997f096705aa590fc29d231]

        #65293# blanks inserted to avoid gcc parse error

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [f5400a91c12f4d516850dfae2622278281025a88]

        reduced compiler warnings

2001-05-11  Christian Lippka  <cl@openoffice.org>  [fb78a3ecfcb114ee2ae4eae2e6a0cc46292a883f]

        #86157# added api access to SetOfByte

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [d6f725ed2a3ffd3b3f1a1389f0f30eec060b85ba]

        new DragAndDrop

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [5c406f81c55a906e56f5876bdc3c32be754f3a40]

        getServiceName ist not const!

2001-05-11  Peter Burow  <pb@openoffice.org>  [ace943c8f06ad0f09810477ef45f1586801c7f7b]

        fix: #85201# IMG_NEWFROMTEMPLATE added

2001-05-11  Christian Lippka  <cl@openoffice.org>  [2a93f19ee50e4325a88f6bce624ee91669b1beac]

        #86157# moved layer settings to view settings

2001-05-11  Rüdiger Timm  <rt@openoffice.org>  [79e8128e93f8bf0c9c140728260b73264e692b09]

        #65293 merge error (missing backslashes)

2001-05-11  Peter Burow  <pb@openoffice.org>  [58f8cdbd901aed91b3b97ff438c7c2717a406801]

        fix: #85201# initialize with oustring sequence added

2001-05-11  Peter Burow  <pb@openoffice.org>  [40f2666fc05ab994178783ecc06ab4e164a812c0]

        fix: #85201# impl pointer instead of window pointer

2001-05-11  Rüdiger Timm  <rt@openoffice.org>  [03b9b36b9622c7dbd7a00d5d5fcff048ac7042aa]

        #65293# merge error?

2001-05-11  Stephan Bergmann  <sb@openoffice.org>  [379793f58b03767e112a10fafe6f77c9adc04772]

        #86645# Merged in 1.11.10.1.

2001-05-11  Sascha Ballach  <sab@openoffice.org>  [1dc5c79af65e79ba02b319ce8b84267f20d85823]

        export and import of default cell styles on rows and columns added

2001-05-11  Stephan Bergmann  <sb@openoffice.org>  [4574afb4b2fbfd719984c8da8256665e1efe4b8a]

        #86645# Added test of http query part encoding.

2001-05-11  Oliver Specht  <os@openoffice.org>  [857d086e0ce433263e88f6f15ef237148cf8abea]

        redesign of dialogs (FME)

2001-05-11  Sascha Ballach  <sab@openoffice.org>  [9d624bd9f4a85934040f3329e3bfd55102dd1ca8]

        GetColDefault and GetRowDefault added

2001-05-11  Christian Lippka  <cl@openoffice.org>  [128997e985e0e4d913829563ce937c379d3eeb87]

        #86157# moved layer settings to view settings

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [a879d475a4aab2b9470c3297b9f3f43c5e8eef05]

        getServiceName ist not const!

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [9066fb9974e5ea97ea84542fadba5ded8a4f08f8]

        Call SelectHdl for every selection change

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [48803e7b538786a3d85bea63da0bfd0ab9735eec]

        Get MultiServiceFactory from vcl::unohelper, not from comphelper

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [2a0bcf920a6576409b00038b3b4a39f4de366dd9]

        new DragAndDrop

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [62f7ecfa682399691e853273f717f5cb9d21840c]

        register dnd library

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [01949d0c8026f320138dac04ff42bf642b88b700]

        DragAndDrop helper

2001-05-11  Malte Timmermann  <mt@openoffice.org>  [575c3a6e3659d8604fb4d34a32faea43c31ef06d]

        deliver dndhelp.hxx

2001-05-11  Frank Meies  <fme@openoffice.org>  [d59ce71044081a58aca856b535dccaf2cc9041d1]

        Position and visibility of PostItPortions

2001-05-11  Ocke Janssen  <oj@openoffice.org>  [97e378ddadc502954da331b869bdc902a5ceea98]

        #86724# clear updaterow after update

2001-05-11  Ocke Janssen  <oj@openoffice.org>  [4390e3b34db3183a8a809e524ad3e13492504577]

        #86724# clear updaterow after update

2001-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [73369081e1e50f3c6b97267ba0500f8469775c44]

        Merge SRC631: 11.05.01 - 07:28:30 (NoBranch)

2001-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cde22961955be8aa6cf605bf1feb50a606881566]

        Merge SRC631: 11.05.01 - 07:22:44 (NoBranch)

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [65b6de538c26dcb1dd3065cd0c5bf22893d7fc39]

        Merge SRC631: 11.05.01 - 07:19:37 (NoBranch)

2001-05-11  Rüdiger Timm  <rt@openoffice.org>  [06074ac7adcc9108f214aad8850cbaf8e5e76061]

        Merge SRC631: 11.05.01 - 07:18:54 (NoBranch)

2001-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e1c66f68621b976c2ef25a1efad94407abd3d257]

        Merge SRC631: 11.05.01 - 07:19:04 (NoBranch)

2001-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a44dbe372afa072625234e8917125d39934512b9]

        Merge SRC631: 11.05.01 - 07:17:41 (NoBranch)

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [da30cd4e8adc9035525f35f58ea872b3cf69e64f]

        Merge SRC631: 11.05.01 - 07:17:59 (NoBranch)

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [b25b5b800d1af354522aead08f43607fe95b4ec3]

        Merge SRC631: 11.05.01 - 07:17:45 (NoBranch)

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [2a48beb321e8f9e0755203bd1e1300fff99a1cf6]

        Merge SRC631: 11.05.01 - 07:15:43 (NoBranch)

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [1a6f448060d3370a1418e5e9133f8ffb471542f4]

        Merge SRC631: 11.05.01 - 07:16:26 (NoBranch)

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [b65e06ef1f1a9b372101d9e5131482ffb86b9252]

        Merge SRC631: 11.05.01 - 07:15:53 (NoBranch)

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [7b1e08acb1d27413d7df9fd821515612fd0ddab9]

        Merge SRC631: 11.05.01 - 07:14:21 (NoBranch)

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [06e0d409557a8ac3116f090f067519a6fb2a6af3]

        Merge SRC631: 11.05.01 - 07:11:54 (NoBranch)

2001-05-11  Rüdiger Timm  <rt@openoffice.org>  [1892f438a2afc23dfe5b5942e0e740084dd51d12]

        new version for SRC631

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [7b272124c5f5aeb738e824feb6f60656ed98b1e8]

        new version for SRC631

2001-05-11  Kurt Zenker  <kz@openoffice.org>  [37b81f3da6a8e3484bfc116c0e8679cab0dbc9dd]

        new version for SRC631

2001-05-10  Bustamam Harun  <bustamam@openoffice.org>  [9a9bf45a9fd7f89447e2f6831e4276de22d3b54d]

        modify charType - Joe Xu

2001-05-10  Niklas Nebel  <nn@openoffice.org>  [bafd430bfaa0a5f257dfbcb59661385cbe4bea68]

        AdjustRowHeight

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [07491a292e4d3731a63cd75923d912263287926f]

        rtl string api changes

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [928779d15311a9a197f229f9d597112de6191094]

        rtl string api changes

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [835c83c7f218e861fea30dbc3924bf88faf8d1d4]

        fixed and off by one issue

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [8c3d09f5a8e6a7c5e5a2ca4a89bcbae1ea7e1230]

        removed obsolete fopen

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [3444b58404e0caaf02b88dc302ca50ab9c4fb1e3]

        removed an of by one issue

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [8f5393d716f99d2edb16ce7c2f7ba5e077765292]

        handle empty tokens in longer strings correctly

2001-05-10  Daniel Rentz  <dr@openoffice.org>  [e431a92cddaa01e47629ae705d488b4fec1092ff]

        excel import/export of view settings

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [4e6557b1dbef8051f3fca76bfb9e5c9bb27eb7b8]

        corrected an index error

2001-05-10  Hennes Rohling  <hro@openoffice.org>  [174b4b6b02a2df85e718cfbeafa8723beb12ac26]

        #TFU630#

2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ff43764f57807b15c2d4b632b1d07e0fa745ac65]

        L10N-framework

2001-05-10  Sven Jacobi  <sj@openoffice.org>  [3f6f36c0f3b72617c249c892f34d59180391258f]

        api changes : normalizePath and getSytemPathFromNormalizedPath had to been removed

2001-05-10  Dieter Loeschky  <dl@openoffice.org>  [2aaafa3182fc9dfb7d2e3876a51981ff4a6643bc]

        #86510#, #75116# + BurnInStyleSheetAttributes(). SetModel(): default StyleSheet handling

2001-05-10  Dieter Loeschky  <dl@openoffice.org>  [9de6ba968e6283f57f2fd82803d8d7a9a31a01a0]

        #86510#, #75116# BurnInStyleSheetAttributes(): calling base class

2001-05-10  Tino Rachui  <tra@openoffice.org>  [f54114471d2b9d56abf8abf43a2dc220a775c079]

        *** empty log message ***

2001-05-10  Tino Rachui  <tra@openoffice.org>  [f24ef06a42047138320ae9a66c838b7520c3a8d8]

        now building only one dll for the w9x unicode wrapper

2001-05-10  Hennes Rohling  <hro@openoffice.org>  [a7c7daa09013eacbcb63a671024fe439a4437059]

        #TFU630#

2001-05-10  Sven Jacobi  <sj@openoffice.org>  [93af61fbcffe57a8f728cf2bdfc314856f413a9d]

        api changes, normalizePath and getSystemPathFromNormalizedPath has to be removed

2001-05-10  Andreas Bregas  <ab@openoffice.org>  [45626746d3a089a8d5d6274de4f10088f53e83b7]

        #82672# Empty Array gets right element type

2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf821b3eb5edaa412fcacdd5f46fb40da41fedca]

        source/misc depends on bmpmaker

2001-05-10  Tom Verbeek  <tv@openoffice.org>  [3fa31482123286296ac6a27ae4d4584618a9b2a5]

        added support for 3 new themes

2001-05-10  gt  <gt@openoffice.org>  [e6d3bb572ffc9ef537faa8ed4152e1bb26474f87]

        #86854# typo and additionaly fixed wrong parameter descriptions

2001-05-10  Andreas Bille  <abi@openoffice.org>  [9ec753da9a1da0556a6e67be10afee5c73fe8192]

        Bug fixing

2001-05-10  Andreas Bille  <abi@openoffice.org>  [f796ed6d917eb9aecaf2d832df8ea459bcd41de9]

        *** empty log message ***

2001-05-10  Andreas Bregas  <ab@openoffice.org>  [11f9aa4fcb2ad0a5fada8561c7041e7f25a059fc]

        #79615# sbxToUnoValue(): Choose smallest possible type for numeric values

2001-05-10  Sascha Ballach  <sab@openoffice.org>  [fb09f696d986719df69fba8e18d4f1eb51122113]

        remove SEQTYPE for every property in the propertyset

2001-05-10  Hennes Rohling  <hro@openoffice.org>  [4af4dfabae0afc1e7aaf7a39a04c0e19f5ad47dc]

        #TFU630#

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [f99590caa48864380581238eb2df13d11c405cdd]

        adopted to new bootstrapping functions

2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b233357ab43b3a4a1373cc52b7cf564e36323e64]

        cleanup

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [cc1352d4add543f6ab48d7df60b52f2311a083e9]

        removed Sequence<>::getElementType()

2001-05-10  Christian Lippka  <cl@openoffice.org>  [313a09782183acfd9076ea0f2ee3de7141b52c50]

        #86677# fixed acces to style and model pool, was mixed up

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [3c08d0ba1efd1bd1f9d8e7b058e65a94352e3703]

        need to generated XComponentContext for included headers

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [5aab9f58e38d0dd1576fa1eeff5b37224933f815]

        adopted to support XMultiComponentFactory and component contexts; modified initialization

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [5461ea00be5330c4c13cbadc446eb70888634922]

        adopted to component context: reads tdmgr out of context

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [f8bf1ee90320c0836c193568c97bcbf35e3ffbaa]

        component context support; moved cppu core type transfer to cppuhelper

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [f3503f4b53ff0594dc1324bac0d1119580aa99a2]

        reading registries out of component context

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [b9f29315c351c2965b5cca9448fb75551dd6bf9e]

        bug: OFactoryComponentHelper

2001-05-10  Ocke Janssen  <oj@openoffice.org>  [a465b21ddca95dd7a288808a11a683e6c587fd96]

        #86724# bookmark fixes

2001-05-10  Oliver Specht  <os@openoffice.org>  [48882681976e5e61a251ade8a9e0eb1547709517]

        black border corrected

2001-05-10  Kai Sommerfeld  <kso@openoffice.org>  [69bd861512256b59bedbecdd32913611a39d0f5e]

        Corrected documentation (UCB configuration parameters).

2001-05-10  Jörg Budischewski  <jbu@openoffice.org>  [6259f6f50e31268cbdf65defa3fd0e897b5f1b5b]

        #TFU630#

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [ba4c22fb53568b75adc6dcbdcdc854a1edb9fd77]

        Cursor is of type XResultSet, not string

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [1b9705daacc05f300883e6dae4736bb4550dc434]

        rtl string api changes

2001-05-10  Oliver Braun  <obr@openoffice.org>  [ae6a42a12ad3b93a98da1f6b7327db4b7ed0a548]

        removed obsolete osl_getAbsolutePath

2001-05-10  Niklas Nebel  <nn@openoffice.org>  [92f4f8ffdd8234c4544caf3a70898a08c0ca9e87]

        GetWebQueryFilterName

2001-05-10  Oliver Specht  <os@openoffice.org>  [fb8b754e7e9c48abcbcb94a4278b06107396d37a]

        black border

2001-05-10  Ocke Janssen  <oj@openoffice.org>  [e8bc0667217bd589f4007df2ea5108e0b75bf44a]

        #86724# check null values and you of correct assignment

2001-05-10  Martin Gallwey  <mtg@openoffice.org>  [5e58b167bf739b9d151570f65a2a8db650ca3583]

        #86829# The bug has been identified to be the PrinterSetup import...load the settings stream, but skip the PrinterSetup setting

2001-05-10  Martin Gallwey  <mtg@openoffice.org>  [0731b8decf24196c0c58858ba221a2d72bb0c01a]

        #86829# Work around for a bug in PrinterSetup import

2001-05-10  Thomas Lange  <tl@openoffice.org>  [10d47de785d4033e9f72da3858b0ca4b3473e89f]

        #85850# suggestion for language of words improved to handle Dieckmann code (spellchecker for German) excepting many english words

2001-05-10  Hennes Rohling  <hro@openoffice.org>  [361c6e4fdb8ceade9aa8c3f3cdc14958cb27e83c]

        #TFU630#

2001-05-10  Kai Ahrens  <ka@openoffice.org>  [6f2b2f009f581794f5adbc8e3d55b39d5bd1ee0b]

        added bmpgui application

2001-05-10  Kai Ahrens  <ka@openoffice.org>  [64222308b3f984ba8fddbd8abf29abdc72a68c4e]

        split into gui and command line executable

2001-05-10  Kai Ahrens  <ka@openoffice.org>  [1100ef5e57e57b0eaece140ded120b5bd32ae9aa]

        initial revision

2001-05-10  gt  <gt@openoffice.org>  [2b4a52a60db3133c34e9cd7b5a577c9eb337bbed]

        #86854# function names may contain underscores

2001-05-10  th  <th@openoffice.org>  [342979c6eeb72ca45902b826e953893d9443a32d]

        rtl-string changes

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [a7d67b08133423a276bc9fd80674c8c71d47bf61]

        #86223# table create invoked from table administration page / toolbox in query administration page

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [ad97061faf440ea63ed881b32959275d8a800ef7]

        #86223# some new ids

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [3df62c8c1644a66f7efc0a829e243675d392995c]

        #86223# restore view settings after applying (no matter if syncronously or asynchronously / +successfullyConnected to make the password persistent

2001-05-10  th  <th@openoffice.org>  [4778b79e8f109da8141de2acf5ff403d516dd9e4]

        rtl-string changes

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [b726226b6b8a6a0effbe2dfae4237d40ea713811]

        #86223# +OPageSettings/createViewSettings/filleViewSettings/restoreViewSettings

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [16ae838f596f0807360d992cb9650da4abe32de2]

        #86223# outsourced some item descriptions

2001-05-10  Michael Brauer  <mib@openoffice.org>  [4fee1c881b8b8966451adfb092c16da79f68355f]

        bug fix for draw aspect

2001-05-10  Oliver Specht  <os@openoffice.org>  [190e083469124b8e9df7047f773adcb0b6812a9a]

        FixedLine corrected

2001-05-10  Hennes Rohling  <hro@openoffice.org>  [87ef556c03454ffd1d789508f672305e63cff854]

        #TFU630#

2001-05-10  Caolán McNamara  <cmc@openoffice.org>  [81ed456858525254e558a1163f4f4fa2e0781500]

        ##766## Another missing special case for simplified chinese

2001-05-10  Sven Jacobi  <sj@openoffice.org>  [0fcdf9ca9aa0267cfd50a8a3788107096f6bb29b]

        #72589# improved text alignment, now using full width when ParaLeft and also ParaRight alignment is used in one TextObject

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [2f02e0b70843b881756aa2cc68c19e64b1bef777]

        osl string api changes

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [2d04e77e8fbfe1d02ce8e095aa6639cedc8ae613]

        adopted to new bootstrapping

2001-05-10  Dirk Völzke  <dv@openoffice.org>  [72264613cca8b23a04efb4428f48862300f3e8c1]

        fix: #86848# no template dialog after wizard call

2001-05-10  jp  <jp@openoffice.org>  [bed321233eda7ff7f5375cd025813391efbac42f]

        remove not used headerfile

2001-05-10  Oliver Specht  <os@openoffice.org>  [ab75d63b8c4dff8754b77c829831fb6f1cb9f7b6]

        Is/GetTabCompage re-corrected

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [c3d8f16faa28c2cd8272af94f677c8d14f1a6a38]

        #65293# gcc seems to be very strict ...

2001-05-10  Björn Milcke  <bm@openoffice.org>  [949fe8d7a99c7b2eaaaa529da1cdb928f539e603]

        +SymbolSize => "symbol-width" / "symbol-height"

2001-05-10  Björn Milcke  <bm@openoffice.org>  [151b4e99a99c65aa5c16947c79f1bb723c0b4a6d]

        +SymbolSize => "symbol-width" / "symbol-height"

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [a957745298b062d8f1e846e3f5cacae750fca793]

        index bug

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [8cc3c08b2cb8b369c871c3debc8d850a22bbfbd5]

        #86223# id renamings / changes in the signature of the OXXXDesignAccess / additional connect-parameter

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [ec6f9da8e8e6e6026b64df852b6db70fb8b644b3]

        the clipboard changes are SUPD-dependent

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [aec7142a448273e3ff51dafef2233be7d2e97f6b]

        +start-/stopConnectionListening / outsourced the code for connecting to a data source

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [3c511c9608795c24d2d6c831d0f6e5f1fc454588]

        corrected the listening at the connection

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [1a3a839e469cb21dcbe8df5b4cf7b7c96e697c8b]

        osl string interface changes

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [92e6a8c50ccc9f8962d2a66c3443f3d81d64a465]

        #86223# new strings

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [2b04307ffe8bad5d27efdb77fe5a4a4fdd2fd4ec]

        #86223# +datasourceconnector

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [8dd3494342ba5fb50c3546e826bc00a5275e4706]

        initial checkin - helper class for creating a connection for a data source

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [a221c6a0ca549422e4f5e8a79c97730a7d369bed]

        moved start-/stopConnectionListening to the base class

2001-05-10  Herbert Duerr  <hdu@openoffice.org>  [b9ae4664538721a69e58efd10ed31e525eb6e464]

        fix PS symbol mapping for StarMath

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [1afd64da040d721691a6df9174edf90bd6cde594]

        #86223# +STR_MISSING_TABLES_XDROP / +STR_BUTTON_TEXT_ALL / +QUERY_NEED_TO_SAVE_FILTER / +ERR_CANTDOTABLEACTION

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [bde8cf836c1c1b96a4ddd23b33abf37a772a96ce]

        #86223# remember view settings while applying (no matter if synchron or asynchronously

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [cd1ba4ffdfa7f7ec26c0a7905291a82ea596ffec]

        added a StringArray

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [6b4140143fd40d381171eef52b3a69bf71ab0d7c]

        #86223# some new ids

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [5fe770ca93d3cbe857486b2d915d86fa9637c8f5]

        don't allow empty names

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [b98d9efc80c040dd402e0eef15e29ac563bddb97]

        #86223# new help ids (not surprising ...)

2001-05-10  Frank Schönheit  <fs@openoffice.org>  [97fcbfb2af1a5f7ea9754d57a1f5c952d8b7dbbf]

        #86849# be a little more tolerant when display names are missing

2001-05-10  Jörg Budischewski  <jbu@openoffice.org>  [5ab2b3c7574686d39f1ec8ce1b5b4f2a84d5b5fe]

        made the threadpool handle administrator secure against duplicate handles

2001-05-10  th  <th@openoffice.org>  [c568f7c725019f0726641852dee3263b86e95669]

        temporary workaround for ustring without extension

2001-05-10  Tom Verbeek  <tv@openoffice.org>  [06e845c89d257e1cacb79fb727d38641369cf67f]

        tools --> Tools

2001-05-10  th  <th@openoffice.org>  [153a89b4636efe624525548a6a0e5170c36450ce]

        rtl/ustring --> rtl/ustring.hxx

2001-05-10  Dirk Völzke  <dv@openoffice.org>  [4589febacc80c898a2f3cc5d9852c194e343b285]

        #86846# Add filter for displaying all files

2001-05-10  Armin Weiss  <aw@openoffice.org>  [662fedad083b2f9a172c843875e3be6e359081f9]

        #86265# make sure polygon is closed

2001-05-10  Armin Weiss  <aw@openoffice.org>  [20d8daf3b318413a987fe7ded0e14ca354de1165]

        #86265# select entry using list and polygon, not string

2001-05-10  Armin Weiss  <aw@openoffice.org>  [416c6ada0a70270a91738f415119f2fa43eaf14a]

        #86265# expand the line start/end growing with line size to not only happen for SFX_ITEM_SET, but for SFX_ITEM_DEFAULT too.

2001-05-10  Andreas Schlüns  <as@openoffice.org>  [44e18bb4a21869ef74d65206bb06bf0e7276ae1c]

        repair includes

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [7937b1c2ec6f7bc55998803af4a60398127d5d2f]

        new string api

2001-05-10  Tino Rachui  <tra@openoffice.org>  [20f568bf925f1f486991374f7ab9796fa9efcc1d]

        *** empty log message ***

2001-05-10  Andreas Schlüns  <as@openoffice.org>  [0d91d4bd70c71f5f4501bfc684801670c19f4866]

        use right offset

2001-05-10  th  <th@openoffice.org>  [c260ad0cf87eebf27a9a6677f0df42b66df989d7]

        rtl/ustring --> rtl/ustring.hxx

2001-05-10  Philipp Lohmann  <pl@openoffice.org>  [61123ae95e8b990e796a785f0b2b86df91560272]

        new string api

2001-05-10  th  <th@openoffice.org>  [ca46766e129ac1579ffff2bec9efdf1016eb3ec4]

        rtl/ustring --> rtl/ustring.hxx

2001-05-10  Andreas Schlüns  <as@openoffice.org>  [bfc35eee666912b9da1a6a7c398cd523936f0d9d]

        repair includes

2001-05-10  Andreas Schlüns  <as@openoffice.org>  [34d4d0d81246cf870bb9ffa50de04a394408b851]

        differ between new an wizard at calculation for position

2001-05-10  Andreas Schlüns  <as@openoffice.org>  [f0389d349ff38827157b1c8ac917b69d8eab4878]

        fix #75520# top level

2001-05-10  Hennes Rohling  <hro@openoffice.org>  [53a7f16267006edcebb37d537ba3332c92f07224]

        #TFU630#

2001-05-10  Andreas Schlüns  <as@openoffice.org>  [51c8dcf8f854c41084d4aa959d1af165636602bf]

        fixx #75520# top level

2001-05-10  Stephan Schäfer  <ssa@openoffice.org>  [07fc70c2f0c57d6a1fd440b5c176f5aacefaf31d]

        corrected directory for quickstart

2001-05-10  Hennes Rohling  <hro@openoffice.org>  [9040a13d39e557b3bf700cce88ea1dea0d858bd8]

        #TFU630#

2001-05-10  Oliver Specht  <os@openoffice.org>  [ab36d82f0c2d3c5d564c13668e6b88e08276d183]

        double-mnemonic removed

2001-05-10  Michael Brauer  <mib@openoffice.org>  [f52155065089e4acb9e52d71200054482f8f9601]

        draw-aspect for ole objects

2001-05-10  Michael Brauer  <mib@openoffice.org>  [939c6ceda0fdedbaba3daab7869c6cf494224386]

        draw-aspect for ole objects

2001-05-10  Andreas Schlüns  <as@openoffice.org>  [a3ff188036e04d3c784c8f5d32dec4f07f8568c0]

        support order of menu entries

2001-05-10  Tino Rachui  <tra@openoffice.org>  [4e09565de8da9d34c77c873a5e8b1eebd7443ec5]

        *** empty log message ***

2001-05-10  Daniel Boelzle  <dbo@openoffice.org>  [9e4dad942e5fb752d042878fd7ae4d7ff5264ef6]

        adopted to new bootstrapping with context

2001-05-10  Björn Milcke  <bm@openoffice.org>  [beb70227cf687218cfa341e82f772b9264ee22a2]

        symbol-size => symbol-height / symbol-width

2001-05-10  Andreas Martens  <ama@openoffice.org>  [82eb701d4dc2eecfbf710b0eca368f7314a08090]

        Fix: Asian kerning needs sophisticated screen display

2001-05-10  Herbert Duerr  <hdu@openoffice.org>  [1739ea7c7397b4f3b64da477574c71bbf086034a]

        implement vcl support for asian kerning

2001-05-10  Björn Milcke  <bm@openoffice.org>  [c3de29211b3fe0da3ae4026877e49b5d8b7a2252]

        #86215# +table-number-list: compatability attribute for calc saving charts in binary format+symbol-size for charts

2001-05-10  Björn Milcke  <bm@openoffice.org>  [9768dd5ab1dcd6915da0d73217579d66016a5755]

        +optional property SymbolSize

2001-05-10  Oliver Specht  <os@openoffice.org>  [4f72c48866bce6f6f669aae93a1eaa221ebf0f91]

        store print options at the document

2001-05-10  Ocke Janssen  <oj@openoffice.org>  [f7da6e715a6791dcb752d1a0968fe02957578018]

        check return value

2001-05-10  Oliver Specht  <os@openoffice.org>  [d54e400dbd582332b0e1abbaab0d16e43554cb99]

        #86546# automatic width and distance added to text columns

2001-05-10  Oliver Specht  <os@openoffice.org>  [a14b6efc17b0ff58b23b61c9ae233286b0cc288f]

        print options

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [2e0a1bd5e0714b43441a415e6cc88de0c5a5f1d9]

        Merge SRC631: 05/10/01 - 10:19:38 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d0f1d45d4e3ed63875ba8d7dab3059a15ae0ad87]

        Merge SRC631: 05/10/01 - 10:16:31 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [652a1ef137aaba55937275706057be1ce7aafb70]

        Merge SRC631: 05/10/01 - 10:13:22 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4113ab010f2cb816d8fc269d73ce0e6b48743add]

        Merge SRC631: 05/10/01 - 10:06:52 (NoBranch)

2001-05-10  Mathias Bauer  <mba@openoffice.org>  [44bc8d9752ed444db406feddd20de5fdb8324b19]

        new configuration access for menues and accelerators

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [0e86f6f109d928d8ae33f4aaf6f1bdfceac0b859]

        Merge SRC631: 05/10/01 - 10:03:38 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1dccae076f1c09146d897cefeed6c1de605c2312]

        Merge SRC631: 05/10/01 - 10:00:27 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [9438aa9a0ecf091665e7dfba2c71b0982ed009ae]

        Merge SRC631: 05/10/01 - 09:57:14 (NoBranch)

2001-05-10  Mathias Bauer  <mba@openoffice.org>  [904b5d7a6cb1d6db78e1951f3e6b28be542c8cce]

        new XML based configuration for accelerators

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [75dc43d0e59a0a05ac6ebe604d112e9652bdf5dd]

        Merge SRC631: 05/10/01 - 09:54:00 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [7eb2f74c45887e32d42453fcb16b8dc86fd9d22b]

        Merge SRC631: 05/10/01 - 09:50:54 (NoBranch)

2001-05-10  Mathias Bauer  <mba@openoffice.org>  [71230ee00baadec6033a4b8548c57a4439ce8ede]

        moved defines for special menues

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [dc072bfa86e80aa01ba237bb42bddcbbd85385fa]

        Merge SRC631: 05/10/01 - 09:47:51 (NoBranch)

2001-05-10  Kai Sommerfeld  <kso@openoffice.org>  [a3145b6a2eb927a7a03714a1624ffd21346678ee]

        Added: transferContent Removed: both insertNewContent( const Content& rSourceContent, ... )

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [da911f0aa88f354cb87f1e9e8116626e9eb3f078]

        Merge SRC631: 05/10/01 - 09:44:49 (NoBranch)

2001-05-10  Mathias Bauer  <mba@openoffice.org>  [1b555c531a75831d04d490023d59da371e36e410]

        moved defines for special menues

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [04bfe876a0c8d5d0dda02bf7dff3a1f48f5728dc]

        Merge SRC631: 05/10/01 - 09:41:58 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [7d878e646e949ed93eaeab31eb60c84d70569d46]

        Merge SRC631: 05/10/01 - 09:36:00 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [b6dd4cf3dacd6f9b22e149b1f8b104b452f6d9d7]

        Merge SRC631: 05/10/01 - 09:32:57 (NoBranch)

2001-05-10  Hennes Rohling  <hro@openoffice.org>  [e1818869901451858f839df614d7129d3ae3859e]

        #TFU630

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [e12bd010fb2ac1cc4a59e35a4ff2ff9d8cf2792d]

        Merge SRC631: 10.05.01 - 09:30:46 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [71ff422990d5fc9eb242c1d5e4460ed94d875153]

        Merge SRC631: 05/10/01 - 09:29:17 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [0f0e513d6b0eee19e5b92ef8c8d37a899063a81e]

        Merge SRC631: 10.05.01 - 09:29:10 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [6a0d57314cb674b6a4721ba2ba4a498d919349d3]

        Merge SRC631: 05/10/01 - 09:26:03 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [9afae4ca5227e7ec5a87dc0f4e2694a51cba88d0]

        Merge SRC631: 10.05.01 - 09:25:42 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [35efac175fa460c74f8159ecfedd9554c1c2e953]

        Merge SRC631: 05/10/01 - 09:22:50 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [d5604e9c5743370728b87a492e81cc0f1dfb67d0]

        Merge SRC631: 10.05.01 - 09:22:15 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [9992177596f567995b2057c7fc442543085fa7d9]

        Merge SRC631: 05/10/01 - 09:19:17 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [2e1b5cb0e79a19415658bbeb1800c0e9f10ea0b1]

        Merge SRC631: 10.05.01 - 09:16:35 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [cbacdce15895c154cc6ab0ffd815abfeb98299be]

        Merge SRC631: 05/10/01 - 09:15:48 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [1b8bfa986547eb4da4cba1e73f43656ef61363ab]

        Merge SRC631: 10.05.01 - 09:16:00 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [bb3a1ceb9d765dcf88dc57ac429112e7e160a9b5]

        Merge SRC631: 10.05.01 - 09:14:51 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [b29ab845756592c7a89b77f8946075df0435ad19]

        Merge SRC631: 10.05.01 - 09:14:02 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [b24e7d4bd84a9945be67147c02b95ae7681fef1f]

        Merge SRC631: 10.05.01 - 09:13:01 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d7952e2648196f92564afed9ca5b6aa98a448e21]

        Merge SRC631: 05/10/01 - 09:12:23 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [08a8c235608c4bf239ffccc481affbb8725e76e8]

        Merge SRC631: 10.05.01 - 09:11:15 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [d378ccf1b6a748d6abe7b873d2fbae11573edc82]

        Merge SRC631: 10.05.01 - 09:10:42 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [4048bbd8d4ef28fe8a8bfac0c20f064785fcc8e3]

        Merge SRC631: 10.05.01 - 09:09:48 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [29652148de23618205d96c2bd6640aeb69a04efc]

        Merge SRC631: 10.05.01 - 09:09:23 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4db2c8c5baf85fb7f4e5308ceb73ba9709c6093f]

        Merge SRC631: 05/10/01 - 09:08:51 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [8f509d118fefe91824bbc1c03f2e7fc59977e803]

        Merge SRC631: 10.05.01 - 09:09:58 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [1629e5fd9c117b2b06b5e860afb402cf6b88ef62]

        Merge SRC631: 10.05.01 - 09:08:46 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [13e8fc5c6193e271241b8689f4681d77286b9ac3]

        Merge SRC631: 10.05.01 - 09:07:39 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [44418b3318c6f67388cc3798d52acd88301c5c30]

        Merge SRC631: 05/10/01 - 09:08:16 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ece8e0f872c85cec06dba058e26f655d32b7d901]

        Merge SRC631: 10.05.01 - 09:08:21 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [d9dbb21e4d72874aad9c453345f006709543f0a6]

        Merge SRC631: 10.05.01 - 09:05:08 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [55accf34de425674b30181d8375f03ccaf1c7346]

        Merge SRC631: 10.05.01 - 09:04:08 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [563354c595e58ac8967b3dce7eecf84df899cf41]

        Merge SRC631: 10.05.01 - 09:03:00 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [fb72b246b39cb1b9cc6aa4678b7e78b750c6659e]

        Merge SRC631: 05/10/01 - 09:02:43 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a6975d6a95dacff51924d62d95681cad05811c35]

        Merge SRC631: 10.05.01 - 09:03:48 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ffcea4173dda3bd08da029565c55c6bf614a917b]

        Merge SRC631: 05/10/01 - 09:03:23 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [63c90b21784fd34c10819126fc0909f82d46c501]

        Merge SRC631: 10.05.01 - 09:02:36 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [2d9f304b9f3f84a7a1d481aa7ee4ee66bc0b7d8c]

        Merge SRC631: 10.05.01 - 09:02:00 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [9e5d90ba57d00e0e1e2fd9f34f3282fec4b5fd9d]

        Merge SRC631: 10.05.01 - 09:01:57 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [40144eb3e1d232a255c97bee1edfaa2aa3573ae2]

        Merge SRC631: 10.05.01 - 09:00:37 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [942dd3e56573a401d0f5e8c4b40ec76b2c064714]

        Merge SRC631: 05/10/01 - 09:01:14 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [be689a563ba6fa5ce3abf7f56d1f4628efc282f6]

        Merge SRC631: 05/10/01 - 08:59:08 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [51511f3f76331bce0f5dbc75de9e252d1a9e56f4]

        Merge SRC631: 10.05.01 - 09:00:05 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [ff86c66194bc162315da77f9e02096978f4f1f98]

        Merge SRC631: 10.05.01 - 09:00:06 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [c0be2474a9e4a69a12517e35d7600ac8d5b53365]

        Merge SRC631: 10.05.01 - 09:00:08 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [268281c55b4bec9711c764557fc95de155428b0e]

        Merge SRC631: 10.05.01 - 08:58:57 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [3ceeeba16e254ecd8fdf2122471b1358643f3a62]

        Merge SRC631: 05/10/01 - 08:59:10 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [587fce726f3a375de78466cd7d37ecea05c81d4f]

        Merge SRC631: 10.05.01 - 08:58:24 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [475774bc99b8086d73bce2ce5f8abe799ea459e8]

        Merge SRC631: 10.05.01 - 08:58:12 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [6c99a3c6efa4bb0a9f49ded125e0082b32311687]

        Merge SRC631: 10.05.01 - 08:58:11 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a9ccb7986c1c3f0d33e58ed0e3a024f6d304a1cf]

        Merge SRC631: 10.05.01 - 08:58:16 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [fe765e015c6cf16227e1c832587c4b431ae34995]

        Merge SRC631: 10.05.01 - 08:56:45 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [d8ee29e8765031f197fb2d546a98ee852acc04da]

        Merge SRC631: 10.05.01 - 08:56:07 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [bbbdd2e68502c18184db365f6375ab65e919aedf]

        Merge SRC631: 05/10/01 - 08:55:18 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ec5e85d91ff1316aa40d85e32af97b173622b02a]

        Merge SRC631: 10.05.01 - 08:56:13 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [d360a597299b3cbf84a95bee697a000b847aacf8]

        Merge SRC631: 10.05.01 - 08:55:46 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [b27d6cbec65ff769b0d3f86c8de22a84754c0a11]

        Merge SRC631: 10.05.01 - 08:55:58 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [cc5d74502383106656231b66b99b1e7e7f64d95b]

        Merge SRC631: 10.05.01 - 08:54:38 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [6164844349b30fb5c4f71c644bd08f57cb5effc7]

        Merge SRC631: 05/10/01 - 08:55:01 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [e50827682695668ada8af7feb1dfad3ef101b596]

        Merge SRC631: 10.05.01 - 08:54:03 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [48010fa2d6db19d5769969fb225ba94e06503d27]

        Merge SRC631: 10.05.01 - 08:54:09 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [fe2b17b1594735f002c0da9f005d6fc4133f7857]

        Merge SRC631: 10.05.01 - 08:52:53 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [0ae21e64dffe22495e89da3aad413d55ed1ebe83]

        Merge SRC631: 10.05.01 - 08:53:53 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [497205c0a7ffb5a3664815bb64c00115794b5e7c]

        Merge SRC631: 05/10/01 - 08:53:10 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [f702205b691b967acdfde1d2c518bc2c0c7ce372]

        Merge SRC631: 10.05.01 - 08:51:49 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [63b419508fa81f171631b3fbd6fcc660326ccf7b]

        Merge SRC631: 10.05.01 - 08:52:04 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [893d754257031ad18711f781ca97fa972f237157]

        Merge SRC631: 10.05.01 - 08:50:45 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [435c073611f5669f081aceb4023ec967d6d49090]

        Merge SRC631: 05/10/01 - 08:51:11 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [284b870a13e1b22f0042367eed8bdff5ebe83b6e]

        Merge SRC631: 10.05.01 - 08:50:48 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [59ea04448d9b62b81f32b6400b95824ea3ac2a01]

        Merge SRC631: 10.05.01 - 08:48:54 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [787544fc63b46852ce45fcdd7688387be4c15760]

        Merge SRC631: 05/10/01 - 08:48:03 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a46aafca548aa1e126b82d9df8e1fe2383f3ed22]

        Merge SRC631: 10.05.01 - 08:48:31 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [fec2dce45b2e0ea042c678a1311fea5fce5a09ff]

        Merge SRC631: 05/10/01 - 08:49:14 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [aa9652fe12282f130a871d9883e61d5dd3a01950]

        Merge SRC631: 10.05.01 - 08:48:52 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [c93e2c0cc25263efdeefa6433b8b9859caa9d7ab]

        Merge SRC631: 10.05.01 - 08:47:37 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [3eb56043eeb75efdd851d87f9553fbe2b211da10]

        Merge SRC631: 10.05.01 - 08:47:05 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [590e9e74fb09619ed07580fb6aa7d48b60c58c29]

        Merge SRC631: 10.05.01 - 08:47:48 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [0ace655f17af5a5072b7d7cc4298588718a9f054]

        Merge SRC631: 05/10/01 - 08:47:25 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [837c25d978764e3f2a17555a92292c8d01e9b9fc]

        Merge SRC631: 10.05.01 - 08:46:35 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [765017cf291ac688c59e9d6d4b8e6e88b7b0ae54]

        Merge SRC631: 10.05.01 - 08:45:51 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [ca25126ab491817c30f4aac957b498308bcaf4cb]

        Merge SRC631: 10.05.01 - 08:46:40 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [910145efd8aa50a47a51074f391dc1c8f53d0ed2]

        Merge SRC631: 10.05.01 - 08:45:19 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [7388fc62ed74622106e6f8bdb485f46697ccee49]

        Merge SRC631: 10.05.01 - 08:45:53 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [3584232c4ba7e63d5195f393127a8db17af49654]

        Merge SRC631: 05/10/01 - 08:44:15 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [83ee14bcfd9283694987e95aed676b665d81de84]

        Merge SRC631: 05/10/01 - 08:45:32 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d5d5b4256c72060d6bacfe5d2d522dcf9a0cf289]

        Merge SRC631: 10.05.01 - 08:44:41 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [6c7c9e06a839b1dd1553913dd4bdadc8b10c463d]

        Merge SRC631: 10.05.01 - 08:43:45 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [e860377bec93ccfc2384dec8c89c717b8e26b890]

        Merge SRC631: 10.05.01 - 08:44:19 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [52354ce16e04747476a83d1cdbc0cf166062a30b]

        Merge SRC631: 10.05.01 - 08:44:26 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [914ed8bdd0a36c05606a0b0688004408c243a3f9]

        Merge SRC631: 10.05.01 - 08:43:13 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [704933674436d1207ecf3c16e6205e2000ae9d9c]

        Merge SRC631: 10.05.01 - 08:42:40 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [011a71297c9b80309d26b42f8cb98f55c86dc1aa]

        Merge SRC631: 10.05.01 - 08:43:12 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [5dcd680283ca920e28c0b64998466b685e9dadc6]

        Merge SRC631: 05/10/01 - 08:42:43 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4189489c239600c0cb33fdb9934c7a96178204c5]

        Merge SRC631: 10.05.01 - 08:41:54 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [431d2a723418e9cb5c1db4e9069f4d2883843a9e]

        Merge SRC631: 10.05.01 - 08:42:44 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [c44d1a93c4beeca0274c5ce493ac0aaf516eea6e]

        Merge SRC631: 10.05.01 - 08:42:23 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a37e84143cadda9fff7bf9f8e2c1be1f2009e5f4]

        Merge SRC631: 05/10/01 - 08:40:37 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [ea5096c9589852ca637cfb43e8beab3e433b4a35]

        Merge SRC631: 10.05.01 - 08:41:14 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [f6fa5442ac7a1eec84835bbe92f718e086a7f842]

        Merge SRC631: 10.05.01 - 08:41:02 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [9be00c5909aac7342652ff314c907c29f99f9f88]

        Merge SRC631: 10.05.01 - 08:41:11 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [8c1edfde2e41219b03951ecee556501a36f8adb2]

        Merge SRC631: 10.05.01 - 08:40:39 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [60ffa03441589bd9312f1753efdd2abd15467c71]

        Merge SRC631: 10.05.01 - 08:39:55 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [3f3421ec1d1b3164fd68fffe771c35db7e2e12c0]

        Merge SRC631: 05/10/01 - 08:40:29 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [2c2902c8500301af6fd58386ec78e512af153299]

        Merge SRC631: 10.05.01 - 08:40:42 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [ed2c1bd8c97b6ad15fbfd3d4c5a27f6d82ba7cb2]

        Merge SRC631: 10.05.01 - 08:38:59 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [fedee28d26d741f60db6a81f15c6def236fcb75e]

        Merge SRC631: 10.05.01 - 08:39:08 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ec8dcd79761c36f4b6640cfe43a95126d55c97c9]

        Merge SRC631: 10.05.01 - 08:39:09 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [b1d705e53ab0e8f4cda6afc10577772c941a4544]

        Merge SRC631: 10.05.01 - 08:39:29 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ab49d3725a67eac662f15cffce55a126b7e2f798]

        Merge SRC631: 05/10/01 - 08:38:43 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [49399b52ff21cd7714fc5d7cc7bca3950b680333]

        Merge SRC631: 10.05.01 - 08:38:53 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d3baad4c9e30f9990ea9191950470d6193167761]

        Merge SRC631: 10.05.01 - 08:37:44 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d3d448166eb0ce0a549a5235cbb046d432770917]

        Merge SRC631: 05/10/01 - 08:37:18 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [2cd43d44926f8e15d7a3c01a8c8d84c68f66de7f]

        Merge SRC631: 10.05.01 - 08:38:35 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [92e7bb85cb4557def6cd3edc15bc0e7e9e1954f7]

        Merge SRC631: 10.05.01 - 08:37:18 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [25d244e3073509089cb5edf89edd27ac8ebea8d3]

        Merge SRC631: 10.05.01 - 08:37:20 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [cad9baaf896ead9327d10c6e41b46aeeaab11f1c]

        Merge SRC631: 10.05.01 - 08:37:05 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a684030f461aa74f727b71d01c0b64638d239038]

        Merge SRC631: 10.05.01 - 08:37:40 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [337729be662a8ba46b8be52f738a6f2fa562ef50]

        Merge SRC631: 05/10/01 - 08:36:57 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [69efe34ce7ce2515866dfeca0ec7a1b9d29536bd]

        Merge SRC631: 10.05.01 - 08:37:03 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [d1372684caa635029217a457db0534b7c3915eb2]

        Merge SRC631: 10.05.01 - 08:35:42 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [6ecfcbda4a020c25ced6cbdf5bc50b0d994ec2b8]

        Merge SRC631: 10.05.01 - 08:36:29 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [772e73962b88e46ed86ee86c471c07a3cff3bd36]

        Merge SRC631: 10.05.01 - 08:35:30 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1c822a023f750306072fd403c2461f30daa2c5c9]

        Merge SRC631: 10.05.01 - 08:35:56 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [31bb22ed11a9bed10dea130e309e81e5a852cb59]

        Merge SRC631: 10.05.01 - 08:35:11 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d81d72dee9811f7b5fcd1a00a6e1ad00be277cb8]

        Merge SRC631: 05/10/01 - 08:34:04 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [b90d2df3bdae1a4c73853ae38fa54229c9d4a8bb]

        Merge SRC631: 05/10/01 - 08:35:07 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [cfad6689982f79d5a98bbe1799c73994dff32842]

        Merge SRC631: 10.05.01 - 08:34:04 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [0af9f639426c3ab50d3d3894f1c6d890471569e6]

        Merge SRC631: 10.05.01 - 08:35:01 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ec6cfe71065ea3a81c1ff79b1a5570dc04b5e1e3]

        Merge SRC631: 10.05.01 - 08:34:07 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [04684fddb643dd0379653f646450b2077245360b]

        Merge SRC631: 10.05.01 - 08:33:35 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [3b716883e01f328624e8cb1868f2ccb285d6263d]

        Merge SRC631: 10.05.01 - 08:33:16 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [30b5810626d101203519e21519a4668b08500cd3]

        Merge SRC631: 10.05.01 - 08:33:11 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [cac5e2152c601d055f706540902e885a95ee4d1b]

        Merge SRC631: 10.05.01 - 08:32:24 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [90bbb7876516a26314239868d63666c993dfbd5d]

        Merge SRC631: 05/10/01 - 08:33:14 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [41a9fb4eaa470098fc381a8b2e8c35643510555a]

        Merge SRC631: 10.05.01 - 08:33:09 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [32f96170bbbe8641eb2aa917bdad927f00e93305]

        Merge SRC631: 10.05.01 - 08:32:53 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [dd31adbe2254571a27613d5eb6b951615733d306]

        Merge SRC631: 10.05.01 - 08:32:27 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [c43363cea0abab0c763011460bc0ffde80821fc0]

        Merge SRC631: 10.05.01 - 08:31:21 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [da7dc679ddbe9b54d240c12fc70cebab5ef12031]

        Merge SRC631: 10.05.01 - 08:31:19 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [8f03199d22e8f75e97bd09ee7d06a86b69a7a649]

        Merge SRC631: 05/10/01 - 08:30:31 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [9059e5f7bac8ce9047cddad1016e649439e4dbcb]

        Merge SRC631: 10.05.01 - 08:30:38 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [14e7ad58a4902599e09c8f5479e8e1c3cbfc020c]

        Merge SRC631: 05/10/01 - 08:31:14 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [372fbd6ed47e2893c2bd9a17fa43756cfa386e90]

        Merge SRC631: 10.05.01 - 08:30:51 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [f9eb08310dff636e60f7344149fb39d0b850f62e]

        Merge SRC631: 10.05.01 - 08:30:29 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [e5f2f8ee9bda4ac5063c168a18aad87d9125f851]

        Merge SRC631: 10.05.01 - 08:29:14 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [7d9e7d504607c791fd703286b54e538ba16883dd]

        Merge SRC631: 10.05.01 - 08:29:14 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [16f0e44b99e4a7dbc0a611ad94374bb598f6d163]

        Merge SRC631: 10.05.01 - 08:29:05 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [07bb491a685941f5ac515598876d2d40c9b270ca]

        Merge SRC631: 05/10/01 - 08:29:17 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [e195f4a188d1876d0fc21c6d70eb1c7ec8e56d62]

        Merge SRC631: 10.05.01 - 08:28:03 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [b3d2d800e01e051cfd60f21f03a88f841100af9d]

        Merge SRC631: 10.05.01 - 08:28:26 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a1cb11e5cf460175a968058d175a1bc1cd5b4e1c]

        Merge SRC631: 10.05.01 - 08:28:53 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [164be554d7ec3662ed8dc7302fca968b6bb1e770]

        Merge SRC631: 05/10/01 - 08:26:37 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [deb1256003d76965a9cff84f0d3533bef9606718]

        Merge SRC631: 10.05.01 - 08:27:49 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [4578a9945c9226eb97807ae82cef64a81c266277]

        Merge SRC631: 10.05.01 - 08:26:40 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1ce00fdf550e9c899ea36cefc27888b2ff0133d2]

        Merge SRC631: 05/10/01 - 08:27:21 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [e9304f88dcf84ffe66e7106d9b74ba83312d2536]

        Merge SRC631: 10.05.01 - 08:26:16 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [575a8ff2ed4356869fac681fd1216c0fdef3aaf9]

        Merge SRC631: 10.05.01 - 08:26:22 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [8658cce9380b40ba6e8913fd697a7eb0f5dc70c9]

        Merge SRC631: 10.05.01 - 08:24:50 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [b5cff3f07a64484c2d9b1e2c7d04b3ee9723b0b1]

        Merge SRC631: 10.05.01 - 08:25:31 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [29ab82c07077d9440bcfc60f69940ffcd20af35f]

        Merge SRC631: 10.05.01 - 08:24:28 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1b5073e5a788bda2bd07ccf9635fe71b35310d09]

        Merge SRC631: 05/10/01 - 08:25:00 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1dd616ddd76f8424eecb646e7547edd83f08c34e]

        Merge SRC631: 10.05.01 - 08:24:22 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [ba2e6e7470c85ff9a0d7c90fa20b3d7f207e8307]

        Merge SRC631: 10.05.01 - 08:22:55 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [5fd56110340c28889862c8f51ee61ed414764f05]

        Merge SRC631: 10.05.01 - 08:22:47 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [bfc84b7293d1ff11edf223db56a89e085fb7624f]

        Merge SRC631: 10.05.01 - 08:22:46 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [9e0479e8708b318ecf0dc5e3ed4e01b750f527f3]

        Merge SRC631: 05/10/01 - 08:22:03 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [09769a8166e890ff290e2958df0193b15a0e0d8d]

        Merge SRC631: 05/10/01 - 08:23:11 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [66cbcffee7e48c42a5b34bd571131e9fdd95801b]

        Merge SRC631: 10.05.01 - 08:22:37 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [04a1e5f9b7890b947919cf5b76c087bae0842750]

        Merge SRC631: 10.05.01 - 08:22:50 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [e8e63f0487550932e1a81caed7b545361620a4a4]

        Merge SRC631: 10.05.01 - 08:21:06 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [f0452a4c360f2e173a5a1201d263e2660ee0e4d4]

        Merge SRC631: 10.05.01 - 08:22:14 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [161dad999341602e507909b917545f1109358000]

        Merge SRC631: 10.05.01 - 08:20:48 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d0ef2244276c7f35bf87de6990e5e564892e3642]

        Merge SRC631: 10.05.01 - 08:20:24 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [55cd922e018bd9555e1d37f6e148f860c04a5dd3]

        Merge SRC631: 10.05.01 - 08:20:54 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [3fd27db0b0701e0990190725000de52e095c272f]

        Merge SRC631: 10.05.01 - 08:19:52 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [fae1996b4d87ec462923c680533509400dcc9fd7]

        Merge SRC631: 10.05.01 - 08:19:16 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [2b7e6eecb498e79eb7fdeebcaf55661f02b6dd68]

        Merge SRC631: 10.05.01 - 08:20:12 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [25529d8e31b2d6a5292da4dfea741d4971be6964]

        Merge SRC631: 05/10/01 - 08:18:34 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [fde30d52cf0222826ae914fc6987939b03505b4d]

        Merge SRC631: 10.05.01 - 08:18:44 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1fec0300cf86d838fe160e9b24e1bf1ffaa3a9ab]

        Merge SRC631: 10.05.01 - 08:18:30 (NoBranch)

2001-05-10  Frank Meies  <fme@openoffice.org>  [293ed704cf15107049578c2e6e5ed00dcac2d4fb]

        Fix: Position and visibility of PostItPortions

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [29128e6043fae380f4fe8dac6d131d14d14f654c]

        Merge SRC631: 10.05.01 - 08:18:20 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [25951af92994898fc1a0d016964d21ccf561e273]

        Merge SRC631: 10.05.01 - 08:18:00 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d9145e3749b9b07f9f943ee4a911f0902b1d8f31]

        Merge SRC631: 10.05.01 - 08:16:47 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [821a6c48fd73165d001d53fd88c179d60213355e]

        Merge SRC631: 05/10/01 - 08:15:13 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [84754d2c5fdb8eb85dc39c9b839debfeb0086f07]

        Merge SRC631: 10.05.01 - 08:15:44 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4c3dccd7367f6410305032abe117b5897ac89210]

        Merge SRC631: 10.05.01 - 08:14:47 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4e84e4c4d0ad1bb784306555efc7dae15cec8acf]

        Merge SRC631: 10.05.01 - 08:15:20 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [aad3b7eae740fad05cab3c425cc70bfd4b8c64df]

        Merge SRC631: 10.05.01 - 08:14:46 (NoBranch)

2001-05-10  Frank Meies  <fme@openoffice.org>  [4c7a571faa4086ee74482a8bc24c8c7b63ff152b]

        Opt: Add const to functions

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [0ff383884ac104e56f35beda6b385a44ccca9924]

        Merge SRC631: 05/10/01 - 08:14:34 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [8dc4323a25bb21c0c6e7717cfaec9ff737eae34d]

        Merge SRC631: 10.05.01 - 08:13:24 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [09cf5eb1d70ab628c8015b565ec6ecf6afc413b1]

        Merge SRC631: 10.05.01 - 08:14:25 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [2d2c5897e3aebaa3453025ef254f4ef06cd93169]

        Merge SRC631: 10.05.01 - 08:13:40 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [04bbc6819c132f652826029d2d524d2765d4ff14]

        Merge SRC631: 10.05.01 - 08:13:01 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [6429b7e2890f4277e41d756886840622efb9fccc]

        Merge SRC631: 05/10/01 - 08:12:01 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [dae9f4b6328e25b81770203e70e5be5548a6fdfc]

        Merge SRC631: 10.05.01 - 08:13:09 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [0de7c7dd30dc447550ec8dc5fcc4c46358a7bd6f]

        Merge SRC631: 10.05.01 - 08:12:11 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [b58e0d57f6285320503cfef2256c2d0992fe2bea]

        Merge SRC631: 10.05.01 - 08:11:46 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a3a12fca770ab6b360d2ff979c07b3cdb2a185a6]

        Merge SRC631: 10.05.01 - 08:12:41 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [f1ca37ad7d7b7ce2f752b0f655efd77d91491d89]

        Merge SRC631: 10.05.01 - 08:12:05 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [b53574375efe0b890ed22ecab368754cfb78b316]

        Merge SRC631: 10.05.01 - 08:11:20 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [9f8651a7e51a2da796060562c340e72bc3e7a1c3]

        Merge SRC631: 05/10/01 - 08:11:52 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [0b3982769819ca1e42b051678083eab449bdb9d1]

        Merge SRC631: 10.05.01 - 08:10:57 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [c5b065e8b5db8d972cbc5106d12a6da7e78914ca]

        Merge SRC631: 10.05.01 - 08:10:03 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [c15d8147e3dda701f6f2132a14d2c0535a2828f4]

        Merge SRC631: 10.05.01 - 08:09:30 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [13470e6e13afc40f0220a84c38e81c73fb7253e3]

        Merge SRC631: 10.05.01 - 08:10:28 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [e3375cb383ca515490f03cc2208680dec07c338b]

        Merge SRC631: 10.05.01 - 08:09:29 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [587a350af3593fee3866bbf5688b7d17d00651ed]

        Merge SRC631: 10.05.01 - 08:09:58 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [8b1a76a3997a9704cab08b1bd49fcd46af314934]

        Merge SRC631: 05/10/01 - 08:09:55 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1f863f6d86010d0fe464ff915d7520d175e5ee7b]

        Merge SRC631: 05/10/01 - 08:08:06 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [6de3dab11c6269b17b0a93f4971cd185ad9fb24b]

        Merge SRC631: 05/10/01 - 08:08:06 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [da0a48550faa4d37009247a0bb7091cbe1cf7740]

        Merge SRC631: 10.05.01 - 08:08:22 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [eb54a038d18643552b88f47b87834fea8d63d5b1]

        Merge SRC631: 10.05.01 - 08:08:54 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ce49080834ecb6a64194614f7b2879b8298eec9e]

        Merge SRC631: 10.05.01 - 08:07:33 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [c3d5cb699c6c95c3ec68e417e66630fd3dd6d7ba]

        Merge SRC631: 10.05.01 - 08:08:36 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [35e8c80562e17493947f1fb6541a54e5d0a26809]

        Merge SRC631: 10.05.01 - 08:07:31 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a4ac645c121d8763f1af92c4fca0dec028477939]

        Merge SRC631: 10.05.01 - 08:08:01 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [fff1b5d277c95cccffc36098886fd3273abe650e]

        Merge SRC631: 10.05.01 - 08:06:35 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d2d14ffb73f97f2107ede67523835926ebf96049]

        Merge SRC631: 10.05.01 - 08:06:49 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [9530c19676cbb8c87a0717c81b85b1fd9f460ade]

        Merge SRC631: 10.05.01 - 08:04:41 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4eb83e17acf17ab03c3badc626c6fe65ece6d5cf]

        Merge SRC631: 05/10/01 - 08:05:30 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [3c41d17bcfeb3f93826cd0cb6f1743c01fe4cf06]

        Merge SRC631: 10.05.01 - 08:04:54 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [bff0ebfdbb05f7fdffa36d3b65747bb8e0abe3e7]

        Merge SRC631: 05/10/01 - 08:02:57 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [5f1434b660e20ce748cc5e648626dcef19940d08]

        Merge SRC631: 10.05.01 - 08:03:02 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1b13a26ced2b2c775ad66cdb6799235221f59383]

        Merge SRC631: 05/10/01 - 08:03:24 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [02b2623d7af4aaa456bc8c4e485235e1fb3d3b13]

        Merge SRC631: 10.05.01 - 08:01:14 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ad419156a3b9618faa597880707df50db3e17926]

        Merge SRC631: 10.05.01 - 08:00:30 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [5dcd98b503cc19ab438bc9e2876d1dc74da10efe]

        Merge SRC631: 05/10/01 - 08:00:59 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a10ccbec1efc8582e314cd8a8544483a0693e68e]

        Merge SRC631: 05/10/01 - 07:59:26 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d4f21d03c507ad5f25a8cad14ee200d705136599]

        Merge SRC631: 10.05.01 - 08:00:43 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [2c23193b3f01ddca1a3ce12544cba3c71ea730d5]

        Merge SRC631: 10.05.01 - 07:59:24 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [2400d134f701e69eed3df86ab23b230ce9251c89]

        Merge SRC631: 10.05.01 - 07:58:39 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4096c47889140ebfb9920023b3717f4ec8266115]

        Merge SRC631: 05/10/01 - 07:55:51 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [6b5f3955ae4d7b992d03798a70d684fbae327850]

        Merge SRC631: 05/10/01 - 07:55:39 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [60ef5fd899a27423cbde6802251a47286e7a4fd9]

        Merge SRC631: 10.05.01 - 07:54:03 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a91519ec015898fab99c67c34c539bc36a0b5381]

        Merge SRC631: 10.05.01 - 07:54:43 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4fd8f04c92e67946c979065530ef5833c3f58c58]

        Merge SRC631: 05/10/01 - 07:53:36 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [457d153f388b7869840e1c62a75a09dddfe19b08]

        Merge SRC631: 05/10/01 - 07:52:16 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [718b34010bc176efc81f26b07b1e50d788dfbb00]

        Merge SRC631: 10.05.01 - 07:52:10 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [6c8e593adea08e474573f24754679a1c18d25b67]

        Merge SRC631: 10.05.01 - 07:52:53 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [53c80d46d95fc60b279940e4e63a399ea5739c4e]

        Merge SRC631: 05/10/01 - 07:51:43 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [20eaf46edc5b4eb12fa984a4be28647d539a9dd1]

        Merge SRC631: 10.05.01 - 07:50:56 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [f7de65dcb6639729cdf7d81680e7dea59f362c9c]

        Merge SRC631: 05/10/01 - 07:49:39 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [938991951f10a7eeb03378e75dfd72231a5be7f7]

        Merge SRC631: 10.05.01 - 07:48:18 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d0da319891846cfc403956cc452336b398cfdb1e]

        Merge SRC631: 05/10/01 - 07:47:48 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a6e4d8852751330b3643723d8ba11f4796eac740]

        Merge SRC631: 10.05.01 - 07:49:17 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [9ccf9cb4c3277d29add4028ae661788cfe65a38a]

        Merge SRC631: 05/10/01 - 07:47:53 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [7077babf4af7f03d919e69422292ffabb4b2aacc]

        Merge SRC631: 10.05.01 - 07:46:36 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d8df4404525076ee71a04dbefdc2e43463a93177]

        Merge SRC631: 10.05.01 - 07:46:52 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [9545038fcd56c3ec8fda4bc60ac6846ce695c613]

        Merge SRC631: 10.05.01 - 07:46:12 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [68a933631a050f1f8b79dfef0ae77ea38cea3478]

        Merge SRC631: 10.05.01 - 07:47:12 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [89d20f9b91377276cc2240780013645a52988cd5]

        Merge SRC631: 10.05.01 - 07:45:45 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [ecaa53b3c7c796313aa4ea284463b5a3fb83c773]

        Merge SRC631: 10.05.01 - 07:45:14 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [f7d5c4bdba4fb457fb15d8805086a9c20f680c81]

        Merge SRC631: 05/10/01 - 07:45:50 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [75b44338232651576849ade90c1888a17e8e2903]

        Merge SRC631: 05/10/01 - 07:44:25 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [92ce66fedd15f57f134b0bd9b7995625d1cb720e]

        Merge SRC631: 10.05.01 - 07:45:14 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a57016a7435a73bfeff4dbd7eec9692db091150f]

        Merge SRC631: 10.05.01 - 07:45:10 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1df4068df30e88a525c876401d590d178244e98d]

        Merge SRC631: 10.05.01 - 07:44:16 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [a24a9184b12b038c7f8e24619e25d342587036aa]

        Merge SRC631: 10.05.01 - 07:43:35 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d9549f5187172de7c0cb7a06f14e0d61d9b3ff6a]

        Merge SRC631: 05/10/01 - 07:43:34 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [2791318a8156e4f2fe192914790241d69cd12125]

        Merge SRC631: 10.05.01 - 07:43:20 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [d9687d6d0d20d615313a40b65e23883bab3de6af]

        Merge SRC631: 10.05.01 - 07:42:38 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [2dcd67a68315d95daf58291e465fb3c5c69406bc]

        Merge SRC631: 10.05.01 - 07:43:14 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [77a8b91412dad77e1b55fb2cdb16c17d1703b4ed]

        Merge SRC631: 10.05.01 - 07:42:02 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [9075632ef59e224e436f362ce3dea26e7815d243]

        Merge SRC631: 10.05.01 - 07:41:44 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [91a3e55683b17a6ba9bce11f487db373db23f6d5]

        Merge SRC631: 10.05.01 - 07:41:14 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [dc747062fd79ce978a60c9a0671465d18fadb226]

        Merge SRC631: 05/10/01 - 07:40:43 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a57d278e26d727f2e9bf70d57ad3ed876119d6a2]

        Merge SRC631: 05/10/01 - 07:41:36 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [b3e5627ef1f641069574c3c3e8385084c5c6d2fa]

        Merge SRC631: 10.05.01 - 07:40:39 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d4914f0e8515f2c658a5647bf8682232d90fffa5]

        Merge SRC631: 10.05.01 - 07:40:54 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [0795559c342af7e15c3ec7679a26cc66a8890a28]

        Merge SRC631: 10.05.01 - 07:40:06 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [86b14a4bae6bf9d054ebbe63d354d9364e85177f]

        Merge SRC631: 10.05.01 - 07:39:49 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [116963e888186826599c9b610d14ac2713b74203]

        Merge SRC631: 10.05.01 - 07:39:07 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [aa4c0d552f433bd908d25cc7954da141d4a26c0f]

        Merge SRC631: 10.05.01 - 07:38:51 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [2b95526f547ad775099f885508c41317c17c7990]

        Merge SRC631: 10.05.01 - 07:39:16 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [2f070b1de295c88882630c10e9af0d32f6a38b35]

        Merge SRC631: 10.05.01 - 07:38:20 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [673fb095fefa5bfc783d97806a901538d95154a0]

        Merge SRC631: 10.05.01 - 07:39:35 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [583a2bc17ddbf1621708ebbce0ff493acd3cb520]

        Merge SRC631: 05/10/01 - 07:37:16 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [41a6a1d75d2fb4a1b9a037fce02a0c3e9154085b]

        Merge SRC631: 10.05.01 - 07:37:00 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ee4ce5ed118e8ca03321f9b404a174c2e857a13b]

        Merge SRC631: 05/10/01 - 07:37:37 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [438f4418125932d2af8bcfeddadcb51a062f9111]

        Merge SRC631: 10.05.01 - 07:37:55 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a4d339d686eb554e6f040e80c371df4c74a1bc7a]

        Merge SRC631: 10.05.01 - 07:36:12 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [5743de9e241d5d0eddf46db5a037eb65f032788e]

        Merge SRC631: 10.05.01 - 07:35:04 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [8f8707766cbfab4b7140b3fe3ef0a802063562a2]

        Merge SRC631: 10.05.01 - 07:36:24 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [6797bb977ee808b32a6fa50f62fe916b45434e6c]

        Merge SRC631: 10.05.01 - 07:35:01 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [56ff5901b2ce786695c175de29e854e0d7b9d18b]

        Merge SRC631: 10.05.01 - 07:34:56 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [adb9e62053fe81219d46a80cd30133d292a47880]

        Merge SRC631: 05/10/01 - 07:35:34 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a29c9adf1d168dba03b643d49eb2ca064669fc3a]

        Merge SRC631: 05/10/01 - 07:33:52 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [83aead9226f51e43d018d1c6e8d41834b6dbce3c]

        Merge SRC631: 10.05.01 - 07:34:49 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [716bb46613775f5b6a85d20056fd732f396f23f8]

        Merge SRC631: 10.05.01 - 07:33:48 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [0040f32332aad45b752820c27ac806c5e16e4669]

        Merge SRC631: 10.05.01 - 07:33:27 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4294be588937ea44199707077e475b0f0eee7a22]

        Merge SRC631: 10.05.01 - 07:33:52 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [df97c5643ce1807c6d30cc2b36ac7270e64b5333]

        Merge SRC631: 05/10/01 - 07:33:43 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [b9827806991e560130e981a9f3203e90721b6f9a]

        Merge SRC631: 10.05.01 - 07:33:12 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [6c8e7cb69deef711e634aa2d11bb2e47babcdd8a]

        Merge SRC631: 10.05.01 - 07:32:12 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [0a1dbd86a93eaf81724a3816e502eef04ea1f0e3]

        Merge SRC631: 05/10/01 - 07:31:45 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [419a069890d635d21b5732877689cb597cdc398d]

        Merge SRC631: 10.05.01 - 07:31:23 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [63baf7201322d907f8a57ffcebca0ca8d7d88ba9]

        Merge SRC631: 10.05.01 - 07:30:16 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [21852880c96fccf03316442d997c9dae59b087e6]

        Merge SRC631: 10.05.01 - 07:30:03 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [f93f7ff37e726ad6d7f51ea925dd6798ff79b234]

        Merge SRC631: 10.05.01 - 07:29:03 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [0342961a008b3f339bee612c3a9a8aa08b5a0bd6]

        Merge SRC631: 10.05.01 - 07:29:01 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d08ce6a4c63121c602cdf1444b04912b08d0273b]

        Merge SRC631: 05/10/01 - 07:29:47 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [5247b39b77c7dea2639a5e30b3bb2bbe16f3f309]

        Merge SRC631: 10.05.01 - 07:29:26 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [bae3dc8f256e0b42e7691bb1ecdf68b73995c103]

        Merge SRC631: 10.05.01 - 07:28:18 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [ec82c1afc26179e54554d8eb69dad0a349f7125f]

        Merge SRC631: 10.05.01 - 07:27:18 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [585c855ec272a304ed65e7c8c3b298393979d973]

        Merge SRC631: 10.05.01 - 07:27:41 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [d69360eeaa6b842cf195420359fa76b97cbf71d5]

        Merge SRC631: 10.05.01 - 07:26:11 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [21de8110fd1d076735906df1a028114b30bbe5c4]

        Merge SRC631: 10.05.01 - 07:25:36 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [aca8246d6866180bc928cc082f53a99a8337de4a]

        Merge SRC631: 10.05.01 - 07:26:05 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [baab17a3a6c7b5a8d3363f133e496b4595cc6307]

        Merge SRC631: 10.05.01 - 07:24:51 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [fe1dc6dd252953fceff11ec00855027d087c4046]

        Merge SRC631: 10.05.01 - 07:24:18 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [f1f1b3fed160fea0ff3659c909879d5f18b67c80]

        Merge SRC631: 05/10/01 - 07:25:06 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [b2f6049bbd80dcf2657c17e21258b41be4302859]

        Merge SRC631: 10.05.01 - 07:23:44 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [da99d4a184c6ebc5b8343ff86256589e81622fc1]

        Merge SRC631: 10.05.01 - 07:24:17 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [b3222416ea8deb6c0a82b580d1c4ad8df79b07b5]

        Merge SRC631: 10.05.01 - 07:22:24 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [9f78cd3d411c799ac214dc8d83022835403a894e]

        Merge SRC631: 10.05.01 - 07:21:43 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [7509d69e2d045790d79a2c3a49e76850cc4fb60d]

        Merge SRC631: 05/10/01 - 07:21:27 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [3d06b53e72da0a52014f6b6fce8fb05987887e34]

        Merge SRC631: 10.05.01 - 07:21:42 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [3af13db78b6070dc4e2d9c664cf5f255d6afeee9]

        Merge SRC631: 10.05.01 - 07:20:14 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [6293116bbdf210dc6d0fe5de713876e722a78363]

        Merge SRC631: 10.05.01 - 07:20:08 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ab6b84acde4cbfbce336b90da5de66a353004a45]

        Merge SRC631: 10.05.01 - 07:18:37 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [bdf92a9d128f8ecdbafd90946d29d52173e98e58]

        Merge SRC631: 05/10/01 - 07:17:14 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [a1e2acde974b6d9fcdab8209f19a7c8d326d1881]

        Merge SRC631: 10.05.01 - 07:17:23 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [3f3eae4487c24c92278f5bf607f9801935c00fe9]

        Merge SRC631: 10.05.01 - 07:16:46 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4aad95497e4420f01ddb777225ec8f064a19c6cd]

        Merge SRC631: 05/10/01 - 07:15:04 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [4b60807a02651569da9caee9c9598836c731cec8]

        Merge SRC631: 10.05.01 - 07:14:58 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [ddde3a9af292d7240e6e72241e84a5b91593a68c]

        Merge SRC631: 10.05.01 - 07:15:41 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4dbf1cae6d785b759626f3aa544a8b2e0f74ffef]

        Merge SRC631: 10.05.01 - 07:15:26 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [7da6d4db8119ac61706660566be60229733e99cb]

        Merge SRC631: 10.05.01 - 07:15:03 (NoBranch)

2001-05-10  Oliver Bolte  <obo@openoffice.org>  [8e0a2c81dc4663c9bc786b2bc5c47688e06b1d31]

        Merge SRC631: 10.05.01 - 07:14:05 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [16ff037cdf711b1f75a762efd4de544ba933ae25]

        Merge SRC631: 05/10/01 - 07:14:37 (NoBranch)

2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bfef1633a00c7f33ebf5d637b86275e14cbe2cce]

        Merge SRC631: 10.05.01 - 07:13:54 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [9281e97a723fff401aaeb113a2659ee38eb4aacc]

        Merge SRC631: 10.05.01 - 07:13:28 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [044917808bef23dfa8473f30a51b03905f7fb1c3]

        Merge SRC631: 10.05.01 - 07:13:54 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [c36febfd52d6b0663c46157c2a0c5620a01f2b9f]

        Merge SRC631: 05/10/01 - 07:12:22 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [8a88044bf711e406bd66ee252997d9e60f7f9a5a]

        Merge SRC631: 10.05.01 - 07:13:09 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [9ef0ee721131c18815ce10e28e5d19a508f05004]

        Merge SRC631: 05/10/01 - 07:12:38 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [c8a57a63093fecb1831f83fa839607b01972f024]

        Merge SRC631: 10.05.01 - 07:11:43 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [b5e4ea5b062dfa65b0fc17c6abaf1f85a816cd3f]

        Merge SRC631: 10.05.01 - 07:11:31 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [545673e233c367fae29e4760dc8e289f2345b09e]

        Merge SRC631: 10.05.01 - 07:12:14 (NoBranch)

2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [48b0ee770615503bb3e85e51901bed7e80e9d9a6]

        Merge SRC631: 10.05.01 - 07:11:37 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [463669bcd81d4c147f096caddcf93be8a5ab32ba]

        Merge SRC631: 10.05.01 - 07:12:24 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [c6b0f4f466fa5195f64812bf772d3f89d6c39cde]

        Merge SRC631: 10.05.01 - 07:11:22 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [33a2fb12d0783c0ede3a92a39eb8e99f065840e7]

        Merge SRC631: 10.05.01 - 07:10:20 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [400ff184ebdb379b4b9d6e9111fa5aaa9cb6454e]

        Merge SRC631: 05/10/01 - 07:09:59 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [0cc6e3f48e81ac70a6ab2e3ef0244413f874bcc1]

        Merge SRC631: 10.05.01 - 07:09:56 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4b1d3eac851f2e5637d41a3de50ae1b23da1c66a]

        Merge SRC631: 10.05.01 - 07:11:02 (NoBranch)

2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f47a4a26cc91035b6344a28431e14d0bedb067b5]

        Merge SRC631: 10.05.01 - 07:09:34 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [99469cd0be0c80a301e537b87c5332eb3b8aea7f]

        Merge SRC631: 10.05.01 - 07:08:42 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [7d2a4c4f404d9e7ddfd5bb79da0de34b5228b087]

        Merge SRC631: 10.05.01 - 07:09:02 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [f5264124e03072fedb4c84e991699650d448a1b9]

        Merge SRC631: 10.05.01 - 07:09:31 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [eb22a9449270fd4aa2c1a9987f32991cbd3bbba4]

        Merge SRC631: 10.05.01 - 07:09:24 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [1f16b8260c51b5d7213ecedbf45043d2477bee65]

        Merge SRC631: 10.05.01 - 07:07:12 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [8c1703b869b01fe6fa2303fa5e428d255f0b63f6]

        Merge SRC631: 05/10/01 - 07:06:49 (NoBranch)

2001-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f85afb9bb500367322d18405276e7a558ab0ba33]

        Merge SRC631: 10.05.01 - 07:07:11 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [92b5da9c8db2708543204e677bb827689bfab91f]

        Merge SRC631: 10.05.01 - 07:07:45 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [2b05ad76ba011c804662eee944a93a961f8185d0]

        Merge SRC631: 10.05.01 - 07:07:39 (NoBranch)

2001-05-10  Rüdiger Timm  <rt@openoffice.org>  [d32041264ce9cfa347bdc0874f1ceb1ae1fca159]

        Merge SRC631: 10.05.01 - 07:06:30 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [4b21d64b618505330c2638a19c4838b1b3588dd5]

        Merge SRC631: 10.05.01 - 07:06:36 (NoBranch)

2001-05-10  Kurt Zenker  <kz@openoffice.org>  [2140f9e7207423377f87cb1554a1446bb2422fbf]

        Merge SRC631: 10.05.01 - 07:04:47 (NoBranch)

2001-05-09  Niklas Nebel  <nn@openoffice.org>  [26b949b10b080553016d4913bfc995453b6be1c5]

        DrawStrings: for bPixelToLogic=TRUE, align to text width in logic units

2001-05-09  Niklas Nebel  <nn@openoffice.org>  [2262c9bea86feab8b3acc77d63a9a12c8f888acf]

        DrawStrings: bPixelToLogic, use pFmtDevice

2001-05-09  Niklas Nebel  <nn@openoffice.org>  [0fb2ec77d7fa270c603f14cfaf65a6df3678f29f]

        DrawStrings: bPixelToLogic

2001-05-09  Niklas Nebel  <nn@openoffice.org>  [abe137da0ad0220caaa6cfd7a91e7b3d346619b5]

        initialize pFmtDevice

2001-05-09  Daniel Boelzle  <dbo@openoffice.org>  [e4101572370ef5324b0d4656f1b323006d280577]

        initial component context

2001-05-09  Michael Brauer  <mib@openoffice.org>  [5e6b4eebe4b6bbf3ce14967cec8a7bcdddc49583]

        temporarily disable reading of settings

2001-05-09  Sven Jacobi  <sj@openoffice.org>  [68effc30d3332acefcfbe44c5982e32195b90101]

        #85379# improved connector import, now also connecting to points which are not default

2001-05-09  Christian Lippka  <cl@openoffice.org>  [0499e7bd0bf0adf16b28f2bf96e3253be3b43a69]

        #86474# return empty style if we have no master page and do not gpf

2001-05-09  Sven Jacobi  <sj@openoffice.org>  [3f184320596317d3852854848f07612ddd306dad]

        #85379# added helper function that try to extract a PolyPolygon from XShape

2001-05-09  Daniel Boelzle  <dbo@openoffice.org>  [84b456ce81e1d27d0b95acd7df965d6915dec8ce]

        *** empty log message ***

2001-05-09  Kai Ahrens  <ka@openoffice.org>  [9dd8f72c1e8c23b95842ca9e0b4752a6ded7e616]

        #86521#: use correct position to insert SVXB

2001-05-09  jp  <jp@openoffice.org>  [2cdc0252c5e1d1c14ea0d4dec8d529f29ece31c1]

        IsEndWord: use getBoundary, this works better than the isEndWord

2001-05-09  th  <th@openoffice.org>  [50cc0af1d37a59e8aaf02601dc33e8bf4b49a340]

        remove ustring

2001-05-09  th  <th@openoffice.org>  [241975bf289a8211ababfe8662502ea643f41a76]

        rework API

2001-05-09  Hennes Rohling  <hro@openoffice.org>  [54007bb90c30469a5357c56056b8fdba3a233e24]

        #84715# osl_getThreadTextEncoding first defaults to contents of environment variable SOLAR_USER_RTL_TEXTENCODING

2001-05-09  Michael Brauer  <mib@openoffice.org>  [8d713328a916dad68801b60ba80d484b0cbe6efa]

        Consider errors in meta.xml and settings.xml to be warnings only

2001-05-09  Eike Rathke  <er@openoffice.org>  [71d73dd90002001e6679b94378296c085abc9215]

        #86776# GetProperLanguage: SYSTEM_DEFAULT and PROCESS_OR_USER_DEFAULT for import/export of MS documents

2001-05-09  Kurt Zenker  <kz@openoffice.org>  [a6b780c6329247f422d1fef2ee3bbb8345ed211e]

        add. svcontnr.srs

2001-05-09  Kai Sommerfeld  <kso@openoffice.org>  [82a0193f929276a45de94188b35d93172f66bde6]

        Fixed shell::copy --> NameClash::RENAME handling.

2001-05-09  Christian Lippka  <cl@openoffice.org>  [36cbe28795f6ae49f566472e19530086306946f1]

        #86415# added support for number styles in draw&impress

2001-05-09  Kai Sommerfeld  <kso@openoffice.org>  [621a12dc74c7063e2f995300acc3404c3112479b]

        Removed wrong aAny <<= getCppuVoidType() calls from BaseContent::execute(...). An any containing no (void) value was intended, not an any containing a com::sun::star::Type object. This is different!

2001-05-09  Hennes Rohling  <hro@openoffice.org>  [3b1d10acc297db493b1f4e1999f6ba71f72db7f1]

        #84715# osl_getThreadTextEncoding first defaults to contents of environment variable SOLAR_USER_RTL_TEXTENCODING

2001-05-09  Christian Lippka  <cl@openoffice.org>  [3b8bffac96d9bff110d3284011a7828da623e7bb]

        #86415# added support for number styles in draw&impress

2001-05-09  Andreas Martens  <ama@openoffice.org>  [ffb63a3022d6be3aa4af7541387f74e1b5c6659d]

        Fix: Changing position of an drawobject

2001-05-09  Christian Lippka  <cl@openoffice.org>  [219ac03bc4646bcbc1235c58a770bd9e9f8472ff]

        #86415# fixed number format property for time fields

2001-05-09  Daniel Boelzle  <dbo@openoffice.org>  [c6f372026344c4db5f1cffa14ced048c6fa93fec]

        includes

2001-05-09  Sascha Ballach  <sab@openoffice.org>  [488d4f604a0b3aa9fc8532b1044704aebcb3e24b]

        #86791#; ask both items(Format, Language) to get the state of the property NumberFormat

2001-05-09  Michael Hönnig  <mi@openoffice.org>  [254996941d416244eb05a4e57e8b11c2c26572f5]

        HypertextDocument and AdvancedTextDocument now deprecated, all members now optional in TextDocument

2001-05-09  Björn Milcke  <bm@openoffice.org>  [73083c59ebfbd88e3696696eb923c93e52cde841]

        #86801# service name for complete exporter changed

2001-05-09  Björn Milcke  <bm@openoffice.org>  [210376cb5ef8f4196b07ed388e1a5f22c8b1ffd3]

        #86801# service name for complete importer changed

2001-05-09  Daniel Boelzle  <dbo@openoffice.org>  [e562db87f0d488dabcde4b34b03728aa61075f94]

        added bootstrap helpers

2001-05-09  Daniel Boelzle  <dbo@openoffice.org>  [dc7a5acf1739af63fc47625afc4d16682b763119]

        added bootstrap helper functions

2001-05-09  Björn Milcke  <bm@openoffice.org>  [94937f54f124bc5a9f95148940ae01f0b01b574c]

        #86034# invalidate stacking window on reparent

2001-05-09  Ocke Janssen  <oj@openoffice.org>  [53ca3ba5619c2952bb39d643f45a916f8e5005b2]

        correct the java Properties

2001-05-09  th  <th@openoffice.org>  [a2ddd5e65a64ffe7499822f186f160f5457d0dfa]

        rework API

2001-05-09  th  <th@openoffice.org>  [ff797de6be2aed316e4e7048a12580133611c381]

        remove char.c and tcwin16.c

2001-05-09  Niklas Nebel  <nn@openoffice.org>  [135d4e041e411aea3b99e6a857a2cbb2e8f0eebb]

        DoMacro: SetInLinkUpdate

2001-05-09  Niklas Nebel  <nn@openoffice.org>  [828361518270dc9b8bf44efd6f616518531d6929]

        #84184# always get InputHandler for this view

2001-05-09  Stephan Bergmann  <sb@openoffice.org>  [56351e05ef485fcc93e1b8be3e026be4cf09ab19]

        #85712# Removed bad computation of SALLIB.

2001-05-09  th  <th@openoffice.org>  [96e586bbc7b99839c57eac1d6d3d5dbfab13a7b5]

        remove depricated functions

2001-05-09  Stephan Bergmann  <sb@openoffice.org>  [d4d50186d65e87a4393e4144c08e931cedf73e50]

        #85712# Adapted to modified uri.h (thereby fixed memory leaks).

2001-05-09  Stephan Bergmann  <sb@openoffice.org>  [153523d45966dbf9c86bf56245f36afe3b00ac80]

        #85712# Made rtl_uStrings into out params instead of returns (consistent with rest of UDK).

2001-05-09  dkenny  <dkenny@openoffice.org>  [2ae37c4a42079deab88917533e8efa2d6c9b3d51]

        Changes to allow for the building of the SDBC driver on NT and to add support for Mozilla Addressbooks that return data asynchronously.

2001-05-09  gt  <gt@openoffice.org>  [09f76602feb197ee17f61bb05135b2f297e2a6e3]

        unnecessary PropertySets removed, strange behaviour of gcd and lcm now compatible to competitor

2001-05-09  Michael Brauer  <mib@openoffice.org>  [1516bd177b5db024f19b9688d95380a73f86d3a6]

        Own Objects can be stored in plain file format

2001-05-09  Oliver Specht  <os@openoffice.org>  [55842a526528964d2e04024d4a551d29d0d83816]

        optimization getPropertySetInfo

2001-05-09  Philipp Lohmann  <pl@openoffice.org>  [d5eeaf33e07209ff83c499cf11327d81a4f468ec]

        symbol font compatibility fallback

2001-05-09  Michael Brauer  <mib@openoffice.org>  [0c486bc0dd69ebcf3bac141a3a4e51711c96183d]

        Own Objects can be stored in plain file format

2001-05-09  Michael Brauer  <mib@openoffice.org>  [135d91e104ca6db10674e621d5611f2ffc7a2d9e]

        Own Objects can be stored in plain file format

2001-05-09  Michael Brauer  <mib@openoffice.org>  [116489fa264fb134a0611dfec8fd1b7349be258b]

        Own Objects can be stored in plain file format

2001-05-09  Michael Brauer  <mib@openoffice.org>  [68cd4a38aadcc915714a055ee5fd065da1621576]

        Own Objects can be stored in plain file dormat

2001-05-09  Kay Ramme  <kr@openoffice.org>  [2a16a6d8f86d7f7cb3b9e90f6035b912b058eb7b]

        must not be a service

2001-05-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4e67f5abcefac12b4f2e774b6e2f249ef5270860]

        must be prefixed with -Wl

2001-05-09  Philipp Lohmann  <pl@openoffice.org>  [ca117a77503adee23f3750ec1517bfbd9598c661]

        getAfmFile for Builtin fonts

2001-05-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc3f00277114a6eadfaadcade57838bf0e0f7d48]

        make switch one argument

2001-05-09  Herbert Duerr  <hdu@openoffice.org>  [8deca0a1ca6d061471aabbab2b545b5b34541864]

        needed for upgrading FT library

2001-05-09  Oliver Specht  <os@openoffice.org>  [2f529d3a3b4e54903d219ac0293ff06c9958181a]

        optimization of getPropertyValue

2001-05-09  gt  <gt@openoffice.org>  [b093afc65ee64b7929f43d71577c1799f7aa33f0]

        dependency from tools

2001-05-09  Kay Ramme  <kr@openoffice.org>  [d92aa38ba48a184c3dc96da9477d3023aa123650]

        enable vm default output

2001-05-09  Andreas Martens  <ama@openoffice.org>  [61c4d37bc36dcfdc742d0b00f4e78d1764933459]

        Fix #67354#: Another try when loosing footnotes

2001-05-09  Oliver Specht  <os@openoffice.org>  [98cc015880ea06f4dbc6bf08e793321f64ce89ba]

        optimization

2001-05-09  Dieter Loeschky  <dl@openoffice.org>  [434a1c3f741e0ba8b26c6641ba79f3a5c94c3d0f]

        + RemoveTabPage()

2001-05-09  Michael Hönnig  <mi@openoffice.org>  [7e78efc54016f05d6fb45965d6f51d10c9132e62]

        #85249# depenency on drafts instead of offapi

2001-05-09  Michael Hönnig  <mi@openoffice.org>  [3b2dfdd93ba8d140138640d801412d874434f893]

        #85249# depenency on drafts instead of offapi

2001-05-09  Michael Hönnig  <mi@openoffice.org>  [89c896e549a67250a9b20f11266ef770a7f7fa83]

        #85249# depenency on drafts instead of offapi

2001-05-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c45aef090e9cc681ad405d48e8c36b311e960d56]

        moved SCPDEFS

2001-05-09  Nils Fuhrmann  <nf@openoffice.org>  [8e05abab151d5711d6f1bde0cb2c5d628da4e24f]

        Added converter for all text files from or to UTF-8

2001-05-09  Thomas Lange  <tl@openoffice.org>  [1f39e280083b36c34ee79b9450232de7bcf094b0]

        return type 'void' added to SetOtherIfNotEqual function

2001-05-09  Rüdiger Timm  <rt@openoffice.org>  [25288cdcd0bf848d8534bc1e6d5092a4efc2be46]

        #65293# don't use odbclib here to avoid linking of Bservices.o and oservices.o into the same library

2001-05-09  Oliver Specht  <os@openoffice.org>  [32b66beeef2baf166efb2edfb888d8e72684b66b]

        moving of controls optimized

2001-05-09  Nils Fuhrmann  <nf@openoffice.org>  [102e4b81fafc9ad8fb83e4bdcb28dbb704b47091]

        -UTF8 switch in help output

2001-05-09  Andreas Martens  <ama@openoffice.org>  [08a96ef93eee00e96056ad669dd17f6c9fcfa1de]

        Fix #86775#: Very small rectangle

2001-05-09  Jörg Budischewski  <jbu@openoffice.org>  [234cb475afac6e26a1ece7addfcaa15d58000aa0]

        fixed a typo

2001-05-09  Frank Schönheit  <fs@openoffice.org>  [9c0693604077242943b4250efec3832a65b93bc5]

        deliver css/form/control/*

2001-05-09  Oliver Specht  <os@openoffice.org>  [fb8da83b572cb6e28737cd5587d1df350c35e719]

        #86349# export frames in empty paragraphs

2001-05-09  Oliver Specht  <os@openoffice.org>  [e62c808162c419394fd49e61d5d868cc389ea04f]

        #86349# TstFlyRange corrected

2001-05-08  jp  <jp@openoffice.org>  [efad659b6b6f7a90834f538e8d3e852ef377d601]

        remove old clipboard functionality

2001-05-08  jp  <jp@openoffice.org>  [eee78c82025611a27130f55913cb37478fc8aa8d]

        remove old clipboard headerfile

2001-05-08  Niklas Nebel  <nn@openoffice.org>  [15a3009d40cc297ad08a704bf6c9332dd1ed2889]

        pFmtDevice

2001-05-08  Niklas Nebel  <nn@openoffice.org>  [b89e432931813960f1405d27bdf1d3ef5963f909]

        pFmtDevice

2001-05-08  Niklas Nebel  <nn@openoffice.org>  [b856ffbdcb3a11e155b5d842c992c32e16c8a165]

        DrawEdit: no scale parameters

2001-05-08  jp  <jp@openoffice.org>  [aaeeb338bfd020fbe6c604b25e805aa68b9f7bfb]

        Bug #86635#: download filter not longer avaiable

2001-05-08  jp  <jp@openoffice.org>  [5318e1b83203c513b77b51f59b09330a2f607631]

        Bug #86635#: download filter avaiable

2001-05-08  Vladimir Glazounov  <vg@openoffice.org>  [dd8aab8e251f76b4b58081845b9e0a7807cc5c35]

        Corrected for use under solaris

2001-05-08  Philipp Lohmann  <pl@openoffice.org>  [887b7ef5a311d5abfb3f4a86e8ac2ede5f82d491]

        corrected DrawPolyPolygon

2001-05-08  Jörg Budischewski  <jbu@openoffice.org>  [c966ca7d6b2442943fb5deb3d4dcd9d9a0ed42b2]

        added forgotten ;

2001-05-08  Kai Ahrens  <ka@openoffice.org>  [07e8f14eff5a34a95979d257bbb979ae381ad1ac]

        #84351#: watch for output with transparent line/fill color => ignore

2001-05-08  Hennes Rohling  <hro@openoffice.org>  [a6d31366863ff285fc106140e76959b01b60a7e0]

        New function osl_getProcessWorkingDir

2001-05-08  Eike Rathke  <er@openoffice.org>  [74c76e3a3417980cfa5f87ad48145375a9d6c6bf]

        WriteGraphic: use native if possible

2001-05-08  jp  <jp@openoffice.org>  [5a8449bb8fb79bcb6cf564a8e5a25072a792e750]

        remove old clipboard headerfile

2001-05-08  jp  <jp@openoffice.org>  [4e89a03e57f170ba514ac21ceaedaaa635e565d2]

        remove old clipboard functionality

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [04ea98d0cb5b552dc4bbdc871e45e784b4080f41]

        #85952# overload (dummy implementations) AcceptDrop/ExecuteDrop

2001-05-08  jp  <jp@openoffice.org>  [84fa0d3df37e5e048aab1d60ecd9a1f404f28099]

        new copy methods for the TransferDataContainer

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [ad8a80fdebd06ff436803668ce4659ccfbd90719]

        ::elementRemoved( <data source> ): don't flush the currently displayed object

2001-05-08  Eike Rathke  <er@openoffice.org>  [e08a76c4181b007c732d5f06769720f09f7e1392]

        #81697# WriteGraphic: use checksum to expand filename instead of time value

2001-05-08  Sascha Ballach  <sab@openoffice.org>  [df2f8b1b92094a04d87830cf5b4d2fdba804bc45]

        add default-cell-style-name

2001-05-08  Daniel Boelzle  <dbo@openoffice.org>  [fda5e7ed75b4e0e44bad353e62d19274193575fe]

        OSL_ENSURE, types

2001-05-08  Daniel Boelzle  <dbo@openoffice.org>  [9ebd0a77d85f7187677e546a5927b9e43439e8b8]

        modifications for component context support

2001-05-08  Jörg Budischewski  <jbu@openoffice.org>  [cb137b6a1466cc0be87fd5e10c8de5ecb23118c0]

        incompatible change of the uno threadpool

2001-05-08  Daniel Boelzle  <dbo@openoffice.org>  [1c1a9144a560f7c5070df23ec2c2b5db54d38862]

        OSL_ENSURE

2001-05-08  Vladimir Glazounov  <vg@openoffice.org>  [296ca8ef60f6a7a9dce56b795503157bbe39ec88]

        Corrected for use under solaris

2001-05-08  Kurt Zenker  <kz@openoffice.org>  [26d2b3206d9833e704a065d83b17d2d5c15cea7f]

        merge conflicts corrected

2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [003d3ce94d2fb49988b11ead992c893031a145a1]

        #65293# don't include sfx2/explorer.hxx, it is obsolete

2001-05-08  Niklas Nebel  <nn@openoffice.org>  [8d90aff0ab4eec9e10146c48319c09b04068344e]

        use OUString == operator instead of wcscmp

2001-05-08  Sven Jacobi  <sj@openoffice.org>  [1745f1bbd78d050f9b1f9e5cf89bd2284f4e4052]

        #82461# now using ModalDialog instead of FloatingWindow

2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [f14bef3f9712cf4e662892536cf25e868a7a3515]

        #65293# fix for new deliver

2001-05-08  Vladimir Glazounov  <vg@openoffice.org>  [555c19f6d0eaba1cb797e4d30dae255e437aeab3]

        Corrected for use under solaris

2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [f6390d6bfe3356313ce7acc2717ca0e2ec9eb942]

        #65293# fixed for new deliver

2001-05-08  Vladimir Glazounov  <vg@openoffice.org>  [aff1a027843ee6f2db122f00259fa81bd8f3a951]

        no maps copied anymore

2001-05-08  Hennes Rohling  <hro@openoffice.org>  [cb572203966a42972434fdc31c7fe6e8d398b470]

        New function osl_getProcessWorkingDir returns URL

2001-05-08  Hennes Rohling  <hro@openoffice.org>  [28a9256ba73c0175c9c3f4950e36f46c79d6f0df]

        New function osl_getProcessWorkingDir

2001-05-08  Sascha Ballach  <sab@openoffice.org>  [199df32c151c40a54bdbb60f0380335801923f29]

        add default-cell-style-name to column and row

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [26e0332d5a9e9c24507907788d0d2b198bc3ccb7]

        Support encryption of streams!

2001-05-08  Vladimir Glazounov  <vg@openoffice.org>  [9ac5879f58615e03e41a43905ad351cb0363f976]

        Fixed for multiple whitespaces

2001-05-08  Ocke Janssen  <oj@openoffice.org>  [a2173c6f21d39eea65107d8698c3dc0522f6b3f8]

        #86761# check if a view could be saved correctly

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [776aa370d4fa22ccdf9c062de7a817be397db8ec]

        made getEncryptionKey inline

2001-05-08  Ocke Janssen  <oj@openoffice.org>  [6c3c18df0638f35c6ba72f120f3a6e265cab46d9]

        #86768# check if user says cancel at pkey q

2001-05-08  Caolán McNamara  <cmc@openoffice.org>  [45e9d933f875743e9a27a7bad97fcedb2ad798c9]

        ##845## Don't use fallback stream to find escher graphics when stored directly after PICF header

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [b6eb650d3de6af4ad47634abd6b7411ee51e0e44]

        Clean up inline methods

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [c5dbb2c73bd7827526c3a0d28e4e94f353dfb5cd]

        retrieve and use encryption data recieved from the manifest

2001-05-08  Vladimir Glazounov  <vg@openoffice.org>  [60b688fef0f2af5577aec494e43d8bb227bcba86]

        Changed the order of includes

2001-05-08  Dieter Loeschky  <dl@openoffice.org>  [9171641e1a0a634a686c5ed7aca36ff792c4b373]

        + SID_TRANSLITERATE_...

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [acd3280d7b67c7c02cd6c7835ae2d9b43bae726a]

        Remove an unused method, no longer write EXT descriptors for compressed streams and encrypt streams if asked to

2001-05-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [11cfbe898ff7bc4e97e9bcdbca5c87e2ebdd66d9]

        new version for SRC631

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [cbde1894bd0092892f233d42bcca876b7210f325]

        Remove unused 'aSequence' member

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [53ddbecafebe6ca96560095e63166fab5fbe50d3]

        If we have an encrypted stream, decrypt it! (if we can!)

2001-05-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [56085ff19257acfcc418b26a681e8105248ac7a3]

        new version for SRC631

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [9e15535240d18a963bd7e7e51957ef4e8d3feed7]

        Update manifest import to reflect new manifest.dtd

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [885ef79bbdaec4359cefae50906a8a0229832770]

        Change manifest import to reflect new manifest.dtd

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [3e0be7d507e2206aaa052811de06bbdffd2ad951]

        Change manifest export to reflect new manifest.dtd

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [b4f335d1c050d80bede3223f6b3edb1ea4875965]

        Update new defines to reflect new manifest file structure

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [2c341a196181a1918d6ab2583060977bf9e9cb33]

        Encode unsigned byte streams, not signed byte streams

2001-05-08  Kurt Zenker  <kz@openoffice.org>  [917f120b1b30d455f5bc293ae599d5963882615f]

        img defines now from svtools

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [1199c6b6b8c7adff755b83ead1edcd67ebec39db]

        Pass the encryption key as a parameter to saveContents

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [8a635dd03fc6064c8aade5c258603176bf7763c2]

        only deliver the dtd from the manifest directory

2001-05-08  Kurt Zenker  <kz@openoffice.org>  [4d9cc334c51caf797dfea5512eac0289faa9ba9c]

        imagedefines have changed to svtools

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [1c7e38046d9875da75309ad0035f9c191490890a]

        remove unused methods and add nCurrentDataBegin member to track uncompressed stream size

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [1a494cc88adf547a0061b07614391d4c4da2b46f]

        Re-arranged the encryption data

2001-05-08  Martin Gallwey  <mtg@openoffice.org>  [ae8344680ffcaa4fc6f380f65007938c3c4d930e]

        Make IterationCount 32 bit

2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [d5a7801fccb85b27d6780aa2182914b2c5613139]

        #65293# merge errors

2001-05-08  Dieter Loeschky  <dl@openoffice.org>  [07b5bd7dc1320bf47986ecdd05e91e835751806e]

        corrected: Asiatische Typographie

2001-05-08  Armin Weiss  <aw@openoffice.org>  [cba89d6310775a4c8058bbe4f30f81746d21c4ad]

        #86637# simply changing connection values at connectors WILL force the connector to do an new layout promptly. So the line delta values have to be rescued and restored around connector changes.

2001-05-08  Mathias Bauer  <mba@openoffice.org>  [5cf8c3d912443f6839eb143a40f939996e958793]

        deliver imagemgr.hrc

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [c3da78fbe0cbb4a897e70531715b0f275a213c97]

        #86951# getConnection: if somebody stored authentication information in the data source, and calls getConnection without authentication, used the cached one

2001-05-08  Ocke Janssen  <oj@openoffice.org>  [1072a9f5c7b848bc6f36dd2263a25c9dbd3820c9]

        #86202# correct the index impl

2001-05-08  Thomas Lange  <tl@openoffice.org>  [94b2e9907f0385ca41db35e29c53abaa3716a64f]

        XOtherLingu (old linguistic-api wrapper) removed

2001-05-08  Dieter Loeschky  <dl@openoffice.org>  [9bcaf174fbc897ffec230eeed67c9ecf0adad470]

        + IsAsianTypographyEnabled()

2001-05-08  Philipp Lohmann  <pl@openoffice.org>  [b034d556db6b51b50c451963e6976be43d87bf24]

        necessary change due to psp::FontManager::getFontFileSysPath

2001-05-08  Kurt Zenker  <kz@openoffice.org>  [785a24acc6b2ae993c8829c88a9db84f0ddf8265]

        GetWindow -> GetWindow()

2001-05-08  Peter Burow  <pb@openoffice.org>  [c268491a5a1915b1f9b7b96d10980100cbba1eec]

        fix: CommandAbortedException included

2001-05-08  jp  <jp@openoffice.org>  [583769e60bdc04e94034aa69091898731fa47485]

        remove download-/choosefilter functionality

2001-05-08  Thomas Lange  <tl@openoffice.org>  [ea53c020369e8c064c3960e8b611da78121a3a86]

        include of XOtherLingu.hpp removed

2001-05-08  Kai Sommerfeld  <kso@openoffice.org>  [2238eb2cbe839d7804ba2a2505fe033ae52709a4]

        #86715# - Remove trailing slash from URL ( queryContent(...) ) .

2001-05-08  Christian Lippka  <cl@openoffice.org>  [82e6ce3e704c04e8659193e44d5ed902d21aebcc]

        #86741# call finishshape only once for group shape

2001-05-08  Thomas Lange  <tl@openoffice.org>  [4f4a1cada22b7c795569604de82ba0fea38a2e3a]

        functionality for old linguistic-api removed

2001-05-08  Sascha Ballach  <sab@openoffice.org>  [af2a6ca001204db01db2ebf79ba4a7426a656000]

        #86741#; only try to get the attributes of the shape if it is a shape on my table

2001-05-08  Thomas Lange  <tl@openoffice.org>  [438bb1a0b6f073ec3c66f40dce7f75c6be7c43bc]

        defines for the WID's of the old linguistic-api removed

2001-05-08  Thomas Lange  <tl@openoffice.org>  [5f5a507cd9e4869be91e1abc6985c80995cf974e]

        defines for property-names and -handles of old external linguitsic-api removed

2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [8eefb1808542eeb034e6747cfccc0ab90277cbae]

        65293# bug introduced in rev 1.46 removed (concerning svt and svl libraries)

2001-05-08  Oliver Specht  <os@openoffice.org>  [37f5f1586a389bf57f6cd109cd177d90bdb85eb3]

        #85505# don't disable wrap if graphic is swapped out

2001-05-08  Ocke Janssen  <oj@openoffice.org>  [35e58202b0acf9105e0b9b8478477b1e2dc0cfe3]

        #86756# correct string text

2001-05-08  gt  <gt@openoffice.org>  [7221564f871c7460f9327fb8714285e67c77d239]

        Empty strings (result from empty cells) are treated as 0

2001-05-08  sz  <sz@openoffice.org>  [bb915cbb65b5942c9cb5d71d21509047763ed397]

        add project testshl

2001-05-08  Ocke Janssen  <oj@openoffice.org>  [76faaa736ba2a5239d895a73d20e39dd6d290917]

        removed precompiled header entry

2001-05-08  Kurt Zenker  <kz@openoffice.org>  [fadb7ba1678720ca3dd06869063ccc0a7e97cdc0]

        new version for SRC631

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [c634b991a1e111c51004c858ff3570357cf075f2]

        #86224# new strings

2001-05-08  Andreas Bille  <abi@openoffice.org>  [d9c1967a6130c3221be326652e8443f19509f4da]

        Initial revision test program for XmlSearch engine

2001-05-08  Andreas Bille  <abi@openoffice.org>  [90660540b0b7c7dd5f317469d0eadb320c3e6e02]

        Initial revision Utilities for XmlSearch engine

2001-05-08  Daniel Boelzle  <dbo@openoffice.org>  [97acf4cc99461b80e664107f0b51b067897d0c2c]

        uno_setCurrentcontext

2001-05-08  Andreas Bille  <abi@openoffice.org>  [b62e52a1289f4c4f14f517958fdc09151c4ac20c]

        Initial revision XmlSearch query engine C++ version

2001-05-08  Philipp Lohmann  <pl@openoffice.org>  [a9f8d75e6c54b40845fc198019788ff6b568aaf5]

        Administration utility for Unix PS-Print Environment

2001-05-08  Andreas Bille  <abi@openoffice.org>  [45436f7242a4890c1849077544e2405f4b67945d]

        Initial revision: Database access for xmlsearch-engine( c++ version )

2001-05-08  Thomas Benisch  <tbe@openoffice.org>  [87d2d458832da0ea67b3caf22f8c8851a2ca9acc]

        added help-text, help-url properties for dialog model

2001-05-08  Sascha Ballach  <sab@openoffice.org>  [6bf6ddadbaec5e647e91765db6ced75e284f366c]

        some corrections in the last modifications/optimations

2001-05-08  Philipp Lohmann  <pl@openoffice.org>  [571f15004533c1e7a5472e033139d5765862fb73]

        Unix PS-Print Environment

2001-05-08  ok  <ok@openoffice.org>  [1c870d960cc90fbe599e8776ec6a17a7d2811f15]

        fix: #83293#

2001-05-08  Nils Fuhrmann  <nf@openoffice.org>  [a6f388c4614f0c87378affa1bbfead2d2939722b]

        Reanimated rscdep because of usage by rsc

2001-05-08  Gregor Hartmann  <gh@openoffice.org>  [82d31098b392ba6462c6d2ca873711f6410f110f]

        #86745#changed errormessage

2001-05-08  Nils Fuhrmann  <nf@openoffice.org>  [83985e67fc8e56eceea56fb93f3466acc7953a69]

        Reanimated because of usage for rsc

2001-05-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cbe23c73f73de38ebd27c5b3d3828ac0e027c454]

        #65293# don't use PROJECTPCHSOURCE in CXXFILES; don't use CXXFILES anyway...

2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [34e78886ac8b2e44645d0ea553e73240569ae3fa]

        #65293# gcc complains parse error

2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [a0d5faf217ca9fce20fc89325140b3b6a6e1e0ad]

        #65293# typo: connectivity/commontools.hxx is mixedcase

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [9997b32eda324bb4472296ec7a929ccc22e760f9]

        deliver helpagentwindow.hxx

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [f48460cf01a0e3e903f99567c5190da020df4bf5]

        MUST changes regarding the system clipboard access

2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [c4fbe1875d708fd3eac92ed83a784fe654885aa4]

        #65293# typo: cppuhelper/weak.hxx is all lowercase

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [066b43b9824eaa5546f71500aa9935d79cbbd9a6]

        #86224# added SaveValueNoPrefix / GetSavedValueNoPrefix

2001-05-08  Kay Ramme  <kr@openoffice.org>  [e5321ae0fd2fb1ba32984716ab48c7c6cc45f023]

        renamed DumpType -> DumpTypeDescription, new DumpType

2001-05-08  gt  <gt@openoffice.org>  [c2af75eed784ba2336fcdd98956aa873e198df69]

        optional parameter(s) also with ranges

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [b9f7c88d6df11dcf45373637093d4aedf4f0fb34]

        adjustments in retrieving the columns

2001-05-08  Kay Ramme  <kr@openoffice.org>  [9e2edc84a67b9609b1b3e65701b7bc677b8261de]

        removed method: addFactories

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [cea195b580989ad027b87009aa4e0177c0da18e7]

        initial checkin - improved ConstAsciiString

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [da2602b41152788793b5f64ff63c0f3bfe152cee]

        modified the ConstAsciiString so that it's reusing the ::rtl::OUString's implementation

2001-05-08  Eike Rathke  <er@openoffice.org>  [344cbb9d06c7a3dd99be9e9a5b7f073e26c6af70]

        include errno.h

2001-05-08  Juergen Schmidt  <jsc@openoffice.org>  [90457baca6ea3228954f61cbfd31548cf3bb1037]

        correct version of cppuhelper

2001-05-08  Kay Ramme  <kr@openoffice.org>  [62e804ea09147e054e63cc37f7ce806fe2a800e6]

        type clean up

2001-05-08  Kay Ramme  <kr@openoffice.org>  [73c4501bf4d1fe0f85899fa84a9663738432c082]

        use typedescription provider instead of Type.getTypeDescription

2001-05-08  Kay Ramme  <kr@openoffice.org>  [2938ec91445bf68be60ea0382003fa83d5491e6e]

        type clean up

2001-05-08  Daniel Rentz  <dr@openoffice.org>  [c2ac8528941d1619e8a57f98150ca09d4ba2971f]

        #74359#, #86742# fixes in insert sheet dialog

2001-05-08  Kai Ahrens  <ka@openoffice.org>  [b791b13f7b07344f43ebee2bb137eec506585853]

        #81229#: added cache timeout mechanism

2001-05-08  Kai Ahrens  <ka@openoffice.org>  [14d1b152bb29ff08015459cb715fcd1cefb4c6a3]

        #81229#: Configuration for Graphic/OLE cache

2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [09b75e8b402584d53d125ba7eec967afcdafedaa]

        #65293# change for new deliver

2001-05-08  Oliver Specht  <os@openoffice.org>  [8cb39a16754c0469aa5341a32a5cf4684bb43439]

        #84445# GetAnySection extended to support a position

2001-05-08  Oliver Specht  <os@openoffice.org>  [f373b7887d3c6eabd839fa28de77670ac447cdb1]

        if rotation is hidden then scaling has to be hidden, too

2001-05-08  Vladimir Glazounov  <vg@openoffice.org>  [4cc8b7efdd23e69adaac055455bdc3d44dac225f]

        insert rtl_str_compareIgnoreCase_WithLength

2001-05-08  Frank Schönheit  <fs@openoffice.org>  [cf0b7c4284b762074d6af20d6308d2d0564e7f0e]

        MUST changes regarding the system clipboard access

2001-05-08  Thomas Lange  <tl@openoffice.org>  [7b02bf25e42341cb2468ec0376fda86694110882]

        XOtherLingu.idl removed

2001-05-08  Rüdiger Timm  <rt@openoffice.org>  [8082b323d15c0a94d090ca8726cb8086ffccf833]

        new version for SRC631

2001-05-08  Frank Meies  <fme@openoffice.org>  [c33c67449bc85d5da1536fad3c173a1008b005e1]

        Fix #86720#: Paint of field portions at beginning of line

2001-05-08  Oliver Bolte  <obo@openoffice.org>  [790045971fe6b8c9402e56dd755bb00912a40f1c]

        #65293# parse error linux

2001-05-08  Kurt Zenker  <kz@openoffice.org>  [d6e3f4d375d76eb7caf92846c0187b549718a233]

        new version for SRC631

2001-05-08  Kurt Zenker  <kz@openoffice.org>  [c67fd0c7a52fa93085d791401d63b007d4e74ced]

        new version for SRC631

2001-05-08  Sascha Ballach  <sab@openoffice.org>  [893887ee94a576687b8bff50168fb2e66f6e9426]

        remove some calls of setPropertyValue

2001-05-08  Oliver Specht  <os@openoffice.org>  [985cd2413fae18596ba6372a089749f5298694df]

        #76585# service .text.CellProperties

2001-05-08  Oliver Specht  <os@openoffice.org>  [696d7b7e9f5cdaaf5466b9d889b2ea9abbac3b12]

        new: CellProperties.idl

2001-05-08  Oliver Specht  <os@openoffice.org>  [bef4e02821053ce6f108cb449210b6acc636ca9c]

        cell properties of text table cells

2001-05-08  Peter Burow  <pb@openoffice.org>  [5cab406522cf5d8079298ca17afc14c535ed0870]

        fix: #85201# OKHdl implemented

2001-05-08  Peter Burow  <pb@openoffice.org>  [433a629a429b330a667f176526d00a2378df87d0]

        fix: #85201# SvtTemplateWindow::OpenFile() added

2001-05-08  Peter Burow  <pb@openoffice.org>  [be957fc9a5807857059c07abe2c3e5d3db5f7610]

        fix: #85201# OKHdl_Impl() added

2001-05-08  Ocke Janssen  <oj@openoffice.org>  [6c2409353a1a0c037ce145e367d40efc9539f605]

        #86202# real dispose for datacolumns

2001-05-08  Dirk Völzke  <dv@openoffice.org>  [7cb42fa1091c7371621a7434990858fb34b7c86a]

        #84092# The help compiler ignores ifdefs

2001-05-08  Peter Burow  <pb@openoffice.org>  [661803e5d0a44ddc435d8062f612b31a3fdbf120]

        fix: don't include svtools-header with svtools-prefix

2001-05-07  Sander Vesik  <svesik@openoffice.org>  [e02cdc0dd3e472da7fd2c4d8864875be11ab6b85]

        Merge FreeBSD changes from OO627B to trunk

2001-05-07  Vladimir Glazounov  <vg@openoffice.org>  [7fabcfb0c9de5db4d495511b81805ce0353ac94f]

        new version for SRC631

2001-05-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [04c7c0892ce4a3839ecf9cc7d5212de03ec95ed9]

        add rtl_str_compareIgnoreCase

2001-05-07  Mikhail Voitenko  <mav@openoffice.org>  [70c4e91e0241ec5690ff8e2ac4e42f76d2c3bb13]

        #83779# add XPasswordContainer interface

2001-05-07  Andreas Bregas  <ab@openoffice.org>  [052c5b596fc03ef7596d99e3dc92e8545cdf14b3]

        SbiParser::DefVar(): Generate _REDIMP_ERASE in redim preserve case

2001-05-07  Kurt Zenker  <kz@openoffice.org>  [5e2ecc3c28122bada7eabbe11607471e33fdf353]

        depends on tools

2001-05-07  Rüdiger Timm  <rt@openoffice.org>  [11be5e77fc3a3ddcde9c54fb2e7ed6acf391e45d]

        #65293# there is a directory unotypes, which needs the applicat.rdb => module depends on drafts

2001-05-07  Sven Jacobi  <sj@openoffice.org>  [05d0314e3e0f80e3fe51ed282e15b46ef20d2ece]

        #74306# supporting glyph outlines: take care of font alignment

2001-05-07  Malte Timmermann  <mt@openoffice.org>  [4f64da3840925f0e7b1ce92fdecc2ffbe8136d7f]

        removed comphelper hxx

2001-05-07  Malte Timmermann  <mt@openoffice.org>  [0cb2e2b50c3d68d667dadfad24ebffe8e638443e]

        use vcl::unohelper::GetMultiServiceFactory() instead of comphelper...

2001-05-07  Oliver Bolte  <obo@openoffice.org>  [dfd472f5e56e810a655ea007c7d308e9b0e6de48]

        65293# depends on vos

2001-05-07  Christian Lippka  <cl@openoffice.org>  [e79b0a74839b5992f10b907e68b4ef68d8d54c39]

        #86619# updated dtd for draw application

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [8ce2b613de66b8cf0d5efa569cc0f2931c9c8a82]

        new files for the help agent implementation

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [06c99e38cddeb70533c13dd526a3383bd24872a9]

        initial checkin - resources for the new help agent

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [e8552bcf5f4efb1c609c6c1926dd8963bfb87ba6]

        initial checkin - window for the new help agent

2001-05-07  Tom Verbeek  <tv@openoffice.org>  [505fc056ba216b713af05a2b838f0d998414b2f7]

        removed string "StarOffice"

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [3ef779ae63aa009e635dc392f30487db31a04209]

        moved the HelpAgentWindow implementation to SVTOOLS (prevent creating a new resource file here)

2001-05-07  Daniel Boelzle  <dbo@openoffice.org>  [ca133d88841acd4680e6290556504e58c59703b3]

        revisited current context impl

2001-05-07  Dirk Völzke  <dv@openoffice.org>  [96e97d8185f6cb17ceb452a0079cf89761dfc117]

        #84092# Added STR_SFX_IMPORT_ALL

2001-05-07  Christian Lippka  <cl@openoffice.org>  [72032c79b798a2e68bde7b8c841da707aa04875e]

        fixed fontwork names to follow the xml naming rules

2001-05-07  Dirk Völzke  <dv@openoffice.org>  [fa19b652ead3ec7fdc1d3fd451157e1254a8b2e5]

        #84092# Added support for the ImportGraphics dialog

2001-05-07  jp  <jp@openoffice.org>  [a315d036156b9932132bbaa0f3ffbdec6f0bc3dd]

        change old D&D API to the new one

2001-05-07  jp  <jp@openoffice.org>  [8dc04a909154f111f1416237a0bba72621adf1c0]

        use the correct D&D constants

2001-05-07  Tino Rachui  <tra@openoffice.org>  [2d71e8837d29da6944133f87e9a46e1100c5f3f2]

        *** empty log message ***

2001-05-07  Andreas Bregas  <ab@openoffice.org>  [6bf62d1f26133b81a6762261fee87766375eb792]

        #86013# OFileAccess::getFolderContents(): Decode folder contents

2001-05-07  Christian Lippka  <cl@openoffice.org>  [0e2d6bf54e14be0dcfcca71a608cdcae97df473d]

        #86618# added move and size protect

2001-05-07  Christian Lippka  <cl@openoffice.org>  [87e3372c55059007d7c115e2f63b22ebf3b9fc50]

        #86616# added caption points

2001-05-07  Sven Jacobi  <sj@openoffice.org>  [c5259149731c5fc488e5a609bd229c29b5b5fe7b]

        #74306# supporting glyph outlines: take care of font alignment

2001-05-07  Nils Fuhrmann  <nf@openoffice.org>  [b05572f20d0bd7a75eb996e99235a2e374fbae60]

        New: Comments in GenericInformationList

2001-05-07  Christian Lippka  <cl@openoffice.org>  [51d4f44bfc73918425089fb40d205c23c220887a]

        #86616# added caption points

2001-05-07  Christian Lippka  <cl@openoffice.org>  [c0b28465056cf21cb1e0c0f3ac6db7e0f148ae11]

        #86616# added api for caption points

2001-05-07  jp  <jp@openoffice.org>  [31e7bf137c3d7c1e931b0192be54e7dbaf135402]

        StartDrag: look first for the enabled Drag&Drop flags

2001-05-07  Nils Fuhrmann  <nf@openoffice.org>  [32a1e9a93990bcf9f2c9528d32cdfb4f95611bf1]

        New: Comments in GenericInformationList

2001-05-07  Daniel Rentz  <dr@openoffice.org>  [4050789fd97180d519730e9984b0d22f84c01d2f]

        #72607# keep old cell contents

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [fea23115ba3812d2bbcd41206e55e67171ee43b8]

        MUST changes regarding the system clipboard access

2001-05-07  Daniel Rentz  <dr@openoffice.org>  [435e1cc8d706d5a42257060c48631142e516d03e]

        new option for biff dumper: BLANKLINE

2001-05-07  Oliver Bolte  <obo@openoffice.org>  [5675e380b626619fc428c39e550dc746ddf1b478]

        #65293# vos deleted

2001-05-07  Kurt Zenker  <kz@openoffice.org>  [f5d87d0102bf2b2725f3d12923fe84ef9634d738]

        no VOSLIB

2001-05-07  Daniel Rentz  <dr@openoffice.org>  [4812596405f1166dec4b0c8613d6f9c0a661e7fb]

        new option for biff dumper: BLANKLINE

2001-05-07  Oliver Specht  <os@openoffice.org>  [b4a935d7e5346b68e6bf5b5565f112983ff4f538]

        #86002# don't apply web settings to text view and vice versa

2001-05-07  Thomas Lange  <tl@openoffice.org>  [f430b6c109ebc764278aff8935931d21cbacded8]

        XOtherLingu removed

2001-05-07  Niklas Nebel  <nn@openoffice.org>  [0b8778c8170bab3a8cf0e8d8e3110ccb0207c340]

        #86654# don't set parent for page styles created from stylist

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [8022c8b5fb059449f39d1c4f4924fbe98afc5d57]

        new files for the new help agent implementation

2001-05-07  Peter Burow  <pb@openoffice.org>  [dc90c9cea7742b1ab862abe02ec9fd9e0d7c5d9e]

        fix: #85201# empty URL's aren't files

2001-05-07  Oliver Bolte  <obo@openoffice.org>  [f9181669cb3ca0e783128056933c85d175e59dca]

        #65293# CPPUHELPER fixed

2001-05-07  Andreas Martens  <ama@openoffice.org>  [0bc15b52173b0721190e9ff07727350d9b4532e0]

        Fix #77608#: No scrolling behind table frames

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [f3be5367e8cc2ee61a6e0c0166c0e564b92b6bc2]

        initial checkin - a vos-based timer using a callback on expiration

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [1608ba74c9201e53ec392e203eb504855d7e389f]

        +SPECIALTARGET_HELPAGENT

2001-05-07  sz  <sz@openoffice.org>  [e60dce81daec0994189a0fa7b490f1046a78f824]

        adapt case

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [65ac500577119cbaf368a524a437bdd94fc6fd26]

        methods for accessing the help agen config data

2001-05-07  sz  <sz@openoffice.org>  [c555bf674b6f0baa7cd581b3e2159c8f37d6a1ec]

        added testshl issues

2001-05-07  Thomas Lange  <tl@openoffice.org>  [78bf097d3d9fd71979aa8209a4038bd6a4306313]

        GPF while saving fixed

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [5182e8811a56fd4218c74aabb245683b950ea280]

        changed a german text (wished by MSC :)

2001-05-07  Kurt Zenker  <kz@openoffice.org>  [e05761a6355327a80cf443c5a9fafacd35ddad15]

        SRC631

2001-05-07  Sven Jacobi  <sj@openoffice.org>  [87e23cef010b142575bfe007c0789ccfd75f888d]

        moved paragraph summation setting from FrameView to SdDrawDocument

2001-05-07  Rüdiger Timm  <rt@openoffice.org>  [abd3b8ed713a6f14df0088f828c507faa6760c20]

        #65293# use UDK_MAJOR

2001-05-07  Andreas Bregas  <ab@openoffice.org>  [97bfe15b275061ace751d3e9972f7253979947b1]

        #86386# Use right Basic instance to attach dialog events

2001-05-07  Martin Hollmichel  <mh@openoffice.org>  [70aeff4ddb1d99cb7db2712daaa9e86c00314b90]

        add: CYGWIN changes

2001-05-07  Kurt Zenker  <kz@openoffice.org>  [9a24398948401abdf997e95da50400666dada55a]

        UDK215

2001-05-07  Andreas Bregas  <ab@openoffice.org>  [02549f18a28ab3a0f5bfd38f4ccdbf6254663381]

        #86386# New inline method SbiInstance::GetBasic()

2001-05-07  Andreas Martens  <ama@openoffice.org>  [b99ea7e6807e2aaeefc27ba5fee2abb357c61509]

        Fix #69818#: DrawObjList has to be informed

2001-05-07  Ocke Janssen  <oj@openoffice.org>  [0255cdcf68a658b94491d5ca9c4aa41cee0c6a13]

        #86491# use of references

2001-05-07  Ocke Janssen  <oj@openoffice.org>  [825238a224e4afee554f37405d8d41c0dec6e529]

        insert mnemonic

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [3772773ad7f9f910e3c682bdfb412b1ed842032a]

        adjusted getUniqueSetElementName

2001-05-07  Daniel Vogelheim  <dvo@openoffice.org>  [50af8437cde9523e2e6c76035e3abc22133eb71f]

        added: style:vertical-align (for paragraphs)

2001-05-07  Daniel Vogelheim  <dvo@openoffice.org>  [b97925e74d316a6be312c9be011ed18a434d8bef]

        added: redline enable + protection

2001-05-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ec8b8d765c2c4c840a6183f8a5282c0daba1372f]

        removed old taskforce defines

2001-05-07  Tino Rachui  <tra@openoffice.org>  [8109f810e74c5ed18faa7ea99d6fd2fdc2ef3dd5]

        *** empty log message ***

2001-05-07  Andreas Bille  <abi@openoffice.org>  [65ea5b9fe0d720d511f4075b0a9cd7ff2cb7fd75]

        #85818# Modified only HelpProvider, HelpDatabases and HelpURLParameter for this bug. The error file comes now from a special file in the installation directory. Therefore it is language dependent.

2001-05-07  Thomas Lange  <tl@openoffice.org>  [7e2d7350a9ffaa17ecaec7d9a387f51e0bdba426]

        handling of fonts for symbols and standard-format changed

2001-05-07  Oliver Specht  <os@openoffice.org>  [821f8e89d41af25ee5411236a59f8bf920b81111]

        #86546# automatic width and distance added to text columns

2001-05-07  Mathias Bauer  <mba@openoffice.org>  [1657cbfb402e134e3a105992fb0714f18be206dc]

        description of commands

2001-05-07  Frank Meies  <fme@openoffice.org>  [6f74676229e34f2978061ff6756de3e4ae63bfe9]

        Fix: Field portions with script changes

2001-05-07  Oliver Specht  <os@openoffice.org>  [54be1384974b2db4b3da9551fb48374ff8c4dbf0]

        description completed

2001-05-07  Daniel Vogelheim  <dvo@openoffice.org>  [91296538d51227aebbd6a886c35a1bd1954bcdff]

        fixed table DTD

2001-05-07  Frank Meies  <fme@openoffice.org>  [0b9febdedebb3773b53422313866ae7384dd2eaa]

        Fix: Recycling of multi portions

2001-05-07  Frank Meies  <fme@openoffice.org>  [60c1fc0659fb3d2e0c03006b73bcddd0810b3bef]

        Fix: Field portions with script changes

2001-05-07  Frank Meies  <fme@openoffice.org>  [a015747c3835771884beff6040b480356dcb9d41]

        Opt: Remove of obsolete field nHeight

2001-05-07  Frank Meies  <fme@openoffice.org>  [795e323b1fb2e97b117477481b94471fe2c6263a]

        Fix: No kana compression in drop portions

2001-05-07  Oliver Braun  <obr@openoffice.org>  [e9e5e36cf1f07f4626f9cac982766e51151391f0]

        primary and clipboard selection splitted

2001-05-07  Ocke Janssen  <oj@openoffice.org>  [abdf44fe3a723ba86b5f2c0fe8da4bb32c113ed0]

        #86483# set columns only null

2001-05-07  Oliver Braun  <obr@openoffice.org>  [11bfd677f29903a7d1fdc4f97abb7de270e61fdc]

        added support for selection

2001-05-07  Peter Burow  <pb@openoffice.org>  [69a1c5f50a8549eb5ce78937b9315b82b70cb6b8]

        fix: #85201# ivctrl, imivctl moved to SVTOOLS

2001-05-07  Oliver Braun  <obr@openoffice.org>  [1efcd98593ad92427992be7ed2988cd653b078c1]

        api for selection and new clipboard methods

2001-05-07  Peter Burow  <pb@openoffice.org>  [dfd6dc153e7d4fdaa49091f220db59c945694c86]

        fix: #85201# ivctrl.hxx moved to SVTOOLS

2001-05-07  Peter Burow  <pb@openoffice.org>  [c689617c3e96fd5c5be51a205f94905381b946a4]

        fix: #85201# SvtDocumentTemplateDialog used

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [b19490d7a11baa5f377ddedc8bda38a73363e59a]

        +getUniqueSetElementName

2001-05-07  Kai Ahrens  <ka@openoffice.org>  [945962439222102cee623159aaf2dfe468171782]

        new print options

2001-05-07  Ocke Janssen  <oj@openoffice.org>  [be284f6bc14f062aaa7e882aabb4ca67d1d3cb70]

        #86483# use of index for query and columnchecking

2001-05-07  Kai Ahrens  <ka@openoffice.org>  [b659fb97ff37520f11e48a058597f957969f2a58]

        new print options

2001-05-07  Ocke Janssen  <oj@openoffice.org>  [62786a1ff4c521af90cce0e228bf728061a45615]

        #86483# use of index for query and columnchecking

2001-05-07  Peter Burow  <pb@openoffice.org>  [b570eb3efa397fa41f72f2e93b002814ea9b2b5e]

        fix: #85201# fileview.cxx moved to SVTOOLS

2001-05-07  Kai Ahrens  <ka@openoffice.org>  [448d9ae92f552e05278b81ab3323355ef268d738]

        new print options

2001-05-07  Peter Burow  <pb@openoffice.org>  [aed8f7e44502be1eacfc179ceaede8a2118c462c]

        fix: #85201# new template dialog

2001-05-07  Peter Burow  <pb@openoffice.org>  [ed8d2e4ea71ea62cfa29fac04aaf87fe51ae1e7e]

        fix: #85201# ivctrl.cxx, fileview.cxx, templwin.cxx added

2001-05-07  Kai Ahrens  <ka@openoffice.org>  [574d7e7ec484351238e54324566488fbf7587bf2]

        _ximp2.cxx removed

2001-05-07  Peter Burow  <pb@openoffice.org>  [40897a38e74c2b6df6a43b9c5e5e8e4a1aab31ff]

        fix: #85201# ivctrl.hxx, fileview.hxx, templdlg.hxx added

2001-05-07  Peter Burow  <pb@openoffice.org>  [78a217beab1a678fcc6ccd27b6abd0915e5d1764]

        fix: #85201# new template dialog

2001-05-07  Peter Burow  <pb@openoffice.org>  [f6fefd984c144cb72cb93e1f86b4b8ddd431ffd4]

        fix: #85201# moved from SFX2

2001-05-07  Peter Burow  <pb@openoffice.org>  [1650398bf14eda9cdfdd94aedb3d583579a7660f]

        fix: #85201# moved from SVX

2001-05-07  Oliver Specht  <os@openoffice.org>  [8b94c5a095a13cd0e6d61f6122a961883910cad2]

        #86638# Commit corrected

2001-05-07  Oliver Specht  <os@openoffice.org>  [d566357a2185844019081162839974fb7f14620e]

        n*CaseMatch: Int16 -> Int32

2001-05-07  Ilko Höpping  <ih@openoffice.org>  [003945a5cb626634ca3010ad6bc0567619a86a49]

        fonts.dir removed

2001-05-07  Björn Milcke  <bm@openoffice.org>  [094aee16ead16233949eda422351ad139319e98b]

        #84858# export autostyles for axis titles

2001-05-07  Oliver Specht  <os@openoffice.org>  [e8c23a737c9c4c3168733904cae5345ba471febf]

        #84735# ::ToNextMergeRecord: return the correct flag

2001-05-07  Stephan Schäfer  <ssa@openoffice.org>  [06a3321def966eb08fc6d6f2c13ddc6d9b59d71a]

        vcl depends on sysui now

2001-05-07  Andreas Schlüns  <as@openoffice.org>  [c29cfe6e72fb211674578db72874421a26f08242]

        disable mutex debug

2001-05-07  Andreas Martens  <ama@openoffice.org>  [10abbf09d3d1c610101d156087e133537a3d2634]

        Fix #85560#: Mismatch of displayed and cursor document position

2001-05-07  Andreas Bregas  <ab@openoffice.org>  [5d7a5e4d2eef9fa5d6153485c5e4d5d2f867f996]

        #85841# shell function: transform path to UNC

2001-05-07  jp  <jp@openoffice.org>  [6c014ccc3d22bbaeb715dba02631999623bf5a26]

        chg: Drag&Drop interface changed to TransferData & Helper classes

2001-05-07  Michael Brauer  <mib@openoffice.org>  [13e2db504418afcebca021173d23d350ba2e925d]

        #86643#: Removed unnecessary assert

2001-05-07  jp  <jp@openoffice.org>  [cce5b8f6c5eac180eccb8f8f3003de271a6ce1ac]

        chg: Drag&Drop interface changed to TransferData & Helper classes

2001-05-07  jp  <jp@openoffice.org>  [8b8725e22e9acf5afd84f68c9b7c187261bf12b6]

        chg: Drag&Drop interface changed to TransferData & Helper classes

2001-05-07  jp  <jp@openoffice.org>  [c2566cb8462ae7632a5b24b38c039e252533a747]

        paste of NavigatorContentBookmark changed

2001-05-07  jp  <jp@openoffice.org>  [bf5c90b2110008ebb60bd7716c654455497b6ac7]

        paste of NavigatorContentBookmark

2001-05-07  jp  <jp@openoffice.org>  [3aed5a201a354265a5a6ef5e446f482ec0c1a363]

        new: TransferDataContainer (used for example in SvLBox Drag&Drop)

2001-05-07  Rüdiger Timm  <rt@openoffice.org>  [279d0d41063a09114a65752831f4351ebbbc7644]

        SRC630

2001-05-07  Mathias Bauer  <mba@openoffice.org>  [ac81dd4ff0b847d660e0e65cde3bc38a4cdb29bc]

        #86655#: remove Exception temporarily

2001-05-07  Michael Brauer  <mib@openoffice.org>  [846edd88e0b70b143a1a6724ef5412ad250b2df1]

        #86642#: Ignore illegal characters in text content

2001-05-07  Michael Brauer  <mib@openoffice.org>  [758a79fb59398acef28b55acee4e9b82dd04e571]

        #86642#: Ignore illegal tab fill and decimal characters

2001-05-07  Frank Schönheit  <fs@openoffice.org>  [7dba0e8df84612b62da7f59122c3820e37f3c5ab]

        re-enable the clipboard listening (was removed due to a merge error (1.27 -> 1.28))

2001-05-07  gt  <gt@openoffice.org>  [78fa6914d5ba6678b0c56c29e658ad017e2ced30]

        next part

2001-05-07  Oliver Braun  <obr@openoffice.org>  [0c232d5edd50f9a140e4b76151a573842c6a5b59]

        use Window::GetClipboard to retrieve the clipboard instance

2001-05-07  Carsten Driesner  <cd@openoffice.org>  [7d5ccbb84897170f028cdcde123153736e9d917b]

        special file and window menu for resource menus

2001-05-07  gt  <gt@openoffice.org>  [abb339d36ef8c2b696f04da341df2d3200c2fe0e]

        next part

2001-05-07  Michael Brauer  <mib@openoffice.org>  [e1fad8fab62551f1516ab8ce66f8d8002cf16fd3]

        improved error messages for XML filter

2001-05-07  Michael Brauer  <mib@openoffice.org>  [d0927b5db75f846355b400bedab1849ac5f26a5a]

        improved error messages for XML filter

2001-05-07  Carsten Driesner  <cd@openoffice.org>  [86bcd0c52ae30fc84ff7d6da796847b07a556f10]

        #86597# GPF on file close - mutex was used after dtor called

2001-05-07  Tino Rachui  <tra@openoffice.org>  [33a3a0b6af99165695433571d0bc9bde7789129a]

        *** empty log message ***

2001-05-07  Tino Rachui  <tra@openoffice.org>  [3e345dfa156504653455329910a79cc05deae52f]

        *** empty log message ***

2001-05-06  Matthias Huetsch  <mhu@openoffice.org>  [c4ebd26c347217be6f5ed1299b777dd304093547]

        #86409# Added missing functions 'rtl_digest_init()', 'rtl_digest_HMAC_MD5()' and 'rtl_digest_HMAC_SHA1()'.

2001-05-06  Matthias Huetsch  <mhu@openoffice.org>  [357770ceb5c779a8529a05731267b13a171d4177]

        #86409# Added missing functions 'rtl_digest_init()', 'rtl_digest_HMAC_MD5()' and 'rtl_digest_HMAC_SHA1()'.

2001-05-05  Bustamam Harun  <bustamam@openoffice.org>  [cc16ffebef9cc821b59bb6e98329b5d0861e700c]

        Remove trailing blank on target - Joe Xu

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [16650aa0843d2c8a1cf75457e1756f47f018708b]

        Merge SRC630: 04.05.01 - 23:49:33 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [24c8f55d0b6b16271460b118a0c7baa88c61af30]

        Merge SRC630: 04.05.01 - 23:47:30 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [3a03d1fc5d5ca1e35db90dafaf9357d9c3eb0ae0]

        Merge SRC630: 04.05.01 - 23:45:23 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [1084f0b68603e5b5fe4401f078e767c56cd0bf8c]

        Merge SRC630: 04.05.01 - 23:43:14 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [36c256d201b70d434fc81903725ad79cbf3a8c5c]

        Merge SRC630: 04.05.01 - 23:43:09 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [45d977abc6209e66e0502b00c323e45da928c78f]

        Merge SRC630: 04.05.01 - 23:39:06 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [1f671cf3a097bbbbad3bba370b2db9df99e54a4e]

        Merge SRC630: 04.05.01 - 23:39:02 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [41cf26ae2ad67884c33680f8752fe30e851218bb]

        Merge SRC630: 04.05.01 - 23:37:00 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [692decffccbb646aa21731db0fc81a3002b33ec2]

        Merge SRC630: 04.05.01 - 23:35:26 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [384799e59b0579d3f3b574772721d421cbefb565]

        Merge SRC630: 04.05.01 - 23:34:56 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [ee21432fefd1acee93429e93af06effc3a5cc97c]

        Merge SRC630: 04.05.01 - 23:32:54 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [8c5c8f953630ca98b2dda717d0c583d6850a6b78]

        Merge SRC630: 04.05.01 - 23:31:07 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [4c4912d56715db6338bfee1fcb5db5afe93f2e17]

        Merge SRC630: 04.05.01 - 23:30:41 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [40151f8f5429bc745b103d0752af05053787255e]

        Merge SRC630: 04.05.01 - 23:29:13 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d6778d201a96758cfe8daabd26a9b6bfc7fcbd45]

        Merge SRC630: 04.05.01 - 23:29:13 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [83646e806bff08f701bf4b5c560445496a155bdd]

        Merge SRC630: 04.05.01 - 23:28:17 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [7c6011bef176421b1644f4c2c726878edb813ffe]

        Merge SRC630: 04.05.01 - 23:27:23 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [2c859c24a054b55a4bc0af61881d1cea81a560d4]

        Merge SRC630: 04.05.01 - 23:25:28 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [e2e0bf7c8655ed102c1f779b1b3b9b9d79165005]

        Merge SRC630: 04.05.01 - 23:24:51 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [8fc07422345b0bdd3b1c281cc3bbdefa112005de]

        Merge SRC630: 04.05.01 - 23:24:44 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [16c8c2277ca6a2321fccec441afb2271a46a182b]

        Merge SRC630: 04.05.01 - 23:23:29 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c45bf2266d3818a72d5c760f6aaacc850fbb731f]

        Merge SRC630: 04.05.01 - 23:21:55 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [9e4da38d32339306e8f214a5b0d45ff95b968e80]

        Merge SRC630: 04.05.01 - 23:21:41 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [5cb46f30e71e11c1c05f32f977585cd23ddd947d]

        Merge SRC630: 04.05.01 - 23:20:22 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d1f8c17bfb66b5a6e198707ef2d47a4d63200ce7]

        Merge SRC630: 04.05.01 - 23:19:53 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [22036afd154f2d807115fc7e37598b4439f0bfc1]

        Merge SRC630: 05/04/01 - 23:18:41 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [12ab4c59cb9ccc346d628f7eb2dcf04d095da538]

        Merge SRC630: 04.05.01 - 23:18:02 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [12604c3150e4917dfd83c1a8298864c5bb3377ea]

        Merge SRC630: 04.05.01 - 23:17:11 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [2583f1ae921c442d88fba83f168305a352fd8a69]

        Merge SRC630: 04.05.01 - 23:16:17 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [22b54d1be1e4edb09bd802d52dde2a2454ddfb85]

        Merge SRC630: 05/04/01 - 23:16:48 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [139126573673fdfa229dc436b5f4abde90bd128c]

        Merge SRC630: 04.05.01 - 23:16:35 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d80f4053709973b60b6bd937c1c9a95cc59235b1]

        Merge SRC630: 04.05.01 - 23:15:09 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [05526c83b30ff281ad9b2853d8d1a95b90a70905]

        Merge SRC630: 04.05.01 - 23:15:47 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [ab3cc5edfe8c2ab2d87254a252dae43d298d7f23]

        Merge SRC630: 04.05.01 - 23:14:37 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d0bdb5b0a0d3949233ac75d8daeb59bb396f9ed0]

        Merge SRC630: 04.05.01 - 23:13:43 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [ade3ead1122f97b8b65e89f3f2b37f399b14a9be]

        Merge SRC630: 04.05.01 - 23:13:17 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [3572ce8ec79952bbc92cb6d3f81fa041c7160067]

        Merge SRC630: 05/04/01 - 23:14:09 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ff378cac671566efdd51e935fe8d1a19ff294929]

        Merge SRC630: 04.05.01 - 23:13:28 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [e328c311aa0f626693e26cfcb6eefdbba43aadc6]

        Merge SRC630: 04.05.01 - 23:13:53 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6c2d271d42284a24c6f18081a46e2c361850aecf]

        Merge SRC630: 04.05.01 - 23:13:56 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [f8e410d8c201c63293450abc4affd03bcc6c5bc1]

        Merge SRC630: 04.05.01 - 23:12:00 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d7baaefd5f4b32db464740a5235179376f379a2b]

        Merge SRC630: 04.05.01 - 23:11:59 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [947b2236401e4139c8e01f3203c7ef4b6319cdcb]

        Merge SRC630: 05/04/01 - 23:12:10 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [158c5415caa6ff404c5392caf066a2fc3504ce51]

        Merge SRC630: 04.05.01 - 23:12:02 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [10231794f271c61928436d6697166364776b0ed1]

        Merge SRC630: 04.05.01 - 23:11:16 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [b433aa78348dab50d760059b38ab2ac441c9ec1c]

        Merge SRC630: 04.05.01 - 23:10:15 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [58efd91b0974294c2fcafd17306ce55a9e957a94]

        Merge SRC630: 04.05.01 - 23:10:12 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e8e195fced365188500894501b44f37846bb17b6]

        Merge SRC630: 04.05.01 - 23:09:44 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [668f9dfab1f65006946356f243b09a249e5edec5]

        Merge SRC630: 05/04/01 - 23:10:09 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [a2bbf16be19170854e3d8a0ff2b6641745aab004]

        Merge SRC630: 04.05.01 - 23:10:22 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [410df5fb05812a547257f63b3ab05220f9387aca]

        Merge SRC630: 04.05.01 - 23:09:51 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [b18b34989708610be64d785ec0e4dfcbeb0152e9]

        Merge SRC630: 04.05.01 - 23:08:19 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [b57e7d1c841820019e1bd44fac901afab91961e0]

        Merge SRC630: 04.05.01 - 23:08:46 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [aeba75bed7eca22508bc59b9e1b6f790c3219d16]

        Merge SRC630: 05/04/01 - 23:08:16 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f4d07f0330f044cf89850b73245d187942a08f6c]

        Merge SRC630: 04.05.01 - 23:07:29 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [018fd228b4e28da50d72d642e1b0aeb0cf77d74f]

        Merge SRC630: 04.05.01 - 23:08:31 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [efc3ffd421b227b7e41eba9b507d6882193b4db4]

        Merge SRC630: 04.05.01 - 23:06:53 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [eb8e2927e78e848bc9c66016a6818263683d2a1d]

        Merge SRC630: 04.05.01 - 23:07:37 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [ccf0260b96388de9c8072a565dfd7bd022d8cbf4]

        Merge SRC630: 04.05.01 - 23:06:26 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [bac0bb158f9e5e6a80a761754838de6dd39b553f]

        Merge SRC630: 05/04/01 - 23:06:21 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [98853ed5a417738da6f28cfb5ef2c24be1df30b6]

        Merge SRC630: 04.05.01 - 23:06:34 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [8f516ffafe16f023f536677387ab2470c681addb]

        Merge SRC630: 04.05.01 - 23:06:13 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2028c0f8d2bba805e59b4ecee7e97bfeef094036]

        Merge SRC630: 04.05.01 - 23:05:19 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [0e68ba65083057ae260419fa1a0b3b462df06f21]

        Merge SRC630: 04.05.01 - 23:05:14 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [7e2a8fde92c17c00c44a7efe884fdbe96e7aeb21]

        Merge SRC630: 04.05.01 - 23:04:37 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [bb5e7762d360938024244d6ac2af21881f30beee]

        Merge SRC630: 05/04/01 - 23:04:20 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [69db222650f0fe81cb88db6c5e1ff74d6200a1c8]

        Merge SRC630: 04.05.01 - 23:04:42 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [cf52931eae1214bbf629ecc09308625252cdb21e]

        Merge SRC630: 04.05.01 - 23:03:36 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [132217c2fa6ba03fdb5721b6cb86bc08d2e2b78e]

        Merge SRC630: 04.05.01 - 23:02:44 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6a4dbbb82123428d3c481956141c437acc81a105]

        Merge SRC630: 04.05.01 - 23:03:42 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d0fc97e20783b765e1b9492cb0d23871653495ba]

        Merge SRC630: 04.05.01 - 23:02:48 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [03354d1ae63c247802537ff19043aea777804d97]

        Merge SRC630: 04.05.01 - 23:01:48 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [46661d5eff4c7f3d4fbf10fc140e75f41d713aef]

        Merge SRC630: 04.05.01 - 23:02:47 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [93c3f721aae9beab186fc287cc5d9817fc6b49a9]

        Merge SRC630: 04.05.01 - 23:01:42 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [9f03ab90bdc1150f2e8ba9e6fb880a9435a96a42]

        Merge SRC630: 04.05.01 - 23:00:46 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a07814bbacf157743851df6c8a01111fe3f596be]

        Merge SRC630: 04.05.01 - 23:00:17 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [c1605e7602ce9f5e360092452700927e151dbe09]

        Merge SRC630: 04.05.01 - 23:00:04 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [16992848a1aab45fb4d543d11d6c27246dd14d15]

        Merge SRC630: 04.05.01 - 23:00:31 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [407fbcf2c604934967891bd7e18e22c04e7cdd8f]

        Merge SRC630: 05/04/01 - 22:58:40 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6457142f281e5aa687fd8186668ea50b5bb77bc6]

        Merge SRC630: 04.05.01 - 23:00:43 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [9ac78c1fbd8aaa82b6245e9f310efe6f2858c658]

        Merge SRC630: 04.05.01 - 22:59:51 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [3218092f165d290edcf884d038b3291c54ac154f]

        Merge SRC630: 04.05.01 - 22:58:36 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [9f7365a6a9ff76f2d4ef3f7a13f4d5b6483549a5]

        Merge SRC630: 04.05.01 - 22:58:27 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [561eda52a69500b35c40740788cae382a68cb69d]

        Merge SRC630: 04.05.01 - 22:58:07 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0d034881146aac9cc81a67a1ab989bbc23e23284]

        Merge SRC630: 04.05.01 - 22:58:29 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [b980925232839cc5c5d2e3fcae1fcc011c94b50c]

        Merge SRC630: 04.05.01 - 22:58:09 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1965cfa3ce6c720b4ed429e735e67a59c52d71b4]

        Merge SRC630: 04.05.01 - 22:57:43 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [460a449d03783653674e2b8256e25f67ab48f224]

        Merge SRC630: 04.05.01 - 22:56:56 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [77b9a578d660733ef0ef0726712c3d6cb6e661c5]

        Merge SRC630: 04.05.01 - 22:56:28 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [69edfa4c86eb243fa67ef25ea5664ec2a16efedd]

        Merge SRC630: 04.05.01 - 22:56:22 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [55aabcac515e831fca65a0d4286c393eca0e108b]

        Merge SRC630: 04.05.01 - 22:56:48 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [8098561e0a0294fd621df27beb461f2820e513e2]

        Merge SRC630: 04.05.01 - 22:56:03 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [5fc44b695ca782b2dae65ec1802ff072b1d714c7]

        Merge SRC630: 04.05.01 - 22:55:47 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [f44f10fb9ade519d70d06cc7f152e7e8f83c4877]

        Merge SRC630: 04.05.01 - 22:55:59 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1de25a1c6e0fb362a095c9a57ecb6e74582ba520]

        Merge SRC630: 05/04/01 - 22:55:21 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [9ccee3b736208d114f9051b3a4a9f54ecb7633fc]

        Merge SRC630: 04.05.01 - 22:55:17 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [19dbcffd3b1c27e61bac73c74ff401e12874e4f3]

        Merge SRC630: 04.05.01 - 22:54:09 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [28d6a3e7a3e610934abd5e083f82ebf702063f81]

        Merge SRC630: 04.05.01 - 22:54:10 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e1082fe5a5e354e5585788e34c1c4386196e2b94]

        Merge SRC630: 04.05.01 - 22:54:12 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [c59276d08a1383637317b119365c3305a3bd7b39]

        Merge SRC630: 04.05.01 - 22:53:44 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [8359d3dfa3c7dce9dd90e5e6ce63f0c2bedf5c54]

        Merge SRC630: 04.05.01 - 22:53:56 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [70fe07760e8b09e4a498c1b21db00fdc9cff131a]

        Merge SRC630: 04.05.01 - 22:54:00 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [069798286dcfcd8571b3c60033a49d929f724b13]

        Merge SRC630: 04.05.01 - 22:53:23 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [48119963f3b886fe279388c66be28bc48e647f64]

        Merge SRC630: 05/04/01 - 22:53:01 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [4a686b22718e36425df05590329010a48bead385]

        Merge SRC630: 04.05.01 - 22:52:06 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [86fa4503fcce365b2f43f9e606b730b50a0e4063]

        Merge SRC630: 04.05.01 - 22:52:09 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [0d5f6e1ca6589161402b48d3c81d64f8e40ad98a]

        Merge SRC630: 04.05.01 - 22:52:48 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [076e9f827e387b1fee6f84b0f74ddc8fb2ac5ef0]

        Merge SRC630: 04.05.01 - 22:51:55 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9c53307e924aa41413127f93cabd08486034cd4b]

        Merge SRC630: 04.05.01 - 22:51:47 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c0d25173c2ece5c2d7ff5840c43846682657f09a]

        Merge SRC630: 04.05.01 - 22:51:58 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c39571e13b7e0ec870e5246820408b99aa3d8ed5]

        Merge SRC630: 04.05.01 - 22:51:51 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [50d291cc0a20c43d5fcffca6ce0a992c6d75b5e8]

        Merge SRC630: 04.05.01 - 22:50:30 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [ff8f6797308f1d5272e2705fc9622d90220f860f]

        Merge SRC630: 05/04/01 - 22:50:53 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d00714dd635ee74228d55f918d3343d58fc08082]

        Merge SRC630: 04.05.01 - 22:50:38 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [245f35b24ddb0ef763fd234a0f0dd67b49521999]

        Merge SRC630: 04.05.01 - 22:49:32 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1f3bb31b107c4bf8af3abd29b61d4a0ed8ef41c4]

        Merge SRC630: 04.05.01 - 22:50:03 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [190f096d2d30476375850eb35c9d0c76c30d7174]

        Merge SRC630: 04.05.01 - 22:49:29 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [cc8b22346f2107556f434fe2628a0dd52ba8c059]

        Merge SRC630: 04.05.01 - 22:48:51 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [b606f088f8cefbe979baf76c58dfad5da5f93ae1]

        Merge SRC630: 04.05.01 - 22:49:59 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [a5f9d17484f11555a702a77b450050c6420e386f]

        Merge SRC630: 04.05.01 - 22:48:11 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [48b653fcab76d23f3f97d0fe99260982965d52ef]

        Merge SRC630: 04.05.01 - 22:47:45 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6b3fc9f6b40435df1eced726f64718e012928c08]

        Merge SRC630: 04.05.01 - 22:48:15 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [f0df34ffac420d7f6ec7f0132c8239669d89e71f]

        Merge SRC630: 04.05.01 - 22:48:20 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [fac5b312d135b0717cbd321b07706f91cf224d08]

        Merge SRC630: 05/04/01 - 22:48:09 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [25653fa090264aca5b5c408d376ba5d1e9137bf9]

        Merge SRC630: 04.05.01 - 22:48:03 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [cdf7e36cd95a6bf18c367857b913f0e2999e6b49]

        Merge SRC630: 04.05.01 - 22:46:43 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3ddf5065ac64b33344f7b35fa3a5e077318d802]

        Merge SRC630: 04.05.01 - 22:46:56 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [e3b376620e79f2e174a68f8ca41b28669ecdf3cc]

        Merge SRC630: 04.05.01 - 22:47:48 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [06e36fbbe25d09d6005bc73ecb6f82482f52df76]

        Merge SRC630: 04.05.01 - 22:45:37 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [51733eadac5f823f40ee462abaef4144817358b1]

        Merge SRC630: 04.05.01 - 22:45:49 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [f5f17ae38a2b353cb75a05734da82ce435924d12]

        Merge SRC630: 05/04/01 - 22:46:12 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [23f22f77dc0f8a93b8ef9ce78e0e25e16585d182]

        Merge SRC630: 04.05.01 - 22:45:13 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [4a7e47d6f52c8113fccc011460860db1e37b4d17]

        Merge SRC630: 04.05.01 - 22:46:01 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [a11295f9f8fb293e717f7012dc445573d119c509]

        Merge SRC630: 04.05.01 - 22:45:07 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [54768ef2a26eb7c440b54010af8885eda3a4a5b8]

        Merge SRC630: 04.05.01 - 22:44:05 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4e77a87514b1d6a279527bb228ee1f35b2c37b51]

        Merge SRC630: 04.05.01 - 22:43:55 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6b1f729c1743d70460db6effb160f2d3a670e8f1]

        Merge SRC630: 04.05.01 - 22:43:39 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [b364f809666020cff32f4dc4f97ef50a5a8245fb]

        Merge SRC630: 05/04/01 - 22:44:14 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [2f42f74e17c3fbabcd76c5ee2384412f544eca63]

        Merge SRC630: 04.05.01 - 22:43:15 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [d454de733d7c6cf1beeab16b3b65ae9091135254]

        Merge SRC630: 04.05.01 - 22:43:43 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [d4940eda807c93150bafd3d61395191e7577e864]

        Merge SRC630: 04.05.01 - 22:42:22 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c3cb7f218fc03d201dd5f1f0a736d0cd8fb5ffbd]

        Merge SRC630: 04.05.01 - 22:42:20 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [cc8a57437af750048ba66d231fc6e48ec0f6b5b0]

        Merge SRC630: 04.05.01 - 22:41:40 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b82ef1fe48452c2b5a2b6e0527723da90dab3d7f]

        Merge SRC630: 04.05.01 - 22:41:29 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [50eb2bbb7edcc163d11434b090c776fc3a0ab63a]

        Merge SRC630: 04.05.01 - 22:40:20 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [22b916beb02e7fb0357f7a7e1b84c92e8a71ca8e]

        Merge SRC630: 04.05.01 - 22:40:49 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [e067b661d10ec226fd31325774bc0015614a0a22]

        Merge SRC630: 04.05.01 - 22:39:45 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c04a662180b24706c6ae901635937f479712ec30]

        Merge SRC630: 04.05.01 - 22:39:26 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [38d1760bec714ee3a2cc220b83d454264b18adc3]

        Merge SRC630: 04.05.01 - 22:39:08 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [87ae2e4ff54a295b44f3589ae121ff36a8e5f6fe]

        Merge SRC630: 05/04/01 - 22:39:31 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1015ec00cbf8bdbe21f10a0a6d80128c9022247e]

        Merge SRC630: 04.05.01 - 22:39:22 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d10f213dc5dbb07300163283c4d79e4b31e48e4a]

        Merge SRC630: 04.05.01 - 22:38:58 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [7e19f876f6500642aecad1d3dc42e6368fb7d10c]

        Merge SRC630: 04.05.01 - 22:38:25 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [25fd7f3a1ddfa5acb287a2d75ad2f8eb0190980f]

        Merge SRC630: 04.05.01 - 22:37:31 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [2cfb2618e5d4c3e4ba90eb2b5894439e70397f22]

        Merge SRC630: 04.05.01 - 22:37:14 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [ed3e9e12ed0add4f5dd9f8e54d7e652cd9fe1b58]

        Merge SRC630: 05/04/01 - 22:37:07 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [de280778b4bb4608645207070edea3274cc3d4ec]

        Merge SRC630: 04.05.01 - 22:36:30 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [f4b77a7464ef740f7640fe32f1c952f6a5904c98]

        Merge SRC630: 04.05.01 - 22:35:48 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [8f4880d4a51cbbb8cb0f9382f49129dbdbb85ad9]

        Merge SRC630: 04.05.01 - 22:36:39 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6b61bf9f8f7176de85427f8a202ad70502d5f9ee]

        Merge SRC630: 04.05.01 - 22:35:30 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [3d31dab814785ed00759cb5722c1afb24b03f1e3]

        Merge SRC630: 04.05.01 - 22:36:29 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [fc11e41d95bcaa48f354748f573f73bd91ab1e43]

        Merge SRC630: 04.05.01 - 22:35:04 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [45c3fbd0974f5e1aa429ea9f41016e20c2785fe7]

        Merge SRC630: 05/04/01 - 22:34:46 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [3c8e9d10b690dc1c7db8c4a1eceba4b71707692e]

        Merge SRC630: 04.05.01 - 22:33:40 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [4a0cdab80235202cfcd7b7fe721b9ce234db577e]

        Merge SRC630: 04.05.01 - 22:33:40 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [d737ec6266833aefcde0639cb8af929e427ce449]

        Merge SRC630: 04.05.01 - 22:34:25 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [269daf597ac2eb6f685dfeeb6ade199d777d4f2b]

        Merge SRC630: 04.05.01 - 22:33:03 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [2661ce8f03cb9a3ad659044d1c0f73ddfbef1a92]

        Merge SRC630: 04.05.01 - 22:32:14 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [09bb6a6c00aa5e0f4f59b76740ddd41a6acd2fab]

        Merge SRC630: 05/04/01 - 22:32:48 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5dad82d2ee2ed647e557cd9c26f819595b1ce7fa]

        Merge SRC630: 04.05.01 - 22:31:18 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [2db56c1771e080d2f571ebfedd3923807e7bd766]

        Merge SRC630: 04.05.01 - 22:31:58 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [4450127af491f20b519fde0d0da2cc7cb758ced6]

        Merge SRC630: 04.05.01 - 22:30:41 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [e1639e26762744732a94a6ad1730770ef275fc3e]

        Merge SRC630: 04.05.01 - 22:31:23 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [fe1f1af01daba59f6586908fd6d1d4df109b291d]

        Merge SRC630: 04.05.01 - 22:31:11 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [2e34e7fdf326cecb63846c380a016e0f99fbe9f2]

        Merge SRC630: 05/04/01 - 22:30:48 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [473cad17868c0c11c05ab1dc5ebd01fe614ebecc]

        Merge SRC630: 04.05.01 - 22:28:55 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [bf74d80f90ff05659de1fdfa9113147a85636625]

        Merge SRC630: 05/04/01 - 22:28:39 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c29f8c58e4cb63c98f6cde6578a169ced22ad566]

        Merge SRC630: 04.05.01 - 22:28:27 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b5393fe6c732957015d6f6d04d3cefe58cf50848]

        Merge SRC630: 04.05.01 - 22:26:48 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [2cfb16fc46a243dd08154310f16c80ac611a9cb9]

        Merge SRC630: 04.05.01 - 22:26:48 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [12cde4ea8b0e36597402e869ddfd0252349e5446]

        Merge SRC630: 04.05.01 - 22:26:56 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [800a0232b8aabb2d1aa3a3fa673d7aec0076976a]

        Merge SRC630: 04.05.01 - 22:25:51 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [9e908354c5d92d2beedc56b65078480c14a7022a]

        Merge SRC630: 04.05.01 - 22:25:35 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0c1221c1b6ecb799331e8a478693b986481636d9]

        Merge SRC630: 04.05.01 - 22:24:59 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3ea423b3b19969124cdd5f6384c345398f0a1f95]

        Merge SRC630: 04.05.01 - 22:24:20 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [7f0777517b588142cee30f8adeb251897678e070]

        Merge SRC630: 05/04/01 - 22:24:22 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [ce8aa2f367d15a762ed3055a62c5bf823da51d2d]

        Merge SRC630: 04.05.01 - 22:23:41 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [8c24b7222cb91eb06405c6e65e3293d7c4ca9773]

        Merge SRC630: 04.05.01 - 22:24:26 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [fbd047cefcee283eb8b5762b9fecbfee29339066]

        Merge SRC630: 04.05.01 - 22:23:13 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [b6d968731123d0a920da9e3c9fbda7cd45c52d68]

        Merge SRC630: 04.05.01 - 22:23:11 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [7ece6097a32d02e0763a703386c42bb0782cb146]

        Merge SRC630: 04.05.01 - 22:22:06 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a79ddbdafd89f1fc3ca9a204aa5f75b21a6112cf]

        Merge SRC630: 04.05.01 - 22:22:01 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d33b7de54eb5b791cdf5ddf373da2f0cf5a86bac]

        Merge SRC630: 04.05.01 - 22:22:47 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [38c218abefa2fc4b20fe54a0d7a6dae901f1e0bc]

        Merge SRC630: 05/04/01 - 22:22:24 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [06cf00e7e1c4bd50d3ff0df947bd6c6cf665b1ff]

        Merge SRC630: 04.05.01 - 22:21:20 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [fade615c0647db667ca11fea5ffba231ace77916]

        Merge SRC630: 04.05.01 - 22:20:08 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [f3104f5dcf720231835248ae6545a6ea15220095]

        Merge SRC630: 05/04/01 - 22:20:14 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [2e3afbda1a37f3d33090cef99239e1b2344a4fb7]

        Merge SRC630: 04.05.01 - 22:19:04 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [8ec19355e04d42d7d0c13da5f7ddf2a58add49fe]

        Merge SRC630: 04.05.01 - 22:19:44 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [028976517c3cd0383ab029fb3e44d3eac7eca5d2]

        Merge SRC630: 04.05.01 - 22:19:23 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e0d3cf17b5352581fbdd024dfc976f62b1ce47f]

        Merge SRC630: 04.05.01 - 22:18:59 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [031f0e65b5762597d8f30cdbf0ba1ef7f6800932]

        Merge SRC630: 04.05.01 - 22:18:13 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d2c9c575b16d5d2b08e761a42d308d2cfd41aa7f]

        Merge SRC630: 05/04/01 - 22:17:57 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [b8be317626ffd038d0f3585ea45c364b34e5a022]

        Merge SRC630: 04.05.01 - 22:17:04 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [035e65ce58e8da55357054bcbbe9c2a57685a742]

        Merge SRC630: 04.05.01 - 22:17:17 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7194e631cb20b43f095e227cc00ce470eb59cb8a]

        Merge SRC630: 04.05.01 - 22:16:31 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [48904c2d163f108bf902c466843e7a516a296f52]

        Merge SRC630: 04.05.01 - 22:16:24 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [546b2cf938f44afa86e29d8653ca5071a01d62a8]

        Merge SRC630: 04.05.01 - 22:16:51 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [9a5eeee5bb7daea20c9401cc9028689c6428638e]

        Merge SRC630: 04.05.01 - 22:16:34 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [efd1bb2b810a4267f4df92d6f322c09170c2e0c3]

        Merge SRC630: 05/04/01 - 22:16:02 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [5f5d288ea538381448664784a10e7a29300dd6e0]

        Merge SRC630: 04.05.01 - 22:14:46 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [934b90cd1c50f69a0263fa6d157da3de13c24e0f]

        Merge SRC630: 04.05.01 - 22:15:22 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [8b43b578a24190aa232a15308b38365ab1c278f4]

        Merge SRC630: 04.05.01 - 22:14:27 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c7f93b2affa81a41f3615e3a6f2725716e80fa6c]

        Merge SRC630: 05/04/01 - 22:14:07 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [5a6ddef5b541e546f24ddbe9a176d6a8506f584c]

        Merge SRC630: 04.05.01 - 22:14:02 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [de734040804be95297607692c91ed78be12387c8]

        Merge SRC630: 05/04/01 - 22:12:15 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [f29526e2bb46e4405c898e033b51b5a1fa0dc803]

        Merge SRC630: 04.05.01 - 22:12:02 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [6ba3bdc7d7015c7807c3542d72520c15179a6be3]

        Merge SRC630: 04.05.01 - 22:11:58 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [cf1670f20d49187804369b776b953f27c98e5c6b]

        Merge SRC630: 04.05.01 - 22:11:18 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [7286fe35018cb4652751d2e88ce004f257002ead]

        Merge SRC630: 05/04/01 - 22:10:11 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [529ab9c17ff65d3372157fe2b564d47d6ee17c7d]

        Merge SRC630: 04.05.01 - 22:09:58 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [f412c7f0856adf2de72957eaad89ccddbf5963ba]

        Merge SRC630: 04.05.01 - 22:09:57 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [df95e001446b8223cc5f67fd789e51115d1ad0c1]

        Merge SRC630: 04.05.01 - 22:08:32 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0532bc1f65248100483987020fb98ee9406142c3]

        Merge SRC630: 04.05.01 - 22:07:56 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [140bd3d2e6f30f3be3d857adbce3c71e05327ce5]

        Merge SRC630: 05/04/01 - 22:08:03 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [8d106fc8cdb47495380735231a55197da8ce8596]

        Merge SRC630: 04.05.01 - 22:07:37 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5d57298b7dfcc149ddca68268bc942e4896a779]

        Merge SRC630: 04.05.01 - 22:06:01 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1017c7e1a5c7798ed38b20a295b1d7b3a55c8d24]

        Merge SRC630: 04.05.01 - 22:05:52 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [8bf4e3a72dfb9bd43049c16d0e780092f4fddb68]

        Merge SRC630: 04.05.01 - 22:05:47 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [24ca675caa836faba83e29149987a6d379f39533]

        Merge SRC630: 04.05.01 - 22:05:05 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2026609e55138451345589a8ac44ca2c6869fbf3]

        Merge SRC630: 04.05.01 - 22:03:37 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1eea89e9c6530d477cd30734ad29aaa5766af476]

        Merge SRC630: 04.05.01 - 22:03:49 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [620339c3d2ff758a60be8de616c61c54a2e450d1]

        Merge SRC630: 04.05.01 - 22:02:45 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [0ccc58882c1f5a947cdd508ae961e01fe1551fc7]

        Merge SRC630: 04.05.01 - 22:00:34 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0031880180bc4cf6d1b5d33a73196c630c67d1f7]

        Merge SRC630: 04.05.01 - 22:00:23 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [c672b2517a5b3e9d69559b6fd5cf5f007282bd0b]

        Merge SRC630: 04.05.01 - 21:58:39 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [414bb3e5a15e13b591c1a3de8c1e58dd54d99897]

        Merge SRC630: 04.05.01 - 21:57:46 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [28c38de8d05612ebdd60bf62a82433cec612d145]

        Merge SRC630: 04.05.01 - 21:56:32 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [9e5e3fb640caafad7e046d8d3fb654f4a7378c23]

        Merge SRC630: 04.05.01 - 21:55:04 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [8c2ad9141ca2f039bb5d22e1daf902c84896248d]

        Merge SRC630: 04.05.01 - 21:53:59 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [556ac3abc3057e666c0154bd46b5f497607a3bef]

        Merge SRC630: 04.05.01 - 21:53:44 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [f1881b4bffbad23e7fb4373c98b4d0012bcbe746]

        Merge SRC630: 04.05.01 - 21:54:36 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [75a2c190d67abe1f9beb8a15525cbc30cc024249]

        Merge SRC630: 04.05.01 - 21:53:03 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [b50b6f6907348668359b1e46eeecee8c2b8476a6]

        Merge SRC630: 05/04/01 - 21:53:08 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7fd0e942aef6bbfcce4ce7ef15dc1d3ba1259360]

        Merge SRC630: 04.05.01 - 21:52:15 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [791424407153a9b6b323fcd3c2218c85fcc8bb17]

        Merge SRC630: 04.05.01 - 21:52:00 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [fdda6d33f824e803db226db097c0ec7556e65bf6]

        Merge SRC630: 04.05.01 - 21:51:29 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [617c7b39ff1cb47f162f011a11e1565bf53933c6]

        Merge SRC630: 04.05.01 - 21:52:02 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [72a1175993475f0e9db0dd7c9dcebb69092bac45]

        Merge SRC630: 04.05.01 - 21:51:56 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [8f80cc1a471f8642b90cfa454cb1d505106b7440]

        Merge SRC630: 04.05.01 - 21:50:34 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [edc206add159d10bca30f7a138f4d3f4dd17dba9]

        Merge SRC630: 05/04/01 - 21:50:57 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [5c025a631a27bdafa9aa97f0c1c9543c1f5f5cd3]

        Merge SRC630: 04.05.01 - 21:49:52 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b4f23334262c43e10daa3f00a1d5e32848d86b6c]

        Merge SRC630: 04.05.01 - 21:49:13 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [ec278a98e38b0d9adda284d5babb4c0fd11cdc78]

        Merge SRC630: 04.05.01 - 21:48:38 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [d7275ac6e5b7680945032f80c3fd05a2ba84f56a]

        Merge SRC630: 04.05.01 - 21:49:56 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [6c300c6c0df7533762746f8fd7e8faad01c34582]

        Merge SRC630: 04.05.01 - 21:48:13 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [4c6426c1edd3c5d81a05f76e5f1c95dae169481c]

        Merge SRC630: 04.05.01 - 21:48:41 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [7ee4c0fed82158105298d1a09a94ed3c7817f6ed]

        Merge SRC630: 04.05.01 - 21:47:07 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [a5e5654166789d308f8a00f35fb65a9f66ccf577]

        Merge SRC630: 04.05.01 - 21:47:47 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [9821ca7044636e2e696d30afb8f2cf0b1df27c03]

        Merge SRC630: 04.05.01 - 21:46:24 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [d1c5dd4f07f4b168f66292931ac32d63ba19744b]

        Merge SRC630: 04.05.01 - 21:46:26 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1d640c05d5c7efb251e8ecaaa8122a4f347454d]

        Merge SRC630: 04.05.01 - 21:45:53 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6f72140de46ecf8d0d0ea6facc6f2b4596da2d8e]

        Merge SRC630: 05/04/01 - 21:45:45 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [a2df5d4bcdbd610c57ff882193d748714e466dfb]

        Merge SRC630: 04.05.01 - 21:45:52 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6ef4273bf9b271c3b8c6724ab4b35b7e3601ab26]

        Merge SRC630: 04.05.01 - 21:44:29 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [c6076feca5b20c15aa94d273bb68712fa1695439]

        Merge SRC630: 04.05.01 - 21:44:15 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [247ddece5df33638054f01dcd89bf84052b4aa52]

        Merge SRC630: 04.05.01 - 21:42:54 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d4837039dea5c7295ea1af0d3c35a0e1cca9b270]

        Merge SRC630: 05/04/01 - 21:43:11 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ca820589e86cae0d2470221cc614bae714ad2f97]

        Merge SRC630: 04.05.01 - 21:42:35 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [f584a11d790e83a68ed61bb340e30b302504be8f]

        Merge SRC630: 04.05.01 - 21:41:56 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [41b4f99e8663c59b39e317971581fbb0b6db88d4]

        Merge SRC630: 04.05.01 - 21:43:02 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1b0e76815ba58898daed8b62c2b4aa51cc484522]

        Merge SRC630: 04.05.01 - 21:41:11 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [25ef1ba76da2f2a7753fad9b6fea898b9fe3df4f]

        Merge SRC630: 05/04/01 - 21:41:08 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [92bae25923e51fb5a2b861d522c7d15c0d06aea6]

        Merge SRC630: 04.05.01 - 21:41:23 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [4927f7c064f1a20924d5b08bfe5b813a6982d658]

        Merge SRC630: 04.05.01 - 21:40:19 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c08c7740659f858c2720f0997c7c83f6545b7dde]

        Merge SRC630: 04.05.01 - 21:40:24 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [84193137aa154321a42d9c7414f2b88e4b22067b]

        Merge SRC630: 04.05.01 - 21:39:18 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c0c274c4508f236623584007e716537c4210ebfc]

        Merge SRC630: 04.05.01 - 21:38:28 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [2870b247bee185ee927ff6a00e9e2169009d8f0a]

        Merge SRC630: 04.05.01 - 21:38:50 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [73bf61582397541eb9739a8f86563a7ce31778f3]

        Merge SRC630: 04.05.01 - 21:39:38 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [9e256a7a0fbfcf74d5f5b7c9d277dc1164b33114]

        Merge SRC630: 05/04/01 - 21:39:10 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ae4273e968f0dd6c5c9266521a4bf6690e50d808]

        Merge SRC630: 04.05.01 - 21:37:33 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [a5b4f8bcccf4a3c134374a9fbbbd0c17b8803f8c]

        Merge SRC630: 04.05.01 - 21:36:51 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [efc9a7cf010ef90faba9a5bafabc9f0369cd3343]

        Merge SRC630: 04.05.01 - 21:36:31 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [81b78060d97086cc061248ddd367c45cfeb88483]

        Merge SRC630: 04.05.01 - 21:36:40 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [0171ce9a539a8eb09bdd07469b5c64ecca7017c8]

        Merge SRC630: 04.05.01 - 21:36:17 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c8cba716d8f238328a8b67442e3df096ab73acff]

        Merge SRC630: 04.05.01 - 21:35:12 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [8de33532bc858cb7fec541455b87daaef69d090f]

        Merge SRC630: 04.05.01 - 21:34:41 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5d1580de96b5c490cfa07021e85b5b429fc16eee]

        Merge SRC630: 04.05.01 - 21:34:57 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [0e0f01dacb6e06547c2e8b67e986c4847fa88341]

        Merge SRC630: 04.05.01 - 21:34:19 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [721b99761f94ee7162b098d0f510b691ed4e81c6]

        Merge SRC630: 04.05.01 - 21:34:51 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [04f3d342058285485fa03da20a6e2b19ff45b2a4]

        Merge SRC630: 04.05.01 - 21:34:17 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [d56504f688f68ff114f626c4aabb910872e1a6a4]

        Merge SRC630: 04.05.01 - 21:32:38 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6a972e77e9e6bc065484a2f95feccbe025a2d293]

        Merge SRC630: 04.05.01 - 21:31:52 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b69032e07d31ef412742a161b0b075b7d71598c2]

        Merge SRC630: 04.05.01 - 21:32:06 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [313535582dacae0482af21a150a746fde4e37289]

        Merge SRC630: 05/04/01 - 21:32:38 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1a03c64febca0d870e90c4547e659704b89af923]

        Merge SRC630: 04.05.01 - 21:33:02 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0d55efbe64f119526cfb83dec2b3e98a6699e6c2]

        Merge SRC630: 04.05.01 - 21:29:52 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [25d156a0792e7f00f16b4b8e9d7aff22508032af]

        Merge SRC630: 05/04/01 - 21:30:39 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [3d45ac0852ee36096276b9024bf1230a5d12c21f]

        Merge SRC630: 04.05.01 - 21:29:40 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [7b73e2bbe22766107dde80e1ddfea88e605bd46f]

        Merge SRC630: 04.05.01 - 21:28:15 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6c68638467c73f2e3fcdd80755ef01ce5b2e5148]

        Merge SRC630: 04.05.01 - 21:27:51 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [683e305b00877b8ee9db4ea6b088338b2c4f2b64]

        Merge SRC630: 04.05.01 - 21:27:02 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [8c6d5ab07d45ca23d0e7fe07d6357f099aa0a473]

        Merge SRC630: 04.05.01 - 21:27:53 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [01e60e1bb2b007b727a62cf797b8dc7842fa985c]

        Merge SRC630: 04.05.01 - 21:26:27 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [226dea5b5f5592de45ee28f13e9665e70d7db9da]

        Merge SRC630: 04.05.01 - 21:26:10 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [10b68edaa033e006b0895c552abaeedc4d91cb8a]

        Merge SRC630: 04.05.01 - 21:25:48 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [3a92d25df9df9e1ae86d361bb7249533ddeeda0b]

        Merge SRC630: 04.05.01 - 21:24:32 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [e01687c583c7b952a55d5bde37710c467d2d6cd6]

        Merge SRC630: 04.05.01 - 21:24:11 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [ebcd3b3aa9c67c29cb3dbf26d69b52c219402766]

        Merge SRC630: 05/04/01 - 21:24:48 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [55ea7387c7d6179d4554524235c6a309246693ea]

        Merge SRC630: 04.05.01 - 21:24:49 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [2c910abea85cfc36c60579ea20b3335898e8995e]

        Merge SRC630: 04.05.01 - 21:22:48 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [170358dc761c71ec09819eaba58288994771c23b]

        Merge SRC630: 04.05.01 - 21:22:55 (NoBranch)

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1458784ae94b71b835e96c89855fb27c6ed04869]

        Merge SRC630: 04.05.01 - 21:21:31 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [e0be514158df488458b71ae7cafe7363dd216ad7]

        Merge SRC630: 04.05.01 - 21:20:41 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [071a8db294ae8bcaf07d8441e8968b945906ab28]

        Merge SRC630: 04.05.01 - 21:21:35 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [90ca48d39b29c370c751e639880f7c3d708138ba]

        Merge SRC630: 04.05.01 - 21:19:04 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [2d102418eb378b800bd8f494c812be194407a023]

        Merge SRC630: 04.05.01 - 21:17:18 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1ad0d7d0469c541ffb122b2177c1e16bc587e002]

        Merge SRC630: 04.05.01 - 21:18:22 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0856ebbbb476f46d1bc6c3acf6ef50c0deceb2b2]

        Merge SRC630: 04.05.01 - 21:16:03 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [a6c20abc96e4cd0ddcdae221bf8e7df9a87caaac]

        Merge SRC630: 04.05.01 - 21:16:55 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [d6a32a01dad63e88b8eb6096480d6c4e433d2c2b]

        Merge SRC630: 04.05.01 - 21:14:41 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c55ac978501013dd8c791d9439c7d3559188d711]

        Merge SRC630: 04.05.01 - 21:14:23 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [b6426a0db15ab6f4be101cd07573c55c6c6dac15]

        Merge SRC630: 04.05.01 - 21:15:12 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [758c5f8296dd376efdc4afa33f40231987f8661a]

        Merge SRC630: 04.05.01 - 21:14:10 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [86cfb52b5af6a9fe64ecbf293973af33432a2948]

        Merge SRC630: 04.05.01 - 21:12:56 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c6820b9032c725cba79a2a46c1b0afa7d577bae9]

        Merge SRC630: 04.05.01 - 21:13:31 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6aaca3416c63fe510f5f9638b902050d4c3b7a56]

        Merge SRC630: 05/04/01 - 21:13:27 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [d78f86cf6c8d530219afd6e52953d6daffcb23c6]

        Merge SRC630: 04.05.01 - 21:13:18 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0dae9a96e93b2a372da91c437262ff9830ff581c]

        Merge SRC630: 04.05.01 - 21:12:31 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [81a3666183ac0ebf52df95f1c26521a9fceddd6c]

        Merge SRC630: 04.05.01 - 21:11:25 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [bee1634301c71f6964d4cf7376279bea60aa015c]

        Merge SRC630: 04.05.01 - 21:10:49 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [1a6bee82648873a107e92d134aee08540709ee93]

        Merge SRC630: 05/04/01 - 21:11:31 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [e5b8d24ddc524a62f36947ec583dd042fd7745d3]

        Merge SRC630: 04.05.01 - 21:10:49 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [7dd8b4fd15f6126d760a0a1cf0d1a23429560ea9]

        Merge SRC630: 04.05.01 - 21:10:35 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [510ceeaa62131325f2f6e2010c05bce2b2f6cb42]

        Merge SRC630: 04.05.01 - 21:10:55 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [29067fc9ad6176dc39a168bf8ba7be084728e847]

        Merge SRC630: 05/04/01 - 21:09:36 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [5d2bb2d56a584cd3f789b58cb5b993f289230c35]

        Merge SRC630: 04.05.01 - 21:08:31 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [6c2a565b9175845e405c5cd9dae92d818d2e9ad8]

        Merge SRC630: 04.05.01 - 21:08:43 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [a1fc7fd6efda62968c3872cbdeb5f50f19cca5cc]

        Merge SRC630: 04.05.01 - 21:09:06 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [9641b03ef3b2259fcb362fac021f453c6dd75c0b]

        Merge SRC630: 04.05.01 - 21:08:35 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [b47f95b5d3899cd70c6873195b919ceb96215150]

        Merge SRC630: 04.05.01 - 21:07:01 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [687113b17cb083b129023543a1dd56f3d12b3120]

        Merge SRC630: 04.05.01 - 21:06:48 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [2a32401d25d21624dd64303b31150d2eded0d535]

        Merge SRC630: 04.05.01 - 21:07:11 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [2e5f2042bb6104da7576d4fb566e38a62f5e8c8c]

        Merge SRC630: 04.05.01 - 21:06:07 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c058a9d0079c4e0f744895c913378b05cb56a3e5]

        Merge SRC630: 05/04/01 - 21:06:49 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [6b5d8151441ff44e6f15d9ed64209c711ed88e5b]

        Merge SRC630: 04.05.01 - 21:06:52 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [c2555cf8ab02eee46497c052b9b219b52fdc6a10]

        Merge SRC630: 04.05.01 - 21:06:51 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [0f758efba3f24b977bfa6e69413448ec0e534696]

        Merge SRC630: 04.05.01 - 21:05:10 (NoBranch)

2001-05-04  Kurt Zenker  <kz@openoffice.org>  [9da449e1beac0a4c8da6a1bb5acece84f208e09e]

        Merge SRC630: 04.05.01 - 21:05:20 (NoBranch)

2001-05-04  Rüdiger Timm  <rt@openoffice.org>  [10d72870df1ee0a155ae57f3655272092e7c2eb5]

        Merge SRC630: 04.05.01 - 21:05:14 (NoBranch)

2001-05-04  Sander Vesik  <svesik@openoffice.org>  [fdb49cfe9fa8c9559fb5d33e5499b0fad8c98f95]

        Make sure boostrap does not build dmake if it is already built.
        
        Contributed by: The SGI OpenOffice.org porting team

2001-05-04  Carsten Driesner  <cd@openoffice.org>  [47cc93053887ea29c20e03d7edfa50b3327f2ae8]

        Feature support for XDispatchInformationProvider

2001-05-04  Björn Milcke  <bm@openoffice.org>  [d2fa97368c0133a8414db503a592a87d8a56bc0e]

        #85911# import XY charts correctly

2001-05-04  Mathias Bauer  <mba@openoffice.org>  [e2b6d2d21e1bce831b08cdf567185fda183d9023]

        implement XDispatchInformationProvider

2001-05-04  Sander Vesik  <svesik@openoffice.org>  [a86eab362b1a984baa45d81778d32edddb4336fe]

        MIPSPRO workaround
        
        Contributed by: The SGI OpenOffice.org porting team

2001-05-04  Eike Rathke  <er@openoffice.org>  [e2a743b8004d4ac3b4f3bfdb8011b052f2d3fda3]

        IsNumberFormat: use SolarMath::StringToDouble for consistency on scientific number input

2001-05-04  Niklas Nebel  <nn@openoffice.org>  [82309018f2c1bd2965e90bda8330e735ba52dff2]

        hidden entries to insert/delete columns/rows in object bar

2001-05-04  Eike Rathke  <er@openoffice.org>  [1180c0dc5c91c155f8a558699bfe2183700ea441]

        removed some TLOTs

2001-05-04  Eike Rathke  <er@openoffice.org>  [dfb5b2600951a1a3f74663eb01e7bb107d0fcfe5]

        StringToDouble with bForceFraction

2001-05-04  Stephan Schäfer  <ssa@openoffice.org>  [0e079b2ccfc3510095ecaae0632ba556720d5537]

        default text for checkbox in msgbox

2001-05-04  Sven Jacobi  <sj@openoffice.org>  [0255fe004910114f91e5fa52c9c9aa7abfcb8473]

        #85379# correced index range checking at SvxUnoGluePointAccess::getByIndex

2001-05-04  jp  <jp@openoffice.org>  [afdf36f742a20bda61695cdf01c55b5952a5a848]

        don't read over stream EOF

2001-05-04  Daniel Vogelheim  <dvo@openoffice.org>  [15ae7b732a1dd1252d7cdede5e6a1ace24c224f9]

        reworked progress indicator on import

2001-05-04  Armin Weiss  <aw@openoffice.org>  [bb82f7e6f28f0ae26deeee593f45a4df97b617dd]

        #85778# NbcSetStyleSheet is the safer method to change the StyleSheet. This is called instead off AddStyleSheet. NbcSetStyleSheet is virtual and takes care of all object- specific things.

2001-05-04  Niklas Nebel  <nn@openoffice.org>  [6ff165fe5265b0e1f8ee30cf2fe50a5f831ef623]

        removed old drag&drop flags

2001-05-04  Mathias Bauer  <mba@openoffice.org>  [938a297a73ab5895f621116d3d5ad0a50c3656e6]

        always write labels; autoconvert slotid commands

2001-05-04  Christian Lippka  <cl@openoffice.org>  [0f26b9553386fa500bb05a43f54cb6df01460050]

        #86618# added size and move protect

2001-05-04  Mathias Bauer  <mba@openoffice.org>  [3a3f42be4a65b842becc9af140a5b8719a9e0cad]

        implement XDispatchInformationProvider

2001-05-04  Behrend Cornelius  <bc@openoffice.org>  [87d0f871d1ecaef37f2e4aee337dedaa307a67e7]

        ##Dialogs in euro lib renamed

2001-05-04  Behrend Cornelius  <bc@openoffice.org>  [c21ceb55e9a4e42114f87a150308ce638c671352]

        ##Dialogs renamed

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [9f55be37b130d125004a19e710351fb1c0e1b825]

        remove version.mk and change lib macros

2001-05-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a00e2f295562947a3ed5553e787c63057a066bf7]

        just for comfort

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [82da03eb8f6b300e0c4dd1e32a2da02271e39902]

        #86076# selection of controls within groupbox

2001-05-04  Stephan Schäfer  <ssa@openoffice.org>  [81d836724c82a067cdbcea03c084b44be0bf91f7]

        added shutdownicon

2001-05-04  Behrend Cornelius  <bc@openoffice.org>  [0aa1eda1a2af438d7061ba2a6d53866141f5fda6]

        ## several changes

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [e112c983cc4bca3f471b963f98b8b5c2cabefc80]

        wrong typeclass

2001-05-04  Behrend Cornelius  <bc@openoffice.org>  [6dca4e2d819ea121096ba1be8ab18c5307a901f7]

        ## former misc module splitted

2001-05-04  Ilko Höpping  <ih@openoffice.org>  [ec92320aeea553fb4823373d816df20b0e561da3]

        removed makefiles for fonts/75dpi, fonts/75dpi/bdf and fonts/type1

2001-05-04  Björn Milcke  <bm@openoffice.org>  [85c487fc4074fcaa82a3cc4c390fac74587ead31]

        #85911# resize chart data appropriately for XY-charts

2001-05-04  Behrend Cornelius  <bc@openoffice.org>  [b1cf760bf0c2f7b8a54d903dca51b0ed1665e024]

        ## new filtername for globaldocuments added

2001-05-04  Sander Vesik  <svesik@openoffice.org>  [1210d4063c2f7a575de6fb4195ca7b46284c9b75]

        Reran autoconf to make configure be up to date with configure.in 1.30.2.2

2001-05-04  Stephan Schäfer  <ssa@openoffice.org>  [799607d235b3cbf87c66ef2efcf0b7ce9a1e094b]

        use native resources correctly

2001-05-04  Behrend Cornelius  <bc@openoffice.org>  [3f89ebead0c48da7ade7d46d35a09225096236d8]

        ## Dialog adjusted

2001-05-04  Stephan Schäfer  <ssa@openoffice.org>  [6d73250ab44cffcff87084f6ef84cc871e99b54a]

        use fullpath to start soffice

2001-05-04  Sven Jacobi  <sj@openoffice.org>  [0c8a7ec5f5a113d37632206af8605ff8a18792db]

        #85379# added method to set PropertyValues at XPropertySets

2001-05-04  Christian Lippka  <cl@openoffice.org>  [0d7a8d167d1f06a23c0ceb246748104e83cb09ca]

        #86415# made number format methods virtual for overide in draw

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [7646d551796cc030ec039780de452033898f7a4e]

        remove version.mk

2001-05-04  Daniel Vogelheim  <dvo@openoffice.org>  [52337190a2d0f36d3105164c91cd7b3de49938c0]

        reworked progress bar during text import

2001-05-04  Daniel Boelzle  <dbo@openoffice.org>  [f888427006eaa5e208d6cfc67f2e724d1f6477c0]

        prepared service descr of service manager for XMultiComponentFactory

2001-05-04  Niklas Nebel  <nn@openoffice.org>  [b5fb3f1a55a08efc4472f220a938a3cef0ab9f2c]

        use DragSourceHelper

2001-05-04  Stephan Schäfer  <ssa@openoffice.org>  [c23db3583a9a8b9c5573836536a3bb8a0085b2e8]

        initial version

2001-05-04  Sascha Ballach  <sab@openoffice.org>  [7ca8277b6ec3d07c5d72ae4a9070f394b2f56b3e]

        PrinterSetup added

2001-05-04  Christian Lippka  <cl@openoffice.org>  [4e0619dd0bee310222ea03e1e7cd81a7fd0765a6]

        added printer name and printer setup

2001-05-04  Daniel Boelzle  <dbo@openoffice.org>  [a76e0210bacdd7cf92f9b9fe91890733c4812693]

        new: XSingleComponentFactory, XMultiComponentFactory

2001-05-04  Thorsten Behrens  <thb@openoffice.org>  [b313bebf1a2aec8371347b99ed9dc84493ded770]

        Changed astray endif to allow compilation with SVX_LIGHT

2001-05-04  Daniel Boelzle  <dbo@openoffice.org>  [877e06d05dc27d910907910f0dc7bf7851646d9f]

        new: XComponentContext, XCurrentContext

2001-05-04  Andreas Bregas  <ab@openoffice.org>  [0bfbc251153ef2c31e813663f121cba1b296b895]

        #84799# Allow keywords in identifier chains

2001-05-04  Sascha Ballach  <sab@openoffice.org>  [bab7da518e08247e703607449c1d82b2a20e3e8a]

        make encryption of streams possible

2001-05-04  Daniel Boelzle  <dbo@openoffice.org>  [8977756c4a776a4b448480c72dfd6dba23c5f4ca]

        generate fully inline type info

2001-05-04  Stephan Schäfer  <ssa@openoffice.org>  [18d2560b76dc2bc22f761d846f83fab016037c53]

        added quickstart

2001-05-04  Stephan Schäfer  <ssa@openoffice.org>  [f024d67db82ab25c481782d0130d264208e37851]

        initial release

2001-05-04  Oliver Specht  <os@openoffice.org>  [8288389891f2ada8467ec08b789a9ee597619490]

        #85796# prevent setting of invalid data sources

2001-05-04  Sascha Ballach  <sab@openoffice.org>  [8183bce03e0c4965735bd40c19aa77e8549546d7]

        export/import of change tracking protection

2001-05-04  Martin Gallwey  <mtg@openoffice.org>  [b15ab55d0724fa4ecbb0343b9f821b2639a84922]

        Using Sascha's new base64Binary export so I don't have to encode the data myself

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [7c23de50d7286fcae71c8e0a3086aebbe34bd636]

        deliver udkversion.mk

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [15519e71bb8035af4c2385ac7f36275d2b2cd152]

        added property Enabled

2001-05-04  Martin Gallwey  <mtg@openoffice.org>  [304a62a15940e2059201779d18ecc5b84b6c3fc1]

        Use Sascha's new base64Binary export helper so don't have to encode the sequence myself

2001-05-04  Sascha Ballach  <sab@openoffice.org>  [568bab471921e006b14c7f65b8394a4d26560055]

        set the document modified if the Redlining is set to protected or to unprotected

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [f0167f89e9ebe80b12e5fd6542dd1a35831d1492]

        insert versioning

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [d2b9eccb8ab88402a4e1adf4841383bb20a3ec12]

        new

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [6ea3e8ae55f4050c8f5ae27d35fe93b878778cf6]

        remove version.mk and insert usage of UDK_MAJOR  macro

2001-05-04  Martin Gallwey  <mtg@openoffice.org>  [8fd8632154c340b5bd496c95631ee05b090d12c6]

        Use Sascha's new base64Binary exporter thingy

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [914b50b3b8aa89836a0d59d420ba79dd7448c72c]

        new

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [abe0dda84e76e384b4d05a6779d3beb59ef8aa3c]

        added ProgressBar, ScrollBar, FixedLine

2001-05-04  Armin Weiss  <aw@openoffice.org>  [4ceda05e6554821728d7ee0d9f34cc087577c53f]

        #86559# init transformation set to allow correct calculation of BoundRect

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [1a598b58cfc4b2f5c90a8b50e601a0c8a23859eb]

        change LIBRARY_VERSION macro

2001-05-04  Andreas Schlüns  <as@openoffice.org>  [5f00f283dc5b57248a22ea3366c2c01c9d087387]

        reactivate quit timer if terminate failed

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [2caa74b4f96e0eb6c22ebb65301d682063e5f042]

        remove version.mk and insert usage of UDK_MAJOR

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [f968469a41537a10879ba475444a7677ed9aff67]

        progressbar/scrollbar: added property Enabled

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [366b7dc2bdc54df492cfa50a760208771788f39d]

        insert versioning

2001-05-04  Juergen Schmidt  <jsc@openoffice.org>  [92b0714c409bd3cffcefd338371ee000fa1b5805]

        new

2001-05-04  Daniel Boelzle  <dbo@openoffice.org>  [92223d29624e4cbeec53d193f55b65b898fa2a09]

        added support for progressmeter, scrollbar, fixedline

2001-05-04  Andreas Martens  <ama@openoffice.org>  [277ff865b9bd7849f2ec6795fa05756ac533a416]

        Fix #85376#: Last way out: a smaller font for the screen output

2001-05-04  jp  <jp@openoffice.org>  [af3df556ca69b8a4113cacd199d244f3a3d2803b]

        Bug #86635#: LoadURL - handle not existing download/choose filter

2001-05-04  Andreas Schlüns  <as@openoffice.org>  [c19e13a861f12e2053229e2f97e92c79b2e2815e]

        include debug macros

2001-05-04  Andreas Schlüns  <as@openoffice.org>  [a5f0534b8e548d3c6b47b682888d4b90f38f9973]

        enable assertions for non produkt version

2001-05-04  Andreas Martens  <ama@openoffice.org>  [f0a4ec0e13ddcfc9be755b22a5193682e9e59704]

        Fix #86393#: Removing of an object anchored as character

2001-05-04  Sascha Ballach  <sab@openoffice.org>  [5bb6bd59ceda207d4da3a46c28933dfdda25c5ba]

        add base64Binary

2001-05-04  Andreas Schlüns  <as@openoffice.org>  [a51a3c8c7cd179b0930e62c16e470114fd51cb72]

        enable writing of changes

2001-05-04  Niklas Nebel  <nn@openoffice.org>  [9977d79117db82cd7482f6391c09d1a42a35aea6]

        #85761# AcceptDrop/ExecuteDrop

2001-05-04  Andreas Bregas  <ab@openoffice.org>  [7796d364e4fdfa024ec00fedb643f36ab6e8ba2b]

        #85434# Own counter for TypeProvider cache

2001-05-04  Andreas Schlüns  <as@openoffice.org>  [f61465e9eb32b323706febb2d27e3e60b5e91c25]

        add method to clear modified flag

2001-05-04  Kai Ahrens  <ka@openoffice.org>  [5a9eaded4836dcf126f3890fac424e498110d462]

        changed defaults for print options

2001-05-04  Niklas Nebel  <nn@openoffice.org>  [a2e32e4893640618ced460d670785e2b3141cc16]

        FileHdl: get filter name using file content

2001-05-04  Niklas Nebel  <nn@openoffice.org>  [2010d4a2b63b5466b73d73fe96dfc8420b83138c]

        GetFilterName: bWithContent

2001-05-04  Oliver Specht  <os@openoffice.org>  [835fb08fbdbceb397b22107f0c31a32549575fdd]

        check whether the view is active

2001-05-04  Oliver Specht  <os@openoffice.org>  [21e5a1117075965fc65d1dc6f16ec29018b87d07]

        check box tab stop alignment added

2001-05-04  Kay Ramme  <kr@openoffice.org>  [30b0e1d4ce175293a82b7b80ca968631986fbb83]

        dapted to cleaned exception specification

2001-05-04  Kay Ramme  <kr@openoffice.org>  [4c12417d9fd855ef405ce36a8b4a944a08fe9e49]

        added new test for getInstance; adapted to cleaned exception specification

2001-05-04  Kay Ramme  <kr@openoffice.org>  [78aeab22adc424e3828fec560528f4392db616f6]

        removed obsolet exception declaration; made must change to getInstnace conformity; cleaned up exception specification

2001-05-04  Dirk Völzke  <dv@openoffice.org>  [ccbad033611f4c4665c8b73a5cc79271201e3feb]

        #84092# Use FileDlgHelper to display SaveAs dialog

2001-05-04  Kay Ramme  <kr@openoffice.org>  [55afee11a9188a2cbacd88d482670c86b5669792]

        added dependency of urlres to loader; removed iiop

2001-05-04  Kay Ramme  <kr@openoffice.org>  [d4be64fff7b3edd7cdde5d28735addf99ab3c577]

        cleaned up exception specification

2001-05-04  Dirk Völzke  <dv@openoffice.org>  [f7db22620a8e140321e590346fc35225b00e39fd]

        #84092# Added SetCurrentFilter and SetDisplayDirectory

2001-05-04  Kay Ramme  <kr@openoffice.org>  [904027a5acd98862f9caf54d72ff55b7667bd9f7]

        removed obsolet exception specification

2001-05-04  Kay Ramme  <kr@openoffice.org>  [f2047f6e25ee2905782df146f1864286c82fe5da]

        removed obsolet import of MappingException

2001-05-04  Kay Ramme  <kr@openoffice.org>  [0f250378db68cb2ee699ea8e820c1a7793a8a602]

        removed obsolet import

2001-05-04  Sven Jacobi  <sj@openoffice.org>  [a037cfaf32613feebd9845fc0a938f4a030b2b5e]

        #85379# don't access empty gluepoint list

2001-05-04  Oliver Specht  <os@openoffice.org>  [92f8c5e7a734e4f437628252e4507cbc10bbcc1b]

        vertical separators inserted

2001-05-04  Ocke Janssen  <oj@openoffice.org>  [69fa84700814550922ed69479fff20def934b180]

        #86629# don't clear the column selection of the none changed table

2001-05-04  Armin Weiss  <aw@openoffice.org>  [bddd4f969e81fb1c1c8ce9656560c232cab1b72c]

        Replaced some if's with else_if's

2001-05-04  Kay Ramme  <kr@openoffice.org>  [acfa1e97c4c7487056a39ed5b40e87e366b4fa22]

        removed obsolet exception declaration; renamed initByClass to _initByClass; fixed bug (#86507#)

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [058b0ff211843ad4afa85a0e6c8f213aa5e3fafb]

        added FixedLine

2001-05-04  Oliver Specht  <os@openoffice.org>  [bc907bbb3298cc751e1ff47fcdfcbb3b28048490]

        color tab page reorganized

2001-05-04  Oliver Specht  <os@openoffice.org>  [ef4cc176f7d8ffcc56279fb5f609718b306d6e5d]

        preview with black border

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [8d0f6e6091cd3a8f02ae688071a26f9ed05c474a]

        added fixedline

2001-05-04  Sascha Ballach  <sab@openoffice.org>  [15da25247c687ac19465e66e47f91c3f94a2bd8b]

        add the Type Sequence<sal_Int8> as base64Binary type

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [08eca0caf55a748cadd6811af484e97027a9975c]

        missing include file

2001-05-04  Ocke Janssen  <oj@openoffice.org>  [bc3078d1e7a80eb4615b87d3b78dd805ec6c25c1]

        #86628# use composed name instead of tablename

2001-05-04  Sascha Ballach  <sab@openoffice.org>  [270a9e979d4ef85bc213ad3da7eb1361e0667472]

        base64Binary added

2001-05-04  Gregor Hartmann  <gh@openoffice.org>  [8233e4160281fc5492c9a4a6cf2ca775abb4a01e]

        #69216# Enable scroll mice

2001-05-04  Kai Sommerfeld  <kso@openoffice.org>  [6639310b8ede7d42b6cebef370d4128c77693fbc]

        #85545# - Added rollback code for failed exchange (setPropertyValues).

2001-05-04  Michael Brauer  <mib@openoffice.org>  [8f0666804cb767960bd6202be3844af05dc1f3d6]

        Restore view settimgs in TWIP

2001-05-04  Martin Hollmichel  <mh@openoffice.org>  [effde0cc673ab8c9ea0da941d16cbb3b7f88ef95]

        chg: comments

2001-05-04  Kai Sommerfeld  <kso@openoffice.org>  [930841fbdc0066f3b988a0eff3c7c7feabcad00e]

        #85545# - Added rollback code for failed exchange (setPropertyValues).

2001-05-04  Andreas Schlüns  <as@openoffice.org>  [5ba8aeb4ef774395a089b05f53d96b97cb522357]

        #86649# repeair activate/deactivate handling

2001-05-04  Sascha Ballach  <sab@openoffice.org>  [7003986b5e0d549f50c810e89cbf451e04e7b578]

        the Property PrinterSetup has now the type Sequence<sal_Int8>

2001-05-04  Lars Langhans  <lla@openoffice.org>  [019d193b8b2e44e17d70875a5822898a82cb97cf]

        #86301# correct handling of the default separator with all possible whitespaces.

2001-05-04  Oliver Specht  <os@openoffice.org>  [68d3597d5d7ad837c7bcad693509c5e30d5e7022]

        color tab page reorganized

2001-05-04  Oliver Specht  <os@openoffice.org>  [8a31f8605644d582461d05e65013578e9c31cf34]

        document type Chart removed

2001-05-04  Oliver Specht  <os@openoffice.org>  [a335b32bff34a21fcb704009b1d4f2cf7928ada4]

        some minor option changes

2001-05-04  Ocke Janssen  <oj@openoffice.org>  [f03d437f363e4513fb3031a491f390b7fd0ab33b]

        remove unnescessary mutex

2001-05-04  Ocke Janssen  <oj@openoffice.org>  [00d54a4f21f98143c3ba47caeaba1019d8a7dc57]

        #86603# check keys and columns

2001-05-04  Ocke Janssen  <oj@openoffice.org>  [4307cc248f2d50729e7051d322d75d29ba016261]

        #86603# check table name length

2001-05-04  Ocke Janssen  <oj@openoffice.org>  [afd7748c6a61bcfd7127a790a98b54d263a1d8aa]

        #86603# check columns types

2001-05-04  Ocke Janssen  <oj@openoffice.org>  [318764af294ae2ae087cd386261ddde0624d616f]

        #86603# refill columns when they have changed

2001-05-04  Daniel Rentz  <dr@openoffice.org>  [9afc7c7b303ceb54501308faedac69ec765c3a66]

        #84453# skip single ; at end of function parameter list

2001-05-04  Michael Brauer  <mib@openoffice.org>  [29427ab66e2b090ab23a67178cbb562235682174]

        temprarily removed paper-tray export

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [c0eb9d3f7c9232bc5246bce720a09dc61c5835dd]

        fixedline model

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [33d7b58385ec14bf01e23772e708acc991ec4de4]

        fixedline control

2001-05-04  Lars Langhans  <lla@openoffice.org>  [80110d8d9682a1f7a665c1e928acb7720a51d995]

        correct handling of other than ValueNodes in AddNodes at merging time

2001-05-04  Michael Brauer  <mib@openoffice.org>  [c375abcfac659b741f2c3bed57ece42df3a6a23a]

        hyphenation properties corrected

2001-05-04  Oliver Braun  <obr@openoffice.org>  [1715b4c4d8ca04313827abb175924a500da32c4e]

        use Window::GetClipboard() to retrieve the clipboard

2001-05-04  Lars Langhans  <lla@openoffice.org>  [b19d2cfbdddfd4f264cbdfaeaf2f629dc1230bb2]

        Correct handling of Subtrees in AddNodes at merging

2001-05-04  Michael Brauer  <mib@openoffice.org>  [ca8b9e43d689938f9df624d5899c50268dd4f74f]

        Contour API properties added and fixed

2001-05-04  Caolán McNamara  <cmc@openoffice.org>  [a5b19706e300f9ece86f63444256069212c0d92d]

        ##766## chinese emphasis mark is comma not dot

2001-05-04  Oliver Specht  <os@openoffice.org>  [8fa0e943ba73aa88f34fac0d0da047c8053d3509]

        print options page changed and refined

2001-05-04  Daniel Boelzle  <dbo@openoffice.org>  [30bcabf7f2e84decb2805af40a42a8967278b2c8]

        separated xmllib/xmlmod from xmldlg, prepared im/export for scrollbar, progressmeter, fixed-line

2001-05-04  Peter Burow  <pb@openoffice.org>  [77e9bfde69fe23d9644eecec69529bb30ea36659]

        fix: call Db::close() only after open()

2001-05-04  Dieter Loeschky  <dl@openoffice.org>  [2b76999a8ff0b30e3c43b9dcc708c8152465bcf6]

        #85804# GetTextForwarder(): handling of EmptyPresObj

2001-05-04  Thomas Benisch  <tbe@openoffice.org>  [cb43206b77451309b08fa2141b91eca2607c731f]

        added FixedLine

2001-05-04  Andreas Bregas  <ab@openoffice.org>  [18fffe80324eddf0a633da8d9afd07a678ee5830]

        #86493# New method CreateLibForLibContainer()

2001-05-04  Michael Brauer  <mib@openoffice.org>  [0fa3ebdc37b69c19461c4bd9ae82c34e4d6a4d8f]

        Contour API properties added and fixed

2001-05-04  Michael Brauer  <mib@openoffice.org>  [c13dbb04a2e5eae54765d48541d7d74fe94f48a2]

        clone font height items insteead of creating new ones

2001-05-04  avy  <avy@openoffice.org>  [1d71ae192b4564c6b76a842dfb01880e4b0d55d2]

        Added temporary variables. Need only for linux

2001-05-04  Michael Brauer  <mib@openoffice.org>  [3e9741003da46061be543137fb850f19d2abca66]

        Contour API properties added and fixed

2001-05-04  Michael Brauer  <mib@openoffice.org>  [beae54c2436c01f858983a5888035840135d5ed1]

        Contour API properties added and fixed

2001-05-04  Mathias Bauer  <mba@openoffice.org>  [f9d13935504b8b09a9f1dc345a62f3c88981e53b]

        use framework callback for images

2001-05-04  Oliver Specht  <os@openoffice.org>  [524851d4ae614ad185afd7caddc17b70739a7b82]

        vertical separator added

2001-05-04  Oliver Specht  <os@openoffice.org>  [98eeb60f5cd12aca3692274370c3d2c319b367e0]

        vertical separator added

2001-05-04  Kay Ramme  <kr@openoffice.org>  [82974c64cefa5ce4c29513307d003e7216a5c65f]

        moved from grande to openoffice

2001-05-04  Oliver Specht  <os@openoffice.org>  [47e69c8968d25c2bef99b398d482bb662102021b]

        FixedLines, move controls if no ListBox is visible

2001-05-04  Carsten Driesner  <cd@openoffice.org>  [aca2164264f9f446b0d778ef6dfa4cc77a516567]

        remove self as listener in disposing

2001-05-04  Sascha Ballach  <sab@openoffice.org>  [9f0e588ef589bc896383805a0c7929d91cb5fef6]

        #86261#; disable the draw of page breaks on XML import

2001-05-04  Sascha Ballach  <sab@openoffice.org>  [201a0f27926bc9f495b7d74ddf7c7ef28f04a957]

        add Property PrinterSetup

2001-05-04  Gene Anaya  <ganaya@openoffice.org>  [93cb28d75f3e86876725635a3d30a7ef5f8ffd53]

        Update files to use new 1.2 version of tres.h (TestResult class name instead of tRes)

2001-05-04  Gene Anaya  <ganaya@openoffice.org>  [2ecebd4efc1beee86abf08398c1f0c046e545f7b]

        *** empty log message ***

2001-05-03  Matthias Huetsch  <mhu@openoffice.org>  [e4ef7726cda6bc0282a7855c553d101091d56f49]

        #86409# Added test(s) for new functions 'rtl_digest_HMAC_(MD5|SHA)' and 'rtl_digest_PBKDF2'.

2001-05-03  Matthias Huetsch  <mhu@openoffice.org>  [64ad58ff5e9d16edc92dad3cfa561fc4e987c2db]

        #86409# Added functions 'rtl_digest_HMAC_(MD5|SHA1)', 'rtl_digest_PBKDF2'.

2001-05-03  Martin Gallwey  <mtg@openoffice.org>  [315b5e7c4637463f688a6bf32fac2ed691877c55]

        Add PrinterSetup

2001-05-03  Kurt Zenker  <kz@openoffice.org>  [db3ca36b5c7676c5866228cdcffd6639c34af464]

        Merge SRC630: 03.05.01 - 21:26:57 (NoBranch)

2001-05-03  Kurt Zenker  <kz@openoffice.org>  [aa53db7be58f3f161c560512bc83f2ed8c2f9001]

        Merge SRC630: 03.05.01 - 21:16:46 (NoBranch)

2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [0e07ed910431385b741d4ab6a836945f100a0919]

        Merge SRC630: 03.05.01 - 21:15:59 (NoBranch)

2001-05-03  Kurt Zenker  <kz@openoffice.org>  [308daff91ca29aec678c6f9fa244610261211420]

        Merge SRC630: 05/03/01 - 21:15:55 (NoBranch)

2001-05-03  Kurt Zenker  <kz@openoffice.org>  [feb3044155b6dcd227d87e00f95d3e3aedbce16b]

        Merge SRC630: 03.05.01 - 21:14:59 (NoBranch)

2001-05-03  Kurt Zenker  <kz@openoffice.org>  [a14ead05d24de09c3fa279ff27031802c2626951]

        Merge SRC630: 03.05.01 - 21:15:19 (NoBranch)

2001-05-03  Martin Gallwey  <mtg@openoffice.org>  [231528c0b1e073e41e5e222ea78347ad69c445f7]

        import/export PrinterSetup data

2001-05-03  Martin Gallwey  <mtg@openoffice.org>  [2ccfdef880cf92949b25fded5a1a289e562d55d4]

        Increment NUM_EXPORTED_ITEMS to include PrinterSetup

2001-05-03  Niklas Nebel  <nn@openoffice.org>  [cbf005529f873545b075f0865639c665d6cd2a2f]

        #86365# FillSeries/linear: use multiplication instead of repeated addition

2001-05-03  Mathias Bauer  <mba@openoffice.org>  [44f1357642cfa64a5a047d39c9b1c8f2ffb1d76c]

        some interface changes for imageproducer

2001-05-03  Mathias Bauer  <mba@openoffice.org>  [a5c9f4d8c51b4c49cfdd1c4b0f99609cfc9bdfb8]

        GetImage-Hook for framework

2001-05-03  Daniel Vogelheim  <dvo@openoffice.org>  [c0733c4559550854bc53476aea470e88d3fe36be]

        added support for reading <table:table-column-group>

2001-05-03  Dirk Grobler  <dg@openoffice.org>  [d3bbae7f6fc8d8a3f3d75dcfaecd2b1de43962a2]

        #86437# requestNotify and cancelNotify removed as they are obsolete

2001-05-03  Andreas Bregas  <ab@openoffice.org>  [24645d80f56c6549a5aaf0019a3882091ecfd3e6]

        #86271# SFX_NOTIFY: Call StoreAllWindowData for SAVE/SAVEAS event

2001-05-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [87e60c2953946459215807fe8d1738dda84fac8f]

        sal isn't always first

2001-05-03  Daniel Vogelheim  <dvo@openoffice.org>  [c47ea2da160a0a8062073cca94090f3b61a6b004]

        - support for encrypting streams added - turned functions into private methods

2001-05-03  Mikhail Voitenko  <mav@openoffice.org>  [459bdbdcc7a1c573f52ecc4a4d5c5680f0274d9e]

        #83779# getAllPersistent should have no parameters

2001-05-03  jp  <jp@openoffice.org>  [d9e65c2241d112504520c233c1a4b923aefd5725]

        don't insert empty graphics

2001-05-03  Daniel Rentz  <dr@openoffice.org>  [10dbdfe1ba1ba31c0659e07216431d379b79dab6]

        minor changes

2001-05-03  Daniel Rentz  <dr@openoffice.org>  [06451bb8d3902dee95b4a0cfd3fb7676d5699865]

        FONT record

2001-05-03  Frank Schönheit  <fs@openoffice.org>  [a7f1aeb2dbe315a646d94e570d658d109eee0b9e]

        #65293# linux does not like instantiating variables with 'A a(B(c()));'

2001-05-03  Martin Gallwey  <mtg@openoffice.org>  [4d6252b8bfd4c4b7894d4fc2d3f3c329243ae207]

        This should be a property name, not an xml keyword

2001-05-03  Frank Schönheit  <fs@openoffice.org>  [46be105d951d687049ad758793aff71e185219a3]

        #65293# typo

2001-05-03  Juergen Schmidt  <jsc@openoffice.org>  [eebe9f389eaedaf5f77e4468f0ee1723bff293aa]

        remove Uik and throw RuntimeException

2001-05-03  Martin Gallwey  <mtg@openoffice.org>  [9a73f778a2b949e9e3974edd6163210e14e6307f]

        #75825# Set a boolean to show a frame or not, so frames are not displayed when auto texts are edited over the API

2001-05-03  Sascha Ballach  <sab@openoffice.org>  [26fb7151161036573a5fcbc15c4c16889bdb132f]

        #86624#; set the Properties of the first sheet at the end of the import

2001-05-03  Sascha Ballach  <sab@openoffice.org>  [bb56037eb71db8c4d006d84dad611e7880c65ec5]

        disable assertion

2001-05-03  Sascha Ballach  <sab@openoffice.org>  [f2bb8f21fbde0173e71ddaf276f94824c566e5e2]

        don't export the meta data if the spreadsheet is embedded

2001-05-03  Martin Gallwey  <mtg@openoffice.org>  [5c50b6bdbbb878fd23dce66a704c415f6cee16ae]

        #75825# Set a boolean to decide whether to show the auto text edit frame

2001-05-03  Vladimir Glazounov  <vg@openoffice.org>  [2847682ce235d290ca3e81f1b911d981a22c457e]

        Corrected some misspelling

2001-05-03  Andreas Martens  <ama@openoffice.org>  [74bfe7916be72ca54292dbf1dff7963cb5584db8]

        Fix #86447#: Get what you can get even when you have_to_fit

2001-05-03  Martin Gallwey  <mtg@openoffice.org>  [0d2cf9e5bf078aaf27869d420f428cc7d873d91e]

        #75825# Give an auto text block access to an SwXBodyText

2001-05-03  Behrend Cornelius  <bc@openoffice.org>  [c84bd738017e9bb494fb72ad1c7309e7f2844182]

        ## Resource  No 1412 modified

2001-05-03  Juergen Schmidt  <jsc@openoffice.org>  [f8ddbadad27ac87725f17db9265083dd5fe3fe1c]

        change docu, reference to XIdlField2 because of specification error in set method

2001-05-03  Juergen Schmidt  <jsc@openoffice.org>  [e27ee36384fcc8b818867261c616ef89eed5ff1c]

        new

2001-05-03  Juergen Schmidt  <jsc@openoffice.org>  [96d4cb876946b44ea5dd410260c21fb7721ac12d]

        insert XIdlField2

2001-05-03  Oliver Specht  <os@openoffice.org>  [53affe9008f6dbfef3a4508b0d04a8802d94572d]

        document type selection: controls renamed

2001-05-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0660bf62003ebfd725754bfdc447523ef27af976]

        globbing for hedabu, %UPD% macron introduced

2001-05-03  Behrend Cornelius  <bc@openoffice.org>  [f283d716f54c0b8ba037ca9aca340af3f2e56192]

        ## Document is Read Only string added

2001-05-03  Kurt Zenker  <kz@openoffice.org>  [f9c1c4520b57a09edbae98112ffbf61ace606dc8]

        new version for SRC630

2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [346fa27d98b86bdab146e46bba1bf541dfc14d74]

        #65293# dll.hxx gets delivered out of the output tree, whereto it is copied by util/makefile.mk

2001-05-03  Frank Meies  <fme@openoffice.org>  [4469c2914f65e132b9116a8544b29e2815807a5b]

        Fix: Rectangle without area

2001-05-03  Sven Jacobi  <sj@openoffice.org>  [09b0b0659314f08bdc5d2af5fcd77c4b6bea6942]

        #85886# bIsPixelFormat is now always initialized

2001-05-03  Tino Rachui  <tra@openoffice.org>  [7ef8cb78fc7b9b2295544231b8b5ee02a795eecd]

        *** empty log message ***

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [44d6b30619883b0bdfc347c42a67eb982abcd6cb]

        soft exceptions for get container window

2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [1d0020fd60c03f12bb18469192909514ea88c0bb]

        new version for SRC630

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [a2e0091f0fe68b9f4885cfdedd9b5e634504ddca]

        special code only for window and picklist entries

2001-05-03  Tino Rachui  <tra@openoffice.org>  [b26aa8247affef5641723ae5fa39a98de5096155]

        renamed to *Simple*.idl to avoid false expectations

2001-05-03  Daniel Vogelheim  <dvo@openoffice.org>  [ec9e3e1d4f08e61f939e70238c4a906aefd90ffe]

        access sequence through const array & arbitrary other changes

2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [1864824563404ddcf1a8406b785f54111f9965d3]

        #65203# Macro UPD is still needed here

2001-05-03  Malte Timmermann  <mt@openoffice.org>  [486bbe63ba6dc04248603852296f7b55cb3a4836]

        DestroyAttribs: set nLen 0

2001-05-03  Vladimir Glazounov  <vg@openoffice.org>  [4ae07ca1f5fc34708c4192055437ed37c6eeb730]

        Corrected types for Solaris

2001-05-03  Jörg Budischewski  <jbu@openoffice.org>  [86b0eefecba8bec349650d09011a97c9678b97ae]

        removed a typo

2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [1aca5484ab4d9dd9ce75528f306e13be927b5e96]

        SRC630

2001-05-03  Christof Pintaske  <cp@openoffice.org>  [cfed21772d071074f98837a5610b967987db74db]

        #86335# cursor events while in preedit mode break extended text input

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [dc21a78323c7908442a9b000f582ee4f35669c32]

        new shared lib fwe added

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [d0f737020966957dc5941c7c98c5e8dc79eaf4c2]

        image producer callback added

2001-05-03  Jörg Budischewski  <jbu@openoffice.org>  [449b10976f5e96f5dec3400a6fcdb6a293bfe53d]

        improved documentation for the readBytes()-call

2001-05-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1974829a59b2d70b43467bf4de4655ff8f4d8857]

        added optional destination path, skip MACOSX dos_action for other platforms

2001-05-03  Sascha Ballach  <sab@openoffice.org>  [f69501b71351b37192c35d5fa00b4045a74f1f25]

        #86243#; change the behaviour of comparing the encoding of two fonts

2001-05-03  Christian Lippka  <cl@openoffice.org>  [6dbc0b6f141cd41a4a2bfa5ae468808f1885b194]

        #86276# added organizer support for xml files

2001-05-03  Tino Rachui  <tra@openoffice.org>  [d797013a2b667f8f6f5582319e09736b8194b25f]

         SystemShellExecuteFlags.idl

2001-05-03  Frank Meies  <fme@openoffice.org>  [080bd95dd17d9ac82970da030c33016e7a40c347]

        Fix #86601#: Maximum length of rotated portions

2001-05-03  jp  <jp@openoffice.org>  [274b06366fd6fecefc3924e084f6fe45aee437ae]

        handle RTF default attributes correct, import of fontalignment/scriptspace/forbiddenrule/hangingpuctuation items

2001-05-03  Andreas Schlüns  <as@openoffice.org>  [d2cd4d904ba171f62e03a941bb73f43a2ac30ac5]

        no exceptions for release!

2001-05-03  jp  <jp@openoffice.org>  [43049059b704a6c16fee3fbff23a420cf54fc87b]

        handle RTF default attributes correct

2001-05-03  jp  <jp@openoffice.org>  [5b5d71eaa7311c9a6bd2865bdcd3d29cb4082965]

        new: token for fontalignment/scriptspace/forbiddenrule/hangingpuctuation

2001-05-03  Kurt Zenker  <kz@openoffice.org>  [a3e5bac745033bfb902b33444dce6edadfd63dba]

        new version for SRC630

2001-05-03  jp  <jp@openoffice.org>  [531d69ee80c98e6cfb798b6d84d12a13fa7954a8]

        new: export or scriptspace/forbiddenrule/hangingpuctuation

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [903dc39ddceea3d739ec763af4619c7c488353eb]

        new fwe lib for xml menus

2001-05-03  Ocke Janssen  <oj@openoffice.org>  [2388621a56084bfe953c112c2367d998c7d72feb]

        #86553# beamer is now a docking window

2001-05-03  Andreas Bregas  <ab@openoffice.org>  [ebfd79a13cd3f7af2f24f6c151d109bb36579774]

        #Intitialise Basic before storing document

2001-05-03  Juergen Schmidt  <jsc@openoffice.org>  [d9359f38e59ba3ea73485403930b32c93a1e0155]

        copy is an internal command, use +copy

2001-05-03  Vladimir Glazounov  <vg@openoffice.org>  [e66ee9c5068bf63948ee5aaa48400a24e707e0c9]

        SRC630

2001-05-03  Armin Weiss  <aw@openoffice.org>  [0d00454aad06ffd1ebcc99d46e94cf30264dc43a]

        #HTMLName# Added support for one more STring per Object to be used by other applications. Since it will be used for HTML export and remembering the export name, it's called HTMLName.

2001-05-03  Herbert Duerr  <hdu@openoffice.org>  [8ce895e2aef41d15002e7de8fb87af00f032c81d]

        circumvent compiler optimisation bug on W32

2001-05-03  Michael Hönnig  <mi@openoffice.org>  [6c0c8f64aded3c8d0a9be617ae58632de33de389]

        [uik] header does not exist anymore

2001-05-03  Christian Lippka  <cl@openoffice.org>  [a57babc1dd5fcf10f3f27af8c7ea970f3fbd89c1]

        removed not used function

2001-05-03  Mathias Bauer  <mba@openoffice.org>  [255686afb9dfc69802c10d0c78f6773cb2d9325d]

        Imagelists moved to svtools

2001-05-03  Mathias Bauer  <mba@openoffice.org>  [7c15954c0180d5df3add629f04084df4bc348ba0]

        Imagelists moved to svtools

2001-05-03  Sascha Ballach  <sab@openoffice.org>  [1f51730f3c5b05c3afaa35431c925482e8152783]

        #86274#; add export/import of view settings in XML to the page preview

2001-05-03  Frank Meies  <fme@openoffice.org>  [3df3d3951e63d47b30a7d27fba26ff343a09fb62]

        New: Compatible behaviour of tabstops

2001-05-03  Frank Meies  <fme@openoffice.org>  [65b0646d70ee6cb311da46a8073b58a0a4eba379]

        Fix: Avoid compiler warning by casting

2001-05-03  Mathias Bauer  <mba@openoffice.org>  [a14be4176e84c8e23ab5f1de1ca74c7b6d0b6ebe]

        Imagelists moved from sfx

2001-05-03  Mathias Bauer  <mba@openoffice.org>  [3041ad1095b9de6fb0d8ed4334a8f6653b562e29]

        wrong string concatenation

2001-05-03  Frank Meies  <fme@openoffice.org>  [0fc0a593fef7f0104b7c8aac5b495f36fad28f97]

        New: Compatible behaviour of tabstops

2001-05-03  Stephan Bergmann  <sb@openoffice.org>  [f58812a0fd952c2c8c73ee8491e665bc7e01b387]

        #86315# Added RemoteProxyContentProvider.idl.

2001-05-03  Stephan Bergmann  <sb@openoffice.org>  [2ba26e6f23eace1a1eccb5c6dd6f81209ed8b21c]

        #86315#

2001-05-03  Niklas Nebel  <nn@openoffice.org>  [c5f3e288fe0975e73ba724cd0f63a05d9e797184]

        #86588# ScTableSheetObj::GetOnePropertyValue: assign to right variable

2001-05-03  Frank Meies  <fme@openoffice.org>  [c68ff14dfcad479eb883d687bb3f733368d11bc5]

        New: Compatible tabstop behaviour

2001-05-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f79ea4a41b11835d9abf7b18ecfa2681efa1cb11]

        add fwe library

2001-05-03  sz  <sz@openoffice.org>  [3e5e13b7349e8c375a62932c48746c4f18d2b49e]

        fixed copy constructor

2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [cbdb2288956c654f779c6d6f1385550064f84c8f]

        SRC630

2001-05-03  Christian Lippka  <cl@openoffice.org>  [e9baf52742589890fc7b24d8e57b0ed9e91c2f3a]

        #86494# set style on ole shapes

2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [26e302bf88d566514949d49743bb61f0ab997040]

        SRC630

2001-05-03  Frank Schönheit  <fs@openoffice.org>  [3ed488756416040855b8d959132a31f12a0d9276]

        #86569# corrected building the compatible object description

2001-05-03  Frank Schönheit  <fs@openoffice.org>  [07e5b74b696d47bfacf01e5aae44a0c380b1a451]

        #86569# transport row pos as signed, not unsigned

2001-05-03  Christian Lippka  <cl@openoffice.org>  [6b632b61297959808c32013cf5dde814c22a9b23]

        #86494# fixing export

2001-05-03  Dirk Völzke  <dv@openoffice.org>  [2f613b12336eb20b0c1bf32a49a5f054e2d30970]

        #85856# Set template extension acording to filter

2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [64fbf2b324eb45f31d8597090864a538aeaae1a3]

        SRC630

2001-05-03  Kai Ahrens  <ka@openoffice.org>  [bf8904a9cb83d322d67eba7f417a1e5433419b4b]

        added call to SfxPrinter::InitJob to initialize PrinterOptions

2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [0d5d7de549d1e80723956c2e3dcd0692bf32c0fb]

        SRC630

2001-05-03  sz  <sz@openoffice.org>  [5bc06466e8bf82cd19cb88626567bb4573296871]

        renamed class tRes to TestResult to follow naming conventions

2001-05-03  Rüdiger Timm  <rt@openoffice.org>  [343e173f80f3cf743396f19ae34bc569c379877f]

        SRC630

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [8b344678fe5a91fc978508590a0c30ac6e3c1e0a]

        helper function for error line number

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [b0f22b23b47538bc780f5c594f80ea28ef169324]

        give line number on xml file error

2001-05-03  Andreas Schlüns  <as@openoffice.org>  [845a0912242e68c698ee023424e2d2d2fbf59c40]

        Ensure ValueNodes inside the set representation of localized value sets are not tagged as localized

2001-05-03  Stephan Bergmann  <sb@openoffice.org>  [07f174b2679d4bb9179391479436340afe23252d]

        #86324# Changed InteractionHandler's service name.

2001-05-03  Stephan Bergmann  <sb@openoffice.org>  [0aa58933959a7086773cee08b526266ecdc92afc]

        #86324# Changed InteractionHandler's service name.

2001-05-03  jp  <jp@openoffice.org>  [c820ad2f05a79fefbb38435c344421d982891c8a]

        new: export ParaVertAlignItem

2001-05-03  Kai Ahrens  <ka@openoffice.org>  [701064939f41d3d516de8c0b79428d56a8b3a800]

        added Has/IsTransparent methods

2001-05-03  Stephan Bergmann  <sb@openoffice.org>  [803e98bf6294ec851a26591fc4fd913b7809acf8]

        #86324# Changed service name to com.sun.star.task.InteractionHandler, but kept old name (...uui...) for backwards compatibility.

2001-05-03  Stephan Bergmann  <sb@openoffice.org>  [bb340f2c38ceb20b9300086991fe29664a58457c]

        #86324# Added InteractionHandler.idl.

2001-05-03  Stephan Bergmann  <sb@openoffice.org>  [2f47fc6ad9ed2674cbffe45e26c2ebca8d3da9eb]

        #86324#

2001-05-03  Malte Timmermann  <mt@openoffice.org>  [b74a8a7378f2b13601ed90c1116cddd2a682b8e6]

        DestroyAttribs: set nLen 0

2001-05-03  Malte Timmermann  <mt@openoffice.org>  [df75e6bfc6c231a09f3eb066a3aec836ee3506ff]

        DestroyAttribs: set nLen 0

2001-05-03  Kai Ahrens  <ka@openoffice.org>  [f09038f779e0c2069775c445853458aebc4f39aa]

        added printopt.hxx

2001-05-03  Kai Ahrens  <ka@openoffice.org>  [5513596a0315ec9f3cfecdb87b196c6cb77ff475]

        added ::InitJob

2001-05-03  Kai Ahrens  <ka@openoffice.org>  [0f17b0673193797bc154c720b33eaebdfd3390e9]

        added printopt.cxx

2001-05-03  Kai Ahrens  <ka@openoffice.org>  [6504f8a8f1c9b2710c5507aed9367967150ee67e]

        added TransparencyPrintWarningBox

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [40fefd8e0d5937666129278fe2b27c36cb58033c]

        support for images and target frames

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [51eed1770c36266f07aa200dce84fd362e28acf6]

        menu labels from xml files are marked as persistent

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [24b319082fa34fb89c09f0c672d7695230a9cea1]

        support for images and target frame

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [768e644875488637cbe0acc0fc88370f0cfbf992]

        support for images

2001-05-03  Kai Ahrens  <ka@openoffice.org>  [3da61d480a77285849d75c5d760ee530fe4fcd36]

        added printoptions/printwarningoptions

2001-05-03  Carsten Driesner  <cd@openoffice.org>  [da7648724f0c91f5d793ed7361d850a3497348d2]

        callback for image transport

2001-05-03  Kai Ahrens  <ka@openoffice.org>  [1bd8817c48a44ca62f4252fe57398c779ce8b45b]

        added some methods

2001-05-03  Oliver Specht  <os@openoffice.org>  [9af256654e7c81bc815f111b18ee136b935ce13b]

        resize parent if it's a popup window

2001-05-03  Ocke Janssen  <oj@openoffice.org>  [3aa8db702380adb5675121f721738afb28c037c0]

        #86526# fetch decimal and numeric as string

2001-05-03  Ocke Janssen  <oj@openoffice.org>  [94cb7f023dae3764c733a8048d1d3b9404090606]

        #86526# fetch decimal and numeric as string

2001-05-03  Jörg Budischewski  <jbu@openoffice.org>  [addd833c598daffcbab19403e4c1dbb5a5dc726c]

        now compiles also under unx

2001-05-02  Niklas Nebel  <nn@openoffice.org>  [46a8d3334040a9230884d7c64317805cbec80ec6]

        SearchAndReplace: construct TextSearch with SearchOptions instead of SearchParam

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [37f5b913edf9b2847164fa61357d48a2077894d0]

        #86337# fix name setting

2001-05-02  Daniel Vogelheim  <dvo@openoffice.org>  [d26a344c05607fe1cf8f5e5cc95a331048946364]

        #85534# renamed property in text property map

2001-05-02  Sander Vesik  <svesik@openoffice.org>  [f01025d36028c16211ab00e52f86507281f81136]

        Merge Linux/ARM related change to trunk.

2001-05-02  Philipp Lohmann  <pl@openoffice.org>  [de935eeb7b1c4b402d2d26c56fbde415491c15a4]

        removed CJK because of screensaver issue

2001-05-02  Thomas Lange  <tl@openoffice.org>  [ecb9bc1488a13a5deec4cfeac86f050da3f4bc1c]

        Math configuration and Symbol/SymbolSet/SymbolSetManager

2001-05-02  Thomas Lange  <tl@openoffice.org>  [e6eedc6fd472bbc8daccda88b1ce82f5aadb411b]

        ConfigItem for Math

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [6de17f84d44f892978b93af9d2730df0669aa314]

        Fix the usage of SwXMLTextBlocks for auto correction

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [65ea0ba13f6a8962ea1a20fd32add06ed4f1653e]

        replace some kludgy code and do not insert character \015 for non text only

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [8fb075ec753f7df9b94a74b96c44d64b58eda8e4]

        new boolean allows searching of full XML documents for contents of text paragraphs

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [f91e794dbc24a464de8447affa1a6da7305cd495]

        Use new IsOLEStorage method to determine if the auto correction file is SW3 or XML

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [726b8f1ab78e786b4e070dffcab50eb7a948fab5]

        Remove unused class member

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [3c01a5e1f37c188ce1b6d1d2f474976be0a2c8fb]

        added new parameters to the constructor to get rid of some kludgy code

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [74d6d86288ed8c482035769cd1a3534517d9348f]

        The default argument in GetAutoCorrFileName is NOT to look in the user directory for the autocorrection data first, so we must specify the 3rd argument as TRUE

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [561d72b716769564838288b9e93e7e0543a62407]

        Pass an SvStorageRef instead of an SvStorage

2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [9274ad6ef0f902e061dbd2a627ea116aec395f09]

        added progressbar and scrollbar

2001-05-02  Daniel Vogelheim  <dvo@openoffice.org>  [93dca26e27a4bc51ac873777ef8b134283ae9f71]

        added redline password protection moved redlining enabled flag from view settings to redline element

2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [83b5f4c62c58aae3fa985b7f733753dd0b9a6e7f]

        scrollbar control

2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [2c1b964d50e0620bcab459d3e7a36310ce15d157]

        scrollbar model

2001-05-02  Daniel Vogelheim  <dvo@openoffice.org>  [406e2caff804407440024162e6074ab79af17387]

        added tracked changes protection and enabled flag

2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [65537f0e53d9cd144bb3106a95a1d1cb112e1935]

        progressbar control

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [7d17a608a6754b37e0f472ae7432ac1dfa89c2a0]

        set mime type of streams, fix handling of Text Blocks in auto-correction and also always convert Sw3 storages into XML ones, even if user manually copies into the user directory

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [39fb58bae205886b15aed83fb4f79250ec3c4f69]

        Pass the SvStorageRef, not the SvStorage

2001-05-02  Martin Gallwey  <mtg@openoffice.org>  [c32618307ddb7a49c7bb3d5cfb685af61df32f73]

        remove unused header

2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [a375a6a9449afd29354c111efe4710d85664abc5]

        progressbar model

2001-05-02  Christian Lippka  <cl@openoffice.org>  [03cb4bbbdfad980d20e880cec8667a3e30d8a3c1]

        #86449# fixed replace if existing item is only in style pool

2001-05-02  Vladimir Glazounov  <vg@openoffice.org>  [58677ba884db5abd251b1a380fafd3ceda11b28a]

        Fixed some mistakes

2001-05-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f2034c97daa93b1f4194c51d69d5f48e2f2d090]

        smarter include

2001-05-02  Niklas Nebel  <nn@openoffice.org>  [b8b627e802447e9d17160d93ad8de87e94804e5e]

        disable transliteration functions if disabled in options

2001-05-02  Jörg Budischewski  <jbu@openoffice.org>  [bb5766b740616903fc78adafff5441bbe34ae7ae]

        incompatible: added an exception to the initial getInstance call

2001-05-02  Niklas Nebel  <nn@openoffice.org>  [68b501cf219c3f41c766ddd6cb06f952bf7530a9]

        remove asian typography tab page if not enabled

2001-05-02  Christian Lippka  <cl@openoffice.org>  [341091d82bcb914550804f434530219a365dc588]

        #86449# fixed replace if existing item is only in style pool

2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [afe699008969fcbd15b6e0473cf8295b84a0a527]

        changed progressbar property order

2001-05-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eddbae19c892612b9abdd3318a82933a68038d62]

        edited ASM and AFLAGS variables

2001-05-02  Daniel Rentz  <dr@openoffice.org>  [af52f4aca3285da3da99d947105dac4b46f4658d]

        #86373# conditional formats with named ranges with relative references

2001-05-02  Daniel Vogelheim  <dvo@openoffice.org>  [8ec5a80d5772e207b4065bcac3fcfde16c137d9c]

        changed property Password to Protectionkey

2001-05-02  Mikhail Voitenko  <mav@openoffice.org>  [7fa32d1760b679feb916676039dfdc6e45b36ccf]

        #83779# add XPasswordContainer interface

2001-05-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [54108fff1d78d954c07254347068bf2949bc9e0c]

        integrated NETBSD on sparc patches for atomic reference count, submitted by Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-05-02  Jörg Budischewski  <jbu@openoffice.org>  [bfff92cd7be16e9711113535f1ec5b2be01cbe0d]

        removed unneeded VOS from makefile.mk

2001-05-02  Eike Rathke  <er@openoffice.org>  [8e8a3cd8b8a1b45c242070419f1371a9cee52b4a]

        GetCellValue: distinguish between errNoValue and errCellNoValue

2001-05-02  Eike Rathke  <er@openoffice.org>  [8e7297c0f3fe60c14f7de7d717c9a04768b83ab4]

        add: errCellNoValue

2001-05-02  Sascha Ballach  <sab@openoffice.org>  [747ba4ab34441df31a51633a6a9375640e24b71a]

        #86583#; use the right name for a attribute in filter

2001-05-02  Sascha Ballach  <sab@openoffice.org>  [f453f96b5c4cd44aa31d0def3af44da07864296e]

        #86273#; read/write all viewsettings for every view

2001-05-02  Andreas Martens  <ama@openoffice.org>  [bdf9f21f53e5d5aa2e105cdec4d233deec5f5e1b]

        Fix #86463#: Flow back inside columned sections

2001-05-02  Andreas Martens  <ama@openoffice.org>  [b1ed75dca5431d9807b608fa397fea9c3bbd4647]

        Fix #86476#: Position of chararcter bounded flyframes

2001-05-02  Andreas Martens  <ama@openoffice.org>  [afb194838965bc6577ec6deadaa085cf1dcf24c3]

        Fix #86435#: Assertion fine tuning

2001-05-02  Herbert Duerr  <hdu@openoffice.org>  [25eb19167f5e625cc2c0e92b1bdbdc72949a15f1]

        when invalid clip region fall back to geometry

2001-05-02  Eike Rathke  <er@openoffice.org>  [51037c3cf425275a268e5ea5a6be3ef778154f59]

        GetToken: with recursion guard (name1:=name2:=name1:=name2:=...)

2001-05-02  Jörg Budischewski  <jbu@openoffice.org>  [ef018a5e5f95cc4e31526553d7955f0c7cfab8ab]

        incompatible: added an exception to the initial getInstance calls

2001-05-02  Jörg Budischewski  <jbu@openoffice.org>  [3ff84baf833e87020124000cf5c7a0b9dba45590]

        incompatible: added an exception to the initial getInstance calls,some code cleanup, added a first try for better error logging, removed the possible segfault for replies for unknown thread ids

2001-05-02  Ocke Janssen  <oj@openoffice.org>  [2c49c58195d5823d47d43a0529f9d280fb88db1e]

        #86561# flush query after saving

2001-05-02  Jörg Budischewski  <jbu@openoffice.org>  [cf61a8543df7d7001e4c125057c629ddfc1f9a88]

        incompatible: added an exception to the initial getInstance calls

2001-05-02  Ocke Janssen  <oj@openoffice.org>  [26182c3a4a4c67929f42776df397e58102a18623]

        only read settings

2001-05-02  Ocke Janssen  <oj@openoffice.org>  [8cda938a7625c5be6e50c00d4e4446f15eb34bbf]

        #86176# check if statement is native

2001-05-02  Andreas Schlüns  <as@openoffice.org>  [66a38d1a08a8f4643c5f01b162aecc7548a42b6c]

        #86381# deliver new dynamicmenuoptions.hxx

2001-05-02  Philipp Lohmann  <pl@openoffice.org>  [bd4a119f5a7e8e44e779e33c7b1b2639555aa92b]

        more appropriate ConvertXPM

2001-05-02  Daniel Vogelheim  <dvo@openoffice.org>  [d25e06c6645300020595f38b482ca6582142f7a6]

        fixes for text block conversion (as suggested by mtg)

2001-05-02  Mikhail Voitenko  <mav@openoffice.org>  [ed7289e47522d45eb361046fb6c691d4b1fe1969]

        #83779# move interface to com.sun.star.task

2001-05-02  Andreas Schlüns  <as@openoffice.org>  [3a44573a0a4d8c99df44c908f0d71a3e55f14004]

        #85529# new threadsafe mechanism

2001-05-02  Andreas Schlüns  <as@openoffice.org>  [3bb5b880e6055f15654d0da647e83d42c8a212bb]

        #84454# move property set to frame

2001-05-02  Ocke Janssen  <oj@openoffice.org>  [d9b6971a28526772072271adc1a2407217a16876]

        some typedefs

2001-05-02  Ocke Janssen  <oj@openoffice.org>  [84d83710fd5a7fd2059a9a1bdd7cf1eead7c1eee]

        some changes for ref vector and some typedefs

2001-05-02  Daniel Vogelheim  <dvo@openoffice.org>  [bebc2c70cd3b517080cbdad84ffe685ef182b8d0]

        #86353# macros now preserved in auto text conversion

2001-05-02  Oliver Specht  <os@openoffice.org>  [0838fc924e848ab717e022f4d1f9cafdc8792bb8]

        register vertical text controller

2001-05-02  Ocke Janssen  <oj@openoffice.org>  [a464067b2ae1bd0e0fa5a6fa61c259762ed99fd7]

        some changes for ref vector

2001-05-02  Ocke Janssen  <oj@openoffice.org>  [682430397bb64f954392f5f9977925d6e0ca37bf]

        #86516# addStatusListener always ask for acctually state

2001-05-02  Ocke Janssen  <oj@openoffice.org>  [681ee16efa8f4cdf630906db3de7bc07412bd1ad]

        #86516# remember child focus

2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [9a6d102a315ed29d5d5819de55dcce07eb370df3]

        added scrollbar properties

2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [6d03ef54d8273708c2aed99488315da763e6fe93]

        added ScrollBar

2001-05-02  Oliver Specht  <os@openoffice.org>  [2de5d801c25fea1cb831738b9a783e21fa84d874]

        redline password added

2001-05-02  Oliver Specht  <os@openoffice.org>  [92050dfde2d4923cf2817f740a3a459bef7fff8e]

        register vertical text controller

2001-05-02  Oliver Specht  <os@openoffice.org>  [3fcdd6d6ad2cf75ddec43bfe7242939c5fd9c8a9]

        redline and section password added

2001-05-02  Oliver Specht  <os@openoffice.org>  [ec29fa07dff166a75d7deeb3a534a48254bb1839]

        Sections: document password removed

2001-05-02  Oliver Braun  <obr@openoffice.org>  [a07021f7f1076d7205f19a443c4f022146e4179a]

        fix daylight saving time detection and adjusted output of getGlobalTimer back to milliseconds

2001-05-02  Oliver Specht  <os@openoffice.org>  [b157960110721fb964b2bbe5e4c08fcdb7955faa]

        redline password added

2001-05-02  Thomas Benisch  <tbe@openoffice.org>  [e4b58518ef7ab7c416b58444a56d285b7faf1d41]

        added ScrollBar

2001-05-02  Oliver Specht  <os@openoffice.org>  [54909767837e696d00566c1e70f2c4cd0cd5ff13]

        register vertical text controller

2001-05-02  Oliver Specht  <os@openoffice.org>  [a091593c36ec75b8683279dd8fce2266d2056b31]

        new: verttexttbxctrl.cxx

2001-05-02  Oliver Specht  <os@openoffice.org>  [dafe9eb3051b7aab1c9b0bf1271423e88c2c86d2]

        Hide/show toolbox buttons depending on the CJK settings

2001-05-02  Armin Weiss  <aw@openoffice.org>  [7599c2e7d510d0d3fc6bbf8def8e715ebbdf9c75]

        #86481# simply ignore item setting on page objects

2001-05-02  gt  <gt@openoffice.org>  [e8b431b45c37bf3ba3a8239c1807df42d7ea1c0b]

        #86540# change behaviour for larger and negativ month-offsets

2001-05-02  Björn Milcke  <bm@openoffice.org>  [23d89997b3c6f0e6ac2c2e4f8ce97d8b3d0d7257]

        #81988# import of tables corrected: import table directly + use ChartDataRowSource

2001-05-02  Frank Schönheit  <fs@openoffice.org>  [f00e9eed2d3c23cb8188de1866a000e1099d05e5]

        #86450# disable m_nMaxColumnsIndex for the moment - need more comprehensive handling for this

2001-05-02  Frank Schönheit  <fs@openoffice.org>  [af4e41e7dcb54c97c3cc14a5d28f7aff0c93faee]

        #86464# +IsModified

2001-05-02  Armin Weiss  <aw@openoffice.org>  [968ab03d6f3b969404f93095329a168c5140a065]

        #86163# take into account which type of PageShape needs to be constructed. It's an pres shape if presentation:sXML_class == sXML_presentation_page.

2001-05-02  Frank Schönheit  <fs@openoffice.org>  [e6dd632eb14014893487e3b6e6cb1057561a09b7]

        #86434# +STR_INDEX_NAME_ALREADY_USED

2001-05-02  Frank Schönheit  <fs@openoffice.org>  [87bc42e39c43c1423df99f8a4c7aacb28ac6e027]

        #86434# OnEditIndexAgain

2001-05-02  Frank Schönheit  <fs@openoffice.org>  [0ace7d5c92ceb10b26a1087e35f8c3178d0b4244]

        #86434# don't allow to enter an already used index name

2001-05-02  Armin Weiss  <aw@openoffice.org>  [0a8ea8979e1fe97f97f5055c501231cca17bf759]

        #86163# Transformation is now written for PageShapes.

2001-05-02  Jörg Budischewski  <jbu@openoffice.org>  [78a6e9db47f2cb08fe9d3c23655a85773f68515d]

        fixed socketaddr problem when using IP adresses instead of hostnames

2001-05-02  Sascha Ballach  <sab@openoffice.org>  [3c8560de2df8bc90149bfe6eb9d5c96633ee18c3]

        #86417#

2001-05-02  Jörg Budischewski  <jbu@openoffice.org>  [8b9af5f617d1a9eb06f839f81fb6744b0c6241c9]

        fixed socketaddr problem when using IP-numbers instead of hostnames

2001-05-02  Björn Milcke  <bm@openoffice.org>  [4d5ee5f642e4f26c0240c3226e415130684a8ce0]

        #81988# export of tables corrected: export table as in MemChart + use ChartDataRowSource

2001-05-02  Christian Lippka  <cl@openoffice.org>  [e4888b28b504e25470837f05d38fb01c9f5eadf2]

        #84450# do not delete pres shapes on masterpage if page layout is changed with the api

2001-05-02  Christian Lippka  <cl@openoffice.org>  [bd0934d275ae9c387f76c1c86d06d2d87a92b83b]

        #86288# export zero seconds pause times also

2001-05-02  Dieter Loeschky  <dl@openoffice.org>  [193d5e4ef0f3308427371354c8384e88aeb056c5]

        #83021# ScrolBar handling modified

2001-05-02  Sascha Ballach  <sab@openoffice.org>  [858d6b2fcc6adeb8246131db9f8f992239e8a1e6]

        #86538#; get the base address if set the validation

2001-05-02  Sascha Ballach  <sab@openoffice.org>  [4b47981a6ba6e1af636fb4165cd829558ddd052e]

        #86387#; only set the SubTotals if there are some

2001-05-02  Frank Schönheit  <fs@openoffice.org>  [c051db1155007f0dcabd2f4cef79679173b66cbb]

        #86299# RemoveElement: for a form, reset the ActiveConnection property

2001-05-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7c216cf7bf3c77f801a9de8927bfcc7bbf104690]

        ignore missing local udkversion.mk

2001-05-02  Sven Jacobi  <sj@openoffice.org>  [94e4845830917ac363ccd29d171ea1b947ffa867]

        the wrong projection mode was used always

2001-05-02  Frank Schönheit  <fs@openoffice.org>  [f1906206b7d24995b5fe0a3f150ebe61c63074e3]

        #86551# derivation order matters

2001-05-02  Peter Burow  <pb@openoffice.org>  [d19bd86057d99c175f697346a740db6513b2aad5]

        fix: #86471# Dtor() closes the db

2001-05-02  Tino Rachui  <tra@openoffice.org>  [54f270ab1591f3d197f1b384d22130f1e6aefb47]

        *** empty log message ***

2001-05-02  Nils Fuhrmann  <nf@openoffice.org>  [84176b0caecfe145972622ff33247b3de6d5c5ab]

        Added new directories(#84860#)

2001-05-02  Ocke Janssen  <oj@openoffice.org>  [7c32c7d3a47fecd389750cc43099b34b5183ac03]

        get TableFieldDesc from controller

2001-05-02  Carsten Driesner  <cd@openoffice.org>  [12d77a1f184f854d578be4da9ac6decdfb2685ac]

        menu from and to xml file

2001-05-02  Sander Vesik  <svesik@openoffice.org>  [e750c8f3a0c67719d69320030b2a06660272564a]

        Merge from OO619B

2001-05-01  Sander Vesik  <svesik@openoffice.org>  [ad0431d77d4a22da80f5053946bf38ed2bf0ee38]

        Merge OO625B to trunk

2001-05-01  Sander Vesik  <svesik@openoffice.org>  [dd07d869c8127423a104c42e34bc83b4d09c0651]

        Merge OO625B enhancements to trunk

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [74b00db7ebfa265923b4685a6c143393ecaa8e4e]

        moved invalidate/reactivate to SwXMLTextBlocks::ClearDoc

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [4402d6885eba646e55df4b9849dadac5a64e580c]

        Fix rename and implement ClearDoc

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [a563ec1d284886d0dcbb567a13e728ef1916b6a4]

        Make ClearDoc virtual

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [2005c020552c8dc5abac5f5ef0dc7859e695c8ec]

        Make cleardoc virtual

2001-04-30  Bustamam Harun  <bustamam@openoffice.org>  [641c59a6df1ec55072b8a66ee914465d8c1ca0a6]

        Add missing includes - Joe Xu

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [344db257f5c4afee3adb4e76e51af1b8165bbb6f]

        fix manifest entry

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [b0401a23027f504a2712caafe2cec38229c11544]

        Fix raw copying of streams

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [0802bc6db5920670a337330778f5e94918d631a7]

        set default to be compressed

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [4fd8fd103eedc67d087e0c319a07a405c4aceaad]

        Fix import of mediatype and make the manifest.xml compressed

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [7a61d7abe9c2be5421afda5c929aec6029388dbb]

        fix copying of raw streams

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [c57f906170d0c2d4500a5b1ffccf5e91db5ed86b]

        Fix raw copying of streams + clean up constructor

2001-04-30  Martin Gallwey  <mtg@openoffice.org>  [e243f497f883be00fd9745b9c4ca5324fea70458]

        Fix copying of raw streams

2001-04-30  Bustamam Harun  <bustamam@openoffice.org>  [0c92e4313c66aec9139d34f589585348956bb9c9]

        Add ServiceInfo - Joe Xu

2001-04-30  jp  <jp@openoffice.org>  [894fd4bf8b75c186e61eb24b38ac8a5c2de99662]

        use Clipboard state listener instead of polling

2001-04-30  jp  <jp@openoffice.org>  [e15d564fa79ffb3f64b7a2fc819e89377e393674]

        GetSotDestination as public method

2001-04-30  jp  <jp@openoffice.org>  [1bd4e945b4e3c80c9f61467d9ef73e8ad2c2ab08]

        defines for UNO namespaces into own headerfile moved

2001-04-30  jp  <jp@openoffice.org>  [e81545d94d2a2505ac87a509897689845a69fc38]

        defines for UNO namespaces

2001-04-30  Christian Lippka  <cl@openoffice.org>  [54356edeac3fbcc019ec182c36fea8b6784df0b6]

        #85163# added missing view properties

2001-04-30  Nils Fuhrmann  <nf@openoffice.org>  [9916d1729289bdd70eb319e088f818ea987d172a]

        Clean up after movement of tools to soltools and rsc

2001-04-30  Christian Lippka  <cl@openoffice.org>  [a95cbc6e1406a18e3a22134171ab1dfa21fb0768]

        #85135# import interactions for group shapes

2001-04-30  Michael Brauer  <mib@openoffice.org>  [72bdf5a5d86aca26d99d9f9f5085841c82f4b792]

        Don't export doc info in OLE objects

2001-04-30  Ocke Janssen  <oj@openoffice.org>  [d3db7d555ce274cb32ec1cbf721336b301ce67c3]

        #86467# initialize member var

2001-04-30  Michael Brauer  <mib@openoffice.org>  [417aaa6244b7778bb95473f2db7196c497269f20]

        #86155#: export text styles around character bound frames

2001-04-30  Ocke Janssen  <oj@openoffice.org>  [3a9fb4ce709ac4940c5acd2a7bb1fbc2391beb92]

        #86440# check index ext

2001-04-30  Ocke Janssen  <oj@openoffice.org>  [7e30e1367d9973966cf1a660b4e934fef5b474a9]

        #86515# check unod actions

2001-04-30  Ocke Janssen  <oj@openoffice.org>  [d779ea83508b3146c4d0ee37bf22b3a34a59a518]

        #86515# check undo actions

2001-04-30  Behrend Cornelius  <bc@openoffice.org>  [a6981e0b64403e110b56fe03527e3ab9aabaff14]

        ## filtername for globaldocuments replaced

2001-04-30  Behrend Cornelius  <bc@openoffice.org>  [745c9166f0ecacf2b71d21258fc510ee96dcb4ce]

        *** empty log message ***

2001-04-30  Thorsten Behrens  <thb@openoffice.org>  [2e1bb07d856707d6b6122c504ce8e8750e5536da]

        Avoid so3 in SdrModel::AfterRead

2001-04-30  Kai Sommerfeld  <kso@openoffice.org>  [42ad3fc9b035178c99cdce1e08c7fbcf5fd35dac]

        #86337# - Fixed URL assembling code in Content::setPropertyValues(...).

2001-04-30  Ocke Janssen  <oj@openoffice.org>  [0f1ce61d1626bb8853654a3a352ef8d6a0063122]

        #86528# some outlining

2001-04-30  Ocke Janssen  <oj@openoffice.org>  [1add6c0b3e010744567a1ed02909733c1344a717]

        #86528# some outlining

2001-04-30  Christian Lippka  <cl@openoffice.org>  [c5468e9272479b710e67e671eca37150b9db932f]

        #86534# added new shapes for pluggins, applets and floating frames

2001-04-30  Ocke Janssen  <oj@openoffice.org>  [2d2b10536bf4a0b47cde7bc5d8b4e1a070a2af57]

        #86528# some outlining

2001-04-30  Christian Lippka  <cl@openoffice.org>  [7459d1a67537cbe2e8f7c9fc159c2e1edda6bb62]

        #85922# set layer on shapes added to group shapes

2001-04-30  Michael Brauer  <mib@openoffice.org>  [f22e1d07508a1b893b2ea3bce7b2bace158e0959]

        #85924#: New paragraph property map for shapes

2001-04-30  Michael Brauer  <mib@openoffice.org>  [af956bc54809bab865738ad58f5ff2f4d10eb396]

        #85924#: New paragraph property map for shapes

2001-04-30  Christian Lippka  <cl@openoffice.org>  [2a87e64018a0768b7b5618dc876a0c33c71b2e44]

        #86534# fixed ole2 export/import of applets,plugins and floating-frames for calc and draw

2001-04-30  Michael Brauer  <mib@openoffice.org>  [54d31199a0fce2a0db97d106499d5fe5c65d06ec]

        #85924#: New paragraph property map for shapes

2001-04-30  Caolán McNamara  <cmc@openoffice.org>  [8fd464e1a92865d9c7ce83a585f2e8a142743e6c]

        ##766## Emphasis mark import needs to consider CJK language to determine correct mark displayed

2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [963e754035d2931af219236101337132a183380e]

        #65293# removed obsolete macro %UPD%

2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [613099fbfd8877ebe2d6ec44a3a6da87266bc566]

        #65293# removed obsolete macro %UPD%

2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [21f9919afd3ee643dcd39f7e4eefee6d8a147274]

        #65293# removed obsolete macro %UPD%

2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [6bf6347f335d1bd4ad26bf3b3dfbf22c5e034c8b]

        #65293# removed obsolete macro %UPD%

2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [69b116398fb158fe269f0346e87af2cd5f7d05c7]

        #65293# removed obsolete macro %UPD%

2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [ecb42c995a7ce51e2d527eeda8c784314e3a36a0]

        #65293# removed obsolete macro %UPD%

2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [aa5749070a0f20b0bd661930a28891ad36666f4d]

        #65293# removed obsolete macro %UPD%

2001-04-30  Michael Brauer  <mib@openoffice.org>  [6a495a114f0b9830d099aea70c6287b151bf01ea]

        #86295#: Import more than one page bound shape

2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [d8316a4e4cb06aeefaee7c59b85678fae4f49910]

        #65293# removed obsolete macro %UPD%

2001-04-30  Rüdiger Timm  <rt@openoffice.org>  [e3e81f38ecc31abf548eaa4c6e475c7feb328d92]

        #65293# removed obsolete macro %UPD%

2001-04-28  Sven Jacobi  <sj@openoffice.org>  [4fb64a26df2780f64704738c4d90aaf15295fe00]

        now supporting glyph outlines and PolyPolygon objects

2001-04-28  Sven Jacobi  <sj@openoffice.org>  [36fa40d51abb32864d7c5f86faa74e6c79eca578]

        glyph outlines exported only

2001-04-27  Bustamam Harun  <bustamam@openoffice.org>  [925bf4e2d7c163856827e72cdc04353de8d905f1]

        Add DefaultNumberingProvider service

2001-04-27  Eike Rathke  <er@openoffice.org>  [9607773f1ddb3d6b9ef564ea7e945c30b0da13e7]

        PushDouble, result: NAN ? errNoValue : errIllegalFPOperation

2001-04-27  Eike Rathke  <er@openoffice.org>  [00da0ce401ff78c9ba6f5f7acf679dd41ab5f2fb]

        optimized some matrix accesses, ElementCount/Index instead of Dimensions/Col,Row

2001-04-27  Bustamam Harun  <bustamam@openoffice.org>  [76f1776a4605a6e0d43d2dea6f8f5c596b72ad21]

        Add idl files for automated testing

2001-04-27  Eike Rathke  <er@openoffice.org>  [84a440bfbab392681052b2780dc6974071788489]

        #86524# GetSortArray: also pop stack for counts of svDouble

2001-04-27  Christian Lippka  <cl@openoffice.org>  [5eb43095c0e566c7a6f41447f404230223e61c9a]

        #85188# fixed service

2001-04-27  Christian Lippka  <cl@openoffice.org>  [58988c4a83f0aa6edf1ef56e9f3df98df5d0d0e0]

        #85802# clear placeholder grafik for graphic shapes that are no longer placeholder

2001-04-27  Niklas Nebel  <nn@openoffice.org>  [e1d41657a237ec5bcbacde8bc5bd6a66dbfff26c]

        user interface for linked areas / external data sources

2001-04-27  Christian Lippka  <cl@openoffice.org>  [dae55c9f40ba4af841a5d20653321c433ffd0349]

        #85187# fixed wrong service

2001-04-27  jp  <jp@openoffice.org>  [01ea8933e19577a85a1c75cfd0d0af7d41b7a5e0]

        use Collator for international string compare

2001-04-27  jp  <jp@openoffice.org>  [f53a813759259dfdc152171a80be22900f359bb0]

        remove unused line

2001-04-27  jp  <jp@openoffice.org>  [28fe80b1e3999efed2617a6377de78ccd0295a8f]

        use Collator for international string compare

2001-04-27  Christian Lippka  <cl@openoffice.org>  [faffa1a774e8e8ab77394b6027dad1cd99daecbe]

        #86465# added style-name to draw:group

2001-04-27  jp  <jp@openoffice.org>  [bcae413f9416227ef00f5ed00b9397782337951a]

        use Collator for international string compare

2001-04-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [67542dcad38e6fd7ad143a40bd4d776aea3cee03]

        major version in dll name

2001-04-27  jp  <jp@openoffice.org>  [5886a137d66013460d86951c251389969df1a92a]

        use Collator for international string compare

2001-04-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [72d56cebee838f2e026ab11a05fa963894e476d9]

        ole32 depends on tools32

2001-04-27  jp  <jp@openoffice.org>  [b22c04fc8f64627857d4d592c6dca6be3a703f35]

        use Collator for international string compare

2001-04-27  Mikhail Voitenko  <mav@openoffice.org>  [b94aa3bf629b9fc54e1f01e66a479f0c3154d323]

        #83779# new XPasswordContainer interface

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [ef133aff9b07a2c80392ce65e1a59e52edccce46]

        resetPages: do a ShowPage(GENERAL) before removing pages

2001-04-27  Michael Brauer  <mib@openoffice.org>  [5e2d4eb38def94f43d35f0f7db859fe2dedd110e]

        #86397#: unnecessary call to DeleteAndJoin removed

2001-04-27  Michael Brauer  <mib@openoffice.org>  [65b7a624b9235878b94b7101f5f2c3aec04facfb]

        #86397#: set block mode

2001-04-27  Michael Brauer  <mib@openoffice.org>  [abb55bef9593ac20ec8e307b2cb8ce8927f5e901]

        #86052#: Handle OLE object while converting text blocks correctly

2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [765c1ca95b1b60ab2a428052ebfbbbc671c956b4]

        support multiple icons

2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [f4f47299f31894372521875eda0b15ab65d4dfcb]

        SetIcon implemented

2001-04-27  Rüdiger Timm  <rt@openoffice.org>  [e7ca91cadec1963547e5be7e06be243f296f096e]

        use new perl deliver via environment variable

2001-04-27  Kai Sommerfeld  <kso@openoffice.org>  [29c05cdeb2ece95808cef6558905ea5881adbccc]

        #86409# - Fixed syntax error.

2001-04-27  Andreas Bregas  <ab@openoffice.org>  [3b309af2b7e41412df73776c78ada211b49ca93d]

        Fixed bug concerning SRCBUFFERTOSMALL handling

2001-04-27  Ingrid Halama  <iha@openoffice.org>  [1c79e2e038d9929590f0dec2de3a0f4857b62d96]

        added Cached(Content/Dynamic)ResultSet(Stub)Factory

2001-04-27  Ingrid Halama  <iha@openoffice.org>  [e8c36727f6797fccb5f2f10a82eb64e056bbb7d9]

        #86308# new

2001-04-27  Ingrid Halama  <iha@openoffice.org>  [9bc419efdd31e0660cc470d0aa7e3f32f7ee3824]

        #86306# new

2001-04-27  Martin Gallwey  <mtg@openoffice.org>  [fd22add0d9a7a6b99cd97f0ac34bc8efcf9065f8]

        #86409# initial import

2001-04-27  Martin Gallwey  <mtg@openoffice.org>  [fa2de5099c00fabb952c039269f23f7f3689c586]

        #86409# Support encryption in package files + a couple of optimisations

2001-04-27  Kai Sommerfeld  <kso@openoffice.org>  [a83de8f0a2252a81b0653a91961b353b03dc46f9]

        #86409# - Fixed folder properties table (index out of bounds).

2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [8b01a59d095a6a340142959c0c624b942a3537a1]

        use LoadImage instead of LoadIcon to share resources

2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [4b661ea732c6e89b2040e38ad7f349614c409615]

        support multiple icons

2001-04-27  Andreas Martens  <ama@openoffice.org>  [a19b7fb2c7bc3f3abf53f944a047df932880b768]

        Fix #84283#: Saving wrong word information during splitting and joining paragraphs

2001-04-27  Philipp Lohmann  <pl@openoffice.org>  [99d9e3ebb17af5ec35b79cd6b2fa9efb4e2d13bc]

        #86361# strikeout positions are determined independently

2001-04-27  th  <th@openoffice.org>  [1df88599e5607613b06e14becef15836197ec01e]

        Shaodw-Changes removed

2001-04-27  Thorsten Behrens  <thb@openoffice.org>  [358c1aa4f7c1005a23d4928fe59a6a5c8717a506]

        Altered prev. changes, avoids API change

2001-04-27  Thorsten Behrens  <thb@openoffice.org>  [125902e607060f1d8f12290556f2fc255bf0c005]

        Altered prev. changes, avoids API change

2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [5e93c1b79249f9191715a5a7361bcf891477db12]

        CalcMinimumSize now includes sizes of checkbox and radiobutton

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [520e0b5444f73b33e2e01bfc49b7ad24b18178f7]

        #86464# no SaveModified if not IfModified

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [ca08f7e4b8d702f450dbc82db41f4366ff72a5e7]

        #86464# IsModified before SaveModified

2001-04-27  Stephan Schäfer  <ssa@openoffice.org>  [f54656847e3a01658012f8032f1cb67b585cd373]

        messagebox with checkbox

2001-04-27  Tino Rachui  <tra@openoffice.org>  [5afada7d8fea380ab14712a698bd66e90870cbfd]

        *** empty log message ***

2001-04-27  Tino Rachui  <tra@openoffice.org>  [d36345edd9dc2b7f00933ac34b3e29ed002ddbcb]

        *** empty log message ***

2001-04-27  Philipp Lohmann  <pl@openoffice.org>  [7ddd39239c37d8a9b58f4c8fc17ff2b47fe0a20b]

        look in /usr/local/lib also for libsane.so

2001-04-27  Tino Rachui  <tra@openoffice.org>  [f8290c49bd732f8e9cf8241aa66c5917916002b7]

        *** empty log message ***

2001-04-27  Frank Meies  <fme@openoffice.org>  [92a789bfe6b6eee68efb63bfbd9c2431c6380cb6]

        Fix #75969#: Spellcheck considers deleted characters in redline mode

2001-04-27  Tino Rachui  <tra@openoffice.org>  [4073221e0a0b89404c4d06fc9e83de51f8e5df22]

        ShellExecuteEx added

2001-04-27  jp  <jp@openoffice.org>  [250a988c541adeace0a6f2e0a4d5ebf1b4b6454f]

        correct asking of NO_OLE flag

2001-04-27  Kai Sommerfeld  <kso@openoffice.org>  [7de04a1b44ee2a5b976251519bd8d9b2fb9f6f2d]

        #86409# - Updated documentation.

2001-04-27  Kai Sommerfeld  <kso@openoffice.org>  [47c8fd5e04637e316a0553a98a2f6aa6330fc5db]

        #86409# - Added support for properties "Encrypted" and EncryptionKey. Property "Size" no longer supported at package folders.

2001-04-27  Christof Pintaske  <cp@openoffice.org>  [6cacaeaa9f4e858f9f4f05e1171d93c8f4faba8a]

        #86042# allocate fontdata on heap since it is not deap-copied but referenced

2001-04-27  jp  <jp@openoffice.org>  [28452d9a8a4f7334f3a92c458246017134ddbfe5]

        new SvxColor::GetVersion for COLOR_AUTO conversion

2001-04-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e7ca023fa514b19d8775901677928662399cb9a5]

        get symbol names from unix mapfile

2001-04-27  Mathias Bauer  <mba@openoffice.org>  [e83ab18670ed7ab4797985b3f5103141327d471e]

        #83674#: handle drive names in autocompletion

2001-04-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f99e350144322c466e61abf8f1723720a0f3d2f]

        generate windows c exports form unix mapfiles

2001-04-27  Caolán McNamara  <cmc@openoffice.org>  [c6bdb52f6500d457318bb21081d9d70b6c36da8b]

        ##826## Allow borders set in styles to be removed by sprms with empty line descriptions

2001-04-27  Oliver Specht  <os@openoffice.org>  [9bbd990ab60481ae8232e5c1a425d8a573c2703f]

        password at each section

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [bd4fbd779fe88b929f66efd53a7d415a0205d6c2]

        #86416# in the DBG_UTIL version, implement the copy ctor to allow correct instance counting (DBG_CTOR)

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [47b7094a67e0e337f6b01f7b2cb2bd22197b600a]

        #86416# disposing: clear m_xConnection to ensure that the parent connection can be deleted

2001-04-27  Oliver Specht  <os@openoffice.org>  [63bd58dd02d3360e432bfcef769a376e4a32ba0c]

        business card without online view

2001-04-27  Oliver Specht  <os@openoffice.org>  [f148c6214b1fbc5862f3fc74f449447f42672422]

        Redline password

2001-04-27  Oliver Specht  <os@openoffice.org>  [4a16c9a6e9faf610ccefb44d5ea1e484c92388ca]

        #86296# SwPageFtnInfoItem::Query/PutValue impl.

2001-04-27  Oliver Specht  <os@openoffice.org>  [b48f4e99e1d2935f84bc2fac1e6670dd83939673]

        #86296# use page descriptor only if necessary

2001-04-27  Dirk Völzke  <dv@openoffice.org>  [4ace5f56a72d08de9907dbf4a7f340672787cd3a]

        #84092# added HID_FILEDLG_LINK_CB

2001-04-27  Oliver Specht  <os@openoffice.org>  [594ccae7cb8ac1ddc395daaf18b1633d80481b3c]

        Redline password

2001-04-27  Dirk Völzke  <dv@openoffice.org>  [06909c1ec509cecc15428082dac9f27bf438cd5d]

        #84092# use the FilePicker service

2001-04-27  Dirk Völzke  <dv@openoffice.org>  [555e0a3118fccbe1073cecc506d332e8c545cdc6]

        #84092# removed #include iodlg.hxx

2001-04-27  Dirk Völzke  <dv@openoffice.org>  [6ce47bef5776378f9112b9fb59e0a34a88a6fadf]

        #84092# register FilePicker and FolderPicker service

2001-04-27  Dirk Völzke  <dv@openoffice.org>  [c9127e87ad921676129961233de43fa93e9e37a7]

        #84092# use new FileOpenDialog_Impl which uses the FilePicker service

2001-04-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f8af803e1b015d27adaee26fa766a16e3bafd6ad]

        typo

2001-04-27  Ocke Janssen  <oj@openoffice.org>  [df99617be065a0c45f11928f6560d30f2bc8393e]

        #86293# impl more type defaults

2001-04-27  Ocke Janssen  <oj@openoffice.org>  [9f819eba8756ba7cd27eb1ccad536fadc33784c4]

        #86293# impl copyCtr

2001-04-27  Armin Weiss  <aw@openoffice.org>  [1ca27d7c3744e794057b580597a40362329fbb87]

        #UndoRedo# added handling for Undo/Redo to FuSupport method

2001-04-27  Armin Weiss  <aw@openoffice.org>  [ae623dbbb66ce02e6fe20c1f44889f14c0e46bc0]

        #UndoRedo# added handling for Undo/Redo and text getting to GetMenuState method

2001-04-27  Armin Weiss  <aw@openoffice.org>  [8807170a893b78469e359e551ab6f284d92a30d2]

        #UndoRedo# added registering of Undo/Redo controller

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [47bfeb2b60950bf5c4faa476639596194c0c769f]

        #86267# simulate EmptyIsNull only if appliable

2001-04-27  Armin Weiss  <aw@openoffice.org>  [718b3d5a7c45734534e5bc2a656af9df0f2bdcb9]

        #UndoRedo# added slots for Undo/Redo and GundoStrings/RedoStr

2001-04-27  Armin Weiss  <aw@openoffice.org>  [c375d514d669272ebb13db5281380f122d87a1dd]

        #UndoRedo# added include for SfxStringListItem

2001-04-27  Oliver Specht  <os@openoffice.org>  [61a1e7459a1b4ba4fa957d03ffe3ea7421f9610d]

        initial selection corrected

2001-04-27  Dirk Völzke  <dv@openoffice.org>  [b88fad0e33a1f594a6efc983d83b850e7aa899c9]

        #84092# added filedlghelper.hxx

2001-04-27  Caolán McNamara  <cmc@openoffice.org>  [dd61d55d0916c3e70a3545afda8a4d6487475863]

        ##826## Allow borders set in styles to be removed by sprms with empty line descriptions

2001-04-27  Kai Sommerfeld  <kso@openoffice.org>  [2d01dd742a3f2f7fa606aeca065244b5a6f160ca]

        #78373# - some small format changes to get more conform to other service descriptions.

2001-04-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [84e785dad632e096282bf28892f3425392002525]

        typo

2001-04-27  Dirk Völzke  <dv@openoffice.org>  [6ac046eb5e7586edea1da25b0951ddfe115f6c36]

        #84092# added iodlgimpl.cxx

2001-04-27  Jörg Budischewski  <jbu@openoffice.org>  [730e4ba94318e25b13a3ed3b27d8625ccde8c938]

        deprecated osl_copyPipe and osl_destroyPipe removed

2001-04-27  Jörg Budischewski  <jbu@openoffice.org>  [b632e53f847dd922ffb6decfc34e8303a85643fd]

        deprecated osl_copySocket and osl_destroySocket removed

2001-04-27  Daniel Boelzle  <dbo@openoffice.org>  [54a92a8d350ecd089328d3ce064984fd2981523e]

        commented out c bridge tests

2001-04-27  Jörg Budischewski  <jbu@openoffice.org>  [a12a920dd47e772028e897d7f2f7aaf9cdb70175]

        deprecated copySocket and destroySocket removed

2001-04-27  Jörg Budischewski  <jbu@openoffice.org>  [23ce0c0495ddda6f286c498433d46f71faaa07d0]

        deprecated copyPipe and destroyPipe removed

2001-04-27  Oliver Specht  <os@openoffice.org>  [b3c63e5903e2733b130e4033764e3e345c585f2a]

        business card without online view

2001-04-27  Daniel Vogelheim  <dvo@openoffice.org>  [cdddb3ec0ea28fdc68b8a2a3278a0709bf85fca2]

        added: vertical character alignment in XML

2001-04-27  Jörg Budischewski  <jbu@openoffice.org>  [0236af2fc036978425632d4e95b047b699db09ed]

        deprecated destroyPipe and copyPipe removed

2001-04-27  Jörg Budischewski  <jbu@openoffice.org>  [3b9b7b409f407dbe8ad7daa70054f07d95c9a5ec]

        deprecated destroySocket and copySocket removed

2001-04-27  Oliver Specht  <os@openoffice.org>  [fefc2de28596b9e8c618af92db796e66b41d14af]

        new zoom type for preview added

2001-04-27  Oliver Specht  <os@openoffice.org>  [99ca167644951039cd12cad5ddc51d9c0b9b73c3]

        new zoom type for preview added

2001-04-27  Jörg Budischewski  <jbu@openoffice.org>  [ce7a70b4c112471fc8ac816b6f0813c1d311112a]

        replaced destoy with releasePipe

2001-04-27  Jörg Budischewski  <jbu@openoffice.org>  [4a5755ae7d429e187406d318fb0083f302d4c784]

        replaced destroy with releaseSocket

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [b30eec5d8b37dfdb21a248927f6097a61fb9dd10]

        #86247# _propertyChanged: exchanged OldValue & NewValue when forwarding the event

2001-04-27  Mathias Bauer  <mba@openoffice.org>  [745138a73b49a2a846a3fc2fbfb52cc50d674577]

        #83911#: connect Controller

2001-04-27  Dirk Völzke  <dv@openoffice.org>  [0d17b26bcca21c40c71247066e87cb616ea0cf19]

        #84092# added folderpicker.cxx and filedlghelper.src

2001-04-27  Dirk Völzke  <dv@openoffice.org>  [af25816f7ea317c382d1b0ae6f369cd9018aa5fb]

        #84092# iodlg.hxx isn't needed any longer

2001-04-27  Dirk Völzke  <dv@openoffice.org>  [d51baa99278e9d9c7850d8dee22ea20f30b71b88]

        #84092# Helper class for easier use of the FilePicker service

2001-04-27  Mathias Bauer  <mba@openoffice.org>  [b28aeb081d4e867853b13feaec36363dff3460be]

        #83911#: check ControllerCount

2001-04-27  Thorsten Behrens  <thb@openoffice.org>  [4cc5e7ca025ef16fc2e75ff69ca75942289ba252]

        Conflicts removed

2001-04-27  Ocke Janssen  <oj@openoffice.org>  [3f7c0880c7705badfdf41e5304775faed543ceff]

        new method to fit the statement

2001-04-27  Tino Rachui  <tra@openoffice.org>  [7f65614b15f1c5469040f2907261b3396455cbfa]

        *** empty log message ***

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [a541597e870ee960d7419c806def54775cbcd262]

        #86427# ::setFastPropertyValue: do not lock the mutex when rerouting the call to ::setFastPropertyValues (would never be cleared when property changes is fired)

2001-04-27  Ocke Janssen  <oj@openoffice.org>  [cd339c53ba5886341020773d1403f4f8468b3a52]

        wrong nameaccess asked

2001-04-27  Ocke Janssen  <oj@openoffice.org>  [6ad1a5a9a6a4b9a784608bf3446fea74d6002019]

        comment out the OSL_ESNURE in QualifiedNameComponents

2001-04-27  Ocke Janssen  <oj@openoffice.org>  [187adf523bd90e40aeed67667476adda1655e46e]

        new file

2001-04-27  Ocke Janssen  <oj@openoffice.org>  [8e289a55c727eebbbd4f2d9b8fdaf066c01c5ebf]

        UnoTunnel impl for the connections

2001-04-27  Ocke Janssen  <oj@openoffice.org>  [52478ca938fdd8629076bd33ce24e9e1cecdd657]

        UnoTunnel impl

2001-04-27  jp  <jp@openoffice.org>  [2cc5db66d732258ed685b989d026dd29f9e80d1c]

        don't ask a zero pointer

2001-04-27  Tino Rachui  <tra@openoffice.org>  [f0f3ba9f66b6d2013d198ebd1dacda59bdc46162]

        *** empty log message ***

2001-04-27  Andreas Bille  <abi@openoffice.org>  [e5b9a4f355ac660d0160f68523ef89d6698274eb]

        #78373# Idl-files describing service com.sun.star.FileContentProvider

2001-04-27  Andreas Bille  <abi@openoffice.org>  [7b011644340195902fea7ded1eaec4b41ebc050a]

        Added FileContentProvider.idl and FileContent.idl

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [068896220f396fa56b40312c8c504747f467c53b]

        #86303# use another content type for the own clipboard format

2001-04-27  Niklas Nebel  <nn@openoffice.org>  [137a8e5a58a3cbd7f79cee28a29fc82e66fe8f16]

        #86430# ToPixel: change 0 to 1 only if original value is not 0

2001-04-27  gt  <gt@openoffice.org>  [c24dd02dfe75ce8cb289b89f1ec2dabfa25d836e]

        #86478# AnalysisAddIn::getMultinomial(): exception when result exceeds valid range

2001-04-27  Daniel Boelzle  <dbo@openoffice.org>  [79b11177778727b6246277a89748ea21b3de80e0]

        feature: holding environments weak

2001-04-27  Kai Sommerfeld  <kso@openoffice.org>  [2b434778cc14b8adbdfb4e10ce258cf51e647eec]

        #86313# - Reintroduced service com.sun.star.ucb.PropertiesManager.

2001-04-27  Kai Sommerfeld  <kso@openoffice.org>  [b4b6dcee0b0b4a2b9b1b315f6eea3060f280405d]

        #85325#, #86313# - Added ChaosContentProvider.idl, ChaosContent.idl, PropertiesManager.idl

2001-04-27  jp  <jp@openoffice.org>  [34d06d764af2fe215721a1ddf0357d02a37415b6]

        litte optimizations

2001-04-27  Kai Sommerfeld  <kso@openoffice.org>  [f3591cd1d22600f27a0783c3e93b6009d0846647]

        #86313# - Initial Revision.

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [5b8030dd2d990c756992c6ccc5bfa2b5abe78878]

        removed stubs.hxx

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [d8b4c4dbaa5bc3ced88f7ce0a0b06652cdc16fda]

        +implDeterminedState - needed to correctly implement CheckButtons

2001-04-27  Herbert Duerr  <hdu@openoffice.org>  [aada182aa9281f698c0134d051fcd4eff762bdd5]

        perf: avoid unpredictable branch in innermost loop

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [545f601d90a0dafa0239c9d5b861b5a7973ed4b8]

        #86370# disallow UTF-8 for dBase and text data sources

2001-04-27  Gregor Hartmann  <gh@openoffice.org>  [d79420b8a2c245ad1004570afa50d4890f573105]

        Add metatags for Application Names and remove requirement for END tag after NAME tag

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [c4963a8c13a755d9e9cc3701abffcb0a739b520b]

        #86370# +adjustUTF8

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [ca5e1ea1265843ed620c1a441f1ce879e9872cd5]

        #86370# add UTF-8 to the list of supported charsets

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [8fbed26652f891f0edc18d42dc50145c999aa3a3]

        #86370# add UTF-8 to the list of supported charsets

2001-04-27  Michael Brauer  <mib@openoffice.org>  [784c8a77d6f70ef4c5872ee983e208218d27b590]

        #86116#: char vertical-rel for character bound frames changed to text

2001-04-27  Oliver Specht  <os@openoffice.org>  [7cdc9d86622cc92799db719ab5f47371c615fa59]

        #86421# draw mode corrected

2001-04-27  Oliver Specht  <os@openoffice.org>  [4eb9f0789b36ae1f301c0046c555914ff560f89e]

        #86421# fixed text width increased

2001-04-27  Frank Schönheit  <fs@openoffice.org>  [b74c019a83f81c232c31d1508d09bd9a6d83b712]

        removed stubs.cxx - file is not used at the moment

2001-04-27  Oliver Specht  <os@openoffice.org>  [72b4ac59c01034cd0ca8efd0c5d7ebd7ed3c1a2c]

        #86402# ::setPropertyValue: except if readonly values should be changed

2001-04-27  Bustamam Harun  <bustamam@openoffice.org>  [cdf0e2f82b45324bdc431cc0976b4f79cd7dea8d]

        Fix ScriptType and CharacterType enum to reflect the enum defined in CharacterClassification include files.

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [8ad060b1f6e530df4c823799b21542bb601ca925]

        Merge SRC630: 04/26/01 - 22:49:03 (NoBranch)

2001-04-26  jp  <jp@openoffice.org>  [af831166301be23f32f3e20a346f67ff0780d8ff]

        Bug #86433#: DTOR - remove not valid ASSERT

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [0f147abbbf8f47b5485bdbc85aeed69470e25e39]

        Merge SRC630: 04/26/01 - 22:45:13 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [a3ed3545538cae3481208fc378491e1b1a7ab4e7]

        Merge SRC630: 26.04.01 - 22:40:13 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [362d3e0f532a436012bbe7a59a66ec1ce6585fca]

        Merge SRC630: 26.04.01 - 22:38:03 (NoBranch)

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [3c246252d32ea950602d0faa6c246ea28eb84554]

        Merge SRC630: 26.04.01 - 22:37:34 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [e263e18ccb5e3e35ddd9df196e9d979097cc190c]

        Merge SRC630: 26.04.01 - 22:37:48 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [de74c7a520e9dda010cf53a56cc0190af6b5dd80]

        Merge SRC630: 04/26/01 - 22:36:59 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [ecb3f6180a248350ef1d54d6dfc000948fa04259]

        Merge SRC630: 26.04.01 - 22:36:04 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [98b57901204862229c6b6cf9e0cd56e0ca3e1c3f]

        Merge SRC630: 26.04.01 - 22:35:41 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [cca3bc2d67b2566058f651b7af6c38cfdbe3fccd]

        Merge SRC630: 26.04.01 - 22:36:05 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [2f93353a60651445f2ae56dd06a605d26e621059]

        Merge SRC630: 04/26/01 - 22:33:34 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [70980ec87fb93dff18ae82b45b2ffbd019a49524]

        Merge SRC630: 04/26/01 - 22:33:11 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [7611a2aed0236551d54641ef061159a64807f27a]

        Merge SRC630: 26.04.01 - 22:32:56 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [715776a62f38da4456b44ad0aaa4beec5febe465]

        Merge SRC630: 26.04.01 - 22:31:51 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [ad707edb2796fa923451b730a3cc5258b681d2bf]

        Merge SRC630: 26.04.01 - 22:32:12 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [1f9a4fc5601ed8b23ecdf9538147aa171b7e1ec0]

        Merge SRC630: 26.04.01 - 22:31:39 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [af159a4921b64eb915696425b3674fb18dd4438e]

        Merge SRC630: 26.04.01 - 22:30:06 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [dd6830cb8faf017716a2f641b1f98c29a06fac72]

        Merge SRC630: 04/26/01 - 22:30:11 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [da11d57d7ed2438d55f6c4ed1f6a6cf677668a6b]

        Merge SRC630: 04/26/01 - 22:29:58 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [a2bb459bed05419485a068d9a47d713cfc809052]

        Merge SRC630: 26.04.01 - 22:27:35 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [25fe838ac1d496c8131231fde1a63717e62737ee]

        Merge SRC630: 04/26/01 - 22:27:30 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [5301dcac856474d3206a0cd8bdc4cc350e9aab46]

        Merge SRC630: 26.04.01 - 22:27:11 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [309602128a2751ef22175091933dfd16bd30c831]

        Merge SRC630: 26.04.01 - 22:27:22 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [b7ee6a9b9969ce2762a8a54f413eb8adfd72bc9f]

        Merge SRC630: 26.04.01 - 22:26:33 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [f56994ecc6f0064013f26e79c69d84ff4af24a67]

        Merge SRC630: 04/26/01 - 22:26:25 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [b6ea1d19f4b91c25e6f4109034cb8ac8566b4d63]

        Merge SRC630: 26.04.01 - 22:25:34 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [1ff865f6155d02f505d9f91c2b6b5a64b3fcf026]

        Merge SRC630: 26.04.01 - 22:25:32 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [0621d73f88ce740c201a4101fa58b9f4c654dec1]

        Merge SRC630: 26.04.01 - 22:25:06 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [a7562422af7ea910e65f72cab771a9fc331aa549]

        Merge SRC630: 26.04.01 - 22:23:36 (NoBranch)

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [fddd7b420b637548ac872f7b21e2a8368756af22]

        Merge SRC630: 26.04.01 - 22:23:41 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [3d345d452bc8de08fb8865fa1cc0c1649614255b]

        Merge SRC630: 26.04.01 - 22:22:21 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [1249c371cdc0f97004e5ae0eb5dc63b0c810f927]

        Merge SRC630: 04/26/01 - 22:23:19 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [c7c5a7967f3f8a7b359ccb8730e0b0354b434aec]

        Merge SRC630: 26.04.01 - 22:23:20 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [5e4fa28b1079878c9278be96b7fd7a8e6d432e00]

        Merge SRC630: 26.04.01 - 22:22:10 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [5577fa54984c8e5fd9d232c4185c941c9239a902]

        Merge SRC630: 26.04.01 - 22:19:46 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [fc342af06d05bce1bfc799dd0fa7000bccee94e6]

        Merge SRC630: 26.04.01 - 22:19:38 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [cbeabec151aa7ca07a18ff189e2670f8d76babbc]

        Merge SRC630: 04/26/01 - 22:19:27 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [4618e46597a91728779ea56dadd625fc60dff620]

        Merge SRC630: 04/26/01 - 22:19:04 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [3282b1fd58a2a83b425d2a30862763a68f36acf4]

        Merge SRC630: 26.04.01 - 22:18:14 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [d740eda1db75e3eafd8904b976c98e35e0eb35b5]

        Merge SRC630: 26.04.01 - 22:18:02 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [7230953d912e72c6d6e10733693573622237f499]

        Merge SRC630: 26.04.01 - 22:17:44 (NoBranch)

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [edc6894ea764995b6f5c5744489de27f579f1f49]

        Merge SRC630: 26.04.01 - 22:17:09 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [c251bf4549de5dee9acaedb462e2d8282a9cbeec]

        Merge SRC630: 04/26/01 - 22:16:49 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [a2575bf300217c3b19d5eaa1c432ef43bfe3db9e]

        Merge SRC630: 26.04.01 - 22:16:13 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [baa6c69c60f427162564a5a00df040cc9b83d312]

        Merge SRC630: 26.04.01 - 22:16:25 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [4695d1bc28e5a7672e1619577cf8e2118d07dbf0]

        Merge SRC630: 26.04.01 - 22:15:17 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [c55050166a148db12adff8f144b55f0b57263dd4]

        Merge SRC630: 26.04.01 - 22:15:21 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [9b5351487375348881feaacacef3ed2680d430a6]

        Merge SRC630: 26.04.01 - 22:14:17 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [5d993e5a41a37f70bdf4e802644f73e5ef0b6447]

        Merge SRC630: 26.04.01 - 22:14:29 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [99cd08d4e4da1e60285890b25cea8c560c2c5f10]

        Merge SRC630: 26.04.01 - 22:13:44 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [3259229c2afc85b35d2c9225e9cea495f9c8d2d6]

        Merge SRC630: 26.04.01 - 22:12:32 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [a3bef566a90a786e873927f4c0587f8ffdd09b8c]

        Merge SRC630: 04/26/01 - 22:12:17 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [f40fc7f54248a1a8bb9cc4990f80b7fa1769fabc]

        Merge SRC630: 26.04.01 - 22:11:56 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [3b021055c5486f5e6176f017ae07fa6c6fec8285]

        Merge SRC630: 04/26/01 - 22:11:11 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [bd65e37c7895edfe38f74a08813eb7d5320bf08c]

        Merge SRC630: 26.04.01 - 22:10:43 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [0bf01c869f1ab90b7c9fae1ee43f0ea267250c40]

        Merge SRC630: 26.04.01 - 22:10:32 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [6d2f61c9b0d067fea1c8b474b6e268eb6f6862a2]

        Merge SRC630: 26.04.01 - 22:10:29 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [13eef711dfd7ae6ba69d0a634c8798f5ecd038d6]

        Merge SRC630: 26.04.01 - 22:08:54 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [ea41d957a7728050bc031e9d6dc757405de0582f]

        Merge SRC630: 26.04.01 - 22:08:58 (NoBranch)

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [461a4dfc1f9474279c39deb3d35497760d18b5e9]

        Merge SRC630: 26.04.01 - 22:08:54 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [c9b471bd5d7b96f3e742cbc0453750f19f5002eb]

        Merge SRC630: 26.04.01 - 22:08:00 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [372a7c36c12a7f84b294750e94603d96ee7e3802]

        Merge SRC630: 26.04.01 - 22:07:13 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [fcbfb7f288072fe81a63f989e1d25fc45710ba9f]

        Merge SRC630: 26.04.01 - 22:06:00 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [afe1ff1f265ff055237ea1f9dbfd3dd9147ff82a]

        Merge SRC630: 26.04.01 - 22:06:17 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [e91e1c6f92eac51ce6ba6316780392feaba62551]

        Merge SRC630: 04/26/01 - 22:05:58 (NoBranch)

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [12fcc1326c87337117f8dfa85c9353c9b72601c2]

        Merge SRC630: 26.04.01 - 22:05:14 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [b080b6c88ddb0dc617f6d7a501ce809caaec8c43]

        Merge SRC630: 04/26/01 - 22:05:03 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [4d7bf065c471a46e1601922a57d52493937cff66]

        Merge SRC630: 26.04.01 - 22:04:42 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [0d3d6728cec04d5a64022fd27b1e179e0b3230f5]

        Merge SRC630: 04/26/01 - 22:03:37 (NoBranch)

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [fec832ab4df6a84c91cfb38f0fa0c797970a379e]

        Merge SRC630: 26.04.01 - 22:02:30 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [5c96bea7d2c8ae09f3563036e80d1316cdc63718]

        Merge SRC630: 26.04.01 - 22:02:13 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [ab7bc9dfd6262e1074dcc4a11bb52cc41410ed3d]

        Merge SRC630: 26.04.01 - 22:02:15 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [9186ff0074498288088b33a17dbad465b748e5a7]

        Merge SRC630: 04/26/01 - 22:01:12 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [ddb61e7c3cd193325733d8131c84bcf008366084]

        Merge SRC630: 26.04.01 - 22:00:31 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [23e463682232259facbd5e71f3e610c66345f691]

        Merge SRC630: 26.04.01 - 21:58:05 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [215111babd5ba73c62fe7118da56f86c50e9f847]

        Merge SRC630: 26.04.01 - 21:58:00 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [5b13e041aa4ceb713c5f0e727d9ed989c2113072]

        Merge SRC630: 26.04.01 - 21:57:02 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [7ec5121a21e95bae826c96f8f2297b608ec6b90e]

        Merge SRC630: 26.04.01 - 21:56:52 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [f1ceee138820ab751af99894985b97e2ac2ea099]

        Merge SRC630: 04/26/01 - 21:57:00 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [3d07d4ad8267472f43548b02cdb0b2886b96402a]

        Merge SRC630: 26.04.01 - 21:53:44 (NoBranch)

2001-04-26  Kai Ahrens  <ka@openoffice.org>  [ef812a004dcf1bac3ad90623f477228487108b99]

        added PrinterOptions

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [9e452efb363543741ad05bd43ee3215a99203af9]

        Merge SRC630: 04/26/01 - 21:50:50 (NoBranch)

2001-04-26  Kai Ahrens  <ka@openoffice.org>  [be3c2fa65749d2d61e10c08ec05980ed5e4d90b4]

        initial revision

2001-04-26  Kai Ahrens  <ka@openoffice.org>  [49b1b3c6a54d0ca5eea14dde40080426d476deca]

        initial revision

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [66e8a6470fc28e0ec5d4479acf58f22c7d3cf886]

        Merge SRC630: 26.04.01 - 21:50:28 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [ad243461dd0851e7d07955c36babc2587b8ee610]

        Merge SRC630: 26.04.01 - 21:50:26 (NoBranch)

2001-04-26  jp  <jp@openoffice.org>  [61efeed7432802a6598172fa7d057c29efa082b3]

        Bug #85119#: ClearDoc - works now also if a view/layout exist

2001-04-26  jp  <jp@openoffice.org>  [f204aa837583b70047b5ca15c04e6ad31b0d8377]

        Bug #85119#: optimize UNO PreView of documents

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [99c3a8d6593262804dddefc59304a6f6772fa499]

        Merge SRC630: 26.04.01 - 21:44:50 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [87b135ad373fda33514efcec05f59dc1b85188be]

        Merge SRC630: 26.04.01 - 21:41:39 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [9240a7b82a8d575f3aeed0c55ff6673563d7c506]

        Merge SRC630: 26.04.01 - 21:41:06 (NoBranch)

2001-04-26  Kai Ahrens  <ka@openoffice.org>  [1969deb502476b111a5112777db1b8fa1ce05079]

        added PrinterOptions

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [b5b827d63fae0abf63124f176fe0dcf92551df36]

        Merge SRC630: 26.04.01 - 21:39:10 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [7418ece0dbe3e8887dfe694cc945aa63c7ff17c9]

        Merge SRC630: 04/26/01 - 21:38:28 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [5328e1653c2fc6a259bcb53603341f32c513f6de]

        Merge SRC630: 26.04.01 - 21:37:56 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [d629e2ff4a8c979a896bb7491fdeedd3f73d945a]

        Merge SRC630: 26.04.01 - 21:37:37 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [f11ddab27116be07015662f61e569e3826b94be3]

        Merge SRC630: 26.04.01 - 21:36:08 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [67a61af0fe88c8e2f8138d1866ad9fb7215ca6c7]

        Merge SRC630: 26.04.01 - 21:36:22 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [b13f54247ea3abd350291683e3f9dcef6f14cbb7]

        Merge SRC630: 26.04.01 - 21:35:59 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [e4332ed8bbce0262dea800f7503d65bf697d8a6a]

        Merge SRC630: 04/26/01 - 21:35:56 (NoBranch)

2001-04-26  jp  <jp@openoffice.org>  [bf3ffecd53002823301a51ffc91eace0a7022e60]

        Bug #85119#: optimize UNO PreView of documents

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [7aaa06b0e7fe651a1db44db5c75a7a55f8f1bfb2]

        Merge SRC630: 26.04.01 - 21:34:25 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [fec92cbf5420b4f89967a2ba1f49c1dea358ef61]

        Merge SRC630: 26.04.01 - 21:34:19 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [2c4c43b1cd64352a7ec10b341cffaa7db93898c3]

        Merge SRC630: 26.04.01 - 21:32:53 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [dcf10168a7ff9a298e60af12a23264a776c49d21]

        Merge SRC630: 26.04.01 - 21:32:15 (NoBranch)

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [044511ddf9aa6ea98e5980a153cf83e24024192f]

        Merge SRC630: 26.04.01 - 21:31:14 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [a7aee5b8cfcabcfd9b27e20a3d905f9869762c0a]

        Merge SRC630: 26.04.01 - 21:30:52 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [be9dad2358451e0894e5fbc9d2709bd4de161340]

        Merge SRC630: 04/26/01 - 21:30:25 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [b321079ce44e3f1296decf63a4d861a6d1cf5c04]

        Merge SRC630: 26.04.01 - 21:30:29 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [6951fc9ee4e7d09a746a038a49573a17920f0003]

        Merge SRC630: 26.04.01 - 21:29:47 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [fbd1f185c4193c58084df5855512d89e52a50c66]

        Merge SRC630: 26.04.01 - 21:29:23 (NoBranch)

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [b9d66bfc0ee80757d20ee124e414ae9e5df51e3f]

        Merge SRC630: 26.04.01 - 21:27:59 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [faea8fdf4e638021bfa5adf7aca9ed980244943e]

        Merge SRC630: 04/26/01 - 21:27:42 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [9579abceecf51d7220348373f0ae53651aed6f20]

        Merge SRC630: 26.04.01 - 21:26:22 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [254e98102dbb2281def00a762bb408060e93f1bf]

        Merge SRC630: 04/26/01 - 21:25:45 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [f9942084208ff63b0f21517617cf19460c6a792b]

        Merge SRC630: 26.04.01 - 21:25:07 (NoBranch)

2001-04-26  Niklas Nebel  <nn@openoffice.org>  [19cddfdc2035ce49a490dcd1ad3a13cf776d2622]

        initialize bHistoryDisabled also in ctor with ResId

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [ea77bdc4b53ddd2598b7cf0648c6788c6b4e6074]

        Merge SRC630: 26.04.01 - 21:22:03 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [5b0f4bdd11a32057eb62d827477b67e8e10bb654]

        Merge SRC630: 26.04.01 - 21:20:24 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [e26e38e85f9356dfd750ac9f5a195399c356faa7]

        Merge SRC630: 26.04.01 - 21:20:18 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [73e7f04de97fb04ce836b69d07d78204bec4e954]

        Merge SRC630: 26.04.01 - 21:19:50 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [7ab9a9281649cfd26ffc94c4379215b33b8cd8c5]

        Merge SRC630: 26.04.01 - 21:17:55 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [5f14f778a857b842a0e0392018b0e3ce95167d7a]

        Merge SRC630: 26.04.01 - 21:14:55 (NoBranch)

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [103a6898ea2ad7445de59e9e4c8a0ce06aecaab7]

        Merge SRC630: 26.04.01 - 21:13:19 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [78c1e09c5f9b40657e363bffa0f88540d822e5f3]

        Merge SRC630: 26.04.01 - 21:08:37 (NoBranch)

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [1f716612f9ce34fe33fc719f6700163c4b910bf8]

        Merge SRC630: 26.04.01 - 21:08:52 (NoBranch)

2001-04-26  Thorsten Behrens  <thb@openoffice.org>  [97f9195177661078de81f928f729bd2a803e8d27]

        Adaptions for player (smart forms support)

2001-04-26  Thorsten Behrens  <thb@openoffice.org>  [e6a05797c81e9a48ae6035fc85ceeb85fe6f7c93]

        Adaptions for player (smart forms support)

2001-04-26  Eike Rathke  <er@openoffice.org>  [a3fcdab3d01e7a83b378a4381d6e0d27894fd3ce]

        replaced QUARTER_WORD with QUARTER1_WORD .. QUARTER4_WORD

2001-04-26  Eike Rathke  <er@openoffice.org>  [b086c4397221aa55b6103eeb775ac4d066013b4b]

        replaced QUARTER_WORD with QUARTER1_WORD .. QUARTER4_WORD

2001-04-26  Thorsten Behrens  <thb@openoffice.org>  [253bc65f46e87ff89eb45a6bce5372f658db0a76]

        ConstructTempDir_Impl: merged in stuff from tools/source/fsys/tempfile.cxx

2001-04-26  Thorsten Behrens  <thb@openoffice.org>  [eb6dad2a6c68e773426d6a894d28fb06680bf0e9]

        Adaptions needed for player (SVX_LIGHT version)

2001-04-26  Thorsten Behrens  <thb@openoffice.org>  [52487d23bc9e52da558c499930190d396bba9919]

        Error handling in OpenSotStorage adapted

2001-04-26  Thorsten Behrens  <thb@openoffice.org>  [e54033b69bf753e372b9f43f3231d3e6ecdb75b0]

        Adaptions needed for player (SVX_LIGHT version)

2001-04-26  Sander Vesik  <svesik@openoffice.org>  [5aaa9541515674216a66b24dacbf1dc483353600]

        IRIX actually does have dl functions, so remove #define that says otherwise
        
        Contributed by: The SGI OpenOffice porting team

2001-04-26  Herbert Duerr  <hdu@openoffice.org>  [fc2fd0ec1cd6246634124944113ba9e1beaa9de5]

        prefer embedded bitmaps even for antialiased output

2001-04-26  Sander Vesik  <svesik@openoffice.org>  [dc5c7f2996ecbc75baee708d97087a3eea6c3e6f]

        Merge NetBSD changes to trunk

2001-04-26  Sander Vesik  <svesik@openoffice.org>  [b81e58ca3c828b711bd7df763819f1e53fe6241f]

        Enhance endian support on IRIX.
        
        Contributed by: The IRIX OpenOffice porting team

2001-04-26  Sander Vesik  <svesik@openoffice.org>  [90b31f1a0a23ff2ea2b58f5f5ed7d28d97d41b7f]

        Enhanced endian support for IRIX.
        
        Contributed by: The SGI OpenOffice porting team.

2001-04-26  Kai Sommerfeld  <kso@openoffice.org>  [e781bb68133eb7d3409cf5ca6e01a1a0d56ceef2]

        #86313# - Removed deprecated service com.sun.star.ucb.PropertiesManager.

2001-04-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e84edb2638fd4c14432d4c33d633a5e3c5cd0fc]

        task force fileurl

2001-04-26  Dieter Loeschky  <dl@openoffice.org>  [f7a6ec73a6bb5f54e2751938c309ff60690f62ce]

        #86459# Command(): consider cursor position

2001-04-26  jp  <jp@openoffice.org>  [d00a6f21a62740fb872ba8b9d0a2877710d50864]

        Bug #86207#: ole counter as global static

2001-04-26  Sander Vesik  <svesik@openoffice.org>  [c52a2d6b5d412ed840c99e0f52bc703ab45ce287]

        Insert a debug printf to help new ports with NO_DL_FUNCTIONS

2001-04-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b5ff62e724c0614efa14bfc2e552854decfbf365]

        preparing versions in library names

2001-04-26  Sander Vesik  <svesik@openoffice.org>  [2f0ca574e07456fe53f47a42f728ae1ed0a07e25]

        Add support for IRIX.
        
        Contributed by: The SGI OpenOffice porting team.

2001-04-26  jp  <jp@openoffice.org>  [0a61340ef58daf1c9772844c23817e89b686edd4]

        function definition corrected

2001-04-26  Philipp Lohmann  <pl@openoffice.org>  [af5708342197b61ea02a472adfc043f03e4af4b2]

        #86413# delay connection lost exception to main thread to avoid locking problems

2001-04-26  Andreas Schlüns  <as@openoffice.org>  [dfad421c310ee1972e796af2454a2027411d57cf]

        #86381# support new and wizard menu

2001-04-26  Mathias Bauer  <mba@openoffice.org>  [17ad7b25df2fd0c696a170d1b95d4baf21b14d23]

        #86203#: wrong default

2001-04-26  Jörg Budischewski  <jbu@openoffice.org>  [c9cc359e16dd9179e863133b4f665e451fdd68bf]

        #86413# moved SIGIOT from Terminate section to AccessViolation section

2001-04-26  Ocke Janssen  <oj@openoffice.org>  [f95c49692f24953ce5651808c5acaad1c9d38a12]

        #86405# when connection closed from outside don't reset the modifed flag

2001-04-26  Juergen Schmidt  <jsc@openoffice.org>  [f169e882612405013c02e8c45f38582df5c9fc74]

        removing leading stars in documentation strings

2001-04-26  Ocke Janssen  <oj@openoffice.org>  [7357a27874d42e8cb83d288f5b304b4dc3ecfa39]

        #85397# insert a better error msg when url is invalid

2001-04-26  Sven Jacobi  <sj@openoffice.org>  [32dff836cec8460ad6eb09ebb2bfc9b6fcf2b671]

        added some eps filteroptions : now it is possible to export text as bitmap

2001-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [3e685efa0c60acedf961706f8e290875c2042e43]

        changed footnote configuration to make it more consistent with the remainder of the format

2001-04-26  Daniel Vogelheim  <dvo@openoffice.org>  [155258d8bb7eb1dc77a43d52d3f7a4b1a12401bb]

        changed footnote configuration to make it more consistent with the rest of the format

2001-04-26  Sven Jacobi  <sj@openoffice.org>  [3cb15690a812f5ba4c06d2f5f12204350447220e]

        added methods which allow to read and write configuration Strings

2001-04-26  Christian Lippka  <cl@openoffice.org>  [94a34f41002fbfdc349ca2bb3a9a5981ab16d4f1]

        #82045# added document and view settings api for xml

2001-04-26  Thomas Benisch  <tbe@openoffice.org>  [da78440c332d081eb12f4d741e88c532382f7ff0]

        added ProgressBar

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [f7a8454152e71470e693de7d62cb669282cda52b]

        layout

2001-04-26  Christian Lippka  <cl@openoffice.org>  [177efe7a7f093a7428976c4468a5889dd70c16a0]

        #82045# added document and view settings api for xml

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [31fa6eb7eda65e57b887e31828bebe79c685c092]

        new version for SRC630

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [098c26f3b540741e09cf129fbd927018f6140268]

        there is not UnoControlImageButton - only a UnoControlImageControl

2001-04-26  Frank Meies  <fme@openoffice.org>  [2fd770d926d7e36ea89d8b23765b54b77111bf9f]

        Fix: Minor change in fly positioning

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [82156352d21b2d1bf8e0510e06309cc5643fbdb8]

        added support for data source associated bookmarks

2001-04-26  Andreas Martens  <ama@openoffice.org>  [cb275a67ff353ea543322fa30276f033dc15e029]

        Fix #86422#: Missing footnote container invalidation

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [06a7ad094d6b90c135bdd8f7a7339a04424c4fa1]

        added support for data source associated bookmarks

2001-04-26  Caolán McNamara  <cmc@openoffice.org>  [696679cd1a9bc5f3fea77a9c59baca1b4b9a69e7]

        ##777## table next row begin cp position not updated after row end properties fetched

2001-04-26  Caolán McNamara  <cmc@openoffice.org>  [17a9e1e9021f37201d32e933146a14669fcb1652]

        ##777## bInTableApo not saved/restored

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [8f15a970bdbad647b0a66c579f366e4950adec0e]

        initial checkin - access to the data source associated bookmarks

2001-04-26  Dieter Loeschky  <dl@openoffice.org>  [2b18f2ff3711e262b6e0e7e92fe84948e3cb9d0b]

        #86419# SdrPageObj: send repaint broadcast manually

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [2620c42c948d95dcde52b5487214c4677414ba66]

        file is alive, again - added support for data source associated bookmarks

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [0d0823a2a83e9b446668316e99baf63c4b6054a3]

        file is alive, again - added support for data source associated bookmarks

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [a699cc1cfe82423ac86b8cae77bebed6275c86e1]

        added support for data source associated bookmarks

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [def84ad26a05ab080c3f7586b0733bcdf7381d57]

        added support for data source associated bookmarks

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [3ec058096b97ff4b49346d7f70d656b4e5e682b4]

        +bookmarkcontainer

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [4ef1f871bb0170808bdbddf56cc7ff57832fbd48]

        no need to do single-action commits in the configuration anymore

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [22a8fee6f8814c58c08906b2fb1134ff7a5a1153]

        small corrections

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [16b7bde8990e3578af044977a8a4d6ae7c9f9ec4]

        initial checkin - container of data source associated bookmarks

2001-04-26  Christian Lippka  <cl@openoffice.org>  [025df17765eb14dc03acf7f3eb34c337ed2f18c1]

        #82045# added document and view settings api for xml

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [c9715f290c31f0432761cd500df32b47c1b6c373]

        resource loader working with ::rtl::OUString's instead of strings now

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [48313e051eaa8aff5afa38d779e7fe5ee88e8381]

        +RID_STR_NEED_CONFIG_WRITE_ACCESS

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [4225ea7b0f59bf7c5d0bc3ff193344fcd0ea076b]

        working with ::rtl::OUString's now

2001-04-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cfd15db9760444261f7bf9ea7b06c1a7e308bde6]

        preparing versions in library names

2001-04-26  Oliver Specht  <os@openoffice.org>  [5a66dbe405f52f6eed455ba78d79d70d186f3f7f]

        deliver text/fieldmaster + text/textfield

2001-04-26  Christian Lippka  <cl@openoffice.org>  [4d7dbf82882b624a8ec0b770d69a51f4ca9867bc]

        #82045# fixed view settings to current draft

2001-04-26  Christian Lippka  <cl@openoffice.org>  [e35678280a3775e80696f220966dbd9765e9de55]

        #82045# clear the view settings before export so we always have the current

2001-04-26  Christian Lippka  <cl@openoffice.org>  [3baff6b36ebcec9cb42a819c13aa4d55c1ffcfdc]

        #82045# added export of Rectangle objects

2001-04-26  Ocke Janssen  <oj@openoffice.org>  [d9bd7bf3c1b2c75102be333b6141bf72f2a7bd51]

        implement conenction pooling

2001-04-26  Frank Meies  <fme@openoffice.org>  [f79143d35c51356b093095b72b9320e03577fc6c]

        Fix #61667#: Fly portion positioning

2001-04-26  Andreas Martens  <ama@openoffice.org>  [40f77b4f0dbbb98f77275a87825020a36a5ddb1e]

        Fix #83523#: Positioning and resizing of objects (as characters)

2001-04-26  Eike Rathke  <er@openoffice.org>  [ffd4885347bb3380be8e25cdf83e26e332e8d95c]

        ChangeTrack password protection (disables end, accept, reject)

2001-04-26  Ocke Janssen  <oj@openoffice.org>  [6f3ceb888b20ace7d195824dde76b6ef26b4553c]

        new defines for dbpool

2001-04-26  Ocke Janssen  <oj@openoffice.org>  [583f6b0bde3d71ba51c2462c715e2ff7f937869c]

        connectionpooling

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [17fc34083a4e859e98f26708a01955716594cb2a]

        new version for SRC630

2001-04-26  Andreas Martens  <ama@openoffice.org>  [0009d697338a28769749a46460a392a640a04a0b]

        Fix #85710#: Change of content position without change of anchor type

2001-04-26  Rüdiger Timm  <rt@openoffice.org>  [517801b5c2eb3a957f1bf20c6f9fc099e80c777c]

        #65293# gcc needs a temporary variable here

2001-04-26  Ocke Janssen  <oj@openoffice.org>  [cc6a45bd61d1bec819ee7119d81ad6936ff41bb0]

        new dir for connectionpooling

2001-04-26  Ocke Janssen  <oj@openoffice.org>  [8a966a98b5edc6a792ccb68360439916d3dfb034]

        insert supd

2001-04-26  Thomas Benisch  <tbe@openoffice.org>  [2a53ecb152f3505ac94460ba5aeaff7ba2aa0046]

        added progressbar properties

2001-04-26  Thomas Benisch  <tbe@openoffice.org>  [8a1784c2bb1b3b4dd1cb91b39364ef31d076e27f]

        colortable for fillcolor

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [df66514efde09f40ce1f9e9e78e0d5230d0039a3]

        added XBookmarksSupplier

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [681bac3cdb89e0b1c86c36c469ca326fe0ceae77]

        added (optional) interface XBookmarksSupplier

2001-04-26  Tino Rachui  <tra@openoffice.org>  [6b172f056c1964502520df94197cebe33d3cd834]

        *** empty log message ***

2001-04-26  Ocke Janssen  <oj@openoffice.org>  [ef8f40bcd7148e0763af59d58d10eed535689e34]

        impl connectionpool

2001-04-26  Ocke Janssen  <oj@openoffice.org>  [395fd8aa2883e7da0abb85ccd1c8f8e474ba788e]

        views fixed

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [4fa95a88e6b6eb78963d3a3cd2ac13a5941212fc]

        initial checkin - supply bookmarks associated with a DataSource

2001-04-26  Ocke Janssen  <oj@openoffice.org>  [09471fda113e9f9914cb79f1d56bd0ee249664b8]

        impl views

2001-04-26  Thomas Benisch  <tbe@openoffice.org>  [4e3d9983402acca5e37d94fdd4f5659b1ef17932]

        added ProgressBar

2001-04-26  Stephan Bergmann  <sb@openoffice.org>  [d202c9023d340a65350f1368d188128b40c8b545]

        #85693# Fixed deregisterInstance() to always return the proxy (and never the 'target').

2001-04-26  Dieter Loeschky  <dl@openoffice.org>  [ca550e1ffe131644987943fe08e61cdd88b3fdc2]

        #85226# AfterRead(): deleting unused OLE objects

2001-04-26  Tino Rachui  <tra@openoffice.org>  [d06d8c117b42331a940bf5fdc6c944e63c373876]

        *** empty log message ***

2001-04-26  Oliver Braun  <obr@openoffice.org>  [bc95a7120c306fcc6ddceb860d4942e7d3b23d1a]

        deliver script to bin

2001-04-26  Kurt Zenker  <kz@openoffice.org>  [e35d6080b7972363e89d400457f2c689f12cb208]

        SRC630

2001-04-26  Juergen Schmidt  <jsc@openoffice.org>  [b5507f59fb5079d9661c7c58098c0fe204d42dae]

        remove leading stars in documentation string

2001-04-26  Andreas Bregas  <ab@openoffice.org>  [07acc8d2f8f5bcb2d5365973b4fe5ac36fde9177]

        Line end handling fixed

2001-04-26  Oliver Specht  <os@openoffice.org>  [522bc10bdc071d07ccc27eaac64bcd85b3fb4ae2]

        SvxParaVertAlignItem::PutValue: check argument

2001-04-26  Oliver Specht  <os@openoffice.org>  [8f2d8f4b8a10595ffb986e8ca54d3dd30854630e]

        prevent SVX_NUM_PAGEDESC numberings

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [755284757b66bf2534d6acc1cd1ddc09b33a31b7]

        mark the service as deprecated

2001-04-26  Frank Schönheit  <fs@openoffice.org>  [4ec845d63a20a2e257bac94a6a1b889d1520376e]

        #86017# limit the decimal accuracy to 20

2001-04-25  jp  <jp@openoffice.org>  [689b5867f85dfd89a0ff4457de4b35dfc3fec147]

        Bug #86328#: idl file for the service

2001-04-25  jp  <jp@openoffice.org>  [1c6d6c784415a74416f67f2d1d24ae8aba7a85c6]

        Bug #86328#: idl file for the service

2001-04-25  Eike Rathke  <er@openoffice.org>  [44d4246db7b27b44ee46403e2f501f1384d6adea]

        #86017# GenerateFormat: don't append a single character 32000 times, use Expand instead

2001-04-25  Niklas Nebel  <nn@openoffice.org>  [6e090bf0f98c518f73b659694f331ee0a679bdaa]

        XMultiPropertySet, XMultiPropertyStates

2001-04-25  Niklas Nebel  <nn@openoffice.org>  [8bc50e88ae6f0a85297f8ab47842ee25bba78cef]

        WIDs for style object

2001-04-25  Niklas Nebel  <nn@openoffice.org>  [115604e3ed032c36e051a54a181271fb1a6a01d9]

        setPropertyValues: continue searching in map at last position

2001-04-25  jp  <jp@openoffice.org>  [c4ecc43bb2daaee4883f119d6a98709260e55af4]

        Bug #83181#: don't insert in GroupObjects SW-OLE-Objects

2001-04-25  Thorsten Behrens  <thb@openoffice.org>  [828316ba58d80914d0e484193ab35980e0382abc]

        Correct initialisation of internal filters

2001-04-25  Herbert Duerr  <hdu@openoffice.org>  [15e34d8025e1d8d3df1acbf579a393b0ce5916b9]

        prepare for FT version >= 2.0.2

2001-04-25  Eike Rathke  <er@openoffice.org>  [902ee08cd5d61d10eddb30d501cfb0f3e5c6ebc0]

        #85286# ignore hidden flags until new chart implementation

2001-04-25  Vladimir Glazounov  <vg@openoffice.org>  [3ad9f00c247bb0510dc3a4d00957c72c0aa38bc0]

        Added copyright comments

2001-04-25  Sven Jacobi  <sj@openoffice.org>  [7d6e19c6cb80f01ddca1c068049bb336b5c0ab7c]

        no use of SVX_LIGHT

2001-04-25  Björn Milcke  <bm@openoffice.org>  [20f13afec44597f401e6f2ae51ae805a37af8718]

        #81988# im-/export data in rows flag

2001-04-25  Björn Milcke  <bm@openoffice.org>  [aede42d37125ab5c125a7165039559047274ebe7]

        #81988# im-/export data in rows flag

2001-04-25  Björn Milcke  <bm@openoffice.org>  [7d22b847286bf37e3f29c07569aceb16b4be143e]

        #81988# +"reinterpret-data-in-rows"

2001-04-25  th  <th@openoffice.org>  [011b23b38e04fc2a4ceb4982ad2ad44dd0c0ae7c]

        MouseMiddleAction

2001-04-25  Armin Weiss  <aw@openoffice.org>  [6b5ef80dc629df5d52b7c62eb560e01db5d6b0a4]

        #FontWork# Added XML FontWork property im/export

2001-04-25  Björn Milcke  <bm@openoffice.org>  [0cddb3961de02ba8922743030929e92d94b1711e]

        #81988# +"reinterpret-data-in-rows"

2001-04-25  th  <th@openoffice.org>  [a4b41a921f71d4a8338a527c29a82e8aab1bf456]

        MiddleButtonAction

2001-04-25  Armin Weiss  <aw@openoffice.org>  [97ae2410e406371e3144567cce60d36885d99848]

        #FontWork# Added strings needed for XML FontWork Im/Export

2001-04-25  Armin Weiss  <aw@openoffice.org>  [aad5b580c54e44442fd7420805f94a855dfd222c]

        #FontWork# Added QueryValue/PutValue for XML im/export at needed Items

2001-04-25  Armin Weiss  <aw@openoffice.org>  [d9af9585a5c89ea999263a698b15cca903cecdef]

        #FontWork# Added FONTWORK_PROPERTIES to diverse ShapePropertyMaps

2001-04-25  Stephan Schäfer  <ssa@openoffice.org>  [5633d5a810783a6344f7c224f2334f2c3b982251]

        #83025# documentation update

2001-04-25  Philipp Lohmann  <pl@openoffice.org>  [9ae367ef4f0c3f344f19e1ae225b8a25079fa782]

        fax output with number removal

2001-04-25  Daniel Vogelheim  <dvo@openoffice.org>  [12c4ea1bce2a8f6f0bd893ed5af6433563f8d2df]

        fixed foot-/endnote-configuration

2001-04-25  jp  <jp@openoffice.org>  [8f47af47d71d56059c2afc1e059361439ee98dfa]

        optimize: create I18N wrapper first if they are used

2001-04-25  Thomas Lange  <tl@openoffice.org>  [203b66e7f170c72f5217625b83bf1b19cb045288]

        DBG_ASSERT => DBG_WARNING in NextToken

2001-04-25  Michael Brauer  <mib@openoffice.org>  [d7ba6c25f9eb235144db690d392e21b881c1c409]

        import border for text frames and controls again

2001-04-25  Daniel Vogelheim  <dvo@openoffice.org>  [e899aa6bc75f7f2f4b7983d280170c892fed8eb3]

        exception specification to ..._createInstance function added  (definition now matches implementation)

2001-04-25  Eike Rathke  <er@openoffice.org>  [107e292055bbb7e5a5ed71c92b2b4c79726720cc]

        return instance

2001-04-25  Tom Verbeek  <tv@openoffice.org>  [8813b5960c9d0f6cead3eb80977d8591f46b567a]

        removed old statement 'LoadPicture'

2001-04-25  Caolán McNamara  <cmc@openoffice.org>  [7d26453587ed129f987ff586eabb66447068c0ba]

        ##775## ##776## Update PLCF save/restore for cp based era

2001-04-25  Eike Rathke  <er@openoffice.org>  [02ea5cf7df4c2d44a8b25799b8fc748e79625ed0]

        ChangeTrack password protection (disables end, accept, reject)

2001-04-25  Malte Timmermann  <mt@openoffice.org>  [f7ccb31e0400f535397968f010f1252878f622ff]

        IsLeaveWindow only when IsReallyVisible

2001-04-25  Thomas Lange  <tl@openoffice.org>  [669ab4f83919879e2b7a96b140e39378ca3cc070]

        Impl_SetInfo new to set info text; now superfluous class removed

2001-04-25  Thomas Lange  <tl@openoffice.org>  [572e0f210a4a09cb7262678485211f7da030ae08]

        Impl_SetInfo new to set info text

2001-04-25  Vladimir Glazounov  <vg@openoffice.org>  [24dbff912e9981f0b457f404ef18a3abe8ff9828]

        Corrected constructor signature

2001-04-25  Michael Brauer  <mib@openoffice.org>  [06cdbf2374b72f10aff425b165272d4bd96ff8f8]

        #85710#: Keep position of character bound frames

2001-04-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [29eac2aebd145cacca7f57bf9a635c394222ee88]

        implemented hedabu

2001-04-25  Herbert Duerr  <hdu@openoffice.org>  [f6951f261480dc378b9ff682c7f2e0f921d653cc]

        do not assume default visual

2001-04-25  Caolán McNamara  <cmc@openoffice.org>  [6ec94850376127dd23bed3e34e6432f7601b0a1e]

        ##761## reenable auto for draw layer, keep auto for table borders and shadings disabled

2001-04-25  Tom Verbeek  <tv@openoffice.org>  [e9dc584e7fc4011ed9fffc89c4e911d6841c3945]

        fixed 'loadLibrary'

2001-04-25  Frank Schönheit  <fs@openoffice.org>  [ab3c3f94ea15a12d328a9b0057f9290ca4b1ca85]

        added an XChild to the definition container to access the data source

2001-04-25  Tom Verbeek  <tv@openoffice.org>  [868bf5b96d671fe53581c3e930b0510c25496f76]

        fixed 'LoadLibrary'

2001-04-25  Thomas Lange  <tl@openoffice.org>  [e5e555bdfc2213f4bb568161f2e0e74ed8c7fc18]

        SelectHdl used now instead of Notify

2001-04-25  Thomas Lange  <tl@openoffice.org>  [957aa22decb99c2aa77e0cf6261e18faf711237b]

        (MT) ImplCallSelect, when selecting while MouseMove/Tracking

2001-04-25  Nils Fuhrmann  <nf@openoffice.org>  [8aa2414f6f7a08abfdcd5b46a1aafc2582ade3a0]

        Delivery of all parsers, including transex3 and lngex. This will also provide them inside solver tarballs

2001-04-25  Oliver Specht  <os@openoffice.org>  [6f2de56480aca72e6c60fa1451568fdba829bbdc]

        don't crash if no AutoText is found

2001-04-25  Andreas Martens  <ama@openoffice.org>  [06348da056e5f8d46028523f0cd44f505b372db0]

        Fix #86201#: Frames without content but with borderline

2001-04-25  Oliver Specht  <os@openoffice.org>  [19f07553053e73699d70bbe623f391f0fb1ee1fc]

        #86296# SwPageDesc: usage optimized and corrected

2001-04-25  Niklas Nebel  <nn@openoffice.org>  [34a2168c744958b29d22b3ed58848443289d6759]

        XMultiPropertyStates in makefile

2001-04-25  Andreas Bregas  <ab@openoffice.org>  [d42df69c7e48f8a5270036e428d08e8b0876f655]

        Instanciate new dialog windows using library container

2001-04-25  Nils Fuhrmann  <nf@openoffice.org>  [b3bc9b0a75efbfeb51b6335a3a1aa89a84034784]

        Enable UTF8 enhancement for new fileformat (2.0)

2001-04-25  Oliver Braun  <obr@openoffice.org>  [294426e5a56a28d5f0e42a5de252bdb614acf674]

        cde files added

2001-04-25  Joachim Lingner  <jl@openoffice.org>  [ae789b49c948975bffbd817133354ef186708ae9]

        #82073#

2001-04-25  jp  <jp@openoffice.org>  [543fd4e1944d68d36a814b1f5f6c2e7b24649f13]

        IssueBug #256#: AppendRedline - don't add empty redlines

2001-04-25  jp  <jp@openoffice.org>  [22e36eb9aee53ef28db5eff8cf90ee3a05ea56b4]

        IssueBug #256#: Doc::CorrRel must also call CorrRel for the cursor

2001-04-25  Malte Timmermann  <mt@openoffice.org>  [1c115575d3e507634320abe26e879a002c49e902]

        IsMouseMoveSelect and more StackSelection...

2001-04-25  Kai Ahrens  <ka@openoffice.org>  [d4372df4e049a88de6768fae131f04a9cc0d1d2e]

        statics removed

2001-04-25  Andreas Martens  <ama@openoffice.org>  [23a1a020d16b2e3d193fd92f8860f60a4aad5ea3]

        Fix #86338#: Widows 'n' orphans confusion

2001-04-25  Nils Fuhrmann  <nf@openoffice.org>  [a29b01ab8255ee0d83fce6656e43d6dbb7e03c14]

        Support of UTF8 input/output

2001-04-25  Tom Verbeek  <tv@openoffice.org>  [374faa1fe260c75d507dc59553a6b4be53d94247]

        changed 'LoadLibrary' to 'BasicLibraries.LoadLibrary'

2001-04-25  Thomas Lange  <tl@openoffice.org>  [7ea145b5259ab6ea32cd60f07c16f0e270f7f23f]

        symbol UI and export names

2001-04-25  Andreas Martens  <ama@openoffice.org>  [eb08d964831092ba885ea417fd191bff6c93faf5]

        Fix #86232#: GPF with invalide anchor

2001-04-25  jp  <jp@openoffice.org>  [27dd323d42c84d597dafd275bb5786bbe6e2dd3c]

        IssueBug #758#: use for preview the correct font color

2001-04-25  Thomas Lange  <tl@openoffice.org>  [2fc110e0e78e85d659dfcce988a5ee85b90c1459]

        listbox uses stack-selection now

2001-04-25  Thomas Lange  <tl@openoffice.org>  [d251889266c005da4c4654ee310c95113a715482]

        strings for undo and redo action added

2001-04-25  Thomas Lange  <tl@openoffice.org>  [2b31d9ac8a5e39f2b15e94d53784b48f264d8081]

        SelectHdl and aActionStr memebers added in order to display status texts

2001-04-25  Sven Jacobi  <sj@openoffice.org>  [ddd11d46bd92e34cc286e25b1194048c81289a0d]

        no use of configuration for SVX_LIGHT version

2001-04-25  Sven Jacobi  <sj@openoffice.org>  [ff504a4fed07c169809b2e7fb0f5bbe1181c06cd]

        no use of configuration for SVX_LIGHT version: removing use of SvtPathOptions

2001-04-25  Nils Fuhrmann  <nf@openoffice.org>  [d26e9804d486e8e33f3414675719f846653ad36e]

        Build without MT

2001-04-25  Andreas Bille  <abi@openoffice.org>  [f455dc90e8694e9fea87a0b30421a60d7ae0f9ec]

        Performance improvement in XResultSet_impl::absolute by Darryl Gove
        
        Somewhat un-understandable, bad compiler optimization?

2001-04-25  Caolán McNamara  <cmc@openoffice.org>  [2e52eed6b3f4d95057b048c0e68ab314d9ead9fc]

        ##773## Fix Underline xml import test

2001-04-25  Andreas Bille  <abi@openoffice.org>  [f6ccbb73516ea751b484a4590a45ce2c06f6b6d7]

        #84401# Modified shell::setv setReadOnly was not implemented yet

2001-04-25  Daniel Vogelheim  <dvo@openoffice.org>  [e4210ba36691665ca1c925a0a6809731256c150a]

        changed: protect attribute to protected

2001-04-25  Kai Ahrens  <ka@openoffice.org>  [00e08132062f69fe1346103dd6e5d9418d0a5580]

        added clipboard controller

2001-04-25  Kai Ahrens  <ka@openoffice.org>  [e5c425df5b9d589ca968f9eaddbfca3f4d7ae6f8]

        added clipboard controller

2001-04-25  Oliver Specht  <os@openoffice.org>  [6d28fe04b88fd9d22c1a1b539c268e0cc3e986e3]

        EnableNegativeMode is void

2001-04-25  Ocke Janssen  <oj@openoffice.org>  [dbe66eaf01cc0282588debcbb8ac98a4ab2a543a]

        initiliaze values with 0

2001-04-25  Ocke Janssen  <oj@openoffice.org>  [54945250194553427fb9f0979c06eeef559cee48]

        typing

2001-04-24  Niklas Nebel  <nn@openoffice.org>  [3cfae27b67aff50fca28ad4a33153b486646754c]

        set file format version for EditPool

2001-04-24  Eike Rathke  <er@openoffice.org>  [27d98967a1789bb44051cd57db261c7b3a5c2acd]

        Execute: removed unnecessary dialog box after password dialog (handles it itself)

2001-04-24  jp  <jp@openoffice.org>  [55a700392d64f5a918bb956f15a1978e474256ee]

        ShowCrsr: show/hide only the textcursor, not the selections

2001-04-24  jp  <jp@openoffice.org>  [b457e091a88c6937b4235a0aa9ec70898195fd86]

        use CollatorResource

2001-04-24  Herbert Duerr  <hdu@openoffice.org>  [e42fa5d76e28f8fe741ea81bfcbceea68e706ace]

        AddFontFile signature change

2001-04-24  Niklas Nebel  <nn@openoffice.org>  [f293ed6df9c613a5a5832846b222352fecfc840d]

        #86067# real support for emphasis mark

2001-04-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc7fca46f8b28c50a7e608984e22951ac7adeebe]

        removed wrong include

2001-04-24  Malte Timmermann  <mt@openoffice.org>  [c3991c3689b41c8013ff6d1a307a4be3bdb5fb1c]

        StackSelection...

2001-04-24  Hennes Rohling  <hro@openoffice.org>  [a8afedb840efd72e01d0b0009369cc1686c536c1]

        #86268# Let osl_createProcess allow usage of file names in all notations so far. To be specified an corrected later

2001-04-24  Malte Timmermann  <mt@openoffice.org>  [e5a9961af8eff444116c7028e59fd9cbdd02e199]

        CJKContextLanguage...

2001-04-24  Frank Schönheit  <fs@openoffice.org>  [ac4d509393e2c985f1d6532abd170ee8bd0bdf8f]

        #86233# ::Notify: adjust m_pData->m_sURL in case of the SaveAsDocDone event

2001-04-24  Stephan Bergmann  <sb@openoffice.org>  [f19db1fef65453f3721e2efc7915390c812944af]

        #83674# Accept ALPHA followed by colon without following slash or backslash as DOS fsys path.

2001-04-24  Caolán McNamara  <cmc@openoffice.org>  [5ae21e22882e604fd035cc33c437765708dfc634]

        ##761## workaround. No automatic colour for table borders, cells or sdrtextobjs

2001-04-24  Christof Pintaske  <cp@openoffice.org>  [ff487674386c50e11fff415f9dad8093395bf761]

        #86333# check for correct screen of visual

2001-04-24  Michael Brauer  <mib@openoffice.org>  [de4101b007d366d3410d87515b8312eebf032132]

        export !DOCTYPE

2001-04-24  Stephan Bergmann  <sb@openoffice.org>  [f04998740e7d86e11e8bcba83d8a435bccdd8b15]

        #85326# Added PropertyMatcherFactory.idl.

2001-04-24  Dieter Loeschky  <dl@openoffice.org>  [1605731d4c3367e8422619105956cf5f3012b6a7]

        #86156# special treatment for LRSpaceItem

2001-04-24  Martin Gallwey  <mtg@openoffice.org>  [edce9db57028b9e367c630b416fa44ccdd990bce]

        Add throw specification

2001-04-24  th  <th@openoffice.org>  [43c4bcce4e609594544f5f6db0c966bdaf829437]

        #i759# - Better Shadow Color

2001-04-24  Philipp Lohmann  <pl@openoffice.org>  [e912739223cb10a1b188ff58824a09acd25246fb]

        FontManager changed to store byte strings for filenames

2001-04-24  Mathias Bauer  <mba@openoffice.org>  [b788db450a32328b5cfb56abe0d945338a5065f4]

        #86219#: wrong filterdetection for external types

2001-04-24  Daniel Rentz  <dr@openoffice.org>  [b331933b53c715d58fcfb2707ad83d2e932cae39]

        export of web query filter name

2001-04-24  Daniel Rentz  <dr@openoffice.org>  [89c1f2c17b2e9de891b21a047068a58470efc55d]

        import/export web query with all HTML tables

2001-04-24  Sven Jacobi  <sj@openoffice.org>  [ebe67c253f73a0edd63bb4cb08bee485f0b4b3a6]

        taking correct FrameView

2001-04-24  Daniel Rentz  <dr@openoffice.org>  [621f0127f7bbd947e4b5876ed3dd3a9325767152]

        string help functions -> ScFilterTools

2001-04-24  Daniel Rentz  <dr@openoffice.org>  [60b3a8a799a69af94b44ed5c85cf2c511c404803]

        +ScRangeList::In()

2001-04-24  Daniel Rentz  <dr@openoffice.org>  [5d87be10928a5075cd4ad4d7648ce95b60297a13]

        +ScAreaLink::FindExtRange()

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [5903d83f29942aad566e032a158990f0fde47a28]

        new propset

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [c1468852d5df7768250b5ae1fb1fc48020b83323]

        new menu entry

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [2285dc3b8edd80bf6912b020993b8afdfcbf403f]

        view fixes

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [132bccd0aee057796d741e413f6271aae691dd30]

        new property for views

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [9ef87d9dfa6276a13f39c67381dcfabb737a648b]

        new menu entry for tables

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [0fa27ae2b6d9b31a8010b09984228cb77acce606]

        new string for views

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [a2ebe81d41ad59c08f83764c36e558a2c9c0041f]

        menu and type casts

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [4adaa512b16dc964d31734d3d156c42cbfa5965e]

        new helpids

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [0849a2d21010072e992e4baea006b42d329f4243]

        impl views and a menu

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [a940d5306a8ead308eeb4a7452a27ed3a6af1cb6]

        impl menu

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [e55c84b315c7b81eb9bfd3bf5c439435098e58b7]

        impl views and a menu

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [9df42d58386376779195f0254add40e9856354d0]

        corrected view impl.

2001-04-24  Andreas Bille  <abi@openoffice.org>  [af0a882672447e337c1d074d590bf0f6e35255ea]

        #84316# Now asking for XInteractionHandler and XProgressHandler only if used. Added necessary methods to fileaccess::TaskManager and ( therefore to fileaccess::shell by implementation inheritance ), to retrieve the XInterfactionHandler/XProgressHandler if only the CommandId is given.

2001-04-24  gt  <gt@openoffice.org>  [6e564c74153b4a90035fcb75b05d9089cd0259ea]

        idl changes

2001-04-24  Kai Sommerfeld  <kso@openoffice.org>  [a1e88a0c698f1ee6de3406d43538a33be731f0cf]

        More documentation.

2001-04-24  Sven Jacobi  <sj@openoffice.org>  [eea3093020db35ac9abb6226093cd9c4d0c6ef2f]

        compatibility modus : summation of paragraphs (not to be set global)

2001-04-24  Kai Ahrens  <ka@openoffice.org>  [1b4c662dc2ebbedd24ac7a09d87bef0c79eaa41f]

        #86275#: update title of inserted object, if no title is set, but old object has title

2001-04-24  Kai Sommerfeld  <kso@openoffice.org>  [992ad8b24d0167081887514d9ae9afa540df12c2]

        Updated documentation.

2001-04-24  Malte Timmermann  <mt@openoffice.org>  [3950bf5920826d2c96a0b0e6a34e5ccb4ebe5104]

        #86292# Draw - not every SpinField has a SubEdit...

2001-04-24  Vladimir Glazounov  <vg@openoffice.org>  [c11504617bd61a487c00706d2f2a0b1188dc4b11]

        Added environment variable definition

2001-04-24  gt  <gt@openoffice.org>  [4f8de16c885cc56cf38a5f974caa1bd41fab6351]

        OSL_ENSHURE -> OSL_ENSURE

2001-04-24  Armin Weiss  <aw@openoffice.org>  [36c745d9b1e48ae286d017941e02e03ac9def3ef]

        #85920# use SetTransformation() to handle import of simple lines. This is necessary to kake into account all anchor positions and other things. All shape imports use the same import schemata now. create necessary shape (Line Shape)

2001-04-24  Sven Jacobi  <sj@openoffice.org>  [77b3bbc4dc3981020668413413a2affdd6115db8]

        compatibility modus : summation of paragraphs (not to be set global)

2001-04-24  Armin Weiss  <aw@openoffice.org>  [dca93a59a3b4925efdbc2c2b93a3b26cf60e66f2]

        #85920# use 'Geometry' to get the points of the line since this slot take anchor pos into account.

2001-04-24  Sven Jacobi  <sj@openoffice.org>  [31d00311e4c880301f82844a3be66335716d8324]

        compatibility modus : summation of paragraphs

2001-04-24  Armin Weiss  <aw@openoffice.org>  [397a9a4b89176e7c8f813f5962276eb6288efbcf]

        #85920# Clear the given polygon, since the new one shall be SET, not ADDED

2001-04-24  Armin Weiss  <aw@openoffice.org>  [be4756ea39f74540ef03647d0691a10d76b60cf3]

        #85920# special handling for single line mode (2 points)

2001-04-24  Michael Brauer  <mib@openoffice.org>  [cdfc3f373b7ec06fd9cd9fd278186a2cc6be09f0]

        export !DOCTYPE

2001-04-24  Oliver Specht  <os@openoffice.org>  [025a71d4d73dc4844524846bc34b34c669dd1b77]

        enable exceptions in docufld.cxx

2001-04-24  Rüdiger Timm  <rt@openoffice.org>  [f93bf62993dfd8df4f7a641456e1b7475b94d105]

        #65293# gcc needs a temporary variable here

2001-04-24  Caolán McNamara  <cmc@openoffice.org>  [9566023956969f5f979493da89a3ad5d16fdb81a]

        CJK Vertical Text Alignment {im|ex}port

2001-04-24  Kai Ahrens  <ka@openoffice.org>  [434a2ab6dcb20bf907e6866162d96b80c76257bf]

        added new clipboard controller

2001-04-24  Andreas Martens  <ama@openoffice.org>  [f95e1a650dac5a666d1794054531832ae37c43e1]

        Fix #77923#: Automatic contour refreshing after OLE editing

2001-04-24  gt  <gt@openoffice.org>  [555d5e4be588c66376df9e75444621a7e9e1210d]

        chg. for new idlc-compiler

2001-04-24  Kai Ahrens  <ka@openoffice.org>  [2309f1990df0bc8118c6fa51dce88a56e3d3480a]

        Ole object handling removed for SVX_LIGHT version

2001-04-24  Rüdiger Timm  <rt@openoffice.org>  [a73f0bfad51f25f370e9e52c11b5074e8fcc35f5]

        #65293# double dependency entry ex_dbpilots for ex_util removed

2001-04-24  Vladimir Glazounov  <vg@openoffice.org>  [6c18b97f4ce761ee2fbce50c95dc53a1c9d7c445]

        Fixed for free-style written path

2001-04-24  gt  <gt@openoffice.org>  [f0b7e51831c258bbf4bd5942b20c4cf9d378fc8c]

        analysis

2001-04-24  Malte Timmermann  <mt@openoffice.org>  [fc11020dc9acd20c52651e08f5eba80c071c4212]

        New: UserValue

2001-04-24  Oliver Braun  <obr@openoffice.org>  [f4cd411e8e354ac0060a3232500485f4ffb5ec13]

        fixed mouse capture detection

2001-04-24  Joachim Lingner  <jl@openoffice.org>  [d8e0b30a5e9ed4903e2fcb8769e176a02f30a0a0]

        *** empty log message ***

2001-04-24  Kai Ahrens  <ka@openoffice.org>  [b0088063de518ab7b826fb5ce5d8cb2027d3ca65]

        syntax

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [03b32f6d70562eb4f50773396a7938dbbd6f3c7f]

        assert when parent window is null by showError

2001-04-24  Ocke Janssen  <oj@openoffice.org>  [3fc1efb071030c83b556aac7244a6aa8ff0abf83]

        wrong hid name

2001-04-24  Oliver Specht  <os@openoffice.org>  [2f2005aef088190613303128ffe3270fe1e28f06]

        vertical text alignment control added

2001-04-24  Kurt Zenker  <kz@openoffice.org>  [d001986435ffe1df4df58f134f727b99f6f8a068]

        new version for SRC630

2001-04-24  Kurt Zenker  <kz@openoffice.org>  [713776ec414cd9eacd25dbdf0a01e5ea1e01e866]

        not use adArray yet

2001-04-24  Juergen Schmidt  <jsc@openoffice.org>  [6c6a2e78f19946ec6f8c40d4b86f3248d46f6c02]

        simplify queryInterface

2001-04-24  Andreas Schlüns  <as@openoffice.org>  [69e55e2999434473ec30cf2b0cc57947392c48b4]

        move typecfg modul to own directory

2001-04-24  Christof Pintaske  <cp@openoffice.org>  [6c7e15829ac4cb0fed6e1b7a61a979b89c9e6d8b]

        #86012# non-transient window isn't allowed to be foreign window (FWS)

2001-04-24  Andreas Schlüns  <as@openoffice.org>  [dc6f14465b12bb95b651e30c47c1dfe9581ddff1]

        repair mechanism for generation xcd-file

2001-04-24  Joachim Lingner  <jl@openoffice.org>  [40df7d334d0786bee0ab53c4816face9cfd9fd0b]

        *** empty log message ***

2001-04-24  Andreas Martens  <ama@openoffice.org>  [58e6e93d90e6393ebac4a2d8008b8756e0f2002f]

        Fix #86232#: Ignore invalid anchor types

2001-04-24  Joachim Lingner  <jl@openoffice.org>  [73da12f23b69726c4a1e30d56c70f867604150a6]

        *** empty log message ***

2001-04-24  Dieter Loeschky  <dl@openoffice.org>  [7e54885c01e8488ea477b202a88f39a76e383bfb]

        #83398# UpdateStdNames(): fix handling of pseudo style sheets

2001-04-24  Oliver Specht  <os@openoffice.org>  [1c12935e7c65c441ca2b8f10f1a9ac6ee466c8e4]

        new: ParagraphVertAlign.idl

2001-04-24  Oliver Specht  <os@openoffice.org>  [0ccab5ad5b1ad76db8a3c0765c7fc46679fd8e99]

        vertical paragraph alignment

2001-04-23  arellano  <arellano@openoffice.org>  [696f7022e4199efd87f1fbd607cdd5d97f9d79bb]

        modified sentence structure

2001-04-23  arellano  <arellano@openoffice.org>  [c004ac3ae20508ca74c29dfb839ed2cec3a20df0]

        modified grammatical number, spelling

2001-04-23  arellano  <arellano@openoffice.org>  [5a344af243524372ba777d43c645e4d9888ac27c]

        added comment

2001-04-23  arellano  <arellano@openoffice.org>  [678b1cd9f752128e41912c97ee06a328d5283c9e]

        modified punctuation

2001-04-23  arellano  <arellano@openoffice.org>  [00de8996ba9cb5a9269b31b8a6c18ed1ee86bfe8]

        modified spelling

2001-04-23  arellano  <arellano@openoffice.org>  [3e440e27231172294a431421f5362855cdfd2225]

        modified spelling

2001-04-23  arellano  <arellano@openoffice.org>  [7f5b326ef3b1fa859aa0ef59007f5ff92639dbd2]

        modified spelling and added a comment

2001-04-23  arellano  <arellano@openoffice.org>  [7ba8fd97d07facd0fd47f4bdf67264eb7672f1b9]

        modified spelling and punctuation

2001-04-23  Kurt Zenker  <kz@openoffice.org>  [92af3e8090f543131657e830329bde0b5b327c17]

        new version for SRC630

2001-04-23  Kurt Zenker  <kz@openoffice.org>  [0d61bf2314f6b3bd948fe756fd2635200f3e3a18]

        new version for SRC630

2001-04-23  Eike Rathke  <er@openoffice.org>  [7c9aa83596ee280e5df1c8f9646c67812081beb6]

        #86128# take empty cell as 0 in matrix basic arithmetic calculations

2001-04-23  Kurt Zenker  <kz@openoffice.org>  [80e4734e70e55452b1e42dc7afb5f37c8f226b05]

        new version for SRC630

2001-04-23  Niklas Nebel  <nn@openoffice.org>  [39f2f2746fef0157edd7410ab5dba4393f149790]

        SetMultiMarkArea: if pMultiSel is created, transfer mark range

2001-04-23  Eike Rathke  <er@openoffice.org>  [2d897f47d143574faff2a17ffd5228d4722faa20]

        #86129# ScNeg: unary minus, handle {=-A1:D1} matrix formula

2001-04-23  Daniel Vogelheim  <dvo@openoffice.org>  [0646f1902c03db92935ab961129faa3301966ba5]

        added auto-mark-file URL changed several attributes to match implementation

2001-04-23  Sascha Ballach  <sab@openoffice.org>  [a7ad29076e142b09de4565c8257323d927bc22fd]

        add export/import of refresh-delay on database range

2001-04-23  Sascha Ballach  <sab@openoffice.org>  [a41f02b86a6910291afea3ef655b0198573231e6]

        put the dtd and the specification on the same state

2001-04-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0265f1e80549efb442c2f89db489773810991fbb]

        merge back local changes

2001-04-23  Vladimir Glazounov  <vg@openoffice.org>  [ac2058119910ed3c0c29a076af81493a899dcc56]

        Corrected bug with uninitialized value

2001-04-23  Eike Rathke  <er@openoffice.org>  [d3ae5c47df6ff2cf669a80cc0554acb119247950]

        #86141# add: GetProperLanguage: LANGUAGE_NONE --> application language

2001-04-23  Niklas Nebel  <nn@openoffice.org>  [803227d93c593f350683b9e412f4e486d3aad05f]

        removed unused method HasPasteContents

2001-04-23  Niklas Nebel  <nn@openoffice.org>  [b19d42975e49b86b0c6615ab9809d2a0fc1a389f]

        slot for clipboard controller

2001-04-23  Kurt Zenker  <kz@openoffice.org>  [9ff0f90de8292a42aa34519ad94b2223e6fdc84f]

        new version for SRC630

2001-04-23  Joachim Lingner  <jl@openoffice.org>  [e6c4478b5934b4fa4cdeb01bbe2caf9460341cea]

        *** empty log message ***

2001-04-23  Vladimir Glazounov  <vg@openoffice.org>  [6ba1d5730b84e158d9dc8a6d5a23c29a85fa6aa8]

        Corrected misspelling

2001-04-23  Sven Jacobi  <sj@openoffice.org>  [119aac5a3576dfed2de152ad4b0fa3e24c6291b1]

        SdTpOptionsMisc::FillItemSet - modified flag was not set correct

2001-04-23  Joachim Lingner  <jl@openoffice.org>  [e0bc7714e180bc8834468a509ec7ba99c27f9642]

        *** empty log message ***

2001-04-23  Daniel Vogelheim  <dvo@openoffice.org>  [a2cddf96e7c9b6ef2c098c30986a3360e0fd7f5e]

        changed text:protect to text:protected

2001-04-23  Daniel Vogelheim  <dvo@openoffice.org>  [8e37726eb9a60c7ad9ef58c52228ca1f5f2a672e]

        changed table:protect to table:protected

2001-04-23  Niklas Nebel  <nn@openoffice.org>  [fa6a201a5c54793dac81eb1cf7ada6e04c321d94]

        slot for clipboard controller

2001-04-23  Martin Gallwey  <mtg@openoffice.org>  [822705fec1cb39334acc56033caa28b7e51cfc41]

        Make function conform to prior exception specification

2001-04-23  Vladimir Glazounov  <vg@openoffice.org>  [356105bd34015b8aeb99321b05cec0c2bb87b3d5]

        Corrected according to specification erlier unknown

2001-04-23  Rüdiger Timm  <rt@openoffice.org>  [0f20247b454ad93570089c09e2354ce3c371b742]

        #65293# xmlscript depends on comphelper (header needed)

2001-04-23  Joachim Lingner  <jl@openoffice.org>  [3f303c6a79c6e2415523d295845b2482713d480d]

        *** empty log message ***

2001-04-23  Niklas Nebel  <nn@openoffice.org>  [30c82c63dbe7f9eb0a572b1119d01799024fc839]

        moved format names to GetPossibleClipboardFormats

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [8eeb578635dc15526439047a07b17446ebeefcd6]

        added dependency

2001-04-23  Daniel Vogelheim  <dvo@openoffice.org>  [b77520d00b25ac3c93346db8e748a6683198bda3]

        implemented MUST-change from SAB: number styles properties added

2001-04-23  Vladimir Glazounov  <vg@openoffice.org>  [795927dc8611648120d619d156479d8145cd274e]

        Fixed some bugs

2001-04-23  jp  <jp@openoffice.org>  [80158a3ba95bd0e1a3d94797a2e234bdde2424e6]

        new: Get-/SetRedlinePasswd

2001-04-23  jp  <jp@openoffice.org>  [58728636982be31193aba02dceabe4cb87e589c8]

        new: SetRedlinePasswd

2001-04-23  Nils Fuhrmann  <nf@openoffice.org>  [50097d8a5e58b22876e38fd97505564d84c3f133]

        Fixes for handling of whitespaces: Ignore leading and trailing ones

2001-04-23  Vladimir Glazounov  <vg@openoffice.org>  [808c9464cfd65ea86ea8c5d895c499c019eb611c]

        Fixed bug with folder for run

2001-04-23  Oliver Specht  <os@openoffice.org>  [b5f256f6b979963da5fa2bf69bea12ac74ecc185]

        #86144# PageNumberField: selection of format corrected

2001-04-23  Oliver Specht  <os@openoffice.org>  [bf0c4973ba1c001003bd9120dd9bd28f5396a40a]

        #86144# SwPageNumberField::PutValue: use getEnumAsInt32

2001-04-23  Oliver Specht  <os@openoffice.org>  [3a3e7928505a275ac0a92bdd6b594db2f153112a]

        #86144# page number sub type corrected

2001-04-23  Juergen Schmidt  <jsc@openoffice.org>  [7675fb2c5767bca3036539d22557cf4b124380d3]

        modyfied

2001-04-23  Oliver Specht  <os@openoffice.org>  [4e7d28f2174853780125eaa3eb24939419492964]

        #86237# reference corrected

2001-04-23  Juergen Schmidt  <jsc@openoffice.org>  [745e71a9ba0fb786166a3901467ec74dbfe6e16d]

        modified for running

2001-04-23  Martin Hollmichel  <mh@openoffice.org>  [6193a13320289c6b0c1054f9cb8af10edfc80381]

        del:

2001-04-23  Martin Hollmichel  <mh@openoffice.org>  [957cb931a429988f4a1efee63fe47db2d16ff68f]

        del:

2001-04-23  Martin Hollmichel  <mh@openoffice.org>  [b1e4a86748d143883f0d77c09d6e1796d1f5375e]

        del

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [34687ab92c423e400645a11ccd7d3325dd82fb4f]

        added config dir

2001-04-23  Martin Hollmichel  <mh@openoffice.org>  [95cd2b3bd556492ed5e89843f69f17351bd0c7ae]

        add: PACKAGE

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [ad39de16b9ae8410e462f9e0c8605fe14d5b2811]

        corrected typo

2001-04-23  Peter Burow  <pb@openoffice.org>  [73e72507060cd93a4521065e9e30a3bd519d3dc7]

        fix: #84506# #85820# search checkbox and better performance

2001-04-23  Peter Burow  <pb@openoffice.org>  [a8cb91f8cf9c2e7fe96df5e5c3ac51d45b7b7a52]

        fix: #86226# sfxhelp.cxx now exception file

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [5f290fdd1c3b345eff08c5eca11d7abf68632dbc]

        include hid generation again

2001-04-23  Niklas Nebel  <nn@openoffice.org>  [ab65aae739ea6f984449a3e2a69c1420d753e45c]

        slot for clipboard controller

2001-04-23  Peter Burow  <pb@openoffice.org>  [6b79117387c065b6240d9337919c2103ad54e8be]

        fix: #84506# StatusListener added

2001-04-23  Peter Burow  <pb@openoffice.org>  [72315911a58a767206bff53df664f912a029b352]

        fix: #84506# STR_HELP_FIRST_... added

2001-04-23  Vladimir Glazounov  <vg@openoffice.org>  [f182ce0c8eec3c2a45e474dab9fa631fb5f35e82]

        Added -all option

2001-04-23  Peter Burow  <pb@openoffice.org>  [458b9075ad1be43063a1292ff68e6cb6d40f525a]

        fix: #86226# catch DbException

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [5a4f1f4d2725d4e8ae75e2817aad75ebe43135a3]

        deleted unneccessary lines

2001-04-23  Niklas Nebel  <nn@openoffice.org>  [45396001f8cc069800c4ff1cd0fbfc0ec599de08]

        GetPossibleClipboardFormats

2001-04-23  Niklas Nebel  <nn@openoffice.org>  [2684dc97be1afa169ccb4cbc92dac38f255253f0]

        slot for clipboard controller

2001-04-23  Niklas Nebel  <nn@openoffice.org>  [6c982d7f5e92a0277c1384e886627ed4d55e23b4]

        include for clipboard controller item

2001-04-23  Nils Fuhrmann  <nf@openoffice.org>  [c196af53e70d992168e64fda41ea35e85b372996]

        Fixed core in simple_getopt when calling javadep without parameters

2001-04-23  Eike Rathke  <er@openoffice.org>  [e5b2b567efb8cf75ff5855ec6b6909a8b36c4428]

        Next_Symbol: prefetch currency symbol longer than one character

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [b7265d96b51bac00af407ee1161532e39cef3b19]

        removed HID generation

2001-04-23  Andreas Bregas  <ab@openoffice.org>  [b57bf0f202884261352cae750e09b97f570d3204]

        SaveBasicManager() disabled, sbl files are not stored any more

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [1d281acc6c920f81af1f2192de2d9944e010a6c3]

        removed SBLs

2001-04-23  Andreas Bregas  <ab@openoffice.org>  [947cacf4722788f5a5fbc6c043d6bad67f5444f5]

        Check new library container in TreeListBox

2001-04-23  Nils Fuhrmann  <nf@openoffice.org>  [fca6c1676dfca45448fcf12df04557063300ea2a]

        Removed usage of getopt.lib

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [02f0d6ad5ff474452309dc1bffd52121251c7cc8]

        initial revision

2001-04-23  Caolán McNamara  <cmc@openoffice.org>  [406dcc9351340bf705df95df514f9ab8f37f007e]

        Enable automatic text foreground color {im|ex}port

2001-04-23  Martin Hollmichel  <mh@openoffice.org>  [46aaa08abab13dacbb584c01edcfd121fe570c27]

        add: Makefile.am

2001-04-23  Martin Hollmichel  <mh@openoffice.org>  [7a8a290d428f9179da6d3393c756a35ebfd16cef]

        add: acloacl.m4

2001-04-23  Martin Gallwey  <mtg@openoffice.org>  [464a8e734917894a9151662fb101529c58358292]

        #83970# fix typo

2001-04-23  Martin Hollmichel  <mh@openoffice.org>  [572364552bdf18f0e51184eea48c8d2da957c876]

        add: Makefile.in

2001-04-23  Martin Hollmichel  <mh@openoffice.org>  [148097e8f3ff3fcc7b55bb9325f9541971f2a587]

        add Makefile.in

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [191835bec9bafbe76567363e2e5a1fdd7b232671]

        initial revision

2001-04-23  Juergen Schmidt  <jsc@openoffice.org>  [635f8b20607ae9ea2895f7ac5044a4ee0c3f74aa]

        new

2001-04-23  Juergen Schmidt  <jsc@openoffice.org>  [a35988f2edf06ded0e4fed4b45663e4558de2c73]

        insert C-UNO test

2001-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c95e45663aa9421b3f1900680f6388e36462c35b]

        fixed fprintf() call

2001-04-23  Juergen Schmidt  <jsc@openoffice.org>  [f48776abf34520c1fe1cc21ec05161b3c14b6036]

        new, c implemented test component

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [a2255c1e77bee1071b372efd33d3b4adfeb0907b]

        added makefiles for all dirs

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [83824bea5e9e532d32a7d3c5b9085c76f7f6a99c]

        added all remaining targets

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [0206ed436e8e2482054b44e51c25dba433d60431]

        added support for the resources

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [c5ac26376d975713d028493e65c0f434c3d1aa0e]

        initial revision

2001-04-23  Ocke Janssen  <oj@openoffice.org>  [dd7911bb9590bde174b4328a1b5dc388b71a09fb]

        new method for collections to refill it

2001-04-23  Ocke Janssen  <oj@openoffice.org>  [c827c816200b2bac97620f6ccfde5d14907cef7a]

        new method for collections to refill it

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [89917e112ba40f25985453328f4e38aeee014c50]

        added zip support

2001-04-23  Oliver Specht  <os@openoffice.org>  [8e192dab5787eba530f30528953ebcc87546bd0e]

        #83551# cjk services added

2001-04-23  Oliver Specht  <os@openoffice.org>  [d8da018d62e74ea65b2723b6639350ae7a9f2c97]

        #83551# cjk services added

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [a8ef718139154ee9d36b11aa8aee86a803601891]

        added support for the ressources

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [20fed59ecd06fc55935048e11b78a7a8e6bfa142]

        initial revision

2001-04-23  Eike Rathke  <er@openoffice.org>  [3e04f5434e41f74f19880ff4f031098b5f52316f]

        ScDBData refresh handler

2001-04-23  Oliver Specht  <os@openoffice.org>  [c0a0bf971dc57bd5663302398fb03281db7fbb8a]

        double include protection corrected

2001-04-23  Daniel Vogelheim  <dvo@openoffice.org>  [7d897053dedd5145b2445ef9d782865d5f4367c3]

        fixed: deliver empty sequence (rather than void) for an emtpy tab-stop element

2001-04-23  Daniel Vogelheim  <dvo@openoffice.org>  [974264351d07d55cfeab3843f65c31c7542a0bfb]

        added: fault isolation through local exception handling for the use of XMultiPropertySets added: assertions for above case (for multi and normal property sets)

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [0e277d395f152561509d71df07af87e1bf8bccec]

        initial revision

2001-04-23  Frank Schönheit  <fs@openoffice.org>  [8f6dcc17fd9d7e77a6359f4c7ce188c809dea9f2]

        getWindowPeer->getComponentWindow

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [92317f5c4ad025a6c4f1a13347bd0899b14884d4]

        resource file for DB wizards

2001-04-23  Stephan Bergmann  <sb@openoffice.org>  [a332dc22e5aefe9cec5f932fd4a791c51fa64bd2]

        #85712# Added testuri.obj; disabled testint614.obj and testowstring.obj (not working); cleand up.

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [717ec7a995d914bcb23d10d859be0e22dfae859f]

        added zip support for *.xba and *.xdl

2001-04-23  Stephan Bergmann  <sb@openoffice.org>  [02b250c4d4bf226594f8c3091be87f94829c3ece]

        #85712# Added uri.obj.

2001-04-23  Stephan Bergmann  <sb@openoffice.org>  [ead37d2dcecd3f7922f07326bcedc3337599f0f2]

        #85712# A C++ wrapper around uri.h.

2001-04-23  Stephan Bergmann  <sb@openoffice.org>  [af532d1e4a97264d30bb494844935fa5d83df1d9]

        #85712# Functions for handling URIs.

2001-04-23  Joachim Lingner  <jl@openoffice.org>  [e271fc5d1adfbb2e99bd554240e113c763e898a3]

        *** empty log message ***

2001-04-23  Tom Verbeek  <tv@openoffice.org>  [3d281adf803d1e53e24f157b53943a55538b16e3]

        added zip support for *.xba

2001-04-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4043090d75657d2c6ba11cd6e7d3ce14a8168e85]

        replace getopt() with simple_getopt()

2001-04-23  Frank Meies  <fme@openoffice.org>  [6c289d267cc11f970c5f011ae18147d945d3d00e]

        Fix: Do not rotate paragraph end symbol in rotated portions

2001-04-23  Frank Meies  <fme@openoffice.org>  [f8f1667dd475103fc3b5f80ede354da1b145c2bc]

        Fix: Vertical alignment of paragraph end symbol

2001-04-23  Frank Meies  <fme@openoffice.org>  [60d80e4c6e296fac57a8cc82785c78c6f7c7d94e]

        Fix: Do not rotate paragraph end symbol

2001-04-23  Frank Meies  <fme@openoffice.org>  [a39b21efdf911ca5f27e0cffd3f4c6e92aa1e1e8]

        Fix: Do not allow hanging punctuation in multi portions

2001-04-23  Oliver Specht  <os@openoffice.org>  [f690a7ba6edf25d4f6c631f2c8185b58531b5cef]

        #84008# disable edit index in protected sections

2001-04-23  Michael Brauer  <mib@openoffice.org>  [eaa56aff4a06f92c68b2b19ddd1ec99108115663]

        #85713#: Restory y position of character bound shapes

2001-04-23  Peter Burow  <pb@openoffice.org>  [86b7389f946ea810c8ce7634b08764f9bb36ebf1]

        chg: catch IllegalIdentifierException

2001-04-23  Oliver Specht  <os@openoffice.org>  [e4f1033cd442f27d1342b038a3b62b046ae8fa60]

        CJK settings can be changed

2001-04-23  Oliver Specht  <os@openoffice.org>  [20bd206e9fb555ad39d19c50e3cde2f79e536df1]

        #86033# check WrtShellPtr in ::Update

2001-04-23  Oliver Specht  <os@openoffice.org>  [2dee3da50e55b18ac69f5dd59752f76cdc16ed9e]

        #86033# find correct view after reload

2001-04-22  Oliver Specht  <os@openoffice.org>  [0d4ff259a57a0e6e7a530f05b28c0bfd40e00882]

        #86480# don't forget margins and border distance in page width

2001-04-22  Oliver Specht  <os@openoffice.org>  [171265bc44c8215ccf72d5283901905db45a13bb]

        #86230# positions corrected

2001-04-22  Oliver Specht  <os@openoffice.org>  [202f5ac6e52674833a1e5f3dcb46182de9a55bd0]

        #85550# missing flag added

2001-04-21  Eike Rathke  <er@openoffice.org>  [0dcf4e2883792e3669da696bba3e84fecb195ce9]

        linked documents refresh timer and control

2001-04-21  Eike Rathke  <er@openoffice.org>  [9de196b8b7e92a761b8dfed2292d8862805661d7]

        add: refreshtimer

2001-04-21  Eike Rathke  <er@openoffice.org>  [0e12c33877ce63c84a32109e0c6e25ce9c4cdc31]

        refresh timer and control

2001-04-20  Niklas Nebel  <nn@openoffice.org>  [776e299bdbc2ab27166165840a63a1d7e0973859]

        InvertBlockMark: If paint is locked, add repaint area instead

2001-04-20  Niklas Nebel  <nn@openoffice.org>  [27b2c073690a81b91906a3135669b2ea65db5e27]

        slots for undo controller

2001-04-20  Niklas Nebel  <nn@openoffice.org>  [0e7fb305755260ea213cfe32b973ba5bdaed645e]

        register undo and clipboard controller

2001-04-20  Frank Schönheit  <fs@openoffice.org>  [314b07a330297a390b5f049a4203d0941a7a04eb]

        OFormImport: recognize tabbing-cycle 'til SRC630 (compatibility)

2001-04-20  Frank Schönheit  <fs@openoffice.org>  [d5007e190537b8e177c97380b2e7ce59c0570056]

        tabbing-cycle -> tab-cycle

2001-04-20  Frank Schönheit  <fs@openoffice.org>  [89dda5ac7893edb68bfb2b980d761ee7f8b1d9af]

        layout

2001-04-20  Frank Schönheit  <fs@openoffice.org>  [60d58a3febd478b0fa40f5e6e8cbe9f1f820da1e]

        exclude some stuff when compiling for SVX_LIGHT

2001-04-20  Frank Schönheit  <fs@openoffice.org>  [a2f33e5a48e606a8e923e2f524a2a0aef3aa71c2]

        #83601# whenever a DefaultValue property changes, set the respective Value property to the new value

2001-04-20  Frank Schönheit  <fs@openoffice.org>  [02c1d0d86aa65bde099c339a6f369d5d0709f721]

        #83601# smartControlReset when switching to alive mode

2001-04-20  Frank Schönheit  <fs@openoffice.org>  [f56416926a7739c0209d3a288a0c9b6d9b4324c3]

        #83601# +smartControlReset

2001-04-20  Frank Schönheit  <fs@openoffice.org>  [2b420a51b88b34b15e8834a7c164a9472da4f694]

        #83601# +operator const sal_Char*

2001-04-20  Vladimir Glazounov  <vg@openoffice.org>  [a65bbc55738ec467a74f140f0e5e3938defbbca7]

        Fixed bug when there's no project

2001-04-20  Kai Sommerfeld  <kso@openoffice.org>  [b749eb817aecdffd5e06e401918c455416e0a60c]

        #86170# - Added another insertNewContent method, that takes a new           title for the objct to insert as well as a nameclash           behaviour directive.

2001-04-20  Kai Sommerfeld  <kso@openoffice.org>  [6c8ddee1b81617c4b9d8f78ee4e0a83691a4bd85]

        #86170# - Added nameclash handling

2001-04-20  Kai Sommerfeld  <kso@openoffice.org>  [531c7d7d410787fbbc3ede4b45b0f49e074eadb2]

        #86170# - Added type com.sun.star.io.XSeekable

2001-04-20  Daniel Vogelheim  <dvo@openoffice.org>  [d59be6a866053fa1bdf7d8ea59c5737d00bd47f9]

        fixed: redline/two digit year handling

2001-04-20  Daniel Vogelheim  <dvo@openoffice.org>  [7ed6f84364f677363cd3ddae9d237fe974f06ed2]

        fixed: footnote config properties now work again

2001-04-20  Daniel Vogelheim  <dvo@openoffice.org>  [b0796ac41fac84f3479f82052ca12881403715db]

        changed: import property mapper now uses XMultiPropertySet for performance improvement

2001-04-20  Daniel Vogelheim  <dvo@openoffice.org>  [81a987afeb2b883d39407706a58c2178fb9ec449]

        fixed: removed unnecessary comparisons

2001-04-20  Tom Verbeek  <tv@openoffice.org>  [095a357f7926e8ac6efdcbdd93f3f9cc43b3f4d5]

        nicely formatted ;-)

2001-04-20  Michael Brauer  <mib@openoffice.org>  [e2e6f22af97dd7de897b3a30dd109145e4073b6c]

        #85930#: fo:font-style-name -> style:font-style-name

2001-04-20  Tom Verbeek  <tv@openoffice.org>  [c4ae3b3d1d47e2f630d5a1e75c87b90d7d3512a0]

        changed in order to work together with new build process of wizards

2001-04-20  Daniel Vogelheim  <dvo@openoffice.org>  [9e7d096ab3403431ea1c22c797061a8a09846d5f]

        fixed: removed hack to ease image map integrations into SRC627

2001-04-20  Caolán McNamara  <cmc@openoffice.org>  [aa5dc744e9f12f7d1f609887fb98a7aaf7c4df03]

        base table handling on logical character positions and by using new property finding algorithm

2001-04-20  Caolán McNamara  <cmc@openoffice.org>  [f2e671e1cf32893ba7980e0b32d303d7220a63e2]

        clean type conversion warning

2001-04-20  Caolán McNamara  <cmc@openoffice.org>  [f4e4beab9822b58b3a9a72d6aadec5d536e4b1fc]

        New algorithm to find character and paragraph properties in fastsave documents

2001-04-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2322708f391ef42313a775b533cc49d5ac595b09]

        make local env more local

2001-04-20  Caolán McNamara  <cmc@openoffice.org>  [841d05ac607193108a27ac1d92e378872a87d3e9]

        Missing sprms and bad WW6 fontselection sprm id

2001-04-20  Martin Hollmichel  <mh@openoffice.org>  [1224d398510d0526b140f3be1dc7c67e042f4ee5]

        add: Makefile.am

2001-04-20  Oliver Bolte  <obo@openoffice.org>  [a8294341de73658013cf612aaac791b4c593677b]

        #65293# parse error linux

2001-04-20  Martin Hollmichel  <mh@openoffice.org>  [c5fb6f50ed2928d534cbda4df613f84d3fa7c6b0]

        use installation directory from configure for DMAKEROOT, DMAKEROOT can still be overridden by environment

2001-04-20  Martin Hollmichel  <mh@openoffice.org>  [81d03cb03996c601bdbf6ef36f071b58172a928d]

        avoid clash with autoconf config.h

2001-04-20  Martin Hollmichel  <mh@openoffice.org>  [b0b969c93e5c62812f48274ff62c8c593bee4ee8]

        preparation for autoconf and automake for dmake

2001-04-20  Christian Lippka  <cl@openoffice.org>  [56c5107a6ad83950c3424e18f046c3a9ed20f829]

        #82045# started view settings

2001-04-20  Christian Lippka  <cl@openoffice.org>  [1964a7dc31ceac4ca50d8966be1a3eef91841e12]

        #82045# reset view settings after export so they will be generated again on next export

2001-04-20  Juergen Schmidt  <jsc@openoffice.org>  [84788fbef537cfac72d2b99974d9ca45458f32b6]

        forwad declaration for interfaces

2001-04-20  Malte Timmermann  <mt@openoffice.org>  [15ca712d1ad72b50141f1bc851110a25b37600c8]

        DeselectAll

2001-04-20  Kai Ahrens  <ka@openoffice.org>  [64a26791c54f8ab285a9e79679394a4a265001c7]

        #85966#: optimized detection of StarImage OLE objects

2001-04-20  Daniel Vogelheim  <dvo@openoffice.org>  [8780d08c9fef7f9a9849db36ff3dff4e44d16495]

        fixed: access violation in setPropertyValues(...)

2001-04-20  Ocke Janssen  <oj@openoffice.org>  [9f75c2daea7e65c673b46fd6927417e503544835]

        #85736# new checkbox for odbc

2001-04-20  Ocke Janssen  <oj@openoffice.org>  [7125fc68dbd0425bbc865802397d7347de1a26ad]

        #85736# if catalogseparator is empty don't append catalog

2001-04-20  Ocke Janssen  <oj@openoffice.org>  [d5f84ece8f33186f6bf9876b69c825174e0bde3c]

        #85736# new member

2001-04-20  Michael Brauer  <mib@openoffice.org>  [f204c82b95ee897337f59f218e5b043200b1bbae]

        some new attributes

2001-04-20  Michael Brauer  <mib@openoffice.org>  [c28a5fa89b3c603cce14cf0443e59ff25a238f4c]

        syntax

2001-04-20  Ocke Janssen  <oj@openoffice.org>  [b046ef70b8b2b083edec3e8102e957d038ade515]

        #86178# split table into two classss one is a decorator

2001-04-20  Dieter Loeschky  <dl@openoffice.org>  [dca7955f5f27f59212aa621cce2c668443cfe143]

        #85400# Inserting math OLE: setting LogicRect and VisArea

2001-04-20  Michael Hönnig  <mi@openoffice.org>  [bdb17e3b9ab1137148a85f3a5fdc913b5717d54b]

        caching smart interfaces

2001-04-20  Niklas Nebel  <nn@openoffice.org>  [82f849d15dccfbf2c4a5509bf1b7ac8372a97f3b]

        #85281# TestMouse: don't start AutoFill if ole object is active

2001-04-20  Frank Schönheit  <fs@openoffice.org>  [100a08f277a2e263d011732fea6edd7548ad4119]

        some less warnings

2001-04-20  Dieter Loeschky  <dl@openoffice.org>  [89057a5e7cb03855a46617be262be55cc9244905]

        #86143# pInStream: Seek( 0 )

2001-04-20  Kay Ramme  <kr@openoffice.org>  [b69ade5fd117e0ba69ea14f807caa83400bc79a7]

        map void-any on Any(void.class)

2001-04-20  Niklas Nebel  <nn@openoffice.org>  [2862157312e7c98ca2cc8e46eacfb4bc4f1da335]

        #85250# removed unnecessary GetStorage call in InitNew

2001-04-20  Nils Fuhrmann  <nf@openoffice.org>  [f6e20f05c785770a42b082befe4850f84926c002]

        New handling of deliver

2001-04-20  Ocke Janssen  <oj@openoffice.org>  [56cd43bc41748f38611d846d36b16fb752989c22]

        #86024# reassign columns

2001-04-20  Oliver Specht  <os@openoffice.org>  [f9176d5faeb38a77c04ecadbc895cd2ca65881f0]

        DDE fieldmaster: DependTextFields added

2001-04-20  Oliver Specht  <os@openoffice.org>  [8e84b40f473dcc8a2fa1cae578e2c8e32ddbada0]

        properties completed

2001-04-20  Oliver Specht  <os@openoffice.org>  [5a40043bafdd81b39b1375c609b062a9948e637d]

        some masters added

2001-04-20  Oliver Specht  <os@openoffice.org>  [5b3d881c60e720b51b6f519e880fd1b91699f533]

        minor changes

2001-04-20  Oliver Specht  <os@openoffice.org>  [37652a8911de50ddf5d969fa81b11079db3880e2]

        service .fieldmaster.Database

2001-04-20  Oliver Specht  <os@openoffice.org>  [f2d192086e51987684a71a079b2cb6e906cf3652]

        service .fieldmaster.SetExpression

2001-04-20  Oliver Specht  <os@openoffice.org>  [8f36521c4393767e257efe85a90379733ebdc66a]

        service .fieldmaster.DDE

2001-04-20  Oliver Specht  <os@openoffice.org>  [6286d76e5ce5b45ab7feff758ff68135af0446cf]

        service .fieldmaster.User

2001-04-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d3e05102c06a8086f5113ba4367122e1092ac566]

        no relative path names just directory names

2001-04-20  Oliver Specht  <os@openoffice.org>  [ffa367a4afc5f491ac77fd33ed69d9cf6f14d30f]

        #78472# XServiceInfo completed

2001-04-20  Oliver Specht  <os@openoffice.org>  [8ac9090557f499c1a79d8cbaed0d695812b6c3b2]

        #85780# generate hidother.hid

2001-04-20  Niklas Nebel  <nn@openoffice.org>  [de05e3e80b3410cc0826ee2cd8cd7f3551a8840e]

        #85811# use unolingu to get LanguageType from Locale

2001-04-20  Caolán McNamara  <cmc@openoffice.org>  [8fdc38f868526028da0ba8d350ab8e5117189d25]

        escher graphic mode is 32bit not 16

2001-04-20  Sascha Ballach  <sab@openoffice.org>  [3c117998cf3d75decfd8bd5f82c04cd5d068cb4b]

        change a property name

2001-04-20  Sascha Ballach  <sab@openoffice.org>  [84776dee91591db6c60bf0f4609e135f275bc338]

        little performance optimation

2001-04-20  Kay Ramme  <kr@openoffice.org>  [ebc4b0b9b105ca854c015e29a284b8ae486f2230]

        removed obsolete toString method

2001-04-20  Nils Fuhrmann  <nf@openoffice.org>  [94341b50b4c1839b4005692bed21036aa97a3ba3]

        Read mkout from environment

2001-04-20  Dieter Loeschky  <dl@openoffice.org>  [4485a02d0ff03d1a785c92e29b94bfa0ad238497]

        #85804# NbcSetChanged() not virtual

2001-04-20  Dieter Loeschky  <dl@openoffice.org>  [ea46915c16e31b3893c8902e84eb240a03626b05]

        #85804# SaveCompleted(): clear TextEditOutliner

2001-04-20  Dieter Loeschky  <dl@openoffice.org>  [a959e2c680b4cd59300c926a49d6c0b8418c7adf]

        #85804# GetEditOutlinerParaObject() now public

2001-04-20  Vladimir Glazounov  <vg@openoffice.org>  [713a490c0c7ae6f97a62243991d594c3f5868fc7]

        Corrected use of an uninitialized value

2001-04-20  Malte Timmermann  <mt@openoffice.org>  [2c137c8c0e1cdd77c92fc6abb193b6cf142c8b8f]

        BugFix: State DONTKNOW is invalid

2001-04-20  Malte Timmermann  <mt@openoffice.org>  [158debd5532628b3e379d12630c5367c18669e63]

        Help::Start() with Window*

2001-04-20  Oliver Specht  <os@openoffice.org>  [44c234f034cdded4f23372c1731f5b958d316c35]

        #80346# allow negative indents in SvxRelativeField

2001-04-20  Malte Timmermann  <mt@openoffice.org>  [63b5e8d74b575e569854dedba8b1f4f5feb0b916]

        Help::Start() with Window*

2001-04-20  Nils Fuhrmann  <nf@openoffice.org>  [b5dd6272bf80b2fff1798a445bd54c5dd92fa9af]

        Usage of mkout instead of _mkout

2001-04-20  Sascha Ballach  <sab@openoffice.org>  [25925058d6ee5ef54465c00ea07857675fe689ec]

        export and import the refresh delay attribute of table source element

2001-04-20  Sascha Ballach  <sab@openoffice.org>  [434684158556ff5dad68399010ba5b2b932f889f]

        #86162#; transport the information about loaded/saved number styles

2001-04-20  Sascha Ballach  <sab@openoffice.org>  [3e50d13f150bee74d51053a357de03fc74940f45]

        #86162#; transport the information about loaded/saved number styles

2001-04-20  Malte Timmermann  <mt@openoffice.org>  [6035bcd5e5e018f7d8e62567966aee8d1aee5b33]

        Help::Start() with Window*

2001-04-20  Jörg Budischewski  <jbu@openoffice.org>  [696f402e197009bc42ad6ec028222bd8f2ad6d99]

        fatal bug fixed with sequence typedescriptions

2001-04-19  Niklas Nebel  <nn@openoffice.org>  [4c566372186623a084475ca28eb8af1bd67f2ae0]

        insertString: special handling for ScCellTextCursor is no longer needed

2001-04-19  Niklas Nebel  <nn@openoffice.org>  [48e17cb04d83b6b50522503f849555ff289544ed]

        DeleteUnchanged: handle default items

2001-04-19  Armin Weiss  <aw@openoffice.org>  [6d5d371c7073f87be2228e905044d42a85ff5928]

        #85953# take out this case to allow writing empty sXML_transparency_name entries. This is used to represent disabled FillTransparencyItems.

2001-04-19  Armin Weiss  <aw@openoffice.org>  [d59a6cf8e517bda5922001c32ea831f6c417eb40]

        #85953# unique name only necessary when enabled #85953# if disabled, force name to empty string

2001-04-19  Armin Weiss  <aw@openoffice.org>  [83fdc5f3061aa59eb91a50de07a2eee413ba1ee6]

        #85953# Set a disabled XFillFloatTransparenceItem

2001-04-19  Armin Weiss  <aw@openoffice.org>  [fd16504d3ddb808c1e5f77acb1885a539d8c033a]

        #85953# allow all kinds of XFillFloatTransparenceItem to be set

2001-04-19  Sander Vesik  <svesik@openoffice.org>  [d8dc7051141e145c0ed34d10cf68980b2521cc09]

        Fix #include <stl/

2001-04-19  Kay Ramme  <kr@openoffice.org>  [d08880b06b81b52b04a1e442825f193a32cc2fed]

        removed obsolet methods for connection inheritance

2001-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [01d83f66a478931d25764d34704e3a1f8559acfb]

        again fix script_name

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [4a0fcf6fcb2299b4050e6a8fcdb05e8b2b5116fc]

        dispose: don't access a NULL model (happens in the seldom case that no database form could be instantiated)

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [2f2fd6db7c3ad6f21342504abf68af7b72a15d79]

        #86147# +eventlistenercontainer

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [50416fb53446f5628f09326513a36cc1d608e1fc]

        -initial checkin - base class for non-UNO dispose listeners

2001-04-19  Vladimir Glazounov  <vg@openoffice.org>  [e4401ad9957f0764640ddba6708a4d4a8b2bcabc]

        Fixed bug with parameters

2001-04-19  Kay Ramme  <kr@openoffice.org>  [e98ccc427dea0cf63e094af05aaa35406823ecb5]

        adapted to new constructor

2001-04-19  Kay Ramme  <kr@openoffice.org>  [296aeba35b127a4ef3e801f2d746ccb259108e81]

        joined 1.8.4.11 - 1.8.4.12 (enabled the socket-close-bug workaround only for linux jdk1.3.0 from blackdown or sun (#84339#))

2001-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cc0a999018fa9444880404fe5750c1e446bc875]

        fix scriptname

2001-04-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e548e16cf5f7436c09b140fdd611be10de7e3b04]

        one blank isn't empty

2001-04-19  Jörg Barfurth  <jb@openoffice.org>  [1c9aed45111565fd6f2f54396a7231480b72791a]

        #86095# Revised handling of TemplateProvider: User administration can use SpecialTemplateProvider; ProviderImpl now provides a raw ITemplateProvider; TemplateProvider not stored in ApiProviders any more

2001-04-19  Jörg Barfurth  <jb@openoffice.org>  [cac71f556aead9c64c2a9668cb86f543d8de5f4b]

        Cleanup: Previous (gcc ?) patch was misleading (as was the original code)

2001-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4c7d61da4db15cc8028786320fd117a2451ad60]

        Initial Import

2001-04-19  Joachim Lingner  <jl@openoffice.org>  [bcae92cb95930cdcd634e12c2a5988609f7ef6d7]

        *** empty log message ***

2001-04-19  Hennes Rohling  <hro@openoffice.org>  [5525b7ac0ca636c41a0148412b8f5f60cc3873e4]

        #86168# build list for new sysui module

2001-04-19  Hennes Rohling  <hro@openoffice.org>  [16e367ea7c115488f404fa17b0fbe7d081905e26]

        #86168# Deliver icons to msic/icons

2001-04-19  Kay Ramme  <kr@openoffice.org>  [c9fca681fe84da5c2ada659081ecce4fd26d56f3]

        add demoComponent

2001-04-19  Joachim Lingner  <jl@openoffice.org>  [b1b2a9adf7698a762f1dfc8495d56ee1761e1f9f]

        *** empty log message ***

2001-04-19  Joachim Lingner  <jl@openoffice.org>  [bc6a2cdcb6ee466aaebc428a58eed93803f7016d]

        new

2001-04-19  Jörg Barfurth  <jb@openoffice.org>  [a67b27a7617a35035789f04b30a0fc507e480b76]

        #86095# Revised handling of TemplateProvider: Can be fetched from the tree and node for use in a SetElementFactory

2001-04-19  Joachim Lingner  <jl@openoffice.org>  [4b5e61c518f1159ddc2d3852f97b6726a1c0bd7e]

        new

2001-04-19  Joachim Lingner  <jl@openoffice.org>  [5df33b4c5a415007b6cff324fd5b6bbbac717b7e]

        lib for test with dynamic loader

2001-04-19  Jörg Barfurth  <jb@openoffice.org>  [39ec4227082e3e9cc0e57ba2a309d34b6558ab39]

        #86095# Revised handling of TemplateProvider: Need not be passed when adjusting to changes any more.

2001-04-19  Jörg Barfurth  <jb@openoffice.org>  [1123919a408744adf4d14d0c9e1bd79ca197b873]

        #86095# Revised handling of TemplateProvider for sets: The provider is now stored in each set node (-Impl) and accordingly is not passed around any more

2001-04-19  Jörg Barfurth  <jb@openoffice.org>  [57596ca86c8a78ba0fc90ec0329510ad57bcfefe]

        #86095# TemplateProvider for SetElementFactory is now fetched from the set node

2001-04-19  Jörg Barfurth  <jb@openoffice.org>  [a52cdd53889d792f70ce656f11e4e0e336264734]

        #86095# Added Options to TemplateProvider (for localization support). Split off SpecialTemplateProvider for Admin sessions

2001-04-19  Joachim Lingner  <jl@openoffice.org>  [69995796449e513800199ec319d82a46e8eee44b]

        new

2001-04-19  Kai Sommerfeld  <kso@openoffice.org>  [8db81bfd818c8917bfd0750b782adab0b6f90518]

        #84998#- Added missing exception declaration to Content::transfer(...)

2001-04-19  Kurt Zenker  <kz@openoffice.org>  [39b3cf5bea89cfa42fbe32ef2b253061bd17cd5a]

        use no undefined types

2001-04-19  Vladimir Glazounov  <vg@openoffice.org>  [b41c78839ae7ffffee8ac3d67b57aac112cc8edf]

        changed according to dmake specification

2001-04-19  Thomas Lange  <tl@openoffice.org>  [db66f2949f9a35d2dd0ad080e73605e0ab235d9f]

        SymbolSet Manager now member of document

2001-04-19  Thomas Lange  <tl@openoffice.org>  [5b2803b68eddf9e30212bdbdeab3da84d58af523]

        SmDocShell now additional argument to Prepare function in order to allow access to the SymbolSet manager

2001-04-19  Malte Timmermann  <mt@openoffice.org>  [dc74d781168dab481d09db0554de70c3dd83285a]

        RTF: Export AutoColor

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [90eee8ba7734b96bbbc61f8e46917e54e92d108c]

        CVS is doing wierd things so putting this back here for now...

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [14a0c58cdfa2ffea0cc20f3c500dc7ba17bd61e3]

        moved from main inc directory

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [547c071381c5f612da2fa3de6290bb431880faf6]

        Moved header files outside of main inc directory

2001-04-19  Daniel Rentz  <dr@openoffice.org>  [a8b65dc45b0b43f3417b4974c00fff9c5b09be6f]

        minor change

2001-04-19  Malte Timmermann  <mt@openoffice.org>  [122cd3d8e8188516e59471ff10a5156db5ae79a5]

        AutoColor...

2001-04-19  Daniel Rentz  <dr@openoffice.org>  [03f41d47d3692b065a21104739a2dd9b4ebe7c5d]

        #86161# patterns of cond formats

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [b3373bdeaa14b825480b2bd4a5444b229008fda5]

        some misc. code clean ups and now use the new XManifestReader/XManifestWriter components

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [b5cc630c3801f158ed37429cd95aefca0e11464f]

        moved from main inc directory

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [4b6f310cd73211d81110280d61db27df234cdca7]

        misc code clean ups

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [2b7c5da331c5573dac2cab9ac5e3a2ed097cb60f]

        Moved these headers from main inc directory

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [1f31d725b847731eed84626a63e5438c1794bc5e]

        link with manifest.lib also

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [75cd4ca133b9cc2377307869b4f56ea1213fa509]

        Build manifest also

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [5d31fa34f1654164e5dd3c0bb86d18f5439aab76]

        Cleaned up the header files and inc directory

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [8e773af5ecfba8e3fd105c0e6daa6eb52765628b]

        initial import

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [c98f44a3b0b6622e038fa4a5da05008695eca75f]

        initial import

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [5e34f65208a597176befd67e0e49295ab0b71f31]

        Initial import

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [6ce3967867d049335fc8bc2aad80c9a4aa915563]

        Initial import

2001-04-19  Oliver Specht  <os@openoffice.org>  [f7d97847755cc7e8e006caf0b194139ecde2dce2]

        _createInstance renamed

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [1fbe921434037e396f4587741e6bbdfbe9e96cd9]

        added manifest

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [8f3e92afc90c23bdc88d4d89aed22ae02c553ffd]

        add manifest

2001-04-19  Martin Gallwey  <mtg@openoffice.org>  [affc699af402771653f82732beb68fb30c39f544]

        Added manifest directory

2001-04-19  Michael Brauer  <mib@openoffice.org>  [a7db40a8f851678aa2998501b9fcf142a1165536]

        Use XPropertySetInfo for caching

2001-04-19  Vladimir Glazounov  <vg@openoffice.org>  [ea65fb1e6ad851d64d0e8fe9757bed3eb02708c8]

        First revision of perl buld tool

2001-04-19  Eike Rathke  <er@openoffice.org>  [e8428df2942f22897a386381b8d668225f32ca76]

        #86177# unicode assumption except CR,LF,TAB

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [846766ca5da398369fa6ccd1cf2c5e25d7d05a95]

        arggghhhh .... remove the (double) TextColor entry

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [eeeaba374a07de1551c7967b8e44909f5f1882e7]

        #85097# add TextColor to the styles map, so it won't be exported as ordinary property

2001-04-19  Vladimir Glazounov  <vg@openoffice.org>  [43c09a061b3e10c9716e619349e3277994562355]

        rscdep now delivered out of tools/bootstrp (NF)

2001-04-19  Ocke Janssen  <oj@openoffice.org>  [1b805fa95665496ee21345d092b94603c46542f7]

        forget GetParent()

2001-04-19  Kai Sommerfeld  <kso@openoffice.org>  [0339d35cd3febcb26bb48be15a7c1da92454689f]

        Added: More documentation on nameclash handling.

2001-04-19  Andreas Martens  <ama@openoffice.org>  [0fd43510a9295cd5dd8a954b5ef7ad377f190703]

        Fix #84879#: Looping fly in fly

2001-04-19  Frank Meies  <fme@openoffice.org>  [b2e8c957501d518113303fb8afa86848b8a928f7]

        Fix: Escapement positioning

2001-04-19  Kai Ahrens  <ka@openoffice.org>  [1e823faf69d58da0e229f6e352345cb367fcaae8]

        #86165#: assertions removed

2001-04-19  Rüdiger Timm  <rt@openoffice.org>  [94d9e8e7f7265e96c6e9cbcebfcbc6e8c8e17e94]

        #65293# idl compiler unoidl has been exchanged with idlc

2001-04-19  Andreas Schlüns  <as@openoffice.org>  [dbce3df2138664b9ac0e8bc0e5e8b0b0e1baa179]

        #79591# disable component description - it doesn't work!!!

2001-04-19  Kai Ahrens  <ka@openoffice.org>  [97b85cae64ebfa228a9e04222a1c31ee13483908]

        #86165#: assertions removed

2001-04-19  Oliver Specht  <os@openoffice.org>  [14d619de4c37f419a7be758f4a77b7879c28a585]

        #85274# SwXCellRangeModify::Modify: condition corrected

2001-04-19  Oliver Specht  <os@openoffice.org>  [525733bc20ba47de14559870ed4573612715e1ac]

        #85274# CellRange and TableCursor don't have a PageNumberOffset property anymore

2001-04-19  Kai Ahrens  <ka@openoffice.org>  [d64354ceb3a54fa326cb751ce76e1a34c1912338]

        #86165#: assertions removed

2001-04-19  Christian Lippka  <cl@openoffice.org>  [c2fe6ea9282fa1ccf56394d612fc44975a617811]

        #85097# fixed WordMode to CharWordMode

2001-04-19  Christian Lippka  <cl@openoffice.org>  [1528e565f678a25ded4f57b7b90c9fb772ad2fc1]

        #85097# moved control properties to shape styles

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [df67d6b6583aba58ddc4b4cf38515549d4b0558e]

        #82883# renamed DispatchGridControl in InteractionGridControl

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [4e719918af652cac99ac295a97fbc5496598a485]

        #82883# renamed DispatchGridControl in InteractionGridControl

2001-04-19  Oliver Specht  <os@openoffice.org>  [b67b5333e7012b28bb821a13d4ba98f020a96df2]

        #85353# color of the page example now completely set

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [5466db83daeab2ab1001a70b10c41f922c0c03ae]

        +InteractionGridControl

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [4990cfc531aee18a6c2a331296c71aa89ec1fb1f]

        initial checkin

2001-04-19  Kay Ramme  <kr@openoffice.org>  [004966e878fd67b5a7613d9da8a0b7c39f4bb978]

        add two test directories

2001-04-19  Thomas Lange  <tl@openoffice.org>  [755fe29ae87b220b43f24b8980191f22e1bcc9b6]

        CharLineEnd member removed; ConvertLineEnd used now to make lineends to be '\n'

2001-04-19  Thomas Lange  <tl@openoffice.org>  [e2efb4bbc7c11dc528b170e6b3cb33ab1a14b714]

        CharLineEnd member removed

2001-04-19  Armin Weiss  <aw@openoffice.org>  [075bcf1d1656e0d30c0b71e61f50436fa198cdd0]

        E3dView::ImpCreate3DObject(...) does now handle empty text objects. There should never be empty text objects, but e.g. some old example files (like engine.sda) include some. So it's better to make it safe.

2001-04-19  Nils Fuhrmann  <nf@openoffice.org>  [6d40302c5679a6462622ed7c5eb82b6e395f265d]

        Added rscpp

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [6f842ff922563530e5033ecca019969759e22fe3]

        corrected the include protection

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [3ad03dfe6109afe341d9ac13bef378c05b35bbdf]

        +GridControl.idl

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [a9d30b4c9df2116a5d904ab91cf7a50047e028f6]

        initial checkin

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [0c3a739463c1eda720575cc7fd8a57990fb0fc33]

        added com/sun/form/form/control

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [079c5f5f71a22d06b91826dd457596e2269736bc]

        getSupportServiceNames: added com.sun.star.awt.GridControl

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [d38af64fda6a8a888ec12ee33fef64b223ada6f4]

        getSupportServiceNames: added com.sun.star.awt.GridControl

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [1d65f41bd7cabc51e5e620151ab3fba0273ef18d]

        getSupportServiceNames: added com.sun.star.awt.GridControl

2001-04-19  Oliver Specht  <os@openoffice.org>  [ef95e1ad114402a44c279482e3ea27ac31ae7712]

        property name corrected

2001-04-19  Oliver Specht  <os@openoffice.org>  [fd363f88ad308f441cb8078918715eea4f307971]

        XMultiPropertySet added

2001-04-19  Hennes Rohling  <hro@openoffice.org>  [0d1d479fc95dee73ea169d13edbba90bf0c525fc]

        #86168# Deliver icons

2001-04-19  Mathias Bauer  <mba@openoffice.org>  [e2c64a830362774f565517ee0c39ce79358ac018]

        #85739#: AppEvents with relative pathnames

2001-04-19  Mathias Bauer  <mba@openoffice.org>  [bccce9915ce8e2eca4bd2eae82eebed553b5c71e]

        Not neccessary to clear undo objects in 6.0 format

2001-04-19  Daniel Rentz  <dr@openoffice.org>  [37f79023579266c985ffdbef1b05e51edbc2f59c]

        export of web queries

2001-04-19  Daniel Rentz  <dr@openoffice.org>  [db2637c054f384f4c10048a795b7dc394e106054]

        using a separate range name list to avoid double names

2001-04-19  Daniel Rentz  <dr@openoffice.org>  [d3a38f8a8f5bad84ac542ba23acdfca1be89d5ff]

        add: ExcName::SetName() and ExcName::SetUniqueName() minor fixes

2001-04-19  Daniel Rentz  <dr@openoffice.org>  [f71d44053778c38ec8d97bfc8da8ebe02f4cd8d6]

        export of web queries chg: class DefRowXFs derived from UINT32List

2001-04-19  Daniel Rentz  <dr@openoffice.org>  [46d3a304d9cb1a3b47633b6f2c666589a85144a9]

        minor fixes

2001-04-19  Daniel Rentz  <dr@openoffice.org>  [46bf43fb89243db5a17c56449f888312ec69a413]

        add: ExcName::SetName() and ExcName::SetUniqueName() using a separate range name list to avoid double names

2001-04-19  Andre Fischer  <af@openoffice.org>  [8f336a9062948c029cd311c001f68ed2c1402f3c]

        #82045# fixed player build (cl)

2001-04-19  Andreas Martens  <ama@openoffice.org>  [105763aba6642b2620ac42ef57616e4bdfb0aa35]

        Fix #84005#: Don't invalidate empty section frames

2001-04-19  Frank Meies  <fme@openoffice.org>  [a9f3475f9ab3c502b4642e983b420b95598e7d1a]

        Escapements in rotated portions

2001-04-19  Frank Meies  <fme@openoffice.org>  [3a1c032a0581f318196d0e8e14174748afeac3b1]

        Fix: Position of objects anchored as character in multi portions

2001-04-19  Nils Fuhrmann  <nf@openoffice.org>  [0ebf36ea9214af487e9c4846640d1b19d3a6fada]

        Added dependency to soltools

2001-04-19  Nils Fuhrmann  <nf@openoffice.org>  [499c4d608489f59d17c0c7657f13f27238039acf]

        Added dependency to soltools

2001-04-19  Frank Meies  <fme@openoffice.org>  [d4862dfe038dcc8edbcb5fcfa48ff282d1c04728]

        Opt: Removed obsolete query

2001-04-19  Oliver Specht  <os@openoffice.org>  [bf31adaf18889189083d637725232778eb6c2df6]

        CJL options depend on the installation

2001-04-19  Ocke Janssen  <oj@openoffice.org>  [36d2219615a8d894c21c209401cfba2b38d26a69]

        new string

2001-04-19  Vladimir Glazounov  <vg@openoffice.org>  [1a4c3812a345dfad9da310c58e188f18db26f84f]

        Changed type casting

2001-04-19  Nils Fuhrmann  <nf@openoffice.org>  [bdeacd7dc7636fbe3a48ff377ce0fa6b73168c13]

        Removed usage of stl

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [0fb2b145eb25c0562f3ca09be1a47739d1c703b0]

        initial checkin - service description for form related controls

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [d82730ba00266d257073796bc7ae6a4b448cec1d]

        #82883# +UnoControlFormattedField / +UnoControlDateField

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [136a25540a48b1444f0aa0278ac0dcfebebe770d]

        initial checkin

2001-04-19  Kurt Zenker  <kz@openoffice.org>  [029945cfa27229f73f2c4ba9a0ead4ce79e7b8a8]

        add. #include <ocidl.h>

2001-04-19  Nils Fuhrmann  <nf@openoffice.org>  [4f4b74153d27a9579c49b225b2690e7f9416fe78]

        Moved cpp from cpp to soltools

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [341866881133f28d6e43bdad62bc02d79b17c22a]

        throwFunctionSequenceException instead of throw FunctionSequenceException (bridge problems)

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [6058bc5eb35a5eeb9d6a940308dc9c327d12c281]

        throwFunctionSequenceException instead of throw FunctionSequenceException (bridge problems)

2001-04-19  Frank Schönheit  <fs@openoffice.org>  [fcc7ae17ac872f89bcc96871fc9b3bfec7f2a302]

        +throwFunctionSequenceException

2001-04-18  Sander Vesik  <svesik@openoffice.org>  [9986beab69e99b3403e0d3e608e4ceba1b9982e0]

        Xprint related fixes

2001-04-18  Sander Vesik  <svesik@openoffice.org>  [0228886cf23e251ed261ab10fecfa3e0691c3180]

        Yet another creepy-crawly stl/ to be removed

2001-04-18  Martin Gallwey  <mtg@openoffice.org>  [f00fd10c7a1e1aa0c6e0748a1422c21814797237]

        remove workarounds for problems with over-writing streams, and set the mediatype of both the autotext event stream and the blocklist stream

2001-04-18  Martin Gallwey  <mtg@openoffice.org>  [cf11ee403d387d31aebc46e2ad310fb47f145168]

        Correctly handle text only text blocks

2001-04-18  Martin Gallwey  <mtg@openoffice.org>  [fd472f5d6ddee44efea5291a740c33a1dcb49ea5]

        trivial optimisation

2001-04-18  Kurt Zenker  <kz@openoffice.org>  [eac0be52937e423f16ca4b09ef5b3b8d0858eaf6]

        new version for SRC629

2001-04-18  Kurt Zenker  <kz@openoffice.org>  [041ae0a55fa657be2b654e713d84137e1c9dca3d]

        new version for SRC629

2001-04-18  Sander Vesik  <svesik@openoffice.org>  [d4ef032ec92ce73858f3f66055754805ab5fcb4a]

        An #include <stl/ has managed to creep into the source! Again!!

2001-04-18  Kurt Zenker  <kz@openoffice.org>  [2cf22fa389997625a1403e710c344aa9f3f9c939]

        new version for SRC629

2001-04-18  Martin Gallwey  <mtg@openoffice.org>  [a868e4c99e91445f3f9cdf2e805ec6561ad4689f]

        need to include svstdarr.hxx as nmspmap.hxx no longer does

2001-04-18  Martin Gallwey  <mtg@openoffice.org>  [23447169263e0987b48895cb23c7c845e2bc5b5e]

        Optimise namespace handling by storing data in an STL hash_map

2001-04-18  Rüdiger Timm  <rt@openoffice.org>  [0dea2a17ec483c309269483239c7097494ca285e]

        new version for SRC629

2001-04-18  Oliver Bolte  <obo@openoffice.org>  [daf0e3d1c5144f5787978383bdd1a0aca6726abd]

        #65293# typeconversation expected (linux)

2001-04-18  Oliver Bolte  <obo@openoffice.org>  [a45c4ad5f133eb8b10e5ae2951096a1c86111dbc]

        #65293# typeconversation expected (linux)

2001-04-18  Martin Gallwey  <mtg@openoffice.org>  [6d1f65d9ca8bfff78781cf04aef56dbbbbf5f43d]

        Implement XMultiPropertySet and XPropertyState

2001-04-18  Martin Gallwey  <mtg@openoffice.org>  [8b55a19d7795a3581423f175c8c79e5ae47187d4]

        Only export non-default values

2001-04-18  Martin Gallwey  <mtg@openoffice.org>  [0627729954bbdad0095d1772132e09c152fb24e9]

        Implement XPropertyState so we only export non-default values and XMultiPropertySet so we can set them all at a single call to the model

2001-04-18  Patrick Luby  <pluby@openoffice.org>  [12430b86c68efcefdd0ae854a75f57460a9b09a3]

        Correct Unix include path

2001-04-18  Mathias Bauer  <mba@openoffice.org>  [081ec76e83df64a98692fac99584db66a629ce0e]

        GetHelpText changed

2001-04-18  Joachim Lingner  <jl@openoffice.org>  [4387028fd55a438642a26e75826b0f34aa9c4c86]

        rtti switched on on windows, other OS are on by default

2001-04-18  Niklas Nebel  <nn@openoffice.org>  [65c160f3ea83aa8769436016c93bb2f73471c447]

        #85351# adjust to cell positions using twips values

2001-04-18  Dirk Völzke  <dv@openoffice.org>  [dcce64815d31c4cbc00196933a236c93a864f333]

        #84092# removed interface com.sun.star.ui.FileSave

2001-04-18  Patrick Luby  <pluby@openoffice.org>  [2bdadab7d80024501c19acdf6069846299829443]

        Corrected case mismatches in #include file names and #ifdef'd out Windows specific code

2001-04-18  Sander Vesik  <svesik@openoffice.org>  [23e8bd3da962bc4e4e2d876dda7ab49beb98748b]

        Add makefile for building gpc inside the OpenOffice.org sourcecode base

2001-04-18  Ocke Janssen  <oj@openoffice.org>  [14194f497f84372f2e05806bcfde2d3637d68612]

        #85737# create tables first when needed

2001-04-18  Peter Burow  <pb@openoffice.org>  [88ed8b81fa263e4fa308963f07f65ea48a3bc4e4]

        fix: #85816# GetHelpText() with Window*

2001-04-18  Ocke Janssen  <oj@openoffice.org>  [ea572cfc0312e2172c2aba76a338c3155dadf40d]

        when ask for typeinfo don't look for errors

2001-04-18  Kurt Zenker  <kz@openoffice.org>  [2b62ff3a778c558ba25458d641ae576b0d323d40]

        new version for SRC629

2001-04-18  Kurt Zenker  <kz@openoffice.org>  [10e2e3a0166201287743e9f103355630e568b601]

        new version for SRC629

2001-04-18  Sascha Ballach  <sab@openoffice.org>  [04c099b584257661674231b784f0dafa58c5bf9e]

        fix a little bug in the export if there is no content, but different styles of rows

2001-04-18  Vladimir Glazounov  <vg@openoffice.org>  [ec669e672b7f17a3767c582677b604bfb28162a5]

        (MT) Help::GetHelpText: Window*

2001-04-18  Oliver Bolte  <obo@openoffice.org>  [b12ebaaeeaff51de21e651c47f293ca253188586]

        #65293# compile filehelper.cxx with exception flag

2001-04-18  Dieter Loeschky  <dl@openoffice.org>  [72679d20caba566b5e0f74751cfe70de91c33a82]

        #86132# SID_ATTR_TABSTOP enabled

2001-04-18  Dieter Loeschky  <dl@openoffice.org>  [c92723d52f0332059cbc219b44bed9dae5aeac17]

        #82388# AcceptDrop(): no dropping on presentation objects

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [9d85f59649c974e80b914761e26236f1b74d0ee3]

        #86110# don't swallow then approveXXX events

2001-04-18  Kai Sommerfeld  <kso@openoffice.org>  [8df80d88159c9bae3345c71411dcbc3a2e55119e]

        #86008# - Added support for login dialog flag LF_NO_SAVEPASSWORD.

2001-04-18  Ocke Janssen  <oj@openoffice.org>  [9ce82b1d8ec23058541f04de55c893abe084429e]

        #83861# enable copy/paste/cut

2001-04-18  Ocke Janssen  <oj@openoffice.org>  [defd0d0deb4a3a0c7a3b7ad68d69ee6af4a3204c]

        forget to delete some vars

2001-04-18  Armin Weiss  <aw@openoffice.org>  [d5905162fc219586298f45c613aeed99fbce5c57]

        #85339# Added conversion to bitmapped 8x8 item to array item to enable bitmap editor again. Internally all items use bitmaps. So the conversion is done back to bitmaps before changing lists or packing dialog results.

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [26223096bb940bb7ff55164c981620f9fc1a2dde]

        when setting the ActiveConnection from outside, correctly call setActiveConnection

2001-04-18  Frank Meies  <fme@openoffice.org>  [d26d5f1bd38d3a0a9bfe544bc122d5da59eb2607]

        Fix: Size of footnotes in double line portions

2001-04-18  Frank Meies  <fme@openoffice.org>  [4820587457a77d09eb8327312889a9d0d774a88b]

        Fix: Maximum portion length of multi portions

2001-04-18  Eike Rathke  <er@openoffice.org>  [945c2e5d0efa0183f778d438824baf34013aea23]

        ScTableLink with refresh delay

2001-04-18  Vladimir Glazounov  <vg@openoffice.org>  [7dfe68b983dd6171c98399efb1987b943babb94f]

        Added missing exception

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [73030e0e054ce38bb44a1ccb80fbcf48b87e9339]

        #85832# +m_pEditingCurrently

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [5a33a84f41ab44d43951377d702db24504aafa3f]

        #85832# recognize removal of the entry beeing edited currently

2001-04-18  Malte Timmermann  <mt@openoffice.org>  [0f641b5aed2d4f4b3c35eaa59896859cb09e0bd2]

        #86017# SetDecDigits: Not more than 9!

2001-04-18  Frank Meies  <fme@openoffice.org>  [71af21480576da3e1251e79c1ed80dd5ab5078e7]

        Fix: Cursor travelling in ruby portions

2001-04-18  Frank Meies  <fme@openoffice.org>  [d6996f378c3fb1d6c76b585a1287f0e079e138fc]

        Fix: Footnotes in double line portions

2001-04-18  Thomas Lange  <tl@openoffice.org>  [ccfda6437b750713b26abc9050bcb0e82ccb0ec2]

        ColOff (used to calculate column in row) fixed

2001-04-18  Eike Rathke  <er@openoffice.org>  [08558e289cbfeb2ccf1e576f5bd8ccbcee3b8762]

        ScTableLink with refresh delay

2001-04-18  Frank Meies  <fme@openoffice.org>  [c2326c54451b0255ec8371eada74bdd77770e098]

        Fix: Escapements in rotated portions

2001-04-18  Frank Meies  <fme@openoffice.org>  [6bc38a22571351da0ad751b80d2b6af689388a6d]

        Fix: Misspelled words in rotated portions

2001-04-18  Eike Rathke  <er@openoffice.org>  [9d966ed7197db070dc58644e90a7dc2975f0012c]

        ScTableLink with refresh delay

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [c8eb1b186d305cc40d3b55b6ac62e357bb7e3134]

        Fixes for syntax problem

2001-04-18  Daniel Boelzle  <dbo@openoffice.org>  [82db792056d508162746bb5f25423607586f1bba]

        single type generation; corrected dependencies

2001-04-18  Dieter Loeschky  <dl@openoffice.org>  [f7afc134d585f902ad984011b3fadd9b270b54b3]

        #85449# Execute: use GetItemSet() of SvxScriptSetItem

2001-04-18  Thomas Lange  <tl@openoffice.org>  [53a7e8ca1621b8a334be480c46efaa8a38e5b18d]

        ',' and other ONE_SINGLE_CHAR characters are recognized again

2001-04-18  Jörg Barfurth  <jb@openoffice.org>  [445d439fa6be33288047b9f6dcdc45daf7318661]

        Fix: backed out logic error in OIdPropagator introduced in rev 1.8

2001-04-18  Ocke Janssen  <oj@openoffice.org>  [1c931180c4a5f390f23f1baeebaac0bb995d5b66]

        #83861# enable cut/copy/paste

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [1169e3ea97a5f61a0df6df56624c6eb76fd12e1d]

        New: ldump4

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [93e4d76cd7200265b99fd0988a029d0b2b5ef5e2]

        ldump renamed to ldump4

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [9f139f996f4fd1f266c0d40ede369f8b04e14e02]

        #85842# EditedEntry/ValidateText corrected

2001-04-18  Kurt Zenker  <kz@openoffice.org>  [af0f6087ce5b9ff7d79a7b2a258a4e68b78d324c]

         add. #include <uno/environment.h>

2001-04-18  Jörg Budischewski  <jbu@openoffice.org>  [58898e46f9df46708d9ee7e2c94008301a24a75e]

        now passes also windows compiler

2001-04-18  Jörg Budischewski  <jbu@openoffice.org>  [1003bc67c27f884242e0d1c3c63950fa5e7051b6]

        scanner.ll is now stripped from linefeeds

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [74f8b573ba03cc64d0ed48bd3f1dc2ca8f363ce0]

        added the active connection to the OColumnTransferable

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [948266d969bac84226e3449d6f348b8f9948a356]

        Moved zipdep from addexes2 to bootstrp

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [28e53ed6e6a18b505f3e75c8b94f51fa898db810]

        Added zipdep

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [d0a7e80e2e49e4174691fdcd11885a4339894ad6]

        added operator=

2001-04-18  Niklas Nebel  <nn@openoffice.org>  [bfce04c0b4e09dcc6ccef1fe388d7ab0c43c94d4]

        #i601# ScViewData::ToPixel (handling of small columns/rows)

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [30129e4dd51269d0d733c8b550ae60d67aa454bb]

        added connection to the ctor

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [0c6c9f4c3bebbd8190284f30afb89efd6965eec5]

        #85957# made the drop handling asynchronous

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [8f99a1a080c8d142967208a826971d430267b6a5]

        Fixed path to project root

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [457f5cb5c0b5a62438a205f6835abd2a51b857f4]

        Moved from rscpp to rsc

2001-04-18  Kurt Zenker  <kz@openoffice.org>  [2268cd3d0c64dc58e67140f08457ae8a6efc9b04]

        SRC629

2001-04-18  Sander Vesik  <svesik@openoffice.org>  [413042a9b341838b3820bc3da14b498465de35ba]

        Merge Armin's changes from OO625B to trunk

2001-04-18  Oliver Specht  <os@openoffice.org>  [2830ae6ca10fecf2c3ccbf7af908bd86ac8da6f7]

        wrong version removed

2001-04-18  Oliver Specht  <os@openoffice.org>  [c6b9fe6e512ec9c2c9550e9cc155f9de96fb2c77]

        CJK options depend on the installation

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [3ae8d4cf021715909c8252679a57f1619c9ecd49]

        Added rscdep

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [9a1f016b0bae0d2f70184115a617e3790c48d0ef]

        Moved to soltools

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [7efc76796d03ea8923c46af4783fc102697866d6]

        Moved to soltools

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [897ee7291b0fba3726ea07955a3254c9c31cc33b]

        #85427# form:tab-cycle is IMPLIED

2001-04-18  Andreas Martens  <ama@openoffice.org>  [15083daa3e7ff9933f5b963145b03e575b5d3463]

        Fix #77648#: Frame/graphic inside headline of a splitted table

2001-04-18  Kay Ramme  <kr@openoffice.org>  [5f09335325538b4f40e7549870e88debc825ac79]

        check m_Module not to be empty before unloading (#86063#)

2001-04-18  Kay Ramme  <kr@openoffice.org>  [36e928126571f5280f6127f532cdfd119607fc7f]

        muse right encoding for string compare (#86063#)

2001-04-18  Oliver Specht  <os@openoffice.org>  [55bbd5540e9051267ed882e4993e3b0deaa2c4f2]

        WeightItem accepts double, too

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [71e00d2d7dcf0fc68912c188d53329adc740a9ac]

        ldump moved to soltools

2001-04-18  Kurt Zenker  <kz@openoffice.org>  [b8288b60ef4ed490f28aa6110bc9df5548438b83]

        UDK214

2001-04-18  Nils Fuhrmann  <nf@openoffice.org>  [079f63939d6169d767e86f30bafa345cc087de90]

        Added makedepend

2001-04-18  Oliver Specht  <os@openoffice.org>  [83768452caa75a042ca0e09445c6d5a96c0013b9]

        CJK options depend on the installation

2001-04-18  Oliver Specht  <os@openoffice.org>  [193103666a97cce36a69921f1c0a74749eada461]

        CJK options depend on the installation

2001-04-18  Michael Brauer  <mib@openoffice.org>  [7f666c6afb65dbf127d06e2da697c41758867d13]

        removed unevaluated MULTI_ATTRIBUTE flag

2001-04-18  Thomas Lange  <tl@openoffice.org>  [f27ad02d82279cf4f2fa008dfe643930148b1301]

        parser uses CharClass to parse text now

2001-04-18  Michael Brauer  <mib@openoffice.org>  [311cbf4fb86c8308dd5e05d71a03dfce118ff334]

        minor optimizations

2001-04-18  Michael Brauer  <mib@openoffice.org>  [4a3927793fb7dd8f752edf8df4959f4cf28e7347]

        Don't GPF on wrong numbering level

2001-04-18  Oliver Specht  <os@openoffice.org>  [f908d7f479ebd81b01ff1e14cc6e9bca85161039]

        ctors changed

2001-04-18  Ocke Janssen  <oj@openoffice.org>  [5d5499872a3d331ba3caa507b9ce6dd0f5828b40]

        #86130# forget to set window on entry

2001-04-18  Ocke Janssen  <oj@openoffice.org>  [7cd3e88e2ec82828c78bebd2f624a78221fcbe0e]

        outline a method

2001-04-18  Ocke Janssen  <oj@openoffice.org>  [2f9efc80a98a4a4a0127309adeb7941e7c667958]

        #83729# undo for visible flag

2001-04-18  Joachim Lingner  <jl@openoffice.org>  [617816833b05c393d235fc0de4ef889e9d4f4b9e]

        does not export component_getDescriptionFunc anymore

2001-04-18  Jörg Budischewski  <jbu@openoffice.org>  [25a392350ffcb4f8d915aee4add8284f35716440]

        errornous debugoutput removed

2001-04-18  Andreas Martens  <ama@openoffice.org>  [ee25e03739a283dfde5baaf5cde43e1c3ae6a693]

        Fix #78807#: Anchor dragging with page scrolling

2001-04-18  Christian Lippka  <cl@openoffice.org>  [3c2cbad5f54fecdb76094ccfc0c7783474810aa2]

        #85847# initialize notes context with the notex XShapes

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [6ac47d5c65a65425eae9653e1fa83b2d59344d15]

        #86098# CJK transliteration

2001-04-18  Frank Schönheit  <fs@openoffice.org>  [9a0c57a55b360850d4cf760c8cf1b3038ab173f0]

        #86098# SvxJSearchOptionsDialog does not need to know the SvxSearchDialog anymore - instead it gets the initial transliteration flags

2001-04-18  Jörg Budischewski  <jbu@openoffice.org>  [4faf4bbeb83c663045df328ee8c624b70dce76f2]

        #85292# releases are now sent within 10 ms time range

2001-04-18  Ocke Janssen  <oj@openoffice.org>  [2545ecfb1a3d0e33214043ee56ad964bec4cd5c4]

        #83729# forget to invalidate slot

2001-04-18  Joachim Lingner  <jl@openoffice.org>  [b7cc334b09b39a158acf8a12b987c15f80f4928e]

        use of map files depends on $(OS) and $(CPU) now

2001-04-18  Oliver Specht  <os@openoffice.org>  [8ab84a30ed628cbede2c8e22fa6c2abe5811bfd6]

        set load flag

2001-04-18  Oliver Specht  <os@openoffice.org>  [ea2752b20e0d147baac074805d34b83ce8f32ea5]

        methods completed

2001-04-18  Peter Burow  <pb@openoffice.org>  [6c9db4465b90bc34723a840f8776b0576205000e]

        fix: #85824# own popup menu

2001-04-18  Peter Burow  <pb@openoffice.org>  [6f1ec01cc885b53c00580bf4457497e412fa2c9c]

        fix: #85824# STR_HELP_BUTTON_SOURCEVIEW added

2001-04-17  Niklas Nebel  <nn@openoffice.org>  [7a7a25a91b686bffac5c46439c1482f30f9ecc2c]

        useful implementation of XMultiPropertySet

2001-04-17  Niklas Nebel  <nn@openoffice.org>  [4503229770cedcfc7aebc354b20cb294eb089579]

        WIDs for uno property maps

2001-04-17  dkenny  <dkenny@openoffice.org>  [542b6fde75e24dab5e476ab730640081362ba51e]

        Initial Import of Mozilla Addressbook SDBC Driver

2001-04-17  Juergen Schmidt  <jsc@openoffice.org>  [21859fd5415fb3c1c20c323946e0c81f319a58ae]

        new

2001-04-17  Kay Ramme  <kr@openoffice.org>  [61b3d7387bfef07f84f1f21f7712f82ee68b0376]

        joined changes from 1.6.2.6 - 1.6.2.8

2001-04-17  Christian Lippka  <cl@openoffice.org>  [b8f4833868258cf0ce763f891bb355ac40d54916]

        #85847# do not set page layout if document is not an impress document

2001-04-17  Daniel Vogelheim  <dvo@openoffice.org>  [467bbcc64b4ba7e9a4c92773648c07f9fd7ff311]

        #86113# user fields fixed (now accept content once they are 'live' (name was set))

2001-04-17  Jörg Budischewski  <jbu@openoffice.org>  [d85f8922a22de153a74ae3751b5b9b4c86b37b90]

        writer thread does not poll anymore, instead it is notfied when new data is available

2001-04-17  Kay Ramme  <kr@openoffice.org>  [dd9a9f8616007395d43c58af9d74a308c42b3267]

        fixed xinterface <-> any bug

2001-04-17  Oliver Specht  <os@openoffice.org>  [6b8a9f669fefd45c7af05d532ae74985ce8bbe2b]

        #85534# property added: ParaIsAutoFirstLineIndent

2001-04-17  Frank Schönheit  <fs@openoffice.org>  [0d23c5935273fae77207fb577563c069619949e7]

        corrected the status string for loading objects

2001-04-17  Frank Schönheit  <fs@openoffice.org>  [d923d938d7b8c6c261e9074194e40b4fb54c9f64]

        corrected getConnection

2001-04-17  Daniel Vogelheim  <dvo@openoffice.org>  [767103e33b85d2f69589152f16bc300322ecd301]

        changed: unoevent.cxx classes now derive from svtools/unoevent.hxx classes,          instead of supplying their own

2001-04-17  Oliver Specht  <os@openoffice.org>  [a00224dfaa097d2930bc46f2e0bac3d2900b9366]

        #85638# automatic detection not available

2001-04-17  Daniel Boelzle  <dbo@openoffice.org>  [a7ef28c7fb1b9b13a524989d1cc68f108f2dad41]

        *** empty log message ***

2001-04-17  Daniel Boelzle  <dbo@openoffice.org>  [ca4ef59dc02359f95c68b83613838f804c2b5069]

        corrected C headers

2001-04-17  Oliver Specht  <os@openoffice.org>  [9a472d1c2e40fdd47dcf3845be34a62ebb713b5c]

        #85117# Show current database: switch off beamer if already active

2001-04-17  gt  <gt@openoffice.org>  [98f0c1463073568b5db511c85a2e53f47aff01c9]

        #86069# FltColumn::InsertIn(): treatment for append

2001-04-17  Ocke Janssen  <oj@openoffice.org>  [7aef3f4b7e9cfc66a3b78f4b5eb3c50d4b9cbe17]

        #86107# check index

2001-04-17  Peter Burow  <pb@openoffice.org>  [c0388350d24544859e228588cee454346e2af72c]

        fix: #80835# MakeFolder(): obsolete assert removed

2001-04-17  Joachim Lingner  <jl@openoffice.org>  [f32f9a603ac330018f73c60bb5b577cad62d6198]

        exported symbols are in the lngi.map file

2001-04-17  Daniel Vogelheim  <dvo@openoffice.org>  [e1da40b974c5811a827c10092e373ddc8514f962]

        fixed: footnote configuration and footnote separator do not rely on ordering of        property set maps any more

2001-04-17  Matthias Huetsch  <mhu@openoffice.org>  [c190fcf6f4c0e09bc0a87cb68ef3f0052e05e6ea]

        #85854# Adapted OFileLockBytes_Impl::create() to support UNC and URL path conventions, too.

2001-04-17  Oliver Specht  <os@openoffice.org>  [5af90fb688faae5838dc544d183b60fc0379e3cd]

        #84807# SwXModule and SwXAutoTextContainer correctly registered

2001-04-17  Daniel Vogelheim  <dvo@openoffice.org>  [f1860edc33146fa5c80b861cdcf6e1a4aa41056f]

        added: auto mark file element (alphabetical indices)

2001-04-17  Kai Ahrens  <ka@openoffice.org>  [aca1042f69b1ebcc4fa572dc907380e54831aeb7]

        syntax

2001-04-17  Oliver Specht  <os@openoffice.org>  [d92146830ed7c5540a3029609bc4b8b4d5fd0749]

        #85758# border dialog entries removed

2001-04-17  Frank Schönheit  <fs@openoffice.org>  [5496e1ac8b58165e49a5a1e70f041381ee23e632]

        grammar

2001-04-17  Kay Ramme  <kr@openoffice.org>  [8d67e7ebb0e278748fabdd6896779c87219a19ca]

        new option: tcpNoDelay (#85985#)

2001-04-17  Kay Ramme  <kr@openoffice.org>  [376c65afb14ddd0e67d644175b6ae2715304c3a9]

        new option: tcpNoDelay (#85985#)

2001-04-17  Daniel Vogelheim  <dvo@openoffice.org>  [61c7f63d2ea0aa279869f35c498c638c9afacf56]

        fixed: no empty section name set

2001-04-17  Peter Burow  <pb@openoffice.org>  [5ddaa419d1db07656258eca72ba5dfb0cf4ba623]

        fix: #86064# new pge ranges

2001-04-17  Daniel Vogelheim  <dvo@openoffice.org>  [9591bbf68655a06742a7e6be925ba7af476d7206]

        fixed: always return (possibly empty) macro rather than throwing (unexpected) exception

2001-04-17  Oliver Specht  <os@openoffice.org>  [20e36e1d500d6a9fd32c0f4803de62ca71040d6e]

        #85942# XServiceInfo completed

2001-04-17  Oliver Specht  <os@openoffice.org>  [c7de24a69f5a1b7d4f377c19ee931384fa3bfb07]

        #85947# indent of check boxes corrected

2001-04-17  Ocke Janssen  <oj@openoffice.org>  [4a4942771af2fc7eb51088446ff96b5b4f7d1053]

        remove sal_Int64

2001-04-17  Oliver Specht  <os@openoffice.org>  [0522eb8d5561302e863c2d881fcf1815f85e140f]

        #86002# second writer view tabpage: id added

2001-04-17  Ocke Janssen  <oj@openoffice.org>  [f8209371ff4e906e5e78f4af1af6516fc1c4bce4]

        insert table into tablefilter

2001-04-17  Oliver Specht  <os@openoffice.org>  [2259eb30da8fa4d85e0f7758ad33ee092bd33594]

        #85943# XServiceInfo of SwXTextViewCursor completed

2001-04-17  Frank Schönheit  <fs@openoffice.org>  [77c77357fe6583c55cd51cb71f68b2dee4b2a1b0]

        #85246# allow revokeObject for data sources not already accessed

2001-04-17  Oliver Specht  <os@openoffice.org>  [312e61f090d49c14b62d16d36c3468a16cf49eb7]

        #86002# cursor options in HTML hidden

2001-04-17  Frank Schönheit  <fs@openoffice.org>  [b3a1ea24140d7d049bfcdba6f82a0ab72ba8f9ad]

        #85427# TabCycle has a void-default

2001-04-17  Frank Schönheit  <fs@openoffice.org>  [52ff2b217ed451e9a5852bfa69cd6effce5ce381]

        #85427# +_bVoidDefault parameter for addEnumPropertyAttribute

2001-04-17  Oliver Specht  <os@openoffice.org>  [1890f381c68b3ae2468194d5e58f56d7bbb86345]

        #86070# aggregations can only be removed in D'tor

2001-04-17  Ocke Janssen  <oj@openoffice.org>  [9fdebcfa75d99e870bd3064714ef19d935cd9762]

        #85699# invalidate browser

2001-04-17  Ocke Janssen  <oj@openoffice.org>  [47a120934a526a195b591a934fa42898372e71ee]

        check typename

2001-04-16  arellano  <arellano@openoffice.org>  [e676390ed35d1b4193a6079492a337e3def68ce8]

        modified spelling and tense also comment

2001-04-16  arellano  <arellano@openoffice.org>  [a50aae5c45ec1386f8b603dd8d8d887af7715672]

        modified spealling and tense

2001-04-16  arellano  <arellano@openoffice.org>  [bd7a4abadb3dd6a73274079063d0bba1df1aba3c]

        changed tense, number, and punctuation

2001-04-16  arellano  <arellano@openoffice.org>  [489d5ef41f7c5fa3468ec5b7b3f8b275d08d2859]

        changed tense, number, and punctuation

2001-04-16  arellano  <arellano@openoffice.org>  [7ca4a47bf3ce32d86bb4e15d4d4774d721d4e773]

        changed tense, person, and punctuation

2001-04-16  arellano  <arellano@openoffice.org>  [188ab45e06eb7712a8908ca7fa328220c33c2ec1]

        grammar changes

2001-04-16  arellano  <arellano@openoffice.org>  [ba2ee3bb78d3aca0322aea19a721507c35bc0437]

        Punctuation changes

2001-04-16  arellano  <arellano@openoffice.org>  [00f75a49901afc7df799740386b4c9426a13f125]

        Punctuation changes

2001-04-16  Daniel Boelzle  <dbo@openoffice.org>  [f698c021cc8af34c4db5ae9c1a0e44957ec5e8e3]

        extended for C bridge test (commented out)

2001-04-16  Oliver Specht  <os@openoffice.org>  [ba1f67b56a20ebf3a9967456fcfbf02f067bb941]

        #85922# SwXShape: Opaque property implemented

2001-04-13  arellano  <arellano@openoffice.org>  [10b599a26e12092cbc284e416e77377eb04862be]

        corrected tense and added comment

2001-04-13  arellano  <arellano@openoffice.org>  [dd6441ea9f4a90d1b451c1c62efb1f37a4a24052]

        editor changes

2001-04-13  arellano  <arellano@openoffice.org>  [b1b4e2416d2263b81ec4b1227b214790df252ce8]

        revised plural and added question

2001-04-12  jp  <jp@openoffice.org>  [4a037b1d16425bb284fdf802d981961ce97535ed]

        remove zero character at string end

2001-04-12  Frank Meies  <fme@openoffice.org>  [29058275744aa370ee820eecf23fdf45ba15e698]

        Fix: DECLARE_TABLE with USHORT values caused compiler problems (Solaris)

2001-04-12  Frank Meies  <fme@openoffice.org>  [aeb2abff974c964357d1a5bb9ba24d83c05b5087]

        Opt: Search ranges of compressable characters

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [15b46e2f3e61db16c4dddcd625595f18c60b9586]

        #84922# GetTotalCellWidth is not const

2001-04-12  Behrend Cornelius  <bc@openoffice.org>  [2f0e4c119439dcff8edc3aa27119fd75a49b0b13]

        ##module 'develop in formwizard added

2001-04-12  ma  <ma@openoffice.org>  [26124c80622833fe901d084bb54e233cede856c5]

        changed design

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [5cda9f786ea219c3fe1f1642dbdf080b17bf36b2]

        added status strings for loading a table/query

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [b622454efbe664ba10c76162d8f00ce3d5c96254]

        show a status when loading a table/query

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [58b869b8fd1a72fde22e8a2fe2342dee764f1745]

        +BrowserViewStatusDisplay

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [439e404e5ce9890434c975e491f6b84bb4ea7ec3]

        +STR_LOADING_TABLE/-QUERY

2001-04-12  ma  <ma@openoffice.org>  [138a5fc3d7966a99a5413d0092c3b18d2fd7199c]

        changed design

2001-04-12  Caolán McNamara  <cmc@openoffice.org>  [a046ba84fcb8184c1f9ee0ae8682a13e01b2e460]

        Make identifying page vs section break safe

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [4ca65dc408553a08cb9f3b052f5c18277afa45f5]

        corrected OSubComponent so that objects are destroyed correctly

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [00a8ef86d3d8087bdf56a683d4386998aa5e2f85]

        outlined the ctor

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [591fd528ec6bcfd48525c7832d68e096fab6fb8e]

        ORefVector: need own new/delete operators (had conflicts between rtl-/tools operators)

2001-04-12  Kai Ahrens  <ka@openoffice.org>  [40b437e4badf7b42cf1d551c2d56abc7f9c8c898]

        use SvtCacheOptions for OLE object cache count

2001-04-12  Kai Ahrens  <ka@openoffice.org>  [250a66667284e7d23ea9e96fa8b40d35537b4301]

        added cacheoptions.hxx

2001-04-12  Kai Ahrens  <ka@openoffice.org>  [8b1a544300107aeb506e1abb6cf195d18eddd819]

        added cacheoptions.cxx

2001-04-12  Kai Ahrens  <ka@openoffice.org>  [00b567836e36e50e801af4d171f1a2090181c40a]

        initial revision

2001-04-12  Sascha Ballach  <sab@openoffice.org>  [fd66d1e3b2c27d5938606b27b58d0b1dd7252a31]

        add Show Page Break Preview

2001-04-12  Sven Jacobi  <sj@openoffice.org>  [a697e306eaa660f53b9ac30e2a614c6ecb622d70]

        added font settings(relief)

2001-04-12  Dieter Loeschky  <dl@openoffice.org>  [fbe1490a261e9240751f7ebc392f3bf1537de1b8]

        StartThesaurus(): no attributes needed

2001-04-12  Joachim Lingner  <jl@openoffice.org>  [e5f52bdfba122b2d79984df0cbaa82bf96f6946f]

        use map file for solaris

2001-04-12  Joachim Lingner  <jl@openoffice.org>  [79108ba55737e78d779f4da4dd345b3f2a8d2beb]

        *** empty log message ***

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [f29f14e945420f7e546149ca5548b3ecded2f1b9]

        #84852# register as listener for the aggregates ActiveConnection

2001-04-12  Daniel Boelzle  <dbo@openoffice.org>  [722241dc0a9a4fcd04615bedadca4e695e54025b]

        uncaught RuntimeException

2001-04-12  Daniel Boelzle  <dbo@openoffice.org>  [c3c9a04db9ba3b5cf705743af1342b3261cfdb14]

        corrected project name; cleanup of unused parameter in uno2cpp.cxx

2001-04-12  Daniel Boelzle  <dbo@openoffice.org>  [ceafe5a64bab58b732fffbfacc2d220ee1248b7c]

        C bridge test; method param name correction

2001-04-12  jp  <jp@openoffice.org>  [052b280789cd9a20cc8c579c9bc807d4bbf64d93]

        add missing include

2001-04-12  jp  <jp@openoffice.org>  [9fe392e47ec81e713a92addae64a668747debf8a]

        add missing include

2001-04-12  Lars Langhans  <lla@openoffice.org>  [1e55961e74746f6dff34f0b774a79c51ea7d2436]

        Separator mismatch

2001-04-12  Mathias Bauer  <mba@openoffice.org>  [747583ec1208dd45427157770d638ad5ed7ba09a]

        #86057#: remove zombies in remove method

2001-04-12  Mathias Bauer  <mba@openoffice.org>  [8234c93e837b6073daf5fdcf7b2b34136c4144cc]

        Set FilterName also for 3rd party filters

2001-04-12  Mathias Bauer  <mba@openoffice.org>  [74607d88e35233b93f44601228ddb25d416ba069]

        #86009#: viewframe may have no viewshell in resize

2001-04-12  Eike Rathke  <er@openoffice.org>  [f2208d33aa3c831ed2779714243bf6c45e99b455]

        Next_Symbol: don't throw up on automatic currency starting with keyword like Esc. and E

2001-04-12  Michael Brauer  <mib@openoffice.org>  [64908156b58422e72d6f7587ad1dbaf0133f7213]

        #85969#: API: Remove content position from anchor if pagenum is set

2001-04-12  Frank Meies  <fme@openoffice.org>  [f4a5a59a8b7d8d1bf7dc5b66f363c977e13e701b]

        Chg: Vertical text alignment automatic mode

2001-04-12  Michael Brauer  <mib@openoffice.org>  [72d6022d8381bf936fad4d24aaf3f40150107257]

        #86052#: OLE object support for text bloacks

2001-04-12  Andreas Martens  <ama@openoffice.org>  [249b43710adf0742a168800c0fca904bed302984]

        Fix: Adjustment of ruby text

2001-04-12  Ocke Janssen  <oj@openoffice.org>  [26c7e77f8b82bd4e1d4681b220dd304f4cc35d26]

        set resulsetconcurrrency read_only when table is readonly

2001-04-12  Andreas Martens  <ama@openoffice.org>  [7f62b9ba8c3c3a0887911fdcb401f3b073bbccf3]

        Fix: Selection and ruby portions

2001-04-12  Ocke Janssen  <oj@openoffice.org>  [ce1f044c1a62ef035e1cbf04022f1617cbd6aebd]

        one row too much inserted

2001-04-12  Michael Brauer  <mib@openoffice.org>  [0e291bcfaefc94af1977d4c0fb3ef02d78dcf239]

        seek stream to begin before reusing it

2001-04-12  Ocke Janssen  <oj@openoffice.org>  [7de67091c49e221e22e6384e4b0bd07a13be4772]

        set parser null

2001-04-12  Ocke Janssen  <oj@openoffice.org>  [03206d1482551fd9a24d7b27c0fd9eb129c57e89]

        set parsetree null

2001-04-12  Ocke Janssen  <oj@openoffice.org>  [68904ecf007857f3f67de5dc7e61822d74f05b69]

        remove local namespace

2001-04-12  Ocke Janssen  <oj@openoffice.org>  [e1022adee0a2708964c75094d17e7da406fccff0]

        correct access to bstr and variant

2001-04-12  Eike Rathke  <er@openoffice.org>  [0e364b055ab6a254c1161fe5f54d69b8dbe9a4e3]

        ImpInsertFormat: no assertion for dupes of integer versions for locales where currencies have no decimals like Italian Lira.

2001-04-12  Sascha Ballach  <sab@openoffice.org>  [268bc917c688dafc2480d9bc2a4ef40296394385]

        #86068#; put the Grip Options back into the ViewOptions

2001-04-12  Andre Fischer  <af@openoffice.org>  [96b7a3ae2160d96ab4456a623a10eef496fd594c]

        #78400# added UCBHELPER

2001-04-12  Joachim Lingner  <jl@openoffice.org>  [8683dd7b4dba1874c8c6ee41cf2956364d37c520]

        exports.dxp file is used for generation the definition file under windows

2001-04-12  Sascha Ballach  <sab@openoffice.org>  [95da2330d7db530034234acd7ad260164bb6a52d]

        #80363#; have to convert Twips and Hmm; cast with a sal_uInt16 and not a sal_uInt8

2001-04-12  Thomas Benisch  <tbe@openoffice.org>  [d412ea35c65b87199e977c0839ad1ab31ff4b9db]

        ::xmlscript::createInputStream from xml_helper.hxx

2001-04-12  Dieter Loeschky  <dl@openoffice.org>  [ed7319d1ea41a09797c285ff19f99ce30ae0ef2f]

        #85752# SetItemSet(): define the range of the ItemSet

2001-04-12  Kai Ahrens  <ka@openoffice.org>  [1f7820fd2702bc9e694fe21becdef5a1281fb1a7]

        #86058#: don't add terminate listener more than once for one transferable instance

2001-04-12  Thomas Benisch  <tbe@openoffice.org>  [1650e56d41c25298d38191f584a4900119c25d1d]

        changed tabindex default from 0 to -1

2001-04-12  sz  <sz@openoffice.org>  [46af0a5ebdaf5630c4ced79027331df12ef07f8a]

        commenting stuff

2001-04-12  Sven Jacobi  <sj@openoffice.org>  [de59ae8f23c78b5e2ad0c0cb6e171ce2521b4aac]

        improved font settings, not using Tahoma as default font

2001-04-12  Sven Jacobi  <sj@openoffice.org>  [1fa57816b6d3cc4f79dac10dbad76f48528970f3]

        removing functions some inefficient functions

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [b714bff151fac5d650f527b5fa837ff599378f7e]

        #85872# bHistoryDisabled is only one bit (for compatibility)

2001-04-12  th  <th@openoffice.org>  [ca266c81b92895a3f055a13cc0e70ecce4267f43]

        Optimization

2001-04-12  Dieter Loeschky  <dl@openoffice.org>  [ff0c9872c0371cabda127572708d5d67c90d30a9]

        #85226# SdrUndoDelPage: SetModel() removed

2001-04-12  Dieter Loeschky  <dl@openoffice.org>  [ec49984199b558da00dfaf1e36bcac2f5766a67d]

        #85226# SetInserted() implemented

2001-04-12  Dieter Loeschky  <dl@openoffice.org>  [44d36733197f44b54ae69f945b0562d41370323b]

        #85226# + Connect(), Disconnect()

2001-04-12  Malte Timmermann  <mt@openoffice.org>  [2325fd49b1f63c6fd574d6737ff829c0c51d14aa]

        Preparations for StackSelection

2001-04-12  Malte Timmermann  <mt@openoffice.org>  [16e12133b51d096f29d7f5e6d475db87c2f80a2d]

        Fixed a bug in ::Draw()

2001-04-12  Malte Timmermann  <mt@openoffice.org>  [c54ccf2482e621098075c2e0b09fe055a804d727]

        Help::GetHelpText() with Window*

2001-04-12  Dieter Loeschky  <dl@openoffice.org>  [8161cd89d9b9cb822134de152b203c25f7900dfe]

        #85226# DeleteActualPage(): SetModel( NULL ) removed

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [08315dd2279840a3d8e2ed0c869492e03eb0aab5]

        #84852# calcConnection: use a OAutoConnectionDisposer when setting the rowsets connection

2001-04-12  Malte Timmermann  <mt@openoffice.org>  [a7043ba921a98a655e46b6c092a1fc2cbe104c60]

        Help::GetHelpText() with Window*

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [475dce4a4d28da96f4825cd50e6a5879b5aa0c8d]

        +conncleanup

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [b2cde5f42a8533da0057c12af39dd089b38398c8]

        initial checkin - helper for automatically disposing a rowset's connection

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [26da2ad6014b07f2d686519759ffd415f7af4387]

        #84852# make ActiveConnection a bound property

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [cf75839b2e160e51d8dc218c7254438e850800b9]

        release_child: delete m_pDerivedImplementation if the ref count goes to 0

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [10f777778261d709bd4367036048a0b1a774b698]

        #84852# -m_bOwnConnection / +m_bFormwardingConnection

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [68850f06a16bda14ff983b5bebf3262578b202e0]

        #84852# make ActiveConnection a bound property

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [e6cf2c245b5808a14eef99c97543d0ce756ee0bf]

        layout

2001-04-12  Mathias Bauer  <mba@openoffice.org>  [53b71b8de1f22b169905ca1752a0ff682dcdb472]

        don't hold reference to filter components

2001-04-12  Daniel Rentz  <dr@openoffice.org>  [6d5b088272f01558e48a911b3752184a32176ae6]

        fix: create auto filter buffer only if necessary

2001-04-12  Niklas Nebel  <nn@openoffice.org>  [5ed1b3e0af22b57dee9759d4acf5ad5f6f848ad4]

        #86059# don't access system clipboard in GetOwnClipboard if called from core

2001-04-12  Daniel Rentz  <dr@openoffice.org>  [5095bf2f6469af8bdf127e7ad45767c9b6601664]

        fix: no table border for <table border=0>

2001-04-12  Daniel Rentz  <dr@openoffice.org>  [4a144fa7e0d48d31edcbbd3f34a416c456eb1877]

        create range for entire document

2001-04-12  Daniel Rentz  <dr@openoffice.org>  [b77f052a6e53f68d449f1401ea7cc3226974c341]

        import of web queries changed behaviour for modes Z_Biff8I and Z_Biff8T

2001-04-12  Daniel Rentz  <dr@openoffice.org>  [5f651e796276087b6d2e708dbc98c43e9883e684]

        autofilter: new class names; moved to ImportExcel8 fix: wrong usage of RTL_CONSTASCII_STRINGPAARM()

2001-04-12  Daniel Rentz  <dr@openoffice.org>  [e1b3ba6439f7869e198f8d01ffb9f710dcf07287]

        fix: wrong usage of RTL_CONSTASCII_STRINGPAARM()

2001-04-12  Daniel Rentz  <dr@openoffice.org>  [a003b586f9cda4fc6a697182adcaeb948159a36c]

        autofilter: new class names; moved to ImportExcel8

2001-04-12  Daniel Rentz  <dr@openoffice.org>  [38a99db49227072ad7ac8eaac46f35376d09808b]

        import of web queries autofilter: new class names; moved to ImportExcel8

2001-04-12  Daniel Rentz  <dr@openoffice.org>  [cdf2d339be26d700b60b7da370557d5f58ff9097]

        import of web queries

2001-04-12  Andreas Martens  <ama@openoffice.org>  [b7195a6bf9087eadf503f8f987c980b495143c6c]

        Fix #86053#: Size of enclosing characters depends on the first character inside the double line

2001-04-12  jp  <jp@openoffice.org>  [2f4a2433fa1f20ca808c846468ba16343b55b659]

        Bug #85969#: ItemSetToPageDesc: don't use the current WrtShell for search a SwTxtFmtColl

2001-04-12  Thomas Benisch  <tbe@openoffice.org>  [5e8ec0daa6632de4c476f22bddeaebc5c3005d15]

        #85988# LineCount was not stored

2001-04-12  Peter Burow  <pb@openoffice.org>  [0faceef171d5ffa76c503a48f8fcb3a93a9dfb1e]

        fix: #85827# help tips support

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [f093aff5a818f79c8c314912ea2396bed9c38c97]

        Merge SRC627: 12.04.01 - 10:55:41

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [3b0c2f697227d89b418a93a3202bdb1a8f408276]

        Merge SRC627: 12.04.01 - 10:52:01

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [3461b67053ebc14292ad5f5fa5365590f714c167]

        Merge SRC627: 12.04.01 - 10:49:31

2001-04-12  Frank Meies  <fme@openoffice.org>  [eb1e43114e2feac7206f275fa940a8ecc65557fa]

        New: Vertical text alignment

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [73cd85f4395dfd98001ce4e75585a34eb02ccd31]

        Merge SRC627: 12.04.01 - 10:46:55

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [621d5f6a47f0b5e12fa3295e6eb3ead4ff71991e]

        Merge SRC627: 12.04.01 - 10:43:59

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [302f4c72960fc2219c4b465d497897e5d90ba3a1]

        Merge SRC627: 12.04.01 - 10:39:41

2001-04-12  Juergen Schmidt  <jsc@openoffice.org>  [bf97db6c0984a705a488ef039ec7e3daf4df87f3]

        no exceptions for acquire/release in typedescription

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [f7428f7090ae00306fd9ce9b314b45b808a39911]

        Merge SRC627: 12.04.01 - 10:37:25

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [d0654219d440aee1cfa8540348965f1a39db4a12]

        Merge SRC627: 12.04.01 - 10:37:16

2001-04-12  Rüdiger Timm  <rt@openoffice.org>  [b645c9e4bc6064893e859b0472aeaa5cdb600953]

        Merge SRC627: 12.04.01 - 10:35:37

2001-04-12  Nils Fuhrmann  <nf@openoffice.org>  [fa7717a62f1339f74a459f2408ef8f6f939eb698]

        Merge SRC627: 12.04.01 - 10:35:34

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [7918a91b5ff9976cae4de97a58aafbaa998f1ce2]

        Merge SRC627: 12.04.01 - 10:33:33

2001-04-12  Rüdiger Timm  <rt@openoffice.org>  [40554bdf41916db0bbf56ea2b307b2d4ad608014]

        Merge SRC627: 12.04.01 - 10:33:18

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [6b3c7be4144e85f209b191499f7c10d57228a761]

        Merge SRC627: 12.04.01 - 10:33:37

2001-04-12  Rüdiger Timm  <rt@openoffice.org>  [37150117a816666f26f65c0800c1943e560c8757]

        Merge SRC627: 12.04.01 - 10:31:23

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [8e5445ff0f469651f8554274d9c3b8b20e0c4443]

        Merge SRC627: 12.04.01 - 10:30:42

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [24cd9e4dd5623c4010806b6eb9238ae6b3a5002f]

        Merge SRC627: 12.04.01 - 10:31:23

2001-04-12  Nils Fuhrmann  <nf@openoffice.org>  [b32bbf1c34d568afa578a17bff06f79c2d991eb3]

        Merge SRC627: 12.04.01 - 10:29:15

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [d3d6c8503df469367201f006970ea41a76862231]

        Merge SRC627: 12.04.01 - 10:29:10

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [27db4c4099f6a44cde46b59c343aa7b12087db21]

        Merge SRC627: 12.04.01 - 10:29:32

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [ea5104c35325d4050a5cdb0cb664826a04b50a87]

        Merge SRC627: 12.04.01 - 10:28:50

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [c014eb4af284b778820b024e11e79adb9a9d2e6b]

        Merge SRC627: 12.04.01 - 10:30:16

2001-04-12  Rüdiger Timm  <rt@openoffice.org>  [ebd3edae46a5ac3e3fb3211669db07a9731fa587]

        Merge SRC627: 12.04.01 - 10:28:10

2001-04-12  Nils Fuhrmann  <nf@openoffice.org>  [487ed95f295d7634b9b8d2fb3ea3a8ef4786fc7d]

        Merge SRC627: 12.04.01 - 10:27:32

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [2dbc057154f3858e3f4c5176169f447d4c2fb381]

        Merge SRC627: 12.04.01 - 10:27:00

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [3ac1da485a8e95a14af2647dbb40d62b8ee1a653]

        Merge SRC627: 12.04.01 - 10:25:14

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [b06fcbd4a0995a3a350fe44c850c96a3cc01d991]

        Merge SRC627: 12.04.01 - 10:24:48

2001-04-12  Juergen Schmidt  <jsc@openoffice.org>  [4a568810c328c2209bfe03a03368ecf5cc6fb4d1]

        short parameter name in typedescription

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [a68358237a35b2757db9b35504c8d9f55c40745c]

        Merge SRC627: 12.04.01 - 10:22:52

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [edbdd6096cea4c44efdf97b20fb8e04a09bbda1f]

        Merge SRC627: 12.04.01 - 10:21:42

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [fd51a67098b39d72db2a7fa0b14f151f043d9aaf]

        Merge SRC627: 12.04.01 - 10:20:23

2001-04-12  Kurt Zenker  <kz@openoffice.org>  [bc8de93a0719aa69f6247c84ede50360bc7fccaf]

        Merge SRC627: 12.04.01 - 10:14:40

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [ebc2f2aa2a914f34f639a05774d92b0abf204db0]

        #84694# +recalcConnection: show an error when trying to open a new connection

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [fec9169b76807662a64e3436f56a8a3d19395ddc]

        #84694# allow calcConnection to throw an SQLexception when using getConnection

2001-04-12  Frank Schönheit  <fs@openoffice.org>  [75a1dad40000f068276b3e69798c098ab2953f62]

        #84694# +recalcConnection

2001-04-12  sz  <sz@openoffice.org>  [7fa303ad84989cb9abcacf852e965766035c62ee]

        initial

2001-04-12  sz  <sz@openoffice.org>  [cb1371ac777b2cd8ae1fea343f1b30d969254730]

        added header, macro TST_BOOM

2001-04-12  Lars Langhans  <lla@openoffice.org>  [8b331651252d3cfd94e8abf7c022fe1aefed890b]

        Test environment extended

2001-04-12  Frank Meies  <fme@openoffice.org>  [275c22f87e98892a4c353d3e2791e3d08a716d15]

        Fix: CJK and CTL characters in drop caps

2001-04-12  Peter Burow  <pb@openoffice.org>  [47f5d31f44650717930fc52bf3626d038c4ae39d]

        fix: #85872# add: DisableHistory()

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [ffbd8f09615dae89a84ab76706e45e7b871ff15b]

        Merge SRC627: 11.04.01 - 21:56:30

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [1a19d2dabfc26f1f8e0d501ae0752b858845f2a6]

        Merge SRC627: 11.04.01 - 21:41:31

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [4df7645662b30658aa72b965485d13064dde6864]

        Merge SRC627: 11.04.01 - 21:38:48

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [328b2732bac94524b82129d8496595abd6f1aaf4]

        Merge SRC627: 11.04.01 - 21:38:16

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [3f7836eff84f108aa8c31bd7305a4c9c8d400b1a]

        Merge SRC627: 11.04.01 - 21:36:31

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [bcc5aa2dba59128c414a3154bf1c84dcbbe0b430]

        Merge SRC627: 11.04.01 - 21:36:57

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [f4fcbd8e17601fd6904abbbfe0ffc7cce58d917f]

        Merge SRC627: 11.04.01 - 21:35:43

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [0f278454d76c9f5acff2962330c7e0e93018cc89]

        Merge SRC627: 11.04.01 - 21:34:41

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [441e599e46a8e09ed984c7e91a513a0e800f7454]

        Merge SRC627: 11.04.01 - 21:34:06

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [a0ac89435e67d53fb56d0323f9f21110fcf08988]

        Merge SRC627: 11.04.01 - 21:32:23

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [2b687b65ab2988fda4a4f24ed842ed611769a2ea]

        Merge SRC627: 11.04.01 - 21:31:51

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [24a940a3bff83e56f73f101ecc4f105b151bc609]

        Merge SRC627: 11.04.01 - 21:31:07

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [fd8aae19e11f6c8827d39894295b675a02c327be]

        Merge SRC627: 11.04.01 - 21:30:11

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [c224b41789d9a23732611224a51632897ef5755b]

        Merge SRC627: 11.04.01 - 21:29:30

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [e95c296f3cff2dd7c89350632f821f7f590b59a9]

        Merge SRC627: 11.04.01 - 21:28:08

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [2a6871e7ab018c441a05efcef8aa041820589bf9]

        Merge SRC627: 11.04.01 - 21:25:55

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [7e9f8730d00b54544615d53b9f1c02ed79580bc4]

        Merge SRC627: 11.04.01 - 21:24:50

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [7a7270b55fc678ad85a5a1c7bd5b4061ad12f5cf]

        Merge SRC627: 11.04.01 - 21:23:19

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [5c0fd59a6a50d4125c07e4f8aeda22deca697749]

        Merge SRC627: 11.04.01 - 21:21:49

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [1b05feddff9d9fae53d39202522774ebbab9dd2c]

        Merge SRC627: 11.04.01 - 21:18:30

2001-04-11  Rüdiger Timm  <rt@openoffice.org>  [f339b354ea899e65d5b1dcdf23934f273fa4e6c2]

        Merge SRC627: 11.04.01 - 21:16:34

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [ec17edd19847e7956169ee880f4c47698cedc6ab]

        Merge SRC627: 11.04.01 - 21:16:30

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [e8e000a9ceea71f95007a08216d13c27c70d676f]

        Merge SRC627: 11.04.01 - 21:16:17

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [b26e67ff5b924262962df707dbeda9bcae4773b0]

        Merge SRC627: 11.04.01 - 21:14:03

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [def85f749e87442915b5a72c4bcfe4e4f8862a82]

        Merge SRC627: 11.04.01 - 21:13:52

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [6a1eeec56b9da6a506920f31372c3143389c712b]

        Merge SRC627: 04/11/01 - 21:13:36

2001-04-11  Rüdiger Timm  <rt@openoffice.org>  [3794613b4bd3e8edae071529f97d69487e51bcff]

        Merge SRC627: 11.04.01 - 21:13:19

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [e46a1f435395d93778ebd119856ad9eac6154bdd]

        Merge SRC627: 04/11/01 - 21:13:16

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [b7230f2162546c46fa82e98148d310055b8ff511]

        Merge SRC627: 11.04.01 - 21:11:56

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [979fea69854966ff30f3bbba3e285d6bc56c9cd3]

        Merge SRC627: 11.04.01 - 21:10:39

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [0fe01e7a4e0c709ce4e054f7e5a07d674a365761]

        Merge SRC627: 04/11/01 - 21:10:46

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [d74a85448c9e86bd5534c397dc1a372f8785e3bc]

        Merge SRC627: 11.04.01 - 21:10:18

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [a840a255b998f67845558cc066b18a52508e9cf4]

        Merge SRC627: 11.04.01 - 21:10:06

2001-04-11  Philipp Lohmann  <pl@openoffice.org>  [bc5329e925ad86317a0889b310f0abb3a04e1849]

        #86023# workaround memory corruption, fix in 628

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [2f545cd90bb3500ddda3147df6951114fca4c683]

        Merge SRC627: 11.04.01 - 21:08:37

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [973e36d8be91fe40b91a59dc26071a2a22fddf5c]

        Merge SRC627: 11.04.01 - 21:07:21

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [c8d77831e4493a839c87ce11df80757d2f671af1]

        Merge SRC627: 11.04.01 - 21:05:31

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [d38d775a20d1f422ed7acd84d0df1cdcea50c214]

        Merge SRC627: 11.04.01 - 21:04:00

2001-04-11  jp  <jp@openoffice.org>  [c987c8cb1b9d2a999b1077b916afef02d497bd46]

        Bug #85875#: StateOther - work on the correct view

2001-04-11  Eike Rathke  <er@openoffice.org>  [d325ea1a9fa66f59a9561e63534bee3831755cce]

        maintain cached table of default format keys

2001-04-11  Kurt Zenker  <kz@openoffice.org>  [7d94ae4ebf1a178f7c81c41811a9fc879d562976]

        new version for SRC628

2001-04-11  Jörg Budischewski  <jbu@openoffice.org>  [88b5ed974ebc604150a5d918237656ad0735d767]

        #85985# tcpnodelay socket option is now interpreted

2001-04-11  th  <th@openoffice.org>  [d794cbf481154454e115a25125ea2e5ebdd53753]

        #86044# - QSort now with signed values

2001-04-11  Malte Timmermann  <mt@openoffice.org>  [1504f20381cf828693600a08dbfc2257cb80eac3]

        DialogControl supports XTopWindow

2001-04-11  Philipp Lohmann  <pl@openoffice.org>  [735a494747162903c7d8ef9eb55c0243a6f833e9]

        #86044# do not ask printer for font on display

2001-04-11  Malte Timmermann  <mt@openoffice.org>  [83048ea0a213595c964a3312415e9b1a1b9a3fa2]

        mbCreatingPeer

2001-04-11  jp  <jp@openoffice.org>  [8a2f069327642b8cd93d6aecdbe1243790c70177]

        Bug #85614#: SdrOleObject - set InPlaceObject pointer to zero if the object is insert as SW-OleObject

2001-04-11  Michael Brauer  <mib@openoffice.org>  [9e1909845f875de9c4655f451d2bf26f047ac558]

        #84732#: Don't expect to find an info onject

2001-04-11  Niklas Nebel  <nn@openoffice.org>  [a69ed4de4d25d878483fb9fccef0eda44bf10456]

        #85964# don't access docshell in SFX_HINT_DYING broadcast

2001-04-11  Niklas Nebel  <nn@openoffice.org>  [2f90f4845b15e3e14707f204e2a2b09acd5c669f]

        #85964# removed cast to old link class

2001-04-11  Caolán McNamara  <cmc@openoffice.org>  [e352c9ccfe0c630cc8b0d041b0478bb197d0a85b]

        Minor merge error fixes

2001-04-11  Jörg Budischewski  <jbu@openoffice.org>  [08f12d47e67ebd5bf663629b28850c3a05f21a88]

        #85994# preserve flag during copying added

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [8cccbcec21ca957ce820b8eba0d6582d608a5d53]

        #84995# implement an own xServiceInfo, forward all (except getImplementationName) to the aggregate)

2001-04-11  Jörg Budischewski  <jbu@openoffice.org>  [73e415987546844c632c714817a68ce4c5d52fd1]

        #85994# now preserve dates during copying

2001-04-11  Daniel Boelzle  <dbo@openoffice.org>  [3471c406d17457841dbdcad1dde9d7652493c4dd]

        RuntimeException for illegal method type

2001-04-11  Malte Timmermann  <mt@openoffice.org>  [4183dc6af1da2636b41990d9f29941d746fae568]

        #85629# Lock SolarMutex before creating a VirtualDevice

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [321c0d2747d9aa8ede8d8d819c26a7a8821c096c]

        #85904# exportRemainingProperties: create the form:properties element only if there is at least one sub element (form:property)

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [b60e3dd88e91f8005dc7669e67603a0aec3421b8]

        deliver dataaccessdescriptor.hxx

2001-04-11  Malte Timmermann  <mt@openoffice.org>  [8d7babfe41454b9024a9da87edf76de08f1c2830]

        #85932# ImplHasBullet: Check for SVX_NUM_NUMBER_NONE

2001-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3fc7828e5b575b02391301d398576224813cfb04]

        Added folder to build

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [4059da953ff864b550f814f4edf89ad8debdecf3]

        use the ODataAccessDescriptor instead of the dbatools functions

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [336951fe1a583f4e44cb72e5db1c83885063bb7a]

        removed dbatools - functionallity covered by svx::ODataAccessDescriptor

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [c96f9252e4b065b5898e43e8ad95f47a2b6913f6]

        using a ODataAccessDescriptor now

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [4511e1d53402cf5790ca9c2dd2e3799f974dbe8f]

        #84832# new parameter for the OColumnExchange - now transporting the column object, too

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [aa5ff3373d74634db8d16497f9fc5c969bd49562]

        added a data access descriptor format

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [a333b676743b839a617c7367c9756068d57dd2c9]

        FmGridHeader::AcceptDrop: return the correct action

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [f67a233f6464cecd288e4c041fffe7020cf96a3a]

        +dataaccessdescriptor

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [177cb85816ac10a7533c688ba7dfa81ef9d85dfe]

        initial checkin - encapsulating descriptors of data access related transferable objects

2001-04-11  Behrend Cornelius  <bc@openoffice.org>  [dc69d85309bbe3d8db32def9e1b319ad7dda320d]

        #85875# Sub attached to checkbox event

2001-04-11  Lars Langhans  <lla@openoffice.org>  [48d9741c71221bcb3f896102444dc0a2b9a1f218]

        #84021# failing update of async write now handled correct from proxy

2001-04-11  Ocke Janssen  <oj@openoffice.org>  [37112c98497f21edd4dfd02ce3227e73adce2c13]

        #85699# check if pkey already exists

2001-04-11  Andreas Schlüns  <as@openoffice.org>  [4bbc40bf5c29606c44934b18ed5962db8a0bc5d1]

        #84766# new mode for locale=*

2001-04-11  Oliver Braun  <obr@openoffice.org>  [7e0b08860e5a773d27bf3c6abc197036b1d2d9be]

        new module nlsupport added

2001-04-11  Oliver Braun  <obr@openoffice.org>  [f7ab969fe74d9a926b1ed23ebb6383b2cd584184]

        moved text encoding tables to nlsupport.c

2001-04-11  Oliver Braun  <obr@openoffice.org>  [d9a805fc4a087d44245ce7ea3047ea1d8a6ec8f7]

        moved textencoding table to nlsupport.c

2001-04-11  Andreas Schlüns  <as@openoffice.org>  [7747670dbcbcd93cd013f6eb327d50a71fa8c404]

        #84766# filter registration, use ConfigItem, repair macros, threadsafe filtercache

2001-04-11  Oliver Braun  <obr@openoffice.org>  [c3a2cba918ab6253288cab31d90825bbafece4a2]

        new module nlsupport

2001-04-11  Sascha Ballach  <sab@openoffice.org>  [c855e15187f09f466d60a11d5a7355916263aa38]

        cache the Numberformat

2001-04-11  Ocke Janssen  <oj@openoffice.org>  [c5998aab98535d472654dca71bb2055e1691c46d]

        new member var

2001-04-11  Ocke Janssen  <oj@openoffice.org>  [dd4c74469b080071eaa48ab85eb646e72790845f]

        initialize var

2001-04-11  Herbert Duerr  <hdu@openoffice.org>  [a33f8cb1dc04f086ad02742cccfbaf28fdbd87e9]

        meScript no longer set

2001-04-11  Martin Gallwey  <mtg@openoffice.org>  [1942e3cadc90b65eac2e87d7ba39b49c11157c66]

        #83970# fix missing breaks

2001-04-11  Ocke Janssen  <oj@openoffice.org>  [73276765dbf790d8e19949d84f5a7fb8d3bf5591]

        use function instead of static var

2001-04-11  Björn Milcke  <bm@openoffice.org>  [9adfc419cc05d47d15d7f5d4e272d49c4b9ffb29]

        #85991# 3d scene attributes for plot-area

2001-04-11  Peter Burow  <pb@openoffice.org>  [6293cb451d27be1e16da0203e434c7027f60f3ef]

        fix: #83172# Commit() optimized

2001-04-11  Nils Fuhrmann  <nf@openoffice.org>  [53adf7cac0cf63bd4eefe04add60c897047d8fd4]

        Initial import, replacement of solenv/wnti/ldump

2001-04-11  Malte Timmermann  <mt@openoffice.org>  [82c0b2e600af1387452151af16312a4fc5c77af4]

        #85321# Forgot a 'break'...

2001-04-11  Armin Weiss  <aw@openoffice.org>  [e852b89ded2b3762aac2cf3c1f79958feb10b3c3]

        #85950# added an bitfield BOOL to remember when the ole draw object is in destruction. Do NOT do printer things when this is the case.

2001-04-11  Peter Burow  <pb@openoffice.org>  [c34007cf86c88d79431aee9dc498677a4141f285]

        fix: #83172# libdb32 included

2001-04-11  Tom Verbeek  <tv@openoffice.org>  [f097d048e0f066b8e554ce9ffbd7e660e6e696a5]

        #85424# corrected and updated

2001-04-11  Dieter Loeschky  <dl@openoffice.org>  [12e822cf7095e45cbef1180fb03c5cc45c83f7cf]

        - QueryUnload()

2001-04-11  Mathias Bauer  <mba@openoffice.org>  [a9031709c35de56e1ac7b04ef1eec787951a464c]

        #86016#: provide substitute function without conversion to systempath

2001-04-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bf483b816251187276c53d4812732d9e14a2e096]

        new berkeley db

2001-04-11  Frank Schönheit  <fs@openoffice.org>  [805e4fcdb666de4fd6690a3b4edb604bb253620a]

        added a 'add' with an 'nCount' parameter

2001-04-11  Juergen Schmidt  <jsc@openoffice.org>  [fe7204a7d69a625b03c29069f8dbe121820a4998]

        change error output

2001-04-11  Jörg Barfurth  <jb@openoffice.org>  [1a1b2db3986e2f50cc1b85850938c71f5c2a647d]

        #86000# CacheWriteScheduler now uses set instead of list to prevent duplicates; Previously we could be left with an invalid iterator

2001-04-11  sz  <sz@openoffice.org>  [2d0091432c4142e6428c2079b5d1c77829b94d44]

        testresult class

2001-04-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [17a2eb457dd23cdabd499613d1a59cdeb94795d1]

        OUString ctor

2001-04-11  Juergen Schmidt  <jsc@openoffice.org>  [3116185ab01a9ad2fed347f90a1f7c58aab3445d]

        performance optimization, stl iterators

2001-04-11  Tino Rachui  <tra@openoffice.org>  [6995d0a48bcfab928ae8d9165ff2d8ea7b5c8b20]

        #86003# compare formatetc and compare targetdevice fixed

2001-04-11  Ocke Janssen  <oj@openoffice.org>  [5dce67f4e3a6d400543c262187889a2db9399fae]

        #85664# enable copy/paste for table/query entries

2001-04-11  Ocke Janssen  <oj@openoffice.org>  [6b09d6f97e5ff7bc0694eb4b1f20483dde9ae086]

        catch exception around creating the containers

2001-04-11  Ocke Janssen  <oj@openoffice.org>  [33579b1d327263a562b916af485592ee13620f54]

        check if order of columns is correct

2001-04-11  Ocke Janssen  <oj@openoffice.org>  [99e91f8a85e06895260021b1115d74e1f4da7c0e]

        #85999# check if listener is null

2001-04-11  Ocke Janssen  <oj@openoffice.org>  [9040f806f0460556cd86259c0148e43def7a83be]

        #85989# correct the compare of bookmarks

2001-04-11  Jörg Barfurth  <jb@openoffice.org>  [61dea73740456cb8d55259fa66591554a2c1b697]

        Fix: Rewriting multi-locale values using single-locale options would strip other locales

2001-04-11  Jörg Barfurth  <jb@openoffice.org>  [4054a4193539cd78c8636ab8adf3630a1dab98c5]

        Added missing namespace prefix to allow compiling standalone.

2001-04-11  Peter Burow  <pb@openoffice.org>  [03aef0caacd7f801a59a5cc80137624104dcc3b7]

        fix: #85428# font size update if necessary

2001-04-11  Oliver Bolte  <obo@openoffice.org>  [1d6e45bdae636510980882e24ce553f80d876a86]

        new version for SRC628

2001-04-11  Sascha Ballach  <sab@openoffice.org>  [0bb137214fee203fbdca5b612a42942a8ce5a3be]

        #85995#; make the name of tables a implied attribute

2001-04-11  Sascha Ballach  <sab@openoffice.org>  [b7a83b57e6951320df036aa31acdac4e757c3f75]

        #85995#; put the element table:dde-links into the body element

2001-04-10  Kurt Zenker  <kz@openoffice.org>  [f203f69dd4c82ae2ac74c141b9ee05d42b3f3c6b]

        Merge SRC627: 10.04.01 - 22:40:21

2001-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c8cf97568ebd993880f6aadc86a17bfd2cccb61]

        Merge SRC627: 10.04.01 - 22:38:45

2001-04-10  Kurt Zenker  <kz@openoffice.org>  [c6dacec6f8265e37bb6b02f1de165381abc31875]

        Merge SRC627: 04/10/01 - 22:38:51

2001-04-10  Kurt Zenker  <kz@openoffice.org>  [9bda8307e00bf6b0e40c66aace973d96d6d1d601]

        Merge SRC627: 10.04.01 - 22:36:06

2001-04-10  Rüdiger Timm  <rt@openoffice.org>  [1312b50f1519bfbf4aaf1e03dc7f1b2e15bb8cae]

        Merge SRC627: 10.04.01 - 22:35:07

2001-04-10  Kurt Zenker  <kz@openoffice.org>  [cf401ac349a5b79d5e3c77bb3869f72b32be2d18]

        Merge SRC627: 10.04.01 - 22:30:52

2001-04-10  Kurt Zenker  <kz@openoffice.org>  [e1dd76e295e1e7c01b22532294d80b6d3eecd6bd]

        Merge SRC627: 10.04.01 - 22:31:03

2001-04-10  Kurt Zenker  <kz@openoffice.org>  [ea71ab7d2240cd39f63f1331ab8892ae76afea03]

        Merge SRC627: 10.04.01 - 22:29:31

2001-04-10  Kurt Zenker  <kz@openoffice.org>  [644cda604953db7b2ecf4dd193caa47d42123f57]

        new version for SRC627

2001-04-10  Niklas Nebel  <nn@openoffice.org>  [065400d1079ac5f40cffe0e547948d88815ccbdf]

        use ScByteSequenceToString to get string data

2001-04-10  Niklas Nebel  <nn@openoffice.org>  [983455a270ed325c619a4996f2507519c5c50a38]

        ScByteSequenceToString

2001-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7bd3239f831493903d97369d1640f844ba913a2]

        new version for SRC627

2001-04-10  Vladimir Glazounov  <vg@openoffice.org>  [3d4aa88b9e8f59119117e71e3726080229c571ad]

        Corrected path

2001-04-10  Daniel Vogelheim  <dvo@openoffice.org>  [8507cb3c9350b2f40680b399fc237f0ac5a0da36]

        - fixed: kerning attribute "normal" now imported correctly          (previously, the "normal" attribute was interpreted as no attribute)

2001-04-10  Vladimir Glazounov  <vg@openoffice.org>  [27f0ce055774ccc7900119e1a7c181c4c7f53492]

        Corrected to pass lvalue

2001-04-10  Vladimir Glazounov  <vg@openoffice.org>  [8f53f740d8da76e7a398e778e0a72e5f5793ca71]

        Corrected to pass lvalue

2001-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1efb571c5d493f851f2a6808d2138310d5e1ea4]

        new version for SRC628

2001-04-10  Kai Ahrens  <ka@openoffice.org>  [ebd947a950ee2acf7d9a0f07a6a7424f2a4cfbd3]

        #85972#: force swap in of graphic objects when unique id is requested

2001-04-10  Thomas Benisch  <tbe@openoffice.org>  [0234d1511ac76b2c2294d7fe9d1fef353bf1bc3b]

        added dialog format

2001-04-10  Thomas Benisch  <tbe@openoffice.org>  [bfb56ae413acb4a504af06a2e2659db0d910fdd6]

        added Clipboard

2001-04-10  Carsten Driesner  <cd@openoffice.org>  [c7f85205ad6532b55654103686d97456e09759c6]

        add ucbhelper and unotools lib

2001-04-10  Kay Ramme  <kr@openoffice.org>  [65ef0f57a05a736e63a564cb5e51bd54368707fa]

        #79689#

2001-04-10  Frank Meies  <fme@openoffice.org>  [995852689b2abd59457fdcf7c875a41eb3a05eff]

        New: Asian punctuation kerning

2001-04-10  Frank Schönheit  <fs@openoffice.org>  [09298ca671b1b1bfc9233b88fc842ae39c9048c2]

        #84845# readColumnSettings: reset m_bColumnsOutOfDate to sal_False

2001-04-10  Andreas Martens  <ama@openoffice.org>  [aeb4d4f938fc07b4757a0d08bf5dcf60013064ce]

        New: vertical text alignment

2001-04-10  Andreas Martens  <ama@openoffice.org>  [d64c79f405c241c193717a2e9feba510e7702b09]

        New: Asian punctuation kerning

2001-04-10  Caolán McNamara  <cmc@openoffice.org>  [84db21346a8cc6a1845383cd2430a965b941a06c]

        ##581## Clean common cases where mathtype equation would cause parse errors in StarMath

2001-04-10  Andreas Martens  <ama@openoffice.org>  [0874154ed783b1eb47b3c43cd47d14d8aeee0fc3]

        New: vertical text alignment

2001-04-10  Daniel Vogelheim  <dvo@openoffice.org>  [8de20a906c0d8393d63e0be6672e8981ed3c2084]

        #85968# properties in placeholder fields get mixed up

2001-04-10  Ocke Janssen  <oj@openoffice.org>  [81600ef82eb37853a958e2619788bc0f88bf3267]

        new prop

2001-04-10  Jörg Barfurth  <jb@openoffice.org>  [195ffc3091620e6f9340258d04d0fd2b3849d0a3]

        Added ability to set the 'get all locales' option

2001-04-10  Andreas Martens  <ama@openoffice.org>  [a0c63e439cd7688fad650d5f6dee28023265b65e]

        New: vertical text alignment

2001-04-10  Jörg Barfurth  <jb@openoffice.org>  [c908043b567122a704ea32fc54183ce156894e6e]

        Added helper to retrieve 'all-locales' string as OUString

2001-04-10  Kay Ramme  <kr@openoffice.org>  [c0b053b12d5b51978118cef5c38ce06b81e955de]

        extracted appletviewer code and bug 79689

2001-04-10  Kay Ramme  <kr@openoffice.org>  [87bdb0268575bcd3d80b4246c2ed865e827e03a9]

        extracted appletviewer impl code

2001-04-10  Oliver Braun  <obr@openoffice.org>  [a30e971c2f757321135c9a8c1c1b658e68ed24c9]

        #85948# efficiency plus CC50 workaround

2001-04-10  Kurt Zenker  <kz@openoffice.org>  [70ad80b775b1978a43e8a0b8776d3411f9dd4ffb]

        new version for SRC628

2001-04-10  Stephan Schäfer  <ssa@openoffice.org>  [299fa356ff239c47246b18a2891d1a384ff6eb3c]

        clip bitmaps on buttons correctly

2001-04-10  Behrend Cornelius  <bc@openoffice.org>  [3345abb9eae1e0af086a7bbd19595102648a1324]

        #85887# Label of Buttons changed

2001-04-10  Björn Milcke  <bm@openoffice.org>  [60886139d4d5c407247e588d68495b6c37523bae]

        #85929# too much comitted

2001-04-10  Michael Brauer  <mib@openoffice.org>  [3737f2dccd1184f052cc882dbb1f1b99936980ff]

        syntax

2001-04-10  Björn Milcke  <bm@openoffice.org>  [a2fc681d7838132502aa883544b343a71a75f6e0]

        #85929# programming error

2001-04-10  jp  <jp@openoffice.org>  [495b8f4508c5429393095527722b60744811f27c]

        Bug #84949#: GetData: create the D&D data if nothing exist

2001-04-10  Kai Ahrens  <ka@openoffice.org>  [6d4cac39bc92081f27a1a951ef8f7f9aafb053f6]

        #85847#: destroy helper classes even if exception is caught

2001-04-10  Michael Brauer  <mib@openoffice.org>  [385ceedd7a195dd84d34af2ff43e58f573e2ec15]

        #85922#: Opaque property is missing for shapes

2001-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd28f30270b48307b26b97e8bd5c367baffde9a0]

        #65293# Mac OS X only

2001-04-10  Vladimir Glazounov  <vg@openoffice.org>  [093e18e9e0356f69d8a9dcaa5caf2624f2c610ec]

        Added new dependencies

2001-04-10  Oliver Specht  <os@openoffice.org>  [4d046f0df17b33b3e417605dd88ebfc881ca67c6]

        CJK installation options

2001-04-10  Oliver Specht  <os@openoffice.org>  [6d914ccace6ef995204d48e70306e53c2d196ad4]

        CJK installation options

2001-04-10  Malte Timmermann  <mt@openoffice.org>  [99534121d21b9d1dd104853c18f700e2c6f03511]

        #84910# Images for the ImageControl...

2001-04-10  Christof Pintaske  <cp@openoffice.org>  [cfb0435452e7fee3f7c670645fa9421c8ab1d4b5]

        #83684# report a higher res for larger screen size

2001-04-10  Ocke Janssen  <oj@openoffice.org>  [5bbf0e949a633826b8eb98339716720b020754a0]

        #85766# look if data already exists for window

2001-04-10  Thomas Lange  <tl@openoffice.org>  [690675569a4cabfb5645499ce7df358de352361e]

        PopupModeEndHdl fixed

2001-04-10  Andreas Bregas  <ab@openoffice.org>  [4a8ec5d3d5f935910f1ae220197632059e071aa4]

        #85257# Enable Basic library container

2001-04-10  Caolán McNamara  <cmc@openoffice.org>  [1fa97e1bf762faea80a8eda241052b376eef0452]

        CJK Kerning and Punctionation {im|ex}port

2001-04-10  Kai Ahrens  <ka@openoffice.org>  [37a9681106401e9c7de59d15747c994b1fc5725e]

        #85948#: release solar mutex in ::InitFormats

2001-04-10  Björn Milcke  <bm@openoffice.org>  [087998de055d3a7e5039ff88928fbf49edbdfc23]

        #85929# Evaluate Flag ExportForClipboard => export own table

2001-04-10  Björn Milcke  <bm@openoffice.org>  [403da4b9f8f356bd0711b6289e8f54c793976c92]

        #85929# import own table in a standard way (ignore addresses)

2001-04-10  Christof Pintaske  <cp@openoffice.org>  [a632440587c0b850c995a8a96c498f4ce389a9b0]

        #85024# valid size for glyphids

2001-04-10  Christof Pintaske  <cp@openoffice.org>  [ddd550dade2f3f1d97391d809efa596a7dd46ced]

        #85024# check for valid glyphid

2001-04-10  Oliver Specht  <os@openoffice.org>  [453b2f4feeee093604a1a39cfd5ae14c2b5540d0]

        cursor properties have to be ::MAYBEVOID

2001-04-10  Oliver Specht  <os@openoffice.org>  [2986e033ef7897f9a21ba0d50fb93de363d8fca6]

        #85941# additional Exception removed

2001-04-10  Juergen Schmidt  <jsc@openoffice.org>  [f00741b7c37ee3a3ae94e9bc86f090e66301a862]

        #85939# bugfix for lookup of unknown types in the scope of inherited interfaces

2001-04-10  Oliver Specht  <os@openoffice.org>  [2cb2163a11afaf61642a6644d3cf3c5b889cb08a]

        #85925# chapter format corrected

2001-04-10  th  <th@openoffice.org>  [8d8a968d30ecbe34f06297a2cb39e2ac6f461a4e]

        #80306# - Replace ; with , in the REMOTE-Section

2001-04-10  Andreas Martens  <ama@openoffice.org>  [d39e1b3358d4d1226531da059ad9410a19400799]

        Fix #85919#: the page takes care of its own flyframes

2001-04-10  Michael Brauer  <mib@openoffice.org>  [0ace70c095348b08f280d5513704726edace991a]

        #85919#: Load page bound frames

2001-04-10  Sascha Ballach  <sab@openoffice.org>  [d6f7afa3d4a0e0d69d15a4f5e88a1177b00181cd]

        #85616#; a little bug fixed

2001-04-10  Oliver Specht  <os@openoffice.org>  [a0c61a00a32ccff26ed992d27384c285799f1b14]

        #85715# assignment of deleted attributes corrected

2001-04-10  Frank Schönheit  <fs@openoffice.org>  [dcf54eb5beaa29a490f540f69140df655aa8ffb2]

        new DnD implementations (not finished, yet)

2001-04-10  Ocke Janssen  <oj@openoffice.org>  [4f9d0050c45a0b17a1a8e0f3745c049853782379]

        #85885# correct param index

2001-04-10  Frank Schönheit  <fs@openoffice.org>  [8958b663fb2bd30915eeb5fff5715791808bbdc6]

        layout

2001-04-10  Frank Schönheit  <fs@openoffice.org>  [f8e6b248203ae1d0e0ec2f1d37e044143a09c835]

        #8492# reset m_xContainer in disposing (was a cyclic reference)

2001-04-10  Oliver Specht  <os@openoffice.org>  [8c802b46e6a3c2e06a4d90ba5f66e428b885ef40]

        type corrected

2001-04-10  Sascha Ballach  <sab@openoffice.org>  [befa192705ff4d3d503f4c8f681e0af5c3ddccb4]

        #85937#; only remove a merged range if the column, row and sheet is the same

2001-04-10  Carsten Driesner  <cd@openoffice.org>  [5b7b6e201339c21c7c7ba134da0538f40f19cb99]

        #85936# eXceed (R) temporary hangs if querying rect with neg width or height

2001-04-10  Thomas Lange  <tl@openoffice.org>  [e5b2cb15c53ceb48acade821c86dd5ca954bdd23]

        superfluous constructor removed

2001-04-10  Thomas Lange  <tl@openoffice.org>  [fc3fcc2ebc738f80a253ffa1a5c5f6fd80404a8b]

        SvxPopupWindowListBox declaration moved here from the hxx file

2001-04-10  Thomas Lange  <tl@openoffice.org>  [63bb9d4bf36fe56d92fae0e91879640c543e8dc5]

        SvxPopupWindowListBox declaration moved to the cxx file

2001-04-10  Ocke Janssen  <oj@openoffice.org>  [6a9ebe7828bf4186696239c694251eed918b0bf4]

        throw exception when no connection

2001-04-10  Ocke Janssen  <oj@openoffice.org>  [3d8d4e2bf0aac0004a5f0a30c7e800c840ddb65e]

        new resource

2001-04-10  Ocke Janssen  <oj@openoffice.org>  [96369461fbce4de67eb68fd1aa8fe8efde9b4760]

        #85891# check if columnname is known

2001-04-10  Mathias Bauer  <mba@openoffice.org>  [a105df59af85b527be690b1f3fecae7ac183fcf0]

        #85880#: seek stream to begin for copying it

2001-04-10  Niklas Nebel  <nn@openoffice.org>  [4ba554570d974cfed0b873bb7e609d00af7b987b]

        #85929# keep persist ref for ole objects in clipboard, update charts

2001-04-10  Niklas Nebel  <nn@openoffice.org>  [bd19faa518c142bbb22dcd236aa45d3819f6aee3]

        #85929# use aOleData, keep persist ref for ole objects

2001-04-10  Niklas Nebel  <nn@openoffice.org>  [255aeb7b2a1c5586409a6fd033ca9b58ddf6b7f6]

        #85929# keep persist ref for ole objects

2001-04-10  Peter Burow  <pb@openoffice.org>  [462a4731a0c6b6a360ce1d033eb3c58910c53f1b]

        fix: #83056# dynamic loading of about box image

2001-04-10  Peter Burow  <pb@openoffice.org>  [7286212cd5169f9b1a34dd862f83d1c8675ac1ef]

        fix: #83056# dynamic loading of intro bitmap

2001-04-10  Daniel Boelzle  <dbo@openoffice.org>  [f3743f338110a62ef7a81f8a06538530fbcd2497]

        #85862# have to use namespace due to symbol ambiguity

2001-04-10  Tino Rachui  <tra@openoffice.org>  [b8e77d87e4852730769dc9e99a37ff9007aa4279]

        minor corrections in the comments of the idl files

2001-04-10  Tino Rachui  <tra@openoffice.org>  [dad8f35e328240783f52345089470b6babb76482]

        *** empty log message ***

2001-04-10  Tino Rachui  <tra@openoffice.org>  [a8c3132a4015bc4d6b7b3af224aaa79fb7072e39]

        *** empty log message ***

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [33532803f7789d521f1da7ae4a989d74976fe2f0]

        Merge SRC627: 10.04.01 - 01:37:05

2001-04-09  arellano  <arellano@openoffice.org>  [854817da7048f9306586326bcd99a5340fdb36d3]

        corrected spelling

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [7bad433bb561eabd4dff88ec4db3ef1f53d86d89]

        Merge SRC627: 10.04.01 - 01:32:45

2001-04-09  arellano  <arellano@openoffice.org>  [f81cb76531faabd4f122abe75c2f3ad3835cc304]

        modified verbiage

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [f867a4b50d76637875973be6e363a6085c2feac1]

        Merge SRC627: 10.04.01 - 01:30:45

2001-04-09  arellano  <arellano@openoffice.org>  [5f0eefaaf2badab00c4d6c0e57a681610ef9487a]

        modified punctuation

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [294b155973c1807dcd988af67b339cbc49a509a2]

        Merge SRC627: 10.04.01 - 01:28:30

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [5e3c9a894bb0b3bc4c6e6d8cb94b023a1ed48a6f]

        Merge SRC627: 10.04.01 - 01:25:03

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [f3b079429a09c03be166f9747cf3cad5f71f6695]

        Merge SRC627: 10.04.01 - 01:22:27

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [0a038c4d1319581ebea0903c33809f73d914d59a]

        Merge SRC627: 04/10/01 - 01:20:47

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [ebe4142db0e8cb9244a0a3c5eeb02630bfb00337]

        Merge SRC627: 04/10/01 - 01:20:42

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [28774362df848b1db4a5f9773598400e2ee9d3d3]

        Merge SRC627: 10.04.01 - 01:19:57

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [091659dedf7d63318f3e8517481f86e6bd167450]

        Merge SRC627: 10.04.01 - 01:19:45

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [4389c9fc456b6402eccc3db807cedcc8199ef4a3]

        Merge SRC627: 04/10/01 - 01:18:56

2001-04-09  Rüdiger Timm  <rt@openoffice.org>  [c6e364e6d52d42cf1e015a7e2601d55a55a835a6]

        Merge SRC627: 10.04.01 - 01:18:24

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [aef0c231a58f91997f8a9bfa3ec9f6bc0e134d0c]

        Merge SRC627: 04/10/01 - 01:18:09

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [73f5ed09f8fd05da99558977c54118fb5f497b14]

        Merge SRC627: 10.04.01 - 01:16:58

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [ddf9ea219faf192d776830f469b1db9ec2336407]

        Merge SRC627: 04/10/01 - 01:17:15

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [ce8be029b72ec6f84a54d3a800c178bab4c9697f]

        Merge SRC627: 10.04.01 - 01:16:52

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [03daf1a182c5ba74733c92169aba21a1333457cf]

        Merge SRC627: 10.04.01 - 01:14:58

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [f709031fd6ef6c044d6df7357d58107db5ca1069]

        Merge SRC627: 10.04.01 - 01:13:43

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [244e2b48ab84365faa4167c116ea89093a3ebe9f]

        Merge SRC627: 10.04.01 - 01:12:40

2001-04-09  Rüdiger Timm  <rt@openoffice.org>  [535d267d792e807e7e19b3e4718667adfdfad630]

        Merge SRC627: 10.04.01 - 01:12:00

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [084d994eae288ad26f68a5764f12bdea14a35b9b]

        Merge SRC627: 10.04.01 - 01:10:33

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [de055f675ad17627631cc0a44e01615de302e078]

        Merge SRC627: 10.04.01 - 01:10:05

2001-04-09  Rüdiger Timm  <rt@openoffice.org>  [965ef5bb476266638552ef955fd26b890191cd1e]

        Merge SRC627: 10.04.01 - 01:10:15

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [fe5983f5ce6eeda3cb5cfd44bda9ef60febfdd5c]

        Merge SRC627: 10.04.01 - 01:07:43

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [4b2d11a152ffb958eb0b2b91796a2088485d953c]

        Merge SRC627: 10.04.01 - 01:06:22

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [0e2fc827fc7053db88146fe5de4e8919abad153f]

        Merge SRC627: 10.04.01 - 01:05:31

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [c58ffa94d2d8e50422ef5e9cf44f0aa2dd798134]

        Merge SRC627: 10.04.01 - 01:05:15

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [b60ccb03eebec622c0bffa52dc0e71616453205c]

        Merge SRC627: 10.04.01 - 01:03:50

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [68aa852b62124b97060475e588fce1478894b7dc]

        Merge SRC627: 10.04.01 - 01:02:29

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [25d601918057c89b24f1e05d48c9ec0df78a65eb]

        Merge SRC627: 10.04.01 - 01:01:56

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [415b8ffbfa5c7331867ad8f8250300deb4d21828]

        Merge SRC627: 04/10/01 - 01:01:56

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [c3a310dde186f1aa9812ff8f6e1a1e200a0167fd]

        Merge SRC627: 04/10/01 - 01:00:26

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [8d3653238fb13439139ccf486495bf5e5ef8ffe8]

        Merge SRC627: 10.04.01 - 00:54:51

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [a07b536278d675e1b579a23a6236389b8ff2b96a]

        Merge SRC627: 10.04.01 - 00:49:22

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [713e9f6cba0024893a1bbc4ce23a2bd5e3b449ed]

        Merge SRC627: 10.04.01 - 00:46:40

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [1481034b6541ab6feccc28022bf4dcd41c04ade6]

        new version for SRC628

2001-04-09  Christof Pintaske  <cp@openoffice.org>  [79dc412d6fbe8a577ee1020542d9d38b94a968b6]

        #82915# fontfallback on printer/raster/x11

2001-04-09  Kurt Zenker  <kz@openoffice.org>  [3236af94b46130653172722229415eb36148085f]

        new version for SRC627

2001-04-09  th  <th@openoffice.org>  [9c31b5ff5a404c32dd9d3b0fa33ec79a72844d4d]

        #81848# - Add Translation/Mapping for SimHei

2001-04-09  avy  <avy@openoffice.org>  [7373ca6323e0e0ecea59015df23adae07cd4ea29]

        meScript removed

2001-04-09  Sven Jacobi  <sj@openoffice.org>  [fb37a863e4f6011f8c3e62ed513feb73fc4c56c4]

        optimization, linear import of drawobjects ( removing SeekToObj( nObjNum ) )

2001-04-09  Sven Jacobi  <sj@openoffice.org>  [11f64e66caecd98410b18080d5f2eadf962b106a]

        optimization (removing methods that were used only once by pptin.cxx)

2001-04-09  avy  <avy@openoffice.org>  [33f47b1102fe1802e8ad458c1598fe31a1131b40]

        #82915# meScript removed

2001-04-09  Mathias Bauer  <mba@openoffice.org>  [fda4501222981951fc9dd9042c6dec83260c405a]

        #85732#: don't forget callback for opening not existing files

2001-04-09  jp  <jp@openoffice.org>  [09b02a30b936e823e8ff72e3c2eba3181f3627c6]

        for task #85469#: don't set SearchFlag IGNORE_CASE in transliterationflags

2001-04-09  Mathias Bauer  <mba@openoffice.org>  [9ed9cd091057c7068bfd3f59c4cc3bb00dd98d99]

        #85659#: assure physical names are not URLs

2001-04-09  Mathias Bauer  <mba@openoffice.org>  [4b59390741cf7fdd2ae919c457527dad6ac19f29]

        #85754#: reset DefModalDialogParent if neccessary

2001-04-09  th  <th@openoffice.org>  [b0c31e7d0d721fb2add2b34bb04d2c5c32115bd8]

        #80305# - Now EmphasisMark-Accent looks good and some minor bug fixes in the new Fontmapping

2001-04-09  Sander Vesik  <svesik@openoffice.org>  [830ec7ee3273edcbed4de9f6dba3c627200028f8]

        Merge 619 enhancements to trunk.

2001-04-09  Vladimir Glazounov  <vg@openoffice.org>  [5ae8f9365a313ac0e60e9bd0e7607c2632abfb33]

        Removed package folder

2001-04-09  Michael Hönnig  <mi@openoffice.org>  [8bdc0ceb08ba8eec420770cd77d1218b091a1a07]

        package removed, is now packages

2001-04-09  Michael Hönnig  <mi@openoffice.org>  [1ca00456224045a5e82812d5da50dbcd4aae927c]

        package removed, is now packages

2001-04-09  Vladimir Glazounov  <vg@openoffice.org>  [bacd9a1ad584fadefb19c594144b3b9cd5ed3f08]

        Removed package folder

2001-04-09  Mathias Bauer  <mba@openoffice.org>  [3ddd4cacfe573693273c2fd1cf58a03716c5b140]

        #85914#: avoid sending empty itemsets as arguments

2001-04-09  Vladimir Glazounov  <vg@openoffice.org>  [83e9ff6862de959189205ad4f3cad1128745fe01]

        Removed package folder

2001-04-09  Sven Jacobi  <sj@openoffice.org>  [f0975f68172591fa9313ddc2bb016caa8ee067ce]

        added PPTTextSpecInfoAtomInterpreter which is able to read the TxSIStyleAtom and also TextSpecInfoAtom. means: It is now possible to set the language

2001-04-09  Malte Timmermann  <mt@openoffice.org>  [2da0d67d4470c78f8330246f50a2eb2fb0d2734d]

        #82889# Changed IDL file name and service name

2001-04-09  Mathias Bauer  <mba@openoffice.org>  [6d2725858efc42640ec3b6091fa9dfe47a3b7bfe]

        #85881#: Timebomb for EA2 should not affect OO

2001-04-09  Mathias Bauer  <mba@openoffice.org>  [63d5cb41bb4ffea2428d3b462cd8fea356a5d70d]

        #85881#: Timebomb for EA2

2001-04-09  Malte Timmermann  <mt@openoffice.org>  [c218a009531450193e2af7d07f9db2f7254b3a1a]

        #85910# SvxCharReliefItem::Create: Don't create a SvxCharScaleWidthItem!

2001-04-09  Oliver Braun  <obr@openoffice.org>  [1eda83dc6cf32e58edef21cd08af9afca7230292]

        fixed stupid typo

2001-04-09  Vladimir Glazounov  <vg@openoffice.org>  [74df6a615e5099ae90edda4f51c953f05141d142]

        SRC628

2001-04-09  Herbert Duerr  <hdu@openoffice.org>  [2ef31911b9413cee1683d868106d667471974f44]

        #85908# fix for linux on exceed display

2001-04-09  Armin Weiss  <aw@openoffice.org>  [fa9787cee573d020baaaaa8efa45b1c42c332dbd]

        Code for setting masterpage needs complete rework since GetSdImport().GetMasterStylesContext() gives always ZERO because of content/style file split. Now the nechanism is to compare the wanted masterpage-name with the existing masterpages which were loaded and created in the styles section loading.

2001-04-09  Frank Schönheit  <fs@openoffice.org>  [07c55f177227f0c8b318165a4435dd593bc1b079]

        grammar

2001-04-09  jp  <jp@openoffice.org>  [0d1f2613473b2490823cd15643e5854ece74e196]

        RotateItem:GetPresentation: display full degrees

2001-04-09  Sander Vesik  <svesik@openoffice.org>  [dac0b6b6c4ab3abb2fc3ea43b85458d8b6e064f9]

        Move the summary of 619 and 625 changes to the trunk

2001-04-09  Jörg Barfurth  <jb@openoffice.org>  [fe727857daf67fb0e4712c0c2328dd18022615f6]

        Improved whitespace handling when parsing lists

2001-04-09  Kai Sommerfeld  <kso@openoffice.org>  [a30a56b4cced4cad736c4dfbb1d3875d6573ac16]

        #85858# - Removed wrong assert from PropertySetInfo_Impl::getProperties and           PersistentPropertySet::getPropertyValues.

2001-04-09  Daniel Vogelheim  <dvo@openoffice.org>  [de332cc5602b862f460c7908926ba011d2799020]

        #85901# fixed import of empty sections

2001-04-09  Jörg Barfurth  <jb@openoffice.org>  [fb9cab292032e5ae848d2d9c4ec25d38aa8d58cd]

        #85524# Added clearTasks to cancel scheduled updates; cleaned up locking

2001-04-09  Frank Schönheit  <fs@openoffice.org>  [dd325e547ccbd30dc4d68c59012679efd6ce05d4]

        #85877##85878# _first_ ask the SvTools function when creating controls

2001-04-09  Malte Timmermann  <mt@openoffice.org>  [1c8fe2fdee0b35679456021bff4f41936299c225]

        #85873# SimpleMode für ListBox

2001-04-09  Frank Schönheit  <fs@openoffice.org>  [1d759d66e9905b37357e5d06ad0b91f278a87c7b]

        #85846# disable the size box only if the item state is <= readonly

2001-04-09  Stephan Bergmann  <sb@openoffice.org>  [8d7450bfd55acf34eb2770b6431acc97687597d3]

        #85889# Fixed SvtPathOptions_Impl::UsePathVariables() to work with vnd.sun.star.wfs URLs.

2001-04-09  Malte Timmermann  <mt@openoffice.org>  [9f3b4592c2aa102cae269c76d230c06791b64be4]

        #84652# ImplSelect: Call SetText before GrabFocus...

2001-04-09  Frank Schönheit  <fs@openoffice.org>  [80608b469928b2d9277bcdc7f20c0d90706c89a5]

        small correction in AcceptDrop

2001-04-09  Frank Schönheit  <fs@openoffice.org>  [c9c03a0afa427bc1fe4945484291838ba1a1b831]

        new DnD implementations

2001-04-09  Frank Schönheit  <fs@openoffice.org>  [1c8a716dc03c1358f24c627bea81288e769db169]

        #85890# handling for the HelpText

2001-04-09  Christof Pintaske  <cp@openoffice.org>  [300bdb5fb595b4ca0a838811005472e45c57a980]

        #85876# correct width for fixed width fonts

2001-04-09  Kai Ahrens  <ka@openoffice.org>  [8ff22236c5a3e62e1ef573fdc42f43593cdb7432]

        #85781#: added missing help id for presentation window

2001-04-09  Armin Weiss  <aw@openoffice.org>  [4ab675eece9cbcd477fb8eaaf05df35b421169af]

        #84864# the black text attribute needs to be set at the object before UNDO, since most times it's just a default attribute and will not be set on UNDO. So now this is set as hard attribute before recording the UNDO action for the object.

2001-04-09  Frank Meies  <fme@openoffice.org>  [74dde9a111d619a3e88655235bbd7ee28a92e2aa]

        New feature: Kana compression

2001-04-09  Oliver Braun  <obr@openoffice.org>  [c5c21ff0fd9dc4bdcac80e03e1811279c7622fad]

        fixed compile error

2001-04-09  Oliver Braun  <obr@openoffice.org>  [80a7e51a8975846199710a521343b20dba7337a0]

        moved implementation of osl_getGlobalMutex to the correct block

2001-04-09  Christof Pintaske  <cp@openoffice.org>  [429a0d2db64d59fc20853f740ee330c9c3f6a7aa]

        #82915# don't get metrics from fallback if there isn't one

2001-04-09  Thomas Lange  <tl@openoffice.org>  [3d037d484ecedb8d800929f7f94af9b13a035c6c]

        encoding for read/write of symbols fixed

2001-04-09  Thomas Lange  <tl@openoffice.org>  [e6f84a92c2bfe21313f315de8e61b5ecc8f0eb32]

        ExportString fixed

2001-04-09  Oliver Specht  <os@openoffice.org>  [1a78db54d9cb833e984c074aa403cee6fc944fbb]

        #85859# some option dialog errors fixed

2001-04-09  Oliver Braun  <obr@openoffice.org>  [34b133c2f6fec071358f79ee7de429a79b1a4fa5]

        removed omutex from static object list

2001-04-09  Oliver Specht  <os@openoffice.org>  [600b26ebdb457da404a1575bc42a81b82dad08bd]

        initiate formatting after compression type or asian kerning changes

2001-04-09  Dirk Völzke  <dv@openoffice.org>  [258f2df4ce774b6fc2d7cb1ee7c9b0c467bbafaf]

        removed unnecessary include of iodlg.hxx

2001-04-09  Carsten Driesner  <cd@openoffice.org>  [469a886cefff43455ddae81713880868cde1ea81]

        #80310# menu for non-SFX components

2001-04-09  Dirk Völzke  <dv@openoffice.org>  [581530ae247e585abfdf1d8b787cef36d1928898]

        removed unnecessary include of iodlg.hxx

2001-04-09  Tom Verbeek  <tv@openoffice.org>  [e944b39f1a89e34042199ff128c3ab4cd5828901]

        #85871# tri-state of checkboxes have been removed

2001-04-09  Thomas Lange  <tl@openoffice.org>  [2126af224a85379ae4a8eb33ecfc451e812cc99d]

        lboxctrl entries added

2001-04-09  Thomas Lange  <tl@openoffice.org>  [1871f8f01eee5d7917d68f29db39e661015714ec]

        'item String SfxStringListItem;' added

2001-04-09  Thomas Lange  <tl@openoffice.org>  [b9a7f7e6f6b0153ff33cfe4b71c90e023c32ad20]

        HID_SVXTBX_UNDO_REDO_CTRL aded

2001-04-09  Thomas Lange  <tl@openoffice.org>  [85e9a074cdc23e08bf58ab298dfc63deca6796ce]

        lboxctrl.hxx added

2001-04-09  Thomas Lange  <tl@openoffice.org>  [001692448f2dee4c5f26600f1e67aa6b10e673e2]

        initial revision

2001-04-09  Thomas Lange  <tl@openoffice.org>  [f12aa20578cf874e95ec7a0bb3b5199ff8a8a8ff]

        SvxUndoControl, SvxRedoControl new

2001-04-09  Thomas Lange  <tl@openoffice.org>  [59398f7275cbe1b9c8c7d17e1c71c1280daf038a]

        Undo/Redo controller modifications

2001-04-09  Thomas Lange  <tl@openoffice.org>  [6abc0c9e3537829185c14605a6182e4525480943]

        include for SfxStringListItem added

2001-04-09  Thomas Lange  <tl@openoffice.org>  [a11e0220e8ba9e6bfe00c9548f9f1ae07997c8b5]

        Undo / Redo controller changes; SID_GETUNDOSTRINGS and SID_GETREDOSTRINGS added

2001-04-09  Thomas Lange  <tl@openoffice.org>  [dc91db965ef2b1a4b840632bb988e62ee514bd72]

        default argument nCnt = 1 added to Do; GetDoStrings new

2001-04-09  Thomas Lange  <tl@openoffice.org>  [7e3136e610c08332f55fc3bbc5aa3a23902b211d]

        SvxUndoControl and SvxRedoControl registered

2001-04-09  Thomas Lange  <tl@openoffice.org>  [c42b4c488b803655773b3ae83a7c0af115162db9]

        modificvation for Undo controller, especially SwUndoIdAndName

2001-04-09  Thomas Lange  <tl@openoffice.org>  [586fb509a61b52a7f6061689c1cd035c2fa9a316]

        added default argument nCnt = 1 to Undo and Redo; functions modified accordingly

2001-04-09  Thomas Lange  <tl@openoffice.org>  [56095f723fb831eb93b0f2ec7dac442f85a40862]

        SID_GETUNDOSTRINGS and SID_GETREDOSTRINGS entries added

2001-04-09  Thomas Lange  <tl@openoffice.org>  [a148140c2cdffbed587fd9ac5a137b32539d492b]

        class SwUndoIdAndName added for Undo controller

2001-04-09  Thomas Lange  <tl@openoffice.org>  [4da3b104b340f89468046fd627adb94c3db57311]

        added default argument nCnt = 1 to Undo and Redo

2001-04-09  Thomas Lange  <tl@openoffice.org>  [d8a9118e5d1557c167f6019788c4c8da75f6a1a7]

        PopupModeEnd calls respective base class function now

2001-04-09  Frank Schönheit  <fs@openoffice.org>  [875fdcb46a47058e8972184a8877627c131f575e]

        m_nLivingIterators for _DEBUG, not DBG_UTIL

2001-04-08  Sander Vesik  <svesik@openoffice.org>  [4880eeb1a138a72f113b1b31905ec603b5c2dee1]

        Update freebsd support.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2001-04-08  Sander Vesik  <svesik@openoffice.org>  [a03a38752d147a918662ba7e062a31a6f17f2c3c]

        Add FreeBSD support.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2001-04-08  Sander Vesik  <svesik@openoffice.org>  [dc164b5325e4fb79f233ede1a4dbf8623bbc2a3c]

        Merge NetBSD changes to the HEAD

2001-04-08  Sander Vesik  <svesik@openoffice.org>  [7e442fc247ea4364c33b8137f66e2bd0d684d1cb]

        Add support for FreeBSD
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2001-04-08  Kurt Zenker  <kz@openoffice.org>  [d7cd00981e67b0e2efeb8ed5ad2dda954e54d4a6]

        Merge SRC627: 08.04.01 - 21:10:56

2001-04-07  Kurt Zenker  <kz@openoffice.org>  [188e8ac3b83f05d41a3c9be038460823b0fbb9a3]

        Merge SRC627: 04/07/01 - 21:49:47

2001-04-07  Kurt Zenker  <kz@openoffice.org>  [37abf58d23ed4641a8542cbfdff36ae908d2e82c]

        Merge SRC627: 04/07/01 - 21:39:38

2001-04-07  Kurt Zenker  <kz@openoffice.org>  [0d1463670309184505e9b1dba6a3562bf1fd240e]

        Merge SRC627: 04/07/01 - 21:31:23

2001-04-07  Kurt Zenker  <kz@openoffice.org>  [f7cb3a4d738969bb805bea040031a5c8dc42f681]

        Merge SRC627: 04/07/01 - 21:18:02

2001-04-07  Kurt Zenker  <kz@openoffice.org>  [751cf294df057cf300ecbe939299b3857700810c]

        Merge SRC627: 07.04.01 - 21:18:04

2001-04-07  Kurt Zenker  <kz@openoffice.org>  [399b79f8781a2f3913829f5c6f9bac3c4440c943]

        Merge SRC627: 07.04.01 - 21:17:49

2001-04-07  Kurt Zenker  <kz@openoffice.org>  [59f2bbe05545c5e57074784eda64640aab0bba0c]

        Merge SRC627: 07.04.01 - 21:17:09

2001-04-07  Kurt Zenker  <kz@openoffice.org>  [6a967693ccb03f8a15e838a01724ca74a2c43789]

        Merge SRC627: 07.04.01 - 21:16:20

2001-04-07  Kurt Zenker  <kz@openoffice.org>  [9f0177d3d0985466eae407c5b5100b161050ee55]

        Merge SRC627: 07.04.01 - 21:14:31

2001-04-07  Kurt Zenker  <kz@openoffice.org>  [a29aa80f35dfe794e296d2163686148d399b009f]

        Merge SRC627: 07.04.01 - 21:07:03

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [67d1a6440dd1585c0f089965b765f35610034c6f]

        Merge SRC627: 04/06/01 - 21:29:14

2001-04-06  jp  <jp@openoffice.org>  [59ac14f25ba76bd623d5ea8e2e344d8164fd592b]

        Bug #85813#: no GPF and no ASSERT by reading/writing with the W4W filters

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [2322728394eaeef7934095ce2dc6581817df5f5b]

        Merge SRC627: 06.04.01 - 21:30:44

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [fe8390f18259c86f5356e9fc9e76b498355cf748]

        Merge SRC627: 06.04.01 - 21:30:41

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [60a1fd2ca4ffcbe9fa53fc86f40e41ff0cb80c09]

        Merge SRC627: 06.04.01 - 21:28:26

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [59c7db23871f8fa25a279ab794c07f0281fd2474]

        Merge SRC627: 06.04.01 - 21:27:40

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [f4a24fa1ffe2e2ff13c2ae31ec366137d4a42b74]

        Merge SRC627: 06.04.01 - 21:26:56

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [0d13b78a4667a189071e2644bd89c41991514d07]

        Merge SRC627: 06.04.01 - 21:25:51

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [b5e700c03267d69627f72a6723f1c4d016cd1f04]

        Merge SRC627: 06.04.01 - 21:25:32

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [ef8e64b0c7f052f107a859df5df0e44eb627cda1]

        Merge SRC627: 04/06/01 - 21:25:26

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [bc917860551f892aa883359e84b7fd8045949e42]

        Merge SRC627: 06.04.01 - 21:24:57

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [fa751c747f348f68e5b0f6ed66e4efe738bcdac8]

        Merge SRC627: 06.04.01 - 21:24:50

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [357e741b34ceb2a69377d64b01471b3a3503cdc0]

        Merge SRC627: 04/06/01 - 21:23:36

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [1908eb2a41e7a9c2e9e86b709fe8bad2fc636a93]

        Merge SRC627: 06.04.01 - 21:23:04

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [0551db3b38b34e603d22e977cf0dc2070151f52c]

        Merge SRC627: 06.04.01 - 21:22:19

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [0bbe85efd2b714241deb5911670b41a10f5c6faf]

        Merge SRC627: 04/06/01 - 21:20:36

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [86982ac60792edd68e15aa4e27e348d6ab1a634d]

        Merge SRC627: 06.04.01 - 21:19:03

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [25c84d7780886c26744cddfe5abaadd008e8ac97]

        Merge SRC627: 06.04.01 - 21:16:33

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [34d4590ee82cd8af5ee6bdfde9638c8dcdb67763]

        Merge SRC627: 06.04.01 - 21:16:22

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [cdc690b7b8bb07480548db85b31b4d8fe4c91c46]

        Merge SRC627: 06.04.01 - 21:15:23

2001-04-06  Niklas Nebel  <nn@openoffice.org>  [111d27550b0814bd9f5751532b2f26d8640fc7a4]

        #80782# create storage of right type

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [f64aebe98e4a24a1461a12793c0dd66e513da38a]

        Merge SRC627: 06.04.01 - 21:14:02

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [c51db243541f572095f9b06c108d57afccb1d0f5]

        Merge SRC627: 06.04.01 - 21:12:36

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [8e99b4b2d3ac8a328d26335cc89a9428afa47b83]

        Merge SRC627: 06.04.01 - 21:12:34

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [9c045db789d0c2eef2b9b936e1971be3f51ad9b4]

        Merge SRC627: 06.04.01 - 21:12:04

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [2e6088bd67199278d8e328aecea314a91dae463f]

        Merge SRC627: 06.04.01 - 21:11:39

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [a97645c49fcf3b4c4444142589626e717b3dce39]

        Merge SRC627: 06.04.01 - 21:07:15

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [bc28449aced206445f9ae300597249f912985642]

        Merge SRC627: 06.04.01 - 21:06:53

2001-04-06  Eike Rathke  <er@openoffice.org>  [e00ca0ca7dceefcb0dfb6bae29ab20408b754a32]

        #85742# GetOutputString: don't override new defined default formats with old standard defaults

2001-04-06  Eike Rathke  <er@openoffice.org>  [79bd8161f2db998fead7ab2343f2bd8a74a4e130]

        #85742# add: ImpGetDefaultFormat

2001-04-06  jp  <jp@openoffice.org>  [8110a58d3704ed515456dc33edd6311339713ad7]

        Bug #85721#: set forbiddencharactertable also on the drawinglayer

2001-04-06  Eike Rathke  <er@openoffice.org>  [f05bb124cb38a405545ea3e7b1d4b3973d38a552]

        #85542# Factor: transform JumpToken into ByteToken if compiling for FunctionAutoPilot

2001-04-06  Jörg Barfurth  <jb@openoffice.org>  [21257f551fdb76a68d80c276b22352ef17d55c0a]

        Adjusted documentation; added developer's comments

2001-04-06  Oliver Specht  <os@openoffice.org>  [443630327fc20e68ce8545ef441235b95a3f3847]

        #80988# search configuration completed

2001-04-06  Andreas Bregas  <ab@openoffice.org>  [c380d98ba648d276f16646bd1973474d590dd220]

        #85849# Instanciate CharClass only once

2001-04-06  Sascha Ballach  <sab@openoffice.org>  [dddc1417a6a3b7a85e909501edbdc670ef52fdbf]

        #82045#; implement the functions getViewData and setViewData to make the export and import of the viewsettings in XML possible

2001-04-06  Christof Pintaske  <cp@openoffice.org>  [9b384356c66613dcbee9d6d2e1a53022110fb033]

        #82915# check for valid font

2001-04-06  Oliver Braun  <obr@openoffice.org>  [af39a6f209ab54a87e7a7020e4b187da5fcdf3db]

        omoutex.cxx removed

2001-04-06  Oliver Braun  <obr@openoffice.org>  [4da0c880a2b335e7c478550206052dcf8cca394a]

        made osl_getGlobalMutex thread safe

2001-04-06  Niklas Nebel  <nn@openoffice.org>  [543c6f28a96560441efec3867dd15ce8b15c0da4]

        #85721# right service name for document settings (store forbidden characters with document)

2001-04-06  Niklas Nebel  <nn@openoffice.org>  [bfee80f469b7d7b83b9213298efe093d65dad9f5]

        #85721# store forbidden characters with document

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [9b6f49fa5e7111013cbe3a80c6553db37e1bbbb0]

        one break to much

2001-04-06  Sascha Ballach  <sab@openoffice.org>  [1aec58dafda9599e97da0fa0bcbe8e9edc47f913]

        #80363#; make it possible to export XNameContainer in the same way like XNameAccess and XIndexContainer like XIndexAccess

2001-04-06  Oliver Braun  <obr@openoffice.org>  [544abbf0e30d4d539cb7b5e15caa611fa32e2db0]

        made osl_getGlobalMutex MT safe

2001-04-06  Sascha Ballach  <sab@openoffice.org>  [a1f0cbc48543532c5e4f2f966acc217f75588cf3]

        #80363#; don't try to export tables without view data and create on import a new ViewData object

2001-04-06  Christian Lippka  <cl@openoffice.org>  [492902a2d16758c52e95997554770448467c722c]

        #85721# added forbidden characters

2001-04-06  Christian Lippka  <cl@openoffice.org>  [67e9fd11181e9ed1609d2d69b79d399d330dc26a]

        #85721# added forbidden characters

2001-04-06  Oliver Bolte  <obo@openoffice.org>  [0a298b7ba34f275c42eb6f98dee21c2a9b11d42a]

        New binary name checkscp

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [a83a094099982568a4286ec79cd264635fa11acb]

        #82842# check for type pre- and suffix and remove it

2001-04-06  Dirk Völzke  <dv@openoffice.org>  [b4bbf25eb0343243cfdbeb0b4b168c0fea975012]

        some code cleanup

2001-04-06  Christian Lippka  <cl@openoffice.org>  [62f336314cc5e4ec89585e8d8bd22414bc97b90f]

        #85721# added forbidden characters

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [77d56dc8e283663aba2cf1fa2cb14ddc868d5672]

        set member null

2001-04-06  Dirk Völzke  <dv@openoffice.org>  [629ca4274495105da295ff919d8d5d19c2999da1]

        Use GetTargetURL() instead of member maTargetURL, because member might be set to an empty value

2001-04-06  Christian Lippka  <cl@openoffice.org>  [89aa8a68ea1f47ff54f19f29190240da8acf8e6b]

        #85721# added forbidden characters

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [352271f3558ef6bb8bbe6c8070ade93684ebf7be]

        use of uninitialize member

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [f51c16374f5a2c412a8c4a2035ed5a8766c57016]

        new method

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [d8651f2b1bf6569d6dd122f808f5eb62bb42f87d]

        member protected now

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [0e7ca93d5ff39a6e54350af897b7bafa65a911aa]

        checks if parsetree is null

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [1e4d52af888d53c0c2c8b48300586c7851a3212d]

        holds a resultset only weak now

2001-04-06  Sascha Ballach  <sab@openoffice.org>  [71fa06472e4c2f1ed162849c31a55d4b4f0e52b2]

        #85051#; gives the styles import and export the GraficContainer

2001-04-06  Juergen Schmidt  <jsc@openoffice.org>  [bae6ee5c8b8b437f17c29b69b3ef922387320c9e]

        bugfix filename for file checking

2001-04-06  gt  <gt@openoffice.org>  [f983267746774f37040303f68760453eadf07ca6]

        in the middle of the work, don't expect that this work

2001-04-06  Dirk Völzke  <dv@openoffice.org>  [2347ed0c0db872f83caaa7a07396be8a3b39c935]

        #85772# SfxContentHelper::Kill() needs an URL instead of a physical name

2001-04-06  Caolán McNamara  <cmc@openoffice.org>  [22f2a31ab7a3af70dd1975da1a4560ab6a8fa86f]

        ##509## Fill in default content for sections that are linked to files to handle case where file is unavailable and support ww6 INCLUDE field

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [ffd303f422a06fc1cacbeb6335d7f0adf7cdab11]

        #85664# match copy/cut/paste with the right window

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [7e6b0f6fa7389fd556f3bac4933829323e93cac6]

        some corrections for columnnames and aliases

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [aa933614087f3dbb9e039fb24dc04cfbb7fea4be]

        use of dangling pointer

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [5202507bf2b3b55b321e4ab8c2986dceec3961fa]

        new method isTableFormat

2001-04-06  Christian Lippka  <cl@openoffice.org>  [b9f94260b67bb47ab1b90b608b4a54889dffdec2]

        #85721# added forbidden characters

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [73344e67a0315b71a8ea0a2365534269dc98ecd1]

        #85845# check if the compareable is a tablecontainer

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [c8f12324da5635c1dd111d1d8980f64a97dfcbd1]

        check if pCurParent is valid in GetRootLevelParent that wasn't the case for the first entry

2001-04-06  Andreas Bregas  <ab@openoffice.org>  [3fafff01e8590b5407d5aac5822b78f7bc272ba6]

        #85782# Release dialog container storage in DoHandsOff()

2001-04-06  Sven Jacobi  <sj@openoffice.org>  [97817e4ba9a4ffe15ba2d4c678c5a7a1ff8a5872]

        setting the correct FileFormat version to prevent the creation of XML objects

2001-04-06  th  <th@openoffice.org>  [9ca0f430c33614d04c550ced87717124833b08d2]

        #80306# - Vertical Writing now also for W9x

2001-04-06  th  <th@openoffice.org>  [242b0c50d6982709e7f38a19423e92df15d1fcff]

        #80306# - New Fontmapping (now also for CJK fonts)

2001-04-06  Martin Gallwey  <mtg@openoffice.org>  [e9bbe7a608af2a94b565d2f6dbfbee5ddd183948]

        82744# added current database information + whether to save global document links

2001-04-06  Daniel Rentz  <dr@openoffice.org>  [1a814686ac5bad1052f06c4e187975339fce2e63]

        switch table borders on/off

2001-04-06  gt  <gt@openoffice.org>  [c90ad4abd2a94e816f65a0fc8d36c08ddc124e9b]

        #i194# optimise Mulblanks to optional XF for row

2001-04-06  Caolán McNamara  <cmc@openoffice.org>  [89bef34cbb87aa4b96a71f5eb8971d0f4bc661c8]

        ##657## NetBSD bad alignment crash fix

2001-04-06  gt  <gt@openoffice.org>  [61154055788fe4988c4729148ecae6fd00486e3c]

        #i194# optimise Mulblanks to optional XF for row

2001-04-06  Juergen Schmidt  <jsc@openoffice.org>  [d1670f13cfbce6e1f06156f5783276f60b258560]

        bugfix filename for file checking

2001-04-06  Andre Fischer  <af@openoffice.org>  [187603c9701fee013c02eb3ee5c9c494808b5752]

        #78400# Template scanning reimplemented using UCB

2001-04-06  Michael Hönnig  <mi@openoffice.org>  [80e299628995f1f999678f88bcd710c8dcde17b6]

        com::sun::star::package finally removed - now in com::sun::star::packages (with 's' at the end, due to conflict with reserved identifier in Java)

2001-04-06  Juergen Schmidt  <jsc@openoffice.org>  [1976b98aafc2b95631e8f89dc974137777c2c2ba]

        bugfix filename for file checking

2001-04-06  Sven Jacobi  <sj@openoffice.org>  [5dd2d73deb6ab18547fa8910ed934e65e41bfb1d]

        TxCFSyleAtom is part of the Environment

2001-04-06  Andre Fischer  <af@openoffice.org>  [cdae06a664bfc3279bd9f177473357cce316b9b1]

        #78400# Template scanning reimplemented using UCB

2001-04-06  Daniel Rentz  <dr@openoffice.org>  [bf8a7b85e9fbca5d9082ce2a27457fabbf2f050d]

        cell borders for HTML tables

2001-04-06  Frank Schönheit  <fs@openoffice.org>  [6f9b2d630ba4342fcde656563b274534fc24eae0]

        new DnD implementations

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [3599f625bd14f47a81b0c8ee098dce04db6ea774]

        new version for SRC627

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [7b00f827c60abdffdbe280cab7b3de6a1b3dbb5a]

        new version for SRC627

2001-04-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0404da00f3c22bf9d4953758cef9d801c62b6afd]

        check scptargets

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [c7b3c79fde0ceceea2c669be04071d0794f1bf63]

        new version for SRC627

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [b7b7374c6346680c5058c810dee50d33b081a56d]

        #85809# getStatement now returns null

2001-04-06  Sascha Ballach  <sab@openoffice.org>  [68c1522759a7771964699c6c4679ec9cbc3ec9ec]

        #82953#; only write the next style name if there is a name

2001-04-06  Michael Brauer  <mib@openoffice.org>  [e91543169647a2aacb44e18d3b3cc3442046a62d]

        #85656#: Corrected Assert in StoreGrahic

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [a578b1d84d9b9fc0a6104451780fb6148630988c]

        #85825# initialize pcache=NULL

2001-04-06  Philipp Lohmann  <pl@openoffice.org>  [42aa079a5d79985061e9921826ee2da22d928c9a]

        choose display font before printerfont if metrics are equal

2001-04-06  Philipp Lohmann  <pl@openoffice.org>  [4c861b8bf4b83c051d7a48be09fb778de9e21d44]

        #85520# dont feed builtinfonts to glyph cache

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [171eaa9af2692404aafb6a7951b63bba99c3ea5a]

        no correct handling of approve listener

2001-04-06  Martin Gallwey  <mtg@openoffice.org>  [02458ff1025acb749707764a8faa71fe47831b52]

        #74911# export ApplyUserData also

2001-04-06  Martin Gallwey  <mtg@openoffice.org>  [e17fa2d014d2de3a962b40368e84dd9c9cdbd13a]

        #74911# and #83970# added automatic control focus, apply form design mode and apply user data

2001-04-06  Oliver Specht  <os@openoffice.org>  [58be32ad7e17a326d534591a4e828cad67a84647]

        #85636# assignment to edits corrected

2001-04-06  Martin Gallwey  <mtg@openoffice.org>  [2b91f0b2b65e35c0cdba0245762f0d0ff196d795]

        #83970# moved this header file to the main inc directory so that it can be accessed from within source/ui - INCOMPATIBLE CHANGE !

2001-04-06  Ocke Janssen  <oj@openoffice.org>  [b741ddd6af248d30ebae6ab614036bd10b725d5e]

        use of dangling pointer

2001-04-06  Sascha Ballach  <sab@openoffice.org>  [dd5e3f374a60df0f34852f1c922d84ce0fad77e7]

        #79771#; add the new XMultiPropertySet to queryInterface and getTypes

2001-04-06  Daniel Rentz  <dr@openoffice.org>  [5d3cf8fc4b587de20ef848a5b5ec763d42c0c09c]

        fixed a problem with table positioning in nested tables

2001-04-06  Frank Schönheit  <fs@openoffice.org>  [6cf2ddd390f6acf417fa6a6bbe81ece95ed8f8d8]

        corrected setting the Alignment / corrected implRemoveQuery

2001-04-06  Frank Schönheit  <fs@openoffice.org>  [bc000e6f173b35a2e37804447cd5e4cd963f6133]

        #84845# OColumns need an IColumnFactory in the ctor, not in loadSettings

2001-04-06  Frank Schönheit  <fs@openoffice.org>  [75b41d8a0cc6ab015eb5fba5fdb24192c2f32493]

        #84845# OColumns need an IColumnFactory in the ctor

2001-04-06  Frank Schönheit  <fs@openoffice.org>  [d8c1cf39b069cd86f982c20050e0fbbb4a8bb4a5]

        #84845# ODBTable is an IColumnFactory

2001-04-06  jp  <jp@openoffice.org>  [74d01b28ef9ac352c5052f8e0db75aceb5f5c6ac]

        changes for international (CJK)-sorting

2001-04-06  Frank Schönheit  <fs@openoffice.org>  [9a9adb10218fcee6cc87cae6ae4e4953d3eb2aa5]

        removed the obsolete columntypeid ctor parameter

2001-04-06  Frank Schönheit  <fs@openoffice.org>  [98f1d80925761bb3efae06b950ea0c6468e5268b]

        #84845# always use an IColumnFactory for creating columns

2001-04-06  Frank Schönheit  <fs@openoffice.org>  [d94158dcf7c6d8873b0d14aeb16896bddb8ff1a8]

        #84845# pass an IColumnFactory in the ctor

2001-04-06  Frank Schönheit  <fs@openoffice.org>  [34db01f1093c5835b2a125f0de5e22c9640b9cd7]

        #84845# derive from IColumnFactory

2001-04-06  Kai Sommerfeld  <kso@openoffice.org>  [4d7d722bc93b8abd8fb74b74ecd63ad61efdcbf1]

        #85714# - Removed unnessecary backward compatibility code.

2001-04-06  Björn Milcke  <bm@openoffice.org>  [a1986cdca6611009c0de99392f7470e3537eb90e]

        #85776# export label-cell-address when being embedded

2001-04-06  Sascha Ballach  <sab@openoffice.org>  [0084ede44fd8aba9800ec276420551ec1ade4831]

        #79771#; implement the XMultiPropertySet

2001-04-06  Christof Pintaske  <cp@openoffice.org>  [a4aef2c6e705c94dccadb478988eb7f48316e17e]

        #82915# fallback for raster (Oops I did it again)

2001-04-06  Christof Pintaske  <cp@openoffice.org>  [9014cca257c9bbb8492323d8b7daa83f72a2ee03]

        #82915# fallback for raster

2001-04-06  Sascha Ballach  <sab@openoffice.org>  [6ac15401fe93483a7853b9935c7007c1d4473cfc]

        #81034#; get the string of the Progressbar from the resource file with the correct language

2001-04-06  Sascha Ballach  <sab@openoffice.org>  [f0c72d1a0b1afdf0e420f7a6aabc3ba122691a9b]

        #81034#; let the text set by the application

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [64e7e8b7b26cc25cb08f9a7ed57ca8ebbc07e2a6]

        Merge SRC627: 04/06/01 - 09:54:19

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [10641b700a2f0c1dcbb1678d895351827e8760eb]

        Merge SRC627: 04/06/01 - 09:50:16

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [a31132d2dadd76b595d4cab7c9deb844e53714fb]

        Merge SRC627: 06.04.01 - 09:50:25

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [30ace279446a0f879722b562a8bb8081ddf6ff92]

        Merge SRC627: 06.04.01 - 09:42:29

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [6bc9b51d9055f45b0accda193985afd171bf5979]

        Merge SRC627: 06.04.01 - 09:42:32

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [fdc0ac1afa78facffae5c74bdef07c6ae842d539]

        Merge SRC627: 06.04.01 - 09:42:19

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [bb85bbb1b4300e981f9711802352498f578c4c95]

        Merge SRC627: 04/06/01 - 09:41:37

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [0dee1d6ad624b744cbe19fb6194543791925a3ed]

        Merge SRC627: 06.04.01 - 09:40:45

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [40baafc7ed90a534d96a759582a3634ff2fb4f42]

        Merge SRC627: 06.04.01 - 09:39:33

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [3fbc6cb88c5ab285acd3b9a30f2ee1671ca3bab9]

        Merge SRC627: 06.04.01 - 09:38:59

2001-04-06  Kurt Zenker  <kz@openoffice.org>  [346c0d9d51a27aaf4729510f697a04bacad96d6a]

        Merge SRC627: 06.04.01 - 09:37:47

2001-04-06  Oliver Specht  <os@openoffice.org>  [823b5f87b5bfc3de01507fc3e0eda97d0ed4c192]

        #80310# menu resource updated

2001-04-06  Stephan Schäfer  <ssa@openoffice.org>  [af8d15b652ff3919d2f532ddababa761888ea868]

        #85425# ignore erroneous mouse messages in capture mode

2001-04-06  Michael Brauer  <mib@openoffice.org>  [9eda69f009ce8b78e25d42a23401cf3338127fd9]

        #84964#: Enable optimization

2001-04-06  Michael Brauer  <mib@openoffice.org>  [6169cea3060361c3efca606082650e501c6a6c9c]

        #85808#: Improve progress bar behaviour

2001-04-06  Michael Brauer  <mib@openoffice.org>  [73a5f45cc4bf38eae2541a56835b4d9bc6184d68]

        #85808#: Improve progress bar behaviour

2001-04-05  Martin Gallwey  <mtg@openoffice.org>  [e131ccf15145728512f8f521ac1656d8693c03e2]

        #82744# implement Get/SetConfigurationSettings

2001-04-05  Martin Gallwey  <mtg@openoffice.org>  [eb9910e85d41add74dbe6249652e289804bb11a2]

        #82744# allow const access to the MathML property map

2001-04-05  Martin Gallwey  <mtg@openoffice.org>  [e9d72cb644dfbeab193471e5dae3228187382bd9]

        #85721# rename ForbiddenCharactersSequence to ForbiddenCharacters

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [27b3a7a86d243917f457c6af055db4e77aca4ccc]

        Merge SRC627: 05.04.01 - 21:27:05

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [acd824049f71d525da7837b874812fcb5d344ae5]

        Merge SRC627: 05.04.01 - 21:27:05

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [c2387e88b66914f6ef075d3b3ee2a849cd49ece1]

        Merge SRC627: 05.04.01 - 21:26:36

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [ae050f1cd6e3e6736d145388ce226060df7cbabc]

        Merge SRC627: 04/05/01 - 21:26:15

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [462bf959512ebfe148ff8589e236c7785abcf7be]

        Merge SRC627: 05.04.01 - 21:25:36

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [2da07811906f6dad6b1bef84531e889cf3224556]

        Merge SRC627: 05.04.01 - 21:24:11

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [8a83f939a97a49653e7e98fc8eccef9d8ea7a9af]

        Merge SRC627: 05.04.01 - 21:23:28

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [ad871b0fba88287c5d90d0c758b60e3081d03636]

        Merge SRC627: 05.04.01 - 21:24:22

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [ca938dd036454443238bd90069176a8cf12b4715]

        Merge SRC627: 05.04.01 - 21:23:03

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [1bc86516f10f013a0c020724bfdb7f1e65741816]

        Merge SRC627: 05.04.01 - 21:22:17

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [8e9a593da2ca566eaf075719fb9db25691800578]

        Merge SRC627: 05.04.01 - 21:22:53

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [0fd778d959ac8b920882d44b4d01abe5f95edb4d]

        Merge SRC627: 04/05/01 - 21:22:24

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [557a145f9f334690babac59b3e4416818ad5e164]

        Merge SRC627: 05.04.01 - 21:22:18

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [d1de7853a4e2151cb22fdd01dc00d0eb0f4f98d8]

        Merge SRC627: 05.04.01 - 21:22:06

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [2533e1d5453b09e6805cf0c271257df2f69f7050]

        Merge SRC627: 05.04.01 - 21:21:11

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [cb05c88dc03046ce8bc190e8f613be47748a39ac]

        Merge SRC627: 05.04.01 - 21:21:03

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [1ac96b55a8ff3149f3eb2ff3139773b2bb2930fa]

        Merge SRC627: 05.04.01 - 21:19:50

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [28b4865f38550d7512ee9cf9a7380bc2d890ab6f]

        Merge SRC627: 05.04.01 - 21:18:57

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [15c31f089e60a97f1940f1ba76a6453eadfd19bf]

        Merge SRC627: 05.04.01 - 21:18:52

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [78b110e8637cbb4f124481cb635cf7d7c8c40137]

        Merge SRC627: 05.04.01 - 21:17:27

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [b863a4ae4885ca105fba2140d99a9d0ebee73660]

        Merge SRC627: 05.04.01 - 21:17:14

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [2babe4c38cd88399a553ca662b45571ce3462f42]

        Merge SRC627: 05.04.01 - 21:15:40

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [cf1fd34be1439c872cb1cd72f88fde8457b7a20f]

        Merge SRC627: 05.04.01 - 21:15:08

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [8d514f5fd877569ab377dc7c02419e272d77ecbf]

        Merge SRC627: 04/05/01 - 21:14:18

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [e81777bf70893fbc472edf6e016c5f59781e61cb]

        Merge SRC627: 05.04.01 - 21:14:16

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [aefb98ddce91b7f46b71a28abb933bdfdd425ec9]

        Merge SRC627: 05.04.01 - 21:13:30

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [39bfba8789c3a5e9a09e6393765e8166c1139f88]

        Merge SRC627: 05.04.01 - 21:12:22

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [549712c669c2eecc2b189ade63726ece60c0e8e5]

        Merge SRC627: 05.04.01 - 21:12:21

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [2135460bfb138013a19959d49c694ee81b9f3757]

        Merge SRC627: 05.04.01 - 21:11:57

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [ee57e665da72c7f145b417c25ec54c819cb3045c]

        Merge SRC627: 05.04.01 - 21:11:33

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [a5e2abb97fe9084f70d6e68ec837a18cc1ac1e28]

        Merge SRC627: 05.04.01 - 21:10:51

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [065462e5399c7e974eb91101d9844d5a0dbfb78b]

        Merge SRC627: 05.04.01 - 21:09:42

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [89eea55e99a93f558e378f4f1924504f550a508e]

        Merge SRC627: 05.04.01 - 21:06:52

2001-04-05  Kurt Zenker  <kz@openoffice.org>  [46e000c1f6a5c2d40efb40d33ebf4e009ce98b53]

        Merge SRC627: 04/05/01 - 21:06:43

2001-04-05  Martin Gallwey  <mtg@openoffice.org>  [ac3181c25e288eb28c90c4ad9a256e31223aa5a5]

        Merged dennis' changes from com.sun.star.package

2001-04-05  Sascha Ballach  <sab@openoffice.org>  [72def1ada81c80bf562c133045fc7dbe67e4bb59]

        #74911#; add the Property ApplyUserData

2001-04-05  Sascha Ballach  <sab@openoffice.org>  [0f701c40e3cf71145560f78d35bb027056a09741]

        #74911#; add ApplyUserData

2001-04-05  jp  <jp@openoffice.org>  [4fe26d19ac2e0f0b528d803e12d3e52dd55ab031]

        Task #81926#: don't remove DDE-Format in WriteObject

2001-04-05  jp  <jp@openoffice.org>  [b2e03060e06c7785e044686a8ca5c44b00c2f6ab]

        optimize: create DicList only if it needed

2001-04-05  Caolán McNamara  <cmc@openoffice.org>  [7afc69b278d6c07e7211ad13b84d2b4726c7a418]

        ##573## Take first line indent into account before removing tabstops during readjustment

2001-04-05  Philipp Lohmann  <pl@openoffice.org>  [3b1e81363d91691ab45068cacf82000a5d72f5bb]

        #85334# default frame size for new documents

2001-04-05  Christian Lippka  <cl@openoffice.org>  [cb555163d9bcd0f5ca8e1d2a2705ad0136cff7a8]

        #85721# added support for forbidden characters

2001-04-05  Christian Lippka  <cl@openoffice.org>  [c98e47b257b682e4fabfbfdaf96c5b16025e6005]

        #85721# added support for forbidden characters

2001-04-05  Sascha Ballach  <sab@openoffice.org>  [b983a6cf7d46786993f64264ea2cba3ef4e95792]

        #85774#; recalculate the size of rows and columns after every table on xml import and no longer after the import

2001-04-05  Niklas Nebel  <nn@openoffice.org>  [1e201309fd5aae919f0e56d63d5f0ff1e4ef5473]

        #85793# pLocalOptions no longer used in LayoutOptions

2001-04-05  Sascha Ballach  <sab@openoffice.org>  [bb407424eaaf4e3b007e90d1b27875d2e06b760f]

        #85774#; make it possible to get the OutputFactor of the docshell from the model

2001-04-05  Sascha Ballach  <sab@openoffice.org>  [09f04fb53406f6ba3bb5d8bcfa1f220c12f9c09c]

        #85774#; don't resize shapes when recalculating the row height and column width while importing xml and set the size self

2001-04-05  Sascha Ballach  <sab@openoffice.org>  [07495068375e2e68aaf9645ccd69c5c25e08f48d]

        #85774#; don't resize shapes when recalculating the row height and column width while importing xml

2001-04-05  Oliver Specht  <os@openoffice.org>  [0fb7aef6ba436704599996fb3bc63da29e6b94bc]

        #80310# menu interface changed

2001-04-05  Sascha Ballach  <sab@openoffice.org>  [c6e4566f4ea3ad223e5353f35c397699e9b9f3c0]

        #85774#; make it possible to get the OutputFactor of the docshell from the model

2001-04-05  Sascha Ballach  <sab@openoffice.org>  [c9922f0f2558e8b73193aa8b0b65a0e0d0c57392]

        #85774#; don't resize shapes when recalculating the row height and column width while importing xml

2001-04-05  jp  <jp@openoffice.org>  [7fd993bfba10315f59525f5d2dbe12c130ed5841]

        access the html.vor only at used time, not in startup

2001-04-05  Caolán McNamara  <cmc@openoffice.org>  [8f144b31992e181fa02df61dc78eea09d253613e]

        Fix scoping of semantics tag

2001-04-05  Jörg Barfurth  <jb@openoffice.org>  [f6cf69e5390fa6094bb4fdcce08f4b6b180ee8d3]

        Added helper actions to enable 'cloning' from one localized value model to the other

2001-04-05  Jörg Barfurth  <jb@openoffice.org>  [bc46678ee65e6b22adb85f355610ebcd3a5c545f]

        Moved isLocalizedValueSet() from xmlformater to cmtreemodel (and public headers); Added shallow copy constructor to class Subtree

2001-04-05  jp  <jp@openoffice.org>  [1f9c49e1301f7eb1f0f4b2d04e8fc76d73d2e763]

        Bug #82744#: SvxForbiddenCharactertable create with correct parameters

2001-04-05  Oliver Specht  <os@openoffice.org>  [7c2dffa3b4af89c0d6a2adc6a1ff1e93a2044fc7]

        #85550# heading assignment corrected

2001-04-05  Oliver Specht  <os@openoffice.org>  [28478573f267b4bf330e9da98b7b29830a82e63f]

        define corrected

2001-04-05  Jörg Barfurth  <jb@openoffice.org>  [defe97818b09d663c2bc81ed7e68127c618e4686]

        Now using the Locale from connection settings as default (if present)

2001-04-05  Jörg Barfurth  <jb@openoffice.org>  [e2932cf1da953e72b14ca37517d48b1be10a3135]

        Now support 'locale' and 'lazywrite' in sregistryrc and provider creation arguments; admin mode now uses 'all locales' as default

2001-04-05  Dirk Völzke  <dv@openoffice.org>  [4d480f9fd1afa42d25807ce5dd41f3469dbbbc27]

        #78400# Get the mime type for xml documents, too ( by using XTypeDetection )

2001-04-05  Ocke Janssen  <oj@openoffice.org>  [1145070a83dcce663d54173176a6c5711bb0be19]

        #85788# absolut(-1) is last record

2001-04-05  Caolán McNamara  <cmc@openoffice.org>  [dcc0795371d1b3c80c4a0848c4dfea45f0ae061e]

        ##640## Draw objects inside textbox import layout tweaks

2001-04-05  Dirk Völzke  <dv@openoffice.org>  [5d73a1d779ff66d38131c436c37f22b639e62795]

        #85773# GetPath_Impl() now preserves the extension

2001-04-05  Caolán McNamara  <cmc@openoffice.org>  [d246619d7e7448c05f8b3780075f8eb6d91c7293]

        ##582## Subtle textbox layout and background colour issues

2001-04-05  Ocke Janssen  <oj@openoffice.org>  [9a29843df5262f2e7df1b61fb35d7c19fa578758]

        #85791# check if we stand before first or after last before refreshrow

2001-04-05  Oliver Specht  <os@openoffice.org>  [6794f36c79efea114f45fdd745f37f6273711d99]

        #84964# small optimization

2001-04-05  Oliver Specht  <os@openoffice.org>  [cec65a391b7ad4796e337bf2b315dcba7e49fb78]

        #85785# property map corrected

2001-04-05  Andreas Schlüns  <as@openoffice.org>  [3dee3730a673d985263641421fdfea7f64f240a4]

        #84766# write filter into user cfg; enable flush

2001-04-05  Oliver Specht  <os@openoffice.org>  [e9fa023cf1581bb572bb4e5091e929757e5c9157]

        #85710# attach enables moving of frames

2001-04-05  Oliver Specht  <os@openoffice.org>  [1d0fe36e3f8cb94f74a31e299a730af14d7e6749]

        #84964# small optimization

2001-04-05  Oliver Specht  <os@openoffice.org>  [44cc959fb3ed104a2204c3873dac052ff04c4213]

        #84766# selection of default file filter added

2001-04-05  Lars Langhans  <lla@openoffice.org>  [8e2a8ad326da275351820f246938f74b6d74eb70]

        changes in test environment

2001-04-05  Malte Timmermann  <mt@openoffice.org>  [cf0d872f25f775abb03d0f4aa50c253f135c8847]

        #85557# Don't compare a short value with LISTBOX_ENTRY_NOTFOUND...

2001-04-05  Oliver Specht  <os@openoffice.org>  [0a1aeed5eb8481db3cace97befd4c54c636f871d]

        #84041# grouped shape problem solved

2001-04-05  Armin Weiss  <aw@openoffice.org>  [20eb87184fa36ac3bc42414ff5ff107b62ee2d34]

        #85429# when setting XPolyPolygons as parameters at path objects using StarOffice API the Poly is tested for correctness now when it contains a curve segment (or more). If it's not correct, an illegal argument exception is thrown.

2001-04-05  Daniel Rentz  <dr@openoffice.org>  [16f5fd66eb4bb67495d007d8705a7455571ac4e1]

        new property for table:cell-range-source: table:refresh-delay

2001-04-05  Daniel Rentz  <dr@openoffice.org>  [6fc022e12c8d306a9c3d49e63e600daba5363a65]

        new attribute for table:cell-range-source: table:refresh-delay

2001-04-05  Daniel Rentz  <dr@openoffice.org>  [b0322338813a2a5293e488d201a059d4299c5d0f]

        new filter type: calc_HTML_WebQuery

2001-04-05  Philipp Lohmann  <pl@openoffice.org>  [96a90b1fbc69ab143ab1805def02c89c17ead0c1]

        #85334# do not raise unmapped children

2001-04-05  Daniel Rentz  <dr@openoffice.org>  [e9f65d691ddc627262205cd2e9b346f4e108fcb4]

        refresh delay for area links

2001-04-05  Daniel Rentz  <dr@openoffice.org>  [4b939fba33709394300a98320436c70a0af3d593]

        new property for link areas: RefreshDelay

2001-04-05  Tino Rachui  <tra@openoffice.org>  [2bbb8b6b31248fd54beac27a3f47f3e909d899c1]

        #81926# now waiting infinite for an operation completion

2001-04-05  Daniel Rentz  <dr@openoffice.org>  [6cfb3d8ae100d936dc437dd2c30baba3e8d60a83]

        new property for link areas: RefreshDelay

2001-04-05  Malte Timmermann  <mt@openoffice.org>  [ef4d62b63ab574386b0a82d7e38807bfa1497010]

        ImageProducer: Call with empty URL too for cleaning the image

2001-04-05  Kay Ramme  <kr@openoffice.org>  [6b75b14136a2b1e2b86200fa85e1f0eb962c97c2]

        reformatted output

2001-04-05  Kay Ramme  <kr@openoffice.org>  [78e699f844ba4d680267eb749c8dfc57a6f6aa20]

        fixed typos (#85193#)

2001-04-05  Daniel Rentz  <dr@openoffice.org>  [41829164546ac49039f5acfef8e9f7c131d7fbf9]

        new property: RefreshDelay

2001-04-05  Daniel Rentz  <dr@openoffice.org>  [79654d04ac0deb41a802aa897e9df116cc743e6e]

        new keyword: refresh-delay

2001-04-05  Kai Sommerfeld  <kso@openoffice.org>  [57058b4d00e293186b5af9aa43634c0f83be68dd]

        #85714# - Prefixed all component implementation names with "com.sun.star.comp"           (UDK naming recommandation - required for automatic testing).

2001-04-05  Kai Sommerfeld  <kso@openoffice.org>  [b3e0d1c74f8c4d2a271ad597344624f657d533e0]

        #85714# - Prefixed all component implementation names with "com.sun.star.comp"           (UDK naming recommandation - required for automatic testing).

2001-04-05  Sven Jacobi  <sj@openoffice.org>  [85f179163402b0f56ab5c71670a79a556c811041]

        #85478# improving import of standard textobject attributes

2001-04-05  Nils Fuhrmann  <nf@openoffice.org>  [004aaf23e580ff4aa79717ced5d58ec4ec0b3082]

        Added catalan language #85749#

2001-04-05  Jörg Barfurth  <jb@openoffice.org>  [5302e77c198607292f0d592dab87fc377d48504e]

        Completed support for localized values as sets; Fixed minor glitches

2001-04-05  Sascha Ballach  <sab@openoffice.org>  [3c357844bff2ef32ca1dcf2b72f82ffba8ee1ca5]

        #81983#; change the order of loading to load the settings and in special the printer name before create the first OLE object

2001-04-05  Nils Fuhrmann  <nf@openoffice.org>  [0b67b49526d4ecd870b522831bfaac0a417aeaaa]

        Added catalan language #85749#

2001-04-05  Nils Fuhrmann  <nf@openoffice.org>  [c21fd43358d78e279ab80d699c8fd9b1260e6d71]

        Added catalan language #85749#

2001-04-05  Herbert Duerr  <hdu@openoffice.org>  [c5353f1d2ecdce85ebafef71deaec92736a8d81e]

        fix helvetica oblique crash

2001-04-05  Ocke Janssen  <oj@openoffice.org>  [b190d5eb4da72e14742f678906dbed860c87e048]

        #85735# insert more exceptions when using in wrong order

2001-04-05  Herbert Duerr  <hdu@openoffice.org>  [f4b04bfe06c4f7e37e037209cfb1c722fb8a590a]

        implement AA forcing & add pDXArray for serverfonts

2001-04-05  Herbert Duerr  <hdu@openoffice.org>  [62cdf0ef71d23bab1f5756ebef910c97c9c06e4b]

        no rotation for fullwidth unicode

2001-04-05  Herbert Duerr  <hdu@openoffice.org>  [68f7fc080beab8c28ca323c6b8e3656d11939439]

        add AA forcing

2001-04-05  Herbert Duerr  <hdu@openoffice.org>  [3f664f79eabe8a2d7d64c21d56c7d1c8270a686e]

        added AA forcing & pDXArray stuff

2001-04-05  Oliver Specht  <os@openoffice.org>  [ff0865c96a85193d0907c3caeee558be4e05950e]

        #85715# redline attribute list boxes corrected

2001-04-04  Kurt Zenker  <kz@openoffice.org>  [5f0a0341c60ee60f3f0eaf09782d7fbf6534f876]

        Merge SRC627: 04.04.01 - 21:17:33

2001-04-04  Kurt Zenker  <kz@openoffice.org>  [e827582210cd08df5ed94bb31411c8678befa2bb]

        Merge SRC627: 04.04.01 - 21:13:19

2001-04-04  Kurt Zenker  <kz@openoffice.org>  [7a21eb587aca8107aafe5f08569d541fd18fd053]

        Merge SRC627: 04.04.01 - 21:12:11

2001-04-04  arellano  <arellano@openoffice.org>  [829f53c92422324245560c4d023a484b848002e7]

        modified spelling, added verbiage to IllegalArgumentException

2001-04-04  Armin Weiss  <aw@openoffice.org>  [416b30419bc7308c473212ffd4743af7e19ea601]

        #84974# the parameter bDisableAutoWidthOnDragging at the text object which is controlled by SetDisableAutoWidthOnDragging(...) and set by draw/impress needs to be interpreted as Width/Height dependent of vertical writing.

2001-04-04  arellano  <arellano@openoffice.org>  [79a87e4e1be23910c20945fc3c3337bcfaae6030]

        modified spelled to misspelled

2001-04-04  Philipp Lohmann  <pl@openoffice.org>  [0a7c5ddf8f9c116a4e66d88f1a57a10cd8a373d1]

        #85520# round global font proprties

2001-04-04  arellano  <arellano@openoffice.org>  [f8b4bb25f427b84c4cab4f6eeffffb327e098dd5]

        corrected tag, check string aWord

2001-04-04  arellano  <arellano@openoffice.org>  [ad04f0ad3a44fb6bcecc75bdfbab5e117504d7b7]

        grammar

2001-04-04  arellano  <arellano@openoffice.org>  [8e28402e635faf46a75d13903ef645c9ecc98148]

        spelling

2001-04-04  arellano  <arellano@openoffice.org>  [1f7729f37863bf34cf1c56b4bd740b22f00ed9d3]

        spelling, tag correction, grammar

2001-04-04  Armin Weiss  <aw@openoffice.org>  [b2b067ccbe20c64c4ccc138172fd40954dc9b27a]

        #85127# take svg:transform into account and hanle like draw:transform for compatibility

2001-04-04  arellano  <arellano@openoffice.org>  [b14d868ec894e80b8ac97d6ce25184dfb3c50414]

        spelling

2001-04-04  arellano  <arellano@openoffice.org>  [31a89ac202023fa20574be020b374c8e2fceb840]

        spelling, tag correction

2001-04-04  Kai Ahrens  <ka@openoffice.org>  [db53c2ef0dda1cc40080ccfad562c7c007694b54]

        #85144#: added missing D&D functionality

2001-04-04  arellano  <arellano@openoffice.org>  [9c626537806f42003cdbbdcdf34f8ec9dd8bb7af]

        punctuation changes, capitalization

2001-04-04  Malte Timmermann  <mt@openoffice.org>  [93a1415ba3100dcbb7d5db6df3b505001ce120a2]

        Assertion...

2001-04-04  arellano  <arellano@openoffice.org>  [050216e2708001d246b966fc8d45236c75d39a97]

        spelling corrections'

2001-04-04  arellano  <arellano@openoffice.org>  [0a033b9d9545c9dfb08e26597a3131b2c03db202]

        punctuation changes

2001-04-04  arellano  <arellano@openoffice.org>  [55320dd4caabfee570ee577d8d1b70158b5223d5]

        editor modification, questions

2001-04-04  Philipp Lohmann  <pl@openoffice.org>  [1edca60fb9c6c4bfd39764f1db2a4955e4629539]

        #85520# enhanced font metrics

2001-04-04  arellano  <arellano@openoffice.org>  [7cdad4196d41d74e2a52f7861024524975cf4488]

        editor modification

2001-04-04  Malte Timmermann  <mt@openoffice.org>  [e0b2de3f4bc01e4563a5b71e0fecd596b08710a8]

        ImageProducer...

2001-04-04  Christian Lippka  <cl@openoffice.org>  [d1cd21fad1b724caf57248573aa9e2be11eee95a]

        #85721# added forbiden characters to drawing layer

2001-04-04  Sven Jacobi  <sj@openoffice.org>  [fb051f261cabd6301d8720b95286b3cb21d99823]

        #85478# improving export of standard textobject attributes

2001-04-04  Christian Lippka  <cl@openoffice.org>  [55e62c75ae1187c0b08fa4224222a1b0dc93e2a4]

        #85721# api helper for ForbiddenCharacters

2001-04-04  arellano  <arellano@openoffice.org>  [a09579b3ee988bfba3a9439013d3cf92aa2dfc33]

        editor comments, correct

2001-04-04  Malte Timmermann  <mt@openoffice.org>  [731af79ebc2ef3ce0ad48dd3566211ea4d5d17cd]

        Service for the ImageProducer

2001-04-04  Jörg Budischewski  <jbu@openoffice.org>  [5044bafeb35f0f515789a9c18ad39c7bbdaea5c1]

        #85632# quick hack to avoid reanimating the bridge during initial object calls

2001-04-04  arellano  <arellano@openoffice.org>  [fcf9c8b28d45c2fc778f846cd3d1ec22939c5a5e]

        editor comment

2001-04-04  arellano  <arellano@openoffice.org>  [29937382d438dcb9c49fcb59b51f758223d383ec]

        editor modification

2001-04-04  Kai Sommerfeld  <kso@openoffice.org>  [619488e55bbe662d8280e5957bc4475455fad4dc]

        #85668# - Fixed setPropertyValues -> "Title" to adapt _path member           after exchange.

2001-04-04  arellano  <arellano@openoffice.org>  [6b72f9c6dfb8b5decae69c2229c456e9794ec820]

        editor modification

2001-04-04  Kai Sommerfeld  <kso@openoffice.org>  [4ac9e47585b1ed62154e35fb25deb8e6abf0cde4]

        fixed source directory for xml files.

2001-04-04  Michael Brauer  <mib@openoffice.org>  [21f93d6816a0ecc82a679908deba968990de44e2]

        #85733#: drawing defaults

2001-04-04  Kai Sommerfeld  <kso@openoffice.org>  [93d64e019842f2d90c060774f72cb5ba924ee7fa]

        Fixed: Syntax error due to leftover from merge conflict :(

2001-04-04  Daniel Vogelheim  <dvo@openoffice.org>  [cc7b9393fe750b6c1ce255c88ef3a7e0c30398e8]

        #85096# DTD updated to include forms in Writer documents

2001-04-04  Daniel Vogelheim  <dvo@openoffice.org>  [a00995a7b99b2b70c693a313be6e678777fd9f6f]

        #84931# footnote separator updated

2001-04-04  Oliver Specht  <os@openoffice.org>  [ed125415ede114fd6325954bb76a89fd9ad60637]

        swerror define corrected

2001-04-04  Daniel Boelzle  <dbo@openoffice.org>  [cf5ace8b4f8bde7a123239ff592b2dcc535d2352]

        #85648# fixed dialog model properties

2001-04-04  Ocke Janssen  <oj@openoffice.org>  [366bc9051891fba91d76a02d8c2b94e16db2e0fc]

        #85722# correct isBeforeFirst

2001-04-04  Ocke Janssen  <oj@openoffice.org>  [b07f7f08f11ce449101aec5290704c3677c401db]

        clear row memeber

2001-04-04  Oliver Specht  <os@openoffice.org>  [0b4853493a496f21d787723ead0b6f64a860d179]

        #85716# option dialog problems solved

2001-04-04  Tino Rachui  <tra@openoffice.org>  [7bd09c0347381e9283ea8890005147e08eb9891d]

        #85727# determining string len when pasting text

2001-04-04  Ocke Janssen  <oj@openoffice.org>  [eb8cddc857e0434b7523c4f902439e970c585504]

        #85658# equal sign isnt shown

2001-04-04  Michael Brauer  <mib@openoffice.org>  [3119b8bbbc9b1448f7b16f1cb422216904cbbd84]

        #85725#: FontEmphasis used wrong values

2001-04-04  Daniel Rentz  <dr@openoffice.org>  [17ab2ae17d05e699fdc87af2a79e8c66d3e00fa4]

        new attribute table:refresh-delay in element table:cell-range-source

2001-04-04  Kay Ramme  <kr@openoffice.org>  [25f2334ac012161a6e42639b316c658810f9d46a]

        correctly unrole and role arraynish parameter (#85533#)

2001-04-04  Daniel Vogelheim  <dvo@openoffice.org>  [bb6ddd6c58d9c2ee367069779ed61d4af6d30c1e]

        #84931# DTD for footnote info in master pages updated

2001-04-04  Andreas Schlüns  <as@openoffice.org>  [077c861c55393f75ad10416ac9d33403509616a4]

        #84766# new query mode for filters

2001-04-04  Michael Brauer  <mib@openoffice.org>  [1e57529278990a35817012a5313b59b147ba95d8]

        #84964#: Made caching of hasPropertyValue results more robust

2001-04-04  Gregor Hartmann  <gh@openoffice.org>  [026c87bb65461164bd64056d14dd1730d10fb5ab]

        #82970##83872#Clipboard works

2001-04-04  Kurt Zenker  <kz@openoffice.org>  [df08510a8dc24b6e0cc361aac5f88a1e5f980c7c]

        new version for SRC627

2001-04-04  Vladimir Glazounov  <vg@openoffice.org>  [7942a9c81511b8cada760b55388f6b9858c35418]

        Changed function declaration

2001-04-04  Vladimir Glazounov  <vg@openoffice.org>  [bee1738362abcbf6b5b0d6259caee0787a2f4842]

        Changed operators calls

2001-04-04  Andreas Martens  <ama@openoffice.org>  [85789fbad4d47007e27db277839fdc12b9eb09a7]

        Fix #85710#: Changing content anchor but not anchor type

2001-04-04  Martin Gallwey  <mtg@openoffice.org>  [d534dd0e4bda7828197826a8dde74aeb4c5b339d]

        #82744# allow compilation with pre-compiled headerS

2001-04-04  Oliver Specht  <os@openoffice.org>  [62a7c4b173ba686c5f941cd5677567ca4be2331e]

        #84964# create type dependent implementation id

2001-04-04  Martin Gallwey  <mtg@openoffice.org>  [db668d69ac26334c2fe70b4c2303b217b3ce5aab]

        #78256# make a special character appear in a table cell when added by the API, not before the table

2001-04-04  Matthias Huetsch  <mhu@openoffice.org>  [9acc2fd165722dd0fb4ade43ab114f4653352954]

        #85289# Reimplemented 'osl_is<Receive|Send>Ready()' in terms of 'poll()' (LINUX, SOLARIS) in terms of 'select()' otherwise.

2001-04-04  Kurt Zenker  <kz@openoffice.org>  [44aa2538102abd6af9b6b85088d664f2166de90e]

        new version for SRC627

2001-04-04  Kurt Zenker  <kz@openoffice.org>  [109fe7a99405da06b8cc16ab343aadd9dc29f7d8]

        new version for SRC627

2001-04-04  Oliver Specht  <os@openoffice.org>  [28ed16a80f6376101d019bab0efb67781a87e056]

        #85672# compatibility option starting in 628

2001-04-04  Kurt Zenker  <kz@openoffice.org>  [6566b942d021fc8ad116c5939cb7a81051dacb4f]

        new version for SRC627

2001-04-04  Ocke Janssen  <oj@openoffice.org>  [cd5382bbed4311844804fe462c0c95d878bdf04e]

        reading uninitialized memory

2001-04-04  Michael Brauer  <mib@openoffice.org>  [b791c4c318fa9d941026f758accf259a3b29fa70]

        #85698#: OLE objects loose their position

2001-04-04  Malte Timmermann  <mt@openoffice.org>  [1c65ab7adc64c81080c1edd80a8deaecb19df364]

        Property HelpText/HelpURL for the dialogmodel

2001-04-04  Malte Timmermann  <mt@openoffice.org>  [8f23d7dfaa2322ed80020dcef76af93c867c2e9a]

        #85594# RadioButton supports XButton

2001-04-04  Martin Gallwey  <mtg@openoffice.org>  [5a1a2e5a248f66604dc5b9b9b3b7a87242ab61af]

        #78458# Allow the use of XText as a TextRange

2001-04-04  Malte Timmermann  <mt@openoffice.org>  [64651c732d90ac2fe7218b113da391f33fb76957]

        #85594# RadioButton supports XButton

2001-04-04  Niklas Nebel  <nn@openoffice.org>  [7a3c56e478c8c13ce18870963368db898a625b6d]

        #85414# test xStatusIndicator for null

2001-04-04  jp  <jp@openoffice.org>  [525a9d2bd0220ee87d99ab9a1c5c5549523311d0]

        Bug #84964#: find also DrawObjects

2001-04-04  Ocke Janssen  <oj@openoffice.org>  [eb1142ff9d651bc30ec98f4fde5ca83ad6d10ff1]

        free string again after using

2001-04-04  Tino Rachui  <tra@openoffice.org>  [c08eceb588fd79ef50b8b65725071012ee0f0253]

        *** empty log message ***

2001-04-04  jp  <jp@openoffice.org>  [a6e908602ae637b97f7c68ec8dabf5f343296c75]

        changes for CJK sorting

2001-04-04  Ocke Janssen  <oj@openoffice.org>  [d96d2bc930a8b2231cf9df3c07da5ad06e6cf81f]

        #85661# LocaleData is now static

2001-04-04  Oliver Specht  <os@openoffice.org>  [bad806f36d4a3f05f6b2f7ff0095a6934934077b]

        #85672# Scaling TabPage removed

2001-04-04  Michael Brauer  <mib@openoffice.org>  [eadb3fe8597145b185bdc36f178ec03407c3db57]

        #84964#: Support of multi property sets

2001-04-04  Carsten Driesner  <cd@openoffice.org>  [e8f0c725a0eaf7e37b884e15250f12b1eb2de220]

        #80310# add throw clause

2001-04-04  Ocke Janssen  <oj@openoffice.org>  [c856ef50a844c95094c0339b6482a0de4a918b2c]

        #639# wrong typecast

2001-04-04  Sascha Ballach  <sab@openoffice.org>  [9d817eab4b13a517d34e145b704e0a6d0c6dbad0]

        #80363#; add to set the settings of the views

2001-04-04  Sascha Ballach  <sab@openoffice.org>  [3596fa87c8114af4e044a9e93b986784109d1763]

        #80363#; add to get the settings of the views

2001-04-04  Sascha Ballach  <sab@openoffice.org>  [dff3d8e050990e34cd1edca6d993285b8a75b8d8]

        #79771#; little optimation in handling the propertymap

2001-04-04  Sascha Ballach  <sab@openoffice.org>  [25c1dd23ac4f0d1aba08d9a8facfcf571eeeb053]

        #79771#; implement a better getPropertyStates

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [f057f0554290c300fe7e6c183f914af2486d9373]

        Merge SRC627: 04/03/01 - 21:46:59

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [b26f61d945fd7a7d5b785cb0bd274dbc4aca6704]

        Merge SRC627: 04/03/01 - 21:41:38

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [0076944c179671cc9ec3692967cfecbe34984e6d]

        Merge SRC627: 04/03/01 - 21:43:43

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [518cbc6cf3e016fb57aaea7de757e4525f111a68]

        Merge SRC627: 03.04.01 - 21:43:29

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [2b3fd9f2600c15ec0f41f837d5ad9d7b54810eae]

        Merge SRC627: 03.04.01 - 22:43:31

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [fe5f904b4f72c413afc9835da8f114f04cbec657]

        Merge SRC627: 03.04.01 - 21:41:35

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [95503807b427204cd2c3a453dcb9e2ff9e349968]

        Merge SRC627: 03.04.01 - 21:41:41

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [847f38855547152b2d42b5779dad64a6c75e8fc7]

        Merge SRC627: 04/03/01 - 21:40:15

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [b62678ee6af3d2182fed0114c5d674b6031fdd31]

        Merge SRC627: 03.04.01 - 21:40:01

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [012e6fe02ad7f15df99182694187bfdce423f563]

        Merge SRC627: 03.04.01 - 21:38:29

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [b75cf9421118dfaeb2c7edf1b21c8d0412ad7f62]

        Merge SRC627: 03.04.01 - 21:37:55

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [bb01f6939dd647cb432837051dd4da3f6581f4c9]

        Merge SRC627: 03.04.01 - 21:38:03

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [6ee3deede2010c2407b0a32cc3a34373d4b31ad8]

        Merge SRC627: 04/03/01 - 21:37:39

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [68df429438d5a850ac454b401e3b82f9b8f83b6a]

        Merge SRC627: 03.04.01 - 22:38:26

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [8586965b2f079edeec697a96a1b794f7ac7b69a9]

        Merge SRC627: 03.04.01 - 21:36:52

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [6122232416d214df9ce6f8df9a08b1cd3df3df96]

        Merge SRC627: 03.04.01 - 21:36:53

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [3a4e0ff8ef387a473a932ad92412be71532119ed]

        Merge SRC627: 03.04.01 - 21:35:49

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [6f9bb60d7e22a2d437bee7621c23e787e48b8b6a]

        Merge SRC627: 03.04.01 - 21:35:50

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [5eca7109053fbb325f0514068c87fa5dcd7a0fa1]

        Merge SRC627: 04/03/01 - 21:33:19

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [75a6d248544632d8e2d7ac905c44d08a0b926031]

        Merge SRC627: 03.04.01 - 21:35:36

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [f0b658b8fd1b5e10154a1fd04eaa4d3f3d1e87d6]

        Merge SRC627: 03.04.01 - 21:35:33

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [88578b14b619485b4b57cc750d60ef932304c357]

        Merge SRC627: 04/03/01 - 21:34:39

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [7b83c5193f5c8cdc23ed4416a2b970f765a07f25]

        Merge SRC627: 03.04.01 - 22:36:11

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [e7c1a100400938d8d000449991c0570af7998687]

        Merge SRC627: 03.04.01 - 21:33:17

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [138dd9f47c8ff64b2d7f920875d5bda0a1f84f85]

        Merge SRC627: 03.04.01 - 21:33:34

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [0537e7c790e1313c7de56509b475ead3ef428f31]

        Merge SRC627: 03.04.01 - 22:34:52

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [a9b7ac363adc27a97a184c7b522730790c0e4285]

        Merge SRC627: 03.04.01 - 21:33:24

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [19d33ac9a4401838a63f5e87a5e3cf74311d91ad]

        Merge SRC627: 03.04.01 - 21:32:58

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [3cfda46ab9e9d863a99dba230c0d4f4e09c616d2]

        Merge SRC627: 03.04.01 - 21:31:42

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [fb599930f88970f46e442f423562c748fcaca594]

        Merge SRC627: 03.04.01 - 21:32:16

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [7574047def453a1594b85e338406ab90361a63a1]

        Merge SRC627: 04/03/01 - 21:31:52

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [2abb80da7b147a31d588e4a67bf8f533ec2b2ed2]

        Merge SRC627: 03.04.01 - 22:33:17

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [e4e12122a47c0f9afd291b6c75e330b7f83f8e51]

        Merge SRC627: 03.04.01 - 21:30:01

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [43af737c274c043d400c03491815a2a3fa9f740f]

        Merge SRC627: 03.04.01 - 21:30:04

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [641e36d2086edf11c410079b4c42b85d69b7dcba]

        Merge SRC627: 03.04.01 - 21:29:45

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [cff30b59f6303f5087b1adeaf696f41ce5a05506]

        Merge SRC627: 04/03/01 - 21:29:16

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [78b47ae5459cc6781b0853cded4a962f01e98b32]

        Merge SRC627: 03.04.01 - 21:28:18

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [2113a2a0a337f791183285bcb8dc08509d5a58f2]

        Merge SRC627: 03.04.01 - 21:28:09

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [40705cd007eea2e56c09dae99a21d1ae83887fe3]

        Merge SRC627: 03.04.01 - 21:27:20

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [1c4f0ae889f48d0be17b295efb18988c54bda09d]

        Merge SRC627: 03.04.01 - 22:28:18

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [334c84a26979d297a5b709ec48293a990cac382e]

        Merge SRC627: 04/03/01 - 21:26:43

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [d1aeb0fa8f80dfb60d0e7a373289b9b5d5dbf1bf]

        Merge SRC627: 03.04.01 - 21:26:30

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [a8cbb239bd0be6385ad6548dd151ae8a6e485840]

        Merge SRC627: 03.04.01 - 21:26:07

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [2d9e2974108f9939761ce59b4be33e986cfcf864]

        Merge SRC627: 03.04.01 - 21:25:56

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [4dab240ef84949751bd45c9225e5a7a34c456f7c]

        Merge SRC627: 03.04.01 - 21:25:28

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [0170f4c817001908213946feb9ef99d2a4f06ae1]

        Merge SRC627: 03.04.01 - 21:25:27

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [a245622b2aa0136c8db3aca6295dbfa5fba511f1]

        Merge SRC627: 04/03/01 - 21:24:00

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [d0e1942cb2cdc1ad6be884e394de93e6af02d070]

        Merge SRC627: 03.04.01 - 22:25:35

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [38d2deb75a511a95fa57838c186643a9be5fb893]

        Merge SRC627: 04/03/01 - 21:20:57

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [609d1071fd5866675801133c564c22033aedabc3]

        Merge SRC627: 03.04.01 - 21:23:32

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [c4865923c3888ca0575b51fd319ed957b1a5e3a2]

        Merge SRC627: 03.04.01 - 21:22:54

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [4ff2652ec62e14b859107d45301eb318189c8a52]

        Merge SRC627: 03.04.01 - 21:21:18

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [41d76eef62fd6d7ffc75208e4976c8f78a4ffce0]

        Merge SRC627: 03.04.01 - 21:21:28

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [108de359ac04a5e41ea23d9acb8520ef4156b5cc]

        Merge SRC627: 04/03/01 - 21:20:37

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [7eee85fa621686d893b10ca7c25e84a02f499493]

        Merge SRC627: 03.04.01 - 21:20:00

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [c51648b53007026528bc20555a43ee9484e5a53d]

        Merge SRC627: 03.04.01 - 21:18:51

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [bdf063efb1cfca7922eb43de4f499c2f60b31d24]

        Merge SRC627: 03.04.01 - 21:18:29

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [f2eaabba1f58d1bd23db0e2708a476490275a95c]

        Merge SRC627: 03.04.01 - 21:18:33

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [c27af77148d7cfb9eb240034804c00c4eda10cc7]

        Merge SRC627: 04/03/01 - 21:17:59

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [5de3d1fea9cb5a273d47b8fd7526890672814c33]

        Merge SRC627: 03.04.01 - 21:17:43

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [a1a4e62732682e1e20bcf79c2ea23c9131121cc2]

        Merge SRC627: 03.04.01 - 21:16:00

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [f2bfd0cc45c6eca37ce58241f5539f1ddb177a9f]

        Merge SRC627: 03.04.01 - 22:17:11

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [2135d7d57f5729bbb9cccb43d27fd1da368252bd]

        Merge SRC627: 03.04.01 - 21:15:25

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [dd435712687886ae440235e22b3e770dcbddb333]

        Merge SRC627: 03.04.01 - 21:15:47

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [5edf18d4fb4dd587cee1d092de365a28bc49933b]

        Merge SRC627: 03.04.01 - 21:14:53

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [9cf8a2bc839ef18e7e297a7818952b77ca4e2bac]

        Merge SRC627: 04/03/01 - 21:12:21

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [9259eaa4df3826ea1c577d066b8ed3aa3fa57ff8]

        Merge SRC627: 03.04.01 - 21:14:29

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [2636b499355ccc8eb2323c9930bde8ac7fb4929b]

        Merge SRC627: 03.04.01 - 22:15:47

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [4106b6d3ea0759919d6720d232d18fcaa43d9f58]

        Merge SRC627: 03.04.01 - 21:12:39

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [c65df9bb1afb9988a8e5e00d9e9f633766c0f159]

        Merge SRC627: 03.04.01 - 22:11:16

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [cbc9ed6abd356982265f4f811de51acca54d018f]

        Merge SRC627: 03.04.01 - 21:07:31

2001-04-03  arellano  <arellano@openoffice.org>  [8e269c63176ba3362d981096f3048240c6c3354d]

        editor modifications

2001-04-03  arellano  <arellano@openoffice.org>  [aba9937e18298aaaf498d7f386bc335b509423e0]

        editor modifications

2001-04-03  arellano  <arellano@openoffice.org>  [72a087278d8cb1d07e1273a5c432f512421cb879]

        editor modifications and questions

2001-04-03  arellano  <arellano@openoffice.org>  [004e9ada06e4cf3c944ba4a346a94f445f9ee8ff]

        editor modifications

2001-04-03  Niklas Nebel  <nn@openoffice.org>  [5403945bff174bcafc31de86b548d251ea1ffed3]

        #84195# Drag & Drop from input line

2001-04-03  Niklas Nebel  <nn@openoffice.org>  [fa0a856f86568a9bf487bd28885e2e30ba7bfade]

        #84195# Drag & Drop from navigator

2001-04-03  Malte Timmermann  <mt@openoffice.org>  [664a8fabaff13ef4ba2ba7b72bfc7a469b3f07a2]

        TransliterateText()

2001-04-03  arellano  <arellano@openoffice.org>  [93fb680f1292867356fa6214adabf6a6dcb38a6f]

        editor modification

2001-04-03  Caolán McNamara  <cmc@openoffice.org>  [49e9aaf0b70b251b0b580df2d7fec9a9aeea0e7c]

        ##505## Test for special case of textbox that contains only another textbox whose size is greater than container so as to disable autogrow

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [dbd9fcb329f54048efe5756e2a775454e6d8db29]

        #78491# Fix initialisers for end elements

2001-04-03  Jörg Barfurth  <jb@openoffice.org>  [94cb22b06377a30724079cb56634eba6bfcba5af]

        Local AdministrationProvider now mapped to Setup-session

2001-04-03  Jörg Barfurth  <jb@openoffice.org>  [25823336b8c5e52ff4c05f4868063f1c11acb5ea]

        Moved from inc; Local AdministrationProvider now mapped to Setup-session

2001-04-03  Jörg Barfurth  <jb@openoffice.org>  [2f0378a16b686235e62070af11ffa94aadbd75ca]

        Corrected logic error in OIdPropagator

2001-04-03  Jörg Barfurth  <jb@openoffice.org>  [256499c0ddcd8f69a06f3c1bd5dd846f8cf70643]

        Cleanup: Remove obsolete methods

2001-04-03  Sven Jacobi  <sj@openoffice.org>  [312f1aa7866f30fde0fdd7739e74d81ad4b88c25]

        #85416# setting minFrameHeightItem

2001-04-03  Malte Timmermann  <mt@openoffice.org>  [81d1a26ee08c03acec6a5eed03b0dafc04c67f33]

        #85324# Removed Service PrinterServer

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [49f057fbac2584affd089ef1d5ec8dade85b45ba]

        #78699# removed GetFldType and added Invalidate

2001-04-03  Mathias Bauer  <mba@openoffice.org>  [16db884fac550621f47733851cb428be9346ebb1]

        #84666#: get XTruncate from outputstream

2001-04-03  Christian Lippka  <cl@openoffice.org>  [2d400ad75c7a6373e189109c9ae89dce346611a3]

        #80878# fixed time field for calc

2001-04-03  Andreas Martens  <ama@openoffice.org>  [61496cc5b0c615cf1be26593422c5fb02ba31017]

        Fix #85646#: Paint problem

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [22184ce94c598797c92b546adac06e2ca72894ca]

        isValidName now reject empty names

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [57ba8049a0ceded1869591d1ab26e9e6189fecb8]

        #78699# add support for paper from setup and fax name

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [16fabd4adeccacb31d96a2d65ed00b277ce36896]

        #78699# fix typos and add fax name and paper from setup

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [c44007454dbccb0a485535e5139f105e9c3838c0]

        #78699# Fix typos and add paper from setup and faxname

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [809195d3526b86109f78acb063a8e41164f8eacc]

        #78699# Fix typos and add fax name and paper from setup

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [2fa9dbf7e1bb29e6dea825ed2ff376bbf7fb02c6]

        #78699# Add which ids for fax name and paper from setup

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [1c30d3d433f3862987c766eb6f7f09f2c035e723]

        #78699# remove unnecessary GetFldTyp function and add Invalidate member function

2001-04-03  Kai Ahrens  <ka@openoffice.org>  [a94a699e2e5b18da07b947bb6b6c712728599684]

        #85568#: added new bitmaps for effect flyers

2001-04-03  Kurt Zenker  <kz@openoffice.org>  [b4f32678710852507179bb42aaf3d654425d5a3a]

        use db.jar

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [184656d3ff1360dc9b4765a632246c66eda0b5a1]

        #78491# fixed service description typos

2001-04-03  Kai Ahrens  <ka@openoffice.org>  [85f2849172394ca5f7fcb2105f19a1dde50baea1]

        #85568#: added new bitmaps for effect flyers

2001-04-03  Oliver Specht  <os@openoffice.org>  [fe939fc32eccfe06144a6b3c60b4e190efef4411]

        #84964# PropertyMap corrected

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [d22a1fcd9f3cb49bb80276d0d332941af39ee1bb]

        corrected some wrong OSL_ASSERTs

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [b616acfed18dd6c364baf79ef2d14f044a354848]

        corrected an assertion

2001-04-03  Christian Lippka  <cl@openoffice.org>  [89429c411584fb3296b7b33e3d51b2992149a5be]

        #83681# fixed insertControlCharacter

2001-04-03  Kai Ahrens  <ka@openoffice.org>  [0f2463184b4e78a139b097b197675131aa4b2f0e]

        #85543#: remove non PK_STANDARD pages after streaming of new XML file format

2001-04-03  Kai Ahrens  <ka@openoffice.org>  [14e03f4d006dd787ac654b58f6bad234ad14638b]

        #85543#: don't access master pages if masterpages are not available

2001-04-03  Oliver Specht  <os@openoffice.org>  [73d0808ee735b7a83a12bf992f286b388b532f4e]

        rotation buttons moved

2001-04-03  Oliver Specht  <os@openoffice.org>  [36bb24563490527f59c7fb3d9617439717d8472b]

        #83139##85361# set languages, forbidden characters, kerning and compression initially

2001-04-03  Sven Jacobi  <sj@openoffice.org>  [981a810429ee674be2c216b81736f3224be0a787]

        #78796# set system encoding if charset is RTL_TEXTENCODING_DONTKNOW

2001-04-03  Ocke Janssen  <oj@openoffice.org>  [c03c9f14e4bfb576b408a29c49acfabf2cc5d73b]

        #85633# check if first chars isn't valid

2001-04-03  Thomas Benisch  <tbe@openoffice.org>  [52fd5598187f131e68269b20eea31f800cf62cdc]

        #85648#: removed readStringAttr HelpText

2001-04-03  jp  <jp@openoffice.org>  [3ed6def0e51e9be7df070e5b3705bce48cbf8d2e]

        Bug #84964#: find AT-/AUTO Content flys

2001-04-03  Andreas Martens  <ama@openoffice.org>  [34b5d90f0d2899a8a678aa4cb842ac470472e2e5]

        Fix #85646#: Paint error

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [9c6210e18eee44000ca9ee297f25ec59fa3c12bb]

        #82744# correctly handle a missing printer

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [6a972091ae0b4541efdcc31c40be6e011477f551]

        #78699# Handle a RES_FIELD_DELETED callback

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [15c5712522e1aefc5dd971ba877839b56e7e7158]

        #78699# Use a UnoCallBack when a field is deleted

2001-04-03  Martin Gallwey  <mtg@openoffice.org>  [c86ecc33b325c3225d61e01c65b55a6704258102]

        #78699# add RES_FIELD_DELETED

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [126c543199766ad94e6b23fe20ad59faaa7087b8]

        corrected SetQueries for list-/combo boxes

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [8165fb5ce2fe54415b1e6158b49461078d338cd4]

        #85223# share the connection with the wizard as a whole

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [b1ace52fb1d3853055af046e020ea4729bb6e50f]

        #85223# get-/setFormConnection

2001-04-03  Hennes Rohling  <hro@openoffice.org>  [633236600a45e63d56c7ec812f4e42efa690b899]

        #83542# Implement io::XTruncate interface for XStream_impl::XOutputStreamForStream

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [d3760163d909423d0ff386b03348d34efa6472c8]

        delete the status window upon desctruction

2001-04-03  Hennes Rohling  <hro@openoffice.org>  [2fff5148bd1f9c039e436c03224dbc0083da9b89]

        Removed some warnings

2001-04-03  th  <th@openoffice.org>  [56147d8f676427da2d274b95ea20fc57c72f4d72]

        removed wrong SAL_CALL calling conventions

2001-04-03  jp  <jp@openoffice.org>  [02c7ca5cc8783207dd8866eb0fa164fc7e147b26]

        Bug #71231#: Modify - set the current language if no one is set

2001-04-03  Oliver Specht  <os@openoffice.org>  [76db0a64d13c166b156eef3cbbb320f7fb53d860]

        #83139# which ids corrected

2001-04-03  Christian Lippka  <cl@openoffice.org>  [261252e493807ab9bd809414cd40a60330a45259]

        #84964# return unique implementation id for each shape type

2001-04-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3c10ccceb0cc190ac32c3f938b9d2ad8284465a]

        removed echo command which caused problems

2001-04-03  Frank Meies  <fme@openoffice.org>  [5fe6c6084cf96360f370d13b5068881e53389732]

        Fix #85358#: Cursor positioning in double line portions

2001-04-03  jp  <jp@openoffice.org>  [fced15ae5b3b69493694a464a4229d15723bf28d]

        Bug #83139#: use AppLang instead of None for the Init of breakit/charclass/localedatawrapper

2001-04-03  jp  <jp@openoffice.org>  [d6570b2c9311c4bc18326448cd167d5e16719f04]

        Bug #83139#: SetDefault - set defaults also in the SdrPool

2001-04-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ca717643096ce3156de4705248215f51e990c1e3]

        commandline too long for wnt

2001-04-03  Ocke Janssen  <oj@openoffice.org>  [de0acd8b745d5d041f3414862bbae2acd7b217be]

        use of system textencoding

2001-04-03  Christian Lippka  <cl@openoffice.org>  [9366cd24e69c0249226a65e22b14f334d1c1cf6f]

        #85625# temp. disabled XTypeProvider optimization

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [2de928b723da9e139170c556892ef3fcb279549e]

        #85620# no index design if no connection is available

2001-04-03  Ocke Janssen  <oj@openoffice.org>  [8ff97092bf9825e3a6271e8493eb9d22414e9bb8]

        #85028# close task if no relation are supported

2001-04-03  Oliver Specht  <os@openoffice.org>  [85b06f0732f746310ec69aec9ef7ae7c4c5d5e3f]

        +asiancfg.hxx

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [ee2b9ec6288e8f7752bb34275d40e25d68bd03fa]

        #85621# cancelRowUpdates: move to the correct bookmark

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [c2aa14c3469c3d186934db9221d3c7ca3467fdfb]

        show a status message when expanding a tables entry

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [05be2cb4d922beb8b170d75d928002537c21a84a]

        +STR_CONNECTING_DATASOURCE

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [1d101ddd29fee391760d9d2a150cc531c03fcb3c]

        introduced a status window

2001-04-03  Juergen Schmidt  <jsc@openoffice.org>  [654f98c4e38542844b4805951c88c2310447334a]

        change project and build dependencies

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [d5949b48601cfa5577ee693478bca019112ce3aa]

        #84748# get the correct clipboard content in GetState(SID_PASTE)

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [160e21ae53693a97972f64ee2c2890034c78a973]

        +show-/hideStatus

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [342422d68e5c3c88789588d2c4e4075716e513d5]

        #84748# +m_aSystemClipboard

2001-04-03  Frank Schönheit  <fs@openoffice.org>  [2f1cf5101b7ea0e18aa59b5a4817a2197c590259]

        #84748# +Start-/StopClipboardListening / CreateFromSystemClipboard: release the SolarMutex

2001-04-03  Juergen Schmidt  <jsc@openoffice.org>  [0d694c97692de66a5367c001295bf284bb52bbe9]

        change project and build dependencies

2001-04-03  jp  <jp@openoffice.org>  [e867fdfd0df16cfb6cb69e931884219c3803ab7f]

        change Fulltype-String to the correct writing

2001-04-03  Oliver Specht  <os@openoffice.org>  [0da1a89bc034ad2303eacd957becc2410ed4e054]

        #85352# fixed flag in author field

2001-04-03  Oliver Specht  <os@openoffice.org>  [f0fce8eda719918386f652588059292953cabfd4]

        #84964# XMultiPropertySet implemented

2001-04-03  Oliver Specht  <os@openoffice.org>  [9b9081d1cab112356faa00675bbe850932d06165]

        #84964# XMultiPropertySet implemented

2001-04-03  Dirk Völzke  <dv@openoffice.org>  [9c186ba26be3aae30226afba7710a1d922be0dd0]

        #83142# Update should correct types now

2001-04-03  Sascha Ballach  <sab@openoffice.org>  [1e4598c70c88977ae7ca7d12287ae10750ee790f]

        #85616#; add the new attributes to the table:sort element

2001-04-03  Sascha Ballach  <sab@openoffice.org>  [3c893d1c761aacfc7eefd4b37a7fd588014816c0]

        #85616#; add the new settings of database range sort

2001-04-03  Sascha Ballach  <sab@openoffice.org>  [b8057ea1af78312845aca01d773e1a091aea0620]

        #85616#; add sXML_algorithm

2001-04-02  arellano  <arellano@openoffice.org>  [0161eaa3447a75326434177526815757371b1fbf]

        editor modification

2001-04-02  arellano  <arellano@openoffice.org>  [c02fcaa836985a54fb8c25d4c8aedf8336c3d2c2]

        editor modifications

2001-04-02  arellano  <arellano@openoffice.org>  [b94b2927f2ee0c0c188dd6eec96aecdbf0e720fc]

        editor comments

2001-04-02  Kurt Zenker  <kz@openoffice.org>  [1f6791c11135c140d6321300b2e319c30024cef4]

        Merge SRC627: 02.04.01 - 21:26:54

2001-04-02  Kurt Zenker  <kz@openoffice.org>  [371a2c65144b75deb4908dfbdcf80fc168937bd4]

        Merge SRC627: 02.04.01 - 21:26:02

2001-04-02  Christof Pintaske  <cp@openoffice.org>  [5a6b03746db4385f512963087fbad880c17c5aa0]

        minor cleanup

2001-04-02  Daniel Vogelheim  <dvo@openoffice.org>  [55734686615cfee251c08b7b503edcf19438aa05]

        #85492# fixed: GPF during saving of global document

2001-04-02  Malte Timmermann  <mt@openoffice.org>  [a2aa65cc8985bbd9c5b8b8c78d316459da9e92b1]

        #85314# New IDLs

2001-04-02  Martin Gallwey  <mtg@openoffice.org>  [edbd9d067bf613f80b36bdd9ef5db6f0e1513a6e]

        #82744# Use SvxForbiddenCharactersTable instead of SwForbiddenCharactersTable

2001-04-02  Kai Ahrens  <ka@openoffice.org>  [80f74ca6fd65c9410ed1ecd32fe36ee114a1d678]

        #85589#: disabled clipboard menu items

2001-04-02  Kai Ahrens  <ka@openoffice.org>  [8a0d5274bb00fd8912d91129a09f3a1b6fcf7f65]

        #85360#: added missing help id's (HID_GALLERY_MN_*CLIPBOARD)

2001-04-02  Martin Gallwey  <mtg@openoffice.org>  [def2f793cb9fa1c54a374247d03ceb113cac9e25]

        #82744# initial import

2001-04-02  Dieter Loeschky  <dl@openoffice.org>  [028beb174fc48e091ff3561baf6a6ecd2749810e]

        #85595# InsTextOrRTFinDrMode(): inserting object before calling SetLogicRect()

2001-04-02  Kai Ahrens  <ka@openoffice.org>  [8651fa19e5b5c6a1a9d282397e1abc5c2ee7565a]

        #81926#: do exception handling before XTransferable is given back out of this class

2001-04-02  Carsten Driesner  <cd@openoffice.org>  [a31e9a8c4525032bbbb5894577a7a81158c554ab]

        #80310# menu for non-SFX components

2001-04-02  Malte Timmermann  <mt@openoffice.org>  [c1b112151c46d8ded7194473bacdb02abbdef7c6]

        #85558# Relief...

2001-04-02  Juergen Schmidt  <jsc@openoffice.org>  [0096afd9fe43b37135058fa13ffa80bf44ae0ad8]

        #85248# close and reopen temporary registry for java in getImplementations

2001-04-02  Herbert Duerr  <hdu@openoffice.org>  [b5910dc749e03c0af857fee07af97229081bd4fd]

        improve tolerance for bad fonts

2001-04-02  Frank Schönheit  <fs@openoffice.org>  [f018f1dd1377aea0e60b41361540961a44191749]

        #85525# use a RowSet when filling the listbox - this ensures we have a column with a format key ....

2001-04-02  Mathias Bauer  <mba@openoffice.org>  [866ce16444133ca52d511dc5328fc6ac76eb1ded]

        #80310#: don't use the Id!

2001-04-02  Kurt Zenker  <kz@openoffice.org>  [88d1a2f461fd7f6f1c68d17412e82a910d258b1c]

        new version for SRC627

2001-04-02  jp  <jp@openoffice.org>  [2e69c10b7e7d441ab5445f9899c212add9f8c843]

        Bug #85593#: _PasteGrf don't show error message

2001-04-02  Juergen Schmidt  <jsc@openoffice.org>  [577ecb154320e6ce2fa8755a153adc51c4fc78cf]

        change existence of component_description element in module_description to optional

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [4c96d241aed96cf73b2db4285b628bca9e2e43f5]

        typo

2001-04-02  Christof Pintaske  <cp@openoffice.org>  [3aaf932846fe162f0152001832dddcd50fb638f1]

        #85579# add virtual font explicitely

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [fa17ec24ea14ae7007fb9031bec5343a230ad929]

        typo

2001-04-02  Frank Schönheit  <fs@openoffice.org>  [70c3dca1bcda7da9535a5e0e26da213d91c4b98d]

        #85275# added a help button

2001-04-02  Kurt Zenker  <kz@openoffice.org>  [7eefb6ecb7843dd8f33dfe780a0045b33fbdabe0]

        new version for SRC627

2001-04-02  Kurt Zenker  <kz@openoffice.org>  [bc0042ab5a53b62fa45a67c923e21db8a2544599]

        new version for SRC627

2001-04-02  Kurt Zenker  <kz@openoffice.org>  [f7cfaeeeef67fcfbc5e2e963a5b2de8af22552e4]

        new version for SRC627

2001-04-02  Kurt Zenker  <kz@openoffice.org>  [b940d0473a9c327b82e26ca5be3556dd642a294d]

        new version for SRC627

2001-04-02  Sven Jacobi  <sj@openoffice.org>  [f2df9523ddac44ee3e5e7cfa44e0e97868b37c3f]

        added option for ms compatibility : summation of paragraphs

2001-04-02  Daniel Vogelheim  <dvo@openoffice.org>  [0a02560a5b36d45fb002b6342c0785c9759d15c3]

        #85021# progress bar enabled (change mail from SAB)

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [b039fb08c19f0872abfd5837086285777afa7c95]

        changes for character stream

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [ab0a1c4caabd58b9dd46e6aa2586cf20c363e410]

        changes for character stream

2001-04-02  Sven Jacobi  <sj@openoffice.org>  [2e381976807a8f9abb117c499ac16d5692f07f7d]

        added option for ms compatibility : summation of paragraphs

2001-04-02  Björn Milcke  <bm@openoffice.org>  [acbfbdfc8a7f3a07a277f0da68a71754fbeacfc9]

        #85552# enlarged listbox for hatch backgorund color

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [4c222ed5e9cda9ca87915ab09a8c8b17cb1fad74]

        #84363# grabFocus on context menu

2001-04-02  Sascha Ballach  <sab@openoffice.org>  [22d6ef871932e61aba6592c64b06cac97d3ccdf1]

        #80363# add new properties of the default style

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [4d090a2d626ab074092952af7f664218a1898f7b]

        #85303# use of old beamer size

2001-04-02  Dirk Völzke  <dv@openoffice.org>  [9cc9414c2b6bead1d5ce31426ae3faa5cde889b4]

        #83142# Update should work now for the standard folder, too

2001-04-02  Malte Timmermann  <mt@openoffice.org>  [b71f183ade51ddd0435b751a252a8938081f42c5]

        #82884# Removed UnoControlImageButtonModel

2001-04-02  Dieter Loeschky  <dl@openoffice.org>  [566f44252ed25e9325dc8f63a9edb0d7f0b05c51]

        #84939# syntax corrected

2001-04-02  Frank Schönheit  <fs@openoffice.org>  [fb3f0c63ca7ad405321339af696b0f9fa78c3e74]

        #85582# HelpText property now in the aggregated control models

2001-04-02  Dieter Loeschky  <dl@openoffice.org>  [6d705d4d4d35f2e31a23e3b325b985b54e73472f]

        #84939# SetItemSet(): range of aSet must include EditEngine itempool range

2001-04-02  Dieter Loeschky  <dl@openoffice.org>  [06b8ce5e22ef8b56cda588849c914d055ba8c643]

        #84939# ItemSetChanged(): merging only items of rSet

2001-04-02  Frank Schönheit  <fs@openoffice.org>  [5b416e2b73413cd1da1793ef6c854b3a6e8725b4]

        re-inserted the createOfficeFormsContext call

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [91efeed7fe373251bf6c80cf151554a6017d259e]

        #84817# give error msg when no field was selected

2001-04-02  Juergen Schmidt  <jsc@openoffice.org>  [45f5a4728c35c07d6bd81cdb2a556f6ef13ca42b]

        change testcppu for array types

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [740dd6083467b87d8493d8fe2c045d96360a5232]

        #84842# deactive field description when cell is deactived

2001-04-02  Björn Milcke  <bm@openoffice.org>  [e56bbea2deaf81530dd072021861218a478b868c]

        #84956# do not export scripts and settings as there are none of them in charts

2001-04-02  Frank Schönheit  <fs@openoffice.org>  [ecfbfa8ee2d6ed43ca0fe8d4a6f00ffcd2f33403]

        ImplGetDefaultValue: return a default for the HelpText property

2001-04-02  Frank Schönheit  <fs@openoffice.org>  [1b87aa790416c60056eddb819b01b96756591fc5]

        no translation for the logical index name

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [99bbd011ea415fcec759db25bfaa2262908ae740]

        #85470# check if interface is null

2001-04-02  Dirk Völzke  <dv@openoffice.org>  [5db38cde9a7940b73e6bfe72b4f9fdfb0c8d67be]

        #83142# Update should work now, too

2001-04-02  Dirk Völzke  <dv@openoffice.org>  [33305f69f11c417a832da97b148e7cf35bc82223]

        #83142# Code cleanup

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [63e5586b8ba40e817d05d9f98a27253ca8071376]

        #85509# check rowpos

2001-04-02  Caolán McNamara  <cmc@openoffice.org>  [faf059424b052345acaaff6e35adf13b1fac6599]

        ##515## improve anchoring of graphics that are anchored to a character run ending in a pagebreak

2001-04-02  Mathias Bauer  <mba@openoffice.org>  [5c1405cf8efd38e702030860906daae5de5c5dc5]

        use OneInstance-Factory for AppDispatchProvider

2001-04-02  Dieter Loeschky  <dl@openoffice.org>  [629466609716b42428d49f92ff2db5340ace035a]

        #84542# ClickCheckboxHdl changed

2001-04-02  Oliver Specht  <os@openoffice.org>  [56712ec1091769f052d629eb428d7712db36b453]

        include

2001-04-02  Ocke Janssen  <oj@openoffice.org>  [f7af3ac43638b50d2108704a37158efb86fc20c5]

        replace catch(...)

2001-04-02  Frank Schönheit  <fs@openoffice.org>  [b6e47fb2120210e5881b689d238782e2b13b4fd4]

        added TextColor to the property map

2001-04-02  Oliver Specht  <os@openoffice.org>  [46f7b27de7c2bb9108918f3a963a4213d82bfc3b]

        ExecDB no longer in use

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [93d57451a58ff24bdaa41fde57acd809c4770d38]

        Merge SRC627: 31.03.01 - 09:18:43 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [c86fafc8aa776de18cf0373254361c8daa829fb2]

        Merge SRC627: 31.03.01 - 09:14:36 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [d0f5707a1cd086576fc8a9b364fbd9aa03ae251a]

        Merge SRC627: 03/31/01 - 09:12:13 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [dcf59324681be24d749b6a68b6bf31e9f7941d56]

        Merge SRC627: 03/31/01 - 09:10:46 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [5c3a9dd1366f9b801c1fce220357f4811ef1c407]

        Merge SRC627: 31.03.01 - 09:08:44 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [651b76ec8a8c362c37e32a9ce95642f31655ee33]

        Merge SRC627: 03/31/01 - 09:08:45 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [c03e186216df60bea846f4d51c35f1f4e3bdef57]

        Merge SRC627: 31.03.01 - 09:08:27 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [a283b6cc761e0e14448f7ab31208198a2e08c9b9]

        Merge SRC627: 31.03.01 - 09:05:46 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [c46634a44f1b8d87fee072b6caa9217ae0886ac9]

        Merge SRC627: 31.03.01 - 09:05:24 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [25a60e8e7250186510011938dbaa9f61264df7d9]

        Merge SRC627: 31.03.01 - 09:04:03 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [09bccb894a9ec778d434f13b06fd1c15dd7349f9]

        Merge SRC627: 31.03.01 - 09:03:30 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [935975937bdfd9de7f1977c81de8ce6000075560]

        Merge SRC627: 31.03.01 - 09:03:44 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f8414099ced583edb6992dce7c9e9774074155b7]

        Merge SRC627: 31.03.01 - 09:02:18 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [01f8022a4bc6e13453fc4a979f0acf174c58349d]

        Merge SRC627: 31.03.01 - 09:02:06 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [a13aabc5d687cbe22c796d12ac969e7a15354c48]

        Merge SRC627: 31.03.01 - 09:00:22 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [56bf8c5742533881196c578d28968ec6837cc620]

        Merge SRC627: 31.03.01 - 08:59:27 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [e8d2c993aa2ffabb88d0e110bafda155a8c5adbe]

        Merge SRC627: 31.03.01 - 08:59:06 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [11b1ffd25f5274afd44561ab3ee7958fff887165]

        Merge SRC627: 31.03.01 - 08:59:01 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [ba80af58b63be7f4cf0815b133121da4d48fcfe6]

        Merge SRC627: 31.03.01 - 08:57:56 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [17d3c7a6e7df18fd057932b6ffcbe352455f49da]

        Merge SRC627: 31.03.01 - 08:58:02 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [289318a16a759e201a2910af5fd1adf5dc961b07]

        Merge SRC627: 31.03.01 - 08:57:42 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [5979c9334be6f29839c81dbf1e1ef399474451c9]

        Merge SRC627: 31.03.01 - 08:57:11 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [8c435ca612c33a85927eddef9f9252b56fc9ea4a]

        Merge SRC627: 31.03.01 - 08:56:43 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [d1235cb03365a9a0719a8bcf7056f9b55a63c9db]

        Merge SRC627: 31.03.01 - 08:56:26 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [2863fea0c1640d757809c1fd3e5e4a25d36c038b]

        Merge SRC627: 03/31/01 - 08:56:24 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [d5a07a3c22403323ebeb7f155867e8b6a14fa891]

        Merge SRC627: 31.03.01 - 08:55:49 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [0c9c4ad9b75f4318bb356ee76673b49a376e855a]

        Merge SRC627: 31.03.01 - 08:55:18 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [035aeb37eaa1cbcae81846c030d074cc8909acf1]

        Merge SRC627: 31.03.01 - 08:55:00 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [21e1470c274889d43a1cafb2ed191efca6d1b90f]

        Merge SRC627: 03/31/01 - 08:54:38 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [d3ef1ca89338683be8d3a7fb3ae89301db7d27f3]

        Merge SRC627: 31.03.01 - 08:54:25 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [75f4b2681e444a4153b903b9b530a9c6f3b93f48]

        Merge SRC627: 31.03.01 - 08:53:53 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [a0d0cc1f9144e8882319ab1c2926101e30cdc970]

        Merge SRC627: 31.03.01 - 08:53:02 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [1fadcb93eeec6b6e5a4cb76d758386284c1b7469]

        Merge SRC627: 03/31/01 - 08:53:06 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [60504f92154b01b33ad408a324aa6cbafd088668]

        Merge SRC627: 31.03.01 - 09:53:56 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [506c44879f323a1d488c0027741d76e48af1fffb]

        Merge SRC627: 31.03.01 - 08:52:30 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [6e7b37dacd3163fa9dfd614a19d68d63979bc965]

        Merge SRC627: 31.03.01 - 08:51:38 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [fb8c4ad80b43aaa26861486eb7277fce1f756787]

        Merge SRC627: 03/31/01 - 08:51:37 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [189aed3edf32c9bb852a6441fa36e4a4ccd1dfd1]

        Merge SRC627: 31.03.01 - 09:52:39 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [4aaf7966823ed9ccb2a9e33a04f5eb5d17dbaf43]

        Merge SRC627: 31.03.01 - 08:51:04 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [cef890dc66f58b16d2b0300895d5426d5317e05b]

        Merge SRC627: 31.03.01 - 08:50:36 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [35071c3087ebf65198e0a7d4e4eb79b517947b5b]

        Merge SRC627: 03/31/01 - 08:50:10 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [9222862071395383d3997b2695709f0b051f08db]

        Merge SRC627: 31.03.01 - 08:49:25 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [3e69bdf71f35f45469d9128556c812c4af9192b3]

        Merge SRC627: 31.03.01 - 09:50:31 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [c57bb313cad6ea11be53136edddcd9cb55399059]

        Merge SRC627: 31.03.01 - 08:48:48 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [962aef31e92f5fb39a30dfd5e011231bf8b07579]

        Merge SRC627: 03/31/01 - 08:48:40 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [0f0a55128f5af78ae0f64e53652038bfb24f02e8]

        Merge SRC627: 31.03.01 - 08:48:08 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [65c88690d63dcce722296cbe8e60bcd040f6bf58]

        Merge SRC627: 31.03.01 - 08:48:07 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [28cc6af1ebca579934e27d945d4d465bee097a4e]

        Merge SRC627: 31.03.01 - 09:49:16 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [35cc387bde25fe851cf06ecb4d7400570c0e6dab]

        Merge SRC627: 03/31/01 - 08:47:13 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [10ca2ebae2c704804f08054fef7a340794b10847]

        Merge SRC627: 31.03.01 - 08:46:39 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [332d47db1b3fc1502a4eb5f6fcae24596379fda4]

        Merge SRC627: 31.03.01 - 09:47:56 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [d292d964c0c9a506595c76e5f7c584a68e1f71b2]

        Merge SRC627: 31.03.01 - 08:46:45 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [2b9f61d28794147fffc6d723978ebfb74aa83850]

        Merge SRC627: 31.03.01 - 08:45:57 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [6b3216fbe864be575514607f87e17e291b5abef5]

        Merge SRC627: 03/31/01 - 08:45:40 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [e4dec0744e6e676b6dd07a57c35cff3fac1b411a]

        Merge SRC627: 31.03.01 - 09:46:34 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [893f9d6324a83ff498a6386038c2d2956a4aa56c]

        Merge SRC627: 31.03.01 - 08:45:08 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [46538df1cab55ea4b0747cac4188b17340855650]

        Merge SRC627: 31.03.01 - 08:45:15 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [63bbeba369ae117ea55e16072b46cdb23a7bf27d]

        Merge SRC627: 03/31/01 - 08:44:15 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [0cc031f825f23552daa5fd91611af76a0c443d4b]

        Merge SRC627: 31.03.01 - 09:45:21 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f7702cc0a5c17b45450ccefd4a74c7b807f2d4aa]

        Merge SRC627: 31.03.01 - 08:43:43 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [3d55f6b06b64e80a3f625f1282682ae90e865913]

        Merge SRC627: 31.03.01 - 08:43:08 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [ca8341aabcef9d14322196690fe346a9f8fedff5]

        Merge SRC627: 31.03.01 - 09:44:05 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [324b3308bcbfcee7ebc9690c66f1d8feeffbc400]

        Merge SRC627: 03/31/01 - 08:42:51 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [0ebf7e5b66b3d4387dc3709b862435b7b156fc6a]

        Merge SRC627: 31.03.01 - 08:41:43 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [cadf50837fcde498674539eab1bfe3534256b0d8]

        Merge SRC627: 03/31/01 - 08:41:18 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [9755a7b11b46c66fec64adf24a8a4aedc6f308ce]

        Merge SRC627: 31.03.01 - 08:40:22 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [c976d19a8c9d5d864c2fd425e740d9b57fec13fd]

        Merge SRC627: 31.03.01 - 08:39:17 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [0b5374930cf90ad1c985eb5c021385d42fc3d15c]

        Merge SRC627: 31.03.01 - 08:39:55 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [6b7fb87e903c69395c946511a075e1c7f8cb1d90]

        Merge SRC627: 31.03.01 - 08:39:34 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [d9198e9690d7c7758b0a0d3eb5e0dcf734c3addf]

        Merge SRC627: 31.03.01 - 08:39:02 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f0ce149fada7835e08481afeb405e1209ec541e0]

        Merge SRC627: 03/31/01 - 08:39:07 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [156d6440e7b0df4a4c3960ccb5b3bf1e2d8c9ac5]

        Merge SRC627: 31.03.01 - 09:39:40 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [0f41bcd7b5c096a215913b34c8b5318e457ea04c]

        Merge SRC627: 31.03.01 - 08:38:27 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [a564309ac90836fc7468a87eef62518cc9edc661]

        Merge SRC627: 31.03.01 - 08:37:19 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [26e6fef7e821fe0e5552b02420396589107f064e]

        Merge SRC627: 31.03.01 - 08:36:11 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f3749e90a60d43b0c39d8ff0941c7dd2fe2d70cc]

        Merge SRC627: 31.03.01 - 08:36:08 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [2040e769c8b1e511c73672155cffe22c6fff0fe4]

        Merge SRC627: 03/31/01 - 08:35:33 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [ac31582ca660c4de1d82755d057a7b900e568507]

        Merge SRC627: 31.03.01 - 08:34:42 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [2998cb41a4197b45e865173803c81f4545dc0d9e]

        Merge SRC627: 31.03.01 - 08:34:49 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f1204a0c495fdcc118d548a944a2b4662da808d7]

        Merge SRC627: 31.03.01 - 08:34:40 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [4afefbe7491e85e5aafb94e7a634c1a131a4d583]

        Merge SRC627: 03/31/01 - 08:34:11 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [fa6fa9e9a901a8a1249849fa0a37185f2ae74240]

        Merge SRC627: 31.03.01 - 08:33:15 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [16428c746eaa2e92172210b5c30bc5aa4384ac7a]

        Merge SRC627: 31.03.01 - 08:33:08 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [3a590d3ea9ace72ccc567b5ab69ea0d5380d52b6]

        Merge SRC627: 31.03.01 - 08:33:00 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [1ff55188f5c1d23d68ae69f16d2f9b31b99a14a6]

        Merge SRC627: 31.03.01 - 08:32:07 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [1748fab22c57abe2151124a6c89d3ed3511fddce]

        Merge SRC627: 03/31/01 - 08:32:19 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [50629e0a148d0b772ad18531b712a4335e7e4809]

        Merge SRC627: 31.03.01 - 08:31:23 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f468cf1753c3152699b3b102a7b76e1ec4b0bd07]

        Merge SRC627: 31.03.01 - 08:31:13 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [302fdc0a074fd8f8489b3eb389ab9ca38d5df9d4]

        Merge SRC627: 03/31/01 - 08:31:00 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [4d2a05683df11fe8c439166d305e7dc6a7ca55c3]

        Merge SRC627: 31.03.01 - 08:29:34 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [d0ff889dcc462795b908632aa03f4222e37a0612]

        Merge SRC627: 31.03.01 - 08:29:22 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [85eab91f2fdcb4a4b24b8adf8d303806d0d36aef]

        Merge SRC627: 31.03.01 - 09:30:00 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [9a8f5df2036ce66045bdb975055b331b248b96e6]

        Merge SRC627: 31.03.01 - 08:28:01 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [06f2a02815dd04c33c5fcc0d11ab095f998898ab]

        Merge SRC627: 31.03.01 - 08:27:05 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [e3e26c192e5fd2ac680556c21a3b5ac02d3d2ffd]

        Merge SRC627: 31.03.01 - 08:26:41 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [259ec1cfeb8145c64246d1044d19d2405311842b]

        Merge SRC627: 31.03.01 - 09:27:55 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [4aabbe3576921a2423d071ce0ccbbb853e063210]

        Merge SRC627: 31.03.01 - 08:26:04 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [2334e47556927b2b622dd3bf715a1db8eee8a077]

        Merge SRC627: 31.03.01 - 08:25:04 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [fd476890931b602a7e8aae5710d7bb89d0a8bf4f]

        Merge SRC627: 31.03.01 - 08:24:34 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [8b3c07d700bf6762b108166380a384811489e60e]

        Merge SRC627: 31.03.01 - 08:23:11 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [777993e551d237fda953af276f19b868bbcbd939]

        Merge SRC627: 31.03.01 - 08:23:00 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f54c7c09bf1acd070a522fea71f411a4555f8e87]

        Merge SRC627: 31.03.01 - 09:23:58 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [810308b0f50bb98231394c5d2947314503f4c990]

        Merge SRC627: 31.03.01 - 08:21:48 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [6de4e50469f0807fdbeb9f560842021e40e0dd09]

        Merge SRC627: 31.03.01 - 08:20:56 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [9f17d4a789010e0f1aa6d9b21f8c7d627b1d54c4]

        Merge SRC627: 03/31/01 - 08:20:09 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [33a3549388280a118a2dfeef91b24c62b67f6b1b]

        Merge SRC627: 31.03.01 - 09:20:52 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f1117487995c3b5194a9c296847e07ce13495cb9]

        Merge SRC627: 31.03.01 - 08:19:32 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [89eff9bb368297b47f8c2398a136f5c92fbf8fce]

        Merge SRC627: 31.03.01 - 08:19:30 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [22c69ec5bd7af0ffdb2a39e5f559ccf091140886]

        Merge SRC627: 31.03.01 - 08:18:29 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [ea5f40b2abad3dd907bccb5f0cf34b66db191731]

        Merge SRC627: 31.03.01 - 08:18:21 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [8501607f444e3fbf9ac2adc1a2a983990f7ae242]

        Merge SRC627: 31.03.01 - 08:18:13 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [7a261caf29f83cadda443dda69a34fa3f1f0a02c]

        Merge SRC627: 03/31/01 - 08:18:03 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [fc265a77792a3d791b1075678e451dea904ad4c7]

        Merge SRC627: 31.03.01 - 08:17:15 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [3c381e61cbb59b7a9845338c43e3a4b2202610c3]

        Merge SRC627: 31.03.01 - 08:17:12 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [6fa479b436c48ab6e290b13798e771c2f6a33baf]

        Merge SRC627: 31.03.01 - 08:16:55 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [b4781d9f6766d4db17db94fdefcdaf7a5f0ba116]

        Merge SRC627: 03/31/01 - 08:16:41 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [104b28f9646ca3e1371807f6eb93891bfa167c95]

        Merge SRC627: 31.03.01 - 08:16:05 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [676dbf87850a926b48b38bfe7ce67da11bec5a98]

        Merge SRC627: 31.03.01 - 08:15:35 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [c678116ae2f60d59b70ae7129119573ded5462b6]

        Merge SRC627: 31.03.01 - 08:15:38 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [99e1192fba828fbd8f8bf870cfe88542d78fb02c]

        Merge SRC627: 31.03.01 - 08:14:47 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [60a783a28c0e42e34fc065c3e92909494071026d]

        Merge SRC627: 31.03.01 - 09:15:30 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [b0ade8e12c7fb3fe8917f7e4756b255c6d5bffb1]

        Merge SRC627: 31.03.01 - 08:14:30 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f887da223b6174a648b845459b53c8a4445bfd83]

        Merge SRC627: 31.03.01 - 08:14:09 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [3423e10917474dda3ea3c5305c74527df0b77818]

        Merge SRC627: 31.03.01 - 08:08:38 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [d413847c1b62d6f8e4be46c596ae329222d0ee6b]

        Merge SRC627: 31.03.01 - 08:07:51 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [e9131c2d8ab60f5ee122d80d8d7370583479f6ad]

        Merge SRC627: 31.03.01 - 08:06:17 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [eff9449b19809879e6f46de416a13638ef947919]

        Merge SRC627: 31.03.01 - 08:05:26 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [6c216c42c869e5fd5084e0953a8e9767eb63fafb]

        Merge SRC627: 31.03.01 - 08:04:57 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [7fa72e1ea42cbebd62250892c56c651de29defcd]

        Merge SRC627: 31.03.01 - 09:05:37 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [c862776cb01c31b653fe4ddbe9b18b2eff5c599f]

        Merge SRC627: 31.03.01 - 08:03:40 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [9b70942e231d6de017bf681708cfdc303f42e484]

        Merge SRC627: 31.03.01 - 08:00:17 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [de5ebd6c6b97b0edd30b5e9e4973202d9076c4d1]

        Merge SRC627: 31.03.01 - 07:58:32 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [e600fd87e0eb3ddf594941c441a4b66ca0172875]

        Merge SRC627: 31.03.01 - 07:56:38 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [139326209921e21e4f8567fcae242d830f6dc2b2]

        Merge SRC627: 31.03.01 - 07:54:47 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [11d7999fc8fcc845f3ac298a34b2e6a9fb116ec5]

        Merge SRC627: 31.03.01 - 08:55:47 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [54a5cc78e6dce39d736394b43591fadcdc416e53]

        Merge SRC627: 31.03.01 - 07:52:53 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [87bcb0901e9fbe241b3d493540722148e7d45756]

        Merge SRC627: 31.03.01 - 08:53:42 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [5511f53216ddb7282f2e96118646e1fdc9026e1f]

        Merge SRC627: 31.03.01 - 07:50:37 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [9acdb39385042f979beae230785215e06e1247df]

        Merge SRC627: 31.03.01 - 07:50:08 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [cec7bc11484e7680b848ba3c874f53243623a7a2]

        Merge SRC627: 31.03.01 - 07:49:59 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [bb36652c508543e1770cc78562e7c2e950d85541]

        Merge SRC627: 31.03.01 - 07:50:02 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [8fb3c28b02819cb19b88486ec5c735f357bf3d62]

        Merge SRC627: 31.03.01 - 07:48:29 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [9ffd928014e1eb4e3aa1d94f26bc07621dc67a75]

        Merge SRC627: 31.03.01 - 07:48:18 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [b900680b1299779cd863f590bd86ff8ce4aaab22]

        Merge SRC627: 31.03.01 - 07:47:44 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [2f3219907dc67797fd18570513029b27852a1860]

        Merge SRC627: 31.03.01 - 07:46:38 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [ddef12fd3ce873da7127d8e4f258e17af4f31e14]

        Merge SRC627: 31.03.01 - 07:46:27 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [4fed45404322d39d3e29fdb9d2f9ead2d63bb851]

        Merge SRC627: 31.03.01 - 07:45:35 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [7ed4af120b00a09c3a58cc5f5808e3661f08d213]

        Merge SRC627: 31.03.01 - 07:45:05 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [28c69265c5cb9835a43afbb247bd2433b7cc7be6]

        Merge SRC627: 31.03.01 - 07:43:34 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [70fdbff5e02ca6069d245d5f1dd25f5be41cf4f7]

        Merge SRC627: 31.03.01 - 08:44:27 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f014072b1d85e173e7fab1063f5bb0325bae0c76]

        Merge SRC627: 31.03.01 - 07:43:00 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [baa7241b0252a96629a9c2ed21d90934bb64e669]

        Merge SRC627: 31.03.01 - 07:42:11 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [55c09d2057984b179e8bc3474caea2bf98e0b1be]

        Merge SRC627: 31.03.01 - 07:41:59 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [37cdeea4e137e245dc4bbc806686b57cb078923d]

        Merge SRC627: 31.03.01 - 07:40:36 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [cffa68b94482720db1483bf88ef35528f91ed65e]

        Merge SRC627: 31.03.01 - 07:40:10 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [d177f3474a8671e186f6f6994f73e1b3be6163a6]

        Merge SRC627: 31.03.01 - 07:39:26 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [24a0dba905d26a10e7dd3403cfb004cb0a3ac621]

        Merge SRC627: 31.03.01 - 07:38:47 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [63c551e03940834534eee9a6b2e4b56d31497229]

        Merge SRC627: 31.03.01 - 07:36:08 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [0e5dfcaf9b3943bb98a1fb7bb123d6f61d4e17b8]

        Merge SRC627: 31.03.01 - 07:35:31 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [e732444864757bffcede3ada1bf3dfc7c5d6849a]

        Merge SRC627: 31.03.01 - 08:31:46 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [e0c59f4030e6e361d1e3a0eaab02886fe910edf7]

        Merge SRC627: 31.03.01 - 07:29:12 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [c7cdde8eb93b4f41d233bb99b700b018a8814e9d]

        Merge SRC627: 31.03.01 - 08:30:14 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [fd1fe8d92a78182e7dc9d5e88d8284c5359db278]

        Merge SRC627: 31.03.01 - 08:28:47 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [aabad530258c9c079b3b079aa38f11e05d979ab4]

        Merge SRC627: 31.03.01 - 07:27:32 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [27c0c33d0be01e687f6311266f09796b204401e6]

        Merge SRC627: 31.03.01 - 07:23:37 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [59cca78d891ebed089e21842e0065d1b87a234ca]

        Merge SRC627: 31.03.01 - 07:18:09 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [f93a0ef6cf90f8eb8d77bcd03ac7c7e917444f7b]

        Merge SRC627: 31.03.01 - 07:16:29 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [6e89feda314b0559afee8fe5f3693d1c25b90f17]

        Merge SRC627: 03/31/01 - 07:15:06 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [396a5eb99b274b640e923fe44a15024985aabf3a]

        Merge SRC627: 03/31/01 - 07:13:56 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [1e2ea651aa5484e9f829482cb791941331d1ea19]

        Merge SRC627: 03/31/01 - 07:11:47 (NoBranch)

2001-03-31  Kurt Zenker  <kz@openoffice.org>  [8e100756b1414ee1c8225fc548c84755f20f8d93]

        Merge SRC627: 31.03.01 - 07:10:00 (NoBranch)

2001-03-30  Niklas Nebel  <nn@openoffice.org>  [aa148feb5df72cb3f1bb7f4527b775cfa2b60108]

        #84195# more drag&drop changes

2001-03-30  Niklas Nebel  <nn@openoffice.org>  [6f93c6867b4b8f8833359ce97a3820ee525ba0ce]

        #85564# missing entry in pServiceNames added

2001-03-30  Oliver Braun  <obr@openoffice.org>  [ebd00f5c46707e0dfcdd074f581ae86c0576e69b]

        socket.cxx -> socket.c

2001-03-30  Malte Timmermann  <mt@openoffice.org>  [1db2b85d03092679afaf90ec94d2fbd0ed5a83cc]

        #82889# Changed IDL file name and service name

2001-03-30  Matthias Huetsch  <mhu@openoffice.org>  [8e02efd5d87d1099ff0e24e83759033017043139]

        #85528# Fixed 'osl_acceptPipe()' to set FD_CLOEXEC flag on accepted pipe.

2001-03-30  Mathias Bauer  <mba@openoffice.org>  [9c34aafd2e989c73645cec4e0bdabba314f50f84]

        #82841#: don't kill medium after wrong password

2001-03-30  Mathias Bauer  <mba@openoffice.org>  [5cde84f31103d943fe2bf6ca48a4fd1ac89f7e85]

        support for modeless TabDialogs

2001-03-30  Mathias Bauer  <mba@openoffice.org>  [1d6dd7700e90c2fe538d4d2d73a05a6f9d90ae25]

        #80365#: support statusindicator on statusbar

2001-03-30  Mathias Bauer  <mba@openoffice.org>  [6d6c4c4e6c25321f6d5b27cd451d976705d8a542]

        AppDispatchProvider for dispatching SfxApp functionality in non-SFX-components

2001-03-30  Kai Ahrens  <ka@openoffice.org>  [a0a061eea1db79a0b007f655cfffc2536e85e5a4]

        #84621#: draw graphic with size

2001-03-30  Mathias Bauer  <mba@openoffice.org>  [c0de4a7e6bbf41802292b4bceebbabfa3063349c]

        don't crash if no BaseStorage given

2001-03-30  Kai Ahrens  <ka@openoffice.org>  [6f34dac736d64c69dfd00bbebe9e0d98e388d7aa]

        #84621#: added missing effects to diactrl

2001-03-30  Kurt Zenker  <kz@openoffice.org>  [c7f533c3a17acf5cc81860352298654c3db3bd1c]

        chg. True -> sal_True, False -> sal_False

2001-03-30  Joachim Lingner  <jl@openoffice.org>  [226f5a8f120d235879d204bfbee3d45d927660f0]

        *** empty log message ***

2001-03-30  Mathias Bauer  <mba@openoffice.org>  [4379d44dcdbac0d8de7211c0c6f6f9d6c01ce5a8]

        #80365#: forward statusindicator to controller

2001-03-30  Christian Lippka  <cl@openoffice.org>  [3bca41595c6d7d23f1be08851b720fca5000f592]

        85489# made PutNumBulletItem static for use in api

2001-03-30  Caolán McNamara  <cmc@openoffice.org>  [74af3bcd0958a740b40101abf4354e22e2467fa0]

        ##540## rework pagebreak insertion, to avoid bas pagebreak localtion due to handling fields before pagebreaks

2001-03-30  jp  <jp@openoffice.org>  [1f3eba587286b44f21f0e59257f42ff46b078e89]

        little bugfixes, use autocolor

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [79d3d92c1049c6382864ab12465d84b0807662e3]

        change comment

2001-03-30  Thomas Lange  <tl@openoffice.org>  [b59a32e0058f12594a129d2986e8e4c36bc2fb1d]

        FillClipFmtItem added to provide data for SvxClipboardFmtItem

2001-03-30  Martin Gallwey  <mtg@openoffice.org>  [773b35c301563a529b955ae40b9b6f87578cc789]

        Initial import

2001-03-30  Martin Gallwey  <mtg@openoffice.org>  [64eefdaed90af4eb1968549df9b026e0ee2c3f0a]

        initial import

2001-03-30  Martin Gallwey  <mtg@openoffice.org>  [1b1791728c2043ae019cb5e89680ef7b9f1b06e0]

        added XMLCalculationSettings context

2001-03-30  Martin Gallwey  <mtg@openoffice.org>  [f779261a3a20083ae341fc6f06c2ba44bbf5c5f0]

        Remove unused CXX_FILES section and added XMLCalculationSettingsContext

2001-03-30  Martin Gallwey  <mtg@openoffice.org>  [032fa8b8bc7df4e600c0e70f309b8b7ca9cf0aac]

        import all redline settings

2001-03-30  Thomas Lange  <tl@openoffice.org>  [ba4cac78cbacacf9de92f7d47d66b18d366eb479]

        include for clipfmtitem.hxx added

2001-03-30  Martin Gallwey  <mtg@openoffice.org>  [0856c152435a6d1569cf30360609ea35473e9973]

        export redline record setting

2001-03-30  Martin Gallwey  <mtg@openoffice.org>  [9b3887ef57ecee1489ad276d7f7894d18c0eab45]

        Added TwoDigitYear

2001-03-30  Martin Gallwey  <mtg@openoffice.org>  [5ce98729154d61aee6a869d24cde33b1215b699c]

        added TwoDigitYear

2001-03-30  Thomas Lange  <tl@openoffice.org>  [e927e1fec65f6a9c2e816173e7e0f8abb46e76f8]

        SvxClipBoardControl registered as control

2001-03-30  Thomas Lange  <tl@openoffice.org>  [6aa7de0735fd3e4f3c8ca11f5ad3146cbfbf9fbd]

        SID_CLIPBOARD_FORMAT_ITEMS entries in ExecClpbrd and StateClpBrd added

2001-03-30  Philipp Lohmann  <pl@openoffice.org>  [1a9bce9e32a502f74e6ed115d914bc516387a108]

        #85520# on remove page set current page correctly

2001-03-30  Thomas Lange  <tl@openoffice.org>  [632b664c23c9a5a747af46cbeefddc8dd64939de]

        SID_CLIPBOARD_FORMAT_ITEMS entry added

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [ae59c935e3147a26aad23a41b00b089d9c35001d]

        improve output

2001-03-30  Oliver Braun  <obr@openoffice.org>  [f573e6e22f9ff8927ea6bf92f77c3c6c598af281]

        c compiler warnings fixed

2001-03-30  Oliver Specht  <os@openoffice.org>  [3ee32cc9fd8ec6348fd32c2392ecffc116b3946f]

        #85347# initialize business card data from user data

2001-03-30  Thomas Lange  <tl@openoffice.org>  [734541e2b1fdb18a981f95f4bde5ba15331e9df0]

        'item String SvxClipboardFmtItem;' added

2001-03-30  Thomas Lange  <tl@openoffice.org>  [ae3e94781eb0df9a90563ee4010c7de4be5db344]

        SvxClipBoardControl initial revision

2001-03-30  Thomas Lange  <tl@openoffice.org>  [f3460e2a74ee58b1b869252b91296e3d6000e779]

        clipboardctl.* added

2001-03-30  Niklas Nebel  <nn@openoffice.org>  [299f294dfb66bff5219f172161d3b05a832b3ab6]

        language list box: sorted

2001-03-30  Thomas Lange  <tl@openoffice.org>  [5ed31119645cbdc32fde361f55eec2c613e9f074]

        clipboardctl.hxx, clipfmtitem.hxx added

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [30c23715a20f1fca0c1911f74f12f94cd87455bf]

        deliver regcompare correct

2001-03-30  Daniel Vogelheim  <dvo@openoffice.org>  [ac03503d86d70f623c12495c2aa4ecce55887db3]

        #81839# image map DTD added

2001-03-30  Oliver Specht  <os@openoffice.org>  [400ff1efe013bc4d34d015067c721589a5ba808b]

        create database fieldmaster when all information is set

2001-03-30  Thomas Lange  <tl@openoffice.org>  [2a355bdf19deb3173f61ffae88ba50ac8b2e1b56]

        SlotType SfxBoolItem added to SID_PASTE

2001-03-30  Christian Lippka  <cl@openoffice.org>  [78536b1609593c17d73e65f17050e17364a5337f]

        #81839# close polygons

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [f7bfa31c9195b99ba2115003dff41a1f6ad8a5af]

        #85298##85297# correct index impl

2001-03-30  Sascha Ballach  <sab@openoffice.org>  [5edc1dad0f20bb7c602455dd46bda09c3a7a407a]

        Export/Import of Draw Defaults added

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [f55e0f5fa5bde13437a10f29affb797c8d767cdd]

        index exception now gives information about index

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [2c7d09b02814986e858d37e34eef123bf913b208]

        #85298##85297# correct index impl

2001-03-30  Christian Lippka  <cl@openoffice.org>  [6388eec544b14749fcce25123f1d4d315431cc4b]

        #82045# added FillColor to pool

2001-03-30  avy  <avy@openoffice.org>  [cc0893e4954ab9b7c1883b6cebf15b0086d19cd4]

        Temporary variable added because of error during compiling under the Lunux

2001-03-30  Daniel Vogelheim  <dvo@openoffice.org>  [326924ba8eddb748432384ccd7edc4687db13de1]

        #81839# changed polygon points attribute to namespace svg

2001-03-30  Dirk Grobler  <dg@openoffice.org>  [0d29539da88bc2a201912eed5e809e15df56e204]

        new files to deliver

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [8e77de1d7ca85e9de55c6327f8378648848d380e]

        insert XArrayTypeDescription.idl

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [73c40af0d5eac659051c2b2ac98d4655b6d928be]

        new

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [afde4847ea494f337218e3da6fb1c6df19f891d2]

        insert/modify for handling array types

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [d3cb2b84cce077ed1adcb7fbc622506ae35cf8ea]

        insert UnionTypeDescription

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [bf92f52175d1d5d6001e8513b2664cd637fe898e]

        remove <:

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [9d46c93ef0b041260ae33366e5bf227279f5993e]

        insert/modify for handling of array types

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [13c013b16a77355a5f8c84b4b80a1d8d2255d5e5]

        insert typelib functions for arrays

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [02dbbaca84af3b91d62d74104b2c906ad8e85e72]

        insert getCppuArrayType functions

2001-03-30  Dirk Grobler  <dg@openoffice.org>  [7f182fe060d3227c38fdf75e11095838617934ae]

        changes due to changed package structure

2001-03-30  Juergen Schmidt  <jsc@openoffice.org>  [c4f639eacf328d6202e2f8a7facce986b1a09695]

        insert array test

2001-03-30  gt  <gt@openoffice.org>  [cf383f0fb4569d450323fa78608de680d84af1ba]

        #85456# ExcEscherOle::ReadPictFmla(): checking with assertion after work has done

2001-03-30  Hennes Rohling  <hro@openoffice.org>  [f924a981a26996315a5fe26e07782078a49f16ed]

        #85522# Forward SIGPROF to system handler

2001-03-30  Daniel Boelzle  <dbo@openoffice.org>  [9a172ac8b87022ef6d4c90bc9591cc953657d33a]

        added cppu_no_leak building option to avoid leaking of generated RTTI, vtables

2001-03-30  Frank Schönheit  <fs@openoffice.org>  [63371b5eb5e5b44970a93936ca111a37d1b0bfbe]

        #85523# != instead of == when setting the DataField

2001-03-30  Oliver Specht  <os@openoffice.org>  [a79e878807110522d7b2b5b3b96b338d4c4b52a9]

        mutiple symbol error corrected

2001-03-30  Oliver Specht  <os@openoffice.org>  [3ea5eb52091b4a7928f8cb2cb63daf2bba417bef]

        syntax

2001-03-30  jp  <jp@openoffice.org>  [4d8b2f92f6d36902289f8f5af2a3b938cae97cd5]

        can-changes: use SvxForbiddenCharacterTable

2001-03-30  Dirk Grobler  <dg@openoffice.org>  [d596f507e33939f6ce44ed5b03c8d7ab9a07afbb]

        import tool for configuration data

2001-03-30  Frank Schönheit  <fs@openoffice.org>  [fdd89fdee2d8a9b0c776e6d5823b26aa94387dc5]

        added a description to the laste page of the list box wizard

2001-03-30  Björn Milcke  <bm@openoffice.org>  [f7e5c3936a979435b5cfe82353222970fb80a5dd]

        #82019# new axis property visible

2001-03-30  Frank Schönheit  <fs@openoffice.org>  [82a096da93ad1342fb0dd88c05c929deaad841f5]

        new DnD implementations

2001-03-30  Björn Milcke  <bm@openoffice.org>  [cf487a30a07e3c49ee292b34e07866d9174e1ec3]

        #82019# export primary x axis also if it is invisible

2001-03-30  Frank Schönheit  <fs@openoffice.org>  [948fbe8709e8bdb6fcf74233fc910ed1c64bccb5]

        show a wait cursor while opening a connection

2001-03-30  Frank Schönheit  <fs@openoffice.org>  [cbca307d2cac31ef6c0d61bc5bb461f293fd2861]

        #83734# enable drops for the browse box and the data window

2001-03-30  jp  <jp@openoffice.org>  [01dcbbf081b0723728aa35f6aa67a2b546fc749c]

        can-changes: use SvxForbiddenCharacterTable

2001-03-30  Hennes Rohling  <hro@openoffice.org>  [d1ac6b70200b11265c868d1dc35f49699fd5d317]

        #85143# Recursive creation of directories is done backwards (mkdir not always returns E_EXIST if dir exists

2001-03-30  Christof Pintaske  <cp@openoffice.org>  [630dfd11dbd6cc6595d4af2ab6d14d69c458ed15]

        #85460# enlarged buffer for xim input

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [a4db63edab9facd57cf7311ecefed654388defeb]

        use of different cast to rBHelper

2001-03-30  Sascha Ballach  <sab@openoffice.org>  [f165e0a48ebfd9006a81aadc94f5d8c61adb3daf]

        XMLGraphicsDefaultStyle.hxx added

2001-03-30  Thomas Benisch  <tbe@openoffice.org>  [51ad28828c5685c5684dd99c0e77ebf50842cb7f]

        fix for solaris

2001-03-30  Daniel Vogelheim  <dvo@openoffice.org>  [d493fa10e007e094129549cfc7b397c364432029]

        #85254# database display field now seems to work again; order of properties import changed

2001-03-30  Frank Schönheit  <fs@openoffice.org>  [b6194dacacc06c629cfdb81a0868c9f37ee3aae2]

        #65293# solaris problem

2001-03-30  Herbert Duerr  <hdu@openoffice.org>  [9b5c3f698b6a12200c76c315c4e3009b1f63ceb9]

        add GetAntialiasAdvice()

2001-03-30  Herbert Duerr  <hdu@openoffice.org>  [8358b32c7be9e66b9f56a4d0ded92441975ce404]

        add GetAntialiasAdvice() and reformatting

2001-03-30  Christian Lippka  <cl@openoffice.org>  [2dcc5db688ece2cebc9dc7016f987c5eba36b73c]

        #85472# fixed add shape that crashed when given an empty shape reference

2001-03-30  Thomas Lange  <tl@openoffice.org>  [7bbf24ab31dac3f69259fe9e901d323469d98771]

        #85228 Resize called after import of other formula

2001-03-30  Vladimir Glazounov  <vg@openoffice.org>  [05e224a1991abf9f09680067194b4123926b20ee]

        Removed extra semicolon

2001-03-30  Tom Verbeek  <tv@openoffice.org>  [ccf403d4b246f9e9ac8ab9b4049b20f5cc7ce449]

        #85531# replaced '&' with '~'

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [363a662c7e3baf43b56a952947ed42e7ffe4e7ff]

        uyet another try for linux

2001-03-30  Daniel Boelzle  <dbo@openoffice.org>  [1f265fc1cec1f22fa73f1b732bfb5246f9bd344a]

        added cppu_no_leak for building non-leaking vtables/ generated rtti symbols

2001-03-30  Frank Schönheit  <fs@openoffice.org>  [614111f12c71c0676ccfee61a4ed3cb7e389b50e]

        #65293# solaris problem

2001-03-30  Oliver Specht  <os@openoffice.org>  [609829ae1332da4df20844370758db331092dfa9]

        #85318# some old database functions removed/replaced

2001-03-30  Daniel Boelzle  <dbo@openoffice.org>  [6c1eaf4b5bad6e4f6e7b2cbc99d9eb447ed7f009]

        fixed missing int64 routines

2001-03-30  Frank Schönheit  <fs@openoffice.org>  [c68afc1dd4eb7762be09590bccfcd44a14eef7b3]

        #65293# missing include

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [7de10ebb07fd824bed9bb3340a8ec42195a310f4]

        using namespace dbaui

2001-03-30  Oliver Specht  <os@openoffice.org>  [efc1312f1f3e577318eb4680a556f24a75e81db4]

        #85468# no negative tab positions in TOX

2001-03-30  Oliver Specht  <os@openoffice.org>  [d404bb5b17724ea1728e499fe0721465323a283c]

        #85468# no negative tab positions in TOX

2001-03-30  Caolán McNamara  <cmc@openoffice.org>  [aed76bab00d55d77c433ef5c86214e4e4589ccfd]

        ##575## Convert WW6/95 TextBox to FlyFrame when we are in a header/footer

2001-03-30  Daniel Boelzle  <dbo@openoffice.org>  [9c2dc8b98dc6aaf9d9c8c0deaeea9bbb97ab1884]

        unoidl => idlc

2001-03-30  Daniel Boelzle  <dbo@openoffice.org>  [593d7125d2a73387f8f24432c2165cac92e45a00]

        added getCppuSequenceType<>( Type const & rElementType )

2001-03-30  Sascha Ballach  <sab@openoffice.org>  [ef01d311d0af657e6d76204e105124462c23e0b9]

        #85021#; makes the progressbar work

2001-03-30  Sascha Ballach  <sab@openoffice.org>  [49ac7caf5fe0edeb0409aeb049fd9181575a396a]

        #85021#; makes the progressbar work

2001-03-30  Kai Ahrens  <ka@openoffice.org>  [42805422cfbd8908801fac38138260ba0d48d981]

        #84824#: OLE support for transferables

2001-03-30  Martin Gallwey  <mtg@openoffice.org>  [570fe3da7875b23a1d4c778c40b7130fa88517e4]

        maybe fix wierd solaris bug?

2001-03-30  avy  <avy@openoffice.org>  [ac86436540b9b9aa98c797c1023fc138f6fe5182]

        Compiler error fixed. Linux platform

2001-03-30  Kai Ahrens  <ka@openoffice.org>  [afdaf3b7f8ae93b7a0556dc901c61e6eda11274a]

        #84824#: String::CreateFromInt32 bug fixes

2001-03-30  jp  <jp@openoffice.org>  [318c0d46b9569eaecf7c6d2f6a9dacfdaca84fa5]

        add missing headerfile export

2001-03-30  avy  <avy@openoffice.org>  [7d9c022a3d95b8a3a8c02ebf90c036663244cd77]

        Fixed one Linux broblem

2001-03-30  Mathias Bauer  <mba@openoffice.org>  [9d5843ec8ae8c23dea9f10d4f2eabfcff0bc7dd8]

        #84666#: use XTruncate if present

2001-03-30  Nils Fuhrmann  <nf@openoffice.org>  [7770c15aba7545e3f406e668cf5ced03b22b7c27]

        Added new input file format for merge data.

2001-03-30  Nils Fuhrmann  <nf@openoffice.org>  [b0771c7dbd6b328ca64d8db4f9de097edab64b2d]

        New link flags

2001-03-30  Mathias Bauer  <mba@openoffice.org>  [fb7e6775f1b2b14840cf9e1378e38dc3cbe63085]

        #80830#: correct use of insertNewContent ( new content is Outparameter! )

2001-03-30  jp  <jp@openoffice.org>  [f5bae8dfef51700ad2fdd7519e1d2cf533419070]

        Bug #85514#: GraphicAttr Transparency range is 0 - 255

2001-03-30  Kurt Zenker  <kz@openoffice.org>  [068b3aeeace38d1867eec608d7ce39ed3d7175b0]

        new version for SRC627

2001-03-30  Herbert Duerr  <hdu@openoffice.org>  [2797325dc9169e0674250ca55b3fe84315be4ca2]

        fullwith characters are not rotated in vertical writing

2001-03-30  Kurt Zenker  <kz@openoffice.org>  [43c7c62a979566bed23602c76897f76bdb67a4a0]

        in locale header don't use svx prefix

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [21d596a931864c36e22f4d876440c497c256c512]

        correct the creation of views

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [14482ffc65c689c4aadbd2cd1134ae9c4e9b2e6c]

        remove catch(...)

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [c017b2e13f0e61dd2e711d3b077e2a6e9578e1f5]

        don't attach as view listener

2001-03-30  Christof Pintaske  <cp@openoffice.org>  [2b886a0001ad48490bcbe716ab5696fb4c862adc]

        #85459# only scalable fonts for gui

2001-03-30  Christof Pintaske  <cp@openoffice.org>  [656145dab394aa1efe2b5af71437126413617054]

        #85460# workaround for xlib conversion error

2001-03-30  Ocke Janssen  <oj@openoffice.org>  [c59716e43c5769591f6b0efb056e059223a3ca4f]

        #uncomment some stuff

2001-03-29  jp  <jp@openoffice.org>  [15b4dc18a6c9ac8367f88b4f37009f95ae4ceccb]

        Bug #85182#: GetData for OLE-Objects must call GetData at the object

2001-03-29  jp  <jp@openoffice.org>  [5119c3a7d0bc638ce1dec4a22c798595c18cd90e]

        arrange formular before a save

2001-03-29  jp  <jp@openoffice.org>  [047eb21cb2fc4277e9f2e4ab1b5fa958072fe0af]

        used for new clipboard controler

2001-03-29  jp  <jp@openoffice.org>  [f6a7a204a44cd67d49d42f573d04c78a95d046dc]

        new module

2001-03-29  Martin Gallwey  <mtg@openoffice.org>  [8b9108ddf2e4128651f25e4965a05eb99dd6c610]

        fixed confusing typo

2001-03-29  Martin Gallwey  <mtg@openoffice.org>  [cb42786330cc326e7f60c224bdaaa82b0ad84f4a]

        changed printer name setting and added two asiatic conf items

2001-03-29  Martin Gallwey  <mtg@openoffice.org>  [469067e855e72481d7abcee5216b4698d0933bbe]

        added asiatic configuration items

2001-03-29  Martin Gallwey  <mtg@openoffice.org>  [c2968ca78962322a34a2c9a0c406f5e0b48cb95e]

        added import of forbidden characters + other asian configuration items

2001-03-29  Martin Gallwey  <mtg@openoffice.org>  [906a7f2cdc2e90d246e71374e6e0a455c4976cea]

        added export of forbidden characters + other asian configuration items

2001-03-29  Martin Gallwey  <mtg@openoffice.org>  [b698a855322e8c0343b909f98b518f0ff812ebc2]

        Added two new options to the text document XPropertySet

2001-03-29  Daniel Vogelheim  <dvo@openoffice.org>  [3f8e82d580e43a5b7074b0a56236b1bbf85cdc4d]

        #81839# XML image map support added to drawing apps

2001-03-29  Daniel Vogelheim  <dvo@openoffice.org>  [c5f79507ba17543d3d8a25e86500620e70752db5]

        #81839# image map support in writer

2001-03-29  Björn Milcke  <bm@openoffice.org>  [a28a3c0dd440fec6157666a1aa2c47f21326623e]

        #83206# resize chart data to (almost) empty sequence, so that later only enlarging is necessary

2001-03-29  Martin Gallwey  <mtg@openoffice.org>  [2dada4f0c4205b57b2bd0e10b993967023fb69ee]

        always export tab stop distance

2001-03-29  Herbert Duerr  <hdu@openoffice.org>  [f0f6d3b772cb1b4d6ab56b23f6c73f4939f67844]

        fixes for RVP

2001-03-29  Herbert Duerr  <hdu@openoffice.org>  [24b347fe4b26cc96fc69d705bb9253f24dd0cac0]

        add security checks

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [5163c5e889e27359fecac8c6d0ee77b51195efe9]

        DecimalPlaces and TabStopDistance to the PropertySet added

2001-03-29  Sven Jacobi  <sj@openoffice.org>  [1db133e227995925ada9fec374034ed338f4a334]

        #85472# now using SVX_NUM_CHAR_SPECIAL and a space as character instead of SVX_NUM_NUMBER_NONE to create the SvxNumberFormat item

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [0d244e15778f1b4e7c8c5ff1dfaa3cd7e0ec3135]

        AutoCalculate and PrinterName to the PropertySet added

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [00a3061d80a9ac3d7f8b3aab7e84f20f1fd4ad51]

        export/import of DecimalPlaces added

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [6e24395c7599e5ae356ac9f5c7e473c6bce36f45]

        TabStopDistance, AutoCalculate and PrinterName added

2001-03-29  Andreas Bregas  <ab@openoffice.org>  [5236564cbaea377f34a606c306731854a9376f01]

        #85023# Changed wildcard handling

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [7f3adc89d30333d5272ff648f31ea4fa75891196]

        wrong check in before

2001-03-29  Christian Lippka  <cl@openoffice.org>  [21869212e290678633e20241975388839e8aa807]

        fixed makefile for player

2001-03-29  Malte Timmermann  <mt@openoffice.org>  [7573ec2962211f5078234e0872863e548acaafc6]

        #85472# SVX_NUM_NUMBER_NONE

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [3082b1c12ef4490d5d080fb85fd900ae968f3772]

        add the tab stop  to the text map

2001-03-29  Kurt Zenker  <kz@openoffice.org>  [42f5c643f904681a56ad4128488b7bf36b363219]

        add. db31.jar

2001-03-29  Oliver Specht  <os@openoffice.org>  [ce54e25971c204c08dcaad19a06865c984c795c8]

        optimization getPropertyStates

2001-03-29  Daniel Vogelheim  <dvo@openoffice.org>  [cff064bdbf3d39351ff2527b010cbd5188ce0f76]

        #81839# image map import and export added

2001-03-29  Christof Pintaske  <cp@openoffice.org>  [fe04caa6f02aaf97c2784ff2eb945e898273a489]

        #85459# add mincho as a gui font for redhat 6.2 JP

2001-03-29  Joachim Lingner  <jl@openoffice.org>  [9c5b731708ad4348f4ae0a179ffd8b9b352bad84]

        *** empty log message ***

2001-03-29  Kurt Zenker  <kz@openoffice.org>  [c1745ad6f668047d7f765b9f9eaaafe8af0efa1e]

        new version for SRC627

2001-03-29  Daniel Vogelheim  <dvo@openoffice.org>  [3e3e16b2956fba8e46f03d20d96a20140066ed01]

        moved XMLStringBufferImportContext into inc directory   (needed for image map import)

2001-03-29  Dirk Völzke  <dv@openoffice.org>  [d08225e33ab82ae817f011ed7c790715250cbe6c]

        #84659# ExecFile_Impl() now sets the right extension for templates

2001-03-29  Michael Brauer  <mib@openoffice.org>  [6d1049edb55d7b679a14c908266cd676d59ee329]

        #84964#: cache hasPropertyByName results

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [5bec9e9bee98b8eec05c0004e5c510fa8c8c1972]

        typo / syntax

2001-03-29  Mathias Bauer  <mba@openoffice.org>  [10c8430f161dd496540ddd6ae7d8470bd09e4ada]

        #84656#: set detected filter into descriptor

2001-03-29  Kurt Zenker  <kz@openoffice.org>  [99035358dc08bf65cad83b4d625d9267b934b23e]

        OSL_ENSUHRE -> OSL_ENSURE, True -> sal_True

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [329050da4bce62cfd6783f44da2c708dc5a1b314]

        #84740# UnoName for SWITCH_DESIGN_MODE slot

2001-03-29  Mathias Bauer  <mba@openoffice.org>  [f69599f954da26cf6819e4fa3a94143e5b0b727b]

        New method LoadDocumentSynchron

2001-03-29  Kurt Zenker  <kz@openoffice.org>  [68e40fc10534e5f1d2d0a4c987b3d347fc1b3777]

        cast to BOOL for StartSpeller

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [245a292607833f06f3fe55025bbb5f1cc209201c]

        #85477# layout changes

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [ee4ee17b8473167d7a18745ec53e711b6bcc2d82]

        #85476# own helper class holding a mutex for the OPropertyChangeListener-derived classes

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [426472f06efbeca1c74c7c9223ea3b41b444be83]

        PROPERTY_COMMAND instead of PROPERTY_NAME for the object name

2001-03-29  Caolán McNamara  <cmc@openoffice.org>  [ae63048be4de3345630ad8f8c4970ec7ada8993c]

        set hiword and loword bits in escher graphic drawmode

2001-03-29  Kai Ahrens  <ka@openoffice.org>  [62f14944c26c0b0635f6199c4d93ce371a486870]

        #85399#: don't convert pref size in MAP_PIXEL to logic size

2001-03-29  Kurt Zenker  <kz@openoffice.org>  [0a395927f9e4b21f901522380d4e7734d22292a7]

        add. srchcfg.hxx

2001-03-29  Andreas Schlüns  <as@openoffice.org>  [9eaab44f6e96c1dd1c6fac4b4d9e087e4b2b37cb]

        no TF_FILTER, split defines.hxx, namespaces, new thread helper, some threadsafe code

2001-03-29  jp  <jp@openoffice.org>  [139c5ffac51f4b9986e8bc77e9adc7ad98092908]

        optimization for bug #84964#

2001-03-29  Kai Ahrens  <ka@openoffice.org>  [44033c7676980c4b2f5aedf3ac7a6ec878707084]

        #84042#: watch for format WMF when creating formats vector

2001-03-29  Sven Jacobi  <sj@openoffice.org>  [463cdb140b2751047868749fb72ddd7d389369c6]

        issue 618, solved contrast problems

2001-03-29  Christian Lippka  <cl@openoffice.org>  [34707538cd0552d08aa428f07872c96e72e415d1]

        #85194# added listener for table components so they dispose when model is destroyed

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [2815ea8b1eab8f443d7b5efa72e5c298695c4041]

        #85097# changed the signature of exportBooleanPropertyAttribute

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [e6fdd89a31f4dd4563dc850c66991ed9aff268cf]

        #85097# when exporting boolean properties, allow for MAYBEVOID props

2001-03-29  Sander Vesik  <svesik@openoffice.org>  [171545c0a6daf1ba355dfb77bb90be7deb6ab59a]

        Merge 1.6.2.1 changes to HEAD and retag as OO625B

2001-03-29  Christian Lippka  <cl@openoffice.org>  [60ad586dcf45c2ccec83d2c3fc060c144cd375c9]

        #85414# fix illegal names for graphic objects on load

2001-03-29  Andreas Martens  <ama@openoffice.org>  [94d864a7a11d6b6c0ce1b39a5446dd4019d398e6]

        Fix: Character styles and rotation

2001-03-29  Christian Lippka  <cl@openoffice.org>  [e3dcb0583952aa376c965c4032ff240394fb2d2d]

        #81839# we now use 100th mm

2001-03-29  Dirk Völzke  <dv@openoffice.org>  [470bd5dbef0800894646915b4afbdbe7370be20b]

        #84889# Changed template initialize message

2001-03-29  Kai Sommerfeld  <kso@openoffice.org>  [5678ba09c12643af954b5bd3dc5044d2a529fc4b]

        #84998# - Fixed function createNew(...).

2001-03-29  Dirk Völzke  <dv@openoffice.org>  [2044e4ae217a474c082759cd6ba6823344f20426]

        #84889# GetFull() does nothing, when there is no template name

2001-03-29  Dieter Loeschky  <dl@openoffice.org>  [68cf1a3011050725194f5fd8d53c62a771ade891]

        #85226# DeleteActualPage(): calling SetModel() after RemovePage()

2001-03-29  Dieter Loeschky  <dl@openoffice.org>  [e07b6c6f30668a7ddc65c93861325cbd597cd92a]

        #85226# SdrUndoDelPage: calling SetModel()

2001-03-29  Kurt Zenker  <kz@openoffice.org>  [0e6bf67039814aec9e61d6935fcfaea5d3c0d139]

        new version for SRC627

2001-03-29  Dieter Loeschky  <dl@openoffice.org>  [4a82a7c2553e2e473245b510b2bd90e6a0aeb991]

        #85226# calling SetDeleted() if page is removed

2001-03-29  Kurt Zenker  <kz@openoffice.org>  [01c0116a23a11410cdd726be2911603b0591d25c]

        new version for SRC627

2001-03-29  Andreas Martens  <ama@openoffice.org>  [7c76de1efa044352d0442c09e829f81f97e57192]

        Fix: Using the right type instead of casting

2001-03-29  Dirk Völzke  <dv@openoffice.org>  [489d00bb76790bcb1d6bee0d44f81cbc4a0b838a]

        #85403# The versions aren't saved as storages in storages but as streams, so we can't use openStorage() any longer

2001-03-29  Björn Milcke  <bm@openoffice.org>  [8ba544319dd414d7fe5dad5e5dcb0aef527ba50f]

        #82030# Set Legend position only if there is a legend

2001-03-29  Andreas Schlüns  <as@openoffice.org>  [4c42fb4a32b97c2f6d18fb25805867d85b1f44bf]

        new help version

2001-03-29  Andreas Martens  <ama@openoffice.org>  [be6e5a31cd581f23ad72f9e38ab99f2c485d7f70]

        Fix #85230#: Preview for small kapitals

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [78b2235beff5a86d0c31aac6dcacd72b0a2f81f4]

        add GirdColor to the PropertySet

2001-03-29  Andreas Schlüns  <as@openoffice.org>  [e1471169ac9120ab19b613164badc7ec98f7fde4]

        #85348# fix it toplevel too

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [80dd77914591e94518b066ffd43c3924e7944bc6]

        #83015# corrected elementRemoved

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [62001b529de9f17fc0b3d8cdaada3cebd8a6d3c1]

        use property names instead of xml names for change tracking view settings

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [43605abd2dc0371fd6f84463ea6a27532fc954f7]

        add the possibibility only to load and to save the styles in xml

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [d2b80262bc7b982cbe58ad1dabeccae165add6e5]

        use the possibibility only to load and to save the styles in xml

2001-03-29  Christian Lippka  <cl@openoffice.org>  [e874741900323f09c1148ee5a4ce0efdde721b55]

        added image namespace

2001-03-29  Tino Rachui  <tra@openoffice.org>  [dd9346deac3b384ae11ae924dbdcd08f6d7fd5a1]

        *** empty log message ***

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [56b3fdd635e68290f1b4e032196798925a6e9c97]

        #65293# removed the DragSourceHelper base class - now already a part of the SvTreeListBox

2001-03-29  Kurt Zenker  <kz@openoffice.org>  [8b3d9993d0395858343633df04ce991963c30cf5]

        correction of alias

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [5bd60bf386bad61f13c82e032618ab6b647de4e6]

        corrected some minor issues

2001-03-29  Oliver Specht  <os@openoffice.org>  [3c6f28fad60d60af2bf6c9aac72ef8d1aa1e2592]

        ImageMap is always available

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [d4672dba9731ac0d926417bc2dac8c77bfdf9a68]

        #85386# +OTextLikeImport / handle attributes which's defaults differ from the property defaults

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [0bde99fb309fab2640491178f50d56728b2fa0a4]

        enableTrackAttributes to prevent the (expensive) attribute tracking

2001-03-29  Dirk Völzke  <dv@openoffice.org>  [9b2f611223d6201c5b5bb7ad85bf4fa6f7ebbf29]

        #84660# Better extension handling, use a mutex

2001-03-29  Dirk Völzke  <dv@openoffice.org>  [646ffd61e27c6fa3ae6900d53bc2b3080ae196dd]

        #84660# Find the best filter version for storing as template and don't use DocumentInfo with new file format

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [8a70a1f1d93e6df82b486f72570fda9dc63df735]

        english texts

2001-03-29  Jörg Barfurth  <jb@openoffice.org>  [8d774bb5a59eef8f515f692839e2539a7fd43216]

        Fix: Duplicate Class OValueConverter in xml and misc

2001-03-29  Oliver Specht  <os@openoffice.org>  [c96855e889ed9f07f09d8c8d1505e187256d9edb]

        SwFmtURL: return empty ImageMap

2001-03-29  Michael Brauer  <mib@openoffice.org>  [23b386160e7359e72aa55f7d8726484c33b80c69]

        #85415#: negative table indents in xml documents

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [207914f449379466f4655ccaf68d0c2753a93a2f]

        change from XML names to property names

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [fe5f05fbf869824e1f4f811dc8fb36d9fa45ea6c]

        change the names of raster from grid to raster

2001-03-29  Michael Brauer  <mib@openoffice.org>  [9a2b7f0d5d637f3a5d98306a969bbdbe54df3ec8]

        #85402#: Enable contour wrapping for styles and shapes

2001-03-29  Michael Brauer  <mib@openoffice.org>  [bf25886e2b6219c8d477c49aa85eb2d7a8fe7c09]

        #85402#: Enable contour wrapping for styles and shapes

2001-03-29  Thomas Lange  <tl@openoffice.org>  [05d32ac297bceb1414b123170c765549c2a047ad]

        #84966 call to hyphenate now has SwTxtFormatInfo::GetHyphValues as argument

2001-03-29  Ocke Janssen  <oj@openoffice.org>  [316d3440b33505d2096469a2cc182e8512238345]

        only assign array when length != 0

2001-03-29  Thomas Lange  <tl@openoffice.org>  [eaf01e251b4b2a6b0044d5a4af9aca194437b9f3]

        #84966 LineBreakHyphenationOptions and queryAlternativeSpelling now use SwTxtFormatInfo::GetHyphValues as argument

2001-03-29  Thomas Lange  <tl@openoffice.org>  [1e0f94be12a552fae1086d603b537e90312ddf6b]

        #84966 RestoreHyphOptions, IsRestoreHyphOptions removed

2001-03-29  Thomas Lange  <tl@openoffice.org>  [9dd8158c01e31e1992752e3ea1dec59abd9d2f86]

        #84966 GetHyphValues added; RestoreHyphOptions, IsRestoreHyphOptions removed

2001-03-29  Kurt Zenker  <kz@openoffice.org>  [95460483b97b5fe7750427b59b0d4fe0a5fbd720]

        new version for SRC627

2001-03-29  Frank Schönheit  <fs@openoffice.org>  [1e12d9ddaa6adb75a8356a0a20e900219f44f8c1]

        #84826# +clearPassword

2001-03-29  Ocke Janssen  <oj@openoffice.org>  [76256bf140f9a3ea42bfb98680acf7494d8fb477]

        dispose connection in dtor and type casts

2001-03-29  Christian Lippka  <cl@openoffice.org>  [4332ae6914b619186e33ef9895051740d7029b54]

        added missing form properties to model for xml

2001-03-29  Kurt Zenker  <kz@openoffice.org>  [8084772c58f25bd37b1ecd7ac9678e47dd8f49ed]

        add. ? tg_scp.mk_bak

2001-03-29  Ocke Janssen  <oj@openoffice.org>  [f5d066f68fcef2cf6787a023f4ba89df1547867b]

        show views the correct way

2001-03-29  Ocke Janssen  <oj@openoffice.org>  [f609294ba49064121a22697abe0e595a0149b9d1]

        views impl

2001-03-29  Ocke Janssen  <oj@openoffice.org>  [543dd861ed68034b0caffbdbadcdf430019150cc]

        views impl

2001-03-29  Ocke Janssen  <oj@openoffice.org>  [1d8a2ca4cc0d859d164effff55a58d0ac598a3a2]

        view impl

2001-03-29  Ocke Janssen  <oj@openoffice.org>  [b36b46dacbfc2dd7415afc572870543b1e82f386]

        view impl

2001-03-29  Ocke Janssen  <oj@openoffice.org>  [1f4adb297a5030ab6cc1fd80e16a3d426f987c02]

        inline removed

2001-03-29  Ocke Janssen  <oj@openoffice.org>  [fde35735e7dd4f78487e4c77535b9a36bbe86103]

        use of sqlnamedit

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [b6f30eab9579aa3e5a382978fbda2007e225caa7]

        export/import document configuration added

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [40db02ce523dcb0a5e7e5306a3fa6d368bb311e3]

        confuno added

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [e33797b7b48c2e5fec57d2872207947b90bca98a]

        Service document configuration added

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [3e7cc29e6b63b468c1ecf0156683665544ac95da]

        XPropertySet of document configuration added

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [fcb7e3eb35afb87f6b85cc782f9b81461ecbe964]

        PropertyNames of document configuration added

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [1fd7f3fca6e1cb9c3606bc49f0ab4a48883de8ab]

        conversion from Any To Int32 added

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [afb25ce084177d5c255f7d124ffe2d16f5e42127]

        conversion from Any To Int32 added

2001-03-29  Sascha Ballach  <sab@openoffice.org>  [0d69a325b05ae207038b1d72605da10d03a5c769]

        convertion of XPropertySet to/from uno::Sequence<beans::PropertyValue> added

2001-03-28  Björn Milcke  <bm@openoffice.org>  [dc70d5c6db9b950e89504fead4b740e6afacc2ef]

        #82030# import 3d scene attributes using helper class (transformation matrix is also done by this)

2001-03-28  Niklas Nebel  <nn@openoffice.org>  [3889ec1a668bdb54e30553efb8e8ffa43750d8c6]

        #85403# merge/compare: remove app prefix from filter name

2001-03-28  Björn Milcke  <bm@openoffice.org>  [080a5d4d2a9b67820ad28a16b062ec9a7b029f26]

        #82030# in the plot-area there may be light-source elements if the plot-area is a 3d scene (ie the chart is a 3d chart)

2001-03-28  Björn Milcke  <bm@openoffice.org>  [42ccefbcf52cea04dcb261358a5c7b90deef0fe4]

        #82030# export 3d scene attributes using helper class (transformation matrix is also done by this)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [839b19dc6ae361fd93a158ddc8dd8042612fdd80]

        new version for SRC627

2001-03-28  Niklas Nebel  <nn@openoffice.org>  [9ee785f7052437fe5e1b15964d15170d1218f7c4]

        #85421# don't switch SubShells in Deactivate

2001-03-28  Björn Milcke  <bm@openoffice.org>  [32528db5e17a2dd883e2bf94c15b3e845b07ac27]

        in the plot-area there may be light-source elements if the plot-area is a 3d scene (ie the chart is a 3d chart)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [8315bb004431fb6b985f4c20ccf45ec19fddf246]

        new version for SRC627

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [678c3cc4e163cf153f0f8d5465a1e41ab74bdf9c]

        new version for SRC627

2001-03-28  jp  <jp@openoffice.org>  [4f9312df96458e7a6c3dd4c3caa41c30c253838a]

        hide unused CJK feature in the SvxAsianTabPage

2001-03-28  Daniel Vogelheim  <dvo@openoffice.org>  [ef07c464f71fe42c160244feea13880793a10b07]

        fixed: image map element now closed properly

2001-03-28  Mathias Bauer  <mba@openoffice.org>  [f6a9aa4bf854606f048612ab2942ad09dadc794b]

        StatusIndicatorSupplier added

2001-03-28  Mathias Bauer  <mba@openoffice.org>  [b55ce882275f1a3cbc73d70eeba901612c98cddf]

        XViewDataSupplier added

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [6cb8d943e1dda312f800ad25f798a65439857cad]

        OSL_ENSHURE -> OSL_ENSURE

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [9523595b6c3807946224228ccfd6ea1f450496f4]

        use namespace moved to settings.mk

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [adceb3401400040ed74d8c19df1bdccad08928bd]

        use namespace if defined

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [bf7899527ba330f87223c907ba709722f21831db]

        use the new initialize for the RTF and HTML helper

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [663f0c2b3189e9eeb4c57c5b6f7e66f9a066bb32]

        changed the ctor of ODataClipboard

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [836a5d447f16cd5ee2a1179c8c1c1f1651231982]

        new DnD implementations for dragging rows

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [43a252200774b2996086bb70f85f7a469761ecab]

        new DnD implementation - added possibility to drag rowset rows

2001-03-28  Sven Jacobi  <sj@openoffice.org>  [2fb0b7c81d9e35d28598bd6df829b2942163503e]

        FiterConfigCache is now also caching the media type

2001-03-28  Sven Jacobi  <sj@openoffice.org>  [c688d26d48384206f88da5923b7935723a6e24c6]

        added methods to handle media types

2001-03-28  Malte Timmermann  <mt@openoffice.org>  [62484191842a53323e693ee629fdec7e4f03050d]

        #85395# Don't call Modify while processing IME events

2001-03-28  Oliver Specht  <os@openoffice.org>  [23de1acc3be57617695a4543d4279b9d122d530a]

        #83935# check sequence name in ModifyHdl

2001-03-28  Dirk Völzke  <dv@openoffice.org>  [b5d5439c6e5590c359b181ffdec119beb609bf70]

        #83142# Use the name returned from CopyFrom() instead of computing it from the URL

2001-03-28  Dirk Völzke  <dv@openoffice.org>  [1c3e42e47a1851a4679c4bccddb06906315b5587]

        #83142# use a own thread for updating

2001-03-28  Dirk Völzke  <dv@openoffice.org>  [4f823d66e8db6f173cdb0f6c3e683b6ad3a4a04d]

        CopyFrom() should return the new title, don't call renameTemplate if both names are the same

2001-03-28  Christian Lippka  <cl@openoffice.org>  [b6e4d40da9f675e8e7d7d44d76a3bdf32e19bf5f]

        #85430# set correct name when creating unnamed ole objects with CLSID

2001-03-28  Oliver Specht  <os@openoffice.org>  [f5db8db1d66e732c95682f44a071158049d69206]

        #85279# insert correct next set field

2001-03-28  Oliver Specht  <os@openoffice.org>  [d95b40e157b5dc767436fbccce7b85e46c5aface]

        EditEngine changes

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [fad90ad3da175aaf160b8b461eab47b26e72ef17]

        SRC627

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [226be0b5cc769544b7984d5442f2814988a1b101]

        #85371# +OButtonImport / for buttons and forms, correctly handle the target frame attribute

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [86fadf1e2fe7747bad999e87ff2ff4b3b1c48f3b]

        #85371# +simulateDefaultedAttribute / +encounteredAttribute

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [c2d8ab9029cdf2545d167c3f0904ff6af202c447]

        #85371# write target frame attribute even if the prop value is an empty string

2001-03-28  Daniel Rentz  <dr@openoffice.org>  [fc2e5aff2f66c74308435694addf032bbffadcca]

        ADDRESERVED(), record QSI

2001-03-28  Daniel Rentz  <dr@openoffice.org>  [beb78641cf946e77a4fd6d4a51762aeb7932f14b]

        #84906# problem with multiple blank cells

2001-03-28  jp  <jp@openoffice.org>  [fd4a229c614f4bcca83e44c47809bdf4df8910d9]

        enum SwCharCompressType

2001-03-28  jp  <jp@openoffice.org>  [ff97dfbe79144c93348ea5c05c9fa3ab914d4916]

        new: SwCharCompressType, Kerning for asian punctuation

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [023ac1baeada9d17d0157e4ae731bfa1482c1721]

        Merge SRC626: 28.03.01 - 16:38:48 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [866336ff27079e132ceebdea6d6751cb785eac5c]

        Merge SRC626: 28.03.01 - 16:36:57 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [4af79604b16daffe6a5b0bd529b497c9074a9bc0]

        Merge SRC626: 28.03.01 - 16:34:29 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [1ab0e4efebf64437538349e1d0ce146c0497f333]

        Merge SRC626: 28.03.01 - 16:32:45 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [bc1848711ed0f23d8c8f542f3dcb36d818811cd3]

        Merge SRC626: 28.03.01 - 16:30:58 (NoBranch)

2001-03-28  Oliver Specht  <os@openoffice.org>  [8909bc6e3bb44a3e3ff1a2daa0548f1e076e496c]

        option dialog changes

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [58bf671b1689cba438e810b1b6dd1ed82b93b22d]

        Merge SRC626: 28.03.01 - 16:29:04 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [5935d5072f802804e14ae54468399d2bcb2af972]

        Merge SRC626: 28.03.01 - 16:27:20 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [85f7f12811320cec216bef3620e6401495bbd5fd]

        Merge SRC626: 28.03.01 - 16:25:31 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [9ac0217dfb1ac5a2639af33c0e000b55b38bbbda]

        Merge SRC626: 28.03.01 - 16:23:34 (NoBranch)

2001-03-28  gt  <gt@openoffice.org>  [8e09a55d2789920265798c6dbaf94edbecc214a4]

        #84472# decrease of resource effort

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [3b34ba6c33d73ce3877635272fabf1cbc9a99c13]

        Merge SRC626: 28.03.01 - 16:21:44 (NoBranch)

2001-03-28  gt  <gt@openoffice.org>  [e229f63c5cdb331bf624ffc23ba3004ee62a1997]

        more details for dv

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [4c81ce53e3a4b35459e00b4e1e566a070e62b01b]

        Merge SRC626: 28.03.01 - 16:19:00 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [3a74f0bd159affc5695fc3dff7d8f52c214d17e3]

        Merge SRC626: 28.03.01 - 16:15:31 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [8aeb3f1fceee5842b9496a4bdedac882ba6858ee]

        Merge SRC626: 28.03.01 - 16:13:46 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [7c469ed1e857fe92814b1e775ed14cb278619386]

        Merge SRC626: 28.03.01 - 16:11:55 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [5f6cb9a4706965cb37ad618b1d9ad6bf37dc6952]

        Merge SRC626: 28.03.01 - 16:09:30 (NoBranch)

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [bf0a1589fd2a59c6621a924eb0a1d16675c5a8ec]

        #85427# corrected the default for NavigationBarMode

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [560d94a0809e8dee90b41bedc84ec87e42e4d2f1]

        Merge SRC626: 28.03.01 - 16:06:54 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [c510d3bb6c328c03f5605e528b546c59931711c9]

        Merge SRC626: 28.03.01 - 16:05:07 (NoBranch)

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [f73cf911ba7a476f1aa4dafb2757dee5484fe933]

        #85427# default handling for the NAvigationBarMode

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [f50e831d0812a712b9bf665b4a9ddf5a36a8df25]

        Merge SRC626: 28.03.01 - 16:03:23 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [e624851949200c7d9321840f22447d724821cda6]

        Merge SRC626: 28.03.01 - 15:59:45 (NoBranch)

2001-03-28  jp  <jp@openoffice.org>  [d09bd48fc77ba11b0634860b6f6281499987fcd4]

        Bug #85316#: GroupBox -> FixedLine

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [6c9fdfa000cb0de19c954432a0fd691bfdeffbbb]

        Merge SRC626: 28.03.01 - 15:57:22 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [f0e72a6d920fc8993369b2982202d47a2cdebf2b]

        Merge SRC626: 28.03.01 - 15:55:41 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [77d9de646840ff0049544aae19e35ab2ec244b8a]

        Merge SRC626: 28.03.01 - 15:52:22 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [22c49f6e2e8605f4eab870461e73469b060ac18f]

        Merge SRC626: 28.03.01 - 15:49:29 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [581d18518629976f794ae74fff80a1f8837c73fd]

        Merge SRC626: 28.03.01 - 15:47:51 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [08e3d39e70947188d8a9831af42ffaa7fecff309]

        Merge SRC626: 28.03.01 - 15:46:02 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [ac1ce6d12fabf2a903c5607bb47a44da4f2b19f4]

        UDK213

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [a841cc3b775ba20323f75dda83f2d508c1988fd8]

        Merge SRC626: 28.03.01 - 15:42:59 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [240fa1fd7d153d380e0199061e82df63b1613f1a]

        Merge SRC626: 28.03.01 - 15:39:42 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [638853f99ae3d6bda77db16946fdbd965b0c2263]

        Merge SRC626: 28.03.01 - 14:37:21 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [d380dbf084daff21938c6157a9e8e07b62eac2f2]

        Merge SRC626: 28.03.01 - 14:37:42 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [fb6e377ad0d6ac4eefd5460ca16905295fcf5a19]

        Merge SRC626: 28.03.01 - 14:35:46 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [f067fea81b9354bfdd9580a90db25219a2aca76b]

        Merge SRC626: 28.03.01 - 15:36:28 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [e130eb723b42e8363963c55d85f48fcab64cbe14]

        Merge SRC626: 28.03.01 - 14:35:08 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [6d63618c624c623383b1fd442d3870100be3f090]

        Merge SRC626: 28.03.01 - 14:34:33 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [525a57af73b7b2e80c6baf32b6b2e0e64f4f9703]

        Merge SRC626: 28.03.01 - 14:33:19 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [f0e0f6e3b6239a224bf40a476b3fdd109e9c5c2e]

        Merge SRC626: 28.03.01 - 15:33:52 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [f7abcfb25de6504f05fe974f669be01dd41f249e]

        Merge SRC626: 28.03.01 - 14:32:45 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [8e5b17a1a1737aaa59046f8c88ecc6071a4f56a1]

        Merge SRC626: 03/28/01 - 14:32:20 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [d6a4ba252a9547eb010e8fa9212cc247496714c6]

        Merge SRC626: 03/28/01 - 14:31:05 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [12930831742b214a7f66eccca1b3bd5529447690]

        Merge SRC626: 28.03.01 - 15:31:55 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [b502588d77ef5fff492636b349aaafc372503e5d]

        Merge SRC626: 28.03.01 - 14:30:47 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [19df143b0c16071d2821a6be6cde2b4f71d6bbb7]

        Merge SRC626: 28.03.01 - 14:29:48 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [19cfb120a9b73159707388a1a948b8910eca709a]

        Merge SRC626: 28.03.01 - 14:29:40 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [b3c672ff907587abc0f84cb164f81c370f91dedb]

        Merge SRC626: 28.03.01 - 15:29:55 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [d5d655cca8be4795786427ae8bab21cddaf55225]

        Merge SRC626: 03/28/01 - 14:27:46 (NoBranch)

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [d1c1787c9271a9d9f9af800c30c4e88f50045791]

        #85391# correctly read the list source / list items of combo boxes

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [5c498f2d7867b0364cc2de1a9b2187fd5a5253bd]

        Merge SRC626: 28.03.01 - 14:26:39 (NoBranch)

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [b7d44345223dc9b3d4923529b1f367516e4059e1]

        #85391# corrected OComboItemImport

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [f2519489494b0ebb0aaf667c1a257dfea93333e2]

        Merge SRC626: 28.03.01 - 15:27:27 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [6b639476529d350bbfd7811add0f083eda01d5f4]

        Merge SRC626: 28.03.01 - 15:25:53 (NoBranch)

2001-03-28  jp  <jp@openoffice.org>  [c8990352711218ed8489a2b4378977898dd9faa0]

        Bug #85363#: disable rotation / scaling

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [951da4efba5c08c5a6e1354a9efb3a90cf56d359]

        Merge SRC626: 28.03.01 - 14:18:50 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [fa4ba76ee86e9ae11e891ae7c59aa3a4268dc5a3]

        Merge SRC626: 28.03.01 - 14:18:12 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [7410056e7a21ca3f4c7b14087ca090925511307c]

        Merge SRC626: 28.03.01 - 14:16:20 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [ba2beafd1e6a82971b979c02589b6a6368b93da0]

        Merge SRC626: 28.03.01 - 14:16:12 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [ee7ca859128b2bb4c0448334dbe68a4af7d91f90]

        Merge SRC626: 28.03.01 - 14:14:46 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [3de706b0e654db53cd55d8db26f1f26e0b286979]

        Merge SRC626: 28.03.01 - 14:07:48 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [270db6ba35146d780bef38467d77062ba20b763c]

        Merge SRC626: 28.03.01 - 15:08:45 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [113928c302dc513d24a45b6cdaa3e6a617061ea2]

        Merge SRC626: 28.03.01 - 14:06:27 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [62aa33a24939374345dcd3921a0f78a5ff4c452c]

        Merge SRC626: 28.03.01 - 14:04:57 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [b4ba20611ec23774d4b8d2b39b63ded22e88667d]

        Merge SRC626: 28.03.01 - 14:03:27 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [9ca05255646172c15d8baf53db7129060b0206b8]

        Merge SRC626: 28.03.01 - 14:01:48 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [b89340917693dcb7931c77e6c0e291fd22caa03e]

        Merge SRC626: 28.03.01 - 14:01:07 (NoBranch)

2001-03-28  jp  <jp@openoffice.org>  [1d6b8abf4befec8d70c2b429ed824b08e7e0d2d1]

        Bug #85363#: disable rotation / scaling

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [b8da3fb01fe7b1dbc9adf3291d805d68a273b89a]

        Merge SRC626: 28.03.01 - 14:00:07 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [52ac7f852b5bc691c7a198bdc1178d93f43faa4c]

        Merge SRC626: 28.03.01 - 13:59:55 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [ad84e2c8a6d993ff3e78799b89fb61d0c5d09936]

        Merge SRC626: 28.03.01 - 13:58:43 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [51353a69599b3d26ceca1e0f1990a450cac08fad]

        Merge SRC626: 28.03.01 - 13:58:28 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [0aa6d9c1ec6665a341f2bec0d8c3da811fb47a85]

        Merge SRC626: 28.03.01 - 14:59:13 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [22e380770e251c0d35f8d2f01377621e13f8f148]

        Merge SRC626: 28.03.01 - 13:58:12 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [06fc8b7a1186d5c287fa94ec0fc6ee246930308f]

        Merge SRC626: 28.03.01 - 13:56:57 (NoBranch)

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [18a04fe63c7e18e60b2fa232fd35ed5f5e095c01]

        Merge SRC626: 28.03.01 - 13:55:50 (NoBranch)

2001-03-28  Oliver Specht  <os@openoffice.org>  [f4c663cf7eae0625e93d491143583e0f6f1b5364]

        don't set relief if listbox is unselected

2001-03-28  Kai Ahrens  <ka@openoffice.org>  [f48954fb8784660cebb6be8af5b87b96b4baa6e4]

        #84940#: swap graphics to temp file if SID_VERSION is executed

2001-03-28  Christian Lippka  <cl@openoffice.org>  [df7551132f213bb0e17a4edf5db6bc78c4948163]

        #82045# added basic support for api viewsettings

2001-03-28  Björn Milcke  <bm@openoffice.org>  [f5cf547828cdef9e31fc1c26b6154ceaf76c662d]

        include helper for 3d scene attributes

2001-03-28  Björn Milcke  <bm@openoffice.org>  [d13c2961fc3e1a469c0a50d37df7003da690b5b4]

        export 3d scene attributes

2001-03-28  Ocke Janssen  <oj@openoffice.org>  [0323e8cbd8bd5f450db96cc80872103e1065be29]

        views impl

2001-03-28  Kai Ahrens  <ka@openoffice.org>  [b132c6267eb69cdff1081eeb344b0d287900a2fd]

        #84940#: don't try to reload graphics after failure in swap in

2001-03-28  Thomas Lange  <tl@openoffice.org>  [3934294c737710fd453aeeb0cb747d720d559fee]

        new XAvailableLocales interface used now to check for available Locales

2001-03-28  Thomas Lange  <tl@openoffice.org>  [9a2fffa567c6d7b48cbf0c60062615bc315de111]

        getAvailableLocales moved to new interface XAvailableLocales

2001-03-28  Martin Gallwey  <mtg@openoffice.org>  [a0b2231af1ada138e86abf7b705e10d7e71f694b]

        implemented GetConfigurationSettings

2001-03-28  Martin Gallwey  <mtg@openoffice.org>  [3a53d5cb088c493124162a0d332bda63bd2d9265]

        implemented SetConfigurationSettings and fixed a bug in settings import

2001-03-28  Martin Gallwey  <mtg@openoffice.org>  [3c369990ef4c31ed741c5586679e2c78060ee374]

        added XPropertyState and more items to the XPropertySet

2001-03-28  Martin Gallwey  <mtg@openoffice.org>  [94f20a7d06f49593ba01290c3886f7c8231439ae]

        Added configuration items for xml import/export

2001-03-28  Martin Gallwey  <mtg@openoffice.org>  [536cf1cbc108f2b4e8b54a3b81d6c06c310b47f6]

        added configuration items for xml import/export

2001-03-28  Ocke Janssen  <oj@openoffice.org>  [b66a39c43dee6eda7b4fc4f2fa0ba8174fc2b39a]

        some files moved

2001-03-28  Ocke Janssen  <oj@openoffice.org>  [e2052a468602c7ffa302e5d15a65243b53768f01]

        correction

2001-03-28  Ocke Janssen  <oj@openoffice.org>  [271e5801e94f1477c626f2b1a99bf3cc5f4b876e]

        views impl

2001-03-28  Andreas Bregas  <ab@openoffice.org>  [11df818ecfa0e838640c5dd3d0c961a3b41a907b]

        Use SaveBasicContainer()/SaveDialogContainer()

2001-03-28  Hennes Rohling  <hro@openoffice.org>  [6f342886a23cb59a07350c7a9bdaf46216afb4a4]

        #80835# mkdir should return an error if directory already exists

2001-03-28  Andreas Bregas  <ab@openoffice.org>  [d136d5ed1bc0ec43fbd30ffba4912312eddb3bbb]

        New static method UpdateModuleInLibrary()

2001-03-28  Ocke Janssen  <oj@openoffice.org>  [2fce26c84c14fcb9798b71b1f8e54837ae49187a]

        moved from file

2001-03-28  Andreas Bregas  <ab@openoffice.org>  [8b6c235b8a3062f5658d4b16fe96922c7b671ca4]

        Create dialog windows for documents based on library container

2001-03-28  Andreas Bregas  <ab@openoffice.org>  [293e9cc1e5862799f3b4eb869076d44d754d2c47]

        Handle dialogs also for documents

2001-03-28  Thomas Lange  <tl@openoffice.org>  [a7da0a814d2be99c9ef4339c62cb97c3a9dbaa55]

        New interface to provide information about available locales for the specific linguistic services

2001-03-28  Thomas Lange  <tl@openoffice.org>  [60ac76ad9be4570b3947faa529402322dcf69f74]

        XAvailableLocales added

2001-03-28  Thomas Lange  <tl@openoffice.org>  [fe12e0c870ddcb8c6ee540189e2f50442194c6a9]

        getAvailableLocales removed for compatibility

2001-03-28  Andreas Bregas  <ab@openoffice.org>  [f0cf1fe0996be2e5ce0145d311b8b6dbf3f32065]

        DialogWindow Ctor: Import existing dialog

2001-03-28  Christian Lippka  <cl@openoffice.org>  [ec98e97739e5605b854e2a25ec22c928309474e1]

        #82030# added helper for chart export of 3d scene attribs and lights

2001-03-28  Andreas Bregas  <ab@openoffice.org>  [fdc3629c289541527cf457095f831642d984c8a9]

        Integrated Basic library container

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [6f14d2e7f45efefc042973b8fabf6a3cabc2d35e]

        Merge SWT614: 28.03.01 - 13:06:32

2001-03-28  Martin Gallwey  <mtg@openoffice.org>  [d505cc11decf1f96309ba19520b86b8db6a3777b]

        commited the huge evil of inheriting 'yet another' interface

2001-03-28  Martin Gallwey  <mtg@openoffice.org>  [8806abf3b59b7b1092a37bc5060bfc7af253f7a1]

        Added several configuration items for XML import/export

2001-03-28  Joachim Lingner  <jl@openoffice.org>  [45c6f43c5282d654d0b3b0f188b7700dd71da4fc]

        SAL_DLLEXPORT removed

2001-03-28  Andreas Bregas  <ab@openoffice.org>  [52ec6994dbab616fc1358bc9b0259c256081f349]

        Integrated Basic and Dialog library container

2001-03-28  Andreas Bregas  <ab@openoffice.org>  [520a872e85a11fe997d4bac2515658060a619ed4]

        Save dialog container in SfxObjectShell::SaveAsOwnFormat()

2001-03-28  Andreas Bregas  <ab@openoffice.org>  [6abcbdc3e9b533d90e1b1b6694400285aeeb15f0]

        New member struct BasicManagerImpl

2001-03-28  Daniel Boelzle  <dbo@openoffice.org>  [d17143e6495c4161a24abd9322a957c679a51419]

        no use of SAL_DLLEXPORT anymore, using def file

2001-03-28  Daniel Boelzle  <dbo@openoffice.org>  [23e8c43906e27252d92caba2eb83bee36ab9069c]

        no use of SAL_DLLEXPORT anymore, using def file

2001-03-28  Andreas Bregas  <ab@openoffice.org>  [a6206fefe403021681a9568a3ec39831f4b641ec]

        Basic library container

2001-03-28  Daniel Vogelheim  <dvo@openoffice.org>  [714b55cecabe7ae75ef54ff06905f1e878758534]

        - fixed: destructor call on incomplete type avoided

2001-03-28  Thomas Lange  <tl@openoffice.org>  [de7909456ab772f9e5b095b383d0c1fad98de14b]

        #84966 LineBreakHyphenOptions constructor uses Sequence< PropertyValues > () as additional argument now

2001-03-28  Thomas Lange  <tl@openoffice.org>  [547f4427e26b124027a12217dfb851f45cb76991]

        #84966 LineBreakHyphenOptions constructor uses Sequence< PropertyValues > () as additional argument now

2001-03-28  Eike Rathke  <er@openoffice.org>  [2f5cd0851b832bc73f312631371706c418e976b3]

        chg: getInstalledLanguageTypes instead of getInstalledLocaleNames

2001-03-28  Eike Rathke  <er@openoffice.org>  [b91d32f1429bc9fbdb82a68b62bdbd589d1064b1]

        add: getInstalledLanguageTypes

2001-03-28  Thomas Lange  <tl@openoffice.org>  [56dee1698ec4272809b0d099ef4734d0ae48dedc]

        #84966 LineBreakHyphenOptions constructor uses Sequence< PropertyValues > () as additional argument now

2001-03-28  Daniel Vogelheim  <dvo@openoffice.org>  [c99c85df83ece883bd957eb144b06f5ee90d1938]

        - added: image map export (preliminary; not completed yet) - added: member at SvXMLExport (image map export) - added: member at SvXMLImport (image map import; not implemented yet)

2001-03-28  th  <th@openoffice.org>  [c26a3196ab5cb5bbd3745b2f158d8700ebf03b43]

        MUST-Change for XHyphenenator

2001-03-28  Oliver Specht  <os@openoffice.org>  [1b06c551ef94f4718746954fc06a3ffaca7a6848]

        #85019# check SdrObject for the SWG inventor additionally

2001-03-28  Oliver Specht  <os@openoffice.org>  [047163bda3eb347d575aaf07d44bc4b9dbbeaabb]

        property ImageMap implemented

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [48f6278f102613e33ad35bed267c8e235cbf371c]

        #85097# correctly import boolean properties with inverse semantics

2001-03-28  Christian Lippka  <cl@openoffice.org>  [e66c256ee2b80d32d6f0f01e1d87b24be29136eb]

        #82030# added helper for chart export of 3d scene attribs and lights

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [fb409c37ec6bec0aa1d24a39e18370b5a1a8bb2b]

        #85308# register the ImportGraphicsDialog, again

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [7fafa7166042dd51acf9b56bd8d034852d11d975]

        OSL_ENSHURE -> OSL_ENSURE

2001-03-28  Thomas Lange  <tl@openoffice.org>  [4c30b58148cdd8b666be77e6ed76865d651a5c4f]

        #84966 aHyphenationOptions added LineBreakHyphenationOptions

2001-03-28  Michael Brauer  <mib@openoffice.org>  [2a7bc3c2fc21d633161f7d80a94082ccf090f5d9]

        new layout attributes

2001-03-28  Dirk Völzke  <dv@openoffice.org>  [926854dc9b43b0520a2b589f4466eadf8add689d]

        SfxDocumentTempates::Construct() isn't needed any longer

2001-03-28  Dirk Völzke  <dv@openoffice.org>  [3d90137c0c9dd6d07f34b16ef88ce09fbd40b314]

        addEntry now supports inserting an entry into the hierarchy only

2001-03-28  Dirk Völzke  <dv@openoffice.org>  [39c459451aaa511686580d9f9dff088e3e14e288]

        better error handling

2001-03-28  Michael Brauer  <mib@openoffice.org>  [6c0656e10b1632af8b4daac1981ef8f9f295e989]

        operator== is required for SvxCharRotateItem

2001-03-28  Kurt Zenker  <kz@openoffice.org>  [45bd9253df8704048f047759627ebfe8e78febcb]

        correction

2001-03-28  th  <th@openoffice.org>  [e7004a777d72f95e97db491b442a3705ea1ae5da]

        New Fontsizes and optimization

2001-03-28  Dieter Loeschky  <dl@openoffice.org>  [42b13ba1941b29f906f19a032bf3f0ede2523494]

        * virtual void ItemSetChanged(const SfxItemSet& rSet)

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [960adc19ecc362bb940746db6a5cd0705cfab9ea]

        +StartStringDrag

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [289a04e784438248bd47b8229cd21b47b8995c0f]

        some new DnD implementations - not finished, yet

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [093efbda561c15bb8ea4c370d4ad515681c3db27]

        ImplStartColumnDrag: pass the mouse pos

2001-03-28  Frank Schönheit  <fs@openoffice.org>  [1554edb663f25757afe30fddbf828ca1fa35c74d]

        allow for dropping tables which have not been accessed before

2001-03-28  Dieter Loeschky  <dl@openoffice.org>  [6e1da8951011dff2e93a19f6c57e6479eda2e810]

        * virtual void ItemSetChanged(const SfxItemSet& rSet)

2001-03-28  Dieter Loeschky  <dl@openoffice.org>  [6bd07031abd130f0ab5533a4ee9de31e187cba2b]

        * virtual void ItemSetChanged(const SfxItemSet& rSet)

2001-03-28  Ocke Janssen  <oj@openoffice.org>  [875779a24dfff24101c7a5a7e974600fcc149aca]

        use of sqlnameedit for names

2001-03-27  Christian Lippka  <cl@openoffice.org>  [746a1bf13aa9755f2a81f3a270fcbdad7ee29fbb]

        #82003# create progress bar on demand

2001-03-27  Christian Lippka  <cl@openoffice.org>  [d35bb77f2df25c75d932e33a5c9a8717d573fcef]

        #80878# fixed field support for calc

2001-03-27  Christian Lippka  <cl@openoffice.org>  [51f3abacb99e6fa33740a9944f2b80daf228f654]

        #80878# fixed field support for calc

2001-03-27  jp  <jp@openoffice.org>  [33e19752cb1148211464d65ef933c36574b43bf6]

        define new empty methods for new Drag&Drop API

2001-03-27  Christian Lippka  <cl@openoffice.org>  [78c1fb5ec52132114351a0acf951f3a0359d64cc]

        #80878# export unofield.hxx

2001-03-27  Christian Lippka  <cl@openoffice.org>  [e94b0c8f5fc7431b1974877f1da7c13d47579a4f]

        #82715# added settings support for draw/impress

2001-03-27  Christian Lippka  <cl@openoffice.org>  [8f501e6e9ba5096cf9f9d73a2820c33f26f4bf55]

        #82715# added settings support for draw/impress

2001-03-27  jp  <jp@openoffice.org>  [a0cc9c3da0fe5ed6058616f12a8508c46c8cb81f]

        set only the transliterateFlags for ignorecase search

2001-03-27  jp  <jp@openoffice.org>  [4f85e477ab4fe75e58fec71e7918375a9dad1856]

        use GetAppLanguage

2001-03-27  jp  <jp@openoffice.org>  [9c1da174507048998107482857b1fc1b60ca0197]

        optimize SeachOption initialisation

2001-03-27  jp  <jp@openoffice.org>  [ff9e2454368c148cdd5c0580bf19ec14f51d4593]

        use new method FillSearchOptions

2001-03-27  jp  <jp@openoffice.org>  [d95c711e629c2a468a7e2560a1b751cd828be28a]

        new: fill searchoptions structue

2001-03-27  jp  <jp@openoffice.org>  [2981175956a955c782cc180793b7250ddadb2230]

        wrapper for application language

2001-03-27  jp  <jp@openoffice.org>  [788c079fddea37d12c423149355c7a6778d3d0d2]

        export character background

2001-03-27  jp  <jp@openoffice.org>  [f4ae2e3708b3b45fc2f2e1bf97ceccd510e9f147]

        export automatic color

2001-03-27  jp  <jp@openoffice.org>  [1776bddbd440d8a6138a3bf735217148ce034d0c]

        import automatic color

2001-03-27  jp  <jp@openoffice.org>  [4e67153897be17a7dbe9a705719d4b7e31542bcd]

        import character background

2001-03-27  jp  <jp@openoffice.org>  [22d3dd33934cd8f5ff715b393f59057973c64794]

        Bug ##615##: read ansicpg token

2001-03-27  Daniel Vogelheim  <dvo@openoffice.org>  [4990ef2a7d3268a5afd9a672a1af2bc1a7eb156b]

        fixed string length in maps

2001-03-27  Daniel Vogelheim  <dvo@openoffice.org>  [12ff896cb3df360cfbccd07cb6983e1f425cf0e1]

        fixed macro name translation

2001-03-27  Daniel Vogelheim  <dvo@openoffice.org>  [3dceea9666198a95d6ec906d08f5684aba39a390]

        fixed SvUnoImageMap::hasElements() (used to give wrong (inverted) results)

2001-03-27  Andreas Bregas  <ab@openoffice.org>  [74d097b243a60bee62c9942dc2d699a9abd78997]

        xmllib_imexp.hxx, xmlmod_imexp.hxx

2001-03-27  Andreas Bregas  <ab@openoffice.org>  [c1d049be0e5594d78f9e6114cf1d1504362792c5]

        Script module import/export, Library description import/export

2001-03-27  Andreas Bregas  <ab@openoffice.org>  [331d4a64f40509826c48e3a4332521e951a37f8a]

        Script module import/export

2001-03-27  Andreas Bregas  <ab@openoffice.org>  [923f122deee08c9418704b5660f9a25e79073cff]

        Library description import/export

2001-03-27  Kurt Zenker  <kz@openoffice.org>  [9a10a7d215ee237b50d44dd2f5682b35efff4de5]

        UDK213

2001-03-27  Andreas Bregas  <ab@openoffice.org>  [41b53efc003a43a8028f35505b44f2abf68f503c]

        Check InputStreamProvider before using it

2001-03-27  Niklas Nebel  <nn@openoffice.org>  [89ca23cd9e43ec0b147f7fd146486eeece653573]

        LoadFrom: XML files

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [93304e64745d43b6f76f388eb0c73b37a3c54571]

        removed unneccessary entry

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [1d815e567c638d66ed111378b65467e73508dbd4]

        added config dir

2001-03-27  Christian Lippka  <cl@openoffice.org>  [8251f8825500a038173364b2bc77c0e7c1041e1e]

        #85020# load document on frame per default

2001-03-27  Björn Milcke  <bm@openoffice.org>  [5ee0b59e6763b91e3f19de6104b38989d5e447a4]

        #84958# fix for this fix

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [7f66833658bf505682cedd2bcfeb09113c05a023]

        added support for webwizard

2001-03-27  Malte Timmermann  <mt@openoffice.org>  [670a924eb21125212cc32f455ec2b4cde681928e]

        Draw: ImplInitSettings

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [41c64e7081e464d9010257054d41e274b38b7883]

        initial revision

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [040a6df8c099139d4cc2a3d1bbc3361a1f5bc0c4]

        initial revision. Dialog for the WebWizard

2001-03-27  Mathias Bauer  <mba@openoffice.org>  [976e13cd2c75ed5421b77601c1a37323b939ab6a]

        #65293#: pDialogContainer not present in SWT614

2001-03-27  Frank Schönheit  <fs@openoffice.org>  [4b6c251b22430de392fd97a4f53cf0b6956ad6c3]

        merge error

2001-03-27  Niklas Nebel  <nn@openoffice.org>  [f41129b82917f5b60149014d57006846e84ab15c]

        ImageMap property

2001-03-27  Frank Schönheit  <fs@openoffice.org>  [c08212a73897d2b347bec1c5f5e2cd2a57ab391b]

        +stringtransfer.hxx

2001-03-27  Kurt Zenker  <kz@openoffice.org>  [39c9a711be09c22e6b223cead92ffaa4d83d67f2]

        UDK213

2001-03-27  Andreas Martens  <ama@openoffice.org>  [572a48cd16f6ce3a68ffead44a975698954dfe11]

        Fix #85019#: Insertion of flyframes without correct pagenumber

2001-03-27  Malte Timmermann  <mt@openoffice.org>  [be6a586000d3d8ddbfcbf00743a370aab8d1b950]

        GetTypes...

2001-03-27  Frank Schönheit  <fs@openoffice.org>  [24904b9b5d54f0802ce80c76a41f5746e033f6f9]

        swap the order in which the clipboard formats are added

2001-03-27  Frank Schönheit  <fs@openoffice.org>  [09236461898fe2a7c65cd5f020e59fc1fb554fda]

        new DnD implementations

2001-03-27  Frank Schönheit  <fs@openoffice.org>  [910d4d3e43b951b2033358e237f2c4a7248e33f6]

        +stringtransfer.cxx

2001-03-27  Frank Schönheit  <fs@openoffice.org>  [a77b1c293270a263a022a93f587cd5b02e1659a5]

        initial checkin - helper classes for clipboard handling of strings

2001-03-27  jp  <jp@openoffice.org>  [df9a1e27fd6b6d22351839f2a8f3aab3ee6a548c]

        Bug #85372#: use alignment of 4

2001-03-27  Kai Sommerfeld  <kso@openoffice.org>  [faac4c060a0fbef1b3214b0441f581acbf32bffe]

        #85225# - Adapted to changed COntentImplHelper API.

2001-03-27  Kai Sommerfeld  <kso@openoffice.org>  [855440e275e4ad550c5162b7bbca80e39613d43e]

        #85225# - Adapted to changed COntentImplHelper API.

2001-03-27  Kai Sommerfeld  <kso@openoffice.org>  [b938d34c4afd54c4c55071f401e9a77b1359fd2a]

        #85225# - Removed obsolete data types.

2001-03-27  Kai Sommerfeld  <kso@openoffice.org>  [61e4a6331998bde4bc2734fb5b81644523b8debd]

        #85225# - Added ctors taking XCommandEnvironment.

2001-03-27  Kai Sommerfeld  <kso@openoffice.org>  [38db8874f9d9a01d503765c9c7713d275ecf387b]

        #85225# - Added additional params to Get[Command|propertySet]Info.

2001-03-27  Oliver Specht  <os@openoffice.org>  [71fa6112bd7f545666cfab6e678beb71794d8639]

        #85389##85385# Relief corrected

2001-03-27  jp  <jp@openoffice.org>  [08dea1be70f6a2f6a6c7e0e50340edde82465a48]

        Bug #85372#: use alignment of 4

2001-03-27  Joachim Lingner  <jl@openoffice.org>  [8df204b49c241b1a41bb10d118a19509d3d1a89f]

        Replaced OSL_ENSHURE by OSL_ENSURE

2001-03-27  Niklas Nebel  <nn@openoffice.org>  [c5807e0db6f9a251ef5deb73ab3a938fd713b20a]

        TransliterateText: edit cells

2001-03-27  Christian Lippka  <cl@openoffice.org>  [609695d6ef596f6fefdc704a277000dfbe77d699]

        #83681# fixed linebreaks

2001-03-27  Joachim Lingner  <jl@openoffice.org>  [34b22cc1fb979ce78e906908e8542a02ee38832f]

        removed OSL_ENSHURE

2001-03-27  Björn Milcke  <bm@openoffice.org>  [631e07419aa762705497ecd223b23126a194ac3e]

        #84521# set position of titles and legend at the end, when object sizes are final

2001-03-27  Björn Milcke  <bm@openoffice.org>  [933e082de2a5b07be56c5573d6a5f0845b215dea]

        #84958# redesign of table export (series in columns)

2001-03-27  Andreas Martens  <ama@openoffice.org>  [e66c74a0a3382ed80e359537e8261b19a9a6dcdf]

        Fix: Use white on dark background

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [eb3f8b472205fa8f2a9be4eb7e9cb38e6faff50a]

        #85381# check chars in modify

2001-03-27  Oliver Specht  <os@openoffice.org>  [d92b9202d41be2c7d9a9c4358120140456c72ba7]

        #85377# show position of emphasis mark

2001-03-27  ma  <ma@openoffice.org>  [8738dd6581a2727448ba8b62fa4e8a2d72db1161]

        layout changed

2001-03-27  Caolán McNamara  <cmc@openoffice.org>  [91edfdbae8e266962fc2dacdf5708d17cc83281a]

        modify contrast import

2001-03-27  Joachim Lingner  <jl@openoffice.org>  [578b33e16aae7202442f0e9ab5399615f162fafd]

        types.c has been removed

2001-03-27  Joachim Lingner  <jl@openoffice.org>  [58b8f26afa5a2b55cb020dff29c4f2426b0a61a8]

        calls to sal_setInt64 hhave been removed

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [676d76a69e1f85f73f699ee1cc5c2efea155687d]

        added support for the subdirectories 'config' and 'importwizard'

2001-03-27  Caolán McNamara  <cmc@openoffice.org>  [b56ff662b18240b4bb27bcef718b1ed3f4de667b]

        brightness, contrast, drawmode {im|ex}port, merge 0x01 and 0x08 graphics systems for escher to replace hack

2001-03-27  Christian Lippka  <cl@openoffice.org>  [f39f184aaac7ebd8adae9e7edac3a3ba99673c08]

        #85146# new resources for transp. gradient api

2001-03-27  Christian Lippka  <cl@openoffice.org>  [7b09e84b1f623b36689b48e8eb3eefcf36ad4125]

        #84444# added GraphicExporter component

2001-03-27  Frank Schönheit  <fs@openoffice.org>  [bbcf466fcb8b95a880010ce4f0a73612dc625f99]

        corrected title height calculation in case of a zoom

2001-03-27  Frank Schönheit  <fs@openoffice.org>  [9572796462f9e313390549d13684dcff8f1b8fc3]

        new DnD implementations

2001-03-27  Christian Lippka  <cl@openoffice.org>  [5af8abc34f926817664a76e60985b3ed73a5ac32]

        #84444# added GraphicExporter component

2001-03-27  th  <th@openoffice.org>  [f09299f127ff0638ac4740fbf4a76fcb0965c275]

        Close comment

2001-03-27  Dieter Loeschky  <dl@openoffice.org>  [5a97b763270250f67f28b0d1b1abd940d58ab2c5]

        #85357# using new class ids

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [cd2243fc82dd25fa19a10038750fdeb273a2782e]

        added support for zip files

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [241ada98b54f1a3768a6cf56183a3acdcf6d1661]

        initial revision. this file contains information how long names correspond to zip file names.

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [f9ab37c872875a02fd406258d272d13695bb914a]

        initial revision. Dialog of the ImportWizard.

2001-03-27  Joachim Lingner  <jl@openoffice.org>  [c3a133b33ec4dc529ec46b22ec04a398a8f5387c]

        removed _USE_NAMESPACE

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [4dbbb8ea7ab246d0040a0b099154a4d15578cc6e]

        initial revision

2001-03-27  Joachim Lingner  <jl@openoffice.org>  [9e99b64f589d70a393d14e435b13b1dfda73faa8]

        removed obsolete defines and declarations: SAL_INT64_IS_STRUCT typedef struct {...} sal_Int64; typedef struct {...} sal_uInt64; SAL_PACK_PUSH SAL_PACK_POP
        
        for Win 16:
        SAL_DLLEXPORT, SAL_CALL, SALL_CALL_ELLIPSE

2001-03-27  Juergen Schmidt  <jsc@openoffice.org>  [14b53421dd3e0e2dcba13809e3059259f9d0e218]

        insert module idlc

2001-03-27  Juergen Schmidt  <jsc@openoffice.org>  [5385b8c83ac6984432f6777762c0f929703edae2]

        bugfixes for string constant

2001-03-27  Juergen Schmidt  <jsc@openoffice.org>  [7e5e274e7d12fe1bf51c3ab497ba98d02198e7ef]

        bugfixes for string constant

2001-03-27  Joachim Lingner  <jl@openoffice.org>  [9f1ea41d75641078becf1e9ce04a9d2b32f1fd6a]

        removed SAL_HUGE macros

2001-03-27  Tom Verbeek  <tv@openoffice.org>  [3ff097d1432361dfd9bfab3192228c80ca59124f]

        initial revision

2001-03-27  Daniel Vogelheim  <dvo@openoffice.org>  [70d4433bfb8440ac152f160ada7e1d012f8d751a]

        fixed: import and export now doesn't change redline mode        (more specifically, it now restores the previous mode)

2001-03-27  Niklas Nebel  <nn@openoffice.org>  [818be05b7a15dca40acb133e83d368dacb3fc166]

        undo for transliteration

2001-03-27  Frank Schönheit  <fs@openoffice.org>  [a657026196031ad81f98f7f22477d70a5ce41942]

        deliver dbaexchange.hxx

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [1ec4b2140eb7ed00a3ec3cdf3a6d7bddfb49c1b8]

        new strings

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [42c2a317f7c7d3c238f476b035721ff027689a34]

        new method initialize

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [e8ebed0ae726dddf72c99d9cf6e38ba6abfe9a45]

        impl new page for adabas

2001-03-27  Lars Langhans  <lla@openoffice.org>  [e2aad442b5dc3089566ed2162894a330e7ca290b]

        Attributes removed from configpath

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [13b4616ddee5e126eb9758294d35119b7adb9eaf]

        impl new page for adabas

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [e533f4f2666cb0461233e2769410686be5917535]

        extra page for adabas

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [360c0801e41a41527cd8a6e9651ee414b3168edf]

        *** empty log message ***

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [ff814893f4860362f682d8990fc056059f2ddc63]

        use of new initialize

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [4b2d567fc6cf17ad9e0792a12f5870318066d6c1]

        new method createConnection and export of ORB

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [b6371d7667016843ad1acabc242bfe15ba049155]

        make initialize public

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [43d4fad59b11e3a075c1d0f803268290f13afe43]

        clear parameters first time

2001-03-27  Ocke Janssen  <oj@openoffice.org>  [7c7ead05cc7d83c84c4e242b8e457709d3052b82]

        #85319# check column

2001-03-26  Babak Mahbod  <bmahbod@openoffice.org>  [e572dde0790d443c09054975b64ca16e291fc4bb]

        Source code changes and clean up for utility methods and APIs

2001-03-26  Eike Rathke  <er@openoffice.org>  [e24d31890221fb1a893708d967e88cd4912a75fe]

        mention MS-LCID in message

2001-03-26  Niklas Nebel  <nn@openoffice.org>  [8307bfb0388b946a86876096cef78d012479e981]

        transliteration menu functions

2001-03-26  Christian Lippka  <cl@openoffice.org>  [59ad16df73ca9b2cb6b018cb309925a6475fccb9]

        #84444# added GraphicExporter

2001-03-26  Christian Lippka  <cl@openoffice.org>  [4a66d7a6e4eb9c0f03fef19fe0c8d4c89402a74a]

        #84444# added GraphicExporter

2001-03-26  Björn Milcke  <bm@openoffice.org>  [ddf615e884f7ec694fa968c148f389718da1f9d2]

        apply data in applyTable is only necessary once (by using setData)

2001-03-26  Björn Milcke  <bm@openoffice.org>  [15285a2575ad8277db73b164f917ed923f375abf]

        set switchdata flag for pie charts

2001-03-26  Kai Sommerfeld  <kso@openoffice.org>  [117a34fbe50a307f0c922650e46ff0db5f689afc]

        #85225# - Initial Revision.

2001-03-26  Kai Sommerfeld  <kso@openoffice.org>  [10018f4e0ff4f2b130160e3eb690aa1c78c988c5]

        #85225# - Added Link.idl, Lock*.idl

2001-03-26  Frank Schönheit  <fs@openoffice.org>  [11a701f82c882a88306351296e868554c3928ebd]

        new DnD implementations (not finished, yet)

2001-03-26  Kai Sommerfeld  <kso@openoffice.org>  [253f3b9bc5c9fe5ddef8782e18b3930aceb58957]

        #85225# - Initial revision.

2001-03-26  Frank Schönheit  <fs@openoffice.org>  [a5a0c3028bdfeebe865d2f0fcff604467227ab01]

        new DnD implementations

2001-03-26  Frank Schönheit  <fs@openoffice.org>  [3281c573e23900ac51a9985a56462a45d88bda57]

        when setting a new data source, initialize property even if we have no columns at this moment

2001-03-26  Frank Schönheit  <fs@openoffice.org>  [1beb302a383a2c3d4917bc4630fa9436e20cb0df]

        +dbaexchange.cxx

2001-03-26  Frank Schönheit  <fs@openoffice.org>  [0544ea120876c59dc5a1480813961378a9802b73]

        initial checkin - helper classes for data access related DnD

2001-03-26  Frank Schönheit  <fs@openoffice.org>  [086c6373c826ae797deb48c17b4fa160417555e5]

        removed the class SvxFmFieldExch - replaced by new DnD implementation

2001-03-26  Frank Schönheit  <fs@openoffice.org>  [e926c61bdfb81714a1d0b23d017dfd316043333f]

        new DnD implementations for the grid control

2001-03-26  Dieter Loeschky  <dl@openoffice.org>  [4f19061dd8463f893fa66b48c067bea33f73408e]

        #71359# bEmptyPresObj: undo/redo

2001-03-26  Dieter Loeschky  <dl@openoffice.org>  [e552f7e35275866573a7b8c1df70f357a898a379]

        #71359# bEmptyPresObj: undo/redo

2001-03-26  ma  <ma@openoffice.org>  [75eaba5fef7a1c76f696f2abf6f76abc40fffeeb]

        layout changed

2001-03-26  Martin Gallwey  <mtg@openoffice.org>  [ccbe33dd6cfd48cc5bf6e86c5d9a64eb9b7101d1]

        fix service name

2001-03-26  ma  <ma@openoffice.org>  [bcd4afb625b224e71b5f9ce62af731541166ebe4]

        text corrected

2001-03-25  Sander Vesik  <svesik@openoffice.org>  [7dc1f34e5cf3c4b02bfcf17fed8407093f19bb83]

        Merge 1.26.2.1 - 1.26.2.6 changes to the trunk and retag as OO625B

2001-03-23  Patrick Luby  <pluby@openoffice.org>  [47d6a7e71ba9ecac52a02282e12acfd5f49bb461]

        Synchronize .IF statement for easier merging of OO625B

2001-03-23  Patrick Luby  <pluby@openoffice.org>  [2bf317a6fd74a761af9abd66289c837862c2569a]

        Mac OS X updates

2001-03-23  Patrick Luby  <pluby@openoffice.org>  [a3908b90c1b4d2746e088cf4d48087a08893e8da]

        Mac OS X updates

2001-03-23  Niklas Nebel  <nn@openoffice.org>  [ac67f489432eebcb1b37d354f4599bbe72588ae5]

        new drag&drop

2001-03-23  Patrick Luby  <pluby@openoffice.org>  [6be210805800931cb302f79c4136d26bec02d58a]

        Mac OS X updates

2001-03-23  Patrick Luby  <pluby@openoffice.org>  [5f397a92986f77393f5c8c9020360fd87249acf1]

        Removed xml2cmp line that was accidently copied in

2001-03-23  Martin Gallwey  <mtg@openoffice.org>  [0b92e4f09983190c36ae8cb02212f92bb6284258]

        fixed service name / implementation name confusion

2001-03-23  Patrick Luby  <pluby@openoffice.org>  [4f5bd652ca948ff1e14511f8cd93040ca8a10c57]

        Mac OS X updates

2001-03-23  Daniel Vogelheim  <dvo@openoffice.org>  [eb4f9fbefa2439474aa0aca384839bd1b3ec8ea2]

        fixed: styles-only-mode working again

2001-03-23  Daniel Vogelheim  <dvo@openoffice.org>  [77ea834d3b59bd11e8829b05ca0fdbce48be9238]

        - added: protect attribute for table cells (Writer only)

2001-03-23  Michael Brauer  <mib@openoffice.org>  [5c71a50b7512af1f33b24a06f8e0f40ee2a47f23]

        85336#: relative frame width/height is int16, not byte

2001-03-23  Daniel Vogelheim  <dvo@openoffice.org>  [6608709f94717d276255e25805eed64c6217ac87]

        #84808# fixed: hidden text, hidden paragraph, conditional field now display                correctly on load                (attributes added) fixed: update forced for certain fields on loading in organizer mode/styles only mode

2001-03-23  Thomas Benisch  <tbe@openoffice.org>  [0209015a1c17604cf146a6b7bc70b974ca402575]

        disabled undo, clipboard for dialog editor; new classname for dialog editor; code cleanup

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [8fb37b3862dbdb4652d31258fd2b8558a3a8d295]

        replaced OSL_ENSHURE by OSL_ENSURE

2001-03-23  Christof Pintaske  <cp@openoffice.org>  [dc068720e07072e35598c3769bbdef94b8d2dde3]

        exclude x11 fonts that are already managed by psprint

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [9de34bbeaff345b7bc079b2011989058c947d8a7]

        replaced namespace macros by real namespaces and obsolete types from osl/types.h by types from sal/types.h

2001-03-23  ma  <ma@openoffice.org>  [0098c8907fd1bf8e9a67e9bc77bac9f43b7a4b9d]

        layout changed

2001-03-23  Thomas Benisch  <tbe@openoffice.org>  [1a4dcecae3ec28d4388ecfb1615a9ebbcef179b8]

        code cleanup

2001-03-23  Thomas Benisch  <tbe@openoffice.org>  [d6d355d11df9b9d000e9b126aecf99b3209c2ec1]

        removed StarBASIC and code cleanup

2001-03-23  Martin Gallwey  <mtg@openoffice.org>  [4324a64ad957790114510f79a95664b7f2490f5a]

        fixed service/component name confusion

2001-03-23  jp  <jp@openoffice.org>  [1ebd638f8ad0d2b5eca95c535728f5cd6a1e713f]

        module dataex removed

2001-03-23  jp  <jp@openoffice.org>  [a82bcf1025d880da86b7b4edc6915dadb801829a]

        new Drag&Drop API

2001-03-23  jp  <jp@openoffice.org>  [33e9ee0956e80328a3f10420bcdf510e99ac8a21]

        use new Drag&Drop / Clipboard API

2001-03-23  jp  <jp@openoffice.org>  [fbea6da1f860468aa29ea7e5f0b1a2f640958eef]

        remove old method CreateSnapShot

2001-03-23  jp  <jp@openoffice.org>  [f51c0c53407c52d4e2845cc96605a179fdc72c36]

        headerfile dataex removed

2001-03-23  Martin Gallwey  <mtg@openoffice.org>  [6e1d0f827b406f33cbd1a2dbc503299a4fa023a9]

        Make the Sequence const

2001-03-23  Martin Gallwey  <mtg@openoffice.org>  [37e34c35a835051ad34214794aa6cb0aa0c97915]

        Make the showing of redline changes into a single property

2001-03-23  Martin Gallwey  <mtg@openoffice.org>  [2a1ad0fceee22a881e90fc63fec6d80c7f001ae7]

        make the showing of redline changes into a single property

2001-03-23  jp  <jp@openoffice.org>  [6296df05db92e53c5539c3430406ee94d1333622]

        new Drag&Drop API

2001-03-23  Oliver Specht  <os@openoffice.org>  [0618621f6a6b8ed920a98a11dffae19d24e58535]

        update as descriptor available

2001-03-23  Dirk Völzke  <dv@openoffice.org>  [1626d285797f9228ff7352c1bae161a969c70907]

        There is no need to call SfxDocumentTemplates::Construct() anymore

2001-03-23  Dirk Völzke  <dv@openoffice.org>  [db36cfa62d9392be2c6c339da214539392ee9f5d]

        Added renameTemplate/Group

2001-03-23  Dirk Völzke  <dv@openoffice.org>  [cee27caa5dc0913231979fde44857c42a930e0cf]

        Added documentTemplate service

2001-03-23  Dirk Völzke  <dv@openoffice.org>  [5c08c2a648978745f44e915aa9a96f5580060b14]

        added doctemplates.cxx

2001-03-23  Dirk Völzke  <dv@openoffice.org>  [29ac9927a3dfcf2594bec08168421b8ccebaf793]

        Adopted SfxDocumentTemplates for using the new DocumentTemplates service

2001-03-23  Dirk Völzke  <dv@openoffice.org>  [0bcc32b34ecdcc8a0d467baabeff25b94c4bbf03]

        Added renameTemplate/Group, Bugfixes

2001-03-23  Dirk Völzke  <dv@openoffice.org>  [26fdcf0264b04cc4120adbaa89ca52d2650501f1]

        There is no need to call SfxDocumentTemplates::Construct() anymore

2001-03-23  jp  <jp@openoffice.org>  [d5d0a1f7cd5bd4369b8d60a3452745a75247d69a]

        change texts for vertical/horizontal graphic flipping

2001-03-23  Sven Jacobi  <sj@openoffice.org>  [ad8ffb469f1935ffb9534d7a30737c81dbb0e00c]

        #82897# setting ole object name

2001-03-23  Thomas Benisch  <tbe@openoffice.org>  [94c585bc9e9828f26d44fdc7e95fefdd0e9ab6f4]

        removed HelpText property from geometry model

2001-03-23  Dirk Völzke  <dv@openoffice.org>  [205a30443949030443d553276f5ce881a8258bbd]

        added renameTemplate and renameGroup

2001-03-23  Malte Timmermann  <mt@openoffice.org>  [52c4668838b2019098f8c1fcdf3abf46a6c9bf33]

        Added HelpURL and HelpText

2001-03-23  Stephan Schäfer  <ssa@openoffice.org>  [c91607be1fa10913bcb1c01c338022897c5065a7]

        support bitmaps, text and symbols simultaneously, use alignment

2001-03-23  Tino Rachui  <tra@openoffice.org>  [b9a1621796b14f656f640f5f813697fad78f21a8]

        extended

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [c1e1d614e62d805cf2178160f4fe25ff8c954f51]

        replaced: OSL_ENSHURE->OSL_ENSURE

2001-03-23  Niklas Nebel  <nn@openoffice.org>  [4c8040639b6ecdac7a54c792b376bdcf8ab8092c]

        #85322# StopEditEngine: don't switch to table mode if stopping all editing

2001-03-23  Nikolai Pretzell  <np@openoffice.org>  [6bd2c9f9c7765e10183c32b74c541aa58aaeda6a]

        Allow tag <type> in module-description

2001-03-23  jp  <jp@openoffice.org>  [9f68f32abd17473b5904f9e8a2c3d646a2e0e55b]

        internal Drag&Drag and Clipboard changed to SwTransferable

2001-03-23  Nikolai Pretzell  <np@openoffice.org>  [46e1e874823fc2d130f520a57bcb331181de8f6b]

        Program srvdepy for finding dependencies among services.

2001-03-23  Malte Timmermann  <mt@openoffice.org>  [b427669bdf0745b058039b38192e3980bee8abb2]

        Changed status from depricated to final

2001-03-23  Malte Timmermann  <mt@openoffice.org>  [cc504d76518e04e7f8b756c7646b6f92ee53d5a6]

        Property HelpText...

2001-03-23  Oliver Specht  <os@openoffice.org>  [176030460c7b8bea4457d7a536284ee5914c4f40]

        create image Rectangle/Circle/Polygon objecs

2001-03-23  Nikolai Pretzell  <np@openoffice.org>  [923b5d511d7897de6a3fc15bd4ff56448a0a5f36]

        Allow tag <type> in module-description

2001-03-23  Oliver Specht  <os@openoffice.org>  [94b2ce10cc8128c8a9db551fcff89138cfebab01]

        create image Rectangle/Circle/Polygon objects

2001-03-23  Martin Gallwey  <mtg@openoffice.org>  [91505a9d8560d3aee988d50c029674269aaedfc3]

        added tab stop distance

2001-03-23  Oliver Specht  <os@openoffice.org>  [c6922c25d1cc6fbb54035e1f71a381c335ab701e]

        XUpdatable implemented

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [b94ef5f8bfd903c156dc62f260d53eee850031ae]

        replaced: OSL_ENSHURE->OSL_ENSURE

2001-03-23  Nikolai Pretzell  <np@openoffice.org>  [5f344a317ed353b4b398d8d71e7eca23d880381e]

        Program srvdepy for finding dependencies among services.

2001-03-23  Malte Timmermann  <mt@openoffice.org>  [48ef4b07dbe6806ef35e8a3d719f55086f01d653]

        Property HelpText...

2001-03-23  Kai Sommerfeld  <kso@openoffice.org>  [9bd5d41fa2d5c1fba9d3b8424dd28acdbf2d5acd]

        File was not valid!

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [847551e5c2587dade74cfa9491f9e449bed577e3]

        replaced: Hyper->sal_Int64

2001-03-23  jp  <jp@openoffice.org>  [422d89f0ba62aa0921cfedad9a336475c355e395]

        correct the typename numbers

2001-03-23  Nikolai Pretzell  <np@openoffice.org>  [00c8e75bc90c577e3ac8a5ab4d503bea2568b27c]

        Allow tag <type> in module-description

2001-03-23  Niklas Nebel  <nn@openoffice.org>  [da6dca84e5b80cea3ad5d363a54925608d125e35]

        #79482# XTextContent implemented to get the anchor cell

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [5d6c8f4242f38d89d24d6a26a124629d359b04c4]

        replaced: Float->float

2001-03-23  Dieter Loeschky  <dl@openoffice.org>  [fe352ddc82daede896a8d6fe6c6b0b7e90784a79]

        #69149# SetAttributes() changed

2001-03-23  Lars Langhans  <lla@openoffice.org>  [dae31dbfc6263325accc995f889f647eaf8056c6]

        Attributes moved to AttributeList and configuration::Attributes now in it's own file.

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [cbfcf906d9e65562a97be50b8e2ee82e83ebd2a1]

        replaced: OSL_ENSHURE->OSL_ENSURE

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [5bdf14f34716fba3247ef2da0ea4d9fe2b08eeb3]

        replaced: Float->float

2001-03-23  Oliver Braun  <obr@openoffice.org>  [f2e2180897797df49e6416b6b9ed3486b83262fa]

        send GestureEvent also if mouse is captured and fixed coordinates mismatch

2001-03-23  Oliver Braun  <obr@openoffice.org>  [c16d75ef5611b9d1e8cc812f1a48b47129e99cd2]

        do not dispose DropTarget if not a frame

2001-03-23  Oliver Braun  <obr@openoffice.org>  [e566db9b517e38419969a8caa9e8734a1b20aca8]

        XDataTransfer renamed to XDataTransferProviderAccess

2001-03-23  Andreas Bille  <abi@openoffice.org>  [c4b61f6a9ae41d186ca6ce4d73097a4dfb07f0c3]

        #85323# explicit encoding for titles set

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [705d6dfeaa285c5a5addb2ba5f480ce1b3f8c798]

        replaced: Double->double

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [afc0101242ece353b9731bf133193c8fc75ae7e7]

        *** empty log message ***

2001-03-23  Tino Rachui  <tra@openoffice.org>  [3066312aaa98dee555dc655659db749445defcf2]

        *** empty log message ***

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [d3ab0e0670877f6ffdd9278f0d420607e057e888]

        replaced: OSL_ENSHURE->OSL_ENSURE

2001-03-23  Eike Rathke  <er@openoffice.org>  [53bbfbf631fccb83df2db089f48eb48df562a966]

        typo

2001-03-23  Eike Rathke  <er@openoffice.org>  [150eb2f69ce535d712575762f42860e791f7d816]

        don't list ambigous locales not convertable back and forth

2001-03-23  Kai Ahrens  <ka@openoffice.org>  [98fd3db7b228cca0e7b18a405860909334a05c0b]

        #85155#: special treatment if graphic rotation==180 degrees

2001-03-23  th  <th@openoffice.org>  [dd4c45511ca5d9a98142e76787d7cb1cb583e62a]

        prepare Asian kerning

2001-03-23  th  <th@openoffice.org>  [7a694066021e6ffecda73316a1fb29639460f61a]

        Kerning is now a bitfield

2001-03-23  Oliver Specht  <os@openoffice.org>  [48f1bd0670fe8fdced1a261afd541a2d4e8d495a]

        interface XUpdatable

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [e930c1d75657b038de4870070a23afe587beda6a]

        new DnD (not finished, yet)

2001-03-23  Oliver Specht  <os@openoffice.org>  [f3083c187969797e5148ffb243eec0ae4bd62a54]

        new: XUpdatable

2001-03-23  Kai Ahrens  <ka@openoffice.org>  [a9a04ae8f778df4f4822cca346fc281cda312f42]

        #84984#: open picture stream in mode STREAM_READ only

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [dbeec667deaad95013f651adbc04a91cdd8dc025]

        new formats (DBACCESS_TABLE, DBACCESS_QUERY, DBACCESS_COMMAND

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [1dc1b7307051def289366b1da7f338b1d88307b0]

        extended the functionallity of the SaveAs dialog

2001-03-23  Ingrid Halama  <iha@openoffice.org>  [686ee973d91df37e37899282aa973e8cfbcc6a48]

        #84921# add try catch

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [d37c6ffebe41493dd6b1d5017bc43d53d2540b29]

        +dsbrowserDnD.obj

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [6555200cf530d82d71f343fbff27fdd4f62d1f08]

        initial checkin - DnD related implementations for the data source browser controller

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [17b97ad3a208dcecc605fa53019fc7d5946d90a4]

        added a compatible format description

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [881c8418cdccd015b799e24fa3e00836b233dbfb]

        new DnD implementations - now DnD tables/queries in the explorer pane / moved some implementations to dsbrowserDnD.cxx

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [3a51aedf801a9104cd323562be9201172435109c]

        +dbatools.obj

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [5c00371f9ea158844cf4328a2d0c63c76948e500]

        slightly extended the functionallity (additional description field (optional), title other than the default (optional, too))

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [8fcdf550fe598392f5520e95adfb98693f22b988]

        new DnD implementations - no DnD tables/queries in the explorer pane

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [b5e5f91611ff956b7f4c10c42c166d90efdec8ac]

        added a compatible format description

2001-03-23  Frank Schönheit  <fs@openoffice.org>  [86cdedd6c8af43686ce2bce6b03e9dc66fe34662]

        new DnD implementations

2001-03-23  Martin Gallwey  <mtg@openoffice.org>  [479af53369727a26531ae622227e46e68097597e]

        Make Sequence in ReadUserDataSequence const

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [8f034622c2e4674ac7de5b662075f349ae5b6681]

        replaced: Float -> float

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [c7d47e8f8fb79ef8f8ccd329a1e131a98e49832f]

        replaced: Enum->sal_Int32

2001-03-23  Martin Gallwey  <mtg@openoffice.org>  [407407ec197130042207cd9290b1d1c0ab6d1bfc]

        remove CONVERT_TWIPS bit in switch statement

2001-03-23  Thomas Lange  <tl@openoffice.org>  [5bb8df73aa9cfe931eeeb186a9a3d08296b6fc5c]

        virtual inline functions removed; source of compiler warnings fixed

2001-03-23  Martin Gallwey  <mtg@openoffice.org>  [7fd0caf4b08e0f5037ccba8f36c2a56cc3008ff1]

        add SetDefaults

2001-03-23  Niklas Nebel  <nn@openoffice.org>  [fe01bcf06ce239a17009203a6c3bc62beb519c6f]

        #78944# Width/Height properties ignore column/row visibility

2001-03-23  Niklas Nebel  <nn@openoffice.org>  [f0ca675a2980cf310111975b7526a7c282b71e2f]

        #78944# SetWidthOrHeight: handle SC_SIZE_ORIGINAL

2001-03-23  Niklas Nebel  <nn@openoffice.org>  [44bacab8a8578149710c5385abe36dc9b79a80f2]

        #78944# GetOriginalHeight

2001-03-23  Ocke Janssen  <oj@openoffice.org>  [b10b767ecbccdcc411eb759290bf7d88d9f43311]

        #85268# don't use the same tabledata again

2001-03-23  Niklas Nebel  <nn@openoffice.org>  [1f39b8db19f46d2206752940299d6192e742d713]

        #78944# new ScSizeMode enum value SC_SIZE_ORIGINAL

2001-03-23  Tino Rachui  <tra@openoffice.org>  [d57a1faf4adf52954a64a0cb51d034e2fea8a85b]

        shortcut implemented

2001-03-23  Lars Langhans  <lla@openoffice.org>  [1c1c5c62edf0b2afb5dfd605110cad457b24b6db]

        new Directory structur for localsession

2001-03-23  Gregor Hartmann  <gh@openoffice.org>  [74066748219dd60744bbcfe4f87d736e7bbaf47f]

        #85271# ini filename-base wasnt expanded anymore. Thx a lot

2001-03-23  Christian Lippka  <cl@openoffice.org>  [97f8e931818ee21eb8123924653d9ba5f6e090c2]

        chaged NameContainer creation

2001-03-23  Caolán McNamara  <cmc@openoffice.org>  [3c3c89d0b254be63129d34add36eccb6864de23d]

        Writer can now handle contrast, luminence etc itself + added msword specific fallback for blip searching

2001-03-23  Ocke Janssen  <oj@openoffice.org>  [e5616b75e14b944de0f47d41311136b29dda4d55]

        #85270# check if there are any tables in the dialog

2001-03-23  Michael Hönnig  <mi@openoffice.org>  [feebf3bb63d3313902269b63d42d005da1aa19eb]

        Height and Width defined for hidden rows/columns

2001-03-23  Malte Timmermann  <mt@openoffice.org>  [d11eb5b45be527f4c8e65876aa471916cc899eff]

        #82438# DefLang and ScriptType for DefLang...

2001-03-23  Malte Timmermann  <mt@openoffice.org>  [2e8fe4b0192f8d32da95f43fbe129f6d06c98d4b]

        More debug infos...

2001-03-23  ma  <ma@openoffice.org>  [15ab06971b25be2690cff7d341f812c7beaec88a]

        New design, border dialog merged with page

2001-03-23  Sascha Ballach  <sab@openoffice.org>  [1b41bfeda7b47abaae7a2130f4ab19dd761522fa]

        settings added

2001-03-23  Thomas Lange  <tl@openoffice.org>  [d6c5ce0b0016c6a0c64ef7106e2fb0c281982175]

        #85229 font size used in EditWindow set to 10 pts

2001-03-23  Sascha Ballach  <sab@openoffice.org>  [3b620b13f54416bd610f8050cfad878af809cdb4]

        office:document-settings added

2001-03-23  Sascha Ballach  <sab@openoffice.org>  [681d170e13f5bdff025dc77ea0c072eb60d91ef1]

        settings.mod added

2001-03-23  Michael Brauer  <mib@openoffice.org>  [30ac90c7d1055ef112689489f3105a2983c66319]

        load/save view settings

2001-03-23  Sascha Ballach  <sab@openoffice.org>  [dbfaa9b4bc338c7858346a4936fc33c3f1940679]

        namespace config added

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [26be0f6ae72b076e3bb1b7a44d0c0f913a6b43bb]

        Replaced: OSL_ENSHURE ->OSL_ENSURE

2001-03-23  Joachim Lingner  <jl@openoffice.org>  [2c3cbb69c40b56797f5ad9e7e07dc545ef0f0d0a]

        Replaced: HYPER ->sal_Int64

2001-03-23  Sascha Ballach  <sab@openoffice.org>  [4c7e81fd30788a368f32bf10b874a299183fd01a]

        now the root element works

2001-03-22  Martin Gallwey  <mtg@openoffice.org>  [136b93c334a3ba5b1f137210060bd5a0fed156a6]

        export default style as family: paragraph and not text

2001-03-22  Eike Rathke  <er@openoffice.org>  [3e9809b937db8fa998dd524a3dd9b575a46d4a54]

        preparing for [DBNumN][$-xxx] bracketed prefixes

2001-03-22  Gene Anaya  <ganaya@openoffice.org>  [d18f57fa8c51125750142fbee52cc29070e7af2c]

        Add MacOSX dylib

2001-03-22  Niklas Nebel  <nn@openoffice.org>  [bc8663cdb2e5548f16fb247484f78fb08652df02]

        don't call old EditEngine spelling methods with language as parameter

2001-03-22  jp  <jp@openoffice.org>  [16601701693b78f7edc6445feeb0c74fb17d302d]

        mutex for dragGestureRecognized

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [95b26ead4e05f6110adc7677c579d88f00026779]

        export and import of view settings added

2001-03-22  Kai Ahrens  <ka@openoffice.org>  [9de4a25084bcad8eedbc59586cb1afcab96db245]

        #85259#: catch exceptions

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [c7d85015ab37a869a77cff1fbdadd1b181319f76]

        export and import of view settings in xml added

2001-03-22  Kai Ahrens  <ka@openoffice.org>  [d657c5e54174866ec14d418c0f56ffadfe89cb93]

        use new fileformat for Metafile substitutes

2001-03-22  Kai Ahrens  <ka@openoffice.org>  [1a78aa0b96153be696b21f366411a762b3e4a6bf]

        update to latest DTD/bug fixes

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [bf1c78c4e0a2ae14bff6e186f16897233f2d0a6d]

        export and import component of the settings stream in xml files added

2001-03-22  Sven Jacobi  <sj@openoffice.org>  [fc8024d00256f45d4300ff0c1e5c72c9716437b6]

        improved polygon and text conversion

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [b501380e9efeb7d803754ce9b63535160f8b1113]

        import of datetime type added

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [7d027402d8399dea9e57cad092276f558ee173cc]

        exportDateTime added

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [6dd9d3f85a47557b9351fa08f4c7581bd5ec0bfc]

        some things for view settings added

2001-03-22  Michael Hönnig  <mi@openoffice.org>  [45033a7561a0768a6c49c86841306f491d31241f]

        #77161# arguments of XStorable::storeAs/To

2001-03-22  Michael Hönnig  <mi@openoffice.org>  [ba85ec332bb9c845c98a442c4d87f23cc0beed69]

        Formatting error in documentation fixed

2001-03-22  Michael Hönnig  <mi@openoffice.org>  [2897a052ab192536d896b0fe518e3b3ff0283f5f]

        #77161# arguments of XComponentLoader::loadComponents

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [6fb8ac654016df749d2e866eb20f5e6da8cb5fc3]

        Replaced: OSL_ENSHURE ->OSL_ENSURE

2001-03-22  Ingrid Halama  <iha@openoffice.org>  [9859528a0e0ab33b22d4969e1856ec1dc98de6b6]

        #84921# smart propagation of fetchsize and direction from stub to possibly underlyingCachedContentResultSet

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [fe4f84e56455e54be427ddcfeb6056112c9f75de]

        Replaced: Float ->float

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [0a0dc36edf2c145b9f90b437d25e49006f0e0404]

        replaced OSL_ENSHURE

2001-03-22  Nils Fuhrmann  <nf@openoffice.org>  [e742b4fc9c6702215853069ac6035c53fe7441fa]

        First step for new allmake (resolves problems when dependency tree is broken)

2001-03-22  Mathias Bauer  <mba@openoffice.org>  [37bfb374dd281b9dcff3f284445b88b4f8e02817]

        use XIndexAccess

2001-03-22  Mathias Bauer  <mba@openoffice.org>  [67608bcdbc1599f69852839c1b9291b9c6b6ed68]

        xviewdatasupplier.idl

2001-03-22  Mathias Bauer  <mba@openoffice.org>  [cc937dd153e8e56b6e162f6c758ee17858427d7f]

        new XViewDataSupplier.idl

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [c2ac0c7bee7db03a2cc99ad369072c21b8ad8251]

        replaced True by sal_True

2001-03-22  Michael Brauer  <mib@openoffice.org>  [6ecd432a2367575289dd1113ad8857ce4fe65cd2]

        settings import/export cleanup

2001-03-22  Jörg Budischewski  <jbu@openoffice.org>  [184b63e01c9d1b7e86e5725d5b0786c4b08efc87]

        some cosmetic changes

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [ea13f2319bb7396aa277c063dc1df696f7a74f68]

        replaced OSL_ENSHURE by OSL_ENSURE

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [cdbbb18e15b6c7495447e8dca17c8293b34131c4]

        replaced NAMESPACE_RTL by ::rtl::

2001-03-22  Daniel Boelzle  <dbo@openoffice.org>  [a5c98c9639966ddfbeb788859a03a2bcf4765aa5]

        added tag helptext

2001-03-22  Thomas Benisch  <tbe@openoffice.org>  [414a6e63160d9f8016acb3cb95cffa2a0fe1cd77]

        added HelpText property

2001-03-22  Martin Gallwey  <mtg@openoffice.org>  [e00f54efe6ccff158facb5e186603a8d42873456]

        Export default styles using com.sun.star.text.Defaults service

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [9634242f92de89761ce8090952ae157667f1f58f]

        replaced OSL_ENSHURE and obsolete osl/types.h types

2001-03-22  Martin Gallwey  <mtg@openoffice.org>  [f5c1c58d27cdaeb848c9c057450416e7cacf774f]

        Support for XML import/export and API access to Tab Stop defaults

2001-03-22  Malte Timmermann  <mt@openoffice.org>  [7a389d4065bedd1cacfa0c526f73dfb6b1053ec5]

        #78536# SvxNumberFormat::SvxNumberFormat(SvStream &rStream), don't call ConvertToUnicode, when Font::GetCharSet() is 0 (RTL_TEXTENCODING_DONTKNOW)

2001-03-22  Daniel Boelzle  <dbo@openoffice.org>  [7775763d440bb39f71e469edcdf1c8becc3785c3]

        fatal release of td if exception is thrown

2001-03-22  Sven Jacobi  <sj@openoffice.org>  [a04b12320c55783ec84d6d001040d7bc2e8affb3]

        #68443# #73053# #83710# added polygon clipping, remove use of IntersectRegionClipRegionAction, removing class WinMtfMetaOutput, added some optimization to reduce the number of generated meta actions

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [58f0bda3440680b4e3f99803035828a7959256e1]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-22  Peter Burow  <pb@openoffice.org>  [ae7dcbe040fb114bc8917c6462b49bffe18aa7ba]

        fix: #81086# GetHelpText() added

2001-03-22  Peter Burow  <pb@openoffice.org>  [dac54775afccfd00ec7ec41bcecac748f714e72e]

        fix: #81086# enable ExtendedHelp again

2001-03-22  Peter Burow  <pb@openoffice.org>  [614e9d2d3f2cecaabc91d2461112ecd89991a589]

        fix: #81086# wrong assert removed

2001-03-22  Tino Rachui  <tra@openoffice.org>  [710e1bf0bf38efec224089cf93132e502353ed75]

        *** empty log message ***

2001-03-22  Oliver Specht  <os@openoffice.org>  [079a4199ad2129505c24334ee8484564b91827e2]

        option dialog changed

2001-03-22  Oliver Specht  <os@openoffice.org>  [566bcd2fc71ab262e33837f999ec547f4aa5e99a]

        controls for presentation/draw added

2001-03-22  Oliver Specht  <os@openoffice.org>  [8d2786888fa143b5f80b5e41e20f454cc3d2eea6]

        options dialog changes

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [72a9860aa47914c36510028cbe42713f70a72dcb]

        OSL_ENSHURE replaced by OSL_ENSHURE

2001-03-22  jp  <jp@openoffice.org>  [5fdd95a0641b94dac09b919bcfaa5ff49604163d]

        inlne GetDataFlavorExVector

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [f91d296f173e86a95b8077537e91efb05a232ef6]

        OSL_ENSHURE replaced by OSL_ENSHURE

2001-03-22  Christian Lippka  <cl@openoffice.org>  [98d9cabf08a3ddd9d1dd6cac4a9b31a2bafd6076]

        xmloff now depends on draft projekt also

2001-03-22  Christian Lippka  <cl@openoffice.org>  [f22c6c746995a9bfb354ee06b166200c13da32e8]

        #85139# change in orientation, size and border must be propagated to all pages of same kind

2001-03-22  Daniel Vogelheim  <dvo@openoffice.org>  [c3568fc17e1ba84f13bc9263cdbc297515854c46]

        fixed: saving of text fields in headers and footers failed

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [cd17d5789518d2ca69e46b587c786af4049e00e9]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [e652b6f59b0b31772c895aad6f2eff136744020c]

        now exports the settings with the right root element name

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [64f9e2b8139f5e6a2f9b1314a72d3c882ac7d2ee]

        change the parameter type of SetViewSettings and SetConfigurationSettings

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [2a820c9a5269d113e518a581b955a46e77d533d4]

        change the parameter type of SetViewSettings and SetConfigurationSettings

2001-03-22  Björn Milcke  <bm@openoffice.org>  [ef07a32332db84e08f77e7eb28eb5a55fa2b0a67]

        Import of data point properties corrected and sped up

2001-03-22  Björn Milcke  <bm@openoffice.org>  [1fa12791bcecd73f712b53d708342e969383e8ea]

        ResizeChartData: Data was assigned twice

2001-03-22  Björn Milcke  <bm@openoffice.org>  [e1e2f2183dcf0f4569e1992acdf0d6a1ce17a2bf]

        export all data point properties (prob. just one element with repeated=n) - this way the size of the data array can be easily determined

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [d8a32e1e42b76b082b542e89bfba0e42270bbff8]

        replaced Double by double

2001-03-22  Thomas Lange  <tl@openoffice.org>  [e44d303ceb060d7c9c07c8abe7013b040c7579c7]

        Size of FixedLine fixed

2001-03-22  Joachim Lingner  <jl@openoffice.org>  [0088aa39a1c6dac33a8098ed1f53c8fc65fb1a39]

        replaced False by sal_False

2001-03-22  Daniel Rentz  <dr@openoffice.org>  [a50a0b7649b9ec1e80a1cad279b66ae32046fbff]

        #i583# import of deleted autofilter

2001-03-22  Mathias Bauer  <mba@openoffice.org>  [752fcf2f34bc197cc8ff579e49e65994f55c7f9b]

        #85250#: avoid calling GetStorage() if document is empty

2001-03-22  Thomas Lange  <tl@openoffice.org>  [dde5f90e844a25afd59afb28b671009f9e6dfed5]

        SvxLanguageBox constructors third argument explicitly provided

2001-03-22  Mathias Bauer  <mba@openoffice.org>  [ad2918bacda9dd5314fdea91179092aea53f890c]

        new interface for accessing ViewData through a model

2001-03-22  Thomas Lange  <tl@openoffice.org>  [1366111b4c40b1ddd75018084a66f1a7637e785f]

        SvxLanguageBox::SetLanguageList used now to set the available languages

2001-03-22  Frank Schönheit  <fs@openoffice.org>  [1dd9c9424ce7ca6636350fe27621d78685bc0da5]

        corrected spelling

2001-03-22  Thomas Lange  <tl@openoffice.org>  [b6ee36f5e46229ef7fd439d35012fa0051151eff]

        GetDicInfoStr modified for SvxLanguageBox

2001-03-22  Thomas Lange  <tl@openoffice.org>  [aa92e640a2551666a04c48c68ecfb35cfe50d3ae]

        SvxLanguageBox contructor now specifies third argument explicitly

2001-03-22  Thomas Lange  <tl@openoffice.org>  [07a16802ac427a190ccc457b1fc52282a8994c63]

        Type of aLangLB changed to SvxLanguageBox

2001-03-22  Thomas Lange  <tl@openoffice.org>  [0967742db3fe05ef32654bf2cbd5d0a940b20e7b]

        Type of aLanguageLB changed to SvxLanguageBox

2001-03-22  Frank Schönheit  <fs@openoffice.org>  [c809a96cb3e6844f033e0b1e29573ed4056d7d71]

        initial checkin - callbacks

2001-03-22  Frank Schönheit  <fs@openoffice.org>  [94e9cab31b85718fadebf4807eabf544bbe8af79]

        preparations for DnD / splitted the context menu handler monolith

2001-03-22  Frank Schönheit  <fs@openoffice.org>  [ec12cf43f03e98f166315ed40aabe1b972b9b5bd]

        removed the context menu handler - now done using a callback interface

2001-03-22  Oliver Specht  <os@openoffice.org>  [747eebfc74d3728f5dbda642dc8601f2a233ab13]

        include removed

2001-03-22  Frank Schönheit  <fs@openoffice.org>  [1a2d95efd0d7d78b9608608824589c829dd23a28]

        when binding to a new object, _first_ destroy the view, _then_ stop listening

2001-03-22  mfe  <mfe@openoffice.org>  [4350b86e35f2258beb76afa60f3887a3a24ff02e]

        #82474# : protect setcondition

2001-03-22  Oliver Specht  <os@openoffice.org>  [ee9ca49fc27f448478b021bb842bf120a69f3e2b]

        options dialog changes

2001-03-22  Oliver Specht  <os@openoffice.org>  [cf2debbe7a6766a09444221dd28ea051bcd0af62]

        options dialog changes

2001-03-22  Oliver Specht  <os@openoffice.org>  [662e2c02fa6c9e04283f56850c7ded5a6495adca]

        options dialog changes

2001-03-22  Thomas Lange  <tl@openoffice.org>  [f2a3ff399eb362e4061bb5c7d1f65d21fa707d5a]

        minor code change in SetLanguageList

2001-03-22  Oliver Specht  <os@openoffice.org>  [789f69a16eeceb839801afd86155a521216d9593]

        options dialog changes

2001-03-22  avy  <avy@openoffice.org>  [cc5442a77b6c717c0fbb821a599ceda0022cd297]

        fixed ENABLE_EXCEPTIONS

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [d20fc05bc8d9414cfc7504c3e8cb3ed1091d3a34]

        add a assertion

2001-03-22  Sascha Ballach  <sab@openoffice.org>  [8ad3c04ad72f08da56ffdbf1239d604611cc9251]

        remove two asserts

2001-03-22  Oliver Specht  <os@openoffice.org>  [f9ac491740cd94444f912032d0ac567b9eabe7b0]

        options dialog changes

2001-03-22  Tino Rachui  <tra@openoffice.org>  [a6ae2f1e6f9af3fe8a1f4951f630dc189e3ab437]

        *** empty log message ***

2001-03-22  Hennes Rohling  <hro@openoffice.org>  [f0055324980e476e1b27c3aa8aca9dc3cfc4403c]

        #85177# If searchNormalizedPath returns true everything is O.K.

2001-03-22  avy  <avy@openoffice.org>  [19f688d1bc154b74ffc9abfb806f47b834af24cc]

        Updated for Linux version

2001-03-22  Thomas Lange  <tl@openoffice.org>  [9001f29b9d69384416481f75803c006645c9b4f8]

        GetLngSvcMgr added to access XLinguServiceManager

2001-03-22  Thomas Lange  <tl@openoffice.org>  [6ca31a07142a7d86d7044ad4b120f306e62ae78a]

        constructors modified/added, SetLanguageList new

2001-03-22  Michael Brauer  <mib@openoffice.org>  [ad8640483391120ced0e8622708b917ce66ebdd8]

        #85420#: register component correctly

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [dc95a50ae03cad5e2331867791975f510e6e433f]

        use of bool2any instead makeAny

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [cfa1ef5f1bc773855ce6a53ec9220cc5086a28cd]

        use of bool2any instead makeAny

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [e9e97cbf9db432ea908b79b3cb6f7944ff9b6994]

        some new helpids

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [bd2b64f9f41149fab616e2850d1f0dbc1cd597bf]

        use of showError from dbtools

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [123cf480f30de7dd8806f6acd2fd6e35dc418e12]

        #85217# check state

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [253f93373ce763d489c60805ce96f9769e0fc909]

        check if master table can alter or rename

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [5a4b7868c5527e0b97f95195da082f3672c74f36]

        eanble copy&paste for rows in tabledesign

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [6dbcac44d5e7f3841d3525a6105d42e30d3c3828]

        check if cut is allowed

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [5bb1d025357302862ed7e7838b73f888dbadb99d]

        allow copyctr

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [649cf8d00a580f12ad81442a86ce152bbbd77bdb]

        allow copyctr

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [3eef7c59c658e4eb04dfc03175164d39b5bff1a9]

        #85217# some more changes

2001-03-22  Thomas Lange  <tl@openoffice.org>  [a8130e9b37f6be18e09320bc9b303bf2112be5a2]

        entry for All chnaged to [All]

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [826e158cb0b1b1363012faffead56eb573208a10]

        eanble copy&paste for rows in tabledesign

2001-03-22  Ocke Janssen  <oj@openoffice.org>  [4af5ea4971233e508e8f8b3df8d89d9398179bd0]

        eanble copy&paste for rows in tabledesign

2001-03-22  avy  <avy@openoffice.org>  [c0691522197f84fab9fe2c2524253d4f34554f09]

        Some error checked for linux

2001-03-22  avy  <avy@openoffice.org>  [207e52480c13399efe20721f013eb02c7cfdc9ce]

        Brackets in the line 940 was deleted

2001-03-22  Peter Burow  <pb@openoffice.org>  [37c808fcbb059995a1e90f599f12b828535ebe02]

        fix: #84552# the default filter on SaveAs is the old filter

2001-03-22  Peter Burow  <pb@openoffice.org>  [b499e6f2d2558ac84e3cb33332aa0f449ca57c77]

        fix: #83851# InsertAutomaticEntry() added

2001-03-22  Peter Burow  <pb@openoffice.org>  [371dea36fafb51fdab0b51767445e5d60639cd62]

        fix: #83851# STR_SVT_AUTOMATIC_COLOR

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [0a27d3cd4f6f4b22bf0f3256a7b009933684a9a3]

        Merge SRC626: 21.03.01 - 22:25:27 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [d45314a321622082412838e8c25cd005d5192b51]

        Merge SRC626: 21.03.01 - 22:22:58 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [a854f2a6817e8dc6499b20f6a35e87449c310c99]

        Merge SRC626: 21.03.01 - 22:18:33 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [2ba363c4d25cbe1157e97c3fdd6290a6060cd908]

        Merge SRC626: 21.03.01 - 22:18:50 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [f5237a97de6c10e5c8e62ec98f8199e33e54b71d]

        Merge SRC626: 21.03.01 - 22:13:46 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [85925c31954aa02fb11a6e54631e526ceccc06fd]

        Merge SRC626: 21.03.01 - 22:11:16 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [0b3f97863a4fb07d6925106ca8bdb39ecff7faa7]

        Merge SRC626: 03/21/01 - 22:10:53 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [cb9493ac4ede78f0580d2d22cee0d9e5798c2943]

        Merge SRC626: 21.03.01 - 22:10:40 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [223b0585f020d9d9195b7acd59a92c65289400d1]

        Merge SRC626: 21.03.01 - 22:09:24 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [4370f4628cd318f763b38459e4c415cb16a7cec6]

        Merge SRC626: 21.03.01 - 22:09:01 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [d1546a79f44bddee87334ff6d6c12bbba765f658]

        Merge SRC626: 21.03.01 - 22:08:11 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [d041813cd6d84bf0b284dbc1f3a20135fa704ae4]

        Merge SRC626: 03/21/01 - 22:07:47 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [651f49123cc4f0f9ba87e8f66b5bc960e8e7ada8]

        Merge SRC626: 21.03.01 - 22:07:09 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [0f1ce574381a359d676d882834ef8b2b92eeac5b]

        Merge SRC626: 21.03.01 - 22:06:56 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [4825e1e740d2bceaea0201babe7d0e30edbab2a0]

        Merge SRC626: 03/21/01 - 22:06:09 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [2fc7ba3e1a461a00f90bf031cff8d0401f4133d5]

        Merge SRC626: 21.03.01 - 22:05:46 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [da701921c662be7489cdae7a2a446f6da0cff567]

        Merge SRC626: 21.03.01 - 22:04:54 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [4102171e734eb9bb43704128de70d497a95ddda9]

        Merge SRC626: 21.03.01 - 22:03:39 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [0b721420000c624e171d61ea5dd15aef36cf5350]

        Merge SRC626: 21.03.01 - 22:02:39 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [c6125928b28b51e09539e4fba81482adc572be03]

        Merge SRC626: 21.03.01 - 22:02:38 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [efaa8d518133b402b0acca0a519d2cd5d5ce7e20]

        Merge SRC626: 21.03.01 - 22:02:37 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [1278c09f205fc742635a44f7df8066aadec5a020]

        Merge SRC626: 21.03.01 - 22:02:59 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [aa6862473ef7c8de070ccb2fc4d39e89207d483d]

        Merge SRC626: 03/21/01 - 22:01:57 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [ec721e817d66441e105fe5f983350b09a239869c]

        Merge SRC626: 21.03.01 - 22:02:38 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [bba9a812875b876a8b072c771224f7206b14164f]

        Merge SRC626: 21.03.01 - 22:01:30 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [953f908b97bdc02d8449ea9112618fc7a167a669]

        Merge SRC626: 21.03.01 - 21:59:54 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [04c5ba44aa6402df245c5f4b6d68db00491773e5]

        Merge SRC626: 03/21/01 - 21:58:28 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [eb91ae4647759bbaa732c24cbd217e303345586d]

        Merge SRC626: 21.03.01 - 21:59:02 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [52df3ce280040e18732547c73366eaa98359353f]

        Merge SRC626: 21.03.01 - 21:58:39 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [34cbd92fedac2a44e95de53c77dbffc582d5fd3f]

        Merge SRC626: 21.03.01 - 21:58:34 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [2aef2b1c7213a9f2c55116e903ae12cfb697b14b]

        Merge SRC626: 21.03.01 - 21:57:35 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [89caa97486b032ce77e2f12e2530fa5ba8d114f5]

        Merge SRC626: 21.03.01 - 21:56:30 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [483ccfd5e2e6ca08ee008c40e3928ba435f9cd7f]

        Merge SRC626: 21.03.01 - 21:57:18 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [5a71c974b0ad6588df30e6ab9893d5c8d422bdea]

        Merge SRC626: 21.03.01 - 21:57:01 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [12d0427e08ba802de5cfc87ac5515e8cb3eb62f6]

        Merge SRC626: 21.03.01 - 21:56:02 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [571b1fee12afcd53eda18b9adc76a3c152e3fc77]

        Merge SRC626: 21.03.01 - 21:57:07 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [09591bce4b5c3d0a5ac44ab364731ab47e512a40]

        Merge SRC626: 21.03.01 - 21:55:55 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [85e66e2f3eccb67062502b6d8508072e318e8be9]

        Merge SRC626: 21.03.01 - 21:53:33 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [4d7e79b8b51648d1d120c6c5d6d1710caf7aa51b]

        Merge SRC626: 03/21/01 - 21:53:12 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [06974b6abecc0698022151f78a2e6ae303562783]

        Merge SRC626: 21.03.01 - 21:52:53 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [b15f3ae85ce7b9b11c08ae0f976c397e940b8442]

        Merge SRC626: 21.03.01 - 21:53:21 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [56e2d6f8f9c4a2e20b907536e77fd5d94c1f3855]

        Merge SRC626: 21.03.01 - 21:52:39 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [a1e6dc2f856ea6481681617b1aa0b4d2d719aa3b]

        Merge SRC626: 21.03.01 - 21:50:51 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [325b452fb5fd2a23011d35f6fd4b0c0246e352c0]

        Merge SRC626: 21.03.01 - 21:50:39 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [70063f65c70ab24b76869af49e8e9d8af9b6d001]

        Merge SRC626: 21.03.01 - 21:47:26 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [a02deeab41b7800bad696b19b9217f3b201fbf8f]

        Merge SRC626: 21.03.01 - 21:47:53 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [8b0e851f5bdd7244e3df8fecb040cc8cf6ff8412]

        Merge SRC626: 21.03.01 - 21:45:40 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [78fc9283db1ffefb3ba7a48baa2e403c0ed56787]

        Merge SRC626: 03/21/01 - 21:44:45 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [0b9be7e84350abcda6a32f37d21a2b2ca678f3db]

        Merge SRC626: 21.03.01 - 21:41:46 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [86f2d711fbee17b76f4a26b61f2b6e39457ddfdd]

        Merge SRC626: 21.03.01 - 21:41:47 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [9c7191e3461d7d5dead20086916949828bb42d03]

        Merge SRC626: 21.03.01 - 21:42:19 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [814e1d59ddf3f7c4157de3d3a4d8e668d1679536]

        Merge SRC626: 21.03.01 - 21:35:40 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [31352778944d6bcf07c1bd21a9df93332072502e]

        Merge SRC626: 21.03.01 - 21:35:54 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [4093b781b924ea6e95fc97311f0502eef8187c73]

        Merge SRC626: 21.03.01 - 21:35:42 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [461c728831274dc57c127d25e8c7d39f6368319b]

        Merge SRC626: 21.03.01 - 21:35:16 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [97d51e75fb002c5da8abc654af241e1837f9e34d]

        Merge SRC626: 21.03.01 - 21:34:27 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [450bbb29c777a9702d41df1435f23dac8703784d]

        Merge SRC626: 21.03.01 - 21:34:56 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [ae2ff756fe5a85378408edda5025a5a0122ca174]

        Merge SRC626: 21.03.01 - 21:33:33 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [86d210c5609e8dfdfb44bf4e4b9a5450d624668c]

        Merge SRC626: 21.03.01 - 21:33:27 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [ed2906b72747c7caa79a30b9aa7ea5077789dd2d]

        Merge SRC626: 21.03.01 - 21:32:38 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [0e813a9c35abf1a9f8a2b1b8be155f946caca8fe]

        Merge SRC626: 21.03.01 - 21:32:27 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [e91bebc71381024147287062869899dd93fc0a20]

        Merge SRC626: 21.03.01 - 21:31:39 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [3a42d1f5c35813b1c1dcf0eeff3e063c932fbae2]

        Merge SRC626: 21.03.01 - 21:32:20 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [0c88a33e533ff21571aac8f787115f95f7adbb7c]

        Merge SRC626: 21.03.01 - 21:31:06 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [c217b0a0753992df57714e1254053f307bf55a00]

        Merge SRC626: 21.03.01 - 21:29:27 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [439a817644b1d83aec2dd0a1a9def77622f39ca8]

        Merge SRC626: 21.03.01 - 21:29:15 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [c25911b29e64b76b73b0daa452b7937984ad9173]

        Merge SRC626: 21.03.01 - 21:28:11 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [9d137fc0f1583de6c1f78f770e18ddb635fedf6c]

        Merge SRC626: 21.03.01 - 21:24:43 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [bc34f5c61f8617382ca8e9a31abb294c86093179]

        Merge SRC626: 21.03.01 - 21:22:57 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [8449b201eb28a7b05f117abff1855aa26d3d902d]

        Merge SRC626: 21.03.01 - 21:20:29 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [de09d5baf03b5d395e6664267bf207ea32184554]

        Merge SRC626: 21.03.01 - 21:20:00 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [6f91bff0ff135b327f74a2042097f0ec8ef91ce7]

        Merge SRC626: 21.03.01 - 21:20:50 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [efebd53d70a6aa8fc9aab802a151b965b4602284]

        Merge SRC626: 03/21/01 - 21:19:11 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [1227a4f38ba57a8bbba940f84205ca905e21562e]

        Merge SRC626: 21.03.01 - 21:19:08 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [cda15feeac288090beaca29da9c74fcb327c3230]

        Merge SRC626: 21.03.01 - 21:18:42 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [6a3e115379c2a2e3f9d706364077c57696b52f5b]

        Merge SRC626: 21.03.01 - 21:19:15 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [2d035eadf47a0851a9348e756b051aaa198e9e3e]

        Merge SRC626: 21.03.01 - 21:18:47 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [776c3208eeae10d862324a3ea197e781c693b5ba]

        Merge SRC626: 21.03.01 - 21:17:14 (NoBranch)

2001-03-21  Oliver Bolte  <obo@openoffice.org>  [1eb4cba42c2c6161ad34c33db65530fd967a5b04]

        Merge SRC626: 21.03.01 - 21:15:21 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [ae2cefdfa87c7ba69154c61fc63cf66a7a69d1de]

        Merge SRC626: 21.03.01 - 21:15:18 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [9ac92160159e00cc07aa04f6accf2bc4ad416d48]

        Merge SRC626: 21.03.01 - 21:14:42 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [94e444572e82f74c6e76907c58f4aada738c381a]

        Merge SRC626: 21.03.01 - 21:14:23 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [6a568c8bef99cdbb34893c2a0caf92028f9618a2]

        Merge SRC626: 21.03.01 - 21:13:16 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [d02d91425bfd3b627b5079470169bb35e042b20a]

        Merge SRC626: 21.03.01 - 21:11:43 (NoBranch)

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [86e603341fd1a13f56430ea57a0ddc065a5275e8]

        Merge SRC626: 21.03.01 - 21:10:15 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [2d150dfa81a321455a7674111ae29c21d3870178]

        Merge SRC626: 21.03.01 - 21:09:57 (NoBranch)

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [4b2ea6fbe4f222403c98592b777529b2332133a0]

        Merge SRC626: 21.03.01 - 21:07:19 (NoBranch)

2001-03-21  jp  <jp@openoffice.org>  [b6eb3969643ebd25eabf50dee2aadb29bb840167]

        DrawText: use WindowSettings for the AutoColor

2001-03-21  ma  <ma@openoffice.org>  [64924ffac99115f416b25613993d68576ab190bc]

        changed layout, removed senseless preview

2001-03-21  Mathias Bauer  <mba@openoffice.org>  [0c4f901d8ed9224c8233340b41d4b0a46a91ce5b]

        #84911#: basic doesn't know enums, so allow int32 for them also

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [7457dcd80e43ebbf524bb838df7fba7504a767fe]

        Replaced OSL_ENSHURE by OSL_ENSURE

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [a59c7f8f82f48a8d70053a8a5e758956bdc12ca2]

        removed include rtl/macros.hxx

2001-03-21  Michael Hönnig  <mi@openoffice.org>  [04cf0e298bb5e495896bbc299f620a982a4b1718]

        change for src626: interfaces without [uik(),...]

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [b69565ef6a36cdb04fea2b735d4fc9a14ab21667]

        #85234# by default, create a drop down control

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [14ebf356732cc2696e5471a7609f186fd4b72888]

        Temp. FIX for SBLLINK

2001-03-21  Dieter Loeschky  <dl@openoffice.org>  [19bd1dbf4765681ad1eed1749a358322c226afed]

        #84468# SetTextDefaults(): changing level 0 of NumRule

2001-03-21  Daniel Vogelheim  <dvo@openoffice.org>  [c957a85f01face1995d048d7c8c4ca100a111b8a]

        #83761# fixed: paragraph alignment lost if number format is used - added: protect attribute to tables

2001-03-21  Dieter Loeschky  <dl@openoffice.org>  [7ab3bca354544295a49b1d5879e3be9aeaa28349]

        #84468# operator >>: calling SetTextDefaults() after loading pool

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [e680827c48a669611fe786c15551a5b0d379a668]

        #85215# use a resource id range which is unique within the whole module

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [415ae5224ce7f839339a3b11716e5e3672304ddc]

        #85215# introduce resource id ranges for the sub projects - this way automatically generated help ids are unique

2001-03-21  Daniel Vogelheim  <dvo@openoffice.org>  [9c1018a968ee7f6431beb12c5900ba8d5ed5fe80]

        changed password and protection to be stored directly with the section

2001-03-21  Kai Ahrens  <ka@openoffice.org>  [87551917f793795ec42b712b71177fc1fe8d0dcc]

        #83068#: bugfixes for ::GetGlyph (rotated text) (currently disabled)

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [cadc9df23c19ea999597da2905c91b92925ea6cb]

        initial checkin - local ids for this sub project

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [642a73aa932f9d0f060566279651bd9d29301201]

        #82696# new file fontdialog.cxx

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [8ea8efe726733b4a000ec68804b7d65f2ed9117e]

        #82696# new helper methods for font handling

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [8b565b2c3a6813b0c7d315f561b67d2ef7a9757b]

        #82696# use the new font dialog for changing the control font

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [4139a862f917bd8cf9a141569598b2a7148d5f99]

        initial checkin - font dialog for form controls

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [a552fb3d4af727024b90f02df05e4aa3fb5678d0]

        #82696# +FontWordLineMode

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [a20a19ac95a2ff8e85bc0843807f97e3b5cec1b3]

        #82696# new font dialog

2001-03-21  Malte Timmermann  <mt@openoffice.org>  [b80b95f28909063d123709725a1de8df13a8204b]

        CCTOR: nVersion...

2001-03-21  Malte Timmermann  <mt@openoffice.org>  [c55541009ecea01bee86ac33e1e19c92fc13a95b]

        more debug output

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [6cd2eb361c88728ee46c14e290fcde72ef9c9530]

        #82696# +DISABLE_UNDERLINE_COLOR / +UpdatePreviewImpl(ListBox*) for compatibly disabling the underline-color feature

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [493ea730cbfd815da001416bd37aaba01964aa8e]

        NAMESPACE_RTL replaced by ::rtl::

2001-03-21  Martin Gallwey  <mtg@openoffice.org>  [e76740d2a5f5cb52cd0271fbce242d28941e6039]

        Added TAB_STOP_DISTANCE for com.sun.star.defaults

2001-03-21  Martin Gallwey  <mtg@openoffice.org>  [bd951b509c2ace90ded745b0748353b5ea975172]

        Added TabStopDistance for com.sun.star.text.Defaults

2001-03-21  Martin Gallwey  <mtg@openoffice.org>  [31aad32b70eceb0ff9af34d4d0299c407306daaa]

        Added map for com.sun.star.text.Defaults

2001-03-21  Martin Gallwey  <mtg@openoffice.org>  [0ec7ce1d8628d1bae062391810259d877ef2857e]

        Added support for com.sun.star.text.Defaults

2001-03-21  Martin Gallwey  <mtg@openoffice.org>  [26c3a5d71b7e4bd934637666c48d9a9240bc4075]

        Added SwXTextDefaults and removed unnecessary CXX_FILES section

2001-03-21  Martin Gallwey  <mtg@openoffice.org>  [0b8291296625699881ff8bac02b75d63387abf92]

        Added map for com.sun.star.text.Defaults

2001-03-21  Martin Gallwey  <mtg@openoffice.org>  [2d06808a9f632288a1795408f1a1b68e9d13f5ac]

        added SW_SERVICE_DEFAULTS for com.sun.star.text.Defaults

2001-03-21  Martin Gallwey  <mtg@openoffice.org>  [17f2c7ce7a37e0a98e05cc66f41672d53ac1f71e]

        Initial Revision

2001-03-21  Martin Gallwey  <mtg@openoffice.org>  [a9c188f8a1e6a0119eb048b1963d176469c52737]

        Initial revision

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [a434f371001fca5a88cfe5d57f5118143cc6bc95]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [2c26296116de01461af463d33d628e8d13697067]

        replaced Double type with double

2001-03-21  Mathias Bauer  <mba@openoffice.org>  [d1439eec5e6d2a1162afa8af63bb11c314301548]

        #84833#: use UCBStorage in Clipboard

2001-03-21  Mathias Bauer  <mba@openoffice.org>  [6da57875ac9f0539b1221e6f9b2177b2e5b95550]

        #84833#: bugfix for UCBStorages on writable streams

2001-03-21  Mathias Bauer  <mba@openoffice.org>  [0c8f1c3a17d9bba38354e70840f191554052ab41]

        #84833#: construct UCBStorages on empty streams

2001-03-21  Ocke Janssen  <oj@openoffice.org>  [64220f3ef68c190c17f95f21d6c88c1ca966d30a]

        #85217# impl GetState

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [730d9ab61ff203cb79a1cf1a8d3bfad82715d73c]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-21  Ocke Janssen  <oj@openoffice.org>  [26b2337414777ddf82619648fec9d345bcbbf563]

        #85217# new querybox

2001-03-21  Daniel Boelzle  <dbo@openoffice.org>  [3b6d6fc60dfd8a47c3ecd2f4995fcc0c134501b6]

        use idlc

2001-03-21  Ocke Janssen  <oj@openoffice.org>  [1a81078a31efe924449633fb3d8ee3e1e5825c86]

        #85217# search for composed name and ask before quiting

2001-03-21  Ocke Janssen  <oj@openoffice.org>  [4087d99a533cb0ebdb9b269a24c7948c224b9144]

        #85217# search from end

2001-03-21  Vladimir Glazounov  <vg@openoffice.org>  [6c821b4f6fe68431153924f628a78e835d751b01]

        Removed address subproject

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [ac2bed3d723c55279d85a4f868244a0976b95ecd]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [20fe0d20fc1ab3abc821820e03bfbf03b8f344f9]

        #include <osl/types.h> replaced by <sal/types.h>

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [3d6c71a1b0697cae811b399c0a9d64bd62d958c7]

        #83696# for some controls: disable them if the according item is DISABLED or READONLY

2001-03-21  Michael Brauer  <mib@openoffice.org>  [5593aeb4b123894b7ce670791e71ed9b2384fdaf]

        Import and export vis area for foreign objects

2001-03-21  Michael Brauer  <mib@openoffice.org>  [c15542433217b23160598b58298aad442ada4dee]

        Import and export vis area for foreign objects

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [9bb3df428b4dd4c832a4d7fcca60ef9ad0994007]

        #65293# solaris/linux ?: problem

2001-03-21  Frank Schönheit  <fs@openoffice.org>  [2ea1b302a24ae7b33d72c7b8f54fbdfa11fb6656]

        #65293# solaris/linux ?: problem

2001-03-21  Ocke Janssen  <oj@openoffice.org>  [a78cedf04e68b0ac61524014c09fafea5942f7bd]

        solaris fix

2001-03-21  Oliver Specht  <os@openoffice.org>  [cac8fa82ff2b60821840e177818749e8d55b246d]

        new cell property: IsProtected

2001-03-21  Björn Milcke  <bm@openoffice.org>  [1412b10004fd8a408810ed5d1989e60642a5db98]

        export of data points had errors

2001-03-21  Michael Hönnig  <mi@openoffice.org>  [cd470164c79e5e2d1c28ac9a89946be42267d013]

        applicat.rdb now builds in drafts module

2001-03-21  Daniel Boelzle  <dbo@openoffice.org>  [85c626e4f7b9636084c954a44bece76998eeb902]

        minor inlining

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [0ac326251badb4ff54913600abf23a7b6054e44c]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [b925b07cfdc961b55d5e5a79d1019c3e1d5c960c]

        new version for SRC626

2001-03-21  Kurt Zenker  <kz@openoffice.org>  [dab81d48404e32478051f8a0ec5762b1111a56a3]

        new version for SRC626

2001-03-21  Daniel Boelzle  <dbo@openoffice.org>  [cc4b6eec935d3c624238d972267a38f381ea8822]

        *** empty log message ***

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [dd32bb71b2a010b9654fe24faa9256540e1724f1]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [c47b445258dbad5393389b802d0f70470ca3139c]

        new version for SRC626

2001-03-21  Rüdiger Timm  <rt@openoffice.org>  [879be8c04000167669c19188998869d781306c38]

        new version for SRC626

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [aad9057e5c59975ff0d58613773964336980a8e8]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-21  Eike Rathke  <er@openoffice.org>  [4122c56657196d7231486f5c7a59d3d0d9b35000]

        #85211# ScExternal: hmmpf.. better to check the encoded string ...

2001-03-21  Joachim Lingner  <jl@openoffice.org>  [9a9ff76a12d3cd5c9cbc10e0a8f6b69388220dfc]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-21  Malte Timmermann  <mt@openoffice.org>  [14ab32beff9228f303dfdea51232267cbd957d10]

        GetItem/HasItem not longer inline

2001-03-21  Malte Timmermann  <mt@openoffice.org>  [bf536bb646907503fc9568acaa28eefd2b6a0c48]

        Fixed bug in IsTextPos

2001-03-21  Kai Ahrens  <ka@openoffice.org>  [e0486dc294e874e0da40621f344838ad675781be]

        #81926#: check for NULL pointers

2001-03-21  Mathias Bauer  <mba@openoffice.org>  [0b33a20ef65d70df0b74f9f9d0911658fac15a42]

        #85167#: use language from configuration as format language in Webtop

2001-03-21  Daniel Boelzle  <dbo@openoffice.org>  [56180b3c8301f4e63c9ea9ea6181c274b739380c]

        use idlc

2001-03-21  Kai Ahrens  <ka@openoffice.org>  [d0e5b39babb58c40834c5c73fac6d389bdee76a2]

        #81926#: activated TerminationListener => clipboard is flushed now

2001-03-21  Michael Hönnig  <mi@openoffice.org>  [8557ab0b24918c58db7962ed011da113adf218f0]

        XChartData is accessible, documentation was missing

2001-03-21  Sascha Ballach  <sab@openoffice.org>  [573406eacce67c147dfe57b63ca6fe0c73864855]

        #85196#, only try to create Instance if the Service is provided

2001-03-21  Sascha Ballach  <sab@openoffice.org>  [652fc784bb4a3eddcda1737ad5ad7c4439bb9d3f]

        #85196#, only try to create style if families contain the familie

2001-03-21  Eike Rathke  <er@openoffice.org>  [0cb87574be0c8091da1e107802514a64cb60dbf9]

        #85211# ScExternal: buffer overflow on long strings for old AddIn parameter

2001-03-21  Michael Brauer  <mib@openoffice.org>  [6396e77b2677979775c29e6d90c7c97f4de37cc6]

        Don't remove someone elses code:)

2001-03-21  Michael Brauer  <mib@openoffice.org>  [a3324f58dc860858cf185c12dbbd11668349ab0c]

        additional floating frame properties

2001-03-21  Christian Lippka  <cl@openoffice.org>  [be1246756710bc21fb759c2bdc3d5f93b5fd82ff]

        removed use of templates

2001-03-21  Oliver Specht  <os@openoffice.org>  [6cd9ef2741cf090ee336c0d6abaa7feefce5b45a]

        SetValue now virtual

2001-03-21  Michael Brauer  <mib@openoffice.org>  [8af76adf860c3a93906cd8db499b96027c46464f]

        additional floating frame properties

2001-03-21  Peter Burow  <pb@openoffice.org>  [dbb5c4302ed94ee357a4b337a2d375560de02254]

        fix: #83480# no helpid -> use the typeid

2001-03-21  Kai Sommerfeld  <kso@openoffice.org>  [21cb4df7b08d43f5409574d4efd0d369ef6b22b8]

        #85198# - Config update access now uses lazy writer.

2001-03-21  Kai Sommerfeld  <kso@openoffice.org>  [c92dd9fb5cfaec48f8c95e36abdc3adf0dec2032]

        Code cleanup.

2001-03-21  Oliver Specht  <os@openoffice.org>  [2f9a85209ba940f517f6ea894c8ba48f8a6278d9]

        #85189# SwXShapeDescriptor removed

2001-03-21  Dieter Loeschky  <dl@openoffice.org>  [1d26e209735b2d6206b2ab0949863ebb4efa7b52]

        #85179# SID_OUTLINE_TO_IMPRESS: removing first empty pages

2001-03-21  Tino Rachui  <tra@openoffice.org>  [563b4f28875bc1daeb305d781e360244b55ffc3c]

        minor documentation corrections

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [e3a19cdeb9a1988497b25c963642c2682d5d7d11]

        new version for SRC626

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [484d46c659915b59536225adbd2fd7b329315f91]

        new version for SRC626

2001-03-20  Christian Lippka  <cl@openoffice.org>  [820f37ac93fafc285c68fd71c107cfd140dabc24]

        #85089# Don't 'correct' ZOrder for shapes inside group shape!

2001-03-20  Christian Lippka  <cl@openoffice.org>  [39a2ea6a5b0bb64c0c23641ab968414036023809]

        #84955# added info set

2001-03-20  Christian Lippka  <cl@openoffice.org>  [869ffa9ea193ea73076a7b5112649567d679ef36]

        #84955# added info set

2001-03-20  Kai Ahrens  <ka@openoffice.org>  [507f94a8823ff4f1b7d733b914d3daefbd476bf3]

        #82388#: create XFillExchangeData with default SetItem

2001-03-20  Kai Ahrens  <ka@openoffice.org>  [d0afc68c9616ef93c54c076127f7e84b374be8c8]

        #82388#: added new D&D interfaces

2001-03-20  Kai Ahrens  <ka@openoffice.org>  [ea71d22458d24d8c580ccf0ff710103027c23722]

        #82388#: cleanup

2001-03-20  Christian Lippka  <cl@openoffice.org>  [652c830068b2db32ba032309598922f938fa46c5]

        #84955# new helper classes

2001-03-20  Daniel Vogelheim  <dvo@openoffice.org>  [36c02637407192056cd5cc960cf52703aff6beb1]

        added: import and export of section passwords

2001-03-20  Daniel Vogelheim  <dvo@openoffice.org>  [3293518109d0aa5920afa9f3ee0794d04201ab69]

        added Password property to section

2001-03-20  Daniel Vogelheim  <dvo@openoffice.org>  [44d2eeac481beb64668fa92a07ce2ad925241354]

        - section password now taken care of in = and == operators (jp)

2001-03-20  jp  <jp@openoffice.org>  [b94e63f509db202284a2566c038bc36762a58cd8]

        optimization for bug #84964#

2001-03-20  jp  <jp@openoffice.org>  [d96dddc5e721050e003b8450d0a1de35b0762958]

        new standard arrays

2001-03-20  Eike Rathke  <er@openoffice.org>  [22b4952d7082bbcc87610baf7e239b069ceebc6c]

        preparing for [DBNum1] ... [DBNum9] bracketed prefixes

2001-03-20  Niklas Nebel  <nn@openoffice.org>  [b5f07f8e628511aa90d24fb11bca71f617b7700f]

        ResizeAllowed: disable for read-only document

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [25fced4538a4a7ece941a861a399f910269e7a40]

        new version for SRC626

2001-03-20  th  <th@openoffice.org>  [5aafb968d0616abe7aa4361a5b54bdc4d903295e]

        #85107# - Better display of the NextToolBox-Button

2001-03-20  Sven Jacobi  <sj@openoffice.org>  [c21c2f82f9451c293c449e4647522d126a0f2bee]

        #83914# improving textrange import, now PPTCharPropSet is knowing its Paragraph index.

2001-03-20  Kai Ahrens  <ka@openoffice.org>  [c963ac2b07821e941954987f3ba8eade79085546]

        #82388#: using DragSourceHelper

2001-03-20  Eike Rathke  <er@openoffice.org>  [82bc530e58436aa3c5f66c2803429e03a3cb4d5e]

        just changed some comments to English

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [102f479f8b417c350919ba7d658b36f7b0b8034f]

        add. depends on linguistic

2001-03-20  Malte Timmermann  <mt@openoffice.org>  [94d829f450aa1736264c97fecfe9fa2851ba854c]

        #85071# RadioButton: Use Check when RadioCheck enabled...

2001-03-20  Mathias Bauer  <mba@openoffice.org>  [9fb96f12431c30dbcab61fd16c7bc9bec6b3b53f]

        static methods for OLE-Storage detection

2001-03-20  Jörg Barfurth  <jb@openoffice.org>  [6c56cdec2defcf01b39958da14039e578501a90c]

        Fixed errors with new format; now supressing template module if redundant

2001-03-20  Jörg Barfurth  <jb@openoffice.org>  [1aa0349da94047d725091040635b07dfdac16b79]

        Changed TreeChangeList::pathToRoot to an ConfigurationName and added getModuleName

2001-03-20  jp  <jp@openoffice.org>  [5a697156ed2b68eef4ba30ad05c1816f52f01cdb]

        use stdarr

2001-03-20  Joachim Lingner  <jl@openoffice.org>  [310f089cd51529e9ead88e1ae77b77976be5f55e]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-20  Vladimir Glazounov  <vg@openoffice.org>  [e614c7bf0c873bb45bb75b83639c3dceeb4a0dbd]

        dded semicolon

2001-03-20  Joachim Lingner  <jl@openoffice.org>  [6f15293ed46a2572ddd18c9cd592fe3e6f9d6a21]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-20  Kai Ahrens  <ka@openoffice.org>  [5cad3f6d51be25b3b3ac4488924119658a4df048]

        added GPC3RDLIB

2001-03-20  Kai Ahrens  <ka@openoffice.org>  [9542688995d1f491a2f935e04fa16c379a609e5a]

        added clipping methods/optimized gradient printing

2001-03-20  Niklas Nebel  <nn@openoffice.org>  [aa7622f8535e945334ca2120966ead84b56dd10e]

        #83010# UpdateInputContext (enable cjk input before EditEngine is active)

2001-03-20  Armin Weiss  <aw@openoffice.org>  [e91540c21910cd01b4aee4e39b7201c91525ea6f]

        Added necessary functionality for vertical text laser effects

2001-03-20  Joachim Lingner  <jl@openoffice.org>  [468088dff9cd78c57f351def021dea7d39a0ad23]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-20  Malte Timmermann  <mt@openoffice.org>  [f6153053b378fdc9e556f353809caee925829a65]

        #85170# Down Spin on Don't spin on COMMAND_WHEEL, when ReadOnly...

2001-03-20  Joachim Lingner  <jl@openoffice.org>  [9d31fcfd0f10abe3adbc6c59e8389878854a1d77]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-20  Jörg Barfurth  <jb@openoffice.org>  [892cc3eb2bf13812f0e4c260e70a97b5e0161b35]

        Corrected return type of reset to void

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [b2cd01024676b38b766852859381668ae9622e86]

        removed some english duplicates

2001-03-20  Sascha Ballach  <sab@openoffice.org>  [4e3ccb3c93ca2dbe3ebdbc4ab885882400d135ab]

        #85050#; only try to add a style if the stylename exists

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [9ba335b69c205b9ee7ed1f2c4834a784be733a56]

        #85200# new help ids

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [58e446158b82b27c0e99414de5064201ff085a31]

        add the util directory - used to generate HID lists

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [a89812c4ead79d5c72b979d8552dd536577aa774]

        correct buildlist

2001-03-20  Christian Lippka  <cl@openoffice.org>  [7ac38950673302a61a0337140c22db008e485ef4]

        fixed solaris compile problems

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [c63612ce7f0c696953e413daed75136e9c85cd0c]

        initial checkin - export hidspecials

2001-03-20  Sascha Ballach  <sab@openoffice.org>  [72535ada7635a7fad587527511bd8c507ba85bae]

        #85178#, now I remember the shape position by myself

2001-03-20  Hennes Rohling  <hro@openoffice.org>  [7f4454c862e08f9dcc0e67ad8f72530fc02669d7]

        Avoid compiler warnings

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [640a6400481a2905e7afd30d6ee91d904a60e094]

        new version for SRC626

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [e38542f832e31f7b622989779b0adc755f2ccf83]

        new version for SRC626

2001-03-20  Kai Ahrens  <ka@openoffice.org>  [1451bea4347db7726ce276cc964dcd90a3a00043]

        #81926#: added DataFlavorExVector methods

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [68af3f95b25809aa65c6de53f0365fd8463132ee]

        new version for SRC626

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [f410e260fdb7e00f8d83941e11d4e96c6b026488]

        #85200# added missing help ids

2001-03-20  Joachim Lingner  <jl@openoffice.org>  [247ed90574d8a3a4db9371751e062ce00d4f13c0]

        #include <osl/types> replaced by <sal/types.h>

2001-03-20  Caolán McNamara  <cmc@openoffice.org>  [1613aae4c1f90c2c6891ee91292c680d64221f2b]

        ##572## accumulate escher text correctly, and clear on insertion

2001-03-20  Jörg Budischewski  <jbu@openoffice.org>  [20e5dfa38c20451b85bfd1438df64ab5dcafa80c]

        avoid compile failure in copyctor in case that the interface type is only forward declared

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [ccf0cbc467a247fbefe71644ed09214e1d1faf49]

        #83970# use createOfficeFormsContext for importing the office:forms element

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [65d585efc4998c6bba5fbc1bee7d06dc18db88e6]

        #83970# use createOfficeFormsContext for importing the office:forms element

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [325ee03d55f2bc00ffcf296d3a70fe696833d8f8]

        #83970# use an OOfficeFormsExport when exporting the office:forms element

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [a9005c0053ee6cb9de26de097a7b4aeb7af538ef]

        #83970# use an OOfficeFormsExport when exporting the office:forms element

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [375a6c304394ac517fa52f42857e2acfa14c8120]

        chg. for new idlc-compiler

2001-03-20  Dirk Völzke  <dv@openoffice.org>  [93923a9d9e364849d30ca1960f5829e6804236c0]

        Implemented addTemplate and removeTemplate

2001-03-20  Andreas Schlüns  <as@openoffice.org>  [526f8a3ddaaaf2df9be37f1be5fddfc66d64de8f]

        #85172# better filter log's

2001-03-20  Thomas Benisch  <tbe@openoffice.org>  [9b5e73c6814203f6867d07c826c005d313973ea3]

        added TabIndex

2001-03-20  th  <th@openoffice.org>  [e1e28ab9a12b3d03281dce97c86a2031231d57b9]

        correct warnings in valueOf

2001-03-20  Gregor Hartmann  <gh@openoffice.org>  [c923eb1a72c4a6472aa83625ea675dd08a899f5e]

        fixed expression to terminate loop in osl_SleepThread and osl_ScheduleThread

2001-03-20  th  <th@openoffice.org>  [a35b9e1a41e29bfbe9439c1a4c17dd787478836b]

        correct valueOf

2001-03-20  Tino Rachui  <tra@openoffice.org>  [a821301822c1a306aa340efc09c05711fc4b0ec4]

        *** empty log message ***

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [94622267384abdd218bee047eb6ff89a9e76d809]

        #83970# use OOfficeFormsExport to write the office:forms element

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [0e02caa221e8b75f383c95c2448d046ccd6dfb20]

        #83970# use createOfficeFormsContext to import the office:forms element

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [28b7f59781a700df25b9a324ac26a5e6b0a3a561]

        #83970# two additional attributes for office:forms

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [a445434a7f50a5717e3d8c52bcafbb738fda62fd]

        #83970# +officeforms.cxx/obj

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [cbc18c0290e55e7b86010c89e8b484ad85714615]

        initial checkin - importing/exporting the office:forms element

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [31aed53973a905784eb2842ce796056b902923bb]

        #83970# +AutomaticControlFocus / +ApplyFormDesignMode

2001-03-20  Tino Rachui  <tra@openoffice.org>  [405ea9e6ea8ef8ada07ba206960ace6dc491377f]

        *** empty log message ***

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [51fa5ece8e1e5b55cdfb747912504fafaa70a146]

        #83970# +createOfficeFormsContext

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [936374e12a92d15145627c6f4d83ef64790f1ad1]

        #83970# +OOfficeFormsExport

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [b07d4412cebc2f2c6e161e623a2dd1dea109ec60]

        #83970# +getOfficeFormsAttributeName(/-space)

2001-03-20  Stephan Bergmann  <sb@openoffice.org>  [55438c73d3296ef846ad1e42cc6463389d0ef7be]

        #83637#

2001-03-20  Stephan Bergmann  <sb@openoffice.org>  [6ee18d21e087e28580d4c2debf6862cdc4b1d68c]

        #83637# Added mention of XRemoteContentProviderConnectionControl to documentation.

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [1f885547adc51ae1003b4bb96a39594b0ff29b60]

        add. include XMuliServiceFactory

2001-03-20  Stephan Bergmann  <sb@openoffice.org>  [853bf0b86cbd29c5ec59b7e34662d455f45b317c]

        #83637# Added various ...RemoteContentProvider... types.

2001-03-20  Jörg Budischewski  <jbu@openoffice.org>  [dc21f75fd5c344d55b55a4eb5bc6dc40cb3fd011]

        uik removed

2001-03-20  Jörg Budischewski  <jbu@openoffice.org>  [9ef1dffab3e76a4ceb8106aa5427a016325067c3]

        registries are now built automatically

2001-03-20  Joachim Lingner  <jl@openoffice.org>  [aa1ce526e3c1374a6f30ed37c97981f5a7eac243]

        WindowNeedGoodPosition returns sal_Bool now instead of Bool and includes sal/types.h

2001-03-20  Caolán McNamara  <cmc@openoffice.org>  [19ed3177a40faf069e103b8962c8a80f32765b0e]

        ##572## stop Escher Text attribute cascade and silence some warnings

2001-03-20  Armin Weiss  <aw@openoffice.org>  [473f82e13e67a6f227511c159c13ec6b85978631]

        *** empty log message ***

2001-03-20  Armin Weiss  <aw@openoffice.org>  [2af21dd2e4d30ecfff539827ce15c502d02e722f]

        corrected SdrTextObj::SetVerticalWriting(...) to do the right things for switching hor/ver text input

2001-03-20  Joachim Lingner  <jl@openoffice.org>  [3ed2ed5475d8ccc6bd15584fac802bd83203d368]

        includes sal/types.h instead of osl/types.h

2001-03-20  Andreas Martens  <ama@openoffice.org>  [1767db233f49ded07de6a875762b3a92ca571e09]

        Chg: More memory less flickering

2001-03-20  Christian Lippka  <cl@openoffice.org>  [640500a42871322406b45c02745bf2a3741fbe95]

        #84897# get item from pool if its not in parent itemset

2001-03-20  Joachim Lingner  <jl@openoffice.org>  [b7a55022bcf0852b06e595afa6e8f3f43b42c900]

        #includes osl/types.h, osl/macros.h, rtl/types.h, rtl/macros.h and declares TimeValue. Theses changes are only for UDK212 and will be removed with UDK213

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [21e6fa1bbc06e26f875303b14e498e3f5d0c5ece]

        correct dependencies

2001-03-20  Daniel Vogelheim  <dvo@openoffice.org>  [5ab4375ffebcbfd70416456a7e8c084cdd141066]

        - fixed: combined characters property state now identified through context id

2001-03-20  Sascha Ballach  <sab@openoffice.org>  [fc1b0b7780fce56cf2add5c4dadd1a30d5cbf28f]

        #81983#; update all dirty charts while import XML

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [357e297f9c766e884453f5a31d4c9edeaf356cb9]

        add. temp. includes osl/type.h, osl/macros.hxx, rtl/type.h, rtl/macros.hxx

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [01b7bc0418bca40b9e16704fe3ebe335eaa8cb9d]

        chg. True->sal_True

2001-03-20  Ocke Janssen  <oj@openoffice.org>  [7072a09edb9b6a36b260f87cfa7e797c7a7177b0]

        metadata corrected

2001-03-20  Oliver Specht  <os@openoffice.org>  [67ae607cb86f49553bf15838bd6f010b716d9eac]

        wrong bracket corrected

2001-03-20  Ocke Janssen  <oj@openoffice.org>  [a4f49679633096adb54d23304c19ceb2c85434f6]

        #83782# check if entry has a order crit

2001-03-20  Oliver Specht  <os@openoffice.org>  [ddb950d950fb254ce71a284c13ad2e98044f1b95]

        #83916# removed fix added again

2001-03-20  Oliver Specht  <os@openoffice.org>  [ec506500ed9950d970b5f7f1b3a317ee40564e1c]

        #85103# enable rename and delete for old text blocks

2001-03-20  Oliver Specht  <os@openoffice.org>  [aa55b171c2ba1750b389fc4cc86c07af72ef314b]

        NAMESPACE_RTL removed

2001-03-20  th  <th@openoffice.org>  [01b935eabb0bca7fafcc18bd9d3e5c30f48a46a1]

        remove namespace macros

2001-03-20  Oliver Specht  <os@openoffice.org>  [2b62cf77e3be49fbec6f7ec9962c04b762f2e95b]

        CharHeight accepts double values now

2001-03-20  Oliver Specht  <os@openoffice.org>  [311edc1f7e69e3966dc3add29ad6dda75a9f8bb1]

        controls moved

2001-03-20  th  <th@openoffice.org>  [707cb7c0a16e293a1e46acde71ca276c114f2e91]

        remove namespace macros

2001-03-20  Sascha Ballach  <sab@openoffice.org>  [7a6f85104727bcc0a6d2277cef968603e56cf507]

        #85051# fix api names to lokal names for named items

2001-03-20  Oliver Specht  <os@openoffice.org>  [9a53a7e6bf58164d9dc356c7358ce34586a1b6fa]

        new srchcfg.cxx

2001-03-20  Björn Milcke  <bm@openoffice.org>  [6ed487b3411d2b667ce73ad9d17896e4999902b7]

        #85005# get class id from storage rather than from factory

2001-03-20  Kurt Zenker  <kz@openoffice.org>  [ce83b1e6ea3fc59ad9089f66a4fb5725886698b2]

        remove namspace-macro

2001-03-20  Oliver Specht  <os@openoffice.org>  [2dcfcc204b4b7f11f54c0576f2807b724bd45a4a]

        search engine configuration

2001-03-20  Joachim Lingner  <jl@openoffice.org>  [8a622653260b2b49efa20101546b3c0800f361f2]

        Adapted source to UDK212

2001-03-20  Christian Lippka  <cl@openoffice.org>  [d49e0ade572cdae681ff0d61b03f8124ed104dd4]

        #84880# changed DoClose OwnerLock order

2001-03-20  Kai Sommerfeld  <kso@openoffice.org>  [446506abdecac63d6e3c93c6da609baed0ec09f7]

        Removed non-const version of Content::getCommandEnvironment().

2001-03-20  Tino Rachui  <tra@openoffice.org>  [e40c8c132e2c7aff2237b29f5ee5415bbdb58744]

        *** empty log message ***

2001-03-20  Jörg Budischewski  <jbu@openoffice.org>  [11230ba4e5c223623cf8a3b5a3501b74e9408fd8]

        XServiceInfo test added

2001-03-20  Malte Timmermann  <mt@openoffice.org>  [847488900cb6f3b6889e8d3dbb99dce00de9ca6b]

        #85149# Indenting...

2001-03-20  Jörg Budischewski  <jbu@openoffice.org>  [1d778719557d2931fb507f4b6f03af68a641388c]

        #85084# XServiceInfo added

2001-03-20  Ocke Janssen  <oj@openoffice.org>  [ca7e9baa022cb1690568104361431d831b68f08e]

        new defines

2001-03-20  Ocke Janssen  <oj@openoffice.org>  [e810f45092725f732794a6fd7a71b82bde61d5b9]

        #84865# some focus changes

2001-03-20  Ocke Janssen  <oj@openoffice.org>  [ce193bf42eac1979ea7d7d583b30140ce68bc635]

        cast to USHORT to avoid warning

2001-03-20  Ocke Janssen  <oj@openoffice.org>  [5f090a3b3c014ad3a72a545a0f4699b41d21eef4]

        new method to allow only uppercase

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [157d59e155d698ad520ddfe0aa93b00cfd3d2e13]

        #82884# awt.UnoControlImageButtonModel -> awt.UnoControlImageControlModel

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [e34e7e5aa7e5d387f592224c3c552b6a9eb1b3b4]

        #85148# when inspecting the control, care for a NULL access

2001-03-20  Andreas Martens  <ama@openoffice.org>  [90f7bda95f5b86bbb446f65fdcba8f71d35ff9d6]

        Fix(FME): Rotated text with background color

2001-03-20  Ocke Janssen  <oj@openoffice.org>  [517ef6fcb236805dd73bf4725e5ef2beb70baf8f]

        #84865# some focus changes

2001-03-20  Ocke Janssen  <oj@openoffice.org>  [a9558954413548163b5a09c1a7b9eb7e873372e6]

        new method to allow only uppercase

2001-03-20  Ocke Janssen  <oj@openoffice.org>  [2b29a089a3ec6b9197068129f16d998dd1332bcb]

        #83723# show error msg when crit is not valid

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [c10c3316c1ca23408c701b8ef192759bde4acc4f]

        #85115# for compatibility reason recognize the old 'detail-fiels' for a while ...

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [1aeed61aee4aa329af7e7c25672294d5a7987cf8]

        #85514# added an attribute to the map for compatibility to old (buggy) files

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [1228f8080ce180761515f2b702025c2efd471eaf]

        removed exportAutoStyles (was obsolete)

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [b432d4716a32d77ab04d0857e145c8a8770d056f]

        removed setAutoStyle (was obsolete)

2001-03-20  Frank Schönheit  <fs@openoffice.org>  [99a0801398b4e378f9774e09ae5db9810a6d17a0]

        #85114# #85115# corrected attributed names for encoding type and detail fields

2001-03-20  Jörg Barfurth  <jb@openoffice.org>  [997dd55ea9fcf900d39224282e1eaa9bee6ec77b]

        Made several ctors explicit to prevent unwanted conversions

2001-03-20  Patrick Luby  <pluby@openoffice.org>  [799ecf1a764db97300a15b93517e5360f6e73acc]

        Removed unnecessary -I options

2001-03-19  jp  <jp@openoffice.org>  [d7798bff20048aea3bc73a5f9469e335b759b47a]

        Bugfixes/Optimization for task #83168#

2001-03-19  Niklas Nebel  <nn@openoffice.org>  [deb5a394fe7396ebe329519711c425cf660d7e37]

        document properties AutomaticControlFocus, ApplyFormDesignMode

2001-03-19  Martin Hollmichel  <mh@openoffice.org>  [e0352f699a8fa75c95364427997d403020ece10f]

        fix: dependency, build connextor first

2001-03-19  Eike Rathke  <er@openoffice.org>  [dd1aba4c3364333d6b7e141f7b341863ecebb433]

        SvNumberformat: check condition prefix for right bracket

2001-03-19  Eike Rathke  <er@openoffice.org>  [86c82bafe2a78fbc1841ed29fa6864861fc4b96e]

        SvNumberformat: bracketed prefixes may appear in any order [RED][>0] On condition prefix generate GENERAL subformat if needed and not specified empty

2001-03-19  Niklas Nebel  <nn@openoffice.org>  [4d367f20562a0c1f1016996a06178d53f17e3934]

        #85110# never write more than one currency element in a style

2001-03-19  Juergen Schmidt  <jsc@openoffice.org>  [08d82326fb5fad78ca2c32f31854282ea9654fd0]

        change CPPUHELPER_MAJOR to SALHELPER_MAJOR

2001-03-19  Joachim Lingner  <jl@openoffice.org>  [b0a1f2c61b795ffc76752ed9abd3d250daa1f0a4]

        problem with newline character at end of file with solaris solved

2001-03-19  Jörg Budischewski  <jbu@openoffice.org>  [aeeb4e7eeb6a7df03a1f29fc3faaa8128bca3da7]

        CC-sparc has problems with arg naming

2001-03-19  Christian Lippka  <cl@openoffice.org>  [4467b67916a88710e8d9474e204a04b124d386e6]

        #85142# export text for graphic shapes

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [20eef0c1f56a86a6435f25a914fd991f9220ad6f]

        chg. True -> sal_True & False -> sal_False

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [49be595d95b1e7078c57eaf7d414f52d5cdbc191]

        chg. pParamPipeImp -> pPipe

2001-03-19  Patrick Luby  <pluby@openoffice.org>  [4fb17214d59ba72a140f1b9b8d6dffdfd9eec2be]

        Added more comprehensive posting of user events

2001-03-19  Daniel Vogelheim  <dvo@openoffice.org>  [199cbcdf184c4a6852e7c6c551cc9adbfcce6948]

        - made namespace attributes first in top-level element

2001-03-19  Malte Timmermann  <mt@openoffice.org>  [7ea5188c2f8c68527ffc749ebf3375059d60f0fb]

        SelectWord only when position IN the word

2001-03-19  Thomas Lange  <tl@openoffice.org>  [0bcf06992d9e201d0772ca13c28e3a4f60eb69eb]

        use TransliterationModules_IGNORE_CASE now

2001-03-19  Thomas Lange  <tl@openoffice.org>  [b09222dcc90800e7f14fae8f78282555135d1590]

        use TransliterationModules_IGNORE_CASE now

2001-03-19  Andreas Martens  <ama@openoffice.org>  [3e92ccda17e22a954424c1a5336dbf3a81463dc0]

        Opt(FME): Rotate, doubleline and Ruby handling

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [567b81f727a77ef4fbaf95c0650dbd83a50f0d03]

        chg. Hyper -> sal_Int64

2001-03-19  Andreas Martens  <ama@openoffice.org>  [f4fa0ce131e309548db43a01b1507caa1b69dc2e]

        Opt: Rotate, doubleline and Ruby handling

2001-03-19  Andreas Martens  <ama@openoffice.org>  [2136b0de8a0db832151bcc01512857d8de997c56]

        Opt: Rotate, doubleline and Ruby handling

2001-03-19  Christian Lippka  <cl@openoffice.org>  [08c7ee7c7430ce4fc4a81601ca231a28afdea877]

        #85127# correct import of old Content.xml stream

2001-03-19  Christian Lippka  <cl@openoffice.org>  [0b9b339cd0f9493a7b31bca5c6ccf6424781504f]

        #85127# catch exceptions when unknown parent style

2001-03-19  Sascha Ballach  <sab@openoffice.org>  [82ec86925cfe55cd2c9cf5db403634a4e0c3d135]

        fix a little bug

2001-03-19  Sascha Ballach  <sab@openoffice.org>  [74119c0e6605dfcb63eb42d5613c258207f12356]

        fix a little bug

2001-03-19  Oliver Specht  <os@openoffice.org>  [7e39e7eada4eed3a8f74c24ec80a488597f68263]

        ReplaceSetProperties works with empty node name

2001-03-19  Thomas Lange  <tl@openoffice.org>  [e6897a638e6d93aa47a428060a1168a8e7b95a35]

        #81069 nDicVersion member added to DictionaryNeo; global functions GetDicVersion and GetDicExtension added

2001-03-19  Niklas Nebel  <nn@openoffice.org>  [375a281f2b847dfcd2a104a909232036bf4f1725]

        #85109# ExportPart: for AutoOrder and SystemDate, check format type

2001-03-19  Thomas Lange  <tl@openoffice.org>  [bd0622ef0fe1392f8149ec60d4c556f588a77a4c]

        #81069 IsVers2 modified to accept version 6 dictionaries and renamed to IsVers2OrNewer

2001-03-19  Daniel Boelzle  <dbo@openoffice.org>  [8973c2cb17f381e6504444371f64992b237f098f]

        test C includes

2001-03-19  Lars Langhans  <lla@openoffice.org>  [e7db735a308586c085d251f3da1d10d66ec4eb03]

        #85017# MessageBox if preloading throws an exception.

2001-03-19  Tino Rachui  <tra@openoffice.org>  [a740ef3eeb7a56043857cc2e291e68ac774a81d4]

        *** empty log message ***

2001-03-19  Oliver Bolte  <obo@openoffice.org>  [c60f48f9b2286214adf33a73370a23b0573ce65f]

        SRC626

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [d50b334b994dc482f88c6d91bcbd06fa6431f5f3]

        Added SetViewSettings/SetConfigurationSettings to support settings.xml import

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [4c9d44a9f6ee636e3b226079cac863c6eac0402e]

        Added GetViewSettings/GetConfigurationSettings to support settings export

2001-03-19  Peter Burow  <pb@openoffice.org>  [da55468222e66413b0f134e3ab0e90f025003696]

        fix: unit convertion improved

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [20eeb6e8d6b7e671c597b2c43eae175875040321]

        added support for export of settings.xml

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [6ab975e494d1245413499680c2b1fffed188b8fa]

        Added support for import of settings.xml

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [14f943dcd3684a152eaf1fc6b0a12950365e93a3]

        Added XMLSettings Importer/Exporters

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [b14ea1e2a7f61a8b034542bd179318fe8f8f7238]

        Added Read/Write UserDataSequence methods

2001-03-19  Sascha Ballach  <sab@openoffice.org>  [e897ca8ca58e40b779bb75922d9d45489a69f769]

        call the base method of _exportstyles

2001-03-19  Jörg Budischewski  <jbu@openoffice.org>  [03b6905b919293ab1b00177bc2134b273b496d08]

        improved documentation of jumpToFurthest

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [c325704607ebf83f90ffe95505cb46110abce182]

        Added Read/Write UserDataSequence methods

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [a3a690529bf23c06b35adf780e0b8eaedcefd764]

        fix EndElement to always put the Sequence in the any

2001-03-19  Daniel Rentz  <dr@openoffice.org>  [f24ae26866e75095124d36b772e57e6b88fa40cf]

        #84906# border lines of merged cells

2001-03-19  Michael Brauer  <mib@openoffice.org>  [14ad8deef54555a12a4262b8728873ca8d5a5fff]

        import shapes bound to frames

2001-03-19  Sascha Ballach  <sab@openoffice.org>  [462c0e659d4abecfa10cd71facf489b15fa3fac8]

        forgot the & for parameters by reference

2001-03-19  Oliver Bolte  <obo@openoffice.org>  [29f8013ece7a0a8662f08b6eebd16e618f660e0c]

        UDK212

2001-03-19  Tino Rachui  <tra@openoffice.org>  [b97f7daa1003c93eb546c17d2fc3790277d02956]

        *** empty log message ***

2001-03-19  Andreas Schlüns  <as@openoffice.org>  [c380efcf1c9327e78ea9530f9983f7f5c7e2d810]

        #85112# disable frame loader service!

2001-03-19  Joachim Lingner  <jl@openoffice.org>  [dd7ec75bb716b65312ad2dc2c89c9c269de8009c]

        NAMESPACE_STD replaced by std::

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [0eac63d6d9ec65f410258136baf4e1ea381bc93b]

        #83970# +AutomaticControlFocus / +ApplyFormDesignMode

2001-03-19  Andreas Bregas  <ab@openoffice.org>  [8042c291b883b489429d20f299cd5b47d96b8a4c]

        Added namecont.obj, scriptcont.obj

2001-03-19  Ocke Janssen  <oj@openoffice.org>  [330d88e4246eccdd0b50106a6900038572ecc95a]

        #84863# impl shortcut to change between treeview and gridcontrol

2001-03-19  Andreas Bregas  <ab@openoffice.org>  [bf85ce5fc4ee2163c77778e94373c3c31aed3822]

        Use new xmlscript stream interface

2001-03-19  Andreas Bregas  <ab@openoffice.org>  [7e632c678aab3fde6f5ed1f4085bc9da94d917c6]

        Use new xmlscript stream interface

2001-03-19  Ocke Janssen  <oj@openoffice.org>  [ebd9c52c3c39579e01d202d648f4439408035eda]

        use of OJoinTableView

2001-03-19  Ocke Janssen  <oj@openoffice.org>  [5b5c4d83d3b18047d7913173da30339162d621cb]

        use USHORT instead of INT32

2001-03-19  Juergen Schmidt  <jsc@openoffice.org>  [f20860ba393aa5727984bc09c29f253ff989adec]

        change False to sal_False

2001-03-19  Ocke Janssen  <oj@openoffice.org>  [cee9d498279752e22a0e109ed0066352a3c995cd]

        unsigned/signed

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [ad086170b8d48dd857cf862475dfa461bea55caa]

        allow backwards compatibility to pre-626 builds with an #if SUPD>625 check around the component name

2001-03-19  Peter Burow  <pb@openoffice.org>  [43713254ba434bfdcf051a3367f67f4a382cd4c2]

        fix: #84358# TwoLinesPage shows the correct font

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [67a5cf1b920e882156a738afd9b0f04789527698]

        also deliver the manifest DTD file

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [605f905d7639ac05b94f600ea69ecfbe90ba344a]

        added attribute to ensure a namespace declaration

2001-03-19  Peter Burow  <pb@openoffice.org>  [ec716e8c8287269a4ed8b4ca6081df30106864ea]

        fix: #82850# #81895# better control alignment

2001-03-19  Sascha Ballach  <sab@openoffice.org>  [4435ae810e584d7dece0eff8be6b43ba0c4e6d1a]

        finished import of document settings

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [09e745b8a910dffc069d3d6f0ba3ed8d741ec689]

        added dummy methods for ReadUserDataSequence and WriteUserDataSequence

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [e6e11654360bc15e67be85b3dfdcc4f760fd135d]

        Merge SRC625: 19.03.01 - 13:14:16 (NoBranch)

2001-03-19  Daniel Boelzle  <dbo@openoffice.org>  [3de02ddb4e36a7a1a8bd492772bb225395c2adec]

        *** empty log message ***

2001-03-19  Sascha Ballach  <sab@openoffice.org>  [8c3ac39d87c18e6d26162a9d5d04fa54b181eb72]

        only export chart styles if all content is to export in one steam; fix bug that the shape attributes are not exported

2001-03-19  Oliver Bolte  <obo@openoffice.org>  [9db60affa5f86d22064628e5b3dc14788d966521]

        Merge SRC625: 19.03.01 - 13:06:12 (NoBranch)

2001-03-19  Oliver Bolte  <obo@openoffice.org>  [78b4c1b422abdb791ba2d2e44571c2209b7b167d]

        Merge SRC625: 19.03.01 - 13:04:46 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [0a84e903cf945139f632efc92ba4464e1d8cac36]

        Merge SRC625: 19.03.01 - 13:05:11 (NoBranch)

2001-03-19  Daniel Boelzle  <dbo@openoffice.org>  [1f63800f14dc0bb10ff55bf3545a4f85d76c5b0f]

        fixed string conv problems

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [eb98b7e4ab3e552b4c3208b169cce874d7d9e101]

        Merge SRC625: 19.03.01 - 13:02:48 (NoBranch)

2001-03-19  Oliver Bolte  <obo@openoffice.org>  [a3a89ff2e2edefa26a0dae197aa6fe91ea1788d1]

        Merge SRC625: 19.03.01 - 13:01:05 (NoBranch)

2001-03-19  Matthias Huetsch  <mhu@openoffice.org>  [930d13f0378d4af14463d22c0dab4b7497441872]

        Disabled last change (using osl::File path routines).

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [90d02619109f57958175e1d89ccbddadc6bcadc5]

        Merge SRC625: 19.03.01 - 12:57:21 (NoBranch)

2001-03-19  Oliver Bolte  <obo@openoffice.org>  [072456426454e7151fbb7c4523a3dba3dda6d5c5]

        Merge SRC625: 19.03.01 - 12:56:09 (NoBranch)

2001-03-19  Dieter Loeschky  <dl@openoffice.org>  [99c821d14583bd129574af078898ecfe51295386]

        #84542# ClickCheckboxHdl: aCbxPagename handling

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [fa9ef869c91d867f929dac739933474c2fdd9afc]

        Merge SRC625: 19.03.01 - 12:49:04 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [80ac5bf72c8619108dfd8c9ac83296fca0085a0b]

        Merge SRC625: 19.03.01 - 12:46:54 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [b1ffe111c98d03bda7be7422236998930c19805d]

        new version for UDK212

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [d5a06f7b82a7c8dedb7da0ef545408ebd6619fce]

        Merge SRC625: 19.03.01 - 12:44:47 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [63d2444fb84154f1ef56f4b8a3b616308827bcc7]

        Merge SRC625: 19.03.01 - 12:42:43 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [5c9097e4dcb89c70910190f00b19446f72a5563b]

        Merge SRC625: 19.03.01 - 12:40:34 (NoBranch)

2001-03-19  th  <th@openoffice.org>  [2d2fb881fcdcedfd6f4b30f52af09b3c285ec5e5]

        OU/OString-Conversion now without a names temporary object

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [c05b23d01a6d2f6b5d85236e85ae33e743e23cff]

        Merge SRC625: 19.03.01 - 12:35:02 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [a2ba6875900634f4c71d455e17e47bea3b38e391]

        Merge SRC625: 19.03.01 - 12:34:51 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [2378be35d839cf73d9234f010960a34aba8baf8d]

        Merge SRC625: 19.03.01 - 12:32:26 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [be9ca1bdd9bc2b34de4a4a12f5ba4023d7c1159a]

        Merge SRC625: 19.03.01 - 12:32:35 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [0402067f1a854571e7a90183c40d75c7ba5b9d28]

        Merge SRC625: 19.03.01 - 12:27:37 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [4d2fa58280cd3132eb564473a17917c4f8519ba9]

        Merge SRC625: 19.03.01 - 12:25:08 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [3152b9450e70a1d7f926190fb25a48d601d6298d]

        Merge SRC625: 19.03.01 - 12:20:09 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [9bceffa6d39342d0666e30d726399dd12a47770c]

        Merge SRC625: 19.03.01 - 12:16:57 (NoBranch)

2001-03-19  Joachim Lingner  <jl@openoffice.org>  [8aaf404c5f8ce1228e1331946b531e7daa8db740]

        removed vos dependencies

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [957cce659b4e147ba1495fe5c95ed01508486d3e]

        I want to test the code that requires SetDoc more before commiting

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [0c47e965f075c9a7f42e355c0feec27d4bb6c332]

        Added SetDoc method

2001-03-19  th  <th@openoffice.org>  [3eae5562eb58a69bbde099b39b0c05a931ac5d99]

        Correct lastIndexOfStr

2001-03-19  Oliver Bolte  <obo@openoffice.org>  [bce210f1586413b23101ec9b73b7f9de2da70fb1]

        Merge SRC625: 19.03.01 - 12:04:33 (NoBranch)

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [c29a2c06d36ebb51a61e039f72780643191f51cc]

        Merge SRC625: 19.03.01 - 12:03:06 (NoBranch)

2001-03-19  Joachim Lingner  <jl@openoffice.org>  [90d66bd71f74ac8b96daf6d0382cf194b208a2f4]

        removed vos dependencies

2001-03-19  Michael Brauer  <mib@openoffice.org>  [9c1ff4ff9a72bede0f91705dd8d5f0bbfa00fe9c]

        reomoved obsolete methods

2001-03-19  Joachim Lingner  <jl@openoffice.org>  [39a616126fc1489702e9b7f2c00047565010e18a]

        removed vos dependencies

2001-03-19  Martin Gallwey  <mtg@openoffice.org>  [a6d92a78d4d35add5bffb0a7a442f7e7159a3637]

        add config namespace

2001-03-19  Thomas Lange  <tl@openoffice.org>  [304ef2b1b18782d92d35cd35d89a6b8d0cccf081]

        defines for XML filter names used

2001-03-19  Thomas Lange  <tl@openoffice.org>  [8da402821b96a652453363082a45856f7ce98019]

        defines for filternames added

2001-03-19  Sven Jacobi  <sj@openoffice.org>  [d6950d9a41b2c93d7968680f975a4fcac1a48a60]

        apichanges: cppuhelper/extract.hxx -> comphelper/extract.hxx

2001-03-19  jp  <jp@openoffice.org>  [d1e45a8e353ba02f02ce4838f6d90f248e3f9d7b]

        use the above/below words now from the localedatawrapper instead of the shellresources

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [fab5a6d72b7c6940a0bb60315354f2161a78db1a]

        Merge SRC625: 19.03.01 - 11:20:39 (NoBranch)

2001-03-19  Joachim Lingner  <jl@openoffice.org>  [a00fdd238546f0b133ed729dddfb33fe6190381a]

        *** empty log message ***

2001-03-19  jp  <jp@openoffice.org>  [6dd81a108a0b342bb722e4cb2028642784f0165a]

        new reserved words

2001-03-19  jp  <jp@openoffice.org>  [33add39e3c85c8be8dcc581f2a110f3ef381e58b]

        new reserved words

2001-03-19  Christian Lippka  <cl@openoffice.org>  [b614adaa24e430157717bd2ecb4698f20f17f64d]

        added xml and api support for player

2001-03-19  Christian Lippka  <cl@openoffice.org>  [8adb70f25145e653ea0befb39ce2f07742df3d6b]

        added xml and api support for player

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [3644d2df67fedd936ec5685f140ef9a7a07a6721]

        Merge SRC625: 19.03.01 - 11:19:03 (NoBranch)

2001-03-19  Daniel Boelzle  <dbo@openoffice.org>  [e03e840472832ac375ce24ec6273a0bef27bcefb]

        *** empty log message ***

2001-03-19  Mathias Bauer  <mba@openoffice.org>  [d17d89da5a802de5fdd1763f6e90dd5cc162318d]

        Bug in OpenStorage_Impl: no multiple open for OLEStorages

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [784d6e0ef350f7853b6f37578a6775d25830f2fc]

        Merge SRC625: 19.03.01 - 11:16:04 (NoBranch)

2001-03-19  Joachim Lingner  <jl@openoffice.org>  [32da2af509fbfe50f92ba685e88dcaf048e498a2]

        removed include <vos/conditn.hxx> and <vos/thread.hxx> and using namespace vos

2001-03-19  Daniel Boelzle  <dbo@openoffice.org>  [ad38c63275f93790582d481b238ab6fa75557252]

        corrected stream reading

2001-03-19  Dieter Loeschky  <dl@openoffice.org>  [9f8993bbd2a7432d97528bd896f2a5e45e4bc1a7]

        #85052# UpdateTitleObject(): case (pTO && !bText) removed

2001-03-19  Kurt Zenker  <kz@openoffice.org>  [fae3f364c24fc5a831aed2998eb4d8bdd4f2c94e]

        add. SALHELPERLIB

2001-03-19  Christian Lippka  <cl@openoffice.org>  [f0bec2e13fb355296bb2d35be5ac49dce4545398]

        added xml and api support for player

2001-03-19  Christian Lippka  <cl@openoffice.org>  [8ef1a1f6dce4b61399f4f623a4d8a23e7093bbae]

        added xml and api support for player

2001-03-19  Nils Fuhrmann  <nf@openoffice.org>  [df9fbc5e93e6e3bc9b451ada3283641b439ba86c]

        Merge SRC625: 19.03.01 - 10:45:44

2001-03-19  Nils Fuhrmann  <nf@openoffice.org>  [85ccee24bd20d433a05945a01ea134edf63daa49]

        Merge SRC625: 19.03.01 - 10:43:38

2001-03-19  Nils Fuhrmann  <nf@openoffice.org>  [2918273ba52683c7c0c9ef2de02abf4dd4d2ec34]

        Merge SRC625: 19.03.01 - 10:41:35

2001-03-19  Michael Brauer  <mib@openoffice.org>  [5cf764b8e670a7a4b1532a547a9e4d0b41704c77]

        new numbering types

2001-03-19  Nils Fuhrmann  <nf@openoffice.org>  [d681e27c183c0b09f4fe2ee80fe6e01ab9ef87b1]

        Merge SRC625: 19.03.01 - 10:38:11 (NoBranch)

2001-03-19  Joachim Lingner  <jl@openoffice.org>  [22e92e4f6caef998531124e2c3cf7a28ebdac2b1]

        include <sal/types.h> added

2001-03-19  Christian Lippka  <cl@openoffice.org>  [2f663725d595f6f24482cf80baddb0e7b4194d13]

        added xml and api support for player

2001-03-19  Nils Fuhrmann  <nf@openoffice.org>  [beca589944703c38175acd80596bba1c992be68e]

        Merge SRC625: 19.03.01 - 10:35:19 (NoBranch)

2001-03-19  Ocke Janssen  <oj@openoffice.org>  [6f467af4f24dc3bcb3b8d1ef41372ea88fb94e9e]

        new dir for unotypes

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [57f30becb88fe8b2cb4a14e0354aa0b43fcafa9d]

        overload setNew - forward the flag to the inner table

2001-03-19  Juergen Schmidt  <jsc@openoffice.org>  [2b8fb0f56e1e35816d2ff22a37aede84e66ad5cb]

        change option description

2001-03-19  Mathias Bauer  <mba@openoffice.org>  [2fffb3ebbf331b1ff3c68ba75c435da312b4f0dd]

        TransformOnActivate for objects in old file format

2001-03-19  Mathias Bauer  <mba@openoffice.org>  [d26dbadd442abbaeebe21d862286ece52f993026]

        Cleanup: removed old filter loading

2001-03-19  Mathias Bauer  <mba@openoffice.org>  [4db91b6271876d68600565a820f63bcbc65f6089]

        Every FactoryContainer must have a DetectFiler function

2001-03-19  Mathias Bauer  <mba@openoffice.org>  [711380281d8e7b386a710ff1593cd5caa0fa13ae]

        Cleanup: removed filtercontainer for office documents

2001-03-19  Christian Lippka  <cl@openoffice.org>  [e0e6bb703b1d08b30ea66e932b95f1dc88551122]

        added xml and api support for player

2001-03-19  Oliver Specht  <os@openoffice.org>  [0567a15afbef922456e51481fed988cd8b3fa616]

        allow extended numbering types in footnotes

2001-03-19  Tino Rachui  <tra@openoffice.org>  [3e540563aa89605ae701cd7b96e4dca2f01bf12e]

        *** empty log message ***

2001-03-19  Mathias Bauer  <mba@openoffice.org>  [c95a5cc65895f2f7e21e4b9f013399ea0117e221]

        Cleanup: removed old filter loading

2001-03-19  Tino Rachui  <tra@openoffice.org>  [04b8820c47a5977f0055dbb8f661cae622c93564]

         ImplHelper.cxx

2001-03-19  Andreas Schlüns  <as@openoffice.org>  [37daa42c6d3e045c472497a7b7f1a285a5cca27e]

        new component description

2001-03-19  Andreas Martens  <ama@openoffice.org>  [86b791d01c7f77a9b4ce760cc4e6d1e121a0c4ab]

        Fix: Rotated and double-line attribute mismatch

2001-03-19  Andreas Schlüns  <as@openoffice.org>  [34aed65b8ef19f5786602058a96d8f50329ac9f8]

        new component description

2001-03-19  Oliver Specht  <os@openoffice.org>  [11908a42ee9bf736ed205b89d152ba35e46a4baf]

        allow all numbering types > 0

2001-03-19  Kai Sommerfeld  <kso@openoffice.org>  [31d5699b8170a3607adaf4fce1ea3981cf0634e9]

        Adapted to changed service name ( SUPD>625 ): com.sun.star.packages.Package -> com.sun.star.packages.comp.ZipPackage

2001-03-19  Christof Pintaske  <cp@openoffice.org>  [488f685350a8389f1f21400d887fedcb20b64cc0]

        x11 font cleanup

2001-03-19  Juergen Schmidt  <jsc@openoffice.org>  [b969efb18c0ca706049b4c786abb6a6e1fd9ce15]

        change voslib to salhelperlib

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [59a1cfc72b9d5723e7a4ce0228839ce65cb9fac9]

        initial checkin - implementation of ODescriptor

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [58e3e6943a818e3efbdf8a32abe8283302b0c3c5]

        added VDescriptor.cxx

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [21e88bc43e5a8de90c83b7788bfb1dc2699c55c6]

        moved the ODescriptor implmentation to VDescriptor.cxx

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [fdbaf420e324b9bf5c4cc928d4635c40680c82cd]

        made setNew virtual

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [5bb7917175fec96118b19cc7afbb977df8fe0b26]

        removed DefaultText (copy'n'paste error)

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [f0be09160ca0421fc2e22dab03d3d3e95a320a89]

        moved an include from a header to the appropriate cxx files

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [e064653310dde1e9b0693dfcf97da6919555b3f5]

        +QUERY_SAVE_TABLE_EDIT_INDEXES

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [de44ebbfa3674835801ea5c972906efb01b4f261]

        +doSaveDoc: save design before editing indexes

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [d86c697d05b772cf101fe271357001f43eab8e8b]

        ensure that no fields occure twice when committing

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [0e6ac05d52f2363d07b0b0408b948c829f0391c4]

        initial checkin - basic non-UNO wrapper for indexes

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [ab57580f8c0266bc8a2f82b3d89456171df6c829]

        +implCheckPlausibility

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [ee71763e10b2dfe3eeea3f5a961ed7186c9bfd70]

        move OIndexField and OIndex into indexes.hxx

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [28118aee32f2967e3a0a8810e0458783cfb89102]

        +STR_INDEXDESIGN_DOUBLE_COLUMN_NAME + QUERY_SAVE_TABLE_EDIT_INDEXES

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [4ae9f410e3febec5bb784893bcfdc5a07dc27786]

        no controller if not enabled

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [9403281ad3ed8dfa9766d1014c850b6372200e3b]

        +STR_INDEXDESIGN_DOUBLE_COLUMN_NAME

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [a7e529277187217a5f80c588bf8dec2e5a9857de]

        check plausibility before saving

2001-03-19  Frank Schönheit  <fs@openoffice.org>  [a6f82f3f012f752d8ac28e7a16281f01b424507e]

        no context menu if no entry is selected

2001-03-16  Niklas Nebel  <nn@openoffice.org>  [7de063b822c134e14d56d33068a80fa804e97b1e]

        createUnoPage: use own subclass of page uno object

2001-03-16  Niklas Nebel  <nn@openoffice.org>  [b3d46b16be20a1aceaeb76fb9648a015c86472ff]

        shapeuno, pageuno

2001-03-16  Niklas Nebel  <nn@openoffice.org>  [c70f2a5cdb016542a7dd1d5cf3cc834522190e21]

        object which aggregates svx shape objects

2001-03-16  Niklas Nebel  <nn@openoffice.org>  [ccd6cb2b9db09d20542ea35c59a7405b71dd65f7]

        own subclass of page object

2001-03-16  Niklas Nebel  <nn@openoffice.org>  [aef523664a5f8d7b56ebc1674b36367298b59b49]

        use sal integer types

2001-03-16  Kurt Zenker  <kz@openoffice.org>  [60ffb02c0953cf109935d2d7484bd9cc0e8765e3]

        new version for UDK212

2001-03-16  Kurt Zenker  <kz@openoffice.org>  [ab4c7638f6a72a61d46d7991bff76958e4f2547c]

        new version for UDK212

2001-03-16  Kurt Zenker  <kz@openoffice.org>  [09f3ef2887b988748eb734cf96550cbc8b2fd92f]

        UDK212

2001-03-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [943ec5c3d788abef4d27bb8e1fd343932ea9c92b]

        new idl compiler

2001-03-16  Kai Ahrens  <ka@openoffice.org>  [bab37c9fc9d4926676874cdd78207a6facc00b29]

        optimized hatch output

2001-03-16  Kai Ahrens  <ka@openoffice.org>  [b3869214ac461ef5404fcc91c65151d9d925c041]

        #85026#: support for WMF

2001-03-16  Jörg Barfurth  <jb@openoffice.org>  [12fa33474922121d26c816a2167af77c5df4d47d]

        Added classes for new parsing/formatting/locale-handling

2001-03-16  Jörg Barfurth  <jb@openoffice.org>  [63614f212e379c1ba944488478841b5d3419ee9a]

        Revised handling of localized value nodes

2001-03-16  Kai Ahrens  <ka@openoffice.org>  [0b1a3e1ca2a748ceea664782543aad2b464158cd]

        #84024#: set version and key at opened stream

2001-03-16  Jörg Barfurth  <jb@openoffice.org>  [5e7c7656e8b8fc630d4154b639f7cf39bf0e3682]

        Support for better abstraction when building trees

2001-03-16  Jörg Barfurth  <jb@openoffice.org>  [3b1871be12962fbb0e1bbc9941f2a97fdd34320e]

        Revised support for native type pseudo-templates; now includes the special case of localized values as sets

2001-03-16  Patrick Luby  <pluby@openoffice.org>  [29c8c1619511f88fe5bfe12d9e8608f8be0d783e]

        Test program is now working

2001-03-16  Jörg Barfurth  <jb@openoffice.org>  [2c82e7461da09182d25b594b1c87e906d48f5d10]

        Support for better abstraction when building trees

2001-03-16  Jörg Barfurth  <jb@openoffice.org>  [15c64b7ac400eff4141e390eff6bd2f0d56cb705]

        Inproved parsing of value-nodes (needed for localization)

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [ab32dd2c154fac311a536a9dc1e418fe76dbc26f]

        include dbaccess_slotid.hrc

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [e10fc12c618070a6bb9c4b13d6a14200236f101c]

        initial checkin - slot ids for dbaccess

2001-03-16  jp  <jp@openoffice.org>  [746dc20edc1ca055390d75356928e9504a15a442]

        new: im-/export emboss / engrave attribute

2001-03-16  Martin Gallwey  <mtg@openoffice.org>  [19e677a2e8a4d6abc85773c5a7072e5216307a46]

        comply with MI's required change for package->packages, as package is a reserved word in Java

2001-03-16  Patrick Luby  <pluby@openoffice.org>  [b14334aa0e52ee83c291f1de5b7d1e1dd0ce5dad]

        Initial checkin of test program

2001-03-16  Kai Sommerfeld  <kso@openoffice.org>  [6e885b28bccdbf267721598b636cd394901fe600]

        Adapted to changed module name: css.package --> css.packages (SUPD>625)

2001-03-16  Kai Sommerfeld  <kso@openoffice.org>  [80d85f35bd9677d451812e9985021501490bd4b1]

        SRC626+ com.sun.star.package.Package --> com.sun.star.packages.Package

2001-03-16  Juergen Schmidt  <jsc@openoffice.org>  [cb052b66e6e945ae51f93baf28a53c9a5ad07d2e]

        remove interfaceheader with uik and remove [const] in method definitions

2001-03-16  th  <th@openoffice.org>  [2503ca170abbf7dc9faebe97369b8a67d9423cea]

        create better hashcodes

2001-03-16  Daniel Boelzle  <dbo@openoffice.org>  [02836cba55eedbf9424ecc89ea3ea834d3a99488]

        optimized inline implementation of UNO base types

2001-03-16  Philipp Lohmann  <pl@openoffice.org>  [ea2821ae633ff5e6e23634f3dfac04d737ec7c70]

        removed vos::getProfileName

2001-03-16  Juergen Schmidt  <jsc@openoffice.org>  [57728cd1ebbba73a2fda0eb619493d2af9ab0792]

        change vos::ORealDynamicLoader to salhelepr::ORealDynamicLoader

2001-03-16  Tino Rachui  <tra@openoffice.org>  [52dbacf7cd5f28ac400b6a60693a522d371d7609]

        *** empty log message ***

2001-03-16  Tino Rachui  <tra@openoffice.org>  [1434b5f4363053a8747a401d0f50b7c25c31b7ba]

         MtaOleClipb.cxx

2001-03-16  Juergen Schmidt  <jsc@openoffice.org>  [1fe53c887b0c3ba145b752eab7d0dc6c20fb7abd]

        remove OStartupInfo

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [9f96159eeda8518390c1ca4e8aef66ba93c1019a]

        call construct from the default ctor, too

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [9656be07d84ea306b5a15e7a0013c5b1f8a97a3e]

        removed unused include <vos/..>

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [dad125a7fd4021d57f64725a7f1d6e01e1acde0e]

        added index design functionallity (missing correct enabling/disabling, yet)

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [fec09752ca02944852607a7eef52a05caaf304a2]

        added a slot for the index design

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [99dbe15b711463da9e1555ca94346689506b66ea]

        do an own sorting in the listbox (using a collator service)

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [90574aaf3f9990087573b6fcadf7bc89958ef924]

        replaced vos::Thread by osl::Thread

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [4dcb2ba8b18094471a58eb61ca84a7e9459f81ad]

        initial checkin - index design dialog and friends

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [21d09e2454f88bcd9fabcbeba397eaec5113fbba]

        added index design related files

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [5fda64636914dfa7ac27164f09e791e0d8a9e4f3]

        initial checkin - non-UNO index collection

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [1a4e19c2bd93ba4a083a913ba3f591f3e564097f]

        +indexcollection

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [55b7bbb188b325da18e3c5a9deb9963bf429b7c3]

        initial checkin - index design related classes

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [aae827aa2cf7513fe5a6c898af7b4ea594f1e24a]

        added the index design dialog

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [15a17912b7b3a0d507b1b4993a432caa1c42e103]

        removed unnecessare vos include and replaced False by sal_False

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [33c815eee684d8a24a73647a4b3e9843b82cd4da]

        new ids for the index design dialog and friends

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [906b87703cb29dbccc9f75801310cff66fee8143]

        do an own sorting in the listbox (using a collator service)

2001-03-16  jp  <jp@openoffice.org>  [3164339f28876ba3d323690d89cc1b94cf121332]

        must change: header moved

2001-03-16  jp  <jp@openoffice.org>  [683a81e49508654f1749c9ab532cb46d7d12c2df]

        must change: header moved

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [2af2a0c812b5ad84793d920912d291f2bb2e77d6]

        using osl::Condition, osl::Module instead of vos::OCondition and vos::Condition

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [f76a61fb608e89d04bd6bbd73f95eb460f5c24e4]

        NAMESPACE_RTL replaced by ::rtl::

2001-03-16  th  <th@openoffice.org>  [2bb879edc64ae8fed24adeada9f8dbcea2089ab6]

        use string conversion from RTL

2001-03-16  th  <th@openoffice.org>  [dc6e257ea8bc9d6b96b67515f64bd9e9809b9767]

        cleanup

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [1851fe20ec4ede5eea7a15402305056b845df989]

        script did udk cleanup: -osl/types.h -osl/macros.hxx -rtl/types.h -rtl/macros.hxx -OSL_ENSHURE +OSL_ENSURE

2001-03-16  Philipp Lohmann  <pl@openoffice.org>  [6337bd9e6329b9d0aa9d2bc4e6edb8c959839872]

        switch to generated RTTI for exceptions

2001-03-16  Sven Jacobi  <sj@openoffice.org>  [315052727c1815817a5ac1704e7d236375fd31b7]

        changed property names that are used to access the configuration management

2001-03-16  th  <th@openoffice.org>  [8227ab85b14cbb89ffe69fdabb9ab012b0aeedd3]

        comments

2001-03-16  th  <th@openoffice.org>  [177105f7b87fefce5b285f127d13627b2715e48a]

        rework/to.../better documentation/SAL_THROW

2001-03-16  th  <th@openoffice.org>  [6616b77b735948034c85f234c086d28352de9e03]

        rework/to.../better documentation/SAL_THROW_EXTERN_C

2001-03-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [09a6b8da642aa14e1073f9b62afcd16f876a8ab4]

        fix cut/copy/paste error

2001-03-16  th  <th@openoffice.org>  [a3c1a21ce4902d07d39dedb0a00e33da54ab3742]

        include ustring.hxx -> ustring.h

2001-03-16  Jörg Budischewski  <jbu@openoffice.org>  [b6502ce2288c18801ef421ab70eced3788b2294a]

        osl_getIOResources removed

2001-03-16  Juergen Schmidt  <jsc@openoffice.org>  [c2284a7e3cc920c7e6592a41c06ca2bfe4a59950]

        remove interfaceheader with uik and remove [const] in method definitions

2001-03-16  Armin Weiss  <aw@openoffice.org>  [f37161dabdc5193c116dd96683bfc3fad1734e76]

        Removed loop when setting Items at the object in method NbcSetOutlinerParaObject().

2001-03-16  th  <th@openoffice.org>  [83c830ff08ad2573d798a5b55d6145aebc35954f]

        rework/bugfixes/optimizations

2001-03-16  th  <th@openoffice.org>  [8d162d68403e916cca2c53813c7210288655070c]

        strimp.c

2001-03-16  th  <th@openoffice.org>  [cb6ab44fbef0a71984a15766d5ad7dcbe0a82a10]

        template implementation for String/UString

2001-03-16  th  <th@openoffice.org>  [ef725cecca8bc51f9607d00025996b992cd4e4d3]

        internal functions for String implementations

2001-03-16  jp  <jp@openoffice.org>  [7b2a5e4a0d050b806d5930868f1074590b0b6989]

        new: vertical support for textboxes

2001-03-16  Malte Timmermann  <mt@openoffice.org>  [9ac264b46eda3a03bef0116673d473b4c48fe180]

        Changed XSystemChildCreation to XSystemChildFactory

2001-03-16  Sascha Ballach  <sab@openoffice.org>  [97da5a6192d2602f19580f6040ee8cc1ea15a094]

        remove double include of extract.hxx

2001-03-16  jp  <jp@openoffice.org>  [74367803e3b8d72032a4fbf5d7a0841334df7dd7]

        new: vertical textboxes

2001-03-16  Vladimir Glazounov  <vg@openoffice.org>  [0407bbd290be8be50dd7a6023b97620a6cf97733]

        SRC626

2001-03-16  Niklas Nebel  <nn@openoffice.org>  [099d18b58ea5ddae336d0e52d71e83cc7f11c72a]

        changes for udk212

2001-03-16  Oliver Specht  <os@openoffice.org>  [c8f67ca1a3de327dc9c3ca34df3f3315e9c236b7]

        Surround corrected to text::WrapTextMode

2001-03-16  Sascha Ballach  <sab@openoffice.org>  [0ccbd5e1389c4a62a677482210cee1789e611d08]

        did the required change (move of extract.hxx form cppuhelper to comphelper)

2001-03-16  Caolán McNamara  <cmc@openoffice.org>  [1a38cabac8bd4d346a9a3d09d0f7250f7db8eb26]

        ##503##,##508##,##176##,##502##,##516##,##517##,#78761#,#78762#,#84406#,#83168#,#84126# New piecetable handling and new undocumented sprms, disable by defining CRUEL_CUT, fixes quite a bit I hope

2001-03-16  Oliver Specht  <os@openoffice.org>  [6375bf3aa44e3ec2ce9bfc797a5a66406a0bc83b]

        Surround deprecated

2001-03-16  Niklas Nebel  <nn@openoffice.org>  [71f9f79bb3c418c257f92167427f51c8a757a951]

        changes for udk212

2001-03-16  Oliver Specht  <os@openoffice.org>  [c71e2292987fdf85038bcc815bd9c410d5866cf3]

        #85074# TextWrap removed - inherited from Textontent

2001-03-16  Niklas Nebel  <nn@openoffice.org>  [25fbd0f9289457a7b90e59cef12f5c7547a4bec8]

        extract.hxx is now in comphelper

2001-03-16  Caolán McNamara  <cmc@openoffice.org>  [6f6e5a8613c5803365934473d6071846a3e2596e]

        ##561## Styles should inherit the toggleable attributes from eachother

2001-03-16  Niklas Nebel  <nn@openoffice.org>  [54058524c0fe22824435568370018300705e40ae]

        changes for udk212

2001-03-16  Sascha Ballach  <sab@openoffice.org>  [d73be579fe33535ee7ef9749f2ca9755166ad37f]

        remove NAMESPACE_RTL macro

2001-03-16  Caolán McNamara  <cmc@openoffice.org>  [2fe5af7de1ff0b25ac4a192f2b9966be9843845f]

        Add some undocumented sprms

2001-03-16  Kai Sommerfeld  <kso@openoffice.org>  [1c17d093ebf3cb0bdbe69b09fbbbadd9f4498842]

        Brought up to date.

2001-03-16  Kai Sommerfeld  <kso@openoffice.org>  [8c4e352db7abb85b774a7a6d9d7ad5c959ba3aed]

        Brought up to date.

2001-03-16  Caolán McNamara  <cmc@openoffice.org>  [ba1974816b730f3c68cedc7d43287f7c59f3b840]

        reformat code

2001-03-16  Sander Vesik  <svesik@openoffice.org>  [f1ded4495f87a1fed0ab87ea369483e6ee69d86c]

        Add support for jdk 1.3 on Linux/x86

2001-03-16  Ocke Janssen  <oj@openoffice.org>  [3682571c782889c14a5f8ebecbce9e442638a0e8]

        changes

2001-03-16  Sander Vesik  <svesik@openoffice.org>  [18746be820822297cf9528c85933ad07f1ca6a77]

        Merge NetBSD support from OO619B (configure rev 1.19 was generated from this one)

2001-03-16  Sascha Ballach  <sab@openoffice.org>  [d22ab4775bebe38e4bc8b90431efdebc259dde03]

        create nPos with 0 as default

2001-03-16  Thomas Benisch  <tbe@openoffice.org>  [694a3e11e452e71a0d9d73cf08fa7bc97edc8a61]

        added dialog editor resource file

2001-03-16  Sander Vesik  <svesik@openoffice.org>  [7d61c543ad7c63e8d6680d48da0ce928528c71e1]

        update configure.

2001-03-16  Sven Jacobi  <sj@openoffice.org>  [2ba4ed387cec474c578d539a7535b52304514ef1]

        fixed ole export for powerpoint filter

2001-03-16  Tom Verbeek  <tv@openoffice.org>  [8546207455cbf83fac653f0cf51c80c4aa70ed2a]

        converted to XML

2001-03-16  Thomas Benisch  <tbe@openoffice.org>  [02a760c3074eb0d08410cb42f5b103e6af7c6145]

        identify controls by servicename

2001-03-16  Mathias Bauer  <mba@openoffice.org>  [c375b947ee24b5421cbd34deff4ea9e087b0631f]

        #84963#: get ClipboardId always using HumanReadableName

2001-03-16  Thomas Benisch  <tbe@openoffice.org>  [829e9d04e999971fe82fbca038633fc522edc27f]

        added headline name

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [6f5a328d58171bbfab2396a89fbb737725548c75]

        includes vos/security.hxx again

2001-03-16  Juergen Schmidt  <jsc@openoffice.org>  [eb6d50b724d1c046c42c05e0c60506899117add9]

        insert dependency to salhelper

2001-03-16  Thomas Benisch  <tbe@openoffice.org>  [673494f385b820ee6370c80c7a5a2c987556dbbf]

        resources for dialog editor

2001-03-16  Thomas Benisch  <tbe@openoffice.org>  [43b78ff9a0092442610c40ad085059d1301af50b]

        resource ids for dialog editor

2001-03-16  Sven Jacobi  <sj@openoffice.org>  [7bdbea9b65f43c6d0ece2cbe88a08ffcbe0b6eb8]

        fixed ole export for powerpoint filter

2001-03-16  Sander Vesik  <svesik@openoffice.org>  [8c34317794e9c54ca60228ff41ede799a960e143]

        Augument the makefile: 	* add in xmlscript and mkdepend 	* update dependencies new in 625 	* make javaunohelper depend on bridges

2001-03-16  Kai Ahrens  <ka@openoffice.org>  [57d1f4861fb8ea50b7931fee40a4c63b5ffddbe5]

        #84824#: clipboard and D&D cleanup

2001-03-16  Jörg Budischewski  <jbu@openoffice.org>  [69a2a2edab8667d85e5139da9b828f9687045a9f]

        releases are now executed,before the reply for release is marshaled (force synchronous case).

2001-03-16  Sascha Ballach  <sab@openoffice.org>  [0e425dc9f31f78a8af185e13807b981b01ebfd94]

        use the right constructor in the ChangeActionContent constructor

2001-03-16  Thomas Benisch  <tbe@openoffice.org>  [75d52184f84c80a2e6e38924c71dc9edf1d5116d]

        moved from source\basicide to source\inc

2001-03-16  Juergen Schmidt  <jsc@openoffice.org>  [cb08bfdd90f6ef8c783fbe8117c92244137abbf9]

        new

2001-03-16  Caolán McNamara  <cmc@openoffice.org>  [09172ff10835c7b2f7926ed1774296f9fe3ea5a2]

        ##443## Optimize bookmark quoting

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [4fd04b6224b240bc8b890f4d25d71442108fb1c1]

        #include <osl/types.h> removed and #include <sal/types.h inserted

2001-03-16  Kai Ahrens  <ka@openoffice.org>  [1c7395b887b68ab500dd72907f0100a37317e8bf]

        #81798#: added format id for WMF

2001-03-16  Armin Weiss  <aw@openoffice.org>  [00329dca26e2c061830c8f6e6f6336721d66bdea]

        #84207# DL used direct access to local itemset of object; changed this to take the correct way (SetItem(...) instead of mpLocalItemSet)

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [36a6c0fada6fe2e753b8cbd22f0daa1b6ae00792]

        #include <osl/types.h> removed

2001-03-16  Kai Ahrens  <ka@openoffice.org>  [a184eda6e2ca418c02c9cfc015e77c2c8d484dc8]

        #81798#: handling for CF_METAFILEPICT is now correct

2001-03-16  Kai Sommerfeld  <kso@openoffice.org>  [24475651ad002732682dbf1a800b98502419f522]

        #83273# - Removed flush-always-hack from SvtInetOptions::Impl::setProperty(...).

2001-03-16  Michael Brauer  <mib@openoffice.org>  [5b06a883499743e71c2fa564c191488d3bcf3a0d]

        Don't import/export class id of outplace object

2001-03-16  Michael Brauer  <mib@openoffice.org>  [f01e1c62a13865dfbb012cac4d1e956002ec3334]

        Don't import/export class id of outplace object

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [afad3b634a577cc55a12308c0372024cf6b3f4fe]

        #include <osl/types.h> removed and #include<sal/types.h> inserted

2001-03-16  Michael Brauer  <mib@openoffice.org>  [522346ef0113ddc009e7790d9c5f4ae475067264]

        All unkown OLE objects are SvOutplaceObjects

2001-03-16  Oliver Specht  <os@openoffice.org>  [1165ac4fa622e63a042de9f703a2e3e40a28df61]

        option dialog change

2001-03-16  Armin Weiss  <aw@openoffice.org>  [0259c8e24fa5cb2bb8f581497949a5dc9dd74176]

        #85046# the svg:d export had an error in testing the flag array for bezier points. Only the first flag was tested. Corrected this.

2001-03-16  Oliver Specht  <os@openoffice.org>  [3aa72f15183415d568bc3744c077bd398d611277]

        option dialog change

2001-03-16  mfe  <mfe@openoffice.org>  [53412f78b1827f2615fc9e0f7af578bb6084e70f]

        dlclose hack for gcc in once again

2001-03-16  Daniel Boelzle  <dbo@openoffice.org>  [02d263edbf50624852543b6b6ef3726f8c42345a]

        uncommented impl helper macros back again, because they are used in sw in a sensible way...

2001-03-16  Gregor Hartmann  <gh@openoffice.org>  [61a2822720e5c830534889ebbcfcb31f2fa0f0c3]

        new errormessage

2001-03-16  Daniel Boelzle  <dbo@openoffice.org>  [7a2ffa35c35b4dd10f723d9446a0e28749d333db]

        init vcl omitted by 626

2001-03-16  Niklas Nebel  <nn@openoffice.org>  [7bacdae9665b992cf7843f9ed8a3b8a043d7133a]

        #85053# refresh of optimal height after xml load needs print output factor

2001-03-16  Sascha Ballach  <sab@openoffice.org>  [38c3466b01521f8b3ec45c02a77b501d52400ae2]

        interface completed

2001-03-16  Sascha Ballach  <sab@openoffice.org>  [5ea2be37402a52ffd545bb870033a33e09e263b8]

        add methods to set the view and configuration settings

2001-03-16  Hennes Rohling  <hro@openoffice.org>  [d8eb8f1631045c5a5fdfb34b21ce8d01c455cf24]

        #84996# copy_recursive should terminate with an error if an error ocured during a sub call

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [9c09392833d80afa4d8b21c761c7d3e42675c161]

        new inline wrapper for module.h

2001-03-16  Joachim Lingner  <jl@openoffice.org>  [779d3f5eb66ab9647a4d62cbf936e69a433acaa6]

        _USE_NAMESPACE removed

2001-03-16  Christian Lippka  <cl@openoffice.org>  [c249dc4f4c8f00cdd642463f1060f2c3fe8a006c]

        do not collect autostyles for charts anymore

2001-03-16  Jörg Budischewski  <jbu@openoffice.org>  [16b0d893531eb5a789b799f8a8955e86f998418f]

        removed unnecessary socket.hxx inclusion

2001-03-16  Dieter Loeschky  <dl@openoffice.org>  [ea788351e4ca9541acd2775304f0c5ed62c4d4ed]

        BurnInStyleSheetAttributes(): new parameter

2001-03-16  Jörg Budischewski  <jbu@openoffice.org>  [2ef754bf7e8c8fd206712cdd3fd3dd23eb47a74b]

        getHandle() now const

2001-03-16  Dieter Loeschky  <dl@openoffice.org>  [ca3a9c2670b59e24cf4f81c86737f9df42bfe58b]

        BurnInStyleSheetAttributes(): new parameter

2001-03-16  Martin Hollmichel  <mh@openoffice.org>  [a72fc0d6f7905222243a28b2cf23844912759028]

        add: ridljar also an exception

2001-03-16  Jörg Budischewski  <jbu@openoffice.org>  [2b36c7e97287f51417fb4dd7806b7162a98a9199]

        vos remvoed

2001-03-16  Frank Schönheit  <fs@openoffice.org>  [42baf2ca6955998529f6dfa2fc0506fcc40b405e]

        IsUnique is bool, not int

2001-03-16  Thomas Lange  <tl@openoffice.org>  [4d080da3c37b8288fb97405cdb4a35d716b51614]

        CB_MATCH_HYUIYU_BYUVYU => CB_MATCH_HYUFYU_BYUVYU

2001-03-16  Tino Rachui  <tra@openoffice.org>  [3c0b46ee8ec56ee9a4cc8eb771e708c523d9f5c5]

        *** empty log message ***

2001-03-16  Jörg Budischewski  <jbu@openoffice.org>  [e3708e5bc27f2193ebdbb8158bc2005e78ca4d0e]

        vos removed, improved logging

2001-03-16  Thomas Lange  <tl@openoffice.org>  [cb9e592c1d114de8c2a90726e704be0f33b907fb]

        hyu/iyu => hyu/fyu

2001-03-15  Eike Rathke  <er@openoffice.org>  [2b6182777a3fc05fb8614a798d8b9423d4f61460]

        #85000# ScBase: memset char on Unicode is no good ... also removed arbitrary result string length limit

2001-03-15  Patrick Luby  <pluby@openoffice.org>  [b4bc248aac66dc37e65fba0304f1cfd433e4cf96]

        Update library name and symbol renaming

2001-03-15  Patrick Luby  <pluby@openoffice.org>  [f9d40e89089a6dd76a675cca1cce774961a0c102]

        Initial checkin

2001-03-15  Patrick Luby  <pluby@openoffice.org>  [b1e47e2206fc29c513275c210c173b51fa2c966f]

        More stub implementation

2001-03-15  Niklas Nebel  <nn@openoffice.org>  [2531aea4e7c5f1f98f0956de49395e405c2724d7]

        SortDescriptor: CollatorLocale / CollatorAlgorithm

2001-03-15  Niklas Nebel  <nn@openoffice.org>  [2051c0813e797a93b146a847a716088ec70dd6e3]

        CollatorLocale / CollatorAlgorithm

2001-03-15  Björn Milcke  <bm@openoffice.org>  [58bc596d6c135c7797003f0ced99be5636ad14a5]

        resizing of chart data for series and data points corrected

2001-03-15  Björn Milcke  <bm@openoffice.org>  [077ba43aab41e94a05493633776f8acf1a2a6d37]

        warning removed

2001-03-15  Björn Milcke  <bm@openoffice.org>  [410ed7b890364cc66237fc19ef0f3a73ef9b0d6a]

        +methods for determining size of current chart data

2001-03-15  Patrick Luby  <pluby@openoffice.org>  [0b6ef4b1308e74b112f3555de16bae9256761ae5]

        Initial checkin

2001-03-15  Sven Jacobi  <sj@openoffice.org>  [a1d611a8ad55ec0a6f4c5078f19890096d88ff8b]

        #85032# creating library name by using platform independent data

2001-03-15  Matthias Huetsch  <mhu@openoffice.org>  [4e3b3a4801cb02c72be3ee9a3567ef4dd550bb8d]

        Added store.xml

2001-03-15  Matthias Huetsch  <mhu@openoffice.org>  [242c3d892cd9fd406eab9661a5dfd24b7efbbf66]

        Module description for module 'store'.

2001-03-15  Patrick Luby  <pluby@openoffice.org>  [a5a06fc3dd7cfadc865203ff9ca905624a8f5612]

        Added Mac OS X symbol renaming

2001-03-15  Vladimir Glazounov  <vg@openoffice.org>  [a5a0d26e061d4c7d262c7e2fd888374b32077d07]

        #65293# do not GSUB type 1 fonts

2001-03-15  Jörg Budischewski  <jbu@openoffice.org>  [19ab08b407734b90cb8517bc69b41b60cb6382dc]

        removed vos

2001-03-15  Jörg Budischewski  <jbu@openoffice.org>  [e3d929a64b2d849c100fda74eeb1eecb70186c5c]

        replaced vos

2001-03-15  Patrick Luby  <pluby@openoffice.org>  [14f96c99e57d9fe28d3ed65369f2cb5195c6cca6]

        Added Mac OS X dtrans library

2001-03-15  Mathias Bauer  <mba@openoffice.org>  [dfc75992c72c391fd7c54fa34f753961fd7e875a]

        bug in detect: bad index

2001-03-15  Kai Ahrens  <ka@openoffice.org>  [8b7a4da4ce96be384712d1453f9b380c060ce18b]

        #81926#: added new D&D interfaces

2001-03-15  Nils Fuhrmann  <nf@openoffice.org>  [e4be92bc8e005284dd18530dad1b249233487332]

        Support of solarlist particles

2001-03-15  Andreas Martens  <ama@openoffice.org>  [02f5d52163eca8945fa587601b43cffe4152c913]

        Fix (FME) #81946#: Cursortravelling in doubleline portions

2001-03-15  Andreas Martens  <ama@openoffice.org>  [da7671e4f7482110ecd0cfbfd7dbd9e0b873c81c]

        Opt.(FME): The new attribute handler makes a lot of code superfluous

2001-03-15  Andreas Martens  <ama@openoffice.org>  [f5e62c3d12dedf359400405e72ded11c347478f0]

        Fix (FME): Hyphenation problem with softhyphens

2001-03-15  Sven Jacobi  <sj@openoffice.org>  [b5382e95d578bf0f75e6052563afcc552752ffe3]

        api changes : removed unused shape types

2001-03-15  Malte Timmermann  <mt@openoffice.org>  [9640458bc5bac4c5e82d16ab3f4fafbf68bd515f]

        No ExtVclToolkit any more...

2001-03-15  Daniel Boelzle  <dbo@openoffice.org>  [3c0774aba77edb5903b1c489a8b6e02a67ff667e]

        impl helper macros expanded and checked in

2001-03-15  Andreas Martens  <ama@openoffice.org>  [7860f943fd1ed7e284d75df73790535d8bb5f2ad]

        Opt.: The new attribute handler makes a lot of code superfluous

2001-03-15  Sven Jacobi  <sj@openoffice.org>  [616a9eb8e313e671eeba0c2275a12a0dcd52f978]

        api changes : removed unused shape types

2001-03-15  Matthias Huetsch  <mhu@openoffice.org>  [0528321f6afab45ca32154c7049dc4392d025c6a]

        Adapted to OFileLockBytes_impl::create() changes.

2001-03-15  Matthias Huetsch  <mhu@openoffice.org>  [b00e1d98b99d3fd19aa82e34c683de00fd3263c4]

        Adapted OFileLockBytes_Impl::create() to support osl::File UNC and URL path conventions, too.

2001-03-15  Sven Jacobi  <sj@openoffice.org>  [c7671d9e792596e1a78ae33744ffc444c24ae4b4]

        api changes : FillBitmapTile -> FillBitmapMode

2001-03-15  Herbert Duerr  <hdu@openoffice.org>  [7890f36d21ea05ab17bc786db336cbf91c7a219b]

        also rotate some glyph metrics

2001-03-15  Rüdiger Timm  <rt@openoffice.org>  [6d1acd12ed13ba0262aaed577593c0a57542d0b7]

        new version for SRC625

2001-03-15  Daniel Boelzle  <dbo@openoffice.org>  [8cfb94777f9f09e16de8392d27fd62fe0221f035]

        added documentation

2001-03-15  Daniel Boelzle  <dbo@openoffice.org>  [f41193139289e53309d64b7d61a50be27352cd32]

        shifted code to XMLElement helper

2001-03-15  Sven Jacobi  <sj@openoffice.org>  [d9a519b08578bb45a87e8029487ee4c3f19df45e]

        #84103# added MetaActions (StrokePath, FillPath and StrokeAndFillPath)

2001-03-15  Christof Pintaske  <cp@openoffice.org>  [c5cc4818b5c565604194c1e520fadc3d3bb85b94]

        #84976# correct text for non-vertical 90 degree text

2001-03-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [02bd3020b5d807fe9bd127810130527690ba2ed3]

        POWERPC: use fixed register

2001-03-15  Kurt Zenker  <kz@openoffice.org>  [9174e3a3996b920f95d80d28f588f43ce975af47]

        new version for SRC625

2001-03-15  Malte Timmermann  <mt@openoffice.org>  [4b115552841a3d520447e95723fff87112abebe5]

        Changes/Cleanups for the VclToolkit

2001-03-15  Sascha Ballach  <sab@openoffice.org>  [dee0941c16d6bae9d911202adbd13ec623d789ac]

        also the index access and the name access should have a name

2001-03-15  jp  <jp@openoffice.org>  [9d35d6b9fc74f44d9d684c84320be2dfef055266]

        GetFormatStringId must ask for the mimetype and not for the name

2001-03-15  Oliver Specht  <os@openoffice.org>  [3e3d3a05229a1c49d8d273d5ba99081d0541cd81]

        #ifdef DBG_UTIL needed

2001-03-15  Kai Ahrens  <ka@openoffice.org>  [0915eaab5622849dfdff1d61ad44a808895ed8cc]

        #81926#: assertion removed

2001-03-15  Björn Milcke  <bm@openoffice.org>  [0dd53c8d117b1716654c1aaf1a839ac9d0baf5b9]

        #84772# Hack for a temporary chart format string "StarChartDocument 5.0" (105) which was only used for 5.1 documents (but not 5.0/5.2). It is converted to 42 ("StarChart 5.0")

2001-03-15  Ocke Janssen  <oj@openoffice.org>  [facd2de784fc3cd1e0f6704c214aee11d6b34196]

        correct metadata

2001-03-15  Hennes Rohling  <hro@openoffice.org>  [8bf5c5ed0a4a45db0c47749ec59690d3e7befdd6]

        #76253# Compare case correct path names if error is NULL

2001-03-15  Juergen Schmidt  <jsc@openoffice.org>  [93da38c17e1662fb76d1ae649c2f1530c1fb4370]

        new

2001-03-15  Christian Lippka  <cl@openoffice.org>  [aa1f9afe894e812c1caa9c69531372ad464d2609]

        #85001# correct ZOrder Property if there is a master page background object

2001-03-15  Juergen Schmidt  <jsc@openoffice.org>  [b9bb8ffb57bdc220082a292abeb6b3ea22ac2253]

        new

2001-03-15  Juergen Schmidt  <jsc@openoffice.org>  [ea4bd2c669909d300834aa0465365b3072b6254e]

        new

2001-03-15  Christian Lippka  <cl@openoffice.org>  [d2b66580d194e9581dd4cb9cc01644589996e95a]

        #85001# correct ZOrder Property if there is a master page background object

2001-03-15  Oliver Specht  <os@openoffice.org>  [628fa70abdb40da726138c9b5c4338261b535cb8]

        #82989# index corrected

2001-03-15  Christian Lippka  <cl@openoffice.org>  [ae768ebe3b5c05f986b2c644e712b48718ee8f5b]

        #85001# correct ZOrder Property if there is a master page background object

2001-03-15  Malte Timmermann  <mt@openoffice.org>  [3608c62337fb8265f64eebc0cb32540621dba6ea]

        Changes/Cleanups for the VclToolkit

2001-03-15  Malte Timmermann  <mt@openoffice.org>  [36fad6421a34edb7d644fe1591adcfe4eef1e919]

        svt.dxp

2001-03-15  Malte Timmermann  <mt@openoffice.org>  [de26b31928f425bb5d1e60f3fb12437762f204b5]

        Changes/Cleanups for the VclToolkit

2001-03-15  Christian Lippka  <cl@openoffice.org>  [4a26896241acd02b7e239d3f149c0566cc8fd88b]

        added com.sun.star.image

2001-03-15  Malte Timmermann  <mt@openoffice.org>  [1ca6efc753d25fa69a6bcc03c22b9f98d92ff6ae]

        Changes/Cleanups for the VclToolkit

2001-03-15  Malte Timmermann  <mt@openoffice.org>  [e4dcb630c1e8d085a1c8c4ac85514cd646fa3cef]

        Removed InitExtVclToolkit()

2001-03-15  Martin Gallwey  <mtg@openoffice.org>  [03610ed11959ba79c377bc007e1c381a10933039]

        #84732# Allow Sw3IoImp to delete the old document

2001-03-15  Jörg Budischewski  <jbu@openoffice.org>  [ea72f810c8799e02cc2aba2c39e4f71d4f897bce]

        vos removed in favor of osl inline wrapper

2001-03-15  Jörg Budischewski  <jbu@openoffice.org>  [00c1f1d2ea7535733e29ec609ab3035c27f6c024]

        changed signature of getPeerPort to avoid unnecessary copy construction

2001-03-15  Sascha Ballach  <sab@openoffice.org>  [b84f48a44fbec4adce3023c533172a80a871dc33]

        remove a little diference between the define name and the value

2001-03-15  Sascha Ballach  <sab@openoffice.org>  [ebbef436523bee6757688b592bedb2b15f9ba15d]

        add and change a assertion removed by mtg

2001-03-15  Oliver Specht  <os@openoffice.org>  [2c618395d244a329c41fb6cc64a8bb68cecfdae8]

        change: MetricFormatter::SetVaolue now virtual

2001-03-15  Jörg Budischewski  <jbu@openoffice.org>  [50f664ae8dc610b62870bcc4ee250ca8d509e6e6]

        out parameter in acceptConnection is now initialized to zero

2001-03-15  Mathias Bauer  <mba@openoffice.org>  [e0e86f93c035101c2216d63e55a8b7602b9cebb3]

        #84989#: don't accept special target names as frame names

2001-03-15  Kurt Zenker  <kz@openoffice.org>  [33d7467c9587a0dc69e023f0a2e8edc5f0e01efc]

        syntax corrected

2001-03-15  Andreas Martens  <ama@openoffice.org>  [5eb9f6cbd88c4bc2b6097b506267a4a5eeaaf097]

        Fix #84962#: Ignore pagedescriptor at follow frames

2001-03-15  Tino Rachui  <tra@openoffice.org>  [c81db7d594dbfdc1e8c07540bdd2a5c52ac9bade]

        *** empty log message ***

2001-03-15  Martin Gallwey  <mtg@openoffice.org>  [8bc9f665eba0e6d5736291ea18e406e5d2b43ee4]

        evaluate end condition outside of loop

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [af892ae2169db122f83360d9c04f4189a13403e8]

        new dtd for the module description

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [8fdf1e596f9dc3fd49191f5a1280c34c1a7c7eab]

        new dtd for the module description

2001-03-15  Daniel Rentz  <dr@openoffice.org>  [03473a3638acf4c9e6a34b6be78a4417d3b55b0f]

        #84945# import of background graphics, use correct padding byte count

2001-03-15  Daniel Boelzle  <dbo@openoffice.org>  [af23ec8ed553a9930eca4d4c30b74e29aa349940]

        namespace URI correction

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [aa447e8851119774555c0366dace8915cc12ca92]

        cppuhelper/extract -> comphelper/extract

2001-03-15  Ocke Janssen  <oj@openoffice.org>  [9a696160bd09c003083ba19e93d5129a566f8068]

        remove member

2001-03-15  Daniel Rentz  <dr@openoffice.org>  [7f9d12a1cc91d2540a46a1d98bf915137b57f59a]

        #84884# redesigned import of external tabs

2001-03-15  Sascha Ballach  <sab@openoffice.org>  [aec93e52617458f5b6eb7eeb786abded037b1435]

        #84953#, don't test bStylesRetval and bMetaRetval, because it could be an older file which not contain such streams

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [ec5e3ec040e576c0b87f3f47e778d2895fa2a6fc]

        cppuhelper/extract -> comphelper/extract

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [413cf602effc8462123da0b735a4a86c3d81196f]

        cppuhelper/extract -> comphelper/extract

2001-03-15  Andreas Schlüns  <as@openoffice.org>  [5c41e34e280994a807973ca4b979c2076a6be3ae]

        #80780# remove non supported property

2001-03-15  Andreas Schlüns  <as@openoffice.org>  [26cefc58277c44d54dcf82812e70700787d606b0]

        #80780# remove non supported property

2001-03-15  Ocke Janssen  <oj@openoffice.org>  [db6cca1ab46a3bbee267497e065c4032638e96b7]

        correct the Enhancement

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [ac91f46c41f4299798edd1cbb0d262d40edb17f0]

        cppuhelper/extract -> comphelper/extract

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [fe791e015ee018f241559a01074a0882c3964657]

        cppuhelper/extract -> comphelper/extract

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [477ced0bdd1150325b85c756a3751d2a5b948f11]

        cppuhelper/extract -> comphelper/extract

2001-03-15  Ocke Janssen  <oj@openoffice.org>  [febb2f3ceb95f11197d8cdd646a7ac9724d59bfb]

        #84973# check if type is really a bool else look for int

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [23b7c500c77433609bf45629f32103d8553e84c8]

        NAMESPACE_VOS(\:i) => ::vos::\1

2001-03-15  Tino Rachui  <tra@openoffice.org>  [11d014f6992672adaf2fde0bdff93816c98b00f4]

        *** empty log message ***

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [466b2ac0e4e6e925713f073ac4e48ac67acf287f]

        added a new ctor

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [beb7f694a8faff456d00e40c60d05d7751fbaf48]

        createEmptyObject: return an AdabasIndex, not an sdbcx::OIndex

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [89189ee1b0a7826b9b193fb4a341d5ff2d8a4ff2]

        removed fmstl.cxx

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [4be0541399234438a0caf8dc0ac9f0df01c57d07]

        removed fmstl.hxx

2001-03-15  Michael Brauer  <mib@openoffice.org>  [d4995f0480382bde1b4dc6d0351c77a077ff944f]

        class id for applet, plugin and floating frame

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [85e48d5f2ad37bc297966888dcbdf1f3dbfb9ffa]

        removed fmstl.hxx

2001-03-15  Frank Schönheit  <fs@openoffice.org>  [2aec45512848858183f10f0f98baa8e1eb9f5a50]

        NAMESPACE_STD(\:i) => ::std::\1

2001-03-15  Tino Rachui  <tra@openoffice.org>  [f34b498d93debceedc8d2dde7fd52408edeabe92]

        *** empty log message ***

2001-03-14  Herbert Duerr  <hdu@openoffice.org>  [0876fa10216c78474b89a7e3f8ed9b3a1af235ae]

        disable autohinter for now

2001-03-14  Eike Rathke  <er@openoffice.org>  [1cc474677f30d9807da78cec99171cad1f8bee38]

        removed unnecessary include tools/intn.hxx

2001-03-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1ead1f8d1d1f5c7ce20892aa467ed84723409974]

        separate flags and defs

2001-03-14  Christian Lippka  <cl@openoffice.org>  [736032b6b5723c5802c5ce7f300da89fd17a0388]

        new api for image maps

2001-03-14  Christian Lippka  <cl@openoffice.org>  [777ece8f72e3d0597f085d9efffcde41188db06b]

        new api for image maps

2001-03-14  Jörg Budischewski  <jbu@openoffice.org>  [fa008a3070af6331ba6193cf58eb09efad6e9513]

        pipe+socket now refcounted, add blocking read/write access, removed osl_getIOResources

2001-03-14  Jörg Budischewski  <jbu@openoffice.org>  [db07135d91f99ed05198edef54ee6cde0b77ea67]

        socket.c moved to socket.cxx

2001-03-14  Christian Lippka  <cl@openoffice.org>  [ebe1a0906000275773b070c0ae958c24db886a29]

        new api for image maps

2001-03-14  Sven Jacobi  <sj@openoffice.org>  [5569604b427ff762ad4aacf666758a81cbe7fa33]

        #83806# added subtitle placeholder

2001-03-14  Sven Jacobi  <sj@openoffice.org>  [382ba6e468345f69d6d07b6b9d2c814b6c3a8331]

        #84580# added some slidetransition effects, added subtitle placeholder

2001-03-14  Kay Ramme  <kr@openoffice.org>  [b8b9e2ed5a77d07023b5b663e348a8765ab64629]

        added a test for java Proxys

2001-03-14  Daniel Boelzle  <dbo@openoffice.org>  [af61a762b07703e92f5c243a5adf1bb39ac566f9]

        added XInputStreamProvider.idl

2001-03-14  Daniel Boelzle  <dbo@openoffice.org>  [e36d5d0c1272d9c5031ec2a7ace34515cf518ab9]

        new

2001-03-14  Daniel Boelzle  <dbo@openoffice.org>  [c972b830f07145087bea54bf3ac52e7fe405ba8e]

        no dialog container anymore

2001-03-14  Daniel Boelzle  <dbo@openoffice.org>  [c2af40ce0ef3b4cf061119f75bc702610b3ad2ab]

        *** empty log message ***

2001-03-14  Herbert Duerr  <hdu@openoffice.org>  [df52f5420346f39b2f6eb85a30e9eb1353e15f94]

        first activation of OpenType features

2001-03-14  Daniel Boelzle  <dbo@openoffice.org>  [2cbacc4c7fc7f133dd013376446f81d867b54311]

        modified im/exports

2001-03-14  Daniel Boelzle  <dbo@openoffice.org>  [cbfee4be099b6f04b073617c9331ebcb4deb1b42]

        modified im/export

2001-03-14  Jörg Budischewski  <jbu@openoffice.org>  [2b401050bf7ad799165c1bebae4d791d4cd91b87]

        Ipx sockets now not functional

2001-03-14  Christian Lippka  <cl@openoffice.org>  [a9b1723d3fccc31e20728b771717701498b2cbbf]

        moved propertyset helper from unotools to comphelper

2001-03-14  Jörg Budischewski  <jbu@openoffice.org>  [88ad36941075cc17973feb5396a431dbd304fa2f]

        osl_getIOResource removed

2001-03-14  Jörg Budischewski  <jbu@openoffice.org>  [74f3ed51f1e3fa7a199210fd6ffc69d78a535c08]

        made socket and pipe refcounted, added blocking read write methods, added direct access methods for struct sockaddr

2001-03-14  Michael Hönnig  <mi@openoffice.org>  [d22dc932ae51b26ec44623ac0b2ad8d5b6376cdf]

        collation properties added / all global props now in util::SortDescriptor

2001-03-14  Christian Lippka  <cl@openoffice.org>  [dfb85a37afd35bc79c3e09755c7e3cb8eea84279]

        #81839# added ImageMap support

2001-03-14  Tino Rachui  <tra@openoffice.org>  [bd30f6dd5ec87a6ecf68837df34e5f03168ab18c]

        *** empty log message ***

2001-03-14  Jörg Budischewski  <jbu@openoffice.org>  [2e12c0f9a52e8c9a1722662ca47be2b802e50748]

        made socket and pipe refcounted, added blocking read/write methods, added direct access methods for struct sockaddr

2001-03-14  Gene Anaya  <ganaya@openoffice.org>  [7feeea2f672f512bcb75329c23d47b3bb9cd53d1]

        .IF out map file for MACOSX build

2001-03-14  Christian Lippka  <cl@openoffice.org>  [bc4ad78c4482f06a50fad7384ad2794f2d9f784e]

        #81839# added ImageMap support

2001-03-14  Eike Rathke  <er@openoffice.org>  [79aa5c4259f1eb1624d34fc357b7fc9a75db1e89]

        use CollatorWrapper instead of International

2001-03-14  Christian Lippka  <cl@openoffice.org>  [34cbcdd5e1383ef75937dbe2c8f6322c88159595]

        #81839# new ImageMap api

2001-03-14  Christian Lippka  <cl@openoffice.org>  [c3e192ba8335870d24e018e4ee1be143d598b582]

        #81839# new api for image maps

2001-03-14  Eike Rathke  <er@openoffice.org>  [9b011be51b4ad52ae27db367428821431a3f47e0]

        use CollatorWrapper instead of International

2001-03-14  Eike Rathke  <er@openoffice.org>  [952c2b02c73b30b011306faf2f0d6f2b4a935955]

        use CollatorWrapper instead of International

2001-03-14  Christian Lippka  <cl@openoffice.org>  [0b57b9cbb05f78dfd94cc616afd6640dd2acccec]

        new helper for XPropertySet's

2001-03-14  jp  <jp@openoffice.org>  [d8528a5cab06d300cb5be6445094de13b11ad8bb]

        remove hard mapping of EditEngine- and Writer WhichIds

2001-03-14  jp  <jp@openoffice.org>  [b8051c919e23a579e1aae4b41d02a3dd94bb7d1a]

        remove compiler warning

2001-03-14  Eike Rathke  <er@openoffice.org>  [a97b22812efbd89ec3861e88be4f935fda977852]

        new: CollatorWrapper pSortCollator

2001-03-14  Eike Rathke  <er@openoffice.org>  [ae398cf840a0121a57aa45327b63a050f412c06d]

        add: CollatorWrapper

2001-03-14  Oliver Specht  <os@openoffice.org>  [6482bcb660d136ee29888bd56c7de65301de9396]

        Automatic text color

2001-03-14  Kai Ahrens  <ka@openoffice.org>  [7c7661ae7a614599685b47824d2148b1fd81244f]

        #84024#: new D&D interface

2001-03-14  Martin Gallwey  <mtg@openoffice.org>  [3616d60298a41ae45bfa4187c6a4ae17d9447b95]

        added config namespace

2001-03-14  Tino Rachui  <tra@openoffice.org>  [29282c05c13cabd08026c6aead8017455c23834b]

        *** empty log message ***

2001-03-14  Kai Sommerfeld  <kso@openoffice.org>  [ce104256a3bd2b6eccec49c71baa98ffa88ce42d]

        #84899# - Typo.

2001-03-14  Kai Sommerfeld  <kso@openoffice.org>  [16032914ab66c44285640a84c41ca83d1042b304]

        #84899# - Added uui.xml

2001-03-14  Eike Rathke  <er@openoffice.org>  [52cd490be2a591813da86e8729bd033a486cacb6]

        del: unnecessary include tools/intn.hxx

2001-03-14  gt  <gt@openoffice.org>  [f70a3ac33469b5c6d5b40f505ebe431ae3eb66e6]

        misc

2001-03-14  Kai Sommerfeld  <kso@openoffice.org>  [f10cca21d4b0d96496dd44de8285b1bab953d3c5]

        #84899# - Initial revision.

2001-03-14  Eike Rathke  <er@openoffice.org>  [466f81d0128a39317bb25a538b817a3565c2d5fc]

        del: old segfunc stuff

2001-03-14  Eike Rathke  <er@openoffice.org>  [fb53d6f11a307ac3ad7bbfe86f52040ad561bd6d]

        use LocaleDataWrapper instead of International

2001-03-14  Eike Rathke  <er@openoffice.org>  [34a439753260d4c94a7b7f034b152d8f103d36d3]

        use LocaleDataWrapper and CollatorWrapper instead of International

2001-03-14  Eike Rathke  <er@openoffice.org>  [cbfbf9cbb94a94b640bccd0d30f5bb42fff39d26]

        del: International

2001-03-14  Frank Schönheit  <fs@openoffice.org>  [05b5bf2e1761a984db43439d1f576e5f47b32390]

        corrected building the drop statement

2001-03-14  Martin Gallwey  <mtg@openoffice.org>  [61fd797dab1a5c52ec1285d5dbb9369eb3375661]

        added config namespace

2001-03-14  Martin Gallwey  <mtg@openoffice.org>  [4839659ea82d2fbcc9225782be1a7e537acf8604]

        Updated to reflect addition of CONFIG namespace

2001-03-14  Eike Rathke  <er@openoffice.org>  [0c41d11ed8fff5714d3bf9703b0fb4b49d379fac]

        use CalendarWrapper and CollatorWrapper instead of International

2001-03-14  Andreas Martens  <ama@openoffice.org>  [cc27309f987594629c55336f8e7cab4bae73efe2]

        Fix #84125#: Flyframes inside section frames

2001-03-14  Tino Rachui  <tra@openoffice.org>  [0f83d61036c9eeab823f85ed0730046f64645bbb]

        *** empty log message ***

2001-03-14  Kai Ahrens  <ka@openoffice.org>  [b3ed0064b8108b9cf8c67a843648d16b8d855610]

        #81926#: added XTerminateListener implementation

2001-03-14  Michael Brauer  <mib@openoffice.org>  [0b8a8c029cfd40c4bf23deb34291adcd8c5ecef0]

        There might be no text field supplier

2001-03-14  Frank Schönheit  <fs@openoffice.org>  [62b4634f28d27e56ae4b2728e0a15e60ffd5a8c2]

        & -> ~

2001-03-14  Kurt Zenker  <kz@openoffice.org>  [6aa4eb643e057e03e430edef11658caa6d1450b2]

        new version for SRC625

2001-03-14  Ocke Janssen  <oj@openoffice.org>  [9344b7251220e2f69a3f16465f9a3422a4833b67]

        check if item was removed before

2001-03-14  Armin Weiss  <aw@openoffice.org>  [1a9be4d463ab6aff7b0ee231e9185f40187dd60b]

        #84929# added setting retval to TRUE when 3D paste is done

2001-03-14  Kai Ahrens  <ka@openoffice.org>  [494393bc70d092d81460c4b68c49302ba651af21]

        #81926# set return value

2001-03-14  Ocke Janssen  <oj@openoffice.org>  [9095e4c1878c07875712ede464e782e1df9aa789]

        #83714# remove assertion

2001-03-14  Kai Ahrens  <ka@openoffice.org>  [a263d35234b866fc21703f693bcaa3e67e5d8075]

        #81926# EMBED_SOURCE optimizations

2001-03-14  Mathias Bauer  <mba@openoffice.org>  [13bf32edb894561be5e5aed7d382fe29d048f9c6]

        #84963#: set TypeName on filters

2001-03-14  Tino Rachui  <tra@openoffice.org>  [074778bcef6dfa8fd07a472415bc33eb18a159e7]

        *** empty log message ***

2001-03-14  Mathias Bauer  <mba@openoffice.org>  [25c2559074b2ceebfce354e3856d62320dcc1e93]

        #84963#: correct handling of external filters

2001-03-14  Mathias Bauer  <mba@openoffice.org>  [5e7acfe3ecf5c7e764a4fef9d7121db85e802ccf]

        #84963#: create filters through filtername; pass URL as argument

2001-03-14  Mathias Bauer  <mba@openoffice.org>  [23124283ac90a6fbc5857398c089384dfdfd1656]

        #84963#: allow passing URL as argument

2001-03-14  Kai Ahrens  <ka@openoffice.org>  [f58f4e277c2a41e1b86cce45c91cf5ae1a9b3074]

        #84929#: lines have correct order now

2001-03-14  Martin Hollmichel  <mh@openoffice.org>  [99037640dab38eaba598536714b9bdde22157883]

        fix: for gen_prcpucfg

2001-03-14  Oliver Specht  <os@openoffice.org>  [622b652b949b2a339f3328744999bc38e3d6dc2f]

        frame anchored shapes completed

2001-03-14  Oliver Specht  <os@openoffice.org>  [3bc7fa977c6db325dbf87a605a0b504bc58e2ba6]

        #84947# read data source names from DatabaseContext service

2001-03-14  Kay Ramme  <kr@openoffice.org>  [77fec73ba80ba224e940bfd65803d3ee2be514c6]

        slight formatting changes

2001-03-14  Sven Jacobi  <sj@openoffice.org>  [bed43575bb10771e083b90d58c807f0a21eda49b]

        #83806# solved some layout and placeholder problems

2001-03-14  Kay Ramme  <kr@openoffice.org>  [aa7f686d7eda35362e2c9b1bcb9dc66bd7b4006a]

        throw runtime exception when trying to use green threads

2001-03-14  Martin Gallwey  <mtg@openoffice.org>  [af07d6d3650398090ab3c590e40dd44ca6dda4dd]

        needed for service registration

2001-03-14  Eike Rathke  <er@openoffice.org>  [8379ca1ab8e90c19cd8835100c3bef012285c632]

        use LocaleData instead of International

2001-03-14  Juergen Schmidt  <jsc@openoffice.org>  [04441091d3aa27126294c2291ca472e260c3bc3d]

        change enum value counter

2001-03-14  gt  <gt@openoffice.org>  [789e25dbec9f0e4425a46af2d43e43120fefd53c]

        #84960# recognition of external sheets which are not external for extern names

2001-03-14  Malte Timmermann  <mt@openoffice.org>  [bd1b2221921b845e916f2077d8ec68c05fafc0df]

        StateChanged from RadioButtons - use ToggleHdl also...

2001-03-14  Kai Sommerfeld  <kso@openoffice.org>  [3f09c831f6400c05c501636fcb3b0e6aacf8a04f]

        #84899# - Added *.xml files

2001-03-14  Kai Sommerfeld  <kso@openoffice.org>  [0dc1e02174976cc2d40ca850d4e7f3e37fa77113]

        #84899# - Initial revision.

2001-03-14  Gregor Hartmann  <gh@openoffice.org>  [52e0621b24941693a66ba1deebd47647bbf242ab]

        #84356# Fix roblems in errorhandling

2001-03-14  Oliver Specht  <os@openoffice.org>  [eb688ab17961582153818439dcebc00860d3c0d2]

        RotateItem: allowed values corrected

2001-03-14  Dieter Loeschky  <dl@openoffice.org>  [c3a8a15fcfbaab60cec5d9aacdc1e4a5ae96a290]

        CreatePresObj(): fix for vertical writing

2001-03-14  Dieter Loeschky  <dl@openoffice.org>  [fff9f6dd6bda0a7f071601c3ab1546bdb6d32a7c]

        #84875# Vertical callouts

2001-03-14  Ocke Janssen  <oj@openoffice.org>  [e403d51e0b1dc263fe7a4b9be2082e17dba8bd29]

        new helpid

2001-03-14  avy  <avy@openoffice.org>  [7e0579140c78445715307cfeb9665d92dabe373c]

        Brackets in line 1404 was deleted. Only for Linux

2001-03-14  Ocke Janssen  <oj@openoffice.org>  [1524b8f33d9a44dcea8ef8160684804dd2e46bf8]

        #84840# check if connection is null and show extra button

2001-03-14  Michael Brauer  <mib@openoffice.org>  [44640c36a01ef59f96e3a0929c2818bd87af67b7]

        frames bound to frames

2001-03-14  jp  <jp@openoffice.org>  [111d73fa212e946bcddc27eb021e2c037a5ac678]

        PieceTableCTOR: depends unicode flag on W95/W97 export

2001-03-14  jp  <jp@openoffice.org>  [9253de8febe9e26745181588da012aa908604cb7]

        Bug #75804#: W95 export - set graphics/ole-objects in tables always as character

2001-03-14  Kay Ramme  <kr@openoffice.org>  [b580037e7925f5740af5c300d6843c97f2842ede]

        unrole arrays of interface sequences (must not be XInterface) in structs correctly (#84354#)

2001-03-14  Oliver Specht  <os@openoffice.org>  [50dfb6ec6e94f2ec0c2226feb7aa3f45d5f4c14a]

        typo corrected

2001-03-14  Andreas Martens  <ama@openoffice.org>  [4e4c1dd1b0d8b0c3afcc76da7834fc1d82f85701]

        Fix #84907#: Wrong word skipped

2001-03-14  Oliver Specht  <os@openoffice.org>  [176c8aeeb2a318c67e4537b9d526e1b9d05cac7a]

        #84925# user data in compliance with CommandType

2001-03-14  avy  <avy@openoffice.org>  [26761c4e9ba84d89e4dde47f8465967190229f0c]

        Create temporary variables. For Linux only

2001-03-14  Oliver Specht  <os@openoffice.org>  [62185bea1d669aebb379dd3a80947e7281face22]

        #84925# CommandType appended

2001-03-14  Juergen Schmidt  <jsc@openoffice.org>  [2f945c680bf986a9fa691baae8a57b11cf4fc58f]

        change VOSLIB to SALHELPERLIB

2001-03-14  Joachim Lingner  <jl@openoffice.org>  [0702fc1cb404d475b54f6d7f23e2c4cdc90642d1]

        #include <osl/time.h> added

2001-03-14  Christian Lippka  <cl@openoffice.org>  [9afcf6db223992dccbb28b6730849ab1cc512c50]

        #84040# call OwnerLock(FALSE)

2001-03-14  Gregor Hartmann  <gh@openoffice.org>  [34cd4a6bed7327b62e552c64c48c170206051825]

        #83317#Changed errormessage

2001-03-14  Oliver Specht  <os@openoffice.org>  [95d3bf603afb84b70e77656a2def42530a4b97c3]

        #84925# realloc of sequence corrected

2001-03-14  Juergen Schmidt  <jsc@openoffice.org>  [2762fbd0738239157d4a72a209eff5cdd839be4c]

        remove vos dependencies

2001-03-14  Joachim Lingner  <jl@openoffice.org>  [d388c0acbc7c65d8a9fc71c068e7723b9c278e99]

        #include <osl/time.h> added

2001-03-14  Kay Ramme  <kr@openoffice.org>  [71b5c853158871900050ea9478169d49f5a3754f]

        wrong type for enums

2001-03-14  Juergen Schmidt  <jsc@openoffice.org>  [4c56fce58925456e2c0b8d563f5f8a4e1b945911]

        remove vos dependencies

2001-03-14  Joachim Lingner  <jl@openoffice.org>  [0c7de5cb8e0d5a2e61dbdc64402c1f6febc12dbb]

        #include <osl/time.h> added

2001-03-14  Christian Lippka  <cl@openoffice.org>  [b93401c4f402b0ffd6b1a2ab9db6f2f7f186c00f]

        #84866# fixed implementation name for SvxUnoTextCursor

2001-03-14  Christian Lippka  <cl@openoffice.org>  [3e02701d513f1b2eef956b80073e357a008ee509]

        #84937# style.xml -> styles.xml

2001-03-14  Sven Jacobi  <sj@openoffice.org>  [7c54214b912100ba626a7ef8bf4542e0fb1af670]

        corrected function declaration for non WNT platforms

2001-03-14  Frank Schönheit  <fs@openoffice.org>  [9a211e99eba2fe09bf79ef4a319a39da07920019]

        wrong texts in the semicolon-separated lists (english_us)

2001-03-14  Joachim Lingner  <jl@openoffice.org>  [bd6372e636a1edf13f6c433de4c5c4b5045a5e4d]

        include osl/types.h replaced by osl/endian.h

2001-03-14  Joachim Lingner  <jl@openoffice.org>  [6f20b231ffd544907f3f37fc33556ed24d5ef141]

        include osl/types.h replaced by osl/endian.h

2001-03-14  Joachim Lingner  <jl@openoffice.org>  [d84f9aec1513bf0bd1633db8a05589c7a3f641aa]

        include osl/types.h replaced by osl/endian.h

2001-03-14  Thomas Lange  <tl@openoffice.org>  [cbeb8c9009745db24a714c6dfb3d0176adc60b19]

        SearchOptions creation moved out of while loop

2001-03-14  Joachim Lingner  <jl@openoffice.org>  [ee619c83dfbc7d0297b45cf0d5f696cf8bf4c9e1]

        removed include osl/macros.hxx and #ifdef _USE_NAMESPACE

2001-03-14  Joachim Lingner  <jl@openoffice.org>  [54212c873380c7d1d6e30128f11f4b32e8d1d50a]

        removed #include vos/macros.hxx and vos/module.hxx

2001-03-14  Michael Brauer  <mib@openoffice.org>  [713e08ed52c7626e7229b607999772320d2f6910]

        #84895#: Don't insert tables into tables

2001-03-14  Ocke Janssen  <oj@openoffice.org>  [e49952dd381522878e5e6fb3be2af96af92b3ab7]

        #84622# use of special edit

2001-03-14  Ocke Janssen  <oj@openoffice.org>  [8a11103a336e0cf27b449e27320646a10b79cdd9]

        new sql edit with check

2001-03-14  Patrick Luby  <pluby@openoffice.org>  [8a8d0f0aaf816be981d2350e2da9621dc9332371]

        Added #ifndef MACOSX

2001-03-13  Sander Vesik  <svesik@openoffice.org>  [74bfe1336097ab52d9e0e2701a903ea0b1f6f125]

        NetBSD needs extern "C" wrapper
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-03-13  Sander Vesik  <svesik@openoffice.org>  [a12d358179b675818ce034bec07ba546fbb6ebea]

        Merge OO619B into the trunk

2001-03-13  Matthias Huetsch  <mhu@openoffice.org>  [7a63c7bb3b794e9ddedeee07bbf3f710708ec1f6]

        Major revision. Removed usage of module 'vos'.

2001-03-13  Matthias Huetsch  <mhu@openoffice.org>  [df26b61ac2fed30f53f68e23613b5dc7a5677b58]

        Major revision. Removed usage of module 'vos'.

2001-03-13  Patrick Luby  <pluby@openoffice.org>  [f068f0988985de74864b7ea135d515dea7518591]

        Moved system inlude -I options from configuration files to here

2001-03-13  Matthias Huetsch  <mhu@openoffice.org>  [245d8ffe1be6fe20d09c0cbf0d056088f5f1fc03]

        Major revision. Removed usage of module 'vos'. #74475# Fixed 'store_rebuildFile()' circular reference w/ daemon thread.

2001-03-13  Matthias Huetsch  <mhu@openoffice.org>  [6441ae480c7f696964ae2f3edf893b586b85562f]

        Major revision. Removed usage of module 'vos'.

2001-03-13  Matthias Huetsch  <mhu@openoffice.org>  [6d23fb0f60c311dde2d02c42639089bfcbf3f24b]

        Added SAL_THROW(()) to (almost) all method declarations.

2001-03-13  Matthias Huetsch  <mhu@openoffice.org>  [f1b65870b58fa11045ffe9441041764f628f17db]

        Added SAL_THROW_EXTERN_C() to all function declarations.

2001-03-13  jp  <jp@openoffice.org>  [b487e518913864549d898849b1700116a07dd731]

        Bug #84868#: CTOR RTFEndPosLst - start position is also needed

2001-03-13  jp  <jp@openoffice.org>  [2a49465cec3c65ca1ff945f3888d06c93c7e0bad]

        Bug #84868#: DataChanged - update DDE also without a EditShell

2001-03-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [49d7c0970bb9d39fe47a0d2f8d4602038e0bccc4]

        reworked atomic updates for reference counters (PowerPC version)

2001-03-13  Kurt Zenker  <kz@openoffice.org>  [6e4fadb6260762c5ea6f5fcdacb051eb3815f791]

        new version for SRC625

2001-03-13  Kurt Zenker  <kz@openoffice.org>  [eabd0ceded11dca7ea55490c1c81c2b65e43c49d]

        new version for SRC625

2001-03-13  jp  <jp@openoffice.org>  [8ee6dce6d02a1ef69f69ddc06e56d144d9c68390]

        unix compiler error

2001-03-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [93b1cb2cd0241817e5d3d079223768539df6cc51]

        extract now in comphelper

2001-03-13  Thomas Benisch  <tbe@openoffice.org>  [05ceef5c4f2c6b3dd582797ad9eb059844486d29]

        changed StartListening, EndListening

2001-03-13  Thomas Benisch  <tbe@openoffice.org>  [a0022ceb6c653f9775053471006f3ea8a9575a3a]

        removed nEvent

2001-03-13  Vladimir Glazounov  <vg@openoffice.org>  [7359d3c971d03fb4fd037949bd6a934a74ca22f1]

        removed < signs

2001-03-13  Thomas Benisch  <tbe@openoffice.org>  [64e8a1fefecd9d0235be7e3318eec759be48d0b6]

        #84924 StartListening in SdrUnoControlRec CTOR

2001-03-13  jp  <jp@openoffice.org>  [7611962342c007b08e83f2ce3a707ff4092533f2]

        expand empty attributes

2001-03-13  Kurt Zenker  <kz@openoffice.org>  [a56ba85da0d6747786f75a122fd51477b96c348e]

        new version for SRC625

2001-03-13  Caolán McNamara  <cmc@openoffice.org>  [a8f027c465e26c77e78eb7eeadc533489c167855]

        ##503##, #84126#. Incorrect endnote setting, and duplicate code

2001-03-13  Niklas Nebel  <nn@openoffice.org>  [cabd177d3ec23781cd06dc264aaada40bfad3c68]

        better handling of LANGUAGE_SYSTEM

2001-03-13  Kai Ahrens  <ka@openoffice.org>  [8ba73f0154ac06284b45bcaa3837d616a3f29040]

        gcc needs temporary

2001-03-13  Frank Schönheit  <fs@openoffice.org>  [67bc44e56338cde96368c43abad082388eaf13f4]

        #84923# convertFastPropertyValue: be somewhat more tolerant

2001-03-13  Gregor Hartmann  <gh@openoffice.org>  [11ef43993b606617d47ae3164465a36aabf49458]

        #83874#Menu handling caused GPF

2001-03-13  Michael Brauer  <mib@openoffice.org>  [2e6d999cf8ceacabb94b11feee6ee0808c2a75bc]

        If no page number is given for page bound frames, calculate it using cursor pos

2001-03-13  Michael Brauer  <mib@openoffice.org>  [a2de5aaf806a7fc07ab812845a948a25bf488589]

        If no page number is given for page bound frames, calculate it using cursor pos

2001-03-13  jp  <jp@openoffice.org>  [31b6b865975d80fb9bd4dbb3fc16663cb4c34ca1]

        compiler errors

2001-03-13  Michael Brauer  <mib@openoffice.org>  [92b4b0070275322f7bf0f90b1fbd4a82b1e2267d]

        required change: XMLShapeExportHelper::seekShapes

2001-03-13  Malte Timmermann  <mt@openoffice.org>  [60fc3f153ca3d31c46100d79a925acb81a95874b]

        propertiesChanged: Check if own property

2001-03-13  jp  <jp@openoffice.org>  [84d962eba07526aea72f47b7e6c7f19c5806b50d]

        compiler errors

2001-03-13  Daniel Rentz  <dr@openoffice.org>  [cf2f2870942978f8f61df09d418f6d193e52ca74]

        new calc function ISPMT

2001-03-13  jp  <jp@openoffice.org>  [8621c90a8e69fee5e8d0156e3fe4bd567b586064]

        compiler errors

2001-03-13  Daniel Rentz  <dr@openoffice.org>  [861752ea90d824bc95631789a635ac4dfe22d439]

        new calc function ISPMT

2001-03-13  Kurt Zenker  <kz@openoffice.org>  [828a2052af4fc2075c86f4dca2dc7a484737f7cf]

        use ftime() for windows

2001-03-13  Niklas Nebel  <nn@openoffice.org>  [8e86f7893d5be8b4b5d140d3cdf7a5aa7f798845]

        #84930# don't access pointer to vector element after push_back

2001-03-13  Oliver Specht  <os@openoffice.org>  [7404f4583f3592305099df9d74040809bf00eda6]

        except if one tries to insert a table into a table

2001-03-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e901c03712a380898ed28b2962914443079c7138]

        osl_[increment|decrement]InterlockedCount() for PowerPC (GCC inline assembler)
        
        contributed by: Kevin B. Hendricks <khendricks@ivey.uwo.ca>

2001-03-13  Joachim Lingner  <jl@openoffice.org>  [82276c534d691789d5b596e134fa0bf5f773e697]

        Contains now the TimeValue declaration which is also in osl/types.h. However osl/type.h will be removed

2001-03-13  Oliver Specht  <os@openoffice.org>  [78961304ad664e2dbf74372fa4ec8d55b994a3b6]

        new: unodefaults

2001-03-13  Oliver Specht  <os@openoffice.org>  [48960e506eb0f6ba22c28d5e246bf54eda0a2539]

        Drawing defaults added

2001-03-13  Oliver Specht  <os@openoffice.org>  [32d75833f1181dec36611cf69d7227f1957055b5]

        overloaded drawing defaults

2001-03-13  Andreas Martens  <ama@openoffice.org>  [76f12d217c690136cc6a66e3153f043f37300b37]

        Fix #84975#: Ignore corrupt table format, don't crash

2001-03-13  Oliver Specht  <os@openoffice.org>  [6d37fdb14861231b2b995a3754e77158f44d2232]

        ::getProperties corrected

2001-03-13  Kai Sommerfeld  <kso@openoffice.org>  [a7b769c7090217bbdc5dd45c0b85943ac6c43281]

        #80510# - Optimized HierarchyResultSetDataSupplier::queryPropertyValues(...)

2001-03-13  Kai Sommerfeld  <kso@openoffice.org>  [69d5cb23c142c41962f879669460d4a1d4eaeec2]

        #84899# - Initial revision.

2001-03-13  Kai Sommerfeld  <kso@openoffice.org>  [fb868af8039744a47424fe5bc69b48f11579b9f8]

        #84899# - Added ucbhelper.xml ( module/component description file ).

2001-03-13  Kai Ahrens  <ka@openoffice.org>  [66c3aa6a9ef2ba141c3f47db963e4abee0dad315]

        #84927#: new methods GetFormat.../Deadlock problems

2001-03-13  Armin Weiss  <aw@openoffice.org>  [87674920205001cbc3e5532233a3b0b6b812403d]

        #84854# the glyph outline polygon offset needs to be corrected only for vertical text

2001-03-13  Joachim Lingner  <jl@openoffice.org>  [7474699aa372296da7494d1d0bec1f7dafbaae79]

        contains some slightly changed macros from vos/macros.hxx

2001-03-13  Kurt Zenker  <kz@openoffice.org>  [16daa734dfc8bd49375d78c0090418e86c1992f3]

        new version for SRC625

2001-03-13  Hennes Rohling  <hro@openoffice.org>  [6407459c67c739789acaed8b3fd5e02f8d37cd52]

        #84390# Deliver windows wrapper files

2001-03-13  Oliver Specht  <os@openoffice.org>  [405843aa2e629a6e8b599597d18fdfd8245d1c15]

        pch corrected

2001-03-13  Oliver Specht  <os@openoffice.org>  [95ccdfaa30c6e8aecfcde36c4f084441c3a45ce1]

        interface change: create drawing tables only once

2001-03-13  Hennes Rohling  <hro@openoffice.org>  [e79c71bfa637b2be91e9189f77ed9af3491425d7]

        #84390# Build soffice wrapper executables for windows

2001-03-13  Armin Weiss  <aw@openoffice.org>  [8244dc05ad7c0ac4cd4e65cde2fe1e5d8b0ed987]

        removed warning concerning unary minus operator on unsigned type

2001-03-13  Armin Weiss  <aw@openoffice.org>  [40c61e9ad1c7f787a33ed657cdb35df988de89ca]

        #83259# Changed behaviour of TRSetBaseGeometry/TRGetBaseGeometry to take MapUnits and AnchorPos into account

2001-03-13  Gregor Hartmann  <gh@openoffice.org>  [e376910021a92104048230f3eac9becafc7f4ad1]

        Wrong use of StarBasic: now using testtool

2001-03-13  Juergen Schmidt  <jsc@openoffice.org>  [415465cc2aa803483beb4fd67cb4898631da6640]

        remove vos dependencies

2001-03-13  Juergen Schmidt  <jsc@openoffice.org>  [e7bb2a7824bd20f7a5735f14f1d433eecca75e7f]

        change VOSLIB to SALHELPERLIB

2001-03-13  Juergen Schmidt  <jsc@openoffice.org>  [733abfbb8f02a2667a77fb679d9a8298f80b1d39]

        remove using namespace vos

2001-03-13  Sven Jacobi  <sj@openoffice.org>  [0e6cc17083f5c3b70e61f5fcbd19680c2a7a9f0e]

        added vertical writing

2001-03-13  Juergen Schmidt  <jsc@openoffice.org>  [cdbacc557179804964ff627c1f4ffcab1ccc9faa]

        remove vos dependencies

2001-03-13  Matthias Huetsch  <mhu@openoffice.org>  [09aac3bc4a720d50aae29d648aa7c6fcfd9f0b80]

        Renamed method 'isValid()' to 'is()' according to consensus.

2001-03-13  Hennes Rohling  <hro@openoffice.org>  [88c6b87eb6027274673006c0a4fcc68cbf809e5f]

        Build windows wrapper executables

2001-03-13  Matthias Huetsch  <mhu@openoffice.org>  [b3ed942b84619e1c106f9be7368591fb91cc73d4]

        Fixed use of SAL_THROW macro.

2001-03-13  Oliver Specht  <os@openoffice.org>  [35b59b6e120b89ed09a833c24a3f4982e63ca07b]

        mutex corrected

2001-03-13  Oliver Specht  <os@openoffice.org>  [173cf9e90f9c7de524b4763d671c4ab8e97d8c0d]

        use own mutex

2001-03-13  Oliver Specht  <os@openoffice.org>  [ee3aa41191161ac4c038b35c147ed1f7a5783548]

        #84808# IsHidden-property added to HiddenTxt/ParaField; CharRelief added

2001-03-13  Oliver Specht  <os@openoffice.org>  [571612505449361e754986c7a906f6168a108d54]

        #84808# IsHidden-property added to HiddenTxt/ParaField

2001-03-13  Oliver Specht  <os@openoffice.org>  [f6fe7c684285f81fa9561201423037d9b82207cf]

        CharRelief added

2001-03-13  Joachim Lingner  <jl@openoffice.org>  [7d9140f4288f2c3a5bd97f710738e5695a766f06]

        inline wrapper for thread API in thread.h

2001-03-13  Frank Schönheit  <fs@openoffice.org>  [386c8b69cc864a9699df8a91904a12461112e34c]

        #84912# converFastPropertyValue: correctly set the old value to void instead of NULL

2001-03-13  Oliver Specht  <os@openoffice.org>  [383bc7b396a90568c09bc3e23f9f635fba62c25c]

        new: User.idl

2001-03-13  Oliver Specht  <os@openoffice.org>  [dfa027b97108e21edaaff2ddba5635e99f5113d2]

        service com::sun::star::text::textfield::User

2001-03-13  Andreas Martens  <ama@openoffice.org>  [079d417a15037c87e3363a36cbcca699f1f93328]

        Fix: line break in multiportions

2001-03-13  Frank Schönheit  <fs@openoffice.org>  [0025d20cce439f09e3252b547398c1e9294308f5]

        #84827# #84908# allow changes to be applied without re-initializing the page (which could lead to opening a connection)

2001-03-13  Patrick Luby  <pluby@openoffice.org>  [45b46acf3e9a3ada6e7a43fe20be37cee5ff0210]

        Reenabled turning off of optimatization when exceptions are turned on as the optimatization bug appears to still be present in Mac OS X Release Candidate

2001-03-13  Andreas Martens  <ama@openoffice.org>  [ed1d68cc270f2c795d3640dcb56789a6448e16e9]

        Fix: line break in multiportions

2001-03-13  Daniel Rentz  <dr@openoffice.org>  [d50aa69ae418335e72fcd2cd76389a13ae97bbe4]

        #84900# wrong col range in ExcRow

2001-03-13  Niklas Nebel  <nn@openoffice.org>  [96dfacf24aefd8c5850d442d2e19d321c451d1fc]

        language and algorithm in sort dialog

2001-03-13  Daniel Boelzle  <dbo@openoffice.org>  [88b9ee66c5a981edec13a6e57472a303cd5d27b9]

        better test

2001-03-13  Niklas Nebel  <nn@openoffice.org>  [517c9b67553a3d5f5d1f0077d4c6c593ec1c9c87]

        delete[] in dtor, use right count in GetTranslation

2001-03-13  Niklas Nebel  <nn@openoffice.org>  [168a2fa652c9ed581eaaa93fb17278f4e8ccd023]

        deliver collatorres.hxx

2001-03-13  Andreas Martens  <ama@openoffice.org>  [68bd6b2bb1f8b639053482c1a3a9b0437f069d3b]

        Fix: line break in multiportions

2001-03-13  Niklas Nebel  <nn@openoffice.org>  [3b28ab42391e4c16665a1705053efd4a4f67abbf]

        Locale/Algorithm for sorting

2001-03-13  Oliver Specht  <os@openoffice.org>  [e4814d8c85436fa2be3d6f887f72f61f48e43c7e]

        property added

2001-03-13  Patrick Luby  <pluby@openoffice.org>  [9601b4d9b56e393f354e2ec89f1ca0a36abfd2d4]

        Replaced header names so that code will compile on Mac OS X Release Candidate version, replaced all carriage returns and Unix newlines, and removed all non-gcc pragmas

2001-03-13  Frank Schönheit  <fs@openoffice.org>  [3922df7c4027c41e59776b7518bcecd32639468e]

        #84724# OOperandRow::bindValue: call setBound

2001-03-13  Andreas Martens  <ama@openoffice.org>  [491687eb578f3a0a01ef012adede9f95fb251734]

        Opt.: fonts with automatic color, depending on background

2001-03-13  Oliver Specht  <os@openoffice.org>  [a9b36a613e5c02d59488bc17a617191759d1f73f]

        property added

2001-03-13  Oliver Specht  <os@openoffice.org>  [39ae1b64e71a54d09967c01c01176c22286024eb]

        new: HiddenParagraph.idl

2001-03-13  Oliver Specht  <os@openoffice.org>  [08476b0f0d907a3a2b07475e93f40690a183be76]

        service com::sun::star::text::textfield::HiddenParagraph

2001-03-13  Kay Ramme  <kr@openoffice.org>  [313ee39d125fbd3ab90371338c66a00d73af1c56]

        export jar content also relative to jar file (#84787#)

2001-03-13  Kay Ramme  <kr@openoffice.org>  [a38d233414dc452979c2eef082f1db57a4d4ed03]

        get MANIFEST relative to jar files (#84787#)

2001-03-13  Nils Fuhrmann  <nf@openoffice.org>  [3aa03afd599679d5d29e2495837564cd095fb738]

        Generated for support of solar list particles

2001-03-13  Nils Fuhrmann  <nf@openoffice.org>  [0adc1f330b9bb0d200041c89183984cfc8b5c519]

        Generated for support of solar list particles

2001-03-13  Nils Fuhrmann  <nf@openoffice.org>  [1ed700c666bc13204c287cb93eca14556eb267bc]

        Generated for support of solar list particles

2001-03-13  Nils Fuhrmann  <nf@openoffice.org>  [ea4eb5d1de825a5c1224e5f7eb9fd6a0542e66d4]

        Generated for support of solar list particles

2001-03-13  Kurt Zenker  <kz@openoffice.org>  [35ff4cbaab05576c631bcec755952e29707ebee6]

        new version for SRC625

2001-03-13  Ocke Janssen  <oj@openoffice.org>  [696baf8ea18a5362bc217b4a93c5daa83a0fed2b]

        #84710# set realname for parameter too

2001-03-13  Ocke Janssen  <oj@openoffice.org>  [b76bade8f3877eadaec3f42f82f51d2191a1191c]

        #84710# use stream operators instead of cast

2001-03-13  Michael Brauer  <mib@openoffice.org>  [c2eb60137a44aa1192b2bea0b0e4b47bf751cc2e]

        Don't set illegal page numbers

2001-03-13  Kai Sommerfeld  <kso@openoffice.org>  [d53f60e0e53818359bf99deadc19f4536aae5f1f]

        Fixed: FileProvider::supportsService(...)

2001-03-13  Patrick Luby  <pluby@openoffice.org>  [41970b0104b898f81b04e8e08b72713a31590a03]

        Change strcat to strcpy to fix Mac OS X bug

2001-03-13  Patrick Luby  <pluby@openoffice.org>  [1df524f17f61d101d812069cfa22e1528e8226ac]

        Corrected bugs in environment variable setting

2001-03-13  Patrick Luby  <pluby@openoffice.org>  [c8a1f0c15f42bf6b7156dec9ffb4dff3cc847f3f]

        Added Mac OS X entries

2001-03-13  Patrick Luby  <pluby@openoffice.org>  [fe029aa733ba05d8a90a0fa181cad8b3b56a082f]

        Prevent building of this directory by Mac OS X

2001-03-13  Patrick Luby  <pluby@openoffice.org>  [4582f36b78abd3861b1a18c96326864e1c7f5bc3]

        Added back ".dylib.framwork" extension for Mac OS X

2001-03-13  Patrick Luby  <pluby@openoffice.org>  [c7cf75feae11afe23523df193d7fe4a9d9b96efe]

        Correct .IF errors in last revision

2001-03-13  Patrick Luby  <pluby@openoffice.org>  [04f9143fcf5974beaeea33ae34be2b9e700d86e2]

        Added support for Mac OS X Release Candidate version

2001-03-12  Babak Mahbod  <bmahbod@openoffice.org>  [6c780f6fe46394126da255b3c3c88a03ea735550]

        ATSUI utility APIs for retriving, and sorting fonts by platform, language, script, family, and style. Incorportated the ATSUI APIs into SAL font utiliy methods. Isolated the necessay headers and then updated all SAL headers. Updated SAL math utility APIs

2001-03-12  Vladimir Glazounov  <vg@openoffice.org>  [70e4341dad560363cc5d753aebdf982787425b7e]

        new version for SRC625

2001-03-12  Patrick Luby  <pluby@openoffice.org>  [8f8a64126c2235429b2ffdadea721322eb65e3c3]

        Disabled symbol stripping for Mac OS X

2001-03-12  Eike Rathke  <er@openoffice.org>  [a6d640d381e96d5f424f941a7b2ca5652d4b5584]

        memmove ScSortParam is no good anymore

2001-03-12  Nikolai Pretzell  <np@openoffice.org>  [506aea6bd135c3919d3a4cfdb186a11cd0f4fa95]

        xml-descriptions new dtd, step4

2001-03-12  Daniel Boelzle  <dbo@openoffice.org>  [7f94841d8b915dd9434e296bb37516fb50819cb6]

        load shared libs using cppuhelper function

2001-03-12  Daniel Boelzle  <dbo@openoffice.org>  [aafb348256fcf38665c284deb5be4488f38a4757]

        still support deprecated library exports

2001-03-12  jp  <jp@openoffice.org>  [fef6026bb45c70ba9bb347a61716a1e7332832d2]

        Bug #50441#: ask for box text

2001-03-12  jp  <jp@openoffice.org>  [ed230c30a9bdddef3cb42f2376bed70505ca5888]

        Bug #50441#: set box text for the dialog

2001-03-12  Daniel Boelzle  <dbo@openoffice.org>  [a706e7046aae1a33257b42b3d537bf292d7b8507]

        exception destruction bug fix

2001-03-12  Frank Schönheit  <fs@openoffice.org>  [d2bbced5c324722a5f84442af682cb5b2bdf62e1]

        corrected ConvertLikeToken

2001-03-12  Jörg Barfurth  <jb@openoffice.org>  [2e86153198b2f2ba513a6141927d20e134267868]

        #84878# Share provider default options with TreeManager - use provider default language for loading Templates (preliminary)

2001-03-12  jp  <jp@openoffice.org>  [0de0fa11aae5226fdaddeb67a2da739983b5c7bd]

        little optimizations

2001-03-12  jp  <jp@openoffice.org>  [c7579a0264c46a452f59f5d024f5305155493e06]

        remove temp variable

2001-03-12  Frank Schönheit  <fs@openoffice.org>  [663f0aa70736743769256c8a33d1d2efa9f45474]

        createObject: do a break when the object has been found

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [6dd3804d371a2327697925467dec7edbdb18ef3f]

        vos/diagnose.h removed

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [a855dee266f56cee597143dd9d3283ebecd937fb]

        vos/diagnose.h macros replaced by osl/diagnose.h macros

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [894efe09f450f58a39ab9e4006248bb3ec6e99ed]

        vos/diagnose.h macros replaced by osl/diagnose.h macros

2001-03-12  Nikolai Pretzell  <np@openoffice.org>  [38230b2e57c79afb96c320f29c2ed4fdaa2628a8]

        xml-descriptions new dtd, step3

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [17aa5b1d27e9b575bb5958ddd7ab84dd5f6c9144]

        vos/diagnose.h macros replaced by osl/diagnose.h macros

2001-03-12  Sven Jacobi  <sj@openoffice.org>  [a6d85d982baffb7a5da01556289e41f5e7914e77]

        added vertical writing

2001-03-12  Daniel Boelzle  <dbo@openoffice.org>  [efbaef0388e7d412c7e97dbed54694f7d3aa098a]

        put deprecated factory export function defines back

2001-03-12  Eike Rathke  <er@openoffice.org>  [060e2fd5a9278c108bfe4087a65efb9937665299]

        moved ScSortParam from global to sortparam.[ch]xx

2001-03-12  Kay Ramme  <kr@openoffice.org>  [3b40944695c388bcd26694990d622d80168556f3]

        cleaned; removed one sendReply

2001-03-12  Martin Hollmichel  <mh@openoffice.org>  [57fc0ac681ea9d50091dc51762fe27ca9b0f5424]

        add setting for mozilla idl compiler

2001-03-12  Martin Hollmichel  <mh@openoffice.org>  [a0aee5c9f908eca866c9eb491e2d7d4014200708]

        add: rules for xpidl, idl ->h, xpt

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [c32cb5b36acc2e0f888af5b6dc79a9bb33644036]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [53bfb3a236d5e60be670130331b427888cf950a0]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-12  Frank Schönheit  <fs@openoffice.org>  [dfeefcbd24211c75fbb07b4c8772c75159094285]

        ooops .... corrected the name of the SQLException property

2001-03-12  Oliver Specht  <os@openoffice.org>  [5f1f9486f28112d8908b6e904c5b391b01ea8169]

        Relief added

2001-03-12  Oliver Specht  <os@openoffice.org>  [4cfe671bea2349e60b0ea96cb6f493fa38cf8a67]

        CharReliefItem::PutValue: check value

2001-03-12  jp  <jp@openoffice.org>  [4141dbfa7c30f3e0329bb4ccc577b52bbc85589d]

        import relief item

2001-03-12  jp  <jp@openoffice.org>  [dab4c096e42e69c7d34637d472cc0bfa1e7bb8d7]

        export relief item

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [a24c2d2b20b819bb358d2ad45bb9e9790be95c51]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-12  Christof Pintaske  <cp@openoffice.org>  [23892690c71660609c981844bf016278e5f228f4]

        names of collator algorithms

2001-03-12  Frank Schönheit  <fs@openoffice.org>  [7f223dc84cad66cbbd9b293d04926f7243939ca7]

        #84749# allow for void-values of the Align property

2001-03-12  Jörg Budischewski  <jbu@openoffice.org>  [61b81ad4f3926975189b4340319cdf5c5fb18761]

        added STL again, logmodule.cxx needs it

2001-03-12  Christof Pintaske  <cp@openoffice.org>  [2a2f576ca82c13b2de3684c801e0e44aa9b7df33]

        names of collator algorithms

2001-03-12  th  <th@openoffice.org>  [c38d5bf35928da06e81b72ee22e4d0daf53b9ed7]

        Cleanup

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [e5b2329213c48bb2fdefbffab6635a0bcc05f5fc]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-12  Dirk Völzke  <dv@openoffice.org>  [fd382a483f7d9e30bf99efc612da0c6a5fffc851]

        Implemented addGroup and removeGroup

2001-03-12  th  <th@openoffice.org>  [d603b0ed5d019f6f340cf0dccdb9d421467c7a7d]

        #83210# - For the mapping text a none available style has now a higher prio as a device font

2001-03-12  Vladimir Glazounov  <vg@openoffice.org>  [b3fc09987116a82f56b25e83be6422fda6088fef]

        Corrected for UNIX-file format

2001-03-12  Sven Jacobi  <sj@openoffice.org>  [cc50b9f4ef4b9ad5986a82e3720a3ecf1cfc308d]

        solved gpf, GetPresObj is not always returning an Object

2001-03-12  Kay Ramme  <kr@openoffice.org>  [fd4b5571476d1fe62e36991f82bcafa688e890ae]

        removed unnecessary synchronizeds; correct _message_count (#84611#)

2001-03-12  Kay Ramme  <kr@openoffice.org>  [8fa11b239c69c8061c35de99a0895827ba719b97]

        now synchronized correctly on _outputStream (something went wrong with some merges)(#84611#)

2001-03-12  Niklas Nebel  <nn@openoffice.org>  [50cc5b9537aef1f9bdc3a79af263620f9d79b43d]

        UpdateOleZoom: test for empty VisArea

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [4038b72427b8fac68219b39e90fc43cbd20dcc41]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-12  Ocke Janssen  <oj@openoffice.org>  [1b3dc0db9acc448fa642491d612b2053823f8684]

        #84644# only show dialog when query is in design and new

2001-03-12  Oliver Specht  <os@openoffice.org>  [192fd47f4eb5c9b40ee4168b1a0c076e85d04ecb]

        tab page size increased

2001-03-12  Jörg Barfurth  <jb@openoffice.org>  [b1c1822536dd5714b939f27c526c88c0573053bd]

        Adjust to split of template path into module and name and to refactored XML parser class

2001-03-12  Jörg Barfurth  <jb@openoffice.org>  [5b20b1d90f39f375a64caa1828da0884d16f2c46]

        Refactorying XML TreeBuilder and Formatter

2001-03-12  Jörg Barfurth  <jb@openoffice.org>  [4cf666933b7b42c596565ded3a8c5dafdc12b2eb]

        Implement split of template path into module and name

2001-03-12  Oliver Specht  <os@openoffice.org>  [82b1cd123282ff87fa757eab0328dc7eb25edfd9]

        emphasis mark list box completed (again)

2001-03-12  Jörg Barfurth  <jb@openoffice.org>  [18cdaff49b21f4e79431910f12915ee545330f3b]

        Split template path into module and name

2001-03-12  Dieter Loeschky  <dl@openoffice.org>  [c1d992e3d5d1a7f737bae576073adf5a513e8073]

        Paint(): painting of pGraphic modified

2001-03-12  Ocke Janssen  <oj@openoffice.org>  [9d9e7c2310b17aced0a5339aac8f68b09b1e7a4f]

        #84616# check if fielddescription is null

2001-03-12  Kurt Zenker  <kz@openoffice.org>  [4c6e83387a37f16df8e7da19dd7117e325847956]

        SRC625

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [8c43ce3310b262edac3635023107167d56798964]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-12  Ocke Janssen  <oj@openoffice.org>  [c7282dc62e45b84cca25a40d9fda178700e4a570]

        #84688# dispose if initialize went wrong

2001-03-12  Oliver Specht  <os@openoffice.org>  [e24994ae871fe011bf35ec8c332969c6e86565be]

        new CharRelief

2001-03-12  Malte Timmermann  <mt@openoffice.org>  [914c953890676445ddf6a9eadd11e4da3ed2bc9a]

        toolkit.xml

2001-03-12  Oliver Specht  <os@openoffice.org>  [a49b7d9aadd1f5408dd7ead51349f48641066555]

        new FontRelief.idl

2001-03-12  Oliver Specht  <os@openoffice.org>  [a7d2e72c916b19b8d05fb5f04ba516d59576a296]

        new constants: FontRelief

2001-03-12  Ocke Janssen  <oj@openoffice.org>  [33f2274f5857577853201ff2a3ff02fda4198c70]

        parse stmt international

2001-03-12  Malte Timmermann  <mt@openoffice.org>  [9f5d51acbd72ea8b2a7c022d7bac219e2f296ec6]

        component description...

2001-03-12  Ocke Janssen  <oj@openoffice.org>  [a3762ec569b5cf898ed98c6335b76ad3f90f0861]

        wrong ctor used for OString

2001-03-12  Ocke Janssen  <oj@openoffice.org>  [c4f539f2b91eb8848b13b12457fb5c97672cf209]

        #84625# new method for assign a table

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [b3e5d449ac81e2d072486c3e42d129694395b368]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-12  Ocke Janssen  <oj@openoffice.org>  [012192a604b7b848d76190c0c47d7cb1a195465b]

        #84625# dispose object when dropping

2001-03-12  Oliver Specht  <os@openoffice.org>  [bb3b832c8a48bfb7d506de8ef8617540c09c5ca5]

        service descriptions converted and concatenated

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [c23515aeed4d59324d9dfe82934bd5b3c021a59a]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-12  Joachim Lingner  <jl@openoffice.org>  [40b79cab484d2f5f70962e96696ed5f3645f1c8e]

        OSL_ENSHURE replaced by OSL_ENSURE

2001-03-12  Herbert Duerr  <hdu@openoffice.org>  [f5cfc228395c1a40c287de6211adeb332c4342e0]

        promote some functions to methods

2001-03-12  Kurt Zenker  <kz@openoffice.org>  [dd23b2b89003f26211f61771de2065cbc1dc516c]

        UDK211

2001-03-12  Frank Schönheit  <fs@openoffice.org>  [0757f6f79c2ab284115f6f56c0eba596d4b42f05]

        #84253# correct some help ids (don't use unresolved identifiers)

2001-03-12  Michael Brauer  <mib@openoffice.org>  [80ff6f008577287dadd7200eba4532d59f1221bd]

        #84837#: Non insert mode was broken

2001-03-12  Michael Hönnig  <mi@openoffice.org>  [ad5b1f6a013e3c9c4623fc35360faec44de50386]

        package is a registered name in Java => renamed to packages (step1: new module packages)

2001-03-12  Caolán McNamara  <cmc@openoffice.org>  [372f5987d2d612bbd3bdf05d8cece86ce036d727]

        ##510##, #81434# Set default asian fontsize to winword default as well as western fontsize

2001-03-12  Kai Ahrens  <ka@openoffice.org>  [f9ea4c334e14270d53e976bc272467cda08d7cbf]

        added D&D functionality

2001-03-12  Kai Ahrens  <ka@openoffice.org>  [fd26bb8c831d83a178d8727e53ccd2b45897f93e]

        Type for FORMAT_FILE is sequence

2001-03-12  Michael Hönnig  <mi@openoffice.org>  [1baa110d8448b09ed773273ae5a14bbd69f52d06]

        package is a registered name in Java => renamed to packages (step1: new module packages)

2001-03-12  Oliver Braun  <obr@openoffice.org>  [c90cf77b25c1226a05140729ddb55b22f14e2b59]

        renamed XDataTransfer to XDataTransferProviderAccess

2001-03-12  Oliver Braun  <obr@openoffice.org>  [52b25418fb46e4761860e22b7dfa50842f2aa0ed]

        introduced XDataTransferProviderAccess

2001-03-12  Matthias Huetsch  <mhu@openoffice.org>  [3695d6c5a6c665945a707aac1e3c319f4a6c6b00]

        Interface rtl::IReference and template class rtl::Reference.

2001-03-12  Oliver Specht  <os@openoffice.org>  [88f9ced6e3e8d26073dc15953d547a7808675f52]

        new property: AnchorFrame

2001-03-12  Oliver Specht  <os@openoffice.org>  [d896fd4e88547a217e244da90c659744e7c78cbd]

        new property: AnchorFrame

2001-03-12  Matthias Huetsch  <mhu@openoffice.org>  [ccb589bb3ea7cc5e46a9dbe68f843c883f8d0ecf]

        Platform endianess determination and byte order manipulation macros.

2001-03-12  Andreas Bregas  <ab@openoffice.org>  [ca3559ec1a931a43efe84367db5e43b325a3fb98]

        Listen to dialog's step property and set control visibility according to that

2001-03-12  Andreas Martens  <ama@openoffice.org>  [2c2092547f9d95dbb9335198bca2afc674b9d718]

        New: Fontattribute automatic color

2001-03-12  Hennes Rohling  <hro@openoffice.org>  [06b8829b42c804c3dabb3d673834f22eb5b214b0]

        #84390# Added wrapper executables

2001-03-12  Caolán McNamara  <cmc@openoffice.org>  [af246a3731d3a57a713cadda42b08b459d3b48f5]

        ##513##, #79474# a set of floating table rows following inline table rows are not to be counted as rows in first table

2001-03-12  Daniel Boelzle  <dbo@openoffice.org>  [944d47ba74f86998fef010169359b2efecf58978]

        exact boolean handling

2001-03-12  Tino Rachui  <tra@openoffice.org>  [9234da7733c086e753a0f27d7c3d6158aa7957ca]

        *** empty log message ***

2001-03-12  Daniel Boelzle  <dbo@openoffice.org>  [dddee54f568beea58284a5345515e0cd1e584fb6]

        assertions

2001-03-12  Daniel Boelzle  <dbo@openoffice.org>  [d2b6141b341ad346f7d5b0b446a70302dce39d72]

        assertions

2001-03-12  Thomas Benisch  <tbe@openoffice.org>  [6ef3f4071c90b3baa9d13781c6bfed5504939ffb]

        added script event container listener

2001-03-12  Sven Jacobi  <sj@openoffice.org>  [14769c5a2b953a5df6e598895dff3044f187e96a]

        added vertical text layout

2001-03-12  Niklas Nebel  <nn@openoffice.org>  [6f1c72d6b0698388d6cb0d643058050eac9fa0ff]

        changed component descriptions to new dtd

2001-03-12  Andreas Bregas  <ab@openoffice.org>  [41c300af61e6701ccc48dfc78f1413781235afb1]

        New DTD

2001-03-12  Thomas Lange  <tl@openoffice.org>  [4c13005a0c3426208258cc2766fafc66626f00fb]

        regular expression search fixed

2001-03-12  Thomas Lange  <tl@openoffice.org>  [757b687d37c712f93ba4bda8ca48207b0eba4a7f]

        regular expression search fixed

2001-03-12  Thomas Lange  <tl@openoffice.org>  [c9ea21e68f7e79e08d15ae3e5c832edb6809f49b]

        regular expression search fixed

2001-03-12  Sven Jacobi  <sj@openoffice.org>  [11f82a1332f99dabd7cacb1b91a409d3676a087a]

        added vetical text layout

2001-03-12  Mathias Bauer  <mba@openoffice.org>  [137255ba98a74a87c4d36dfcac417a124e0a65ab]

        use correct temp. storage

2001-03-12  Andreas Martens  <ama@openoffice.org>  [7c30e09f6c980bf0b4e550bd64b9d7f5ae4ebb3a]

        New: Fontattribute relief

2001-03-12  Oliver Specht  <os@openoffice.org>  [35918d023032ef33111e54cb319e625a27f5333d]

        #84572# Set anchor to frame: find frame to anchor to

2001-03-12  Niklas Nebel  <nn@openoffice.org>  [751a36ce9b2a0dff5ea289f912a846ab8e19c52e]

        SetFrame: use ApplyFrameAreaTab without MarkData

2001-03-12  Niklas Nebel  <nn@openoffice.org>  [5c65d74f6ed29e07ea99cace9cc4a258ed907198]

        ApplyFrameAreaTab

2001-03-12  Niklas Nebel  <nn@openoffice.org>  [052453368711ac4b99fbe10e315a9be882012960]

        ApplyFrame: create new SvxBoxItem on stack

2001-03-12  Thomas Lange  <tl@openoffice.org>  [6dc901b785d6bf3e0091b7833a6040de658eac64]

        SearcParam => SearchOptions and implied changes

2001-03-12  Dieter Loeschky  <dl@openoffice.org>  [1e666d8514b0223edd899ae1e54685c4855f71e1]

        + Transliteration

2001-03-12  Patrick Luby  <pluby@openoffice.org>  [8dd8692f6af74e7baacfa42b3e2880b987dc4acd]

        More fine tuning of stripping for Mac OS X

2001-03-12  Patrick Luby  <pluby@openoffice.org>  [4fca4d84323837cf1e70650929b3eecf4c646edb]

        Implemented stripping of only __objcInit symbol for Mac OS X executables to avoid duplicate symbols when loading the JavaVM

2001-03-12  Oliver Specht  <os@openoffice.org>  [6b50ce9e6f9943068e8e227f8df73a46f0305b70]

        SwDBField: Name creation changed

2001-03-11  Patrick Luby  <pluby@openoffice.org>  [43f19d3760110561f246203b5d4d23fb7f9a7eda]

        Added TimeValue to work on Mac OS X Release Candidate version

2001-03-11  Patrick Luby  <pluby@openoffice.org>  [52038d3f57b648217b422aa52eb7b4f1953eaae4]

        Added -framework CoreFoundation

2001-03-11  Sascha Ballach  <sab@openoffice.org>  [3fc3c75f8f00c234516f5b5aab40788a3d8cf5fc]

        SettingsExportHelper and DocumentSettingsContext added

2001-03-11  Sascha Ballach  <sab@openoffice.org>  [f99e01a57eea3c59bb735def82a3e10851e97bf6]

        DocumentSettingsContext added

2001-03-11  Sascha Ballach  <sab@openoffice.org>  [a6504d4ffc309fec7711bea6a0040c4355fcf9ea]

        start to implement the import of document settings

2001-03-11  Sascha Ballach  <sab@openoffice.org>  [a92f3c1604cbbe02657bfc45a41a4fbb05b62fdf]

        make all functions const

2001-03-11  Sascha Ballach  <sab@openoffice.org>  [8854eefeeed7f15c14c852420056ee5f0a1bc35a]

        export of document settings added

2001-03-11  Sascha Ballach  <sab@openoffice.org>  [fdbe4b19104b56fac0daaf9f60d247aa91b47428]

        configuration-settings added

2001-03-11  Patrick Luby  <pluby@openoffice.org>  [1d6fe3337219870f3879152339ffafc95bbbd0cc]

        Removed -lobjc as it is not necessary

2001-03-11  Patrick Luby  <pluby@openoffice.org>  [6b7b0f10ddeb66b10394e09ddc2ff70b0e738e05]

        Replaced ftime() calls with gettimeofday() since ftime() is obsolete on Linux and Mac OS X

2001-03-11  Patrick Luby  <pluby@openoffice.org>  [357ad8d881b7a87c13cf36a1a1eb92b9df1590fb]

        Eliminated unnecessary use of timezone struct in gettimeofday calls

2001-03-10  Patrick Luby  <pluby@openoffice.org>  [8b332514bf946a638fcb8849fc326cebe7bd605c]

        Don't process modules with no name for Mac OS X

2001-03-10  Patrick Luby  <pluby@openoffice.org>  [9e23ffe0589b41b2e1d652b00e0e9ab8893ee102]

        Replaced <QD/QD.h> includes with <ApplicationServies/ApplicationServices.h> to work on Mac OS X Release Candidate version

2001-03-10  Kurt Zenker  <kz@openoffice.org>  [26f1278f208f0e9416d2f4a4fc7cf91e43eaead6]

        new version for TFD624

2001-03-09  Patrick Luby  <pluby@openoffice.org>  [6d79b3a08b53ba100a53b012e2e78fb3c2db41dc]

        Moved -framework Cocoa out of central makefile to here for Mac OS X

2001-03-09  Patrick Luby  <pluby@openoffice.org>  [f33c491c366998b32854cf337b0df2c50765368f]

        Added -lobjc to link line

2001-03-09  Patrick Luby  <pluby@openoffice.org>  [6f4b0286df7007f9bd8b41f08f29822508b2f008]

        Reversed previous change as it strips debugging symbols in addition to the target symbols

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [e1f5f523da90b84283b6737e584845af75111314]

        Merge SRC624: 09.03.01 - 22:24:53 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [64ea79064b7c507a7a8d2ea0113206e1c5e045cd]

        Merge SRC624: 09.03.01 - 22:23:43 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [a929710fedfbc198f65ccdee93172cd85f8c21cc]

        Merge SRC624: 09.03.01 - 22:23:40 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [b48d1b0250f8c708905a68b9a628a69a18b478c8]

        Merge SRC624: 03/09/01 - 22:22:08 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [ab2024125d90d35e626dfd1de42f656e8745649c]

        Merge SRC624: 09.03.01 - 22:22:31 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [0ff7a9491849c134b3a926fa7cc19c7c18a00b9f]

        Merge SRC624: 09.03.01 - 22:22:30 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [41102cfacd11da542a1fc4a6ebe7744f12b10026]

        Merge SRC624: 09.03.01 - 22:20:51 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [072be223d54967eed5823390dbaf26a25cfa0b80]

        Merge SRC624: 03/09/01 - 22:20:41 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [623922b84eb21bdc4a911e757e5f91af900f47a6]

        Merge SRC624: 09.03.01 - 22:20:22 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [957fc30bd62bf49b92d31f4bea9da5cca8a1f0c2]

        Merge SRC624: 09.03.01 - 22:19:16 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [acc5bdb9c542268ea2c4ec78f80450eb11700c36]

        Merge SRC624: 09.03.01 - 22:18:52 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [b2699099dd572733cb4f975579b9c2f4a75c6e44]

        Merge SRC624: 03/09/01 - 22:18:12 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [e4a8966687faee5a9a3fe580cc93b253bbbd68ce]

        Merge SRC624: 09.03.01 - 22:18:32 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [2f0b8220445d18d1f127c617d3ff1c39372d7643]

        Merge SRC624: 09.03.01 - 22:17:14 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [45a8c5b194b1af53636f7a659caf72eb329408ac]

        Merge SRC624: 09.03.01 - 22:17:43 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [cffa9c77a10f7d795f1b3eeca95501d355bf6726]

        Merge SRC624: 09.03.01 - 22:17:28 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [9fffada561e78937e55b26e688966cdff03036d8]

        Merge SRC624: 09.03.01 - 22:16:10 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [aad0d1aa49b2d4ed1e344b88bdabfc8e178b224f]

        Merge SRC624: 09.03.01 - 22:16:07 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [6d98affdad749a833728bcbea26bb617680a4aa6]

        Merge SRC624: 09.03.01 - 22:16:30 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [9f9463241d6a8d4cb78217f94201df021d8fe58a]

        Merge SRC624: 09.03.01 - 22:16:23 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [09e642648c187f071763639377ee8339e485d971]

        Merge SRC624: 09.03.01 - 22:15:04 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [9c82a116c46fc9643f5f2f4f7b99ab6968aedb73]

        Merge SRC624: 09.03.01 - 22:14:48 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [90b3fde47bd69f8a91f9f5231583acb7482e04d3]

        Merge SRC624: 09.03.01 - 22:15:14 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [065ca8c48271a3e11eb8a4bf30325d05c2a6a196]

        Merge SRC624: 09.03.01 - 22:14:36 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [91b2ca87224f100eea7d886f1777c8143a3be009]

        Merge SRC624: 09.03.01 - 22:13:55 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [dbe75404bd20de11cca3502e06521076fd4d042a]

        Merge SRC624: 09.03.01 - 22:13:37 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [4b69fd033881843cf8ddbc61bc64422f326a60d0]

        Merge SRC624: 03/09/01 - 22:13:08 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [07df074f582237685e40d98551b1e5278b8ace4f]

        Merge SRC624: 03/09/01 - 22:13:02 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [e48d3e98ddaa2ac80f968b9fafdee3955fa24bde]

        Merge SRC624: 09.03.01 - 22:12:49 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [61e36dd16a891294a88cae98fd8b31cf3900da80]

        Merge SRC624: 09.03.01 - 22:12:49 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [93827e4fa65b8fee0e0053f34b55d30286dd3d5b]

        Merge SRC624: 09.03.01 - 22:13:14 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [8482295107817fde37344484ea2ad07591e6a6c9]

        Merge SRC624: 09.03.01 - 22:12:00 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [c271864d5ef5671d7346e4c65e8d0edb898a0812]

        Merge SRC624: 03/09/01 - 22:11:41 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [8c3a29f854c8cc34f7c4ab10b2088b87cdff29b2]

        Merge SRC624: 09.03.01 - 22:12:07 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [d94c73d692b108a5ac1acf8a4c58a80d15a9996e]

        Merge SRC624: 03/09/01 - 22:11:13 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [8755700bf24e993badb48df0e8920dd71dec4888]

        Merge SRC624: 09.03.01 - 22:10:51 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [13c98769322786f6fc3e3af7ee3826d12020c3cb]

        Merge SRC624: 09.03.01 - 22:11:20 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [8226bc6a4b03d643856a8cdf639988c62ffc4649]

        Merge SRC624: 09.03.01 - 22:11:21 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [cf5f8c92e7c4cea2e467c0dba1ae30a9705f01bc]

        Merge SRC624: 03/09/01 - 22:09:54 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [40790fcd2b2b0b86b0ba0dfb07288d0b2e50b6f7]

        Merge SRC624: 09.03.01 - 22:09:46 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [cafd408024c2b1056c982a4d6bf4aec0a03a4a5e]

        Merge SRC624: 03/09/01 - 22:07:32 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [9211ad52dd70e02a126339050a9de25dde3be1d4]

        Merge SRC624: 09.03.01 - 22:09:07 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [bb81981244025bd31ff40f420bc5c745f187710e]

        Merge SRC624: 03/09/01 - 22:08:54 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [4e458462cb94b5fd38adff32f9c77f5dfacbb95e]

        Merge SRC624: 03/09/01 - 22:08:21 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [6f38c78b150337a1d98d9c94bd7b4d3af6d5eb08]

        Merge SRC624: 09.03.01 - 22:07:56 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [32562f7cb234ab3797d66a5a43f47a74624c76b3]

        Merge SRC624: 09.03.01 - 22:07:56 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [77cc7e768d927bcacaca1aca2d08c51c0c1a2963]

        Merge SRC624: 03/09/01 - 22:07:40 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [1f44c880fbb2a3739ed64340823405f5c9ead38e]

        Merge SRC624: 09.03.01 - 22:07:48 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [44a28b5c2e039169eda5606e2ddfef0238d5dbb8]

        Merge SRC624: 03/09/01 - 22:07:02 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [bafdec4d8a6a1154ef313d418be7a3a42ea06ed1]

        Merge SRC624: 09.03.01 - 22:06:41 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [bf1998dd6a1935ace2fa8cfb1d5c7f69cdfb8423]

        Merge SRC624: 03/09/01 - 22:06:29 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [d41d3f1468db2fe0ebf3dc88c671ba8e1477fed1]

        Merge SRC624: 09.03.01 - 22:06:02 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [baf62271b2169dea500a5c5808563b470178ba33]

        Merge SRC624: 03/09/01 - 22:05:40 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [54c5b9c6dc418e4c6cacc996f325f225281c2596]

        Merge SRC624: 09.03.01 - 22:05:50 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [ef0f8e0e8e38a59f7741e18e1736a21e56855845]

        Merge SRC624: 09.03.01 - 22:05:20 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [c688fd12d9b1e7c003fa5ec4742a9bf2b48c3c47]

        Merge SRC624: 09.03.01 - 22:04:27 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [f77934865a6af43fca218bb6e71d9754a6d3cfcc]

        Merge SRC624: 03/09/01 - 22:04:19 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [3937c17d43783ab708930b8a20ee03f47caee89d]

        Merge SRC624: 03/09/01 - 22:04:10 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [2b8661c0aab1500245a88d1bc68dd2363b45887a]

        Merge SRC624: 09.03.01 - 22:04:18 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [6f2c75e318133e7ffc72a2c18b7898472ea9efb7]

        Merge SRC624: 09.03.01 - 22:03:49 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [4616b79271cf43f7b3e9839c8cc3bad630b66aa2]

        Merge SRC624: 09.03.01 - 22:03:44 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [44ff98f8c353a8d5068e20f4ea586c4775d8703b]

        Merge SRC624: 09.03.01 - 22:02:59 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [3e8a5aa992eb39c0bbb6367d89d1fd1e1ca69aa2]

        Merge SRC624: 09.03.01 - 22:03:26 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [dc54da07f2d94f3eeae6fc706044c63b5676e394]

        Merge SRC624: 03/09/01 - 22:02:45 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [ddb953beeaac3ca38925d2e0808dc0899a0cd564]

        Merge SRC624: 09.03.01 - 22:02:35 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [78702d1d1cfc2ca176853c0d5c421f4075dbb370]

        Merge SRC624: 09.03.01 - 22:02:48 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [a20a4e52a3d87697be9b820374f9fe8b0ea26996]

        Merge SRC624: 03/09/01 - 22:02:10 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [55e00c0e0bbe10af083729c324d627eaea2456c9]

        Merge SRC624: 09.03.01 - 22:01:19 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [172be57e7ca7b65d72025298d82a2a520174d062]

        Merge SRC624: 03/09/01 - 22:01:08 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [60b287a9e223b14c32db1f424c2ecb7a32fc2465]

        Merge SRC624: 09.03.01 - 22:01:27 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [875a4fe847fac5434b9154552ea785a566f3ef35]

        Merge SRC624: 03/09/01 - 22:00:46 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [d9c9445182891c7bceadcab49bcf60cb5b3d017c]

        Merge SRC624: 03/09/01 - 22:00:45 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [2a1557e39099cb835c5108c657ea72c368a0dd2f]

        Merge SRC624: 09.03.01 - 22:00:30 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [195dbd656356562b100f38b9a0e1b863f279d29e]

        Merge SRC624: 09.03.01 - 22:00:36 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [34770446fd6718e5816eabdf777c9912f88d9c9a]

        Merge SRC624: 09.03.01 - 22:00:06 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [bc1a6e47620aca5b6b4733b3a420e62168f2f2c4]

        Merge SRC624: 03/09/01 - 21:59:30 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [7b85a1f1ebb1046d393064dc0c17bf95b65161bb]

        Merge SRC624: 09.03.01 - 21:59:17 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [7bfa21bb330651f7fa5f7ccc3f3be42bba00fe25]

        Merge SRC624: 09.03.01 - 21:59:03 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [c894f5423618ae26ad7ed5e26aa79daf91983243]

        Merge SRC624: 09.03.01 - 21:59:08 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [502c7c41cb9a106adca84cb3c450780b1e136015]

        Merge SRC624: 09.03.01 - 21:59:05 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [240db13bb7379b9176c19798c0a9dd05f8c3bd0b]

        Merge SRC624: 03/09/01 - 21:57:51 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [d6380f91e936acd331919d6af274f7e9919071fa]

        Merge SRC624: 09.03.01 - 21:57:44 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [392be0095a6710c6286d217a01d3dc64230430eb]

        Merge SRC624: 03/09/01 - 21:56:57 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [d9f0a959936210a326940cd049a021fe9c06b38f]

        Merge SRC624: 09.03.01 - 21:56:44 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [f2095dc0fee0f75f99366b5a803099c2d1396c18]

        Merge SRC624: 03/09/01 - 21:56:28 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [ef05386eb1361cf520b2d9a3eb035e0bdf2a40e6]

        Merge SRC624: 09.03.01 - 21:56:26 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [6459df652845a8525c76be0081ec4efb2004f540]

        Merge SRC624: 03/09/01 - 21:55:29 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [f71223a4aeb493aee58f5c37755697674bcb8ef6]

        Merge SRC624: 09.03.01 - 21:55:21 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [79712b08cde8852c5ace92874add4326bbe3950f]

        Merge SRC624: 09.03.01 - 21:54:20 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [2971386be0071df4bcc9b300b759eff039873e00]

        Merge SRC624: 09.03.01 - 21:54:13 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [e2654d93dd5321c97caefea6b5e3dce0b7d7db7b]

        Merge SRC624: 03/09/01 - 21:53:26 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [d6ce0711b1a2039d3aaecfbf5699df034e4ffd00]

        Merge SRC624: 09.03.01 - 21:53:36 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [1ed8816ceee88969b5b4c434c696baf82e1e81af]

        Merge SRC624: 09.03.01 - 21:52:47 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [60ac9d8e42721a94dd287766ae5b18528c4455a2]

        Merge SRC624: 09.03.01 - 21:52:06 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [11348f1a7fd6c8d89b6db197866d2455a6a8cd0d]

        Merge SRC624: 09.03.01 - 21:51:33 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [c41e1c21bc71c862c6ad5e929064956d0c2c185b]

        Merge SRC624: 09.03.01 - 21:51:26 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [a47f0d7b197608bbe3e2071a8b6dbc9d5bd02258]

        Merge SRC624: 09.03.01 - 21:51:11 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [85b00f19822278fb2b82d5dcdc99abf4af9fa0fa]

        Merge SRC624: 09.03.01 - 21:50:30 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [923d0aa7a8b741557a88d977fa3ed6d0f038bb5c]

        Merge SRC624: 03/09/01 - 21:50:18 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [ce3b4cd223f5de355eaa2ede720e7ba2000c247c]

        Merge SRC624: 09.03.01 - 21:50:35 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [a02ebb7357578b5fdbde4b2b33ab8171e1042450]

        Merge SRC624: 09.03.01 - 21:50:11 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [e43e5a0a1ed0419beae474cc5260428967488da1]

        Merge SRC624: 03/09/01 - 21:49:59 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [8d7621bcd76b3f4f3a9c558ea6612fb3a536c815]

        Merge SRC624: 09.03.01 - 21:50:15 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [86fc5168a54641c8caf8e84b5feb1fc2f8e67709]

        Merge SRC624: 09.03.01 - 21:49:59 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [f152ae4c2644fcf54237e0912aa9ca7047d4220c]

        Merge SRC624: 03/09/01 - 21:48:43 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [b5240599e5ee19e2a29f205716adc593f71d001f]

        Merge SRC624: 09.03.01 - 21:48:33 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [aaa8f13463d1be3764b4a83f91c75cf30ecc8af3]

        Merge SRC624: 09.03.01 - 21:48:34 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [f18285ff17feb8af6b1597c4aaf640f8946e877a]

        Merge SRC624: 09.03.01 - 21:48:59 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [7f468456bc3f4d8ff9e99049fed6622b434bbab5]

        Merge SRC624: 09.03.01 - 21:48:52 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [1b6854e3622031a73d3ba3e3cffca20c10be5487]

        Merge SRC624: 03/09/01 - 21:47:43 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [c9fb60bb1d879ba19ec3885ee7fe945c63b521ef]

        Merge SRC624: 09.03.01 - 21:47:53 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [4f0eeb05a80a266447f46339ff14f81a9133dbfc]

        Merge SRC624: 03/09/01 - 21:47:11 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [46b2fb71a55fe6776e7b47458605b9b251984d94]

        Merge SRC624: 09.03.01 - 21:47:11 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [4458adf52e48c7e066795e83903fe58b45a381f8]

        Merge SRC624: 09.03.01 - 21:47:03 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [a8e7e2f9683971d3f02e63cb16703bbc69294f31]

        Merge SRC624: 09.03.01 - 21:46:40 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [33411cd52ad89ed5402bc746995984c5a43c3db6]

        Merge SRC624: 03/09/01 - 21:46:05 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [3a456264c4227cfb7b36652bdb429e186d772d04]

        Merge SRC624: 09.03.01 - 21:46:00 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [2961a9483c87ac1fd658d81568b97c8afb934f30]

        Merge SRC624: 09.03.01 - 21:43:38 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [d4ad4347c3f3916387e8380bf6995d8df2b60971]

        Merge SRC624: 09.03.01 - 21:44:04 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [1f2c07781ff1aee8747d51c192a6cfe760dc8473]

        Merge SRC624: 03/09/01 - 21:42:50 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [047bfcf3a307f61507aae87e286d95dee84fa3df]

        Merge SRC624: 09.03.01 - 21:41:54 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [b4f5888ecd7f6f2042961d0155d811df56c0b490]

        Merge SRC624: 03/09/01 - 21:41:37 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [04d72430b08f5716c4446b49708040787b47fc6f]

        Merge SRC624: 09.03.01 - 21:42:04 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [235270b031481e4a06899c73a89861485518dda6]

        Merge SRC624: 09.03.01 - 21:40:32 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [e299e9c39c48dd4b66403167e9631c3b885cf025]

        Merge SRC624: 03/09/01 - 21:40:27 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [251f1345b91a3aa4fd8a7eb0a89d9cba8664cbf7]

        Merge SRC624: 09.03.01 - 21:40:41 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [957fb30af91d7f3cbdadd5f9027b90a747af30f9]

        Merge SRC624: 03/09/01 - 21:40:13 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [f202a3273a2a80a090f16008398a645f3fdec2f1]

        Merge SRC624: 09.03.01 - 21:40:34 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [f5d7e747c2bffc26b143c0496090367d27765c24]

        Merge SRC624: 09.03.01 - 21:39:54 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [193abb67118c5cd617ec1fc8575515d3c988c009]

        Merge SRC624: 09.03.01 - 21:40:01 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [d01f5163ec2fa7f9919fb84b0c504fdb762473c3]

        Merge SRC624: 09.03.01 - 21:39:20 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [a2cea2cf4dd42d953d9084e7f033bbfe07f8855f]

        Merge SRC624: 03/09/01 - 21:39:14 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [6c42b71c80eaae6acad35e429551256154f9682a]

        Merge SRC624: 03/09/01 - 21:39:08 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [fbb9010e68f56cf597474113717440ff1718975c]

        Merge SRC624: 09.03.01 - 21:39:26 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [a8facdc66860437ab3daa0b589ebe17c6b6e617c]

        Merge SRC624: 09.03.01 - 21:39:09 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [8d95c968334dbbc2240a51070ffc015c7114af22]

        Merge SRC624: 03/09/01 - 21:38:33 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [90fd264df370d760e6c02633cf1d19bb6961c149]

        Merge SRC624: 09.03.01 - 21:38:50 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [ee99afecaf8f0bdb1070006c8bf035c27c05a44a]

        Merge SRC624: 09.03.01 - 21:38:08 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [9d1a60762ef536764c45ccc671b2676b7c633d55]

        Merge SRC624: 03/09/01 - 21:37:55 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [54e701282903fef89ae6dc90df9a3757894b2914]

        Merge SRC624: 09.03.01 - 21:38:15 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [fe45e33e0eaddf8111f8f708f555e483e3cd942b]

        Merge SRC624: 09.03.01 - 21:37:48 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [757ec55ebdfcb757a9ce0c593f37c76995a3825f]

        Merge SRC624: 03/09/01 - 21:37:19 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [9cd98d8daa86ec11c3bac7639ad1892ea11fd0eb]

        Merge SRC624: 03/09/01 - 21:37:04 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [53d37bce7b47613aeb37e5c06ac8138d724ac59d]

        Merge SRC624: 09.03.01 - 21:36:56 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [141631899db8617403e395ce0d6918a83828235c]

        Merge SRC624: 09.03.01 - 21:36:46 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [b7c40a011ac729a4093b6432dbe59a6d5ee27e20]

        Merge SRC624: 09.03.01 - 21:37:13 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [67182d3031bff9a10499fef7e94cbcf77c435a88]

        Merge SRC624: 09.03.01 - 21:37:02 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [a7a46fe72a7a20e43dbadcfe7288d589b4b66d7b]

        Merge SRC624: 09.03.01 - 21:36:01 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [02e4a0d109d100d10a61b9d075159b9395feb76d]

        Merge SRC624: 09.03.01 - 21:35:36 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [d9a3cd9eba9ce0bbab5700cee58d2bea4cb26849]

        Merge SRC624: 03/09/01 - 21:35:21 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [c53b80cb421ac799f615aaa54fa6d3325b3f312e]

        Merge SRC624: 09.03.01 - 21:35:47 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [a46aecae59ff3d10e5eee45a057d2253962068a4]

        Merge SRC624: 09.03.01 - 21:34:36 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [bc863ab86e766eea6508f5aa9a347028e0483268]

        Merge SRC624: 09.03.01 - 21:34:46 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [45b57f3cfc92af4e23c15a075c7dd6b7d3d64376]

        Merge SRC624: 09.03.01 - 21:34:07 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [5da049466dfd5cbefc391659651f741bef36604f]

        Merge SRC624: 09.03.01 - 21:33:29 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [31836afd1b9b6795642ac60d808ff192c68eb172]

        Merge SRC624: 09.03.01 - 21:32:54 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [1a52c2aebccb6a90dd6cdcfe88d162e286c00349]

        Merge SRC624: 09.03.01 - 21:31:24 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [33dc221ed0d2f2421c9ffa6e72992ca4d522bfb5]

        Merge SRC624: 09.03.01 - 21:30:49 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [7bbca253994712cd4867a09b1cedaf76dde51288]

        Merge SRC624: 03/09/01 - 21:30:58 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [3d3c8e6722890d09e7f6cb7a8c52ce01900da7c2]

        Merge SRC624: 09.03.01 - 21:30:58 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [4e1c8d8a70800d989528a7d4eb69bc717ecd0302]

        Merge SRC624: 09.03.01 - 21:29:31 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [511a4b1d7341c7805ef321c040a4ade7492727bb]

        Merge SRC624: 09.03.01 - 21:29:21 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [bbf66c0c94c81748875d844a8777784ced34c413]

        Merge SRC624: 03/09/01 - 21:28:55 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [50c4fa96bed068f05018c6e633d73c298bc3991a]

        Merge SRC624: 09.03.01 - 21:27:52 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [973caa26a217834ce9d147f65e9abb330ffd7b7f]

        Merge SRC624: 03/09/01 - 21:26:32 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [11771f48d5b42bce06646a807f116cf06a56e247]

        Merge SRC624: 09.03.01 - 21:26:08 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [0786b0d95da1b5b9ca9a61284febbe3172ea9e61]

        Merge SRC624: 09.03.01 - 21:24:44 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [38d3dcc38aaa76b4372126289166fc9b259c01f1]

        Merge SRC624: 09.03.01 - 21:24:41 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [3e5513d9c208cc7d0a1d4c714ae6bbd66f3d37b9]

        Merge SRC624: 09.03.01 - 21:24:35 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [706750c3dd9b7ac1abab00ff5b27b38d6d7aba7c]

        Merge SRC624: 09.03.01 - 21:23:38 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [f22c8b4e0ce0454815397441256d28bb20546968]

        Merge SRC624: 09.03.01 - 21:22:05 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [dec9c81fef14ae533efc3bebe352a8ebb51e0b75]

        Merge SRC624: 03/09/01 - 21:19:07 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [7a699bddfa5f6c6d1ba0ee4d61b3a4f6de692323]

        Merge SRC624: 09.03.01 - 21:17:39 (NoBranch)

2001-03-09  avy  <avy@openoffice.org>  [f54d16f894cdf9fe8b732238fa250374d65a8eec]

        Merge SRC624: 03/09/01 - 21:17:34 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [fb555aa91b55d378a82278cdedde100b24b12820]

        Merge SRC624: 09.03.01 - 21:17:02 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [cd990299f1aa2444efc99bf6511aa5276d64c98b]

        Merge SRC624: 09.03.01 - 21:16:06 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [2328741de4d9ce8155a714ebc53a0429bf9bd8d5]

        Merge SRC624: 09.03.01 - 21:15:10 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [1d183da7405d573c4077f25b8e6191e4cd0d9d2e]

        Merge SRC624: 09.03.01 - 21:14:41 (NoBranch)

2001-03-09  Oliver Bolte  <obo@openoffice.org>  [df9a33dfc3d8dacb21d4e1be8a6bbe5f5d1a7ab7]

        Merge SRC624: 09.03.01 - 21:12:15 (NoBranch)

2001-03-09  Kurt Zenker  <kz@openoffice.org>  [ad157e77daa3497771f09d072caed392687eef57]

        Merge SRC624: 09.03.01 - 21:10:01 (NoBranch)

2001-03-09  Niklas Nebel  <nn@openoffice.org>  [5ae5ef9dc30d5151948bde3237b2f45ce4bd98e6]

        handling of text direction slots changed

2001-03-09  Bustamam Harun  <bustamam@openoffice.org>  [c90b3e4c879e897878f167aeef228e4d951c3730]

        Add temporary TransliterationModulesNew enum and loadModule() that will take an array of TransliterationModules instead of a map.  Issues with negative values in enum will be solved.  And number of supported TransliterationModules is no longer limited to 32.

2001-03-09  Sascha Ballach  <sab@openoffice.org>  [11e0f4984bf5967099c5591756afc279655edcc9]

        License information added

2001-03-09  Sascha Ballach  <sab@openoffice.org>  [591371f21a3786996221383db1cda1a93d4b5b8f]

        namespace config added

2001-03-09  Sascha Ballach  <sab@openoffice.org>  [6591a5ecbd088a5e04592754f3382fe119c94ad4]

        some defines for settings export/import added

2001-03-09  Sascha Ballach  <sab@openoffice.org>  [eaed9ab612de7f412ccb5f5bd95d1a620fda183d]

        SettingsExportHelper added

2001-03-09  Sascha Ballach  <sab@openoffice.org>  [07d1d79f548d6a3c8a2b4b445a38b8e16c408a7e]

        export of the settings hirachie added

2001-03-09  Sascha Ballach  <sab@openoffice.org>  [1e29e8dab9c9519809baf0724303787e24acbb46]

        Container for uno::Sequence<PropertyValue> as NameAccess and as IndexAccess added and export as Service

2001-03-09  Sascha Ballach  <sab@openoffice.org>  [2f469a58048d8c23c06baf5835a91b4dbcaabea0]

        Container for uno::Sequence<PropertyValue> as NameAccess and as IndexAccess added

2001-03-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [684cbd913d329eed87e19b65083b1f36a99052d3]

        make win98 hapy

2001-03-09  dic  <dic@openoffice.org>  [29fb833eab57d0a4df4625a09e1cf7137c98a0dc]

        #84782# fix race between `osl_createPipe' and `osl_acceptPipe'.

2001-03-09  Vladimir Glazounov  <vg@openoffice.org>  [937e7932e97bdfbeede1170e87465716ca0ef70c]

        new version for SRC624

2001-03-09  Patrick Luby  <pluby@openoffice.org>  [f151b0bf0c30b5e6f2865fe46ce5a908e7b13efb]

        Added option to turn off linking to libstatic for Mac OS X build tools

2001-03-09  Niklas Nebel  <nn@openoffice.org>  [227770f1e7f90397e7fd7e4486510b4e638b6c04]

        allow to set both value and string for preview (string is used for text formats)

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [55c86a92f51518248c8b544034885bd1f8320a4f]

        Interface for ForbiddenCharacters

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [c4899f5b7cfa67616d4f41b708d7f7920d67ff60]

        dummy comment (ask HR)

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [0f7c7f70a30b1bc719de401a2f632ee7f7984ab8]

        ForbiddenCharactersTable

2001-03-09  Mathias Bauer  <mba@openoffice.org>  [f6e7fc9b3bbe6f75ff2b05926c7dbc03aae137dd]

        #84821#: use new hint for closing

2001-03-09  jp  <jp@openoffice.org>  [6479d190b5c85f9259315a896028e57e0ed91a23]

        Bug #84666#: use GetOutputStorage instead of GetStorage

2001-03-09  Kai Ahrens  <ka@openoffice.org>  [8e7239ecc8e0073f0025b3a8a913a1da8660115a]

        new Drag&Drop interface

2001-03-09  jp  <jp@openoffice.org>  [84da861cc1ff5ce2738b837df5907beeb6a3e959]

        remove SvData usage

2001-03-09  Kai Ahrens  <ka@openoffice.org>  [afc197d65bd757b7c4d314e568c50b585ba806da]

        acquire solar mutex before calling ::ObjectReleased

2001-03-09  jp  <jp@openoffice.org>  [f85b248b71c49e708c88d6158d5c4ca294545cf9]

        new: SetData with String

2001-03-09  Armin Weiss  <aw@openoffice.org>  [944ec9f29fbd2ed8a4bef4a3705769743f551d23]

        #84026# after binary load the connector is now always recalculated

2001-03-09  Thomas Benisch  <tbe@openoffice.org>  [04033f44023404cbd57a0cba51d29864c1c39eb7]

        MUST change SearchOptions instead of SearchParam

2001-03-09  Armin Weiss  <aw@openoffice.org>  [bf6185d7551e4e1b3e9f571a6b00ea241b1c6fc2]

        #84649# corrected update when changing connector type (in dialog and connector itself)

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [b9f841db88c014a2c9f1f15f2872d20dcc90d126]

        ForbiddenCharactersTable

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [45fb92ee3b6c96b36547d51dd79ac110ebc6cae8]

        dummy comment (ask HR)

2001-03-09  Sven Jacobi  <sj@openoffice.org>  [d17a61c02ec3d5900bd79dab1a2774e479a8f888]

        api changes, property com::sun::star::drawing::LineEnd is now a PolyPolygonBezierCoords and not just a PointSequence

2001-03-09  Armin Weiss  <aw@openoffice.org>  [ef3fca85a178a96c8c312969a34ddc2df076aa79]

        #77271# removed unneccessary debug codes

2001-03-09  Martin Gallwey  <mtg@openoffice.org>  [4b2274cecb05e96dc2993941e398f25ecea8d061]

        cleaned up and re-arranged

2001-03-09  Martin Gallwey  <mtg@openoffice.org>  [29037bb47a8693d46d19e9e98776ce5c92d57119]

        Cleaned up and re-arranged to avoid duplicate code

2001-03-09  Martin Gallwey  <mtg@openoffice.org>  [8fcb0219100e7ae3e46d09eefb2886760658e145]

        removed superfluous virtual functions

2001-03-09  Martin Gallwey  <mtg@openoffice.org>  [02a657a280484c515fdc7b9217051f17439df308]

        re-arranged support for applet/plugin parameters

2001-03-09  Martin Gallwey  <mtg@openoffice.org>  [6f1de4bb8baf948c9efedacb3a3784377fc7f6b8]

        Support for plugin/applet parameters

2001-03-09  Michael Hönnig  <mi@openoffice.org>  [c10fe3e569dfa70c208df611776252e613a4ac42]

        package is a reserved word in Java => renaming to packages

2001-03-09  jp  <jp@openoffice.org>  [515e4b56a0425a4293ca4f345d3a1f6ca0e10985]

        remove unused method

2001-03-09  Eike Rathke  <er@openoffice.org>  [d47ea6648e7c8cfc1a4698b49be984e6c690ae61]

        new: i18n

2001-03-09  jp  <jp@openoffice.org>  [ebe87c371f23e6e6846359cf8a9235d23197a9ef]

        use instead of SvData the GetGDIMetaFile from the SvInPlaceObject

2001-03-09  Michael Hönnig  <mi@openoffice.org>  [4030d48f9625f26161217456c258c718c8f6669a]

        package is a reserved word in Java => renaming to packages

2001-03-09  th  <th@openoffice.org>  [b05701988492b051b3bb07bb46ae0397e23f032f]

        #83090# - Extensions for localized sytle names #77189# - FontAlias should now also work Extensions for Chinese fontsize numbers

2001-03-09  th  <th@openoffice.org>  [c778b17780b1c966091b03213d57b39492ceef88]

        #83090# - Extensions for localized sytle names Extensions for Chinese fontsize numbers

2001-03-09  th  <th@openoffice.org>  [0681c72987f8451181a0af012ac25c281a9f91d8]

        #83090# - Extensions for localized sytle names Extensions for Chinese Font Numbers

2001-03-09  th  <th@openoffice.org>  [449fcb905904f37e8bd10e6dc5565a1343808062]

        #83090# - Extensions for localized sytle names

2001-03-09  Michael Brauer  <mib@openoffice.org>  [7ffcc5f950a50a21bf4ba1aba4ffe2291025d24d]

        #84837#: Don't delete empty paragraphs when inserting text

2001-03-09  Nikolai Pretzell  <np@openoffice.org>  [dc814e7937205eedb80446b7eecc1822d9717ec5]

        New dtd for component descriptions and additional linking - step2.

2001-03-09  Tino Rachui  <tra@openoffice.org>  [bc505f6721444ba54b5ed43669f8aab1b1e43bd0]

        *** empty log message ***

2001-03-09  Tino Rachui  <tra@openoffice.org>  [4b9d3fc23abd212440e0e0c5f687ff8597234b62]

        support for IStream currently removed because of strange notepad problems under W2K

2001-03-09  Nikolai Pretzell  <np@openoffice.org>  [9708f8092dc64dd0441ec8ceaa410de63349fc0b]

        New dtd for component descriptions and additional linking - step1.

2001-03-09  Dirk Völzke  <dv@openoffice.org>  [8acfe47f74f3774dbaf82a69fc4e11305027b69f]

        Added: TemplateAccess.idl XDocumentTemplates.idl

2001-03-09  Dirk Völzke  <dv@openoffice.org>  [7fa4c210a50eda0a63683ca01e0c1a6852c8aaf0]

        forgot the includes

2001-03-09  Dirk Völzke  <dv@openoffice.org>  [71b2bd25c2241f4b179b24a2ac958f3dd53c73e8]

        First checkin

2001-03-09  Oliver Specht  <os@openoffice.org>  [292e88dca4edb02d72b69db7f2bb7a5b04368138]

        #84822# reload of documents: disposing and dtors corrected, reactivate beamer if available

2001-03-09  th  <th@openoffice.org>  [c709cc8d7a3a9315eaafc7c2529583ab0a9c5ea4]

        fix for private/protected

2001-03-09  Daniel Vogelheim  <dvo@openoffice.org>  [ce8b1f06aa10ac8c89a3fa9be9dbb6d7d2170b14]

        - fixed: unnecessary attext.xml stream removed (this is handled in core/swg)

2001-03-09  Sven Jacobi  <sj@openoffice.org>  [ca260ef32f453afec5ff8c193c99469ebd16a3f1]

        exorting arc, pie and ellipse segments to Excel using the correct size

2001-03-09  th  <th@openoffice.org>  [84cd42173dc92274012214781d728aef33ec2b6f]

        fix for protected/private

2001-03-09  th  <th@openoffice.org>  [adca1a52bc34e7f8187e001c3c9cc8859b89b932]

        virtual functions now implemented and not anymore inlined

2001-03-09  Daniel Vogelheim  <dvo@openoffice.org>  [1767719e72b4b66332067b19e00f9b8f9dd93ffc]

        - removed unnecessary files

2001-03-09  Daniel Vogelheim  <dvo@openoffice.org>  [50b328f577a47d5d2313d95db8c9f4249c59a8eb]

        - changed: autotext event import/export is now based on an XNameReplace

2001-03-09  Kai Ahrens  <ka@openoffice.org>  [413d7d1819bac9c74b7c5f6c897953cc3c75d7eb]

        Realease solar mutex before calling ::getTransferData

2001-03-09  Dirk Völzke  <dv@openoffice.org>  [3566752035f103203e83109ae697b088a2b003ba]

        First checkin

2001-03-09  Daniel Vogelheim  <dvo@openoffice.org>  [dd10564e51db80be907e3db06768a066983ee6b6]

        - added: load and save of events in autotext blocks

2001-03-09  Daniel Vogelheim  <dvo@openoffice.org>  [a09d8bfd94049e566fc649b8e850ee66052bd60f]

        - added: event implementation for SvxMacroTableDtor

2001-03-09  Daniel Vogelheim  <dvo@openoffice.org>  [151875243bb74207436ef9560b85cd27472324c5]

        - added: support for exporting only those redlines and text (field) declarations          that are actually used - added: code to export only used text declarations and redlines in page masters - added: code to export only used redlines in the document body

2001-03-09  Andreas Schlüns  <as@openoffice.org>  [250b51da7d8ccbdc537e2fce2e18f5376fb082f8]

        #81114# new tree search algorithm ...

2001-03-09  Mathias Bauer  <mba@openoffice.org>  [9f4fd9ccf0dc1d039c8ab7e556ebc57274eafcb5]

        #84843#: temp. use HumanPresentableNames for getting ClipboardIds

2001-03-09  Daniel Boelzle  <dbo@openoffice.org>  [ad255e5159fa52eed5457bb54b1d28dbe853a602]

        *** empty log message ***

2001-03-09  Armin Weiss  <aw@openoffice.org>  [e1dea8789fe4facf1e9bf3dbb7f3b0c693206e43]

        Added cases for vertical parts

2001-03-09  Daniel Vogelheim  <dvo@openoffice.org>  [4d076dfd2f12cc6b542ff178796834b242537929]

        - added: support for exporting only those redlines and text (field) declarations          that are actually used - added: code to export only used text declarations and redlines in page masters - added: code to export only used redlines in the document body

2001-03-09  Daniel Vogelheim  <dvo@openoffice.org>  [edddc03962aa2f229eee28911b20463253fcc1d6]

        - added: local text fields

2001-03-09  Sven Jacobi  <sj@openoffice.org>  [9a4839d04697d47fab84fe4876c6253a4e3e2300]

        exporting line as line instead of polyline, catching uno base exception instead of catch ( ... )

2001-03-09  jp  <jp@openoffice.org>  [b0ac15bc05cae09a669ed74a27478b7234dab493]

        use instead of SvData the GetGDIMetaFile from the SvInPlaceObject

2001-03-09  Sven Jacobi  <sj@openoffice.org>  [68e3c99207c3229dbe802f3fdcc265696d210a55]

        #83765# solved gpf when exporting lines, catching uno base exception instead of catch ( ... )

2001-03-09  Daniel Boelzle  <dbo@openoffice.org>  [7d771c06ce1fca4e16767bc962d2c3fbbaec08ee]

        testEnvironment() fixed

2001-03-09  Armin Weiss  <aw@openoffice.org>  [586b49b2faa8d604677e9570a3c12a8adb24e055]

        Added XML export/import for new vertical autolayouts (4 Types: AUTOLAYOUT_VERTICAL_TITLE_TEXT_CHART, AUTOLAYOUT_VERTICAL_TITLE_VERTICAL_OUTLINE, AUTOLAYOUT_TITLE_VERTICAL_OUTLINE, AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART)

2001-03-09  Daniel Rentz  <dr@openoffice.org>  [ec80e32e0b4fae646bec7b8e0125deda129de5b4]

        #84687# text properties of axis captions

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [0e107a3fe0e0a697c8be43fc4bd7ec1d14b3262b]

        GetParaAsString, SearchOptions...

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [6836fdd63ae11eceebfbb6303c5f4a6696a3a23d]

        removed paint problem for vertical writing

2001-03-09  Daniel Boelzle  <dbo@openoffice.org>  [6cf02b179dedeacfc5969dd8fc384a6a98df7dee]

        forward decl

2001-03-09  Daniel Boelzle  <dbo@openoffice.org>  [7832bd3371d9121ebed89e046d79c13c697748f5]

        *** empty log message ***

2001-03-09  Oliver Specht  <os@openoffice.org>  [dd3482fe222be6d5e4a100a7a08b7c29bcc04bd6]

        #83926# help id of controls' parent window set

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [09c19005468cfaa6a8f9058f43710981ceec7659]

        CreateFont: Don't forget the FontHeight

2001-03-09  Martin Gallwey  <mtg@openoffice.org>  [0aee4acc4208df0ea91b67222def84319cdd1572]

        change namespace for names from office to draw

2001-03-09  Oliver Specht  <os@openoffice.org>  [bf305360b98a49fd09d1537493a39309b6f95890]

        delayed write enabled

2001-03-09  Daniel Boelzle  <dbo@openoffice.org>  [270ffc703a589e72a7fe3e9af175d7bded3d4c35]

        exc decl

2001-03-09  Daniel Boelzle  <dbo@openoffice.org>  [414591811ccbd8120f697bfc8bfd44c3bb1f28ac]

        revised function throw () clauses, removed obsolete macros.hxx

2001-03-09  Oliver Specht  <os@openoffice.org>  [dac898ab6afad43410c03b8a79fa78bbb89fbc18]

        #83926# help id of controls' parent window set

2001-03-09  Daniel Boelzle  <dbo@openoffice.org>  [fee2a34fc7ce4301dd5335dd7c6072f5696480dd]

        revised function throw () clauses

2001-03-09  Daniel Boelzle  <dbo@openoffice.org>  [6014186320950379ba1ff0a102f792d233b6babe]

        redefined SAL_THROW, defined SAL_THROW_EXTERNC_C(), enum __sal_NoAcquire

2001-03-09  jp  <jp@openoffice.org>  [3a918425eea03b5baedfb8862a9f11f7591616bd]

        new: Transliteration for TextBoxes

2001-03-09  Armin Theissen  <armin@openoffice.org>  [b38a430edfd65bb4f8e9441a7592a87e115403b3]

        changed all s/stl// to s/stl/dont_use_stl/ so that the compile command is intuitively better to understand regarding to the STLport includes

2001-03-09  Kay Ramme  <kr@openoffice.org>  [70c644acd8d3402fa23eb6e6dc3636cbd3970d49]

        removed unnecessary Permissions

2001-03-09  Kay Ramme  <kr@openoffice.org>  [62b119c5e73876b98e25192ea421876dd550c44c]

        merged changes from 1.6.2.2 - 1.6.2.6

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [194075b753a24aea041028cc01001f41d185a776]

        No paint problems with selection in vertical text

2001-03-09  Kai Ahrens  <ka@openoffice.org>  [aa7793edae75940ed2695697e0c4daacc8f7694f]

        syntax

2001-03-09  Andreas Bregas  <ab@openoffice.org>  [b3e40b09ab7d0f963d1b84d29cf9eb8aafe16133]

        #84777# SaveBasicManager(): Check DialogContainer pointer

2001-03-09  Mathias Bauer  <mba@openoffice.org>  [7fdcc5f0de72d2da36dc03498e5026857780963d]

        support new internal filters not in the conversiontable

2001-03-09  Mathias Bauer  <mba@openoffice.org>  [8d3af58759200e4885194146a5fb2ad135cffbdc]

        #84277#: allow creation of temp. OLE-Storages

2001-03-09  Mathias Bauer  <mba@openoffice.org>  [d1fce273c21ef550fea8a492e494fe277a5d899b]

        #84277#: allow creation of temp. OLE-Storages

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [0868c2fb287fc3e483fee1cbcda3baaed6961eb4]

        bSearchInSelection: &, not &&

2001-03-09  Malte Timmermann  <mt@openoffice.org>  [2148e1422243f1acedb9151d406e1a16d6f3a16f]

        removed old text component

2001-03-09  mfe  <mfe@openoffice.org>  [c6e671caf5ff26cc8cf20dc9bd31a9223f11223b]

        gcc dlclose workaround removed

2001-03-09  mfe  <mfe@openoffice.org>  [4e10618440ba3261b1172f3db8361c7c26bab399]

        wake up protection

2001-03-09  mfe  <mfe@openoffice.org>  [908c7b2584b0bf29942dfa171b1c8dd29944210d]

        wake up protection, clean up

2001-03-09  Andreas Bregas  <ab@openoffice.org>  [64b0f43ae06ee596c5c41ce7757d5d32a14309fa]

        #84391#, #84400#, #84401# fixed

2001-03-09  Frank Schönheit  <fs@openoffice.org>  [e739eedb1a2bd321424af1e105a952c3cf9f13d5]

        exchanged two blocks of the toolbox

2001-03-09  Andreas Bregas  <ab@openoffice.org>  [7b323ef93d6c367478049aacebdb9be1a6bb1adf]

        Integrated XContainer support in EventContainer

2001-03-09  Tino Rachui  <tra@openoffice.org>  [c10bbac5c52003114f57307a094db1503162d563]

        *** empty log message ***

2001-03-09  Tino Rachui  <tra@openoffice.org>  [d31f1064a5c100c650202fd994bcb70d0ecde67e]

        now accepting text/plain contentype without charset

2001-03-09  Tino Rachui  <tra@openoffice.org>  [1803f5ab54a309fbea9004bfe0d3944e3ddbf854]

        added an additional catch branch for RuntimeExceptionS

2001-03-09  Patrick Luby  <pluby@openoffice.org>  [4d0c8bba07525b708130e11b65e4b3f25d3d6eb2]

        Made libstatic no longer contain a build number. This is needed because build tools need to not be tied to a specific build's libraries.

2001-03-09  Michael Brauer  <mib@openoffice.org>  [d09e41f2f35244ca32f90a4fed18fecac6ef3884]

        ignore BulletColor property for numbering rules

2001-03-09  Oliver Specht  <os@openoffice.org>  [eb3c8df31b55d53979e6e1cff683b3cd992ecc0c]

        new type added: TRANSLITERATION

2001-03-09  Michael Brauer  <mib@openoffice.org>  [f8910a64102bc9f784dcb8e9772fc8479e5ec8a0]

        remove section's last paragraph safely

2001-03-09  Michael Brauer  <mib@openoffice.org>  [0467182b5dbd7ea1edead876346b0c70ee53f40f]

        remove section's last paragraph safely

2001-03-09  Michael Brauer  <mib@openoffice.org>  [619d02ddaa883aa8dc607ae353623060ea9b524e]

        create item set for number formats if it is not already existing

2001-03-09  Sascha Ballach  <sab@openoffice.org>  [c9f3bc8122acc7bef79302bbabaec01772a4a772]

        #84326# implement the must change of cl to fix the bug

2001-03-09  Patrick Luby  <pluby@openoffice.org>  [8dcb68f6860b79e600658ecbc09b565995c07a5d]

        Added Mac OS X JVM library name

2001-03-09  Patrick Luby  <pluby@openoffice.org>  [392800412258e59657e4908babd69d4137dd1f4d]

        Added searching for libraries in standard system path for Mac OS X

2001-03-09  Patrick Luby  <pluby@openoffice.org>  [3e18705d172a1ba81924f88afc6bf13472f1a3d7]

        Added stripping to executables on Mac OS X to avoid duplicate __objcInit symbols for executables that load native libraries

2001-03-08  Patrick Luby  <pluby@openoffice.org>  [8f848875e490addec722564848441004b6157457]

        Made include to svunx.h not applicable to Mac OS X

2001-03-08  Patrick Luby  <pluby@openoffice.org>  [7a566e34606db4ad52c7a28ef8b31224ca99ac3c]

        Replace ftime calls with gettimeofday calls as ftime is obsolete in Linux and Mac OS X

2001-03-08  jp  <jp@openoffice.org>  [f1d265645f2252debe9bddc715520ad6e75ddbe1]

        change: old data transfer API to the new

2001-03-08  jp  <jp@openoffice.org>  [9567064f53842eff82e7b0736d0dd23cfee66c03]

        change: old data transfer API to the new

2001-03-08  jp  <jp@openoffice.org>  [8666a2a5f4dbafbe8af818a1d002b391b021d4b8]

        change: old data transfer API to the new

2001-03-08  jp  <jp@openoffice.org>  [f1c94a32c57a8021612fb67c738e7eabd4c58474]

        change: old data transfer API to the new

2001-03-08  jp  <jp@openoffice.org>  [136cbbf6a56ef0501ec58e04bea4feab15efd852]

        change: old data transfer API to the new

2001-03-08  jp  <jp@openoffice.org>  [9955934637a984ad6f430f33ebd7ef7890eff44b]

        change: old data transfer API to the new

2001-03-08  Patrick Luby  <pluby@openoffice.org>  [b853eb38e10d91f97522ee3c1a648848cdd44a45]

        Added -DNO_OPTIMIZE

2001-03-08  Niklas Nebel  <nn@openoffice.org>  [f7a26cd2501087ac0a358059040acaa4492e2bea]

        #84669# don't stop draw sub shells when switching draw tools

2001-03-08  Armin Weiss  <aw@openoffice.org>  [0c0db434d0fd8dd5be39b7a5eb80a5afd6541b7a]

        Corrected Arrowhead Import/Export to use new StarOfficeAPI and to Im/Export full PolyPolygons or Beziers.

2001-03-08  Armin Weiss  <aw@openoffice.org>  [f11cba5eb644a40797aa1d433125b7aee63a38a2]

        SdXMLImExSvgDElement (for PolyPolygon and Bezier im/Export) will now test bezier flags before exporting. This allows to not write one point too much when startpoint == endpoint.

2001-03-08  Eike Rathke  <er@openoffice.org>  [f8f2c098bded7f3e253a1cf5eb73e2fa39613f5f]

        renamed *int* to *i18n*

2001-03-08  Vladimir Glazounov  <vg@openoffice.org>  [e42e0332dd7226ad4f704cdc96feb948f482d23d]

        Changed #include conditions

2001-03-08  Oliver Bolte  <obo@openoffice.org>  [47884ef9a7cc48f00bd32dca5bb55e45ef4f5de6]

        #65293# parse error linux

2001-03-08  th  <th@openoffice.org>  [3d9d4c317f50ce25b7629683a378fdbd1c116049]

        #80304# - TextRect now correct for 900/1800 and 2700 degree

2001-03-08  Thomas Benisch  <tbe@openoffice.org>  [24f54ec449479d47acc9ef7b5d3b9bb784f6bdfe]

        OPropertyStateHelper overridables

2001-03-08  Sven Jacobi  <sj@openoffice.org>  [18d3d451f590f9e142b3d9eba80c904b03fb483b]

        api changes, class GraphicFilter is receiving the filter path by SvtPathOptions::getFilterPath()

2001-03-08  Martin Gallwey  <mtg@openoffice.org>  [593af212be36646e9bfe8267eb8f477d7d1755e2]

        #84734# Only allocate aSequence for deflated streams, and free the memory used afterwards

2001-03-08  Martin Hollmichel  <mh@openoffice.org>  [c7c95b7a97f95d830ebc0122079eac90db9d45c5]

        add: rules to compiles cpp -> ((OBJ)

2001-03-08  Vladimir Glazounov  <vg@openoffice.org>  [7cffd925537ad8dd83ab558e6df49442dc530cd1]

        new version for SRC624

2001-03-08  Sven Jacobi  <sj@openoffice.org>  [9bdb0389fda7691ad0bf6c2308fbc7397a390415]

        api changes, GraphicFilter now using Configuration Management

2001-03-08  Eike Rathke  <er@openoffice.org>  [cc7276883a9cd03786f6d159fb5cef05d908a2a1]

        MSC is dumb is dumb is dumb dumb dumb

2001-03-08  Oliver Specht  <os@openoffice.org>  [8f1c0e4c3e5ff0fcf9d7471331d33aa542dc2207]

        #84732# skip invalid auto text groups

2001-03-08  Kurt Zenker  <kz@openoffice.org>  [34bc34c77442e5d659dda3e7cc6c9f9ec7100e3c]

        add. include cstdio

2001-03-08  Oliver Specht  <os@openoffice.org>  [424bebc5a7c076a6a8892604bd953e0763115fc5]

        pagraph enumeration in table cell celections corrected

2001-03-08  Kurt Zenker  <kz@openoffice.org>  [9993f01c89897923577197589fd0177965992ea2]

        new version for SRC624

2001-03-08  Stephan Bergmann  <sb@openoffice.org>  [5d1e9d5bc77d6247f6c7fd62ce1ef236e8494705]

        #84734# Made XInputStream_impl::readBytes() more space efficient.

2001-03-08  Armin Theissen  <armin@openoffice.org>  [19b2a5bb399485b5169370c5b0400093e5c5ff3d]

        added nsocket and http_redirect

2001-03-08  Oliver Bolte  <obo@openoffice.org>  [9a177a6c9efbf0250126c394e3bf660384b968b8]

        #65293# undefined references linux

2001-03-08  Sven Jacobi  <sj@openoffice.org>  [a96c3cbdf9c6934ed2146a96610c354f36918e93]

        api changes, GraphicFilter now using Configuration Management

2001-03-08  Christian Lippka  <cl@openoffice.org>  [4181cd0e2d17c7ce4be02a75496b8e2458389845]

        #84326# added XChild interface to shapes

2001-03-08  Daniel Boelzle  <dbo@openoffice.org>  [21954e60e3110a8336c9783b4dc8f4a69d83e033]

        exc decl

2001-03-08  Juergen Schmidt  <jsc@openoffice.org>  [3e1f6fbd81d9adc8358f926611a96fd3db497cff]

        extend dtd

2001-03-08  Daniel Boelzle  <dbo@openoffice.org>  [7a8da5a021cfd772c853a9a09f2264e808eac330]

        fixed exception bugs

2001-03-08  Christian Lippka  <cl@openoffice.org>  [33048c4ca1ddb9129a1c44397e3380d5adebe9b1]

        #84326# reworked optimization of shape info collection

2001-03-08  Niklas Nebel  <nn@openoffice.org>  [71d96ebb9d6f082c1546a402046bcd179baea983]

        DataPilotUpdate: check for error when getting new output range

2001-03-08  Niklas Nebel  <nn@openoffice.org>  [613bfb7cd8c2306cde471d8d5ea4241c597843b2]

        GetNewOutputRange: check for error from output object

2001-03-08  Niklas Nebel  <nn@openoffice.org>  [2a70eb51fecc62a1d2c8b62e2686ce97caadfd26]

        check range overflow and errors from source

2001-03-08  Niklas Nebel  <nn@openoffice.org>  [edfa2e465ba3fd9b4581318e0d7ed10d284e8ada]

        check minimum number of visible column/row members before allocating

2001-03-08  Frank Schönheit  <fs@openoffice.org>  [5f4d3ce7eaa8fcd20b247eec84d081a58e700da8]

        when drawing the header bar ourself, draw the text in the 'disabled' color if necessary

2001-03-08  Frank Schönheit  <fs@openoffice.org>  [fbcc0f7d4767305580c53f80f1c6a4b7790c1fd5]

        allow the ButtonFrame to draw it's text with the 'disabled' color

2001-03-08  Frank Schönheit  <fs@openoffice.org>  [8ffc1b9ad83f8a266fd5b6d2342ff71a02804118]

        +m_bDrawDisabled

2001-03-08  Frank Schönheit  <fs@openoffice.org>  [6f94b9dd214a62e9181f57685fa39091e7c6f8d0]

        corrected openIndexInfo

2001-03-08  Daniel Vogelheim  <dvo@openoffice.org>  [7aaf01e8b7baf7b0b890906fb13898f3938d9b64]

        - added: property InstanceName to field masters - added: property IsInHeaderFooter to redline object

2001-03-08  Juergen Schmidt  <jsc@openoffice.org>  [dcae191e61b034586a28138e1dcefc59562def16]

        new method isBaseType

2001-03-08  Andreas Bregas  <ab@openoffice.org>  [4419476dd9e2873786c65f63406cc604c00d985d]

        #84474# Wildcard handling changed

2001-03-08  Andreas Bregas  <ab@openoffice.org>  [90e2c9b1597cfc41947eefdf7208be0550afdfdb]

        #84474# New member in SbiRTLData

2001-03-08  Sven Jacobi  <sj@openoffice.org>  [50a965788447e9cea732f6bde898b23eb5d89147]

        api changes, GraphicFilter now using Configuration Management

2001-03-08  Sven Jacobi  <sj@openoffice.org>  [689e46b2f846ec35d6001dc03d2250a2bebe4ebc]

        now testing nodepath availability

2001-03-08  Malte Timmermann  <mt@openoffice.org>  [46f8d98c1bdab1877db481aba096f30e44c5be62]

        SRC625: register i18n lib, not int

2001-03-08  Kai Ahrens  <ka@openoffice.org>  [ef31465b96d403e90eb24f3218e6c483757e71af]

        syntax

2001-03-08  Frank Schönheit  <fs@openoffice.org>  [78a8c4724eb9a09007a18ec9a80d7cc974fe97ad]

        corrected refreshIndexes - add multi-column indexes only once

2001-03-08  Frank Schönheit  <fs@openoffice.org>  [b5292c2bbbc14958c2f552da3b91b4f9053db3e3]

        corrected refreshColumns

2001-03-08  Kai Ahrens  <ka@openoffice.org>  [a5a7e06dfae889654e1091e77713895c617fee24]

        syntax

2001-03-08  Kai Sommerfeld  <kso@openoffice.org>  [f7b2927f5e98232f76d9752fdacbe7010d84fedc]

        Optimized NeonInputStream::readBytes(...).

2001-03-08  Christian Lippka  <cl@openoffice.org>  [8bed14299afad471c84b189bec2c3ec5d6725c94]

        cleanup of shape services

2001-03-08  Tino Rachui  <tra@openoffice.org>  [9ebc7c1b8a438c7582e4546c7890e0bc96183a11]

        *** empty log message ***

2001-03-08  Kai Ahrens  <ka@openoffice.org>  [173dbb78d8e9501746aca79d9b560513a38d2c89]

        syntax

2001-03-08  Kay Ramme  <kr@openoffice.org>  [e442fb0870a3662a15e18af51b38d26627fb0244]

        (#84764#)

2001-03-08  Christof Pintaske  <cp@openoffice.org>  [c0ff3da866ae60d41279afabc14350530b04fa35]

        #83754# Atok12 provides input while app doesnt have the focus

2001-03-08  Martin Gallwey  <mtg@openoffice.org>  [0de5e6986b37756b5270c808b24cbf36c6482078]

        removes support for embedded zipfiles, possibly forever

2001-03-08  Martin Gallwey  <mtg@openoffice.org>  [39a5287615bc61dc2d5bcb7fb714227474d6c71d]

        removed support for embedded zip files, possibly forever

2001-03-08  Herbert Duerr  <hdu@openoffice.org>  [decbc59d69e2e03f83d673837bd96f6095774576]

        GC font no longer default to device font status

2001-03-08  Christian Lippka  <cl@openoffice.org>  [fe21c6409f45b968505445b8edee69b4fe492a34]

        changed LineStart and LineEnd property to PolyPolygonBezier

2001-03-08  Herbert Duerr  <hdu@openoffice.org>  [2f12ded3a81ec1f0fe4c06f0b5c8a5bc5ab53aea]

        simplify vertical writing offset fixups

2001-03-08  Armin Theissen  <armin@openoffice.org>  [03de77389102bf7d7b192b6bbd9b577cf19265e0]

        changed stl includes

2001-03-08  Armin Theissen  <armin@openoffice.org>  [fb20728efc3f72f189ae2b2cd7872de4682d6729]

        changed stl includes

2001-03-08  Armin Theissen  <armin@openoffice.org>  [2a8012cc46c47dbaf6dfc894176f47ef5fe5cd3c]

        changed stl includes

2001-03-08  Daniel Rentz  <dr@openoffice.org>  [5a5288cd3ded5eea8c5b5ed9d441e42f6427656d]

        new calc function CELL

2001-03-08  Herbert Duerr  <hdu@openoffice.org>  [d4b5102959fe7242095ae4fee35b6a522cd8ea9d]

        improve vertical writing

2001-03-08  Herbert Duerr  <hdu@openoffice.org>  [cdb289e5606d68b7b703d46a9ad1c9b2d8ca2dc9]

        start GSUB support

2001-03-08  Dieter Loeschky  <dl@openoffice.org>  [015184159dc595af9b698e5ae349066dc33eeaaf]

        Vertical AutoLayouts added

2001-03-08  Tino Rachui  <tra@openoffice.org>  [df3692df4c4db5fdadf5ee5a9d07cb931a94880f]

        #84700# now reseting the FormatEtcContainer in ctor of CEnumFormatEtc

2001-03-08  Kai Ahrens  <ka@openoffice.org>  [1053dcaed688b0408b90875fba4f300acfec59c1]

        HTML => HTML Format

2001-03-08  Tino Rachui  <tra@openoffice.org>  [0f76c4a2c8811406c5b1b31122b6de04fd8839f4]

        #84700# added #include <systools/win32/user9x.h>

2001-03-08  Christian Lippka  <cl@openoffice.org>  [a324fe2d0287a625db2af92e6c32aefee3530035]

        changed LineStart and LineEnd property to PolyPolygonBezier

2001-03-08  Mathias Bauer  <mba@openoffice.org>  [4b8e4a0f7e15d0a54e9455408a5af28a89282318]

        #84055#: implement SetSize for growing files

2001-03-08  Kai Ahrens  <ka@openoffice.org>  [567b4e71c69d0a6aa9cfd5d767c3f96f6b341f68]

        new Drag&Drop interface/cleanup

2001-03-08  Mathias Bauer  <mba@openoffice.org>  [f7eb05732c68edd843cdd82b8c8adab475d04bf2]

        #84055#: use correct OpenMode in CreateStorage

2001-03-08  Kai Ahrens  <ka@openoffice.org>  [a6f7ed7c814f45345b26cdc7dc12d2b9d4ddbca7]

        new Drag&Drop interface/cleanup

2001-03-08  Sven Jacobi  <sj@openoffice.org>  [79afdcc0bda11d5a5c7ec9773e4a1e2b1abf8fec]

        api changes, GraphicFilter now using Configuration Management

2001-03-08  Andreas Martens  <ama@openoffice.org>  [fff4946c805356612ec44f5d10f2fe4ae13d63e3]

        Fix (FME): GetScaling.. without selection

2001-03-08  Andreas Martens  <ama@openoffice.org>  [202e540370e8505328d1a4e7f988415393150701]

        Fix (FME): Living without break iterator

2001-03-08  Andreas Martens  <ama@openoffice.org>  [c5d4078ddedfab7f1533f74f8de7912f45f7d8c8]

        Fix (FME): stack size memory allocation

2001-03-08  Christian Lippka  <cl@openoffice.org>  [14472b554bc8151d513e84b1c9ccecbab7b18c08]

        #83556# commit medium

2001-03-08  Mathias Bauer  <mba@openoffice.org>  [ee4a4424d2d02231d73f02ed3ad78c2fc211d352]

        UserData are StringLists

2001-03-08  Sven Jacobi  <sj@openoffice.org>  [531765937be141ad65e883889940066907a1374e]

        api changes, GraphicFilter now using Configuration Management

2001-03-08  Oliver Specht  <os@openoffice.org>  [ba1a2895cf0ad23b1a3b6dd95ac7e1855632db42]

        size corrected

2001-03-08  Oliver Specht  <os@openoffice.org>  [a10ac38b87d875b381301c814c59d19b833dede1]

        paragraph enumeration from SwXTextCursor/Range

2001-03-08  Dirk Völzke  <dv@openoffice.org>  [b584c3368427581079a7e9cf4776078771af4a9d]

        #84690# Added CreateTempFileNoCopy

2001-03-08  Oliver Specht  <os@openoffice.org>  [a0a2436c42d4dc004036bea9f6e1689284e59792]

        undef SEQUENCE

2001-03-08  Sven Jacobi  <sj@openoffice.org>  [d1ffe6153d27134954d972a591f49eee4f45b58b]

        api changes, GraphicFilter now using Configuration Management

2001-03-08  Oliver Specht  <os@openoffice.org>  [512bb50bc1f4f410638684469a8b73be95c72199]

        ::getString: call SwXTextCursor::getTextFromPam

2001-03-08  jp  <jp@openoffice.org>  [ca934cd6ca354950b31607763d2462440df10578]

        GetScriptTypeOfLanguage - new ComplexScript languages

2001-03-08  Caolán McNamara  <cmc@openoffice.org>  [a85904d1a90f814dc30447914eca54b62664cca2]

        Reformat unreadable code

2001-03-08  Sven Jacobi  <sj@openoffice.org>  [a2883f3f913256179f25e0080bfe66ef3fcfdcfb]

        api changes, GraphicFilter now using Configuration Management

2001-03-08  Armin Theissen  <armin@openoffice.org>  [98438b34bbfc62748ecbacda5aca72ebeccce6da]

        changed stl includes

2001-03-08  Armin Theissen  <armin@openoffice.org>  [07419557378ce887453cd8e795cfe9616e4827ac]

        changed stl includes

2001-03-08  Oliver Specht  <os@openoffice.org>  [e40ea75a79a09838d33b484c5decf9b02286fb2c]

        getAnco corrected

2001-03-08  Armin Theissen  <armin@openoffice.org>  [40e1babc1cca5c19638f91ae3a97fff0eb7f8c9e]

        changed stl includes

2001-03-08  Armin Theissen  <armin@openoffice.org>  [15e3e68008076acc34034c05daecedb5b97752a1]

        changed stl includes

2001-03-08  Dirk Völzke  <dv@openoffice.org>  [0335cc149f1274642021b7ad59dff7272ed851c6]

        #84690# Use CreateTempFileNoCopy instead of CreateTempFile

2001-03-08  Armin Theissen  <armin@openoffice.org>  [659fdc1d97eed886cf92ce2033eef90efe0329b9]

        changed stl includes

2001-03-08  Thomas Lange  <tl@openoffice.org>  [605620ce992c4442a0a8bfc1ae2a77f9a6087a10]

        #82063# use UndoManager from EditEngine obtained from the document now

2001-03-08  Malte Timmermann  <mt@openoffice.org>  [f26727b6fdcdc9f3309228acfda4893d75c5111a]

        removed old search functions

2001-03-08  Christian Lippka  <cl@openoffice.org>  [f7f9114e5179ff8357901b44b6185bb86085e7b1]

        changed dtd

2001-03-08  Thomas Lange  <tl@openoffice.org>  [9bf928a7a57d2c35e412707df8b041032830b10e]

        #82063# use EditEngine and EditEngineItemPool obtained from SmDocShell now; Get/LoseFocus added to restore/save current Selection and status handler when switching views

2001-03-08  Thomas Lange  <tl@openoffice.org>  [e0ba748a21962545f8bb1e74d2483eaca29ba163]

        #82063# GetEditEngine and GetEditEngineItemPool new; SmEditAction removed; UndoManager from EditEngine now used

2001-03-08  Thomas Lange  <tl@openoffice.org>  [5f09c8ea6b4f2fb9edca40626f27def0593fe2d8]

        #82063# EditEngine and EditEngineItemPool now moved from SmEditWindow to SmDocShell

2001-03-08  Frank Schönheit  <fs@openoffice.org>  [e7723129a4f286efd79bff1fcf37a60702557f49]

        instantiate Config with INetURLObject::getFSysPath, not GetURLNoPass

2001-03-08  Thomas Lange  <tl@openoffice.org>  [69ed114e336d11908371d740466c2934c0198c81]

        #82063# SmEditAction removed

2001-03-08  Christian Lippka  <cl@openoffice.org>  [9f7f0d99739f6bf49d6bd2f547572338edcac882]

        changed dtd

2001-03-08  Mathias Bauer  <mba@openoffice.org>  [e34557dead15702c90aecb542c75735604ed32e3]

        overfluous line removed

2001-03-08  Armin Theissen  <armin@openoffice.org>  [56571242b263d90bab91e82b4959e33e2446d543]

        changed stl includes

2001-03-08  Armin Theissen  <armin@openoffice.org>  [a763ba5294d181bdf0488adcf8ec881653ad5090]

        changed stl includes

2001-03-08  Mathias Bauer  <mba@openoffice.org>  [fca8c588ec96699d27af977730f3a246652f0f3b]

        override userdata only if there is no data

2001-03-08  Juergen Schmidt  <jsc@openoffice.org>  [bdaf477e969068c89aa96e5d4713e3be5ed0c058]

        changes for new module-description.dtd

2001-03-08  Andreas Martens  <ama@openoffice.org>  [b7d6c2e0356d0a19d9daebadaa9cb34335f9f746]

        Opt.(FME): cache for paragraph style

2001-03-08  Andreas Martens  <ama@openoffice.org>  [b2e2a5a2dd3a6c42520f644a3f493e6ff063e8af]

        Opt.(FME): cache for paragraph style

2001-03-08  Tino Rachui  <tra@openoffice.org>  [6d27461aa4796ce0699eb2dbd070179a4eaf20ad]

        assertion invalid hwnd removed

2001-03-07  th  <th@openoffice.org>  [e08a689060cbc7a9ac6fcb197fd31ea6f1b96c24]

        #83090# - Correct StyleNames for PS printer fonts

2001-03-07  Sven Jacobi  <sj@openoffice.org>  [ee8a3315479934f36efd8406067fedce31366317]

        api changes, GraphicFilter now using Configuration Management

2001-03-07  Sven Jacobi  <sj@openoffice.org>  [770535d554e02fed35cb381171863cbbba553d85]

        api changes, GraphicFilter now using Configuration Management

2001-03-07  Sven Jacobi  <sj@openoffice.org>  [56afdfc2bba4faacac99a3594c7d5fe910ed4d2b]

        api changes, GraphicFilter now using Configuration Management

2001-03-07  Sven Jacobi  <sj@openoffice.org>  [f267cc345a3cd432b3ff139f29d59317e6947e60]

        api changes, GraphicFilter now using Configuration Management

2001-03-07  Sven Jacobi  <sj@openoffice.org>  [d3d1512090b772fb0c2464debf7259468bb405a8]

        api changes, GraphicFilter now using Configuration Management

2001-03-07  Martin Gallwey  <mtg@openoffice.org>  [6e0caeee8a36498080f0edf1b53a28945f8a2d75]

        #84734# Restrict the number of bytes read from a compressed stream when checking for zip file header to a 32k LZ77 window

2001-03-07  Eike Rathke  <er@openoffice.org>  [2d4e2e72d3e0721131a028fe660db8d6d0c48d80]

        #84579# memory leak pFormatTable

2001-03-07  Christof Pintaske  <cp@openoffice.org>  [be603fcd1f11af4ed0977b74b4c1bccf8afc489d]

        #80823# process events on the iiimp socket connection

2001-03-07  Christof Pintaske  <cp@openoffice.org>  [0df64e2f57500860f26e263ed8ac7250604c9166]

        xtoolkit is already initialized

2001-03-07  Malte Timmermann  <mt@openoffice.org>  [88eb5af7b1302965b75ce33e6cd3f485a84eaca5]

        Fixed bug storing UnicodeStrings

2001-03-07  Thomas Benisch  <tbe@openoffice.org>  [73fa79cb75c89e2ab4704dab90c73428e410f698]

        added step functionality

2001-03-07  Sascha Ballach  <sab@openoffice.org>  [239804a4a5f21b3f96a78a2c60c69647c2ac3572]

        export and import linked table if no table name is given

2001-03-07  Malte Timmermann  <mt@openoffice.org>  [dc1c8a3b866562b8b91165bbb9dddf17518ef703]

        Changed RTF Export a little bit...

2001-03-07  Niklas Nebel  <nn@openoffice.org>  [54fbb092c7640a6384a0c1d1879e7fb603720a90]

        LateInit (don't allocate all result members in advance)

2001-03-07  Eike Rathke  <er@openoffice.org>  [4d359b2529bdf0a9aabe25cf9b556f13337ce8a4]

        get text encoding from HTML filter settings

2001-03-07  Armin Theissen  <armin@openoffice.org>  [bc56dcab666698553672e0a4180908bd6fe418f0]

        changed stl includes

2001-03-07  Martin Gallwey  <mtg@openoffice.org>  [5e5fd3cb2995326c1173c295197e84e71081ed83]

        Content.xml -> content.xml

2001-03-07  Armin Theissen  <armin@openoffice.org>  [9c4a04b53d65a1490a107a27b2f1f09d014ba79a]

        changed stl include

2001-03-07  Martin Gallwey  <mtg@openoffice.org>  [1b569eb8f486a6ce402435713ff30ab94cd24c71]

        store text only blocks in sub-storages also to support auto text event export

2001-03-07  Frank Schönheit  <fs@openoffice.org>  [140fd0f9c3b3d1438da117d8fac7bfd446efa9fb]

        added a parameter to implRemoveIndex controlling the assertion / correct collecting the indexes in Init

2001-03-07  Frank Schönheit  <fs@openoffice.org>  [cbb665fe5190a483d05ef0cf3296a7697abfd413]

        changed the dialog title

2001-03-07  Kai Ahrens  <ka@openoffice.org>  [06e755bf009ff53c56c15838148fe6dcefbc3911]

        Extract string from sequence, if FORMAT_STRING is requested

2001-03-07  Eike Rathke  <er@openoffice.org>  [ff3be88162df18a86c2d982f91424b103c759f22]

        #84739# GetOutputString: scientific format exponent value was wrecked on numbers < 1

2001-03-07  Martin Gallwey  <mtg@openoffice.org>  [5d44dd508f1086ec033abbfddef6449a383b3680]

        re-organised support for time/date-stamping

2001-03-07  Martin Gallwey  <mtg@openoffice.org>  [4eabfdbc6a586da28ae9f78d61dc7ad6bb1c4f79]

        #84570# in case of a corrupt zip file, clean up the memory and then pass the exception to the UCB

2001-03-07  Stephan Bergmann  <sb@openoffice.org>  [f4e60360d403b06425dd80dc0cbe22fd015be4ee]

        #83901# Adapted SmartRel2Abs_Impl() to vnd.sun.star.wfs.

2001-03-07  Niklas Nebel  <nn@openoffice.org>  [23d0f0d21a71661be40963c3326222a6c14243e0]

        remove application prefix from filter name when inserting link

2001-03-07  Sascha Ballach  <sab@openoffice.org>  [81f44c6a77ca19aa4ebc84e4e526a9a33eb088d9]

        table-name of table source is implied and not required

2001-03-07  Martin Hollmichel  <mh@openoffice.org>  [0ab18d53569ad512d59754a5f1b267af4f950137]

        new version for SRC624

2001-03-07  Mathias Bauer  <mba@openoffice.org>  [6142bceed0f9d44785c74ae76322c24f5f58bcb9]

        always call base class in UIActivate

2001-03-07  Michael Brauer  <mib@openoffice.org>  [45675a36352a8899bafbf8c173e24eae7f72c162]

        truncate stream before writing to it

2001-03-07  Michael Brauer  <mib@openoffice.org>  [494b63b7648f32ca3ea6429159b6b47e832687cd]

        set mime types

2001-03-07  Philipp Lohmann  <pl@openoffice.org>  [ae2a1b0756ae73bff457a2ebd1a5f29622ce404d]

        vertical writing for psprint

2001-03-07  Philipp Lohmann  <pl@openoffice.org>  [04d138ca379abdd902591bdee1847a804d3e691a]

        corrected leading

2001-03-07  Lars Langhans  <lla@openoffice.org>  [b3b126998d5d77834fbb48a679ae5f13d6972f1c]

        #81827# right handling of nullable and writable attribute.

2001-03-07  Daniel Boelzle  <dbo@openoffice.org>  [b5061f82dc1c38bc6222effd7f7dd81af64b709d]

        added step, tag

2001-03-07  Philipp Lohmann  <pl@openoffice.org>  [f548322b4b9a0866d1b0be1bc48a30a1e09b01ee]

        const only where appropriate

2001-03-07  Daniel Boelzle  <dbo@openoffice.org>  [e24cd6421496958e4f86def5b0e92611972887ed]

        removed extract.hxx occurences

2001-03-07  Malte Timmermann  <mt@openoffice.org>  [b6601ce5483f01c621c33bfef1a4f4a1fb0025e9]

        getTransferData: Throw exception, if unsupported type

2001-03-07  Christian Lippka  <cl@openoffice.org>  [73a61036f4cb0617742ccbabd158c58456561c4b]

        #83212# added helper functions to force unique names for NameOrIndex items

2001-03-07  Thomas Benisch  <tbe@openoffice.org>  [ed0ee751b7fd0640cb605e97e6eaea3d26c66076]

        added step property

2001-03-07  Michael Brauer  <mib@openoffice.org>  [fc9fb12f58866c04636f61e073d39ba29806cbb5]

        XML filter: meta and content in separate streams

2001-03-07  Christian Lippka  <cl@openoffice.org>  [7f9d621da8d45503a437614d56e05baec1dc223d]

        #83212# added helper functions to force unique names for NameOrIndex items

2001-03-07  Thomas Benisch  <tbe@openoffice.org>  [9a4087b152fed2ee7e705f36b0b29a0d0460a07b]

        added step and tag property

2001-03-07  Christian Lippka  <cl@openoffice.org>  [376d9aa9380cc734c0fbed81580ac72341d12f3f]

        cleanup of shape services

2001-03-07  Christof Pintaske  <cp@openoffice.org>  [0f91597fd39fc819181661fba57c53859c0a6999]

        #84680# reposition status window after frame resized itself

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [ebf67d916d469dc588f90af3436de4bdd50957b0]

        new option -nD

2001-03-07  Daniel Boelzle  <dbo@openoffice.org>  [04fa0960343116ff49defa3d0693508c514f40bf]

        moved extract.hxx from cupphelper, but is still delivered to cupphelper for compability

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [23daaee520bf53f2a842cd1da667b6d87051cf21]

        insert new function isBaseType

2001-03-07  Christian Lippka  <cl@openoffice.org>  [2f562670d83821ff5e800a02e584ba5347066aa8]

        cleanup of shape services

2001-03-07  Daniel Boelzle  <dbo@openoffice.org>  [f65546ea32e7645f3a15d6015998c6904853a1f1]

        moved from cppuhelper

2001-03-07  Oliver Specht  <os@openoffice.org>  [383dbc3945e18a38d632b55dc648faf34d2653c7]

        #84590# SwXDispatch completed

2001-03-07  Oliver Specht  <os@openoffice.org>  [8c6293e9895581468036518b9c02d24eb1816e48]

        DataSourceBrowser included into FormLetter dialog

2001-03-07  Malte Timmermann  <mt@openoffice.org>  [496dd5d78dd759eb2002ef24fb8ca1ccca41a24c]

        Assertion in ImplGetTextLines

2001-03-07  Christian Lippka  <cl@openoffice.org>  [4f7e8c29c9e1ec3c9bcfb9a4ddd8c414313d5b49]

        #83212# added helper functions to force unique names for NameOrIndex items

2001-03-07  Herbert Duerr  <hdu@openoffice.org>  [f8a0d17b2b1b5e5eac0c7c9887bc07b1882aa827]

        use font mapping in upper layers

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [d6a37e68f12c69d2772c9c535b7fec4d2bad80ab]

        deliver dynamicloader.xml

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [11d563a46f3b6a91377d409f7aa544601ef8addd]

        changes for new module-description.dtd

2001-03-07  Oliver Specht  <os@openoffice.org>  [5e8025f4dacb3b23edaa10dc0d84f939dffc829a]

        #84726# DocumentIndexMarks now readonly

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [bcb54d5336f850d386b788bd1654ba10f0036f8f]

        changes for new module-description.dtd

2001-03-07  Kai Ahrens  <ka@openoffice.org>  [c90a189318d3598dff68bc9f037ce10efb74fe91]

        added ::FlushToClipboard

2001-03-07  Kai Ahrens  <ka@openoffice.org>  [12d81d8339c87e67d84c8a9c8890eb99cbc36447]

        #84699#: error in ::isEqual

2001-03-07  Mathias Bauer  <mba@openoffice.org>  [86a5d9e56a7b7c0ecff3554733a39eeeee651c68]

        #84611#: CreateFileStream overfluous

2001-03-07  Andreas Martens  <ama@openoffice.org>  [8457b7bd5738c38117cf76421fcd7c1bfff2b48d]

        Fix #77484#: Page preview without printer device

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [10c36f41e4431b35655ad1cfa7328202ff1d38b8]

        deliver module-description.dtd

2001-03-07  Vladimir Glazounov  <vg@openoffice.org>  [e271d1072c154eac55beb745a2fc9f0578ba6ecf]

        SRC625

2001-03-07  Tino Rachui  <tra@openoffice.org>  [f8530b3c1fb7d18dbb779fa873c02de590a1cdbe]

        #84702# using an additional condition to avoid dealocks in lostOwnership calls

2001-03-07  Kai Ahrens  <ka@openoffice.org>  [aef1d2bbf69879e2be07f4ea41ebd8028dabe8ac]

        #84699#: new MimeTypes for clipboard interfaces

2001-03-07  Dieter Loeschky  <dl@openoffice.org>  [ff2882319f3e06de609dd6e26492b1306eb0e852]

        SetVerticalWriting(): set AutoGrow

2001-03-07  Malte Timmermann  <mt@openoffice.org>  [d029cdd25571d50f72b76036ffc4ba846ee61b29]

        #84520# Release Solar Mutex before calling getContent()

2001-03-07  Malte Timmermann  <mt@openoffice.org>  [5e5558077240431f753d429bce0b6c46d9626151]

        #84520# Release Solar Mutex before calling getContent()

2001-03-07  Dieter Loeschky  <dl@openoffice.org>  [8fcc0612c5bd7d703a1ceb751ea22da2916134f5]

        SID_TEXTDIRECTION_...: EndTextEdit()

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [b026375ddb8e384f432bdfccfbef59461a64a15c]

        changes for new module-description.dtd

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [b64a85b03f4550b27a712ebab27da45537c0bec4]

        changes for new module-description.dtd

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [79fae0b0fef918a1bff1a924ee2f9420629670e9]

        changes for new module-description.dtd

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [cb58a26dd467eaa9a330674a3ae57361728a5e26]

        changes for using newxml description

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [9ac286ecdc8a57a275726f42e19c57ddcbe66efe]

        new

2001-03-07  Kai Ahrens  <ka@openoffice.org>  [f3c335b9309060e0fead357cb9ecc3dc3315863e]

        #84699#: new MimeTypes for clipboard interfaces

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [afb0f82ed6dc8c09330cf69eb5d7beb87569eb7d]

        changes for new module-description.dtd

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [da44eee56dd9a8229eab4c405754cfd1a1f94d0f]

        make changes for running

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [b339d960750bc68852d13f3619dec8111b11c05a]

        make changes for new dtd

2001-03-07  Frank Schönheit  <fs@openoffice.org>  [9b6ddcb912c8a9638eca19622648aae7a48089a7]

        SetHighlightRange

2001-03-07  Patrick Luby  <pluby@openoffice.org>  [e3d63fc6f6cde57964cdef9253736850f8111f7f]

        Added Mac OS X *.dylib files

2001-03-07  Frank Schönheit  <fs@openoffice.org>  [d2574e243a5a50026b3137e95cb31f06bab5b9b8]

        no border for the text cell

2001-03-07  Lars Langhans  <lla@openoffice.org>  [d30a5e23753b919e75a97bec551de82cb0c52a00]

        #84304# catch an exception in PreloadConfigTrees()

2001-03-07  Patrick Luby  <pluby@openoffice.org>  [2007fcc8a283e1a8beb97e1d12a59ff512f8195f]

        Made backwards compatible with SRC618

2001-03-07  Dieter Loeschky  <dl@openoffice.org>  [2c8252a36773ed2decc03c48295c7557425df25c]

        FitToSize: default changed to TRUE

2001-03-07  Juergen Schmidt  <jsc@openoffice.org>  [25fb228e6e40f0952821fa813f6d6efdc7af23cc]

        new, it replace componentdescription.dtd

2001-03-07  Frank Schönheit  <fs@openoffice.org>  [8a1b61e8b52a77e546b7dd31115a02d89abf773b]

        remove the controller as status listener, if beeing disposed

2001-03-07  Frank Schönheit  <fs@openoffice.org>  [2575e82c97fa643d4cfcc46606fcacce9089896b]

        +implRemoveStatusListeners

2001-03-07  Patrick Luby  <pluby@openoffice.org>  [57f392e7dc09f6759e62bd27f80a127cf7b11abd]

        Add Mac OS X support

2001-03-07  Joachim Lingner  <jl@openoffice.org>  [dc9e4b65aaee2c90ebceeb64f488783c404f2b04]

        The dtd for the component description changed, so that dnd.xml had to be adjusted

2001-03-07  Michael Brauer  <mib@openoffice.org>  [b5c0ea4c6a73dcb4abf950dc26653a8897309453]

        #84201#: 6.0 template support

2001-03-07  Patrick Luby  <pluby@openoffice.org>  [0119347743fcbb2433e1f6cc085107c50e22b58d]

        Added Mac OS X *.dylib files

2001-03-07  Patrick Luby  <pluby@openoffice.org>  [504e826c72ac86111319933b960f3532791d6b4c]

        Added Mac OS X support

2001-03-07  Patrick Luby  <pluby@openoffice.org>  [5fa59127c08ba0e71943f338ecd3bd433fdd1200]

        Added Mac OS X support

2001-03-07  Patrick Luby  <pluby@openoffice.org>  [9e4d4c4938002a3fbeea722bccb97369ee46aa4b]

        Added *.dylib files for Mac OS X

2001-03-07  Patrick Luby  <pluby@openoffice.org>  [249d6b37ed10dd8f7728dcfd76e4243f813500b5]

        Add support for SRC618

2001-03-07  Patrick Luby  <pluby@openoffice.org>  [ae94c9bda9c3fe62167c8f45273ef2a56e94206f]

        Commented out symbol stripping for Mac OS X

2001-03-07  Tino Rachui  <tra@openoffice.org>  [234ac12e063a72edb82714a4d08e6cf1e225f1ac]

        *** empty log message ***

2001-03-07  Patrick Luby  <pluby@openoffice.org>  [41acc1cc8b99cc5dccdea01e21c8ede2b17521e1]

        Implemented manual pulling of events from the system event queue as [NSApp run] was not getting stopped in some modal dialog boxes

2001-03-06  Patrick Luby  <pluby@openoffice.org>  [03799ef120be6b84617db260d8dbe6289f674750]

        Updated for Mac OS X

2001-03-06  Patrick Luby  <pluby@openoffice.org>  [439c832f6aa8c4f3a7d56992422d645adb961b4f]

        Corrected linking steps for Mac OS X so that the number of arguments to the linker is reduced. All of the -dylib_file arguments were pushing the number of arguments past the maximum that ld could handle.

2001-03-06  Christian Lippka  <cl@openoffice.org>  [4abf2952c294311733d26ecfb2d18b5900352d34]

        filter doubled items

2001-03-06  Niklas Nebel  <nn@openoffice.org>  [954da578e025d26bf7a1509b2a24ebfb0a958a3a]

        #84691# construct: don't pass invalid URL to loadComponentFromURL

2001-03-06  Kai Ahrens  <ka@openoffice.org>  [c7d99b4e171c721916b69e5a068a18f150440c92]

        #84701#: SOT_FORMAT_FILE_LIST has type Sequence< sal_Int8 >

2001-03-06  Christian Lippka  <cl@openoffice.org>  [093c30ea30757ad2ac1179702f48a86624dd6195]

        #84582# graphic crop added

2001-03-06  Christian Lippka  <cl@openoffice.org>  [82b43c9b180ee2bd120e75d596d6fabffd93e8f6]

        cleanup shape services

2001-03-06  Kay Ramme  <kr@openoffice.org>  [511ec8a6d1c1ccb3572a6d0c85f60794d38b3798]

        joined changes  1.6.2.3 - 1.6.2.4 (#84162#)

2001-03-06  Christian Lippka  <cl@openoffice.org>  [868a2cee6dbaa52fc42116e45f4eb92360f5a578]

        cleanup shape services

2001-03-06  Sascha Ballach  <sab@openoffice.org>  [40c51376f513c60c2fd42ab8d2cfd5a0222ada57]

        UpdateDirtyCharts after import the XML document

2001-03-06  Sascha Ballach  <sab@openoffice.org>  [28556eae365dec6be8c013d83acc15aa23deeb77]

        set the chart only modified if not in XML import

2001-03-06  Kay Ramme  <kr@openoffice.org>  [d3626f93c172d462b821ea79aae1ffbf55a6e73f]

        let the JobDispatcher go through the javaThreadPool (#84162#)

2001-03-06  Kay Ramme  <kr@openoffice.org>  [ad760037f8d6065ea5b9e2eded3d35129f9c647a]

        joined changes 1.4 - 1.4.4.1 (#84162#)

2001-03-06  Kai Ahrens  <ka@openoffice.org>  [be81674c808ee6d549b54a0d504f32dc7bcea910]

        #84538#: rework of brochure print

2001-03-06  Christian Lippka  <cl@openoffice.org>  [c10f349de0d2f554b04ee9b592cf454db2200d39]

        cleanup of shape services

2001-03-06  Malte Timmermann  <mt@openoffice.org>  [9d31b946a68dbe777e001da5421dc16612872a10]

        #84520# Release Solar Mutex before calling setContent()

2001-03-06  Sascha Ballach  <sab@openoffice.org>  [940896fcde83eb85a79c77c8d9862b79dc9ec47f]

        fix a little dmake problem in linux

2001-03-06  Niklas Nebel  <nn@openoffice.org>  [9f7b9ed56f4d93ca6bf8a30fe3aca6d33cc85cee]

        #84692# more space for strings

2001-03-06  Eike Rathke  <er@openoffice.org>  [4946e22b9a034ea539a5607dfa5d52fd6d59cdb2]

        Unfortunately a typedef is just a dumb alias and not a real type ... If the compiler doesn't get that right we'll have to help things along.

2001-03-06  Sascha Ballach  <sab@openoffice.org>  [0d80a170f2b62705d6ba66cbe2d9a4d294a82b43]

        fix a little dmake problem in linux

2001-03-06  Sascha Ballach  <sab@openoffice.org>  [8bcf5efe6c8ac82abb953ad160c79ee9e60b91d6]

        fix a little dmake problem in linux

2001-03-06  Andreas Martens  <ama@openoffice.org>  [ab524bca9dd3dcce12af46c19be8160ddd03488d]

        Fix: Don't use upper case for filenames

2001-03-06  Andreas Martens  <ama@openoffice.org>  [b12cd2c3237e537d8db9556201142617d85e89a4]

        Chg by FME: Attribute handler

2001-03-06  Frank Schönheit  <fs@openoffice.org>  [c5fcff1903cc0d0f1bf6e0e9bb6f78966cca5a05]

        changed relative position of Command and CommandType

2001-03-06  Oliver Specht  <os@openoffice.org>  [b4e2e54657b6c5d416274b3d9aeb66f441890256]

        #84286# inherit service TextContent

2001-03-06  Malte Timmermann  <mt@openoffice.org>  [5e6de66d710c411f6f4c998094df2cbc06dcd567]

        #84520# Release Solar mutex before calling setContent

2001-03-06  Oliver Specht  <os@openoffice.org>  [2a626ea4e96e2c42bc8cb7a1296fca894c1a3458]

        #84509# useless property SizeRelative removed

2001-03-06  Oliver Specht  <os@openoffice.org>  [db8b2d16919c87cafa8daa25b38fc546140494e5]

        #84509# useless property SizeRelative removed

2001-03-06  Frank Schönheit  <fs@openoffice.org>  [0acb9e8411c98f36183226c3354fa10c41cbd911]

        adjust the focus on the RadioSelectionPage

2001-03-06  Andreas Martens  <ama@openoffice.org>  [e5f31b246bc26bd3f8adbcea6a8dc2936e7ccfb5]

        New: CJKContext for latin- and complex-scripts

2001-03-06  Thomas Benisch  <tbe@openoffice.org>  [b631263524c92ea69739d54a95a8e06f8abe5bc2]

        added dialog model changed flag

2001-03-06  Niklas Nebel  <nn@openoffice.org>  [a4e5d2cb47275e91834e41a9d51f1bf11ec409b1]

        #84667# UpdateUserViewOptions: SetSnapGridWidth with grid fractions

2001-03-06  jp  <jp@openoffice.org>  [432f5143f1f5a8c876153ad6b0cdc5fa239c6d9c]

        compiler error

2001-03-06  Frank Schönheit  <fs@openoffice.org>  [24a00d0043a485cd768ebd2a80a2972a698d75e9]

        prevent GPF if the data source nos not support relations (not finally fixed, yet - the frame still needs to be closed

2001-03-06  Frank Schönheit  <fs@openoffice.org>  [bbcfc130f0e9ed5e5094941c9023a678e61fab05]

        minor text changes

2001-03-06  Andreas Martens  <ama@openoffice.org>  [b8eb9c4ffbef379dce9872fb19dbaf91a936d2eb]

        New: Automatic font color, depending on background

2001-03-06  Tino Rachui  <tra@openoffice.org>  [6127d65e459ab7a656c078f1f17280f42dc98c25]

        added a second mutex for the interfaccontainer class

2001-03-06  Tino Rachui  <tra@openoffice.org>  [40e0e6ab396c99d3ca98398099f98a00f14e6a84]

        *** empty log message ***

2001-03-06  Andreas Martens  <ama@openoffice.org>  [0b02f94c0a4e8e08b693fc8f21f8decc997e3ec1]

        New: Automatic font color, depending on background

2001-03-06  Andreas Martens  <ama@openoffice.org>  [ab344c1606d2b9606c05520cd0d48c35e8c39b26]

        New: Automatic font color, depending on background

2001-03-06  Michael Brauer  <mib@openoffice.org>  [4867911c346a36f44ab3e4e65ad334a1b4014725]

        #84654#: Seek to position 0 before reading downloaded memory stream

2001-03-06  Frank Schönheit  <fs@openoffice.org>  [f69c4e595c99fe47a65aea61fca670df553239b7]

        use the correct current entry for data source administration

2001-03-06  Frank Schönheit  <fs@openoffice.org>  [ba9d6a40bb1ce4f1ae82c0ac488d793494b5cb0e]

        minor layout changes

2001-03-06  Rüdiger Timm  <rt@openoffice.org>  [f3b6aa0d71670448871a4a95f58a01906cb9e084]

        new version for SRC624

2001-03-06  Tino Rachui  <tra@openoffice.org>  [6a4bedd820a83fc08410ec0bc425088eca454f7c]

        *** empty log message ***

2001-03-06  Michael Brauer  <mib@openoffice.org>  [7360f0b011160799dcc6e00d2433c6e1d9b55808]

        ambuguies ?: removed

2001-03-06  Rüdiger Timm  <rt@openoffice.org>  [891682b322ceed4ad464e07e9447e55164ad8d00]

        new version for SRC624

2001-03-06  Sascha Ballach  <sab@openoffice.org>  [173f59245ce322aeb802c0ac7a3df16c62705daf]

        call finishShape for OLE Objects

2001-03-06  Dieter Loeschky  <dl@openoffice.org>  [fa5955af9d7e31e47f453ad782f94cb04ef1e1bd]

        Textdirection

2001-03-06  Michael Brauer  <mib@openoffice.org>  [3358aeb95e37b3e36aba09e90ba396a79c16e4b1]

        organizer support for XML file format

2001-03-06  Michael Brauer  <mib@openoffice.org>  [85ceae562ed4178d4c09088e48f39440d0688428]

        organizer support for XML file format

2001-03-06  Michael Brauer  <mib@openoffice.org>  [86b7bd8cbfda37f9c21bb05fb1c6c4f050e47ec7]

        organizer support

2001-03-06  Oliver Bolte  <obo@openoffice.org>  [9adec1f809b4869f14e6d102d125be153b93a461]

        #65293# ambigous operator

2001-03-06  Thomas Lange  <tl@openoffice.org>  [3bbbf7a8b44d57e4fb251746018de5845d32bb00]

        new member m_nScaleWidthInitialVal, and RadioButton handler for rotation added to SvxCharPositionPage

2001-03-06  Michael Brauer  <mib@openoffice.org>  [3370f22686f052b148f5c1818136fb9c351e007f]

        load graphics on demand

2001-03-06  Oliver Bolte  <obo@openoffice.org>  [d3294bc233ffc29d857d556da684819e47a7fadb]

        #65293# parse error linux

2001-03-06  Frank Schönheit  <fs@openoffice.org>  [d4d0d899a213b3de0d4a06de07dac47dbc475b3c]

        LayoutInformation is a persitent property, not a transient one

2001-03-06  Kurt Zenker  <kz@openoffice.org>  [03d71a8106aa24dc118c87ee1b3b5ae134081901]

        sfx2 depends on xmlscript

2001-03-06  Kurt Zenker  <kz@openoffice.org>  [57ecc2f85302a262761f872e86800955f70f40b5]

        chg. libname

2001-03-06  Frank Schönheit  <fs@openoffice.org>  [6175bad01b4f72eb9ac48a169b64e12a5efe76b2]

        #84643# clear aValues

2001-03-06  Daniel Boelzle  <dbo@openoffice.org>  [6542f97fd8bd4298b9e1ca14e79bb333b1ad3282]

        use import lib macro

2001-03-06  Kurt Zenker  <kz@openoffice.org>  [8bd2ff4d71f3a03093e0d77490fd3ccb5e86ee2c]

        deliver lib

2001-03-06  Kurt Zenker  <kz@openoffice.org>  [b5c11e10f849d8ee8753449a67a471f142e2f438]

        depends on offapi

2001-03-06  Kurt Zenker  <kz@openoffice.org>  [723e07e9c4e33f34a3fabe427e9ee75ad96e87cc]

        depends on xmlscript

2001-03-06  Rüdiger Timm  <rt@openoffice.org>  [c4d1dd5e0e4bd1162a9251203d8464d145164f94]

        Merge SWT614: 06.03.01 - 10:02:46

2001-03-06  Kurt Zenker  <kz@openoffice.org>  [3403def33e6de0561db4ab74589261f93e703d83]

        Merge SWT614: 06.03.01 - 10:03:12

2001-03-06  Rüdiger Timm  <rt@openoffice.org>  [bdd9e684fee4eafe8cc54e58ab51e9113885a86b]

        Merge SWT614: 06.03.01 - 10:01:06

2001-03-06  Kurt Zenker  <kz@openoffice.org>  [b2869e59edde6058a0c379116e398fd9bcf8103d]

        Merge SWT614: 06.03.01 - 10:00:40

2001-03-06  Kurt Zenker  <kz@openoffice.org>  [a83b8d28862b1418c7ab9ddef1b47d305bddf6e7]

        Merge SWT614: 06.03.01 - 09:58:04

2001-03-06  Thomas Lange  <tl@openoffice.org>  [a6c23cc7e46025845a2279e0f3e9ecc7b9492e91]

        SID_ATTR_CHAR_WIDTH_FIT_TO_LINE UInt16 item added to item set

2001-03-06  Rüdiger Timm  <rt@openoffice.org>  [e65b06c4b8a09b038dc8b28c26f121580f310650]

        #65293# Missing newline at end of file added

2001-03-06  Dieter Loeschky  <dl@openoffice.org>  [ab7688d4139f732972c744cecc0ff8362b8e99c7]

        Textdirection

2001-03-06  Dieter Loeschky  <dl@openoffice.org>  [472a1074e2c4d2c8a963e52529002177d04d3ca8]

        Textdirection

2001-03-06  Juergen Schmidt  <jsc@openoffice.org>  [65a51aef81f04cda390073db03f5849da4b1059c]

        insert new option -nD (no dependent types are generated)

2001-03-06  Dieter Loeschky  <dl@openoffice.org>  [b4fe12432526983c7a7fd11d246f81fd05ff16f7]

        Textdirection

2001-03-06  Dieter Loeschky  <dl@openoffice.org>  [81c0587d488a66c62e060b2b96c7d1164f8f2c49]

        Textdirection

2001-03-06  Dieter Loeschky  <dl@openoffice.org>  [dd0da5950cde457911814284428d582b5c2086fc]

        Textdirection

2001-03-06  Patrick Luby  <pluby@openoffice.org>  [901e8b087ba2504d17611654472751e1500b477a]

        Added deliver of Mac OS X shared libraries

2001-03-06  Sascha Ballach  <sab@openoffice.org>  [930f3b89097cccea6364ec26d4c340a91355de67]

        collect the auto styles of shapes in the _exportautostyles section

2001-03-06  Patrick Luby  <pluby@openoffice.org>  [1c09dd4518b3f2bdcf506ebf7be13049d00e54e6]

        Added delivery of Mac OS X shared libraries

2001-03-05  Kurt Zenker  <kz@openoffice.org>  [6779351e0e1acdac68962f8996ea08b8017246cc]

        new version for SRC624

2001-03-05  Sven Jacobi  <sj@openoffice.org>  [d51da1746f9df261429ae6a862a95cf8f58d0e38]

        now using configuration management for filter options

2001-03-05  Sven Jacobi  <sj@openoffice.org>  [dd38d5a13089027fa9e62bcbdde178753620894d]

        added method to read and write a size

2001-03-05  Niklas Nebel  <nn@openoffice.org>  [fe0892b11182766218a4553c4e6a947c73542dbf]

        #72607# LinkEmptyTab: get filter name from ScDocumentLoader

2001-03-05  Kurt Zenker  <kz@openoffice.org>  [c05c9489c1e357f82dbd3eb20fab5e340ae3333e]

        new version for SRC624

2001-03-05  Vladimir Glazounov  <vg@openoffice.org>  [b80739932573b5e2fae6e1ba7530965e0711a871]

        changed include file's letters case

2001-03-05  Mathias Bauer  <mba@openoffice.org>  [6e35a04eaf31190f6d723821e7ac245be5eaf3f7]

        table for UserData

2001-03-05  Kurt Zenker  <kz@openoffice.org>  [f94e94e6a95609ea04e9aa986b11acfe2c0cfb4b]

        new version for SRC624

2001-03-05  Herbert Duerr  <hdu@openoffice.org>  [5f4c3cd52c9040861df3c33a61b645614c0bf9be]

        #84471# ascii code display feature

2001-03-05  th  <th@openoffice.org>  [414142445fad871e5c2bb66be83e760374470283]

        fntstyle.hxx

2001-03-05  Malte Timmermann  <mt@openoffice.org>  [0c052d7ab1da3e1b18b574ddb52628d7bf0b47f1]

        DoStretchChars: Don't forget the CJK Items

2001-03-05  Malte Timmermann  <mt@openoffice.org>  [40754bdf7cd7d2fa99046bef0cdff541c88b7e53]

        Removed GetMaxFontHeight()

2001-03-05  Kurt Zenker  <kz@openoffice.org>  [da445d37e1127b03820ce66e4f7d6c006e0beb65]

        no return value

2001-03-05  Christof Pintaske  <cp@openoffice.org>  [2c207070450780dc8f33ec46dbf7ccfef46b5a92]

        #83010# set ic focus when setinputcontext

2001-03-05  Dieter Loeschky  <dl@openoffice.org>  [a8e6fe183904c0d926b3f279690572e51d5a3dbc]

        + SDRATTR_TEXTDIRECTION_...

2001-03-05  Malte Timmermann  <mt@openoffice.org>  [1cf3730c8dac9a41b160043299b6c6104c3c1cd0]

        Removed GetMaxFontHeight()

2001-03-05  Christian Lippka  <cl@openoffice.org>  [cfd1eb8aa1cdca28fd742438f4b1c88d7c71e6dc]

        set existing properties to default for already existing styles

2001-03-05  Frank Schönheit  <fs@openoffice.org>  [9383483e67e9a04643bccf7afb1433fef1d76c10]

        #84620# remove the reset button

2001-03-05  Daniel Rentz  <dr@openoffice.org>  [a12eecdeb726fc88a44eb99030f7f9bf5a16d44a]

        new calc function MIRR

2001-03-05  Frank Schönheit  <fs@openoffice.org>  [69a660a95799ff00231d7d2a5e8bd9ac26048568]

        finished the grid control wizard

2001-03-05  Frank Schönheit  <fs@openoffice.org>  [432d5b86e13ee70862da89a6c32c9b1c663def74]

        initial checkin - context structure for control auto pilots

2001-03-05  Frank Schönheit  <fs@openoffice.org>  [0a95357b6af6e6bc7e668c9f0dcb3ac5d3a73a4f]

        initial checkin - grid auto pilot implementations

2001-03-05  Frank Schönheit  <fs@openoffice.org>  [0c9cf8e314ba6a0c9710fd08a1f72e78369c8fd5]

        initial checkin - tools for the database pilots

2001-03-05  Stephan Bergmann  <sb@openoffice.org>  [2af684f686ee2e8f92c998f74e04592b03d53ddb]

        #84570# Do not let the UcbLockBytes dtor throw exceptions.

2001-03-05  Daniel Rentz  <dr@openoffice.org>  [2f78805d7d47b24deac18f7e5cfe1ff7ed626236]

        new calc function MIRR

2001-03-05  Mathias Bauer  <mba@openoffice.org>  [4e877d367a260bd6b83cc64e97070b6f09ccb57f]

        old graphic filter names missing

2001-03-05  Frank Schönheit  <fs@openoffice.org>  [f2df1845c96d47b282c9bda4b627ccaf412c6a0b]

        re-enabled the grid auto pilot

2001-03-05  Andreas Martens  <ama@openoffice.org>  [68cc940890f6db1429b17e494ce81e4d034a6200]

        New Attribute handler

2001-03-05  Kurt Zenker  <kz@openoffice.org>  [5a3b1e9a13788aa489b832d35c404626778d5962]

        SRC624

2001-03-05  jp  <jp@openoffice.org>  [d6b3a6bda2f2caace8efd020beb736f8fc737f0e]

        new: SvxCharReliefItem

2001-03-05  jp  <jp@openoffice.org>  [7a47e2126981f89137f8c072e83caf7a05f16e1d]

        new: SvxCharReliefItem

2001-03-05  jp  <jp@openoffice.org>  [d6ff2829e829edff374629bce378a2628defc57d]

        new: SvxCharReliefItem

2001-03-05  Oliver Bolte  <obo@openoffice.org>  [27e01ccc9adf8cbb9c0aa5c8c9d48731858995ea]

        #65293# syntax error

2001-03-05  Caolán McNamara  <cmc@openoffice.org>  [309844125012f7b3b999f50038de6f1340d215cf]

        One too many field handlers, my 1st dublin test checkin

2001-03-05  Daniel Vogelheim  <dvo@openoffice.org>  [582ec902b28c526f8460cc8feb1956dfbb255f51]

        - fixed: unused code removed - fixed: error code now used

2001-03-05  Tino Rachui  <tra@openoffice.org>  [07ac6fee2ed9204629db36bbf29325d44d061e0a]

        *** empty log message ***

2001-03-05  Andreas Schlüns  <as@openoffice.org>  [4d8d9f9faaf84916e0fcba847e2cd08d6c5caf1f]

        #84566# protection against deadlocks

2001-03-05  Christian Lippka  <cl@openoffice.org>  [00ba77b171468a7b569844bd47c218509ab62a7a]

        use SetDefaultItem for pool changes

2001-03-05  Andreas Martens  <ama@openoffice.org>  [51fd6cf62d64f3c4689073a9fb460e4906891c00]

        New: SwAttrStack handles attribute changes

2001-03-05  Mathias Bauer  <mba@openoffice.org>  [a19507e583ab5bbedfba512bce67060b69dca048]

        new parameter in SvPersist::Move

2001-03-05  Andreas Martens  <ama@openoffice.org>  [79feebe737b74dcc747ef215b4800c7221380c42]

        New: SwAttrStack handles attribute changes

2001-03-05  Mathias Bauer  <mba@openoffice.org>  [44dd7ad9b43f5a200e2798f024a30ffefef4c713]

        handle SvOutplaceObject

2001-03-05  Mathias Bauer  <mba@openoffice.org>  [3cf4fe360736ef09051aceda31389a4975d3184e]

        new method IsOLEStorage

2001-03-05  Mathias Bauer  <mba@openoffice.org>  [36aced3e575d4bceccc3c6cdc8cbae2fe091e854]

        define for ClsId of SvOutplaceObject

2001-03-05  Kai Ahrens  <ka@openoffice.org>  [dfb55a9d13cbec7927737c7722ac13cc077ccf7e]

        added Drag and Drop interfaces

2001-03-05  Mathias Bauer  <mba@openoffice.org>  [571505bbc78b8df9816d27a76b920e996aecfbcf]

        no HINT_DYING in Close, ObjectShell may not be destroyed

2001-03-05  Mathias Bauer  <mba@openoffice.org>  [5214343b5ccc2e3a6ca062446962d6fb5ae88b7b]

        SFX_FILTER_PLUGIN removed

2001-03-05  Mathias Bauer  <mba@openoffice.org>  [5fe75f53762d2059642abfbfb12577373af31ead]

        load filters from config

2001-03-05  Dieter Loeschky  <dl@openoffice.org>  [404971da98df70f5d3772560615c80318f952971]

        + SID_TEXTDIRECTION...

2001-03-05  Dieter Loeschky  <dl@openoffice.org>  [c729e0a6a3ecbe265f1090169ef2d9d2ff06e456]

        + SID_TEXTDIRECTION...

2001-03-05  Tino Rachui  <tra@openoffice.org>  [b1bf2a165c971a8482ec6be9c62d71389c4e1961]

        *** empty log message ***

2001-03-05  Sascha Ballach  <sab@openoffice.org>  [c93e828dcf855e596229ab4c6b88d680dd67ea37]

        fix a little bug in FillPropertyStateArray

2001-03-05  Michael Brauer  <mib@openoffice.org>  [d7483bc03747dd42746b0c7aa6089a9f925528a2]

        Export draw styles using shape export

2001-03-05  Michael Brauer  <mib@openoffice.org>  [d46fdfa3cf92db8a22d7ae42f1b43793f891ec13]

        Declare required namespaces only

2001-03-05  Niklas Nebel  <nn@openoffice.org>  [9ae9e70ba8cb5ac6410ccea8bf2742e6e4d3a96c]

        access to drawing layer pool defaults

2001-03-05  Philipp Lohmann  <pl@openoffice.org>  [48555d981f579bb495787bcecbec963fe9dba1c0]

        font widths

2001-03-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e028c7f0349755ebe12b0ed1a0f2d8d6de79ecd]

        SWT614 r

2001-03-05  Sascha Ballach  <sab@openoffice.org>  [e5bf63dc8adc49803611631b397c018b2679dc2e]

        import and export of fontdecls in styles added

2001-03-05  Sascha Ballach  <sab@openoffice.org>  [46a0bd600f4435145256aa61ea2874ce20ef2a9d]

        export settings added

2001-03-05  Sascha Ballach  <sab@openoffice.org>  [c9e0e41c7cdd8b10615e6deed6a89d2bd36e7d40]

        document-settings added

2001-03-05  Andreas Schlüns  <as@openoffice.org>  [640e7de169859be6239b42ac486597d17caaf2d2]

        #84389# disable multiple-dispose-assertion temp.!

2001-03-05  Oliver Specht  <os@openoffice.org>  [46f3a91352f11c15228a5da1bfe9bb23baa9d380]

        #80346# enable negative mode

2001-03-05  Oliver Specht  <os@openoffice.org>  [fd3878cdcb0570bd38f959f2bee3f080909f9166]

        #80346# enable negative mode

2001-03-05  Thomas Lange  <tl@openoffice.org>  [53b9541e8bebc6ad240bdb1ebc753c4c5666f54b]

        Defines for rotating and scaling added

2001-03-05  Thomas Lange  <tl@openoffice.org>  [4e651f3417c9d1714558db2bcfba1fa19d2df6a2]

        Rotating and scaling added to the char position dialog

2001-03-05  Andreas Schlüns  <as@openoffice.org>  [f3f94666b46f72928d0ef8b2883c7208f122a065]

        #84389# dipose desktop helper

2001-03-05  Frank Schönheit  <fs@openoffice.org>  [3684baee2b526b56338b835f4a12e36893716817]

        removed the obsolete IndexAccessWrapper include

2001-03-05  Andreas Schlüns  <as@openoffice.org>  [74b43fe0393bd8c2c6b5c3753cfe681cbc9d25f2]

        new filepicker service

2001-03-05  Tino Rachui  <tra@openoffice.org>  [9d7ab58ff9df4485455a9c8268aa8e963032b4b8]

        *** empty log message ***

2001-03-05  Patrick Luby  <pluby@openoffice.org>  [d68448d79d2a8aa6a0986f3f8437546ef282a19d]

        Corrections to InitSalMain

2001-03-04  Christian Lippka  <cl@openoffice.org>  [bfcd4e78d1bfdd7a51bfc67c73e0d4513d5ece5a]

        added document-styles and document-body

2001-03-04  Christian Lippka  <cl@openoffice.org>  [e4e7848f7f2a4e1d887607c32f8e1b73df95739a]

        added document-styles and document-body

2001-03-04  Christian Lippka  <cl@openoffice.org>  [069bbaca7b2ea1ab9be1fd065697610ab43f8c08]

        import context for default graphics style

2001-03-04  Christian Lippka  <cl@openoffice.org>  [24b0ada4ba147caa26f57ea316bc1fa21f6d5c59]

        fixed QueryValue for fontheight

2001-03-04  Christian Lippka  <cl@openoffice.org>  [e19d115811c94f39d9bbdb516e6dac59f4202c73]

        added api component for pool access

2001-03-04  Christian Lippka  <cl@openoffice.org>  [f1144271d6abbe37d2f90b16a619620cb323cb68]

        added api component for pool access

2001-03-04  Christian Lippka  <cl@openoffice.org>  [f245f4e50aca8cf04c99b695f0871cd364c33bb7]

        fixed compiler warnings

2001-03-04  Christian Lippka  <cl@openoffice.org>  [9d01533c8646e4ec388240f775adc4cb3387c791]

        compress xml streams by setting media type property

2001-03-04  Christian Lippka  <cl@openoffice.org>  [d70ba61a2fe67e4e9de40a161845276bd0798aab]

        added new helper class for API drawing pool access

2001-03-04  Christian Lippka  <cl@openoffice.org>  [4b8cf3b359c03871ba461e0ee46103341b2f5e67]

        added new helper class for API drawing pool access

2001-03-04  Patrick Luby  <pluby@openoffice.org>  [e6eb417f9aee70d30a9a5ee8d607a11104ea55bf]

        Added registry symbols to duplicate symbol bug workaround to get rid of annoying CFLog messages

2001-03-04  Christian Lippka  <cl@openoffice.org>  [b28c779cb79f17fb4b4cfc7ca3090514fd39062f]

        added propertyset helper

2001-03-04  Christian Lippka  <cl@openoffice.org>  [b44b480d99b3b64ecc013608677608e1353601f6]

        added root elements for content and style export

2001-03-04  Christian Lippka  <cl@openoffice.org>  [541664e8f5956fdd8b4179c8d30bc0fe860215c0]

        added root elements for content and style export

2001-03-04  Christian Lippka  <cl@openoffice.org>  [e9388b9b48ca4e81e988dffdd21d664b01d6511c]

        added root elements for content and style export

2001-03-04  Christian Lippka  <cl@openoffice.org>  [602855c5459ef806252dd21a958d311cf76c4bef]

        changed draw/impress services to com.sun.star.comp.xxx

2001-03-04  Christian Lippka  <cl@openoffice.org>  [5d5a2a81362ed5585a74df3860a898280641e03a]

        changed draw/impress services to com.sun.star.comp.xxx

2001-03-04  Christian Lippka  <cl@openoffice.org>  [ba9e558ca9892505a1d2d542ccc14cc57286ecd8]

        added root elements for content and style export

2001-03-04  Christian Lippka  <cl@openoffice.org>  [b9f52f3f65a7d8d1b91f5e462e9ec5f00cb6d3ff]

        added root elements for content and style export

2001-03-04  Björn Milcke  <bm@openoffice.org>  [73ed905038feda767b907fa114cc01e4002905a6]

        typo

2001-03-04  Björn Milcke  <bm@openoffice.org>  [2183e5a3f64374dd5b0b4c715c5ec5458eb584ba]

        chart components added in getFactoy

2001-03-04  Christian Lippka  <cl@openoffice.org>  [e5ee73a4a8f9c5c6d2006ca700a35a87490d3884]

        fixed a wrong break

2001-03-04  Björn Milcke  <bm@openoffice.org>  [f9d8cc2099bb242cf0a276a86178b248d6f6c3a8]

        chart components for multiple storages added

2001-03-04  Björn Milcke  <bm@openoffice.org>  [a0fa0320c3cc3b55f861360934c9fc40c4544f5d]

        chart components added

2001-03-03  Patrick Luby  <pluby@openoffice.org>  [46266dccc05955cad9d7b876b806f1a4e53e87f9]

        Made static data member automation targets more uniquely named (i.e. now they have $(PRJNAME)$(TARGET) in their name) to avoid collisions and fixed minor bugs in link script and makefile.

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [d3c8a6c2e68d0fecb52d03971af7b1abb7e9a75b]

        Store new dialogs in SfxApplication::SaveBasicManager()

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [e00254e098a0e3541c036922827f803e81aaf213]

        XMLSCRIPTLIB added

2001-03-03  Thomas Benisch  <tbe@openoffice.org>  [c7c55979e78136442275b189239d35bf61bdf08e]

        take window borders into account (fixed size)

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [0b0c00433f493a3822f4ca55cd1296ad4a079519]

        New RTL function CreateUnoDialog

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [b5edd6bffdc4bfbe772eae4d485b98af467e0c7f]

        New RTL function CreateUnoDialog

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [a05e6416bf51f6f1218448695930120ade88700f]

        XMLSCRIPTLIB added

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [9e1d8ca835eae2c20d947818083897b80cde75ad]

        ifndef _DLGEDITOR_ added

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [a1627abd8a25444bfce4b194788b947c6e40b753]

        BasicIDEShell::CreateDlgWin() modified for new dialogs

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [cc905f5b08e92274d1065cdcbfbf0fc73766dac9]

        New Ctor added and StoreData() modified for new dialogs

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [9176179eead9597ca43c02609bc34f64a0b282f0]

        D_DLGEDITOR define activated

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [35203e58938bbc0dbc64480c76b91cde0cfb1b7c]

        UnoControlDialogModel as parameter for SetDialog()

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [c61903c9936e8e0806b451bf9448ce38164b89c8]

        Added TKLIB and XMLSCRIPTLIB, dlged.lib instead of vcdlged.lib

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [4af21bbe2505b0455a346421e18a82a377eb15ec]

        UnoControlDialogModel as parameter for SetDialog()

2001-03-03  Andreas Bregas  <ab@openoffice.org>  [5cd64adbaa8d83b5a184dc0bc83ef06a7693b06f]

        Integrated access to XScriptsEventSupplier for new UNO dialogs

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [828f7834a09d2a22aa7b5d922ed7b7648d498e85]

        Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [24f555b6d7627d68e08b1170894c99d9c56df251]

        Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [6d731cf12d719b5f5076e6f91dd199db7982bec6]

        Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [5687d1cff1f534dbf33ea91458ef965f54d67b20]

        Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [9282c93cb4cbb7967fc234e5cd6ee93b2109fa2b]

        Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [9e9f00565cf81b369bafc7ca942be2b38e518036]

        Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [28073a20f96ea74cd45e2aeeda4f09cccaeb305c]

        Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [bbf9f935507bcbd76a2abb23f145adb2d68fde06]

        Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [464d8911e8142c5cf153a71540ef774e724d78cc]

        Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [d131c47bfd15c2dfd8586d7b06271ead898460f4]

        Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h

2001-03-02  Niklas Nebel  <nn@openoffice.org>  [fd6566ef8f885e2ed4905bb689a1d0e5125ed493]

        note caption object always has horizontal text

2001-03-02  Niklas Nebel  <nn@openoffice.org>  [6431bdc66e1ab0d0958285b28cf24de0237b9409]

        handle vertical draw text objects

2001-03-02  Niklas Nebel  <nn@openoffice.org>  [352cc9ff737115356ea7bd24c2df7a022b13440a]

        handle text direction slots

2001-03-02  Niklas Nebel  <nn@openoffice.org>  [26b7b01f6b5611278ad9140f4a4fc33eccb7eaa4]

        text direction slots

2001-03-02  Niklas Nebel  <nn@openoffice.org>  [99f10a797d2ed17c963eee4b69274ba1723446d9]

        handle slots for vertical draw text objects

2001-03-02  Niklas Nebel  <nn@openoffice.org>  [5b3f4335b13d342d2f93f864fe00cd9b66779648]

        InvalidateDrawTextAttribs: slots for vertical draw text objects

2001-03-02  Niklas Nebel  <nn@openoffice.org>  [236c87db41801b34f4b988d9069931f80dbc5fd5]

        slots for vertical draw text objects

2001-03-02  Daniel Vogelheim  <dvo@openoffice.org>  [3bdcf48d28f8b025054eb0b29efaa268172c65d4]

        - changed: content and styles are written as separate streams

2001-03-02  Niklas Nebel  <nn@openoffice.org>  [066e06b8ddbad71d564c2f33b59d7bf371ef6528]

        vertical draw text objects

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [80fdf3696704607b1b45e144dd932857d8af2e90]

        Merge SWT614: 02.03.01 - 21:42:55

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [1bbad2c3d33ab96c108253a4a9c062541829b30a]

        Merge SWT614: 02.03.01 - 21:41:28

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [3a4f21503261ea7664c10347eb244b7cb1749758]

        Merge SWT614: 02.03.01 - 21:36:26

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [2a2e805e2c711ac140421b7a55de729eee720901]

        Merge SWT614: 02.03.01 - 21:33:33

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [d19c00e2e63f9eccb9dbe8685ab40084235ad469]

        Merge SWT614: 02.03.01 - 21:33:12

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [fbc1e4db798e9bd8c59f19bc9e261c4b04b48e55]

        Merge SWT614: 03/02/01 - 21:31:53

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [ac1dfaaf18cb5e9b2e27df4232b0bda3924971db]

        Merge SWT614: 02.03.01 - 21:31:13

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [b29b5a2e91ae78a6de86fb685e35ea3eeb042344]

        Merge SWT614: 02.03.01 - 21:30:43

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [6949cd1d45060be52b5423d1e8de17833ea2f99b]

        Merge SWT614: 02.03.01 - 21:28:59

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [0513100b0612facddb22707da4f0312da9b4c287]

        Merge SWT614: 02.03.01 - 21:29:23

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [4a27c10eee0acb8f1ed7700dcead44b4de926811]

        Merge SWT614: 02.03.01 - 21:27:52

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [857fa4b881ae37819338b25d2925b4de3fbe7b28]

        Merge SWT614: 02.03.01 - 21:26:46

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [e91bd23e49bdcf1fdf216c39fcb8be1e9a4108ee]

        Merge SWT614: 02.03.01 - 21:24:17

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [ea1e42eed4d161ca617060b8816f7c7107ce76f6]

        Merge SWT614: 02.03.01 - 21:22:30

2001-03-02  Gene Anaya  <ganaya@openoffice.org>  [a392c9f841fe85bb86b9b389721c7098b1788811]

        Cleanup for Mac OS X static data member automation

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [14f0c48b8e41d59f382aecc804cb6e103efe2c13]

        Merge SWT614: 02.03.01 - 21:17:40

2001-03-02  Daniel Vogelheim  <dvo@openoffice.org>  [03483ed030e97530a686a7edd1139b3c8d51a08c]

        - fixed: initialized member variables

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [26458bfd4e231b5cda2066ec2e805fdfe566e6e7]

        Merge SWT614: 03/02/01 - 21:16:36

2001-03-02  Kurt Zenker  <kz@openoffice.org>  [c74cd384105a46b5674d3389a0cf9bff9df63a58]

        Merge SWT614: 02.03.01 - 21:16:24

2001-03-02  jp  <jp@openoffice.org>  [e3bf1dc30c16c54580334494c22a3970088293c4]

        Bug #84563#: CanGrouping - don't deref. a zero pointer

2001-03-02  Tino Rachui  <tra@openoffice.org>  [c63e3fa1bb47f0b2eb1a77010f51f2830303abae]

        *** empty log message ***

2001-03-02  Tino Rachui  <tra@openoffice.org>  [e22fef02d6a2e752d03294969e0887ad1d0eda7c]

        *** empty log message ***

2001-03-02  Sascha Ballach  <sab@openoffice.org>  [683bd5b5b675d3581902f04c9b92f5096743848a]

        split the export and the import in seperate streams

2001-03-02  Christof Pintaske  <cp@openoffice.org>  [27bfa40911fca83451315dc58f6d0af72f2970f2]

        initial release

2001-03-02  Christof Pintaske  <cp@openoffice.org>  [5635e18cd31e238f8fc2e99441be0831c6c6186b]

        added collatorwrapper

2001-03-02  Sascha Ballach  <sab@openoffice.org>  [219ce2c48b90dae223c6266c37301b30892e5276]

        fix a little bug in the sorting of the PropertyStates

2001-03-02  Sascha Ballach  <sab@openoffice.org>  [7afa1885790694084344d8af3c93433c785b53af]

        add root element office:document-meta

2001-03-02  Sascha Ballach  <sab@openoffice.org>  [e4823bce73bc8e602a4061ecbfb97df3b40ca44d]

        document-meta added

2001-03-02  Tino Rachui  <tra@openoffice.org>  [c1ced47500ba8c844366ab5c23d8cdb79a766cb8]

        *** empty log message ***

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [0f5ba7ad503e250de65c626ad2b7ae55393e14bb]

        #84553# lock the AutoSelect when opening a context menu

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [607ca495c7fee3057c55d0327af1aa488ee84000]

        showError: use ShowServiceNotAvailableError

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [2dd7baee1b1a6fad1c3d8b849ec89310971c359b]

        +RID_OPENTABLES_WARNINGS*

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [c1a1598ff000bf412e609c1046f24a1b3a91518f]

        correcting the building of the exception tree

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [5af19ba58e7e04d3ecfc41cd5f1c44ea482f25b9]

        added RID_STR_TRIED_OPEN_TABLE

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [493195b9db6a8adf0a72969f7ff6e609f0a67fe6]

        corrected the resource file prefix

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [012502ca70fdd0d877c1e1836e34e66b96f5aff2]

        +IWarningsContainer

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [a92f9035d18ab4fa472a7fe5b36608823588a61b]

        removed obsolete ids / added RID_STR_TRIED_OPEN_TABLE

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [dccb33ea3e0164e6437c427064a9a526f5e716f7]

        OConnection implements the IWarningsContainer

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [fbd1433a13166219cc63b6a597f74ea37c7ae0e3]

        ::construct: when catching SQLExceptions while constructing a table, supply them as warning on the connection

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [a220cdbc831d7cb9651f27c9b228ee511972ef34]

        ignore errors on refreshPrimaryKeys / refreshForeignKeys

2001-03-02  Michael Brauer  <mib@openoffice.org>  [d636edda6de6e4e66c695d9f7a3d2cd46d857907]

        use different streams for content and styles

2001-03-02  Christian Lippka  <cl@openoffice.org>  [9b2d36cedcd6abbf2b59f79275e04b54ee677481]

        fixed small errors

2001-03-02  Malte Timmermann  <mt@openoffice.org>  [7834d51f8c66b55dfbf1d121c739d44278d82f19]

        changed SvxFontWidthItem to SvxCharScaleItem

2001-03-02  Thomas Benisch  <tbe@openoffice.org>  [98a8a76afcd65888cab58d978f74770aa904d52b]

        added title property

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [df03717c942999e470d7790da23c3656ed93df6a]

        #84577# DatabaseFieldName instead of DatasourceFieldName

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [1eac0150c86abee45f570778eae19dc5fbe75692]

        getXXX methods: don't use NULL terminated strings for empty strings, but NULL instead

2001-03-02  Oliver Specht  <os@openoffice.org>  [23be175fa15f774162d9b687bff8a39952fcc7f5]

        OfaMiscCfg -> SfxMiscCfg

2001-03-02  Oliver Specht  <os@openoffice.org>  [c3876094d346755883af19e98b33987e0c912b3b]

        OfaMiscCfg -> SfxMiscCfg

2001-03-02  Oliver Specht  <os@openoffice.org>  [9dd0113269d02a863972f77e412f81d4d91f9eef]

        OfaMiscCfg -> SfxMiscCfg

2001-03-02  Oliver Specht  <os@openoffice.org>  [0125cbd6f5d27a167ea196c39faaba18a414542f]

        OfaMiscCfg -> SfxMiscCfg

2001-03-02  Andreas Bregas  <ab@openoffice.org>  [ea68094b747825af71d23c75f8402cf2004c9e94]

        listbox/combobox: Check if _popup is NULL

2001-03-02  Oliver Bolte  <obo@openoffice.org>  [eace5d7406c933f4c602aa78c190c6f9c00f9b4b]

        Do not throw when getting Value of NULL value

2001-03-02  Tino Rachui  <tra@openoffice.org>  [d07363cb70cc14428f687c09a6c53b1b4b793071]

        *** empty log message ***

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [767d9665a360f711cc75c1c79a3dba76563395f7]

        DataType:OTHER impl

2001-03-02  Tino Rachui  <tra@openoffice.org>  [553c0ce1a5a0993c7474ad8e7e17f5c99628bbcf]

        *** empty log message ***

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [94fae28251aff5131a7cb3ecf86db792ebd4d924]

        #84519# define removed

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [5e9a9545cd59a0bdd1da7647a0f4c02f2744289d]

        #83782# allow deactivating only when entry is empty

2001-03-02  Niklas Nebel  <nn@openoffice.org>  [28bc9718b2fb34365b10051198d6b9e08e68848f]

        drawing layer tables are kept with the model object

2001-03-02  Dieter Loeschky  <dl@openoffice.org>  [404f535df14439e147be9b251c524a543c29ddb6]

        #83333# Language settings corrected

2001-03-02  jp  <jp@openoffice.org>  [53a3d8608ca961da80e85eda046db0284322c842]

        password change: use sequence instead of string

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [94c804a1477aa5cc4fa7467356e0b8cc3b26fed9]

        #84438# look if the table is new or not alterable

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [59c1b0cb2955b2d6af542cc4c1510bae25a5c360]

        new member for string

2001-03-02  Tino Rachui  <tra@openoffice.org>  [290efa92f75cd11a5406d7a0a152abda3e1f6a9f]

        *** empty log message ***

2001-03-02  Philipp Lohmann  <pl@openoffice.org>  [980be40a08f643ca0046755474f56abb76c38b65]

        removed old alpha/beta/final/nop defines since they conflict with Xrender headers

2001-03-02  Oliver Specht  <os@openoffice.org>  [85d1a68b1143abadca05a25226546dee5ed18d1a]

        extended numbering types available

2001-03-02  Michael Brauer  <mib@openoffice.org>  [8f5bce2190f4930a14d8b2c76598d29122542016]

        load graphics on demand

2001-03-02  Michael Brauer  <mib@openoffice.org>  [2dfa3f0f6307e40ccf8f6ea82b89ee5d78f755a3]

        load graphics on demand

2001-03-02  Oliver Specht  <os@openoffice.org>  [dd6f990c4953007bb7b29a4370dca863d557d476]

        new: numberingtypelistbox

2001-03-02  Oliver Specht  <os@openoffice.org>  [15cd983fee0ec7cb6230646ca3626037964c8c8c]

        ListBox containing all available numbering types

2001-03-02  Herbert Duerr  <hdu@openoffice.org>  [77a756c62424a44a4b0a2dc1ff578f41568a9ee4]

        get rid of signedness warning

2001-03-02  Thomas Benisch  <tbe@openoffice.org>  [4bb76ceaad19dcea194fc83ac999d36301d04ee6]

        clone the dialog model for test mode

2001-03-02  Thomas Benisch  <tbe@openoffice.org>  [a9a8ea4b013cf2e27162167fe9c0ff63ba88e981]

        removed some DlgEdObj constructors

2001-03-02  Tino Rachui  <tra@openoffice.org>  [d37c009feae41006c98e5bc5fc30bea75fd89a31]

        *** empty log message ***

2001-03-02  Thomas Benisch  <tbe@openoffice.org>  [6ab1b8798b0198332c14f0f507b0b9904dcfb3b6]

        moved setting of parent form from factory to DlgEdObj::EndCreate

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [e511e14e5b7f7ca62dca06660ecfdb7121b038d1]

        #84547# indexOf changed

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [c577ada362bf2f7ecee53edd19a61005d001751d]

        #82633# move to last row before inserting a new one (without fetching data of course)

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [3dfeb770af2d07107f7bf9d8765897b49e7e7e88]

        check if memo file exists

2001-03-02  Joachim Lingner  <jl@openoffice.org>  [2aeaad0e5e0e275d53d60e2dbfaa9cfa7732c645]

        Converter for IDataObject and XTransferable added

2001-03-02  Joachim Lingner  <jl@openoffice.org>  [d6ad279e6047009b3d15cf3fb1eb2ec214e66465]

        dnd dependencies have changed

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [c6cbe27c4d4e2d9069a8cabc90b6718d21dda3e3]

        #84530# removed define

2001-03-02  Tino Rachui  <tra@openoffice.org>  [e0b749d070214a82872786ccc2b73824a3925099]

        *** empty log message ***

2001-03-02  Vladimir Glazounov  <vg@openoffice.org>  [ce3d5c94984d6fd462f3e3a71cd57cd5dfbc27ae]

        SRC624

2001-03-02  Andreas Schlüns  <as@openoffice.org>  [ee85d69cb9fc0d37f9498f9f774044d2f6c15af6]

        better debug mechanism for deadlocks

2001-03-02  Tino Rachui  <tra@openoffice.org>  [fe8ed1763470bb8d6b4b02495db5319658d78ffd]

        *** empty log message ***

2001-03-02  Kai Ahrens  <ka@openoffice.org>  [d0137de8927ede088dcae76d0e505f6b91f7364a]

        optimized swap in of GraphicCacheEntries

2001-03-02  Thomas Benisch  <tbe@openoffice.org>  [b3ee936345ef3dbc6bc16bea0cc068cb31128132]

        clone geometry control model

2001-03-02  Oliver Specht  <os@openoffice.org>  [a72594718db2be96e97539a19d4e6d8e2a651ded]

        #84533# XTextRangeMover now optinal

2001-03-02  Tino Rachui  <tra@openoffice.org>  [6832873379db49b2f54755cfdb16147707ff1bfc]

        *** empty log message ***

2001-03-02  Tino Rachui  <tra@openoffice.org>  [25e959ee8118ba36bf35e075a002cc156feecd96]

        *** empty log message ***

2001-03-02  Tino Rachui  <tra@openoffice.org>  [747ced32d877a418bbfb0e6923d80b997241e69c]

        new XFlushableClipboard added

2001-03-02  Andreas Bille  <abi@openoffice.org>  [bc0e7e1d265a3c638d825798b7d6eb27a5317540]

        #84383# Adapting osl::File::move and osl::File::copy to the interface accpepted by the filecontentprovider

2001-03-02  Tino Rachui  <tra@openoffice.org>  [c8774224101b46dabe364aaf2f9ed030255325e5]

        to create a IDataObject from a transferable and vice versa

2001-03-02  Armin Weiss  <aw@openoffice.org>  [f5d89bf69331843da25b016718a40786377fce95]

        #84529# correct gradient rotation for 5.2 and earlier

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [0202f7084e93c630358b25e2e9a9dbbcec00d957]

        #83996# new param for save dlg

2001-03-02  Andreas Martens  <ama@openoffice.org>  [8ecc08db55e6a5f099de847a21d4e68e02abc692]

        Fix #65244#: Right and left pages, virtual page numbering

2001-03-02  Martin Gallwey  <mtg@openoffice.org>  [a500d3ccb6f4b13c156cf3051cf21c07a1e6ceef]

        Fix memory leak

2001-03-02  Martin Gallwey  <mtg@openoffice.org>  [1aa8a3739a75427434074212745d7ffedf56b5a9]

        fix a memory leak

2001-03-02  Martin Gallwey  <mtg@openoffice.org>  [97337253a3b33f93977ca494cd9172c3f85efa60]

        fix a memory leak

2001-03-02  Andreas Martens  <ama@openoffice.org>  [c87ab34342f65452fba5811d4236f2ae54f5dcc6]

        Fix #65244#: Right and left pages, virtual page numbering

2001-03-02  Herbert Duerr  <hdu@openoffice.org>  [50014499a3e713952cbb5f45c3003f32cda8ddb3]

        enable xrender usage

2001-03-02  Herbert Duerr  <hdu@openoffice.org>  [27a728306a209d0a8e0d0896995869048c5e5b82]

        add xrender headers

2001-03-02  Michael Hönnig  <mi@openoffice.org>  [ac3e6ea52f3141b3ca4f1a9ba9dfd85cbd4eb300]

        XShape is now optional because it can only be supported with a lyaout

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [53e84e5b025ea4b16ada6e4ba873218345b3a901]

        #84507# getRow: don't access the caches bookmarks if after-last or before-first

2001-03-02  Andreas Martens  <ama@openoffice.org>  [57dabbd56838b68e1d450be7d68b02b448de36b3]

        Fix #65244#: Right and left pages, virtual page numbering

2001-03-02  Andreas Martens  <ama@openoffice.org>  [03a3677c1ae676830b1619b5ef96ba511e9cfd60]

        Fix #65244#: Right and left pages, virtual page numbering

2001-03-02  Andreas Martens  <ama@openoffice.org>  [1a7ae2937ebb7badae51bcc15d059ec985316825]

        Fix #65244#: Right and left pages, virtual page numbering

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [669eb649d5a43305ff484c389f126ea762c892e7]

        check for correct properties

2001-03-02  Andreas Martens  <ama@openoffice.org>  [dfc2e888e125bc885ad95d9d45031cbd9e0d5fc9]

        Fix #65244#: Right and left pages, virtual page numbering

2001-03-02  Philipp Lohmann  <pl@openoffice.org>  [813dda281eb96c9e060c1184d1a1e87671dafefb]

        in rasterizer case dont mess with the fontpath

2001-03-02  mfe  <mfe@openoffice.org>  [5fbadaef04d3d8a04e864117474e93015ae55c81]

        no exit() but _exit()

2001-03-02  Frank Schönheit  <fs@openoffice.org>  [fc2d8975a2e1229a8a4c7e22998fa679136b1e45]

        #84540# #84541# corrected the Next button behaviour on the first and last tab page

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [b7a4cdd08c31ab198d4e927781e97c1e2b3c55ab]

        #84378# ALIGN is sal_Int32

2001-03-02  Ocke Janssen  <oj@openoffice.org>  [145944ed91d79823adcafb85bb49f82c18136618]

        #83996# change for save dlg

2001-03-02  Sascha Ballach  <sab@openoffice.org>  [fa12a13b4d801afbfd0a60f07c26d3fcf37177a9]

        sort the vector<XMLPropertyState> in case of mnIndex

2001-03-02  Christof Pintaske  <cp@openoffice.org>  [28250999cd382b40e336110573ff059089e9203b]

        #80902# handle ExtTextInput asynchronously

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [56ebd73d8b13111eecc515adc3c51c8f5f707d22]

        Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [a03ddd50b97f45535a0cff268b8e8744941fbc79]

        Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [fe31295811af15fb848d9e276e6f666a882e3e1e]

        Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [f16945969976607274949f89ddfeaf389c5fe217]

        Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [e2efb71af3be53598a4ae78dd145c2567d559736]

        Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process

2001-03-02  Tino Rachui  <tra@openoffice.org>  [46f9afe549487c4070c4bd9b1ae7d6827c941abd]

        *** empty log message ***

2001-03-02  Philipp Lohmann  <pl@openoffice.org>  [98e8cb3d6474aa8394813471528d5e85295eb417]

        kerning with fontsubstitution

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [b2351891a4411e7cca7ff7d218fb330ff967199e]

        More fine tuning of static data member automation for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [c674cca3c1f8b8deab8695cf5e21da71c54da3bd]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [de902f005a6b2a1643c1f5a6e101c063e260ca27]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [44f0511015331c8e92e69faca4e58b17ccfe5a21]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [b1bd79e4f96f8385de8a315156c3f899e447bbef]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [6cd78e8ad64965a88a5f09b50f0bafad6ceed279]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [3e98f487646ca95c70e8a9a4febbac94a8353226]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [08f655f4320f9136e54bbc64345329e398676e6e]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [e6bbfe488360868ce798b45404945e2ef67cff00]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [235898427cb81da0747466c43876e6385b324e06]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [11a0d806d5df3a1c1e1e6176c012a645ed87bc6d]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [fe037024eeac39e73c6b29ba5827f288e6852ede]

        Correct typo in dos: line added in last revision

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [e942f043c51d21983a9ad37737c72030499e7975]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [4fff4fb484579723154f0fe69830d80fac669951]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [49fd83203a8cd9fd09cff78420ea0fe2779011fb]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [f464ee7a131f8ad0dbdc97121025dc0cd5b9bac8]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [915b133f5b80cdb51cb4e3a70034cad984cf6d43]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [21a0ae7c1b17cbdcded0168c639c5648b4ba505f]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [15695197b42ea0463ec9aa6fecfad51f789775da]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [2d4a37ca6bbaf22f52f258c3e8a1580132995aff]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [57f01642f610ef4a19177c8c50e4e8e9d90e95f8]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [328c23fff63cc3b8b32dcb7f732b95995bbd99cc]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [060ae0334eb024f2ca1359528ea15c002ccc3704]

        Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X

2001-03-02  Patrick Luby  <pluby@openoffice.org>  [7bef5fd3b67764fa146d3eb8d12210ce971dd170]

        Added support for unique, non-colliding lib*static*.dylib files for each project

2001-03-01  Patrick Luby  <pluby@openoffice.org>  [d3cacf4eacb236827c755eb2fe13eb3623f68f9f]

        Added back bmp.app package creation line accidently removed in last revision

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [1acec4634095054e800fcc24ca5311dcdb5a5a4f]

        Merge SWT614: 03/01/01 - 23:38:25

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [5fc57d43cd87bcd004578b1e1094f80382ff5dfb]

        Merge SWT614: 01.03.01 - 23:05:32

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [e6593dfbac29d58de62cb072b43cd3def18a6eda]

        Merge SWT614: 01.03.01 - 22:56:14

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [4942da6f059f989c69fe388d74a8ead2064c2f63]

        Merge SWT614: 01.03.01 - 22:54:23

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [2242f2422884c1a5ec1164c39d15669b2a3720ad]

        Merge SWT614: 01.03.01 - 22:53:41

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [0677f557db77db854c0ab89ee45a7195ee82a743]

        Merge SWT614: 01.03.01 - 22:53:21

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [90a000c3dabd66b8780dac4de0e3c2d7a111ffa3]

        Merge SWT614: 01.03.01 - 22:52:06

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [eaa2c279ec79e52dde4fe147928b02262917affb]

        Merge SWT614: 03/01/01 - 22:51:16

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [fc170770af711102de56eb70456e20e6843f2857]

        Merge SWT614: 01.03.01 - 22:49:47

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [0269ebed2421d1aba008b6cd614baea083b4c8a2]

        Merge SWT614: 01.03.01 - 22:49:39

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [cc165c94e292d169f40806c85de3c61f3d0c09a9]

        Merge SWT614: 01.03.01 - 22:49:06

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [aa5a83d3d1e78edb899721aa15aa9be7db1c043a]

        Merge SWT614: 01.03.01 - 22:47:27

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [fcc3844a92b3b9cc4e72000082df6beaf562ee1c]

        Merge SWT614: 01.03.01 - 22:46:58

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [c2e07f5de8546c3d59ab7a33cc532be116063bf7]

        Merge SWT614: 01.03.01 - 22:47:00

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [6ef85ad9246565d5fd6d183fc696c105e11ec5d2]

        Merge SWT614: 03/01/01 - 22:44:49

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [4946bf70197bf2fa9f3b8ff22cd3f908bd95f376]

        Merge SWT614: 01.03.01 - 22:43:57

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [c9990a18619c6384ffbe9f99e1ed3a7df33bf69b]

        Merge SWT614: 01.03.01 - 22:43:41

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [b795e8bd57c4a57d4bd74f6d102b447b03cb5604]

        Merge SWT614: 01.03.01 - 22:42:11

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [00da92586d7693fe895240f609aa95db09f3b913]

        Merge SWT614: 01.03.01 - 22:41:13

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [8d44412dc69f134633f5c7b7c21173cce4aecc6a]

        Merge SWT614: 01.03.01 - 22:40:11

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [4b0d925dd888d4743d29f5706d242074dba5b71c]

        Merge SWT614: 01.03.01 - 22:36:45

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [089f88f95349703d43aa72b07aeed5acfa6ac41c]

        Merge SWT614: 03/01/01 - 22:36:04

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [1cd6dabdc51702ca885b0d0d9d736cf17d4ff93d]

        Merge SWT614: 01.03.01 - 22:36:34

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [48205897ff6bdc158fb6d481db84f548de1709aa]

        Merge SWT614: 01.03.01 - 22:35:50

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [8bd038331c91621b833a804b7dbbaed0a8d1f99e]

        Merge SWT614: 01.03.01 - 22:36:04

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [8096d2d4ce47628e385f17d8c43c5e9ec4f275b0]

        Merge SWT614: 01.03.01 - 22:33:52

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [79862550eff2563a52bafe5653031ef83507cc28]

        Merge SWT614: 01.03.01 - 22:32:48

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [c658a1e65728dbce69e4b6f9934edf45c4138121]

        Merge SWT614: 01.03.01 - 22:31:10

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [1ff485cdafd6d485198a919018877d7c25925fb7]

        Merge SWT614: 01.03.01 - 22:29:57

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [fb6fc5b91018b529fd62ad1f728481eade11ab83]

        Merge SWT614: 03/01/01 - 22:24:50

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [2412ada9a41c183dbc21989b916578fab3fb0aa2]

        Merge SWT614: 01.03.01 - 22:24:46

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [e41b9a98207566ae1f999e4c06072016f03b77ea]

        Merge SWT614: 01.03.01 - 22:24:17

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [20b04f385dcad2461dc38248a3ea8a16c382b8ca]

        Merge SWT614: 01.03.01 - 22:23:07

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [de130c1eba1f6f173dc01424ba8a6887c4b4af78]

        Merge SWT614: 01.03.01 - 22:22:10

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [f5796008d0cf14246f956a4bcd119565c551d3fc]

        Merge SWT614: 01.03.01 - 22:21:14

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [56fff41d357a5d59522b1ff1d4ece826735582f5]

        Merge SWT614: 03/01/01 - 22:16:55

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [712363f2bb14965e0b8539ff8d249acf581c528a]

        Merge SWT614: 03/01/01 - 22:14:13

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [371a6982109f8b63f103f5168907a298b010a971]

        Merge SWT614: 01.03.01 - 22:13:37

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [b7f876699dbfdcc36fc77d553c66029036b4ed85]

        Merge SWT614: 01.03.01 - 22:11:55

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [503643fc3b23226d0ae65c50f7f8029b60dcbd30]

        Merge SWT614: 01.03.01 - 22:11:21

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [a144f8ee3b9f18165744f2028d3616e267004f57]

        Merge SWT614: 03/01/01 - 22:06:28

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [28bbbecaa63d941c5110094ce55dc163919bcec0]

        Merge SWT614: 01.03.01 - 22:07:14

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [af4362af75927ff56ca737428711ee90e1c4b4d8]

        Merge SWT614: 01.03.01 - 22:06:22

2001-03-01  Eike Rathke  <er@openoffice.org>  [5606f1a2e76a635f89bd92de258db887bf505e14]

        #84460# Factor: set errParameterExpected for subsequent ocSep; strip subsequent ocSep in AutoCorrection

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [ea28879154772bfeb9ffc8d1f771a728bbc3b63f]

        Merge SWT614: 01.03.01 - 22:05:29

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [72e32e7fe0091abf15c14183d26135a46fcdb6bd]

        Merge SWT614: 01.03.01 - 22:05:27

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [e3c946661035f1fa9a32b2578634d70534a1374f]

        Merge SWT614: 01.03.01 - 22:02:02

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [0ab5bb1092ce49b9937d81b63794cdfa525d2e51]

        Merge SWT614: 01.03.01 - 21:59:34

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [07f6efe9435b325e0e87a30c43d4378a99eb1394]

        Merge SWT614: 03/01/01 - 21:57:30

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [af23640958f135a5da71af281acd2f1a41c51e70]

        Merge SWT614: 01.03.01 - 21:57:31

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [5ad4cb8842a7cf80bbb31c82ab341cae6e7041ff]

        Merge SWT614: 01.03.01 - 21:56:37

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [1eda7625f3e0164deff221664848f3cd537adf1c]

        Merge SWT614: 01.03.01 - 21:56:06

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [725708b6abfab03fe31abe0276dc801a568f1f00]

        Merge SWT614: 01.03.01 - 21:54:51

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [05a943eede4f2e3c7b0cffd8b3bb92b3fb264e5d]

        Merge SWT614: 01.03.01 - 21:52:17

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [8d42f296dedf37e730fa74751a18094db8e477dc]

        Merge SWT614: 01.03.01 - 21:48:18

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [32022ee513a69c410f4ca6fb99784fa715bbd492]

        Merge SWT614: 03/01/01 - 21:47:54

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [f68e5a189f0419697847ffbd75c34384049ccdd8]

        Merge SWT614: 01.03.01 - 21:47:53

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [35d4bba249b55ad449317e0bf8ce4469a280fcc1]

        Merge SWT614: 01.03.01 - 21:46:59

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [d2680df7f9d2c145f656749977f86c0128b482d8]

        Merge SWT614: 01.03.01 - 21:46:29

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [87eb8d5327271bae9e7a2f8e239e63ef5dc8cce7]

        Merge SWT614: 03/01/01 - 21:45:25

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [7e0b56788d0e4b2660ec7f1aa793f4f26ee7b9ae]

        Merge SWT614: 01.03.01 - 21:45:41

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [84c614c47e3aed17fcba2e2a779b66c5a1c669ca]

        Merge SWT614: 03/01/01 - 21:43:04

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [764c19658b10bce3ba2a96ff92d03275b6a51914]

        Merge SWT614: 03/01/01 - 21:37:07

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [cadb59b9f0d2f45defec1ddc02358ffecf7003c5]

        Merge SWT614: 03/01/01 - 21:28:54

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [67420682c1fb850b11d306045a16f375609ba1a5]

        Merge SWT614: 01.03.01 - 21:27:59

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [80f9fb7b1d48e0d0f66984f316c20f4f71571cbe]

        Merge SWT614: 01.03.01 - 21:24:48

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [655f277b4e05d97a46318b9133051c7c4df71cef]

        Merge SWT614: 01.03.01 - 21:22:56

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [99d61ef6205eb9f1715c44a836253f75157abf73]

        Merge SWT614: 01.03.01 - 21:22:05

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [eaeae30769109a8c1af8c4b0dc105a79ac4b6536]

        Merge SWT614: 01.03.01 - 21:21:26

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [c7683945bc849a964c52ef0cbd1de06fa330f550]

        Merge SWT614: 03/01/01 - 21:19:10

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [09c4c5e189f022874ff5d839e9bee65aef48aac0]

        Merge SWT614: 01.03.01 - 21:19:47

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [21ca56a8696a51572b6035debea4a3329da5b27b]

        Merge SWT614: 01.03.01 - 21:19:32

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [c202ed5c44b487a3225859ebadbc7f3cf3fd4462]

        Merge SWT614: 01.03.01 - 21:17:38

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [4a6bbdac22bfa542d164c921beef678eb7e6c483]

        Merge SWT614: 01.03.01 - 21:15:52

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [ce5f8f79df559fd1e96520e00b0133a943fa94c7]

        Merge SWT614: 01.03.01 - 21:08:50

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [2f2a8afce127951c99dfbca165f3ee1ccf412ca1]

        Merge SWT614: 01.03.01 - 21:07:23

2001-03-01  Eike Rathke  <er@openoffice.org>  [b05c3689c3470a083c7fe356515b7c0ef7b0a219]

        #84460# Factor: set errParameterExpected for ocMissing (Xcl import)

2001-03-01  Eike Rathke  <er@openoffice.org>  [bb0cb80c96df486374b83c52fd1fcd99532a91a6]

        Factor: SetByte(1) as parameter count for functions with exactly one parameter (just in case the interpreter wants it)

2001-03-01  arellano  <arellano@openoffice.org>  [0fd777f4b9a2d1c04ca049e20a1d54d37ddf3cf1]

        Edited by Dennis

2001-03-01  Philipp Lohmann  <pl@openoffice.org>  [7cc6f9fab1668eb25952013d72231fbb3c87f810]

        KernPairs for psprint

2001-03-01  jp  <jp@openoffice.org>  [9ef0fb65c65b1a4a42a1662bcd8613527532e31a]

        Bug #84104#: add negativ left indent of tables

2001-03-01  arellano  <arellano@openoffice.org>  [2db0fb2487a7a54e4861f9a3eaf15261f9d00800]

        Edited by Dennis

2001-03-01  Nils Fuhrmann  <nf@openoffice.org>  [907d64962ab83f6ae4be0900d1274a0fba072be6]

        Method NeedsUpdate() now thread save, needed for async. update of configuration without blocking main threads

2001-03-01  Christian Lippka  <cl@openoffice.org>  [a40d9a448473a7c2a872bfd291ba905ce82fdf20]

        added propertystate

2001-03-01  Christian Lippka  <cl@openoffice.org>  [25bf70908300d962b6f4ccec9d06592280548b0b]

        seperate content stream into content and style stream

2001-03-01  Martin Hollmichel  <mh@openoffice.org>  [efc934a0e84d027dbc8b15890cf0d433c7348008]

        add: experimental mozilla build support

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [6dc4ee31477d37ec4754030f3399339fbb3eda7e]

        Merge SWT614: 01.03.01 - 18:08:43

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [5d17d7fcc0b6989b62b53ca2cfed704e6896594e]

        Merge SWT614: 01.03.01 - 18:07:03

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [3de845f8226093039efc3c185b8c0a009b4ba155]

        Merge SWT614: 01.03.01 - 18:06:17

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [d24a9d6791745cbc89cd4af7f4992961808e7386]

        Merge SWT614: 01.03.01 - 18:05:58

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [b7f98028c02d41c819cbf996c860213e28b8e408]

        Merge SWT614: 01.03.01 - 18:03:26

2001-03-01  Frank Schönheit  <fs@openoffice.org>  [df1dc93d043bad1ff1daec255dcdc91f8d83ba03]

        operator= for SQLExceptionInfo, new ctor for SQLExceptionIteratorHelper, new next method

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [56c916081df4f21f201138d60b8f9b09fdcb790f]

        Merge SWT614: 01.03.01 - 18:00:10

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [194003535291ca826665fff890148262c5983f89]

        Merge SWT614: 03/01/01 - 17:59:23

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [a25e0ceca91f44640a9af2e34f68bfa7fac2990b]

        Merge SWT614: 01.03.01 - 17:59:32

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [aa62737326946dab2980f51372286b5b927dcc7a]

        Merge SWT614: 01.03.01 - 17:58:50

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [f2d18576025691dccb5d377a1cd735df930687ff]

        Merge SWT614: 01.03.01 - 17:57:31

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [74682b2c803546ab851acb6d4e0b8665a7a6d0b4]

        Merge SWT614: 01.03.01 - 17:56:49

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [6fdab9be68678768d660e7c5b3819c96c7d6d697]

        Merge SWT614: 03/01/01 - 17:55:48

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [2b4f98c0af0a231f6f641bc28d6b1eebb24d45e7]

        SRC623

2001-03-01  Mathias Bauer  <mba@openoffice.org>  [ffdab95853333cd1cac5f7e1f428367b46f386d2]

        #84491#: save on existing document does not work

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [437186730347c584beda40c801e393b2952c84dd]

        Merge SWT614: 01.03.01 - 17:51:46

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [44c2c75e706114e39050060acb8f616a8d044e1d]

        SRC623

2001-03-01  Christian Lippka  <cl@openoffice.org>  [20ea3277b813927b6a1f95b22542ef4e7b3b452e]

        seperate content stream into content and style stream

2001-03-01  Oliver Specht  <os@openoffice.org>  [5511fe041c0fd9fb44f134736b59fad65630c908]

        #84236# CreateTextRangeFromPam: in footnote text corrected

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [099747a5777e2c2d83f346459d3998d4a3f5aa02]

        #84513# check if modified flag after execute SAVE

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [f681d13166abc01c46d2e50aebf8f7c030c7799f]

        correct error msg for wrong url

2001-03-01  Daniel Vogelheim  <dvo@openoffice.org>  [af98edd6c759888a0d5c984686e6b781beabbb4f]

        - #84291# fixed: assertion removed (it's legal for the asserted condition to occur)

2001-03-01  jp  <jp@openoffice.org>  [223f9ff3b94626697e21344a1f6ea8183fb4ec2c]

        Bug #84500#: Update - set Redline content indexes into the right node

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [5090653cddaa9defa593e6bb570794c6034bac75]

        #84154# check if connection is null

2001-03-01  Daniel Vogelheim  <dvo@openoffice.org>  [bbc8293936aa127cf09e1616c4b95c5368e51533]

        #84368# - a present for Jogi - changed: order of attributes for endnote/footnote config

2001-03-01  Daniel Rentz  <dr@openoffice.org>  [a50cd1b3f21154f1fa9b7b97f77198c1235f0a0d]

        new calc function ARABIC

2001-03-01  Tino Rachui  <tra@openoffice.org>  [62b1f1f8e8a221b20a9bf0568feffffb6d102ec6]

        *** empty log message ***

2001-03-01  Sascha Ballach  <sab@openoffice.org>  [36b0ed5a96d841e9bbe5a443444baf1888ce4932]

        remove the xml spy comment

2001-03-01  Daniel Rentz  <dr@openoffice.org>  [8d09d0dc729d6367d82be28f5aeb5e9bf225e6c3]

        removed unnecessary friend declaration

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [4a8d85e67458068b6a0cdb7552b976c40cdd9354]

        new version for SRC623

2001-03-01  Armin Weiss  <aw@openoffice.org>  [a3495afffcb7b4723802bd51363998d75bd2b5d5]

        Changed back metafile creation with vertical text duwe to a change from MT. The Outliner::Draw(...) does take the same position as before.

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [b5d013b91c674f0f5097facaed895c9feefaf910]

        #84511# change message

2001-03-01  Sascha Ballach  <sab@openoffice.org>  [8c6823d8deefd63d046da6f99713d73726854544]

        null-year to calculation-settings added

2001-03-01  Sascha Ballach  <sab@openoffice.org>  [d1f730934d1f20187763a936a37e577ada609341]

        null-year to calculation-settings added

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [7f4fcc0fff402eba84abacafa3d6a641c0d25e75]

        #84115# impl as WeakComponent

2001-03-01  Sascha Ballach  <sab@openoffice.org>  [57b9835e711d2ee8f81edb90990a8a9d5a75617b]

        null-year added

2001-03-01  mfe  <mfe@openoffice.org>  [bc55018ea50026ec589cb5c4d9ae08c3a8177d56]

        removed osl_getSymbolA

2001-03-01  Niklas Nebel  <nn@openoffice.org>  [d680a49e842a72988d16f98fcb576bed0a25c95c]

        button distance in app font units

2001-03-01  Thomas Benisch  <tbe@openoffice.org>  [62ac7487861160ed387e0b2176b7065711e9f5a6]

        removed ClassId from geometry control model

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [60dfe3b1b2e0e0077b29cc7bf415043fc15390c7]

        SRC623

2001-03-01  Frank Schönheit  <fs@openoffice.org>  [110956e353933e53a6a2407977b90db9ec41177b]

        #83920# InitController: when calling SetTextFormatted, reset the selection

2001-03-01  Niklas Nebel  <nn@openoffice.org>  [0056d7a0679f435785f1b5b3580a1532d07a17e5]

        edit button is right of background button instead of below it

2001-03-01  Daniel Vogelheim  <dvo@openoffice.org>  [fb3b3f505ad4129b0bfbfe9faeed2725992b59fb]

        - fixed #84481# #84484# : properties for footnote line separator are now sorted

2001-03-01  Eike Rathke  <er@openoffice.org>  [2988d3d52660bf0efa4b639f836ea596ac997b08]

        #60699# never store 0 dimension matrix in old file format, old versions can't handle it. Also, never live without a pMat, create a 1 dimension

2001-03-01  Sascha Ballach  <sab@openoffice.org>  [0c367e3495f9bebf9f68b28dff5df26c22512fee]

        remove warning

2001-03-01  Sascha Ballach  <sab@openoffice.org>  [2e7e4083e89d1b8267e65d1a2106c3c6a41b40f4]

        remove warnings

2001-03-01  Dirk Völzke  <dv@openoffice.org>  [a9625e5b531bf9eca85c8e53309c6ad3241b4fd3]

        use lazy writing for the ConfigurationUpdateAccess

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [6d506e7f7458107a7e4639639467db6ed400952c]

        #83972# assign wrong type

2001-03-01  Frank Schönheit  <fs@openoffice.org>  [7aee681b5590a14d16985864a84b6b214b000e64]

        #83561# surrender: lock the SolarMutex when creating the peer

2001-03-01  Thomas Lange  <tl@openoffice.org>  [7b52608d2924a61462c60867613d487db5cec7c0]

        #84220# AutoSpell: Toolbar button and options synchronized again

2001-03-01  Frank Schönheit  <fs@openoffice.org>  [6c48760989c68a78fd5e2d5a8e60dfbfb4edd159]

        +createTableWindowData

2001-03-01  Frank Schönheit  <fs@openoffice.org>  [102086558874b2b2ec37a3f22eaaeb43e50d6e87]

        use PTR_CAST instead of static_cast

2001-03-01  mfe  <mfe@openoffice.org>  [004173e2a8cc568021cb22f041f78c92caf22054]

        moved struct for NetBSD to semaphor.c

2001-03-01  Sascha Ballach  <sab@openoffice.org>  [2535feaa11c2e20bb8a69ec6708901bf62a15cba]

        add class forward declarations

2001-03-01  Sascha Ballach  <sab@openoffice.org>  [358b6731e3f4cf6ea38f6cd623bee82cc5b8cfde]

        use in the finish methods the new method FindEntryIndex and remove the dependencies in the Maps

2001-03-01  Kurt Zenker  <kz@openoffice.org>  [a58679631bfac2779375f47f15d1d0b19e160c69]

        SRC623

2001-03-01  Sascha Ballach  <sab@openoffice.org>  [57a439b52ab9742003b9479840b3572bc914a572]

        add the method FindEntryIndex (sal_Int16 nContextId)

2001-03-01  Daniel Boelzle  <dbo@openoffice.org>  [25d72a504cc82a799b1f3f1c7e6823062304bb8e]

        removed import/ export of class-id

2001-03-01  Jörg Budischewski  <jbu@openoffice.org>  [5495a63a63a5a0879ef1ac2a5a79ad376cb1c85a]

        io exception now caught during endDocument

2001-03-01  jp  <jp@openoffice.org>  [8caa57deaf549eb488f630b49f22a3c4ef9bf907]

        Bug #74707#: new flag CheckForOLEInCaption

2001-03-01  Oliver Specht  <os@openoffice.org>  [ea61112915fe4d1410d6ad502d51d8ddf7f6fe84]

        State contour dialog: not disabled in if swapped out anymore

2001-03-01  jp  <jp@openoffice.org>  [10ec2f474da7caff4b2dc9fb5c365a16df9d40e4]

        Bug #74707#: use new flag CheckForOLEInCaption

2001-03-01  Oliver Specht  <os@openoffice.org>  [6944164759d26d4c7ae1c5f017d8cbdf4ec9146f]

        #84504# RelativeWidth/Height sal_Int8 -> sal_Int16

2001-03-01  jp  <jp@openoffice.org>  [357f43f60907e9a0d9425ba18c66df473f75a1de]

        Bug #74707#: RequestObjectResize - look for Fly in Caption

2001-03-01  Andreas Martens  <ama@openoffice.org>  [1fd3aff6c64dc549ab9f9db43376a80dc4c4e48e]

        Fix #84176#: Spelling backwards skipped words

2001-03-01  Oliver Specht  <os@openoffice.org>  [2078b251cb32488e9cda6f517158bcb614666529]

        #78473# getPropertyValue completed

2001-03-01  Oliver Specht  <os@openoffice.org>  [9bb3d3be8806c2d2d9f06cf725b964478381c3a1]

        #84421# MergeMailing corrected

2001-03-01  Daniel Boelzle  <dbo@openoffice.org>  [a270394a2f6ef6ef08d10b1badbac180bf50467e]

        applied dialog id

2001-03-01  Daniel Boelzle  <dbo@openoffice.org>  [a648581e3291d161618a06ccb074d9c81daeaedb]

        fixed date-format and time-format attribute values; dtd; tests

2001-03-01  Andreas Martens  <ama@openoffice.org>  [9d203134f74b5f008d8f25fd9030b86400660129]

        Fix #84455#: memory leak

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [9d224223e03124273384b79262e8980eab120b95]

        check postions before asking for bookmark

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [3b88c6b2b0a311ecfb30b8ca7d3d3d6cc40ac973]

        #82628# XParametersSupplier impl

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [4c8ff12a944aaed9a9a125c9930f0195fbabd16d]

        #82628# clear parameters at wrong place corrected

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [ac867626b798e58a5ce7776bb9b07b9e714a75ad]

        #82628# new method for parameters

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [899f0456a852da581b4ed591787de0b47b204f7a]

        #82628# bound parameter rows

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [b626c4477b90f6509db23129a469aa4a9034bd6f]

        #82628# check parameters

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [2b47dfbc575d4f6ce9eaa6838a130a3e2ed58147]

        #82628# new ctor

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [1ea68f3ed3d14de11cd42ecb7f903c49b59985ca]

        some type corrections

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [b589515bb3c4fa1250d69a4f985d01e4b112b19b]

        error msg inserted

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [7cbeb1ea9ecdb80a9b9606189a23018f0d924a85]

        error msg inserted

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [995043d9d8a36f794c3b5d279523dd164a244978]

        error msg inserted

2001-03-01  Vladimir Glazounov  <vg@openoffice.org>  [43e07e66df0b61cd48ef200bb73ddc3ec5bebee0]

        new version for SRC623

2001-03-01  Frank Schönheit  <fs@openoffice.org>  [eef97f7a91dbf4498ab22092acada0723f45bf89]

        #84253# use resolved help ids for slots coming from foreign projects

2001-03-01  Frank Schönheit  <fs@openoffice.org>  [1839d1365095179acbf9342a81c6ec2e46d4fb3f]

        #84253# use the don't resolve the SBA slot ids - use them directly

2001-03-01  Malte Timmermann  <mt@openoffice.org>  [5fa86ed7c1248cc92fe274466d9d812bafea48df]

        ToTop - TOTOP_RESTOREWHENMIN

2001-03-01  Oliver Specht  <os@openoffice.org>  [8ab6f127ae0dcea61960127b8b3ac36851c810cd]

        #84492# FrameStyle->FrameStyleName

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [11ab73f08d7d3f294be40b6761aab96deebddae4]

        #65293# sfx2 depends on xmloff (linking against XMLOFFLIB

2001-03-01  Rüdiger Timm  <rt@openoffice.org>  [b38d56dd596e6ba4c290c9bd7dcb54d5ace9b398]

        #65293# xmloff has to be build before sfx2, and it (hopefully ...) does not depend on lingu

2001-03-01  Thomas Benisch  <tbe@openoffice.org>  [b2ba8bc0bb3fc1965e92aea39e0faeaa6a1521c5]

        added default and unique names, handling of name property changes

2001-03-01  Thomas Benisch  <tbe@openoffice.org>  [99efd68efb72737cdf1d22944e5ef1ec2460e3c9]

        in Delete() method remove control models of marked objects

2001-03-01  Malte Timmermann  <mt@openoffice.org>  [e2b320338b6c3006a36127c1f34fe1b76d214622]

        vertical writing in Polygon

2001-03-01  Christian Lippka  <cl@openoffice.org>  [7a4d2bc1f62d8764f59211ea7c0fc7ebbbca2eb7]

        #84429# fixed setPropertyToDefault and getPropertyDefault

2001-03-01  Björn Milcke  <bm@openoffice.org>  [14e3e876cf9ad1a6e022d5a0a19ff24854a63084]

        #84490# export own table only if SeriesAddresses are not set

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [c9cb91ca94a5255bf77df2fbc14205372c98daaa]

        #84379# SQL must be capital letters

2001-03-01  Patrick Luby  <pluby@openoffice.org>  [d3270f1b5d913c4680dd9d148cdd852fd848bc34]

        Updated cppuhelper rerun of libstatic for Mac OS X now that libstatic is rebuilt only when object files have changed

2001-03-01  Ocke Janssen  <oj@openoffice.org>  [f4815f645afd317fd7eb236de7dcaf0dd7f6e8fe]

        #84433# forget to set a length for the create params

2001-03-01  Kai Sommerfeld  <kso@openoffice.org>  [55d8ead0b5bd58cedfa6f9774f6fce8d70abb890]

        Catch uno::Exception thrown by XMultiServiceFactory::createInstance(...).

2001-03-01  Kai Sommerfeld  <kso@openoffice.org>  [0f3742028b6c883b13aebb1f45f59bf037fa36e5]

        Catch uno::Exception thrown by XMultiServiceFactory::createInstance(...).

2001-03-01  arellano  <arellano@openoffice.org>  [cfde8ecc0fce2aff01d6906fbf3cfd7a30b92277]

        Edited by Dennis

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [d99b6993b749a82332856b4dc0677d37dd61fa9a]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [553ec99586b67f44c508fa15698a4d6502357cd7]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [c25f2df42c15315774e0080b48a4f424a4e84397]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [1da8ea5a05f7150757da029190085be8fae45474]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [449cc53ebf924c1b8df07582566d12f07d81cb5b]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [315c5030b32153a3e9ed945e481e120bd7ffaeb7]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [4f5c3fc721b184e752b96ba3f253dce37ba8daf8]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [73d83eb595c8ebd7fc9931195af81df325eef74b]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [1470338b6db4245310dfe7f097cd890fc20356a7]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [896177df1a5917c17b6de2e67dcc62f8a79c90b3]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [a5c6be691df3df900dd43c1013dcbe95321aec12]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [7357f5f4e8907b378e365299f0bc0c683e2a82f9]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [07f97138753322090899fb61b25070e07bf8da35]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [e4cd4bf8feece728a68a1b58b5cd197db9ade836]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [f71c3b50be1a0f3fe84aa2e96e94f19cd1cc76fd]

        Update for Mac OS X static data member automation

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [f01f55d696ee0b5d2d677629e08d5b6648778979]

        Updated static data member automation to work incrementally instead of scanning all libraries

2001-02-28  Eike Rathke  <er@openoffice.org>  [df9bf7c667155812ba06fc1c2cc1719a3a465d7a]

        #60699# Don't store matrix with more than USHORT max elements

2001-02-28  Eike Rathke  <er@openoffice.org>  [dde153122216955c3a4cfd50bb1321fb5e2f65f2]

        #84359# UpdateChartListenerCollection: it's more complicated, OLE, not OLE, SO6, not SO6, ...

2001-02-28  Niklas Nebel  <nn@openoffice.org>  [17472991d9138113b454f7b7cb8bbfbdffdedf7c]

        #84451# addNewByName: error if any ole object with that name exists in the document

2001-02-28  Hennes Rohling  <hro@openoffice.org>  [4f6becd93ba3c916473ee2276c200c9f0a297ac0]

        #84313# Using Reference can be helpfull! #?@

2001-02-28  Daniel Boelzle  <dbo@openoffice.org>  [0dc97fcedbd8b836f3db6beeec0a2d4514e11cac]

        further impl and bugfixing

2001-02-28  Daniel Vogelheim  <dvo@openoffice.org>  [04ad018a97dd27fa6e10c13c6145823f5791123e]

        - fixed GPF on export of footnote separator (#84481#)

2001-02-28  Malte Timmermann  <mt@openoffice.org>  [2fa8d1367380dab8c1f650af95b4128499ac405b]

        Don't use polygon code in CreateAndInsertEmptyLine, changed CreateLines...

2001-02-28  Sascha Ballach  <sab@openoffice.org>  [e2c63305e5cccb56e69ff9981c9876e5096554a8]

        meta import component added

2001-02-28  Sascha Ballach  <sab@openoffice.org>  [ae09bcc4ace809cbc90d1916fe67b385b7425369]

        import meta with a own component; put shared calls of methos in one method

2001-02-28  Sascha Ballach  <sab@openoffice.org>  [5fbe84279f20ba53e82f5c961f537d5362932de0]

        remove the unneeded constructor

2001-02-28  Malte Timmermann  <mt@openoffice.org>  [6e5f48d128315364c1776e99b70d5b86047c9006]

        PROPERTY_STATE depends on others...

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [314e12bc79953a1be8710d2faed01977695e5b68]

        #84428# SwitchType must allow for an uninitialized pTypeCell

2001-02-28  Daniel Rentz  <dr@openoffice.org>  [51203e75652867c9cf998db1c94f83860c076e97]

        new calc function ROMAN

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [008778519901ba5d1a101e8a8e479045cc83740a]

        convertString: for SHORTs, use sal_Int16 ...

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [e94ac1f8b439e251223f2508252ed054d673202f]

        State/DefaultState are int16-properties

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [ac27f19fd61ca73edfda78839bda933d8181e59e]

        #84315# office:events instead of script:events

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [b268331e2a4e123ea8a825a3e2037fcfd704694a]

        #83583# corrected the spelling, again

2001-02-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f173c7c0e169fa0174ab62aae98171b3ebcf9652]

        extend *.dpsc - .par rule has not source

2001-02-28  Kurt Zenker  <kz@openoffice.org>  [0ccf1e5c3ed3b62273be01d80a176ca2dba1fe0e]

        build list

2001-02-28  jp  <jp@openoffice.org>  [87b236908c7a7ea38669ab9e7975de04672e2bf3]

        Bug #84214#: stream SdrModel with right command sequence

2001-02-28  Daniel Boelzle  <dbo@openoffice.org>  [e6e54c6deaeed94fec25ad706d6ff0e96796a74b]

        debug cases

2001-02-28  Daniel Boelzle  <dbo@openoffice.org>  [e026ffaf6619ea329e2a703d4be49da9b44d1740]

        *** empty log message ***

2001-02-28  Daniel Boelzle  <dbo@openoffice.org>  [c3b9a28f282e0d3bc7219d2d59f5566491fbd8dd]

        optimized inline query interface

2001-02-28  Niklas Nebel  <nn@openoffice.org>  [4fc039fe0a8b530fcc82de1b1007d5b47277f9a6]

        #84412# optimal zoom: handle frozen panes correctly

2001-02-28  Oliver Specht  <os@openoffice.org>  [be7899d2020ca85413170b14f3055cb4c8f971c5]

        #83555# prevent from exporting as character bound frames twice

2001-02-28  Eike Rathke  <er@openoffice.org>  [6c50cb7fb9518be12bdb59949b1010515cf8286f]

        #60699# ScMatrix not limited to 16384 elements anymore, new arbitrary limit of 512k elements

2001-02-28  avy  <avy@openoffice.org>  [dd2cf4050e063461dd0fa7b356d32b3bbef5b68e]

        fixed a linux compiler problem

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [0a136683cae1136d4d6aa9b0f5c675ddd6e1ae88]

        new dir

2001-02-28  Mathias Bauer  <mba@openoffice.org>  [7b7be0e2c39156e3de64306025f3139a27d78d80]

        #84124#: Exists for all protocols

2001-02-28  Sven Jacobi  <sj@openoffice.org>  [b3c7c51c2b38ce3bd5f3cef75125131d8962e9ae]

        deliver FilterConfigItem.hxx

2001-02-28  Sven Jacobi  <sj@openoffice.org>  [dffc9cb60a4c20aef2e0ead415f1419dbb30dc3d]

        added FilterConfigItem - read/write of filter settings

2001-02-28  Oliver Specht  <os@openoffice.org>  [acd2464fc53ac3d591c13676d105e90f9934e2a7]

        #83337# SwXCellRange::getCellRangeByName completed

2001-02-28  Sven Jacobi  <sj@openoffice.org>  [ed86c64b40ca2ca6c5520dc38833230a71fefe4b]

        added FilterConfigItem

2001-02-28  Thomas Lange  <tl@openoffice.org>  [5669b143883e342bf4a9a55bb153ce9ed754b39f]

        #71689# use of SID_SPELL_MODIFIED optimized

2001-02-28  Vladimir Glazounov  <vg@openoffice.org>  [d810defbaaa5c2c9223ef2a0360c9c1549290d5a]

        Extra class declaration is removed

2001-02-28  mfe  <mfe@openoffice.org>  [7a80833b4860456d60a61670c36636e7b3e80912]

        moved _pthread_none_ to mutex.c

2001-02-28  mfe  <mfe@openoffice.org>  [5129c7f504c9ac267bb0b691997a601052e9ffe5]

        - Solaris 2.5.1 hack removed - NOT_IMPL section removed

2001-02-28  mfe  <mfe@openoffice.org>  [e3b668165de29c7733b84182cc8865fb4274a713]

        removed start_srcipt entry

2001-02-28  mfe  <mfe@openoffice.org>  [acac0172ac0f06080aaba96fa29f9eab5df3e21b]

        removed Log entries

2001-02-28  mfe  <mfe@openoffice.org>  [cd90c1a2c3f03a098dd16f2851d82490a3101dfa]

        - removed declarations of SUPD hack too (implementation has been gone) - removed Log entries

2001-02-28  Martin Gallwey  <mtg@openoffice.org>  [256ddbf97d125329502779a3b0556977995a6636]

        Fix a memory leak

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [cc2dbf74eb737e88a5b970541b08616c7b1529ef]

        #84419# nOrderByColumnNumber-values are 1-based

2001-02-28  avy  <avy@openoffice.org>  [63f88f6c62e9decbd4fd824ad995189387b0be20]

        svx_numiten.obj was added to exception library

2001-02-28  Oliver Specht  <os@openoffice.org>  [6b72e497a13974d093f220c7b4370536ee875d7b]

        #83363# cursor config corrected

2001-02-28  Eike Rathke  <er@openoffice.org>  [e513cbb261e7820037705a57921d187625c5a98e]

        for PRODUCT version save memory: typedef BYTE StackVar

2001-02-28  Eike Rathke  <er@openoffice.org>  [b245b158277e30bdee3dc0e9ef466dc4835ca0a3]

        for PRODUCT version save memory: typedef USHORT OpCode

2001-02-28  Christian Lippka  <cl@openoffice.org>  [4ad99671476fad7b96ac624a01a512478addd620]

        #82017# added access to para property map

2001-02-28  Martin Gallwey  <mtg@openoffice.org>  [f895197413f35818fc8d45394cebf356eb4a9015]

        fix a memory leak

2001-02-28  Martin Gallwey  <mtg@openoffice.org>  [2199c032607fd95a490e035aac729467ee0d3a7e]

        Fix a memory leak

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [1904d39ffb9d6f32fe629e1e57330ce8116ee8b6]

        arghh ... smashed the textarea element in 1.4 - corrected this

2001-02-28  Christian Lippka  <cl@openoffice.org>  [1de73f8fca5cde93077d537be7a1c8b88d048d98]

        #82017# had to change text-align and vertical align to textarea-...-align

2001-02-28  Martin Gallwey  <mtg@openoffice.org>  [29160fbed1eeaa44ec3ae69289262f33909045c6]

        Added virtual constructor to fix a memory leak

2001-02-28  Andreas Martens  <ama@openoffice.org>  [9925e4c327e8c115e70a8e964d4953a4844ff75e]

        New: RedlineAttr-flag public

2001-02-28  Christian Lippka  <cl@openoffice.org>  [6ab15405e07e4c03b34c4eaa49f90673aa839626]

        #82017# had to change text-align and vertical align to textarea-...-align

2001-02-28  Martin Gallwey  <mtg@openoffice.org>  [9b72014a137215560caaa4e71493613c5aed661f]

        added floating-frame/plugin/param/applet

2001-02-28  Andreas Martens  <ama@openoffice.org>  [27bef7d09f45466083f0398369fbbfd4e52ec6b7]

        New: RedlineAttr-flag

2001-02-28  Christian Lippka  <cl@openoffice.org>  [ff52f4c946fc6d0756660f828e9d8cde51c4cbec]

        #82017# had to change text-align and vertical align to textarea-...-align

2001-02-28  jp  <jp@openoffice.org>  [904532038872f3306fd89b650cecf88ffbe67ebb]

        remove memory leak: delete pointer in DTOR

2001-02-28  Thomas Benisch  <tbe@openoffice.org>  [258837a29758f148a39396f138c6d9a8ce70d228]

        added additional properties to geometry model

2001-02-28  Kay Ramme  <kr@openoffice.org>  [0ef854ca8e61c7e0b2f8b8260fe627f746533d69]

        sync _jobQueus access; remove JobQueue only if it is a remote thread (#84395#)

2001-02-28  Kurt Zenker  <kz@openoffice.org>  [b2cc4d6994ca99c8798208094f30acd56e5883f4]

        SRC623

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [41fcd06fd2aad52f1ab5f7d8a197faea72fe44ba]

        sdbcx fixes

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [44b4896995f30d9c9b04907cd79c53b9bdc873ab]

        new member for layoutinformation of the relation design

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [f0ebf32cddbdd4d70f9e750ffd49e447ad7d6d60]

        new relation design

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [f9d709f0635e07d36d58bef49c1cfccd19cb60c3]

        new helpids for relation design

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [472302224be4f0dcf9299919b75dfbae219d6ff7]

        new url

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [c1d5dbccf353723e777a0f8710284b8125df8db6]

        relation design changes

2001-02-28  Oliver Specht  <os@openoffice.org>  [0335c32452b61000fb6fc1588c3143ebafcdec7a]

        #84435# ::setPosition: anchor position correctly calculated

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [8c2bf53436630c8685d35c7a4d41fca234190ed1]

        new relation design

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [130a16b3f10358e2ceb4f0b9fe6b17bc6006e695]

        some sdbcx fixes

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [1d8e2404d2253d602052a4bd1511fafcfbcd1888]

        changes for the new relation design

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [2f2ac1c5f26a9948c1d1ffbc6e264e3ecb7dd214]

        new relation design

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [a4517b00b01ff5646d8bc49a0b5a1b882b007d99]

        new relation dialog

2001-02-28  mfe  <mfe@openoffice.org>  [ccafa6c16d2225a11316309cf23b42c7163b82de]

        #84322# : profiling output

2001-02-28  Ocke Janssen  <oj@openoffice.org>  [7f1d7c6a548c03417e9484a915fa7e7d4a2c4d44]

        changes for the new relation design

2001-02-28  mfe  <mfe@openoffice.org>  [4de1d131c0ac103eaeba9a8ca993ff3d03e2dad1]

        #84322# : profiling output

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [2e0cc889c68228113e9d0e07bcdb769a206803e1]

        evaluate the return value of ImplStartColumnDrag

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [94138662db3f25dd40ee714252383e19bf3b4efe]

        finalized the list/combo wizard

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [977a008e1c77763e7c7b2035b9186f705c3260fb]

        ooops did not resolve all merge conflicts

2001-02-28  Frank Schönheit  <fs@openoffice.org>  [af33fe8c9bce794eb916a67c3950b3a8ded74a95]

        added invalidity message - don't throw exceptions from within the table ctor

2001-02-28  Oliver Specht  <os@openoffice.org>  [76105602b4b6a82e16abe24530438e46cb6c83f7]

        size increased

2001-02-28  Oliver Specht  <os@openoffice.org>  [24f8c41b5f81ca33788e9952095275bcdd7746fd]

        #83804# no split in HTML

2001-02-28  Andreas Martens  <ama@openoffice.org>  [51742bbb95d2ccfb7a8e7c5787c5bad92919f7af]

        Fix: Kerning portion in underflow situations

2001-02-28  Andreas Martens  <ama@openoffice.org>  [a9ff71aa51860f09c4713622946e27e001b5225f]

        Fix: Rotated characters and double line attribute confusion

2001-02-28  Andreas Martens  <ama@openoffice.org>  [fe5eaab17b618ecf7813d9c07d15c3e5392b5317]

        Fix #84405#: Hanging punctuation

2001-02-28  Herbert Duerr  <hdu@openoffice.org>  [5f1f7cc534b797076db5ab12f0e85e1ef4102dbf]

        mbNonAntialiased

2001-02-28  Sascha Ballach  <sab@openoffice.org>  [cbca86f07d9ce98ef12dd5760714d09e622561d7]

        import of default styles added

2001-02-28  Sascha Ballach  <sab@openoffice.org>  [c2bda18d768eb79f88eedad50678fdf5e2da8740]

        all member bools take now only one bit

2001-02-28  Sascha Ballach  <sab@openoffice.org>  [97cada06335fcae871379ec67051187b462d542f]

        import of default styles added

2001-02-28  Daniel Rentz  <dr@openoffice.org>  [29ea79553ac2fbd85332e626745903c192b85af8]

        misc. fixes

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [95548c7b5ad2b388f077bf9bf2031ac5f6121d0e]

        Implemented InitSalMain() and DeInitSalMain() functions

2001-02-28  Patrick Luby  <pluby@openoffice.org>  [083ad300b478eb955f399049a26b462b67e77126]

        Added hack for Mac OS X to avoid circular dependency between libstatic and libcppuhelper

2001-02-27  Herbert Duerr  <hdu@openoffice.org>  [0845a680acfb9bd970beec9aab76174b76ed699b]

        dynamic loading of xrender, integration with psprint

2001-02-27  jp  <jp@openoffice.org>  [ad2c13376cdd124a11189579ea31a07c30bb91f4]

        new: Password for single section

2001-02-27  Herbert Duerr  <hdu@openoffice.org>  [6f0b80b715f3656bd5c1346ec37bc20de180706f]

        empty bitmap optimization

2001-02-27  Herbert Duerr  <hdu@openoffice.org>  [741e960ce0113bd706a73bfe22b9dea9948ffba1]

        AddFontFile() for integration with psprint

2001-02-27  Herbert Duerr  <hdu@openoffice.org>  [069ff91997064e8edce7ff64e4e1b0a91b46223b]

        added TestFont()

2001-02-27  Herbert Duerr  <hdu@openoffice.org>  [60347590beac53004c54d3c199ccb0efcc671520]

        some cleanup

2001-02-27  Jörg Budischewski  <jbu@openoffice.org>  [9a04c449f31b7f72e6a36466b0ea14759fe2560e]

        #84322# undo of a wrong commit

2001-02-27  Vladimir Glazounov  <vg@openoffice.org>  [622555dd3ffed6eafda7e1a055900f2006237345]

        removed sim

2001-02-27  Niklas Nebel  <nn@openoffice.org>  [5f219a8340603f2a8743ecaa2abe0eb61ea47994]

        getText for cell: return this

2001-02-27  Niklas Nebel  <nn@openoffice.org>  [f1b8a8dfc7b6cac1b34c63f05b02c4037eb1d760]

        getAnchor: return own text

2001-02-27  Jörg Budischewski  <jbu@openoffice.org>  [d7f1e846a804d95b1c241bda1af3ddd1034c18a3]

        #

2001-02-27  jp  <jp@openoffice.org>  [5d8a5f1bc8bd050a689938c5940f440be85e5643]

        Bug #84246#: SetRowHeight - use ROWFUZZY

2001-02-27  Martin Gallwey  <mtg@openoffice.org>  [22b178f29d2c489f299eb04e75ab1e6ba94df50e]

        remove inline declaration

2001-02-27  Frank Schönheit  <fs@openoffice.org>  [31c596b4888f1750fcf46fbe025efe194da950f6]

        use tryPropertyValueEnum for the ListSourceType property

2001-02-27  Frank Schönheit  <fs@openoffice.org>  [3523943f40b14ef8b9bb395b6c8f830c40a525ff]

        re-enabled the AutoPilot for list/combo boxes

2001-02-27  jp  <jp@openoffice.org>  [cc399c799ed75a5219c800fa580cde56ca464c6a]

        Transliterte: Offsets are inclusive the start position

2001-02-27  Christian Lippka  <cl@openoffice.org>  [0957d082090b057dec2f9a1f0e2142af21694ec7]

        removed use of api for svx light

2001-02-27  Sascha Ballach  <sab@openoffice.org>  [89d1af7d596d3f44c9dbf71fd0453ea24c3398cd]

        export default styles added

2001-02-27  Malte Timmermann  <mt@openoffice.org>  [b502df89ab29542c87add915aafed98ac03a5316]

        Orientation for vertical text objects

2001-02-27  Caolán McNamara  <cmc@openoffice.org>  [717e0f00c64208cfddc8dcdcd5ea62dd02bfb8a7]

        #81314#,#81326# Index fixes

2001-02-27  Daniel Rentz  <dr@openoffice.org>  [3f2aabf4518dd4cc9db11760ce7a303c71216978]

        wrong friend decl.

2001-02-27  Daniel Boelzle  <dbo@openoffice.org>  [8149de215a1ca9bd5368f5398f90f1c8bfb51820]

        corrections

2001-02-27  Thomas Lange  <tl@openoffice.org>  [277091cf078cbafd5acd4fee0c90a6514aa005b2]

        #84328# assertion statements fixed

2001-02-27  Christian Lippka  <cl@openoffice.org>  [308865ee6211bd0e90d1a4651192d045b0b8beaa]

        #82017# added Para properties to graphics property mapper

2001-02-27  Sascha Ballach  <sab@openoffice.org>  [3a1217d92e5f8b540a788ea50a7eec06d986a6ef]

        set the meta stream to not compress and the content stream to the MediaType text/xml (this let the content stream compress)

2001-02-27  Sascha Ballach  <sab@openoffice.org>  [e38614725c7e012d50e510afdd53707f6d68fed6]

        add default font to the font-decls

2001-02-27  Sascha Ballach  <sab@openoffice.org>  [d377bc8b7f24c86e78d9c01b99747f71acc7fa1c]

        add export of default style

2001-02-27  mfe  <mfe@openoffice.org>  [638e1945e5b052a645a118d7c136829ee91f3b5a]

        #84322# : getGlobalTimer

2001-02-27  Jörg Barfurth  <jb@openoffice.org>  [9f630ee522205aff15bba0636590cd6edce5da72]

        #84305# Merge changes back to post-SWT614 trunk

2001-02-27  th  <th@openoffice.org>  [111efaee85eac9849424aa23509c5ce6031fe11e]

        Antialiasing

2001-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4cc22c17e20e8cc4cd6c746a0326703769e3cd9b]

        gross-kleinsrebung fehler beseitigt

2001-02-27  mfe  <mfe@openoffice.org>  [541ea12268c3b4b03c45380eba9518137ba06d41]

        better documentation

2001-02-27  mfe  <mfe@openoffice.org>  [71b96213576a0225c9475c3df80c0b2fb2ec6709]

        better documentation for osl_searchNormalizedPath

2001-02-27  Ocke Janssen  <oj@openoffice.org>  [9a8f7828a2498f073ab91db0dac6dc68ce38909a]

        sqlcontext included

2001-02-27  Oliver Specht  <os@openoffice.org>  [d0f6b815ace2b082ab2777d0ee5a751136aaa270]

        Complete use of DefaultNumbering component

2001-02-27  Caolán McNamara  <cmc@openoffice.org>  [a60bec10a2ba73ab6e9447dab4c3c8c6808e8554]

        convertNumber magically turned into convertDouble yesterday morning

2001-02-27  Daniel Rentz  <dr@openoffice.org>  [027ab1c020f0269afa1837989365436f8aa2286d]

        #84374# border lines of merged cells

2001-02-27  Thomas Lange  <tl@openoffice.org>  [1c55950bda220587f7746622df37abc8bc75b7ab]

        #70880#, #72626#: SwDicListEvtListener removed; SwLinguServiceEventListener new

2001-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6916511ed502985d3abb82d344b917d9d91b7ef3]

        <: is [ under Solaris

2001-02-27  Thomas Lange  <tl@openoffice.org>  [3a50be2ff9d7440d13a9d8e05e8a6bfb70a9476a]

        #70880#, #72626#: xDicListEvtListener member removed; xLngSvcEvtListener added; appropriate interface changes applied

2001-02-27  Christian Lippka  <cl@openoffice.org>  [c1eabf0430df06b41d7b98c46f0d7bde70c965aa]

        SvxNumberFormat has now api interface

2001-02-27  Kurt Zenker  <kz@openoffice.org>  [3d23d070762be139222270983f94b1b0bd3acef4]

        new version for SRC623

2001-02-27  Kurt Zenker  <kz@openoffice.org>  [1d3d0e8e96e352e39b3237323a349e51bc0fb26c]

        new version for SRC623

2001-02-27  jp  <jp@openoffice.org>  [7ef217306a6d46ed8b0a017068333787c231e946]

        move transliteration menu into SVX

2001-02-27  jp  <jp@openoffice.org>  [bf08f0b1f09496eeb110e9494c7361fc94fd345e]

        move transliteration menu into SVX

2001-02-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63a21ddc87d86190c8a4f69f7b4e6e038868b127]

        initializes sparc architecture to V9 if available

2001-02-27  Thomas Lange  <tl@openoffice.org>  [8656416679a5c40a5a0a8676c99a29bebc10582e]

        #70880#, #72626#: force new spelling workaround removed

2001-02-27  mfe  <mfe@openoffice.org>  [ccdf71c514182770966cc7bda1bccb1d83bd672f]

        #82940# #84066#

2001-02-27  Thomas Lange  <tl@openoffice.org>  [e6de12de8935a690161476fd6a4f0b0cd61835cb]

        #70880#, #72626#: Flag evaluation changed

2001-02-27  Thomas Lange  <tl@openoffice.org>  [a935be6cd24165a9dd9cdce02f7444ec4f53b76c]

        #70880#, #72626#: Flushing of events fixed (no empty events)

2001-02-27  Armin Weiss  <aw@openoffice.org>  [e4e014e1413de21655cab5172fc6cc50022f9b42]

        Changed usage of SvXMLUnitConverter::convertNumber(...) to use SvXMLUnitConverter::convertDouble(...) where doubles are used

2001-02-27  Armin Weiss  <aw@openoffice.org>  [bf8e9d8bbcbe1abbd7044f876c273d5b09b4650e]

        Changed usage of SvXMLUnitConverter::convertNumber(...) to use SvXMLUnitConverter::convertDouble(...) where doubles are used

2001-02-27  Jörg Barfurth  <jb@openoffice.org>  [1f00aaa62e1e0dbf202a7a494d730730326c5f7f]

        Correction: Do not print the message type twice

2001-02-27  Thomas Lange  <tl@openoffice.org>  [29fa30eec0f7ff9c59f0d8867daa9fb37d5fa29a]

        #70880#, #72626#: FLushListener now derived from XPropertyChangeListener

2001-02-27  Martin Gallwey  <mtg@openoffice.org>  [99615f243781ca0e865d1a7d1b276407b92344bd]

        Be wary of the evil virtual functions

2001-02-27  Christian Lippka  <cl@openoffice.org>  [1c61feb4ee3a5be26f1928426cadc3a4ade24e27]

        fixed compile problems under solaris

2001-02-27  Kurt Zenker  <kz@openoffice.org>  [a0d8e6981dc45d22bc5c23a03543d406c48c9685]

        new version for SRC623

2001-02-27  gt  <gt@openoffice.org>  [40ffd19b6e6f2a1dc8e73ab2472df92c75064b32]

        +XclAddInNameTranslator::SetLanguage()

2001-02-27  Malte Timmermann  <mt@openoffice.org>  [9d46a16dd02f1b45beeafde16033187c16ce6af0]

        IMPL_XUNOTUNNEL2

2001-02-27  Sascha Ballach  <sab@openoffice.org>  [20052b761ab0542f8a70f88951fa1dc294dc52d8]

        the methods in MyToFilterProperties get return values

2001-02-27  Kurt Zenker  <kz@openoffice.org>  [9041823407938ef6a4170949da1d9d13e7cc7e80]

        new version for SRC623

2001-02-27  Peter Burow  <pb@openoffice.org>  [5f7e0a1af55cdc1e637aa0982f5f0da47672b4c3]

        fix: #81381# StarBasic -> PRODUCTNAME Basic

2001-02-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c8f72a5c78524d86a221f581b20c6e44b26cd095]

        precompiled header for files with exceptions; dependencies when adding interfaces; compiling *.idl with -Pn

2001-02-27  Peter Burow  <pb@openoffice.org>  [36e63cb84629c0dab3a6cec59b8fb374fee981f7]

        fix: #81381# obsolete resources removed

2001-02-27  Björn Milcke  <bm@openoffice.org>  [93c67d3f1fe95d29e072ff0867ebcfa54058ff65]

        Chart CLSID changed (inline string should be replaced by SchXMLImportHelper::getChartCLSID() soon)

2001-02-27  Björn Milcke  <bm@openoffice.org>  [0678284915d9286df75ac8ad79c0e3c833464d7d]

        Chart CLSID changed (inline string should be replaced by SchXMLExportHelper::getChartCLSID() soon)

2001-02-27  Daniel Boelzle  <dbo@openoffice.org>  [8661d7233e9a335588b740133d684188ec28914b]

        further impl; bugfixing

2001-02-27  Juergen Schmidt  <jsc@openoffice.org>  [3b804d88c739c7bd4bb9c3e3f0c197c73fddbfa1]

        change exports, use exports.dxp file

2001-02-27  Björn Milcke  <bm@openoffice.org>  [1cd5fc353a5e0befdb9f703208da945b4fff60d6]

        +getChartCLSID() for container exports to get the CURRENT CLSID of chart

2001-02-27  Caolán McNamara  <cmc@openoffice.org>  [3ab38349329314903fb3e534c828aace08b8575b]

        #74920# enable SdrTextObj to FlyFrame conversion for WW6

2001-02-27  Malte Timmermann  <mt@openoffice.org>  [d2875cf302ad6891c424d4077920429d349b50a3]

        removed comphelper.hxx

2001-02-27  Malte Timmermann  <mt@openoffice.org>  [6bef59c3e506937d654a1326cf9f475905df89e2]

        use unohelper for getting the MultiServiceFactory, not comphelper

2001-02-27  Malte Timmermann  <mt@openoffice.org>  [2e8a5baa096f08a6b134845a65c54c10042026c8]

        unohelper::GetMultiServiceFactory

2001-02-27  mfe  <mfe@openoffice.org>  [dac3a1ef8d46e6528acab6b019686593a9c86fc6]

        #84381# : better documentation

2001-02-27  Kurt Zenker  <kz@openoffice.org>  [d4aa1b9338ee85d47e37de9fad29fcae44320aad]

        new version for SRC623

2001-02-27  Kurt Zenker  <kz@openoffice.org>  [f88625bafccfaa51bb9b2e22d7e11d3e50b03939]

        new version for SRC623

2001-02-27  Oliver Specht  <os@openoffice.org>  [de05d57cb1f785d3c3c17cdc3daf419962b1aff0]

        #82741# Enable image map editor also if graphic is swapped out

2001-02-27  Daniel Boelzle  <dbo@openoffice.org>  [ca355abd8af65f4a3b97569d4c25d2e5b737a36b]

        corrected and  renamed dtd

2001-02-27  Daniel Boelzle  <dbo@openoffice.org>  [2a0296a94735a4fa336358227d59b290893cdebc]

        exception spec

2001-02-27  Jörg Barfurth  <jb@openoffice.org>  [5d96ab72e1f40cf921eb87a717434b3d56ba3f17]

        Forgotten top-level dependency of \util

2001-02-27  Jörg Barfurth  <jb@openoffice.org>  [f46aa8ecd9d4f656a0c36298267b34b0d742927c]

        Add missing directory com/sun/star/configuration

2001-02-27  Peter Burow  <pb@openoffice.org>  [fab236b203ab3fd1c510ff94c4819a7ba1d3026f]

        fix: #81382# StarBasic -> PRODUCTNAME Basic

2001-02-27  Peter Burow  <pb@openoffice.org>  [695e0ee9c832cdc95873f267ff347850381d875e]

        fix: #83237# call SvtInetOptions::flush()

2001-02-27  Kai Ahrens  <ka@openoffice.org>  [2fd5e0d842528cf253c1aea3c5a8664c90c3984e]

        syntax

2001-02-27  Caolán McNamara  <cmc@openoffice.org>  [e7252cf075a0ab9e731539558ac19cddd278b787]

        #84122# Missing Cropping on DirectBLIP import

2001-02-27  Sven Jacobi  <sj@openoffice.org>  [6652c7b6bb2be3fef9f9bbb31186e4a89b957804]

        api changes: removing SetConfigPath

2001-02-27  Eike Rathke  <er@openoffice.org>  [89ad7a6515aa2047731b6bd33e7fc119256c8c3f]

        #84386# don't try to read entire byte encoded file into Unicode strings because no LFs are found ... Also added a "guess code" for preselecting Unicode in encoding list box.

2001-02-27  Christian Lippka  <cl@openoffice.org>  [f7e8341474183eba6990736de542bdd09fd33699]

        removed save from svx light

2001-02-27  Hennes Rohling  <hro@openoffice.org>  [0923751df59a142954643e7ad94b3456d275aa8a]

        Typedef HANDLE for non STRICT mode

2001-02-27  mm  <mm@openoffice.org>  [ef346571e86977bc8812bc02ed7def8692829052]

        initsalmain in ifdef remote...

2001-02-27  Jörg Barfurth  <jb@openoffice.org>  [5ec3f537f225d4ba45b92ff2d1bf5c517ea8ca83]

        Mismatch in Exception specifications

2001-02-27  Sascha Ballach  <sab@openoffice.org>  [5d89889d38c069b08f6f2d9c229b21f7f3501b76]

        remove <xmloff/

2001-02-27  Kai Ahrens  <ka@openoffice.org>  [67d802048792c1a574dbd0339321ced2af461d9c]

        added ../datatransfer/dnd

2001-02-27  Jörg Barfurth  <jb@openoffice.org>  [026020e728e85aabe78d7ee694274db8c826c371]

        Mismatching exception specifications in implCreateDefaultElement

2001-02-27  Tino Rachui  <tra@openoffice.org>  [cb8295e6b8e17dfe04c76a8f2455e9589bd29b05]

        DataFormatTranslator added

2001-02-27  Tino Rachui  <tra@openoffice.org>  [18b05f472b3700a7f8f51b0a99057768a79e4e19]

        *** empty log message ***

2001-02-27  Oliver Specht  <os@openoffice.org>  [958187ee5e80d59cee38927b9fffbdd3f6b8587c]

        #83586# Pool access only if Id <= SFX_WHICH_MAX

2001-02-27  Frank Schönheit  <fs@openoffice.org>  [f5fc0cc4b8acd24ac445ce599ed75f7cf17c6703]

        not sure about the operator precedence ....

2001-02-27  Oliver Specht  <os@openoffice.org>  [124913a75eede473442d459c2bbb23c328eeb16c]

        #83926# CreateFromInt32!

2001-02-27  Oliver Specht  <os@openoffice.org>  [123fdb89fd1893bb77966804ff9b801b4ba8df44]

        #82989# GetCaption corrected

2001-02-27  Tino Rachui  <tra@openoffice.org>  [26dd65bf7ccda05ee0a0078567837c13064e863c]

        *** empty log message ***

2001-02-27  Tino Rachui  <tra@openoffice.org>  [0755f9d4efdfd04f2ce414bb422dba33f27df296]

        *** empty log message ***

2001-02-27  Tino Rachui  <tra@openoffice.org>  [0f7fe2044ee1f4c6f4bbf81cb328922d45668208]

        *** empty log message ***

2001-02-27  Tino Rachui  <tra@openoffice.org>  [93cc1b3ff07ae585df48640d9eeaa76c25c6b029]

        *** empty log message ***

2001-02-26  arellano  <arellano@openoffice.org>  [d534aadb18462d6569dd829eaf990eea573a6a6c]

        Editing by Dennis

2001-02-26  Patrick Luby  <pluby@openoffice.org>  [099d24da05082bb6dcfcaadc1803422ee15ab24a]

        Updates to synchronize Mac OS X build with updates to init-static-template-data script

2001-02-26  Eike Rathke  <er@openoffice.org>  [50d643ddb94f2315bc327abb7b0c072249a23788]

        #84386# ReadLine, ReadUniStringLine: part of performance problems: don't use String::operator+=(char) in loops, use String::Append(buffer,n) instead

2001-02-26  Babak Mahbod  <bmahbod@openoffice.org>  [35fe5f2156df7b3edf60fd8e6bbd01b4536d8aec]

        Updated APIs. Removed dependency on some Carbon APIs that yielded inconsistent results.

2001-02-26  th  <th@openoffice.org>  [0c1dd539b5448a396be65430783fd4bcadd8a64a]

        Better Size/Position for Underline and EmphasisMark in Horizontal and Vertical Layout

2001-02-26  Niklas Nebel  <nn@openoffice.org>  [e1eb395236b0cc56405934ec9f40f7b3432e1e29]

        use GetDialogParent member function instead of local function

2001-02-26  Niklas Nebel  <nn@openoffice.org>  [64327dcd19f4bb06886f29c4bcb100dde8dfb5ef]

        #81888# use EditEngine to draw page number if mixed script types used

2001-02-26  Niklas Nebel  <nn@openoffice.org>  [28c8824d6b5b4a0dcda72b1526c321e91964a8a5]

        #81888# nPageScript

2001-02-26  Niklas Nebel  <nn@openoffice.org>  [e2685b5413f4b909db2c272e3777f4f37032905b]

        #81888# GetStringScriptType

2001-02-26  Kay Ramme  <kr@openoffice.org>  [53a6fd00952dcbd645a57043fd77bc78c0bbd779]

        merged changes from 1.2 - 1.2.4.1 (synchronize incs, decs, _objects)

2001-02-26  Kay Ramme  <kr@openoffice.org>  [446e5876a05c5e05aaedde04be9d64c564a481de]

        merged changes from 1.8.4.6 - 1.8.4.7(synchronize incs, decs, _objects)

2001-02-26  Mathias Bauer  <mba@openoffice.org>  [8f21baa08feb7164e816b3f3769f74cfd0747118]

        #84229#: post activate event after activating

2001-02-26  Mathias Bauer  <mba@openoffice.org>  [94356a4a737e65d6c8383cacf1c3f39d9b93c9c7]

        #84229#: asnychron events for new API

2001-02-26  mfe  <mfe@openoffice.org>  [40fa9a511b9cbd4e176525a694efcce1b0a2185b]

        #82940# #84066#

2001-02-26  Mathias Bauer  <mba@openoffice.org>  [45beb671b679a90f30fd0de24b0aa865036942c3]

        copy OLE substorages as OLE substorage

2001-02-26  mfe  <mfe@openoffice.org>  [ad0bdc51df26281aa3347f03f36b5c2b0fe631e5]

        #84329#

2001-02-26  Mathias Bauer  <mba@openoffice.org>  [fea90b7526ff546ae6a5f36e367de3aad911dedd]

        OLE storages contain only OLE storages, so copy only OLE storages!

2001-02-26  mfe  <mfe@openoffice.org>  [27b99da5a6c7efc2e3bbaf74de49140dbc702922]

        #82940# #84066# #84329#

2001-02-26  mfe  <mfe@openoffice.org>  [beb80f960d90751f8461763bce0a68b834b17fb9]

        #82940# #84066#

2001-02-26  mfe  <mfe@openoffice.org>  [a75d00f144c62e28ae53a8f57e4c97f045a7448e]

        #84329# #83978# #82940# #84066#

2001-02-26  Vladimir Glazounov  <vg@openoffice.org>  [ba4d8e35e58003161e375a04e9c598af870b239f]

        outfont.hxx changed=>need to follow up here

2001-02-26  Joachim Lingner  <jl@openoffice.org>  [c6b72c7ec705565d99515a23996c00d5d5e296b5]

        *** empty log message ***

2001-02-26  Joachim Lingner  <jl@openoffice.org>  [42886d4219fde6972584f1b2b0ffdfb3cdcdf0bd]

        IDropTarget implementation

2001-02-26  Sven Jacobi  <sj@openoffice.org>  [ff07ae23ec73e816125e816250dcb81a81a870f0]

        OUString >> String

2001-02-26  Joachim Lingner  <jl@openoffice.org>  [0ad3728dccd1cf6c83553c2c722194d754136f2c]

        DropTarget does not implement IDropTarget any longer

2001-02-26  Jörg Barfurth  <jb@openoffice.org>  [9024b8f053a4912f648711fd844089b6e4ad8f06]

        Add thread-sensitive tracing

2001-02-26  Ingrid Halama  <iha@openoffice.org>  [f769306b7eaa48c99d5843bd386acafd7fc6e5fa]

        #84327#

2001-02-26  jp  <jp@openoffice.org>  [00fb61fdabfa040430cbe8fdf7d34bc23a0b04ff]

        Bug #82741#: new messageid for swap in of graphics

2001-02-26  jp  <jp@openoffice.org>  [34e77c489e9733c0216b4cf477e015d76c817d2f]

        Bug #82741#: send message if a graphic is swaped in

2001-02-26  Joachim Lingner  <jl@openoffice.org>  [6b84500bd7351d09c89f5bdf9ab161d521817c19]

        DropTarget doesnt implement IDropTarget anymore

2001-02-26  Christian Lippka  <cl@openoffice.org>  [57d6159d076d5f62e2995f942ce2382acc83b4fb]

        #83178# fixed FillBitmapMode property

2001-02-26  Joachim Lingner  <jl@openoffice.org>  [c0777736a5c9e908cde882df0095b03649f79601]

        *** empty log message ***

2001-02-26  Niklas Nebel  <nn@openoffice.org>  [5256220b275a1a403e96c9b35a79356ba6cb18b5]

        #79718# shortcuts for measurement unit and tab stops

2001-02-26  Christian Lippka  <cl@openoffice.org>  [09275ceb88f6df979540920cd109b6f53826bd7c]

        #83178# fixed FillBitmapMode property

2001-02-26  Armin Weiss  <aw@openoffice.org>  [b0c8edcc230a24d6abbc7e1473233278efa55417]

        #83698# enable/disable text anchoring dependent of contour

2001-02-26  Christian Lippka  <cl@openoffice.org>  [bd3fd23d69dcf4206824837c5e71cb050add79ae]

        #83343# added fill-hatch-solid

2001-02-26  Christian Lippka  <cl@openoffice.org>  [5f0c56c35da6cc5ab612331cd12add6e65e5c325]

        fixed syntax errors

2001-02-26  jp  <jp@openoffice.org>  [c4a0083b6e2cdacf4b2348aa6629366014bfff16]

        optimization: use WhichIter in GetState functions

2001-02-26  Jörg Budischewski  <jbu@openoffice.org>  [51b1bda7871001f92b739a880f9a4afb6d5a5678]

        UcbDemo now tries to get some propertyvalues

2001-02-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [81db41e46f1e03197c5cef768d4314ef72efa4fd]

        asm/interlck_x86.s

2001-02-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e1fd9b8e1763d24d33a1b66632a1e6ef2395dbc]

        osl_[increment|decrement]InterlockedCount

2001-02-26  Matthias Huetsch  <mhu@openoffice.org>  [6ab695b7b7eeea0953d4409836d4e24fe6a62155]

        #83978# Replaced '__store_getProcessTextEncoding' by 'osl_getThreadTextEncoding'.

2001-02-26  Matthias Huetsch  <mhu@openoffice.org>  [be3f8ee5e1d704cb991f1f1f4c4b980a84340e61]

        #83878# Replaced '__store_getProcessTextEncoding' by 'osl_getThreadTextEncoding'.

2001-02-26  Oliver Specht  <os@openoffice.org>  [f39119dfb61c8847a76652b61b57dbed433a3ce7]

        #84370# ::group: Check arguments first

2001-02-26  Niklas Nebel  <nn@openoffice.org>  [fd6045eca0145e4789f70e2838843fd6adbdd5c9]

        IsUndoEnabled handling corrected

2001-02-26  Oliver Specht  <os@openoffice.org>  [93880f1f9867f5743de9632a50e28279956978f9]

        #83514# set button state of relative tab position correctly

2001-02-26  Kurt Zenker  <kz@openoffice.org>  [e51c0103c2b416f783a4d48f48ed3ed821d6374f]

        SRC623

2001-02-26  Eike Rathke  <er@openoffice.org>  [43029e56761b8be6d8984b79e7a18084172d21cf]

        #84359# UpdateChartListenerCollection: don't insert manually inserted OLE objects without SomeData1

2001-02-26  Caolán McNamara  <cmc@openoffice.org>  [f85b2389b09ed21d1e6dbd02cd8bcb7606b3fc90]

        Ruby Text Import

2001-02-26  Oliver Specht  <os@openoffice.org>  [0aa07e8e49991bc3ca64d895b71a2400304bce8c]

        #83360# Fax printer configuration and error message corrected

2001-02-26  Martin Gallwey  <mtg@openoffice.org>  [ce61a966b20576927900be7140236632cdcf9bc4]

        Re-make block list to update unformatted-text boolean flags

2001-02-26  Martin Gallwey  <mtg@openoffice.org>  [588afe228481ac9ebbc2a1038c723c4558808ac8]

        fixed replace/replace (text only) and edit (currently only for unformatted text due to some strangeness in stream saving)

2001-02-26  Martin Gallwey  <mtg@openoffice.org>  [571c852f8c4d936f5ce872d71250286926b871b3]

        Added SetIsTextOnly

2001-02-26  Mathias Bauer  <mba@openoffice.org>  [f59be5c73ad8bd307ca54d81c1c7ce40cce3f73e]

        #84307#: fade in beamer if opened first time

2001-02-26  Martin Gallwey  <mtg@openoffice.org>  [16891b31e91072ffabda51601a52ba32f8a3196b]

        added assert for safety

2001-02-26  Martin Gallwey  <mtg@openoffice.org>  [a8f8b1cbe23afacfadb21c9f97a887bf15ffbde3]

        reset pointers to NULL to help debugging

2001-02-26  Kurt Zenker  <kz@openoffice.org>  [0f4d60647b46b5c30ce0c703059c99ec5205623f]

        add XMLSCRIPTLIB

2001-02-26  Mathias Bauer  <mba@openoffice.org>  [93b64950b5013351846aa503738ee433751e7dd6]

        #84266#: CTRL-Enter didn't work

2001-02-26  Eike Rathke  <er@openoffice.org>  [9bff95d3cc5ea075a62006530705ebbca6700eff]

        #84364# CreateToken: svExternal: of course it's a string and not a character ...

2001-02-26  Eike Rathke  <er@openoffice.org>  [546060041e583968b58a125a51fa810177a02d9a]

        #84364# ScMacro:: it's a svExternal and not a svString

2001-02-26  Andreas Bregas  <ab@openoffice.org>  [34199279532be9bc2fa358a21c2d115c8549db0f]

        New functions -> namespace

2001-02-26  Kai Ahrens  <ka@openoffice.org>  [d7937501a65b31674362e6a5413d14ab961f6601]

        added Drag and Drop functionality

2001-02-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [49a5f22c52b83c8b3a00f065be25bc4942ed6562]

        get javadeps to work

2001-02-26  Andreas Bregas  <ab@openoffice.org>  [0a80b9fb1dc36664b199ef6e579e05e477c61ee0]

        Release pDialogContainer

2001-02-26  Andreas Bregas  <ab@openoffice.org>  [845120a54274145036235a86982b393f022b18b1]

        Init pDialogContainer

2001-02-26  Mathias Bauer  <mba@openoffice.org>  [3a9b6ca27cc6a5a37378dbda750d1dd689bb6673]

        default for SubStorages is UCBStorage

2001-02-26  Mathias Bauer  <mba@openoffice.org>  [831096c54a9b243f0fbb4015071017f3b44c62ca]

        temp.fix: fake inserting UCB-storages

2001-02-26  Oliver Specht  <os@openoffice.org>  [3e8cfc5ebf56c2cb8b3497c7191e23461f761b3c]

        #76652# XLinkUpdate implemented

2001-02-26  Mathias Bauer  <mba@openoffice.org>  [6f2dfafc9eb6638047c936c4f6988f2c5ebda958]

        #84124#: allow append mode for saving with GetOutputStorage

2001-02-26  Andreas Bregas  <ab@openoffice.org>  [6fa3cfef47799dc3e662e8799cb52ffa79114e47]

        DialogContainer -> Basic, GetDialogContainer()

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [ee78fbe5f05231f2d71862d56b7983de5b60f227]

        added SdrUnoObj constructor, which takes a multiservice factory (for dialog controls)

2001-02-26  Andreas Bregas  <ab@openoffice.org>  [8646894195304525d4318e1b5e76e983a725f49d]

        Added dlgcont.obj

2001-02-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [37e1f25c0e8b4966478a7f1fa0997257e39b83ed]

        rule for asm/interlck_x86.s

2001-02-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [eda83dd6f23e2b3beb73a181153fd67d4a6a7476]

        assembler implementations for SPARC/GCC and Solaris/X86

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [557ef8dc72f93861e68c20f2973fa82d2f1ff5af]

        added new dialog editor directory

2001-02-26  Andreas Bregas  <ab@openoffice.org>  [47265af771b64ca146520bbbb447c21691bdf66d]

        New method SetDialogContainer

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [d362f7b9a59c0ab01305fa4180bcbc22d169b5bc]

        preparations for new dialog editor

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [a1b1c01827f2393b5958cef26152327cf25ede51]

        property browser

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [77f3977e082fb04b2b5fc4cfe6f0a20cc0049d87]

        dialog editor view

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [8d5b5929641714f0b00e37e0e0e70579f4cb9760]

        dialog editor page

2001-02-26  Herbert Duerr  <hdu@openoffice.org>  [a39315de844ede3ce0c683d14d01a9cff3ca9c47]

        improve symbol font handling

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [76d048d8d1b13c00e5f5c57d67e07b1d6fadc911]

        dialog editor objects

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [217e3833986e02e2bf107e12faea80dccd4ece4b]

        dialog editor model

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [581c9e6345eb1709d4cca0d5829301e75888ddc6]

        listener for property changes

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [ed799bb54c61f8593f93ae9777c33db96dcd99f1]

        dialog editor mouse handling

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [a411bf99d88538bd8c2f5a61700a130c41a7ad64]

        dialog editor factory

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [a975ca59bd68719bea44941b86416608194d4c0a]

        dialog editor

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [3d756cc0bd31ce0e1217a0635d6ab72681d5c717]

        makefile

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [5aa4f5ec581e28d049503fb25ecc5423c72d1123]

        property browser

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [ed8944443afbd19af0892e8a0dd1f1597d65b3c4]

        dialog editor view

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [8e1be69c998a004e2c848238b6e2b138f8c1e0d5]

        dialog editor page

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [cd13eb668f82478f291f28d69aa0edf310af93ef]

        dialog editor objects

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [86c34b504947173cff98cb706d98c72f4ea98414]

        dialog editor model

2001-02-26  gt  <gt@openoffice.org>  [e79140fa4397841621b383b4666b6d79895a61ca]

        typo in XclExternName::=()

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [327a78e961cc2838537c81bb5f4dbec85b6e4cfb]

        listener for property changes

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [3cf803badff66036d321cb82fc1467b0c409d0ab]

        dialog editor mouse handling

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [8847ba15ac35e05faffc355971b3fc2f2d2561fe]

        dialog editor factory

2001-02-26  Thomas Benisch  <tbe@openoffice.org>  [bb0cb938a12a9dc5ae843ab7fce55901ccf51dc7]

        dialog editor

2001-02-26  Armin Weiss  <aw@openoffice.org>  [e479b4c6a973d6f9e8f8ea6547fb588c4adc4afd]

        Changed double import/export to use their own member functions

2001-02-26  Dieter Loeschky  <dl@openoffice.org>  [08d8c9eb8ab37669083f3c7da2bc4a6632c41c8f]

        Vertical AutoLayouts

2001-02-26  Armin Weiss  <aw@openoffice.org>  [27d210ef7fee8c2673931aff25b990a0c54dd812]

        Changed double import/export to use it's own conversion routines so iots more clear what type is used

2001-02-26  Armin Weiss  <aw@openoffice.org>  [79dd2a401cfecdb61137944305f640f9bd28db83]

        Changed import/eport of shape geometry to use transformations or pos/size if possible. Import takes both into account. Units are added to the transform, which is now a draw:transform

2001-02-26  Oliver Specht  <os@openoffice.org>  [563fa5c7e296ecba2cb5d3c513b2264221b6e657]

        #84300# determin invalid DataBase selection and leave field empty if necessary

2001-02-26  Armin Weiss  <aw@openoffice.org>  [d83cd1071336819860e89d9f88fbf89e0d03a840]

        Added special support routines for double import/export

2001-02-26  Armin Weiss  <aw@openoffice.org>  [cc77c4154ac99ca73a3cedfc2f8bb2765dbd4a38]

        Doubles import/export made more clear using own conversion routines

2001-02-26  Armin Weiss  <aw@openoffice.org>  [507acdc5e653705eecba0bac32271d7ba927239d]

        Additions for draw:transform import/export

2001-02-26  Armin Weiss  <aw@openoffice.org>  [39fffb5cd426da926f1299d7a973dcd94222e1b1]

        Added double conversion routines which import/export a unit, too.

2001-02-26  Dieter Loeschky  <dl@openoffice.org>  [235b78cec1c256ed1f72dfff9c2e8df54e2427a6]

        Vertical AutoLayouts

2001-02-26  Andreas Bregas  <ab@openoffice.org>  [abd4d6b9c0c7c371a3828b6a41c340df9b60ede0]

        Added COMPHELPERLIB

2001-02-26  Andreas Bregas  <ab@openoffice.org>  [3250cfc03a32f283118d0ab2dbc77303c6052bd8]

        Functions to import/export from/to Sequence< byte >

2001-02-26  Andreas Schlüns  <as@openoffice.org>  [82453422e57e06e19e1e25b7932bff33a62335e1]

        #84105# & #84106# ask for new filter at later time

2001-02-26  Andreas Schlüns  <as@openoffice.org>  [d6956524113fed793b369a1fbd361c021c1a35f8]

        #84105# & #84106# change converter tables

2001-02-26  Sascha Ballach  <sab@openoffice.org>  [6eff622236ddcbd5c18ae77dfd2eff7690241c65]

        order the items in the maps

2001-02-26  Daniel Rentz  <dr@openoffice.org>  [cf3a34dc4b2b6bbc6e1511042e6cc1bd066bb76f]

        correct id for background graphics

2001-02-26  Dirk Völzke  <dv@openoffice.org>  [bfcc17a954954ca90bd2aeee04a5c8ecb549941b]

        Use the hierarchy service again

2001-02-26  Andreas Schlüns  <as@openoffice.org>  [ca5ed63e3f40581b7efe3c2444922a38fd456fb0]

        add typecfg.cxx for filtercache debug

2001-02-26  Andreas Schlüns  <as@openoffice.org>  [3d80e789f513e81eb5961126d0c1ba488a423a5e]

        add debug methods to check cfg state

2001-02-26  Michael Brauer  <mib@openoffice.org>  [7ff81bd11d294ca385100264271429171abe776d]

        xml filters for templates and global docs

2001-02-26  Michael Brauer  <mib@openoffice.org>  [f11943d61e288786e1713dbc5c3f09178efa40fb]

        xml filters for templates and global docs

2001-02-26  Michael Brauer  <mib@openoffice.org>  [71da723cf2bb8d5500e553150c0dc3f713fcb82b]

        xml filters for templates

2001-02-26  Patrick Luby  <pluby@openoffice.org>  [2ca20d373f175b34d3564f77776bcbb351ba1acd]

        Implemented rules for automatic building of libstatic for Mac OS X

2001-02-26  Oliver Specht  <os@openoffice.org>  [0cf5ea007da7fba6a336c47d8861f00ac93b68d1]

        Complete use of DefaultNumbering component

2001-02-26  Tino Rachui  <tra@openoffice.org>  [f4fb94ce0d211575852dd476f7bf2d07a2c79ba3]

        *** empty log message ***

2001-02-26  Daniel Rentz  <dr@openoffice.org>  [a955e1ae051d06c4d413586912ef381c63dbb7e8]

        bug fix: formula import now uses a different stream

2001-02-26  Tino Rachui  <tra@openoffice.org>  [9431549822f7b3ca3a9061381c95dd70fa01e3a1]

        support for quoted parameter values with spaces added

2001-02-26  Daniel Rentz  <dr@openoffice.org>  [c7fe48e9ee562f37cd6153c8643f7e43df75b145]

        moved help functions to XclImpHelper and ScFilterTools

2001-02-26  Daniel Rentz  <dr@openoffice.org>  [369e59d964253becd8fdb77ad99305d0523f99cf]

        enable/disable stream warnings

2001-02-26  Daniel Rentz  <dr@openoffice.org>  [e05b01908b731c769f049f5685c6d70ad409be59]

        fixed: exit loop on stream read error

2001-02-26  Daniel Rentz  <dr@openoffice.org>  [82cb1397a99ba873176368712ef3f03c452cdca7]

        removed: xcl97exp.cxx

2001-02-26  Daniel Rentz  <dr@openoffice.org>  [10f12271d2921534f48570cda8dd0574e49c7198]

        new Excel export stream class XclExpStream

2001-02-26  Daniel Rentz  <dr@openoffice.org>  [ad6d16c0376894cfa538d16d7cbd312ff840c537]

        misc. defines

2001-02-26  Daniel Rentz  <dr@openoffice.org>  [4fe6455bd9f39608f7c152ce7fd1eb4ff8a74b5e]

        new files: XclExpStream.cxx, XclExpHelper.cxx, flttools.cxx

2001-02-26  Daniel Rentz  <dr@openoffice.org>  [688501a8211fb9d9a94bb4bab390453d50616efb]

        removed #include

2001-02-25  Patrick Luby  <pluby@openoffice.org>  [bfe17d9d87fb6ee239fd49e4e5ccf8fa052c6e54]

        Minor updates

2001-02-25  Patrick Luby  <pluby@openoffice.org>  [073ab7a02c272f75231c4aef64272a7fa4fcfbbb]

        Update SOLARVERSHLLIBS so that it no includes the contents of the *.framework directories

2001-02-24  Patrick Luby  <pluby@openoffice.org>  [eedde0eceb62e12c0f5b91afd7cc02b85a5ff8da]

        Added correction mechanism for undefined static data members during linking of shared libraries

2001-02-23  Patrick Luby  <pluby@openoffice.org>  [8d9bc4c9c12f87560dc1a4c91a04bd22151fb9ab]

        Disabled symbol stripping for Mac OS X

2001-02-23  Christian Lippka  <cl@openoffice.org>  [b45b0a810a6348b6f6d44c27c6d70a62615ce48c]

        #83556# added xml support for XPropertyTables

2001-02-23  Christian Lippka  <cl@openoffice.org>  [136ac3a455f1c94d938379061161e080ab60b224]

        #83556# added xml support for XPropertyTables

2001-02-23  Christian Lippka  <cl@openoffice.org>  [d3063ece00a2331cc9a4b00e78201fa21ceda1b0]

        #83556# added xml support for XPropertyTables

2001-02-23  Christian Lippka  <cl@openoffice.org>  [6fe6e939367ccfc78c252d427b8964b1d5f33b82]

        #83556# need some styles in svx for property export

2001-02-23  Patrick Luby  <pluby@openoffice.org>  [ad6c9e25e6ad5ccd8f5cd9d80029ca457c9da56c]

        Rolled back last changes until we figure out how to properly initialize the AutoReleasePool at the proper time.

2001-02-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [543e104cf7998419165f873a895c39de3beaafe6]

        implement lockless osl_[increment|decrement]InterlockedCount for GCC on X86

2001-02-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [644b87f626f43d8879bc24bf01238d2d54043fcd]

        delete more than a (4dos/win9x) commandline allows

2001-02-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [935c0a8f59dc46cfd6bfa97c511cf577526bf870]

        win9x and winnt share the extension .bat

2001-02-23  Niklas Nebel  <nn@openoffice.org>  [2d304a11f6e2f35f4f2294bcd7a6cf3bd8857366]

        #83918# get product name for generator element from configuration

2001-02-23  Christof Pintaske  <cp@openoffice.org>  [b15e50d9b55debf26ea392cb6e8f86b983793461]

        fix typo

2001-02-23  th  <th@openoffice.org>  [72b3d751713f13e8f54817ec4a08c2e270029a74]

        +Vertical Underline

2001-02-23  mm  <mm@openoffice.org>  [b907a81732b69b16c0d15d171adb95a7eae606d5]

        VCL without main

2001-02-23  Christof Pintaske  <cp@openoffice.org>  [61019b3f4a3b3bed6a64dfd897473530222067c1]

        wrap xwindow system header

2001-02-23  Christof Pintaske  <cp@openoffice.org>  [830f4bc96994977ca0fa25474e8cdca44039ff16]

        get consts right

2001-02-23  Martin Gallwey  <mtg@openoffice.org>  [4f966c13cb91812f9989f352ebbac65018367f05]

        Needed other language entries or StarOffice hangs on startup...these will need to be translated by a professional, as my smoke, mirrors and guess work may have made a mistake

2001-02-23  mm  <mm@openoffice.org>  [76a78375c478f87b7cc2dc3e938947e841958554]

        VCL without main

2001-02-23  jp  <jp@openoffice.org>  [b95a4c0e16916b26187c58622e99a5e0d2cf6e34]

        use new function GetScriptTypeOfLanguage

2001-02-23  Herbert Duerr  <hdu@openoffice.org>  [ba9c804fd93a2e085bae8548472769a0070a51f0]

        allow type1 and optimize

2001-02-23  Gene Anaya  <ganaya@openoffice.org>  [521865191ef2d762561f2ba6e20f720358167886]

        Added dylib to deliver list.

2001-02-23  Gene Anaya  <ganaya@openoffice.org>  [f7d6584bbcb807e591a26cab20c3178648ac7864]

        Added dylib to deliver script.

2001-02-23  Herbert Duerr  <hdu@openoffice.org>  [4096ecd9bb038286a20876eb10e3264f5a625a29]

        cooperate with psprint

2001-02-23  Sascha Ballach  <sab@openoffice.org>  [b093cbae29d7f4bce12f3f3ce2944b3946acd14d]

        fix the bug, that getPropertyStates does not get a sorted Sequence

2001-02-23  th  <th@openoffice.org>  [e3a87e2ffb2ba81688311ddda34ecc7d6f91cdb2]

        +Init Emphasis-Members +Init AntialiasingMode

2001-02-23  th  <th@openoffice.org>  [2064c7912a3ed042407a8fb7e08984192acf1453]

        +Emphasis +AntialiasingMode

2001-02-23  Kay Ramme  <kr@openoffice.org>  [b46cac612d3b9ef44aab86deb060b55800d4aac6]

        don't use any permissions

2001-02-23  th  <th@openoffice.org>  [e2a05f2ed75a47a520f2851ab9686e5d13da9cfc]

        +Set/GetRelief() +Set/GetCJKContextLanguage()

2001-02-23  Niklas Nebel  <nn@openoffice.org>  [232567e2dfdd794defa4a1e4035cde58d70b41b2]

        Issue #459#: Check if repeat area must be subtracted also on first page

2001-02-23  Sascha Ballach  <sab@openoffice.org>  [43f9754887254dbfb84da0c0c37257138f703770]

        add the document protection attributes to the body element. this attributes are currently only used by the spreadsheet application

2001-02-23  Sascha Ballach  <sab@openoffice.org>  [059e7782ff4ef4840007eda602e42c4c6415cbc8]

        add protection defines

2001-02-23  Sascha Ballach  <sab@openoffice.org>  [9b4cf89d4eacfc1d2d5504a45d88b83a82f2c717]

        add SetBodyAttributes method

2001-02-23  Sascha Ballach  <sab@openoffice.org>  [5c080879f18d7a5bc4e5235ca857668f61c2dff1]

        export and import document protection

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [52a40679a295ff5c66f2633b6b2a66954cfe20ba]

        Fixes

2001-02-23  Joachim Lingner  <jl@openoffice.org>  [ba4b239e492c9cd0ed0dec283e8def6a2fa67445]

        OleUnitialize removed from DropTarget::setActive

2001-02-23  Gene Anaya  <ganaya@openoffice.org>  [451266fe16dc37f026f376292c158761ea548a7b]

        Added staticmb.cxx to define static symbols needed for Mac OS X build.

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [8ea1003a82ea143b91e951be7a8a6d887b3d92af]

        import export changes

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [764627a397a1e79e726cc2e5f3284fe15267adf7]

        getSomething overloaded

2001-02-23  Frank Schönheit  <fs@openoffice.org>  [7e35e093e6135ad324653c853b0578d4b3302caa]

        initial checkin - list-/combobox wizard (not comlpletely finished yet)

2001-02-23  Frank Schönheit  <fs@openoffice.org>  [56b4377daf0b8b09c36a90190d14454b8667a6a8]

        some changes / centralizations - added the list-/combobox wizard

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [da632d9f0646653892081e7980f11f41a617b023]

        new enum

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [fb65dcac01ded5ddcff072ec38efbabb54e4ee82]

        import export

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [3cefd538b194fb6c49d5e9223ff89299215965b8]

        some type corrections

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [999603e6120284d730b850560b26bc60625c4a30]

        use namespace

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [4b9641d6aba0141e8681b782d1ff488ede123e7f]

        a lot of import export

2001-02-23  Frank Schönheit  <fs@openoffice.org>  [375094fb1c528c49c06cee2edf98918c80858610]

        loadData: hold the statement as long as the result set is needed/used

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [e35aa8f12e3ca50ceba49f158ef74538ea583309]

        save with cancel!

2001-02-23  Thomas Benisch  <tbe@openoffice.org>  [7f0c9f4be9ee8a30a0e3eb215db4632a1c170f14]

        AnyToString didn't get property id

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [bcf9d1c1dab565e7f0b8683ea354e8e9081adf0a]

        import export dialogs

2001-02-23  Oliver Specht  <os@openoffice.org>  [e8138ed41a43c77c897bef9b0780d1b258f8d59d]

        Issue #413#: use unquoted URLs

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [344bfcdf3ac253b3dcaaff71639d103bc948d1bd]

        check if statement is valid

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [a89970690ab3505e6f1ae5381d61883ba20c4219]

        a lot of import export

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [a474df5ba39495d86270630068f1211a63b4387a]

        import export dialogs

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [f99271dbb45ef2ddb6e0b0eb8ea5316ca1cda461]

        a lot more helpids

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [6f2c17fb8fa7a399accf8865282389743abec1eb]

        Collection now XContainer too

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [cdc7ddb6fc1a1de50acd467b1b96b93bcf50ea6d]

        extra warning in iterator

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [58c237db262fbaefa11ff605b66d1e524a4aa0bb]

        New error enums

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [0e42586ef90e11bcf449836a1b28c0e06f6e669a]

        #83706# predicate check corrected

2001-02-23  Thomas Lange  <tl@openoffice.org>  [e3e4f39a5cd8880956bf264790ad4ab55f3cff3a]

        #84231# IsUpper, IsLower changed

2001-02-23  Martin Gallwey  <mtg@openoffice.org>  [836579751db8fb1bceea1a2f46a640f7cd17885b]

        Added floating frame/plugin/applet import

2001-02-23  Martin Gallwey  <mtg@openoffice.org>  [1a24504aefd28aff05e81e048b6f8eeda9a30acc]

        Added floating frame/plugin/applet export

2001-02-23  Martin Gallwey  <mtg@openoffice.org>  [b68c628e5dd9b9ce8830b93f6cb1a1a1a37b5c69]

        added dummy methods to be over-ridden in sw

2001-02-23  Martin Gallwey  <mtg@openoffice.org>  [c678ccdcfdf07495e5992b7b14412a208f338c5b]

        added import of applets/plugins/floating frames

2001-02-23  Oliver Specht  <os@openoffice.org>  [5a1f70d3963ca904594c64e043e8e473d8f3df2a]

        new: replace as text

2001-02-23  Martin Gallwey  <mtg@openoffice.org>  [7222447f657c25a8eb0f283410977ccc65da3dbe]

        added keywords for applet/floating-frames and plugins

2001-02-23  Martin Gallwey  <mtg@openoffice.org>  [f77d3b99420e0d30b3311eaa6026a988f492fa9d]

        Added import of floating-frames, plugins and applets

2001-02-23  Martin Gallwey  <mtg@openoffice.org>  [4aa793a5588aadcea0160004631b7025d401b9c6]

        Added export of floating-frames, plugins and applets

2001-02-23  Martin Gallwey  <mtg@openoffice.org>  [920f6969c4b8687c67b955b2fe01f0255a7f7caf]

        The UI and API ensure that there are no duplicate entries making this code unnecessary

2001-02-23  jp  <jp@openoffice.org>  [5fb0f7396c6780f77b9782f9c75635abc6f90bd8]

        GetScriptType: assert for wrong indizies

2001-02-23  jp  <jp@openoffice.org>  [9b3a1e9b0c263e94c867b8006eeff87dddb96bce]

        change transliteration from 1-1 to 1-n mapping

2001-02-23  jp  <jp@openoffice.org>  [ec58feb4c91f5f1bd18303102b4eef3645fdd31e]

        change transliteration from 1-1 to 1-n mapping

2001-02-23  Sascha Ballach  <sab@openoffice.org>  [8871053886a8af32767928e21756902ecb595040]

        change table:use-cell-protection to table:protected and table:protection-key

2001-02-23  oisin  <oisin@openoffice.org>  [2fb8975e3c818d55652b775603c9a733fa370afc]

        USE_XPRINT is set to TRUE by default unless --disable-xprint option is given

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [e76a85f68dfaf27f30066afbbd44dc4886441283]

        Generated solar list particle for usage per project

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [e09fed05f86511ed0f8a77e9ae59aef7aa521421]

        Generated solar list particle for usage per project

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [4d7304e3375920bcde16b4bcfb18bb9488694fc7]

        Generated solar list particle for usage per project

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [997cbc77f310de563fbc79a6bf20eb4f8ee7cef6]

        Generated solar list particle for usage per project

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [9cdb631676fd315a32faec05278f8cb98b828e88]

        Generated solar list particle for usage per project

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [b5611cc3b3bf4528ed1034f081c087339e773cf7]

        Generated solar list particle for usage per project

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [9149e9fa269053dee521ce9b9c345453beb659e5]

        Generated solar list particle for usage per project

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [0033892a011f41caf735e9ee81043597de1e35da]

        Generated solar list particle for usage per project

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [ffd650fde0014bef4349eedfbe01c773f279cde3]

        Generated solar list particle for usage per project

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [ff911ee63fabcf435b88f72b27ffbc1cb99c8746]

        Generated solar list particle for usage per project

2001-02-23  Nils Fuhrmann  <nf@openoffice.org>  [36908a2fb6fb47fbd964f1085068dce056f17977]

        Generated solar list particle for usage per project

2001-02-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [17112c1a3528cfd69c75132e0be383bce4f6ed8e]

        solaris/sparc: asm/interlock_sparc.s

2001-02-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [636e117d07a7f9176aa88c1c436dddc1c2880cc0]

        osl_[increment|decrement]InterlockedCount

2001-02-23  Malte Timmermann  <mt@openoffice.org>  [e4e1532eeeee2143c9192753b68406b71d42504e]

        Transliteration

2001-02-23  Niklas Nebel  <nn@openoffice.org>  [3f2228aac8b03a7c94562f2493fcfff0e67d97e3]

        access to pool defaults

2001-02-23  Thomas Lange  <tl@openoffice.org>  [f50b87327aba6d6186702c8c9b927ce6412182a6]

        class SvxJSearchOptionsDialog added

2001-02-23  Malte Timmermann  <mt@openoffice.org>  [180450ba6be5e58ed88b428e6da33a1d83cd3961]

        Transliteration

2001-02-23  Malte Timmermann  <mt@openoffice.org>  [7a48d1980b38cdd9beda2e8686e1340f07dfa224]

        dummy comment (ask HR)

2001-02-23  Malte Timmermann  <mt@openoffice.org>  [b5c2ce8278844b28a11f131d57122426c983cc6f]

        Initial revision

2001-02-23  Thomas Lange  <tl@openoffice.org>  [cdea11a875fc8179d72a01bb435554f5cc80e9b1]

        SvxSearchItem derived from utl::ConfigItem, Notify overloaded

2001-02-23  mfe  <mfe@openoffice.org>  [4a0606bea5b0b0127080d933c6e69da9acafbca9]

        removed not needed define for MAC

2001-02-23  Hennes Rohling  <hro@openoffice.org>  [54d4ca7414722c19c58a6ce9eb466341dcb40586]

        #76253# Use FileStatus to compare only if string compare fails

2001-02-23  Oliver Specht  <os@openoffice.org>  [34d554d442fd35baa717ec3b396b94d744a103d5]

        Complete use of DefaultNumbering component

2001-02-23  Oliver Specht  <os@openoffice.org>  [02255839a51a09caf853c1e6495f01c0e528d4f0]

        XStyleLoader: always use default arguments

2001-02-23  Oliver Specht  <os@openoffice.org>  [4d9df4cef90c6e45ac73d0d581b9550a714a88d1]

        Complete use of DefaultNumbering component

2001-02-23  Oliver Specht  <os@openoffice.org>  [8f221e774f22343e8c5fd833d89f70a9076df23a]

        Complete use of DefaultNumbering component

2001-02-23  dic  <dic@openoffice.org>  [867960f59febfb41f8d36ae5ea5e04010feb362b]

        #82560# osl_trace now behaves the same way as its Unix counterpart.

2001-02-23  Mikhail Voitenko  <mav@openoffice.org>  [b5a84087cb8ade12df013435312fad3ebc1e4576]

        #84160# & #84161# first initialization for the local soffice

2001-02-23  Mathias Bauer  <mba@openoffice.org>  [6f1bc940880fc865451d8c7045d87b47f66a026c]

        syntax

2001-02-23  Frank Schönheit  <fs@openoffice.org>  [0f666ad5e84d7397c1c56b59b491b8a658b0c086]

        small fixes in skip

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [4747ca97feca170fff14f751920ad3f5f6dcdf1a]

        better error message 2nd

2001-02-23  Jörg Barfurth  <jb@openoffice.org>  [390b279f4aa31984cafd10ecd6fe67695a437ffe]

        Optimization: Node caches the name. Related change: ElementTreeImpl now handles renaming - no renaming of non-root nodes

2001-02-23  Ocke Janssen  <oj@openoffice.org>  [db7910d524c14ffa8e03cdded71225993b4861d4]

        better error message

2001-02-23  Jörg Barfurth  <jb@openoffice.org>  [cb0a8b3b30bbf87a7daa1b67127b93928dea5d90]

        NodeChangeImpl::getChangeLocation did not set the changed node correctly

2001-02-23  Jörg Barfurth  <jb@openoffice.org>  [f6571ee99865baffdf42b3329deada0bacf64597]

        #79256# Improved handling of NULL values. Overall modernization of this adapter implementation

2001-02-23  Andreas Martens  <ama@openoffice.org>  [91812b855e9bb5d35cb869ecef3f430c956e7fbc]

        new: GetScalingOfSelectedText

2001-02-23  Caolán McNamara  <cmc@openoffice.org>  [296592a12789ff8495f1617e19105e634f65b76c]

        Test if CJK combined characters are western or asian

2001-02-23  gt  <gt@openoffice.org>  [e40ad41c8e93d9f6af560421ae09c0e086cbd7f4]

        dedicated array ids for neighbored ranges

2001-02-23  Caolán McNamara  <cmc@openoffice.org>  [60cb2c18ab1d6063a43b74fcfe641e4a243720ac]

        CJK MSWord Ruby Export

2001-02-23  Dirk Völzke  <dv@openoffice.org>  [0ad23d3601f67269ec5d64de1796570e333bb215]

        Add new version to version list after copying the old versions

2001-02-23  Jörg Barfurth  <jb@openoffice.org>  [c0b06761cf69578291f9b75a0682b6eff404e169]

        Remove unjustified/unnecessary assumption about ChangingNodeID, which caused assertions and maybe suppressed XCcontainer notifications

2001-02-23  Niklas Nebel  <nn@openoffice.org>  [fe601dbd037f37065441f92f3d072fbdbee4b309]

        don't set meta file mode for drawing background

2001-02-23  Oliver Braun  <obr@openoffice.org>  [ef9cc34e632b6b2c143f447f67cd7e2b9b359391]

        fixed differences in fireDragGestureEvent signature

2001-02-23  Jörg Barfurth  <jb@openoffice.org>  [baf270371605208c0907788c68f1071c6c60f2d0]

        #83999# Some changes were tested only in debug versions and then regarded as 'not changed' when integrated

2001-02-23  Frank Schönheit  <fs@openoffice.org>  [cef0b2ae5ec949209afb2fa7f85beeb422ebf3cb]

        +skip / +implCheckNextButton / +determineNextButtonState

2001-02-23  Sascha Ballach  <sab@openoffice.org>  [5b5bc21cd3c2fb285621106c7269c94869ef2a96]

        change the type of the password Sequence from sal_uInt8 to sal_Int8

2001-02-23  Sascha Ballach  <sab@openoffice.org>  [2593ab88ff3cbf91b9254e3c400f7d94d9df4a61]

        change the type of the encode and decode Sequence from sal_uInt8 to sal_Int8

2001-02-23  Sascha Ballach  <sab@openoffice.org>  [f65512c231e8030b56fc9c895ab02c2985c33953]

        change from sal_uInt8 to sal_Int8

2001-02-23  Patrick Luby  <pluby@openoffice.org>  [941b3dd6313e46be6003b5ba7ca16c1739fcbe17]

        Changed $(GNUCOPY) -pub to $(GNUCOPY) -p so that it will work on platforms where $(GNUCOPY) is set to regular cp

2001-02-23  Patrick Luby  <pluby@openoffice.org>  [6b0600f3ba2fff4177042b598346b59740a80c8e]

        Correct Mac OS X "tempnam" bug

2001-02-22  Patrick Luby  <pluby@openoffice.org>  [f96590142349f679b1b1dc4cff8d3978412413da]

        Disabled symbol stripping for Mac OS X

2001-02-22  Bustamam Harun  <bustamam@openoffice.org>  [cbbf9fc8514ad918a149fd2d4870b591a5251376]

        Add Number to Text transliteration

2001-02-22  arellano  <arellano@openoffice.org>  [84bc865982533a15d04bc1d7dc25ac2e7554d0d6]

        editor test

2001-02-22  Niklas Nebel  <nn@openoffice.org>  [1c27dce1a188c737f72c7bea414fb7f7f776cbe2]

        #84256# InvertSimple: treat first visible row like after hidden rows

2001-02-22  mm  <mm@openoffice.org>  [168a67f4b3ace8c4b46567651429e956547bc1f9]

        VCL without main

2001-02-22  Sascha Ballach  <sab@openoffice.org>  [75ae798f12dfb115259d04aca646942feff3bb04]

        new password added; password is only stored as hash value

2001-02-22  Sascha Ballach  <sab@openoffice.org>  [10feb82a30f13f5348f08d0700b28eaa30902aa3]

        new password added; password is only stored as hash value and is now stored and loaded in xml as base64

2001-02-22  Babak Mahbod  <bmahbod@openoffice.org>  [3851f0f0d809719a5d6d7941fcc2a02f947e64a1]

        Updated PixMap utility APIs.

2001-02-22  mm  <mm@openoffice.org>  [00b17947feb4053ef63d1483d4592e754a7b6168]

        VCL without main

2001-02-22  Sascha Ballach  <sab@openoffice.org>  [451e3ce99f25d53d063a03c182b2d11c043404d8]

        Base64 encoding and decoding added

2001-02-22  Niklas Nebel  <nn@openoffice.org>  [6e43e9e2db1d26bebc3cc1182db720a7218688b5]

        #84203# XStyleLoader: support options arguments

2001-02-22  Sascha Ballach  <sab@openoffice.org>  [c1c44895ab4175868433c43e41b32f388875bf48]

        PasswordHelper added

2001-02-22  Niklas Nebel  <nn@openoffice.org>  [23134681ca481cdbe652b1a500eed30dc0c4ce2a]

        #84203# XStyleLoader argument names

2001-02-22  Sven Jacobi  <sj@openoffice.org>  [31b9bd1c036a51153129e18f557b4489ce571983]

        reading format type that belongs to the filter

2001-02-22  Niklas Nebel  <nn@openoffice.org>  [04641ceef4284e555450dbf8989e7a6dad785fc3]

        #84203# LoadStylesArgs

2001-02-22  Sascha Ballach  <sab@openoffice.org>  [26f9467e11289898e582157df68e54e1434d51dc]

        add a new class which has a static method to convert the given string in a sequence of sal_uInt8, the method encrypt the string with the SHA1 algorithm and writes the hash in the sequence

2001-02-22  Michael Hönnig  <mi@openoffice.org>  [7f95dc3a3c72ef00d705dea6bdf5ed1d17bbec4c]

        deliever regcompare

2001-02-22  Niklas Nebel  <nn@openoffice.org>  [f7152a98579c803eb5b712545b2ca4d91c61029a]

        #84203# LoadStylesArgs

2001-02-22  Jörg Budischewski  <jbu@openoffice.org>  [94146c55dfd7f62030cd68f93d4b7acf97114af2]

        overview added

2001-02-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [556b1a59b6d3bd10916db4849515c8e173411186]

        SPARC osl_[increment|decrement]InterlockedCount for sparcV8 and sparcV9 (sparcv8plus)

2001-02-22  Kay Ramme  <kr@openoffice.org>  [c6811dc6092d0c0834c6253e660c10ce4c5f6e3f]

        merged diff 1.8.4.5-1.8.4.6 (the source environment has to be set, when creating the procol (#82290#))

2001-02-22  Armin Weiss  <aw@openoffice.org>  [9bc5ada6743855e3c001c24add7918058526f0bb]

        XML: make szre at shape import that no scaling of x or y == 0 is used which could only be an error

2001-02-22  Herbert Duerr  <hdu@openoffice.org>  [b9d0ca3c20788afa69fc1c4832697e9119bfe1cb]

        simplify makefile

2001-02-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9f2230780c95f2d5f807b9298c5e91d3f12966d]

        added SPARC assembler files

2001-02-22  Armin Weiss  <aw@openoffice.org>  [2d447cb67544732fa60a6d81e205472695ba6d74]

        XML: Width and Height of draw objects are set to (1, 1) when flags say this should not be exported.

2001-02-22  Martin Gallwey  <mtg@openoffice.org>  [0e6ae40ae769586489b48ca2c41c529b5c47be87]

        Changed SwHTMLApplet_Impl to SwApplet_Impl

2001-02-22  Herbert Duerr  <hdu@openoffice.org>  [bf5b5f4d9b57bc37ac74596218079c9f84690995]

        no X11 on MACOSX

2001-02-22  Oliver Specht  <os@openoffice.org>  [3a8e34475ebccd203db1eefead27bb90cb649b69]

        description changed

2001-02-22  Martin Gallwey  <mtg@openoffice.org>  [c4fd66e8b02cc391160876c55d5b99292ad17875]

        Added SwAppletImpl

2001-02-22  Martin Gallwey  <mtg@openoffice.org>  [9072534e3de8a04f321ae6880f7d29e548762893]

        Changed to use SwAppletImpl

2001-02-22  Martin Gallwey  <mtg@openoffice.org>  [b0b64e0e1dd05a0fed547ed29e9298b42b1d1dec]

        Applet helper class...moved from htmlplug.cxx so that xml import can use it also

2001-02-22  Kurt Zenker  <kz@openoffice.org>  [5a5910cceeb12a08a5b78184849ed1f5f54ff050]

        new version for SRC622

2001-02-22  mm  <mm@openoffice.org>  [4b0b0bef6e9288dd170b8350a53172a1d6ee0b56]

        vcl possibly without main

2001-02-22  Hennes Rohling  <hro@openoffice.org>  [a041cb15df57815ab5278bf8befc64fc00f26e41]

        Prevent include of windows.h

2001-02-22  Eike Rathke  <er@openoffice.org>  [7fd70e753af7944ed3a5d972eb2f63cc5b1460bd]

        MayBeRegExp: including '<','>'

2001-02-22  mm  <mm@openoffice.org>  [109b0e5ea423660e705d51dc7f03ef55ec57ad8b]

        vcl possibly without main

2001-02-22  Andreas Bregas  <ab@openoffice.org>  [f5343df3732268811761bd1f01290fb40e7cc90e]

        Exception specification corrected

2001-02-22  Eike Rathke  <er@openoffice.org>  [1bd59508f59a52c89738c6bbb71fce6925011418]

        removed developer's sloppyness

2001-02-22  Armin Weiss  <aw@openoffice.org>  [17dd6bfdde102e4de107317fc2567fb2787d09c1]

        Added support for Rect_13x13 handles to offer bigger handles for the corner radius of rectangles

2001-02-22  Martin Gallwey  <mtg@openoffice.org>  [b1f0158920c73776fd14b013ea45262c106d6233]

        Added conversion of old autocorrection files into new XML autocorrection files. Note: There is a bug in SfxMedium->GetStorage / SfxMedium->GetOutputStorage which currently prevents autocorrection to work as desired.

2001-02-22  Rüdiger Timm  <rt@openoffice.org>  [81ce1c84dab21314bfb5da7417bfb81bf71d02c5]

        new version for SRC622

2001-02-22  Rüdiger Timm  <rt@openoffice.org>  [91ee8db948dd04cfbfa828aad67bfe16f80ed756]

        new version for SRC622

2001-02-22  Dirk Völzke  <dv@openoffice.org>  [074e2904fae9887e46acb5007d6e39999c9102be]

        Basic events should consist of type, library and macro name

2001-02-22  Dirk Völzke  <dv@openoffice.org>  [4ca6c7769a9a5590f94f2b2d2d2f92768f22e658]

        CreateEventData_Impl(): Basic events should consist of type, library and macro name

2001-02-22  mfe  <mfe@openoffice.org>  [99f3356cc2239968227c6e7daadc67cef44ecbd5]

        little adaptions

2001-02-22  Vladimir Glazounov  <vg@openoffice.org>  [61a05c103b622f2bfae7a0153b6d5f469ff89d25]

        no type difference between product and non-pro

2001-02-22  Kay Ramme  <kr@openoffice.org>  [78ddc5565455bfee47da9371d39779b3721ef58a]

        sal object windows must not be managed else they draw their parent frame to their size

2001-02-22  Ocke Janssen  <oj@openoffice.org>  [d1a18c6071fbfab8d73a4b46c727f66fc84094f8]

        late ctor inserted

2001-02-22  Ocke Janssen  <oj@openoffice.org>  [3440e30efc6769edf117d543458c2af6968c61d7]

        set create params

2001-02-22  Oliver Specht  <os@openoffice.org>  [b6dc8cd3640464a402f0722012f8c0feef3bd633]

        solaris requires second cast

2001-02-22  Malte Timmermann  <mt@openoffice.org>  [9df267549296b8a4f79e543bcd4905db9c97cbcf]

        #84258# HACK: SimpleRegistry can't deal with UNC path names

2001-02-22  Armin Weiss  <aw@openoffice.org>  [851324924e4e6543a72d199bc97550dc5681b221]

        XML: Changed transformation import/export to use size always and positions when there are no shear or rotate values. Else use svg:transform statement.

2001-02-22  Nils Fuhrmann  <nf@openoffice.org>  [4fe6d9ce92f24a2e792fa133d9afd26bbeba0953]

        Fixes for reload of new solar list particles

2001-02-22  Oliver Braun  <obr@openoffice.org>  [dbf0d14f0c2d2487faea8527535c652d2101b084]

        added filter for DND files

2001-02-22  Armin Weiss  <aw@openoffice.org>  [931a2089e0b74c965c63a6ec68effc8d81b7c987]

        XML: Corrected errors in using shear; there needs to be the tangent feeded to this function

2001-02-22  Hennes Rohling  <hro@openoffice.org>  [154d7d5dff8ab07665cc17765be231766437b845]

        #84621# Disable CommandAbortexception as workaround

2001-02-22  Sven Jacobi  <sj@openoffice.org>  [207e171f99cc3bf8adb51af78524c6c64c5f8e4d]

        GraphicFilter api changes

2001-02-22  Sven Jacobi  <sj@openoffice.org>  [ee6f373993c1e4e04c3734beabd073d30a319b7f]

        changed method: GetImportFormatNumber to GetImportFormatShortName

2001-02-22  Sven Jacobi  <sj@openoffice.org>  [70188dadb803216ab2cdf7eba2a1f76459622a67]

        using FilterConfigCache, removing things that belongs to the old install.ini

2001-02-22  Sven Jacobi  <sj@openoffice.org>  [6228e6ace845efdae8f7850ac23836df983b1b9a]

        added FilterConfigCache

2001-02-22  Sven Jacobi  <sj@openoffice.org>  [9e22ddaf1abf5d2038913c72df54208abc147f05]

        new cache for the information provided by the FilterFactory

2001-02-22  Kai Sommerfeld  <kso@openoffice.org>  [eb2ab8d9dcc9de4351b6a59f96706aeefeedfd5f]

        #83832# - Fixed Content::setPropertyValues(...). Generated           PropertyChangeEvent.OldValue contained the new property value!

2001-02-22  Kai Sommerfeld  <kso@openoffice.org>  [6d2ca57e72ac7422a4458296bafa2b4c20616c79]

        #83832# - Fixed Content::setPropertyValues(...). Generated           PropertyChangeEvent.OldValue contained the new property value!

2001-02-22  Kai Sommerfeld  <kso@openoffice.org>  [3a9c0f59d010e0aef5af831da866f6933d502afc]

        #83832# - Fixed HierarchyContent::setPropertyValues(...). Generated           PropertyChangeEvent.OldValue contained the new property value!

2001-02-22  Peter Burow  <pb@openoffice.org>  [722f13e568ac2faa5b4c98398b164de417cd744f]

        fix: #83845# #83843# #83869# more preview updates

2001-02-22  Christian Lippka  <cl@openoffice.org>  [bb2c6092d903f5b570a9e2b249834ac76ff4350b]

        added ole support

2001-02-22  Kai Sommerfeld  <kso@openoffice.org>  [65b469fc08caaa6ad486273cb37011522716a9f9]

        Documentation.

2001-02-22  Hennes Rohling  <hro@openoffice.org>  [5d0d2344d9735caf535632a289dfa59013eaff61]

        #76253# Normalize path before resolving

2001-02-22  Thomas Benisch  <tbe@openoffice.org>  [be13a7c0261488219ac017e45cb702e695e9a022]

        added properties for dialog controls

2001-02-22  Mathias Bauer  <mba@openoffice.org>  [943f1ab59d792e70944437d47112480fb7aabc92]

        bugs in SetClassId

2001-02-22  Mathias Bauer  <mba@openoffice.org>  [fedd0884487cef6e1a1ebf5a3e0e80293868980f]

        filters must have FILEFORMAT_50 as default, otherwise alien formats may get wrong storages

2001-02-22  Sascha Ballach  <sab@openoffice.org>  [caa9f7a0e37009b5b0733718f44e7dc94a63096e]

        add view settings import; to do: set the settings on the view, but this depence on how we handle more than one view thats why I have to do this later if we have decided this

2001-02-22  Gene Anaya  <ganaya@openoffice.org>  [f57599b5750b0edf512e1c5dd1e3dd4932e1ec14]

        Add staticmbstatbar.cxx with static symbols for Mac OS X build.

2001-02-22  Gene Anaya  <ganaya@openoffice.org>  [6ace775a7ecc835111c3050466149b3aae69b098]

        Add staticmbview.cxx with static symbols for Mac OS X build.

2001-02-22  Gene Anaya  <ganaya@openoffice.org>  [3363c28ab0c57f3416c3d6e80006ae07c53ecbd4]

        Add staticmbappl.cxx file for static symbols needed in Mac OS X build.

2001-02-21  Rüdiger Timm  <rt@openoffice.org>  [826e4f9704bcea3645cea0700c12f3da368a0d91]

        SRC623

2001-02-21  Daniel Boelzle  <dbo@openoffice.org>  [be442862608fdff54bd1b5e3d2568f1498ebc424]

        further impl

2001-02-21  Daniel Boelzle  <dbo@openoffice.org>  [19196379120685ee6a17e63f4d329fa39b2e51b1]

        new

2001-02-21  Daniel Vogelheim  <dvo@openoffice.org>  [5c5f3a8988f944171146ffae1f4a2d6e27eedcf7]

        - fixed: setting ruby attributes now works

2001-02-21  Babak Mahbod  <bmahbod@openoffice.org>  [f2035a4d77ef4e64bab259d52aeee0eac5dc6f3b]

        New data members added for port's pen attributes. New data members added for PixMap states. All appropriate APIs updated.

2001-02-21  Daniel Vogelheim  <dvo@openoffice.org>  [cd3952c4d9ae60c8cca88edfb66ba7298e5a5183]

        - fixed: ruby property states

2001-02-21  Daniel Vogelheim  <dvo@openoffice.org>  [f05fb061805699b0cb121562af4d3db7dcb12254]

        - fixed: ruby attribute

2001-02-21  Daniel Vogelheim  <dvo@openoffice.org>  [06a076334d7ef11b3d231c21630ca91b784cca01]

        - added: export of rubies and ruby styles - added: import of rubies completed

2001-02-21  Daniel Vogelheim  <dvo@openoffice.org>  [a18bcee9923551661df6616f409e0e3684e095f8]

        - added: import and export of document events

2001-02-21  Daniel Vogelheim  <dvo@openoffice.org>  [e4c5be3d857aed68299537e2b967acffe804edd8]

        - changed: data style now first attribute in text and date fields (a present for Jogi)

2001-02-21  Hennes Rohling  <hro@openoffice.org>  [a78f337e122c4fb86ebc2efd20ed37f1b7dbd8fb]

        Macros for main() definition added

2001-02-21  Daniel Vogelheim  <dvo@openoffice.org>  [461707ca6d64a068bc62f2b3bea028a3d708345a]

        - added: export and import of footnote properties in page styles

2001-02-21  Eike Rathke  <er@openoffice.org>  [b0fa32d0afbd3bc0d2d15ea465c29b391610b9f8]

        new class ScToken and derived

2001-02-21  Sven Jacobi  <sj@openoffice.org>  [c61bba8445848478e48652735c9705309af633e7]

        class GraphicFilter is now using the xml configuration management and will not need the install.ini anymore

2001-02-21  Eike Rathke  <er@openoffice.org>  [d521b08f678450801e66c9a9f6bb17277281333f]

        header split and ScToken --> ScRawToken, ScDoubleToken --> ScDoubleRawToken

2001-02-21  Eike Rathke  <er@openoffice.org>  [9500f84ad306604a5ff267c4e0b28d00b550c2a0]

        RefData splitted from compiler.hxx

2001-02-21  Eike Rathke  <er@openoffice.org>  [4c22b2329a9afddcf0808fb90399f392caaf03ac]

        OpCode splitted from compiler.hxx

2001-02-21  Niklas Nebel  <nn@openoffice.org>  [72f136f2dd7685ea69fadc342f8cf4e2de54a2a2]

        #84197# PasteDataFormat: also test for old calc formats

2001-02-21  Christian Lippka  <cl@openoffice.org>  [2f147dbea05ca73e332ec21ed05bab2cd93f63b3]

        added api friendlier interface

2001-02-21  Christian Lippka  <cl@openoffice.org>  [50063bb8abe5e726d79ab61cac1bca72514909f3]

        added ole2 support

2001-02-21  Christian Lippka  <cl@openoffice.org>  [cbd8e4d144757f40b75063bb4ab0e13ca2cfaad0]

        added VisibleArea and MapUnit properties

2001-02-21  Philipp Lohmann  <pl@openoffice.org>  [3d3f8a7e29b3d1460ba1633e6300998deab1c9d4]

        #267# changes to fullscreen mode

2001-02-21  Philipp Lohmann  <pl@openoffice.org>  [e7ce5c6aec8a956f8e14ae00772fceeb5631c4ec]

        removed some test code

2001-02-21  Andreas Bregas  <ab@openoffice.org>  [9fdab163069206ef84aa317efe88b2984d522340]

        Implementation of XScriptEventsAttacher

2001-02-21  Andreas Bregas  <ab@openoffice.org>  [2209acdf3ad60636033d73f0ad81902a36ac0ccb]

        eventatt.cxx added

2001-02-21  Andreas Bregas  <ab@openoffice.org>  [aabf194b5f530ba3448938c1683f67b317fdd3f4]

        Container for event descriptions

2001-02-21  jp  <jp@openoffice.org>  [5fbb4c4c83bfcf19f5291da06a3f9f5496cfc400]

        use GetLang of the TextNode

2001-02-21  jp  <jp@openoffice.org>  [d9188c1e6a91fd747160938552da249050c2d27a]

        use GetCurLang form the EditShell

2001-02-21  jp  <jp@openoffice.org>  [c5d1b0c2438782f0a05c6c2f88b575bd93023b8b]

        use new function GetWhichOfScript/GetScriptTypeOfLanguage

2001-02-21  Andreas Bregas  <ab@openoffice.org>  [43770e70330eb6fbc28403c788fba1622e9ccf2c]

        eventcontainer.cxx added

2001-02-21  jp  <jp@openoffice.org>  [d1d920a164462649e9b3ae9d1b200f614cd1333c]

        new: GetScriptTypeOfLanguage

2001-02-21  Andreas Bregas  <ab@openoffice.org>  [a0fd1987eaa6b6da09822ca3cb3cdab875352e66]

        Support for XScriptEventsSupplier added

2001-02-21  Andreas Bregas  <ab@openoffice.org>  [bf7ac85f586198441fb92e61d446b9866747e134]

        Container for event descriptions

2001-02-21  Philipp Lohmann  <pl@openoffice.org>  [00e5f2add5944a0c7483e3e214e09834afcdb115]

        #267# if fullscreen make dialogues appear on top

2001-02-21  Andreas Bregas  <ab@openoffice.org>  [64665a49a31706caaf38aae6e49c78df454c246b]

        Support for XScriptEventsSupplier added

2001-02-21  Andreas Bregas  <ab@openoffice.org>  [3ad81c8faf3536fcb0f7125132e8812cea521df7]

        New interfaces XLibraryContainer, XScriptEventsSupplier, XScriptEventsAttacher

2001-02-21  Andreas Bregas  <ab@openoffice.org>  [fccdc8df942d702b204378b792d8a9c41480d810]

        Interface to attach script events

2001-02-21  Philipp Lohmann  <pl@openoffice.org>  [77da2aa58b69e6cb2095bce1c0406d5687ea57ee]

        handle terminated strings as well as unterminated

2001-02-21  Andreas Bregas  <ab@openoffice.org>  [5b60de40c90e1f23844000dc4014ff457ffc02db]

        Interface to access event descriptions

2001-02-21  Niklas Nebel  <nn@openoffice.org>  [5b54c36888517a22d060e78d668949e7ec82c30b]

        queries re-activated

2001-02-21  Dirk Völzke  <dv@openoffice.org>  [8e236024baf2af5f13db38b2de659dc4798e330a]

        #84178# Get the solar mutex before using the resource system

2001-02-21  Oliver Braun  <obr@openoffice.org>  [3c2840a5a4e3ec3300c6e10c59bdd825346248ef]

        added datatransfer api

2001-02-21  Dirk Völzke  <dv@openoffice.org>  [55f4dac0b5673b16c9ee70db464dcf6c2621508d]

        Added namespace FRAMEWORK

2001-02-21  Dirk Völzke  <dv@openoffice.org>  [73d2392cb956d02442c6c0bcbf75814e35deba50]

        added defines for the version list

2001-02-21  Oliver Braun  <obr@openoffice.org>  [7080f9174a8c456b15e60ba8fa6d26384e8bcde6]

        dnd test app

2001-02-21  jp  <jp@openoffice.org>  [337e0de7ab4b649c3936e2cf9c4ba1cf2450596d]

        missed return added

2001-02-21  Andreas Martens  <ama@openoffice.org>  [73a60024edde512024ecdb2e93378fcc4fccdd1b]

        Fix #82998#: Fieldportions and follows

2001-02-21  Christian Lippka  <cl@openoffice.org>  [170f000e22a47d9eb3fd495b4847319fbfc9b1a9]

        added MeasureUnit constants

2001-02-21  Peter Burow  <pb@openoffice.org>  [779f640a55e754453f9396e3d5c46646597785b9]

        fix: #84180# feed SfxContentHelper with URL only

2001-02-21  Niklas Nebel  <nn@openoffice.org>  [a4ddd8b1fa7870f3fa33a1bf9ab097d0be0f3b3c]

        set length in generation of column names

2001-02-21  Caolán McNamara  <cmc@openoffice.org>  [6b8c452138e16541ae46a27e5a4df65adfa3a2cf]

        Combined Characters Field Import

2001-02-21  Frank Schönheit  <fs@openoffice.org>  [1adf33af988210ffc4a4cec51e77b2f16a4f287a]

        re-enable the control wizards

2001-02-21  Frank Schönheit  <fs@openoffice.org>  [5f1e3f56d8401aadd1cbed9f9cf047348a26b6e3]

        derive the shell from ConfigItem directly

2001-02-21  Niklas Nebel  <nn@openoffice.org>  [2c89aa3c25906ac70b457197a1731315633fe55b]

        SetSortParam/SetQueryParam: set header flag

2001-02-21  Thomas Lange  <tl@openoffice.org>  [c9c53756814d91cc5803bcca22a2cb068f7abfd1]

        ongoing implementation for asian search options

2001-02-21  jp  <jp@openoffice.org>  [d8adf7a2ce47149c6011e3bd7823e6989a82e7ec]

        use shell method to get the current Language

2001-02-21  Kai Ahrens  <ka@openoffice.org>  [584ced31ccec944266ad484e1c902799cebfafa4]

        #83026#: 'insert file' for XML files, too

2001-02-21  Thomas Lange  <tl@openoffice.org>  [69284dda92ca9aeb1eeb94d03933302ab83cff97]

        ...AsianOptions new; transliteration changed; initial settings for SearchOptions member

2001-02-21  Kai Ahrens  <ka@openoffice.org>  [e4a861f7496571e25e289c4e034d1484305f319c]

        #83026#: 'insert file' for XML files, too

2001-02-21  Thomas Lange  <tl@openoffice.org>  [082a564fd180f467c02a8b830bb3f0ec512cd4ee]

        srchdefs.hxx added

2001-02-21  Christian Lippka  <cl@openoffice.org>  [4b5a9ff836327fd391418aacd283503845f93a17]

        added helper for measure conversion

2001-02-21  Thomas Lange  <tl@openoffice.org>  [a0eea6e7749b3443f6ad1219b0cd64005388c24b]

        ongoing implementation

2001-02-21  Dirk Völzke  <dv@openoffice.org>  [cb4fdd8bc4d7fc6c8debdadf3040ed9e7a7fe3f2]

        Added XMLOFFLIB

2001-02-21  Dirk Völzke  <dv@openoffice.org>  [322c7db278680a518cb44077d026aa78c71f845e]

        Save the version info in XML for 6.0 file format

2001-02-21  Kai Ahrens  <ka@openoffice.org>  [8196cf7e885460257076d37186a77f2cf619c5c9]

        #83026#: 'insert file' for XML files, too

2001-02-21  Dirk Völzke  <dv@openoffice.org>  [3cbbebeb00cfc487d55bc050e5b6e448c8e30e75]

        added xmlversion.cxx

2001-02-21  Kai Ahrens  <ka@openoffice.org>  [fb9132638e86d08136129a5d54b5abcdb8e5b788]

        #83026#: 'insert file' for XML files, too

2001-02-21  jp  <jp@openoffice.org>  [64ec09f38fa812b1cd1f85ace949bd518a9bbcb2]

        use new function GetWhichOfScript() to get right WhichId

2001-02-21  Christian Lippka  <cl@openoffice.org>  [8fbc5e97cc8780198ab85dd3ef64b052654708ed]

        added MeasureUnit constants

2001-02-21  Kai Ahrens  <ka@openoffice.org>  [817cfd074c06ffd0f4a36420b41e18658b55d516]

        #83026#: 'insert file' for XML files, too

2001-02-21  jp  <jp@openoffice.org>  [dcae20e577ac3afcf9e365ad62080315a0e8d2e7]

        new: Which mapping for ScriptType

2001-02-21  Oliver Specht  <os@openoffice.org>  [d88b150e9dc6b9eaf9b86c82969e5698fddbd34f]

        use database struct instead of a combined string

2001-02-21  jp  <jp@openoffice.org>  [abaa7d97e696dc9e5d9cfe3c1ea1ae615433ac05]

        new: Which mapping for ScriptType

2001-02-21  Oliver Specht  <os@openoffice.org>  [f4b0cbeefa528f1e231f8ea9619a4d7d01257a05]

        typo corrected

2001-02-21  Oliver Specht  <os@openoffice.org>  [199b49e0058268280baee5b56f739aefdc8c7b08]

        use database struct instead of a combined string

2001-02-21  Dirk Völzke  <dv@openoffice.org>  [628e6649a7ac77316b428e40706c2e7d6a95c799]

        Removed SfxApplication::RegisterEvent()

2001-02-21  Frank Schönheit  <fs@openoffice.org>  [5bc5cc1c7fba970c76752505306e996b54fbdee8]

        re-insert the SID_FM_USE_WIZARDS slot

2001-02-21  Frank Schönheit  <fs@openoffice.org>  [52f54cb62c7e7dbe62d56e0f382014a9cee85e67]

        make the UseWizards setting persistent, again (in the configuration this time ...)

2001-02-21  Oliver Specht  <os@openoffice.org>  [4f3d101f696ee1e166089981f84ff4df75998371]

        use database struct instead of a combined string

2001-02-21  Frank Schönheit  <fs@openoffice.org>  [c1d74d9d1ad685db62af796c386d5102ad153ffc]

        +disambiguateName

2001-02-21  Oliver Specht  <os@openoffice.org>  [6985f1e13cdf55cabb75179d2c07fadf0ba7390e]

        #83825# no line break in resource text

2001-02-21  Kay Ramme  <kr@openoffice.org>  [96edaf84c53fed7bd2ca76e1cc82542de493bfde]

        cause of cyclic type deps, better late init methodDescriptions (#84143#)

2001-02-21  Oliver Specht  <os@openoffice.org>  [a9d14a9d64ed1437ab25e9acec376f0c5f859fa4]

        read address database configuration

2001-02-21  Malte Timmermann  <mt@openoffice.org>  [f70a1c904def396609ffcf0d6697bafdf4a3e981]

        removed disabeling radio check

2001-02-21  Niklas Nebel  <nn@openoffice.org>  [af1edcb566efdeaf82e199414a1dc036b8de9ab1]

        allow database ranges from spreadsheet document as tables

2001-02-21  Niklas Nebel  <nn@openoffice.org>  [6e662beab41105b0e5333d0c782035f316b08749]

        IsUserDefined

2001-02-21  Frank Schönheit  <fs@openoffice.org>  [ce80c9d06f7cb9234cc342c2cc458fa07c80ac96]

        layout ...

2001-02-21  gt  <gt@openoffice.org>  [cf7b275122cf2480c23e7313c54e3f38ade9d75b]

        wrong cases for XclAddInNameTrans.hxx

2001-02-21  Frank Schönheit  <fs@openoffice.org>  [2432470efea36df481ddb87156aafa8c7fbe765e]

        overload createPeer - disable AutoToggle on the peer

2001-02-21  Philipp Lohmann  <pl@openoffice.org>  [f644276d9dc26c08557b86f7113d85e8dddf09d3]

        end drag on rejectDrop

2001-02-21  jp  <jp@openoffice.org>  [b1e05f551329644d6da42bcca2022cca13d14774]

        use also CTL&CJK attributes for the redlining

2001-02-21  Ocke Janssen  <oj@openoffice.org>  [17f38edd050e050834158858b59596f737c747c2]

        getRow corrected

2001-02-21  Sascha Ballach  <sab@openoffice.org>  [17f3e2c1ca971ff6d436e507f724be5c33d499c2]

        add for View Settings Export/Import needed defines

2001-02-21  Dirk Völzke  <dv@openoffice.org>  [971aa78cf2abd3b83581522e3d6311d081112ea6]

        Use WeakImplHelper instead of SFX_IMPL_XINTERFACE

2001-02-21  Dirk Völzke  <dv@openoffice.org>  [e58ccd44a6c8f4e04a22f8fb727558e66f9a2a13]

        Use WeakImplHelper instead of SFX_DECL_XINTERFACE_XTYPEPROVIDER

2001-02-21  Sascha Ballach  <sab@openoffice.org>  [bc33d554fe35572ceb1585908514561c2b151e93]

        add View Settings Export

2001-02-21  Sascha Ballach  <sab@openoffice.org>  [7461832bab0d421180da7ae06d405221e8f2c71a]

        add WriteUserDateInAny and ReadUserDataFromAny methods to ScViewData and ScViewDataTable. this methods will be used to give the XML Export/Import the view settings.

2001-02-21  Sascha Ballach  <sab@openoffice.org>  [4efc03bf439b85a2817ea8bd080b35c647e85341]

        add the defines, which are used to get the view settings out of a sequence. the sequence is used to give the XML Export/Import the view settings

2001-02-21  Frank Schönheit  <fs@openoffice.org>  [df1b4c1f5f92b29135a7c552993f4a27953689cd]

        initial checkin - form control auto pilots

2001-02-21  Frank Schönheit  <fs@openoffice.org>  [8ca1020195ee939e7f9ea0f882030a13abfc3377]

        SwXShape::setPropertyValue(AnchorType): correctly extract the property value

2001-02-21  Oliver Specht  <os@openoffice.org>  [646acf80caf00cbef4eea6f164cff5b6501a73a9]

        #84182# missing mutex added in ::refresh

2001-02-21  Patrick Luby  <pluby@openoffice.org>  [48f6da7f8fe7d02674ee9ede25ef40eecd8d9988]

        Added working stub code to SalGraphics::GetCharWidth

2001-02-20  Patrick Luby  <pluby@openoffice.org>  [58b2d319141bca6d13cc4f1fb4d81369a7f378e8]

        Corrected order of deletion when running without arguments. Before, the BmpWin instance would be deleted before its children (aMB and aPB).

2001-02-20  Patrick Luby  <pluby@openoffice.org>  [1c723ac19949d88a958fa092af85fc39264ee46d]

        Implemented workaround for QuickDraw bug. The bug was that GWorld's created before the first window was displayed would cause QuickDraw to core dump when drawn to.

2001-02-20  Caolán McNamara  <cmc@openoffice.org>  [c7fe48c34eda61236bd616217f0448cc0887215f]

        CJK Combined Characters Word Export

2001-02-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [365deb51560fe4b7e2937d05edba224881f6f4e7]

        introduce LAZY_DEPS

2001-02-20  Armin Weiss  <aw@openoffice.org>  [ca388b363f1164d1cd611afec532bb06af8a69e6]

        Added support for setting the outliner when creating text objects to the right direction for horizontal/vertical.

2001-02-20  Sven Jacobi  <sj@openoffice.org>  [e63a60e73be614dadbcd1e6c342eeb0bb957afb2]

        #83493# export of presentation settings: start slide number is now saved

2001-02-20  Malte Timmermann  <mt@openoffice.org>  [98ed5b4141d9cae44f5f9aed688712f42779e512]

        ScriptSpacing, new PortionKind: ExtraSpace

2001-02-20  Daniel Boelzle  <dbo@openoffice.org>  [743e30840e69be89455a57e817a6d9c7f6f25028]

        further impl

2001-02-20  Oliver Braun  <obr@openoffice.org>  [5347387f31cf634977d5a779755a26a6f1d3af2f]

        end drag on drop with drag action none

2001-02-20  Mathias Bauer  <mba@openoffice.org>  [3c2c968e081c4e6a27221cb1044460adfc804141]

        Don't allow to set the Title as property

2001-02-20  Martin Gallwey  <mtg@openoffice.org>  [88d9f8f893bda19e2a613aba7fe48874d87b212b]

        Removed CXX_FILES section and added HTMLHelper

2001-02-20  Kai Sommerfeld  <kso@openoffice.org>  [d926e6be6d815ecfc3b5051eec7185141b5b9b64]

        #84155# - Fixed memory leaks in class DAVResource and NeonPropFindRequest.

2001-02-20  Martin Gallwey  <mtg@openoffice.org>  [1e49b9824e6a6758338f69a113f6a022e3bb9f00]

        make SwXMLTextBlocks the default for new autotext files

2001-02-20  Martin Gallwey  <mtg@openoffice.org>  [847f9efecb0aade9a14427b953b40eef6642d53d]

        Was causing an assertion from sfx\itempool - 'GetFrozenRanges would be faster' this fixes the problem

2001-02-20  Caolán McNamara  <cmc@openoffice.org>  [2947a3df098aaaa486ffc4482ece39b56e1dbb68]

        #84095# Footnotes in field results that are being ignored shouldn't therefore be inserted

2001-02-20  gt  <gt@openoffice.org>  [591e6e92ad87dd11cfcff7723af0b52415abfbc0]

        AddIn-export & translation

2001-02-20  Armin Weiss  <aw@openoffice.org>  [f78462eda7827563bb31aa209b5c0b7eef89afd7]

        some initialization changes for vertical writing, including correct painting for metafile conversion

2001-02-20  Armin Weiss  <aw@openoffice.org>  [0c61544505e4c9d6628167165e128482579348f7]

        some code optimizations concerning ItemSets

2001-02-20  Armin Weiss  <aw@openoffice.org>  [981918d3d9a5bb51669f13ee135bddf4e6e4ef9d]

        come code optimizations

2001-02-20  Armin Weiss  <aw@openoffice.org>  [8fdd56798b9dfd8809efbd7c821fea08743fb880]

        Had to set some extra items for vertical writing

2001-02-20  Kai Sommerfeld  <kso@openoffice.org>  [6c4d78dcdb58462f84dfd2f62109be17ba8c692a]

        #84155# - Fixed memory leak in ctor.

2001-02-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [170fb22aaaa8aa4e95ac712874f4abec5fedd8f2]

        rename macro for win32

2001-02-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fdce80341b78a739dec389db3dbc9c8dabd7e00a]

        use static freetype

2001-02-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6aef7a862c0663e67c35c7738906998481a7b61a]

        freetype static

2001-02-20  Jörg Budischewski  <jbu@openoffice.org>  [11625a33ab8299c73fb0af397d29f9007de6f619]

        #83737# fill the udk208 branch into the main stream

2001-02-20  Juergen Schmidt  <jsc@openoffice.org>  [b07aed8f6f83e3e240ceb8a17a3763e8c9c7e727]

        #84070# change links for renamed documents

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [925bd8e9e0575f79129bec240034d4078abcd301]

        #82877# +ErrorMessageDialog.idl

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [70fb6e9bbb6f616c366d9aa632d3c777d29b1891]

        initial checkin - service description for the ErrorMessageDialog

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [8518ffd9a253964bba20fc3cf4c387c5dcc3ead3]

        syntax

2001-02-20  Malte Timmermann  <mt@openoffice.org>  [9670bda70bcdd9aa44a9dbe3422add306d76f46f]

        Draw: Changed BigRect for vertical writing

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [491ea5b49621a59a5e1347b1dc96b9d34ad12c6d]

        #82886# +DatabaseFormattedField / +FormattedField

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [098a7df44b66cac06feb01dfc4a590546b652af1]

        initial checkin - service description for a formatted field

2001-02-20  Daniel Boelzle  <dbo@openoffice.org>  [098a1350e57a64e12edaedd2941fdc116cc2c91d]

        further impl

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [5a37f93f881e4409a90eb3f9bab7a70a5aca2d15]

        #82886# +UnoControlFormattedFieldModel.idl

2001-02-20  Behrend Cornelius  <bc@openoffice.org>  [d76923707f2dabfc7dfd427c1fe73b887a257b66]

        #79265# Message added to template-resources

2001-02-20  Daniel Vogelheim  <dvo@openoffice.org>  [3561aecb4a2f7c846f5f010cefb8c5bc6a37fec2]

        - fixed: saving of sections in global documents now works properly

2001-02-20  Daniel Vogelheim  <dvo@openoffice.org>  [b443b806bb386422361648f0ccb7819c6d753715]

        - added: IsGlobalDocumentSection property to section

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [2c99ce6eccb373bde8bff798097d4bf480c3bded]

        #82886# corrected the description for the formatted field

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [d35ac7e403edcc780121e0ccb9863ffbff8b11c9]

        initial checkin - service description for a data aware formatted field

2001-02-20  Oliver Braun  <obr@openoffice.org>  [88300c21c3a41586683cfb76dcec1ebc79f632e2]

        update drag action on shortcut

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [3a8f09d56297c9b594ebeddd913f2bcea775397a]

        #82875# removed XClearParameters - this interface is obsolete, the functionality is covered by XParameters

2001-02-20  mfe  <mfe@openoffice.org>  [4fd89c6759bd20e89ae12d93aff7d1935f7025a5]

        #83978# : use getThreadTextEncoding

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [09f5c3a5d3d46f5880a3afce57ef424bcb7d8764]

        #84151# when entering the queries page for a new data source, apply the changes asynchronously

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [78b7545485739f404e0167f8d0b2add2854f662c]

        #84151# applyChanges -> applyChangesAsync / +OnAsyncapplyChanges

2001-02-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [41d35b01189718d6ceae600ce355ec5ad0942bcd]

        you don't realy wanna know...

2001-02-20  Ocke Janssen  <oj@openoffice.org>  [c55a423975ea4d7499dd86dd2a7d772b61fb88ff]

        typo

2001-02-20  Hennes Rohling  <hro@openoffice.org>  [c23e94edd1363da92ca70e2ce635d9e6ea32307e]

        #84153# Retrieve system dependend path before calling Windows API

2001-02-20  Niklas Nebel  <nn@openoffice.org>  [e5cc14295a01d8387cefc0c7f040be4be37360f0]

        setName: exception on existing name

2001-02-20  Joachim Lingner  <jl@openoffice.org>  [82011b6fd06bf3e9e1f2266655e02d25a42eaa37]

        DropTargetDragEvent does not use awt::Point any longer

2001-02-20  Joachim Lingner  <jl@openoffice.org>  [78ff82f5b9cb1eea97ea2354297f83b0232e4022]

        some cleanup

2001-02-20  Joachim Lingner  <jl@openoffice.org>  [adcf505164e63a68da3355be0c41ab9e0ed4a006]

        XDropTargetFactory includes removed

2001-02-20  Mathias Bauer  <mba@openoffice.org>  [db5449fa6b30facad6fd048881fa8459e322d0a9]

        #82614#: bugfixes for setPrinter also for swt614

2001-02-20  Jörg Budischewski  <jbu@openoffice.org>  [c4b2ed0d5b5690d2752adf3fff42776603e5e0ca]

        #83737# uno_threadpool_disposeThreads now offers a feature to join on all previously created threads (when the method is called with a 0 as bridgeID)

2001-02-20  Christian Lippka  <cl@openoffice.org>  [6644cb0dfce83388b83c80ef80b73740f39c39f2]

        don't use search item in player

2001-02-20  Ocke Janssen  <oj@openoffice.org>  [1655c1cb5fe2967f13928bd0e0c721c8dffdc896]

        linux var

2001-02-20  Daniel Boelzle  <dbo@openoffice.org>  [bca4a153b55a3d73919e17804bbb8b1f079a3953]

        new

2001-02-20  Christian Lippka  <cl@openoffice.org>  [49786e66262dbdc5496ece7dc1e9989e5be0da02]

        don't use search item in player

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [7449182b0cdd659ec5526e7dd5d7cc9c3993c746]

        #83607# when beeing bound to a non-numeric field, don't use the DBTypeConversion upon committing

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [5c71af0d18b03ca469d45c54118e181ce5e4b33a]

        #83607# +m_bNumericField

2001-02-20  Oliver Braun  <obr@openoffice.org>  [61306048108adffcf96e196ade9c0232cc7d7704]

        drag and drop fixes

2001-02-20  Herbert Duerr  <hdu@openoffice.org>  [7142efa8f652843dd5d7de5d82df093d6bec59aa]

        fixed unresoved reference

2001-02-20  Ocke Janssen  <oj@openoffice.org>  [abc3b68bef6adae7af2ded492ccda42228a41179]

        type cast

2001-02-20  Kai Ahrens  <ka@openoffice.org>  [b4c7d556b48695267c2fc0a006f7ab15df57c178]

        #83985#: create medium after check for Basic export, not before

2001-02-20  Oliver Braun  <obr@openoffice.org>  [c9327e01b0c7bbb251eca3d1f2025b55c5c7e3f4]

        dnd api change

2001-02-20  Ocke Janssen  <oj@openoffice.org>  [04a3b5067e5c0303f7073290aadca07ac9c416b5]

        forget throw spec

2001-02-20  Ocke Janssen  <oj@openoffice.org>  [6e71517be0ada022078a024b1cf938792b7eb70b]

        one ; removed

2001-02-20  Ocke Janssen  <oj@openoffice.org>  [d0b52b6f4029d0b34255ecbc04720e17f2681882]

        wrong types

2001-02-20  Kay Ramme  <kr@openoffice.org>  [4dcd74de67160e16a5ebc796157ea2789f474504]

        remove JobQueue from ThreadPool, if disposed (#82560#)

2001-02-20  Christian Lippka  <cl@openoffice.org>  [ecaf88a495c932793f4ef2a53e58078cfd22cbb1]

        re added 'unofrmatted-text', it was lost during cvs merge

2001-02-20  Daniel Vogelheim  <dvo@openoffice.org>  [bcb0d73cee3836d819f0c1be5b0ed740c411658e]

        - fixed: empty cells now handled properly; cf. #83761#

2001-02-20  mfe  <mfe@openoffice.org>  [e3adfcc9493b045c814262d5bb0e8e43bb346139]

        #83978# : no debug output

2001-02-20  Caolán McNamara  <cmc@openoffice.org>  [bb96978a01f16697397ecf371b294b8e924639b7]

        #83546# Don't create a tab stop description without any tab stops

2001-02-20  Andreas Martens  <ama@openoffice.org>  [2cb9297b9c7ad77a8008dd042f07effc0616e7fa]

        Opt.: ScriptInfo cached changes of script

2001-02-20  Oliver Bolte  <obo@openoffice.org>  [656fbf1818ad0be5b4d62cf408acf22083df42a4]

        #65293# regionsw.cxx with exception flag

2001-02-20  Daniel Boelzle  <dbo@openoffice.org>  [780a743ea8892173fd06d779bc543bbbc06e655c]

        init of uno_Any::pData; minor modifications

2001-02-20  Philipp Lohmann  <pl@openoffice.org>  [e21c164b2b6e04590633ebeb599ddb3274627fae]

        adopted latest interface changes

2001-02-20  Andreas Schlüns  <as@openoffice.org>  [b7810a76563a5d8ce6e4cd5b6f2c2f3aeaf28469]

        new functionality for creation uno service manager

2001-02-20  Oliver Braun  <obr@openoffice.org>  [a7ccfb62b53d377c12e97241e0421e2605bba6b8]

        removed awt types due to circular dependencies

2001-02-20  Andreas Martens  <ama@openoffice.org>  [6f960e8526f071835dfb6bdcb226ac0efb807a91]

        Opt.: ScriptInfo cached changes of script

2001-02-20  Ocke Janssen  <oj@openoffice.org>  [8c6697c4e9397858ab4758b27e14008332d541a0]

        wrong base class

2001-02-20  Kurt Zenker  <kz@openoffice.org>  [59a422681f481d70f77d0a7715b7c83126e254b9]

        new version for SRC622

2001-02-20  Kurt Zenker  <kz@openoffice.org>  [598da114ba877f7d78e4d6d93b544592ed22ac63]

        new version for SRC622

2001-02-20  Oliver Bolte  <obo@openoffice.org>  [1ba00b023f3c50b75aa66049ebd9e57cefba7eab]

        #65293# missing header xmlprmap.hxx

2001-02-20  jp  <jp@openoffice.org>  [79f996b0815cecc4cb315061deebda71aa64a580]

        new: GetScalingOfSelectedText

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [2f420bc52db33b60e3c0c8346d66b25aa38a0dc2]

        #84014# when opening the context menu using the mouse, temporarily select the entry the menu applies to

2001-02-20  Oliver Bolte  <obo@openoffice.org>  [29e602530e5d49eda2788f6e8d73560c78e76731]

        #65293# wrong typed TransliterationModules.hpp

2001-02-20  Hennes Rohling  <hro@openoffice.org>  [47167f721c508d39184e209b354f1fb44eda5a0b]

        #82589# Prepare for generic resolving of path ellipses

2001-02-20  Kurt Zenker  <kz@openoffice.org>  [85f13518aa505e51cf63acdbf2bf1936a9e63b1c]

        new version for SRC622

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [e5b857451385647e5b3ed45ad153d0909f70f918]

        do a syncViewToProperty when selecting a page

2001-02-20  Frank Schönheit  <fs@openoffice.org>  [cc3a0eb5221727be64ef0644a511e4d623e92716]

        #84111# allow number formats to be removed

2001-02-20  Oliver Bolte  <obo@openoffice.org>  [e3c83d0723835acd531cf9fbcc9287f665d5f57a]

        #65293# parse error linux

2001-02-20  Peter Burow  <pb@openoffice.org>  [3d9fe1c392dd04b96ee5604e90a4abd1af590720]

        fix: #83918# now PRODUCTNAME as generator value

2001-02-20  Peter Burow  <pb@openoffice.org>  [f03f122678c5279351f0b1ee946b7559eb4c105c]

        fix: #83918# STR_HTML_GENERATOR added

2001-02-20  Patrick Luby  <pluby@openoffice.org>  [e1c2d62cd851b47e162390f0cde29fd2bd56078d]

        Added missing line in UnlockGraphics function

2001-02-19  Niklas Nebel  <nn@openoffice.org>  [5d4d5cba0db75a7940f9c71ebfbd6b7aa16fef59]

        read compatibility names from AddIn

2001-02-19  Niklas Nebel  <nn@openoffice.org>  [42c18734058c5171f72f8f86c99d77bd8b2df12f]

        access to compatibility names for AddIns

2001-02-19  jp  <jp@openoffice.org>  [3161d52e123a2a55f65f7fdcfe99cef3e0ebea3d]

        use HTMLOption of TextEncoding

2001-02-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e69412276be9a69dbc3978ac56d86937be0f6e0]

        #442 - check check for hamburg releng build

2001-02-19  Kurt Zenker  <kz@openoffice.org>  [682772a93a73f9b5b502a7abd83459262f351bb0]

        new version for SRC622

2001-02-19  Daniel Vogelheim  <dvo@openoffice.org>  [5aa065d73be6a91965b2f5a9aee4ba536220ff6a]

        - fixed: silly hack removed

2001-02-19  Caolán McNamara  <cmc@openoffice.org>  [5ae04029f4bb800d3e401e9c4b31f0c948ddb456]

        #74188# Documented FSPA anchor values should override escher attributes when different

2001-02-19  Juergen Schmidt  <jsc@openoffice.org>  [c8166fc4f38648b9ea4f62a8d6203f8445c14c6d]

        #83978# change text encoding for saving ascii values in the registry

2001-02-19  Kai Ahrens  <ka@openoffice.org>  [acfd97305e74ea57bf63d518e4eaa6e9ef644d68]

        #83781#: don't show assertions with empty path URL's

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [8a92f0fc13b36b957789b5da220454ff5eb2d3dc]

        UpdateUI: do default page selection

2001-02-19  Kai Ahrens  <ka@openoffice.org>  [ca61b26f61f8ca3f32d32ad2e23508409aca5f29]

        #84109# check for invalid graphic types before executing crop dialog

2001-02-19  mfe  <mfe@openoffice.org>  [30e4f477a5818a808a7a15dc2b6e1172b7ac83de]

        83978# : use current text encoding

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [515b420efb8bca656a1b58ef8dbc725fdf50ca0b]

        OColorControl: insert the standard entry at position 0

2001-02-19  Juergen Schmidt  <jsc@openoffice.org>  [325d28352314b3ef31aec609fb40d01b8cd6e56a]

        change text encoding where it was necessary, e.g. component names

2001-02-19  Kurt Zenker  <kz@openoffice.org>  [8a9187b47a5597875fd9fa4424c52747ad464582]

        new version for SRC622

2001-02-19  Kurt Zenker  <kz@openoffice.org>  [83dcad142c8a62faa411979fb0bdfdee3ea8989c]

        new version for SRC622

2001-02-19  Kurt Zenker  <kz@openoffice.org>  [37c925841f97fc76021e20e092ade14127b0fffa]

        locale using of projectheaders

2001-02-19  Oliver Bolte  <obo@openoffice.org>  [39bb30e9c251eb9e8a626097bb35ed10bda8fc9c]

        #65293# transliterationmodules include wrong

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [449108fe4b2b58539f577a0e17a741627fe08a91]

        #84099# disposing: one more check for m_pListener == NULL

2001-02-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2cc92686dd32e973cc567460234acdbe77d6d442]

        remove useless part of change

2001-02-19  Christian Lippka  <cl@openoffice.org>  [7101944d33cbaa628b97fcccd2eaf10626b3d9c5]

        added IsInternel property for ole shape

2001-02-19  Christian Lippka  <cl@openoffice.org>  [266b1b30f023e2d88c63321220e1129a8fab87c1]

        #83627# add XShapes with already created SdrObjects to group

2001-02-19  oisin  <oisin@openoffice.org>  [bda605b97a30c34b0a8b82e5a7fd76f13fffaebe]

        On Solaris, use Workshop CC preprocessor instead of Workshop cc preprocessor for STLport header test. See Issuezilla #445

2001-02-19  Kay Ramme  <kr@openoffice.org>  [b05360b9b65f041fe787996baeada24ad8730572]

        merged chainges from 1.6.2.1 - 1.6.2.2 (only print stack trace if job in queue or job in progress (#83868#))

2001-02-19  Herbert Duerr  <hdu@openoffice.org>  [42e2e52832e869e4d6b36fdeabae5e60526053f1]

        dynamically load libXrender

2001-02-19  Thomas Lange  <tl@openoffice.org>  [a29c6a2102bc8a8ba5d91c42bbee34eebd683718]

        TapPage size fixed

2001-02-19  Sander Vesik  <svesik@openoffice.org>  [78b1703a702df55ac4f32c0edb3b202b77eb45b8]

        Bring Linux/PPC platform makefile up to date with the rest.

2001-02-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1c6a22a7cd802441aedb79810625ce164ceb9e7a]

        fixed typo for NOOPTTARGET

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [04c18d87790aec4067688889c3c83e67ef683d24]

        #83193# updateNull: use the correct old value when firing the value change

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [63dc987bade5382c5507ef0da958b064246185bd]

        #83193# reset_impl: initialize the columns with void (need a default value property in the rowset columns to completely fix this -> OJ

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [e4d9718afdcdec1a0674a899a2175d6a9375cf02]

        #84041# infrastructure for activating pages from outside

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [717e294d581243b802eaf42ab349e38f5ea169b7]

        #83649# correctly eval the return value of getIntrospecteeProperty / #84041# infrastructure for activating pages from outside

2001-02-19  Oliver Specht  <os@openoffice.org>  [5fac2a309510c15fa90a244e3958a5eb66a50031]

        #83607# interface of number format changed

2001-02-19  Kurt Zenker  <kz@openoffice.org>  [00e3cf5116ef6e3920568607f40e8c93af1a770f]

        SRC622

2001-02-19  Armin Weiss  <aw@openoffice.org>  [4bd9393174166aeab7cfc0f548709fd26b5e24a1]

        #83801# More support for vertical writing added, especially text along polygon and convert to polygon.

2001-02-19  Christian Lippka  <cl@openoffice.org>  [8ad2a382561bca655898d3a66af28c723dca1fb6]

        register factory for current file formats

2001-02-19  mfe  <mfe@openoffice.org>  [d867b457f5e7a93774ee0c17556934d3e2926d9f]

        #84066# : shutdown before close

2001-02-19  Christian Lippka  <cl@openoffice.org>  [4ceadb496b76fecabaf273604a74d34a840127a4]

        #84076#  lock document, added meta and ole export

2001-02-19  Christian Lippka  <cl@openoffice.org>  [7794853356cb8693491d35b225b33beda0e33d03]

        #84076# added lockControlers&co

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [31821432199303d90e6a553244b467fc2c16ab49]

        allow setting properties on UCBStorage elements

2001-02-19  Christian Lippka  <cl@openoffice.org>  [3e22eeb77dd661c9612b12805b2f073cc56d0885]

        #84076# do not call setAutoLayout while model is locked by the api

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [8cb29fd2259e4aca333fad5767a0c4429951b861]

        allow setting properties on UCBStorage elements

2001-02-19  Caolán McNamara  <cmc@openoffice.org>  [54cdf23912a33d32c7270357f5d8055e09c81d0d]

        #84082# Extra unknown bit in language index in DopTypography

2001-02-19  Oliver Specht  <os@openoffice.org>  [c7699cc47cd264edb191945c1e1737b7eb97fb43]

        #83948# CharKerning with twip conversion; #84025# CharFont*-properties to export/import default font

2001-02-19  Kai Ahrens  <ka@openoffice.org>  [b0e1b0892563b5489cf3f5e207d7fd8325ef01c0]

        82777#: added acquire/release solar mutex

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [34700da79120422be2f23239ddbdfd2a40ee70fe]

        #84034# CreateStream: don't assert when catching a ContentCreationException

2001-02-19  Oliver Braun  <obr@openoffice.org>  [7bdc96631fbd37f6b35333a810bc205703c1a46e]

        unsure where to uncapture the mouse for unx ...

2001-02-19  Malte Timmermann  <mt@openoffice.org>  [4eb7e83e6e5e58e2766c3d55aec69f99f32f5750]

        draw: calc pos/size before SetMapMode()

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [5fd596665fab20bcddf029d2b921b5dc2b2703f9]

        #83904# InvalidateFeature_Impl: corrected behaviour when calling InvalidateAll_Impl

2001-02-19  Kai Ahrens  <ka@openoffice.org>  [a2f657b848eee4a371b0375d4b0741e630e60fd6]

        82777#: added acquire/release solar mutex

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [c79f3186ccafa97676faa95c8de247b9c35491f5]

        extract content type from classid

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [a56dbf597ca2532e965615c95fef2c0a7fb0d3e0]

        #83349#: save config on deactivate; #81785#: insert module shell on right position

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [36386278d9632ec62407402b16f14586a13bce27]

        #82739#: EndAutoShow must look at the mouse position

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [77af98c7505d04497ce733c83966189392389cf3]

        #82614#: use enums for printer properties

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [81a75dafef5697670b7702780d47821f55740249]

        use the right storage format inGetStoprage if possible

2001-02-19  Oliver Specht  <os@openoffice.org>  [f57a32549f3daff5fe19fc9705f91ca920a722e1]

        #83948# Query/PutValue implemented, incl. twip conversion

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [962f8eb3f48f90ce9ea1cf191052239fb78b0e4b]

        #83349#: use ViewSettings

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [69665c6081d399a90f93e9a735c3e169ec722b0d]

        #82738#, #82739#: bug in Initialize: wrong handling of FORCEDOCK flag

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [6e46abb735371f9ff72f89f5002eb43875aa2edb]

        #84090#: use InteractionHandler when creating cursor

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [a5fedad2074623f993217249acfa91e7087dc558]

        #83349#: SaveStatus when DeletingControllers; #82739#: EndAutoShow must look at the mouse position

2001-02-19  Mathias Bauer  <mba@openoffice.org>  [a6a56f7c772568a7734f91d382b7517c285832d3]

        #83349#: Bug in loading Config

2001-02-19  Daniel Vogelheim  <dvo@openoffice.org>  [229b04196ef225b18868d47674699e784848896c]

        - fixed: silly hack removed

2001-02-19  Thomas Lange  <tl@openoffice.org>  [5ffde06420899bb4d103b207a43a51b4cb27b649]

        SvxJSearchOptionsPage added

2001-02-19  Thomas Lange  <tl@openoffice.org>  [be1ac05c1e0cd1b925e47a3f730d2c563b422373]

        optjsearch.hxx added

2001-02-19  Thomas Lange  <tl@openoffice.org>  [d133709ac0ba979967a4a711620be263f52219d6]

        optjsearch.* added

2001-02-19  Thomas Lange  <tl@openoffice.org>  [03116b8c7de32cde629d9b0699141a31f4d6a888]

        Japanese search options added

2001-02-19  Thomas Lange  <tl@openoffice.org>  [d27af70287e91120cc7f606a777f24358adbd3b0]

        HID_SVXPAGE_JSEARCH_OPTINS aded

2001-02-19  Oliver Braun  <obr@openoffice.org>  [199d6990d8fececf4042c0cba9fa10e282b96a63]

        XDataTransfer added

2001-02-19  Daniel Vogelheim  <dvo@openoffice.org>  [25bd60d3f54032fb6535c147d61740576fd28998]

        - fixed: method now uses proper name

2001-02-19  Thomas Lange  <tl@openoffice.org>  [fb52ad00b841b5148594f0211247fc927f386161]

        searchopt.obj added

2001-02-19  Thomas Lange  <tl@openoffice.org>  [3067c61ea7b3a78b3e640f06319ccebf30cff020]

        SvtSearchOptions new

2001-02-19  Thomas Lange  <tl@openoffice.org>  [ce604b3fc014e229eb1c4c1bf2b071a06876b013]

        searchopt.hxx added

2001-02-19  Thomas Lange  <tl@openoffice.org>  [4c5e426f270109ba1eb1c283910ab05c6e646973]

        Has SearchOptions member now

2001-02-19  Oliver Specht  <os@openoffice.org>  [8183e0d436a87e10a8976d67d743e5fb6b45f436]

        ruby, scaling and rotation added

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [72f6abcc33fe3c1023ee7d74891ef2ed537fa48c]

        #84018# +ImplStartColumnDrag - now called from within MouseButtonDown

2001-02-19  Dieter Loeschky  <dl@openoffice.org>  [0bbf1d8cae2f1aa53aa6f3521010ab66b111def1]

        Vertical AutoLayouts added

2001-02-19  Oliver Specht  <os@openoffice.org>  [00d028585cc66e995c6771897df7be61717af904]

        no ruby attributes in styles

2001-02-19  Oliver Specht  <os@openoffice.org>  [3e081d4723a1ba37d47c8b6002143013611268ff]

        ruby text portion

2001-02-19  Andreas Bille  <abi@openoffice.org>  [bb7ce7e613dc68feca4850b0d1f04bd908a1c061]

        #83141# Checking whether goal and source of copy and move are the same.

2001-02-19  Kay Ramme  <kr@openoffice.org>  [d73d167d1ce3d766d2dcba192c93868e615451b9]

        replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM where possible

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [7f399960dd78d211ca52c20c94f1193ee80704ea]

        init the transliterationFlags in the SearchOptions

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [9b314d293b4eab644065e7728608aacc2b0110e7]

        init the transliterationFlags in the SearchOptions

2001-02-19  Kai Sommerfeld  <kso@openoffice.org>  [4d70b0462e985b1d970962b9e316c83139026c67]

        Use old neon propfind interface even if SUPD>614 (neon not yet updated)!

2001-02-19  Kay Ramme  <kr@openoffice.org>  [ec007ab8ebf0c60b67ba2c15457f50bd079b5ef4]

        protected debug output with if(DEBUG)

2001-02-19  Kay Ramme  <kr@openoffice.org>  [5d06cf695b3b1dce6427b6c9811db0ecf69a9a50]

        fill in stackTrace

2001-02-19  Kay Ramme  <kr@openoffice.org>  [4741d1a9f33b107549446ba5f6d2e4e32952179a]

        resolve InvocationTargetException

2001-02-19  Kay Ramme  <kr@openoffice.org>  [6432c6c1da26b9f7d164ffd23eaa7c08f5bd6c16]

        let a possible exception from >createInstance< fly through

2001-02-19  Oliver Braun  <obr@openoffice.org>  [33b094ff8dfaa6205e73d581161368f649a51da4]

        clipboard access api

2001-02-19  Caolán McNamara  <cmc@openoffice.org>  [41e250422918ba9de4d4a935e182fb17edf91703]

        Clean c-ism test not null before delete tests

2001-02-19  Caolán McNamara  <cmc@openoffice.org>  [37dbeaa8ccf1d23a024ad5a0acc57d70201bf80e]

        Guard code for direct MathType->MathML conversion

2001-02-19  Oliver Specht  <os@openoffice.org>  [95176318476d12d1813f6a9d59df13a36c9fe4ec]

        use GetDrawModel instead of MakeDrawModel

2001-02-19  Ocke Janssen  <oj@openoffice.org>  [2a1288fcfd4dfeb2c22674d6acb04db10a0a45ec]

        #83816# count(*) corrected

2001-02-19  Oliver Specht  <os@openoffice.org>  [caba31acbaa0347a6fa9ba50603dfbf33282c01d]

        ruby/rotation/scaling properties added

2001-02-19  Oliver Specht  <os@openoffice.org>  [82a403e19ec42e22e5786cbe29bac06149993dae]

        SwFmtRuby::Query/PutValue implemented

2001-02-19  Oliver Specht  <os@openoffice.org>  [023a58b5fbbf3b30692f4b66d5f5b07c28270934]

        ruby properties added

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [7b5af0f7d2ccb8186248e73b0687325b8638aa8b]

        recognize text-area (instead of textarea) for compatibility reasons ('til 624)

2001-02-19  Frank Schönheit  <fs@openoffice.org>  [5fe739be563426893b3e3ad54833f48a3224369e]

        ExecuteFilterSortCrit: InvalidateAll in case of an error

2001-02-19  Oliver Specht  <os@openoffice.org>  [de92c4fc3b666774be62ef7cd0f7fe9fdf1fd184]

        CharStyleName->RubyCharStyleName

2001-02-19  Oliver Specht  <os@openoffice.org>  [5a2cdc525d3a6bd0036ce990f1d3035e49d77bea]

        CharStyleName->RubyCharStyleName

2001-02-19  Oliver Specht  <os@openoffice.org>  [ad4dc7816150eab2314faa1dcf7e0489d776172f]

        SvxCharRotateItem::PutValue: allow 0, 90, 270 only

2001-02-17  Patrick Luby  <pluby@openoffice.org>  [dabc28fde66874e26ac2ea084fa4a8ce0a358e06]

        Removed NOOPTFILES for Mac OS X since this is now in solenv/inc/unxmacxp.mk:wq

2001-02-17  Patrick Luby  <pluby@openoffice.org>  [50c70530ec580484f4f27d93a9d082061bb81261]

        Removed NOOPTFILES for Mac OS X since this is now in solenv/inc/unxmacxp.mk:wq

2001-02-17  Patrick Luby  <pluby@openoffice.org>  [b46ee9d62f940c7e8f44b3bdeeb191150b0f3b8e]

        Turned off optimization when exceptions are on as to avoid bugs in comipiler's optimizer

2001-02-16  Eike Rathke  <er@openoffice.org>  [1131931897b45badd4836886b285a83936f162d0]

        #80980# lcl_IsReference: added ocColRowName with svSingleRef

2001-02-16  Niklas Nebel  <nn@openoffice.org>  [8db15f8d3a0305e7940b894304347a3df519d700]

        #84073# after SetMarkedToLayer, leave draw shell if nothing selected

2001-02-16  Niklas Nebel  <nn@openoffice.org>  [a8bd15284aef712e7c4e6bff13948906c0205c6f]

        #84073# SetMarkedToLayer: call CheckMarked immediately

2001-02-16  jp  <jp@openoffice.org>  [9f6fa1081037dcc08ca6f57d50f9689418ba4e60]

        use instead of file access the dbgerror macro to show statistic information

2001-02-16  Eike Rathke  <er@openoffice.org>  [ebe814202662d4719e144d62b5e4473c0cc15400]

        del: unused IsMasterType (would have to be extended for matrix anyways)

2001-02-16  Eike Rathke  <er@openoffice.org>  [cd3df520cb36ede4cc50a96bc5a38003ef8f2c0f]

        #82713# ScChangeActionContent::GetFormulaString: deleted cell may have virtual position, take that

2001-02-16  Andreas Bille  <abi@openoffice.org>  [d7a7ca196e535b717f59670a726b6a2196b70c74]

        #83917# Missing explicit UTF-8 encodings in constructors of Strings from byte-arrays or vice-versa. A new indexing of the help files is necessary.

2001-02-16  Daniel Vogelheim  <dvo@openoffice.org>  [818ca3d73f7635badef101d8c14aada1dc16c20b]

        - fixed: early out for loop

2001-02-16  Daniel Vogelheim  <dvo@openoffice.org>  [57447356fe5878ddc230384ed64c6cec84969f5a]

        - fixed: auto update mode for DDE sections doesn't crash

2001-02-16  Daniel Vogelheim  <dvo@openoffice.org>  [63124e8072f53bf39ed3ad9fe240cace48ae513a]

        - added: footnote/endnote configuration to section styles (#82982#)

2001-02-16  Daniel Boelzle  <dbo@openoffice.org>  [bc9580358895ba4381f27c5e4e65bb51411d41c5]

        added set() methods, refined query

2001-02-16  Daniel Boelzle  <dbo@openoffice.org>  [9b1c37bec346a192aa6b8c5b1ed4e53f3512d349]

        added hasElements()

2001-02-16  Daniel Boelzle  <dbo@openoffice.org>  [732bd469091eba7937fed6adc009a342ab6e733a]

        potential deadlock fix

2001-02-16  Daniel Vogelheim  <dvo@openoffice.org>  [abe4c5ca393a697277deb44bd2e44c2c52918e28]

        - add: online keyword (for online documents)

2001-02-16  Vladimir Glazounov  <vg@openoffice.org>  [0cc338a2c0c2cfebf9a8ba92872604dc1f196d06]

        fix const compile problems

2001-02-16  Daniel Vogelheim  <dvo@openoffice.org>  [36040e43202dcdba0558d3b3cc44114487084c18]

        - changed: DDE properties now set simultaniously (#83654#)

2001-02-16  Niklas Nebel  <nn@openoffice.org>  [8ed85286f746052118c66510ebcba47ab5b1bfca]

        #83853# keep names of non-chart ole objects, skip when updating chart listeners

2001-02-16  Ocke Janssen  <oj@openoffice.org>  [4ff2b7495cd2204e8cee9364d2b06d0ca4486183]

        new helpid

2001-02-16  Ocke Janssen  <oj@openoffice.org>  [bdd168ef25b89e904163843513993f56cfec52cd]

        use default font if no font is available

2001-02-16  Ocke Janssen  <oj@openoffice.org>  [c9c2b67e6053e3b933bb89c967155d945e4d11e1]

        #83983# show adddialog

2001-02-16  Ocke Janssen  <oj@openoffice.org>  [85b1c428657f0123c781105a6b3cfae1cedd63f9]

        some new functions

2001-02-16  Ocke Janssen  <oj@openoffice.org>  [0ac38cdc1de51b869663207d460d4a8c667a8f5d]

        new strings

2001-02-16  Armin Weiss  <aw@openoffice.org>  [56002717ef0a3bc5e0d790744128a3e1dc99471a]

        #84061# The defaults for distance and focal length are not usable, I replaced them with useful ones for E3dView::Get3DAttributes(..) and thus for the 3d flyer.

2001-02-16  Ocke Janssen  <oj@openoffice.org>  [e2ab550b928ba79d4e0a9e04276cace23ddde8bf]

        get unique name

2001-02-16  Ocke Janssen  <oj@openoffice.org>  [89b532d629db8e28c0df3317dadf5551bb4d8339]

        new im- export

2001-02-16  Ocke Janssen  <oj@openoffice.org>  [e1adc57bba189158e60134f814ab931928955111]

        new ex- import data

2001-02-16  Ocke Janssen  <oj@openoffice.org>  [711e7188f8c4f224da6cea4e4d564c5ee8ad3d63]

        html and rtf ex- import

2001-02-16  Ocke Janssen  <oj@openoffice.org>  [2aa93b86bd4ee9a70350a1acb3ded91f452d1ab7]

        3 new files for ex- import data

2001-02-16  Andreas Martens  <ama@openoffice.org>  [773a05bb2d4763a1b0280ee8805c20a7f2f836fa]

        New: Rotated characters activated

2001-02-16  Caolán McNamara  <cmc@openoffice.org>  [aac83b157f805a032cc931041707c220c8660919]

        ##444## Background graphics/objects always infront of text

2001-02-16  Eike Rathke  <er@openoffice.org>  [2765b019228a240417c86b7c1053ebd806532ef6]

        #84020# LoadXML: InsertingFromOtherDoc=TRUE, no half way listeners

2001-02-16  Oliver Specht  <os@openoffice.org>  [1f4b14df675d5392eca35c3214946aac186df58f]

        prevent second call of ExecFormLetter

2001-02-16  Oliver Specht  <os@openoffice.org>  [17200994480eb2cbb121d568d92dcd9a796850a7]

        example window ipmlemented

2001-02-16  Oliver Specht  <os@openoffice.org>  [af31e135d06306e9647f116d8b40be76b4d74ccc]

        Ruby dialog

2001-02-16  Andreas Martens  <ama@openoffice.org>  [e17a70918dc317de8937063a9e7ed7467bf2061c]

        Opt/Fix: Problems with really small default tabulator distances

2001-02-16  Philipp Lohmann  <pl@openoffice.org>  [edb705452912f2664338313e9c5e6807c3fa56a5]

        changed to holder interfaces to solve single display multi instance problem

2001-02-16  Armin Weiss  <aw@openoffice.org>  [005c8cbd6b420dfb0db71693ae5c5be775d2207e]

        #83840# allow disabled items of type XATTR_FILLFLOATTRANSPARENCE to be set.

2001-02-16  Daniel Boelzle  <dbo@openoffice.org>  [2b10ef45dabc74ea553821b7c7928f101957ef17]

        new

2001-02-16  Herbert Duerr  <hdu@openoffice.org>  [c090cd53b69c08a526fca26feace25b6ae6244a5]

        add USE_XRENDER ifdefs

2001-02-16  Martin Hollmichel  <mh@openoffice.org>  [1713ccde31a2793f45575455dd263da7096147d8]

        chg: Syntax

2001-02-16  Armin Weiss  <aw@openoffice.org>  [182f47927d2dc2b1efea60a80be77bb57063324f]

        #83840# Modified handling of XATTR_FILLFLOATTRANSPARENCE items

2001-02-16  gt  <gt@openoffice.org>  [c3182cd1313f96a884e53ab5fa704275a6a7f362]

        FilterProgressBar::FilterProgressBar(): init of pStr / pXIStr

2001-02-16  Caolán McNamara  <cmc@openoffice.org>  [67959285582e05eabb35002873eb047fce5df1e4]

        #84032# Additional record support added to VBA index walking code

2001-02-16  Daniel Vogelheim  <dvo@openoffice.org>  [190e1fe94a294b41b94b4674980f191d2395b9e5]

        - fixed: section footnote properties can now be set

2001-02-16  Andreas Martens  <ama@openoffice.org>  [ce19181e3698da74926abdd6bef5ccc57f84d6db]

        Fix #81084#: Negativ indent of paragraphs in flyframes

2001-02-16  Andreas Schlüns  <as@openoffice.org>  [439ffd06578f36084c8e8820c6986c7f4e099205]

        move light services to another library (for shared filtercache!)

2001-02-16  Andreas Schlüns  <as@openoffice.org>  [3783eee3fe454e3d59a7620be6fdce04781b7cdb]

        move light services to another registration file (for shared filtercache!)

2001-02-16  Armin Weiss  <aw@openoffice.org>  [a0691a2cada1250551fd964d4e596489ffb6fea7]

        #83968# for changes of the camera distance item (SDRATTR_3DSCENE_DISTANCE) there needs to be an extra geometric change undo created. Added this.

2001-02-16  Philipp Lohmann  <pl@openoffice.org>  [a486d71430fe248c5f164c0a9774f75e8be47025]

        const and autohint workaround

2001-02-16  Dirk Völzke  <dv@openoffice.org>  [8103187f7d6b06e92c1946b6f2d06cdb64f2fe91]

        include PropertyValue.hpp instead of PropertyValue.hdl

2001-02-16  Armin Weiss  <aw@openoffice.org>  [42da5663b4c0b3cddf34675b7341593d9c669f4d]

        #83664# added division by zero tests in BigMulDiv()

2001-02-16  Peter Burow  <pb@openoffice.org>  [4097a48e96db53cdd9deabc83327cb40c8ea0346]

        fix: include *.hpp, not *.hdl

2001-02-16  Oliver Specht  <os@openoffice.org>  [8ba444e6838f92559c7b3c086d9de84b8d0c315a]

        information interface for numbering components

2001-02-16  Malte Timmermann  <mt@openoffice.org>  [e7f0f67314ba1578cba8ea50b24c48b9e6f824cf]

        some cleanups

2001-02-16  Malte Timmermann  <mt@openoffice.org>  [5d556b80f255d451f73cbb04afe12818d89fd26e]

        PropertiesChange: Call base class

2001-02-16  Malte Timmermann  <mt@openoffice.org>  [1092a3ee6b14b49d8df2403628e592698cc54d00]

        changed the draw method for workwindows

2001-02-16  Philipp Lohmann  <pl@openoffice.org>  [59d2c10162b4bf1d34e80d4640cfdc70366e52d7]

        one instance for clipboard

2001-02-16  Malte Timmermann  <mt@openoffice.org>  [6cd1f48f8fb4341b67675aab357c9f5450dddf47]

        Implemented the Draw() method

2001-02-16  Malte Timmermann  <mt@openoffice.org>  [2fff4e87b4523860332d8a53b077828b1670b15c]

        Moved some declarations from cxx to hxx, changed the DrawWindow() parameters

2001-02-16  Armin Weiss  <aw@openoffice.org>  [b1620e2293fe02a434e04a1b698104fde131be7d]

        #83951# Added DocumentReload() to 3D flyer. The flyer needs to throw away it's latest buffered ItemSet which uses the ItemPool of the document when the doc is (re)loaded.

2001-02-16  jp  <jp@openoffice.org>  [93ca4558f6d13980b97cbcb304ea992a155e4689]

        im-/export the Rotate-/ScaleWidth-Character attribut

2001-02-16  jp  <jp@openoffice.org>  [467204178351d6e7ee6dcdd277881f595d0f67ab]

        im-/export the Rotate-/ScaleWidth-Character attribut

2001-02-16  Oliver Specht  <os@openoffice.org>  [be50646bbc23aeec9cc3f3d2f530270d89a97929]

        footnote/endnote properties completed

2001-02-16  Armin Weiss  <aw@openoffice.org>  [15d8d3864c387d8b2f808f61ce5d409fd5091c81]

        #83951# notify 3d flyer (if opened) that the doc is (re)loaded. The flyer needs to throw away it's latest buffered ItemSet which uses the ItemPool of the document.

2001-02-16  Niklas Nebel  <nn@openoffice.org>  [f6a83204acf05c376fa99e5d4d14283ba899b75c]

        #82084# XScenarios instead of XScenariosSupplier

2001-02-16  Caolán McNamara  <cmc@openoffice.org>  [4b1cc958f4918ea9608ba5c88bc480ddf059e0aa]

        Normalize japanese doptypography variable names

2001-02-16  Martin Gallwey  <mtg@openoffice.org>  [770890339914077c91509c21cdfa53de88a3bef7]

        GetLongText support added

2001-02-16  Martin Gallwey  <mtg@openoffice.org>  [71622a9666e35a9e43f61dcb52b7bedc8f563227]

        GetLongText support

2001-02-16  Martin Gallwey  <mtg@openoffice.org>  [c1fd480141cdffc86f3d002feffbe9ad88069fdb]

        Added storage to constructor

2001-02-16  Oliver Bolte  <obo@openoffice.org>  [063ce7e2b4572701fe4189db7a26810c14fc0b69]

        SRC622

2001-02-16  Martin Gallwey  <mtg@openoffice.org>  [d0e40f291fce0608d59274bdb46b4baf2f6b51c5]

        Initial import

2001-02-16  Martin Gallwey  <mtg@openoffice.org>  [0a2d73371877669a41a8ca6a2d316818d8577c52]

        Added XML support for Section Lists

2001-02-16  Martin Gallwey  <mtg@openoffice.org>  [bd59bc65f69c87440f511182498f4b68c5c4d7c9]

        Only enabled exceptions for files which use them + remove unnecessary CXXFILES section

2001-02-16  Martin Gallwey  <mtg@openoffice.org>  [75a6be4686b483cd1228f8fae332efcc35b87271]

        fixed SvStorage constructor

2001-02-16  jp  <jp@openoffice.org>  [6e3d8429b961ba45e9a1d7219d92b90f6493bede]

        new token: horzvert

2001-02-16  Martin Gallwey  <mtg@openoffice.org>  [234070324e4ac814526bea69a1d3b94034842144]

        Added XML support

2001-02-16  Herbert Duerr  <hdu@openoffice.org>  [22299d661ce5478ce6a0d4e5031516a2d4c805d9]

        add glyphcache peers for X11

2001-02-16  Andreas Martens  <ama@openoffice.org>  [35c71942fb8439f05adc11535907b4852219db06]

        Fix #83563#: Linenumbering outside of the page

2001-02-16  Jörg Budischewski  <jbu@openoffice.org>  [ab42167942da53a7539758e12b67b7da5e890564]

        #83737# feature for optional unloading of all previous loaded dlls added

2001-02-16  Kai Sommerfeld  <kso@openoffice.org>  [543e3fa99c48684eeeb2fb1d38e15eb6aaba308e]

        #83892# - Need to hold hostname and proxyname in an OString member,           because of somewhat curious neon API.

2001-02-16  Sander Vesik  <svesik@openoffice.org>  [635ee4a23505facfeaf906fd9404ee1be7325f45]

        Add support for NetBSD.
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-02-16  Sander Vesik  <svesik@openoffice.org>  [b644bb4942582d297ca4e006268b53a1a5d13a85]

        Merge support for NetBSD to HEAD.

2001-02-16  Sander Vesik  <svesik@openoffice.org>  [9a4869f233ace0e6f0b653cc24573bdc60ac26b4]

        Update support for NetBSD - treat it just like it was Linux or FreeBSD
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-02-16  Sander Vesik  <svesik@openoffice.org>  [648313d0e5c1dd79b25465ba77ce27e931b2868f]

        Update support for NetBSD.
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-02-16  Sander Vesik  <svesik@openoffice.org>  [af94af920ca8bc20096bbbea7d35df372bd7eca2]

        Update support for NetBSD, include <sys/time.h> instead of <unistd.h>
        
        Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2001-02-15  Sander Vesik  <svesik@openoffice.org>  [11a56d42cd9c06ab2c29a55dbc9a9d864608f87d]

        Merge NetBSD changes from OO614B to HEAD.

2001-02-15  Sander Vesik  <svesik@openoffice.org>  [2973ba7fc536ea5e2e91d74d8e6839c2dca86457]

        new post-619 base makefile

2001-02-15  jp  <jp@openoffice.org>  [73d5d1da13c861cb2aa3f19c0cb5d1f54ddffc81]

        new character attribute: rotate and scalewidth

2001-02-15  jp  <jp@openoffice.org>  [c34d14937ff13453cc2504a14ba5ca366eaed8b7]

        new character attribute: rotate and scalewidth

2001-02-15  jp  <jp@openoffice.org>  [497cda668155aab71ed3ae0594a5996dee25dbea]

        im-/export the Rotate-/ScaleWidth-Character attribut

2001-02-15  jp  <jp@openoffice.org>  [fef28a49098675a627382ff498251b5442e4e24f]

        ExportDopTypography: better compare for the forbidden chars

2001-02-15  Armin Weiss  <aw@openoffice.org>  [ca5549dad35570743e8af53b222635f4044c20ed]

        #83965# internally the real number of segments (edges) is used, no longer the number of points

2001-02-15  Sven Jacobi  <sj@openoffice.org>  [1d48dde4f2eb9f4b396ddcb2c6447d6f8665f971]

        vetices array is now arranged in pairs, added ability to swap x and y values

2001-02-15  Sven Jacobi  <sj@openoffice.org>  [1e801ffb42b3e97319c649b0d74f77749c43d6f8]

        vetices array is now arranged in pairs

2001-02-15  Niklas Nebel  <nn@openoffice.org>  [8dd9f54c38cc93d47481f76dbb46062694ee72a0]

        fill EditEngine for header/footer edit source only if data changed

2001-02-15  Christian Lippka  <cl@openoffice.org>  [2ad399d28cb4dbdbb5be0fb0a8aa93309aef4431]

        added presentation settings

2001-02-15  Christian Lippka  <cl@openoffice.org>  [144c64b87eccaced203a4ff802f10642b77fb5c4]

        fixed a precission problem with time conversion

2001-02-15  Dirk Grobler  <dg@openoffice.org>  [856b3424e264527bd9d768b283f5514650265b1e]

        #83885# sychronizing problems solved

2001-02-15  Dirk Grobler  <dg@openoffice.org>  [47000d75f62e6742a05e16b02de9f50250529a79]

        #83885# sychronizing problems solved

2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [19fdefaada79479d11e3554520200be8f4de2a72]

        add serverfont defines

2001-02-15  Nils Fuhrmann  <nf@openoffice.org>  [0810767099a733e438167882060e33b9434fc631]

        Fix for optimization error

2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [c46be87633e2ad9014a8429966df2465a99ab023]

        add serverfont defines

2001-02-15  Juergen Schmidt  <jsc@openoffice.org>  [54c2aa6c5aefdb5b154781d423b4ae852baf1bec]

        change output of docu differences

2001-02-15  Kai Sommerfeld  <kso@openoffice.org>  [5502eb2caad2d407692dff0ff1fefa93d80ce81d]

        #83892# - Use own functions to escape/unescape path segments.

2001-02-15  jp  <jp@openoffice.org>  [d90d6b4f999238e7183f07646a8e36643bdcfe35]

        #83369# FormLetter: prevent merge mail dialog duplicate (OS)

2001-02-15  Armin Weiss  <aw@openoffice.org>  [bf3786d0382027864a0d57603b6ba67b79f708ca]

        #81248# added functionality for IsCornerRadiusAllowed() to enable/disable corner radius fields in the dialog with the normal methods.

2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [464b643aacd3417284c3180e0b214caac27d97df]

        extend glyphcache architecture with platform peers

2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [7edef4b299f3896ffe92265a42e1a920ca3a78e6]

        serverfonts for UNX

2001-02-15  Juergen Schmidt  <jsc@openoffice.org>  [18a68ed43949d279739b0a7e24fd0bfb6ca5457f]

        add new target

2001-02-15  Juergen Schmidt  <jsc@openoffice.org>  [9f978a10f6bd47dd5e1297c55ebea13b14a33802]

        new

2001-02-15  Christof Pintaske  <cp@openoffice.org>  [393baae643f66b93ea08d5e749d7f3edd384b1f5]

        check for valid single service factory

2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [1915b01aa1c3cacdda7260f2b87f32e6ab1d2c8d]

        add antialising, enjoy :-)

2001-02-15  Sascha Ballach  <sab@openoffice.org>  [b212d97d617f593b18f25f3f55dda982f4a9e2ce]

        export/import of visarea added

2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [e1a1f0f32e7ee74fd1d249cdabffbd89721403c7]

        serverfonts for UNX

2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [5d7e912d0dbecfb4a6d378e3f0efe410cb842104]

        add glyphcache peer for X11

2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [5aa6a387624fc896cdbb1c58a26c0438dd754ce2]

        ifndef USE_BUILTIN_RASTERIZER

2001-02-15  Nils Fuhrmann  <nf@openoffice.org>  [02e850c743dea6facdc5ec3a6fc0ee7729bc743b]

        Added new functionality for multiple solarlists

2001-02-15  Christian Lippka  <cl@openoffice.org>  [f8422f78aec808efe673b97ce785fb854cd52e5b]

        #83627# support already created SdrObjects in control shapes add

2001-02-15  Herbert Duerr  <hdu@openoffice.org>  [f98ff6024c0b4fe2008e40d374710701d0296030]

        serverfonts for UNX

2001-02-15  Kurt Zenker  <kz@openoffice.org>  [31c29ce87b33d4f6dd86ab030b2ff9c3c543c8a9]

        new version for SRC621

2001-02-15  Oliver Specht  <os@openoffice.org>  [3762298241e4030af0db93715521e3cf87d7b1f5]

        new: XNumberingTypeInfo.idl

2001-02-15  Kurt Zenker  <kz@openoffice.org>  [4050d71940f0da053f71320a659f2d4109ab2602]

        new version for SRC621

2001-02-15  Oliver Specht  <os@openoffice.org>  [06f0eb8de720ae4dba61bc4781ea65a85764fdcf]

        #83730# fixed typo in SurroundAnchorOnly

2001-02-15  Niklas Nebel  <nn@openoffice.org>  [a7e2deaa2d6f5256e0b68d86da3a1b6d553bcacd]

        InvertSimple: test for hidden column

2001-02-15  Andreas Schlüns  <as@openoffice.org>  [a3a0738d06245faf78772a4c60b3c60bf5ffe036]

        #83884# add ctor/dtor to tIMPLExtractedArguments-struct ...

2001-02-15  Michael Hönnig  <mi@openoffice.org>  [e1a8de0cedeaeadcb8db9b3521ad45f3707fccd3]

        workaround for wrong typedef

2001-02-15  Frank Schönheit  <fs@openoffice.org>  [b30614491e0b8d2f85a7ad4bb3ecc6a8b64b4658]

        +wizardmachine.hxx

2001-02-15  Frank Schönheit  <fs@openoffice.org>  [ecbeace66f4d1d4aa4fd5cec6549c1999e0f5ebf]

        +wizardmachine.cxx +wizardmachine.src

2001-02-15  Frank Schönheit  <fs@openoffice.org>  [b6e21fac6b6fd5776d190008e25e9d37bc8159bb]

        initial checkin - a wizard dialog base class

2001-02-15  Armin Weiss  <aw@openoffice.org>  [fb59c49f875805fb56f877af27386305567651df]

        #81248# had to take back these changes, defaults are not allowed to be given back in GetAttrFromMarked(...)

2001-02-15  Dirk Völzke  <dv@openoffice.org>  [84eca7d7c3824245b2ee4e0f490834ddf6c37051]

        Don't compress versions when using the new file format

2001-02-15  Sascha Ballach  <sab@openoffice.org>  [bf925c44428978160a4a6520f017171e47d43d0c]

        export/import VisArea added

2001-02-15  Dirk Völzke  <dv@openoffice.org>  [253496c1a19b6e08dfdb0283c2f5b5d744ad3809]

        Don't compress versions when using the new file format

2001-02-15  Malte Timmermann  <mt@openoffice.org>  [12a0fc6801b08025d2a432f364eef559c1f02f37]

        #83333# Fixed bug in DoOnlineSpelling

2001-02-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c804ec040f367b7cc07e7be1653dda8001a20475]

        no -E switch anymore

2001-02-15  Oliver Specht  <os@openoffice.org>  [fe3cb134a450fe6d143f1a5abeb4be8818816f6b]

        #83916# create user TOXType if not available

2001-02-15  Andreas Martens  <ama@openoffice.org>  [b3ced9c8abf8b90353f30f7194b004a453e23798]

        Opt/Fix: Linebreak algorithm

2001-02-15  Daniel Boelzle  <dbo@openoffice.org>  [7b8b55fcba77eb45085be5ebd1d2ea0a417f028f]

        marked security types and uno/XCurrentContext as DRAFT

2001-02-15  Kai Sommerfeld  <kso@openoffice.org>  [af4d7974c0620459cc735b1d25e6dd78dc11d466]

        #83984# - Survive empty environment!

2001-02-15  Andreas Martens  <ama@openoffice.org>  [f4c87a2deb3076dc979a01ce795221459dfe6203]

        Opt/Fix: Linebreak algorithm

2001-02-15  Kurt Zenker  <kz@openoffice.org>  [0e09807a9a8eb843fb2074a6cd640347c004367a]

        new version for SRC621

2001-02-15  Kurt Zenker  <kz@openoffice.org>  [577c6ad14c817ac4cb8350721ee655e027ecace6]

        new version for SRC621

2001-02-15  Malte Timmermann  <mt@openoffice.org>  [bde7ee506a806f2d1e2e97d62fe3caf23a446741]

        #83076# StripPortions: Other Rectangle for vertical text

2001-02-15  Armin Theissen  <armin@openoffice.org>  [1ffeeaf4521fe73f96e3b8988f78e4327a9a1d5e]

        revision 1.7 on branch and stl includes corrected

2001-02-15  Kurt Zenker  <kz@openoffice.org>  [ce0c82f62991658dc7b798729a2b56654583f0b1]

        SRC621

2001-02-15  Kai Ahrens  <ka@openoffice.org>  [e647dc803b389f2e8301ecf46fc9e9a4ad68ad51]

        #83707#: new method ::SetSwapState

2001-02-15  Daniel Boelzle  <dbo@openoffice.org>  [ec4988fb8c740e6fe9678b3fd09c14ad5768b74c]

        throw CannotActiveException

2001-02-15  Malte Timmermann  <mt@openoffice.org>  [234cfcbb37fb5bd3b794b6b7646f084e8594220f]

        #83076# align centered/right for vertical text

2001-02-15  Kai Ahrens  <ka@openoffice.org>  [a4c12fa4d1a67e4ca5d194f9a92899b6019a29d0]

        #83707#: new method ::SetSwapState

2001-02-15  Kai Sommerfeld  <kso@openoffice.org>  [4bdfd362e3dc414bfea1bd09d072bcb1f603fdcb]

        #83892# - Fixed handling of escaped URLs.

2001-02-15  Kai Sommerfeld  <kso@openoffice.org>  [3e17a5b8034e1937f2e71ab5e1fbf9aac3fc2aed]

        #83892# - Added member aEscapedTitle to struct ContentProperties.

2001-02-15  Kai Sommerfeld  <kso@openoffice.org>  [3aa9d59ccbf141324362cbd83667b0cf38f310c3]

        #83982# - Added methods GetPathBaseNameUnescaped() and escapeSegment(...).

2001-02-15  Kai Sommerfeld  <kso@openoffice.org>  [5b69d3b705575666cd23947b79055f0e15b396a1]

        #83892# - Prepared for new neon PROPFIND interface ( not activated ).

2001-02-15  Sascha Ballach  <sab@openoffice.org>  [6a31e45361137f9812e194b457b56e092ab53e73]

        export/import VisArea added

2001-02-15  Kurt Zenker  <kz@openoffice.org>  [9f7810a8f74d7c6854faec71c6cbd531789f2e41]

        SRC621

2001-02-15  Kai Sommerfeld  <kso@openoffice.org>  [ac2698f8aaad02a19b87b5664a6841f23d2867a8]

        #83892# - GETReader and GETWriter now ignore 'data' with no length.

2001-02-15  Andreas Martens  <ama@openoffice.org>  [355f43774b45d7cfb21dddbd3c1382e52577237d]

        Opt/Fix: Linebreak algorithm

2001-02-15  Christian Lippka  <cl@openoffice.org>  [ca1e93f1c7976172fb80e95be3a6cb9e422ab68e]

        #83931# get current page before use

2001-02-15  Niklas Nebel  <nn@openoffice.org>  [a36a1a89b1d09af227cc7d1b37e7bef1ddf5ae9d]

        #83712# DoThesaurus: don't pass language to StartThesaurus

2001-02-15  Kay Ramme  <kr@openoffice.org>  [f3db10bddb4d1af4c5bb6023afae130a36e8900b]

        obsolete classes

2001-02-15  Kurt Zenker  <kz@openoffice.org>  [9170c34321d4adc8ebeb986fd72dfd1d7c06f426]

        SRC621

2001-02-15  Christian Lippka  <cl@openoffice.org>  [9f04b9c36eeaba41050febbcb754b29c10954140]

        added missing properties and delocalized first page

2001-02-15  Christian Lippka  <cl@openoffice.org>  [bcb0090a990aa7290a6853851376f62d7b502eb7]

        added name conversion helper

2001-02-15  Christian Lippka  <cl@openoffice.org>  [7f6670e98aa7c907378662fe9c4d74dd6781a47f]

        implemented a XNameAccess for XDrawPages component

2001-02-15  Christian Lippka  <cl@openoffice.org>  [cd488c749cc416eeaa93e57e95e0e863809528a2]

        implemented a XNameAccess for XDrawPages component

2001-02-15  Sascha Ballach  <sab@openoffice.org>  [d862c3be65f52ece8f0d2bca9eefd8ebc865c101]

        move Get*AttrTokenMap out of the loop

2001-02-15  Sascha Ballach  <sab@openoffice.org>  [f6489df4ffda64a8ebb23df22144ed3afcf36779]

        change len() to getLenght() on a OUString

2001-02-15  Christian Lippka  <cl@openoffice.org>  [7ad62d0ec9872af5e8dc79dbd94fb847c1cc509a]

        #83931# initialize doc correctly before xml load

2001-02-15  Oliver Specht  <os@openoffice.org>  [7e314adce64db86ef1fbf009fb47310cb523d8f4]

        #83369# FormLetter: dispatch URL corrected

2001-02-15  Oliver Specht  <os@openoffice.org>  [d676f50ac4ca81da8b55b059b597d2f71ad973e6]

        #83369# FormLetter: status method changed

2001-02-15  Mathias Bauer  <mba@openoffice.org>  [542bf371fdcf8ea4938f5f1d5bb4d3188f696cad]

        bug in findFrame with SEARCH_ALL

2001-02-15  Malte Timmermann  <mt@openoffice.org>  [ee4d0ed6c91f91120c85a823ac05509d2ba1ea13]

        KEY_V for vertical

2001-02-15  Malte Timmermann  <mt@openoffice.org>  [1af557a172207563323d1a5c3d3bdb6a94e62b90]

        ...

2001-02-15  Peter Burow  <pb@openoffice.org>  [9f6f27307b207f20bc944c38b667a11434b357ee]

        fix: #83937# erase leading chars of style names

2001-02-15  Peter Burow  <pb@openoffice.org>  [932f52bc2b4d8546a84e18634bd2f12341b367c8]

        fix: #83950# automatic update of preview in fontlist

2001-02-15  Oliver Specht  <os@openoffice.org>  [6551a16237803dcbd706fa8c6b3220af8996893c]

        rename: CharEmphasize->CharEmphasis

2001-02-15  Patrick Luby  <pluby@openoffice.org>  [1a3201d73905483a1c943ddd7df2276a61eb43da]

        Disabled optimization for Mac OS X to eliminate core dumps

2001-02-15  Patrick Luby  <pluby@openoffice.org>  [6661ddddf94353b961f917bb2ba3bde22298a4d9]

        Turned off optimization for Mac OS X so that the sax library will not core dump

2001-02-15  Patrick Luby  <pluby@openoffice.org>  [989594437a14eefd80624a7ca2582769a56f07d2]

        Update for Mac OS X

2001-02-14  Babak Mahbod  <bmahbod@openoffice.org>  [54748f685cb30a7513fd4de67e710201217c4f72]

        Better colour handling. New constants. New API utility files. Make files updated. ---------------------------------------------------------------------

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [e4dc3febc59470a76fa9d3b0a069f60fccb9191a]

        use Paste functions with XTransferable

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [1f1a7feed1caa008568985d277f6cd0edb701b48]

        Paste functions with XTransferable

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [3cbb6a002cf5dcd1ba5db33430be173b038d40a4]

        use GetOwnClipboard instead of ScGlobal functions

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [91f6d634a3888039a8777889d272c5eb6ef306f6]

        DoCopy: call SetClipObject

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [2a169e1c54c082e87dc3d8680d9813c43d1e0127]

        PasteObject: Size instead of DataObject as argument

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [53872ad032e0f889786374258bbd43e0b339aa3f]

        PasteFromClip needs document

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [e18e403d88fb10f6eb33be3316c755e87158a74f]

        use GetOwnClipboard instead of ScGlobal functions

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [d15fe33125f6e9103195e016b28e846d813a9c69]

        get clipboard doc from module instead of ScGlobal

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [d0017f7d8f4fb2d7db21d6c03c9cae522077d06d]

        access functions for clipboard document removed

2001-02-14  Daniel Vogelheim  <dvo@openoffice.org>  [f21205ab2bf6b1c4d4a239e4f93b0a49fb3203a4]

        - fixed: #83763# #83764# #83769# in all cases: DTD changed to match specification

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [0e8ea923cca8094ac98036e499ad509b380f26fb]

        Paste functions with XTransferable

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [36b377b96c88662d3627c9347c8c57f3df4b4ffa]

        GetOwnClipboard

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [46b348e139b82d2659a7c744833b572b105a393b]

        GetOwnClipboard instead of ScGlobal static functions

2001-02-14  Niklas Nebel  <nn@openoffice.org>  [0ed9e7a09910c24c8157fcd780c4b8545f4a1d68]

        ClipData (transfer objects for internal clipboard)

2001-02-14  Malte Timmermann  <mt@openoffice.org>  [787f510823f9337dc012fe8671e3b41a599b5e8e]

        create temp MultiServiceFactory

2001-02-14  Malte Timmermann  <mt@openoffice.org>  [59f65520ce29f8ae00849cc5ad6e426749ecfe16]

        overload Draw()

2001-02-14  Malte Timmermann  <mt@openoffice.org>  [37b2c0bdcd04e533fac2362ef3ccc872297c78d7]

        xMultiServiceFactory and MSFTempFileName

2001-02-14  Gene Anaya  <ganaya@openoffice.org>  [d0f1b22bef645bf99407136a3f3eff12d27d69d9]

        Remove stripped due to anonymous namespaces adding local paths to objects.

2001-02-14  mfe  <mfe@openoffice.org>  [c03f3bb45bfa88f181d83d17c0817dec09d2a1a5]

        fix sched priority

2001-02-14  Sascha Ballach  <sab@openoffice.org>  [920e74384af1379b5e17c7fd26bd01db12fc05d8]

        set the comment on the number format

2001-02-14  Eike Rathke  <er@openoffice.org>  [5284e0dcf70d9fed83e95402924438e7720010cd]

        #79632# ScanMidString: recognize 17-Jan-2001 to be a date

2001-02-14  Björn Milcke  <bm@openoffice.org>  [9a0e8ef75478f6a0eb31d882e5221b17efd7f1a2]

        export number formats

2001-02-14  Björn Milcke  <bm@openoffice.org>  [b29f49e1b7ef9c5bb79334fe1a45de0b0eba191c]

        Property map moved to PropertyMap.hxx

2001-02-14  Björn Milcke  <bm@openoffice.org>  [270b3a5c0237004a3d4abf920d5e1899790b454e]

        We need a style sheet pool for number formats

2001-02-14  Björn Milcke  <bm@openoffice.org>  [5dfbcf18fe15321c43d28c03ea36cb339eb710de]

        changes for number formatter integration

2001-02-14  Björn Milcke  <bm@openoffice.org>  [6e361a5adc908f6468aa024f1ddd0f8314146bf9]

        new file for Context defines and property map

2001-02-14  Armin Weiss  <aw@openoffice.org>  [1eacefebdba54aea43c9a37b2e80253eb9e4161b]

        Sorry, forgot to remove debug code before checking this one in.

2001-02-14  Nils Fuhrmann  <nf@openoffice.org>  [6dcc4a7bd1814c1621b7a01f1f37d7768e7f9ff9]

        Added new functionality for multiple solarlists

2001-02-14  Sven Jacobi  <sj@openoffice.org>  [653741d4e4acffe12bc05a27560898e4f4cc26c9]

        const nHeaderSize is now a define

2001-02-14  Sven Jacobi  <sj@openoffice.org>  [40dc92ab891e90b0cafe84629f4b295c97f7edbe]

        nHeaderSize is now a define, removing compiler warnings

2001-02-14  Kai Ahrens  <ka@openoffice.org>  [81c8991235d6448a02520facadce9aea7926d1f9]

        #83927#: hold clipboard at member after copy

2001-02-14  Oliver Braun  <obr@openoffice.org>  [b10e947f990edc2a1d2d5061b2fbbf5a58cf07d6]

        check if active before firing events

2001-02-14  Daniel Vogelheim  <dvo@openoffice.org>  [b7643afabab3becf514231e87e3a3e4169584dd3]

        - added: import of label documents - changed: document class for HTML/online documents now called online (rather than html)

2001-02-14  Philipp Lohmann  <pl@openoffice.org>  [021d77a42b87ff8629857f58604c3c534be1b2be]

        respect active attribute on XDropTarget

2001-02-14  Mathias Bauer  <mba@openoffice.org>  [a5cdaa421fb9beb86679b90f6ed8a4ec679c6c5b]

        #83947#: don't use UCB storages for alien formats

2001-02-14  Oliver Braun  <obr@openoffice.org>  [1cdf9bd25a9992af1de53f1bae1dc2b6da8ed770]

        added windows service names

2001-02-14  Eike Rathke  <er@openoffice.org>  [adb6b0c2d017b8d4fc73ad7e8f93cf4d71fdb789]

        #83510# ctor: A 4th subformat explicitly specified to be empty hides any text

2001-02-14  Kai Ahrens  <ka@openoffice.org>  [5f887761cfefe7eb1e1d077c768c5e2cd5b3c3fe]

        #83931#: use GetVersion instead of GetFormat

2001-02-14  Oliver Braun  <obr@openoffice.org>  [c9445476990fb9157d4f048ce12add5cd2c49b9d]

        changed active to be the default and call OleInitialize

2001-02-14  Oliver Braun  <obr@openoffice.org>  [5857e80e26e033ed2452c5cf1a2076e9b5778404]

        updated service names

2001-02-14  Oliver Specht  <os@openoffice.org>  [dc970e9a4e391537fb3814e0a2b011c51320ada6]

        #83926# HelpId for Biblio-TabPage

2001-02-14  Oliver Specht  <os@openoffice.org>  [208aa0ca61b6b2ff898b163eae382ecb707c52d3]

        #83935# KeyImput replaced by PreNotify

2001-02-14  Andreas Martens  <ama@openoffice.org>  [720bc92449804c3382b8dd62693fc39cc501ebac]

        Fix #82998#: Italic fields in small environment

2001-02-14  Kurt Zenker  <kz@openoffice.org>  [80e6007feb301b50c53982ec320b2cafe4888eb1]

        SRC621

2001-02-14  Sascha Ballach  <sab@openoffice.org>  [5c273292934d3fbb579cf3b7c5e9a0cc65a61eb1]

        only create undos if ScDocument::IsUndoEnabled

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [65c0aa569b32d9e917f4090c0c7ea0c0adc1bb50]

        #83795# change order

2001-02-14  Sascha Ballach  <sab@openoffice.org>  [2959e73ee1acaa3cd416f483a9e3129978aa992d]

        Add GetEmbeddedObject and IsEmbedded methods to the ScModelObj

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [a8e14666b62e3ffcb795ee79b99bc870133cea55]

        type change

2001-02-14  Oliver Specht  <os@openoffice.org>  [4b8a3c3d39d5a9ea8e01dc7ae7ad0b942b153d11]

        rename: CharEmphasize->CharEmphasis

2001-02-14  Oliver Specht  <os@openoffice.org>  [a0b3ff2b38bbb0d79c7cde52f55edf31b84610ea]

        SvxEmphasisMarkItem: use com::sun::star::text::FontEmphasis

2001-02-14  Oliver Specht  <os@openoffice.org>  [4a530abb69c649155409aa45bba78c44224ad262]

        #83933# Content index: don't generate Links to non-Headings

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [26f252185b203849bd12c601195037f5eee4805d]

        tablecontainer changed

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [8885adb3573e1997a5721bd9cc9b18c9fdf3dfb9]

        some changes

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [3736d819ec80a7218a544095121ef00655db90da]

        new string

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [bfc8982eacdbe8748fd3379ae7ce287601216062]

        some corrections

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [33a45e8bdfe6812f454a34d45aa6deb2ba4c9783]

        new lib

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [b038b7817a159e8672628f87dbe3dcbf11096cec]

        new helpids

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [afbfc565f2d333622bed050db54359d2d5263bfe]

        some changes

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [1337935489fc4df1846cff1acb80e3829a58fe80]

        tabledesign changes

2001-02-14  Kurt Zenker  <kz@openoffice.org>  [1ea240b0842d69b5a803201edc7fdb1c3dff4205]

        SRC621

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [0ec7545d268100380e1544d5d6fa5f83b07ac907]

        reanimation of tabledesign

2001-02-14  Oliver Specht  <os@openoffice.org>  [8ccdd0a67536a1c23b1d511ff29d89181f94fdac]

        #83900# UnoActionContext inserted in replaceAll

2001-02-14  Kai Ahrens  <ka@openoffice.org>  [c90cc1479bcad4150e072d0b498f1a05f2978346]

        #83927#: hold clipboard at member after copy

2001-02-14  Eike Rathke  <er@openoffice.org>  [00b65d82913524679a7f98f9c40196b25605b5c1]

        CalcFormulaTree recursion guard

2001-02-14  Philipp Lohmann  <pl@openoffice.org>  [1d2e54c7fa08fa085fd182570512f6532717cf0c]

        removed clipboard and DnD from DtIntegrator since not used anymore

2001-02-14  Michael Brauer  <mib@openoffice.org>  [01e599deaecf7115bdc69c26b7ae7adda0515010]

        OpenUCBStorage -> OpenStrorage

2001-02-14  Oliver Specht  <os@openoffice.org>  [6e250d9e9a4220892581f1cf5f9a4316858bf439]

        #83551# some CJK properties added

2001-02-14  Kai Ahrens  <ka@openoffice.org>  [52c555b22132db2d7687c97b58aae75b833b76b4]

        #83931#: don't check for BASIC warning in XML export (::SaveAs)

2001-02-14  Philipp Lohmann  <pl@openoffice.org>  [be2413bf9cbca611b9f949b350f37bc56f273ad6]

        forgot to initialize m_bPdf

2001-02-14  Mathias Bauer  <mba@openoffice.org>  [a8420391cedf2941433f52c4377e9d8a88e70680]

        #83248#: cancel termination if any component refuses

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [1c87080a66220a6fb0dbf47d252b8e888e65cbf3]

        impl sql stmt

2001-02-14  Daniel Vogelheim  <dvo@openoffice.org>  [f52048176fa8fd7a45c5894260014268c32ec11d]

        - added: UNO event support to auto texts - moved: core/inc/unoevent.hxx to sw/inc - moved: ui/inc/unotxdoc.hxx to sw/inc

2001-02-14  Mathias Bauer  <mba@openoffice.org>  [409373aeb789089ae6353d5961073fb91738dbb3]

        #83000#: don't crash if you get no beamer

2001-02-14  Sascha Ballach  <sab@openoffice.org>  [f69fedfcb7bb183db1bace8d3a6a3f716454abae]

        IsUndoEnabled added

2001-02-14  Oliver Specht  <os@openoffice.org>  [e8cbed3c28ce8d004f72810801e9936de33ddb2b]

        CharPropHeight and CharDiffHeight

2001-02-14  Oliver Specht  <os@openoffice.org>  [9793a34cae38f1fc472e387db510c5d92046cd9c]

        FontEmphasis constants

2001-02-14  Oliver Specht  <os@openoffice.org>  [372b773e9778c74909c141149b905197e68a93f8]

        new: FontEmphasis.idl

2001-02-14  Nils Fuhrmann  <nf@openoffice.org>  [d83538493ae3f7116cca1925a397365a19137b5b]

        Fixes: Read and Write for multiple solarlists per workspace

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [cd1b35607a295979e15b26387abaff652b66fb9d]

        if new table isn't a indexsupplier

2001-02-14  oisin  <oisin@openoffice.org>  [89d01e09140b99ac9729891c375e2abe660ebdad]

        autoconf'ed from configure.in revision 1.26

2001-02-14  oisin  <oisin@openoffice.org>  [fbcb9c2726d5a36683401e6479c23c4ad4d1e27b]

        Test for existence of patch program. Contributed by James Dines <jdines@mediaone.net>. Issue #377

2001-02-14  Andreas Martens  <ama@openoffice.org>  [b083b9e56a6255c8cdebbe7c88fd525e8bac711e]

        Fix: Show the linebreak

2001-02-14  Dirk Völzke  <dv@openoffice.org>  [5bf790075a45c44a2fde3aba34f896aedbf043fa]

        The first region should be located in the user directory, so read the directories in reverse order ( the user dir is the last one

2001-02-14  Daniel Rentz  <dr@openoffice.org>  [0747c64f5f853b699a1ddc5ff4e9c94032ef9adb]

        new class names

2001-02-14  Daniel Rentz  <dr@openoffice.org>  [ea2114c04d66759174a00273c6e4ed768c0c61cf]

        export of multiple operations

2001-02-14  Daniel Rentz  <dr@openoffice.org>  [8189d84f8153c2dbe784c612fe6701ebcafab96b]

        add: ScTokenArray::GetTableOpRefs()

2001-02-14  Daniel Rentz  <dr@openoffice.org>  [448935cfffb60479d194c8fe45da745f1621e237]

        fix: dumping error values in formulas

2001-02-14  Mathias Bauer  <mba@openoffice.org>  [0ec1047141baa8d0cd964c8c9dfbc6f75d61c138]

        better handling for non existing substorages

2001-02-14  Oliver Specht  <os@openoffice.org>  [e953f6425b580c6a359cb8d0ddf7a6e1566b2930]

        #83679# Bibliography: sorting in sequence corrected

2001-02-14  Oliver Braun  <obr@openoffice.org>  [f2e1cdd8500d9cdfbdf3c315a7960b81db685e46]

        updated service names

2001-02-14  Oliver Braun  <obr@openoffice.org>  [c3510b96413e4e0881a7bb6f3a60e8484e6310f0]

        include stdio.h for stderr

2001-02-14  Oliver Braun  <obr@openoffice.org>  [fa7e9aa2f8a7f3acae4d4db2566ad70f0cbe1361]

        initialize AtomToString table with value 0 (None)

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [94464c9a25332d75f9968979754dcb9647bbe21a]

        neew method

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [275de5bf49e9fe07ea107e1fe1caba5b3630442d]

        make parseContext const

2001-02-14  Philipp Lohmann  <pl@openoffice.org>  [e6dd4d6c809ed1282169a21586577f917ed7d411]

        do not send dragLeave on no drop target

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [093ca75e5e150a28c45928b5d63e36f7770b0fb9]

        metadata corrected

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [1062ac4c2bbbc6148553af832a6c28abf83c2068]

        change for keys

2001-02-14  Kurt Zenker  <kz@openoffice.org>  [04ca3da93c2d7e1c70df5896b5e8ab504513fac4]

        SRC621

2001-02-14  Daniel Boelzle  <dbo@openoffice.org>  [09efcd82b4eefbc104d9a314d8bf5501b70bfd60]

        incorrect exception decl

2001-02-14  Oliver Specht  <os@openoffice.org>  [b040177e859197fdd32cc40f56e9286f885f29a7]

        #83886# relative font height added

2001-02-14  jp  <jp@openoffice.org>  [ff5f36a026d3ce3a8ae4ab43e6bed1ec4514b66c]

        changes: international -> localdatawrapper

2001-02-14  Andreas Martens  <ama@openoffice.org>  [62c17dfba39ff6ec0f5e2bf41cce5383fcaafa7d]

        Fix #83553#: GetCrsrOfst and moving drawobjects

2001-02-14  Mathias Bauer  <mba@openoffice.org>  [e72739633550a6b05f217bc35d34af1dcf0cae0f]

        better handling for non existing substorages

2001-02-14  Mathias Bauer  <mba@openoffice.org>  [f0512df3c229cd27fe85f6b4903d2e2d19c44d85]

        Versions in 6.0 format

2001-02-14  Michael Brauer  <mib@openoffice.org>  [e1f0c84f890b6af7bc0812df2052e918ef76de99]

        Char(Diff|Prop)FontHeight -> Char(Diff|Prop)Height

2001-02-14  gt  <gt@openoffice.org>  [a51a7b7678bc60f29d0bb99b4828572d46222ad2]

        logging messages for import/export

2001-02-14  Tino Rachui  <tra@openoffice.org>  [69c1470af53d1b3ff982442fa9110e213d66f97d]

        #define _WIN32_DCOM removed and CoInitializeEx from osl_CoInitializeEx removed, we are searching for CoInitializeEx dynamicaly in InitDCOM in dllentry.c

2001-02-14  Oliver Specht  <os@openoffice.org>  [2bfccba45498a0b4d1132aac854be0e1c2c542c4]

        #83262# footnote properties in page style

2001-02-14  Tino Rachui  <tra@openoffice.org>  [0954b27adbb827cb2129e243e7b131366227e093]

        InitDCOM enabled again because we need CoInitializeEx

2001-02-14  Dirk Völzke  <dv@openoffice.org>  [80894b2841d9bc44f6657df8f96468c6810ba86c]

        #82414# Removed linkage with (TOOLLIB)

2001-02-14  Dirk Völzke  <dv@openoffice.org>  [f122a3a1a32670f23ab107f6c17ffcb5322decba]

        #82414# Substituted tools::List with std::deque to get rid of the tools lib

2001-02-14  Jörg Budischewski  <jbu@openoffice.org>  [7891abf4a7f46fb47c8dc574b576c54bd7764518]

        #83676# added java samples

2001-02-14  Oliver Braun  <obr@openoffice.org>  [e86502362c7e7a4270add9ef9ff8841ebc35b18b]

        TF_SVDATA

2001-02-14  Mathias Bauer  <mba@openoffice.org>  [c06bc4dae26200080e44a974ac4b856b49f7b2bf]

        #82689#: one more deadlock found

2001-02-14  Stephan Bergmann  <sb@openoffice.org>  [e5613727a2264341b9a1d145c3c028e59d17264e]

        #83188# Prevent crash when item set lacks the ID_FILETP_READONLY item (office documents found by the old chaos search had this problem).

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [7584543a512da0b0d2a46400d8c21bf2c98f8c58]

        correct metainformation

2001-02-14  Ocke Janssen  <oj@openoffice.org>  [a3d8acff972b4bad17ca1771fbcd1dd3cfbf5d6c]

        #83771# correct error msg

2001-02-14  Sascha Ballach  <sab@openoffice.org>  [84dc3ead573ba5d53ea292c4be4c6af089211e07]

        change view settings moved from tracked changes to view settings

2001-02-14  Sascha Ballach  <sab@openoffice.org>  [212275eeeb538fbe7e1ab9b44b6210b88cde4ec0]

        view settings added

2001-02-14  Sascha Ballach  <sab@openoffice.org>  [4c70664f920fb8f605804fb80d8ddaddc0d950d3]

        view settings added

2001-02-14  Patrick Luby  <pluby@openoffice.org>  [2ef35d10192bae814cdfd054314ce27a1e5c270e]

        Corrected typo

2001-02-14  Patrick Luby  <pluby@openoffice.org>  [bbd1317363fbf9921da28064e7f2dc35d6b8f386]

        Updated for Mac OS X

2001-02-14  Patrick Luby  <pluby@openoffice.org>  [e6e15c64d8ca6752c5aee66b4e1689e6572d5803]

        Added override option to special CDEFS

2001-02-13  Patrick Luby  <pluby@openoffice.org>  [e262319c9b531ffec6341ee73fed7c3d21f4e1a6]

        Update mapfile for Mac OS X

2001-02-13  Patrick Luby  <pluby@openoffice.org>  [392a824e52a63de8d64eb5a83e22816677374d1d]

        Force bmp.res to be built before bmp application for Mac OS X. On Mac OS X, all res files need to be built before the application.

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [8848ef05bc625f24df7ea21231edda1a8e827fe6]

        Create map file for Mac OS X build.

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [af577723799156130fed3332ca7683176639ac2f]

        Add map file for Mac OS X build.

2001-02-13  Patrick Luby  <pluby@openoffice.org>  [ee50e36f5c014bf677cad2b9298f00bcf1af0e09]

        Turned off optimization for Mac OS X so that it compiles in a reasonable amount of time

2001-02-13  Patrick Luby  <pluby@openoffice.org>  [5423112357c4b9b3adcd72700be9569ceb797e54]

        Switched Mac OS X from local semaphore implementation to native implementation

2001-02-13  jp  <jp@openoffice.org>  [4b920e0b45a42c55503dc03a7297733fb2cfb2a3]

        Bug #83829#: validate fieldname

2001-02-13  Eike Rathke  <er@openoffice.org>  [fb80124c7666988c843705540481cacd68fd8526]

        new: TableOpDirty

2001-02-13  Eike Rathke  <er@openoffice.org>  [15df1e749bb8b69ee0372f3d7d26c100ebf659ef]

        new: TableOpDirty

2001-02-13  Sven Jacobi  <sj@openoffice.org>  [9a90b9361d9749182b84eea4f5e88f9c41dbe958]

        added notched right arrow

2001-02-13  Kay Ramme  <kr@openoffice.org>  [2674dfcbf21accf3b1a6ece5f26db1c6d31e2391]

        Added method to boostrap a service manager (#83676#)

2001-02-13  Daniel Vogelheim  <dvo@openoffice.org>  [1543fb30216aca4e41d7283d96730a37834318f0]

        - changed: in wrtxml.cxx substreams now use common code - added: document classes for global, label, etc. documents - added: support for bSaveLinkedSections flag

2001-02-13  Daniel Vogelheim  <dvo@openoffice.org>  [bb98f302cdf0e969639ccdd61bae12cde6fab647]

        - added: text-global keyword

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [f936664e9d5adb8433af47a52a66ebab2dbd978f]

        #81738# correctly calculate the TreatNumeric flag in _loaded

2001-02-13  Michael Hönnig  <mi@openoffice.org>  [c70e338bcae1e0196344bfaf45040ae5f5143638]

        wrong fileformat (mac) fixed

2001-02-13  Jörg Barfurth  <jb@openoffice.org>  [a3ec1f5255cee8ed1790981b558036eb6ad9c310]

        New class CollectChanges to collect and wrap externally notified changes without a treeiml/nodeimpl cover

2001-02-13  Jörg Barfurth  <jb@openoffice.org>  [7b0c17e7e7cb1d5e8f18bc1826eae5f1ff2f78b0]

        Unified change information classes

2001-02-13  Jörg Barfurth  <jb@openoffice.org>  [9d5680a0c80c206b19ea4e197c956278f6748b45]

        Set element initialization is now deferred; External changes are intergrated as NodeChangeInformation

2001-02-13  Jörg Barfurth  <jb@openoffice.org>  [79e0c346e1cf5b9f6b6dc10d69128ac5cf767eb4]

        Changes from external notifications are now wrapped as NodeChangeInformation (instead of a full NodeChange)

2001-02-13  Jörg Barfurth  <jb@openoffice.org>  [cf10bdcf3448436cbb8e0a012cf8c5e27f34b896]

        Notification dispatch now based on NodeChangeInformation instead of full NodeChanges

2001-02-13  Daniel Rentz  <dr@openoffice.org>  [43aa4086f31417be160b6e81647cc3dcbfa3b5e1]

        multiple operations: absolute/relative references in parameter list (for mode 0 and 1)

2001-02-13  Jörg Barfurth  <jb@openoffice.org>  [e907b196da91527a52cb98d67cb44a0e144ef90c]

        Fixed stl includes

2001-02-13  Christian Lippka  <cl@openoffice.org>  [c95b00d78fde248567b7af7ee95dfd8deae010dc]

        #78749# set help id for name warning msg boxes

2001-02-13  jp  <jp@openoffice.org>  [8acd6906adb385347d798b794247cae61f31a107]

        export CJK Font attributes

2001-02-13  Sven Jacobi  <sj@openoffice.org>  [7ea08b13dc92b26e59de1f3e87f736d8ac8e4c7e]

        #83806# empty presentation objects do not support text furthermore

2001-02-13  Daniel Vogelheim  <dvo@openoffice.org>  [46b2b69c5bb4f75b08f0e312ea2041d151b39a96]

        - added: support for mute sections (needed for "save content" in global documents) - added: support for restricted auto text export

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [26908b35fab741a788a699aa837395db8d3e07ea]

        #83867# added a corner window

2001-02-13  Kurt Zenker  <kz@openoffice.org>  [0d06c5327b506f40ef8a7f5b8f797ab2d8756769]

        2 parameters for IsIntern

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [4268f445be1d09caa2d189d05faa94a62f98dd82]

        #83848# no multiline input for 'DefaultText' of FileControl / #83655# -1 as minimum for MaxTextLength

2001-02-13  Christian Lippka  <cl@openoffice.org>  [599851b4d5f96b9f813dd28bcc7ac24ee1a3e6d3]

        #71725# added hid for color ctrl

2001-02-13  Kurt Zenker  <kz@openoffice.org>  [891022a041333136fa94333a2bcc52e38d4ed074]

        syntax

2001-02-13  Dirk Grobler  <dg@openoffice.org>  [ac45e4807373afbffaecd376175e395634774d16]

        #83738# throwing of exception for failing updates

2001-02-13  Jörg Barfurth  <jb@openoffice.org>  [80dc89898912d5d3859c76a6d52bf2d169139858]

        Support for deferring access to trees; Extended NodeID functionality

2001-02-13  Jörg Barfurth  <jb@openoffice.org>  [3fe0b6d4a1f8009209529c767bbe5d5b0233f410]

        Support constructing child pathes

2001-02-13  Christian Lippka  <cl@openoffice.org>  [4d497689bd412617c6cfe520cd64090d1e3eba3b]

        #71725# added hid for color ctrl

2001-02-13  Jörg Barfurth  <jb@openoffice.org>  [a1721ddaf198b83d439171e5182271cbe79fc357]

        Unified change information classes

2001-02-13  Martin Gallwey  <mtg@openoffice.org>  [90f74c8f416929e1dd85f46d16d059406f625448]

        add unformatted text

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [d16126e9d4b4d8a2544c3377e5c07a610f601f8a]

        #83857# corrected the spelling

2001-02-13  Kurt Zenker  <kz@openoffice.org>  [b4c649bb9ccedcd81dee184b6d1869739e3a3372]

        lang::XEventListener

2001-02-13  Nils Fuhrmann  <nf@openoffice.org>  [85a573a598aaa5116c521e6dd693d524328a79e0]

        New funtionality: method Star::NeedsUpdate() return TRUE if one of the configuration files has changed. This includes single and multiple solar lists per workspace

2001-02-13  jp  <jp@openoffice.org>  [b15a23dd6d6346f8ebba163be103120b16176329]

        Bug #83797#: default is write UniCode

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [81fa681d22622c5dbdd42e2ed4f9c7b4abb99158]

        #83843# SetFormatDescription: correctly calculate m_nLastDecimalDigits

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [b7198553a1ea787c022be64637fc4df4d3fc6098]

        convertToSimpleType: when converting to string, handle SHORT, UNSIDNED_SHORT, UNSIGNED_LONG spearately

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [e045482219bc2d74a61831cc244d425acd0433ea]

        Add missing symbols from other map file.

2001-02-13  jp  <jp@openoffice.org>  [27e451d2fceb55e634b92d7beed1acd6817b7976]

        change FileFormatNow -> FileFormat50

2001-02-13  Christian Lippka  <cl@openoffice.org>  [9b0e8c467f3c49d889c3867e2be3bb07b8156709]

        #83806# reenabled placeholder text access for empty pres objects on masterpage for ppt export

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [425a09a9fddb70e6f44f535ae385145bab658617]

        Add map file for Mac OS X build.

2001-02-13  Ocke Janssen  <oj@openoffice.org>  [c9e6af38a6abcb5847a9dca8ef9a1f1e17778ab5]

        #83856# change text

2001-02-13  Ocke Janssen  <oj@openoffice.org>  [195162b6ce222d5d41baa5d49c94be9fb8fd0b04]

        #83871# column matching corrected

2001-02-13  Christian Lippka  <cl@openoffice.org>  [4fead5500451ef0de2154363daa21e7e889e7911]

        #83722# fixed export of lights

2001-02-13  Oliver Specht  <os@openoffice.org>  [a2b79372ba3b82fd36ac441176a5f084899f17e2]

        FILEFORMAT_CURRENT

2001-02-13  Kai Ahrens  <ka@openoffice.org>  [10866483a6ebf60e335b44a01a32a7796a2f848a]

        syntax

2001-02-13  gt  <gt@openoffice.org>  [8d329ea88da2570b5043285b43e05f4ce2cfd14d]

        Excel <-> Calc AddIn translation

2001-02-13  Andreas Martens  <ama@openoffice.org>  [cfcbbbf8472519e1e672420c6c06169652919064]

        New: Rotated text portions centered to the line

2001-02-13  Kurt Zenker  <kz@openoffice.org>  [84ee20036c7a63c689d506e8d3324a29c78be9e2]

        SRC621

2001-02-13  Kurt Zenker  <kz@openoffice.org>  [277cf06841be1a966a5afef78b2e767768ab7f76]

        SRC621

2001-02-13  Vladimir Glazounov  <vg@openoffice.org>  [fc3a4018d401c463b09e9c3e8b1d9c0bd4ac6ea8]

        Changed quotes in include for brackets

2001-02-13  Kai Ahrens  <ka@openoffice.org>  [d4a6facfd78574f9687da5124e6b16a7cd6e99cc]

        sim.lib removed

2001-02-13  Peter Burow  <pb@openoffice.org>  [5bd00d57a191da611371fe53afb56010ab1993d4]

        fix: #74124# no reset in LoseFocus() any longer

2001-02-13  Vladimir Glazounov  <vg@openoffice.org>  [bc9aac97b0baad2251b40db1d616dcf0b3fe93d5]

        new version for SRC621

2001-02-13  Oliver Bolte  <obo@openoffice.org>  [510cc21e9534b5e2141e3d4827622afacef0da16]

        #65293# moved clsid

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [f74bac7fa03a2a610b31090228dc0eafa9a88797]

        tab_index -> tab-index

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [aee3a05f1d6b54edfa5aadae04fd39d6c2d3d84f]

        create an OPasswordImport if necessary

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [f731b09e967b0a5049e74298c55eb2ad544e323a]

        text-area -> textarea

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [e317e3478c99f9aba17dbb8df8c1b19679628f1e]

        #83849# removed the style-name attribute

2001-02-13  Andreas Martens  <ama@openoffice.org>  [7228c0483e0a09b4ba8ebb0860dada9d3adcdf54]

        Fix: Cursortravelling in rotated text portions

2001-02-13  Kai Ahrens  <ka@openoffice.org>  [dcbe62695d37d69fc481ca1b2ef89f160a5d597f]

        sim.lib removed

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [7523719e28977a4a90c27be3172a4de5ebeaafa1]

        #81230# deliver localresaccess.hxx

2001-02-13  Oliver Specht  <os@openoffice.org>  [d1c83a6f305e1749fe905031f1822dd4685b4841]

        #83827# dispose connection in ::~BibliographyLoader

2001-02-13  Rüdiger Timm  <rt@openoffice.org>  [a7970668f7497c9119c522a4dde8cb72405d9f82]

        new version for SRC621

2001-02-13  Rüdiger Timm  <rt@openoffice.org>  [05acd7f12809e0260ba2aceb349ecf2aa9ed9ab5]

        new version for SRC621

2001-02-13  Oliver Braun  <obr@openoffice.org>  [964a341687b28c673cfe1f1fcff73de115d01ac8]

        fix compiler errors and warnings

2001-02-13  Kai Ahrens  <ka@openoffice.org>  [1fb9a0369f43c34fda74c22c412686e027b75bff]

        sim.lib removed

2001-02-13  Tino Rachui  <tra@openoffice.org>  [833ebb1de45f27b689d393d2e19922c800db3229]

        *** empty log message ***

2001-02-13  Joachim Lingner  <jl@openoffice.org>  [cd99eec1dfee801d5d40185f3790432dcc3bd172]

        XDropTargetFactory include has been removed

2001-02-13  Dieter Loeschky  <dl@openoffice.org>  [da68f91e24ffab0d06d1ae0b6eda47f15ddea304]

        #75875# SlotArray non static

2001-02-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1058de1884c3239461b9a50d6a3a61ab7b07367]

        fixed left tmpfiles when building group targets

2001-02-13  Oliver Bolte  <obo@openoffice.org>  [c7444f22a7408b801901d876a5fd729a72cf0c4e]

        #65293# parse error linux

2001-02-13  Nils Fuhrmann  <nf@openoffice.org>  [f649ac72a14cdcddb2a836c13e381eaac3d89b17]

        Fixes for UNIX platforms

2001-02-13  Kai Ahrens  <ka@openoffice.org>  [42e7ab4db814032a8efafaa3aae9d9f11d46caf6]

        new filter interface

2001-02-13  Kurt Zenker  <kz@openoffice.org>  [4d67507f5ed3210ae8983089b926dbdc0456032e]

        new version for SRC621

2001-02-13  Kai Ahrens  <ka@openoffice.org>  [667bd43e3f792b3f70c97d785c9df6d34c3f4438]

        initial revision

2001-02-13  Kai Ahrens  <ka@openoffice.org>  [3901e1132bb1e594bcf4ee25f959483c8c1f1889]

        new filter interface

2001-02-13  Christian Lippka  <cl@openoffice.org>  [f23dd76effc48b29ec2ee4cd06db04d7ac0b285c]

        #83700# scale bitmaps for plug-in

2001-02-13  Christian Lippka  <cl@openoffice.org>  [ed9b5818f205986fe137243b78df35bf7080bc27]

        fixed include

2001-02-13  Joachim Lingner  <jl@openoffice.org>  [e747e879e2258c9e15bfee5ab9fdd25ffa629a60]

        *** empty log message ***

2001-02-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [713b923ce809fd40b699f289b5bb9aa568caa0aa]

        make sure to remove the prefix

2001-02-13  Niklas Nebel  <nn@openoffice.org>  [4c8ad5804f4908affd9728a9f5d24ab5918d1084]

        handle single ole object

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [1e59a0a80a47b53fda05851259e793f1313d48a6]

        #83775# reload or load, depending on isLoaded

2001-02-13  Niklas Nebel  <nn@openoffice.org>  [b4f1e9e1ffbc249cc0356e3363fd57f6b8d5e120]

        GetSingleObject

2001-02-13  Martin Hollmichel  <mh@openoffice.org>  [10011753405c69f52b5f173c3fd95f7549552e9e]

        chg: test

2001-02-13  Oliver Bolte  <obo@openoffice.org>  [223b2ff38bb575190de211df20aea3cec6b1507a]

        Exceptionflag on for eventsupplier.obj

2001-02-13  Kurt Zenker  <kz@openoffice.org>  [2e83e808f4c60b6905564c83e9c02b8e6745d232]

        new version for SRC621

2001-02-13  Joachim Lingner  <jl@openoffice.org>  [f9ac8a1cec94d518e13241581ab66f2932923898]

        *** empty log message ***

2001-02-13  Joachim Lingner  <jl@openoffice.org>  [0f31394b38911b2084ba08f12b0ba4177ce3908d]

        *** empty log message ***

2001-02-13  Ocke Janssen  <oj@openoffice.org>  [55eefe65be5b6c8af3ce58f70aae47fbd5e1c358]

        define some types if not defined yet!

2001-02-13  Malte Timmermann  <mt@openoffice.org>  [b2ada34a213ac984ca00e92519f87e4de925433a]

        Use the new clipboard interfaces

2001-02-13  Kurt Zenker  <kz@openoffice.org>  [c998b9ad7327cd7ffb275163327877df80df9507]

        Merge SWT614: 13.02.01 - 11:27:59

2001-02-13  Oliver Specht  <os@openoffice.org>  [71053f4b212f5a715c198bc76164f3edc40f6738]

        #83826# String::CreateFromAscii added

2001-02-13  Kurt Zenker  <kz@openoffice.org>  [cfde7033b4029b9bcd797082b816746688c3ff6b]

        removed redundant backslash

2001-02-13  Oliver Specht  <os@openoffice.org>  [3a72d9620319574798857c94ff2d4b2160ebbfd8]

        #83813# Web background added

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [cc80047636f2cdc440acefb6ff3ef719f8287db8]

        STR_CHARSETKEYS is obsolete

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [8af0a66dedfb8a10edb0e7b101e43751c8edb0b0]

        #83632# merge IBMPC, IBMPC(850), DOS

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [3bb95969d9134e478dd8707814b80d7afd3cefe8]

        #83632# merge IBMPC, IBMPC(850), DOS

2001-02-13  Dirk Grobler  <dg@openoffice.org>  [249b98a27ea660cdda09c704ffc0b00944903f32]

        #83239# timing output

2001-02-13  Oliver Specht  <os@openoffice.org>  [98ed3cc9baa4de0ba503b0708542f7b2af8a50ec]

        bottom distance increased

2001-02-13  Nils Fuhrmann  <nf@openoffice.org>  [fa7d49a0e3f2b710d617981cbdba0245fcee2372]

        Added functionality for multiple solar lists

2001-02-13  jp  <jp@openoffice.org>  [105757787eed83f991c3424dcf1bc3a8b59f12c1]

        Bug #83787#: export default attributes, which are different to RTF-specification

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [1b4f40404d52242a2964c835c256ae63c0788284]

        prevent an assertion because of an outdated file format ('til SUPD>=622)

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [33e424ae98682dd1642ac2354b48fa37bf38a3d0]

        #83529# introducing ORadioImport - need special handling for DefaultState / State

2001-02-13  Frank Schönheit  <fs@openoffice.org>  [51f00eec07b408b3ff35f13fe413bffd3dc4ad8f]

        #83528# no CurrentValue property for password fields

2001-02-13  Christof Pintaske  <cp@openoffice.org>  [7223e66baec66f3ff3641f7130850925cecbc89e]

        dont free alloca-ted memory

2001-02-13  Andreas Martens  <ama@openoffice.org>  [ad355e2b2449421786c0abe8f9ee740e9153eae3]

        New: Proportional font width

2001-02-13  Oliver Specht  <os@openoffice.org>  [e4b2fbf4b0bc86601e9b7ee109cb8cb7e483ac31]

        #83262# footnote properties in page style

2001-02-13  Oliver Specht  <os@openoffice.org>  [adda854d2d7d516e943461da808aae36848542fe]

        footnote comments corrected

2001-02-13  Oliver Specht  <os@openoffice.org>  [5674cb2a2649050be26da8e62179a631f5beb946]

        #83262# footnote properties in page style

2001-02-13  Oliver Specht  <os@openoffice.org>  [6d58c85c28186dd1679117a6e07b5def035c5744]

        #83262# footnote properties in page style

2001-02-13  Thomas Lange  <tl@openoffice.org>  [33262009a33c741b2611b3c0981ecf0ae0bab815]

        RegisterPluginMenuBar added

2001-02-13  Oliver Specht  <os@openoffice.org>  [047248afda1a13c289928cc06164f401d7cd2d51]

        new PageProperties.idl

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [cb0fca83bdd69cf2073ad58d8f0529b7264e4d58]

        Add map file for Mac OS X build.

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [3331b35c7df23fb5e41d2133ac13348237a9e1cd]

        Add map file for Mac OS X

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [05aae65ea437b182d56243073c16d80a2dff96ab]

        Added missing symbols from other map file.

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [4a96aa6e84665c73c536e7d3d3455c4b9f4b24e7]

        Create map file for Mac OS X.

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [336dd4a3af0bcd32d42d7dd35c2b54dfe77086c1]

        Add map file for mac OS X.

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [ee4de7c1e47d11e97c5b612878ab34c3246b78c4]

        Add initial map file for mac os x.

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [9a99716286d9f9b02de75bd5b727c917a002050c]

        Add map file for Mac OS X

2001-02-13  Patrick Luby  <pluby@openoffice.org>  [5541d008480ba2b53622d999d123fd027c6e3bb0]

        Turned off optimization for Mac OS X so that code will compile in a reasonable amount of time

2001-02-13  Patrick Luby  <pluby@openoffice.org>  [a71a687cd280213c3037e49ccdc464bdddc95787]

        Turned off optimization for Mac OS X so that code will compile in a reasonable amount of time

2001-02-13  Gene Anaya  <ganaya@openoffice.org>  [3c6d15a2dcc895a6eeb472f49bc0721ae2593332]

        Added more symbols to the map file

2001-02-13  Patrick Luby  <pluby@openoffice.org>  [c7b64555d82d5d0cf8f719036ffd5cd122847288]

        Added MACOSX with other Unix platforms

2001-02-12  arellano  <arellano@openoffice.org>  [9316caa359d7f7558751edc760eb6ac1e1d9335e]

        Added missing message

2001-02-12  Patrick Luby  <pluby@openoffice.org>  [d951b1166bcf724700f8071761bed6c9a612516b]

        Moved symbol renaming for Mac OS X to solenv/inc/unxmacxp.mk

2001-02-12  Patrick Luby  <pluby@openoffice.org>  [9eae1ae4e501f7a05b6015edf8a708b130e34d04]

        Moved symbol renaming for Mac OS X to solenv/inc/unxmacxp.mk

2001-02-12  Niklas Nebel  <nn@openoffice.org>  [9ca459299374d7bd9a709a47af800fb3dd75672c]

        #83721# hyperlink bar button removed from tool bar

2001-02-12  Niklas Nebel  <nn@openoffice.org>  [d08dc694bbad7f36a5802a6b7747c8c607c9abba]

        #83819# IgnoreTab=TRUE for MultiLineEdit

2001-02-12  dic  <dic@openoffice.org>  [f315ba6b395dad283f014250522f7280e69b3d0a]

        #82560# implement portal-specific functions.

2001-02-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb558b737043e41590c4e4e1470241d6a0c9be0b]

        patch dependency when parsing files in MISC

2001-02-12  Mathias Bauer  <mba@openoffice.org>  [b4436d90807c181bb602bbc40f9a951fa4632a96]

        OpenOLEStorage

2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [4770e37d6638f71193ac724f6ca58c0b69fe4df3]

        #83239# preloading of ucb configurationdata

2001-02-12  Dirk Grobler  <dg@openoffice.org>  [b0c9bf53b623a21037e6e02d77a7ad705e62d3f4]

        #83239# preloading of ucb configurationdata

2001-02-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [da2e819c9154f88c72eb2b6af7ab36a4b390ddd2]

        generic dependency rule

2001-02-12  Ocke Janssen  <oj@openoffice.org>  [ba21cc84cd924084de412b9f785568f1951e63f7]

        #83803# change id

2001-02-12  Dieter Loeschky  <dl@openoffice.org>  [f4818d255a204eced6fc7f9e77c0367bef782c3a]

        #82951# remove SlotArray

2001-02-12  Dieter Loeschky  <dl@openoffice.org>  [f86766475653d1f5fbaeeb7a6ee6429f00aece7f]

        #82951# set SID_SIZE_PAGE as default in SID_ZOOM_TOOLBOX

2001-02-12  Stephan Bergmann  <sb@openoffice.org>  [8a6973ee3bd6962e943c432901b2285eddd4d7d0]

        #83237# Added flush().

2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [59894e0e1efe07a0348a1ffc61f726eaa0d9310e]

        Updated/Reformatted documentation.

2001-02-12  Malte Timmermann  <mt@openoffice.org>  [ded7cc6308e22ae90f118b59e84ae037f8fb4c90]

        UnoDialog: Recursivley set design mode

2001-02-12  Malte Timmermann  <mt@openoffice.org>  [fa1841831a857478e00e2ff4ca747c6040924105]

        draw hack only when parent

2001-02-12  Malte Timmermann  <mt@openoffice.org>  [ceefad548ee7f9867defb50cdfb3ad3b8fed9735]

        Fixed a small bug in getTransferData

2001-02-12  Patrick Luby  <pluby@openoffice.org>  [f071f455821a088386eb0da7a43f6ae0e76f889e]

        Added several com/sun/star/reflection files to UNOTYPES so that we can instantiate Mac OS X static data members in this project

2001-02-12  Christian Lippka  <cl@openoffice.org>  [f543f9a426789f98e7d755e13669867f4a8f5a84]

        #83390# only catch uno exceptions and be aware of localy cached components

2001-02-12  Oliver Bolte  <obo@openoffice.org>  [7b30f62e083bef1f36436dde78d795eb6c10f25a]

        SRC621

2001-02-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1dbfed267f8acb3741b79b279e124303de530929]

        define to detect compiling without exceptions enabled

2001-02-12  Frank Schönheit  <fs@openoffice.org>  [5a4f74e82c3525e1e2e1a790a78fb2b86c696f8f]

        InvalidateFeature_Impl: some more thread safety ...

2001-02-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5a19e183b9130dd21c83d303f69ea32526f80ff]

        prepared upcoming task force

2001-02-12  Stephan Bergmann  <sb@openoffice.org>  [83d09d0108ee22a68d79bf14f1d8e9b6a28dee23]

        #83045# Increased read buffer size from 2K to 32K to increase performance.

2001-02-12  Thomas Lange  <tl@openoffice.org>  [f547309f59a60321e6e486292cd70a50221170e9]

        GPF fixed. pView checked against NULL

2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [f5cd746ecfa2a48f40f6083efd563984a344b8df]

        Updated/reformatted documentation.

2001-02-12  Peter Burow  <pb@openoffice.org>  [ca5050c94b98b9d951dfc4145143c29c13283e7d]

        chg: URL-Box is back

2001-02-12  Oliver Specht  <os@openoffice.org>  [5fa041be7a085141972bba9a6f8e596f18b54bc0]

        #83586# getDefaultProperty corrected

2001-02-12  Stephan Bergmann  <sb@openoffice.org>  [2bb979d1634145b7ea3b783ee2bbf9807bb50d27]

        #83045# Updated documentation.

2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [c51109983497750bb206820e65cda0593a051592]

        #83045# - Added testcase for 'globalTransfer' command.

2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [fcfa9d404eb0186bf74be2627f0b20c411bea888]

        #83045# - Optimized: Now uses command environment proxy to cache remote           interfaces.

2001-02-12  Joachim Lingner  <jl@openoffice.org>  [7d630778109556e1b290606216d0202105f287c2]

        *** empty log message ***

2001-02-12  Sander Vesik  <svesik@openoffice.org>  [df6d4e07e8d0da02a56bca5527b85ec230748002]

        Remove stl/ from #include statements

2001-02-12  Joachim Lingner  <jl@openoffice.org>  [e482548c4013ad9dbf5543a3d435a35a08616c23]

        *** empty log message ***

2001-02-12  Malte Timmermann  <mt@openoffice.org>  [514e99e56e2772025a20564eb823695b329f05c4]

        Use the new Clipboard Interface

2001-02-12  Oliver Specht  <os@openoffice.org>  [47504718f3746a32c98e74f9ab6cc219ad5850f3]

        #83654# SwXTextSection: XMultiPropertySet added

2001-02-12  Armin Weiss  <aw@openoffice.org>  [94810b08df9a88df2e7192abbf93b2f456169850]

        #76008# SfxViewShell does have priority in using hotkeys now-

2001-02-12  Oliver Specht  <os@openoffice.org>  [363840842dd8c77e03976d69014b016100c4ff30]

        use delayed mode in configitems

2001-02-12  Oliver Specht  <os@openoffice.org>  [610085fc5b5c399438cc763461883239c4d81f50]

        enable delayed update mode

2001-02-12  Oliver Specht  <os@openoffice.org>  [1216e0a1fce06b5fa01f351ee923fa8ab2474a77]

        use Impl-struct

2001-02-12  Dieter Loeschky  <dl@openoffice.org>  [c26566f014da5a7ae82d12d112334bd5762d07c2]

        #78547# SID_STYLE_EDIT: broadcasting stylesheet changes for all levels

2001-02-12  Joachim Lingner  <jl@openoffice.org>  [0274b32abb28964470b7e6ae7bc23823821aecf9]

        *** empty log message ***

2001-02-12  Sven Jacobi  <sj@openoffice.org>  [f5e58e19952dbbee335ceb720d27d350d2cc1ca1]

        #76656# now setting hyperlink color

2001-02-12  Thomas Lange  <tl@openoffice.org>  [dffa20b4a5586984f98793563bd3ab2686d399b9]

        Name change LinguConfigItem => SvtLinguConfigItem

2001-02-12  Oliver Braun  <obr@openoffice.org>  [d59c7ff8cc32ae0779fca6d85d39ba6d6c0516cd]

        dnd enhancements

2001-02-12  Sascha Ballach  <sab@openoffice.org>  [ff0685c9642f25e31f4d2d1ba7f5f618e638fa61]

        now it is possible to export and import matrix formulas in change track.

2001-02-12  Daniel Vogelheim  <dvo@openoffice.org>  [0f127e8985126ca25c3692f28b57004db93a9de0]

        - fixed: width and height variables initialized - changed: avoid build-problem due to use of obsolete constants

2001-02-12  Sascha Ballach  <sab@openoffice.org>  [2805f79726e3d4fa1e693384bc44c9bc829b0c8a]

        remove the LoadCellContents methods form ScChangeActionDel and ScChangeActionMove, because they are not needed anymore.

2001-02-12  Frank Schönheit  <fs@openoffice.org>  [6ce790f1968a644ea2139f0ab5958347d3bcdfea]

        recognize non-NULL errornous streams, too

2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [43eacefc2b1d59cc9a1c5cc9f0ba3c930c37eab2]

        #83045# - Added commandenvironmentproxy.obj

2001-02-12  Dirk Völzke  <dv@openoffice.org>  [b1648b2417e72823c3ad07e415625825a63d43c5]

        getEventName_Impl() isn't needed any longer, don't throw unspecified exceptions

2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [93badce27ecb3e699471c5ac23822fdfaf25def2]

        #83045# - Initial revision.

2001-02-12  Kai Sommerfeld  <kso@openoffice.org>  [3507c5da71b7237e7172ccb5afc4e3d288e13193]

        #83045# - Added commandenvironmentproxy.hxx

2001-02-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9ef3af601002bc1e62404065074b5f94640d1869]

        projectpch

2001-02-12  Joachim Lingner  <jl@openoffice.org>  [8d0adc650eed3f3486aea14e88c75a00926ad371]

        interface changes

2001-02-12  Oliver Specht  <os@openoffice.org>  [3dd935b5e7e511e9ec3f51d42a2e1134c0ab64de]

        interface change: GetEventNames

2001-02-12  Oliver Specht  <os@openoffice.org>  [c02b2f988cabf7801dd7b7a1299d31c8aaadcb99]

        interface change: GetEventNames/RegisterEvent

2001-02-12  Joachim Lingner  <jl@openoffice.org>  [b1008047743e01eff06edd12c4d347bff06b1347]

        interface changes

2001-02-12  oisin  <oisin@openoffice.org>  [1a4f2cb5127b8881cd32dc7e44affe4c288d9520]

        Configure now works with Solaris 8 so updated 'unresolved issues' list

2001-02-12  Kurt Zenker  <kz@openoffice.org>  [2f64c6847744f1f6e412fc6c2c8b0314a7456c5b]

        Merge SWT614: 12.02.01 - 11:53:59

2001-02-12  Kurt Zenker  <kz@openoffice.org>  [0a49e4bba62e1986d358b276db89dc78d0629577]

        Merge SWT614: 12.02.01 - 11:53:00

2001-02-12  Ocke Janssen  <oj@openoffice.org>  [589b315d02da9e69088e4da80c8ddff651db8726]

        #83705# #83735# column_ref changed

2001-02-12  Ocke Janssen  <oj@openoffice.org>  [245bc316daffa91ed7754c41ae03235fc3ead49b]

        #83705# column_ref changed

2001-02-12  Jörg Barfurth  <jb@openoffice.org>  [6536c5769af1ec3fb1b68195ebb4a3ffaa8ee5dd]

        Remove 2nd argument to findElement (which should never have got checked in ...)

2001-02-12  Sven Jacobi  <sj@openoffice.org>  [0fac52c96015c18397e548f8cb2f49ff3c020cbd]

        also set tabulator at FirstLineOffset when bullets are disabled (Issue148)

2001-02-12  Oliver Specht  <os@openoffice.org>  [93332f1e7f7e125aecc070783d07f3f9d8dc70d7]

        enable delayed update mode

2001-02-12  Stephan Bergmann  <sb@openoffice.org>  [b6cbb40dad536d714522cdb2d7f9cf31319d6c10]

        #83642# Flagged XRemoteContentProviderActivator as 'deprecated' (for lack of a 'draft' flag).

2001-02-12  Kurt Zenker  <kz@openoffice.org>  [28318e5cc59b42ce5b93da19c8f9a099e38d39a8]

        Merge SWT614: 12.02.01 - 10:30:17

2001-02-12  Kurt Zenker  <kz@openoffice.org>  [fe60d5f459331e5f3c4d7c2370af922d53d87286]

        Merge SWT614: 12.02.01 - 10:29:18

2001-02-12  Kurt Zenker  <kz@openoffice.org>  [5c334b5cd4dcf76e9e24d27b8fc13e360ba8e80f]

        Merge SWT614: 12.02.01 - 10:28:17

2001-02-12  Kurt Zenker  <kz@openoffice.org>  [6e25a8e01ca0d407f50b98e4f4680c04f26fd4e1]

        Merge SWT614: 12.02.01 - 10:27:15

2001-02-12  Kurt Zenker  <kz@openoffice.org>  [886b2aac9211ad1a123797161cb77f627610e569]

        Merge SWT614: 12.02.01 - 10:26:15

2001-02-12  Kurt Zenker  <kz@openoffice.org>  [eeb4515defeb1acebe9df4555f710db089aa99ea]

        Merge SWT614: 12.02.01 - 10:25:16

2001-02-12  Kurt Zenker  <kz@openoffice.org>  [9704c5253bd768e40d06ccf1207d4379b21fc872]

        Merge SWT614: 12.02.01 - 10:24:13

2001-02-12  Oliver Specht  <os@openoffice.org>  [fe5f38324db1127a50d4fd0c35f6d4e2f5192de1]

        #83340# throw exceptions if the table is complex

2001-02-12  Kurt Zenker  <kz@openoffice.org>  [b6fd004d57d4ee957e19e9885e907b798f627135]

        Merge SWT614: 12.02.01 - 10:14:35

2001-02-12  Oliver Specht  <os@openoffice.org>  [fa5df635c3fdf72594d3c41a983b343c34962f72]

        #83607# interface of number format changed

2001-02-12  Oliver Specht  <os@openoffice.org>  [7f45c035640c6c9f9c16e6f8a89a3977c7540496]

        #83730#-#83732# service names corrected

2001-02-12  Oliver Specht  <os@openoffice.org>  [f7242028dd315cc58fcef6d6ec90dc69e090e523]

        Width-duplicate removed

2001-02-12  Frank Schönheit  <fs@openoffice.org>  [d36e06a5b2068ebd1fcfe271d0cb2400f0abc1fe]

        initial checkin - helper class for implementing module-functionality in SFX-less components

2001-02-12  Patrick Luby  <pluby@openoffice.org>  [e21abb879e8afbca323c9a88623074d4a71f27d8]

        Updates to compile on Mac OS X and to move duplicate static data members to cppuhelper project for Mac OS X

2001-02-12  Patrick Luby  <pluby@openoffice.org>  [3107cf9c034feb355062c3176e1d1c3ff5edc945]

        Updates to make cppuhelper test program compile on Mac OS X

2001-02-12  Patrick Luby  <pluby@openoffice.org>  [390e9fa9e5cb66137466f17b9b72e808d555ceaa]

        Update test files for Mac OS X

2001-02-12  Patrick Luby  <pluby@openoffice.org>  [9ee09f88d779084c715b7a4235eebc02b5b43469]

        Moved static data member initializations to cppuhelper project

2001-02-12  Patrick Luby  <pluby@openoffice.org>  [9515900946df5d8bb9bd6e76c5511ac5570c8acb]

        Removed NETBSD from staticmb*.cxx compiling

2001-02-12  Patrick Luby  <pluby@openoffice.org>  [2b6c3d8714abac81955802fcb8704ee9a8bcf82e]

        Removed NETBSD from staticmb*.cxx compiling

2001-02-12  Patrick Luby  <pluby@openoffice.org>  [30398de1759d3131ccb76f38e311118452b44bb6]

        Removed NETBSD from staticmb*.cxx compiling

2001-02-11  Kai Ahrens  <ka@openoffice.org>  [02ed21c562098a574647defa872c77d6b7303621]

        Must changes: new ClipboardId's/SOFFICE_FILEFORMAT_XXX for format 6.0

2001-02-11  Christian Lippka  <cl@openoffice.org>  [4c26a9a085f124dc26584a9401d2ecb6824dbc1d]

        added fit-to-contour

2001-02-11  Christian Lippka  <cl@openoffice.org>  [b6ff26ab6e141484bf37ff6e29f73c1cf7c641e9]

        added fit-to-contour

2001-02-11  Kai Ahrens  <ka@openoffice.org>  [81ad9a67905c9413fab87de85fc5946d5e570837]

        #83495#: set SWAPSTREAMMODE to temp due to stream problems after conversion to XML

2001-02-11  Christian Lippka  <cl@openoffice.org>  [d72c6b5c3d0b895ddc9c48696ac2d82e03b17827]

        #81639# fixed url field

2001-02-11  Christian Lippka  <cl@openoffice.org>  [9334ced15aec03d46e02aac2bb2374201c705816]

        #83565# added style:text-align

2001-02-11  Christian Lippka  <cl@openoffice.org>  [a891043c4807cc4ca29f60ed5b595cdc6ba10cf5]

        don't set autostylepool for forms anymore

2001-02-11  Christian Lippka  <cl@openoffice.org>  [2ecf08bc070048a4ad9679570574cbcfa73e59a1]

        do not collect text styles for shapes without text

2001-02-10  Patrick Luby  <pluby@openoffice.org>  [2dae6c682774ebbb5c5502e2f88e49ca42cd7d63]

        Updates to make test programs build on Mac OS X

2001-02-10  Patrick Luby  <pluby@openoffice.org>  [6811a28620e8baf523f3b131cafa28222e6fea21]

        Updates to synchronize library and symbol names with naming convention used to sal and cppuhelper projects

2001-02-10  Patrick Luby  <pluby@openoffice.org>  [88f90e59341f6291097bfbcdaddd67ebcbcdf6d8]

        Consolidated common Mac OS X static data member initializations into vos project

2001-02-10  Patrick Luby  <pluby@openoffice.org>  [f188ae888c9b2ba8fa8bb988822c8194b8eb7cc6]

        Consolidated common Mac OS X static data member initializations into vos project

2001-02-10  Patrick Luby  <pluby@openoffice.org>  [ee9c8683b60ac11f971e52677d5966aaf191306c]

        Added initialization of static data members for Mac OS X

2001-02-10  Patrick Luby  <pluby@openoffice.org>  [f98e307283860e1097993048afb65a3b6181b730]

        Corrected symbols, #ifdef's, and optimization for Mac OS X

2001-02-10  Kai Ahrens  <ka@openoffice.org>  [d2605036563032b64ba60962d5c36889162aaecb]

        #83595#: don't convert URL to physical file name for remote server

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [39b28aec018ce712ce76794418aea67759eb1879]

        Merge SWT614: 02/10/01 - 00:30:34

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b2fbd29398569403e093683c2ac6eaf798c76ce6]

        Merge SWT614: 02/10/01 - 00:20:57

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [e80c8cb264eccbbb1592c4c20fcb55bbbe6588e6]

        Merge SWT614: 02/10/01 - 00:14:39

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [5df8b32b449473659ee4de92ae0a01caa30850e9]

        Merge SWT614: 02/10/01 - 00:12:43

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [47e3b5fe19e94501b0cd7a9467d6f3463cbcdf27]

        Merge SWT614: 10.02.01 - 00:09:47

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [7798fc8a21affc262abad82d99cb3b6712d2f063]

        Merge SWT614: 02/10/01 - 00:08:36

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [d6798acc9288c8e823592a5414a886f1d89f5444]

        Merge SWT614: 02/09/01 - 23:57:27

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [0b356ea91a5fe3af0494246b9c9b50bb18d40193]

        Merge SWT614: 02/09/01 - 23:47:14

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f393a02b544e336438a33de2e6fe70e5d878cf7e]

        Merge SWT614: 02/09/01 - 23:43:04

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [9675b42e9716d035c1b4bcc6a639d19d01a26a01]

        Merge SWT614: 02/09/01 - 23:38:56

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [cd2f8033fc92219e77308bc95c0dbc6bc1b06559]

        Merge SWT614: 02/09/01 - 23:31:44

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [a3e4790eefb66b4eee686179d005388226e9120c]

        Merge SWT614: 02/09/01 - 23:26:37

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [598a647f229ac2fc71ef928e73a78e634e9d1726]

        Merge SWT614: 02/09/01 - 23:23:24

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [87efef30aee1d578e55e8d4967017339ae1b8160]

        Merge SWT614: 02/09/01 - 23:18:02

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [4831d12b5d66c2b0761f63828c536077b1362c9d]

        Merge SWT614: 02/09/01 - 23:12:58

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [4bd37a8f6a048729b1f60b4cd3be3d3a9fa8ae18]

        Merge SWT614: 02/09/01 - 23:06:12

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [1c07365614b8198ec097ab1204dcc67305d38e99]

        Merge SWT614: 02/09/01 - 22:55:40

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [80d69c2e11eba263637481e7babafb6f36e71bfb]

        Merge SWT614: 09.02.01 - 22:55:03

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [770f29a1743278d71b6fab897d859ea0ca36474e]

        Merge SWT614: 09.02.01 - 22:51:54

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [a36b6ed51370f50598d4dea9f96d0e72db9ec8b1]

        Merge SWT614: 09.02.01 - 22:50:38

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [06851a0816c733835b140cdd333f39aae48fc543]

        Merge SWT614: 02/09/01 - 22:50:08

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [c665a6b2fc9e506a2dae8411375f743cb1bc2a1c]

        Merge SWT614: 02/09/01 - 22:49:55

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [37a720d2f83349e526189002684e675eb63d1f42]

        Merge SWT614: 09.02.01 - 22:49:28

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b3102bcffc5d84d2005132b8f6436e2803bd4430]

        Merge SWT614: 02/09/01 - 22:48:42

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [1c2ebb2ec2bd8b671e7c875779c0497ae809c805]

        Merge SWT614: 02/09/01 - 22:48:19

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [61a29e276a1110863aac920a5cf23c1f302883bd]

        Merge SWT614: 09.02.01 - 22:48:18

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [63dd4a6fd7b52a2b9c53f1350139eae00a46e725]

        Merge SWT614: 09.02.01 - 22:48:01

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [e44779dc91c5498a8721af99dcbd192f9d771542]

        Merge SWT614: 02/09/01 - 22:46:57

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [a077de3399e760aaf32b98985b56a97d36971bc1]

        Merge SWT614: 02/09/01 - 22:46:45

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [5fa142811784ff7a970a93e297630d548b68cd2b]

        Merge SWT614: 09.02.01 - 22:46:40

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [b45f2cc74f112a8d0770161be7a7f70507c32d83]

        Merge SWT614: 09.02.01 - 22:45:15

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [046513d162e9e2f37c8b067a5004930cedc37f3f]

        Merge SWT614: 02/09/01 - 22:44:14

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f0a32ec58393d4650a06304c962d6059c8dacc62]

        Merge SWT614: 09.02.01 - 22:42:55

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [2074981b5406ad4c5c00df69bf102fc16d13d78b]

        Merge SWT614: 09.02.01 - 22:43:45

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [96dc53ad72fb18e742d6e0e2e23d2cfe81434659]

        Merge SWT614: 02/09/01 - 22:42:22

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [489040ee0ce428b9295ea5562e7b4cb48e11509b]

        Merge SWT614: 09.02.01 - 22:42:28

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [19b337fe38a26da27e56741446d6f86825a41176]

        Merge SWT614: 02/09/01 - 22:40:40

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [7cfc4ea5611c1fcec17a966add24d0ce1d73e4ab]

        Merge SWT614: 02/09/01 - 22:40:04

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [20fd887ae17a3535c920f6c575e2d1b2a298fc44]

        Merge SWT614: 02/09/01 - 22:38:25

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [05e128c1e3b8edaa64a2dcab7fec458aa80d47a9]

        Merge SWT614: 02/09/01 - 22:36:57

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [1d822ed9762d3acf02a933b7e88d31658c1b8f05]

        Merge SWT614: 02/09/01 - 22:35:07

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [61ee9ba7592c121cc778c0418180e510f7764bb8]

        Merge SWT614: 02/09/01 - 22:34:05

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [710c6a66154a58e262cc3ba6073f16ce527b3039]

        Merge SWT614: 02/09/01 - 22:33:06

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [d1c117c2d6e06c215fd9255382786c687de29260]

        Merge SWT614: 02/09/01 - 22:32:15

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [77ca40e56057ab18ebeb57fb4044a140182af358]

        Merge SWT614: 09.02.01 - 22:30:57

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [0fadae6ae18797cc071a0e587f27fafa85f29dcc]

        Merge SWT614: 02/09/01 - 22:30:21

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [ae63a5c159e491b4738b93d779bbfcde3b032304]

        Merge SWT614: 02/09/01 - 22:28:35

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [ef8f45d3243768407d37e9d6e15c7a251bbb72f7]

        Merge SWT614: 09.02.01 - 22:28:13

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [2906c2deadd1dc3ae55c86c5bd38a63e10144b91]

        Merge SWT614: 09.02.01 - 22:25:41

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [42c76baf80585bd0ef701cd7ae0d687bf396ef23]

        Merge SWT614: 09.02.01 - 22:23:37

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [e4cdae1c64840198581babb5953062e04e3a5c6d]

        Merge SWT614: 02/09/01 - 22:22:31

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [aee5d04746696a6c0d0fd7543d076a5beaaf06d0]

        Merge SWT614: 02/09/01 - 22:20:42

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b981dad31facebd503c393945272c9eea0f0a134]

        Merge SWT614: 02/09/01 - 22:16:56

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [efe0c1b74a791a08310840245e2b31324b2d61b1]

        Merge SWT614: 09.02.01 - 22:11:42

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [49b846b34fc8d25bef4b563eeebff942c1b66b68]

        Merge SWT614: 09.02.01 - 22:10:31

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [4f5cbfebdb4851936e9f9534f286fe33fbd30bf8]

        Merge SWT614: 09.02.01 - 22:09:24

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [71d7a3cd735c8757d3b58641b980a0bc374da8fb]

        Merge SWT614: 02/09/01 - 22:08:52

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [2d22635ca0bdf09f2d9653f69d0443700c4fef6b]

        Merge SWT614: 09.02.01 - 22:08:15

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [5f2b18910c112d23563f662fd8aba1fe7b7e1d47]

        Merge SWT614: 09.02.01 - 22:06:21

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [7f6797e8395a3cdaba56cfa8d282f23b299e24e6]

        Merge SWT614: 02/09/01 - 22:05:08

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [a08ae8b1739f69329622e0e246b016df1ab2ad66]

        Merge SWT614: 02/09/01 - 22:02:26

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [5d8954962f0c367c6634ac5cff1792f740511da5]

        Merge SWT614: 09.02.01 - 22:01:49

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [3712d9525e58f2dff37ec413a80381cdb066bf10]

        Merge SWT614: 02/09/01 - 22:00:59

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [db39cf358842f16bd455c6a891166db3385cec65]

        Merge SWT614: 09.02.01 - 22:00:26

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [c322f42170446d10c427fa2822c0883a95de8aec]

        Merge SWT614: 09.02.01 - 21:59:14

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b9573da52d649a0a43937ea474cebcb60de4aecc]

        Merge SWT614: 02/09/01 - 21:59:05

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [7fd7af7f2d5f4baf5f1017a375567da6d94ea43e]

        Merge SWT614: 02/09/01 - 21:58:37

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [4cc46b5cafc9e7f58af193e367668e669a954239]

        Merge SWT614: 09.02.01 - 21:58:09

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [09c6a883100a0675fc040da9ca8d0907f2db10c6]

        Merge SWT614: 02/09/01 - 21:57:10

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [729b5d2315aca66a3939213d8d60866f2c04b58c]

        Merge SWT614: 09.02.01 - 21:57:07

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [218c8ebceb6f46212b891ee3bbe8da7a9eb75e66]

        Merge SWT614: 09.02.01 - 21:56:41

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [dd465416a7e8d8dbccc85630dfc23f1091b40315]

        Merge SWT614: 02/09/01 - 21:55:24

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [98550aefb5787eeeee29e3af92c40b3ab41ea8a3]

        Merge SWT614: 09.02.01 - 21:55:05

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [7b9d77e74dcd06d1803082f656c5dc96fb2850d3]

        Merge SWT614: 02/09/01 - 21:54:07

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [26e7e3771415e2fec2f4e170d783f6f10ac74b92]

        Merge SWT614: 09.02.01 - 21:53:38

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b71bd4ff709f69852c61e3bde7d4a49fb732f985]

        Merge SWT614: 02/09/01 - 21:52:07

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [300f51eaf7a8df52d0b5a80dd2a27375f028b38b]

        Merge SWT614: 02/09/01 - 21:52:06

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [a500eb63dc66234c0c5507b69575872f15e4120d]

        Merge SWT614: 09.02.01 - 21:52:17

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [6f5434dda488e85f67f4c02e02eb76193af44970]

        Merge SWT614: 09.02.01 - 21:51:49

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [90fb4c1c0a2d3b2ee290d7c83daa89b5c99606c8]

        Merge SWT614: 09.02.01 - 21:51:02

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [ed499579e4c64e1a4a07fe429651156fe85321a6]

        Merge SWT614: 09.02.01 - 21:51:05

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [9a2f13c5ef1a752ec6b56f38de7265f625ac380a]

        Merge SWT614: 09.02.01 - 21:50:30

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [238316ab71d70c02a1721a2fb69696402dc6a0bd]

        Merge SWT614: 02/09/01 - 21:49:54

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [c923f61682025a90c3c68485c0d101f5b16a5e3d]

        Merge SWT614: 09.02.01 - 21:49:55

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [af3c35d9ef79af2dec8dc63106c84c4b3ecd6aef]

        Merge SWT614: 09.02.01 - 21:49:53

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [701b71d6731f62e1fd98412205c902a5bf0bb051]

        Merge SWT614: 09.02.01 - 21:48:54

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [cd23107d261af6d9a771b4f3b186f687262fc24f]

        Merge SWT614: 09.02.01 - 21:48:52

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f99c113bae30af2f088be8dac32dcd21f73e7022]

        Merge SWT614: 02/09/01 - 21:48:38

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [dcac5dd02a01f0bdc4e1e424852811733f74cf87]

        Merge SWT614: 09.02.01 - 21:48:32

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b7feee8b3d93c10481c5151d12f7cd40c5af8a28]

        Merge SWT614: 09.02.01 - 21:47:45

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [666a1407ec39b648762af6cc4d7404f34ea97112]

        Merge SWT614: 09.02.01 - 21:47:28

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f1717c11a2334e83251444168281435c62ddcd86]

        Merge SWT614: 02/09/01 - 21:47:19

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [95f44fd5e83e2f23b17f2e4068a462202a776d65]

        Merge SWT614: 09.02.01 - 21:46:09

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b2bbeec3151620dbd58b79b08565f9c297c04856]

        Merge SWT614: 02/09/01 - 21:45:33

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [d4078e2855048ca2fc85b771c8ceb41aa0db1b84]

        Merge SWT614: 09.02.01 - 21:45:11

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [7e03cc0076eb7b050d6bfeaa4f3e6d10f8dea934]

        Merge SWT614: 09.02.01 - 21:44:56

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [02225d28ae4d16b5c54852e18164b457a017f1d3]

        Merge SWT614: 02/09/01 - 21:44:39

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [e950a766a52c182ce8567dc89cf30c403947b103]

        Merge SWT614: 09.02.01 - 21:44:33

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [45c3f439d26e82d309c5e5df6dc969b944364845]

        Merge SWT614: 02/09/01 - 21:44:11

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [c87eff6d9ace657149c7f488ceb400c21667b050]

        Merge SWT614: 02/09/01 - 21:42:48

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [bb708fda8082917918fde804a21fe7f6b6faa9d2]

        Merge SWT614: 09.02.01 - 21:42:46

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [4cefa87c67d2204dc36b5adfd35218a37ac2397b]

        Merge SWT614: 09.02.01 - 21:42:36

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f27e45656a866e78369d40cee28edf1fd57c5887]

        Merge SWT614: 02/09/01 - 21:40:08

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [6804d0c4cbbefa240f7e9e37b318e842131d5d5c]

        Merge SWT614: 02/09/01 - 21:40:15

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [dcb96a3ee9eb995afb815e353ed10ae3198ee474]

        Merge SWT614: 09.02.01 - 21:40:06

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [6eb816ddea45001b1404d12ea28ef409031eb137]

        Merge SWT614: 09.02.01 - 21:39:58

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [a08cc6701732df6cf15ac802a82bc9625b70693f]

        Merge SWT614: 09.02.01 - 21:39:37

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b6ac6c802d3028cb15cb6cdf63d706b4a4fcea90]

        Merge SWT614: 09.02.01 - 21:39:01

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [7c3b263039a8dc953ddb7bc2df324d6554db9692]

        Merge SWT614: 09.02.01 - 21:38:32

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [2c3c630c8f7c598180fa803bf362cae9a26f123d]

        Merge SWT614: 09.02.01 - 21:37:35

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [ed7bc8dc4782a377db020e31bc417e77796b7152]

        Merge SWT614: 02/09/01 - 21:37:38

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f96f7ac8c5487858fdb52761cd4b91db10990ec7]

        Merge SWT614: 09.02.01 - 21:37:25

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [c5ce7664038f515ce7b74b2bc91240e43570a8f4]

        Merge SWT614: 09.02.01 - 21:36:40

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [3fecc9623bab94747404ca2c6240e51e621d8e55]

        Merge SWT614: 09.02.01 - 21:36:21

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [d59e1d81e359be74ba12855c65173bc7cb51f328]

        Merge SWT614: 09.02.01 - 21:35:06

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [428772be49a531401bc17755530ca7f642f69981]

        Merge SWT614: 09.02.01 - 21:34:24

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [a9785ef42950b5fc59eca5e1487042fb857f1c5a]

        Merge SWT614: 09.02.01 - 21:34:15

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [6d8f461a565181feb9ed235c767692d8a2b1eeed]

        Merge SWT614: 09.02.01 - 21:33:58

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [6bb7b446e39ac9d388ca49ec490fdefe996a9e2a]

        Merge SWT614: 09.02.01 - 21:34:04

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [8cb11f148eda06838250cdbcba925810dc1fc319]

        Merge SWT614: 02/09/01 - 21:33:20

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b0a5dc47c9f55c5bc0a8f73aefae180db08a7bbb]

        Merge SWT614: 02/09/01 - 21:33:31

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [5d0e27c464810fa54fc38dc0b2b0b517dae6d22d]

        Merge SWT614: 09.02.01 - 21:33:15

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f347aeb2266b567fe02ebc772ac3f25c6013060c]

        Merge SWT614: 09.02.01 - 21:32:58

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f4d68f828302da1ec7d9b8ecb4821b33df6de098]

        Merge SWT614: 09.02.01 - 21:32:12

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [3ff19f246ba336d001df3e1fdf8e62ac4a78ee6a]

        Merge SWT614: 09.02.01 - 21:31:45

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b4c333e4e40938b1324f96ea89ade7332623f722]

        Merge SWT614: 02/09/01 - 21:31:35

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [f5e5def16cc51b88daf8942806e65852e6c48ffe]

        Merge SWT614: 09.02.01 - 21:29:55

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [c0b6156346da2565298fe059d777aef3ce7e3e28]

        Merge SWT614: 09.02.01 - 21:29:56

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b318c93bb18dc098ccdf0ab48891334aa88a167c]

        Merge SWT614: 02/09/01 - 21:29:46

2001-02-09  Eike Rathke  <er@openoffice.org>  [5a9de910c02b3d17174e0e206eea93386590d02a]

        Changed constants due to signed/unsigned issues. Because the unoidl compiler generates decimal values the bit mask 0x80000000 used as a long (sal_Int32) results in a negative value upon which a C++ compiler issues a warning complaining about the result still being unsigned. Since these warnings occure massive and are extremely annoying I changed
        
        KParseTokens::IGNORE_LEADING_WS from 0x80000000 to 0x40000000
        KParseTokens::UNI_OTHER         from 0x40000000 to 0x20000000
        KParseType::MISSING_QUOTE       from 0x80000000 to 0x40000000
        
        Bear in mind that the i18n interfaces are still under construction
        and should not be used yet in the outer world.

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f1e5844894e71ff2c81220d9a16449e8449bbd36]

        Merge SWT614: 09.02.01 - 21:28:52

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [ed17799c842e4a3c0a26954ac332e0100ea2a0b8]

        Merge SWT614: 09.02.01 - 21:27:48

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [7587e085774d91a8d48a31c4f40587487d77883a]

        Merge SWT614: 02/09/01 - 21:26:44

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [5055ddba142d775062eb9ec99ede292246ce2e68]

        Merge SWT614: 09.02.01 - 21:26:39

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [9e53c5afffb1f25bae014f819755f18a08201d1c]

        Merge SWT614: 09.02.01 - 21:26:28

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [2a216d7efb89bc605a2433b1b822bd79dbb49c0d]

        Merge SWT614: 02/09/01 - 21:25:36

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [1a5643fefa484ab0db56a6ec58672fcb8b3637f1]

        Merge SWT614: 09.02.01 - 21:25:25

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [ee3979609408ee20ba8d183de53034b9e67a2165]

        Merge SWT614: 09.02.01 - 21:25:14

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [9dd85aae4e40185c9ebfdb445a20eb1ceb7d7a13]

        Merge SWT614: 09.02.01 - 21:25:07

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [72dd433d399cb89b604889549a240ebd98c653b9]

        Merge SWT614: 09.02.01 - 21:24:33

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [2bdb19d9313175f6d8b0084cd4cf454cdc5b7348]

        Merge SWT614: 09.02.01 - 21:24:21

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f826d2377dfd6149ee17f68cd6cbc4f95a1d25a8]

        Merge SWT614: 09.02.01 - 21:24:08

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [dbdbeabbb71c1beda617caeff1a161c2e7dd1405]

        Merge SWT614: 09.02.01 - 21:23:27

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [285c83eb0637601c79411cd27122e297a9dc0058]

        Merge SWT614: 02/09/01 - 21:23:09

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [103a84569180dcc7fbe3351ac55813a33b17d356]

        Merge SWT614: 09.02.01 - 21:23:17

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [6e0ba6c50c6c41b6db0ce521ef54348223c946c0]

        Merge SWT614: 09.02.01 - 21:22:52

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b3068c7e5cd30bf43204c89c4998d8d0fd1fa879]

        Merge SWT614: 09.02.01 - 21:22:20

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [42807ef143e685a5f3e2796847ee8e7e830d6bd8]

        Merge SWT614: 02/09/01 - 21:22:03

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [ff4b6f7418da50bdf566ea414e3f5daf0d7022db]

        Merge SWT614: 09.02.01 - 21:22:10

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [1095dd784b1dadaf9c5fc1f12ec1dffd595c88a1]

        Merge SWT614: 02/09/01 - 21:21:42

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [2a2ded742f57494fa67592eb7bdccac5fe96f147]

        Merge SWT614: 09.02.01 - 21:21:42

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [ad349740b64680ea18f16e727519ec4adc24a2ef]

        Merge SWT614: 09.02.01 - 21:21:13

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [156bfeb1af4e4f236cbeca50002176e9a1ec4592]

        Merge SWT614: 09.02.01 - 21:21:02

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [2a8488f4bf509f2c8abc0c96c8a8fc009c9ee4c6]

        Merge SWT614: 09.02.01 - 21:20:33

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [3258f3031a1302ab76f88da67f3bb07cb2848adf]

        Merge SWT614: 09.02.01 - 21:20:31

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [bb79358a6cd27b5bbb4f85785ae38d0a06d7b5d1]

        Merge SWT614: 02/09/01 - 21:19:33

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [ade7164cab42a350f16102e2f43373f2f9e748eb]

        Merge SWT614: 09.02.01 - 21:19:28

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [42bd975adc28714bd5c1bbd9b5ffe9d0ec3b3ec7]

        Merge SWT614: 02/09/01 - 21:18:44

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [e8fc7b59a49f3a24198980fbf53e5b8a3a21fdd0]

        Merge SWT614: 02/09/01 - 21:18:19

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [396c0980f630d29f1500c2d5e8b1f21159c644e8]

        Merge SWT614: 09.02.01 - 21:17:53

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [6f37bf29cf036984a67ff491ce12327f6d9a5d04]

        Merge SWT614: 02/09/01 - 21:17:14

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [cca95949c745e6dc8984c9daee39c21ca4894bc7]

        Merge SWT614: 09.02.01 - 21:16:21

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [fbef7833c0bff3a43d90acefa5cd6bf9bced80ab]

        Merge SWT614: 09.02.01 - 21:15:16

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [6944c532ccbf3d87000caa543c5888dad04cdc89]

        Merge SWT614: 09.02.01 - 21:15:08

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [012633534bfe675be96b04fda288f90a989c3cb8]

        Merge SWT614: 09.02.01 - 21:13:40

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [79efbf1c045cfb9fa6e5eccb9f9110669151684c]

        Merge SWT614: 09.02.01 - 21:12:20

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [237f1aff2d4fc74ef6f341d465ad9fc878aa5472]

        Merge SWT614: 02/09/01 - 21:12:00

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [2961d449ffe76129dc841bd01cae34decc272716]

        Merge SWT614: 02/09/01 - 21:11:27

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [30a435a583b9b3489e3c118dd948dea4c3bab5ef]

        Merge SWT614: 09.02.01 - 21:11:47

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [2c2222c88903065401f6840301ad93d818d3f0ca]

        Merge SWT614: 09.02.01 - 21:11:08

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [f7c0d121c40b938218b7d8867a4502fcfdc96a8b]

        Merge SWT614: 09.02.01 - 21:10:51

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [30da842a08255e6b72328e45fc945ce5f053b458]

        Merge SWT614: 02/09/01 - 21:10:38

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [3536353bbf0e2bee7bec0c703620b1a01ba47a34]

        Merge SWT614: 09.02.01 - 21:10:25

2001-02-09  Oliver Bolte  <obo@openoffice.org>  [720a4061598e7292d43068c7a40d749c1422ce3d]

        Merge SWT614: 09.02.01 - 21:09:51

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [dace12092c0bf205066c3fe1ca482cd9be27e329]

        Merge SWT614: 09.02.01 - 21:09:53

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b83dfba5a19676841be43c938b16c2bcf48eb456]

        Merge SWT614: 09.02.01 - 21:09:20

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [d34945a09000cecc3a7f1afa39f3990ce240e5d2]

        Merge SWT614: 09.02.01 - 21:09:18

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [0b6dc805c0806887476fbdcf9627ede209b49f5a]

        Merge SWT614: 02/09/01 - 21:09:09

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [b9fca8e20ac80efbb235194478ac9802340101d1]

        Merge SWT614: 09.02.01 - 21:08:42

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [327a1d1486caa21da358230956099e2cceeddf1b]

        Merge SWT614: 09.02.01 - 21:08:04

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [755e804364184cd1e99717c87c172c5e1a9af437]

        Merge SWT614: 02/09/01 - 21:07:17

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [54c6f77162107249dbda16b08158b93c5bfaf3e9]

        Merge SWT614: 09.02.01 - 21:07:14

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [efba3291821c05044967a96e8b48753c008eb297]

        Merge SWT614: 09.02.01 - 21:07:07

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [a44ccdac9711faac6beb716666ee32405df08434]

        Merge SWT614: 02/09/01 - 21:06:59

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [12813ccf85e07ea0a2e0220d8152dfacdd17ba2f]

        Merge SWT614: 09.02.01 - 21:06:45

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [523eda93119b50b7e78658bc30d322485e2c1cf1]

        Merge SWT614: 09.02.01 - 21:06:16

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [c742e0aab21a07d3ea43410f4d43753847f7ad01]

        Merge SWT614: 09.02.01 - 21:06:15

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [fd85f297c1a0f341b15158ea6c2bb0b2fd0efbd5]

        Merge SWT614: 09.02.01 - 21:05:52

2001-02-09  Kurt Zenker  <kz@openoffice.org>  [a8646b520e8439ddf5167345413de9642f2c6125]

        Merge SWT614: 09.02.01 - 21:04:55

2001-02-09  Niklas Nebel  <nn@openoffice.org>  [78833fecdb77383c7def832fcde71e98a71efa93]

        Load/Save/SaveAs: handle XML format

2001-02-09  Niklas Nebel  <nn@openoffice.org>  [2c8916e9902a62165ba9b75297e67c3419181e38]

        UpdateAllRowHeights

2001-02-09  Niklas Nebel  <nn@openoffice.org>  [9e7aaf6243a3daf5ff167724a81357452f4d9344]

        LoadXML/SaveXML, UpdateAllRowHeights

2001-02-09  Niklas Nebel  <nn@openoffice.org>  [307dab4a974d3ddde7e25f4883e9561297660dd2]

        allow construction with medium or storage

2001-02-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [35b2f852c198ceaa31b63cf66da9f108c4debedc]

        reduce output

2001-02-09  Sascha Ballach  <sab@openoffice.org>  [02eedd455f9d24b204bba90ce849d56f3a8fea6d]

        add import/export change view settings; import/export of matrix cells

2001-02-09  Sascha Ballach  <sab@openoffice.org>  [c903f5e09393dc6575cdd383610d2ed600ca9ccd]

        add convertion from string to DateTime and from DateTime to String

2001-02-09  Sascha Ballach  <sab@openoffice.org>  [f25bd4ffa0539ebf0070b25b077154b08bea4131]

        did the required changes (the XMLShapeImportHelper constructor gets one mor parameter)

2001-02-09  Sascha Ballach  <sab@openoffice.org>  [ee575a3a4aa2eacb4134310acd31c1418ed273c4]

        add all needed values for the change tracking view settings

2001-02-09  Niklas Nebel  <nn@openoffice.org>  [37d897b715c34c16f3f45aa343422c15046a51ae]

        new file format defines

2001-02-09  Niklas Nebel  <nn@openoffice.org>  [a87be528d8ad3eb3024961ce1c3ff6b918efee6e]

        new file format defines / class names

2001-02-09  Martin Gallwey  <mtg@openoffice.org>  [6eb870a9853d9572ec5cb3c6d5f70aff5bba45bb]

        added xml files for autocorrection

2001-02-09  Niklas Nebel  <nn@openoffice.org>  [5edf2e6170d843a06bd5b4818cfd19ec23608b19]

        new application / long doc name

2001-02-09  Martin Gallwey  <mtg@openoffice.org>  [ee11c4f4cbfc31f0dfcec7042a9196308171bdc9]

        added XML support

2001-02-09  Martin Gallwey  <mtg@openoffice.org>  [e8c783f011894434bb4bfb030143d80c1bf2537f]

        initial import

2001-02-09  Martin Gallwey  <mtg@openoffice.org>  [6c20660813630c2d11d4b150bb1c40d40f4a170a]

        Initial import

2001-02-09  Martin Gallwey  <mtg@openoffice.org>  [91a55bbe4c967853a6fe1cf9f28e0b96803fb00b]

        Initial Import

2001-02-09  Armin Weiss  <aw@openoffice.org>  [bc7b737f2ae54270c6d6fcb7c7a97c44679937cd]

        Added support for ItemSetChanged() which is called at every object after SetItem(), SetItemSet() or ClearItem() have finished. It is propagated through groups and Scenes. Used to make non-WhichID- specific changes AFTER all items are changed and only ONCE.

2001-02-09  jp  <jp@openoffice.org>  [12942c5d6386910f023f7a1c748efce64129c062]

        Bug #83646#: Replace with Redline - set the pam to the replace range

2001-02-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [48935c24cbb77f2bde762ab75a75489c3df891ed]

        from the rear by the chest in the eye

2001-02-09  Malte Timmermann  <mt@openoffice.org>  [b4b5e1fd9f5e8f0e19df6e481bd56ee80dc08416]

        EditDataObject for Clipboard

2001-02-09  Björn Milcke  <bm@openoffice.org>  [8dc268058690337459bc38862c1532c34f171a48]

        Req. change Load/SaveAs for XML format - removed deprecated CTOR

2001-02-09  Malte Timmermann  <mt@openoffice.org>  [94cac4c58d234fa7f75a115351b6d4dc02edab69]

        changed to new clipboard interface

2001-02-09  Philipp Lohmann  <pl@openoffice.org>  [92e5e16cac70d8ccf9108a595b51085e25fd527f]

        changed dnd according to latest API specification

2001-02-09  Eike Rathke  <er@openoffice.org>  [6867abbb534446fc4570f9ba2775c1a8b709bf03]

        don't use SetNewValue(string), SetNewCell is sufficient; AddDependent instead of LoadDependent; SetDeletedInThis instead of LoadDeleted

2001-02-09  Eike Rathke  <er@openoffice.org>  [1fbb43ed035ba6fc3308a1b1bc06b81226a58bc2]

        don't use GetStringOfCell, use SetCell instead; also changed naming of some functions needed for XML import

2001-02-09  Eike Rathke  <er@openoffice.org>  [f075843df5bdaa0e550639bdb3dbf08cbed1443f]

        changed naming of some functions needed for XML import

2001-02-09  Andreas Bregas  <ab@openoffice.org>  [f72db3cb9c3abb59bec464b56a2303d6aa59ac08]

        Added member for new dialog container

2001-02-09  jp  <jp@openoffice.org>  [2080d3b386111d9dc8e8120aa9e8d7c6e6359bd1]

        changes for new linksource

2001-02-09  Oliver Braun  <obr@openoffice.org>  [8de7ad67eb85649ee221031a152d0c1d12ede9c5]

        drag and drop api changes

2001-02-09  Sven Jacobi  <sj@openoffice.org>  [c13c6bafe2d73d444fdb348669a6002a917acaec]

        take care of tabulators when they commes first in a paragraph (Issue150)

2001-02-09  Mathias Bauer  <mba@openoffice.org>  [bdc8ec306484355e8fae98d5abee0c38a630c3b5]

        don't share mutex with DispatchHelper

2001-02-09  Mathias Bauer  <mba@openoffice.org>  [24c241df92f5f22b3556b7dc6569e9e7888ce1d3]

        #82690#: merge problem

2001-02-09  Oliver Specht  <os@openoffice.org>  [1d887c914ed6b580011995060f689fd3afcc3ad6]

        #83631# DefaultFont correctly saved

2001-02-09  Martin Gallwey  <mtg@openoffice.org>  [2d64280f26d99a0f3362afa35b89224b04b721c0]

        I want to use AddAttribute (USHORT, OUString, OUString)

2001-02-09  Mathias Bauer  <mba@openoffice.org>  [12a169c0a46c9d77e77370a774a3f531474f8dac]

        #82690#: avoid deadlock in dispose

2001-02-09  Oliver Specht  <os@openoffice.org>  [a4692c285b999488555aece6049b37f5c480a677]

        #83721# hyperlink button removed from tools toolbox

2001-02-09  Oliver Specht  <os@openoffice.org>  [b2495b9d1f16b289c71f0a73a17cb4089b992752]

        #82437# default font height now correctly set

2001-02-09  jp  <jp@openoffice.org>  [c083d627566eba7bf2df1335d3092e26e2ceec4d]

        Bug #83650#: GetToken - ignore blanks at the end of the line

2001-02-09  Oliver Braun  <obr@openoffice.org>  [64dd771ffb7c14a91528c3f47be725df718117c6]

        SystemChildData expanded

2001-02-09  Oliver Braun  <obr@openoffice.org>  [fcdbb2c98a07981cee87107a0cdba7c0719f74cc]

        use YieldMutexReleaser

2001-02-09  Oliver Braun  <obr@openoffice.org>  [3f005ff29aa312b2f369f952a0cc8c4a9ad341b6]

        YieldMutexReleaser moved

2001-02-09  Oliver Braun  <obr@openoffice.org>  [55f0e213dbce11516c0af9d6d1b6f1f11dda643e]

        MutexReleaser moved here

2001-02-09  Eike Rathke  <er@openoffice.org>  [a00b71dc61fde83f5a53a643b8e5668944f39939]

        lcl_IsReference: ocMatRef of course is a reference

2001-02-09  Eike Rathke  <er@openoffice.org>  [f0744439202cd49b30de29d948c9257dd76d1133]

        GetFormula: if matrix reference in ChangeTrack do not lookup matrix origin in document

2001-02-09  Eike Rathke  <er@openoffice.org>  [08dff3606b8007985b823e875c6bdd650166b83a]

        consistency of acceptable/rejectable activated entries; fixed also a GPF in Undo-Remove of SubTree elements

2001-02-09  Eike Rathke  <er@openoffice.org>  [a721367f315841eb9c3193d57ba5fcb16241332e]

        handle matrix/array formulas

2001-02-09  Andre Fischer  <af@openoffice.org>  [b43519c6359db58907a22ca76c3708b0ca6ff358]

        Changed height of group boxes.

2001-02-09  Eike Rathke  <er@openoffice.org>  [40091131d274d9e52347de62787c421e8fe9e688]

        handle matrix/array formulas

2001-02-09  Oliver Specht  <os@openoffice.org>  [1a56934bccbf41d1a8d823c731b0ac424c98fdec]

        use URLs instead of file names

2001-02-09  Peter Burow  <pb@openoffice.org>  [fbc1777b550622cedd7af821c5b3215f80366732]

        fix: #83536# correct InfoBox for printing

2001-02-09  Armin Weiss  <aw@openoffice.org>  [b0a37325ebba6c3df1f9c9ade5510e583b1cf753]

        Changed shape export/import to transformations

2001-02-09  Philipp Lohmann  <pl@openoffice.org>  [184ca2634a789ff633bab5235871f213274061c6]

        added [oneway] attributes

2001-02-09  Michael Brauer  <mib@openoffice.org>  [20264b98b9b442d0f867d4f38fc25238a136afc7]

        FILEFORMAT_NOW -> FILEFORMAT_50

2001-02-09  Michael Brauer  <mib@openoffice.org>  [0aeb1ab3428e5ce4f0896eec73ded1b364bbab8a]

        FillClass corrected

2001-02-09  Michael Brauer  <mib@openoffice.org>  [8e6a3230f3d9bd6a45084d3e741d15a8e83f5d10]

        ole objects continued

2001-02-09  Kai Sommerfeld  <kso@openoffice.org>  [ea980662116fe809e7569c6fb944e11cb373c6d2]

        Updated/reformatted documentation.

2001-02-09  Dieter Loeschky  <dl@openoffice.org>  [3b86dfa059f3dea2e88004414703a2c9a872f426]

        Access to SvxLinguPropertySet changed

2001-02-09  Ocke Janssen  <oj@openoffice.org>  [7b0ffa5a555f5c44fc04b9f0e74738060e8aa8c8]

        line- and fill color were mixed

2001-02-09  Sven Jacobi  <sj@openoffice.org>  [b06101fca4346b8ef0422f4fa42b7a83546f8e5e]

        more typecast to reduce compiler warnings

2001-02-09  Sven Jacobi  <sj@openoffice.org>  [5a3fefe3f41b8a357b97a3699714cd23bff6bef6]

        IsMore now also returns correct bool when index is a multple of 256

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [70abd8636c0a310934cca3d2d4253691acc4406c]

        #76800# Added XEventsSupplier interface

2001-02-09  Stephan Bergmann  <sb@openoffice.org>  [a35403156851e5f97829c14fe5854a3c6fc44bd9]

        #83642#

2001-02-09  Stephan Bergmann  <sb@openoffice.org>  [cf6852b25d03dc10a4b7ea8bfd6bcc19f2f47496]

        #83642# Added missing documentation.

2001-02-09  Stephan Bergmann  <sb@openoffice.org>  [e275dd74d1e5fc21f1a519530c666b3bf2f92a88]

        #83642# Added RemoteContentProviderAcceptor.idl.

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [b25fea2e3faef50e88ba49138e23e5c1b51fb22c]

        #76800# Added the function GetEventNames()

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [a497d2fe3b13b4debaff0ff3957f067fa732df50]

        #76800# We need the SfxObjectShell in the ctor of SfxEventConfigItem_Impl

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [b7f6d15435d27658a3c12a56c7203c894fd99450]

        #76800# Resources for the event names used by GetEventNames

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [b88bd280116adbb289a2a46d2313c3c22bb68fbb]

        #76800# Added sfxbasemodel.src

2001-02-09  Michael Brauer  <mib@openoffice.org>  [7b530050555f0a2a2966db033d917dbe591bc86e]

        ole object continued

2001-02-09  Oliver Specht  <os@openoffice.org>  [65bc765e85d0e8599f79fa98e9dab9598656292b]

        MacroTabPage-define back again

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [9028145e54c006c2ffd82e8f1794bb5fba3c629f]

        #76800# Use SfxEventConfiguration::RegisterEvent() instead of RegisterEvent

2001-02-09  jp  <jp@openoffice.org>  [8829892a55bb6f0107f5389d5f036856e610d35c]

        rename define

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [9d7e56e6f6d4a4294fa935f1c4d80591f4b4b61a]

        #76800# Moved constant DLG_MACROQUERY to sfxlocal.hrc

2001-02-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [59443a633328e2a248ca81f252d81a2af4c55cfa]

        pseudo dependencies for .s

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [fb2c9886a20a25368426796158a367ed4ca83874]

        #76800# Changed a lot of code to support the XEventsSupplier interface

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [65561f27c272f3f722faea5299ffdbe4c1a4afe0]

        #76800# Moved constant DLG_MACROQUERY to sfxlocal.hrc

2001-02-09  Dieter Loeschky  <dl@openoffice.org>  [e701700e3b617b501bd152330e04a0f8e8ccdeb6]

        Using of LocaleDataWrapper

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [367be8370ceda4fcc9da8b62984a4d46abe68310]

        #76800# Added static function loadMacro so others can use this function, too

2001-02-09  jp  <jp@openoffice.org>  [bea3c75d10b20e3e7f17c63387264f66369f7a77]

        Bug #82897#: set SvPersist at the DrawModel

2001-02-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [99a7408945981339df08465f8867aa5f8b045b37]

        fixed output file

2001-02-09  Dieter Loeschky  <dl@openoffice.org>  [05571ac4f723659a997e1edbe644722ca9898b44]

        + LocaleDataWrapper, CharClass, Locale

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [2694f88e263e35a9f2267954e050bbdeeb3cac13]

        #76800# Use SfxEventConfiguration::RegisterEvent for event registration now

2001-02-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [94095fcdd0f7f68c2d5a41623cc68d0f2f845bfd]

        changed targets to rule

2001-02-09  Eike Rathke  <er@openoffice.org>  [8523374cfbcf970f8442517061dce3de35f36f24]

        #83608# UpdateReference: OnRefMove unconditionally dirty if cell position changed

2001-02-09  Mathias Bauer  <mba@openoffice.org>  [c07d163798076dffa2a963df14669b3e13c101b5]

        #83647#: adjust HelpURL to new scheme for webtop

2001-02-09  Mathias Bauer  <mba@openoffice.org>  [066a027b2c18356b597a43ed06f3b2410d8cd9ef]

        #83217#: use new vos::OExtCommandLine

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [ef315311bdef271a27e6348c66fe54515745f714]

        #76800# Implementation of XEventsSupplier

2001-02-09  Eike Rathke  <er@openoffice.org>  [ecd00b222cdd384b9544b938550d580d2d93a40e]

        UpdateReference: internal cell position was never adjusted if formula had no references at all

2001-02-09  Dirk Völzke  <dv@openoffice.org>  [4ae73e52f32456c0a33d601f64f011baa3da63ed]

        #76800# added eventsupplier.cxx

2001-02-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [715649a3b55a596099c7d31422891a0423234c09]

        psprint defines from vcl

2001-02-09  Oliver Braun  <obr@openoffice.org>  [4795d4b0c4873218768721e39d905e6f7f68cc54]

        optimized for remote usage

2001-02-09  Christian Lippka  <cl@openoffice.org>  [157f1495c2a5234c6afd6fdfafdba4bb89742666]

        #82254# added Trasnformation and Geometry properties

2001-02-09  Sven Jacobi  <sj@openoffice.org>  [d1b7fefde969af81ece346c35411fa2c83056f89]

        #83535# effect CloseHorizontally <-> CloseVertically

2001-02-09  Oliver Specht  <os@openoffice.org>  [d64c1294351ff928b18465d8b28b5b7d45248dbf]

        EnableAutoSpelling removed

2001-02-09  mfe  <mfe@openoffice.org>  [dcfdeaefe291b66467a86dc317235c3c46960962]

        incr id now uses 1

2001-02-09  Stephan Bergmann  <sb@openoffice.org>  [597fb3670e98235561dd4d0efcd97720113a7e05]

        #83642# Added XRemoteContentProviderActivator.idl.

2001-02-09  Stephan Bergmann  <sb@openoffice.org>  [250ababb3665de16434f4cab6eeccb805076b6bb]

        #83642# Initial revision.

2001-02-09  Philipp Lohmann  <pl@openoffice.org>  [2705f9d2bb0cc8e56c88ca73d899ac75fd1bf8d3]

        added pdf conversion for psprint case

2001-02-09  Kay Ramme  <kr@openoffice.org>  [45bec4f910773716537412cadb29f1e783479131]

        added a type cache (#83309#)

2001-02-09  Daniel Boelzle  <dbo@openoffice.org>  [48eb493d362161b152cf5d997f2ba5d8b754675f]

        *** empty log message ***

2001-02-09  Michael Hönnig  <mi@openoffice.org>  [0d6822c4692761a07a4bfbf380b08b77084040dd]

        #74964 no XNamed anymore (why ever it was in there again)

2001-02-09  Nils Fuhrmann  <nf@openoffice.org>  [485212d7bc04186f2fce90c7e1eba58b3ab66a00]

        Support of multiple solar.lst (one per project) per workspace

2001-02-09  Thomas Lange  <tl@openoffice.org>  [3e4175267efd6cc05bb9443bec1c8027062075cf]

        TabPages modification

2001-02-09  Oliver Specht  <os@openoffice.org>  [33cd57d3a9b8e5af03c6373fdbc5e55f6f96d4fe]

        TabPage size changed

2001-02-09  Oliver Specht  <os@openoffice.org>  [4ce6e5c5aca342b121f145b133b286a8e4cfe775]

        #83639# creating of sequence numbers corrected

2001-02-09  Joachim Lingner  <jl@openoffice.org>  [b965a60e15baa5269a84a49c156d553f1b73993b]

        debug console output disabled

2001-02-09  Oliver Specht  <os@openoffice.org>  [66cce69e69c6485e6a2d45bafe220692bb3ebe86]

        TabPage size changed

2001-02-09  Oliver Specht  <os@openoffice.org>  [089d7a5596061ca20d916c41256a753f877f33f0]

        TabPage size changed

2001-02-09  Oliver Specht  <os@openoffice.org>  [0700ff46513decef543725ac398c856230c33d01]

        TabPage size changed

2001-02-09  Oliver Specht  <os@openoffice.org>  [fdd7e9e67dcf5c7e036756a95d8e70217d7422d0]

        cropex.cxx removed

2001-02-09  Oliver Specht  <os@openoffice.org>  [90ec92e421e1747f3f0aa0cd34f9a91aa8c3b3d2]

        TabPage size changed

2001-02-09  Oliver Specht  <os@openoffice.org>  [285a848de3e2910994136de84fb9642b8d48d993]

        TabPage size changed

2001-02-09  Peter Burow  <pb@openoffice.org>  [d29fec819db2d4056ed9cb591c5f6ff33226c129]

        fix: #81812# load and save settings with SvtViewOptions

2001-02-09  Peter Burow  <pb@openoffice.org>  [c5970e90167582fa8ecc96349c75916db026bfa4]

        fix: #81812# PositionPage::FillUserData() added

2001-02-08  Bustamam Harun  <bustamam@openoffice.org>  [4783b9074d3c2b7d302198c6eab435f13bb55934]

        Add access functions for Collation Flags and Search and Replace Flags - Christian Lacunza

2001-02-08  Bustamam Harun  <bustamam@openoffice.org>  [afdaad64daec8bd622c7ef8804ab42e341fc110b]

        add collator options constants - Joe Xu

2001-02-08  Niklas Nebel  <nn@openoffice.org>  [de74c38eb4cf0e405a03b9c04784e8d88a57c7ac]

        #78987# confirm selection for data pilot if it contains subtotal cells

2001-02-08  Niklas Nebel  <nn@openoffice.org>  [9f92253fd079456010e3b888a2df957fcc402194]

        #78987# STR_DATAPILOT_SUBTOTAL

2001-02-08  Niklas Nebel  <nn@openoffice.org>  [ea61e21410d2922724bee35dbdaaca25ed638378]

        #78987# HasSubTotalCells

2001-02-08  Svante Schubert  <sus@openoffice.org>  [9bdee5cfcedb108b5a4abc1f2d934a48071772b5]

        #82641# workaround for a xslt bug with default namespaces

2001-02-08  Jörg Budischewski  <jbu@openoffice.org>  [03f20688606466bc50c7c493d038ff7b2ac8f6d4]

        #83677# directory structure changed from bin/windows to windows/bin, etc.

2001-02-08  Patrick Luby  <pluby@openoffice.org>  [f4079ff69acb688bf35fa952e75500c95bb19d71]

        Put leading underscores on symbols

2001-02-08  Joachim Lingner  <jl@openoffice.org>  [26e9d31731951d2734b23df3244f5e274897ef7d]

        *** empty log message ***

2001-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4b89640869ad95c5be1d82e8ba049028afc7bc61]

        to avoid circular dependencies - was already treated like phony

2001-02-08  Kay Ramme  <kr@openoffice.org>  [724bd4de1d6f31c974b420bf4a54f8699097a233]

        insertThreadId now creates unique threadids

2001-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1fb9b3ee1eccad2a43447c838eb7d90a744fe729]

        makedepend respects #ifdef. this is no longer needed

2001-02-08  Rüdiger Timm  <rt@openoffice.org>  [47ff3591f9c2583ee9ec31c7d7598a4d9b2d0030]

        #65293# AppendConnLine() needs ::rtl::OUString as arguments

2001-02-08  Oliver Specht  <os@openoffice.org>  [4d75f69e602fb84d8de0f88f2dc3351158132a88]

        TabPage size changed

2001-02-08  Oliver Specht  <os@openoffice.org>  [7b890e4d50a8831722b33a0bfda9ccb2ff601c6c]

        TabPage size changed

2001-02-08  Sven Jacobi  <sj@openoffice.org>  [c7b43fb802a1fd547253e4a96b072a9d5cfbee5f]

        #83558# VerticalRotate->HorizontalRotate

2001-02-08  Rüdiger Timm  <rt@openoffice.org>  [d647d8b0535cac4270a75f88ebf344c73de67b97]

        #65293# gcc needs a temporary variable

2001-02-08  Martin Gallwey  <mtg@openoffice.org>  [f6b3d023e9a93c96e96b838f4f5026c84512fd8e]

        Added support for XML files...the default is still SW3

2001-02-08  Martin Gallwey  <mtg@openoffice.org>  [007886f0e6c0ea076ebf47c7be7d890ebc8dc258]

        Added XML files

2001-02-08  Martin Gallwey  <mtg@openoffice.org>  [0c473e367540ac8ad4696fc47df4137d55ca5e4c]

        Initial Import

2001-02-08  Niklas Nebel  <nn@openoffice.org>  [fcc9662b8a24a2c95cb4c8241f9cda02705437dd]

        DoCopy: use ScDrawTransferObj

2001-02-08  Niklas Nebel  <nn@openoffice.org>  [3d841e2b63b9e3fb33e77e2c13326b897f4094b5]

        drawing objects not handled here

2001-02-08  Niklas Nebel  <nn@openoffice.org>  [3759a9a43c2ed8703da6ca49c3b9da63ffc17921]

        drwtrans

2001-02-08  Niklas Nebel  <nn@openoffice.org>  [efc33f01edd3d3a7b97c3af35198ed08f7fd7361]

        transfer object for drawing objects

2001-02-08  Mathias Bauer  <mba@openoffice.org>  [8d1fd4c7d1f4619b356606ac29c136fb129272b6]

        make sure that UCBStorages are copied as UCBStorages if possible

2001-02-08  Martin Gallwey  <mtg@openoffice.org>  [f0c885f7282f8ab6f37dd4b984bf651e26b0adef]

        Added XML Support + misc. support functions (also changed some comments to English!)

2001-02-08  Martin Gallwey  <mtg@openoffice.org>  [8919a5cb9d8fd938605b2af91233a292a3f18f94]

        Initial Import

2001-02-08  Martin Gallwey  <mtg@openoffice.org>  [1de8c5c2b69645aff2bfef0d9dc7bfd7489c1562]

        Initial import

2001-02-08  Martin Gallwey  <mtg@openoffice.org>  [e465dcf8cd5000a89b158042c6e485febbbd1dfb]

        Added InvalidateModel/ReactivateModel

2001-02-08  Martin Gallwey  <mtg@openoffice.org>  [9933db5e329c52301f4a29a286419ee870d67d22]

        Added InvalidateModel and ReactivateModel

2001-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d9f920610a110a68ed379ffd02bbd39d19319ad7]

        suppress warning - avoid error...

2001-02-08  Joachim Lingner  <jl@openoffice.org>  [2a119911604ddf1cf385c6e60ffdf6d2852459e6]

        *** empty log message ***

2001-02-08  Rüdiger Timm  <rt@openoffice.org>  [db41f7dde163932b72ee7287deaeb0dc893eeeab]

        #65293# gcc needs a temporary variable

2001-02-08  Joachim Lingner  <jl@openoffice.org>  [773d1fadddac7159716226c85dfb01c22b440c27]

        *** empty log message ***

2001-02-08  Dirk Grobler  <dg@openoffice.org>  [8994fb670fca0c779635975463e1890c8fa2a6ac]

        #83239# preloading of config nodes

2001-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a2a6a12b7a6d1f07f42759b7f278c5e239ccd657]

        delete dependencies for current directory only

2001-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2e46b73075f440447f60d2b2b92b53aa1615a0e8]

        get dependencies rebuild when corresponding target changes

2001-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8790de73db00a7671c369ad6fc46b32dd5caf4f4]

        suppress warning

2001-02-08  Kurt Zenker  <kz@openoffice.org>  [ca64ab15759fd976871b0be459c9fe7d74b31bf1]

        removed redundant backslash in makefile

2001-02-08  Joachim Lingner  <jl@openoffice.org>  [7e2fa34c09ce9240263c879d5e7c6d70b68eff31]

        *** empty log message ***

2001-02-08  Niklas Nebel  <nn@openoffice.org>  [9167c7da204e8921028c98f398c85dcc7bca2b01]

        #83571# InitItems: use global color table

2001-02-08  Niklas Nebel  <nn@openoffice.org>  [271e6c8c04bcf1caf049051ca03f5989095a3cca]

        #83571# ctor: use global color table

2001-02-08  Rüdiger Timm  <rt@openoffice.org>  [09a66a0aeb14b014491cedd40014d8313cac719d]

        #65293# these flags don't work with the new dependency tool

2001-02-08  Sven Jacobi  <sj@openoffice.org>  [6dafcf53c850e251bc4cf4f66d92731048a951a9]

        added UturnArrow autoshape

2001-02-08  Mathias Bauer  <mba@openoffice.org>  [819a17348259ae410e840f6aea613eb00aff0714]

        use DataFlavor to retrieve ClipboardIds

2001-02-08  Christian Lippka  <cl@openoffice.org>  [c926c2727838584ed5ab870bbb97b8381c58700c]

        #83528# merging control styles with shape styles

2001-02-08  Nils Fuhrmann  <nf@openoffice.org>  [9a1f5d7901ca1726ec5b9d37acc8e729c17d34b4]

        Some comments

2001-02-08  Christian Lippka  <cl@openoffice.org>  [86ad6979ffcf609e22c06e741ecac2fc7826763e]

        #82254# added Trasnformation and Geometry properties

2001-02-08  jp  <jp@openoffice.org>  [b5e1b4df3dfe5f20604b3440c6bbb7c621ff7e00]

        Bug #75592#: new method AppendUndoForInsertFromDB

2001-02-08  Joachim Lingner  <jl@openoffice.org>  [1cd01f7927034ab05418ccdb71b40713cd7211e3]

         DTransHelper.cxx DTransHelper.hxx DataObjectWrapper.cxx DataObjectWrapper.hxx FmtTranslTbl.hxx ImplHelper.cxx ImplHelper.hxx TransferableWrapper.cxx TransferableWrapper.hxx TxtConvertHelper.cxx TxtConvertHelper.hxx dnd.xml dndentry.cxx globals.cxx globals.hxx makefile.mk source.cxx source.hxx sourcecontext.cxx sourcecontext.hxx target.cxx target.hxx targetdragcontext.cxx targetdragcontext.hxx targetdropcontext.cxx targetdropcontext.hxx

2001-02-08  Christian Lippka  <cl@openoffice.org>  [cad30827864403e35309ed74e965ff64fc9a6ba8]

        #83528# merging control styles with shape styles

2001-02-08  jp  <jp@openoffice.org>  [a32dd925233bae2561dfd2eafa1ec6af9290068d]

        Bug #75592#: change Undo handling, optimization for the config

2001-02-08  Michael Brauer  <mib@openoffice.org>  [0e8349c82a1539b10362ff9d78c7d3c1454f60bd]

        clsids.hxx

2001-02-08  Daniel Rentz  <dr@openoffice.org>  [7b54ac055822486fb9553be039f4bc5e278f71b8]

        [add] import of multiple operations for BIFF5

2001-02-08  Mathias Bauer  <mba@openoffice.org>  [959c6fd6032b8025416b1a9d85bd7ff007e26fad]

        detection must look into file if typename was empty

2001-02-08  Philipp Lohmann  <pl@openoffice.org>  [1eaf28a99c3ac0cfe27a32fb8bb7c0edbec9c564]

        call dragOver on XDragSourceListener

2001-02-08  Kai Sommerfeld  <kso@openoffice.org>  [28dd4c4556d2f970eca6756d4443331e030e9a68]

        Updated/reformatted documentation.

2001-02-08  Stephan Bergmann  <sb@openoffice.org>  [f986ef4accbf714e9468f35ddf16851a673aaadd]

        #83617# Work around Solaris compiler bug to catch ResultSetException as well as SQLException.

2001-02-08  oisin  <oisin@openoffice.org>  [47fefb9010bde9f8434980555ae6867e24bf95c6]

        Commented out unnecessary fprintf's to stderr to make output quieter

2001-02-08  Caolán McNamara  <cmc@openoffice.org>  [df5888111ef16d53d489836a1341186023ae9ed7]

        removed redundant backslash in makefile

2001-02-08  Peter Burow  <pb@openoffice.org>  [94b7b6331d69d7183bd883dde13bfb1ac4f693ad]

        fix: #83375# storage path not supported any longer

2001-02-08  Caolán McNamara  <cmc@openoffice.org>  [ac3911e85edf629c6e279af1a8288db974d500c2]

        removed redundant backslash in makefile

2001-02-08  Kay Ramme  <kr@openoffice.org>  [ec57e2797d9e5d17a99926ae768126ba65792554]

        DumpType added

2001-02-08  mfe  <mfe@openoffice.org>  [becb1f63c98fb0e55ee2f3e4d9b65b4146a5dcbc]

        added NO_DEFAULT_STL=TRUE

2001-02-08  jp  <jp@openoffice.org>  [dc420185f84b596c9c4402e6e1fe3b922208f632]

        remove using statements

2001-02-08  Kurt Zenker  <kz@openoffice.org>  [c1f00ba89fbcd2dadb8dda42bdc17d320e2990ce]

        new version for SRC620

2001-02-08  jp  <jp@openoffice.org>  [aadf7fa7e3c118e511a6b23070cc69302db9aeb4]

        remove exception handling

2001-02-08  Rüdiger Timm  <rt@openoffice.org>  [6e0d97d3cf932a9ade12ad6271ded26c19e025c5]

        #65293# typo corrected

2001-02-08  Caolán McNamara  <cmc@openoffice.org>  [270f6aca15f753194fc73facd329ac3b4c61bb31]

        mention of msocximp still lingering in the makefile

2001-02-08  Dirk Völzke  <dv@openoffice.org>  [e2ca36d06e265ac8044a9f703e1ac6bb1e3022cd]

        #83617# Improved exception handling (caught some SQLExceptions)

2001-02-08  Dirk Völzke  <dv@openoffice.org>  [3d6262ab517f56550ea6a21da4e7b0cd80fb4a51]

        #83617# Added throw statements to some local functions

2001-02-08  Kurt Zenker  <kz@openoffice.org>  [706ec9c0f6f66cb2fd84d2857f4847697d29c6e2]

        new version for SRC620

2001-02-08  Dirk Grobler  <dg@openoffice.org>  [5ea662797e3e5fe0c808a06ccafa759d4936b8bd]

        #83239# preloading of configtrees

2001-02-08  Daniel Rentz  <dr@openoffice.org>  [8a0ff14f7082a32ac0f0ef3a0a057fe6f8de9d1a]

        misc. changes

2001-02-08  Dirk Grobler  <dg@openoffice.org>  [496bfabce0db353963fcc3813db1556466142fda]

        #83239# preloading of configtrees

2001-02-08  Nils Fuhrmann  <nf@openoffice.org>  [9c84b27304abb2b6410aaa4f669223eded359580]

        Added new ctor for project dependent solar.lst

2001-02-08  Dirk Grobler  <dg@openoffice.org>  [3cd5afe04ec5c963729f9279aaee65d930560787]

        #83239# new lib to include

2001-02-08  Dirk Grobler  <dg@openoffice.org>  [a0016705c085bd40cf17b5af0df30b254bff8ed7]

        #83239# preloading of nodes

2001-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5f4f458fd95d1dce9ae476db51def904f3e49c9]

        use macro for touch

2001-02-08  Kurt Zenker  <kz@openoffice.org>  [f838e5a690141df84e4759c23a5e793d7b465b08]

        new version for UDK210

2001-02-08  Armin Weiss  <aw@openoffice.org>  [d12b362ad094bff158cbb0a795c242dc9fa4b769]

        #81248# use FALSE as last parameter for MergeValue() in itemset merging functions. These are SdrObjGroup::GetItemSet() and SdrEditView::MergeAttrFromMarked().

2001-02-08  Niklas Nebel  <nn@openoffice.org>  [8b2524df3353b332f20a3ed08d7ea7237137bd8c]

        #83630# don't modify font for columns list box

2001-02-08  Mathias Bauer  <mba@openoffice.org>  [2b720f25d07b11f539b8ec7c2e7d34a5ae6b9ce9]

        #80941#: always try to get URL from the completion list

2001-02-08  Mathias Bauer  <mba@openoffice.org>  [0386e1729db0b78d3b60c020044211c819fa19b6]

        #80941#: new dtor

2001-02-08  Dieter Loeschky  <dl@openoffice.org>  [1f692f1a1ab9b7acb40d3a31a610f0b9856c2fe5]

        #83394# BegTextEdit(): clear UndoManager

2001-02-08  Mathias Bauer  <mba@openoffice.org>  [feabe8615094af432d4d3d4617a3665bef5834ff]

        Some problems with mimetypes and classids...

2001-02-08  Caolán McNamara  <cmc@openoffice.org>  [64bc2ff6b5d2f8d39800b096ab97348b42673323]

        #83519# Save carriage returns in xml format for Math's command editor

2001-02-08  Kay Ramme  <kr@openoffice.org>  [2497989ab0783d48674bda9ba72207295cf47210]

        _initMemberType now takes care of inherited members (#83228#)

2001-02-08  Kay Ramme  <kr@openoffice.org>  [215f06a52d72d5ffd55d85b9a0217e3dc7c556e6]

        getComponentType now takes care of being an array

2001-02-08  Kai Sommerfeld  <kso@openoffice.org>  [5222c7f41c3c629daee9f3bfa8be4ac864224262]

        Updated documentation, improved layout.

2001-02-08  Jörg Budischewski  <jbu@openoffice.org>  [e3890ebd9a6a2ddf0dd45de39ccaabb045363c7e]

        #83366 missing unoil.jar added

2001-02-08  Gene Anaya  <ganaya@openoffice.org>  [a70d391b66bd35c795c6f12a4117c2f797c81b49]

        Missing .IF directive

2001-02-08  Gene Anaya  <ganaya@openoffice.org>  [48f28a18124eb9f73614d6dcd54c87099e105bc5]

        missing SLOFILES+=

2001-02-08  Gene Anaya  <ganaya@openoffice.org>  [254c4c682498fdc7049de4ebe984bed3810f9fa1]

        Missing .IF line

2001-02-08  Gene Anaya  <ganaya@openoffice.org>  [b1c787161f451992d3c83f3ec6335179786f5e20]

        Added staticmb file for MacOS X.

2001-02-08  Gene Anaya  <ganaya@openoffice.org>  [f0abddb2e12952154f2851ab39101383f8f50368]

        Added UCBHELPER for MacOS X static symbols

2001-02-07  Babak Mahbod  <bmahbod@openoffice.org>  [f6024fa9992ca19b1a63f69903e025a1a6b7bb07]

        Salbmp now displays 8-bit palette. Salvd disposes of GWorlds. Salgdi disposes of GWorlds. Salgdi rebuilts the ITable if necessary. Header file now contains more constants.

2001-02-07  Patrick Luby  <pluby@openoffice.org>  [b5059805d56d8dd41c882d4bf923035351f69f2d]

        Simplified Mac OS X package creation

2001-02-07  Kurt Zenker  <kz@openoffice.org>  [21a143f797d74a7c96586387418797d6b0ae2ffa]

        SRC621

2001-02-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f3b3569c2428b5fbff88da34bd22be295f3b81b5]

        use .INIT to make sure TARGETDEPS are build first

2001-02-07  Sven Jacobi  <sj@openoffice.org>  [b205ae2f8469015b0358b2fbcd23a80e9ca19739]

        now using HiWord when writing SoundDataHeaderType

2001-02-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c838bdf8bb9d43b0a708390ea0de0e9ae0c3221]

        dependencies instead off ALL

2001-02-07  Patrick Luby  <pluby@openoffice.org>  [2b2657b2780f5e3ae50694eef19d4c3812a64af7]

        Added mapfile for Mac OS X

2001-02-07  Philipp Lohmann  <pl@openoffice.org>  [c1fded133580bb05a5ee31e2cc063f0a3db80f13]

        fixed a deadlock, transferable should hold a reference on its creator

2001-02-07  Sven Jacobi  <sj@openoffice.org>  [282a4b2e448aa2c42a05477e2cd588cab1f3c357]

        improved SoundCollection export, property CharFontCharset -> CharFontCharSet

2001-02-07  Sven Jacobi  <sj@openoffice.org>  [033e717330b9459cbb8afa14664ff0c29787ea11]

        Collection -> SoundCollection

2001-02-07  Andreas Bille  <abi@openoffice.org>  [9f00ece1a18b88fac8bbc06611f1a43b2f3b4111]

        #82941# Missed some point, where the fallback to language must proceed either. The rest is for the documentation: tooling.

2001-02-07  jp  <jp@openoffice.org>  [b0aecb994b0a1928a60b3fdb89b4fea2e385917c]

        Bug #73759#: WriteFrmExtraData - set right values

2001-02-07  Christian Lippka  <cl@openoffice.org>  [a51e7713ead5be3eaf2fbf8fda0a9be59c29f5b2]

        added interactions for presentation

2001-02-07  Jörg Barfurth  <jb@openoffice.org>  [a86a505b77c5f1b199cb1c34c8e9fac17ee3d07a]

        When inserting multiple values, the results of validating are first checked without testing

2001-02-07  Christian Lippka  <cl@openoffice.org>  [9b4173c799c1e107404cd8c1265c87941d9998bf]

        added interactions for presentation

2001-02-07  Jörg Barfurth  <jb@openoffice.org>  [f76c4da12fa7ca27b3260f9340c50bbc5cf6859e]

        Support checking a possibly untested change for isChanged()

2001-02-07  Armin Weiss  <aw@openoffice.org>  [ae0816a808757d2a8328fa342b07515e0241fa46]

        #83257# the second condition needs to be <= since inside this loop also the leading zero is inserted.

2001-02-07  Rüdiger Timm  <rt@openoffice.org>  [d94d71f964510d2d818fd035c4ebae4becf4e004]

        initialize pointers

2001-02-07  Frank Schönheit  <fs@openoffice.org>  [13add8ad679b30c8ffd65ff6ade8d02ddb5974db]

        +UID_FORMPROPBROWSER_FRAME

2001-02-07  Caolán McNamara  <cmc@openoffice.org>  [cea49b414e59fd4b8351483a51a92da1fa822397]

        #83307# Change automatic width handling for frames, with special care for header/footer problems

2001-02-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d053ef540b63569f91e82f38a5377655dab918d9]

        now with working dependencies for EXCEPTIONSFILES

2001-02-07  Mathias Bauer  <mba@openoffice.org>  [5af25ab1e609c142fca89a602cba5344359ebb91]

        #77520#: deliver login.bin

2001-02-07  Daniel Rentz  <dr@openoffice.org>  [d53f3cba54c2a38a986790a974bbb0077926cbab]

        [add] import of multiple operations

2001-02-07  Philipp Lohmann  <pl@openoffice.org>  [962dc445adc0b2caf15c4e136421e0ddb740ca29]

        set default cursors for lazy XDragSourceListener

2001-02-07  Oliver Braun  <obr@openoffice.org>  [97f454e8d33ff9fe292212a0131b5956667b726a]

        made DragSource member of XDragSource type

2001-02-07  Oliver Braun  <obr@openoffice.org>  [6fcb1be1c120bb15cdcac3720d0c51c7e9a3bda9]

        default behavior for lazy listeners

2001-02-07  Ocke Janssen  <oj@openoffice.org>  [31949109fbc3d6a37ebd5bb17d78286861334eae]

        disable all slots when no connection

2001-02-07  Armin Weiss  <aw@openoffice.org>  [94ab7ca3f35d63683ef17c03ed9a6657c00041d6]

        #83024# save and restore SDRATTR_3DSCENE_DISTANCE and SDRATTR_3DSCENE_FOCAL_LENGTH from the original selected 3d items when assining 3d favorites

2001-02-07  Ocke Janssen  <oj@openoffice.org>  [ddf39885b2e94ac3631ee31cca4d917e604d1489]

        if native than disable design slot

2001-02-07  Andre Fischer  <af@openoffice.org>  [eebf0e9dd8b5bccf7fed20fe8d084d32879003c7]

        Changed height of tab pages from 135 to 185.

2001-02-07  Thomas Lange  <tl@openoffice.org>  [1c605aab2a5f6b2215cdaf8de7083c3413db74ef]

        TabPages modification

2001-02-07  Daniel Boelzle  <dbo@openoffice.org>  [6650a3f9b113e8b1e907d4b515b3d018835e66b3]

        #83599# added options -ro, -rw for registries; old option -r is DEPRECATED

2001-02-07  Frank Schönheit  <fs@openoffice.org>  [5059fd3bd5ac8a87b37c9dce4e245c22b6ba947d]

        added an optional interface XSingleServiceFactory

2001-02-07  Frank Schönheit  <fs@openoffice.org>  [9f7864f0c88076bfb1b6257b5624c102acc7b7ae]

        implement the XSingleServiceFactory interface of the DefinitionContainer service

2001-02-07  jp  <jp@openoffice.org>  [63898ded2712ef5a3ab3e87f207d418f29587b1d]

        Bug #81349#: FindFlyFrm - assert only if requetet OLE-Object not exist

2001-02-07  mfe  <mfe@openoffice.org>  [fc8cd6bdfcd99ae9d53eb1986bab90dc7bc35c5a]

        removed ChangeGlobalInit completely

2001-02-07  Kai Sommerfeld  <kso@openoffice.org>  [4558a08472a816797fa0bb53a45158610ef4dec8]

        #83541# - Upted documentation.

2001-02-07  Ocke Janssen  <oj@openoffice.org>  [938861fe6d6a3fb32be51e3c023fcdf602e7a562]

        move a bitmap

2001-02-07  oisin  <oisin@openoffice.org>  [f17df48d798aeea0bc26389c5fc2cc7d77e58cec]

        Improved tests for ml.exe and Cygwin bash tools path (Windows)

2001-02-07  Thomas Lange  <tl@openoffice.org>  [394ef93f115cc630ab20fd155efcab5c0f59aec6]

        use defines now for resources of the print options TabPage

2001-02-07  Thomas Lange  <tl@openoffice.org>  [a1872c0f317af728819e6ee2605799a3f3cddd78]

        defines for resource IDs

2001-02-07  Ocke Janssen  <oj@openoffice.org>  [20693c98c8801ce87cd1a6171a60904d392f0844]

        catch exception when layinformation isn't available

2001-02-07  jp  <jp@openoffice.org>  [5ae3e8ed3691d363c76d92b16e300cbad665823d]

        Bug #80745#: InsAsString16 - use Len instead of zero character

2001-02-07  Andreas Schlüns  <as@openoffice.org>  [d6e74e7b24225a12c979996400d605a212fd5b45]

        dont use += operator of OUString for unterminated unicode's ...

2001-02-07  Kai Sommerfeld  <kso@openoffice.org>  [bde4693338112622162b1a52a7bb7b56b7fecc23]

        Updated documentation.

2001-02-07  Björn Milcke  <bm@openoffice.org>  [431eb315b6d52fc7d27b73fbb37f705474a85726]

        TabPage resize (height 135->185)

2001-02-07  Andreas Schlüns  <as@openoffice.org>  [ae9fa3fab3116452f4cc26435042218182e8cda5]

        new functions to add/remove filter

2001-02-07  Andreas Schlüns  <as@openoffice.org>  [0ff623c6fdb4e369c8e8aae3298953581aaee4cd]

        add new test for filter registration

2001-02-07  jp  <jp@openoffice.org>  [cf552d98bd7719f3be20e998a9acded25e3fe797]

        Bug #83582#: Connect - ignore empty topics, check URL topic too

2001-02-07  mfe  <mfe@openoffice.org>  [69d9bd5ccea9d7f1cab3488401820a165464086a]

        inserted TARGETTYPE=CUI for Unix ; X libs not needed

2001-02-07  Mathias Bauer  <mba@openoffice.org>  [1902028daed2c3dd286ebed033ffe669c9584c56]

        #83503#: handle preselected filter

2001-02-07  mfe  <mfe@openoffice.org>  [b1f4ca7f328e939e71e8e10617754f6a26bb2ecd]

        inserted TARGETTYPE=CUI for Unix ; X libs not needed

2001-02-07  oisin  <oisin@openoffice.org>  [105b273183e01d32ebc64de3d206b818ede8fa36]

        Tests for ml.exe and cygwin bash path now only carried out on Windows

2001-02-07  Niklas Nebel  <nn@openoffice.org>  [83a40a92e787f2eb22f2d446e66f9a1932a80849]

        #83543# TransposeClip: transpose border and merge attributes

2001-02-07  oisin  <oisin@openoffice.org>  [c83313dba03ba36b460889f683930ee77d52bbf9]

        Tests for ml.exe and cygwin bash path now only carried out on Windows

2001-02-07  Dieter Loeschky  <dl@openoffice.org>  [72cd2ec756be69fd8eb8a6a78a0a8ddf978887d9]

        Use ScriptType of EditTextObject

2001-02-07  Caolán McNamara  <cmc@openoffice.org>  [066d6fd5b88048b09f235d3c8bb1035ab601ef00]

        #83308# Allow negative frame positions

2001-02-07  Frank Schönheit  <fs@openoffice.org>  [feecaa9e30b8a7716c985382ff5825a4a040cf5b]

        a new missing detail ...

2001-02-07  Martin Gallwey  <mtg@openoffice.org>  [ce5fa3937f1fbdb93023d98d2258d6833efc4c11]

        String handling optimisations

2001-02-07  Armin Weiss  <aw@openoffice.org>  [bd6ef793308528fa7b7edf3e110be89561b38f21]

        #76447# scaling was done wrong in SdPage::ScaleObjects(...). Distances and positions were mixed up, but vectors and points need to be scaled different.

2001-02-07  Armin Weiss  <aw@openoffice.org>  [b48750d55223125bf27f4e4a901ee5269391cf51]

        #82979# setting empty XATTR_LINEEND or XATTR_LINESTART was switched which leaded to not setting these items to empty items when importing XML files.

2001-02-07  Kurt Zenker  <kz@openoffice.org>  [f4993956fb72833ba9294824ffeb06320429a013]

        *DefaultLanguage no longer supported* not supported until SRC630

2001-02-07  Kai Sommerfeld  <kso@openoffice.org>  [ed173d6dfd2b98910f4fd5b2a4436b30beafa345]

        #83045# - Implemeted content event listener.

2001-02-07  Caolán McNamara  <cmc@openoffice.org>  [0baf75e57ee5d339ed318347ea405fbaacd474c9]

        #80372# Paragraph border instead of Paragraph text border == WW edge align

2001-02-07  Andre Fischer  <af@openoffice.org>  [7a85dd6cbb374fccd067d8a4ecea8ff9a39ae2d1]

        Changed height of tab page from 135 to 185.

2001-02-07  Andre Fischer  <af@openoffice.org>  [2e04ba520ba6b9c0b136887b4ea3315e0390d9f7]

        Changed height of tab pages from 135 to 185.

2001-02-07  Frank Schönheit  <fs@openoffice.org>  [cb5f7a638f0dd60c960b98cec22331470884f282]

        introduce the connection option 'SystemDriverSettings'

2001-02-07  Frank Schönheit  <fs@openoffice.org>  [000a15f2d08a5c5eab61a11853520dc55b299f53]

        introduce the connection option 'SystemDriverSettings'

2001-02-07  Andre Fischer  <af@openoffice.org>  [88b64c2bb2b51bfbdddf81cb7d892702492cf4ff]

        Changed size of tab pages to height of 185.

2001-02-07  mm  <mm@openoffice.org>  [dc304e5a063df898b83eea4ab597c3d31ad95483]

        TF_SVDATA

2001-02-07  Peter Burow  <pb@openoffice.org>  [de35b59ceb4e130d5d7a98911eb5655bd2c11bba]

        fix: #83117# new interface of XDataContainer supported

2001-02-07  Andreas Bille  <abi@openoffice.org>  [622f61033ca8de77aa3caf68d1d97db521c90d5c]

        #82574# There is now a new property KeywordAnchorForRef at module contents. In order to become effective the help files must be newly indexed and the main_transform.xsl file delivered by the help must be updated.

2001-02-07  Frank Schönheit  <fs@openoffice.org>  [259e3a6cd9b5725cc7168fa736b00c08cef1cb1c]

        renamed JDBCDRV to JavaDriverClass

2001-02-07  Daniel Rentz  <dr@openoffice.org>  [507612623c7623cd6e53337ac22343e3ae28cb47]

        multiple operations: absolute/relative references in parameter list

2001-02-07  Andre Fischer  <af@openoffice.org>  [f299762eae5146393facc591ffaf29efb418f0c8]

        Changed size of tab pages (135 -> 185).

2001-02-07  Dieter Loeschky  <dl@openoffice.org>  [af2c3f8662f696b2d2dbeb9421a988de89814e9f]

        SID_TEXTDIRECTION... added

2001-02-07  Martin Gallwey  <mtg@openoffice.org>  [1c7be225a38db7db1dbbe47e5f7f911c20360924]

        Remove check for bizarre Solaris bug

2001-02-07  Martin Gallwey  <mtg@openoffice.org>  [bfaa449c45b0e7ba007a9be0e9676bb7ddd7b6f2]

        Allow the setting of the MediaType on the root folder

2001-02-07  Dieter Loeschky  <dl@openoffice.org>  [e7b748b0e987b6a5aebd14626a5c0a0473664983]

        Vertical writing

2001-02-07  Dieter Loeschky  <dl@openoffice.org>  [40ad3106d902b98bcaab70247e7571d7cdc971cb]

        Use ScriptType of OutlinerParaObject

2001-02-07  Sascha Ballach  <sab@openoffice.org>  [7fb6cf6fc4a9fe662caaab4865bb8379a5486dab]

        add office:forms as child to the table:table element

2001-02-07  Frank Schönheit  <fs@openoffice.org>  [a3a2a42839a754c604e24f02f7dc8629525435ea]

        renamed JDBCDRV to JavaDriverClass

2001-02-07  Kai Sommerfeld  <kso@openoffice.org>  [ef6a613ae4bc58fd83eacac4cacbdd0504c334e7]

        #83045# - Added support for "globalTransfer".

2001-02-07  Kai Sommerfeld  <kso@openoffice.org>  [335863620e5781b693f4cdf7a19b9b06c488de09]

        #83045# - Added activedatasink.hxx

2001-02-07  Daniel Rentz  <dr@openoffice.org>  [7bd52c3dd8790dfbd471d707982dcf3f91c7491c]

        config file for BIFF8 dumper

2001-02-07  Ping Liao  <pliao@openoffice.org>  [7629ea50fb620d56b03263244f06b47bfbd755e5]

        Added MACOSX linker/loader bug workaround code.

2001-02-06  Sander Vesik  <svesik@openoffice.org>  [fa0ab14b471964cfca7268066cb14b420250e696]

        Remove stl/ from #include statements

2001-02-06  th  <th@openoffice.org>  [7aa6f1a2527216300f00f8255a672ad60e0c463e]

        #82921# - Fontmatching now correct (Helvetica maps now to Arial...) and add standard Java fonts to the font lists

2001-02-06  Eike Rathke  <er@openoffice.org>  [3758ebd05a60c4b62392f7bf17315aac7f6af0b6]

        GetMatrixEdge: diagnostic messages

2001-02-06  jp  <jp@openoffice.org>  [c36ba5a13c53f7d90075ddcf049d3b6a6f6d41aa]

        Bug #81999#: replace GetWhichId with SetScriptAttr - for asian/complex char.attributes

2001-02-06  Niklas Nebel  <nn@openoffice.org>  [26a62bee800b85357733dbc3fed872179f96a629]

        new tab page size

2001-02-06  mfe  <mfe@openoffice.org>  [065e4347cb4f06dae9b45ed79bb1854d841af209]

        #83217# : added OExtCommandLine class

2001-02-06  Caolán McNamara  <cmc@openoffice.org>  [f08ac0216cad76fbdda1ef6e8537426eae8e5ba1]

        #83581# CJK Two Lines in One {Im|Ex}port for Word

2001-02-06  mfe  <mfe@openoffice.org>  [52cb08ee6d46c5349d558d7dbfdc64fe883430d5]

        #83217# : added osl_readLine

2001-02-06  Sven Jacobi  <sj@openoffice.org>  [2da4875da534d95565a4990d30d2653b95866689]

        removing type mismatch

2001-02-06  Sven Jacobi  <sj@openoffice.org>  [2b916c96229138add5e1c1693f87fbcbc8b03a42]

        added FloatChartAutoshapes, removing type mismatch

2001-02-06  Sven Jacobi  <sj@openoffice.org>  [ff1677431b8932919249b8b5b7e6e7d627cbb030]

        removing autoshapes which now have their own implementation in msashape.cxx

2001-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [98a2208308cbea4d44ecb2c11cba4dedbdb52e1a]

        - changed: auto text events now use text:auto-text-events container element            (rather than document)

2001-02-06  Eike Rathke  <er@openoffice.org>  [176750a00047db108f0c399bcc7643df3ab95d82]

        oops, mistakenly checked in the temporary disabled GetClipState IsBlockEditable

2001-02-06  cdt  <cdt@openoffice.org>  [8bb490c83002cfa541174ddbf6dddad3f4879d5d]

        #82791# override the getCodeBase methode

2001-02-06  Daniel Rentz  <dr@openoffice.org>  [489caf5b363a0de8a51fe3a1c4e7e6c4e325c3e7]

        integration of new import class XclImpStream

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [08d205ecf1f514cb8aa7689688ff5bd4a97a5238]

        no FILEFORMAT_NOW

2001-02-06  Philipp Lohmann  <pl@openoffice.org>  [d34f51ed5aa1e6cbfa3a7795de7ae2f53862ac23]

        removed old register/deregister methods

2001-02-06  Michael Brauer  <mib@openoffice.org>  [18b646bf92f741413338b4a03e0e111e01a0c464]

        real 6.0 file format

2001-02-06  Michael Brauer  <mib@openoffice.org>  [b6e9e6c94d8a3942aec1af6ce2d388aa95f6455c]

        real 6.0 file format

2001-02-06  Michael Brauer  <mib@openoffice.org>  [a05c341452eb85f07013105170198963428f3784]

        real 6.0 file format

2001-02-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [546992486853615153f037cafefde3ad7756d7d1]

        use SUPD for version checking

2001-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [4eae2fc8fcf8bf8057f9984962546c5e80d36540]

        - added: auto text event ex- and import

2001-02-06  Michael Brauer  <mib@openoffice.org>  [6ab9ef80a05b2b762518a64497a6493708917bb6]

        real 6.0 file format

2001-02-06  Michael Brauer  <mib@openoffice.org>  [3c8102cd1e0ce8cc4887dd8a308ecceebfa85476]

        real 6.0 file format

2001-02-06  Philipp Lohmann  <pl@openoffice.org>  [c4b02478681d28ddf65ccee079e2f39708496ff5]

        do not react with abort on a missing collator

2001-02-06  Andreas Martens  <ama@openoffice.org>  [1b0811328900df7b2aba8fd224ee5a6d769ba4d9]

        Fix #81821#: 2-line attribut on whole paragraph

2001-02-06  Sascha Ballach  <sab@openoffice.org>  [f3a6fe357202a4e0f18ae6c0c9ae062149825399]

        add namespaces to the stream

2001-02-06  Andre Fischer  <af@openoffice.org>  [d40fb3c26cf4ef9e259c3f86cbdb61998c66962f]

        Changed size of tab pages (135->185).

2001-02-06  Andre Fischer  <af@openoffice.org>  [0d685cbf5363e26b5f26510189095a43e453b7cf]

        Changed size of tab page (135->185).

2001-02-06  Michael Brauer  <mib@openoffice.org>  [0676b15f61ac978743aae6db644b4fafa6c9a1d3]

        real 6.0 file format

2001-02-06  Andre Fischer  <af@openoffice.org>  [7c08f027bcb072eeb6b611c8c1505bf041d6ff02]

        Changed size of tab pages (135->185).

2001-02-06  Kurt Zenker  <kz@openoffice.org>  [0e039579ab8c37d5ae4c836bce1cb96893797fea]

        new version for SRC620

2001-02-06  Eike Rathke  <er@openoffice.org>  [6955d4ec9739f72ebc429796020f12b26cb14f05]

        DeleteCells: copy/paste sloppyness, BlockEditable end was taking X for Y ...

2001-02-06  Sascha Ballach  <sab@openoffice.org>  [19571ab1cf72007edd648c0161488ade2d89ba09]

        give SvXMLExport the MapUnit and not a cast

2001-02-06  Sascha Ballach  <sab@openoffice.org>  [a66be3e094288e15037975f6891aa94475c69932]

        export of the meta informations in a own stream

2001-02-06  Sascha Ballach  <sab@openoffice.org>  [edfe799eb8e29be9b4823f9c131f74e0b7f3eeb0]

        export the meta information in its own stream

2001-02-06  Sascha Ballach  <sab@openoffice.org>  [c030ba7683fa71a02e3cc4946364090b4e37eaf0]

        get the XStatusIndicator in a own method

2001-02-06  Eike Rathke  <er@openoffice.org>  [7dcafa0a10b66022e0e82949b1530c296ddcdbba]

        SID_DEL_COLS, SID_DEL_ROWS: StateMethod GetBlockState instead of GetState (need matrix formula check)

2001-02-06  Björn Milcke  <bm@openoffice.org>  [5e90328433780cc4c5b75de84e30e2283cd1b25b]

        TbaPage size changed (260x135 => 260x185)

2001-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [b1df2bd37ad067003876203cf576a2506acaae24]

        - changed: script:events to office:events - added: office:events for graphics and styles

2001-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [4df8d9ef59ed2ab6e291eb7b519f14af334c1f0c]

        - changed: script:events to office:events

2001-02-06  Rüdiger Timm  <rt@openoffice.org>  [b801ccaf65f38349f45f1dd7c1fa44529a49160c]

        #65293# It is sfx2/cntids.hrc, not sfx2/cntidS.hrc

2001-02-06  Kay Ramme  <kr@openoffice.org>  [7d38073be39f9fd896965edc24632a3efc267cdd]

        joined changes from 1.8.4.4 - 1.8.4.5 (#83116# add interface IInvokeable and IInvokeHook (must be used for netscape under linux/solaris))

2001-02-06  Armin Weiss  <aw@openoffice.org>  [2dbc4f0c1c9a8747a025b8905d11d96e7f22d712]

        #83251# SdXMLPresentationPageLayoutContext::EndElement() had used a wrong comparison string in specifying the autolayout type

2001-02-06  Rüdiger Timm  <rt@openoffice.org>  [a193e0958d35c58eaf55582cf7edc3406c20d069]

        #65293# include algorithm to get std::find (solaris)

2001-02-06  Kay Ramme  <kr@openoffice.org>  [7f74b53850ae5bd3af0be6624dc4b2895f8d567d]

        joing changes from 1.6 - 1.6.2.1 (#83116# add interface IInvokeable and IInvokeHook (must be used for netscape under linux/solaris))

2001-02-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [71592adf7e85df75fc0e302e293666445a2f7452]

        corrected used macro

2001-02-06  Ocke Janssen  <oj@openoffice.org>  [5f54e251774581d16e669a863345609a24aa396b]

        two new includes

2001-02-06  Ocke Janssen  <oj@openoffice.org>  [810f4ed6aca38cb074f1bfeeb801a028111ae761]

        change R in r

2001-02-06  Caolán McNamara  <cmc@openoffice.org>  [3f2977d91c629330aea3ef96942bd3d31bea6b50]

        #83356# Support Explicit Page Start Number for WW6/7

2001-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [bd0715c9b6ab54a4d28a3b670591761db08b0e2d]

        - fixed: remove obsolete call (interface-announce: required/SRC620 by frank.schoenheit@)

2001-02-06  Kurt Zenker  <kz@openoffice.org>  [737879680c158e14afc949ff525c8a44511b8599]

        new version for SRC620

2001-02-06  Rüdiger Timm  <rt@openoffice.org>  [7814c77706ad5fb03748ddabd17f10ec500509ed]

        #65293# There has to be a newline at end of file!

2001-02-06  Rüdiger Timm  <rt@openoffice.org>  [0549238ed56dcb110253f5188eb8bae03ca7228a]

        #65293# syntax

2001-02-06  Armin Weiss  <aw@openoffice.org>  [801f66b3e702945858c0c3654a6bc79483f0fb37]

        #80646# added code to have a local fallback ItemSet for page objects

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [73ed0265bb580312a8fe561aa813e30b12e6dbde]

        no FILEFORMAT_NOW

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [97dff3d5fa6148fbb4926a0e3f0dda6e237dafa9]

        new FILEFORMAT_CURRENT

2001-02-06  Kay Ramme  <kr@openoffice.org>  [ce64c5fc2bf7fd8d0985838aaf2edc2a7e00b863]

        #83116# add interface IInvokeable and IInvokeHook (must be used for netscape under linux/solaris)

2001-02-06  Kay Ramme  <kr@openoffice.org>  [db554db0333389de03ae33afe358241c870ed91b]

        #83116# removed IInvokeHook

2001-02-06  Rüdiger Timm  <rt@openoffice.org>  [51ea9f72a3fdbc66d3afba830a01d0fc1db8e8e6]

        new version for SRC620

2001-02-06  Oliver Bolte  <obo@openoffice.org>  [c3c44f82df486a8afe6d75d3d8b73e0d0bd40e23]

        new version for SRC620

2001-02-06  Oliver Bolte  <obo@openoffice.org>  [5d59db92d4d029ad7d783844603ea85aeda8f943]

        new version for SRC620

2001-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [4e7fb98c65837d5c1f769cceea8d23c083c25556]

        - added: components for import and export of auto text events - fixed: export of starbasic events now observes 'use whitespace' flag

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [18d02ec56ebe4e8e9ede89bc9e6528b57a867a48]

        clsids.hxx

2001-02-06  Andreas Schlüns  <as@openoffice.org>  [823d8045694694f9e7b75fc59a81d7438374b506]

        #83517# use new argument TypeName and return given one for unknown types

2001-02-06  Kai Sommerfeld  <kso@openoffice.org>  [bee5f59d280a8edd2d53784c761092ef846b9cf4]

        #83541# - Removed UCB configuration service related types.

2001-02-06  Kurt Zenker  <kz@openoffice.org>  [54c8649275b79b23ade390ebf987c7a76907636f]

        new version for SRC620

2001-02-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [18f7b5d8f28580e3abc941f8aa54af5c21b81fee]

        avoid empty includes

2001-02-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2701b0105f86929c73527a5c50f2d3ea5548d194]

        cleanup

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [4322bad8c538ff753970e4f9fc096d907c10ba3e]

        new file format versions

2001-02-06  Caolán McNamara  <cmc@openoffice.org>  [97b580491f7dd7ae566ece2922ce743c01bb488f]

        ##173##, #80858#, #82192# deeply flawed upgrade to String from pointer to character array fixed

2001-02-06  Stephan Bergmann  <sb@openoffice.org>  [5c234e4a9cd28777c06db7da5e614e42e684f47f]

        #83365# Added RemoteContentBroker service (i.e., the Webserver's UCB that runs in a C++ process).

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [87a37511f572eb428b2add66bc2b38ed13d39233]

        remove FILEFORMAT_NOW

2001-02-06  Stephan Bergmann  <sb@openoffice.org>  [cef571f86ff53e1da988d072c6e60ef32872f277]

        #83365# Allow empty content provider service names.

2001-02-06  Kai Sommerfeld  <kso@openoffice.org>  [046dd6860395f5d8e63dccc3090365fcb86953d5]

        #83541# - Removed UCB configuration service.

2001-02-06  Kai Sommerfeld  <kso@openoffice.org>  [77da74449bf4cebd9834a208864d1c7e7689ad28]

        #83541# - Removed ucbcfg.obj

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [0db63e9b716920cdddfeecbb2c257f9d18457c0a]

        Assertion for unknown formats

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [eb89cde05e0187816470b70421f49be21750e7a3]

        temp-Storages are 6.0

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [38c246779a102757059918a6d530b7ae98300dc9]

        6.0 is default

2001-02-06  Daniel Vogelheim  <dvo@openoffice.org>  [12edcb9b4f71d255f15183753023c1e416894811]

        - fixed: remaining STL includes in xmloff

2001-02-06  Kai Sommerfeld  <kso@openoffice.org>  [c87ce4241c6bdfff5e59669584cb9448ec8a29ea]

        #83541# - Removed obsolete include (header no longer exists).

2001-02-06  Philipp Lohmann  <pl@openoffice.org>  [cbee2ddda93cf762f31f64bc7a605f081dce1319]

        added new X11DropTarget service

2001-02-06  Joachim Lingner  <jl@openoffice.org>  [5a2918db96251126999d5c5adea3a4e28d706b28]

        OleDragAndDropSource.idl and OleDragAndDropTarget.idl added and OleDragAndDrop.idl removed

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [9567a5881974792d1906a6de41ef0fd4d79dc7a2]

        Syntax

2001-02-06  Mathias Bauer  <mba@openoffice.org>  [125084f3712f51147a1a07fae6fcb1ea14d4d3e8]

        Syntax

2001-02-06  Philipp Lohmann  <pl@openoffice.org>  [e4f94dcdf743d841d06610ac07e795a2009f0735]

        removed XDropTargetFactory according to new specification

2001-02-06  Kai Sommerfeld  <kso@openoffice.org>  [55f8a9eaf3ad323d82df500888fdd493fa93a4e1]

        #83541# - Removed obsolete service dependency.

2001-02-06  Frank Schönheit  <fs@openoffice.org>  [cfdb40cec7bcc27b988deb618d19eda36bbce256]

        #83527# set the minimum for the BoundField property to 1

2001-02-06  Frank Schönheit  <fs@openoffice.org>  [3f9ff95bf0d6d36c67d43f75da494df114ec004b]

        #83479# reintroduced the HasNavigationBar property

2001-02-06  Ocke Janssen  <oj@openoffice.org>  [8bb082b2ff963ff72d9e66d3f362a730e6f2a7cd]

        cilp

2001-02-06  jp  <jp@openoffice.org>  [2beaaf1cabcab70184d29a52ef2552fbdf49e08c]

        defines changed

2001-02-06  jp  <jp@openoffice.org>  [9c68d062f93c0f272785eea3c7442729320f4cf1]

        add new service descriptions

2001-02-06  Ocke Janssen  <oj@openoffice.org>  [59bb77ff6f779781dba3807363d0a1b80b88eb2a]

        set splitpos of splitter

2001-02-06  Ocke Janssen  <oj@openoffice.org>  [84058135229f3d03d0602063e6503cb2295c4506]

        unload form when connection is null

2001-02-06  jp  <jp@openoffice.org>  [88cd8dc22aef241ef76f6ce2d2c57e41548b7985]

        add new service descriptions

2001-02-06  jp  <jp@openoffice.org>  [a40cbfd5187640a3a8ba3adde287557b5e8e9e28]

        add new descriptions

2001-02-06  jp  <jp@openoffice.org>  [f01c2ebc1318da891e53777de10bc1eb7d9ce7b2]

        service description

2001-02-06  Ocke Janssen  <oj@openoffice.org>  [81476ef87bae5c5b30d353dcca99af5b39237dca]

        enable clipboard

2001-02-06  Ocke Janssen  <oj@openoffice.org>  [f3171d2dec9df427a41cdf1f58a292be81cbabbf]

        don't select entry when contextmenu is open

2001-02-06  Kai Sommerfeld  <kso@openoffice.org>  [061159d077d06b308a219154c5b7c6e3bd4b0974]

        #83045# - Additional XCommandProcessor documentation.

2001-02-06  Kai Sommerfeld  <kso@openoffice.org>  [aff18a9dc9bbbcd13049f55596c5e4c5ebd6dc8f]

        #83045# - interface XCommandProcessor is not optional.

2001-02-06  Ocke Janssen  <oj@openoffice.org>  [f61680108312a6a3b2c8b02fbeb9bef9319eba27]

        removed some conflicts

2001-02-06  Oliver Specht  <os@openoffice.org>  [073f7a3442ff28da8ed66d6198e6b01a5e1d485d]

        #83537# Auto mark URL has to be a URL

2001-02-06  Ocke Janssen  <oj@openoffice.org>  [4b7f21ce75932cadb7fa1f730e6a1c393bb2890f]

        parsenode corrections

2001-02-06  Ocke Janssen  <oj@openoffice.org>  [e6be083bba5318ebac3d8f37b861eb2e0711e714]

        new querybox

2001-02-06  Frank Schönheit  <fs@openoffice.org>  [541c26fb227106a3fd684ae141abee79bee04c75]

        removed XFormDocumentsSupplier / XReportDocumentsSupplier from the service description - they're obsolete

2001-02-05  Kurt Zenker  <kz@openoffice.org>  [52f8145a90842e0b0d0aa36b59787073b3c3639a]

        new version for SRC620

2001-02-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [01293010570fdaccd6d07d383156ce38b7b78b00]

        dependency fixes for *.scp and *.rc

2001-02-05  jp  <jp@openoffice.org>  [475ded851aee3e091f32a594ea4e5b72e0c1edb9]

        Bug #83467#: LoadStylesFrom - initialise the reader variable

2001-02-05  Sven Jacobi  <sj@openoffice.org>  [6097c18255aba50e8ed83c290c4e26b10ba61278]

        added some autoshapes

2001-02-05  Kurt Zenker  <kz@openoffice.org>  [c349f2bae06b9658c40a97dd92d1bc7b14e5af87]

        new version for SRC620

2001-02-05  Mathias Bauer  <mba@openoffice.org>  [b7a823b1973d869f2698ab0b33e90133aad58a09]

        ClassId handling for UCB storages

2001-02-05  Mathias Bauer  <mba@openoffice.org>  [3b1c892a61322c8fac75f0e5d5dd64c7428ab591]

        moved ClsId to stg.hxx

2001-02-05  Mathias Bauer  <mba@openoffice.org>  [82a722cd2d75392de00d992d5f7e3600e868178a]

        moved ClsId from stgelem.hxx

2001-02-05  Mathias Bauer  <mba@openoffice.org>  [bfc8c839ec514eac1bbbf3ba5e4d46b7bb137897]

        syntax

2001-02-05  Björn Milcke  <bm@openoffice.org>  [dc18c05c054c0018ec98ae52ca996893fce8cc74]

        String lists for other languages

2001-02-05  Mathias Bauer  <mba@openoffice.org>  [db76fe0d2f3ba975db6dc6d1a446c977a1493862]

        Need ClassIds for mappings ClassId<->ClipBoardId in UCBStorage

2001-02-05  Eike Rathke  <er@openoffice.org>  [79190f54fb732f1295d6031979bfab5f161622df]

        add: FillWithMimeAndSelectBest

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [b27c60103cdb924c28b602adfb4122033a354f1f]

        initial checkin - accessing local resources

2001-02-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c41ed76af23f769eda7b83c45ed1a30f6946c4a1]

        use static stl

2001-02-05  Björn Milcke  <bm@openoffice.org>  [10477d4aaeb28a412f255352e0215a70ad619dff]

        TabPage resized - TabArea: Selection of type id done with listbox rather than radiobuttons

2001-02-05  Björn Milcke  <bm@openoffice.org>  [848709dcf95644f1763ec815adb35cc81e82839b]

        TabArea: Selection of type id done with listbox rather than radiobuttons

2001-02-05  Björn Milcke  <bm@openoffice.org>  [e9a262d63ff1cc09e2f4587d8065fcc637df33ed]

        Selection of type id done with listbox rather than radiobuttons

2001-02-05  Andreas Bregas  <ab@openoffice.org>  [d543310e3c6bd746c5d535b67d32ccc25857e197]

        #82020# Make getFullPath() accept wfs URLs

2001-02-05  Kurt Zenker  <kz@openoffice.org>  [5bc79fb3f1a837b4b4d2e2ebd4ff3eba674a9f84]

        add include svsys.h

2001-02-05  Rüdiger Timm  <rt@openoffice.org>  [809ad874c97a4850d0c2f8b7de9241b4d750ddc2]

        #65293# last changes converted into correct unix file format

2001-02-05  Caolán McNamara  <cmc@openoffice.org>  [77956e9d4a7f3bab5eabae53672d0a797f03eaa5]

        #83154# Negative Indent Number Style buglet

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [7ab24d57fe39627efe939580cea620464915f1b7]

        nsome changes

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [961cedf0a008ce0169100b6b527a73de090e8677]

        some cahnges

2001-02-05  Philipp Lohmann  <pl@openoffice.org>  [fb72a53dc6ff64001cbdebbdd908b7cf71aa8723]

        #83524# buffer resize events to handle opaque resize WMs better

2001-02-05  Juergen Schmidt  <jsc@openoffice.org>  [5ec32b6b5287f6481d4b7bbd4db6ac9d84e263aa]

        remove warnings

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [fa897c9fc0ba64f85b1f2c061e6ddd68a145f7d2]

        some minor layout changes

2001-02-05  Kai Sommerfeld  <kso@openoffice.org>  [55e5b605b4c1920aa09e2accbca8f90fe28a1248]

        #83045# - Added method openStream() returning an XInputStream.

2001-02-05  Kai Sommerfeld  <kso@openoffice.org>  [62d6a52da0c2db0cef05ef3196100369ada21bfa]

        #83045# - Added activedatasink.obj

2001-02-05  Kai Sommerfeld  <kso@openoffice.org>  [d4a0c34ac3d934991fad0ec69d1454e2d604dfb8]

        #83045# - Initial revison.

2001-02-05  Kai Sommerfeld  <kso@openoffice.org>  [287395befa9858bf1de95d056cba7acd825b9a1f]

        #83045# - Initial revision.

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [e53fb0369d70ce60975d414dacc286852dbdfc4c]

        enlargen the tab pages -> some redesigns

2001-02-05  Mathias Bauer  <mba@openoffice.org>  [92e3f996be2bafb7ffa5ee57cf7656940036a111]

        #82690#: reload in silent mode

2001-02-05  Malte Timmermann  <mt@openoffice.org>  [7fda5d47ba7b782b31420416c3733caf2d701026]

        Some changes for uno dialogs

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [aa29ce587fb7067796bf5ec5fd4ffc56ab6ddaf0]

        use length

2001-02-05  Kurt Zenker  <kz@openoffice.org>  [26e2a073585bf80d408eec168e632a4e6b937f90]

        XEventSupplier -> XEventsSupplier

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [2aa8d3105e13b5fba08d3e9d4e27193ae3ff40fe]

        return

2001-02-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0d005f8ac5ce8cd2bfab43424b834fffa933b16]

        first try to avoid colliding switches for makedepend

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [fa862e8351dce421d74d44755df7da2a2b382e62]

        table tree got new ctor

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [15175b35753ed10b3095f8592d39871b1aa9332e]

        new member for hiding first entry

2001-02-05  Jörg Barfurth  <jb@openoffice.org>  [f08f00f9e2220d658fe5992628336b6c039abcbb]

        Remove [optional] on services as this is not yet supported by the compiler :-(

2001-02-05  Jörg Barfurth  <jb@openoffice.org>  [af30a022252dd69e3ee899bea0ef200641afe6f8]

        Added missing [optional] attributes

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [ff38110d6fa17e6c33a7d33c5caaf5b8971bc11a]

        #83461# no 'not defined' for radio buttons check state

2001-02-05  jp  <jp@openoffice.org>  [7d4e96a4440d6b64a5bcf92faa97ec12366941e4]

        create temp docsh as embedded object -> no progressbar

2001-02-05  jp  <jp@openoffice.org>  [3819ba9028b11c2c3b2abcb5d7a2cdaba66c79ea]

        optimization: store format and return next time with same format the last any

2001-02-05  Christian Lippka  <cl@openoffice.org>  [f88f6917862f59d9b52756b693ebda78ddb16ffc]

        #82254# added Trasnformation and Geometry properties

2001-02-05  Kurt Zenker  <kz@openoffice.org>  [2d2b8078a08f95b4772522eaeba9ecdaaf47e16f]

        SRC620

2001-02-05  Sascha Ballach  <sab@openoffice.org>  [ef159271ce55cf9f4d79373e1a8beb11127d901c]

        add export and import of date and time values in the change track

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [8080cddf3e00f24b2f31994ccb32d6be6f8102de]

        #83430# +propertysetitem

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [f4d4ceac2343fcf50f2383791394647e94a75f95]

        initial checkin - SfxPoolItem transporting an XPropertySet

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [9f2b06674bf4980f6216c44e89800f4b5d5f20bf]

        #83430# applyChanges / isApplyable

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [e7aa341c9c2c17ecf61df8f4b3313db623e0bf8d]

        #83430# +ERR_CANTADMINQUERIES / +WARN_SAVEFORQUERIES

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [1519f106cad10c9832089a8bcad63e6890f7135b]

        #83430# +DSID_DATASOURCE_UNO

2001-02-05  Sascha Ballach  <sab@openoffice.org>  [d25688c30960654bbebda37731a763548bc445da]

        add change-track-table-cell and matrix-covered

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [9a4d7b49d6c6284c19a86afb72e40da7ccd8c539]

        #83430# +ERR_CANTADMINQUERIES / +WARN_SAVEFORQUERIES

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [c4f85e34aff17031362ef5f88828888625f79c0c]

        #83430# +applyChanges / +isApplyable

2001-02-05  Sascha Ballach  <sab@openoffice.org>  [42478dd9f7e2791318072acbc437f0722c20c1ff]

        add export and import of date and time values in the change track

2001-02-05  Sascha Ballach  <sab@openoffice.org>  [d8dbaa90ceeeaeac5a875c4e1f5ab298431f7e03]

        remove stl/ in the includes of stl files

2001-02-05  Jörg Budischewski  <jbu@openoffice.org>  [b340bfff833cb0e1ca8be0e3c44b3ad104ff249b]

        added a interfacecontainer test

2001-02-05  Jörg Budischewski  <jbu@openoffice.org>  [a59da1d7a694912429800be82fc9901513d98610]

        added a convenience method to remove the current iteration from the interfaceiterator

2001-02-05  Jörg Budischewski  <jbu@openoffice.org>  [6e70a6c156d031f879c3d60d0dd619227dba33f2]

        added a convenience method to remove the current iteration from the interfaceiterator

2001-02-05  Philipp Lohmann  <pl@openoffice.org>  [f95feec58b099993419de5cf84e668ef18d669a5]

        added cursor for drag

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [431d48456fce1249be9c0a46d0a0a26a5da4701e]

        #83472# ImplGetValue: when checking for a percentage format, use the standard numeric format of the correct language

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [8c29682476197f4a538cd186b59e387c40e3f02e]

        header removed

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [1e887d94c150c7134acb5c63b11854fd1ab938e5]

        textencoding

2001-02-05  Thomas Benisch  <tbe@openoffice.org>  [2f189a55ac5be28ceb394a3decff4605d66955bb]

        added OFALIB

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [c2e3e43a21602bbc3d97a8be5a5cffa479c374b1]

        insert textencoding

2001-02-05  Thomas Benisch  <tbe@openoffice.org>  [50c42e651b434336010ae49eca0c3949ee1b2b26]

        get standard color table if SID_COLOR_TABLE item not available

2001-02-05  Daniel Boelzle  <dbo@openoffice.org>  [3708c9985db567cc78f46e239db4bebfd01a2e03]

        fixed error output

2001-02-05  Daniel Boelzle  <dbo@openoffice.org>  [644183b03ac690a62ccc8618fc80e31d2aad227e]

        added set(), query set() functions

2001-02-05  Daniel Boelzle  <dbo@openoffice.org>  [72795d9981f16941e948e2e8d5da7f5cc5ac016b]

        namespace

2001-02-05  Dieter Loeschky  <dl@openoffice.org>  [7e03f2bb840881034e94c427f39eb7936182f548]

        Vertical writing

2001-02-05  Armin Weiss  <aw@openoffice.org>  [fcb3971c4ac7f655a0191ec55e3edbb30d0cdf01]

        Changed TRGetBaseGeometry to support 3x3 homogen matrix conventions

2001-02-05  Dieter Loeschky  <dl@openoffice.org>  [ea18a9d37b6fff6165a31445ade8167b51287e6b]

        Vertical writing

2001-02-05  Niklas Nebel  <nn@openoffice.org>  [af7ddb3f2221a63688850d66c79865ffaf5286e8]

        #83497# treat non-existing style in conditional format like no condition

2001-02-05  Daniel Boelzle  <dbo@openoffice.org>  [306dc80d0b5c5e618dbfa043690a085f16ccc6a8]

        #83492# seq realloc bug

2001-02-05  Malte Timmermann  <mt@openoffice.org>  [07cdca8db9afa9bf6547a85cae45d73360bc7785]

        Renamed ImplPropertyInfo to ImplControlProperty

2001-02-05  Niklas Nebel  <nn@openoffice.org>  [cb3d97e7de8d6c2fd5ccf53bd6d2ec869469f9f1]

        IsClipboardSource: check for valid ref

2001-02-05  Caolán McNamara  <cmc@openoffice.org>  [686bfaa6bbbd895ce3ab9fe2103dd2431a049955]

        #81141 Implement retaining UI text as MathML sematics/annotation tag

2001-02-05  Caolán McNamara  <cmc@openoffice.org>  [244f6da512564e8cdae3801a277dc842c36e610f]

        #81141 put MathML mi back, and add encoding

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [5e734c39b53f37ddb051059ab45b48b1a9786fc8]

        check statement length

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [fd1f090ae98b60fed15cfd64424ba7c411f4116c]

        #83327# 2 new help ids for the sql error message dialog

2001-02-05  Jörg Barfurth  <jb@openoffice.org>  [98939fe1f68ce05ab1fa473f80a6748158cbce46]

        #83448# Added XServiceInfo for group nodes (as they have their own service descriptions now).

2001-02-05  Peter Burow  <pb@openoffice.org>  [3cbcfe13b16f92d69e6bc655c5fe9a211d474653]

        fix: #83477# GetURL(): keep final slash

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [6cc3e796bec451c32a0b7fa7135d269d523909a4]

        #83327# 2 new help ids for the sql error message dialog

2001-02-05  Jörg Barfurth  <jb@openoffice.org>  [5f6a97483d0af115b8c47e7160a4e7de8b596093]

        #83448# XServiceInfo implementations now support the new service names.

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [9bdaac49641e03bc984cc0b1468b065c56e184e9]

        #83327# help ids

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [b965abbd60949bb0aeb47a412136be97877ed091]

        one new file

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [dc75706912052941d3b7d5da5f0dd21ab19585aa]

        new ids

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [3f2231e47ed5924519dc795a47ad14f45e91856f]

        new querydesign

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [815693e8f667d81fcc8ddc2f2fdf332d82a0a2f7]

        dlgerr is obsolete - sqlmessage already covers this

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [c7f42a74a0a45299a7138bb3f896ea1299fb6df1]

        unique id for the 'more' button

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [eda310d50b8b89ec1f1ddfdc541d3d199c641b07]

        use the OSQLMessageDialog instead of OMsgBox

2001-02-05  Christof Pintaske  <cp@openoffice.org>  [2ea588a4d4a741d3acf8112456eb9706bd1b8b8b]

        fix for last minute XCollator interface changes

2001-02-05  Oliver Braun  <obr@openoffice.org>  [80c0a0e30796b14dd2c9eedeecefb148b474fe36]

        new drag and drop api

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [e9831bb647229ec12c1355eed540e8af68770545]

        new querydesign

2001-02-05  ts  <ts@openoffice.org>  [348a6b33e47ca8c8c625121bcc1ca579e2b797de]

        create components with system handle as parent

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [1d314f5b5914e144e57dccbffdf63b14f76126bb]

        #83424# +RID_STR_ENUM_SUBMIT_TARGET

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [e718950884fa2db240822e1711f301b39a70ad3e]

        new querydesign

2001-02-05  jp  <jp@openoffice.org>  [c25ef3087ec6a8bf7220f71450c366b2b85563c9]

        remove stl/ from the inlcude statement

2001-02-05  Andreas Bille  <abi@openoffice.org>  [fda69711ad200464cd1f4c6544c04aa89b63542d]

        #82035# Partly fixed, new tooling

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [db3cecce28d2162cefb58d3942ba541f44981a6b]

        some changes for the querydesign

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [51984f3c6688adf805c263cd44ddd573ea9400b6]

         move some defines

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [782588ead1ec96247712a19214ad2d7d7e2b6a02]

        remove 3 files

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [a8e1306e3462cbd1a29980a0077cb86f4a2b48f4]

        one new file

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [4ccb1ded7f8e68b2a3b35b82b9a8f5163d5bc23e]

        add table dialog

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [bd762a6fdbe830901bcb35e1470cd468d72a4869]

        some new resources

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [f639e6f22e26b8cb12111ff702b028be0bfe71ce]

        changes for querydesign

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [923fd8112b32d8f4e11a0629a75fb3fe67efccf3]

        querydesign

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [e66b25aeb267676541974d474e5c6613ac700edf]

        new string

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [469d96b16609bab177f71b2386d22a2560f6c5f9]

        new property to save the layoutinformation of a query

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [94c7ed71593c67dbcf7dc42ce0be1629b989ae43]

        #83468# SetTables ... correctly retrieve the rowset for combo-/listboxes

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [84b5fef3b9c1cbf01724a91e4e37c1790301131a]

        #83468# +m_nClassId

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [4b34b8c0996a254e40f285e9562c78c082b7bb0c]

        impl new member for layout information

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [2294247d5b883bed5d91e138f587ebd5ffb87193]

        remove include

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [c803846f0e3fac6f513c17d5881f3acfaf4e1fe8]

        #83274# +HID_TABDLG_APPLY_BTN

2001-02-05  Frank Schönheit  <fs@openoffice.org>  [5bc9a687d8159957358e5d2690b2eeee0c09c75d]

        #83397# corrected the query admin help id

2001-02-05  Ocke Janssen  <oj@openoffice.org>  [a9dd0b23f4f90107d324fc809caa2e78d2ccfa9b]

        ask for wrong propertyname

2001-02-05  gt  <gt@openoffice.org>  [8042fa2bffc5a163e5a8c552adb24f06e23b3a31]

        XclCf::XclCf(): changes checked in to early

2001-02-04  Ping Liao  <pliao@openoffice.org>  [6ce9d9ce2a0a0da73b5897ec0c02df72eadeab93]

        Added MACOSX linker work around code.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [6baef004e92e52ee1217ea5d999b82313c76511c]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [104dd3b50ddf63b68115cf8963ca1c447e50a902]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Niklas Nebel  <nn@openoffice.org>  [c0ab61a63122b9ca7c0c0bf60abf2190120b9b3c]

        CopyToClip: use new transfer object

2001-02-02  Niklas Nebel  <nn@openoffice.org>  [c8365dc5ff0ab70482e3f536a9576d5c5debd013]

        transobj

2001-02-02  Niklas Nebel  <nn@openoffice.org>  [165e01a920e477b7dc7dbbeacbc44b7c604f323b]

        transfer object (new clipboard interfaces)

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [aae96eba981365488ece3019a1d014a29ba46e57]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [f0a38ae933956488d3dfac64718528b04ea23702]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [46a96b719721b97c38654969d6d689c934405f92]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [dbdfbb60ff769775a3133582f25a75c5e9caa332]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [a6c2d2fd1905f6b80917b56759ab2d72d752c302]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Eike Rathke  <er@openoffice.org>  [469c8ef9ea0ceaa5062def7ef0f2e1b1c1ed9dd6]

        #83487# ImpGenerateAdditionalFormats, ImpInsertFormat, ImpInsertNewStandardFormat: parameter bAfterLoadingSO5 distinguish between internal default generating process and generating after loading SO5 document so that in a non-product version no dupe detection assertion dialog is shown in the latter case, because those dupes are ok.

2001-02-02  Philipp Lohmann  <pl@openoffice.org>  [745391c84c96eeee94e7a787ccbab91b57da5bd3]

        implemented drag

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [f95fa3b3c88f81f3af52989106d513d30f220f21]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [94467b23f1452b13e546f577ffbf23a4e5e18c84]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [d9b12aa7d81d37f16d52a94e7f2c6a4ed7d0d253]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [ee19b0e2599cbaf3f1550267df3bd0208c9b66f7]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [d938ba1d67c3106e60b7ce4768ba2cfd10418433]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Martin Hollmichel  <mh@openoffice.org>  [474ef21b7b043adc2efe3fd87b4fb0667b0e373d]

        chg: header

2001-02-02  Martin Hollmichel  <mh@openoffice.org>  [9d62bb0b0d5d2eb1886d1e1c4efc20cc7db5c110]

        chg: header

2001-02-02  jp  <jp@openoffice.org>  [2ff6e8d2f0b3e5ae616724bd7128b20446f5f353]

        class/methods for the new clipboard

2001-02-02  jp  <jp@openoffice.org>  [51343e9b81c6b434eed0207dd80d113b9fe821a7]

        GetExchangeAction: new optional parameter - the only testet formatid

2001-02-02  jp  <jp@openoffice.org>  [1c279a32eecfcb88101c5daabb0994077f4b1d3c]

        new module for the new clipboard

2001-02-02  jp  <jp@openoffice.org>  [d51109a289a40fd0405653a2a716c18f86141875]

        use new clipboard

2001-02-02  jp  <jp@openoffice.org>  [4fca56487c73a7cec299bcc2ebe007b1f5578db7]

        SwDataExchange interfaces renamed

2001-02-02  jp  <jp@openoffice.org>  [703360fe00f16856a893a808b2176fa1ca1e9176]

        remove old clipboard handling

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [164046680cbd18ba4dc5e4434f933bca77c0aeac]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [676d6f93207b2b4ac53d924b8bbc2574778669a9]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [86a24cf93a3c4d1c48fd55dfb6cec4998355c70e]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Patrick Luby  <pluby@openoffice.org>  [8f8a489d360c560a2ef968d7910424d7b0bdab64]

        Removed -n option from Mac OS X strip command and updated map files to match

2001-02-02  Patrick Luby  <pluby@openoffice.org>  [32c145642a705c5e336137348c78059d20b493e9]

        Removed -n option from Mac OS X strip command and updated map files to match

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [3aefc5bba9737f5609d5e5e265113eead7f3a379]

        Merge SWT614: 02.02.01 - 18:06:46

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [a5aa1ab534cc182d54c6a29f50460f811a07fd2b]

        Merge SWT614: 02.02.01 - 18:05:23

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [359cda73b5c4cf5957ac835e98b5eeb20687b33d]

        Merge SWT614: 02.02.01 - 18:03:08

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [df4d9510ea8ab358725bc2ceff8c98f08d88aa0d]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [71fc80f76916ed3bbb4853d1a2a859f9a3b2f7f0]

        Merge SWT614: 02.02.01 - 18:00:21

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [4d942333443f7af4bdea29538b6b3cfea56d850a]

        Merge SWT614: 02.02.01 - 17:58:51

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [50d55956a9110c7d9c85c570e28eeab7c9e20fd7]

        Merge SWT614: 02.02.01 - 17:58:40

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [d1ce3425e4cae2e728eb310eda2b4b93e860a48f]

        Merge SWT614: 02.02.01 - 17:57:33

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [e9eb438eb1b2a521410d49ddb3b4900772f69c5d]

        Merge SWT614: 02.02.01 - 17:57:31

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [0b4f1a883bd3c7ea08355e39b948346219285b25]

        Merge SWT614: 02.02.01 - 17:57:22

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [5649eecae9750bc469c6a21b36f77a96f7a36b50]

        Merge SWT614: 02.02.01 - 17:56:21

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [0810d66c5c8fabca3697ba0007b7a4ab956f0924]

        Merge SWT614: 02.02.01 - 17:56:15

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [a6ffb161a4b3f6319d8538eb69a06794a6aa1675]

        Merge SWT614: 02/02/01 - 17:55:56

2001-02-02  Mathias Bauer  <mba@openoffice.org>  [4c43c74f07576b7923ecdc53a034b28323ee64fd]

        set bLoadDone before starting load

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [bcd37579754752821e40f54e90674636265a4daf]

        Merge SWT614: 02.02.01 - 17:55:05

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [6dc941b1e3bd6ed378200a44a07e237378ab65c6]

        Merge SWT614: 02.02.01 - 17:54:27

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [a713f267315a0bf1a04b5d5350ab6b28cf8ff5fc]

        Merge SWT614: 02.02.01 - 17:54:18

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [3253c0503af5458f70f7336ce85f15ab1c3133cf]

        Merge SWT614: 02/02/01 - 17:54:16

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [d54dd44d34cf98ee53e451fcf51237c605219bf3]

        Merge SWT614: 02.02.01 - 17:53:23

2001-02-02  Andreas Bille  <abi@openoffice.org>  [8063a0ad60274ceda0fc87fd22156f4073bb3a04]

        #83459# Catching unexpected exception ( 1 line )

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [c67ed4fc1fdcbb4d94ab77c3c76beecd7a9a2dd8]

        Merge SWT614: 02.02.01 - 17:53:02

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [4102e538f5dd66bf3390c90ec11909737eb87361]

        Merge SWT614: 02.02.01 - 17:52:55

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [56af3f0c0ddf48e5d89c4d3e4a00538df45809ae]

        Merge SWT614: 02.02.01 - 17:52:02

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [f17c3b659d7b4fc66a2fd9fae2aab0d4efdd3f8d]

        Merge SWT614: 02.02.01 - 17:50:20

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [37575bdc2a31a13303b0fd868cd12b8a0bf37dd4]

        Merge SWT614: 02.02.01 - 17:49:51

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [7aaca2e77b5c345aaf5d335360e68d7b762cc32d]

        Merge SWT614: 02.02.01 - 17:42:02

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [38ead345737edfa5f4761217c2c9eb81dcab4cca]

        Merge SWT614: 02.02.01 - 17:48:18

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [e2dc0799d0c2a57f4004edb48db115483ccb0f40]

        Merge SWT614: 02/02/01 - 17:48:22

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [31e2d70606cd63e03cd0eb378ee2217456aa1aa1]

        Merge SWT614: 02.02.01 - 17:47:44

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [7db8c4342095e50a45252a00890bbf744fc57a87]

        Merge SWT614: 02/02/01 - 17:47:07

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [5cef06f984035f4195efa5685ca9edc16f76f3a7]

        Merge SWT614: 02.02.01 - 17:46:34

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [c1e51f44ff757e8472c30a76ef6b19d3adf278c9]

        Merge SWT614: 02.02.01 - 17:45:41

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [b53055780c153d38191c0686e3dc98a6caa85fbc]

        Merge SWT614: 02.02.01 - 17:46:23

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [62f0ed597e8169caf3b7f1ec0424e100eadb7ad9]

        Merge SWT614: 02/02/01 - 17:45:54

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [200cf5e178ee253707027031a043b26ccc526e71]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [25c5e52cefb93d07c57f0af68ec5f27d4e4a12aa]

        Merge SWT614: 02/02/01 - 17:44:35

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [dfd8bd91541923f3ae52493943f555b4e8221f07]

        Merge SWT614: 02.02.01 - 17:43:28

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [927ff495261784c1b318dc5ce62a5b3dbc81e3d5]

        Merge SWT614: 02.02.01 - 17:43:07

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [58f7e20042fde8231cee6143705a04d2c8cd43d8]

        Merge SWT614: 02/02/01 - 17:42:57

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [368707ffee8aab40deb0379152813596c157d5f5]

        Merge SWT614: 02.02.01 - 17:42:05

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [44de3f5f49476efda2f6f92e0cbcd8be6501ccf8]

        Merge SWT614: 02/02/01 - 17:41:37

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [a83a7fa05cb45a641faa45256962a7514040de5a]

        Merge SWT614: 02.02.01 - 17:41:20

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [f768b4a434de5106e996cfa8efa51a5422f8d0d5]

        Merge SWT614: 02/02/01 - 17:40:09

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [96f56a2f6d80314de132166a0cd0f15d610f75d9]

        Merge SWT614: 02.02.01 - 17:39:35

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [ec816ac2fa90626c2bcf61f99a7be2dbb4c025f3]

        Merge SWT614: 02.02.01 - 17:40:11

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [5feaa308ceea36c224ac7020fc959e575e391400]

        Merge SWT614: 02.02.01 - 17:40:10

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [08b2d3c0267649f9e7cecf36b485e5416141fc91]

        Merge SWT614: 02.02.01 - 17:39:26

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [eb12e08ab957051bd9de307479c338c1daa7a69e]

        Merge SWT614: 02.02.01 - 17:38:52

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [652a7d8880ccbddf161d6989bd95b7ebb08bf8ba]

        Merge SWT614: 02.02.01 - 17:37:44

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [dc8b408381bd7e19cce047c2783ee8f90a19967e]

        Merge SWT614: 02.02.01 - 17:37:34

2001-02-02  Andreas Schlüns  <as@openoffice.org>  [713b514cee6c1a72da19d907affd916f437029bc]

        use new creation mode for servicemanager

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [0166c1994efd4ec98b5138e71553f17c7fc4065e]

        Merge SWT614: 02.02.01 - 17:34:37

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [5417bcce46cac5b219a8b6fe1be426b7928492a1]

        Merge SWT614: 02.02.01 - 17:33:53

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [5aa1e6eaf70c51948d57ae351ba85d35cf05301e]

        Merge SWT614: 02.02.01 - 17:32:45

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [67efceb829126dba58718344f94168df6db2bf78]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [0539670679975789c42920455b6ebece45b5fcd4]

        Merge SWT614: 02.02.01 - 17:32:44

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [ed1efe4b7611eb6c633764c30615277cad446bab]

        Merge SWT614: 02.02.01 - 17:30:49

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [1da263ba0148d78d0a282375bbddeae1d450fcd2]

        Merge SWT614: 02.02.01 - 17:30:24

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [2c619d1320b04a178ba22adc737159e65a1a6ee0]

        Merge SWT614: 02.02.01 - 17:29:40

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [9e5c39968952b86ba87bed43ee309af49481715f]

        Merge SWT614: 02/02/01 - 17:29:21

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [211fb799117085695cf34af3567d81c6ab317193]

        Merge SWT614: 02.02.01 - 17:28:33

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [0b993d29cd148a32de85795baa4e2b873860041b]

        Merge SWT614: 02.02.01 - 17:28:15

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [3184ab0174c84d7e2ae67af96e460d751f422aad]

        Merge SWT614: 02/02/01 - 17:28:15

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [f02491fb0422ffe2404540173127083984018a00]

        Merge SWT614: 02.02.01 - 17:27:40

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [787b3415b44ab082c666c076dcb2d465502e569e]

        Merge SWT614: 02.02.01 - 17:27:03

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [f3ba69d55b63499ba88a8feb62f08d1a1bec7dd4]

        Merge SWT614: 02/02/01 - 17:26:53

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [ef48003fe4a934733f391da1d052e72b27f63fa0]

        Merge SWT614: 02.02.01 - 17:26:26

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [c1ddc892944b50d286e1ff9ed5d66d09e9975378]

        Merge SWT614: 02.02.01 - 17:26:20

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [28fb65c1469c4dbdc83d503b47901c71c1af6f0b]

        Merge SWT614: 02.02.01 - 17:24:59

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [c8721a333cb8b35c08d896f2da1b65ca763ffc9e]

        Merge SWT614: 02.02.01 - 17:24:15

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [db1ba29b2106a4e5bc8a07f635ff85d1ae97bdec]

        Merge SWT614: 02.02.01 - 17:24:24

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [a50183ab52b37a9d3645de1b682e0b957eade3b6]

        Merge SWT614: 02.02.01 - 17:22:12

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [a076a5d84d3cc99538173f1ccff52e3561659ef4]

        Merge SWT614: 02.02.01 - 17:20:45

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [2bd61168c5a667d631fa2be39a60880ef8f96e27]

        Merge SWT614: 02.02.01 - 17:20:04

2001-02-02  Michael Hönnig  <mi@openoffice.org>  [5c9eca874b26cc19a1dcbc3411b6eddaa4d24c88]

        new interface XTruncate

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [96c7d169d6fb74d31eb1dad054ced2b3073aeeee]

        Merge SWT614: 02.02.01 - 17:17:25

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [79cee64dc8985657dabd6bd298dbd779cba2a8b4]

        Merge SWT614: 02.02.01 - 17:17:19

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [be8b603c97393bf451b4fbbe734f6ac38e7fc17b]

        Merge SWT614: 02.02.01 - 17:15:42

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [1bb09070aba56aa420adddc6b7f0a7c227e7463b]

        Merge SWT614: 02.02.01 - 17:15:12

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [5c7ae692acf4db9e92777e82a4b83b2cd6f79f3b]

        Merge SWT614: 02.02.01 - 17:15:10

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [abca2818ad1a63843edc829835e79e63bd1a2e79]

        Merge SWT614: 02.02.01 - 17:14:04

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [f1fa320e7ba1dec691d6c3e91ffbbe771e1dee97]

        Merge SWT614: 02.02.01 - 17:13:34

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [995e698b9a508adf4ff16d53d4c05a1af26d7d88]

        Merge SWT614: 02.02.01 - 17:13:04

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [9fd7feca8dfa98880f8a03f62f0455cc3327743c]

        Merge SWT614: 02/02/01 - 17:10:41

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [ca897047430df1390c14b70583302617dd7e57de]

        Merge SWT614: 02.02.01 - 17:12:41

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [ba49ac850615e15b782c5da658142b75375064ef]

        Merge SWT614: 02.02.01 - 17:10:32

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [8209b2d7b20dbc0ecd0847b171d5ad1004571776]

        Merge SWT614: 02.02.01 - 17:11:21

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [8b3a7c43d14190f6871f1a181824f9ab37746c45]

        Merge SWT614: 02.02.01 - 17:10:21

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [41485d3987be0e56d35786d2c4e1502020f63e2c]

        Merge SWT614: 02.02.01 - 17:10:05

2001-02-02  Ocke Janssen  <oj@openoffice.org>  [7b7ba81ca8c65d7b9f84550fb9fdcac71fffb933]

        change < in >

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [9f073364f41a90b1a815f9ac7e86197f411071a3]

        Merge SWT614: 02.02.01 - 17:09:21

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [a05c743da807e7c26e72c37fa4836804f7203509]

        Merge SWT614: 02/02/01 - 17:00:55

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [2283780f0edaba038661c07ff6330197b9e62e42]

        Merge SWT614: 02.02.01 - 17:00:46

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [6578a3d320f10bd5ba0b0ae113a87a06c5ec0728]

        Merge SWT614: 02/02/01 - 16:59:51

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [048cae490b8298c758e2fa6e33bead76ee62f399]

        Merge SWT614: 02.02.01 - 16:59:35

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [6ec4bda0a73245d7555dfd21278293cb0ffa114f]

        Merge SWT614: 02/02/01 - 16:58:23

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [f817c3a247a09ac3eb425f52c0bb5b07e147d0d0]

        Merge SWT614: 02.02.01 - 16:58:13

2001-02-02  Ocke Janssen  <oj@openoffice.org>  [04b4687a6a048aa68a010a84011d69023f643be1]

        file removed

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [69a1da546c981f117bb03a8e751d0378522c6017]

        Merge SWT614: 02.02.01 - 16:56:33

2001-02-02  Mathias Bauer  <mba@openoffice.org>  [dc7c0e70b35525812b2abb048ff19da33bbf3b9f]

        #83463#: fix in SaveWindows: current ViewFrame may be zero

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [7db49f1e979dec5487f1505e18581819801874bc]

        Merge SWT614: 02.02.01 - 16:54:06

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [7a35e031fa4b738c3034a73759fcc4bf52e7d61f]

        Merge SWT614: 02.02.01 - 16:52:33

2001-02-02  Jörg Barfurth  <jb@openoffice.org>  [e35cee0a6bfab51613bbbb4ae4fcafa9e7d8614f]

        Fixed #ifdef and added missing #include

2001-02-02  Thomas Lange  <tl@openoffice.org>  [1258f0644cb8c0234d61e7047b255f3cc76271a3]

        Use SvtLinguConfig to save list of active dictionaries to configuration

2001-02-02  Nils Fuhrmann  <nf@openoffice.org>  [56a6ebfbf9e82ee71cee88d0869489652382f3ed]

        Fix: Comments now accepted while merging and parsing configuration files

2001-02-02  Thomas Lange  <tl@openoffice.org>  [9d5c378e1cc7ecb184763399ee43294bb6d12130]

        Get/SetCfgActiveDictionaries removed; GetActiveDics used now

2001-02-02  Thomas Lange  <tl@openoffice.org>  [edb52d23b0cd1b6c3be85cdbfd6bf91fb93036e4]

        Get/SetCfgActiveDictionaries removed; GetActiveDics added

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [13a31e1348d82952cfe65aa1169c19bdfb7f885a]

        Merge SWT614: 02/02/01 - 16:36:09

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [3861de8bc804db9ef475b2f88b3d5a995190ff33]

        Merge SWT614: 02.02.01 - 16:36:12

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [9fc4907702f70e7a6c793c903bba6f0332a95fe9]

        Merge SWT614: 02.02.01 - 16:35:56

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [16314032f5ec1dfafc500c4c306350535d786c10]

        Merge SWT614: 02.02.01 - 16:35:18

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [71d70e5a56516211e92b8f0e2c56597de047f259]

        Merge SWT614: 02.02.01 - 16:33:58

2001-02-02  Jörg Barfurth  <jb@openoffice.org>  [94cb31cc79ed01c0f28b9c94fb66a429021001f7]

        Added missing 's' to XMultiPropertyStates

2001-02-02  Thomas Lange  <tl@openoffice.org>  [0bda2fd21ad434edbd4ce958c95da1fe4d7eda36]

        proerty name and handle for active dictionaries added

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [a6397736dbda03a7a7f7db45a7cd2e91dd090aff]

        Merge SWT614: 02.02.01 - 16:31:58

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [0c5b6f1fa0647a7730cde733502e95894f9ea18b]

        Merge SWT614: 02.02.01 - 16:30:22

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [6c41b2f3d2a3964616029a56568147189076e822]

        Merge SWT614: 02.02.01 - 16:29:26

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [faa8ac054c85d07e5bd5fd600c9d31c1ca466126]

        Merge SWT614: 02/02/01 - 16:28:39

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [c8e5db9ab65c3da022072aad2b14a645270332b7]

        Merge SWT614: 02.02.01 - 16:28:48

2001-02-02  Andreas Schlüns  <as@openoffice.org>  [8ad0e512b8ac82f8cb72b127b81557d8aeb26587]

        #83483# use OUString member right in static mode

2001-02-02  Kurt Zenker  <kz@openoffice.org>  [9f3bac40272addc75fe998f6b5a6a4ac99ada6cb]

        Merge SWT614: 02/02/01 - 16:25:13

2001-02-02  Kai Ahrens  <ka@openoffice.org>  [ca65e922dd88bf70773023e26760f999b4fcfd28]

        #83240#: using explicit calling convention now

2001-02-02  Ocke Janssen  <oj@openoffice.org>  [fd46c9937e1467bea77e89a9519f90ff31ad2cf6]

        new class for XOuputStream

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [4328b493b3d2b6bd9847fb269bd967be2f47f782]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [2a24f1f5bf0df03ee6400a83b5ec94f1d2b3e497]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Martin Hollmichel  <mh@openoffice.org>  [1a513a3acf969f4c0ef2e65b8632e2a3523302b7]

        chg: header for STL

2001-02-02  Daniel Boelzle  <dbo@openoffice.org>  [ddf8d9f4a4268ce1f8eea7d5d54252e5cf3c9a74]

        stl includes

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [033fc33fe669d850e4fa08d3f97ce9184766594f]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Caolán McNamara  <cmc@openoffice.org>  [14af59eda33ca1c6c22f4270e44c864f8e586156]

        #81209# Support saving into a Storage through Load & SaveAs api

2001-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a7cd7bd08305ed9be9bd48ab0d854949a7ff0e07]

        moved defines to *DEFS variables; cleanup

2001-02-02  Mathias Bauer  <mba@openoffice.org>  [0ff60f02aff42e863c4033231c329299c262419a]

        #82690#: save open parameters

2001-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4749952533f1fb89d3f4882ed4e79acb2c5a639f]

        rebuilded dependency creation - now using makedepend; SECOND_BUILD fix; cleanup

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [06a925d65e31db9b8e7040e7242edc68a6e0fa8f]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [244a188b50f0f57c08f0be087d34975c6bf6d160]

        rebuilded dependency creation - now using makedepend

2001-02-02  jp  <jp@openoffice.org>  [38dfa186856ccab2085fb60eb7de4cc035f7484a]

        new: Read/Write methods for the new clipboard

2001-02-02  jp  <jp@openoffice.org>  [333ca6e958ae5af05f0264fc9c23be8aca08183e]

        new: methods for FileList and INetImage, GetGraphic handle Bitmap/GDI too, GetString handle seq<Int8> too

2001-02-02  jp  <jp@openoffice.org>  [75a6b1cc4f9085eecaea42daaf7c002d57ec6dc4]

        change the unotypes to seq<Int8>

2001-02-02  jp  <jp@openoffice.org>  [ef80b69819cbf9618041350b46ce4db892e42a80]

        remve all the old/not used destination defines

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [48af69c20779b00f58e83f24c0651730eb4081aa]

        Merge NetBSD changes by Michael Rauch from OO614B to HEAD.

2001-02-02  jp  <jp@openoffice.org>  [9e63554526da1f342ad6096b4281d512b5fb8e0c]

        new: IsValid - checks if the stream contains the correct headerdata

2001-02-02  gt  <gt@openoffice.org>  [0639aaf70045b5a2a4d2b0092430e71c2a1c8c9a]

        XclBGPic now Excel conform

2001-02-02  Andreas Schlüns  <as@openoffice.org>  [a1350e821ba0a84cc168810f8cf311373d238816]

        #77520# use own user-registry if name is given

2001-02-02  jp  <jp@openoffice.org>  [86aef97263d27f7961f9ba2cb6e3cb9ec1c78486]

        new: ReadCString - read from the stream chars up to a zero char

2001-02-02  Sander Vesik  <svesik@openoffice.org>  [97b4f558e2ee52a54c6b56cf379a9f998c84165d]

        Merge NetBSD changes by Michael rauch from OO614B to HEAD (disregard 1.6.2.1)

2001-02-02  Eike Rathke  <er@openoffice.org>  [bc56c61ac8180c56fd31d82b9a5d9c21510e7893]

        chg: LocaleDataWrapper instead of International

2001-02-02  Eike Rathke  <er@openoffice.org>  [064d111205fbed3b687d70b119008e24751e886c]

        chg: CalendarWrapper instead of International

2001-02-02  Eike Rathke  <er@openoffice.org>  [f8fc9265e4e9d6f07ff67a5524806694880a283c]

        add: static CalendarWrapper

2001-02-02  Caolán McNamara  <cmc@openoffice.org>  [faeeb183ba3bbe0bb781f1e440b0fb7ebd222aef]

        StarOffice XML (Math) .sxm package file format

2001-02-02  Oliver Specht  <os@openoffice.org>  [6d289994b25e5764d1461466382579bf4964fc0e]

        #83470# fixed text width incresed

2001-02-02  Armin Weiss  <aw@openoffice.org>  [17a2434f4e680c047453acb7fd8d9a3bfd0cc54e]

        #83387#, #83391# Setting Camera related items leaded to SetCamera() which in turn was setting these items at the scene thus loosing the changes of two of that items. Changed to take all changes into account at once.

2001-02-02  Christian Lippka  <cl@openoffice.org>  [b5c372a38185a4f709a8951549fb4dd4894e2299]

        #83254# moved shape export implementation to shape exporter

2001-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5a7cf46a3ec6c83da6b0c714d5a91a4163945e55]

        export component_getDescriptionFunc - win32

2001-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [13673f42a1c17d8cefdbcb7c7b2fcf6685298e61]

        fix for SECOND_BUILD

2001-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [70c1c1115acbedada1fbb47f08e17815b74981c7]

        fix for SECOND_BUILD; scp compiling without collisions

2001-02-02  Christian Lippka  <cl@openoffice.org>  [08d98967cb7e921cec172a5c8f5508386ef43efc]

        #83475# writer has no stylesheet pool

2001-02-02  Oliver Specht  <os@openoffice.org>  [a9c5195e95beb225d2577438a93db23519e13340]

        enable exceptions for rubydialog

2001-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [781357d8b06fd324b854e68f15c43e5e0941f846]

        moved defines to *DEFS variables

2001-02-02  Oliver Specht  <os@openoffice.org>  [c412b1a3721c8005c6d6c34dab2ba16bf34467ef]

        XRubySelection implemented

2001-02-02  Oliver Specht  <os@openoffice.org>  [39ca3b0af97f4ccb18bbf113f95bc24b7377d610]

        catch ->Exception'&'

2001-02-02  Oliver Specht  <os@openoffice.org>  [e015039eec07f6ca750e9a2b914c556c5618e75e]

        names of ruby properties added

2001-02-02  Oliver Specht  <os@openoffice.org>  [3094ae3901c236835bb8078d1bbd1b4dda7c111a]

        SwValueField: Dtor implemented

2001-02-02  Thomas Lange  <tl@openoffice.org>  [4e5c713448496dc40c3fda6d74ea1f1cd3b51f3f]

        The lingu options are now read/written from/to the configuration via the SvtLinguConfig class. The properties of the property-set will be set simultaneously with those from the SvtLinguConfig item in the FillItemSet function

2001-02-02  Oliver Specht  <os@openoffice.org>  [99701458e3d9aa741d01f693c3191b62a96817ba]

        SvxFmtSplitItem Dtor implemented

2001-02-02  Oliver Specht  <os@openoffice.org>  [194649b9d0b5c0ef203219256d836431804b1afa]

        dialog function completed without preview

2001-02-02  Christian Lippka  <cl@openoffice.org>  [e27d0cb5f8c94ec8e046dc330e17db81e1091ea0]

        #83254# set style on group shape after import

2001-02-02  Martin Gallwey  <mtg@openoffice.org>  [d0e1a9eafb360b646967e800f6ae390627c549da]

        added stdio.h header as sprintf is used while in DEBUG ...

2001-02-02  Thomas Lange  <tl@openoffice.org>  [62b582e747f60e42026937d47ec032d6e401c761]

        changes due to new class SvtLinguConfig. Mostly the relevant code has been moved to the new class

2001-02-02  Kai Ahrens  <ka@openoffice.org>  [dab724c0a55a878adc0328c96a6bbc743cf6d5bb]

        added implementation for FILEGRPDESCRIPTOR

2001-02-02  Thomas Lange  <tl@openoffice.org>  [4e993542b805821b6dd25a78b73a96ecfe7d3707]

        definition of property names and handles moved to svtools/linguprops.hxx. List of which-ID's changed to corresponding handles

2001-02-02  Christian Lippka  <cl@openoffice.org>  [72e5b4abc4d1dc521aad285ec63530efe620cb59]

        #83254# moved shape export implementation to shape exporter

2001-02-02  Thomas Lange  <tl@openoffice.org>  [f920ae3e7d17ca1adacfc8d33462408a5aa8ba6a]

        changes due to new class SvtLinguConfig. Mostly the relevant code has been moved to the new class

2001-02-02  Kai Sommerfeld  <kso@openoffice.org>  [ceb671c4304f023d58f5b84f3a67ed42de676d8a]

        #83045# - Do not use TypeConverter service in getXXX methods to avoid           exception if property value is void.

2001-02-02  Thomas Lange  <tl@openoffice.org>  [3f28fc5cfba7b8818207a05886f8d2aa1640d962]

        changes due to new class SvtLinguConfig

2001-02-02  Thomas Lange  <tl@openoffice.org>  [b97d175e929dfd80c5931f2a4df579f139c29044]

        definition of property names and handles for linguistic. Initial revision

2001-02-02  Bustamam Harun  <bustamam@openoffice.org>  [45e1dfcce543e03d77ed20ca2fbacbb44e9f2362]

        Checkin Joe's Changes

2001-02-02  Oliver Specht  <os@openoffice.org>  [d349725aff2cc3ebe8bb5cb091752e344639b2ef]

        new: XRubySelection, RubyAdjust

2001-02-02  Thomas Lange  <tl@openoffice.org>  [139da8023bbb6f887a13dac5da1d4226bf093965]

        lingucfg.obj added

2001-02-02  Oliver Specht  <os@openoffice.org>  [bec3895f22167a518da5ad0ab402d623d21cac0d]

        access to ruby texts in documents, controllers

2001-02-02  Oliver Specht  <os@openoffice.org>  [dba6f74c38f43df473c3bf59018ac8aa84944db6]

        adjustment of ruby text

2001-02-02  Kai Sommerfeld  <kso@openoffice.org>  [94dc54ad7c8ea68e27527dcdfd3f99a1cc3d50d6]

        #83045# - Added ctor witj Sequence< PropertyValue >.

2001-02-02  Kay Ramme  <kr@openoffice.org>  [6f02a6b6e7d183d39e42304993eb4bf678233f71]

        java register component

2001-02-02  Thomas Lange  <tl@openoffice.org>  [984f3e37c34f134091cc091c1d10b19d9ff4aeb0]

        lingucfg.hxx and linguprops.hxx added

2001-02-02  Caolán McNamara  <cmc@openoffice.org>  [b01631307dd943eb785e9b67b86c4215f173fa47]

        #82042# Making StarMath XML filter accessable as magical uno components

2001-02-02  Andreas Martens  <ama@openoffice.org>  [9e2a874fc08eb3153da6cef87cb024aca9ecb4cb]

        Fix: Rotated text in table cells

2001-02-02  Christian Lippka  <cl@openoffice.org>  [f4f851cadab318243920335133fa4a7351d6d7a3]

        #82933# fixxed fillbitmapmode property

2001-02-02  Sascha Ballach  <sab@openoffice.org>  [f18d36296cde0d1eece916e641745914e9a01b34]

        add all files which are removed by ganaya erroneously

2001-02-02  Kay Ramme  <kr@openoffice.org>  [d0dbc11b6890d62eaaa207b10df3fa631d44ef07]

        joined changes from: #80673# this enables force synchronous and fixes a small bug urp.java

2001-02-02  Kai Sommerfeld  <kso@openoffice.org>  [2bfe6f50988f216714691808ebc9a0761c77d6fc]

        #83045# - UCB now implements interface XCommandProcessor.

2001-02-02  Kai Sommerfeld  <kso@openoffice.org>  [904f9e60a87cfe11354a2805eb64864079b05f86]

        #83045# - Added ucbcmds.obj

2001-02-02  Kai Sommerfeld  <kso@openoffice.org>  [b98db5aa0b7809395ec7534dcdd8363defb09ab2]

        #83045# - Initial revision.

2001-02-02  gt  <gt@openoffice.org>  [93f73ea8a0d36ff7fd2615b4dca09ff963016d96]

        ImportExcel::Row34(): default row XF

2001-02-02  Kai Sommerfeld  <kso@openoffice.org>  [d2dc4e2e3e7b1253778b984b9c7a78c30ceb6cbd]

        #83045# - Fixed ProxySettings destruction (problem with circular refs).

2001-02-02  Babak Mahbod  <bmahbod@openoffice.org>  [bdfc09df39e1c9b7a35178fdd1f23aadc1aab4bc]

        Debug code for converting bitmap palette color to RGB color.

2001-02-02  Patrick Luby  <pluby@openoffice.org>  [fd804c2913a44c53600f44550c38f302739d5684]

        Implementation of symbol stripping for Mac OS X

2001-02-02  Patrick Luby  <pluby@openoffice.org>  [3bb21f1b534694e05a5e371b6c41c38a3e886f53]

        Implementation of symbol stripping for Mac OS X

2001-02-01  Gene Anaya  <ganaya@openoffice.org>  [5df7c5c1273777f1ad0af407f12fff8a93dee1e0]

        Added library to link line on MacOSX to resolve static member functions

2001-02-01  jp  <jp@openoffice.org>  [195e8e46a99e8bab63068306b95e27ab1e64890e]

        SearchOptions: add new member for the transliteration flags

2001-02-01  jp  <jp@openoffice.org>  [fae7f22a7c8de419680bb2755cf1d8ddd6a4a44c]

        SearchOptions: add new member for the transliteration flags

2001-02-01  jp  <jp@openoffice.org>  [e0e20d8e9d41728b5a825a41c83bb69e2a0a5a04]

        Bug #83386#: GetScritpType - set default only if nothing is found

2001-02-01  Martin Hollmichel  <mh@openoffice.org>  [c81db4843eb55f8c754ccca56c0f21395d5dbee1]

        chg: header for STL

2001-02-01  Patrick Luby  <pluby@openoffice.org>  [b1e28276a62cc9ba05b7c102eaf8fd303c2bd576]

        #ifdef'd out new SalInstance methods for builds prior to SRC619

2001-02-01  Christian Lippka  <cl@openoffice.org>  [900ec854a5e3a2b424eec71ad5fa749d36718d20]

        #80699# added measure fields

2001-02-01  Christian Lippka  <cl@openoffice.org>  [8b7f0d314b1db9c0f7f53cb5b31ef4014f963465]

        #80699# finished measure shapes

2001-02-01  Christian Lippka  <cl@openoffice.org>  [58f7b4cf84965eea7da13bdd8b80fe3807a5e9aa]

        #80699# added measure fields

2001-02-01  Christian Lippka  <cl@openoffice.org>  [f33a043669e1d002a43b2738e1fdfe0d5979f400]

        #82008# get item from pool if its not in parent

2001-02-01  Martin Hollmichel  <mh@openoffice.org>  [c314e48d85144bb25a139419885f4375ccd1e1ba]

        chg: header for STL

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [9f288dd63a27f7fa1417bd5edf69bb7c8770e967]

        add ex/import of the style:table-centering attribute on the page master for spreadsheet documents

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [0ba9547fdadb2facba65f1b41b2366c993366f19]

        did must change of the Form import

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [8a32a014fbf336ce32e4a1d4b95c4d286029ea4c]

        remove _ExportChangeTracking()

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [57d84068441b8656bab3d9c09a5b674309288c77]

        add export of table:table-background attribute; move tracked-changes form document to body; did must change for Form export

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [7835029dac5392d0d0a632319e73e3ea858834eb]

        add style:table-centering

2001-02-01  Martin Hollmichel  <mh@openoffice.org>  [59eb85366a9156bda6c1ae8f449ea87d744c36b4]

        chg: header

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [ca0636020d06450772d6d4267812039c7482531d]

        attribute table:table-background added

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [1014d8ff4b57a716f74ede7200fcef57a7ab8770]

        remove reason for a assertion in FormlayerImport

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [9a33b2cd541b94cf5e0464902f8e0bfed439bac5]

        add change track for spreadsheet documents

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [14cbfdf10d53e5de37746dddd4d4c540c38a293d]

        move Tracked-Changes from document to body

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [e1561ccd67f481272ceaaff9f033bb866f3a324a]

        table-background and table-centering added

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [6ad292b976c6f4a5cd3dd89ac0090a4309a478ae]

        add import of table:table-background property on a shape

2001-02-01  Christian Lippka  <cl@openoffice.org>  [7be85d9eb86aebec7a4a0f07486a7f9c82bd8ff0]

        #82008# fixed para attribts

2001-02-01  Andreas Martens  <ama@openoffice.org>  [1c933d86f52c3395b88c2e907d2325112020427b]

        New: Rotated text with misspelled words inside

2001-02-01  jp  <jp@openoffice.org>  [7bbc3102d3e2a4234a45319a1f0e5443b20fffb4]

        remove the debug stuff

2001-02-01  Martin Hollmichel  <mh@openoffice.org>  [6fec35e29adfc095d92e7d6f17d63490556aee66]

        chg: STL header

2001-02-01  Kurt Zenker  <kz@openoffice.org>  [766e90090f2616eea2db248067065b23bc61f3bd]

        new version for SRC619

2001-02-01  Martin Hollmichel  <mh@openoffice.org>  [cd34f0e02d4c2a54241f3277a18207af284507f4]

        chg: header for STL

2001-02-01  Rüdiger Timm  <rt@openoffice.org>  [15ab7eb6d2270f65f00c006ec1b76ca4c1c18078]

        #65293# for linux you have to explicitly include ostream to avoid conflicts with min()

2001-02-01  Caolán McNamara  <cmc@openoffice.org>  [efab5295882bc520b0e5b79360cce29fcc2fd387]

        #83362# Missing i18n header include

2001-02-01  Oliver Braun  <obr@openoffice.org>  [bd885671bf435e0e50eca000d0c2bb497f0aa565]

        reinserted the USE_PSPRINT that was eliminated during Xprint merge

2001-02-01  Christian Lippka  <cl@openoffice.org>  [638e43d00c55348edd785f883fccf323f79e5a25]

        #81816# call DoClose on ObjectShell, not ViewShell

2001-02-01  Lars Langhans  <lla@openoffice.org>  [4332a536b0f310145237fb22b694ab371405e1fb]

        #83345# disposing providerimpl or remove providerimpl at shutdown right handling inserted.

2001-02-01  Mathias Bauer  <mba@openoffice.org>  [f9a6c14511913bfaf2bd86c0e22852e5f781e090]

        use right filtername

2001-02-01  Malte Timmermann  <mt@openoffice.org>  [33195f865d8aea9b5f68940d8b55e4d2b010ae27]

        Clear UndoManager after Init

2001-02-01  Rüdiger Timm  <rt@openoffice.org>  [97d16f96ea24e88b39db34c9e608ade62913cb17]

        #65293# Don't put a comma after the last item of an enum!

2001-02-01  Rüdiger Timm  <rt@openoffice.org>  [f27ffba42f3689e4c52f10ae875ef71974eae071]

        #65293# ^M at the end of line 378 removed

2001-02-01  Ocke Janssen  <oj@openoffice.org>  [06f30c5ced43ab530a1c72b28df60226bf343bfb]

        when preparing a statement and error occured thro exception!

2001-02-01  jp  <jp@openoffice.org>  [14ebee1d448bd0f94d881d66cb884f7a98296b12]

        Paste: use SvStream instead of SvStorageStream

2001-02-01  Andreas Martens  <ama@openoffice.org>  [46a3d058fe1b4ea18aefb371b100e4f52159f8eb]

        New: Rotated text with frame as character inside

2001-02-01  Jörg Barfurth  <jb@openoffice.org>  [3b58144ef34c459398a879307c8ac8001f0363fa]

        New services describing the configuration object taxonomy

2001-02-01  Kurt Zenker  <kz@openoffice.org>  [2a36f76058a89ee2e48ad960d45dfbe74d6b62e8]

        new version for SRC619

2001-02-01  jp  <jp@openoffice.org>  [bd879e0766e1b0353f0a92c81553fa596bc1b45c]

        Bug #83389#: check referenz and use now I18N namespace

2001-02-01  gt  <gt@openoffice.org>  [ceef20958e9b60f215f7e562e1232d81eb050922]

        class FltColumn: less memory usage

2001-02-01  Jörg Barfurth  <jb@openoffice.org>  [e1287b527a3d5c90e5e78ed3013d024c96f4c3af]

        New services describing the configuration object taxonomy

2001-02-01  Michael Brauer  <mib@openoffice.org>  [a436f17fd79bca2835ec88006d7d59a0aebcfc13]

        XML files now can be loaded/saved as own format

2001-02-01  Michael Brauer  <mib@openoffice.org>  [62c50e95283eea4db77c27021a96eaa9a3eb2d71]

        objects aren't saved any longer, no sub storage for objects

2001-02-01  Ocke Janssen  <oj@openoffice.org>  [26e413da3b586c5cac03cbac69dbaa853bcae5ed]

        new method

2001-02-01  Ocke Janssen  <oj@openoffice.org>  [3fc489986745f2e574017c3bc4916259d0ac52e5]

        change for insert , delete and update rows

2001-02-01  Mathias Bauer  <mba@openoffice.org>  [c82cd4541c64b04c73b4f8fef92952f4f32c20c6]

        avoid detecting of unknown types

2001-02-01  Ocke Janssen  <oj@openoffice.org>  [d29d890f6e16eee3182c77a131dda9ac7577f993]

        qouting

2001-02-01  jp  <jp@openoffice.org>  [7859303aed167578dde4b82dfd1956425f3085b7]

        Bug #83379#: add brackets

2001-02-01  Philipp Lohmann  <pl@openoffice.org>  [489c112ac73e8b1f731849a1ec785f0ab2c6d87c]

        dummy implementation of new SalInstance methods

2001-02-01  Andreas Martens  <ama@openoffice.org>  [970bf755deac71e80ddefd07f09bfa27a4ceb820]

        New: Rotated text with frame as character inside

2001-02-01  Philipp Lohmann  <pl@openoffice.org>  [e206328880cc901b8ba657d78e7158704f21dcfe]

        implement XDisplayConnection interface

2001-02-01  Andreas Martens  <ama@openoffice.org>  [56c6be00c2501757d9897e1a40754d6fae1a6db8]

        New: Rotated text with frame as character inside

2001-02-01  Ocke Janssen  <oj@openoffice.org>  [5949af370d5d4d7c2a6abeeffc1f146270254b16]

        enable exceptions

2001-02-01  Kai Sommerfeld  <kso@openoffice.org>  [46216dde5483c3473c54e4f75d6c55eb3e0842ea]

        #83045# - Fixed shell::ensuredir(...).

2001-02-01  Ocke Janssen  <oj@openoffice.org>  [ac29321837b43d5f50bc481486f78e8014283159]

        column_ref changed

2001-02-01  mfe  <mfe@openoffice.org>  [2a1d0716c9d39416433aa3f39084284c288bb8c7]

        removed ChangeGlobalInit

2001-02-01  Rüdiger Timm  <rt@openoffice.org>  [f319cd7ee28664c0d9a98477d853491b8e09f07d]

        #65293# enable exception handling for numpage.cxx

2001-02-01  Rüdiger Timm  <rt@openoffice.org>  [f1dc0edef3e6d09df6f4d1a7da04110d25427c90]

        new version for SRC619

2001-02-01  Mathias Bauer  <mba@openoffice.org>  [a5d41d0a845f376f7f37135ee75af91eb641eb46]

        External filter names don't contain factory name

2001-02-01  Rüdiger Timm  <rt@openoffice.org>  [dd2e93cdd6f6b3c835765e5604928e8031e9d4eb]

        #65293# include order: limits (from the stl) has to be included first, otherwise for solaris you get problems caused by a min/max macro defined somewhere

2001-02-01  Ocke Janssen  <oj@openoffice.org>  [5aac8b852e641132bcfc49ba0a9d55fd3280eea8]

        quote tablealias as well

2001-02-01  Andreas Martens  <ama@openoffice.org>  [82feb1d25cb877283f9cc87d56c36d35f512a57e]

        Fix: Not enough space for the extrachar

2001-02-01  Ocke Janssen  <oj@openoffice.org>  [8bc56cbe406ed11e77c942d2aedefa7f78e5a840]

        avoid double names

2001-02-01  mfe  <mfe@openoffice.org>  [b5e307f737357f64a379aebcfe7522aefc1fc73e]

        removed ChangeGlobalInit

2001-02-01  mfe  <mfe@openoffice.org>  [a318c10ece83a3bfc7aac4f14a04548a63697e5c]

        removed ChangeGlobalInit

2001-02-01  mfe  <mfe@openoffice.org>  [98e59ad3cac59bf2fda6e83155808f49c26f3573]

        removed ChangeGlobalInit

2001-02-01  mfe  <mfe@openoffice.org>  [f00805dd0e5987cee8c598c68af4a8829267486f]

        removed ChangeGlobalInit

2001-02-01  Christian Lippka  <cl@openoffice.org>  [8dd812f57dbf509fe74b7ef2dbb32ddc50392c5f]

        #83178# correct getPropertyValue for FillBitmapMode

2001-02-01  Armin Weiss  <aw@openoffice.org>  [14b799f0f8432dadb79e459f2961ba5b4e836087]

        #83233# added creation of the correct type of polygon object (opened or closed) in SdXMLPolygonShapeContext::StartElement(...) XML polygon import

2001-02-01  Kurt Zenker  <kz@openoffice.org>  [6c9d5f47ffa74afabd22732e15e8cf5e47f0a297]

        new version for SRC619

2001-02-01  Kurt Zenker  <kz@openoffice.org>  [0114ded774d8b01bbd9e0ea6f459bff97437388a]

        new version for SRC619

2001-02-01  Kurt Zenker  <kz@openoffice.org>  [d6eb78ce9ecf30d271c7aa4dc89ed9984cf05427]

        new version for SRC619

2001-02-01  Kurt Zenker  <kz@openoffice.org>  [8b8a99131bf7d2a8b55e213f18d4a8f3eebb10c3]

        new version for SRC619

2001-02-01  Kurt Zenker  <kz@openoffice.org>  [ac34f41f79b69226baf8e1e987fa119ff70ae168]

        SRC620

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [e4a471b595a7c151c8a2fb13a1ad0c82ef6faf80]

        complette export/import of change tracking in XML without some little things

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [5bcae6a53340510b3823bcdaf47112c23e3cb041]

        complette export/import of change tracking without some little things

2001-02-01  Sascha Ballach  <sab@openoffice.org>  [f7c4671767ab9bb793eabc3d00786d530d687b6a]

        add change-deletion and deletions

2001-02-01  Mathias Bauer  <mba@openoffice.org>  [0ea2fbda8e0931f8a738a71d3300aab7c03a9374]

        more filters

2001-02-01  Frank Schönheit  <fs@openoffice.org>  [591a69a760922e53691d7df000407d664c4bb7ed]

        FormImport::getStylePropertyMapper now returning a vos::ORef

2001-02-01  Frank Schönheit  <fs@openoffice.org>  [2fccb8cfc9d706547f0f3787e3f0d7b762b5f7b8]

        no own style handling anymore - the shape exporter is responsible for our styles now

2001-02-01  Andreas Schlüns  <as@openoffice.org>  [33bf6ac4b3af25416d3b1d6368e1d3c178f5b863]

        don't share mutex with dispatch helper

2001-02-01  Andreas Schlüns  <as@openoffice.org>  [cdc52ceb4aedd6d67caf9ab78ef7c13a846ce8b7]

        new macro to log exceptions

2001-02-01  Daniel Boelzle  <dbo@openoffice.org>  [ceb60334e2cf0ee9a7d7b111b5d456c3cb7a01cd]

        wrong declaration of ctor

2001-02-01  Mathias Bauer  <mba@openoffice.org>  [e742726098cb9ee2981a0689612b904249750e1b]

        new external filter API

2001-02-01  Mathias Bauer  <mba@openoffice.org>  [959180a6ca789e2ea550bea1d13ebc2ecb6277c8]

        new external filter API

2001-02-01  Gene Anaya  <ganaya@openoffice.org>  [7c2be813f57ec4420f5c646940526c06a5506bb7]

        Added spaces around argument inside <> in template calls.

2001-01-31  Babak Mahbod  <bmahbod@openoffice.org>  [87bba55529b2f2aead80a32bf9dd0f65f11f3e7e]

        Memory allocation for PixMap handle and management.

2001-01-31  Babak Mahbod  <bmahbod@openoffice.org>  [f448f61c9c3fc6de6de46f40acf24f163c68c63b]

        Properly copies and handles PixMaps. Destructors modified.

2001-01-31  Patrick Luby  <pluby@openoffice.org>  [919be1c6313e1e30fc773c4edfb828a5b6afb14e]

        Updated for Mac OS X

2001-01-31  Eike Rathke  <er@openoffice.org>  [57c0c8eb70d4f250cbb27d63cdfef10c9736a0a4]

        LocaleDataWrapper getDate, getTime, getNum instead of International

2001-01-31  Christian Lippka  <cl@openoffice.org>  [aa7e410735f897fc185a55e61d8f23b45369748d]

        fixed return type of getByName for bitmap table

2001-01-31  Eike Rathke  <er@openoffice.org>  [43a000ef53e7aa93d75cb6468e1bc3ece6691753]

        add: getDate, getTime, getNum

2001-01-31  Philipp Lohmann  <pl@openoffice.org>  [aa2d4359d7891f4f4950ce1148eca18e608138f4]

        filling the gaps

2001-01-31  Gene Anaya  <ganaya@openoffice.org>  [080fcedd4d20ad4c3c5a03a9bbdce4904d47c579]

        Added staticmbtext.cxx for static data members on Mac OS X.

2001-01-31  Gene Anaya  <ganaya@openoffice.org>  [a54a1c8d31b53314aa51a31f659ec24013d6ed37]

        Added staticmbstyle.cxx for static data members on Mac OS X.

2001-01-31  Gene Anaya  <ganaya@openoffice.org>  [0078658f143c4b94778970c4174c2c98d9843494]

        added staticmbforms.cxx for static data members on Mac OS X.

2001-01-31  Gene Anaya  <ganaya@openoffice.org>  [c13169b5e2cff284880cdf580a2b784a062a73a6]

        Added staticmbchart.cxx to define static data members for Mac OS X

2001-01-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f7a2ae8e7e4232fbc5e9a0dcef17d151ad1f77e7]

        missed one case

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [5b92f76d8063a26c057525a39deff3522d272e38]

        chg: header for STL

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [6b0317b21a4aaa8f626bfb5574383d30a7a5b399]

        chg: header for sTL

2001-01-31  Sven Jacobi  <sj@openoffice.org>  [d79d03535cc07de35ccae9f6722d15428073def9]

        #83332# added export of ParagraphAdjust_Block

2001-01-31  Niklas Nebel  <nn@openoffice.org>  [99d0e5ff0ca4cddccfc83091205c3889521293e9]

        moved pools from document to pool helper

2001-01-31  Kay Ramme  <kr@openoffice.org>  [4763e6e5bb406f4439d0ca0ddc1898b33b35d3ab]

        abort when java dies

2001-01-31  Niklas Nebel  <nn@openoffice.org>  [5ca632d40f57437c156388234ed0444f703abf4d]

        poolhelp

2001-01-31  Jörg Budischewski  <jbu@openoffice.org>  [fa0cb62f8f9aa8e657dc2cccf859eefe524dcadd]

        #80673# in the ForceSynchronous case, the releases are now sent by the writer thread

2001-01-31  Niklas Nebel  <nn@openoffice.org>  [906d4a73f99986930b4541d95292861d8ce4e01d]

        ref-counted helper class to hold document pools

2001-01-31  Carsten Driesner  <cd@openoffice.org>  [990a506ab020cfa1b21f916ca88cf5d1fe2730f4]

        #83093# return error if sclient dies in headless mode

2001-01-31  Malte Timmermann  <mt@openoffice.org>  [4fa10bdba39c2ae0e8e72162c235587ade986a65]

        #82788# SetStyleSheet: No StyleSheetPool needed, if pStyleSheet NULL

2001-01-31  Christian Lippka  <cl@openoffice.org>  [ceee40860a5ef8f5af30706c59ae6493b4d6de13]

        added text frames text attributes

2001-01-31  Christian Lippka  <cl@openoffice.org>  [476a4e162b66f36eb22792c80fdb097ad87dfbfd]

        fixed gpf when setting items on a shape whithout a model

2001-01-31  Malte Timmermann  <mt@openoffice.org>  [7e0c287230b25af785bbaa9537c58e514dcf9460]

        #80582# Don't use bullet size for line height

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [26d35a13146fcd73eeece72e113a447f5d0ad4a0]

        chg: header for STL

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [81c7ae0cca258a612a8598ab8b8b3710e7eba503]

        toplevel import

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [41c5c7c8e279818daa2fe0f12bef3a97f95dba6b]

        SRC619 import

2001-01-31  oisin  <oisin@openoffice.org>  [3cf7e64c91cf3dbe9a6ac292a00d62f9797f6b1e]

        Xprint implementation merged into head

2001-01-31  Andreas Schlüns  <as@openoffice.org>  [f0506c5fcc821098d7d58a7b7057f9eec89792c2]

        #77391# use right tempfile class from unotools

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [cf2248d4a72c249f3cfd6052d1b7135b0493b256]

        chg: header for STL

2001-01-31  Philipp Lohmann  <pl@openoffice.org>  [aef9d02d557673dd221f7269e59be3c1997f1369]

        DragGestureEvent needs to have MouseEvents instead of InputEvents

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [97514029f03bcb539a3e98f09772ef0fab7e4dfa]

        chg: header for STL

2001-01-31  Peter Burow  <pb@openoffice.org>  [aae8a5065bb8c84320874a037c7195dc2d4e4dc4]

        fix: #74124# reset selection in LoseFocus if necessary

2001-01-31  Caolán McNamara  <cmc@openoffice.org>  [67f4f128a9f69d3aafc024d37c0cac6e61ff37fa]

        #83156# Hush ASSERT on nested hyperlink import

2001-01-31  Malte Timmermann  <mt@openoffice.org>  [30d9ae486403367c0ad3ff6f176542a6047611c0]

        #80343# previousWord can return -1...

2001-01-31  Frank Schönheit  <fs@openoffice.org>  [33a45cbf7924d75d977bb5d1775e4c0bf4f66eff]

        added a ctor with ResId

2001-01-31  Frank Schönheit  <fs@openoffice.org>  [1e362456671a731f5749dcff481885edc5a4f347]

        added a ctor with ResId

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [8ea9311cea3d19e02f6418c2cb94b2648fa7ac0b]

        chg: header for STL

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [90e6562df8ac4a39100ff2eabe0db36963b7d5cf]

        chg: header for STL

2001-01-31  Kai Sommerfeld  <kso@openoffice.org>  [2cf373fbfb406ec9cea6abbccda4e8e3e329abe2]

        #83045# - Added support for ContentInfoAttribute::KIND_* flags.

2001-01-31  Sven Jacobi  <sj@openoffice.org>  [13afcd39336d2e885ca1e5b661cf161186effb1c]

        #83299# each record needs to be dword aligned

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [6b26334c91611865753e38ad78ee8de5dd85ca61]

        chg: header for STL

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [f492823e879319700a82dcc9c4346203527e7913]

        chg: headerfile for STL

2001-01-31  Malte Timmermann  <mt@openoffice.org>  [7203a05810e2e35ba82a974e86e10f7e29d048be]

        82361# don't recalc bullet text while pasting

2001-01-31  Ocke Janssen  <oj@openoffice.org>  [aadd7b1fed193400a0469739efbe3437bfcfcd1b]

        use of qouteName

2001-01-31  Ocke Janssen  <oj@openoffice.org>  [2fbbd1b21bc46cd4d0c69d55adb73177752a817a]

        use of qouteName

2001-01-31  Oliver Specht  <os@openoffice.org>  [ea12a66a0dced150cb56536e529957221eef3a67]

        use of service ...text.DefaultNumberingProvider

2001-01-31  Kai Ahrens  <ka@openoffice.org>  [cce0002fecfb155f137e4035078a37466235a2d2]

        #82818#: SetFileFormatVersion at pool before store

2001-01-31  Sascha Ballach  <sab@openoffice.org>  [f8053f0dbef258726cb039265c280a36ead3ac12]

        now a OLE Chart write his data

2001-01-31  Kai Ahrens  <ka@openoffice.org>  [1dca18184118919c12f07a1100c3cc603af9d19d]

        #82818#: SetFileFormatVersion at pool before store

2001-01-31  Kai Ahrens  <ka@openoffice.org>  [6083482644a40d65fcf38ba6122dbb568e8edc27]

        #82818#: SetFileFormatVersion at pool before store

2001-01-31  Sven Jacobi  <sj@openoffice.org>  [f7e27933ef88163a2f9a0ee90898b5cbd48481db]

        added autoshapes: VerticalScroll, HorizontalScroll

2001-01-31  Daniel Rentz  <dr@openoffice.org>  [a2ae874d32606e032720e521ce716ab2ed28e1d9]

        add: integration of new import stream class XclImpStream

2001-01-31  Ocke Janssen  <oj@openoffice.org>  [bbe91b65be6e99ff421f21cbd01f39da7225193d]

        use of qouteName

2001-01-31  Christian Lippka  <cl@openoffice.org>  [9558d120324fb909c46fd57e37f937213bd7578b]

        textanimations added

2001-01-31  Kay Ramme  <kr@openoffice.org>  [4eeb339928f0bea5d2bddbe400c3c39e9e56319a]

        merged #83361# (bug fix for releasing multi mapped objects) from diff 1.8.4.2-1.8.4.3

2001-01-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6610a7da44e8d3360a34be650f379b44f154da09]

        own mapfile for wnt linked with debug

2001-01-31  Christian Lippka  <cl@openoffice.org>  [b97393ac39eef7cc7f09f497912b8a6b9c575678]

        textanimations added

2001-01-31  Michael Hönnig  <mi@openoffice.org>  [5d41c3e15faf91b072d469884cf06d1f0bfa7407]

        syntax in documentation fixed

2001-01-31  Michael Hönnig  <mi@openoffice.org>  [eb4b7ee2509b59f443b8035881a3cb26d332c54b]

        newline at eof added

2001-01-31  Daniel Vogelheim  <dvo@openoffice.org>  [9122a999c6cd0e6855c8517d8e39e0ceb8ae942e]

        - changed: XEventSupplier to XEventsSupplier            (changes from SRC619 branch merged into main line)            Greetings and apologies to SAB.

2001-01-31  Christian Lippka  <cl@openoffice.org>  [5d827eb1ed9e818c8adbe89459f5f1839eb32c24]

        textanimations added

2001-01-31  Niklas Nebel  <nn@openoffice.org>  [06b60da175cffa4f0c59fe9f316172777202ee4b]

        GetScriptType: use GetNumberFormat from PatternAttr

2001-01-31  Michael Hönnig  <mi@openoffice.org>  [1c7d72f1f74ebd20b34453f00b6c82c79128a087]

        TYPE_XIDLCLASS is now 'type'

2001-01-31  Kai Sommerfeld  <kso@openoffice.org>  [1495b1d0572a6ac98c725e75ab0660ffda9171f1]

        #83045# - Added optional interface XCommandProcessor.

2001-01-31  Oliver Specht  <os@openoffice.org>  [66555dff4e795fe106dccb8f83fe901e7a49f4d2]

        #71277# hyperlink button removed from the tools toolbox

2001-01-31  Michael Hönnig  <mi@openoffice.org>  [41d7d8166c314610b5be1b1e6247329654c17292]

        TYPE_XIDLCLASS is now 'type'

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [f617d30a59226edc91d7f985c33d799e356032fc]

        chg: header for STL

2001-01-31  Martin Hollmichel  <mh@openoffice.org>  [99a4bd87f86057a6f649f2d6a74afe5bc708c194]

        chg: include for STL

2001-01-31  Kai Sommerfeld  <kso@openoffice.org>  [ce83a163ea037c09802645d02ebf0aec8653e6d2]

        Reintroduced [optional] tag for optional interfaces.

2001-01-31  Kai Sommerfeld  <kso@openoffice.org>  [a555a476a9d4bf8cca9fed7c5efa008f873fec5d]

        #83045# - Removed optional interface XContentCreator.

2001-01-31  Kai Sommerfeld  <kso@openoffice.org>  [dc74036f166f8dbbeb52f8eef0b59218e2627236]

        #83045# - Removed optional interface XContentCreator.

2001-01-31  Michael Hönnig  <mi@openoffice.org>  [70b14e01b9f8f6083596c710d0bc560d7332e8fb]

        services cannot be optional

2001-01-31  Kai Sommerfeld  <kso@openoffice.org>  [9ed0dc765f2d8f0a02fece192f48ebcb35b61baa]

        #83045# - Updated documentation to reflect new ContentInfoAttribute values.

2001-01-31  Kai Sommerfeld  <kso@openoffice.org>  [700b3980b273d0f56b208f1b2851cd40031760c2]

        #83045# - Added KIND_[DOCUMENT|FOLDER|LINK].

2001-01-31  Kai Sommerfeld  <kso@openoffice.org>  [c5630e48c0feacff2e5a467687fdd9f7d91683bd]

        #83045# - Added GlobalTransferCommandArgument.idl, TransferCommandOperation.idl

2001-01-31  Kai Sommerfeld  <kso@openoffice.org>  [85cfac4a1ddb05d6c8cb4ada07b763c5c00f9fe2]

        #83045# - Initial revision.

2001-01-31  Thomas Lange  <tl@openoffice.org>  [2cc8c18fbd520610e857c634271a52fefaa4246f]

        linguistic modules (i.e. the DLLs) will not be loaded if SvxLinguTabPage::HideGroups was called with GROUP_MODULES

2001-01-31  Babak Mahbod  <bmahbod@openoffice.org>  [78515f014e3572af913ab09094c731ceb30d5693]

        Lock and unlock APIs modified.
Begin and end graphics APIs modified.

2001-01-31  Babak Mahbod  <bmahbod@openoffice.org>  [6d2addfe5699d80b6adb87c68601b6be2614e45b]

        Creating  new 1, 4,8,16, & 32 bits PixMap, and auxiliary methods.

2001-01-30  jp  <jp@openoffice.org>  [f7f50d5bdbfdb35fa81e6897b54f5bdad191ad20]

        Bug #83301#: Save - call commit at the medium

2001-01-30  Caolán McNamara  <cmc@openoffice.org>  [a9c9b00ae769a8fa01bbf5938d794c8cceeb1013]

        #83362# CJK Forbidden Character {Im|Ex}port

2001-01-30  Eike Rathke  <er@openoffice.org>  [f5b8e95bd9fea51c6cc8bc5bb6aa10ff7c4e584f]

        fix: ImpChangeSysCL: don't delete last internal predefined standard format (text) if loading SO5 file format ...

2001-01-30  Martin Gallwey  <mtg@openoffice.org>  [c8b1d0ad5bf1ec6f8b5465f8f15442e52b56682d]

        Added list-name

2001-01-30  jp  <jp@openoffice.org>  [f86a1c1c1860b024002bd9b906a036be229cc6d8]

        new: SetMacroTable

2001-01-30  Niklas Nebel  <nn@openoffice.org>  [1863e3f331e236c09f0829f8c7db85edb07f81f1]

        #83295# CompareDocument: use user name from doc if comparing different docs

2001-01-30  Sascha Ballach  <sab@openoffice.org>  [eeba6c981ad33b5cbf5bc25d7c2478420352f440]

        import change tracking without dependences

2001-01-30  Sascha Ballach  <sab@openoffice.org>  [8a8aa32e9b26a16ac0a8bc8ec409949c67307bf4]

        Tracked Changes import added

2001-01-30  Sascha Ballach  <sab@openoffice.org>  [286aecc12f57022921b0629f3a237ebbf2895d97]

        only create shape context if it is not a text:p context

2001-01-30  Sascha Ballach  <sab@openoffice.org>  [86f2e9378eed46d9c50ef1dbb57153cfb217a381]

        rejection added

2001-01-30  Sascha Ballach  <sab@openoffice.org>  [d545c61429363b48b03a0d8862318190f39fc328]

        sart to export and import in XML

2001-01-30  jp  <jp@openoffice.org>  [a17b4fc47bb51759fe04edf6e4f6de18dc71fcba]

        new: SwTextBlocks::SetMacroTable

2001-01-30  Jörg Budischewski  <jbu@openoffice.org>  [d6e6a07b464d287d76a91cbc3ec87d409318f1ae]

        #82913# boolean and char are now converted correctly converted

2001-01-30  Gene Anaya  <ganaya@openoffice.org>  [085141cb17803f47a6b0bf6a8c41b795845d63fc]

        Added staticmbsdbcs.cxx for MacOS X

2001-01-30  Malte Timmermann  <mt@openoffice.org>  [5ddd313190c7165cb5b3e04f656f41d347af2567]

        #83017# Keep bFormatted consistent

2001-01-30  Gene Anaya  <ganaya@openoffice.org>  [90f54dbb07ae12a2ab2fbc8b7875a39318e0832d]

        added UCBHELPER's library to the link (-l) line for MacOS X.  This is to prevent duplicate static data members being defined at link time.

2001-01-30  Malte Timmermann  <mt@openoffice.org>  [e43cc5d15e7bc947e3af2088e920460365a69e02]

        new assertions...

2001-01-30  Gene Anaya  <ganaya@openoffice.org>  [0bd36e58b80996f7219a021e37c547c3f5882c36]

        Added symbols and link against staticmbodbc.o for MacOS X

2001-01-30  Malte Timmermann  <mt@openoffice.org>  [1271e984edd3620ee36099216a0984c3893d6b2c]

        Changed public DestroyContents to protected implDestryContents

2001-01-30  Kai Ahrens  <ka@openoffice.org>  [a5331bb19c6477fd7fd95f8264c044a17524d0ad]

        extended ::GetDocumentStream for load on demand of XML graphics

2001-01-30  Gene Anaya  <ganaya@openoffice.org>  [60741715ba03a84a165b3a9517313b024f903269]

        added staticmbflat.cxx for MacOS X

2001-01-30  Gene Anaya  <ganaya@openoffice.org>  [7471d8360e53679a9a6e28772bdd1a7d48e63d1b]

        Added staticmbfile.cxx for Mac OS X

2001-01-30  Gene Anaya  <ganaya@openoffice.org>  [d012dafa73c3f7e2fba825795e8f3900cde57d5d]

        Modified staticmb for MacOS X (some symbols added, other removed due to multiple defined link errors, added staticmb.o from odbc to resolve symbols)

2001-01-30  Gene Anaya  <ganaya@openoffice.org>  [cb8684c6e1a6d689e265a5c2322257fa2b8e6295]

        Modified staticmb for Mac OS X (missing some symbols, other multiple defines Added staticmb from other directory in connectivity to resolve symbols)

2001-01-30  Ocke Janssen  <oj@openoffice.org>  [7add4131f79c4542e0b60e4ebe4a7a87fce5b518]

        rename property

2001-01-30  Sven Jacobi  <sj@openoffice.org>  [0d9b5945384599cb8759b35a4b42d0c7905b84b6]

        not inverting bitmask if rasteroperation is SRCAND, optimzing wasn't executed

2001-01-30  Ocke Janssen  <oj@openoffice.org>  [ba1975084a205b7b3588cb18879cd4cfab3c31bb]

        property name changed

2001-01-30  Ocke Janssen  <oj@openoffice.org>  [6a7d1ebaa75fb4463fbe26535f1b4ad0319394c4]

        check state

2001-01-30  Niklas Nebel  <nn@openoffice.org>  [3541d402d27ca764c76fe1520d536d20a87469f3]

        no error when loading a hidden document while a progress is active

2001-01-30  Ocke Janssen  <oj@openoffice.org>  [50835c543e18d040da35f0b084c1181fb697bf3d]

        renamed one string property

2001-01-30  vs  <vs@openoffice.org>  [b3e39225a3a60aa2184744243a4b3025552541db]

        add the function GetEnv( const char *, const char *); the second parameter is the default parameter

2001-01-30  Ocke Janssen  <oj@openoffice.org>  [4a545de7459cd767aecf75272edf0ce958718b5b]

        check if qoute char is space

2001-01-30  Eike Rathke  <er@openoffice.org>  [a7c2aeb3172a66e23cca3f54cc3e36a3d698ad3e]

        International::GetNumDecimalSep --> LocaleData::getNumDecimalSep

2001-01-30  Christian Lippka  <cl@openoffice.org>  [ca3399fc07ed65b5db4686a7b54fbd3de0160464]

        fixed light version of GetTextStyleSheetForObject

2001-01-30  Eike Rathke  <er@openoffice.org>  [d80a0b01d285bf28c522562132cc5fd7eb75ddc9]

        International::GetNumDecimalSep --> LocaleData::getNumDecimalSep

2001-01-30  Kai Ahrens  <ka@openoffice.org>  [7442492463bf708d324b32f6482270606ff3a99d]

        added exception support (formats.cxx)

2001-01-30  Eike Rathke  <er@openoffice.org>  [bf672b456f61a2127516dff387dce5444e36d769]

        add: static pLocaleData

2001-01-30  Eike Rathke  <er@openoffice.org>  [b950512e1163b42a4e2c6ade3a111be559da00ce]

        add: GetFormatDecimalSep

2001-01-30  Thomas Lange  <tl@openoffice.org>  [84262755d341683f0116c97c854de112cdfd7d11]

        SvxLinguTabPage: HideSpellCheckSpecial, EnableAutoSpelling removed, HideGroups changed

2001-01-30  Kai Ahrens  <ka@openoffice.org>  [9725d287904bdd1b6963a6e388971ed55f5cc181]

        added ExchangeAction support for XTransferable

2001-01-30  Sven Jacobi  <sj@openoffice.org>  [35a3e6a7c67f6a4b1bda18da40fe999e9fd1330d]

        #83338# now using proportional height for superscript and subscript characters

2001-01-30  Niklas Nebel  <nn@openoffice.org>  [f74d46de54582e2d4ef550ade0947120d3d56a27]

        #83325# MoveTable to new document: Target, return value

2001-01-30  Philipp Lohmann  <pl@openoffice.org>  [b3c2c77422812cc1a9f5a9b2fb8220942c949afb]

        XDropTargetDropContext is now a subclass of XDropTargetDragContext

2001-01-30  Ocke Janssen  <oj@openoffice.org>  [7bbc239cf77d21c8c67c0803a568e6103368870c]

        use table names from iterator

2001-01-30  Ocke Janssen  <oj@openoffice.org>  [35bcd1aa7c74daf76bb82182e976148037620af4]

        new member which holds the column names

2001-01-30  Oliver Specht  <os@openoffice.org>  [90b99a26874dd5c2e90e58ea8ca0a901d4b1a6e1]

        ::Activate(): check active view prior to access

2001-01-30  Christian Lippka  <cl@openoffice.org>  [80aeb394440d0912cae9b988772398abf611dbbd]

        added text animations

2001-01-30  Christian Lippka  <cl@openoffice.org>  [1c650d1a6c4aa9028eeb464bcd081f3c4508bc7e]

        added text animations

2001-01-30  Christian Lippka  <cl@openoffice.org>  [5a27ade00dadd54202c73a5006b98d5c2cdabb4b]

        added layer and text animation

2001-01-30  Andreas Martens  <ama@openoffice.org>  [d8b3b1192dfa9812e847febc6a61c8da85790713]

        Fix: Missing notify after deletion of softhyphens

2001-01-30  jp  <jp@openoffice.org>  [6e4697e1e1c3e1c3a64dc0feecc1eb0b8dbe0308]

        Copy-/PasteExchange now public methods

2001-01-30  Kurt Zenker  <kz@openoffice.org>  [f1f6bd0934246eb34ac233a852546868f4a980b8]

        new version for SRC619

2001-01-30  jp  <jp@openoffice.org>  [80f34e1be667659e1e69eba59978128e605778e6]

        new: SetINetImage

2001-01-30  Daniel Vogelheim  <dvo@openoffice.org>  [e97d6e70cc8d869f755dcc5f76278aac809ec2d1]

        - renamed XEventSupplier to XEventsSupplier   (necessary due to API change and garbled typedef)

2001-01-30  Daniel Vogelheim  <dvo@openoffice.org>  [213383fcb19247dc44892455d9b4d7242750f9b1]

        - rename XEventSupplier to XEventsSupplier  (neccessary due to API change and a garbled typedef)

2001-01-30  Christian Lippka  <cl@openoffice.org>  [643192e81efa7800eb0d9602061bcac04338e6fe]

        fixed convertDateTime for converting uitl::DateTime to ISO Time string

2001-01-30  Oliver Bolte  <obo@openoffice.org>  [cca2ef892717d1185121a36375ef912ce870eb19]

        new version for SRC619

2001-01-30  Thomas Lange  <tl@openoffice.org>  [970d9856d34f56bb72ddf4116dba8e35848ab278]

        SvxEditModulesDlg: checkboxes for hyphenator modules are now functioning like radio buttons

2001-01-30  Kai Ahrens  <ka@openoffice.org>  [09c143b1c20d4a4e54d2ddff1983c9d9cb7de432]

        #83243#: don't forget to init members in ID ctor

2001-01-30  Kai Ahrens  <ka@openoffice.org>  [b7f63afee858c888c6e169ed9fa825c2b6be5240]

        #83243#: check for pID, too (::AddGraphicObject)

2001-01-30  Kai Sommerfeld  <kso@openoffice.org>  [59ea717920e3a197ea50b277e2a5da8799b99de2]

        Fixed dead link ( pointed to non-existing type ).

2001-01-30  Christian Lippka  <cl@openoffice.org>  [3bad65fec953dfbda195178237c10677d43ccd93]

        fixed wrong cast from void* to sal_uInt16 under solaris

2001-01-30  Oliver Specht  <os@openoffice.org>  [a7762676e1326ffdefbd6020b667db323640d03f]

        #83294# SwXTextTable/Cell::get/setData with a sequence of rows instead of a sequence of columns

2001-01-30  Kurt Zenker  <kz@openoffice.org>  [30a73d338cd7ebe1a235ee081541eeb70e5fef81]

        new version for SRC619

2001-01-30  Kurt Zenker  <kz@openoffice.org>  [692fad6811dafbf41407a3a78cfc0a43f669fe8d]

        new version for SRC619

2001-01-30  Sander Vesik  <svesik@openoffice.org>  [d4e23e5191ee82f6b492d1abee2dfffdc28b4750]

        iMerge FreeBSD changes into the trunk from OO613B

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [5ada1fcab0d00e82551f77a15105cf5b280022a3]

        add the 'spreadsheet' to english_us, too

2001-01-30  Kai Sommerfeld  <kso@openoffice.org>  [474393e9d7a727c1adfe999fd9a341f78fd596d2]

        #83045# - Marked NameClash::KEEP as deprecated.

2001-01-30  Andreas Martens  <ama@openoffice.org>  [bc4f39ca7c71d9aefc08d7fb6ba4e47ae70499ba]

        Fix: Selektion and rotated portions

2001-01-30  Caolán McNamara  <cmc@openoffice.org>  [98030d7579684cf44015b56501301c8b30104042]

        #80205# Keeping comments closely linked to bugids

2001-01-30  Mathias Bauer  <mba@openoffice.org>  [bc2d9ed44ee30995397b9a83f95a8e8cf9badb71]

        #80941#: make file names case preserving ( at least a bit ... )

2001-01-30  Michael Brauer  <mib@openoffice.org>  [5c0ead746667c23c53f7c0cca739d75d09af25c5]

        #83260#: justify now uses style::ParagraphAdjust enum

2001-01-30  jp  <jp@openoffice.org>  [e26efd3b07807c70e37fc98a504fab83ca20b004]

        inetimg.hxx moved

2001-01-30  jp  <jp@openoffice.org>  [e851cb29e8fa817cd4b7b096404acdc64a567d88]

        moved from the source\urlobj directory to here

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [0027de2bcc2a8e01d297b9948447998a17ce657a]

        renamed/outsourced the DSBrowserString

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [0d93887a393b75d632a0aab9deae680799202229]

        redesigned the table subscription page

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [f970a59e6c1721af0a18e38032012c9e189474e5]

        file is obsolete: outsourced the DSBrowserString

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [0e84fdf158f15dbd18bfd406ad343f8e936d2174]

        -dbtreemodel

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [0300cbb8712d616ecd7549c28530053cfe29d23a]

        renamed/outsourced the DSBrowserString

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [c67534af288b8a38e29448ab7a295a4da4856632]

        +listviewitems

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [823be377b2eb40888dd47cedf0778478ce1e5c14]

        +checkedButton_noBroadcast

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [7ca3ac7ffd7e09cf05d28d43e4e753bc9c794fe1]

        'wildcard checking'

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [fa132ce6c902e6b461914634d6e77332b251443c]

        initial checkin - items for SvListViews

2001-01-30  Frank Schönheit  <fs@openoffice.org>  [b6b3135e1b4d75037d64341541b099606f756ad5]

        +STR_ALL_*

2001-01-30  Oliver Specht  <os@openoffice.org>  [ecbc6cd5a6b5a0feb37698f1c9c576068a84b926]

        #83255# export of gradient, hatch ...

2001-01-30  Michael Brauer  <mib@openoffice.org>  [8cc714d98c642d9ddfb8c7c206be4e3e26054737]

        #83234#: draw:color-inversion

2001-01-30  Babak Mahbod  <bmahbod@openoffice.org>  [36294392f90015592188dea8a9df8c1c4fa3b580]

        API for creating 8 through 32 bit color PixMap and utility methods.

2001-01-29  Niklas Nebel  <nn@openoffice.org>  [b94cee29eedd0460b8abc1abc6e53df9ab6fe2ef]

        leave out hidden or empty sheets

2001-01-29  Niklas Nebel  <nn@openoffice.org>  [f85f3eb34cfb026490314055a71c314ad4e96f6e]

        on invalid document, throw exception in construct

2001-01-29  Niklas Nebel  <nn@openoffice.org>  [4c6f685b23ed76d7e54c0ce914a7929dfff3b5fa]

        cache number of rows, handle empty cells, formula results, double column names

2001-01-29  Niklas Nebel  <nn@openoffice.org>  [18ecd8f1ec2644bbe8f831f703112c81c20ec306]

        m_nDataRows to keep number of rows

2001-01-29  Kurt Zenker  <kz@openoffice.org>  [11eeecaf129bdfd8b2ad2fc18a6860448451d4a8]

        new version for SRC619

2001-01-29  Rüdiger Timm  <rt@openoffice.org>  [ba5bfc86dc8bd2351c85e08dcf71625f567776b7]

        #65293# added missing newline at end of file

2001-01-29  Daniel Vogelheim  <dvo@openoffice.org>  [665114b0268b80a631172ff6cd1596be4388ba09]

        - added: graphics load/load cancel/load error event IDs to list of known IDs - fixed: association event IDs to event names

2001-01-29  Malte Timmermann  <mt@openoffice.org>  [b53f584d5052cc04b5c32dd80a6d6f91076343bf]

        #82916# Push MapMode in ImpCheckRefMapMode

2001-01-29  Rüdiger Timm  <rt@openoffice.org>  [99969ddfcbd8d0354bc11421c71e06f37553fddc]

        #65293# GetLangSvc and GetLangSvcList are static, so their forward declaration must be static, too

2001-01-29  Niklas Nebel  <nn@openoffice.org>  [3e9b1592163515d16376807ff78203faf04c9bee]

        added DST_CALC

2001-01-29  Rüdiger Timm  <rt@openoffice.org>  [58644da40ad25b9b121c9f8c14e013dc70357425]

        #65293# messing semicolons added

2001-01-29  Niklas Nebel  <nn@openoffice.org>  [e8a843f266615dd3906b70ad3dac60569cfa091a]

        added DST_CALC

2001-01-29  Stephan Schäfer  <ssa@openoffice.org>  [7eee94167626b7c3f2514df7938e9b4f9adbda6b]

        #82987# EndAllDialogs revised

2001-01-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [effa7ac9bf069d917e7fb387232f9785317e6285]

        zip language depedend without common_build_zip

2001-01-29  Kurt Zenker  <kz@openoffice.org>  [83cf986d8c5ad3b3c3a5bd892687ca27d57d0514]

        new version for SRC619

2001-01-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb91cafc1ebd415fce34d04c07dcb7cacfcbccc2]

        explizit disable single common features

2001-01-29  Daniel Vogelheim  <dvo@openoffice.org>  [560111ef0bba98b0d9060995b1aeefd562341fdd]

        - added: API for combined characters text field completed

2001-01-29  Daniel Vogelheim  <dvo@openoffice.org>  [d161a83570f1d31a7bfd8f774691525e7f1fe6ac]

        - fixed: maximum combined characters length is now obeyed if set via API

2001-01-29  Daniel Vogelheim  <dvo@openoffice.org>  [efcb90c023d4a3ec4fbaf59fcb867d47affdfaf6]

        - changed: moved <text:span> handling for textfields into text field export - changed: MID_FLAG_NO_ITEM... to MID_FLAG_NO_PROPERTY... and coresponding implementation            (The flag no prevents asking for a specific property; else the attribute is             handled normally.) - added: im- and export of the combined characters field

2001-01-29  Thomas Lange  <tl@openoffice.org>  [5ee88ac542e0336b8c36132363ffa7b056f51bfd]

        Assertion changed

2001-01-29  Stephan Schäfer  <ssa@openoffice.org>  [08e3ae2e1373da849d1810889ca75d87bee69091]

        #82987# provide EndAllDialogs call for proper termination on browser close

2001-01-29  Ocke Janssen  <oj@openoffice.org>  [93edd3f6ce3df59b6e4a7deea21ef00ebd2afe06]

        use second exception for message text

2001-01-29  Kurt Zenker  <kz@openoffice.org>  [2770beccd06eca24efefe2818c706e69c1cd4825]

        SRC619

2001-01-29  Lars Langhans  <lla@openoffice.org>  [0cfee1c4d559102713fb56c554214067fccb2173]

        #82734# some changes with pathtoroot handling

2001-01-29  Frank Schönheit  <fs@openoffice.org>  [7c957cf1d755ba7611befa9766e0666b122f9440]

        adjusted the context menu text for ds administration - now consistent with the dialog title

2001-01-29  Frank Schönheit  <fs@openoffice.org>  [470b7a6d6679427b23d6124784468de0fdb62910]

        ListBoxControl::queryAggregation - changed the base class call's order - getTypes did not work correctly

2001-01-29  Oliver Specht  <os@openoffice.org>  [a65fc918d0dc266e1702168053d3f408dd3cf853]

        dialog size increased

2001-01-29  Oliver Specht  <os@openoffice.org>  [d777aa7a664c2822367b32b2d1da64fa522c8b60]

        #339# fixed: update/rename of indexes

2001-01-29  Andreas Martens  <ama@openoffice.org>  [574a1fb3d533ac3bcde1ab85167c2a5410b0f94f]

        Fix: Selektion and rotated parts of line

2001-01-29  Kurt Zenker  <kz@openoffice.org>  [9225207945f36b0512051c2a990c5d4e609d4aa2]

        add taskforce TF_FILTER

2001-01-29  Kurt Zenker  <kz@openoffice.org>  [2814ceb1fa9f80d68afedbfe834ea42cdce35737]

        add. taskforce TF_FILTER

2001-01-29  Mathias Bauer  <mba@openoffice.org>  [2a5e701989f98e0f084e569718c2e26121e898f6]

        new Clipboard Ids for 6.0 format

2001-01-29  Mathias Bauer  <mba@openoffice.org>  [82b58746219cc3e390f908f7a04d1dad6b7be308]

        new Clipboard Ids for 6.0 format

2001-01-29  Michael Brauer  <mib@openoffice.org>  [bb1d7ba891759e05c46c35f55eeb3f22300ce635]

        line/column number in error messages

2001-01-29  Malte Timmermann  <mt@openoffice.org>  [0a7643c2f6126942d8786afc0cd1cc2b393df0a3]

        InsertText with TextObject: Undo-Action

2001-01-29  Eike Rathke  <er@openoffice.org>  [6ead17af26befce7f42b1716fd4543bbda751d7c]

        chg: description of ParseResult LeadingWhiteSpace and CharLen

2001-01-29  Michael Brauer  <mib@openoffice.org>  [3e7c7a78dfb424b7cc96a66b07c1d1ecaed8deea]

        remove table line from cache immidiately

2001-01-29  Oliver Braun  <obr@openoffice.org>  [edf9dbc40828b7b157d148ff29865e6fda0ac1b9]

        changed drag source listener concept

2001-01-29  Oliver Braun  <obr@openoffice.org>  [9efeef907f100c23e7604492190b008e2d4cdbf3]

        changed drag source listener concept

2001-01-29  Caolán McNamara  <cmc@openoffice.org>  [814b7dd29c99961fde4a067446e2fea2f2774693]

        #80205# Default FormTextField Text import

2001-01-29  Ocke Janssen  <oj@openoffice.org>  [84e995c298614e4961f3b057ee21b341f000f646]

        better error message when throwing a sqlexception

2001-01-29  Ocke Janssen  <oj@openoffice.org>  [78988ea8f7182511fcbd0f8a4d33a007d26c056d]

        set parent of error box

2001-01-29  Ocke Janssen  <oj@openoffice.org>  [9ec9ae84a56f2a696370d37dd9d958aed2d635e8]

        set static member to 32

2001-01-29  Ocke Janssen  <oj@openoffice.org>  [ba9f5b194960f8a429c0602bdd4d5db1ea4f240d]

        change of error message

2001-01-29  Michael Brauer  <mib@openoffice.org>  [fbd21212ec941965b2a26cb2b6a7f79cd915e8ec]

        Don't export duplicate svg:y attributes

2001-01-29  Dirk Grobler  <dg@openoffice.org>  [481d14bb512637e468ece8d883589785bcd3a7e7]

        #82336# invalid syntax for template

2001-01-29  Dirk Grobler  <dg@openoffice.org>  [375c48e0b0e7c4d9a70fae59946fbb63eda46c0f]

        #82336# for user nobody cache disabled, this is a temp. solution

2001-01-29  Michael Brauer  <mib@openoffice.org>  [1162fe803b2d7fb06c64594e4dfa35edaf6bac65]

        Export footnote text vcorrectly

2001-01-28  Christian Lippka  <cl@openoffice.org>  [a2ecdee3b8c85e647f11af17acbb6631b57683c7]

        new interface for accessing defaults

2001-01-28  Christian Lippka  <cl@openoffice.org>  [f2aea95bac0608e386237b13add3d581d5c96269]

        use document and style pool and filter double items

2001-01-28  Christian Lippka  <cl@openoffice.org>  [59fcaaec4dc6c610bacc4e998fdc9e749aa7411e]

        support setting of empty names for line ends

2001-01-28  Christian Lippka  <cl@openoffice.org>  [13ea7fcd1268ad1249b4b6019c558a6ecfeb4b01]

        #83006# +GetTextStyleForObject and init outliner correctly

2001-01-28  Christian Lippka  <cl@openoffice.org>  [2c41998737bb83c910317b0a663013c02246c3ca]

        -createStandardName

2001-01-28  Christian Lippka  <cl@openoffice.org>  [92963dd42b04c2cbbf3378e1ebf5cd403d4c3463]

        #83006# +GetTextStyleForObject

2001-01-28  Christian Lippka  <cl@openoffice.org>  [eb8ce0a7623565195445bd55aece5587b6b51a32]

        check NameOrIndex items on ItemChange

2001-01-28  Christian Lippka  <cl@openoffice.org>  [6b02fc6945d428eef20045ecc65d2efce067686a]

        removed xmloff

2001-01-28  Christian Lippka  <cl@openoffice.org>  [ea0c922e508621206bda1e932e6aa9aff6f428bc]

        #83006# +GetTextStyleForObject and init outliner correctly

2001-01-28  Christian Lippka  <cl@openoffice.org>  [657faa8a8fedd0c26b4c0a7a8381d67cebb7ab01]

        always use the same polygon for an line end arrow

2001-01-28  Christian Lippka  <cl@openoffice.org>  [1a9a8a6e327424f5701eeeba6cdd7fade92288a6]

        #83006# +GetTextStyleForObject

2001-01-28  Christian Lippka  <cl@openoffice.org>  [291f4ab1bb6ae52bd2263f238311db89360abadd]

        always use the same polygon for an line end arrow

2001-01-27  Babak Mahbod  <bmahbod@openoffice.org>  [ada4d349d328bee3814b7a348d02926c0a2c3342]

        Copy GDevice color table and auxiliary methods.

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [c5f363d31e21cd9884cc38dcc8208fa7fc624c25]

        Merge SWT614: 26.01.01 - 23:04:45

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [bffdadb8e9bb83528b61f239d4ddad09aa51ea64]

        Merge SWT614: 26.01.01 - 23:02:41

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [8d150ac35c8f6c055d26bed3421c67799f43d7ff]

        Merge SWT614: 26.01.01 - 23:00:38

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [0ae7101569ffd6ead6fb2f148e3b60403c7be303]

        Merge SWT614: 26.01.01 - 22:57:55

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [26a6d4e15e724e42e4a74a4d8a6daa7a605f5d01]

        Merge SWT614: 26.01.01 - 22:54:05

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [b878e602948ed0324ba29d22919e54a0008323b5]

        Merge SWT614: 26.01.01 - 22:52:40

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [7ed8a5c00b8dfed88411cf893d78cb6e55d87636]

        Merge SWT614: 01/26/01 - 22:51:52

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [010332c4f6d926922031d9af47eebe7e5b624b92]

        Merge SWT614: 26.01.01 - 22:51:32

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [4f4fd7ada01f9365de742c641f4bba133226734f]

        Merge SWT614: 26.01.01 - 22:51:25

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [25f82f9c08e045f43e7c9d24fe693688ce48b02d]

        Merge SWT614: 01/26/01 - 22:50:43

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [fabf73d287cc940fdffcf46444ca7b5f4a63c88b]

        Merge SWT614: 01/26/01 - 22:49:43

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [9b1291927ebeb4b9bb312ef15f0bb4bc88280eae]

        Merge SWT614: 26.01.01 - 22:49:14

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [b34ddbaab49b9cc658c9ec85a8c817b99f6db20e]

        Merge SWT614: 26.01.01 - 22:48:52

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [d691ab51e9811949cfc945a7c78e11b15b8cc62a]

        Merge SWT614: 01/26/01 - 22:47:33

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [8e1d011182020539453ba2054ac20455a5137cb7]

        Merge SWT614: 26.01.01 - 22:47:20

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [696e20c3c92f214cfa4e534012b89ca5330d7454]

        Merge SWT614: 26.01.01 - 22:47:07

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [bdab023a5cdf8ab4e786fa98fa8a1d524c5b8cce]

        Merge SWT614: 01/26/01 - 22:46:13

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [91b85f4129930b294dd15f6a688ab3d3e08e1799]

        Merge SWT614: 26.01.01 - 22:46:07

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [dfcb0001babeee810f3a6b3a1b279748ecb8d019]

        Merge SWT614: 26.01.01 - 22:45:46

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [46bd333e5dd145e6e5d6802c770e4d88349b98da]

        Merge SWT614: 26.01.01 - 22:45:32

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [b025a06b4e93cf1be9195c07b256574786d63d98]

        Merge SWT614: 26.01.01 - 22:44:51

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [ce6f13fa57f208c6448fbb6f60155ebd46e1bb93]

        Merge SWT614: 01/26/01 - 22:44:44

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [f94699a207e48d8ac395671b9393ec055e2c5398]

        Merge SWT614: 26.01.01 - 22:44:25

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [787f46c9f049aea1fd239f8554f9dd4d39e47953]

        Merge SWT614: 26.01.01 - 22:43:48

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [d8c7c3a74da5a03baee6e55803da8016b5354204]

        Merge SWT614: 26.01.01 - 22:43:26

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [03d99eb2d52748ac34900259417d4c853ea7ed17]

        Merge SWT614: 26.01.01 - 22:42:50

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [55832029f03635bf0b65ab4bff2cae099605bb12]

        Merge SWT614: 26.01.01 - 22:42:39

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [f349a05757dd2d4e9f0eecc212e337d71176c2e9]

        Merge SWT614: 26.01.01 - 22:41:12

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [52a231262fcf0c68d066509a13e405c63af7c27f]

        Merge SWT614: 26.01.01 - 22:41:00

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [0857955a50d744268229b681a7cadae26f100628]

        Merge SWT614: 26.01.01 - 22:39:48

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [a0a1b07eaaca1890ca840cce018d9d0dce4f98fa]

        Merge SWT614: 01/26/01 - 22:39:38

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [11a37f45d6775771546dc25af2cbdfc319e1cee4]

        Merge SWT614: 26.01.01 - 22:38:19

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [00827a037fd0b9ebfbdbfac4ca80ff8cc2debae0]

        Merge SWT614: 26.01.01 - 22:38:20

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [4f6ada2757cb4a57a0f0672813f7bb81275e42fd]

        Merge SWT614: 01/26/01 - 22:37:56

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [200c1b19aaf747ec5b323b7e39ad8ef1d4616501]

        Merge SWT614: 26.01.01 - 22:37:49

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [e4423c8e6863cc2316ad2d7a28d55ea223ca4f3b]

        Merge SWT614: 26.01.01 - 22:37:12

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [98f786de435e6120b979bfacaac96bef0498f029]

        Merge SWT614: 01/26/01 - 22:36:33

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [ba76df9233eab0cc0eec263daeea05c70399abe2]

        Merge SWT614: 26.01.01 - 22:36:33

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [f055d43ba34f1a60ae0e92fb3be80eb0bb2d876c]

        Merge SWT614: 26.01.01 - 22:36:18

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [09e894de06853d60c462c593bb80033fa8eff97f]

        Merge SWT614: 01/26/01 - 22:35:04

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [16d94245b3f39d14b5eb6e42392ee2c31db76a1c]

        Merge SWT614: 26.01.01 - 22:34:51

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [fe7419ab5db48d73f443cb528ef81d579a4dd8cb]

        Merge SWT614: 26.01.01 - 22:34:43

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [62416ae32369d426667eaf787c6ad35b2cd0e9a2]

        Merge SWT614: 26.01.01 - 22:32:57

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [f361cb288ba636a5f8ef3bbea6374dbeaadfafc2]

        Merge SWT614: 26.01.01 - 22:32:48

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [c8a7ea7a15681d2f066b245307ff54352f96d626]

        Merge SWT614: 26.01.01 - 22:31:41

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [8ad12e36db1f0594bb9c8d88713f2038f70aaf00]

        Merge SWT614: 26.01.01 - 22:30:39

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [7a912cf06662039ada49bd106fa890b08d933f81]

        Merge SWT614: 26.01.01 - 22:30:35

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [62b30d4bd938788cc7f2beec100d6e1d436bbb60]

        Merge SWT614: 01/26/01 - 22:23:26

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [02be8eb6eeed136418e1282dec6797b28c66557f]

        Merge SWT614: 26.01.01 - 22:29:19

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [0f985f9c19f9df58cd176dd27506150067628abe]

        Merge SWT614: 26.01.01 - 22:28:59

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [19bfa3ead10e25769ef60eb6e0c5990de4f78c3e]

        Merge SWT614: 26.01.01 - 22:28:01

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [34b1ada789fb1a8f5f31a5525bed01dcd6310d01]

        Merge SWT614: 26.01.01 - 22:25:48

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [03abf00e922236d21da383e86540f806305656df]

        Merge SWT614: 26.01.01 - 22:23:25

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [29010612f707166ad0daed8cdb008216a0cb9e92]

        Merge SWT614: 26.01.01 - 22:22:47

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [224247f820484a53da915a33d5bd7344b066a6d5]

        Merge SWT614: 01/26/01 - 22:21:21

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [1fbdd3f9de37db572fc9278957e7cb61d4b4bf9c]

        Merge SWT614: 01/26/01 - 22:20:01

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [a105024c892f10ea06b40175ef51970ae1707eb7]

        Merge SWT614: 26.01.01 - 22:19:21

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [589de016c22470f767e3ba323a12c9027bb5bf49]

        Merge SWT614: 26.01.01 - 22:18:02

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [3c97af58a7467f10d5aeedeba2fa861cddd088b0]

        Merge SWT614: 26.01.01 - 22:17:08

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [11acb96880c7665095f0ea98f60619db67b17a38]

        Merge SWT614: 01/26/01 - 22:17:12

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [7e258d9709ed795841e29ade0f37db267279c4fb]

        Merge SWT614: 01/26/01 - 22:15:46

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [85033cf7dfbde6d1d5d0a5cdc8a914fc7f9a6724]

        Merge SWT614: 26.01.01 - 22:14:34

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [684a023d75f26ca15055af5a6df7adca66ff0876]

        Merge SWT614: 01/26/01 - 22:11:30

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [cfa7c2f859f585303bdc0acb9374342fce9659fd]

        Merge SWT614: 26.01.01 - 22:09:21

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [922a8540a5d48a01528b87611c56c2330bf3d1c1]

        Merge SWT614: 01/26/01 - 22:08:23

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [d6569895fc6aef09e16d1c0f0ac1d7650f98956e]

        Merge SWT614: 26.01.01 - 22:06:55

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [1bee8266ffb683e16f29b38694a163906a179719]

        Merge SWT614: 26.01.01 - 22:07:11

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [afa2477941ace60b019b1c3c7d0d026726e6cb35]

        Merge SWT614: 01/26/01 - 22:06:02

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [f5bbca9d054f138800aa5d6285adc69aa00216f2]

        Merge SWT614: 26.01.01 - 22:04:37

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [9afa24f12719a8fbc138dc567603d99081bc1214]

        Merge SWT614: 01/26/01 - 22:04:19

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [959f951a628812cd89d990466850dc6435ebe7d9]

        Merge SWT614: 26.01.01 - 22:04:24

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [5ca4a9c849f0718ae8da3f6c2ab1cf61bc1aefd2]

        Merge SWT614: 26.01.01 - 22:03:15

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [7535cc785674e650fbeabf4ad023436baaef2a54]

        Merge SWT614: 01/26/01 - 22:02:53

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [399cbc83d89c3ad6badc004422969ba09b106680]

        Merge SWT614: 26.01.01 - 22:02:41

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [bcaf92788900956b95b77e716baf67cbdabce3b4]

        Merge SWT614: 26.01.01 - 22:02:33

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [82d7920a528f14a79d93750c1963f837802dd16e]

        Merge SWT614: 26.01.01 - 22:02:01

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [a0c86d8f18616052b8b85d4d651ce09eeff6f23d]

        Merge SWT614: 26.01.01 - 22:00:19

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [48b463061370ebe4760919533b347a451fd096ee]

        Merge SWT614: 26.01.01 - 22:00:30

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [e1e90aab5321ecf80247b2609f56446097d113ee]

        Merge SWT614: 26.01.01 - 22:00:07

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [a3e672f22a4ccd687442e5d5ce083ff2c3ee7f96]

        Merge SWT614: 26.01.01 - 21:59:15

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [bc32ef3fd2ce9e9d02fc49ca32ebcf9e739164b2]

        Merge SWT614: 26.01.01 - 21:58:46

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [48be5dfe2498baf584f1c9ce6dc1ab42fb2b8d28]

        Merge SWT614: 26.01.01 - 21:58:35

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [6219ff188c0c443d8d98b4e72c06782c4217d247]

        Merge SWT614: 26.01.01 - 21:57:36

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [fc2111564e5a19807f4eaf7edd40dea024dcc671]

        Merge SWT614: 26.01.01 - 21:56:27

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [fcee8aa65ad49cdaf6ff1de6c9424976b09bc843]

        Merge SWT614: 01/26/01 - 21:56:00

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [de98f546d75e54931513c6d48afed0d5db5e5f6f]

        Merge SWT614: 26.01.01 - 21:54:43

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [e2b8f85c2046691c9e24157d2ba0e012254c61c6]

        Merge SWT614: 26.01.01 - 21:53:02

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [70f4bae9c2113b12f055f6839f1299b1d080f033]

        Merge SWT614: 26.01.01 - 21:51:09

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [3f6b74c8d728b00acf35d078a75b16dc6840bc5a]

        Merge SWT614: 26.01.01 - 21:49:24

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [f7fa4d8b66703a1a4b71fb5530131f75fef25c6d]

        Merge SWT614: 26.01.01 - 21:48:43

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [ec91a8331f735618b2d302986876eeafe63b68b6]

        Merge SWT614: 26.01.01 - 21:47:41

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [9a04fc48fe805d0c93f225d9b4956ad9695862b8]

        Merge SWT614: 26.01.01 - 21:45:56

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [ab3fd6f50e889c9db89577a578085d398c443717]

        Merge SWT614: 26.01.01 - 21:43:59

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [106089be9fd5849c740cea832628521fed6ae5ca]

        Merge SWT614: 26.01.01 - 21:43:06

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [4699d44b542d446b0a0d55e8ee89002fd62e1a7c]

        Merge SWT614: 01/26/01 - 21:41:43

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [5369eb4325abfd423b9e920e2d62cdda80663011]

        Merge SWT614: 26.01.01 - 21:42:19

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [72dda52cbd84d8fd899f2a90c005b37702045c2a]

        Merge SWT614: 26.01.01 - 21:40:24

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [bf9e434f81dea6a0ca69ac6ed319b53b323eeb9c]

        Merge SWT614: 26.01.01 - 21:40:16

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [94b77ac5b69f93a8ca0a177ab95fb78ede084810]

        Merge SWT614: 26.01.01 - 21:39:16

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [e174dc6a21f9d6235653142c6e2241640ead0492]

        Merge SWT614: 01/26/01 - 21:38:56

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [d51903359f4053ea292fb1d80d1f5c9dc13fe3d2]

        Merge SWT614: 26.01.01 - 21:38:04

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [ebf317e8e983026c2f3f3201640a9b15b679b1e6]

        Merge SWT614: 26.01.01 - 21:38:06

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [acd3700f5ef14c49bda954e4a5e9a24e46a01809]

        Merge SWT614: 26.01.01 - 21:36:27

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [f66c1050a89382841206f5a62154838d5b71ae69]

        Merge SWT614: 26.01.01 - 21:36:08

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [d8a6a16cd7759ba6d48f326774fdb75e84924305]

        Merge SWT614: 26.01.01 - 21:34:27

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [3ceecb0999450d75505e935264798e13c2c70a1b]

        Merge SWT614: 26.01.01 - 21:35:10

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [826fe66ef53c6743be0b82a47b642e882fd5ed35]

        Merge SWT614: 26.01.01 - 21:35:07

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [db1295958642118a81867a849b65778770c0ba96]

        Merge SWT614: 26.01.01 - 21:34:11

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [9623f64cd82b2652045eb49dedb5f703d722eb51]

        Merge SWT614: 26.01.01 - 21:33:22

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [564f7d8be5dbd3587bd459c066a782ed1b8b0171]

        Merge SWT614: 26.01.01 - 21:32:15

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [da0e71752400f621ab4494d2e64dda93b7628446]

        Merge SWT614: 26.01.01 - 21:29:32

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [663d8fe13ad48ea8b3f1a171676dab23b29ee5ee]

        Merge SWT614: 26.01.01 - 21:28:43

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [4a884f6dd030c415d1df36bf34324d7dd1022cb0]

        Merge SWT614: 26.01.01 - 21:28:16

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [fb23c668046cecefcb2fb3e17e3d07b40f87e12e]

        Merge SWT614: 26.01.01 - 21:27:37

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [0c424efa0ab80d773d4ec574cceb2c074784dd36]

        Merge SWT614: 26.01.01 - 21:26:51

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [45ac00e7b4197c5aea9c89c3f429b563bd9e79f7]

        Merge SWT614: 26.01.01 - 21:26:20

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [c157812b2cebd67e01899e4e4fce3b33e8076d6f]

        Merge SWT614: 26.01.01 - 21:25:13

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [2f24930a36773cd21ea38d6723b7a407b42535e9]

        Merge SWT614: 26.01.01 - 21:23:32

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [9c9ae5a799da974135e530537e9d7f8f398f8490]

        Merge SWT614: 26.01.01 - 21:14:50

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [77d558dc437939cc7b31e1ca3ea547c6a44336d4]

        Merge SWT614: 01/26/01 - 21:14:24

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [28070c3ddcd127152b7ee3b0e0d22e5ef24f7c27]

        Merge SWT614: 26.01.01 - 21:14:15

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [c6ab13ac15c1ef5239fac6e81f75d553b9b67928]

        Merge SWT614: 26.01.01 - 21:13:52

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [d715dfd2b94f8f2c61d60c127dab20fdd704632d]

        Merge SWT614: 26.01.01 - 21:11:29

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [5a3b491560388d54acae50e93105172aba8d4635]

        Merge SWT614: 26.01.01 - 21:10:55

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [600d37f411d063f4a80ba57fb139cd9187342576]

        Merge SWT614: 01/26/01 - 21:10:06

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [c83853080cb3c608356a482361cd554e99d2ec85]

        Merge SWT614: 26.01.01 - 21:10:04

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [91732e236ae02074e7afdc5815d6e11c5c2fe2d9]

        Merge SWT614: 26.01.01 - 21:09:17

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [d9b0c6573ede101fb60111b318782c31faf4e14b]

        Merge SWT614: 26.01.01 - 21:09:06

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [57d2518255067dc6dabd71a88d4c90d06d4d908e]

        Merge SWT614: 26.01.01 - 21:09:07

2001-01-26  Kurt Zenker  <kz@openoffice.org>  [2488fc353678a2ce950c724a74132685bf397d63]

        Merge SWT614: 26.01.01 - 21:08:26

2001-01-26  Niklas Nebel  <nn@openoffice.org>  [e30faaba9ca1a572314c324aa9e71e42959b191e]

        dispose Rowset

2001-01-26  Niklas Nebel  <nn@openoffice.org>  [ae7b1eec4712a309655de8af85babc9c3edc1fa8]

        DoImport: dispose Rowset

2001-01-26  Niklas Nebel  <nn@openoffice.org>  [21a1c59e4cc997038a76ee4d6c73999fc9f9aa22]

        database driver for spreadsheet documents

2001-01-26  Niklas Nebel  <nn@openoffice.org>  [22de1527a5b839cbff6300495c658562e4115fab]

        database driver for spreadsheet documents

2001-01-26  jp  <jp@openoffice.org>  [aa40aa6572634d0eb5982d894b1841d7f0b42d6c]

        Bug #83086#: Insert - merge SetRef-Attributes

2001-01-26  jp  <jp@openoffice.org>  [808f942be67aed087c32573a8000167186ffad1b]

        new ComparePositions values and new function

2001-01-26  Eike Rathke  <er@openoffice.org>  [a090053c279a7bb4ca2ab4c1945ef8a952a99b39]

        add: getAllFormatCodes

2001-01-26  Eike Rathke  <er@openoffice.org>  [b021881add5b00f98f3a54f9a4b97529a09ffb88]

        constness of SvNumberformat

2001-01-26  Eike Rathke  <er@openoffice.org>  [ea575ff1d1009d35ad56403ae3c09c576a9e975f]

        add: CurrencyAbbreviation

2001-01-26  Eike Rathke  <er@openoffice.org>  [c53b5b207e42ab05a50916058b0bd277c7214233]

        enable additional I18N standard defined formats, especially currencies

2001-01-26  Eike Rathke  <er@openoffice.org>  [841fe8cd6569d2deaabf360dce8f2ec21de788f8]

        GetFormatSpecialInfo: constness

2001-01-26  Eike Rathke  <er@openoffice.org>  [bd60ae86330194862b0fabcaba123b04df0b21d2]

        FinalScan: exchange of currency symbol not all time upper ...

2001-01-26  Eike Rathke  <er@openoffice.org>  [6588f03e919a502345b79d95acbb67cf702c58fe]

        enable additional I18N standard defined formats, especially currencies

2001-01-26  Eike Rathke  <er@openoffice.org>  [bde847f77eb8465c66b7ef27677c8c13bc7608f1]

        new: getAllFormatCodes

2001-01-26  Eike Rathke  <er@openoffice.org>  [827b2789f18b2bce63502118cfee7196bf6819d7]

        use LocaleData instead of International

2001-01-26  Eike Rathke  <er@openoffice.org>  [597e56828b6c6bc3500dd5a093047313e10610da]

        direct CurrencyAbbreviation instead of CurrencyExtension match

2001-01-26  Sander Vesik  <svesik@openoffice.org>  [089053da9fd61464c8e0dfaf32bfe5c6eaba3564]

        IRIX uses the 4.1b4 sources of STLport.
        
        Contributed by the SGI OpenOffice porting team.

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [821532fefa038c012cdf123615f32de2657f0796]

        +containermultiplexer

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [cbda33b1030856826ca1f4305217cb6eefda3ed4]

        +commonpages / +detailpages

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [23ba1aadfc33b2e810be97f07e6ba899a23db349]

        initial checkin - administration tab pages used for special DSN types

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [9cc10c72e17b36f83ba6f541d0f60be26e07b497]

        added the query administration page

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [1b47763abb5bed76e5d8cfa1dcf94fc93f55aec6]

        no YES-NO for 'query already exists' dialog, but OK only

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [d4f55950df913643f0672dc19268d3e3f01960d1]

        split up the file

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [e8831c8b2780b4298c9baac7327a16dc106aab83]

        removed a wrong assertion

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [875a4d0885fcb6fc53a9a47c3666a7abe599e84f]

        removed a wrong comment

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [263a02180a613b6e4f922973c324e5e8ffe8028b]

        +SERVICE_FRAME_DESKTOP / +URL_COMPONENT_QUERYDESIGN

2001-01-26  Kai Sommerfeld  <kso@openoffice.org>  [30ee91760471d6fcb5b6a79908e265cad78f7bb8]

        #83137# - Rewrote Proxy configuration handling.         - Fixed HTTP redirections.

2001-01-26  Kai Sommerfeld  <kso@openoffice.org>  [54e873c456925814d8ce27c23b8387fe096f23bc]

        #83137# - Added proxyconfig.obj

2001-01-26  Kai Ahrens  <ka@openoffice.org>  [63f7fdbe634e1f578a202abc32d6c3f15e7179d4]

        #82685#: use correct types (sal_Int32) for sequence access

2001-01-26  Oliver Specht  <os@openoffice.org>  [827ea7d5ac221d32b03182600d7c9fdf3807416a]

        #82820# MergeNew: call first() if no selection is set

2001-01-26  Michael Hönnig  <mi@openoffice.org>  [3c3b93762f24331a11828c2847e684367ec4d639]

        new XDocumentListener now correctly derived from lang::XEventListener

2001-01-26  Sven Jacobi  <sj@openoffice.org>  [c40252d1655127bb91db9c79c451837b118b8beb]

        #80751# now using the modified boundrect to generate textobjects

2001-01-26  jp  <jp@openoffice.org>  [9d2d2c8974346fd0cf5e4ee7721f015dcef2b3e9]

        Bug #77951#: MakePageDesc - create I18N names

2001-01-26  Tom Verbeek  <tv@openoffice.org>  [0a8dad34c018be9637f3ebed43832bff13ec90d3]

        removed target for cfgsrv.zip

2001-01-26  Ocke Janssen  <oj@openoffice.org>  [e7f913561e23aa4d1c1a243f7c31b200fca6cb1d]

        #83216# check if we stands after the last row after a next

2001-01-26  Oliver Specht  <os@openoffice.org>  [25afba2041fa3ad4f425ee7b0bd86269a64e0e08]

        #83247# CreateFromInt32

2001-01-26  Lars Langhans  <lla@openoffice.org>  [6f863ec2c6a3918a3e8800f68ec148b2c8a232dc]

        #82734# rename lasy to lazy

2001-01-26  Ocke Janssen  <oj@openoffice.org>  [bb51c6390b32ab0770aad3f8e284e129602e68eb]

        ask for wrong property

2001-01-26  Ocke Janssen  <oj@openoffice.org>  [d66cbc4fd0063280e0f2553cec92bc8a81df6f06]

        dispose connection when it's our

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [6ebb6bebc134fd33d5fe08f66aad85cfa5bbee76]

        #81827# default the nullable attribute to TRUE

2001-01-26  Philipp Lohmann  <pl@openoffice.org>  [07705ecbec68348c72cd6dd80bf23ab4ce179039]

        #81650# handle unset DISPLAY as everyone else

2001-01-26  Dieter Loeschky  <dl@openoffice.org>  [6637774396fd6c27c905b30b2d839d7d423b73ce]

        #79770# SID_OBJECT_CROOK_...: check mark count

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [72afe907ab7e8fe823a63665c9b54215efeefce6]

        +querydesignaccess

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [8c4b9a0dd2334073081232857567a0385830e41a]

        some small fixes / outsourced the opening of the query design

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [f4c082f93cf3ef0af295265b601c5163f4979c3e]

        some more error error prone now ...

2001-01-26  Armin Weiss  <aw@openoffice.org>  [f278c9af68ab9f4251e950caf288e7f96e3cac6b]

        ITEMSET: Further ItemSet changes to allow blocking of setting items and to allow editing or replacing the item before it is set.

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [20852bf3b51913353e3059b660caa785b3f222bb]

        new parameter (FlushData) for unloadForm

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [fd563199c0f200ac2273c6d6e29496b5508462a1]

        +createNewConnection

2001-01-26  Dieter Loeschky  <dl@openoffice.org>  [cb9568901a1e59f57f56e6a818a3d2a88a96807c]

        #83231# ClickHdl_Impl: reset MetricField values

2001-01-26  Armin Weiss  <aw@openoffice.org>  [af8449807b583678b17f8f444ffbb2ba636d0efa]

        ITEMSET: Further ItemSet changes to allow blocking of setting items and to allow editing or replacing the item before it is set.

2001-01-26  Armin Weiss  <aw@openoffice.org>  [35fce8566dde4663528ff31bcefac43b8a1f5ef9]

        ITEMSET: Further ItemSet changes to allow blocking of setting items and to allow editing or replacing the item before it is set.

2001-01-26  Sven Jacobi  <sj@openoffice.org>  [8a407b3003d0520412658a459b0fd1e8c3c8d2dd]

        #73905# property FillBitmapTile wasn't set

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [a83cf0b6164b1bf4de93f2394fba75d0ba87d987]

        be more precise in m_bLoaded - recognize errors returned by executeRowSet

2001-01-26  Andreas Schlüns  <as@openoffice.org>  [21abf3b6dc898dd8d03bc39dba6abc4d8bf8aad1]

        support preferred types

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [4620a2cce0e5dc373ac7e27790eee376f68c6d75]

        executeRowSet now returning a bool

2001-01-26  Oliver Specht  <os@openoffice.org>  [6ae0badb1d07c8162154ba6e4a9d0aa4e0268696]

        #83158# add number format key ony if not already known

2001-01-26  Tom Verbeek  <tv@openoffice.org>  [ab318884aef15b46beff75629f2ba4bbc0003676]

        removed targets for cfgsrvbitmap.zip tplwizreportXX.zip tplwizformXX.zip

2001-01-26  Kai Sommerfeld  <kso@openoffice.org>  [086cb4bf8aa96fb40083f68b48d10a952f857956]

        #83117# - Always write changes immediately in SvtInetOptions::Impl::setProperty.

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [9e580eb4fa6e2dac47a2dbbbf3decbb7361ca007]

        adjusted the ERR_REFRESHED text

2001-01-26  Oliver Braun  <obr@openoffice.org>  [182fbb3f5dff1000b1d13df355e36a7980ebdd01]

        XDisplayConnection and XEventHandler added

2001-01-26  Oliver Braun  <obr@openoffice.org>  [016a589f4f98d9718ee7cf6c92779fb37ce58d6f]

        initial release

2001-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [03b5ad68e2817a741b6d779c52aa755a4c991f88]

        #65293#: catch ContentCreationException

2001-01-26  Tom Verbeek  <tv@openoffice.org>  [60354493a690c83bf51f644de7b35911bfd9dbd7]

        no longer needed

2001-01-26  Tom Verbeek  <tv@openoffice.org>  [a6a954a7da596e03a314aa9b224833de489c9574]

        removed alarm.wav (part of StarOffice Schedule)

2001-01-26  Malte Timmermann  <mt@openoffice.org>  [079abda158e51e7397858d610143b89c029c2509]

        create a GeometryModel for the DialogModel

2001-01-26  Ocke Janssen  <oj@openoffice.org>  [722c50837a81c1125f23e33b79ba8ca7c700b364]

        correct the error message when there is a parse error

2001-01-26  Peter Burow  <pb@openoffice.org>  [a9bd16fb59d875f9a61e72f37a56f8ad4d86ddeb]

        fix: #76302# paper formats 'A'..'E' removed

2001-01-26  jp  <jp@openoffice.org>  [8f0bbcc22d35565fbcb12cd298fe7f70c5fb6cae]

        Bug #82980#: lcl_FindOutlineNum - don't skip two outlines

2001-01-26  Oliver Braun  <obr@openoffice.org>  [21f4f87c84a7738356145f5ac741b224e04dc764]

        added cssddnd.db

2001-01-26  Tino Rachui  <tra@openoffice.org>  [da414c5c764715e69aed420cc4a0bb86140c981b]

        *** empty log message ***

2001-01-26  Kai Sommerfeld  <kso@openoffice.org>  [ab7ec69736260f30b21ceccc14cc7e0a42deacf9]

        #82177# - Changed default value of ResultSetColumnData::isCaseSensitive           to true.

2001-01-26  Oliver Braun  <obr@openoffice.org>  [74612f29f2df8210ad9dcfa1c82b9c32a22fcbcc]

        initial release

2001-01-26  Oliver Braun  <obr@openoffice.org>  [aa891bdd97de07afe169d11ae381b66eaa260d99]

        initial release.

2001-01-26  Michael Brauer  <mib@openoffice.org>  [cd65409b3a9733ea838e996b3acaa1168ddfbfad]

        ole objects continued

2001-01-26  Michael Brauer  <mib@openoffice.org>  [206946515f4139eedcb3139dacb08664b2c3853a]

        ole objects continued

2001-01-26  Michael Brauer  <mib@openoffice.org>  [2bddc3350950d0713d3cfaa03807557c82928ab0]

        ole objects XML helper

2001-01-26  Caolán McNamara  <cmc@openoffice.org>  [01db4688c0ee30ae1fc9ebd098831b14e8c80808]

        ##158## Table relief Border width hack modified

2001-01-26  Andreas Schlüns  <as@openoffice.org>  [69374b149f5aadcd796c4aa66fa1d3b5936ffa0c]

        support new filter detection with new cache implementation

2001-01-26  Andreas Schlüns  <as@openoffice.org>  [99874dd446194de8c4f39b523f99f5ecbe2b5852]

        new frameloaderfactory for filter detection with task force TF_FILTER

2001-01-26  Andreas Schlüns  <as@openoffice.org>  [f2cfc0f208a42d7128e51f59000d5e2a116e8343]

        beahservices to services

2001-01-26  Lars Langhans  <lla@openoffice.org>  [bef96ae787a7a419d5e102c7986394b6cbd44aea]

        #82734# disposing with lasy writing necessary

2001-01-26  Lars Langhans  <lla@openoffice.org>  [e87893363966a8478d93fcfa9da41b0be96a6bf3]

        #82734# lasy writing

2001-01-26  Michael Brauer  <mib@openoffice.org>  [d234e6e26a00e8d93fee5e46ad9b0bc3416c6921]

        #83114#: Initialize tab counter

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [93390ce179cbd52ff1747102452cadc42908ef23]

        corrected the value collecting process for DISTINCT stantements

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [f45a3f25a9c8b36a040d0d9b55f9c818e93946ff]

        some basics for the query administration page - not enabled yet

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [5037639632e77164784bab697f6a3603c05c92b4]

        +PAGE_QUERYADMINISTRATION

2001-01-26  Frank Schönheit  <fs@openoffice.org>  [343a86e6d010ebf18fcdbdcca34a2069d68bbb75]

        some new help ids for the query administration

2001-01-26  Andreas Schlüns  <as@openoffice.org>  [12564dbc60dc8d5b3fb9ccaea666a48165cd9df8]

        change baeh_services/BAEHSERVICES to services/SERVICES

2001-01-26  Andreas Schlüns  <as@openoffice.org>  [f0aa0dd5d2617d985bbe2c3c4160da3ce44a4ef4]

        move baeh_services to services

2001-01-26  Babak Mahbod  <bmahbod@openoffice.org>  [a5f87459e090d87691ac03402153238ed73d4509]

        APIs for new PixMap memory allocation.

2001-01-25  jp  <jp@openoffice.org>  [57b0efa187d57bcdb825c51c3ccd026ced346a18]

        GetCurLang: the correct length is zero - we wan't the attribut from the left side

2001-01-25  jp  <jp@openoffice.org>  [fb92a402f310d96bb82ab2f4a8573f9f6a78762c]

        init/deinit the calendarwrapper

2001-01-25  jp  <jp@openoffice.org>  [c500d2318d7460bf020739a6061397a22e6bc964]

        own CalendarWrapper with a language interface

2001-01-25  jp  <jp@openoffice.org>  [8aa8d2e752a24a3f3e1ab139aeebc502cbbe330f]

        use calendarwrapper instead of international

2001-01-25  Niklas Nebel  <nn@openoffice.org>  [d4abd21f8363c5f25fa72b292377653c13898699]

        #74860# Hide before executing slot

2001-01-25  Niklas Nebel  <nn@openoffice.org>  [9cb0ff2ad8b9c9484532f0656da98eefa24481e2]

        #74860# DataPilotUpdate: warn if output area is not empty

2001-01-25  Mathias Bauer  <mba@openoffice.org>  [bbb406f2c7e0a5422c7a5a9d4595dfcda11632e0]

        #82486#: export SelectHdl of VirtualMenu

2001-01-25  Daniel Rentz  <dr@openoffice.org>  [bb0ec4e214a68a95dfdc0f382b4736b09c1216fb]

        add: import/export of axis number formats

2001-01-25  jp  <jp@openoffice.org>  [6bcadc4101fd8015ae6517e4052c4d7194f0d86f]

        GetToken: use the I18N parseAnyToken method

2001-01-25  Sven Jacobi  <sj@openoffice.org>  [ec82b743e80edc444bcb512387ed81ee16a6ebe6]

        #81986# now setting the last view (slideview, handout, slidesorter...)

2001-01-25  Sven Jacobi  <sj@openoffice.org>  [db7810e90a0f8f4745c6a4287853b9334723bf4a]

        new wrapper for the PPT Import Filter

2001-01-25  Sven Jacobi  <sj@openoffice.org>  [f317ad6e25fe4878159736664bd0253b2fe1fa7c]

        moving header file from ../../inc/pptin.hxx

2001-01-25  Oliver Specht  <os@openoffice.org>  [0a2c5874154595326597bf454d32367666e91ea5]

        #80215# allow All levels in all kinds of indexes

2001-01-25  Malte Timmermann  <mt@openoffice.org>  [dfc8e59fd286b92610604db569482c512a08399e]

        modify: control from dialog not in control list

2001-01-25  Malte Timmermann  <mt@openoffice.org>  [2df83b2c69afb6968635baaff5d9f4b40965d471]

        UnoDialogControlModel::queryInterface: call base::qeryInterface, not queryAggregation

2001-01-25  Malte Timmermann  <mt@openoffice.org>  [827c4ed1e4469cd7c52bae85b7b2b9156e89b59f]

        Changes test program...

2001-01-25  Mathias Bauer  <mba@openoffice.org>  [f11a6e38dca1e0f800ef69dca7108e8cd06a8312]

        #76533#: temporary hold menu in viewframe while reloading

2001-01-25  Kai Ahrens  <ka@openoffice.org>  [f0c6ce31aa75ac8501371be0ad89f32733ec0fde]

        #83205#: catch(...) removed

2001-01-25  Sven Jacobi  <sj@openoffice.org>  [881f4eed41b737afc0ea3aad4bf377c2891679fc]

        #83082# added catch: CommandCreationException

2001-01-25  Mathias Bauer  <mba@openoffice.org>  [4925d8eb74da407ca6fa1b8459a3c8ea02906ea5]

        #82773#: accept border only if it is smaller than window size

2001-01-25  Mathias Bauer  <mba@openoffice.org>  [f0e692ac09fc836f06a4972e5e49722781fc6199]

        #83092#: new HELP_ProgramID part of Help URLs

2001-01-25  Sven Jacobi  <sj@openoffice.org>  [5b1530f10f03b8897f2cf0dc8fd7e84d865576e8]

        #83082# converting PhysicalNameToUrl

2001-01-25  Sascha Ballach  <sab@openoffice.org>  [08ce7eeea14a50a1188fe3f38084285bc26310ae]

        write the author attribute of a note only if there is an author

2001-01-25  Dieter Loeschky  <dl@openoffice.org>  [cf097c57636d2a49321e7e10a0ea259fddf25e3b]

        #83190# GetIdBySubId(): Removing SID_TEXTEDIT. See also #77153#

2001-01-25  Sascha Ballach  <sab@openoffice.org>  [db5744841bf876d9ec810f994202cc1222002acd]

        #83196#; change the default of bLoadDoc to sal_True

2001-01-25  Kai Ahrens  <ka@openoffice.org>  [068dd32bfecd725738b3e9d639a043db48c9b8d7]

        #82824#: detection of filtername optimized

2001-01-25  Jörg Budischewski  <jbu@openoffice.org>  [70f78aa9ab143973aa023b099ca6c76d43349627]

        *** empty log message ***

2001-01-25  Jörg Budischewski  <jbu@openoffice.org>  [389a860194f13a244150cac0df6ded237843a957]

        added a simple pumptest

2001-01-25  Daniel Vogelheim  <dvo@openoffice.org>  [ad212e334992bd97026191412ff3148ac808a47b]

        - fixed: #83150# annotation field: author property now optional

2001-01-25  Jörg Budischewski  <jbu@openoffice.org>  [b682995cef06667f579c97fc112cc0f74be7eb4e]

        terminate now closes the streams thus interrupting transfer if necessary, exceptions are now caught also during closing !

2001-01-25  Kurt Zenker  <kz@openoffice.org>  [c6a02b31725444778951946e4e0aa4980c70613b]

        new version for SRC618

2001-01-25  Kurt Zenker  <kz@openoffice.org>  [b31f558c300a683ddf0f43594301b4c6aa5108cb]

        new version for SRC618

2001-01-25  Malte Timmermann  <mt@openoffice.org>  [4cf626f02dd7feb8d62b98cb422c70e3d95b0263]

        Improvements for the UnoDialogControl...

2001-01-25  Kurt Zenker  <kz@openoffice.org>  [b5aa567ff15e247d0bd82dc68c64cb900eddbd4f]

        new version for SRC618

2001-01-25  Malte Timmermann  <mt@openoffice.org>  [f773a195247c16692e24a76f116d650ed7312db5]

        Improvements for the UnoDialogControl...

2001-01-25  Christian Lippka  <cl@openoffice.org>  [24b36b11281d3a5833204f844a93c6eb9dd02218]

        added start element to generic page. only in start element the mxShapes is correct for notes pages

2001-01-25  Rüdiger Timm  <rt@openoffice.org>  [e0d4709abdd1394574bcaf038df7c803f67eb803]

        #65293# exception specification added for getProperties()

2001-01-25  Martin Gallwey  <mtg@openoffice.org>  [ae95d099bc90d55b47db00215f0b1ec4f3b47a98]

        Added list-name

2001-01-25  Frank Schönheit  <fs@openoffice.org>  [d03dcd9bf86810fbfaeaa69b7d792445f393c854]

        #83192# initialization of m_sDsn corrected

2001-01-25  Frank Schönheit  <fs@openoffice.org>  [55c2d493417af3a27a029407ad4c2933d5786a88]

        _commit: add the entry to the list only in case it was modified

2001-01-25  Frank Schönheit  <fs@openoffice.org>  [31df7b10318657760c4ed5b2af3c7bb99cd18a49]

        #80770# corrected the name of the service

2001-01-25  Oliver Specht  <os@openoffice.org>  [56f0fc32ce0e5bdcb4d5c794aac3e4462b9e6765]

        #81140# UI-parameters added to the configuration

2001-01-25  Daniel Vogelheim  <dvo@openoffice.org>  [f5ce42e6d97598e67a708a0db9b1021e1c157f23]

        - added: block mode flag to SwXMLTextImportHelper - fixed: redlines are not imported in block mode

2001-01-25  Daniel Vogelheim  <dvo@openoffice.org>  [3120239dd3c346c6bce5bfa4de3e95670433a307]

        - fixed: bibliography and line numbering config not overwritten in insert and block modes

2001-01-25  Daniel Vogelheim  <dvo@openoffice.org>  [154a9851c97825b7d6a7ec777f7331c6a872e625]

        - fixed: do not export redlines in block mode

2001-01-25  Frank Schönheit  <fs@openoffice.org>  [46449aa291790250717a446834af7c7873f19984]

        #82950# #81727# remember the string item list when loading, reset it when unloading

2001-01-25  Frank Schönheit  <fs@openoffice.org>  [5a1a4d81502e4b0d45bde2a413fa803557dcef44]

        #82950# #81727# added m_aDesignModeStringItems

2001-01-25  Christian Lippka  <cl@openoffice.org>  [b97e30b8b12bb6b97b84dd922842a87ec1f4422b]

        filter some defaults

2001-01-25  Thomas Lange  <tl@openoffice.org>  [4bbdb3234a21a4a57d0d7816e25e4bb1b43898ad]

        LinguServiceManager: initial settings for dispatchers finished

2001-01-25  Christian Lippka  <cl@openoffice.org>  [24d76ebe71553bf88e4cc5bf2e73bb0df87a49a7]

        set StyleSheet on forceOutlinerParaObject()

2001-01-25  Thomas Lange  <tl@openoffice.org>  [293b76ce4592fbd816e42f3175d70c97375df639]

        LinguServiceManager: initial settings for dispatchers finished; getAvailableLocales fixed

2001-01-25  Kurt Zenker  <kz@openoffice.org>  [713aec80cf3c09f27d2f1f8108eee46af318cc8c]

        SRC618

2001-01-25  Frank Schönheit  <fs@openoffice.org>  [35887e558a9b5bc31e7867f93e2b113c079b3cd4]

        OpenImpl: corrected the assignment select column <-> table column

2001-01-25  Frank Schönheit  <fs@openoffice.org>  [e430a7f2931cd0cf57f15a37e7dde8e08ad99689]

        re-introduce m_aColumnMap and mapColumn

2001-01-25  Oliver Specht  <os@openoffice.org>  [42725f21a3500095eddb9788ae25ec583c36b2d4]

        #81831# HelpId added

2001-01-25  Oliver Specht  <os@openoffice.org>  [bd088bea39512db16e3e491f0c536623f149f3ab]

        #82831# SwXTextGraphicObject::getSupportedServiceNames corrected

2001-01-25  Oliver Specht  <os@openoffice.org>  [d80f70f8aeae997459920eb864cc05e97ad099df]

        #82876# support of com.sun.star.text.GlobalSettings

2001-01-25  Oliver Specht  <os@openoffice.org>  [8ee4a8f8d0d3d1e3f3c5856a6fcbe4167f465a40]

        #82876# new Service: GlobalSettings

2001-01-25  Oliver Specht  <os@openoffice.org>  [cbab461a81b8815c6c4910b5976c3bcd30b62fe8]

        #83094# type of AnchorType and TextWrap corrected

2001-01-25  Frank Schönheit  <fs@openoffice.org>  [7d54f9f970ee21ec8771f672cfdde926f9c64eb8]

        #81796# broadcast a modified upon COMMAND_ENDEXTTEXTINPUT

2001-01-25  Peter Burow  <pb@openoffice.org>  [a69632520f34b15794f3e8f8befc496b08a1a315]

        fix: no assertion on CommandException

2001-01-25  Ocke Janssen  <oj@openoffice.org>  [dc279775f1a494e299cee207a0a2778f5df7e411]

        #82927# #83057# check values and throw exception when failled

2001-01-25  Ocke Janssen  <oj@openoffice.org>  [8cae10c09d9da6720c43908eb736a3cdce852da3]

        don't append text when crit is null

2001-01-25  Ocke Janssen  <oj@openoffice.org>  [1fde7684f9e223868d16a3cea812b45cbd343db4]

        erase leading chars of filter

2001-01-25  Ocke Janssen  <oj@openoffice.org>  [a6af7132f2b2b96894dd8a5fc93f1369ddaa7585]

        #82925# erase trailling chars

2001-01-25  Babak Mahbod  <bmahbod@openoffice.org>  [c878c196a20832cc245d3640198f3e7df5f29009]

        Properly allocated memory for virtual device.
Properly release memory for virtual device.
More error checking incorporated.

2001-01-25  Babak Mahbod  <bmahbod@openoffice.org>  [222588f6da4a84817527e7150e4f90ce3d77c083]

        Destructor modified.

2001-01-25  Babak Mahbod  <bmahbod@openoffice.org>  [a127eb0d4e58c6115c530ae2e9a1048b0660602d]

        Modified APIs to properly release graph port.

2001-01-25  Babak Mahbod  <bmahbod@openoffice.org>  [d7469aa43bac808a6d7cb5b19651f603b8c95e15]

        New type definitions added.

2001-01-24  Christian Lippka  <cl@openoffice.org>  [4b611b6b068015235183549c0ec6c476ab56252c]

        #81389# added some white spaces for clearer documents

2001-01-24  Sander Vesik  <svesik@openoffice.org>  [7d5cf9308410ff72c7ffa6087b08c9fbdbeb767a]

        The latest configure corresponding to post-ARM to head merge.

2001-01-24  Sander Vesik  <svesik@openoffice.org>  [41597125335338d2e66766104566ef9a7b57085c]

        Merge ARM changes to the HEAD

2001-01-24  Daniel Vogelheim  <dvo@openoffice.org>  [1b617585e1d56cbbad1b52e7a23b461f501082e8]

        - fixed: redline mode switching is now done for all export (previously: only for content)

2001-01-24  Daniel Vogelheim  <dvo@openoffice.org>  [1e6d829f9e93ad197bf8f4c395e3d3b878bad5f7]

        - changed: change tracking comments are now represented as a sequence of <text:p> elements - changed: moved XMLStringBufferImportContext into files of it's own

2001-01-24  Daniel Vogelheim  <dvo@openoffice.org>  [9ba98c3c92a4ff2c23eed74a1ff4388c3cf681f6]

        - added: change tracking for text documents - added: office:change-info element

2001-01-24  Sander Vesik  <svesik@openoffice.org>  [372ee28532749968dfabc23cdcb5af50aa6a88b5]

        Add in install, instasetoo, non_vcl and udk_modules targets

2001-01-24  Sander Vesik  <svesik@openoffice.org>  [c08b6b0f13c323eff81afc3e380683212796f7e3]

        Mereg changes to HEAD

2001-01-24  Michael Hönnig  <mi@openoffice.org>  [5ff96fd829ae600304cc8c9081cff4cd79e40b58]

        compiles now

2001-01-24  Oliver Specht  <os@openoffice.org>  [40446772653659c37246c093b79899f27c716c7a]

        #82958# automatic caption flag added

2001-01-24  Michael Hönnig  <mi@openoffice.org>  [d90e3644997b973fcf701aab29d9c7422082f93b]

        stored document events and runtime document events structurally unified

2001-01-24  Malte Timmermann  <mt@openoffice.org>  [6751c8627abf659757d5f75cc7ede9904dca9b07]

        BASEPROPERTY_TITLE

2001-01-24  Oliver Specht  <os@openoffice.org>  [4fd8a8173a71fb864e8be29577db5817b4d568b2]

        #82955# cursor configuration

2001-01-24  Caolán McNamara  <cmc@openoffice.org>  [ee311fc156d4d3a56a76109b69dcfdf2baa68257]

        #79464# Bad Table Row End Search

2001-01-24  Tino Rachui  <tra@openoffice.org>  [2a94492d1273b2f3e4c65c5220e9ebb3b2cad8f4]

        #82973# last changes in winsock init reverted, now only requesting winsock ver. 1.1

2001-01-24  Juergen Schmidt  <jsc@openoffice.org>  [cee54e2ce1ecab98577bdbaf3ae04879fbd4ba94]

        #82734# call Deinit not only if REMOTE_APPSERVER

2001-01-24  Oliver Specht  <os@openoffice.org>  [c2460563e8f7caee20b6b655ab24d9c262be752f]

        #82942# paragraph break corrected

2001-01-24  Sascha Ballach  <sab@openoffice.org>  [93322ab09d27c18302a5b0cf3730427c53beb448]

        start of the import of tracked changes

2001-01-24  Oliver Specht  <os@openoffice.org>  [dae3182daa2becc15d51385b4710ee60d7975961]

        #82036# some properties renamed

2001-01-24  Sascha Ballach  <sab@openoffice.org>  [3a3c29ce569d167ca446a37e3263b4d86b9f618a]

        some changings in the export

2001-01-24  Sascha Ballach  <sab@openoffice.org>  [43783809200d35be89d1aad9ea9242ef7ff97180]

        cell-address added

2001-01-24  Oliver Specht  <os@openoffice.org>  [3c64f6e13ad4573bea5d0a54a3f37a23cddd8c73]

        #83143# check tunnel interface before access

2001-01-24  Malte Timmermann  <mt@openoffice.org>  [76b390391d972b4d94810f7868b0e2cb8ce1b85f]

        model and control for uno dialogs

2001-01-24  Malte Timmermann  <mt@openoffice.org>  [6dbaf6953be2ab5a76380ec491fe1c69056ac5b2]

        model for dialog controls (weith pos/size)

2001-01-24  Malte Timmermann  <mt@openoffice.org>  [c2caf5a1875671054b7f98cfb24b5dce00c1d8ea]

        new names and properties for dialogs

2001-01-24  Kai Ahrens  <ka@openoffice.org>  [2011f262caa7671668d9338c4d5bac0588a41120]

        #82109#: Commit changes in dtor

2001-01-24  Peter Burow  <pb@openoffice.org>  [6723c80d1c7f9f5bb324094ab4011d24b80d3dbe]

        fix: #83034# DisableControls() implemented

2001-01-24  Peter Burow  <pb@openoffice.org>  [aaf74dbe069501e734f1e708730968a2d04368d3]

        fix: #83034# hide the BlinkingBox

2001-01-24  Daniel Vogelheim  <dvo@openoffice.org>  [2e4920ece8f8e94094233a0f5c86bdbbda5256ba]

        - fixed: redline portions now exported in document order

2001-01-24  Malte Timmermann  <mt@openoffice.org>  [35153df8012bb9e863495b8491c4c76844942e61]

        new names and properties for dialogs

2001-01-24  Malte Timmermann  <mt@openoffice.org>  [f5ed39242515779abd8c437e7cea03dd5e3470a8]

        unodialog

2001-01-24  Niklas Nebel  <nn@openoffice.org>  [6d7a2f11e169a44953d6ff4dc685eaca30c7f349]

        #83016# SaveNative includes SaveCompressed

2001-01-24  Malte Timmermann  <mt@openoffice.org>  [ece88d80ccdbd3bf523b4c705410d826f35e1d2b]

        Close: Don't return 0 for UnoDialogs, if isInExecute()

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [0843db2083f3075957c75490b665c655f1d3a419]

        bindToObject: pass non-form-related objects to setObject, too

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [c8b756e4d9d041f56394315bd78a201e0fa7e681]

        recognize and tolerate a missing SID_COLOR_TABLE item

2001-01-24  Tino Rachui  <tra@openoffice.org>  [ece69f78115d999fb48ae58b7f0c7a96a2c8189d]

        WinSock init fixed (see comment in source)

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [76c7378f6e40fa66f88eab309eb3351fb5145c10]

        #81012# upon the initial state change, grab the focus asynchronously

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [24190018b573fed57c5a21169dac77bd5d21cf25]

        #81012# upon the initial state change, grab the focus asynchronously

2001-01-24  Kai Ahrens  <ka@openoffice.org>  [56a145bbb1dfb63473916b1a3d60f0d817d0ef7b]

        #82711#: getPropertyValue for GrafStreamURL is now available

2001-01-24  Oliver Specht  <os@openoffice.org>  [3a4060f2e2363e3b7f1de1fb4c6da0950e1cc46f]

        set/get/clear/hasForbiddenCharacters completed

2001-01-24  Michael Hönnig  <mi@openoffice.org>  [d81bd0401627908cb73fb9335d9da323f74b595d]

        stored document events and runtime document events structurally unified

2001-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [dce7478b7cd05f5a72ed904a4043742eef5f9e1f]

        #65293#: added XConnection2.idl

2001-01-24  Michael Brauer  <mib@openoffice.org>  [80d92d8a68dbeb1057579288b9c1788213f21d0f]

        #83095#: export symbols for uno component registry

2001-01-24  Michael Hönnig  <mi@openoffice.org>  [e49afcd7a55278c1627f16e5b6618c6591d17764]

        stored document events and runtime document events structurally unified

2001-01-24  Dieter Loeschky  <dl@openoffice.org>  [087486e3fc94c65a62f7154395f29f77f6bfdc12]

        #78334# Enable SID_ATTR_TABSTOP

2001-01-24  Oliver Specht  <os@openoffice.org>  [9147018e9b7dc68c9a04c5dba6b7e2ccb48bafc1]

        always emable DDE properties in text sections

2001-01-24  Armin Weiss  <aw@openoffice.org>  [733ea8ad43ee4996567d2585ca3d7b6a12758515]

        #83016# re-added support for SetEditTextObjectPool at the outliners

2001-01-24  Kai Sommerfeld  <kso@openoffice.org>  [5b071f1495d8964ac6db4203aaa9833f76fa7935]

        #65593# - Added missing SUPD ifdefs.

2001-01-24  Oliver Specht  <os@openoffice.org>  [bbec238d75d78c7b9b4c66408e4885a66d90e844]

        #83038# Guard inserted into ::GetSvxPage()

2001-01-24  Sven Jacobi  <sj@openoffice.org>  [9d994dbbc6cbfbc1ce72f896c2164478f11833fd]

        added autoshapes (ribbon, ribbon2)

2001-01-24  Kai Ahrens  <ka@openoffice.org>  [89bc29612995e989312e6c86c944d7e319e9388a]

        #83016#: search for special filter format is more stable now

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [609a4876ce91c96ba96c1286585261641133db8d]

        #83014# lock the solar mutex in dispose, too

2001-01-24  Martin Gallwey  <mtg@openoffice.org>  [2e34b876280ccb8e4fd9c9d6178491f380d30e64]

        Added Block-list namespace

2001-01-24  Martin Gallwey  <mtg@openoffice.org>  [445539d7698148411d6824a501c900ab182585d1]

        Initial revision

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [2550d9b3c524b5e04cbadc7db4ff014d417794c8]

        #83014# lock the solar mutex in Create/initialize - the controller can be created as component from within scripts

2001-01-24  Martin Gallwey  <mtg@openoffice.org>  [f4df8a3b41a6800667715416b51e8c619c83d1cd]

        Block list keywords

2001-01-24  Daniel Vogelheim  <dvo@openoffice.org>  [8e1c9d14d1245fd4aa0913d42394bfe2d642f6cf]

        - fixed: deleted redlines now appear in their place          (recent changes caused them to move to the end of the paragraph)

2001-01-24  Daniel Vogelheim  <dvo@openoffice.org>  [4c6b0d5e19982e9450e5b2a837590559cda9fc0f]

        - fixed: office:forms element only exported if forms are used - fixed: deleted redlines always exported in redlines section

2001-01-24  Kai Ahrens  <ka@openoffice.org>  [8e5d23ee4b280467da12f8de7a7236c255327804]

        #83016#: SaveNative includes SaveCompressed now

2001-01-24  Oliver Specht  <os@openoffice.org>  [fb354c15245e0b44ce036034418814c7db6be25d]

        #83098# new flags in configuration: write link update and field/chart update to current document only

2001-01-24  Peter Burow  <pb@openoffice.org>  [70f389ecd0bcb1c5ae8bb20ec8f58310d949823a]

        fix: #71277# SID_HYPERLINK_INSERT now in function toolbar

2001-01-24  Oliver Specht  <os@openoffice.org>  [532fdb403b15dfbe67d5cde05abbed9b2ba1fd93]

        #83098# new flags in configuration: write link update and field/chart update to current document only

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [b1cae04c32e59508841ffc43fd1d008aaefeb33c]

        #83078# return empty meta data instead of NULL

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [22e1dd4a0c12db560f3e618c9c9ef5209d6a4a46]

        #83078# +emptymetadata

2001-01-24  Daniel Rentz  <dr@openoffice.org>  [cc50b7b91c1a6b1ffe76fd0d0c6d28af08cbe66e]

        xcl97rch.hxx -> XclExpCharts.hxx

2001-01-24  Daniel Rentz  <dr@openoffice.org>  [fd65b174b8c443b638c8bcfafc730fb72eac4f94]

        xcl97rch -> XclExpCharts

2001-01-24  Thomas Lange  <tl@openoffice.org>  [94ca719b9ce00720feb2715976863a504d5647e9]

        some src614 specific workarounds removed

2001-01-24  Oliver Specht  <os@openoffice.org>  [4126fad52a8c186218f6573cfcc1facfdf2d1707]

        #83097# redline attribute corrected

2001-01-24  Peter Burow  <pb@openoffice.org>  [643be9815ec96fd20a9edf3f3fd639066ea38113]

        fix: #74124# FontName- and FontSizeBox reset their value, if necessary

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [232bd73fc4ebb27139c5b9e8a48c41c3a52c9f23]

        #83074# extended the doc for the XResultSetAccess interface

2001-01-24  Ocke Janssen  <oj@openoffice.org>  [18b4c0b717124899189eafba32ffe40ef56e11cc]

        #82628# rowset modifications

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [054fa40fccf7d0dfc6eb2409fcc4f25315d1895d]

        OFormImport: call enter-/leaveEventContext when starting/ending the element

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [20cbef7350b58c40762494a8b7d678a4489df154]

        +enter-/leaveEventContext

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [a1e8fe97fdcf5c3793ead94eae9b99d8516581e1]

        +IFormsImportContext::enter-/leaveEventContext

2001-01-24  Kurt Zenker  <kz@openoffice.org>  [0b51afac55bfade8f732b1746c54ee1ed1d1d6e0]

        changes for Win and Linux

2001-01-24  Oliver Specht  <os@openoffice.org>  [97980bcd3df9ad88606779c037e05b20953a5fa8]

        texts and positions corrected

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [abb65b6a851b890c674684286fc8329cc0bf2f43]

        #82672# use tryPropertyValueEnum

2001-01-24  Oliver Specht  <os@openoffice.org>  [34b422653a10896f73628e772d29423ff4bd9961]

        labels can be saved now

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [45e1f520e267592c5f4a537368a8de696598fd4f]

        #82672# added tryPropertyValueEnum

2001-01-24  Frank Schönheit  <fs@openoffice.org>  [ad9d32d97962b0219749e7ed14e2db696d7b68d8]

        corrected assertions in getControlId

2001-01-24  Babak Mahbod  <bmahbod@openoffice.org>  [07833b1fbb3491a7e7300f34e77fb9089d07db16]

        Updated to using proper PixMap locking and unlocking APIs.
More error checking included.

2001-01-24  Babak Mahbod  <bmahbod@openoffice.org>  [c5374c58ea71619744382b0bd53cbabe0e845d6b]

        Updated to use the new constant definitions.

2001-01-24  Babak Mahbod  <bmahbod@openoffice.org>  [bf96d0d6b1a7a635c2fe1c3d9f4cd661e4e72dae]

        New constant definitions.

2001-01-23  jp  <jp@openoffice.org>  [bd54b6fbe0f4e2974e89f388f57bfd301a7c12a6]

        new module - docruby.cxx

2001-01-23  jp  <jp@openoffice.org>  [89cc1ba8cade6e8578c58780a09fe095af3dddfe]

        implemention of get-/setting ruby attributes

2001-01-23  jp  <jp@openoffice.org>  [1129d1bf60234cbc37d922bafc11e090205fe6dd]

        Array and array entry for get-/setting ruby attributes

2001-01-23  jp  <jp@openoffice.org>  [0a795fd20adc4481a8f98369da79c6b64b9dcb54]

        new UndoId for SetRubyAttr

2001-01-23  jp  <jp@openoffice.org>  [c64f367962540c209c8533d175306fc77f9a9942]

        new: assign operator for the ruby attribut

2001-01-23  jp  <jp@openoffice.org>  [7659d2da3ee1856c9cdefa68d9fa02637dcaf5c3]

        new: Set-/FillRubyList - for connecting the RubyDialog

2001-01-23  jp  <jp@openoffice.org>  [fb9c1f4ba9388d1725e8490c11dcc1ebe625821a]

        set crop at the graphic attributes for the graphicmanager

2001-01-23  jp  <jp@openoffice.org>  [fac0bda87cfbf0dd9d42503a6812133273fa0c2b]

        Bug #83070#: handle crop from graphicmamanger, don't clear background for transparent/animated graphics

2001-01-23  jp  <jp@openoffice.org>  [ea684b0b11f1a5f0ec9666de26266068c2b98e7a]

        Bug #83070#: lcl_SubtractFlys - ignore also animated grahic flys

2001-01-23  oisin  <oisin@openoffice.org>  [49178fd5d8a1718385ee060fefbb46a765502e05]

        Reverted to revision 1.1

2001-01-23  oisin  <oisin@openoffice.org>  [c436789dfa548ea9fee276dee44e6af461077716]

        Reverted to revision 1.5

2001-01-23  oisin  <oisin@openoffice.org>  [f487a3c584a54a48c45b755fa66fb9e84a9ace30]

        Reverted to revision 1.11

2001-01-23  oisin  <oisin@openoffice.org>  [f982b7c8b0748a12af55908bbc5d438e2bf22cc9]

        Reverted to revision 1.4

2001-01-23  oisin  <oisin@openoffice.org>  [6649670563283ef4bb8ad487c63fe9025d7c7eb9]

        Reverted to revision 1.5

2001-01-23  oisin  <oisin@openoffice.org>  [e3422e66da29da29c60a704770317c5d016a9086]

        Reverted to revision 1.2

2001-01-23  oisin  <oisin@openoffice.org>  [66f73e00ceeff42551e70ae6f43f8a26a4def977]

        Reverted to revision 1.6

2001-01-23  oisin  <oisin@openoffice.org>  [0f586eb5ce050f84c6fac0ba743b2fafb2536191]

        Reverted to revision 1.2

2001-01-23  Sven Jacobi  <sj@openoffice.org>  [42a3821a9844a8a8728dcdc488cf72a1a65b620e]

        #83082# ModulesPath was changed from url to systempath

2001-01-23  Andreas Bregas  <ab@openoffice.org>  [ea70f793877f5b8fd12fd458793ff1db9ebc02f0]

        #82020# LoadPicture() now also accepts URLs

2001-01-23  Michael Hönnig  <mi@openoffice.org>  [e1d38f796cd314fdfdc5e9770408000a28dbe060]

        DocumentEvent types removed - will become Event without Document in names

2001-01-23  Oliver Specht  <os@openoffice.org>  [4285f3f51d7543bf4f4e1e055f6c79758a94010e]

        new: AddNode()

2001-01-23  Sven Jacobi  <sj@openoffice.org>  [8bf0951ca43961b667cd85c48a14a9d0b5ebd1b1]

        #83082# ModulesPath was changed from url to systempath

2001-01-23  Frank Schönheit  <fs@openoffice.org>  [2b3f1ffd74fee257669fe690670963b286474bdd]

        changed the display text for the navigation bar

2001-01-23  Frank Schönheit  <fs@openoffice.org>  [e093bd9c8040900d5648a1e0b31845b5560943bb]

        outsourced parts of the composed property set

2001-01-23  Daniel Vogelheim  <dvo@openoffice.org>  [ff15c6447d895396bf651345f53112c90be8da08]

        - added: form export to XML filter

2001-01-23  Daniel Vogelheim  <dvo@openoffice.org>  [656a25fdeaab7dc7b6266cc9a6a2b663ec2b5655]

        - added: form export to writer

2001-01-23  Frank Schönheit  <fs@openoffice.org>  [150e1132bdd6f1c25a818bfd9cc27b6475e1d72e]

        +composedprops

2001-01-23  Frank Schönheit  <fs@openoffice.org>  [e447f43aee6d52613181d821b213d166f9271fd8]

        initial checkin - migrated svx/source/inc/multipro.cxx

2001-01-23  Frank Schönheit  <fs@openoffice.org>  [982e6427bcaddbb359dac647cd7622c324c9b720]

        initial checkin - migrated svx/source/inc/multipro.hxx

2001-01-23  Frank Schönheit  <fs@openoffice.org>  [a5d6fd1c6eaee9c7303059174038a17e955a6b56]

        #82676# corrected the property name for readonly

2001-01-23  Daniel Vogelheim  <dvo@openoffice.org>  [62b3b1412c87b19da870298a5965e025ce9a3acf]

        - fixed: use DDE properties only if available

2001-01-23  Sander Vesik  <svesik@openoffice.org>  [27da1e2b1f283d42ca87d365c5dcdabeb639ad6c]

        Add platform makefile for Linux/ARM.
        
        Contributed by: Tak-Shing Chan of Aleph One Limited <chan@aleph1.co.uk>

2001-01-23  Mathias Bauer  <mba@openoffice.org>  [1f1ad2ba649937d5152c95dfb48271fa3d94f0c8]

        #81295#: no outplace editing

2001-01-23  Mathias Bauer  <mba@openoffice.org>  [045ba7dfccf03f9e64e82c8482aa380fca1cf1f1]

        #81295#: no outplace editing

2001-01-23  Kurt Zenker  <kz@openoffice.org>  [a2e91cd3ddf56b9e9551119b67ba581c11e14f94]

        new version for SRC618

2001-01-23  Kurt Zenker  <kz@openoffice.org>  [8f6523ef595fd970d79acc9f0dde9f6cda4073f3]

        new version for SRC618

2001-01-23  Christian Lippka  <cl@openoffice.org>  [63eab92f560e92a6917dad252bd45705f19949a5]

        #83083# fixed wrong enum properties WritingMode & BitmapMode

2001-01-23  Oliver Specht  <os@openoffice.org>  [b52e3e88da3bba49e9f7c617ef28f0d7e36761b7]

        #82955# distinguish between point reference marks and marked reference marks

2001-01-23  Armin Weiss  <aw@openoffice.org>  [3e3c455b342765b72dfbbbc6c9fad16ca5a9391b]

        #81944# vertical writing update for underline and strikethrough

2001-01-23  Oliver Specht  <os@openoffice.org>  [d3b5f1f8b79fabcb6e786921e27e2ba7917c388e]

        #83062# only properties, no interfaces

2001-01-23  Oliver Specht  <os@openoffice.org>  [d35f5ee62b31f728f37b2e507c8dbff4569fb186]

        #83059# CharStyle -> CharStyleName

2001-01-23  Kurt Zenker  <kz@openoffice.org>  [05d49dc566fd0c308848ea9b1fd93e41741d2c39]

        #83072# Compress changed to Compressed from 618 on...

2001-01-23  Kurt Zenker  <kz@openoffice.org>  [f0a135d7a8c230eda0325bb7255c7cea810b841a]

        Merge SWT614: 23.01.01 - 14:49:33

2001-01-23  Kurt Zenker  <kz@openoffice.org>  [ba55b697aa3744634c0ff73880e6ab3f0b22992c]

        Merge SWT614: 23.01.01 - 14:48:22

2001-01-23  Christian Lippka  <cl@openoffice.org>  [4758426ac7d2b0f06c674e391c3f8ff9c3fa96a1]

        #82933# fixed FillBitmapMode type

2001-01-23  Christian Lippka  <cl@openoffice.org>  [21580c1c756c8434f241924d16a4cdc26b30c76e]

        set layer properties non read only

2001-01-23  Tino Rachui  <tra@openoffice.org>  [a4acb624610454f20d5d27a5b8a4f92d50b18b08]

        *** empty log message ***

2001-01-23  Tino Rachui  <tra@openoffice.org>  [ebc9ab0a0584052119ac277bb70271df682cb0d5]

        MimeContentType interfaces etc. added

2001-01-23  Daniel Vogelheim  <dvo@openoffice.org>  [bdd39ed7f88d855e699aa4272a77f5df0ff37ecb]

        - added: translation tables are now kept in a stack - fixed: now use STL iterators to find elements (rather than a count(), operator[] sequence) - fixed: header is now commented

2001-01-23  Armin Weiss  <aw@openoffice.org>  [1d9f7d2c9ca5bd7947effb5695c8acc4335b40b5]

        #81944# added support for vertical writing to conversion to curve and polygon

2001-01-23  Oliver Bolte  <obo@openoffice.org>  [ee4b79137d1cbe21ba208c68d4d21a4897a9d879]

        #65293# double identifier when linking whith linux

2001-01-23  Kay Ramme  <kr@openoffice.org>  [a94e9425bdac7d9662df343156a74928352ae535]

        #82674# new interface XConnection2 extends XConnection with available and readSomeBytes

2001-01-23  Peter Burow  <pb@openoffice.org>  [7cde93c4c445a30c1899d2bb0d4d1273302c8f75]

        fix: #82184# added

2001-01-23  Peter Burow  <pb@openoffice.org>  [b3e5f2574fc363009882bb40c4a6da5af70c88a2]

        fix: #82184# added

2001-01-23  Christian Lippka  <cl@openoffice.org>  [e22db9a47aa4b90fdf332d77109972efe056e21f]

        #82798# fixed insertControlCharacter for line breaks

2001-01-23  Kai Ahrens  <ka@openoffice.org>  [f8f3cc777e99b4a3a54bac6690fb0b4a7f6586b6]

        #79897#: create additional SdrUndoAction for crop

2001-01-23  Kai Sommerfeld  <kso@openoffice.org>  [8cddc3b0099b2231514691ecb88bf28d1b16bce2]

        Improved documentation.

2001-01-23  Kai Sommerfeld  <kso@openoffice.org>  [8a0855ed0a60759a062adc4997c8e09652beeef1]

        Corrected documentation.

2001-01-23  Rüdiger Timm  <rt@openoffice.org>  [317ef896c35536630470bf7bc6928b4ee2125219]

        65293# include com/sun/star/i18n/ForbiddenCharacters.hpp

2001-01-23  Andreas Bille  <abi@openoffice.org>  [0757e3328346d7af9915fcf4a7080a3f70d87a97]

        #81638# Catching now exceptions thrown by interface method readBytes and setting an error flag

2001-01-23  Ocke Janssen  <oj@openoffice.org>  [089d152c45bcc5f0fc8c8272ffdb574984ccf69a]

        cancel the AsyncInvalidateAll link when in dispose

2001-01-23  Frank Schönheit  <fs@openoffice.org>  [23f7a5935b87d36365bb3775622cea047b632f57]

        slightly optimized disposing()

2001-01-23  Oliver Specht  <os@openoffice.org>  [e0c515af5783035da6b618ed5e6458b4547d7525]

        update of filter configuration

2001-01-23  Oliver Bolte  <obo@openoffice.org>  [2b5263031b47e1bc722a58169d16de1f2c87c114]

        #65293# type conversation for linux

2001-01-23  Michael Hönnig  <mi@openoffice.org>  [745f0a395378a64da436aafbaf9ddfa955705da5]

        optional interfaces now marked as [optional] instead of just a prosa description of this fact

2001-01-23  Oliver Specht  <os@openoffice.org>  [c715c4bd64bc02a773bcfd602f8b5e44ad3a359b]

        #82740# last end end value of tab stop metric field now equal

2001-01-23  Oliver Specht  <os@openoffice.org>  [247349d266f8e776e616d77546c0f6da6bba7c3b]

        update of filter configuration

2001-01-23  Kurt Zenker  <kz@openoffice.org>  [46de42aea34da39e3422dc72297a11359394534b]

        #65293# Syntax

2001-01-23  Sven Jacobi  <sj@openoffice.org>  [b333a9fd0c2b4b441b76d420ca58404099d2eff9]

        removing unused structure: ImplEESdrSOParagraph

2001-01-23  Andreas Bille  <abi@openoffice.org>  [4a3f2227f6201ffb900de737d13cfadd85d717bc]

        #77581# Replaced recursive procedure "OneMore", which produces a stack overflow for extremly large directories, by an iterative procedure.

2001-01-23  Oliver Specht  <os@openoffice.org>  [5f57f4fcde136ce30931421adfe350db449e7ad6]

        rename dialog: always display source name

2001-01-23  Kay Ramme  <kr@openoffice.org>  [3c4396ec87bd0297904954f1439c65ea9ce0a3ba]

        handle java exceptions

2001-01-23  Frank Schönheit  <fs@openoffice.org>  [98e8405cd3555159410d64eadb21aa4cd62285a5]

        #83029# corrected getTypes

2001-01-23  Ocke Janssen  <oj@openoffice.org>  [fb20fb196a44df4aa5ed6f84b5c39d10c2b6cd56]

        close statement in reset

2001-01-23  Ocke Janssen  <oj@openoffice.org>  [da7ffdd2bf44568369f1467bb74dc908840b3b70]

        #83023##83022##83027#

2001-01-23  Peter Burow  <pb@openoffice.org>  [13333c1a6ddd5cafd4cffcf2e7cf60496004aa13]

        fix: #83002# no special handling for temp path to fill SID_ATTR_PATHNAME

2001-01-23  Peter Burow  <pb@openoffice.org>  [8fe4966365313ade5848bad151844971b4de617a]

        fix: #83002# database and trash path removed (>614)

2001-01-23  Babak Mahbod  <bmahbod@openoffice.org>  [bc51eeb8b2a95169bb302b99ef4dba7971fe4352]

        New type definition for SalGraphics data handle.

2001-01-23  Babak Mahbod  <bmahbod@openoffice.org>  [186c215baf0ab64c6f465c381cac38f427aa574f]

        Updated APIs for locking and unlocking of GWorld pixel maps.
Methods updated to use the new locking and unlocking pixel map APIs.

2001-01-22  Kurt Zenker  <kz@openoffice.org>  [d33e246a49f26b3d08b2978eb5b84c65fa9d58fc]

        new version for SRC618

2001-01-22  Kurt Zenker  <kz@openoffice.org>  [a1b397881c695f241e810ca00b0adefe0d25a94e]

        new version for SRC618

2001-01-22  Daniel Vogelheim  <dvo@openoffice.org>  [2e07326bebc1395e97d4af54d185964d9cce9b77]

        - fixed: now DDE properties are only used if actually available

2001-01-22  Daniel Vogelheim  <dvo@openoffice.org>  [e84f908cad6a06a6a71fa9c7f5e0136d3723445e]

        - fixed: wrong and excessive assertions ('conflicting event translations')

2001-01-22  Kurt Zenker  <kz@openoffice.org>  [2cdca05183be1dbc1e41f8087756e2b4c48e6d3f]

        new version for SRC618

2001-01-22  Kurt Zenker  <kz@openoffice.org>  [53f0abcde8e0b25ae6b21bc1bf2001310852b717]

        new version for SRC618

2001-01-22  Kurt Zenker  <kz@openoffice.org>  [397600ee4fa033e57a84171846ae9d9029eabd54]

        new version for SRC618

2001-01-22  Sven Jacobi  <sj@openoffice.org>  [0f0df78f0251060a53089cb8fed91a6aa89a7e46]

        #83032# supporting graphic attributes, such as cropping, watermark, gamma ...

2001-01-22  Sven Jacobi  <sj@openoffice.org>  [b1e6e277b204a864266ec4e31848b8780227053c]

        #82943# #83032# removed property RotateOffsetX, RotateOffsetY. Cropping is now done by the EscherPropertyContainer

2001-01-22  Sven Jacobi  <sj@openoffice.org>  [f86d2fb497c1bcb9b68f164ea503b73a6ecb6503]

        #82943# removed property RotateOffsetX, RotateOffsetY

2001-01-22  Kay Ramme  <kr@openoffice.org>  [38dd41be773a63a996ad788112b09f73a585cee4]

        #82550# create a new java environment for every bridge

2001-01-22  jp  <jp@openoffice.org>  [b5e2d776020633ae06c01243eff0e14ec0cbd74a]

        Bug #81029#: FnChgOrdinalNumber - only letter before the number are incorrect

2001-01-22  Sascha Ballach  <sab@openoffice.org>  [ad9279c8b85812c96a6651dcb301c937e171266f]

        Export/Import of forms and controlls

2001-01-22  Kai Ahrens  <ka@openoffice.org>  [b618a00840004516f3e8ba3b8e3f91d0e389d3f7]

        syntax

2001-01-22  Sascha Ballach  <sab@openoffice.org>  [f56fddeebf3dece19fb94f164a8495b98892c698]

        returns the XDrawPage which is holden on the SdrPage and do not create a new XDrawPage no longer

2001-01-22  Sascha Ballach  <sab@openoffice.org>  [4bfad333af44fc111bed6d5dde867396b76e55a7]

        give the FormImport the AutoStyles

2001-01-22  Sascha Ballach  <sab@openoffice.org>  [6b4743645a7bb8f27d91cd7739e49b23f1659ef1]

        returns the XDrawPage which is holden on the SdrPage and do not create a new XDrawPage no longer

2001-01-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cfc06baa67a61fc867a99d8ccc4cf6c6df7c20af]

        helpfull comments... hopefully

2001-01-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4a1e25f9d83015fff72466c9f296554b120d6a89]

        mixed up two cases

2001-01-22  Björn Milcke  <bm@openoffice.org>  [7257d16f1b8d660c9b1f178547ee84b6f9f4ca47]

        oops, chaining didn't work after 'upgrade'

2001-01-22  Niklas Nebel  <nn@openoffice.org>  [066697930324c0a31c54305d67acd63ee50f5573]

        #82991# UpdateReference: bIncludeDraw

2001-01-22  Niklas Nebel  <nn@openoffice.org>  [f9f8dbba4bc143f3ace5bee12145be2bf2b034e1]

        #82991# InsertRow: update drawing layer after inserting

2001-01-22  Oliver Bolte  <obo@openoffice.org>  [9e3cdc56ae8aa9545872cd9b4717e06b65e93508]

        #65293# linux problem

2001-01-22  Michael Brauer  <mib@openoffice.org>  [514f08b1c37da0cb50cb5ae485cea841d5572ce6]

        Block mode for Readers added

2001-01-22  jp  <jp@openoffice.org>  [4cf101777283993aba0634608b5bbe5d1f4af35b]

        Bug #82945#: InitGraphicFrame - don't remove FrameSize Item

2001-01-22  Andreas Bille  <abi@openoffice.org>  [243dab6e713d9320010927c032cdc734c45de1d9]

        #78375# Implemented interface XServiceInfo at the FileContent (	supported service: "com.sun.star.ucb.FileContent", 	implementation name: "FileContent" )

2001-01-22  Christian Lippka  <cl@openoffice.org>  [96689baddf89e1e7780582db9726a9d37cb8e707]

        fixed missing enum types for WritingMode und BitmapMode

2001-01-22  Oliver Specht  <os@openoffice.org>  [d05c05e469a2360d717b28bb4c1129b0a6f45228]

        base service for frames, graphic objects and embedded objects

2001-01-22  Christian Lippka  <cl@openoffice.org>  [22c459e558a08a9a5647fa19b42c1a9e5e13dd7d]

        fixed missing enum types for WritingMode und BitmapMode

2001-01-22  Oliver Specht  <os@openoffice.org>  [6678e7b9a1a38decf08d0041b648f1008ba8a23e]

        new: BaseFrame.idl

2001-01-22  Andreas Bille  <abi@openoffice.org>  [52ced86d3b46bacaa44e2204047df636339db55c]

        #82939# Minor modification in file bc.cxx, command transfer, to throw a InteractiveBadTransferURLException, if the scheme of the URL is not "file"

2001-01-22  Kurt Zenker  <kz@openoffice.org>  [a56becb81ef5fd4ba29de1faff15abb11bea0001]

        UDK210

2001-01-22  Björn Milcke  <bm@openoffice.org>  [fb2576d31e5eb4e49fcc6b0b38688d8505d00034]

        QueryValue: the any returned should be a double rather than a float

2001-01-22  Michael Brauer  <mib@openoffice.org>  [93d6419e0453427f88562a4ca7c36e79f76acde6]

        block mode

2001-01-22  Michael Brauer  <mib@openoffice.org>  [08c033b62a6c3a612df07257f058da3843cd4789]

        Block mode for Writers added

2001-01-22  Michael Brauer  <mib@openoffice.org>  [88a8467c6aee46e4520ee50fd95208d842442854]

        addeded XUnoTunnel interface

2001-01-22  Jörg Budischewski  <jbu@openoffice.org>  [398632259922875950f4392354d161ebddbcd901]

        #82295# now the check ignores whitespace mismatch

2001-01-22  mfe  <mfe@openoffice.org>  [deabb850a2f0d3f5b0cd50b365edff9f09bc1090]

        #82940# : return from accept on close under Linux

2001-01-22  Michael Brauer  <mib@openoffice.org>  [7278080b78eeed9e1f2d0119f9261ec22069ac89]

        XML filters as components

2001-01-22  Kai Sommerfeld  <kso@openoffice.org>  [3cf9c94c1a94f8c7553cfa5d7a4244b002e255d5]

        #82939# - Content::transfer(...) now throws a           InteractiveBadTransferURLException, if the source URL is           not supported by the target.

2001-01-22  Kai Sommerfeld  <kso@openoffice.org>  [619bbbd8fccf5501f5790062982dc7291e96d42b]

        #82939# - transfer command implementation now throws a           InteractiveBadTransferURLException, if the source URL is           not supported by the target.

2001-01-22  Kai Sommerfeld  <kso@openoffice.org>  [1c8dc544b3ddad8b440ce0d8e60d9ecf00bf1f09]

        #82939# - HierarchyContent::transfer(...) now throws a           InteractiveBadTransferURLException, if the source URL is           not supported by the target.

2001-01-22  Sascha Ballach  <sab@openoffice.org>  [5a325a3fab56022260f883db6b62348a3280dfa4]

        create the XStatusIndicator for Export and Import

2001-01-22  Sascha Ballach  <sab@openoffice.org>  [63adbb44711ef86975f1adc10a431e5bb7770c03]

        new behaviour of the ProgressBarHelper; he gets the XStatusIndicator directly

2001-01-22  Niklas Nebel  <nn@openoffice.org>  [7f7a8aced391f54465e5b3b7a11e4383cb848784]

        #82986# Compare: right order

2001-01-22  Oliver Specht  <os@openoffice.org>  [4337339846c28ab6b11fca60f446857cc692fea2]

        update of filter configuration

2001-01-22  Oliver Specht  <os@openoffice.org>  [96332a456fe5f73b173f31e9798b61f40a594a5a]

        update of filter configuration

2001-01-22  Oliver Specht  <os@openoffice.org>  [f4f6a5977da7abb761b9ec35d0ba13fc932752fd]

        update of filter configuration

2001-01-22  Oliver Specht  <os@openoffice.org>  [0118714f19669872e01dbf6ff689002fe829c0f3]

        Prefix 'Star' in configuration entries removed

2001-01-22  Oliver Specht  <os@openoffice.org>  [7bfad43a833ed2603c07f0181316159d622f98ee]

        Prefix 'Star' in configuration entries removed

2001-01-22  Ocke Janssen  <oj@openoffice.org>  [761231d94ed0343cca4987e5f23b41e9820a86e6]

        #82843# like clause corrected

2001-01-22  Frank Schönheit  <fs@openoffice.org>  [5d8eab87572bbd49ddb01837946f4e0f10f48fde]

        #82960# register the formatted wrapper for the DatabaseFormattedField as well

2001-01-22  Ocke Janssen  <oj@openoffice.org>  [11ad9b6d4b5f513bd7a490c9c37b6b317114698c]

        #82632# change member

2001-01-22  Ocke Janssen  <oj@openoffice.org>  [6a818b905e1f9dec1df0fe9934b74920d7567b6c]

        new file

2001-01-22  Ocke Janssen  <oj@openoffice.org>  [82765e6c12cdc1c81b92a9362eeb940916269fc7]

        #82632# fetchscroll

2001-01-22  Ocke Janssen  <oj@openoffice.org>  [85a2b75ab4385598cdd91d3b2853cc73f029ea87]

        3 new files

2001-01-22  Ocke Janssen  <oj@openoffice.org>  [615346e2c98b3a38f2f4bded81b5f769e93429c9]

        check odbc status

2001-01-22  Ocke Janssen  <oj@openoffice.org>  [fe50989703ebfd17741085396fc1fd97543f5ad1]

        copy insert row

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [fad3423ac5bbbab05a36e72518494741e1dafa67]

        Merge SWT614: 01/19/01 - 21:56:09

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [5fbae15b13f0e90630fd133e2ff57280aa677d4e]

        Merge SWT614: 19.01.01 - 21:53:29

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [61a641a512f1ab3f5b4328b4a2a2054a56f9721a]

        Merge SWT614: 19.01.01 - 21:53:37

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [c312d4f5ee38d69a724d126feb32e4a3b2a16f08]

        Merge SWT614: 19.01.01 - 21:53:09

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [016454ab3467b65634d59938945622254a3bf8e9]

        Merge SWT614: 01/19/01 - 21:47:17

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [c65985e898b0bdb5123f891992d6b733d633ce59]

        Merge SWT614: 19.01.01 - 21:52:28

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [61953642b4f30990e421485ce0f6e01d60c4b165]

        Merge SWT614: 19.01.01 - 21:51:15

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [ac58b0a667870f15d96f8eb2abcbe63f4a140f34]

        Merge SWT614: 19.01.01 - 21:51:02

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [06746ac9f83152148a89027cbea92bd6f3a898bc]

        Merge SWT614: 19.01.01 - 21:49:55

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [fed1f8c6769030ed8740af36b664d740319036cc]

        Merge SWT614: 19.01.01 - 21:50:06

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [452958bb7e90097c4e766bf6ab8f0027267fdb6c]

        Merge SWT614: 19.01.01 - 21:49:03

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [2011778451cac0e2c5801c0ec3c3317fa51abd44]

        Merge SWT614: 19.01.01 - 21:48:29

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [9b5b7d42a86b2294a094999479abf07fb4078034]

        Merge SWT614: 19.01.01 - 21:48:10

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [597d38aba97025fd76c2d980637908ba7cab6ac3]

        Merge SWT614: 19.01.01 - 21:48:04

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [117d7ea77a8d611bf646c90027eb6d6f04dbf1d8]

        Merge SWT614: 19.01.01 - 21:47:03

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [8220a7cb10e72067d7a49f5516975ea13a438b1e]

        Merge SWT614: 19.01.01 - 21:46:55

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [64fb612f4f7d01d3c08220a8c9b7e5676c88fb7a]

        Merge SWT614: 19.01.01 - 21:45:28

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [55f481ff4b76d15e2a498446d3af4255dc8e6b27]

        Merge SWT614: 19.01.01 - 21:45:29

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [76fe1d34ef542dbb64693284eef69054b9a3ad96]

        Merge SWT614: 19.01.01 - 21:44:01

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [f90ec54b10dedb010c8a2c500bc80dcce8d1bb7d]

        Merge SWT614: 19.01.01 - 21:44:12

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [648a7d97886379179805ff258895e42debf8d6e5]

        Merge SWT614: 19.01.01 - 21:44:24

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [4c3c5bef1741ce97d2577ef1e1db4f0032251c98]

        Merge SWT614: 01/19/01 - 21:43:03

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [4a700524150d9334cc75eb9679ce7d3ba7f94c1e]

        Merge SWT614: 01/19/01 - 21:40:34

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [a0796dec66d85632d8dc8deb12dc682750473849]

        Merge SWT614: 01/19/01 - 21:39:35

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [b863c4da2271ccf252252b3e5e064b2fc10522d9]

        Merge SWT614: 19.01.01 - 21:39:28

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [a8ab87c2f893d7201a24b084b39d9f0887ed8477]

        Merge SWT614: 19.01.01 - 21:38:51

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [0928cdf4843f62f5c68211bb5b27541c08a1b2a5]

        Merge SWT614: 19.01.01 - 21:35:10

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [803afa81acb32a52eb38855dd7c4e8a00c8ae7f7]

        Merge SWT614: 19.01.01 - 21:32:44

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [358298517618d7f41610870ad8c9fed06328947b]

        Merge SWT614: 19.01.01 - 21:32:51

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [6212ef828ce16120684c2e3e8389c5dd1a4ffb49]

        Merge SWT614: 19.01.01 - 21:30:49

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [d04cb72689b58c0817db7af2270c18773a6faa31]

        Merge SWT614: 19.01.01 - 21:30:55

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [44efd6cd61ad5e51ca41319c9ea816b4e44fb407]

        Merge SWT614: 19.01.01 - 21:30:15

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [b40356dd90b4619ac6fedf0957e94f76b2243996]

        Merge SWT614: 01/19/01 - 21:28:32

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [9a0d1da9af1878585a8035c8c0047b42269a99e5]

        Merge SWT614: 19.01.01 - 21:27:57

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [827d8be5173c397108bc9a1f25a534e93cb80554]

        Merge SWT614: 01/19/01 - 21:26:24

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [9a9408cd06a55f2339c932c26437400834db51a8]

        Merge SWT614: 19.01.01 - 21:25:38

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [b4fc5f95de3ad893ff7bc4f2313b4440578ae727]

        Merge SWT614: 19.01.01 - 21:23:55

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [75c44132a5e209bd427618e0f454f8f47702ac0e]

        Merge SWT614: 19.01.01 - 21:13:41

2001-01-19  Kurt Zenker  <kz@openoffice.org>  [3de00914aa0cef059fbb005efeeff73165163b2a]

        Merge SWT614: 01/19/01 - 21:12:29

2001-01-19  Oliver Bolte  <obo@openoffice.org>  [b407eae0032de1ba37ad473217c901180bffe9da]

        Merge SWT614: 19.01.01 - 21:12:39

2001-01-19  Daniel Vogelheim  <dvo@openoffice.org>  [050037d06fc85bcc928d39fd1baf6d7b39723cdb]

        - finished Redline im/export

2001-01-19  Daniel Vogelheim  <dvo@openoffice.org>  [2cda7630c20c98633749ad54757dadc5e67a3b10]

        - fixed: redlines

2001-01-19  Daniel Vogelheim  <dvo@openoffice.org>  [545f1f31adbdc3cbd98c3132370cc5de2a20151e]

        - added: redline Im-/Export for redlines starting on start nodes of tables or sections - added/changed: enabled redline export - changed: XMLChangeImportContext moved into its own file - changed: marker used during section import - changed: redline export now uses XRedlineSupplier (uses less memory) - fixed: redline autostyles now exported correctly - fixed: bug with import of sections in sections
        
        (The commit supplies the log message for the previous one.)

2001-01-19  Kai Ahrens  <ka@openoffice.org>  [5e6def1bd4e36379e8dce78402820540bd6f02e2]

        Redesign for XTransferable

2001-01-19  Sven Jacobi  <sj@openoffice.org>  [c040f14f35c806efa841ce7d86e37d192bf5853b]

        added autoshapes: Seal8, Seal16, Seal24, Seal32

2001-01-19  Kai Ahrens  <ka@openoffice.org>  [0ffb21238f519ce55b597a3e9d7e00c19d96b2fa]

        initial revision

2001-01-19  Daniel Vogelheim  <dvo@openoffice.org>  [31f71f89ea9d8a6650055eee8fbc92cc0e33d769]

        *** empty log message ***

2001-01-19  Kai Ahrens  <ka@openoffice.org>  [3aa1ace5d2eeef59df55851743588ce7977c5cac]

        added transfer.hxx

2001-01-19  Kai Ahrens  <ka@openoffice.org>  [e24917b3802144d8874a7080812e0f671ce4d006]

        added transfer.cxx

2001-01-19  Kai Ahrens  <ka@openoffice.org>  [81b3877255d6a4dae2c3c28441723b8de3e465db]

        initial revision

2001-01-19  Ingrid Halama  <iha@openoffice.org>  [78556417dec01d3302bc7525e4480b8ada918ff0]

        #82638# cannot save 6.0 format when userdirectory contains links

2001-01-19  Niklas Nebel  <nn@openoffice.org>  [2f04c111881cef947d848454fa71cf0ba61e081b]

        #82042# XML filter can be used as a component

2001-01-19  jp  <jp@openoffice.org>  [1677364083d8267999b773ff9e59ad8511a6ccbc]

        Guess: get the forbidden characters from the document

2001-01-19  jp  <jp@openoffice.org>  [1c9bf21bee488abe83875c9fe9e31da56423a12d]

        new: store the forbidden characters of a language in the document

2001-01-19  Christian Lippka  <cl@openoffice.org>  [750425bae257626b0a271ac757c7e997419276c3]

        added layer support for impress/draw applications

2001-01-19  Christian Lippka  <cl@openoffice.org>  [2dc6a7e08d964dd2b0e83f0b23e51e58f5145d1b]

        added layer support for impress/draw applications

2001-01-19  Christian Lippka  <cl@openoffice.org>  [f58d0873dde7a270a00d7d9a64a5858a6c035b6c]

        delocalized layer

2001-01-19  mfe  <mfe@openoffice.org>  [54a64bbf1d8ec2b3f97a928b7a809607bfbd9cb5]

        #82940# : return from accept on close under Linux

2001-01-19  mfe  <mfe@openoffice.org>  [6f3bb825310fe4ff438efb2efd2269452f8707b6]

        #82940# : return from accept on close under Linux

2001-01-19  Armin Weiss  <aw@openoffice.org>  [8ff8ba03f412fa84cbce0fab8298b042886f2975]

        #81944# added cursor for vertical writing

2001-01-19  Andreas Martens  <ama@openoffice.org>  [59ed5348e17111eb8657f47717ddae5d893adccf]

        New: Writing direction from top to bottom and revers

2001-01-19  Sven Jacobi  <sj@openoffice.org>  [e55b19561119e0a5d51f4b450b3583a9573e83bd]

        now exporting charset, fontpitch and fontfamily

2001-01-19  oisin  <oisin@openoffice.org>  [6acf3da4e62b002b2d4159f9d3cf6381762fbb35]

        Add xprintext.cxx to HAED

2001-01-19  Oliver Specht  <os@openoffice.org>  [536600bd9517d8bd4386bd165c0565c5e8d82a6a]

        module options configuration completed

2001-01-19  Oliver Specht  <os@openoffice.org>  [2e89e665e40d7bcf885f17783ec8c99aff19c41e]

        use SwModuleOptions::ConvertWordDelimiter

2001-01-19  Sascha Ballach  <sab@openoffice.org>  [403a6133c67ac476b05407cf36246fa2fd7d5967]

        continue change tracking export

2001-01-19  Sascha Ballach  <sab@openoffice.org>  [afe2bfcfc60ef649d2b9779d18781d25a20af163]

        add public method GetFirstGenerated to ScChangeTrack

2001-01-19  Sascha Ballach  <sab@openoffice.org>  [437bbf8e144816014c430c014f11d999732dd59c]

        some new for Calc Change Tracking

2001-01-19  Christian Lippka  <cl@openoffice.org>  [68d9c3496e970d79bb871c2f6f48455986d4134e]

        #79156# use correct parent for new foil dialog

2001-01-19  oisin  <oisin@openoffice.org>  [3df88fd2d09f0293210673c1dc5638a5d5907cbb]

        Xprint changes merged into HEAD

2001-01-19  Oliver Specht  <os@openoffice.org>  [4f4e89d39d0ac60877f0bee8ec82fee647c93b48]

        #82653# sub node names corrected

2001-01-19  oisin  <oisin@openoffice.org>  [5f9b5e1e967a9d18ed17a2752cd7a12fb1e4ba1f]

        Xprint changes merged into HEAD

2001-01-19  Jörg Budischewski  <jbu@openoffice.org>  [998899c17f78628a3aed5d7ba3c7ec463b728e2a]

        #82295# comparison works now on all platforms

2001-01-19  Oliver Specht  <os@openoffice.org>  [a8b002e680b7a034b651e508dcd482f84ab50caf]

        #82908# SwXDocumentIndexMark::setPropertyValue corrected

2001-01-19  oisin  <oisin@openoffice.org>  [bb1ea70e026604567a5cbf0f86b29ac6fa2208f5]

        Xprint changes merged into HEAD.

2001-01-19  Andreas Martens  <ama@openoffice.org>  [4b5fc191a4ba41480ebe19e83c23656864e4d0c4]

        Fix: Tables with given left margin and width

2001-01-19  Mathias Bauer  <mba@openoffice.org>  [14dbc4e010903359442e4d252777bcaa15263b83]

        #81914#: SearchFile preserves system path

2001-01-19  jp  <jp@openoffice.org>  [86cc9e5e0061a6410e338fff915ea17aab2068f8]

        replace own code with new svx classes

2001-01-19  Jörg Budischewski  <jbu@openoffice.org>  [cf6992ae967730db166e829c30adb4a1ebd04e06]

        #82295 comparison works now on all platforms

2001-01-19  Oliver Specht  <os@openoffice.org>  [17e1ca955b7239d14f06d81165332346cdc00a70]

        #82944# save/load grid options

2001-01-19  jp  <jp@openoffice.org>  [a411edfb5c0874d5b6123df39a6a72a1fa5d93ed]

        use new stream interface instead of one implementation; Bugfix: #76023#: Textfilter use system charset

2001-01-19  jp  <jp@openoffice.org>  [c28bc623f245f912e009ae93b96970ed7df57723]

        Bug #82775#: IsSelOver - handle only valid frames

2001-01-19  Oliver Specht  <os@openoffice.org>  [d3dc275f74ea5a2fb305f302c266389ae439da32]

        writer module configuration completed

2001-01-19  Daniel Rentz  <dr@openoffice.org>  [83f5f1f7f85c23661c980756b569ae3b45953539]

        moved chart import to xcl97/XclImpCharts.cxx + XclImpChartsApi.cxx

2001-01-19  Sven Jacobi  <sj@openoffice.org>  [d1e56a8b0f2ffd24e44bbcaf9c786571cbfd8f4e]

        now setting the correct charset, fontpitch and fontfamily

2001-01-19  Eike Rathke  <er@openoffice.org>  [72773bcdc25dbd30819fd3b5f218b04f6c47c00c]

        getProcessServiceFactory is comphelper instead of utl ...

2001-01-19  Daniel Boelzle  <dbo@openoffice.org>  [fea5ee7cf7b53bb70ea564b28f0db27364bbb6e8]

        #77512# found bug, there shared libs are more often loaded than needed

2001-01-19  Michael Brauer  <mib@openoffice.org>  [aad254f29ba55b62a379716af79e421b9ef736e9]

        removed SvXMLStyle::SetFamily

2001-01-19  Mathias Bauer  <mba@openoffice.org>  [0f1d91486efacfae1a19cdd07732fb80dbd20cb5]

        #82108#: dispose model in dtor

2001-01-19  jp  <jp@openoffice.org>  [8b0767846a835a28a456a5e17792adae9193f2b0]

        SvxLinkManager cache removed

2001-01-19  jp  <jp@openoffice.org>  [4c71a471e8654ebc688ac44262e2b8dcdf922d68]

        Method SvLinkManager::PrepareReload removed

2001-01-19  jp  <jp@openoffice.org>  [3296d7ee420e2c074e89e695331ab514ea25a066]

        Method SvLinkManager::PrepareReload removed

2001-01-19  Michael Brauer  <mib@openoffice.org>  [8d8d4855ece2f0d61093e7eabfbc01fc32504794]

        #82616#: Don't export empty links

2001-01-19  Ocke Janssen  <oj@openoffice.org>  [b566b8130ca5bcaa43ce4a4926f03c824ed33198]

        catch SQLException when deleting rows

2001-01-19  Michael Brauer  <mib@openoffice.org>  [ec11166b6c0eef3b3e2852a7a26100a924865d3c]

        SwFmtINetFmt::QueryValue: evalaute pool ids, too

2001-01-18  Niklas Nebel  <nn@openoffice.org>  [afc42db50553225cbb44f24c18c7863a9f68f2fd]

        #79061# use char property map from svx, set twips flag dynamically

2001-01-18  Niklas Nebel  <nn@openoffice.org>  [b6ac0353bfa1076fff4dd727706da715baf04a3a]

        #82949# MarkToMulti: reset marks if all multi mark ranges have been removed

2001-01-18  Daniel Vogelheim  <dvo@openoffice.org>  [18537e25c4efbb9e981c6fc0d4815ea7f0586ae2]

        - fixed: exception specification for start/endDocument() (now compiles under Solaris)

2001-01-18  jp  <jp@openoffice.org>  [58ed7c9dce4d05d99b4763e72b7556d2637704d2]

        Bug #81091#: Connect use always URLs for loading files

2001-01-18  Frank Schönheit  <fs@openoffice.org>  [1f383fd85028f38637e22648c8be2f92d687c0bd]

        #82895# some runtime parameter checking (should have been done earlier, shouldn't it

2001-01-18  Daniel Rentz  <dr@openoffice.org>  [5e2346deeb36a7f5afcf30c255234d96f84d2952]

        fix: imp/exp of deleted cell contents (del col, del row, move range)

2001-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5ed0a20ae58da050a891533d847129c4c63d26a3]

        Missing semocolon added

2001-01-18  Jörg Budischewski  <jbu@openoffice.org>  [cef53f174cbed0749cb26b50b1bb106a32e38e0a]

        #82295# now use cat on wnt for text file copies to avoid write protected header files

2001-01-18  Frank Schönheit  <fs@openoffice.org>  [bed39a8d08184d3e52124738a9f66e72109f671b]

        #82950# some hasByName calls before doing a getByName

2001-01-18  Niklas Nebel  <nn@openoffice.org>  [d44694c5957042d05139dc9d8ebff1160d90fa18]

        ScEditEngineTextObj

2001-01-18  Niklas Nebel  <nn@openoffice.org>  [05a07b1f6bf683bad8325091d20de1ca9c72b530]

        ScSimpleEditSource

2001-01-18  jp  <jp@openoffice.org>  [2b2d30b3352e5867222227250ae959a17637fc40]

        GetScriptType: return always an valid scripttype

2001-01-18  Thomas Lange  <tl@openoffice.org>  [c4cfd36172003eca4694530673bdaf11990345bb]

        lingu and lingu-modules tabpages fixed

2001-01-18  Christian Lippka  <cl@openoffice.org>  [1cc20063bc72619fa64e87c371f7c337ed5c92ab]

        added controls for shapes

2001-01-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd1429474a50beacd37c9932595e7c29e8b60d3f]

        language dependend, recursive trees

2001-01-18  Caolán McNamara  <cmc@openoffice.org>  [a0c8015b88b16a4192000bd841eeff594dae9c65]

        #81141# MathML->StarMath editable text display

2001-01-18  Lars Langhans  <lla@openoffice.org>  [e53091b40c22ebe3175743cb99dabf1a5ffd593f]

        #82734# some solaris bugs

2001-01-18  Christian Lippka  <cl@openoffice.org>  [9a967b6c10e42e33fe2ee4b97b4215afed3c98e4]

        added controls for shapes

2001-01-18  Rüdiger Timm  <rt@openoffice.org>  [3945dfe78e730652e200657ce0978c38b5e0d599]

        #65293# semicolon removed

2001-01-18  Christian Lippka  <cl@openoffice.org>  [fff84a37380399a97558a79c54dd67b9673c452d]

        added controls for shapes

2001-01-18  Stephan Bergmann  <sb@openoffice.org>  [8e36f83eccd710359a2b44efe299314226638b41]

        Added indication of correct interaction request type to transfer command description.

2001-01-18  Kay Ramme  <kr@openoffice.org>  [6e1f5c70ed0b7b3414e72002b186a5c2b7cb1f37]

        #82702# workaround for linux socket problem

2001-01-18  jp  <jp@openoffice.org>  [ada4b04c6497c1166563cfa0dbc424d419821ce7]

        new Field/-Type: combined character

2001-01-18  jp  <jp@openoffice.org>  [137ec5fde1372911680010164589f2189643a5d8]

        remove compiler warnings

2001-01-18  Oliver Bolte  <obo@openoffice.org>  [dba6e2a8f6504de8bc08f911e1ddb94dc7086ce5]

        #65293# wrong haeder name

2001-01-18  Kurt Zenker  <kz@openoffice.org>  [d23289d9e8e068d0bc034e0ac8249ca5ed16e237]

        new version for SRC617

2001-01-18  Kurt Zenker  <kz@openoffice.org>  [93313cce91e0578fc5582f4aa207c08e4ac6baaa]

        new version for SRC617

2001-01-18  Jörg Budischewski  <jbu@openoffice.org>  [1a4773f3b9f8ca590589222158a25a3d55bf33cb]

        #82295# only OOo compliant tools are used now

2001-01-18  Jörg Budischewski  <jbu@openoffice.org>  [9ac9dcca6968f5913d737580578e94840bb152df]

        #82295# now using only OOo-conform tools for building

2001-01-18  Frank Schönheit  <fs@openoffice.org>  [31a3eb6fc33974046b5db83bf35e846d7a3a5ab0]

        the background-color is part of the fo (not style) namespace

2001-01-18  Rüdiger Timm  <rt@openoffice.org>  [e21377266b1475c3bcdd3a451a0b0ce950607965]

        #65293# extra semicolon removed

2001-01-18  Lars Langhans  <lla@openoffice.org>  [fc6d7781bb84b369bbd3140e1a4508df850f6b9c]

        #82734# some solaris compilebugs

2001-01-18  Kurt Zenker  <kz@openoffice.org>  [202dc99ade0d9fa25633f80c0c5e799ea7776f41]

        new version for SRC617

2001-01-18  Stephan Bergmann  <sb@openoffice.org>  [21abf4c2b696f3ace55a3937401c8f56a6c81667]

        Commented out targets that do not build properly; added urltest.

2001-01-18  Stephan Bergmann  <sb@openoffice.org>  [68d9d1cc421bb94b18495dad38a027829af97a87]

        Various (regression) tests for INetURLObject and friends.

2001-01-18  Oliver Specht  <os@openoffice.org>  [14f5615e428d6a09c998861077cf057742ad9947]

        use ConfigItem::ReplaceSetProperties

2001-01-18  Sven Jacobi  <sj@openoffice.org>  [9e66a248a1d57a1cec7f4596298b7c0378e23e04]

        #82923# improving graphical bullet export

2001-01-18  Sven Jacobi  <sj@openoffice.org>  [ce43c459ea9d0f53ca329f1865aed6a8c82e0bac]

        #82923# improving graphical bullet import

2001-01-18  Rüdiger Timm  <rt@openoffice.org>  [bd1c4494aeb1029c7a722088b54985a5ee392399]

        new version for SRC617

2001-01-18  Michael Brauer  <mib@openoffice.org>  [241bc767a7828db202c55df36da5aeca1e4bc997]

        support of glossary documents

2001-01-18  Michael Brauer  <mib@openoffice.org>  [1714e1d8d5dddcc4b97b936afb0e28842f4c6851]

        support of glossary documents

2001-01-18  Caolán McNamara  <cmc@openoffice.org>  [76bd85b50ed015d852597ad67ed75032a410115e]

        #82900# Needed the more sophisticated relative url converter for hyperlinks

2001-01-18  Caolán McNamara  <cmc@openoffice.org>  [61630aede2753637d1de8b849ce17ae18db5fbca]

        #82894# ocx controls 79055 related oversight

2001-01-18  Caolán McNamara  <cmc@openoffice.org>  [f3276a61e799ef156820f0d3c4dcc0b45fcbe35a]

        #82587# Slightly Bizarre word late binding problem solved

2001-01-18  Armin Weiss  <aw@openoffice.org>  [2df8fefc28332b4060238fd7519b347942b70234]

        #81921# ImpSetCircInfoToAttr() used SetItem() which was implicitly calling ImpSetAttrToCircInfo(). This needed to be solved in using the local ItemSet directly.

2001-01-18  Mathias Bauer  <mba@openoffice.org>  [f56f261e72214f1e3f5092b44a4394b411a96d08]

        #79326#: setting the TemplateDate implemented

2001-01-18  Oliver Specht  <os@openoffice.org>  [14c669b12921439c32934fed894e04bd1c71c356]

        InitNewDoc: wrong '!' removed

2001-01-18  Mathias Bauer  <mba@openoffice.org>  [31467731bc968d94daa523a9133e325535349da2]

        include missing

2001-01-18  Oliver Specht  <os@openoffice.org>  [4b50351d54c7d56ae8ca7955985aff0c6ab6e19e]

        enable exceptions in optasian.cxx

2001-01-18  Kai Sommerfeld  <kso@openoffice.org>  [455f1d82a58384856c68851811563db9247823ee]

        #82177# - Prepared XResultSet_impl::getMetaData for supplying additional           data to resultset meta data.

2001-01-18  Kai Sommerfeld  <kso@openoffice.org>  [24f26145eb03b2fe8e0099309d7e6fa1a0061ef4]

        #82177# - Added support for additional column data ( case-sensitivity, ... ).

2001-01-18  Peter Burow  <pb@openoffice.org>  [b0e3817dc40c6d9d8581d58f4553c5fcc398c024]

        fix: #82076# add: defaultoptions.hxx

2001-01-18  Peter Burow  <pb@openoffice.org>  [76ea92e48c908bc70e65a44a0cd15e4ed0cb20aa]

        fix: #82076# options of default pathes

2001-01-18  Peter Burow  <pb@openoffice.org>  [4fae315f36e718ae7359e831ba5df63f57b0ee12]

        fix: #82076# add: defaultoptions.obj

2001-01-18  Kai Sommerfeld  <kso@openoffice.org>  [4e485380e7c33994876b89a2daaf9319763ab73a]

        Chnaged: Adapted to changed property name ( "Compress" -> "Compressed" ).

2001-01-17  Babak Mahbod  <bmahbod@openoffice.org>  [83658be8d6d4a0f7b844495e1a76f285c654c1eb]

        New APIs for locking and unlocking of GWorld pixel maps.
Methods updated to use locking ana unlocking pixel map APIs.

2001-01-17  Babak Mahbod  <bmahbod@openoffice.org>  [ec143613ad7d35675a63725cbd461cf3e006eda1]

        New data members for GWorld manipulation.

2001-01-17  Christian Lippka  <cl@openoffice.org>  [06d2a7cc232acf608bc95887e59eb83572d87493]

        do not use NBC for Shear and Rotate

2001-01-17  Christian Lippka  <cl@openoffice.org>  [76f07684504e79d9d7ef28e958f5375cd3cb025b]

        #82658# fixed backgrounds for drawing applications

2001-01-17  Christian Lippka  <cl@openoffice.org>  [201cf265c9eb9a58e308d6078206e05e4e8630c1]

        #82658# always use background style for background if available

2001-01-17  Christian Lippka  <cl@openoffice.org>  [e314c761a2d3b0b9364611af7d5b3c28a7b1a03a]

        #82652# added draw:background-size

2001-01-17  Christian Lippka  <cl@openoffice.org>  [15b8f244f335885d56f50b3751248f8c72a1167c]

        #82722# added XServiceInfo

2001-01-17  Niklas Nebel  <nn@openoffice.org>  [faf31006f2185187482a68cce26fe58d830cd995]

        #78996# Reset: handle defaults

2001-01-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [51f8020ca8a4e9b5fdd3de0e63fdaffc89639dad]

        link _version.o if UPDATER not set

2001-01-17  Christian Lippka  <cl@openoffice.org>  [d5b6570a950a650dd40a8c9ba9b4231ab203cb8f]

        added missing guard

2001-01-17  Christian Lippka  <cl@openoffice.org>  [0daea8787b291f7b0c0943786602ad81e14b58d3]

        #82722# added XServiceInfo

2001-01-17  Niklas Nebel  <nn@openoffice.org>  [b1572439deea793f91e9d89d9a24196648e565b8]

        #78610# use LayoutName for field XNamed

2001-01-17  Niklas Nebel  <nn@openoffice.org>  [80f4f37f004f34128251750e1d5be0007848e367]

        #78610# HasLayoutName / ResetLayoutName

2001-01-17  Sven Jacobi  <sj@openoffice.org>  [7e5d976998c7dc1ec66b57f3d6b0302f253ae0b1]

        also saving jpegs when instances are used

2001-01-17  Christian Lippka  <cl@openoffice.org>  [0326fa957cf25b0750783bf5cb1fc075407578ab]

        #82779# set field anchor after insert into text

2001-01-17  Christian Lippka  <cl@openoffice.org>  [f92340311179595c952a66a0fad9536edebd2c65]

        #82381# return parent text as anchor

2001-01-17  Armin Weiss  <aw@openoffice.org>  [5e0fe5464ecb9b1533c4499b34c92c28b6aa7b33]

        #82584# all the basic primitives need to be bigger by factor 5.0, this was missing in the rush for src614 EA

2001-01-17  Christian Lippka  <cl@openoffice.org>  [342de569769b7608dba356d622a505227087f47b]

        #82348# fixed compare of service name

2001-01-17  Christian Lippka  <cl@openoffice.org>  [ce81527704f021a246ac1fa517c957d9b42030e6]

        fixed resources for more space

2001-01-17  Christian Lippka  <cl@openoffice.org>  [11bec248ccb980c56b638b8852c6f759f08d18b3]

        fixed a compare error

2001-01-17  Christian Lippka  <cl@openoffice.org>  [00af2c4ca76a35f7add85266e3a316ede1d9b847]

        drawing-page family is handled in draw only now

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [78ea8e0aa10b3a894ef2bde22c517f9b7b711a3a]

        #82810# slightly modified the font initialization in SetBrowserAttr

2001-01-17  Mathias Bauer  <mba@openoffice.org>  [8880ee0b59aef200f67d01e4a9ea22cc265af436]

        #80996#: catch CommandAbortedException without Assertion

2001-01-17  Christian Lippka  <cl@openoffice.org>  [61bfa842a19fe9c531d54ef35b470cf4fe983cde]

        fixed a repaint broadcast loop

2001-01-17  Christian Lippka  <cl@openoffice.org>  [1c8dcb30c84e5ff5efdf542e999a36156bd4d257]

        renamed fo:height to fo:font-size

2001-01-17  Oliver Specht  <os@openoffice.org>  [870b7f217ef8607d2daccc7771b14b6e6f18273d]

        proeprties added to SwXTextDocument: RedlineDisplayType, ForbiddenCharacters

2001-01-17  Oliver Specht  <os@openoffice.org>  [197d189d173ec31110e1a90e99f3c65301ced19a]

        proeprties added: RedlineDisplayType, ForbiddenCharacters

2001-01-17  Oliver Specht  <os@openoffice.org>  [83b62f3e6c11287554badb37ffc9deea50239396]

        #82888# pure text frame properties removed

2001-01-17  Mathias Bauer  <mba@openoffice.org>  [6906af87d79e2863e05811337540cfe7a4c8cd0c]

        #81454#: Notify for CancellableHints, because SfxProgress uses global CancelManaqer

2001-01-17  Oliver Specht  <os@openoffice.org>  [72374de679201d9a617b837fb4ed040c9527a7ac]

        layout of SvxAsianTabPage changed

2001-01-17  Oliver Specht  <os@openoffice.org>  [7fddd0af8e2e66024968257ece58f399eb75711b]

        layout changed

2001-01-17  Christian Lippka  <cl@openoffice.org>  [ddc43f0bf2016f4000e127c5ca96514efe5d354f]

        #82663# added hidden pages and page sound effects

2001-01-17  Oliver Specht  <os@openoffice.org>  [d71b25131418c13f188c3bb2e1ddd193e49ee34b]

        new: asiancfg.cxx

2001-01-17  Oliver Specht  <os@openoffice.org>  [58479dd0faa28ee377ea6286f8217a4ad800e251]

        SvxAsianConfig

2001-01-17  Christian Lippka  <cl@openoffice.org>  [8523f611e08541196b3865b53b2b9e2af0505ec7]

        added 'Sound' property

2001-01-17  Christian Lippka  <cl@openoffice.org>  [8b3cb7f2f09226b9b6482f3b9353f7010514bb79]

        fixed setEmptyPresObj

2001-01-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f8d2a4b7c0db90d5c715724ab46d6caecdde507f]

        temporaries removed for mac

2001-01-17  Oliver Specht  <os@openoffice.org>  [65dafbc754d5f57118fc8520290382e37bf24180]

        new: XForbiddenCharacters.idl

2001-01-17  Oliver Specht  <os@openoffice.org>  [e059fcc90798ee3e10b4d6feeb01c150ae27dab9]

        access to forbidden characters

2001-01-17  Martin Gallwey  <mtg@openoffice.org>  [7585c013e8c376bf047fd4e3a148b3b1081dae14]

        Change name of property 'Compress' to 'Compressed'

2001-01-17  Daniel Rentz  <dr@openoffice.org>  [f25afedb8c5a07415cb68f0b43e671fc41eab725]

        add: export of cell protection flags

2001-01-17  Daniel Rentz  <dr@openoffice.org>  [9f6c12c3719adb59be86b1d19e2f1e1f1ef2c145]

        chg: defines for XF record

2001-01-17  Daniel Rentz  <dr@openoffice.org>  [0341e427b38681d150b3ff553d372fdbaca9c85b]

        add: defines for XF record

2001-01-17  Kai Ahrens  <ka@openoffice.org>  [5c3c76af992e859e745df1d292df46bb5c8e7c7e]

        added support for new XTransferable interface (DataFlavors)

2001-01-17  Lars Langhans  <lla@openoffice.org>  [c34914cf86fdab6162e754a128c45012c3e326d9]

        #82734# lasy writing

2001-01-17  Björn Milcke  <bm@openoffice.org>  [efb3ac864d869f573b0fa0091931d091c319fb2f]

        chain text attribute mapper in static method CreateShapePropMapper

2001-01-17  Mathias Bauer  <mba@openoffice.org>  [249a3980727bffd52a534214c8776d58d6d1a48f]

        #81500#: new ucbhelper.cxx

2001-01-17  Michael Brauer  <mib@openoffice.org>  [022437c722f18c72d356aefb9f2b47a1cfe90077]

        syntax

2001-01-17  Martin Gallwey  <mtg@openoffice.org>  [3507007cbacb5a037006882c4f75d0c69d2253ac]

        Do not write data descriptors for STORED files because Jar doesn't like them

2001-01-17  Daniel Rentz  <dr@openoffice.org>  [528c2fde55c0694a57899f3eb6cc0ed021dc8011]

        add: export of hidden table flag

2001-01-17  jp  <jp@openoffice.org>  [f8152e60ad22d64e0c3808ae6a181bdaa27ba4ae]

        remove compiler warning

2001-01-17  Armin Weiss  <aw@openoffice.org>  [cb9db6019b780794f3d8dac860711e9fa8d0c983]

        #75897# shear point was never done correct, added correct one

2001-01-17  jp  <jp@openoffice.org>  [da31cf3f68e1012d1b58680bb22c5b953d3796dc]

        remove compiler warning

2001-01-17  Sascha Ballach  <sab@openoffice.org>  [b55f03a434e9c41a155b2d3c0ac9fb0d940a0f57]

        give the style context the family

2001-01-17  jp  <jp@openoffice.org>  [f8473e01e1b48b47e8fe79c3d3d0ad237261870b]

        remove compiler warning

2001-01-17  Andreas Bregas  <ab@openoffice.org>  [7e606aa0d549634ef6998a74577251c26ad86516]

        #80085# BasicBreakHdl() EnableInput-Handling changed

2001-01-17  Michael Brauer  <mib@openoffice.org>  [30b9eaa4bd52db13410fc26fc7921605bd7fe3ea]

        Don't set size type for graphics

2001-01-17  Michael Brauer  <mib@openoffice.org>  [c69cfa3680fda00fcd10d5e69686fe2cf9324ad4]

        XML filter now is a component

2001-01-17  Michael Brauer  <mib@openoffice.org>  [4cf12dab072420c57eea3e38bf53d090ee88d911]

        XML filter now is a component

2001-01-17  Kay Ramme  <kr@openoffice.org>  [27d29f23c3d6f20789a877647ca7ef7f11fb3545]

        SCalc, SDraw, SWriter removed

2001-01-17  Björn Milcke  <bm@openoffice.org>  [4d316ca33026c55557ac43a99488a35a8ab90d2a]

        Chaining corrected: it is now possible to chain a mapper that itself is already chained

2001-01-17  Michael Brauer  <mib@openoffice.org>  [75994772cd4e75d4da2d2b342304f85f97dffc0a]

        Remove SizeType property for graphics

2001-01-17  Ocke Janssen  <oj@openoffice.org>  [b980d07099ad3a57de09412353046cae92f8a436]

        #82857# decrement the positions behind the pos who is deleted

2001-01-17  Sascha Ballach  <sab@openoffice.org>  [f1114a287cc44ec6c7f5cb8de9a62e1dabe9d1e6]

        test whether the areas in headers and footers exists

2001-01-17  Rüdiger Timm  <rt@openoffice.org>  [1589e55bbf2a32e4aafb25f566d85b67064b3686]

        SRC618

2001-01-17  Kay Ramme  <kr@openoffice.org>  [d53d25342e5c064258f9b0e067ecefb27414ac8b]

        use Type and TypeDescription instead of Class

2001-01-17  Kay Ramme  <kr@openoffice.org>  [576397e4569e20ecce66fb182e1b7ab730683c25]

        MyInterface extracted

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [3859a87ddae5203db57b5f93aaf3c7a6132e6d09]

        #82612# RemoveColumns: deactivate the current cell so no dead references from the current controller to the (to-be-deleted) cell window exist

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [888525ad5fb3cc476fac526d4bbfbee21e5e082f]

        clear the parser when the form is unloaded

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [1114bf2c63e8c209c66ef713ba11e0bcab1acc23]

        re-inserted the auto control focus handling - vanished whilest a previous fix :(

2001-01-17  Kay Ramme  <kr@openoffice.org>  [4358274cd752d4ada5652baf9026761f210b5a62]

        added tab for title output

2001-01-17  Kay Ramme  <kr@openoffice.org>  [1b0386a7013b359a7dfb4e3bd3d2e4020b6dd054]

        minor bug fixed

2001-01-17  Sascha Ballach  <sab@openoffice.org>  [edae2673b7963c95805f54e0ea1eab3655367d1c]

        export of cell content change and insertions added

2001-01-17  Kay Ramme  <kr@openoffice.org>  [03b44dd0e56737b56dc9592338192ce7b2b193d9]

        build subdirs as product

2001-01-17  Sascha Ballach  <sab@openoffice.org>  [1acedc983dea765ea808fda8903eefb9bf2172c3]

        some more for calc change tracking

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [1e47213cba1f64426c98896114be88cab0c21ad0]

        #82627# implApplyChanges: do an ShowPage after applying the changes

2001-01-17  Jörg Budischewski  <jbu@openoffice.org>  [053c9c0bd8008d00852f27b8ff266b05e5b9dc68]

        #82295# udkname is now taken from udk-stamp

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [2c64812624a5ce78d272eeb5437d1972df830596]

        #82726# removed an obsolete string

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [23af76d787a812c66266bddedc5f26a3f10b5381]

        #82726# tightened the string res ids

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [8d46fe26a06f25db3fa29bd88cda524985af75ae]

        #82726# renamed the display text for the navigation bar

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [3cc9d02ddc045a0b835c9032e386ab70928ab809]

        tightened the property id range

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [96393d92d36e9a487aaa239238edd1e75d252df9]

        #82726# removed an obsolete id

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [769af20246d4d6125362dcba711f7c7eb494e1d8]

        #82629# corrected some assertions

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [75bb47187dfb30dd5ca318b19564a229bfca7237]

        #82631# CreateFromInt32 instead of String(int)

2001-01-17  Frank Schönheit  <fs@openoffice.org>  [40b4ba4a5dd11a66fea7c011b428e0f8e25d4ce4]

        #82631# adjusted the DELETECONFIRM_RECORD text

2001-01-16  Christian Lippka  <cl@openoffice.org>  [ade13663961c12b715d2d1e45c0b7d96235e4286]

        #82803# removed SetFamily

2001-01-16  Christian Lippka  <cl@openoffice.org>  [62cad0e30d807b531fdc5e3ffda533264267e151]

        #82677# replaced bullet-relative-size with fo:height and added fo:color

2001-01-16  Christian Lippka  <cl@openoffice.org>  [fb628451ce15d84219100d72f96e484980578856]

        #82677# replaced bullet-relative-size with fo:height

2001-01-16  Christian Lippka  <cl@openoffice.org>  [3c852a43bbd6100fb652e7af863508473b550225]

        #80654# fixed some false service connections

2001-01-16  Christian Lippka  <cl@openoffice.org>  [fab53cfb00da7678fc5c86c913b8fbc2c33fc9ce]

        #80654# fixed XServiceInfo for 2d shapes

2001-01-16  Christian Lippka  <cl@openoffice.org>  [7c3284c0075f8ec9c48b6a8e035768165c474bdb]

        removed unused property 'Graphic'

2001-01-16  Christian Lippka  <cl@openoffice.org>  [63fdb5d09aeec258b6d6a03f6f0fc186413fe021]

        fixed an assertions

2001-01-16  Christian Lippka  <cl@openoffice.org>  [478904b80e7b5a52af5d03e46a566208cc3cc1b6]

        #81737# set correct stylesheet on text created with the api

2001-01-16  Christian Lippka  <cl@openoffice.org>  [f111d176ff251300ca7913dc5c88d4ed9dafd016]

        #80654# fixed some false service connections

2001-01-16  jp  <jp@openoffice.org>  [5c6afc77acbf29ed3dd5e638c42c781232e28bea]

        Bug #80628#: Modify - if reset numrule then call first the modify of the base class

2001-01-16  jp  <jp@openoffice.org>  [dec9f2a338250ff162997158e5b53a66f2cb40df]

        Bug #80628#: SwSetFmtHint: ask the original attribute for any values

2001-01-16  Christian Lippka  <cl@openoffice.org>  [f684c28b9ff367502559d1d6f83e2fdf399aa943]

        #81737# set correct stylesheet on text created with the api

2001-01-16  Kay Ramme  <kr@openoffice.org>  [8ba62925bc47d97e2be0d57255ca9971d00b681b]

        create type by class only

2001-01-16  Kay Ramme  <kr@openoffice.org>  [fc27d61878cccb8bf86f71b6bd27423f54ae73ea]

        Mapping renamed to IMapping

2001-01-16  Kay Ramme  <kr@openoffice.org>  [49b4d41601e387b89512f2422fc515e3f1506100]

        use Type and TypeDescription instead of Class

2001-01-16  Niklas Nebel  <nn@openoffice.org>  [02ee9a6e98fc78becf59a7ad8cf6bc1e37005229]

        #78776# set strings for valiation error / input even if disabled

2001-01-16  Niklas Nebel  <nn@openoffice.org>  [3ed570a572983b928857ae6c6e04b12b07b09303]

        #78776# IsEmpty: test all contents even if disabled

2001-01-16  Kay Ramme  <kr@openoffice.org>  [8b739868ee0b344a5048816fef8ebf0b10f40c98]

        cleaned

2001-01-16  Kay Ramme  <kr@openoffice.org>  [a19b1a40e2ba489dd7e0603b7ccd93708c207c5e]

        now uses the typedescriptiopn; cleaned

2001-01-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a78dd8242ac77a7b7eaf97b2f6a3f047075aa67e]

        too much is as bad as none

2001-01-16  jp  <jp@openoffice.org>  [75455da97de8c10d0e330a1b056de0b496700d07]

        Bug #80650#: Out_SfxItemSet: if switch off the numrule then write the LR_Space direct

2001-01-16  Martin Gallwey  <mtg@openoffice.org>  [a07c5767d169736eb5315dd9b6bfcfc76190cef5]

        This change allows the compression state of a saved stream to be changed. That is, if a stream in a saved Package is stored uncompressed, the user can specify that it should be stored compressed when that Package is next written to disk

2001-01-16  Christian Lippka  <cl@openoffice.org>  [6749a3240a86bd277b36b4e28cdc0cbf448f03f8]

        #82803# removed SetFamily

2001-01-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7861586c997fcc1373cceb5af1c0e9724eb3b625]

        deliver macox

2001-01-16  Eike Rathke  <er@openoffice.org>  [cc37fbb3433608ce57e1bc3cba7c446c37e3863c]

        ImpInitCurrencyTable: LocaleDataWrapper getInstalledLocaleNames instead of International GetAvailableFormat

2001-01-16  Eike Rathke  <er@openoffice.org>  [ba8bdc916914ddf25d2cbb31f513305565303379]

        LocaleDataWrapper getInstalledLocaleNames instead of International GetAvailableFormat

2001-01-16  Eike Rathke  <er@openoffice.org>  [d682b08a98f3c7292cbcb5bfd358bb1b895ec62c]

        add: getInstalledLocaleNames

2001-01-16  Jörg Budischewski  <jbu@openoffice.org>  [75ace6ea74fff8c18d7e3b3ad571d390c4ffc9ec]

        #82295# now take care for readonly flags

2001-01-16  Jörg Budischewski  <jbu@openoffice.org>  [9ded8075edbff16ac64976b0fe5643429fbb4747]

        #82295# added attribute modifier

2001-01-16  Mathias Bauer  <mba@openoffice.org>  [1e982605500b3ff542b1ef557791611496b83463]

        #81500#: Kill file if STREAM_TRUNC

2001-01-16  Mathias Bauer  <mba@openoffice.org>  [c03d3a200e24ffc09d1ace8e9d710d874c4093fe]

        #81500#: new helper functions moved from sfx

2001-01-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fa01671f0a42c3bef5cbb976e238f59865387eca]

        instantiate static member - macosx

2001-01-16  Ocke Janssen  <oj@openoffice.org>  [0a3fa77c548e2864975b8ad4af7679f2bd42744c]

        #82391# forget to set lastColumn to zero

2001-01-16  Kai Sommerfeld  <kso@openoffice.org>  [af12ba4ab15b4fab836c4805d8962ecdb7bd55c4]

        #82848# - Fixed support for property "Compressed", which is named           "Compress" in underlying package stream implementation!

2001-01-16  Sven Jacobi  <sj@openoffice.org>  [7ee8af2e0bad72407df1ff069060895c568a2b38]

        added paragraph summation for ms compatibility

2001-01-16  Daniel Rentz  <dr@openoffice.org>  [0aa67a488a4d5c6d1ee3b2dc5fae7261d977af48]

        add: export of cell text rotation

2001-01-16  Daniel Rentz  <dr@openoffice.org>  [ab2ed761fb2b80ddb39f078f6082749e88121b88]

        add: GetExcRotation()

2001-01-16  Armin Weiss  <aw@openoffice.org>  [3d7dcb2b30d325472607336c241b0ebe6a7b2e84]

        #79946# changed bijective transformations, reimplementation

2001-01-16  Oliver Specht  <os@openoffice.org>  [f8a5a8ce00a7a9c03521440aa237d613ed6a6c0a]

        new: RedlineDisplayType

2001-01-16  Niklas Nebel  <nn@openoffice.org>  [6c9c4fef0dc2efbaf71aa9187094fbaae2fee8d9]

        #73157# CellRanges: allow part of range for hasByName/getByName

2001-01-16  Mikhail Voitenko  <mav@openoffice.org>  [384a0ebc1ab5d603526e92486007be86266f77f1]

        #82474# dont raise old windows if we are shutting down the plugin client

2001-01-16  Oliver Specht  <os@openoffice.org>  [b12d2dbb216ec9219458814f6d2e2fcc2c130d10]

        new: RedlineDisplayType

2001-01-16  Oliver Bolte  <obo@openoffice.org>  [857f60c694475ad63a1163169f6f5e038b451d82]

        #65293# parse error linux compiler

2001-01-16  Oliver Bolte  <obo@openoffice.org>  [b3bb839838f0161cd55cee4971fb385eff816384]

        #65293# parse error linux compiler

2001-01-16  Oliver Bolte  <obo@openoffice.org>  [b6a0f4d5f9feb073c64bac929ed73acae11a1823]

        #65293# parse error linux compiler

2001-01-16  Frank Schönheit  <fs@openoffice.org>  [82b88c91d2e87194a9ceaa2ccc08646c8c57284c]

        #82802# corrected the svae slot URL in the Invalidate calls

2001-01-16  Mathias Bauer  <mba@openoffice.org>  [ee7bab937a8406f752ce94dafd875d0f1fc8ec5f]

        #80061#: don't use temp. Storage for writing into SfxMedium constructed with a storage

2001-01-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [19c5040d713125f6c53d064522678e4af20a9116]

        static member instantiation

2001-01-16  Oliver Bolte  <obo@openoffice.org>  [74717213b70ed6fbdf213f2dddf2fbce07e82abc]

        #65293# parse error linux compiler

2001-01-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a35ccd36127fbcf5a33894fc09ec54443306487c]

        static member instantiation

2001-01-16  Oliver Bolte  <obo@openoffice.org>  [9dc655d47a6228b04da4190f6a579b1092d6984e]

        #65293# parse error linux compiler

2001-01-16  Jörg Budischewski  <jbu@openoffice.org>  [9b7fc6f2b143c8c34b5bdd1e1c08f49e64f31abb]

        #82295# completely rewritten, a lot of work is delegated to the pack subdirectories

2001-01-16  Jörg Budischewski  <jbu@openoffice.org>  [137025cd93bb09a3a06d3be7adcc1ebb5b7012c3]

        #82295# checks for binaryfile consistency

2001-01-16  Oliver Bolte  <obo@openoffice.org>  [276d78ee789e430acc2ab954a6db699043d6f8bf]

        #65293# parse error linux compiler

2001-01-16  Jörg Budischewski  <jbu@openoffice.org>  [51665455672e5824b738f6a4e99a76ad93d2c0e3]

        #82295# checks for includefile consistency

2001-01-16  Jörg Budischewski  <jbu@openoffice.org>  [2d48f399256cce185ba852be0ceb0550ae08a6b1]

        #82295# does the additional copies for the odk

2001-01-16  Jörg Budischewski  <jbu@openoffice.org>  [c3dbdd467d8dca3a058ea0fd451267e5c3ec04cb]

        #82295# does the udk unzipping, if necessary

2001-01-16  Daniel Vogelheim  <dvo@openoffice.org>  [2fee875cabae108a8cd7cad0830cf40eb26ac88f]

        - fixed: wrong include

2001-01-16  Oliver Specht  <os@openoffice.org>  [5a659ca08a76c4f894aac7a60cac3b8790c1cc2f]

        C40Insert

2001-01-16  Kai Sommerfeld  <kso@openoffice.org>  [4d0bd406d57a3e7493d34a9f65ee6d5f734ea7ea]

        #82770# - Fixed setting of property 'Title'.

2001-01-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a86ebc69d6800b6cafb1568a3314126aa000b4d7]

        syntax

2001-01-16  Kurt Zenker  <kz@openoffice.org>  [242101148d24479dcf8aa742491693a1789c6ab3]

        new version for SRC617

2001-01-16  Dirk Völzke  <dv@openoffice.org>  [01c297bcfebd029741f2c26a2d432c8794586440]

        #76806# PreDoSaveAs_Impl() uses old storage if an error occured.

2001-01-16  Kurt Zenker  <kz@openoffice.org>  [35f0a051b267dedeaaeb7bf96129a77f26df0c25]

        new version for SRC617

2001-01-16  Ocke Janssen  <oj@openoffice.org>  [e85f1bb364307d3e2ecdc7c056282f3bee0c62ce]

        #82783# set ColumnSearch to FULL for char

2001-01-15  Kurt Zenker  <kz@openoffice.org>  [754492ff576fa8306bb06184290c67a0b5d66d3e]

        new version for SRC617

2001-01-15  Kurt Zenker  <kz@openoffice.org>  [0bfa7e452d117460e0342e5b6ecfc416a965f782]

        new version for SRC617

2001-01-15  Niklas Nebel  <nn@openoffice.org>  [07139a149fb0e261a71cc49f86ab264b127d2694]

        #78612# ScDataPilotFieldObj: allow setting Function before Orientation

2001-01-15  jp  <jp@openoffice.org>  [d9c291e973336bebb4b78002528cc157af3c63a6]

        use TempFile::GetURL instead of ::GetFileName

2001-01-15  Sven Jacobi  <sj@openoffice.org>  [fd9bdf994a4ca8f79377d7f1d547abb932c3343b]

        #68443# added W_META_EXCLUDECLIPRECT support

2001-01-15  Niklas Nebel  <nn@openoffice.org>  [1dcc48c4def934fdf5995c61d376eaa901f45e4d]

        #78683# right service names

2001-01-15  jp  <jp@openoffice.org>  [b9264a4ff4b27e39f30574d96f49706e98682733]

        IsSelOvr: skip over hidden paragraphs

2001-01-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ff9e36f5a61fb01525c0101189469d3aa6452ff]

        method abiguity - macosx

2001-01-15  Daniel Vogelheim  <dvo@openoffice.org>  [fb265657f041f4bcae33711bb1617f7802015156]

        - changed: attributes and namespaces of script + annotation fields now follow specification

2001-01-15  Daniel Vogelheim  <dvo@openoffice.org>  [4552d57fd9078f9bc7b704f66c17b4cc105e88c6]

        - added: text:script text field - fixed: office:annotation moved from table.mod to office.mod, changed attributes - added: office:annotation text field

2001-01-15  Christian Lippka  <cl@openoffice.org>  [8dc8989289f867751dd9e2c248fe8fc8e4054184]

        #82808# move object to group shape if it is already inserted

2001-01-15  Niklas Nebel  <nn@openoffice.org>  [4212e7cf52abe18ea335572c67152d62d37f7cfb]

        #75569# TextContent properties for text fields

2001-01-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ca595aad4fee22f57a712db2cfbd423312c485e]

        #65293#: merge error

2001-01-15  Christian Lippka  <cl@openoffice.org>  [3c03dc789924879a012e7c636c6792f373698a09]

        #82746# repaint shape after dispose

2001-01-15  Eike Rathke  <er@openoffice.org>  [c34364f1eb2ad72bb60d30cc9ae1559b8afac38c]

        #79211# WriteTables: no hidden tables

2001-01-15  Eike Rathke  <er@openoffice.org>  [617a251f6678bef6298b838d88a25cb697b12cef]

        #79211# IsEmptyTable: treat hidden table as empty

2001-01-15  Sascha Ballach  <sab@openoffice.org>  [f3d1c1a82a14aa475d4167a85a4faf6db2144d11]

        #82804#; I have to start the paint of annotations by myself.

2001-01-15  Christian Lippka  <cl@openoffice.org>  [5e882f956779e6b6de9c491573ea5b652fcc5f2d]

        #82806# insert new master pages at correct position

2001-01-15  Kurt Zenker  <kz@openoffice.org>  [45fe6f922fe322593e9e5616bbe26144bf0f568d]

        new version for SRC617

2001-01-15  Oliver Specht  <os@openoffice.org>  [e5dfee7337e2cda0ea517a04e6c7ffec1f67cfdc]

        TextContent properties corrected

2001-01-15  Eike Rathke  <er@openoffice.org>  [33ff01b28770fffec0238573b820cb1bc25b2816]

        #81697# WriteGraphic: don't assume file name extensions are of length 3 ... modify base name correctly

2001-01-15  Sascha Ballach  <sab@openoffice.org>  [d71408060df32f93ddf6f0d189c9134bf4356286]

        use the OUStringBuffer instead of the OUString for the message content.

2001-01-15  Niklas Nebel  <nn@openoffice.org>  [5d4d2eaa2ae50e936e65eb1ecbd17bc569049c05]

        #79158# use OComponentHelper for implementation of XComponent

2001-01-15  Sascha Ballach  <sab@openoffice.org>  [555a8a9e9c80efff5fc0b5302cffb9f577e66a9d]

        now the element text:s can be imported

2001-01-15  Niklas Nebel  <nn@openoffice.org>  [acbf1f5a28f509b4f0e67c51af449fcffdba824e]

        #79158# helper class to construct Mutex before other base classes

2001-01-15  Sascha Ballach  <sab@openoffice.org>  [ab9064dfc5019353416b36006aba11fcc78bf08a]

        use a OUStringBuffer instead of a OUString

2001-01-15  Sascha Ballach  <sab@openoffice.org>  [e535494e3e616197b6f77adc4c7088aac43d64da]

        the validation use the exportText method of the TextExportHelper to export the message content

2001-01-15  Sascha Ballach  <sab@openoffice.org>  [ef05ed7502777e70f3b4002e2450b8f339b0b74b]

        start of the Export

2001-01-15  Sascha Ballach  <sab@openoffice.org>  [76b15c5a420e77d4cb6beca859e7ec7f8b5de18f]

        now the annotation contains text:p

2001-01-15  Sascha Ballach  <sab@openoffice.org>  [684d7e15ec802106859a3b44c94ec9b5271ceda6]

        remove the include of xmlconti.hxx, because it is no longer necessary

2001-01-15  Kurt Zenker  <kz@openoffice.org>  [4e97a84c2cce3f7564bdc8f6be2a0cb33daaf3fc]

        SRC617

2001-01-15  Christian Lippka  <cl@openoffice.org>  [efdc741906d93ee4f529b3cb17707c9b1c2d55ce]

        #82097# SdXCustomPresentation is now an XComponent

2001-01-15  Oliver Specht  <os@openoffice.org>  [1ff9345a5683690126e80095c6e0466c71c7b623]

        #82675# configuration of labels

2001-01-15  Oliver Bolte  <obo@openoffice.org>  [f4f70444d32a820d54d14424a1212e8bb215fcca]

        #65293# cant compile for linux & solaris-sparc

2001-01-15  Andreas Martens  <ama@openoffice.org>  [50667125978ca1f976f6969325f6bcdb1fce5d96]

        Fix: CTL instead of CJK, of course. Thanks to FME.

2001-01-15  Oliver Specht  <os@openoffice.org>  [641c4f692d60a9dfe4d670f108014b2acd2542b2]

        #82675# configuration of labels

2001-01-15  Daniel Vogelheim  <dvo@openoffice.org>  [5689a392042b1a4c90d08def617eae58edba049c]

        - added: annotations im-/export (annotation fields) - added: script im-/export (script fields)

2001-01-15  Daniel Vogelheim  <dvo@openoffice.org>  [8967409f68801b7b0e8acd8cce1afc923716a39a]

        - fixed: TokenEnumerator now delivers a final empty token if present (was suppressed before)

2001-01-15  Armin Weiss  <aw@openoffice.org>  [4cb9b8129b8b1f479ace1287f569bf7ac4be83ba]

        #78622# corrected behaviour in painting shadow for hatch objects

2001-01-15  Kai Sommerfeld  <kso@openoffice.org>  [0b49d142d22a1a3f198ab0a8e0533bd864f3bd6f]

        Added support for property "Compressed" to package streams.

2001-01-15  Kai Sommerfeld  <kso@openoffice.org>  [a30d1de82888c6583afcb583ec6204b674c2a5e0]

        Added documentation for property "Compressed".

2001-01-15  Kai Sommerfeld  <kso@openoffice.org>  [9399f022d7c2a0e52cb29e103b7dc65a096cad8d]

        Reformatted documentation.

2001-01-15  Christof Pintaske  <cp@openoffice.org>  [570628f304979592ee14bf3a33fc68ea64384ee5]

        TurboLinux JP crashes after querying XNMultiLingual, useless for Linux anyway

2001-01-15  Kai Sommerfeld  <kso@openoffice.org>  [d6bba350e875dcaafbb5e92b16d0e53eebacbec1]

        Reformatted documentation.

2001-01-15  Michael Brauer  <mib@openoffice.org>  [536cdc6e0af7be88b40b2fd85865de43b10a6052]

        #81708#: new frame size properties and XML attributes

2001-01-15  Michael Brauer  <mib@openoffice.org>  [f436f36ea43f05a9e25bfdf1c2c6ab33ceca89cc]

        #81708#: new frame size properties and XML attributes

2001-01-15  gt  <gt@openoffice.org>  [94b5c3039e647a7f563dc3754cc74fd029604fd6]

        GRIDSET always set

2001-01-15  Michael Brauer  <mib@openoffice.org>  [9f55147829ec63c7e872f9037d118e6fc8c0e6bd]

        #81708#: new frame properties and XML attributes

2001-01-15  Oliver Specht  <os@openoffice.org>  [d9a476487f8371de9401919bc7de94024c96ddf8]

        Redline container

2001-01-15  gt  <gt@openoffice.org>  [f7d8d3a97b749101a1b67d95c267340bbc6ca40e]

        GRIDSET always set One page style with 'first page number set' on succeeding sheets  -> first sheet with page number, following with 'auto'

2001-01-15  Michael Brauer  <mib@openoffice.org>  [ce62214f52ceff60e8bd9c17288838d0819d307a]

        #81708#: new frame size properties and XML attributes

2001-01-15  Christian Lippka  <cl@openoffice.org>  [25ff9bd34e1575213bebfa052f6e8013f0f9bc74]

        #82714# use new getUnoPage method to get an XDrawPage

2001-01-15  Ocke Janssen  <oj@openoffice.org>  [c15b0b6ac7f1a44665f78cb0f1a2ba396d48f32c]

        wrong image for table used

2001-01-15  Kai Sommerfeld  <kso@openoffice.org>  [6a17c2a3d9cc5a6737d10ba1dcb0eb39b19e4765]

        Reformatted documentation.

2001-01-15  Kai Sommerfeld  <kso@openoffice.org>  [74504a1325b50194c7e650326231a112c30909b7]

        Reformatted documentation.

2001-01-15  Kai Sommerfeld  <kso@openoffice.org>  [ecc382bf13068cc42d200ada520f4ca706c1cb87]

        Reformatted documentation.

2001-01-15  Ocke Janssen  <oj@openoffice.org>  [2c65a6975da1569cb4ecf07763faebffd0bf5fce]

        #82643# new method to show sqlexceptions in messagebox

2001-01-15  Ocke Janssen  <oj@openoffice.org>  [96db5010dc726f1bdbfd0f97fc30936f066e707b]

        #82643# check if parser contains a filter or order

2001-01-15  Ocke Janssen  <oj@openoffice.org>  [e9bef5ef05cff54693b370374eff2a09c54ccc22]

        #82643# catch exception and free resources

2001-01-15  Kai Sommerfeld  <kso@openoffice.org>  [15534905af43e95fec9fd674678f93c380d310e6]

        Reformatted documentation.

2001-01-15  Ocke Janssen  <oj@openoffice.org>  [128e943303bdd75b6560afffa061cff7aad78456]

        #82643# check if table begin with a number

2001-01-15  Ocke Janssen  <oj@openoffice.org>  [3467786c192985a77ad1cad80eccf4a2bb9a1e53]

        only a comment

2001-01-15  Ocke Janssen  <oj@openoffice.org>  [4f7122e2c76c5acc7ae8f0efd719d1050e22cf1c]

        #82643# type double was missing

2001-01-15  Sven Jacobi  <sj@openoffice.org>  [eed8fe7dcd9ba2e99bc20cbd7f0f2d04e43bb2dc]

        increasing transparent tolerance value by one

2001-01-15  Oliver Specht  <os@openoffice.org>  [0b13d025a4179abce2086504046bc2e79c7dc492]

        #82747# minimum border distance can always be set to zero

2001-01-15  Björn Milcke  <bm@openoffice.org>  [a7bfb214fbe96a1b019be56d317e35dcd5d47f51]

        export of wall element

2001-01-15  Björn Milcke  <bm@openoffice.org>  [3c91bcaedacff8cd0a6607514925a0e10a4571e1]

        import of wall/floor elements

2001-01-15  Oliver Specht  <os@openoffice.org>  [f2fb4083c71ceb7df2c30e433028c898aed41d17]

        #82707##82708##82708# only XNameAccess supported

2001-01-15  Sascha Ballach  <sab@openoffice.org>  [0c166167d1b90c52b2de02b76536a5bfb752e6c3]

        pCellsItr don't have to destroy in the destructor

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [459eec78438136b8727ebaeea620bfd98c84e948]

        Merge SWT614: 01/12/01 - 23:54:30

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [0cd3f843407ae964a74bfabd5bc35ee87a6ff499]

        Merge SWT614: 12.01.01 - 23:43:02

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [7c32c44297e311f69d53223570c53e2aa87d7771]

        Merge SWT614: 01/12/01 - 23:42:13

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [f3f9fb23f1ef0178626c960ae79222feec843302]

        Merge SWT614: 12.01.01 - 23:40:55

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [a835f53d5837a5bd909a0cc21e3c6d55326ad73e]

        Merge SWT614: 12.01.01 - 23:39:52

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [ba9498f99e8dba78b933ca9ebcc93d0b4b78c4b3]

        Merge SWT614: 12.01.01 - 23:38:31

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [7942a885fd6c853619d56631ec85641b601ba25c]

        Merge SWT614: 12.01.01 - 23:36:44

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [92ff241b8f15d235050f9101614a650004a11dc6]

        Merge SWT614: 01/12/01 - 23:36:44

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [d39d3ae5e2ae38551acc6ef0c455d6d3cefb0de7]

        Merge SWT614: 12.01.01 - 23:36:32

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [4c21caa3bfb579af0646d9dcff38e911180f52f5]

        Merge SWT614: 12.01.01 - 23:35:44

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [5ae8021ec0f8e4d7f20194f0329f6647ecf5a703]

        Merge SWT614: 01/12/01 - 23:34:54

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [a297247efd0122bf551caf3dfdb11112e89b17f6]

        Merge SWT614: 12.01.01 - 23:33:24

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [27869706501d6b408d13e31961b6fb4cc6fe3e9b]

        Merge SWT614: 01/12/01 - 23:33:09

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [06006816062979a300996d9fc36836deb206b9c6]

        Merge SWT614: 12.01.01 - 23:32:59

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [1134172da207b6f4c49537c02ebe0046801c3291]

        Merge SWT614: 12.01.01 - 23:30:26

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [0be4f9b129bf8d38ad703ce91a515d67d6007366]

        Merge SWT614: 12.01.01 - 23:28:41

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [3a7c092e9c146abd6f856353a5ee8c6f07d71dec]

        Merge SWT614: 01/12/01 - 23:28:43

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [c7990647ca4113eec9dd723c595de68e67ed0ca8]

        Merge SWT614: 01/12/01 - 23:26:21

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [7ff7f2bcad83ea7e44ad413de78d26d0474da515]

        Merge SWT614: 12.01.01 - 23:26:06

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [3296a3bdc8ded860a0f5432d99d76e7b8239b41c]

        Merge SWT614: 12.01.01 - 23:25:58

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [66a246ccd19761fa67fdcfb4e7953ab8f6bcb264]

        Merge SWT614: 12.01.01 - 23:24:52

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [3de15695835ab468a86d7dff49a4fb26a49e12f6]

        Merge SWT614: 12.01.01 - 23:24:26

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [1f8c43b7210f58042f2c0b9542a3d91b8ee86c7f]

        Merge SWT614: 01/12/01 - 23:24:22

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [16bb1c04cf1222d83e8e97403c38ff68571cf050]

        Merge SWT614: 12.01.01 - 23:22:50

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [cd251992be9a7c73f99523d9934898913df035d5]

        Merge SWT614: 12.01.01 - 23:22:42

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [d21e5d74bf06b3286c26c86d94fa93934fdc18ed]

        Merge SWT614: 01/12/01 - 23:21:52

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [29ef9493c8df8df54131bcaa7cc3e53903399917]

        Merge SWT614: 12.01.01 - 23:21:23

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [f6e593a8382780235f2ce8e0346a64061f999ddc]

        Merge SWT614: 01/12/01 - 23:20:21

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [ec114a3c136c7c1e6cf8b601f9a5931d93934562]

        Merge SWT614: 12.01.01 - 23:17:23

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [40d6b274357e345b4da2ed8bcc990f86f5ea6d85]

        Merge SWT614: 01/12/01 - 23:16:59

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [d30ae59b930979e69ba787cc21cb1f2b2f655f4a]

        Merge SWT614: 12.01.01 - 23:15:01

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [1448727764bea895418ee50ce2df0d7d3ec46af8]

        Merge SWT614: 01/12/01 - 23:14:33

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [dfdffaca1f0623f7f80b2d11d53d770d78ceef80]

        Merge SWT614: 01/12/01 - 23:13:15

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [2c91238982f1e249ea6dfa42a3a171828e58d6fb]

        Merge SWT614: 12.01.01 - 23:12:19

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [07909310e913fda85c8a58b0af4700046d535dd9]

        Merge SWT614: 12.01.01 - 23:10:56

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [6063235f9c497f8992d65b28a04937fa989421e9]

        Merge SWT614: 12.01.01 - 23:10:56

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [1da8c120ab503888e202290566cfe68c41c3ed12]

        Merge SWT614: 12.01.01 - 23:07:50

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [88d6ba7d10a342358f7ebb023c2e20d13a7fb44a]

        Merge SWT614: 01/12/01 - 23:08:17

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [9cfcc437b02365202380fc66bedcf79212b71435]

        Merge SWT614: 01/12/01 - 23:06:33

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [f7b68a43591f4e0f7bb3718583874f33c0baf38e]

        Merge SWT614: 12.01.01 - 22:56:54

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [f119b78205f6254014b2a6bd95fc36667c4f5c66]

        Merge SWT614: 01/12/01 - 22:56:36

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [4521ecd16f0e4f9325df5f4d654de413f8165d2d]

        Merge SWT614: 01/12/01 - 22:54:57

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [55405e3d2410a894340c03ae5d0b3b97c91e28a6]

        Merge SWT614: 01/12/01 - 22:52:48

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [3a24e803ec6ef31a11fc4b0015951d080faae2d4]

        Merge SWT614: 12.01.01 - 22:51:02

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [4c3dee9a7087030d6f2d8f3f01d3525b05596371]

        Merge SWT614: 12.01.01 - 22:50:57

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [38c9cba21128eb8202d4fee680db46eeda1ea37c]

        Merge SWT614: 01/12/01 - 22:49:20

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [f00bb26fde42a0d8b6002086cbee3ca917176cd9]

        Merge SWT614: 12.01.01 - 22:48:51

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [5cd01fc8376e832a203a1c60f2b3fb2a8c72e305]

        Merge SWT614: 12.01.01 - 22:48:05

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [4a3a919df0862a7c64dcf3018c01c4b708e863ab]

        Merge SWT614: 12.01.01 - 22:46:43

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [08ae11943ebb5445786f1740fbab493ca728032c]

        Merge SWT614: 01/12/01 - 22:45:19

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [a0e84b8756dcdca6eec76ec65c8e7842bd49372e]

        Merge SWT614: 12.01.01 - 22:43:23

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [982abc3d8374d1645c6c5f424945445171b3ac89]

        Merge SWT614: 01/12/01 - 22:41:40

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [eac99d1edfea56a74382d66eb9e9922a4495bc24]

        Merge SWT614: 12.01.01 - 22:41:12

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [ab01fd3ef2604851eaf42f4fa58ae36ef8b6baba]

        Merge SWT614: 12.01.01 - 22:40:56

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [73f74632ea36f95730d06f6b68fa0bd040612f9b]

        Merge SWT614: 01/12/01 - 22:40:16

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [a955a8f23bf53e7bf247f0f1ee3f17726bca50ed]

        Merge SWT614: 12.01.01 - 22:40:05

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [279e709791e9f351881774e4e3c0629fa5b002fd]

        Merge SWT614: 01/12/01 - 22:39:12

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [a15e5a22f26ffa90a365c7c791f010e2beb4d045]

        Merge SWT614: 12.01.01 - 22:38:47

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [e4e765fa0410ea398026d8163cb4bc6f9500a923]

        Merge SWT614: 01/12/01 - 22:37:49

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [c3c1c3b239fcdfe1ad7c9512683702a0dd024d1d]

        Merge SWT614: 12.01.01 - 22:36:30

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [9fdfe4159fcc9d94e3ac2baeb5a3079223ed48b8]

        Merge SWT614: 12.01.01 - 22:36:20

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [69de613e0e58005fc23fae24a3ac69b439d23717]

        Merge SWT614: 12.01.01 - 22:33:55

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [a6bdfb127db025649895938d42ab45846373b079]

        Merge SWT614: 12.01.01 - 22:28:06

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [25738b905e9a9a82aab98b9955315e989c24ebc3]

        Merge SWT614: 12.01.01 - 22:26:31

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [a9706448b8e9bb47ff718adacb288b7d08d30310]

        Merge SWT614: 12.01.01 - 22:22:15

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [638e88cee1da1f1ab7625df1df136bbbcb85ece7]

        Merge SWT614: 12.01.01 - 22:18:36

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [234120ff490752aa8c9795330c071e1f50e1a403]

        Merge SWT614: 12.01.01 - 22:14:56

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [9fe2a68a0f3a3f78a912f3349b69ef85200104d8]

        Merge SWT614: 12.01.01 - 22:13:02

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [28cc2334005eae05d34899c197d8a63757440431]

        Merge SWT614: 12.01.01 - 22:10:07

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [20035409921460c8070a602d4b1bf5df123da876]

        Merge SWT614: 12.01.01 - 22:09:34

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [273ed358f37031c800f95b94d141f97dd05c9f13]

        Merge SWT614: 12.01.01 - 22:07:39

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [cd7e330b37cb47d6d37d70c6004471a76bed9f9b]

        Merge SWT614: 12.01.01 - 22:03:12

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [80fc85ae3b945bfe8e99a4355d34b025e3668808]

        Merge SWT614: 01/12/01 - 22:02:58

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [064858ddc61f985f18fe595c45c7b9fb0ab932ff]

        Merge SWT614: 12.01.01 - 22:00:50

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [ec7ed5e45c5ea162e9f4c5088f9ee5d8f122d406]

        Merge SWT614: 12.01.01 - 22:00:07

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [d637f7e670c635d024be44b8314ecb3d631cd5c9]

        Merge SWT614: 01/12/01 - 21:59:57

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [11649c8d63b549379a0180c0aaa2d9575447c45d]

        Merge SWT614: 12.01.01 - 21:54:30

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [2cd449c8839705488376397fbd88e2bb7d27c420]

        Merge SWT614: 12.01.01 - 21:52:25

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [092b8c2e09d2555bf8c495fbaaa6bd626974d418]

        Merge SWT614: 12.01.01 - 21:45:21

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [8d583c9ad947bc01b86bac19327f3e524c19c7d0]

        Merge SWT614: 12.01.01 - 21:43:22

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [d1cfe98ee0dc2af9e26e8be2d01c55331ef95da9]

        Merge SWT614: 12.01.01 - 21:41:48

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [8ecd34f682c6373be16055c5b62e49af725e10ea]

        Merge SWT614: 12.01.01 - 21:41:26

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [c79e9c714884d3ba7f0b09d1535d777413c2ce88]

        Merge SWT614: 12.01.01 - 21:40:23

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [300d4cf9d09aed3abd111af258ed4ff024e4d825]

        Merge SWT614: 12.01.01 - 21:40:07

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [ea02b01c30eb55c2278588b7e63f20bb14d196ba]

        Merge SWT614: 12.01.01 - 21:36:15

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [f0edfa263be21c5fc636a69581b9c67ce16d7936]

        Merge SWT614: 12.01.01 - 21:33:33

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [cbd26a173c61ac77f08bfe154645e7e25ea2ef26]

        Merge SWT614: 12.01.01 - 21:20:28

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [b1749ecb7985d0893df63368b604ee442f67c289]

        Merge SWT614: 12.01.01 - 21:19:21

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [fe8be82bc85fec1dce323ca451b7ceae1e8fb2ec]

        Merge SWT614: 12.01.01 - 21:18:16

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [78758bedd987b4ad3cecfc469a8482a0e2563dd0]

        Merge SWT614: 12.01.01 - 21:13:41

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [35fe7d5e6e9bc40e1a4d98e1f5e17af8f15e372c]

        Merge SWT614: 12.01.01 - 21:11:18

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [59775acf6733a9276f75997fdb7db18ac866fc1d]

        Merge SWT614: 12.01.01 - 21:10:30

2001-01-12  Kurt Zenker  <kz@openoffice.org>  [226eac0d2ee93dc8e7b43922420b9b2cd9492cf3]

        Merge SWT614: 12.01.01 - 21:09:50

2001-01-12  Niklas Nebel  <nn@openoffice.org>  [e99fc1b2c41ca1ef8c2c2cc02703d624496334d0]

        #81311# handling of asian formats improved

2001-01-12  Niklas Nebel  <nn@openoffice.org>  [f310d281a480bf26f9c2efec811f3796f2704948]

        #81311# SvXMLNumFmtDefaults

2001-01-12  Daniel Vogelheim  <dvo@openoffice.org>  [8632a0b8ff1ed0f7331d6cee863d94b89aa24cc0]

        - fixed #81985#: Property LabelDisplayFormat in table and illustration indices                  now uses meaningful values from ReferenceFieldPart

2001-01-12  Daniel Vogelheim  <dvo@openoffice.org>  [548077da4bbe8998fb5316e8f3963235b76ef284]

        - fixed #81985#: caption sequence format in table and illustration indices fixed

2001-01-12  Martin Gallwey  <mtg@openoffice.org>  [474b7b561e7dca27f3a565fd56a53b6206f2b99d]

        Assigned namespace prefixes

2001-01-12  Armin Weiss  <aw@openoffice.org>  [7afe2ef785c59c2ef4444b5d7cff399cae3599b4]

        corrected GetItemSet()

2001-01-12  Christian Lippka  <cl@openoffice.org>  [fbe75033302dcef8f0e5b690a135b4a5736bd17d]

        change createOnInstanceFactory to createSingleFactory

2001-01-12  Frank Schönheit  <fs@openoffice.org>  [fcc991deb2c6860f2761969477fd1adf36f56c61]

        StringToAny: corrected the evaluation of booleans

2001-01-12  Armin Weiss  <aw@openoffice.org>  [a2a72bce4ff73f761e2f05c5f697adc34ade3546]

        corrected MergeAttrFromMarked() and SetAttrToMarked()

2001-01-12  Christian Lippka  <cl@openoffice.org>  [3d4c654da98233247feaaee60d0b8174c15a5414]

        #82607# removed propagated properties for group shape property map

2001-01-12  Armin Weiss  <aw@openoffice.org>  [233529513467cedd9b6b1cca69c3f6760a5a5cb0]

        corrected E3dScene::GetItemSet()

2001-01-12  Armin Weiss  <aw@openoffice.org>  [2a794100d2222955c4dc9f5c25a606581552d68f]

        simpler E3dObject::GetItemSet()

2001-01-12  Armin Weiss  <aw@openoffice.org>  [9dba593c6c5bea8dbb0272699d0fc27677c5eef6]

        removed usage of SID_ATTR_3D...

2001-01-12  Armin Weiss  <aw@openoffice.org>  [8feeff462601dfa3b691f4e38c50702c022e5c76]

        use SDRATTR_3D instead of SID_ATTR_3D..

2001-01-12  Christian Lippka  <cl@openoffice.org>  [2c47e4ffd9d873c9f4ffb29f2dc8d6980ac578f9]

        #82042# added support for xml filter components

2001-01-12  Christian Lippka  <cl@openoffice.org>  [15588017f29a5dfd04634b01c371fbc3ce37a3fa]

        #82042# added support for xml filter components

2001-01-12  Christian Lippka  <cl@openoffice.org>  [a40f210c17bedfbcd41aa297cdbd174b2e106d69]

        #82042# added support for xml filter components

2001-01-12  Christian Lippka  <cl@openoffice.org>  [6d8acbb12b23a3aa89fa97df4d7534229dfadd3c]

        #82042# added support for xml filter components

2001-01-12  Armin Weiss  <aw@openoffice.org>  [c18cc48aa641e4ade79c6b98adf1ea4ef04dddc5]

        used SDRATTR_3D instead of SID_ATTR_...

2001-01-12  Armin Weiss  <aw@openoffice.org>  [738d20611666e094efb3a373f038a329885ede98]

        replaced usaged of SID_3D_... with SDRATTR_3D...

2001-01-12  Oliver Specht  <os@openoffice.org>  [d6a7503223fc57c79f95f641c817533569204d6f]

        new: Redline container

2001-01-12  Oliver Specht  <os@openoffice.org>  [adf8cff06c7b636d0105b72dc529acc163cf9f62]

        Redline container

2001-01-12  Christian Lippka  <cl@openoffice.org>  [e04b10645446bc2dc5811844c37915a4655637e3]

        #82042# added support for xml filter components

2001-01-12  Christian Lippka  <cl@openoffice.org>  [2a613b1ba9cfb55e259b94e9b908bcf29dd8a8c2]

        #82042# added support for xml filter components

2001-01-12  Christian Lippka  <cl@openoffice.org>  [feb72c53d09a5bad98a6ffbbc8ca75815de8caca]

        #82042# added support for xml filter components

2001-01-12  Oliver Specht  <os@openoffice.org>  [6bff13645223e2a2701acc1b6f7d579671c97e06]

        new: Redline container

2001-01-12  Martin Gallwey  <mtg@openoffice.org>  [dcbc1d748eec27f998b3d12b87a43b38e227bfa1]

        Added header, namespace information and cleaned it up a bit

2001-01-12  Christian Lippka  <cl@openoffice.org>  [a0d09d23c1e86871e8ba24e2b9e0813c44147aa3]

        added matrix for 2d and 3d transformations and properties for untransformed geometries

2001-01-12  Sven Jacobi  <sj@openoffice.org>  [ca71f63ae54a651c71b93c49786640f016e6650f]

        added four autoshapes (IrregularSeal1, IrregularSeal2, Seal4, Star)

2001-01-12  Oliver Specht  <os@openoffice.org>  [6e2054fc20b8769a94d412d977e740142cc07816]

        Base classes of UNO wrapper classes

2001-01-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5df47e1be09b7387dc5bd2449a753f177a64416]

        staticmb.obj for MAC only

2001-01-12  Kai Ahrens  <ka@openoffice.org>  [b86d42b87533f4bee45291f67f888a3a553cdc28]

        syntax

2001-01-12  Frank Schönheit  <fs@openoffice.org>  [9b4c3f51fbaf6c5dc6e928071b35a4d7ff400225]

        don't hold the form info service statically - caused problems 'cause it was the last ModuleResourceClient and destroyed upon unloaded the library

2001-01-12  Daniel Vogelheim  <dvo@openoffice.org>  [159e84aa2bac2af3b137ff0ed8be21fc7353aee0]

        - changed: prefix of redline IDs changed from 'RL' to 'ct'            (which is more in line with other prefix names in the format)

2001-01-12  Patrick Luby  <pluby@openoffice.org>  [0e8ad9f2095d5b04b93760f063b444babd9f07ea]

        Created this revision using autoconf tool from version 1.20 of configure.in file

2001-01-12  Frank Schönheit  <fs@openoffice.org>  [9cade0aaa8b4c3ee1d41c402669cd53e2c1cc5bc]

        property browser implementation outsourced

2001-01-12  Frank Schönheit  <fs@openoffice.org>  [bcbd1083018a2fbc1f772c4d5340ef36785852cf]

        removed an obsolete include

2001-01-12  Frank Schönheit  <fs@openoffice.org>  [6161cba73dcb30811f59da953eaa788ecce3e23f]

        adjusted the ...NO_SELECTION text

2001-01-12  Frank Schönheit  <fs@openoffice.org>  [a8cdf6e4ad40f0f7942a6b77dc6ed9a1c0589892]

        outsourced the property browser (extensions/source/propctrlr) - a lot of obsolete files

2001-01-12  Frank Schönheit  <fs@openoffice.org>  [a0d2e7eb2806f30b90d1681a20702a1e5139387e]

        include adjusted (implementaion for the property browser changed)

2001-01-12  Michael Hönnig  <mi@openoffice.org>  [b34a8f8d49b8419943f5fae9635f37ddf64787ee]

        missing argument documentation added

2001-01-12  Sven Jacobi  <sj@openoffice.org>  [cb0306122007b6aeff565a3a1ff4b03e07f11ddb]

        #73053# now supporting some path actions

2001-01-12  Sven Jacobi  <sj@openoffice.org>  [c0d8594f808bcd0e4895ac3079eb22655b956a9a]

        #73053# now supporting some path actions, added polybezier action

2001-01-12  Daniel Rentz  <dr@openoffice.org>  [d117cf6a0ea78986d07a357e765cc730ab11fe37]

        add: export of page breaks

2001-01-12  oisin  <oisin@openoffice.org>  [c0f92b67d58681dd7a6f61d7795a91201c46cf91]

        Added --with-lang=ALL option. Updated --with-lang usage message.

2001-01-12  Frank Schönheit  <fs@openoffice.org>  [9da31656e2b3a38e029491cf3edb8b0379421f6e]

        initial checkin - outsourced the form property browser

2001-01-12  Vladimir Glazounov  <vg@openoffice.org>  [b90708e08dba62f491489ba7c96a4b65ff68747b]

        fixed braindead changes

2001-01-12  Martin Gallwey  <mtg@openoffice.org>  [ab90a36d695174e5a4644f2538baa4cac687535d]

        #82700# getLength method should _not_ change the current position in the stream

2001-01-12  Frank Schönheit  <fs@openoffice.org>  [6831bda53a3854e6fb11e0b3cbbaa7acc4f48894]

        font name may be NULL - don't assert in this case

2001-01-12  Oliver Specht  <os@openoffice.org>  [4e436d54dff4bce2b2fd6863d0e3a97143488e78]

        #82360# getSomething: ask for number formatter implementation

2001-01-11  Patrick Luby  <pluby@openoffice.org>  [6229560ec58efea75cc322bdc4406d84e8ca32dd]

        Removed MACOSX #ifdef's now that vcl implementation can support this code

2001-01-11  Niklas Nebel  <nn@openoffice.org>  [793fdc156e464137417cc888dd9fc85e3b620432]

        #80761# description for ScCellFormatsEnumeration

2001-01-11  Eike Rathke  <er@openoffice.org>  [6275b8d12ec00780bb1a68b913559ac2b0646c14]

        #82521# ApplyAttributes: don't reset number format to default SYSTEM GENERAL if not intended

2001-01-11  Björn Milcke  <bm@openoffice.org>  [95d58d71aabe568cbc12ee475aba8c0d04f4ac5e]

        for draw styles containing gradients/hatches/markers and dashes there is a styles context

2001-01-11  Björn Milcke  <bm@openoffice.org>  [7f151e2bf91494c06ae1ec032a68bf913695e2b6]

        ex-/import draw properties by mapper-chaining rather than doing it in this class 'by hand'

2001-01-11  Martin Gallwey  <mtg@openoffice.org>  [78716fb3a292afe3b6d4ed2e307468dee3819fa4]

        #82700# Real cause for bug 82700 was an implementation of XSeekable->getLength which changed the current position in the stream.

2001-01-11  Björn Milcke  <bm@openoffice.org>  [99e2581428a8c0fe112d7705424088c200568e4c]

        there may be a styles section for gradient-tables, etc.

2001-01-11  Björn Milcke  <bm@openoffice.org>  [782ac545e2e6aa6ccb129cf02afd3fcd73f86519]

        +CreateShapePropMapper to get mapper for external chaining

2001-01-11  Björn Milcke  <bm@openoffice.org>  [a2f19ccde939f59b42ea142e25b857557c3373a7]

        +CreateShapePropMapper to get mapper for external chaining

2001-01-11  Patrick Luby  <pluby@openoffice.org>  [6a7b5ebeeb49882cb3af21cb26c79a62e06af094]

        Added delivery of bmp executable package for Mac OS X

2001-01-11  Kai Ahrens  <ka@openoffice.org>  [557cae9575fe81fc9120f773547b1ec0e4b60dd9]

        dragserv.hxx removed

2001-01-11  Kai Ahrens  <ka@openoffice.org>  [2b90af09bf444612ba6a0588ff3e524658cc6b0e]

        made ::GetDocSh() const

2001-01-11  Kai Ahrens  <ka@openoffice.org>  [579b0eccc216258d83dc70105a01903360919cc7]

        SdDataObject => SvDataObject

2001-01-11  Niklas Nebel  <nn@openoffice.org>  [711a4605f3918b4829a83f58db9fe2ee6765533a]

        #82656# ScChartObj: XNamed (read-only)

2001-01-11  Niklas Nebel  <nn@openoffice.org>  [4e199ec5f18546b77117e9613112d291c9b8354d]

        #82656# ScChartObj: XNamed

2001-01-11  Kurt Zenker  <kz@openoffice.org>  [606bb7f8c9998acb769dadccfa90b11bd048fd24]

        SRC616

2001-01-11  Martin Gallwey  <mtg@openoffice.org>  [899e254d909ce5af904fbae0b22a86c4b3bdf0df]

        #82700# I added a check to make sure that when the media type is set, that it has length > 0

2001-01-11  gt  <gt@openoffice.org>  [3b0a6fc7a426063dfd6edde904d1a890ea42c463]

        ImportExcel::Setup(): page num 0 set if auto is required

2001-01-11  Niklas Nebel  <nn@openoffice.org>  [22826a60fcf22357fc30a04f050399b474e96974]

        exceptions, warnings, member names

2001-01-11  Oliver Specht  <os@openoffice.org>  [82c7c8e56de1912089c290cd9d11e27ac205dd50]

        new: service CharacterPropertiesAsian/Complex

2001-01-11  Oliver Specht  <os@openoffice.org>  [f957536b8ddf5601edd1940763b48fa1b4bc47a4]

        service CharacterPropertiesComplex

2001-01-11  Oliver Specht  <os@openoffice.org>  [9209e3a4328de8a396ab655aaea948631ae11381]

        service CharacterPropertiesAsian

2001-01-11  Caolán McNamara  <cmc@openoffice.org>  [7e0c0288d6befd85ecf8cbe76258278b1d6e4bd9]

        #82554# MathML unbalanced brackets support

2001-01-11  Caolán McNamara  <cmc@openoffice.org>  [a96903ba1d6e3bda5fb5290885a0e0b60d75c029]

        #82554# _stretchy_ keyword

2001-01-11  Oliver Specht  <os@openoffice.org>  [9b5d8349e4427a9fa749ba668e7c7bfa5421a240]

        new: XRedlinesSupplier

2001-01-11  Niklas Nebel  <nn@openoffice.org>  [2e88af6293071947311817df2fa2448a41dd8c67]

        #82673# #82674# getByIndex / getByName: exception on wrong argument

2001-01-11  Sascha Ballach  <sab@openoffice.org>  [97e471ad7be229699ed41d85ed5c56747ac940d3]

        all expresions were created first and then all get the function and they will compile

2001-01-11  Oliver Specht  <os@openoffice.org>  [acaa3ad09c929a8cc4ad5f8001cfdd509cd81abf]

        redline properties at tables and sections

2001-01-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ee1acd027428355809246ffb027b05f7eb57abed]

        static member initialisation - macosx

2001-01-11  Oliver Specht  <os@openoffice.org>  [943b477d733e571cad60a3397cbf699472bbb68b]

        redline properties at tables and sections

2001-01-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8ab1716575f811690317613f390b69ce951bebfb]

        static member initialisation - macosx

2001-01-11  Sven Jacobi  <sj@openoffice.org>  [2466a3473f91ede8f29e933c345b0219b62edd3b]

        not mapping twice

2001-01-11  Armin Weiss  <aw@openoffice.org>  [8db5ee4a7228db7e9df9d3c14285a5536ea127b5]

        Added interface to SdrObject to get/set transformations; this is needed for XML file format and future compatibility

2001-01-11  Niklas Nebel  <nn@openoffice.org>  [29ee2fa70b429beb787743139dcc2cfe983d7b42]

        modify range name: keep index

2001-01-11  Kurt Zenker  <kz@openoffice.org>  [81d73f68cd5c484db356b4e35d25cf267d6258de]

        SRC616

2001-01-11  Daniel Rentz  <dr@openoffice.org>  [637055469d986fca2a9e5438c054e436485f7d03]

        chg: updated hyperlink export

2001-01-11  Daniel Rentz  <dr@openoffice.org>  [964ee9e6204adf45f39e0f5652f8b0eb8cb754c0]

        add: RootData::sAddNoteText - append any text to note text

2001-01-11  Daniel Rentz  <dr@openoffice.org>  [30a66f9f2ea31b75d18a4562f267b525942f47a5]

        rmv: ReadFileHLink(), ReadURLHLink()

2001-01-11  Daniel Rentz  <dr@openoffice.org>  [e2a36792179f7a42632de0b1b605c50e53ce79cd]

        add: hyperlinks

2001-01-11  Daniel Rentz  <dr@openoffice.org>  [2651f3f4eccd28378943b7289046b71ce9708285]

        chg: updated hyperlink import

2001-01-11  Daniel Rentz  <dr@openoffice.org>  [70c09621ec359224d5d0e9f2d0ec75e1845a8116]

        add: append hyperlink text to note text

2001-01-11  Daniel Rentz  <dr@openoffice.org>  [34d315a83332b425d3932f07a198706628ddc1b6]

        chg: hyperlinks

2001-01-11  Ocke Janssen  <oj@openoffice.org>  [b0f0422e3167b6f1fb966b1a6d53f1d04ecf1755]

        #81232# new title of error box

2001-01-11  Ocke Janssen  <oj@openoffice.org>  [08aa5d87370ab62a702ae04cd8f41ba089688836]

        #81232# new string

2001-01-11  Ocke Janssen  <oj@openoffice.org>  [0c2852ab7b666ad3aa417dee7de389a35b600754]

        #81232# saveas implemented

2001-01-11  Ocke Janssen  <oj@openoffice.org>  [843be85d0893f92607aaee1146bf8d549d798e00]

        #81232# get name of currently selected query

2001-01-11  Ocke Janssen  <oj@openoffice.org>  [14818eca02ac003a020619d158c2527a109a2894]

        catch exception

2001-01-11  Ocke Janssen  <oj@openoffice.org>  [8769874fe42e8ff1e0eb82c51fa5d1ca5a2bed09]

        eof missed

2001-01-11  Sascha Ballach  <sab@openoffice.org>  [624495472c1b44fe5057d0e7d0f1022aec778be0]

        move some includes of the xmlexprt.hxx to the cxx

2001-01-10  Gene Anaya  <ganaya@openoffice.org>  [705d57c9b7714a9dc6246da8f6727edf31487570]

        Add #ifndefs around static variable instantiation inside templates for MacOSX

2001-01-10  Daniel Vogelheim  <dvo@openoffice.org>  [7134a4c7f16f43d87742c4b8cd1cb523d0ac53ba]

        - fixed: guard for obsoleted if clause if lcl_ExportHints(...)

2001-01-10  Daniel Vogelheim  <dvo@openoffice.org>  [c7f0c9c915f9c16525738797c61a16935067297c]

        - added: redline ID property - added: SwXRedlineText class for XML redline import

2001-01-10  Daniel Vogelheim  <dvo@openoffice.org>  [52d244dee88b111631680d8cd4c8b922f9640c15]

        - added: redline import

2001-01-10  Daniel Vogelheim  <dvo@openoffice.org>  [daa3875fdcd9e5f646416a6bfc8207558f788254]

        - continued: redline im-/export   (works only within paragraphs, thus still disabled in txtparae.cxx)

2001-01-10  Martin Gallwey  <mtg@openoffice.org>  [5943454c7f1ca122579bed70b8ebde51b62467d0]

        Oops....committed makefile of test application

2001-01-10  Eike Rathke  <er@openoffice.org>  [2cd341e7d869b2eb6e0f5ac15fab6f0937a47c8f]

        #75801# ScRept: repeat count 0 is allowed

2001-01-10  Eike Rathke  <er@openoffice.org>  [321f46a207a99c51d2161af9c7d4ed7fcf970a99]

        #81175# CompileXML: establish listeners for matrix reference cells

2001-01-10  Oliver Specht  <os@openoffice.org>  [277e2262d245dc40722593d9f0002ddc31a8d21c]

        #82640# GPF in OpenDataSource disposed

2001-01-10  Oliver Specht  <os@openoffice.org>  [08cc719f781fe076241444f029a2576de30cc5e6]

        #82653# DatasourceFieldName -> DatabaseFieldName

2001-01-10  Oliver Specht  <os@openoffice.org>  [a7544218c148734fe247e16d67fca525e44d5896]

        Ruby dialog

2001-01-10  Sven Jacobi  <sj@openoffice.org>  [49f5b317c424fc2ce870e9ee397b4d81fcc77d95]

        #81169# now supporting more rasterops when drawing bitmaps

2001-01-10  Eike Rathke  <er@openoffice.org>  [a5e22b23eb8b0a9711430aae755ecedaf32d9fd8]

        ReadUniStringLine: advance filepos sizeof(sal_Unicode) instead of 1

2001-01-10  Oliver Specht  <os@openoffice.org>  [f19dc86ff013cc96657f4fb0d55afb51212f288d]

        Ruby dialog

2001-01-10  Niklas Nebel  <nn@openoffice.org>  [40c3cda03409ed7558f5ab87d94e3aa22e8616af]

        #81199# combine consecutive text elements

2001-01-10  Kai Ahrens  <ka@openoffice.org>  [d20b04ac73df2b628b0834f7a8e88f84f649eb17]

        datatransfer interfaces are delivered now

2001-01-10  Ocke Janssen  <oj@openoffice.org>  [ccdeff0275e8f699128999e72010e17a53c8b7ec]

        #82645# setdatasource to null when our clone is in dispose

2001-01-10  Oliver Specht  <os@openoffice.org>  [9bbaa2b4d5a3b1550944700edea89304b6bbad4d]

        obsolete code removed

2001-01-10  Christian Lippka  <cl@openoffice.org>  [2d98c4aa8f02e52af34da314a496c4c2b1b8b16e]

        #82583# fixed LayerId to short

2001-01-10  Ocke Janssen  <oj@openoffice.org>  [7c6561673ee411384fe01f64fc9de23cdd66a6aa]

        #82620# calling convention changed

2001-01-10  Oliver Specht  <os@openoffice.org>  [29b7f6372d0ecbb5ef9616798a0b69c167bce0ff]

        copy bookmarks: keep type

2001-01-10  Oliver Specht  <os@openoffice.org>  [962a5983e625a629f8582770b9261aa23a4b184f]

        copy bookmarks: keep type

2001-01-10  Lars Langhans  <lla@openoffice.org>  [faed9f49109afb1ef49281f7ebbea61a3e667719]

        #81517# Assertion removed.

2001-01-10  Frank Schönheit  <fs@openoffice.org>  [6b2320b8d699a398c3d02a2c8cee8ca392ff5222]

        +HID_PROP_ESCAPEPROCESSING

2001-01-10  Kai Sommerfeld  <kso@openoffice.org>  [ac3a0f5148ce1a793c381cbd8e49109d9f70a65c]

        #78377# - Added WebDAV*Content*.idl

2001-01-10  Kai Sommerfeld  <kso@openoffice.org>  [8210bccac1a031fb5b2d04f5e475f60989a66685]

        #78377# - Initial revision.

2001-01-10  Vladimir Glazounov  <vg@openoffice.org>  [b950e8bb478540b6c9f48a850e5443ef4a0c5301]

        #65293#: DOS file format was converted to UNIX format

2001-01-10  Frank Schönheit  <fs@openoffice.org>  [f27a47552c7dc98a7a81123be1b53626b1cf3422]

        +HID_PROP_ESCAPEPROCESSING

2001-01-10  Ocke Janssen  <oj@openoffice.org>  [baa9c70b4d348ec369e3c9c4ddb8ec707697f958]

        #82620# calling convention of windows changed

2001-01-10  Daniel Vogelheim  <dvo@openoffice.org>  [ed157c553217ff820665926c79c54846a17ced5d]

        - fixed: redline portions now work even more          (previously redline portions and bookmarks where omitted if behind the last hint)

2001-01-10  Martin Gallwey  <mtg@openoffice.org>  [a2172536763df2366b4dd9c0f3a30ec0dc456bd6]

        Implemented a new XPropertySet to enable users to specify whether or not something is compressed. Also set a default compression level based on mime-type for new objects added to the package

2001-01-10  Niklas Nebel  <nn@openoffice.org>  [e7478a4f6ad74ebfa2a5baa9fea2dd1d55b7c66e]

        #82623# XPrintable removed

2001-01-10  Juergen Schmidt  <jsc@openoffice.org>  [252d1ecb4d98e21b691a70c7d99e1a4a94a937ee]

        remove warnings

2001-01-10  Kai Sommerfeld  <kso@openoffice.org>  [b10f046d378550bc613fc2ba15d05a49b21fbfa4]

        #81392# - Added Package*Content*.idl

2001-01-10  Kai Sommerfeld  <kso@openoffice.org>  [19695e1e3667b73b6755012308dbb1680ca80a4f]

        #81392# - Initial revision.

2001-01-10  Ocke Janssen  <oj@openoffice.org>  [4cc78385fa86cb6b37ce3dbf9509d4aea866829e]

        #81232# new helptext

2001-01-10  Babak Mahbod  <bmahbod@openoffice.org>  [80387601464ec5178fa37fe551be172635c19c11]

        Invert methods implemented.
CopyDeepMask methods implemented.
DrawBitMap Methods implemented.

2001-01-10  Ocke Janssen  <oj@openoffice.org>  [570cd170d99b86112af4a44a1ce4ee659bfbadb2]

        #81232# connection is only disposed when selfcreated

2001-01-10  Ocke Janssen  <oj@openoffice.org>  [0863e02ce524f0618776e2d87206dcd6e4123b14]

        typo

2001-01-09  Niklas Nebel  <nn@openoffice.org>  [ae87213683756d8213df7ed09b5ac3c801e9736c]

        SwapRow: don't break apart array formulas

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [d790738d6dee3d80db779d367ccae65911fa2a14]

        #81232#

2001-01-09  Kai Sommerfeld  <kso@openoffice.org>  [5420e6dad02124351005c6de309293d083a843db]

        Fixed: documentation.

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [006032082bfcf39e327cf943f6320e4896cac075]

        #81232# some new help id's

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [25d8b3296cadb80152c64bca7cd3eff13df355bb]

        #81232#

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [076f702820a4302c96f8f8a821cd2fcda6ab51ae]

        #81232#

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [b0c053184b851d32e59193ee1f93bc337b3c9065]

        #82391#

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [94d3db23001be935709c57525110a848fea14523]

        new string

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [166d3fedf1a47a1cb749330fc96cb27b65252e41]

        new method to determine if we have select count(*) stmt

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [61418d0bf7ed273ee048b3750e0450e28c85e5ec]

        look for concurrency

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [706bd2599aaa767226594fedf06face04c7c70c6]

        set of concurrency and determine if column is readonly or writeable

2001-01-09  Björn Milcke  <bm@openoffice.org>  [2f4480adc6a03ea9ed3e50bdcba204fe60849efd]

        set rotation after setting properties (that could reset the rotation)

2001-01-09  Oliver Specht  <os@openoffice.org>  [e122d6bd986a8e17f078af683fe9eb0d61dc77b7]

        optins TabPage 'Asian layout'

2001-01-09  Jörg Budischewski  <jbu@openoffice.org>  [0ea3c45e93d6c5aaad43c397849f668a5373196b]

        #82606# removed an ambiguity, introduced by a change in sandbox

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [f970ce8e0dc24d0220c96ff0802d21c3834490cf]

        parser changed for table names

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [e724c719baca9e90248dce0b67c64f36bb60de5c]

        catch SQLException separated

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [52426450243dfdffabb7f6e5765bc51cc9079349]

        impl metadata

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [e432aff42b61f3e2dc5e4ac467ac18a9b9eb14fe]

        full qualified namespace

2001-01-09  Daniel Boelzle  <dbo@openoffice.org>  [842d5116dbc16f9fa94cc58b1962aff58e2ac90c]

        minor makefile cleanup

2001-01-09  Daniel Boelzle  <dbo@openoffice.org>  [6891d52cc434f191521eade93205f969d62531d5]

        explicit static ref count

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [8be7db34ef778bc32bb8a547ba3ea36a67b84eec]

        set of metadata

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [2e4675917ba40bdfe6e76bc7fabc408eb8ced93b]

        full qualified namespace

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [ec07cca8d847fa1cefdeb61f069fcff4022cd9b6]

        new member variable for metadata

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [cba6583e5fffe4d31fe0e14bd82fc81496e3ca0e]

        resize vector

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [84d5cdd0562252d517d6523d1125236bc7a40a68]

        set of metadata

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [1e0dd581d05379515f5f0d9f928b36f7cc677674]

        two new properties and columns corrected

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [a26633d6d7e101c23a29a07d996ed90bf6abd77a]

        two new properties

2001-01-09  Ocke Janssen  <oj@openoffice.org>  [2f392cca6651409b7f9b3c10f9b661fa9a7d90f8]

        error description for SQLException

2001-01-09  Sascha Ballach  <sab@openoffice.org>  [68ef32bf7d45c62bd74a6288ff076024cf877b3f]

        use the new Context ID start value for Calc

2001-01-09  Sascha Ballach  <sab@openoffice.org>  [374aaac6fa0b3cff9ad18eead7c86c3ef73e5662]

        use the new Context ID start value for Page Master

2001-01-09  Oliver Specht  <os@openoffice.org>  [6a349b9740753b8422e29f902216655d845c7566]

        asian typography: character distance controls added

2001-01-09  Sascha Ballach  <sab@openoffice.org>  [a51c4c6e9b113a948e6f9375aae8596fa979628d]

        add the contextid.hxx

2001-01-09  Nils Fuhrmann  <nf@openoffice.org>  [bcf5d4b82fe89c1ebf30de75aea631b1da3ec272]

        SRC616

2001-01-09  Nils Fuhrmann  <nf@openoffice.org>  [c2be4d831bd9604e66fe116fc39f1d217ebbdb66]

        SRC616

2001-01-09  Nils Fuhrmann  <nf@openoffice.org>  [d8706037dea7085209902acf79f744d0b3b2b885]

        SRC616

2001-01-09  Nils Fuhrmann  <nf@openoffice.org>  [98a5adb81c7f46c6d208da63407822db8116028d]

        SRC616

2001-01-08  Bustamam Harun  <bustamam@openoffice.org>  [1b1a23b18f9c5f5e413b965b2108d02e58ab5f09]

        Checkin Naomi's changes

2001-01-08  Sven Jacobi  <sj@openoffice.org>  [b252ec106ac362eddb6c7a054ce56d8b6f2d6483]

        the functionality to create connector properties is now part of the EscherPropertyContainer

2001-01-08  Sven Jacobi  <sj@openoffice.org>  [288a2de60d84fb09c10f5b83e3bddfd474a8dad4]

        the functionality to create connector properties is now part of the EscherPropertyContainer

2001-01-08  Niklas Nebel  <nn@openoffice.org>  [29185f5b3f2dc5a2245ac2458b217ff29dd4003d]

        setPropertyValue / IsFiltered: right type

2001-01-08  Daniel Boelzle  <dbo@openoffice.org>  [ed905b8df08703407ab59ddf5f647ad7712a84d5]

        now compiling not only for C50I

2001-01-08  Daniel Boelzle  <dbo@openoffice.org>  [37d653385abba9ea6f1f1511b749ee45e86658de]

        set ebx to GOT when calling __Crun::ex_rethrow_q()

2001-01-08  Niklas Nebel  <nn@openoffice.org>  [c4901a93419ecf07ba5d25a9bb550ce71294340e]

        #79427# border distances

2001-01-08  Kai Ahrens  <ka@openoffice.org>  [3543b64d593b509635ca84df15096afc42f84695]

        added load on demand functionality for graphis

2001-01-08  Kurt Zenker  <kz@openoffice.org>  [56d8267a217b0c3c30ef3fff5e41e7362e1534f2]

        new version for SRC616

2001-01-08  Kai Ahrens  <ka@openoffice.org>  [80d3ab0f8c97188b5e23c340f1df652fc207dc1c]

        added load on demand functionality for graphis

2001-01-08  Kai Ahrens  <ka@openoffice.org>  [352996a346c3a92971cc91a45a4b7190f02a0a9a]

        added load on demand functionality for graphis

2001-01-08  Kurt Zenker  <kz@openoffice.org>  [8744627956d1be217218462efd1d62187b69d768]

        SRC616

2001-01-08  Kurt Zenker  <kz@openoffice.org>  [d2dc2bf48fabd13276501d47f4fe09a265ca1750]

        SRC616

2001-01-08  Oliver Specht  <os@openoffice.org>  [163372f82b8761e36e8e2a397981c9f5e59dc165]

        ::GetOptions: forgotten pRanges++ inserted

2001-01-08  Jörg Budischewski  <jbu@openoffice.org>  [19519616601a2a016eb966637742f4c3ca783e5b]

        added tests for empty

2001-01-08  Jörg Budischewski  <jbu@openoffice.org>  [9ad3304b4298c811f66791a5551a61ed543c20ce]

        #82577# connector throws an exception, when given an empty string

2001-01-08  Björn Milcke  <bm@openoffice.org>  [1d29881553fce8e9444e5cbaf1dabba685add713]

        #81826# import the attachment to an axis for series

2001-01-08  Björn Milcke  <bm@openoffice.org>  [feaf5439647f8f49093c7c477b0dcbc45ca0cf6c]

        #81826# import the attachment to an axis correctly

2001-01-08  Björn Milcke  <bm@openoffice.org>  [b8f9990a0fa137580a3446a0daf1df553e3b60b6]

        #81826# import the attachment to an axuis correctly

2001-01-08  Ocke Janssen  <oj@openoffice.org>  [9bec729ef80da0b53a2a606ccc19492210f619eb]

        new util dir

2001-01-08  Daniel Vogelheim  <dvo@openoffice.org>  [2864c4ebc20d73daad2cd1d57398efd32290a59e]

        - fixed: redline portions now work          (they used to vanish if formatting was used in the same paragraph)

2001-01-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d14c1a6c55af041857967f5713a88bb3a1f89e8f]

        special treatment for connectivity

2001-01-08  Daniel Vogelheim  <dvo@openoffice.org>  [5b98cc021d76fb4e5f6ed42e50f238c858ee6f5e]

        - fixed: author properties now work

2001-01-08  Niklas Nebel  <nn@openoffice.org>  [7de5c105fe6a11334397e52ef61f9a2dd8fc734b]

        #79427# use individual border distance values

2001-01-08  Behrend Cornelius  <bc@openoffice.org>  [9b2059b365a551d9d3df2a33f9e2a848a438a436]

        #71711# One String concerning external links modified

2001-01-08  Michael Hönnig  <mi@openoffice.org>  [5fb9a159e2b1bc64c5b26c08c198a547c0d11d59]

        XPropertySet was missing

2001-01-08  Michael Hönnig  <mi@openoffice.org>  [1e27506d51b29f821680c6409e69b098d8c1c1f5]

        XRefreshable was missing

2001-01-08  Kai Sommerfeld  <kso@openoffice.org>  [c980d0fe8138da92e0340255ad3fd10676dbc495]

        Fixed: Documentation.

2001-01-08  Frank Schönheit  <fs@openoffice.org>  [1d59f0bb7c6bf62f28ec6411b49b164ad9b4566e]

        call _disposing only if not locked

2001-01-08  Frank Schönheit  <fs@openoffice.org>  [e2572e8e5d4dede004f5b7d191fd30928599774d]

        added _disposing / locking of the adapter

2001-01-08  Jörg Budischewski  <jbu@openoffice.org>  [1538cb3039816b439af2be27dabb344bef886037]

        #82576# switched to IllegalArgumentException for an empty string

2001-01-08  Michael Brauer  <mib@openoffice.org>  [ede902ae98f64416f331623759741763e5ed5f80]

        #82001#: Removed try/catch when setting numbering rule

2001-01-08  Michael Brauer  <mib@openoffice.org>  [a3bfd0e33e3af6ef8757f8a8b8fccdf2aeda9f65]

        Removed SwDoc and SvStorage members from SwXMLExport

2001-01-08  Michael Brauer  <mib@openoffice.org>  [92bc08d686a1c584eeff63f58e7c8760d109f86a]

        Added XUnoTunnel to SwXText (required by XML export)

2001-01-08  Jörg Budischewski  <jbu@openoffice.org>  [cb96c707c9fb86f328df45bca6b380fa37d9f2fc]

        #82576# + #82586# empty connection string + second reenter are now properly handled

2001-01-08  Frank Schönheit  <fs@openoffice.org>  [f0c72af0613561032adf0c291ce5d95dbb6df966]

        overload getTypes to merge all the types of all base classes

2001-01-07  Babak Mahbod  <bmahbod@openoffice.org>  [ab93a0348cc1bc0ec64354d5b36479c085ef7755]

        BeginGraphics and EndGraphics now store and restore the current port pen state.
All methods modified to take advantage of the new implementations of BeginGraphics and EndGraphics.

2001-01-06  Patrick Luby  <pluby@openoffice.org>  [848b4d007f0646a008eb2fb65831b70b7a5a0d25]

        Made mnBitCount data member reflect true pixel depth of GWorld instead of changing it to 24 for 16 and 32 bit pixel depths.

2001-01-06  Patrick Luby  <pluby@openoffice.org>  [438e238245cde6d4177500841b97ceb75b88260a]

        Implemented copying of pixels in SalBitmap::Create(SalBitmap, USHORT)

2001-01-05  Patrick Luby  <pluby@openoffice.org>  [ae930239d46c217a920c425da3c4de7f85397742]

        First stab at implementing support for pixel depths less than 32 bytes.

2001-01-05  Patrick Luby  <pluby@openoffice.org>  [392d11469aa70890762fc830668b6b2eac730362]

        Initial implementation of SalBitmap class. At this time, only 32 bit pixel depth is supported.

2001-01-05  Niklas Nebel  <nn@openoffice.org>  [92cfbb9be9e23743cf030235c0a2657b653ab7fb]

        #81607# SID_INSERT_SIMAGE removed

2001-01-05  Niklas Nebel  <nn@openoffice.org>  [96aa6c909424a5cddb0806529c8ce529ac120670]

        #82578# GetGammaDist: use single exp call to avoid overflows

2001-01-05  Niklas Nebel  <nn@openoffice.org>  [a9b4a19b406e22de0c72ba1895932bd3811d40fc]

        #82578# IterateInverse: use simple interval nesting for inverse distributions

2001-01-05  Niklas Nebel  <nn@openoffice.org>  [af45f8003c097326170a76b18cebbb4fc7559da5]

        #82578# distribution function objects as friend

2001-01-05  Patrick Luby  <pluby@openoffice.org>  [53bab2d534d0f8081dddd84009ff434673c3d3cf]

        Rolled back changes in version 1.21 as SalBitmap needs to handle GWorld's with varying bit counts

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [ed2279051a79f8d6c2b2ea9c320211136411807d]

        #75916# OGroupManager knows it's container to check for the correct disposing call

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [ce320296d646ef941fe1cc14b4bf450b61a92400]

        #75916# OGroupManager::disposing: check for the correct container

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [adc3ccc24e00cb460148d9f6f64351bb27a5291e]

        #75916# let the GroupManager add itself (as container listener)

2001-01-05  Michael Brauer  <mib@openoffice.org>  [a44519c03e2080144d903f8dd929cfe57f44fac5]

        Handle shape style's element properties when import Writer documents

2001-01-05  Michael Brauer  <mib@openoffice.org>  [80737089ec0b87ffec594f460d53be0891c7092d]

        Handle shape style's element properties when import Writer documents

2001-01-05  Michael Brauer  <mib@openoffice.org>  [25ded71c7d51a9fe1a5228b537499300ab1312e5]

        Handle shape style's element properties when import Writer documents

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [30a1027ef08984c1a65e06b6681397c2610764c6]

        #82463# :propertyChange: lock the SolarMutex when working with the VCL stuff directly

2001-01-05  Michael Brauer  <mib@openoffice.org>  [89b35b593213ea7a16a0afa0aeface9a2b5d461d]

        Handle shape style's element properties when import Writer documents

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [6d01049d1c65fbdaa9b64472ad966a0d1fe75351]

        #82463# some changes in the multi-threading behaviour (try to release the own mutex as soon as possible)

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [06eaabff02c6ecfb2034db68276453606e896783]

        #82463# don't guard getToolkit

2001-01-05  Sander Vesik  <svesik@openoffice.org>  [8e44f54f9ec0f7490b856e18b7749627a56c2c02]

        Merge enhancements from OO613B to the trunk

2001-01-05  Michael Brauer  <mib@openoffice.org>  [22a1e939e5c5931148fefdee054c13e1e880272c]

        Handle shape style's element properties when import Writer documents

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [e4893548312de3eb72872ce2fcd573eac651f559]

        typo

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [96215e7fbf5964fde96bed5c23c2b2a4afb9d09f]

        service name of the grid control changed

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [1cee5edbee267986ccde337f1cb3ae12c5976a1c]

        deliver component description files

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [9f0dd060c50fb667871054f0180393f5846ba9b7]

        initial checkin - component description file for the dbu lib

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [aa8c17deff5da398ad23bc0727a49034417196aa]

        initial checkin - component description file for the dba lib

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [8ce80c190e3c65e891fa3947a629f8fa22c83010]

        adjusted the implementation name

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [0127c4203567fa108864bb888a127b4f5138cfad]

        adjusted the implementation name

2001-01-05  Sascha Ballach  <sab@openoffice.org>  [b9dd68f4c3e08587188c7d5ad2e836f86b0ebce6]

        one point overlooked, now it should work

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [57f3e4aaec8188e776a16535ee2432ecac96a8f1]

        adjusted the implementation name

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [7197e14284e0c8729ce2f8940521f8f97d58add8]

        type in the form service names

2001-01-05  Sascha Ballach  <sab@openoffice.org>  [e823fd2e4358df991c8e3b06ff350aed6d4a669c]

        now the files should can compile under Solaris

2001-01-05  Michael Brauer  <mib@openoffice.org>  [641d88bcda87a67cadb0e5060e7fea9283153b11]

        default styles

2001-01-05  Michael Brauer  <mib@openoffice.org>  [81788fe199a47085a892d836fd72a526d4ef6311]

        default styles

2001-01-05  Michael Brauer  <mib@openoffice.org>  [bcd0d6f8a821c1c46dc6d74cd5aa32b56cea1e0f]

        default styles

2001-01-05  Frank Schönheit  <fs@openoffice.org>  [3729f52e2ad77f374f9972ce17e27451a1913a3a]

        cleaned up the service names

2001-01-05  Dirk Grobler  <dg@openoffice.org>  [780fd0413d1208c68582d4885e455b5d60aaf2c3]

        new config file ...labels.xcd

2001-01-05  Babak Mahbod  <bmahbod@openoffice.org>  [8a10c5509c6d187f84a8b06b62e8590d7b931538]

        Stylistic changes only including UNIX conversion.

2001-01-05  Babak Mahbod  <bmahbod@openoffice.org>  [277565d21da030ab7dd2b9984cf957d769a7e61e]

        Invert method implemented (dragging window boundary instead of the entire window content).
BeginClip and EndClip APIs incorportated into BeginGraphics and EndGraphics APIs.
Debug statements added into methods that are yet to be implemented.

2001-01-04  Patrick Luby  <pluby@openoffice.org>  [77053d55164eb86d15dd45dfb7ca231886f53d0f]

        Made CreateVirtualDevice always create a 32 bit GWorld

2001-01-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [203e9a122228000d88e3eea62865733520a1f450]

        get SOLAR_JAVA back to live

2001-01-04  Daniel Vogelheim  <dvo@openoffice.org>  [cabff133cfd7164845b7cbc797c5c6881250bce8]

        - fixed: throw()-specification now matches headers

2001-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dafb815f2002267978e00b76b6ac45458510e49a]

        #65293#: typo

2001-01-04  mfe  <mfe@openoffice.org>  [b263c300b2e9b375b6f33090dc9039e77f4f6523]

        corrected mispelled header name

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [a76c87cfa7eb145572500f66ba24b7eb4991800f]

        #81441# don't allow 'Value', 'Time', 'Date' to be set in the property browser

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [1e41615b75af05bf671c80351247000e73a988f0]

        changed the implementation name

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [a8028e98cba9882e72884b1cec8230ec73eb2c3d]

        correct getSupportedServiceNames - one of the names was a double

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [fa4fdaaeb76f8015113f1e200bcff776118af0ce]

        corrected the service name

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [18b53cde26152a58b55487a161eee456ac0edee0]

        implementation name changed / getSupportedServiceNames returns the aggregate's services, too

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [fe57952c31839f240e38f2d5a605f875566e16e4]

        implementation names of the formatted field changed

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [75f13df0f38068e84801a9ffca2668c19bc354f5]

        #78932# adjusted to the new componentdescription.dtd

2001-01-04  Jörg Budischewski  <jbu@openoffice.org>  [4f13b59dd80f79f8d7d97e67216e93e0986bbd82]

        added a test for checking forbidden charcters

2001-01-04  Jörg Budischewski  <jbu@openoffice.org>  [819e511174d11d72c906d829e58056b5ce964a60]

        #82295# improved performace on by 60 percent, on solaris by 40 percent

2001-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8aa9cd980fabd15d3ae6e5e94db6c210df20147]

        #65293#: sytax

2001-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6402f85b3f14c210054b5e38e258bbd80f975ffe]

        #65293#: includes

2001-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [af17bfd42ad6b79fb1b0c1622a2ff075760c203a]

        #65293#: no comma after last enum item, please!

2001-01-04  Ocke Janssen  <oj@openoffice.org>  [05017608de4248c9e43ce1e2debb70ff5589d071]

        use namespace

2001-01-04  Ocke Janssen  <oj@openoffice.org>  [10c4f5de1dd28b7c4e9b2ba6fa81e70b15ec779c]

        check columns

2001-01-04  Ocke Janssen  <oj@openoffice.org>  [0f4a9084d8f3ecd11fa681fc1856683827c5bbf3]

        confignode names corrected

2001-01-04  Ocke Janssen  <oj@openoffice.org>  [b662ccdabcc7f9d4a8d11d7413fc559a4540b354]

        acquire queries and check for null in dispose

2001-01-04  Ocke Janssen  <oj@openoffice.org>  [82a5c17d78e27ad53fabc7de758532fd1a5c3fbd]

        fill query with live, like columns

2001-01-04  Ocke Janssen  <oj@openoffice.org>  [490db0d2a8b60aee8d72fd9e965e37506f227b7e]

        dispose columns before querycomposer

2001-01-04  Ocke Janssen  <oj@openoffice.org>  [ed1d1a2f5b36b46f326abdbb89a4bd637aab5785]

        config values corrected

2001-01-04  Sascha Ballach  <sab@openoffice.org>  [9c293cb7a5286681ec6a9fb1d85328a19c7defbc]

        fix bug of the shape position after import

2001-01-04  Sascha Ballach  <sab@openoffice.org>  [1bb5bb47587bdbc9b0e5c72e9ab1896fe6a658a7]

        the fontdecls should now work

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [b4a602e731a23b3daf55f8a040797580e28ec0f9]

        #81485# help ids for the ADO page

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [174cdee3c924c3630e619be9f1c63ea5e803fe8b]

        #81485# +ADO page

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [106217c377e8c5fd3a7802b13253931a4411edaa]

        #81485# +STR_PAGETITLE_ADO

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [b242af23c29e173ef3aea45a77f31dd6c5a1a11d]

        #81485# +OAdoDetailsPage

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [46bd1847cc8b3af6ba4f2b2407df907df9e34fd5]

        #81485# added dsn type ADO

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [99662c09855eb7c6c3cb4de6cdbff3f4c9ee9e78]

        #81485# +DST_ADO

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [d0d9d88b7e08d84c1e69fe428ea1ffbd92227112]

        #81485# +PAGE_ADO

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [355b27d9c245d525c383b8f661ed37ad86acec9b]

        #81485# help ids for the ADO page

2001-01-04  Ocke Janssen  <oj@openoffice.org>  [1688ee76a54bd6604be26844d6df407c7e21a1c9]

        check if column name exists in nameaccess

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [846986ac1b38b010e985acbdb0da5a002485c6ad]

        #81731# enable automatic coloring for the formatted field

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [9ed7c0617850f38b4ce8eb842fcf328b5d950b7a]

        #81731# handling for automatic coloring

2001-01-04  Frank Schönheit  <fs@openoffice.org>  [64599971d4988092deed00ac3e507f53c1d1258c]

        #81615# auto completion for the extension checkbox is case sensitive

2001-01-04  Jörg Budischewski  <jbu@openoffice.org>  [b001849eacc562e893fe6b1c0106db8acc0c8bdd]

        #81589# + #81589# Improved writing performance a little, an exception is now thrown when writing illegal characters < 32 except 9,10,13

2001-01-03  Babak Mahbod  <bmahbod@openoffice.org>  [150d25d22bc9baa6442701e956ac007926ece8e5]

        Text fore color set in QD.

2001-01-03  Patrick Luby  <pluby@openoffice.org>  [46271ceb83f7ebf2bb8bed7a4f23497d63399051]

        Removed unused data members from structs

2001-01-03  Babak Mahbod  <bmahbod@openoffice.org>  [cb40ee0e0bccb1d32b0daabe9a580a13b9b2f7f9]

        API name changes. Clip region APIs changed. New data member added to SalGraphicsData. GDevice no longer disposed in the destructor. SalGraphicsData data members changed for consistency.

2001-01-03  Kurt Zenker  <kz@openoffice.org>  [0b68605e9a82e920cad892ee6ed4820d7967004a]

        new version for SRC616

2001-01-03  Frank Schönheit  <fs@openoffice.org>  [b0fc105a9fcf2fb86d51e30131308291d8ace897]

        file format change (extra wrapper element for controls, similar to columns)

2001-01-03  Frank Schönheit  <fs@openoffice.org>  [465718be7185ce19f709c150317d532c71a6d338]

        +form.mod

2001-01-03  Frank Schönheit  <fs@openoffice.org>  [ef083c4e00c5263da264d1084886f803938d3cbb]

        +style:family=control

2001-01-03  Frank Schönheit  <fs@openoffice.org>  [9a1287b1e3f12b4c6557312785a41f6297909488]

        +script:events / +script:event

2001-01-03  Frank Schönheit  <fs@openoffice.org>  [31b28df9d6f4c00018befe78dc90148ebdff577b]

        initial checkin - DTD for the form layer XML

2001-01-03  Kurt Zenker  <kz@openoffice.org>  [f90ae6352bb8b9c3feaa7c6e1cb651b9589c67ac]

        #65293# syntax

2001-01-03  Rüdiger Timm  <rt@openoffice.org>  [c33a19051294a834efc6ac258a438de96daca6ae]

        new version for SRC616

2001-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2477bb5e4a6b09cf383136413a87c9579dea579]

        #65293#: use std::va_list

2001-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [75c6fc5627e042ca5a3f45538367c7fdfdc0cf25]

        #65293#: using namespace std for functions with var. argument list

2001-01-03  Jörg Budischewski  <jbu@openoffice.org>  [306fab1ddb0635338178c4550d493f1af673dbfc]

        some performance tests

2001-01-03  Kurt Zenker  <kz@openoffice.org>  [02f1b24c1022fb45ecac15f4f406dc2a53c2fff6]

        new version for SRC616

2001-01-03  Kurt Zenker  <kz@openoffice.org>  [87a3f8e550e0045d683816c4cb51a5a3ad125700]

        new version for SRC616

2001-01-03  Kurt Zenker  <kz@openoffice.org>  [1bcdb60574574a8c36719bb46c744c5ca238b165]

        filter all __CT

2001-01-03  Kurt Zenker  <kz@openoffice.org>  [fa7bbbee3f52ea5823306de3ebb950f802dba9f8]

        new version for SRC616

2001-01-03  Michael Brauer  <mib@openoffice.org>  [5065c89f2320a5dbd38b4314c1fc9ce54adbef15]

        support for OLE objects in XML files

2001-01-03  Michael Brauer  <mib@openoffice.org>  [56d2cb45e26d5a835a8ca9b519aa95f3705b6ec1]

        support for OLE objects in XML files

2001-01-03  Michael Brauer  <mib@openoffice.org>  [4bcf0c95aa39d6cfbea8b98563c61954ec7d581d]

        shapes for text documents

2001-01-03  Michael Brauer  <mib@openoffice.org>  [6cba026c12a4951b1930f20037666ef5223e2289]

        syntax

2001-01-03  Michael Brauer  <mib@openoffice.org>  [a91872236cc1e2f04a3f42c0074988912f49e97f]

        support for OLE objects in XML files

2001-01-03  Kurt Zenker  <kz@openoffice.org>  [2a7b771e8487fabac73e638af981a5b4d25f2fa3]

        new version for SRC616

2001-01-03  Kurt Zenker  <kz@openoffice.org>  [cacea6ebdfde8ded4f7ed94f77e644304e9d6800]

        new version for SRC616

2001-01-03  Kurt Zenker  <kz@openoffice.org>  [0b81355b2dd98bd095e6e52418ed6f32c4f03bd2]

        new version for SRC616

2001-01-03  Michael Brauer  <mib@openoffice.org>  [52884e8f20c18587b63de3d5239fefef2a5d3200]

        shapes added to text documents

2001-01-03  Ocke Janssen  <oj@openoffice.org>  [2aa79129f0d539bb6f13ca99eae0137aab108683]

        check if column is valid

2001-01-03  Ocke Janssen  <oj@openoffice.org>  [7e5bb9404c6afafb6cf8273f43e72e4f480dc1b7]

        #82391# if it is only possible to fetch columns in order, use row

2001-01-03  Ocke Janssen  <oj@openoffice.org>  [d5589d3c1e4d7b81c5377afdd2ba7743f28418a8]

        check month >0 and < 13

2001-01-03  Frank Schönheit  <fs@openoffice.org>  [d9f4bfc019cf8f1210138bc9e4a200cfac467d06]

        +RID_STR_EVT_UN-/-RELOADING

2001-01-03  Frank Schönheit  <fs@openoffice.org>  [9dbef2a54b2c94d40ca1d007d33530fa34d22f2e]

        HID_EVT_RE-/-UNLOADING

2001-01-02  Gene Anaya  <ganaya@openoffice.org>  [d79d0d49eda29bd5e4bb83c8f7fcc441b6fc6798]

        Add staticmbicgm to build on MacOS X

2001-01-02  Daniel Vogelheim  <dvo@openoffice.org>  [9c14c92c4f5b88cf00a8300ba5bda69d8458789a]

        added DBG_ASSERT() to prevent conflicting translation map entries

2001-01-02  Frank Schönheit  <fs@openoffice.org>  [fd2933f1f306b726b61a53790bb8331980ef7f3b]

        event ex- & import

2001-01-02  Frank Schönheit  <fs@openoffice.org>  [e402febae8c1997e593319860063737885b20d53]

        +formevents, +eventimport, +eventexport

2001-01-02  Frank Schönheit  <fs@openoffice.org>  [280d8453fee8ca0e03f7bba131af0c94077ed55b]

        initial checkin - code common to event ex- and import

2001-01-02  Frank Schönheit  <fs@openoffice.org>  [b6e102e52098aa5a653829a1221c1eef90826bd2]

        initial checkin - helper for importing script events

2001-01-02  Frank Schönheit  <fs@openoffice.org>  [2a70be360188dc0c57d185cf6230b2b896406efb]

        initial checkin - helper for exporting script events

2001-01-02  Juergen Schmidt  <jsc@openoffice.org>  [3382739d6ab5666c619bbf690aab5ad1f25a7918]

        generate empty throw declaration for getCppuType functions

2001-01-02  Daniel Vogelheim  <dvo@openoffice.org>  [102857505afcc527eb8f8f81ebd615c7e0d52506]

        fixed: properties of redline portion

2001-01-02  Daniel Vogelheim  <dvo@openoffice.org>  [1ec3c1c3ddd86283e77bde04c25d119e78c79482]

        fixed: redline portion start/end handling

2001-01-02  Daniel Vogelheim  <dvo@openoffice.org>  [7858a29483f667a20430efe01fbe3243a1b5469f]

        fixed: Redline-Portion start/end (IsStart-property)

2001-01-02  Daniel Vogelheim  <dvo@openoffice.org>  [51b9819447437d09f11f3146af333a1d0e693635]

        - fixed: use proper int type for XAttributeList (eliminates compiler warnings in wntmsci3)

2001-01-02  Daniel Vogelheim  <dvo@openoffice.org>  [6f7e8313b204faded40495b796819bfe7fee018c]

        - added: change tracking export added          (still buggy and therfore disabled in txtparae.cxx)

2001-01-02  Daniel Vogelheim  <dvo@openoffice.org>  [9fba2179673b58e6335dfc17618bb42595ce1b92]

        - added: HyperLinkEvents property for Hyperlink-TextPortion/Cursor

2001-01-02  Daniel Vogelheim  <dvo@openoffice.org>  [79db5ab936dc694c67ab9d8b6a80f81907b7c11f]

        - added: events in Hyperlinks

2001-01-02  Jörg Budischewski  <jbu@openoffice.org>  [94f459d63ed85991f1f0e393e1696bfa29c4de77]

        removed testoffice applicaiton, because it is not buildable within the udk

2000-12-31  Patrick Luby  <pluby@openoffice.org>  [963ba1e5c936cfb3b53c7b9e4bac94365e03ccc7]

        Added more stub code to eliminate numerous "missing palette" messages

2000-12-31  Patrick Luby  <pluby@openoffice.org>  [e0a276d1be4499848547cfc7a03bdf4fdf6b184f]

        Added LockPortBits and UnlockPortBits for source GWorldPtr in SalGraphics::CopyBits. Without these calls, CopyBits will sometimes copy from the distination's GWorldPtr instead of the source GWorldPtr.

2000-12-29  Sander Vesik  <svesik@openoffice.org>  [cefdcb38fb889dab699f0ef65b1ea7ffeedaeb33]

        Irix and Irix64 need <string.h> included, just like Solaris and MacOS X
        
        Contributed by the SGI OpenOffice Porting Team.

2000-12-24  Patrick Luby  <pluby@openoffice.org>  [7ce851fbc0d70eac08bd1b1177fc8b5171590959]

        Reset default width and height to 0 as 100 had no affect

2000-12-24  Patrick Luby  <pluby@openoffice.org>  [835380ae043993f55427b1e371ec2a1ff040250f]

        Set default size of lightweight windows to 100 by 100 as 0 by 0 causes display problems.

2000-12-24  Patrick Luby  <pluby@openoffice.org>  [e70cd66dee849d6dfd3d3f2f73f20784dc2cc284]

        Implemented SalVirtualGraphics device to support offscreen buffering of painting operations

2000-12-24  Patrick Luby  <pluby@openoffice.org>  [9a610ef9fd3396e256d4774437bc8ed5bb621f35]

        Added minor changes to handle when maGraphicsData.mpCGrafPort is an offscreen GWorld and added the following to the SalGraphics::DrawText method: - Conversion of Unicode characters to chars - Setting of font color - Setting of clip regions

2000-12-24  Patrick Luby  <pluby@openoffice.org>  [163a9768f7773b2c59040649a0c1213bf565d4ed]

        Replaced all Mac newlines with Unix new lines and added initialization and disposal of SalGraphicsData structure members that were not included previously since gcc does not initialize these members to predictable values

2000-12-24  Patrick Luby  <pluby@openoffice.org>  [c1e169dfa4b5ba50d5eaeb326162d2ad366388c2]

        Removed extraneous data members from SalFrameData and SalVirDevData structures

2000-12-22  Patrick Luby  <pluby@openoffice.org>  [f642469af967bd470148cddb4cc4232431f99830]

        Removed duplicate includes

2000-12-22  Thomas Lange  <tl@openoffice.org>  [5ba0fa6e20a85ce5f5a42daee77fc6f7780dd55f]

        handle words with hyphens and control chars

2000-12-22  Thomas Lange  <tl@openoffice.org>  [51d52a7b505bd6d34be9d3b97d5c77268c8abc26]

        linguistic functionality for handling words with hyphens and control chars

2000-12-22  Thomas Lange  <tl@openoffice.org>  [1f956e2ab61d1b1bea868cd0786102ebb8a135a7]

        linguistic functionality for handling words with hyphens and control chars

2000-12-22  Thomas Lange  <tl@openoffice.org>  [a6638865cef7434dc96290e865e1f432aaf90596]

        lngmisc.cxx added

2000-12-22  Thomas Lange  <tl@openoffice.org>  [50d77c66e3a85e65c5882ff37eb11baaa90c1178]

        lngmisc.hxx added

2000-12-22  Thomas Lange  <tl@openoffice.org>  [e22125337c50560ac30e24ea8489e6f3654e6dfe]

        Remove hyphens and control chars from wor dto be displayed

2000-12-22  Jörg Budischewski  <jbu@openoffice.org>  [51b994ac4d7ba7b15356bc9f58cc2a1a169b8523]

        #82449# service is now named correctly MarkableOutputStream

2000-12-22  jp  <jp@openoffice.org>  [8218e11fc092b9f505ed9d083860655db52cfaed]

        Bug #81672#: asynch loaded graphics for status updates

2000-12-22  Björn Milcke  <bm@openoffice.org>  [9005a381ed6c7120a484ed28c5022eb5673390b8]

        transformation matrix 3d

2000-12-22  Björn Milcke  <bm@openoffice.org>  [eb8b7cfae4de55e0bb09448ceee0bf8ca405f7ef]

        *** empty log message ***

2000-12-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f173f902bb0a23bcae380fd3873b6859de95444]

        missing change in regular rdb building

2000-12-22  Daniel Boelzle  <dbo@openoffice.org>  [acd417525c352c65bb7753cea8d0b6946c9f047e]

        added useful assertions

2000-12-22  Kay Ramme  <kr@openoffice.org>  [a053543258d4167123590833357a9139840b82a9]

        #80442# new type description interface

2000-12-22  Daniel Boelzle  <dbo@openoffice.org>  [9627f037cb3c37ab09d9c4ec7de7a95745d2e32f]

        forgot CPPUMAKERFLAGS = -C

2000-12-22  jp  <jp@openoffice.org>  [8fa8101bcd0f9e94af18aaa9332c61effc79f008]

        SetAndSave: set pSelFmt at the UndoIter

2000-12-22  Kay Ramme  <kr@openoffice.org>  [bd051fffa5d5d0c3442b368e230080349015f87d]

        #82443# added thread run hooks

2000-12-22  Kay Ramme  <kr@openoffice.org>  [4e4b0db9b1effc940321347edc2da6f5705a0531]

        gerneric hook added

2000-12-22  Oliver Specht  <os@openoffice.org>  [3fe6f34ea39d3b7f0768210c6c90a490880382d8]

        #82533# own property map for embedded object

2000-12-22  Daniel Boelzle  <dbo@openoffice.org>  [843b962cf26de7fcd4db9321db0c1dd241e69990]

        query throws RuntimeException

2000-12-22  Oliver Specht  <os@openoffice.org>  [8aa6ba72e563c5de21ff06e188ddbade60df8c44]

        precompiled header

2000-12-22  Patrick Luby  <pluby@openoffice.org>  [32f2a8edf3d2ea05d786637c681889270b73cee2]

        Implemented mouse move and mouse drag events

2000-12-22  Eike Rathke  <er@openoffice.org>  [70fcd4a529789c21e597bd7e8b0e2d03c21f55df]

        Ascii import/export Unicode enabled

2000-12-22  Eike Rathke  <er@openoffice.org>  [05dbe718ca0dcb9184716b88523814cd945b5bab]

        Ascii import Unicode enabled

2000-12-22  Eike Rathke  <er@openoffice.org>  [3c2105e07d29b2069349e1a54e08463d359f988f]

        new: read/write Unicode or Bytecode

2000-12-21  Sander Vesik  <svesik@openoffice.org>  [dddc08951b6f2bd7905af7fe2e922f4b62668bc4]

        move #endif from the previous commit to it's proper place

2000-12-21  Sander Vesik  <svesik@openoffice.org>  [3fe87f0a0571149e80b5f4e5d844ae89bd1d7f64]

        Add in missing #if defined(USE_PSPRINT)

2000-12-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [72dace015e089e7a3fb936366ad83e985f0163dc]

        don't ignore explicit stated dependencies

2000-12-21  Babak Mahbod  <bmahbod@openoffice.org>  [cf6d205026ff14ddaf382b8c616645d3af8796e6]

        ROP Color implementation.

2000-12-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7ce8c97bc7a00d943bf3ebe1856c91538af78c2a]

        avoid collisions

2000-12-21  Babak Mahbod  <bmahbod@openoffice.org>  [d1f4c32c943d8465f9afcb812d72fd73f41deaae]

        CopyArea API implemented. Polygon region API implemented.

2000-12-21  Niklas Nebel  <nn@openoffice.org>  [8f33446ff299b3c2cb8c07755da926fb8fb6dffd]

        #78676# SubTotalDescriptor properties

2000-12-21  Vladimir Glazounov  <vg@openoffice.org>  [8d17ae3ccb68da92548595250f5724f13232010e]

        #65293# removed extra comma

2000-12-21  Christian Lippka  <cl@openoffice.org>  [f897ee3f056eaaceb6623700b5a938e8ddb2265f]

        renamed export method to exportAnimations

2000-12-21  Dirk Völzke  <dv@openoffice.org>  [0543e24f2dd4372905961172a7b3a47f46b1cf1b]

        #81540# Set the extension for templates, if there is none

2000-12-21  Sascha Ballach  <sab@openoffice.org>  [38651547bf408c8fd9a375b266deaaa62fee9fcd]

        make it possible to give on chain the FontDecls

2000-12-21  Sascha Ballach  <sab@openoffice.org>  [9398f9c8912d50145ecbd1fa07aacfd33e5e1d9a]

        use the fontdecls for import and export of cell styles

2000-12-21  Sven Jacobi  <sj@openoffice.org>  [db2918eb657f5c49c7ee13979426d511e918069a]

        now creating polygon properties at the EscherPropertyContainer

2000-12-21  Sven Jacobi  <sj@openoffice.org>  [0a87b80c9fdf66998fb163c4becd1d2715e0de15]

        now creating polygon properties at the EscherPropertyContainer, removing point and size member from the ImplEESdrObject (not used)

2000-12-21  Sven Jacobi  <sj@openoffice.org>  [930582b9ca7195cca363556655c20bdc2b657d49]

        added method to create polygon properties

2000-12-21  Kai Ahrens  <ka@openoffice.org>  [d9f34dfb08ce7df13d7476072f961647f917f62e]

        support for load on demand optimized

2000-12-21  Kai Ahrens  <ka@openoffice.org>  [13321559aa2182c4f2c9752cd4bbabc285ebb135]

        support for load on demand optimized

2000-12-21  Dirk Völzke  <dv@openoffice.org>  [3420ae6b74ee3b596e7345dcedf861178a3963d7]

        #81540# Create new templates in the user directory

2000-12-21  Mathias Bauer  <mba@openoffice.org>  [b3a60c070f61ba716c967041d8b259ad4cdd3363]

        #82525#: store configuration on Exit

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [8db2fed295a539ed6a1a5c36a20b3219db128540]

        udkapi.rdb

2000-12-21  jp  <jp@openoffice.org>  [f9aa81db377c64c443bf6e71a53c485ec0db9b41]

        writegraphic optional in original format and not general as JPG

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [fdc551ade9eeadfa992ecdf78b2e5d36d6ed20a8]

        *** empty log message ***

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [759a436b334e67696bd9ffeb30cddd1e58ef5670]

        *** empty log message ***

2000-12-21  jp  <jp@openoffice.org>  [7e2286b452e41470c9beb04291deb8a3009bd7be]

        FillInfo: store TabDistance as string

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [3f980f5d243ad36e20a2aa9edd9f61545bc79289]

        *** empty log message ***

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [34d51dcf5e04bbe54c6b4696c061eb8ce5e911c2]

        SAL_THROW only for C exports

2000-12-21  Michael Hönnig  <mi@openoffice.org>  [8ce996e4ab2e5bd5e24e46ce14f0d3aaf259ce9b]

        typo fixed: FrameSearchFlags now without s at the end

2000-12-21  Michael Hönnig  <mi@openoffice.org>  [bd6c470e88202ed113996c7e9bcdb72ff2e34865]

        typo fixed: FrameSearchFlagsy now without y at the end

2000-12-21  Oliver Specht  <os@openoffice.org>  [f18d81d067d75f9868d7e3320d89b1681487154f]

        #80935# notify listener of SwXParagraph in ::dispose()

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [9deb050df4750aa25cd2682825bdd461ff810ddb]

        extern C, throw ()

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [494b1e32ade2e90c841721550dbdc8e98c9bfe0e]

        throw ()

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [8f7231f62776eecaf72552aab8bbb22cacbeee2c]

        test

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [ebac2258f173a4e613d64eb79471aaba15707e69]

        added uno_type_any_assign(), uno_any_assign(), uno_getCurrentContext()

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [e76d5e77bee63f41561e9f2b23b1c8b77a00278a]

        new

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [9299a24bf6fcc04b9453a4a3cf5d718bcf05012e]

        current context

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [61193f586ba392e6da6955800945ec9da6830991]

        empty throw () clauses

2000-12-21  Oliver Specht  <os@openoffice.org>  [c3600a9d75a04bb6a46d12efb85669601565bbf3]

        #82505# OpenDataSource: create statement if it is not set

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [8c3c9f8b9121f0be8d18e40b1e1548d207e1c47f]

        added throw () clauses

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [e91d5248ad4431a6199aab9a29e7b53aad262f6b]

        new

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [bc4eb0e412571f7c45e77a97406d64fd1cfec79b]

        added context

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [2cb652969e96818e795fcae3bf433a0f59d96991]

        fixed cast

2000-12-21  Andreas Martens  <ama@openoffice.org>  [42e0b758466654676871affc3e2b0c3cb79ace2e]

        New: Rotated text portions

2000-12-21  Niklas Nebel  <nn@openoffice.org>  [915387491ff74bc6ba33d52857770e79f5b4f63c]

        casts to avoid warnings

2000-12-21  jp  <jp@openoffice.org>  [a3c93b48fc03ffa458b450045e408afccd0da146]

        remove function GetTmpFileName

2000-12-21  Oliver Bolte  <obo@openoffice.org>  [f4d6078438bffbddf597ec31019b0ac0918ce1c1]

        SRC614 for maxosx static member

2000-12-21  Vladimir Glazounov  <vg@openoffice.org>  [8686f438a4cd0b9efa1a8ebd41452a8f6a393cc8]

        #65293# stdstrm.hxx is not a part of the project anymore

2000-12-21  Oliver Bolte  <obo@openoffice.org>  [7baa3c3aa86f6c2510337ccc05ed4210dcdf0084]

        SRC614 for maxosx static member

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [f922a92f5974a643ab6bff9b284aeeb361f4b4b5]

        comments

2000-12-21  jp  <jp@openoffice.org>  [627c3b28884bf7f66e3d73b02cbea69f6fef124a]

        TransliterateText: enclose with undo if we have a multiselection

2000-12-21  jp  <jp@openoffice.org>  [f843b98b5579f8e07226a9521da0248bb8f3dbf4]

        new: transliteration

2000-12-21  Dirk Völzke  <dv@openoffice.org>  [df32225d05cec18a4102d00414328d8ae2138150]

        #81540# Don't use hierarchy any more (part2)

2000-12-21  Oliver Specht  <os@openoffice.org>  [ee6401c8ac3cf961825cb4db7eb7d524d0c073bf]

        catch(...) -> catch(Exception&)

2000-12-21  Oliver Specht  <os@openoffice.org>  [81b7b18ad13317da80ae165055c46b8a96840704]

        inheritance corrected

2000-12-21  Oliver Specht  <os@openoffice.org>  [775c92c7650afbeae6cfdaf0869e71fd31bcacfd]

        #81437# reload example instead of trying a Undo()

2000-12-21  Daniel Boelzle  <dbo@openoffice.org>  [1b2b5ca1481249eabf52d53ce178a8ade2528709]

        add SAL_THROW

2000-12-21  Dirk Völzke  <dv@openoffice.org>  [e29b4ad9fbb8c2eb613f1365b02ed4ef578ba8a9]

        #81540# Don't use hierarchy any more

2000-12-21  Niklas Nebel  <nn@openoffice.org>  [5dc9466a1b64632a56c2792d6238e992888e7f7c]

        #78569# right names for view options

2000-12-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f3e1f0ec59c234399fbcf8170416e8fef9fa35a7]

        workaround for dpj error when building with -Px

2000-12-21  Christian Lippka  <cl@openoffice.org>  [184aba09d25624efb2fd779cb0464ed3635668c8]

        #82100# fixed 'Printable' 'MoveProtect', 'SizeProtect' and 'Name' properties

2000-12-21  Thomas Lange  <tl@openoffice.org>  [573a0503454d69c4289a78860debc1a03b9077a2]

        Remove hyphens and control characters from word to be checked

2000-12-21  Thomas Lange  <tl@openoffice.org>  [65e2cc1dd328bda800144cd2ab0e764184ad2d14]

        Functions to remove hyphens and control characters added

2000-12-21  Kay Ramme  <kr@openoffice.org>  [19a8356c051639d3d508b5727c4c52f899f03133]

        UnoApp now also runs as an applet

2000-12-21  Sascha Ballach  <sab@openoffice.org>  [a30f240b31c9ed71f92a95dd76916a97aa6b18da]

        remove some warnings

2000-12-21  Sascha Ballach  <sab@openoffice.org>  [f85e4661ae0dabb14a046cd05fa8a2c1b16d91d0]

        get all changes of the branch 1.20.2.3 and put it into the normal branch

2000-12-21  jp  <jp@openoffice.org>  [c061858e723f718a172e60c9f3aac0e3e7a6c330]

        Iterator for script changes and attributes inclusive the script changes

2000-12-21  jp  <jp@openoffice.org>  [52c520fd72373eb4d5ccd5edbb73e896c8731038]

        new: transliteration

2000-12-21  Kai Sommerfeld  <kso@openoffice.org>  [f22f3967e0f8cd0691648f4a23914bd98f011d10]

        #82494# - Workaround to reduce CPU load in case config data are broken.

2000-12-21  jp  <jp@openoffice.org>  [dddf730f98da0192e7dceca2b4c78be70e5aa651]

        wrapper for the I18N transliteration

2000-12-21  Kai Sommerfeld  <kso@openoffice.org>  [76c92d6c36b3c09c4eaa38fd742296c0c2f66243]

        #82494# - Workaround to reduce CPU load in case config data are broken.

2000-12-21  Andreas Martens  <ama@openoffice.org>  [2d241beb981bbcd81f8f06fe1ab8a5a04def0481]

        New: Rotated text portions

2000-12-21  Michael Hönnig  <mi@openoffice.org>  [ac17f49d92a1dae69f05c7d1a446da4a31d8176b]

        @see interface/service/... ident -> @see ident - for new docu generator

2000-12-21  Jörg Budischewski  <jbu@openoffice.org>  [9cf6e8bfd6ec17c994ee753d22e02c9acaf0b20a]

        #82295# some modifications for solaris

2000-12-21  Jörg Budischewski  <jbu@openoffice.org>  [48f09b71154d9d4440a99ad8afc051d27e2f17c7]

        #82295# couldn't add directory (bug at collab.net ?, moved dk.mk temporarily to this location

2000-12-20  Mathias Bauer  <mba@openoffice.org>  [a7543e8ee3595e813eb174c20ee7b541aaa78764]

        #81319#: correct adaption of filename when changing format

2000-12-20  Jörg Barfurth  <jb@openoffice.org>  [ae8e991ee67ae8d635830eaf180e35d35d9d90a0]

        #82336# Quick fix: Disabling cache for user 'nobody' in service 'ConfigurationProvider'

2000-12-20  Mathias Bauer  <mba@openoffice.org>  [f84a3a62f69c4d17f8244f8c67bab5f0336befaa]

        #80742#: use URL from Tempfile, not FileName

2000-12-20  Patrick Luby  <pluby@openoffice.org>  [57e3a219de554b26f5d75762ba351b5729365018]

        First implementation of mouse entered, exited, and moved events. Note that SalFrame::CaptureMouse() is now empty because in Cocoa, all windows automatically receive mouse events and do not need to "capture" the mouse like in Windows.

2000-12-20  Niklas Nebel  <nn@openoffice.org>  [70cb1c4ea2ae58429834439e01a196f9565cabc2]

        #78828# TestComment: handle overlapping notes

2000-12-20  Niklas Nebel  <nn@openoffice.org>  [583789d3b21e37ea2d9f47cb927e912f82b4a711]

        #78828# OutlinerViewPaint: for notes always draw the background

2000-12-20  Sven Jacobi  <sj@openoffice.org>  [5b506f759a8a75d97a024d4b3d4a794afb80e7fb]

        #81981# not all objects are effected by 3d effects

2000-12-20  Daniel Boelzle  <dbo@openoffice.org>  [93e8c0f677dbe56da83177a4e8278e3cbbeef6df]

        #82454# corrected to package reflection

2000-12-20  Stephan Bergmann  <sb@openoffice.org>  [7c251abe48d02fe4d426d29ca340223f44f05cee]

        #82022# Fixed typos causing variables in inner blocks hiding those in outer ones.

2000-12-20  Hennes Rohling  <hro@openoffice.org>  [052306a52c9269e896e61b75f806616055398648]

        #78616# UNIX implementation of osl_openDirectory creates no snapshot dmake debug=t! So compare source and destination

2000-12-20  Oliver Specht  <os@openoffice.org>  [ddd6414a9a296e4a6a82aa2779a958a9410fc722]

        #82105# return value of gotoEndOfParagraph corrected

2000-12-20  Dirk Grobler  <dg@openoffice.org>  [11dd8728f2db2c48c1071cfd701558d8c5fd7bfc]

        #82482# Wrong upper boundary check corrected

2000-12-20  Peter Burow  <pb@openoffice.org>  [600ca614448ed22ea5cd401d1666f0fe812125af]

        fix: #80231# don't use the help language

2000-12-20  Christian Lippka  <cl@openoffice.org>  [dff9fcd2d35cb96e77c633cb04b5cfac01f35d52]

        #79272# made some interfaces optional

2000-12-20  Christian Lippka  <cl@openoffice.org>  [ae02947d92c1dc5a3150ac41966fd31ee7d94282]

        #81061# made some interfaces optional

2000-12-20  Christian Lippka  <cl@openoffice.org>  [1dc38b6fbf0b27c62a60620305d0edec28f993e3]

        added circle and ellipse segments

2000-12-20  Christian Lippka  <cl@openoffice.org>  [ab5e685cc54c5cd6d880baa0e7c8bf870a007ab0]

        removed possible exceptions when setting existing elements

2000-12-20  Peter Burow  <pb@openoffice.org>  [ade6a97060a0e1d98b9703a53f4b1f50a2c3627c]

        fix: #80231# we need to encode the help URL for portal

2000-12-20  Vladimir Glazounov  <vg@openoffice.org>  [9d4d0d42009ea11c0d59d37a98dfa01b915144df]

        #65293# added object-file

2000-12-20  Christian Lippka  <cl@openoffice.org>  [cf6fa7e937c80ba852818996c930809dcf094751]

        #80713# fixed fill settings for bitmaps

2000-12-20  Christian Lippka  <cl@openoffice.org>  [ed61769190eedd3bb149a4db8593727defa132af]

        #80713# fixed fill settings for bitmaps

2000-12-20  khz  <khz@openoffice.org>  [b489bce85a261ed8c5e2cc4219cbb9caf9af9ea9]

        #79453# set Outliner Mode at new OutlinerParaObject (and khz says BYE !)

2000-12-20  Michael Hönnig  <mi@openoffice.org>  [eb2cec2a150c4ce29c311fe04595e45a6603fbaf]

        @see interface/struct/... ident -> @see ident - for new documentation generator

2000-12-20  Christian Lippka  <cl@openoffice.org>  [93ab306fb37cf4701073f247a8ad2eea0850ff75]

        #80713# fixed fill settings for bitmaps

2000-12-20  Thomas Benisch  <tbe@openoffice.org>  [e2ae548222e201fda7ad5739190a13e7411c85fe]

        #81206 added Help::ShowQuickHelp again

2000-12-20  Christian Lippka  <cl@openoffice.org>  [5089505ccd76cb6501c401199127c4e0123cc56d]

        added circle and ellipse segments

2000-12-20  Vladimir Glazounov  <vg@openoffice.org>  [e0b10fcb602261ef7a0878a062ce236307fc0121]

        get rid of compiler warning

2000-12-20  Christian Lippka  <cl@openoffice.org>  [c60fd64994bc5e67ca57e93d46e2a0afbeaa3c62]

        #80713# fixed fill settings for bitmaps

2000-12-20  Christian Lippka  <cl@openoffice.org>  [6954b4084fbcfe0298eaf78d24643098ed0d5a99]

        #80678# don't set size of existing background object

2000-12-20  Christian Lippka  <cl@openoffice.org>  [c701f596a4461bffc2772001f07de27411ffe04e]

        #80713# fixed fill settings for bitmaps

2000-12-20  Dieter Loeschky  <dl@openoffice.org>  [be43b8da5b81fbdcec5528f63d557fb14ece8979]

        Supporting three core fonts

2000-12-20  Andreas Martens  <ama@openoffice.org>  [3bd59b7b495bdd7d2cc6ddf081f1be609e92997e]

        Chg: Rotation 90 degree instead of 270

2000-12-20  Björn Milcke  <bm@openoffice.org>  [8768539dff8cb760c57e755a061e4564a185f8f6]

        #82440# add ChartTableAddressSupplier for compilation

2000-12-20  Daniel Vogelheim  <dvo@openoffice.org>  [fff3b6c5d81d6a2200675e91a19d984bc12e3186]

        added: event im- and export for graphics styles

2000-12-20  Daniel Vogelheim  <dvo@openoffice.org>  [30079af1f8008fbd4d4426553dd0c2ba6e6e4f8b]

        - fixed: setting events on frame styles now works properly          (previously events might get duplicated for no apparent reason)

2000-12-20  Sven Jacobi  <sj@openoffice.org>  [a3026cae2faf5d586686de5f7ff7ee7cbba87e03]

        GetGradientColor is now available at the EscherPropertyContainer only

2000-12-20  Sven Jacobi  <sj@openoffice.org>  [30ebab3fe833dca37497f00d2aad5874b56b2636]

        removing EscherEx::WriteGradient, GetGradientColor is now available at the EscherPropertyContainer

2000-12-20  Philipp Lohmann  <pl@openoffice.org>  [7eda135a70a870191b66d57d0f5b06dcee345166]

        #82406# disable GLX on XFree4.0 per default

2000-12-20  Frank Schönheit  <fs@openoffice.org>  [34d52269166c3dfdaf0b7708074c810cf5ade850]

        #81418# disabiguate names when creating a new column

2000-12-20  Andreas Schlüns  <as@openoffice.org>  [b27cd76138c83725b55c5629099ca1dfc2cca7e7]

        move baeh services to services realy

2000-12-20  Vladimir Glazounov  <vg@openoffice.org>  [c21af551e7d361ef9203cd900198a2e32b2d0bc1]

        #65293# type (DEBUG instead of _DEBUG)

2000-12-20  Frank Schönheit  <fs@openoffice.org>  [819167faf71ea48e4006dffc761afb1d9b6a9f5f]

        #81761# dis-/enable the apply button the same way as the ok button

2000-12-20  Kai Sommerfeld  <kso@openoffice.org>  [2e1a297be7a7835c24f8e452d8bb32c50953ae02]

        Added: Hierarchy*.idl

2000-12-20  Kai Sommerfeld  <kso@openoffice.org>  [30b69b5b73715946f7fc6cdf55bf77cfb869035c]

        Initial Revision.

2000-12-20  Christian Lippka  <cl@openoffice.org>  [2b3f4b7a1d7506ff8e093f1dc31b3aa3d4635378]

        #82254# fixed not persistent attr

2000-12-20  Sascha Ballach  <sab@openoffice.org>  [14ee634e9cca474cacccd8872d5fdf46ea53f108]

        add change tracking export

2000-12-20  Sven Jacobi  <sj@openoffice.org>  [4886c302c982639529d2842f0aef7def50c7e5da]

        solved gpf that happens when AnimInfois empty

2000-12-20  Armin Weiss  <aw@openoffice.org>  [f7beba102a42b9498205e934ce0bb9cdb639e287]

        changed behaviour of vertical segment handling

2000-12-20  Armin Weiss  <aw@openoffice.org>  [18d9c89e4cb239f39addd3a6eaf58395ea8b26ac]

        removed ApplyTransform() completely

2000-12-20  Sascha Ballach  <sab@openoffice.org>  [700b7f2ab6528d448b07199fe511e505c8399300]

        fix a memory leak (the values in the index field were not deleted)

2000-12-20  Oliver Specht  <os@openoffice.org>  [841a3fdeeb82b8bfd9f863388adb913dda037fd1]

        getTypes/queryInterface corrected

2000-12-20  Christian Lippka  <cl@openoffice.org>  [7becb9a73d03ea37846dcb01ad2e599bbcaa7dfb]

        #80337# removed the rotation points, theyre not working this way

2000-12-20  Caolán McNamara  <cmc@openoffice.org>  [3e18a1052bab84f74ac7877d7468d8205f3b7987]

        Excel OCX Write

2000-12-20  Martin Gallwey  <mtg@openoffice.org>  [25eb58da9ff250484d250e1b5ee7a7be30370ef3]

        removed non thread-safe statics

2000-12-20  Oliver Specht  <os@openoffice.org>  [f878685f5a68a7f1c57a1f117ade6e81c78b20a1]

        #82436# typo corrected

2000-12-20  Hennes Rohling  <hro@openoffice.org>  [84be17b3b1b484373ffe43cfd7f1bda9ea70cdbc]

        #82359# Cut trailing slashes of mountpoint directories, do not resolve symbolic aliases, sort 	mount points by directory length, longest first

2000-12-20  Eike Rathke  <er@openoffice.org>  [3c3327a14282121377977623dd5d7555a4c72f78]

        using SvxTextEncodingBox

2000-12-20  Jörg Barfurth  <jb@openoffice.org>  [91480223cbf15c16ef6d8f3cc7f2a9e80ce01dce]

        #81540# Improved node-id handling in the Cache when doing updates or notifications

2000-12-20  Sven Jacobi  <sj@openoffice.org>  [b5d75f25a0ec990bca47838f230ec47ee544ec09]

        #82186# added hatch fillstyle support

2000-12-20  Christian Lippka  <cl@openoffice.org>  [5cc1615143fdb803cc1e586366474e6dc2567c23]

        #82254# fixed not persistent attr

2000-12-20  Eike Rathke  <er@openoffice.org>  [a270e0e9c3c5f32dbf8397d8735caf2f2e092c41]

        static GetCharsetValue, GetCharsetString

2000-12-20  Patrick Luby  <pluby@openoffice.org>  [f357fe77d9a1418d37ad5c6db8449bdbde5633ed]

        Replace Mac newlines with Unix newlines

2000-12-20  Eike Rathke  <er@openoffice.org>  [6c4ec28a71745a966ebd65ff020f26e85052a202]

        new: txenc*

2000-12-20  Eike Rathke  <er@openoffice.org>  [2bb5ab8f9b95856ba6afe6f68dd23e2ed42eea2f]

        new: txenc*.hxx

2000-12-20  Sascha Ballach  <sab@openoffice.org>  [3b21e6056796d1d1ac43a0a5f45bc09f4b2ee5d5]

        some assertions added

2000-12-20  Eike Rathke  <er@openoffice.org>  [78999a42c87b86788469e7c843a761aad3728d01]

        list box with text encodings

2000-12-20  Eike Rathke  <er@openoffice.org>  [adf1329138a676251d70688d1cbd3bf538c822e3]

        resource array of available (and convertible) text encodings

2000-12-20  Martin Gallwey  <mtg@openoffice.org>  [7a03490d7ba027b2fff74217581baebd96458bb8]

        Added my name to the Contributors field of the header

2000-12-20  Christian Lippka  <cl@openoffice.org>  [ca329e6d7e9d628925bc4ad81a81fbbb4e1b7f9a]

        added missing animexp.hxx

2000-12-20  Niklas Nebel  <nn@openoffice.org>  [cd8c45c808e2878d58b9ef0bc12b5078846e3f10]

        use utl::TempFile and UcbStreamHelper instead of SvFileStream

2000-12-20  Hennes Rohling  <hro@openoffice.org>  [09b23dd35f40a2b86ec421ae0d87b31b18b70b16]

        #82359# Mountpoint must matsch with path including trailing slash

2000-12-20  Dirk Grobler  <dg@openoffice.org>  [5d9832de985ae577158ca00acc9c9ba31f279f53]

        #82313# Notifications are now freed

2000-12-20  Oliver Specht  <os@openoffice.org>  [6b065bc629df65e1869412038deee518f5e976ce]

        #82405# no App-Mutexes at base class calls

2000-12-20  Caolán McNamara  <cmc@openoffice.org>  [e43f9aca01c1182a9c1d038084ed9303a82c6457]

        Excel ReadOCX

2000-12-20  Caolán McNamara  <cmc@openoffice.org>  [2c19925c7beb7ee2b9aac944f24fc2173b018471]

        Excel ReadOCX

2000-12-20  Armin Weiss  <aw@openoffice.org>  [2126baf3bc95a1ccc7b63b29c3b45de2f6703309]

        Removed ApplyTransform() from 3D Objects completely

2000-12-20  Armin Weiss  <aw@openoffice.org>  [f1d66267bb72fa80659768fd8e34c456e5ab14f3]

        Removed ApplyTransform() from 3D Objects completely

2000-12-20  Andreas Schlüns  <as@openoffice.org>  [c270699d087ae968214cd3f1094cd70d592c3e92]

        #82383# move FrameLoaderFactory to light dll

2000-12-20  Daniel Boelzle  <dbo@openoffice.org>  [d233dcad9520ecc0e72daa22c04bcc56b3e81597]

        don't add if already disposed/ in dispose

2000-12-20  Frank Schönheit  <fs@openoffice.org>  [6f57db31f34f7fedeb83338d3ae3eadcc4e3f5eb]

        unmark hidden columns, restore mark upon showing it again

2000-12-20  Frank Schönheit  <fs@openoffice.org>  [53866e993fa48196dbd1ec0fda0e5d4a3c20c0e4]

        #81747# elementReplaced: correctly set the new model

2000-12-20  Mathias Bauer  <mba@openoffice.org>  [fa1b38c5b20e7ae0d6420f860910ae60418c1303]

        #82387#: pathes for Bookmarkmenues are system pathes

2000-12-20  Michael Brauer  <mib@openoffice.org>  [55d5e0e8bdfcaa815d52b9dd5ef404239912a496]

        #82254#: set frame style correctly

2000-12-20  Peter Burow  <pb@openoffice.org>  [46eeb143a1ddd31dc889decc39b860f1ebf0114c]

        fix: #82284# 'Language' instead of 'Locale' is the correct parameter name

2000-12-19  Sander Vesik  <svesik@openoffice.org>  [46548930ef04fc8bed49cda3f88eaef02742086e]

        Add subdirectory external back in and declare that tools depends on it

2000-12-19  Martin Gallwey  <mtg@openoffice.org>  [8d831711c6e381660eb19d2d5a0f1b9dd988d589]

        many optimisations and memory leaks due to circular references fixed! An altogether amazing commit...tell your friends

2000-12-19  Niklas Nebel  <nn@openoffice.org>  [b9eeb42c89019875486fd971e1fba693f1e1cb0f]

        #80843# ActivateView: use right input handler

2000-12-19  Daniel Vogelheim  <dvo@openoffice.org>  [da2de24974665baf5b66b8cfa19b276613f3dbd3]

        - added: import and export of events for graphics, frames and OLE objects - fixed: script namespace now works on import - fixed: typo in sXML_foreign_object corrected

2000-12-19  Daniel Vogelheim  <dvo@openoffice.org>  [5c4c05caf986047bdf123d6c7069a5d9be6ce3e1]

        fixed: namespaces are now taken into account

2000-12-19  Sascha Ballach  <sab@openoffice.org>  [ab151775058e55d352c7f76fc1f4c0c0d2ec2bb4]

        check whether could format or parse a address

2000-12-19  Sascha Ballach  <sab@openoffice.org>  [71b590b639d0adef3858200b884731aec10a1d3d]

        fix a little bug in collect column and row styles

2000-12-19  Sascha Ballach  <sab@openoffice.org>  [38950b4dabab4cd06e672f606b496c1cd8e05d4b]

        start of export change tracking information

2000-12-19  Sascha Ballach  <sab@openoffice.org>  [a08165126562964d3141413e20ea161c6542252a]

        start of export change tracking information; fix little bug in collect cell, column and row styles

2000-12-19  Sascha Ballach  <sab@openoffice.org>  [44f22d2d48d01b3b6c3503273e50c90e130e2120]

        start of export change tracking information

2000-12-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1def139eeb3643f0025401accc7139e1c5511db2]

        merge with correct rdb from solarbindir when building with documentation

2000-12-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [468d0f9425cf80dc63bcf0a311e598c8e4dbbb87]

        merge with correct rdb from solarbin when building with documentation

2000-12-19  Christof Pintaske  <cp@openoffice.org>  [57fb3ac5a6a8ab64524b46ac7c3b8acddf5e56c7]

        #82351# get chinese fonts for turbo linux

2000-12-19  Christof Pintaske  <cp@openoffice.org>  [efdd04c03397e8890e867bc5e4218d5aca3e9be7]

        #82351# add status callbacks for turbo linux chinese locales

2000-12-19  Andreas Bregas  <ab@openoffice.org>  [1726926a4a0084c885ee0576923510b4ccf8f030]

        #82395# SfxApplication::SaveBasicManager(): Replaced PathToFileName that doesn't work with wfs URLs

2000-12-19  Jörg Barfurth  <jb@openoffice.org>  [b083a2eeace93a9cb78cdd5a6e3856001653f140]

        Annotated a possible minor leak

2000-12-19  Jörg Barfurth  <jb@openoffice.org>  [1d9a97d007eb82ed3782beef88ed1948567ccfb7]

        #82398# More consistent handling of 'user' parameter when creating an Access instance

2000-12-19  Martin Hollmichel  <mh@openoffice.org>  [2b4a7bafd1e9ddc647a59c3f64c5507a4400f589]

        testt target

2000-12-19  Daniel Vogelheim  <dvo@openoffice.org>  [27bd20c19fa052d3e533da8ad415b23393c79daf]

        - added: support for XEventSupplier interface for frame, graphics, OLE, and frame style

2000-12-19  Frank Schönheit  <fs@openoffice.org>  [14baa97cf80c5c40d4df68d864e2c85e6d9a9125]

        #82353# namespace changes in the previous fix

2000-12-19  Frank Schönheit  <fs@openoffice.org>  [c3ae15137cdf35898b2250ad147b77ed37e82708]

        #82353# overload elementReplaced / send a selectionChanged notification whenever the selected column is removed

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [8a9c51a2504d1f363951495806f1c993bc678ecf]

        syntax correction

2000-12-19  Kai Sommerfeld  <kso@openoffice.org>  [e3a008c4ab2f488008ae2c494bf629867373c2bb]

        #78580# - Fixed: URL issues for 'transfer' command implementation.

2000-12-19  Niklas Nebel  <nn@openoffice.org>  [92912f1ba79dd920b1df99bab00550c64ac4b753]

        #81031# GetEditUrlOrError: use ScHideTextCursor to restore text cursor

2000-12-19  Niklas Nebel  <nn@openoffice.org>  [36fdaa2bdb29367cb4c8798b8d3101bca6531b5b]

        #81031# ScHideTextCursor, use before GetEditArea

2000-12-19  Niklas Nebel  <nn@openoffice.org>  [5aafc4d43b2f65afb040561edc7b1bd84d1c3df6]

        #81031# ScHideTextCursor

2000-12-19  Frank Schönheit  <fs@openoffice.org>  [2eefefd68fe67c5edf7a7c462b18e28625530cb6]

        #65293# merged the changes 1.4 -> 1.4.4.1

2000-12-19  Frank Schönheit  <fs@openoffice.org>  [bdcf46261733832f15b02eb9453f6affb2094133]

        #82353# elementReplaced

2000-12-19  Vladimir Glazounov  <vg@openoffice.org>  [6577c654b3b5533219fc47dc726f5e70235b4e8c]

        #65293# (fs) merged in the changes 1.28 -> 1.28.2.1

2000-12-19  Christian Lippka  <cl@openoffice.org>  [212d03c683d84d307b94e5936628892c48e2d444]

        #80857# shape animations added

2000-12-19  Christian Lippka  <cl@openoffice.org>  [0f1102525fb85ea2964398b7d0eb39c095467090]

        #80857# shape animations added

2000-12-19  Christian Lippka  <cl@openoffice.org>  [43478821af316ea3744e45075e7f21b1b5b152bd]

        fixed syntax error

2000-12-19  Frank Schönheit  <fs@openoffice.org>  [c2e6950ca999961334443b19e902d21a0b3af4db]

        added two includes

2000-12-19  Christian Lippka  <cl@openoffice.org>  [6ae474f19628dc5ebadc3c5266b22ec34214d5a1]

        #80857# shape animations added

2000-12-19  Christian Lippka  <cl@openoffice.org>  [99efd5be33ab19e8d172ee19aa7b571a4a470f94]

        ##81595# fixed 3d props

2000-12-19  Christian Lippka  <cl@openoffice.org>  [42d2ffb6a9f6a18e9b5d4ea4864a7f9211e75774]

        ##81595# added 3d dtd

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [0f76d2b5291f8dede2643807930e3dcd2e912d1f]

        documentation syntax fixed

2000-12-19  Nils Fuhrmann  <nf@openoffice.org>  [67bf9dc4e30683ffcfd57d7f7e944a49f697aeac]

        Fix mandatory for #82143#

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [6e5cebf49a79fe171cc03fefa3c959b1dce822ee]

        documentations syntax errors fixed

2000-12-19  Oliver Specht  <os@openoffice.org>  [07a35b5e0625e1780e88577113ed165707f5f39b]

        new: unoevtlstnr.cxx unoredline.cxx

2000-12-19  Oliver Specht  <os@openoffice.org>  [f419ae6585e43ba6ce06a1bbfd944d95be1b92e0]

        redline portions implemented

2000-12-19  Oliver Specht  <os@openoffice.org>  [f948e37101ed3f2aa8d964f795feecd6c03a7082]

        SwXEventListenerContainer -> unoevtlstnr.cxx

2000-12-19  Daniel Boelzle  <dbo@openoffice.org>  [d596feb51cb9dff2d0c3a9313dcaaa63f3a3e691]

        now uses cppuhelper for loading/ registering

2000-12-19  Oliver Specht  <os@openoffice.org>  [90bbe0f82425e2dc978097ddb1ef9e5510c52d05]

        SwXEventListenerContainer

2000-12-19  Oliver Specht  <os@openoffice.org>  [da1a687f9dfd56af6e9cf3a8e879e88be3ff6919]

        API implementations for redlines

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [63e596abd54df73dcab1265825ce4b5a432b2c1f]

        documentation syntax fixed

2000-12-19  Oliver Specht  <os@openoffice.org>  [b5a1eb3205e5803a772a209ecf251f89a2c0b242]

        API implementations for redlines

2000-12-19  Oliver Specht  <os@openoffice.org>  [3b8260568794c962d89d71826e9eee8a39f4298f]

        SwXEventListenerContainer

2000-12-19  Mathias Bauer  <mba@openoffice.org>  [503660fa57c473f0533c830fe9ca25eb457fec43]

        #80158#: SetError when no Content in Transfer_Impl

2000-12-19  Daniel Boelzle  <dbo@openoffice.org>  [d5812f6ceae91707d7fc84c69e618f1cae7a63ca]

        added shlib.cxx; moved code

2000-12-19  Daniel Boelzle  <dbo@openoffice.org>  [9dba107f0cd55ccd2f3154e093fc5d4a8232ac0e]

        new

2000-12-19  Daniel Boelzle  <dbo@openoffice.org>  [61fd75a4a5cace2dfa047fbbeb5382c9a1000251]

        added shlib.hxx

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [ff2e5dbd45e8006c955f521d8cb041adb3460592]

        documentation sytax errors fixed

2000-12-19  Christian Lippka  <cl@openoffice.org>  [ff869e5bbe9c45d8b0086ccd43e5e470f9515663]

        fixed syntax error

2000-12-19  Kai Ahrens  <ka@openoffice.org>  [11a6d10a21d6f1bdec335f4e8e404fa5aa9c912d]

        #80927#: don't force load of dummy lists

2000-12-19  Kai Ahrens  <ka@openoffice.org>  [8df72c9063763964cf6309f0900fe17e46718fb3]

        added GraphicStreamURL

2000-12-19  Christian Lippka  <cl@openoffice.org>  [1abc673ff94a0e02c58a1678679eb587bbae6cf9]

        #80857# added shape animations

2000-12-19  Christian Lippka  <cl@openoffice.org>  [3cfd6c15b2338c733dddad8c3992c89db05f695a]

        #82368# made functionality not available in impress/draw optional

2000-12-19  Christian Lippka  <cl@openoffice.org>  [32e25e905b3bfafa5240d00cc9e7d9c52f3aa45f]

        #82369# made functionality not available in impress/draw optional

2000-12-19  Christian Lippka  <cl@openoffice.org>  [297a50e5421734d786fa5c1bb3fe531ae17c4ac1]

        #82348# made functionality not available in impress/draw optional

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [0c6fae0567dbf7e9b44306403818b599cf76a349]

        documentation sytax fixed

2000-12-19  Christian Lippka  <cl@openoffice.org>  [d2018b4e7edb7509e067a06861036c3772d1fdaa]

        #82348# added missing XServiceInfo

2000-12-19  Sander Vesik  <svesik@openoffice.org>  [4a4924d506e4f192c689817a31260818a88f6553]

        Update to link with stlport4 library.
        
        Contributed by:  Kevin B. Hendricks <kevin.hendricks@sympatico.ca>

2000-12-19  Christian Lippka  <cl@openoffice.org>  [921cdc770cb8b9fcf9772cb83d8d3d54f968095e]

        added shape animations

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [192df9983dcebbe00290addda258362ae52a7c50]

        syntax errors in documentation fixed

2000-12-19  Sander Vesik  <svesik@openoffice.org>  [0681dcbc2027b0b0c201813369c8093baa3f814f]

        Like MacOSX, FreeBSD doesn't have alloca.h
        
        Contributed by:  Tim Tretyak <timothy@umc.com.ua>

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [27e479b9e9e24ee40c1b9d8825d6a8820da479f8]

        syntax errors in documentation fixed

2000-12-19  Dirk Grobler  <dg@openoffice.org>  [72f940e0cb8a20d1023fc066d915c730a1499873]

        #82313# wrong condition in canUseCache

2000-12-19  Martin Hollmichel  <mh@openoffice.org>  [8dd8c254e532e0fc1df7ef42b4cc02b71a25d9c2]

        #82110# preparation for new signing, using new certs

2000-12-19  Sven Jacobi  <sj@openoffice.org>  [e4447de89242595d142ef90ccd80080987a5559e]

        #79986# MultiConfigString is now using physical filenames instead of urls of type INET_PROT_FILE

2000-12-19  Sven Jacobi  <sj@openoffice.org>  [0b6815c29c9c843293c81e8e711ba75d951bbe96]

        #79986# MultiConfigString is now using physical filenames instead of urls of type INET_PROT_FILE

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [686083d2b056f192e87cd37d4e663929eb2102ce]

        syntax errors in documentation fixed

2000-12-19  Mathias Bauer  <mba@openoffice.org>  [44c8bcec85d8ccd965beb9646c1c53da59ad9c1a]

        #82301#: don't reopen streams in Transfer_Impl: locking violations

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [00560c6fd934772bffe7f4e9617886b4dc9fdacd]

        no dim='[][]' anymore for new document generator

2000-12-19  Daniel Vogelheim  <dvo@openoffice.org>  [ef0b9f74c630aa157db2718c75a8e68d729d2fb8]

        -fixed: #82350# URL import in Calc now keeps its content and subsequent spaces -fixed: several warnings about implicit int conversions removed in txtfldi, txtvfldi

2000-12-19  Mathias Bauer  <mba@openoffice.org>  [cccb1fcaa7fff5caf0dc386505bb8b43790caa38]

        #82301#: locking problems when saving without transfer

2000-12-19  Frank Schönheit  <fs@openoffice.org>  [8b584455c8616ba86587a884b1b479c2ada11e86]

        some changes ... now the exported styles are XSL conform

2000-12-19  Peter Burow  <pb@openoffice.org>  [bc2838001497285ee8807326779be5e2a4f4ccf4]

        fix: #82284# append Locale and System on all URLs

2000-12-19  Peter Burow  <pb@openoffice.org>  [1e26849a3774fc00b78296e8e057b1092b39953b]

        fix: #82284# GetLocale() and GetSystem() added

2000-12-19  Oliver Specht  <os@openoffice.org>  [681b366fee3cdb3ce7bff6dd1d44f118510eebb2]

        Asian typography: use TriStateButtons

2000-12-19  Oliver Braun  <obr@openoffice.org>  [8b82703a12f59884f2cf17420c478da0f360f4f2]

        removed obsolete stdstream

2000-12-19  Rüdiger Timm  <rt@openoffice.org>  [299ed28fd16e0eea6daad41ee495fa47d39e1d2e]

        #65293# use only registertemp.obj and mediatypedetectionhelper.obj for fwl-lib

2000-12-19  Christof Pintaske  <cp@openoffice.org>  [40e3031999743dc76384f3df31a31134fe033704]

        #82351# use minchol as a potential gui font

2000-12-19  Christof Pintaske  <cp@openoffice.org>  [e08cf429d595e46f445be75fd0c552ee14c8921b]

        #82351# dont use jisx0208 for western charset

2000-12-19  Jörg Barfurth  <jb@openoffice.org>  [1328e8fbfc26f44d1262c1c18d486b201bdc0ba3]

        #82313# Added 'nocache' parameter to providers' createInstanceWithArguments()

2000-12-19  Stephan Bergmann  <sb@openoffice.org>  [77fb1e470b27ca27c3b2a80e1dab83cd4d3274d9]

        #80744# Merged in 1.6.4.1 fix.

2000-12-19  Michael Hönnig  <mi@openoffice.org>  [75d1edeb5aa766d20956c2b1c294b11d76256beb]

        #82130# @see interrupted documentation, changed to <type>...</type>

2000-12-19  Kay Ramme  <kr@openoffice.org>  [f9ef2a66c4d46035ab10873aff002c826417e591]

        #81881#

2000-12-19  Andreas Schlüns  <as@openoffice.org>  [94597e63999a851a4d69759ead1d3a544a6b411d]

        use given filter string for plugin load

2000-12-19  Oliver Specht  <os@openoffice.org>  [1fb907f425eb86093174dd7a4dd60da060eeea9b]

        new header: unoport.hxx

2000-12-19  Sascha Ballach  <sab@openoffice.org>  [f0ff0ff46f9605751e19a25db3d5a0d92d7ba812]

        remove the most compiler warnings

2000-12-19  Oliver Specht  <os@openoffice.org>  [19833e7b09f7f9e78b7de231707cf8eb6c8fa1f6]

        SwXTextPortion

2000-12-19  Niklas Nebel  <nn@openoffice.org>  [fb0d90e83aa0870e4e3b3c393a56171060c8cca3]

        casts to avoid warnings

2000-12-19  Sven Jacobi  <sj@openoffice.org>  [3bc4aa67552901eb41d974db29c18dfb055c5aa7]

        #79986# generating filterpath not using the file protocol

2000-12-19  Frank Schönheit  <fs@openoffice.org>  [73d092c6570adf8abc13b7937d70a45732ea2503]

        FontWidth is a measure now

2000-12-19  Frank Schönheit  <fs@openoffice.org>  [c11ca67eb71ff1c4658519fda6cfd1a02e1b7e9b]

        no handling for the font with anymore - stored as measure

2000-12-19  Frank Schönheit  <fs@openoffice.org>  [177a4699f94d09b9967c7a77f175f497d90e4705]

        removed the epFontWidth

2000-12-19  Jörg Barfurth  <jb@openoffice.org>  [ab54ca93a1ece9e6869f174d00437b53b6688874]

        #82144# Previous fix was incomplete. Now really using the node parameter when creating a PropertySetInfo

2000-12-19  Sander Vesik  <svesik@openoffice.org>  [19795ffee361d24d1f277efbb41c2f54b349d2fb]

        Add support for FreeBSD.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-19  Sander Vesik  <svesik@openoffice.org>  [959e2c99a40b68b8fc9b23e3a243e19b350d96d5]

        Add support for FreeBSD.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-19  Sander Vesik  <svesik@openoffice.org>  [190a5f5b799dfc1e02f273532c07b5a48ec24f07]

        Add support for FreeBSD.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Babak Mahbod  <bmahbod@openoffice.org>  [6d6c935dae75c62572761d581eafbff3655d37ed]

        Updated CopyBits. Updated Clipping Primitives. Updated Resolution APIs.

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [0a976b17045e3db1a50785d2ab4a2a74b7d8bad0]

        Add support for FreeBSD.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [a5b4654dfe29df5236cebac9daaa7aa3c1b86ed7]

        Add support for FreeBSD.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [4fd62e0e02e8214cd2773a04055109ac118a695c]

        Add support for FreeBSD.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [be6932b4b4ace30403e2f07f46ac30ef956965e1]

        Add support for FreeBSD.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [1a352ab405fc1a003f7bc0c07a2e3f0f770106c4]

        Add support for FreeBSD.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [5905c18bf424732d4f069a06f821e8e3a38c8a77]

        Add support for FreeBSD.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [b8053386dd75c9b0a4ff53b0ff9cc0fc8a4600cd]

        FreeBSD has same struct password differences from the rest as do MacOSX and NetBSD.
        
        Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-12-18  Babak Mahbod  <bmahbod@openoffice.org>  [86edd26b33429faff4fdcff3c86f89abba6c3aa3]

        Initial implementation of device resolution API.

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [a2e7448db92d162c4d9b1f6cb34434da09451057]

        Apply Irix related patch.

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [7a3f36362fe4915dc96204b06a821fc4348fe567]

        merge updates from 1.5.2.2to main trunk

2000-12-18  Niklas Nebel  <nn@openoffice.org>  [7a3b779719a64f3b466f17b536b819e40011f20d]

        #80606# pass this to ScCellTextCursor ctor

2000-12-18  Niklas Nebel  <nn@openoffice.org>  [4f4a8c8c5ec90d527c9f5f26771cd9a1de3d4fe4]

        #80606# TextCursor: use own objects for getText/getStart/getEnd

2000-12-18  Niklas Nebel  <nn@openoffice.org>  [3ead0b1dd6f02b9c434bff35cc36c00948aa68fd]

        #80606# GetUnoText public

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [42af36185ebadc67767be0b0c082fe5b49d722e3]

        Mereg in fixes and updates from OpenOffice609-FU

2000-12-18  Sander Vesik  <svesik@openoffice.org>  [e1368d74dec9d5939ce15f1cebba57f076e31723]

        Merge needed NOOPT settings from OpenOffice609-FU

2000-12-18  Stephan Bergmann  <sb@openoffice.org>  [6c77f6b3d05c2a2dd195aa6c6aef5850fd1ec47c]

        #82277# Made removal of released contents from provider list thread safe.

2000-12-18  Jörg Budischewski  <jbu@openoffice.org>  [e3ed070b3d78128fb50a5a9bf8940df52df14d1e]

        #82292# now copy all odk*zip and odk*tar.gz, so that also unix odk-tarball gets delivered

2000-12-18  Kai Ahrens  <ka@openoffice.org>  [b818350e90fd087afe5992a5d92321ef98379f20]

        #82325#: read single components for size

2000-12-18  Malte Timmermann  <mt@openoffice.org>  [6372d1294d2b11430451e05f31c219b1de7566b0]

        Assertion...

2000-12-18  Caolán McNamara  <cmc@openoffice.org>  [8b8e79edfd424027ee0c9186029660bfbb7d09c4]

        CSS1 Colo[u]r names (MathML)

2000-12-18  Sascha Ballach  <sab@openoffice.org>  [b205a450283cb93de9e58d9b4824b4a7e566b43c]

        some problems with merged ranges fixed; remove the most warnings

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [511fa47c40c3a0eae8d0a0986c666dc45def31ed]

        add: export of accept flag

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [79ed17c06a911f82818cde92f9fd5f7a5d1af287]

        forgot an & on the getControlId parameter

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [cfcdc9dcbf898cec4132c83bab5b4cc955ca7bed]

        renamed FormlayerExport to FormExport - consistent with the import classes

2000-12-18  Sven Jacobi  <sj@openoffice.org>  [439776f83a1700b49d5cb4a21822e07feb78eaa1]

        importing latest ViewState

2000-12-18  ok  <ok@openoffice.org>  [e51dda7e850f146b8202e7baed0b962752574446]

        fix: #82225#

2000-12-18  Eike Rathke  <er@openoffice.org>  [2f93387723cd6345304c5f9d0fbbb92afb9c55ba]

        no types and casts ifdef _SOLAR_RSC_INVOKED

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [ed1e9ee5a27e83bec3c29b90d9a424d480051a99]

        +CreateFormImport / +XML namespace form

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [3d6c487e1370bfe996d907fc81541d6d24877135]

        added the family 'control'

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [2dada9ea2eb14c71524ef3fb9238a4bfb7110a86]

        initial checkin - property handlers / property handler factory

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [82106047f1d8946e89d8ebe9435e570dea7be694]

        initial checkin - property maps

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [961836fb1cd02908737da8d18c54479a3705201b]

        some changes ... now exporting/importing styles

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [ee7728766b73a12b4ee4ff9d7152c4e8412d6b36]

        +font_char_width, font_kerning, font_width, font_word_line_mode

2000-12-18  Oliver Specht  <os@openoffice.org>  [8e0a51336bef1946f3f45ce9c9c7f70b86df67c3]

        #82282# plugin menu back again

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [20055b3f16c5023cd776b115ab7c528df9e5b105]

        add: GetDocumentName() and GetTableName() (for change track export) rmv: class ExcTabid8 (new class XclExpChTrTabId in XclExpChangeTrack.hxx) fix: #81924# handling of wrong table refs in externsheet list

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [53c3aae797b0ad33fd5e97537eb2a4b597629256]

        add: handling of continue records add: class XclImpChTrFmlConverter for special 3D ref handling

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [69018f28a3d94b6e3c31eb3722326a9e34db7b3e]

        add: main functionality of change track export

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [d2f10cd4135ed044e8a155218ecb5fe3019fbff9]

        add: ImportTyp::CreateContinueStream()

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [24bee18676ac24d492d7f285f9f7c4fb141b86e3]

        chg: ReadStringDirect(), ReadString(), SkipString() -> spstring.cxx add: change track pointers in RootData

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [a2e761a48f42f198df94addcaa3d16536f7c1c0a]

        add: logging of 3D ref tab nums in class ExcETabNumBuffer (for change track export)

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [386c3f12b4e4eb1f9ab0d88f83335b982b2163e8]

        chg: class names

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [9947b21951331eddcbda785f0583c468d456d548]

        chg: ImportExcel8::CreateContinueStream() -> ImportTyp::CreateContinueStream() add: XclImpSupbook::ReadDocName(), XclImpSupbook::ReadTabName() chg: class names

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [dccad02f63b58c32d4af5e1a7cbaaee9e2899828]

        add: ExcelToSc8::Read3DTabReference()

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [9790e9f4db72044533bc08d02375be4bdb81ef7c]

        add: change track export chg: use GetExcRKValue() to create an RK value

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [848073b12e3e4e080646b24142504b53c0d4b060]

        fix: record overflow (change track dump)

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [722c0024088c421056308feda83ca7e51865c7ae]

        add: GetDocumentName() and GetTableName() (for change track export) rmv: class ExcTabid8 (new class XclExpChTrTabId in XclExpChangeTrack.hxx)

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [1012a77fc0567177a60e635a67432ae2ae0f0c09]

        add: change track pointers in RootData chg: class names

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [c63c4880b3737a5c2a1cb5423ad21cb0210bc996]

        add: ReadDocName(), ReadTabName() chg: class names

2000-12-18  Andreas Schlüns  <as@openoffice.org>  [d2ddced3d0aa12a6425fbc220769b3eba4407011]

        #81910# add functions for recovery list of crash guard

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [fc390141908be35e034b0b61c93a59110402c31e]

        add: handling of continue records add: class XclImpChTrFmlConverter for special 3D ref handling

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [15ce6dd7dc07a6403558f2cd14c99e4201fe67ee]

        add: main functionality of change track export

2000-12-18  Andreas Schlüns  <as@openoffice.org>  [e9ac343c97c9579dc1f113a19bdab12f8bdc5b2a]

        #81910# reactivate recovery list for crash guard

2000-12-18  Sascha Ballach  <sab@openoffice.org>  [be10c3ab725b749192c372b7909513efa85a3fdc]

        change from a vector to in this special cases faster list

2000-12-18  Michael Brauer  <mib@openoffice.org>  [3142ca94c1645bca483d2888456bff845395e72c]

        #82074#: style:clip -> fo:clip

2000-12-18  Oliver Specht  <os@openoffice.org>  [80fa07d48df53a5ac6b541206da12c29f09a2ed3]

        #82282# plugin menu without portal restrictions

2000-12-18  Philipp Lohmann  <pl@openoffice.org>  [5ac5005e2ec538db7e50aedf2d05d2ebb6fc5b16]

        #81918# do not create transient shells foriconified parents

2000-12-18  Michael Brauer  <mib@openoffice.org>  [ac85751249e8c5f4c5cb8f730405619a12314533]

        #82036#: renamed some graphic properties

2000-12-18  Andreas Martens  <ama@openoffice.org>  [a0d86689f6b65ea33d2d2da3719c94aa56b30858]

        #82155#: Avoid USHORT overflow during linebreak

2000-12-18  Michael Brauer  <mib@openoffice.org>  [4884ea24950c4a66cf9fe5bce3c6e5aa9d4f440f]

        #82036#: new graphic properties

2000-12-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [06f82309d52daaeae30ab0803cf48ca91c8ddcd4]

        compare case insensitive

2000-12-18  Rüdiger Timm  <rt@openoffice.org>  [45e97ce0e6b3645cb3d696f0277eabd7b74f977a]

        #65293# don't use namespace svxform her for svx_light

2000-12-18  Jörg Barfurth  <jb@openoffice.org>  [5fd26f29bd5d8c5ae184a350ee224f27a4aa30d3]

        Instrumented Cache objects with trace output

2000-12-18  Dieter Loeschky  <dl@openoffice.org>  [c3744f4d81a2051868f665f756e5cebfb69621dc]

        #75472# ReadFrameViewData(): consider selected page

2000-12-18  Dieter Loeschky  <dl@openoffice.org>  [c57833896c0d25bb772751c12f1360865775aed4]

        #75472# Activate(): calling ReadFrameViewData()

2000-12-18  Kurt Zenker  <kz@openoffice.org>  [f3300b63073c9090e09ce11b7afa957e3b26141d]

        new version for SRC615

2000-12-18  Oliver Bolte  <obo@openoffice.org>  [332d90be893da2725f35bb8a8cec45dc69662174]

        stlport_verison

2000-12-18  Nils Fuhrmann  <nf@openoffice.org>  [a4d313ee72939d5228fc57725989d358d2f79ac6]

        Fix: #82255# Arg n in *.xrb files is quoted

2000-12-18  Daniel Rentz  <dr@openoffice.org>  [cd152b2340c67d0e8a28be4b5d964621f88b312c]

        chg: renamed ScChangeTrack::GetFixDateTimeUTC() to ScChangeTrack::GetFixDateTime()

2000-12-18  Armin Weiss  <aw@openoffice.org>  [45b47702465f2da54a7909d8be59d75a0a21bcab]

        Corrected export of base polygons for rotate and extrude by correcting the z-direction translation with multiplying a z-translation FROM LEFT to the obect translation.

2000-12-18  jp  <jp@openoffice.org>  [bca0770b92eb8ab0ecc482187aaad5d1aaadfd4b]

        OLE-Cache: get Cache size from the confgiguration

2000-12-18  mfe  <mfe@openoffice.org>  [6b0c5018432213ab106619245e1051c51f21de01]

        #82259# : malloc rigth size for pointer arrays

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [fc686d2b4b5910f9235d1f36c0a139db17f7c80f]

        #82151# some catch(...) changed to catch(Exception&) - the former did not work reliable under solaris

2000-12-18  Andreas Martens  <ama@openoffice.org>  [d4bee6168db44ae1de591c859e0a7b47e1279631]

        Fix: Take care of the script of the initial and final brackets

2000-12-18  Andreas Martens  <ama@openoffice.org>  [55121049b0cb1ccc28b7d0c2b6b6bd9083b1e7c7]

        Fix: cursor travelling in double line portion in block adjustment environment

2000-12-18  Kurt Zenker  <kz@openoffice.org>  [dee8765b1de425a6cc7fd930f2b45887e413037f]

        SRC616

2000-12-18  Mathias Bauer  <mba@openoffice.org>  [e698973be1c3f0b9a1a607aad69391cf4ca4c878]

        #80214#: use SID_BROWSER instead of SID_PARTWND

2000-12-18  Mathias Bauer  <mba@openoffice.org>  [154178dc2f571861ab7951cb4f68d9c1d40310c8]

        #80214#: use SID_BROWSER

2000-12-18  Mathias Bauer  <mba@openoffice.org>  [03dff1649c17500f8ea3d1663c2bcc4f89c642bf]

        #81914#: init ucb earlier

2000-12-18  Mathias Bauer  <mba@openoffice.org>  [e9b6d3dbaa23c6772c1911bee9e79eade691186b]

        #80214#: GPF when closed beamer has focus

2000-12-18  Mathias Bauer  <mba@openoffice.org>  [bb05f573d65bab3edf1593ecd033c63b1f4eccd5]

        #80214#: special handling for beamer

2000-12-18  Mathias Bauer  <mba@openoffice.org>  [715264f6519dd229cb274796e2bfd53593bf7160]

        #80158#: new GetURL; AutoCompletion Portal-Ready

2000-12-18  Mathias Bauer  <mba@openoffice.org>  [df7025c19b7a212c0a23ba8d1ef5607caacdc7c1]

        #80158#: new GetURL

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [675c4556e227b61ef2029afb9b5199b503e1325c]

        #82151# put the string constants into a namespace - needed to disambiguate the symbols for solaris

2000-12-18  Frank Schönheit  <fs@openoffice.org>  [859e6499a71487d969dfb0a5bea9ca40539767d1]

        #82151# put the string constants into a namespace - needed to disambiguate the symbols for solaris

2000-12-18  Mathias Bauer  <mba@openoffice.org>  [162e5d52fb99e714c2277e96b5308b6e56f07ba3]

        #81914#: overfluous assertion

2000-12-18  Mathias Bauer  <mba@openoffice.org>  [f9718302723e037e6e4d74e1eb2545c08d0ab959]

        #81582#: new PRODUCTVERSION also for Portal

2000-12-17  Matthias Huetsch  <mhu@openoffice.org>  [714a0aafb650136b14179edb1b4f1e70822f1b2b]

        #82241# Fixed endian problem w/ MD5 and SHA digests.

2000-12-17  Jörg Budischewski  <jbu@openoffice.org>  [bdbe4589968c8e43ed953c6d16729c54a884a075]

        #82217# deadlock during bridge disposing fixed

2000-12-16  Patrick Luby  <pluby@openoffice.org>  [bafb51232a90049fab908c20740be866cbdec9fc]

        More corrections to painting

2000-12-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b1549b9791b997568075882b4c1a911a8ddd4231]

        includes

2000-12-15  Niklas Nebel  <nn@openoffice.org>  [89d4764e1f057ccc5caf17fe6ea86659e63060de]

        #82195# UpdateInputHandler: pass this as pSourceSh

2000-12-15  Niklas Nebel  <nn@openoffice.org>  [d8b63db58c025f552f7d992a944503b14c9ee5b5]

        #82195# NotifyChange: if pSourceSh set, use as active view

2000-12-15  Niklas Nebel  <nn@openoffice.org>  [6cd31d26646bdcf0669a58cf869b253fc11c5db0]

        #82195# NotifyChange: pSourceSh

2000-12-15  Sascha Ballach  <sab@openoffice.org>  [90072bf9ac996bdcb6a1e2d679670cc981caf5c6]

        put all kind of styles in the base class and get the styles from there

2000-12-15  Sascha Ballach  <sab@openoffice.org>  [e13fc31cceb8c1eded1d9fd4aac9b1a14f3a5472]

        give the ChartImport the AutoStyles

2000-12-15  Philipp Lohmann  <pl@openoffice.org>  [f00481fac1334a36c446de0a6fcf9fcdb1c92838]

        #79518# #81918# improve the IME hack

2000-12-15  Björn Milcke  <bm@openoffice.org>  [983fef6043696bb846cba776f41c568679211476]

        -SchXMLPlotAreaContext::EndElement()

2000-12-15  Björn Milcke  <bm@openoffice.org>  [8fd8400e75a5cd355ec68e3f41fb73ef8855e581]

        set properties of plot-area before child-elements are parsed - otherwise these would be overwritten. And correct resize of chart data

2000-12-15  Björn Milcke  <bm@openoffice.org>  [5e972befe9b4924c3e35f085ac947bf01bdf66d2]

        error indicator is handled by a property handler, merge-property flag for some properties

2000-12-15  Björn Milcke  <bm@openoffice.org>  [95758b1fa5f077324560781a616dde21f97d1b71]

        +XMLErrorIndicatorPropertyHdl

2000-12-15  Björn Milcke  <bm@openoffice.org>  [cbecdd0b6d0dfe9b370653269560999432bb69ab]

        handler for ChartErrorIndicatorType. Two bool XML-Attributes are used for setting one enum

2000-12-15  Björn Milcke  <bm@openoffice.org>  [fbafbc1b1ce42e1485261da9b8fdc88f482ced3d]

        handler for ChartErrorIndicatorType. Two bool XML-Attributes are used for setting one Int32

2000-12-15  Björn Milcke  <bm@openoffice.org>  [5e2c34c9ea8a70a4804e56c2e7888ca0aa22475d]

        don't set NaN values (because this NaN is from SolarMath and compatible with the chart NaN - DBL_MIN)

2000-12-15  jp  <jp@openoffice.org>  [bf8abe7003e61155b58f0298c966d73a26418ea1]

        Bug #81539#: call SaveCompleted with the storage, create unique storage names

2000-12-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8f48cb85b385ed2fc3f646756d36b9482893f5d1]

        look in $(CLASSDIR) for jarfiles listed in JARFILES

2000-12-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b916d9af6c4bdf9a55855ccc5a0bda0f506b7c8]

        switch to ml win32

2000-12-15  Sven Jacobi  <sj@openoffice.org>  [af2f238d5bfb2be2b08419147b348a51f5acd5a2]

        #82186# now setting the hatchcolor

2000-12-15  Frank Schönheit  <fs@openoffice.org>  [54151a7ec4048e75d24db46e9c6f1bca7a5cbd11]

        #82151# renamed createRegistryInfo to have a unique name within the project (collision dba<->dbu)

2000-12-15  Frank Schönheit  <fs@openoffice.org>  [5827d8bdf9e307675b86f13d0b14c0c53c2c5087]

        #82151# no mapfiles anymore

2000-12-15  Michael Hönnig  <mi@openoffice.org>  [77ca3618e6cdcd48e1b90f97c0ec236e77ee6f84]

        lost documentation from src536 inserted

2000-12-15  Jörg Barfurth  <jb@openoffice.org>  [71aa68c6cbdff94c405d99646ed695b816342ce1]

        #80460# Added Timer to periodically clean up cache

2000-12-15  Frank Schönheit  <fs@openoffice.org>  [998d651be418b284b5551112f3760d85122f7823]

        #82151# two instances of the registration helper module - one for every library in this project

2000-12-15  Mathias Bauer  <mba@openoffice.org>  [fecdaf8a56f0240888e5f1651f8382af02d942a7]

        #81910#: wrong usage of SaveWorkingSet

2000-12-15  Mathias Bauer  <mba@openoffice.org>  [a8f3b32368abc938ed8586c04c1c3d6936e8343f]

        #81582#: CJK-Beta timebomb removed

2000-12-15  Caolán McNamara  <cmc@openoffice.org>  [f5e7a9f543a6f6d2bf2530c4091070afa74b19f2]

        #79055# OCX FormControls changes

2000-12-15  Frank Schönheit  <fs@openoffice.org>  [f09297d52d3154a502573a25c5a83e847e952189]

        initial checkin - library-dependent wrapper for the registration helper classes

2000-12-15  Frank Schönheit  <fs@openoffice.org>  [fd5baa88ca35ad3f3507fc14cf81343e9d5dd70b]

        #82151# two instances of the registration helper module - one for every library in this project

2000-12-15  Dirk Völzke  <dv@openoffice.org>  [2728aebebc155eae9f79d0eaf845580eb1398737]

        #82173# Use INetURLObject.insertName with encoding

2000-12-15  Sven Jacobi  <sj@openoffice.org>  [801216b885c4ce38887c504654a6d43b44ad405b]

        added property SymbolTextDistance

2000-12-15  Mathias Bauer  <mba@openoffice.org>  [c658c2f5784c28b63dc922e7814d565c705e701e]

        #80742#: don't use catch (...)

2000-12-15  Malte Timmermann  <mt@openoffice.org>  [9ddade6ec4de00374b518e523312d66071f8f799]

        Newest source from ABIs HD...

2000-12-15  Oliver Bolte  <obo@openoffice.org>  [a8bdd5f4d34bf14917385c8661d43b420214ec3e]

        typename inserted for linux

2000-12-15  Sascha Ballach  <sab@openoffice.org>  [ff50897e8da4d0d2caa0f368905927477824357d]

        now use the XPropertySet on a XRows or XColumns so the performance is much better

2000-12-15  Oliver Specht  <os@openoffice.org>  [1a8e7b4963cddd6a91e3bc716dc0b76763377863]

        #80953# SortOptions-delimiter: char->sal_Unicode

2000-12-15  Oliver Specht  <os@openoffice.org>  [5fef745efa54ae8f331edcd2b698fa6b11d42302]

        #80953# sort()/createSortDescriptor() corrected

2000-12-15  Christof Pintaske  <cp@openoffice.org>  [c9030df670000d0e3734971255b8e1ee7f4c4c67]

        #82080# no italic font for gui

2000-12-15  Oliver Specht  <os@openoffice.org>  [1fcff07e9974d41ef213c7f7e097dd0557ad71a4]

        #80953# sort()/createSortDescriptor() corrected

2000-12-15  Hennes Rohling  <hro@openoffice.org>  [619a2238c6eee2142f76b3edf37d3c73b98a19b5]

        #81964# New threads always have to run in MTA cause UNO recycles threads

2000-12-15  Dirk Völzke  <dv@openoffice.org>  [7ec98cfe0dbfa2a043b500cf739b4f60058a01c0]

        #82173# Remember the last default path

2000-12-15  Dieter Loeschky  <dl@openoffice.org>  [f80d759cc5300b709b3df83287f9be98e9daeece]

        #75593# UpdateTitleObject(): consider empty para object

2000-12-15  Michael Brauer  <mib@openoffice.org>  [4b79d0d3c9b487869a73cbd80e24d24889ab900e]

        82162: WARRUNTY -> WARRANTY

2000-12-15  Michael Brauer  <mib@openoffice.org>  [fa6102dc548ea5ae421e06ca94ca68823126b626]

        82162: WARRUNTY -> WARRANTY

2000-12-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a0670f8dcdffe1611b54e4ffaaf05e173ebcb38]

        #65293#: fix for ResourceManager in case the application language is not yet set

2000-12-15  Sascha Ballach  <sab@openoffice.org>  [d28ae0718b3e3a9120dbaa641245462b6407d511]

        remove the last changes because the performance would be bad

2000-12-15  th  <th@openoffice.org>  [53ab0fc1b46236614bfc8555d45d990e31f6686f]

        EndInputMode in MouseButton-Event for the complete TopLevel-Frame

2000-12-15  Mathias Bauer  <mba@openoffice.org>  [ab4853d8c42589b612daee1a3e99cf97ba1d9873]

        #80231#: GPF in Portal, no frame

2000-12-15  Philipp Lohmann  <pl@openoffice.org>  [836f01669e8695f1b41a56d5ff66fa13035dd955]

        #78578# print to file on serverside UCB

2000-12-15  Oliver Specht  <os@openoffice.org>  [e49c6d78b1abd5a6f4e12f87215b3092d52438e6]

        new: unocrsrhelper, unoparagraph

2000-12-15  Sven Jacobi  <sj@openoffice.org>  [65d67b6070e9f8481641e94b3818dc1da796c530]

        some optimizations, (removing support for device dependent cgm's)

2000-12-15  Oliver Specht  <os@openoffice.org>  [26ccc21734116e1c70572a0b15593ef01d5e26b9]

        SwXParagraph moved; helper functions now in unocrsrhelper.cxx

2000-12-15  Oliver Specht  <os@openoffice.org>  [f65c5a357f553801ed3bb4216b9b2f423566717b]

        helper functions now in unocrsrhelper.cxx

2000-12-15  Oliver Specht  <os@openoffice.org>  [3eb321555305db74e240d2f1e6af3bb22c7256a6]

        SwXParagraph

2000-12-15  Oliver Specht  <os@openoffice.org>  [165d3e5d099e031350e0e83ebb939530374f5bbb]

        IsStart/EndOfPara inline

2000-12-15  Michael Brauer  <mib@openoffice.org>  [075ad4280f00940036fbb6f8f1f472f3d13e22fd]

        Make styles contexts members if SvXMLImport

2000-12-15  Michael Brauer  <mib@openoffice.org>  [7eb123bd954778688a8d6455c3b3a952f1e102f4]

        Make styles contexts members if SvXMLImport

2000-12-15  Oliver Specht  <os@openoffice.org>  [8aa270eaa83e88e519e127491fa90cf6c5ca5e1e]

        cursor helper functions

2000-12-15  Sascha Ballach  <sab@openoffice.org>  [910dd340a12935e4f41ca35fc74ab1b825ea54b4]

        remove all properties with a mnIndex==-1 after finished or contextfilter

2000-12-15  Oliver Specht  <os@openoffice.org>  [60214c67e20175e863bc06e36f5f9a80e9f85dab]

        #73230# commit control in focusLost()

2000-12-15  Michael Hönnig  <mi@openoffice.org>  [097c60bb431a44ed844bacec1aadf7668f3b6362]

        @desc removed (now <p>...</p>), @desc is not a valid tag

2000-12-15  Jörg Barfurth  <jb@openoffice.org>  [bf1b391316a5316a1b5c48fa3143bb1ae31eac2b]

        #82144# Corrected and reimplemented PropertySetInfo implementation

2000-12-15  Michael Brauer  <mib@openoffice.org>  [6d03740e943bac353392467433a8514201b042b6]

        #81943#: fixed script:module

2000-12-15  Daniel Boelzle  <dbo@openoffice.org>  [d48051ec6de640c3de50f3c001bc1edf16f00e14]

        macosX: switched all C++ files back; macro only in makefiles

2000-12-15  Oliver Specht  <os@openoffice.org>  [5bfc91e53184ed1d3fad0c5a33fa28f1bf80e95b]

        #82160# configuration of column assignment corrected

2000-12-15  Daniel Boelzle  <dbo@openoffice.org>  [dec8d7bec244fe30a322d1caaf150618de388f83]

        added macosX macros

2000-12-15  Daniel Boelzle  <dbo@openoffice.org>  [edd44c19e0d67729da9924b04a84a0f7442cb12d]

        macosX: added assertions

2000-12-15  Daniel Boelzle  <dbo@openoffice.org>  [603838254865f65be7b036cce87b19237f18f05e]

        avoid compiler warnings

2000-12-15  Dirk Grobler  <dg@openoffice.org>  [ff22ebabf9ce8c6a234e598e0432641b72ea5c85]

        #82092# Filter files not needed anymore

2000-12-15  Nils Fuhrmann  <nf@openoffice.org>  [18a34273ddff0c3b4ec7aa6e30572bdcf0b5e07a]

        Fixes for merge

2000-12-15  Thomas Lange  <tl@openoffice.org>  [97ccaeed4795f751c92d4b86747c4605b9cdf535]

        Locale <-> LanguageType functions adapted to change in ConvertLanguageToIsoNames

2000-12-15  Daniel Boelzle  <dbo@openoffice.org>  [5a0b59db7325c61af16fa42aef9545670fb5a681]

        prefixing

2000-12-15  Daniel Boelzle  <dbo@openoffice.org>  [23e88e8b0944e67a3a78ea473920ab7940a739a6]

        prefixing exports

2000-12-15  Daniel Boelzle  <dbo@openoffice.org>  [b20ea5f50c84884d0255d9f1521e43f05eb27242]

        *** empty log message ***

2000-12-15  Michael Hönnig  <mi@openoffice.org>  [99ff7a6b001da69f880e2547c35d9cfdb23cd1e1]

        did not compile with docu generator

2000-12-15  Oliver Specht  <os@openoffice.org>  [25c0018e192db2e52228e37611cd25a1e884d02d]

        #82103# GPF in Dtor fixed

2000-12-15  Michael Hönnig  <mi@openoffice.org>  [3020e02a3b44ca2444477718dbfc8b0073f271f5]

        did not compile with docu generator

2000-12-15  Dieter Loeschky  <dl@openoffice.org>  [e86d893a57c8297b96b0fa35fb68fff0fa56a887]

        #75116# SID_STYLE_APPLY: allow overriding of presentation styles in draw

2000-12-15  Kai Sommerfeld  <kso@openoffice.org>  [c9a265c4184c1419c7e8656fa118378c46de3854]

        #82127# - Optimizations.

2000-12-15  Malte Timmermann  <mt@openoffice.org>  [fded1c0aeabad967de918b35ddc7c7e758f89790]

        PreTransformer

2000-12-15  Ocke Janssen  <oj@openoffice.org>  [96fd479eeb45c4eaf3d71380d1ca63d195bb33a4]

        two defines removed which are already defined in fmresih.hrc

2000-12-15  Frank Schönheit  <fs@openoffice.org>  [372f008adb879224a31a288208614b4cd9fe4035]

        convertFastPropertyValue - check the type of the new value (if not void, it must be the same as the one of the property, as we don't do any conversion)

2000-12-15  Daniel Boelzle  <dbo@openoffice.org>  [b036f1049b651321f6b764731e95e3946ef56d5c]

        postfixing export symbols

2000-12-15  Daniel Boelzle  <dbo@openoffice.org>  [c3318a059cc9d5a8527de38187137d7d2175aab6]

        postfixing symbols now

2000-12-15  Daniel Boelzle  <dbo@openoffice.org>  [7b96e0a7d1b71aaaad1da37b1c2fcba570db1939]

        postfixing libname now

2000-12-15  Stephan Bergmann  <sb@openoffice.org>  [00fbf48c93bf69f5fa6ebbd2cc3c9251fda20051]

        #82037# Adapted to modified FileIdentifierConverter mechanism.

2000-12-15  Stephan Bergmann  <sb@openoffice.org>  [d3d1fee0d92cecfe1d3909ba1992eb061439f2bb]

        #82037# Adapted to modified FileIdentifierConverter mechanism.

2000-12-15  Stephan Bergmann  <sb@openoffice.org>  [6b5bccb1ac628e4e028c3e7f725fa0feae5737c6]

        #82037# Redesigned for efficiency.

2000-12-15  Stephan Bergmann  <sb@openoffice.org>  [f95c6c979d94b9742a7dbaacec346ecd0e8a87b2]

        #82037# Redesigned for efficiency.

2000-12-15  Oliver Specht  <os@openoffice.org>  [b5bad1321d22e1cde3f2f39aeaab43aab93e370c]

        #82069# ::dispose implemented correctly

2000-12-15  Patrick Luby  <pluby@openoffice.org>  [41d94d45a3bfffa6240d6a2b61fb6ea0c4110692]

        Updated initialization of static data members for Mac OS X

2000-12-15  Patrick Luby  <pluby@openoffice.org>  [02dd2b7eebf0790d11cd69724f48d8b71e177f85]

        Rearranged #include statements so that code will compile on Mac OS X

2000-12-15  htajima  <htajima@openoffice.org>  [6523c5035c9a8705f6392e5d956b9287ce437502]

        Modified Files:  	i18n_cb.cxx(CommitStringCallback):  	should not send ENDEXTTEXTINPUT in the middle of processing XIM commit  	string, but ENDEXTTEXTINPUT should be only from PreeditDoneCallback,  	which is triggered by XIM as a sign to terminate preeditting.

2000-12-15  Babak Mahbod  <bmahbod@openoffice.org>  [9cdafcbb3e3647640664e08bf82e15408e92fc70]

        Temporary fix for grow region.

2000-12-14  Babak Mahbod  <bmahbod@openoffice.org>  [b928eaad0326987c17c5347d1008912ace69b0f5]

        Clipping methods updated.

2000-12-14  Babak Mahbod  <bmahbod@openoffice.org>  [704b9b0534e9e0af07da36d5e0775cde9d169118]

        Clipping region(s) initial implementation.

2000-12-14  Christian Lippka  <cl@openoffice.org>  [db0f05161e31caf04cbf62b27f09d0ed85fc93f8]

        #81919# be aware of localy cached components

2000-12-14  Niklas Nebel  <nn@openoffice.org>  [c151c79a30a6d08f31b95f46692a8bedb8225b0c]

        EETextObjEqual: first test for equal text content

2000-12-14  mfe  <mfe@openoffice.org>  [782a5108bdf21e849510a6a18b11574b1226bc38]

        #80278# : replaced wait with waitpid after fork

2000-12-14  Mathias Bauer  <mba@openoffice.org>  [4ee52fcda7c8eeb3542a16dda1de3f1854b4f04d]

        #81919#: typo

2000-12-14  Gregor Hartmann  <gh@openoffice.org>  [56bba1cde8d28fd2c6451f8453cfd5f28a1c1a15]

        #81588# unpack packaged XML files

2000-12-14  Daniel Boelzle  <dbo@openoffice.org>  [c5cffd35ac7a1ceadee7c0b9a0177e0b66336437]

        macosX: component exports are prefixed with libname

2000-12-14  Armin Weiss  <aw@openoffice.org>  [aa0c8903fef8212483c4d90d958cc8f7f6f43da7]

        #81908# little fix for prev version, to fast checkin

2000-12-14  Jörg Barfurth  <jb@openoffice.org>  [7806b46137a34107a59fcf664eb3f7e59ce16ff2]

        #80460# Integrated real time value handling (preparing background dispose)

2000-12-14  Armin Weiss  <aw@openoffice.org>  [97240318f7d5482ab0086ae09e739eaccad507ef]

        #81908# force bitmap to exist

2000-12-14  Niklas Nebel  <nn@openoffice.org>  [fd070ab9a3548c2370829deb749ceba6937a4198]

        #81067# StoreDrawLayer: SetFileFormatVersion

2000-12-14  Jörg Barfurth  <jb@openoffice.org>  [1de2294ed9c526c84476634f4977f50dbc2b34b3]

        #81740# Added ability dispose all data for a user to the tree manager

2000-12-14  Daniel Boelzle  <dbo@openoffice.org>  [76428da219c9a1ee4d5f60f0987bf61e4a07e044]

        macosX: getting component symbols prefixed with libname

2000-12-14  Dieter Loeschky  <dl@openoffice.org>  [d18d6b929e761f7dba33ad52c84d4e9ca087bc0e]

        #78759# SID_EXPAND_PAGE and SID_SUMMARY_PAGE disabled on masterpages

2000-12-14  Michael Hönnig  <mi@openoffice.org>  [8953d920dccea6256b71442dfd664ef3afadf7db]

        documentation for each element in separate, no grouping anymore

2000-12-14  Peter Burow  <pb@openoffice.org>  [50a03ed5c55c0f0b445f6e0923716d78c35747d5]

        fix: #81914# INET_PROT_FILE replaced

2000-12-14  Kurt Zenker  <kz@openoffice.org>  [ef64328119190dcaddc46f0dddf80bd478378f9d]

        Assertion: *DefaultLanguage no longer supported* not supported until SRC620

2000-12-14  Kai Ahrens  <ka@openoffice.org>  [1636de8e39b2e145b4a81e534ada4f541337df9e]

        #82047#: initialize variable before usage

2000-12-14  Ocke Janssen  <oj@openoffice.org>  [2b823d23453ccda60625f248aeb9a88f9d9b2dac]

        use ucb instead of DirEntry

2000-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3716b20075dcce4695d2250a1ec398524db68570]

        removed obsolete references to mks tools

2000-12-14  Sascha Ballach  <sab@openoffice.org>  [733330690b6bb346d0bf4171babbb70da6625edb]

        #82093#; Chain to often the TextMapper to the CellMapper

2000-12-14  Matthias Huetsch  <mhu@openoffice.org>  [3b66c2fe97a8287f5271c60327b528b55bdf8562]

        #80278# Fixed _osl_getDomainName() pipe handle leak (close both ends).

2000-12-14  Tom Verbeek  <tv@openoffice.org>  [2ceb3a91f629925623edd9604a3eae279727ada1]

        added/changed for new Gallery

2000-12-14  Dieter Loeschky  <dl@openoffice.org>  [e0a9b0bf9d894c9380bda07bd4231db628a4dddb]

        #79770# SID_OBJECT_SHEAR(): check if objects are selected

2000-12-14  Tom Verbeek  <tv@openoffice.org>  [5b803fe457d77ed7d6abefe40655291e17c5cd62]

        added/modified for new gallery

2000-12-14  Tom Verbeek  <tv@openoffice.org>  [030975264e024e624969c604943d2f6deb82f381]

        redrawn by Stellery

2000-12-14  Andreas Martens  <ama@openoffice.org>  [ed3f93645ede5c61bbee608ca8a0eeb9555155ab]

        #81952#: Formatting restriction to the visible area

2000-12-14  Andreas Martens  <ama@openoffice.org>  [13d97b394c0db2ca9c5ef64f7f1d9f24ad14323e]

        New: Vertical font output direction

2000-12-14  Daniel Boelzle  <dbo@openoffice.org>  [bcba4b5389260592f32244e8202a53a340d4d6f8]

        *** empty log message ***

2000-12-14  Tom Verbeek  <tv@openoffice.org>  [9ef0c5cb4964216f6c149eb662dedea1ea5acb1b]

        modified/added bullets

2000-12-14  Kai Ahrens  <ka@openoffice.org>  [e26cad2a8894f40d4c17bb06ff5b2c0de5f32233]

        #82047#: get correct connection between configuration and internal items (Print options)

2000-12-14  Daniel Boelzle  <dbo@openoffice.org>  [122e985b173b02a5650ec192c4b8cc36025c48c8]

        fixed exports for macosX to be prefixed with libname

2000-12-14  Niklas Nebel  <nn@openoffice.org>  [bf85bc1ce9f7609fca7a18774bae189ed4f66181]

        call SetDBCollection with bRemoveAutoFilter=TRUE

2000-12-14  Niklas Nebel  <nn@openoffice.org>  [d9a70fc3698c59d00f94f391318824bc59b40744]

        SetDBCollection: bRemoveAutoFilter

2000-12-14  Oliver Braun  <obr@openoffice.org>  [b65196c972c31a304540a96e8c0ea7f8aa41ad40]

        updated to current idl tree

2000-12-14  Daniel Boelzle  <dbo@openoffice.org>  [461b75ced6599e872ecc620336cc5bf898da083d]

        modified to load macosX bridges

2000-12-14  Ocke Janssen  <oj@openoffice.org>  [e8c7657acec5be1e3d2eda253df04461312c9870]

        check if source from event is our connection

2000-12-14  Ocke Janssen  <oj@openoffice.org>  [63bd31cdb698e14baa1e4f2b30c67869c2b1762d]

        call disposing(Event) from aggregate

2000-12-14  Ocke Janssen  <oj@openoffice.org>  [865ef35c1242907767f1023f4ddd903de1374748]

        use typeclass from any

2000-12-14  th  <th@openoffice.org>  [3ca0d0c1e5582cb8d6de35b2c86c265b2fb91435]

        #79745# - Thread-DC

2000-12-14  th  <th@openoffice.org>  [63806f66c4016642a16b9064b640621a9cb5aa78]

        #79745# - new data for Thread-DC

2000-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e22fcef68e9bd65998a6b7a5d0a5c0f66be845bc]

        if $(PERL) not set default it with our own wrapper

2000-12-14  Dieter Loeschky  <dl@openoffice.org>  [b22139daefb8fdd6ff2e15aa386911bc7714a534]

        #73780# Consider page orientation

2000-12-14  Ocke Janssen  <oj@openoffice.org>  [17bffa7483eb4cb4b5fbc34ce14d430734fcdcf5]

        #82004# check size of indexes

2000-12-14  Ocke Janssen  <oj@openoffice.org>  [4695f7d361641ea4dcd927a7b4aab86e0c971d5b]

        #82018# check for double column names

2000-12-14  Oliver Specht  <os@openoffice.org>  [11bfaea21978581ab090de4d039ed110fff4d9e1]

        #81831# help ids added to the property browser and related dialogs

2000-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2947e56011663b9375e49f413ee8a2cc3db84c0c]

        #65293# allow operator access to protected member

2000-12-14  Michael Hönnig  <mi@openoffice.org>  [c70d7c0e31f8c693752e713705ca992e56c096f8]

        <true></true> -> <TRUE/> and same with FALSE

2000-12-14  Björn Milcke  <bm@openoffice.org>  [ea0ddec6e8ec1de47a00907cc279e72bf06afa0e]

        regression by power function (monomial) is called 'power' not monomial

2000-12-14  Oliver Specht  <os@openoffice.org>  [627a003fe433a1ca1c4316f2dfaf9f3f83b48433]

        #82001# ignore impress numbering level property

2000-12-14  Mathias Bauer  <mba@openoffice.org>  [439f82351de642ff207c7abd1ec14a26f503dae6]

        #81958#: remove hack for invisible parents

2000-12-14  Christof Pintaske  <cp@openoffice.org>  [1da0346e80cb10944258cd41dfacc5ce8d816f47]

        #81658# korean gui in korean euc locales

2000-12-14  Dieter Loeschky  <dl@openoffice.org>  [6c09a28fe377dee2ffdd1fca3837e08c09774699]

        #82066# FileDialog now supports XML formats

2000-12-14  Dieter Loeschky  <dl@openoffice.org>  [10829d875caeb774efa842d4a117a47e32efd508]

        #81265# Correct language setting

2000-12-14  Oliver Specht  <os@openoffice.org>  [930f64d3f903787368a8c8cc86857a2932da815e]

        #82036# graphic attributes added to the API

2000-12-14  Ocke Janssen  <oj@openoffice.org>  [8228655e8bf440f4f1c58bb01725ded7c8bd29fb]

        #82061# beforeFirst called everytime

2000-12-14  Mathias Bauer  <mba@openoffice.org>  [48babf1e5295018c84e57457c84a9b17dfe3dd06]

        #81744#: save some properties, new medium may be killed

2000-12-14  Tom Verbeek  <tv@openoffice.org>  [2853a68b308d4fe15cb40b153d67f27c73f1037e]

        added/changed themes for new gallery

2000-12-14  Nils Fuhrmann  <nf@openoffice.org>  [cae9268ce842df39b711da80dd282819e1a7bf9d]

        Replacement of StarPortal: Sun Webtop

2000-12-14  Tom Verbeek  <tv@openoffice.org>  [a196509829bbf7c3ab8a853513ed10b40f36e2b3]

        added/changed themes for new gallery

2000-12-14  Michael Hönnig  <mi@openoffice.org>  [7005cb639b4e36921e62b36d22c0b5ad4c2dfd12]

        /// comments NEVER behind an item => moved

2000-12-14  Mathias Bauer  <mba@openoffice.org>  [e732d2ba14fb789a597cf1d4e0ec830fe9f07500]

        #81744#: compare filenames, not URLObjects

2000-12-14  Frank Schönheit  <fs@openoffice.org>  [6212bd9e805bd3c5b24c74e3883b369936fb43a1]

        #81961# added a comment for the translation department

2000-12-14  Oliver Specht  <os@openoffice.org>  [a7563699ec2bd44c00a4f58af01071167b61ff86]

        #82036# graphic attributes added to the API

2000-12-14  Oliver Specht  <os@openoffice.org>  [3b558d1652b7f5ae8f1356e28a633475eebab78d]

        #82036# graphic attributes added to the API

2000-12-14  Kurt Zenker  <kz@openoffice.org>  [dd6ccc1601a927e2917a903779facee4a1537a76]

        initial version

2000-12-14  Kai Ahrens  <ka@openoffice.org>  [9e70b64a12b6d5d38436d820a30f6825fe3937e2]

        #82040#: use correct method to search for substring

2000-12-14  Mathias Bauer  <mba@openoffice.org>  [4f7b8123080eb5c199f4033d1e149932883cfc0f]

        #81744#: problems while reloading

2000-12-14  Oliver Specht  <os@openoffice.org>  [105cf1ef8adbca8d1e38a9d1c5e23f053f48d5a9]

        #82036# graphic attributes added to the API

2000-12-14  Oliver Specht  <os@openoffice.org>  [c0308e96ccb0f5ab5bdbddb430bfb177cdae3456]

        #82036# graphic attributes added to the API

2000-12-14  Oliver Specht  <os@openoffice.org>  [44f26c64b90d6baadf67e7b486d2fe9873c969fc]

        #82036# graphic attributes added to the API

2000-12-14  Andreas Martens  <ama@openoffice.org>  [80a5663f736819d0d31dc15d17df95a672cc62bb]

        Fix: Don't clip under MINLAY width

2000-12-14  Christian Lippka  <cl@openoffice.org>  [dfadb993e9faa88a2bf82b7bfb6e6156b8e2691c]

        #82032# don't throw exception when property is not in set for getPropertyState

2000-12-14  Sascha Ballach  <sab@openoffice.org>  [fe246ec8e4b965d038e7919db941342b5200fdad]

        fix a little problem; the Y position of the shape is not correct

2000-12-14  Oliver Specht  <os@openoffice.org>  [11a17db370873be0f78be0fe22ba8a4701d0b176]

        #82036# graphic attributes added to the API

2000-12-14  Michael Brauer  <mib@openoffice.org>  [48d685620e4ca881ec607bfc7e34ef00de22460f]

        #80006#: Export using utf-8 encoding

2000-12-14  Michael Brauer  <mib@openoffice.org>  [c3875d58ee9b0e70b882b079bc5524dd177760fd]

        #80006#: Export using utf-8 encoding

2000-12-14  Dieter Loeschky  <dl@openoffice.org>  [4ad1ccb1caee8d43518ae32c07f03e960442c14d]

        #77153# GetIdBySubId(): consider SID_TEXTEDIT

2000-12-14  Juergen Schmidt  <jsc@openoffice.org>  [1e4546cb534127b261e6d16b277b0c6d0a8b9203]

        #81235# use $(PERL) as only perl

2000-12-14  Frank Schönheit  <fs@openoffice.org>  [139cc0742e9957cfa308d83d296598e69ef2d804]

        #81845# +HID_DSADMIN_SPECIAL_MESSAGE

2000-12-14  Michael Hönnig  <mi@openoffice.org>  [d18c56526882f8b1dc0a55b375047fcd9dba92d5]

        relative scopes only if SAME, others made absolute

2000-12-14  Ocke Janssen  <oj@openoffice.org>  [e73c61863d72deb623359c061643202568bf86cf]

        #82004# use of private toDouble

2000-12-14  Stephan Bergmann  <sb@openoffice.org>  [fc19ee83198fe8365229881fa8d3141dc5faf1be]

        #77385# Made 'OfficeInstall' and 'InstallPath' local properties.

2000-12-14  Frank Schönheit  <fs@openoffice.org>  [5d36436351d297853cf6df7c43f3bbc3b82bbb28]

        #81938# make the ThousandsSeparator persistent

2000-12-14  Jörg Barfurth  <jb@openoffice.org>  [2dda2ca1b2ac4573af80c4f5f03cfe7a255d8985]

        #79526# Previous version did not compile - moved up decDepth()

2000-12-14  Peter Burow  <pb@openoffice.org>  [064249f304869df636eff57e5f170c36e03d3783]

        fix: #81914# SearchFile() now with LocaleFileHelper

2000-12-14  Stephan Bergmann  <sb@openoffice.org>  [2b45aca7f152e2df836121a81c1149f7c88b8afb]

        #77385# Made 'OfficeInstall' and 'InstallPath' local properties.

2000-12-14  Patrick Luby  <pluby@openoffice.org>  [64dae5aef54d6686e8404de1a8ac7ab10b363ea1]

        Added OpenOffice style STLport-4.0 support to linking

2000-12-14  Patrick Luby  <pluby@openoffice.org>  [36ae1303b1a5300c233036abaaf67f6e823e2236]

        Updated to SRC614

2000-12-14  Patrick Luby  <pluby@openoffice.org>  [62b43447cd591f55b652f3a6b01015aa3590f0b8]

        Updated to SRC614

2000-12-14  Patrick Luby  <pluby@openoffice.org>  [62b9f120f0607682c5cfc75a125ccd997a52ade1]

        Updated to SRC614

2000-12-14  Patrick Luby  <pluby@openoffice.org>  [7696a2e64abf93b2ba2d6d6d43e195ea86af8171]

        Added stlport4 support for Mac OS X

2000-12-13  th  <th@openoffice.org>  [40448b311465fa03c31b40a41e99dca585dcafe9]

        #81658# - add MS_1361/JOHAB

2000-12-13  th  <th@openoffice.org>  [32bed5cc549f76b8c7d91dbb426a575dfd00149a]

        #81658# - correct Conversion Tables

2000-12-13  th  <th@openoffice.org>  [6761715745788ee966c37f795b5f56223f3c6aff]

        #81658# - remove JIS Convert Function

2000-12-13  th  <th@openoffice.org>  [a7f3ca89bdb24458f77397247c18d82012063f20]

        #81658# - add MS_1361/JOHAB

2000-12-13  Christof Pintaske  <cp@openoffice.org>  [c34303fde355d8217c10e1355ed28965ef49a9d0]

        #61658# convert plummed to gold: create a virtual interface font

2000-12-13  Rüdiger Timm  <rt@openoffice.org>  [1621a2e616364a7999008553195f78643d1687e5]

        Merge SRC614: 13.12.00 - 23:10:45

2000-12-13  Christof Pintaske  <cp@openoffice.org>  [c8c0969cde63cdfa5ce97880db42fa424dfcadb4]

        #61658# convert plummed to gold: create a virtual interface font

2000-12-13  Gene Anaya  <ganaya@openoffice.org>  [5294d38eba79d67a4917e3171639faaf4b8b0b06]

        Implement VCLWindow_SetAcceptsMouseMovedEvents() and SalFrame::CaptureMouse()

2000-12-13  Christof Pintaske  <cp@openoffice.org>  [b8a8193467e11aa3f8d02e8d892c8b20a6f84b8c]

        #61658# convert plummed to gold: create a virtual interface font

2000-12-13  Christian Lippka  <cl@openoffice.org>  [d23e446adc95656670419b84762c2759e4f2bd8f]

        #80713# added fill bitmap properties

2000-12-13  Christian Lippka  <cl@openoffice.org>  [38868cce5ec853d4bb242c9bff2695e659da6353]

        #80699# reworked shape id creation and fixed import for all shapes

2000-12-13  Niklas Nebel  <nn@openoffice.org>  [65062f31aad4418aef418874277b33df733f3ff6]

        Columns/Rows: column/row properties

2000-12-13  Niklas Nebel  <nn@openoffice.org>  [ab49e37ee9d7e29cc4c5d4919a35509c14cdb66b]

        Columns/Rows: XPropertySet

2000-12-13  Christian Lippka  <cl@openoffice.org>  [5fb34d9ceb8bdb374e796cc44261553f85c80071]

        #80713# added fill bitmap properties

2000-12-13  jp  <jp@openoffice.org>  [99093101cddd28edc2767caad012514953dae7e9]

        Bug #81999#: don't use Ruby attribut at time

2000-12-13  Björn Milcke  <bm@openoffice.org>  [6b050ebdc79eb3813040236405bf92be520f80bb]

        statistics properties completed

2000-12-13  Mathias Bauer  <mba@openoffice.org>  [e15e3e1a72e13b03a1c09b52ae8313ca0e1158c0]

        #82014#: VERSIONNUMBER

2000-12-13  Björn Milcke  <bm@openoffice.org>  [4428e9ef9c42f56055e98100d0c490a4e6ff83a8]

        statistics properties completed, some 3d properties added

2000-12-13  Martin Gallwey  <mtg@openoffice.org>  [4f0d6a6710236a9050907b7609f6e91541f44b95]

        fix a second exception specification so that this time _it really does_ compile under Solaris (honest, guv)

2000-12-13  Martin Gallwey  <mtg@openoffice.org>  [95ed8cbae6ed938d64a04ca1584821f8524e43ac]

        fixed exception specification so it compiles under solaris

2000-12-13  Frank Schönheit  <fs@openoffice.org>  [b7a1165fb50a6f343f22704848ed3b51b8acf097]

        deliver formlayerimport.hxx

2000-12-13  Sascha Ballach  <sab@openoffice.org>  [0c3782dc0396178ed1954e83eb5569bbe17610a4]

        #81841#; the size of the shape is now set after read the complete table

2000-12-13  Sascha Ballach  <sab@openoffice.org>  [20a6af13d9d9f4f7c1a5e1a2165c0c8493ea28a5]

        set only the row properties if thea are different to the defaults

2000-12-13  Björn Milcke  <bm@openoffice.org>  [1e88b38ad283bc146423b72e1e84f4b57eccb208]

        statistics properties completed

2000-12-13  Martin Gallwey  <mtg@openoffice.org>  [4b11504f4ad039fb2311061c7544f00b6ff23c0f]

        This rather enormous commit has the following features:
        
        1. Fixed three different memory leaks, one of them quite serious
        2. Considerably streamlined the ZipPackageBuffer class - large performance
           increase, also streamlined EntryInputClass in the same way...
        3. Correctly saves embedded zip files as embedded zip files instead of
           directories
        4. Supports the copying of raw streams instead of de-compressing/re-
           compressing unnecessarily.
        
        Marty

2000-12-13  Hennes Rohling  <hro@openoffice.org>  [8bf38f00f98ec5f1c6e94d722edb12900ade18a1]

        #81769# Copy changes from CJK to SRC (for Portal)

2000-12-13  Sven Jacobi  <sj@openoffice.org>  [8a88e0dafe4427d655d6919a183c7dd3b6a290aa]

        #81931# fixed EPPT_Sount container size

2000-12-13  Mathias Bauer  <mba@openoffice.org>  [6022aabe0195db725b1010771195190109863f4d]

        #81774#: wrong targetting

2000-12-13  Philipp Lohmann  <pl@openoffice.org>  [d2a4e7863c010cd87aaa2ef681ba30778c2feeae]

        #79518# workaround for strange focus handling of IME

2000-12-13  Kay Ramme  <kr@openoffice.org>  [994448b9549d0414708bfcc3b8775e3ca616c4fa]

        #81786# be kind of tolerant against null sequences

2000-12-13  Andreas Bregas  <ab@openoffice.org>  [cd8e0794ba18b451d6530eadfdd5a2586813b633]

        #80204# Test first if file names are already file URLs

2000-12-13  Rüdiger Timm  <rt@openoffice.org>  [2bc27b1e6e13ffeb0ebb7e8dc3c2ea425939acf1]

        #65293# link framework binary against SOTLIB

2000-12-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0c87fc12e73f9010ecea720da8fc758cad0c064]

        #65293#: added startup scripts

2000-12-13  Oliver Bolte  <obo@openoffice.org>  [26eb8c45760bc5af60681d3f519d39b6d1394c72]

        #65293# dummy.class removed

2000-12-13  Dieter Loeschky  <dl@openoffice.org>  [5626bb79756cd7109d0cf045b0d08b653a8e7f25]

        #81265# Correct language setting

2000-12-13  Michael Brauer  <mib@openoffice.org>  [7c5b248a2fb40399d5123bc4fc3bf03fd316d44d]

        #81968#: Catch exceptions when setting numbering rules

2000-12-13  Juergen Schmidt  <jsc@openoffice.org>  [f6a176dc6af13e85e76f1ce3ec910df54d0caa12]

        #81235# new script which change hrefs in docu files to relativ links

2000-12-13  Michael Hönnig  <mi@openoffice.org>  [444c3c2168f5fb06b5982d1d35fcb6f1d3bf285d]

        Syntaxerror fixed, only showed in docu generator

2000-12-13  Michael Hönnig  <mi@openoffice.org>  [3f4030694d39fb4e7ff31f76ac90c62cc82bae18]

        symtactical documentation and minor semantic documentation flaws fixed

2000-12-13  Mathias Bauer  <mba@openoffice.org>  [e3c73e9f4ccf32cb150ea5c838a42c83d65ef125]

        #80231#: SetUser for Portal

2000-12-13  Ocke Janssen  <oj@openoffice.org>  [9c5ede173e3fa2d7d753f414ac9172b4c7125ca2]

        #81925# if no maxcount use USHORT_MAX

2000-12-13  Ocke Janssen  <oj@openoffice.org>  [ca2e6b1677f3f075b9f159b781792bd756222b14]

        #81925# use index i

2000-12-13  Armin Weiss  <aw@openoffice.org>  [b5e6750b4886776f2526bdf3b295a987d0f19e95]

        #78478# if FontWork and outline for it is activated the LineStyle needs to be set, too

2000-12-13  Hennes Rohling  <hro@openoffice.org>  [f0bce7ea3ec14bb8acbf64e4cb80c7dd9b9609d1]

        #81769# Use WAPI fpr W9x, Workaround for different functionality of DdeInitializeA on 9x/NT

2000-12-13  Sven Jacobi  <sj@openoffice.org>  [29264a179404b2a186e5ddc93349631764b988fe]

        now creating fill and line properties by using the EscherPropertyContainer

2000-12-13  jp  <jp@openoffice.org>  [93ec71e69c1145a241768881510f452490ef0059]

        new shell method for returning the current language

2000-12-13  Ocke Janssen  <oj@openoffice.org>  [580057c241c76395f8f9a1c5a5749769a29afa88]

        #81925# return !m_bWriteable

2000-12-13  jp  <jp@openoffice.org>  [a7522275d2a95f14527ea8dddfa13b7cbeb6d334]

        NextWord: return if the next word has no len (no endless loop)

2000-12-13  jp  <jp@openoffice.org>  [34f321b7becb57fbf13508041c4bcc48e4130c4f]

        use new shell method for asking the current language

2000-12-13  Sven Jacobi  <sj@openoffice.org>  [13e268c0a2830e4daace91460633bc3bd41da756]

        removing unused methods (ImplGetBlibId, AddWMF, AddEmf, ... )

2000-12-13  Daniel Boelzle  <dbo@openoffice.org>  [09798332e263fc942bc03d90333938c29c2d7b93]

        *** empty log message ***

2000-12-13  Sven Jacobi  <sj@openoffice.org>  [2b3cfe4ea33ae5c899e0eb0c51380bfd5c42e220]

        AddWmf, AddGraphic had been removed from EscherEx, UniqueId from GraphicObject is now used to get the GraphicId

2000-12-13  Michael Brauer  <mib@openoffice.org>  [e4db3bdb024af2684209fc776802f35ff0181c56]

        #81887#: UTF8 works again

2000-12-13  Jörg Barfurth  <jb@openoffice.org>  [3d089ec8dcb1c469c143d6a56c03fcadbe1ccc9d]

        Fix for last change: Need OSL_ENSURE instead of OSL_ASSERT

2000-12-13  Dirk Grobler  <dg@openoffice.org>  [0a4a4e290433c3887c9cfaccdf460615c3320138]

        #80149# wrong hanling for xml special characters

2000-12-13  Kurt Zenker  <kz@openoffice.org>  [65987318d12e03b1cd71e9504a9fb0d6b57049e3]

        new version for SRC615

2000-12-13  Daniel Boelzle  <dbo@openoffice.org>  [85f42299f3fc22a4adb3ab06e3ce8983044b5caa]

        corrected documentation

2000-12-13  Kurt Zenker  <kz@openoffice.org>  [ba273e76d7bac971d2db13095869d3e90f3c9600]

        new version for SRC615

2000-12-13  Daniel Boelzle  <dbo@openoffice.org>  [983202ea7beba3a6437781cd8b7020fcc6a56b04]

        fixed doku, changed to be derived from XPropertySet

2000-12-13  Kurt Zenker  <kz@openoffice.org>  [a1a586afd5bbd739fbd2ce75df0425a9e3728d91]

        SUPD>615 -> SUPD>=615 for setFont()

2000-12-13  Mathias Bauer  <mba@openoffice.org>  [ef6b008df92a06b69e9ac42a186445b159797478]

        #81951#: don't use oslgetLocalHostName outside Portal

2000-12-13  Eike Rathke  <er@openoffice.org>  [ced875b715acab9c03d10ed875dd945fb3b8cb10]

        #81844# scheduled series ranges update

2000-12-13  Kurt Zenker  <kz@openoffice.org>  [5ad4cab8ed638c86256343b0b3c0958218e26cc7]

        new version for SRC615

2000-12-13  ts  <ts@openoffice.org>  [aad80bcc2e72dbdb9e7b04a3d552923360924634]

        using osl::MutextGuard instead of vos::OGuard

2000-12-13  Kurt Zenker  <kz@openoffice.org>  [c528c5712beae22c4c7ddbd6c28974de5cafe47d]

        DEBUG -> _DEBUG for OSL_ENSURE

2000-12-13  Jörg Barfurth  <jb@openoffice.org>  [c236a3236b880483108dc1e8f6cb30ae6b754272]

        Corrected assertion condition with legacy arguments

2000-12-13  Jörg Barfurth  <jb@openoffice.org>  [1c4901082816feda01794c3edda07ee99e30c447]

        #79526# Corrected depth handling (childDepth() and parentDepth() were switched)

2000-12-13  Kurt Zenker  <kz@openoffice.org>  [8bd7b13b35692384f9329981de03991578039eab]

        new version for SRC615

2000-12-13  Mathias Bauer  <mba@openoffice.org>  [2a2109150b717a887517050844085b7d84a6425a]

        #81872#: move SpecialConfigManager to svl

2000-12-13  Niklas Nebel  <nn@openoffice.org>  [aa5e8f75bf89465e7d111eb8cedc168391c2f8f4]

        #81733# undo/redo: execute in both views

2000-12-13  Niklas Nebel  <nn@openoffice.org>  [89cb5a8d79ee0591174c09c409b6452d890e9fa5]

        #81733# handle undo/redo in edit shell

2000-12-13  Dieter Loeschky  <dl@openoffice.org>  [24a978e05ecfa5d6adfdc7aa6126656b31453aff]

        #80395# FillStatusBar(): resize page field

2000-12-13  Dieter Loeschky  <dl@openoffice.org>  [53c502cd7d0e467ba66026bbbb26c96617acd2df]

        #77419# Use background objects stylesheet only in Impress

2000-12-13  Mathias Bauer  <mba@openoffice.org>  [6b13b9a9a01c15858b9b2fca4f7d601ad5526aad]

        #81872#: move SpecialConfigManager to svl

2000-12-13  Armin Weiss  <aw@openoffice.org>  [71e021c4881e36a9bdec771b43744d928d08972d]

        #81908# corrected and cleanedup import/export of int and double numbers

2000-12-13  Armin Weiss  <aw@openoffice.org>  [e6e6082e54648fe1b6a5b5818ed63b39329fe1ec]

        #81908# made export of 3d render mode more safe

2000-12-13  Andreas Martens  <ama@openoffice.org>  [3b8354a70f3cd959562b36374870417f82d104cc]

        #81875#: A really small visarea causes big problems

2000-12-13  Mathias Bauer  <mba@openoffice.org>  [e8cfaad928b1fe94ff6127e27445d55bac2723ee]

        #80231#: HelpURL changed

2000-12-13  Kurt Zenker  <kz@openoffice.org>  [166e73ea986ef55b6043bac2fd7d4e7eddb6d062]

        new version for SRC615

2000-12-13  Frank Schönheit  <fs@openoffice.org>  [eba86dd7fdb3aab7e4707bc74c2f86ff856973f7]

        new import related implementations - at this version, we should be able to import everything we export (which is all except events and styles)

2000-12-13  Kurt Zenker  <kz@openoffice.org>  [6cc3fa77daddeb56cbc1e50c81df2aeea386f746]

        new version for SRC615

2000-12-13  Frank Schönheit  <fs@openoffice.org>  [cbd8f784f0aa81d0839a98dc786ca1d724a007e4]

        +valueproperties

2000-12-13  Frank Schönheit  <fs@openoffice.org>  [bad29c38283946603ca8039e28ddcf4d9e0e522c]

        slightly modified some documentations

2000-12-13  Frank Schönheit  <fs@openoffice.org>  [188e29e4af6950d957b59d379b4c81e831fa9400]

        moved some code to a more central place to reuse it

2000-12-13  Frank Schönheit  <fs@openoffice.org>  [e96dcde5a6b5315623e17cc9072d7146b0cb34da]

        initial checkin - helper class for build maps whichs keys are interface references

2000-12-13  Frank Schönheit  <fs@openoffice.org>  [4e6bde631d60bf48a888d18c4b2ba8abf096ed07]

        initial checkin - helper class for meta data for the different value properties

2000-12-13  Frank Schönheit  <fs@openoffice.org>  [e113c936a95559472ce1a7caadb1d173b05fe817]

        included XPropertySet.hpp

2000-12-13  Thomas Lange  <tl@openoffice.org>  [1cca41a86e17a88e0043050011a6563722c07431]

        #81719# 'Replace' fixed in Thesaurus dialog

2000-12-13  Michael Brauer  <mib@openoffice.org>  [d9cc57c9230c59097b27cb3c662496f6f0c229ae]

        #81864#: Transparent background: A should be either sal_True or sal_False

2000-12-13  Mathias Bauer  <mba@openoffice.org>  [11315f2fbaa590d3126ab437b606e185a3ba4af9]

        #80231#: Help for Portal

2000-12-13  Michael Brauer  <mib@openoffice.org>  [909eb9f3b175d2190fa24d0ab5457a1c203f0a4d]

        #81864#: Transparent background: A bool might be differnt than sal_(True|False)

2000-12-13  Andreas Schlüns  <as@openoffice.org>  [0cdcf9359b5006a0e3f7291c86fd54e456126447]

        #81540# move DocumentProperties from beah to normal service

2000-12-13  Michael Brauer  <mib@openoffice.org>  [4d870d302dfdedd162c820ef4117d0956b22bcb6]

        Import drawing layer text boxes correctly

2000-12-13  Michael Brauer  <mib@openoffice.org>  [7c9b11865e6d7162e9426979c7686b69298cfa4f]

        #74222#: Don't switch off whole border if a cell contains a sub table

2000-12-13  Mathias Bauer  <mba@openoffice.org>  [c66bff07bbc9197564d63e9ffa3cf3174ae6b4dc]

        #81910#: SaveOptions not in AppData

2000-12-13  Andreas Schlüns  <as@openoffice.org>  [126b57dacbe3e04131043f5c912219603eceec81]

        #81873# move MediaTypeDetectionHelper to temp. fwl-dll

2000-12-13  gt  <gt@openoffice.org>  [1b118ae7c76dfe3ff0a12455ab59268031c5878e]

        #81901# lcl_ExportBackgroundGraphic(): ReleaseAccess() only one time

2000-12-13  Oliver Specht  <os@openoffice.org>  [7888a479c2bb1c66184ebbb6e668ead8bb91474a]

        #80698# use second configuration provider for locally cached components

2000-12-13  Oliver Specht  <os@openoffice.org>  [ab0f4f51f472708b9be76e41fa5e298e08916ceb]

        #80698# use second configuration provider for locally cached components

2000-12-12  jp  <jp@openoffice.org>  [8f9b6aba44c82885f6ee49bea3736b97003ce61f]

        Bug #81684#: getText - don't swap the characters, the filter return the correct order

2000-12-12  Christof Pintaske  <cp@openoffice.org>  [7c877f7ee2f66fc6a10d3fa4241d48140e1f3274]

        #81658# ksc5601 is apparently NOT korean EUC

2000-12-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1e7ab85ed71f2a3b137b1654db95248df93cec0c]

        keep it static; libCrun static

2000-12-12  Daniel Vogelheim  <dvo@openoffice.org>  [52f722af43c0f2c0e7eeb60570581689babb64dc]

        - incorporated fix for #81814# into main branch

2000-12-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a9f0f160391809edff951e5662889971cc76ae7]

        CJK614

2000-12-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7918c6fb465c849d84c25a5e96bee1134af59ab2]

        #65293#: remove debug output

2000-12-12  mfe  <mfe@openoffice.org>  [3517dd601ad8cdace55062ac2e3450d5a883550d]

        #81784# : use native osl file funcs instead of class wrapper

2000-12-12  Sven Jacobi  <sj@openoffice.org>  [55b276e9f3fd68387a719bef5308e38253164de2]

        now using EscherEx that is part of svx, moving functionality to svx/escherex, removing functions that were unused or already part of EscherEx

2000-12-12  Sven Jacobi  <sj@openoffice.org>  [cab7a708784405ebd3f2a2a45f26eba3a9ea8ade]

        added methods to create Line, Fill, Graphic, Shadow and Gradient properties

2000-12-12  Christian Lippka  <cl@openoffice.org>  [764f93852cc552f30d02f6517522455941de96d8]

        #80713# added fill bitmap settings

2000-12-12  Caolán McNamara  <cmc@openoffice.org>  [a4553067fd09c3a33806f8da16f6b691080102ae]

        #81539# Sanity check for fully parsed MathType is futile

2000-12-12  Daniel Boelzle  <dbo@openoffice.org>  [bd284c6a1eda5548fa62c1bfbe1486622aac0d9b]

        new

2000-12-12  Lars Langhans  <lla@openoffice.org>  [1526a3eab753cfc620c0ea4dd54580a44e222587]

        #81817# cleanup children in subtreereferrer

2000-12-12  Daniel Boelzle  <dbo@openoffice.org>  [dadba07e6cbbd5cbdcdd24d721cc6c776dbd7755]

        new

2000-12-12  Frank Schönheit  <fs@openoffice.org>  [2c5f9606acc9c0894311d02cf7002b8b0a8854a4]

        #81862# type for the adabas user help id (why the heck does the compiler not complain about this?????)

2000-12-12  Frank Schönheit  <fs@openoffice.org>  [1affab62fa599937d8fbe61596a85535f6a3d532]

        #81869# typo in one of the help id defines

2000-12-12  Kai Ahrens  <ka@openoffice.org>  [d89a842ac047c01cdfdba4d79763df871cbd8f04]

        #81653#: set correct file extension for binary graphic links

2000-12-12  Thomas Lange  <tl@openoffice.org>  [9b2d58ca944f3216ea669aba39a8bf6e8dfd1eb8]

        #81811# IsDigit new

2000-12-12  Thomas Lange  <tl@openoffice.org>  [9f196726bf461b9af28c6ebf6a1d99a12ad41f19]

        #81811# IsWhiteSpace fixed

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [925c690e21dea744816b012bda2f5b65316fc81c]

        check if XUNOTunnel is supported

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [e5d4bf3fdbe9bb18682a322537fcd7928257138a]

        check if catalog is zero length

2000-12-12  Kai Ahrens  <ka@openoffice.org>  [1b7a90b7677db9ea520ff2affa3206eba7a8dea1]

        #71044#: don't record DrawMask action in ::ImplDrawRotateText

2000-12-12  khz  <khz@openoffice.org>  [27c03d2350d2f2c6e63a255f9fd6cc2f07b2c405]

        #80856# take into account negative indentation in SetNumLSpace()

2000-12-12  Eike Rathke  <er@openoffice.org>  [0447d48f5150f7dbcbc63614f4b720b6ba704ed2]

        ImpInsertFormat: strip surrounding [$...] on automatic currency

2000-12-12  Eike Rathke  <er@openoffice.org>  [ca2bf6d1e21852c9a8ecd7b2cd6b29ec7fcaec36]

        add: StripNewCurrencyDelimiters

2000-12-12  Andreas Martens  <ama@openoffice.org>  [355850d06a489a6fdb251a70edd9294e6bdf7f30]

        Fix: Use the CTL attribute for CTL fonts

2000-12-12  Nils Fuhrmann  <nf@openoffice.org>  [2736fd4215b44a043b4bce14d92703705c75cfaa]

        Fixes for merge

2000-12-12  Niklas Nebel  <nn@openoffice.org>  [adf3a6f11b55cde8eb557abd9a44f13d85601999]

        #81860# executeWithCompletion

2000-12-12  Niklas Nebel  <nn@openoffice.org>  [23b9867d18b51825ba8dec77ac163df1b6f97ac3]

        #81860# get databases from DatabaseContext, tables from connection

2000-12-12  Oliver Specht  <os@openoffice.org>  [6ef2a784e448cf30f7904db620e4e890fce99e87]

        #81868# chapter numbering/HeaderStyleName: use programmatic names

2000-12-12  Christof Pintaske  <cp@openoffice.org>  [62d00d11186fd9133e10cbf51b5fada4dfa5cb3d]

        #81658# use ksc5601 as euc korean

2000-12-12  Christof Pintaske  <cp@openoffice.org>  [9a82c77ea9af7598960972ab22192c4b813d71d1]

        #81658# dont use big5 or koi8r for latin chars

2000-12-12  Christian Lippka  <cl@openoffice.org>  [95510171beae58761e3c39418444ecf2ab9d2178]

        #80755# Basic import added

2000-12-12  jp  <jp@openoffice.org>  [ff829f5488559114040d8d387c702e3b5be98c03]

        Bug #81815#: export rtl fonts with F instead of AF token

2000-12-12  Andreas Bille  <abi@openoffice.org>  [cf878b29040a08cd283bb86b75624984d19850f0]

        #81691#

2000-12-12  Mathias Bauer  <mba@openoffice.org>  [68a730ff8aa9c46d027f043bc523755cbf22c33d]

        #81840#: Application::Abort dumps core under Solaris

2000-12-12  Oliver Specht  <os@openoffice.org>  [a8804e32f19d69393959791eee21aaf89ab89103]

        #81830# special font removed

2000-12-12  Andreas Bille  <abi@openoffice.org>  [b943c33901e9f46a470173bb5aace5ea0e805583]

        #81691#

2000-12-12  Michael Hönnig  <mi@openoffice.org>  [ca6f7062dba2ad651646e37e02d49ea4229035e1]

        #78715# stardiv references removed

2000-12-12  Oliver Specht  <os@openoffice.org>  [5c8b7c714e0aaa4514f87bd68485b77f6796dcbe]

        #81830# set unicode font in navigator

2000-12-12  Armin Weiss  <aw@openoffice.org>  [8183d12b7ee2884f91011939da0a9bc1954dba97]

        #80594# Extrude objects need to be corrected (translated) to allow the base polygon to be saved as 2d polygon. This is done with a Z-Translation.

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [34f4fc65ea56ca22b319342e24b4b4b473829d66]

        #81833# set factory for the first instance

2000-12-12  Peter Burow  <pb@openoffice.org>  [998e4e5de64f88f1e955be170984f7743a7f3f39]

        fix: #81851# hack (src614): show always the start page

2000-12-12  Michael Brauer  <mib@openoffice.org>  [f346a2cbf418f807f1c1010297093b5a86100016]

        #80296#: Export start value if a list is continued

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [8367b3ff7c7f04aba89537896008a9240b6cf5f5]

        #80933# new hlp ids for the dialogs

2000-12-12  Lars Langhans  <lla@openoffice.org>  [e25da5f5d1ae6c794bb8d997d8e9544dc1e4cbf2]

        #81772# accessimpl.cxx// ensure our provider stays alive

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [21ac21f9dd93684343a81b504743b06770ed2638]

        #80933# some new files

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [05eb4f872f3f9384c6392350a0c1218caa15c8a5]

        #80933# new dialogs for size and other attribs

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [181679897ce20867c06cf8a86aaef2d819868f44]

        use of xub_Strlen instead of sal_Int32

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [62aaf3f3b0f924d5b155c598886058ff36aa4c04]

        #80933# new dialog ids

2000-12-12  Michael Hönnig  <mi@openoffice.org>  [9dc1aa690c8b1739a96519596a1bb440e7903bbf]

        documentation for arguments added

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [2c07acd9544f81eade4b414eb4f624cca9bbfe29]

        #80933# reactivate the table and column settings

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [2adc582cf371ba35aae3559f62708c4d58ba3658]

        #80933# two new entries

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [3c0dba4227a8b4e5ff6701638684cc8543d14aa3]

        #80933# two new entries and UnderLine corrected

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [50f978d289a339d4c40fccec3781ddf0679510ff]

        #80933# change flush of attributes

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [19b8f98c657a00dde7769e4d23ca6c5f5804d48a]

        use paramter instead of member and set member to ull

2000-12-12  Frank Schönheit  <fs@openoffice.org>  [1c428f90185739759d3e9311899b578e3e888e84]

        initial checkin - implementations for the template classes in elementimport

2000-12-12  Nils Fuhrmann  <nf@openoffice.org>  [037dd2b2788650c5cda368c0ab2fc45c4fd1a12b]

        Merge SRC614: 12.12.00 - 13:02:18

2000-12-12  Frank Schönheit  <fs@openoffice.org>  [bde51fcd8b2ac82f15ead6ca85cd7ffb68461fa0]

        initial checkin - helper class for mergin XAttributeList instances

2000-12-12  Frank Schönheit  <fs@openoffice.org>  [fcc48196a433937fe3ebcd08616f5819445e00d9]

        new implementations for the import - still under construction

2000-12-12  Caolán McNamara  <cmc@openoffice.org>  [5bf53a65be5a6adaf85b600039d84a7d321774f2]

        #78850# Small SuperScript error in MathType {Ex|Im}port

2000-12-12  Frank Schönheit  <fs@openoffice.org>  [cf19963e1ddbcf1f0edeb47b368facce0187cf55]

        +IControlIdMap / +IFormsImportContext

2000-12-12  Frank Schönheit  <fs@openoffice.org>  [4bf52c7f367d6a11a85f34f23e721afa2e397fe9]

        generic properies: writer shorts really as shorts

2000-12-12  Niklas Nebel  <nn@openoffice.org>  [93579229f88f920502790a94ba54bf4f5a44a1c3]

        #80491# InitAddIns: no assertion if AddIn directory doesnt exist

2000-12-12  Peter Burow  <pb@openoffice.org>  [b2e7e2d7e27500a6f8a973361ea2fbcb80681a1d]

        fix: #81793# perhaps  exists more than one in a string

2000-12-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f4e5d725b7c962e95bc922e290a4921c941b5e8f]

        #65293# gzip expected interactive input

2000-12-12  Andreas Martens  <ama@openoffice.org>  [3221219d2de138601f22b764e50c8b3ae494ec27]

        #81704#: Selection out of range

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [5a27a3b5d1186348a052357060af0938fe290e31]

        #81643# catch exception form numberformatter

2000-12-12  Nils Fuhrmann  <nf@openoffice.org>  [e889da4b7718d4e899649dfebdb50ec3b629bfb4]

        Fixes for UNICODE bugs

2000-12-12  Nils Fuhrmann  <nf@openoffice.org>  [5d9d8336d00cc9a8a6254c93787c6edbd3cf96dd]

        Fixes for merge

2000-12-12  Oliver Specht  <os@openoffice.org>  [bd450cf24db8eca20bd794461566793b2b08307f]

        #80119# enable chain buttons for text frames only

2000-12-12  Andreas Schlüns  <as@openoffice.org>  [00b73f70eda2b2cdc3f15c05b150746faf729b76]

        test script for service DocumentProperties

2000-12-12  Andreas Schlüns  <as@openoffice.org>  [91f73285e628a2418e966d15319e6aedc5ef910d]

        #81540# add SOTLIB for DocumentProperties-service

2000-12-12  Jörg Budischewski  <jbu@openoffice.org>  [8cea8232d0307eaea8cca17279ae1a743717cb23]

        reconstructed some method references, that have gone lost during merges

2000-12-12  Andreas Schlüns  <as@openoffice.org>  [3d5ed0802bbefd8a2b3c80fbbdc2b6a7fc0f5a7d]

        #81540# reactivate service DocumentProperties

2000-12-12  Andreas Schlüns  <as@openoffice.org>  [31dbbe56213d155b4d2d69c4c29af92933b284d0]

        #81540# repair string convertion

2000-12-12  Jörg Budischewski  <jbu@openoffice.org>  [6619bc6c213e2a7c0fc61aae819688a98041ba8b]

        documentation is now according to doc rules

2000-12-12  Daniel Vogelheim  <dvo@openoffice.org>  [33490a2ee3e3bc8758ebf42dff5953fce54ebf7b]

        renamed properties from service LineNumberingProperties   LineSeparator -> SeparatorText   SeparatorLineDistance -> SeparatorInterval   LineInterval -> Interval

2000-12-12  Hennes Rohling  <hro@openoffice.org>  [e2d08245879a20e5bce30c6c21da7d5a9605c6d6]

        #81769# No pointer to temporary objects, generated UNICODE API calls

2000-12-12  Michael Brauer  <mib@openoffice.org>  [f9d67bb6680012ef1b002f6456f1ea76f090c895]

        #70821#: Don't export empty frames as spacer if they have a background

2000-12-12  Nils Fuhrmann  <nf@openoffice.org>  [e4881a86f5b2cfd1fa126f3437c88ad419963bab]

        Merge SRC614: 12/12/00 - 10:26:50

2000-12-12  Nils Fuhrmann  <nf@openoffice.org>  [709ef71b462450f2934f4ae5d1e3ccd94b681f1e]

        Merge SRC614: 12/12/00 - 10:22:15

2000-12-12  Peter Burow  <pb@openoffice.org>  [c98ae262548d9c99d958baf55e46126ad8ed5c2f]

        fix: #81757# SvxCrossedOutItem putted correctly

2000-12-12  Daniel Boelzle  <dbo@openoffice.org>  [6d98620b5bacb630b3f0a10e8b8ae78def5d1a14]

        fixed type provider

2000-12-12  Ocke Janssen  <oj@openoffice.org>  [f00df71f1b2f8b901becfb26a6d0e61dbf50e15a]

        merger

2000-12-12  Dirk Völzke  <dv@openoffice.org>  [1c8bd3d0b11de0c96bc178a1242c7d451ffc0c55]

        #77060# Don't insert the complete URL into the listbox

2000-12-12  Frank Schönheit  <fs@openoffice.org>  [6e59a659e6d20688704a7e8324f20cf0f6e9c796]

        - m_bWriteable - will be introduced in the base class

2000-12-12  Babak Mahbod  <bmahbod@openoffice.org>  [ac7e668447b1f68bd1f047db1cf4708baa5dd545]

        Updated GetBestSalColor.

2000-12-11  Babak Mahbod  <bmahbod@openoffice.org>  [0a2522ce6050e23b9bb559b3efa4b23d94c4270c]

        RGBColor2SALColor implemented. Updated SALColor2RGBColor. Implemented GetPixel.

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [35947e40b1985e1e12f974a6fba988875120fae8]

        Merge SRC614: 12.12.00 - 00:24:04

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [09c24778153db0d8bfe7ce9d68800cfa135e827e]

        Merge SRC614: 12.12.00 - 00:21:36

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [727fefc2a1e7547875a9dd976dbd2970c0e97841]

        Merge SRC614: 12.12.00 - 00:20:09

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [bb62118187a50f85c96d27ba03835427dd2ea180]

        Merge SRC614: 12.12.00 - 00:19:44

2000-12-11  htajima  <htajima@openoffice.org>  [c10da97d7efb7aca778fa22fbeb881b9ca6cd401]

        2000-12-11 Hidetoshi Tajima <tajima@eng.sun.com>
        
        Modified Files:
         	* unx/inc/i18n_im.hxx unx/source/app/i18n_im.cxx
         	 unx/source/app/saldisp.cxx
         	  Need to redirect key events for XIM focus window of
         	  the focused XIC.

2000-12-11  Oliver Bolte  <obo@openoffice.org>  [0e51c4e13df148211ed3d81dc78f7180200d4168]

        Merge SRC614: 12.12.00 - 00:19:46

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [cccfc2f1acd07b4cf1dba8e63537940c484dd755]

        Merge SRC614: 12.12.00 - 00:17:07

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [3978da869e867da8dd274147122a4b821f56d776]

        Merge SRC614: 12.12.00 - 00:10:01

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [c081f240f3921c878752fa30de16a58fa28fafbd]

        Merge SRC614: 12.12.00 - 00:08:11

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [d0c5efa36ca11571a348a3db8cdf776ce6f3cb0e]

        Merge SRC614: 12.12.00 - 00:05:50

2000-12-11  Oliver Bolte  <obo@openoffice.org>  [f50b71b86adc3b8db6daa0c0285e66441fa90ef3]

        Merge SRC614: 12.12.00 - 00:03:59

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [82bddede666e9d4b318fe4816ff25ac22f4ed152]

        Merge SRC614: 11.12.00 - 23:59:55

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [b27efa77780de3749c21a818ee06c8f09534125e]

        Merge SRC614: 11.12.00 - 23:50:29

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [d06e296867d154263fafc64ec3f0be1a34ddea3c]

        Merge SRC614: 11.12.00 - 23:40:14

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [f46c46de4461dabcbefa5a75084a0a1b465c0821]

        Merge SRC614: 11.12.00 - 23:37:42

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [00eb6b8444a216903f7736565c81eb14ce30b058]

        Merge SRC614: 11.12.00 - 23:34:15

2000-12-11  Babak Mahbod  <bmahbod@openoffice.org>  [3d84e20332c32d669e0ea40a063e12cfd5662cf8]

        Variable naming convention applied.

2000-12-11  Babak Mahbod  <bmahbod@openoffice.org>  [5eeb14b07ea715984e8563ecff20739352501118]

        QD CopyBits moved from objective-C to C/C++. SalGraphics now maintains the current GDevice resolution and bit-depth.

2000-12-11  Daniel Vogelheim  <dvo@openoffice.org>  [95a6315d31fb616037bdffa803dc9181134c54a9]

        #80618# - added: im-/export of DDE tables

2000-12-11  Daniel Vogelheim  <dvo@openoffice.org>  [91556ef1aeab9f1dc67e6c692cac5bc466cd35dc]

        #80618# added parameter to SwDDETable constructor to suppress update of table content;   - default parameter provides old behavior   - needed for XML import of DDE tables

2000-12-11  Daniel Vogelheim  <dvo@openoffice.org>  [767ba6f10447b04f0d56cfc4323651b019dfceb4]

        - fixed/changed: LineNumbering properties

2000-12-11  Daniel Vogelheim  <dvo@openoffice.org>  [510a490cf7b1c31f2398c4f29b0ff12417a97c31]

        - added: line numbering (configuration + paragraph properties)

2000-12-11  Daniel Vogelheim  <dvo@openoffice.org>  [5c8bbb25a426583a195c7073a28e523da6e543c9]

        - fixed: removed double include

2000-12-11  Daniel Vogelheim  <dvo@openoffice.org>  [bc4be2b0bf26fb21869d33e599c364501a5487bd]

        - change: DDE connections are only exported if being used by a text field - fixed: script + annotation fields don't cause ASSERTs any more          (still not implemented, though)

2000-12-11  Eike Rathke  <er@openoffice.org>  [22f0b09e71e3bab9c21e509fba32fbe22bfc2d9f]

        AAA,AAAA switch to other calendar too; switch from other calendar to gregorian upon YY,YYYY,DDD,DDDD

2000-12-11  Sascha Ballach  <sab@openoffice.org>  [8fb4365db811b3618fc2ee117a28bf7a03006511]

        #79771#; use my own text:p context until a formated text comes

2000-12-11  Mathias Bauer  <mba@openoffice.org>  [f4c76bce426d3ce7f87da8f7245112fef0db83d7]

        #81774#: setting EditMode does not work in every case

2000-12-11  Niklas Nebel  <nn@openoffice.org>  [74ed4052f08512fcd050934ab13d60c0cb11aded]

        #80788# dont create basic before it is needed

2000-12-11  Tino Rachui  <tra@openoffice.org>  [c5de26be10a0b444120c34b01442a335190e34c4]

        *** empty log message ***

2000-12-11  Juergen Schmidt  <jsc@openoffice.org>  [e5dae0d13135eeaea7c18f419ed4024c06044d21]

        #81235# remove generated header from zip file

2000-12-11  Thomas Lange  <tl@openoffice.org>  [993496c4d8bcd928b819be1584874a95a3ffbc71]

        catched exception changed to com::sun::star::uno::Exception

2000-12-11  Michael Hönnig  <mi@openoffice.org>  [b7f8e732e1546e0cd4b5e6391905c0e4481276fb]

        broken member-link fixed

2000-12-11  Jörg Barfurth  <jb@openoffice.org>  [245ab98f3427ca6b976ad6fe486d33ecfa3dc8d6]

        #81772# Keep Provider alive while disposing tree object

2000-12-11  Tino Rachui  <tra@openoffice.org>  [e81895d81e907872c4d936bcf1ab6deca5c948fb]

        *** empty log message ***

2000-12-11  Tino Rachui  <tra@openoffice.org>  [b7e90f77faa695c0954086558ef71e457b2e096e]

        systoolinit removed

2000-12-11  jp  <jp@openoffice.org>  [5ce823add9ad57db480ae2744106c8068bfe4a81]

        Bug #81755#: _Changed - don't delete the frameformat

2000-12-11  Caolán McNamara  <cmc@openoffice.org>  [5ae8a594dd38c5ee338eee08539458277dfb86ff]

        Missing NSPECIAL support, treat as NMATH until entity preservation in XML

2000-12-11  Tino Rachui  <tra@openoffice.org>  [3e34ca10b69a17548d0ecd70149b866204aaa8d9]

        systool changes

2000-12-11  Frank Schönheit  <fs@openoffice.org>  [b4dd47d91307e31d635e2e64b93f5081a7b30030]

        reversed the semantics of the SuppressVersionColumns checkbox

2000-12-11  Frank Schönheit  <fs@openoffice.org>  [7ceb7cb507fe9f1109c96148bb30aa1bb9612852]

        broaded the data source list

2000-12-11  Caolán McNamara  <cmc@openoffice.org>  [bf557c02396ff77fcac1d30e2f466922fe40a2c3]

        New Unicode char mapping found

2000-12-11  Caolán McNamara  <cmc@openoffice.org>  [8ef1cd7c9c555d71e21f872e6cf7e4d278cd2030]

        #81764# Empty table row (double newline)

2000-12-11  Michael Hönnig  <mi@openoffice.org>  [9e4cadbdd8c5c7ceb8563ce2966af193fe1e172f]

        documentation syntax fixed and some minor semantic documentation fixes

2000-12-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e9639b8d5cf2e9396e5cd18a40e418e74f45be2]

        #65293#: return value

2000-12-11  Oliver Specht  <os@openoffice.org>  [cf598728b2d6cae2f3c843f34a8a9fcb37574b44]

        #81670# SOLARIS: temporary object has to be destroyed explicitly

2000-12-11  Dieter Loeschky  <dl@openoffice.org>  [ea79bb174359794f786aacec3a33a7f35d695b6a]

        #81760# Name of drawing format changed

2000-12-11  Mathias Bauer  <mba@openoffice.org>  [9728135fcf5c500479d7f5ce836d920678d7a549]

        better activation handling - test version

2000-12-11  Peter Burow  <pb@openoffice.org>  [f96a7e399a47fcf863077c4cc0ee211207c81a35]

        fix: #81762# erase the sub factory of the HelpModuleName, if necessary

2000-12-11  Caolán McNamara  <cmc@openoffice.org>  [c850177303355c19f026fed86c064452b738d2c3]

        #81764# Empty table row (double newline)

2000-12-11  Niklas Nebel  <nn@openoffice.org>  [1e7d2a028b49813193b1e4a25aa3157de65677ba]

        #80998# CharStrikeout

2000-12-11  Kai Ahrens  <ka@openoffice.org>  [e7bbfcbaed3c6e15ffd54576116aad12edb6b34b]

        #81296#: get correct value type out of 'Any' (double)

2000-12-11  Dieter Loeschky  <dl@openoffice.org>  [8309902bc68eb37cc85ff29e6b000fc1b4207458]

        #81265# Supporting three languages

2000-12-11  Sven Jacobi  <sj@openoffice.org>  [686bcf307b7bbde90531a3ab574e9887396895d1]

        added EscherPropertyContainer, removing methods (BeginCount, AddOpt, AddColor, EndCount)

2000-12-11  Sven Jacobi  <sj@openoffice.org>  [24dc8ff8e470ffedb8e41311a9376244f254fc21]

        now using EscherPropertyContainer to create the ESCHER_OPT atom, including escherex.hxx

2000-12-11  Sven Jacobi  <sj@openoffice.org>  [95ea35ea830dec8ff561d6bedd20b8deea0b144a]

        now using EscherPropertyContainer to create the ESCHER_OPT atom

2000-12-11  Sven Jacobi  <sj@openoffice.org>  [bf7793b8dc8e4d107ec83cdd5cfb52572aeb5e42]

        now using EscherPropertyContainer to create the ESCHER_OPT atom

2000-12-11  Dirk Völzke  <dv@openoffice.org>  [8cc5f61cc21c65a1d149d799f555494b1797bdcf]

        #79546# GetFull scans all regions if the region name parameter is empty

2000-12-11  ts  <ts@openoffice.org>  [b08282d705433b98a1657169d9596e9b0af0f244]

        added bonobowrappermaker

2000-12-11  ts  <ts@openoffice.org>  [6d0bf579a8e693ecf0f6cd8291d407aeb784e78e]

        nitial revision

2000-12-11  Kurt Zenker  <kz@openoffice.org>  [3f0e0d75f58317092da3adbd518ea288ff322662]

        UDK209

2000-12-11  Nils Fuhrmann  <nf@openoffice.org>  [863f0b7448ef9da29d70f9253f5b5b1cc7b2a291]

        New functionality for command line SearchAndReplace

2000-12-11  ts  <ts@openoffice.org>  [446179683f739d6a694f1501c583fb057d41bcbe]

        added nested type handling

2000-12-11  Nils Fuhrmann  <nf@openoffice.org>  [a068ad5f8a628a650e29413cb235402049b13e2d]

        Fixes for static link of stl

2000-12-11  Peter Burow  <pb@openoffice.org>  [68387d86ba7d7dc1f9338ddb3b13dab4591b2a81]

        fix: #81307# Resize() improved

2000-12-11  Sascha Ballach  <sab@openoffice.org>  [ec265786281e83ed569da6d017358329607baf4a]

        #81253#, #81255#, #81257#; cl had removed the attributes and I did the attributes in the dtd again

2000-12-11  Peter Burow  <pb@openoffice.org>  [1804c94c70bafbbc7c3379d420a6ad336eebdd17]

        fix: #81307# Resize() improved, start Search with KEY_RETURN

2000-12-11  Armin Weiss  <aw@openoffice.org>  [c6da83bc148484503162a0fe6c2d23ae52381f28]

        #81466# use GetUnmergedItemSet() inside of WriteData() and PreSave() to not risk changing the pool during save

2000-12-11  Armin Weiss  <aw@openoffice.org>  [2951e72dae9ae1931d71ada2f5209ec682998829]

        #81466# do allways write SfxVector3DItem

2000-12-11  Armin Weiss  <aw@openoffice.org>  [7b7f96fea65b5e253a59d328098d1c7b3fc4ee8d]

        #81466# call parent in PreSave()

2000-12-11  Juergen Schmidt  <jsc@openoffice.org>  [b702aa848c8792ab49826538b04034d862d99a81]

        #81235# compare content of zip file with drive s

2000-12-11  Niklas Nebel  <nn@openoffice.org>  [d5b4e1c8c16845687171431a866f159ab2ed6fd6]

        #81155# DataChanged: keep old area string

2000-12-11  Daniel Vogelheim  <dvo@openoffice.org>  [32d628a56cc6c1f2a57a4b04ee612edf9de0bca6]

        - fixed: office:dde-source attributes now use office namespace - fixed: attribute conversion-mode moved from dde-link to dde-source

2000-12-11  Jörg Barfurth  <jb@openoffice.org>  [c3fb32efe982f973955533bf7e09349e2297da00]

        #80882# Catch and Translate configuration::Exception in createXxxAccess (did violate exception specification)

2000-12-11  Andreas Martens  <ama@openoffice.org>  [eced5faac874a15fc4f461f2b8b8a94fee3a2fc3]

        #81704#: Selection/travelling in doubleline portions

2000-12-11  Rüdiger Timm  <rt@openoffice.org>  [374e6f1397b627a6877fee949823656ee9f1bf7e]

        #65293# empty line removed

2000-12-11  Andreas Martens  <ama@openoffice.org>  [0a63a8934d0d5ca51a4da619034264da147b8c7a]

        #81704#: Selection/travelling in doubleline portions

2000-12-11  Mathias Bauer  <mba@openoffice.org>  [07c4e12b6f47ab40b2fab569a341f9d6b16412cb]

        #79914#: don't use Current ViewFrame

2000-12-11  Oliver Bolte  <obo@openoffice.org>  [2be3e620eb8e4fde554ca278a61676cd970645ab]

        #65293# parse error linux

2000-12-11  Dirk Völzke  <dv@openoffice.org>  [387a35cedd74fee295dfeb2ad59a74cd8dabc451]

        #77060# EntryList isn't sorted any longer, CopyTo inserts new template at correct position

2000-12-11  Mathias Bauer  <mba@openoffice.org>  [1198deacafb69d8eb5e2ab98a61f92ceb8b38214]

        #81674#: changed URL scheme for macro URLs

2000-12-11  Christian Lippka  <cl@openoffice.org>  [b597e53768ea86f2b64db7c3ca047de8439035df]

        #81595# added draw:style-name to style:master-page

2000-12-11  Andreas Bregas  <ab@openoffice.org>  [8df2c06393895c09739960c0a4b6bc1e6c5272e1]

        #80285# Register int library

2000-12-11  Peter Burow  <pb@openoffice.org>  [a94550c19d2ce056b1ecd871ff8a25436463d303]

        fix: #81307# beautified

2000-12-11  Peter Burow  <pb@openoffice.org>  [5c0d5a84cefa019e61d9e30085d941aaf6316ee0]

        fix: #81307# Id's for newhelp

2000-12-11  Peter Burow  <pb@openoffice.org>  [821d190794d2bb33600e48ef8c25cb8da5aa67f3]

        fix: #81307# Id's moved to newhelp.hrc

2000-12-11  Frank Schönheit  <fs@openoffice.org>  [8936b020c3b3c2f9ca06c5acd7314039d67b4d17]

        was a blockhead :) ... made the type members of the headers enum values, again

2000-12-11  Dirk Völzke  <dv@openoffice.org>  [8eda8a14b2e37b2b96b12eadab8b32944d505d9b]

        #81540# Speed up starting by using static Content creation method instead of catching exceptions

2000-12-11  Oliver Specht  <os@openoffice.org>  [a7ebd67db833dad483c072099e9b7055a127e66f]

        #81655# set default frame width/height

2000-12-11  Christian Lippka  <cl@openoffice.org>  [7e2cab44c05c5afe4256d4e0807db51ddaa0f430]

        #81647# catch exceptions for missing styles

2000-12-11  Christian Lippka  <cl@openoffice.org>  [6476232132cdca5cbc89ca3acea90a03c4fdcef8]

        #81647# disabled support for connections for beta

2000-12-11  Kai Sommerfeld  <kso@openoffice.org>  [0591250cb37f7592b50ea4f2a0724d9fdc99f02e]

        #81540# - Added static construction methods Content::create(...).

2000-12-11  Christian Lippka  <cl@openoffice.org>  [43195d1ba76161bb62095e2a42380edccd90ae5e]

        #81647# disabled support for connections for beta

2000-12-11  Christian Lippka  <cl@openoffice.org>  [48d8dfcda3f0fd8598940fb4eb20310e907cd27c]

        #81647# disabled support for connections for beta

2000-12-10  Christof Pintaske  <cp@openoffice.org>  [151be67eeaa082c6199ab9f8849d3ff6aa5d885c]

        #81658# prefer Interface User to non CJK capable fonts

2000-12-10  Christof Pintaske  <cp@openoffice.org>  [f45fb74c61da320f79cbf99162b2ae0f22829381]

        #81658#  unicode-fontspecific fonts contains only trash chars

2000-12-10  Christof Pintaske  <cp@openoffice.org>  [310db9e62772b877f2765792b7f3472de50271b9]

        #81658# get all encodings for interface bitmap fonts

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [ed1a81e15d470813024cd0017d4146586dd6132f]

        #81418# corrected getEntry() so that it checks the extension, too

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [ca8a89698c620a34daffe20ea973aa98837fdb9e]

        #81418# corrected getEntry() so that it checks the extension, too / wrong file name when opening the memo file readonly / missing m_bWriteable initialization

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [62374fea169af62cc226a5e226a0b848a39fae41]

        small corrections to the loading mechanism

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [eefe09d410a84c430b063091b262a4af38326241]

        #81633# renamed the cut/copy/paste/edit/undo/save slots, so that the external framework does not use our dispatches for the documents save etc slots

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [e0e08f321405af139f08f6dcace08caaafca252d]

        #81633# added edit/save/undo/cut/copy/paste to the table toolbox

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [11c4b2cab585fca2b9ea0521d7ba4ff53c190687]

        #81418# DBFType and DBFMemoType are defined as enum (as before), but stored as byte (can't ensure that the enums have size 1 always

2000-12-10  Dirk Völzke  <dv@openoffice.org>  [bc700ed7a72f490e7892de7f36b0e0271315a079]

        #77060# CopyFrom sould ignore nIdx and set the right parent for inserting into the hierarchy

2000-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [714a810461421087a9b70a9f6fb5f087fb512964]

        #65293#: added missing parameter

2000-12-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [022f2997ed82f28db111279f3454f2c5e78ad6a8]

        #81699#. #65293# const

2000-12-10  Peter Burow  <pb@openoffice.org>  [19b728edc5289ebb9432ca93f08735aeb479a965]

        fix: #81307# search completed

2000-12-10  Mathias Bauer  <mba@openoffice.org>  [9b94dc8dd34c56f499a3fa137c21778ca24b08fa]

        #81540#: use WaitWindow for TemplateConstruct

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [56842d2c543bbbab52b9a8dcf6423379a55e0ed9]

        support XContainer - so that other instances may listen for insertions/removals of data sources

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [79384e8760bf5d2c2fdc4f86172f52624a6b2030]

        RID_STR_QUERIES-/-TABLES_CONTAINER

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [d1ac24e1bf5ab9b2a0207693ab1706fb040bb030]

        context menu in the list view / listener on the context for reflecting any changes dynamically

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [92ab1986e6af7ead0ff5cefd7eb2996c2f125af8]

        elementInserted/Replaced/Removed: check the argument (now that a derived class overwrites them)

2000-12-10  Kai Sommerfeld  <kso@openoffice.org>  [e29ea0257f8d60ffa782ba5cdc5da5c3a626384a]

        #81540# Service initialization with alternative configuration provider.

2000-12-10  Peter Burow  <pb@openoffice.org>  [2a4f3dd27bde0e7ba59a64e3b9f3b4647c0aff5d]

        fix: #81307# active subset selection enabled

2000-12-10  Mathias Bauer  <mba@openoffice.org>  [a71bf83f941744d95f051e270172bcd4f21d8b51]

        #81540#: don't open files in threads except for internet protocols - better performance

2000-12-10  Mathias Bauer  <mba@openoffice.org>  [eacde484f94dac7429ae4a5627294e26ae150d7b]

        #78340#: react on contextChanged

2000-12-10  Peter Burow  <pb@openoffice.org>  [9248356bffeee0839abd1568f51c8c5141989d37]

        fix: #81307# first implementations for search

2000-12-10  Peter Burow  <pb@openoffice.org>  [4f2b8b90bb39da56ab18672af2f271b2f7b137ae]

        fix: #81307# new parameter used for HelpWin::SetFactory()

2000-12-10  Mathias Bauer  <mba@openoffice.org>  [0d69770e891cdf979d26e6cb2e9b410ad81d97ff]

        #81540#: register SfxStandaloneDocumentInfo in registry

2000-12-10  Peter Burow  <pb@openoffice.org>  [ca1ae52e36628f533e53bb50bbeea166c348eb1c]

        fix: #81307# Search-Button instead of Operator-Button

2000-12-10  Peter Burow  <pb@openoffice.org>  [c2d7640383c845fbf690bc333bafbf9d77ec9dfa]

        fix: #81307# newhelp.obj now an exception file

2000-12-10  Peter Burow  <pb@openoffice.org>  [dfcde007ffd96d176210334e4af5961fe675c3c0]

        fix: #81307# SetFactory() added

2000-12-10  Niklas Nebel  <nn@openoffice.org>  [bf7275789a5f745b6317bdf3f717327c7aff839e]

        #81525# UpdateChartListenerCollection: create series ranges if not set

2000-12-10  Frank Schönheit  <fs@openoffice.org>  [d3ef41e6b64d425853d046607200d52252dfee2a]

        include stdio.h to compile under Solaris 8

2000-12-09  Kai Ahrens  <ka@openoffice.org>  [e1fc2d96164cdeb7d168ab8ce6b7f6b28433ff99]

        #81685#: replace new effect bitmaps with dummy bitmap

2000-12-09  Kai Ahrens  <ka@openoffice.org>  [bcabfe8a5d5274c71725b9099392e8121810f7bd]

        #80901#: watch for errors during initialization

2000-12-09  Kai Ahrens  <ka@openoffice.org>  [ae6116d3dc1f0a168412fccf1c61841452584e77]

        #80901#: watch for errors during initialization

2000-12-09  Björn Milcke  <bm@openoffice.org>  [5ae7344ef826fb138b1bc492f02abdd7c882de52]

        #80712# export absolute legend position

2000-12-09  Björn Milcke  <bm@openoffice.org>  [d3e5e246d2770ac10109d65aef336ec7dcb25ca5]

        #80712# no export of properties that are set to "auto" (min, max, stepmain, stephelp, origin)

2000-12-09  Björn Milcke  <bm@openoffice.org>  [4de58da2a1b8d4ce62960d795a48a250cbbbf258]

        #80712# import legend auto-styles

2000-12-09  Björn Milcke  <bm@openoffice.org>  [a9914d45df7e59c42a4e3ea192d1c943c6a14cda]

        #80712# set properties to series with offset 1 for xy charts

2000-12-09  Oliver Specht  <os@openoffice.org>  [791dbea86bba526a13e358e898c1f3ca7ceef203]

        #80717# text content properties added to SwXTextSection

2000-12-09  jp  <jp@openoffice.org>  [198c83017257661cfd2b106d00dcd0d853ec1833]

        Bug #80979#: correct backward search

2000-12-09  Kai Ahrens  <ka@openoffice.org>  [bae171d77d7a652db9fa6f52d0004fc6025a5a31]

        #80901#: catch exceptions with parameters (Solaris compiler bug)

2000-12-09  jp  <jp@openoffice.org>  [3d01ae83bf69f03a4da45d20e15f37d2903bb137]

        Bug #80979#: disable optimization

2000-12-09  Dirk Völzke  <dv@openoffice.org>  [c123baa4d234beeae596b52881919036f85ab717]

        #81669# Changed initial position of stylist

2000-12-09  jp  <jp@openoffice.org>  [9ccdc1394ffe810b1e47d51b9aac3416710ca607]

        Bug #80979#: no correction for backwars search

2000-12-09  Oliver Specht  <os@openoffice.org>  [84dd0cdcf28d1c9b79c939a7d916bd9aa8d303cc]

        #81408# try-catch around creation of configuration provider

2000-12-09  Oliver Specht  <os@openoffice.org>  [3e6e90048dc783c9472d5323c030ce5b08a1734d]

        #81553# frame style applied in attachToRange

2000-12-09  Oliver Specht  <os@openoffice.org>  [977b1d6f8b9c7e01e7216240ca217bc35bf30de4]

        #81068# dots inserted

2000-12-09  Oliver Specht  <os@openoffice.org>  [f55a1db1df7e7008c5bb228602e0d01b1eac60f4]

        #79468# DocumentIndexMarks property for content indexes

2000-12-09  Oliver Specht  <os@openoffice.org>  [b60309d973d23431ff1995dba39c02edd092a9dc]

        #78497# services of index marks completed

2000-12-09  Oliver Specht  <os@openoffice.org>  [9d5477064eefd615affcabc3d01f1625ea0a7f58]

        #78497# IsMainEntry property at index mark

2000-12-09  Oliver Specht  <os@openoffice.org>  [756d51e099c01fb3ba998628ccf5f0f2e0e9e5a9]

        properties corrected

2000-12-09  Oliver Specht  <os@openoffice.org>  [99697b148dd3737979dccc122095d37f8ba07871]

        new: BaseIndexMark, ContentIndexMark, UserIndexMark

2000-12-09  Oliver Specht  <os@openoffice.org>  [d9cf52842a6f1560a04fdee704df11b810661494]

        base service of index marks

2000-12-09  Oliver Specht  <os@openoffice.org>  [3b64f7cc708de8caf9987fd04361dbb09e99b3f2]

        saving of column data corrected

2000-12-09  Oliver Specht  <os@openoffice.org>  [d4841013b5fbddd1515cafc9522691e7f0eefb6d]

        #80574# PutProperties: use NameReplace instead of PropertySet - there's no property at a set-node available

2000-12-08  Bustamam Harun  <bustamam@openoffice.org>  [6e334f3251b03c2555bae10487428f2e3662042b]

        Fix previous checkin

2000-12-08  Bustamam Harun  <bustamam@openoffice.org>  [4110ba4de9ee41080f12b48c47e2a21f7e5907ac]

        changed getAllInstalledLocaleNames() to return Sequence<Locale> instead of Sequence<OUString>

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [cc259d2798424e14bda61b917d97db6b5b6e3cdf]

        new toolbox slot for toggling the explorer / context menu for the tree view

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [4181d2f640468326c19a72c0977ed5949fc48c0e]

        give a service factory to the tree list box

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [92ec84937d8deca33c52205d060cc0bda0bc22b7]

        control rearrangement

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [375284418c3f15ecc88fafac16acadc12640d117]

        real help ids for the column context menu

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [b381734a92a784ab37b6a7a91fd46d44f6e57046]

        + have-/hide-/show-/toggleExplorer

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [397dfdfdb1b9980dced184a3ea080735bad36662]

        Resize is public now

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [78e829a860e8497a876c7944c2afd18ea524e6cb]

        +MENU_BROWSERTREE_CONTEXT

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [05143d2b37c1ae0a67c883b1fa6bdd1115c0fe15]

        some new help ids for the data source browser

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [943b591a93c23ba87173e9177c0e5645d02c3a65]

        +SID_DSBROWSER_EXPLORER

2000-12-08  Kai Sommerfeld  <kso@openoffice.org>  [7768c13e1cdf326800230bcb3f67d4aae6582941]

        #81505# - Don't use HierarchyEntryData::aTitle to construct URLs.

2000-12-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e85f892b216551fa401f44c41ea72dc17016f21d]

        #65293# make countServices public

2000-12-08  Christian Lippka  <cl@openoffice.org>  [3926f0ffdff302c409b330f570d282c36e080316]

        #8136# removed assertion

2000-12-08  Christian Lippka  <cl@openoffice.org>  [d49d90d67c2248c9bc58f7b3ccb78bd9400627d2]

        #80678# only use set properties for background

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [d6a8a2916c2c00f702b68d427af75d83e2163eb6]

        Merge SRC614: 08.12.00 - 19:38:07

2000-12-08  th  <th@openoffice.org>  [5aff4d1fe5109479bb50bf30261caf17901ff619]

        #81659# / #80872# - ignore Charset from the Font

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [a658e130e1d72534f58b7e5e6c1d3cb3321b3092]

        Merge SRC614: 08.12.00 - 19:35:39

2000-12-08  th  <th@openoffice.org>  [5578eb72e784f6177a2c7befd221eea9d2b950a8]

        #81659# / #80872# - search for the right script only for Latin, Cyrillic and Greek scripts

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [74950995cc5861ed648624c3370ff9b4a2f5797a]

        Merge SRC614: 08.12.00 - 19:33:36

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [792a4dfb4270638d73a86e182c7262432f07d1e4]

        Merge SRC614: 08.12.00 - 19:32:19

2000-12-08  Behrend Cornelius  <bc@openoffice.org>  [ed7c1221267b42f34e5f2f9f061dabc0cc60e84f]

        #81565# LoadLibrary Sub added

2000-12-08  Jörg Barfurth  <jb@openoffice.org>  [f0a0e7607eafeedce76a07eefe734e45ad67e7e0]

        #81657# Reactivated LocationPath in ApiRoottreeImpl

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [a009c2771f05fd178e2da47006e781342389c832]

        Merge SRC614: 12/08/00 - 19:30:58

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [12c7faede1dbc9f0e5508242c5877349e5dc2a55]

        Merge SRC614: 08.12.00 - 19:29:53

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [1691fab9336a6ec9d20a748dad8d3d8a166f7650]

        Merge SRC614: 08.12.00 - 19:29:52

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [97f7851acdbec4896c7cfe13b200a6d9ea3b6bf5]

        Merge SRC614: 12/08/00 - 19:29:39

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [d35d0c325b49a4ac0343c17c2829ddb166569665]

        Merge SRC614: 08.12.00 - 19:28:39

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [403e6713f3c0fdd7330174aeac523cc92302d213]

        Merge SRC614: 12/08/00 - 19:28:24

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [b07fff5ef5dd8dd1c18e72c63514d95b90615729]

        Merge SRC614: 08.12.00 - 19:27:13

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [2112bdcabead7b510275948a1d8c3fb31e6da1bf]

        Merge SRC614: 12/08/00 - 19:27:00

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [fa9191390fe3cc29332524489b9232d990a9d4b6]

        Merge SRC614: 08.12.00 - 19:26:53

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [a8944b7b7938bba7c78540143e14e568b2e70ab7]

        Merge SRC614: 08.12.00 - 19:26:42

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [3fd9ea65b0ba99cf4f15d0dc4dd895fd1f14a299]

        Merge SRC614: 08.12.00 - 19:26:02

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [af7de447e756bbf7228a54a917bdec13679e4304]

        Merge SRC614: 08.12.00 - 19:25:56

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [8ad1c5da5be13b5dc05cc5460d881cdab58f7d30]

        Merge SRC614: 08.12.00 - 19:25:44

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [5d25b8d8b1ed5e7f0716072caa8853d75830e994]

        Merge SRC614: 08.12.00 - 19:25:26

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [0dc3ea1716124ddf5ccc6f441a5068fdeee5b1fd]

        Merge SRC614: 08.12.00 - 19:24:25

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [2d29491252f4b3d37f20e807497158b12ce113e7]

        Merge SRC614: 08.12.00 - 19:24:32

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [6c6add360eb3a055eba04ce142aa0b8d6041123c]

        Merge SRC614: 08.12.00 - 19:24:31

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [131dc5861629925725dbfab175199b0be0c1a8e1]

        Merge SRC614: 08.12.00 - 19:24:23

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [3b690bffddbf8aa22c9aefc5a783de8eb56ef3a8]

        Merge SRC614: 08.12.00 - 19:24:17

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [d1f758313464d6985307d68d158739dba421b0b5]

        Merge SRC614: 12/08/00 - 19:18:36

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [95051941d2dcccd9d48d66a7bade5096c7ba2751]

        Merge SRC614: 08.12.00 - 19:23:31

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [2ed999cb6f01bebe55b40041f248aa8991602c7b]

        Merge SRC614: 08.12.00 - 19:23:19

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [1ac10dc1eb263f489bce38528a637c4f40d30312]

        Merge SRC614: 08.12.00 - 19:22:44

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [d3a76003f6b538f1feacb5d96a05a787a79d67e0]

        Merge SRC614: 08.12.00 - 19:22:38

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [e960d01d917cd9b80b7912b678cc97ac55065bbd]

        Merge SRC614: 08.12.00 - 19:22:06

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [1509a8c1337be83bc97bf015b87e92b890fddb94]

        Merge SRC614: 08.12.00 - 19:21:46

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [37ea6cee5248a8fbb851c7691646cd199241ddf5]

        Merge SRC614: 08.12.00 - 19:21:34

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [3ba442e3982656233671cf8345dc8b9089db2dc2]

        Merge SRC614: 08.12.00 - 19:21:26

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [19f575e79397e5fcd95e8a2ade71eb6660d75d02]

        Merge SRC614: 08.12.00 - 19:21:00

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [3f78f516ae2d4cad87649dc5c5f704209a0d6758]

        Merge SRC614: 08.12.00 - 19:20:21

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [ce2ad7fefa656a9dc0f6db351820866e1173bb6a]

        Merge SRC614: 08.12.00 - 19:20:24

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [cb44a2c3b83ef7a30ba12d37413e0fccc23e7801]

        Merge SRC614: 08.12.00 - 19:19:55

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [f63c7d7fdf9509e09aba07b64d8dd1bfa6b107e1]

        Merge SRC614: 08.12.00 - 19:19:16

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [6c4bcdf28cf0da11585a4d94874e98d95d0a273e]

        Merge SRC614: 08.12.00 - 19:18:52

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [1e3c98d251dc9f29ee1878c35082ff3335c1a3fe]

        Merge SRC614: 08.12.00 - 19:18:48

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [b5d1c58d0080b774a1a22c64915dfdcc69cb1443]

        Merge SRC614: 08.12.00 - 19:18:40

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [598cb864152a57b46d7c191d29c7bf639a443db7]

        Merge SRC614: 08.12.00 - 19:17:42

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [abd8052c50d15c426d06862d51a00660b0ce4f6d]

        Merge SRC614: 08.12.00 - 19:17:23

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [569b8ab40cb0f2fd15a980f0fc4608adfc9d7100]

        Merge SRC614: 08.12.00 - 19:17:08

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [d54e8ee50b3d36c781e43c178542ae2fd381eb0f]

        Merge SRC614: 08.12.00 - 19:16:50

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [d7b6a89fd544c3fb7e6110990bf4eb7cde2e8333]

        Merge SRC614: 12/08/00 - 19:16:24

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [a9a9c0ee676374839b48d82591aec67a7e45165b]

        Merge SRC614: 08.12.00 - 19:16:29

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [4b3680db0fd9c53940ef3ba986a291d22f16a4dc]

        Merge SRC614: 08.12.00 - 19:16:05

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [3d3eb9b5bdfd3e3105f2e76b1addf2791e541986]

        Merge SRC614: 08.12.00 - 19:15:56

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [1e9a80a9f680c6d74f0b9dfdf624c875e19f69fa]

        Merge SRC614: 08.12.00 - 19:15:24

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [f0c3d69a863802b87137f8c93444568e6c5fe1bd]

        Merge SRC614: 12/08/00 - 19:15:01

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [c000e28742004162cbd64a1d6557f0caf29969b1]

        Merge SRC614: 08.12.00 - 19:14:53

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [fffd09b0db967a0f39dd82ca811f9c1d5ae15b7f]

        Merge SRC614: 08.12.00 - 19:14:48

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [bb6453fad1e5212f89e8e9a7a699dc63d3cedceb]

        Merge SRC614: 08.12.00 - 19:14:11

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [f4ddf5d547780be78606bec15a696a5b59cabaac]

        Merge SRC614: 08.12.00 - 19:14:00

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [71d9530e5618c6d5da4e4e256eae04267d8c5090]

        Merge SRC614: 12/08/00 - 19:13:29

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [7ae89d38255791274db87ff2760b0451a3972cf6]

        Merge SRC614: 08.12.00 - 19:13:34

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [4872825c43e927ff581c060014a5e5fb9bb27987]

        Merge SRC614: 08.12.00 - 19:13:10

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [b643371ed91c9b093da97b7f10da81e13ee9814f]

        Merge SRC614: 08.12.00 - 19:12:46

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [7fe717e54e49e7bf2fc09753b73cf3b01d4e826c]

        Merge SRC614: 08.12.00 - 19:12:39

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [9a575fe5f6683db9f772397fa80896bb94b80f2d]

        Merge SRC614: 08.12.00 - 19:12:31

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [6cd22602e526e6bb6a03da06aff3795b84cb154e]

        Merge SRC614: 12/08/00 - 19:11:53

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [a784df6a381d0d46e9153bbecddf85fea6811be0]

        Merge SRC614: 08.12.00 - 19:11:14

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [91a4f0da507ffdbf3445d0c8683419da99f573f8]

        Merge SRC614: 08.12.00 - 19:11:14

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [1ca5f0d0e26bb86def90eac0aefe3307d3daa751]

        Merge SRC614: 08.12.00 - 19:11:16

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [7bd356aeecb85983932d40203887213e21799bd7]

        Merge SRC614: 08.12.00 - 19:10:33

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [88fe42f3689eb7b002b79de2e74729da8570e99d]

        Merge SRC614: 08.12.00 - 19:09:45

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [5bd0fd74905a9c33b0a334306ea0a00de9033bb1]

        Merge SRC614: 08.12.00 - 19:08:32

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [5578fb5c0201290985c08bb4633378b415491a3b]

        Merge SRC614: 08.12.00 - 19:08:50

2000-12-08  Thomas Lange  <tl@openoffice.org>  [a28a82ff640e0dfbe7e1615a1813e6b4cd1a11e6]

        #81649# CJK and CTL fontheight set

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [182d2926515c99722788a896f82805a0a6b5235f]

        Merge SRC614: 08.12.00 - 19:08:18

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [5ced236a937ff76d336fb6589a2bb93ca191dd9c]

        Merge SRC614: 12/08/00 - 19:07:42

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [9e583d0ace34966e4e1f7667a63e0197b855156c]

        Merge SRC614: 08.12.00 - 19:07:13

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [4fdfbe9fdb3e7308d518e9d23e688244aff7f3ca]

        Merge SRC614: 12/08/00 - 19:05:12

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [fb638f302ddeda648dccfb35c85017506674c7e5]

        Merge SRC614: 08.12.00 - 19:05:55

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [a854ea7eda2b7d397e6f2ecb11cebb72fcb1bcd7]

        Merge SRC614: 08.12.00 - 19:04:38

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [57e3b11393b07410083994d2654beea07acd567e]

        Merge SRC614: 08.12.00 - 19:03:43

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [1c1b2e7f43cd15412f3e2cda2984dae2f21e6758]

        Merge SRC614: 08.12.00 - 19:03:14

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [f1b097e60e85b66d12ab470a458e616f64eacec9]

        Merge SRC614: 08.12.00 - 19:03:07

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [db14eb804d043cf2c42d52c91a034c0c7994cbb4]

        Merge SRC614: 08.12.00 - 19:02:29

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [6d42653f0fce2f8740b6904e5de4127a6f52d4aa]

        Merge SRC614: 12/08/00 - 19:02:27

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [62e966fda0516e6baed1f6188dc1fcc771d21bd8]

        Merge SRC614: 08.12.00 - 19:02:05

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [9a6ac194fe2d3f7b2678aa0fd9dee24202ee7939]

        Merge SRC614: 08.12.00 - 19:01:18

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [d4c75965d51f0118e0d2e409ff1da9c6ea480f4a]

        Merge SRC614: 08.12.00 - 19:01:12

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [2a3d6f7a06345f0efd8779fce10573f26e5b43f4]

        Merge SRC614: 08.12.00 - 19:01:14

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [a7d93bdd5a27b9188c0e55e5348c1b16145477ae]

        Merge SRC614: 12/08/00 - 19:00:31

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [ca696b5696b8e0ad11be7eccc1d93c81a0be6735]

        Merge SRC614: 08.12.00 - 19:00:41

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [afce9df6242cd94871d81a9b524ae7a7a5b2aab8]

        Merge SRC614: 08.12.00 - 18:59:47

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [3095753ce244ecd1852d767657b5cb142d1dc9fa]

        Merge SRC614: 08.12.00 - 18:59:27

2000-12-08  Sascha Ballach  <sab@openoffice.org>  [2606bbce3d21b4a9efea3aeae994aed3dda21c6c]

        #81312#; add a new Service for NumRules

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [eb0125cf5173d1d9c85ce833b353f6edef5f0675]

        Merge SRC614: 08.12.00 - 18:59:15

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [e4581a34100618a13a1d726cbfd39959ff67690b]

        Merge SRC614: 08.12.00 - 18:58:53

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [723eac1003eb70fa6399160e129064c3e9b408dc]

        Merge SRC614: 08.12.00 - 18:58:35

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [566494babb14b6a7c608327686980783609282b4]

        Merge SRC614: 08.12.00 - 18:58:16

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [87da243aa6c1fc61e83abdf5e4723b73b1e870ff]

        Merge SRC614: 08.12.00 - 18:57:29

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [e6857d330992e43ec94af6420ee4f94b57cb1049]

        Merge SRC614: 08.12.00 - 18:57:00

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [d1834cc2e7640a612c44ec367fb0f2a5d0b7b520]

        #79541# wrong define in the previous brandname fix - and, cause I was just touching it, adjusted the changes to our own style :)

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [9cf9337598d25716e9d92eb3c7e0b2efa92fa9a8]

        Merge SRC614: 08.12.00 - 18:55:51

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [d60eeb36d7a3d8981e2d680cd30c57af0a1320e1]

        Merge SRC614: 08.12.00 - 18:53:19

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [d3287a5ee3fc2ca855cc27fae16dd2c947fdce22]

        Merge SRC614: 08.12.00 - 18:53:08

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [16a74e98eaa0be96cc4068bf701781f54b6d63f7]

        Merge SRC614: 08.12.00 - 18:52:58

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [528c2c9cab3cc71182c28f0425b46435a15036d6]

        Merge SRC614: 08.12.00 - 18:51:56

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [4b60079b542f145f2ffb8f2ff71a52bcc53bb00b]

        Merge SRC614: 08.12.00 - 18:51:31

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [1d6b4ecf74d380a20970d49c46a4ca3b50f5d8d8]

        Merge SRC614: 12/08/00 - 18:50:18

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [a1de2bb34db0a5d86766f9c3503831622b603623]

        Merge SRC614: 08.12.00 - 18:49:18

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [d98363cbed9167e8a12c641cec6e21e591cca13d]

        Merge SRC614: 08.12.00 - 18:49:17

2000-12-08  Christian Lippka  <cl@openoffice.org>  [4a576b3a3580c29aa077c0379672d759f4d65ddf]

        fixed spelling errors

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [1ab9884f227af5eaf81f36e4d984e85782c36fc1]

        Merge SRC614: 08.12.00 - 18:48:49

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [128acae6c0fa71c5ef70eea4eec6ce16a595bed8]

        Merge SRC614: 08.12.00 - 18:46:26

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [3d5c500958cf4f27d2de2eb709b16d8402139704]

        Merge SRC614: 08.12.00 - 18:47:37

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [e9d7fb43eb2d58ea7635fb70390675cd8e57f813]

        Merge SRC614: 08.12.00 - 18:47:40

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [55f707111f40009e2f98758313f51e9c813e85d2]

        Merge SRC614: 12/08/00 - 18:47:11

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [00a086ca1a88b57ab72603245dfe90ee20952965]

        Merge SRC614: 08.12.00 - 18:47:41

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [976ccad9e6e8933f053ec61197c41c4a1c890071]

        Merge SRC614: 08.12.00 - 18:47:02

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [665c30a019f7965238a2afa44cd52e257c1aa27d]

        Merge SRC614: 08.12.00 - 18:46:08

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [0ea826875e0dae06a07211e5b57957792500dbf1]

        Merge SRC614: 12/08/00 - 18:45:52

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [f30b8233ac9e76b8dfa887320cb2c0f992fcb249]

        Merge SRC614: 08.12.00 - 18:43:54

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [7f60ac49fd2ba0ee7276ab3bc58054f78aec8bc9]

        Merge SRC614: 12/08/00 - 18:43:44

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [984b931e01098db2fd6db9b9bf8840431cc5c007]

        Merge SRC614: 08.12.00 - 18:43:21

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [3184dee8e78492b5219954a01e5c0c4d5e5d6057]

        Merge SRC614: 08.12.00 - 18:42:04

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [bc3e643f533928ea35ec0d9847530995cef359a6]

        Merge SRC614: 08.12.00 - 18:42:21

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [3b83c6005258cf57fa7e060e250cb58a5a6c98a2]

        Merge SRC614: 08.12.00 - 18:39:54

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [c57358a9c2e1e0085811228132921d549bbb36c7]

        Merge SRC614: 08.12.00 - 18:39:13

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [d13cd36af074214a7616bb035e080539cde9f0b7]

        Merge SRC614: 08.12.00 - 18:38:44

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [b43b3f34114b416530b74ec75a8ec175ae412013]

        Merge SRC614: 08.12.00 - 18:37:54

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [665d4c440e7d0c7dd563a54bb032238618bb3c2e]

        Merge SRC614: 08.12.00 - 18:37:37

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [3fd42568c6680dfd6cfbc3da467f953fec247f3f]

        Merge SRC614: 12/08/00 - 18:37:21

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [d5a9492935b0f9f57ad5230c4bba74d26154fbb7]

        Merge SRC614: 08.12.00 - 18:36:44

2000-12-08  Rüdiger Timm  <rt@openoffice.org>  [c97f703aaa0603d2b1127ff6e18b18a16984391d]

        Merge SRC614: 08.12.00 - 18:35:40

2000-12-08  Kurt Zenker  <kz@openoffice.org>  [461451795ca9fe064db0eb26665d0f63e08d88f9]

        Merge SRC614: 08.12.00 - 18:35:13

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [073cfff77b03a945260a03fa9ab71480956ce208]

        #79342#: wrong substitution

2000-12-08  Christian Lippka  <cl@openoffice.org>  [4209705bf724ea8e969c9486ae195ea90ae21c0e]

        #81312# create numbering rules even if there is no pool default

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [f9da29d6b9a4f99b59bc4be63c4b6399603c5f14]

        #81584# own provider mutex

2000-12-08  Eike Rathke  <er@openoffice.org>  [eb53979dcaddfdcf97f1081942a42ef81e022226]

        #81304# include BASE_FORM in NumericTypeMask

2000-12-08  Kai Sommerfeld  <kso@openoffice.org>  [922f6a58c679168d8ff40bc80cfebf5532acf9f4]

        #81458# - Improved all read operations.

2000-12-08  Sven Jacobi  <sj@openoffice.org>  [d9e01b905eee2e660df73daf1de292818fa5ceda]

        BlibStoreContainer is now stored by the EscherGraphicProvider

2000-12-08  Sven Jacobi  <sj@openoffice.org>  [bfb0049607d2cda58e0f76b41e8a6e180b61f2d6]

        moving functionality to svx/escherex.hxx

2000-12-08  Christian Lippka  <cl@openoffice.org>  [36d950fb7e4ad0257523031e3701bd7696288cb3]

        #80594# GetItemSet is not working for getPropertyState so i reworked this optimization

2000-12-08  Andreas Bregas  <ab@openoffice.org>  [55270c0573151c864cc177c578756679f8a07972]

        #80200# Changed wildcard handling

2000-12-08  Peter Burow  <pb@openoffice.org>  [e53a313214c188a5b42f3baf83e7a904808c0570]

        fix: #81637# fix in history

2000-12-08  Peter Burow  <pb@openoffice.org>  [1878d70fb8b13411935ad42cb1a014c36cbc6f15]

        fix: #81637# when the HelpWindow starts show always start page

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [064b449dd61755bf0d8a4c327df29de9cc9dd3cb]

        #81435#: avoid CurrentViewFrame == NULL

2000-12-08  Michael Brauer  <mib@openoffice.org>  [ac84f1ddfc5e795ab4f4f78b53911095973bf528]

        added DTD for contour

2000-12-08  Michael Brauer  <mib@openoffice.org>  [602e7cca59786465c5a374267b3b001cea87e7f4]

        #75662#: Don't add blanks to comments

2000-12-08  Jörg Barfurth  <jb@openoffice.org>  [b413364d4312ce098044d58350814b8c8de6d6a5]

        Did not build with debug - 2 assertions adjusted

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [e58381fd2b5c38c667574d3302f097a36f4be37a]

        #76868#: use URLs instead of filenames

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [8433557ebdedba6e6db0851602dcda6815944732]

        #76868#: old change in drop method has not been done

2000-12-08  Frank Schönheit  <fs@openoffice.org>  [3136b143947893fc961411f34c09a4700625c094]

        resetFields: initialize the field assignments / refresh the data source list after calling the administration dialog

2000-12-08  Sascha Ballach  <sab@openoffice.org>  [041287be684a432ea38b6bb48f3401fe63b0de74]

        #81341#; add UpdateLinks to the XML Import filter

2000-12-08  Sascha Ballach  <sab@openoffice.org>  [1605d168534f3d572bac9bbffa48eebc340cf238]

        #81341#; add TableSource Export and Import

2000-12-08  Sascha Ballach  <sab@openoffice.org>  [6acc0e1f2aa7eb902ac741384637272a0f2e8b00]

        a little performance optimation

2000-12-08  Sascha Ballach  <sab@openoffice.org>  [f4bed5cf5f83168ced4eccf4659e0ff4378ea3cd]

        set on all repeated rows the properties

2000-12-08  Thomas Lange  <tl@openoffice.org>  [f334cf8f93b67efa620687df7ef2d9edb499ee52]

        timer added to combine LinguServiceEvents

2000-12-08  Oliver Bolte  <obo@openoffice.org>  [e4ac0cd80bee2aace27b62ffff9d22da4fd7f56c]

        #65293# pares error linux

2000-12-08  Malte Timmermann  <mt@openoffice.org>  [fe68cf9a681a0e15cd5b567ecc2108ce2411ff99]

        ImplGetTextLines: Don't return a line with \n, when \n\n in Text...

2000-12-08  Stephan Bergmann  <sb@openoffice.org>  [37df4c108f59e63961b7f34fb35f40b38bffaba2]

        #81598# Don't use SvFileStreams with URLs.

2000-12-08  Eike Rathke  <er@openoffice.org>  [dbc517b35b1ff0cfe97ba664a48963152291ba70]

        #81625# SetExtraStrings: (re)create series ranges if needed

2000-12-08  Martin Gallwey  <mtg@openoffice.org>  [d166606dcea8e6235254b32ad25b6179c09d0a95]

        #65293# fixed extra ()'s in throw statements before obo finds them and comes after me to kill me

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [9eecaa48db37deaf7a2eaec2487591ad894a5b3f]

        #81581#: expire date for early access

2000-12-08  Dieter Loeschky  <dl@openoffice.org>  [9a6e9c320d6d690497e7db7f06b43209afcefc55]

        #81265# Supporting three languages

2000-12-08  Daniel Vogelheim  <dvo@openoffice.org>  [92586dee460503e8eef939bb26c285845cb8b883]

        #81631# fixed infinite loop for DDE fields containing \t or \n characters (e.g. tables)

2000-12-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4162859b5fd23d7275dcee1829ff82172ace033]

        #65293#: includes

2000-12-08  Armin Weiss  <aw@openoffice.org>  [cdb599b578594430a4405df48f4b2819640ba568]

        #81629# SdXShape::SetEmptyPresObj() needs to remove the outlinerparaobj when it is set to not empty and it is an OLE2. Thus the OLE2 chart imported has no text (same as loading our binary format).

2000-12-08  Ocke Janssen  <oj@openoffice.org>  [4b2fba1ef5220bbe1fab4bb43d34ef25aaa28781]

        #81418# check if file format is dbase conform

2000-12-08  Peter Burow  <pb@openoffice.org>  [46bb0dc447278f6895011ab056386e9e3915c14e]

        fix: #81307# HelpListener updates the index

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [2cecd4e517f4815b125c6b89e8fa1f8da4a9ec3d]

        #79342#: allow sorting of folder contents

2000-12-08  Nils Fuhrmann  <nf@openoffice.org>  [92025eb1361400474e4f6a7e9786cf310f7254d1]

        Fix #81620#

2000-12-08  Ocke Janssen  <oj@openoffice.org>  [a5949463953184f334b7a60760c764076dcd96a8]

        check if table is null

2000-12-08  Malte Timmermann  <mt@openoffice.org>  [d3482a3eed1504797544b296564dc28dc9ba02bf]

        #81616# OnlineSpelling after language changes

2000-12-08  Oliver Bolte  <obo@openoffice.org>  [eba44fab900b79d88d44f4a89f959812f53d57de]

        #65293# syntax error

2000-12-08  Oliver Bolte  <obo@openoffice.org>  [56cc3066fd196129dfda3a73a08c83b3e256f01b]

        #65293# syntax error

2000-12-08  Kai Sommerfeld  <kso@openoffice.org>  [2e0504b38af8ae5726db2ee2d81f0324bc169d99]

        #81458# - Improved performance for all read operations.

2000-12-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [de584eb4d4779d7fc9ca750c6ed0224e2befe7e5]

        #65293#: includes

2000-12-08  Daniel Boelzle  <dbo@openoffice.org>  [75c3a585f197a96e20babdce44a078d005274c94]

        bug with equals and unsigned values

2000-12-08  Daniel Boelzle  <dbo@openoffice.org>  [a8a8af9f3a63250f9f848eaf9ee7c92f3e00cab0]

        minor bug with union discriminant

2000-12-08  Daniel Boelzle  <dbo@openoffice.org>  [d5bcffe1b0fbeb3bd20f4b055336f25b40704035]

        added uno_type_any_assign(), uno_any_assign()

2000-12-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b8b318c3fd82e41f21fbff3b156d492cdc2b60b]

        #65293#: includes

2000-12-08  Sascha Ballach  <sab@openoffice.org>  [f9adf25efec70824e6ed36f3f6e474259e452d41]

        #81602#; give the chart import the auto styles

2000-12-08  Sven Jacobi  <sj@openoffice.org>  [599a6ee02fdb279a46b9174239cf5860f5a65306]

        #79896# when data is not available the stream is switched to synchronmode

2000-12-08  Andreas Schlüns  <as@openoffice.org>  [17a34642b4449ef15eee6d1bb2501c55353cd39f]

        disable warnings for int-conversion

2000-12-08  Andreas Schlüns  <as@openoffice.org>  [59473eb81819d4d435d0bbbf7bbfcb4a69267963]

        dont hold m_xLastFrame for ever - or he can't die!

2000-12-08  Dirk Völzke  <dv@openoffice.org>  [311e9396c1653291b203cca3dc9ee050fcef33cd]

        #76868# Implemented CreateObjectShell()

2000-12-08  Jörg Barfurth  <jb@openoffice.org>  [9e7bfe7cdd7f64aecaa2fb1ab7e69c0c79087a3a]

        #81584# Made INodeListeners refcounted, reorganized Tree layer nitification dispatch

2000-12-08  Jörg Budischewski  <jbu@openoffice.org>  [d7edd1522d014eee62a053083775cb8e77a0285a]

        unicode change, damn, it did this already once before

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [627c26d6064646128702a95aa5f9aae05cf16059]

        #79541#: Caching of ViewOptions

2000-12-08  Oliver Specht  <os@openoffice.org>  [097969b750e0a3e6c23f70f730021f173dd4f3f9]

        #81481# Asian layout page

2000-12-08  Oliver Specht  <os@openoffice.org>  [3f4b4885103a224c56faea01203da1a20ffd98d9]

        cfgstr.src not needed anymore

2000-12-08  Oliver Specht  <os@openoffice.org>  [0b54cde8282b52cf503f057986c43e857b80b5bc]

        #80574# use configuration service

2000-12-08  Peter Burow  <pb@openoffice.org>  [8f8c0fbf8c6f5e364479b093973a0d77282f9425]

        fix: #81307# Help menu active again

2000-12-08  Peter Burow  <pb@openoffice.org>  [a1b82c480f275d50090d9b0ec62f50931f8bf0f6]

        fix: #81307# 0 == nHelpId starts the help-start-page

2000-12-08  Nils Fuhrmann  <nf@openoffice.org>  [db4fc5e80830b1503b66d4d2645e35c888fd0a46]

        Fixes for merge

2000-12-08  Michael Brauer  <mib@openoffice.org>  [7ecd0141e51e6c362c90f01dca6c018136c5690a]

        #81139#: style:font-size-asian

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [8b80f32cf280fb510b5494795d340f75a188604f]

        #81549#: no functionbar in subframes

2000-12-08  Peter Burow  <pb@openoffice.org>  [c1defeba5942ef4218121350cd12a5e08bca063e]

        fix: #81307# new Id's used

2000-12-08  Peter Burow  <pb@openoffice.org>  [95cd699c28070d567f3a6e02642f2708dfaa3c76]

        fix: #81307# Quickhelp strings added

2000-12-08  Peter Burow  <pb@openoffice.org>  [59105795dd3e5a8ed21a227806f3fbc12c62a826]

        fix: #81307# new Id's for Help

2000-12-08  Peter Burow  <pb@openoffice.org>  [8616d34ed7643564450c92862a22456e3638cdb1]

        fix: #81307# GetResultSet() added

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [c8b0f5e763ea29ffc6f68821f00fce684c06d794]

        #79541#: exchangeable product name cached

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [2ade854af5f5e146669a7b5df46dbf69180fae84]

        #79541#: exchangeable product name

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [fc833d9b5081aa6a22a3ef6ff780776df2107401]

        #81367#: correct reading of ViewOptions

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [030f8fb731d6edae598e2ae2aafba9bddda49d4f]

        #79541#: Caching of options

2000-12-08  Peter Burow  <pb@openoffice.org>  [4c723ce6c4a6ca89c8b2d6cc3ded99c7cbd351a1]

        fix: #79541# 'StarOffice' removed

2000-12-08  Jörg Budischewski  <jbu@openoffice.org>  [6e1dc6b829cafe4e07c0c7e4c83401b3881e3e14]

        #81246# stopAccepting is now threadsafe

2000-12-08  Dirk Völzke  <dv@openoffice.org>  [e2a598e13624308e7748a5da55e1160bf9db4ca6]

        #79872# Scan for templates only when there was no hierarchy

2000-12-08  Mathias Bauer  <mba@openoffice.org>  [a828e87d88b885cbec454a3d1aa342484f770433]

        #79541#: ResourceHook for Strings

2000-12-08  Ocke Janssen  <oj@openoffice.org>  [10772e05c1ba17440e3868da74264fa7ab075c36]

        now works again with normal paths

2000-12-08  Michael Brauer  <mib@openoffice.org>  [d5a4bd906d3fdd96a88b75933cdcbb7f41e2676c]

        #81317#: (Left|Right|Top|Bottom)BorderDistance

2000-12-08  Daniel Rentz  <dr@openoffice.org>  [c941cc2dfe02dbad86ca1f2c804171e749a0d279]

        chg: starcalcteam

2000-12-08  Jörg Budischewski  <jbu@openoffice.org>  [f5f0fdfaef6827544a9a29a2b69b738c109100a6]

        now passes compiler

2000-12-08  Jörg Budischewski  <jbu@openoffice.org>  [d8f189f40f992f4236d4790d8b64f14934ab6846]

        #81032# hyper are now also read/written. Note that e.g. scripts using hypers won't be able to read/write them in older versions.

2000-12-08  Michael Brauer  <mib@openoffice.org>  [b37a0472fd7c4d7cc0d8eea2ed757f0212a390f0]

        #81317#: It's better to initialize a frame min height

2000-12-08  Babak Mahbod  <bmahbod@openoffice.org>  [668cfdb6f86771d21ace98517867c34c52393c68]

        DrawPixel, DrawLine, DrawRect, DrawPolyLine, and DrawPolygon methods were moved from Object-C to C++.

2000-12-08  Patrick Luby  <pluby@openoffice.org>  [1594a21e056adfef3e2d2fbb15208254de2acd34]

        Syncronized painting from SalTimer with system driven calls to [NSView drawRect:] so that all system driven calls follow the same path to the painting calls.

2000-12-07  Babak Mahbod  <bmahbod@openoffice.org>  [a07ae38a645b4cbcdbcc11fdc8bf17a66e27708c]

        SAL graphics data member for tracking MacOS errors added. Open and close QD port APIs added. Initialization APIs added.

2000-12-07  Christian Lippka  <cl@openoffice.org>  [f00baad6e4eaf89344a339a4fe52ee63359f73d8]

        #80678# fixed setBackground on some cases

2000-12-07  Christian Lippka  <cl@openoffice.org>  [78f618b9eda5c658b432605d5fe256c7c6f46fe2]

        #80304# vertical writing added

2000-12-07  Björn Milcke  <bm@openoffice.org>  [89bd40d39d41c1fc70929bcafb001a60cac7e4f4]

        #81290# GPF on chart import

2000-12-07  Christian Lippka  <cl@openoffice.org>  [3e70e0c9a96fdc7f75e5e1ee0965267f641a3e3b]

        #80304# vertical writing added

2000-12-07  Christian Lippka  <cl@openoffice.org>  [68a37576c2fa0aa81a357164c6ae56a8fd6aed70]

        #80304# vertical writing added

2000-12-07  Sander Vesik  <svesik@openoffice.org>  [852c49fd32547f9c0fdcdb9b2d71dfa006c892c1]

        Newest configure (from configure.in rev 1.17)

2000-12-07  Babak Mahbod  <bmahbod@openoffice.org>  [24166f5905a31570ca392519a58244fe129ee01c]

        Updated SAL graphics data structure. Updated SAL graphics constructor and destructor methods.

2000-12-07  Philipp Lohmann  <pl@openoffice.org>  [e6b472c0789789183efe37803d579bee136a6483]

        #79029# change datatransfer to use UCB (DataSourceFactory service vanished)

2000-12-07  Christian Lippka  <cl@openoffice.org>  [efea2598610e72ffa5f29ca065685c16620fdc5f]

        #80678# catch exceptions for illegal page background attributes

2000-12-07  Christian Lippka  <cl@openoffice.org>  [c927a9083df3efd0c01311586d39f98caf400e37]

        #80304# vertical writing added

2000-12-07  Christian Lippka  <cl@openoffice.org>  [a77189b68efad8ebe5f32c8243a7d2ea993752b9]

        #80678# use normal property style context for drawing page styles

2000-12-07  Christian Lippka  <cl@openoffice.org>  [24e4996823959dd5d098e46db56b1938722c79c8]

        #80678# EnumPropertyHdl now even works with non enum types

2000-12-07  Kai Ahrens  <ka@openoffice.org>  [bb5b411d20cf7c2038f4b2712275abb90d015656]

        #81316#: write new XML zip format

2000-12-07  Kai Ahrens  <ka@openoffice.org>  [f20485ae794e10ef11d4115738aa10127388946c]

        #81316#: extract new stream format

2000-12-07  Stephan Bergmann  <sb@openoffice.org>  [a4103af7beeacdc41cc555cfb73d9aba14cff958]

        #81569# Fixed bad $(progpath) and $(instpath) substitution.

2000-12-07  tpf  <tpf@openoffice.org>  [eb166461540c238397ad9140b7f35dd21656a744]

        #81493# set bridge to null if not with correct name

2000-12-07  csaba  <csaba@openoffice.org>  [5e6b295427e78f1141e792a0cfe89cc89c574bd6]

        79541 Branding/Configuration Change

2000-12-07  csaba  <csaba@openoffice.org>  [5bb16c99810030a8b4d1dd62152ae6641cdb1e3b]

        79541 Branding/Configuration Change

2000-12-07  Armin Weiss  <aw@openoffice.org>  [bd284db3ebfa038d9072d41be7db05dfd1be3aa2]

        #81432# missing return added in XMLTextShapeImportHelper::addShape(...) when it is a group shape; adding needs to be done to the group or 3DScene instead of to the page.

2000-12-07  Armin Weiss  <aw@openoffice.org>  [6f050e4e5d923f59e910d06ab28f9ed9c21eec06]

        #81432# added group shape import/export for external applications, which means as static functions at SdXMLExport

2000-12-07  Eike Rathke  <er@openoffice.org>  [c649cf1d754ad3c72f90890afef8ba400ea557ab]

        new: NF_KEY_R (acts as EE) and NF_KEY_RR (acts as GGGEE) for Xcl compatibility

2000-12-07  Eike Rathke  <er@openoffice.org>  [909e86c4f5203b6931ce1eb89688dff30605e1f6]

        new: NF_KEY_R (acts as EE) and NF_KEY_RR (acts as GGGEE) for Xcl compatibility

2000-12-07  csaba  <csaba@openoffice.org>  [09b6f4409458fd4e2bf20b972a423e70eefa9c89]

        79541 Branding/Configuration Change

2000-12-07  Sander Vesik  <svesik@openoffice.org>  [b1b5b1affcb1422e8e0d1745f1f58be73e5978bf]

        As if and when 613 will actually happen, incorporate the changes to the trunk so the branch doesn't get too long and confusing. Some history is lost.

2000-12-07  Michael Brauer  <mib@openoffice.org>  [379a84e180d0d3ad4131d5e5129a1b03745ce5e1]

        #81317#: export text frame content

2000-12-07  Björn Milcke  <bm@openoffice.org>  [e432d2607386eb595f1ca566d2109b84be1325bf]

        #81525# convert domain address for calc

2000-12-07  Kai Ahrens  <ka@openoffice.org>  [162e6671ed29c1c5c4a51cb72095539df4b6b9f2]

        #81317#: use correct string compare method

2000-12-07  Kai Ahrens  <ka@openoffice.org>  [b167df23be723bb83d63d24172611261e6c54001]

        #81317#: calculate graphic id

2000-12-07  Stephan Bergmann  <sb@openoffice.org>  [f31762ce0e42bcb7a935ff77e19e706fc559ad79]

        #81569# Remove bad osl_getRealPath() from shell::checkMountPoint().

2000-12-07  Peter Burow  <pb@openoffice.org>  [c6c532a6b4d4393cfd1895949811e77286e2551f]

        fix: #81307# Index added

2000-12-07  Peter Burow  <pb@openoffice.org>  [d918babdcd283e07b6279d67eda741adcb2114f6]

        fix: #81307# new title for help window

2000-12-07  Philipp Lohmann  <pl@openoffice.org>  [1e56ca809c7806491c6db6a1646e7de987cc8061]

        #79518# #81463# set default document position and size

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [f3de631f4da5ef9abe7116ae635b2ce95a656bd0]

        #81557# use [$<currency>] to build the format string

2000-12-07  Peter Burow  <pb@openoffice.org>  [de5a876add3212126a3c4bfa44539b7928c80ae7]

        fix: #81307# history completed

2000-12-07  Peter Burow  <pb@openoffice.org>  [1793772a40b785c5ae1a440e08a4e6cf2951f04d]

        fix: #81307# STR_HELP_WINDOW_TITLE

2000-12-07  Daniel Vogelheim  <dvo@openoffice.org>  [5adfea63df5681f1b5a1f7fac63003b3479b97bb]

        #81461# fixed: API now ignores write protection in sections and tables

2000-12-07  Kay Ramme  <kr@openoffice.org>  [27e17c2ace175ca71e871e933cdfa5078f65a5bf]

        new method: getFlags

2000-12-07  Sascha Ballach  <sab@openoffice.org>  [37e9150e1f8bac541e1d436252c009944196038e]

        #81341#; add sXML_table_source and sXML_copy_results_only

2000-12-07  Sascha Ballach  <sab@openoffice.org>  [2c79e70140d43e65a58f794b07cde6d3ee06c4ca]

        #81341#; the dtd had to change

2000-12-07  Dirk Völzke  <dv@openoffice.org>  [56d26bd731b7f081cf69068b25224a625d04beb8]

        #79872# Speed up of DoUpdate() by not fetching the template name

2000-12-07  Sven Jacobi  <sj@openoffice.org>  [6ce08174f07c1fca077e78a2cbfe316dd8ded896]

        enabled exceptions for escherex.cxx

2000-12-07  Oliver Specht  <os@openoffice.org>  [42a85d530dabe4bdbb453494487ad4b9d32295e0]

        #81461# file insert fixed

2000-12-07  Sven Jacobi  <sj@openoffice.org>  [60a8941f2876d0e37f646b9b9b12588a4ba41493]

        moving EscherGraphicProvider from sd to svx so that it can be also used by the word and excel export

2000-12-07  Sven Jacobi  <sj@openoffice.org>  [62b37911450069ecde71c2b98423ac64864623e4]

        moving EscherGraphicProvider to svx so that it can be also used by the word and excel export

2000-12-07  Dirk Grobler  <dg@openoffice.org>  [fdb170e12e1cbc20c14fc845faa96e16cedd1012]

        #81469# incomplete adjustments to portal environment fixed

2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [894635835ffc01951db55da785bbc787a885b1ef]

        #58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE

2000-12-07  th  <th@openoffice.org>  [5d74003ff7b4258d242d3ca5f8c939040eac02cf]

        #79156# - Integrate Assertion to find this bug

2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [78efb3fe01c8ab9e36ee9446291f178b2648a401]

        #58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [a2fd056cd67f250a67232e65a4d3151352156fa1]

        Merge SRC614: 12/07/00 - 17:09:52

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [c99e12a272507711129fa5c7210e7eae2e894813]

        Merge SRC614: 07.12.00 - 17:07:45

2000-12-07  Herbert Duerr  <hdu@openoffice.org>  [14e52d3b28336f693b35ef50d4938d2602581744]

        implement chinese font size names

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [9fdf4f6652d18d54d3e7bf1ca64c807c17003f19]

        Merge SRC614: 12/07/00 - 17:05:40

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [1871afe93ec95019c946cd844d1a9070f9487f91]

        Merge SRC614: 07.12.00 - 17:00:51

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [fc0d1c6e21f887abb3457efe26fe826c70db33ee]

        #80210# when triggering the AutoFocus, ensure that the affected control is made visible

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [20d61fa1c8b9ef7a093b037d1d217c6635f06dd6]

        Merge SRC614: 07.12.00 - 17:01:22

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [cccd231f98accf4453aaded45446a20dfd857356]

        Merge SRC614: 07.12.00 - 17:01:41

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [2c8b68b25e002b1e3315abafd0c70f0b029f6964]

        Merge SRC614: 07.12.00 - 17:00:34

2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6111898beafc54afab138ef58caf7c974784dce]

        #58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE

2000-12-07  Eike Rathke  <er@openoffice.org>  [020e48e15c9b50abe11f4f6a5c75855fff92abfb]

        enhanced ConvertMode, SystemToSystem

2000-12-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ccb9441a7cf589418055ae238eb44b595d0d6b91]

        #65293# syntax

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [4a747a54bdc59e9bd708a540db1adbc6918d1c50]

        Merge SRC614: 07.12.00 - 16:40:00

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [a2a546fe1c66483d4d9d3299595645c92486d272]

        Merge SRC614: 07.12.00 - 16:39:33

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [70cacf13d374b11e8d8efb5d8779e865391f63e0]

        Merge SRC614: 07.12.00 - 16:38:58

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [8269f6a73b6d5b8220ede4742ba25c4f401a49cb]

        Merge SRC614: 07.12.00 - 16:36:45

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [e759451fd2db0db67656123ecd416f0f5baaa04c]

        Merge SRC614: 07.12.00 - 16:35:43

2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc6478becb21d26b0471f0f3d464f058d5b33304]

        #58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE

2000-12-07  Armin Weiss  <aw@openoffice.org>  [9fccbb84907e2b095304ec69cdf96f5f49ef9912]

        #80594# added support for XML 3D import/export

2000-12-07  Armin Weiss  <aw@openoffice.org>  [24b81f500aaf760b115c2c0dac29fb074b35a122]

        #80594# added support for XML 3D extrude and lathe objects, some more initialisations needed to be done

2000-12-07  Armin Weiss  <aw@openoffice.org>  [0ab68bca5a80553606c27d9afa0a9cfc74ddf574]

        #80594# 3D XML corrected

2000-12-07  Armin Weiss  <aw@openoffice.org>  [41f75dcb0c338b4a37be5fff62552db231096c5a]

        #80594# corrected error in PolyPolygon3D export for 3D XML

2000-12-07  jp  <jp@openoffice.org>  [948c7ed807c8fb66b80c8cbffa9e0d2912cade3d]

        Bug #81536# don't call on 0-pointer

2000-12-07  Malte Timmermann  <mt@openoffice.org>  [5ebe7025d1cf0ca6baa5d514991d0c3e8cb642ba]

        #SetFont: Some Attributes can only be set in the OutputDevice

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [3af05cb0baeb204f667ae607176ea26f486c748b]

        #81441# remove the StrictFormat property - does not make sense for a formatted field

2000-12-07  Dirk Grobler  <dg@openoffice.org>  [0df488be95c2793bed0395a6db69ee8094152669]

        #81528# Using different service for administration and user bootstrap.hxx

2000-12-07  Dirk Grobler  <dg@openoffice.org>  [903ced6f5948a09501736c96db61f778a4addf94]

        #81528# Using different service for administration and user configuration

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [fa823b2f98c0f4d224d310930f0ef42098c5e63e]

        #81490# reset the password when changing the user

2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [16b7f62a25468f4a207bdc880fe86b6191a36fba]

        #58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE

2000-12-07  Andreas Bregas  <ab@openoffice.org>  [85f450e4173df72be41890f4523a3f3044b1ff2a]

        #80755# library-embedded/linked instead of embedded/linked-library

2000-12-07  Andreas Bregas  <ab@openoffice.org>  [2c67ddf443ca1c66f5f7236a1c94b97b5176596e]

        #80755# XML script elements

2000-12-07  Kai Ahrens  <ka@openoffice.org>  [d91e6f3503a93fde4015430dc122b7e3e0001bf4]

        #81317#: don't exchange cache entry while fireing swapin request

2000-12-07  Dirk Grobler  <dg@openoffice.org>  [cdc0c020dc4211ae5930855fca819a7491e4982a]

        #81528# Using different service for administration and user configuration

2000-12-07  Andreas Bregas  <ab@openoffice.org>  [d80c58c4be706a84c303cf9d1b458bbb14d52505]

        #80755# library-embedded/linked instead of embedded/linked-library

2000-12-07  Jörg Barfurth  <jb@openoffice.org>  [8e9d72b03f3184a814571432632742e97cbdb3fa]

        #81429# Changed commit to use new failedCommit interface of TreeImpl

2000-12-07  jp  <jp@openoffice.org>  [65962f5b916d2caf3a44a62e4bd082cbfc01da1e]

        Bug #81516# change the productnames

2000-12-07  Jörg Barfurth  <jb@openoffice.org>  [7c256f84be7a2f826b396e641918138827e1c03f]

        #81429# Added recovery for failed updates to treemgr TreeImpl and Node(Impl) layer

2000-12-07  Ocke Janssen  <oj@openoffice.org>  [9fb0d21b870bd1472209d28d08429686fc4f099e]

        #81118# make like so5.2

2000-12-07  Oliver Bolte  <obo@openoffice.org>  [24648cd513f36e63239e54964362112b12e87c21]

        #65293# parse error linux

2000-12-07  th  <th@openoffice.org>  [75ed275484ea434b7ac877182c05a5c163eeff72]

        #80536# - More space between Text and Line in a FixedLine

2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7104f97348ae2ff2e843ecc35a23144b8336d66c]

        #58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [fb8e9c4f3a0907ed6e470c650a162783f674a123]

        #80939# clear the tables list when cancelling the password dialog

2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d03d52e10f3587a46559c30808d1201baf24e13]

        #58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [5eae084116e4c669ae471458bb9be5b4b24b5baf]

        #80186# reset the 'password required' flag when changing the data source type to one without passwords

2000-12-07  Ocke Janssen  <oj@openoffice.org>  [2953e898039e666954850c3edbf9675ef038cad7]

        #81131# check installed adabas dbs

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [58ae76e372116599397fd2e1c54b1782eefeef6d]

        #81018# no \x<number> for the regexpr search - the new engine does not support this anymore

2000-12-07  Ocke Janssen  <oj@openoffice.org>  [a154ca89124e4ecedd866d166f2841d9b9f7da26]

        check if SbaGridControl is null!

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [00ea33c0efa73ff7ad042466e17826f925f577db]

        #81018# the BASEPROPERTY_VALUESTEP_DOUBLE is transported as double (as the name suggests:)

2000-12-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4436d6470ce7ce301f33d2750dd5de7b7857bda9]

        #81530 loader with correct resources

2000-12-07  Jörg Barfurth  <jb@openoffice.org>  [4ee3af4c2440a0b9c596ac2d4767f3201b97265f]

        Corrected the notifier data passed to a subbroadcaster's create (which caused assertions later)

2000-12-07  Oliver Bolte  <obo@openoffice.org>  [5ccc00947324cbd51ff154cd8dd111cb4ae1325a]

        #65293# parse error linux

2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e14b4c973680b414514008ce09fd4586323e8d7e]

        #58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE

2000-12-07  tlx  <tlx@openoffice.org>  [2227371302d639791b59f62e36fa40a1e3db113e]

        #81469#

2000-12-07  Kai Ahrens  <ka@openoffice.org>  [cea0b10d54433ef0023e345c6208679894a4b4c9]

        #65293#: syntax

2000-12-07  Gregor Hartmann  <gh@openoffice.org>  [01ded00d2021a5c192809294291a16b43bd96e2e]

        #80437# try extra hard to get SfxViewFrame and handle still missing SfxViewFrame

2000-12-07  Dirk Völzke  <dv@openoffice.org>  [74a5c9398165cf6452242aff029d04f7c1b6f59c]

        #79872# Don't write unnecessary properties

2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [22051cebb1fbd8926fcbc39eb31ba68199272294]

        #58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE

2000-12-07  Christian Lippka  <cl@openoffice.org>  [87a763cba880166d702f6f92dbfa65441e68ec2b]

        #81290# added empty implementation for measure fields

2000-12-07  Sander Vesik  <svesik@openoffice.org>  [19921f2d4045e352bbd9b62ed34dc002f749ecd3]

        Merge changes from OpenOffice609-FU into the main trunk

2000-12-07  Rüdiger Timm  <rt@openoffice.org>  [3006b7633425d21f5c6b7b7e4e0f32b176c319e0]

        Merge SRC614: 07.12.00 - 14:05:35

2000-12-07  Rüdiger Timm  <rt@openoffice.org>  [ca47d8bbbef993d1ab2746580e0f0df562fc83ab]

        Merge SRC614: 07.12.00 - 14:04:25

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [0b69718477561d940c55ffa6d0b7e6ba07698169]

        Merge SRC614: 07.12.00 - 13:58:48

2000-12-07  Rüdiger Timm  <rt@openoffice.org>  [dd5cbf3ddad8985261490192d356851cd4c958e3]

        Merge SRC614: 07.12.00 - 13:58:32

2000-12-07  Kurt Zenker  <kz@openoffice.org>  [1e28ea7cd975ea14c522aecda75104bc32ff497f]

        Merge SRC614: 07.12.00 - 13:57:13

2000-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1ace37d81587c5c41f9aba53fcd4be9799ed8a2]

        #58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE

2000-12-07  Malte Timmermann  <mt@openoffice.org>  [3a0d78924881a895aa806a38ccea6ae605c375af]

        #81499# ImplInitScriptTypes - special handling for fields

2000-12-07  Ocke Janssen  <oj@openoffice.org>  [72f5af8a2439f2e9f780cb2ff9eb022d75ad6edd]

        #81424# valueof(bool) has no opposite conversion

2000-12-07  Ocke Janssen  <oj@openoffice.org>  [2923b781aa2d4d86c465eaa296bca12a53ce25ce]

        #81424# valueof(bool) has no opposite conversion

2000-12-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [64c6f66dbb864a98e55a7de0947a4b61ea24e641]

        new dates, new name

2000-12-07  tlx  <tlx@openoffice.org>  [272a3d8e30dc3213e3783e1291268402784a2590]

        #81469#

2000-12-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [599deb346631622df15e36fae893b404cc0bd134]

        get BUILD ID in versioninfo

2000-12-07  Michael Brauer  <mib@openoffice.org>  [d9f03b3df7766a653b474cb1526e944d9c597461]

        #81479#: export script behind meta information

2000-12-07  Oliver Specht  <os@openoffice.org>  [721e02880fbffcb6ef842a1868ce1ea2504fb36e]

        #78712# DocInfo fields: date/time properties corrected

2000-12-07  Christian Lippka  <cl@openoffice.org>  [be214a3d6917e002fcc539c32bc6555a2d4fca66]

        #81466# temp. removed master page properties import to fix a bug under solaris

2000-12-07  Oliver Specht  <os@openoffice.org>  [6f44f9c241bf91a567803316d5c0dde8726c2005]

        #78712# queryAdapter overloaded

2000-12-07  Oliver Specht  <os@openoffice.org>  [89bc291879190d10ae7dddba7ac72c4ff237ae9d]

        #81429# String::CreateFromInt32()

2000-12-07  Ocke Janssen  <oj@openoffice.org>  [184328e6903f7d1e125cc57fce8140ff9e1f7ab4]

        #80831# dispose connections when closed

2000-12-07  Mathias Bauer  <mba@openoffice.org>  [3bb9abc0ae8b1915eccd3fe415bb8473162b419c]

        #80466#: new helper methods to convert filenames

2000-12-07  Dieter Loeschky  <dl@openoffice.org>  [f4fb29b1dcace7d62ee87673e2e7aa5d55857d95]

        #80468# GetFocusObjectsHdl(): GrabFocus() modified

2000-12-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c6e2cc3384739907fee6f2df72c44b6b66e8761]

        year should be 2000

2000-12-07  Mathias Bauer  <mba@openoffice.org>  [b3827e9b87c1c7d10b8cc59aa2a49eeab3e5e9f5]

        #80212#: always activate frame on Bindings in MakeActive

2000-12-07  Mathias Bauer  <mba@openoffice.org>  [331dcf3676fdb98a932e50ddd37d926a7762cb71]

        #80212#: error in FrameActionListener

2000-12-07  Mathias Bauer  <mba@openoffice.org>  [db56422e1639c47e1e62499f9acd3f0041a5cc03]

        #80212#: frame must use DockingWindow

2000-12-07  Mathias Bauer  <mba@openoffice.org>  [21378a2957006c027fad893873a9dd6cf8709db1]

        #81315#: failing save may lock dispatcher

2000-12-07  Kai Sommerfeld  <kso@openoffice.org>  [04ddbf063d0057a8d820105952bafcf8ffcdc8fc]

        #78812# - Fixed HierarchyEntry::getData(...).

2000-12-07  Mathias Bauer  <mba@openoffice.org>  [7bcf837dd28bb5adae86a6b633aa598dbd3ab5a9]

        #80212#: deactivate handling for subframes

2000-12-07  Martin Gallwey  <mtg@openoffice.org>  [13c5235608ef3502c5b498c120a474fb857da339]

        #81494# fixed the problem with opening empty directories in JAR

2000-12-07  Tom Verbeek  <tv@openoffice.org>  [3fc3bcb5ad830046449690a0e2bc94e82dc0f28b]

        #79872# added foreign text

2000-12-07  Sascha Ballach  <sab@openoffice.org>  [8eab9b3c9268d372ecc9d71346a976eb1a06c417]

        #81347#; add a condition vector, so more than one condition are possible

2000-12-07  th  <th@openoffice.org>  [13824735057ef25075af8fd0ddb8f14e34c7eeb6]

        #81346# - Fix for unconverted characters for DBCS encodings

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [f23937d53130a2b71d9920a7cc824d88709a9bc0]

        #81215# +SID_TEMPLATE_ADDRESSBOOKSOURCE

2000-12-07  Christian Lippka  <cl@openoffice.org>  [6c4d4537e9fe65f5e9ad0247978d18045b590aa4]

        #81466# fixed init of xFamily

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [cc6b5954cd09a7a138d67af2d88c117d6560cb67]

        #81215# +SID_TEMPLATE_ADDRESSBOOKSOURCE

2000-12-07  Sascha Ballach  <sab@openoffice.org>  [445405a630fbe838eae0288018775133a0f207b8]

        #80755#; did the should changing to import basic

2000-12-07  Nils Fuhrmann  <nf@openoffice.org>  [cb6d3ff7ea5b0e019978316641dc7ac97433fb85]

        Fixes for invalid file format

2000-12-07  Kai Ahrens  <ka@openoffice.org>  [882c225ce8d2793cf3701ae72beeadac07a03473]

        #81483#: get correct nodes for Impress/Draw (Print/Content/Drawing)

2000-12-07  Dirk Völzke  <dv@openoffice.org>  [21ae00c7d0461dd894b087e6d6373757143c38b5]

        #79872# Updating the template data should work now

2000-12-07  Dirk Völzke  <dv@openoffice.org>  [4123abdea191394346b3bc72d39bfd89b90d2de0]

        #79872# GetStorage_Impl() needs the SolarMutex because it calls not threadsave code

2000-12-07  Martin Hollmichel  <mh@openoffice.org>  [8bf20cf815aafa3f5f0a9e6dfe397c3f76cb87bf]

        delete obsolete scsbx.lib

2000-12-07  Martin Hollmichel  <mh@openoffice.org>  [9c05d4403c7c014717606cfa65f5109e6bc483f6]

        cleanup of old stuff

2000-12-07  Martin Hollmichel  <mh@openoffice.org>  [ade644b1875665437a6b52518fd7ffba467292fe]

        delete old files

2000-12-07  Martin Hollmichel  <mh@openoffice.org>  [1bc51f05124f9dbf7bf2f0b91166632f408ee141]

        code from drawsh1.cxx and drawsh3.cxx integrated

2000-12-07  Oliver Specht  <os@openoffice.org>  [a763884caeb82c06834d699552892c15499d045b]

        #80227# ShwoInBeamer: prefer table

2000-12-07  Ocke Janssen  <oj@openoffice.org>  [ccb0b5f08c1aec086412f0519279d8d5fc0a8e07]

        #80227# forget to increment pIter

2000-12-07  Ocke Janssen  <oj@openoffice.org>  [e8901fcb16f8d7cebd1608cd6886205ee8836bdd]

        #80219# use of wrong textencoding corrected

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [2e23576da2055fbf9aabd35eba9e72745060a84b]

        fillHandles: assert if the name sequence is not sorted - prevents silent errors when calling setPropertyValues with a non-sorted sequence

2000-12-07  Thomas Lange  <tl@openoffice.org>  [86e58946c1cec3fb3d864287bb3b1fbaee05ad2f]

        'Minimal wordlength' added to options

2000-12-07  Martin Hollmichel  <mh@openoffice.org>  [b8228f5bad7a562a9da59114621b3527aec036d3]

        cleared up

2000-12-07  Thomas Lange  <tl@openoffice.org>  [5331795cf4ad81aed2ae96f906e32e07348856b8]

        some old defines removed

2000-12-07  Thomas Lange  <tl@openoffice.org>  [8fc48641375125193a97f4e34705af4283f4ec30]

        new strings for dialog added; some old resources removed

2000-12-07  Thomas Lange  <tl@openoffice.org>  [b81488eac108f0580633828b604ea820f45f0970]

        Imagelist no longer used

2000-12-07  Stephan Bergmann  <sb@openoffice.org>  [c51906d5786044b2440ac233ad71a3b8ea2bfbfc]

        #80244# Expanded vnd.sun.star.help scheme to allow ALPHAs as well as DIGITs.

2000-12-07  Andreas Martens  <ama@openoffice.org>  [f7b6468591a55538addfde24f1eed629576495a3]

        #81401#: No longer GPF with footnotes at the end of doc

2000-12-07  Martin Hollmichel  <mh@openoffice.org>  [36ff6311e7838a79c57586eb3c394a16f0129f3d]

        delete old stuff

2000-12-07  Kai Ahrens  <ka@openoffice.org>  [ad7a5436e78b9bbfc6ca4872a41c7138394eb2ac]

        #81296#: div by zero

2000-12-07  Kai Ahrens  <ka@openoffice.org>  [ed7bd30cfe9b177023d210aa139c5f1e877844b1]

        #79541#: renamed StarOffice

2000-12-07  Michael Brauer  <mib@openoffice.org>  [0b5b62826d6c9e0fea90e771348e9160dd4f8826]

        #81450#: Every table requires at least one column

2000-12-07  Frank Schönheit  <fs@openoffice.org>  [4b13003d10e73b8b60979ff6f13bce5378dbbd6c]

        #81354# pass m_aInfo to the driver manager when building the low level connection

2000-12-07  Kai Sommerfeld  <kso@openoffice.org>  [a6300a49d642ea2db4008cf895f53a8bb851ac16]

        #78812# More performance optimizations.

2000-12-07  Peter Burow  <pb@openoffice.org>  [229c1ae19d7e92f829356b3a1d9001f683f2de6d]

        fix: #80528# save the size

2000-12-06  Patrick Luby  <pluby@openoffice.org>  [ac1f135662ce65c26cf802b7ae5cee3a9231c010]

        Added unloading of module for Mac OS X

2000-12-06  Kai Ahrens  <ka@openoffice.org>  [e83c265afa699dafbe84fd7a59d1d932d2bfb284]

        #80795#: resolve graphic url's

2000-12-06  Kai Ahrens  <ka@openoffice.org>  [49986ae4af42f124c5c45a1f576c444fd71f0a68]

        #80795#: write graphic url's

2000-12-06  Andreas Bille  <abi@openoffice.org>  [4ce1351e0779c3d46e94bbe48655f3c9a6eb351c]

        #80244#

2000-12-06  Sander Vesik  <svesik@openoffice.org>  [d62b82d94365941b18118a80c88d8a9cb286dc0a]

        Add support for IRIX. Contributed by: SGI OpenOffice porting team.

2000-12-06  Sander Vesik  <svesik@openoffice.org>  [0f6d88a17a7a6f275738e40f269b6a8e9df8e1fd]

        Bring NetBSD and FreeBSD support into the trunk

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [2c93bb64539899ef28c8670482b6878af05aee2b]

        Merge SRC614: 06.12.00 - 19:18:39

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [7557b55a74005c66956797c1489782dfe5de22f1]

        Merge SRC614: 06.12.00 - 19:17:23

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [237cf752f5ff1e487a3ac793ac8a0e352b6da984]

        Merge SRC614: 06.12.00 - 19:16:12

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [1f7575cacdc133a9c26f336c568d5f835abb7ca2]

        Merge SRC614: 06.12.00 - 19:15:53

2000-12-06  Jörg Barfurth  <jb@openoffice.org>  [a0c7dcb31bfce0c511ecb821bdfd4e18128f43a2]

        80460# added treedata.cxx

2000-12-06  Jörg Barfurth  <jb@openoffice.org>  [f7451c3329acb70a49389c53fcd01d174652e358]

        #80460# Reorganized tree classes

2000-12-06  th  <th@openoffice.org>  [a0c7721cb69d54f7456754479fffa1e57b9862e0]

        #81329# - Use Andale as UI Font

2000-12-06  Frank Schönheit  <fs@openoffice.org>  [d3e89269304c623e3b52a097e9e270f1bf1f09b8]

        initial checkin - implementations for formlayer import/export - still under construction

2000-12-06  Frank Schönheit  <fs@openoffice.org>  [fd7751a133cff3ad773ac69ad36d196171646f24]

        changes for the formlayer import - still under construction

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [7df782a7361ea5f90bdc5c8eeafad67305d25aca]

        Merge SRC614: 12/06/00 - 18:17:56

2000-12-06  Eike Rathke  <er@openoffice.org>  [998a5b33548289382571d4381fde7bff7e6255e4]

        #81431# G for non-gengou same as GG

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [c1edabc7feb67b0183cf411545615aeee3c89b2b]

        Merge SRC614: 06.12.00 - 18:15:28

2000-12-06  Björn Milcke  <bm@openoffice.org>  [a3fca0f78aba4890a20ce1c7084da203030ba43d]

        #81456# support line opacity and fill transparency

2000-12-06  Björn Milcke  <bm@openoffice.org>  [ee5ac477df76b24c23e32be86292823a4e879626]

        #81456# set chart properties at area rather than document

2000-12-06  Herbert Duerr  <hdu@openoffice.org>  [9e7e3f06ddb8a05350585966e54bc55eaea5c868]

        #81262# move symbol encoding, use hex instead of decimal

2000-12-06  Dieter Loeschky  <dl@openoffice.org>  [3fcbabeb507ee6cca83b06f91d6e3bb6e8c99fb9]

        Check xLinguServiceManager

2000-12-06  Christian Lippka  <cl@openoffice.org>  [ae20d7a7ad545e238f95de35f62c684f0c2441bf]

        #80678# fixed writting of layout styles

2000-12-06  Daniel Boelzle  <dbo@openoffice.org>  [83804de064511dd3fcb6ebb559f691e860392bfc]

        #80866# fix for weakref mem leak

2000-12-06  Armin Weiss  <aw@openoffice.org>  [9e2f95d2af3dbb979dfb67c506485ecbf518f01a]

        #80594# added Clone() operators to 3d items

2000-12-06  Malte Timmermann  <mt@openoffice.org>  [dfc4fcffa2087dcc8b87ef3355b9c1737524e049]

        #80304# EditTextObject::SetVertical

2000-12-06  Kai Sommerfeld  <kso@openoffice.org>  [cb3629c2e55c667373b2564e7cd6da321455245f]

        #80246# - Call ::ucb::ContentBroker::initialize() to init ucbhelper.

2000-12-06  Daniel Rentz  <dr@openoffice.org>  [84799fde58f654f0b1cc03b8b9a6db53b60049a2]

        add: defines for pivot tables

2000-12-06  Gregor Hartmann  <gh@openoffice.org>  [3bd5393dd5c30f6983487fb5aa1db31b78506d3e]

        #81421#unpack packaged XML files

2000-12-06  Malte Timmermann  <mt@openoffice.org>  [c55cbe0c5c75a0e3ac0c9e0f49646de92c6ecabd]

        #81245# MUST changes for new TextSearch

2000-12-06  Andreas Bregas  <ab@openoffice.org>  [f73c7c47ada1f080c02d6d633b73105dca229434]

        #81291# transferImpl(): Use correct decoding

2000-12-06  Daniel Rentz  <dr@openoffice.org>  [3f5d2b8e36f5a44b372bafc8714886636e2db5b2]

        add: nColMax in RootData - maximum excel column

2000-12-06  mfe  <mfe@openoffice.org>  [e73d5c871e382846e65f2093a907eac41ef8ed4d]

        #81439# : removed static buffer in writing

2000-12-06  Daniel Rentz  <dr@openoffice.org>  [213d782ccb90efe13da40e79fb8d56cfaebc10b7]

        add: GetExcRKValue()

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [d9233ee439f9af03605dcb5a32785326fef73726]

        #81244# new member for writeable

2000-12-06  jp  <jp@openoffice.org>  [99903b4a24d9d9ad5da9fa6eb12afea11f9d3d99]

        Bug #81329#: change asian default font sequence

2000-12-06  Daniel Rentz  <dr@openoffice.org>  [3c3510e986bc95f7c7e568584a4c22b1b26c044e]

        add: ScChangeActionContent::GetOldCell() for excel export

2000-12-06  Daniel Rentz  <dr@openoffice.org>  [83697ebf9b8392915f018ab985d20223d585681b]

        chg: missing data in change track rec

2000-12-06  Andreas Martens  <ama@openoffice.org>  [d5f2970377477f24c0ae4ccade9a201fa3764e6a]

        New: combined characters

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [6d773964c7c91bb7b8298a41c3ec24d074932279]

        Merge SRC614: 06.12.00 - 16:24:18

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [106684bbc1af5a7058879dc5785c5c113dbc8161]

        Merge SRC614: 06.12.00 - 16:23:10

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [d54b4837ab4eb7b28283d46cae2077b2651935b5]

        Merge SRC614: 06.12.00 - 16:21:41

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [9aaa2df5b3bc26b07ff5be7a77459b2b748e75a6]

        Merge SRC614: 06.12.00 - 16:14:25

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [c95caa80f650f31636a26312913a3b9a9dd5894a]

        Merge SRC614: 06.12.00 - 16:16:04

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [fa9e0d6e4e357067c40545665667284b8194152d]

        Merge SRC614: 06.12.00 - 16:14:43

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [1e6f96a93cd203d01642b88f656613194feaf31e]

        Merge SRC614: 06.12.00 - 16:13:33

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [ca95e7c262eb847e398d1f09b5552b0682278fdc]

        Merge SRC614: 06.12.00 - 16:13:06

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [e741d3216a8c71d8de9f8cb2f818ff1f71c3df92]

        Merge SRC614: 06.12.00 - 16:13:07

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [690623f486cc8ce457da7ac165bc40c357f0d543]

        Merge SRC614: 06.12.00 - 16:11:32

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [81c76dc07a3c8428cf769acfb0b060f15b246a59]

        Merge SRC614: 06.12.00 - 16:10:20

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [be15712416d6dbef3c623c225665b04fe1e43a6d]

        Merge SRC614: 06.12.00 - 16:08:58

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [902abd1c905e519b23ba23e20d294031c76a1228]

        Merge SRC614: 06.12.00 - 16:07:52

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [c1d8aabd6162c66ca8b11c3853a77578bef7aebb]

        Merge SRC614: 06.12.00 - 16:07:10

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [0cd3c1d9b29070dddc88c80683c1eaeb1b674f9f]

        Merge SRC614: 06.12.00 - 16:07:07

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [a94853b873fb02b81819bcbad9d37f0e1984b576]

        Merge SRC614: 06.12.00 - 16:06:30

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [07524b09690887ac99b044b3dfe9dbfcd9b89e7b]

        Merge SRC614: 06.12.00 - 16:06:10

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [b92cb0328e79178b5f741712ed6f6478f3102e67]

        Merge SRC614: 06.12.00 - 16:05:57

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [b04077b15955b914ac01a701e0a882a74a7e3aff]

        Merge SRC614: 06.12.00 - 16:05:39

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [1060ee71ac6d99ee0b68cb5df2cae9c0f35d40f4]

        Merge SRC614: 06.12.00 - 16:05:19

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [b7cd8f2018cab9fe219c7b2dcc016c6fa1e15ab0]

        Merge SRC614: 06.12.00 - 16:05:01

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [00377a14403555822b70af95ea3b34e04f815b08]

        Merge SRC614: 06.12.00 - 16:05:00

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [9ebbc11c218c1cb9a82739686886b477064f10b9]

        Merge SRC614: 06.12.00 - 16:03:49

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [11f8024f5a1649027179e993175dab31206dcae7]

        Merge SRC614: 06.12.00 - 16:04:32

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [823e869978edc15297eaee02ae3fc55b7b51428c]

        Merge SRC614: 06.12.00 - 16:04:15

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [142242a842c71235a80dc8cd1044d84b70da7ee2]

        Merge SRC614: 06.12.00 - 16:04:00

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [6ed51ac4e87e8610355a3bcb91f2e9866987ab9d]

        Merge SRC614: 06.12.00 - 16:02:28

2000-12-06  Andreas Bregas  <ab@openoffice.org>  [5afb83cdefbb2ff0efe61878a815c667c477bba2]

        #81291# UCB initialisation changed

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [9dbe88b228c77d74426a5fbdf620c325d09d0ffb]

        Merge SRC614: 06.12.00 - 16:02:57

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [c46c22ce7b5aacebfe0009f8b3bf4cb20c98cd98]

        Merge SRC614: 06.12.00 - 16:02:35

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [42be40cf795c3fe2f52dfc3bdaf021fbd1461fb5]

        Merge SRC614: 06.12.00 - 16:02:38

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [6bcb1d3ff12c527d0a8a955e13f5b7f663efbcdf]

        Merge SRC614: 06.12.00 - 16:02:14

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [a8cca1261581353a148c2b31a1db4374d281c300]

        Merge SRC614: 06.12.00 - 16:02:04

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [3bc74ae2eb460806153d87ede150b5cefe401d8e]

        Merge SRC614: 06.12.00 - 16:01:57

2000-12-06  Michael Brauer  <mib@openoffice.org>  [af50cbe6ff0cab110c5170bca0081c0da4455883]

        #81430#: Don't use auto style pool cache, it works incorrect

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [b46f4d4482864e9621fcbe402a67b389691fb83f]

        Merge SRC614: 06.12.00 - 16:01:01

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [cfe644eeeb7ea637c492f46184f9f30b20a9dbcd]

        Merge SRC614: 06.12.00 - 16:00:48

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [ef4b567a75904e138136000a78716416a39c396c]

        Merge SRC614: 06.12.00 - 16:00:15

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [113fb78d7ae5f8e6854114995feb4ffaef3efe36]

        Merge SRC614: 12/06/00 - 15:59:11

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [ba922c8711ba9b5afab4d4c695adef11c769cbbe]

        Merge SRC614: 06.12.00 - 15:58:45

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [2caa5d7d8c6c7707addcf925eb19930625fb8912]

        Merge SRC614: 06.12.00 - 15:56:17

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [55726711a05ce81d33eb1781bfc6fd41bdea4353]

        Merge SRC614: 06.12.00 - 15:55:56

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [39d5348a3ccb728ea863eff4f7c3e895087924fc]

        Merge SRC614: 12/06/00 - 15:55:08

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [c5887d77606e0c1fb25b0e434d54c6d6093019c7]

        Merge SRC614: 06.12.00 - 15:55:28

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [a9645ea206f6c09beb58431d1f6f32d205bf3790]

        Merge SRC614: 06.12.00 - 15:55:02

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [d9fb093e002976ce5819f14031a54053a4214a60]

        Merge SRC614: 06.12.00 - 15:54:52

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [7f8ec22fa9e93c8fc21e8cc5fa7e76be4ad98739]

        Merge SRC614: 06.12.00 - 15:54:53

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [8d1eb92ac81d439c427bc64269d059243eb7f468]

        Merge SRC614: 06.12.00 - 15:54:16

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [1fd28a412b00775d89ce10555e7cc84c38d5b18e]

        Merge SRC614: 06.12.00 - 15:52:35

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [c0242f4d030ea4ee1489317d64abbee451ee97fb]

        Merge SRC614: 06.12.00 - 15:50:04

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [e398180f097922b594f92ac1fb849f8c850cfef4]

        Merge SRC614: 06.12.00 - 15:48:27

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [ff5b11922776c309a455651c0f60b6b224ff0b45]

        Merge SRC614: 06.12.00 - 15:47:02

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [b519463134e295daf41267312999713bcdd20f80]

        Merge SRC614: 06.12.00 - 15:45:34

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [fd305b3d9243e9bbf9f3cbf1ed56fe4adc2e3da6]

        Merge SRC614: 06.12.00 - 15:43:56

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [bcaaefa4b026de7a97e26de5b71d6c506f14b4c6]

        Merge SRC614: 06.12.00 - 15:42:22

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [b2db8f9968ee0bef16697f36da89e775390853df]

        Merge SRC614: 06.12.00 - 15:40:58

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [7868da0bb5859a1b733c04cf740758b2f3358fde]

        Merge SRC614: 06.12.00 - 15:39:34

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [37c5e4ab8ddb656143baa37092ae91d09841a9df]

        Merge SRC614: 06.12.00 - 15:37:27

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [33e75e09006bf59c8a9e1bc15be2a7684721d074]

        #80219# check if indexes are available

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [90ba00aa7667892f468c10384e29b5ea96ad1ca1]

        Merge SRC614: 06.12.00 - 15:35:59

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [65204a266d224dd75b7841c71c80a8e2fb4f86a9]

        #80219# dispose columns

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [69f943d78057178eecf3acf123e47f268856598d]

        #80219# set double

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [e91dda490ab3cf8caed22c5f406402fceb8046ef]

        Merge SRC614: 06.12.00 - 15:34:17

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [e5e5601f83fac9ad85e490e9f143875f0d96f764]

        Merge SRC614: 06.12.00 - 15:32:15

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [1a2c19176bb89b314e1c9ad90e1f9ec4ebe2b370]

        Merge SRC614: 06.12.00 - 15:30:47

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [8e7a3e32a457f0c22322c273a9609da3704ecd3e]

        Merge SRC614: 06.12.00 - 15:29:22

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [340b361603e6d2ada354c51bf9b57710139965c9]

        Merge SRC614: 06.12.00 - 15:27:53

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [fc2c07b6b77156f667301a731e3d16de7f22c6f0]

        Merge SRC614: 06.12.00 - 15:27:55

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [c545cbf858a9c64dda24b9df79a4cbec97bb5f17]

        Merge SRC614: 06.12.00 - 15:27:08

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [f63857e26171e087b14f95f979e577e302d40021]

        Merge SRC614: 06.12.00 - 15:25:57

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [cf64d95f97698c4bf20fbe2b7c99e8eaae4c2a86]

        Merge SRC614: 06.12.00 - 15:26:05

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [d49250aeb3e5e74d69a0843ad7d0e90eb9490176]

        Merge SRC614: 06.12.00 - 15:25:28

2000-12-06  Michael Brauer  <mib@openoffice.org>  [e10073d8d028503c122375a34a6ae60d1e315840]

        #80689#: preserve Z-Order in XML filter

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [9b3fa2b4dc8711f6e695b8986c1c9a4233474533]

        Merge SRC614: 06.12.00 - 15:24:41

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [8eff46ffd733b89312f7a5f74bea9c3556dbdfc8]

        Merge SRC614: 06.12.00 - 15:23:43

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [8b1bc316b6b40a6006ef4e004e726d509e33118d]

        Merge SRC614: 06.12.00 - 15:24:05

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [dcb439763042b278223a9c2f9af9bd57c46db183]

        Merge SRC614: 06.12.00 - 15:21:51

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [b302d69c8abe4f3b6ec64e47607e94e3bcbd387f]

        Merge SRC614: 06.12.00 - 15:23:24

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [d589bda88dcbe748469e1d22558e9d060d5df7bb]

        Merge SRC614: 06.12.00 - 15:23:15

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [1970029e424616b9169a7ac7eaee7a9fdbe1a48e]

        Merge SRC614: 06.12.00 - 15:22:55

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [f067769188ee13575cd07b3a6ceefd95eadc478b]

        Merge SRC614: 06.12.00 - 15:22:24

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [108576024aa784c1fbf6b3ae184fe6331e7b3003]

        Merge SRC614: 06.12.00 - 15:22:10

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [08bce93812f090e745b7114cc488677410c5cb8c]

        Merge SRC614: 06.12.00 - 15:22:07

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [b740bb4939e2881b1c440f4d2b44d090fd76b2dc]

        Merge SRC614: 06.12.00 - 15:21:39

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [f022435b7e7efb0a5352fbc7b27ff3f35d84036c]

        Merge SRC614: 06.12.00 - 15:18:21

2000-12-06  Malte Timmermann  <mt@openoffice.org>  [ac03e3a5463adec9cf78ed4959f5bc955c6998e4]

        #81245# MUST changes for new TextSearch

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [8c56a23f44dd39866aa4ef41acaabe3034623f74]

        Merge SRC614: 06.12.00 - 15:16:54

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [b850aec935318f532ec3afc8390296868537e34e]

        Merge SRC614: 06.12.00 - 15:16:38

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [c3de0123e8ecdfe951d238ba8979315b8c62c054]

        Merge SRC614: 06.12.00 - 15:16:33

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [45e823a94b1b164ed2671dafbeb4c4ae53e2c7b8]

        Merge SRC614: 06.12.00 - 15:15:10

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [b82d271c843d6597869a71cb8fd2dd6da2044fec]

        Merge SRC614: 06.12.00 - 15:14:43

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [e911bd4872f891e969df415c8a115ae658931696]

        Merge SRC614: 06.12.00 - 15:14:01

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [9565e92b21679e653c9590dc349f73bf977780d0]

        Merge SRC614: 12/06/00 - 15:13:42

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [a8c313f67d3bddd519ccc91b23df1e3f6c7f17b5]

        Merge SRC614: 06.12.00 - 15:13:45

2000-12-06  Stephan Bergmann  <sb@openoffice.org>  [48ddb2a6f1e09aa6eb47657455aa3cbb8a7d070c]

        #80720# workaround another C50 exception peculiarity

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [16f7f110374fba933c9df9224ce7b3d507f4c834]

        Merge SRC614: 06.12.00 - 15:11:13

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [0ede4c84e5bc9d98ac4a043ad82e05ab8f210ca5]

        Merge SRC614: 06.12.00 - 15:04:45

2000-12-06  Sven Jacobi  <sj@openoffice.org>  [3547dd8ec80f7a2b6e7a41e456987a7b68c8646c]

        #73707# mapping wingdings xa7 to starbats x24

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [6caf084d12fe0d84ead8d03768210ba1f91ac34f]

        Merge SRC614: 06.12.00 - 15:02:51

2000-12-06  Oliver Specht  <os@openoffice.org>  [cc6e59f0cc2e5e00fc4c90cad1e6c5c0adf281b0]

        #81409# SwXTextPortionEnumeration moved from unoobj2.cxx

2000-12-06  Oliver Specht  <os@openoffice.org>  [7fcc6def86be4c533637e7278b70f20811a4ade3]

        #81409# new file: unoportenum.cxx

2000-12-06  Thomas Benisch  <tbe@openoffice.org>  [6c8c5230ac7f21ae1f9052e71f148a06a9af2da3]

        fixed string problem in SearchAndReplace

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [8f7b9204a8f0e57f22944881c642ed7cea749e74]

        #81395# instanciate the jvm only when needed

2000-12-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2f6edaf048f1cc95614a14db02afa2323a1592ca]

        missed STDSHL (standard libs for share libraries

2000-12-06  Andreas Schlüns  <as@openoffice.org>  [009e41bf7b02fa4227de80985450750cd6d697eb]

        #80866# free memory and forget references!

2000-12-06  Kai Ahrens  <ka@openoffice.org>  [61ea80fa7b8bb38af696334a2b9671fd4ff0a287]

        #81388#: Content => Content.xml

2000-12-06  Armin Weiss  <aw@openoffice.org>  [0fdae1628f58cd751d33f8117b6263d8b1d9c086]

        #80594# corrected merge error loosing an chart fix

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [68aea967486e3d6d5fdcf3f666fbbac327103e37]

        #80219# initialize with 0

2000-12-06  Mathias Bauer  <mba@openoffice.org>  [86fb9ce529b4a35d83a516130133eb88d5b65140]

        #80466#: wrong error handling in Stat()

2000-12-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [74794500b83738d438ac2aedd80495c54fb39423]

        #65293#: syntax

2000-12-06  Kai Sommerfeld  <kso@openoffice.org>  [ce30df3f50f53f135329cc5b06241fa9f63909be]

        #81371# - Fixed XStream_impl::getLength().

2000-12-06  Andreas Martens  <ama@openoffice.org>  [c0cf1f5ab1a8176cc077001337dad94cb6e88ebb]

        Assert: No formatting during xml export

2000-12-06  Kai Ahrens  <ka@openoffice.org>  [c9d58d81c00ed96d97b4ff0cffcae51f528836c7]

        #80507#: merge errors corrected

2000-12-06  Jörg Barfurth  <jb@openoffice.org>  [49661d2eece4079b7d980f82e133136334c67c89]

        #81407# Corrected getRootLock to cope with a disposed tree

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [2040745b264f6a4e3ee368897bf906ba29682a9e]

        #80219# toDays corrected

2000-12-06  Jörg Barfurth  <jb@openoffice.org>  [08b2bd4623aff71e4e4caa2db58388481206f866]

        #81407# Corrected handling for the case of disposing within a disposed tree

2000-12-06  Andreas Schlüns  <as@openoffice.org>  [486624ffd7253d9a321a455e20822357f7f433b0]

        #80496# use new mechanism for jump marks

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [6510d242f463f8ab8fb20ef0ef89fe178fee0342]

        #80219# getTablePrivileges removed

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [9627d724f8cec503359f4cf4d2e9a2889043145a]

        merge

2000-12-06  Sven Jacobi  <sj@openoffice.org>  [828b229b983ae1a3d7ad1462beecc46f699f0950]

        #79896# removing assertion (trying to get the RotateAngle from PageObject)

2000-12-06  Sander Vesik  <svesik@openoffice.org>  [49909d21d653a5f49122b8ff7639346936a7b808]

        Merge changes from 609-FU into the main trunk

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [dacaf8c460a3d3b050c8d049086708dd9c52d28b]

        #80219# getTablePrivileges removed

2000-12-06  Sander Vesik  <svesik@openoffice.org>  [14d8238c3b7ee09428db35c3b11ef65888601b80]

        Bring changes from 609-FU into the main trunk

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [36ed33f444358528b00a77f889cf67eafb9871da]

        #80218# dateConversion exchanged

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [060f2bfcb84ea7cb6a8bfc1044d1571eb8b3fc45]

        #80219# value date corrected

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [e503ca59638186a6ab30cc215f6f3386d1a2a514]

        #80219# look for USERURL

2000-12-06  Armin Weiss  <aw@openoffice.org>  [a61a9134a3bfa9e1d0c7cfbb1312c4beec833b00]

        #80594# getting items from objects changed from GetItemSet() to GetItem(nWhichID)

2000-12-06  Michael Brauer  <mib@openoffice.org>  [cf93ea2d5995dd9959412bde07fff636ed6948f3]

        #80679#: Preserve Z-Order in XML-Export

2000-12-06  Christof Pintaske  <cp@openoffice.org>  [807a8c28fbe2d12f88ceb3acfa27d3c4f8650afc]

        #79960# there is no song without gbk

2000-12-06  Michael Brauer  <mib@openoffice.org>  [8a57c042a573e379409670477a36085e11dd4c50]

        #80679#: Preserve Z-Order in XML-Export

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [5717472415ec092b52cd20ab2c36b501a9f23acb]

        #80219# getTablePrivileges corrected

2000-12-06  Oliver Specht  <os@openoffice.org>  [7e4a103878c1a029a645aea9c32b7e548bf265dc]

        #81219# language: Zweizeilig -> Doppelzeilig

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [961dcc56319e3bb18232308171dead33a55fd44c]

        merge

2000-12-06  Nils Fuhrmann  <nf@openoffice.org>  [88ed52bd50c8dcff17408e9ec2c26467797f229f]

        Fixes for merge

2000-12-06  Daniel Vogelheim  <dvo@openoffice.org>  [132c348e362b2580b7ca8f348889f3b9cf2796d5]

        #80616# fixed Bibliography field master

2000-12-06  Dirk Völzke  <dv@openoffice.org>  [321c155b72b629bed693d0d72385060ac81d1e78]

        #79872# Added section 'standard' to regions

2000-12-06  Sander Vesik  <svesik@openoffice.org>  [e793582e1eb66dc4d1485921c707e1ca8ba81858]

        Add support for IRIX. Contriibuted by: SGI OpenOffice porting team

2000-12-06  Sander Vesik  <svesik@openoffice.org>  [87aa044e70e23547329c782cb347672fb26f7399]

        Megre FreeBSD support into the trunk from 609-FU

2000-12-06  Nils Fuhrmann  <nf@openoffice.org>  [00204c758c753b4fd9afee65e8c7e6f21f830487]

        Fixes for merge

2000-12-06  Nils Fuhrmann  <nf@openoffice.org>  [3535e2afc51e0d6a9306c04d97d107ff2db22536]

        Fixes for merge

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [3c3fc2aaf00278e0829bd72547c9d7687fd6d49a]

        #80219#  check if row is new

2000-12-06  Sander Vesik  <svesik@openoffice.org>  [1cbbefcbe9cc1a73d2f8a5d017b111a97fe2ce2a]

        Make trunk consistent with OO609-FU

2000-12-06  Tino Rachui  <tra@openoffice.org>  [84105a904f921301f113839a8f5bafbc61508df6]

        #81190#

2000-12-06  Stephan Bergmann  <sb@openoffice.org>  [b61d90819c2ca89cacda320ba0e36cd48053e708]

        #80720# Fixed EXCEPTIONSFILES typos.

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [64e3ee693856130acde20b12dfa669afdf8ea452]

        Merge SRC614: 06.12.00 - 11:34:03

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [27904eb2648bbf9a50e7c35748d50cf825b2e98a]

        Merge SRC614: 06.12.00 - 11:32:56

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [0af7889e85c70cdaaec2a872831b65b380f9ac66]

        Merge SRC614: 06.12.00 - 11:31:41

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [53ca166adac564873b5264eb8c7328c0f8eb9ca7]

        Merge SRC614: 06.12.00 - 11:32:10

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [8649e44ea390f27bc2d3a82c08ac05c10dfea320]

        Merge SRC614: 06.12.00 - 11:31:28

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [15d0daa01c3f4fec8b068df490e3403707dd17f6]

        Merge SRC614: 06.12.00 - 11:30:55

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [527a89cb36a95fbbbfe3536e063b6e87e914a1b4]

        Merge SRC614: 06.12.00 - 11:30:54

2000-12-06  Rüdiger Timm  <rt@openoffice.org>  [e18213409a56652b3c1f849d9c2c485b64359148]

        Merge SRC614: 06.12.00 - 11:30:25

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [67a8c310ea1881e0c8a36482c1e36693ddd0dd2a]

        Merge SRC614: 12/06/00 - 11:29:38

2000-12-06  Oliver Bolte  <obo@openoffice.org>  [ae34b5508467cf00e98aefca24c10d949285ff49]

        Merge SRC614: 06.12.00 - 11:29:38

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [b6d6ff6b7d76b82a5dabef8c44de225c71231fa8]

        Merge SRC614: 06.12.00 - 11:29:33

2000-12-06  Jörg Budischewski  <jbu@openoffice.org>  [43e64810526636ee86ecf2d303dfc9fbbab50d63]

        #81338# disposed called twice assertion transformed in a trace, in is no bug in an MT environemnt, that dispose is called twice

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [cd3aa0771ac828a516450340d23c8228634e9966]

        merge

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [d1ffc796ef051e6ab6ebef146f1bfe9c0599d8d8]

        Merge SRC614: 06.12.00 - 11:20:15

2000-12-06  Kurt Zenker  <kz@openoffice.org>  [68a23eadb3f30dfe25dc9d4f0c3866576848089a]

        Merge SRC614: 06.12.00 - 11:19:06

2000-12-06  Oliver Specht  <os@openoffice.org>  [cbed7ae851aee457635a40975e6cb04fa2033b2f]

        #78812# reduce calls of commitChanges

2000-12-06  Christian Lippka  <cl@openoffice.org>  [b37b079f8547da7545d21c109d775d04c7b5de6f]

        #81290# removed unused resources

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [931f941cc9d987632be1fed365105fd6515e6405]

        #80219# call _loaded even when we are reloading

2000-12-06  Christof Pintaske  <cp@openoffice.org>  [f7d373716fce4c1acc274f8bffeaad61c15d9d55]

        #81262# avoid loopback after 0xffff

2000-12-06  Christian Lippka  <cl@openoffice.org>  [a30ab306bc5d49954cab88885cff1b313ff47691]

        #80914# fixed bullets for impress/draw

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [8b94a02458e054fe567a17c185237f1701b8e3c2]

        #80219# privileges corrected

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [4e2527caddd6be944240cb8cb5e837d33b2e4f26]

        #80219# correted deleterow(s) and remeber position

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [ad1b2b4432bef983b6b1a05ebf06a9b3c28aa0c4]

        #80219# check wasNull()

2000-12-06  Ocke Janssen  <oj@openoffice.org>  [f4f983a8fdbc42ddfbd5bec38eedb17c037fd30d]

        #80219# when row is new don't check for positions

2000-12-06  Lars Langhans  <lla@openoffice.org>  [b2e87219b43e14ac4e190e3ee688d9972952f38d]

        #81393# createInstanceEveryTime was not thread save

2000-12-06  Kai Sommerfeld  <kso@openoffice.org>  [f66bcdc819a8109b22ea31927d163ef97e5b3a77]

        #78812# - Removed obsolete restriction from HierarchyEntry::move(...).

2000-12-06  Niklas Nebel  <nn@openoffice.org>  [0dbafb7241e3929a060c29f10c0eccdfaee7cf1d]

        #80866# ScConditionEntry dtor: delete token arrays

2000-12-06  Peter Burow  <pb@openoffice.org>  [fb457370289f20a79104b62beef265241ab4524c]

        fix: #81353# missing SetModified() added in Set...-methods

2000-12-06  Mathias Bauer  <mba@openoffice.org>  [d550f18243d39b6ef1d21ceda60061096a7fed69]

        #78507#: missing code line

2000-12-06  Joachim Lingner  <jl@openoffice.org>  [8981a051c303155d3df0ddf17d9c53e4a94e707e]

        #80866# osl_openProfile uses local variable rtl_uString FileName and did not release it, memory leak

2000-12-06  Kai Sommerfeld  <kso@openoffice.org>  [dc1b5defde5253f66d27432ac3f3229666903f3a]

        #80246# - Changed defines for folder/stream content type.

2000-12-06  Mathias Bauer  <mba@openoffice.org>  [23b8f7f12ed73a9cf8a1328a0768dbcfeb4a027a]

        #80246#: content type name for package folders changed

2000-12-06  Michael Brauer  <mib@openoffice.org>  [02d3b51fc3a1bf61e9b196630b3e21dc7f41c6e7]

        #81388#: Content stream now is called Content.xml

2000-12-06  Niklas Nebel  <nn@openoffice.org>  [6f3a0e5cae9ffc52ba45d94e2e939b09c259ed46]

        #81388# XML Content stream is now Content.xml

2000-12-06  Niklas Nebel  <nn@openoffice.org>  [6a5ee5251785b38f34df8faeb5029d5f703a6aac]

        #81166# use app font for scenario titles

2000-12-06  Patrick Luby  <pluby@openoffice.org>  [c9b8d401b9a4ae0418c3ec2a20afb0f51122de7f]

        Reimplemented use of [NSApp run] for the event loop and use of NSAutoreleasePools.

2000-12-06  Patrick Luby  <pluby@openoffice.org>  [b1db52a7bf07a2891cddc5d6bb5c2c10098c7f52]

        Initialize SalGraphicsData struct members to NULL that are used the ~SalGraphics

2000-12-06  Babak Mahbod  <bmahbod@openoffice.org>  [113ccdec38387ef397416be20ad6f672c1c4d174]

        Utility routine to check the current port status.

2000-12-05  Christian Lippka  <cl@openoffice.org>  [6f34d57d50b47d585ae13c3c86f7ac4ce855cf5e]

        #80910# only export text for shapes with actual text

2000-12-05  Christian Lippka  <cl@openoffice.org>  [54b3f31bb4db35453a381e459c8fe8f4f23926b7]

        #80678# moved drawing page styles to auto styles and added styles to master pages

2000-12-05  Christian Lippka  <cl@openoffice.org>  [1db2c38de0e56d05c013c7bd011111e80a738397]

        #80678# moved drawing page styles to auto styles and added styles to master pages

2000-12-05  Christian Lippka  <cl@openoffice.org>  [855ff963319067df25afb5eab6e7668f690c1e54]

        #80678# moved drawing page styles to auto styles and added styles to master pages

2000-12-05  Christian Lippka  <cl@openoffice.org>  [6370aa05b91c3df85c994126dcb48b094628a3f9]

        #80948# chaining only works if we call the base classes

2000-12-05  Christian Lippka  <cl@openoffice.org>  [d7674f9bbf443e4c6b4bc50da5f052b01d7b3045]

        #80678# new strings for impress/draw import/export

2000-12-05  Christian Lippka  <cl@openoffice.org>  [97b96cdaea39334f6624b9ca3ac64a2aeefb14b1]

        #80841# fixed gradient attributes

2000-12-05  Christian Lippka  <cl@openoffice.org>  [3f23c2f69c8305fe0c8712903e321504b6f0a125]

        #80678# fixed background property for draw and fill attribute names

2000-12-05  Christian Lippka  <cl@openoffice.org>  [ca7b46cd2e03f17a408417d706c869893ec57271]

        #80948# chaining only works if we call the base classes

2000-12-05  Christian Lippka  <cl@openoffice.org>  [4637f9fc7bdce0a6bc55a4d0d6b190a0c8c7fa7a]

        #80948# chaining only works if we call the base classes

2000-12-05  Babak Mahbod  <bmahbod@openoffice.org>  [c6bed654ebfaa4804114b9c3e811bc7679f2132b]

        Now maps index color to direct color in 8-bit and 32-bit modes.

2000-12-05  Malte Timmermann  <mt@openoffice.org>  [d5a6f47e6ab898dcdfc0dd96ffc3b4751eef237d]

        #80304# IsTextPos receives a paper pos, not a doc pos

2000-12-05  Philipp Lohmann  <pl@openoffice.org>  [fa7195f68c121adf51392d8e006e0f7e75b082d7]

        changed SolarThreadExecutor to release SolarMutex temporarily to avoid deadlocks

2000-12-05  Malte Timmermann  <mt@openoffice.org>  [b4ffae5f26459f073d2a7fd5329ddfd74a066615]

        #81309# Workaround for GCC bug

2000-12-05  th  <th@openoffice.org>  [96b2ba6649a95ac7cf8693a67e2f2d3678feaefc]

        #81383# - Set/GetReadStringHook()

2000-12-05  Christian Lippka  <cl@openoffice.org>  [8412929d815434b82a29b2d42b16c83ae2400c66]

        #80840# don't swap with/height on orientation change and set size/borders/and orientation on setMasterPage

2000-12-05  Christian Lippka  <cl@openoffice.org>  [a37e3d292f0ff36d27365cf51e666a5b6f2a583e]

        #80841# fixed transparency for shapes

2000-12-05  Christian Lippka  <cl@openoffice.org>  [c1be62689e835f2c216d67cd281af696dcbc09fa]

        #80841# fixed transparency for shapes

2000-12-05  Christian Lippka  <cl@openoffice.org>  [73921ad5dcc977ba262f5e9214cf5eab789057e8]

        #80948# #80841# fixed transparency and removed text attribs, theire now chained

2000-12-05  jp  <jp@openoffice.org>  [10d772338abe3b57c7644bcfd22fa1cf785cd011]

        Bug #80115#: CreateSdrOLEFromStorage - close the teststorage before the convertcheck starts

2000-12-05  Christian Lippka  <cl@openoffice.org>  [78fcf82d3fd46f03d8722264f867b0a9c2dd6965]

        #80841# fixed transparency for shapes

2000-12-05  Mathias Bauer  <mba@openoffice.org>  [5126d5499e05e44d21150cb836120b7314811050]

        #76725#: don't set size, is done by VCL

2000-12-05  Kai Ahrens  <ka@openoffice.org>  [fa097a3ebcb1db4426e76ffe4add04afe30f1b03]

        #80795#: correct parsing and compare for graphic URL's

2000-12-05  Kai Ahrens  <ka@openoffice.org>  [d1cf62b10c54160729452aa564ade359aa131420]

        #80795#: repair of corrupted merge

2000-12-05  Niklas Nebel  <nn@openoffice.org>  [77fa1c8eed48945ae855f8a143a8318d005a67a6]

        #81355# dbtoolslib

2000-12-05  Niklas Nebel  <nn@openoffice.org>  [f73dc03f268d3619324d566076949dcc6ad03a07]

        #81355# DBaseImport/Export: set CharSet as string

2000-12-05  Hennes Rohling  <hro@openoffice.org>  [db510cd2a5651c4fe6e0e47505fe248f54349519]

        #80301# Binary launcher programs for Win32

2000-12-05  Stephan Bergmann  <sb@openoffice.org>  [d75856f69faf596bcb3038a168d458814ea28e09]

        #80720# Never dereference a default constructed ProviderMap_Impl::iterator.

2000-12-05  Kai Sommerfeld  <kso@openoffice.org>  [b44c63356cf64c341128d2e29bc92500ac5233f4]

        #78812# - Performance optimizations.

2000-12-05  Dieter Loeschky  <dl@openoffice.org>  [728394f9609b86aff457fc28d30c5bd0051d7c88]

        #81095# Termination of pszStandard corrected

2000-12-05  Frank Schönheit  <fs@openoffice.org>  [58742c8ac9a2bc5e6ceb6fc15f2da542735be193]

        #79820# HID_DSADMIN_DIALOG

2000-12-05  Daniel Vogelheim  <dvo@openoffice.org>  [1b82d8258669a3c20265bce92ee909026c8f1bf4]

        #80616# import of bibliographic type corrected

2000-12-05  Armin Weiss  <aw@openoffice.org>  [aa8dea3c58e61e291b6016dbf53fd511f738672c]

        #80012# PageMaster import/export moved to AutoStyles export/section

2000-12-05  Christian Lippka  <cl@openoffice.org>  [157897ac1a501bf07f3cfc27db3086eb68a9d406]

        #80914# changed namespace of enable-numbering

2000-12-05  Thomas Lange  <tl@openoffice.org>  [20fa40c3d98dbece980d4331c143d5edc65cf719]

        'StarOffice example SpellChecker' changed to 'OpenOffice example spellchecker'

2000-12-05  Christian Lippka  <cl@openoffice.org>  [7c428d478eef86a83888e210bce2ac5042474a17]

        #80914# added missing IsNumbering property for shape styles

2000-12-05  Christian Lippka  <cl@openoffice.org>  [b500a6353bcfacb207dfee35decd35618e77c30b]

        #80914# fixed dtd for list styles in impress/draw

2000-12-05  th  <th@openoffice.org>  [17c186fad22888997549fce6c7685580ba9331ea]

        #80539# - OKButton has now the right type

2000-12-05  th  <th@openoffice.org>  [78385a3084083a8a7e67fb5a8858b137dd7c3fb6]

        #80539# - Now the Dialog has the right type

2000-12-05  Daniel Vogelheim  <dvo@openoffice.org>  [3d1fd4122fe248a29c287a0e9c5aa7c873060be6]

        added: style:column-sep (DTD copied from the specification)

2000-12-05  Lars Langhans  <lla@openoffice.org>  [3b4df74f619418d1451f5b9db9c0bb6b2b9140b7]

        #80985# wrong type symbol for long

2000-12-05  Mathias Bauer  <mba@openoffice.org>  [e391ef4a6288e9131066efc8459b279fbc37a6bb]

        #81138#: set Dispatcher to Bindings, because opening beamer on create crashes otherwise

2000-12-05  Eike Rathke  <er@openoffice.org>  [3e2b8db9ba9e720f8ad7967f970c95cec66dfb80]

        #80393# #80396# #80398# #80391# service descriptions

2000-12-05  Eike Rathke  <er@openoffice.org>  [a57b7a38351c858d38e3dea1f3f259bb97836f08]

        #80391# service description

2000-12-05  Eike Rathke  <er@openoffice.org>  [0532984e1481f83bbff3ee6064dc295ed6b870d4]

        #80398# service description

2000-12-05  Eike Rathke  <er@openoffice.org>  [86ec0191ac2c77bd6ffa9887e6c18563b8a48693]

        #80396# service description

2000-12-05  Eike Rathke  <er@openoffice.org>  [a481f7d36c0dbc436f40dec9ff03853f9d4b66ad]

        #80393# service description

2000-12-05  Daniel Vogelheim  <dvo@openoffice.org>  [32c9826c5707f12d558a8275858b82338480c9db]

        #80616# fixed problem in DTD

2000-12-05  Malte Timmermann  <mt@openoffice.org>  [4db1e409ab388c8971fab8d628bb5a5aeba35bcc]

        #80304# Moved enable vertical writing with Ctrl-Alt-V to OutlinerView

2000-12-05  Malte Timmermann  <mt@openoffice.org>  [582296004a5883c855bfc25314bb0c424e4704de]

        #80304# Enable vertical writing with Ctrl-Alt-V

2000-12-05  Mathias Bauer  <mba@openoffice.org>  [75fa74ed721a87b6ed140804138c75f3b7eb5648]

        #81292#: convert filenames in OpenEvent into file URLs

2000-12-05  Mathias Bauer  <mba@openoffice.org>  [5876575487c25d407a720519eeb428c35723abd2]

        #78507#: bug in parsing parameters for factory URLs

2000-12-05  Malte Timmermann  <mt@openoffice.org>  [0b6c641b16b52d8e94a31a0f0b89271b11cbc0a8]

        #81262# Some changes because of changed TextSearch class

2000-12-05  Daniel Rentz  <dr@openoffice.org>  [d425c483891449944aefdbdbc13fe429213167e9]

        add: ScChangeTrack::GetFixDateTimeUTC() for excel export

2000-12-05  Kai Sommerfeld  <kso@openoffice.org>  [d5515baefaab4ca0d103638c261ed845e7f144f1]

        #81170# - Fixed shell::ensurePath(...) again.

2000-12-05  Dieter Loeschky  <dl@openoffice.org>  [3d71aa33d2be310b107e78c9cecb0c5fc080eaa5]

        #81265# Set languages

2000-12-05  Christian Lippka  <cl@openoffice.org>  [1bc4e64d7096c18614348ae83c7e28cef4bb3e79]

        #81272# added ZOrder property for ole shapes

2000-12-05  Oliver Specht  <os@openoffice.org>  [7eb7aee987848d194a1cc255e2b9303212c6f933]

        #79489# call EnableNotification only once

2000-12-05  Christian Lippka  <cl@openoffice.org>  [dc953a9178f13c1488be14d891d770382aa32578]

        #81290# check for empty reference for NumberingRules

2000-12-05  Oliver Specht  <os@openoffice.org>  [b8ee13e6dd715b5effe3bc17d9d6a9dbef9abc84]

        #79489# EnableNotification: handle second call; take const parameters in SUPD > 615

2000-12-05  Frank Schönheit  <fs@openoffice.org>  [16c92f33485e6ea3a3fb0f69ba1ca84f074aba92]

        #80539# forgot to include the helpid declarations

2000-12-05  Frank Schönheit  <fs@openoffice.org>  [4c1e331ea45375a2f544c537a59b97552417ecf3]

        #80539# removed two obsolete ids

2000-12-05  Dirk Völzke  <dv@openoffice.org>  [ee21ccfeeb6f722ed1356443aada81a690a116fc]

        #81138# ctor of SfxPartDockWnd_Impl now checks pBindings->pDispatcher before using it

2000-12-05  Nils Fuhrmann  <nf@openoffice.org>  [608a254a56f4a271c16bf7c8b92b5156c77e99f5]

        New: conversion of xgf output to utf8

2000-12-05  Dirk Völzke  <dv@openoffice.org>  [0fa92caa7539ccfcb9e83041c0a74b5a6aa0caf9]

        #81138# SfxDocingWindow::Initialize now checks pBindings->pDispatcher before using it

2000-12-05  Oliver Specht  <os@openoffice.org>  [1daab8c35811edd2c3eceebc9935a772b04175df]

        #81017# DB drag and drop: dispose the connectin at the end

2000-12-05  Oliver Specht  <os@openoffice.org>  [918c5cca0662eb3e4f5c7c7d7f1ce853a3a95e5e]

        #81017# DB drag and drop: the statement must be held until the end of the process

2000-12-05  Thomas Lange  <tl@openoffice.org>  [aad305086cac304a2d68007f92c477321511e780]

        LNG_1_0 renamed to LEX_1_0

2000-12-05  Stephan Bergmann  <sb@openoffice.org>  [a57ac774ec1814de84dc2b7df5b82fdafa4d377f]

        #80886# Added INET_PROT_VND_SUN_STAR_CMD; cleaned up warnings.

2000-12-05  Thomas Lange  <tl@openoffice.org>  [7d7f024164a32c71fb68793e013fb2dabfc33b29]

        map file use uncommented

2000-12-05  Eike Rathke  <er@openoffice.org>  [cda2a4cf27a21ff0d99375ed62ca849da1909d7d]

        #79618# get series, category and label addresses from new chart format

2000-12-05  Andreas Schlüns  <as@openoffice.org>  [12c13f4563b25ec45abdff72294c59864e24c811]

        #81146# set localized AutoMnemonic/DialogScale on application

2000-12-05  Frank Schönheit  <fs@openoffice.org>  [71809ac4a4450e486cd05b87f44c70c0f385b1b9]

        #80539# HID_GENERIC_SQL_ERROR

2000-12-05  Frank Schönheit  <fs@openoffice.org>  [e1ea244b4a52be6318b79da79a17077014c4a854]

        #80539# help id

2000-12-05  Armin Weiss  <aw@openoffice.org>  [a06a37695ace6f328555f31b8a25d37af3ba4798]

        #80012# replaced page-orientation with print-orientation

2000-12-05  Armin Weiss  <aw@openoffice.org>  [9b89a53d38ebf58ffb37c62a6ecb7afd2a7c021e]

        #80012# removed page-orientation and sorted 3d properties to list

2000-12-05  Malte Timmermann  <mt@openoffice.org>  [8539c6c91409e1f6163ae59155fe1dc9a3daf92a]

        #81265# No more default language, use items

2000-12-05  Tino Rachui  <tra@openoffice.org>  [530426cb7659997a31c2592ea0c3c7cca68c5f16]

        #81170#

2000-12-05  Malte Timmermann  <mt@openoffice.org>  [aae4d1edbfcfa866b4ca6227f394c7c699841fe1]

        #81265# No more default language, use items

2000-12-05  Andreas Schlüns  <as@openoffice.org>  [5c2e363d6822476d01193f89b8c93b36e10260f3]

        #79871# use right text encoding for install.ini

2000-12-05  Nils Fuhrmann  <nf@openoffice.org>  [84d7fc8f4fe5ebd748731c3e65fc94a6d09c6bcf]

        Fixes for merge

2000-12-05  Andreas Bregas  <ab@openoffice.org>  [fb989fd9f7bd4ea93500ef357f82062144102fbc]

        #80755# Cleaned up

2000-12-05  Sascha Ballach  <sab@openoffice.org>  [f03d502cc24e9f7d9a91e252f8cd0573d642bc58]

        #80679#; export of the z-index added

2000-12-05  Sascha Ballach  <sab@openoffice.org>  [594681fb2b2dc2ff7aceff25f3b4f905eb2cfed3]

        #80679#; export of the z-index added

2000-12-05  Andreas Bregas  <ab@openoffice.org>  [0e4a5ed9fbecaee780c04d92d4648e9782fdbf6c]

        #80495# For CJK: Use english default names for module, dialog...

2000-12-05  Babak Mahbod  <bmahbod@openoffice.org>  [37a4a7eb18b3afd62af9a7d233fea2b798aa25a2]

        CopyBits checks the source and destination rectangles. Salbmp now has PixMapHandle instance variable.

2000-12-04  Babak Mahbod  <bmahbod@openoffice.org>  [1a5c9cffec6d854e793e7bd4bfad0440f9d4c6b6]

        Quick fix for SalColor. Final solution for RGB color translation forthcomming.

2000-12-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [958c78af87a52bf70149cfa554b44bf4e8a4eaaf]

        #65293#: flush streams

2000-12-04  Patrick Luby  <pluby@openoffice.org>  [2282b4c792c4e59cd21a8cb62b2e6d2ef9e3715e]

        Removed unused VCLAUTORELEASEPOOL data member.

2000-12-04  Dirk Grobler  <dg@openoffice.org>  [781a65beefdb858a01d59d43e21ab7bd6d68ba20]

        #80460# having different trees for options

2000-12-04  Dirk Grobler  <dg@openoffice.org>  [4d3e1ed17e8207b9a4dfedf35c4741719eb42ae3]

        #80460# having different trees for options

2000-12-04  Dirk Grobler  <dg@openoffice.org>  [9ba18783042ea4a173c22d1bb80bc472cb39929b]

        #80460# no mutex for tree anymore

2000-12-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [863c606a9a2b9db386a3be095f5a36038c6cdde4]

        #65293#: includes

2000-12-04  Stephan Bergmann  <sb@openoffice.org>  [431dc03de9716a3c1e3b2ee92c02e1eb1e863606]

        #80720# Added remotecontentproviderscontrol.obj.

2000-12-04  Stephan Bergmann  <sb@openoffice.org>  [4ff3a219e83b3db6ab913cc87e779c67082c04cb]

        #80720# Added remotecontentproviderscontrol.hxx.

2000-12-04  Stephan Bergmann  <sb@openoffice.org>  [5cabaecfda85b07338d692f0cfc1814e5f84516d]

        #80720# Fixed call to cppu::createRegistryServiceFactory().

2000-12-04  Stephan Bergmann  <sb@openoffice.org>  [f83e46cacda852f8ec13f0dec6c073e547e0c39c]

        #80720# Removed UCB Distributor.

2000-12-04  Stephan Bergmann  <sb@openoffice.org>  [c0f2123efbce7aefc77c36b33ecd7dff882bb44e]

        #80720# Removed ucbdistributor.obj.

2000-12-04  jp  <jp@openoffice.org>  [3a92c41be0b8e0c6a4b5cfe1be47907f8730d6c7]

        Bug #81120#: mirror definition between writer and grafobject are differen

2000-12-04  jp  <jp@openoffice.org>  [e73f68c101e9c18b2c416a2a3799b467ec10a1bb]

        Bug #80132#: synchron load - release the medium after load

2000-12-04  Stephan Bergmann  <sb@openoffice.org>  [ab4d776d532830dd000b9a902448d596cee78c38]

        Added DoneListener to addRemoteContentProvider().

2000-12-04  Stephan Bergmann  <sb@openoffice.org>  [a7b15f984b2682671b8413657ad5872ededbdf63]

        #80720# Added XRemoteContentProviderDoneListener.idl.

2000-12-04  Stephan Bergmann  <sb@openoffice.org>  [78c0ae0048cb4b0e8c7617597140288983a7da22]

        #80720#

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [752380e4f5cf833eb6d067be98367bff8c299b06]

        For now: no locale in the local session

2000-12-04  Daniel Vogelheim  <dvo@openoffice.org>  [2209ff087b7d98f90f82f79afffc924fd1f7d4ff]

        #81197# added statistic fields

2000-12-04  Armin Weiss  <aw@openoffice.org>  [6c2311df019640412ee7a48e12376a7fc4d413fa]

        #81191# SfxItemSet::SetRanges(...) does not do what is expected :-(

2000-12-04  Sander Vesik  <svesik@openoffice.org>  [98c6c84764cf85093faf88b6aac9433cb95bb3b7]

        Add an IRIX specific patch contributed by the SGI OpenOffice porting team.

2000-12-04  Oliver Bolte  <obo@openoffice.org>  [ab0cb71af7b7302bfa6908550f8335e3dbbab358]

        #65293# Parse error linux compiler throw()

2000-12-04  Sander Vesik  <svesik@openoffice.org>  [9728e66db93967bbc45c13870e27f3f96db852b9]

        Add support for IRIX. Contributed by the SGI OpenOffice porting team.

2000-12-04  Sven Jacobi  <sj@openoffice.org>  [3539ee6f8e8ac296dfbe0d35cbb438f2172216b2]

        #81133# removing exceptions

2000-12-04  Oliver Bolte  <obo@openoffice.org>  [f6b5d036d18fdcbf21d3bf1eca817b7921ed5760]

        #65293# Parse error linux throw()

2000-12-04  Sander Vesik  <svesik@openoffice.org>  [4d5edfee1438afa4e933e0d40d72be615ce8f672]

        Add platform dependant makefile for IRIX

2000-12-04  Oliver Specht  <os@openoffice.org>  [20f9273dc01ab40c201330922eee6111ff10bbed]

        #81221# typos corrected

2000-12-04  Oliver Specht  <os@openoffice.org>  [2f3cdf6eeec17f5607e1d193838382df9d67eb11]

        #80425# preview in two-line tabpage

2000-12-04  Sascha Ballach  <sab@openoffice.org>  [60d5243881f5c9d8610717976ab012d5af25ad81]

        #81174#

2000-12-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d49bc33a539e2634f50be6573479c893dee1e3af]

        don't add libstlport to STDLIBS if NO_DEFAULT_STL is set

2000-12-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [da4da39208ec433d2507e98c26de584dc6bcdb2e]

        moved libstlport to seperate macro

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [b89934524f43289ccdf68ca7e69801d3f0a05fcf]

        #80460# Workaround for internal deadlock when disposing removed subnodes

2000-12-04  Sven Jacobi  <sj@openoffice.org>  [796537e365e9adda57b435f3ba077ca967e9335f]

        #81133# removing exceptions

2000-12-04  Martin Gallwey  <mtg@openoffice.org>  [2e31fa21326b43ed4adaf253444d483af48be874]

        #80556# fix crash-causing typo

2000-12-04  Christof Pintaske  <cp@openoffice.org>  [2a942cfa794b8c7be81cc1d3200d4715344902fc]

        #79960# get vertical metrics correctly

2000-12-04  Daniel Vogelheim  <dvo@openoffice.org>  [1809d3e076a9cffdc0f819013bf2e6b92412ee43]

        #80616# fixed AuthorityField property

2000-12-04  Sascha Ballach  <sab@openoffice.org>  [46acf4d08c2b70f8494ef5557237a99be2562784]

        #78961#; the celltype will be only corrected if it is not a scintific or a fraction

2000-12-04  Mathias Bauer  <mba@openoffice.org>  [74e2ae81f12ecca72805354339d5f143f3cced8e]

        #80687#: don't do LateInit before the first task has been opened

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [924a2950402f49c2a72f13b6f0f9cd1eff4a8e52]

        #80460# Fixed erroneous disposeData sequence

2000-12-04  Thomas Lange  <tl@openoffice.org>  [7b508ab7fe63028a908e58c3124c5deaac9916d4]

        API documentation added

2000-12-04  Thomas Lange  <tl@openoffice.org>  [8045eea737946bdc91621f41ca16093431f6ac80]

        idl description for services added

2000-12-04  Sascha Ballach  <sab@openoffice.org>  [4ead78d662863625e8e12410a8d86673d47be5b5]

        #81158#

2000-12-04  khz  <khz@openoffice.org>  [1f710af8e22cfbdeb4144cc266308a257e5e0157]

        #78930# Pictures in Hyperlinks will be imported as Graphics with Hyperlink

2000-12-04  Malte Timmermann  <mt@openoffice.org>  [5d1120ff76b360b22850e5e0a8ee9cf98c14803d]

        #80304# EditEngine::Draw with vertical text

2000-12-04  Daniel Boelzle  <dbo@openoffice.org>  [d92f9b2edded44f86903d74696cad9ee6ed3a5ea]

        XInit removed, because providers are initialized at first use from ServiceManager; modifications can be done using XSet.

2000-12-04  Dirk Völzke  <dv@openoffice.org>  [fcb4bffd89a2c43a11d7ccebb52578ff5c1c8cea]

        #81137# Don't catch all exceptions

2000-12-04  Andreas Schlüns  <as@openoffice.org>  [991dc6d6ab7fc4ec2ed0c07599d029dc7bbdeabf]

        #80701# build right check URLs

2000-12-04  Mathias Bauer  <mba@openoffice.org>  [028454b92a3ba10717781ecb901afac4e3c2d166]

        #80115#: IsStorage must test for already created storage

2000-12-04  Malte Timmermann  <mt@openoffice.org>  [7d8533d82b1ff0d2283a9973d68b540a7ed9bd78]

        #81145# EditCharAttribEmphasisMark

2000-12-04  Nils Fuhrmann  <nf@openoffice.org>  [a614117bc9a354116cd9e0d91614d41e1dc56698]

        Fixes fuer merge

2000-12-04  Oliver Bolte  <obo@openoffice.org>  [d625d814dfc4b3ccc894f3bfc9525f35fcf9c9cf]

        Parse error linux compiler

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [35444c99208628e2d9bd2c20130d67cb5d922a69]

        #80460# Added missing options to read-only root trees

2000-12-04  Jörg Budischewski  <jbu@openoffice.org>  [0987cdbfd12781056090277ed888c48b84d6059d]

        #81045# pump now holds itself as long as thread is running

2000-12-04  Mathias Bauer  <mba@openoffice.org>  [e3a9c05a09051fd83e2123984b20ef93b7b541a0]

        #79348#: don't close objects on deactivate

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [b7e2be7ac60c4b0186f5a0c1f7ffcbd98b7e7c02]

        Improved validation of inserted children

2000-12-04  Mathias Bauer  <mba@openoffice.org>  [b86e1cba86032490412e156ead88e967d580863d]

        #81090#: transfer error code from temp.Medium after SaveAs

2000-12-04  Nils Fuhrmann  <nf@openoffice.org>  [612e18ee098388cd7ae6e586ea1180941bdcb2f9]

        Fixes fuer merge

2000-12-04  Mathias Bauer  <mba@openoffice.org>  [284bfe478dedf825e3593e1bca20442c4202f22d]

        #79695#: create URL for print events

2000-12-04  Peter Burow  <pb@openoffice.org>  [73137005a4d624280ee3512c1fd4cf308ea80a59]

        fix: #80384# now the variables '$(...)' survive

2000-12-04  Juergen Schmidt  <jsc@openoffice.org>  [1a377f43c94f29030989c9c8466b6f61b5691dc1]

        #81220# set the internal member m_url correct

2000-12-04  Sascha Ballach  <sab@openoffice.org>  [c3773a4758d0202cf07a8a340386d06490718b32]

        #81223#; the value automatic added to vertical allign

2000-12-04  Andreas Schlüns  <as@openoffice.org>  [f4e91bd074c0edc428a1565a5eae2d228f92f03e]

        #80528# use right set-handling; use shortname mechanism

2000-12-04  Nils Fuhrmann  <nf@openoffice.org>  [dde0c784faee5b92ac880db3a63aa2bd408b1002]

        Fixes fuer merge

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [c54386560f42b24ad08ae19093bea0805bea40ba]

        Merge SRC614: 12/04/00 - 13:01:52

2000-12-04  Andreas Schlüns  <as@openoffice.org>  [c48df8f0b4a8efc47d9a7205aa677a5103518c4d]

        #80173# repair set-handling

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [ba288021c684100a699dab27124c70fa3e56c2d5]

        Merge SRC614: 04.12.00 - 13:00:50

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [9dbbeb891fa19c1d05de4e13e050b9796caae478]

        Merge SRC614: 12/04/00 - 12:59:32

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [a9a3b4339233f970fc55d23bab55e3d3d2f0fd88]

        Merge SRC614: 04.12.00 - 12:59:35

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [0ac3ad08ef4e4b80daa06ff161427fe1c0ec592c]

        Merge SRC614: 04.12.00 - 12:59:08

2000-12-04  Oliver Bolte  <obo@openoffice.org>  [c7fb5409faee6395c7987ffa120d4230f36fde53]

        Merge SRC614: 04.12.00 - 12:57:45

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [aeb70f44edbd4b4c75840877c578d2e97fc7af42]

        Merge SRC614: 12/04/00 - 12:57:34

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [e72bfa5375941d5b7c9a89ccbf553f7ce213ae8b]

        Merge SRC614: 04.12.00 - 12:57:27

2000-12-04  Oliver Bolte  <obo@openoffice.org>  [a4145007ce9fe59b372627cc2f4eea68dce21a8a]

        Merge SRC614: 04.12.00 - 12:56:23

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [0c2b0c69c46abbdcb5b17ea8b28bb8f67284f100]

        Merge SRC614: 12/04/00 - 12:55:49

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [0e663b1919dc548521918ca3c6ee4211af0cc13a]

        Merge SRC614: 04.12.00 - 12:55:21

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [e4732bd45927fd7838794253f184dc20fe67995c]

        Merge SRC614: 04.12.00 - 12:55:12

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [5c2114ceec4cddc9522e059c518dbc79234d1993]

        Merge SRC614: 04.12.00 - 12:55:17

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [3d88fac7010a8f21347a963ebf89ca0c1116bccb]

        Merge SRC614: 04.12.00 - 12:55:11

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [4a1ce0fbab898e06d73f8441dc01326e43cf5455]

        Merge SRC614: 12/04/00 - 12:54:09

2000-12-04  Oliver Bolte  <obo@openoffice.org>  [727ec3db85c9f3e990cb8ac5aa64fa260067a740]

        Merge SRC614: 04.12.00 - 12:54:21

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [a1cfbbe554c3110191629e1b3d9de480a4952c36]

        Merge SRC614: 04.12.00 - 12:53:44

2000-12-04  Oliver Bolte  <obo@openoffice.org>  [25fbe52b388035ca961d0cee9390a59d62e22eff]

        Merge SRC614: 04.12.00 - 12:53:55

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [b162da27ec550202dde33ba8e95a6b93dd32e1cf]

        Merge SRC614: 04.12.00 - 12:53:32

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [68a5eec526dea9e0bd75b477e0bca6712e0038d2]

        Merge SRC614: 04.12.00 - 12:53:39

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [d7f507af8b4f1aa623eb8015b0243daf301730b8]

        Merge SRC614: 04.12.00 - 12:52:56

2000-12-04  Oliver Bolte  <obo@openoffice.org>  [12770b90dbecdefbe878042a573d37939721ed21]

        Merge SRC614: 04.12.00 - 12:52:45

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [f0c0d379fa1eee2773ce1497fc80ef273dfcffe4]

        Merge SRC614: 04.12.00 - 12:52:05

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [0b90a8fe6ace61249b30329bd9a4bf66feea66e8]

        Merge SRC614: 12/04/00 - 12:52:13

2000-12-04  Oliver Bolte  <obo@openoffice.org>  [2674b98ad31ef3b4f50cfe2a700b338d26c854bd]

        Merge SRC614: 04.12.00 - 12:52:02

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [5f835a32d8fd3928342106d1f3db62d1b604d1e5]

        Merge SRC614: 04.12.00 - 12:51:59

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [d10892beb93ad75a776aa5e4ecb8236b620f45f8]

        Merge SRC614: 04.12.00 - 12:51:56

2000-12-04  Sascha Ballach  <sab@openoffice.org>  [c8d19a417cc53b4688e3e7062d3127c5194ab348]

        #79771#; disable the undo of row height in XML import

2000-12-04  Kai Sommerfeld  <kso@openoffice.org>  [af782df6943e34499465d2a21fc5f299d1395897]

        #78812# - Fixed: Far less calls to XChangesBatch::commitChanges().

2000-12-04  Martin Gallwey  <mtg@openoffice.org>  [2056f50eadd8c850f32e5b7c7fa6fc770db16264]

        #80556# improved exception handling

2000-12-04  Jörg Budischewski  <jbu@openoffice.org>  [5b11544f837a941649808348ddde5907f3fc1ea8]

        #80776# extra release calls are now sent within writer thread

2000-12-04  Dieter Loeschky  <dl@openoffice.org>  [6861f529ca86eb44f806ae1abad654bcad619a4f]

        #81162# DoApply(): use URL instead of filename

2000-12-04  Mathias Bauer  <mba@openoffice.org>  [3a8752bb54cde7cedbc128cb6b49b4637072c70e]

        #80466#: several bugfixes for substorages; execption handling implemented

2000-12-04  Jörg Budischewski  <jbu@openoffice.org>  [9acab11cee26da4716f1ad1b52dc3ba6f174066a]

        #80776# extra release calls are now sent within writer thread

2000-12-04  Mathias Bauer  <mba@openoffice.org>  [9835c016ab97ac34444afe832304d6e72a569950]

        #80466#: IsStorage now preserves file position

2000-12-04  Mathias Bauer  <mba@openoffice.org>  [c421b0816cfb9fd0f3c0ae2afd4450ba6e486c6a]

        #80466#: friend access eliminated

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [0a403ca5a646b982908e6a572d54b78eff668444]

        Merge SRC614: 04.12.00 - 12:03:26

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [ca3c6d910dd3a0f24b565c5a47413f6a5b335141]

        Merge SRC614: 04.12.00 - 12:02:02

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [2f89349d94d4f37ae82e7a5b4864546b79eb3b1b]

        Merge SRC614: 04.12.00 - 12:01:20

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [49434be8d3cb219f411c57ab262c970b1ea4e4c7]

        Merge SRC614: 04.12.00 - 12:00:20

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [67a2cc8d6c7a8b0a4c67b362b6e0d75dec811235]

        Merge SRC614: 12/04/00 - 11:59:56

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [504856f62d1272e10be8f91d0ceca5777a79478c]

        Merge SRC614: 04.12.00 - 12:00:33

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [0bc3f1424bf551faf510ae2016835df720f40515]

        Merge SRC614: 04.12.00 - 11:58:53

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [de492b18ed0a84aae5a5057535fb00a277e89f92]

        Merge SRC614: 04.12.00 - 11:59:54

2000-12-04  Mathias Bauer  <mba@openoffice.org>  [bcca0e50bddb3c1744639dbc7b1b25ecb281e240]

        #80466#: LockBytesHandler fixed for concurrent access

2000-12-04  Oliver Bolte  <obo@openoffice.org>  [4d19e4727c9cbbca5883bb09c73748a8aa3bf800]

        Merge SRC614: 04.12.00 - 11:58:52

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [644120fe7c8f8c5653ccf0792b3350857cb1e07e]

        Merge SRC614: 04.12.00 - 11:59:08

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [0eb225c349197075ae52b7995dab99cb34c5f96d]

        Merge SRC614: 04.12.00 - 11:58:58

2000-12-04  Kai Sommerfeld  <kso@openoffice.org>  [c4e1b438c186a7157dcee8c6051881a3ca89ede6]

        #80246# - Remove member m:bDirty,

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [e7bbfef8939a63ba8cc73008d5d9361f9ce3ec34]

        Merge SRC614: 04.12.00 - 11:57:42

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [ba1d1c4e67bb20fc2b3e8805d3f26e6fa795b1a7]

        Merge SRC614: 04.12.00 - 11:57:15

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [8362ff88b49bd923e90a31aea72bcffbf007d878]

        Merge SRC614: 04.12.00 - 11:55:00

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [224b1479174caf551fa2af5e9d1278303a5a9318]

        Merge SRC614: 12/04/00 - 11:54:30

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [83529515c10ce0609f1491c8c260dafb59d73c60]

        Merge SRC614: 04.12.00 - 11:54:19

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [077e3decebf03e816d62ba0dde9bd5e86c70b520]

        Merge SRC614: 12/04/00 - 11:52:12

2000-12-04  Oliver Specht  <os@openoffice.org>  [4f4b5ccd060aa98cc4fb23000e2404779e7d6b18]

        #81185# Notification prevention completed

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [5f0a343f33e032c9c2308b2760ef68e9417b0fbc]

        Merge SRC614: 04.12.00 - 11:52:04

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [0d301efdf64d201f1d93380e4fd9326aefb6b929]

        Merge SRC614: 04.12.00 - 11:49:49

2000-12-04  Vladimir Glazounov  <vg@openoffice.org>  [a066cc1b36fe732cb905f4cb76687461d7bd0015]

        MUST change: CommandAbortedException moved to namespace ::com::sun::star::ucb

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [2b16de0c4dcb41042a2f3888f5817b9706fd15e4]

        Merge SRC614: 04.12.00 - 11:46:24

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [9a39e9b9ce9a31e59f2355ab5a721d6b04e96aa2]

        Merge SRC614: 04.12.00 - 11:42:26

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [9ee9b0c823dd65b35ac1270e0013bf3f54ffb853]

        Merge SRC614: 04.12.00 - 11:35:15

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [6d0c019925316c0e17b1dfeab7d2e6fc64de4522]

        Merge SRC614: 04.12.00 - 11:35:55

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [c18e743d9b97c9e28c14eff27a263f8ad6afbc05]

        Merge SRC614: 12/04/00 - 11:33:27

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [ef58dcc3b26263a9b3e82abdd715413243aed15a]

        Merge SRC614: 04.12.00 - 11:33:37

2000-12-04  Oliver Specht  <os@openoffice.org>  [69648193f714f299d463c76c6dc405c28a89a0d1]

        #81185# Notification prevention completed

2000-12-04  Dirk Völzke  <dv@openoffice.org>  [6c059641cda478bf0494dba38af721017ae47b35]

        #79872# Added refcounting to SfxDocTemplate_Impl

2000-12-04  Mathias Bauer  <mba@openoffice.org>  [8ecac3ac6e406724428956e436e85ecca2640801]

        #80466#: ignore dirty flag - misleading flag

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [8c42ca8d118b0be4ece362f5f06f0c2629e81c75]

        Merge SRC614: 04.12.00 - 11:29:03

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [fc193374f3a6429bc1b362fbcd0222336864f49b]

        #65293# static declaration removed

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [306345ea1e48599e52365f8924d0e1dd28fddac6]

        #65293# merge error

2000-12-04  Björn Milcke  <bm@openoffice.org>  [86b01ac41cd727385c4aeab495369ad0953fc0b3]

        #80540# the table:table element after the plot-area is optional for embedded charts that get data from the container document

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [01dc480fee59d4d025caa27e37a12f2955fb4241]

        #65293# extra semicolon removed

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [26ae8d865da536cd98b98d4455b7bfde01547173]

        #65293# exception specification added

2000-12-04  Björn Milcke  <bm@openoffice.org>  [b51cb9a8a54d6ad5615779470895140845a7c39b]

        #80540# export text-crossing-out as (none|single) rather than bool

2000-12-04  Rüdiger Timm  <rt@openoffice.org>  [035f326339195a86dfe22c72a507a10be482d43f]

        #65293# exception specification extended

2000-12-04  Dirk Völzke  <dv@openoffice.org>  [15149e056d065273742ccb148d2ae60c17c88577]

        #79872# Better handling of 'special characters' in URLs

2000-12-04  Kurt Zenker  <kz@openoffice.org>  [b60664ac8c40a7a2da1d02c2439021d52231d3d1]

        #80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [8e7db6e157df5b46d69a8fa902e96bd026898d25]

        #80460# Cleanup event dispatch classes, support context options in external interface, split off actual broadcasting (per-options)

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [6c0bb48a40688b3c25a511567c97d004ddbd5276]

        #80460# Adjust to changed tree interfaces, revised options handling, support data disposing

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [539a79dcce473de5470e7a3f6a5368c2ecd738c6]

        #80460# Adjust to renamed tree interfaces, revised options handling

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [65eb22dde640cce0e102e5783816c088a423d402]

        #80460# Adjust to new tree interfaces, revised options handling

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [0482fdc85cfbbb9b44437354c2b1d3468f87e8d4]

        #80460# Reorganized tree interfaces, reorganized option passing in interfaces, added options to treechangelist, moved treechangelist to treeprovider.hxx

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [ad7ded8dc13aa3f5d2ac3b5646664078b8649ab8]

        #80460# added support for disposing data, extended option handling

2000-12-04  Björn Milcke  <bm@openoffice.org>  [34d1bbe71ba6ac098ddac20b44de92d9a7b0ce2c]

        #80540# there was a colon too much

2000-12-04  Jörg Barfurth  <jb@openoffice.org>  [613706f521b8dde356795d7d82d5b4bb820b01e9]

        80460# added support for disposing data

2000-12-04  Christian Lippka  <cl@openoffice.org>  [1e26b330f916bae4a3f02ee797bde1332d9e3e1a]

        #80913# added cjk properties

2000-12-04  Eike Rathke  <er@openoffice.org>  [62e6fd715ab0cad4ac1e52b333f4de848b674c0d]

        #80911# other calendar may be any non-gregorian

2000-12-03  Patrick Luby  <pluby@openoffice.org>  [b98a43d15749001102b824d6e7f97338a1614388]

        Consolidated VCL drawing routines with VCLView drawing methods. Implemented resizing of window with a lot less flashing during repainting. And repaints no longer paint over the window's resize box.

2000-12-03  Andreas Bille  <abi@openoffice.org>  [42f2422c1b5e8be9bcb6475c06aeb156b73a40cb]

        #80244#

2000-12-03  Christian Lippka  <cl@openoffice.org>  [75a6ff4bb42194c799b773d5585d39aead1dd755]

        #80540# added draw attributes to chart:chart

2000-12-03  Dirk Grobler  <dg@openoffice.org>  [3deee808bdc5f50fa275ae3fee902f16840694c4]

        #81164# stdio missing

2000-12-03  Kai Ahrens  <ka@openoffice.org>  [feebbd2690235e38de664cc08710b2e6920c4906]

        #80795#: new document stream handling

2000-12-03  Kai Ahrens  <ka@openoffice.org>  [88d82429bed528e05c7d80491f08f242760fa28d]

        #80795#: new document stream handling

2000-12-03  Kai Ahrens  <ka@openoffice.org>  [089ef98394504b5de5cfd0a30a27470856d507a6]

        #80795#: new document stream handling

2000-12-03  Kai Ahrens  <ka@openoffice.org>  [bfc59fbfeff3457ec4df0477d3b3f5ec510ce4d3]

        #80795#: new document stream handling

2000-12-03  Patrick Luby  <pluby@openoffice.org>  [b076122a073772dbc5fab6aef6a9358963c4d3c6]

        Refined last change so that only "$(product)"!="" compile macros are turned off when "$(dbgutil)"!="".

2000-12-03  Patrick Luby  <pluby@openoffice.org>  [0f10c16a08323ab695eb1825ec57eed00fd9f1f6]

        Set product="" when "$(dbgutil)"!="" since much code requires this and the OpenOffice build always starts dmake with product="full".

2000-12-03  Kai Ahrens  <ka@openoffice.org>  [b9f086bbc7a45fe5b895d2a867d678e454f82e24]

        #80795#: added SvxXMLGraphicHelper/Graphic container

2000-12-03  Kai Ahrens  <ka@openoffice.org>  [306a99c4ff791a27376aaee73ea07d881d6cab29]

        #80795#: added SvxXMLGraphicHelper/Graphic container

2000-12-03  Martin Hollmichel  <mh@openoffice.org>  [2781f67889fb77d97a2b7e8084f79937d7583f76]

        remoed old COMPACT, DEMO, .siz, .seg stuff

2000-12-03  Jörg Barfurth  <jb@openoffice.org>  [3dfe5e64eea1771ecc8be4ccd9e3ada609810059]

        #81172# Corrected lifetime handling during provider-originated notification dispatch

2000-12-03  Jörg Barfurth  <jb@openoffice.org>  [bde1923440ade8b1ab694f568cdaae7a231c85eb]

        #81172# Removed incorrect assertion

2000-12-03  Jörg Barfurth  <jb@openoffice.org>  [0694678f828a00f2eea527f38c7a1bb37a4aaa90]

        #81172# Improved revoke handling for more stable object registration

2000-12-03  Dirk Grobler  <dg@openoffice.org>  [de23e56627ccec24301bbd14ed1d554246671a96]

        #81164# invalid provider instantiation

2000-12-03  Jörg Barfurth  <jb@openoffice.org>  [33ad58e220ab87468d1ae28918870c2e69626544]

        #81172# Fixed wrong hash function for NodeIDs which made object registration go wrong

2000-12-03  Dirk Grobler  <dg@openoffice.org>  [a414f86a09abb8ad92a0be127a63ea763121380c]

        #81164# retrieve the user name from Settings

2000-12-03  Frank Schönheit  <fs@openoffice.org>  [ac357382930acbe4158893607e651c753a64ae14]

        some changes to support more than one page to be examined/exported

2000-12-03  Frank Schönheit  <fs@openoffice.org>  [0a7f2dfbf3575c958d5e226676c79a4c08b7396a]

        #79820# some new help ids

2000-12-03  Frank Schönheit  <fs@openoffice.org>  [e912a291ad3ed7268fe495f0669351db07c9fd4f]

        #79820# SetSavePassword on the login dialog

2000-12-03  Frank Schönheit  <fs@openoffice.org>  [4a305ead5c6032e277f8b3529d7d2d31ab2427c3]

        #79820# have a range for dbaccess resource ids now

2000-12-03  Michael Brauer  <mib@openoffice.org>  [d5c8ee4c9b040d9bb5100761e4287171fe4c6701]

        #80795#: Create Package instead of OLE storage

2000-12-03  Michael Brauer  <mib@openoffice.org>  [4a443ff1f65ccef53d430ff68ca3b9f231e33dda]

        #80795#: Create Package instead of OLE storage

2000-12-03  Michael Brauer  <mib@openoffice.org>  [719c465b3a97ba973648c29a3db420e03779cc40]

        #80795#: Create package instead of OLE storage

2000-12-03  Michael Brauer  <mib@openoffice.org>  [46df9a2731e384e5a1860ba8d1f6d940f0b3e3fa]

        #80795#: Create Package instead of OLE storage

2000-12-02  Daniel Vogelheim  <dvo@openoffice.org>  [cd30de7038d05314fe920b85427356970f89f1e3]

        #80616# - added: Bibliography configuration - added/fixed: index header sections

2000-12-02  Daniel Vogelheim  <dvo@openoffice.org>  [c527328dd724b9f7a5e9cc4a6995b445c2fc195b]

        #80616# Bibliography field master SortKeys property fixed

2000-12-02  Daniel Vogelheim  <dvo@openoffice.org>  [72da28ba837b2306df573a7c7652b8fd3e68285d]

        #80616# service ...text.IndexHeaderSection implemented

2000-12-02  Sven Jacobi  <sj@openoffice.org>  [3255eb68cbfe733256dd79827aa9122d1134c489]

        #81153# Unicode HiByte of 0xf0 specifies SymbolFonts

2000-12-02  jp  <jp@openoffice.org>  [1f4ef5a87589d9a3d5f6957612c90bb613f33b9c]

        Task #80979#: use search result correct

2000-12-02  Sven Jacobi  <sj@openoffice.org>  [3d7ec6ce8ca505393821f295bc14b7b298ec5cb6]

        #79743# ParaAdjust property is now from Type ParaAdjust and not TextAdjust.

2000-12-02  Björn Milcke  <bm@openoffice.org>  [1b9cd6314ede1834dad399f5cb83a49702666ce5]

        #80537# AreThereTransparentParts: look for XATTR_FILLTRANSPARENCE in object's item sets (rather than in scene's)

2000-12-02  Andreas Bregas  <ab@openoffice.org>  [4d38a971db2ca5a05e0a19cac922e5eaac68356a]

        #78815# Use SvtPathOptions::SearchFile instead of SfxContentHelper::Find

2000-12-02  Niklas Nebel  <nn@openoffice.org>  [8b5cca3a57b517237532060b8033857e20fd4457]

        #80795# open content stream in XML packages

2000-12-02  Niklas Nebel  <nn@openoffice.org>  [a496f580215ff18898169fbd511a3745ad96ab6f]

        #80820# calendar attribute for date elements

2000-12-02  Niklas Nebel  <nn@openoffice.org>  [d6c9c964e1b2a40e12d026a1448d17a670fa0b5c]

        #80820# calendar attribute, era again

2000-12-02  Christof Pintaske  <cp@openoffice.org>  [1c47481c12afbfb2bef6dabd8bdbe1ac718f6e30]

        #81143# two xlfds compare equal without machting average width, so dont care

2000-12-02  Christof Pintaske  <cp@openoffice.org>  [08c783666b6c4dab4d30eaf912ad67e442797adf]

        81143# double check for created font

2000-12-02  Niklas Nebel  <nn@openoffice.org>  [5dd4d5c5c5892c1078a858fb6cd8461b2ed568c9]

        #80820# calendar attribute

2000-12-02  gt  <gt@openoffice.org>  [ebe3d58d97634b95db4db06b13b86df97d6e9f5e]

        #78686# ExcScenario::ExcScenario(): init dummy variable

2000-12-02  jp  <jp@openoffice.org>  [4c6d9669e4a2bfd5d33e6d59026472fa5a643172]

        Task #80752#: integrate the grafik filter

2000-12-02  jp  <jp@openoffice.org>  [0e2eebd5c25a5da1313bf593d5fe0a9d9ff13ec6]

        Task #80752#: slots for the grafik filter

2000-12-02  Kai Ahrens  <ka@openoffice.org>  [d1ff54e6f02ad167aae0a2acfcbe91d434ba20f2]

        #80795#: new package concept

2000-12-02  Michael Brauer  <mib@openoffice.org>  [fc6b2f5836df26ecd1ae2155b72b55e4a25ede8b]

        #80795#: XML package filter

2000-12-02  Michael Brauer  <mib@openoffice.org>  [89bbf41f22528a65b315c6e0e0d1ecfb0d6fe5ae]

        #80795#: use packages

2000-12-02  Michael Brauer  <mib@openoffice.org>  [c4377403ccd58d6c8083eb2676ea831c26280c20]

        #80795#: use packages

2000-12-02  Michael Brauer  <mib@openoffice.org>  [aac057260419b5650c513b94a415536f2b7002d7]

        #80466#: Open stream read only when calling IsStorageStream

2000-12-02  Kai Ahrens  <ka@openoffice.org>  [51ca562fb895c56ddec90b816a418d09b31da869]

        #80795#: new package concept/added SvxXMLGraphicHelper

2000-12-02  Michael Brauer  <mib@openoffice.org>  [36ca059d004b174bb12485a1673b6273302138fb]

        #80795#: Use UCB storages and commit them

2000-12-02  Kai Ahrens  <ka@openoffice.org>  [d3804a70fe17e7045d328ae1ec7d40df93f90b96]

        #80795#: added user data

2000-12-02  Michael Brauer  <mib@openoffice.org>  [6427e36d805c995fd94d7a67783ac9efa063593d]

        #80466#: some forgotten initializations

2000-12-02  Patrick Luby  <pluby@openoffice.org>  [a1b3e416c2b043133ba92dd5be51829c3eafe413]

        Convert variable names to StarOffice standard and add if statements before invoking C wrapper functions since the SalFrame class supports lightweight widgets.

2000-12-02  Patrick Luby  <pluby@openoffice.org>  [b48c396656b815f9e44ad38c6194a2a3caaa0349]

        Implemented VCLAutoreleasePool that does not releasing of Objective-C objects. This gets rid of the conflicts between VCL's use of multiple threads and Cocoa's use of separate NSAutoreleasePools in each thread.

2000-12-01  Gene Anaya  <ganaya@openoffice.org>  [a9c628556fd2b4d5c7c7cb070443527bffd695d0]

        Add ability to trap the event when a window resizes.  Cache the size of the content rect when a VCLWindow is created via VCLWindow_new

2000-12-01  Patrick Luby  <pluby@openoffice.org>  [9e846ce34311b83b136db9c8030d6192a88078f7]

        Implemented a more efficient SalTimer mechanism to ensure more timely redrawing.

2000-12-01  Patrick Luby  <pluby@openoffice.org>  [03bb540b51057b23869ed71f4681bfbc3f40791a]

        #ifdef'd out test code in SalFrame::Show so that we can let platform independent code draw instead.

2000-12-01  Frank Schönheit  <fs@openoffice.org>  [20992faac3e408324e706b0d491378fe0854e224]

        load default settings from cfgapi.ini / allow modification of string values

2000-12-01  Philipp Lohmann  <pl@openoffice.org>  [8f37ae99493e6c1afc9d30992741be56a7874961]

        #78856# implemented the new canonical default positioning of frames

2000-12-01  Christian Lippka  <cl@openoffice.org>  [dc369bf082bbc50b80b6398f53d940b56bad92cf]

        #80914# fixed bullets for impress/draw

2000-12-01  Niklas Nebel  <nn@openoffice.org>  [fccc228e36c47cfc8f5465e7e2bdfe409cfe242d]

        #81148# Command handler for ScEditWindow

2000-12-01  Christian Lippka  <cl@openoffice.org>  [dd7da0ddec0dc4ad441d41c00c72d8d4a4d4d175]

        #80914# fixed bullets for impress/draw

2000-12-01  Christian Lippka  <cl@openoffice.org>  [742d4fb8bc1310e0d9a0ade64de66f6ed16d0cc3]

        #80914# fixed bullets for impress/draw

2000-12-01  Thomas Lange  <tl@openoffice.org>  [b5f7e74623b2b7bd6c7ef55cb2d8435ef3047617]

        #80516# DirEntry removed

2000-12-01  Christian Lippka  <cl@openoffice.org>  [871f5c4f64d9f237e6f082a12e85f7cdbee186d1]

        #80914# fixed bullets for impress/draw

2000-12-01  Daniel Vogelheim  <dvo@openoffice.org>  [e6fe15be1d26c68a87107ff95c88db5e511deb02]

        #79090# text:value-type is now "string" rather than "text" (for text cells)

2000-12-01  Peter Burow  <pb@openoffice.org>  [99a06633ecb5bb60d1d8573962499501793c697b]

        fix: #80425# LanguageItem corrected

2000-12-01  Armin Weiss  <aw@openoffice.org>  [e891d53fa4e6b948af993a11328e6b0a3150f6ea]

        #80463# changed outliner handling in SetItem(), SetItemSet() and ClearItem()

2000-12-01  Patrick Luby  <pluby@openoffice.org>  [b952d08cd6f58ef5538f3a57b504990d6c8b3263]

        Added stub code to get lightweight dialog windows to open and close.

2000-12-01  Christian Lippka  <cl@openoffice.org>  [c4afe3cd7aba1099164bdacf1ce0cd6fcb62f6b2]

        #80400# added missing service description ShapeGroup

2000-12-01  Oliver Specht  <os@openoffice.org>  [ffa8dd05a98eb2ca84057e9bc8c7a0d11bc20fe3]

        #81111# unoobj.cxx split

2000-12-01  Christian Lippka  <cl@openoffice.org>  [ccf347fcde9ddb6c7f424fc165c789d72b435509]

        #80914# fixed bullets for impress/draw

2000-12-01  Sascha Ballach  <sab@openoffice.org>  [97b65db9a53d036b09250bba8437987f5ac254b5]

        #79771#, set the OptimalHeight Property only if necessary.

2000-12-01  Christian Lippka  <cl@openoffice.org>  [5501ea4531153288161f53291cd44b25f4b914a2]

        #80914# added relative size for char bullets

2000-12-01  Sascha Ballach  <sab@openoffice.org>  [053754c978e973f919bb1d335fe2ac93601dc3e1]

        #80913#, three new properties added to the text and paragraph map and its handler

2000-12-01  Sascha Ballach  <sab@openoffice.org>  [beb593a8b09647bf04c2bb5807623b27d7d21fb6]

        #79771#, add a member which store the last percent, so the progress bar do not have to repaint on every setvalue

2000-12-01  mfe  <mfe@openoffice.org>  [a0c51e9896234b1c8ffd422f8c2ddaf0b2b9e775]

        #79975# : encoding fixes

2000-12-01  Christian Lippka  <cl@openoffice.org>  [bf2bcb963314ca83dded2e3858d7a3a7cdfc0ced]

        #80914# added compare for bullets

2000-12-01  Sascha Ballach  <sab@openoffice.org>  [b7a6b85a174b7325f34739dfb9a46902d277bc30]

        #80913#, all needed attribute names and values added

2000-12-01  Christian Lippka  <cl@openoffice.org>  [edd11a37e6cef3c4780f641d766d344253eff5b4]

        #80914# removed unontable

2000-12-01  Christian Lippka  <cl@openoffice.org>  [8917f0577c98ebe641de4dca099f9485dbd2f0c2]

        #80914# compute correct outliner mod for outliner creation

2000-12-01  Christian Lippka  <cl@openoffice.org>  [fe23524f8cb24ca2ca8d67df9b35f02afa908e45]

        #80914# fixed various bugs and added helper for creating and comparing bullets

2000-12-01  Christian Lippka  <cl@openoffice.org>  [2755edd6ec6431ea1c737c5d5a547fc5fe0704ff]

        #80914# removed bullet name property and bullets now support query/put value

2000-12-01  Sascha Ballach  <sab@openoffice.org>  [ca7c88b259fcb888722f0914f4242b4b85650d80]

        #80913#, add three new text/paragraph properties

2000-12-01  Christian Lippka  <cl@openoffice.org>  [18ae41d1f1dfb52bff3a4b30b6e3a55234c64f9a]

        #80914# moved class definition to cxx file and only export helper functions

2000-12-01  th  <th@openoffice.org>  [649f1720f4a5a1756476f47e2ff5ae0265f5c95a]

        #78856# - Now all Dialogs are SystemWindows

2000-12-01  Christian Lippka  <cl@openoffice.org>  [70495841a98366b5f8553cf83da658fc3f94d1ef]

        #80914# build numitem.cxx with exceptions

2000-12-01  th  <th@openoffice.org>  [fd53ec7f348d03d0b34a10613ed14e97e923579b]

        #78856# - Better Default-Positions for Dialogs

2000-12-01  Peter Burow  <pb@openoffice.org>  [25872130a4d15275ff95ab4a4994529865363aae]

        fix: #80832# don't convert blaks in folder titles

2000-12-01  Christian Lippka  <cl@openoffice.org>  [c954deb84776765be9d0459c21ffcc7da1cf78f7]

        #80914# removed getUnoNumRule() and added put/queryValue

2000-12-01  Peter Burow  <pb@openoffice.org>  [f7b0bce3c29933b2feb995b41435f966b1eb253b]

        fix: #78815# the wrong index for GetToken() used

2000-12-01  Peter Burow  <pb@openoffice.org>  [88bc293c18b3582ad54ae47ef5042acc5c7d38a1]

        fix: #79630# load and save the PathItem correctly

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [ac8de63216c3c632dd05e6d13e41f437e5c10626]

        #79630# database and trash path removed and ignored

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [8b378b516d331e14debca33e218bbe1f5866ddc1]

        LBGLIB renamed as given in linguistic

2000-12-01  Peter Burow  <pb@openoffice.org>  [3a6a0e7c42b79a1f5d95388f8f149257d8d7e421]

        fix: #80425# fixes in SvxCharTwoLinesPage

2000-12-01  Mathias Bauer  <mba@openoffice.org>  [f9376f62ebe03d50bc21ce4f52aad9cfe8378c8b]

        #80528#: config problems

2000-12-01  th  <th@openoffice.org>  [30edcde5074049e1cb9d5be32fb9150c177e237f]

        #80536# - FixedLine start with the text now at 0 and not with an offset

2000-12-01  Philipp Lohmann  <pl@openoffice.org>  [fc89b21b3452acd26c88ea6b3e34c65bfee42629]

        #79839# oops ... forgot to search for german in SearchCreateResmgr

2000-12-01  Andreas Schlüns  <as@openoffice.org>  [d2165a9807dc58b818415ee8580180e9a20c006e]

        MUST obsolete RevailMailAddress

2000-12-01  Ocke Janssen  <oj@openoffice.org>  [707e68f4ee76944613a54bd25e0f2ade43c26b3e]

        #81017# use of xinteractionhandler

2000-12-01  Frank Schönheit  <fs@openoffice.org>  [f9444e6642a3b7ccb023a5d257c965ce0aa2345a]

        #81100# upended the bootstrapping - complete analysis of all parameters before invoking the session factory

2000-12-01  Frank Schönheit  <fs@openoffice.org>  [f51f435a26f8e96bac95581050698c660c1718f4]

        #81100# +providerfactory

2000-12-01  Frank Schönheit  <fs@openoffice.org>  [485d89c46fdff353e412cab89fcd70e1036c06c9]

        #81100# moved the provider factory to providerfactory.*

2000-12-01  Kai Ahrens  <ka@openoffice.org>  [17ad8ea80e17455d8f3862d054296bedc955f02b]

        #81041#: added help ids

2000-12-01  Niklas Nebel  <nn@openoffice.org>  [d7ebba6b194537e7583437a253c3ebb8af9c55c4]

        #81017# executeWithCompletion

2000-12-01  Frank Schönheit  <fs@openoffice.org>  [4de1dffb7b1054d97c0af0dbfc687b45ff442164]

        #81100# no initialize anymore - connect with fully initialized ConnectionSettings

2000-12-01  Kai Ahrens  <ka@openoffice.org>  [426d6f86645460657f74f5e139f4b06108ab5781]

        #81041#: added help ids

2000-12-01  Frank Schönheit  <fs@openoffice.org>  [0a98a295478cdb9db11227eb33dbb225c0c405d6]

        #81100# connecting to the module - behaviour changed

2000-12-01  Frank Schönheit  <fs@openoffice.org>  [a63e4ed03dcee9f25527c82498b1f67e3ed554c8]

        initial checkin - afctory for configuration provider(s)

2000-12-01  Frank Schönheit  <fs@openoffice.org>  [e8c1eab44aa992a55da0c1318cf57bc4d5fac0de]

        wrong parent tree refcounting

2000-12-01  Dirk Grobler  <dg@openoffice.org>  [f15c05ea98d8d1797953ead27eb14dc385a5e7ac]

        #81021# performance tuning

2000-12-01  Philipp Lohmann  <pl@openoffice.org>  [c56525316e8d9193332dbd03ac30a0c4a78b1038]

        #78856# default positioning of dialogues

2000-12-01  Philipp Lohmann  <pl@openoffice.org>  [0cf1c5d7d2c71ac6a8c4a141e23e117f079924cb]

        removed obsolete StarDivision copyright statement

2000-12-01  Ocke Janssen  <oj@openoffice.org>  [6255f5153010cdc5ecf156da77a30c51b4007f61]

        #81036# new helpids

2000-12-01  Armin Weiss  <aw@openoffice.org>  [b1c7731fda304fe27a7f338dd45191b0f01dade1]

        #80549# error in Svx3DCubeObject::setPropertyValue() corrected, UNO_NAME_3D_SIZE did call SetCubePos() which was wrong

2000-12-01  Armin Weiss  <aw@openoffice.org>  [17d05280240156a56f970336e22c266deb8a8a86]

        #80549# added geometry for sphere and cube, export of 3dobjects activated

2000-12-01  Ocke Janssen  <oj@openoffice.org>  [cb515cb68e8a606ad7fd0fc0e8bb8275022a69f1]

        #80932# update and insert corrected

2000-12-01  Ocke Janssen  <oj@openoffice.org>  [22c4bf88752fd4eff7538c24a5318f6fc5e079b7]

        #80932# setNull corrected

2000-12-01  Andreas Martens  <ama@openoffice.org>  [b7844a60305020261a06aa753ff5f082880be67b]

        #80425#: 50 font height in doubleline portions

2000-12-01  Kai Sommerfeld  <kso@openoffice.org>  [955a6fa5185026e16165795115f5bd82ce0097bc]

        #80246# - Fixed Content::writeStream(...).

2000-12-01  Oliver Specht  <os@openoffice.org>  [a94d8a0395ff6ad34430e3dd9da40aca026ffd12]

        #80802# registry completely removed

2000-12-01  Malte Timmermann  <mt@openoffice.org>  [31b9b66c0e6ad222e137660a961dcb98a3f82d53]

        #81099# CreateTextPortions: Don't forget last position from IMEInfos.

2000-12-01  Dieter Loeschky  <dl@openoffice.org>  [300dd6c787632c15ff16b45cbda838edbeefb285]

        removing TbxCtrls

2000-12-01  Peter Burow  <pb@openoffice.org>  [64d02aeb69462a220eaf6f749b4c301bc4dfe92d]

        fix: syntax error on src615

2000-12-01  Ocke Janssen  <oj@openoffice.org>  [3277e9c448f6bf5b4c372c134391446860e0670e]

        #81089# check numberformatter

2000-12-01  Malte Timmermann  <mt@openoffice.org>  [d2ba8374ee5372a41acb1879b4169b1237b41b03]

        Fixed assertion in EditCharAttribLanguage-CTOR

2000-12-01  Mathias Bauer  <mba@openoffice.org>  [9f5249a7aee966959e232f765df87be256cb70ff]

        #80466#: LocalFileHelper moved

2000-12-01  Mathias Bauer  <mba@openoffice.org>  [d891a6509ad5a317eb03b1141138ad4f53351814]

        #80466#: LocalFileHelper.cxx

2000-12-01  Ocke Janssen  <oj@openoffice.org>  [48f66e5723d403e7d363a52f5b4b93f840e9bf66]

        #81036# some new help ids

2000-12-01  Ocke Janssen  <oj@openoffice.org>  [109a1782b3938be3c0b5794d625daa53d0e7b91d]

        #81089# member ini

2000-12-01  Oliver Specht  <os@openoffice.org>  [9329acc38a89be3f5dcf48e607209ddc4c6a72f6]

        #81017# create a completed connection

2000-12-01  Mathias Bauer  <mba@openoffice.org>  [5cd74a60daf891317630967525f23dd960ebc52d]

        #80466#: new method GetFolderContents

2000-12-01  Mathias Bauer  <mba@openoffice.org>  [c072fd9cb28dd0ff3e47c0218f64546b54561f11]

        #80466#: substorages implemented

2000-12-01  Ocke Janssen  <oj@openoffice.org>  [8c67cd528019ec134eaa557d5a95fc89bac732c6]

        #81089# catch exception

2000-12-01  Martin Gallwey  <mtg@openoffice.org>  [27f0f98c4c15315d34db0395f41e085aaee7961c]

        #80556# fix moronic static_cast

2000-12-01  Mathias Bauer  <mba@openoffice.org>  [1207dcf8cfb2ceed164a58c8a7f1ec6468c513cc]

        #80466#: enable OLEStreams even for UCBStorages

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [114d6595c5064cfcb650396dfc91809f20886071]

        Merge SRC614: 01.12.00 - 12:37:25

2000-12-01  Ocke Janssen  <oj@openoffice.org>  [c3a1190f91b44a79d001ec551921b5c18755a543]

        #81089# wrong tablefilter

2000-12-01  Ocke Janssen  <oj@openoffice.org>  [1e553539937107d1c2a6ffc7fea19d0134995a3a]

        #81089# catch exception

2000-12-01  Mathias Bauer  <mba@openoffice.org>  [f94610c2eca6d1aa9835e8f0c0e9b680faa8ad68]

        #80466#: new UCBStorage ctor with root flag for creating substorages

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [db861c6d8ebf9de8932a6847c477feeccafc85d4]

        Merge SRC614: 01.12.00 - 12:33:55

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [4efb2c5ab4032845d2014f7c5377c4f4734d27fa]

        Merge SRC614: 12/01/00 - 12:32:30

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [51b1e8160c9a69837b4279a3b67e5c059b10e51f]

        Merge SRC614: 01.12.00 - 12:31:57

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [e4b0e8b9e735e58c669ba7911dad581a91e12556]

        Merge SRC614: 01.12.00 - 12:31:16

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [283f0828e5acee9cc2ac1fc6587568c0b5c2623a]

        Merge SRC614: 01.12.00 - 12:31:14

2000-12-01  Mathias Bauer  <mba@openoffice.org>  [6a6dcd603b8b13c96dd160fb569140e377cde5d4]

        #80466#: new GetOutputStorage for UCBStorages

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [dce58be241c9d903e01fc60b6eead5eaa0686f95]

        Merge SRC614: 12/01/00 - 12:30:54

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [4ae7c8456f6496f43f63e900b5da5d5747fd7411]

        Merge SRC614: 01.12.00 - 12:30:36

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [5fdac9074e4c8f07897f54e49835fd245485f45d]

        Merge SRC614: 01.12.00 - 12:27:43

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [d7cb4f6d71f125b41c2808c05066cd6f9e4fbe44]

        Merge SRC614: 01.12.00 - 12:27:13

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [7c4fe04ac67fb0df64baeac9ec5ed5ed3a356ec3]

        Merge SRC614: 01.12.00 - 12:25:57

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [d860ee006eb6332fef3b9ee2a03bbe236a0cd4b6]

        Merge SRC614: 01.12.00 - 12:23:02

2000-12-01  jp  <jp@openoffice.org>  [748ae999035bf663815394731092d70e64aed26a]

        Task #81077#: im-/export of CJK documents

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [07b217cf5894480b00173de7184655ac3945130b]

        Merge SRC614: 01.12.00 - 12:19:45

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [d7a071497868aa6e2961424b1402ffa82974a75d]

        Merge SRC614: 01.12.00 - 12:16:59

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [d85fe88d32333446b0a24112e521f2b49c628fa2]

        Merge SRC614: 01.12.00 - 12:16:57

2000-12-01  Kai Ahrens  <ka@openoffice.org>  [0dbf2ec6b8660079c199a7e0f4b5f157d23db4f2]

        #80795#: added XIndexContainer

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [4ab993afa6f60115b49fc8fd0d42a75a2f4edf12]

        Merge SRC614: 01.12.00 - 12:15:43

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [f3154f9460231ba86b98981a4d1554506388b70a]

        Merge SRC614: 01.12.00 - 12:15:31

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [2754df09b17ffd16719778215c6946b23a8c5e33]

        Merge SRC614: 01.12.00 - 12:15:27

2000-12-01  Dirk Völzke  <dv@openoffice.org>  [0c4116c0e1fd0a3f3f23f0ab775bc3deb8127911]

        #79872# added new defines for the template StringArrays

2000-12-01  Dirk Völzke  <dv@openoffice.org>  [326b7c77cafcb7758c3313c937abaa1114eaf51b]

        #79872# added new resfile doctempl.src

2000-12-01  Kai Ahrens  <ka@openoffice.org>  [ac382ca15fcca19632f216e7f93aa55be881c60a]

        #80795#: added XIndexContainer

2000-12-01  Dirk Völzke  <dv@openoffice.org>  [9929d671ddd9e71da32cb88b896b2e8b0db5eec4]

        #79872# new file that contains the StringArray resourcs for matching short and long folder names

2000-12-01  Dirk Völzke  <dv@openoffice.org>  [fe74216e07b5c7e7c01adb75219665b6c0995c77]

        #79872# Now getting folder names from resource and file names from the docinfo of the files

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [75f9986e4ec248cfd08bd5d43c548dda092c3765]

        ld
        
        #65293#

2000-12-01  Daniel Vogelheim  <dvo@openoffice.org>  [0430421c361dfa59d9377f31d2dba9adbce15019]

        #80616# authority field now accepts new data

2000-12-01  Sascha Ballach  <sab@openoffice.org>  [fe9a3042bc5089839cfaca918e6197469b8a9770]

        #81065#; get only the entry if the index is higher than -1

2000-12-01  th  <th@openoffice.org>  [f1bcc490d04adf2f4785530950ce067d6adb15c0]

        #79960# - Support for JIS-X-0212

2000-12-01  Kai Ahrens  <ka@openoffice.org>  [e5ea818be9ca15f71b09378913c61682721ae7ee]

        #80795#: added functionality

2000-12-01  Martin Gallwey  <mtg@openoffice.org>  [f2d26f84b462b5f41178ab0a1f74c1522df9963f]

        #80556# fix compiler warnings

2000-12-01  Andreas Martens  <ama@openoffice.org>  [e409fb73b0e116f01026be47eb7c4f729ca12fcf]

        #78742#: More action less assertion

2000-12-01  Kai Sommerfeld  <kso@openoffice.org>  [6e4e34b9e5fd38ccdc187b072f963d3d67e694fd]

        #80246# - Fixes and optimizations again.

2000-12-01  Malte Timmermann  <mt@openoffice.org>  [ca7c659264f264804198f8a0d528ef78d0ead1a0]

        #79421# AutoStyleSheet for move up/down

2000-12-01  Andreas Schlüns  <as@openoffice.org>  [961909a5d14425cb87ac3cee7e921c4e9dd730b7]

        #79029# get plugin state from new SvtMiscOptions class

2000-12-01  Michael Brauer  <mib@openoffice.org>  [c952e1b584b2e791440aa373dc5b9c65fcd10d26]

        #80466#: don't create duplicate contents

2000-12-01  Kai Sommerfeld  <kso@openoffice.org>  [8dd168e6ab653a8ab24ab19345d3f0d16873bee3]

        #80246# - Fixed shell::ensuredir(...).

2000-12-01  Oliver Specht  <os@openoffice.org>  [48c99f4e3eeb576d028ee86b0d1c46a97abdaba1]

        #80616# create bibliography field type if necessary

2000-12-01  Oliver Specht  <os@openoffice.org>  [0714d74831570a8c5e2d00f44f694aa25859ec75]

        #78856# use of the correct parent to create chart dialog

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [5abee13a7e4ecbc18e8ccb82489482b9c7d6b295]

        Merge SRC614: 01.12.00 - 10:12:06

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [718abcc60fe3f04efc0ef9bddb224c6d6d50da3b]

        Merge SRC614: 01.12.00 - 10:10:46

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [74387c84c675bdac10d4470bd64298cdb0ac493f]

        Merge SRC614: 01.12.00 - 10:08:44

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [fd4d492c63ad84d11dde52896bba0e4258036e89]

        Merge SRC614: 01.12.00 - 10:07:30

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [26e0a6824dc7dd0b450419580141fadd683df392]

        Merge SRC614: 01.12.00 - 10:05:56

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [3a05312e173b77ed5cff60b80c0251badcc96e70]

        Merge SRC614: 01.12.00 - 09:46:05

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [22bc0cdb46830d17f2880420b3b3fa915d885a6e]

        Merge SRC614: 12/01/00 - 09:55:48

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [b37527873ab9b8d923bad992a044ae8b3c656b01]

        Merge SRC614: 01.12.00 - 09:53:42

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [4d9786d5a4fbe66a73ca041719d33e67f8ef215c]

        Merge SRC614: 01.12.00 - 09:52:41

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [e3518d15c4af73b09e9aa84ebaa00964d81ff811]

        Merge SRC614: 01.12.00 - 09:49:49

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [fba35183dee1decc8876d6057c4dd5434dfcd3ed]

        Merge SRC614: 01.12.00 - 09:49:35

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [c7ecfeb477fcd80c5c154afe156ec5d56000e2db]

        Merge SRC614: 01.12.00 - 09:49:25

2000-12-01  Nils Fuhrmann  <nf@openoffice.org>  [b2f508bcd6ed05363c2c44156624cafff91f0b7f]

        Fixes for error output: Correct conversion between lang id and ByteString

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [1224bd70bc88e53bbfe03b509c666113e6a51800]

        Merge SRC614: 12/01/00 - 09:47:10

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [241e719ab71d2707bea34e4da5fe610d648ea12c]

        Merge SRC614: 01.12.00 - 09:46:09

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [8c886d4fc62c4da97c9bac0f72129890a0d2b7f3]

        Merge SRC614: 01.12.00 - 09:45:15

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [9a9db42728b9da1461836f3a0890d0cec9d725ab]

        Merge SRC614: 12/01/00 - 09:43:54

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [a44bb0bcd9ec13877d1b4acae5179f11cdab4fd7]

        Merge SRC614: 01.12.00 - 09:42:27

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [0949f6f46a22eab08df528dcde3b6078be7888cd]

        Merge SRC614: 01.12.00 - 09:42:04

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [642be1b88f616a707b811d7a24b94382c8cfe3c1]

        Merge SRC614: 01.12.00 - 09:42:19

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [508380fa82d3c24fbc0a5f53a05a663f27c5779f]

        Merge SRC614: 01.12.00 - 09:41:21

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [417b1a6b9dd16655a8000bddb51d828b3f9a42ae]

        Merge SRC614: 01.12.00 - 09:41:54

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [7c9da9b6cb4eb483a6a3bde33f05125b920da78d]

        Merge SRC614: 12/01/00 - 09:40:15

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [25000245696832eeb8d34211448b16ac282ef431]

        Merge SRC614: 01.12.00 - 09:40:12

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [5ea9b045db73653fcfda0697175fe84ce338b712]

        Merge SRC614: 01.12.00 - 09:37:29

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [96c496f8b2d445121794eb67ae6b207da832a999]

        Merge SRC614: 01.12.00 - 09:39:21

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [f36351a7e3fac95734f5c90b3e53bd049013c7a5]

        Merge SRC614: 01.12.00 - 09:38:18

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [5e2f7070d4a3c8ff556c4334e02ed41f9a44ae72]

        Merge SRC614: 01.12.00 - 09:37:08

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [1bc333e218701a5be1860bc417385aa30f4dc9f9]

        Merge SRC614: 12/01/00 - 09:36:38

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [fda18272eeb029a33717c6de36e1b4af8e34e4a0]

        Merge SRC614: 01.12.00 - 09:36:37

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [580f3556aa51c1bfd8858b8e7679360dfad3b4d9]

        Merge SRC614: 01.12.00 - 09:33:33

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [289f09f47ed16470b3c36c61c50458dab987a530]

        Merge SRC614: 01.12.00 - 09:33:20

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [27b7ddd765e4ba5609e44565a2a4fbada690ecef]

        Merge SRC614: 01.12.00 - 09:32:21

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [70dca44e68192ce74d7f2a2ff549ab266f894521]

        Merge SRC614: 01.12.00 - 09:33:22

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [18c74c2d05d28d56145b7953fb233d3800c5b61f]

        Merge SRC614: 01.12.00 - 09:33:27

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [8408a126050afc7a461ce1a663d50bae0e25fe2f]

        Merge SRC614: 01.12.00 - 09:31:06

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [f672ac91d5a8c69126aadb1caf12bbab1fe8716e]

        Merge SRC614: 12/01/00 - 09:31:24

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [86862f672b3e214f4ee342c5d82bedfba76c2e13]

        Merge SRC614: 01.12.00 - 09:30:40

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [5658f8d5e392c0b7a50a12f135f716f50daffb4a]

        Merge SRC614: 01.12.00 - 09:30:28

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [edabee15468e9713cb21503a13ec570115d0b393]

        Merge SRC614: 01.12.00 - 09:29:54

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [059c22cec07ea067f6e17c7257a1eff83ab98b22]

        Merge SRC614: 01.12.00 - 09:28:34

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [25244ff433e44abc7051dd2b4e8f0b527a91cf86]

        Merge SRC614: 01.12.00 - 09:28:57

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [482fca5f4d682493e290a77af9f303347ae36560]

        Merge SRC614: 12/01/00 - 09:27:45

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [d2b29a5e36296ec44cdfa6764295f926edd082f8]

        Merge SRC614: 01.12.00 - 09:25:09

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [8a6e80a98819f51e5ae86c5ddfafbeae9981f5de]

        Merge SRC614: 01.12.00 - 09:27:24

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [259bb5daa3b46feb6815aeddbc659200a332f8bc]

        Merge SRC614: 01.12.00 - 09:26:56

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [b67a69ef8c0cc0bbb07eb70c7f3cca190e300f91]

        Merge SRC614: 01.12.00 - 09:24:59

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [53051ffcb3437dd76db9d78a23946c22f2eb6b8d]

        Merge SRC614: 01.12.00 - 09:24:56

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [f511ac1fb2272ec091639beff42038bb99139281]

        Merge SRC614: 01.12.00 - 09:25:04

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [7a8ac61412c9dd5270753de48583485ef7dc4416]

        Merge SRC614: 12/01/00 - 09:24:38

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [6b05946d2dffbc3804930e07bb5294434b66e080]

        Merge SRC614: 01.12.00 - 09:24:10

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [0985f16e50195864642f91554c8fc71960bf1e24]

        Merge SRC614: 01.12.00 - 09:23:51

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [e98aa4395bc327c5eaa481f94c24582642bbe9b3]

        Merge SRC614: 01.12.00 - 09:23:43

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [c9b7d5b3731e7c3b637829afd73f61420369b14c]

        Merge SRC614: 01.12.00 - 09:21:54

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [42f8aebb28017c0ea787488ce8b19f57467e277d]

        Merge SRC614: 12/01/00 - 09:22:46

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [0b50a4981b3670e472e2fa326acf76aaecb3eca4]

        Merge SRC614: 01.12.00 - 09:21:44

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [23bd5259249e800b4a3dd2e4e70e1ffd6d4b06a3]

        Merge SRC614: 01.12.00 - 09:21:38

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [200746dea6c4e7847d880918c44c01b38acb8b73]

        Merge SRC614: 01.12.00 - 09:20:53

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [ed4a52e5b0f49d5402d97f45430598c38b7042a0]

        Merge SRC614: 12/01/00 - 09:21:16

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [fec9965fbcf9d4d0da0bbdd4839d37a3d7737e81]

        Merge SRC614: 01.12.00 - 09:20:21

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [56dcda37cb09847dfc62d5fdaec630e94328a9ee]

        Merge SRC614: 01.12.00 - 09:20:17

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [866f5ed920722b28ed505b9fc366d0b58d59ffa8]

        Merge SRC614: 01.12.00 - 09:19:39

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [d6eff5dae6f50f532973d5aa89e9a805be6cca65]

        Merge SRC614: 01.12.00 - 09:18:46

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [e22869e6e413657ebb8af75967d89fdee296e14e]

        Merge SRC614: 01.12.00 - 09:17:44

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [a4dffd4de038da42a0bb1fec3213d33e588f01c0]

        Merge SRC614: 12/01/00 - 09:17:09

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [cb27dd58374472191d1ad18e39c1025f2a7adcb8]

        Merge SRC614: 01.12.00 - 09:17:20

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [6f894257d896ee0f6538398bd1cac3e24da243ef]

        Merge SRC614: 01.12.00 - 09:16:39

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [d2d4ea5a3ce4bc96b31d3025d5d99b68f92d221d]

        Merge SRC614: 01.12.00 - 09:16:23

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [4ccf56427f8ec85d2410e043d7690d14757106d9]

        Merge SRC614: 01.12.00 - 09:16:06

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [7aa5dcd139a71287241b7a8c27d78998e5e2ac39]

        Merge SRC614: 01.12.00 - 09:15:57

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [61afc33da3f2218fae36e687cf23b29e8c805c9c]

        Merge SRC614: 01.12.00 - 09:14:35

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [cbf9f71097967d8103902950d185d048f429aff8]

        Merge SRC614: 01.12.00 - 09:13:58

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [9df2e1054833b6beb12f2a09724b28393f08f76e]

        Merge SRC614: 01.12.00 - 09:12:36

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [faba822381df59c84973ca368549652053f98493]

        Merge SRC614: 12/01/00 - 09:12:45

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [2fdb06d3d55d1cc3d3120c6a4c136c065460c98e]

        Merge SRC614: 01.12.00 - 09:12:02

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [822c72bc186aa2811e971ac1fe5cef8c03b134e9]

        Merge SRC614: 01.12.00 - 09:08:03

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [9a29a69d3cb50602c8c81df2da37762d9fd34531]

        Merge SRC614: 01.12.00 - 09:07:46

2000-12-01  Kai Sommerfeld  <kso@openoffice.org>  [b0e78c805e257d01d3671a554a1ab3279e6b0c6b]

        #80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException

2000-12-01  Kai Sommerfeld  <kso@openoffice.org>  [815f1a2899b678ea385a041dbab417f9621bcd44]

        #80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException

2000-12-01  Kai Sommerfeld  <kso@openoffice.org>  [8a84e1d5b57127e3bddfbb177650a409fcfd05d5]

        #80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [47e84e0a8da86d91179e5fa9eceef565d008063a]

        Merge SRC614: 12/01/00 - 09:05:52

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [145f820b14372aaf2449dd678e866c24cbb2260f]

        Merge SRC614: 01.12.00 - 09:06:11

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [2815b42a2a866de048162af44215e161080e22ec]

        Merge SRC614: 01.12.00 - 09:05:38

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [b2e977b7ec4da91a4952d3a20b7cee42afcd3671]

        Merge SRC614: 01.12.00 - 09:04:50

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [1037cbcd1c068f58951c0d5214cd27b634ebfd29]

        Merge SRC614: 01.12.00 - 09:05:00

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [be5aa9c95dc56e4c8024874e7937de540b116d4c]

        Merge SRC614: 01.12.00 - 09:04:34

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [43aff22b9356f56f036cd136bf32045e54dd508b]

        Merge SRC614: 01.12.00 - 09:04:11

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [cb3eaa95c82d61da8f93d79d0b34dd21d3692929]

        Merge SRC614: 01.12.00 - 09:03:35

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [a554c8f2194f015de0ff3b6e44f4fb572929a58e]

        Merge SRC614: 01.12.00 - 09:02:26

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [684bcce82c43713a39468bed018c3db3cbd505a9]

        Merge SRC614: 01.12.00 - 09:03:01

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [0d30cbb59df12789daabd97d3ad022d9e0d94b6e]

        Merge SRC614: 01.12.00 - 09:03:06

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [6f07904b467a7bd159742cf5541378eb7f19e571]

        Merge SRC614: 01.12.00 - 09:02:44

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [c5b1bc83a3ae83ccb359be005687c9451616a8cf]

        Merge SRC614: 12/01/00 - 09:00:46

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [671c34062f4490f6c8bdae6f73de46cde8c7cedd]

        Merge SRC614: 01.12.00 - 09:02:26

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [0e623a216063d0cc5a309bda4af4aca3f1be271c]

        Merge SRC614: 01.12.00 - 09:02:10

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [a7545768742d581f607a5a73dfc594787363921c]

        Merge SRC614: 01.12.00 - 09:01:32

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [33b02c2abcc87a540873ed880345d749b628aac5]

        Merge SRC614: 01.12.00 - 09:00:01

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [5b2dbae73461e11abaffa385dcb4a9d7116980dd]

        Merge SRC614: 01.12.00 - 09:00:47

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [03a684e49bf695f9e930ed58c252a0a2605558d0]

        Merge SRC614: 01.12.00 - 08:59:30

2000-12-01  Kai Sommerfeld  <kso@openoffice.org>  [1a31eb228041d189f59ab39dfd34cdc6dd07c1da]

        #80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException

2000-12-01  Kai Sommerfeld  <kso@openoffice.org>  [a934bd9b1b734ca11d095124099a57e494513c53]

        #80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [4e0545c392bbce54f0bf04e8fbf77788431af090]

        Merge SRC614: 12/01/00 - 08:58:19

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [e012754520dbea7cc729b0b6f088d346005473aa]

        Merge SRC614: 01.12.00 - 08:57:47

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [133a6e5f753302bd7dcf8aca04282ff155dd8d40]

        Merge SRC614: 01.12.00 - 08:57:41

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [a2e14ba7b6ae315d1d27de2c8a93c09d70c0dd4a]

        Merge SRC614: 01.12.00 - 08:56:45

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [1bd78df683e77536a1fd79b5169e0fba59272fd6]

        Merge SRC614: 12/01/00 - 08:56:20

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [33a5c74017a7a20cc6091550e681f98a86eeb2ad]

        Merge SRC614: 01.12.00 - 08:56:28

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [3d4f257d8326d9be0df06f64899fe7bd7292c58d]

        Merge SRC614: 12/01/00 - 08:54:20

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [95efbf5e1c399e01a2cf0d1cc1400a30545a9ff9]

        Merge SRC614: 01.12.00 - 08:54:05

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [a2cbfbfb0b3c5a80d3deb4c2bb59901794f3b524]

        Merge SRC614: 01.12.00 - 08:53:41

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [bbd05b215860084cd40249f4f1cba8398b01ab6c]

        Merge SRC614: 01.12.00 - 08:52:46

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [9b139831ceea4d0e0ad4231cc2f54f2e89ba9eeb]

        Merge SRC614: 01.12.00 - 08:52:36

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [62378c1752e1aecbf13f2e78b50946e5c9b4df1b]

        Merge SRC614: 01.12.00 - 08:52:08

2000-12-01  Rüdiger Timm  <rt@openoffice.org>  [f99e6fa1eaa763e0ef1ac023b3ed6744e2037167]

        Merge SRC614: 01.12.00 - 08:51:04

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [0bc7588d07ba5d8c9453a4a498e8c6af4326374e]

        Merge SRC614: 12/01/00 - 08:50:42

2000-12-01  Kurt Zenker  <kz@openoffice.org>  [1049d9303cd4127f7489f360641044255edfed45]

        Merge SRC614: 01.12.00 - 08:49:30

2000-12-01  Andreas Schlüns  <as@openoffice.org>  [830432421309772b27489feaf4ad0b910f8f6bc7]

        include types.h

2000-12-01  Martin Hollmichel  <mh@openoffice.org>  [3d510536e50a187fab158cf1d8f756c0c4253afe]

        add: SVLLIB

2000-12-01  Peter Burow  <pb@openoffice.org>  [484f3a3e77bad6d3ca11fc5c59c90e335728d23b]

        fix: #79630# database and trash path removed

2000-12-01  Martin Hollmichel  <mh@openoffice.org>  [79853a79470ae90ac60379244de9c545c832b8b8]

        chg: SyntaX

2000-12-01  Babak Mahbod  <bmahbod@openoffice.org>  [c42e1835c684f67a24148b169c7d3c30dc480d7e]

        CopyBits implemented inside "salgdi.h" Initial implementation of SalGraphics constructor and destructor. More color support.

2000-11-30  jp  <jp@openoffice.org>  [d4da90fc7f1ecacbad59d88496299196d5ebffc4]

        SwView CTOR: call LeaveRegistration if the timer is startet

2000-11-30  jp  <jp@openoffice.org>  [bff48e1908a20cbf40bd65fb3bf670a4a5c30859]

        Bug #79971#: call commit on the medium, after removing the storage access

2000-11-30  Dirk Grobler  <dg@openoffice.org>  [b791365e6fd50c8e93f37a4748721bfdf06ff3a6]

        #81021# parent are not release correctly

2000-11-30  Niklas Nebel  <nn@openoffice.org>  [01d3330205d502989e56a484ae41c519c3cfa3e9]

        #80913# FillEditItemSet: forbidden rules

2000-11-30  Niklas Nebel  <nn@openoffice.org>  [0c54ed55acb21b2c7443a60ec24f46987579abc6]

        #80913# slot ids only for the items that work in the EditEngine

2000-11-30  Kurt Zenker  <kz@openoffice.org>  [63cb68acbbdfb2aa84b1cad92021b1a348ab5260]

        Merge SRC614: 30.11.00 - 21:14:07 (NoBranch)

2000-11-30  Niklas Nebel  <nn@openoffice.org>  [c1f4f8976c2fa0ec415ad6e372646dcecc63ef4e]

        #80913# asian typography properties

2000-11-30  cdt  <cdt@openoffice.org>  [a67dea2b3f755c9eae652fd442660e5479a289cb]

        #80230 Get rights for Netscape

2000-11-30  cdt  <cdt@openoffice.org>  [a6b34b91e9bc279084cfba59d19e2b3feb12a80c]

        # Get rights for nescape

2000-11-30  Niklas Nebel  <nn@openoffice.org>  [eab76e2264298a0931d2013ef253f6eb98c052ee]

        #80913# asian typography page

2000-11-30  Niklas Nebel  <nn@openoffice.org>  [dd5ac3627477a77b329f470c1bf29371dddbe76d]

        #80913# SetFileFormatVersion

2000-11-30  Niklas Nebel  <nn@openoffice.org>  [ce5779ed59da7b0704567c763f3a52e7821bf1d8]

        #80913# asian typography items

2000-11-30  Niklas Nebel  <nn@openoffice.org>  [87602e4c390e08f31ea7b7d79d504995459f5e5c]

        #80913# new version map (asian typography items)

2000-11-30  Sven Jacobi  <sj@openoffice.org>  [8cc6ea644f3adc6d794f166b00409883633187d0]

        #81058# always get the pool default when itemset is empty

2000-11-30  Armin Weiss  <aw@openoffice.org>  [c159c4096b633374b08431cc37ba21632b7e3ba0]

        #80594# added CameraGeometry import/export

2000-11-30  Armin Weiss  <aw@openoffice.org>  [2bc15853ffe14553fc6aa93acda09073aa0cb18e]

        #80594# added property for CameraGeometry

2000-11-30  Patrick Luby  <pluby@openoffice.org>  [ab327c621808d98cebeb6af156fc897ca0583d07]

        Added Mac OS X library file extension

2000-11-30  Frank Schönheit  <fs@openoffice.org>  [07c28cd9da4dfe15d955215e1ba02e0aecdcda65]

        #80973# init/deinit: don't acquire/release the provider

2000-11-30  Ocke Janssen  <oj@openoffice.org>  [10441cec1e8b2eaf612759614318aa590467a2f5]

        #81036# new helpids

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [814eb56e3824ea712d5790d243efd9d96af00703]

        #80466#: changing mode to readwrite must reopen elements

2000-11-30  Daniel Vogelheim  <dvo@openoffice.org>  [bcea88902c6dd5a3bb22e4aca38e80ddcb682201]

        #80616# - added: bibliography field im-/export - fixed: im-/export of indices - added: im-/export of index marks

2000-11-30  Dirk Völzke  <dv@openoffice.org>  [3607349697b2c6033b864bf7abf9cf70892f5eec]

        #78400# Remember file type

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [fb017225e93fe7aa31d633708d8f05d3ba6f984c]

        #78327#: Set Buffersize

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [8eb549e270164e2b8c44ab574dbf68974b83d8b0]

        #78327#: Set Buffersize

2000-11-30  Ocke Janssen  <oj@openoffice.org>  [daab0421ef78e2ced8ddbe6adc460a759abc8102]

        #81017# if columns are not set use the columns for the querycomposer

2000-11-30  Sascha Ballach  <sab@openoffice.org>  [b36f2dc2414e91837e7148e01d6ce7d738c281d2]

        #79771#; fix little bugs in the performance optimation

2000-11-30  th  <th@openoffice.org>  [8ffeba9f6384d3799ed5446b4730803b88256b97]

        #79011# - Change wordwise Underline/Strikeout behavior

2000-11-30  Peter Burow  <pb@openoffice.org>  [43c40c2d9215a65a6020b7d7beae7329c30ecbfa]

        fix: #80425# first version of ExchangeSupport

2000-11-30  Kai Sommerfeld  <kso@openoffice.org>  [5b07d52d0fd881b1cd45e0c18762311c81c29c43]

        #80644# - Now uses com::sun::star::ucb::ContentCreationException.

2000-11-30  Sven Jacobi  <sj@openoffice.org>  [3d43cac0fbdd357656492cb9277b4dd92cb5dcf3]

        now using the EscherPersistTable that is provided by svx/escherex.hxx

2000-11-30  Thomas Lange  <tl@openoffice.org>  [63a00cfec4d847aaa8f3ec962ff63d08333ccbdb]

        #80600# typos corrected

2000-11-30  Ocke Janssen  <oj@openoffice.org>  [2f90acfeb40d48632cdc4698a774bc535fbc7751]

        #80934# standarddate is no longer public

2000-11-30  Lars Langhans  <lla@openoffice.org>  [efe6d2eb73bb22b624535931596d09e493333744]

        #80461# merge treechangelists

2000-11-30  Christian Lippka  <cl@openoffice.org>  [d9db2b3475d049230637f02f75f86337c78f2f22]

        #80838# fixed getMasterPage()

2000-11-30  Ocke Janssen  <oj@openoffice.org>  [8eb6be599693ed4fd703343364530a383e49f7bb]

        #80934# standarddate is no longer public

2000-11-30  Peter Burow  <pb@openoffice.org>  [710287a1714718169ea8ef0cebe79f21c438beff]

        fix: #80425# CharTwoLinesPage::FillItemSet() implemented

2000-11-30  Dieter Loeschky  <dl@openoffice.org>  [82ac402b2c94bc91e83b79f5bd0cf01ea782ab36]

        #80913# add asian typography tabpage

2000-11-30  Ocke Janssen  <oj@openoffice.org>  [bc6e6b18dff884e5bc420e3e3efe01c8234affa9]

        #80934# type missing

2000-11-30  Ocke Janssen  <oj@openoffice.org>  [e17aa6ba0990dc1af3ab55faf4f724aac80b1193]

        #80934# types corrected

2000-11-30  Andreas Martens  <ama@openoffice.org>  [a17d38186e35f3defabdd282e6fffd4d581edfb4]

        #80861#: Tabulator in negativ indent

2000-11-30  Peter Burow  <pb@openoffice.org>  [8687f1e53e6bba818664d2318fb1a8e166eba304]

        fix: #80425# next version

2000-11-30  Peter Burow  <pb@openoffice.org>  [5213f6c80ab153108c950fe5a1b4f5f56cbfe47e]

        fix: #80425# FixedText instead FixedLine

2000-11-30  Martin Gallwey  <mtg@openoffice.org>  [48f79db11d38940cb4f1c036470c20fb6303fbbe]

        added package folder

2000-11-30  Armin Weiss  <aw@openoffice.org>  [bc4760490e3d7fb7f0ca372844d6c0c2a0e7d32c]

        #80594# changed some used SDRATTR_3D... to use derived item classes for correct 3d import/export

2000-11-30  Frank Schönheit  <fs@openoffice.org>  [77fc67f4430fb67caeb6d4f96d4eaf8e990ea15a]

        #81021# redesigned the various findelement methods

2000-11-30  Daniel Boelzle  <dbo@openoffice.org>  [d729a0ec66e81ea52e9ad737373fb04e93710e59]

        #77512# caching

2000-11-30  Daniel Boelzle  <dbo@openoffice.org>  [303d0f312860b87476ae2c672b815d4621ccf078]

        include

2000-11-30  Andreas Martens  <ama@openoffice.org>  [27f402f3331b7ae302e47821cc6a780810a5cd4e]

        #80863#: online-spelling in the page margin

2000-11-30  Thomas Lange  <tl@openoffice.org>  [b0204da5f9f83c4fc86fad6f4c91ca9eacf198b9]

        #80600# getAvailableLocales added

2000-11-30  Thomas Lange  <tl@openoffice.org>  [d90c064ae089c127a870cdf8947596b43530211e]

        #80600# getAvailableLocales added

2000-11-30  Gregor Hartmann  <gh@openoffice.org>  [fc19e618dccb40fba3e422405efa491d3dacc3b4]

        #79556# Assertion removed

2000-11-30  Andreas Martens  <ama@openoffice.org>  [71fef1b9cc26f5ef0d62fd64689e74950fb72c8f]

        #80864#: Selection outside of the page

2000-11-30  Sascha Ballach  <sab@openoffice.org>  [4b2e190bba431588782d74fc9039c55a31117013]

        #80362#; create a Paragraph Context only if the cell contains text.

2000-11-30  Rüdiger Timm  <rt@openoffice.org>  [f008b399688c3b14dbaf3238028fb8cfc15be413]

        #79933# fixed SetMinClientSize

2000-11-30  Jörg Barfurth  <jb@openoffice.org>  [8de9c3a716e9f1905b385f85295e3e436dcf855c]

        Merged fix for #80973# into main branch

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [5f0e2de745cdfab4c255602b49031de50548736f]

        #80466#: readBytes must realloc buffer

2000-11-30  Oliver Specht  <os@openoffice.org>  [ace31ec2adcdd33ce2475e7fac040dd7c6b6105a]

        #80600# SetSetProperties/ReplaceSetProperties: handling of simple set elements corrected

2000-11-30  Oliver Specht  <os@openoffice.org>  [e1c081989793e3e47468810f79fa33da1f35a8ee]

        #79630# database and trash path removed

2000-11-30  gt  <gt@openoffice.org>  [507dfbb04aae984b6d21b26e956f2b24887d8166]

        #79561# class ExcNameList: derived from ExcRecord

2000-11-30  Jörg Barfurth  <jb@openoffice.org>  [5aafec7571783e2ea043ca9964d34d5c4163ecc5]

        #80973# Group elements need to keep hard refs to their parents

2000-11-30  Sascha Ballach  <sab@openoffice.org>  [e34034760080922bf4f34628203815440577c41e]

        #80956#; I did all must changes.

2000-11-30  Dieter Loeschky  <dl@openoffice.org>  [288279fd8c1d50c215decd1f7bd009ce9a8bd4c1]

        #80317# GetScriptType(): consider EditObjects script type

2000-11-30  th  <th@openoffice.org>  [955a338c6a0dbb396c9b8a74a634dc561d6e399d]

        #80607# - If ExtTextInput ended, because buffer is delete, restore Cursor state

2000-11-30  Malte Timmermann  <mt@openoffice.org>  [e8176d61e00160b51b5a1d19fbcecb5f53966396]

        #80304# Remember isVertical in TextObject

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [8acc67a72d6b80dc764617973fd246e34e1e6a44]

        #80466#: bug in ctor/Init of UCBStorage_Impl

2000-11-30  jp  <jp@openoffice.org>  [0eb2b160ff452521d77d333c3dfc5bf13e4b9b61]

        Task #80913#: default changed for ForbiddenRule/Hangingpunctuation/AutoSpace

2000-11-30  Dirk Grobler  <dg@openoffice.org>  [529516124e0b5c8b072ee21facc8ec8148454359]

        #80592# new extension for translation process

2000-11-30  jp  <jp@openoffice.org>  [262b28a61db006dd0727e82d97cb23638f9bc56b]

        Bug #80930#: handle the return value correct

2000-11-30  Michael Brauer  <mib@openoffice.org>  [a2f64ca085ce2527a9aaa637ccdcc0a78c5b0ccf]

        #80926#: paragraph enumeration crashed if it ended with a table

2000-11-30  Andreas Martens  <ama@openoffice.org>  [d5781817f29b39c242331585c6d7db801cd85d22]

        Opt: Solve the ambiguous ScriptType by namespace

2000-11-30  Andreas Martens  <ama@openoffice.org>  [ab1424a5a09c6be3152ba65884749a5c6ccb5303]

        Opt: Using the locale cache of pBreakIt

2000-11-30  Daniel Rentz  <dr@openoffice.org>  [5bd93cc58e5f8429c0c2b4cc4b77380e34c85e1e]

        add: export of change tracking data

2000-11-30  mfe  <mfe@openoffice.org>  [94ad03d22360ad8e2d5b806eeb51e4792d7a9d13]

        #79975# : get encoding from langinfo

2000-11-30  Daniel Vogelheim  <dvo@openoffice.org>  [b2cfbcab5e04301c0468569bf0c92b632ee7e77a]

        #80616# remaining API issues needed for XML index im-/export fixed - added: now TOXMarks always return the same UNO wrapper object, making them comparable - added: SwXDocumentIndexes::GetObject(): converts SwTOXBaseSection into SwXDocumentIndex - added: DocumentIndex-property to SwXTextSection (returns smallest enclosing index) - fixed: XInsertTextContentRelative now disregards IsProtected() flag (like remainder of API) - added: Bibliography now supports ContentSection and HeaderSection properties

2000-11-30  Christian Lippka  <cl@openoffice.org>  [01948cc25d0523460f551adc23a4e0fffc670041]

        #80838# #80990# fixed createUnoPage()

2000-11-30  Kai Sommerfeld  <kso@openoffice.org>  [a55234e450eb21bad0853baa1e6c648cc6d050a5]

        #80246# - Small fixes ( URL normalization ).

2000-11-30  Dieter Loeschky  <dl@openoffice.org>  [7391f8e9826101e58aa3104f8e6eb94c4482c150]

        #80317# CJK font attributes

2000-11-30  Peter Burow  <pb@openoffice.org>  [47bec81896b3458e15eba538e4c2bb89319bcd50]

        fix: #80772# SearchFile() now returns only URL's

2000-11-30  Andreas Bregas  <ab@openoffice.org>  [bf4af51fdfe9f764fc30676f9d431801e9982575]

        #80511# createFolder(): Also create parent folders if necessary

2000-11-30  Michael Brauer  <mib@openoffice.org>  [1ec28289aaa57da986e5e7a01480ce514fee63e6]

        #80795#: use packages

2000-11-30  Andreas Martens  <ama@openoffice.org>  [6445b484b80d8a9790f1fc0e9911776bd0481d50]

        Fix: Selection inside/overlapping doubleline portions

2000-11-30  Andreas Schlüns  <as@openoffice.org>  [a84e273d9851381b4e5905a85b7c1723dc0c9bea]

        repair iterator handling

2000-11-30  Kai Sommerfeld  <kso@openoffice.org>  [e7d17bca77863f15e57d6ee0d7147ac7065cd191]

        #80246# - Missing parent dirs now will be created automatically.

2000-11-30  Kai Ahrens  <ka@openoffice.org>  [f4d5eef2b2ac0e08ba5c7e0edc42f68343f17b1b]

        support for pure ID objects optimized

2000-11-30  gt  <gt@openoffice.org>  [28a9b754ab5db8eb3a35ad3aa2200c50fa3ec2c5]

        #80982# unnecessary assertion removed

2000-11-30  gt  <gt@openoffice.org>  [167b35e3b0a11a8207c52a333a55778efcc118fa]

        #79227# ImportExcel::Setup(): default paper size for unknown

2000-11-30  Christian Lippka  <cl@openoffice.org>  [efd094645491d826af109f4f8d0ff96657a8403d]

        #80834# fixed dtd for line-dashes

2000-11-30  Oliver Bolte  <obo@openoffice.org>  [21f7875fd528086c9523ea20c3a61ba05fc375cf]

        SRC615

2000-11-30  Niklas Nebel  <nn@openoffice.org>  [1cd378c973666e32e4c35ae454a9a6de9c4e9dfa]

        #80820# era element in date formats

2000-11-30  Oliver Specht  <os@openoffice.org>  [abdbd7e1d5fd7ef4de9d747ec0edfb35c5882839]

        #80984# ::changesOccured: relative paths

2000-11-30  Peter Burow  <pb@openoffice.org>  [9d7d6c4b258f5c8aaf753de6cb100bd471b10f6d]

        fix: #80528# load/save window settings with SvtViewOptions

2000-11-30  Andreas Schlüns  <as@openoffice.org>  [6f657f868ff95236a3a274c444377659be77f5ef]

        #79040# new xml format; new handling for check-iterator

2000-11-30  Rüdiger Timm  <rt@openoffice.org>  [57442181f0db810a6e21faf1e02ef44efd68b11d]

        SRC614

2000-11-30  Peter Burow  <pb@openoffice.org>  [02cbf6ed3634cbf15fde56ec428a5b5974352edc]

        fix: #80528# load/save window settings with SvtViewOptions

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [1d473019b5a5a13982f7aeeed25ad01dc55f2ec2]

        #80466#: wrong parameters

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [29639a2e49c59ffdd7da01dd3f4b3843bb247bea]

        #80375#: better error handling

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [e2be5bb346c89c8b8b90b4b385df9447033f0612]

        #79541#: new direct property for product name

2000-11-30  Sascha Ballach  <sab@openoffice.org>  [99f143004dc6fd861c0a14e88d8b31502abfd9d9]

        #80552#; now the ProgressBarHelper will be created on demand

2000-11-30  Sascha Ballach  <sab@openoffice.org>  [9bdeb0d44722f93e6ea9b84c81d14dcafdc20afe]

        #80978#; two const had the wrong value

2000-11-30  Sascha Ballach  <sab@openoffice.org>  [fc21c7a688ffeb874a25680fae9a2c0628eb7a29]

        #79771#; some little changes to increase the performance a little bit

2000-11-30  Dirk Grobler  <dg@openoffice.org>  [94877a086a89b067834ddcd45c73bfa45ffd1300]

        #79032# changes for localisation

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [5a2db2d1226a5e5179a74750dde9c2432b94d48f]

        #80466#: new methods for creating UCBStorages

2000-11-30  Martin Hollmichel  <mh@openoffice.org>  [1d5ed08e9790418dcdcd2283a0affc8998a1c5ec]

        chg: comments

2000-11-30  Dirk Grobler  <dg@openoffice.org>  [f81658fed7ece047943658b63333cc326612048d]

        #79032# changes for localisation

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [92b537c13aa745794ab0c4b54c4c97dbb10d5e9e]

        #80535#: delete ConfigManager later in desktop module

2000-11-30  Malte Timmermann  <mt@openoffice.org>  [a064667ebbc282434ce7c32bd97aa3b1bc62d136]

        #80913# More CJK support

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [95ea776e75175aab002d9f5980abb345559a5335]

        #80375#: be prepared for errors while creating lockbytes

2000-11-30  Dirk Grobler  <dg@openoffice.org>  [c3c3bafd378ee536b422e40325dc751960464a29]

        #79032# changes for localisation

2000-11-30  Martin Hollmichel  <mh@openoffice.org>  [22323cb24d7b94ec18e351f0cc8f782bc1c84956]

        chg: comments

2000-11-30  Frank Schönheit  <fs@openoffice.org>  [b004c3481cff2342e643b112db081762d5e7485b]

        #80003# changed some sal_uInt16 to sal_Int32 (need some -1's)

2000-11-30  Dirk Grobler  <dg@openoffice.org>  [e71f6ad50464c3e4e70fac09b725b3ceda4c4421]

        #79032# changes for localisation

2000-11-30  Mathias Bauer  <mba@openoffice.org>  [77bdc4a9bac451a1e01d54b4e68428a4b66f586f]

        #80535#: delete ConfigManager later in desktop module

2000-11-30  Dirk Grobler  <dg@openoffice.org>  [e6212fd3ad6ebd3657bcc41bbcb8ae84e0c01f1e]

        #79032# changes for localisation

2000-11-30  Kai Ahrens  <ka@openoffice.org>  [7817445a1fd3cee2a94e1377c7bde94a3101d1a7]

        added xml.lib

2000-11-30  Kai Ahrens  <ka@openoffice.org>  [c6f25625a869b286b2777907223f6c009346e17b]

        added xmlgrhlp.hxx

2000-11-30  Kai Ahrens  <ka@openoffice.org>  [f462c205b6a7d544110419106030bd54f6f3a2b3]

        initial revision

2000-11-30  Peter Burow  <pb@openoffice.org>  [a067888c75ee8a90dba5aa6e2385c3cec1b63e37]

        fix: #80425# next version

2000-11-30  Peter Burow  <pb@openoffice.org>  [23efef6a7b8594391abeed03df1083398081b61e]

        fix: #80425# beautified

2000-11-30  Babak Mahbod  <bmahbod@openoffice.org>  [e21e9b8ed4bf7f7575bacbed33671c5e1f392d83]

        Added more color support. Added support for DeepCopyMask. Added APIs for locking and unlocking focus.

2000-11-29  Patrick Luby  <pluby@openoffice.org>  [7ca1e9a9bfbdd66cf036e5a26e07072d86c59920]

        Implemented event handlers and timers that manage painting.

2000-11-29  Babak Mahbod  <bmahbod@openoffice.org>  [3b556615bc3108823098dd11f08b52c690076da6]

        Color primitives were added.

2000-11-29  Frank Schönheit  <fs@openoffice.org>  [c7e72810006902b200bc7b6417c28b169e9b7bfe]

        #80003# implementation of the character set map changed

2000-11-29  Frank Schönheit  <fs@openoffice.org>  [7d994e22eb6c9b1c7675dc0884a9e2657293b1f6]

        #80003# re-implemented, now base on dbtools::OCharsetMap

2000-11-29  Frank Schönheit  <fs@openoffice.org>  [27d231e9e880949d1f9a98075c7ed053e508f446]

        #80003# construct: translate the charset parameter given using a OCharsetMap

2000-11-29  Frank Schönheit  <fs@openoffice.org>  [cd5be05031dbfb5ffc3a9cae3d8ed748266bc8d2]

        #80003# +dbcharset

2000-11-29  Frank Schönheit  <fs@openoffice.org>  [21f752342c0cddf62d5015ca5769bfc1d2ef89bc]

        initial checkin - helper class for translating charset representations

2000-11-29  Niklas Nebel  <nn@openoffice.org>  [7aa111b9aeffff8787fb0345712b8ecf0c4b77b0]

        #80632# also put default font in cjk/ctl items for EditEngine

2000-11-29  Niklas Nebel  <nn@openoffice.org>  [31c2281d4463ce3557938409df6ac929cd3c907a]

        #80688# FillEditItemSet instead of GetFont for headers/footers (3 fonts)

2000-11-29  Niklas Nebel  <nn@openoffice.org>  [1c49f7bc7754fc2f57f19c104bd630589d138f6f]

        #80688# SetFont with PatternAttr (for 3 fonts)

2000-11-29  Niklas Nebel  <nn@openoffice.org>  [5310a84c09bb9078694552f8b7ac4160fce848be]

        #80820# support era element

2000-11-29  Niklas Nebel  <nn@openoffice.org>  [5dc9aca69fd7ffe689a0fdc0bc36ecc771966dc7]

        #80820# era

2000-11-29  th  <th@openoffice.org>  [ccaaaffeac97644422eabd7f9d2b19ed042db4f2]

        #78679# - Don't set the focus, if Window isn't Enabled or isn't InputEnabled.

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [d49c7dcc459137e6270782c0c72f008ba354c7fa]

        Merge SRC614: 29.11.00 - 21:11:42 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [4927ec73712c3570cb170c4b22170914863a6790]

        Merge SRC614: 11/29/00 - 21:11:35 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [65149dcc05bd3cf281dc184331b92268b8d42c45]

        Merge SRC614: 29.11.00 - 21:11:30 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [fc644698a61108eca679d0badac23f0a37c099ae]

        Merge SRC614: 29.11.00 - 21:10:25 (NoBranch)

2000-11-29  Philipp Lohmann  <pl@openoffice.org>  [b5b62c8d5755bead1fad7f198f0d6224c00f0b3e]

        #79960# dont leave members uninitialized

2000-11-29  Martin Hollmichel  <mh@openoffice.org>  [d9087ff3ea4304a4e1614a723cdb1da076590502]

        SRC614

2000-11-29  Mathias Bauer  <mba@openoffice.org>  [7d494f4292ee6c46bcf02c57a04e5e94a89830c6]

        #80966#: some members removed from config

2000-11-29  Oliver Specht  <os@openoffice.org>  [06b6cf3d9df70a410782fa60040a3882ed64c3ab]

        #79597# GPF in Dtor fixed

2000-11-29  Oliver Specht  <os@openoffice.org>  [958b443f05ac41054efb137a387a60f682051dbf]

        #80913# forbidden rules

2000-11-29  Oliver Specht  <os@openoffice.org>  [66145f03793c31b033e3d4dc6c440daaa3d85389]

        #80913# forbidden rules

2000-11-29  Oliver Specht  <os@openoffice.org>  [7304ecb5ad15133ccbabfbdba3d9b31a2d2e52bf]

        #80913# forbidden rules

2000-11-29  Oliver Specht  <os@openoffice.org>  [c0cd781fe23d826dcc634a50cdd85c8870a120f9]

        #80913# forbidden rules

2000-11-29  Daniel Boelzle  <dbo@openoffice.org>  [06bbfd223bcd1e83bdc0a071a540b6b208aa1e4d]

        throw com.sun.star.uno.RuntimeException for unknown C++ exceptions

2000-11-29  Björn Milcke  <bm@openoffice.org>  [056505067edbd06ccc8423a3b48568e786e9388e]

        #80956# new feature flag for not exporting chart data (calc/writer)

2000-11-29  Dieter Loeschky  <dl@openoffice.org>  [b62342fb5f71ce8c53986345b456f1033a12af67]

        #80959# Disconnect only if the name is valid

2000-11-29  Thomas Lange  <tl@openoffice.org>  [57c81940c61ddb666e8fa0f002da1ea6c77717d0]

        #80600# fixed arguments to setConfiguredServices

2000-11-29  Thomas Lange  <tl@openoffice.org>  [4c71b79a702fea9c2bcbbcb4f0daa52b0934869a]

        #80600# write used service lists to configuration

2000-11-29  Thomas Lange  <tl@openoffice.org>  [a829e758d044d6ae2e3bb20a0547e6b5413a4832]

        #80600# SaveCfgSvcs added to LngSvcMgr

2000-11-29  Thomas Lange  <tl@openoffice.org>  [c86c8ac1a8095d1173be87e0b0875e4949af701d]

        #80600# SetSetProperties added to LinguOptConfig class

2000-11-29  Thomas Lange  <tl@openoffice.org>  [e25de80d1ed322d51f8aea6d4517c78f6b0f995e]

        #80600# some debug code

2000-11-29  Thomas Lange  <tl@openoffice.org>  [94a8e9ac5aa43fc510e5be0f34b40486b108bc10]

        #80600# write active dictionaries to configuration

2000-11-29  Michael Brauer  <mib@openoffice.org>  [5d273f57a312e7f43f24aa2e8e17b45b985e73fb]

        #80795#: export of embedded images

2000-11-29  Michael Brauer  <mib@openoffice.org>  [6df15f3989d1f1344be9a6b0c36deb82a90a24a9]

        #80795#: export of embedded images

2000-11-29  Malte Timmermann  <mt@openoffice.org>  [ec67bda8a09e6e836b0508a6a5b8091f4f99a980]

        #80913# More CJK support

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [24dd5dd75be5eabd3ca47d46302b4e9a30d87936]

        SRC614

2000-11-29  Sven Jacobi  <sj@openoffice.org>  [6c857a09fe89fe1878f579c76326b2634c966362]

        now including svx/escherex.hxx to share information, removing unnecessary types and definitions

2000-11-29  Sven Jacobi  <sj@openoffice.org>  [b3bf7d2c11801aa11716fd1d6973074a5e9fa858]

        now including svx/escherex.hxx to share information, removing unecessary types and definitions

2000-11-29  Sascha Ballach  <sab@openoffice.org>  [1590800b5944f85b09858446de3ace3fed3099bb]

        #80552#; creates the progressbar on demand

2000-11-29  Thomas Lange  <tl@openoffice.org>  [67ce1045004203e368bc522e4039362602797531]

        #80600# Nodes, childs and / recognition enhanced

2000-11-29  Michael Brauer  <mib@openoffice.org>  [d640630d7fec52b0da0f0ebea9f66a313f7ff565]

        #80795#: export of embedded images

2000-11-29  Thomas Lange  <tl@openoffice.org>  [3a6355c75d63753ebcb8bf7258a31358222a8c6d]

        #80600# disposeOneRemovedNode: don't call findSetElement for value nodes

2000-11-29  Andreas Bregas  <ab@openoffice.org>  [de054ddf52ae2229aec94cdb51e54c2cdb48582a]

        #80938# Chr works now with unicode range

2000-11-29  Michael Brauer  <mib@openoffice.org>  [4fac92955c9451bbf2644a2f7e278abb95aa3051]

        #80795#: export of embedded images

2000-11-29  Kai Sommerfeld  <kso@openoffice.org>  [d5c8136b433919da987cf242a8f96f350a13dd35]

        #8ß246# - Fixed Content::insert(...) and Content::transfer(...).

2000-11-29  jp  <jp@openoffice.org>  [8e9abf662ebe31bc1b3efed81dc20aea16cdf3f5]

        Bug #80898#: Start QuickHelp - set correct cursor flags

2000-11-29  Christof Pintaske  <cp@openoffice.org>  [ba18affdb3770b20f7d74e50c7663759db50cc9b]

        #80937# check for valid service factory

2000-11-29  Kai Sommerfeld  <kso@openoffice.org>  [044c4908e8cbbaec43a4c4d7b9d0262c6796fb5c]

        #80246# - Fixed Package class implementation.

2000-11-29  Michael Brauer  <mib@openoffice.org>  [a97742164697e2bd775c0f1c9f031ec1c59f997a]

        #80795#: export of embedded images

2000-11-29  Michael Brauer  <mib@openoffice.org>  [1e0d71ce50a06c911194059de31e3b3b430f38c4]

        #80795#: export of embedded images

2000-11-29  Andreas Bregas  <ab@openoffice.org>  [0bceb67a452b2936dc8af6dc5d68c5b765db850f]

        #80652# Using default device instead of App window for LogicToPixel

2000-11-29  Björn Milcke  <bm@openoffice.org>  [211e3607e502e62d2f86ac51e9808a4053005f61]

        #80759# import of grid properties

2000-11-29  Kai Sommerfeld  <kso@openoffice.org>  [36ea7b82cef986576d7f880fa7f5ebdaa7d90632]

        #80246# - Optimization ( provider now creates and reuses package instances ).

2000-11-29  Sven Jacobi  <sj@openoffice.org>  [8fa4aa53e09f2465ef348757b277c0b7336681f5]

        using more typecast to remove warnings

2000-11-29  Martin Gallwey  <mtg@openoffice.org>  [e5341c0538f1b01f8c00f7d36e811a1fdfe89711]

        #80556# make setParent/insertByName behaviour more consistent

2000-11-29  Kai Sommerfeld  <kso@openoffice.org>  [3cf0179655525763f2ed67b3c2780a97f1dd1820]

        #80644# - Added ContentCreationError.idl + ContentCreationException.idl.

2000-11-29  Kai Sommerfeld  <kso@openoffice.org>  [28e04bbb7bf90f8c712b1007c2c77e97dcb4d15b]

        #80644# - Initial revision.

2000-11-29  Lars Langhans  <lla@openoffice.org>  [ed7c27ea0dfbfe46bb467ac7820eb4f6c7b9a1be]

        #80461# localsession splitted in share and user access

2000-11-29  Björn Milcke  <bm@openoffice.org>  [524908c8bbfef7932b13bb11d4280060b201b712]

        #80759# import of grid properties

2000-11-29  Dirk Grobler  <dg@openoffice.org>  [774517438fc29c43dd5d522a058994dd7d94d8a9]

        #80592# new extension for translations

2000-11-29  Martin Gallwey  <mtg@openoffice.org>  [2d5e27c5f12628e1dad42c31863a08b4a4a8f284]

        #80556# correctly handle empty zips

2000-11-29  Andreas Martens  <ama@openoffice.org>  [4b179abd366cb286ce25e9a58ee6560a33b1f087]

        #80904#: Restrictions for table margins

2000-11-29  Malte Timmermann  <mt@openoffice.org>  [d92a0b8c102fa72ebbd30bb36b8da89bc70c0a34]

        #80304# new Items for CJK features

2000-11-29  Andreas Martens  <ama@openoffice.org>  [d07f5c45e72482ae824eef557c1dea3226f4e2bd]

        #80913#: ForbiddenCharacters as paragraph attribute

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [66bdd27d9659f09c2e7d5cd4539bee860ff93f26]

        Merge SRC614: 29.11.00 - 14:00:19 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [69479b0322db8e63ccb08660b3337824530d11be]

        SRC614

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [939b2776e6eed02838549ad6eed46171532868ba]

        Merge SRC614: 29.11.00 - 13:57:21 (NoBranch)

2000-11-29  Nils Fuhrmann  <nf@openoffice.org>  [9c898ed0d23ebae6cdfab51f251914b9f042e67e]

        Merge SRC614: 29.11.00 - 13:55:13 (NoBranch)

2000-11-29  Malte Timmermann  <mt@openoffice.org>  [5ddafaaea0aa2e6acfe05d82595972176344c967]

        #80304# Init CJK and CTL default fonts

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [ac15c1fb57e5c419f2117e2ea6c2e4bb25b4a5a5]

        Merge SRC614: 29.11.00 - 13:54:49 (NoBranch)

2000-11-29  Daniel Boelzle  <dbo@openoffice.org>  [325c7ee52f68b5b0b936c279c644888f36a12c51]

        #79029# misc opt

2000-11-29  Frank Schönheit  <fs@openoffice.org>  [57cea4fc3a8a9c33363eaf9138d2c601d7ede1e8]

        #80122# CFG_TRACE_* need to be in an explicit scope after if(*)

2000-11-29  Frank Schönheit  <fs@openoffice.org>  [a7d24ec7dc6b4c8eb28825a71c2ab123a424e60e]

        #80122# additional traces upon initialization (process id / executable name)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [6fa9255552a6a87f66081a4acdc3768a9b80db95]

        Merge SRC614: 29.11.00 - 13:44:28 (NoBranch)

2000-11-29  Gregor Hartmann  <gh@openoffice.org>  [395a5ac17f0d6684b6edb9929e42a2ae59ae409d]

        #80443#

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [aa27e27a3823cf7ba55d03a4d17c1272a4dcd1bd]

        Merge SRC614: 29.11.00 - 13:39:54 (NoBranch)

2000-11-29  Martin Hollmichel  <mh@openoffice.org>  [a01434b9aedfc6e8ea57d3aa0ab2fa6f8d52f417]

        add: stdio.h for Solaris8

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [b7e9df9f90af6a22592035b5832b7dbd1a0c98c2]

        Merge SRC614: 29.11.00 - 13:36:05 (NoBranch)

2000-11-29  Daniel Boelzle  <dbo@openoffice.org>  [e114607aa12987f48d9363c2e873fcca345084d4]

        #79029# introduced Misc config items

2000-11-29  Björn Milcke  <bm@openoffice.org>  [c078cd2ae873d30907a7abc55a9850e74078a3ef]

        #80523# apply auto-styles at chart document

2000-11-29  Björn Milcke  <bm@openoffice.org>  [b62f41cee6de55f482358da7ddbb92a5943ae9ab]

        #80523# auto-style name is not needed as member

2000-11-29  Björn Milcke  <bm@openoffice.org>  [1dd76829ee453c53d266a1ee63323274884292f5]

        #80523# aChartAttrTokenMap was incomplete

2000-11-29  Martin Hollmichel  <mh@openoffice.org>  [9577d17b04369a6e2a8295d6fe05f822e5b57793]

        add: stdio.h for Solaris8

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [3c79da9494b2ffd144ce925cf13443a3f54dd531]

        Merge SRC614: 29.11.00 - 12:54:06 (NoBranch)

2000-11-29  Martin Hollmichel  <mh@openoffice.org>  [fc5bafa27e70d01495ddf8b22aaa95eeb639620f]

        add: stdio.h for Solaris8

2000-11-29  jp  <jp@openoffice.org>  [43b94d874a7b7658754062acd02b163a6cd2100e]

        Task #80794#: AddXMLToStorage - use the new configuration

2000-11-29  jp  <jp@openoffice.org>  [1fdf19c23f4c83ebfe27991ff2a69385fdb2cbef]

        Task #80794#: AddXMLToStorage - use the new configuration

2000-11-29  jp  <jp@openoffice.org>  [17dd2cf804acccfe06f4526cb008d38d064cee5a]

        Task #80794#: AddXMLToStorage - use the new configuration

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [464834b5e10c884619c2e8b49311c686c278cf9c]

        Merge SRC614: 29.11.00 - 11:51:41 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [d9c69f41ca9224aa0bbbaa5853e35c404ece02ef]

        Merge SRC614: 11/29/00 - 12:47:38 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [4c20f97833ed005a9a6c93004741659a5e37ae48]

        Merge SRC614: 11/29/00 - 12:44:20 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [26a5c727f974fef06144326cca6d9e3c7cc2127f]

        Merge SRC614: 11/29/00 - 12:41:27 (NoBranch)

2000-11-29  Christian Lippka  <cl@openoffice.org>  [bda765d6c60dadf29b51fad13b1d5f3b5ec59486]

        #80834# fixed dtd for line-dashes

2000-11-29  Oliver Specht  <os@openoffice.org>  [7a05534e530082a8471537118750b9726cacdaac]

        #80616# SwXDocumentIndex: properties HeaderSection and ContentSection

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [c8619b181c97f16ae607660a9b604d3820215632]

        Merge SRC614: 11/29/00 - 12:37:54 (NoBranch)

2000-11-29  Oliver Specht  <os@openoffice.org>  [a097434763b046f54da9374403010bb27cc1ca23]

        #80616# SwXDocumentIndex: properties HeaderSection and ContentSection

2000-11-29  Andreas Bregas  <ab@openoffice.org>  [e3639fe156e2e135d6f6d7fc8b383a3d02518474]

        #80200# Provide minimum wildcard functionality

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [daaf9a0979774c62ad342bde4f451aab6c0ae419]

        Merge SRC614: 11/29/00 - 12:29:57 (NoBranch)

2000-11-29  Armin Weiss  <aw@openoffice.org>  [906c738242a428fef4d562ff51d0e8504778a7ce]

        #80328# using Clone()-Paint() strategy inside TakeContour() leaves a destroyed SdrObject as pointer in DrawOutliner. Set *this again in fetching the outliner in every case

2000-11-29  Andreas Bregas  <ab@openoffice.org>  [c9cc55878ad291893561818c04c322e5a1ec5a23]

        #80200# Provide minimum wildcard functionality

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [9ed32a890ada4ab8eda535e1ecb08d0cf94c79cf]

        Merge SRC614: 29.11.00 - 12:21:36 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [d525dd1268db9b534b794f6f681a7bfde7625ad3]

        Merge SRC614: 29.11.00 - 12:19:21 (NoBranch)

2000-11-29  Daniel Rentz  <dr@openoffice.org>  [b9288d7ddf01a8bfd8ea25fa0ff86df981320a81]

        fix: wrong define

2000-11-29  Daniel Rentz  <dr@openoffice.org>  [bb18f8eb17ef791c9d880aafe4aaf991fc37d7a8]

        initial revision, no functionality

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [c14ff2c6082e7d74e9b871a20873918871c1512f]

        Merge SRC614: 29.11.00 - 12:17:13 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [d8cbeba631a1d47eed9cf5e29f80047f8a8705db]

        Merge SRC614: 29.11.00 - 12:12:50 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [13d74bcdad68b19e945cef56bde590becbb74876]

        Merge SRC614: 29.11.00 - 12:09:58 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [93c76077da85f397f473378c0201eff2e5d2fc72]

        Merge SRC614: 29.11.00 - 12:06:47 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [3b5c64b9b2f4f8ca2dc69b7419be1b9903aec751]

        Merge SRC614: 29.11.00 - 12:04:42 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [e46e806feb4e33347c7d549d4a219285d0647c65]

        Merge SRC614: 29.11.00 - 12:03:38 (NoBranch)

2000-11-29  Oliver Specht  <os@openoffice.org>  [d27bc53efe217cbafdb2289110686efedf89d3a6]

        #80913# support of 'Forbidden Rules'

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [e0ad180975e28750913138fc55907b7fcdd22746]

        Merge SRC614: 29.11.00 - 12:00:57 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [f1096b973fda3e2999fd106e3dce06ee5e0bf716]

        Merge SRC614: 29.11.00 - 12:01:00 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [b18d03451f9772ad77020188b0fdcb466bff8c6c]

        Merge SRC614: 29.11.00 - 12:00:01 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [331d3fc1528acd87a940a6b09a2b5f5b64a6d820]

        Merge SRC614: 11/29/00 - 11:59:32 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [7e9941978521c2f45a821bc4ec563f6adc502408]

        Merge SRC614: 29.11.00 - 11:56:21 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [9bf5fed26ce33d7c8448ab4f7169ee64326d4d5c]

        Merge SRC614: 11/29/00 - 11:55:22 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [cfc2922275e59531bdeac696e689d63894810188]

        Merge SRC614: 29.11.00 - 11:53:23 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [7e950a31b7d62539f223ccdc8ca5d45723792f74]

        Merge SRC614: 29.11.00 - 11:53:00 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [8d3fc6241ccf9a519e695405ff335f11574721a9]

        Merge SRC614: 29.11.00 - 11:52:17 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [6c36a1f1fa6ca1e40ff216f0e3e9d13a9580a4f3]

        Merge SRC614: 11/29/00 - 11:52:15 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [387a031ab7577bd46a8c35b72d99767360f0dffa]

        Merge SRC614: 29.11.00 - 11:49:48 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [482467f72589ebd0853314ea7e8d5253907a9081]

        Merge SRC614: 11/29/00 - 11:49:33 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [66f9e6452d7fd1c1146ead99c6006e409acb0f41]

        Merge SRC614: 29.11.00 - 11:47:46 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [1b762a52e6e6ba13d7d7310982c1406916c1d84b]

        Merge SRC614: 29.11.00 - 11:46:16 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [fdcdf3d6464ea0e641fedcd9863d3df00e73a879]

        Merge SRC614: 29.11.00 - 11:46:23 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [fc575dc10a6f6d5677b94e73bb36b893b378acac]

        Merge SRC614: 29.11.00 - 11:46:37 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [575737d92fc079893dea856c2f221fc34bf15a18]

        Merge SRC614: 29.11.00 - 11:45:38 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [acf98d5f0c857ad55f11249f38a702e250d76212]

        Merge SRC614: 29.11.00 - 11:43:31 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [dd0b42456b59d96433115e8c1b556bfd0013e68e]

        Merge SRC614: 29.11.00 - 11:43:35 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [9ab58c8d3f241e2ba64782721f81da1e7e78df1b]

        Merge SRC614: 29.11.00 - 11:43:22 (NoBranch)

2000-11-29  Ocke Janssen  <oj@openoffice.org>  [fa6dcfc35918c84b392ad6e05140c616bcca0285]

        remove catch(...)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [eb4556aeef37b8c26a37d29d45f3f4a5bc4ab4a1]

        Merge SRC614: 29.11.00 - 11:39:01 (NoBranch)

2000-11-29  Ocke Janssen  <oj@openoffice.org>  [1817d970042e145f1d800060c04847d071e06549]

        #80899# better error msg

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [b8d81d75613a430a77fcd38a1e7ad87d4539a896]

        SRC614

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [79860614c973a358f5261da445b85fccb6790f48]

        Merge SRC614: 29.11.00 - 11:38:31 (NoBranch)

2000-11-29  Ocke Janssen  <oj@openoffice.org>  [4a588b4129c1c3829a955f28ea536e214e315a0f]

        #80899# check tablename before call getname

2000-11-29  Peter Burow  <pb@openoffice.org>  [b1e98b08ae9728620d3f7e924e0ad4c244843089]

        fix: #80908# NULL-Sequence can not be filled

2000-11-29  Martin Hollmichel  <mh@openoffice.org>  [ddcd141c43a6cd23e326cb259513242bf123ed7f]

        add: stdio.h for Solaris8

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [c352fafcd994eb556937cf4a7ec11833d073f3e7]

        Merge SRC614: 29.11.00 - 11:32:17 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [69f426d8c5ec4971ccd2aeb9fd27e532ceca367f]

        Merge SRC614: 29.11.00 - 11:30:55 (NoBranch)

2000-11-29  Martin Hollmichel  <mh@openoffice.org>  [5b0b05e3b8cf16f2f13223020eca403cf89a346f]

        add: header for Solaris8

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [f60f77cfb2d997b34867c1d947f3c73f0ecb1dc9]

        Merge SRC614: 29.11.00 - 11:30:25 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [d340fb62621958cd28df2ffe34c3c70189577fa9]

        Merge SRC614: 29.11.00 - 11:24:58 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [0599c866d57ece5847dd3bf10d96cdbaac5b3c33]

        Merge SRC614: 29.11.00 - 11:24:58 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [0cb7f89b221ab1a7068fbe367a33d92cc7570839]

        Merge SRC614: 29.11.00 - 11:26:52 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [3b82e3d9dcc2d0b587cf1eacce86218b42936938]

        Merge SRC614: 29.11.00 - 11:23:04 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [de327d66f1ac482ed1ccdbe5a422560470543a57]

        Merge SRC614: 29.11.00 - 11:26:04 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [6da8859d1c291983f4855bc7eec2d96934549539]

        Merge SRC614: 29.11.00 - 11:23:30 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [2981cdbeaf1b28e9b6071c4c89ba439451d6d874]

        Merge SRC614: 29.11.00 - 11:23:09 (NoBranch)

2000-11-29  Ocke Janssen  <oj@openoffice.org>  [79fe8072d1cc19b4d9f4c49c1375a8e733d404ac]

        #80219# wrong use of keys

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [c988c0da7c43ac32832a8bfdac65dfcc07dd8592]

        Merge SRC614: 29.11.00 - 11:21:26 (NoBranch)

2000-11-29  Kai Sommerfeld  <kso@openoffice.org>  [dcc5e82ffa88839b66f0377831e75fbf22170ca6]

        #80444# - Use defines for UCB configuration keys.

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [0b390d1a34dd9d1432788a5956fa07bfafb628f7]

        Merge SRC614: 29.11.00 - 11:19:59 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [6c3998ae5ab7ce13a87474d4517094cc8e5d7e84]

        Merge SRC614: 29.11.00 - 11:18:58 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [7c7933f09c9f6a44ce7d3d11a0373949b90713bf]

        Merge SRC614: 29.11.00 - 11:16:07 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [d6cdea940ddf20ad7c0dc5716920d3c39e40d1d1]

        Merge SRC614: 29.11.00 - 11:17:08 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [4cbd9643a5976fd485e7a42d8cc704cfb9713bf4]

        Merge SRC614: 29.11.00 - 11:13:59 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [fedf82d054cffa17aea92475c808c6596691394a]

        Merge SRC614: 29.11.00 - 11:11:28 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [03385b0f00704200fb0d45806a5ff730fc95bd6c]

        Merge SRC614: 29.11.00 - 11:11:49 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [e01c405383ca99ee121d3ff3342ae16e91bad8c2]

        Merge SRC614: 11/29/00 - 11:11:11 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [f67ca9e6a6b1c9d162a0de41a11cf3be82987145]

        Merge SRC614: 29.11.00 - 11:09:14 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [9b9e6c1afd452c95637db5e1cec858bd03df400f]

        Merge SRC614: 29.11.00 - 11:09:14 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [9627c38bb69d00847a1e65ac811fb397dbe25391]

        Merge SRC614: 29.11.00 - 11:09:11 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [1492d60c536d98b8dc41189c7c64a64e5b534998]

        Merge SRC614: 29.11.00 - 11:06:32 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [4690dbee2cfdb5a8ed65e49823816d70d8438e77]

        Merge SRC614: 29.11.00 - 11:06:07 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [d4a741364ab5510477018c274902d42b4382d35a]

        Merge SRC614: 29.11.00 - 11:04:10 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [63f20acac45fe7fd327985f9a7f781e18b86a22a]

        Merge SRC614: 29.11.00 - 11:03:17 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [be408e511eb2fdd534d8e3974a890814cc918883]

        Merge SRC614: 11/29/00 - 11:03:09 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [345e4b8298b7c2586e0844d7ebb1d4ee517655ab]

        Merge SRC614: 29.11.00 - 11:02:50 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [8ce7f23ad3322060a42ea405ec43e75c387b5b13]

        Merge SRC614: 29.11.00 - 10:59:17 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [b0eb6212cace3388a985463a0bddee420b4ae63e]

        Merge SRC614: 29.11.00 - 10:59:47 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [de2d8b0d151a7ca9addfc615ca06da9322ee55ed]

        Merge SRC614: 29.11.00 - 10:58:10 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [343a92e4a021b283a66516ed2a1b3171626aea79]

        Merge SRC614: 29.11.00 - 10:56:22 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [74ea5cc6bfa9bbc821345064c69f0ccb963ec0bd]

        Merge SRC614: 29.11.00 - 10:51:39 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [1673ba8bdf413adc2685dd70f9b40c862e3ef7d4]

        Merge SRC614: 29.11.00 - 10:51:30 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [621c5ba3b40e7dc7f5a70c50020069b8fbe3878b]

        Merge SRC614: 29.11.00 - 10:51:30 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [95159f1a43e452c79937363f6510917367fc3187]

        Merge SRC614: 29.11.00 - 10:49:35 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [7a6d17879db877a68671d099acddf3cf48a21342]

        Merge SRC614: 29.11.00 - 10:48:38 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [6d4325106c0aa8a04d2fa21c15662d3100a3e709]

        Merge SRC614: 29.11.00 - 10:47:00 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [0ec5e988677925a3c811da54591ede5f4dce8679]

        Merge SRC614: 29.11.00 - 10:47:26 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [9d385a1ead2ca15e04bbc417cb001c738ad5e955]

        Merge SRC614: 29.11.00 - 10:46:56 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [dea873e9956afad59aa8d9a134471485f5353239]

        Merge SRC614: 29.11.00 - 10:46:53 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [753682a3ef7992b70e878e3e00290274f4d0ef91]

        Merge SRC614: 29.11.00 - 10:46:51 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [7e58b69b6ef64f37423f5a339b8f8a77a1cedb38]

        Merge SRC614: 29.11.00 - 10:38:31 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [03c1f0767a9d389d5d539252b46a557fd273f7f7]

        Merge SRC614: 29.11.00 - 10:41:41 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [db074a5744fdff15de4d4076d11ec5fd6a68a5ae]

        Merge SRC614: 29.11.00 - 10:40:05 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [4ee59ccb445e622a6d59d3100ab9f8ac213f1783]

        Merge SRC614: 29.11.00 - 10:40:29 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [fb4b467859aa56f88c8337b289eb38cb9344b2ee]

        Merge SRC614: 29.11.00 - 10:33:25 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [64e7ce1cda2a74d1d2c48468c00de4ea6705b24c]

        Merge SRC614: 29.11.00 - 10:38:23 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [89491198c1605313e242696ffe1faa9f334c6be4]

        Merge SRC614: 29.11.00 - 10:36:04 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [bd90a7889f4c4cc7efb39063c12bb69f69e06036]

        Merge SRC614: 29.11.00 - 10:37:25 (NoBranch)

2000-11-29  Oliver Specht  <os@openoffice.org>  [f63581802784aaebc945452b170b48464021a8e7]

        #78509# new interface: XLineNumberingProperties

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [4c9e3d2aaa4b582c9a66ba1495347658b5ee2d74]

        Merge SRC614: 29.11.00 - 10:34:58 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [8947a70ed74360491ddde96a6c7f62663e8918d5]

        Merge SRC614: 29.11.00 - 10:32:05 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [b5196a2cc3c8e9feab4c06e04a5a1ada97d946df]

        Merge SRC614: 29.11.00 - 10:34:07 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [552f6f6682b545ffa706decde69fba8ca8f6d7c4]

        Merge SRC614: 29.11.00 - 10:33:19 (NoBranch)

2000-11-29  Oliver Specht  <os@openoffice.org>  [74d3664200df39fcda5aaf1e50ff4fd26a319f98]

        #78509# new interface: XLineNumberingProperties

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [2386d96401b8d1cc5959ba9173b2553ac2af4197]

        Merge SRC614: 29.11.00 - 10:28:20 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [a07ef0ad7e275c615dff3fe868a580f8dc2255a0]

        Merge SRC614: 29.11.00 - 10:27:02 (NoBranch)

2000-11-29  Daniel Rentz  <dr@openoffice.org>  [219cf879628d7fdcd3529f99c8528457e73dff9f]

        fix: wrong defines

2000-11-29  Ocke Janssen  <oj@openoffice.org>  [e80648ba4b08a2043473c3646a718f0d53bb454c]

        #80899# check for end when accessing columns

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [a63b3a200efa3cb46ab7a909963f8dfc948ab3c9]

        Merge SRC614: 29.11.00 - 10:21:53 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [0b721a09aec3d0b00f68aaf1b0737fddbaa57e7d]

        Merge SRC614: 29.11.00 - 10:19:44 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [5bb2405124372dec11e92da13da0b87e95b0fc2d]

        Merge SRC614: 29.11.00 - 10:17:57 (NoBranch)

2000-11-29  Daniel Rentz  <dr@openoffice.org>  [f246473cba06d43f95e94e52056450a40b549010]

        chg: moved pivot table exp/imp to xcl97

2000-11-29  Oliver Specht  <os@openoffice.org>  [297e8374b278a0683e58a487089734685fada944]

        #78509# new interface: XLineNumberingProperties

2000-11-29  Kai Sommerfeld  <kso@openoffice.org>  [c0871e1e1ed6a0f40013a98e2bb7c2d86f7894e6]

        #80444# - Fixed UCB initialization.

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [33742db83ea731a65e41bf5b74144a95057da826]

        Merge SRC614: 29.11.00 - 10:16:41 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [f3afdb58efade282092b44a90a93ae3b178e2b2c]

        Merge SRC614: 29.11.00 - 10:16:12 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [611621cae0933cb11c4277741da32d3ef4220385]

        Merge SRC614: 29.11.00 - 10:14:30 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [64c23585fc408eda32a4a1fb77f6eb896d039d5a]

        Merge SRC614: 29.11.00 - 10:14:25 (NoBranch)

2000-11-29  Rüdiger Timm  <rt@openoffice.org>  [621d4dc5d606b892554eada0b85dfda7226a44b6]

        SRC614

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [75865d09fab4bbd43b17c3434c988d0db15562c1]

        Merge SRC614: 29.11.00 - 10:10:57 (NoBranch)

2000-11-29  Oliver Specht  <os@openoffice.org>  [ae5e2004be1af15d3daf841893273c49e2088ca7]

        #78509# new interface: XLineNumberingProperties

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [b57fb75b330a760738c93ac8245498a10098d0fd]

        Merge SRC614: 29.11.00 - 10:10:23 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [dcae919f79ffdff0373271694e9b86176a08ceb4]

        Merge SRC614: 29.11.00 - 10:07:10 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [46432e31588779a438d4dc6bebfc0fbb6e4f1a69]

        Merge SRC614: 29.11.00 - 10:08:34 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [73dc8acb923fb638a1e7a249b703245a031ae1ef]

        Merge SRC614: 29.11.00 - 10:07:21 (NoBranch)

2000-11-29  Kurt Zenker  <kz@openoffice.org>  [5080299e512c8e45ee9a063f0aeac65ea7cfb234]

        Merge SRC614: 29.11.00 - 10:05:53 (NoBranch)

2000-11-29  Björn Milcke  <bm@openoffice.org>  [dc19dfb8d5fdf5df373f5fc103c85ed02f6578c5]

        #80900# + "error-category"

2000-11-29  Oliver Specht  <os@openoffice.org>  [ad064f390e7c8e16b58041d74ab832c986a5d271]

        unoidl removed

2000-11-29  Frank Schönheit  <fs@openoffice.org>  [c7aa9e3ebf90b1e2fabed43be09f23efcb69cc5d]

        arghhh ... build the correct attributes in registerMayBeVoidProperty now (hopefully ...)

2000-11-29  Martin Gallwey  <mtg@openoffice.org>  [714bfc1e970f6a1500e6577787696534a9ca9ded]

        #80556# bug fixes

2000-11-29  Martin Gallwey  <mtg@openoffice.org>  [07c2807484991b45fdd6cb87485d854567f2f87b]

        #80556# bug fixes

2000-11-28  jp  <jp@openoffice.org>  [0b577db36b56e410546ba1037f59ba162fe5ff40]

        Task #80616#: InsertTableOf - add the header section for the XML-Import

2000-11-28  jp  <jp@openoffice.org>  [958e6794f9e7ddd8fa4d9badc28e57bacd99a38e]

        task #80795#: ReRead and InsertGrafik with GraphicObject

2000-11-28  Eike Rathke  <er@openoffice.org>  [e3156f61eb7e3aed5cc5b504443ab7c9bf38360c]

        #80890# GetKeyWord: a following match must have at least as much characters as the previous match

2000-11-28  Martin Hollmichel  <mh@openoffice.org>  [485fc692e92d5c19d6b613c408d388eaf1c2124e]

        chg: header

2000-11-28  Patrick Luby  <pluby@openoffice.org>  [3bce13fe7f8d114e8060c0aa8c6f5a4c7a56cc59]

        Moved #include <QD/QD.h> from VCLGraphics.m to salgdi.h so that QuickDraw can be used in C++ code.

2000-11-28  Patrick Luby  <pluby@openoffice.org>  [c819eb4cee0994df2f95f8ceab1d944762d35597]

        Added Line to #define and #undef statements.

2000-11-28  jp  <jp@openoffice.org>  [ca066d9e5b78a448fcd02df30af8e7aea76fe5a6]

        Bug #80312#: OverwriteCursor for CJK

2000-11-28  Sven Jacobi  <sj@openoffice.org>  [b1312ba5a31df2fde82a583ef7f90674af8d75dc]

        #79743# added TextHorizontalAdjust and TextVerticalAdjust

2000-11-28  jp  <jp@openoffice.org>  [2018d8bb66431f097e56c13946ccf7d90faf6cdc]

        Bug #77788#: GraphicArrivedHdl_Impl - compare the pointer correct

2000-11-28  Sven Jacobi  <sj@openoffice.org>  [85b6a7498d236a132ae346e5fbaa3e9ad4595955]

        #79743# added TextHorizontalAdjust and TextVerticalAdjust

2000-11-28  Rüdiger Timm  <rt@openoffice.org>  [e6854bdcd52d9ff4e62d44b11982c150c66e630c]

        SRC614

2000-11-28  Philipp Lohmann  <pl@openoffice.org>  [559be691eb87cf24472c28467657aca00ef6f4ab]

        #79933# use XtResizeWidget instead of XtSetArg

2000-11-28  Rüdiger Timm  <rt@openoffice.org>  [b0e36e01509d4903fddbf77234f83c5ab2132d39]

        SRC614

2000-11-28  Daniel Vogelheim  <dvo@openoffice.org>  [f94f90425a5d6097e7b1ceb2fe2ca790f821b96f]

        #79090# now use table: namespace

2000-11-28  Christian Lippka  <cl@openoffice.org>  [e971f31cee2b274bd1d438a248250e76ed378bb2]

        #80875# changed NumberFormat to long

2000-11-28  Philipp Lohmann  <pl@openoffice.org>  [539de18a94a8c4ef8da964648296980a89088cb8]

        #76725# #78679# default size, modal dialogs raised if document comes in front of them

2000-11-28  Martin Gallwey  <mtg@openoffice.org>  [81c60a38c4187ad2fc4885eff6dcc28c382bc4f4]

        #80556# make it build

2000-11-28  Eike Rathke  <er@openoffice.org>  [101189edc800d230f35a37fcbbf7ad278d42af37]

        #80810# ImpGenerateCL: check FormatElement formatindex for dupes

2000-11-28  Armin Weiss  <aw@openoffice.org>  [3a297fffe5317bb1389cc2453d535e9250e0f4aa]

        #80277# merging was done wrong in the prev version

2000-11-28  Sascha Ballach  <sab@openoffice.org>  [5b73f7fc1a5f7b4b8f751cf9352a3c74055ae457]

        #80874#; the mergerange on a ScMyCell is now the right

2000-11-28  Sascha Ballach  <sab@openoffice.org>  [b49b6761a4d87e74fed15bec7f59b75c6090de97]

        #79771#; use new methods of ScDocument

2000-11-28  Philipp Lohmann  <pl@openoffice.org>  [9132455a2273cc0d7313e959a586ed4a25dd3936]

        do not create unnecessary directories

2000-11-28  Oliver Bolte  <obo@openoffice.org>  [7541c107bf58f4535c87af78a28e77e79de195c9]

        undo of the last change

2000-11-28  Sascha Ballach  <sab@openoffice.org>  [279e0de91777f8b67085a97846c40e545a7530bc]

        #80679#; must changes done

2000-11-28  Oliver Bolte  <obo@openoffice.org>  [65de56e98cd24b4b2c13d1fd255c793a898858c5]

        #65293# throw() to throw for linux

2000-11-28  Rüdiger Timm  <rt@openoffice.org>  [094088cc33268a349f7923d54ad8fc9cd72b0c9e]

        #65293# createUnoPageImpl not in case of SVX_LIGHT

2000-11-28  Sascha Ballach  <sab@openoffice.org>  [60f15755f5bc5461d28be68a7e9ddacec0430028]

        #79771#; methods added, which the next different row or column return

2000-11-28  Malte Timmermann  <mt@openoffice.org>  [9ad0aa90fa5cf8c3b3e6a42bd9a0172b4cf75a47]

        #80304# More improvements for vertial writing

2000-11-28  Christian Lippka  <cl@openoffice.org>  [56d225bae242573466685d295bd74440754fd546]

        #79743# replaced TextAdjust with TextHorizontalAdjust and TextVerticalAdjust

2000-11-28  khz  <khz@openoffice.org>  [22dd04735cdb666900cf1b6ad8b9aa9981ab8b03]

        #79657# avoid accessing NULL pointer when reading LVL properties

2000-11-28  Peter Burow  <pb@openoffice.org>  [096847a1f29bd1351d5aa8c0d62528af2cc34232]

        fix: #80743# it was used the wrong length to replace $(userpath)

2000-11-28  Sven Jacobi  <sj@openoffice.org>  [6623359a5f58f44b33013564b7cfade209986891]

        added text positioning for some block arrows

2000-11-28  Christian Lippka  <cl@openoffice.org>  [80492aaaa3575216a9e3c7ab6c8290f94d901c24]

        #79743# replaced TextAdjust with TextHorizontalAdjust and TextVerticalAdjust

2000-11-28  Nils Fuhrmann  <nf@openoffice.org>  [869963a295b3923eb0e9744f6235ac62442eba6f]

        Fix: Merging now possible, needed for #80592#

2000-11-28  Kay Ramme  <kr@openoffice.org>  [8214d01a8b6fe0200238900eee23c87238429f82]

        give the reason of InvocationTargetException

2000-11-28  Kay Ramme  <kr@openoffice.org>  [b84d44b41ed34e4dde4b424780dc244a4e25c981]

        fixed tests to find a usable contructor; throw exception if no usable constructor available; check before calling initialize

2000-11-28  Andreas Schlüns  <as@openoffice.org>  [131c5ab3a1816a3d0ccef09661e4e360575473f5]

        #79040# new version of new type detection

2000-11-28  Jörg Budischewski  <jbu@openoffice.org>  [6c2bb2989ba5a620b478da60c2692fe21e6cf9fc]

        #80758# force synchronous feature implemented

2000-11-28  Martin Hollmichel  <mh@openoffice.org>  [73c7f91a6924e182ea6e84d25268c31a8988c9a3]

        chg: header for Solaris8

2000-11-28  th  <th@openoffice.org>  [394ab88b4dfb5456dc069b4f143f88aada29cc78]

        #79564# - EventHook is also called, if the Window is disabled

2000-11-28  Andreas Schlüns  <as@openoffice.org>  [171fac5f9fb4c46c5f4d897d054c526e8427288d]

        #79040# change default DetectService and generic FrameLoader

2000-11-28  Jörg Budischewski  <jbu@openoffice.org>  [abb19f056ffc4d1ae9c59c5659f53492731f2287]

        #80758# force synchronous feature implemented

2000-11-28  th  <th@openoffice.org>  [92d748fe4268b617dfbc14ba6c11eb8cd56d1d76]

        #79564# - EventHook is also called, if the Window is disabled

2000-11-28  Andreas Martens  <ama@openoffice.org>  [0786651a08100042fbecfed29060fd5424a08ce2]

        #80512#: Input cursor in overwrite mode

2000-11-28  Andreas Martens  <ama@openoffice.org>  [459135323c861fd63c9d95d92ab30c0fdbb18210]

        #80512#: Input cursor in overwrite mode

2000-11-28  Christian Lippka  <cl@openoffice.org>  [36be30df1185860ac2ce533182fb29fcda159e67]

        #80857# added dash import/export

2000-11-28  Kai Sommerfeld  <kso@openoffice.org>  [c7432fe0a411a2b642da9b3ecf6ea956ffb41148]

        #80246# - Misc. Fixes and optimizations.

2000-11-28  Christian Lippka  <cl@openoffice.org>  [44d99af93e16789066fbc53e2eb13fc34391f1df]

        #80857# added dash import/export

2000-11-28  Thomas Benisch  <tbe@openoffice.org>  [eb2ea6cd18d0ac7e79bcd418ec7b4036b6b3929d]

        removed obsolete include file svx/vcsbxdef.hxx

2000-11-28  Andreas Bregas  <ab@openoffice.org>  [782e5f579a4f43c9e1c0d84a0dea610fb320abd6]

        SfxHelp removed

2000-11-28  Martin Hollmichel  <mh@openoffice.org>  [ee847e098be27b4ad26164b5c88f26ad82828504]

        chg: header for Solaris8

2000-11-28  th  <th@openoffice.org>  [976a357bef52407fa1aaf424ad2a3bb7f568d4bc]

        #80846# - ValueOfBoolean() works now also on systems, where wchar_t != sal_Unicode

2000-11-28  Frank Schönheit  <fs@openoffice.org>  [24a0ffc62d433b9fb207ba184d4bfeb4a7a31db7]

        #80152# +ODatasourceSelector::count

2000-11-28  Frank Schönheit  <fs@openoffice.org>  [bafbb3cb7d63fa7f33b0a20d0b37ff5f260cf486]

        #80152# m_bDisplayingDeleted -> m_bDisplayingInvalid

2000-11-28  Frank Schönheit  <fs@openoffice.org>  [f5994c7083390c66771ed9b27a874ef2debaf0a9]

        #80152# implApplyChanges: check the entry count of the listbox

2000-11-28  Frank Schönheit  <fs@openoffice.org>  [7e82582bcfbdf6e6b8bff42ba6f4e9ae28909e5a]

        #80152# m_bDisplayingDeleted renamed in m_bDisplayingInvalid

2000-11-28  Kurt Zenker  <kz@openoffice.org>  [dc65d6a815c039d6f0aef2045e24608bd4db3367]

        SearchParam in namespace utl and include textsearch.hxx

2000-11-28  Martin Gallwey  <mtg@openoffice.org>  [44d7d255be11ea826663bbfd571581488e48a232]

        #80556 fix time modification dates

2000-11-28  Oliver Specht  <os@openoffice.org>  [c4e62edfdc326309653a01312ac992034eb34cc2]

        #80600# ptrarray in UNIX

2000-11-28  Herbert Duerr  <hdu@openoffice.org>  [7069e551a7c130c1e3bb5b154bc5dd16dd419960]

        complete kerning in serverside font feature

2000-11-28  Dirk Völzke  <dv@openoffice.org>  [812ed53fd66fffac188cf144802aad6a7132da92]

        #80286# removed all DirEntries

2000-11-28  Andreas Bregas  <ab@openoffice.org>  [27de18645a99517ea9bc229d599b9662bb724fce]

        #80755# Re-Added keywords that were deleted by mistake

2000-11-28  Oliver Specht  <os@openoffice.org>  [3cd1e703627fb154a9c117fe6e136d85dd75b0d4]

        #80600# ConfigItem UNIX conform

2000-11-28  Oliver Bolte  <obo@openoffice.org>  [631a31752b37a76558e301118fea767a283ef07c]

        Change: Initialisation of aCropStr linux compiler #65293#

2000-11-28  Christian Lippka  <cl@openoffice.org>  [b3fbbc2074270455cf66eb29a098d9f02effecf9]

        #80834# added LineDashName property for xml import/export

2000-11-28  Martin Gallwey  <mtg@openoffice.org>  [0135f66c7e29773a162b8accbf347fa3342d597f]

        #80556# correctly handle new ZipPackageFolders

2000-11-28  Christian Lippka  <cl@openoffice.org>  [e33be54b65d82370365ebf0e655f5f87548c7464]

        #80834# set which id on XLineDashItem to get it into the pool

2000-11-28  Andreas Bregas  <ab@openoffice.org>  [05817a431ded66db3f973a8c54a4d24fc37fe0cd]

        #80755# Basic import

2000-11-28  Rüdiger Timm  <rt@openoffice.org>  [9ae00d628c2dd022bcd231851f62cf700a2869d2]

        SRC614

2000-11-28  Ocke Janssen  <oj@openoffice.org>  [e8ba0935dfd767db3ed1d863181eed03289427b4]

        #80827# check dbroot if dbconfig failed

2000-11-28  Christian Lippka  <cl@openoffice.org>  [0c78823a4835ab8d3f3c5ece8ed441907f5c933d]

        #80699# new api to get StarOffice Api Wraper for svx implementations

2000-11-28  Andreas Bregas  <ab@openoffice.org>  [0dbd20a7f7bb73d92babd6ad39063597eb47f53e]

        #80755# Basic import

2000-11-28  Niklas Nebel  <nn@openoffice.org>  [7866d36bb0e6d44cb055b99fe61c5c6c977c7dc1]

        #80627# Command: use InputCommand for ExtText commands

2000-11-28  jp  <jp@openoffice.org>  [2301b6091bd532e76692c82e751ab6c1db46d0e8]

        Bug #80631#: DTOR - end the text edit

2000-11-28  Andreas Bregas  <ab@openoffice.org>  [e18a76f5feac6223bcd2842c2e79a88401a6e6b1]

        #80755# Basic export

2000-11-28  Andreas Bregas  <ab@openoffice.org>  [147304f7dbb7f3d0312502bad286993b15eef6cc]

        #80755# script.lib

2000-11-28  Peter Burow  <pb@openoffice.org>  [918957cc8e15ac978f426cb5549380021865bb1f]

        fix: #80231# no SfxHelpPI any longer

2000-11-28  Andreas Bregas  <ab@openoffice.org>  [0f0b628429353fab5b873f34619a85855edf40c9]

        #80755# xmlscripte/i.cxx

2000-11-28  Niklas Nebel  <nn@openoffice.org>  [1945140214d6813aafcb536762946d89e84e8970]

        #80627# InputCommand

2000-11-28  Andreas Bregas  <ab@openoffice.org>  [7054577b9bd34bb1bb7e54ba0b943eb43b9706fe]

        #80755# Basic import

2000-11-28  Mathias Bauer  <mba@openoffice.org>  [60deec7471650c391a78db155ad8125cf56c8897]

        #80231#: no SfxHelpPI anymore

2000-11-28  Andreas Bregas  <ab@openoffice.org>  [9a19f44baf67c7ee8a49f25a106b1b572ee2bbf0]

        #80755# Header for Basic import/export

2000-11-28  Daniel Rentz  <dr@openoffice.org>  [1fe88dc17b2026db5a1e19e21f87ca861f070cb2]

        add: change tracking import

2000-11-28  Kay Ramme  <kr@openoffice.org>  [0b87e087e294723f170d22036267c8bd13401016]

        #80785# added attributes: localHost,localPort,peerHost,peerPort

2000-11-28  Andreas Bregas  <ab@openoffice.org>  [9b010f35a4d59c128d170bdb57bcbc7c24f03813]

        #80755# Keywords for Basic import/export

2000-11-28  Kurt Zenker  <kz@openoffice.org>  [fbc8db9491cd5425d6c95415c346ebab72e6b80b]

        #65293# syntax for svx3ditems.cxx

2000-11-28  Kai Sommerfeld  <kso@openoffice.org>  [19b968e3b01b86aa988a054ca74417844c5f968d]

        #80286# - Removed wrong assert from HierarchyEntry::getData(...).

2000-11-28  Martin Gallwey  <mtg@openoffice.org>  [fded13dff3e57760d16082db29f7933adc1c7c98]

        #80556# do not set default mime type

2000-11-28  Martin Gallwey  <mtg@openoffice.org>  [785c6ffe458d5504d73cb53c2f5bb439b0438f8f]

        #80556# bug fix

2000-11-28  Daniel Rentz  <dr@openoffice.org>  [2228767b6bea5080970a4bbe1907a5da7ad9fd83]

        add: change tracking import

2000-11-28  Daniel Rentz  <dr@openoffice.org>  [ac996a3d640ceafc7ebbadf5cb8924265a0fa67b]

        chg: change tracking dump

2000-11-28  Martin Gallwey  <mtg@openoffice.org>  [09362c472e5fc24ff91b3469e1bfc0de8dc4d6e5]

        #80556# store pointer instead of reference...

2000-11-28  Rüdiger Timm  <rt@openoffice.org>  [d7e96001f2b0000bd5f451bc744158bef075dfb2]

        exception specifications

2000-11-28  Martin Gallwey  <mtg@openoffice.org>  [2c3402219d80914e852e77be653d21baaa3585bf]

        #80556# use supplied MultiServiceFactory

2000-11-28  Philipp Lohmann  <pl@openoffice.org>  [3c28c05cdf8e26b176d107bec3b4d89f181f0703]

        #80561# use SvtPathOptions instead of Settings service

2000-11-28  Rüdiger Timm  <rt@openoffice.org>  [05e81c1c851b0d4e56ebafd619a9824b20099506]

        SRC614

2000-11-28  Peter Burow  <pb@openoffice.org>  [ea367f736102fe727245763fd3f427d4ef01d607]

        fix: #80657# search for the install.ini with OStartupInfo

2000-11-28  Dieter Loeschky  <dl@openoffice.org>  [b0a4c7d3b3ce5d8d06d50a3b049b10fb3633fa9e]

        #80635# Using AddControl() to add play BtnPreview

2000-11-28  Martin Gallwey  <mtg@openoffice.org>  [fc65cfd517db2cafaad8f1a92a69872bc431bd96]

        #80556# added manifest import objects

2000-11-28  Oliver Specht  <os@openoffice.org>  [ffde35cb1ee0831f1cd74396c0cb869eab0b653d]

        revision log removed

2000-11-28  Oliver Specht  <os@openoffice.org>  [4649ebb41fa3f6901a9aea905ad4f41eb0484192]

        write field type as int32

2000-11-28  Rüdiger Timm  <rt@openoffice.org>  [95b067fc6b3fc0c88851d33f9ec66d9cf7c46f32]

        SRC614

2000-11-28  Jörg Budischewski  <jbu@openoffice.org>  [4c59380659aac2fff556a35c5ebe9566306280c7]

        #80785# added host/port info for peer and local

2000-11-28  Dieter Loeschky  <dl@openoffice.org>  [d2013e6d230803078da91450a9c414b40ed90b7f]

        #78873# Ctor: CJK font defaults

2000-11-28  Dieter Loeschky  <dl@openoffice.org>  [0efe11556145a9124bf6c199ba630624d2d1073b]

        #78873# Ctor: CJK font defaults

2000-11-28  Patrick Luby  <pluby@openoffice.org>  [78a952b1be0f4ed44b2a001a38b96214c806cc13]

        Added initial implementation of mouse event handling

2000-11-28  Thomas Lange  <tl@openoffice.org>  [80e13e076cee033dadf5b9ea3e164ff7af9be614]

        #80600# linguistic configuration

2000-11-28  Thomas Lange  <tl@openoffice.org>  [0b8116b6bd94a7a0d3b6616c858b1cfd140f01a1]

        #80600# lingu modules dialog

2000-11-27  jp  <jp@openoffice.org>  [2211d7dca73a7ab6f9b5cf5c40d707b8b519452b]

        Bug #80631#: DTOR - end the text edit

2000-11-27  Oliver Specht  <os@openoffice.org>  [9b063dab336a2947b3a95922aba7c35ec5b78a14]

        #80600# linguistic CheckListBoxes

2000-11-27  Oliver Specht  <os@openoffice.org>  [4728767b8a8f77cb3708dd7c2b508877646113b9]

        #80600# almost completed

2000-11-27  Patrick Luby  <pluby@openoffice.org>  [985505e2c80b1ce2d76fd27f2ee3934c0817bbbe]

        Implemented SalFrame::Beep method.

2000-11-27  jp  <jp@openoffice.org>  [b533cb6b76a427a4f86a165677632df38dc77b51]

        Bug #80732#: AddPutEditEngFontsInAttrPool: use the correct Itempool

2000-11-27  Sander Vesik  <svesik@openoffice.org>  [4f8803fdba7149e77b0b64a1480ff02bd0a2c91c]

        Remove stl/ from #include statement

2000-11-27  Malte Timmermann  <mt@openoffice.org>  [5715c1e1bee0927fd15eab40a08128c12c8a6b56]

        #80787# Don't inline GetDocVisArea - compiler optimization bug!

2000-11-27  Björn Milcke  <bm@openoffice.org>  [4619b35950069d4c6833269bf1f11378255955b9]

        #80759# import position and sizes correctly

2000-11-27  Martin Gallwey  <mtg@openoffice.org>  [e85c7cec143295a13aa27c780155b334e3ad68e8]

        #80556# use manifest instead of zipfile comment to store mediatype

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [341bc5a4f7c76609e2da67ec1cb46ba32d3ba694]

        SRC614

2000-11-27  Martin Gallwey  <mtg@openoffice.org>  [49f70b05d8f85ab1e9449703f166fef25757c1f7]

        #80556# Initial revision of manifest support + ignores leading slash in zip package folders

2000-11-27  Martin Gallwey  <mtg@openoffice.org>  [8fbbfbb7098fed25bdb94d301f1ded466e2e1479]

        #80556# initial revision

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [b90e16961dffcf59c9b8e013e1c810fae9444a7d]

        SRC614

2000-11-27  Martin Gallwey  <mtg@openoffice.org>  [a1988e5628328d66d5e11a141c3d665174b163c1]

        #80556# Ignore a leading slash in contained files...

2000-11-27  Niklas Nebel  <nn@openoffice.org>  [26cf8bb7fd09ea3b02b7e491cd02725a73000072]

        #79096# always use app font for input line

2000-11-27  Michael Brauer  <mib@openoffice.org>  [41e1597f61f1cd4c2716b85cdce038766757595f]

        #80795#: use packages

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [12fa9897dd66ef7643b3cd15baffc26ef68b2357]

        SRC614

2000-11-27  gt  <gt@openoffice.org>  [901f0d0f4c27d2ea08e54aedd230206a8f74891d]

        explicit castings to avoid compiler warnings

2000-11-27  Andreas Bregas  <ab@openoffice.org>  [1609315a1080cd38bc8fce193f6741cf413ae579]

        #80755# New functionality for Basic XML import/export

2000-11-27  Peter Burow  <pb@openoffice.org>  [5dfa5f51081b4e4fa665260bea94c2e12db2cf23]

        fix: #80425# new private methods for Reset and FillItemSet

2000-11-27  Peter Burow  <pb@openoffice.org>  [36d718279030504c5cdc2e344769b05ae0dafc0f]

        fix: #80425# STR_CHARNAME_NOSTYLE and ..._TRANSPARENT added

2000-11-27  Behrend Cornelius  <bc@openoffice.org>  [86d6c6368a98099c33e57ca703c408712c9dbbc0]

        #75659# New Message when wrong filetype is selected

2000-11-27  Oliver Specht  <os@openoffice.org>  [36ce981a00b0b9cd11f4062dd39824bfff7f2f66]

        #80754# find alternative data source

2000-11-27  Oliver Specht  <os@openoffice.org>  [771221673868c8dea2ed5efaf7ab5708b6157514]

        #80754# survive illegal path settings

2000-11-27  Michael Brauer  <mib@openoffice.org>  [96cbd76ec4c76b34eca53becfaeab3fad6140570]

        #80795#: Use packages within XML filter

2000-11-27  Michael Brauer  <mib@openoffice.org>  [8c1047f0b1fd3f77297b2fd1a250420b42197fce]

        #80795#: use packages

2000-11-27  Andreas Bregas  <ab@openoffice.org>  [3afa4bf27a1e2cbf21aa6620054115edc75b7ee8]

        #80755# Script/Basic export/import

2000-11-27  Michael Brauer  <mib@openoffice.org>  [7609b60cb705558844a4bddcec3ed91516fae687]

        #80795#: Use packages within XML filter

2000-11-27  Andreas Martens  <ama@openoffice.org>  [db4856f8bd2b0d656678881a0208992142d72636]

        #80560#: Change in two line attribute

2000-11-27  jp  <jp@openoffice.org>  [eabddfde2a59ff4f5f70659606365dfc0dd7a5e1]

        Bug #80771#: assert removed

2000-11-27  Mathias Bauer  <mba@openoffice.org>  [169d65106f7a9d9e2ffb16cd7a78874f694165ba]

        #78712#: FlushDocInfo after changes

2000-11-27  Kai Sommerfeld  <kso@openoffice.org>  [7d68f2cea2cfd5f99236a66754b02ab81f41325d]

        #80246# - Fixes + optimizations.

2000-11-27  Björn Milcke  <bm@openoffice.org>  [c918c3908d0a5a0349ad9f14ed7c18a695371d63]

        #80759# sXML_stroke_dasharray -> sXML_stroke_dash

2000-11-27  Armin Weiss  <aw@openoffice.org>  [6f2bd847cd1748c00d90f3ca22a733550da7cc2c]

        #80012# changed style:page-master to contain a style:properties section

2000-11-27  Andreas Bille  <abi@openoffice.org>  [c8c062e21d5f9d176a42af25ec158df9d086d9b5]

        #80792#

2000-11-27  Martin Gallwey  <mtg@openoffice.org>  [82eab5cec6818cd3f0543d85680e8d9ec283bb49]

        #80556#

2000-11-27  Thomas Lange  <tl@openoffice.org>  [9b6f92dd8e2c39a42bdd5419c5c539d7a5950a93]

        #80600# old code removed

2000-11-27  Kay Ramme  <kr@openoffice.org>  [bbf1ce3a156105079a85d6fc9801120fd96887c0]

        method getBridge fixed

2000-11-27  Mathias Bauer  <mba@openoffice.org>  [ef156502c791500d7839ce538aa52c7eaba4081b]

        #80702#: change SID_NEWDOCDIRECT in TestTool to SID_OPENDOC

2000-11-27  Mathias Bauer  <mba@openoffice.org>  [eabd9cbd056def5af76fc1b84a5f9f348fc8f154]

        #80702#: ExecuteFunction with ItemSet

2000-11-27  Christian Lippka  <cl@openoffice.org>  [c1e66ebe28e6448099e79cb2a973c833baeac249]

        #80594# return default import context for unknown child contexts

2000-11-27  Oliver Specht  <os@openoffice.org>  [1df0e87a2489cc892c095b2e27e039d21728de89]

        #80679# ZOrder

2000-11-27  Ocke Janssen  <oj@openoffice.org>  [ea002ee0c07ca23dc987875353f4ccf836e33826]

        new parameter in fetchRow

2000-11-27  Thomas Lange  <tl@openoffice.org>  [ae022ebdaa7a6f81fc04ee657b5ec59e383bc023]

        #80600# activation of dictionaries fixed

2000-11-27  Jörg Budischewski  <jbu@openoffice.org>  [db966934ca29b0a840ea5a10f7af152f7b0ff7e3]

        #80377# corrected documentation

2000-11-27  ok  <ok@openoffice.org>  [0253ee42c8da0181bc76c0f24c323642cc5d66e6]

        fix: #80250#, enable setupserver for central configuration

2000-11-27  jp  <jp@openoffice.org>  [a68f7e2d74a949ce9c6728432ff5cf0536a27df4]

        Task #80425#: remove tabpage two lines if drawobject selected

2000-11-27  Peter Burow  <pb@openoffice.org>  [c442e0e0d39117641d0f792a5416dd5c0965e6df]

        fix: #80425# next version of the new tabpages

2000-11-27  Ocke Janssen  <oj@openoffice.org>  [c44df5661b152e26106e96d99f07e8cf9fccc88a]

        #80002# check for null of env

2000-11-27  Dieter Loeschky  <dl@openoffice.org>  [b6b10c6b90718ca7ad0118278f5564761bbdf278]

        #80747# new CJK and CTL languages

2000-11-27  Thomas Lange  <tl@openoffice.org>  [84c7e595a7ffd9034297d1b2736a16c8dc7cf5cc]

        #80600# new TabPage and dialog for lingu

2000-11-27  Mathias Bauer  <mba@openoffice.org>  [5f2c6933284df2776ac15046b14279df430e3dc9]

        #80231#: new help browser

2000-11-27  Kai Ahrens  <ka@openoffice.org>  [3afe4618602f04353199c8d622d8b12c6d031679]

        #80752#: moved crop slot to SVX

2000-11-27  Mathias Bauer  <mba@openoffice.org>  [26645fdf78c914c5adccdfd369b9d2830b5519ea]

        #80361#: use threadsafe AsynchronLink for DoneLink

2000-11-27  Thomas Lange  <tl@openoffice.org>  [a1ea38b16f9d9f5a8c6953841cfba9ddf823235c]

        #80600# new helpids for lingu dialogs

2000-11-27  Dieter Loeschky  <dl@openoffice.org>  [895163e1d48219474e212bc8133c36d619c6f8fb]

        #80747# new CJK and CTL languages

2000-11-27  Björn Milcke  <bm@openoffice.org>  [01ecdfaacd6de0951feb3dde2e20a31abe630dfc]

        #80759# enable some draw properties for im-/export

2000-11-27  Peter Burow  <pb@openoffice.org>  [a0e052b25b62946a9079159e289b135eaec26fa7]

        fix: #80425# next version of the new tabpages

2000-11-27  Peter Burow  <pb@openoffice.org>  [c627b72c48b4659e8caf43d83a91fb2f3d7e11ed]

        fix: #80425# new char tabpages

2000-11-27  jp  <jp@openoffice.org>  [a4c0db0434bad518211eb20244d2708a1a5b5218]

        Task #80425#: new tabpages

2000-11-27  Peter Burow  <pb@openoffice.org>  [d920d7e8a6ccca0a27a4e58f3caa91421b0c3144]

        fix: #80425# rename HID_SVXPAGE_CHAR_ASIAN -> HID_SVXPAGE_ChAR_TWOLINES

2000-11-27  Mathias Bauer  <mba@openoffice.org>  [e04c93ba1ae876f078c2c5ed67fda40b00a330c1]

        #80231#: new help browser

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [086ffa6140391eca3681b0db28dcfc233d34a0d0]

        Merge SRC614: 27.11.00 - 09:55:47 (NoBranch)

2000-11-27  Dirk Völzke  <dv@openoffice.org>  [1db915c33cce33eb141ce074b38405df330caf78]

        #80286# Use UCB instead of DirEntry

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [6e38c6841e598fd597bcdecf7c7cf34de93d72e4]

        Merge SRC614: 27.11.00 - 09:52:18 (NoBranch)

2000-11-27  Niklas Nebel  <nn@openoffice.org>  [af57ff62e1fa35fb8ebb87a4f3afd0a7a7b979fc]

        #80425# new character tab pages

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [5637e172e313cb8a6af3846af59c85e9d33d3898]

        Merge SRC614: 27.11.00 - 09:47:54 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [6919c3e70a6df42e65553f431d0a42c0e4ebd8fc]

        Merge SRC614: 27.11.00 - 09:46:13 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [c3ac4251b8db69184760c7306f39e74d2a597428]

        Merge SRC614: 27.11.00 - 09:45:28 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [0fdc5b6170cf1dd28689e963980da749f2da8b61]

        Merge SRC614: 11/27/00 - 09:44:53 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [b644c840c5eab04aad56012e9cce451489881f5d]

        Merge SRC614: 11/27/00 - 09:38:43 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [6b428224a7a875075077232b35a2e654937d0ea9]

        Merge SRC614: 27.11.00 - 09:38:23 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [eba0aaddf5b304e3780bb60fbcfe7a9929e81043]

        Merge SRC614: 27.11.00 - 09:37:08 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [d0d0391558c2b43286808c4c6f7333ef631cab66]

        Merge SRC614: 27.11.00 - 09:36:03 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [bb9944fca3b2000ff8f36ee6ac49b814794782a8]

        Merge SRC614: 27.11.00 - 09:35:19 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [fcb61389794474c5c096ec11b2d4b2885e2e9f5d]

        Merge SRC614: 27.11.00 - 09:35:38 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [6afb71ec1c3796549ab77462d6d4c9a7510924f3]

        Merge SRC614: 27.11.00 - 09:34:49 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [fa46f3e4860d4dcc8783cb45ee69c37c600daf39]

        Merge SRC614: 27.11.00 - 09:33:24 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [a6896f315dc2a1825f7210ee6d59c48a937e16f2]

        Merge SRC614: 11/27/00 - 09:24:41 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [40e06ffe07c0cb2e0e10aa7e92af3048973e5e2a]

        Merge SRC614: 27.11.00 - 09:32:33 (NoBranch)

2000-11-27  Dieter Loeschky  <dl@openoffice.org>  [95e8a23a23bfdaff00e23cf677d8d380abc188df]

        #80425# new character dialog

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [75f352e5432c5453ea67530cd21ae242c4254cae]

        Merge SRC614: 27.11.00 - 09:32:03 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [5fb13acb1881704f18153f1610d5d202f6137d70]

        Merge SRC614: 27.11.00 - 09:30:59 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [0ba6643ffb6d39343585c1f258424bbcbca6f885]

        Merge SRC614: 27.11.00 - 09:28:59 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [4abb48c943e0ced76ac181484fcd43346a0c2d23]

        Merge SRC614: 27.11.00 - 09:26:34 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [a89a35ae00a3c887d29044af4bb04dcb5e810947]

        Merge SRC614: 27.11.00 - 09:25:27 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [43c1b7f83724ca1c71d450cab005138f6b452ad7]

        Merge SRC614: 27.11.00 - 09:24:28 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [b2ab2826534463836741ae993bbca468de8cabad]

        Merge SRC614: 27.11.00 - 09:24:54 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [658e824499f42b5ce0b087a08fcdffbe12cdaa69]

        Merge SRC614: 27.11.00 - 09:24:52 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [7d8029a9a2e00e620e0ea4df4db225d1775d8886]

        Merge SRC614: 27.11.00 - 09:23:43 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [5406af42abc619be1602ea7a4b8a6fe13a7f0f5b]

        Merge SRC614: 27.11.00 - 09:23:32 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [c1ff5a4e118cfb1769af22b854d186d63a3d16ef]

        Merge SRC614: 11/27/00 - 09:22:01 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [88a2083ce222a1932babfffcc8f662a44a152fc3]

        Merge SRC614: 27.11.00 - 09:22:05 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [51f0c2a10f7c4227c8644c3dc4f3ce0c95e3724d]

        Merge SRC614: 27.11.00 - 09:20:53 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [262c6da9e934030ba32fa0a2b880650717d8c81f]

        Merge SRC614: 11/27/00 - 09:19:58 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [a53bd2331f72c38d01764e6108b9163fcd76ccc9]

        Merge SRC614: 27.11.00 - 09:19:26 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [0508bebc9771637b776da165cfd33e144c1480a3]

        Merge SRC614: 27.11.00 - 09:19:13 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [8c1988dbbb42a40712b3bf979d3064bd3eb1c14d]

        Merge SRC614: 27.11.00 - 09:18:58 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [4ea53e75a5f07dc639ea58f9709e440c56e180eb]

        Merge SRC614: 27.11.00 - 09:18:44 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [682120b97a6d5e76480a16d2b4ed9f03ba675132]

        Merge SRC614: 11/27/00 - 09:16:58 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [9269f3fc4a280b9e5274b637c042e9da33149d2d]

        Merge SRC614: 27.11.00 - 09:16:03 (NoBranch)

2000-11-27  Dieter Loeschky  <dl@openoffice.org>  [fdd8631d3673a7a3889ed7ca706f3f5a0bf69c44]

        #80425# New character dialog

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [3e6162d32444b3086c9e86650f865fc3306f16de]

        Merge SRC614: 11/27/00 - 09:15:23 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [72d97df13e0b3fb8fdb81c557994907d02fc4456]

        Merge SRC614: 27.11.00 - 09:11:33 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [9215948678d9bc9d9f208e8ea77af12878eab425]

        Merge SRC614: 11/27/00 - 09:12:30 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [1f0e7902da479bc2a8ce9d8c41bbd808dc1bf43c]

        Merge SRC614: 27.11.00 - 09:12:51 (NoBranch)

2000-11-27  Oliver Specht  <os@openoffice.org>  [bbb576617c557202fbfc41179f1c227e69f97e56]

        #80754# registry GPF

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [33a6c08391e8feb241c63461066be78360c34887]

        Merge SRC614: 27.11.00 - 09:10:37 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [fb4fd8acea43c2fba8edc26739473d736336536d]

        Merge SRC614: 11/27/00 - 09:07:35 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [f5fb58e7f798cc35faa815c5f54e78fda9292e99]

        Merge SRC614: 27.11.00 - 09:09:27 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [d11af444295844698da1320d563a739b44520ef2]

        Merge SRC614: 27.11.00 - 09:08:51 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [dbbdef15bf5b57a734011b04c9dc405575eb145a]

        Merge SRC614: 27.11.00 - 09:08:46 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [5afc9cee0a33ccb3c07a2ab7ee459b765059daf5]

        Merge SRC614: 27.11.00 - 09:03:40 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [eda5a39e537ea7db37b9c803ade42bf6b021ed1b]

        Merge SRC614: 11/27/00 - 09:05:08 (NoBranch)

2000-11-27  Jörg Budischewski  <jbu@openoffice.org>  [2b7bf602b8976d6a581bd4353a62709d9a4f3d72]

        #79799# protocol-parameters are now cut off for bridge identification

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [3c664d93c462e3e39a3a5cce0123692936ae11fe]

        Merge SRC614: 27.11.00 - 09:02:29 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [4ce18ba20fe97ba868ccb63f36923961f6800c51]

        Merge SRC614: 11/27/00 - 09:01:16 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [0788b76b4e3fe33b48d6d1753a3613cea42efaff]

        Merge SRC614: 27.11.00 - 09:00:53 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [a9907972f3d5494c52d4029227b5175ff9055c0f]

        Merge SRC614: 27.11.00 - 09:00:34 (NoBranch)

2000-11-27  Ocke Janssen  <oj@openoffice.org>  [e2d40ddc8a12c8c0b3c1c96e221e1ada409ab092]

        new parameter in fetchRow

2000-11-27  Ocke Janssen  <oj@openoffice.org>  [ac73f13d240382da176de9b73f0774e2c7946907]

        new parameter is fetchRow

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [303c566d645b4e75ccf869f77c7d2a42338d3460]

        Merge SRC614: 27.11.00 - 08:58:14 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [e002d3440d81105cecf6962af496499405244d98]

        Merge SRC614: 11/27/00 - 08:58:01 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [0f4ed6facfdac01793c559d3253b44ad61989372]

        Merge SRC614: 11/27/00 - 08:56:41 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [5cfa945ad04d20ad9f273c6e220eff71fb64909f]

        Merge SRC614: 27.11.00 - 08:54:40 (NoBranch)

2000-11-27  Oliver Specht  <os@openoffice.org>  [f06e858d80d948ae00bafe6fc174f2a3a30176df]

        #80699# ::_CreateShape(): create SwXFrame

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [66ac33f34a9262790f95219595e2810b2c6e226b]

        Merge SRC614: 27.11.00 - 08:54:13 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [571497d86de4dd9560ed53c9bd15e76e00acb01b]

        Merge SRC614: 27.11.00 - 08:54:05 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [f35b6ba69a424a567c44565669e072decb111638]

        Merge SRC614: 27.11.00 - 08:52:56 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [b5a41ac213719304b521a3f9ac836a6f78ea5477]

        Merge SRC614: 27.11.00 - 08:52:59 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [25ad2871bfc598dad4461941cdd5e224db53d4f6]

        Merge SRC614: 11/27/00 - 08:52:32 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [ea13964dadef711a23baf30fb20fe90b4d285519]

        Merge SRC614: 11/27/00 - 08:50:24 (NoBranch)

2000-11-27  Oliver Specht  <os@openoffice.org>  [d866e40f9d7a8e48084f5b9a213de187b2fdacb6]

        #80699# ::createUnoPage

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [d0ffd6cb82286a941329eb4c7122246566b97467]

        Merge SRC614: 27.11.00 - 08:49:41 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [682421aea369bcf5051ea4318a63e77d64640890]

        Merge SRC614: 27.11.00 - 08:49:11 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [17b8e61dfe441f6621a6fd28ae5d1aeb3c99c5df]

        Merge SRC614: 27.11.00 - 08:47:45 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [c73a09f0435ed98f0e82d4af55211de61474fbd1]

        Merge SRC614: 27.11.00 - 08:46:28 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [5ad0d76d9823717e4c71500999f6adf7f1946ff2]

        Merge SRC614: 27.11.00 - 08:45:08 (NoBranch)

2000-11-27  Kurt Zenker  <kz@openoffice.org>  [894b9ad99d4c307f18f3f85f53e1fb0693a44ab2]

        Merge SRC614: 11/27/00 - 08:45:07 (NoBranch)

2000-11-27  Rüdiger Timm  <rt@openoffice.org>  [68bb42cab97ded78a6dfad4aa12d34d2fa68fe6e]

        Merge SRC614: 27.11.00 - 08:44:34 (NoBranch)

2000-11-27  Thomas Lange  <tl@openoffice.org>  [3b3f0f0c2cdb0606cd85d257c83278303bb6c416]

        #80600# SvxGetDictionaryURL fixed

2000-11-27  Nils Fuhrmann  <nf@openoffice.org>  [eff445df99e0a397fb3719a3091d8d45976318e3]

        Added cfgex

2000-11-27  Nils Fuhrmann  <nf@openoffice.org>  [54a2a90390cfb6fe7bdb7d991efb6bf3585de2b8]

        Added new functionality for GIF genaration: #78885#

2000-11-27  Patrick Luby  <pluby@openoffice.org>  [a12a81d2b63980a7d96c34440d117f0dd61e2d83]

        Implemented closing of application when main application window is closed. These changes have made modal windows non-modal pending implementation of VCL's modal code.

2000-11-26  Christian Lippka  <cl@openoffice.org>  [9482d7bd5ed1e8e4ead9deaf77b7c139ba9c56b6]

        #80699# create default uno page for calc

2000-11-26  Christian Lippka  <cl@openoffice.org>  [cdcf7458e0101d83f61b4658b34f74e1353797af]

        #80699# do not use _createShape anymore

2000-11-26  Christian Lippka  <cl@openoffice.org>  [9ef0f79291ffce8e9f0633ba314933917fa6840f]

        #80581# removed button 'created with'

2000-11-26  Christian Lippka  <cl@openoffice.org>  [8b696594c1cd34804449c1bcbb636388033193c7]

        #80699# do not use _createShape anymore

2000-11-26  Christian Lippka  <cl@openoffice.org>  [32a86d86253da98046cb904cdd89b06579e631c7]

        #80699# added support for Connector and Measures Shapes

2000-11-26  Christian Lippka  <cl@openoffice.org>  [d72f029570900394d0c1e537f522aba8ce466527]

        #80699# added support for Connector and Measures Shapes

2000-11-26  Christian Lippka  <cl@openoffice.org>  [1f74fe9e3c28c3fbefd157fa129466caf820f3f5]

        #80594# fixed merge problems

2000-11-26  Christian Lippka  <cl@openoffice.org>  [fa6a680fd62f7cbd6cfac3a44d064bfac87ff2b1]

        #80699# added support for Connector and Measures Shapes

2000-11-26  Christian Lippka  <cl@openoffice.org>  [9dc54161ebf2a480e59b707abea6664adf4c3c8a]

        #80594# #80699# fixed merge problems and added strings for connector support

2000-11-26  Christian Lippka  <cl@openoffice.org>  [2dd61ee02b923cac815889062dbf8e603478d660]

        #80699# new api to get StarOffice Api Wraper for svx implementations

2000-11-26  Christian Lippka  <cl@openoffice.org>  [33b351f623f0ce26748e8e3771fdaa3159104d85]

        #80699# new api to get StarOffice Api Wraper for svx implementations

2000-11-26  jp  <jp@openoffice.org>  [31c88841cb9dc3388744245660650de4a7b48882]

        Bug #80312#: set cursor for textinputcontext

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [93b4d7f51af48444a83e4b4ba804fafb3d9d7776]

        #80688# pScriptTypeData

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [61b92ccb3f4c597f1d6ef0ec7b9698cdbf0f38d8]

        #80688# use ScriptTypeData

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [7d7641d8a9122cac0161a988286ec7a7cc185360]

        #80688# ScriptTypeData

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [9295ecb4317dcf4cbda37bdf80152012e9f8f2fe]

        #80753# image list: SID_ATTR_GRAF_CROP

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [bca4efeec93cfa27896189c79cbb34a29ba36c25]

        #80753# use SvxGrafAttrHelper

2000-11-26  Kai Ahrens  <ka@openoffice.org>  [628400146d7bbe5fb37d6c7111e997ac601ec4f0]

        #80752#: added SvxGrafAttrHelper

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [08e237ed8c5abf3f744009105b5ae40c44ec151d]

        #80753# SID_ATTR_GRAF_CROP

2000-11-26  Kai Ahrens  <ka@openoffice.org>  [98f6f0bd6f8f3ca3a74a93a90f36d0778373d06d]

        #80752#: added strings for graphic undo

2000-11-26  Kai Ahrens  <ka@openoffice.org>  [286b176f0f79bfdbd560c3a0875472bb4ed6ffb5]

        #80752#: added SvxGrafAttrHelper

2000-11-26  Christian Lippka  <cl@openoffice.org>  [eff1f84ddaab371c66e2d45a9208dbe4b08f7631]

        #80699# new api to get StarOffice Api Wraper for svx implementations

2000-11-26  Christian Lippka  <cl@openoffice.org>  [99415442a4a7017d0e59b7c786c3b6a1b5995a56]

        #80699# new api to get StarOffice Api Wraper for svx implementations

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [abd8b4a6578c1ad3c96147a6b618ac2a11cd917c]

        #80747# FillEditItemSet: language items

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [e3e792a3875139c214189227b6d471e848e52d76]

        #80747# document has 3 languages

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [7ed32eaee63abd3f70e620e09162fb9f73930f4f]

        #80747# initialize languages from options before loading

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [2c277be649b78e725dd80db26f04ad1e1764ff61]

        #80747# Export: GetLanguage not needed

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [38c05b20eb281f4737bf28c5f8318daf28490a2c]

        #80747# slots for cjk/ctl default language

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [3f59ba746ee0b96b9fd8119a89eb9c27453e37e7]

        #80747# document has 3 languages

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [233daf4858286661a9b02a6a567307f13e2ba048]

        #80747# language for thesaurus depends on script type

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [28a4f049737cbab2871ebeed7f2adaafe02f56e1]

        #80747# GetEffLanguage

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [f83dfc161448b60c50dfb82d8bdb27a133c84df2]

        #80747# document has 3 languages

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [5cba76b056978c8f082761852ee86011dacd2db5]

        #80747# GetSpellSettings: 3 languages

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [5a33dd597010ede12a7d15e34fca7ff8a556868f]

        #80747# slots for cjk/ctl default language

2000-11-26  Niklas Nebel  <nn@openoffice.org>  [96c526456a1c03ab6731f1333c7b21d35669f33d]

        #80753# graphic filter slots

2000-11-25  Armin Weiss  <aw@openoffice.org>  [a6be686523dce67c8dc6ffc2a3b90525e95a15cf]

        #80371# objects like SwFlyDrawObj which are derived directly from SdrObject need the new mechanism for delivering an ItemSet. Added this functionality

2000-11-25  Armin Weiss  <aw@openoffice.org>  [5780687807fca1705811451b639993f39aa88fe2]

        #80046# a Move() is necessary, a NbcMove() is NOT ENOUGH(!)

2000-11-25  Armin Weiss  <aw@openoffice.org>  [1492b30addfdc93c8f599404fa1230ac5d243511]

        #80049# due to the #69055# fix the anchorpos of group objects needs to be set after loading again in SdrObjGroup::AfterRead()

2000-11-25  Niklas Nebel  <nn@openoffice.org>  [8260f4d9ca7b0d3fa8c42688bbed017194cdb06d]

        #80753# InvalidateAttribs: graphic filter slots

2000-11-25  Niklas Nebel  <nn@openoffice.org>  [6dbfaa6a156d91768221e0cff3e1a5278669f1aa]

        #80753# SID_GRFFILTER

2000-11-25  Niklas Nebel  <nn@openoffice.org>  [2fa423ef5e595fd444f617bc610b1f26073feb4d]

        #80753# graphic filter integration

2000-11-25  Niklas Nebel  <nn@openoffice.org>  [14fc99935b892ea046c6c777b15da796fbd8124d]

        #80753# SCSTR_UNDO_GRAFFILTER

2000-11-25  Niklas Nebel  <nn@openoffice.org>  [02a15d8c081f76173222dfd7554cb852c4dd8f9f]

        #80753# ExecuteFilter/GetFilterState

2000-11-25  Niklas Nebel  <nn@openoffice.org>  [ffe38662ea22c31ad0726142a672563dfa0413f0]

        #80753# include grafctrl

2000-11-25  Niklas Nebel  <nn@openoffice.org>  [61f4c3c7f329f258434874e07ced96806e131b0c]

        #80753# register graphic filter toolbox controller

2000-11-25  Niklas Nebel  <nn@openoffice.org>  [8e2c3fad4dec4dfcc73d04107e05e114a52d48b6]

        #80688# CheckWidthInvalidate: cjk/ctl font items

2000-11-25  Niklas Nebel  <nn@openoffice.org>  [99b0f8b5de97d83aeb6b6a8fbc453b6a8c5b107d]

        #80688# get default font for cjk/ctl with GetDefaultFonts

2000-11-24  jp  <jp@openoffice.org>  [d18f709f025fad54d848974c31792596962d9496]

        Task #80648#: three core fonts

2000-11-24  jp  <jp@openoffice.org>  [88047772c57b67f1c917742b01a8b9ce61ba607a]

        Task #80648#: three core fonts

2000-11-24  Niklas Nebel  <nn@openoffice.org>  [3cae499100e3d1d42bf317a9014719e53cf2754d]

        #80688# map toolbox controller font items according to script type

2000-11-24  Niklas Nebel  <nn@openoffice.org>  [f41585c80dceb33506eedd3bc73ca64e8cfb6c09]

        #80688# InvalidateDrawTextAttrs: cjk/ctl font slots

2000-11-24  Niklas Nebel  <nn@openoffice.org>  [4651ef1061da9a848fef20729204846c5210b3bf]

        #80688# Slot-IDs for cjk/ctl font items

2000-11-24  Niklas Nebel  <nn@openoffice.org>  [56cb65e9e2458f65c49a22187f223cc438938032]

        #80688# PutItemScript

2000-11-24  Eike Rathke  <er@openoffice.org>  [92deb3ccf7ef5466182a4ad31a8d545f49f27f7a]

        #80660# support multiple calendars; new era, year, day formats

2000-11-24  Eike Rathke  <er@openoffice.org>  [353ccd24f53ba6e4cc9de205e212f4387b8400bc]

        #80660# GetNumberFmt: new date keys

2000-11-24  Eike Rathke  <er@openoffice.org>  [bd5f808189a5d5bd69c152ff20ef372eb7d58f80]

        #80660# changed year and day keys

2000-11-24  th  <th@openoffice.org>  [997ac4fb982d074ffaebf94cbdfad3c59d10a1c0]

        #80271# - MinWidth/Height #76725# - Default Position/Size

2000-11-24  Kai Ahrens  <ka@openoffice.org>  [0aa66bdab520d1d77bc267e292303dc389b967be]

        #80752#: moved TbxImageItem to SVX

2000-11-24  th  <th@openoffice.org>  [5619414098551245ce8f80e37843677be0a81123]

        #80271# - MinWidth/Height

2000-11-24  th  <th@openoffice.org>  [1752391f2ca0377a12338c417f039f73b08c421e]

        Assertion for AppServer, Unicode-Support for Windows-Assertion-Box

2000-11-24  Christian Lippka  <cl@openoffice.org>  [b2325269a542697b27c4c748628c5b0778361b23]

        #80594# XML 3d import/eport added

2000-11-24  th  <th@openoffice.org>  [619e83d2f4f6943f392604c41cb2d606e54ad1ba]

        #76725# - Default Window Size

2000-11-24  th  <th@openoffice.org>  [35856ca4d887fd6aa7f3e9774d16b1bedbd22a8b]

        #80271# - SetMinOutputSizePixel()/GetResizeOutputSizePixel()

2000-11-24  th  <th@openoffice.org>  [a27e8ec2f526b730fbd52a370883af3f9cd8cb3f]

        #79656# - Andale WT UI

2000-11-24  Niklas Nebel  <nn@openoffice.org>  [56aecda329601d55df6248bcc727d01684c4fb88]

        #80688# GetSelectionScriptType, ApplyUserItemSet

2000-11-24  Kai Ahrens  <ka@openoffice.org>  [af0d3b9735c3d2d7028c14b4ee2f37320bc050bf]

        #80752#: added TbxImageItem

2000-11-24  jp  <jp@openoffice.org>  [458c8120863a13a161d838888e573ed0387cbbe3]

        Task #80752#: control for imagefilter

2000-11-24  Armin Weiss  <aw@openoffice.org>  [28572ad6fb549926f94c04a0a9ff774258774ccd]

        #80594# XML 3d import/eport added

2000-11-24  Armin Weiss  <aw@openoffice.org>  [3b62bc64af42550126a6161f695f199a061b4684]

        #80594# XML 3d import/eport added

2000-11-24  Kai Ahrens  <ka@openoffice.org>  [c3ce445a968d01930a6daa7e70b058688616d0ec]

        #80752#: added TbxImageItem

2000-11-24  Armin Weiss  <aw@openoffice.org>  [d26a9042cbcfab4e2418313d89ffb20890a615fd]

        #80594# XML 3d import/eport added

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [3535856bf1619bfa65b7e8263655c34cd1b8cc6f]

        Merge SRC614: 24.11.00 - 18:32:44 (NoBranch)

2000-11-24  Herbert Duerr  <hdu@openoffice.org>  [676bb8fb9a5d92fb87507a95ab2005df500785cb]

        add kerning for serverside fonts

2000-11-24  Sven Jacobi  <sj@openoffice.org>  [c78a4060f333f68a9fc3e99d0c8e3dc66c85f569]

        #80716# now creating SvxColorItem by using the correct WhichId

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [cd49fd5edcc7d420ccf8dd01c9ae3d4d2f741878]

        Merge SRC614: 24.11.00 - 18:21:49 (NoBranch)

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [036a9bdb0328c4fe90b550cd61297f95c55e049e]

        Merge SRC614: 24.11.00 - 18:19:49 (NoBranch)

2000-11-24  Oliver Specht  <os@openoffice.org>  [330a5d5c9b36d9043abcfeb9be3d994ec2191129]

        #80747# new language TabPage

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [e1ce99f4a7c077c3324b63b0eff8adb24c5e63f5]

        Merge SRC614: 24.11.00 - 18:16:26 (NoBranch)

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [ad369a1571337002e9a21852c1613a79400521ea]

        Merge SRC614: 24.11.00 - 18:14:53 (NoBranch)

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [06701c173db2eded1dc510b44e4a0fe23ee9f14a]

        Merge SRC614: 24.11.00 - 18:10:01 (NoBranch)

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [6b3e339bb2c96261e17e04f32580145b08ba8575]

        Merge SRC614: 24.11.00 - 18:08:05 (NoBranch)

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [79efc831eaa8b518f5051dff43994728601c34f6]

        Merge SRC614: 24.11.00 - 18:06:42 (NoBranch)

2000-11-24  Dieter Loeschky  <dl@openoffice.org>  [032e63015261e95219af2ce7ca3a282e1478f446]

        #80317#, #80319# CJK font controller

2000-11-24  Dieter Loeschky  <dl@openoffice.org>  [6e9043d667bf8380ca0b667b2d66b25156a2661b]

        #80317#, #80319# CJK font controller

2000-11-24  Oliver Specht  <os@openoffice.org>  [6a3a328bad37a14442ac6890f32bf3a7a1f2bfd6]

        #80747# new language TabPage

2000-11-24  Armin Weiss  <aw@openoffice.org>  [9e300f9fe4364906bc3a144777a5773352c3d363]

        #80594# XML 3d import/eport added

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [88141d8ced70452471a97d98133ce917a18ca323]

        Merge SRC614: 24.11.00 - 18:01:15 (NoBranch)

2000-11-24  Armin Weiss  <aw@openoffice.org>  [c551fa7f8942bd02fdb912d77de0650a29410f44]

        #80594# XML 3d import/eport added

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [b48bdb406220b99978a6383aa345bde428c25c8a]

        Merge SRC614: 24.11.00 - 17:55:08 (NoBranch)

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [569d48076c99b59a2a0912c8e42da26531884f69]

        SRC614

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [86ff3b7c6abf0cfa9987cca947a98d20ce0f7810]

        Merge SRC614: 24.11.00 - 17:53:31 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [e329e7586c191832767e369587ef16fc228c8f9d]

        Merge SRC614: 24.11.00 - 17:51:38 (NoBranch)

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [120ff4aefb7bcb5bb1ba56f363c9af77e25ee035]

        Merge SRC614: 24.11.00 - 17:50:34 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [f24a4f2715f6940a06920bf4b4cad83edc5c7dff]

        Merge SRC614: 24.11.00 - 17:49:22 (NoBranch)

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [067f8add309e4f979fa75b9067522cd014724b4e]

        Merge SRC614: 24.11.00 - 17:48:03 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [ba3a79ecebd3403b2b6b306de9469a0e23794345]

        Merge SRC614: 24.11.00 - 17:48:14 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [a702d7d5d7640a033856f39a0ecfd5ca67fadd5d]

        Merge SRC614: 24.11.00 - 17:47:10 (NoBranch)

2000-11-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [caf603e33de5dd43dc4ff589c30c132c433199df]

        #65293#: temporary disable UCB storages

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [3d89dfa9efefe3a469a08e22697ded9cc37bd935]

        Merge SRC614: 24.11.00 - 17:40:06 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [d1009354708a811823d7b8737c839430d9cd8928]

        Merge SRC614: 24.11.00 - 17:38:57 (NoBranch)

2000-11-24  Armin Weiss  <aw@openoffice.org>  [74b56b3c2572179819c646eee87f1caa1ce12652]

        #80594# XML 3d import/eport added

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [b666f96ef318661f37082e79bdf7c9b67baca71d]

        Merge SRC614: 24.11.00 - 17:35:00 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [a8ab2b7248fcc62f08309c02ddef835270f82863]

        Merge SRC614: 24.11.00 - 17:34:25 (NoBranch)

2000-11-24  Kay Ramme  <kr@openoffice.org>  [59b8a9344ba8f335965a86ffb174a07dcab4627d]

        support for rdb overlaying

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [ca2b38b2066f23e593c6db81e0552e48d5137a8a]

        Merge SRC614: 24.11.00 - 17:33:17 (NoBranch)

2000-11-24  Kay Ramme  <kr@openoffice.org>  [f0d73a0d33ab31db6b5724a46eb55f4a4bb379b9]

        #80244# set DEBUG to false

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [9fc83c9ae2a98613bf6ce876492785162a267f3c]

        #80508# OnComplete: prevent access to the object if it's disposed already

2000-11-24  Oliver Specht  <os@openoffice.org>  [044a455ade150e2e382cf38a10c3b1da1c7a953f]

        #80600# Get/SetCheckButtonState: survive if no CheckButton is available - otherwise non-Checkable entries are impossible

2000-11-24  Armin Weiss  <aw@openoffice.org>  [59cfcbb5c19f3c6180c99781f23da522cf051480]

        #80594# added functionality of items needed in src614b

2000-11-24  Armin Weiss  <aw@openoffice.org>  [220ee099dd52d6801303bcbff5c239920d1369e6]

        #80594# added changed items for 3d xml import/export

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [37f2aa049ce0783fcc0e6f884778b529bde8f9a0]

        Merge SRC614: 24.11.00 - 17:17:48 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [22d1fd63410eb7350657b20beb41c41107280fc0]

        Merge SRC614: 24.11.00 - 17:16:44 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [b21fd48eb0bdee9d89b0d42a166836dfabd53a10]

        Merge SRC614: 24.11.00 - 17:14:39 (NoBranch)

2000-11-24  Andreas Schlüns  <as@openoffice.org>  [ab30db72437e0a52b025a851d4fcd6977045fded]

        #80748# add SetAppInternational

2000-11-24  Andreas Schlüns  <as@openoffice.org>  [613e23c8aa7c25b72a01500a93a7f6fec3ec51d9]

        #80739# wrong convertion for vlangid

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [b4464aca7528d18aef84168d3636365da563197b]

        Merge SRC614: 24.11.00 - 16:57:58 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [b35639f466c507adc29a31be7b70d1d33b5a4c32]

        Merge SRC614: 24.11.00 - 16:57:12 (NoBranch)

2000-11-24  Andreas Martens  <ama@openoffice.org>  [eab7cbef0ddc235848a64b8e73fd66ab121190cd]

        #80425#: Different color for the underlining

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [63efee46b9a4a218649cb0c73087060598e7b325]

        Merge SRC614: 24.11.00 - 16:55:33 (NoBranch)

2000-11-24  Andreas Martens  <ama@openoffice.org>  [f625b1d7136219fcf3ed9cc920544847c5a541fd]

        #80648#: Script changes => font changes and script space

2000-11-24  Kay Ramme  <kr@openoffice.org>  [a8c94485fd4b590aab0d765cfb0f141251e6da79]

        reuse java environment if possible

2000-11-24  Andreas Martens  <ama@openoffice.org>  [b7f410aa37cce7799424e5927b5d9a293aa0897f]

        #80648#: Script changes => font changes and script space

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [84ad1f2e2971721a4b655d784a66d51f35edd91c]

        Merge SRC614: 24.11.00 - 16:42:24 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [bae2d99c057aa19bba339ad69fa913d525410d78]

        Merge SRC614: 24.11.00 - 16:40:54 (NoBranch)

2000-11-24  Andreas Martens  <ama@openoffice.org>  [7367ba7dac0eecf1e2af2df73daced5f1f5e6c06]

        #80560#: Hanging punctuation and script space

2000-11-24  Björn Milcke  <bm@openoffice.org>  [55a6e46c9c0cc04d0ce36b2d4a1bfeb0e7c2fa18]

        #80523# save addin information in XML format

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [5736ad228eeb8e20c5e9fa8d41936d9747816674]

        Merge SRC614: 24.11.00 - 16:37:36 (NoBranch)

2000-11-24  Kurt Zenker  <kz@openoffice.org>  [8954d189e4de0cfe80a59c46e21ceb0e82fbe858]

        Merge SRC614: 24.11.00 - 16:37:24 (NoBranch)

2000-11-24  Andreas Martens  <ama@openoffice.org>  [51e29ab4e0ecce0e1ac6821ef720e8fb4cbdb2a6]

        #80560#: Forbidden linestart/lineend characters in Asian formatting

2000-11-24  Andreas Martens  <ama@openoffice.org>  [31e1bc2b3b95db8bfea68273f7df3af379feb550]

        #80560#: Forbidden linestart/lineend characters in Asian formatting

2000-11-24  Björn Milcke  <bm@openoffice.org>  [34af4864801b77ef2c3359079417558bcafd21bc]

        #80523# save addin information in XML format

2000-11-24  Björn Milcke  <bm@openoffice.org>  [6c3d13e393c71b2be829367e16e2d614f558c8d3]

        #80693# import titles as property "String" rather than TextRange

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [102bb9735112ab3931fcdf5f1486384f644f49e0]

        #80066# getEventMethods: work with a typeDescription, not with a typeDescriptionReference

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [a8e25d6c3132329ad447dfe4a6045eb5f4b35a56]

        #79032# added a const sal_Char* conversion for efficiency

2000-11-24  Martin Gallwey  <mtg@openoffice.org>  [609b54bfeda8607f1143c433cd4e730fdadb8559]

        #80556# optimisation for root folder request...

2000-11-24  Daniel Rentz  <dr@openoffice.org>  [576e527e4badb616e2bd1a26b512fc69ecebe424]

        chg: dump change tracking

2000-11-24  Armin Weiss  <aw@openoffice.org>  [7640dd728076b4db18468d8c9d6ba88e6694ab89]

        added svx3ditems.cxx

2000-11-24  Armin Weiss  <aw@openoffice.org>  [e32532d2885d24e26fe29764b9f9f714bdf8db06]

        added PutValue() and QueryValue() calls for items dealing with enums

2000-11-24  Malte Timmermann  <mt@openoffice.org>  [7e2b84b1c5d27ac72e38659dc94ee8918f890cfd]

        #80648# GetScriptType for 3 core fonts - use correct namespace...

2000-11-24  Kay Ramme  <kr@openoffice.org>  [0ea6c1ec4558336e98449436cd9cafcc272842b6]

        #80244# create unique name for bridge; close connection if something bad happens

2000-11-24  jp  <jp@openoffice.org>  [78f8f0ed578660b1c62b3573d212ce530b4b5296]

        Task #80648#: use new class SvxScriptSetItem

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [e806af8b1b25eb8664d37ed29657ead9c68f0cde]

        #80569# added a possibility to open an AddressBookSourceAssignmentDialog

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [5b8441893f18ee1cbf567686089efd5e3024976f]

        #80569# +addresstemplate/genericunodialog

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [baa5acc09662a9421c8ee4c58bd07afe244c1265]

        #80569# service registration for the dialog defining a address book source

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [8c99c070dadf3f4821aeb62e9e07739d19e61c05]

        #80569# +genericunodialog/addtempuno

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [4bda34677755729bd3a10353ea5b7bb9998ccc9b]

        initial checkin - frame for dialogs usuable as UNO service

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [28651d50dd9d9a9ce6441bfe4af903972d33784c]

        #80569# +addresstemplate.cxx

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [ace47e5e573280a925332133c10992095a56851f]

        initial checkin - dialog for defined a address book source

2000-11-24  Oliver Specht  <os@openoffice.org>  [1604add0d474dc0446a0ebcdabb8519fbcd28a0e]

        #80569# +ClearNodeElements

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [8ec9e54361380103e9f1522373a227f358e68ac9]

        SRC614

2000-11-24  Oliver Specht  <os@openoffice.org>  [a7d28dd414bf3b220751d54d81254137e700fe9e]

        #80698# create configuration provider with servertype argument

2000-11-24  Malte Timmermann  <mt@openoffice.org>  [17cceb9da6338a02159398091186b2f87be36065]

        #80648# SlotMaps for 3 core fonts and GetScriptType...

2000-11-24  Martin Gallwey  <mtg@openoffice.org>  [f0f2352275b43002528ef1726580dd7e29080ae2]

        #80556# Fixed exported C functions to allow correct instantiation

2000-11-24  Martin Gallwey  <mtg@openoffice.org>  [721d767bcef15b91c74814c43c9cbe588554f013]

        #80556# removed .* UNO dumping...fixes dependancies and all objects are no longer built each time

2000-11-24  Peter Burow  <pb@openoffice.org>  [8e464728687bef7cc9febda99ce1f1272917e220]

        fix: #80425# langbox.src added

2000-11-24  khz  <khz@openoffice.org>  [6093e9ab6932716a5fd823c0902fa4d888538467]

        WW field names use ANSI encoding - not plain 7-bit ASCII

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [ac3aed1be8bd08a32e687d2c4a69c2cca710774a]

        udkapi.rdb

2000-11-24  Martin Gallwey  <mtg@openoffice.org>  [b28e1878292703256fa02ca7195090bd22e14e8d]

        #80556# now builds under Solaris correctly

2000-11-24  Rüdiger Timm  <rt@openoffice.org>  [75bc3649b39c59b699eb3341628d10613cd40dc3]

        applicat.rdb -> udkapi.rdb

2000-11-24  Martin Gallwey  <mtg@openoffice.org>  [67b6cf9dfc9589eb53e5fc5badbd87ef70e858a7]

        die attic, die

2000-11-24  Martin Gallwey  <mtg@openoffice.org>  [8bfbcdeb777d7958e79a7c54129385c2b6f0a890]

        Trying to blow up the attic

2000-11-24  Peter Burow  <pb@openoffice.org>  [5a2e84320490808d890f4d4f287373b9f702004c]

        fix: #80425# now with Images for Checkmark

2000-11-24  Peter Burow  <pb@openoffice.org>  [4c970be3f4edadbfee1989eaa114897e92a34385]

        Images for SvxLanguageBox

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [ba1e6d031235950a55086e64d7abbceb6a11eb03]

        #80583# extended isValidNameCont so that '.' is allowed as a inner character of a name

2000-11-24  Christian Lippka  <cl@openoffice.org>  [4766861aebc5fc5696b83194a15ccc795bcf864b]

        #80594# added CameraGeometry

2000-11-24  Björn Milcke  <bm@openoffice.org>  [c33fe7756f472d25bb6846b39a35782e7e5682fd]

        #80693# export titles as String property rather than TextRange

2000-11-24  Björn Milcke  <bm@openoffice.org>  [fd0f4c2fb33c3fdf9cbb421fd3cec78a927b522e]

        #80523# +chart class add-in, +chart attribute add-in-name

2000-11-24  Björn Milcke  <bm@openoffice.org>  [76090503d716a046be6faec5e452234c97480a58]

        #80523# add-in, add-in-name

2000-11-24  Oliver Bolte  <obo@openoffice.org>  [633e83d8d3dbe57e56fab4049688c584420f80bb]

        deliver hpp and hdl for padmin project

2000-11-24  Kai Ahrens  <ka@openoffice.org>  [92a1f505a520e86f57912b87778616a6e73d31c8]

        added supported for rotated graphics to be printed

2000-11-24  Jörg Budischewski  <jbu@openoffice.org>  [2841b3e6081c6951941abfb34d2deae899d633f0]

        #80379# Markable service added

2000-11-24  Jörg Budischewski  <jbu@openoffice.org>  [4390e06aa8d844bb27e60873db71e0fe37602529]

        #80378# Markable service added

2000-11-24  Peter Burow  <pb@openoffice.org>  [a5afd567c25c78f4c145ed4ae8e89676f7bdc379]

        fix: #80590# GetOptions(): put the PathItem into the Set

2000-11-24  Frank Schönheit  <fs@openoffice.org>  [396a1092a9345fd98263394e96fddf4200b70042]

        #80689# corrected the service name for the forms collection

2000-11-24  Ocke Janssen  <oj@openoffice.org>  [4c86fed7d53fb3625d8a8055a4d314d9bfc9fcb2]

        remove if for length checking

2000-11-24  Ocke Janssen  <oj@openoffice.org>  [343688f81f84ace2a7f05bedd0684e0242b5c533]

        namespace changes and getValue correction

2000-11-23  Sander Vesik  <svesik@openoffice.org>  [a71209facd5efa01fdb564a60c4e565c21495aab]

        Remove stl/ from #include statement

2000-11-23  Sander Vesik  <svesik@openoffice.org>  [729092c1e287bb3b8251ca253bcc6be2dae86f08]

        Remove stl/ from #include statement

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [c3aa357e3b6a38e1ddc47711d803e35d47586713]

        #80688# use cell script type for optimal width/height

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [89dac75433aece6abc103544bb80d4700f7045f7]

        #80688# reset cell's script type at changes

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [af9a7efca5bb4973273e726f131fe2bbc9328bde]

        #80688# use items for cjk/ctl fonts

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [aadc621ad62d22d20d819a3ec0770307dc217312]

        #80688# GetScriptType / GetCellScriptType

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [a79655e889a095070f2790f6cb41a5809f51da8f]

        #80688# member nScriptType

2000-11-23  Eike Rathke  <er@openoffice.org>  [494d122b36a9ce5ae7e6493c221224ec98b7a537]

        #80660# loadCalendar: output requested Locale in assertion too

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [f39da02428243e732ee9a255a2d46ec78c65b53a]

        #80688# use items for cjk/ctl fonts

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [30be45222a9774e5f77d1772127d00cca0872633]

        #80688# GetFont: nScript

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [4b2e47fb766238f520c3d7508d81e226b5000e24]

        #80688# properties for cjk/ctl fonts

2000-11-23  jp  <jp@openoffice.org>  [1cb58f596e4c317a133d1b09593330899ade7d32]

        Task #80648#: use new class SvxScriptSetItem

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [260d17f953930ecaf4bb1bd43b7467281cc9246c]

        #80688# items for cjk/ctl fonts

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [7f940dd794a65f30feb9b1812be2c2b0fb3fa06d]

        #80688# new version map (items for cjk/ctl fonts)

2000-11-23  jp  <jp@openoffice.org>  [d00bb6d5d9cc1c1efcdf5b66e528c6b5ff0e3790]

        Task #80648#: remove script defines - is handled by SVX class

2000-11-23  jp  <jp@openoffice.org>  [5af1c82c45fd550d9951d80bef80a43fcb344988]

        Task #80648#: remove impl. of GetLatinAsianComplexAttr - is handled by SVX class

2000-11-23  jp  <jp@openoffice.org>  [740efbb1daf26828f70dc785c1e107f67706286b]

        Task #80648#: status notify at the correct position

2000-11-23  Christian Lippka  <cl@openoffice.org>  [bf44d5bddb8291679a6e7cbf943b16410cd73538]

        #80679# added support for shape sorting

2000-11-23  Eike Rathke  <er@openoffice.org>  [63b68eaf45f5393ce992760d2de0111745caf060]

        #80660# loadCalendar: output requested ID in assertion

2000-11-23  Christian Lippka  <cl@openoffice.org>  [a14bbe5598f173fa91e90b9cfce3479e3763f8c6]

        #80679# added support for shape sorting

2000-11-23  Christian Lippka  <cl@openoffice.org>  [39320b39c1c00864c5bd4c7d615cd2ed7db5c1d2]

        #80518# added some missing font properties

2000-11-23  th  <th@openoffice.org>  [c5d0ca0ee9b2fd8c379e532a97e66fffbd402133]

        #80607# - EndExtTextInput mode, if text is empty

2000-11-23  Christian Lippka  <cl@openoffice.org>  [9ab368e2bdc6c6f5e1983d8d3568894b9d2b1ff0]

        #80679# added ZOrder property for shapes

2000-11-23  Christian Lippka  <cl@openoffice.org>  [f71addde8c6c341323cfd6512d537bca97d31a98]

        #80679# added ZOrder property for shapes

2000-11-23  Christian Lippka  <cl@openoffice.org>  [0a81c793064b537d29d819254ae7384b534407ac]

        #80679# added support for shape sorting

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [604c2c86debef0ccefbcbbd387a2de3ae75b9615]

        #80686# service BreakIterator moved to i18n

2000-11-23  Christian Lippka  <cl@openoffice.org>  [30b4152d5a51966e3d73c90f174759a7d434a1b3]

        #80679# added support for shape sorting

2000-11-23  Philipp Lohmann  <pl@openoffice.org>  [753e6d0cbcc7d6a0bf9570d2e9009f0bbd7ca9ae]

        #79960# some printer do not have any input slots

2000-11-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7966c87f2816a900f725de9ed78f84ee7aef634f]

        #65293#: add unxsoli3

2000-11-23  jp  <jp@openoffice.org>  [1e7a49891e314e03f3f487af4952d28ba68818f2]

        Task #80648#: new Item for the script handling of fontattributes

2000-11-23  Andreas Bregas  <ab@openoffice.org>  [e753a67bb68cea3140843cbdfaaf84f9e20dc230]

        #80285# Use new SvNumberFormatter() Ctor

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [60d604cec93933043f7687071c08fb195de11a48]

        #80682# value nodes are not correctly merged

2000-11-23  Sven Jacobi  <sj@openoffice.org>  [f29697f00808852ad1e8913d1291e0b4abf4646c]

        #78880# the SdrTextObjects needs to know the model

2000-11-23  Kay Ramme  <kr@openoffice.org>  [c0ff383c760a19d0cdd4ff2d7144fee0c81ffb44]

        added ridl.jar

2000-11-23  Kay Ramme  <kr@openoffice.org>  [c2d5d371813e3cd85d9bc6dd0ab4e5b53dcf6cd6]

        no need to generate java files anymore

2000-11-23  Rüdiger Timm  <rt@openoffice.org>  [c58988d2ce5f1f85e69bd74055eca7376451fc0e]

        SRC614

2000-11-23  Kay Ramme  <kr@openoffice.org>  [292f83ebb507f632e72a7a12faeaec3fc5a9b934]

        added force synchron parameter

2000-11-23  Kay Ramme  <kr@openoffice.org>  [86d975b316d472b7587d3f5f7fd7bc8bcbf7c3b7]

        added: build bridgefactory test

2000-11-23  Oliver Bolte  <obo@openoffice.org>  [9d321481a425555cbd95966e8e3e3867d5b67c21]

        #65293# Use marco FREETYPELIB because link problems with unix

2000-11-23  Sascha Ballach  <sab@openoffice.org>  [8dfcc153f420434aa145a119e6ac8fd7299f5dd2]

        #80636#; calculation settings and his attributes and elements added

2000-11-23  Malte Timmermann  <mt@openoffice.org>  [327fb4cd78c4dd14004c0343f5817fba8e4ee1ab]

        ImplNewFont: Corrected offset calculation for ALIGN_BOTTOM

2000-11-23  Sascha Ballach  <sab@openoffice.org>  [516265c155f44681a81880f7fc4012e0856c98de]

        #80363#; calculation settings elements and attributes added

2000-11-23  Sascha Ballach  <sab@openoffice.org>  [0192e129e841bca75d1d29fe68ea8d33f6b6febb]

        #80363#; it is now possible to save all settings in the calculate dialog

2000-11-23  Andreas Schlüns  <as@openoffice.org>  [9978d600411aa7a3506f72a1cbaefe2ee2983208]

        #79040# implement new filter detection - use TF_FILTER to enable

2000-11-23  Kai Sommerfeld  <kso@openoffice.org>  [cd8c17f426f42fa8081ebcf382159c96b08d5d55]

        Fixed: Typo.

2000-11-23  Martin Hollmichel  <mh@openoffice.org>  [83fd85ff3ad6cd91c70aeddc87b33975c6424096]

        remoed very old stuff

2000-11-23  Lars Langhans  <lla@openoffice.org>  [33925d71e05b7188092203c0946f4c9972c63819]

        Testing

2000-11-23  Michael Brauer  <mib@openoffice.org>  [7e7c8a51f05ef2c7c56b26e27328ad4b30655740]

        #80552#: bug fixes for progress

2000-11-23  Sander Vesik  <svesik@openoffice.org>  [3dcbcd10f46188357313a05142593e0381c7093b]

        Remove stl/ from #include statement

2000-11-23  Gregor Hartmann  <gh@openoffice.org>  [468a35a03d0f7059d43bf468257799610c0bf8cc]

        #79568#translationwin works with multiple SystemWindows

2000-11-23  Dieter Loeschky  <dl@openoffice.org>  [76b0cf991d400cb4daa4caa19ce85ff0e74b2974]

        #79088# adding imagelists for cjk

2000-11-23  Andreas Schlüns  <as@openoffice.org>  [f42cb16954fd855dd5b411eb8555017f6f48a983]

        duplicate interface from frame to document to switch between old/new filter detection

2000-11-23  Martin Gallwey  <mtg@openoffice.org>  [01fefe870a651d2ffbcc23161039810a62a2b962]

        #80556# Implemented support for Zipfiles contained within zip files. These will appear as folders with the name set to the name of the zipfile.

2000-11-23  Niklas Nebel  <nn@openoffice.org>  [d53a25abe564723473378178c8c4a2eb5a08c454]

        #79088# image list bitmaps for CJK

2000-11-23  Tom Verbeek  <tv@openoffice.org>  [f0fa8573bf19c3ee6b854b6a8c3253eeb65803e7]

        removed urlnewchart because Chart is not supposed to be a standalone application any longer

2000-11-23  Peter Burow  <pb@openoffice.org>  [a588ae0af8e51dfaaf31df97b26167a8faba69ba]

        fix: #80667# use $(userpath) instead of $(user)

2000-11-23  Peter Burow  <pb@openoffice.org>  [7e61d7835181930ac615e63a80a3de03cdfd2246]

        fix: #80666# new xml path 'Office.Common/Path/Current'

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [1b3b10fe6614f2dbd5f487c3f0b7deda8da4967c]

        #79258# missing include

2000-11-23  khz  <khz@openoffice.org>  [5676e088da238c010f19ddf77278caf4d1f29e03]

        #79474# Save/restore PLCF state before/after reading header or footer data

2000-11-23  Sander Vesik  <svesik@openoffice.org>  [4cda695365aa14b59bd7bf3f12f2d4539533b65a]

        Remove stl/ from #include statement

2000-11-23  Kai Ahrens  <ka@openoffice.org>  [d022136ba39436923935df5cb43bfd9a277bfa5d]

        #80175#: create stream with correct URL

2000-11-23  Eike Rathke  <er@openoffice.org>  [9b419039d9d967ab0d15d1142b27d24851baebeb]

        #80660# new format codes AAA, AAAA, E, EE, G, GG, GGG for day names, years and era names

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [767833242be9c4afc43c5329e5e96bf4704b5788]

        #79258# include missing

2000-11-23  Michael Brauer  <mib@openoffice.org>  [c7306ba644312b617c52b75a9818a362a52a5c4c]

        #80624#: Finish StarOffice-API and XML filter for I18N attributes

2000-11-23  Sascha Ballach  <sab@openoffice.org>  [49fb691f157337cf88162cff4cd05b71d1212df5]

        #80364#; a little bug in the dde-link element fixed

2000-11-23  Ocke Janssen  <oj@openoffice.org>  [c74ec62cb02ee91d4a4600960047b5553239d0c7]

        #70804# supress version columns

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [6ffc2de45f89bdc28eff96387f433883843089f2]

        #79258# adjust due to introduction of serverside notifications

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [1a881a2f13aee320ca3ddf750f8bad9f8e55b432]

        #79258# adjust to changes

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [156c064ce72fd76d683f4cefeda9820d5f4be9a1]

        #79258# new treeactions

2000-11-23  Ocke Janssen  <oj@openoffice.org>  [c98871faee87c13fe86e64b5cca65989a32a59e4]

        #80530# mark column when context menu is selected

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [f5059f4bad6f472e1a68ae7cb5867eba9e197db6]

        #79258# adjustments to changes

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [b06b56083e4113d1f7aaa50e7e5a73dca62077cf]

        #79258# new treeactions.cxx

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [ff3d1fba77834dbc24efd1db91345b3b7df32935]

        #79258# new file for tree actions

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [034ccd2c4f8267383e51e264c4279f4ec3f66cc6]

        #79258# new st def

2000-11-23  Michael Brauer  <mib@openoffice.org>  [fdf009b66f20e5f1ad6d5a47933d948fa969f54e]

        #80624#: Finish StarOffice-API and XML filter for I18N attributes

2000-11-23  Dirk Grobler  <dg@openoffice.org>  [b5e12ac18a83811432218309e922bcb618787454]

        #79258# return missing for creating new nodes

2000-11-23  Oliver Specht  <os@openoffice.org>  [af57106b036a67a3642861323925799f18ad4116]

        #80640# create parent XText interface for ranges in table cells

2000-11-23  Ocke Janssen  <oj@openoffice.org>  [13e26b0a44e4691b617ef684e1536cba7529bc67]

        #80572# don't reset when field isn't set

2000-11-23  Michael Brauer  <mib@openoffice.org>  [cb277a71696102292874a1798d6079324fad584d]

        #80624#: Finish StarOffice-API and XML filter for I18N attributes

2000-11-23  Daniel Boelzle  <dbo@openoffice.org>  [24f6c91bda531cd0cc5ce8418da1d0f03ffee900]

        #80612# XIdlClassProvider deprecated, XIdlReflection to be supported

2000-11-23  Michael Brauer  <mib@openoffice.org>  [84f85e63cc4c6808c512fc9ea18a66892389f2b9]

        #80624#: Finish StarOffice-API and XML filter for I18N attributes

2000-11-23  Michael Brauer  <mib@openoffice.org>  [b5fb6d4be9654911182eb4c597498f8c6232c863]

        #80624#: Finish StarOffice-API and XML filter for I18N attributes

2000-11-23  Michael Brauer  <mib@openoffice.org>  [6da6073c3fa614598b57f74342d359a0e3f9d76d]

        #80624#: Finish StarOffice-API and XML filter for I18N attributes

2000-11-23  Sascha Ballach  <sab@openoffice.org>  [a3ef2610cd153ac5fc4ba9fbbb9adee080b5f57d]

        #80364#; all elements and attributes for dde-links added; some other forgotten elements and attributes added

2000-11-23  Sascha Ballach  <sab@openoffice.org>  [22c6001ac86953e260868e368c7d9dbd8a70c745]

        #79067#; add the elements and the end-position to all shapes

2000-11-23  Sascha Ballach  <sab@openoffice.org>  [1a5fde33d28fd84317bd339d29dfa5ada965a2ba]

        #80365#; add all statistic attributes and the meta element

2000-11-23  Ocke Janssen  <oj@openoffice.org>  [1aeb9d7c869d458b244b2e7605ea0e383879f7fa]

        #80227# display a datasource when given

2000-11-23  Rüdiger Timm  <rt@openoffice.org>  [760ff043541fc6b6541ca2faa638708b20d77938]

        SRC614

2000-11-23  Frank Schönheit  <fs@openoffice.org>  [0f29355c51dcd678e947011be1d2d9305f336e0a]

        #80622# cached plugin-session providers separately

2000-11-23  Peter Burow  <pb@openoffice.org>  [d00869a12a84a2f1c7d9738e23a34dfcb3a713a5]

        fix: #80647# convert to path now obsolete and now wrong -> removed

2000-11-23  Peter Burow  <pb@openoffice.org>  [6320ab59d82080b23edfd8185a2231ab2071101b]

        fix: #80647# the exist of the filter ini asserted

2000-11-23  Peter Burow  <pb@openoffice.org>  [f63c06c5d6ebadcafc0f386db4e99bd79473ba6c]

        fix: #80647# must convert the modules path to normalized path

2000-11-23  Ocke Janssen  <oj@openoffice.org>  [5f63b6aad4cff7809c39239ef9f16daa2000598b]

        namespace changes

2000-11-23  Martin Hollmichel  <mh@openoffice.org>  [2a2348c43635d7c1f5d11641dcf27dc2b8b76dc5]

        new version for SRC614

2000-11-23  Martin Hollmichel  <mh@openoffice.org>  [b761ddb7d5a59af73358d0986225d4fd722b252f]

        new version for SRC614

2000-11-23  Martin Hollmichel  <mh@openoffice.org>  [5e071840f54dbf974c3bc892d5211c9fda37d799]

        initial version

2000-11-23  Ocke Janssen  <oj@openoffice.org>  [6722dc0da76e6877b7f29164cb7203196729f2ef]

        namespace changes

2000-11-23  Ocke Janssen  <oj@openoffice.org>  [428e9a50248650d5fedf4759aae1b523645fd355]

        #80558# don't show delete when no datasource exist

2000-11-23  Ocke Janssen  <oj@openoffice.org>  [81c8196ae8bcd805d73ec2683bf64248b668dbbd]

        namespace changes

2000-11-23  Philipp Lohmann  <pl@openoffice.org>  [3e6913505e567135666335fc46aa6f7592cecc39]

        #79960# added EPS for psprint

2000-11-23  Peter Burow  <pb@openoffice.org>  [8df2f0a061e484a139ff791b297a45f6f1f69e98]

        fix: #80647# GetFilterIni() must convert the modules path from URL to normalized path

2000-11-23  Sander Vesik  <svesik@openoffice.org>  [58b58f0b669f9f23705f3755bd6fcb4271e63755]

        Remove stl/ from #include statement

2000-11-23  Sander Vesik  <svesik@openoffice.org>  [2e079a397e2622951ec5a85d712d8727bdc232a9]

        Remove trailing backslash

2000-11-23  Sander Vesik  <svesik@openoffice.org>  [0f93e5055108ed874ec232e2bea9ba4c75cbfe75]

        Remove stl/ from #include statement

2000-11-23  Sander Vesik  <svesik@openoffice.org>  [aad791f228004e11b0f7605faff6f2c09fd0d282]

        Remove stl/ from #include statement

2000-11-23  Sander Vesik  <svesik@openoffice.org>  [b56575a33fe0e173b2fa91b90252f5bf7750221d]

        Remove stl/ from #include statement

2000-11-23  Sander Vesik  <svesik@openoffice.org>  [e00358f2302d54bfe4b208995829cb07b67146e2]

        Remove stl/ from #include statement

2000-11-22  Sander Vesik  <svesik@openoffice.org>  [318529ccc9903e02bdf9518f3f0d61cc45639e12]

        Remove stl/ from #include statement

2000-11-22  Christian Lippka  <cl@openoffice.org>  [39328ce9501624b17e4f30be9fd3ab216fa02f9c]

        #79650# added support for LineShapeDescriptor to SvxShapeConnector

2000-11-22  Christian Lippka  <cl@openoffice.org>  [8dd3539b71d8ea32505d1cb8e807ea5053c70e64]

        #80382# added missing numbering properties to group shape

2000-11-22  Christian Lippka  <cl@openoffice.org>  [0fa729292afb417e9e6907805ad8ad6f2cef3f72]

        #79650# added LineShapeDescriptor to SvxConnectorShape

2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [598ecf92bad39abd5e7d14f3b3f8a41e236ed285]

        new version for SRC614

2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [65ae5c0170df509c7fe5c87f79cb966b8c463b47]

        initial version

2000-11-22  Sander Vesik  <svesik@openoffice.org>  [a2ecd21d384ef3a4d2938eff562e59a77ff1abd6]

        Remove stl/ from #include statements

2000-11-22  Christian Lippka  <cl@openoffice.org>  [572d37cfdafdbc3d330fffa3a92f78beef378473]

        #80382# made some properties that are not supported by all applications optional

2000-11-22  Sascha Ballach  <sab@openoffice.org>  [70c72c623cf99c7a5ada33a8e351cec282c90bdc]

        #80069#; add a possibility to say whether to export paragraphs and his styles or not

2000-11-22  Sascha Ballach  <sab@openoffice.org>  [8b641919987f1285b477da222c1d666eea03fe62]

        #80069#; add a possibility to say whether to export paragraphs and his styles or not

2000-11-22  Christian Lippka  <cl@openoffice.org>  [d10c7f47ffa31260f7a322ce2312575445aae9a6]

        #80382# shapes support ParagraphProperties service

2000-11-22  Frank Schönheit  <fs@openoffice.org>  [eeb4e4b93087d44c18f4fd3031b3c935eeb164ab]

        #80622# new bootstrap process for the configuration service

2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [4be262e6b7287a55b17ff43274a7421cc5543cc3]

        new version for SRC614

2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [5153915f635bfe4310c604c9dc46e6c59e347420]

        initial version

2000-11-22  Christian Lippka  <cl@openoffice.org>  [69d2cc4af4d010b775b363e6d6fa3c730f0d5d8f]

        #80145# added presentation-page-layout to styles

2000-11-22  Christian Lippka  <cl@openoffice.org>  [c12ac07ca1853f1468a46461f4b7993bfd90a0d0]

        #80546# replaced PolyPolygonShapeDescriptor with PolyPolygonBezierShapeDescriptor

2000-11-22  Sander Vesik  <svesik@openoffice.org>  [09ee17198fcbb0f5033eec8c56cb490b175beeb4]

        Remove stl/ from #include statement

2000-11-22  Christian Lippka  <cl@openoffice.org>  [d102e45e249f03a4bd0ec2a154afc75eb9b7e616]

        #80339# fixed compareAscii problems by using equalsAsciiL

2000-11-22  Christian Lippka  <cl@openoffice.org>  [c6bed296872ad89e98f3c603d9485c24e173f277]

        #80357# set polygonkind to readonly

2000-11-22  Christian Lippka  <cl@openoffice.org>  [d5bd6e2d8e412cc1b0bc78ea080a6dd03b781e09]

        #80339# fixed compareAscii problems by using equalsAsciiL

2000-11-22  Sven Jacobi  <sj@openoffice.org>  [c71f48e68509aea74b0f0a0df58d490aeedbf650]

        #80518# must changes (changed character properties)

2000-11-22  Mathias Bauer  <mba@openoffice.org>  [cbb4042de9d4d955a8b75fff35ac54e1a1075e80]

        Can't use UCB in ctor because UCB uses PathOptions!

2000-11-22  Sander Vesik  <svesik@openoffice.org>  [7cedaab17ad8f01ba84d65668e7be886c2289549]

        Remove stl/ from #include statement

2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [93cf33252341e6b5f5fb30e4fedba0d7e6e760b2]

        chg: header

2000-11-22  Herbert Duerr  <hdu@openoffice.org>  [fbf4ca1aca477a3494e993e18d9260cdae96f870]

        fix possible garbage collection escape

2000-11-22  Stephan Bergmann  <sb@openoffice.org>  [524440d7422490d3fa37f8d24e75d13400198dc3]

        Removed obsolete RevealMailAddress/UserAgent configuration entries.

2000-11-22  Daniel Vogelheim  <dvo@openoffice.org>  [122bede4892fda6b1d5e598244e28b6f82013f11]

        - #80616# added keywords for indices and index marks

2000-11-22  Martin Gallwey  <mtg@openoffice.org>  [2f5de087235c4bdccd4c35b5ae1332e10fedbbd8]

        #80556# Work around for flaw in XOutputStream (not being able to specify how much to write with the writeBytes method)...no longer write lots and lots of white space

2000-11-22  Sander Vesik  <svesik@openoffice.org>  [26e6ab72f9a262e1bfc34c4e52ab9b21fb003c25]

        Remove stl/ from #include statement

2000-11-22  Oliver Specht  <os@openoffice.org>  [76c763d4acf7ea5d3ac92d229a7d5bbdb48f8eef]

        #78722##78712# ::getPropertySetInfo corrected

2000-11-22  Oliver Specht  <os@openoffice.org>  [793f6e491e6db48bb0ef5dc161c599c129a0eb0e]

        #78722##78712# IsDate property corrected

2000-11-22  Christian Lippka  <cl@openoffice.org>  [5d4f05b0267d9cdee196f45b93e6afa754e4c9d7]

        fixed compiler bugs

2000-11-22  Christian Lippka  <cl@openoffice.org>  [e607524deb2adbacde619fa379617a3fb3ed67bd]

        fixed compiler bugs

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [42ee4f94e7c7ad932fd5df6425eb3e0c761b51dd]

        #80630# check for error

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [577536ef8992e715f91295257db03da64f8464ec]

        #79902# new file!

2000-11-22  Thomas Lange  <tl@openoffice.org>  [e4e094ec20c1c5d1ea244cc469d7d3cff147c067]

        DefaultLocales for CJK and CTL added

2000-11-22  Christian Lippka  <cl@openoffice.org>  [8749d0b96d9c1fab193d277f7b2e959603836282]

        #80328# initialize SdrMeasureObject correctly with 2 points

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [e21bb5d7cc18ebd3f11b34fad9ec0a28f8bd880b]

        #80269# remove property long names

2000-11-22  Sven Jacobi  <sj@openoffice.org>  [0894686141a03a898ca3013a393eed487a99a909]

        #79303# #79306# improved style import, asian or complex fonts are supported now

2000-11-22  pw  <pw@openoffice.org>  [1156210afc26cd08c4ceb7e768ab4b209bbe8adf]

        #79767# Changed shortcut for radiobutton 'Transparence gradient' from T to V (german), T to G (engl.)

2000-11-22  Herbert Duerr  <hdu@openoffice.org>  [63bcb7a758d086d962892b3341738df3fed2ebb4]

        throttle garbage collection, change fontpath separator to semicolon

2000-11-22  Oliver Specht  <os@openoffice.org>  [f6c55fc5daad80b1dc22e12653acb43710d87aa6]

        #80616# Bibliography field completed

2000-11-22  Rüdiger Timm  <rt@openoffice.org>  [bc2fd3d05911c66cb8b0fb3f7fdcad173b0f148c]

        take the correct object file for building shared library libsvl

2000-11-22  Kai Sommerfeld  <kso@openoffice.org>  [03bcad24dc4d4cdba2c3a10f7e52c3b2f03e1df4]

        documentation.

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [2b4cb85a1359b4dc2790aef99c89ea271f565d07]

        #80276# resolve some trouble with positioning

2000-11-22  Oliver Bolte  <obo@openoffice.org>  [880d0f1508a5c23c7e348473c0e0a0ab43a279d6]

        throw changes for linux compiler

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [1d58d0115e25d2be02cdbccbf10573927a1d6371]

        #80002# new method for driver loading

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [d014c4a21abe110b5656e68ec8594a1325050ddb]

        #79902# new file!

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [15f816ce92f707134b3d4e023cb4653c5440a318]

        use of new resultset

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [a361218ad7c62497f9dbca3b1b8dbc67946680b5]

        remove open methods

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [e79649bc780a21fe955dcb9ab0d18969748d9edc]

        new resultset for metadata

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [1b971250826fc3b9a44cbd6dc7b9cf44f4fca1a7]

        new method for driver loading

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [967ecd78194aabbbd2bc5f063443e722bf08c76b]

        dispose old connection when new is set

2000-11-22  Nils Fuhrmann  <nf@openoffice.org>  [974462feb234334c2b50e53292e3ec852320758f]

        Fixes after merge

2000-11-22  Tino Rachui  <tra@openoffice.org>  [7edf467036b5bdb23d3904d8693e39f282c621be]

        *** empty log message ***

2000-11-22  Tino Rachui  <tra@openoffice.org>  [9ca011f2e25da1022613523f1cd9556c4e86cab1]

        some changes so that the systools will be loaded dynamically on demand

2000-11-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [087117c5df8707c7d973beda8f1c1d33de6ed56b]

        #65293#: default parameter

2000-11-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d87e087ac7b0d15267330a1c7faa5d3198697ff9]

        #65293#: default parameters are not possible in typedef

2000-11-22  Michael Brauer  <mib@openoffice.org>  [3a308646e34e36985c5856ca7e0d460c0f0b8fb2]

        #80634#: Bug fixes for CJK and complex font properties

2000-11-22  pw  <pw@openoffice.org>  [b029c2b33b8e02e73b9f8822fb0d5f8490af871f]

        #79892# Repaint dialogwindow after move with INVALIDATE_BACKGROUND

2000-11-22  Nils Fuhrmann  <nf@openoffice.org>  [f041e8e68486541a91e4137b80dec6fb2e6e978d]

        First implementation of CfgMerge. This supports localization of xml configuration files

2000-11-22  Tino Rachui  <tra@openoffice.org>  [6dd45639a4b2693e68bc1abbb22055b7b301a1c3]

        *** empty log message ***

2000-11-22  pw  <pw@openoffice.org>  [8f4eebb4472eadd5bd72a61598e70df78a054afb]

        #79892# Disconnect extrawindow from dialog only when parameter is TRUE

2000-11-22  pw  <pw@openoffice.org>  [429d6dc39df85e9faf874b76e751df65ef99523a]

        Silly fault when check in file

2000-11-22  Kai Sommerfeld  <kso@openoffice.org>  [5493e93204328c837131f71bbafd730cb8e95f7e]

        documentation.

2000-11-22  pw  <pw@openoffice.org>  [1bc5f191a261ca94002bbd254215677a1fb39bf5]

        hltpbase.cxx

2000-11-22  Sascha Ballach  <sab@openoffice.org>  [8a952724c7c039933f6361be423d59f104d63961]

        #80598#; catch the exception, this is only a hack. The original bug is #80606# .

2000-11-22  Sascha Ballach  <sab@openoffice.org>  [82d1acf6eb6f86db362e800cc0c9a154fb1fe1c4]

        #80598#; catch the exception, this is only a hack. The original bug is #80606# .

2000-11-22  pw  <pw@openoffice.org>  [7e46d0867c1bca4e3ca114ca90166d927ce54add]

        #79891# Get bitmaps from Any with >>= operator

2000-11-22  pw  <pw@openoffice.org>  [ecf6acca7afadb914c917d628c7fe7dd23930f75]

        #79891# Waitcursor while loading document

2000-11-22  Tino Rachui  <tra@openoffice.org>  [4acc65c876367a0a6bf99123ed309d6487d08616]

        renamed from Auto9xInit

2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [ba02a2b8a47d7ba3c3d62e252d3d78ec14cdfeb4]

        new version for SRC614

2000-11-22  Peter Burow  <pb@openoffice.org>  [4c41f925cb5b69f2e9a4a7d7d4dd842f2ca65dba]

        fix: #80571# SubstituteVariable() now supports '$(workdirurl)'

2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [cf128ffc880aeed50978620df9bb8d2171c4ffc7]

        new version for SRC614

2000-11-22  Martin Hollmichel  <mh@openoffice.org>  [e9a6b1ac6b480ee5137226379ce8e5a8781f00f2]

        initial version

2000-11-22  Sander Vesik  <svesik@openoffice.org>  [97ddbb675426c1a6065125151d6a920791763d05]

        Remove stl/ from #include statement

2000-11-22  Armin Weiss  <aw@openoffice.org>  [e47c4b262a85f82f5a23c2acf0f1c59177cb499b]

        #80594# some errors corrected

2000-11-22  Kai Ahrens  <ka@openoffice.org>  [1f0f0114e818be5b0ba391916361427b6b10873b]

        must changes (SFX_FEATURE_SIMPRESS removed)

2000-11-22  Christian Lippka  <cl@openoffice.org>  [5e188a4ce11a0f3dbf3490e0a140a7c6d07a7239]

        #80555# changed onRequest to onLoad for images

2000-11-22  Daniel Vogelheim  <dvo@openoffice.org>  [93b428dc93c3f5d437aafc38f2371d47c97b3539]

        #80597# fixed again: this time compatible change relative to SRC613

2000-11-22  Christian Lippka  <cl@openoffice.org>  [2098c2a33a5cd486a0c8ab8fc2b326db2766579f]

        #80540# added chart:chart to

2000-11-22  Nils Fuhrmann  <nf@openoffice.org>  [d92b556ec22d28737a9dc1cbefa36421cf86b2ab]

        New structure for final implementation of CfgExport

2000-11-22  Oliver Specht  <os@openoffice.org>  [195e11882eb72640420a54cc71bdc653a9306721]

        #78595# SwXFrames::getElementType corrected

2000-11-22  Herbert Duerr  <hdu@openoffice.org>  [996bd9c3c9c3505e6dcd974111bc8e62639eba5c]

        support mbVertical

2000-11-22  Rüdiger Timm  <rt@openoffice.org>  [43e1c5e480bdc54ff70d209cf3fd605e199c7d65]

        #65293# link against XMLOFFLIB and UNOTOOLSLIB, otherwise you'll get unresolved symbols from mathml.obj

2000-11-22  Daniel Vogelheim  <dvo@openoffice.org>  [aa37b1a4cc3f791bf2bad5efa14253ce8f944421]

        #80597# fixed: optional NumberFormat property now only used if present - added: bibliography field import

2000-11-22  Hennes Rohling  <hro@openoffice.org>  [8349c6afc70ea5354550b9fe8bbc37ebdf4e0ec1]

        #79109# Alyways use resolved pathnames instead of symlinks

2000-11-22  Oliver Specht  <os@openoffice.org>  [ee3fe8e40e3b1ce96984d52428231e21b64a7d28]

        #78595# XTextEmbeddedObject include removed

2000-11-22  Mathias Bauer  <mba@openoffice.org>  [cf18369f3d3c60db9d287e13188a6535f9d28c80]

        #80571#: wrong name for createinstance method

2000-11-22  Oliver Specht  <os@openoffice.org>  [9829807d7c4f0a0af09655977b51b180bd598803]

        #78595# XTextEmbeddedObject removed

2000-11-22  Christian Lippka  <cl@openoffice.org>  [301a3aff830a493be1416d15c4975e00c4ec444e]

        #80594# added a new TextureKind2 enum because of missing value in TextureKind

2000-11-22  Armin Weiss  <aw@openoffice.org>  [1a264b7df4887ca851778330efc298b54b82ec23]

        #80594# exchanged SDR_ATTR_3D to new correct SDRATTR_

2000-11-22  Oliver Bolte  <obo@openoffice.org>  [127904635c19fea6d3aef5cf0cb092a81ca82521]

        #65293# wrong methodname localedatawrapper

2000-11-22  Christian Lippka  <cl@openoffice.org>  [4f9e6d84feb36ab3072dafbab0ba4ae46d264f9b]

        #80594# added a new TextureKind2 enum because of missing value in TextureKind

2000-11-22  Niklas Nebel  <nn@openoffice.org>  [04274547235854de27490af8fc74e8e13c365717]

        #80595# FillEditItemSet: put font in CJK and CTL items

2000-11-22  Oliver Bolte  <obo@openoffice.org>  [1ccfd27b0342c95924000ef1c0c9216616d3e80e]

        #65293# parse error linux

2000-11-22  Oliver Specht  <os@openoffice.org>  [eff6ca2ffa1774bffad3f40ae1f0781c8d5d98ab]

        #79477# wrong char cast removed

2000-11-22  Nils Fuhrmann  <nf@openoffice.org>  [352fd15665832c16c0fec50f7d3c5bd1c20b1416]

        First implementation configuration parser

2000-11-22  Oliver Specht  <os@openoffice.org>  [d7c33b54628f982eb2b6cfb42dd2f07c63da5dff]

        #80576# SwXCellRange: delete cursor in ::Modify

2000-11-22  Oliver Bolte  <obo@openoffice.org>  [3346442bdd1f0156e9d1ee233d2b9fb6bd9e2c50]

        #65293# include stdexcept

2000-11-22  Herbert Duerr  <hdu@openoffice.org>  [7a7d445a8a38146e7bef91eaf5bd64b523b32eb5]

        make selected character persistent over app livetime

2000-11-22  Thomas Lange  <tl@openoffice.org>  [bddbb32de3a518fc225c203cfb45fec3664d284d]

        DEF1EXPORT3 added

2000-11-22  Oliver Bolte  <obo@openoffice.org>  [086367df03875790ab2c5da310cdd00c09a97e37]

        #65293# saldisp is always a disp since psprint

2000-11-22  Ocke Janssen  <oj@openoffice.org>  [294c10929e53439bedfad42d1022eaa735baab74]

        initialize the values with zero

2000-11-22  Kai Sommerfeld  <kso@openoffice.org>  [43f54a21ccea5d75b37a716afd6dc35678db4f6c]

        Replaced: old styled stl include.

2000-11-22  Patrick Luby  <pluby@openoffice.org>  [c3931c70a94deef471cf50e0a7b3a233bce7604e]

        Adjusted tabbing to conform to StarOffice standard style.

2000-11-22  Patrick Luby  <pluby@openoffice.org>  [48edc1cdb55e5931a1a0372b0390c448979a7452]

        Converted data members, variable names, and C wrapper functions to StarOffice standard style.

2000-11-22  Patrick Luby  <pluby@openoffice.org>  [fd32c20ab887db5d3d8d7071c54cabb123efe87a]

        Commented out code in GetClientSize and SetClientSize methods as they were breaking modal dialog windows.

2000-11-21  Frank Schönheit  <fs@openoffice.org>  [38e9cf03132565339a8f51a06e790fac1e655fde]

        +treeiterators

2000-11-21  Frank Schönheit  <fs@openoffice.org>  [68d75945a5e4b5eed693d0a686a08f4c80c39016]

        implGetPropertySetInfo takes an additional parameter

2000-11-21  Frank Schönheit  <fs@openoffice.org>  [351233434a778259539d32af2f28f460e39e54cb]

        implementations for implGetPropertySetInfo

2000-11-21  Frank Schönheit  <fs@openoffice.org>  [947b36a41766863110e68b1fcfa560abe5b94371]

        implGetPropertySetInfo takes an additional parameter

2000-11-21  Frank Schönheit  <fs@openoffice.org>  [15261229665d849312311c5a9b16ab627bb46ed3]

        moved CollectNames into treeactions.hxx

2000-11-21  Frank Schönheit  <fs@openoffice.org>  [121ccdfec08cdddf3e5ca38449b42a8769d1cf5e]

        +CollectNames

2000-11-21  Thomas Lange  <tl@openoffice.org>  [47833ada02e6a3b98e177481710a6b3cc45f2ead]

        sfx2/inimgr.hxx include removed; tolls/debug.hxx added

2000-11-21  Martin Hollmichel  <mh@openoffice.org>  [28f26fac9fc5a728451cb1033da572e078ace838]

        fix: syntax

2000-11-21  Niklas Nebel  <nn@openoffice.org>  [2e742a636add5cd24c78380a7f54b09bcf73da75]

        #80136# don't call GetGraphic during paint

2000-11-21  Thomas Benisch  <tbe@openoffice.org>  [3957787c82af2c7d803d21a3062f8b4fb14db95a]

        SearchParam from unotools/textsearch.hxx

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [9b6d1c76e7d91574633d1396ea383624217215d0]

        Implemented XSeekable

2000-11-21  Christian Lippka  <cl@openoffice.org>  [0296db481e7c870162b1387c91ae48a2f795078e]

        #80518# use text properties from shape, not editengine

2000-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [e99b08884875cac2377aedf414ab539cbe11f006]

        #65293#: typo

2000-11-21  Christian Lippka  <cl@openoffice.org>  [a343add7c728e16ba8142a48bb0d50fc6a390c6e]

        #80518# added missing character properties

2000-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [8caf5ab08904d8038e73a5b821f47b86a52638a8]

        #65293#: requireed change: SvtModuleOptions().Is???()

2000-11-21  Christian Lippka  <cl@openoffice.org>  [1ddbfea5caa044fb547da51247b082c5039e86fa]

        #80069# fixed propertystates for attributes that are in paragraph

2000-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [f65773768cf78b0c7b1549d15f8310c38703b87e]

        #65293#: required change SvtModuleOptions().IsChart()

2000-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5471f87278d9f75426dcf4f417722387c4dfc9d]

        #65293#: LNGLIB

2000-11-21  Rüdiger Timm  <rt@openoffice.org>  [233ea424d79fd107618f8ec0abe0fe3dbfc6b340]

        lnglib corrected

2000-11-21  Stephan Bergmann  <sb@openoffice.org>  [39e5ec795927b55862c72e6fe455157e5898703e]

        Fixed typo in include file name.

2000-11-21  Niklas Nebel  <nn@openoffice.org>  [5b204dbe772bd027c86c50f642f602c9909b1ef0]

        old includes removed

2000-11-21  Thomas Lange  <tl@openoffice.org>  [cc8e67e962276e0e935d1a84b94e581fd2e49b1e]

        exports.dxp added

2000-11-21  Sascha Ballach  <sab@openoffice.org>  [759a6d28105fbc33d564c39833b3b1da5e2be994]

        #80364#; it's now possible to Export/Import DDE Links in XML

2000-11-21  Sascha Ballach  <sab@openoffice.org>  [da4dc2591e4aa2041779a4e1c1fdd417efec54de]

        #80364#; it's now possible to Export/Import DDE Links in XML

2000-11-21  Oliver Specht  <os@openoffice.org>  [b3688245e0d19de3c0ba68cfd36738335ac741d3]

        #80573# update of the option dialog

2000-11-21  Sascha Ballach  <sab@openoffice.org>  [06b9a6aff54d93343cef9bd4b5ff0f1d1e8964a5]

        #80364#; it's now possible to Export/Import DDE Links in XML

2000-11-21  Oliver Specht  <os@openoffice.org>  [71d1a7c9d2a30287bd49e16c584b0a13c26e639b]

        #80467# use Bindings* parameter

2000-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [f12449521b0f720a646a644de55b57591adc5fb3]

        #65293#: restructured makefile

2000-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc38c1dfa20590f50c61a527b5834341b0e73606]

        #65293#: added UNX libs

2000-11-21  Joachim Lingner  <jl@openoffice.org>  [c0b7ad01d1331c131784d01f677da8065b1704ae]

        rtl_str_valueOfFloat and rtl_str_valueOfDouble implemented

2000-11-21  Joachim Lingner  <jl@openoffice.org>  [b3f5459f035143a864ccce4d391040a9abbc0d60]

        RTL_STR_MAXVALUEOFFLOAT and RTL_STR_MAX_VALUEOFDOUBLE now have the same values as their RTL_USTR_MAXVALUEOFxxx constants

2000-11-21  Dieter Loeschky  <dl@openoffice.org>  [0154a17e2fce52ca1765cbab5e92e31b8fd7dfc0]

        #79527# PrepareClose(): check pPara before GetNextTitle()

2000-11-21  Eike Rathke  <er@openoffice.org>  [691ae181337119fb170e31ce4631965d67c62378]

        add: SetFixDateTimeLocal

2000-11-21  Ocke Janssen  <oj@openoffice.org>  [7936420c9181b11ed935bd3162f427b7c89efdd1]

        #80549# wrong dsn for text

2000-11-21  Armin Weiss  <aw@openoffice.org>  [fbe5d8289a3c9a70002c5eede977e0f4f76f2de9]

        in Svx3DSceneObject::add(...) wrong object was feeded, corrected this

2000-11-21  Peter Burow  <pb@openoffice.org>  [29d2d86ed0cb3b7af7e078b8ec944bf168230a52]

        fix: classes renamed because of doubled defines

2000-11-21  Michael Brauer  <mib@openoffice.org>  [9322327b53d3293ea449e668f6d8a48bcbcf5395]

        #80552#: progress bar and document statistics

2000-11-21  Andreas Schlüns  <as@openoffice.org>  [b26dba5ad91032f3ad63f7380362cb71bc505f1a]

        #80173# repair history and picklist

2000-11-21  jp  <jp@openoffice.org>  [c593ef15cf0eb4768615c6c2d920fb5d6758a61e]

        Bug #79951#: Finit: remove localedatawrapper

2000-11-21  Hennes Rohling  <hro@openoffice.org>  [d6d7c6db20c6ee3960946ea19f8ffe56ff3d5b79]

        #79672# Always suppress system error messages

2000-11-21  jp  <jp@openoffice.org>  [e6b40a8838117bbf13a9865bede0957ee3d84642]

        GetColorString not in SvxLight

2000-11-21  Michael Brauer  <mib@openoffice.org>  [7a24baa4c22e39792f7dc6192d24dc6cd5ff3dd3]

        #80552#: progress bar and document statistics

2000-11-21  jp  <jp@openoffice.org>  [fa05fff1347f9427a7fc362c8e062fb9608a8f78]

        Bug #79951#: Str2Double - new method with doc

2000-11-21  Dieter Loeschky  <dl@openoffice.org>  [eac16c5572481ed8fb2113c8e35e540f99e9a688]

        #80403# PreSave(), PostSave(): consider background object

2000-11-21  Kai Ahrens  <ka@openoffice.org>  [cc22cc36c47123b4d71e6b46c2ab0bd995129fbe]

        added popart filter

2000-11-21  Rüdiger Timm  <rt@openoffice.org>  [c69df7c74943b4d6f5c3549732d5c05f7eba47b0]

        SRC614

2000-11-21  Frank Schönheit  <fs@openoffice.org>  [dba8e052f2f8305dcec59e89c3870195987f6a5e]

        the same as the previous fix for getRememberPasswordModes

2000-11-21  Stephan Bergmann  <sb@openoffice.org>  [bb84869cf18f4f70d051ac130e8b160adaddfed3]

        Allow an empty 'reg_name' in vnd.sun.star.help URLs.

2000-11-21  Frank Schönheit  <fs@openoffice.org>  [d895a96afe9bbc2d489fc204ce088e53c0ab6766]

        fill in the default in getRememberAccountModes

2000-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e6bca934e9505387470f84737ba3bdc93d011c4]

        #65293#: includes

2000-11-21  Kai Ahrens  <ka@openoffice.org>  [780023560af51fa15ac1d69bb123f16aa31e3e8a]

        added popart filter

2000-11-21  jp  <jp@openoffice.org>  [77da25c56d9efa0f899c1cdf475c7d713daa1dc6]

        Bug #79951#: Str2Double - return also error if endpos equal start pos

2000-11-21  Kai Ahrens  <ka@openoffice.org>  [99fcca1c99f48fa4ed747b4dacb22744ce2eda59]

        optimized creation of thumbs

2000-11-21  jp  <jp@openoffice.org>  [69231bf139348689a6bac46d23081da0537483fc]

        Bug #80385#: Set1StyleDefaults - write also all dynamic attributes

2000-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [16ce6356e7a51057eca84b613e5f766f0a41a30b]

        #65293#: typo

2000-11-21  Björn Milcke  <bm@openoffice.org>  [0328c1c6ebd31decaef59eb6f76e25f4b8203bf8]

        #80507# + property SymbolBitmapURL

2000-11-21  Caolán McNamara  <cmc@openoffice.org>  [f9578995ac5cd4bcb4a13716beccf5c4baa3fb36]

        BrwnPprBg MathML

2000-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [be448bafcabd475e7b3b9663b4b7643d6dedf544]

        #65293#: syntax

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [b0630d2fea9c9c9c34d69bb587345b363414491b]

        removed $(TOOLSLIB)

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [9dd0bf290dd05d8d840ece0356b6e88842a4c2f0]

        No longer use TOOLSLIB

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [eaf3ab8ce4ab7729824e8e9fba8ef109b92421eb]

        Removed usage of the TOOLSLIB stuff for debugging and file timestamping

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [40ed918b37c05370644bf31c63cd28cef6599ab8]

        Removed reliance on the tools/debug stuff

2000-11-21  Peter Burow  <pb@openoffice.org>  [5e815effa735d3fa091b8161a076d32ca831af7b]

        fix: wrong identifier replaced

2000-11-21  Daniel Vogelheim  <dvo@openoffice.org>  [ef9756f5b4b7d3f8fd9b0810c3986542258d8c45]

        - added: Property CreateFromParagraphLevelStyles to table of content and User index - typo fixed

2000-11-21  Andreas Bregas  <ab@openoffice.org>  [6e00d2ba468a44bb6bf41a3d1b2b3854a7865e55]

        Namespace SCRIPT added

2000-11-21  Daniel Vogelheim  <dvo@openoffice.org>  [a415583aec3bc1635e20c366bddf135962f18c26]

        - added/fixed: text:use-index-source-styles property

2000-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [553c6d5faaf11cb921baaed92b89d5ca4cf25bc1]

        #65293#: moved includes

2000-11-21  Kai Sommerfeld  <kso@openoffice.org>  [d97aa582d3d2a6de67dcb4c796951506c0dd27ec]

        Now uses def file, DLL name changed 'package2'.

2000-11-21  Kai Sommerfeld  <kso@openoffice.org>  [7569a31b860bb29140cf18231e3dc593a768ded3]

        Initial Revision.

2000-11-21  Niklas Nebel  <nn@openoffice.org>  [aa97aa8f90438fd9a843c87e781196a8bb18a45e]

        #80518# missing font properties

2000-11-21  Andreas Martens  <ama@openoffice.org>  [6bce202a870308fee5ba89cb52acd457dae7b773]

        New: Hanging punctuation

2000-11-21  Eike Rathke  <er@openoffice.org>  [1857b88f7098d0a023139c378c28f4109158ebfc]

        SetCell: NULL pointer is allowed

2000-11-21  Andreas Martens  <ama@openoffice.org>  [d05f64ba91ca0524224b7d580b68e19c8a787fa8]

        New: Hanging punctuation

2000-11-21  khz  <khz@openoffice.org>  [9f603cd8b867573772ef88c06f9620978666e9f9]

        added comments

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [4c16fbc60a3a79bb8d849f1e46ff13a46fb28278]

        Added zippackage.lib to dll

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [00d5aa5467f1193113fc7df3c3fc717586e6da87]

        Make it construct a dll instead of an app

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [b476993e691bd97ca199e1271922e3a0558b9cd5]

        Added copyrigh theaders

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [86e688bb734d426faa36a44469268ed8cd2aa5e5]

        Re-added, with correct copyright notice

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [aa4b887424f832d404598da62c3d7ada7e3b55ac]

        New revision, with correct copyright header

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [ad0ce5f932a04cdd13912800183890614c7c2b95]

        *** empty log message ***

2000-11-21  Eike Rathke  <er@openoffice.org>  [3b63d7210e9db71e9d88ae5b9a6b45265b1cd7ad]

        add: AppendContentOnTheFly, SetOldNewCells, SetCell for import filter

2000-11-21  Eike Rathke  <er@openoffice.org>  [4d6c9b852c898ff4858c9beae2e05dc5403c1687]

        add: SetChangeTrack for import filter

2000-11-21  Sander Vesik  <svesik@openoffice.org>  [d4f9da5a04bbc5c56e7fc943a147f4237ad7f1b0]

        Merge back changes from OpenOffice609-FU

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [6ba846b8707d60439e45c75976781da582a8a0d5]

        first draft. just a skeleton

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [7360d0d7aaab396a7f52c9bb4a15b7505e798f32]

        removed these due to lack of copyright notice

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [a51bfa09c1a4c96ec003a1048862482c617df6a5]

        *** empty log message ***

2000-11-21  Martin Gallwey  <mtg@openoffice.org>  [3e02195962786cc9f8f2c6607f066205e1692ca4]

        Deleted these due to lack of copyright notice.

2000-11-21  Joachim Lingner  <jl@openoffice.org>  [10c76aeb61df792945743104feaf29d94fc10f8c]

        #77115# OUString::valueOf(double) produces wrong results with a value 1>x>0

2000-11-21  Kay Ramme  <kr@openoffice.org>  [76541d02a2243cc54f17e76a2e10af0fe9a56268]

        #80404# ILL inst. handler only for soffice - becomes eventually overwritten by java

2000-11-21  Daniel Vogelheim  <dvo@openoffice.org>  [c67319824d273c791006810847d011291a9d0649]

        disable index export again

2000-11-21  Jörg Budischewski  <jbu@openoffice.org>  [a15cc7bcd07c9fe85bdc1e6b3128bca701166a06]

        #79796# corrected service name in XML description

2000-11-21  Jörg Budischewski  <jbu@openoffice.org>  [b3c5e990897bfee378f5049de12ae8ccb3e38845]

        #79794# corrected service name in XML description

2000-11-21  Jörg Budischewski  <jbu@openoffice.org>  [ec48a8073691a30257b2315cff4a7e232cd56903]

        #79799# corrected service name in XML description

2000-11-21  Oliver Specht  <os@openoffice.org>  [1ad667428adcedb2fc8b8338252f4d115544ef97]

        #80521# prevent creation of illegal strings

2000-11-21  Daniel Rentz  <dr@openoffice.org>  [279ccc791c051e17547af14128285ccd1028aa9c]

        add: dumping change tracking substreams

2000-11-21  Gene Anaya  <ganaya@openoffice.org>  [dff240d5275263e7e36e8541aa33151f14b218f6]

        Add VCLWindow_setSize to resize VCL window

2000-11-20  Babak Mahbod  <bmahbod@openoffice.org>  [7054d0da723751df4f61603b7452bc6b66e97b45]

        Follow the suggested coding standards.

2000-11-20  Babak Mahbod  <bmahbod@openoffice.org>  [96c8803c582797088a05b919b7f35cebdcd5a3ad]

        Pixel, color, black & white, setting primitives.

2000-11-20  jp  <jp@openoffice.org>  [c635ad900369c13286ed4bb166f3484f62e7161f]

        Bug #80349#: UpdateTOXMark: set alternative after the current is deleted

2000-11-20  jp  <jp@openoffice.org>  [f5a903a08f278b4a7d8c8d1c237f933b15472bbc]

        Bug #80263#: MoveNodes: fix for the fix

2000-11-20  jp  <jp@openoffice.org>  [fab942399e2487a84cf514de0519c6be83ad5114]

        Bug #79971#: CreateLanguageFile - create the file

2000-11-20  Daniel Vogelheim  <dvo@openoffice.org>  [fa94ca3f35dc8122a81a62250285d7f147fb3a4b]

        - added: IsRelativeTabstops property to all indices (except Bibliography) - fixed: SwXTextIndex: CreateFromLabels property

2000-11-20  Daniel Vogelheim  <dvo@openoffice.org>  [7fea3bb3fdcf87dd68ba1dacf385df0fe29430c2]

        - added/fixed: attribute text:comma-separated for alphabetical index source - added/fixed: relative tabstop for all indices - fixed: common index source properties now work on TOC import - added/fixed: text:use-caption attribute on table and image indices - added/fixed: office:is-automatic-update property on sections linked through DDE

2000-11-20  Eike Rathke  <er@openoffice.org>  [ee8a25e2bd325287b96a73146bb1af22a23c963d]

        chg: description of StartOfWeek (is ID)

2000-11-20  Eike Rathke  <er@openoffice.org>  [bca125682730bcdae1d5b09989f09fc30707dd2a]

        chg: description of ID

2000-11-20  Sascha Ballach  <sab@openoffice.org>  [9046934d49d9494e69b5ae05abdb40d1742eeed3]

        #80518#; it si now possible to get the mode of a dde link

2000-11-20  Sascha Ballach  <sab@openoffice.org>  [a04a9af9536e9e956d6137c8b9554403ed6a0376]

        use the official text style map and no longer my one

2000-11-20  Sascha Ballach  <sab@openoffice.org>  [0633a5b86323a75eeb3ccc1c6efae6559be96e8c]

        move dde link mode defines to document.hxx

2000-11-20  Sascha Ballach  <sab@openoffice.org>  [81ebf3539bd1652d76d1ba0930004ffb956036bf]

        now you can get the dde link mode

2000-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [90a0ae9fd483c648716e62b8505af0b0de9bdb16]

        ##65293#: extern functions can't be static

2000-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7324117f9f86fb5f564fbd6e0d521327daae0579]

        #65293# move text::WordType to i18n

2000-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef773b1fc10f9fe02cccc2751a1bf0d8db56d011]

        #65293#: WordType moved to i18n

2000-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [71e55ef2ba57e7169ffa42c6afed21d75b3b02f4]

        #65293#: syntax

2000-11-20  Armin Weiss  <aw@openoffice.org>  [455987576f246a15b71a7766b7006c8fa9654fdd]

        Added support for open/closed flag in macros POLYPOLYGONSHAPE3D_TO_POLYPOLYGON3D and POLYPOLYGON3D_TO_POLYPOLYGONSHAPE3D

2000-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4740ce861e77b64ad1cf2fd7101af36bd4e1c33]

        SRC614

2000-11-20  Sascha Ballach  <sab@openoffice.org>  [e4aec39b88ac8196462a470ccc41803d74e0cd5e]

        now it is possible to use the text map in other maps

2000-11-20  Dieter Loeschky  <dl@openoffice.org>  [c572efb2376cad9d7be6f7685e0eaec8ee860bf7]

        #80483# GetPropNameArray(): Metric added

2000-11-20  jp  <jp@openoffice.org>  [03bcb682537cac04954f11a221873632257d7bba]

        BreakIterator moved from text to i18n

2000-11-20  jp  <jp@openoffice.org>  [8b69bf841fe80e5bc373069e6f2c97ca963283b0]

        BreakIterator moved from text to i18n

2000-11-20  jp  <jp@openoffice.org>  [41b7baa6198f0762ea53e43daa8d90decb187703]

        BreakIteror moved from text to i18n

2000-11-20  Andreas Schlüns  <as@openoffice.org>  [ae24a68fdcdfd40781a4de58565531c1219412de]

        #80512# set cahnged data to modified; use right rootnode for dynamic sets

2000-11-20  Kurt Zenker  <kz@openoffice.org>  [7850069806a2dc8d69656cf84bd9d6f372f470f7]

        SRC614

2000-11-20  Tom Verbeek  <tv@openoffice.org>  [663121b317f780f9efcad1b1ac0047948f3c6d2c]

        fonts.dir for unx truetype fonts added

2000-11-20  Tom Verbeek  <tv@openoffice.org>  [912b1b347301de491d8ccfe05f45b19bd735ad8e]

        changes for new location of truetype fonts

2000-11-20  Philipp Lohmann  <pl@openoffice.org>  [0d2fabc1ce01b17ecc635cfa51c3bc4d20394e8e]

        add: recognize unicode encoding on Unix platforms

2000-11-20  Oliver Specht  <os@openoffice.org>  [2c20f464a36f9c42ddaa05a976f19c8dddba8696]

        #80487# typo in IsProtected corrected

2000-11-20  jp  <jp@openoffice.org>  [8eabd61fadf07df0c9f367ff6830f7e961a0ad57]

        BreakIterator moved to i18n

2000-11-20  Sven Jacobi  <sj@openoffice.org>  [50d028997bd1b7c029f0b0f73cbae89dbeaff422]

        EnterGroup now has additional parameter that makes it possible to write ClientData

2000-11-20  jp  <jp@openoffice.org>  [c8b9af9129fc0733a4d1d26e40177a5bfe9e59ea]

        BreakIterator moved to i18n

2000-11-20  Malte Timmermann  <mt@openoffice.org>  [10bc2b231583e392c2a93e2152c0fdebbc8bac9d]

        MUST changes, XBreakIterator moved to I18N, SearchText to TextSearch

2000-11-20  Sven Jacobi  <sj@openoffice.org>  [bd027941c434340606c8c9396b3642f487f05e4b]

        added object effects, don't ignore objecteffects on groupobjects

2000-11-20  Björn Milcke  <bm@openoffice.org>  [241ad2fa85f8305302bea0c2960c64f53f0885b1]

        SymbolBitmapURL is a string not an XBitmap

2000-11-20  jp  <jp@openoffice.org>  [c2b32c16a4f365bb69b8f88febb342a3ba076144]

        UpdateDocStat without second parameter

2000-11-20  Björn Milcke  <bm@openoffice.org>  [5f43971959903ba1704754334f6c30a04f1fc3e9]

        +property SymbolBitmapURL for SunSigma

2000-11-20  Nils Fuhrmann  <nf@openoffice.org>  [813fef92894dfd9082c647f80bfe4d658f3d94c5]

        Added new functionality for localization of configuration

2000-11-20  jp  <jp@openoffice.org>  [65aa717f98d717bb1f31debdfddcd36ee52ed1cc]

        UpdateDocState without second parameter

2000-11-20  Björn Milcke  <bm@openoffice.org>  [504031cac4f12cf1c8f6e26aa03bcde387468ebe]

        const value -1 was missing. It is now set to bitmap corresponding to the core value

2000-11-20  Oliver Specht  <os@openoffice.org>  [0ef30f854c9610218a62c7d71bab7b7f341d92b5]

        #76061# exception messages added

2000-11-20  Malte Timmermann  <mt@openoffice.org>  [f744aba14c31d16e97313c85da467ad456204b72]

        MUST changes, XBreakIterator moved to I18N

2000-11-20  Christof Pintaske  <cp@openoffice.org>  [efe3a4de6067efc30593fb4993b05fddf0d75430]

        new magnify cursor

2000-11-20  Christian Lippka  <cl@openoffice.org>  [caa67e423de9e7021156fd0a1881869f5cee9f0a]

        added a structe for a 3d boundary volume

2000-11-20  jp  <jp@openoffice.org>  [7e30aa52adc691c6b468ec4e15089e32a418b919]

        ReadFilterFlags removed, use new class SwFilterOptions

2000-11-20  jp  <jp@openoffice.org>  [7a59eb8852a43fcc5268d40b4d10110e7e52a1b4]

        Read_FieldIniFlags removed

2000-11-20  Rüdiger Timm  <rt@openoffice.org>  [8622dd8652ea529c03e16267b50d0923337ca690]

        SRC614

2000-11-20  Oliver Specht  <os@openoffice.org>  [c8c8e5c1c0bd36ce2cea18e7619692e0f5c79e56]

        property IsAutomaticUpdate added

2000-11-20  Malte Timmermann  <mt@openoffice.org>  [10891268ac4092d373378e5d9519641489026bb1]

        MUST changes TextSearch

2000-11-20  Daniel Vogelheim  <dvo@openoffice.org>  [d90b475d0d6fa8c7b02e56f9f0fa2d12b43adbb9]

        - added: IsAutomaticUpdate property to SwXTextSection (for DDE linked sections)

2000-11-20  Sander Vesik  <svesik@openoffice.org>  [a02cc463a3777fe0ca41b3178083330adb8656da]

        Merge changes back into main trunk

2000-11-20  Nils Fuhrmann  <nf@openoffice.org>  [3f033cae582db136e298e95ff475507a929adf1a]

        Added new functionality for localization of configuration

2000-11-20  Christof Pintaske  <cp@openoffice.org>  [6227faf54960487e68a0af0111e96ba79b295bd2]

        added vertical cursor

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [4d19a6a5779919ef46fd2f3f7ca35de66c9a056a]

        Pathname resources moved to SFX

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [79b8bc811b11fd039f682b0d920c69fc2488c2e8]

        correct assembling of the name for the filter ini file

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [d238d576b2b050c6a9f9355526b6143a3753f393]

        EaCopier removed

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [a385f09e9a47fe4236d0d0fd0052b039df1382d6]

        fill EnumItems for Pathes

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [b02a70616a8ece629c3c25aaa29d5a1092a59cb7]

        new resources for PathNames

2000-11-20  Peter Burow  <pb@openoffice.org>  [bdba20cd10f3c79d9ce9e6002a8aeee6d7f57c23]

        chg: new char pages added

2000-11-20  jp  <jp@openoffice.org>  [a6273c3f7a132233a197f68aa0d0a83a905a6fe0]

        ReadFilterFlags removed

2000-11-20  jp  <jp@openoffice.org>  [8b23c67fcdd58f3ae2f68c4cbbfb8204d5abce1d]

        ReadFilterFlags removed, use new class SwFilterOptions

2000-11-20  Matthias Huetsch  <mhu@openoffice.org>  [295e864459ce671c850e9eb4358f531c59b9a323]

        #80278# Removed usage of stdio (popen) in _osl_getFullQualified...().

2000-11-20  Michael Brauer  <mib@openoffice.org>  [dbc323d2cae63f9b11808f0a1c509e96de2c85f6]

        server side image map flag

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [a289f79e026018ecbc927ef53138273e0106b6e4]

        #80466#: more libraries for new UCBStorage classes

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [a7a23f087c094c6214aec4565468cc780037375b]

        #80466#: new UCBStorage classes

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [aa9182d19e60d0302258d42dcd0adab1cd199b60]

        #80466#: be aware of new StorageStreams

2000-11-20  Peter Burow  <pb@openoffice.org>  [1afc9eec02fd5f872fd5dea0ae27b8195d5d6213]

        new help UI

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [9b86f6942b96f5513be53ed5b033657c5267a778]

        #80466#: new Copy method to support new JAR storages

2000-11-20  Peter Burow  <pb@openoffice.org>  [bd85078b67ae923f71ff2252ca6df62acf528823]

        chg: newhelp and helpinterceptor added

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [066f06e8cab65ff100d0986565c0884474999f1e]

        #80466#: new abstract base class for class Storage to support new JAR storages

2000-11-20  Mathias Bauer  <mba@openoffice.org>  [e38e55fdd04345aaf0a85ad41f8a7940d99f30f8]

        #80466#: new ctor to support new JAR storages

2000-11-20  Malte Timmermann  <mt@openoffice.org>  [18452f8c2213b94a0f174f479e1595c160836abe]

        Start vertical writing

2000-11-20  Christof Pintaske  <cp@openoffice.org>  [4bcedfd68bfc3ef7e8159ab67ed27695dc91c4fe]

        XCollator/XTransliteration/XBreakIterator moved to i18n

2000-11-20  Kai Sommerfeld  <kso@openoffice.org>  [636008adf4ad850b865e2f44f262270a3c3fa2f6]

        Added: Support for property "Size".

2000-11-20  Oliver Specht  <os@openoffice.org>  [e3df8bccc696556d15bd145510d452228648d07d]

        data source dialog revived - dialogs can be called via toolbox button

2000-11-20  Malte Timmermann  <mt@openoffice.org>  [8d9ae9b9d873cff3bb2b165ca950db761924fd74]

        Start vertical writing

2000-11-20  Michael Brauer  <mib@openoffice.org>  [a492bd84ac0e4e02a0922fcb99050e70cdc952fd]

        setting columns for frames now works

2000-11-20  Andreas Bille  <abi@openoffice.org>  [4e1dbe059e2c7b824c262021f59cffbaf0364a91]

        Changed URL-Schema to vnd.sun.star.help://module/id[?key=value [&key=value]] Now different jar files and databases are supported, as well the changed structure of the database, which now contains titles and entries denoting the jar-file.

2000-11-20  Dirk Grobler  <dg@openoffice.org>  [9457b51047222ffbb9a1e7df67230cb357c151e5]

        NULL Pointer access while instantiating Broadcaster

2000-11-20  tpf  <tpf@openoffice.org>  [9cf856e24f9cf6fcc5b7d9bd3285ea5f422208ee]

        #80249# disabled DEBUG

2000-11-20  Malte Timmermann  <mt@openoffice.org>  [c41853c90dd188acf3df76c7d5e386e479354a08]

        Start vertical writing

2000-11-20  Oliver Specht  <os@openoffice.org>  [e1fd4e86a41716e0137a91e36da8faeed33060cd]

        second interface for use in deamons

2000-11-20  Sascha Ballach  <sab@openoffice.org>  [f936cbd40c4a04c4fd810219b65fe6f565974b54]

        DDE-Links Import added

2000-11-20  Sascha Ballach  <sab@openoffice.org>  [d49a191d1639cb05c698302fe0da470f82928ba6]

        add dde-links

2000-11-20  Michael Brauer  <mib@openoffice.org>  [b946815c41025c00b73464fedbdfa7ef91fc0367]

        Put edit engine's and numbering rules' fonts into the pool

2000-11-20  Michael Brauer  <mib@openoffice.org>  [92425e3771f05fd68b2e5ea7661d57543b52be0d]

        create impl when adding fonts to pool (required for XML filter)

2000-11-20  Michael Brauer  <mib@openoffice.org>  [d9110218c9b82764ad1da23c64673270d58d4914]

        Be prepared when frames become real shaped

2000-11-20  Michael Brauer  <mib@openoffice.org>  [6b67ee85b0d3f2d7f2e185f80dc20ee3b0914b93]

        method for exporting scripts added

2000-11-20  Rüdiger Timm  <rt@openoffice.org>  [0f429da5d39cdf3039f389e1ffb92f5d8dd8048a]

        LNGLIB added

2000-11-20  Niklas Nebel  <nn@openoffice.org>  [f801273cfa20d490dfcfd61fbe7a00bc23956556]

        change for 614: SearchText -> TextSearch

2000-11-20  Michael Brauer  <mib@openoffice.org>  [2d552a3bc8f9593023db0c24881899bb89eff721]

        Using auto style pool cache for paragraph styles

2000-11-20  Christof Pintaske  <cp@openoffice.org>  [832ab15fa83594f360121e772d61675cab40d66a]

        XTransliteration.idl and XCollator.idl deleted, since bustamam copied them to i18n

2000-11-20  Michael Brauer  <mib@openoffice.org>  [6cc45bb7c1c900cd0bf1d12fd0132d9cf9c6dc75]

        Auto style pool cache

2000-11-20  Michael Brauer  <mib@openoffice.org>  [6e66b2fcf9f6ce80bda4bed0af6a48073d4558b9]

        syntax

2000-11-20  Christof Pintaske  <cp@openoffice.org>  [acb651058b8302b46ad870bb0db5f1f01ce6b79e]

        XBreakIterator.idl deleted, since bustamam copied it to i18n

2000-11-20  Lars Langhans  <lla@openoffice.org>  [2c1b7f460d43f66366076221d093c6c162d0120e]

        new update routines for TreeChangeList

2000-11-20  Andreas Schlüns  <as@openoffice.org>  [a3499fd5600624aea76477a748f1f919502cce84]

        new interfaces for filter and type detection

2000-11-20  Andreas Schlüns  <as@openoffice.org>  [f3e5d65fac9d725d6f50efb163162f1e01b48d35]

        interfaces for new type and filter detection

2000-11-20  Ocke Janssen  <oj@openoffice.org>  [fcc0fd9481d87e8590a9871212c618ddecc481f3]

        metadata holds columns hard

2000-11-20  jp  <jp@openoffice.org>  [184273b1f02e36faa17276223e18444564ac4565]

        module wrttxatr.cxx removed

2000-11-20  jp  <jp@openoffice.org>  [e8d66dda0880bc9df439f9337372b92694868d92]

        new para attributes - expand para range

2000-11-20  jp  <jp@openoffice.org>  [33f8fa80a55bd4b59cbbdb5268b878c350538cdb]

        use SvxTwoLinesItem

2000-11-20  jp  <jp@openoffice.org>  [9e99e321bf97e241e96ee5718f46dd5e8ae3fa2a]

        export right header

2000-11-20  jp  <jp@openoffice.org>  [1c88278de74d6ef2068800cec1799f307a941ae8]

        moved from core/inc to inc

2000-11-20  jp  <jp@openoffice.org>  [a3e67f323d6e1ba82bc189031f5f89c4ea5e09aa]

        return unicode char instead of char

2000-11-20  jp  <jp@openoffice.org>  [f093974a14c25281b9dac56873b70ade251994f2]

        compiler warning

2000-11-20  jp  <jp@openoffice.org>  [abcb78a728585226c0c01a542580fdee25301ebd]

        srch lib removed

2000-11-20  jp  <jp@openoffice.org>  [b59a1a81813bd049ff9ccdc1f0549a748a5849a0]

        must change: SearchText->TextSearch and use namespace

2000-11-20  jp  <jp@openoffice.org>  [20352b79d5235b96b42506353416372a9e5766bb]

        must change: SearchText->TextSearch and use namespace

2000-11-20  Kai Sommerfeld  <kso@openoffice.org>  [78f546a015901c2052234c54753d6a00b9ee4325]

        Added: DataSupplier_Impl now obtains folder iterator from content object.

2000-11-20  Kai Sommerfeld  <kso@openoffice.org>  [93a9b0942895b5633126c1837cd831b7c4143160]

        Added: Method Content::getIterator().

2000-11-20  jp  <jp@openoffice.org>  [bf1183b94dfc9fe2df5e03c213000cdd9504ed8d]

        must change: processfactory moved

2000-11-20  jp  <jp@openoffice.org>  [ed94ad6b32bcd746cc4ac6f5c85075ade2a67a2c]

        should change: use LocaleDataWrapper

2000-11-20  jp  <jp@openoffice.org>  [97729079cd2ac8aab0cea36b534837bd38514a34]

        should change: use LocaleDataWrapper

2000-11-20  Christian Lippka  <cl@openoffice.org>  [3e3917ef6abdaca6f721f5b73df05f00ab860bad]

        #80147# added user-transformed to presentation shapes

2000-11-20  Nils Fuhrmann  <nf@openoffice.org>  [89dff56f903faec68c696fa93a1963c1914529e3]

        New target XMLXULRES. This target supports generation of localized XUL dtds out of xxl files.

2000-11-20  Thomas Benisch  <tbe@openoffice.org>  [e3b88a0886a551fbb82991daa72358ccc56b7b74]

        replaced DirEntry by INetURLObject

2000-11-20  Thomas Benisch  <tbe@openoffice.org>  [a831c668edb9cf17ef47b1a5cf1d5050b5f6ddca]

        replaced DirEntry by INetURLObject

2000-11-20  Sven Jacobi  <sj@openoffice.org>  [183551cb56ed4a11a207ff1247bff8b47619fb54]

        added some object effects

2000-11-20  Peter Burow  <pb@openoffice.org>  [40d162b8c220f6cdc4a6d400e34b91c3795e6f50]

        chg: new xml-path

2000-11-20  Patrick Luby  <pluby@openoffice.org>  [e027f511a9ade55c8c972779f91817c987287701]

        Implemented modal event loop to support modal dialog windows

2000-11-20  Patrick Luby  <pluby@openoffice.org>  [bc3ea8df6b4db212d129aa6af81f02dce2dbc67b]

        Reverted SalFrame::Show method back to original coding style and moved declaration of variables for temporary code into temporary code section.

2000-11-20  Jörg Barfurth  <jb@openoffice.org>  [64b9e6ee6dfb812a7ecd68a3c8f7d673d72c6dd5]

        Fix unxsols3 build problem

2000-11-20  Jörg Barfurth  <jb@openoffice.org>  [f65fc308230972549d9581274f869869359dce31]

        Fixed missing include for std::revers

2000-11-20  Jörg Barfurth  <jb@openoffice.org>  [f35cf6bcdd2957f7086d2624e1201d5cbc00fda1]

        Added support for session-originated notifications (with corresponding adjustments to the tree)

2000-11-20  Sander Vesik  <svesik@openoffice.org>  [0e7644d0f3aa661dbd5e7006a6f1e75f025c0e3f]

        Add NetBSD support. Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2000-11-20  Jörg Barfurth  <jb@openoffice.org>  [d0bdf7b917a06378a7c3fa7180613ce4970c6de0]

        Enabled detection of template type (to enable SimpleType Templates)

2000-11-19  Frank Schönheit  <fs@openoffice.org>  [bbcbb9ac9a4b20a86d229c463bfc7fd892b13472]

        extended the export capabilities - generic controls / grid columns / generic properties / some missing form properties

2000-11-19  Frank Schönheit  <fs@openoffice.org>  [34980245345e40c71694cd8a6f01c7d186397de0]

        +getSequenceElementType

2000-11-19  Thomas Lange  <tl@openoffice.org>  [1e6998410a5c68526701839e793d7985790683b5]

        lngprops.hxx include changed

2000-11-19  Thomas Lange  <tl@openoffice.org>  [d793cbd6ff1ba5a5ffeada5b0c9b3c0248a63d66]

        lngprops.hxx include changed

2000-11-19  Frank Schönheit  <fs@openoffice.org>  [79f279f3bbe06bfd80ab730a5e29c4d13f6c17d6]

        no IsInsertOnly property - superseded by IgnoreResult (long time ago ...)

2000-11-19  Thomas Lange  <tl@openoffice.org>  [32069a771bdb1fdc88c01fc11bf8c96ca5e2edf9]

        import lib added

2000-11-19  Frank Schönheit  <fs@openoffice.org>  [9afbd1537109859e49eb6eaa5da179d781d8e0f0]

        registerMayBeVoidProperty: don't corrupt _nAttributes anymore

2000-11-19  Thomas Lange  <tl@openoffice.org>  [12301133947457208c8e6272d038d35e06911014]

        list of exported names fixed

2000-11-19  Patrick Luby  <pluby@openoffice.org>  [911023c6e71cf9af6935e344ceb30d97688aa0bd]

        Enabled stub implementation of floating windows, dialog windows, and fonts so that the svdem "Debug Options" window will appear on the screen.

2000-11-18  Bustamam Harun  <bustamam@openoffice.org>  [107e7f3e788c62655d2fa17c7e13c07694868e96]

        move Collation, breakiterator, transliteration to i18n

2000-11-18  Eike Rathke  <er@openoffice.org>  [2ac5bf9c5a4ba2caa7eed6cc8830571427a4685b]

        use CalendarWrapper; class International eliminated except of CompareEqual calls

2000-11-18  Eike Rathke  <er@openoffice.org>  [4eca0934c2b8e65651dce9020d1b074abcf53cc2]

        chg: made getGregorianDateTime const

2000-11-18  Eike Rathke  <er@openoffice.org>  [1c2465f28c5f190e889363c20ef7ba9a2d0aed1b]

        new: calendarwrapper

2000-11-18  Eike Rathke  <er@openoffice.org>  [4e92018bea33d177a128cd6bfff85e8325b4940e]

        wrapper implementations of XCalendar

2000-11-18  Eike Rathke  <er@openoffice.org>  [f0c4ab0c6b50f906027064f3c35fdc8b80687351]

        new: getMonths, getDays

2000-11-18  Eike Rathke  <er@openoffice.org>  [c26217644abc73a9e474f7ac60f746b549988f15]

        add: getLongDate separators, getDateFormat, getQuarterWord; fix: CurrDigits was one too much

2000-11-18  Eike Rathke  <er@openoffice.org>  [4671e45ed577f6f098b3f410c21de18b22e21988]

        add: getLongDate separators, getDateFormat, getQuarterWord

2000-11-18  Eike Rathke  <er@openoffice.org>  [34ee1e70abca850c60441c701972ca646f3b5dfb]

        add: LongDate separators

2000-11-18  Philipp Lohmann  <pl@openoffice.org>  [1865bd25d856b87eceeb571d16d7f9eb6d61b832]

        fax for psprint

2000-11-18  Philipp Lohmann  <pl@openoffice.org>  [2a4f145bb27f236d649603ae24589f0040e01aa2]

        send PrinterChangedEvent for psprint case

2000-11-18  Philipp Lohmann  <pl@openoffice.org>  [75b81fc17baf47fa8e37455c22214d1e022ea5d7]

        fax fo psprint

2000-11-18  Kai Ahrens  <ka@openoffice.org>  [d7c44d85cb34212b8049c58bc8e431993583706e]

        added graphic filter control

2000-11-18  Kai Ahrens  <ka@openoffice.org>  [7a0f55b86abb8727ae7856f0124900978b3f5bcc]

        added graphic filter control

2000-11-18  Kai Ahrens  <ka@openoffice.org>  [bba724d81f8f8cfc0610a7803f20e115bbd179fa]

        intial rev.

2000-11-18  Babak Mahbod  <bmahbod@openoffice.org>  [079d7d84e65e8a774ec9c2f6fb6644b4dbd2b4bd]

        Added a method for drawing color lines.

2000-11-17  Babak Mahbod  <bmahbod@openoffice.org>  [7b8983ea2f28e62d7f53bc31c54e2424c8b5ea1e]

        All methods now use QuickDraw. Consistent variable naming convention. Method to draw color rectangle. Non Color methods set the pen color to black before drawing. Thread safe drawing primitives.

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [8a173ebbeec42051ac2ebb0e56cea0a0dbfca26b]

        deliver formlayerexport.hxx

2000-11-17  Mathias Bauer  <mba@openoffice.org>  [ae4a3c56deef82e224be11f21d4116554d272b85]

        Better error handling; loop when loading with stream

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [d81560a166cdc1fcf9415aea42256fc8bf625c27]

        added forms.lib

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [1453ff26fc388d415144f1270a4a08605eec4e7b]

        initial checkin - export and/or import the applications form layer

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [aba8e959aad2119e18b9c95bdd6c26bbbe1a77f2]

        added form layer export functionallity

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [9a4b0963a08da5ffa5f7c714e1e29de066aa3259]

        introducing the namespace form

2000-11-17  Daniel Vogelheim  <dvo@openoffice.org>  [9ad9ee09c99c97ec6b483b8f2ac9c1928b86919c]

        - fixed: empty strings in foot-/endnote configuration - fixed: char style in foot-/endnote configuration - fixed: image in object index

2000-11-17  Christof Pintaske  <cp@openoffice.org>  [139300dea1cf1f8827a28e7ae7b8abb4062512ea]

        psprint changes

2000-11-17  Christof Pintaske  <cp@openoffice.org>  [d1cd67f3e72e08eb42bcaf20e88f5313f28de919]

        psprint changes

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [5ee4038dfa2678d5a26337dbf9d99d6995a1809b]

        ImageControlMode had no valid ClassId

2000-11-17  Christof Pintaske  <cp@openoffice.org>  [ae15dd839bb9e116631eee7bf168fc168f29d885]

        prevent oo from building psprint version

2000-11-17  Sven Jacobi  <sj@openoffice.org>  [d18a922a690008830249d99ef34ee43e60937532]

        added new slide transition effects

2000-11-17  Sven Jacobi  <sj@openoffice.org>  [e3ebe0d27a7ea2bca48d50bd1376f8f7c29a5ea5]

        added new slide transition effects

2000-11-17  Sascha Ballach  <sab@openoffice.org>  [49a611a799d8ab37d7d87fdecb297a3218f6dc15]

        makes the ScMatrix Pointer changeable

2000-11-17  Sascha Ballach  <sab@openoffice.org>  [64bb298dd163107094d4bca501bf646822b99eb3]

        fix two little bugs

2000-11-17  Christian Lippka  <cl@openoffice.org>  [325b3aacb9974a5340ce8dea05b854e8bc88f3e6]

        #80418# ask any for value before use

2000-11-17  Sascha Ballach  <sab@openoffice.org>  [b28a2f52e81cbb3ff173a428aec10f207718ca8a]

        makes the export of dde links possible

2000-11-17  Patrick Luby  <pluby@openoffice.org>  [5c4108805ee6221d70f9dd90d82165b0ee26f3fd]

        Added $(product)= and $(dbgutil)=true so that DBG_UTIL code in enabled for OpenOffice developers.

2000-11-17  Sascha Ballach  <sab@openoffice.org>  [883469fd1258c8082c1cc9d49766840981a882ee]

        makes the xml export of dde links possible

2000-11-17  Sascha Ballach  <sab@openoffice.org>  [6969d96759bcfd009328d14de6ce08310d2d12bc]

        make the export of dde links source possible

2000-11-17  Oliver Specht  <os@openoffice.org>  [b84ee544a81c36f0965db8e8a02599136d5e830f]

        TextField DateTime: property DateTimeValue returns util::DateTime

2000-11-17  Oliver Specht  <os@openoffice.org>  [a2925ff7e8d1a50819c9e8ab95a9f929bc8f98c1]

        define of property name corrected

2000-11-17  Sander Vesik  <svesik@openoffice.org>  [cd0389198fc2e7d8e14e162edb57a3835904bd36]

        Incorporate changes from OpenOffice609-FU branch

2000-11-17  Jörg Barfurth  <jb@openoffice.org>  [c9a359997640331652affe961659353b0459b62e]

        Fix: Added missing return in inline methods

2000-11-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a9e736c3351c14b40dc77a3a448c7bbb70106944]

        don't override ASM

2000-11-17  Daniel Vogelheim  <dvo@openoffice.org>  [45351239750b1fb643a42148d5986125c40862ff]

        - fixed: indentation of exported <section> elements - fixed: multiple export of the same sections for tabs in sections

2000-11-17  Kai Sommerfeld  <kso@openoffice.org>  [1fd2287cc92ec6efbdbd441f22983af63e33e40b]

        Changed: Misc adaptions.

2000-11-17  Kai Sommerfeld  <kso@openoffice.org>  [01543ee65423c4afab3744bacd3962649aebb245]

        Initial Revision.

2000-11-17  Oliver Specht  <os@openoffice.org>  [771547d0eb0febbbabc46ea1bbbff305236b1a63]

        define of property name corrected

2000-11-17  Oliver Specht  <os@openoffice.org>  [a247aa741379b6915343e09cde8f729024813025]

        DateTime field provides util::DateTime

2000-11-17  Oliver Specht  <os@openoffice.org>  [6e33a9a2c9e3cb674c406727ceb378d84960abc4]

        SwXCell: TextSection property added

2000-11-17  jp  <jp@openoffice.org>  [9f05fec86f3593c864374c3330d00847eb842fd1]

        new CJK items

2000-11-17  Oliver Specht  <os@openoffice.org>  [11adca29577f11895d7bbd963e2e20cb7d4a326f]

        SwXCell: TextSection property added

2000-11-17  gt  <gt@openoffice.org>  [f7434b19a1f705dc6818db0e128d3163fe1122d1]

        misc preparations because of weird merge probs

2000-11-17  gt  <gt@openoffice.org>  [d64159f0801a8ece9f1416bf6caab9673b0ff26f]

        misc preparations because of weird merge probs

2000-11-17  Carsten Driesner  <cd@openoffice.org>  [21b600477d72a7714e1ecc758a2c019531e97147]

        some speed up for rvp added

2000-11-17  Carsten Driesner  <cd@openoffice.org>  [116a0e5392b1f15c2eec705d4b87890088bad5ac]

        createRemoteVirdevCache added

2000-11-17  Carsten Driesner  <cd@openoffice.org>  [d4eb539b18c4e41909f72772e48f91b3f410c58b]

        moved some line for remote shutdown

2000-11-17  gt  <gt@openoffice.org>  [47c471360ae213d80291baf4c9f181651024a62e]

        OLE export flags for export

2000-11-17  Sven Jacobi  <sj@openoffice.org>  [41e76f741695f3e505241ee09a188a375846a28f]

        #80426# now also exporting excluded pages

2000-11-17  Sven Jacobi  <sj@openoffice.org>  [0f8007fb49b4ee862703696f229f218a323b7772]

        #80426# added property Visible

2000-11-17  Thomas Lange  <tl@openoffice.org>  [6efbc459c0974db8a289648c42bbd9baf776a352]

        hyphdata.hxx renamed to hyphdta.hxx

2000-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bea775c56bdfa2a2d7a348fc2293e11f09883a6]

        Initial_Import

2000-11-17  Mathias Bauer  <mba@openoffice.org>  [0a5c32251dffd132c67d4a8aab31ccadf06de255]

        Don't use GlobalMutext for Code that calls UNO

2000-11-17  Daniel Boelzle  <dbo@openoffice.org>  [d754cc7ded8109647cef10f0df466eb5bb2c9980]

        fixed tests

2000-11-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e17057898a48786f5663eb9de3ae4c6b1a348c2d]

        exceptions for all platforms

2000-11-17  Oliver Specht  <os@openoffice.org>  [439b9fac529a6b9290728076add441a38866bb8a]

        new: XExporter.idl, XImporter.idl

2000-11-17  Oliver Specht  <os@openoffice.org>  [3cd8106057db9993aee31030d7b94e136674e27c]

        SAX interface for external filters

2000-11-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cb041b025fd732e0acd14de1f74d8cb954abf2d0]

        test for GCC instead of LINUX

2000-11-17  Sven Jacobi  <sj@openoffice.org>  [5880b5f7605d386fe76be4a845161bfcc92f0e20]

        added tabulator export (left, right, decimal, centered)

2000-11-17  Oliver Specht  <os@openoffice.org>  [cd7f9a9c38b1a27a7fa50b8ff9497cc8041a9bc5]

        CreateTextRangeFromPosition: delete created SwUnoCrsr

2000-11-17  Christian Lippka  <cl@openoffice.org>  [5fe13fe7208a3f26c030e44fb6ec7f29b086a8d6]

        using comphelper for process factory

2000-11-17  Peter Burow  <pb@openoffice.org>  [1b291abb5b95df0d862c1ca638114f5e2aaeca22]

        fix: #80405# SID_GALLERY added to RID_ENVTOOLBOX

2000-11-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [966b738c2c091a2846e860ecda83432d1b9b8bba]

        general gcc problem

2000-11-17  Andreas Schlüns  <as@openoffice.org>  [1fa5fd9e80235a18e92890c9b285e655f959beb8]

        handle invalid history size!

2000-11-17  Christian Lippka  <cl@openoffice.org>  [ec0f599dd003228b4b860b63f4c75df4c2e169a2]

        using comphelper for process factory

2000-11-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c94d355908995fac046d676b9be6e0cd761fd50f]

        changes for STLPORT4.0

2000-11-17  Oliver Specht  <os@openoffice.org>  [19d15b2b3620a51268d3b1660cacd02540867e17]

        SwXTextRange::getText correced

2000-11-17  Kai Ahrens  <ka@openoffice.org>  [35364904560975e08e944f7ad8029ffd04edd9de]

        QueryBox for delete; MouseEventHandler/ValueSet)

2000-11-17  Kay Ramme  <kr@openoffice.org>  [e0fbd05c6c24e24876e9e3ec39664a83bcf318d8]

        forward genuine java exceptions to client

2000-11-17  Hennes Rohling  <hro@openoffice.org>  [026e046c1879c9ef73ba624f0f18bdeca7e328cf]

        Don't use SVL and TOOKS in component. SpecialConfigManager is still living

2000-11-17  Herbert Duerr  <hdu@openoffice.org>  [c81db6cc4083c4362bc33965add3c1c6f0afff85]

        fix memory leak

2000-11-17  gt  <gt@openoffice.org>  [738eb997de649f4834f515ec5aeb4116d3eb910f]

        OLE import flags for import (math, word, ppt)

2000-11-17  Kai Ahrens  <ka@openoffice.org>  [e73b50d39e4cc791b5e72ee7ec9c1cd34b470f65]

        added ::EnableFullItem method implementation

2000-11-17  Armin Weiss  <aw@openoffice.org>  [30464b81385a4182299687e376ae7a87696c0e3a]

        create shape after add()

2000-11-17  Armin Weiss  <aw@openoffice.org>  [339fe555c87f175befbe08b4a7cc46ec7d171751]

        always create a E3D_POLYSCENE and not a E3D_SCENE

2000-11-17  Andreas Martens  <ama@openoffice.org>  [06cf2e0ab6f1a91b5fc4ed3ef2b263f5d8c4d70b]

        dummy comment (ask HR)

2000-11-17  Andreas Martens  <ama@openoffice.org>  [64edfbf927205165d67bccea6c771a47632b34e0]

        New: Change of the writing directing possible

2000-11-17  Herbert Duerr  <hdu@openoffice.org>  [2ad05dd48406b97a2241a1f75cd954c6d556b546]

        implement FetchFontMetrics()

2000-11-17  Oliver Specht  <os@openoffice.org>  [0ee3adb3442e406c6e9e79e38f27e35e1b591bf8]

        XIndexAccess added

2000-11-17  Oliver Specht  <os@openoffice.org>  [33a2150d1e092ebaaa1256ce2aa2b06ed32d877a]

        #80401##80402##80408##80409##80410# service descriptions created

2000-11-17  Oliver Specht  <os@openoffice.org>  [5f6792c4b0f78e57ed3132c0d247b2bc8236413b]

        #80410# service description created

2000-11-17  Oliver Specht  <os@openoffice.org>  [c5e04abad01ce97fc347ceb58db90201e233381b]

        #80408# file renamed from TextEmbeddObjects.idl

2000-11-17  Oliver Specht  <os@openoffice.org>  [77845bc8f5db53d290e188bc50a85257cc149812]

        #80408# service description created

2000-11-17  Oliver Specht  <os@openoffice.org>  [8963d5fadef4d12d4998734930fb637ace08ce31]

        #80402# service description created

2000-11-17  Oliver Specht  <os@openoffice.org>  [ec5a061444e89c7c969e1a793b478600fa6fb6a4]

        #80401# service description created

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [5ed181d2cf96f6a15b56cad5d11139a2da6efe1f]

        TextSearch is in the utl namespace now

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [779ad5a4f2d0e02ea700fea061793107341fda9f]

        TextSearch is in the utl namespace now

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [e890ee02bf21979ffab6921db59abcc9cd65f546]

        put the classes into the utl namespace

2000-11-17  Herbert Duerr  <hdu@openoffice.org>  [7e021365cff0c60a8772cd9a5b8cfa0295cae2e2]

        implement GetKernPairs()

2000-11-17  Kai Sommerfeld  <kso@openoffice.org>  [a5e7153620fb9f772fc45e57e5ac56bbd230882f]

        Fixed: Made HierarchyEntry::getData( ... ) more fault-tolerant.

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [889fe5a96df2a46c075adef541985a6f35d91a1b]

        MUST change: migrate from SearchText to TextSearch

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [0700bd86904759d8b91c425ea75f0da216c84154]

        MUST change: migrate from SearchText to TextSearch

2000-11-17  Dirk Grobler  <dg@openoffice.org>  [77848a438288bd7206ad003ce8c09068ca6aa845]

        implementation for new update handling

2000-11-17  Dirk Grobler  <dg@openoffice.org>  [965276a94864b42aefdecb74238b8ba7ef91a466]

         adjustment to new server version like the state attribute

2000-11-17  Dirk Grobler  <dg@openoffice.org>  [824201c5fb2ec4b1126a56afff8276a630a4efb4]

        correct service names for provider

2000-11-17  Dirk Grobler  <dg@openoffice.org>  [02d209148fb1cc00dc14c2434f70a6416dec26ad]

        adjustments to new server versions, including the state attribute

2000-11-17  Dirk Grobler  <dg@openoffice.org>  [c57a3644d425c48983098e3c1d152325086cd355]

        adjustments to testprogramms

2000-11-17  Frank Schönheit  <fs@openoffice.org>  [ce25a7b374accf69907e524ce3d7cb8f3973279c]

        corrected the forward-decls for SearchResult/SearchOptions

2000-11-17  Sascha Ballach  <sab@openoffice.org>  [8290b4481712ee9470453ed447559e61f3e090c8]

        set the start of DDE Links export

2000-11-17  Patrick Luby  <pluby@openoffice.org>  [4193f65591f597ac733678ba141533e16472e929]

        Added -DDBG_UTIL for development purposes.

2000-11-17  Ocke Janssen  <oj@openoffice.org>  [7844bea7b2e69a81e641391357ce72e2f56c096b]

        assert removed

2000-11-17  Ocke Janssen  <oj@openoffice.org>  [87c33f3dcb11b097667e38645b2f7d6a499197d3]

        use of mutex

2000-11-17  Sascha Ballach  <sab@openoffice.org>  [30b8baea5d005f58cb65d82b81e7b9ca0bbefe0d]

        remove some unnecessary lines

2000-11-17  Michael Brauer  <mib@openoffice.org>  [778f89db18a0327e44ca463a8b80189ce03f1fc7]

        #80360#: Tables within sections

2000-11-17  Ocke Janssen  <oj@openoffice.org>  [afa0cf8671ff1877a7a2187fdb3f8b1c35ee6a4b]

        initialize header

2000-11-17  Michael Brauer  <mib@openoffice.org>  [91b26812a74108d5bdc92f1dfc640b6ddaf60a93]

        #80360#: CreateTextCursor now pays attention to section nodes

2000-11-17  Patrick Luby  <pluby@openoffice.org>  [853284df396327132df18eb042c170d6ed595aee]

        Implemented SalFrame::~SalFrame and SalFrame::ReleaseGraphics methods

2000-11-17  Patrick Luby  <pluby@openoffice.org>  [2a8a46f7c7fd8308214bb4dc0cdf89a2db6a4f1b]

        Update SalInstance::DestroyFrame method

2000-11-17  Patrick Luby  <pluby@openoffice.org>  [b5a3a52f7373ad95870832e79bb97f80d7d35191]

        Implement parsing of key code and calling of SALFRAMEPROC for keyDown events.

2000-11-17  Patrick Luby  <pluby@openoffice.org>  [ccacfe3c077aecf41858d70f2b6eae8fc40059c7]

        Removed extraneous comments and include statements.

2000-11-17  Patrick Luby  <pluby@openoffice.org>  [918ce11682d3544aa5e9902918a28bfe73910821]

        Moved typedef statements before includes so that Objective-C code can reference C++ classes (the C++ class headers require the typedef statement).

2000-11-17  Ping Liao  <pliao@openoffice.org>  [7cdfa8ad4f9caed6b9bb83118b0a3d424ee4a73b]

        Added initialization of static data members for template classes for Mac OS X

2000-11-16  Ping Liao  <pliao@openoffice.org>  [d3082ba2aa76c6dbd92ed0909e02e00b5295ecff]

        Added copying libjava_uno* and libgcc2_uno*.

2000-11-16  Ping Liao  <pliao@openoffice.org>  [0c387051fe01476f230fc25ba1f288644450b574]

        Added lib type for MACOSX in getLibName

2000-11-16  Babak Mahbod  <bmahbod@openoffice.org>  [74af991aaea0400f73fcca0340ffa43a0307f106]

        Initial (temporary) implementation of color polygons

2000-11-16  Ping Liao  <pliao@openoffice.org>  [e1f65abd7a7a8ccf70fe5b7ac4b991751864684a]

        Modified EnvType for MACOSX in initDefaultEnvironment

2000-11-16  Martin Gallwey  <mtg@openoffice.org>  [327892f41e9806c7184b5c5fd26a6f17154623df]

        Updated header files for new buffering...

2000-11-16  Martin Gallwey  <mtg@openoffice.org>  [fbcd68a4c48ce5da50719b7daeffa895c36ed0cf]

        Draft 2. More complete, less buggy but still not fully functional..

2000-11-16  Martin Gallwey  <mtg@openoffice.org>  [f987a8b5e957b2bc013effef594c26938a142923]

        Fixed some problems with the buffering

2000-11-16  jp  <jp@openoffice.org>  [9177036ac5f8b7e73518aa3ff53b49a66b7e76b0]

        helper class for the access to the text search interface

2000-11-16  jp  <jp@openoffice.org>  [04108f696679a3ffecd39291df11bf9d4b18e005]

        helper class for the access to the text search interface

2000-11-16  jp  <jp@openoffice.org>  [8d3586cfa867af7083c9ea6ae067962d6189008c]

        SwFmt2Lines moved to SVX and renamed

2000-11-16  Sander Vesik  <svesik@openoffice.org>  [7ea8fe1c8717773d9f5523036862899d5cf9f9aa]

        Add makefile for NetBSD/Sparc. Contributed by  Michael Rauch <mrauch-openoffice@fs.tum.de>

2000-11-16  Sander Vesik  <svesik@openoffice.org>  [83b83c66c1a8ddb20e60acd95b3ac0cd68a0da6c]

        Apply patch for NetBSD. Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2000-11-16  Babak Mahbod  <bmahbod@openoffice.org>  [8ba50a7aba3d7609b42b6c862703dcae40787e22]

        Added implementation of several new drawing primitives.

2000-11-16  th  <th@openoffice.org>  [816895c9d20ba258e106b68420b283a8387e614f]

        #79943# - EnableFullItemMode()

2000-11-16  Niklas Nebel  <nn@openoffice.org>  [1b5baace91d3f3a95f63d8fa5b7c16eae67a989d]

        #80394# color listboxes resized to fit in dialog

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [e8cf55bc40cb0c0dbf7042c8fdf7c4d7aad47c93]

        add document statistic

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [6fb28a5a2b00e6219ef1a003c3ec7ec716e89909]

        use double instead of sal_Int32

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [ca72e97d6af184525f4f3d31a7c872ba943afffb]

        add the method SetStatisticAttributes

2000-11-16  Jörg Barfurth  <jb@openoffice.org>  [37ff094cf5e63fc994f3527700046894f4a9de4b]

        Implemented Access-local notifications

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [0c7da9a2e9c7417ac189860a15c325a77933972b]

        move the validations from the iterator to the cellstyles

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [10435602cee399416123596e299b6cdc7bccd7c4]

        change the include ustring statements

2000-11-16  Jörg Barfurth  <jb@openoffice.org>  [cfb2e235b1bcca44ac08596a46e33aeb19a7d99f]

        Revised dispose handling (now separate for set vs. root elements)

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [7f62aafd436cedb12e76e2854b9494f34c2985e8]

        change the include ustring and vector statements

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [16a9dc68b174b649a922a47dcff8a8cccafbe747]

        try whether the XTextCursor is and then use him

2000-11-16  Jörg Barfurth  <jb@openoffice.org>  [a440015f5765d1fedc58e72d7d8376774cc4362d]

        Removed XChangesNotifier from non-root nodes (was also on set elements)

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [4d01bb6d4d0749eecc14f7efa72522dbab72c644]

        add the method SetStatisticAttributes

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [268a26eedca6af49630cb2a2ca8fb68f1789c5b1]

        change the include ustring and vector statements

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [8ef691c495514d3e0e4025eab26aa2abff95e1eb]

        change the include vector statement

2000-11-16  Jörg Barfurth  <jb@openoffice.org>  [4e28514fdda193b0d3f6dce94782b7f99a9abec6]

        Added functionality for notification support

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [c9320ab3aa3c476ec181779931f9ac6694b14df1]

        change the include debug statement

2000-11-16  Jörg Barfurth  <jb@openoffice.org>  [3e8b2931d2ca3a2c1482098f3bc30f1428cea293]

        Added missing operator< for NodeID

2000-11-16  jp  <jp@openoffice.org>  [e6ba7386f9c277dd27a0e0b04c769dd583864dcf]

        new ResIds for twolines/emphsis

2000-11-16  jp  <jp@openoffice.org>  [d32355f962ec5367a890c3e5f3f6042c900b34e6]

        Underline with own color, new: SvxTwoLinesItem, EmphasisItem changed

2000-11-16  jp  <jp@openoffice.org>  [aacd97465adb3fee828e10cd06db3af4750de463]

        new tokens for twoline/underline color

2000-11-16  jp  <jp@openoffice.org>  [da3e92d77944961e2b88daf7bb753960c93a295f]

        new tokens for twoline/underline color

2000-11-16  jp  <jp@openoffice.org>  [95d7f877c7ea2460634491f1079ac7e7f5de3a2e]

        export headerfile twolinesitem.hxx

2000-11-16  Kai Ahrens  <ka@openoffice.org>  [ab87afdbc4ae3a49c28cc10ad61d1d615acb6e1f]

        added ::Erase/::CopyPixel methods

2000-11-16  Mathias Bauer  <mba@openoffice.org>  [e8701f9a2d65393c2e646f771840d6306f6b640e]

        #80375#: be aware of incomplete error handling in UCB

2000-11-16  Christian Lippka  <cl@openoffice.org>  [781e8f8b73bef781b8930424a3b1a763207c2ac8]

        #80012# hide presentation styles in draw documents

2000-11-16  Kai Ahrens  <ka@openoffice.org>  [43c732686d3620b76106e204c09f927cd766eed1]

        grfflt.hxx

2000-11-16  Daniel Vogelheim  <dvo@openoffice.org>  [2f2b75e447c7c7c72aca8fd8b06c67f92a48dd74]

        - fixed: im-/export of space after bookmarks, refmarks - fixed: problems with tables within sections

2000-11-16  Kai Ahrens  <ka@openoffice.org>  [df6a99f7c6ffd3cacfdfb659d3ec3e3fb091ce6c]

        added grfflt.*

2000-11-16  Christian Lippka  <cl@openoffice.org>  [68a256e6eaefad23bfd38358cc6126686a91abbe]

        draw:points -> svg:points

2000-11-16  Christian Lippka  <cl@openoffice.org>  [cd287d5670b4cf6520df45930b3c37f8f7141980]

        #79620# added support for named shapes

2000-11-16  Kai Sommerfeld  <kso@openoffice.org>  [e40fb85688c01983e87e0e10f69565bbb86df2af]

        shell::page(... ) - Call closeOutput() on OutputStream when done.

2000-11-16  Kai Ahrens  <ka@openoffice.org>  [bbe2cd64b7125152b10cc41468537fd904bd2f0f]

        initial rev.

2000-11-16  Ocke Janssen  <oj@openoffice.org>  [3bcaa435b25be534e57d841e29cf50d7c240345f]

        set the sequence back

2000-11-16  Ocke Janssen  <oj@openoffice.org>  [ab894cb84e8b158594b60f8f694d74ec0b37ce0b]

        use of typedef as base

2000-11-16  Sven Jacobi  <sj@openoffice.org>  [2c0a465d3cb62e82b7f5210e576bf616290e4113]

        #80353# improved Gradient import (ShadeShape to XGRAD_RECT)

2000-11-16  Mathias Bauer  <mba@openoffice.org>  [73331923359b392be055209bf055fd9fdc4b2e27]

        Remove tests for INET_PROT_FILE

2000-11-16  Andreas Martens  <ama@openoffice.org>  [bb5368e89f2096797a83bdd616dd2dc584524769]

        New: textranges for vertical writing

2000-11-16  Mathias Bauer  <mba@openoffice.org>  [db26dbebfade647191ed458cc23eb4204570ef98]

        #79592#: take filter flags into account when calling GetFilter4ClipboardID

2000-11-16  Christian Lippka  <cl@openoffice.org>  [35127fc2a73acf4c0b5dc4c6cf139c0371e7771f]

        #80400# added Author Tag

2000-11-16  Mathias Bauer  <mba@openoffice.org>  [cc90d18b4d1545f4f1a57fbb3c92d14fd8fe81b9]

        Remove tests for INET_PROT_FILE

2000-11-16  Ocke Janssen  <oj@openoffice.org>  [665cf7b4697892dc6eeb28866a4c410a1f5faf41]

        change ... in Exception

2000-11-16  Christian Lippka  <cl@openoffice.org>  [34689ba22b7f8fd2730f5efaad8f264b8ab61b92]

        #80400# added Author Tag

2000-11-16  Rüdiger Timm  <rt@openoffice.org>  [46a3663b92e38fa50da166c0fe5e13026307501c]

        Merge SRC613: 16.11.00 - 16:38:36 (NoBranch)

2000-11-16  Mathias Bauer  <mba@openoffice.org>  [48bf5e855ae02fd1bea87938978f29ee6147285c]

        Remove tests for INET_PROT_FILE

2000-11-16  Oliver Specht  <os@openoffice.org>  [f722b84591e67396f9606178c0d0d14ccf32ba37]

        SwXTextTable: TextSection property added

2000-11-16  Christian Lippka  <cl@openoffice.org>  [0785efa9e8cbb460085570e10c51bc38bcd9f5f6]

        #79620# added support for named shapes and create ole storage with name

2000-11-16  Frank Schönheit  <fs@openoffice.org>  [5aebf4e73466e8a2bd33297f4ca230a9afa60153]

        #80066# getEventMethods: un-qualify the method names if necessary

2000-11-16  Sven Jacobi  <sj@openoffice.org>  [d5299d27f67cefef8c9affd82999c03bd74a8e98]

        #80350# transparence is used only when filltype is solid

2000-11-16  Christian Lippka  <cl@openoffice.org>  [96afe7462ecb5cd2cf3a7a742fc4b432854ba3cc]

        added missing layer properties for ole shape

2000-11-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f77e38ff36e21386bcc55d67d32724183124805]

        seems to be a general gcc problem

2000-11-16  Dieter Loeschky  <dl@openoffice.org>  [892b53e182b6146886ac67311dd9352429a9b773]

        Items for CJK and CTL

2000-11-16  Philipp Lohmann  <pl@openoffice.org>  [78f2583c2090f2bc61e686d81460a592b27dbb7a]

        add: SearchCreateResMgr to find a resource of unknown language

2000-11-16  Herbert Duerr  <hdu@openoffice.org>  [6f9196b5d7ca2d5a1ad2b979ec5ed63912a39a7d]

        add SetFontPath()/GetFontPath()

2000-11-16  ok  <ok@openoffice.org>  [68a789cc47224a4eb4d0fb279c511946c96b118f]

        new: update installation

2000-11-16  Niklas Nebel  <nn@openoffice.org>  [ec20027cd269157750f752ec27158c59f79cc35b]

        NavipiCfg changes

2000-11-16  Niklas Nebel  <nn@openoffice.org>  [bcb9cc1018d31230e6a430c8df809af496da6f04]

        no ConfigItem

2000-11-16  Dieter Loeschky  <dl@openoffice.org>  [5dc708093d1ee179099abdcbf0c6f649b1c4deeb]

        Items for CJK and CTL

2000-11-16  Herbert Duerr  <hdu@openoffice.org>  [78430781949cc359b5c980ebba29b616a9b9d2cd]

        RmOutdev->SetFont call merged with others

2000-11-16  Michael Brauer  <mib@openoffice.org>  [d44483e881dfeff93b011585edf6cbc6fe37bb59]

        #80325#: ignore images that don't have a URL

2000-11-16  Herbert Duerr  <hdu@openoffice.org>  [ecd7d21bf716aeccf02cea392000889c391bdd09]

        improved GC scalability and implemented SetFontPath/GetFontPath

2000-11-16  Herbert Duerr  <hdu@openoffice.org>  [a949f50ce969b1f8d018d2913c0d86cfcec4e72a]

        implemented GetGlyphOutline()

2000-11-16  Kai Ahrens  <ka@openoffice.org>  [8c49dd4f0c8cb60bc3405bcf1b0b83c56cd98422]

        added ::CopyPixel method

2000-11-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8c0379f98bfb5219d4a8d4a3d7929db394cf05cd]

        shl description can be disabled now

2000-11-16  Michael Brauer  <mib@openoffice.org>  [fc498d364f4edf9474f623c84a0c30ebdfa8919b]

        contour polygon for text wrap

2000-11-16  Niklas Nebel  <nn@openoffice.org>  [58942d2ead204453dc799b735c44441160c1b648]

        #75222# UndoWidthOrHeight: allow several sheets

2000-11-16  Niklas Nebel  <nn@openoffice.org>  [83fa085f787dc71f387f5f6a42cb907add8a9fc1]

        #75222# SetWidthOrHeight: allow several sheets

2000-11-16  Niklas Nebel  <nn@openoffice.org>  [969897ff9600458285366e92f0fa489324dd9eae]

        #75222# SetWidthOrHeight: pMarkData

2000-11-16  Andreas Bregas  <ab@openoffice.org>  [3541e0301a18ba3b85ff9e48447445f7b2300da1]

        #80146# createFolder(): Correct type name, getFolderContents(): removed wrong property

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [f452a25e5d557e40e23e2ffd14972d46f4a3cf3a]

        store and set old textcursor

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [a17bb87e4e50557b75e22ee7b759b6bffbc63284]

        add Progressbar

2000-11-16  Sascha Ballach  <sab@openoffice.org>  [a79ebc30ea19f55e2902fc4739d6a568638b1adc]

        set the autofilter flag

2000-11-16  Sven Jacobi  <sj@openoffice.org>  [d8425458846ddf48522253183878e25037673dde]

        also importing an mso_sptArc when just default adjustment values were used

2000-11-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [506fcb706d85e3545fdfb2b1a93ddb5bddbd73bc]

        unrolled files should be commited

2000-11-16  Michael Brauer  <mib@openoffice.org>  [262ddea12eca32a70e1085f5f014146b26c76a28]

        TextWrap, SurroundContour and ContourOutside to work now

2000-11-16  Ocke Janssen  <oj@openoffice.org>  [0907acfc0a05bf88e6ac7860db89caeef6de57d8]

        merger

2000-11-16  Kai Ahrens  <ka@openoffice.org>  [34ac1b8639ad8aa27a076553796866b323361e88]

        must changes (InetURLObject)

2000-11-16  Oliver Specht  <os@openoffice.org>  [8ff71b59a7f714835e1faa2781b34b4c5b811a84]

        TextField and FieldMaster 'Bibliography' completed

2000-11-16  Oliver Specht  <os@openoffice.org>  [38d9ed3de8917d1988f3ab2e19440bfcc3e26a21]

        Bibliography.idl added

2000-11-16  Oliver Specht  <os@openoffice.org>  [06bccdd4a21d0794c1f84559d062771d19ac26bd]

        service com.sun.star.text.TextField.Bibliography

2000-11-16  Kai Ahrens  <ka@openoffice.org>  [e4e1ea13b39f21424e3dde6fe61a1e353864bab7]

        must changes (InetURLObject)

2000-11-16  Martin Gallwey  <mtg@openoffice.org>  [05ac3fe285dd77e0fc636af6ea5f6fea568a9d1d]

        Added 50% functional generic package implementation and added support for un-deflated streams to EntryInputStream. This will require further work RSN.

2000-11-16  Martin Gallwey  <mtg@openoffice.org>  [f39fff0b3d65e430b6ad40c2d4a871a2f32a4ba5]

        Initial revision. This version is at best 50% functional, and contains many gaping holes, bugs and half-implemented services, and is only meant as a "preview" for Kai :)

2000-11-16  Christian Lippka  <cl@openoffice.org>  [6e83c6c9cabcce0ad79a83988e75f12dc944759c]

        removed AreaShapeDescriptor service, it is not supported for graphic shapes

2000-11-16  Ocke Janssen  <oj@openoffice.org>  [a4fa42ea34d390c9aa1547b151616cb3766514db]

        use of sal_Unicode

2000-11-16  Ocke Janssen  <oj@openoffice.org>  [5903521e02ac1c76e9bbe24870beae0ba12e95ec]

        put bytestring into dragserver

2000-11-16  Daniel Vogelheim  <dvo@openoffice.org>  [cfc62f2605ff3eb4f46f79691f7e52ddab29e04d]

        - added: XML im- and export of formulas, values, and data styles in StarWriter tables

2000-11-16  Stephan Bergmann  <sb@openoffice.org>  [59b635349a1882830c0f2880e20c113069719257]

        Added -rapconnect feature.

2000-11-16  Oliver Specht  <os@openoffice.org>  [a4646d197d42afeb494063bfe7c7ef7e8321ed8c]

        csstextfield and cssfieldmaster added

2000-11-16  Oliver Specht  <os@openoffice.org>  [54c8fdcb1f5d0db7f47bf964498f371a363e84ac]

        fieldmaster services

2000-11-16  Oliver Specht  <os@openoffice.org>  [dc288fd727b75dc860999c20cfe675675c5fed6e]

        service com.sun.star.text.FieldMaster.Bibliography

2000-11-16  Ocke Janssen  <oj@openoffice.org>  [6374a7c473c4fb130c0678c83f7c137c14091361]

        typo

2000-11-16  Ocke Janssen  <oj@openoffice.org>  [c8aecb0b651c4005667bd37a0c6de68a40332569]

        #80273# use of ucbstreamhelper

2000-11-16  jp  <jp@openoffice.org>  [ff4f5d730aa7c9814db5dcedd8546c1546f3755c]

        export CJK attributes

2000-11-16  Stephan Bergmann  <sb@openoffice.org>  [23ffea44080117cc585d852cdcc285ed4807253e]

        Added INET_PROT_VND_SUN_STAR_PKG and wfs as alias for vnd.sun.star.wfs.

2000-11-16  Daniel Boelzle  <dbo@openoffice.org>  [9be3c618e0b1d2b2635bd7b134693ed5ff3021bc]

        #80090# restrict jar file access to java system property com.sun.star.comp.loader.CPLD_ACCESSPATH

2000-11-16  Andreas Schlüns  <as@openoffice.org>  [183e05ddfcede75a3dc2a589ef04a5509ccd5265]

        don't assign sal_uInt32 to sal_Bool directly! => overflow

2000-11-16  Jörg Barfurth  <jb@openoffice.org>  [2ecb5e5f352ea6bc1ce11bc4e9b36ed80709bc42]

        Added missing namespace prefix after previous fix

2000-11-16  Jörg Barfurth  <jb@openoffice.org>  [5d7f5dae6e454eb7269b9c4b39b3d0857fd96caf]

        Fixed retrieval of element template

2000-11-16  Ocke Janssen  <oj@openoffice.org>  [894de834f7cb6a84213ce2f5d48cc351a309cb17]

        forgot namespace

2000-11-16  Frank Schönheit  <fs@openoffice.org>  [33c2585cc2c778e9eb51749aa4e69b2e256992b7]

        new implementation for allowing registry key wrapper for NULL value nodes

2000-11-16  Patrick Luby  <pluby@openoffice.org>  [2def2e0e8fa7fd640b86c6c2b4b2f6ef685fe767]

        Added back dummy SALFRAMEPROC

2000-11-15  Sander Vesik  <svesik@openoffice.org>  [e7f6dc3e14024a06532aee4872695eb611509bc4]

        Add solaris 8

2000-11-15  Patrick Luby  <pluby@openoffice.org>  [52ffe5ce29106c65b23547397d18659f30f57834]

        Corrected #ifdef's so that header will compile in pre-SRC612 builds

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [bb79b528eec001fc70af73e55a77b27f96910862]

        Merge SRC613: 15.11.00 - 23:48:06 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [6306adedd550c7209def36b7645f386e6ce7367d]

        Merge SRC613: 15.11.00 - 23:39:09 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [0e7184c081bd2aa38963de6497de65f0c5455a7e]

        Merge SRC613: 15.11.00 - 23:32:22 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [f17d48e3760dd69be3b3667227c12e95cdec32b1]

        Merge SRC613: 15.11.00 - 23:25:35 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [e3b19e0e9244da7b26414b1fde6b692c960ed517]

        Merge SRC613: 15.11.00 - 23:18:42 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [64ce87e625ecd931a6be1176e87eea922f038fe2]

        Merge SRC613: 15.11.00 - 23:11:49 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [ac4c4c498bdf9a113399bd5a79fe0cbba789c0f9]

        Merge SRC613: 15.11.00 - 23:04:37 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [55e367c872b7bcd0f02d9f80daa240e591ab3056]

        Merge SRC613: 11/15/00 - 22:58:04 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [7e0f231b9e08980a74e048bad20b8629c39723f3]

        Merge SRC613: 15.11.00 - 22:56:27 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [7ef824d949cce051e33f115a82d1d996e70f2d16]

        Merge SRC613: 15.11.00 - 22:55:07 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [81748d9b1501cfc68aa4718f72376d08898be9b0]

        Merge SRC613: 15.11.00 - 22:54:12 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [c820fef07cfe29abb22cd30fd1da7cdfe910d406]

        Merge SRC613: 15.11.00 - 22:52:18 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [c6362f8a427ddfa7d130b5a949119f184f590ea9]

        Merge SRC613: 15.11.00 - 22:51:47 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [8c73627df44bfff62231680be74d4d13e138cc1e]

        Merge SRC613: 15.11.00 - 22:51:45 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [7dc1b653c55870c5320135470ae1021020380990]

        Merge SRC613: 15.11.00 - 22:49:25 (NoBranch)

2000-11-15  Patrick Luby  <pluby@openoffice.org>  [baf881cb9309779ea1f211f07461f64f5f4164e6]

        Added access to SalFrameData and SalInstanceData structs for Objective-C code.

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [be6fe5a2d769438ab866de1350cbff2c23a60062]

        Merge SRC613: 15.11.00 - 22:47:57 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [4616bc97a460506ace6f178bbc6911221fae3a9f]

        Merge SRC613: 15.11.00 - 22:46:32 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [47fa80b2ceaf2fd8550f187db18df0cea91e6cac]

        Merge SRC613: 15.11.00 - 22:46:20 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [8a84098b43d205f4d80fe1c8e8563807f156b348]

        Merge SRC613: 15.11.00 - 22:38:54 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [41f47c08c82fdbac71d4621bd0cf4c6a785d5f1a]

        Merge SRC613: 11/15/00 - 22:46:21 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [45638f6fe31d0c7876339a0ccc7b835790cc5799]

        Merge SRC613: 15.11.00 - 22:42:28 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [0762f0105d0e5eb7450f8db35edee59dfe312ea0]

        Merge SRC613: 15.11.00 - 22:41:57 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [dcc13c480363cb4c837f94a2a892e31d09c011aa]

        Merge SRC613: 11/15/00 - 22:41:54 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [88eced4c1a47dfdbd1cf86614a96ad3dc3b90bed]

        Merge SRC613: 15.11.00 - 22:39:19 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [57e03622b62e0f97c38bce30e6238a139b17d54b]

        Merge SRC613: 15.11.00 - 22:38:01 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [1c73e7b8a7917f719e3e94924f63121161dff909]

        Merge SRC613: 15.11.00 - 22:36:58 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [b47996a8fa1bc9a050fa5483c98ed22537a405c1]

        Merge SRC613: 15.11.00 - 22:36:15 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [f6c25abf8ca4cb043acc9492f2475f33109e3126]

        Merge SRC613: 15.11.00 - 22:34:21 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [481e4f1c92ce74a448ddfbe7e77c53898b967b54]

        Merge SRC613: 15.11.00 - 22:34:09 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [85f1c5f627f216618fdf9e2fd578a008e6c267b2]

        Merge SRC613: 15.11.00 - 22:33:50 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [c84f2d21757e9780ddd92248ecd0f42ec158725f]

        Merge SRC613: 15.11.00 - 22:32:19 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [3e2e0ffe08a0a1837b2f1eb7c6ef7160f2f954e3]

        Merge SRC613: 15.11.00 - 22:31:43 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [68136827a9a1b322b549a369180581a58ff3c6b9]

        Merge SRC613: 15.11.00 - 22:31:22 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [fbb1d99b293fadc4ffea4089db5e95ae8234c004]

        Merge SRC613: 15.11.00 - 22:28:24 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [f60926416b5caf94af24a5dc629fc1d6b86df469]

        Merge SRC613: 11/15/00 - 22:28:39 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [ba8a887f5314564331ddbfb311961744747ef9d4]

        Merge SRC613: 15.11.00 - 22:27:43 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [d5c05b18140934bc0157be69d4be260be7b8bc1b]

        Merge SRC613: 11/15/00 - 22:27:14 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [36aa6c801ba0e8e14395187881f71883c7ba378b]

        Merge SRC613: 15.11.00 - 22:26:35 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [f72a0c9342a6f69c5338dfb1dfadf046457ee514]

        Merge SRC613: 15.11.00 - 22:25:09 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [ea3b56d0d245cdecdeb63ebffc84149b308f7cdf]

        Merge SRC613: 15.11.00 - 22:23:55 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [5f92b5f178b4f56112523a2446e2ff5e2e61a5a3]

        Merge SRC613: 15.11.00 - 22:23:44 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [56d6fb5e0d5364a616e75ba996840e584ea1bef9]

        Merge SRC613: 15.11.00 - 22:22:15 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [fef2ebc65b76b95a7c1ecc425b3345be6bfd59e5]

        Merge SRC613: 11/15/00 - 22:22:03 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [2e833c60ccc0fc5ec828edfe48914b1cd3257113]

        Merge SRC613: 15.11.00 - 22:21:30 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [3895d2f28f6c59c23b1048fcfbe42d3d21142abc]

        Merge SRC613: 15.11.00 - 22:21:14 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [63081ab4d3bc9c4733612d897759cc1779517974]

        Merge SRC613: 11/15/00 - 22:20:53 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [a60bdd34881f71ba1305033791209a7e0ed14e98]

        Merge SRC613: 15.11.00 - 22:20:24 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [7fce75c4ef1273bb1cd55ea100290cd4f122cace]

        Merge SRC613: 15.11.00 - 22:20:24 (NoBranch)

2000-11-15  Eike Rathke  <er@openoffice.org>  [0ca8484ae0496534f509f63145f28ee44952bef3]

        description (month is zero based!)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [cd78641fd44369218a1a46e3f0396f3aaf8d1afc]

        Merge SRC613: 11/15/00 - 22:14:05 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [7bf5ed99cfcf90cea1af9c42784e118389fa80df]

        Merge SRC613: 15.11.00 - 22:13:17 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [78b9a0b5c77cd50bc1a94710378bd31a3b29e206]

        Merge SRC613: 11/15/00 - 22:13:02 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [78f48090563880cb0bc7d2f39372db365ace04b8]

        Merge SRC613: 11/15/00 - 22:12:01 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [cb04ae0a7f831eb9d41330b483c1decb96595888]

        Merge SRC613: 15.11.00 - 22:10:48 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [e7b7cf70c74fbb497b3952bab12e367224e5bf9a]

        Merge SRC613: 11/15/00 - 22:10:44 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [61c7283645d3a78cce9de972cef64ec8b579a778]

        Merge SRC613: 15.11.00 - 22:09:36 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [eb3f5fc19f8b44648b2cd2503ba4291d1280aaf0]

        Merge SRC613: 11/15/00 - 22:08:39 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [dbc321032d3d57f29fd1d9e9e3c520120ddb0816]

        Merge SRC613: 15.11.00 - 22:08:31 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [df963940c9f1c0cffdb2bfbb93a71042f16f690c]

        Merge SRC613: 15.11.00 - 22:07:04 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [dec3e85dbce8c18f7643156c0f7bd5294fd505b0]

        Merge SRC613: 11/15/00 - 22:05:49 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [0c7cf3c9d5f7c1b727d72823501227654bd07174]

        Merge SRC613: 15.11.00 - 22:04:19 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [09420b89cc201143d9a50f006ef9a712586adb60]

        Merge SRC613: 15.11.00 - 22:03:27 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [d9198798c81dfd26e8b8be704e28252052f30a62]

        Merge SRC613: 15.11.00 - 22:02:48 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [7d596a4b41da0e8d49808d60cabb746b991977e7]

        Merge SRC613: 11/15/00 - 22:02:24 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [7eaf4f96ab9090d8a7db26af299450cd3d4df323]

        Merge SRC613: 15.11.00 - 22:01:50 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [b9aff3d20cf5c2a6cef710d26fdb82da0e210823]

        Merge SRC613: 15.11.00 - 22:00:00 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [27873d7d3b64ba09680140cea166e9af8159dfea]

        Merge SRC613: 11/15/00 - 21:59:45 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [9bcc0a9c0ad45f8ea4e580894b13f64b89de9a21]

        Merge SRC613: 15.11.00 - 21:58:48 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [4cf6c35ad4351a16dc8e7b7518e19b5436def405]

        Merge SRC613: 15.11.00 - 21:58:07 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [5789461c7710251ae1a10b9d2d8735560abbe3c4]

        Merge SRC613: 15.11.00 - 21:54:49 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [9132aa89bfe70482e15d410cfc0cda6bff687e53]

        Merge SRC613: 11/15/00 - 21:55:31 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [c0321720ee2fc546fbf432456739b200122c5d0c]

        Merge SRC613: 15.11.00 - 21:53:32 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [8b31fd9e24697ac160c037dff579eaf80c1dce9a]

        Merge SRC613: 11/15/00 - 21:53:13 (NoBranch)

2000-11-15  th  <th@openoffice.org>  [11eb46e36d5a874d729a23aeaf8d8e41c118b321]

        #80304# - POINTER_TEXT_VERTICAL

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [418a8337afe422f0ff9da8af9eb4f02e2c94eada]

        Merge SRC613: 15.11.00 - 21:52:31 (NoBranch)

2000-11-15  th  <th@openoffice.org>  [f1832a3e0c0391459349ddd2acec9caa4e019a1c]

        #80082# - now with white border

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [606157da319b9c7c864cb050906caebacd9c805e]

        Merge SRC613: 15.11.00 - 21:45:47 (NoBranch)

2000-11-15  th  <th@openoffice.org>  [9d420a7db9bfddb638ad5a1bc2d1e7cb791e6094]

        #80304# - vtext.cur

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [087aa22cc8fe4b94f14c64b868ad9c0ade7a04b2]

        Merge SRC613: 15.11.00 - 21:43:33 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [591e43e0279a5ad97571f419c788becde312b186]

        Merge SRC613: 15.11.00 - 21:38:08 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [8de597491ce5c3c49dd0c801cb424825b244196e]

        Merge SRC613: 15.11.00 - 21:36:50 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [46f3acf3b59bbee0d8f08e52f8cb3d8ca82db393]

        Merge SRC613: 15.11.00 - 21:35:44 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [aa378968ec0501bcb689f8d73ac78dcb800872c9]

        Merge SRC613: 15.11.00 - 21:35:34 (NoBranch)

2000-11-15  Kurt Zenker  <kz@openoffice.org>  [850166190677c0c7d3997474f04474a049049beb]

        Merge SRC613: 15.11.00 - 21:32:05 (NoBranch)

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [aadbdc688ebc6819b64ac1a4029f6bada9a179e2]

        Merge SRC613: 15.11.00 - 21:32:03 (NoBranch)

2000-11-15  Niklas Nebel  <nn@openoffice.org>  [58b27bf763b1b8cbd1fc9e2d9ebae5dd63df1aa4]

        #78799# allow change of print ranges for multiple sheets

2000-11-15  Patrick Luby  <pluby@openoffice.org>  [759db71bdd335956710325ea1b5eae7009d85d15]

        Implemented support for QuickDraw drawing.

2000-11-15  Niklas Nebel  <nn@openoffice.org>  [b1cc6d87921ac74b76748a96b5405a73d43d3c57]

        for type 0, write normal number element

2000-11-15  Dirk Grobler  <dg@openoffice.org>  [c8c14b616b59f404e1bae4ddd50156fd7c7745aa]

        new test

2000-11-15  Christian Lippka  <cl@openoffice.org>  [cb75637eb0db00e1ea84ccc65107ac44958f9695]

        #74234# preserve bullet item if setting same style after indend

2000-11-15  Daniel Boelzle  <dbo@openoffice.org>  [0686cd566de4380b5d7e414d11d266e47f234b56]

        proxy factory moved from util to reflection

2000-11-15  Daniel Boelzle  <dbo@openoffice.org>  [3674ddbd0e973d1983685fc5a5d42179cfda4896]

        #80090# check for dir boundary

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [4186dcd2b133f4548e7130627475a8ee4cade21f]

        #65293# link against DBTOOLSLIB

2000-11-15  Kay Ramme  <kr@openoffice.org>  [e057246579b24fcc8b1cdd135f4d83e971a56b8c]

        wait not only for async jobs in progress, but also for queued ones

2000-11-15  Christian Lippka  <cl@openoffice.org>  [59976ce2fb313f388794f7fa7ab39ceb4405359d]

        #79743# replaced TextAdjust with TextHorizontalAdjust and TextVerticalAdjust

2000-11-15  Björn Milcke  <bm@openoffice.org>  [080f7f986d64d90e09adaccc947a6c013e1fd850]

        export header for SdrViewIter (svdviter.hxx) - needed in chart

2000-11-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4bb6079ee699c862143a47b8bcebed6be8589175]

        removed *.data.*

2000-11-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [99d50b2392ae89254734c3afae4e6ae7943b109c]

        #65293# includes

2000-11-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [420ed423d813e46a0bcf6909b6067f52a636de44]

        add: cppu, cppuhelper

2000-11-15  Sascha Ballach  <sab@openoffice.org>  [28b4f679d831acb519f47eda630a9ac5a69de5c5]

        exportAutoDataStyles added, Celltext export changed

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [e61687234beaf6d2ebd5317c0026b9e1515f2ae9]

        clear only self created

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [2322e7f69f15edca15ee69b40509721ec88ef17b]

        new method getConnection

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [07edf84b7d81749247bd5259d190048ec7a9b517]

        change for properties settings

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [8ade02e401154aa451ae15c25c482217096184f9]

        change for varchar

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [983fe7af037835028f6664309348d8b1d6e002dd]

        new file

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [6557156c85d0d8f7caedd8ad5c7843b4e57aba4a]

        change for rowset

2000-11-15  Oliver Specht  <os@openoffice.org>  [9adf42d354200510868a122b536aed2b83bacecb]

        com/sun/star/data interfaces removed, iniprop.hxx removed

2000-11-15  jp  <jp@openoffice.org>  [baa99cce5e6ee4784e8f90ad8c0cde2320e2afd8]

        don't use IniManager

2000-11-15  Andreas Martens  <ama@openoffice.org>  [10686c031e873e3bb816e504e5396bbcd5d1164d]

        Fix: 2 lines changed from txtatr to chratr

2000-11-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c451c2b3e4a100710176a0f35d8fa4715d48205]

        #65293#: includes

2000-11-15  jp  <jp@openoffice.org>  [6ce304a329af6547866e869c5062d62b84984747]

        remove GetPosInputData

2000-11-15  Stephan Bergmann  <sb@openoffice.org>  [898605a0394fe9d329e56ededd9c1f02db0de11a]

        Adapted to modified vnd.sun.star.help scheme.

2000-11-15  Oliver Specht  <os@openoffice.org>  [6cc4a943b2ebc590e4f6e0ef3aed0895d404f030]

        chg: use optimized SfxItemPropertySet::get/setPropertyValue - methods

2000-11-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fdecb565f8ddc16781d0483dfc1f8f6f7f45232]

        #65293#: includes

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [5a423d53448edd451a2c1adae386a3ca6a38d47e]

        enable drag&drop

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [ee1fd4d762494a6c2a4c7a45c3bb2523af1ce071]

        enable drag&drop

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [5d3078031179692dd322e936c5d3c02faa268fa4]

        new exchange object

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [06bb6088c7b24f5cac5ac9579ab87794fea02ac7]

        new querybox

2000-11-15  Ocke Janssen  <oj@openoffice.org>  [fd5ea0313955978b57cfacea659edd3e277a5054]

        new file!

2000-11-15  Sven Jacobi  <sj@openoffice.org>  [40df4b30ca4c7d2da0422d095fb249075316dd62]

        do not convert embedded PowerPoint ole objects to impress

2000-11-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc5dccaa1cb621b318491b56df12cc4e550a5b97]

        #65293#: SFX_SEARCHPATH_DELIMITER -> SVT_SEARCHPATH_DELIMITER

2000-11-15  jp  <jp@openoffice.org>  [5f6e4f510e7722c913789b3346d4c26c995c88f4]

        GetFilterFlags: don't insert SW-Objects

2000-11-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d21325e7887a995da3654e21e04a84ffd48ff05]

        #65293#: SFX_SEARCHPATH_DELEIMTER -> SVT_SEARCHPATH_DELIMITER

2000-11-15  Hennes Rohling  <hro@openoffice.org>  [aa7e43d64acc727c4de30fa4381e396f33a1045c]

        #65293# SfxInimanager is obsolete

2000-11-15  jp  <jp@openoffice.org>  [fba1241e90ea70cc5d42cd69038126eb0b3d87bd]

        new WhichId for the RTF filter

2000-11-15  Michael Brauer  <mib@openoffice.org>  [9c74e952d0dd5d76f72db871a4a68e3ca69466b5]

        removed RegisterTruth for page styles, added RegisterStyleName

2000-11-15  jp  <jp@openoffice.org>  [ff31874dfb0a6c4deb190c67b2fa1a5fc6515930]

        CreateSdrOLEFromStorage: test if CompObj or Ole stream exist

2000-11-15  Michael Brauer  <mib@openoffice.org>  [881f16095afee5394f5f287f64be437387b35fdd]

        removed RegisterTruth for page styles, added RegisterStyleName

2000-11-15  Sascha Ballach  <sab@openoffice.org>  [2939c9b414d512f2e498e46d7554102fe8d981da]

        remove all unused virtual methods

2000-11-15  Sascha Ballach  <sab@openoffice.org>  [9d4af1609a7bff203ca28e54293cfac7b2ad0c5d]

        makes the method FillProperties virtual and remove all unused virtual methods

2000-11-15  Michael Brauer  <mib@openoffice.org>  [59b9fbc0d5ee30043efe778557f0056b26bdad5c]

        ruby, 2lines, text emphasis prepared, register truth reference style

2000-11-15  Kai Ahrens  <ka@openoffice.org>  [72add199b420cc6d6083eef1ccafe0e015b5d4cb]

        set SVX_LIGHT correctly

2000-11-15  Sascha Ballach  <sab@openoffice.org>  [257fa58ce3b1a5d1b7d116c6c9bdafe5402e496c]

        make the import of shapes with a end position possible

2000-11-15  Sascha Ballach  <sab@openoffice.org>  [80f3188732a538d80d395d25f2d032614761c13a]

        move the include of global.hxx from cxx to hxx

2000-11-15  jp  <jp@openoffice.org>  [d0cabe726de55f6e7e8286d83c50f086e90cb7e8]

        DTOR: scriptchanges must call the changelink

2000-11-15  Stephan Bergmann  <sb@openoffice.org>  [932b04f785e65235e9eca1ca0517629964574df6]

        In registerAtUcb(), the rArguments parameter may start with the string "{noproxy}", in which case no proxy content provider is used.  This is needed when the RemoteAccessContentProvider is used as a UCB (i.e., in the WebServer case).

2000-11-15  Christian Lippka  <cl@openoffice.org>  [8b4b5f62eefa0484b07ef0eb9e8f9934cbd344aa]

        #77245# call getoutputset only once!

2000-11-15  Christian Lippka  <cl@openoffice.org>  [968e7159c15ebbe693bc3f8049ce3e9eeab76d9b]

        #77245# use static which ids for bullet item, its faster

2000-11-15  Oliver Specht  <os@openoffice.org>  [2550b377164d6ee20826f06b0a3c9f5e102a63d6]

        #80299# file URL are displayed as filenames

2000-11-15  Sven Jacobi  <sj@openoffice.org>  [c35416706a6dc85a59aab47a888c989eb5451d2d]

        #79137# added GDI_UNICODE_COMMENT, so that a conversion to ByteString won't be done

2000-11-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd51e96c2293b642a831e019ef1235f66fd01dfd]

        #65293#: includes

2000-11-15  Nils Fuhrmann  <nf@openoffice.org>  [17ccc0bdcae91bfc75b0351334e5852db7142abd]

        Fix: COrrect local ids when exporting item/string lists.

2000-11-15  Daniel Boelzle  <dbo@openoffice.org>  [20f014d1c2b93a2d5f3c563bbf3fb4f7372396ce]

        sequence ctor opt

2000-11-15  Christian Lippka  <cl@openoffice.org>  [bcea94e13a127581127c7e8c699321ce9cd682eb]

        subtract refpoint

2000-11-15  Dieter Loeschky  <dl@openoffice.org>  [665054811a8a66b5bc58a5615088814c96f1e4bb]

        #80074# PrepareClose(): inserting object before setting paraobject

2000-11-15  Christian Lippka  <cl@openoffice.org>  [9a3c99deb2c75c141a338a061a2c75f7b265e605]

        fixed missing refpoint and export feature

2000-11-15  Christian Lippka  <cl@openoffice.org>  [72b26135833ba812591fd78bf982caa2ff9b6d40]

        #78598# listen to SFX_STYLESHEET_ERASED and check for own stylesheet in notify

2000-11-15  Philipp Lohmann  <pl@openoffice.org>  [4e8a357e942a9cdff0fd31aa4f824360fc08a980]

        OUStringHash moved to namespace rtl

2000-11-15  Christian Lippka  <cl@openoffice.org>  [2141dee60dbc8f93c0245b28f3516dfe9b0eed78]

        added finishShape method for post import shape modifikation

2000-11-15  Mathias Bauer  <mba@openoffice.org>  [356821926a70185c41fbfd80922e6364ce56aa1c]

        new method IsLocalFile

2000-11-15  Mathias Bauer  <mba@openoffice.org>  [3a43de290d7c29b97516ecb4264d6169d458a9e2]

        use different contents for deleting and inserting/opening

2000-11-15  Philipp Lohmann  <pl@openoffice.org>  [15f89a1af2b1d6f75a6ba5f9d69e05a150ad6755]

        OUStringHash moved to namespace rtl

2000-11-15  Hennes Rohling  <hro@openoffice.org>  [71cbf1c70c29d4cd9b30a2b3531edc669af5ddcb]

        #80315# Don't use fstat with an open file

2000-11-15  Philipp Lohmann  <pl@openoffice.org>  [753e2352559398f3ed9c73f42f5314a8c394f4b4]

        moved hashes into namespace rtl

2000-11-15  Kai Ahrens  <ka@openoffice.org>  [17ec1aaa04db5c85bf05e7d83ee8ae8950d2835a]

        set correct calling convention for OpenGL funtion pointer typedefs

2000-11-15  Oliver Specht  <os@openoffice.org>  [433f4d19bbdeaff867481b196cc7a6c725222a90]

        configuration completed

2000-11-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b796ba073ebc684f10da107b9bdaf8ad7c6bafa]

        #65293#: includes

2000-11-15  Caolán McNamara  <cmc@openoffice.org>  [0ce37f692209c6c8da5eca4589f0ea9ade92560f]

        MathML {Im|Ex}port Ver 1

2000-11-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [19f9d5b77ee6c63ccd0ab57076dbc795515bb87b]

        #65293#: includes

2000-11-15  Niklas Nebel  <nn@openoffice.org>  [07ac1aedc18fb8bd8d72154cf4fc1e34097326eb]

        #80309# Command: start edit mode for COMMAND_CURSORPOS

2000-11-15  Lars Langhans  <lla@openoffice.org>  [a2278751019c44d1af70f755b071fde704e7db0a]

        inc changes

2000-11-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [189216d249921efbb88edeb206f7dd2ac89094fe]

        shell command in a compatible way

2000-11-15  Sven Jacobi  <sj@openoffice.org>  [169d8d388f206e8cc333012bca2f4b06d9b7b990]

        Issue142: objects are not allowed to appear when the objecteffect is AnimationEffect_NONE

2000-11-15  Christian Lippka  <cl@openoffice.org>  [7ebfded1674c345b09bad4abbe4145ad99cb91b5]

        added finishShape method for post import shape modifikation

2000-11-15  Kai Ahrens  <ka@openoffice.org>  [a54d1e6716e6b1e48ba495892fe021adbaf7c7dd]

        #77512#: reduced ::GetPixel calls to 1 call at startup

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [accd6eddb20e2a13b7d7847c002b34fb786771ea]

        #65293# sfx2/inimgr.hxx is obsolete

2000-11-15  Rüdiger Timm  <rt@openoffice.org>  [439e8c1e22d654d2a0e33a31b622a1e145542ee5]

        #65293# sfx2/inimgr.hxx is obsolete

2000-11-15  Andreas Schlüns  <as@openoffice.org>  [b50d1e344854fe271ff64e6230db6d8d2240bae8]

        repair refcount mechanism

2000-11-15  Daniel Rentz  <dr@openoffice.org>  [5969d5c68611c9b6605b0c0d2e28fea88c4ff010]

        fix: operator<

2000-11-15  Kai Sommerfeld  <kso@openoffice.org>  [173085ac657b31857e666964e796a5b4b929e404]

        Changed: NOw uses setProcessfactory(...) from comphelper.

2000-11-15  Kai Sommerfeld  <kso@openoffice.org>  [a70881f29658c22f53534b28124a4c235581ba49]

        Removed: UNOTOOLSLIB, Added: COMPHELPERLIB

2000-11-15  Lars Langhans  <lla@openoffice.org>  [31557a3e1d00ff4daee5b57d025adf9fac2eddae]

        some tidy up in the node classes

2000-11-15  Babak Mahbod  <bmahbod@openoffice.org>  [a1d634da075a4dd4cf18bdd99cd3ef467411e041]

        MacOS Draw Primitives.

2000-11-14  jp  <jp@openoffice.org>  [1c7fac6a0fe1752f0e0e7ff1062392de538c9598]

        new class for broadcast/listener - as replacement of the old SFX classes

2000-11-14  Sascha Ballach  <sab@openoffice.org>  [3b0c32624f78b1f88ba3cf08172b0af551711d99]

        shapes container added

2000-11-14  jp  <jp@openoffice.org>  [67aae287a67efac7b3f8d5865a1dc64ed0c6d4db]

        use moduleoptions

2000-11-14  Sascha Ballach  <sab@openoffice.org>  [8842bd2ecd5818b3b86aa5a12d977502387d4d8c]

        Export/Import Shapes with a Endposition and with a anchor on a table

2000-11-14  Sascha Ballach  <sab@openoffice.org>  [126e9c969544e814f806a3b048c361fcf0ac9cbe]

        remove static operator

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b55aaa6dadbfdb8b558d2b50fe3a8c7ff3f61dbc]

        #65293#: includes

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [020f8aa9e4e758def3cf9c8f2b5cbfc220c6cf83]

        #65293#: MUST: soffice.ini change

2000-11-14  Ping Liao  <pliao@openoffice.org>  [657403bfe52638a799ae87913bd2adda1c0a4c87]

        Added EnvType for MACOSX in initDefaultEnvironment

2000-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7835ce473c9356b55648df05f53b81c10f916a49]

        new version for UDK208

2000-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [699d99c95949a7899206fd0e0e9e72bf9a044483]

        initial version

2000-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4b63ee56e64192ff8819c3004108bc4a7c5b40f1]

        new version for UDK208

2000-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4f1d8910b5c40a6931a365ce19566f66c59dd20c]

        initial version

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f661cbdceb041b7d572fc9cee66c4a03d1a2739e]

        #65293#: MUST: soffice.ini change

2000-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2bb6cae51cfd03f422fed28666b5c789c87d23f8]

        initial version

2000-11-14  Mathias Bauer  <mba@openoffice.org>  [2626ff3817475526a888d3108e9ce5572624559d]

        temp. SpecialConfigManager service

2000-11-14  Mathias Bauer  <mba@openoffice.org>  [268161d1bd666467935a083d701d0fc40149ca9c]

        temp. SpecialConfigManager service

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd4ef472523b3c5baa4736e412fa16ee6c836bb3]

        #65293#: MUST: soffice.ini change

2000-11-14  Sven Jacobi  <sj@openoffice.org>  [c2f99f2c54ed1a706676ed7bbbf2c9b081299707]

        Issue142: do not suppress slide transitions when animated animation is disabled

2000-11-14  Mathias Bauer  <mba@openoffice.org>  [159a52f4515419802a7c4b260c667e94e95c82f4]

        Allow for missing install urls in FAT Office

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed49fab4bfc790207e6daa195417a4e6125abe15]

        #65293#: include <tools/urlobj.hxx>

2000-11-14  Kai Ahrens  <ka@openoffice.org>  [7f919b091e9eda61f8304d49802c685abc6e6a49]

        #79484#: calculate values for grid options correctly

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e8d0faf9a4993388976d612e3b180653eec46eb]

        #65293#: included <sfx2/app.hxx>

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e0d91cd81a5cd5034077a99997695bbe3c9086]

        #65293#: MUST: soffice.ini change

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f26e435a9b8e471712cb0bcf10e225d8e77574e6]

        #65293#: include <sfx2/app.hxx>

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fd271812e84625cbc087cdf7b9851e25b7e9169]

        #65293#: new implementation missing

2000-11-14  Thomas Benisch  <tbe@openoffice.org>  [0bb5921d3ad86cf5a1efe2a2ed666c2bc251ef07]

        added external inclusion guard for svtools/moduleoptions.hxx

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [012944a7a538c34389edf12fea27f770f86b4055]

        #65293#: included <sfx2/app.hxx>

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd53459fcf35cba885dfe077da6362e71bbe6836]

        #65293#: MUST: soffice.ini change

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a651cfbdef83b7c069289e4d11b998dbae5b9a1]

        #65293#: included <sfx2/app.hxx>

2000-11-14  Niklas Nebel  <nn@openoffice.org>  [428174c92101d5c00b0779430b9f9c3d46487257]

        #80274# gallery child window

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [69686e90d9a69acb47d465476177d66384b6d27a]

        #65293#: MUST: soffice.ini change

2000-11-14  Sven Jacobi  <sj@openoffice.org>  [04a911614d66a458913b3b89efdda0c5803fc395]

        added blockarc autoshape, some improvements

2000-11-14  Oliver Bolte  <obo@openoffice.org>  [6ec4d19556b213fdfa45794976ea2993bbdc24f2]

        parse errors linux

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [eee86b3801bc21accab5ec7cae33f5d2a5b7c668]

        #65293#: removed COMMAND_EXTTEXTINPUTPOS

2000-11-14  Oliver Specht  <os@openoffice.org>  [f8b73548fa3600b7d248d5b3f353fe8e0a80ef66]

        almost completely working again

2000-11-14  Oliver Bolte  <obo@openoffice.org>  [c2ebb344049f2cc6b7ced8d990482262059e72d1]

        wrong header

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d13ebb91e3e27636d9c71fe8dc86cc38c6e2ea0]

        #65293#: MUST: soffice.ini change

2000-11-14  Frank Schönheit  <fs@openoffice.org>  [7fe10e093f275e2a53c99844e709b7e74d48c2b5]

        wrong include

2000-11-14  Daniel Vogelheim  <dvo@openoffice.org>  [c26ca6c062ac2181a6acf5adf18e2a68b0605273]

        #80284# XML im-/export continued - changed: section and TOC im-/export restructured to accomodate indices - added: im-/export of all index types (implemented but disabled due to API problems) - changed: auto style Add(), Find() made public on txtparae.hxx - changed: text:section-source-dde into office:dde-source - changed: dde attribute names now use standard terminology

2000-11-14  Thomas Benisch  <tbe@openoffice.org>  [86655dcb78ec4cfdaeceb167ff249c5604316b07]

        new configuration manager

2000-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b6600a5c15eff6e4a7307588626774f3c8bbc001]

        win32 symbollist gets checked in when changing

2000-11-14  Frank Schönheit  <fs@openoffice.org>  [860ab8dc83b7a4d306972daaf80aef8355623f73]

        com.sun.star.data obsolete

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [68939c20edb61607f223ba83b121c73d8428e3b9]

        two new defines

2000-11-14  Frank Schönheit  <fs@openoffice.org>  [3333fb17f3ce730b14355902856940370fae65b1]

        com.sun.star.data obsolete

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [1a7e3d171759d174d10d98c038ad4ab2455135f8]

        include header

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [f916b432260e979f89e784e3e4dda6011672c459]

        new service

2000-11-14  Philipp Lohmann  <pl@openoffice.org>  [9a52a5ad038ab0c7b0902a10b285d62b3a2e9c64]

        MUST change: unotools/processfactory -> comphelper/processfactory

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [65891be1049a85643eb969137dee84f3e4c35d66]

        #65293#: MUST: soffice.ini

2000-11-14  Kay Ramme  <kr@openoffice.org>  [9d2536a7037cca19fc63dd197473fdcfbb24a5f5]

        must change: soffice.ini obsolete; #78758# country and langue default

2000-11-14  Christian Lippka  <cl@openoffice.org>  [ba6ece025f922eee63b4379169413004ba7eecd1]

        #80284# added Author,Date and TimeDisplayFormat.idl

2000-11-14  Daniel Vogelheim  <dvo@openoffice.org>  [b71e1da56b515e6ad6f69be7edce75c2c0d658ed]

        #80284# fixed: page-number field import in Calc/Draw/...

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [55554b974a745ccb63fb8b94711839edb960ee75]

        register new service

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [cd863053c067fe97d8104020209cda2ae407f9b4]

        first clear the vector

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [af6a63743ac2d45ef7bc438a54889e76e3eb496b]

        #65293#: inimgr includes

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [9d34a00ef552966fcf9196e8c5de2d9b22dacad7]

        use of statis strings

2000-11-14  Juergen Schmidt  <jsc@openoffice.org>  [4714d93b9d98499dbfaa1382729dc0bc1a3db3eb]

        new

2000-11-14  Armin Weiss  <aw@openoffice.org>  [cd076225e7300997e71a59a029525aaea830d4a2]

        #79575# Ghosted flag is now used for texture cache

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [facb052315e90361599cd87476459bfa40d03d91]

        traversetablename corrected

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [7d0a0c8e05151412852265aca09769ee6daff101]

        reference holding

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [ef8e2739d6fcd5ec36976f4c926825003625dd10]

        baseclass call

2000-11-14  Armin Weiss  <aw@openoffice.org>  [0e72cd33cce4cf3f115201741dca2edaff3a1f44]

        #79575# mbGhosted flag added to compare criteria for texture cache

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [fbb0bafd802a2d001c319e06fa9c8e7068591cd3]

        return changed for stores

2000-11-14  Christian Lippka  <cl@openoffice.org>  [94d18d6ffa1f6d7f611af062882060d796a7b7fc]

        #80284# added constants for author textfield formating

2000-11-14  Ocke Janssen  <oj@openoffice.org>  [9d135de47376d6c1e7b42c28717e34d7f251a900]

        change for rowset when getRow returns 0

2000-11-14  Christian Lippka  <cl@openoffice.org>  [20b69e51231b64c9c595ae40dc2c2bb76a8c4e0e]

        #80284# added constants for time formating in editengine applications

2000-11-14  Christian Lippka  <cl@openoffice.org>  [b22a57055656f41a9e676275415f9550465af588]

        #80284# added constants for date formating in editengine applications

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [375e8ccd63e61f6c0b6380ea37637e517aa35d56]

        #65293#: includes

2000-11-14  Christian Lippka  <cl@openoffice.org>  [1635f979d4f1cc517342fce7c47c7f0a6a0a5a3c]

        #80284# added Author.idl and DateTime.idl

2000-11-14  Christian Lippka  <cl@openoffice.org>  [7d49110ea8a8f6a63a785e78e04c27b1980eacd4]

        #80284# new service for datetime textfield

2000-11-14  Christian Lippka  <cl@openoffice.org>  [ef5ef873c8ec809e8cb7441630fdca9e2ac82873]

        #80284# new service for author textfield

2000-11-14  Kai Ahrens  <ka@openoffice.org>  [ba43049338ccc1b44847cc1742a546af25d6336f]

        convert URL's to physical file name

2000-11-14  Rüdiger Timm  <rt@openoffice.org>  [dfa9e2a105312f42365c5ba0fc308208a618d6c9]

        #65293# still needs to be linked against UNOTOOLSLIB

2000-11-14  Dirk Grobler  <dg@openoffice.org>  [1139e4f7aae58a0440ad756fa5a4c45ceb138a08]

        Templatehandling currently not defined for values

2000-11-14  Oliver Bolte  <obo@openoffice.org>  [83aaa67d649b8e83ed1d79681bde23ad57a8da43]

        include iostream for linux

2000-11-14  Sascha Ballach  <sab@openoffice.org>  [94e845302bf7d5e2557cbccdb2c96b9883ee07e3]

        end possition of shapes in a spreadsheet added

2000-11-14  Sascha Ballach  <sab@openoffice.org>  [26127ac1e9e19171b8294edd4ccbcf21290766f7]

        end position of a shape added

2000-11-14  Philipp Lohmann  <pl@openoffice.org>  [605957bfdef39dcacd5fc6f773c50de4cb76cce7]

        changes for psprint

2000-11-14  Oliver Specht  <os@openoffice.org>  [b67a129a4f07d9963d6fbe3bfda8c80648a2b724]

        change: SvxAddressItem

2000-11-14  Michael Brauer  <mib@openoffice.org>  [b3a7c12e7ed79adca4e18551e83860efd81dc9bf]

        font descriptions

2000-11-14  Rüdiger Timm  <rt@openoffice.org>  [9333a0b01fceca517b2e32ff1245e5baa529b7f9]

        #65293# use Min() from solar.h

2000-11-14  Peter Burow  <pb@openoffice.org>  [fc96058320cb96cec8b15b849ba9e640b5f58486]

        fix: #78983# use a new content identifier for folders (MakeFolder())

2000-11-14  Jörg Barfurth  <jb@openoffice.org>  [8e6e6b047055913ff4bf62db4dd9cf11b08cc35d]

        Fixed syntax error that slipped into the last checkin

2000-11-14  Andreas Schlüns  <as@openoffice.org>  [6fc0786af941d8c8d716747b6292ec5c87aa6367]

        add new parameter filter for newStream/newURL

2000-11-14  Nils Fuhrmann  <nf@openoffice.org>  [c6f885a3f9daae53d1c2049c383f341625cdab50]

        Fixed a problem with QuickHelpText in combination with new languages: The MergeRest method was not able to merge new languages into QuickHelpText and Title. This problem is fixed now.

2000-11-14  Andreas Martens  <ama@openoffice.org>  [452052144549c98a012a2628e60e0a71d56dd0bc]

        Fix/New: Nested ruby and 2-line attributes

2000-11-14  Oliver Specht  <os@openoffice.org>  [aef623cba19bc1b5d9390735765c3566003e9904]

        #79694# insert hyperlink into Sw/Web

2000-11-14  Philipp Lohmann  <pl@openoffice.org>  [0dec0607564a1e0ae601066f93b12daf90599a7d]

        changed hash_map to use new OUStringHash from rtl/ustring

2000-11-14  Philipp Lohmann  <pl@openoffice.org>  [e2957abfd3b153eb9fdbbf65434b5e926ee54d73]

        changed hash_map to use new OUStringHash from rtl/ustring

2000-11-14  Philipp Lohmann  <pl@openoffice.org>  [c2f8a1d04b598b652313005e5834b30938d7ec6b]

        add: hash functors for std hash_map

2000-11-14  Oliver Specht  <os@openoffice.org>  [68a495b36e1d4ca2fa55d70565c7af97cd5ba0c1]

        #79626# set metric attribute

2000-11-14  Andreas Bregas  <ab@openoffice.org>  [7335fcac710da682bbda8b4009a740fa359ef0cd]

        UCB registration changed

2000-11-14  Oliver Specht  <os@openoffice.org>  [538da04742554ede30467b4b14fd1f0f4b88f717]

        change: use comphelper/processfactory

2000-11-14  Andreas Bregas  <ab@openoffice.org>  [c2be4ed01e8a2d0512574cc59967e665f4408434]

        Build app.cxx with exceptions for all platforms

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a3e337e6b43c9f2ecb123ead70226f3983ae827]

        #65293#: readded svsql.lib

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [06e6426c69211ce124f60eb1f6ebfa0bd7a5b6eb]

        #65293#: removed everything with the exception of converter.obj

2000-11-14  Jörg Barfurth  <jb@openoffice.org>  [065985ac77f0beffc658dc698580f9850b985318]

        Fixed Depth handling, removed unneccessary assertions wrt. depth

2000-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1b279a9512c7485ea7e43cc0195a23ea719b9754]

        removed old sv/vcl fragments

2000-11-14  Martin Hollmichel  <mh@openoffice.org>  [da1480c09d05fdc99e0ec008cec8ac2575137288]

        add: header sfx2/app.hxx

2000-11-14  Rüdiger Timm  <rt@openoffice.org>  [51021665488b54a0b7b8cfc3566a83836cdb7604]

        #65293# removed obsolete iniprop.hxx include

2000-11-14  Caolán McNamara  <cmc@openoffice.org>  [23ba8ac10db7f0aed237c6e81e94d7dd5e164a6b]

        Math Namespaces

2000-11-14  Oliver Bolte  <obo@openoffice.org>  [d98079e4b851e95c09e94aff811634e93ee2f39d]

        typcasting missing by linux compiler

2000-11-14  Michael Brauer  <mib@openoffice.org>  [7bc10890d745fa27ae1d5dedc6a2b9c7f5932435]

        font descriptions

2000-11-14  Oliver Bolte  <obo@openoffice.org>  [32895d56004291bd40c1a62ab90e17e3f6362e65]

        syntax errors

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6da04a07ce0b23de5dad84a58f80a979fa5fddcf]

        #65293#: removed svsql.srs

2000-11-14  Caolán McNamara  <cmc@openoffice.org>  [1e038acdc172710804afdfff1fd64c0e28a40aeb]

        Math Namespaces

2000-11-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0839c82a1d582b78416fcde26aaa1fed3ab5fe19]

        #65293#: removed svsql.lib

2000-11-14  Thomas Lange  <tl@openoffice.org>  [c06780e8e0889e77cf21fcfdfa11ee526ff34bbe]

        SvtPathOptions now used to find dictionries instead of SfxIniManager

2000-11-14  Caolán McNamara  <cmc@openoffice.org>  [c30a5a4dfc4ac872c140250901116e12ba5c410c]

        MathML namespace

2000-11-14  Caolán McNamara  <cmc@openoffice.org>  [808f82245301d1cd4e1438989835ceef529ebf75]

        MathML keywords

2000-11-14  Martin Hollmichel  <mh@openoffice.org>  [7825e0a468b3ace31fab1c4cc30c049a375d13d3]

         #65293# cast to avoid ambiguity introduced by new operators

2000-11-14  Frank Schönheit  <fs@openoffice.org>  [c5cfedae5fa817e941300859ecff71ee4b5f9105]

        typo

2000-11-14  Oliver Specht  <os@openoffice.org>  [f9fef2d388a6f526d936eb20e0c0a9d956ec738e]

        use struct as data source definition

2000-11-14  Juergen Schmidt  <jsc@openoffice.org>  [2abbac49e11d44a84e496b7035167d1302b377fa]

        moved from com.sun.star.util

2000-11-14  Juergen Schmidt  <jsc@openoffice.org>  [8067fa8a6cc7d54504dece3f9b7b4cc1def39d44]

        insert ProxyFactory.idl

2000-11-14  Juergen Schmidt  <jsc@openoffice.org>  [61e76277c88a7c1891206dde0ce67a1e53da049b]

        remove XProxyFactory and ProxyFactory idl files

2000-11-14  Andreas Martens  <ama@openoffice.org>  [5cfcf42492f3756f6f2e00153b935a645863b47e]

        Fix/New: Nested ruby and 2-line attributes

2000-11-14  Michael Brauer  <mib@openoffice.org>  [f3434b6fba96d285daa80b8e7e4d2bec1d90a34f]

        Adding of EditEngine- and Bullet-Font-Items temporarily removed

2000-11-14  Tino Rachui  <tra@openoffice.org>  [c1981484174ad68526dc13241230e4f1f3135e70]

        RegisterClipboardFormat, GetClipboardFormatName added

2000-11-14  Malte Timmermann  <mt@openoffice.org>  [eef96daabb15f7776ca62f3863fc8e8e4353b868]

        MUST Changes

2000-11-13  Patrick Luby  <pluby@openoffice.org>  [e5091caeed072af7ed93fdc3b3e221bd4a119606]

        Added #if statement for SRC612 build

2000-11-13  Patrick Luby  <pluby@openoffice.org>  [7c40f1b0cd722bd46d07d019e3f68ceac65b15c0]

        Changed VCLWindow_SetTitle function to VCLWindow_setTitle to be consistent with other C function naming format.

2000-11-13  Patrick Luby  <pluby@openoffice.org>  [661ed26adc1e3489491dc40eb4d68868c4c7b215]

        Eliminated stray quote character in SLOFILES macro

2000-11-13  Gene Anaya  <ganaya@openoffice.org>  [1f446c2e447f6982dc5adde30a0ec68fb81a18a2]

        Added implementation for SetTitle

2000-11-13  jp  <jp@openoffice.org>  [681b31e1044739f9088000838b26cad078eb5601]

        remove unused headerfile

2000-11-13  Niklas Nebel  <nn@openoffice.org>  [c452dc78a8ffeb113357295cbab12d7563095ffc]

        #80222# less and greater added to RefFinder delimiters

2000-11-13  Niklas Nebel  <nn@openoffice.org>  [e8a047868aa2e3b28e56ef52f89b3040ff51153b]

        create DispatchProviderInterceptor

2000-11-13  Niklas Nebel  <nn@openoffice.org>  [6a781e98d8bea1a7fae126280cc0398e10dfef56]

        dispuno

2000-11-13  Niklas Nebel  <nn@openoffice.org>  [5f9a4c48c87dbb3c5e0d8969799f5bb920a09eb0]

        DoImportUno

2000-11-13  Niklas Nebel  <nn@openoffice.org>  [33e4cf0a0be2ffea5112270803b78eaed7396957]

        dispatch object

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed7e68ccc92e6794245e76f0d2fac5aa7eb65562]

        #65293#: includes

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd1caefba10be5ae4230e553ca71efd3acbe9794]

        #65293#: udkapi.rdb -> applicat.rdb

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [37f39ff22ddd54ae006f70f212774afd90eeb16c]

        #65293#: target

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [31b068af820b744b790f8bbf047e95b996ba1b20]

        #65293#: aplicat.rdb is named offapi.db in offapi

2000-11-13  Martin Hollmichel  <mh@openoffice.org>  [3ce6650b3c54d97233ba1e0581af8f10648bd445]

        chg: includes

2000-11-13  Jörg Barfurth  <jb@openoffice.org>  [289880eefaa4189308dda21d09da1ef6b3dc3b7c]

        Fixes for set updates: Missing ends in finishCommit, Revised handling of context pathes

2000-11-13  Jörg Barfurth  <jb@openoffice.org>  [f6cf8b5114e25015718c67958abceb5ff80ff36e]

        Fixed typos preventing proper navigation of set elements

2000-11-13  Jörg Barfurth  <jb@openoffice.org>  [ebfe51115d3c4c40be56699e1fc127fe704dcc52]

        Fixed erroneous Assertions when inserting set nodes

2000-11-13  Rüdiger Timm  <rt@openoffice.org>  [974d6ae26127c1564013ef0d60fb8c3861915213]

        #65293#DESCRIPTIONOBJ removed

2000-11-13  Patrick Luby  <pluby@openoffice.org>  [10e719d60b9fbd630a2fc1af91d5a2668553d322]

        Updated to SRC612 dependency list.

2000-11-13  jp  <jp@openoffice.org>  [f8990bbfbb549c7567930dda1842a5f0cd5d6da3]

        new method PutCJKandCTLFontsInAttrPool

2000-11-13  Armin Weiss  <aw@openoffice.org>  [775ce2da96648948a058028a4666b60387301fb2]

        #75727# SdrObjListIter new implementation, old one had a bug concerning groups contaionong only groups

2000-11-13  Sven Jacobi  <sj@openoffice.org>  [6e7ee17cfc3d25ab548901a02e9bbdb3d1862a36]

        filterpath now requires url

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b767ae86ee389b8432f6aed8f7cb373cfa38e185]

        #65293#: module data is obsolete

2000-11-13  Oliver Bolte  <obo@openoffice.org>  [1821981a96501b5b0ab5d0cb2bdde2f49cf27f40]

        applicat.rdb renamed to udkapi.rdb

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [09a1b0880d5c014c596f222761249aa1eca54dec]

        #65293#: applicat.rdb -> udkapi.rdb

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d7ce2ac0c437983765ad4c1104f048499cd8d23]

        #65293#: removed rules for jen.rdb

2000-11-13  Patrick Luby  <pluby@openoffice.org>  [f35878041d80a5ac21877aec32c6b1ca08ad1b39]

        Added back "cd" code that was removed in revision 1.9

2000-11-13  Juergen Schmidt  <jsc@openoffice.org>  [5a53f81e611aa58d672274d8be340279912db829]

        remove dependency to com.sun.star.frame.XConfigManager

2000-11-13  Juergen Schmidt  <jsc@openoffice.org>  [4bb21319591d27ef82db1b4c7671b8969a4d83fa]

        change XProxyFactory, com.sun.star.util -> com.sun.star.reflection

2000-11-13  Juergen Schmidt  <jsc@openoffice.org>  [f928c17a970762542d065315fb22c4039e4aa03c]

        moved from com.sun.star.util

2000-11-13  Juergen Schmidt  <jsc@openoffice.org>  [5ca371ff94d51936f15910dc2ab3cde7c6ace36b]

        insert XProxyFactory

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7c89ffc631d7f2221b0e73c4b9d14d73d291bc0]

        #65293#: exception specification

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c94dc9b598f3abe38dcf6226af1cbb292620b121]

        #65293#: applicat.rdb -> udkapi.rdb

2000-11-13  Dirk Grobler  <dg@openoffice.org>  [5d44e11758784f9a07e2263dd4f235e9a37fa227]

        new Ctor due to options member

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9db288e3b394ba994c7b4e2cdcf120f98ad206f]

        #65293#: applicat.rdb -> udkapi.rdb

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba619880d8942f1d98dabc70ebca3a865e068be7]

        #65293#: applicat.rdb -> udkapi.rdb

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0988a8bf2a6330812e690ba7a0c4c85efd738a81]

        #65293#: use COMPRDB to be generic

2000-11-13  Oliver Bolte  <obo@openoffice.org>  [98d2f6299aac56dafd753cbf26d161dd9486ed58]

        applicat.rdb renamed to udkapi.rdb

2000-11-13  Oliver Bolte  <obo@openoffice.org>  [b99e19a265d39e0ac6356a88fcc5b1d45b560d58]

        include algorithm added

2000-11-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ed5f5fa65b6565a7cd7cb5806261358340e7857]

        #65293#: applicat.rdb -> udkapi.rdb

2000-11-13  Kai Sommerfeld  <kso@openoffice.org>  [53bc271f6b7a74a00845755d72648dd6c284aa8f]

        Added: Support for HTTP URL's Fixed: Misc smaller bugs.

2000-11-13  Frank Schönheit  <fs@openoffice.org>  [d509927b2dce018ce25d950280c6707d6002d2b2]

        service name form FormsCollection corrected

2000-11-13  Armin Weiss  <aw@openoffice.org>  [92bc0b3c793d220ffa46f8273bd30309acc491e3]

        removed alter_kram

2000-11-13  Oliver Bolte  <obo@openoffice.org>  [ac13e950ab5b57c76e4dcf4a4256a98515ae3a06]

        #65293# undeclared funktion

2000-11-13  Jörg Barfurth  <jb@openoffice.org>  [e43650fb25af125415bb9bd030cd59ac0c049601]

        Fixed forgotten registration of interfaces with the notifier

2000-11-13  Jörg Barfurth  <jb@openoffice.org>  [6b9517dcc7a29fc989af7cfe394d9a6a5357885e]

        #80120# reintroduced by copy-paste

2000-11-13  Rüdiger Timm  <rt@openoffice.org>  [957c9324cd6560fa5200d7486cd5c7cd9019edaa]

        SRC613

2000-11-13  Christian Lippka  <cl@openoffice.org>  [1abe8b857c428dc0be3b425556707bbdf5abe26b]

        #80035# added lists to possible text in shapes

2000-11-13  Rüdiger Timm  <rt@openoffice.org>  [4a4edc84a68b13df887b8a97ca55cd9ae43bd85b]

        UDK208

2000-11-13  Christian Lippka  <cl@openoffice.org>  [12124df9a655671f95efa531b5c9e8c4a911d6a7]

        #80035# fixed property PortionType for impress

2000-11-13  Martin Gallwey  <mtg@openoffice.org>  [444a5e0bfaa2e16cc6a7ebd73b837a2f55b0474a]

        Initial Revision :D

2000-11-13  jp  <jp@openoffice.org>  [49cdab9ea5b894469083244250c842eae59c5d4a]

        use new method GetStream from TempFile

2000-11-13  Martin Gallwey  <mtg@openoffice.org>  [db4e8a77ce6ad9a7f742574a6c01121675bd8c9c]

        Initial Revision :D

2000-11-13  Armin Weiss  <aw@openoffice.org>  [bd312c12bcf766d8718dab423e1457df1b60721e]

        #80010# DBG_ERROR() removed due to DBG_WARNING() in JOEs original code. Tested same behaviour with older version.

2000-11-13  jp  <jp@openoffice.org>  [d33ffb8281cda0d0143dd3c553f0941c0bb785c4]

        use new method GetStream from TempFile

2000-11-13  Jörg Barfurth  <jb@openoffice.org>  [7ebe4146b2fef84d1c2e3fbc542c1919ccd0eb7b]

        Revised storage of notifiers

2000-11-13  Mathias Bauer  <mba@openoffice.org>  [ecdcb9d2a60874c8d05f8ea22cc56c7b4d698466]

        handle case: no LockBytes

2000-11-13  Jörg Barfurth  <jb@openoffice.org>  [6c87cb6712e5f866d37b9d4258448a122cb4bc73]

        More patches to handle service infos properly

2000-11-13  jp  <jp@openoffice.org>  [f6d023a1dfab84b99cbf1d15b16c0168f8957b6d]

        support CJK attributes

2000-11-13  jp  <jp@openoffice.org>  [0a3d0a114477678bb429e5ed346f2d99665a9b26]

        new method GetTextFontCtrl

2000-11-13  Lars Langhans  <lla@openoffice.org>  [2824367e34e85ff7d2b5ecce8d1976bb7d090d3f]

        some test changes.

2000-11-13  Lars Langhans  <lla@openoffice.org>  [48b147afac24d0ae0b667c272e2f272dc7c3f434]

        Option object instead of locale string

2000-11-13  Mathias Bauer  <mba@openoffice.org>  [8b2f339c29c04e74545f999c028dcbd16e53dced]

        include

2000-11-13  jp  <jp@openoffice.org>  [c3207b5384969e9d0cad50e86e90a42d83f44110]

        use new method GetStream from TempFile

2000-11-13  Andreas Bregas  <ab@openoffice.org>  [91c62cc3b54328744b4175efbb9c9a8339c61724]

        SfxBaseModel supports XStarBasicAccess

2000-11-13  Andreas Bregas  <ab@openoffice.org>  [bc45c46215b7296a898ec06fb3598102fc05a3ca]

        new CreateLib method for XML import/export

2000-11-13  jp  <jp@openoffice.org>  [87e875784104860f475c0176f5d07eb1202950b7]

        new method GetTxtFontCtrlState

2000-11-13  jp  <jp@openoffice.org>  [240133381b9bb95bde0a6a628215acbc55c47017]

        method ExecCharButtonAttr removed

2000-11-13  jp  <jp@openoffice.org>  [475cf35ee29489648963676e7a73431d95fa3b13]

        new: GetScriptType - returns the ScriptTypes over the selection

2000-11-13  jp  <jp@openoffice.org>  [840f7369edd27c7825d3c40d9943c3c54cf24147]

        use GetAttr method instead of the GetXX method

2000-11-13  jp  <jp@openoffice.org>  [d9065f44b1788156ef4c4e74d2f9fb052b6e3aee]

        token definition changed

2000-11-13  jp  <jp@openoffice.org>  [6ade2bb240d28403793379e3d6dd020eaae55180]

        character attribute use the method of the BaseShell

2000-11-13  Jörg Barfurth  <jb@openoffice.org>  [f2a12478d68ca15cfa786bfaf86f99bb4575d76a]

        Fixed bug with explicit ctor for g++

2000-11-13  Mathias Bauer  <mba@openoffice.org>  [d6ad929eee2a504695c1ba779b73dce90d0b2b0c]

        Support for USERPATH etc.

2000-11-13  Andreas Schlüns  <as@openoffice.org>  [7120a253bf8268642e3e45493f78048133d5bce8]

        set method for ShowIntro

2000-11-13  jp  <jp@openoffice.org>  [b2beac4d98b35d9d6e8f427af384ebec60a73ff4]

        new: GetScriptType - returns the ScriptTypes over the selection

2000-11-13  Andreas Bille  <abi@openoffice.org>  [cba187f4ccac48be76dc564c8b5e562f6da2553d]

        Added dependency from new ridl.jar

2000-11-13  Dirk Grobler  <dg@openoffice.org>  [0aac760f6c421940480ca316b38d46df93640188]

        changes due to compilation problems

2000-11-13  jp  <jp@openoffice.org>  [c7a30a6a271ef0049c9f53fa8268ca779cbad082]

        must/should changes in Command handler

2000-11-13  Andreas Bregas  <ab@openoffice.org>  [280f980bf7d3b1fba3aa80fa705e4f807ff74694]

        new

2000-11-13  Oliver Specht  <os@openoffice.org>  [79861eae2772d2a88a4b313271a2add61427c654]

        SvxAddressItem changes

2000-11-13  Andreas Bregas  <ab@openoffice.org>  [1ef124ad8682980a92b1ab9ca77b43c4a61b6299]

        new interfaces

2000-11-13  Dirk Grobler  <dg@openoffice.org>  [e17c37c133f8306c8b2ad6a9aa1405c26c393d45]

        filed need for solaris compilation

2000-11-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eff5750f6803f1be97e2163d7bd42a7cf5751b26]

        unwinding if-else-endif; sed without quotes

2000-11-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0280af6f3eb0ff08c49cf4e5e299c27a4b7a8d77]

        use COMMON_BUILD_TOOLS

2000-11-13  Mathias Bauer  <mba@openoffice.org>  [3bf378fc2dddf68b6fb63b1d7f27ed6890b6ad3b]

        SubIni removed

2000-11-13  Dirk Grobler  <dg@openoffice.org>  [11c72f3173d7df959a9e09897d41ca8edc601bcc]

        adjustments for compiler

2000-11-13  Oliver Specht  <os@openoffice.org>  [a33f1712d4c3ff49c7b50102e9015fdb74e7a98a]

        SvxAddressItem changes

2000-11-13  Armin Weiss  <aw@openoffice.org>  [6a50bc759febf9c1839a52721f1cca2a09067e42]

        #80183# SetItem() replaced with mpObjectItemSet->Put() inside ForceDefaultAttr() to not loose information

2000-11-13  Hennes Rohling  <hro@openoffice.org>  [7ad2462a329ce10af1df748b064145f4adc0f4bc]

        #76890# added VolumeInfo::getDeviceHandle

2000-11-13  Oliver Specht  <os@openoffice.org>  [e1f02829a365c86e711bdc8141c8308e60bcfd45]

        using Configuration service

2000-11-13  Oliver Specht  <os@openoffice.org>  [e912fd4cd36f092b672c5026b74150e1c358e379]

        new: bibconfig.cxx

2000-11-13  Stephan Bergmann  <sb@openoffice.org>  [3c1b7980707a30c0a6f5f79dcc0307f5bf2bbbb2]

        Added getFileURLFromSystemPath() and getSystemPathFromFileURL().

2000-11-13  Stephan Bergmann  <sb@openoffice.org>  [6bd8980284bae2dfe53e28798fffa3e9dead34e7]

        Added getFileURLFromSystemPath() and getSystemPathFromFileURL().

2000-11-13  Stephan Bergmann  <sb@openoffice.org>  [1979996b3a3712fac794944f61eacbde5a7444a4]

        Added getFileURLFromSystemPath() and getSystemPathFromFileURL().

2000-11-13  Martin Hollmichel  <mh@openoffice.org>  [da76de983add9e16894a270b15a64eb65b2d05cf]

        add: zipdep

2000-11-13  Sven Jacobi  <sj@openoffice.org>  [bf9d0c0ad26d264af185a02a47a31b1a03a6ca28]

        added four autoshapes (leftbracket, rightbracket, leftbrace, rightbrace)

2000-11-13  Martin Hollmichel  <mh@openoffice.org>  [c5ddb3218ead4fbc1ffde6dd862c50840427b589]

        SRC612

2000-11-13  jp  <jp@openoffice.org>  [72c68cf946775dd4bf9868595ef4decdbe8930dd]

        remove IniManager

2000-11-13  Eike Rathke  <er@openoffice.org>  [afc02366b2a73bb7f85ddf4f880ac7f0b36d8f27]

        add: getLoadedCalendar

2000-11-13  jp  <jp@openoffice.org>  [7c481892ea6a7c4f9a4441c89b7ab8fe7b1c7981]

        remove IniManager

2000-11-13  Daniel Boelzle  <dbo@openoffice.org>  [916ce999740d569c595787a6ece6218c377bcd25]

        switched to udkapi.rdb

2000-11-13  Armin Weiss  <aw@openoffice.org>  [c350cb81da343b277274e3ccd6cf1234f946c57f]

        added vdevcache.hxx export for later external use

2000-11-13  jp  <jp@openoffice.org>  [e683b818e0ae25b928712d1b5a1cd48a91f86de3]

        must changes: use Search from SvtPathOptions

2000-11-13  Peter Burow  <pb@openoffice.org>  [0b8e58c71bcca4cd494dbca973eb52245e2b86c8]

        chg: SfxIniManager calls replaced with SvtFontOptions

2000-11-13  Oliver Braun  <obr@openoffice.org>  [d0d1487ffdc7495f61d5392bb9556523e535c467]

        removed libcall

2000-11-13  jp  <jp@openoffice.org>  [ffdb3bf034e745136cd7da7c28f36645e44c4401]

        must changes: use Search from SvtPathOptions

2000-11-13  khz  <khz@openoffice.org>  [7b2779ca976ea49b70a202a9fe79fa42c056410c]

        export extended WW9-Frame-Alignment (write Escher record 0xF122)

2000-11-13  Kai Ahrens  <ka@openoffice.org>  [89e72e043a9a1ab03d757805f10e05eb3a1a61b2]

        IniManager removed

2000-11-13  Andreas Schlüns  <as@openoffice.org>  [cb1d70c43f907745e0ef0390bcb894e6d3750cfb]

        new config item for font features

2000-11-13  Carsten Driesner  <cd@openoffice.org>  [2bc5684fb0d6636c4a861c01bc00f07792dfc73f]

        first changes for startup optimization

2000-11-13  Peter Burow  <pb@openoffice.org>  [9cc71aaf4e6451715949e672b8d63f79ab6edd40]

        chg: Is/SetUseUserData() added

2000-11-13  Christian Lippka  <cl@openoffice.org>  [3b040717aafa7d028711dac8ba79aed5dba95e9a]

        only export binaries in test case

2000-11-13  Michael Brauer  <mib@openoffice.org>  [355930404758fbdfaeb46a2b6ba322d0fff94ad4]

        font declarations and asian/complex font properties

2000-11-13  Michael Brauer  <mib@openoffice.org>  [59253c6b24f82b64df221346e17a982561cad651]

        font declarations and asian/complex font properties

2000-11-13  Oliver Specht  <os@openoffice.org>  [387a6c81032207dce64bc448bbfcdad47e27d02b]

        added methods for dispatch interface

2000-11-13  Oliver Specht  <os@openoffice.org>  [2426577c118f86343bfef926c607be76717717cf]

        SwGetExpField::PutValue: call SwValueField::SetValue to prevent updating

2000-11-13  Tino Rachui  <tra@openoffice.org>  [022b0adacc31135789e9eff62982758dbf5783a8]

        *** empty log message ***

2000-11-13  Oliver Specht  <os@openoffice.org>  [97d312b65520d04ac96ac7b7ea76528be93b8098]

        using new DBMgr methods

2000-11-13  Oliver Specht  <os@openoffice.org>  [96f9a5c7d4128ecfec93ac41506aa3895ea75902]

        old DB interface partly removed

2000-11-13  Oliver Specht  <os@openoffice.org>  [8f38a32b68e47319a506fa8b4a8e60f03071ed5e]

        added methods for dispatch interface

2000-11-13  Ocke Janssen  <oj@openoffice.org>  [881dfc6c9692504c5890cc1633785c946c6f3fde]

        check if cache is null

2000-11-13  Ocke Janssen  <oj@openoffice.org>  [6d7c963530b868b542225cfc53b304dfef644313]

        call clear_NoDispose

2000-11-13  Ocke Janssen  <oj@openoffice.org>  [ca830ca8c511acedd5380de26de4203adbf0f880]

        change catch

2000-11-13  Ocke Janssen  <oj@openoffice.org>  [382984f3c97eb58e91d6340610f1955752713046]

        wrong use of replaceAt

2000-11-13  Patrick Luby  <pluby@openoffice.org>  [ab203d3f73e4d95a9fe8a1879ccc4e3f534f2c94]

        Added back SalFrame::UpdateExtTextInputArea() which was accidently removed in last revision.

2000-11-12  Christian Lippka  <cl@openoffice.org>  [50fd28c1239aa44414aeee724498eb250fa72c74]

        added support for util::DateTime property for AuthorField

2000-11-12  Christian Lippka  <cl@openoffice.org>  [ddddd93147f570a6be7b4fc2f681827a3a5d22d3]

        added unit conversion for util::DateTime struct

2000-11-12  Christian Lippka  <cl@openoffice.org>  [61fa07ff95da7ed0b65fb12aa9d53e07f9b40980]

        generate fill item names on demand

2000-11-12  Christian Lippka  <cl@openoffice.org>  [1917537b4313a6bca527d6332e459e18a21c6389]

        added portion type property

2000-11-12  Christian Lippka  <cl@openoffice.org>  [f0008f019c92c6262b7e85f251cc8dae2e7fccfe]

        changed date float to util:datetime

2000-11-10  Eike Rathke  <er@openoffice.org>  [9b2abae9e1dba2cfe8fa6a204f9b03b0f0ea5b9e]

        renamed MinimalDaysInFirstWeek to MinimumNumberOfDaysForFirstWeek; changed 30Dec1899 to 1Jan1970

2000-11-10  Dirk Grobler  <dg@openoffice.org>  [091e3e793794bb77f2071a3bda230367ea991e6d]

        compiler problems

2000-11-10  Dirk Grobler  <dg@openoffice.org>  [33e8d8a7b9d2b6cd06dbed0ebb95babe3baac477]

        adjust due to adding new admin func

2000-11-10  Dirk Grobler  <dg@openoffice.org>  [9bd8182bdb39d72955458217ccaeee614bbf799b]

         new adminproxy service

2000-11-10  Jörg Barfurth  <jb@openoffice.org>  [1c7ff7e275755a6621e911e2c19d40293a8909b1]

        Fixed problem with root name string representation

2000-11-10  Jörg Barfurth  <jb@openoffice.org>  [52dc5b74e3b581eb4595c57fb8254597089d38f3]

        Minor improvements to commit processing

2000-11-10  Jörg Barfurth  <jb@openoffice.org>  [91e90898af821699608dd52a6e1fd2f2e485c02d]

        Fixed typos that prevented update/commit

2000-11-10  Niklas Nebel  <nn@openoffice.org>  [9e929d565108fd95784f192ad34ae9519204f56e]

        #76477# StartQuerySh removed

2000-11-10  Niklas Nebel  <nn@openoffice.org>  [e5a0ffee392c9260b9654728ff8f8a6c31647bad]

        #76477# call ShowInBeamer instead of StartQuerySh

2000-11-10  Niklas Nebel  <nn@openoffice.org>  [786f5646c455026418665674f784b71b6ece88b8]

        #76477# ShowInBeamer

2000-11-10  Daniel Rentz  <dr@openoffice.org>  [bf4bdbbe4bef899e2a99f2b9daac03a4a2b1f67f]

        add: import of table:detective (global function list)

2000-11-10  Sascha Ballach  <sab@openoffice.org>  [4bf3f6572357a226633ff0bc21508cba5cc99846]

        XStatusIndicator added

2000-11-10  Eike Rathke  <er@openoffice.org>  [c814ad45eb2918eb7ffd08079e131e7f98d0acbc]

        add: operators with double (time diff in days and fraction of days)

2000-11-10  Sascha Ballach  <sab@openoffice.org>  [9756a8a1273eb04195c33acbf5d27a4bdf95b15d]

        use one XSpreadsheet instead of create on every case a new one

2000-11-10  Frank Schönheit  <fs@openoffice.org>  [8823cbeb58ea758942f3f604a8dee667a90dd7e5]

        +STR_NO_ADABASE_DATASOURCES

2000-11-10  Frank Schönheit  <fs@openoffice.org>  [02a3ccee971d87dd07c9d63fbf2941b1c1cacb44]

        small bug fixes

2000-11-10  Frank Schönheit  <fs@openoffice.org>  [1af223db78f1e3f46a3d431bbca81abc4898511e]

        no parameter in checkItems anymore - did not make sense in the context it is called / some small bug fixes

2000-11-10  Jörg Barfurth  <jb@openoffice.org>  [0ae04cb5444d668efa13ac68e7ba2dbe1f7cdeea]

        Added type conversion support, added access to element tree lock

2000-11-10  Jörg Barfurth  <jb@openoffice.org>  [cc764390223637768336034c033cc9b5c6816c2c]

        Modified provider identification

2000-11-10  Jörg Barfurth  <jb@openoffice.org>  [27f1e09a646a8112d240357b47e7fa545ff5da07]

        Added missing functionality: type conversion support; Reorganised root notifications

2000-11-10  Frank Schönheit  <fs@openoffice.org>  [355c3649d78858cf9b5ab5d7fa0ed6f4cb053692]

        revokeObject: do a removeEventListener

2000-11-10  Herbert Duerr  <hdu@openoffice.org>  [57c62b8ef361e28c30fa3f8ea4db5eb9474cee78]

        add serverside-font feature

2000-11-10  Herbert Duerr  <hdu@openoffice.org>  [d9bf8cb9c3f087115f72ba371e1291fd0eba3818]

        add serverside font feature

2000-11-10  Sascha Ballach  <sab@openoffice.org>  [4e656a4a78372f0eb370912f060d861e72ec90e0]

        make modules of the xml export

2000-11-10  Daniel Rentz  <dr@openoffice.org>  [0d059dbf72f1d41ccbd0b6b16eb6ca0ff4ee340c]

        add: import of table:detective fix: misc.

2000-11-10  Kai Ahrens  <ka@openoffice.org>  [c92ca12ec03a7bf101b72956e526d74749d50e1e]

        must changes (file access)

2000-11-10  Thomas Benisch  <tbe@openoffice.org>  [f0a376724821dd22484141f31d1db37ba0bf3868]

        removed outcommented basctl include file idetemp.hxx

2000-11-10  Jörg Barfurth  <jb@openoffice.org>  [1f3def64ebd86924469ddc4ac14dad9443b36482]

        Local cache need not throw for missing elements

2000-11-10  Frank Schönheit  <fs@openoffice.org>  [dfd88a79f9de6409cab4e5746556ed933f5f86b3]

        #80185# implApplyChanges: reset some meta-data-items

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [eb1f56a71db44e54d4cc6278ade7a605cb5bc385]

        add order and filter dialogs

2000-11-10  Thomas Benisch  <tbe@openoffice.org>  [3f98aa84763938c2d6dc94e053d7600d6112bbb4]

        removed outcommented basctl include file basicide.hrc

2000-11-10  Thomas Benisch  <tbe@openoffice.org>  [a105237309ecca5bd81c6125abb1db90cad5021e]

        removed outcommented basctl include file basicide.hrc

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [5e379cc712054b1873457a4ad9ad2b905ebb1cc1]

        new files

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [7a5d64e6d1dd9c533934fffdc8f38019f9036ea2]

        new filter and sort dialog

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [8a9caacfa151b331e48f2df914a3d0892afd50ad]

        new defines

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [ba7e1720f998ae1edc4675130e72c5ac857cdce4]

        some modifications for filter and order dialog

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [5965aabd96344c61053b8321380ef692c811ac86]

        check for afterlast and before first

2000-11-10  Thomas Benisch  <tbe@openoffice.org>  [81cec48eda9a0e541b58147657ec2638421e3e87]

        removed outcommented basctl include file basicide.hrc

2000-11-10  Thomas Benisch  <tbe@openoffice.org>  [c16dc3948793b4b246fcf3f8be82298131ef0d55]

        removed outcommented basctl include file idetemp.hxx

2000-11-10  Kai Ahrens  <ka@openoffice.org>  [29dcb7a68d4c866b642fd62a180f51944b612eb1]

        #80177#: allow empty doc file names

2000-11-10  Thomas Benisch  <tbe@openoffice.org>  [1d7785df4b0acbd0561ed5b4ffb6d214d4ab703c]

        removed outcommented basctl include file btbxctl.hxx

2000-11-10  Thomas Benisch  <tbe@openoffice.org>  [7e65248cd1e8e321231ce14ddc11773748e65437]

        removed outcommented basctl include file basicide.hrc

2000-11-10  Stephan Bergmann  <sb@openoffice.org>  [e6b8b1de8b0f60f80c3686b4af3395c4062a91db]

        Simplified PIPE placeholder in configureUcb().

2000-11-10  Daniel Vogelheim  <dvo@openoffice.org>  [ef95e2fd41ef66bb4e01826a01f4e6e588336703]

        - changed: field properties get set before field gets inserted            (to accomodate non-Writer apps) - fixed: CurrentPresentation now set last

2000-11-10  Kai Ahrens  <ka@openoffice.org>  [5f6f190946389a1bb025da753ccbe27f6f25fdc8]

        must changes (file access)

2000-11-10  Kai Sommerfeld  <kso@openoffice.org>  [259a522b9aa0b67e566215308a02c3035a973213]

        Fixed: NeonInputStream::seek(...)

2000-11-10  Kurt Zenker  <kz@openoffice.org>  [8c86b08e923505d9b4b9802799116e882ad33934]

        Merge SRC612: 10.11.00 - 16:18:41 (NoBranch)

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [c46a35fbe84153b2f97c63c0bd596c04b3d3a62f]

        #80160# replace some strings

2000-11-10  Martin Hollmichel  <mh@openoffice.org>  [4a1cb61595e32d6cde98ac734835fdd17a291ccd]

        Merge SRC612: 10.11.00 - 16:17:55 (NoBranch)

2000-11-10  Lars Langhans  <lla@openoffice.org>  [e6516b2f5784a2591c9cf2bb25ae853de82dc201]

        new test

2000-11-10  Kurt Zenker  <kz@openoffice.org>  [a6d4feaeed4d5cd589b8d10289c83dbbdf5dc889]

        Merge SRC612: 11/10/00 - 16:16:08 (NoBranch)

2000-11-10  Kurt Zenker  <kz@openoffice.org>  [ba3822c31814d8df23f9de4aed68304923a70935]

        Merge SRC612: 10.11.00 - 16:14:25 (NoBranch)

2000-11-10  Kurt Zenker  <kz@openoffice.org>  [d7a11ccd266da2a1d71aceebe54a47b6d0ba7db2]

        Merge SRC612: 10.11.00 - 16:12:54 (NoBranch)

2000-11-10  Kai Ahrens  <ka@openoffice.org>  [a0eda4ec0b78fc0df75e147c945950f3c7be7347]

        must changes (file access)

2000-11-10  Andreas Schlüns  <as@openoffice.org>  [06a21ab064ec885bc55940773c78be5b5d2761c5]

        add helper functions for user data

2000-11-10  Kai Ahrens  <ka@openoffice.org>  [9cfe0e89415de0492f423ef65652c0654ea211d6]

        cleanup

2000-11-10  Kai Ahrens  <ka@openoffice.org>  [6f041631c1c17fdfa41498871c2d707ddde7b5a9]

        removed SfxIniManager

2000-11-10  Kai Sommerfeld  <kso@openoffice.org>  [f620aab92d21523ece3388acb008e17b4f1d1867]

        Added: NeonInputStream now implements css::io::XSeekable.

2000-11-10  Armin Weiss  <aw@openoffice.org>  [0a077f8c9a94d8a3030a765c45f2d5df49bdeb7c]

        allways draw filling of rect objects, was (!IsTextObject() || pFillAttr) in 5.1 version.

2000-11-10  Frank Schönheit  <fs@openoffice.org>  [e9b4a21948becc304b1dce512838f39784203c54]

        set the data source name on the rowset on executing it

2000-11-10  Kai Ahrens  <ka@openoffice.org>  [f2346ebbac4c8ade98b1eefbfc8b3ffa5f3f56ff]

        added options3d.cxx

2000-11-10  Martin Hollmichel  <mh@openoffice.org>  [f2a7285802a60d181e57d59cdcb7a0ae0578b6e2]

        add: KOREAN

2000-11-10  Nils Fuhrmann  <nf@openoffice.org>  [34a5026ef7d0f0dd6d975704107773746f65dea0]

        Fix: Changed Search method. Works correctly now when the first entry of path is .

2000-11-10  Kai Ahrens  <ka@openoffice.org>  [872e437a930ff86bf0b00e1ac4b2fe69210c1ab9]

        added short name methods

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [7912f0429d6e55c9fd1ed4498966b8fca6320831]

        search for primarykey not only keys

2000-11-10  Kai Ahrens  <ka@openoffice.org>  [634fded15999e7a9d7a09b33b03fade9b2590249]

        added options3d.hxx

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [02b3833ab6d2a22a51d30df41a0addde93d68d2e]

        wrong iterator for columnvalues

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [f6d07d3dc8f32ade8f35484a745506eb442dcb33]

        wrong index for order column

2000-11-10  Kai Ahrens  <ka@openoffice.org>  [c34aefcb5358ee60beb85fcc3172bc955263c159]

        initial rev.

2000-11-10  Frank Schönheit  <fs@openoffice.org>  [cce5fe6d1f144f16d87484ee4b41211d14c7a9f6]

        +m_pCurrentlyDisplayed - used for painting the currently selected entry bold

2000-11-10  Oliver Specht  <os@openoffice.org>  [c73abaad8296159acdc8e0a77b78af128dabb331]

        set properties sPar3 and sPar4

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [4245d00acc6bf078e2978338b4320cc9e648a636]

        #80159# use of XInteractionHandler when no user nor password is given

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [1e6bf18fc547ba9ba7d925a2f4e16adb62b9cde2]

        new method getDataSource

2000-11-10  Peter Burow  <pb@openoffice.org>  [adbee719e9f2ba7acbfc28ffb1910d548ffce10c]

        chg: old SfxIniManager with config items replaced

2000-11-10  Kay Ramme  <kr@openoffice.org>  [f10eac1ea3554589ed85e09fa880890ea8b23198]

        a dynamic loader

2000-11-10  Dirk Grobler  <dg@openoffice.org>  [0d6a6455a040eb27c204e9e5c129fe1203121e93]

        new packages

2000-11-10  Mathias Bauer  <mba@openoffice.org>  [0bbed192e8c4d7de32ebb492d36655f48eaa990f]

        use new install urls

2000-11-10  Mathias Bauer  <mba@openoffice.org>  [bda611a9f7028e5cecc9432657812581cd7dc043]

        Additional direct access to new install urls

2000-11-10  Andreas Schlüns  <as@openoffice.org>  [5c3d0446aed74b505d72a8abe938c6f06a6051a7]

        initialize static member

2000-11-10  Kurt Zenker  <kz@openoffice.org>  [15ef95ea8ef34971954569a12687e875130d7ee7]

        SRC612

2000-11-10  Jörg Barfurth  <jb@openoffice.org>  [608b64b13ed7424bb0d3b3573e56c3e0527a4979]

        Cleanup ownership issues. Prepared for provider-originated notification dispatch

2000-11-10  Jörg Barfurth  <jb@openoffice.org>  [8773f8e1ace81ba255e04ab28df3f08fcf569ad6]

        Added support for commit using old Changes trees

2000-11-10  Oliver Specht  <os@openoffice.org>  [3787fcb6084571264ddebca132e130973b0b74bf]

        OUString& -> const OUString&

2000-11-10  Jörg Barfurth  <jb@openoffice.org>  [0c95e0dccf8e30ea80de0f8749b5f5565c86df21]

        Adjusted changes model for better handling of node ownership

2000-11-10  oisin  <oisin@openoffice.org>  [44091ffc5d408a9e7c3b2362eddd9fc10e146aeb]

        Patch check 106590 on Solaris 7: Corrected to patch 106950

2000-11-10  Daniel Vogelheim  <dvo@openoffice.org>  [143d6d9c7d89bfc177d8bcc3a2a7a37dce146187]

        - fixed: page number export in non-Writer apps - added: Bibliography field stub (not yet implemented) - changed: map-methods now static, so they may be reused elsewhere - fixed: sal_Bool comparison

2000-11-10  oisin  <oisin@openoffice.org>  [a14e7869339ac63d378c45f9047c79980a407106]

        Patch check 106590 on Solaris 7: Corrected to patch 106950

2000-11-10  Andreas Schlüns  <as@openoffice.org>  [50e34f950f73480ecb883199c6fd645bb834cd38]

        add return value to Delete()

2000-11-10  Andreas Schlüns  <as@openoffice.org>  [a10c26f8997d0aa4d7181faaaf469134a4da0dab]

        add Exist/Delete() and change configuration structure of keys

2000-11-10  jp  <jp@openoffice.org>  [1fe7aa093fb75bf1f20698a3d5f95b98610e2669]

        new Tokens for the CJK-Version

2000-11-10  Daniel Rentz  <dr@openoffice.org>  [3e676573c0e6c470fff42af4805fb1848f389a19]

        add: import of table:detective

2000-11-10  Peter Burow  <pb@openoffice.org>  [267533fb51b6fd134c33a144fa8bb8fcb6aa7ec9]

        fix: #80169# don't need property-value-missing-assertion any longer

2000-11-10  jp  <jp@openoffice.org>  [c59f0216a2e034bcd9fd9258a05423f20d684b69]

        new Tokens for the CJK-Version

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [8b3891916a35c16a74734e12c24300f236a0fba2]

        bookmark error corrected

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [3c7346ee98f95c4577e343a1d42f1f0a86525120]

        bookmark error corrected

2000-11-10  Ocke Janssen  <oj@openoffice.org>  [de8a7ff2d2d46b3816eebafc9579dbaf6f2e9825]

        change in parsetree

2000-11-10  Stephan Bergmann  <sb@openoffice.org>  [95f9d481441487e001d9cf74e49782cf24e90289]

        Renamed DLG_LOGIN DLG_UUI_LOGIN because of collision with svtools/solar.hrc.

2000-11-10  Stephan Bergmann  <sb@openoffice.org>  [8ce2d3e144e4f4eb5add32ff0400e068456b1a9f]

        Fixed previous fix.

2000-11-10  Stephan Bergmann  <sb@openoffice.org>  [f69518cc9cfdf2292cd09030896dc58c20c16f6b]

        Removed SUPD 613 conditional.

2000-11-10  Frank Schönheit  <fs@openoffice.org>  [953a925bb3f4538539dc00d96f569e3d57332694]

        don't include a XConfigManager anymore

2000-11-10  Frank Schönheit  <fs@openoffice.org>  [48e6cb98e83469f053e2205630a1713fb3977f5f]

        UserInformation does not take a service factory anymore

2000-11-10  Sven Jacobi  <sj@openoffice.org>  [718d37a621ce1fee92cee6befc9bb247ffb73fcb]

        using UcbStreamHelper to create FileStream

2000-11-10  Oliver Specht  <os@openoffice.org>  [e800967c779ac6173ac3487028cb7d51057cf3e1]

        call InsertTableOf without calling Update()

2000-11-10  Stephan Bergmann  <sb@openoffice.org>  [3b83167f94af78fc88e6312160decb392b915695]

        Fixed handling of Realm information in UUIInteractionHandler::handle().

2000-11-10  Kay Ramme  <kr@openoffice.org>  [56f1ace051e5a5405fa7052638236f30ca9f6d78]

        now supports --singleaccepto

2000-11-10  Niklas Nebel  <nn@openoffice.org>  [2ee0c98acb44b3ec853bf83584680d80fc863ac9]

        #78889# SearchCell: preserve line breaks

2000-11-10  Niklas Nebel  <nn@openoffice.org>  [743dded48e15848ea85ebec40c4668dc0914252f]

        #78889# UndoReplace: undo string may contain line breaks

2000-11-10  Daniel Rentz  <dr@openoffice.org>  [9cb1b266d1e1561cc1176863550fb90c309d8158]

        add: export of table:detective

2000-11-10  Kay Ramme  <kr@openoffice.org>  [9459647cf92fe2c07fced1101c5865d101e628fe]

        a dynamic service loader

2000-11-10  Sven Jacobi  <sj@openoffice.org>  [c45ef9c802d4a52ed753191a4aa55b753c45f2ed]

        using UcbStreamHelper to create Stream

2000-11-10  Andreas Schlüns  <as@openoffice.org>  [8ea42daff3d7e41cea2f811927a591c7f438d783]

        new config item for views

2000-11-10  Andreas Schlüns  <as@openoffice.org>  [e2848b1f7e0deea0d028768c25058212ac3b1aca]

        change dialogoptions to viewoptions!

2000-11-10  Martin Hollmichel  <mh@openoffice.org>  [97b572daa71c29d42aabc37bad5bd8a697f84300]

        add: filter STL

2000-11-10  Martin Hollmichel  <mh@openoffice.org>  [400a66e07e00ce90bc0fb58713505541f7af789d]

        add: generation of hids

2000-11-10  Martin Hollmichel  <mh@openoffice.org>  [18f055c54bda3b38361e00da61b5919de053be10]

        chg: deliver hid

2000-11-10  Carsten Driesner  <cd@openoffice.org>  [90a2c5664ed21dbb6a912ba716fd1a45f68c75e7]

        C52 has a bug in alloca, use malloc

2000-11-10  Martin Hollmichel  <mh@openoffice.org>  [bce52a3946d72fd560e5b4758af06095ffdcc929]

        chg location of slothid.bat

2000-11-10  Martin Hollmichel  <mh@openoffice.org>  [99da6a95ed8d33856b6895d8dc0ded02c214f1ae]

        add: basctl.hid

2000-11-10  Kai Sommerfeld  <kso@openoffice.org>  [bfd4b8fbd7c87f1948b628c18950d7e4522f22f8]

        Removed: Wrong assert.

2000-11-10  Sven Jacobi  <sj@openoffice.org>  [4225f12886ca63bf22da4f8d84cee3255b42a4dc]

        removing entries that belongs to the cgm export filter (the filter hasn't been finished yet)

2000-11-10  Sven Jacobi  <sj@openoffice.org>  [fdc8e66df516b5fb264f0bec75ecf9b3d9d27185]

        removing use of filename

2000-11-10  Sven Jacobi  <sj@openoffice.org>  [e5e9cb1bab007ecaefee90258d3402ecba18cf62]

        UcbStreamHelper, using more unicode Strings

2000-11-10  Sven Jacobi  <sj@openoffice.org>  [a57e356e6bb90f5831a22694f29305230f673091]

        added linking to unotoolslib

2000-11-10  Peter Burow  <pb@openoffice.org>  [5b5149e9567bc68da0e22c67188a1603dba7a7f5]

        chg: convert methods added to replace the SfxIniManager

2000-11-10  Andreas Schlüns  <as@openoffice.org>  [24671cf657d6ab7325afcec0a79bb7fad93323f8]

        MUST soffice.ini / SfxIniManager / ...

2000-11-10  Andreas Schlüns  <as@openoffice.org>  [cb14c6f1697d240a66d2b63964c32c7751962eb2]

        MUST soffice.ini / SfxIniManager / ...

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [3f059752c60206a92d0e24a5691b7e9f54006698]

        #79533# use HidePrint flag in DrawToDev

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [c6e1556594bfacdcf409f27d9b435bee8bdc4abc]

        #78913# descriptions

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [ff1b0cd6e952299a96db8450ba38f7a9b5f4f729]

        #80142# service names corrected

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [bf615910ae05d882cff6d5790cf416bbafaa48ef]

        #80170# support XRangeSelection

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [411b336dd08bca6341e308e9db8d89c62470f5c7]

        #80170# range selection properties

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [c59a4b29fec6d640336e84aedab40735edcb7d11]

        #80170# StartSimpleRefDialog / StopSimpleRefDialog

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [c1d214492574aaee7df4a15f42a89aa8468fbb0a]

        #80170# SimpleRefDlgWrapper: links / flags for use with api

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [c7eb1252fc8eebea33eb780bf2cb6cd9274cf847]

        #80170# links / flags for use with api

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [c70eb2d73c992edb0f46ce2366f38cdcbcf7f2aa]

        #80170# use right view for document title / SetRefDialog

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [6c30e7d639602cbde72b57c2ce3fe6bc7fe83042]

        #80170# SetRefDialog: pass view frame

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [b06f9179b062689427d4d68e46c051d68d2296fa]

        #80170# range selection interfaces

2000-11-09  Sven Jacobi  <sj@openoffice.org>  [8ba9bbfc071cdc13212168f2dc2fe01e1c8f6983]

        apichanges that belongs to the new file handling

2000-11-09  jp  <jp@openoffice.org>  [c2cec7f72fae43939b952021205d536b4d75a789]

        Modify: dont use static array

2000-11-09  jp  <jp@openoffice.org>  [bad7c48e563f6dfefa5577fbfce7bef15d67bae8]

        set slotids for the CTL/CJK attributes

2000-11-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9e6f9b233cb13c8e0817ae2115c83563c3640ee3]

        same type

2000-11-09  Mathias Bauer  <mba@openoffice.org>  [90f4421e8a45d00c3d33ce75201074413f2108fa]

        CommandAbortedException allowed for several commands

2000-11-09  Kay Ramme  <kr@openoffice.org>  [a6ea5b0d94fb93620418ad3646ffc533129d02ff]

        now supports xmain; made a hack for testing

2000-11-09  Kay Ramme  <kr@openoffice.org>  [583f8fd1702915d85e67a3656b6f60a3af919900]

        now recognizes quotes in component description

2000-11-09  Oliver Bolte  <obo@openoffice.org>  [3fb7608aabdbf70827fc5add6e123bb4b115da24]

        withou staruno namespace

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [bb3254e71bb8a916fa9472b3af16c62ecc33f3a7]

        Added INET_PROT_VND_SUN_STAR_HIER.

2000-11-09  Kai Ahrens  <ka@openoffice.org>  [ebbca766da93ebe8481a976a816f0400afc719e2]

        must changes (File access)

2000-11-09  Ocke Janssen  <oj@openoffice.org>  [575f38288291d48a72bf34a329b4dc29d78bb03c]

        code remove

2000-11-09  Kai Sommerfeld  <kso@openoffice.org>  [66f62e865a953000dcdbce221b3239a394a63b8d]

        Fixed: const char* to deleted memory were used "everywhere".

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [4e684488cf2937a01c490fd4bb45b22e24c28cf3]

        #65293#: std::min() / max()

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [8a205d876d3e885a1083b16599b28e151b1ed304]

        Disabled detection of 7th Production in URIHelper::FindFirstURLInText().

2000-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [705a218461a35e033c9cf63b994d16a1f91d2413]

        #65293#: C40_INSERT()

2000-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2700982599036bf404014d47cbcf355588cd2295]

        #65293#: std::min()/max()

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [c2bf0ce656fb831893be958aadb028857c8ea7cb]

        Adapted to redesigned UCB configuration mechanism; added experimental synchronisation support; cleand up header includes.

2000-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [af03f2fa94d7be3226b90ded3eea4626156f30b4]

        #65293#: std::min()/max()

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [771050beaf2c90f5c03b5801b78b96063ed7a247]

        ResetConformanceTester: use a LocaleDataWrapper instead of an International (MUTS change)

2000-11-09  Jörg Barfurth  <jb@openoffice.org>  [38bb28053c8e13d18b5b96ecdc7f3a162b81cd7e]

        Fixed problem with TreeImpl lock initialization

2000-11-09  Andreas Martens  <ama@openoffice.org>  [f0ad747053c828e869c7a7df84152a437300bf7f]

        Fix #78742#: Remove has to delete the format too

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [9807d51b6588d363bd34fb8d6260b82435e1a491]

        InsertObject

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [6e3dc0e7f50fd008379e23ccb0e1528f4c69b48f]

        use the GetCurrSymbol at a LocaleDataWrapper, not the application's International

2000-11-09  jp  <jp@openoffice.org>  [f712f49e779be1e57448dd09dfb6b2f576b77313]

        Modify: calculate rel Height for the CJK/CTL fonts

2000-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae45c866c1a746c1742791a0c1e10ac564060c98]

        #65293#: syntax

2000-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f9e29e97addd357d5de90a093dda92907808a25]

        #65293#: includes

2000-11-09  Sander Vesik  <svesik@openoffice.org>  [f9d4e87f305e900abcc1d5051f544328d699b307]

        Add NetBSD support contributed by Michael Rauch <mrauch-openoffice@fs.tum.de>

2000-11-09  Lars Langhans  <lla@openoffice.org>  [6de6a93606cb52ee4f0f9428ec48a5b6dd0d058f]

        remove Assertion in getChild

2000-11-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [554c24f5907b064bbac610641cd86ca6e88e3190]

        #65293#: use long with std::max()

2000-11-09  Lars Langhans  <lla@openoffice.org>  [710c828e3db83fa4dc3c5233f9c5107a6d623674]

        replace bug removed

2000-11-09  Lars Langhans  <lla@openoffice.org>  [467755e6ebccbedc7814fa05002267ed23068927]

        new check if some parameters are wrong.

2000-11-09  Lars Langhans  <lla@openoffice.org>  [7780f65502dab2f3dc0f38f1460595a4417a766d]

        name changes

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [3edf021cad2746314c09f22519d5998ae6b52f7b]

        UcbStreamHelper instead of SvFileStream - thus using the UCB for file system access

2000-11-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [502ff46945d6984a95ae400fb092457ccae2ee62]

        use perl macro

2000-11-09  Oliver Specht  <os@openoffice.org>  [df9ec5b2f468ace7d81a9ef4fbc663e1a842eadc]

        font properties CJK and CTL added

2000-11-09  Daniel Rentz  <dr@openoffice.org>  [d8f352516f257330c083bfe00e2d193009262e3b]

        chg: table:detective

2000-11-09  Andreas Martens  <ama@openoffice.org>  [a5d9a9a26e3eff6ae3057f6ddbf106854692015d]

        Fix #80088#: Hyperlinks in the negative indent of textframes

2000-11-09  Christian Lippka  <cl@openoffice.org>  [198c6f33c852f46646abb75a480e2126502fc12d]

        #80144# fixed some syntax errors

2000-11-09  Andreas Martens  <ama@openoffice.org>  [5fa679a315a57189134d156bab596372c84b031b]

        Opt.: Superfluous member removed

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [5ea202522ab68cfae59ae22ce05261674c52ad47]

        Adapted UniversalContentBroker::initialize() to the redesigned UCB configuration mechanism.

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [255481db92614a0ddc77b5d8c192a3add993ff91]

        Removed provconf.obj.

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [e5b398b67d5d036d6440c0c91d3a2a5f0333e308]

        Merge SRC612: 11/09/00 - 14:26:11 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [1afdc0532fb98396e9478c3231bb4c0b4d4c40a1]

        Merge SRC612: 11/09/00 - 14:24:58 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [c6504bc1b9db67f814a23658e633e134fc9b83cd]

        Merge SRC612: 11/09/00 - 14:23:48 (NoBranch)

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [4645fea1c3e99ab89cca11bfd9cde2a655e91ea9]

        Complete redesign of the UCB configuration mechanism.

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [32692fb492fc6b964bc703d50ec320734474fa19]

        Merge SRC612: 11/09/00 - 14:22:42 (NoBranch)

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [662a7028f0529f114b9bd201a80f405f8936d4c4]

        Moved here from ucb module.

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [c208fe7d86fd179116684cbe7ed7ea7de26335f0]

        Merge SRC612: 11/09/00 - 14:21:31 (NoBranch)

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [1048c048d9841c54e65490b1558ae313b7681376]

        Added provconf.obj.

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [b60e43f44c0042296812d3a0e27ca9473c0e12e5]

        Merge SRC612: 09.11.00 - 14:20:33 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [8b396ae3f4b4dfe23cfd2f68c3574ac8424d0316]

        Merge SRC612: 11/09/00 - 14:20:23 (NoBranch)

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [706ef6a5c6f03836dce550081de600bb7ac4e246]

        Added configurationkeys.hxx, removed registerucb.hxx.

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [70163b97799aa0305aa47e2beaf86cdd390f0e8a]

        Merge SRC612: 09.11.00 - 14:19:07 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [1150dfb43ef984a7c354ae2b1896093e7c357807]

        Merge SRC612: 11/09/00 - 14:18:51 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [d808e2acf7964e729dca912efed942eaa80465b0]

        Merge SRC612: 09.11.00 - 14:18:38 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [fd7d066ad78af23d97f6a5352c8ae4e5d9c898c0]

        Merge SRC612: 09.11.00 - 14:17:52 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [cf18a1b3f23f0099851428207d4cbe90afbd3088]

        Merge SRC612: 11/09/00 - 14:16:42 (NoBranch)

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [efa07895aca2d30e73057ce9877bf609cae8aa2e]

        Merge SRC612: 09.11.00 - 14:15:51 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [b7b0f9a0d25727a6a22ecfedff97dfe2848ad1ae]

        Merge SRC612: 09.11.00 - 14:15:26 (NoBranch)

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [a69e8a5539b1c49e28c135539b6ccd9bd2d6ad68]

        Complete redesign of the UCB configuration mechanism.

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [66b7256b97cc86ec26760d9d54e2302f4a69acc9]

        Merge SRC612: 09.11.00 - 14:14:48 (NoBranch)

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [1d2c156f334d189ca0bbd36d6e4d0a26a74890b2]

        no usage of the special config manager anymore - MUST change

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [13ee7b62bf4ba56fdfef1a42f157c52204b39935]

        Merge SRC612: 09.11.00 - 14:14:34 (NoBranch)

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [e649185ea3ea943509758afb7dcf978a4078fc2b]

        Various primary and secondary keys under which UCB configurations can be accessed in the configuration database.

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [3516f9fbd95df25c7610c057b1978b68f81cf909]

        Merge SRC612: 09.11.00 - 14:12:43 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [357af09e3c230265b7a88317f6ad7d876f46a2d7]

        Merge SRC612: 09.11.00 - 14:11:48 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [d612b3749721b7d4043abd95d3ce3d51228a9173]

        Merge SRC612: 09.11.00 - 14:04:23 (NoBranch)

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [530785de3bffd58520656424f21fc4f59b3fdf6e]

        Merge SRC612: 09.11.00 - 14:10:38 (NoBranch)

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [ea2eaa71ce9de4a8ee5321ed06f99f23fd845c7e]

        Adapted configureUcb() to the redesigned UCB configuration mechanism. Cleaned up header includes.

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [17eb4afc99039964326d8f8065d25d47550b5777]

        Merge SRC612: 09.11.00 - 14:09:51 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [e35a20c9e24d77eda5b4a5c3d8f13fed8f81462d]

        Merge SRC612: 09.11.00 - 14:09:34 (NoBranch)

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [1489b0515afbbd5e416dbd9278d3f1cd6c59c954]

        Added recognition of -server and -portal,... command line arguments, removed recogintion of -ucb=... command line argument.

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [046b018d4104858f6a6885842112cde2c0a5728f]

        Merge SRC612: 11/09/00 - 14:09:03 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [f80dcb4729e3b3c8cf6724ffcd67537e1c479629]

        Merge SRC612: 09.11.00 - 14:08:50 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [c53aaed5a91ca9ea70231589e1f8c42f349832ef]

        Merge SRC612: 09.11.00 - 14:07:32 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [1f41c9575d35e07f2ffe393be1f4d7d2a5364d40]

        Merge SRC612: 09.11.00 - 14:07:35 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [49f444aa635d4d90b81678790ddfb69bed70ad74]

        Merge SRC612: 09.11.00 - 14:07:21 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [82a352a9b4ff5f7dcffca27bb804cfd815f727a3]

        Merge SRC612: 09.11.00 - 14:06:38 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [e3f26376e51f666dd818ccc0e0bd4cabb0f9c22d]

        Merge SRC612: 09.11.00 - 14:06:34 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [f7d4101b613e4fe95191256ae39eba28a836cc4a]

        Merge SRC612: 09.11.00 - 14:05:41 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [7739e90a677ad0cc31c790b9d53f1695f2f56516]

        Merge SRC612: 09.11.00 - 14:05:46 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [e05fdf847241fde49c63192350b222a16e8bf98e]

        Merge SRC612: 11/09/00 - 14:05:35 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [cefc1393b275f63626054f0159537138083aab17]

        Merge SRC612: 09.11.00 - 14:05:05 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [d3a900c0e5cf11ee626d78486803e82ccc78afc2]

        Merge SRC612: 09.11.00 - 14:04:48 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [6e78824f04e8b21537b7545459643e6796e5ff2a]

        Merge SRC612: 09.11.00 - 14:04:35 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [522da44300b44b6d8b321fe9b174c816cf074d8e]

        Merge SRC612: 09.11.00 - 14:04:36 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [d4b6286e5f3196f2de99bdbad6ad609f24318882]

        Merge SRC612: 11/09/00 - 14:04:06 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [a8a8688691a5f0ad1d7a583fd8054756906119ba]

        Merge SRC612: 09.11.00 - 14:03:30 (NoBranch)

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [e89202abee00e5ba33873bedd2a692eb82e701eb]

        no usage of the SfxIniManager - MUST change

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [22883f0d55da3cc631f22d7eff09e99cd0095ddd]

        Merge SRC612: 09.11.00 - 14:02:42 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [cc55581b95958ac13f347387da8013dbce5a72fd]

        Merge SRC612: 09.11.00 - 14:02:43 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [c694efd8c2a370170e116f7b66fe48bba12f0004]

        Merge SRC612: 09.11.00 - 14:01:36 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [cb1052f206ad3d09a62f0b6aacfa0f0df8cc7f01]

        Merge SRC612: 11/09/00 - 14:01:53 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [03539abf1632e89d7354a818961a4316f3b96ff5]

        Merge SRC612: 09.11.00 - 14:01:39 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [e14e874334f02f048079ef52f5f319cbc50ac922]

        Merge SRC612: 09.11.00 - 14:01:25 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [8d54c07b260ea30f516237bab359e94af32f7c29]

        Merge SRC612: 09.11.00 - 14:01:00 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [0f8748de14a35c46f03b7314c859c041d8014fb5]

        Merge SRC612: 09.11.00 - 14:00:38 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [88ce2e5147016932c25d1063da4b3194c56b48a9]

        Merge SRC612: 11/09/00 - 14:00:14 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [c44c8dd52a0b38c1920c7f06bf760d16394099de]

        Merge SRC612: 09.11.00 - 13:59:36 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [f985689f4c88ea9427b89e6fd08d6191fc32c458]

        Merge SRC612: 09.11.00 - 13:59:02 (NoBranch)

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [d62da306242a8bca1a5e7f10feb9641c426b579a]

        Added bServer.

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [bc3368a06773865f42fd9ed60da2f1ba08a79143]

        SRC612

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [8cae8adb86fab90f8ecec1e996bd60e1d724aa73]

        Merge SRC612: 09.11.00 - 13:58:32 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [494a26dcc17bcff4f1f56ca4baed43426ab7fd11]

        Merge SRC612: 09.11.00 - 13:58:37 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [45e64200781edfd9b5b7d969070a99223126f2e0]

        Merge SRC612: 09.11.00 - 13:58:04 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [b514984fe019c27a962aa0b13b01ace70673f102]

        Merge SRC612: 09.11.00 - 13:56:23 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [d9f7b1e7f9404e8b31460b6df130cb91a0f3df36]

        Merge SRC612: 09.11.00 - 13:54:47 (NoBranch)

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [64894f4a31a671323c01f1007a371929e654119c]

        Replaced aUcbUrl with aPortalConnect, added bServer.

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [db7ac1b49cf840c14d5c4d88764d5bbd62202da1]

        Merge SRC612: 09.11.00 - 13:56:11 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [b943c6062644c53f89132b169fdcc58ebbae2858]

        Merge SRC612: 09.11.00 - 13:55:21 (NoBranch)

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [48eadeb6d3de062b29eac908ae080ebc694db9df]

        no usage of the SfxIniManager anymore - MUST change

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [e36c12cb4f9bcdbb69670fda945de32932049ddc]

        Merge SRC612: 09.11.00 - 13:54:35 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [c3e432d6dd41242ed9652f273a6588263b649511]

        Merge SRC612: 09.11.00 - 13:52:14 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [59fd63818f49aef3747addf8ee3f41a5405b83b1]

        Merge SRC612: 09.11.00 - 13:52:03 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [a7b990ce60e24105fa370d77dd5e5de2f7c29193]

        Merge SRC612: 09.11.00 - 13:52:12 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [b84a351c743541de7b569375c2cdf9cda856e825]

        Merge SRC612: 09.11.00 - 13:51:33 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [e581dee9687286859c2fed8f4b1f4598c4d0e09a]

        Merge SRC612: 09.11.00 - 13:51:04 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [96eea03693cf4e186cfe7a0fd2734cd7763246da]

        Merge SRC612: 09.11.00 - 13:51:03 (NoBranch)

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [90e625e805f18ac141dcafcf27ff06a850cb5d61]

        removed the includes for the SfxIniManager - MUST change

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [d8695cdbd2c581b291d5f98f3d4619e451ad5213]

        removed the includes for the SfxIniManager - MUST change

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [66c231a42d46f885ce2abc9eb088f54c88a7d8e9]

        Merge SRC612: 09.11.00 - 13:48:46 (NoBranch)

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [28d92a8f71075bb1456b230807f9e87bb3ff5b02]

        SRC612

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [8e4eb77ff088bf650d8f722265b873433142ca4f]

        Merge SRC612: 09.11.00 - 13:49:56 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [0cd9dab3ec1f34665c67788ac7d9875a12deb1ab]

        Merge SRC612: 09.11.00 - 13:48:01 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [b659e6c0eed9d3bb8b6c1b0ae85ea41caa5c0af6]

        Merge SRC612: 09.11.00 - 13:49:05 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [d11d40b102b9ce84d52ef2e720898bf8760731fa]

        Merge SRC612: 09.11.00 - 13:48:15 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [c9f2fdbb5f2c79c106cb5ff76e8d522fca96cb5f]

        Merge SRC612: 09.11.00 - 13:46:27 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [47d0f4ffe28675d077aa89ab38af4778602a2ec3]

        Merge SRC612: 09.11.00 - 13:45:24 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [78cb5a23636b55b707fb8d468a7fbaa334ca870b]

        Merge SRC612: 09.11.00 - 13:43:08 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [9f5cb97b4295a82ff50668ee8a6769886f0c9b7e]

        Merge SRC612: 09.11.00 - 13:42:42 (NoBranch)

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [cce45f66c0510bb9d25a59bfd4330ab721d13c07]

        Merge SRC612: 09.11.00 - 13:42:04 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [39798196c62f89243804080cb34eb86190a6e011]

        Merge SRC612: 09.11.00 - 13:41:27 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [9507f74a414645f10f0004a62b57067dd3135fc2]

        Merge SRC612: 09.11.00 - 13:41:03 (NoBranch)

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [b929aff2a4cb5f000e4ef7f6684df6d0c790e8e0]

        Merge SRC612: 09.11.00 - 13:40:41 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [a056625ca9c4e78d9467bdca2e067174e540a313]

        Merge SRC612: 09.11.00 - 13:40:07 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [e0407106bed0148f24a438f6fd470f8d1552ef8d]

        Merge SRC612: 09.11.00 - 13:40:06 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [6e903b6bb647a265f002f6912b83394b7ef497c5]

        Merge SRC612: 09.11.00 - 13:39:58 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [18c245f520803cb3687b856969dbafb95810afc9]

        Merge SRC612: 09.11.00 - 13:39:28 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [e186129bd5cdf6d4eff092d166094c570a8323b5]

        Merge SRC612: 09.11.00 - 13:39:24 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [011a9a46ec90df50690300a3f6d43444bbc7c421]

        Merge SRC612: 09.11.00 - 13:38:48 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [4f0119004b6856c8df410df81fc5a3558dbc45c4]

        Merge SRC612: 09.11.00 - 13:37:32 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [7aca3bff410149d0f0e628801c8ad98a4f22fe2b]

        Merge SRC612: 09.11.00 - 13:35:46 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [e3c3bf04ae2a6ba33d98ed3da2da694574b23e57]

        Merge SRC612: 09.11.00 - 13:32:04 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [9ed132dcb94e22308c06a5c2bf9986a0c8aff01c]

        Merge SRC612: 09.11.00 - 13:30:38 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [557a361d7a8b4f261b63f1a0efed606686d11978]

        Merge SRC612: 09.11.00 - 13:30:55 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [ea57263bbb972fb0e4a26c68350c90b8ed128ccc]

        Merge SRC612: 09.11.00 - 13:30:56 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [24a6be4baf75df62cf680da22dd9211568d1faa8]

        Merge SRC612: 09.11.00 - 13:30:20 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [94e0a3f429d42e3def73cec4741e7d71ee3f745d]

        Merge SRC612: 09.11.00 - 13:30:00 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [2883e489e000ad870bb48d2cf4808288c3f9ee6a]

        Merge SRC612: 09.11.00 - 13:29:38 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [aa2e4a9a431292386cf65a6268fef742c55cfb0a]

        Merge SRC612: 09.11.00 - 13:28:47 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [18f4a0b151395b611c79d8ae1cf1d2132e912d41]

        Merge SRC612: 09.11.00 - 13:28:33 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [95e03c2cead2a55d29276bc6973c8d3053661c9a]

        Merge SRC612: 09.11.00 - 13:28:04 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [9588425815cb29a398ebe1f886e509846d471c42]

        Merge SRC612: 09.11.00 - 13:27:13 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [b080867ba4c035f9224bef817556e7d943d4a42e]

        Merge SRC612: 09.11.00 - 13:26:03 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [8b3da80695a910225ce0114fd3974e7e03ff1707]

        Merge SRC612: 09.11.00 - 13:25:02 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [0135a32bd0d5f4c6aca940761cfa351fb5a2e0e2]

        Merge SRC612: 09.11.00 - 13:24:29 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [39e1be8f4b5add1fc391249aa8b600414d12f91d]

        Merge SRC612: 09.11.00 - 13:24:13 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [dbd23383388dabc9c516702105f78a238f853a2f]

        Merge SRC612: 09.11.00 - 13:23:57 (NoBranch)

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [608111c631b0a6e4406825ef480c6d4be746999b]

        Merge SRC612: 09.11.00 - 13:23:22 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [c5ba2eab8d1757979f9da16920d4e38c722f76e6]

        Merge SRC612: 09.11.00 - 13:22:12 (NoBranch)

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [aff4688b36c40f823a7dc06000e97aaf74c0ded0]

        Merge SRC612: 09.11.00 - 13:20:54 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [0f4e80ae9fbe713ea7b96c5b7d8c7c4a4cf145c2]

        Merge SRC612: 09.11.00 - 13:17:54 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [91a2403b7ac7548b71ef1a9695fde9cb269ad53b]

        Merge SRC612: 09.11.00 - 13:20:00 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [1044d80f3df3a74c55cf75b9aae682955d40f501]

        Merge SRC612: 09.11.00 - 13:18:25 (NoBranch)

2000-11-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ce59ff07efdb67d9a1431bd18d5a7ae1598ac24]

        moved stl include

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [a5f62f6ae6752e3cb2ae9e32a27b2f8789185852]

        Merge SRC612: 09.11.00 - 13:16:07 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [dfb54e6fe7d45950cfc509a2519b5768da0aaa8e]

        Merge SRC612: 09.11.00 - 13:15:28 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [d5341ab7d562f3f88bf76190cf7456af30261ab0]

        Merge SRC612: 09.11.00 - 13:14:08 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [204077917981dde5eb1c6b5febd990c74ca5d471]

        Merge SRC612: 09.11.00 - 13:12:50 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [c5099c6542652613ca1b2ed0ac40f01ae9b77fdb]

        Merge SRC612: 09.11.00 - 13:12:44 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [27da5d22df3100c47ed23b670d49e3cc53ee8de7]

        Merge SRC612: 09.11.00 - 13:11:49 (NoBranch)

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [1cc1bcdccb956e4dfda7a34b20f858fe8425f467]

        Merge SRC612: 09.11.00 - 13:11:39 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [79235b80a5ed390d51f82ca0ff4e6be2dde34911]

        Merge SRC612: 09.11.00 - 13:10:26 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [355634810d8b9b19637d4edeb5d29bc962ba4ff8]

        Merge SRC612: 09.11.00 - 13:08:00 (NoBranch)

2000-11-09  Christian Lippka  <cl@openoffice.org>  [eef321a88ab69d3ac614c861fa8381f14044e2d5]

        fixed include order for stl headers

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [0268af16ebfeaab7994b1d9d2f8bbd4a539ce6fe]

        Merge SRC612: 09.11.00 - 13:04:59 (NoBranch)

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [6effba7497d6316a8c3493da8f3183bd2b8bbb09]

        Merge SRC612: 09.11.00 - 13:04:51 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [3670aae63af7ecb6afb3566dac34721395d0ae38]

        Merge SRC612: 09.11.00 - 13:03:37 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [78eb38d04b837a9387c896b672c76eebb715e31d]

        Merge SRC612: 09.11.00 - 13:02:22 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [2e4c5d451eac17b3f63ec1f34888ad2de38ea4ff]

        Merge SRC612: 09.11.00 - 13:01:45 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [2f63dc58e0cbc0559367721ffaa12a2d43c27bc9]

        Merge SRC612: 09.11.00 - 13:01:23 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [c204801618b17153081856161692785ce604af24]

        Merge SRC612: 09.11.00 - 12:59:57 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [4c2a090df76e7be5f3c63706c18e6ad7f752e007]

        Merge SRC612: 09.11.00 - 12:59:38 (NoBranch)

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [576a42bf04f000875429c26522aed44dea768be4]

        Merge SRC612: 09.11.00 - 12:58:49 (NoBranch)

2000-11-09  Niklas Nebel  <nn@openoffice.org>  [2d2dd71afa42a8f61305356a5fec2c801476c21a]

        inimgr include removed

2000-11-09  Rüdiger Timm  <rt@openoffice.org>  [2f47faa74d7b44f0916f45efd045b0a0a284ec77]

        SRC612

2000-11-09  Andreas Martens  <ama@openoffice.org>  [ef17a9fc890e390a43a17979bb99feb93ad0ff1d]

        New: Ruby portion, formatting, adjustment, background, line/page break, rubyfont

2000-11-09  Andreas Martens  <ama@openoffice.org>  [d1ec40f1908cb6ec7fac66f9af01d178e4a447a6]

        Fix: Background for field portions with additional space, especally in ruby portions

2000-11-09  Andreas Martens  <ama@openoffice.org>  [8acbc2b70f5d7e7b0bb5efa62bbf0b0b9479038f]

        Chg: GetMultiAttr delivers the multiportion attribute and the end position of the multiportion

2000-11-09  Andreas Martens  <ama@openoffice.org>  [7aa8007446b12e19f9c26c9e729fc7fe9eb1ffb5]

        Opt/Fix: The new MakeRestPortion replaces old MakeRestPortion/GetRestPortion/GetFieldRest when a field or multiportion is broken by the line or page end

2000-11-09  Andreas Martens  <ama@openoffice.org>  [8aa553e1fff677455a2d7c76396a6ccb61d74376]

        Fix: Don't forget the background brush

2000-11-09  Oliver Specht  <os@openoffice.org>  [f6d4f3bb884354117e3e2830db7fd16ce6000ca9]

        ::createTextCursor: setting the cursor into hidden sections is allowed now

2000-11-09  Oliver Specht  <os@openoffice.org>  [acf6398b7ef1cf9c5c5fbf7a3ab467491f92adb9]

        invalid DBG_ERRORs removed

2000-11-09  Oliver Specht  <os@openoffice.org>  [78175c9c68f25fffdd2819d012976489e35ad235]

        LevelFormat property added to bibliography

2000-11-09  Oliver Specht  <os@openoffice.org>  [77b49969ef9234f9526ec3322425e3c98b4d1edb]

        Bibliography fields:  service id and property set info added

2000-11-09  Oliver Specht  <os@openoffice.org>  [6f048edcd8617ac7bb56c6ed912144ad2f3f0747]

        Bibliography fields:  service id added

2000-11-09  Ocke Janssen  <oj@openoffice.org>  [7a41de002dadaccb983235a1b69c4289726f73f4]

        use of dbconversion

2000-11-09  Oliver Bolte  <obo@openoffice.org>  [c666f5663f44e242bd485a6ebec4772a8da2a1e9]

        Without string include

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [0bef74a666d84640526adf8af8c61eac845fad99]

        forgot an include

2000-11-09  Kurt Zenker  <kz@openoffice.org>  [11af387afbf06e6272ab83014bd57d8f509b8ef0]

        chg. for min / max

2000-11-09  Oliver Bolte  <obo@openoffice.org>  [8e411678947094fa62b1126bfdbe0028a8cc3b59]

        Without string include

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [4e88234812e747681c12875ae4bac5429102bbbc]

        XInterceptorInfo for the FmXDispatchInterceptorImpl

2000-11-09  Andreas Schlüns  <as@openoffice.org>  [6f3d2d608daec58ce763c14ed17d1d7515b06376]

        MUST obsolete iniman.hxx

2000-11-09  Daniel Rentz  <dr@openoffice.org>  [994167120788c990e67b9db0df766277ed5fce82]

        chg: address/range converter routines

2000-11-09  Armin Weiss  <aw@openoffice.org>  [3a4d96e21b002810f10d1bc871964a1028c21fd1]

        #78210# switch off bForceTwoPixel when line draft mode

2000-11-09  Daniel Rentz  <dr@openoffice.org>  [5fa0864d7f60601c87d060ffecac803a1d654f92]

        add/chg: address/range converter routines

2000-11-09  Daniel Rentz  <dr@openoffice.org>  [c07d4c16d30dc5860c79eb0e1f2ce42192addd98]

        add/chg: address/range converter routines

2000-11-09  Stephan Bergmann  <sb@openoffice.org>  [1d8504f651fc8f734b8471a76aa099cedae4af88]

        Added INET_PROT_VND_SUN_STAR_WFS; fixed INetURLObject::setAbsURIRef() for INET_PROT_VND_SUN_STAR_HELP.

2000-11-09  Ocke Janssen  <oj@openoffice.org>  [c19ba9bc96fb8f729df1f4f9adaea945889f1270]

        make some corrections

2000-11-09  Ocke Janssen  <oj@openoffice.org>  [36a6ef083ada00236b975ea1b00b9799e69cc538]

        some new methods for db's

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [424427e8cfda1f7508cc87a62c0bf5e09a4d828a]

        +getListBox / +PreExpandHandler

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [a492b4191cac34f30b9b8525ac758994015b4439]

        now the controller is responsible for populating the tree model

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [c6b5ad33b05635ad1c52bdd5f30ec5851c6806f5]

        moved the responsibility for populating the model to the controller

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [bfe65940b8471a7abe05e2a6c8bb896bbfb372f3]

        getURLForId: let the URLTransformater parse the URL

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [39fc42d43cfa8b4add5c99cb462d655094d0c5b0]

        +m_xDatabaseContext,+populateTree,+initializeTreeModel,+OnExpandEntry

2000-11-09  Frank Schönheit  <fs@openoffice.org>  [5a66326fc5e264aefd8791e8aa6ace99e4ead35f]

        connectWithCompletion: don't remember the password if building the connection failed / reset the password if setting a user name

2000-11-08  Sven Jacobi  <sj@openoffice.org>  [32a47d5811f473c68692538433aeb835c53bd9d1]

        improved export of controls to ppt

2000-11-08  Sander Vesik  <svesik@openoffice.org>  [1fa9b01f08d6434c4e616ece0c0944592156eec8]

        Add NetBSD support. Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [b4a43f25729bdb27458a3963d2a46f07f0332964]

        corrected the initial setting of the SQLExceptionInfo

2000-11-08  Sander Vesik  <svesik@openoffice.org>  [4b442fd65a9c940ff36c09b256be34650a800f43]

        Add NetBSD support. Contributed by: Michael Rauch <mrauch-openoffice@fs.tum.de>

2000-11-08  Mathias Bauer  <mba@openoffice.org>  [bd2d3b80ac6486282830796d67113e70131dc40e]

        Use new UCB based URL conversions

2000-11-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [086bb53bbd2235624baf94f7be3190813f108ec3]

        don't prefix your own project

2000-11-08  Eike Rathke  <er@openoffice.org>  [362bbef46502c79623172d5e654ee1f3955cc8c6]

        add: calendar API

2000-11-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c2de98322e1fc424c5ca398b9d45facddc30c9ac]

        don't prefix your own project

2000-11-08  Eike Rathke  <er@openoffice.org>  [79c1e5c73fc52678e7e90a71fbb3cad70c88d88b]

        calendar API

2000-11-08  Gregor Hartmann  <gh@openoffice.org>  [6173e8422a347cee774d6f642502643e2907e4cd]

        assertion when module cannot be loaded

2000-11-08  Eike Rathke  <er@openoffice.org>  [7bb63d33cb18590ff7d3116412705f2b4b95f41d]

        splitted off Calendar and CalendarItem

2000-11-08  Armin Weiss  <aw@openoffice.org>  [b70dd55811eb8577fa05063fb061afb7c4f1a80d]

        #80008# circ kind was set using SdrCircKindItem before this was set in SdrCircObj::ForceDefaultAttr()

2000-11-08  Martin Gallwey  <mtg@openoffice.org>  [5caabcc3271ff54ac13cbe310e73d25dd0fd364b]

        Added csspackage

2000-11-08  Oliver Bolte  <obo@openoffice.org>  [d10f094dbc6d26551dd935263cc5f1d1ed9b9f4b]

        staticmbatom.obj included for macosx

2000-11-08  Armin Weiss  <aw@openoffice.org>  [950f1bc8260a2f1fd1caaa9ace63b8c64fd5d771]

        #79977# activation of transparence gradient was wrong with new itemsets

2000-11-08  Sander Vesik  <svesik@openoffice.org>  [4493c74c9004609478f509c7ef3daf7bdcb893ab]

        Add NetBSD support

2000-11-08  Christian Lippka  <cl@openoffice.org>  [43d997eac9a913448fabd0e0ee70bd5a9aaf38c2]

        fixed merge problem

2000-11-08  Kai Ahrens  <ka@openoffice.org>  [2567ae995d84c161ea5a513fee76407500351265]

        replaced XOutBitmap::GetBitmapFromGraphic with Graphic::GetBitmap

2000-11-08  Sander Vesik  <svesik@openoffice.org>  [2683141b86a7c5ed8fc64e98c66bfffb74598b5d]

        Merge freebsd fupport back in

2000-11-08  Michael Hönnig  <mi@openoffice.org>  [3464411a30b06fa6cf31ed63834764cd82411f96]

        udkapi-rdb now named 'udkapi' instead of 'applicat

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [446c260a2ffd04e147b4a2d8f2e36e780156cb43]

        column location corrected

2000-11-08  Michael Hönnig  <mi@openoffice.org>  [218fb1e2b686e2a7cce76c7577a570fa12eafd27]

        rdb now named 'udkapi' instead of 'applicat

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [7b832cc66a0cbec17e956d83d0c5d8a24d0b949f]

        added XCompletedConnection

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [fb32a5c27de46ee548f50bbb5a7388b42bd11128]

        added support for 'session-persistent' data source properties, i.e. the password

2000-11-08  jp  <jp@openoffice.org>  [5b170b24ff344899a38518d51df1703cc002aa87]

        overread correct count unicode dummy characters

2000-11-08  jp  <jp@openoffice.org>  [bc15a7d1d0394657362e898584997178be50bd20]

        ReadInfo: brackets in text are allowed

2000-11-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9574dc9061931fec2f35613069e5c6a45491cfb3]

        don't prefix your own project

2000-11-08  Oliver Bolte  <obo@openoffice.org>  [7137333bb6f79488199335ff6f3fb8157e25afb4]

        staticmbinteraction.cxx for mac port added (static data member)

2000-11-08  Juergen Schmidt  <jsc@openoffice.org>  [c0f408517f1c6bdf2af965aa7c0455bc7755d608]

        new

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [2544080cc1d46fee922e686cdae223df928475ea]

        release_ChildImpl: do not dispose if bInDispose

2000-11-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [25c3b9cb0eeaec715976584566dc497da72f3fc9]

        don't prefix your own project

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [727f992e1e2dc45d8603a03d9a980b1bbb3731e9]

        composeTableName corrected

2000-11-08  Oliver Specht  <os@openoffice.org>  [13061703cf3ea7ffef2ed7d2de97821144f4f559]

        #80089# SwXParagraph::getPropertyValue: don't get empty SfxItemSet

2000-11-08  Stephan Bergmann  <sb@openoffice.org>  [12ac3c5b8989bd37ca649d34630b3676cc8da570]

        Added INET_PROT_VND_SUN_STAR_HELP; fixed INetURLObject::setPath().

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [ba001fe5e4eb5d0099fdd6164d9a8960950d5a7d]

        releaseBuffer - correclty delete the buffers

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [f8385b2e5afefebedd030fc8c4c0ff0dccec11db]

        close calls base class' close

2000-11-08  Sander Vesik  <svesik@openoffice.org>  [9679d2f7c2cca233607c2eb143af2c13f6c643ca]

        Add missing dependencies

2000-11-08  Michael Hönnig  <mi@openoffice.org>  [3a4592f8a04b65f1b388f1fe8af3c199e808bc78]

        new files taken from api

2000-11-08  Oliver Specht  <os@openoffice.org>  [ddf10fd1f85f24ae6a6e587a0fe11b4812ee66f3]

        #80121# createTextCursor in frames: skip tables

2000-11-08  Andreas Schlüns  <as@openoffice.org>  [a041e12d6d7238ba6050a491e00970c65b7c0801]

        handle empty lists right!

2000-11-08  jp  <jp@openoffice.org>  [5590420f302d12a4c7444fe8f0adf2a15f5c5e96]

        remove isDocument call on UCB direct and exception handling

2000-11-08  Daniel Vogelheim  <dvo@openoffice.org>  [708f35ee6976d28ca7e6615d580cddf8d1d34921]

        - fixed: dde-connections (office:namespace, and correct use of topic, application) - fixed: hidden text field crashed on im- and export (#80099#)

2000-11-08  Andreas Schlüns  <as@openoffice.org>  [c0bffa1da9de45ec4e55b8cf399189bc6119e49a]

        MUST obsolete soffice.ini / SfxIniManager ...

2000-11-08  Ocke Janssen  <oj@openoffice.org>  [72db3b597add2f3ee14f5e106ddd317eb70ae9c0]

        getName overload

2000-11-08  Kurt Zenker  <kz@openoffice.org>  [850f8fc9ff98d521873b7a7f750eb9def5a0de9c]

        SRC612

2000-11-08  Ocke Janssen  <oj@openoffice.org>  [20cb819b1402457b425a3421cda2dc1a60bdb6c0]

        rename one method

2000-11-08  Ocke Janssen  <oj@openoffice.org>  [c42cd35af1d67dd98c071b3c3aa93cc69d156ccb]

        use getTableName instead of getName

2000-11-08  Daniel Rentz  <dr@openoffice.org>  [5aa0aa782b2315bd2e3a8ef60f2494fb729883d4]

        add: table:detective

2000-11-08  Kai Sommerfeld  <kso@openoffice.org>  [5eec834a23b48f89496224a324b1792a53419371]

        Added: method isFolder( ... XCommandEnvironment )

2000-11-08  Daniel Rentz  <dr@openoffice.org>  [68024e82e2aa178ebef6110f82cc4ea5917ec317]

        add: keywords for table:detective

2000-11-08  Oliver Specht  <os@openoffice.org>  [853e05ca8442a535641c3fde1d46d8991ec4da42]

        #80109# footnote+endnote properties added,interface XPropertyState added

2000-11-08  Stephan Bergmann  <sb@openoffice.org>  [5a2a1efa975af6d0364db314228af5adae18abce]

        Fixed bug occuring when SvtInetOptions::Impl() is destroyed and newly created.

2000-11-08  Philipp Lohmann  <pl@openoffice.org>  [2fc7171e25df06cf8dfc1ef6620eafdc7f4f95e3]

        Config moved from vcl to tools project

2000-11-08  Philipp Lohmann  <pl@openoffice.org>  [bcbf2f4239549449bc750b9a314fb0e0a409c36a]

        config moved to tools project

2000-11-08  Juergen Schmidt  <jsc@openoffice.org>  [a8761066ba5cb7541188c89228c70f8420d7ed79]

        remove generation of java files from idl

2000-11-08  Juergen Schmidt  <jsc@openoffice.org>  [1a9ded987297c73ad4a51f0847b2bb41e80240f8]

        insert dependency of ridl.jar

2000-11-08  Daniel Rentz  <dr@openoffice.org>  [c35144700a303c46050bdac92708b9f8320ad75d]

        chg: improved export cell iterator

2000-11-08  Juergen Schmidt  <jsc@openoffice.org>  [3f4a502e5e139b40d817f3a228cab42679d32864]

        remove generation of idl types because jut depends now on ridl.jar which contains all types of udkapi

2000-11-08  Oliver Specht  <os@openoffice.org>  [a8d61cb8cab366f2f719fd82e0595226b11c24e5]

        expression fields: set correct separator in edit mode

2000-11-08  Michael Hönnig  <mi@openoffice.org>  [085b436395aa7b42a0d6e2ccc1abc536b69ee3a2]

        moved from api

2000-11-08  Oliver Specht  <os@openoffice.org>  [6115f26201b6488754031f714ac951649195f5fb]

        #76423# programmatic names for initially created sequence fields

2000-11-08  Oliver Specht  <os@openoffice.org>  [183e87ed97e5b26e9bcaea9c4e7c9ab33114c254]

        #80109# footnote+endnote properties added,interface XPropertyState added

2000-11-08  Christian Lippka  <cl@openoffice.org>  [c62030f185e249461e71d80b635b103f4c058484]

        fixed temporary binary export

2000-11-08  Christian Lippka  <cl@openoffice.org>  [626d99c7875d9ad69e1104370b4090441dfd1486]

        removed pkgurl.hxx

2000-11-08  Christian Lippka  <cl@openoffice.org>  [c89268d8838b40af2393669d0cae7222da0326c5]

        fixed a bug in impress style export

2000-11-08  Michael Hönnig  <mi@openoffice.org>  [966f56c4fa2f7dcb3e0cde287b87dfb13fb05153]

        moved from api

2000-11-08  Christian Lippka  <cl@openoffice.org>  [91bd75bf95fff861f55c10873eecf61c075651e1]

        catch exceptions resulting from setting a graphics url

2000-11-08  Christian Lippka  <cl@openoffice.org>  [846ebe1a7e3bd122298f294f095fa3aacaa42b81]

        added page background fillings

2000-11-08  Oliver Specht  <os@openoffice.org>  [f143da9c63a1a0b2c573139f11044b195522d44a]

        #80109# footnote+endnote properties added,interface XPropertyState added

2000-11-08  Christian Lippka  <cl@openoffice.org>  [f9c3a34c4f9bfcc0e7ad1481d5ff73e6fac01d8b]

        fixed export of presentation styles

2000-11-08  Kai Ahrens  <ka@openoffice.org>  [dbf4ae631c774fbd55b4521e4e11bb7a2b610ad1]

        added stretch effects

2000-11-08  Christian Lippka  <cl@openoffice.org>  [4940b639692aa7bf8a3b4416e8637354300eb583]

        removed pkgurl.cxx

2000-11-08  Kurt Zenker  <kz@openoffice.org>  [712cd3667c0608e08955013be5e87e3dae7bdf4c]

        SRC612

2000-11-08  Christian Lippka  <cl@openoffice.org>  [62ef5b8487b62eec519b8b7fda6e157293ef8a2c]

        added pkgurl.cxx and PropertySetMerger.cxx

2000-11-08  Kai Ahrens  <ka@openoffice.org>  [fd9f178bc03e0f4357eb9ea925b3b5c1651ba852]

        must changes (file access)

2000-11-08  Christian Lippka  <cl@openoffice.org>  [3d919a7eba46f8e2f78a0484bda75faf31e54997]

        added new class to access two XPropertySet components as one

2000-11-08  Christian Lippka  <cl@openoffice.org>  [6132debeb84bc15b50d6132cf3010e7ba8017c9b]

        use SfxMedium to load remote images

2000-11-08  Christian Lippka  <cl@openoffice.org>  [8b1500055a012c03b21f9252dae4c40f6abe5788]

        allow creation without SdrObject

2000-11-08  Oliver Specht  <os@openoffice.org>  [7d8d135bc4543397ed642bdbfaf41bcd4ae3c487]

        GetPoolId now static

2000-11-08  Christian Lippka  <cl@openoffice.org>  [5abb69a867709a8662aa38b62f219d3699336c18]

        fixed name for subtitle shape and setting of empty background prop.

2000-11-08  Christian Lippka  <cl@openoffice.org>  [389ffd8a1e316d63a9fdbe7eb776a83bb44745bb]

        fixed clearing of text from empty presentation objects

2000-11-08  Michael Brauer  <mib@openoffice.org>  [28ecf2f2d43bd1213c9ff1850805bef8e7dd7d44]

        #79923#: Avoide zero byte at end of XML attribute value for shaddow item

2000-11-08  Christian Lippka  <cl@openoffice.org>  [d5ae9ac96df32a742abd5ffa7511680541909aa3]

        added com.sun.star.drawing.Background to XMultiServiceFactory

2000-11-08  Oliver Specht  <os@openoffice.org>  [1536920fc7dc3d32ca5b40bf3be0b2ed7f85ee2a]

        SwFmtINet::PutValue: set PoolId

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [49a5a4b9cd5cc7ae42e99a52f5f8b9839202599d]

        set the account only the the requests states that there is an account ...

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [e03f3cb068d940de03267b8dad70a877e572b5cb]

        set boundParams to NULL upon construction

2000-11-08  Malte Timmermann  <mt@openoffice.org>  [f43e9bcf0791700527deade64cc8f02d78d814a4]

        IME: Show/HideCursor

2000-11-08  Malte Timmermann  <mt@openoffice.org>  [85b53c7ea8ab98c7c4b2926865bfdf58c8ce0621]

        Changed to new IME intrface

2000-11-08  Michael Brauer  <mib@openoffice.org>  [4f503cb5cceda2cd2a1ff234305258d93434df10]

        #79581#: Pasring CSS1 properties works again

2000-11-08  Kay Ramme  <kr@openoffice.org>  [26c4ca5a48bc6984f8fd91e0c2c20656ff783a67]

        fixed: missing typeinfo for empty interfaces

2000-11-08  Kai Ahrens  <ka@openoffice.org>  [ee65241bdc109cfbada5255de525cc34600ac53d]

        must changes (file access)

2000-11-08  Rüdiger Timm  <rt@openoffice.org>  [2d419979ff3d31d08e19798c74cb4e14f239aae8]

        #65293#: missed the migration unotools->comphelper/connectivity

2000-11-08  Michael Hönnig  <mi@openoffice.org>  [4271cf7e5b7924eb01068c14b82f02d70fdf318c]

        moved from api

2000-11-08  Jörg Barfurth  <jb@openoffice.org>  [b04af17a4ef734572502efde897b38eef5837b37]

        Minor patches to fix unxsols2 build

2000-11-08  Michael Brauer  <mib@openoffice.org>  [ff3740ad33ab78302f9a4b27d18bb20f7a806b96]

        #80013#: Importing sub tables resulted in GPF

2000-11-08  Daniel Boelzle  <dbo@openoffice.org>  [f46f30798156164d640104bd2aa4a81b8652800a]

        minor CPLD_ACCESSPATH

2000-11-08  Daniel Boelzle  <dbo@openoffice.org>  [415651ce234e669b0e421d6b251a00e2aeb73192]

        ORealDynamicLoader scratched out

2000-11-08  Ocke Janssen  <oj@openoffice.org>  [d317414a3de774add4c02e87f7c118f6311aa2a8]

        forget assignment of return value

2000-11-08  Frank Schönheit  <fs@openoffice.org>  [3a8badaa5c9d33f398c17db04202ed9e906fe004]

        service names changed

2000-11-08  Malte Timmermann  <mt@openoffice.org>  [b793f2ae016eb56b1632612acbd87c5d7aea0b30]

        EXTTEXTINPUT_ATTR_HALFTONE

2000-11-08  Malte Timmermann  <mt@openoffice.org>  [a734122d86cc0e1c3efafc6b838d7bdc02fc98d8]

        Changed to new IME intrface

2000-11-07  Eike Rathke  <er@openoffice.org>  [e0a306f25bac373b8c70b5f003ab1c6ab11af6d8]

        moved from api

2000-11-07  Frank Schönheit  <fs@openoffice.org>  [fd559363c9ab886dcd5d8857c1eaf1952d9833c7]

        imp_CreateControl now overwrites the base class method, again (removed the wrong first parameter)

2000-11-07  Frank Schönheit  <fs@openoffice.org>  [b5fa50c7c2a9cee575ff525bbe9bd35196b10c35]

        +getURLforId

2000-11-07  Frank Schönheit  <fs@openoffice.org>  [ecc2f350bf65799322ff8dd49ed4d32fe8100ed4]

        new implementations for the special browser slots (InsertContent/InsertColumns/FormLetter

2000-11-07  Frank Schönheit  <fs@openoffice.org>  [fea0ac90db7cb962f67ed2afac353781ec5e367a]

        renamed the SBA_BRW_* id substitutes / +getURLforId

2000-11-07  Malte Timmermann  <mt@openoffice.org>  [6236d957e2d06b58f11aaa8cb4859ac0db7a5a83]

        More changes for CJK: IME and Language

2000-11-07  Frank Schönheit  <fs@openoffice.org>  [ad7d43432be5057ae10ae58190f349af16c3527b]

        allow the standard formatter to use the service factory

2000-11-07  Frank Schönheit  <fs@openoffice.org>  [c83aca8305216db6784e2254f7e54b66448af7dc]

        use the service factory given in the ctor when creating the number formatter

2000-11-07  Frank Schönheit  <fs@openoffice.org>  [bf4375dd5631975909de72e57787b69e12d151df]

        type

2000-11-07  Frank Schönheit  <fs@openoffice.org>  [b23d5cb4f3a37de0530aaefbc31cbac5f9e8f2f3]

        OPrivate*: use clear_NoDispose instead of not calling the base class' disposing

2000-11-07  Frank Schönheit  <fs@openoffice.org>  [ea0cdbf82295af1c1bd59a7f59b4c05e43401dbb]

        +clear_NoDispose

2000-11-07  Kurt Zenker  <kz@openoffice.org>  [1659da7d1aca23d0de4a479938fff195d7dac857]

        add. COMPHELPERLIB

2000-11-07  Kai Ahrens  <ka@openoffice.org>  [44653449c0dfcd3e8c3869801a371cadb1792a8d]

        must changes (File access)

2000-11-07  Mathias Bauer  <mba@openoffice.org>  [0db1eddad9285dcc12f756c2be47c7ebda88e56c]

        #80097#: removeEventListener with correct URL

2000-11-07  Mathias Bauer  <mba@openoffice.org>  [a5f41c6ff104089b558395d74a29d0e833e2c86d]

        #80097#: set correct DispatchProvider on Bindings

2000-11-07  Michael Hönnig  <mi@openoffice.org>  [df75d7dfd4f617f552e6f2775ac0859f0ad5b270]

        only modules from here

2000-11-07  oisin  <oisin@openoffice.org>  [8b3fa13979d4ac3267256a3e4b5cf5e01f1ed68c]

        Tru64 support. Contributed by: Joel Martin <joelm@zk3.dec.com>

2000-11-07  Sascha Ballach  <sab@openoffice.org>  [620d508194d98be0daf57bfdbfe0f1624bbd0ca9]

        must changes of Michael Brauer (XMLPropertySetMapper, SvXMLExportPropertySetMapper and SvXMLImportPropertySetMapper)

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d17ae62d178a358757bba75f37b26dfd57ab568]

        #65293#: unotools->comphelper,connectivity

2000-11-07  Sven Jacobi  <sj@openoffice.org>  [19619c80a1fa2aae427ff55faade3fd79e1a5533]

        processing FilterOption flags

2000-11-07  Kai Sommerfeld  <kso@openoffice.org>  [b71d669020dbf02d95911274dd1ec4eb553f1c76]

        Changed: PROPFIND on demand only, not in content/resultset ctor.

2000-11-07  Andreas Schlüns  <as@openoffice.org>  [7e6ded5098c6e66941f8d9d9b387b58a721fc793]

        add missing SetSmtpServerName method

2000-11-07  Frank Schönheit  <fs@openoffice.org>  [f1d74aaaf71ff920b8d5dda3c680c599b5290054]

        'no table filter' is indicated by a length-1-sequence containing '', not an empty sequence

2000-11-07  Oliver Braun  <obr@openoffice.org>  [57b75b0f27e7ec75e9e3d5466995b31e31beb25b]

        removed ChannelConnection

2000-11-07  Kai Ahrens  <ka@openoffice.org>  [937c41a272e3f741f6b100534af790685bdc993e]

        detect VCLMTF correctly (don't skip first two bytes

2000-11-07  Daniel Boelzle  <dbo@openoffice.org>  [38974aeef6dfaa1c625cf5498ec553489dd08c87]

        added library loading limitation by using env variable CPLD_ACCESSPATH=path1;path2; etc.

2000-11-07  Jörg Barfurth  <jb@openoffice.org>  [c3fb86eac70f3496429e8cb2edd86e05390fffba]

        added the new api layer and model (api2/treemgr)

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8a30360a9a75f0914d474f7b5326b0d4923693a]

        #65293#: includes

2000-11-07  Oliver Specht  <os@openoffice.org>  [1f7efe6fde9f0b4fb555fdee13c80aa07947c15b]

        Dispatch interface for database component

2000-11-07  Jörg Barfurth  <jb@openoffice.org>  [389d73da4b87a4c0656432bfa3bfbde51c2e637c]

        Integrate the new API layer

2000-11-07  Oliver Specht  <os@openoffice.org>  [dd427f691cfd38f2f5089df119d352bb3e28e6f6]

        new file: unodispatch.cxx

2000-11-07  Jörg Barfurth  <jb@openoffice.org>  [57188b3c2e7e391ef3c167e26eee662ba977c7ea]

        New API layer for configmgr - Initial revision

2000-11-07  Jörg Barfurth  <jb@openoffice.org>  [be563c7d1ff113a175446105950c1b543f484eb8]

        Model layer for new API - Initial revision

2000-11-07  Kurt Zenker  <kz@openoffice.org>  [370e98d7c2b63c0655d28fed1114e376a307476e]

        SRC612

2000-11-07  Kurt Zenker  <kz@openoffice.org>  [9f415801c2ea251c9a83ab7364ad6fdad8b0348c]

        UNOTOOLSLIB is still needed

2000-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ce5ce15038fbbb8ec98fb2dbaa722def37238648]

        use min/max from stl

2000-11-07  Michael Brauer  <mib@openoffice.org>  [94e5b59cf841026e48cb3b0a38df885914d969f2]

        shape import/export, remoce core api code

2000-11-07  Gregor Hartmann  <gh@openoffice.org>  [3fbef44e061f5bcf7e06718988adf3dcbdca1cd4]

        better handling of runtime error

2000-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [938bb7fde8e6b02794d326f4d83926b39eb29105]

        use min/max from stl

2000-11-07  Michael Brauer  <mib@openoffice.org>  [b5fc47fe5c2892dd712e2bda922656eacbd932f1]

        shape import and export for text documents

2000-11-07  Ocke Janssen  <oj@openoffice.org>  [aa841ce0e4fb3e83c7bcccc541447def18e14e75]

        XML locale identifier _ -

2000-11-07  Ocke Janssen  <oj@openoffice.org>  [1b12a888fd5eaacde6e3a88efac815c4eaba8d83]

        read one row forward because of isLast

2000-11-07  Ocke Janssen  <oj@openoffice.org>  [ef01c02a0bdcb581f6d0a2f2bbd74947cb2a2ad2]

        change some base classes to template classes

2000-11-07  Ocke Janssen  <oj@openoffice.org>  [f7af35046d81d906655fe341a748fca0410f79b1]

        correct getValue in >>=

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fcb7ac37c23b018ece6225dc99499bd0b4b2794]

        #65293#: disambiguate cppu

2000-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [59fa7888cbe4dfdd3dd6fbe2526b84c5396fef3f]

        use min/max from stl

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bcaf7b1a7d8e6abb1aae205690d22ee434608bc]

        #65293#: unotools->comphelper

2000-11-07  Armin Weiss  <aw@openoffice.org>  [e5792a543882192de16a919c2613aec528fcabb7]

        3D values which were members of the 3D objects before are implemented als items now. Some corrections and fixes for the prior change from SetItems to ItemSets.

2000-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [07ba8966ca350bab1b7577b070732d56ab7961dd]

        use min/max from stl

2000-11-07  Ocke Janssen  <oj@openoffice.org>  [34ab32ed9007910842c06bd45a339dfe44d3cb7b]

        some sun compiler things

2000-11-07  Kai Ahrens  <ka@openoffice.org>  [812c133799be28702e646cc2fb24df94bab289ea]

        must changes (File access)

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff93d20f283e28146524c00d99a516884ab0dfa5]

        #65293#: broken line ends

2000-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a076e68d0be34ad949fbacb9864b06be267ba49d]

        use min/max from stl

2000-11-07  Stephan Bergmann  <sb@openoffice.org>  [35a563ea08efa56e9e867438135439790e79d0b7]

        Added SvtInetOptions::add/removePropertiesChangeListener().

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e618e00bd4b69b1cc39a51da1bd55c9cc1dc430]

        #65293#: includes

2000-11-07  Kay Ramme  <kr@openoffice.org>  [2e34d378f93f35e476f72772685ffefef5c061b2]

        disabled the settings of signers at generated classes, cause it kills netscape

2000-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7a909ecb83cb086395f1e69a574ad8d05b7170d6]

        use min/max from stl

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca61b79e26bc3b418514936b88034d0be4b0879f]

        #65293#: unotools -> comphelper

2000-11-07  Ocke Janssen  <oj@openoffice.org>  [46983e2ca0d55e4613a6258b1f7b6d1bd61e4495]

        remeber tables before the iterator is reset

2000-11-07  Andreas Schlüns  <as@openoffice.org>  [ccd01718ab6220b14585290b4b79f5cd3bba097a]

        change identifier for exported property names and use right namespace on it

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [61298efe1c437afdc6fae56b9f1d90aaf1ce4963]

        #65293#: syntax

2000-11-07  Tom Verbeek  <tv@openoffice.org>  [2eda20d931428c9e40446a98a60f6be71add9afa]

        #78370# support for new/webtop

2000-11-07  Kurt Zenker  <kz@openoffice.org>  [d72805bb0b45dcbc7224840099889ae38eba49a5]

        new STL 4.00

2000-11-07  Oliver Bolte  <obo@openoffice.org>  [cee5382341cb152b445d22766f9fac93487acf46]

        Linux: compile app.obj with exceptionflag

2000-11-07  Oliver Specht  <os@openoffice.org>  [7852a02bf38fd13ce12be0672708dcbbae7e8888]

        #76423# programmatic names for index title

2000-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8e240f7ad574289db04d3a4bba03e7f8802902f5]

        use min/max from stl

2000-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e8984e071a4da32aa964461cc6d19fedaf3a682]

        use min/max from stl

2000-11-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2b8a1d703325b27f4908237eee4fd20aec8d63ce]

        include

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e3e89f4930365a811ec960211c885a738824de2]

        #65293#: removed some libs

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c599b5038b564c88844d9a313dbf2b043cc9bb2]

        #65293#: unotools/componentfactory -> comphelper/componentfactory

2000-11-07  jp  <jp@openoffice.org>  [7d7bcb8609d8c95d66478bff87796a61257e2764]

        should changes: SetSeriesAddresses

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [17eb1e7177aee312f64a46ac23652c4ca7d1f69e]

        #65393#: componentfactory migrated to comphelper

2000-11-07  Oliver Specht  <os@openoffice.org>  [20becce7800d426a1bca6c64a0dbb52c6ae0bdd9]

        #76423# programmatic names for initially created sequence fields

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [12ea9f594a55d1ed63cbaa9dd35492d51b59c0be]

        #65293#: <comphelper/uno3>

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [da774193171c1e100c881c0301fd33382b5ab0de]

        #65293#: typo

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c23e6959a2dfd45d904308e5c7dfe456408a652]

        #65293#: moved some stuff to comphelper

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e032adaa6dc512547b0564111aac3d1dcc312384]

        #65293#: moved to comphelper

2000-11-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [27d25c388dcbd4f0897d94e15489c4e08a885888]

        #65293#: several files moved to comphelper

2000-11-07  Peter Burow  <pb@openoffice.org>  [6711623abc0ba9bf443548dd6d38f52cff948da4]

        chg: locale with '-' instead of '_'

2000-11-06  th  <th@openoffice.org>  [13d1ba0e9e53ecf22d81af4426c98ed29c49d52c]

        NewInputContext() updates now the context only, if there are any changes

2000-11-06  th  <th@openoffice.org>  [257c2288aa98a61ab85a14486d39dc478f570ad9]

        SetInputContext set now the correct font

2000-11-06  th  <th@openoffice.org>  [0990f15b7d749c72ab08890dfe5ae85c2e4b8480]

        Cleanup for src613

2000-11-06  th  <th@openoffice.org>  [247f2830c4e55263e72b793705fc8f6fe376a968]

        Cleanup for src613 (SetExtTextInputPos... removed)

2000-11-06  th  <th@openoffice.org>  [156b7332c5145eea01d9b3d31f4d2c2f87ad1e94]

        some other CJK input bugs fixed for Chinese Input on Windows 2000

2000-11-06  th  <th@openoffice.org>  [30b4bb3ce80aa0696250568c59d701bdeede642d]

        add support for vertical writing

2000-11-06  th  <th@openoffice.org>  [cb459fdd769b7d1d843150824aa7e55be55599c7]

        correct previous changes

2000-11-06  th  <th@openoffice.org>  [c53cee814c4d08a9f3c949a6ab2a7ea125f49146]

        vertical Textoutput

2000-11-06  th  <th@openoffice.org>  [6fff78d0ecd3d99ffe4d275f819aebc79cec1c75]

        final changes for CJK input (kompatible)

2000-11-06  th  <th@openoffice.org>  [3e0e8b9073180feb6184f6b49e4df12774210606]

        make final changes for CJK input

2000-11-06  th  <th@openoffice.org>  [aedb0d55dc7a333d5796573f34ee56cc7dc7916f]

        USHORT -> xub_StrLen

2000-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d6c51dd1bad3ec103868cefdeca0c468751aa2f8]

        use min/max from stl

2000-11-06  jp  <jp@openoffice.org>  [da72d9af1eefec13f12d61a469caeeaf9c04ddc6]

        Implementation of SwpHints::GetLang moved into SwNode::GetLang and use correct ScriptType

2000-11-06  jp  <jp@openoffice.org>  [9760cfc3ce6e15a4ef3de9b6dab89eafd5eafa78]

        method GetLang removed

2000-11-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [23d2691b83e54f7922ffcb235746becfb1cf7525]

        #65293#: <stdarg.h> -> <cstdarg>

2000-11-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7e67a925f2be9a8dd8b42d9048ad4521c6dd873]

        #65293#: undid last change

2000-11-06  Niklas Nebel  <nn@openoffice.org>  [6b0202ad47e85b30a71e3a54a9bd2a273a9a1892]

        GetDetectiveObjectType

2000-11-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dc262e0fb0597543e49f39fb08cbf2227d24565]

        #65293#: <cstdarg> -> <stdarg.h>

2000-11-06  jp  <jp@openoffice.org>  [6589dffc4a5b4fb6b3832e70b22d860295b48a90]

        SwpHints:Insert: use DontMergeAttr flag correct

2000-11-06  Mathias Bauer  <mba@openoffice.org>  [b10eeab7080742252220d509f329d70906398a26]

        #78581#: WebDAV workaround removed

2000-11-06  Mathias Bauer  <mba@openoffice.org>  [3fd3f0df42a41eed9768d4526a3e6c4d9ac0feff]

        #79592#: no redirect filters anymore

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [dd3054f9d9c80bbdcc5e5cfc0acdaedbb94a8420]

        minor fixes when dispatchin the data source URL

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [4aa9ace5d0cc1d03efdc826d94c169176c4ff39b]

        connect: throw an SQLException instead of a RuntimeException

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [e3d60af404f7654abdad5c9aa04cd4fbd9ad9f5b]

        forgot a property attribute in ctor

2000-11-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5c42af988276a1c4bee30d8035f36649035ac0d]

        #65293#: STLport-4.0

2000-11-06  Sascha Ballach  <sab@openoffice.org>  [f7cfd389b89914c6c348374605a9939bebde0852]

        catch exception if the name of the new table isn't correct

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [e5fa96bfadbb3a3329dee7ab5796acb9b904bda7]

        Content->Show after constructing the view

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [b2644542e22e0b6a010dd1caba40328ef8053e0b]

        minor rearrangements in the clean-up process

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [37a0ebd850e9ae6bf71fcf77c9b70450f7197847]

        opening a tables node is somewhat more error-prone now

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [20862a25b6e14a6eba22521df6719d54baf1eef7]

        typo

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [1d803f8cbdc66dd059a82d41a0bd999e613ceff3]

        nminor changes

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [98c22d3029b868a6c76c1ce50f929162f8de2bd6]

        overload dispose - reset the tree view, delete the model

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [2de761edbc0b0bf50291b5c8d79e5f8462995027]

        overload dispose

2000-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9d0c2ea759cd77889bdb07a4534d636f1f979792]

        use min/max from stl

2000-11-06  Sven Jacobi  <sj@openoffice.org>  [542b50c913618e6ebd43a8e700c4163cf610416f]

        CheckForConvertToSOObj is now member of SvxMSDffManager

2000-11-06  Dirk Grobler  <dg@openoffice.org>  [49eb8779fb4010c38056b6e4723f78aa6d9378a5]

        new package Dialogs

2000-11-06  Kai Ahrens  <ka@openoffice.org>  [f24be1b7cf5680131b7ecef498a061e24a15e60e]

        get RelPath/UserPath via INetURLObject

2000-11-06  Juergen Schmidt  <jsc@openoffice.org>  [59828e3ef090d2adf2f2df7290d2e9487c6dfbca]

        change default constructor of exceptions

2000-11-06  Juergen Schmidt  <jsc@openoffice.org>  [eb976c778530b5d10045b2ae2aadca6e11bcd1e7]

        remove option -CS

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [fb93fe2c9556190efd39b57442b847f0ee64d1f1]

        #79083# rename the image control model service

2000-11-06  Gregor Hartmann  <gh@openoffice.org>  [06a3995d357724c929f93bf2291c5af883b41453]

        #78810# start multiple testtools from same directory

2000-11-06  Christian Lippka  <cl@openoffice.org>  [040e1073de2eaeb3812f855eb20555b6822a48cd]

        #80026# fixed namespace for draw:points in polygon element

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [7e2dc98a3fd8e5e71abc5a2aea3c027f84053687]

        set connection null when statement is null and dsname was set

2000-11-06  Christian Lippka  <cl@openoffice.org>  [55c892e30116358bf10eed655a7f4ed00762bc69]

        #80001# (and others) fixed various dtd errors

2000-11-06  Kurt Zenker  <kz@openoffice.org>  [0a4e842679cecf88e093e3c24aa4d4315dfd3ec7]

        SRC612

2000-11-06  Oliver Braun  <obr@openoffice.org>  [170f8ebaa321ad020bbf1597b700443da8416e4e]

        removed old daemon stuff

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [38a9c0a985230251072a97beb1da06a855408f9d]

        use of OWeakComponentImpl class

2000-11-06  Sander Vesik  <svesik@openoffice.org>  [d40a497b53a9a7b15f0d2b7b1a7d334378b8a1a7]

        Add patch for freebsd - contributed by Tim Tretyak <timothy@umc.com.ua>

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [5129ddcc9758be1071ebb7e1fb231a9d6d17ff69]

        don't call disposing form parent

2000-11-06  Kai Sommerfeld  <kso@openoffice.org>  [d92a151a6603f8209f1d896ff1573fe63f093886]

        Added: ctor with XCommandEnvironment, method getEnvironment().

2000-11-06  Malte Timmermann  <mt@openoffice.org>  [d9f56e1580a533710ead7e42f29d42120c578f2c]

        IME: CursorPos

2000-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0218562720eb6969c96b72dbaa41655249926245]

        there is no cdecl Call*

2000-11-06  Michael Hönnig  <mi@openoffice.org>  [0413adb2d078be1ea19caf7c90a201be8884c331]

        moved from api

2000-11-06  Kurt Zenker  <kz@openoffice.org>  [19714d6eec8c671d410a863c20ac11dbfc0cd0fd]

        UDK207

2000-11-06  Michael Hönnig  <mi@openoffice.org>  [1f47610c1e38e0c1d987cac06a5a02aa36908355]

        moved from api

2000-11-06  Christian Lippka  <cl@openoffice.org>  [e1d3c01e3c769d9fdacc8782e0b2444250afbc30]

        added feature flag for shape export and optional ref point

2000-11-06  Peter Burow  <pb@openoffice.org>  [1a7ea1ed494a58a6394ca04288baf4e33a6f88a7]

        chg: SearchFile() added

2000-11-06  Peter Burow  <pb@openoffice.org>  [d837790ce3ae8a58591ba62c161f5ef1c50a7bd1]

        chg: GetLocale() added

2000-11-06  Oliver Braun  <obr@openoffice.org>  [84fed643f682ab53359dfda50124c5bc8b6a87d3]

        do not deliver systools header to root dir

2000-11-06  Oliver Braun  <obr@openoffice.org>  [5258a1c3b67a4b71ad87ce8d81c2d7641de5d5ea]

        removed old daemon stuff

2000-11-06  Oliver Braun  <obr@openoffice.org>  [f8a09ce19aefdbf2193b72598765073b42802464]

        remove old daemon stuff

2000-11-06  Juergen Schmidt  <jsc@openoffice.org>  [78e362ba883cf23b98d0522504b02162ed698943]

        check existence of path to user registry if portal use, create non existent directories

2000-11-06  Michael Hönnig  <mi@openoffice.org>  [826c832c12bb80281fc9957ee45ddb19a6d8ad24]

        moved from api

2000-11-06  Christian Lippka  <cl@openoffice.org>  [f39de35ad867fe76fca11cdef53186cc58a31b18]

        new virtual method to trigger adding of a new shape

2000-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [df4e0dc990419c066e25bfa767d763b45bd7fbb7]

        use min/max from stl

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [ad731d03d4554c193963f57d7848904e9e2c0be8]

        merge diff

2000-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5725211f7dc82d69693308a49c5af41afef614ca]

        use min/max from stl

2000-11-06  Kay Ramme  <kr@openoffice.org>  [23e45c6cd9615b9365082f64d7ccd4333fe59cb8]

        #76899# notify of error listeners fixed

2000-11-06  Christian Lippka  <cl@openoffice.org>  [78815c91d838b214dbaf57038afbdccdbb0c7107]

        new virtual method to trigger adding of a new shape

2000-11-06  Sven Jacobi  <sj@openoffice.org>  [e36e8f7a2a2090227b4e1b9b5e6305c275bb74ec]

        do not generate preview pictures that are greater than 128kb

2000-11-06  Oliver Braun  <obr@openoffice.org>  [435305a5e21a5fed71eff6c3240843210b946f33]

        removed ctr_channel.cxx

2000-11-06  Oliver Braun  <obr@openoffice.org>  [fb516b0d3a37cd4ac5b6e2d14f12893acc4aa703]

        removed vos/channel.hxx

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [c2aeb73afdbe293a930c9624886a4759ba66c256]

        create sequence from string

2000-11-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f7f7002583e968597780ed72bfacae5aae3354f5]

        increase internal heap for comex=7

2000-11-06  Malte Timmermann  <mt@openoffice.org>  [0076c1f1142e6f51e567650da0bef8a9b3c0d52e]

        more CJK...

2000-11-06  Dirk Grobler  <dg@openoffice.org>  [ee2a245b41c65b8323c46c36fec7146b93e7c1e9]

        new transformation rules

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [d15868d3e1d5d9a37b5495858090f68195e05ea2]

        no XDatabaseDialogs anymore (module data is dead) - need a new implementation for searching

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [fbc45c6817f569ec5013dac5ea0f912468e41ed9]

        do not include DatabaseCursorType anymore - module data is deprecated

2000-11-06  Sander Vesik  <svesik@openoffice.org>  [1edd4066dda02c396944dc329927eceff4453abb]

        Add support for FreeBSD. Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-11-06  Michael Hönnig  <mi@openoffice.org>  [da7419ad6884ab2c4189b8b2f5b941f237886ad5]

        moved from api

2000-11-06  jp  <jp@openoffice.org>  [e3d7ceaed80bb16b4eb15ad73919978b58300211]

        use new flag from the txtnode for textattribut expansion

2000-11-06  Sander Vesik  <svesik@openoffice.org>  [b730d09025a4ca6a485c8788b8ed4be273407ccb]

        Update. Patch contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-11-06  jp  <jp@openoffice.org>  [c99cc5ac7d42ba5bb20b4862c7adfaed11a98b60]

        new flags for the SwTxtAttr

2000-11-06  jp  <jp@openoffice.org>  [b94cdc1078450a8e234607e1f54fbe0447e98f92]

        new flag for textattribut expansion

2000-11-06  jp  <jp@openoffice.org>  [eb790259d61fbe6a245fae8c1dda00d12afed123]

        use new flags from the SwTxtAttr instead of use the Which-Ids

2000-11-06  Niklas Nebel  <nn@openoffice.org>  [b59251a39612bbd9c6991d2eead60fab918b1d5c]

        SaveTableAutoFmtNameId ini file entry disabled

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [df46d8efbee2c9ce4009fa510ef1afaf80c76fd9]

        forget rtl_textencoding

2000-11-06  Niklas Nebel  <nn@openoffice.org>  [6bdd75493f362376f97892bfe784c218faf06e91]

        get palette path from SvtPathOptions

2000-11-06  Niklas Nebel  <nn@openoffice.org>  [a17b6763db7a2095e3bca084c8ea73c64b526662]

        iniman include removed

2000-11-06  Niklas Nebel  <nn@openoffice.org>  [048bc0e4e95cd15c5f7db90b92e0813feee69529]

        read wk3 flag from configuration

2000-11-06  Andreas Schlüns  <as@openoffice.org>  [8b3c905f700776766eab33639472197b1221a0ed]

        add config item for menu features

2000-11-06  jp  <jp@openoffice.org>  [48bd7012350305905e5829b7b08e73e29ac111ca]

        must changes: tempfile

2000-11-06  Michael Hönnig  <mi@openoffice.org>  [84f094cc42387fc6f18106b57ef3ac7fa4a62207]

        moved from api

2000-11-06  Sven Jacobi  <sj@openoffice.org>  [57179647b34f4c8ae8cbfb9e3e700ee277efac1b]

        NumRule property changed: BulletId -> BulletChar

2000-11-06  jp  <jp@openoffice.org>  [8b71a8bae4ab94e0658bece320ba384b2d3d6e96]

        must changes: tempfile

2000-11-06  Andreas Martens  <ama@openoffice.org>  [01ac0546d3b7cd98dc22689e86ba8130f817a9c2]

        New: phonetic character aside the main text

2000-11-06  Michael Hönnig  <mi@openoffice.org>  [88c437c597b604524d50f450506285a594bd03a5]

        moved from api

2000-11-06  Andreas Martens  <ama@openoffice.org>  [2b7d5c9aca976b787790d8837d2a884ed6cef594]

        New: phonetic character aside the main text

2000-11-06  Stephan Bergmann  <sb@openoffice.org>  [59bcf58c6cb1e4202c95a396fb0f89927a4ab147]

        Adapted to naming conventions of similar classes.

2000-11-06  jp  <jp@openoffice.org>  [8c15e5398f5a3e59cb41c462f5b8d9e11aaf6268]

        must changes: GlossaryPath -> AutoTextPath

2000-11-06  Carsten Driesner  <cd@openoffice.org>  [f39d99d3dc22c0a8c7d46547fe9a3e53a16af97e]

        implementation for rvp sync added

2000-11-06  Carsten Driesner  <cd@openoffice.org>  [577eee26d122b9c5317d050a0ec4e22f7f263acf]

        implementation for rvp sync added

2000-11-06  Kurt Zenker  <kz@openoffice.org>  [7f8b26f20f97a73bdc3fce3f261e790166f51182]

        Merge SRC610: 06.11.00 - 09:45:53 (NoBranch)

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [665a8537bd640238b06793c851fcacf2a7f809fd]

        patches for linux don't work win

2000-11-06  Frank Schönheit  <fs@openoffice.org>  [c86d49e5b3ccd32ec9c420b25013b744f0846611]

        #76258# SimpleResMgr: ref counting for the impl class

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [5c99c0d6de00decc24d3f172051b0d53ea4a51c1]

        include header file for linux

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [1307de2b63baff701c92b1f8d3f0cf6183319039]

        full qualifier for linux

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [19f6689a9282d1ef0452ff8a36f90adfd163c633]

        some casts needed

2000-11-06  Oliver Braun  <obr@openoffice.org>  [1be02a6c0004792448780cf2664d2bca696545f8]

        removed osl_setSUPD

2000-11-06  Oliver Specht  <os@openoffice.org>  [931d081e9c83faeccb1ed948e32da849e1b84a35]

        ::UpdateSequence: ignore SwFmtFld if no SwTxtFld is set

2000-11-06  Ocke Janssen  <oj@openoffice.org>  [c9c9a86262f3e24108d105e45b38265e0bb64e5e]

        cleanup the property browser

2000-11-04  Eike Rathke  <er@openoffice.org>  [6906749ef7e44928e4e00a312e8ce06c49ecf59f]

        get currencies from locale data; and more LocaleDataWrapper instead of International

2000-11-04  Eike Rathke  <er@openoffice.org>  [064a111cf48ced51bb5b5e8a61202263aa409b23]

        GetMappedFormatstring with LocaleDataWrapper instead of International

2000-11-04  Eike Rathke  <er@openoffice.org>  [9847d6f01bfef863f5ac0f27bc9c23caabe423b1]

        new: CurrDigits, dummy CurrZeroChar, dummy LongDateDayOfWeekSep

2000-11-03  Eike Rathke  <er@openoffice.org>  [5f8987cc84255094fdef9fab05ce488fa5a96e3c]

        ImpGenerateCL: assertion if loaded Locale doesn't match requested Locale

2000-11-03  Eike Rathke  <er@openoffice.org>  [9b1ac42fc45788f1f5bc19613cea4ee6203e7534]

        #80023# SetDependentKeywords: be sure to generate keywords for the loaded Locale, not for the requested Locale, otherwise number format codes might not match

2000-11-03  Eike Rathke  <er@openoffice.org>  [2221fd93f0136cfeffbeb130ef4a34aa027abace]

        chg: removed parameter from SetDependentKeywords

2000-11-03  Eike Rathke  <er@openoffice.org>  [50d67f4559cc8eb40eea262a5791ddaf0e3a5112]

        renamed LCInfo to LanguageCountryInfo; add: getLoadedLocale

2000-11-03  Niklas Nebel  <nn@openoffice.org>  [b587527aa6ceda6797a04df277c87bee29ed9544]

        dont use DirEntries for dBase export

2000-11-03  Niklas Nebel  <nn@openoffice.org>  [48cc85d3223b4f84c9df4ce1004582d7e8de3a84]

        MoveFile/KillFile/IsDocument

2000-11-03  Niklas Nebel  <nn@openoffice.org>  [c59de65e999e6cc0b00bd117a89f5fad3975d75d]

        PutData: no string cells for empty strings

2000-11-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b5a106cf1ee0c5a36643837fb7cdceb6bed71ba7]

        this stil workswith old stl

2000-11-03  th  <th@openoffice.org>  [8885c8b3bd0180d99f610d1c9c905bc0f86ce7d0]

        Fix some CJK input bugs (Korean and Chinese)

2000-11-03  Sven Jacobi  <sj@openoffice.org>  [76d1aa1f3b83870ace8572548f39f604935dd1fb]

        now using GraphicURLs, fixed bug that prevents the use of native Grafikformats such as jpg or emf

2000-11-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b806fdf7154ad7964e8949cb88b0890b90580853]

        use min/max from stl

2000-11-03  Eike Rathke  <er@openoffice.org>  [66fd4484c1575678e9f3deec4ef81dd5376452d0]

        show Locale information in assertions

2000-11-03  Stephan Bergmann  <sb@openoffice.org>  [358133c8e59319a2b1828dcb91d4e85b2225b060]

        Moved config.lib from svt to svl.

2000-11-03  Frank Schönheit  <fs@openoffice.org>  [85291ee8db7f95b18577dab910cb8be5efa80af8]

        removed a stupid service name from OImageControlModel::getSupportedServiceNames

2000-11-03  Stephan Bergmann  <sb@openoffice.org>  [0429dd0d87b7eb22721aa6a890e0ed4e5d27c31c]

        Added inetoptions.hxx.

2000-11-03  Stephan Bergmann  <sb@openoffice.org>  [37c1862e2fcf635a4dae1be2fcb003b2b5fc1a02]

        Interface to access those configuration database entries that are related to the various Internet services.

2000-11-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [865a55e34e9330f798b6e019e00556951cd6d25d]

        use min/max from stl

2000-11-03  Christof Pintaske  <cp@openoffice.org>  [e2f323b1c52e371571d71b520336e555118be86e]

        extended input method handling

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [1ccad97a7cd9a7b67c10368656109ea54fe9b66b]

        Merge SRC610: 11/03/00 - 18:01:03 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [2cfa1af92c414deac1cc9da2c60ae341b1192874]

        Merge SRC610: 11/03/00 - 17:58:52 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [5781bd49d3d0cba115376db32c4efe833c02397b]

        Merge SRC610: 11/03/00 - 17:57:03 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [629203137595f0050e82fd4d8e6996cfbd72a9d9]

        Merge SRC610: 03.11.00 - 17:54:47 (NoBranch)

2000-11-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [17606bc996690491d119ebc99b5f74649b95f6da]

        use min/max from stl

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [01b7d4904f37a1f6509569ed184431376515baeb]

        Merge SRC610: 03.11.00 - 17:53:43 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [6d81c6d6d602f10abf21c6b7f646bbbe995d202b]

        Merge SRC610: 03.11.00 - 17:53:00 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [66b9bdfec9630f6ed709a74dc9d2a77c96a0ff82]

        Merge SRC610: 03.11.00 - 17:53:09 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [54fcb8eeb3343d83b292c23350e744ba6d3df5af]

        Merge SRC610: 03.11.00 - 17:52:36 (NoBranch)

2000-11-03  Oliver Bolte  <obo@openoffice.org>  [fc0b9e81434bff786cb079ea9ce206ef29e58a54]

        Merge SRC610: 03.11.00 - 17:52:18 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [82df42b21e97692a084484b7e4c748ef9d3f25d7]

        Merge SRC610: 03.11.00 - 17:52:13 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [3a626cded392eb3116a1d8c1d4219b3bcc6fc03c]

        Merge SRC610: 03.11.00 - 17:51:31 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [6f159ca4c3bf2bb3becb7e6d9c348f8876508557]

        Merge SRC610: 03.11.00 - 17:50:59 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [f2cb7fc61fd6f479d28f8cf68d995ce6fed5de6e]

        Merge SRC610: 11/03/00 - 17:50:25 (NoBranch)

2000-11-03  Oliver Bolte  <obo@openoffice.org>  [0d38227d5c6ef220969a70763b3cacaf4b8f05ef]

        Merge SRC610: 03.11.00 - 17:50:10 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [1013fcee1880a7edbe937cb93a264275758fc29a]

        Merge SRC610: 03.11.00 - 17:50:32 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [b67ca624d5db285ec47cadb93982351ce7eb6e99]

        Merge SRC610: 03.11.00 - 17:49:48 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [619c609c2d44b71f299d44a58753d6ce470413b1]

        Merge SRC610: 03.11.00 - 17:49:17 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [c4acd785b9e0a124b7c501143e067b9616330025]

        Merge SRC610: 11/03/00 - 17:47:44 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [91992605d64716eab7383692bb0f4244c400347d]

        Merge SRC610: 03.11.00 - 17:47:45 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [45f297335a4654a5c8c4787fa3e6bc092f5a0006]

        Merge SRC610: 03.11.00 - 17:46:14 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [eb6550a1aedfe127611c52cedc67b50320efc548]

        Merge SRC610: 03.11.00 - 17:44:44 (NoBranch)

2000-11-03  Oliver Bolte  <obo@openoffice.org>  [640ec98b60ebd3e1d2e56120f547125fd166ad20]

        Merge SRC610: 03.11.00 - 17:46:30 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [4edfc503b5b701e6ddbe757bf9650e43ae44f17b]

        Merge SRC610: 11/03/00 - 17:45:35 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [136afaaa0f452aef3ead3e3cc6cc9b2fcb695d13]

        Merge SRC610: 03.11.00 - 17:36:54 (NoBranch)

2000-11-03  Oliver Bolte  <obo@openoffice.org>  [2ad9fdd098c1fcf1cf7d8bc0888d93438f894525]

        Merge SRC610: 03.11.00 - 17:45:03 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [d8831376c0dda1a531b71524b9688b46cc794f3d]

        Merge SRC610: 03.11.00 - 17:44:49 (NoBranch)

2000-11-03  Oliver Bolte  <obo@openoffice.org>  [b1a63f5da7e6f9ab5ed0a9cc3b71536c3baa2b47]

        Merge SRC610: 03.11.00 - 17:43:40 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [ae4c96fe8a8720d03faf12c012c1d61ab160e3ee]

        Merge SRC610: 11/03/00 - 17:42:53 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [f4b0f8eb6ab484198f892c0d8762ec9c787eb797]

        Merge SRC610: 03.11.00 - 17:41:15 (NoBranch)

2000-11-03  Oliver Bolte  <obo@openoffice.org>  [757649ef69c0f0aa053e89deaf72285140cd8d88]

        Merge SRC610: 03.11.00 - 17:42:28 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [d6837c9139a235baff59c9396ba401f0c6655f7f]

        Merge SRC610: 11/03/00 - 17:41:37 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [db135ea9e2f8ee503f6c9295ef5439cdbd18d406]

        Merge SRC610: 03.11.00 - 17:37:02 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [df68b01061c55d59318b35a3fbc4488a8aafeffc]

        Merge SRC610: 11/03/00 - 17:36:04 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [08420599ec1ad4f4b1b528b9c1f4b6aba7619bfe]

        Merge SRC610: 03.11.00 - 17:36:02 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [b34fba041dd44c66661c725f0017eb17cbc13487]

        Merge SRC610: 03.11.00 - 17:34:21 (NoBranch)

2000-11-03  Daniel Rentz  <dr@openoffice.org>  [937cf876cfb2a16758436510ed36508a07375e36]

        chg: ScXMLConverter integrated

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [49a013f6151c0300d9c9f7a9f4397d1ed272cdc7]

        Merge SRC610: 03.11.00 - 17:32:46 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [2e778ff4d192ef5d88c25adf54642ddc75baaa6f]

        Merge SRC610: 03.11.00 - 17:30:10 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [9fdd380ad1461661ed3efa02e32d5249723eb9ed]

        Merge SRC610: 03.11.00 - 17:25:57 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [b1fe80d3e3f2f0e523b252c7bf9c6ff8007df48b]

        Merge SRC610: 03.11.00 - 17:26:20 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [7444ed7b7218203c50d2c5f2e43d9b86ffa907d9]

        Merge SRC610: 03.11.00 - 17:24:34 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [1782c531fc39b323d58bbac1e4518f2e3e42ff55]

        Merge SRC610: 03.11.00 - 17:23:26 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [a7038441739b31169c52070f062a14a25b895802]

        Merge SRC610: 03.11.00 - 17:23:24 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [45119f14e930d703787eb0f588942e63d31a5110]

        Merge SRC610: 03.11.00 - 17:23:22 (NoBranch)

2000-11-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4daee5da0b5a936ac95e18c78143ff04bbd203b9]

        need iostreams

2000-11-03  Martin Hollmichel  <mh@openoffice.org>  [d0c0197d9dd1909b39875f8de16a0b62deadffa7]

        Merge SRC610: 03.11.00 - 17:13:12 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [344dc393ccf2650b477117f30f51097a28ddfce8]

        Merge SRC610: 03.11.00 - 17:12:58 (NoBranch)

2000-11-03  Kurt Zenker  <kz@openoffice.org>  [ea302f573098309d34d525b60400783883fb1617]

        Merge SRC610: 03.11.00 - 17:08:49 (NoBranch)

2000-11-03  Nils Fuhrmann  <nf@openoffice.org>  [fa61ed31290d703796311e6adf19473db33426a2]

        Fixes for conversion between UTF8 and MS charsets

2000-11-03  Eike Rathke  <er@openoffice.org>  [1fcb6873aa4ca730b8bc8514962d168885ad483f]

        NumberFormatIndex is a short instead of a long

2000-11-03  Eike Rathke  <er@openoffice.org>  [21b79f1865cd20e2688ac7384d1785f2f0915dbf]

        LocaleItem constants instead of enum

2000-11-03  Eike Rathke  <er@openoffice.org>  [c2fb66d499840d63db6e25c73f9037d4afbf3675]

        SetDependentKeywords: TrueWord/FalseWord direct via LocaleDataWrapper

2000-11-03  Daniel Rentz  <dr@openoffice.org>  [1d248f54668a945650d9ca3d0deabff826d7a22b]

        fix: allow single cell addresses in consolidation dialog

2000-11-03  Christof Pintaske  <cp@openoffice.org>  [3f712701214dc1ccecb4e7df0201d152ec635a89]

        adding vertical writing

2000-11-03  Oliver Specht  <os@openoffice.org>  [c6a201e4c69569da72084ba780e971e759215109]

        #79818# notification also supported for complete subtrees

2000-11-03  Thomas Benisch  <tbe@openoffice.org>  [683ba83ceb531d1c9502c5ad38cb1a0174a0ca7a]

        removed typo in previous commit

2000-11-03  Thomas Benisch  <tbe@openoffice.org>  [a7476f315fbb826ab136637a6ea295ef77eeb198]

        #79173: wrong view frame in second call pDispatcher->Execute

2000-11-03  Frank Schönheit  <fs@openoffice.org>  [edc297bae80319c569baf66415fbb51adbaf2d34]

        setPropertyValues - fixed a copy'n'paste bug

2000-11-03  Christof Pintaske  <cp@openoffice.org>  [cb69042258e1dbb9fa37f85070c8b569e68cebcb]

        adding vertical writing

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [fef4a615eef2196cd552b2a067376fd3d773e30f]

        need of MultiServiceFactory

2000-11-03  Peter Burow  <pb@openoffice.org>  [bec6556bf97078a18b7fccb6d4eaf1e653eaeca8]

        chg: UniCode-Changes

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [2b4f5825fb808a461a20ebd80011f8c32e6058a2]

        check url

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [8f849fa44e7724953214921778bd685926e33c00]

        new method initformatter

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [ab81188e726ba90909af4d49484c1f01049512ac]

        call initformatter

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [746ba88bfb12d592e6fd9817f0b9a14858694de7]

        some problems with refcount resolved

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [4eead561b0a61c9fbe27b2d5d4e20cf10d1253fd]

        some problems with refcount resolved

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [253299012dc5eca101611c87ab8b4e170cb8b65a]

        class moved to comphelper

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [e4794fb22157cd4d76eabe0e750156e618e5da5f]

        insert real namepsace

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [e281c08bf8558efc1d64fd575c83423760ebb805]

        new class for multiple propertysets

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [bbaaa78f34411c77aeb9d030b1c3deebbf015061]

        new class for eventlistener

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [4ac2c6bc34802a5db6b08cbe393c324c190abc24]

        some changes in refcount

2000-11-03  th  <th@openoffice.org>  [bff5cca6ab6ab1bacf521f81d90b2e45c0b7db19]

        ImplGetLogFontFromFontSelect()

2000-11-03  th  <th@openoffice.org>  [7f5ebc0f34acc618886d386f40c85b3dc8f296f6]

        Improve CJK input handling

2000-11-03  th  <th@openoffice.org>  [7cc1a91c304938bf7cc6aab262a53ab7acadd82c]

        remove mbCompositionMode

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [60d02225043e82c9c4933980675c304aef94fa46]

        new base class for databasemetadata

2000-11-03  Oliver Bolte  <obo@openoffice.org>  [09ec45ba551bfaa33e4538dc5eb8bbfe6b114fed]

        CONTROLLEN macro for macosx

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [c119c000bf1227029a8b75b841e95636065a7764]

        some changes in refcount

2000-11-03  Frank Schönheit  <fs@openoffice.org>  [52802867e16368e1529b7c9e05686e077496d83f]

        propertiesChanged: call ImplSetPeerProperty without our mutex locked (should prevent some deadlocks) - that's why in ImplSetPeerProperty one more check for some more thread safety

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [2fe3762107904981c77660a9e4a48d29053bc0a0]

        some changes in refcount

2000-11-03  Thomas Lange  <tl@openoffice.org>  [e2041ab2716e0f387ff6700d04fa6cda84ed443e]

        Most SfxIniManager calls removed

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [a8ff9c398fbfb5f9e3da69ca8aaaf6b470acd602]

        some changes

2000-11-03  Oliver Braun  <obr@openoffice.org>  [93350661bec317f661c6b790ee9f080df100c5aa]

        c'tor of ODynamicLoader changed

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [2e9a153aeb5798addac0d384f629d1c3b8c488c6]

        some changes

2000-11-03  oisin  <oisin@openoffice.org>  [08efd7b797acb4c7eba6096bac15a56c94083be4]

        Corrected include paths for string.hxx and list.hxx

2000-11-03  Niklas Nebel  <nn@openoffice.org>  [425c77acb22fc6d2cfbcacd82a66f3fdd651609b]

        dispose RowSet after im-/export

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [e086aef9b9121f56388a96cde65a2db8a32d4eaf]

        insert descriptor

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [4ee2f874ee0298c691ba08e7fab0be84730035ce]

        some changes

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [00c000419f8bf0d7c36f7fca3321fd684b209452]

        use stream for any

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [3a60905dd9402297ce2a7231ba6afecb3a9c55d9]

        new file

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [933d58abf2a157a499385020c6dff6cf0e8c0696]

        new base class for databasemetadata

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [59c5dbb0d2d16b54c22f417e2a0b8ad57ac810f3]

        remove two methods

2000-11-03  Daniel Rentz  <dr@openoffice.org>  [998021d54d6a033929ede5eaba2727707c3b51ee]

        chg: ScXMLConverter integrated

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [737bb698f5cb670192c2cb2379ba4e66506499db]

        new baseclass for properties

2000-11-03  Thomas Lange  <tl@openoffice.org>  [52970889810a9d8061e05e2db37e04669e2ace88]

        svtools/iniman.hxx removed

2000-11-03  Ocke Janssen  <oj@openoffice.org>  [098d89ade5d5f543efc7156566a360bc268e26a2]

        define changed

2000-11-03  Daniel Rentz  <dr@openoffice.org>  [1cfe2a8b4678a1086bd96ee949852b6821c524da]

        add: GetStringFromOrientation()/GetOrientationFromString()

2000-11-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bbcb532f06d2165fd92c506b541f661b29e25922]

        first changes for wntmsci7

2000-11-03  Mathias Bauer  <mba@openoffice.org>  [eb35c5d93d200eef2eb762713a48cf31aa6d2eb6]

        #79606#: error

2000-11-03  Mathias Bauer  <mba@openoffice.org>  [6a5d8084129363979d2ca63778916d250766afcc]

        #79606#: controlled error handling for failed readwrite access

2000-11-03  Mathias Bauer  <mba@openoffice.org>  [57d83cb7d3d7747e3f2820835ece0a6c99b05084]

        thread safety

2000-11-03  Mathias Bauer  <mba@openoffice.org>  [2d2337a36f82e559588828c83c305de1a113c789]

        #79606#: allow for readonly and readwrite opening

2000-11-03  Mathias Bauer  <mba@openoffice.org>  [7528fa265e634cdf4fb36f229f7cd600af336660]

        changes in OProcess interface

2000-11-03  Lars Langhans  <lla@openoffice.org>  [a0c281ab42555967a82f51b10c646d8c789c3264]

        Functions for analysis

2000-11-03  Oliver Specht  <os@openoffice.org>  [85b451a3124c8e6dbfb5467d047d270524eb2414]

        allow editing of indexes independent from the cursor position

2000-11-03  Niklas Nebel  <nn@openoffice.org>  [326337558d318a2aea6c5f3b21ee8a49b862531a]

        #79999# ignorableWhitespace before end of style element

2000-11-03  Niklas Nebel  <nn@openoffice.org>  [8344aeb93895954dd3cbf6269f39ebc9469facc3]

        libcall include removed

2000-11-03  Sascha Ballach  <sab@openoffice.org>  [77cdd6546349adacc0d4adee7e8cbde1104683c6]

        the defines were wrong. they all were 0. now they are right.

2000-11-03  Sascha Ballach  <sab@openoffice.org>  [5ba7035881cdbe62e87598b537fbe825a51b8043]

        the defines were wrong. they all were 0. Now she are right

2000-11-03  Oliver Specht  <os@openoffice.org>  [8eff209dc21a49bcbf61a45950e1ae8c8cc81a0d]

        #78639# hide unused controls in style dialog

2000-11-03  Kay Ramme  <kr@openoffice.org>  [2f2e0072eaea79aa6006abad9dce96e46af9bcee]

        added negotiate and forceSynchronouse attributes for bridge

2000-11-03  Oliver Specht  <os@openoffice.org>  [b3e9bc26f7f73a91bf03e3fbc1f918a53e38c11e]

        #78639# hide unused controls in style dialog

2000-11-03  Andreas Schlüns  <as@openoffice.org>  [392fe63200eaf1155b2c6fefc00d2df2e81988dd]

        support new key for basic ide

2000-11-03  Oliver Specht  <os@openoffice.org>  [f41fe899696782b9197a7721f73c67d47528fd1c]

        #76433# ::insertNewByName: throw exception on illegal group names

2000-11-03  khz  <khz@openoffice.org>  [badc95eaddfd4a87cefe70a24ae30373b282fd82]

        fault tolerant Winword parameter reading

2000-11-03  Frank Schönheit  <fs@openoffice.org>  [00f50474074051468986acd86d2ff1bff6e52bc4]

        #79998# SetSavePasswordText

2000-11-03  th  <th@openoffice.org>  [5162492634099ebf26a4b626d6af50358d442e99]

        remove UpdateExtTextInputArea

2000-11-03  th  <th@openoffice.org>  [572d297972c6100dd1fde7e1b2e9ca4f81effa01]

        Implementation for CommandEvent and CommandEventData

2000-11-03  th  <th@openoffice.org>  [2c7cfa3f95b273503232f04437518012d8d2aaad]

        cmdevt.cxx

2000-11-03  th  <th@openoffice.org>  [3a3fdd902f0d547db2c8eeb7170fe53514a80fb5]

        Improve CJK Input Handling

2000-11-03  Lars Langhans  <lla@openoffice.org>  [1707b815b3bb3fade7b30655208fbe0683fa3aa7]

        #79997# new files for work with xml changes and localization

2000-11-03  Kay Ramme  <kr@openoffice.org>  [41a0ba0a644386f855ba2300db4dc3896f353222]

        new: XConnection test component

2000-11-03  Oliver Specht  <os@openoffice.org>  [305e1096925cf3e4bf2f5fd36779e060a717b173]

        #78617# Point-Refmark created with selected cursor

2000-11-03  Lars Langhans  <lla@openoffice.org>  [01ea1e5e5e85800a2efe95dc4d1a54b804a28454]

        #79997# changes in xml format.

2000-11-03  Peter Burow  <pb@openoffice.org>  [e166600a7b8d22db2b493af9723f8811f2a5c11d]

        fix: #79705# new handling of the save-graphics-options

2000-11-02  Niklas Nebel  <nn@openoffice.org>  [e321005c95f9a74ec111d2a04f00d728b6c8d049]

        #79817# use measurement system dependent config items

2000-11-02  Niklas Nebel  <nn@openoffice.org>  [25ac53d296d6c7e5879d456fa24edac60f985cd7]

        #79817# ScLinkConfigItem is now in optutil

2000-11-02  Niklas Nebel  <nn@openoffice.org>  [1eacf4ac4c3439821282b590b948f3641c858cde]

        #79817# optutil

2000-11-02  Niklas Nebel  <nn@openoffice.org>  [c040a12321ee2ba141125b2d41bf221acfb39836]

        #79817# ScOptionsUtil and ScLinkConfigItem

2000-11-02  jp  <jp@openoffice.org>  [0f010dcc7e4c7c2055905bc9412b6c49b867555d]

        TwoLines as char and not as text attribute

2000-11-02  jp  <jp@openoffice.org>  [085226135b0f2224b83816fbded9ae9f5c838c23]

        TwoLines as char and not as text attribute

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [86376da0ef04fff3771dbc995a9b2610272e3f70]

        don't use control wizards anymore - need new wizards before doing so

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [04eaf69547273652b48a39d67800bc128138e07e]

        #78073# no USE_WIZARDS slot anymore

2000-11-02  jp  <jp@openoffice.org>  [249caeb3ee2d00d707e965d8024495e5d1603af5]

        Bug #79944#: SelectWord - 2nd fix - check point and mark

2000-11-02  Daniel Rentz  <dr@openoffice.org>  [b62fd0998e3df9349e828c593019ffeb49d5b2cc]

        add: table:consolidation

2000-11-02  Daniel Rentz  <dr@openoffice.org>  [3395c4905961b71be9d613b6700a0a96b218be0e]

        add: table:consolidation chg: ScXMLConverter integrated

2000-11-02  Daniel Rentz  <dr@openoffice.org>  [a595af559423bcfddb88b42a17735503cdba4f2c]

        chg: ScXMLConverter integrated

2000-11-02  Daniel Rentz  <dr@openoffice.org>  [4bd3285345825cd588ad12196ad79a899d8c6192]

        add: table:consolidation

2000-11-02  Daniel Rentz  <dr@openoffice.org>  [34ce690722afe140c92bc596379d78728c0c7a5a]

        add: XMLConverter.cxx add: XMLConsolidationContext.cxx

2000-11-02  Daniel Rentz  <dr@openoffice.org>  [d0ef14ed8798ba0813c4c676769c5ffd3484a774]

        chg: ScXMLConverter integrated

2000-11-02  Sascha Ballach  <sab@openoffice.org>  [9c1d5759861667d11c3a356fbeef0f58835289f1]

        remove gotoEnd() before remove last paragraph

2000-11-02  Daniel Rentz  <dr@openoffice.org>  [93ac7aa4271a57acb642202164fa07459e685b4a]

        fix: im/export of ScSubTotalFunc add: GetTokenCount() add: GetSubTotalFuncFromString()

2000-11-02  Christian Lippka  <cl@openoffice.org>  [56395f9037f9533c5be5af80fdad486af2df1415]

        fixed service name for numbering rules

2000-11-02  Christian Lippka  <cl@openoffice.org>  [d91e48d7d31d8248be815cccc823cb144bc49310]

        #79852# clear() now removes the pages so api wrapper gets a notify

2000-11-02  Christian Lippka  <cl@openoffice.org>  [963ebcd3d872f69f74d74fb9041fe8608f2323f7]

        fixed queryvalue and putvalue

2000-11-02  Christian Lippka  <cl@openoffice.org>  [ca99f8b4cc90bb492ee5c32d23957631855f5b28]

        added missing XUnoTunnel interface for getImplementation

2000-11-02  Daniel Vogelheim  <dvo@openoffice.org>  [fc037d38c98071e94760e348ab9f4723906b72b5]

        - added: sections now completed         (attribute text:protected moved into <style:properties style:protect=../> - added: table of content im- and export         (TOC body does not work) - added: URL textfield (for Calc, Draw, ...) - fixed: tab-stop constant names in xmlkywd.hxx - fixed: import of zero columns - fixed: text hyperlinks now in DTD

2000-11-02  Kai Sommerfeld  <kso@openoffice.org>  [a09d0ec39aa933142f2a45a3a37b4a0987ef54f1]

        Added: Support for OpenMode::DOCUMENT_SHARE_DENY_[NONE|WRITE].

2000-11-02  Christian Lippka  <cl@openoffice.org>  [deea43e12f0617d91e3fcb64bfddd66074279e9e]

        added missing control character support

2000-11-02  Christian Lippka  <cl@openoffice.org>  [f99bcf7bf564e36824ecf14fbc8541e79aeed039]

        only listen to objlistcleared hints of own object list

2000-11-02  Kai Ahrens  <ka@openoffice.org>  [17df4872a72f267b15e61ca8faeaec6fbe7e6e70]

        #79985#: check valid id in ::Command

2000-11-02  Martin Hollmichel  <mh@openoffice.org>  [68f30650517e09e66966742af4293f26cc297dc6]

        chg: Syntax

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [ad2479b6cbbca179150776401c7249a3668bf9fd]

        #79798# StaticFormatter uses the ProcessServiceFactory

2000-11-02  Christian Lippka  <cl@openoffice.org>  [e1e897a80b0a85187ed5dbcc19d45c47b03fdf4e]

        #79741# added BulletChar property

2000-11-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6f7907b206ceba643b0284df55dbccb53045cb72]

        declare as WINAPI calls

2000-11-02  Martin Hollmichel  <mh@openoffice.org>  [ea1b728885751dc25fbf4f9966848fb75e2b6288]

        remove temp files after exec

2000-11-02  oisin  <oisin@openoffice.org>  [0548f942a113150c877883e358f9096d0b4233f1]

        Using option --with-gcc-home now works correctly

2000-11-02  Malte Timmermann  <mt@openoffice.org>  [8b1f4d014392c81710424a402b24cf9be593b304]

        CJK: New Items, ScriptChanges

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [6c17d0c7b76fff237d3f16ec21dbb9120e2c17a0]

        #79380# +STR_ERR_EMPTY_DSN_NAME

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [dda05a3d425da5b76ba187ff1d1773d81b7a4646]

        #79983# +isBrowseable / #79830# +checkItems

2000-11-02  Thomas Lange  <tl@openoffice.org>  [f8b3801389041be22885e63e660273145caf89b4]

        SvFileStream not used anymore, SfxMedium now used

2000-11-02  Oliver Specht  <os@openoffice.org>  [dd4fe32be8471e0c55c3aeee5596767e5b811086]

        #79468# proeprty DocumentIndexMarks added to user defined and alphabetical index

2000-11-02  Malte Timmermann  <mt@openoffice.org>  [6cd4403f03f9f745763b11d78c867b655ae50154]

        CleanUp...

2000-11-02  oisin  <oisin@openoffice.org>  [b84da789677640fb760dfe7f92b249abd6439a21]

        Added #include <glibc/posix/getopt.h> when bootstrapping on Macosx

2000-11-02  Malte Timmermann  <mt@openoffice.org>  [ff06d6352a37dc99dcae9d2fd0c4b83eb98727b2]

        GetTextFaceW: sizeof( wchar_t )

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [b83c71ad7d4badb7566e4bd0fdf510401ccb26a5]

        #79967# check the getenv return against NULL

2000-11-02  jp  <jp@openoffice.org>  [c6bd0dd00c0766432953cffa175c77aeb2390fdd]

        compiler error

2000-11-02  Sascha Ballach  <sab@openoffice.org>  [c60a63d484ac399aa1f42ad48766485082ceba1e]

        use ParseFormula with the Formulas of the Condition

2000-11-02  Daniel Boelzle  <dbo@openoffice.org>  [f7583f2fa06b63950e634398f0de97cb3413dd8b]

        OInstanceProvider fixed init params bug

2000-11-02  khz  <khz@openoffice.org>  [5c17f2b291717a2a558b237c457e6f90fc147215]

        show extended WW9-Frame-Alignment (stored in Escher record 0xF122)

2000-11-02  Sascha Ballach  <sab@openoffice.org>  [af71cc51918699c50e8cf8cff3289bca54e33665]

        ParseFormula moved to XMLConverter

2000-11-02  Daniel Rentz  <dr@openoffice.org>  [246edcf197a8fc01b9f87fdef4826944d5a3b595]

        add: names for sheet::GeneralFunction

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [58f246aabbfad93b3033e3df699d26d62e99ee25]

        deliver com.sun.star.ui files

2000-11-02  Thomas Lange  <tl@openoffice.org>  [19712b019a0e2cd11ff1397fc5e1d3847915a8e3]

        XTerminateListener now used to release references on application exit

2000-11-02  Kai Ahrens  <ka@openoffice.org>  [3f8aab767211a99dd99a368b3b748cbdeeb795d6]

        #79950#: allow multiple registering of same listeners

2000-11-02  Oliver Specht  <os@openoffice.org>  [1428d662dc8207b1e3b242b7c08be21ab3317e37]

        #79525# put metric item beform SvxTransformDialog is executed; revision log removed

2000-11-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [143f807346017353f48ece0b0bf7c6f3a5b3dc33]

        includes

2000-11-02  Daniel Rentz  <dr@openoffice.org>  [83367785661d29b927b7a527d9b837badd05dc4d]

        XML import/export helper routines

2000-11-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0d694b21de5e92b9cf0fabab5adfda2d66da643c]

        add: XOutputStream

2000-11-02  Oliver Specht  <os@openoffice.org>  [63edddb97a705a7e56b0f890265ff088e3c2e91d]

        #79638# table width/relativewidth/sizerelative properties corrected

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [8893fea71a66dde5ce30eebd65cf138ca484a22f]

        unotools -> comphelper

2000-11-02  Kai Ahrens  <ka@openoffice.org>  [f138119c086d26d2ad26a7f1ddf3649ea5b950ea]

        #79646#: must changes (creation of directocies changed)

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [b8ca0366dc17f74069bb7a3ca519a20f644716ef]

        unotools -> comphelper

2000-11-02  Juergen Schmidt  <jsc@openoffice.org>  [a5d3681fc08b0f841354ea9b7d0ee3c23b73bdc8]

        change the name of the user registry

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [43a9fca66d68088d30a7bbbd1dd98ab0ef505f89]

        unotools -> comphelper

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [93cdfed8252ec595d2abbed7f5fae53bb5ef8cec]

        unotools -> comphelper

2000-11-02  Oliver Specht  <os@openoffice.org>  [30e740d7ec28fa22f3928a0a5f248255caface55]

        #79723# SvxAdjustItem: ParagraphAdjust corrected

2000-11-02  Christian Lippka  <cl@openoffice.org>  [52fbdb606df5a010ffd10c7e156df94baa7319e7]

        restore previous text cursor on text import inside shape

2000-11-02  Sascha Ballach  <sab@openoffice.org>  [09d7ff50b13aa586006fcdfc932243a67d4fba95]

        gets the new properties, which allow a XML Export of formulas in validations and conditions

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [4616d9d4d91efb42d6cab20f8d035929ab9356a0]

        not dead ... only some parts migrated to comphelper

2000-11-02  Kai Sommerfeld  <kso@openoffice.org>  [61c73306eb77c5e9c78474c21c77753e035af1b1]

        Fixed: Deadlocks in listener callbacks.

2000-11-02  Mathias Bauer  <mba@openoffice.org>  [1373e82a98196c4166d9e153cef298c5f7e0c02a]

        UcbLockBytes creator has changed

2000-11-02  Mathias Bauer  <mba@openoffice.org>  [71834b283a4b154b619f7b8774db8a281242f3c2]

        new helper classes

2000-11-02  Sascha Ballach  <sab@openoffice.org>  [cf71010d7fc8ca0719170ede83dc8a5fdac0e383]

        Open Row Group in Header Rows now possible

2000-11-02  Oliver Specht  <os@openoffice.org>  [4d888f9af24f035c9ae0feb2ae6fc349d082ee02]

        SwXShape: XPropertyState implemented

2000-11-02  Andreas Schlüns  <as@openoffice.org>  [8f6a5b97cc825b13dea02d72090efdb330334a05]

        add connection property

2000-11-02  Peter Burow  <pb@openoffice.org>  [607e6da41a1dd85af6dc027f910e142b5e124753]

        GlossaryPath -> AutoTextPath

2000-11-02  Frank Schönheit  <fs@openoffice.org>  [1a1fe7f17fe6fa82569c68bfba70d147a4f901e5]

        files migrated to the comphelper module

2000-11-02  Andreas Schlüns  <as@openoffice.org>  [c0ebfc3976141536c14a34be83d5ac13d63ea7fc]

        export property names to seperate returned history list

2000-11-02  Patrick Luby  <pluby@openoffice.org>  [e4d502248b55d4c22d78195c4fd6b0af99820432]

        Added simple implementation for SalGraphics::DrawLine() and put temporary test code in SalFrame::Show()

2000-11-01  Patrick Luby  <pluby@openoffice.org>  [4d9bd2d3d910f32cd3a57af45e42e89c6a93fa55]

        Removed all unused Windows code and data types from vcl/aqua code

2000-11-01  Martin Hollmichel  <mh@openoffice.org>  [848f0fb10c0a054599bf33c96b5597b135518187]

        Watch the word wrap !

2000-11-01  Niklas Nebel  <nn@openoffice.org>  [48ded29cc0f9dcc0e670c6ca52e2d4b75983c41e]

        #79012# currency-style: symbol may be before the number

2000-11-01  jp  <jp@openoffice.org>  [9b3aaf0f460da7c869ae40b1e887b573bcacf768]

        SvFileStream access removed

2000-11-01  jp  <jp@openoffice.org>  [b59db0bec73e14131e2b64f2b537f1a54ee3ef54]

        Writer:CopyLocalFileToINet: export of mail graphics removed and SvFileStream access removed

2000-11-01  jp  <jp@openoffice.org>  [0a12012c1a436db95c4908d7f85665992a481f7b]

        Writer:CopyLocalFileToINet: export of mail graphics removed

2000-11-01  jp  <jp@openoffice.org>  [75d9e8c4ae85b0afdcdf8389571a81e1bf5906ce]

        export of mail graphics removed

2000-11-01  jp  <jp@openoffice.org>  [6845aa6c215c91faa4c4e12ef30b4a7d4657502a]

        Bug #79944#: SelectWord - if error, reset the mark

2000-11-01  Niklas Nebel  <nn@openoffice.org>  [6bfc73d081a723a61c0c587b19c02c958fe85fe0]

        #79611# format type 0 (no recognized elements) is handled by number-style

2000-11-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a99f4e4fe1dc1ff04f459079d9f226052aba4af0]

        search for #

2000-11-01  Niklas Nebel  <nn@openoffice.org>  [f36b8ca8f6373e48001d5aa0bccbe54eddfc6e29]

        ConditionalFormatXML, ValidationXML

2000-11-01  Niklas Nebel  <nn@openoffice.org>  [c06d36614e481a9c3b602a2bd3c25a5e10319480]

        allow XML style references in formulas

2000-11-01  Niklas Nebel  <nn@openoffice.org>  [9e812e33bd8581904e028477786cbce96f26ea2f]

        allow XML style references in formulas

2000-11-01  Niklas Nebel  <nn@openoffice.org>  [0feb023e480e58991ba9f22084f8f28a680540fc]

        ConditionalFormatXML, ValidationXML

2000-11-01  Niklas Nebel  <nn@openoffice.org>  [239ec7e6a514d75fcfd8964b5f1cecae5a8c7591]

        allow XML style references in formulas

2000-11-01  Kai Ahrens  <ka@openoffice.org>  [279fd5669cc23cec013e625e8755f66a41265bfb]

        added scaling functionality

2000-11-01  Oliver Specht  <os@openoffice.org>  [f7e7df7d5d0b8872f004c8f1b7cfc352c2cc6fa6]

        #76061# ::insertTextContent - exception messages now set

2000-11-01  Frank Schönheit  <fs@openoffice.org>  [ed1f64cc3968582a1e0de6f15b963f51e03354ac]

        migrated from awt::XDialog to ui::XExecutableDialog / removed the star* namespace shortcuts

2000-11-01  Oliver Specht  <os@openoffice.org>  [1bbb78e8228032bf21e796e80a9d181af8ec2d57]

        #79931# use text left space as left margin of paragraphs

2000-11-01  Oliver Specht  <os@openoffice.org>  [8862e311fad550a4107f49cafdc989d432081db6]

        #79931# use text left space as left margin of paragraphs

2000-11-01  Oliver Specht  <os@openoffice.org>  [f40a75fc0a9c22d55095ff4ef1a0a5c9704c05d3]

        prevent multiple creation of a SwXDocumentIndex object

2000-11-01  Oliver Specht  <os@openoffice.org>  [28acf2e9a0a769ad731874437a277b99499a38cb]

        prevent multiple creation of a SwXDocumentIndex object

2000-11-01  Christian Lippka  <cl@openoffice.org>  [51cb8292a70ecf32d9df9f666cb25e93d3d3f31a]

        #79741# always create background object on new master page

2000-11-01  Andreas Schlüns  <as@openoffice.org>  [d4e317f31f05eae4644a7abd40f42417998a7bd2]

        new property handling and keynames for history

2000-11-01  Frank Schönheit  <fs@openoffice.org>  [9903e004438ec8800141e64ed658de24e48706a5]

        #79939# corrected the auto control focus handling in Activate

2000-11-01  Sascha Ballach  <sab@openoffice.org>  [c43126f8ffe6459d68cc40f1c56a9ceacc824f2d]

        catch exception on getByKey on a NumberFormatter

2000-11-01  mfe  <mfe@openoffice.org>  [185ca3ccaf0ed32c116c70c56f1a278d9aec04cc]

        pp needed in string2ustring

2000-11-01  Daniel Rentz  <dr@openoffice.org>  [bdf7ab1b2ff04d2a619d598cbd614cfe91aa1e13]

        add: export of table:consolidation

2000-11-01  Daniel Rentz  <dr@openoffice.org>  [7bb451fec44b1544f096f3ece042ba7b90eb790e]

        add: items for table:consolidation

2000-11-01  Armin Weiss  <aw@openoffice.org>  [dfff9bbb025c2483348be89d2e4e7c9e759d4308]

        #79932# 2nd fix for this bug: added CreateNewItemSet() implementations for SdrPageObj and SdrVirtObj

2000-11-01  Sascha Ballach  <sab@openoffice.org>  [869fb45a834ccf220c79ea01b491eb3e3a81fc81]

        Outline Import/Export completed

2000-11-01  Armin Weiss  <aw@openoffice.org>  [382132a7de65d8895b9a955a4d707ea16794aa68]

        #79932# first raw fix, create an default ItemSet in SdrObject::CreateNewItemSet()

2000-11-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bdb58fe745f3cef1d1ec8cbf68066ef365567b3a]

        FreeBSD patch

2000-11-01  Michael Brauer  <mib@openoffice.org>  [c551cfeb7e766872520973e27debec88693f89e4]

        #79923#: Don't delete table at header or footer's end

2000-11-01  jp  <jp@openoffice.org>  [e839ddd6ffdd40524a6ba98e1e3697f5f65ad1fa]

        optimize: use the same code to read MAC-Pict

2000-11-01  Andreas Schlüns  <as@openoffice.org>  [b138c5d130712ff64d814b94db7faaad2d3f4954]

        make it threadsafe; change user interface ...

2000-11-01  Daniel Rentz  <dr@openoffice.org>  [f9cabb4c2b3de7198197e4d48c5111a19aa5b53d]

        add: table:consolidation

2000-11-01  Christian Lippka  <cl@openoffice.org>  [21f49acc17c539cf4dd03fe3e6bab75a7405c50d]

        #79597# invalidate wrapper when page is removed

2000-11-01  Oliver Braun  <obr@openoffice.org>  [f2a079c8d7642f06b1ae9fc99ea61ef6d57c6a94]

        introduced SAL_MODULENAME macro and removed (old) revision logs

2000-11-01  Oliver Braun  <obr@openoffice.org>  [23eed1bab2eb3719d8bbe0e2bb846d6a7903cb72]

        introduced SAL_DLLPREFIX and SAL_DLLEXTENSION macros

2000-11-01  Oliver Braun  <obr@openoffice.org>  [479fddd9afc3e16e53848350f63e10214cc094b6]

        introduced CPPU_LIBRARY macro

2000-11-01  Sascha Ballach  <sab@openoffice.org>  [f13a57eeeab541baad1f5707a6131dd076e1f6cc]

        #79901#; pipe moved to comma, so that region-left?, region-center?, region-right? is possible

2000-11-01  Oliver Specht  <os@openoffice.org>  [7ded86817c2293186903dcc549702d7edba32ae8]

        convert names of character styles, too

2000-11-01  Oliver Specht  <os@openoffice.org>  [a0754a94ca5775b2222fccf80841b99bde8a724b]

        CreatePortions: create portions of objects at the end of the paragraph

2000-11-01  jp  <jp@openoffice.org>  [07750be628426b3136f6ff5a028fc5f87423aeab]

        new method LoadStyleFromFile for docshell and uno

2000-11-01  Oliver Braun  <obr@openoffice.org>  [41a250d747babd88431811a11133c1354f285150]

        removed obsolete opipeconnection

2000-11-01  Oliver Braun  <obr@openoffice.org>  [3423d71faabe91a9e9059edc1e0716e1bd2d27a4]

        removed obsolete opipeconnection

2000-11-01  Kai Sommerfeld  <kso@openoffice.org>  [c4f9e6c1d0d669946ca9f74a8607cadcb9e18fb9]

        Removed: Wrong asserts from isFolder() and isDocument().

2000-11-01  Patrick Luby  <pluby@openoffice.org>  [41bf1d03e4d55ce09613f844e3a4b0bd0821647a]

        Reorganized all Objective-C object definitions and C wrapper functions so that they are separate from C++ definitions

2000-10-31  Sander Vesik  <svesik@openoffice.org>  [dc8eb84199340ef80d2850d9c8b642f733badb31]

        update dependancy list for extensions

2000-10-31  Patrick Luby  <pluby@openoffice.org>  [4311801b7d0d1ed604a8269e0487bef33cbfe6a7]

        Enhanced implementation of SalFrame class so that code now will run through the normal vcl execution path.

2000-10-31  jp  <jp@openoffice.org>  [f5530c188a928063fb5377fdd40728723d23f19d]

        change usage of filestream to medium

2000-10-31  jp  <jp@openoffice.org>  [36755f8c0cdc10f149ce6756fec1976b759f44b8]

        change usage of filestream to medium

2000-10-31  jp  <jp@openoffice.org>  [fa079723eff6567af838385f101ad5230d364522]

        Bug #I78#: BrushItem - set color to transparent

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [51851d9ecb5ab221282743e624deb57ff3c201fd]

        use global accelerator if module accelerator doesn't handle keyinput

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6e3f9bed9b757bb08e7b5c397e98e8931563266]

        allow for physical names in SfxMedium

2000-10-31  Kay Ramme  <kr@openoffice.org>  [66a7c5f927aa0c1e9197d472a8dca7c1270bfe68]

        #78167# WINCH signal handler only set for office application

2000-10-31  Niklas Nebel  <nn@openoffice.org>  [d0700e968f151a6a1992348dde391b9aec398887]

        #79918# better handling of errors in goal seek

2000-10-31  Niklas Nebel  <nn@openoffice.org>  [25ded8988287c98e9660ca726a456e838b34367c]

        #79918# use GetValueAlways for goal seek

2000-10-31  Niklas Nebel  <nn@openoffice.org>  [9720f6a17eeda47e38b61f5b647741490e64d46b]

        #79918# GetValueAlways (for goal seek)

2000-10-31  Kai Ahrens  <ka@openoffice.org>  [c3fcc555462abbf1f1873c1ad4b90da7cf871a26]

        #79655#: Set stream compress mode in ::WriteData

2000-10-31  Kurt Zenker  <kz@openoffice.org>  [14c313f105e2e204f02856b0c8c2885eb694c476]

        use a typedef

2000-10-31  Oliver Bolte  <obo@openoffice.org>  [f48d0ba7239c1d8051c584774e109d72c70db5fe]

        Chg: No sba-lib

2000-10-31  Oliver Specht  <os@openoffice.org>  [096f9f54532ee4327186bb83ad72cdee3a2a35ba]

        wrong break moved

2000-10-31  Armin Weiss  <aw@openoffice.org>  [273f13879c82557974ae0156c44f11c8409ccc90]

        added PreSave() and PostSave() calls to PrepareStore()

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [7be6f6aae0d7b9b074f605854845caf7eb5f6e6d]

        #65293#: includes

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [1ad628fb8f1457f00ee570969ec0d4a0277e03e5]

        added XCompletedExecution interface & implementation

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [89e171b50cbfc5a652c4f997b86ad64fcee0883f]

        #65293#: includes

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad6c66a601695f1abb7ef69184eab6c4943b7ebd]

        #65293#: moved include

2000-10-31  Jörg Budischewski  <jbu@openoffice.org>  [62e449fc0745e59b51d14f1068f00b9c46c3074c]

        must change: new way to generate descriptions and types

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2651ee34bf619cbdf9fb1096567b7bd96836cf4]

        #65293#: syntax

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [800a83dcd70cccb2343be90963fbe2381217d6db]

        #65293#: includes

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa62448d4840c33bcf0de5e6ea34b4adb5970705]

        #65293#: includes

2000-10-31  Oliver Bolte  <obo@openoffice.org>  [5f70603f5feadf239c4f522735117273d8db33cd]

        Change: xHyphenator1 to xHyphenator

2000-10-31  jp  <jp@openoffice.org>  [68a7a6fb41b793922f12798a322da555e6e8792d]

        Bug #79912#: IsTransparent - ask the attribut too

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3363f46cf22b20ff9ebfb3f03b321454d8c1499]

        #65293#: includes

2000-10-31  mfe  <mfe@openoffice.org>  [8f9d39cc986b2d740ffa2eb83998504c25318765]

        made getLastSocketError work

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8abe9bd0d6b88c0a80c9b5ce05d1dcd443daeeb]

        #65293#: comment out more selectively

2000-10-31  mfe  <mfe@openoffice.org>  [b180154be02b8e4268cb91aec1ade249db8b0955]

        ustring creation with textencoding

2000-10-31  mfe  <mfe@openoffice.org>  [18cb2e4846b6366254d4641018718f422170f67b]

        ustring creation woth textencoding

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc8328e09a1fbb37441640e45e6c5f7f69d7c011]

        #65293#: syntax

2000-10-31  Armin Weiss  <aw@openoffice.org>  [06fe02817c855a1facbabff88ecf2734405ec28a]

        errors at merge corrected (!?!)

2000-10-31  mfe  <mfe@openoffice.org>  [0c8c08e09f11db81c46105b83dcb233e3692169b]

        reorg and bsd reno fd transfer

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [caf1a211719f7070d4e4602d2c4cdcd69467cefb]

        added XCompletedExecution interface & implementation

2000-10-31  mfe  <mfe@openoffice.org>  [e881f6c4bf2917722c535eaa8eb86f3eaab8be1f]

        access mode

2000-10-31  mfe  <mfe@openoffice.org>  [f931cb68736ac17e52ecafd291935cef16ad9e86]

        removed memory leak in osl_getSymbol

2000-10-31  Armin Weiss  <aw@openoffice.org>  [3b89de2358fea477a501ca88da180acd0239c705]

        added ressources for StarOffice XML names

2000-10-31  Armin Weiss  <aw@openoffice.org>  [fdae3b98c002801b6bade66a7c0a5439dab2af7e]

        added StarOffice XML strings

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [609ab6a9de29a3f7fe8a43a56bd0dc23c8340aab]

        #65293#: AtomServer moved to unotools

2000-10-31  Andreas Schlüns  <as@openoffice.org>  [ff78e53d8f495f20fc0b2ec3ac41e767c52dfa41]

        new config item for history handling

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c1181c0cb5a632753aea4e3669083e3fad2e385]

        #65293#: out comment invader game

2000-10-31  Sander Vesik  <svesik@openoffice.org>  [c12ad9af80c9882f96a2571e10ee94016c3582e7]

        UnoControls depends on offuh.

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [d5d218b51b2232b7021c99e8a3ab1772ea2e316a]

        minor changes to make our compilers happy ...

2000-10-31  Oliver Bolte  <obo@openoffice.org>  [c492b20f05efd6d7b490df1d73a67fa455a7804e]

        link error linux

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b4a9535dfa7de2530332bb4bf77bf01dc45e7ed]

        #65293#: typo

2000-10-31  Oliver Bolte  <obo@openoffice.org>  [97bd062e16eb7f72e8dd0a766345e4fed53b0d9c]

        change: without saveopt.hxx

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [764cac1bb28788faa88557111b8b863fc05fbc70]

        #65293#: exception specification

2000-10-31  Armin Weiss  <aw@openoffice.org>  [caea9adb00e9e6e34e3978a29136069f62162c85]

        #79585# texturing needs to be switched off before drawing 3d contour

2000-10-31  Peter Burow  <pb@openoffice.org>  [8d35b62758cc8f2e58ec2134c171493a55d16fb2]

        chg: saveopt.hxx removed

2000-10-31  Kai Ahrens  <ka@openoffice.org>  [2daf9d142be7d5806e399957b10be0beca8a1011]

        #79897#: added undo for graphic attributes

2000-10-31  Christian Lippka  <cl@openoffice.org>  [88d516dbf9ff690b53a887a9aefee7ac9ce1e8e9]

        removed XServiceInfo methods, theiere not needed

2000-10-31  Sander Vesik  <svesik@openoffice.org>  [e28e3e15a3b6d5cd73a3bc574d0f63fef1044f93]

        minor fixup

2000-10-31  Hennes Rohling  <hro@openoffice.org>  [32d39d0256940ecdb1decbf891d6d1b293453c80]

        #72083# Provide new function osl_setDebugMessageFunc

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5aa29459da3e978f6dbfeae284e1d1842b3fc6e]

        #65293#: typo

2000-10-31  Hennes Rohling  <hro@openoffice.org>  [5c2bcdd7a61a7fb7b199369c2893efc774d97c78]

        #72083# Provide new function osl_setDebugMessageFunc

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [4af874c1a9a5ac95acfd1a5b1c81be20b52c9c2f]

        CursorWrapper: initialize m_xGeneric

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [a76a13e1fac78cc2b932c04bf934ef7ed1cb45ef]

        added operator ==

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [b64cddd9ba97d6382ebd64e5c1212efce4be486d]

        removed qryparam.hxx - file is obsolete

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [ba5321453dd2930548ac12d9096d2f5c04aced50]

        disposing: allow for an empty m_xAggregateAsRowSet

2000-10-31  Kai Ahrens  <ka@openoffice.org>  [f63ae1b206193f8f1f0670b3927fe802180fad67]

        #79897#: added undo for graphic attributes

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [7accda9d996861d146348cf20837a39bd92e09d5]

        #79904# createPeer: correctly set the size of the new object

2000-10-31  Andreas Schlüns  <as@openoffice.org>  [ef0119786a73ad7aa1cdd316428d7e98d88ba3e3]

        make it threadsafe at all

2000-10-31  Oliver Specht  <os@openoffice.org>  [f53f488517a6999c462259d7b6443b0b626576ec]

        #79557# own property map for paragraphs

2000-10-31  Andreas Schlüns  <as@openoffice.org>  [997dc30b30941ddeb56e83b72e68ec575e9a784e]

        #79873# repair getTypes() mechanism for baseclass ...

2000-10-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1be9cfd2024ce638589731e67bdf3b4ec177af0]

        moved rules from rules.mk

2000-10-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5d2548e28ff66375621b636a78be51b4ed94d340]

        moved rules to pstrules.mk

2000-10-31  Oliver Specht  <os@openoffice.org>  [c7992388a6b13ba96735fc14afa43160d10c3f57]

        check SwDoc::GetRootFrm() first

2000-10-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [af8cd235395a4056de6c23eefb8d60e641ab9e92]

        #65293#: typo

2000-10-31  Andreas Martens  <ama@openoffice.org>  [e11c2fdfe7fb7c8073020db02892a77a286dd5f7]

        Fix #79735#: Loop with fly in headerframe

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [0c8a5e67c3c468955a0e901b443b89f4cdbb22be]

        removed RID_SVX_DLG_QUERYPARAMS - functionality is available via the com.sun.star.sdb.InteractionHandler service

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [522f92d5591f75825ddbe81b35a3d20372e65bbe]

        qryparam is obsolete. Functionallity is accessible via the com.sun.star.sdb.InteractionHandler service

2000-10-31  Kai Sommerfeld  <kso@openoffice.org>  [9ddf1758c17b3d49e2b2a269633a5163d21fbc04]

        Fixed: Typo in XContentAccess::queryContentIdentifierString() - the        second 'i' was missing.

2000-10-31  Andreas Schlüns  <as@openoffice.org>  [5be0141c9e458cdb684b6f8a61efcd404139c20b]

        make it threadsafe at all

2000-10-31  Oliver Bolte  <obo@openoffice.org>  [ed6f7c608eba4a9382cb175fc47e1fd0d82ad915]

        parse error linux compiler

2000-10-31  Kai Sommerfeld  <kso@openoffice.org>  [fac73c03fbf810c29db61127dfb49ae24c8ce7f0]

        Fixed: Typo in XContentAccess::queryContentIdentifierString() - the        second 'i' was missing.

2000-10-31  Kai Sommerfeld  <kso@openoffice.org>  [66d9b1205f11fa515649901c58cb192987dd2e61]

        Fixed: Typo in XContentAccess::queryContentIdentifierString() - the        second 'i' was missing ( SUPD>611 ).

2000-10-31  Kai Sommerfeld  <kso@openoffice.org>  [faa2522b41d1597639f7ab4e374b65b46e669ef8]

        Fixed: Typo in XContentAccess::queryContentIdentifierString() - the        second 'i' was missing ( SUPD>611 ).

2000-10-31  Kai Sommerfeld  <kso@openoffice.org>  [df72d16d3ec5af2c2f13d0a9c8e26ae5984d57ed]

        Fixed: Typo in XContentAccess::queryContentIdentifierString() - the        second 'i' was missing ( SUPD>611 ).

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [8ab9010aee221356f62df32452a84f4ddbffb61c]

        use the sdb::Interaction handler to ask for parameters

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [4ea46d4ae629a6f067c629b4ee9d64f4d91639b7]

        +SERVICE_SDB_INTERACTION_HANDLER

2000-10-31  Kai Sommerfeld  <kso@openoffice.org>  [9540270ce6b76f8183fa78766aa7fbab18806dbb]

        Fixed: Typo in XContentAccess::queryContentIdentifierString() - the        second 'i' was missing ( SUPD>611 ).

2000-10-31  Kai Sommerfeld  <kso@openoffice.org>  [7438dfe5e8a8705afe0df45a2a847720b0b3d7ce]

        Fixed: Typo in XContentAccess::queryContentIdentifierString() - the        second 'i' was missing ( SUPD>611 ).

2000-10-31  Daniel Vogelheim  <dvo@openoffice.org>  [2be47309cf6cbb6db4d3a4c2c3899a134e21be76]

        - added: sheet-name text field (for Calc) - fixed: master-page-name in foot-/endnote-configuration

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [73bb6753f30d3793fb6bc4ea8c648e2d27295db8]

        staruno->com::sun::star::uno

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [555a4cf25cf1abf64cd08deeebb65d2dbbe6bd6b]

        use the sdb::Interaction handler to ask for parameters

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [9fbc8b07d4d5f79ae250b3a3b8f7401541269b52]

        +SRC_SDB_INTERACTION_HANDLER

2000-10-31  Michael Brauer  <mib@openoffice.org>  [5a272a571ae1cc45ddcf99e4622d4da2fd6215ba]

        #79777#: Oboslete assert removed

2000-10-31  Michael Brauer  <mib@openoffice.org>  [b08f3557f32ec39e7d634c4352b73568179f995b]

        #78008#: numbering rules export does not rely on a name any longer

2000-10-31  Sander Vesik  <svesik@openoffice.org>  [0a34fb6a5e04f44af103da3533894acc4bdcfdf1]

        Update to reflect changes in configure.in (FreeBSD support)

2000-10-31  Michael Brauer  <mib@openoffice.org>  [d8f44a0a61613180bbe77bcef1032d32c1b5c62b]

        SwXNumberingRules::getName now returns programmatic name

2000-10-31  Sander Vesik  <svesik@openoffice.org>  [fef17142bc293405fe16832c7c8574e6cffcd3c8]

        Add support for FreeBSD. Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-10-31  Sander Vesik  <svesik@openoffice.org>  [263c6fa224bf93dae65a6f9c34299d5fcf7dd0f3]

        Add support for FreeBSD. Contributed by: Tim Tretyak <timothy@umc.com.ua>

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [936c94193bc23ac8ddb577deacf933ef8f3bda01]

        OInteraction* (concret interaction continuations) are templates now

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [a56371eed256a75efadda08092fbba1041dd6af3]

        support an initial selection

2000-10-31  Frank Schönheit  <fs@openoffice.org>  [1c55b4609c7beb55ef6931c49d63367b5da29415]

        +selectDataSource - supporting an initial selecting when creating as service

2000-10-31  Patrick Luby  <pluby@openoffice.org>  [eb06bc3a72b4c48a500bbaafad104a546ea6c866]

        Removed linking to QD framework since Display Postscript is already in the AppKit framework.

2000-10-30  jp  <jp@openoffice.org>  [dc85136dd6d8568259efc7b514fd049b7073bc3d]

        Bug #79779#: BrushGraphicCache removed

2000-10-30  Eike Rathke  <er@openoffice.org>  [49619d466297f5094ece722382ec1f5772c97523]

        new: getCurr...

2000-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [78dae0f066d3c1fb6baf00e122ae302f2d540e72]

        description only when SHLnTARGET is active

2000-10-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a83fa5907a598ca8bd7eab9a5c3242cff2270ca]

        #65293#: linguistic -> linguistic2

2000-10-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1918fffaf554ae64df25e3fec452a4a72340a47b]

        #65293#: typo

2000-10-30  jp  <jp@openoffice.org>  [f90106314a00e7521d9aaf9e6e53395db5915ba4]

        Bug #79809#: don't call DeleteLayoutFmt

2000-10-30  Patrick Luby  <pluby@openoffice.org>  [bb90cd54aceeb839449aedf3a2fcf0d88ca6a4c5]

        Replaced -framework OpenGL with -framework QD since the OpenGL framework is already linked into the the AppKit framework.

2000-10-30  jp  <jp@openoffice.org>  [2bb41126f4bd5a33a5635cfc61ef2eddcc959972]

        Bug #79641#: IsSymbolChar - use the getType interface

2000-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [33334d28edd453a20a7e95dae30adea307d18811]

        new header; new version/date

2000-10-30  Andreas Martens  <ama@openoffice.org>  [84ddfad38eeb35448d319e28022a67bf60958b8f]

        Fix #79751#: The shell-pointer may be empty

2000-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [902cf9b5d18b2b2c53b15c42bd255fcbae5d158f]

        new header

2000-10-30  Andreas Martens  <ama@openoffice.org>  [00dd097f86f5612964905e5cfa5bbe9aca98de27]

        Fix #79699#: Drawobject with printarea-orientation

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [64c72850868bd72e9aef61f01f0dc34b3c32f34a]

        #79816# no need for a XDataDefinitionSupplier anymore - collect table/view names from the meta data

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [dc97d8c23eb47d81c01971361a8c49d6de8bf837]

        don't append the description of the ODBC data source to the DSN name

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [d217ba6813a29483605982029266002dd3b13b86]

        no password fields anymore - don't want to have them in and _data source aministration_ dialog

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [ea34d25af3f8905f6b9ce836dda4f20641d02efa]

        getCurrent...: add user property value if not empty only

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [7c6cc22cbed8f7d7b6fd8b62326b343c7690dc11]

        #79816# STR_INVALID_REGISTEREDDRIVER is obsolete

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [73b929993145b0e501976a1d8af143502e0975fb]

        #79816# second UpdateTableList got other parameters

2000-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5b41290249f501eb14781583157a576256d8646e]

        comments

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [0da56c7143474100df37649a961016ae2e4f6edf]

        moved from ../dlg

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [11ff4d114915cb1459420d67f84bc9edaed994a6]

        implicitly prepend DSN= in Construct

2000-10-30  jp  <jp@openoffice.org>  [9b5967853ac088ec13ec8c1c26234c16e966667e]

        unused headerfile removed

2000-10-30  jp  <jp@openoffice.org>  [58aaa8cc1677bb51c2d6b9cfee0f547b24f6048f]

        GetBinding: View must not exist

2000-10-30  jp  <jp@openoffice.org>  [360776a64a9e2d4d362edec89a6f8f837d054258]

        Bug #79589#: View must not exist

2000-10-30  Mathias Bauer  <mba@openoffice.org>  [b639de4a6a804a383aa62af272872ab58d91b65b]

        searchflag corrected for dispatchprovider of beamer

2000-10-30  gt  <gt@openoffice.org>  [ed5e666e0d675cb4f38eea4ada30618e5a246282]

        #79561# ReadString(): string cut after flags treated seperately

2000-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [80d5b189765065a357ae70570f01428be9f60cdc]

        changes for library description

2000-10-30  Mathias Bauer  <mba@openoffice.org>  [4d45c63c91c0609402faa01d4ccd447ccb8f6e28]

        insert beamer frame into container of parent frame

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [4c19511f57cc5e22c09b2a5373114ed3e8a6f07b]

        typo

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [e70633363fd261be0d0da065a0a0813224a1df82]

        initial checkin hid list for the dbaccess project

2000-10-30  Mathias Bauer  <mba@openoffice.org>  [41a10e82b86419612118a48e8cc2322bad88d676]

        wrong define

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [0cf9544ab426d73e83708db9231875f0450eaa9c]

        some help ids

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [495848796919af1762cedf2dd118dd89177b1bd2]

        #79820# some help ids

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [bfe0f84ead9a7f1f49cab84496e43fccb7ec4293]

        #79820# deliver hid list

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [ded1e0d3f6d34702b3eb9aab8fb0ef0053e7f8bb]

        #79820# build hidother.src

2000-10-30  Mathias Bauer  <mba@openoffice.org>  [bf96edd065cd1714318bbd427f03fe91483c7834]

        #75694#: dont ask for template if only templatefilename is set

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [91ef2d21bbfba91cb98837305ca1b8b71548b96d]

        initial checkin - help ids for the dbaccess project

2000-10-30  Mathias Bauer  <mba@openoffice.org>  [0042696f9c36a58396ea5e000becb944b666c577]

        use tempfile in unotools

2000-10-30  Michael Brauer  <mib@openoffice.org>  [61f90de9663490a1a2f7b67c45fe8d6f46496ece]

        #79888#: Don't try to export background images as columns

2000-10-30  Kurt Zenker  <kz@openoffice.org>  [15f51bd8ac071cebc16d900a288526d74d37c8dd]

        UDK206

2000-10-30  Mathias Bauer  <mba@openoffice.org>  [43bd5f68a3567dacdbedd7b72b739a57b6df9d2f]

        new fileaccess support

2000-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a0fc915ce3cd97ca02cc28f14b657ed49c8d8926]

        changes for library descritpion

2000-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [515721a9b6ee325f631ee74efc2a189260eaef17]

        default library description

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [9954f39757088b846c23b7427cd44233707b38b6]

        #79823# minor changes

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [d27fed20f66646f38eb85792c18cfcee6311107b]

        #79823# ODatasourceSelector: +(WB_TABSTOP | WB_DIALOGCONTROL)

2000-10-30  Kai Ahrens  <ka@openoffice.org>  [957551c1647af5e756f33eac3c775b0675190591]

        added new effects

2000-10-30  Kai Ahrens  <ka@openoffice.org>  [1342d9cc85886457b08e19fcfc091cdaa5de9bbf]

        added new effects

2000-10-30  jp  <jp@openoffice.org>  [55db9cd721d46ea1ac95531088a564cf64272404]

        new: EmphasisItem

2000-10-30  jp  <jp@openoffice.org>  [dff8d8f3a14576b4e3db33f858627851b67c358c]

        new: EmphasisItem

2000-10-30  Kai Ahrens  <ka@openoffice.org>  [dad89352b1a1d9a95d6e15d2a1834a486593e8c5]

        added resources for new effects

2000-10-30  Michael Brauer  <mib@openoffice.org>  [9ab05af86c2babeec833cba521b0515d34169bc0]

        #79763#: column separator line

2000-10-30  Oliver Braun  <obr@openoffice.org>  [fb4a6dca1f7478144b8f3e36cde11153fff10cc6]

        removed SUPD dependencies

2000-10-30  Kai Ahrens  <ka@openoffice.org>  [5cd0786ea3cb18e9fd3e469980c54dff84868a3e]

        look for sounds in Gallery user sound theme, too

2000-10-30  Kay Ramme  <kr@openoffice.org>  [42afb0b3e2c7bdf38e3739207073e8a5c6ab36f2]

        #76899# notify of error listeners fixed

2000-10-30  Andreas Bille  <abi@openoffice.org>  [8f7d7e81818e1a71d1059248a53ce40296a8c78f]

        Delivering startup script

2000-10-30  Andreas Bille  <abi@openoffice.org>  [710b61a92d4a119697c3d7ee45c6ad21e26cfdb9]

        Added delivering of start script

2000-10-30  gt  <gt@openoffice.org>  [2d7dc0c63bd8220958ab128e239050ec1b9e1d4a]

        #77024# ImportExcel::EndSheet(): reset of extern name buffer only for < Buff8

2000-10-30  Armin Weiss  <aw@openoffice.org>  [7041e60fe0d1635a97cdf17d5dac747d6bae48e4]

        change SdrObjects to use SfxItemSet instead of SfxSetItems. Removed TakeAttributes() and SetAttributes(), new ItemSet modification methods (GetItem[Set], SetItem[Set], ClearItem,...)

2000-10-30  Hennes Rohling  <hro@openoffice.org>  [b91ebaf55ab81e0eb60f1490e87a64998a76bc66]

        Same button order as in VCL

2000-10-30  Michael Brauer  <mib@openoffice.org>  [29e0a927f1d0e0b7b7d5c60697bad3c961184e7d]

        #79557#: property map corrected for unknown attributes

2000-10-30  Kai Sommerfeld  <kso@openoffice.org>  [3b495c367436ba90758292d03d7c82f6f39a0e20]

        Added: provconf.obj

2000-10-30  Peter Burow  <pb@openoffice.org>  [4b0792ac58432ba96fb3543a6b748ec3ea55eff5]

        chg: libcall.hxx removed

2000-10-30  Oliver Braun  <obr@openoffice.org>  [22b87ee2fb3b54ae56fab9fd6a301d5da3a8d802]

        removed SUPD dependencies

2000-10-30  Armin Weiss  <aw@openoffice.org>  [03f7b689c03137352d8caca59d7b7644516b4b9d]

        change SdrObjects to use SfxItemSet instead of SfxSetItems. Removed TakeAttributes() and SetAttributes(), new ItemSet modification methods (GetItem[Set], SetItem[Set], ClearItem,...)

2000-10-30  Armin Weiss  <aw@openoffice.org>  [643189a942c0cb49870501574ee4b35c07cfc716]

        change SdrObjects to use SfxItemSet instead of SfxSetItems. Removed TakeAttributes() and SetAttributes(), new ItemSet modification methods (GetItem[Set], SetItem[Set], ClearItem,...)

2000-10-30  Peter Burow  <pb@openoffice.org>  [4af94d08b6957981f901f7f8870d1542e804080b]

        chg: libcall.hxx removed

2000-10-30  Niklas Nebel  <nn@openoffice.org>  [3fe53c2de360120a491f521740dce1c50d74a1b9]

        write data rows

2000-10-30  Sven Jacobi  <sj@openoffice.org>  [fde9956bbd814be70ffda922424973c849639bf1]

        now exporting GraphicCrop attributes

2000-10-30  Kay Ramme  <kr@openoffice.org>  [823b3a21f2a6330d21c68684aaf44005fe176707]

        inform listeners also when EOF reached

2000-10-30  Niklas Nebel  <nn@openoffice.org>  [d336964e763209bc937fc2a7781b43537158c0a7]

        #79769# store area link destination ranges

2000-10-30  Niklas Nebel  <nn@openoffice.org>  [6b27dd97f8d3fb798b58b33ec94d6b5499a1c920]

        #79769# areasave

2000-10-30  Niklas Nebel  <nn@openoffice.org>  [fea6b01bbea6862410c57a06a0d315b765890b43]

        #79769# object to store AreaLink destination area

2000-10-30  Niklas Nebel  <nn@openoffice.org>  [b14a28cd89896120538fc7b8cfdd471a097c56f4]

        #79769# UpdateRefAreaLinks

2000-10-30  Niklas Nebel  <nn@openoffice.org>  [4bc5372cfa0dd2e52d07dc6cce5a89104a5eaecd]

        #79769# UpdateRefAreaLinks

2000-10-30  Armin Weiss  <aw@openoffice.org>  [b0c2ec72ff171d8b4303d39f11f67497e88e2d8c]

        change SdrObjects to use SfxItemSet instead of SfxSetItems. Removed TakeAttributes() and SetAttributes(), new ItemSet modification methods (GetItem[Set], SetItem[Set], ClearItem,...)

2000-10-30  Armin Weiss  <aw@openoffice.org>  [ac1961ebb754355a2197981aae83f97048845058]

        change SdrObjects to use SfxItemSet instead of SfxSetItems. Removed TakeAttributes() and SetAttributes(), new ItemSet modification methods (GetItem[Set], SetItem[Set], ClearItem,...)

2000-10-30  Sascha Ballach  <sab@openoffice.org>  [2f420692d6201815297359380c7c7e840c2e1151]

        #79875#; allow clearing of numbullet item

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [34893e198426b748831e9382721e37a150933e5e]

        #79868# disable the Reset button when selecting deleted data sources

2000-10-30  Ocke Janssen  <oj@openoffice.org>  [0b54b1983377ad276a21f4f38e019be5c0a29060]

        remove qeodbc.h

2000-10-30  Ocke Janssen  <oj@openoffice.org>  [93b088b7ccb19c0af1dc743501405c24ae34f86a]

        some changes for linux

2000-10-30  Armin Weiss  <aw@openoffice.org>  [00b3648bc2de353a22433fa41d7504096532c315]

        change SdrObjects to use SfxItemSet instead of SfxSetItems. Removed TakeAttributes() and SetAttributes(), new ItemSet modification methods (GetItem[Set], SetItem[Set], ClearItem,...)

2000-10-30  Ocke Janssen  <oj@openoffice.org>  [f0af1d896d8828522ab165e55356a33ddf31b02d]

        replace <: in < :

2000-10-30  Kurt Zenker  <kz@openoffice.org>  [9e9bb37f3eb4f5233de3da3edbfc96051c9e6070]

        removed Flag ONE_LINGU

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [ed10baaf4d904b53ce416b9a9449727bcf48b59b]

        error messsage if the creation of an UCB content fails

2000-10-30  Armin Weiss  <aw@openoffice.org>  [371060e167ad92eddc7820ec40fb6b0466033972]

        change SdrObjects to use SfxItemSet instead of SfxSetItems. Removed TakeAttributes() and SetAttributes(), new ItemSet modification methods (GetItem[Set], SetItem[Set], ClearItem,...)

2000-10-30  Andreas Bille  <abi@openoffice.org>  [3527bf0e246853792887354ba429d77d19ad14a5]

        Added delivering of xmlhelp.jar

2000-10-30  Andreas Bille  <abi@openoffice.org>  [163a536bd44a653252ddcab803aa00443286d637]

        Now building with Berkeley DB and sunparser

2000-10-30  Kai Sommerfeld  <kso@openoffice.org>  [210a534b12bfc3befed9e50c74a1204adb994af1]

        Fixed: Content::isFolder() and Content::isDocument()

2000-10-30  Andreas Martens  <ama@openoffice.org>  [4b34cf96f5f783572778b321cbcfa5c9da1116b4]

        New: Text adjustment in multiportions

2000-10-30  Kai Sommerfeld  <kso@openoffice.org>  [8af0b35e462b941c55e22640b3b199e77d37d3e2]

        Fixed: GPF in Content::getPropertyValues(...).

2000-10-30  Andreas Martens  <ama@openoffice.org>  [1d10fb1197ea93f3532726c55ddd5a0eaa9ed944]

        New: Text adjustment in multiportions

2000-10-30  Armin Weiss  <aw@openoffice.org>  [030f0ab1e5a6dd4d3664ebb7a1de4bed87aa7017]

        change SdrObjects to use SfxItemSet instead of SfxSetItems. Removed TakeAttributes() and SetAttributes(), new ItemSet modification methods (GetItem[Set], SetItem[Set], ClearItem,...)

2000-10-30  Ocke Janssen  <oj@openoffice.org>  [a412dbbdfc370fff46923146fca6deea040b0021]

        class moved to comphelper

2000-10-30  Ocke Janssen  <oj@openoffice.org>  [a807bb24ee57e851a8e21d263e2e2a4811fa4ef7]

        descriptors inserted

2000-10-30  Ocke Janssen  <oj@openoffice.org>  [a1e93a818e2375ef3ced8dc056200d4f00a016c0]

        use tablecontainer if no tablesupplier is supported

2000-10-30  Jörg Budischewski  <jbu@openoffice.org>  [f472e092704e2772a19931d0f07608fb010572a3]

        switched to different naming convention for protocols, service should be named UrpBridge instead of simply Urp

2000-10-30  Thomas Lange  <tl@openoffice.org>  [f5248a95b9fc468940fd58c447e3d0584a4f947f]

        linguistic removed

2000-10-30  Andreas Schlüns  <as@openoffice.org>  [ea81816ba11a3c1a377a98e98f1a5a63324aa99b]

        new config item for start up configuration

2000-10-30  Andreas Schlüns  <as@openoffice.org>  [8bde48fb95ff4da8cf028f4e46b48f81032b51ef]

        new config item for internal configuration

2000-10-30  Ocke Janssen  <oj@openoffice.org>  [d59d3b79ab7049b90a2b1e80f39440d4f7772d1d]

        descriptors inserted

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [a660f366128c099b0ee58fb4fb448797b605d153]

        getCurrentSettings: no password dialog if the current data source type does not need authentication

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [ed5f3d81863f004d0c05d7de46c848ec61dd2fd1]

        +getDatasourceType / +getRelevantItems / +hasAuthentication

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [693699c2b512b012dd0fa15ea4a9b816b63dda21]

        + hasAuthentification(DATASOURCE_TYPE)

2000-10-30  Frank Schönheit  <fs@openoffice.org>  [70a51a31a751ca49f4c65bc357a2fa7e5de9d4f5]

        acceptsURL: catch all exceptions when calling getDriver

2000-10-30  Ocke Janssen  <oj@openoffice.org>  [d23b336a85616e3f5712d5c17baf68be7c3b8f8f]

        descriptors inserted

2000-10-30  Andreas Schlüns  <as@openoffice.org>  [57feceabad44e7cced9cde7845575a858c509657]

        new config item for dialog configuration

2000-10-30  Ocke Janssen  <oj@openoffice.org>  [b2c5030c2f0fa3f8f8e270513e648aa4d4b2da49]

        descriptors inserted

2000-10-30  Ocke Janssen  <oj@openoffice.org>  [dad12374df549d8c11f0a871ce7c0d5a1847158d]

        descriptors inserted

2000-10-30  Andreas Schlüns  <as@openoffice.org>  [5104c8e538ed361ce0e9c665e353d7e43cd22edb]

        new config item for dialog configuration

2000-10-30  Martin Hollmichel  <mh@openoffice.org>  [b182ba667d5cfccfb51c5a10ee5c38af8fff75e0]

        changed some comments

2000-10-30  Patrick Luby  <pluby@openoffice.org>  [8e75d2a57203f6269b2efa43731857c684210328]

        Added -framework OpenGL to LINKFLAGS

2000-10-29  Eike Rathke  <er@openoffice.org>  [8111e2614829e006a6ddb864a89b533527fa8f17]

        i18n API moved from com.sun.star.lang to com.sun.star.i18n

2000-10-29  Eike Rathke  <er@openoffice.org>  [ad2925bafc53d0ff42a72fc0629811e4d8fdacc7]

        i18n API moved from com.sun.star.lang to com.sun.star.i18n

2000-10-29  Eike Rathke  <er@openoffice.org>  [81977773877c80bd54999f70ecb5a2fe31fa513e]

        i18n API moved from com.sun.star.lang to com.sun.star.i18n

2000-10-29  Eike Rathke  <er@openoffice.org>  [68e03ea7ba882d30abc17538555e2e73c03f8dad]

        i18n API moved from com.sun.star.lang to com.sun.star.i18n

2000-10-29  Eike Rathke  <er@openoffice.org>  [2b851bf7d06bfbfcb5ed6ecc9cbe24ff523daf0a]

        i18n API moved from com.sun.star.lang to com.sun.star.i18n

2000-10-29  Eike Rathke  <er@openoffice.org>  [6531c976ed6ffbf8e50410433515a3bf0b8dc33b]

        i18n API moved from com.sun.star.lang to com.sun.star.i18n

2000-10-29  Eike Rathke  <er@openoffice.org>  [4d15562c0e3f02f17cdecac29ea6933b2cced6ce]

        i18n API moved from com.sun.star.lang to com.sun.star.i18n

2000-10-29  Eike Rathke  <er@openoffice.org>  [3b2bc4d3cec92fc1f665c1bb7d41426a3a47ea65]

        i18n API moved from com.sun.star.lang to com.sun.star.i18n

2000-10-29  Eike Rathke  <er@openoffice.org>  [4e7ec0b64822199f219cc4868c29894597a8c07c]

        add: i18n

2000-10-29  Patrick Luby  <pluby@openoffice.org>  [7cc3965d7cd04320fabd7dbdd085a2b7a48ab71e]

        Implemented event handling through the standard vcl process. Now the event processing can be started by invoking the static Application::Execute() method.

2000-10-28  Patrick Luby  <pluby@openoffice.org>  [84a44bcc3808da67871cf14e7353bef9cb91de23]

        Moved initialization and release of global GUI objects for Mac OS X into salfraem_impl.m

2000-10-28  Patrick Luby  <pluby@openoffice.org>  [250efb168377609e8d36d0fb389322268592cd24]

        Updated names of NSWindow C wrapper functions to be more consistent with actual NSWindow methods that are being called.

2000-10-27  Niklas Nebel  <nn@openoffice.org>  [b91ba97a18f115f92829715d03dd221194066c97]

        dBase export: exceptions

2000-10-27  Niklas Nebel  <nn@openoffice.org>  [0ec1e9cbdfb4be18ea18b6b9be567d23bff5963f]

        dBase export: don't set warning errorcodes

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [081deeb56df10fca62b1fc48a79fe6b04e3a822e]

        Merge SRC610: 27.10.00 - 20:24:06 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [8c99ef3974d65cc2803e5258f6bd5ff25f230189]

        Merge SRC610: 27.10.00 - 20:21:35 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [938528cb3650ed0f8aef3dced34d4cab3f671916]

        Merge SRC610: 27.10.00 - 20:20:08 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [13e3ed00993b1e5ea1c279776d35a7dd15fd4b00]

        Merge SRC610: 27.10.00 - 20:18:40 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [ea5205972febe388337b70c0bfbbded281e3b6b7]

        Merge SRC610: 27.10.00 - 20:17:18 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [4176c52386d4ab47977df3505bfafe60f974ac14]

        Merge SRC610: 27.10.00 - 20:16:10 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [7228ae71f07dd5bcd63233cccf5c9fe928b61c38]

        Merge SRC610: 27.10.00 - 20:16:09 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [3d8b2a94e26601a38eb5df86fba43d3299a609cf]

        Merge SRC610: 27.10.00 - 20:15:09 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [941ea90c1435b04b1a329c402f4eee002d9ebb16]

        Merge SRC610: 27.10.00 - 20:13:33 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [23b4036041ee6924da4a5655d1c8e83a37ccb094]

        Merge SRC610: 10/27/00 - 20:13:32 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [249d0f8e33195eb1dcc6fb58740cb037b04bc8c6]

        Merge SRC610: 10/27/00 - 20:12:16 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [77cf4a4f32ef63b54c8d909dbe7e2dece2382703]

        Merge SRC610: 27.10.00 - 20:12:17 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [da096b3e1cc3587c5885ec90b0d1421f92e2450a]

        Merge SRC610: 27.10.00 - 20:11:02 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [3bbc4972ccb91ea930f576fd60dd108d4889f1f0]

        Merge SRC610: 27.10.00 - 20:11:30 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [38006c3c2584525511dd98ca4f242c518c26ec36]

        Merge SRC610: 10/27/00 - 20:11:26 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [9c392818cbbd48f11ee4176ad9ef8226166b8978]

        Merge SRC610: 27.10.00 - 20:10:41 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [1be93c35a58c7f53fadd561573d35f9e1826b966]

        Merge SRC610: 27.10.00 - 20:07:40 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [d2349d5aeddb9f4ce942a62ff68eec018fce975f]

        Merge SRC610: 27.10.00 - 20:05:02 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [9a6c9c43920e8bed4a50d071cf0a07117ce3dc3a]

        Merge SRC610: 10/27/00 - 20:04:40 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [7a41e7bec4e077e04f64b3ac6ab89c4fadc6ccff]

        Merge SRC610: 27.10.00 - 20:03:40 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [f13805075019529f867f0fc815d3eeb4bdf1867b]

        Merge SRC610: 10/27/00 - 20:03:30 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [428342ff62703c4a9dfce76f989235d1c9594d80]

        Merge SRC610: 27.10.00 - 20:03:01 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [58d6e27c2081e77809aeb0782152736286f425a6]

        Merge SRC610: 27.10.00 - 20:03:13 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [be823551b34081dffa59423972591c189327c529]

        Merge SRC610: 10/27/00 - 20:02:21 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [64be8c8436999e4edca22d3f10ec7db58189a3d5]

        Merge SRC610: 27.10.00 - 20:02:01 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [9cf7fa688e23516252ad3d8f98a357372d03b3ac]

        Merge SRC610: 27.10.00 - 20:01:14 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [c276c1771dcc52211574134f782c87ea27368adf]

        Merge SRC610: 27.10.00 - 20:01:18 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [74c37cab93f39743eb440e46cc0adfd466c9879f]

        Merge SRC610: 27.10.00 - 20:01:04 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [99325ddc9b823e21e4869f180b1ca89ef461a5ab]

        Merge SRC610: 10/27/00 - 20:00:57 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [20b692340d0b478bcf62769a2c09b0620a2479ac]

        Merge SRC610: 27.10.00 - 20:00:00 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [45765780926b562ac4f3d017b846f3ac6304420f]

        Merge SRC610: 27.10.00 - 20:00:02 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [1e90f6390b90c1762768a961a38bc6caf26145de]

        Merge SRC610: 27.10.00 - 19:59:27 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [b75fc46420658fcd072fc991396cb7d519f22447]

        Merge SRC610: 10/27/00 - 19:59:05 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [873555d8973a36c31f1b9bacaf647985db51283d]

        Merge SRC610: 27.10.00 - 19:58:57 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [97481f0cc4e5d68a5f6eb52946aecfde00662b6f]

        Merge SRC610: 27.10.00 - 19:58:50 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [14dceace6701ac0ea22eb131cd8c2b077562e8c9]

        Merge SRC610: 10/27/00 - 19:58:04 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [1d174c5941cf74dc327281849a2faa854407281c]

        Merge SRC610: 27.10.00 - 19:57:48 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [0eb210d12a263bf14eaa206ec4a51e3ccad2c9c1]

        Merge SRC610: 27.10.00 - 19:57:57 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [05c184d73fcd620dea20212a0b23131872770e6d]

        Merge SRC610: 27.10.00 - 19:57:16 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [bb31d3a630bc1d7500f09178d03eff7c11ceaff5]

        Merge SRC610: 27.10.00 - 19:56:58 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [2ef6fa371d162eaf6a1add658de8ff34ac94a80e]

        Merge SRC610: 10/27/00 - 19:56:36 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [91d82f3deae3e96a769589f6d0f5e1cdd298e49f]

        Merge SRC610: 27.10.00 - 19:56:11 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [3f0e6956f1968c2a0df9d5abe7a7c9c7caae66b7]

        Merge SRC610: 27.10.00 - 19:55:53 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [647743c4add039a3f80c20b1efc4400dfe533bd6]

        Merge SRC610: 27.10.00 - 19:54:45 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [e0ba2643f30e361e76b7dbd7e8b5594b7471ead0]

        Merge SRC610: 10/27/00 - 19:54:50 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [b22e5cd461e2cfa0ef81c97108f476e90ce1d354]

        Merge SRC610: 27.10.00 - 19:53:46 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [5a9a6f605743bbcb4d4f6e505363e1d51dbc854b]

        Merge SRC610: 27.10.00 - 19:53:07 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [8f6d3d1f500e838e0795cbab0960f5987e1fc616]

        Merge SRC610: 10/27/00 - 19:53:07 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [d24f229c9c382ee0fda8d2eda0aca1d7c70ae157]

        Merge SRC610: 27.10.00 - 19:52:10 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [214a90d5ec08b48dc15e22c386fd8156e102bf0f]

        Merge SRC610: 27.10.00 - 19:50:49 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [b041b7e61691287c57cac937fbef1969da6af9ef]

        Merge SRC610: 10/27/00 - 19:50:08 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [127437497115848e088184952aeb533cdd727449]

        Merge SRC610: 27.10.00 - 19:49:43 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [5c3fbafd92899a38d2a0fbade7578d49a04babf4]

        Merge SRC610: 27.10.00 - 19:49:36 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [8e753ab9462907ad7cddb57ea3893d871ceaa8af]

        Merge SRC610: 10/27/00 - 19:48:49 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [f1462cf299cf5680aaf50ccbe550de7c38599d86]

        Merge SRC610: 27.10.00 - 19:48:39 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [3ed61eefb74e56c436516c077fe8cd0398868457]

        Merge SRC610: 27.10.00 - 19:48:40 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [df8b872758f40c5d6fd8c4622f00bbfbd779e031]

        Merge SRC610: 10/27/00 - 19:47:49 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [069fb8e4fe84c93ed8192ecd56f1788a25cc2457]

        Merge SRC610: 27.10.00 - 19:47:19 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [b314c99618806d9b3ed1d819b10401d97e3d56c7]

        Merge SRC610: 27.10.00 - 19:46:54 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [f8964342724ecdd3ff826d957b551a1931d7fef6]

        Merge SRC610: 27.10.00 - 19:47:07 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [b8551ce4b11ed228b10c03df91a6d100e879965a]

        Merge SRC610: 10/27/00 - 19:46:20 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [ae5264d54eeca438a47e731dafa054f2fb541b7d]

        Merge SRC610: 27.10.00 - 19:46:12 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [cb18fc5ac59c5422d925e45a444b28fc79ef2a7b]

        Merge SRC610: 27.10.00 - 19:45:38 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [9fe8078c5345f026149a8b614942e11e14142584]

        Merge SRC610: 27.10.00 - 19:45:18 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [ae4d459c8ffbe4729cfa5f5a801f0b01258df160]

        Merge SRC610: 27.10.00 - 19:44:47 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [cf09c50565162c4df02297eeb4e33c3e722afb6a]

        Merge SRC610: 10/27/00 - 19:44:39 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [abe2759d9cfabf8388b1dd2270d59ae7a9d04b4e]

        Merge SRC610: 27.10.00 - 19:44:39 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [5bb6ebc2ca3478f9b63b4ed1cc4e9e375bedd95f]

        Merge SRC610: 27.10.00 - 19:43:39 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [f2281e0bf32689fd60b63e1fcdd4c7b4a8bcc299]

        Merge SRC610: 27.10.00 - 19:43:39 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [ae438e7a39b32b36653f2fe10435a1406d13168b]

        Merge SRC610: 27.10.00 - 19:43:50 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [5b42b4f14da44bd2045f6d4d55269f1a56c90911]

        Merge SRC610: 27.10.00 - 19:42:44 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [6f76a89d4bb255509be0b13031146067cc8aabc7]

        Merge SRC610: 27.10.00 - 19:42:42 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [82696c0a865bf27ea3b4d136924b55310976c362]

        Merge SRC610: 27.10.00 - 19:41:56 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [51e7cbb1b8dd5141a424648b73c1554f665425b6]

        Merge SRC610: 10/27/00 - 19:41:51 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [41e75b464525f428f8e15f3af74822dbb87177a8]

        Merge SRC610: 27.10.00 - 19:41:44 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [e30a657d315479aab34b35821e6b9ca2866c5363]

        Merge SRC610: 27.10.00 - 19:41:42 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [45170b665e8288c3dce7269a37d803cee6eeb8e8]

        Merge SRC610: 27.10.00 - 19:39:57 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [6adaece524034597d9fe3172e532da763ce0c500]

        Merge SRC610: 27.10.00 - 19:39:20 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [52be7ea93f62596b7bf35ae1c6067250371d8746]

        Merge SRC610: 10/27/00 - 19:39:28 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [435eacbaa0c2b83b09740b4ae101100031ce3084]

        Merge SRC610: 27.10.00 - 19:39:01 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [22fdb8e79921dd92ba7cc2cece5058ab7c6c044c]

        Merge SRC610: 27.10.00 - 19:38:09 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [474d98b53b8d8eb79a679e6c9f98cbd217daadbe]

        Merge SRC610: 27.10.00 - 19:38:05 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [8e666b729989624ecc084e9a03811ff3f98f6a46]

        Merge SRC610: 10/27/00 - 19:37:46 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [3d7758bf25cffd90c3ac3b409b62b08b1a12e90b]

        Merge SRC610: 27.10.00 - 19:37:14 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [be8b31624b086d69bedd60a6f69b5089012c5660]

        Merge SRC610: 27.10.00 - 19:36:48 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [4ac6ad61c9fc814f213a07d0e05897c8782001d7]

        Merge SRC610: 27.10.00 - 19:36:28 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [2223420ebad9bc3d4ae3e3f6d025b85b42ec2c5c]

        Merge SRC610: 10/27/00 - 19:36:16 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [6a3b29ab3fe0d6f63a79af8f27732d4c82cf6903]

        Merge SRC610: 27.10.00 - 19:36:11 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [9da26a47d2c36bc9e6cb940f30a1702a9d1be629]

        Merge SRC610: 27.10.00 - 19:34:17 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [c7d672c4460708367b302dfcff72c1a6ba299fb5]

        Merge SRC610: 27.10.00 - 19:34:05 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [a1ab7d0c974b53080c9965905af7f695f4034de4]

        Merge SRC610: 27.10.00 - 19:34:15 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [3b4ffafcfcb0c2227d631af23e43ad69cbe10099]

        Merge SRC610: 27.10.00 - 19:32:30 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [a2a091e0ca5d5aef2eace526cbceb39db2e8d5ff]

        Merge SRC610: 27.10.00 - 19:32:24 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [6aff77777934eaefa522200fc917f9b2a0f42494]

        Merge SRC610: 10/27/00 - 19:31:38 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [6922211d97585faf8d4825bdb45ad70ebfd0fab0]

        Merge SRC610: 27.10.00 - 19:31:30 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [9bdf99a8065ca60411535d731441000bde4aec5a]

        Merge SRC610: 27.10.00 - 19:30:15 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [f56796df5637e795b491a30a553eba4d91e80446]

        Merge SRC610: 10/27/00 - 19:30:32 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [72466c82b8c6afc069bdf601a6034bde6d8ac350]

        Merge SRC610: 27.10.00 - 19:30:29 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [fd51a2690bcf5d880f38ddb891c9fd5fbb13d120]

        Merge SRC610: 27.10.00 - 19:29:03 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [688bd28d884fc3bfc7da6569bff3acca7d1c4d78]

        Merge SRC610: 10/27/00 - 19:29:06 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [d4b6b529a37ed07d90ca63df2cafc48724e5cadc]

        Merge SRC610: 27.10.00 - 19:28:03 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [557c23e59aea77fdd0ab4d268916a9593e243a1e]

        Merge SRC610: 27.10.00 - 19:27:24 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [5e53797cf5a86c4a46618b0a6a90ac21bfd99387]

        Merge SRC610: 27.10.00 - 19:27:01 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [e285fc9033b8c1040dc63e0b89e9dd589be65077]

        Merge SRC610: 10/27/00 - 19:25:13 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [ce4c9523c957990c8636fdbf121802d84f00b403]

        Merge SRC610: 27.10.00 - 19:26:11 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [da758bebfdc93dcb18625ff6376b18ad2a611ea9]

        Merge SRC610: 27.10.00 - 19:25:47 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [0d9c2bb6df18d4d9cef32a2e7773d4c83347c758]

        Merge SRC610: 27.10.00 - 19:24:52 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [bca4deab0fbaa719de001b15251a75e9ffa83bb2]

        Merge SRC610: 27.10.00 - 19:24:09 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [3112bb810459f56f38bb1de8e806aa2125fd3d24]

        Merge SRC610: 10/27/00 - 19:23:13 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [7e8431dc9a599cb1739bb37335faae7e5bba3552]

        Merge SRC610: 27.10.00 - 19:22:35 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [c65a736435dd849a1df0d1fa092ff676c3e76f6a]

        Merge SRC610: 10/27/00 - 19:22:17 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [a8942f0cc32656c3d525f192c7acf88774e3236a]

        Merge SRC610: 27.10.00 - 19:20:16 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [72f81b2031e1778b10c063af5f3395ccf94d1140]

        Merge SRC610: 27.10.00 - 19:17:29 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [bdfe894a691a417f910082b83af88a476814462e]

        Merge SRC610: 27.10.00 - 19:08:45 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [fc905e1e5f01ccf2380e6dd96a2b869fe2b13cfb]

        Merge SRC610: 10/27/00 - 19:03:55 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [7fd2e8cb567d287afcf126a94909106d2e63b7ab]

        Merge SRC610: 27.10.00 - 19:03:32 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [30eae136aed603b2a38c832848e08258b797dc22]

        Merge SRC610: 27.10.00 - 19:03:27 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [099580a092998423a92ac614f34e92a685bbd8a3]

        Merge SRC610: 27.10.00 - 19:02:35 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [81e2bbb623f1404018b3f36ff8fc000fa3bd33f4]

        Merge SRC610: 27.10.00 - 19:02:00 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [226dbe08745b244777f1c894247654ed477ea3a2]

        Merge SRC610: 27.10.00 - 19:01:27 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [00ad710c295c12fbfa134b3d80950e8a8c922be9]

        Merge SRC610: 27.10.00 - 18:59:58 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [eec77c69a6daa25a1146e8e241c762b76e0f6fb7]

        Merge SRC610: 27.10.00 - 18:59:35 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [e29f37dde18f6c88dc56d2d62e2c9c0393290bdb]

        Merge SRC610: 27.10.00 - 18:58:32 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [600120c1dfe0940f0aad63295a42ca2c9ed476fa]

        Merge SRC610: 27.10.00 - 18:57:53 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [10acae2d5064c6c9ae5edfe53fe3de21c66791e0]

        Merge SRC610: 27.10.00 - 18:57:23 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [61c906724ef7a0f7def17e5262d5ba510c210b08]

        Merge SRC610: 27.10.00 - 18:55:30 (NoBranch)

2000-10-27  Sander Vesik  <svesik@openoffice.org>  [057843affcc16df1879a7eec3f78ef084d4809e5]

        Incorporate makefile.mk to cvs main trunk

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [303e0ff2d0e17a75b209580232b20cb401c2a0aa]

        Merge SRC610: 27.10.00 - 18:47:22 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [5de2ef1751f1229c8485d011b8ef3c4bff04499f]

        Merge SRC610: 27.10.00 - 18:45:08 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [208eab26292958935f96d386806fbb72ce8520fe]

        Merge SRC610: 27.10.00 - 18:39:11 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [e0533a628c680bb7b7fa495031b8cf9654e39906]

        Merge SRC610: 27.10.00 - 18:37:32 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [9b8bb031962c2a1724af21c5ce507a123679a09b]

        Merge SRC610: 27.10.00 - 18:35:43 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [72f504d2d40e4bfaf52a64bc3198219c3e9f0ae4]

        Merge SRC610: 27.10.00 - 18:31:02 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [95673fda7195fd9474ef2f615ca79e2f6372c737]

        Merge SRC610: 27.10.00 - 18:24:01 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [4599cd03685e16d061076563fafd240def558fcd]

        Merge SRC610: 27.10.00 - 18:20:54 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [ec0bc7ebd8bd3647c5dc941395ab1ccf8cb00a11]

        Merge SRC610: 27.10.00 - 18:20:57 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [a59cbce0a8ad70adbec9596e99e4c09dcebb33b6]

        Merge SRC610: 27.10.00 - 18:20:25 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [4898f89989c2971c4def97ba187df188e35ed4a1]

        Merge SRC610: 27.10.00 - 18:19:56 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [01d8383e65edaafc0d52b9c2f2fd0b3bff8dee91]

        Merge SRC610: 27.10.00 - 18:18:50 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [58bcbf6e22934f1e8421578d21ef4a4bd0975a62]

        Merge SRC610: 27.10.00 - 18:18:20 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [52570cfc14b763b284ca95042b08707c7a292ef1]

        Merge SRC610: 27.10.00 - 18:17:52 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [85662103b7a55361ba8e68714fbb6ffe35cf7b57]

        Merge SRC610: 27.10.00 - 18:17:15 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [63c86b53727a9c94249d842969133dba2dfb611b]

        Merge SRC610: 27.10.00 - 18:16:40 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [a465f5164ada62b813bff947e4b98d07fb290173]

        Merge SRC610: 27.10.00 - 18:15:24 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [af4a4b061330303e059d71b28f65f09df0ebb5c5]

        Merge SRC610: 27.10.00 - 18:14:10 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [c900a983da41f91ad86f060d102fec23ebeb6558]

        Merge SRC610: 27.10.00 - 18:06:10 (NoBranch)

2000-10-27  Sander Vesik  <svesik@openoffice.org>  [d5fb1284d7bfeb7878569fbcc9c95d69b45e05e4]

        1.3 should have been 1.1.2.2. It is there now, ignore 1.3

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [041ca669cf875a0fdd0260aed2178622942316fd]

        Merge SRC610: 27.10.00 - 18:04:23 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [36c42be91e7dd6e710943f6559d30eea3c71ef48]

        Merge SRC610: 27.10.00 - 18:02:42 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [08e6d0b22c1080f60f5053b9c4aad214668a32c4]

        Merge SRC610: 27.10.00 - 18:00:24 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [ac870c9da982039db8f33c8cd84c8ffe4c40db9a]

        Merge SRC610: 27.10.00 - 17:58:11 (NoBranch)

2000-10-27  Armin Theissen  <armin@openoffice.org>  [d0b97b89452a5655f55a65a4c162a38f20f4bb34]

        classpath also for gui==win now

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [c648b3b610884745fb8b66598a4927495fa8b824]

        modified some implementations, so that they work with the new sdb interfaces (DatabaseContext instead of DatabaseAccessContext, no DatabaseEnvironment anymore, ....)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [af82e73d7e8936570f83b093b6de279c50daf654]

        Merge SRC610: 27.10.00 - 17:55:13 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [db0eae85e64d989b0267bd178d66de15256ba7d9]

        Merge SRC610: 27.10.00 - 17:53:04 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [c4711592fb4621c8f83e07f9b610069eaa9942f6]

        Merge SRC610: 27.10.00 - 17:51:42 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [841a2a052df4efa1e208bdfa06e47ec2342c7d52]

        Merge SRC610: 27.10.00 - 17:50:34 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [2f68ef433676f8ac559d5bc16cfcbe5e1044a3c1]

        Merge SRC610: 27.10.00 - 17:49:38 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [e501e08af8c5fcf567f1ed62aeded0a9382d8b27]

        Merge SRC610: 27.10.00 - 17:48:36 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [1c8b44f9f1ec63cc3450bbbe7951bdc362be6a8f]

        Merge SRC610: 27.10.00 - 17:48:34 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [8b5e70ec17c90d3f524014d69f0a39f6c6e77861]

        Merge SRC610: 27.10.00 - 17:46:48 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [e13e74a92bdeb52c418479e22d40fa280ca617ea]

        Merge SRC610: 27.10.00 - 17:46:42 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [ee39f61b873e554c7947c3eb667b53176c197bea]

        Merge SRC610: 27.10.00 - 17:45:44 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [78a68483db972e77e1e5a0b0fcb0d9b8010f5342]

        Merge SRC610: 27.10.00 - 17:45:02 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [2df4b6555fee421d7f0d019f75ca6679a46168e6]

        Merge SRC610: 27.10.00 - 17:44:30 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [c3fed1e2bc850218f22383804e346066d1eaf903]

        Merge SRC610: 27.10.00 - 17:44:07 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [641e0284b582bb687052c47b3c0f74d6c6bdf090]

        Merge SRC610: 27.10.00 - 17:44:03 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [b47cdbd91aafa0b5fd15eab3656d2c7e246edbd4]

        Merge SRC610: 27.10.00 - 17:43:28 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [9b66aacfd319b4a23141f725e697746b7d7ca87a]

        Merge SRC610: 27.10.00 - 17:42:53 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [01b253a9de603548d6e19c4a793947fb2dfd98b1]

        Merge SRC610: 27.10.00 - 17:42:51 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [fa59637ef1114aad39cc7c552ff312e5afe6d089]

        Merge SRC610: 27.10.00 - 17:42:05 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [f944f91a521b7fd2e931eed582d2a4bf5b13d78a]

        Merge SRC610: 27.10.00 - 17:41:20 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [aa9b40b834ca155c51784f5e90caa9246ba2c003]

        Merge SRC610: 27.10.00 - 17:41:17 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [2e9ad6a2645571fb4bfec304cb7209c774787c50]

        Merge SRC610: 27.10.00 - 17:40:22 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [6068215b85549412505db0799236eaebfedeeb89]

        Merge SRC610: 27.10.00 - 17:40:07 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [123909a8bd131d874598954642fccccec35ee021]

        Merge SRC610: 27.10.00 - 17:40:07 (NoBranch)

2000-10-27  Oliver Bolte  <obo@openoffice.org>  [69d1aca4b4e341e497afd682ec65a16452e7716a]

        Merge SRC610: 27.10.00 - 17:39:11 (NoBranch)

2000-10-27  Philipp Lohmann  <pl@openoffice.org>  [d09994e2bc644d914868683656b8047856f8e9be]

        AtomServer et al moved to unotools to be usable in other projects

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [ae0c425b3bdb6c9d6c0fc2c56d916ace469adf5e]

        Merge SRC610: 27.10.00 - 17:22:22 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [25b72bf23a81c9a3421a6da70f0a4969aa56f02d]

        Merge SRC610: 10/27/00 - 17:20:22 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [8aa66dbb76d2fb580eccb271b1f5bf748cb112fd]

        Merge SRC610: 27.10.00 - 17:18:48 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [60be4f9522fd8339042382c4251e7462caa52d64]

        Merge SRC610: 27.10.00 - 17:18:52 (NoBranch)

2000-10-27  Philipp Lohmann  <pl@openoffice.org>  [787a725ca68f592afaf44a15f60112ca9398590c]

        added XAtomServer helper, a class to map between IDs and strings

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [0ef15c9941ff3c35b2eab57b5df9e720d121dd5c]

        Merge SRC610: 27.10.00 - 17:17:50 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [64bf419cd4bf632ca03a501c61472dc3e721e68e]

        Merge SRC610: 27.10.00 - 17:16:54 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [e7062a5801d4d18348b08492ed4b296ae852dd95]

        Merge SRC610: 27.10.00 - 17:16:55 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [6acfce5a69efae89b63300ffa8e28f4f9ed5718b]

        Merge SRC610: 27.10.00 - 17:16:44 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [af9b3920db66b7df289944a6c6cc387dba0f97df]

        Merge SRC610: 27.10.00 - 17:15:38 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [abed9a342d1ad022bf3aa7005bbabc4d9251bf2f]

        Merge SRC610: 27.10.00 - 17:14:02 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [614ba52438dcc85c313ce1dad9f95f72e74ca150]

        Merge SRC610: 27.10.00 - 17:13:43 (NoBranch)

2000-10-27  Kurt Zenker  <kz@openoffice.org>  [af9f15b473ab966feddde377ac310c37e21831b1]

        Merge SRC610: 10/27/00 - 17:13:44 (NoBranch)

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [2347770b4cf026caee5ffc707fd612a409aab0ef]

        small mistake in the previous fix

2000-10-27  th  <th@openoffice.org>  [d0857cf169bed65f3d2be42bb04ab54187521f52]

        SetVertical() / SetEmphasisMark()

2000-10-27  pw  <pw@openoffice.org>  [4e93d64adbf42cbfa3fa81fb129d0662e79add6f]

        #72882# new stringresource STR_SAVE_PACKED_DOCUMENT

2000-10-27  Oliver Specht  <os@openoffice.org>  [e4ec3908ab251c4d620fc524bc7e011a7bc97ed7]

        sba includes removed

2000-10-27  pw  <pw@openoffice.org>  [34a98ed5f89ee9b61b493e2e82bf2e81c13f5b96]

        #72882# initialize static members for progressbar

2000-10-27  pw  <pw@openoffice.org>  [8b18f85e03f989215b769f98a7eeb36a20da39ce]

        #72882# New handling of progressbar

2000-10-27  Oliver Specht  <os@openoffice.org>  [854ce75c79f8d3fcf86f8c3d052acc17bd364476]

        #79557# alien attributes now correct

2000-10-27  Oliver Specht  <os@openoffice.org>  [9de1fce6cfa4598ddd3fee0c2c014723bf742b53]

        #79557# alien attributes now correct; Header/Footer border ids corrected

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [eec8dea3a6569391c7eb1899aaac2adcbaee5afc]

        #79864# requestSubTree is allowed to throw a NoSuchElementException

2000-10-27  Christian Lippka  <cl@openoffice.org>  [ced48048199733e9d4552160ac9cfd29d4595f88]

        #79557# fixed alien attributes

2000-10-27  Sascha Ballach  <sab@openoffice.org>  [496127a6c6420d8588725ca9154e568b2fda62ee]

        column group and row group added

2000-10-27  Sascha Ballach  <sab@openoffice.org>  [e8f34ca7de0109bc248dd229dae9e0d85e459d46]

        beginn of Outline Export

2000-10-27  Niklas Nebel  <nn@openoffice.org>  [88e7c3cd4ec8244541a6655bfb4c18df6a6a0bdd]

        #79720# InitGridOpt: also select grid color entry on subsequent calls

2000-10-27  Michael Brauer  <mib@openoffice.org>  [b43194dd8fe221893dd2a2a81e94a10077063201]

        #79648#: Conversion to twip for crop property

2000-10-27  Niklas Nebel  <nn@openoffice.org>  [9837015df43611f566526d76bed76c94b91808e6]

        old (sba) implementation of StartQuerySh removed

2000-10-27  Oliver Specht  <os@openoffice.org>  [527728d8ebc757dce395acccad4c29f5ec00c288]

        Enable DDE objects on all platforms

2000-10-27  Oliver Specht  <os@openoffice.org>  [01085fcf85d434a3f538b409b090333aea60a03c]

        use programmatic style names; token of bibliography completed

2000-10-27  Thomas Lange  <tl@openoffice.org>  [93a268b2dad495bbf07457d83e948ac5bb6e879a]

        linguistic => linguistic2; revision comments removed

2000-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [28c1d42c2fd55104b1e943cecf071f0e9315aa71]

        #65293#: add C52 support

2000-10-27  Thomas Lange  <tl@openoffice.org>  [abea9346ec80dbc1b88e52a13ca984185ab84226]

        linguistic => linguistic2

2000-10-27  Thomas Lange  <tl@openoffice.org>  [0ff837690322d74add4e9e86e2b6f5a8cb35d409]

        linguistic => linguistic2; revision comments removed

2000-10-27  Thomas Lange  <tl@openoffice.org>  [714712f2412654eda55dda3f1e6311f9b12d23c1]

        linguistic => linguistic2

2000-10-27  gt  <gt@openoffice.org>  [38a19406037cb63ec05e80b500135a898d72df6b]

        ImportExcel8::BGPic(): completed

2000-10-27  Sven Jacobi  <sj@openoffice.org>  [7ec840a1deae130ca078f0cb9d948d54c49a75b0]

        added control export - now linking against svx

2000-10-27  Sven Jacobi  <sj@openoffice.org>  [7d0da1acdfeddc616dbe6581cfec18d347b1fcb7]

        added control export

2000-10-27  Niklas Nebel  <nn@openoffice.org>  [c665b6afd6664de205279933db4edd0493cc50d8]

        #79752# SID_FONTWORK needs state value

2000-10-27  Thomas Lange  <tl@openoffice.org>  [4d5740603315954a869ddc12f5b9e633f2d83c2c]

        linguistic => linguistic2

2000-10-27  Thomas Lange  <tl@openoffice.org>  [197adaf94e7fdfc5cefe029e8045558a08ec5bdb]

        using namespace ...::linguistic removed

2000-10-27  Dirk Grobler  <dg@openoffice.org>  [df032544a5d9f75347a5cdeb25b41a0ab5c0594d]

        new cfg file

2000-10-27  Christof Pintaske  <cp@openoffice.org>  [f82ed8c9fe7b8184db18b2ebde3f2952b8e53cf0]

        match both GNUcollator and SimpleCollator implementation

2000-10-27  Oliver Specht  <os@openoffice.org>  [a41b2c1f4b2de6d8db78978a70ee4c90aad017b9]

        old database API removed

2000-10-27  Andreas Bregas  <ab@openoffice.org>  [d16e8ff4e2d61555840adde82de80ce986280be9]

        #79827# NULL: Conversion to UNO fixed

2000-10-27  Christian Lippka  <cl@openoffice.org>  [ea1ca189b561e47d3b872f40628e6af224355626]

        added api for glue points

2000-10-27  Niklas Nebel  <nn@openoffice.org>  [6c870bf42b20ede5c50a1bb6fed2630b6d97a639]

        change for 611: new linguistic interfaces

2000-10-27  Thomas Lange  <tl@openoffice.org>  [55e5986150c47f6918065f9aa31fce86a13d218d]

        linguistic => linguistic2

2000-10-27  Christian Lippka  <cl@openoffice.org>  [c0fab0519efb00d47b9db66fd51b8dcd9f7dc5a6]

        added api for glue points

2000-10-27  Dirk Grobler  <dg@openoffice.org>  [b0c300ce40fec674d230d289fdfcbc46236837e2]

        enhancement for formatting xml

2000-10-27  Dirk Grobler  <dg@openoffice.org>  [255614447e3b1b0d08c4cf948631e14176e561e1]

        transfromation enhanced

2000-10-27  Thomas Lange  <tl@openoffice.org>  [ae2495d93d21854a91c606bd45b3d1357979cc41]

        linguistic => linguistic2

2000-10-27  mfe  <mfe@openoffice.org>  [38ae3e05bfd0c4fef9660fd5c14bfcd81ae45883]

        #79734# : removed unneccassary assertions

2000-10-27  Kay Ramme  <kr@openoffice.org>  [47e44422b7c68ad4c1c6d345a43bf7ecdaf2a142]

        #79736# use the latest added factory for services

2000-10-27  Thomas Lange  <tl@openoffice.org>  [6af0bec5196bc233b11fbc2e26823c90d45b6b37]

        linguistic => linguistic2

2000-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd7fbeec17ca999d04ecfb689578978be7eee2a6]

        SUN C52 did not like all the conversion operators for CursorWrapper

2000-10-27  Thomas Lange  <tl@openoffice.org>  [357594d949698c845cd9b756516aba3ea8229123]

        linguistic => linguistic2

2000-10-27  Thomas Lange  <tl@openoffice.org>  [812a1c36d634b1bb9b2a327256805eff1db9b868]

        linguistic => linguistic2

2000-10-27  Kay Ramme  <kr@openoffice.org>  [f0e071761493fa5fd54176e7db1232680da5a7dc]

        #79736# workaround for jit problem (dies while throwing exception, see ClassContextImpl)

2000-10-27  Oliver Specht  <os@openoffice.org>  [c76770721cf7bcc9c37bb6c3a68bfbb265550bc8]

        SwXIndexTokenAccess_Impl::getByIndex corrected

2000-10-27  Jörg Budischewski  <jbu@openoffice.org>  [55645ec61707919182e8015f1c94a18a993c44ed]

        the bridge services are now accessed via the meta-bridge service, the old style is still supported as fallback

2000-10-27  Jörg Budischewski  <jbu@openoffice.org>  [fd897e78d37343941b255a4cff1217e58ce031b7]

        Changed the service naming scheme, the meta service bridge.Bridge is now supported

2000-10-27  Niklas Nebel  <nn@openoffice.org>  [2af6156c09342e951ee1f331ef396091d284dea1]

        ifdef ONE_LINGU removed

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [2602ff984b2bfd601f39f2f58966975c6a257a7d]

        reinserted uiuno.lib

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [820c480af853f4a4d0bb86c55ef1c3d42428642d]

        don't include stringconstants.hrc directly anymore

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [3a9b71f1c3355c12eac645b54cd74c8eebfd8540]

        OSQLParser interface was changed - adjustments

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [9d52b4cd946f319aa10d31d16aab859bcdc814d7]

        OBaseMutex migrated from dbtools to comphelper

2000-10-27  Oliver Specht  <os@openoffice.org>  [6ee44be8d99f74842e32e02e59077aca21e88a53]

        #79812# property value missing assertion removed

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [805efbb8f198c5bbb5346fd77a4674ecf1358f5c]

        prevent stringconstants.hrc against direct inclusion

2000-10-27  Kai Sommerfeld  <kso@openoffice.org>  [3c1801cd733b15fd85ae02e012c8a75012ec96c6]

        Added: support for command "transfer" Added: property "Title" no longer readonly Added: support for property "MediaType" Fixed: property "ContentType"

2000-10-27  Kay Ramme  <kr@openoffice.org>  [273dc52837cf988d756a6bdf7293dc1ce154fa99]

        debug disabled; cleaned

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [c332311881c94b42b14bc273fe041c18df83e9ba]

        include sqlbison with <>, not ""

2000-10-27  Ocke Janssen  <oj@openoffice.org>  [4cadbf6c3459acd884969f58dfcd3b615b184c5e]

        remove some classes

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [889d7fe7e7e3d175b14796642ec2ae86b12b7bef]

        corrected the starutil namespace

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [2560887eac56090e10d727677d62a96d0be42e46]

        new: toDate(sal_Int32) / toTime(sal_Int32)

2000-10-27  Frank Schönheit  <fs@openoffice.org>  [de932611da0369fe35d155050da2acadd2871148]

        new file international

2000-10-27  Andreas Schlüns  <as@openoffice.org>  [a5d971cda0c0a68a25c499e7c68881e50fe43c78]

        sorry; filedialogoptions isn't ready to use ...

2000-10-27  Daniel Rentz  <dr@openoffice.org>  [6534b66d71e86448abd1cd0ccc08b06c8220e4b4]

        chg: invalid includes

2000-10-27  Sascha Ballach  <sab@openoffice.org>  [691b0452aade4837825d3f17ee39f90407bae0be]

        call FinishStyles in the EndElement of MasterStylesContext and increase the Performance of the ImportMapper and merge Border with BorderWidth in the ImportMapper

2000-10-27  Sascha Ballach  <sab@openoffice.org>  [e520cb6557ecb4f033b0452fa007ba61b4521c6a]

        increase the performance and merge the border with border_width

2000-10-26  Patrick Luby  <pluby@openoffice.org>  [15ea117ea63188586345cdb6776f26346d119ed7]

        Made dos: line only run for Mac OS X

2000-10-26  Patrick Luby  <pluby@openoffice.org>  [a001f7ca4f6a2178323735e35cec18589501250b]

        Updated Mac OS X specific recipe commands to a shell script to minimize future changes in these files.

2000-10-26  Sander Vesik  <svesik@openoffice.org>  [3c9eca4269859961034e2374d2d293e47462ebdf]

        change readlicence to readlicense

2000-10-26  Niklas Nebel  <nn@openoffice.org>  [fbdaffb2c8b400e483407014f212753530b7d982]

        PutVariable removed

2000-10-26  Niklas Nebel  <nn@openoffice.org>  [09f47fab91f6b18289b5610c8cd2da46c1c5b6c6]

        PutData moved to ScDatabaseDocUtil

2000-10-26  Niklas Nebel  <nn@openoffice.org>  [54adddb5a9da7124cc41c75b3ede595ae28f20cb]

        DBaseImport/Export (uses api) instead of SbaSdbImport/Export

2000-10-26  Niklas Nebel  <nn@openoffice.org>  [d70b2f814e5d20d64c137c4d5587ff553b5e52f0]

        docsh8 needs exceptions

2000-10-26  Niklas Nebel  <nn@openoffice.org>  [3f2000687171353c35e8117c29bbe570ed5a1709]

        use enum ScDBObject instead of DBObject from sdb

2000-10-26  Niklas Nebel  <nn@openoffice.org>  [80b59751d7836b23c78c0fdc81be931462a6d11e]

        dbdocutl

2000-10-26  Niklas Nebel  <nn@openoffice.org>  [e46c648820fde3cb9ed94e367ffdb36a2d86993f]

        helper to import from sdbc::XRow into document

2000-10-26  Niklas Nebel  <nn@openoffice.org>  [8ca43b049152657be34c101e0c8a687c099ef493]

        enum ScDBObject (to replace DBObject from sdb)

2000-10-26  Frank Schönheit  <fs@openoffice.org>  [4ebcf087b9c1c21941714dc46ff26e26c908710f]

        BMP_DATABASE* -> IMG_DATABASE*

2000-10-26  Frank Schönheit  <fs@openoffice.org>  [aac763fb012240ab3a95ffdad362f2e02f754a2f]

        initial checkin - parameter dialog

2000-10-26  Frank Schönheit  <fs@openoffice.org>  [b00b8907309778d2eaeb605b24ab394acbe2bc40]

        handling of parameter requests

2000-10-26  Frank Schönheit  <fs@openoffice.org>  [7c80d33b8b0359e8122caa03d4b18b018ce31a9f]

        added parameterdialog source/resource

2000-10-26  Frank Schönheit  <fs@openoffice.org>  [898ff8fbddc1b39ea82730e2e10f96413053655d]

        DLG_PARAMETERS

2000-10-26  jp  <jp@openoffice.org>  [3e401b81c58dc6b892bcf9a1c33dc4822d66f6ae]

        Bug #78848#: changes of the same redline author will no be deleted

2000-10-26  Eike Rathke  <er@openoffice.org>  [5233e041d4e981f77869c56d08a661c908cc0dfe]

        #79776# GetFormatCodeIndex: no assertion on special cases of currency formats; try to get a reasonable default

2000-10-26  jp  <jp@openoffice.org>  [d6cd17db1d418d227e3bdfe5f05620a118619432]

        Bug #78589#: _MoveNodes - a section can be empty

2000-10-26  Sander Vesik  <svesik@openoffice.org>  [4567f7acd4396e7fa91ce83c1c64e12d1753a5c5]

        add in ucb, take out (seeemingly?) unneeded subdirs

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec77a99dc997448967df0ab373e6f416327dac04]

        #65293#: add include <algorithm>

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [181c31523eede9e8d387d8a535df3c113031237f]

        #65293#: add C52

2000-10-26  Peter Burow  <pb@openoffice.org>  [e2d5e7a44e94e8c6ddaa26400a749e2b7d1746ce]

        fix: #79744# #79753# encode decoded file names

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [405e937e981820b0c23d701110578cf513598c04]

        #65293#: include <ctype.h>

2000-10-26  Mathias Bauer  <mba@openoffice.org>  [72b7e43f9f9b79609608e223db4868ceaec5c08a]

        #74772#: con't call SfxApp::KeyInput

2000-10-26  Mathias Bauer  <mba@openoffice.org>  [ba1f6577048731af544fa6675eec681f0edf32b1]

        KeyInput method obsolete

2000-10-26  Andreas Schlüns  <as@openoffice.org>  [6a9989296db692c0ba4ee2ce4e491ab84453d595]

        add new config items for security, localisation and workingset

2000-10-26  Andreas Schlüns  <as@openoffice.org>  [81d17d96222069ea30df0b98450015fbedb2284c]

        change key names for modules

2000-10-26  Andreas Schlüns  <as@openoffice.org>  [c49b310bd5c866d1649647b3db2324b4db7532e3]

        add new config item for security

2000-10-26  Andreas Schlüns  <as@openoffice.org>  [cb74fc25383f6b5d6cf53ad5c80de031654e36a4]

        add new config item for localisation

2000-10-26  Andreas Schlüns  <as@openoffice.org>  [e2733c265b931e61d9f26c4bd02af72798a10b8a]

        add new config item for workingset

2000-10-26  Andreas Schlüns  <as@openoffice.org>  [fa56445d709ff3b3b2fc2bb83570100aeac85afe]

        add new config items for modules, security, localisation and workingset

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7679082ca48dc6e8c57d17c4c45200d6eefa41c9]

        added support for C52 (unxsols3)

2000-10-26  Kai Sommerfeld  <kso@openoffice.org>  [3b32e03baedd17b8024bb385707c621dc94a0e12]

        Fixed: PersistentPropertySet::getPropertyValues()

2000-10-26  Kai Sommerfeld  <kso@openoffice.org>  [f7d9558bfaea1a772705e51cd688ade93305a396]

        Added: method copyAdditionalPropertySet(...).

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [9d2ac8e34b4bd0ddea9b0421c8000787ad289af9]

        new libs

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f4f5f49f81f5b2a8e21726872cbff8f8662669b]

        #65293#: jni.h/stdarg.h header clash. Workaround by including cstdarg before jni.h

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [2a227af9aa1b72685ff61575241ae5c5d0aeec61]

        localstrings for dll

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [06ec83bcd8792c64cc4a7635719191303024b1d9]

        #65293#: add C52

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7e22337131305bcd669b92c55c0ec0bcaf977ee]

        #65293#: resolve ambiguity

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [5f69425536f1c46f9988d2694b44a47e34c459f5]

        local strings for dll

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [c97eb829395f95adacde29cccf076adc52b16ee2]

        new services

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [000c84d7d537fc541b74b22987502a1240fd2a4c]

        remove private

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [a97c237bd7a61c449d5cd0a8c8a0492ea3b82454]

        new strings

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [603181c824f5fe0addaa46b99bfe9041dc9330c3]

        #65293#: add C52

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [38d78d3c30183b11f5b643c147667b1d30325784]

        new datasource browser

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd73ea067cf61869c64aaee5dced2fd06c03427e]

        #65293#: jni.h/stdarg.h header clash. Workaround by including cstdarg before jni.h

2000-10-26  pw  <pw@openoffice.org>  [3bd1af6726ece64cf6f25085c913aabd8c8250e8]

        Add type XML_SD_TYPE_TEXT_CROSSEDOUT

2000-10-26  pw  <pw@openoffice.org>  [bdbc655d528e6ba846aad929b0179c374a167f20]

        Add properties FillGradientStepCount and LineTransparence

2000-10-26  pw  <pw@openoffice.org>  [06f87a001b1c38ef75ef707803e446f658464766]

        New PropertyHandler XMLOpacityPropertyHdl

2000-10-26  pw  <pw@openoffice.org>  [03177c19589b26ce8a8a03686879eb6e62f26d6d]

        Add keyword stroke-opacity

2000-10-26  Jörg Budischewski  <jbu@openoffice.org>  [1969fa63104e49049b23c1c60726701ba5cd4c5f]

        now passes unix compiler

2000-10-26  Jörg Budischewski  <jbu@openoffice.org>  [094d0d1350d140bbf6d10bf27230e2aab854e0e3]

        added the officeclient demo

2000-10-26  Dirk Grobler  <dg@openoffice.org>  [85765fa5c0a2131d1889ca419c696075777e8c64]

        transfromation enhanced

2000-10-26  Daniel Rentz  <dr@openoffice.org>  [65d3c017fec158edafb8f938340d01f63f521ccd]

        rmv: unnecessary comments

2000-10-26  Kurt Zenker  <kz@openoffice.org>  [39d1cc7108d47bdf0a19cc09165b1e674d31e34d]

        chg. cast & ifdef WIN

2000-10-26  Kai Ahrens  <ka@openoffice.org>  [42584cd262dca0bc44ec827ca13d6828e1122fbc]

        replaced ComboBox with SfxURLBox

2000-10-26  Daniel Rentz  <dr@openoffice.org>  [ea843aa69a539f86ee707aac0346a27a78062a89]

        add: import of table:cell-range-source (area links)

2000-10-26  Daniel Rentz  <dr@openoffice.org>  [034f158c88de89f9881e4095e15826da17bb71ea]

        rmv: unnecessary includes

2000-10-26  Daniel Rentz  <dr@openoffice.org>  [aadc523fc1e976059a47def0538fbda2987c9266]

        chg: table:cell-range-source table:filter-options from #REQUIRED to #IMPLIED

2000-10-26  Daniel Rentz  <dr@openoffice.org>  [0b012608e67254351a00892925ebd5118d521275]

        chg: table:cell-range-source table:filter-options from #REQUIRED to #IMPLIED

2000-10-26  Oliver Bolte  <obo@openoffice.org>  [a91ca1c64228c9337da4e843d62ecfaf5722a281]

        #65293# cant compile for linux

2000-10-26  Peter Burow  <pb@openoffice.org>  [75a53b2dfa21676fb5778ba56ff736e6adeac7c1]

        chg: call Commit() by myself

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8da1d82876c2303427e9035842720f8367e24c4e]

        #65293#: <stdarg.h> -> <cstdarg>

2000-10-26  Peter Burow  <pb@openoffice.org>  [36f111cecb35c52dd552bcdde58888da6bc529b5]

        fix: #79759# #79775# #79778# must changes -> multi pathes

2000-10-26  Christian Lippka  <cl@openoffice.org>  [e274cc96b7c97a09d34f1b5f06b008d63e94b5b1]

        removed generation of uno header, we use the offuh project for that

2000-10-26  Jörg Budischewski  <jbu@openoffice.org>  [57a6a0c923e205477beca15b70f9e31b7552c99b]

        bugfix: unoexe is capable again to use a readonly and a read/write registry side by side

2000-10-26  Sander Vesik  <svesik@openoffice.org>  [4c27331a574928de6d390598ec9325e719c91c3e]

        Correct misc shortcommings

2000-10-26  Kai Sommerfeld  <kso@openoffice.org>  [8bc7078c9ac309d2ed33f3e1534a328fe14b9df2]

        Fixed: Assert conditions in PropertySetRegistry::removePropertySet(...).

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb7b6fc0113962c754a7a4461fdce42b7e21d4cf]

        #65293#: typo

2000-10-26  khz  <khz@openoffice.org>  [8fa862c34c948624be38138bcf2b6d323ddbbd40]

        add paragraph's left border to TabStops (as WW does)

2000-10-26  Kai Ahrens  <ka@openoffice.org>  [ace52b78ef7fa28bdbe200efeda291ef19dab67d]

        added info bar

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe3e32930bf62137ef7600a96a45247f1b6012e1]

        #65293#: jni.h/stdarg.h header clash. Workaround by including cstdarg before jni.h

2000-10-26  Sascha Ballach  <sab@openoffice.org>  [f4851baa9f808d422b7bece9e7fbbfd2e654e0d4]

        change call of finished method

2000-10-26  jp  <jp@openoffice.org>  [1439b868c957240ae3ddd9a937514dfd08f9f40b]

        wordsel removed

2000-10-26  jp  <jp@openoffice.org>  [36491b4e0ebfbd666dba478825d93558097fc2ff]

        WordDelim declaration removed

2000-10-26  gt  <gt@openoffice.org>  [1c287663fbd4f0d3929f7c8098233a87813e5edf]

        #76250# bit #15 not used in row hight

2000-10-26  jp  <jp@openoffice.org>  [1eb7874426c3649e6385d6d800bd8bf22bc0704a]

        for bug #78848#: don't call DeleteRedline

2000-10-26  gt  <gt@openoffice.org>  [db7cec236dfc2809702ab440914eca0c8177fe4c]

        add tab protection

2000-10-26  jp  <jp@openoffice.org>  [2018f2ff7aecff2ca2b4e884f9e5bb1fa79ae901]

        Bug #75694#: use replace instead close & open

2000-10-26  Oliver Specht  <os@openoffice.org>  [932a614f155e5e2d42651962972d8cc550749c93]

        default changed: cursor doesn't skip hidden sections anymore

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [37c8ab1cda06fbf8a73f14b5f1bb07c3a9234ed5]

        #65293#: <stdarg.h> -> <cstdarg>

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb5d0b581f0fb006912a5d5373e5eb156f8af5c7]

        #65293#: use standard STL header names

2000-10-26  Sascha Ballach  <sab@openoffice.org>  [fc4fc9aedbcc36fcaf0c410b1a1bde4c38b86ea4]

        to finished method StartIndex and EndIndex added

2000-10-26  Sascha Ballach  <sab@openoffice.org>  [fe163baaac30ea0aa1e4df52accc662ee0d4bac0]

        to finished method StartIndex and EndIndex added

2000-10-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [813aedaa7071fcb502fa2638ef7b730251bbf140]

        #65293#: use C52 instead of C50 for unxsols2.mk

2000-10-26  Sascha Ballach  <sab@openoffice.org>  [d78114a00514b4486393ab676f2450b7a3b0a638]

        to finished method StartIndex and EndIndex added

2000-10-26  Oliver Specht  <os@openoffice.org>  [a6c2c1698f9ec38563a0246ddc8d4003c3f4147a]

        properties added to the SwXTextCursor: IsSkipHidden/ProtectedText

2000-10-26  Christian Lippka  <cl@openoffice.org>  [2e3656c0f9b0ef4f998857a9644ac0a8c06ae095]

        #79618# chart import context fixed

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [3540be2bcec2d96e0f91bb05ee716098e241d52d]

        corwected filtersearch of tables

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [d221ded9765bc1b5de74ab7ad3d8f22c860a80b8]

        OBaseMutex moved to comphelper

2000-10-26  Michael Brauer  <mib@openoffice.org>  [06ffa5b271a172b9154677966edb95b8a33216d3]

        tables within headers and footers

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [90d3c1fdfe7a3abfe960d0cc569a9a1f7694a373]

        prewin and postwin header are not necessary

2000-10-26  Kai Sommerfeld  <kso@openoffice.org>  [51c3f081a61a93a872d58209b8b4ddd0dd498bde]

        Fixed: ContentProviderImplHelper::addContent(...)

2000-10-26  Michael Brauer  <mib@openoffice.org>  [19078e8786e6fa9179a06ef5cacc94fbff113dc6]

        tables within headers and footers

2000-10-26  Oliver Specht  <os@openoffice.org>  [d90529e8e3871a58e4d76377051b162debe5aa76]

        missing S inserted into Is/Set(S)kipHiddenSections

2000-10-26  Daniel Vogelheim  <dvo@openoffice.org>  [3eb2ecd4eda1251d554f7a1929de79e35b1b199c]

        - fixed: crash on import of incomplete references

2000-10-26  Michael Brauer  <mib@openoffice.org>  [1278705da9e1b06095bc7d32572a83066c5a0d53]

        tables within headers and footers

2000-10-26  Frank Schönheit  <fs@openoffice.org>  [0a8d00d0dad5c00b6d3658ff41b68d9a1b25b2e1]

        removed three obsolete service names (DatabaseEnvironment, DatabaseAccessConnection, DatabaseAccessContext)

2000-10-26  Daniel Rentz  <dr@openoffice.org>  [d243825d86065c09654f46c94539d10a88a73b8a]

        add: table:cell-range-source

2000-10-26  Joachim Lingner  <jl@openoffice.org>  [37dbc0e2f5827bc2072ce38803e4f9d42ffef87c]

        convertDispparamsArgs converted VT_DISPATCH|VT_BYREF when it was an out parameter, unnecessary

2000-10-26  Kai Ahrens  <ka@openoffice.org>  [582488e24cd77218fa0b8f303ee8b245db7c7cc5]

        #78786#: adjust source rect for bitmap operations if neccessary

2000-10-26  Michael Brauer  <mib@openoffice.org>  [af68fffaea649bf8cd936ebd5f996f1397a7a464]

        page styles continued

2000-10-26  Michael Brauer  <mib@openoffice.org>  [b00d5c73d162af0874ba585727b16d5f0db9763e]

        Columns for page styles

2000-10-26  Michael Brauer  <mib@openoffice.org>  [ad7a757873f5380a03c13bd78bfadc564adb42ac]

        page styles continued

2000-10-26  Andreas Martens  <ama@openoffice.org>  [82b5a3ac2c33cc143f08c472d7bda067d45897ca]

        Fix: Wordselection replaced by breakiterator

2000-10-26  Andreas Martens  <ama@openoffice.org>  [db7794c521e742df2fa6673b2e9c73b13811ab6e]

        Fix: Old debug-code deleted

2000-10-26  Ocke Janssen  <oj@openoffice.org>  [65fdd813f27282d2fc8b39b5df66eff8a66f3bff]

        corrected overload method

2000-10-26  Daniel Rentz  <dr@openoffice.org>  [573b9facc3655945e9e91dcb9929622be643e2bf]

        chg: context filter of header/footer height

2000-10-26  Andreas Martens  <ama@openoffice.org>  [c87666f64c80852bed120b2048486c2fbb4d4eed]

        New: Two-line-portions with surrounding brackets

2000-10-26  Frank Schönheit  <fs@openoffice.org>  [aac99c6bd434cc1879023d67eacf50880171c0b5]

        fillDatasourceInfo

2000-10-26  Frank Schönheit  <fs@openoffice.org>  [a2d5ac5d746722cb64a1e5f79ec6fedb40b8b947]

        special login request text, with interpreting the ServerName as data source name

2000-10-26  Frank Schönheit  <fs@openoffice.org>  [eb91f653802ada568ed4d7471b3bde6e16afdc85]

        introduced fillDatasourceInfo, with this now getCurrentSettings collects _all_ relevant properties

2000-10-26  Sascha Ballach  <sab@openoffice.org>  [d31e96f4aa1e179ebf5b9e6392411ba141caa3d0]

        HeaderIsDynmaic and FooterIsDynamic added

2000-10-26  Carsten Driesner  <cd@openoffice.org>  [9fdba50ef1e89ce394430e338c30dd2e9dfd112c]

        insert code for 5.2 scripting compatibility

2000-10-26  Carsten Driesner  <cd@openoffice.org>  [86b439cbc14bcff4fdc7c5650d9ce69304f7579f]

        use SolarMutex before/after ImplDispatchEvent when current thread is not the main thread

2000-10-26  Patrick Luby  <pluby@openoffice.org>  [f7b8c3ee4b73e125da755c4d78b27506bbcfa39d]

        Initial implementation of creation and destruction of a native NSWindow

2000-10-26  Patrick Luby  <pluby@openoffice.org>  [565067ee63f8dc067da73ade67598e41ac86aaaf]

        Enclosed C++ code in #ifdef __cplusplus blocks so that C and Objective-C files can still include the non-C++ portions of these files.

2000-10-26  Patrick Luby  <pluby@openoffice.org>  [7b64d7a625f118d09ecf5643275f1832d24d343b]

        Simplified Mac OS X special commands in tg_shl.mk and ran mkunroll to create matching _tg_shl.mk

2000-10-26  Patrick Luby  <pluby@openoffice.org>  [ddf3d702d61e04b6d38457d3f21254a5daa045e6]

        Simplified Mac OS X special recipe lines in tg_app.mk so that line lengths do not exceed dmake's limits and created _tg_app.mk using mkunroll executable.

2000-10-26  Patrick Luby  <pluby@openoffice.org>  [dd9533b2db8ed4ba3fae69b9280317f0d21b660c]

        Roll back to version 1.4 as dmake has trouble with the length of the revised lines in version 1.5

2000-10-25  Patrick Luby  <pluby@openoffice.org>  [d7ec2c7c0a5179617077733d0fad8cabc284e378]

        Eliminate stray blank spaces added in last revision

2000-10-25  Patrick Luby  <pluby@openoffice.org>  [5fe810a4fec063a46f7586976de68a6d184550a9]

        Added Objective-C link flags to command line tools

2000-10-25  Patrick Luby  <pluby@openoffice.org>  [b71b90a3933c3914554671ea21c4664a670c17db]

        Modifications to Mac OS X GUI executables so that they handle Objective-C code and execute properly.

2000-10-25  jp  <jp@openoffice.org>  [d9466e9e09f8aa618f722d9d7bef7469aa51dc14]

        Select the current/next/prev redline if the dialog starts

2000-10-25  Sascha Ballach  <sab@openoffice.org>  [c4f149aa42e6135d9e07f82af71706970895e021]

        Header/Footer content Import/Export added

2000-10-25  Sander Vesik  <svesik@openoffice.org>  [8ee2b39a40f4c02375869136c00b3086166a7522]

        add readlicence back in and declare that it must be built before instsetoo

2000-10-25  Sascha Ballach  <sab@openoffice.org>  [b798c8c5f4bdb21875481788dc57cf1521c96594]

        Position and FilterName are Specialitems

2000-10-25  jp  <jp@openoffice.org>  [66a95767329a43030899a1d12240852c460841b2]

        UnoCrsr are allowed to skip into protected/hidden sections

2000-10-25  pw  <pw@openoffice.org>  [4177114a3565b53a8b56d7bef83e65c0f8f795f7]

        #77082# Hide checkbox 'Dont distort objects in curve' for presentation options

2000-10-25  jp  <jp@openoffice.org>  [c09fc2c1db5c94c3ef69986549f970e1c03e8067]

        use CharClass/BreakIt instead of old WordSelection

2000-10-25  jp  <jp@openoffice.org>  [30bce3497552f313a8047d22a0993d987b83734d]

        use CharClass/BreakIt instead of old WordSelection

2000-10-25  Sascha Ballach  <sab@openoffice.org>  [82e1e042ff92e75b82914ea09822ec4fa5b554d1]

        Import/Export PageMaster with one Map and with a Start and End position

2000-10-25  Oliver Specht  <os@openoffice.org>  [26da59d5aa7517a279a0a7f979610f77dfd47abc]

        Line type ListBox selection corrected; revision log removed

2000-10-25  Kai Ahrens  <ka@openoffice.org>  [b44cdcd334f7966cd7450b9d585608e0dde69778]

        added new theme defines (mytheme/usersound); added ID dialog

2000-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [06bec3d9cbad6836db6c2f490d1abeda544060dd]

        #65293#: disambiguate construct

2000-10-25  Kai Ahrens  <ka@openoffice.org>  [7799046693beae967b3bda186374c563ab4f6bac]

        added new theme defines (mytheme/usersound)

2000-10-25  Sander Vesik  <svesik@openoffice.org>  [d077547f9ab8038b5cd98142bfe5d6e44ac2c9a5]

        Add version checking of jdk on Linux PPC - contributed by: 	Rich <rjohnson@dogstar-interactive.com>

2000-10-25  Oliver Specht  <os@openoffice.org>  [eb85f12ab175b04e242b464cfff216b8b6035f60]

        ChgSection: additional parameter to prevent update of file links

2000-10-25  Oliver Specht  <os@openoffice.org>  [d280a556ebd4eb174781e06aeb62f9a783ae502a]

        SwXHeadFootText::createEnumeration: don't skip tables

2000-10-25  Sander Vesik  <svesik@openoffice.org>  [f2ca576bda23592c4b7997096bdc9abc7f3497d0]

        add version checking of jdk on LinuxPPC - contributed by Rich <rjohnson@dogstar-interactive.com>

2000-10-25  Oliver Specht  <os@openoffice.org>  [4e3e0dbbe113818fc483215c21dca49da6009745]

        ChgSection: additional parameter to prevent update of file links

2000-10-25  Daniel Rentz  <dr@openoffice.org>  [a3c9bf385b2b770c4d0cb740bb8f429c569e6efe]

        add: export of table:cell-range-source

2000-10-25  Daniel Rentz  <dr@openoffice.org>  [0fbe9cc7677902a6776fadd791386729e76ca6c9]

        add: values for table:cell-range-source

2000-10-25  khz  <khz@openoffice.org>  [ec3a9d4c467a1f5b854a72c3ee61665b66881307]

        code cleaned up

2000-10-25  khz  <khz@openoffice.org>  [a7535a278e920eac53649f9d0be9ade14f254098]

        Now supporting negative horizontal indentation of paragrahps and tables

2000-10-25  Sander Vesik  <svesik@openoffice.org>  [bbf7420b057f9cddb98171cd7cf3aa21c3f3f8c0]

        Add IRIX support - contributed by Jeff Hanson - jhanson@sgi.com

2000-10-25  jp  <jp@openoffice.org>  [641f51be71f41ff8368acafd5f74ce765a00bf77]

        compiler error

2000-10-25  pw  <pw@openoffice.org>  [5ffa88378d7aa9da685ce287bfbfed64bfa6d722]

        #76473# Changed shortcut for Angle on tabpage gradient

2000-10-25  Kai Sommerfeld  <kso@openoffice.org>  [a2dc2d95ca70f0dee36614b156aecf23e8c4fdaf]

        Fixed: method AppendPath(...).

2000-10-25  Armin Theissen  <armin@openoffice.org>  [6f140eab99492ba9e07624349c88ee921242b10d]

        prewin.h and postwin.h included again because source/drivers/odbc wouldn't compile otherwise

2000-10-25  gt  <gt@openoffice.org>  [8bda32bcca6020ee39c615cc1e85a64e11205823]

        cut revision comments

2000-10-25  Ocke Janssen  <oj@openoffice.org>  [db990068cda85bc65468cbe5c374e3cf08aabf9c]

        wrong number of columns written

2000-10-25  pw  <pw@openoffice.org>  [cf7b0bb04c9ef0f49d8fcbdc73b00c02f58cac48]

        #79749# Aways check PRINTDIALOG_ALL at the PrintDialog also if some objets are marked

2000-10-25  Ocke Janssen  <oj@openoffice.org>  [c3b2bd9bed9a7d10acc3e84a137fcefb63be549b]

        if table is new assign name to path

2000-10-25  Mathias Bauer  <mba@openoffice.org>  [b8a1051f6322a9404a5ed5c32ed745979569b9af]

        Better error handling

2000-10-25  Mathias Bauer  <mba@openoffice.org>  [0c5bf45e026dc7093af8fcdb28e6c3842fa28e8f]

        #79696#: better shutdown handling

2000-10-25  Mathias Bauer  <mba@openoffice.org>  [9a75e5b3e7f5ae6c5d57dc5579ebce3b7507a125]

        no dispatcher update while closing frame

2000-10-25  Ocke Janssen  <oj@openoffice.org>  [6b346f3873eaf7b97063e36e4107cd5dd7c665d9]

        corrected limits

2000-10-25  Mathias Bauer  <mba@openoffice.org>  [f842c8dddb45d62a07b6355b9bf3b27dc6e3aaed]

        #79696#: better shutdown handling

2000-10-25  gt  <gt@openoffice.org>  [5417123a9ec68d0a2ed9a938e40d187e1c8785fd]

        #79534# XclCf::XclCf(): pointer initialize

2000-10-25  Oliver Specht  <os@openoffice.org>  [3457420854426e598a3418cd8b62fb77f6c4f5b9]

        #79763# Twip/mm conversion

2000-10-25  Oliver Specht  <os@openoffice.org>  [6df5fae912d4942031ec95898de943ad335f5144]

        #79763# separator line properties added to SwXTextColumns

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [0a1af75c381e66e9e2c699e1bf3a5cf38830ea40]

        include uiuno.lib/.srs

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [eb0340f3404615a82f5e8b7febe9425e0aded728]

        STR_REMEMBERPASSWORD*

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [737cc36c24d99fbf0528c45ef1ce0982457ce2e5]

        initial checkin

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [128ec2abbfe53802ff6bf04959577e83cc690dea]

        moved three files to ..\uno

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [1b4114242cb0d24a1ef00c3d12a0e0c09ed3bafb]

        register the OInteractionHandler

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [66318aa6475b57e4ca90e39569c6262752d2114c]

        initial checkin - InteractionHandler for common database related interaction requests

2000-10-25  Oliver Specht  <os@openoffice.org>  [21f4d3644e3c4cf4c848ddaee578a89b15e2bec6]

        #79763# separator line properties added to SwXTextColumns; property names of page styles corrected

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [4067cd515e46e554e3be3e047951be5c3eb6e192]

        moved herein from ..\dlg

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [df9dd85dada7dac48017d96a60dcbf7a1040b38b]

        some more DECLARE_/IMPLEMENT_SERVICE_INFO_* macros

2000-10-25  Oliver Specht  <os@openoffice.org>  [43400a72803700aec0b2f8ccda62be026fa904a8]

        #79763# separator line properties added to SwXTextColumns; property names of page styles corrected

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [229bcf3f5b08b604cb5e2bb406d3c0f52e0b4ac9]

        moved herein from ..\dlg

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [483a3ffff82d4407a98bbc4e74f570cf9ac98f07]

        initial checkin - helper for implementing using XInteractionContinution and XInteractionRequest

2000-10-25  Michael Brauer  <mib@openoffice.org>  [12f008c252a48d36ea66f8330eb15ae703175f93]

        start and end indices for property maps

2000-10-25  jp  <jp@openoffice.org>  [bcabeabe9e0e5f4049be6dd130af03b739c86e1b]

        Spellchecker/Hyphenator are not longer member of the shells

2000-10-25  Oliver Specht  <os@openoffice.org>  [d0728bff890cb2de8ebaf2b701734809859c1555]

        SwXStyle::GetPropertyState() now complete

2000-10-25  jp  <jp@openoffice.org>  [eb713c1a062810c6a1ca5cd59ca565c54475647c]

        remove SpellChecker/Hyphenator as member and as param. of the CTOR

2000-10-25  Michael Brauer  <mib@openoffice.org>  [9082e058fa2df018e819feb180b49437dd4b0e60]

        start and end indices for property maps

2000-10-25  Oliver Specht  <os@openoffice.org>  [f4d5248af92f4c0f8e4dd22df9209360d553fe87]

        gotoRange: search for start node outside of sections

2000-10-25  Ocke Janssen  <oj@openoffice.org>  [853dc374b05206ed62c6c63321f84bae50b68e08]

        queryinterface impl

2000-10-25  Ocke Janssen  <oj@openoffice.org>  [81d53b1459dc1a1b3e38d019f0055cc7285899a1]

        OBaseMutex has moved

2000-10-25  Kay Ramme  <kr@openoffice.org>  [78213e4e444f2c391924c2f4298ef6491d8947f4]

        test the java vm any before using it

2000-10-25  Patrick Luby  <pluby@openoffice.org>  [660c4140e86c54b59b5d684a0f5e182563089f60]

        Added ilstbox.cxx to EXCEPTIONSFILES

2000-10-25  Kai Ahrens  <ka@openoffice.org>  [a92798d6dcc950818e7148c0f6aed6a3f6ce5efd]

        #79420#: copy creation of DDB SalBitmap implemented

2000-10-25  Dieter Loeschky  <dl@openoffice.org>  [69a7f50c2c4c6772bd0e4e57d483c6ec6ac2b881]

        New linguistic

2000-10-25  Sven Jacobi  <sj@openoffice.org>  [08c5cfdcc0005b0b66f153641e8915b5dadff00c]

        #79746# the preview size will not always be a multiple of 64kb

2000-10-25  Oliver Bolte  <obo@openoffice.org>  [bd5ba93f47260949fcca9ca216b613c20eee2baa]

        Collator to GNUcollator

2000-10-25  Kurt Zenker  <kz@openoffice.org>  [93346bbb8f4ddf22dc5388b640fc5a6f64fb1406]

        add. dbtools for UNIX

2000-10-25  Daniel Vogelheim  <dvo@openoffice.org>  [252fd04f420278aec3055f3e5c3c05b2b66951e4]

        - fixed: sXML_master_page_name (instead of sXML_page_master_name)

2000-10-25  Jörg Budischewski  <jbu@openoffice.org>  [406534cac729eb776a01ef1d80001056422b7fd5]

        introduced an implementation namespace to avoid this damn unix symbol problem

2000-10-25  Ocke Janssen  <oj@openoffice.org>  [3083bc04c935dff3bbca0edface9b8ecdc83bbb3]

        make strings unique for lib's

2000-10-25  Ocke Janssen  <oj@openoffice.org>  [8108328d9ece586087dc4e048d5f10dcb9b0047a]

        make strings unique for lib's

2000-10-25  Frank Schönheit  <fs@openoffice.org>  [d37052f7ccd36f2b5a6ba1d632dfb3a6acd212c7]

        migration unotools -> comphelper

2000-10-25  Ocke Janssen  <oj@openoffice.org>  [e21670d7a780e68a0fd306fd0a3bcfce31520847]

        moved two classes

2000-10-25  Kai Sommerfeld  <kso@openoffice.org>  [f776607b48d821165227850cf34924a4025c21d4]

        Adapted to changes of service "com.sun.star.ucb.Store".

2000-10-25  Kai Sommerfeld  <kso@openoffice.org>  [49c9b9db196f6ecfb20ce47354e45c20a56e96c9]

        Adapted to changes of service "com.sun.star.ucb.Store".

2000-10-25  Kai Sommerfeld  <kso@openoffice.org>  [77c783999258fadafad2f7164d13b0ff3e9c5770]

        Changed: Now uses config server as storage medium.

2000-10-25  Kai Sommerfeld  <kso@openoffice.org>  [f01c1a6bd9229043d00e132b799e0b733195f31b]

        Removed: flatany.obj Removed: No longer needs 'store' lib.

2000-10-25  Andreas Schlüns  <as@openoffice.org>  [9491e5432ddd82b498255b9c57ce1fb00603251f]

        enable async. termination of office for normal AND plugin mode

2000-10-24  Sander Vesik  <svesik@openoffice.org>  [5975b00643dbc3a824ecc439c2f87e696022dba4]

        Add xprinter - and vcl depends on it.

2000-10-24  Niklas Nebel  <nn@openoffice.org>  [ffded1de7bd284e0c6cdfe5ac03f1d380d1d9252]

        UpdateDrawPrinter: always use printer

2000-10-24  Niklas Nebel  <nn@openoffice.org>  [742ba77c7a3d20585269b5a17406333c852128da]

        support old page property names for compatibility

2000-10-24  jp  <jp@openoffice.org>  [214242e7b9a47d54cec7e0c69b02048f1bb13cd5]

        IsSelOver: go into/outof sections are valid moves

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [444c5cbdeb11577f265f256d616c921c20246e99]

        make strings unique for lib's

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [7ca8b14889621c6ad5bf3f654bfa51476685ce7c]

        new export file

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [63c9f791d5cc37be7f41df79404f3b33799dec73]

        make strings unique for lib's

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [df4d22d96a07fabb3e0c58cb48e60534cb16a193]

        new export file

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [5c10ebcfe6cf40ce2ae42e563e277781f0fde644]

        make strings unique for lib's

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [0a207c871aca297c3c8c7db8791b342369e73b72]

        make strings unique for lib's

2000-10-24  Kurt Zenker  <kz@openoffice.org>  [54ec178c35805aa6b7acd827e2cd969de69e6763]

        add. COMPHELPERLIB

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [4af67b52661a7c7d9c6090ca3f149a0880c7e663]

        make strings unique for lib's

2000-10-24  Oliver Bolte  <obo@openoffice.org>  [8bf421de2433ef4a3639fe5c5f0b871dec7231ec]

        exception flag for sxl_unolingu.obj

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [21433483eb1fec5e7f1d53546e3828e451a687fe]

        make strings unique for lib's

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [bcf82c3e850e03bf497f47cc92eb11fdeeb1aee9]

        added unolingu.obj to SVXLIGHTOBJFILES - necessary because of change in svx/source/items/svxfont.cxx using SvxCreateLocale

2000-10-24  Oliver Specht  <os@openoffice.org>  [f7f7afa9e4e6ce6e1adb88f4648ecaadae7bbe07]

        optimization of getPropertyState(s)

2000-10-24  cdt  <cdt@openoffice.org>  [c094bb831a48f1cff116bce44a6b6abaf6bf0c3e]

        # Changes for jdk 1.1.5

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [e8719e2e23343e5a32d28366dab587f88bd5702d]

        #79654# auto focus handling

2000-10-24  Oliver Bolte  <obo@openoffice.org>  [31fb4c1e934d16956d8f8e0a8ccd65e9726b3ac6]

        linux compiler ambigues rBHelper

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [d13cad27668fe880359567b2123cc2f895c99fbe]

        ControllerSlotMap contained SID_DATASOURCE_ADMINISTRATION instead of SID_FM_AUTOFOCUS

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [08e0590ff9d8d2f7b08cb415a47b15fc97ced07a]

        no ; after DBG_NAME

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [4e96b282fb5689c17d0abdef6b3d5557bf92969b]

        make strings unique for lib's

2000-10-24  Sascha Ballach  <sab@openoffice.org>  [ac99ede0d7af428c382437388753172cff0c7fed]

        little bugs fixed

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [10ed706e58027ab565904feeddf52f2bb405f935]

        make strings unique for lib's

2000-10-24  Oliver Specht  <os@openoffice.org>  [33a00f386e0fc3bb2f9c85a14f21addc2681d323]

        #79740# model creates service .text.TextColumns

2000-10-24  Sven Jacobi  <sj@openoffice.org>  [35e21f30ee1cb44dd4f2caf68b5b5dde53c7691a]

        #78535# always set the SdrTextMinFrameHeightItem when importing a TextBox

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [716639cfc86deb8f6079737c473691e8b4906cce]

        declaration of flush_NoBroadcast_NoCommit() has no exception specification

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [1a6409f91bbce418d86782a4676b151ead67277b]

        make strings unique for lib's

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [29cc29a687b4e080756d873d2d77d33ea7c46d43]

        extra semicolon removed

2000-10-24  jp  <jp@openoffice.org>  [750165f774a3167e1c47cf1db7764bd5dc50c79f]

        new CJK attributes

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [a30bc5414ef2f54dd66cc254211a271f79d786c3]

        extra semicolon removed

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [40d70bdcec85a57cfafc26238daac84d84a1b2ad]

        added missing semicolon at end of line

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [373605b3d99a29ef4834029269a90459b33bdbe8]

        added forgotten return

2000-10-24  Michael Brauer  <mib@openoffice.org>  [40fe5c9af6bc33f7f573390183c3237e8bff5fd5]

        graphic mirror and paragraph shadow

2000-10-24  Oliver Specht  <os@openoffice.org>  [8a96c8c00ce43a888fcdd2deff7e8cb93d3aee83]

        #79738# new graphic property: ContourPolyPolygon

2000-10-24  jp  <jp@openoffice.org>  [d599525a6ec30f218d931691eb56d74304bad6e0]

        move some code out of the dump define

2000-10-24  Kurt Zenker  <kz@openoffice.org>  [70c44cd156d032edb1da699c1554db5bcc80faa7]

        corrected #if SUPD and namespaces ::dbaccess

2000-10-24  Sascha Ballach  <sab@openoffice.org>  [c31b1b065af536823459d3c910d129a4a019491a]

        Header and Footer regions added

2000-10-24  Sascha Ballach  <sab@openoffice.org>  [10fb27397c9004b5cc8fe71d2d2460f49e2df83c]

        Header Footer export added

2000-10-24  Sascha Ballach  <sab@openoffice.org>  [32b3296900bddac74f14c489ccd161298479b3f6]

        Export Header, Footer added

2000-10-24  jp  <jp@openoffice.org>  [30df52f901d32041783844583cb21d15e6115105]

        changes for unicode

2000-10-24  Kurt Zenker  <kz@openoffice.org>  [7c5619becea6246dad38602ea5f79f8b269863f3]

        add. dbaccess::

2000-10-24  Sascha Ballach  <sab@openoffice.org>  [829e164a5cea5e5479ba5b8253d42304234b0a2c]

        MaxRow, MaxCol; catch exception

2000-10-24  Christian Lippka  <cl@openoffice.org>  [ead10d0da67616b73d540213d49169ae12bbeb98]

        #79513# fixed insertControlCharacter for appending paragraphs

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [66e8a0da359079ac9cd37d9bee714ad51191df49]

        changed name of DBTOOLSLIB

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [568579d92d76664a1b8ff5144841f87ecf6e031f]

        include header

2000-10-24  Michael Brauer  <mib@openoffice.org>  [2918087caf4863d863013097ad33215bf4f3a7bf]

        syntax

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [854ac049d0eb95f4c873b51fd2197c4f5564a0d3]

        set dfine around dbastrings.hrc

2000-10-24  Kurt Zenker  <kz@openoffice.org>  [c8446fe3edcdc42bfe1cfbc76b3328a68830a058]

        add. include tools/solar.h

2000-10-24  Stephan Bergmann  <sb@openoffice.org>  [40518573f0cf35ba27a890fc1f049497537f328e]

        Added missing acquire() of shell to XPropertySetInfo_impl ctors.

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [d29177e565ef4aed4a9efeee88584c9c37fa6e23]

        use of string in more then one lib

2000-10-24  Oliver Bolte  <obo@openoffice.org>  [72d1ad64ef24cf5727298079b4589d1ea03f7bd9]

        staruno, starlang and starbeans not identified by linux compiler

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [1dbd0c8f906837b0b28e4848bf3a15483ac904ba]

        two new files for string

2000-10-24  Andreas Schlüns  <as@openoffice.org>  [20d99ac56373edb693e81ecde90d0aa54f419c50]

        enable async. termination of office for normal AND plugin mode

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [a2f392d8920135e43cbe4efce988ee336ea31e01]

        link against ucbhelper lib / removed doubled linkage against comphelper lib

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [201db0146b8a76dadfbcf1478ffe5ba8fcde2a20]

        some new file - added functionality for browsing system data sources

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [17463320eed55d3c18880c10bde62ab79597cad5]

        sfx2/saveopt.hxx is obsolete

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [1e0ab8d7b2689af3caabda06f9dbf1e057255daa]

        the new parser

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [c7a3de06a740bea3d70789bd755349bb53b9ca79]

        MUST: don't use International::Upper / Lower any longer

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [95878d11a8f84d2b5857d0394aa47bc5929385de]

        initial checkin - wrapping (system) data source related ODBC functionality

2000-10-24  Daniel Rentz  <dr@openoffice.org>  [bff2cd511f5028d8c349a42128f95e101e43dc13]

        add: import of table:label-ranges, table:label-range

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [63338eaf5a87c5874502095d4f4eda9c1e592edb]

        sfx2/saveopt.hxx is obsolete

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [b568462003c1d0db17e3817c98a2cc8fbf4e7c16]

        initial checkin - dialog for selecting system datasources

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [e312d4ecdae4ae1a90c353d3e3755165bba4a5f6]

        ODatasourceMap::update takes a non-constant set (to reset the ORIGINALNAME item)

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [4fdf73a3ab212a70e54c5374b6b18619d6361f09]

        functionality added: browsing for system data sources (ODBC/Adabas/dbase/text)

2000-10-24  Niklas Nebel  <nn@openoffice.org>  [417d6a92f3afd3deadbd7e55446ad7a5eb089e11]

        increment/decrement were moved from utl to comphelper

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [db4c6b4d3f79debb54387c288933f3a66c4ba433]

        S/GetTextNoPrefix

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [5ab6b5cc02b69efe4c1f74e6c5c59cfb60b0a5aa]

        DLG_DATASOURCE_SELECTION

2000-10-24  Niklas Nebel  <nn@openoffice.org>  [54761119a0894bf5347afa46aebc5ebe86e550b0]

        include for PropertyAttribute

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [cf11220912a9c43141de47bc7555881a088d0e82]

        no inline for FirstInMap() and PixelToMapIndex: have already been called

2000-10-24  jp  <jp@openoffice.org>  [5a6606a26e3a4e040ef8f5c2be33a11b0d042603]

        must change: use charclass instead of international

2000-10-24  Dirk Grobler  <dg@openoffice.org>  [60da3acbeb1eba68ff607b09e399d30d4290f02c]

        stl_types now from comphelper included

2000-10-24  Andreas Schlüns  <as@openoffice.org>  [8a95235bd89c61643028c25de04861c0054aea48]

        new config item for installed modules

2000-10-24  Oliver Bolte  <obo@openoffice.org>  [c937cc4c67d647d34d95360261e9127f5824bac8]

        getimplementation ambig.

2000-10-24  Oliver Specht  <os@openoffice.org>  [a09c59fc78103f9072ddda4304f0fe60e1aa647d]

        include saveopt.hxx removed

2000-10-24  Christian Lippka  <cl@openoffice.org>  [1d46ea1f7477ec3f7b67b6ad733225ed1c457856]

        #79617# style name for shapes is optional

2000-10-24  Sven Jacobi  <sj@openoffice.org>  [a353ef14ab5ae68df0d0849fd90570ef5638db0e]

        #79082# StyleSheet has to be set for each Paragraph

2000-10-24  Sven Jacobi  <sj@openoffice.org>  [b59dbffe0962b72338758022f761d6f9a7df1e42]

        #79082# StyleSheet has to be set for each Paragraph

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [ccfb8fedec285ed6f446e30913693b4a57e53888]

        sfx2/saveopt.hxx is obsolete

2000-10-24  Oliver Bolte  <obo@openoffice.org>  [bd4e188c3ab015dba1b3936b09599ade2a3c0baa]

        linux compiler ambigous getimplementation()

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [73a460124ee1458057ff4a2ad642cc41df1ee90a]

        new export

2000-10-24  Peter Burow  <pb@openoffice.org>  [3e4786a1cc7c2a7d301894ac68557a572f42cba2]

        chg: don't use International::ToUpper() any longer

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [0dbc3f2bdd6b102b7c3f2bbc7185c97d1567cdf6]

        use of slofiles

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [e7740a8babf791849cb12ca90325a82acfe9c6f3]

        syntax

2000-10-24  jp  <jp@openoffice.org>  [07b84947da9feb506cf7aeff1b8e4696189b2dbd]

        must change: use charclass instead of international

2000-10-24  Gregor Hartmann  <gh@openoffice.org>  [04acc2e4b18136cbd9e208543260d40ea0237713]

        removed call to International::IsNumeric

2000-10-24  Michael Brauer  <mib@openoffice.org>  [5babb137a6ae3d8e5e87936a35e747713e141292]

        issue #28#: removed some ambiguities

2000-10-24  Kai Ahrens  <ka@openoffice.org>  [5e1145c64b497713952c32c78d08c475287ea8e5]

        Sfx SaveOpt removed

2000-10-24  Oliver Bolte  <obo@openoffice.org>  [d4d6cf471c926c842feeab21cc18408afa0a439d]

        Linux compiler doesnt recognize staruno, starbeans, starlang namespace

2000-10-24  Dirk Grobler  <dg@openoffice.org>  [cac2684d949ae41dfa99b854a5d75a0337646125]

        merging of trees implemented

2000-10-24  Christian Lippka  <cl@openoffice.org>  [1737b4c27aa847b2545fc3ab6ff11163c47ecea9]

        #79572# fixed the class value from draw to drawing

2000-10-24  Andreas Martens  <ama@openoffice.org>  [57fd7229c73ee033a8a4b14607d6a019579e1593]

        Fix #77411#: Looping sectionframe with follow == next

2000-10-24  Sascha Ballach  <sab@openoffice.org>  [93e3dd522b749a2e78911601d875d7cd517a3102]

        must changes

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [adeb6c8b9a32550703a0b77e4727594667370df3]

        remove staruno namespace

2000-10-24  Oliver Specht  <os@openoffice.org>  [b372d0cdc39ff79eec690d237b74561dd4df0918]

        graphic mirror properties changed

2000-10-24  Oliver Specht  <os@openoffice.org>  [a11216abb566dd8f685d380e99211253873629de]

        graphic mirror properties changed; #79647# new property ParaShadowFormat

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [b4c9859feb4fe465cc0b5a18d2ba5b5c085424c9]

        template syntax

2000-10-24  Oliver Specht  <os@openoffice.org>  [4bd6b42dabbffb9ea619e3bc4eb1249a85b2423b]

        SwXPageStyle: throw exception if no mapping is found

2000-10-24  Oliver Specht  <os@openoffice.org>  [cb82728f81f9a6cfeeb625ec1327033b6479fe5f]

        graphic mirror properties changed

2000-10-24  Oliver Specht  <os@openoffice.org>  [454b5470f4bbeec1742477c0b3e8e38f8ecabe55]

        graphic mirror properties changed; #79647# new property ParaShadowFormat

2000-10-24  Oliver Specht  <os@openoffice.org>  [0a565f2e9e4fe99cb3353d444b52ead220572604]

        graphic mirror properties changed

2000-10-24  Daniel Rentz  <dr@openoffice.org>  [db66c6c9aabad6d13569123daf7bdedbea0b9108]

        rmv: invalid element

2000-10-24  Joachim Lingner  <jl@openoffice.org>  [dc2486b57e2863804dc3d46e6a1685f717c932b5]

        *** empty log message ***

2000-10-24  Joachim Lingner  <jl@openoffice.org>  [ced86702a9192cd21f813fdcca5922c337d18291]

        createOleArrayWrapperOfDim did a wrong conversion with multidimensional arrays

2000-10-24  Andreas Bregas  <ab@openoffice.org>  [13e3319a3a69a7118e19a196c7558c04828c8d67]

        International::ToUpper/ToLower() replaced

2000-10-24  Martin Hollmichel  <mh@openoffice.org>  [a26418a797cb0f028d1f7e257ca2390d122fe58f]

        chg: Syntax

2000-10-24  Oliver Bolte  <obo@openoffice.org>  [c8fc4d088d05133bffc707b98f16d019ea1e1ff9]

        Linux compiler parse error #65293#

2000-10-24  Oliver Bolte  <obo@openoffice.org>  [8c02e7ff721d72c5df3238c3a3de904942766196]

        Linux compiler parse error #65293#

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [6160e9afd8662eca452ef17aad6ff263af28959e]

        syntax, solaris compiler complained about a badly formed expression

2000-10-24  Daniel Rentz  <dr@openoffice.org>  [5f5f65df8f0d4fe201f0d696a1e10ca6baea8280]

        add: export of table:label-ranges

2000-10-24  Rüdiger Timm  <rt@openoffice.org>  [db0288962ef56a86b4d4bcd519ca8ed38142f98b]

        3 extra semicolons removed

2000-10-24  Daniel Rentz  <dr@openoffice.org>  [3c9a9bd3e864238d4362b6e6077759dbb84414ec]

        add: table:label-ranges, table:label-range

2000-10-24  Daniel Rentz  <dr@openoffice.org>  [b3ea388fd2b2acc43d68f57fd0908eb110c8753c]

        add: values for label-ranges

2000-10-24  Daniel Rentz  <dr@openoffice.org>  [ad4cd87ff2fdddb7eda07e2d07d3bb3c80b36ce7]

        rmv: #include <comphelper/types.hxx>

2000-10-24  Daniel Rentz  <dr@openoffice.org>  [f52abead5d7f988f1365550bd2c5d367c0dbdcfd]

        chg: using of comphelper::(g|s)etBOOL() instead of >>=/<<=

2000-10-24  Sven Jacobi  <sj@openoffice.org>  [11f2e914a189f51bec461d918dc1acd590ec3173]

        #73569# improved text attributing for sutitles and text objects that uses a depth greater than 1

2000-10-24  mm  <mm@openoffice.org>  [86bd02bd67460221f0a1bc705c9c0bf38d7e6e6c]

        ToUpper

2000-10-24  Michael Brauer  <mib@openoffice.org>  [c37f348ef418f23b33a5e482fd4e3d3ecbd3f7d1]

        #79715#: Text Encoding Import

2000-10-24  Frank Schönheit  <fs@openoffice.org>  [3c0694d94265e33b2c969d71cb9d1a65b4cd92d3]

        correctly maintain m_aDatabaseObjects when registering/revoking data sources

2000-10-24  Martin Hollmichel  <mh@openoffice.org>  [c2036a87860dfa6a968fa82fa1462a1fbac9979e]

        add: COMPHELPER

2000-10-24  Michael Brauer  <mib@openoffice.org>  [22f613b3ed1e85199abfaf58247268ac48ae4756]

        stylefont-height-rel

2000-10-24  Ocke Janssen  <oj@openoffice.org>  [7ab1f7fa851f11c4f6e54d3939b88f62fc373c7c]

        new class for property and component

2000-10-23  Patrick Luby  <pluby@openoffice.org>  [9305f8eb232f495debefd432858c00133dd726a3]

        Implemented timezone adjustments in date/time conversion funtions for Mac OS X

2000-10-23  jp  <jp@openoffice.org>  [799d6874d51a86078bfc86f2de43e968ff411315]

        ToggleBrowserMode without GPF

2000-10-23  jp  <jp@openoffice.org>  [a6591c588b59e42a9560c44f48443d1530b42d33]

        attributes for CJK

2000-10-23  Eike Rathke  <er@openoffice.org>  [9918fab92c1a430353b4a50ff02b6d81d2664b5c]

        add: GetFormatCodeIndex: create at least _some_ format code if none available

2000-10-23  Patrick Luby  <pluby@openoffice.org>  [7610827793646427152922a5d16810f10eab2837]

        Removed #ifdefs for Mac OS X since they are no longer needed to compile.

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [13829d6a62576c366691d799711cb5d886870814]

        catch exception added

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [549d16549e2062314de3c41b4f61d4ab029b1429]

        catch exception added

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [2c50e2fb22f44d36c2ac2804d1d42826e2ccf6fe]

        make Import of Header and Footer possible

2000-10-23  Patrick Luby  <pluby@openoffice.org>  [0a20754caa995d831e1a3a89aef33570b5dc7786]

        Added #ifdef for Mac OS X to replace tzname[0] used on other platforms.

2000-10-23  Malte Timmermann  <mt@openoffice.org>  [2dd6f72cd536ba89e972e5fdd2fd3b9c9cb1a2a1]

        Removed use of class International

2000-10-23  Rüdiger Timm  <rt@openoffice.org>  [8f782a5eba2e04c51b53067cbaa12e3ea3faaeaa]

        extra semicolon removed

2000-10-23  Sven Jacobi  <sj@openoffice.org>  [0364155b16f1c0e40961fcbc65e9795509605fdc]

        #78082# now supporting IntersectRectClipRegion Action

2000-10-23  Niklas Nebel  <nn@openoffice.org>  [19c25b6dd2df97cc19cd5648c173bbff5fd6819e]

        #79578# set WB_NOLABEL for Source/Operations FixText

2000-10-23  Frank Schönheit  <fs@openoffice.org>  [ed10adfdba220983844783dacbafe51f5c70af85]

        include the comphelper's version of stl_types

2000-10-23  pw  <pw@openoffice.org>  [72bf34e54fb1249ad86e9ad1461359ed43010213]

        #78636# Set protocol schema for INetURLObject

2000-10-23  Oliver Bolte  <obo@openoffice.org>  [1eac44d4b7a569c7945c7a5531b0faa47240a6df]

        XUnoTunnel unknown #65293#

2000-10-23  Michael Hönnig  <mi@openoffice.org>  [6cbec07b1154489966b0d9289b9ac62db748c58c]

        #60292# adapts to ScrollBar-size now, when settings of VCL change

2000-10-23  pw  <pw@openoffice.org>  [b4ca5c16157157af92a6f0abb5cf025123702f65]

        #78636# Set protocol schema for INetURLObject

2000-10-23  mfe  <mfe@openoffice.org>  [930e60d57ee87ce32ec21b9f4b28135937865793]

        new/changed identifier

2000-10-23  Kurt Zenker  <kz@openoffice.org>  [28225fe4765a065bb12b11cbed1ae77383708792]

        SRC610

2000-10-23  Andreas Schlüns  <as@openoffice.org>  [58c0313f8aa6e009314bfacc8060acb857ef36cb]

        use new mechanism to search targets in frame tree for findFrame/queryDispatch

2000-10-23  Sven Jacobi  <sj@openoffice.org>  [96a03b6144c97f4fc6aa47d106a74d331e983b69]

        #78082# now supporting IntersectRectClipRegion Action

2000-10-23  Andreas Schlüns  <as@openoffice.org>  [5b355de1d01bf7acc502611907a032157ddeadc4]

        new helper class to support generic target search for findFrame/queryDispatch

2000-10-23  Kay Ramme  <kr@openoffice.org>  [ccf12e3c378d9d316e6e11e8bfa2b80fc190f663]

        #79543# enable SEGV handling only for soffice

2000-10-23  Eike Rathke  <er@openoffice.org>  [7680cc2ed0de29af558e1d2628644d4dc30bf2d8]

        ImpGenerateFormats: NF_DATE_DEF_NNDDMMMYY, ZF_STANDARD_DATE+1 was missing

2000-10-23  Ocke Janssen  <oj@openoffice.org>  [d3a6cf99072b864ea3942594fb158c4fadda34f7]

        wrong use of getValue

2000-10-23  Sander Vesik  <svesik@openoffice.org>  [ae2316de369a9474858b57f17cc74d6c0c9a5bb9]

        Add lingu, declare that svx depends on it.

2000-10-23  Michael Brauer  <mib@openoffice.org>  [8df595c01ba7f4b2727c14c1c2a1a5452f67e994]

        #79473#: import now works correctly

2000-10-23  Frank Schönheit  <fs@openoffice.org>  [9b2a99880cd022346eb1007f9c412ba333698bf0]

        revokeObject: do not dispose the object, it's allowed to re-insert it from outside

2000-10-23  Frank Schönheit  <fs@openoffice.org>  [ec331dcc1a6d8d4399257f84a2f916b6125bb103]

        added apply functionality

2000-10-23  Daniel Rentz  <dr@openoffice.org>  [7835beb72be45e64e50edf173cb0c4f977cbc11c]

        chg: FooterIsDynamicHeight

2000-10-23  Daniel Rentz  <dr@openoffice.org>  [8f82ec3c996b5b12d0354b5221e86d9c2ee81c5b]

        chg: FooterIsDynamicHeight

2000-10-23  Mathias Bauer  <mba@openoffice.org>  [268596f0107a25beb7a1d82dcceec0a4532673a3]

        MUST: processfactory.hxx moved to comphelper

2000-10-23  Mathias Bauer  <mba@openoffice.org>  [085817945f993ee262b4e2fb586f1f8b06862fe1]

        MUST: processfactory.hxx moved to comphelper

2000-10-23  Mathias Bauer  <mba@openoffice.org>  [050ff43c3f682b0e837d633db38d73d134a0e4ff]

        saveopt.hxx obsolete

2000-10-23  Peter Burow  <pb@openoffice.org>  [3aaa3776e1c9e5666ee21eef421c2867f168ad4d]

        chg: unotools -> comphelper

2000-10-23  Peter Burow  <pb@openoffice.org>  [0a7e72ab40fb89bc7b1ec30a1a0a214a763ef59b]

        chg: unotools -> comphelper

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [b758c2b2b5276e3e5a930e169e3273ffbc1c144e]

        little change

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [6616b6cfc06c21e6e9f3f2d85af1c5decabe1451]

        makes the Page Master and Master Page Import work

2000-10-23  Mathias Bauer  <mba@openoffice.org>  [982c9ea4691c5eadca1803491cb1e6e68d8f3bea]

        temp. support for _beamer

2000-10-23  Oliver Specht  <os@openoffice.org>  [b2b8b3a8763ae8f44e51bbdfa49df3c2f333974f]

        reset aggregated number format object in ::Invalidate()

2000-10-23  Peter Burow  <pb@openoffice.org>  [ec517a4b65abdc0b58872fddf4fdae181ec67eb0]

        chg: unotools -> comphelper

2000-10-23  Mathias Bauer  <mba@openoffice.org>  [4c2549c86a326a5e0ff7ecf8231d703f94f2ae2d]

        temp. support for _beamer

2000-10-23  Michael Brauer  <mib@openoffice.org>  [8c91dce050c847155c7a5d835e93657b70e592b8]

        #79539#: property KeepTogether renamed to ParaKeepTogether

2000-10-23  Mathias Bauer  <mba@openoffice.org>  [61595728e49d99c94ee04b88603e9aedf563422c]

        Be aware of TopFrames without SystemWindows

2000-10-23  jp  <jp@openoffice.org>  [b47daef289c716ad718309495c2bc72fe1e56709]

        wrong commit

2000-10-23  Niklas Nebel  <nn@openoffice.org>  [123fffcac727ae3c56a473ccb8e3a659588b6aca]

        page style properties changed to match service description

2000-10-23  Thomas Benisch  <tbe@openoffice.org>  [4740ff35c337de1e075e1486810d3735ab9cedf1]

        basicide.hrc include removed

2000-10-23  Thomas Benisch  <tbe@openoffice.org>  [034faf37ee7c1a4fda10195a3085e28df2d6234c]

        basicide.hrc include removed

2000-10-23  Thomas Benisch  <tbe@openoffice.org>  [34e4e2104814016392130b1ece6f8392a64ccacb]

        basicide.hrc include removed

2000-10-23  jp  <jp@openoffice.org>  [287c954f17e1237c4b8b166de85caf006579b447]

        new attributes Ruby and 2Lines

2000-10-23  Michael Brauer  <mib@openoffice.org>  [55d9d2e5aaa28d18badbc193c30a4a7d87d6a2e8]

        syntax

2000-10-23  Oliver Specht  <os@openoffice.org>  [976d4ae701ac2b43859012eb1cd5032aae614598]

        property defines according to the expansion

2000-10-23  Peter Burow  <pb@openoffice.org>  [2f03ca33100b4f46ccfa10cc5fbc0f7611e013cc]

        chg: unotools -> comphelper

2000-10-23  Thomas Benisch  <tbe@openoffice.org>  [1653f7c4afe6bdd85c6cf19cf2cd7fb926ec467f]

        basicide.hrc include removed

2000-10-23  Michael Brauer  <mib@openoffice.org>  [ca2384b8b91c632917c78a26aa24dbb9d3d2cc9b]

        some property names changed

2000-10-23  jp  <jp@openoffice.org>  [645d2fd62e7bde85ac9bbde86efa49e80d90eafe]

        change Star > StarOffice

2000-10-23  Michael Brauer  <mib@openoffice.org>  [ef1795bbf00670dcd4002b48feb6fa4139c4d7a2]

        restart numbering for lists

2000-10-23  Oliver Specht  <os@openoffice.org>  [2fb8c1d63cc494292cee324f4c2112761681cccf]

        Header and footer property names changed

2000-10-23  Andreas Schlüns  <as@openoffice.org>  [7612b295728fbdaeb04f5f0dfe9a300f23984ec9]

        MUST unotools->comphelper

2000-10-23  Hennes Rohling  <hro@openoffice.org>  [8b915f3253578935e8b2ed18617beff6769d8518]

        call chnod after mkdir cause mkdir uses umask

2000-10-23  Frank Schönheit  <fs@openoffice.org>  [0399335e750659273702ce550bcc8c22066e7033]

        #79476# load the apply button text from the resource

2000-10-23  Frank Schönheit  <fs@openoffice.org>  [f509d47fe499ef344a0b866b19999e20315dfff5]

        #79476# STR_APPLY

2000-10-23  Daniel Rentz  <dr@openoffice.org>  [f9e1b200693b6b5eb032f44d3df84daf3ef9ed3d]

        chg: new property names

2000-10-23  Thomas Benisch  <tbe@openoffice.org>  [804b764c34a19834366d51f62733cf711734374a]

        idetemp.hxx include removed

2000-10-23  Thomas Benisch  <tbe@openoffice.org>  [5fd07a9cb74f25ccb7d6e83eb14557c312e48c0a]

        idetemp.hxx include removed

2000-10-23  Andreas Schlüns  <as@openoffice.org>  [5a77392ce7616276751b01169e8bff015e7bee68]

        MUST unotools->comphelper

2000-10-23  Frank Schönheit  <fs@openoffice.org>  [5483515bdd180fa656a6bb83695e9cda9531b5bd]

        #79476# apply button for the tab dialog (available on request only)

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [0a354c00628bffe9ecc502905d3c2c207723ed0a]

        PageMaster and MasterPage Import added

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [7e10d26d53fc729dbee4e886a26acc7df1a1f431]

        MasterPage with PageMaster Properties fill

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [b54ea3390b83d586420ff481ff2315929d647574]

        FindPageMaster added

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [c6bfb5a9016cd0b8ada733d2b9de323b002e717a]

        PageMaster Import added

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [b6ab9acd23d6826308ea98103b191c7755011f15]

        default constructor added

2000-10-23  Oliver Specht  <os@openoffice.org>  [9ed6c64e240cc6b0e29d2d6d62f73647686420fb]

        #79557# alien attributes: which-ids corrected

2000-10-23  Andreas Martens  <ama@openoffice.org>  [80ba0b2e27b7798ff3c15981f3fd9be338a950b3]

        Fix: Cursor travelling in multiportions

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [7e77d1ec668ee53fc243fb31c1886b7d814749c6]

        Page Master and Master Page Import added; untested

2000-10-23  Michael Brauer  <mib@openoffice.org>  [468e5361cc14f6a8d6bddb94e2e285f3c4ab35c0]

        #78254#: Automatic numbering rules

2000-10-23  Sascha Ballach  <sab@openoffice.org>  [c305a70253b655d98980ec616f8baea23e69da83]

        Page Master import added; untested

2000-10-23  Oliver Braun  <obr@openoffice.org>  [8a2911df60a48c86ff4e2f54dddbe68c9e5ffcf4]

        removed obsolete ports.cxx

2000-10-23  Thomas Benisch  <tbe@openoffice.org>  [ad95ebef0f8c09b04cebfaca849634735d905ae1]

        btbxctl.hxx removed

2000-10-23  Daniel Rentz  <dr@openoffice.org>  [791deca16049774f9ff18ec37146597c76e62339]

        add: calc specific page-master attributes

2000-10-23  Daniel Rentz  <dr@openoffice.org>  [ce9caa96ecb1b36d53b039d855bcee55a04e0985]

        rmv: XMLBoolValuesPropHdl add: constructors for XMLNumberNonePropHdl

2000-10-23  Oliver Braun  <obr@openoffice.org>  [0983dfd0a59fb4b9c70cd173c2d3a6a750099f62]

        obsolete ports.c removed

2000-10-23  Thomas Benisch  <tbe@openoffice.org>  [3f3c7157dadfd1fa72680fcb2183926a6e407629]

        removed basslots.hxx, basidesh.hxx, bastype2.hxx

2000-10-23  Peter Burow  <pb@openoffice.org>  [943577be21bb066ed502cc49f8d2757a409cfc80]

        fix: #79525# new Parameter for GetModuleFieldUnit(): const SfxItemSet*

2000-10-23  Michael Brauer  <mib@openoffice.org>  [6a1f98268fd8d9065fec62b060b29e30a2bc0abe]

        #78254#: Automatic numbering rules

2000-10-23  Peter Burow  <pb@openoffice.org>  [71c850004821600924d2f0dd33e52169a1c993b6]

        fix: #79525# new Parameter for GetModuleFieldUnit(): const SfxItemSet*

2000-10-23  Peter Burow  <pb@openoffice.org>  [bba108d3ccfb127cd354dfb4185fdef92d19b9ab]

        fix: #79525# default NULL of parameter 'const SfxItemSet*' of GetModuleFieldUnit()

2000-10-23  Peter Burow  <pb@openoffice.org>  [5d407300f5d4344234261e214902374c9967bd02]

        fix: #76549# new Parameter for GetModuleFieldUnit(): const SfxItemSet*

2000-10-23  Michael Brauer  <mib@openoffice.org>  [abec42699b2bb491df805133d6ddc63d44e097de]

        bug fixes for numbering rules

2000-10-23  Peter Burow  <pb@openoffice.org>  [68c125f5abbd8263af35e6009d7d7626774a1530]

        fix: #76549# convert-errors considered fix: #79525# call GetModuleFiledUnit() with SfxItemSet

2000-10-23  Sander Vesik  <svesik@openoffice.org>  [d386b43dc8993f791a3d26317a8d13459bb195e1]

        Reverse the sense of the dependency

2000-10-23  Sven Jacobi  <sj@openoffice.org>  [dabad45f803ab1e577775c686b0167ebf3aeb68d]

        #79674# corrected pict filter detection

2000-10-23  Oliver Specht  <os@openoffice.org>  [2d730f9ba5775927c8ef6e26214a0294d8c7b1f0]

        syntax: ')'

2000-10-23  Sander Vesik  <svesik@openoffice.org>  [9a854f2a83f5fc87bfc49b3bd02b39f6a1abc8a2]

        Tighten down build order.

2000-10-23  Carsten Driesner  <cd@openoffice.org>  [65ef453db07bd208a8f5f8a1c592d53f58da400f]

        use comphelper lib instead of untools lib - MUST change

2000-10-23  Carsten Driesner  <cd@openoffice.org>  [8011f260cdcedef9535fa4e7452b2f9e82c9b194]

        Don't dispose global service manager in Main() and must change comphelper

2000-10-23  Carsten Driesner  <cd@openoffice.org>  [fdfffefdc93822fb8b4364182b746c6e12027122]

        use comphelper instead of uno tools - MUST change

2000-10-23  Carsten Driesner  <cd@openoffice.org>  [5ed82d9418f08c9feffe0b2b4ba5d01bcd054f5e]

        new accept thread for rvp/scripting added

2000-10-23  Oliver Specht  <os@openoffice.org>  [4f8887cb2bfac56e73758e47c0be21ebd6af9aca]

        #79531# initialize tool box image; revision log removed

2000-10-23  Andreas Bille  <abi@openoffice.org>  [28e13482d47ef0c72599fff95bb0994ea28f35d8]

        Implemented the methods getInputStream and getOutputStream for an XStream

2000-10-23  Carsten Driesner  <cd@openoffice.org>  [ec30c880c4eaa4c403d3cfca7ca44b2bfd6159b9]

        use comphelper lib instead of unotools functions - must change

2000-10-23  Carsten Driesner  <cd@openoffice.org>  [b745b7fb906228a225fffc1e5b3f5856bc5de9be]

        code clean up for headless mode

2000-10-23  Carsten Driesner  <cd@openoffice.org>  [a5e1faaa266c03eac37f9913b969a4e9b1d8f25f]

        new functions for headless mode

2000-10-23  Carsten Driesner  <cd@openoffice.org>  [238751539e00d998976996841a30d51db6036389]

        compile svmain with exceptions remote/local

2000-10-23  Carsten Driesner  <cd@openoffice.org>  [b5865bf3ccf89bb43ba5f59a7ddab8465b742911]

        if REMOTE_APPSERVER DbgPrintMsgBox writes to a file

2000-10-22  Sander Vesik  <svesik@openoffice.org>  [0791b89e16dc48e66bcbb6a58b1043a1bd7cc248]

        Add automation and declear that setup2 depends on it

2000-10-22  Eike Rathke  <er@openoffice.org>  [93d15dadc89fa0a8b4ad8ac7442db80d8c114401]

        removed unnecessary headers

2000-10-22  Eike Rathke  <er@openoffice.org>  [408f874ea4b79a2e035e4d9da693a0d85f14a9c9]

        chg: SvNumberFormatter ctor: const reference Reference

2000-10-22  Eike Rathke  <er@openoffice.org>  [abb7d7621d90011394a7dd3dbdd35c8edeee4434]

        SRC610 MUST: CharClass instead of International

2000-10-22  Eike Rathke  <er@openoffice.org>  [feeecb05abad7bd5a7ea820dc1350099ad08e80d]

        add: COMPHELPERLIB

2000-10-22  Eike Rathke  <er@openoffice.org>  [6774db11a16d01895fa773292e599387f231b831]

        SRC610 MUST: ::comphelper::getProcessServiceFactory

2000-10-20  Sander Vesik  <svesik@openoffice.org>  [fca8e03cd8416262e798f3dddc96f87cd0e203ae]

        Add ldapber and declear that inet depends on it

2000-10-20  Eike Rathke  <er@openoffice.org>  [6f55088fe613a8f353f7c2c6ea48d88efa85019d]

        add: DEF7TARGETN

2000-10-20  Eike Rathke  <er@openoffice.org>  [b5e54c88f7189723e0e2ff56ff61091c17489ec9]

        SetDependentKeywords: upper true/false; no currency string => ShellsAndPebbles

2000-10-20  Eike Rathke  <er@openoffice.org>  [7d3f30d0d5f2c8025f30606a9d6cc67a2fc42b39]

        ImpGenerateFormats: fault tolerant if a sequence of format codes is completely missing

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [f8ed54ddef97724d45ca26fb7689990325fde626]

        new object bar for graphic objects

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [e98aee90f262acfb5b48f86677fe3ec5d15cc324]

        graphic shell also for several objects, invalidate graphic object slots

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [56dc454a8d34d31aed441aac6f5e363681fda530]

        slots for graphic object functions

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [53aa97b192842920879efc0dea91882cd0a09be1]

        different object bar for graphic objects

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [e84041a93944b0a9e7368e3d9b0b7d0b3892c469]

        Execute/GetAttrState for graphic object functions

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [178a6078069658a6c0094949b0dd71d201474a0d]

        register graphic toolbox controller

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [c6157524c0d2a29be98c27751323733899b9b3f5]

        GetViewData (for GraphicShell)

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [c389ecbedafbaf96fbf5e71c21cf728e8d98c08a]

        object bar for graphic object shell

2000-10-20  Sven Jacobi  <sj@openoffice.org>  [ce24a7c0c274fc90aa078c45178fc83548e55e3e]

        apichanges: CharClass used instead o f International

2000-10-20  Mathias Bauer  <mba@openoffice.org>  [4b2598c14f3d45afc61fe0af38306ad690037561]

        #79540#: UpdateDispatch noz used

2000-10-20  Mathias Bauer  <mba@openoffice.org>  [0f22de7be33dfae3fb115f327c2dcc242432eb06]

        Call Donelink even if content creation fails

2000-10-20  Mathias Bauer  <mba@openoffice.org>  [c3c916fcf216d9d85e5880ba3d91e82e3cf9eb5e]

        #78340#: Execute save while closing using bindings

2000-10-20  Mathias Bauer  <mba@openoffice.org>  [6c7278175efd9b114832b1758e9b7ce818b231d7]

        #79540#: dispatch support for slots

2000-10-20  Mathias Bauer  <mba@openoffice.org>  [fa54a81b5d2fcb141ed198054914e4325a1d5511]

        #78340#: Execute with return value

2000-10-20  Jörg Budischewski  <jbu@openoffice.org>  [367e948026070983a0a714e4b06dcc3513bde2fd]

        socket.close replaced by socket.shutdown (more threadsafe)

2000-10-20  Jörg Budischewski  <jbu@openoffice.org>  [d42aed586227614160b85cbd85486b6b744fa897]

        listeners are now notified on close

2000-10-20  Jörg Budischewski  <jbu@openoffice.org>  [6ee842633cf5f40295e950bdaad4aca4a9867e20]

        socket close replaced by shutdown (shutdown is more threadsafe, because the handle is not destroyed

2000-10-20  Jörg Budischewski  <jbu@openoffice.org>  [569575ee6f8fea2828b7051a5a6332cfcdde8a2a]

        bugs concerning correct bridge termination fixed

2000-10-20  Daniel Rentz  <dr@openoffice.org>  [54e76316d42543cf69b27975f60ce344a84c6571]

        add: COMPHELPER

2000-10-20  Daniel Rentz  <dr@openoffice.org>  [9babd2fea94607224c9c1436d4d6077a527e9488]

        add: XMLBoolValuesPropHdl

2000-10-20  Daniel Rentz  <dr@openoffice.org>  [20ad005479112e147235df2234b71a6aba187769]

        chg: handling of merged attributes

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [d3503488c7f88b8cc86f5d110445aa05dc1f9a6b]

        migration unotools -> comphelper (link dl-lib against comphelper/dbtools)

2000-10-20  Daniel Rentz  <dr@openoffice.org>  [1c26b556e0f334d82e49a92cad6ebbbe88e29668]

        add: attributes for page-master

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [2316e4dc6bcc75646dbd32a84e09629d71cef8fe]

        #79654# added SID_FM_AUTOCONTROLFOCUS handling

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [7f14fb775b9dd3b7b5eaea37cc97ad7d60534c48]

        #79654# added SID_FM_AUTOCONTROLFOCUS slot

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [260b0f0ee8de16ce1e363a7652998714a5364825]

        #79654# added SID_AUTOCONTROLFOCUS to the forms menu

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [2dc249e861b254823b206c8e8a1cdb85359ae987]

        #79654# AutoControlFocus-property (-handling)

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [d78aa70819aed194a9d9fb12931db9ff1b254a91]

        #79654# FmFormShell responsible for SID_FM_AUTOCONTROLFOCUS

2000-10-20  jp  <jp@openoffice.org>  [8b88e4bc696cc2823a06f0bbf55a0b26dd965bb1]

        SetAttr: call modify also if the item/-set is/contains a numrule item

2000-10-20  Oliver Specht  <os@openoffice.org>  [e5164b2bbd9798aaf01b7729aee9d1443cf995af]

        #78714# set reference number directly if document is in reading

2000-10-20  Joachim Lingner  <jl@openoffice.org>  [f834e4cdc608ab4bc46849fc6fe71c7df552bc5b]

        *** empty log message ***

2000-10-20  Joachim Lingner  <jl@openoffice.org>  [90d15a80b2ae8d72acab6e155ab22a3496aa092f]

        IUnknownWrapper_Impl::getAttributeInfo added

2000-10-20  John Marmion  <jmarmion@openoffice.org>  [6882f6adce4137355bb26ede86a3f7db92c3e752]

        updated for bootstrap support

2000-10-20  Kai Ahrens  <ka@openoffice.org>  [3dd6eff0c3880841ce46e19a26c2def01407baaf]

        #79670#: Reset stream error after try to swap in

2000-10-20  John Marmion  <jmarmion@openoffice.org>  [bf0ceeac84d84c9ae39bc430813e405c113df981]

        cleaned up support for the bootstrap script for OpenOffice

2000-10-20  Christian Lippka  <cl@openoffice.org>  [839de7fff11ef3a2faa0368217e46a61111ed11c]

        #78916# added missing entities

2000-10-20  Christian Lippka  <cl@openoffice.org>  [2e3ad0d35979a26bccaefd453a6ce3f7af30a32c]

        #78916# added missing entities

2000-10-20  jp  <jp@openoffice.org>  [0403fd9060df1f77fcf8984e16caf09035182470]

        Bug #79645#: ExecSearch - RepeatSearch without SearchItem must create it's own item

2000-10-20  Andreas Martens  <ama@openoffice.org>  [75c0a101618e822dd29947b220b6b75455438ab1]

        New: Cursortravelling into dropcaps

2000-10-20  Christian Lippka  <cl@openoffice.org>  [89fccdd1c09c779d0c8bd7ee832de363e9ea6a31]

        #79557# added support for alien attributes

2000-10-20  Oliver Specht  <os@openoffice.org>  [c9c647cd9aed41dacb7183816d4bfa6bda79e9fd]

        use comphelper methods

2000-10-20  Christian Lippka  <cl@openoffice.org>  [11abf5302a2b90cbc2fe2ea5db14d228bc3845a8]

        #79557# added support for alien attributes

2000-10-20  Dieter Loeschky  <dl@openoffice.org>  [9c295868a9e19e395d4c10a193d1adc02f2660dd]

        #79201# SetAttributes(): text of callouts now centered

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [0ba80628dc1309c3668fdf61236166be20e786a0]

        migration unotools->comphelper

2000-10-20  Oliver Specht  <os@openoffice.org>  [c9be7fd88626f624be3abd7cbc86a4eee05bfffa]

        use comphelper methods

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [04a985d1c978ba1ffffcdf6411bf3dbbe9c706ec]

        migration unotools->comphelper

2000-10-20  Mathias Bauer  <mba@openoffice.org>  [910ef3db1fbe06cbd8afaa3e27bd996437851a29]

        #79631#: seek stream back in IsStorage

2000-10-20  Sven Jacobi  <sj@openoffice.org>  [41c39df841c14c806bef49158d03c3c800ad8ed4]

        #78697# background color when MSO_CLR_ToColor is doing a recursion is now correct

2000-10-20  jp  <jp@openoffice.org>  [d68b1b6ae355c92e982ec845216ba459dbdd9e16]

        use correct INetURL-Decode enum

2000-10-20  Oliver Specht  <os@openoffice.org>  [8a1fc858c813db777813ba7e7a2ab90a4284860b]

        unused forwards removed

2000-10-20  Malte Timmermann  <mt@openoffice.org>  [9d959adab7fbc084efe2dd2c7b1263acb182f2ec]

        WordRight: Check for end of content AFTER calling nextWord

2000-10-20  jp  <jp@openoffice.org>  [db27010cba5eca92bba34ddfd0fc71dc17923379]

        Bug #79587#: use unknow as redline author if no one name is configurated

2000-10-20  Oliver Specht  <os@openoffice.org>  [273c0eaf4acea9864e3f25afa483aa48cb568c4e]

        viewsect no longer in use

2000-10-20  Oliver Specht  <os@openoffice.org>  [898fa258716ebf7701375fb3915b3deba38c53fb]

        viewsect.cxx no longer in use

2000-10-20  Daniel Vogelheim  <dvo@openoffice.org>  [cbe7c5528e7b2b2f1856b81827f2fa901c17bb7d]

        - several properties are now optional   (change mail "Access to textfields over API in Calc and Impress/Draw ...") - fixed: bugs in DocInfo fields - fixed: wrong include in TextMarkImportContext

2000-10-20  Oliver Specht  <os@openoffice.org>  [1edfa7c92c736aa7fb74bf58943b8f300c2ca9ee]

        consider RES_TXTATR_UNKNOWN_CONTAINER

2000-10-20  Sascha Ballach  <sab@openoffice.org>  [6cfb8a8c860ae2e37921e80521650d1d8d2343ef]

        make the functions public

2000-10-20  Sven Jacobi  <sj@openoffice.org>  [4f602ffa037523cf9b6d225f975348e6999746a1]

        #79075# gradient fillstyle is not affected by the object rotation

2000-10-20  jp  <jp@openoffice.org>  [fc4d1f111e0e8b3b63230e0b5575c4e09fa33361]

        InsAttr: handle UnknowTxtAttr

2000-10-20  Joachim Lingner  <jl@openoffice.org>  [476acefcb36a2bd807176ba03690f011851d815b]

        #define _WIN32_DCOM removed

2000-10-20  Philipp Lohmann  <pl@openoffice.org>  [4001646838c78ef31ea9aac36cf266e917b57c72]

        make AtomProvider available in non remote case

2000-10-20  Joachim Lingner  <jl@openoffice.org>  [09f7be7f295b75ec03c61def46d8e6307f0a09ba]

        OleClient_Impl::createInstanceWithArguments now delegates to OleClient_Impl::createInstance

2000-10-20  Michael Brauer  <mib@openoffice.org>  [ee2f5a5d6765a1f6895316bc13fb57ec54457d5e]

        common access to master pages

2000-10-20  khz  <khz@openoffice.org>  [105b616cb3a9d5c1330248492ee8cedc84fba90a]

        #78761# don't reset nStartFc when calling WW8PLCFx_Fc_FKP::NewFkp()

2000-10-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f31f9af3980b9011034c52c1e4dbe6b803acfe0e]

        has an extraneous ; after the function closure

2000-10-20  jp  <jp@openoffice.org>  [c2e20a0ac107f26b54bf7c7ed326248be51b875b]

        should changes: use CharClass instead of International

2000-10-20  Ocke Janssen  <oj@openoffice.org>  [87cef295c3e031b46716d6f6eea3afd9a3f10db9]

        new class for broadcast and propertyset

2000-10-20  Ocke Janssen  <oj@openoffice.org>  [550a3e92a0b3f7ea11df08fef2566b80b9d222b0]

        remove local namespace define

2000-10-20  Ocke Janssen  <oj@openoffice.org>  [07296b512646b467f27c7187fac73fa2d3ff71d6]

        new method who gets the implementation of an interface

2000-10-20  Eike Rathke  <er@openoffice.org>  [56e5269ee8339d69cc7331b24502da24d4c63f97]

        #79637# not the cause but without not possible: use the right names in factory

2000-10-20  jp  <jp@openoffice.org>  [f5b6e61dc99ab6925d26f2cc5a74b05881184334]

        should changes: use CharClass instead of International

2000-10-20  Kai Ahrens  <ka@openoffice.org>  [e96b1272fbaea2cefe06a21c2f52fecad3cc35a4]

        #79646#: specify content type when inserting a new content (new behaviour)

2000-10-20  Sven Jacobi  <sj@openoffice.org>  [2e6fe38b005c47c8c3a1eac0298ccc295f3cf4e5]

        #79431# fixed unicode conversion bug that happens when unicode characters were mapped to a starbats font

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [2303d3dbb4c2b30572da3457c707581fb82374b7]

        handling for the SuppresVersionColumns property of a data source

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [e701cf07f3b76fa191e3c7c734ea3a950443372c]

        m_bSuppressVersionColumns + property handling + persistence

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [0752e97efd961380b00139397f78c1eae1ee2745]

        m_bSuppressVersionColumns

2000-10-20  Oliver Specht  <os@openoffice.org>  [ce1c2052be062ad244ab779bff1bde5538512131]

        change: use SvNumberFormatter ctor using XMultiServiceFactory

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [86e8f4646033438b5637c9e65b715fbe327897be]

        new property/config key SUPPRESVERSIONCL

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [e37818d878db924df2f3621fdd5a44e0ef0c90a9]

        old includes removed

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [610c1b1f1c2a8076c5d1ee18251ba776afc2e779]

        old include removed

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [0dc351ba2a3e8018358595835715b13ad7d72772]

        unotools -> comphelper changes

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [bef81dbf60ee9b2e461f371253df2220bdc2c962]

        unotools -> comphelper changes

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [0cc79b39452cf534a249102ac56c40a114db1f3d]

        pragma hdrstop added

2000-10-20  Niklas Nebel  <nn@openoffice.org>  [cb5f155f483ee7dd14eb7d85ec60ff917e181416]

        COMPHELPERLIB added

2000-10-20  Oliver Specht  <os@openoffice.org>  [a743f4c9983fa0d3e8824cadfd652c5973881bde]

        #79544# _CreateShape: correction of ref count

2000-10-20  Oliver Specht  <os@openoffice.org>  [ef26825f5970e735f6bae3aa0652d62fbac5f6e6]

        #79544# export of shapes corrected

2000-10-20  Oliver Specht  <os@openoffice.org>  [3d54fbe3ea14ee3b5a067f07b87e685d6750beac]

        #78643# document property HideFieldTips; revision log removed

2000-10-20  Daniel Vogelheim  <dvo@openoffice.org>  [2c137ceb4bde90dc0c3de7a3fc0fc909a363a525]

        - fixed: DDE connection element names

2000-10-20  Eike Rathke  <er@openoffice.org>  [9244cdceb062034fe792ed46d8172346f095bdf4]

        isAlphaType, isLetterType: parenthesis error

2000-10-20  Frank Schönheit  <fs@openoffice.org>  [5dde5bcbbb54fff16c14afe7e588aa4ce9a541b2]

        sdbc:text -> sdbc:flat:file

2000-10-20  Dirk Grobler  <dg@openoffice.org>  [65d8c3dd943f1286ba21eefcd9c106724ed05b33]

        new xml files bibliography

2000-10-20  Sascha Ballach  <sab@openoffice.org>  [93d73cb0741d844f5e1c9e4830275578c66cb22a]

        must changes in handleSpecialItem

2000-10-20  Sascha Ballach  <sab@openoffice.org>  [bc65e0556eefdbdecb115d96525e8840ae2261b1]

        changes in export Page Export

2000-10-20  Sascha Ballach  <sab@openoffice.org>  [c1863fe11503711949dd386362621f3ccb223f7a]

        remove some unneeded entries

2000-10-20  Sascha Ballach  <sab@openoffice.org>  [7949c2d9511b34323748fd5cb7f2df0afa042ffd]

        this files were moved from the inc directory

2000-10-20  Sascha Ballach  <sab@openoffice.org>  [e3493514231995bb9d7763ede47ea356c5208372]

        export Auto STyles added

2000-10-20  Sascha Ballach  <sab@openoffice.org>  [c374e27d962050001ef2fa6d10d6e261c9521c9a]

        remove exportPageMaster

2000-10-20  Michael Brauer  <mib@openoffice.org>  [cd67bb0377e46c361be93a480e44fae402d4014f]

        XML background image import fixed

2000-10-20  Patrick Luby  <pluby@openoffice.org>  [e3710da1b9cb36c0df2133a57400be8a64f6e18b]

        Added #ifdef's for Mac OS X for finding malloc.h

2000-10-19  Patrick Luby  <pluby@openoffice.org>  [a814987537f94347d69dbf71a7fbafcd00bfa721]

        updated for SRC609

2000-10-19  Patrick Luby  <pluby@openoffice.org>  [df82f1ff28316f6c85ce46210446b134407a33cf]

        Changed #include <svtools/XXX.hxx> into #include <XXX.hxx> since this file is now in the svtools project.

2000-10-19  Patrick Luby  <pluby@openoffice.org>  [263ed5417051e2292846419f7075ae48d7abd347]

        Added initialization of static data members for template classes for Mac OS X

2000-10-19  Patrick Luby  <pluby@openoffice.org>  [1615bb8245ce3a268e03c67ba25375db3c623d6e]

        Added additional checks to make sure that script executes in the same directory as the script is in.

2000-10-19  Niklas Nebel  <nn@openoffice.org>  [519a0710aa92103e46d18b3756d8695171871fa4]

        fuconctl removed

2000-10-19  Niklas Nebel  <nn@openoffice.org>  [8e69df31a5c50b75c117fa929726ad4e4870ec23]

        old include removed

2000-10-19  Niklas Nebel  <nn@openoffice.org>  [494b5f256a707f95afc8c9504817600ca86e5cde]

        handling of slots for old si controls removed

2000-10-19  Niklas Nebel  <nn@openoffice.org>  [535ed406bcd4a517d315937dbcafd08208490125]

        registration for tbx controller with old si controls removed

2000-10-19  Philipp Lohmann  <pl@openoffice.org>  [1cedc68817de521af4a23f049295cee7da07a01c]

        #79628# fixed an initialization issue

2000-10-19  Patrick Luby  <pluby@openoffice.org>  [11bc6b411672bdd5086bcac586be5ce67b630bc0]

        Added #ifdef for finding malloc.h on Mac OS X

2000-10-19  Sven Jacobi  <sj@openoffice.org>  [fb1b60fd24af134eac76ab5fe3583ceaa709541f]

        added control import

2000-10-19  Mathias Bauer  <mba@openoffice.org>  [ed2c0f6071a299c18908bc56c7f3c457bf8dee3c]

        new StreamHelper class

2000-10-19  Christof Pintaske  <cp@openoffice.org>  [11aa19bff3fece2f08e1eb73c9397ad8b40b4274]

        use Collator::compareString service to insert entries

2000-10-19  Mathias Bauer  <mba@openoffice.org>  [b907a15b5be6ac4d130341d50537e0478eb77c25]

        #79479#: don't activate preview frames

2000-10-19  Mathias Bauer  <mba@openoffice.org>  [332a68e096a38d314b95a3d908c911cf5f01d06b]

        #79614#: don't use current viewframe

2000-10-19  Mathias Bauer  <mba@openoffice.org>  [e17cc7df9b2ca1b222c664b50fee715f8b4b966f]

        #79652#: IsStorage must take Tempfile into account

2000-10-19  Mathias Bauer  <mba@openoffice.org>  [c6d5c57d1204a49588fa311a1373b5f44d0a3828]

        #78809#: use template path as start for editing templates

2000-10-19  Christof Pintaske  <cp@openoffice.org>  [c1340314cef9ddf05789fadec7c7d88656b1388c]

        add a helper for XCollator

2000-10-19  Sascha Ballach  <sab@openoffice.org>  [05c720643d3a224be9802a439f6be89e19d97592]

        Import Header Rows and Columns added

2000-10-19  Sascha Ballach  <sab@openoffice.org>  [0399051d0ef335db1b4f3939be589c8c87168519]

        Import Header Rows added

2000-10-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [173db61c2f54510028530ceca7fb56293745adaa]

        avoid second . in temporary name

2000-10-19  Sascha Ballach  <sab@openoffice.org>  [9cd39996b71db09bb676f5159f16ecfe0ddcba0e]

        Import Header Columns added

2000-10-19  Sascha Ballach  <sab@openoffice.org>  [d95946729a8d65a673fc3a80c47a95ee4d74e8f7]

        little changes in ExportFormatRanges

2000-10-19  Kay Ramme  <kr@openoffice.org>  [b0d43be872e35494d28978223c2e48f4b2bbdfa9]

        added test for BridgeFactory

2000-10-19  Kay Ramme  <kr@openoffice.org>  [c886760ee727669875a2e40e77846a1a43500074]

        changed the BridgeFactory to use the UnoRuntime for bridge access

2000-10-19  Kay Ramme  <kr@openoffice.org>  [f640281c0c527b47d322080bc11a92b270c31edc]

        moved thread add counting from JobQueue to JavaThreadPool

2000-10-19  Kay Ramme  <kr@openoffice.org>  [1d0f60c1647273fdab79c3025cb282f2a20655c4]

        constructor accepts a 4th parameter as the bridge name; only print exceptions occurred during sendRequest, when debug enabled

2000-10-19  Kay Ramme  <kr@openoffice.org>  [4d2b7dfe4b7da36edc7466c383933208ca9ede99]

        added AcceptorThread for object exports; cleaned up Help

2000-10-19  Eike Rathke  <er@openoffice.org>  [59b7bde14d10ea976f47771355ad13cb67673530]

        create number formatter with service manager

2000-10-19  Jörg Budischewski  <jbu@openoffice.org>  [57baabc6d0cd78b5bd3eb5da00a679be106ce0a9]

        iiopbrdg->remotebridge

2000-10-19  Jörg Budischewski  <jbu@openoffice.org>  [b32d629a6d2740b3bcc8acd7408870baa9634fb8]

        unnecessary startup of languagebinding during bootstrapping the servicemanager removed

2000-10-19  Michael Brauer  <mib@openoffice.org>  [27c8199a5ccc8b420d62ab13b8b396dd6cf8c374]

        background image import/export

2000-10-19  Jörg Budischewski  <jbu@openoffice.org>  [b3dddc3b57ec0de716b9a5edf93d4613419d3531]

        bug fixed: during releaseRemote m_pType->ppAllMembers was accessed but not checked for the bComplet flag

2000-10-19  Sascha Ballach  <sab@openoffice.org>  [20ca3082fb5cffb4d8347a6ba81cddf98490cb37]

        change the Page Export

2000-10-19  Oliver Specht  <os@openoffice.org>  [6366eb2d01d68786876fb03a772b6aae47b42e9f]

        check numbering type of footnotes

2000-10-19  Sascha Ballach  <sab@openoffice.org>  [e08fa7ee5c9d570f68e6fd4234ed1fc14595cc9e]

        remove unneeded include

2000-10-19  Andreas Martens  <ama@openoffice.org>  [f99382c7d7f32ae16987d760bebcb20b24c1dddc]

        Fix #77831#: Don't loop when a footnote returns an empty string

2000-10-19  Björn Milcke  <bm@openoffice.org>  [7ac13c3025886abc1bbea4af546ba0b6a33fc920]

        #79107# some namespaces office => chart

2000-10-19  Oliver Specht  <os@openoffice.org>  [5f657be4892639077485e5f4e42565899a65ecd1]

        #78643# document property HideFieldTips

2000-10-19  Frank Schönheit  <fs@openoffice.org>  [7b5d9a27aba6c58187b35acd175382f655035ea5]

        URL prefix for text files is sdbc:flat:file:, not sdbc:text:

2000-10-19  Daniel Rentz  <dr@openoffice.org>  [d23aa09090e583eb2aae3358dbb8efd6e8a6d44a]

        move addfamily PageMasterFamily in XMLPageExport

2000-10-19  Oliver Specht  <os@openoffice.org>  [8e74c69ec57e672cbabea68f123d1c94e946945f]

        #78643# document property HideFieldTips

2000-10-19  Ocke Janssen  <oj@openoffice.org>  [37c6e6b103e3c4ec226c6a3851b468e8a42ec8de]

        add two header files

2000-10-19  jp  <jp@openoffice.org>  [d2687ef59746ff83cf5075dd8d65a3f39ecfd7ee]

        Store: insert into the original names the family too

2000-10-19  Oliver Specht  <os@openoffice.org>  [1d6eeff72ce869e275b4ad597cbdad0dee4f1699]

        #78643# document property HideFieldTips

2000-10-19  Oliver Specht  <os@openoffice.org>  [438e1f17ba0604bbe8c9beb6cdf052678ceee58e]

        #78643# document property HideFieldTips; revision log removed

2000-10-19  Joachim Lingner  <jl@openoffice.org>  [eee529cb39b243511149469b0c613431114f123c]

        bug in invokeWithDispIdUnoTlb prevented the use of mixed in and out parameters

2000-10-19  Niklas Nebel  <nn@openoffice.org>  [81211e7c4ae69e89a244020aece35f11eed1a675]

        change for 610: call PrepareStore before storing

2000-10-19  Oliver Specht  <os@openoffice.org>  [88f6b96ce1b76965daca37961f91ca647db25e93]

        #79648# Query/PutValue implemented

2000-10-19  jp  <jp@openoffice.org>  [6de190aa0d88f47515d496e2728a87c1f574a60d]

        DocSh:Execute: call DoClose after the new load is call

2000-10-19  Kay Ramme  <kr@openoffice.org>  [825cc5a2837ce2c6f9b452e5b40a799e0f2019ed]

        typo: missing dot in service path added

2000-10-19  Mathias Bauer  <mba@openoffice.org>  [910c5ec6f99d59af425f44bd13d282ca049058e5]

        Reset AcquireCount

2000-10-19  Frank Schönheit  <fs@openoffice.org>  [33031e916171d9941c0c25328b02fa9264a9dcac]

        #79635# SvxFmTbxCtlConfig::StateChanged: set the toolbox image for SID_FM_FORMATTEDFIELD, too

2000-10-19  Andreas Martens  <ama@openoffice.org>  [e3d4ceea2f1fca276faeae526a5206f15dd4f311]

        Fix #78742#: No braodcast during formatting

2000-10-19  Hennes Rohling  <hro@openoffice.org>  [888df7ace68917cb453321180a4291c9de9df0e1]

        after mkdir call chmod cause mkdir uses umask

2000-10-19  Daniel Rentz  <dr@openoffice.org>  [18035c1bfe0be082f815c2f4c2491e72c000055b]

        get names of data styles from map, removed background color entries from context filter

2000-10-19  Daniel Rentz  <dr@openoffice.org>  [45fec49af6181b4f7da680580680544321ca915e]

        moved style:page-usage from style:properties to style:page-master

2000-10-19  csaba  <csaba@openoffice.org>  [94e0157991c3cdd465704cb65005fc3c17256a15]

        Modified clean target: rtufiles deleting has pulled out

2000-10-19  Ocke Janssen  <oj@openoffice.org>  [e619f985a30afe93a653354609e05601747b5ad4]

        new define for dbtools

2000-10-19  Andreas Martens  <ama@openoffice.org>  [b53a127f0470337c012f04c83d55f4ad2b88b38a]

        Fix #78742#: A leaving SdrObject has to clean up

2000-10-19  Ocke Janssen  <oj@openoffice.org>  [563beaf2692857b0665a241b3ff3d1eccf210481]

        remove tools from dbtools

2000-10-19  Frank Schönheit  <fs@openoffice.org>  [cdbcbba7680c87249327761a04e8cfb344a2bc35]

        migrated from unotools to comphelper

2000-10-19  Ocke Janssen  <oj@openoffice.org>  [0cd2621b09a421fa1afd7e0297be852b1f79ee59]

        remove tools from dbtools

2000-10-19  Lars Langhans  <lla@openoffice.org>  [616df3d2a25cec2b8c99a35234350fd8a95c1748]

        #79642# new session for portal setup

2000-10-19  Oliver Bolte  <obo@openoffice.org>  [97b853f033885944a5d4aa2961f1aa1f7141bc7e]

        Syntax error with linux

2000-10-19  Joachim Lingner  <jl@openoffice.org>  [6801d3a45d355ae79c1e4390eab93179986bfe69]

        *** empty log message ***

2000-10-19  Joachim Lingner  <jl@openoffice.org>  [151fb3710539bdbda0583403842bf4c64c825bfd]

        some defines moved from unoobjw.cxx to this file, UnoObjectWrapperRemoteObj has now a DISPID member instead of a static value in GetDispIdOfNames

2000-10-19  Malte Timmermann  <mt@openoffice.org>  [46f6b9b8af686949034e57f90690d13e011cfe53]

        Use GraphicObject

2000-10-19  Philipp Lohmann  <pl@openoffice.org>  [762b4cac20a3919dddaae867bb517fe8b6a16f9f]

        enable print to file in appserver case

2000-10-19  Joachim Lingner  <jl@openoffice.org>  [bbe5c0e00fce978c724365662447e8253d4b8dd7]

        The UNO wrapper now support the _GetStruct function ( via IDispatch) wich delivers a certain UNO struct as IDispatch object

2000-10-19  Philipp Lohmann  <pl@openoffice.org>  [984ff40b0bfa1f4d81ba08b28ad5dadf6419b7eb]

        add remote print to file for appserver case

2000-10-19  Joachim Lingner  <jl@openoffice.org>  [8476000c75d74c1fe258821903c03edde20ecb21]

        getInvocationFactory has been changed, so that it returns a local invocation server whenever a struct is to be converted.

2000-10-19  Andreas Schlüns  <as@openoffice.org>  [9a445409c7731eaeffdf5c15b9d2cf375effee0e]

        use refcount for temp. quit timer

2000-10-19  Joachim Lingner  <jl@openoffice.org>  [81c1f89470e2709315307b325fd6fac581bf44a7]

         #include stdafx.h removed, now includes atlbase.h and has some defines from former stafx.h

2000-10-19  Oliver Specht  <os@openoffice.org>  [a7591ff6dd86a78280e9575dd879fe67b2cafd33]

        #79554# SwXParagraph::getPropertyState

2000-10-19  Joachim Lingner  <jl@openoffice.org>  [d4d2e7257782c108657f635e07b43a6e3b16b52f]

        Stdafx.h is not included anymore instead atl stuff is included directly + some defines

2000-10-19  jp  <jp@openoffice.org>  [97c955645c332100e00ec83137d402889691e497]

        Store: insert into the original names the family too

2000-10-19  Joachim Lingner  <jl@openoffice.org>  [699b1049994f51fd2573ae8a1ed564b27fe8d9f6]

        Stdafx.h and Stdafx.cpp have been removed from the project

2000-10-19  Joachim Lingner  <jl@openoffice.org>  [f2ee7262afa8c2e3597694842d5ee8ec1ba9a1a8]

        includes now directly atl headers instead of Stdafx.h, Stdafx.h and Stdafx.cpp has been removed

2000-10-19  Frank Schönheit  <fs@openoffice.org>  [226482372f9e910e71bddff7a7ece63678b65628]

        #76416# own property for DataSourceName (not the aggregates one) to ensure that veto listeners are called

2000-10-19  Daniel Vogelheim  <dvo@openoffice.org>  [044f5b85a29754c9ffe89a1f98c8e83f1b8a4386]

        - fixed: DDE attribute names for DDE fields - rewrote section import - disabled section im-/export (still malfunctioning due to API problems)

2000-10-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3c9238f2dfcbb191c275cda0087995513d7047c]

        one more escape change

2000-10-19  Daniel Rentz  <dr@openoffice.org>  [45521284c4ac17425081a5ceb2025b52344a2954]

        page-master / master-page

2000-10-19  Sven Jacobi  <sj@openoffice.org>  [3093b74b9c4cdc31b88df4e2c151b7dbbddce9fd]

        added svdfppt.cxx to the exceptionfile section

2000-10-19  Thomas Lange  <tl@openoffice.org>  [0d89fae6aa321b0412d0735341082da5cc5702f5]

        #79616# SelectAll fixed

2000-10-19  jp  <jp@openoffice.org>  [e5a4e1992ec85b6a020fdbb53cf64ce4758c3c2b]

        should changes: GetStorage for create a file in the system is obsolete

2000-10-19  Malte Timmermann  <mt@openoffice.org>  [fc0f6ec036661b4e55ae2724da7ed56aab356b5d]

        #79176# pDefModalDialogParent and Bindings may be NULL

2000-10-19  Hennes Rohling  <hro@openoffice.org>  [2676b8037ac991bfca4564c9538e79fcd312d39c]

        Oops

2000-10-19  Herbert Duerr  <hdu@openoffice.org>  [5e5d98eba70af097cc5ffedd9f523fa3cc3a30a5]

        removed surrogate subset and cleanup

2000-10-19  Tino Rachui  <tra@openoffice.org>  [f47657254dc91eee6a2fcb92034aaffd62e7a95d]

        *** empty log message ***

2000-10-19  Andreas Bregas  <ab@openoffice.org>  [de42afa02456c11a4a320dd28b06f6bbf9edd93c]

        XStream modification

2000-10-19  Oliver Specht  <os@openoffice.org>  [3614e0b72650498808c4386eab0b443fa19a96db]

        STATUSBAR_REGISTRATION back again

2000-10-19  Oliver Specht  <os@openoffice.org>  [71a6e3430c461e18ac6dd3eabe81101f4233d0c0]

        CFG_STATUSBAR back again

2000-10-19  Andreas Bregas  <ab@openoffice.org>  [9aa4ef4b7055ce0c4a9a83d9601caf50a9bc2199]

        XStream modification

2000-10-19  Sascha Ballach  <sab@openoffice.org>  [513a3cd328347f2e7877d753943a1d74037fc82f]

        fix bug in Shape sort

2000-10-19  Daniel Rentz  <dr@openoffice.org>  [1716bff44744aacfb5ecec9b6894d16a4eee1b39]

        add: names of page-master-name in master pages

2000-10-19  Sascha Ballach  <sab@openoffice.org>  [ac4e357e295b4ef8c43386210d26bd7ce03c3afb]

        Make it possible to use your own XMLPageExport derivation

2000-10-19  Sascha Ballach  <sab@openoffice.org>  [7a64c3b0331046c99bcea5777644a9ee8a42661b]

        Master Page Export added

2000-10-18  Patrick Luby  <pluby@openoffice.org>  [9a50d3bcd424029e2a1303eb600279e354371ff8]

        Added -traditional-cpp flag so that the same preprocessor is used for C files as is used for C++ files.

2000-10-18  Patrick Luby  <pluby@openoffice.org>  [9902c7cb83ac0be006e252979c1ee07a0a1c58d8]

        Updated makefiles and patch scripts to work for Mac OS X

2000-10-18  Niklas Nebel  <nn@openoffice.org>  [9d5e8bf53a0681900a3183633eca70cd9b1da623]

        #79625# implementation of interface XCellRangeData

2000-10-18  Niklas Nebel  <nn@openoffice.org>  [87770e6caeffae96a29f312bb7606ef8ea275c24]

        #79625# ScCellRangeObj: interface XCellRangeData

2000-10-18  Niklas Nebel  <nn@openoffice.org>  [e7a25e7319d88770d0c730856e205a6f9d48c41e]

        #79625# FillMixedArray: handling of formula errors

2000-10-18  Niklas Nebel  <nn@openoffice.org>  [ff1a0586c6b86bc8c5bc5c787b867406e94a59b6]

        #79625# FillMixedArray: argument bAllowNV

2000-10-18  Patrick Luby  <pluby@openoffice.org>  [afec32a81c5ace30984041362cfb5d455d3c4d75]

        Made find command not fail if the $SOLARVERSION/$INPATH/lib directory does not yet exist.

2000-10-18  Sascha Ballach  <sab@openoffice.org>  [27fb8b94ab8a352fe56ac282494c5bedcbadf5dc]

        #79613#

2000-10-18  Sascha Ballach  <sab@openoffice.org>  [0efa8d13d723bb903778ad293b24c9fe859d1ab5]

        create-date-string to annotation added

2000-10-18  Sascha Ballach  <sab@openoffice.org>  [f97385377a9024344f76c345af84ef6faa087bda]

        create-date-string added

2000-10-18  Sascha Ballach  <sab@openoffice.org>  [2171ef1058474abb6d4890cc414da81ff8a77cf5]

        create-date-string added

2000-10-18  Sascha Ballach  <sab@openoffice.org>  [63dc2c4e9ded506169c34eb8581f56c32e57a9a2]

        change the dtd so XMLSpy can work with it (Bug in XMLSpy); create-date-string to annotation added

2000-10-18  Sascha Ballach  <sab@openoffice.org>  [fcebd16915b2590bd30fb6ca5f1e572c66f96c66]

        remove wrong comments

2000-10-18  Sascha Ballach  <sab@openoffice.org>  [7d4f87ad4382680a3092734bd5b41e81a5139c50]

        allow more than one map in datastyles

2000-10-18  Frank Schönheit  <fs@openoffice.org>  [d657048f62c488a85789af0ae22bf5e156187bb3]

        comphlper::Sequence*Stream instead of utl::*

2000-10-18  Niklas Nebel  <nn@openoffice.org>  [cd3b90711ccdf157dd193a70790c1263fbeba3e9]

        #78541# call InvalidateSource when refreshing data pilot from database data

2000-10-18  Frank Schönheit  <fs@openoffice.org>  [109f3c53259af1abc3411350ad7d23f36cd6214d]

        -...DEFSET_FONT_ROOTNODE / +...DATASETTINGS_MAIN / some node renamings

2000-10-18  Frank Schönheit  <fs@openoffice.org>  [1215c9c3aacee094a675abf1e7748a9af079868a]

        -...DEFSET_FONT_ROOTNODE / +...DATASETTINGS_MAIN

2000-10-18  Sven Jacobi  <sj@openoffice.org>  [4d2f552e278f539145a14ab4881731af82dddaf0]

        #79463# added resource for PowerPoint import

2000-10-18  Frank Schönheit  <fs@openoffice.org>  [41cd8c9ac3210206670c23575619c49939e82a81]

        added confignode

2000-10-18  Frank Schönheit  <fs@openoffice.org>  [f485b30407f451640be79b1c00ad4119109d33e7]

        put into a namespace / persistence implemented by using configuration, not a registry

2000-10-18  mfe  <mfe@openoffice.org>  [fcd5f7af29bbc6b2180e5c9b3504128d0a9302c8]

        new assertion output

2000-10-18  mfe  <mfe@openoffice.org>  [1c0972cc080e8b21149dfd90dac47540d7c80122]

        move debug_ustring to all/utility.cxx

2000-10-18  mfe  <mfe@openoffice.org>  [bd226c7fb12773fdfdf0d26e7478095b51735c13]

        added utility.cxx

2000-10-18  mfe  <mfe@openoffice.org>  [dfb4b00b2668bdae65982eb6e5878fcee66cdc46]

        moved from unx/process.c

2000-10-18  Christian Lippka  <cl@openoffice.org>  [3222fa673f17ffd8729ac418f0e19993935aeda4]

        new textfield api

2000-10-18  Frank Schönheit  <fs@openoffice.org>  [9feccdfb58ea5ddf0b338d427a25bbc112c56624]

        using namespace dbaccess - TODO: put all the classes in all files here into this namespace

2000-10-18  Frank Schönheit  <fs@openoffice.org>  [6382bacebdd3259d2d2ca827653f49b3610b9efe]

        put into a namespace / persistence implemented by using configuration, not a registry / removed some old (#if-0-ed) stuff

2000-10-18  Frank Schönheit  <fs@openoffice.org>  [8701050ea9b10d45d97bfc8f51353dda59f88ee2]

        put into a namespace / persistence implemented by using configuration, not a registry

2000-10-18  Frank Schönheit  <fs@openoffice.org>  [1931d3f6ef697345c67bb79f7f821d06b4009ad5]

        use the system's DialogColor as background for the fixed text - looks much better

2000-10-18  Frank Schönheit  <fs@openoffice.org>  [e18aa197bd5695ea1898eec52a915f496291f925]

        set(Default)Value: let the m_aType flip if it was ANY previously

2000-10-18  Hennes Rohling  <hro@openoffice.org>  [a1717428bb9cff56b4d462475f24cc555ad2398d]

        Fixed soffice.tmp security hole

2000-10-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [20784d70a6e17d545f41f8d57e0448d641838e67]

        undo changes for xrb

2000-10-18  Christian Lippka  <cl@openoffice.org>  [1ccf43404dc6d2cde95af4d4e614b65fab88a635]

        #76587# fake a mode change to repaint the page bar after new master page

2000-10-18  Christian Lippka  <cl@openoffice.org>  [e608971544250a28acd12ecbb2d2960b4d62f1a5]

        #76587# set correct default for inserting in master page mode

2000-10-18  Oliver Specht  <os@openoffice.org>  [fee37df3e1b647755eb7ffac147bcf896c652ceb]

        #79555# export bookmark text portions: array operator must check for more than the index

2000-10-18  Malte Timmermann  <mt@openoffice.org>  [864cfee32461ea8ac0acee0a160bf6d9eda1d8f9]

        ImplGetTextLines: Don't include CR/LF in LineInfo

2000-10-18  Niklas Nebel  <nn@openoffice.org>  [422cbe824b51973a6de5f3d336c733af063d6df6]

        #79594# ListenersGone: don't use pDoc member after removing the link

2000-10-18  Juergen Schmidt  <jsc@openoffice.org>  [57ddd157a009529673837547453f162047ca0906]

        insert guard for assigning xModuleFactory a new factory

2000-10-18  Mathias Bauer  <mba@openoffice.org>  [40b772d8cfaa28a2d10ccf3abeca6c0921e8f5c6]

        Errorhandling

2000-10-18  Mathias Bauer  <mba@openoffice.org>  [87abfd6b6d2b8a821f94e1fc13b01ff632c590ea]

        new methods for callbacks

2000-10-18  Mathias Bauer  <mba@openoffice.org>  [4da3884c3ab4b0c64b6744adefbb07d13edc2724]

        Handler object for better handling of Wait state

2000-10-18  Carsten Driesner  <cd@openoffice.org>  [2b9b9da88656d2689b3d099815ec1780881214b5]

        endless loop without args removed

2000-10-18  Daniel Rentz  <dr@openoffice.org>  [e4ffce31687d2fcb72cf797175416044104a5302]

        add: export of page-master styles

2000-10-18  Daniel Rentz  <dr@openoffice.org>  [1e6e58d4946e42984e9ebad1f489a6d64a8997a7]

        add: parameter rPropExp in function exportStyleContent()

2000-10-18  oisin  <oisin@openoffice.org>  [317543f9f56ffb500310bb9c0599a24ccd6c2e13]

        Only right-most occurance of string 'perl' is stripped from PERL instead of global removal of string 'perl' in PERL

2000-10-18  Andreas Schlüns  <as@openoffice.org>  [977878f3f290539f3a8127ac2ef8d7782b090baa]

        #79050# use new intercept mechanism to support registration for selected URLs

2000-10-18  Andreas Schlüns  <as@openoffice.org>  [963e4e7575054b02b2cd04b6a01dc9474c5b42b1]

        #79050# implement new helper to support new mechanism with intercept-URLs

2000-10-18  Andreas Schlüns  <as@openoffice.org>  [b094b7dcba4aaff0e5f5819b9ab1da9b63db9fd5]

        #79050# disable temp.(!) interceptor mechanism for plugin frame and wait for better ideas ...

2000-10-18  Sascha Ballach  <sab@openoffice.org>  [7c9e9bfab6dc92e142eacac1a27d0429080d7f5e]

        Export Header Rows and Header Columns added

2000-10-18  Dieter Loeschky  <dl@openoffice.org>  [cefaaaa1d3a91bc61266f45dd028011f6bd3a3ac]

        #78463# NewOrLoadCompleted(): call FinishLoad() after SetStyleSheet()

2000-10-18  jp  <jp@openoffice.org>  [39258bbf5830b176c2bdc22ac9b12214f0efe745]

        unused method HasSymbolChars removed

2000-10-18  jp  <jp@openoffice.org>  [861aefeb0444e20eca5e6abf6cde309e64efb498]

        unused CTOR removed

2000-10-18  jp  <jp@openoffice.org>  [79f240667b197d9da655dcfb46b4c9e520df0003]

        Use SHARE & USER directory, use Medium for file access, changes for UniCode, optimization, ...

2000-10-18  Daniel Rentz  <dr@openoffice.org>  [fda6a95bf958be7f78bf231868885c43cc1deddf]

        add: export of page-master styles

2000-10-18  Daniel Rentz  <dr@openoffice.org>  [c458aafc31ea2f7f5c86bc26f5fb35609a1deab1]

        5 files for page-master styles: PageMaster*.cxx

2000-10-18  Daniel Rentz  <dr@openoffice.org>  [317ab0ec32791ec525a82232b8d791a2950d2401]

        add: new parameter: bAsFamily (export either as family name or as element name)

2000-10-18  Daniel Rentz  <dr@openoffice.org>  [9c5c22f0e576457c2bf2eaa406e6261d35c359de]

        add: im/export of page-master styles

2000-10-18  Daniel Rentz  <dr@openoffice.org>  [2cee5b8db27dd224e6a31a93baf9c4a1cf8032cc]

        add: page-master export

2000-10-18  Kai Sommerfeld  <kso@openoffice.org>  [1b7ae3e2a37dfb4925958f851b4de194c071af4c]

        Added: org.openoffice.ucb.Store.xml

2000-10-18  Daniel Rentz  <dr@openoffice.org>  [c325429244cf29c6d55f3e688d887597b80c0e69]

        add: strings for page-master export

2000-10-18  Michael Brauer  <mib@openoffice.org>  [0adb26902e341b44d02e92e2095c38beff76673b]

        master page import and export continued

2000-10-18  Michael Brauer  <mib@openoffice.org>  [9e74d7c27e832aabcbcaad558ee7cd7504b203f5]

        master page import and export continued

2000-10-18  Nils Fuhrmann  <nf@openoffice.org>  [8af4c020717b53f0ffad411523bb129f27b09504]

        Fix: The year is now added to the header of month view using String::CreateFromInt64()

2000-10-18  Michael Brauer  <mib@openoffice.org>  [3e6f28a2290080e8e8d2c292edf52fe33318dece]

        Setting/Getting PageNumber now works correctly for paragraph styles

2000-10-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fd0859060996924031d1e3f3437c23efc9058bc0]

        udkstamp

2000-10-18  Dieter Loeschky  <dl@openoffice.org>  [789b3d1d2875b51a2d279bdd930d5b500d6e1fa1]

        #78659# Save(), SaveAs(): calling PrepareStore()

2000-10-18  Dieter Loeschky  <dl@openoffice.org>  [4289225abec431ef05fb024a0ee8123556aaffcd]

        #78659# WriteData(): PrepareStore() moved to SdrModel::PrepareStore()

2000-10-18  Daniel Rentz  <dr@openoffice.org>  [7f9a5221a680570303cbdb29e1860020fdc61f72]

        add: export of page-master

2000-10-18  Dieter Loeschky  <dl@openoffice.org>  [372005c7a233bcc0235c8e18993a2865a02ddfee]

        #78659# + PrepareStore()

2000-10-18  Mathias Bauer  <mba@openoffice.org>  [46da4a6cabd30bb62811351a5a145299d6d0f466]

        #79592#: use ErrorCode of GetFilter4Content

2000-10-18  Stephan Bergmann  <sb@openoffice.org>  [edf4451ba30127b3a14c721417ad40427b5491df]

        Added UCBHELPERLIB.

2000-10-18  Stephan Bergmann  <sb@openoffice.org>  [591b9f295fbc77b0edb2cbc0c135e6c2c906e70d]

        Added com::sun::star::ucb::XFileIdentiferConverter test functionality.

2000-10-18  Stephan Bergmann  <sb@openoffice.org>  [d41465997abc2a0d2966e21b828b2ff92db1f8f6]

        Adapted FileProvider to modified com::sun::star::ucb::XFileIdentifierConverter.

2000-10-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cf1a72809c4ffb82e57817f1102df7bcef9f5f38]

        avoid colliding filenames

2000-10-18  Stephan Bergmann  <sb@openoffice.org>  [655f70abf35108203fcb3b37fdcc3a1bc8dbe1dc]

        Added fileidentifierconverter.hxx.

2000-10-18  Stephan Bergmann  <sb@openoffice.org>  [962e3b2e0f32a5af4505a9af17d7866800756162]

        Added fileidentifierconverter.obj.

2000-10-18  Stephan Bergmann  <sb@openoffice.org>  [21b46cd0e019f206187fba717f96cf4110fdbaa8]

        Offer com::sun::star::ucb::XFileIdentifierConverter functionality at a com::sun::star::ucb::XContentProviderManager.

2000-10-18  Oliver Bolte  <obo@openoffice.org>  [0842ca71081c9d39b80394f0016e74f2d40ae086]

        Syntax error with linux compiler

2000-10-18  Andreas Bregas  <ab@openoffice.org>  [711590293b1d266677fb2af41d77a627e779ac6b]

        #69094# New Step REDIMP_ERASE

2000-10-18  Oliver Specht  <os@openoffice.org>  [d1cd574ed3774b44a836720e25b9a36c1a216140]

        #78254# use of NumberingRules service completed

2000-10-18  Andreas Bregas  <ab@openoffice.org>  [c8aea10ae198dbacbf5c20f9f13c1e37786535c1]

        #69094# New Step REDIMP_ERASE

2000-10-18  Andreas Bregas  <ab@openoffice.org>  [1eef19fa1bd4998ce80e1559976d12804e1b1ad7]

        #69094# New OpCode _REDIMP_ERASE

2000-10-18  Dieter Loeschky  <dl@openoffice.org>  [e704f10ff0d12ea8d6ee4199e197e9cc8183324a]

        #79547# New ZoomList ctor

2000-10-18  Oliver Bolte  <obo@openoffice.org>  [e39f62739e08962168c9033675249305b65d3424]

        Syntax error with linux compiler #65293#

2000-10-18  Oliver Specht  <os@openoffice.org>  [7d2d9a53c84aeca5784741dccc5678d0efcc32ac]

        #78254# use of NumberingRules service completed

2000-10-17  Martin Hollmichel  <mh@openoffice.org>  [92ac236c9c1cee73020e705310bb79b725a8f330]

        change name for consistent naming of libraries

2000-10-17  Martin Hollmichel  <mh@openoffice.org>  [ecc5eeff036d75a37fb52c79411b3e98303039b2]

        settings for port to Linux PPC from Christer Gustavsson <cg@nocrew.org>

2000-10-17  Eike Rathke  <er@openoffice.org>  [77a1225b55bdb2dd07a08c85f1a08b81e022d988]

        using LocaleData, second wave

2000-10-17  Herbert Duerr  <hdu@openoffice.org>  [0867501159846303335e85f2663bf0e8e96ea894]

        make charmap dialog unicode capable

2000-10-17  Oliver Bolte  <obo@openoffice.org>  [cfcd3757caf7d22b5ddd9b2550a41062dabec877]

        Change linux: exceptionflags for sxl_msdffimp.obj and msocximex.obj

2000-10-17  Malte Timmermann  <mt@openoffice.org>  [7d2bbf1cae47b05a264681c6bd9136d75d43dbb1]

        Some changes in ImportBulletItem

2000-10-17  Kay Ramme  <kr@openoffice.org>  [0e481b7ac0b9015fedaa4d067aac30f88a4e87ad]

        #79524# reduce verbosity - do not print connection failures

2000-10-17  Oliver Specht  <os@openoffice.org>  [a6929d92a080108edbca96b66bdd6bb2979bb566]

        SetRotation: parameters changed

2000-10-17  Oliver Specht  <os@openoffice.org>  [1501a1367f66c27799cb2bef664425a553cbdd38]

        Change: SfxMedium Ctor

2000-10-17  Oliver Bolte  <obo@openoffice.org>  [a07f80a5b6a0a0fe2f9e07feea2280216b83013c]

        Syntax problems with linux compiler #65293#

2000-10-17  Caolán McNamara  <cmc@openoffice.org>  [9bfd27b47c167826650f39114b6df8f8e07380a8]

        BrownPaperBag Fix

2000-10-17  Oliver Specht  <os@openoffice.org>  [2720b9bf92db252a90851bec05d17287ec4805dc]

        Change: SfxMedium Ctor

2000-10-17  Sascha Ballach  <sab@openoffice.org>  [e14c32e04518ef168382ee66b01678b99e89edb6]

        move all style properties from table.mod to style.mod

2000-10-17  khz  <khz@openoffice.org>  [bbe01a3fccfd4a9782e8ea0b78965346840630d3]

        Bug #79439# WW border ordering is different than StarWriter's

2000-10-17  pw  <pw@openoffice.org>  [0f330c3343c1905bdcfd1ce1b3382935f0475ff5]

        Remaining work for new configuration management

2000-10-17  pw  <pw@openoffice.org>  [38bf1a4a7847f2489ba78ccc64dd39b59a216e96]

        New ctor for SfxMedium

2000-10-17  Daniel Vogelheim  <dvo@openoffice.org>  [53f76ca3c324d826e7d34064ac19f50edfbf4a02]

        fixed: another illegal constructor syntax

2000-10-17  Daniel Vogelheim  <dvo@openoffice.org>  [57d9caa5a8bb66e63f853592268abcf6881f9133]

        - fixed: illegal constructor syntax

2000-10-17  Andreas Martens  <ama@openoffice.org>  [1fb00c9ec428822fdd6ca58ac62ce38bfa9f5367]

        Fix #79477#: No font change for bullets

2000-10-17  Peter Burow  <pb@openoffice.org>  [a54813c894057c8430b3eefedb8ad23ce6a03ff7]

         chg: SfxMedium() without bDownload

2000-10-17  Sven Jacobi  <sj@openoffice.org>  [9d944870dd5c24928c40653952f74803801a47f8]

        cropping is now imported as attribute

2000-10-17  Kai Ahrens  <ka@openoffice.org>  [502fccefba8333980ea28603a2c8a264c82f57e5]

        #79501#: don't enable soundfiles to be added as copy or link

2000-10-17  Niklas Nebel  <nn@openoffice.org>  [9eeaff3c79efe0f1c1cd8311176fa8d6ecc9c8a4]

        #79562# create formula cell for ref-update-undo with correct matrix flag

2000-10-17  Peter Burow  <pb@openoffice.org>  [bc2a4880f2f55a7dae3a75ca4a7d143d92138de6]

         chg: SfxMedium() without bDownload

2000-10-17  Peter Burow  <pb@openoffice.org>  [2b9b3ba2dec5f363559d1406b42268d1de6218e3]

         chg: SfxMedium() without bDownload

2000-10-17  Sascha Ballach  <sab@openoffice.org>  [cad699c2cb35ac1065d7abebdf2bc99c85e879ef]

        remove my own ColorBackround and ColorTransparent Handler and use the standard hanler

2000-10-17  Kurt Zenker  <kz@openoffice.org>  [645e17c6ea4db4c8c33ed71a35ac60028f9cea62]

        correction

2000-10-17  Peter Burow  <pb@openoffice.org>  [12a49cc9a2376cbb9288ecfb50ca9bd416759f13]

         chg: SfxMedium() without bDownload

2000-10-17  Kai Ahrens  <ka@openoffice.org>  [477750d9cfb200d731fcebcf5c83bab608cb9fb2]

        must changes (SfxMedium)

2000-10-17  jp  <jp@openoffice.org>  [ef2bbe271960993cd8ac9063e5674d4c6e5ca1bb]

        must changes: FindFirstURL need now a CharClass class

2000-10-17  Sascha Ballach  <sab@openoffice.org>  [4a8fab6c0640c71454bc9471db7ba068cab39179]

        remove Table Page Style Family

2000-10-17  Andreas Bille  <abi@openoffice.org>  [9887d975be42afb2a1d10e09b37dadc85c60f95d]

        Forgott to put XFileIdentifierConverter into queryInterface

2000-10-17  Daniel Rentz  <dr@openoffice.org>  [c11a30e1918f25adca1fd251ad3dc541db85027a]

        new basic types: XML_TYPE_COLORTRANSPARENT, XML_TYPE_ISTRANSPARENT

2000-10-17  oisin  <oisin@openoffice.org>  [b28c8886c789a5089cbab981646f7d2e631c2335]

        Checks for -lX11 instead of statically linked version of Xlib

2000-10-17  Andreas Bille  <abi@openoffice.org>  [e06b888ca36050fc6247bb8629622216589b23f6]

        Implemented Interface XFileIdentifierConverter

2000-10-17  Eike Rathke  <er@openoffice.org>  [5b751bebe95aa488c85d8ab570e4db697950ebac]

        #79405# KeyInput: recognize '-' as number intro in percent formatted cell input

2000-10-17  Daniel Vogelheim  <dvo@openoffice.org>  [249a8b6d1d833a1b4ed9570cdbb7f0aff90f8bd2]

        - fixed: added (uncommented) property SubType for page number field in map

2000-10-17  Kai Ahrens  <ka@openoffice.org>  [3a7225b07d321de290a96a606b4cf04eaf9f2849]

        #78689#: reassign graphic data after swapin

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [7d172904e9e38a39ce454ca2f523dc949e1592eb]

        remove some header

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [bb0979983360829568766872e9629a2936a54692]

        endif miss

2000-10-17  Kai Sommerfeld  <kso@openoffice.org>  [ff20dd1b0c8abd9e3e4e7673ec73634231a8830f]

        Cleanup: No longer uses VOS.

2000-10-17  Rüdiger Timm  <rt@openoffice.org>  [e3b80f81fdfa0bb6967e4f104c3ffeffde5f25db]

        removed extra semicolon at end of declaration

2000-10-17  Kai Sommerfeld  <kso@openoffice.org>  [ea545507886c77924c6a8f9412df96d8c5161626]

        Cleanup: No longer uses TOOLS and VOS.

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [e3f375ff478c9f2d41d755feb3d547d15f075219]

        construct with connection

2000-10-17  Andreas Martens  <ama@openoffice.org>  [5fce985df262bead4581edae7581140e947d98d8]

        Fix: No text adjustment inside a multi-portion; multi-portion starts with field rest

2000-10-17  Sascha Ballach  <sab@openoffice.org>  [dab54735493e06f4eddaaba2ebb9d673d1da4c7e]

        in the context filter should not compare the color for the borderwidth property

2000-10-17  Andreas Martens  <ama@openoffice.org>  [57be56c784835c81dd94a1f1721e16ae8492f234]

        Fix: No text adjustment inside a multi-portion

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [27bdf3530c1d7cf1298ca3c08ae932cb7fb75c85]

        some changes

2000-10-17  Andreas Martens  <ama@openoffice.org>  [2ee21a5f68ccfd0334b9867d059f15a2936de22d]

        Fix: Ignore margin portions if you look for field rests in multi-portions

2000-10-17  Andreas Martens  <ama@openoffice.org>  [ef74e1369c7583b492031ec44d34bbc14706e205]

        Fix: Ignore fly frames during multi-portion formatting

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [72214a7e8c3c19fb6d9c891c29583567cb8c6c00]

        some changes for the rowset

2000-10-17  Sascha Ballach  <sab@openoffice.org>  [bc3573c00034e1fb87004ff95c347bf534703472]

        remove my own page style Export/Import

2000-10-17  Oliver Specht  <os@openoffice.org>  [f6de584b3185ca7493d3df0db674d2144e6af5d5]

        #78255# new property: ParaIsNumberingRestart

2000-10-17  Kurt Zenker  <kz@openoffice.org>  [fb337a22d1c8b397a0f4f532ede2fcf8b4600a3e]

        add. XWeak and XAggregation

2000-10-17  Oliver Specht  <os@openoffice.org>  [60ee76c3f061d0fc80857d7216a2fff0f57cec8b]

        #79537# CareChildWin/GetCareWin need current shell as parameter

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [a5228a8f434a6a5fadb87384a66041bc1964b037]

        class renamed

2000-10-17  Joachim Lingner  <jl@openoffice.org>  [181d49947d6191113d7a3419328a38fad62127e3]

        function name convertVARIANTARGS has been changed into convertDispparamsArgs and the function returns a HRESULT instead of a sal_Bool

2000-10-17  Joachim Lingner  <jl@openoffice.org>  [c5c6f770a0fbdb47e4efa317316f05288f085fda]

        function name convertVARIANTARGS changed to convertDispparamsArgs, return type of convertDispparamsArgs is now HRESULT rather than sal_Bool, convertDispparamsArgs uses XInvocation2 now to aquire type information

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [1e7414338e828d9d27cbd228a09c5b7087fefd2d]

        class renamed

2000-10-17  Joachim Lingner  <jl@openoffice.org>  [9c87d6e2c89850f10b8f7e020eabd222e9334df3]

        XInvocation2 type added

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [71892b37ac977996d7401c65bb17fb02c13b9da0]

        merge

2000-10-17  pw  <pw@openoffice.org>  [0b37439528511589227eabd578063e7396687020]

        #78784# Move dialog to a visible area

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [01438ad520d5e6da63dc9efd0ee02e87fbf7874d]

        getName impl

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [8b44468d158aa90a27198cdeeea111a18d296264]

        use of new class

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [be2f2e8e872f310c258cd0ff417933edf4c2dead]

        nline inserted

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [84ecbfca4862f41b0cac86e37347a4db9839424c]

        insert dtor

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [c0634454adf76a6f3d74f379a71469d316670da8]

        remove inline dtor

2000-10-17  Ocke Janssen  <oj@openoffice.org>  [1a561a2f0ecdfbc322181038f008b3903343fef5]

        remove inline

2000-10-17  Tino Rachui  <tra@openoffice.org>  [2f25994b0199bd6d941da7a0ae517aed49659bf6]

        *** empty log message ***

2000-10-16  Eike Rathke  <er@openoffice.org>  [44e91c5db1c2628c1791db6f27de6b9efe9cf178]

        got rid of XubString

2000-10-16  Eike Rathke  <er@openoffice.org>  [3476de86813fc64c790628b540682e045c9c3d97]

        got rid of XubString changed German comments to English comments

2000-10-16  Sven Jacobi  <sj@openoffice.org>  [22d663f21924039101853043b432d40ea582799b]

        #79396# added textrect flipping

2000-10-16  Mathias Bauer  <mba@openoffice.org>  [4335c63284c7bf36124aa62174593ab161d313f8]

        Wrong error handling

2000-10-16  cdt  <cdt@openoffice.org>  [7bdb36787059fa6f6f9619edc1286dcae360f3c0]

        Use the standard ClassLoader first

2000-10-16  jp  <jp@openoffice.org>  [af8e90c8c831003db0f263253f1b9681287c1b21]

        Task #79052#: call LoadUrl over the Bindings

2000-10-16  csaba  <csaba@openoffice.org>  [04e13bd6eec0b0af8138dab6a082750c22adc78b]

        mhids in if-condition with BUILD_SOSL

2000-10-16  csaba  <csaba@openoffice.org>  [cdbcd6f218e2a301002806aa272cc61608ed5986]

        mhids in if-condition with BUILD_SOSL

2000-10-16  csaba  <csaba@openoffice.org>  [36f74aafffd8b80b9bb7223263fdac2b90280512]

        mhids in if-condition with BUILD_SOSL

2000-10-16  csaba  <csaba@openoffice.org>  [f716ddff7aed6e8f0ec927f563ad75863f275189]

        mhids in if-loop with BUILD_SOSL

2000-10-16  Kurt Zenker  <kz@openoffice.org>  [ff0c7b9ce5bb6f8cec8cba374723f5f724f24d01]

        SRC609

2000-10-16  csaba  <csaba@openoffice.org>  [648822415bd83c44d39a388f05f3be85eff2043d]

        mhids in if-condition with BUILD_SOSL

2000-10-16  Kai Sommerfeld  <kso@openoffice.org>  [d3329bacd8a925ec070ad06ea3d9a6a026a3696b]

        Moved here from module 'chaos'.

2000-10-16  csaba  <csaba@openoffice.org>  [bf42cb13d5c2ae14654d2c14f4a6ff1b756c4b10]

        mhids in if-condition with BUILD_SOSL

2000-10-16  Kai Sommerfeld  <kso@openoffice.org>  [4ab353132a0d57510151f9844d8c2012feca0dad]

        Initial revision.

2000-10-16  Mathias Bauer  <mba@openoffice.org>  [66a909e81303a698e5e03e66ef3df4a466502e3c]

        Move QuitTimer to module framework

2000-10-16  Mathias Bauer  <mba@openoffice.org>  [5294fe24341abc4377e3bc71d0124bb34458a97b]

        Use new IsStorage implementation

2000-10-16  Mathias Bauer  <mba@openoffice.org>  [e93272d43f24b6640d2b681ecae028bebe589b3c]

        Support Redirection and caching for HTTP

2000-10-16  Kurt Zenker  <kz@openoffice.org>  [8a44934f74a313f06771d814a8a0b8b9a886e01d]

        UDK205

2000-10-16  Mathias Bauer  <mba@openoffice.org>  [15f1f69cab1e681cd5c355cf5fa9ae7decb7ea29]

        IsStorageFile without downloading whole file

2000-10-16  Mathias Bauer  <mba@openoffice.org>  [cd2790c9d1a7b065e286e7fafb110a50fb7067d0]

        IsStorageFile without downloading whole file

2000-10-16  Andreas Schlüns  <as@openoffice.org>  [2d5cfe4f0646cb77253ccf754d5098791b4ff7fd]

        assert for zombie frames added

2000-10-16  Oliver Specht  <os@openoffice.org>  [788329c25888e4b8590b5c250183c1559c6e4109]

        #78595# deprecated interface XTextEmbeddedObject no longer supported

2000-10-16  pw  <pw@openoffice.org>  [11522bbafced078db03713afeff72bcccb60a024]

        #79382# Create fill/line/lineend-stylehelper on demand

2000-10-16  Andreas Martens  <ama@openoffice.org>  [6964bb405d444663b1ddecd9d2d319fa46d82b5e]

        New: Double line portions in line

2000-10-16  Andreas Martens  <ama@openoffice.org>  [ef0e192c8ff4df4b52ed7d413ec6fb0a68813a4b]

        New: Double line portions in a line

2000-10-16  Andreas Martens  <ama@openoffice.org>  [23a959ddd921adf134e175c0d926a8faf65830e6]

        New: Double line portions in a line

2000-10-16  Daniel Vogelheim  <dvo@openoffice.org>  [e1b72b9078a3b896e2c5798a21b908e7d7d1d9e4]

        - Added (preliminary) text section import/export   Preliminiary because: Handling of text section import needs to be written.   The current method will fail for hierarchical sections and cannot easily be fixed.

2000-10-16  Andreas Martens  <ama@openoffice.org>  [ed635bbc9e6c1722142bb071a0b915c1162fd1fd]

        New: Double line portions in a line

2000-10-16  Joachim Lingner  <jl@openoffice.org>  [d549befd9f32fd03cf60414675512c879d50c6f6]

        some cleanup

2000-10-16  Andreas Martens  <ama@openoffice.org>  [bcb746bc764551b013414caace2574491e5a1399]

        New: Double line portions in a line

2000-10-16  Joachim Lingner  <jl@openoffice.org>  [823ea8ca2eff88ccda7babceaacd244901ac9db5]

        *** empty log message ***

2000-10-16  Joachim Lingner  <jl@openoffice.org>  [b44f728d491c733604c95db6ecae588094d6d9f0]

         MfcControlCtl.cpp

2000-10-16  Andreas Martens  <ama@openoffice.org>  [8fde4977a9d318784987529cec221d92d859111c]

        New: Double line portions in a line

2000-10-16  Andreas Martens  <ama@openoffice.org>  [2e63afdad72ba507b776368c6946724ee50396fe]

        New: Double line portions in a line

2000-10-16  Jörg Budischewski  <jbu@openoffice.org>  [5493be85ec547384a9fcb440c695ea7af745e8e1]

        build is now independent of the unotypes directory

2000-10-16  Andreas Martens  <ama@openoffice.org>  [ad304152545f939c3e0a865af203dfddeb45724f]

        New: Double line portions in a line

2000-10-16  Jörg Budischewski  <jbu@openoffice.org>  [7c1d9e89495ebdfdc2345a582ac95ef8dbf7809f]

        build is now independent of the unotypes directory

2000-10-16  Andreas Schlüns  <as@openoffice.org>  [4328fec2ebd9e2a2bff64e71e5cb0a74f0893220]

        add AsyncQuit

2000-10-16  Andreas Schlüns  <as@openoffice.org>  [a8dbd1aa8b6cfe7456472b5259430fec5c589ff6]

        move AsyncQuit implementation to own file

2000-10-16  Andreas Schlüns  <as@openoffice.org>  [b9e4d925df9bbc8a4b91187b55b0cc2c3d79fb1b]

        add quit timer for desktop termination after closing last document

2000-10-16  Jörg Budischewski  <jbu@openoffice.org>  [0a8ae254dbacc92be08d7a55d4f2546ea12e2977]

        *** empty log message ***

2000-10-16  Andreas Bille  <abi@openoffice.org>  [8fc48af7b5dad8f10e1db984b0bfc2779bc0fa58]

        Added jut.jar to dependency list

2000-10-16  Frank Schönheit  <fs@openoffice.org>  [9824ad98d24c55b926aecca8d85dcc84adb6ca0b]

        changed the rdb name

2000-10-16  Jörg Budischewski  <jbu@openoffice.org>  [3c5a61821f920f1694cb92075f8abeab18a32ef9]

        examples for interprocess communication added

2000-10-16  Oliver Specht  <os@openoffice.org>  [1e1c9e7c6195484531efc459ce9ca5be2b3155d2]

        #79422# SwXParagraph: support of TextContent properties in XPropertyState

2000-10-16  Lars Langhans  <lla@openoffice.org>  [f771f7650d3f6a1172f5ddd20d01e8c221dad453]

        #79255# type any

2000-10-16  Juergen Schmidt  <jsc@openoffice.org>  [9530622d7c449aea7ee8205fb8e0bc05535888db]

        remove cvs log

2000-10-16  Thomas Lange  <tl@openoffice.org>  [d7c5edaeec78062a58503aba5b93f69bae995190]

        #78980# Font modify handler added to allow for Font switch via paste

2000-10-16  khz  <khz@openoffice.org>  [deda20652773d5187edf19351cc46a8412431915]

        read extended WW9-Frame-Alignment (stored in Escher record 0xF122)

2000-10-16  khz  <khz@openoffice.org>  [fcdf60000524ba8c9c691e4e8a25cb529e6865ad]

        read extended WW9-Frame-Alignment (stored in Escher record 0xF122)

2000-10-16  Oliver Specht  <os@openoffice.org>  [3d93f9f3ece035cff5b4744f9a9005e922876212]

        #79422# SwXDocumentIndexMark: invalidation uses SwUnoCallBack

2000-10-16  Oliver Specht  <os@openoffice.org>  [d93f3a7bb77c0913fd0132d635a1ff004f3562b5]

        #79422# new: dummy7 renamed to RES_TOXMARK_DELETED

2000-10-16  csaba  <csaba@openoffice.org>  [a3f4473a10fb09b5acfdaa44ed533371a450b749]

        BUILD_SOSL as IF condition for PRJHIDTARGET

2000-10-16  jp  <jp@openoffice.org>  [85a28d00993da7000273d6282b59189c4ddc1d49]

        Bug #79483#: write unicode characters

2000-10-16  Oliver Specht  <os@openoffice.org>  [4d650f23cbd81c8d043bf3c579a6164fefdf4858]

        #79425# ::gotoRange: check parameters; revision log removed

2000-10-16  jp  <jp@openoffice.org>  [4bb7fb9d3fe1bb4625ec3015df76fdd1657fecf1]

        Bug #79478#: StyleSheetPool:Store - create unique style names

2000-10-16  Niklas Nebel  <nn@openoffice.org>  [5258a02131f056c5da667050af029176a78955ea]

        Refresh: delete pClipDoc after use

2000-10-16  Carsten Driesner  <cd@openoffice.org>  [b9dcc2b3572099fa164ec34535bd16cefaf58b3a]

        code for fat plugin added

2000-10-16  Oliver Specht  <os@openoffice.org>  [48d6ca8cb33bc2740ca286202183d6f9c2bf5f74]

        #78967# ParaLastLineAdjust: only _LEFT, _BLOCK and _CENTER are allowed

2000-10-16  Stephan Bergmann  <sb@openoffice.org>  [e6916ea36ff70b994623ab9ce7072ab44883909d]

        Removed INetURLObject::FindFirstURLInText() (now replaced by URIHelper::FindFirstURLInText()).

2000-10-16  Stephan Bergmann  <sb@openoffice.org>  [1b511873f0d9b7beee10f210efd0f597fd12bcdb]

        #78581# Added URL scheme 'vnd.sun.star.webdav'.  Warning: this scheme might only be temporal and might therefore be removed again.

2000-10-14  Eike Rathke  <er@openoffice.org>  [fd60940b8e839a4bfff99579541235d3394103a4]

        using LocaleData NumberFormatCode, first wave

2000-10-13  Eike Rathke  <er@openoffice.org>  [419a89abb9243c60f51ea5277e2b4f9daff5557e]

        add: localedatawrapper, numberformatcodewrapper

2000-10-13  Niklas Nebel  <nn@openoffice.org>  [2e554e9d8af78a309acdaf5a4103ac2dfe7df04a]

        also allow XCellRange parameters

2000-10-13  Eike Rathke  <er@openoffice.org>  [6477d897f9e609a04c0b3058ee7beaaac395d2c2]

        NumberFormatCodeWrapper

2000-10-13  Eike Rathke  <er@openoffice.org>  [dff378ae7dcd78860f3bb1ae672fd9e9bf20ee65]

        LocaleDataWrapper

2000-10-13  Niklas Nebel  <nn@openoffice.org>  [9799cccc1b3ee654713a4d18a7465cb73b1ad4cc]

        change for 609: SfxMedium ctor changed

2000-10-13  Gene Anaya  <ganaya@openoffice.org>  [9bdb6240aad7c2d9cf89508c309879807ccbac02]

        Added several staticmbXXX.cxx files for mac os X build

2000-10-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d60ffdea200c281ac6a96f06c0ed0570a665e2f]

        removed some germanismn

2000-10-13  Frank Schönheit  <fs@openoffice.org>  [f55e60a61af8127b20cb66dc0ea6c78aa53d123c]

        implemented the usage if the 'Info' property of the data sources / allow key usage in the data source list

2000-10-13  Frank Schönheit  <fs@openoffice.org>  [9bf9ee85af9140784d99918b19b7b1ea066d24bd]

        Separator changed to string / getDetailIds

2000-10-13  Frank Schönheit  <fs@openoffice.org>  [d1d544987245ef2896d7a25fbfcb599b15c0ca8d]

        typo in error message

2000-10-13  Frank Schönheit  <fs@openoffice.org>  [470e59e63351b75763d765aea18d9af39ecf65db]

        CONFIGKEY_DBLINK_INFO

2000-10-13  Frank Schönheit  <fs@openoffice.org>  [7eac09bfa556c6092d739b666be284ad077b8f4c]

        removed some dead corpses (toConnectionStr etc) / made the 'Info' property value persistent

2000-10-13  Joachim Lingner  <jl@openoffice.org>  [411473ad8a409f07a85f7fde993eb1e4c57fdb82]

        *** empty log message ***

2000-10-13  Niklas Nebel  <nn@openoffice.org>  [eb2441079c0d65fcfb5114f4934480276e532551]

        #78528# EnterData(EditTextObject): recognize formulas even if formatted

2000-10-13  Frank Schönheit  <fs@openoffice.org>  [56d479c77fa1eb30c741013e8dd3e6da92159150]

        DECLARE_STL_(STDKEY_)MAP

2000-10-13  Joachim Lingner  <jl@openoffice.org>  [57c7e9e36955241eebcf23b883373d89afa7dea8]

        adding means for hosting MFC ActiveX controls

2000-10-13  Joachim Lingner  <jl@openoffice.org>  [4297babd82aa72616223b2d491fa7002ff67d567]

        *** empty log message ***

2000-10-13  Joachim Lingner  <jl@openoffice.org>  [9eac0a7f6038e90532f5735e7b5f35a58143367d]

        createBridge extracted VARIANTS wrong from Any

2000-10-13  Joachim Lingner  <jl@openoffice.org>  [f2e14978324f4f51e0d0551e380a328cff29b348]

        invokeWithDispidComTlb didn't process in parameter with VT_BYREF properly

2000-10-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aaee8d5a70ff3ba7405e7da2a3069c05bdb775b6]

        java properties in UTF8

2000-10-13  Oliver Specht  <os@openoffice.org>  [e4d3e964d66cdd62ae06b15bf717de026d2c857f]

        StarOffice Image removed

2000-10-13  Oliver Specht  <os@openoffice.org>  [34235c58256a7d1ebdef14083faa768386907b6f]

        revision log removed

2000-10-13  Oliver Specht  <os@openoffice.org>  [c399f1356d6269d20043bb7d4dacad9c5331fd4c]

        StarOffice Image removed

2000-10-13  pw  <pw@openoffice.org>  [a91ea5b6dd5d485e8c2924d7d35195cf02678111]

        #79382# Temporary removed Fillstylecomponents

2000-10-13  Oliver Specht  <os@openoffice.org>  [023dfb965047122c04bbf4b60aee0bf641778448]

        use of osl instead of tools for assertions; filtering of change notifications according to the list of EnableNotification added

2000-10-13  Oliver Specht  <os@openoffice.org>  [c4fa454726f7f31fc9f0765fa104ae6f56319dc1]

        use of osl instead of tools for assertions

2000-10-13  Jörg Budischewski  <jbu@openoffice.org>  [ce704a3137e1a5fd7a4a4b7b1de22c2bbf46ed43]

        forgotten debug output removed

2000-10-13  Ocke Janssen  <oj@openoffice.org>  [894f3d3794d5b0b57e67d68bed13176479f5c30c]

        impl dtor to avoid wrong delete call

2000-10-13  mfe  <mfe@openoffice.org>  [6df9915af46156cd5c5f3379d8ee39079d82610d]

        check for valid sockrefs

2000-10-13  Mathias Bauer  <mba@openoffice.org>  [ae70a0ad53c1c04f535d437a753afb1edb997e9c]

        no hide/show in setComponentWindow; do it in loadFinished/Cancelled

2000-10-13  Mathias Bauer  <mba@openoffice.org>  [1d7e3be6bb1a44511629ec7f07e3af33092eb274]

        set containerwindow visible if loadFinished; dispose empty tasks if loadCancelled

2000-10-13  Niklas Nebel  <nn@openoffice.org>  [a95a69f6a72f79fd73d048ca79015a74fdee5a82]

        #79379# no bindings update in SetRefDialog

2000-10-13  Sven Jacobi  <sj@openoffice.org>  [63d1ad8d6bba72723d296a9b04a9fda8e2b8b7f0]

        apichanges, removed bDownload parameter at SfxMedium c-tor

2000-10-13  Oliver Specht  <os@openoffice.org>  [0ffbe6652e86f5ed3d7b9cec7d676a341ca6e737]

        #79365# Insert label or business cards: use supplied frame instead of CreateViewFrame

2000-10-13  Dieter Loeschky  <dl@openoffice.org>  [b4a764424228c6cd14eece4cca4f656d015c38ec]

        Ctor of SfxMedium changed

2000-10-13  Jörg Budischewski  <jbu@openoffice.org>  [1998be9d269d98ec32a995bb1076bb96793c9339]

        name of iiopbrdg-dll changed to remotebridge

2000-10-13  Kai Sommerfeld  <kso@openoffice.org>  [e9270fd8b051d412146e82ed9ca55ab130814087]

        Removed: module "chaos".

2000-10-13  Oliver Specht  <os@openoffice.org>  [d64622bb0f3bd7495a028504670bd456100e950e]

        pch first

2000-10-13  Malte Timmermann  <mt@openoffice.org>  [53ddcdccf4c3eb35cf66e17c9e725279edbf4b74]

        CH_FEATURE_OLD is BYTE, not sal_Unicode

2000-10-13  Andreas Martens  <ama@openoffice.org>  [ab8b7692e9ada992e849e96b6ac6afaffa76676f]

        Fix #68616#: The retouch area must not be forgotten

2000-10-13  Malte Timmermann  <mt@openoffice.org>  [b09e305ab96f28e28b4fde1075438b88a595e79d]

        CJK: Support IME

2000-10-13  Carsten Driesner  <cd@openoffice.org>  [9b400e88850fe1eea2c2dbe914a737c62678911b]

        new init method added

2000-10-13  Sven Jacobi  <sj@openoffice.org>  [ed84b601fe43f181a74b7aa91862ab4bcfa7ec22]

        #78730# do not set the fillstyle when exporting just a polyline

2000-10-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [65b1f77b254892412860e1b45cc6fea9e93553f8]

        pch first

2000-10-13  Mathias Bauer  <mba@openoffice.org>  [bace2e847e05bb98cbbbeb984b54868096878616]

        use namespace utl

2000-10-13  Peter Burow  <pb@openoffice.org>  [7f9a7f1c8f9fac5125a039772132aa63c7567c69]

        fix: #79205# use the correct symbol to load the user path

2000-10-13  Andreas Bregas  <ab@openoffice.org>  [d1217f29b5bf35cac06a17b93a5420d6b52ecce7]

        #78646# Delete existing file before opening it for output, basicEncoder removed

2000-10-13  Andreas Martens  <ama@openoffice.org>  [73d54262585f3ed4504e77d009add34e0d039f24]

        Fix #69324#: Even a locked textframe must be invalidated, when a fly leaves

2000-10-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3ffd5d2d16db6c9b7bcf17c7e88060d1084d1b2e]

        get mkdir.btm from it's new location

2000-10-13  Andreas Martens  <ama@openoffice.org>  [1255290a43ce9dd96bea2237a36b893175f1c7ff]

        Fix #69324#: Even a locked textframe must be invalidated, if a fly has arrived

2000-10-13  John Marmion  <jmarmion@openoffice.org>  [b915a811100ee814cca4666ebcd520d3c1f322c9]

        shellio uses exceptions handling

2000-10-13  jp  <jp@openoffice.org>  [4e6becc828e9f2c4b827be7cb504b592f067ca41]

        Bug #79478#: create UnoCrsrTbl with bigger default grow value

2000-10-13  jp  <jp@openoffice.org>  [54035a1c9f0c0c1e8d3dc7249bdc34c736e0686a]

        Bug #79478#: optimization

2000-10-13  Peter Burow  <pb@openoffice.org>  [37a21bf466ec29ef6647453c8545b9308316f8a2]

        chg: more beautified

2000-10-13  Jörg Budischewski  <jbu@openoffice.org>  [265f1356d956879de6466e1212ebc226a871a875]

        tests build now under solaris

2000-10-12  jp  <jp@openoffice.org>  [baa8d52a2fdd4809b558141bb58474bd98019cbc]

        Bug #79478#: delete UnoCrsr in DTOR

2000-10-12  Michael Brauer  <mib@openoffice.org>  [0135c48bdadc09daa863ff4d356fef9d96afded7]

        import of master pages

2000-10-12  Michael Brauer  <mib@openoffice.org>  [5d215d9aac5b412c8caf307097dfd10286818406]

        create default context

2000-10-12  Michael Brauer  <mib@openoffice.org>  [afd38b715642c11c1b7c2506dfed1b3f1abd98c1]

        import of master pages

2000-10-12  Michael Brauer  <mib@openoffice.org>  [c0805ac1e315696eb762857cbb8f608908852837]

        import of master pages

2000-10-12  Mathias Bauer  <mba@openoffice.org>  [64e6f2579b74fa1256a9d7fe99ffaa8e2c5d086f]

        #79440#: allow for external created SfxWorkWindow

2000-10-12  Mathias Bauer  <mba@openoffice.org>  [c7464781ba4164e376e696e9d067ec04bbfcd056]

        #79440#: get WorkWindow always from Frame

2000-10-12  Michael Brauer  <mib@openoffice.org>  [4b646c3746b02bb663f0f4467f7a1a64788ef6c5]

        export of master pages

2000-10-12  Michael Brauer  <mib@openoffice.org>  [2cf611a172e731d4681fc65d377b7cb60723d6ef]

        Don't create styles then querying footnote info properties

2000-10-12  Mathias Bauer  <mba@openoffice.org>  [06d1eaedf1c9bff81a74f15c043c2d8495181d2e]

        #79440#: make sure that Storage for alien formats is available

2000-10-12  Michael Brauer  <mib@openoffice.org>  [d36a09feadeacff355c94ff8bedb9260415b7f31]

        (Header|Footer)Text(Left)? now don't respect UsedOn property

2000-10-12  Mathias Bauer  <mba@openoffice.org>  [2427651a1d2588418dfed538d34137828852192a]

        #79440#: DoClose must be aware of having no ViewFrame

2000-10-12  Michael Brauer  <mib@openoffice.org>  [79adc282f966e7bf6f08caf4ffa46e99e620ec0e]

        #79456#: import of escapment fixed

2000-10-12  Michael Brauer  <mib@openoffice.org>  [654fbdfe07ce598234c77a610d71cbaac6fc5406]

        #70456#: SvxEscapementItem::PutValue: setting height fixed

2000-10-12  Mathias Bauer  <mba@openoffice.org>  [91510ef777353a3c58a55a8a17874e5dfcb5699c]

        use namespace utl for ucblockbytes

2000-10-12  Frank Schönheit  <fs@openoffice.org>  [97489419065be49310965cd7da5bcf384786dd95]

        link against comphelper/svtools

2000-10-12  Frank Schönheit  <fs@openoffice.org>  [98be232764cbe0366c04ea1eb773842c5addbc28]

        one more utl->comphelper migration

2000-10-12  Frank Schönheit  <fs@openoffice.org>  [837fded36ccb5313792c1277a460ae219ef1cfa4]

        new implementations ... still under construction

2000-10-12  Frank Schönheit  <fs@openoffice.org>  [367b520f0718a10bc117f79f1b2e47e33631dd16]

        ERR_COULDNOTRESTOREDS/BMP_DATABASE_DELETED/MENU_DATASOURCELIST_POPUP

2000-10-12  mm  <mm@openoffice.org>  [f198ed89a14bbf0938311aa163e0c05acdd87b8e]

        use file API from SAL

2000-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f6ddf98e4f230c246fd913ced7416e5c4f1922c8]

        4nt wrapper for mkdir.pl

2000-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ac8ab85fd551b8992068f484a6ddb9d87c2531a3]

        removed tolo*

2000-10-12  Mathias Bauer  <mba@openoffice.org>  [75f77cff1d7925a47edae17a56beb97c5c25da31]

        use namespace utl

2000-10-12  Mathias Bauer  <mba@openoffice.org>  [f00c3eb7989718358b10479f7574987a85fde302]

        TempFile with UCB support

2000-10-12  Oliver Specht  <os@openoffice.org>  [344423e3531be91aff2f37125183ad286ea9256c]

        AutoText preview flag now in offmgr/ofaacfg.hxx; revision log removed

2000-10-12  Oliver Specht  <os@openoffice.org>  [cf694c58ad28428ab032eefb9a893ec2b0c022d2]

        configuration properties have been added

2000-10-12  Oliver Specht  <os@openoffice.org>  [f9020e36362fe57c9a0b483710b4f8f7feaa0b25]

        configuration property names have changed

2000-10-12  Gregor Hartmann  <gh@openoffice.org>  [f6ed5f1378eda6e88fd467f7c89546facd859ec8]

        do not remove empty lists anymore

2000-10-12  Michael Brauer  <mib@openoffice.org>  [46967f1289c58769274335dee8244f957d8e4c55]

        #79444#: wrong service name to create images

2000-10-12  Michael Brauer  <mib@openoffice.org>  [4ce8fb910842475960238de55005e0a37e7a2ee2]

        #79444#: image element used office instead of draw name space

2000-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [99919a2fa0c39173b6fed53b7f07e2e9f8e9067a]

        make it compile for gcc

2000-10-12  Oliver Bolte  <obo@openoffice.org>  [9bfd2f98c2403a844c8ecb7b72cd58b7ad223a69]

        Change: add percent char for mkdir path variables

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [57c58419cbfc6847f180bd7a03807a65c42f9457]

        remarks added

2000-10-12  Oliver Bolte  <obo@openoffice.org>  [7b597a0507a616e3c4d6d599753e29bf7109e25a]

        Change of output path

2000-10-12  Björn Milcke  <bm@openoffice.org>  [8baed6c41844481bff7c0df7ffa006536b96aa51]

        new Chart Style: AddIn for plugged UNO charts

2000-10-12  Andreas Bregas  <ab@openoffice.org>  [29932d012e1a41cd0fb69d0ef25da278374deeff]

        #78651# Dir-Command: Provide . and .. directories

2000-10-12  Andreas Bregas  <ab@openoffice.org>  [b96fce90ee9b80184306997999db46c5145571a0]

        #78651# Changed type of nCurDirPos to use negative values as special information

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [8222e4dd4b050a3dad8afcced52d374d50dcc273]

        changed the ServiceManager name to com.sun.star.ServiceManager

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [33486dbf2850d5a0dd35f960d6bb84e95ec74ada]

        remarks

2000-10-12  Gregor Hartmann  <gh@openoffice.org>  [f7e0eb028159003a9be47e78b7fdc8439e865efb]

        changed logmessages

2000-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [98670db27d24f3fc75a1e81dfa3c00a2648ee571]

        don't write *.err files

2000-10-12  Sven Jacobi  <sj@openoffice.org>  [ce27027bdb0e9e671e13f06b4a4eb1fc6e16e340]

        #75392# correct matching of bullets greater than 127

2000-10-12  Rüdiger Timm  <rt@openoffice.org>  [d722ca01782d81e866b08f94f68beb2e680b0c04]

        msocximp removed

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [5f429667b9682c68fb12d3667bd05ed47361c5da]

        *** empty log message ***

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [5840ee38df56933c54dcaaa6ec4e4ba01f173f6c]

        Sequences can now be converted into SAFEARRAYs of a specified type. Sequence<Sequence<..>> etc. can be converted into SAFEARRAY with multiple dimensions.

2000-10-12  John Marmion  <jmarmion@openoffice.org>  [fbd215972773d2237ed237b8d88115ddb8c9058e]

        correct following merge

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [19840d6f75f09bd096ca66bd8fd93127e0154d2e]

        unused code removed

2000-10-12  John Marmion  <jmarmion@openoffice.org>  [ff224391880753173ab9f5bf4ea79eac83230829]

        ensure unoil comes after jurt but before extensions

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [083368eca0168959b88dc30a8c2e1aa14ee33200]

        unnessecary include and unused define removed

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [42a633e1d2aed2beca374c7d55192d3dad433494]

        processOutParameter removed,invokeWithDispIdComTlb handles Sequences now properly.

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [82e6f6227e9bcb54d273d382ebe52d78d5198eb3]

        processOutParameter and unused code removed

2000-10-12  Michael Brauer  <mib@openoffice.org>  [e226f99eb5aba96255cd197caf03987ec5acbdd0]

        #79450#: font-variant=small-caps

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [5513e963c4c8c5e49a9ef543f273f85f49798f4a]

        Dispensable code and includes removed

2000-10-12  Joachim Lingner  <jl@openoffice.org>  [e95b2bbd28f58af4532a8d6ec998fec46403a7dd]

        oleclassw.cxx is not built currently

2000-10-12  Peter Burow  <pb@openoffice.org>  [f411f821441af930b40920b35231461c53cefb9c]

        fix: #79209# set <All> as default filter

2000-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6894150ed57672baf0c4161018fe407ffaa5dd7f]

        gcc internal compiler error

2000-10-12  Mathias Bauer  <mba@openoffice.org>  [7f993d703f74422e1ce8fa99b06239ab8e037ae3]

        #79449#: not Error transfer in GetStorage

2000-10-12  oisin  <oisin@openoffice.org>  [f56592915c147d6fe291d2f7b2e653279ed3f229]

        Added recommendation to close bash shell before starting build on Win NT

2000-10-12  jp  <jp@openoffice.org>  [723e1b3427ddfaebfc323f1a78482a6324ec27d4]

        Bug #79388#: ActivatePage - GrfSize must not be set

2000-10-12  pw  <pw@openoffice.org>  [3c312225a34135f00de9c90081af238b10a67299]

        #79317# Don't modify pooled items !

2000-10-12  pw  <pw@openoffice.org>  [de99db82ffd1f5c740f46e5988c02dddac2d1031]

        #79317# Don't modify pooled items !

2000-10-12  Rüdiger Timm  <rt@openoffice.org>  [435ce0f761afc82f8836a14a8a7d3d1dcff1f2d5]

        include vcl/graph.hxx (galbrws.hxx needs it for class Graphic)

2000-10-12  pw  <pw@openoffice.org>  [db7fe04c6c07f8b7be2578d8b9f35c2f28c9bb5f]

        #79317# New ctor's

2000-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8a4c45afd34b836ad250c41b1b57ca9fb2723f43]

        solve escaping prob.

2000-10-12  pw  <pw@openoffice.org>  [2070c7f3a568c0d41e18ef9c2da3a52a3d424650]

        #79317# Create new Fillstyle items with valid name

2000-10-12  pw  <pw@openoffice.org>  [05edd731e8083aa8b89471b058d166d894998443]

        #79317# Create new Fillstyle items with valid name

2000-10-12  Michael Brauer  <mib@openoffice.org>  [09f27079bf1098a5738f9f9a359fcd91b6045904]

        #79079#: An empty font name keeps an empty name now instead of getting a 0-char

2000-10-12  Thomas Lange  <tl@openoffice.org>  [5f19efcf35a0142a55aa916e412cff1fba60bf99]

        argument to PTR_CAST macro made into variable (efficiency)

2000-10-12  Andreas Schlüns  <as@openoffice.org>  [9148368dd81c4e3f4e66ce4050b7c2f658c044d6]

        #78521# test module for OStatusIndicatorFactory and used classes

2000-10-12  Andreas Schlüns  <as@openoffice.org>  [af2d7f3a7639c6da422070649c3d994c4d0ab8b3]

        #78521# support right interface XStatusIndicatorFactory

2000-10-12  Andreas Schlüns  <as@openoffice.org>  [d4ec98f485b970e410f00235e682e6c36400793f]

        #78521# build new service helper for status indicator factory

2000-10-12  Malte Timmermann  <mt@openoffice.org>  [6cf86b6e88989dbc672afc7fa1ebc293bceef5ab]

        #78498# Next word while spelling...

2000-10-12  Michael Brauer  <mib@openoffice.org>  [05ad443f3b4a572f06b4ec8a5e078acd1f1032e7]

        #79090#: table:vertical-align -> fo:vertical-align

2000-10-12  Andreas Schlüns  <as@openoffice.org>  [24689da47f00038fdeeb8edc8e6b071a67aacc51]

        #78521# support window listener mechanism for derived controls

2000-10-12  Andreas Schlüns  <as@openoffice.org>  [0c04c3b443ab2ca75fc03e05c14822a6bb0cffa2]

        #78521# build new control StatusIndicator

2000-10-12  Andreas Schlüns  <as@openoffice.org>  [ba636e249bc0c94dfb360f03232f39a93a33ac1e]

        #78521# register new exported service StatusInidicator

2000-10-12  Andreas Schlüns  <as@openoffice.org>  [d33c83ddec81277aba825fdb56c9952f037e0630]

        #78521# new control as default status inidicator for framework

2000-10-12  Niklas Nebel  <nn@openoffice.org>  [6dba0b9eb4e11d38296312733db09a02f87bd9f1]

        uno addins: use ScDocOptionsObj as caller if no ObjectShell available

2000-10-12  Niklas Nebel  <nn@openoffice.org>  [5ee4836f9573642d84897cedc5d530765f63036c]

        optuno

2000-10-12  Niklas Nebel  <nn@openoffice.org>  [21687f693fe4404ee589f4d260e1370a2673b0a7]

        allow ScModelObj without document, use ScDocOptionsHelper

2000-10-12  Niklas Nebel  <nn@openoffice.org>  [1769b483ec9b6908e7c029f4b9cab012f38f668a]

        helper and derived ScModelObj for document options

2000-10-12  Niklas Nebel  <nn@openoffice.org>  [db751428b74e40eaff184b53312177707bc5b3d6]

        support XPropertySet / SpreadsheetDocumentSettings

2000-10-12  Mathias Bauer  <mba@openoffice.org>  [202ea862cee72d610b9c626d9db9d8cf73b5467b]

        Get Solarmutex in some critical areas

2000-10-12  Oliver Specht  <os@openoffice.org>  [f4616af60b0db8792be5b183a5a5f6e16a97852c]

        #79390# setRowDescription corrected

2000-10-12  Peter Burow  <pb@openoffice.org>  [9910fe6bc4092449c719aede5070aac100937497]

        chg: GET_MODULE_FIELDUNIT() removed

2000-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5df96a0095c8e1f45c2682da7d6d62e794512c07]

        internal compiler error

2000-10-12  Peter Burow  <pb@openoffice.org>  [c585fb7075115715264f3cfe1768cb8450bf1c99]

        fix: #79442# obsolete SfxOptions replaced

2000-10-12  oisin  <oisin@openoffice.org>  [7813e26ca2ff65407c8bfaed2a2b5f974a50876f]

        Yet more updates for Win NT: white space substitution not needed for COMPATH, 'Run NT version of configure' warning message removed

2000-10-12  Kai Ahrens  <ka@openoffice.org>  [eda93f71c363977b75152516f6da5807ba00a202]

        #79429#: must changes (SfxOptions removed)

2000-10-12  Kai Ahrens  <ka@openoffice.org>  [93f300efbb9c97d80fd84098330449f1bebc6f94]

        #79429#: must changes (SfxOptions removed

2000-10-12  Kai Ahrens  <ka@openoffice.org>  [295fbc1cd7a9ef4dd304919e2438411407671ce2]

        #79429#: must changes (SfxOptions removed)

2000-10-12  Sascha Ballach  <sab@openoffice.org>  [09de82831bbebd5445c8ab8e697d5d185ba304a7]

        a table can contain a scenario

2000-10-12  Oliver Specht  <os@openoffice.org>  [ec1a7263c3e0fb17403bac9c7f10a3cd65dde511]

        reminders of SfxConfigItem removed

2000-10-12  Oliver Specht  <os@openoffice.org>  [3a5c864b3cc89357231923b83c6a2b802093f9aa]

        includes removed

2000-10-12  Oliver Specht  <os@openoffice.org>  [7c53f7bae0524358da11cb6751280be576cef2d1]

        reminders of SfxConfigItem removed

2000-10-12  Thomas Lange  <tl@openoffice.org>  [e8fc3dcc9662ca73f79deca3ab232ede3277bf05]

        pEditEngine->Clear moved to ImplSetFont; #ifdef SUPD... removed

2000-10-12  Thomas Lange  <tl@openoffice.org>  [ff7b26388ae0dcb06960dc87339660fe2214afc9]

        #ifdef SUPD... removed

2000-10-12  Oliver Specht  <os@openoffice.org>  [a296251db49d59fab7aacb8b8d2e6ea38c4a633c]

        unused defines removed

2000-10-12  Oliver Specht  <os@openoffice.org>  [6cd692e196d45b9bb1058f1dc8eecda8033d5fe4]

        include cfgid.h removed

2000-10-12  Oliver Specht  <os@openoffice.org>  [ae3fba71344ae4b2818f9d1dcdf8f102b6a093f4]

        revision log removed

2000-10-12  Sascha Ballach  <sab@openoffice.org>  [413ef831ee81f0070113782debc27126137b383e]

        Import Content Validation completed

2000-10-12  Juergen Schmidt  <jsc@openoffice.org>  [09c63d49f7e47b8fb6abcb73cf412a76cc87cb2e]

        extend test

2000-10-12  Juergen Schmidt  <jsc@openoffice.org>  [bb9aca75792c45542ffec03817f607ffd9a2761c]

        bug, modified index calculation

2000-10-12  Sascha Ballach  <sab@openoffice.org>  [94f8b4d77f103aa433d4549b5d0fc1ef331c91da]

        calculate the PrintAreas only if the table has printranges

2000-10-12  Oliver Specht  <os@openoffice.org>  [410e3b6e68e8c4cc97eca0b2c46f91aab3575fca]

        #79412# service name corrected

2000-10-12  Oliver Specht  <os@openoffice.org>  [f7386d02b1112eec01efd95216d7bb9d01da3519]

        #79380# IllegalArgument exception is now thrown if one tries to switch on relative width using the property SizeRelative; #79391# Assertion removed

2000-10-12  Oliver Specht  <os@openoffice.org>  [a6b4b91fbc11da0bf09df648eb52dd5fc1aa8528]

        use configuration service

2000-10-12  Sascha Ballach  <sab@openoffice.org>  [ec69dad430d9483ec53ddd515b0dde6dccc8c673]

        Import Content Validation added

2000-10-12  Oliver Specht  <os@openoffice.org>  [64e47d55a57d8f8898be89fa65cc1b9d5a58283d]

        #79334# slot SID_GALLERY now supported; revision log removed

2000-10-12  Oliver Specht  <os@openoffice.org>  [6842384c073e6a0fc7b0a425b47441a7d5c39ab2]

        #79334# Gallery child window registered; revision log removed

2000-10-11  Patrick Luby  <pluby@openoffice.org>  [c0635179e92bdc6061834d0523f007e9dfc8565d]

        Made non-zero return values from nm command not stop dmake on Mac OS X since nm will complain when an object file has no symbols.

2000-10-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3f45265dc4de8281f43280377de1519edc3a10ad]

        give LIBxARCHIV it's own target; changed killobj and killbin

2000-10-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc62ce2cf588b1f32b3be735692bd95b9d1dfdcd]

        give LIBxARCHIV it's own target

2000-10-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0db893646ba1279b2c566284a587fa6d77bd0800]

        #65293#: renable autorec.o

2000-10-11  Niklas Nebel  <nn@openoffice.org>  [69ba2827681bf4f1e480ea5a558affbea7e0f0f8]

        #79429# SvtSaveOptions instead of SfxOptions

2000-10-11  Sander Vesik  <svesik@openoffice.org>  [d82852f8912c5c3ab62b87c1db563e27e6b5f0ce]

        Note that configure expects to not to be run on Solaris 8

2000-10-11  Malte Timmermann  <mt@openoffice.org>  [3514a079b9a460656f2fad265752cfeed1956985]

        #78780# Don't call SearchItem with CharCode 0

2000-10-11  Malte Timmermann  <mt@openoffice.org>  [ba29c0b023285cb27bd37f0a7807b490079a2dbc]

        #78707# Position of Numbers...

2000-10-11  Sascha Ballach  <sab@openoffice.org>  [49ee1e994fd405cb5edea3459164667a96957730]

        Import Content Validation completed

2000-10-11  Mathias Bauer  <mba@openoffice.org>  [a14066bd47cc5b0f58d26982787580b5fd63a810]

        #79394#: missing referer

2000-10-11  Mathias Bauer  <mba@openoffice.org>  [03d9b00f1903bdcebc312f39ab2156c301b947a0]

        #79374#: GetStatusBarManager didn't handle InPlace

2000-10-11  Mathias Bauer  <mba@openoffice.org>  [55eaa949dd295dea8c2acba8a161ed5d0c5f4a42]

        #79402#: bDownload in ctor removed

2000-10-11  Frank Schönheit  <fs@openoffice.org>  [05926e316db14270514b0a00e1e0d47b898c5708]

        type: had XIndexAccess instead of XEnumerationAccess

2000-10-11  Kai Ahrens  <ka@openoffice.org>  [d3a13e6df6354dbe99190152b10775100a01b072]

        cropping optimized for rotated graphics

2000-10-11  Kai Ahrens  <ka@openoffice.org>  [254efe9cb3d8940b7eec62129a493474d263c8cb]

        cropping optimized

2000-10-11  Malte Timmermann  <mt@openoffice.org>  [ad9e602e92b840624a57c871247600f106da34f0]

        #79221# Convert CH_FEATURE...

2000-10-11  Mathias Bauer  <mba@openoffice.org>  [abb069154529ce9478d4e5d9bec65ed72d264fc6]

        #79365#: remove empty tasks when loading failed

2000-10-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3792d83bf57d565176d83b4496b7845a2baec2f9]

        do not override existing values

2000-10-11  Mathias Bauer  <mba@openoffice.org>  [5db3d02732c368f6f59dc69d6c8c9b9c2b57e3a5]

        #79365#: pass frame when executing special factory urls with parameters

2000-10-11  oisin  <oisin@openoffice.org>  [c40358e72bc02dba3233e088db9f7b018acaea07]

        Added more info on running configure on Windows NT

2000-10-11  John Marmion  <jmarmion@openoffice.org>  [9d4f834667eab5240457e049e32140f68d34461c]

        unoil should be built before extensions

2000-10-11  jp  <jp@openoffice.org>  [7a1cf8cd9e39fd204863bf8399a72abfa20ebf77]

        should changes: use HelpOptions

2000-10-11  Sascha Ballach  <sab@openoffice.org>  [c3f9a6441f0791c312e7dde3f6929a7682a841f6]

        Import Content Validations added

2000-10-11  Sven Jacobi  <sj@openoffice.org>  [2fecdef21a952faa0a93f5620fd5f27a1b49d045]

        #75392# fixed unicode conversion bug, so that graphical bullets can be imported again

2000-10-11  Peter Burow  <pb@openoffice.org>  [eccb3c6d043241ee73ee6e4ec0f0a2864c75efec]

        fix: #78523# help ids for mail window added (HID_MAILWIN_...)

2000-10-11  oisin  <oisin@openoffice.org>  [669b45bc20ba28ec7a83cba5b67eef7d27b6d23a]

        updated for OpenOffice - autorec fails on Solaris with sed option

2000-10-11  Malte Timmermann  <mt@openoffice.org>  [d00b30b80618d96d1b2adee74077040cea638834]

        #79408# Keep old NumBulletItem in ImplSetLevelDependendStyleSheet

2000-10-11  Ocke Janssen  <oj@openoffice.org>  [380952be5dfa670241e39e5dafc0a2e2e5410fab]

        wrong component name for transformer

2000-10-11  Andreas Bregas  <ab@openoffice.org>  [469ba6c10d5bd3c0fc520886443f1f41f0254208]

        #78811# OFileAccess::isFolder() fixed

2000-10-11  Andreas Martens  <ama@openoffice.org>  [9b4846f5a9d0ca0c221211ac30f8f11f8e7e26c5]

        Fix #79387#: A shrinking sectionframe has to invalidate the next frame

2000-10-11  Eike Rathke  <er@openoffice.org>  [3350fedbd500c8a7445002b48a7dc49da48e1463]

        Init: strip com.sun.star. as sizeof string constant instead of just a number (in case we change it to org.openoffice) ImplWriteShape: eliminated warning about operator precedence

2000-10-11  Andreas Martens  <ama@openoffice.org>  [cfde03be3fac7e5f628768d0d6de4f5544850029]

        Fix #79384#: Don't forget the first content of the following section

2000-10-11  Andreas Schlüns  <as@openoffice.org>  [f21bb338edc5e3222c1c75a2d868a908c0773145]

        #79349# lock container for index access

2000-10-11  Sven Jacobi  <sj@openoffice.org>  [52ddbabd394af8a8096dca0ddf79fdf52f23c6ed]

        #79089# #79072# improved background import

2000-10-11  Sven Jacobi  <sj@openoffice.org>  [c8ddd7efcc2d4ebf5c3bc61e52a174aedaf27ea8]

        #79089# improved background import

2000-10-11  Malte Timmermann  <mt@openoffice.org>  [916737d32f242f64a7c50da2242db382b8635fdf]

        #78542# Don't position SVX_NUM_SPECIAL_CHAR on BaseLine

2000-10-11  Peter Burow  <pb@openoffice.org>  [bfdf1933484c32ceaf8c90cdde061a38359eac1d]

        fix: #79205# on synchron mode, we must wait, if it's necessary

2000-10-11  Frank Schönheit  <fs@openoffice.org>  [1843b6692a1bee8e1d99a71eed6b2cf90cd2080e]

        link against comphelper and svtools

2000-10-11  Frank Schönheit  <fs@openoffice.org>  [db738d8433352a5a93debf8946a69f9dab716384]

        new bitmap ids for the admin dialog

2000-10-11  Frank Schönheit  <fs@openoffice.org>  [522f616c8c3d7653cc889150c6b2aa1d8c7e96e7]

        replace unotools with comphelper

2000-10-11  Frank Schönheit  <fs@openoffice.org>  [9154461bca7772f1e816ef860f55917f5c8b9fff]

        new implementations - still under construction

2000-10-11  Kai Ahrens  <ka@openoffice.org>  [29aed73359a96f3bb66dc7f8949f4b0762081573]

        #79315#: set animation notify handler just before starting an animation

2000-10-11  Frank Schönheit  <fs@openoffice.org>  [780b7bb117d39e5d09c4452c28c25f0548241e33]

        replace unotools with comphelper

2000-10-11  Sander Vesik  <svesik@openoffice.org>  [52b165ba00def299c500b5d1a7eeadbe69606ca4]

        Add README file for configure

2000-10-11  Frank Schönheit  <fs@openoffice.org>  [65f91bd7823742477c9dd2f3202dbe25d60d96b5]

        replace unotools with comphelper

2000-10-11  Frank Schönheit  <fs@openoffice.org>  [e3c7a2c360b957b81c7c07f715706a6cb7f1abcc]

        replace unotools with comphelper

2000-10-11  Malte Timmermann  <mt@openoffice.org>  [913e13aaae9e5596525e35fafd5dd9540edd8e8c]

        #78954# GetBulletColor, not included in GetBulletFont

2000-10-11  Kai Ahrens  <ka@openoffice.org>  [776d1c5ddc43e8561136edf16161548232c413b2]

        added store method

2000-10-11  Frank Schönheit  <fs@openoffice.org>  [83202a819dfe176093e8162d08e3aa848d0544b3]

        replace unotools with comphelper

2000-10-11  John Marmion  <jmarmion@openoffice.org>  [7327dd5c031e75e282f26503ec5893cd70589b68]

        moved to here from top-level for OpenOffice 605 - configure will copy it back

2000-10-11  Kai Ahrens  <ka@openoffice.org>  [f7a633e305b65470db201e4785ff583727554048]

        added slot mapping for SDRATTR_GRAFCROP

2000-10-11  Ocke Janssen  <oj@openoffice.org>  [9607adf734c7051a6954c10a3ce1c0fdc4e120ad]

        full qualified

2000-10-11  Andreas Bregas  <ab@openoffice.org>  [fdd834ade50e9bfd16c35a6cff632d7e35747338]

        #78760# UCBStream::SeekPos() fixed (Pos 0 is allowed now)

2000-10-11  John Marmion  <jmarmion@openoffice.org>  [ca938a0909ca22c7327924a6fce16b05b386b816]

        updated for NAS include files

2000-10-11  Frank Schönheit  <fs@openoffice.org>  [a66dbffcecb73d3f9b3791bc1f86ae176e1f7c6e]

        added logindlg

2000-10-11  Christian Lippka  <cl@openoffice.org>  [895728213816790a1ec84d4c48bf1110ead3248a]

        fixed GetFullName to use SvtUserOptions

2000-10-11  Ocke Janssen  <oj@openoffice.org>  [a68e282759cc190e6f654ac823a686572d677d53]

        new memeber in tablecontainer

2000-10-11  Ocke Janssen  <oj@openoffice.org>  [d5297b4fb3b9f36ac04b510af07625c2919143b6]

        use of getTAbles corrected

2000-10-11  Ocke Janssen  <oj@openoffice.org>  [e74181b7d2df485b47eeb9f7ebfc440e87fcebb8]

        if mastertables are supported than use them

2000-10-11  Kai Sommerfeld  <kso@openoffice.org>  [f82177252b09585e4e0fc9104ba359245191b954]

        Removed: Generation of headers for types located in com.sun.star.chaos

2000-10-11  Michael Brauer  <mib@openoffice.org>  [cb17c2099050912eeec8bfc2fbca52c1698726d9]

        master page export

2000-10-11  Kai Sommerfeld  <kso@openoffice.org>  [bfbe46a4dcb12b4618d39ffac0162ea47f8458f8]

        Service DataContainer moved from module chaos to ucb ( SUPD>608 )

2000-10-11  Kai Sommerfeld  <kso@openoffice.org>  [2705ad25507b17f17063324c3b79771f7c6e640c]

        Removed: obsolete impl. of [Put|Query]Value(...).

2000-10-10  Martin Maher  <mmaher@openoffice.org>  [25fbde76905f646f0cc252c2fb57df048b6545c8]

        Updated the file

2000-10-10  Martin Maher  <mmaher@openoffice.org>  [9f08d5ed6cbbac1262aa504cd8b295f84077cbd5]

        Updated the file

2000-10-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1a3a1e1df874cf1aeccf408eee3e4166ab2929b8]

        comment for mkdir

2000-10-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a43d7188ae8ec21c7437073da70c27e2a8ade8e6]

        substitute for mkdir -p

2000-10-10  Patrick Luby  <pluby@openoffice.org>  [1ad36bb66f6de7e5c4f5e5b1c11c31157fa7a7e1]

        Rolled back changes for Mac OS X since the changes are incompatible with the staticmb.cxx files in all other projects.

2000-10-10  Rüdiger Timm  <rt@openoffice.org>  [0ecd03f2eff6706d17c97b71638040f1f4726241]

        add logindlg.hxx

2000-10-10  Caolán McNamara  <cmc@openoffice.org>  [2382ae89824f53c683c2079b89c6b435118969a0]

        MSOffice 97/2000 Controls {Im|Ex}port

2000-10-10  Rüdiger Timm  <rt@openoffice.org>  [c052335d5f252fd838af84385267dff2e530bbb2]

        include vcl/graph.hxx (galbrws.hxx needs it for class Graphic)

2000-10-10  Kurt Zenker  <kz@openoffice.org>  [f6f0889c8ece7cbb09cf105667d3c03cf3cd8f2f]

        wrong quotes for remoteversion

2000-10-10  Christian Lippka  <cl@openoffice.org>  [6ef2659b68ffecb35311151e7bafea68b72323ad]

        #79369# use >>= operator of any for getting an interface not getValue

2000-10-10  Sven Jacobi  <sj@openoffice.org>  [a6820b9d8bb6220252efb7e527cff93f03891838]

        added some autoshapes (Sun, Moon, Bracketpair, BracePair, Plaque)

2000-10-10  Sven Jacobi  <sj@openoffice.org>  [1f76bd61f83f9c363c2d5bb929cca8d8bca1a560]

        Svdraw Autoshape Adjustment -> Autoformen Justierung

2000-10-10  oisin  <oisin@openoffice.org>  [6844b62d82a078d273f691ab02da63b431dadd0d]

        set_soenv copies makefile.rc from config_office to SRC_ROOT

2000-10-10  Sven Jacobi  <sj@openoffice.org>  [6d6bb868e43ea246034a602a15334b537a22c3fb]

        typo

2000-10-10  Peter Burow  <pb@openoffice.org>  [6a18b7d766331114975bc1482b808a659b12cb1a]

        fix: #79373# filter extensions can have more than one token

2000-10-10  Kurt Zenker  <kz@openoffice.org>  [5a7ed1eb824a08570852dffbd84171b77b848723]

        for WIN echo without quotation marks

2000-10-10  Lars Langhans  <lla@openoffice.org>  [d834f88da08157cd8a12d34e454e90cc27f4bf3a]

        #79269# the handling for TypeClass_HYPER was forgotton.

2000-10-10  Sven Jacobi  <sj@openoffice.org>  [401c73a33c86db0925061ce7245b6929de3f775b]

        #79056# msdffimp.cxx is now using exceptions

2000-10-10  Sven Jacobi  <sj@openoffice.org>  [5f7acc950c7dc69a575cf8710cd78c865181d763]

        #79056# do not set a filelink that is not valid, when also an embedded graphic exist

2000-10-10  Caolán McNamara  <cmc@openoffice.org>  [4f8c1a0291421f64adf0f45da2d72cc1186fbdfd]

        MSOffice Controls {Im|Ex}port

2000-10-10  Christian Lippka  <cl@openoffice.org>  [c32a6580e86ee5b91abe1b5d6da6e89b1c800346]

        #77961# moved SetUserCall(0) in XDrawPage::remove from svx to sd

2000-10-10  Christian Lippka  <cl@openoffice.org>  [93f849650cad79a408f8050431b734410787c1bc]

        #77961# moved SetUserCall(0) in XDrawPage::remove from svx to sd

2000-10-10  Andreas Bregas  <ab@openoffice.org>  [dcd950309d236d21d0e3f384c2d2f568babf7a41]

        #71504# No // comment in syntax highlighting

2000-10-10  Daniel Boelzle  <dbo@openoffice.org>  [e439acf0a79c0c054110b6a86ae47d0a4e41cdc0]

        fixed macos x linking problem

2000-10-10  Daniel Rentz  <dr@openoffice.org>  [dafc80fa29d0dbd6f42d78e9bfcdcb0c5712aeca]

        import of print ranges

2000-10-10  Caolán McNamara  <cmc@openoffice.org>  [0b3a6e025130b7928e64aeaa4f5df9f3ba43f01a]

        MSOffice Controls {Im|Ex}port

2000-10-10  Kai Sommerfeld  <kso@openoffice.org>  [b1769745fee2451b37643c11363f6c685692bd3b]

        Fixed: Create m_xImpl in default ctor of class Content, too.

2000-10-10  Caolán McNamara  <cmc@openoffice.org>  [5cde7dd00fab50c90e21d055c82ce2c06d700488]

        MSOffice Controls {Im|Ex}port

2000-10-10  Daniel Vogelheim  <dvo@openoffice.org>  [93d0d9a69abb34cbd114123d3fe1a0c172df08c0]

        - fixed #79367#: GPF when saving Impress file (with textfields)   (Property TextField not supported)

2000-10-10  Stephan Bergmann  <sb@openoffice.org>  [efc8a3627c5d4b986d53592f19047bce7081c43f]

        Replaced use of CharClass::isAlpahNumeric() with CharClass::isLetterNumeric() in URIHelper::FindFirstURLInText().

2000-10-10  Niklas Nebel  <nn@openoffice.org>  [853cf9e98aa9d3f784b740a0aab46dd3a06cc7d4]

        #79335# Command: ext.Text input also for drawing objects

2000-10-10  Andreas Bregas  <ab@openoffice.org>  [df7caa703b1ffb91521ae9b62b422913ea800c3b]

        #75578# Changed With-Handling

2000-10-10  pw  <pw@openoffice.org>  [6048b840fae8455d94794e24ec5690c5083efb7c]

        Exceptions for hltpbase.cxx

2000-10-10  pw  <pw@openoffice.org>  [a46ce77939a9537bbde0e9f955fc0869e6ec234e]

        removed old fsys-stuff

2000-10-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [28ad60dc6d77083de92c7a7510528eecb32442ad]

        OOF605

2000-10-10  Andreas Martens  <ama@openoffice.org>  [1119403b28fa9d011ee408ae65df13cf1f1e5818]

        Fix #78990#: The leaved area has to be invalidated

2000-10-10  Daniel Rentz  <dr@openoffice.org>  [ebc6370916358fd7893bb384412e12e8a76e959f]

        export print ranges

2000-10-10  Nils Fuhrmann  <nf@openoffice.org>  [77d062be70b27b4a903e0d9d498a1f9b9fc4b479]

        Changed positioning of ContextMenu from screen position to window position

2000-10-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [25111f93303a1d28b43d3fdcc894c3bfcb4de4d1]

        don't complain about redefine here

2000-10-10  oisin  <oisin@openoffice.org>  [e2d9848329acd4adb736abfcb06c25a5cb789b9c]

        Updated for Windows NT: MS_DOS format path of Microsoft C/C++ compiler can be given on command line.

2000-10-10  Oliver Specht  <os@openoffice.org>  [0f9226283e6922d6cb5ec4a5c95f8cca664e627b]

        #79341# SwXAutoTextGroup::setName: set member correctly; revision log removed

2000-10-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2ef54da348855d008abfe9c3c80162cb5778e703]

        2nd try to fix the sed command

2000-10-10  Christian Lippka  <cl@openoffice.org>  [960d77fcdd52141cdca250e3529f9523b9ebf89d]

        #79114# updated the dtd to current specification

2000-10-10  Daniel Rentz  <dr@openoffice.org>  [e604e674f74b969a515fa40ce41abfdcf33e0418]

        print ranges

2000-10-10  Christian Lippka  <cl@openoffice.org>  [8a0cb8a067671b56c635f39fc93ac780e45d6ee0]

        #79114# fixed a spelling error : angel -> angle

2000-10-10  Christian Lippka  <cl@openoffice.org>  [cbd648b6f198fec1dd44e2df309c03189dc1aab0]

        #79114# renamde draw:page shape to draw:page-thumbnail

2000-10-10  Christian Lippka  <cl@openoffice.org>  [87996ba70bc0d237fdb4ad2635a9e345009fe2c1]

        #79114# updated the dtd to current specification

2000-10-10  Christian Lippka  <cl@openoffice.org>  [5aca96bf1cc88edf9e820c904d5e7ad7c9903880]

        #79114# updated the dtd to current specification

2000-10-10  Sascha Ballach  <sab@openoffice.org>  [5f80859ca642dcf0fd6c825ea9ebdd047ecab58b]

        Print Ranges added

2000-10-10  Sascha Ballach  <sab@openoffice.org>  [f692f6c983af5a46d7e62cda07e3b97db1b84224]

        scenarios added

2000-10-10  Malte Timmermann  <mt@openoffice.org>  [78e7c9aad4adf0b66623be2969b089fc9ffaf9e3]

        #78686# ImplGetTextLines: Set nDepth to 1, if LE 0

2000-10-10  Sascha Ballach  <sab@openoffice.org>  [60cfd95d4ceb4c31fe9d46edb1b3ff13d7261b0f]

        push_back a shape only if the cell has a shape (CellsItr::GetNext).

2000-10-10  Sascha Ballach  <sab@openoffice.org>  [37667a110aed1f5ad49677947f0c487d02b46caa]

        #79280#

2000-10-10  Malte Timmermann  <mt@openoffice.org>  [7110d3f8a4a8afed956b7fc9003f8b63ddd41fb7]

        #78716# Outliner::Insert() - check max depth

2000-10-10  Oliver Specht  <os@openoffice.org>  [cd76d2afb0547ba0f6374fa609302580cc3412ea]

        double property AnchorType in map of SwXBookmark removed; revision log removed

2000-10-10  Daniel Rentz  <dr@openoffice.org>  [3671a1d44cf1489778df217b7805db6fc0509453]

        import/export of scenarios

2000-10-10  Malte Timmermann  <mt@openoffice.org>  [e31066bf4987865b76772ec0109589e284828532]

        #79126# SfxViewFrame::Current() may be NULL

2000-10-10  Daniel Rentz  <dr@openoffice.org>  [46adcadc40b5efb71d5f8c7d494c20633bd947b0]

        import/export of scenarios

2000-10-10  Sven Jacobi  <sj@openoffice.org>  [1d996ea8b9d4e8512f5cc2295874987f96f555b2]

        #79322# solved gpf when reading unrecognized StyleTextProperties

2000-10-10  pw  <pw@openoffice.org>  [25678ec1aa09c92659013d2d868ec86899c066f1]

        -m#74667# Add handler for focus changing

2000-10-10  Oliver Specht  <os@openoffice.org>  [bc15df05c579c4e2799f511a662bfe3f72d0fdb1]

        #79344# service name corrected; revision log removed

2000-10-10  Oliver Specht  <os@openoffice.org>  [2d9a65c90e30caca067993ec434e165fc611117b]

        Writer/Web adjustment

2000-10-10  Oliver Specht  <os@openoffice.org>  [9e5418fdeabdca905d15feb5fb05c63c6f17753b]

        some assertions removed

2000-10-10  Oliver Specht  <os@openoffice.org>  [8ed915ae4ce5f6fab21a5ba65ff689f8c2ce65c1]

        Writer/Web adjustment

2000-10-10  Oliver Specht  <os@openoffice.org>  [716f519b2a2c714fea6802f385b468d180730559]

        SwSrcViewConfig: use configuration service; revision log removed

2000-10-10  Oliver Specht  <os@openoffice.org>  [0a1e6d4b602352b38c655b5e713c0ead3fc32afb]

        revision log removed

2000-10-10  Sascha Ballach  <sab@openoffice.org>  [21ea0ce857e6942d1e3a1f0abcd91c14065eaf3e]

        #79174#

2000-10-10  Sascha Ballach  <sab@openoffice.org>  [48391e82d33df614c0581e55389fd3ef5c76788c]

        #79351#; #79174#

2000-10-10  Sascha Ballach  <sab@openoffice.org>  [71e63e3dadc981343598b2cb98d61b320810b5d1]

        #79314#

2000-10-10  Sascha Ballach  <sab@openoffice.org>  [28c157d1abdc70295e9f91d6d46f9fc4d5e04612]

        #79351#

2000-10-10  Ocke Janssen  <oj@openoffice.org>  [683cfc85bd846607431d4a418646ef79746b0534]

        use cast for row[0]

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [93056047ceafd0e9c772031a8fb6def9a2cd52cd]

        add staticmbtypeconv.cxx for macx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [ab6fb13e050fd97561a79980ccd996cc3f5f852a]

        add staticmbtdmanager.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [e4d30de25f574ffe6ded90cabbaa29a3f53101d0]

        add staticmbsimpleregistry.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [4e7553d68e4940d90b0ca24e2a3ae6bdfd1974eb]

        add staticmbsedrvicemanager.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [54e86e78a9564e5c57c95a513cc38838ebc58d1f]

        add staticmbregistry_tdprovider.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [5f77a0e08f09dd7dbb56834dd1775abe04acadc6]

        add staticmbproxy_factory.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [b1bc11aff2d4326ecdb9820d2f8e699258c33560]

        add staticmbnamingservice.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [93ab9400bb5666a25a6ac60350c3c1ca23689108]

        add staticmbloader.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [3fc8c2a0eee176db74d259a06d198e419b5b641c]

        add staticmbinvocation_adapterfactory.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [8d2eb3f73c252a225611b4a38cddf8b91ad8a760]

        Add staticmbinvocation.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [80e77a304e7b4d25496ef82dead027bc0bae2ee8]

        Add staticmbinspect.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [d1fe38eceb19b055ea7baf23af78b20e46bff2f8]

        Add staticmbimplementationregistration.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [2b7615c7e845f033bd9de7393c8cf183f5ad4521]

        Added staticmbdefaultregistry.cxx for macosx

2000-10-10  Gene Anaya  <ganaya@openoffice.org>  [e3d6f58cf3937d0a15b91027e3d360ea534a8293]

        Add staticmbcorereflection.cxx for macosx

2000-10-10  Patrick Luby  <pluby@openoffice.org>  [75c5d408572002000c9f1c7a832ecc351da43eaf]

        Added initialization of static data members for template classes for Mac OS X

2000-10-09  Babak Mahbod  <bmahbod@openoffice.org>  [3759cff7cb42b82c445bd3cdad37bd84e4db9c8e]

        Updated for MacOS X strict ANSI C++ compiler.

2000-10-09  Patrick Luby  <pluby@openoffice.org>  [124d4837da6f1017f9b70c91d8c781f416a81bb8]

        Rolled back sed changes because these changes also need to be implemented in the _tg_shl.mk, tg_shl.mk, tg_obj.mk and tg_slo.mk files to work properly.

2000-10-09  jp  <jp@openoffice.org>  [e78d0fec53041e805b8b2b86f64ed2b2efbb975b]

        Bug #78395#: set fontcharset to systemcharset

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [5d4f01aa909bd7eafb08969ff53d8bb50e50e681]

        unnecessary includes removed

2000-10-09  jp  <jp@openoffice.org>  [be3f234c5f1f80f999f6eea9fea65c1566533535]

        Bug #78395#: don't write UniCode by a W95 export

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [b6d742ca83692c24fb1a1d7ebf5c5146aaa894f7]

        at uno calls, catch only uno exceptions

2000-10-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7760002a6db739f6547397270e89dda671e4806c]

        SRC608

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [81979227389a4f0c51f1acc6c55d7c31dcb94f9a]

        at uno calls, catch only uno exceptions

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [5aacc66a3678f460e65459a2e5da9b4e3ebbf9cd]

        at uno calls, catch only uno exceptions

2000-10-09  Gene Anaya  <ganaya@openoffice.org>  [c28ad9bf80ea2a4227e52cc9f8dea1c9fcdb83ea]

        Added staticmbrdbmaker.cxx to Mac OS X build

2000-10-09  jp  <jp@openoffice.org>  [2aaea13506e5f9d31fed13ce585fb3c41551af5f]

        compiler error

2000-10-09  Patrick Luby  <pluby@openoffice.org>  [3c17e06d5ff08f96cfeafed0c96d82493ae8bbc2]

        Revert makefile.mk back to pre-staticmb.cxx file since changes will break non-Mac OS X platforms.

2000-10-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [507c9be5f1a1b506a69a4aaa0505e2d7a06a2e3f]

        udk204

2000-10-09  Gene Anaya  <ganaya@openoffice.org>  [d99b9f96c52d507606a9a3c4eb5672d5348d3161]

        Added staticmb file for MacOS X

2000-10-09  Kai Ahrens  <ka@openoffice.org>  [7aff072aafc56de444c2f29bd13be758a18f6f3e]

        don't set ITEMID_XXX in header file

2000-10-09  Patrick Luby  <pluby@openoffice.org>  [4bae27caf8ce4fc710ffd217a57ef1dc8cfc0652]

        Added initialization of static data members for template classes for Mac OS X

2000-10-09  Juergen Schmidt  <jsc@openoffice.org>  [ce5594dd56224a11a99eabed16b0f324b9db6894]

        #79287# check commandline args to find out if portal

2000-10-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb612dcb006aef5ecfbb2c68b4757c6358f0ec1c]

        removed wrong quotes for wnt

2000-10-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0224e2156092ab9d0bf92dcd674df4fe3562e3a]

        keeping sed from patching path to SOLARVERSION

2000-10-09  Mathias Bauer  <mba@openoffice.org>  [16c9efc96a1592376eeb4643cec2a55b45d541be]

        #79322#: don't crash if file to detect is no storage

2000-10-09  Martin Hollmichel  <mh@openoffice.org>  [ebca868f9491f72978bd83ddd088f639f4663229]

        chg: Syntax

2000-10-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [331224c2158825d38c8358747ad05a0778091499]

        #65293#: syntax

2000-10-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [701940c01962255732d8d211475d0ad1d67a7ee3]

        #65293#: quoting # resulted in build failure, escape with backslash

2000-10-09  Lars Langhans  <lla@openoffice.org>  [353607df2ed59f00ad67a74de29b3db662ea960a]

        #79269# convert to hyper doesn't use toDouble any longer

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [c68b5304ef93aa4d1601e23d8ecb55d2f3b7ca7b]

        #79175# test GetStorage return value instead of IsStorage

2000-10-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3ddf91f8c2b9432ecbd7300c13c3a24bb5126e4]

        UDK201

2000-10-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1f166292b464930c53c000715026a9fb2bd9423]

        UDK201

2000-10-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1dfa2309215d95eb10a97d95ac577626a8253b6]

        UDK201

2000-10-09  jp  <jp@openoffice.org>  [08639dbfbf6e34d5a490f24be1d83d48f08b4d42]

        Bug #78626#: _OutFont - dontknow is a valid value

2000-10-09  Christian Lippka  <cl@openoffice.org>  [e74d429c830ad6666fbf5bbe5c67d7d73714b2ae]

        added missing file for svx light version

2000-10-09  Christian Lippka  <cl@openoffice.org>  [6136acd372822779da02f17f6b13e3d72a0e7fce]

        removed uno functionality from svx light version

2000-10-09  Frank Schönheit  <fs@openoffice.org>  [60630c6c81b9c7642c67afe0a94027007ae63420]

        use a different font when painting a disabled control

2000-10-09  Frank Schönheit  <fs@openoffice.org>  [2f6bb6d46dc9ddfa6af3eb215345aef9092ea061]

        some new strings

2000-10-09  Frank Schönheit  <fs@openoffice.org>  [303e9e0281b5641fe54d11d19c24c73a37206dad]

        some (a lot of) new imlpementations - still under development

2000-10-09  Frank Schönheit  <fs@openoffice.org>  [5665c11113c362da82bc06ec5168ef5bcb202668]

        STR_COULDNOTCONNECT

2000-10-09  Frank Schönheit  <fs@openoffice.org>  [370a1e67bd63f2b94f3a60bc36ae0f917532d48f]

        reinserted the code for connecting in UpdateTableList

2000-10-09  Frank Schönheit  <fs@openoffice.org>  [601e91194e88a982607ad0b5ad87bf39acb46ce3]

        correctly initialize m_bReadOnly

2000-10-09  Frank Schönheit  <fs@openoffice.org>  [8a27b3be4e47e94076908117ab40a340e65ed9e2]

        use a different font when painting a disabled control

2000-10-09  Ocke Janssen  <oj@openoffice.org>  [fc6ff5a0885645b0103122baf35f5ffe547c9652]

        must change for comphelper

2000-10-09  Andreas Bille  <abi@openoffice.org>  [3a603799c548ef96f6a68187204a23abfa759c2e]

        Initial revision for HelpContentServer. Only for testing by now

2000-10-09  Ocke Janssen  <oj@openoffice.org>  [a1f51b8966874e19279015446ad763601595050c]

        must change for comphelper

2000-10-09  Peter Burow  <pb@openoffice.org>  [48a6f836ce04327673174040b6049d4bc70de5c4]

        chg: replaced SfxOptions::GetMetric() with getModuleFieldUnit()

2000-10-09  Juergen Schmidt  <jsc@openoffice.org>  [a071bf4867b8977185460c57b379343e8ea2ea20]

        change the binary typelibrary format, extend the test

2000-10-09  Juergen Schmidt  <jsc@openoffice.org>  [7b1a97badbc2387962c36875712c6ef5df0b0ea9]

        change the binary typelibrary format, make it extendable

2000-10-09  Peter Burow  <pb@openoffice.org>  [6769ecd25d8a46407dceebf5d266ed64129017ff]

        chg: replaced SfxOptions::GetMetric() with getModuleFieldUnit()

2000-10-09  Ocke Janssen  <oj@openoffice.org>  [e4db5ef6151e562b0fa04e541872b5d754d60930]

        must change for comphelper

2000-10-09  Peter Burow  <pb@openoffice.org>  [baba7ea93e4604256695a49c121c09a2141041a3]

        chg: replaced SfxOptions::GetMetric() with getModuleFieldUnit()

2000-10-09  jp  <jp@openoffice.org>  [5e7ba620cdd372424f70644b22d3b30e9fd15861]

        Bug #78545#: IsEndWord/IsStartWord use the correct WordType

2000-10-09  Peter Burow  <pb@openoffice.org>  [583b9c8d9befc05eb042ab4e65c5128685b4f9f0]

        chg: GetModuleFieldUnit() added

2000-10-09  Ocke Janssen  <oj@openoffice.org>  [93489506f521676812dfac0cdf74d1b03b967ef6]

        must change for comphelper

2000-10-09  Ocke Janssen  <oj@openoffice.org>  [3f1bf4a5773d7e789cdc96790e90dfc5cdaff981]

        must change for comphelper

2000-10-09  Jörg Budischewski  <jbu@openoffice.org>  [742d9bc4a0114c7d69a6012758b0c0d4e0a155b4]

        improved test

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [8f1afa090886ca451df60d654d6ec06fb6565293]

        #79224# replaceAll: IsEditable instead of IsReadOnly

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [8398618773bc3c4ad9df3a1f85b7e874b25ddf9c]

        #79224# Is...Editable: allow import into read-only document

2000-10-09  jp  <jp@openoffice.org>  [ce6a98e6f500b9f5f8ea4723f22276c022d4fece]

        should changes: don't use IniManager

2000-10-09  Mathias Bauer  <mba@openoffice.org>  [8546018842e3b4c922eeda96382f37d502064e8c]

        IsStorage exchanged by GetStorage

2000-10-09  Mathias Bauer  <mba@openoffice.org>  [b56533d9d4b63e8672b7a43cdd2331cd04e8d31e]

        #79210#: closing workwindow before closing viewframe

2000-10-09  jp  <jp@openoffice.org>  [dd4135000257785acb27a08f144a1c1d16f3ebb9]

        should changes: don't use IniManager

2000-10-09  Mathias Bauer  <mba@openoffice.org>  [0c9cf9d8f968ef20d340e87ef88a3dc295ab4a89]

        #79210#: closing frame may have no workwindow anymore

2000-10-09  Oliver Specht  <os@openoffice.org>  [70b79e55128ac96ba592eba3ffc2a2376b45f73c]

        #78682# support of service .text.TextContent ; revision log removed

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [04d88d018d93d6c5866d94a2ecdd449e06acedcb]

        #79224# DataPilotUpdate: IsEditable instead of IsReadOnly

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [13ea3d9d9ff103de6d6f2e11945a85b94e41d353]

        #79224# SetWidthOrHeight: IsEditable instead of IsReadOnly

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [9fd5cc57fc5bb36c78dd51ec8e03c3756ea8fcbb]

        #79224# IsEditable (allow import into read-only document)

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [f3947c6fbe8deac591b3488673297332fc1e664f]

        #79224# IsEditable

2000-10-09  Jörg Budischewski  <jbu@openoffice.org>  [95a9eabb6d4d5b41c7294c6b1fe5e3daf60e18c2]

        switched to OBroadcastHelper typedef due to incompatible change

2000-10-09  Jörg Budischewski  <jbu@openoffice.org>  [8019539076f4f96751278abcd9a5c84c0b8aa0d0]

        added 2nd template parameter for OBroadcastHelperVar because of gcc compiler problems (the class can't have method signatures with container::keyType

2000-10-09  Christian Lippka  <cl@openoffice.org>  [4c86d3f7dd0384ce301459fc721d285184369a2b]

        SdOptionsPrintItem is not needed for player

2000-10-09  Martin Hollmichel  <mh@openoffice.org>  [d62115817f03fc56f3a09b9b87159fc39d7dc8c6]

        Merge SRC605: 10/09/00 - 09:14:44 (NoBranch)

2000-10-09  Niklas Nebel  <nn@openoffice.org>  [988bfa3debf00bd36e0a7225aa44a88a979729db]

        #79288# #79289# #79290# Exceptions in ScFunctionListObj

2000-10-09  Kurt Zenker  <kz@openoffice.org>  [6231bb090cf6051e3aa98cbdeaa8b07aab38c0f6]

        Merge SRC605: 09.10.00 - 10:02:10 (NoBranch)

2000-10-09  Christian Lippka  <cl@openoffice.org>  [29d7c99a9fa90984377b201e2422d1d195a1d419]

        Replacement for SfxIniManager::GetUserFullName -> GetFullName

2000-10-09  Jörg Budischewski  <jbu@openoffice.org>  [ad8b1cd6f52a2e05f9060cd0e538dc08f37a5692]

        XEventListener,XComponent added

2000-10-09  Kurt Zenker  <kz@openoffice.org>  [8fe1ef7fe322156b80340681080a023c67e12f9c]

        Merge SRC605: 09.10.00 - 08:53:03 (NoBranch)

2000-10-09  Frank Schönheit  <fs@openoffice.org>  [5d4e0853da3e68e3246125d2e3fe90143cf1428a]

        corrected header/footer

2000-10-09  Frank Schönheit  <fs@openoffice.org>  [b7b255e01f602acfd9a28da7e4a88f2b20cec45f]

        initial checkin - formerly known as chaos/logindlg

2000-10-09  Peter Burow  <pb@openoffice.org>  [e9b9bc08dde8ea3483722839c438f0302ac5b250]

        chg: optimized

2000-10-09  Patrick Luby  <pluby@openoffice.org>  [261632d335b7b10fcaf2d448b8f367f1c7536f91]

        Updated .IF "$(OS)"=="MACOSX" block that creates the <library name>.framework directory structure.

2000-10-09  Patrick Luby  <pluby@openoffice.org>  [9f60d99713423efbfbb29c903e00468f2c738cf2]

        Added .IF "$(OS)"=="MACOSX" block so that the required <application name>.app directory structure required by Mac OS X is created in addition to the application binary.

2000-10-08  Patrick Luby  <pluby@openoffice.org>  [ed186ad853c8a9f9fa96efecd75dc480989b073e]

        Added initialization of Sequence<X>::s_pType static data members for Mac OS X

2000-10-08  Patrick Luby  <pluby@openoffice.org>  [6a0154a48d3b83ddae648ace70c991200f85d6f3]

        Added initialization of Sequence<X>::s_pType static data members for Mac OS X

2000-10-07  Patrick Luby  <pluby@openoffice.org>  [a8fa2d6966007875a294f7855f77641df8b0e025]

        Removed static data members that are now initialized in earlier projects.

2000-10-07  Patrick Luby  <pluby@openoffice.org>  [c9966a781bb30e83dcdb2db84f675c4af4b04e29]

        Added include for comphelper/processfactory.hxx so code will compile.

2000-10-07  Patrick Luby  <pluby@openoffice.org>  [d6b44eb02e53e6e5f4e7d8d390768fbfd64b815a]

        Added initialization of static data members for template classes for Mac OS X

2000-10-07  Patrick Luby  <pluby@openoffice.org>  [dc064a8c9237cfbfda1c052f628d1e474e58997a]

        Corrected chnages in last revision so that they work on Unix platforms.

2000-10-06  Babak Mahbod  <bmahbod@openoffice.org>  [a522f25e656944d4474d05f23d9eeeee6adebd83]

        Updated for use with MacOS X strict ANSI C++ compiler.

2000-10-06  Niklas Nebel  <nn@openoffice.org>  [f06ed2a849b685739bbe999c98605d9f17e40322]

        handling of cached document corrected

2000-10-06  Niklas Nebel  <nn@openoffice.org>  [a5a378c42f34abb349043d9bfa7f6a599052a642]

        ScDde: check if LinkManager is available

2000-10-06  Niklas Nebel  <nn@openoffice.org>  [286754e26bc1e3313c66fa288e3ca8ff1c165ed7]

        no more CATCH_ALL

2000-10-06  jp  <jp@openoffice.org>  [c2795de9136ac60d225c0ae218f889e7ab3f1021]

        Bug #78379#: Update - check URL attribute

2000-10-06  Patrick Luby  <pluby@openoffice.org>  [c68f4b72714456b782b64ff48904b4f43362db41]

        Added initialization of Sequence<X>::s_pType static data members for Mac OS X

2000-10-06  Jörg Budischewski  <jbu@openoffice.org>  [7cf653fd66ba2b7bd806fb1fc56fbd50bc88d9d1]

        BridgeFactory is now EventListener for every created bridges, so that disposed bridges are removed from the internal hashmap

2000-10-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e42a8538dc486e3804396d344beeafd232a2e9fa]

        changed macro name

2000-10-06  jp  <jp@openoffice.org>  [3008f9cff40afef83d398a95afa7ad68dec84900]

        Chainable: use Node structure instead of the layout

2000-10-06  Jörg Budischewski  <jbu@openoffice.org>  [8085a1529177056109bfa67f88357a062bab344d]

        now using the new add/removeListener-methods of OBroadcastHelper

2000-10-06  Jörg Budischewski  <jbu@openoffice.org>  [e4500d11d10f80e7f18dca677a78dda49121fd8d]

        add/removeListener-methods added to OBroadcastHelper

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [7e4b3108db00aaca1a0090a13ae85f5ec93e9e98]

        old OK_Impl now implemented as PrepareLeaveCurrentPage

2000-10-06  Daniel Boelzle  <dbo@openoffice.org>  [b11926a7a02ac26273eae8bc114a47d577e3ebcc]

        avoid use of global mutex

2000-10-06  John Marmion  <jmarmion@openoffice.org>  [d7d1b81420caeb09756bae45e5246e8ed093b8c9]

        updated for OpenOffice 605

2000-10-06  Patrick Luby  <pluby@openoffice.org>  [ecf47ebc7de1bc0d584e3dff604c8ad6431ddb05]

        Made the following changes so that the tcsh make recipes will work from a non-terminal shell (e.g. in cron and at): - Escaped all # characters in sed statements. - Quoted all # characters in echo statements. This change was made because tcsh treats unescaped and unquoted # characters in a command as the start of a comment when the shell is not attached to a terminal (see tcsh man page).

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [a544cbc2e0609ae6a8ce54c347fb8404e88009e9]

        create-/prepareStatement: hold the returned object alive while <weakcontainer>.push_back

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [a9ac5f8eaf70158afbef4299362b5f7a38e118fb]

        uno_typ_equalData instead of uno_typ_equal

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [ddf6d0e7162c8b79c23eb5a1bc8d6a9890f1e1c4]

        link against COMPHELPERLIB, sop we can reroute set-/getProcessServiceFactory to comphelper as long as the versions here in unotools exist

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [c020ece3cf9f976a80e9601688b34e2f80e06c30]

        use the comphelper versions of the two functions

2000-10-06  Daniel Boelzle  <dbo@openoffice.org>  [52308925aba83cc19cfcf6c01f110e225aceae1a]

        modified XInvocation::invoke() mimic

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [8c42f20007bf57b0e49fee386b6f0c05e907487d]

        initial checkin - migrated from project unotools

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [359fa3aa5805d637df2b35ba9f2303e1820cd53d]

        initial checkin

2000-10-06  Niklas Nebel  <nn@openoffice.org>  [46ece507d69c9171428bf0bf811b85f8d9c406f6]

        UpdateSymbol: flags for english/xml

2000-10-06  jp  <jp@openoffice.org>  [58e63e2fddb2da0ba0d6b51f51f17aed7f0d2b68]

        should changes: don't use IniManager

2000-10-06  Daniel Vogelheim  <dvo@openoffice.org>  [5337d264f5a2f0db08b0cf2f86c510f83d2b8e43]

        - fixed again: unresolved references in Solaris

2000-10-06  jp  <jp@openoffice.org>  [1c464516b88b642b08dc861aa06d0f8a430d693c]

        should changes: don't use IniManager

2000-10-06  Kurt Zenker  <kz@openoffice.org>  [51b3684b14c0c62ed8ffca244f28d857545f852a]

        include optsitem.hxx also when SVX_LIGHT

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [076b9505d5822d59c1ff646e6abdacd9e7ff3d11]

        releaseBuffer in disposing, not in the dtor

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [5b3959b645e8570f2a14fb8600e60bf3547e11a4]

        new ctor-param for OSubComponent / no call to ..._BASE::release

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [15b744bf08d57380a61dc6938332662d194bd2fc]

        new ctor-param for OSubComponent

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [26c06a0192eaa22959a4acf0ce25b332a60058dc]

        new ctor-param for OSubComponent / no call to OStatement_BASE::release

2000-10-06  Frank Schönheit  <fs@openoffice.org>  [afa9b6e3d96074e5c6a9ff01d2c268c871e028a9]

        T*-pointer given as ctor param, no cast / no inc_refCount in ::release

2000-10-06  Andreas Schlüns  <as@openoffice.org>  [130942ef1dcc0b0b0e253856fa61d9f3deb45bdc]

        #79212# implement test scene for component enumeration

2000-10-06  Andreas Schlüns  <as@openoffice.org>  [de704dc755334f066b39550ebf2f240fde33aa68]

        #79212# use right interface to get component access at desktop

2000-10-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eec0a0854036ca2a9e6d5f980f089993e812172e]

        killbin: force use of shell if

2000-10-06  Daniel Vogelheim  <dvo@openoffice.org>  [37b622c18e33216e3292aecee85c942b57c90a2f]

        fixed: unresolved references under Solaris

2000-10-06  Peter Burow  <pb@openoffice.org>  [775d36e8f1ebae9d317e7ab16e60533f8b2011a3]

        chg: GetFullName() added

2000-10-06  Peter Burow  <pb@openoffice.org>  [a393f31d54048c6e0f712af16a6eea07e81d15c4]

        chg: GetUserFullName() added

2000-10-06  Michael Brauer  <mib@openoffice.org>  [632041313204f04e173155ec758f170ecf7689d2]

        Added missing include XActiveDataControl

2000-10-06  Michael Brauer  <mib@openoffice.org>  [5c7d908767505a9f5874f27828892e48b974b1b0]

        Added access to SwDoc for SwXStyle (required by XML filter)

2000-10-06  Ocke Janssen  <oj@openoffice.org>  [10d2d72030f95ee7634325a636a58a9fd97bef29]

        use of *

2000-10-06  Ocke Janssen  <oj@openoffice.org>  [eb4e701a73282f3befc4d12c7972ded5755e2d02]

        new driver

2000-10-06  Carsten Driesner  <cd@openoffice.org>  [d55879716f18fbd51da236bf2662757f9da50c95]

        Use own global mutex to protect large init code!

2000-10-06  Babak Mahbod  <bmahbod@openoffice.org>  [f53211c4ea1676fe47b17a7330d35590db1daf43]

        Updated for ANSI C++ compiler running under MacOS X.

2000-10-05  Niklas Nebel  <nn@openoffice.org>  [7e33cc8c80983bbfae24729094380e9f5a49a73f]

        include urlobj.hxx

2000-10-05  Niklas Nebel  <nn@openoffice.org>  [46f845cdd199df78b21638905b80c0759e820831]

        include urlobj.hxx

2000-10-05  Mathias Bauer  <mba@openoffice.org>  [9d5386cc97d1b9bef1c3ea3c41aad947bf0d90ab]

        Error handling

2000-10-05  Niklas Nebel  <nn@openoffice.org>  [a070692dc03a1ee5919398dbd6b4dd22c0701cc0]

        SID_INSERT_SIMAGE removed

2000-10-05  Niklas Nebel  <nn@openoffice.org>  [2a80e50979d3c129382ad7f621ea550c53a0d6c7]

        image calls disabled

2000-10-05  Ocke Janssen  <oj@openoffice.org>  [2b9d05978feedcad069d072b94dc7435940e21f5]

        last changed

2000-10-05  Ocke Janssen  <oj@openoffice.org>  [5e1b6f684538df8e38f8d60619a2ae2e792edf47]

        first version

2000-10-05  Joachim Lingner  <jl@openoffice.org>  [6b518cfbebb6dd7cf462ad116f083680c3e4823b]

        *** empty log message ***

2000-10-05  jp  <jp@openoffice.org>  [b5f2952a679f78235911318b840bc551b7f84281]

        Bug #78847#: don't call SfxMedium:Exists()

2000-10-05  Joachim Lingner  <jl@openoffice.org>  [8869a807a3f39052e1465364d7b688d4b5196db0]

        added explanation

2000-10-05  Ocke Janssen  <oj@openoffice.org>  [1cb111aa0e0377f1c296281550e76b6bec6aa8e3]

        new method for indexes

2000-10-05  Ocke Janssen  <oj@openoffice.org>  [d68808e13353bc267830035055bfd828acb0474d]

        getTables corrected

2000-10-05  Ocke Janssen  <oj@openoffice.org>  [665c5d07b17c0c20a53a1da2303acbf14dd7ee21]

        new method

2000-10-05  Ocke Janssen  <oj@openoffice.org>  [397885c6e3b8a35048ccea0710c1cb390a32f1ba]

        construct is now virtual

2000-10-05  Joachim Lingner  <jl@openoffice.org>  [ec5fada573983a7f5c51e4123dcdecadffd643b4]

        changing compiler include path because atl has moved to a different project

2000-10-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [60d4893f6af99c0363e330b41008820ecb9e3d21]

        #65293#: included <tools/urlobj-hxx>

2000-10-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fcddb41572a04376dcbcc818b5ec269239c42f11]

        add dbtoolslib

2000-10-05  Peter Burow  <pb@openoffice.org>  [a276592c1ff4595c8e365ea65d06fa4b06a9c06e]

        fix: #79209# create the extension lists correctly

2000-10-05  jp  <jp@openoffice.org>  [efdae4ba9380cc7ed35d48362a94d0cacc56b650]

        should change: remove image

2000-10-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0f2dece52670b412b31143f92669327a0477186]

        #65293#: undid change by Patrick, ucbhelper is at least for SRC607 still needed

2000-10-05  jp  <jp@openoffice.org>  [a07432e589160e6a183e1800d7d61c85a4b4f217]

        should change: remove image

2000-10-05  Mathias Bauer  <mba@openoffice.org>  [db6d3f1ee0e59554bacd026b84e529439e9d1afd]

        #79222#: GPF when loading PPT documents

2000-10-05  Tom Verbeek  <tv@openoffice.org>  [e2bb39a11ad148dfb420ed26451e1a76448a0d8f]

        removed ssimport.ini and ssprsize.ini because StarSchedule will not be part of next release

2000-10-05  jp  <jp@openoffice.org>  [4a2fdbe54419f6949dbd68e3672a5d8bdc82c443]

        should change: remove image

2000-10-05  jp  <jp@openoffice.org>  [e240f5dc912e52369e12bd54f62c5a4da20c7549]

        should change: remove image

2000-10-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9fbc3413e246c3f04902224abd74e42742e0fde8]

        UDK201

2000-10-05  Joachim Lingner  <jl@openoffice.org>  [7187df80ceda8739786dc11475f8f8b7d5724942]

        anyToVariant always returned sal_False for TypeClass_Byte, usigned short and unsigned long; rectified now

2000-10-05  Niklas Nebel  <nn@openoffice.org>  [f1811dc6b88f0064fee44282d000fb94b7fc6276]

        UndoDeleteTab: store table visibility

2000-10-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [858dfc4e83c6f6bb3a9bc6cb6b888562dd79d218]

        #65293#: enum syntax

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [f5a7239b9eb540ce13ddf2beaf608c6974400c66]

        build new library dbu / linking dba against COMPHELPERLIB and DBTOOLSLIB

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [ccd7874161a2409e10e8101136aa9694e6cb82cc]

        initial checkin

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [13d20309158340fca42c44e7a9a460ddbeee5126]

        edit control for connection urls

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [c3ce4f1a871d9040628540de7d289cbbff0e9743]

        -simplepropertycontainer

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [c244487eda1e0a96687b87b611203ce307221c06]

        using comphelper::OPropertyContainer instead of connectivity::OSimplePropertyContainer

2000-10-05  Mathias Bauer  <mba@openoffice.org>  [b14eb36d0b866cde43e907abe4b865e409e55045]

        #78842#: add path separator to filenames that belong to a directory

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [343007393b94437a45a3c4b5797715873a54905c]

        PROPERTY_SQLEXCEPTION)

2000-10-05  Joachim Lingner  <jl@openoffice.org>  [35dfc96db4bc41bddf591a375697dc4de0c7e406]

        docu added to createOleObjectWrapper(IUnknown, const Type&)

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [c473040f27d3885468bdf021ec31bc7ea2014af2]

        PROPERTY_(ID_)SQLEXCEPTION)

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [96f9317e23537f52519e3a04136c22151a0192b5]

        not delivering static libraries anymore, but dynamic libs / -simplepropertycontainer.hxx / +DateConversion.hxx / +db*.hxx

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [3f28b7bd26fb768eb57717d133e735fa31b519ed]

        moved the files from unotools to here

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [e55168ff5e5995d7dd65146a144db5293dd98cdf]

        using comphelper::OPropertyContainer instead of connectivity::OSimplePropertyContainer

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [c2f9f128f6397f79ced26c90c26915d090196cc5]

        removed propertyhelper, was used by simplepropertycontainer.cxx only, which is dead

2000-10-05  Sascha Ballach  <sab@openoffice.org>  [f5ffb960937ab0a4285714a09973465ba8fb6459]

        Scenario Export added

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [54d3b7e1191fa5a55fc3395932e6d4511c74fcf5]

        new files dbtools, dbconversion, dbexception (moved from the unotools project to here; removed simplepropertycontainer (usage replaced by comphelper/propertycontainer)

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [1ef3b18951072fdf4b9a2c15ad4da763629bab9b]

        moved the files from unotools to here

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [4b6eb380e2a438feee98b0e3cee5cd1ae68300d8]

        moved fcode, fcomp, fanalyzer to ..\drivers\file

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [f9bdd1cc6624c7f5420d5863576dddaa1ec48395]

        corrected the lagal text

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [bf9d36f4157447d33f44acea25783cafdcf5cd29]

        linking against comphelperlib, because of the usage of comphelper::OPropertyContainer

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [c7e21668d2056a85cb3ff45cd5d1ad9a8db5b015]

        moved fcode, fcomp, fanalyzer from ..\..\parse

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [8b1efd34bf563a1a8de9d7e78e52cdab8086cb38]

        moved from ..\..\parse

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [59a91e9ebffef91bb1570846cba98ef4ca8e181e]

        using comphelper::OPropertyContainer instead of connectivity::OSimplePropertyContainer

2000-10-05  Frank Schönheit  <fs@openoffice.org>  [4dc84d5a3e3fca814189d36cc214a6a33cec4dbe]

        using comphelper::OPropertyContainer instead of connectivity::OSimplePropertyContainer

2000-10-04  Daniel Vogelheim  <dvo@openoffice.org>  [00ed6865ebdb2ada2d6554855056b12c5938fd47]

        - fixed: wrong syntax for explicit template instantiation

2000-10-04  Daniel Vogelheim  <dvo@openoffice.org>  [86e83512e5eb00a7eb08624766566f6bead1dcf2]

        - fixed: text:sender-firstname twice in %fields;

2000-10-04  Mathias Bauer  <mba@openoffice.org>  [bf13bb46215a24af4bd924958a749f176feb5cb0]

        MUST: SfxOptions removed

2000-10-04  Niklas Nebel  <nn@openoffice.org>  [a9dafb48a7cdf2ac332152095ce77d0b40784683]

        #79193# generate entry name from index

2000-10-04  Niklas Nebel  <nn@openoffice.org>  [701d92f3e037814feff1593be68c179a85e40c50]

        #79191# GetObjectByName: no assertion on wrong name

2000-10-04  Sascha Ballach  <sab@openoffice.org>  [4825c3a08bb1583cd10b510dc19e497a1a4fa507]

        #79090#

2000-10-04  Mathias Bauer  <mba@openoffice.org>  [0c66f8a855f146057619b9f4279bfe4d957722b7]

        #79189#: support for SID_SILENT

2000-10-04  Patrick Luby  <pluby@openoffice.org>  [9c09c7e48f54ee2ee7f7ab395fa632c5c2e5fa33]

        Removed use of staticmb*.cxx files for Mac OS X since they instantiate static data members that no longer exist in this project.

2000-10-04  Daniel Boelzle  <dbo@openoffice.org>  [34a7c763df0cd6ad13fae4361750677fa3c3ef25]

        optimized getCppuType()

2000-10-04  Niklas Nebel  <nn@openoffice.org>  [4614ceb9d6bd67debba9ecc6a1b6f3c77c205332]

        #79167# clearContents: EDITATTR is only used if no contents are deleted

2000-10-04  Philipp Lohmann  <pl@openoffice.org>  [0207f7855107dba2fcf0176038ae22a2c875da55]

        corrected an oops: dependency on REMOTE_APPSERVER case in normal case

2000-10-04  Christian Lippka  <cl@openoffice.org>  [6c548479192808667e7c93e0e222275245137af7]

        #78511# removed double PolygonKind Property from SvxGroupShape prop. map

2000-10-04  Ocke Janssen  <oj@openoffice.org>  [055e29ceab692ea4e20bc108f12cc3c4c2a0be5a]

        set oldvalues to end when insert

2000-10-04  Ocke Janssen  <oj@openoffice.org>  [bc803753d82ffbcbbb81c95f1dbe442d3068450e]

        some changes for deleteRow and updateRow

2000-10-04  Ocke Janssen  <oj@openoffice.org>  [98726f026f935829c0de605329b57d2a0f00b6bb]

        new member

2000-10-04  Ocke Janssen  <oj@openoffice.org>  [99158f2444aa6c548720c470f1631fb0a58cd1c1]

        collect bookmarks

2000-10-04  Stephan Bergmann  <sb@openoffice.org>  [d5a21e30af4996bf62a93e8eceb8098194fcfae9]

        Removed obsolete use of DirEntry from LoginDialog::PathHdl_Impl().

2000-10-04  Christian Lippka  <cl@openoffice.org>  [b4f3ae19611a3e09ddc50d50e15e6f718e0df0ad]

        #77981# fixed a gpf due to a missing doc parameter in InsSDDinDrMode

2000-10-04  Niklas Nebel  <nn@openoffice.org>  [e4b2d4903fa3019746e370b8461901f018ecdac1]

        #79161# #79162# #79163# #79169# exceptions, service names

2000-10-04  csaba  <csaba@openoffice.org>  [52de40e42cc8afef94d65f7943c5e74e22c5bb59]

        Added for OpenOffice external support.

2000-10-04  Kurt Zenker  <kz@openoffice.org>  [e0d0651274c63ce3ef52ae0655d1978b477e6da2]

        add. COMPHELPLIB

2000-10-04  Mathias Bauer  <mba@openoffice.org>  [75ee5778f75174b4e101fd10ce6f6cdf601c5565]

        #79024#: better default for Exists

2000-10-04  Mathias Bauer  <mba@openoffice.org>  [fb66ed646564fab54e48b137deaf623ad15c38d1]

        #77612#: wrong Exception type

2000-10-04  Mathias Bauer  <mba@openoffice.org>  [2f095e301b1d0bfe73be6e732a3ad3125cb88dfb]

        #78559#: dont use LoadEnvironment directly

2000-10-04  Mathias Bauer  <mba@openoffice.org>  [9dde3689d3efce21fb1f5152645c2f1d48ef91ef]

        Remove old SfxOptions, use new SvtOptions

2000-10-04  Niklas Nebel  <nn@openoffice.org>  [08dc977d95a8d11cb390bd3d612e5c4adcf9827e]

        #79159# #79160# throw right exceptions on errors

2000-10-04  Niklas Nebel  <nn@openoffice.org>  [5f33c0e0017c76cbc98d6721af54779d2b4d640c]

        #79068# right order of controls

2000-10-03  Patrick Luby  <pluby@openoffice.org>  [2949605143482874b99762c7856b7506d89409c7]

        Simplified @executable_path option in LINKFLAGS

2000-10-03  oisin  <oisin@openoffice.org>  [9c82adb76206388ece0e96e1bda4cc9f7e6b841b]

        Updated for prerequisite JDK-1.2.2 for all platforms

2000-10-02  shane  <shane@openoffice.org>  [253c6813d80d193eb7078119ce907f57e905c933]

        Testing with Martin H.

2000-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7628f511abeac54fa37bc636d46dd43cf51ec13]

        initial import

2000-09-29  Martin Hollmichel  <mh@openoffice.org>  [b011a32f60633ced379efb623b6a963f58efc159]

        initial import

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [b089ecf809a78e396d94b371eb1cd87ec9c726d2]

        bookmark

2000-09-29  Christian Lippka  <cl@openoffice.org>  [79254dd231adff80057bbe4983bb29bc6e7b7fd3]

        #78916# fixed modulname and loadername

2000-09-29  Christian Lippka  <cl@openoffice.org>  [b961d0d4b8c30913547792a56364b5348d52d113]

        #78915# fixed modulname and loadername

2000-09-29  Niklas Nebel  <nn@openoffice.org>  [79ffbc67703d09ce7f37a6d30906836f4225fccc]

        #79095# DoSubTotals: use bCaseSens flag from SubTotalParam

2000-09-29  Kai Ahrens  <ka@openoffice.org>  [5d44fc8fd316ed5d88020c10c930942dd0c9040e]

        new configuration management

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [0b994d134d9e6985ce4bca4be485d8858e08fc6e]

        remove defaultvalue from column

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [e92eb2637173c05173bcf220f5239d4f8b9e0616]

        bookmarks

2000-09-29  John Marmion  <john.marmion@openoffice.org>  [17940a0b06e4107a758dfed50b70c5f37577d63b]

        corrected for OpenOffice

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [43fcfb7e49d49d6272b4eb5f1dd2c365cac78948]

        rowset impl

2000-09-29  Christian Lippka  <cl@openoffice.org>  [43c595fd9916c3dd6ea82f6b6de01725f29752a4]

        #78757# fixed getImplementation for the pages

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [a7c249ee5831f2b468a4d50fdc282f1216e33685]

        header moved

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [ea10f0557aeb8f1de3edbc11e19e965ca388176d]

        make dbase bookmnarkable

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [d523e6dbfd7cdc4ad7b01133c5612f0bfb9081a9]

        header moved

2000-09-29  Niklas Nebel  <nn@openoffice.org>  [0685895a5a4f339f71611a795c6b6499985d6932]

        read filter options from configuration service

2000-09-29  Patrick Luby  <patrick.luby@openoffice.org>  [9d291c4325618deaacf9ff877b5428e4dedda96d]

        Stubbed out vcl dependent code for Mac OS X

2000-09-29  Niklas Nebel  <nn@openoffice.org>  [2e220a1281c5c8a042c18ff6c5e00cc055f932c5]

        filtopt

2000-09-29  Niklas Nebel  <nn@openoffice.org>  [6b2927ebe26213c5d6867484cccc1c588335b155]

        filter options

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [664e73fec302ba4bcb9b305817b40347455f3a11]

        header moved

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [03f4c398ffdc6d54534ddedbe11b69d14520686d]

        moved from source/inc

2000-09-29  Willem van Dorp  <willem.vandorp@openoffice.org>  [3c46d47b10bb07dd2916b1087346bfe565e8ae39]

        Code cleanup.

2000-09-29  Hennes Rohling  <hro@openoffice.org>  [33da0847e8768cb3743dbb7cbee6bbaedbcaea72]

        Access TLS list within a critical section

2000-09-29  Martin Maher  <martin.maher@openoffice.org>  [71bda06a34e60932033964f97dd83a6e8826d01b]

        Code cleanup.

2000-09-29  Christian Lippka  <cl@openoffice.org>  [97c4c80fde2d37503a7230e8a51ae10592767044]

        #78763# fixed insertion of new master pages

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [2ff592271d7cf214b4fffd0ce2e4b37f3ba2d109]

        #79141# parseStrict the url

2000-09-29  Willem van Dorp  <willem.vandorp@openoffice.org>  [86eca426dcbdf2160b60efeba3a0cc5d2f7bd566]

        Code cleanup.

2000-09-29  Andreas Martens  <ama@openoffice.org>  [85f0d1fd6930a861082dae947189c832a894830b]

        Distances between different scripts

2000-09-29  Hennes Rohling  <hro@openoffice.org>  [6bccb9f19e1a4eaaf419de53d8c71726b5d4ca88]

        if thread terminates thread key callback function is called

2000-09-29  Tom Verbeek  <tv@openoffice.org>  [d4a798ff1157616feb962094fc99ca9b97c1500f]

        removed gpm.ini

2000-09-29  Christian Lippka  <cl@openoffice.org>  [f164a6e107d417f4687d29380cbd8c18da5c3a6c]

        #78596# fixed a sequence type problem under solaris

2000-09-29  Michael Brauer  <mib@openoffice.org>  [b8712f535b5a032be13047b65a622169d27e3e0f]

        Changed namespaces of some elements

2000-09-29  Hennes Rohling  <hro@openoffice.org>  [08a3bcd0116bb68d3651da7776f14c035068ade1]

        osl_createThreadKey now take callback function as parameter

2000-09-29  Tino Rachui  <tra@openoffice.org>  [24eb0557149193a83e7ae35e5fa080856dff6de1]

        MtaOleClipb.h

2000-09-29  Willem van Dorp  <willem.vandorp@openoffice.org>  [66e1e1bb3a2ffd753957e71086f3a42b8511c75a]

        Code cleanup.

2000-09-29  Mathias Bauer  <mba@openoffice.org>  [8da933839bc800cbafdaaf67c5880a4dc7a7e634]

        #79017#: only hold WeakRef to Model instead of hard ref to ObjectShell

2000-09-29  Kay Ramme  <kr@openoffice.org>  [4f71480432f020bd334a6818b1ecba29d0d25ce2]

        corrected

2000-09-29  Sascha Ballach  <sab@openoffice.org>  [24398f9511b0342308e83bc435b07cc2d945426a]

        Text Wrap Property added

2000-09-29  Kai Ahrens  <ka@openoffice.org>  [7b4b23de6313f3043aa08133cf8577b88d5242a0]

        #78950#: initiate swap in in ::GetGraphic(...)/::GetGraphicObject(...)

2000-09-29  Christian Lippka  <cl@openoffice.org>  [18c26c91727ee408f67674be38396d1ab4290f9f]

        #78600# invalidate page background when document is gone

2000-09-29  Jörg Budischewski  <jbu@openoffice.org>  [460096112273f6de8898fa4e98e16f3ada349e61]

        temporary hack for thread local storage removed

2000-09-29  Willem van Dorp  <willem.vandorp@openoffice.org>  [7fed2adbfc3ac17fa926b6c9407795c8eaf845b2]

        Code cleanup.

2000-09-29  Sven Jacobi  <sj@openoffice.org>  [43e807cd01cbddf48906136868eaf147440bbd55]

        tabulator settings enabled

2000-09-29  Christian Lippka  <cl@openoffice.org>  [e0d4127a31c264b67bdd1844d3f2c50de3606fea]

        fixed a range but within insertString

2000-09-29  Jörg Budischewski  <jbu@openoffice.org>  [3f7b888f00dbd680128a2c29c70a3962bc67b678]

        *** empty log message ***

2000-09-29  gt  <gt@openoffice.org>  [d3dd8d5de69a3f9b09ccc8b0c752df37a2c58c29]

        ini file is located without SfxIni-manager

2000-09-29  Nils Fuhrmann  <nf@openoffice.org>  [01d7e47ea4ee8125be6f4b654e3fdce9fe8a8113]

        New header for recusrsive makefiles

2000-09-29  Niklas Nebel  <nn@openoffice.org>  [b9d383a538150fb2700f402d8953777cee6706ed]

        insertControlCharacter is handled by SvxUnoText

2000-09-29  Sven Jacobi  <sj@openoffice.org>  [ca9e495a86c0b9f5589585b4b54f2fd2de0c0b03]

        now supporting right and center aligned tabulators

2000-09-29  Frank Schönheit  <fs@openoffice.org>  [b83bbfa982ec0bdf93fb96e515ba7e2d053d66e8]

        initial import

2000-09-29  Martin Hollmichel  <mh@openoffice.org>  [8a441f77a18a1e4b63f9992a674e6f8a0416fd07]

        chg: License text

2000-09-29  Tino Rachui  <tra@openoffice.org>  [b599efd6b7f455c1e795442b8f30a0bf02419d9d]

        repaired

2000-09-29  Martin Hollmichel  <mh@openoffice.org>  [29f0e8724e9965aadc2655a34ec80d54476497f9]

        initial import

2000-09-29  Michael Brauer  <mib@openoffice.org>  [647af7147910ebb639103b0dae2a4ef7f77e6725]

        default-target-frame corrected

2000-09-29  Michael Brauer  <mib@openoffice.org>  [7ef61f9c9116dd3af06dab380f0d19be7ee2476d]

        use prgrammatic names for hyperlink text char styles

2000-09-29  Hennes Rohling  <hro@openoffice.org>  [18ca90536881d201ceec3bed1cb497d32955b697]

        osl_createThreadKeyData with callback function paramater, osl_setThreadKeyData works

2000-09-29  Hennes Rohling  <hro@openoffice.org>  [dc8ad513eb9af14c133c8984081196eea2df5839]

        osl_createThreadKeyData with callback function paramater

2000-09-29  Hennes Rohling  <hro@openoffice.org>  [c044e5746e4cf48d3a3d5bc85d9ce5b0fdebf369]

        osl_createThreadKeyData with callback function paramater

2000-09-29  Michael Brauer  <mib@openoffice.org>  [6120cc262b120780236f87e91859dbc02494e7bb]

        export graphics styles again

2000-09-29  Sascha Ballach  <sab@openoffice.org>  [6a69f6e36c14cf58f769656371ff2653279ef3fd]

        functional.hxx added

2000-09-29  Csaba Borbola  <csaba.borbola@openoffice.org>  [bce1b75ee29bf10966855691f9cf19a5527fe314]

        Updated list - neon back again

2000-09-29  Niklas Nebel  <nn@openoffice.org>  [76e5622effdb38e1cd9e5f527b6c8ca32972c9b0]

        get config path from SvtPathOptions

2000-09-29  Niklas Nebel  <nn@openoffice.org>  [6010cc485af6061bf955d693ab103512b51bf833]

        ini manager replaced by options

2000-09-29  Philipp Lohmann  <pl@openoffice.org>  [e418df6d49698e7873d16b2f03d7472b49707bde]

        add: ask printer for fax support

2000-09-29  Kay Ramme  <kr@openoffice.org>  [77762a0acaf6db730c051d8a518c5f296927be46]

        the -smgr takes a komma separated list of XSingle-, XMultiServiceFactory(s)

2000-09-29  Mathias Bauer  <mba@openoffice.org>  [a9ec2b5fbb705ddcc2018338234915d6dc6b44c2]

        #79124#: IsStorage is not correct, uses GetStorage

2000-09-29  Oliver Bolte  <obo@openoffice.org>  [a4f62ef519ff1c87f32f4c09beb14775483b3285]

        Readme and license for openoffice

2000-09-29  Dieter Loeschky  <dl@openoffice.org>  [1ba3177bc550c308d33635190f8d08b97300c510]

        #78654# TakeStr(): call ForceUndirty() first

2000-09-29  Kai Ahrens  <ka@openoffice.org>  [f4ed0224ce541f32114f2147789ea6ac4c916f6d]

        added graphic crop item

2000-09-29  Jörg Budischewski  <jbu@openoffice.org>  [832e2e75796a6f0b3bace29646f654be636a4ba7]

        catching runtimeexception during disposing

2000-09-29  Jörg Budischewski  <jbu@openoffice.org>  [b84e9287b7fa431d79a66ebb4f09bc8572de9623]

        re-instantiating the bridge object worked only with iiop, fixed

2000-09-29  Jörg Budischewski  <jbu@openoffice.org>  [4e6d49006ca80f08e62bdaf47cfc3bd078836ef6]

        incompatible urp modification, urp is now final :o)

2000-09-29  Kai Ahrens  <ka@openoffice.org>  [e86cbe9caa7614a704a735d8d5db163be49f250b]

        added graphic crop item

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [cbc386f777a4a221277384073cedf5910528aefc]

        #73832# togleAutoFields only when view exists

2000-09-29  Kai Ahrens  <ka@openoffice.org>  [83debbac5d8c3871bd5ac44abc99677cdf148ac5]

        check for NULL pointers

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [9e5287d15a26c37971c134fa2394ddb126363f18]

        #73832# post userevent only when view exists

2000-09-29  Ocke Janssen  <oj@openoffice.org>  [0f739db0820ac14ff4b2e5041ab68e758546c02c]

        corrected navigation bar

2000-09-29  Sascha Ballach  <sab@openoffice.org>  [cbf753e07a257976b308adda3d30b0472f292165]

        wrap-option and his values added

2000-09-29  Jörg Budischewski  <jbu@openoffice.org>  [c391912c018b48daf835ad5997a41d4c0d8a3776]

        define must not be used anymore

2000-09-28  Terence Tse  <terence.tse@openoffice.org>  [7247f3825fe1d4440837f0febb64da89cb714c41]

        add if statement on line 681 for linux build

2000-09-28  Daniel Vogelheim  <dvo@openoffice.org>  [68d389c5fdce2bc4649f1563c24973c3a30c9aac]

        - fixed warning when compiling txtimp.cxx and XMLPropertyBackpatcher - fixed <:: into < ::   (This was already in #ifdef MACOSX, but should be that way for all platforms.)

2000-09-28  Niklas Nebel  <nn@openoffice.org>  [f063e4d08eddd5493d3295dcf08ce6a3b030e5c8]

        funcuno

2000-09-28  Niklas Nebel  <nn@openoffice.org>  [e4eccecc0aff4f36bb6453dfbc94b3c25fa69c18]

        API access to functions

2000-09-28  Kai Ahrens  <ka@openoffice.org>  [abbee0cf48e1507539ffe1b053ff9031b9559ee2]

        new configuration management

2000-09-28  Matthias Huetsch  <mhu@openoffice.org>  [827393c0c903954aef4aea441907e865ca8665a1]

        Removed obsolete CNTCMPMN.[HXX|CXX] and com::sun::star::chaos usage.

2000-09-28  Kay Ramme  <kr@openoffice.org>  [4afe9b414ab8f25634879a10146256de639ae1ec]

        cleaned; removed settings

2000-09-28  Kay Ramme  <kr@openoffice.org>  [b408e663e9d8226d5c24bbbfb0020a33a8908da4]

        cleaned

2000-09-28  Kay Ramme  <kr@openoffice.org>  [1915b827947bec0c85158548df4c14eee9705ae6]

        cleaned; parses properties

2000-09-28  Kay Ramme  <kr@openoffice.org>  [e3765ef2cbd706bfe5f6bb7bf6f3fafc208994ad]

        cleaned; uses java_environment to see if java is already instantiated

2000-09-28  Kay Ramme  <kr@openoffice.org>  [d0e964592ee1c527c70722d1e6662b806bf6466f]

        unicode changes; now uses the java_uno bridge;

2000-09-28  Kay Ramme  <kr@openoffice.org>  [67535bf49c9003a55f9763655d4efaf089ad9742]

        cleaned; jthreadpool removed

2000-09-28  Kay Ramme  <kr@openoffice.org>  [39fd54094f1a40d80cebeee2928401d33d5a7e49]

        cleaned; fixed typelib leaks; registers a global java_environment

2000-09-28  Matthias Huetsch  <mhu@openoffice.org>  [caf86454d31aa955b9ad26b0f410178cdf2bddb3]

        Replaced com::sun::star::chaos::OpenMode with ucb counterpart.

2000-09-28  Kay Ramme  <kr@openoffice.org>  [e11780ae8ab12f283175c3b5748ffebcde5a30f1]

        export the jvmcontext

2000-09-28  Kay Ramme  <kr@openoffice.org>  [90bb91589d7fef783205ff6bd01ded94347185c1]

        introduced a javavm context which is globaly hold in an java_environment; fixed memroy leaks; now uses the library right

2000-09-28  Kay Ramme  <kr@openoffice.org>  [a4b0d7da414dc277cba59a31a4ea011c19b43b45]

        getImplementationName has to differ for different services; -smgr must parse the arguments

2000-09-28  Sascha Ballach  <sab@openoffice.org>  [a341868c9a66b4a98def6d64f565176c886e634b]

        element and attribute names of content validation added

2000-09-28  Sascha Ballach  <sab@openoffice.org>  [6a41b03cc957104536cd96e4005c8bd8e0a70a84]

        #79067#; Export Content Validation added

2000-09-28  Sascha Ballach  <sab@openoffice.org>  [c292735bc1d9841fae706f35fc5173caccb03f69]

        #79071#

2000-09-28  Sascha Ballach  <sab@openoffice.org>  [3388c79b394c7a3142f55275ef94f297187e071e]

        Conditional Formating Import, Export added

2000-09-28  Kay Ramme  <kr@openoffice.org>  [a6a106d20485d0aed832750e4a14897d1e74ff46]

        extrace parameter for sendRequest: mustReply

2000-09-28  Kay Ramme  <kr@openoffice.org>  [34c7bde1a3e0f0fbf01da34c264537e8517ee735]

        extra parameter for sendRequest; urp extensions

2000-09-28  Kay Ramme  <kr@openoffice.org>  [db46b82f5b62da7bd2c887e4572f47de8cd56c0d]

        support for cache disabling; enums are uncompressed (urp changes)

2000-09-28  Kurt Zenker  <kz@openoffice.org>  [2b69defdcbd61154114700853e2084db65259b07]

        add. copy all from /dtd

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [78ddd533f45eca315baee874b0db9067e01a1d74]

        #79024#: don't wait for a download that has never been started

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [c5fde200197972c95f3f7383d3d92f7425e5d7d6]

        #79002#: never close a stream on a medium

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [d3e38ded03b9df5eec1990345e2a31694ee49d44]

        #78559#: don't use LoadEnvironment for Downloading files

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [4ef020cc11951834a12187ed9bf34c37af255e55]

        better default for Exists

2000-09-28  Patrick Luby  <patrick.luby@openoffice.org>  [75e996ec1ebda917e6b63057b4c65bd2f99d6ac4]

        Removed ucbhelp.lib from link list since it is no longer built in this project.

2000-09-28  Oliver Specht  <os@openoffice.org>  [d68f90249c3e4f2cbbe8061f5351be49326c1913]

        gallery child window registered

2000-09-28  Sven Jacobi  <sj@openoffice.org>  [8bba2cd1ecdf0905da38e328a829f1a4582251c6]

        optimized code

2000-09-28  Oliver Specht  <os@openoffice.org>  [d9ef81c0637770a66e69951da82a7600862c563c]

        use of configuration service in view options

2000-09-28  Daniel Boelzle  <dbo@openoffice.org>  [f7208e391fad1c56191321ee8d39ead81788d824]

        dont hold typelib mutex while calling chain

2000-09-28  John Marmion  <john.marmion@openoffice.org>  [8c15a7880b60dbfeb993e3d3364151018dbc3d82]

        updated for OpenOffice 605

2000-09-28  Sven Jacobi  <sj@openoffice.org>  [80c54e2b71f4e4bc58d1e0c0d6875364879cde81]

        #78792# fixed unicode conversion bug

2000-09-28  Andreas Martens  <ama@openoffice.org>  [dbe6385ad4c4fdb98034fdcc79e802dfd16dac14]

        New: Latin-, CJK- and CTL-Scripts uses different fonts

2000-09-28  Patrick Luby  <patrick.luby@openoffice.org>  [3fc1890f61c8bb71079b3fccff0b72fa81fc016c]

        Removed last remains of "udkminor.mk".

2000-09-28  Andreas Martens  <ama@openoffice.org>  [0cba241aabbf92ca069b12cbb9a5056d89c06695]

        New: Latin-, CJK- and CTL-Scripts uses different fonts

2000-09-28  Nils Fuhrmann  <nf@openoffice.org>  [7366530d4cfbb858c806a17fe9daba1ca523eea6]

        Fixes for files which will nor be found in the given environment variable. In this case, the file will be spawned without abs file name

2000-09-28  Oliver Specht  <os@openoffice.org>  [12ffdf826d98d944e09f1147c9810955487d9489]

        catch parser exceptions

2000-09-28  Andreas Martens  <ama@openoffice.org>  [cd0f4dc82f2783ad9bc079f390dd06f3fd0ef906]

        New: Latin-, CJK- and CTL-Scripts uses different fonts

2000-09-28  Sven Jacobi  <sj@openoffice.org>  [804431a36d04b504ab9e2474f43ddb41710202fc]

        #78793# fixed text conversion bug

2000-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [401ac578323bc10d3ba251f738309a82b38fcdab]

        chng. treatment of particle files

2000-09-28  Oliver Specht  <os@openoffice.org>  [be38ef9a261812038573f5ceb81d49a2ac801444]

        DBG_ERROR: extended information provided

2000-09-28  Nils Fuhrmann  <nf@openoffice.org>  [d5a5f1ef5f3ef5b60cc2487b6249c491152c1f2c]

        SRC605

2000-09-28  Nils Fuhrmann  <nf@openoffice.org>  [964cdc59771f67781c2ec5d7ff255917558854b1]

        SRC604

2000-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2476976fc5dc991362852a79e3eafc28ab4fe703]

        typo

2000-09-28  jp  <jp@openoffice.org>  [ad5d3aea7a8aaef922fcab72f00bd71432317cb1]

        remove old code of using no graphicobject

2000-09-28  Nils Fuhrmann  <nf@openoffice.org>  [ba10e9c3882186639b56695936d0360d17a50ca8]

        SRC604

2000-09-28  Christian Lippka  <cl@openoffice.org>  [466668bf89ab231b2f9375827408102f3ae0a4ef]

        #78008# #78016# added name for NumBullet

2000-09-28  gt  <gt@openoffice.org>  [af8152b7a5e9b20290b50442b731b7037ada63b6]

        #78988# no assertion if embedded and no storage id

2000-09-28  Michael Brauer  <mib@openoffice.org>  [428d2fc7884adb2efad3a0775f038bad320ab9f5]

        Splitting and joining nodes in insert mode fixed

2000-09-28  Christian Lippka  <cl@openoffice.org>  [2ec59b63499cfc5d7f731430cc8d8cf682e789f9]

        #78008# #78016# added name for NumBullet

2000-09-28  Christian Lippka  <cl@openoffice.org>  [add95ea013fa58f36e850ac0f790c7ab911985d0]

        #78008# #78016# added name for NumBullet

2000-09-28  jp  <jp@openoffice.org>  [5073026624cb2dfc58096989995ef95de4807c9a]

        solaris autorec moved

2000-09-28  Matthias Huetsch  <mhu@openoffice.org>  [f385f06cff7de3a2ae379d06aefbb0b855006787]

        Removed obsolete include com/sun/star/chaos/DocumentHeaderField.

2000-09-28  jp  <jp@openoffice.org>  [a788b7999b263424c017aafedf944a87504fe160]

        solaris autorec moved

2000-09-28  Philipp Lohmann  <pl@openoffice.org>  [ecfd6ff3cb9f7455657a2c07b555d3a7d21f7fd6]

        fixed a problem with Motif and reparented frames

2000-09-28  Nils Fuhrmann  <nf@openoffice.org>  [f64e6becbe0b32bb8b4cafeeb7544f54a986ee88]

        SRC605 added and taged by hand, because of invalid archive after movement of cvs repository

2000-09-28  Dirk Grobler  <dg@openoffice.org>  [be2dad90c06be9c21d3235f108bc166de9a54b8e]

        new filter packages

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [8ece4748de29d988b235f5b04ea362b50e2a805e]

        ImplName of OfficeFilterDetect changed

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [903a8cc7653ab43ee416bc6e8f3f12bd9c7cefbd]

        Include

2000-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bfc4fc20cdd381884ad8a3d166456ff4192dac80]

        chng. treat,ment of particle files; don't use udkminor.mk

2000-09-28  Kay Ramme  <kr@openoffice.org>  [9bb92d882f6a93c8450429ee690d8ca24f494eb3]

        check if the in mapped object is java object, send release immediatly, only create proxy for real remote objects

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [091daa35a872e61c92109a1278e7cae63daaa740]

        Use new SaveOptions

2000-09-28  Kay Ramme  <kr@openoffice.org>  [f3b51c2c517135d1891396c826dd396769111d88]

        insert StableListeners into right table

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [7ad49c6fa2c591dbf68ecb2a3f7bea1a39828776]

        UcbLockBytes moved to UnoTools, some methods removed

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [bf160b9c7592cd3ffbce324a75e3ae14f6d8a1d0]

        Some Resource moved to bastyp.src

2000-09-28  Kay Ramme  <kr@openoffice.org>  [0e19fa2ba478ef9fefe8b969214abf0e64b73cf3]

        replaced getDeclaredFields with getFields

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [19d3020aba06a18a850e06a35edf7ae25b7baec2]

        No ISfxModule anymore

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [31d84e54c42434cdc4a43a127645e739d5dde49f]

        Method moved from SfxMedium

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [36d533c19ac16dbe053a41c2d92d2adb6c68a943]

        Some methods in SfxMedium removed

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [aebce49e3d9c6233716fb419e833706587b50f93]

        Some Resource moved from doc.src

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [7c8963693d57a26c88b2ead460fb5e9bfef99272]

        Obsolete Objects/Classes removed

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [ce670598bd01595b1d316538edd0a35d1d13eedf]

        ImplName of OfficeFilterDetect changed

2000-09-28  Kay Ramme  <kr@openoffice.org>  [65a85748313f7f8fbde2baa915807bb3f6f476c0]

        adapted new Job contructor; fixed bug for objects with no method call; moved start of sender thread into work loop

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [5f383ecbbe6f7de34e0f9202cccdb3c38b393fe1]

        bIBMTitle removed, Cleanup LateInit

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [71e79354ac36dbb9df758b863067ddc0ac5c2f24]

        Cleanup in LateInit

2000-09-28  Kay Ramme  <kr@openoffice.org>  [4a1e7b1c11d68669c3b565456f5c3229219a51e0]

        removed superflous arguments

2000-09-28  Kay Ramme  <kr@openoffice.org>  [b0a73661e2e6984a9e805873a5f9349ff8000dab]

        adapted new Job constructor

2000-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3bb3ab93c568c6790619607cb02b2180b5e870cb]

        give names to native resources

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [3147707f443bd9c565d4bcd5943374dcab6eba1a]

        Use new SaveOptions

2000-09-28  Kay Ramme  <kr@openoffice.org>  [383afea213e1d4eb9b4708336864af44880ce781]

        disabled debug output; removed synchronize of enter method

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [c76948ce6ad8e17ed3b05c9e66e8747460ab6ec9]

        undooptions, helpoptions

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [78413967327974fdd1dd5f2072d08985bc7281cb]

        undooptions, helpoptions

2000-09-28  jp  <jp@openoffice.org>  [641d73fc2de6f4d9aa18c53c24fda3f864b758b1]

        remove old code of using no graphicobject

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [9874136897364e3b9e29d0793dd00a8fd5b17551]

        Cleanup; new Options classes

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [16bf1fb952dc61fca403f088b6fe872cb03ed3d7]

        ImplName of OfficeFilterDetect changed

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [5dce3ebbedc3164cad15d686c2bca6a938a8ac5a]

        CreateInputLockBytes also for given streams

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [3bf9ace8b9192a55f4cbc30b6de85fd269a0e83b]

        Cleanup, _Impl in Filter

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [5e88d914bdd43f173b0cbaee584b33ce1b4fc783]

        ConfigItem for Help settings

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [caa479010248cc6f067d96fe1377890607200dc2]

        undooptions, helpoptions

2000-09-28  Mathias Bauer  <mba@openoffice.org>  [109fa0f4e4349c2078239327ab64bfcec3fc4ecd]

        ConfigItem for Undo settings

2000-09-28  Daniel Rentz  <dr@openoffice.org>  [66e9d938bb29829a5480c4c93e2ef15c625a7ce4]

        chart import: formats and properties of several chart types

2000-09-28  Christian Lippka  <cl@openoffice.org>  [2b61283a9d4205460e483c00fd60e95a54ca877e]

        #79019# fixed selection after setString

2000-09-28  gt  <gt@openoffice.org>  [e82176bc5400048ddd19bf29e9596833a4428dce]

        additional col-scale

2000-09-28  Jörg Budischewski  <jbu@openoffice.org>  [e220c639b53ecf1952fe46d83aaf001ec41e990a]

        remote to iiop

2000-09-28  Jörg Budischewski  <jbu@openoffice.org>  [51dc8e1ce7f1bf80e2d778fdb6b1f0adbec1ec7e]

        iiopbrdg.xml to remotebridge.xml

2000-09-28  John Marmion  <john.marmion@openoffice.org>  [1ff1bebb7baeb18d2cc79bc18a7054f5aca61728]

        updated for OpenOffice 605

2000-09-28  Jörg Budischewski  <jbu@openoffice.org>  [a79f59580613591fb3e0f91a53dcc4e1c3bd4265]

        moved here from ../iiop

2000-09-28  Dieter Loeschky  <dl@openoffice.org>  [d0dfcf33989902c092d84f8ec3859fe9074f4872]

        #78693# GetRealStyleSheet(): no more difference between DrawViewShell and OutlineViewShell

2000-09-28  Patrick Luby  <patrick.luby@openoffice.org>  [52efb21b60f8b405804cb9290b62f01aef495402]

        Added initialization of static data members for template classes for Mac OS X

2000-09-27  Patrick Luby  <patrick.luby@openoffice.org>  [4e3cdccf7d335fd5698e374279cb4ff5e630e577]

        Updates to handle <AppKit/AppKit.h> includes

2000-09-27  Ping Liao  <ping.liao@openoffice.org>  [1ca38da08597bfd6e90876434489703119b967e2]

        Added staticmb.cxx file to initialize static data members for Mac OS X.

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [15a4f7932d58854da6151f6389cea9593a2d22f6]

        Merge SRC605: 27.09.00 - 23:57:04 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [9129bfc6e67bd257e15c1e061b6fe12f764e567d]

        Merge SRC605: 09/27/00 - 23:56:27 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [bb3163558aac89a92815dca81fbb53c4dca05ead]

        Merge SRC605: 27.09.00 - 23:54:46 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [db8ff17a76cf13587d9b1be45bda9559b89fa491]

        Merge SRC605: 09/27/00 - 23:53:43 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [8d47acd3cfd2d34ed92715538e51384e1c2ac399]

        Merge SRC605: 09/27/00 - 23:43:34 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [875670939fe944e533a6929bf1c6cd4a62170d77]

        Merge SRC605: 09/27/00 - 23:42:31 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [e9a3dfc51f7eeab19e04566612985dd645a45a1a]

        Merge SRC605: 09/27/00 - 23:41:19 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [74eb6239ba225fc9009a81168158bf9201d4b3ac]

        Merge SRC605: 09/27/00 - 23:40:25 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [eb8f347aeecaa0bb56552871407d3d783c7adc83]

        Merge SRC605: 09/27/00 - 23:39:35 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [511d96969a5cac53a1f03f29ddfdd6c46385a8ea]

        Merge SRC605: 09/27/00 - 23:38:24 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [cf81a129c2c3296cbbda38d2dcf7fbce75044a4d]

        Merge SRC605: 27.09.00 - 23:37:52 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [aada44205bd4cb82663c6c9d4e30781672b25ee7]

        Merge SRC605: 27.09.00 - 23:37:03 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [61e525ff5cbcfde63deac3d1dd1e54cf3cfa9796]

        Merge SRC605: 09/27/00 - 23:37:09 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [0b7dfa6f427954dab393aa14fa3184508fe3d8ed]

        Merge SRC605: 09/27/00 - 23:36:18 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [7a1e4bebc596db9a9ca5c906b7d3dde16c1d06ec]

        Merge SRC605: 27.09.00 - 23:35:24 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [b231b677ecd69316fad90724d52540a76dad2f84]

        Merge SRC605: 27.09.00 - 23:34:14 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [2f8ce7b081aee439b050f8f73e4a489ad3ff4883]

        Merge SRC605: 27.09.00 - 23:33:25 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [9d5ec53fdf6e1bd3d4d15febcfbad3def27ebc88]

        Merge SRC605: 09/27/00 - 23:33:16 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [de4705cd6bda7cff385fe60fdcb268526fd20fcc]

        Merge SRC605: 27.09.00 - 23:32:38 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [e06cf1020f14e925e4b95efaf0dfa693a9f7925f]

        Merge SRC605: 27.09.00 - 23:31:07 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [dd22b2171a6b83b4f9c307ffc9fa426b8ea2cba2]

        Merge SRC605: 09/27/00 - 23:31:12 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [8a539af43d81f660ea17aafdadef448c1600cdc2]

        Merge SRC605: 09/27/00 - 23:30:12 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [0e5e0647f416be93f7ffce6da9223959ba155b36]

        Merge SRC605: 27.09.00 - 23:29:50 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [516817b797df3bd6c8c36df8a2f2a58cfe7c8fa1]

        Merge SRC605: 27.09.00 - 23:29:01 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [1655e7a3856f8da9097a6ac598d52c30c49c1b6d]

        Merge SRC605: 27.09.00 - 23:27:42 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [a393a3f0dc6b2419d124459e5506c9f584b00ea9]

        Merge SRC605: 09/27/00 - 23:27:46 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [9bc8e16e42e8ef74f75a12f6f77d4a04d94b0a85]

        Merge SRC605: 09/27/00 - 23:26:55 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [004c9f57004a0fab12b87eb7532c9fd806e62008]

        Merge SRC605: 27.09.00 - 23:26:00 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [4d41c9c6a32c2f0342ec038522baf6cf1840fdf1]

        Merge SRC605: 27.09.00 - 23:25:12 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [264975e54aea5d5ff27d1d15a98d61fb2bf0e598]

        Merge SRC605: 27.09.00 - 23:24:23 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [58d875803ad741c0e744635b59ba1f98e237fe8d]

        Merge SRC605: 09/27/00 - 23:24:02 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [7a97f46acd172096057ef911ce9e9dd95df11769]

        Merge SRC605: 27.09.00 - 23:23:26 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [be3f75f7e79dcee9db4c4092a6b4b77dc0903d2c]

        Merge SRC605: 09/27/00 - 23:23:12 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [583ee08aa73d2934ba3c81f9cf303735be8ceaa9]

        Merge SRC605: 09/27/00 - 23:22:21 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [c6a88686217550f54ab0e25be171f35879fc34bc]

        Merge SRC605: 27.09.00 - 23:22:09 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [dae69c1da0bf0e088bbb4306081312288cd3b2cf]

        Merge SRC605: 27.09.00 - 23:21:19 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [4a96f843b78f7a94927051f335cfac8336b8146c]

        Merge SRC605: 09/27/00 - 23:20:28 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [c7ceb137ab8c9ba0f87f51ca1784615093fa378b]

        Merge SRC605: 27.09.00 - 23:20:10 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [9d44263948ed88130f3573c10e798655cfe6cf3e]

        Merge SRC605: 09/27/00 - 23:19:39 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [503690fe1cf17a1030a9eb37f7f237b5bd947e01]

        Merge SRC605: 27.09.00 - 23:19:20 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [82a2a9961d422cb7a2bcb6f2f88b1daa44317103]

        Merge SRC605: 09/27/00 - 23:18:37 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [d2ccdbe4d13d9b0f8f38b5a1d78f8eb9e77f392e]

        Merge SRC605: 27.09.00 - 23:18:08 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [5b16b8bd172d27b889f24642a500abe6e5598916]

        Merge SRC605: 27.09.00 - 23:17:19 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [942382d6aa1f60b1683b5d6d7a8e64e823218163]

        Merge SRC605: 27.09.00 - 23:16:19 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [3b533bdd8ebc9e80f2bcd27e4f486b6250be13c5]

        Merge SRC605: 09/27/00 - 23:15:30 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [ee44047c38797b89e008ee4987af27572baad0fa]

        Merge SRC605: 27.09.00 - 23:14:29 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [f353bec5bb4615f373f83e1acd7c4bb71e993fc7]

        Merge SRC605: 09/27/00 - 23:13:58 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [0ce6856e51f0c51ad61df3b8adff7ffad7f650ba]

        Merge SRC605: 27.09.00 - 23:13:20 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [84f32252c2d284f39069d81843afaa1c4b04c6ad]

        Merge SRC605: 09/27/00 - 23:12:59 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [0920d4c0827a552f9caa290a4a4990961922a721]

        Merge SRC605: 09/27/00 - 23:12:09 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [e5ebe0f5dc7136f52eabf7ed989193e09595f8d1]

        Merge SRC605: 09/27/00 - 23:10:55 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [f632ca3f797dd024080e29483194e688005ebc72]

        Merge SRC605: 27.09.00 - 23:09:54 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [3b3fc76557f7b94c2fdcc473e8ac4dfe2b2620c7]

        Merge SRC605: 27.09.00 - 23:09:04 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [923e745b4e5ac3689cd7f8a3f9addad5a331f6b5]

        Merge SRC605: 09/27/00 - 23:08:19 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [eca38e593586ea8b0bad10e8f2a1bd75f2dd6bbd]

        Merge SRC605: 27.09.00 - 23:07:11 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [56712cb9feba7d1e59f2bb6b580a2dfea277bcc3]

        Merge SRC605: 09/27/00 - 23:06:45 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [df1511c6c3352ae4a9d50e4a3fd97c4b7dcb198d]

        Merge SRC605: 09/27/00 - 23:05:04 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [dcd03c1d037ac75b561cd9de7b7d00a84de78a3e]

        Merge SRC605: 09/27/00 - 23:04:13 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [597befdaa79aee5ad4ab86d1e89fb00b022a1602]

        Merge SRC605: 09/27/00 - 23:03:20 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [ebf6ed345d6912fa0e4d28bc82a92875e419a0ff]

        Merge SRC605: 09/27/00 - 23:01:46 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [f34a52650425369150e9903c3e28460013310e25]

        Merge SRC605: 27.09.00 - 23:00:39 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [00f3237429caac25ae143e60f241c6e25f3adb37]

        Merge SRC605: 27.09.00 - 22:58:59 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [11a172138cec324d1921d009b3c9dc9b3b440963]

        Merge SRC605: 27.09.00 - 22:58:10 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [3a734e049a908f5a288e41258d8aaaf347aab12c]

        Merge SRC605: 09/27/00 - 22:56:10 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [c086eeec143109bce17d0675c59c1fa6483bb468]

        Merge SRC605: 27.09.00 - 22:55:49 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [2185a61161af37c7a45cc421c0fe5059b03362ce]

        Merge SRC605: 27.09.00 - 22:54:36 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [948035bec0b0e983fb84c40c41cb8e2347d8ea6e]

        Merge SRC605: 09/27/00 - 22:54:41 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [cc8c15693a3936242fe588350bb46d142df1ff76]

        Merge SRC605: 27.09.00 - 22:53:15 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [f826f4dde86a6556661c34c5a7ba4d8d3987f7e3]

        Merge SRC605: 27.09.00 - 22:51:42 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [81357136442d5f2011f7587d7e4d26d055816224]

        Merge SRC605: 27.09.00 - 22:50:28 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [3fad6aceda4d43580eba2f5c523f5749533065ec]

        Merge SRC605: 27.09.00 - 22:48:55 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [bacff07580bafd2977a2647dfc3d946b9919274a]

        Merge SRC605: 27.09.00 - 22:47:57 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [3f5f93595d622a4a893ec8142b2f26832264a81e]

        Merge SRC605: 27.09.00 - 22:45:52 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [4b595ea5a4d450340281bca4ae85a1f53639311b]

        Merge SRC605: 27.09.00 - 22:44:43 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [5ac7358d3a7b7d9efc92c2b712afd8f190eaaf1e]

        Merge SRC605: 09/27/00 - 22:44:13 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [4a5264c77f2a7e2bb134cafdac17d679915d1539]

        Merge SRC605: 27.09.00 - 22:43:11 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [a44a3e02dbe9ee09ada89c7f8baf718115a3f941]

        Merge SRC605: 09/27/00 - 22:43:14 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [2062a70e1c0f712cbdb6083ff80ca27b564deb67]

        Merge SRC605: 27.09.00 - 22:41:08 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [70e59f3282c31112c28b5e3817ef1c8fe1604f3d]

        Merge SRC605: 27.09.00 - 22:40:13 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [b62f954b966cc64a9945fdbd360889f14c85be23]

        Merge SRC605: 09/27/00 - 22:40:19 (NoBranch)

2000-09-27  Patrick Luby  <patrick.luby@openoffice.org>  [b3060c9008bef023444215b4d5bc21ba6e518ff9]

        Added #ifdefs for MACOSX where class enum constants are used.

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [a8358f5d2ced3223d9cb8b982198d2ae185ba264]

        Merge SRC605: 27.09.00 - 22:37:30 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [ae3ecb8d128d03928cf4f83bec6c6d636acaa2d0]

        Merge SRC605: 09/27/00 - 22:37:06 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [8b89ce8c6dd133843b31a734143631fbeb9bf51e]

        Merge SRC605: 27.09.00 - 22:36:38 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [82068b0a9a527d371ea588a9a80307962839e1a8]

        Merge SRC605: 09/27/00 - 22:36:17 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [983bb718c1b8b1fed814d9af182c836298c8d6e9]

        Merge SRC605: 27.09.00 - 22:35:28 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [9d8beb20066ea4ee403ad8fa783cfa40f73e0ac0]

        Merge SRC605: 09/27/00 - 22:34:49 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [bf5c68c7e82a234d6a07ca1a7a6279a8d9b274ec]

        Merge SRC605: 27.09.00 - 22:34:06 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [58c065c7e4f3c436e5ec4bdfab3601f008bc422b]

        Merge SRC605: 09/27/00 - 22:34:01 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [7328e8fb32cf216a418ca9d45d2bef40df79770d]

        Merge SRC605: 27.09.00 - 22:33:19 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [54fabfb5c3c4751c71eb5de5d2590ea8c0399c70]

        Merge SRC605: 09/27/00 - 22:33:15 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [7ebd28dd953e20e87ab9c838763478c6d6446016]

        Merge SRC605: 27.09.00 - 22:32:29 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [236a87612615be79a1d002018ecab72d16589bdb]

        Merge SRC605: 09/27/00 - 22:32:26 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [15453c9042a3567f2f6c76c285c73d9e82ac25f1]

        Merge SRC605: 09/27/00 - 22:31:38 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [f113ab660d1ff58c38732ea15f1fd41eada6631d]

        Merge SRC605: 09/27/00 - 22:30:48 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [79d416f68bb6926cfdeab76bff3791f1544a7fae]

        Merge SRC605: 27.09.00 - 22:30:24 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [13f2082e0e7e5444a133465bdc2087e9daafe567]

        Merge SRC605: 09/27/00 - 22:29:59 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [4b810847983ba1d65be6409daee081f136967eb2]

        Merge SRC605: 27.09.00 - 22:29:36 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [091412a24ab6a523ff2e1e28958bb9664d631e9d]

        Merge SRC605: 09/27/00 - 22:29:07 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [8e5c027d7bca3af9151a07213a5406f406ed1f03]

        Merge SRC605: 09/27/00 - 22:27:07 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [12417f4b78ce67de6b37014fe063cd66fdea19c4]

        Merge SRC605: 09/27/00 - 22:26:17 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [c84c00595936beb9b8972f29e0b92a4b2e494995]

        Merge SRC605: 09/27/00 - 22:25:28 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [9c2173bc162a997206d353b1f66b9aa9aec1f376]

        Merge SRC605: 27.09.00 - 22:24:49 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [6796ea95a419ef54ace5abf4fc61276c9112f242]

        Merge SRC605: 09/27/00 - 22:24:40 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [25c58a4c346209212ad9d09ec5cd5b5b6214a0d0]

        Merge SRC605: 27.09.00 - 22:24:02 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [65b17db2c5acbe8ee0a91ca9d0c5f4c4c8e4ec82]

        Merge SRC605: 09/27/00 - 21:39:47 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [4676b86dfe4d36b47efb1da311efc2051b6d2078]

        Merge SRC605: 09/27/00 - 21:38:51 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [61f53c42529491ffe9460c035d04348bff1f31a3]

        Merge SRC605: 09/27/00 - 21:37:35 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [e6ca9a07acf8cfebdc86c91ba00fe12fd1bf0cb5]

        Merge SRC605: 09/27/00 - 21:35:50 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [b5043098f044d054fbc029b559f83894b96c65e1]

        Merge SRC605: 09/27/00 - 21:32:38 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [f2c6a7114be839c5c5dbd8c58effac3bc3fb9061]

        Merge SRC605: 09/27/00 - 21:31:48 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [96ad2468b9a5544ce674db3b7b4f33f1e45f6d5c]

        Merge SRC605: 09/27/00 - 21:30:18 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [6b24f829b2f8637740328553c84990d452f1e36b]

        Merge SRC605: 09/27/00 - 21:27:55 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [f18dc6959d285cc695219c1e1169f97f7e4faf0d]

        Merge SRC605: 27.09.00 - 21:26:15 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [b08014e807fecb133de06c6e51c3aae2b7ddc9d5]

        Merge SRC605: 09/27/00 - 21:26:20 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [d0baa9dc81b2be43bf13ee5fa3eb6bee1334f2f1]

        Merge SRC605: 09/27/00 - 21:25:29 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [2b873a7e82a671dffcbd91ff0465779fda5f3ea6]

        Merge SRC605: 09/27/00 - 21:24:39 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [fc741f5fb14bd494e5cf5513fa2e55e3b50fad54]

        Merge SRC605: 27.09.00 - 21:24:26 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [3377f60a86b32cfae13b002bab871b726fab4bc9]

        Merge SRC605: 09/27/00 - 21:21:40 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [06abb7219faa8b6c709a5a79fe287f35f2b50658]

        Merge SRC605: 27.09.00 - 21:21:23 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [71bdbb7139981fc9248e1343e56b0ee66e59d9ca]

        Merge SRC605: 27.09.00 - 21:18:48 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [2dcea3511c4646dd22eba1b8b468e3e29492eef3]

        Merge SRC605: 09/27/00 - 21:18:45 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [df593ed4021f1065c18836a2eee62be5d8c3942f]

        Merge SRC605: 09/27/00 - 21:17:38 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [ae4e3fe99c46aa5a3243366f176b19208de51cc1]

        Merge SRC605: 27.09.00 - 21:17:10 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [9c4e48ea609ec4d83d4014e772acb7379504b254]

        Merge SRC605: 27.09.00 - 21:16:14 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [a964ee405ca3136e3935969d17cbf4a071a8d8a3]

        Merge SRC605: 09/27/00 - 21:16:17 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [3708183e96b1867818e664fd2368cfbda7c869d6]

        Merge SRC605: 27.09.00 - 21:15:33 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [0b82e7bde4ddc0b2f4f7a42ee4accccf04805073]

        Merge SRC605: 09/27/00 - 21:15:27 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [65b2444137505e6cc980f0ebfc170c7685fe79a9]

        Merge SRC605: 27.09.00 - 21:14:58 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [860a13901ffa44ec9c77aa73fa7cef2cafb6192e]

        Merge SRC605: 09/27/00 - 21:13:51 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [b74bfc4215c9a748f0a0fca2ca525e5725634dab]

        Merge SRC605: 27.09.00 - 21:13:44 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [c5eb8e7108e64af1548570592502791de8e1d813]

        Merge SRC605: 09/27/00 - 21:12:43 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [0026eee116b18ebdeff43e25e1b699633ca90ed2]

        Merge SRC605: 27.09.00 - 21:10:46 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [43c53a022d5ce9690cf106a56d629fe74ef38e5a]

        Merge SRC605: 09/27/00 - 21:10:12 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [a7e00fc4d1033d259ab1aa1cc25434abac0b9fd9]

        Merge SRC605: 27.09.00 - 21:09:06 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [92accf5f232175d6b6a9e47213c788f3bb329a60]

        Merge SRC605: 27.09.00 - 21:08:23 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [cd4f6a14cecfac105cae737818d8263ce5d00194]

        Merge SRC605: 27.09.00 - 21:04:43 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [c994897fd14f3343dc51d9ce18b4e93b9f4bb709]

        Merge SRC605: 27.09.00 - 21:03:50 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [b7c94e8ddda12552c34c7f0eb87a07918b2e3b6b]

        Merge SRC605: 27.09.00 - 21:02:24 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [a1e32b1da561541b720577488ecef4868eb3ae89]

        Merge SRC605: 09/27/00 - 21:00:11 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [8ca979220502db9490cad07556b9422bb5166a1d]

        Merge SRC605: 27.09.00 - 20:59:55 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [33be3e03764319f82bf0310c04aace5fd6d7d9c7]

        Merge SRC605: 09/27/00 - 20:59:30 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [a701d3dc465c20f27d85752bdcd869c3bab2a32e]

        Merge SRC605: 27.09.00 - 20:58:57 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [e0487b5a0c419e9ed88d5d7dae3813ef5160a21a]

        Merge SRC605: 09/27/00 - 20:57:55 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [d2a385f32cab190f6689219e567aa0907f8f2014]

        Merge SRC605: 27.09.00 - 20:57:46 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [13cc35bac9c75eb41929d445fe29097d77cecbf0]

        Merge SRC605: 27.09.00 - 20:57:00 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [9da6f5d7f9f15675862ddc0d7e9557f7e6a0535c]

        Merge SRC605: 27.09.00 - 20:54:56 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [4016bcdfe05fac19f2e4c7367cfdddba5a13e908]

        Merge SRC605: 27.09.00 - 20:53:58 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [83426023434b006a17403b315db7599248b60386]

        Merge SRC605: 09/27/00 - 20:29:44 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [08bcfa7dc04d80ecd24f49c8797a46192e19e052]

        Merge SRC605: 27.09.00 - 20:28:40 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [948714771ae6888d5556ee8ba6469cb2171729f5]

        Merge SRC605: 09/27/00 - 20:28:47 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [436dda27d36a3b11f62d6848b6d6eb7e886dc355]

        Merge SRC605: 09/27/00 - 20:28:06 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [809fe6821d70f5c58131b2dbbd7e53e6f8f1bcb6]

        Merge SRC605: 27.09.00 - 20:27:15 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [61e961e12b9382482e83d12bfc123c032c6a706f]

        Merge SRC605: 27.09.00 - 20:26:41 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [00c4058c91e5fba3ef429d46cee9c5efce9ff36f]

        Merge SRC605: 09/27/00 - 20:26:23 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [9edec093aacc59682b2dcb1eadf409a0b170db91]

        Merge SRC605: 09/27/00 - 20:24:20 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [53d0513f90f57bc979c4b0f5b954f5f25b17ee9c]

        Merge SRC605: 09/27/00 - 20:17:04 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [a8e92fe8f21b039345eed860affaea0e9fa473e6]

        Merge SRC605: 09/27/00 - 20:15:59 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [faa63efdc60a67d31545e90fc0473982bcff3959]

        fix: #78939# #78945# convert y

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [f85c30ec3f3e673eac9ac533d337662ef5a92ce5]

        Merge SRC605: 27.09.00 - 20:12:43 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [f0196566692d6552327a368e03ccd3ef43546bde]

        Merge SRC605: 27.09.00 - 20:10:43 (NoBranch)

2000-09-27  Nils Fuhrmann  <nf@openoffice.org>  [c3dd131d8ca056ccaf1df55c0ea621a294c0c0d2]

        Merge SRC605: 27.09.00 - 20:09:52 (NoBranch)

2000-09-27  jp  <jp@openoffice.org>  [0f3a5741f2af8d0cbb2478a6fddca75d6e1ed324]

        remove old code of using no graphicobject

2000-09-27  Sven Jacobi  <sj@openoffice.org>  [44e3b96fa54abb6624a7d6494aa88b1bcef6f762]

        #79015# added float streaming

2000-09-27  Sven Jacobi  <sj@openoffice.org>  [411b1dc824ee50eca1aedad7855ce99511c7edab]

        #79015# added float streaming, solved misalignment in ExtTextOutW action

2000-09-27  Daniel Vogelheim  <dvo@openoffice.org>  [91449aab15b7d2e4dcb3c52c6938f3c9bd61dd65]

        - fixed DDE field import/export - fixed reference fields import/export (known problem: references to footnotes fail) - implemented/fixed bookmarks and reference marks import/export - implemented/fixed footnotes, endnotes import/export - implemented/fixed footnote configuration, endnote configuration - DTD updated - fixed: footnotes in text frames - fixed: constructor without object in txtparae - fixed: DTD not unerstood by validator

2000-09-27  Oliver Specht  <os@openoffice.org>  [0922e1baa5e5c6e148ae45b263265a5a483b088b]

        #78971# notify depends before deleting section format

2000-09-27  Björn Milcke  <bm@openoffice.org>  [d5c05181d1e9b67e9d2569c674caa7560f4d87e9]

        use XMLConstantsPropertyHandler rather than EnumPropertyHdl for constants

2000-09-27  Björn Milcke  <bm@openoffice.org>  [59a7a57f8f3d86a09bdb98ab59860b8f2c420e02]

        'renaming' XMLEnumPropertyHandler to XMLConstantsPropertyHandler

2000-09-27  Björn Milcke  <bm@openoffice.org>  [69a0bf4188f0a2bf076d4ece8af5923a61d9de0d]

        overfluent comment removed

2000-09-27  Michael Brauer  <mib@openoffice.org>  [24d7020c2f4e844b27e6fcb68f87f006ff318f9f]

        append paragraphs instead of splitting them

2000-09-27  Patrick Luby  <patrick.luby@openoffice.org>  [cf5b28277de2790f9b7f2cc09ee33b25221bfede]

        Added SRC606 update since it was missing even though SRC606 is now the active build.

2000-09-27  Oliver Specht  <os@openoffice.org>  [9588836fcc60c58bd65403f2037cc84ba4d88915]

        #78714# force creation of seqence id

2000-09-27  Armin Weiss  <aw@openoffice.org>  [97d1c7b93f036f088fb9cdc4ae6e19cd49d2c915]

        #78210# line contour and other modifiers are supported now again

2000-09-27  Oliver Specht  <os@openoffice.org>  [fb5258422cc57c461fa523133bd31e31bb9fd898]

        insertControlCharacter: set parameter cursor to the new paragraph

2000-09-27  Björn Milcke  <bm@openoffice.org>  [3ac58101fb37795bab8fc3f1cbf0daaf864597f0]

        'renaming' XMLEnumPropertyHandler. For real enums use EnumPropertyHdl

2000-09-27  Oliver Specht  <os@openoffice.org>  [0b6361db1a28522baa01c6b4902dc76a40032132]

        #78252# don't create styles without a name

2000-09-27  Sven Jacobi  <sj@openoffice.org>  [3b0413f079756106ab825c57f857fb47a561e9c6]

        #79027# ImportWordart: fixed gpf, the object needs to know the model earlier

2000-09-27  Philipp Lohmann  <pl@openoffice.org>  [8956a1f267562791d2f829da2c492bc21441f266]

        add phone number for unix fax solution

2000-09-27  Mathias Bauer  <mba@openoffice.org>  [f82673b6d869379eeca160d14b2db63353ad3467]

        dont export _Impl

2000-09-27  jp  <jp@openoffice.org>  [c7bcc5d2b0e409b428b946fb7ea7e46033638a0a]

        use the new FileStatHelper class

2000-09-27  Mathias Bauer  <mba@openoffice.org>  [c13876d891079547b5023c87c72d2f373b41fd28]

        ucblockbytes

2000-09-27  Mathias Bauer  <mba@openoffice.org>  [a5466b60814d933098accd2221dc1240b7458a96]

        new class for stream access using ucb

2000-09-27  jp  <jp@openoffice.org>  [fea268c1cd223714d4b3037d03f4fdf1370fdf86]

        use the new FileStatHelper class

2000-09-27  Hennes Rohling  <hro@openoffice.org>  [c968024c4b1302b224ac8d03f80c74106266c509]

        #79047# Fixed dependency problems: Win9x libs are no STDLIBS

2000-09-27  Sven Jacobi  <sj@openoffice.org>  [1bb0e3c36397a092dd9ed5b8b52f19a1325546df]

        #78796# supporting japanese UniString <-> ByteString and DXAry conversion

2000-09-27  Andreas Martens  <ama@openoffice.org>  [10c4682f0cce8079bf181a1e529f04cffa5b4688]

        New: Different fonts for Latin, CJK and CTL

2000-09-27  mm  <mm@openoffice.org>  [a71975fc10deceb6b1aae2fa55e302f4433f9065]

        Mac fix corrected

2000-09-27  jp  <jp@openoffice.org>  [cbe92f8d0c85c21ec36cc0c2defd3ca4a83a30fa]

        use the new FileStatHelper class

2000-09-27  jp  <jp@openoffice.org>  [ff0d155cfbaffd3ca64008140ddc24c324c43d0e]

        new helper class for filestat function, which use now the UCB

2000-09-27  jp  <jp@openoffice.org>  [5942d5e4c4b7e05fe6359914f5c44063288757de]

        use the new FileStatHelper class

2000-09-27  jp  <jp@openoffice.org>  [0b5cbc99554f69d0990e8195f1f43fb0d431e848]

        fix: #78939# #78945# convert y

2000-09-27  Kay Ramme  <kr@openoffice.org>  [2d038608fc74666574fd085c312df40971399e5b]

        now uses XInitialisation for passing arguments

2000-09-27  jp  <jp@openoffice.org>  [377be4d8d352d90649cc1d7d82bea99b502b14bc]

        new helper class for filestat function, which use now the UCB

2000-09-27  Kay Ramme  <kr@openoffice.org>  [30177bc88fe264fb00e336ecd12d175197301c37]

        Java Uno Tools

2000-09-27  Hennes Rohling  <hro@openoffice.org>  [9bd4bb4bc78127ec67d20192fa1a3ec8dd0c95b6]

        #78960# Implemented RemoveDirectoryW wrapper for Win 9x

2000-09-27  Christian Lippka  <cl@openoffice.org>  [d2f68113664ff330062f15de80b939dc7ca87d4b]

        #78567# initialize international members

2000-09-27  Frank Schönheit  <fs@openoffice.org>  [43a13780d4cf097f9291560cab068da68ef0e498]

        removed the dummy dtor of OMutexAndBroadcastHelper

2000-09-27  Frank Schönheit  <fs@openoffice.org>  [332ba8920a1dbee669634863f90ed0441a81dd41]

        PROPERTY_PARENTWINDOW

2000-09-27  Philipp Lohmann  <pl@openoffice.org>  [38fadd508f514f3572ff4e5bd5b3a0fa6fc26fbb]

        do depend on CDE headers on solaris only

2000-09-27  Andreas Martens  <ama@openoffice.org>  [64ffa84ccfd4a29bac99afb9906c29c56f984978]

        free memory after resetting the font

2000-09-27  Peter Burow  <pb@openoffice.org>  [c7231f8b2d7cfd6c87746957f6103966639f63d5]

        chg: call ConfigMgr::GetDirectConfigProperty() to get Path and Language

2000-09-27  Michael Brauer  <mib@openoffice.org>  [aa69318c9263e33d83fdf2f8f03eeebc1b737a6b]

        #78248#: First table cell now gets style 'Standard' assigned if no other style is specified

2000-09-27  Michael Brauer  <mib@openoffice.org>  [929a2511a52236f9cb63158a51d7dc14ed97e749]

        align=margins now works without also specifying a width

2000-09-27  Michael Brauer  <mib@openoffice.org>  [6b50ced76b09fa66d7def9fdbb5435875b5280b3]

        #78246#: Calculation of relative column widths now works correctly even if          the summ of all column widths is smaller than the page width.

2000-09-27  Michael Brauer  <mib@openoffice.org>  [ceb3bfb71f04a08bbee20c5944a585e25bd8b843]

        Setting outline styles at end of body

2000-09-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4d3a8386f66a56b5e65e23edaea71e25523a5f82]

        typo

2000-09-26  Kurt Zenker  <kz@openoffice.org>  [1634df41a72a3e7bc1f6afc4fc9d341be9b207e7]

        Header corrected

2000-09-26  Oliver Specht  <os@openoffice.org>  [c5936aa853867bec548b8192739d31f7c137a1c5]

        Format/Character and /Paragraph repaired; revision log removed

2000-09-26  Behrend Cornelius  <bc@openoffice.org>  [06637b3a2b4719aba035467f096a53c2a0ca0104]

        #76485# Changes due to new API

2000-09-26  Oliver Specht  <os@openoffice.org>  [9fd19b44aea7b5fd49f71770b3d5903c733e4f08]

        SdrMakeOutliner: OutlinerMode corrected; revision log removed

2000-09-26  Csaba Borbola  <csaba.borbola@openoffice.org>  [07bc850f6f92eb073c07e6272dacf6ff799a9d18]

        Updated glibc source path

2000-09-26  Christof Pintaske  <cp@openoffice.org>  [d770bbae101de206ffb604ff13c91c73dec4cc7f]

        #78721# attach an input context to fixed sized dialogs

2000-09-26  John Marmion  <john.marmion@openoffice.org>  [bb6723151f51c64b156057d77991ebf4477c9703]

        updated for OpenOffice 605

2000-09-26  Niklas Nebel  <nn@openoffice.org>  [01332bac48ded789bfa9cbe41201da8fe5db2f2a]

        #79008# MakeColStr: right length for AllocBuffer

2000-09-26  jp  <jp@openoffice.org>  [7e48f158809ce6043dfa75b334d2dfb65eeee9b7]

        SFXDISPATHER removed

2000-09-26  Michael Brauer  <mib@openoffice.org>  [a5f5d4101ae84bd0e380d0caae8c8986a85109ac]

        set ouline styles at thje end of the document body

2000-09-26  jp  <jp@openoffice.org>  [8fe2a2e71954bb0b983cb911d43d7fef45969d1f]

        SFXDISPATHER removed

2000-09-26  Armin Weiss  <aw@openoffice.org>  [83b2a580cf1a5ded537c16c5f68167cee6cc6f5d]

        #72995# one more call to resolve self intersections which may have been built by substracting

2000-09-26  Oliver Specht  <os@openoffice.org>  [0c92ff10c15637f57c7f89ccad3f51ebc4e50312]

        use of configuration service

2000-09-26  Oliver Specht  <os@openoffice.org>  [3fbe6da05e0fe6866650c60aa2e3821ae60bd20d]

        use of configuration service; revision log removed

2000-09-26  Andreas Schlüns  <as@openoffice.org>  [f362a6de213d604a7990a5755df3b7b44b0ef803]

        #78877# correct Desktop::getComponents and implement new XEnumeration for components

2000-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [397b36f08887abe45003282e6c6d76655ccf64e6]

        prevent conflict with STL includes

2000-09-26  jp  <jp@openoffice.org>  [1d09cb6e3c7d0cba1763f0d3cb23bab73b133e16]

        SFXDISPATHER removed

2000-09-26  Oliver Specht  <os@openoffice.org>  [37c964dd4e4767fafa414437d4b208acf101da69]

        use of configuration service; revision log removed

2000-09-26  Oliver Specht  <os@openoffice.org>  [ac94e405e5a146ba64690377bd1f29c80534b1ed]

        use of configuration service

2000-09-26  Kai Ahrens  <ka@openoffice.org>  [051d3ebc773750e952879528afaa49ab5b54769a]

        must changes (SFX_BINDINGS/SFX_DISPATCHER removed)

2000-09-26  Kurt Zenker  <kz@openoffice.org>  [1a4ad5abc4f11ef70463f6059b2877ead8cda2b9]

        add. include FrameSearchFlag.hpp

2000-09-26  Kai Ahrens  <ka@openoffice.org>  [3e8c2170b2822751f7b25b4b825421de9709f227]

        must changes (SFX_BINDINGS/SFX_DISPATCHER removed)

2000-09-26  Peter Burow  <pb@openoffice.org>  [4e7a5a2f90b0cfb4bc138b598f24bf797d5f6ae9]

        fix: GetDispatcher() replaced

2000-09-26  Peter Burow  <pb@openoffice.org>  [035b4d2974635f4e58119f551098fe261fa1eaa1]

        fix: GetDispatcher() replaced

2000-09-26  Armin Weiss  <aw@openoffice.org>  [3895eafb16e78e6e38e2bf23209948997554f135]

        #78476# also repaint when animated text is put to edit mode to not make appear the text double

2000-09-26  Csaba Borbola  <csaba.borbola@openoffice.org>  [e791db467cf75bb28d4268ac39c22978bf3209ca]

        Updated list for dt; removed std2, neon

2000-09-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b5eca868c72496cd5ed2ba1139e97f027c446e23]

        no doubel libs

2000-09-26  Peter Burow  <pb@openoffice.org>  [3397efb369020a595fbb00ec0d0d8578372cf8bb]

        chg: now uses the new config items

2000-09-26  Peter Burow  <pb@openoffice.org>  [0c7e5ab349a3f684a31d85fc509821557ecfc319]

        chg: SubstituteVariable() added

2000-09-26  Oliver Specht  <os@openoffice.org>  [fcab6717682a5f9cd185f1c49c8849b5a3ae0422]

        new: static GetDirectConfigProperty()

2000-09-26  Andreas Bregas  <ab@openoffice.org>  [8dd64d22c273f00d2f232846deccebe88707168e]

        File API -> OSL

2000-09-26  Michael Brauer  <mib@openoffice.org>  [2d7f755bd9b0b0cbb99ee14763f07f58d90c278b]

        hyperlinks for text boxes and images

2000-09-26  Martin Hollmichel  <mh@openoffice.org>  [fff6c9cdc7b3e36338f5309d04a260d9defbfc6f]

        chg: mkdir command

2000-09-26  Martin Hollmichel  <mh@openoffice.org>  [88435a4949736e312b481646c3c5eb2ade436048]

        chg: mkdir command

2000-09-26  Peter Burow  <pb@openoffice.org>  [344886da6cf74cb029f43fc6c2a2fc9d4acb8692]

        chg: now uses the new config items

2000-09-26  Andreas Schlüns  <as@openoffice.org>  [57937a85ff7cbc56f8d0b68ec790bd045a75560b]

        #78875# add XTypeProvider to helper classes

2000-09-26  Patrick Luby  <patrick.luby@openoffice.org>  [3756928d18df0c159b5df1d6b4fd38632fed1f8c]

        Added -no-precomp flag to C++ compiles to speed up compiles.

2000-09-25  jp  <jp@openoffice.org>  [da31c71f326b798b3644347a4c94af02b57a28a8]

        Bug #78418#: GetToken - returns the correct token from the end of the input string

2000-09-25  jp  <jp@openoffice.org>  [37312f2e00e7bb170ce976518469f96a8eae99bb]

        Bug #78534#: GetSelectedText - append an unicode zero to the stream

2000-09-25  jp  <jp@openoffice.org>  [786be03d55134f3a5fc0e0e1d2ac7bb734b1509d]

        Bug #78573#: _ImplCopyData - use unsigned char insted of xub_StrLen

2000-09-25  jp  <jp@openoffice.org>  [d49e7c707a5a21e169b225680ac3da59b198e451]

        Bug #78573#: HexToBin - div 2

2000-09-25  Niklas Nebel  <nn@openoffice.org>  [29bb347375df68b38c546650fc2379442f673bd9]

        #78963# bForceToTop: treat like oversized text

2000-09-25  Mathias Bauer  <mba@openoffice.org>  [9540b5f78b5f3f4ddf7fbd34eaaa19c52183d47f]

        SaveGraphics handled as enum

2000-09-25  Niklas Nebel  <nn@openoffice.org>  [c87a0cbeae7cf07382b0293acbf7e2833f88532c]

        #78963# GetEditArea: bForceToTop

2000-09-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aa39d8ab41b389fa512028cc6174e435bdcf5fe0]

        member missing

2000-09-25  Martin Hollmichel  <mh@openoffice.org>  [4ca363bae26f2c4959a3545f98095dbf76920119]

        chg: include structure

2000-09-25  Patrick Luby  <patrick.luby@openoffice.org>  [6cd2971c755097c189f17144ee30bad4ad5847b9]

        Implemented separate "minor.mk" files for SRC and UDK builds so that a UDK build does not break SRC builds. Now, settings.mk will strip $(UPD) from $(WORK_STAM) to determine $(BUILDTYPE). If $(BUILDTYPE) is "UDK", udkminor.mk will be included. Else, minor.mk will be included. Note that additional .ELIF statements can be added for any additional products that need to be build (e.g. StarPortal, etc.).

2000-09-25  Christian Lippka  <cl@openoffice.org>  [3d97d89ba81f85b581240eb8e8daaaecbd14c5a2]

        #78948# removed export of graphics styles

2000-09-25  Daniel Boelzle  <dbo@openoffice.org>  [481cf505d775123cbf978fe2d6404c83dccc4e13]

        added assertions for illegal index

2000-09-25  Daniel Boelzle  <dbo@openoffice.org>  [349a1365a1618ab94d12ca7f4438ca4b84f5ef35]

        added assertions for illegal index

2000-09-25  Daniel Boelzle  <dbo@openoffice.org>  [f938c9220b6da25d4b38414a8e0aac3c57d00c8d]

        #78948# any to sequence

2000-09-25  Sascha Ballach  <sab@openoffice.org>  [773e9e158bbda0bd4cdb3a196a0dbaa29384c3e1]

        #78981#

2000-09-25  Sascha Ballach  <sab@openoffice.org>  [0d3357acaade9ae3590898a80533481ddf09f92c]

        #78962#

2000-09-25  Philipp Lohmann  <pl@openoffice.org>  [7fd4b173eca2e9f19d4cb92e296c5ac0d977435c]

        added fax queue support

2000-09-25  Philipp Lohmann  <pl@openoffice.org>  [0b89cd95410ee11643616169d446c0a9f5ffbb21]

        #78737# call modified handler after extended text input

2000-09-25  Armin Weiss  <aw@openoffice.org>  [e8331dea3c815dc5482c2d2ce11004924dfab250]

        #78478# outliner: new outliner object got no Outliner because he had no model. Outliner only available using the model (after dl's changes)

2000-09-25  Andreas Bregas  <ab@openoffice.org>  [b52da3c1ba6ee3b07e2c619c2214b996a9462f36]

        Check if ucb/fileaccess services are already registered

2000-09-25  Sascha Ballach  <sab@openoffice.org>  [f044a27b057ffca3e772552517c963cf088bc303]

        #78974#

2000-09-25  Oliver Specht  <os@openoffice.org>  [7527cc07395f49ca3af4a243963f5e038390034c]

        call commit revision independent

2000-09-25  Kurt Zenker  <kz@openoffice.org>  [58617b244158407e7e237e9e5f100cb0bf22edef]

        UDK202

2000-09-25  Andreas Martens  <ama@openoffice.org>  [9b3d12f841b7dbd5699e8e0e63c7844e983aa007]

        New: Textattributs for Latin, CJK and CTL

2000-09-25  Andreas Martens  <ama@openoffice.org>  [c9f0894f9fe55e82c77658fa1a45ae438d233dd7]

         Textattributs for Latin, CJK and CTL

2000-09-25  Niklas Nebel  <nn@openoffice.org>  [fac895e8bfe488c2f2f07dc52b7f449a08375a0c]

        #78631# #78943# RefreshNoteFlags: UpdateAllComments

2000-09-25  Niklas Nebel  <nn@openoffice.org>  [727ee37519c32ef076b4db831484a59a7af1f176]

        #78631# #78943# StyleSheetChanged: UpdateAllComments if default style

2000-09-25  Niklas Nebel  <nn@openoffice.org>  [3413c2f1492cf069e68d370abdb9b6bc3548bd8c]

        #78631# #78943# UpdateAllComments, SpecialTextBoxShadow, default font

2000-09-25  Nils Fuhrmann  <nf@openoffice.org>  [4e88978ed0ef87c05effa374a1764e3bbfafa5ff]

        Fix: search for called executable in all pathes

2000-09-25  Niklas Nebel  <nn@openoffice.org>  [28f1e8a870925a90f36c7af2680eed2a5c382ab7]

        #78631# #78943# UpdateAllComments

2000-09-25  Mathias Bauer  <mba@openoffice.org>  [f43087362f2a4b78bce385df2461fb38dfad1e99]

        frameset includes are needed

2000-09-25  Mathias Bauer  <mba@openoffice.org>  [7f93e485bee9c5e2037af9576dd417ad797a053b]

        avoid SaveCompleted with erratic medium

2000-09-25  Mathias Bauer  <mba@openoffice.org>  [f6c8393ad9bb3ddc6cfc54850d35f801c9c8dbe4]

        #78675#: string conversion error

2000-09-25  Mathias Bauer  <mba@openoffice.org>  [3636d549244b62dfa258a6e87671b74607654f3a]

        #76424#: writing error

2000-09-25  Mathias Bauer  <mba@openoffice.org>  [21489ba592098d9dcec28566d8521900bc387ecd]

        writing error

2000-09-25  Mathias Bauer  <mba@openoffice.org>  [5725aaaa5051c2a4a0e0670d6efb767b0ceb3a26]

        Some names changed

2000-09-25  Peter Burow  <pb@openoffice.org>  [079753610cca1001d493a762a96d0d3630e08254]

        fix: syntax

2000-09-25  Kai Ahrens  <ka@openoffice.org>  [b7fde0964d6a3a340932a438eb0646164b0f8d3f]

        not needed member removed (maCropRect)

2000-09-25  Mathias Bauer  <mba@openoffice.org>  [e31b6954d2eb6da02595bf98be4f4f139062b064]

        saveoptions

2000-09-25  Mathias Bauer  <mba@openoffice.org>  [479f0d6d40df71fa5b6fa159b6a36dd41212b8e8]

        saveoptions

2000-09-25  Sascha Ballach  <sab@openoffice.org>  [6620d9f522498feff69fcf91d4a65598e979f4fd]

        #78962#

2000-09-25  Mathias Bauer  <mba@openoffice.org>  [d7af99319165f9c03a7c64aced7330db920cf160]

        #78959#: own Invalidate method

2000-09-25  Peter Burow  <pb@openoffice.org>  [f28c2cd77b93775a7c03f2daa9703b26049ade5d]

        chg: static with Impl-Pointer

2000-09-25  Peter Burow  <pb@openoffice.org>  [9ed232bfb7872832b120990f33fe13df4089441e]

        chg: useroptions.obj added

2000-09-25  Tino Rachui  <tra@openoffice.org>  [94b1ae5b994a4e6c189c8d10e2047093f5254404]

        macro UnregisterClassW was erroneously set to lpfnUnrigisterClassExW which doesn't exist

2000-09-25  Michael Brauer  <mib@openoffice.org>  [3e311c4cbf0bcc27d33689c541663447ee813592]

        sorted keywords alphabetically

2000-09-25  Michael Brauer  <mib@openoffice.org>  [ef9d94a6208848584f199fbcc1aefecd89f9d8b2]

        Text hyperlinks

2000-09-25  Michael Brauer  <mib@openoffice.org>  [47e9b4e2f41b1129c8477be57537569acb0a6f21]

        API property FrameStyle renamed to FrameStyleName

2000-09-25  Patrick Luby  <patrick.luby@openoffice.org>  [b3ab049ee56638d60e48208856241bdfd6223f8b]

        Added *.dylib files to deliver list for Mac OS X

2000-09-25  Patrick Luby  <patrick.luby@openoffice.org>  [8cd9c86cde2765b5e580c9ee834c73462f180410]

        Added initialization of static data members for template classes for Mac OS X

2000-09-25  Patrick Luby  <patrick.luby@openoffice.org>  [5016722f5915215f83f4f1a97c3bd7b0cc0a389b]

        Added initialization of static data members for template classes for Mac OS X

2000-09-25  Patrick Luby  <patrick.luby@openoffice.org>  [33590e70d0dc56f8e0dc8b7e70112cbb3771c954]

        Changes to make code build on Mac OS X platform

2000-09-25  Patrick Luby  <patrick.luby@openoffice.org>  [c09261a7ef1615b5da9e42296514ded7ae7370ca]

        Removed staticmb.obj from OBJFILES since it is not needed

2000-09-25  Patrick Luby  <patrick.luby@openoffice.org>  [0b2c78550042f415947b33b73a1eda81c9c05b04]

        Added *.dylib files to deliver list for Mac OS X.

2000-09-25  Patrick Luby  <patrick.luby@openoffice.org>  [5f561dd79d15384ff8a875342fe1f0fa4784ef1e]

        Removed svtool.lib from SHL1DEPN since svtool.lib is no longer a target in svtools/util.

2000-09-23  Babak Mahbod  <babak.mahbod@openoffice.org>  [971030c30c1c001ca176d649fe24b4e189881e1f]

        Required for MacOS X C++ compiler.

2000-09-22  Patrick Luby  <patrick.luby@openoffice.org>  [22d13db3e24df77a5540e4880d3ea7e1fba7e31e]

        Added instantiation of static data members for template classes for Mac OS X

2000-09-22  Terence Tse  <terence.tse@openoffice.org>  [ae8fb7c3bb17325c8e6a715ebc6192b203dd95e7]

        Added casting BOOL to sal_uInt8 for UNX

2000-09-22  Patrick Luby  <patrick.luby@openoffice.org>  [bfd908a1030ecfdef415f69a7e5ebda778dd6ae0]

        Added initialization of static data members for template classes for Mac OS X

2000-09-22  Niklas Nebel  <nn@openoffice.org>  [73bfc5b70621dd814546598631653003b14af923]

        bindings / dispatcher changes

2000-09-22  Csaba Borbola  <csaba.borbola@openoffice.org>  [c088909811eed679b8f1fb0746a6aa6ae1aa4732]

        Updated clean function

2000-09-22  Armin Theissen  <armin.theissen@openoffice.org>  [497400a3a39be0036283608563a0e7a07c00354b]

        corrected if clauses

2000-09-22  Mathias Bauer  <mba@openoffice.org>  [255bcd80f7b38ecd3e080e3da57b75f681a510b3]

        #78907#: StoreBasicManager didnt store the libs

2000-09-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [141440a50f1d31c0d7e155bca777065f841ba438]

        initial import

2000-09-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [b501a54cf959bc549810fb24ca6f9584dc5c9cf3]

        initial import

2000-09-22  gt  <gt@openoffice.org>  [68e3ba07ad818520fabd9a35985be210756ad432]

        import natural language formulas

2000-09-22  Mathias Bauer  <mba@openoffice.org>  [7e10429dae4a892220082a0cdffefe65e51a9a54]

        #78857#: GetWorkWindow_Impl may not find any

2000-09-22  Lars Langhans  <lla@openoffice.org>  [747a2c1269f2270509d4eeb843eb934eb9979202]

        type=integer was unknown

2000-09-22  Lars Langhans  <lla@openoffice.org>  [72104ede8756c7e92386330b4daf48b99ba5b2a4]

        #78928# the method convertToSimpleType create an exception when someone try to create an Any with an type and not the right data but we put now a void type in this any if this is happend.

2000-09-22  Kai Ahrens  <ka@openoffice.org>  [b4fa1659edf5c5146e765167061322a481c9d390]

        added cropping functionality

2000-09-22  Björn Milcke  <bm@openoffice.org>  [2ae24b88639dcfe6c8a8453758af821f1bcd8fed]

        namespace for numbers initialized with wrong string

2000-09-22  Oliver Braun  <obr@openoffice.org>  [feb3373f16435e4b168e4e13af90cad4d0463bb4]

        moved from daemons2

2000-09-22  Sascha Ballach  <sab@openoffice.org>  [b2d1385548833b8089545cee06f5c76422b4854a]

        in exportXML(): call ExportStyleContent added

2000-09-22  gt  <gt@openoffice.org>  [d041250c577947159d8bbfbb9f6d8143fdfee280]

         +  ScTokenArray::AddColRowName()

2000-09-22  Sascha Ballach  <sab@openoffice.org>  [10b009afad145be82d05813579cca3ddec495083]

        ExportStyleContent added

2000-09-22  Sascha Ballach  <sab@openoffice.org>  [ab7ff3d651bba962ebfd922e9aa1294417db33b4]

        #78732#

2000-09-22  Sascha Ballach  <sab@openoffice.org>  [bf8c62320a999829774f6b0e44cc392b0ad55007]

        export style:map added

2000-09-22  Philipp Lohmann  <pl@openoffice.org>  [4bd178f6ee60f641b2a6c7fcc9f6e4b6dd01df27]

        new feature in JobSetup: additional parameters

2000-09-22  Philipp Lohmann  <pl@openoffice.org>  [f0e860e54dc69d8d30832b06024a53cb15597e69]

        moved initialization of remote printer list to rmprint.cxx

2000-09-22  Philipp Lohmann  <pl@openoffice.org>  [124fdba8e90dbae095a6cbb08255bbff47bc43c8]

        let rmprint.cxx decide bewtween client and print server

2000-09-22  Andreas Martens  <ama@openoffice.org>  [68c613f89fee57bf216ab834a28c4e7776304a62]

        Fix #78708#: I normally don't exspect a null character inside a string, but this causes a loop. Now is more robust.

2000-09-22  Sascha Ballach  <sab@openoffice.org>  [f1ae4a3cef3607c69638664a5f083e1efa371a17]

        #78938#; #78941#; #78732#

2000-09-22  Niklas Nebel  <nn@openoffice.org>  [1bd3bb99ddd72fe4f642f0bbf93918f46c494bb8]

        #78668# SetActiveView(0): delete IMEInfos if still set

2000-09-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c463a139cc73f8d612778e11b6c512a270e6bfa7]

        deliver soffice.sh from misc

2000-09-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [17e0108b4e8d91f9acfe376ee231418830392460]

        now with dependencies

2000-09-22  Ocke Janssen  <oj@openoffice.org>  [0135d68d2e3b2cf84b2c60e46418b2090205fec3]

        order corrected

2000-09-22  Ocke Janssen  <oj@openoffice.org>  [40692c219d5fb3fea81be27c66d4d0f455138f95]

        new operation for datacolumn

2000-09-22  Ocke Janssen  <oj@openoffice.org>  [a79a07df9091e9cb08722643532f4cc4f5b78421]

        use of correct position

2000-09-22  Oliver Specht  <os@openoffice.org>  [2ce227610eab9f2c425ba5c0cac9bf073c576d80]

        #78871# simple handling of XChartDataChangeEventListener implemented

2000-09-22  Thomas Lange  <tl@openoffice.org>  [737594de08fac3a680ccc963c05e391ea6a34275]

        linguistic2 added

2000-09-22  Peter Burow  <pb@openoffice.org>  [df0d54afc5fb65aaea1cf990b403283e648898bc]

        fix: HID_CNT_... removed

2000-09-22  Dieter Loeschky  <dl@openoffice.org>  [41ae306c8028e2eb662268a66c46d8f14552fde9]

        #78844# check pPara before calling HasChilds( pPara )

2000-09-22  Dieter Loeschky  <dl@openoffice.org>  [7811104901e8dd295da34f81dd1d72e3cd483f7d]

        #78470# CreatePresObj(): Insert object before setting text

2000-09-22  Oliver Specht  <os@openoffice.org>  [ca8942b781198476aa65a81b7a321e6e09a8b65c]

        syntax error

2000-09-22  Niklas Nebel  <nn@openoffice.org>  [3d0d1c4cb7d08e8b99757cca1b56f8e8c259f147]

        app options / doc options use configuration service

2000-09-22  Niklas Nebel  <nn@openoffice.org>  [f870daae838459cdd69dc00c456e27b3c2da0cf6]

        use configuration service

2000-09-22  Niklas Nebel  <nn@openoffice.org>  [78b78c7a503331872af684d56585a0ba4cddef9d]

        GetNodeNames

2000-09-22  Patrick Luby  <patrick.luby@openoffice.org>  [423434d348f246b829cd20ba6774f93ce8711bc0]

        Added static data member initializations for Mac OS X

2000-09-22  Patrick Luby  <patrick.luby@openoffice.org>  [073d0191e6f30708c41816dd2eaba2f7f31e1d71]

        Commented out #include <qeodbc.h> since this file was removed from the external project.

2000-09-22  Patrick Luby  <patrick.luby@openoffice.org>  [41a136b11197d4b6d3a3ed006578add13a58971c]

        Remove .IF "remote" != "" statements from makefile.mk files in vcl/aqua/source subdirectories since they were causing link errors

2000-09-21  Ping Liao  <ping.liao@openoffice.org>  [844567621c55f763bf7632e5b1cfaa69ef93934d]

        Corrected missing salmain.o in linking of libvcl*.dylib.

2000-09-21  Babak Mahbod  <babak.mahbod@openoffice.org>  [ee91b511167bc74b368466854dabc87d917c8527]

        Hexdecimal constant 0x601 was changed to decimal constant.

2000-09-21  Ping Liao  <ping.liao@openoffice.org>  [c9df074a315eb68ede7cebf73cd9d9728f98e3b5]

        Added static variable initialization for MACOSX.

2000-09-21  Ping Liao  <ping.liao@openoffice.org>  [325f2f914704a777806ac7027a6079fd0ddddfa2]

        Added copying *.dylib

2000-09-21  Ping Liao  <ping.liao@openoffice.org>  [9943c423031e6f233e6a6c848b13b7355bb7bba2]

        Added casting BOOL to sal_uInt8 for MACOSX.

2000-09-21  Niklas Nebel  <nn@openoffice.org>  [d201f5ea615b515925321b4a1328d305d2984519]

        still no SetUpdateMode in ScCellEditSource::GetTextForwarder

2000-09-21  Ping Liao  <ping.liao@openoffice.org>  [24e0d0fd5aa6e1e7f9e1ea70ecf59147997e4829]

        Added flag -fno-operator-names.

2000-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3dcb49942128a189ce6ac41279f5ee6b4815f2f]

        did you think about unix?

2000-09-21  Kai Ahrens  <ka@openoffice.org>  [abfcdf776c3d9111ac311f15fbbbf5c3d3a7c7c3]

        SFX_BINDINGS/SFX_DISPATCHER macros removed

2000-09-21  Sven Jacobi  <sj@openoffice.org>  [83d5249fe7a15c024f80d2558b687d91bc660850]

        #78774# DoImportDlg is now working correct

2000-09-21  Frank Schönheit  <fs@openoffice.org>  [0a7c15e6ca8a1c8055ca1a1bd80f5481cc345acb]

        #78888# ChildWindowExecute on the view frame instead of ExecuteSlot

2000-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8933a48bfb4a7631c4aaf67cd26edd85f77530af]

        add: include

2000-09-21  Oliver Specht  <os@openoffice.org>  [edfc89675f439d9f7bbe36d9506d47d8ed13d541]

        #78795# OpenDoc: supply target frame item

2000-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f7e5d3d98e8b9f167edf0efc7e724d318bf3982]

        more objects

2000-09-21  Philipp Lohmann  <pl@openoffice.org>  [3b22edec87afff637c07b3f27de823e50b8c91de]

        fixed syntax for solaris: cannot catch a reference without a name

2000-09-21  Patrick Luby  <patrick.luby@openoffice.org>  [8bab6123543e3b4c8810ab8ccc43d27563b235dc]

        Changed dos: mkdir entry to mkdir: to eliminate error messages

2000-09-21  mm  <mm@openoffice.org>  [9112386dd35c3a51c5b5a29a180d1626c50fdcad]

        validation works correct

2000-09-21  Oliver Specht  <os@openoffice.org>  [bef009e00c450ee90658f34eb98a8f311fcf74f5]

        ::LoadURL: lcl_-function removed; #78894# wrong cast removed; revision log removed

2000-09-21  Michael Brauer  <mib@openoffice.org>  [44e349044a4799a72cdebbe4d58c68a0c3ef6a01]

        - Types of RelativeWidth and RealtiveHeight properties changed - FrameStyle property renamed to FrameStyleName

2000-09-21  Oliver Specht  <os@openoffice.org>  [b9061b9982d16ecb3044f81cb015f83e87692e48]

        drawing::TextAdjust to SvxAdjust mapping array corrected

2000-09-21  Michael Brauer  <mib@openoffice.org>  [5ad091553b0ea188f1f31883d315d249f4eb81f4]

        fo:column-count added

2000-09-21  Oliver Specht  <os@openoffice.org>  [51b6d0b4b1f83457836ac60861f55ca73365410c]

        string compares replaced by uint compares; revision log removed

2000-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0d11204f24ce3ffff9659afa442214d92f836c0]

        dos2unix lineend conversion

2000-09-21  Oliver Specht  <os@openoffice.org>  [67c5772d7bae557c5ebf85d873787eaa4a51fc8e]

        prevent multiple calls of GetDrawView(); revision log removed

2000-09-21  mm  <mm@openoffice.org>  [cd539a8c05524a262724d4d2b84535c732998ff8]

        validation work correct

2000-09-21  Oliver Specht  <os@openoffice.org>  [af111cd0d0dc304b1de8e32f8c4556a4bfd97f94]

        #78840# wrong use of RTL_CONSTASCII_STRINGPARAM corrected; revision log removed

2000-09-21  Oliver Specht  <os@openoffice.org>  [8475491cf62d5c945a184889cd08356331dc0991]

        header corrected

2000-09-21  Oliver Specht  <os@openoffice.org>  [8a9c7fb54c8cb53f90c5c19179ea0ad30a990aa9]

        #78800# set the SwView* after the creation of the navigator

2000-09-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1eb0d14c180d900e1121e2867f1f5861ad0d3763]

        dos2unix lineend conversion

2000-09-21  Oliver Specht  <os@openoffice.org>  [2676e59525a479b7653c24859a46f9be5dbe419a]

        SwXTextPortion::setString() - wrong cast removed revision log removed

2000-09-21  Oliver Specht  <os@openoffice.org>  [e2fbcc012140aaba6957e884d42ba6e15bd3d7b9]

        typo in IndexMarkBackground corrected

2000-09-21  Frank Schönheit  <fs@openoffice.org>  [c944a01469731e0586401d9bd978dc3cae6ccc1f]

        no SFX_BINDINGS and/or SFX_DISPATCHER used anymore

2000-09-21  Oliver Specht  <os@openoffice.org>  [1dbd60cca5c452253404308d9a9640d352be34f0]

        addConfigItem: return type changed

2000-09-21  Oliver Specht  <os@openoffice.org>  [184b9252dd457ddea8bc2968b215fb78c5a9ad40]

        access to SetNodeNames, ClearNodeSet, SetSetProperties, Replace with empty string refers to own node use of XMultiPropertySet terminated

2000-09-21  Oliver Specht  <os@openoffice.org>  [7404843854fb86f0c344529da30f2c602da8d4f1]

        addConfigItem: return type changed

2000-09-21  Oliver Specht  <os@openoffice.org>  [23d986b01d9e787ffa645282cb2936a0cf56275c]

        XMultiPropertySet no longer required

2000-09-21  Frank Schönheit  <fs@openoffice.org>  [52441abfec1bbdeed596712f5467ab73ce07bc39]

        no SFX_BINDINGS and/or SFX_DISPATCHER used anymore

2000-09-21  khz  <khz@openoffice.org>  [e8f1510da691d283d8408521f31c0268270efcd0]

        #78753# Avoid dividing by zero.

2000-09-21  Daniel Boelzle  <dbo@openoffice.org>  [b67972af8e947ae7a4979ed64087eba68a64d394]

        bug: getMediateMapping()

2000-09-21  Ocke Janssen  <oj@openoffice.org>  [fb7b967c07dd88cd4bdb2e09de71ae45a3fe5b8c]

        use of unixODBC header files

2000-09-21  Dirk Grobler  <dg@openoffice.org>  [c627331a1feb06f9f571c36b172f3bd9ca258911]

        new rules in makefile

2000-09-21  Michael Brauer  <mib@openoffice.org>  [86030d42c618f63c082a62047be85c6146648ac1]

        fixed 'as-char'

2000-09-21  Michael Brauer  <mib@openoffice.org>  [92fd2f2e395783dbee416a5f6612b297ff8d694e]

        export of character bound frames, property name string renamed

2000-09-21  Michael Brauer  <mib@openoffice.org>  [cf4e04c91e44e7ec047bdcf81475cbbc03774c7d]

        text column import

2000-09-21  Michael Brauer  <mib@openoffice.org>  [24b2a570ba203b2f98cdfe02efbd9bc63b8356f9]

        fixed comparison with 'tab-stop'

2000-09-21  Oliver Bolte  <obo@openoffice.org>  [58f0afe61a28b58889ad4a0793bda69c9fb2f849]

        #65293# Calc cant be compiled: unresolved external

2000-09-21  Niklas Nebel  <nn@openoffice.org>  [09dcabd309907e5241794cdf6322aa0b7c06260f]

        style name in conditional formats is programmatic name

2000-09-21  Frank Schönheit  <fs@openoffice.org>  [388f7f375213d7805c1a0974296c26aa551698c3]

        new file propertycontainer

2000-09-21  mm  <mm@openoffice.org>  [b03fe6b1e818e099ed1434a4aebe981649cd9e09]

        generate CORBA IDL

2000-09-20  Dirk Grobler  <dg@openoffice.org>  [8becd1c267ed383ea9bac76ab6f6300d48f9d0cb]

        new validation and pretty printing rules

2000-09-20  Dirk Grobler  <dg@openoffice.org>  [145b6c19e9decbc2233a8eae5a08e250000c14a6]

        new java helper for validation add pretty printing of xml

2000-09-20  Dirk Grobler  <dg@openoffice.org>  [dda1568f69b8b6b64927f0cbc92b4bb1c6176016]

        new configuration files to deliver and new Helper jar

2000-09-20  Dieter Loeschky  <dl@openoffice.org>  [a75d0e2478047fdc08d561a8a78befe5eecbde69]

        cleanups

2000-09-20  Oliver Bolte  <obo@openoffice.org>  [f718e27594744196c153423df3c269a1e76c1def]

        Unresolved external #65293#

2000-09-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [22c7f3f170c30085b1fe93d0e83a665b36b9738a]

        initial import

2000-09-20  Mathias Bauer  <mba@openoffice.org>  [0cec32e38abc6083c2c597c6ec5e29902ccae513]

        SaveOptions added

2000-09-20  Mathias Bauer  <mba@openoffice.org>  [ceb78ece807538386c559710a459363edd240d66]

        SaveOptions use new ConfigItems

2000-09-20  Peter Burow  <pb@openoffice.org>  [904db751e826e749377fe11a9409a75db0912184]

        fix: #78831# unoctitm.hxx added

2000-09-20  Peter Burow  <pb@openoffice.org>  [b3b87e5afd68530cf6aab6a123f2201325e82372]

        chg: urltrans.hxx removed

2000-09-20  Ocke Janssen  <oj@openoffice.org>  [1788e529f5ee567168e08f848b2effbc0d40e425]

        ucb change

2000-09-19  Martin Hollmichel  <mh@openoffice.org>  [51ba8a0f555fe5d31e2b8d221e3766810dc741b4]

        Reverted one MACOSX macro back to MAC macro.

2000-09-19  Martin Hollmichel  <mh@openoffice.org>  [8314ef9649c7de72e1d40881ad31e24e9a771568]

        Replaced MAC macros with MACOSX macros where appropriate.

2000-09-19  Niklas Nebel  <nn@openoffice.org>  [58f16995ababae0d143f728884ff93cbebd170eb]

        ScLinkConfigItem: parent methods reimplemented

2000-09-19  Frank Schönheit  <fs@openoffice.org>  [81791767d8a0e3bb67f90fc0a87154f9881d7705]

        #78474# lcl_ImplMergeFontProperty: extract the correct types from the Any

2000-09-19  Frank Schönheit  <fs@openoffice.org>  [89661335e814f12498f1c1f89c60bc7d9430f761]

        queryAggregation: don't return Anys containing empty references

2000-09-19  Frank Schönheit  <fs@openoffice.org>  [d88f9702750876f4caa4eb599984bddf506782e6]

        corrected the auto-generated index for new columns

2000-09-19  Frank Schönheit  <fs@openoffice.org>  [8192ecb0c73a7cad15377851a5d947b459880b26]

        removed the SFX_BINDINGS, use the bindings of the own view frame instead

2000-09-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5de691b320ca74f00ad5361a272cfeff2590cad]

        initial import

2000-09-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [26476eda89cfda1eed013f1e5d628e18d6828d95]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [62823accc3febf3f14e541ddd7c689e699fdde70]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b9e4e393eff8b89a37a5932548700c0b50bcab8]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a6861a404c082226b52df335e3b0046164e6432]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0484bcdcbffd42d242647a2fdc1a203d176b775]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [84a3db80b4fd66c6854b3135b5f69b61fd828e62]

        initial import

2000-09-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8e8f530128ea6a3574551fbcb92e315fabdffdf3]

        del: old stuff

2000-09-18  Oliver Bolte  <obo@openoffice.org>  [8591c64a25ca1eaaefc8bac9e0a33d5bba9d7703]

        delete: obsolete libraries

2000-09-18  Oliver Bolte  <obo@openoffice.org>  [543abf9abe36e8e4d2b9476205e382882c29fe11]

        __cdecl isn't potable

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [483889728b5b821195da00b280df837de0f0e27c]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [180d9c145fd5cf2942be8bb3a8ed35061e844fd7]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b0b5cdfeed656b279bc32cd929630d5fc25878b]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ab086b6cc054501bfbf7ef6fa509c393691e860]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [f47a9d9db3d06927380bb79b04bb6d4721a92d2b]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [3794988352d0cb0640c62492e05aeb864032acc6]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd069bee7e57ad529c3c0974559fd2d84ec3151a]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [d791366863cf9659a01b171ce0e727bfe2f28cdf]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [04c1c754ab9d0ad07f2c5362d46597d13efe75c2]

        Initial revision

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [411e68cc54ae97eebd79ae3a9cb2971b74cb2a9e]

        fix: #78939# #78945# convert y

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [a90fae59a6366cc02894cc9d2c82b0041e0ab093]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf4154eb5307ec8c35f000fd1df39ef3abb2eb6d]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee27dd72550ce8815e06e337d3682d5b8d9d7b11]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d14f932b02c43dd83fa3dfbe25d92755a4d7e26]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6cd57fff61642e7efe9ba18ed4c934f49e8f4d6]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [11cb1baf50ca8d57cc3a722e24bb973e6e64760a]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [a253a5ecd3e1deb645b041c92b37f92bba0b8e15]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [c460c0ccb6f389339b2ff9e57a101557c30df676]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [95117e7fefa9ae82431dcdffd1e58495730f6f54]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [c25ec0608a167bcf1d891043f02273761c351701]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [b525a3115f54576017a576ff842dede5e2e3545d]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [662c532f6f415060501f33261203100ff044fe8b]

        initial import

2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [9399c662f36c385b0c705eb34e636a9aec450282]

        initial import

2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [086ff12951769a2fadfc0f92f57c2e4f41108b72]

        impress195: rebase to DEV300 m98

2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [1054906227778e28de628ebbb62749904afbb33b]

        impress195: rebase to DEV300 m98

2011-02-09  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d3b03514dde317473db0d247f21405b5db6a727e]

        impress195: Minor adaptions due to last merge.

2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [cf054f6ef9d88233703678889bc3eb3efe516ec3]

        impress195: rebase to DEV300 m98

2011-01-21  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [9bcf0d94946bb19501aa3575f784dc3099a23893]

        #i116408# remove 5.0 export from f_topten.bas

2011-01-19  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [ff3d790926bc0047100c19cca3159e28e831457a]

        i116396: [Automation]: adapt the Impress/Draw autotests for removed binfilter export

2011-01-19  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [777eb0c8ab568ac262016cbc39538cdce0c0a831]

        i116396: [Automation]: adapt the Impress/Draw autotests for removed binfilter export

2011-01-17  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [32e427257a3241b12ca9f9e293753b935f0676d8]

        #i116394# adapt autotest for removed binfilterexport

2011-01-13  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [846c70417e1aecc56a6ee1504c2c160e633d0754]

        calc65: #i116318# Fixed the painting of axial gradients.

2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [ead5358f61ff03ffe454e83e169def3fef715a08]

        build breakers

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [994b7f936cd9e1df7acf30612bda3d87aaf50344]

        CWS changehid: resync to m85

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [2d2d7121ccac4f35d397aebfc010b88b247644e1]

        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [13afa75fa7892d82f7eeb47b52fdf17fd2a97681]

        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [0266406fef116fbed7b8e69e309bcda0df4896dd]

        CWS changehid: resync to m84

2010-07-10  Mathias Bauer  <mba@openoffice.org>  [4a02c63d1431b2e8686a035e119c4a2f5c972592]

        CWS changehid: #i111874#: change code to support HelpIds as byte strings

2010-06-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [48fbbe2989e13b073c266345081c0ed73e2ec0ef]

        fix warnings

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [095647164a0f6cdd3d85fc29cbeb089f65179c4b]

        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids

2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [eaa4e44cfee19f81a3a3d41982263a3f09e23f06]

        build breakers

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [209fbe2d632761b30b7b17422914e11b93692833]

        CWS changehid: resync to m85

2010-07-20  Mathias Bauer  <mba@openoffice.org>  [659fb7a4ae2d2ac140f328959b98944c43a094aa]

        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [f60b366882b4281061199daf2df24055f94f1ba0]

        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [ec8cfe27fa5d2c7041c0895a0ef8f3a2483b8a3e]

        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [b50b76d1d7f70e5c9702ad8b885acba1ee216e6d]

        CWS changehid: resync to m84

2010-07-10  Mathias Bauer  <mba@openoffice.org>  [c80988b0107424ba6de85531ed55fd493a0a64cb]

        CWS changehid: #i111874#: change code to support HelpIds as byte strings

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [27f199af29794fffb97eb73357c7f9dd4dae0201]

        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids

2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [466bacc3ad07d88c8d947e4f745d9e8f3cdbed89]

        testtool: fix libsts to work with old testtool

2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [e6010b5e704d62471fada5ea63c5d240507e8a3a]

        testtool: fix libsts to work with old testtool

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [5ac0207cea354c8fff76c783bc90faa471868718]

        CWS changehid: resync to m85

2010-07-21  Mathias Bauer  <mba@openoffice.org>  [a1f5f61d46427b0f6516da9b34c106ca6e870860]

        CWS changehid: #i111784#: rework keyword search

2010-07-21  Mathias Bauer  <mba@openoffice.org>  [0b00bc90e43f36485e3ba00eb7f924a935e89b00]

        CWS changehid: #i111784#: convert wizards module

2010-07-21  Mathias Bauer  <mba@openoffice.org>  [8bf98bbf911e637db7984a6af3186ff233a506ca]

        CWS changehid: make hidother.src easier to handle

2010-07-20  Mathias Bauer  <mba@openoffice.org>  [37500bb0ef4cd6dfb83802af53f4a45b397768f2]

        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [c737e5bb650e3efbb6bf08fa85a1474d80c8d558]

        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [d773cda7d126918249f43776b2d6053d4bc73f33]

        CWS changehid: resync to m84

2010-07-10  Mathias Bauer  <mba@openoffice.org>  [c61aa274cb5631305cfbaea6f1894db756e911c8]

        CWS changehid: #i111874#: change code to support HelpIds as byte strings

2010-06-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aa7147590570dcb0813b6fcebb6496179b9df5cb]

        fix warnings

2010-06-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [da2c9e0f833dd1caccd0a0881cdb3f410cb0577a]

        fix warnings

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3b1416e6d35dea58daaa93a7b14477f6e0c15eed]

        fix windows compile

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [00b95402e79f521a027375efc47409096a7766dc]

        fix warnings

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [383957c96aac78301a126746c14c631314ee6329]

        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids

2010-08-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [afdd5d014cceee0796c9caa297ab2489a24da616]

        impress200: #i101006# Prevent multiple master pages with identical names.

2010-08-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [a497f94404f0292309a3f932b169a0ae07fb5357]

        impress200: merge

2010-08-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [247a28c2c78064f08b958b2068bc4ec59e4e0c1b]

        merge

2010-08-26  Niklas Nebel  <nn@openoffice.org>  [01554964f184b98fe79ecd52200a71cae33968bf]

        impress200: #i113884# check for overflow in ScTable::SetDrawPageSize

2010-08-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [23734b51a1371ec2981b76364b99543b5eb14262]

        impress200: merge

2010-08-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1086d8c4ec1339dc7be45e497f676d8f282360b8]

        impress200: #i114123# fix graphics context refcount for drawEPS

2010-07-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [1a4f76642003faefd69671868ff07b01c5c7a406]

        renaissance1: #i107215# Update of slide sorter icons.

2010-08-09  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [23e5e64f7c4ed15f6230b5dc17475d650378cad8]

        renaissance1: #i107215# Removed debug code.

2010-07-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [08b6b244b215ec4a96686866685eab5421da3dd5]

        renaissance1: resolved merge conflicts, cleanup.

2010-07-01  Andre Fischer  <af@openoffice.org>  [c02af39487a0da878bb5952b28d3ecd62d02e2c0]

        renaissance1: merge with DEV300_m84

2010-06-14  Andre Fischer  <af@openoffice.org>  [cd4385a9aecd65ed1c360708614eff7f6fe381bb]

        renaissance1: #i107215# Fixed wrong rounding in HSBtoRGB.

2010-06-07  Andre Fischer  <af@openoffice.org>  [a2e79b9f1049b8f296b7f147a91cdd0a9cf82287]

        merge

2010-06-02  Andre Fischer  <af@openoffice.org>  [807468a3c078f60b8aa952619336f6c46ae97413]

        renaissance1: #i107215# Do not show PresObjs in previews.

2010-05-28  Andre Fischer  <af@openoffice.org>  [f3541e6c08af5ebaa87a9bf878e6bdaecdc37ae2]

        renaissance1: #i107215# Some minor fixes and improvements.

2010-05-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [559e58862e411cd6b435aa8e6f054c23d1ed3e7c]

        renaissance1: #i107215# suppress mouse enter/leave when inactive

2010-04-27  Andre Fischer  <af@openoffice.org>  [2a3de01e8798b62ca6015417d66d2133337b6265]

        renaissance1: merge.

2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a0857ef55bc3c866e2720492ef3712b938bcddb1]

        renaissance1: corrected warning

2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [8d05e9c829aa36f00954c005fa4782eae7a8013a]

        renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visualisation

2010-08-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [b8d78852acfa632daa32d5827d0ee64fd6102c80]

        renaissance1: #i113685# Avoid (indirect) static BitmapEx.

2010-08-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [b78085151418f4cf0a643cce26701a728b2a00f0]

        impress197: #i112420# Create accessibility object of ToolPanelViewShell in constructor.

2010-06-11  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [510d424f855b70320b27f074fa0bf4fc8cd9b164]

        impressaccessibility7: #i111667# Replaced INVALIDATE_ALL_CHILDREN accessibility events by seperate notifications of CHILD events.

2010-06-10  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [df2bc9a970d890d417c97810d41cc9686c30b975]

        impressaccessibility7: #i111668# Added guards against empty mpEditSource in SvxUnoTextRangeBase.

2010-06-04  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [7c367ef0a8380cb55104f6a7d76fa7709ae07dd7]

        fix inconsistency with direct calling of buttons on a toolbox

2010-04-16  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [3a8d3af3d9f9ba84156525c6737a4aa14eb8ccee]

        add declaration of unoToSbxValue to header instead of in several cxx files

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [6de19ad740e11d7110602505b343faef2ee11b7d]

        gridcontrol_03: merge with DEV300_m75

2010-04-16  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [591628e221db19e0ebe86208bea9c522c8c9c629]

        add new VCLTestTool methods for TableControl

2010-04-09  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [2b9a5547b87c46bae38fe69f68e859eb8b4f8afa]

        export TableControl for usage in VCLTestTool

2010-03-26  Mihaela Kedikova  <misheto@openoffice.org>  [de55cd16378a12c2360e3c600af84ffb9ffffe84]

        gridcontrol_03:improvements

2010-03-25  Mihaela Kedikova  <misheto@openoffice.org>  [ee6e797e37f1657e47c530205d0162c6a886850d]

        gridcontrol_03:scrollbar update after resizing bug fixed

2010-03-25  Mihaela Kedikova  <misheto@openoffice.org>  [9fb6554349b5ef27eff08281fcb999322551cf18]

        gridcontrol_03:scrollbar bug fixed

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [d979d618f87a06795d8138eaaacc85f4852db0fd]

        gridcontrol_03: merge with DEV300_m75

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [0f1df8f471390de177610ee2bb9cc2f424d740c2]

        fixed bugs  for linux build 3

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [96f3fde8e6bad2e339fea0f8e70434096b412b8f]

        fixed bugs  for linux build 2

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [b09453118d699ce2c7e00cda02ffb1247dd29ac2]

        fixed bugs  for linux build

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [e6d22539df18d5b5f3d7c97c1c42f4673b0f9b1e]

        resolved conflicts rev 265602

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [99d003c030ec5d547c452efdc42be3a3fa6810fa]

        recent changes for grid control

2010-03-11  Mihaela Kedikova  <misheto@openoffice.org>  [27aa543a8a2fac7aa1367cc7a378a34077d3308e]

        bugs fixed for build on macOS

2010-02-15  Mihaela Kedikova  <misheto@openoffice.org>  [9945f4ca9649f961bbc6d9f5be238771e3e2b96c]

        recent changes for grid control

2010-02-12  Mihaela Kedikova  <misheto@openoffice.org>  [32a402c2d5d9519e1bd5c0c33b4a9b2696b8220a]

        recent changes for grid control

2010-02-12  Mihaela Kedikova  <misheto@openoffice.org>  [f3f5684a87eec71e31151d0c17e73a16a593d71c]

        recent changes for grid control

2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [cd8ae547996bc0b0f547748734a2c66bdbfd14d4]

        Branch merge with changes from remote tip

2009-11-02  sb  <sb@openoffice.org>  [81fe544ecb2bc22278683ed13a869a8fc5b768fb]

        sb111: #i101955# moved configmgr2/ to configmgr/

2009-10-29  sb  <sb@openoffice.org>  [455bbfe50bbe4356f1836ea0becef9b0b9b3a6ee]

        sb111: #i101955# added dependencies on solver files in postprocess/packregistry

2009-10-28  sb  <sb@openoffice.org>  [01522069d09f8c861d8857b2eeef7c6649b81a5a]

        sb111: #i101955# moved packregistry.xslt to solenv/bin (needed by additional Sun Hamburg processes)

2009-10-27  skotti  <skotti@wintermute>  [1f09c87bcf4577be2b8ae2eba86e244c31a77f4e]

        Merge latest DEV300 and CWS sb111

2009-10-21  sb  <sb@openoffice.org>  [93487407722204e565e937093ecf06cc99db93e9]

        merged in DEV300_m62

2009-10-21  sb  <sb@openoffice.org>  [5cb38c62d9f75fc40ffba5347d41599e2313dcd4]

        #i101955# transformed remaining xcu files in the installation sets into xcd files

2009-10-12  sb  <sb@openoffice.org>  [495174f29290f2c01d025c640df8e7e22bf382af]

        #i101955# made binfilter.xcd conditional on WITH_BINFILTER

2009-10-12  sb  <sb@openoffice.org>  [c51b3d84e5059cab8f02823b531e82fe38b3eacb]

        #i101955# prevent 'Word too long.' errors

2009-10-08  sb  <sb@openoffice.org>  [226649f681fefc4c91cd831c8aa433ca3e42c2ba]

        #i101955# some minor clean up

2009-10-01  sb  <sb@openoffice.org>  [3c8241473ee699b4cb8adc8d83b0e383b938b891]

        #i101955# minor simplification

2009-09-30  sb  <sb@openoffice.org>  [df20f7389010601f53a901a5d603eb6620f0e388]

        #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections

2009-09-25  sb  <sb@openoffice.org>  [62127e8ce5c3fd1645cc20adfa30808b496ca395]

        merged in DEV300_m60

2009-09-25  sb  <sb@openoffice.org>  [e1a01a2eecdb1c6ffcd688d770789cb014c2687d]

        #i101955# configmgr2 support for platform backends (with a new interface); adapted locale backend, rest to follow

2009-09-24  Release Engineers  <releng@openoffice.org>  [23d351f7f79974f099fbaa496bfce7d9207f475e]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-11  sb  <sb@openoffice.org>  [4c428e31d45f18633d922efb58ef29fc36aa2528]

        #i101955# replaced $/ with plain / in new makefiles (no 4nt support any more)

2009-09-04  sb  <sb@openoffice.org>  [00ea0282e98b06e56fe0060c0d5861e22bd37286]

        merged in DEV300_m57

2009-08-25  sb  <sb@openoffice.org>  [f1597411b7cff32338b2a906324078e4520183be]

        #i101955# improve performance by removing unnecessary stuff from XML files (esp. whitespace) and abandoning osl_File_MapFlag_RandomAccess (which, at least when measured on some Linux box had slightly negative and no positive impact on cold and warm startup times)

2009-08-19  sb  <sb@openoffice.org>  [394542a3d352dd4a47e9e3b206ef0507f04ba8ba]

        #i101955# minor improvements

2009-08-18  sb  <sb@openoffice.org>  [d41099f97fc5aede4b6ea406f65e01c3d2eefc5f]

        #i101955# for performance reasons, switched configmgr2 XML reading from DOM-based to libxml2 streaming xmlreader API; also slightly changed format of .xcd and registrymodifications(.xcu)

2009-08-05  sb  <sb@openoffice.org>  [ee885f222087c2edc18ed005aaf69fba4ddd52c5]

        #i101955# converted Langpack-$(lang).xcu to Langpack-$(lang).xcd, towards removal of the registry/modules tree

2009-08-04  sb  <sb@openoffice.org>  [22f3ab10616e7228b4e4a75ef9c8166571139bf4]

        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)

2009-07-22  sb  <sb@openoffice.org>  [7cbd2035970c87e0965ee7a74cd6645b497cb978]

        merged in DEV300_m53

2009-07-21  Release Engineers  <releng@openoffice.org>  [0393f9ef3dbdb38c0e0e3fdae823c846f01315a6]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-02  sb  <sb@openoffice.org>  [05c66fb595b109fe33f5ca2de20a74c4fd236fc4]

        #i101955# integrate the work-in-progress configmgr reimplementation into the OOo build (THIS CHANGESET WILL EVENTUALLY NEED TO BE UNDONE WHEN THE REIMPLEMENTATION IS FINISHED)

2009-05-12  Release Engineers  <releng@openoffice.org>  [2b32dbf4c13187d9c9ba5539f337a2980b32e2c0]

        Create DEV300_m48 milestone tag from trunk@271829

2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [609b9077717eb1787668a4eb92fef047cf9604e3]

        Branch merge with changes from remote tip

2009-10-30  sb  <sb@openoffice.org>  [7e648fdcb71cd1d48450b1a22c2128596e60cd1e]

        sb111: merged in DEV300_m63

2009-10-30  sb  <sb@openoffice.org>  [3568251c259e645983fd9bb16d67e3b3e162eba4]

        sb111: #i101955# removed obsolete configmgr ini file from installation sets

2009-10-28  sb  <sb@openoffice.org>  [69834ff44ecec6616dd047b11d144c0fe647e945]

        sb111: #i101955# moved packregistry.xslt to solenv/bin (needed by additional Sun Hamburg processes)

2009-10-27  skotti  <skotti@wintermute>  [724ca7d750a57165a5eaa02f6b623da3f3eb3909]

        Merge latest DEV300 and CWS sb111

2009-10-21  sb  <sb@openoffice.org>  [5481010878bb849ea28ede741bfc39bdc21ca0ec]

        merged in DEV300_m62

2009-10-21  sb  <sb@openoffice.org>  [9751861070f6746d46defe34cbcd8766c53ae665]

        #i101955# registry_en-US.xcd is effectively empty (fallback en-US configuration data is stored in the main non-localized xcd files), so need not be installed

2009-10-21  sb  <sb@openoffice.org>  [08b31d3e7ea8e4138beaa6d3b9aee4f224d550d8]

        #i101955# missing SCPZIP_REPLACE flag on main.xcd (combining multiple xcu files of which some previously had been individually flagged SCPZIP_REPLACE)

2009-10-21  sb  <sb@openoffice.org>  [92f4d0c14f859614d50e50892547b68a3399dd06]

        #i101955# transformed remaining xcu files in the installation sets into xcd files

2009-10-08  sb  <sb@openoffice.org>  [3a8d6c1a743e954b368f5a0744fe7a633361259a]

        #i101955# some minor clean up

2009-10-08  sb  <sb@openoffice.org>  [fb33ac599c3d74652d0d1f48df2a4d26491da2b0]

        merged in DEV300_m61

2009-10-02  sb  <sb@openoffice.org>  [58d8d56d31e83b426e26d79ca24fe4406feece65]

        #i101955# adapted LDAP backend to new interface, dropped registry/ldap/*-attr.map files, replaced registry/data/org/openoffice/LDAP.xcu.sample with registry/oo-ldap.xcd.sample and registry/oo-ad-ldap.xcd.sample

2009-09-30  sb  <sb@openoffice.org>  [5627e50d58fe7f151cd8ce0fdb50e56aa9b66c77]

        #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections

2009-09-25  sb  <sb@openoffice.org>  [9e4c07f9be289b0c708f844decf04fdceb489355]

        merged in DEV300_m60

2009-09-16  sb  <sb@openoffice.org>  [fbe85402f44e6fa45f39f720c07456f5de33733b]

        merged in DEV300_m59

2009-09-14  sb  <sb@openoffice.org>  [83c560cb18299832ad62d03fe0e9f70aecdf8420]

        #i105022# applied <http://www.openoffice.org/nonav/issues/showattachment.cgi/64725/105022_tg_ext.patch> as suggested to fix that issue

2009-09-11  sb  <sb@openoffice.org>  [aeced2a151d385863f4665d13621484996c5a036]

        merged in DEV300_m58

2009-09-04  sb  <sb@openoffice.org>  [86f98daab3f81482155a444544662c51490b0b87]

        merged in DEV300_m57

2009-08-06  sb  <sb@openoffice.org>  [fb6954af7263c763bf69a5989dd95646ff57a6a7]

        #i101955# typo draw.xcd -> onlineupdate.xcd

2009-08-06  sb  <sb@openoffice.org>  [a6f2f3ead5df37be9b4795c0831a451feebc06d8]

        #i101955# fixed Windows configmgr import lib

2009-08-05  sb  <sb@openoffice.org>  [af7f6cb89538463eafd737350e76e70b1cf30885]

        #i101955# converted Langpack-$(lang).xcu to Langpack-$(lang).xcd, towards removal of the registry/modules tree

2009-08-05  sb  <sb@openoffice.org>  [566c82a4b4f1882bb4adc8b92d43df0096ad08b7]

        merged in DEV300_m54

2009-08-04  sb  <sb@openoffice.org>  [d6d81df3a19561b448f40a329b3443faac74166c]

        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)

2009-07-24  sb  <sb@openoffice.org>  [ebed0cbef9b919d5362d90d99e133de9a7da2ad5]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-22  sb  <sb@openoffice.org>  [c3bb2f4f9d9d83f44fb4bd9dc6979dac992fa4c7]

        merged in DEV300_m53

2009-07-02  sb  <sb@openoffice.org>  [e54581c85008c4f53568bf7063834b94b212fad1]

        merged in DEV300_m51

2009-07-02  sb  <sb@openoffice.org>  [c189cdb5409407be4fa207a0876d9abd80384ad8]

        #i101955# integrate the work-in-progress configmgr reimplementation into the OOo build (THIS CHANGESET WILL EVENTUALLY NEED TO BE UNDONE WHEN THE REIMPLEMENTATION IS FINISHED)

2009-05-27  sb  <sb@openoffice.org>  [a791965bb8f482512357cbbb98de0e65c5a3761c]

        merged in DEV300_m49

2009-05-26  Release Engineers  <releng@openoffice.org>  [6c657b9e3a9268bea2a4c5f206e0225f1d159a11]

        Create DEV300_m49 milestone tag from trunk@272290

2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [3da23a64509eb47f9bf56c65611d11a64b89583b]

        #i101955# - Bookmarks in helpbrowser are lost on program restart

2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [d7dd15221427a7b535acf816d130c7207f915b89]

        Branch merge with changes from remote tip

2009-11-02  sb  <sb@openoffice.org>  [47692bfc1275bfa24a7fb2627cc263142549d29d]

        sb111: #i101955# moved configmgr2/ to configmgr/

2009-11-02  sb  <sb@openoffice.org>  [3ccd559f44ccfe69940e7933c4261cf02a41a699]

        sb111: #i101955# silently ignore a r/o user installation (not storing new changes being made)

2009-10-30  sb  <sb@openoffice.org>  [6f8b9d15d0dd083a1a069e026b55a97a3f5e1355]

        sb111: merged in DEV300_m63

2009-10-30  sb  <sb@openoffice.org>  [580594c58403598b1c03a0b2137e66ae53a1b523]

        sb111: #i101955# call the extension manager's bookkeeping file configmgr.ini on all platforms (instead of configmgrrc)

2009-10-30  sb  <sb@openoffice.org>  [50a3428b4d8f0a0b2bb6213e404f643171055cc4]

        sb111: #i101955# for completeness, complemented component-schema.dtd and component-update.dtd with new data.dtd

2009-10-29  sb  <sb@openoffice.org>  [3c70bf087e7668c6d0824d7d0514d3c2e9d5953e]

        sb111: #i101955# in xcu ignore modify/remove of unknown extension props and set members

2009-10-27  skotti  <skotti@wintermute>  [a32c335c3dcff3da622620e6f2aba8669c3692c2]

        Merge latest DEV300 and CWS sb111

2009-10-26  sb  <sb@openoffice.org>  [b8519a1c00b47e863f7e8499c7e14bf2099b2252]

        #i101955# reverted to simpler dmake syntax that is less prone to trigger errors in the dmake implementation

2009-10-21  sb  <sb@openoffice.org>  [1660e49cfe8930866217156cb163d2bbb89e2b0c]

        merged in DEV300_m62

2009-10-20  sb  <sb@openoffice.org>  [cf310f7d6e63ff90af354e2700e419adbcc50256]

        #i101955# corrected building of fcfg_drivers zips

2009-10-15  sb  <sb@openoffice.org>  [b2effc203a9ba67b3b0e9fed0f59a44934eb55c0]

        #i101955# further improved change notifications

2009-10-14  sb  <sb@openoffice.org>  [6687b8e545c64c42c1d773c60b2019d1fc7af6ca]

        #i101955# unused include

2009-10-14  sb  <sb@openoffice.org>  [40af0637fe2fdd0ac92e43c01cb96a4954e22874]

        #i101955# implemented more change notifications

2009-10-14  sb  <sb@openoffice.org>  [f31fb84e0d82f71c98a710c784a0df039ca21c5f]

        #i101955# silently ignore unreadable parts of a corrupted registrymodificaions.xcu; migrate old user layer data (can be removed again once migration is no longer relevant); improved XcuParser to correctly record modifications from old user layer data; localized property values support oor:op "fuse" instead of "modify"

2009-10-12  sb  <sb@openoffice.org>  [e4ca0b8958d283a1398dab43242156c30af882b7]

        #i101955# insert extension xcs/xcu files into shared or user extension layer

2009-10-12  sb  <sb@openoffice.org>  [4313b908273dbd925660a5d82215ae75890afefe]

        #i101955# prevent localize_sl from erroneously localizing within qa/unit directory

2009-10-12  sb  <sb@openoffice.org>  [37a5c460aa383b0501f0dbd76bc9f3e0ab04527c]

        #i101955# updated DTDs, removed unused XSDs; cleanup

2009-10-09  sb  <sb@openoffice.org>  [e35b10e4067b1c390b6a88b758bbee60aab5df43]

        #i101955# missing additional types in derivations of Access::getTypes()

2009-10-09  sb  <sb@openoffice.org>  [51dea5076fe78278a01a4530b0411282d016acfc]

        #i101955# in path representations, support set element segments whose template name is not qualified by a component name (and for now always accept them if the unqualified template name part matches)

2009-10-08  sb  <sb@openoffice.org>  [fbbcf92cfa59679c47840060c3298f1672e8c924]

        #i101955# some minor clean up

2009-10-08  sb  <sb@openoffice.org>  [b40b23365703a76c629717eea648cea17c9041b2]

        merged in DEV300_m61

2009-10-02  sb  <sb@openoffice.org>  [4e68e9c24838a5d95bc188b421f199875b28738b]

        #i101955# to improve performance, keep references to external services (so they are not re-created for subsequent oor:external values)

2009-10-02  sb  <sb@openoffice.org>  [c8dddd5a6b7fa273b0cebfb5d8b2794cce90eca7]

        #i101955# adapted LDAP backend to new interface, dropped registry/ldap/*-attr.map files, replaced registry/data/org/openoffice/LDAP.xcu.sample with registry/oo-ldap.xcd.sample and registry/oo-ad-ldap.xcd.sample

2009-10-01  sb  <sb@openoffice.org>  [31c6f22a45ef1d0dfc15649e3d6359dcf6bce46e]

        #i101955# obtain external values on demand in PropertyNode::getValue instead of up-front in XcuParser

2009-10-01  sb  <sb@openoffice.org>  [e573925559daab2f374c9b485290e28751978b52]

        #i101955# changed platform backend interface once again, from XNameAccess to XPropertySet

2009-10-01  sb  <sb@openoffice.org>  [3ffb5481b5e116c4a39dd07335439e711f0ca706]

        #i101955# adapted more platform backends to new interface

2009-10-01  sb  <sb@openoffice.org>  [49a83697aafbeccb1a1c5ad8c4f474a567a3af55]

        #i101955# fixed some typos causing errors on wntmsci12 only

2009-09-30  sb  <sb@openoffice.org>  [48df5d3811b284973b6ea988eb537f4f6ec3cb89]

        #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections

2009-09-29  sb  <sb@openoffice.org>  [a54048870aebd04d16ded04184ed876437668e7c]

        #i101955# do not fail if an oor:external service is not installed

2009-09-28  sb  <sb@openoffice.org>  [023b02436b333bba84dfddc6ae4254d44fe6e31c]

        #i101955# indentation fixed

2009-09-25  sb  <sb@openoffice.org>  [e993d53e2a4bd6fd3eccdb885bd461d59fcec5b5]

        merged in DEV300_m60

2009-09-25  sb  <sb@openoffice.org>  [42345be352f413b571b83d262cc96025a9e8618d]

        #i101955# configmgr2 support for platform backends (with a new interface); adapted locale backend, rest to follow

2009-09-23  sb  <sb@openoffice.org>  [5743ea3fcb44965bf27004c747a5a5233b15dd4d]

        #i101955# minor improvements

2009-09-23  sb  <sb@openoffice.org>  [d6688c4ca3b0f7c4fdda24f183fe60894840b6dc]

        #i101955# notification support, continued (still to be continued; at least no longer fails miserably now)

2009-09-22  sb  <sb@openoffice.org>  [5ab6b21f22098727d905bae8b9c8eb6286c8edee]

        #i101955# rudimentary notification support, continued (to be continued; known to not work correctly yet)

2009-09-22  sb  <sb@openoffice.org>  [ec826ada913dcbe494f07055683538f525d80418]

        #i101955# rudimentary notification support, continued (to be continued; known to not work correctly yet)

2009-09-21  sb  <sb@openoffice.org>  [b5ba31ba01639a189a0c7077b763a2c3dd02a347]

        #i101955# rudimentary notification support (to be continued; known to not work correctly yet)

2009-09-18  sb  <sb@openoffice.org>  [07efdd981d2da9de49b4887949c5cd6205335a44]

        #i101955# cleaned up markAsModified

2009-09-17  sb  <sb@openoffice.org>  [4a3314197920e8e06140a9661d2476f3f2014410]

        #i101955# fix error (flagged by GCC)

2009-09-17  sb  <sb@openoffice.org>  [e0d923eebd71d3f2581a8402987d637bcfff060d]

        #i101955# added still missing functionality and some clean up

2009-09-16  sb  <sb@openoffice.org>  [11418032c587bcee688fcb4f76739c0e2520193b]

        merged in DEV300_m59

2009-09-16  sb  <sb@openoffice.org>  [ca107138e1786b636b8f81ebbcc9994ac7dd393f]

        #i101955# more fixes

2009-09-15  sb  <sb@openoffice.org>  [cc9d35ba95185ec95004272b6ed64f60581cd617]

        #i101955# work around GCC warnings in cleaned up configmgr2/qa/unit

2009-09-15  sb  <sb@openoffice.org>  [a84cb3bd6f21735dde5a955e2864c664102876f9]

        #i101955# cleaned up configmgr2/qa/unit

2009-09-14  sb  <sb@openoffice.org>  [eacccf63f0917e45ce8104e299811bcf8a3491bc]

        #i101955# more minor improvements

2009-09-14  sb  <sb@openoffice.org>  [5026f367cf0916e2684f0a664dd5d11905932732]

        #i101955# work around GCC warnings

2009-09-11  sb  <sb@openoffice.org>  [f3b80e4e33d292e4ab0d981c60f872996f1c22b5]

        #i101955# replaced $/ with plain / in new makefiles (no 4nt support any more)

2009-09-11  sb  <sb@openoffice.org>  [07b9c7411c01b5051871a65bdff5e5dd550f2d28]

        merged in DEV300_m58

2009-09-11  sb  <sb@openoffice.org>  [37f2edbc91a1800b1f68eee5fd908938ab817ae2]

        #101955# transfered (and adapted) unit test from old configmgr/qa/unit to new configmgr2/qa/unit; fixed errors in new configmgr2 code revealed by that unit test

2009-09-10  sb  <sb@openoffice.org>  [0fdd5ada8bad6d7058c5ad117ff6b230ce1a9619]

        #101955# configmgr2 unoapi tests

2009-09-09  sb  <sb@openoffice.org>  [3342c0cd12956247de18927d4c3822cf6e18e5f7]

        #101955# more minor improvements

2009-09-08  sb  <sb@openoffice.org>  [e9f1b8736ddf6d53d518d853f2420aadcae5f958]

        #i101955# minor improvements

2009-09-08  sb  <sb@openoffice.org>  [bc6a16b70e09fc1210bc7a52d4b74fdcdbf1a7b9]

        #i101955# split configmgr2/source/xml.cxx

2009-09-07  sb  <sb@openoffice.org>  [1b4407b98580c6d20a060c5f151d401c83aae2b6]

        #i101955# simplified parseValue functions

2009-09-07  sb  <sb@openoffice.org>  [1e4b628a918905f43b39395dde48907f6e92c5dc]

        #i101955# write registrymodifications.xcu file directly, instead of using libxml2 (will become fast once CWS mhu20 makes sal file I/O buffered)

2009-09-07  sb  <sb@openoffice.org>  [54f84fe846c362e3b2b94e8545bafd873253705e]

        #i101955# UTF-8 conversion cleanup

2009-09-04  sb  <sb@openoffice.org>  [ab1ce9610fa399348a164fe1f8ed52919a0fe597]

        merged in DEV300_m57

2009-09-04  sb  <sb@openoffice.org>  [a255d9a0db453a89a8405a2b48a95975a4d68158]

        #i101955# renamed LocalizedPropertyValueNode -> LocalizedValueNode

2009-09-04  sb  <sb@openoffice.org>  [0baf4be34683544c2ad8bfdb68e2be0aaf325036]

        #i101955# improved performance of clodeNodeMap

2009-09-04  sb  <sb@openoffice.org>  [c2510cdb992df2f8bbb8893b1a74320fc11d677e]

        #i101955# introduced Node::kind() to dispatch on different node kinds with something faster and more readable (swich) than pure dynamic_cast (still using dynamic_cast after kind(): it is assumed to be fast enough to dynamic_cast to the actual dynamic type, and safer than static_cast); I still consider the resulting code more readable than clunky C++ double-dispatch implementations or adding excessive number of virtual functions to Node directly

2009-09-03  sb  <sb@openoffice.org>  [0a000546ce8fdf333b2cd2f02b161a07d102a656]

        #i101955# fixed parsing of xcs <set><item> elements

2009-09-03  sb  <sb@openoffice.org>  [188dbe98807ade0880154dc146c58ef4d30ff92c]

        #i101955# minor simplification of configmgr2 code

2009-09-02  sb  <sb@openoffice.org>  [05c71f56d898c67a4a7d33e3e34f8bb05099644a]

        #i101955# further improvements of new configmgr2 XmlReader (parse CDATA sections, skip comments and DTD)

2009-08-31  sb  <sb@openoffice.org>  [c02e314fbd7a08bd5ab1243fbf95e68822cfc463]

        #i101955# prevent GCC warning

2009-08-31  sb  <sb@openoffice.org>  [fb6cf810c69f42846e4f3b2f999c3e3854edb73b]

        #i101955# further improvements of new configmgr2 XmlReader

2009-08-27  sb  <sb@openoffice.org>  [6a2f52be17acb7bb899aff8e6f364c2e722f7328]

        #i101955# create the whole user path directory hierarchy (this error was hidden by the old configmgr implementation which always had created the user path directory hierarchy on its own already when this code was reached)

2009-08-27  sb  <sb@openoffice.org>  [7d33eec9f7fd70d0a52b9e30668f54e578e2684c]

        #i101955# do not read the old user xcs/xcu layer (it would potentially fail, anyway)

2009-08-27  sb  <sb@openoffice.org>  [6de0474cf34cb9e7cc6cf6625b5c6cdd30b33a6b]

        #i101955# allow xml namespace to be explicitly declared in an XML file

2009-08-27  sb  <sb@openoffice.org>  [75014efe95aee871457d8b7c997f20f72f48e35f]

        #i101955# adapt to Windows .ini (vs rc) ini-file names

2009-08-27  sb  <sb@openoffice.org>  [24d60f1533a735363d01696b0d7514349da66208]

        #i101955# implemented full normalization of XML attribute values

2009-08-26  sb  <sb@openoffice.org>  [95cd90b64aa7852dabb871fffd59ce51488b8d9d]

        #i101955# new osl_File_MapFlag_WillNeed (honored on MACOSX and SOLARIS for now)

2009-08-25  sb  <sb@openoffice.org>  [28c8ff0ab1fb0b1db7abf28a47f3fc2d48f4d305]

        #i101955# improve performance by removing unnecessary stuff from XML files (esp. whitespace) and abandoning osl_File_MapFlag_RandomAccess (which, at least when measured on some Linux box had slightly negative and no positive impact on cold and warm startup times)

2009-08-24  sb  <sb@openoffice.org>  [9db97c6c6a39492f76c6767d8e16cb6650421241]

        #i101955# minor fixes to previous change

2009-08-24  sb  <sb@openoffice.org>  [c4135bde0fc4b35da6e3021a75a5cda511dded5e]

        #i101955# in the hand-crafted XML parser, use osl_mapFile instead of osl_readFile (and abandon the trick of marking the end of file with a null byte), hoping the net result is faster

2009-08-23  sb  <sb@openoffice.org>  [843527ba5e9025bb01f37b7e147937236d0eda84]

        #i101955# work in progress of using hand-crafted XML parser instead of libxml2, to improve performance

2009-08-19  sb  <sb@openoffice.org>  [d555d999565d347b979f2401fcc21b66dcc61ec3]

        #i101955# improved XML value encoding (using new <unicode> and <it> elements)

2009-08-19  sb  <sb@openoffice.org>  [d358c9cf7e917ac31e0e7e0384384ebb737903f7]

        #i101955# minor improvements

2009-08-18  sb  <sb@openoffice.org>  [13f2eb5fc296ca4951637e1c25e7e330c3e4151f]

        #i101955# fixed configmgr2/source/xml.cxx parseType to parse type names based on namespace IRI instead of namespace prefix again

2009-08-18  sb  <sb@openoffice.org>  [a34d072db63aefb6d76bb226c142737e0653bfde]

        #i101955# fixed some problems with previous commit

2009-08-18  sb  <sb@openoffice.org>  [8a16dee48eb34486e57bee941311232c2c1a2f4a]

        #i101955# for performance reasons, switched configmgr2 XML reading from DOM-based to libxml2 streaming xmlreader API; also slightly changed format of .xcd and registrymodifications(.xcu)

2009-08-07  sb  <sb@openoffice.org>  [e878622e97aa0b512cb24553f2d0daac2e49a34d]

        #i101955# refactored configmgr2/source/components.cxx

2009-08-06  sb  <sb@openoffice.org>  [f06edd112bc68e8c5472a830fa68dbf01927ff5c]

        #i101955# replaced uses of STLport hash_map with map to (drastically) improve performance

2009-08-06  sb  <sb@openoffice.org>  [bf5ee44929f8ca58b4997490d5e293ce33e90f72]

        #i101955# fixed Windows configmgr import lib

2009-08-05  sb  <sb@openoffice.org>  [8cc805c72c5ba47161a29a321f0502bc545923f4]

        merged in DEV300_m54

2009-08-04  sb  <sb@openoffice.org>  [12e4406275bcc76322bc5c6f10a86b3159fb9277]

        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)

2009-07-30  sb  <sb@openoffice.org>  [1d4f6264cca6b587f35fae0595b32377ec1d64c6]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-29  sb  <sb@openoffice.org>  [f7e78c4f3d3e59c0b9c90b0b555988772d1d772d]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-29  sb  <sb@openoffice.org>  [72ffcad812cb8b53362bd250391ce1e8e3d6c55c]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-28  sb  <sb@openoffice.org>  [cff40c96c3249db152b83229f96b524912061de6]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-27  sb  <sb@openoffice.org>  [de28278e09f39c2eb6ff4b3dc59751ee819cd7f6]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-27  sb  <sb@openoffice.org>  [9b11ba7f3de85b9fc6590a26563fe2ad0a34516f]

        #i101955# handle %origin% in extension .xcu files (the solution to simply place a .xcu.mod next to the .xcu still needs to be improved)

2009-07-24  sb  <sb@openoffice.org>  [8e2f340474463572b4a429005a4ae1c4a6d46cc8]

        merged in to-the-side fix 612f254587d6

2009-07-24  sb  <sb@openoffice.org>  [2a7d43f412450b6e3c4eeef4e44dd553bdd47445]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-24  sb  <sb@openoffice.org>  [8963784f07ae9b3e29b159b5bb30e7ac4e9fd77b]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-23  sb  <sb@openoffice.org>  [f3e1ef5d6401f65a08c84b9bde5bdaa8a1aff3fe]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-23  sb  <sb@openoffice.org>  [835ba8075f916d0c0c92ea5ca1f95356e3874dde]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-22  sb  <sb@openoffice.org>  [d25e6f716f7c7806de8c5de76847929dfdfc118e]

        merged in DEV300_m53

2009-07-22  sb  <sb@openoffice.org>  [7ea0bb9d6168b3d5071e3d8187828dadea201ea6]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-21  sb  <sb@openoffice.org>  [679b130ae04f19e15bdd1047f3d6c5f575284142]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-14  sb  <sb@openoffice.org>  [5d938681b012b6258b20e9278921af53e85d011f]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-14  sb  <sb@openoffice.org>  [cf5145e55b3c2bee530489d1cd712f543dbfbe4c]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-13  sb  <sb@openoffice.org>  [d9e0dc8cc6a8afc5cd6b008cd47fd8cae7aa1070]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-13  sb  <sb@openoffice.org>  [3ecd308abc5596f910c91461c24a09bcdc8f943d]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-13  sb  <sb@openoffice.org>  [6f5a919942c306a4c8e0d444cb71d91a1732c8fa]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-13  sb  <sb@openoffice.org>  [d64be91f46bac3a2407f8df4a097f82c26be9969]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-10  sb  <sb@openoffice.org>  [fb199ad07f464e655512a6ea60cffaf640cf4045]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-08  sb  <sb@openoffice.org>  [33a5ae5301d25e707253e54d858321e28d56b862]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-08  sb  <sb@openoffice.org>  [364a152be8e6115a9e8990330319a0277b126bfd]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-07-02  sb  <sb@openoffice.org>  [bf6589e21a3f926c589e498d2d4d2d91b9856aa9]

        merged in DEV300_m51

2009-07-02  sb  <sb@openoffice.org>  [2ee8e1e4160e3b89629eaaa80377084588d59999]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-25  sb  <sb@openoffice.org>  [ef02d5d50883a0f1d555201fadd00e6407fe2861]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-25  sb  <sb@openoffice.org>  [15bec729656fe83dc5422dfd654c84cd5104af4a]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-24  sb  <sb@openoffice.org>  [3caee344c164cedf55ade81693ba06a80f76590f]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-24  sb  <sb@openoffice.org>  [4d08d6b7f2faf16dcb298160c088f6747f6f9738]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-24  sb  <sb@openoffice.org>  [ab6ac341b57a755176d08f2365d3885ccab3fb09]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-24  sb  <sb@openoffice.org>  [31be8cdcb80e0738eaec1c28722682734523781b]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-23  sb  <sb@openoffice.org>  [355d21348171dd88c778a8390e49908880456c6d]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-23  sb  <sb@openoffice.org>  [5d64cdf0302755925e3163a4f4d1d880851d53e4]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-04  sb  <sb@openoffice.org>  [a5cfd787a45e08206bac06cf901f2104a37ad76f]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-04  sb  <sb@openoffice.org>  [18c3804aa1ee40b11778bb72ff65ee8961df2f78]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-04  sb  <sb@openoffice.org>  [d699703e0b687e71904bf1f2120baffa73912164]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-04  sb  <sb@openoffice.org>  [9495742e298bf5161c8513bb2b87dc5703acb071]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-04  sb  <sb@openoffice.org>  [eed926e3b318978b931699d032f20ab7a1092199]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-03  sb  <sb@openoffice.org>  [b7c6ec0f09580d08787659ef518b56ec3e399d65]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-03  sb  <sb@openoffice.org>  [a481313b51f3ea65011696b3e0461a6446126971]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-03  sb  <sb@openoffice.org>  [54f34c0320ec679e1ecbedd4338bae981caed9f9]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-06-02  sb  <sb@openoffice.org>  [8f5b1974607654fe986eda779f5ab5568c67a419]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-29  sb  <sb@openoffice.org>  [7521363773979c9ab5c332fd548dbe057c216191]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-29  sb  <sb@openoffice.org>  [b318e248d9185c76919bb6fcb39ef52e6e45439d]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-28  sb  <sb@openoffice.org>  [9a2963e0dbd7615901cac47593e6598f06d054cf]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-28  sb  <sb@openoffice.org>  [b8ec70a399342d6e66fa56c616193ac4fd66a892]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-28  sb  <sb@openoffice.org>  [e357218bfa2a66363b2d819f061f4fa7c07afe12]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-27  sb  <sb@openoffice.org>  [13f3b64c1eef7a17e105df34ac90068555e1707d]

        #i101955# removed unnecessary dependencies on configmgr

2009-05-27  sb  <sb@openoffice.org>  [e3a4f6bf33bd758cd3c03e2400ce9a4b48de9ff4]

        merged in DEV300_m49

2009-05-26  sb  <sb@openoffice.org>  [d230487ff29bf46ad04a9a1172930a091d059bec]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-26  sb  <sb@openoffice.org>  [6e404e7ff30ffa3abce3b313775845b0bbe41d82]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-22  sb  <sb@openoffice.org>  [a0b19238d027387a177363572cfb66aaacddb47f]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-22  sb  <sb@openoffice.org>  [6b6eea4fc1406d84861f6295a663c95a3a1d7940]

        #i101955# improved error reporting

2009-05-20  sb  <sb@openoffice.org>  [27a68d9275d84cfd9eaaa76fc2c45a36185e1c2c]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-20  sb  <sb@openoffice.org>  [ae182bce81b2e20e63cb7f52b10185aa14fc7423]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-19  sb  <sb@openoffice.org>  [9a5f7ea470931d854731b8a99131908a4bcd1eb4]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-19  sb  <sb@openoffice.org>  [c5d20a84e4c045cef961554a8b360834cdfbf985]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-18  sb  <sb@openoffice.org>  [d6358a206767f50c970b57eb73b7534b066df15e]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-18  sb  <sb@openoffice.org>  [9f69e2a3176d4df6313f1cf58554238c77ad91b0]

        #i101955# removed dead Webtop code (this can be further improved by completely dropping the vendor variables if they are truly unused; for now, they continue to expand to empty strings, and just the computation of those empty strings got simplified in the code)

2009-05-18  sb  <sb@openoffice.org>  [3b4663e6b07a3c75ea9928ff89498dee29804e27]

        #i101955# improved error reporting (improving previous -c acee60ce43e6)

2009-05-18  sb  <sb@openoffice.org>  [d5cd5146345cd3b600f53e5f8df7453ea365a2e9]

        #i101955# fall back to en also if locale is empty

2009-05-15  sb  <sb@openoffice.org>  [d05ba6088ed6a1b80c90692d083b27fb492deb8a]

        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")

2009-05-15  sb  <sb@openoffice.org>  [5bd73afc37ceffb302d1ad1d18e8af6c985deae6]

        #i101955# improved error reporting

2009-05-15  sb  <sb@openoffice.org>  [6d44382618d716c73324dfd6256a66f9a827200c]

        #i101955# removed obsolete code

2009-05-15  sb  <sb@openoffice.org>  [6b849a6aeeb9ea8b1e25e28d5a8be390e425f84e]

        #i101955# initial work in progress of a configmgr reimplementation (for now in an extra module "configmgr2")

2009-05-15  sb  <sb@openoffice.org>  [07f98fafacd919fe84e7ffec134270ae215c6dac]

        #i101955# changed .xcu files to become syntactically correct (errors the existing configmgr implementation apparently did not check); according to os@ooo, ultimately the Name properties in Labels.xcu shall become localized, so that this change probably needs to be reverted then

2009-05-15  sb  <sb@openoffice.org>  [b4c5c4a2ad2fef667495428c2ccbe9f723fa9b30]

        #i101955# changed .xcu files to become syntactically correct (errors the existing configmgr implementation apparently did not check)

2009-05-15  sb  <sb@openoffice.org>  [3868ca0f3308d0cfa275e1eebb05a42cc2d3e27c]

        #i101955# DTD did not reflect that components can have direct prop children

2009-05-12  Release Engineers  <releng@openoffice.org>  [a0b0b136ef8b02d58c85ec2b221f6f654e5e7b2f]

        Create DEV300_m48 milestone tag from trunk@271829

2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [c8ba0c921140c1afc84cc2703ed229f6fba4f7d9]

        impress195: #i102142# Fixed order of initialization in constructor.

2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [bce9709292b36adf3d8f05b36cc0842811cad8d7]

        impress195: merge with DEV300_m92

2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [61099481271709723469421181f65e6219cbc271]

        impress195: rebase to DEV300 m98

2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [312cafc472e4ac74a045baf123476a2457c15185]

        impress195: merge with DEV300_m92

2010-07-14  Andre Fischer  <af@openoffice.org>  [c17699540dc03932a9f9262b84a53483fca2f40a]

        impress195: #i91102# Another Matrox G550 DirectX blacklist entry.

2010-07-14  Andre Fischer  <af@openoffice.org>  [e00b74f231f23cd141fa3ba6f7656506926f9293]

        impress195: #i64671# Fixed font pitch processing.

2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [d19dc752fe6b9f88c7c6aa4686d8d8c6404cde26]

        build breakers

2010-07-23  Mathias Bauer  <mba@openoffice.org>  [8baaab4f34d4e9a39c554a87ea1699c779d74983]

        CWS changehid: #i111874#: some HID cleanup

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [124df99b73b2c0b450bd5c9dd74883e16fc2c3e7]

        CWS changehid: #i111874#: pickerhelper.hxx removed

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [24c7e8d018f977bf8e5664825bb81fc34d4133de]

        CWS changehid: resync to m85

2010-07-21  Mathias Bauer  <mba@openoffice.org>  [e92515df270ea0d52e47d6922a83d968f6445b93]

        CWS changehid: #i111784#: rework keyword search

2010-07-20  Mathias Bauer  <mba@openoffice.org>  [db369db99b2f897b1a304a4c010dfd1998e2fa40]

        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [6b7cfcf20984092bb9907083bcf089709d005da5]

        CWS changehid: #i111784#: SetDialogHelpId changed

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [61fbf48ab38bb3b3a6cc41de3435f327ccccf830]

        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [ab22ac073431af69a5c59cecbff92db6737bd3db]

        CWS changehid: #i111784#: fix error in fpicker HelpURL

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [fc36d6a80a11f89c6a155f737e6a42665c039564]

        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs

2010-07-16  Mathias Bauer  <mba@openoffice.org>  [2d07734f316c1795bc59ed0974b3dc6612ed3f24]

        CWS changehid: #i111784#: remve wrong commit

2010-07-16  Mathias Bauer  <mba@openoffice.org>  [f1482b059a1906c9098e0c37df315ad1ca8a83b1]

        CWS changehid: #i111784#: helpid fallback on command name used

2010-07-15  Mathias Bauer  <mba@openoffice.org>  [f63122a36c49fddb002aa366c656baace37c25d8]

        CWS changehid: #i111874#: remove unnecessary HelpIds

2010-07-15  Mathias Bauer  <mba@openoffice.org>  [4d5f552378c194e195c7d20f3b90d2e582a70c7c]

        CWS changehid: #i111874#: fix warning

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [8eea0b1b4ba5f07a89fb2bacb39f1c8d9c3039e6]

        CWS changehid: resync to m84

2010-07-10  Mathias Bauer  <mba@openoffice.org>  [f24b1da07ebfbc95e76af93fc9c7133f7d52daa5]

        CWS changehid: #i111874#: change code to support HelpIds as byte strings

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f8a801d058e39e89a71c85afdb0b1c1718f36b45]

        fix windows compile

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e2ad46c4d4bb61681caf69938ee0fc41f69d9de3]

        fix warnings

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [db3bae48af6b96d853b204f065b5843c4f7f712e]

        fix a warning

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [50c6c0aaebeda0f131e35da61729479180184192]

        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids

2010-07-22  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d7be262d4fcf0010d863971e3463020547140523]

        renaissance1: #i107215# Replaced unhide text button by icon button.

2010-07-01  Andre Fischer  <af@openoffice.org>  [804897371519e0536bef81b0e9933bd7b07c7d54]

        renaissance1: merge with DEV300_m84

2010-06-16  Andre Fischer  <af@openoffice.org>  [b7d77d0ddd2cd3c6676d0dc2e8844d13651fd97a]

        renaissance1: #i107215# Updated high contrast icons for slide sorter.

2010-06-07  Andre Fischer  <af@openoffice.org>  [e50602773f270f92a20f7495ac5c7d1878bba2c8]

        renaissance1: #i107215# Bug fixes. New focus indicator bitmap.

2010-06-07  Andre Fischer  <af@openoffice.org>  [79c69e58ca20a9a59719c47ccdf2e2f442110fcd]

        merge

2010-05-31  Andre Fischer  <af@openoffice.org>  [094028f4d7106f845121d5ce41bd5960e49d8650]

        renaissance1: #i107215# Some small fixes and improvements.

2010-05-26  Andre Fischer  <af@openoffice.org>  [f6e4e9f6faccccb19f5c1a7a60445108ad252379]

        renaissance1: #i107215# Increased minimal slide width. Replaced some icons. Insert indicator shows exclusion indicator.

2010-05-21  Andre Fischer  <af@openoffice.org>  [2f589a611e84adc901dc957d39014f69dfdab188]

        renaissance1: #i107215# Mouse wheel scrolls whole slides.

2010-05-21  Andre Fischer  <af@openoffice.org>  [a575f57c83e0129393f3ad36e41a5a25ba468e46]

        renaissance1: #i107215# Cleaned up nameing of large button bar icons.

2010-05-19  Andre Fischer  <af@openoffice.org>  [018b66511169e999824538c8e0a1d18e23cb0edf]

        renaissance1: #i107215# Added medium sized slide sorter buttons.

2010-05-05  Andre Fischer  <af@openoffice.org>  [fe9cefadf4a68d17c6708b41fda0644be21a2158]

        renaissance: #i107215# Increased contrast on small icons.

2010-04-27  Andre Fischer  <af@openoffice.org>  [06c02f9eac3b325eb9a07fce33c4509a5fcc8267]

        renaissance1: merge.

2010-04-27  Andre Fischer  <af@openoffice.org>  [daab3e354873eb910fc1061bd2ff9155c87f6f9f]

        renaissance1: #i107215# Modified some icons, added more.

2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a777720f6f8ba3b9aa524a369a555a98cd0effef]

        renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visualisation

2010-08-04  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [80ca59e424f692f0d014527200fdd5cc5d51f8db]

        renaissance1: #i107215# Fixed 64bit compilation problem.

2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [f6f33c5ceec975a63b600c79333478fd3fa9d164]

        renaissance1: merge with DEV300_m80

2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [d7c686eea6182fa61153439bdc9591648630bd58]

        renaissance1: merge with DEV300_m75

2010-03-19  Andre Fischer  <af@openoffice.org>  [1b06cbc631f4d6e58ec5b9d8f82bc882a3e4b3c7]

        renaissance1: #i107215# Reorganized and improved layouting.

2010-07-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [4cda571eda7bd9abe5f95d13a6d0b0cb93ed24b0]

        renaissance1: resolved merge conflicts, cleanup.

2010-07-01  Andre Fischer  <af@openoffice.org>  [7f75c3a69a3b06165c9f0853ddc6a9931faa9d26]

        renaissance1: merge with DEV300_m84

2010-06-07  Andre Fischer  <af@openoffice.org>  [edb49607713e4730f37e86c09b893e04a0d48b2e]

        merge

2010-04-27  Andre Fischer  <af@openoffice.org>  [52249d83d2e91d3a7d7936a6a36194badd820e30]

        renaissance1: merge.

2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [396d3e951004833cedb68d34edc1be6e65fd21d3]

        renaissance1: corrected warning

2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [ab41fc59820938df287c369362ea25fa7a91ef96]

        renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visualisation

2010-06-09  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [4f432344a30b9bc9858a590deb244ee5a0f08e2b]

        impressaccessibility7: #i111669# Added state SENSITIVE to slides sorter objects.

2010-06-04  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [e7638a7e6461f971cfde4b99fd9e246537a2f222]

        #i111784# call hooks after selecting in tabelcontrol

2010-05-26  Thorsten Bosbach  <tbo@OpenOffice.org>  [6b17f4b6bc3a08591c62ee79147cffaad9d72020]

        strange new files

2010-04-13  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [f3d3abbe4f0df2a9b7fc6bc6c758611ea1e79ab2]

        fix some errors

2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [046feb8940fd72ef45dab44766183bfed2b8895a]

        #i101955# - Adjustments to QA testscripts

2009-10-27  skotti  <skotti@wintermute>  [4c1c065aa096c3358b1a5ee7c0569c209f14b0e5]

        Merge latest DEV300 and CWS sb111

2009-10-21  sb  <sb@openoffice.org>  [62c20d20256f09f150e07ae56c218e962196db52]

        merged in DEV300_m62

2009-10-09  sb  <sb@openoffice.org>  [a6e835a448cdbbe34b378bb402d92d16c57925ee]

        #i101955# improved previously modified fgetL10Nvalue

2009-10-09  sb  <sb@openoffice.org>  [4ba9368254536a3d77324c07eff36cfcfc1b6f87]

        #i101955# fgetL10Nvalue now uses UNO to access the configuration, instead of parsing undocumented configuration data files

2009-10-08  sb  <sb@openoffice.org>  [553c700b35959838f83dfdeb5fa354c341462a9d]

        merged in DEV300_m61

2009-09-25  sb  <sb@openoffice.org>  [3a098eb85b8f858b2eb81690532d21f97b668ffe]

        merged in DEV300_m60

2009-09-16  sb  <sb@openoffice.org>  [7fdcbf2f3338b178ab1798b36d2e5c8541b7e733]

        merged in DEV300_m59

2009-09-11  sb  <sb@openoffice.org>  [5f8b60a17e30cfb78715fbe03f80e292879e9a92]

        merged in DEV300_m58

2009-09-10  Release Engineers  <releng@openoffice.org>  [329bca69e81a705c472581a59c1ef9d3245225fe]

        Create DEV300_m58 milestone tag from trunk@276042

2009-09-10  sb  <sb@openoffice.org>  [c5f6b62c6560b0aaac70efc448ab7ab2c4c9cf1a]

        #101955# configmgr2 unoapi tests

2009-09-04  sb  <sb@openoffice.org>  [0f4466a299b50c9deefbfad301dc1ae7c4b97f48]

        merged in DEV300_m57

2009-08-28  sb  <sb@openoffice.org>  [e335318f7fa315507a3ac4cb75e62f18fafc899b]

        #i101955# adapted smoketest to previous HG change 8a7b875f63e1 (smoketestoo_native/config.pl now writes a registrymodifications.xcu); cleaned up

2009-08-05  sb  <sb@openoffice.org>  [2a01d80fba5479ba592f7f937d9d07639f0da3fa]

        merged in DEV300_m54

2009-07-22  sb  <sb@openoffice.org>  [471d51d680fbbace0b6ac220abd89162d6b07377]

        merged in DEV300_m53

2009-07-02  sb  <sb@openoffice.org>  [81b61f144ee0993686dedfef97d3cd7fca3ab84b]

        merged in DEV300_m51

2009-05-27  sb  <sb@openoffice.org>  [1285af84233c5d3c954edaf21440b5bdd7ab8d25]

        merged in DEV300_m49

2009-05-12  Release Engineers  <releng@openoffice.org>  [cce880c5d8f64fbb0d85f3923e070fad64268f6d]

        Create DEV300_m48 milestone tag from trunk@271829

2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [44a4be5d42e9d393b62bf5b88dbde1c3cd576a91]

        impress195: merge with DEV300_m92

2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [34c72d32a6fe0960291ebe61820defcda5cacd8e]

        impress195: merge with DEV300_m92

2010-07-14  Andre Fischer  <af@openoffice.org>  [a7b3942c0f04f24455ab85ec0c0a8c2a0014da0f]

        impress195: #i64671# Fixed font pitch processing.

2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [919d784b8fd307fead81b7102ddc714904b3a7c1]

        renaissance1: merge with DEV300_m80

2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [22ee87299a505d2a83b6834ba2b56f22a52fffa7]

        renaissance1: merge with DEV300_m75

2010-03-23  Andre Fischer  <af@openoffice.org>  [9c704517cf428b8f2823260547517a85340b2106]

        renaissance1: #i107215# Improved button handling.  Added debug design dialog.

2010-03-10  Andre Fischer  <af@openoffice.org>  [fa9c296e4b6a6f7cacb60e2cd1f09b5446dbc862]

        renaissance1: #i107215# Improved calculation of insertion indicator, excluded pages.

2010-03-08  Andre Fischer  <af@openoffice.org>  [8f50dedef4f164ebb85e373a531a9fe401f7d283]

        renaissance1: #i107215# Improved handling of transferables.

2010-03-02  Andre Fischer  <af@openoffice.org>  [a9af8cdb36ee9a19d2a6a0d6b4b97130a8fa8f6b]

        renaissance1: #i107215# Modified display of substitution and insertion indicator.

2010-02-19  Andre Fischer  <af@openoffice.org>  [1dc0c9175ad121889fdb02e831ba568b35b01280]

        renaissance1: #i107215# Integrated preview border into shadow bitmap.

2010-02-12  Andre Fischer  <af@openoffice.org>  [df44ac6a7045ff25bf05a9f7bcf2e526cd5c0485]

        renaissance1: #i107215# Added bitmap for painting shadow around slide sorter previews.

2010-07-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [6f6a64b2eacda800da0385263d73dece97a80c41]

        renaissance1: #i107215# Update of slide sorter icons.

2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [10ab5aa3953d58f3430819a990250741aff25d4e]

        renaissance1: merge with DEV300_m80

2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [d76f5aa618f4484b97e9c3846d8fc6d717a306bb]

        renaissance1: merge with DEV300_m75

2010-04-09  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [91959a7278da32ef9e44abb2b9b2fd35eb3a6195]

        new define CONST_CTTableControl

2010-10-15  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [0eee4cff9975faf99d72056f6aeab2bae87016b7]

        impress195: #158718# Added some checks to validate pointers.

2010-07-23  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [1abb6221443d4a14427eab4cbb0e96ee3966a019]

        renaissance1: #i107215# Properly restore selection after model changes.

2010-04-09  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [536fef4b613ed07e96145fffcf61dc4d7d426496]

        add methods for tablecontrol

2010-04-09  gh93821  <gh93821@sr1-eham02-04>  [d93091832789fc586916720da62a341a731fbd66]

        add controltype for tablecontrol for testtool

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [aa1ffc625a2ba4fe26102ca90f34dd45206a4af1]

        gridcontrol_03: merge with DEV300_m75

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [550d319ebe948dff72deaac7f0ef87f30c53006b]

        fixed bugs  for linux build 4

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [20f87300bcdb85babae2eaa617b3424ba800dcbd]

        resolved conflicts rev 265602

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [a3ab9e8435dc16a89589e552a66485da4eb60d04]

        recent changes for grid control

2010-10-14  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d2f35280c987837671322c977138fcc2402287c0]

        impress195: #i80637# Changed the algorithm for mixing of elements.

2010-07-22  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [edc18425b8c2455c5f0d172126156d90e7c06eb2]

        renaissance1: #i107215# Replaced unhide text button by icon button.

2010-08-09  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [c8125819e1b831f36203d8545b49df9041cc106c]

        impress195: #i113720# Break cyclic dependency between DrawController and ModuleController.

2010-07-15  Andre Fischer  <af@openoffice.org>  [c29298b9000e4d2fb9661accef3c6fdab9e33eab]

        impress195: #i113169# Reducing default frame duration of animated images to 0.1s

2010-07-14  Andre Fischer  <af@openoffice.org>  [cff2fd00939de5cf59ea6b6039b33ff3daf6bfd0]

        impress195: #i112510# Stop leaking task pane FocusManager singleton.

2010-07-14  Andre Fischer  <af@openoffice.org>  [a800b0d9fdf41cf11f8dbd91ff04321190bf289d]

        impress195: #i102142# Stop leaking windows.

2010-07-14  Andre Fischer  <af@openoffice.org>  [c21a1d8c48e057ce95cfffed85306471724e73d1]

        impress195: #i101808# Allow unused master pages to be deleted in master pages control.

2010-07-22  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d73c47726d83afc4196c49f6e2cd4d7f2f435637]

        renaissance1: #i96487# Fixed race condition on slide switching.

2010-07-21  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [41c42f2d98dd50a95268dc1091f6c8e21c3e6667]

        renaissance1: #i107215# Make buttons appear after slide sorter context menu is closed.

2010-07-16  Andre Fischer  <af@openoffice.org>  [c788fd00969b1f18208b9452d4f1a7791f303c1f]

        renaissance1: Fixed some warnings and errors discovered on 64bit build bot.

2010-07-16  Andre Fischer  <af@openoffice.org>  [9189993c1729c86362fb455f16c42ac2eb29e879]

        renaissance1: #i112337# Included fix from other CWS.

2010-07-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [436416a6320037855846fce127a0cfa77ac45270]

        renaissance1: resolved merge conflicts, cleanup.

2010-07-01  Andre Fischer  <af@openoffice.org>  [df76bfb0695d19d201936df80192108e7ce51b8c]

        renaissance1: merge with DEV300_m84

2010-06-21  Andre Fischer  <af@openoffice.org>  [4a33a0f64fa420d39d079c3ab31a0c4579dc83b7]

        renaissance1: #i107215# Slide sorter triggers page change after short delay.

2010-06-18  Andre Fischer  <af@openoffice.org>  [75154ca8f08ef1e188498c077ca195b134ce2675]

        renaissance1: #i107215# Updated some license headers. Cleaned up Theme class.

2010-06-18  Andre Fischer  <af@openoffice.org>  [79c80fc9c4b819c3d1a4ad7aeacf7be90a9410c5]

        renaissance1: #1107215# Previews are updated on model changes (to reflect changes of page numbers etc). Fixed insert position at end of document.

2010-06-17  Andre Fischer  <af@openoffice.org>  [4eed61af82a02cc7e9f49faa44f6cf32a56f6e00]

        renaissance1: #i107215# Fixed focus handling of relocated slide sorter.

2010-06-17  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [11ce307732218d59f8132eb0a0fb4b08a4048c3f]

        renaissance1: #i107215# Added guard against missing dispatcher.

2010-06-17  Andre Fischer  <af@openoffice.org>  [d57de36d81f882cae9f014d5279d74401ea4bdea]

        renaissance1: #i107215# Do not show buttons for Draw documents.

2010-06-17  Andre Fischer  <af@openoffice.org>  [e51ec1618df9b1622480c4958a6f59742f6623f0]

        renaissance1: #i107215# Focus indicator not lost anymore on mouse-over.

2010-06-16  Andre Fischer  <af@openoffice.org>  [5da6de552eaef7849e563d7b3c0ef8dc1a3d54ac]

        renaissance1: #i107215# Fixed painting of page object backgrounds. Page numbers of selected pages are now painted darker.

2010-06-16  Andre Fischer  <af@openoffice.org>  [a72371004cf4bc3f698dc15d10ec7a3be238a309]

        renaissance1: #i107215# Workaround fix for accessibility deadlock on Solaris.

2010-06-15  Andre Fischer  <af@openoffice.org>  [9d350375a78d44b3fa9a5e6ed8732057d171c287]

        renaissance1: #i107215# Page number color now depends on background and frame color.

2010-06-15  Andre Fischer  <af@openoffice.org>  [0832b196adfe382c4cbced57ff309cf4dda439b7]

        renaissance1: #i107215# Integrated accessibility fix from other CWS impressaccessibility7.

2010-06-15  Andre Fischer  <af@openoffice.org>  [6efdc84459e2f1b1545278cca890de8135885d3e]

        renaissance1: #i107215# Fixed update of current slide in slide overview after ending the show.

2010-06-15  Andre Fischer  <af@openoffice.org>  [97d0f93bea3623a82d6046d3196939a393aef6da]

        renaissance1: #i107215# Disabled duplication of slides in master mode.

2010-06-14  Andre Fischer  <af@openoffice.org>  [6cf612be544e8adfae34d5c37951bef7183a941f]

        renaissance1: #i107215# Use Excluded state of page descriptor directly instead of the visual state.

2010-06-14  Andre Fischer  <af@openoffice.org>  [caef452db36f0ba74d1f14cf9d58582aa83b52bb]

        renaissance1: #i107215# Improved high contrast handling.

2010-06-09  Andre Fischer  <af@openoffice.org>  [260dd6af0f55fcb0ee256e1b3f9d1d313bd4ff52]

        renaissance1: #i107215# RETURN inserts new slide (int slide sorter pane). Turned of tracking of current slide when mouse wheel is used.

2010-06-08  Andre Fischer  <af@openoffice.org>  [831ed5d6015c274d63ce323fbbb8d0a2994fab18]

        renaissance1: #i107215# Ctrl-Arrow does not reset shift-selection anchor.

2010-06-07  Andre Fischer  <af@openoffice.org>  [0865ddf7358ad8a0dc27b47089d25443ff789caf]

        renaissance1: #i107215# Bug fixes. New focus indicator bitmap.

2010-06-07  Andre Fischer  <af@openoffice.org>  [3d7b39ef940c025ed011423741a61bb801e2cb83]

        merge

2010-06-07  Andre Fischer  <af@openoffice.org>  [e96918175018ddff6b954c0b980b810f1569178c]

        renaissance1: #i107215# Fixed updates of slide previews.

2010-06-07  Andre Fischer  <af@openoffice.org>  [2f4ca0244d9c4dacdff2c1999600e1fb0cd640e0]

        renaissance1: #i107215# Slidesorter theme now uses correct selection and background color.

2010-06-02  Andre Fischer  <af@openoffice.org>  [4da1188ef466399a1bf910de924cc58cb28df2fc]

        renaissance1: #i107215# Do not show PresObjs in previews.

2010-05-31  Andre Fischer  <af@openoffice.org>  [be7fd6fad43488b196b7b6f34510bf9be2d5fce8]

        renaissance1: #i107215# Some small fixes and improvements.

2010-05-28  Andre Fischer  <af@openoffice.org>  [506928805ff99d435df21ebf8d0828c5698c53dc]

        renaissance1: #i107215# Some minor fixes and improvements.

2010-05-27  Andre Fischer  <af@openoffice.org>  [125c18fc864c2666c32ad907c6f7fce0d7fea82e]

        renaissance1: #i107215# 'Show' button of excluded slides has now a distinct hover state.

2010-05-26  Andre Fischer  <af@openoffice.org>  [cdefd2e2ce24a25ad4251656200460e62de21bf6]

        renaissance1: #i107215# Added missing assignment operator to Transferable::representattive.

2010-05-26  Andre Fischer  <af@openoffice.org>  [74383bb1da34d1f58968689489dd0888f94679dd]

        renaissance1: #i107215# Tool tips are now displayed after a delay.

2010-05-26  Andre Fischer  <af@openoffice.org>  [6cd3d5260d9e33c20b32664eb1ffb46ca6010e00]

        renaissance1: #i107215# Increased minimal slide width. Replaced some icons. Insert indicator shows exclusion indicator.

2010-05-21  Andre Fischer  <af@openoffice.org>  [ee97c30d51a1195f4eabc492d7a154d041ac7c8a]

        renaissance1: #i107215# Mouse wheel scrolls whole slides.

2010-05-21  Andre Fischer  <af@openoffice.org>  [0852b3606d7808cbe00b66e162f73ebb2ffc0f30]

        renaissance1: #i107215# Cleaned up nameing of large button bar icons.

2010-05-20  Andre Fischer  <af@openoffice.org>  [644bc4969487ae6516f9f46f4bede5fb1905698d]

        renaissance1: #i107215# Fixed crash and paint problem when scrolling fast through the slide sorter.

2010-05-20  Andre Fischer  <af@openoffice.org>  [633a42924f4088aaf387f7c8e17e6a2bba60fa9d]

        renaissance1: #i107215# Fixed some bugs in connection to multi selection.

2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [5ad79ff63008de36accc910d474f2e85b4d8d9e1]

        renaissance1: merge with DEV300_m80

2010-05-19  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [d54bac1dc6b21caf0a6d17dc4faf816c04ada723]

        renaissance1: #i107215# Resolved minor compilation problems.

2010-05-19  Andre Fischer  <af@openoffice.org>  [e96380dabd5efeee7e7cf93749f64aefbc501e53]

        renaissance1: #i107215# Added medium sized slide sorter buttons.

2010-05-10  Andre Fischer  <af@openoffice.org>  [f59b182b35a4d9b2d88e193e8e485c316416a125]

        renaissance1: #i107215# Active placement of help text.

2010-05-07  Andre Fischer  <af@openoffice.org>  [88efd3930328e67669d4e569c295d5c88b20f5d0]

        renaissance1: #i107215# Improved the debug dialog.

2010-05-06  Andre Fischer  <af@openoffice.org>  [db3cf578489a6335a113121ea4a3dcedc4cda223]

        renaissance1: #i107215# Added separate alpha value for button bar background.

2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [3660c4324cf2da169d24e8cc1e1662faedee935e]

        renaissance1: #i107215# Small fixes.

2010-05-06  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [5c78302579a77e73f77249ea71ae07daa6df768c]

        renaissance1: #i107215# Call Flush after each insert animation step to fix Mac paint problem.

2010-05-05  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [11c6b31e2aca164f7cf482633d6016ee94e79aa1]

        renaissance1: #i107215# Fixed Mac-only problem with Drag-n-Drop loop.

2010-04-30  Andre Fischer  <af@openoffice.org>  [1b42f4616d8320fd65ed81a9d020936f46bf70cb]

        renaissance1: #i107215# Fixed some paint problems.

2010-04-29  Andre Fischer  <af@openoffice.org>  [648716ed790e8f9c9e4bf515a0ec4f3a57dbd78c]

        renaissance1: #i107215# Fixed paint problem on initialization. Removed some OSL_TRACEs.

2010-04-29  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [735c902c49ff973f7d44c12dc683d2e8c4ed1e90]

        renaissance1: #i107215# Fixed problem with loading of icons.

2010-04-28  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [ecb6bc55ff67fb87bbf5fa75d941cfe891560c3a]

        renaissance1: resolved minor compilation problems.

2010-04-27  Andre Fischer  <af@openoffice.org>  [92fc8aeea78c22a692388701f8e93b21bab12b4e]

        renaissance1: #i107215# Removed indirection to bitmaps in cache.

2010-04-27  Andre Fischer  <af@openoffice.org>  [87eed74fd3a688cbfd6ca18b8acd24b26d1a9ccc]

        renaissance1: #i107215# Fixed handling of icon transparency.

2010-04-23  Andre Fischer  <af@openoffice.org>  [8c9901906bbc6b59baa0b2ef918b7e7fe89538b8]

        renaissance1: #i107215# Reorganized the selection function. Introduced button bar.

2010-04-08  Andre Fischer  <af@openoffice.org>  [8c6409990af3f38230a465801c7aba39e127e338]

        renaissance1: #i107215# Many fixes around drag-and-drop and selection.

2010-03-24  Andre Fischer  <af@openoffice.org>  [93a68953ef974f1a9f0b0aac5ef78a6d3be503c5]

        renaissance1: #i107215# Fixed destruction of DebugDialog.  Improved button handling.

2010-03-24  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [96ef9ed2df1a6414f3c88343a644895565b68c3f]

        renaissance1: #i107215# Fixed minor compilation problems.

2010-03-24  Andre Fischer  <af@openoffice.org>  [1b8c751edf19558950965cec825a150f97ba082b]

        renaissance1: #i107215# Improved button handling.

2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [9300afa21cbb4cd48c6cbd4fa92f206aa858329e]

        renaissance1: merge with DEV300_m75

2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [1e89c38545f74a2d18564f9df6ec1ff4d5ef9390]

        renaissance1: #i107215# Fixed minor compilation problems.

2010-03-23  Andre Fischer  <af@openoffice.org>  [f38cf1fdb8e23c4031b198214a29510046c05ecc]

        renaissance1: #i107215# Improved button handling.  Added debug design dialog.

2010-03-19  Andre Fischer  <af@openoffice.org>  [8d603c86c1898ecf653e83c6538fab0c54e88036]

        renaissance1: #i107215# Merge.

2010-03-19  Andre Fischer  <af@openoffice.org>  [b390fae1706b9c511158a03e4fd61f263be4e511]

        renaissance1: #i107215# Reorganized and improved layouting.

2010-03-15  Andre Fischer  <af@openoffice.org>  [8c23aba539c0f5764ec543e4cfa6bac2fc20e7ae]

        renaissance1: #i107215# Preview generation takes better care of last row and column of pixels.

2010-03-15  Andre Fischer  <af@openoffice.org>  [59224bb1aa235a3b1ef6757d85de0141b0495649]

        renaissance1: #i107215# Fixed initialization of current slide for slide sorter bar.

2010-03-12  Andre Fischer  <af@openoffice.org>  [6426d891e7cc9ca92b8e5b14f6c879846d024ecf]

        renaissance1: #i107215# Added support for keys home/end. Fixed selection after inserting new slides.

2010-03-12  Andre Fischer  <af@openoffice.org>  [5290430f0667ea5dc895cc3cbc421d445c7f134f]

        renaissance1: #i107215# Keep insertion indicator visible when context menu is displayed.

2010-03-12  Andre Fischer  <af@openoffice.org>  [72dd671e41f0d68616247d9dc7896929ea2accc9]

        renaissance1: #i107215# Prevent loop when bitmap is missing.

2010-03-11  Andre Fischer  <af@openoffice.org>  [ab3853cc3cd60a0c9a98e20d00568fca99bb01dc]

        renaissance1: #i107215# Duplicating several slides inserts them in single row after selection.

2010-03-11  Andre Fischer  <af@openoffice.org>  [b21a5ef9255b086a639c0d615f104062f92f4ab9]

        renaissance1: #i107215# Fixed drag-and-drop when used with auto-scrolling.  Improved hide/show handling.

2010-03-11  Andre Fischer  <af@openoffice.org>  [b11b474c8b478f5672b5b64d86ed76dde019d016]

        renaissance1: #i107215# Made scroll animations more smooth.  Update page under mouse when scrolling.

2010-03-10  Andre Fischer  <af@openoffice.org>  [6f93ca28fa19531c78dc6a4ddafa4258d1efacd9]

        renaissance1: #i107215# Fixed horizontal scrolling.

2010-03-10  Andre Fischer  <af@openoffice.org>  [538a067d216e87d2f01b144eb7e711ce0dca93b4]

        renaissance1: #i107215# Improved calculation of insertion indicator, excluded pages.

2010-03-08  Andre Fischer  <af@openoffice.org>  [9c1e4f81d79eb618e1f9b088ec08faffd539e81f]

        renaissance1: #i107215# Fixed drag-and-drop.

2010-03-08  Andre Fischer  <af@openoffice.org>  [33a5458e44a06f5862a91badbf59fe60551e7666]

        renaissance1: #i107215# Improved handling of transferables.

2010-03-08  Andre Fischer  <af@openoffice.org>  [eb7f569c3a52b9810156798a4915701257c3800f]

        renaissance1: #i107215# Improved handling of transferables.

2010-03-08  Andre Fischer  <af@openoffice.org>  [4b83a7fe5714eb9a1d208502a18e33da35772ece]

        renaissance1: #i107215# Improved handling of transferables.

2010-03-03  Andre Fischer  <af@openoffice.org>  [c87f10322a175f7d45ee20db236b69befa64d277]

        renaissance1: #i107215# Obeying application background color.

2010-03-02  Andre Fischer  <af@openoffice.org>  [6be133ca030d0e53c2c36de64a6f3b0d7f5a827d]

        renaissance1: #i107215# Removed anonymous namespace from FramePainter header.

2010-03-02  Andre Fischer  <af@openoffice.org>  [efc8b0f870e318fd790c0258dbd0c92dc7cd83fa]

        renaissance1: #i107215# Modified display of substitution and insertion indicator.

2010-02-25  Andre Fischer  <af@openoffice.org>  [f1a49de1365676c852a766617c35614d14f899d8]

        renaissance1: #i107215# Improved focus and selection handling.

2010-02-24  Andre Fischer  <af@openoffice.org>  [530eea93535c9ca85349913dad05143441cc7bd7]

        renaissance1: #i107215# Restore mouse over state after model change.

2010-02-23  Andre Fischer  <af@openoffice.org>  [1fbf7cba10381a461245d599ecedaa1cb7958f72]

        renaissance1: #i107215# Focus can be moved with Ctrl+Cursor Keys.

2010-02-23  Andre Fischer  <af@openoffice.org>  [3c7bf4b67dbe92880d3cb8b7fb24a882651a7ba1]

        renaissance1: #i107215# Improved drag and drop.

2010-02-19  Andre Fischer  <af@openoffice.org>  [2318e08d02cd3570f0b89a85ebd7fbac8b233ca4]

        renaissance1: #i107215# Integrated preview border into shadow bitmap.

2010-02-18  Andre Fischer  <af@openoffice.org>  [f5d2c01dda56f7544a88e5b85156bae2c71e2a89]

        renaissance1: #i107215# Improved selection handling.

2010-02-17  Andre Fischer  <af@openoffice.org>  [b237fdf1e2fa89da26fb94839d3010b6a0091733]

        renaissance1: #i107215# Added detection for changes of master pages.

2010-02-17  Andre Fischer  <af@openoffice.org>  [e1f5c8ef3c5bb207946f23c3769f9cd6e536c362]

        renaissance1: #i107215# Added detection for assignment of master pages.

2010-02-17  Andre Fischer  <af@openoffice.org>  [70ebb85a47952a76a58577e1d85f3db3f091d4a4]

        renaissance1: #i107215# Modifying the selection may change the current slide.

2010-02-17  Andre Fischer  <af@openoffice.org>  [b5f80146f4f2d780b1d03249e6f5d7d2d27c6d37]

        renaissance1: #i107215# Modified painting and layouting of page objects.

2010-03-15  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [dce05d5b2c068c80cf26b76ae8d2d37736ff540a]

        renaissance1: #i107215# Fixes of minor compilation problems.

2010-03-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [74501923447c8f4497e46fba6db196901ed03632]

        renaissance1: #i107215# Fixed some minor compilation problems.

2010-02-12  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [b7fcd9d15b798ca928b9c6a565fca9a89fe20106]

        renaissance1: #i107215# Fixed minor compilation problems.

2010-02-12  Andre Fischer  <af@openoffice.org>  [c81dae0990a762415e2e037b660dd0801e8a540d]

        renaissance1: #107215# Added tooltips with slide names.

2010-02-12  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [1c239d78bc47f52b5d1341644cccb9835181be3d]

        renaissance1: #107215# Resolved minor compilation problems.

2010-02-12  Andre Fischer  <af@openoffice.org>  [a3d0b080670accda94caa0c8b6ad6369d47592c5]

        renaissance1: #107215# Cleanup.

2010-02-12  Andre Fischer  <af@openoffice.org>  [ab518ae9111d251a4e6267ae9f40836b8a7a3913]

        renaissance1: #i107215# Adaption to latest changes of the spec.

2010-01-28  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [2336af0eb45bee98f98b0ac9a6988bfd0e6193e5]

        renaissance1: #i107215# Fixed some minor compilation problems.

2010-01-27  Andre Fischer  <af@openoffice.org>  [df407bc1d622181187849b6b4c7c377242902757]

        renaissance1: #i107215# Added SlideShowView::DrawLock class.

2010-01-27  Andre Fischer  <af@openoffice.org>  [23a61a9969af9d099ce87d1169b7c2aeb5f6bb1e]

        renaissance1: #i107215# First draft of the new slide sorter design.
